<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HealthData [
<!-- HealthKit Export Version: 14 -->
<!ELEMENT HealthData (ExportDate,Me,(Record|Correlation|Workout|ActivitySummary|ClinicalRecord|Audiogram|VisionPrescription)*)>
<!ATTLIST HealthData
  locale CDATA #REQUIRED
>
<!ELEMENT ExportDate EMPTY>
<!ATTLIST ExportDate
  value CDATA #REQUIRED
>
<!ELEMENT Me EMPTY>
<!ATTLIST Me
  HKCharacteristicTypeIdentifierDateOfBirth                   CDATA #REQUIRED
  HKCharacteristicTypeIdentifierBiologicalSex                 CDATA #REQUIRED
  HKCharacteristicTypeIdentifierBloodType                     CDATA #REQUIRED
  HKCharacteristicTypeIdentifierFitzpatrickSkinType           CDATA #REQUIRED
  HKCharacteristicTypeIdentifierCardioFitnessMedicationsUse   CDATA #REQUIRED
>
<!ELEMENT Record ((MetadataEntry|HeartRateVariabilityMetadataList)*)>
<!ATTLIST Record
  type          CDATA #REQUIRED
  unit          CDATA #IMPLIED
  value         CDATA #IMPLIED
  sourceName    CDATA #REQUIRED
  sourceVersion CDATA #IMPLIED
  device        CDATA #IMPLIED
  creationDate  CDATA #IMPLIED
  startDate     CDATA #REQUIRED
  endDate       CDATA #REQUIRED
>
<!-- Note: Any Records that appear as children of a correlation also appear as top-level records in this document. -->
<!ELEMENT Correlation ((MetadataEntry|Record)*)>
<!ATTLIST Correlation
  type          CDATA #REQUIRED
  sourceName    CDATA #REQUIRED
  sourceVersion CDATA #IMPLIED
  device        CDATA #IMPLIED
  creationDate  CDATA #IMPLIED
  startDate     CDATA #REQUIRED
  endDate       CDATA #REQUIRED
>
<!ELEMENT Workout ((MetadataEntry|WorkoutEvent|WorkoutRoute|WorkoutStatistics)*)>
<!ATTLIST Workout
  workoutActivityType   CDATA #REQUIRED
  duration              CDATA #IMPLIED
  durationUnit          CDATA #IMPLIED
  totalDistance         CDATA #IMPLIED
  totalDistanceUnit     CDATA #IMPLIED
  totalEnergyBurned     CDATA #IMPLIED
  totalEnergyBurnedUnit CDATA #IMPLIED
  sourceName            CDATA #REQUIRED
  sourceVersion         CDATA #IMPLIED
  device                CDATA #IMPLIED
  creationDate          CDATA #IMPLIED
  startDate             CDATA #REQUIRED
  endDate               CDATA #REQUIRED
>
<!ELEMENT WorkoutActivity ((MetadataEntry)*)>
<!ATTLIST WorkoutActivity
  uuid                 CDATA #REQUIRED
  startDate            CDATA #REQUIRED
  endDate              CDATA #IMPLIED
  duration             CDATA #IMPLIED
  durationUnit         CDATA #IMPLIED
>
<!ELEMENT WorkoutEvent ((MetadataEntry)*)>
<!ATTLIST WorkoutEvent
  type                 CDATA #REQUIRED
  date                 CDATA #REQUIRED
  duration             CDATA #IMPLIED
  durationUnit         CDATA #IMPLIED
>
<!ELEMENT WorkoutStatistics EMPTY>
<!ATTLIST WorkoutStatistics
  type                 CDATA #REQUIRED
  startDate            CDATA #REQUIRED
  endDate              CDATA #REQUIRED
  average              CDATA #IMPLIED
  minimum              CDATA #IMPLIED
  maximum              CDATA #IMPLIED
  sum                  CDATA #IMPLIED
  unit                 CDATA #IMPLIED
>
<!ELEMENT WorkoutRoute ((MetadataEntry|FileReference)*)>
<!ATTLIST WorkoutRoute
  sourceName    CDATA #REQUIRED
  sourceVersion CDATA #IMPLIED
  device        CDATA #IMPLIED
  creationDate  CDATA #IMPLIED
  startDate     CDATA #REQUIRED
  endDate       CDATA #REQUIRED
>
<!ELEMENT FileReference EMPTY>
<!ATTLIST FileReference
  path CDATA #REQUIRED
>
<!ELEMENT ActivitySummary EMPTY>
<!ATTLIST ActivitySummary
  dateComponents           CDATA #IMPLIED
  activeEnergyBurned       CDATA #IMPLIED
  activeEnergyBurnedGoal   CDATA #IMPLIED
  activeEnergyBurnedUnit   CDATA #IMPLIED
  appleMoveTime            CDATA #IMPLIED
  appleMoveTimeGoal        CDATA #IMPLIED
  appleExerciseTime        CDATA #IMPLIED
  appleExerciseTimeGoal    CDATA #IMPLIED
  appleStandHours          CDATA #IMPLIED
  appleStandHoursGoal      CDATA #IMPLIED
>
<!ELEMENT MetadataEntry EMPTY>
<!ATTLIST MetadataEntry
  key   CDATA #REQUIRED
  value CDATA #REQUIRED
>
<!-- Note: Heart Rate Variability records captured by Apple Watch may include an associated list of instantaneous beats-per-minute readings. -->
<!ELEMENT HeartRateVariabilityMetadataList (InstantaneousBeatsPerMinute*)>
<!ELEMENT InstantaneousBeatsPerMinute EMPTY>
<!ATTLIST InstantaneousBeatsPerMinute
  bpm  CDATA #REQUIRED
  time CDATA #REQUIRED
>
<!ELEMENT ClinicalRecord EMPTY>
<!ATTLIST ClinicalRecord
  type              CDATA #REQUIRED
  identifier        CDATA #REQUIRED
  sourceName        CDATA #REQUIRED
  sourceURL         CDATA #REQUIRED
  fhirVersion       CDATA #REQUIRED
  receivedDate      CDATA #REQUIRED
  resourceFilePath  CDATA #REQUIRED
>
<!ELEMENT Audiogram ((MetadataEntry|SensitivityPoint)*)>
<!ATTLIST Audiogram
  type          CDATA #REQUIRED
  sourceName    CDATA #REQUIRED
  sourceVersion CDATA #IMPLIED
  device        CDATA #IMPLIED
  creationDate  CDATA #IMPLIED
  startDate     CDATA #REQUIRED
  endDate       CDATA #REQUIRED
>
<!ELEMENT SensitivityPoint EMPTY>
<!ATTLIST SensitivityPoint
  frequencyValue   CDATA #REQUIRED
  frequencyUnit    CDATA #REQUIRED
  leftEarValue     CDATA #IMPLIED
  leftEarUnit      CDATA #IMPLIED
  leftEarMasked      CDATA #IMPLIED
  leftEarClampingRangeLowerBound   CDATA #IMPLIED
  leftEarClampingRangeUpperBound   CDATA #IMPLIED
  rightEarValue    CDATA #IMPLIED
  rightEarUnit     CDATA #IMPLIED
  rightEarMasked      CDATA #IMPLIED
  rightEarClampingRangeLowerBound  CDATA #IMPLIED
  rightEarClampingRangeUpperBound  CDATA #IMPLIED
>
<!ELEMENT VisionPrescription ((RightEye|LeftEye|Attachment|MetadataEntry)*)>
<!ATTLIST VisionPrescription
  type             CDATA #REQUIRED
  dateIssued       CDATA #REQUIRED
  expirationDate   CDATA #IMPLIED
  brand            CDATA #IMPLIED
>
<!ELEMENT RightEye EMPTY>
<!ATTLIST RightEye
  sphere           CDATA #IMPLIED
  sphereUnit       CDATA #IMPLIED
  cylinder         CDATA #IMPLIED
  cylinderUnit     CDATA #IMPLIED
  axis             CDATA #IMPLIED
  axisUnit         CDATA #IMPLIED
  add              CDATA #IMPLIED
  addUnit          CDATA #IMPLIED
  vertex           CDATA #IMPLIED
  vertexUnit       CDATA #IMPLIED
  prismAmount      CDATA #IMPLIED
  prismAmountUnit  CDATA #IMPLIED
  prismAngle       CDATA #IMPLIED
  prismAngleUnit   CDATA #IMPLIED
  farPD            CDATA #IMPLIED
  farPDUnit        CDATA #IMPLIED
  nearPD           CDATA #IMPLIED
  nearPDUnit       CDATA #IMPLIED
  baseCurve        CDATA #IMPLIED
  baseCurveUnit    CDATA #IMPLIED
  diameter         CDATA #IMPLIED
  diameterUnit     CDATA #IMPLIED
>
<!ELEMENT LeftEye EMPTY>
<!ATTLIST LeftEye
  sphere           CDATA #IMPLIED
  sphereUnit       CDATA #IMPLIED
  cylinder         CDATA #IMPLIED
  cylinderUnit     CDATA #IMPLIED
  axis             CDATA #IMPLIED
  axisUnit         CDATA #IMPLIED
  add              CDATA #IMPLIED
  addUnit          CDATA #IMPLIED
  vertex           CDATA #IMPLIED
  vertexUnit       CDATA #IMPLIED
  prismAmount      CDATA #IMPLIED
  prismAmountUnit  CDATA #IMPLIED
  prismAngle       CDATA #IMPLIED
  prismAngleUnit   CDATA #IMPLIED
  farPD            CDATA #IMPLIED
  farPDUnit        CDATA #IMPLIED
  nearPD           CDATA #IMPLIED
  nearPDUnit       CDATA #IMPLIED
  baseCurve        CDATA #IMPLIED
  baseCurveUnit    CDATA #IMPLIED
  diameter         CDATA #IMPLIED
  diameterUnit     CDATA #IMPLIED
>
<!ELEMENT Attachment EMPTY>
<!ATTLIST Attachment
  identifier       CDATA #IMPLIED
>
]>
<HealthData locale="de_DE">
 <ExportDate value="2025-02-24 11:01:05 +0100"/>
 <Me HKCharacteristicTypeIdentifierDateOfBirth="1988-04-17" HKCharacteristicTypeIdentifierBiologicalSex="HKBiologicalSexMale" HKCharacteristicTypeIdentifierBloodType="HKBloodTypeONegative" HKCharacteristicTypeIdentifierFitzpatrickSkinType="HKFitzpatrickSkinTypeNotSet" HKCharacteristicTypeIdentifierCardioFitnessMedicationsUse="Keine"/>
 <Record type="HKQuantityTypeIdentifierHeight" sourceName="Phone 3618" sourceVersion="16.1.1" unit="cm" creationDate="2022-11-23 05:36:42 +0100" startDate="2022-11-23 05:36:42 +0100" endDate="2022-11-23 05:36:42 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierBodyMass" sourceName="Phone 3618" sourceVersion="16.1.1" unit="kg" creationDate="2022-11-23 05:36:42 +0100" startDate="2022-11-23 05:36:42 +0100" endDate="2022-11-23 05:36:42 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 13:51:57 +0100" startDate="2017-06-30 12:44:05 +0100" endDate="2017-06-30 12:50:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 13:51:57 +0100" startDate="2017-06-30 13:02:04 +0100" endDate="2017-06-30 13:09:18 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 13:51:57 +0100" startDate="2017-06-30 13:09:18 +0100" endDate="2017-06-30 13:18:44 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 13:51:57 +0100" startDate="2017-06-30 13:18:44 +0100" endDate="2017-06-30 13:27:45 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 13:51:57 +0100" startDate="2017-06-30 13:27:45 +0100" endDate="2017-06-30 13:37:42 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 13:51:57 +0100" startDate="2017-06-30 13:37:42 +0100" endDate="2017-06-30 13:46:49 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 14:52:21 +0100" startDate="2017-06-30 13:46:49 +0100" endDate="2017-06-30 13:55:25 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 14:52:21 +0100" startDate="2017-06-30 13:55:25 +0100" endDate="2017-06-30 14:05:25 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 14:52:21 +0100" startDate="2017-06-30 14:05:25 +0100" endDate="2017-06-30 14:15:24 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 14:52:21 +0100" startDate="2017-06-30 14:15:24 +0100" endDate="2017-06-30 14:25:22 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 14:52:21 +0100" startDate="2017-06-30 14:25:22 +0100" endDate="2017-06-30 14:35:19 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 14:52:21 +0100" startDate="2017-06-30 14:35:19 +0100" endDate="2017-06-30 14:38:02 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 17:50:27 +0100" startDate="2017-06-30 17:27:11 +0100" endDate="2017-06-30 17:33:27 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 17:50:27 +0100" startDate="2017-06-30 17:36:10 +0100" endDate="2017-06-30 17:46:08 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 18:51:32 +0100" startDate="2017-06-30 17:46:08 +0100" endDate="2017-06-30 17:49:59 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 19:56:37 +0100" startDate="2017-06-30 18:57:05 +0100" endDate="2017-06-30 19:07:05 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 19:56:37 +0100" startDate="2017-06-30 19:07:05 +0100" endDate="2017-06-30 19:16:39 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-06-30 19:56:37 +0100" startDate="2017-06-30 19:16:39 +0100" endDate="2017-06-30 19:20:43 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 06:55:14 +0100" startDate="2017-07-01 04:04:38 +0100" endDate="2017-07-01 04:12:51 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 06:55:14 +0100" startDate="2017-07-01 04:13:47 +0100" endDate="2017-07-01 04:22:07 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 08:16:08 +0100" startDate="2017-07-01 07:21:42 +0100" endDate="2017-07-01 07:28:05 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 10:15:14 +0100" startDate="2017-07-01 09:55:13 +0100" endDate="2017-07-01 10:01:56 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 10:15:14 +0100" startDate="2017-07-01 10:01:56 +0100" endDate="2017-07-01 10:11:55 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 11:19:11 +0100" startDate="2017-07-01 10:11:55 +0100" endDate="2017-07-01 10:12:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 11:19:11 +0100" startDate="2017-07-01 10:51:32 +0100" endDate="2017-07-01 10:57:45 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 14:15:43 +0100" startDate="2017-07-01 13:29:03 +0100" endDate="2017-07-01 13:36:04 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 14:15:43 +0100" startDate="2017-07-01 13:36:04 +0100" endDate="2017-07-01 13:46:01 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 14:15:43 +0100" startDate="2017-07-01 13:46:01 +0100" endDate="2017-07-01 13:56:00 +0100" value="1100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 14:15:43 +0100" startDate="2017-07-01 13:56:00 +0100" endDate="2017-07-01 14:05:59 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 15:38:58 +0100" startDate="2017-07-01 14:05:42 +0100" endDate="2017-07-01 14:15:30 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 15:38:58 +0100" startDate="2017-07-01 14:15:30 +0100" endDate="2017-07-01 14:25:26 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 15:38:58 +0100" startDate="2017-07-01 14:25:26 +0100" endDate="2017-07-01 14:31:05 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 16:40:28 +0100" startDate="2017-07-01 16:24:16 +0100" endDate="2017-07-01 16:25:10 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 16:40:28 +0100" startDate="2017-07-01 16:32:51 +0100" endDate="2017-07-01 16:38:11 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 16:48:23 +0100" startDate="2017-07-01 16:38:11 +0100" endDate="2017-07-01 16:48:03 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 17:17:56 +0100" startDate="2017-07-01 16:48:03 +0100" endDate="2017-07-01 16:48:05 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 17:17:56 +0100" startDate="2017-07-01 17:01:49 +0100" endDate="2017-07-01 17:11:48 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 18:15:49 +0100" startDate="2017-07-01 17:11:48 +0100" endDate="2017-07-01 17:21:46 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 18:15:49 +0100" startDate="2017-07-01 17:21:46 +0100" endDate="2017-07-01 17:30:17 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 19:28:05 +0100" startDate="2017-07-01 18:10:11 +0100" endDate="2017-07-01 18:19:01 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 19:28:05 +0100" startDate="2017-07-01 18:35:36 +0100" endDate="2017-07-01 18:41:47 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 19:28:05 +0100" startDate="2017-07-01 18:47:59 +0100" endDate="2017-07-01 18:56:24 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 19:28:05 +0100" startDate="2017-07-01 18:56:24 +0100" endDate="2017-07-01 18:59:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 19:28:05 +0100" startDate="2017-07-01 19:07:39 +0100" endDate="2017-07-01 19:13:41 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 20:24:24 +0100" startDate="2017-07-01 19:57:46 +0100" endDate="2017-07-01 20:04:55 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 20:24:24 +0100" startDate="2017-07-01 20:04:55 +0100" endDate="2017-07-01 20:14:40 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 22:17:36 +0100" startDate="2017-07-01 21:32:06 +0100" endDate="2017-07-01 21:39:55 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 22:17:36 +0100" startDate="2017-07-01 21:52:11 +0100" endDate="2017-07-01 21:59:32 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 22:17:36 +0100" startDate="2017-07-01 21:59:32 +0100" endDate="2017-07-01 22:05:59 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 23:27:25 +0100" startDate="2017-07-01 22:39:18 +0100" endDate="2017-07-01 22:46:57 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 23:27:25 +0100" startDate="2017-07-01 22:49:18 +0100" endDate="2017-07-01 22:55:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-01 23:27:25 +0100" startDate="2017-07-01 23:16:46 +0100" endDate="2017-07-01 23:26:35 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 00:18:10 +0100" startDate="2017-07-01 23:26:35 +0100" endDate="2017-07-01 23:28:24 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 00:18:10 +0100" startDate="2017-07-01 23:33:36 +0100" endDate="2017-07-01 23:40:34 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 07:09:33 +0100" startDate="2017-07-02 06:40:49 +0100" endDate="2017-07-02 06:48:10 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 08:05:30 +0100" startDate="2017-07-02 07:34:30 +0100" endDate="2017-07-02 07:40:37 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 08:05:30 +0100" startDate="2017-07-02 07:49:46 +0100" endDate="2017-07-02 07:59:46 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 09:09:07 +0100" startDate="2017-07-02 07:59:46 +0100" endDate="2017-07-02 08:09:24 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 09:09:07 +0100" startDate="2017-07-02 08:09:24 +0100" endDate="2017-07-02 08:13:36 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 09:09:07 +0100" startDate="2017-07-02 08:45:41 +0100" endDate="2017-07-02 08:55:41 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 09:09:07 +0100" startDate="2017-07-02 08:55:41 +0100" endDate="2017-07-02 08:58:04 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 10:00:02 +0100" startDate="2017-07-02 09:39:57 +0100" endDate="2017-07-02 09:49:15 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 10:00:02 +0100" startDate="2017-07-02 09:49:15 +0100" endDate="2017-07-02 09:59:14 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 11:02:11 +0100" startDate="2017-07-02 09:59:14 +0100" endDate="2017-07-02 10:04:55 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 11:02:11 +0100" startDate="2017-07-02 10:05:04 +0100" endDate="2017-07-02 10:12:41 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 12:00:40 +0100" startDate="2017-07-02 10:56:23 +0100" endDate="2017-07-02 11:06:07 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 12:00:40 +0100" startDate="2017-07-02 11:31:38 +0100" endDate="2017-07-02 11:41:37 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 12:00:40 +0100" startDate="2017-07-02 11:41:37 +0100" endDate="2017-07-02 11:44:05 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 12:00:40 +0100" startDate="2017-07-02 11:46:18 +0100" endDate="2017-07-02 11:56:18 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 12:34:25 +0100" startDate="2017-07-02 11:56:18 +0100" endDate="2017-07-02 12:00:40 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 13:59:45 +0100" startDate="2017-07-02 12:36:25 +0100" endDate="2017-07-02 12:46:16 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 13:59:45 +0100" startDate="2017-07-02 12:46:16 +0100" endDate="2017-07-02 12:50:22 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 13:59:45 +0100" startDate="2017-07-02 12:58:39 +0100" endDate="2017-07-02 13:08:38 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 13:59:45 +0100" startDate="2017-07-02 13:08:38 +0100" endDate="2017-07-02 13:18:37 +0100" value="1129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 13:59:45 +0100" startDate="2017-07-02 13:18:37 +0100" endDate="2017-07-02 13:22:33 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 13:59:45 +0100" startDate="2017-07-02 13:41:16 +0100" endDate="2017-07-02 13:50:09 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:01:05 +0100" startDate="2017-07-02 13:50:09 +0100" endDate="2017-07-02 13:59:46 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:01:34 +0100" endDate="2017-07-02 15:02:35 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:02:35 +0100" endDate="2017-07-02 15:03:36 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:03:36 +0100" endDate="2017-07-02 15:04:37 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:04:37 +0100" endDate="2017-07-02 15:05:38 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:05:38 +0100" endDate="2017-07-02 15:06:39 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:06:39 +0100" endDate="2017-07-02 15:07:40 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:07:40 +0100" endDate="2017-07-02 15:08:42 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:08:42 +0100" endDate="2017-07-02 15:09:43 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:09:43 +0100" endDate="2017-07-02 15:10:44 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:10:44 +0100" endDate="2017-07-02 15:11:45 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:11:45 +0100" endDate="2017-07-02 15:12:46 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:12:46 +0100" endDate="2017-07-02 15:13:47 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:13:47 +0100" endDate="2017-07-02 15:14:49 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:14:49 +0100" endDate="2017-07-02 15:15:50 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:15:50 +0100" endDate="2017-07-02 15:17:22 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 15:18:26 +0100" startDate="2017-07-02 15:17:22 +0100" endDate="2017-07-02 15:18:23 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 16:14:52 +0100" startDate="2017-07-02 15:18:23 +0100" endDate="2017-07-02 15:18:43 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 18:15:30 +0100" startDate="2017-07-02 17:29:11 +0100" endDate="2017-07-02 17:35:23 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 20:37:52 +0100" startDate="2017-07-02 19:23:21 +0100" endDate="2017-07-02 19:30:09 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 20:37:52 +0100" startDate="2017-07-02 19:30:09 +0100" endDate="2017-07-02 19:39:20 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-02 20:37:52 +0100" startDate="2017-07-02 19:39:20 +0100" endDate="2017-07-02 19:44:58 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 06:18:10 +0100" startDate="2017-07-03 05:42:29 +0100" endDate="2017-07-03 05:50:00 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 06:18:10 +0100" startDate="2017-07-03 05:50:00 +0100" endDate="2017-07-03 05:55:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 06:18:10 +0100" startDate="2017-07-03 06:06:50 +0100" endDate="2017-07-03 06:14:16 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 07:30:31 +0100" startDate="2017-07-03 06:14:16 +0100" endDate="2017-07-03 06:24:02 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 07:30:31 +0100" startDate="2017-07-03 06:24:02 +0100" endDate="2017-07-03 06:34:00 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 07:30:31 +0100" startDate="2017-07-03 06:34:00 +0100" endDate="2017-07-03 06:44:00 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 07:30:31 +0100" startDate="2017-07-03 06:44:00 +0100" endDate="2017-07-03 06:53:19 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 08:22:46 +0100" startDate="2017-07-03 07:26:09 +0100" endDate="2017-07-03 07:36:08 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 08:22:46 +0100" startDate="2017-07-03 07:36:08 +0100" endDate="2017-07-03 07:43:57 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 08:22:46 +0100" startDate="2017-07-03 07:43:57 +0100" endDate="2017-07-03 07:48:34 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 08:22:46 +0100" startDate="2017-07-03 08:02:50 +0100" endDate="2017-07-03 08:08:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 09:16:33 +0100" startDate="2017-07-03 08:54:20 +0100" endDate="2017-07-03 09:03:16 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 10:15:39 +0100" startDate="2017-07-03 09:29:31 +0100" endDate="2017-07-03 09:36:06 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 10:15:39 +0100" startDate="2017-07-03 09:55:16 +0100" endDate="2017-07-03 10:03:16 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 11:18:47 +0100" startDate="2017-07-03 10:33:28 +0100" endDate="2017-07-03 10:41:43 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 11:18:47 +0100" startDate="2017-07-03 10:49:45 +0100" endDate="2017-07-03 10:58:51 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 11:18:47 +0100" startDate="2017-07-03 10:58:51 +0100" endDate="2017-07-03 11:08:20 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 11:18:47 +0100" startDate="2017-07-03 11:08:20 +0100" endDate="2017-07-03 11:11:56 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 12:18:58 +0100" startDate="2017-07-03 11:26:56 +0100" endDate="2017-07-03 11:36:45 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 12:18:58 +0100" startDate="2017-07-03 12:02:16 +0100" endDate="2017-07-03 12:12:15 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 13:16:31 +0100" startDate="2017-07-03 12:12:15 +0100" endDate="2017-07-03 12:21:25 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 13:16:31 +0100" startDate="2017-07-03 12:21:25 +0100" endDate="2017-07-03 12:30:05 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 13:16:31 +0100" startDate="2017-07-03 12:33:34 +0100" endDate="2017-07-03 12:41:47 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 13:16:31 +0100" startDate="2017-07-03 13:00:17 +0100" endDate="2017-07-03 13:07:36 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 14:17:12 +0100" startDate="2017-07-03 13:12:01 +0100" endDate="2017-07-03 13:18:55 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 14:17:12 +0100" startDate="2017-07-03 13:35:50 +0100" endDate="2017-07-03 13:45:37 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 14:17:12 +0100" startDate="2017-07-03 13:45:37 +0100" endDate="2017-07-03 13:46:15 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 15:49:01 +0100" startDate="2017-07-03 14:11:14 +0100" endDate="2017-07-03 14:20:53 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 15:49:01 +0100" startDate="2017-07-03 14:20:53 +0100" endDate="2017-07-03 14:26:11 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 15:49:01 +0100" startDate="2017-07-03 14:50:24 +0100" endDate="2017-07-03 14:58:44 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 15:49:01 +0100" startDate="2017-07-03 15:13:52 +0100" endDate="2017-07-03 15:23:51 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 15:49:01 +0100" startDate="2017-07-03 15:23:51 +0100" endDate="2017-07-03 15:33:49 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 16:19:42 +0100" startDate="2017-07-03 15:58:01 +0100" endDate="2017-07-03 16:04:27 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 16:19:42 +0100" startDate="2017-07-03 16:04:27 +0100" endDate="2017-07-03 16:14:22 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 17:17:55 +0100" startDate="2017-07-03 16:14:22 +0100" endDate="2017-07-03 16:23:54 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 17:17:55 +0100" startDate="2017-07-03 16:23:54 +0100" endDate="2017-07-03 16:31:27 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 17:17:55 +0100" startDate="2017-07-03 16:31:27 +0100" endDate="2017-07-03 16:40:47 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 17:17:55 +0100" startDate="2017-07-03 16:53:37 +0100" endDate="2017-07-03 17:03:36 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 17:17:55 +0100" startDate="2017-07-03 17:03:36 +0100" endDate="2017-07-03 17:12:36 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 18:49:19 +0100" startDate="2017-07-03 17:12:36 +0100" endDate="2017-07-03 17:22:23 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 18:49:19 +0100" startDate="2017-07-03 17:22:23 +0100" endDate="2017-07-03 17:32:23 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 18:49:19 +0100" startDate="2017-07-03 17:32:23 +0100" endDate="2017-07-03 17:42:20 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 18:49:19 +0100" startDate="2017-07-03 17:42:20 +0100" endDate="2017-07-03 17:52:13 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 18:49:19 +0100" startDate="2017-07-03 17:52:13 +0100" endDate="2017-07-03 18:00:21 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 19:16:21 +0100" startDate="2017-07-03 18:54:30 +0100" endDate="2017-07-03 19:04:06 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 19:16:21 +0100" startDate="2017-07-03 19:04:30 +0100" endDate="2017-07-03 19:14:29 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 20:26:24 +0100" startDate="2017-07-03 19:14:29 +0100" endDate="2017-07-03 19:23:15 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 20:26:24 +0100" startDate="2017-07-03 19:23:49 +0100" endDate="2017-07-03 19:33:17 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 20:26:24 +0100" startDate="2017-07-03 19:35:33 +0100" endDate="2017-07-03 19:44:08 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-03 20:26:24 +0100" startDate="2017-07-03 19:44:08 +0100" endDate="2017-07-03 19:51:49 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 07:16:50 +0100" startDate="2017-07-04 06:42:03 +0100" endDate="2017-07-04 06:52:03 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 07:16:50 +0100" startDate="2017-07-04 06:52:03 +0100" endDate="2017-07-04 07:00:00 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 08:20:49 +0100" startDate="2017-07-04 07:49:04 +0100" endDate="2017-07-04 07:57:47 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 08:20:49 +0100" startDate="2017-07-04 07:57:47 +0100" endDate="2017-07-04 08:04:50 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 09:16:18 +0100" startDate="2017-07-04 08:37:40 +0100" endDate="2017-07-04 08:45:59 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 10:26:18 +0100" startDate="2017-07-04 09:06:34 +0100" endDate="2017-07-04 09:14:39 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 10:26:18 +0100" startDate="2017-07-04 09:16:04 +0100" endDate="2017-07-04 09:24:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 10:26:18 +0100" startDate="2017-07-04 09:34:40 +0100" endDate="2017-07-04 09:42:45 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 11:20:02 +0100" startDate="2017-07-04 10:43:37 +0100" endDate="2017-07-04 10:53:36 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 11:20:02 +0100" startDate="2017-07-04 10:53:36 +0100" endDate="2017-07-04 10:55:08 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 12:22:31 +0100" startDate="2017-07-04 11:14:11 +0100" endDate="2017-07-04 11:23:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 13:17:00 +0100" startDate="2017-07-04 12:29:11 +0100" endDate="2017-07-04 12:39:03 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 13:17:00 +0100" startDate="2017-07-04 12:39:03 +0100" endDate="2017-07-04 12:48:43 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 13:17:00 +0100" startDate="2017-07-04 12:48:43 +0100" endDate="2017-07-04 12:58:29 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 15:40:36 +0100" startDate="2017-07-04 14:49:16 +0100" endDate="2017-07-04 14:58:14 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 15:40:36 +0100" startDate="2017-07-04 15:02:08 +0100" endDate="2017-07-04 15:08:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 15:40:36 +0100" startDate="2017-07-04 15:08:36 +0100" endDate="2017-07-04 15:17:21 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 17:19:00 +0100" startDate="2017-07-04 16:22:22 +0100" endDate="2017-07-04 16:32:13 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 17:19:00 +0100" startDate="2017-07-04 16:32:13 +0100" endDate="2017-07-04 16:34:03 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 18:23:22 +0100" startDate="2017-07-04 17:19:45 +0100" endDate="2017-07-04 17:29:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 18:23:22 +0100" startDate="2017-07-04 17:29:29 +0100" endDate="2017-07-04 17:37:05 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 18:23:22 +0100" startDate="2017-07-04 18:02:02 +0100" endDate="2017-07-04 18:10:52 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 19:23:24 +0100" startDate="2017-07-04 18:35:46 +0100" endDate="2017-07-04 18:42:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 19:23:24 +0100" startDate="2017-07-04 18:58:00 +0100" endDate="2017-07-04 19:05:52 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 20:21:23 +0100" startDate="2017-07-04 19:25:11 +0100" endDate="2017-07-04 19:34:39 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 20:21:23 +0100" startDate="2017-07-04 19:34:39 +0100" endDate="2017-07-04 19:44:37 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 20:21:23 +0100" startDate="2017-07-04 19:44:37 +0100" endDate="2017-07-04 19:45:25 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 20:21:23 +0100" startDate="2017-07-04 19:57:51 +0100" endDate="2017-07-04 20:03:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 20:21:23 +0100" startDate="2017-07-04 20:06:44 +0100" endDate="2017-07-04 20:14:59 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 21:14:46 +0100" startDate="2017-07-04 20:14:59 +0100" endDate="2017-07-04 20:20:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 21:14:46 +0100" startDate="2017-07-04 20:28:39 +0100" endDate="2017-07-04 20:34:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 21:14:46 +0100" startDate="2017-07-04 20:34:57 +0100" endDate="2017-07-04 20:41:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 21:14:46 +0100" startDate="2017-07-04 21:00:19 +0100" endDate="2017-07-04 21:09:28 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 22:15:47 +0100" startDate="2017-07-04 21:09:28 +0100" endDate="2017-07-04 21:19:26 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-04 22:15:47 +0100" startDate="2017-07-04 21:19:26 +0100" endDate="2017-07-04 21:29:20 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 07:16:06 +0100" startDate="2017-07-05 06:26:04 +0100" endDate="2017-07-05 06:34:45 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 07:16:06 +0100" startDate="2017-07-05 06:35:37 +0100" endDate="2017-07-05 06:43:55 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 07:16:06 +0100" startDate="2017-07-05 06:43:55 +0100" endDate="2017-07-05 06:53:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 07:16:06 +0100" startDate="2017-07-05 06:53:52 +0100" endDate="2017-07-05 07:03:30 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 07:16:06 +0100" startDate="2017-07-05 07:03:30 +0100" endDate="2017-07-05 07:13:25 +0100" value="536"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 08:15:18 +0100" startDate="2017-07-05 07:13:25 +0100" endDate="2017-07-05 07:23:23 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 08:15:18 +0100" startDate="2017-07-05 07:23:23 +0100" endDate="2017-07-05 07:31:37 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 08:15:18 +0100" startDate="2017-07-05 07:38:48 +0100" endDate="2017-07-05 07:46:44 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 08:15:18 +0100" startDate="2017-07-05 07:59:53 +0100" endDate="2017-07-05 08:08:39 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 08:08:39 +0100" endDate="2017-07-05 08:15:13 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 08:15:30 +0100" endDate="2017-07-05 08:21:45 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 08:21:45 +0100" endDate="2017-07-05 08:31:40 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 08:31:40 +0100" endDate="2017-07-05 08:41:38 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 08:41:38 +0100" endDate="2017-07-05 08:49:27 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 08:55:13 +0100" endDate="2017-07-05 09:05:12 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 09:05:12 +0100" endDate="2017-07-05 09:10:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3e940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 10:16:50 +0100" startDate="2017-07-05 09:14:50 +0100" endDate="2017-07-05 09:22:47 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 10:16:50 +0100" startDate="2017-07-05 09:24:10 +0100" endDate="2017-07-05 09:33:52 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 10:16:50 +0100" startDate="2017-07-05 09:51:20 +0100" endDate="2017-07-05 09:58:34 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 11:15:00 +0100" startDate="2017-07-05 10:15:19 +0100" endDate="2017-07-05 10:23:04 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 11:15:00 +0100" startDate="2017-07-05 10:48:41 +0100" endDate="2017-07-05 10:58:40 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 11:15:00 +0100" startDate="2017-07-05 10:58:40 +0100" endDate="2017-07-05 11:08:39 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 12:15:30 +0100" startDate="2017-07-05 11:08:39 +0100" endDate="2017-07-05 11:13:45 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 12:15:30 +0100" startDate="2017-07-05 11:50:25 +0100" endDate="2017-07-05 12:00:08 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 12:15:30 +0100" startDate="2017-07-05 12:00:08 +0100" endDate="2017-07-05 12:10:07 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 13:16:38 +0100" startDate="2017-07-05 12:10:07 +0100" endDate="2017-07-05 12:20:05 +0100" value="1046"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 13:16:38 +0100" startDate="2017-07-05 12:20:05 +0100" endDate="2017-07-05 12:29:22 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 13:16:38 +0100" startDate="2017-07-05 12:29:22 +0100" endDate="2017-07-05 12:34:02 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 13:16:38 +0100" startDate="2017-07-05 12:40:47 +0100" endDate="2017-07-05 12:48:01 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 15:18:07 +0100" startDate="2017-07-05 14:26:59 +0100" endDate="2017-07-05 14:33:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 15:18:07 +0100" startDate="2017-07-05 14:41:19 +0100" endDate="2017-07-05 14:48:00 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 16:14:44 +0100" startDate="2017-07-05 15:36:56 +0100" endDate="2017-07-05 15:46:55 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 16:14:44 +0100" startDate="2017-07-05 15:46:55 +0100" endDate="2017-07-05 15:47:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 17:16:10 +0100" startDate="2017-07-05 16:08:59 +0100" endDate="2017-07-05 16:18:53 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 17:16:10 +0100" startDate="2017-07-05 16:18:53 +0100" endDate="2017-07-05 16:26:51 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 17:16:10 +0100" startDate="2017-07-05 16:26:51 +0100" endDate="2017-07-05 16:34:27 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 17:16:10 +0100" startDate="2017-07-05 16:34:27 +0100" endDate="2017-07-05 16:44:09 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 17:16:10 +0100" startDate="2017-07-05 16:44:09 +0100" endDate="2017-07-05 16:53:40 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 17:16:10 +0100" startDate="2017-07-05 16:53:40 +0100" endDate="2017-07-05 17:03:28 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 17:16:10 +0100" startDate="2017-07-05 17:03:28 +0100" endDate="2017-07-05 17:11:47 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 17:11:47 +0100" endDate="2017-07-05 17:21:11 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 17:21:11 +0100" endDate="2017-07-05 17:31:05 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 17:31:05 +0100" endDate="2017-07-05 17:41:05 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 17:41:05 +0100" endDate="2017-07-05 17:50:12 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 17:50:12 +0100" endDate="2017-07-05 17:58:29 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 17:58:29 +0100" endDate="2017-07-05 18:08:27 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 18:08:28 +0100" endDate="2017-07-05 18:18:09 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 19:16:18 +0100" startDate="2017-07-05 18:18:09 +0100" endDate="2017-07-05 18:21:48 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 19:16:18 +0100" startDate="2017-07-05 18:29:21 +0100" endDate="2017-07-05 18:37:28 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 19:16:18 +0100" startDate="2017-07-05 18:37:28 +0100" endDate="2017-07-05 18:44:25 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 19:16:18 +0100" startDate="2017-07-05 18:48:09 +0100" endDate="2017-07-05 18:58:06 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 19:16:18 +0100" startDate="2017-07-05 18:58:06 +0100" endDate="2017-07-05 19:05:13 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 19:16:18 +0100" startDate="2017-07-05 19:05:13 +0100" endDate="2017-07-05 19:12:27 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 20:15:48 +0100" startDate="2017-07-05 19:12:27 +0100" endDate="2017-07-05 19:19:29 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 20:15:48 +0100" startDate="2017-07-05 19:19:29 +0100" endDate="2017-07-05 19:27:47 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 20:15:48 +0100" startDate="2017-07-05 19:27:47 +0100" endDate="2017-07-05 19:37:22 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 20:15:48 +0100" startDate="2017-07-05 19:37:22 +0100" endDate="2017-07-05 19:47:19 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 20:15:48 +0100" startDate="2017-07-05 19:47:19 +0100" endDate="2017-07-05 19:57:14 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 20:15:48 +0100" startDate="2017-07-05 19:57:14 +0100" endDate="2017-07-05 20:05:45 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:05:45 +0100" endDate="2017-07-05 20:15:20 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:15:20 +0100" endDate="2017-07-05 20:19:09 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:20:26 +0100" endDate="2017-07-05 20:30:25 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:30:25 +0100" endDate="2017-07-05 20:40:18 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:40:18 +0100" endDate="2017-07-05 20:48:35 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:48:35 +0100" endDate="2017-07-05 20:56:00 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:56:00 +0100" endDate="2017-07-05 21:01:36 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 21:01:36 +0100" endDate="2017-07-05 21:11:31 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 21:11:31 +0100" endDate="2017-07-05 21:21:26 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 22:19:53 +0100" startDate="2017-07-05 21:21:26 +0100" endDate="2017-07-05 21:24:44 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 22:19:53 +0100" startDate="2017-07-05 21:32:59 +0100" endDate="2017-07-05 21:39:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 22:19:53 +0100" startDate="2017-07-05 21:46:25 +0100" endDate="2017-07-05 21:55:45 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 22:19:53 +0100" startDate="2017-07-05 21:55:45 +0100" endDate="2017-07-05 22:04:42 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 22:19:53 +0100" startDate="2017-07-05 22:04:42 +0100" endDate="2017-07-05 22:12:52 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 23:19:00 +0100" startDate="2017-07-05 22:12:52 +0100" endDate="2017-07-05 22:19:55 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 23:19:00 +0100" startDate="2017-07-05 22:21:15 +0100" endDate="2017-07-05 22:30:30 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 23:19:00 +0100" startDate="2017-07-05 22:30:30 +0100" endDate="2017-07-05 22:38:59 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 23:19:00 +0100" startDate="2017-07-05 22:39:31 +0100" endDate="2017-07-05 22:45:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 23:19:00 +0100" startDate="2017-07-05 22:53:13 +0100" endDate="2017-07-05 22:59:33 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-05 23:19:00 +0100" startDate="2017-07-05 23:07:23 +0100" endDate="2017-07-05 23:13:26 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 00:17:23 +0100" startDate="2017-07-05 23:13:26 +0100" endDate="2017-07-05 23:21:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 00:17:23 +0100" startDate="2017-07-05 23:31:51 +0100" endDate="2017-07-05 23:41:07 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 00:17:23 +0100" startDate="2017-07-05 23:51:39 +0100" endDate="2017-07-05 23:59:23 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 00:17:23 +0100" startDate="2017-07-05 23:59:23 +0100" endDate="2017-07-06 00:02:34 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 01:16:13 +0100" startDate="2017-07-06 00:17:12 +0100" endDate="2017-07-06 00:27:11 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 01:16:13 +0100" startDate="2017-07-06 00:27:11 +0100" endDate="2017-07-06 00:36:21 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 01:16:13 +0100" startDate="2017-07-06 00:36:21 +0100" endDate="2017-07-06 00:42:35 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:09:06 +0100" endDate="2017-07-06 06:15:31 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:16:04 +0100" endDate="2017-07-06 06:22:12 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:25:50 +0100" endDate="2017-07-06 06:33:21 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:33:21 +0100" endDate="2017-07-06 06:41:02 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:41:02 +0100" endDate="2017-07-06 06:49:48 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:49:48 +0100" endDate="2017-07-06 06:57:24 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:57:24 +0100" endDate="2017-07-06 07:03:19 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 08:23:08 +0100" startDate="2017-07-06 07:09:46 +0100" endDate="2017-07-06 07:19:32 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 08:23:08 +0100" startDate="2017-07-06 07:19:32 +0100" endDate="2017-07-06 07:29:32 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 08:23:08 +0100" startDate="2017-07-06 07:29:32 +0100" endDate="2017-07-06 07:39:09 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 08:23:08 +0100" startDate="2017-07-06 07:39:09 +0100" endDate="2017-07-06 07:44:09 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 08:23:08 +0100" startDate="2017-07-06 07:54:18 +0100" endDate="2017-07-06 08:00:28 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 09:18:13 +0100" startDate="2017-07-06 08:20:26 +0100" endDate="2017-07-06 08:30:25 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 09:18:13 +0100" startDate="2017-07-06 08:30:25 +0100" endDate="2017-07-06 08:31:15 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 10:15:16 +0100" startDate="2017-07-06 09:22:34 +0100" endDate="2017-07-06 09:30:56 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 10:15:16 +0100" startDate="2017-07-06 09:30:56 +0100" endDate="2017-07-06 09:38:44 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 11:16:10 +0100" startDate="2017-07-06 10:27:35 +0100" endDate="2017-07-06 10:36:54 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 11:16:10 +0100" startDate="2017-07-06 10:36:54 +0100" endDate="2017-07-06 10:46:53 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 11:16:10 +0100" startDate="2017-07-06 10:46:53 +0100" endDate="2017-07-06 10:56:40 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 11:16:10 +0100" startDate="2017-07-06 10:56:40 +0100" endDate="2017-07-06 10:58:26 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 12:16:50 +0100" startDate="2017-07-06 11:21:40 +0100" endDate="2017-07-06 11:31:36 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 12:16:50 +0100" startDate="2017-07-06 11:31:36 +0100" endDate="2017-07-06 11:41:36 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 12:16:50 +0100" startDate="2017-07-06 11:41:36 +0100" endDate="2017-07-06 11:50:06 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 13:17:15 +0100" startDate="2017-07-06 12:29:31 +0100" endDate="2017-07-06 12:39:02 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 13:17:15 +0100" startDate="2017-07-06 12:39:02 +0100" endDate="2017-07-06 12:48:46 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 13:17:15 +0100" startDate="2017-07-06 12:48:46 +0100" endDate="2017-07-06 12:58:38 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 13:17:15 +0100" startDate="2017-07-06 12:58:38 +0100" endDate="2017-07-06 13:06:06 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 14:17:56 +0100" startDate="2017-07-06 13:28:42 +0100" endDate="2017-07-06 13:36:47 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 14:17:56 +0100" startDate="2017-07-06 13:36:47 +0100" endDate="2017-07-06 13:45:38 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 14:17:56 +0100" startDate="2017-07-06 13:45:38 +0100" endDate="2017-07-06 13:55:25 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 14:17:56 +0100" startDate="2017-07-06 13:55:25 +0100" endDate="2017-07-06 14:05:24 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 14:17:56 +0100" startDate="2017-07-06 14:05:24 +0100" endDate="2017-07-06 14:12:13 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 15:17:04 +0100" startDate="2017-07-06 14:30:43 +0100" endDate="2017-07-06 14:39:33 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 15:17:04 +0100" startDate="2017-07-06 14:39:33 +0100" endDate="2017-07-06 14:49:32 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 15:17:04 +0100" startDate="2017-07-06 14:49:32 +0100" endDate="2017-07-06 14:50:08 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 17:02:00 +0100" startDate="2017-07-06 16:04:52 +0100" endDate="2017-07-06 16:14:50 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 17:02:00 +0100" startDate="2017-07-06 16:14:50 +0100" endDate="2017-07-06 16:24:03 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 17:02:00 +0100" startDate="2017-07-06 16:24:03 +0100" endDate="2017-07-06 16:32:01 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 18:28:58 +0100" startDate="2017-07-06 17:34:28 +0100" endDate="2017-07-06 17:40:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 21:18:12 +0100" startDate="2017-07-06 20:53:37 +0100" endDate="2017-07-06 21:03:20 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 21:18:12 +0100" startDate="2017-07-06 21:03:20 +0100" endDate="2017-07-06 21:11:04 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 22:23:43 +0100" startDate="2017-07-06 21:45:31 +0100" endDate="2017-07-06 21:51:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-06 23:17:18 +0100" startDate="2017-07-06 23:05:29 +0100" endDate="2017-07-06 23:14:32 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 00:17:39 +0100" startDate="2017-07-06 23:14:32 +0100" endDate="2017-07-06 23:20:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 00:17:39 +0100" startDate="2017-07-06 23:35:16 +0100" endDate="2017-07-06 23:41:29 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 07:17:35 +0100" startDate="2017-07-07 06:33:30 +0100" endDate="2017-07-07 06:40:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 07:17:35 +0100" startDate="2017-07-07 07:01:51 +0100" endDate="2017-07-07 07:09:42 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 07:09:42 +0100" endDate="2017-07-07 07:17:36 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 07:17:36 +0100" endDate="2017-07-07 07:27:35 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 07:27:35 +0100" endDate="2017-07-07 07:36:08 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 07:36:08 +0100" endDate="2017-07-07 07:45:32 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 07:45:32 +0100" endDate="2017-07-07 07:54:25 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 07:55:32 +0100" endDate="2017-07-07 08:01:57 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 08:07:56 +0100" endDate="2017-07-07 08:14:16 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 09:18:17 +0100" startDate="2017-07-07 08:31:27 +0100" endDate="2017-07-07 08:38:59 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 09:18:17 +0100" startDate="2017-07-07 08:38:59 +0100" endDate="2017-07-07 08:46:28 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 09:18:17 +0100" startDate="2017-07-07 08:46:28 +0100" endDate="2017-07-07 08:56:26 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 09:18:17 +0100" startDate="2017-07-07 08:56:26 +0100" endDate="2017-07-07 09:05:29 +0100" value="656"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 09:18:17 +0100" startDate="2017-07-07 09:05:29 +0100" endDate="2017-07-07 09:15:29 +0100" value="1011"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 10:20:17 +0100" startDate="2017-07-07 09:15:29 +0100" endDate="2017-07-07 09:21:35 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 10:20:17 +0100" startDate="2017-07-07 09:21:38 +0100" endDate="2017-07-07 09:28:19 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 11:15:21 +0100" startDate="2017-07-07 10:10:40 +0100" endDate="2017-07-07 10:19:48 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 11:15:21 +0100" startDate="2017-07-07 10:19:58 +0100" endDate="2017-07-07 10:29:57 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 11:15:21 +0100" startDate="2017-07-07 10:29:57 +0100" endDate="2017-07-07 10:39:55 +0100" value="1012"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 11:15:21 +0100" startDate="2017-07-07 10:39:55 +0100" endDate="2017-07-07 10:48:31 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 11:15:21 +0100" startDate="2017-07-07 10:48:31 +0100" endDate="2017-07-07 10:58:31 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 11:15:21 +0100" startDate="2017-07-07 10:58:31 +0100" endDate="2017-07-07 11:00:33 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 12:21:55 +0100" startDate="2017-07-07 11:08:57 +0100" endDate="2017-07-07 11:15:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 12:21:55 +0100" startDate="2017-07-07 11:37:43 +0100" endDate="2017-07-07 11:47:19 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 12:21:55 +0100" startDate="2017-07-07 11:47:19 +0100" endDate="2017-07-07 11:57:14 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 12:21:55 +0100" startDate="2017-07-07 11:57:14 +0100" endDate="2017-07-07 12:07:08 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 12:21:55 +0100" startDate="2017-07-07 12:07:08 +0100" endDate="2017-07-07 12:17:08 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 13:14:41 +0100" startDate="2017-07-07 12:17:08 +0100" endDate="2017-07-07 12:21:54 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 13:14:41 +0100" startDate="2017-07-07 12:29:37 +0100" endDate="2017-07-07 12:37:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 13:14:41 +0100" startDate="2017-07-07 12:37:34 +0100" endDate="2017-07-07 12:45:04 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 13:14:41 +0100" startDate="2017-07-07 13:00:16 +0100" endDate="2017-07-07 13:08:33 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 14:16:05 +0100" startDate="2017-07-07 13:14:12 +0100" endDate="2017-07-07 13:20:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 14:16:05 +0100" startDate="2017-07-07 13:44:12 +0100" endDate="2017-07-07 13:51:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 14:16:05 +0100" startDate="2017-07-07 13:54:02 +0100" endDate="2017-07-07 14:03:20 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 14:16:05 +0100" startDate="2017-07-07 14:03:20 +0100" endDate="2017-07-07 14:10:41 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 15:15:39 +0100" startDate="2017-07-07 14:10:41 +0100" endDate="2017-07-07 14:20:39 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 15:15:39 +0100" startDate="2017-07-07 14:20:39 +0100" endDate="2017-07-07 14:30:38 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 15:15:39 +0100" startDate="2017-07-07 14:30:38 +0100" endDate="2017-07-07 14:40:37 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 15:15:39 +0100" startDate="2017-07-07 14:40:37 +0100" endDate="2017-07-07 14:50:17 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 15:15:39 +0100" startDate="2017-07-07 14:50:17 +0100" endDate="2017-07-07 15:00:16 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 15:15:39 +0100" startDate="2017-07-07 15:00:16 +0100" endDate="2017-07-07 15:10:13 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 15:10:13 +0100" endDate="2017-07-07 15:19:46 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 15:19:46 +0100" endDate="2017-07-07 15:27:42 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 15:27:42 +0100" endDate="2017-07-07 15:37:39 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 15:37:39 +0100" endDate="2017-07-07 15:47:38 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 15:47:38 +0100" endDate="2017-07-07 15:57:33 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 15:57:33 +0100" endDate="2017-07-07 16:07:32 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 16:07:32 +0100" endDate="2017-07-07 16:13:13 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 17:16:00 +0100" startDate="2017-07-07 16:13:13 +0100" endDate="2017-07-07 16:22:14 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 17:16:00 +0100" startDate="2017-07-07 16:22:14 +0100" endDate="2017-07-07 16:32:14 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 17:16:00 +0100" startDate="2017-07-07 16:32:14 +0100" endDate="2017-07-07 16:42:13 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 17:16:00 +0100" startDate="2017-07-07 16:42:13 +0100" endDate="2017-07-07 16:51:24 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 20:01:03 +0100" startDate="2017-07-07 18:11:08 +0100" endDate="2017-07-07 18:19:40 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 20:01:03 +0100" startDate="2017-07-07 18:19:40 +0100" endDate="2017-07-07 18:29:13 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 20:01:03 +0100" startDate="2017-07-07 18:29:13 +0100" endDate="2017-07-07 18:36:06 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 21:04:20 +0100" startDate="2017-07-07 20:16:23 +0100" endDate="2017-07-07 20:26:21 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 21:04:20 +0100" startDate="2017-07-07 20:26:21 +0100" endDate="2017-07-07 20:35:19 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 21:04:20 +0100" startDate="2017-07-07 20:35:19 +0100" endDate="2017-07-07 20:45:14 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 21:04:20 +0100" startDate="2017-07-07 20:45:14 +0100" endDate="2017-07-07 20:55:13 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 22:01:14 +0100" startDate="2017-07-07 20:55:13 +0100" endDate="2017-07-07 21:05:13 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 22:01:14 +0100" startDate="2017-07-07 21:05:13 +0100" endDate="2017-07-07 21:15:13 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 22:01:14 +0100" startDate="2017-07-07 21:33:39 +0100" endDate="2017-07-07 21:39:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 23:00:16 +0100" startDate="2017-07-07 22:42:04 +0100" endDate="2017-07-07 22:52:03 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 23:14:59 +0100" startDate="2017-07-07 22:52:03 +0100" endDate="2017-07-07 22:52:26 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-07 23:14:59 +0100" startDate="2017-07-07 23:03:57 +0100" endDate="2017-07-07 23:10:05 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 09:21:02 +0100" startDate="2017-07-08 08:30:11 +0100" endDate="2017-07-08 08:36:54 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 09:21:02 +0100" startDate="2017-07-08 08:41:03 +0100" endDate="2017-07-08 08:48:12 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 09:21:02 +0100" startDate="2017-07-08 09:02:23 +0100" endDate="2017-07-08 09:12:22 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 10:16:38 +0100" startDate="2017-07-08 09:12:22 +0100" endDate="2017-07-08 09:22:20 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 10:16:38 +0100" startDate="2017-07-08 09:22:20 +0100" endDate="2017-07-08 09:31:54 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 10:16:38 +0100" startDate="2017-07-08 09:54:23 +0100" endDate="2017-07-08 10:02:00 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 11:15:26 +0100" startDate="2017-07-08 10:10:09 +0100" endDate="2017-07-08 10:20:07 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 11:15:26 +0100" startDate="2017-07-08 10:20:07 +0100" endDate="2017-07-08 10:24:40 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 11:15:26 +0100" startDate="2017-07-08 10:38:24 +0100" endDate="2017-07-08 10:48:24 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 11:15:26 +0100" startDate="2017-07-08 10:48:24 +0100" endDate="2017-07-08 10:57:39 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 11:15:26 +0100" startDate="2017-07-08 10:57:39 +0100" endDate="2017-07-08 11:05:53 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 11:05:53 +0100" endDate="2017-07-08 11:15:51 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 11:15:51 +0100" endDate="2017-07-08 11:25:49 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 11:25:49 +0100" endDate="2017-07-08 11:30:14 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 11:33:47 +0100" endDate="2017-07-08 11:43:27 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 11:43:27 +0100" endDate="2017-07-08 11:50:21 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 11:52:03 +0100" endDate="2017-07-08 12:02:02 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 12:02:02 +0100" endDate="2017-07-08 12:11:02 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 13:16:57 +0100" startDate="2017-07-08 12:11:02 +0100" endDate="2017-07-08 12:19:31 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 14:22:21 +0100" startDate="2017-07-08 13:36:46 +0100" endDate="2017-07-08 13:46:07 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303c3db80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 15:25:43 +0100" startDate="2017-07-08 14:35:00 +0100" endDate="2017-07-08 14:44:58 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 15:25:43 +0100" startDate="2017-07-08 14:44:58 +0100" endDate="2017-07-08 14:54:58 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 16:18:06 +0100" startDate="2017-07-08 15:19:55 +0100" endDate="2017-07-08 15:29:53 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 16:18:06 +0100" startDate="2017-07-08 15:29:53 +0100" endDate="2017-07-08 15:39:53 +0100" value="1047"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 16:18:06 +0100" startDate="2017-07-08 15:39:53 +0100" endDate="2017-07-08 15:49:15 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 17:17:13 +0100" startDate="2017-07-08 16:31:43 +0100" endDate="2017-07-08 16:37:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 19:22:07 +0100" startDate="2017-07-08 18:51:08 +0100" endDate="2017-07-08 19:01:07 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 19:22:07 +0100" startDate="2017-07-08 19:01:07 +0100" endDate="2017-07-08 19:10:54 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 19:22:07 +0100" startDate="2017-07-08 19:10:54 +0100" endDate="2017-07-08 19:20:52 +0100" value="1073"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 20:14:49 +0100" startDate="2017-07-08 19:20:52 +0100" endDate="2017-07-08 19:30:50 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 20:14:49 +0100" startDate="2017-07-08 19:30:50 +0100" endDate="2017-07-08 19:34:46 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 21:16:20 +0100" startDate="2017-07-08 20:06:33 +0100" endDate="2017-07-08 20:14:48 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 21:16:20 +0100" startDate="2017-07-08 20:27:15 +0100" endDate="2017-07-08 20:37:14 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 21:16:20 +0100" startDate="2017-07-08 20:37:14 +0100" endDate="2017-07-08 20:47:14 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 21:16:20 +0100" startDate="2017-07-08 20:47:14 +0100" endDate="2017-07-08 20:49:36 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 21:16:20 +0100" startDate="2017-07-08 20:56:14 +0100" endDate="2017-07-08 21:03:00 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 21:16:20 +0100" startDate="2017-07-08 21:05:13 +0100" endDate="2017-07-08 21:15:12 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 22:19:01 +0100" startDate="2017-07-08 21:15:12 +0100" endDate="2017-07-08 21:21:34 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-08 23:28:27 +0100" startDate="2017-07-08 22:20:28 +0100" endDate="2017-07-08 22:27:47 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-09 09:39:36 +0100" startDate="2017-07-09 08:30:23 +0100" endDate="2017-07-09 08:40:21 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-09 09:39:36 +0100" startDate="2017-07-09 09:20:00 +0100" endDate="2017-07-09 09:26:23 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-09 14:44:33 +0100" startDate="2017-07-09 13:04:02 +0100" endDate="2017-07-09 13:11:27 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-09 14:44:33 +0100" startDate="2017-07-09 14:30:42 +0100" endDate="2017-07-09 14:38:06 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-09 17:58:18 +0100" startDate="2017-07-09 16:57:27 +0100" endDate="2017-07-09 17:07:27 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-09 17:58:18 +0100" startDate="2017-07-09 17:07:27 +0100" endDate="2017-07-09 17:09:14 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-09 19:01:33 +0100" startDate="2017-07-09 18:10:31 +0100" endDate="2017-07-09 18:16:52 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-09 22:05:08 +0100" startDate="2017-07-09 21:30:03 +0100" endDate="2017-07-09 21:38:15 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 06:55:09 +0100" startDate="2017-07-10 05:58:47 +0100" endDate="2017-07-10 06:08:42 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 06:55:09 +0100" startDate="2017-07-10 06:08:42 +0100" endDate="2017-07-10 06:11:40 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 06:55:09 +0100" startDate="2017-07-10 06:18:38 +0100" endDate="2017-07-10 06:28:28 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 06:55:09 +0100" startDate="2017-07-10 06:28:28 +0100" endDate="2017-07-10 06:38:11 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 06:55:09 +0100" startDate="2017-07-10 06:38:11 +0100" endDate="2017-07-10 06:48:10 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 07:54:54 +0100" startDate="2017-07-10 06:48:10 +0100" endDate="2017-07-10 06:58:08 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 07:54:54 +0100" startDate="2017-07-10 06:58:08 +0100" endDate="2017-07-10 07:02:48 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 07:54:54 +0100" startDate="2017-07-10 07:41:49 +0100" endDate="2017-07-10 07:51:23 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 08:57:39 +0100" startDate="2017-07-10 07:51:23 +0100" endDate="2017-07-10 07:55:32 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 08:57:39 +0100" startDate="2017-07-10 08:11:54 +0100" endDate="2017-07-10 08:19:11 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 08:57:39 +0100" startDate="2017-07-10 08:19:11 +0100" endDate="2017-07-10 08:29:07 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 08:57:39 +0100" startDate="2017-07-10 08:30:44 +0100" endDate="2017-07-10 08:38:08 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 08:57:39 +0100" startDate="2017-07-10 08:46:55 +0100" endDate="2017-07-10 08:56:54 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 09:57:46 +0100" startDate="2017-07-10 08:56:54 +0100" endDate="2017-07-10 09:00:43 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 09:57:46 +0100" startDate="2017-07-10 09:37:11 +0100" endDate="2017-07-10 09:46:22 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 11:00:46 +0100" startDate="2017-07-10 09:56:07 +0100" endDate="2017-07-10 10:05:56 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 11:00:46 +0100" startDate="2017-07-10 10:05:56 +0100" endDate="2017-07-10 10:07:56 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 11:00:46 +0100" startDate="2017-07-10 10:09:57 +0100" endDate="2017-07-10 10:19:57 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 11:00:46 +0100" startDate="2017-07-10 10:19:57 +0100" endDate="2017-07-10 10:29:55 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 11:00:46 +0100" startDate="2017-07-10 10:29:55 +0100" endDate="2017-07-10 10:34:18 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 11:00:46 +0100" startDate="2017-07-10 10:38:35 +0100" endDate="2017-07-10 10:45:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 11:57:19 +0100" startDate="2017-07-10 11:41:16 +0100" endDate="2017-07-10 11:51:15 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 12:57:30 +0100" startDate="2017-07-10 11:51:15 +0100" endDate="2017-07-10 11:56:30 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 12:57:30 +0100" startDate="2017-07-10 11:58:28 +0100" endDate="2017-07-10 12:08:27 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 12:57:30 +0100" startDate="2017-07-10 12:08:27 +0100" endDate="2017-07-10 12:17:46 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 12:57:30 +0100" startDate="2017-07-10 12:17:46 +0100" endDate="2017-07-10 12:27:45 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 12:57:30 +0100" startDate="2017-07-10 12:27:45 +0100" endDate="2017-07-10 12:36:45 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 13:56:11 +0100" startDate="2017-07-10 12:51:42 +0100" endDate="2017-07-10 12:58:53 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 13:56:11 +0100" startDate="2017-07-10 13:18:05 +0100" endDate="2017-07-10 13:27:18 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 13:56:11 +0100" startDate="2017-07-10 13:27:18 +0100" endDate="2017-07-10 13:34:09 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 13:56:11 +0100" startDate="2017-07-10 13:38:31 +0100" endDate="2017-07-10 13:48:04 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 16:01:41 +0100" startDate="2017-07-10 15:45:25 +0100" endDate="2017-07-10 15:53:30 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 16:56:02 +0100" startDate="2017-07-10 15:53:30 +0100" endDate="2017-07-10 16:01:43 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 17:55:29 +0100" startDate="2017-07-10 16:59:08 +0100" endDate="2017-07-10 17:06:27 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 17:55:29 +0100" startDate="2017-07-10 17:13:10 +0100" endDate="2017-07-10 17:23:09 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 17:55:29 +0100" startDate="2017-07-10 17:23:09 +0100" endDate="2017-07-10 17:32:59 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 17:55:29 +0100" startDate="2017-07-10 17:32:59 +0100" endDate="2017-07-10 17:38:47 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 17:55:29 +0100" startDate="2017-07-10 17:38:47 +0100" endDate="2017-07-10 17:47:42 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 18:57:45 +0100" startDate="2017-07-10 17:47:42 +0100" endDate="2017-07-10 17:56:23 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 18:57:45 +0100" startDate="2017-07-10 18:38:10 +0100" endDate="2017-07-10 18:47:03 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 19:59:53 +0100" startDate="2017-07-10 18:47:03 +0100" endDate="2017-07-10 18:57:02 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 19:59:53 +0100" startDate="2017-07-10 18:57:02 +0100" endDate="2017-07-10 19:02:46 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 21:27:21 +0100" startDate="2017-07-10 21:09:13 +0100" endDate="2017-07-10 21:15:44 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-10 22:55:29 +0100" startDate="2017-07-10 21:48:41 +0100" endDate="2017-07-10 21:54:48 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 05:58:36 +0100" startDate="2017-07-11 05:35:14 +0100" endDate="2017-07-11 05:41:37 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 07:00:00 +0100" startDate="2017-07-11 05:52:41 +0100" endDate="2017-07-11 06:02:41 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 07:00:00 +0100" startDate="2017-07-11 06:02:41 +0100" endDate="2017-07-11 06:08:41 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 07:00:00 +0100" startDate="2017-07-11 06:10:06 +0100" endDate="2017-07-11 06:17:45 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 07:00:00 +0100" startDate="2017-07-11 06:21:47 +0100" endDate="2017-07-11 06:31:46 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 07:00:00 +0100" startDate="2017-07-11 06:31:46 +0100" endDate="2017-07-11 06:41:30 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 07:00:00 +0100" startDate="2017-07-11 06:41:30 +0100" endDate="2017-07-11 06:50:50 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 07:57:19 +0100" startDate="2017-07-11 06:50:50 +0100" endDate="2017-07-11 06:52:14 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 07:57:19 +0100" startDate="2017-07-11 06:55:19 +0100" endDate="2017-07-11 07:05:13 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 07:57:19 +0100" startDate="2017-07-11 07:05:13 +0100" endDate="2017-07-11 07:15:11 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 07:57:19 +0100" startDate="2017-07-11 07:15:11 +0100" endDate="2017-07-11 07:19:31 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 07:57:19 +0100" startDate="2017-07-11 07:37:11 +0100" endDate="2017-07-11 07:43:37 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 07:57:19 +0100" startDate="2017-07-11 07:43:37 +0100" endDate="2017-07-11 07:51:45 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 08:54:35 +0100" startDate="2017-07-11 07:51:45 +0100" endDate="2017-07-11 08:00:42 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 08:54:35 +0100" startDate="2017-07-11 08:24:33 +0100" endDate="2017-07-11 08:30:41 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 09:55:11 +0100" startDate="2017-07-11 09:09:37 +0100" endDate="2017-07-11 09:19:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 09:55:11 +0100" startDate="2017-07-11 09:45:11 +0100" endDate="2017-07-11 09:55:10 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 10:59:06 +0100" startDate="2017-07-11 09:55:10 +0100" endDate="2017-07-11 10:02:29 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 10:59:06 +0100" startDate="2017-07-11 10:22:10 +0100" endDate="2017-07-11 10:31:13 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 10:59:06 +0100" startDate="2017-07-11 10:31:13 +0100" endDate="2017-07-11 10:40:40 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 10:59:06 +0100" startDate="2017-07-11 10:40:40 +0100" endDate="2017-07-11 10:50:39 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 11:57:48 +0100" startDate="2017-07-11 10:50:39 +0100" endDate="2017-07-11 11:00:29 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 13:02:22 +0100" startDate="2017-07-11 12:38:34 +0100" endDate="2017-07-11 12:48:33 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 14:00:17 +0100" startDate="2017-07-11 12:55:33 +0100" endDate="2017-07-11 13:02:24 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 14:00:17 +0100" startDate="2017-07-11 13:15:54 +0100" endDate="2017-07-11 13:23:38 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 15:58:59 +0100" startDate="2017-07-11 14:58:27 +0100" endDate="2017-07-11 15:08:26 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 15:58:59 +0100" startDate="2017-07-11 15:08:26 +0100" endDate="2017-07-11 15:18:23 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 15:58:59 +0100" startDate="2017-07-11 15:18:23 +0100" endDate="2017-07-11 15:28:10 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 15:58:59 +0100" startDate="2017-07-11 15:28:10 +0100" endDate="2017-07-11 15:38:10 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 15:58:59 +0100" startDate="2017-07-11 15:38:10 +0100" endDate="2017-07-11 15:45:30 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 15:45:30 +0100" endDate="2017-07-11 15:55:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 15:56:00 +0100" endDate="2017-07-11 16:05:00 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 16:05:00 +0100" endDate="2017-07-11 16:14:58 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 16:14:58 +0100" endDate="2017-07-11 16:24:14 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 16:24:14 +0100" endDate="2017-07-11 16:34:05 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 16:34:05 +0100" endDate="2017-07-11 16:42:26 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 16:42:26 +0100" endDate="2017-07-11 16:50:09 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 17:57:19 +0100" startDate="2017-07-11 16:50:09 +0100" endDate="2017-07-11 17:00:07 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 17:57:19 +0100" startDate="2017-07-11 17:00:07 +0100" endDate="2017-07-11 17:01:41 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 17:57:19 +0100" startDate="2017-07-11 17:10:54 +0100" endDate="2017-07-11 17:17:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 17:57:19 +0100" startDate="2017-07-11 17:27:39 +0100" endDate="2017-07-11 17:37:38 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 17:57:19 +0100" startDate="2017-07-11 17:37:38 +0100" endDate="2017-07-11 17:47:37 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 18:54:57 +0100" startDate="2017-07-11 17:47:37 +0100" endDate="2017-07-11 17:54:15 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 18:54:57 +0100" startDate="2017-07-11 17:54:15 +0100" endDate="2017-07-11 17:59:15 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 18:54:57 +0100" startDate="2017-07-11 18:00:05 +0100" endDate="2017-07-11 18:06:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 19:59:13 +0100" startDate="2017-07-11 18:52:47 +0100" endDate="2017-07-11 18:59:30 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 19:59:13 +0100" startDate="2017-07-11 18:59:30 +0100" endDate="2017-07-11 19:09:19 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 19:59:13 +0100" startDate="2017-07-11 19:14:54 +0100" endDate="2017-07-11 19:22:00 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 19:59:13 +0100" startDate="2017-07-11 19:24:36 +0100" endDate="2017-07-11 19:31:14 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 19:59:13 +0100" startDate="2017-07-11 19:37:05 +0100" endDate="2017-07-11 19:46:51 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 19:59:13 +0100" startDate="2017-07-11 19:46:51 +0100" endDate="2017-07-11 19:56:49 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 20:59:09 +0100" startDate="2017-07-11 19:56:49 +0100" endDate="2017-07-11 20:05:13 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 20:59:09 +0100" startDate="2017-07-11 20:17:20 +0100" endDate="2017-07-11 20:25:05 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 20:59:09 +0100" startDate="2017-07-11 20:25:05 +0100" endDate="2017-07-11 20:29:42 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-11 21:58:48 +0100" startDate="2017-07-11 21:32:28 +0100" endDate="2017-07-11 21:41:27 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 05:03:55 +0100" startDate="2017-07-12 04:37:32 +0100" endDate="2017-07-12 04:43:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 07:05:20 +0100" startDate="2017-07-12 06:14:06 +0100" endDate="2017-07-12 06:20:21 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 07:05:20 +0100" startDate="2017-07-12 06:39:10 +0100" endDate="2017-07-12 06:45:53 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 07:05:20 +0100" startDate="2017-07-12 06:48:21 +0100" endDate="2017-07-12 06:58:15 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 07:54:34 +0100" startDate="2017-07-12 06:58:15 +0100" endDate="2017-07-12 07:04:14 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 10:55:36 +0100" startDate="2017-07-12 10:37:00 +0100" endDate="2017-07-12 10:47:00 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 11:56:33 +0100" startDate="2017-07-12 10:47:00 +0100" endDate="2017-07-12 10:55:27 +0100" value="671"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 11:56:33 +0100" startDate="2017-07-12 11:15:52 +0100" endDate="2017-07-12 11:25:51 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 11:56:33 +0100" startDate="2017-07-12 11:25:51 +0100" endDate="2017-07-12 11:35:30 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 11:56:33 +0100" startDate="2017-07-12 11:35:30 +0100" endDate="2017-07-12 11:40:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 11:56:33 +0100" startDate="2017-07-12 11:40:20 +0100" endDate="2017-07-12 11:47:20 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 13:01:57 +0100" startDate="2017-07-12 11:47:20 +0100" endDate="2017-07-12 11:57:20 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 13:01:57 +0100" startDate="2017-07-12 11:57:20 +0100" endDate="2017-07-12 12:04:58 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 13:54:35 +0100" startDate="2017-07-12 13:20:28 +0100" endDate="2017-07-12 13:29:37 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 13:54:35 +0100" startDate="2017-07-12 13:29:37 +0100" endDate="2017-07-12 13:36:57 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 13:54:35 +0100" startDate="2017-07-12 13:36:57 +0100" endDate="2017-07-12 13:45:00 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 14:57:06 +0100" startDate="2017-07-12 13:58:52 +0100" endDate="2017-07-12 14:04:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 14:57:06 +0100" startDate="2017-07-12 14:29:21 +0100" endDate="2017-07-12 14:38:06 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 14:57:06 +0100" startDate="2017-07-12 14:38:06 +0100" endDate="2017-07-12 14:43:34 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 14:57:06 +0100" startDate="2017-07-12 14:43:34 +0100" endDate="2017-07-12 14:49:55 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 16:02:10 +0100" startDate="2017-07-12 15:31:30 +0100" endDate="2017-07-12 15:40:33 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 16:02:10 +0100" startDate="2017-07-12 15:44:45 +0100" endDate="2017-07-12 15:54:44 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 16:55:16 +0100" startDate="2017-07-12 15:54:44 +0100" endDate="2017-07-12 16:03:06 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 16:55:16 +0100" startDate="2017-07-12 16:05:51 +0100" endDate="2017-07-12 16:14:24 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 16:55:16 +0100" startDate="2017-07-12 16:24:25 +0100" endDate="2017-07-12 16:34:24 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-12 21:00:14 +0100" startDate="2017-07-12 19:58:57 +0100" endDate="2017-07-12 20:08:11 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 07:59:32 +0100" startDate="2017-07-13 06:59:21 +0100" endDate="2017-07-13 07:08:47 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 07:59:32 +0100" startDate="2017-07-13 07:08:47 +0100" endDate="2017-07-13 07:16:32 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 07:59:32 +0100" startDate="2017-07-13 07:20:41 +0100" endDate="2017-07-13 07:26:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 08:55:04 +0100" startDate="2017-07-13 08:18:27 +0100" endDate="2017-07-13 08:24:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 08:55:04 +0100" startDate="2017-07-13 08:44:48 +0100" endDate="2017-07-13 08:54:41 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 10:02:03 +0100" startDate="2017-07-13 08:54:41 +0100" endDate="2017-07-13 08:56:39 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 10:02:03 +0100" startDate="2017-07-13 09:24:46 +0100" endDate="2017-07-13 09:31:37 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 10:02:03 +0100" startDate="2017-07-13 09:32:26 +0100" endDate="2017-07-13 09:40:15 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 10:57:08 +0100" startDate="2017-07-13 10:32:24 +0100" endDate="2017-07-13 10:41:05 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 10:57:08 +0100" startDate="2017-07-13 10:41:05 +0100" endDate="2017-07-13 10:51:05 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 11:58:16 +0100" startDate="2017-07-13 10:51:05 +0100" endDate="2017-07-13 11:01:04 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 11:58:16 +0100" startDate="2017-07-13 11:01:04 +0100" endDate="2017-07-13 11:08:26 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 12:54:33 +0100" startDate="2017-07-13 11:50:53 +0100" endDate="2017-07-13 12:00:53 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 12:54:33 +0100" startDate="2017-07-13 12:00:53 +0100" endDate="2017-07-13 12:09:17 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 12:54:33 +0100" startDate="2017-07-13 12:09:17 +0100" endDate="2017-07-13 12:19:15 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 12:54:33 +0100" startDate="2017-07-13 12:19:15 +0100" endDate="2017-07-13 12:29:15 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 12:54:33 +0100" startDate="2017-07-13 12:43:47 +0100" endDate="2017-07-13 12:51:11 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 13:56:26 +0100" startDate="2017-07-13 12:51:11 +0100" endDate="2017-07-13 12:58:27 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 13:56:26 +0100" startDate="2017-07-13 13:41:36 +0100" endDate="2017-07-13 13:47:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 14:55:44 +0100" startDate="2017-07-13 13:47:54 +0100" endDate="2017-07-13 13:57:06 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 14:55:44 +0100" startDate="2017-07-13 13:57:06 +0100" endDate="2017-07-13 14:01:33 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 20:02:02 +0100" startDate="2017-07-13 19:07:50 +0100" endDate="2017-07-13 19:17:49 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 20:02:02 +0100" startDate="2017-07-13 19:17:49 +0100" endDate="2017-07-13 19:24:50 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 20:02:02 +0100" startDate="2017-07-13 19:26:37 +0100" endDate="2017-07-13 19:36:36 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 20:02:02 +0100" startDate="2017-07-13 19:36:36 +0100" endDate="2017-07-13 19:46:33 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 20:02:02 +0100" startDate="2017-07-13 19:46:33 +0100" endDate="2017-07-13 19:52:53 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-13 21:59:05 +0100" startDate="2017-07-13 21:10:41 +0100" endDate="2017-07-13 21:17:37 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 07:00:27 +0100" startDate="2017-07-14 06:30:49 +0100" endDate="2017-07-14 06:40:48 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 07:00:27 +0100" startDate="2017-07-14 06:40:48 +0100" endDate="2017-07-14 06:50:47 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 07:55:56 +0100" startDate="2017-07-14 06:50:47 +0100" endDate="2017-07-14 06:58:40 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 07:55:56 +0100" startDate="2017-07-14 06:58:40 +0100" endDate="2017-07-14 07:02:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 07:55:56 +0100" startDate="2017-07-14 07:05:51 +0100" endDate="2017-07-14 07:13:50 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 07:55:56 +0100" startDate="2017-07-14 07:37:24 +0100" endDate="2017-07-14 07:45:20 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 09:01:20 +0100" startDate="2017-07-14 07:49:30 +0100" endDate="2017-07-14 07:57:37 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 09:01:20 +0100" startDate="2017-07-14 08:12:19 +0100" endDate="2017-07-14 08:19:08 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 09:01:20 +0100" startDate="2017-07-14 08:19:13 +0100" endDate="2017-07-14 08:27:28 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 10:03:14 +0100" startDate="2017-07-14 08:59:06 +0100" endDate="2017-07-14 09:05:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 10:03:14 +0100" startDate="2017-07-14 09:32:28 +0100" endDate="2017-07-14 09:41:32 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 10:58:10 +0100" startDate="2017-07-14 10:25:51 +0100" endDate="2017-07-14 10:34:19 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 10:58:10 +0100" startDate="2017-07-14 10:34:19 +0100" endDate="2017-07-14 10:43:41 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 10:58:10 +0100" startDate="2017-07-14 10:43:41 +0100" endDate="2017-07-14 10:49:53 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 12:03:11 +0100" startDate="2017-07-14 11:13:49 +0100" endDate="2017-07-14 11:23:48 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 12:03:11 +0100" startDate="2017-07-14 11:23:48 +0100" endDate="2017-07-14 11:33:47 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 12:03:11 +0100" startDate="2017-07-14 11:33:47 +0100" endDate="2017-07-14 11:41:55 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 12:03:11 +0100" startDate="2017-07-14 11:41:55 +0100" endDate="2017-07-14 11:51:54 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 12:03:11 +0100" startDate="2017-07-14 11:51:54 +0100" endDate="2017-07-14 11:56:05 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 12:57:10 +0100" startDate="2017-07-14 11:56:05 +0100" endDate="2017-07-14 12:03:11 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 13:57:14 +0100" startDate="2017-07-14 13:19:41 +0100" endDate="2017-07-14 13:28:57 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 13:57:14 +0100" startDate="2017-07-14 13:28:57 +0100" endDate="2017-07-14 13:33:55 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 15:02:36 +0100" startDate="2017-07-14 14:04:02 +0100" endDate="2017-07-14 14:14:01 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 15:02:36 +0100" startDate="2017-07-14 14:14:01 +0100" endDate="2017-07-14 14:23:59 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 15:02:36 +0100" startDate="2017-07-14 14:23:59 +0100" endDate="2017-07-14 14:26:39 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 15:02:36 +0100" startDate="2017-07-14 14:28:51 +0100" endDate="2017-07-14 14:35:17 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 15:02:36 +0100" startDate="2017-07-14 14:42:31 +0100" endDate="2017-07-14 14:52:31 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 15:02:36 +0100" startDate="2017-07-14 14:52:31 +0100" endDate="2017-07-14 14:59:05 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 15:58:20 +0100" startDate="2017-07-14 14:59:05 +0100" endDate="2017-07-14 15:08:40 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 15:58:20 +0100" startDate="2017-07-14 15:08:40 +0100" endDate="2017-07-14 15:17:32 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 15:58:20 +0100" startDate="2017-07-14 15:18:44 +0100" endDate="2017-07-14 15:28:28 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 15:58:20 +0100" startDate="2017-07-14 15:28:28 +0100" endDate="2017-07-14 15:38:26 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 15:58:20 +0100" startDate="2017-07-14 15:38:26 +0100" endDate="2017-07-14 15:48:26 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 17:03:59 +0100" startDate="2017-07-14 15:48:26 +0100" endDate="2017-07-14 15:51:16 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 17:03:59 +0100" startDate="2017-07-14 15:53:33 +0100" endDate="2017-07-14 16:03:33 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 17:03:59 +0100" startDate="2017-07-14 16:03:33 +0100" endDate="2017-07-14 16:13:11 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 18:47:01 +0100" startDate="2017-07-14 17:19:15 +0100" endDate="2017-07-14 17:25:46 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 18:47:01 +0100" startDate="2017-07-14 17:31:11 +0100" endDate="2017-07-14 17:41:10 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 18:47:01 +0100" startDate="2017-07-14 17:41:10 +0100" endDate="2017-07-14 17:50:59 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 18:47:01 +0100" startDate="2017-07-14 17:50:59 +0100" endDate="2017-07-14 18:00:30 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 18:47:01 +0100" startDate="2017-07-14 18:00:30 +0100" endDate="2017-07-14 18:03:23 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:48:38 +0100" endDate="2017-07-14 19:49:39 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:49:39 +0100" endDate="2017-07-14 19:50:40 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:50:40 +0100" endDate="2017-07-14 19:51:41 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:51:41 +0100" endDate="2017-07-14 19:54:06 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:54:06 +0100" endDate="2017-07-14 19:55:08 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:55:08 +0100" endDate="2017-07-14 19:56:09 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:56:09 +0100" endDate="2017-07-14 19:57:15 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:57:15 +0100" endDate="2017-07-14 19:58:16 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:58:16 +0100" endDate="2017-07-14 20:02:01 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 20:40:52 +0100" startDate="2017-07-14 20:02:01 +0100" endDate="2017-07-14 20:12:00 +0100" value="988"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 20:40:52 +0100" startDate="2017-07-14 20:12:00 +0100" endDate="2017-07-14 20:22:00 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 20:40:52 +0100" startDate="2017-07-14 20:22:00 +0100" endDate="2017-07-14 20:31:59 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 21:41:48 +0100" startDate="2017-07-14 20:56:54 +0100" endDate="2017-07-14 21:06:43 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 21:41:48 +0100" startDate="2017-07-14 21:10:33 +0100" endDate="2017-07-14 21:18:09 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 21:41:48 +0100" startDate="2017-07-14 21:18:09 +0100" endDate="2017-07-14 21:27:53 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 21:41:48 +0100" startDate="2017-07-14 21:27:53 +0100" endDate="2017-07-14 21:37:51 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 22:41:29 +0100" startDate="2017-07-14 21:34:28 +0100" endDate="2017-07-14 21:43:50 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 22:41:29 +0100" startDate="2017-07-14 21:43:50 +0100" endDate="2017-07-14 21:48:20 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 22:41:29 +0100" startDate="2017-07-14 22:06:09 +0100" endDate="2017-07-14 22:14:51 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 22:41:29 +0100" startDate="2017-07-14 22:22:28 +0100" endDate="2017-07-14 22:32:27 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 23:44:41 +0100" startDate="2017-07-14 22:32:27 +0100" endDate="2017-07-14 22:42:26 +0100" value="1037"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 23:44:41 +0100" startDate="2017-07-14 22:42:26 +0100" endDate="2017-07-14 22:48:54 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 23:44:41 +0100" startDate="2017-07-14 22:48:54 +0100" endDate="2017-07-14 22:58:53 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 23:44:41 +0100" startDate="2017-07-14 22:58:53 +0100" endDate="2017-07-14 23:06:11 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-14 23:56:24 +0100" startDate="2017-07-14 23:38:47 +0100" endDate="2017-07-14 23:48:46 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 00:56:43 +0100" startDate="2017-07-14 23:48:46 +0100" endDate="2017-07-14 23:56:59 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 00:56:43 +0100" startDate="2017-07-14 23:58:36 +0100" endDate="2017-07-15 00:04:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 06:58:56 +0100" startDate="2017-07-15 06:14:13 +0100" endDate="2017-07-15 06:20:36 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 06:58:56 +0100" startDate="2017-07-15 06:20:36 +0100" endDate="2017-07-15 06:28:22 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 06:58:56 +0100" startDate="2017-07-15 06:34:26 +0100" endDate="2017-07-15 06:44:25 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 06:58:56 +0100" startDate="2017-07-15 06:44:25 +0100" endDate="2017-07-15 06:47:31 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 07:54:41 +0100" startDate="2017-07-15 07:26:09 +0100" endDate="2017-07-15 07:35:43 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 07:54:41 +0100" startDate="2017-07-15 07:35:43 +0100" endDate="2017-07-15 07:45:22 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 08:56:46 +0100" startDate="2017-07-15 07:45:22 +0100" endDate="2017-07-15 07:47:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 08:56:46 +0100" startDate="2017-07-15 07:53:16 +0100" endDate="2017-07-15 08:00:12 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 08:56:46 +0100" startDate="2017-07-15 08:15:43 +0100" endDate="2017-07-15 08:21:53 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 08:56:46 +0100" startDate="2017-07-15 08:26:04 +0100" endDate="2017-07-15 08:32:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 08:56:46 +0100" startDate="2017-07-15 08:38:17 +0100" endDate="2017-07-15 08:48:16 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 09:59:19 +0100" startDate="2017-07-15 08:48:16 +0100" endDate="2017-07-15 08:58:14 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 09:59:19 +0100" startDate="2017-07-15 08:58:14 +0100" endDate="2017-07-15 09:04:36 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 10:57:25 +0100" startDate="2017-07-15 10:38:58 +0100" endDate="2017-07-15 10:48:25 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 11:57:15 +0100" startDate="2017-07-15 10:48:25 +0100" endDate="2017-07-15 10:57:26 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 11:57:15 +0100" startDate="2017-07-15 11:09:51 +0100" endDate="2017-07-15 11:16:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 11:57:15 +0100" startDate="2017-07-15 11:26:22 +0100" endDate="2017-07-15 11:32:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 14:56:40 +0100" startDate="2017-07-15 14:39:38 +0100" endDate="2017-07-15 14:47:53 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 16:00:36 +0100" startDate="2017-07-15 14:47:53 +0100" endDate="2017-07-15 14:56:31 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 16:00:36 +0100" startDate="2017-07-15 15:20:12 +0100" endDate="2017-07-15 15:29:48 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 16:00:36 +0100" startDate="2017-07-15 15:29:48 +0100" endDate="2017-07-15 15:38:51 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:04:31 +0100" endDate="2017-07-15 16:05:32 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:05:32 +0100" endDate="2017-07-15 16:06:33 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:06:33 +0100" endDate="2017-07-15 16:07:52 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:07:52 +0100" endDate="2017-07-15 16:08:53 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:08:53 +0100" endDate="2017-07-15 16:10:27 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:10:27 +0100" endDate="2017-07-15 16:10:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:16:33 +0100" endDate="2017-07-15 16:17:26 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 19:01:12 +0100" startDate="2017-07-15 18:08:46 +0100" endDate="2017-07-15 18:15:19 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 19:01:12 +0100" startDate="2017-07-15 18:15:19 +0100" endDate="2017-07-15 18:22:31 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 19:01:12 +0100" startDate="2017-07-15 18:25:05 +0100" endDate="2017-07-15 18:31:18 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-15 22:54:42 +0100" startDate="2017-07-15 22:43:41 +0100" endDate="2017-07-15 22:50:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 05:55:06 +0100" startDate="2017-07-16 04:54:30 +0100" endDate="2017-07-16 05:01:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 05:55:06 +0100" startDate="2017-07-16 05:04:44 +0100" endDate="2017-07-16 05:14:43 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 05:55:06 +0100" startDate="2017-07-16 05:14:43 +0100" endDate="2017-07-16 05:14:56 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 05:55:06 +0100" startDate="2017-07-16 05:26:30 +0100" endDate="2017-07-16 05:32:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 05:55:06 +0100" startDate="2017-07-16 05:32:43 +0100" endDate="2017-07-16 05:37:01 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 07:55:28 +0100" startDate="2017-07-16 06:56:26 +0100" endDate="2017-07-16 07:06:23 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 07:55:28 +0100" startDate="2017-07-16 07:06:23 +0100" endDate="2017-07-16 07:16:14 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 07:55:28 +0100" startDate="2017-07-16 07:16:14 +0100" endDate="2017-07-16 07:23:18 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 07:55:28 +0100" startDate="2017-07-16 07:35:21 +0100" endDate="2017-07-16 07:45:01 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 07:55:28 +0100" startDate="2017-07-16 07:45:01 +0100" endDate="2017-07-16 07:51:23 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 08:55:44 +0100" startDate="2017-07-16 07:51:23 +0100" endDate="2017-07-16 07:56:56 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 08:55:44 +0100" startDate="2017-07-16 07:56:56 +0100" endDate="2017-07-16 08:02:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 10:57:53 +0100" startDate="2017-07-16 09:53:15 +0100" endDate="2017-07-16 10:03:12 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 10:57:53 +0100" startDate="2017-07-16 10:43:25 +0100" endDate="2017-07-16 10:50:03 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 11:58:26 +0100" startDate="2017-07-16 11:10:05 +0100" endDate="2017-07-16 11:17:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 14:06:34 +0100" startDate="2017-07-16 13:24:30 +0100" endDate="2017-07-16 13:31:47 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 15:55:59 +0100" startDate="2017-07-16 15:16:21 +0100" endDate="2017-07-16 15:22:34 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 15:55:59 +0100" startDate="2017-07-16 15:36:23 +0100" endDate="2017-07-16 15:42:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 16:57:02 +0100" startDate="2017-07-16 15:50:38 +0100" endDate="2017-07-16 15:57:35 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 16:57:02 +0100" startDate="2017-07-16 15:57:35 +0100" endDate="2017-07-16 16:03:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 18:56:31 +0100" startDate="2017-07-16 18:24:12 +0100" endDate="2017-07-16 18:30:43 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-16 19:55:11 +0100" startDate="2017-07-16 19:19:31 +0100" endDate="2017-07-16 19:25:46 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 05:58:00 +0100" startDate="2017-07-17 05:42:55 +0100" endDate="2017-07-17 05:52:48 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 06:54:42 +0100" startDate="2017-07-17 05:52:48 +0100" endDate="2017-07-17 05:59:45 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 06:54:42 +0100" startDate="2017-07-17 06:16:40 +0100" endDate="2017-07-17 06:24:34 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 06:54:42 +0100" startDate="2017-07-17 06:24:34 +0100" endDate="2017-07-17 06:34:33 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 06:54:42 +0100" startDate="2017-07-17 06:34:33 +0100" endDate="2017-07-17 06:42:14 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 08:03:05 +0100" startDate="2017-07-17 06:47:22 +0100" endDate="2017-07-17 06:53:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 10:54:43 +0100" startDate="2017-07-17 09:59:42 +0100" endDate="2017-07-17 10:09:41 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 10:54:43 +0100" startDate="2017-07-17 10:09:41 +0100" endDate="2017-07-17 10:10:02 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 10:54:43 +0100" startDate="2017-07-17 10:26:20 +0100" endDate="2017-07-17 10:36:10 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 10:54:43 +0100" startDate="2017-07-17 10:36:10 +0100" endDate="2017-07-17 10:46:08 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 11:56:10 +0100" startDate="2017-07-17 10:46:08 +0100" endDate="2017-07-17 10:53:16 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 11:56:10 +0100" startDate="2017-07-17 11:10:28 +0100" endDate="2017-07-17 11:20:27 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 11:56:10 +0100" startDate="2017-07-17 11:20:27 +0100" endDate="2017-07-17 11:29:57 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 11:56:10 +0100" startDate="2017-07-17 11:29:57 +0100" endDate="2017-07-17 11:34:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 14:03:53 +0100" startDate="2017-07-17 12:53:26 +0100" endDate="2017-07-17 13:03:07 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 14:54:42 +0100" startDate="2017-07-17 14:05:14 +0100" endDate="2017-07-17 14:12:11 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 14:54:42 +0100" startDate="2017-07-17 14:12:19 +0100" endDate="2017-07-17 14:20:13 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 14:54:42 +0100" startDate="2017-07-17 14:31:40 +0100" endDate="2017-07-17 14:38:28 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 15:56:39 +0100" startDate="2017-07-17 15:16:52 +0100" endDate="2017-07-17 15:26:43 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 15:56:39 +0100" startDate="2017-07-17 15:26:43 +0100" endDate="2017-07-17 15:36:41 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 15:56:39 +0100" startDate="2017-07-17 15:36:41 +0100" endDate="2017-07-17 15:46:27 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 15:56:39 +0100" startDate="2017-07-17 15:46:27 +0100" endDate="2017-07-17 15:55:33 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 16:57:21 +0100" startDate="2017-07-17 15:55:33 +0100" endDate="2017-07-17 16:03:06 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 18:03:16 +0100" startDate="2017-07-17 17:01:44 +0100" endDate="2017-07-17 17:10:34 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 18:03:16 +0100" startDate="2017-07-17 17:14:30 +0100" endDate="2017-07-17 17:23:10 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 18:03:16 +0100" startDate="2017-07-17 17:23:10 +0100" endDate="2017-07-17 17:33:08 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 18:03:16 +0100" startDate="2017-07-17 17:33:08 +0100" endDate="2017-07-17 17:34:09 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 18:03:16 +0100" startDate="2017-07-17 17:39:37 +0100" endDate="2017-07-17 17:47:52 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 19:43:54 +0100" startDate="2017-07-17 18:10:16 +0100" endDate="2017-07-17 18:19:12 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 19:43:54 +0100" startDate="2017-07-17 18:19:12 +0100" endDate="2017-07-17 18:22:28 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 19:43:54 +0100" startDate="2017-07-17 18:36:50 +0100" endDate="2017-07-17 18:46:11 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 19:43:54 +0100" startDate="2017-07-17 18:47:27 +0100" endDate="2017-07-17 18:56:22 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 19:43:54 +0100" startDate="2017-07-17 19:14:04 +0100" endDate="2017-07-17 19:24:01 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 22:00:03 +0100" startDate="2017-07-17 21:14:56 +0100" endDate="2017-07-17 21:23:32 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 22:00:03 +0100" startDate="2017-07-17 21:23:32 +0100" endDate="2017-07-17 21:30:02 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 22:00:03 +0100" startDate="2017-07-17 21:45:34 +0100" endDate="2017-07-17 21:54:38 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-17 22:12:01 +0100" startDate="2017-07-17 21:54:38 +0100" endDate="2017-07-17 21:57:42 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 06:57:04 +0100" startDate="2017-07-18 06:36:38 +0100" endDate="2017-07-18 06:44:33 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 06:57:04 +0100" startDate="2017-07-18 06:44:50 +0100" endDate="2017-07-18 06:53:43 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 07:54:48 +0100" startDate="2017-07-18 07:06:02 +0100" endDate="2017-07-18 07:15:22 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 07:54:48 +0100" startDate="2017-07-18 07:15:22 +0100" endDate="2017-07-18 07:25:11 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 07:54:48 +0100" startDate="2017-07-18 07:25:11 +0100" endDate="2017-07-18 07:34:33 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 07:54:48 +0100" startDate="2017-07-18 07:34:33 +0100" endDate="2017-07-18 07:44:18 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 07:54:48 +0100" startDate="2017-07-18 07:44:18 +0100" endDate="2017-07-18 07:54:16 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 08:58:54 +0100" startDate="2017-07-18 07:54:16 +0100" endDate="2017-07-18 08:00:46 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 09:55:40 +0100" startDate="2017-07-18 09:32:49 +0100" endDate="2017-07-18 09:41:43 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 10:57:19 +0100" startDate="2017-07-18 10:23:53 +0100" endDate="2017-07-18 10:33:43 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 10:57:19 +0100" startDate="2017-07-18 10:33:43 +0100" endDate="2017-07-18 10:43:41 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 10:57:19 +0100" startDate="2017-07-18 10:43:41 +0100" endDate="2017-07-18 10:51:59 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 11:54:48 +0100" startDate="2017-07-18 11:02:33 +0100" endDate="2017-07-18 11:12:32 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 11:54:48 +0100" startDate="2017-07-18 11:12:32 +0100" endDate="2017-07-18 11:21:45 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 11:54:48 +0100" startDate="2017-07-18 11:21:45 +0100" endDate="2017-07-18 11:28:03 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 11:54:48 +0100" startDate="2017-07-18 11:33:08 +0100" endDate="2017-07-18 11:41:28 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 11:54:48 +0100" startDate="2017-07-18 11:41:28 +0100" endDate="2017-07-18 11:45:45 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 13:56:16 +0100" startDate="2017-07-18 13:00:19 +0100" endDate="2017-07-18 13:10:18 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 13:56:16 +0100" startDate="2017-07-18 13:10:18 +0100" endDate="2017-07-18 13:20:16 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 13:56:16 +0100" startDate="2017-07-18 13:20:16 +0100" endDate="2017-07-18 13:26:15 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 16:58:21 +0100" startDate="2017-07-18 15:50:33 +0100" endDate="2017-07-18 16:00:32 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 16:58:21 +0100" startDate="2017-07-18 16:00:32 +0100" endDate="2017-07-18 16:10:32 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 16:58:21 +0100" startDate="2017-07-18 16:10:32 +0100" endDate="2017-07-18 16:20:32 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 16:58:21 +0100" startDate="2017-07-18 16:20:32 +0100" endDate="2017-07-18 16:29:43 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 16:58:21 +0100" startDate="2017-07-18 16:29:43 +0100" endDate="2017-07-18 16:39:03 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 16:58:21 +0100" startDate="2017-07-18 16:39:03 +0100" endDate="2017-07-18 16:41:00 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 18:56:46 +0100" startDate="2017-07-18 18:20:27 +0100" endDate="2017-07-18 18:28:50 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 19:55:48 +0100" startDate="2017-07-18 18:55:41 +0100" endDate="2017-07-18 19:03:54 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 19:55:48 +0100" startDate="2017-07-18 19:19:01 +0100" endDate="2017-07-18 19:28:59 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 19:55:48 +0100" startDate="2017-07-18 19:28:59 +0100" endDate="2017-07-18 19:31:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 21:54:37 +0100" startDate="2017-07-18 20:57:02 +0100" endDate="2017-07-18 21:07:00 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 21:54:37 +0100" startDate="2017-07-18 21:07:00 +0100" endDate="2017-07-18 21:14:28 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-18 21:54:37 +0100" startDate="2017-07-18 21:30:10 +0100" endDate="2017-07-18 21:37:47 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 05:54:40 +0100" startDate="2017-07-19 05:40:39 +0100" endDate="2017-07-19 05:47:30 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 06:59:32 +0100" startDate="2017-07-19 05:58:41 +0100" endDate="2017-07-19 06:05:01 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 06:59:32 +0100" startDate="2017-07-19 06:10:47 +0100" endDate="2017-07-19 06:18:31 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 06:59:32 +0100" startDate="2017-07-19 06:18:31 +0100" endDate="2017-07-19 06:28:30 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 06:59:32 +0100" startDate="2017-07-19 06:28:30 +0100" endDate="2017-07-19 06:38:30 +0100" value="869"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 06:59:32 +0100" startDate="2017-07-19 06:38:30 +0100" endDate="2017-07-19 06:39:46 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 10:55:13 +0100" startDate="2017-07-19 10:19:13 +0100" endDate="2017-07-19 10:29:11 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 10:55:13 +0100" startDate="2017-07-19 10:29:11 +0100" endDate="2017-07-19 10:38:14 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 10:55:13 +0100" startDate="2017-07-19 10:38:14 +0100" endDate="2017-07-19 10:43:14 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 11:55:25 +0100" startDate="2017-07-19 10:43:14 +0100" endDate="2017-07-19 10:52:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 11:55:25 +0100" startDate="2017-07-19 10:52:08 +0100" endDate="2017-07-19 11:02:07 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 11:55:25 +0100" startDate="2017-07-19 11:02:07 +0100" endDate="2017-07-19 11:11:20 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 12:57:22 +0100" startDate="2017-07-19 12:15:32 +0100" endDate="2017-07-19 12:24:06 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 12:57:22 +0100" startDate="2017-07-19 12:31:26 +0100" endDate="2017-07-19 12:37:09 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 12:57:22 +0100" startDate="2017-07-19 12:37:09 +0100" endDate="2017-07-19 12:44:00 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 13:54:49 +0100" startDate="2017-07-19 12:51:43 +0100" endDate="2017-07-19 12:57:48 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 14:58:24 +0100" startDate="2017-07-19 14:19:50 +0100" endDate="2017-07-19 14:29:50 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 14:58:24 +0100" startDate="2017-07-19 14:29:50 +0100" endDate="2017-07-19 14:31:03 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 15:54:42 +0100" startDate="2017-07-19 14:52:04 +0100" endDate="2017-07-19 14:59:00 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 15:54:42 +0100" startDate="2017-07-19 14:59:00 +0100" endDate="2017-07-19 15:04:42 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 15:54:42 +0100" startDate="2017-07-19 15:21:06 +0100" endDate="2017-07-19 15:31:04 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 15:54:42 +0100" startDate="2017-07-19 15:31:04 +0100" endDate="2017-07-19 15:39:36 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 15:54:42 +0100" startDate="2017-07-19 15:39:36 +0100" endDate="2017-07-19 15:49:23 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 15:49:23 +0100" endDate="2017-07-19 15:56:41 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 15:56:41 +0100" endDate="2017-07-19 16:06:40 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 16:06:40 +0100" endDate="2017-07-19 16:16:36 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 16:16:36 +0100" endDate="2017-07-19 16:26:30 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 16:26:30 +0100" endDate="2017-07-19 16:29:46 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 16:32:37 +0100" endDate="2017-07-19 16:42:31 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 16:42:31 +0100" endDate="2017-07-19 16:52:00 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 17:54:40 +0100" startDate="2017-07-19 16:52:00 +0100" endDate="2017-07-19 16:54:56 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 17:54:40 +0100" startDate="2017-07-19 17:22:17 +0100" endDate="2017-07-19 17:28:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 18:55:11 +0100" startDate="2017-07-19 18:38:26 +0100" endDate="2017-07-19 18:45:35 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 18:45:35 +0100" endDate="2017-07-19 18:54:11 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 18:58:49 +0100" endDate="2017-07-19 19:08:48 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 19:08:48 +0100" endDate="2017-07-19 19:18:48 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 19:18:48 +0100" endDate="2017-07-19 19:28:47 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 19:28:47 +0100" endDate="2017-07-19 19:38:46 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 19:38:46 +0100" endDate="2017-07-19 19:48:44 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 19:48:44 +0100" endDate="2017-07-19 19:58:43 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 19:58:43 +0100" endDate="2017-07-19 20:03:47 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 20:15:15 +0100" endDate="2017-07-19 20:25:04 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 20:25:53 +0100" endDate="2017-07-19 20:32:01 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 20:32:01 +0100" endDate="2017-07-19 20:36:51 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 20:47:18 +0100" endDate="2017-07-19 20:53:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 20:57:46 +0100" endDate="2017-07-19 21:06:28 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 21:06:28 +0100" endDate="2017-07-19 21:14:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 21:14:24 +0100" endDate="2017-07-19 21:24:23 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 21:24:23 +0100" endDate="2017-07-19 21:30:09 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-19 22:54:53 +0100" startDate="2017-07-19 21:50:05 +0100" endDate="2017-07-19 21:56:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 05:56:14 +0100" startDate="2017-07-20 05:34:33 +0100" endDate="2017-07-20 05:40:59 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 05:56:14 +0100" startDate="2017-07-20 05:40:59 +0100" endDate="2017-07-20 05:46:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 06:59:10 +0100" startDate="2017-07-20 05:58:06 +0100" endDate="2017-07-20 06:08:00 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 06:59:10 +0100" startDate="2017-07-20 06:08:00 +0100" endDate="2017-07-20 06:15:38 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 06:59:10 +0100" startDate="2017-07-20 06:21:59 +0100" endDate="2017-07-20 06:29:08 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 06:59:10 +0100" startDate="2017-07-20 06:29:16 +0100" endDate="2017-07-20 06:39:15 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 06:59:10 +0100" startDate="2017-07-20 06:39:15 +0100" endDate="2017-07-20 06:48:50 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 06:59:10 +0100" startDate="2017-07-20 06:48:50 +0100" endDate="2017-07-20 06:49:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 08:00:45 +0100" startDate="2017-07-20 06:57:20 +0100" endDate="2017-07-20 07:07:14 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 08:00:45 +0100" startDate="2017-07-20 07:07:14 +0100" endDate="2017-07-20 07:17:10 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 08:00:45 +0100" startDate="2017-07-20 07:17:10 +0100" endDate="2017-07-20 07:23:41 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 08:00:45 +0100" startDate="2017-07-20 07:31:23 +0100" endDate="2017-07-20 07:40:54 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 08:00:45 +0100" startDate="2017-07-20 07:40:54 +0100" endDate="2017-07-20 07:49:13 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 09:56:43 +0100" startDate="2017-07-20 08:54:50 +0100" endDate="2017-07-20 09:00:57 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 09:56:43 +0100" startDate="2017-07-20 09:03:13 +0100" endDate="2017-07-20 09:12:44 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 09:56:43 +0100" startDate="2017-07-20 09:12:44 +0100" endDate="2017-07-20 09:13:58 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 09:56:43 +0100" startDate="2017-07-20 09:45:13 +0100" endDate="2017-07-20 09:51:54 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 11:00:19 +0100" startDate="2017-07-20 10:28:22 +0100" endDate="2017-07-20 10:38:21 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 11:00:19 +0100" startDate="2017-07-20 10:38:21 +0100" endDate="2017-07-20 10:48:16 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 11:00:19 +0100" startDate="2017-07-20 10:48:16 +0100" endDate="2017-07-20 10:51:29 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 12:06:50 +0100" startDate="2017-07-20 10:51:29 +0100" endDate="2017-07-20 11:01:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 12:06:50 +0100" startDate="2017-07-20 11:01:29 +0100" endDate="2017-07-20 11:11:28 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 12:06:50 +0100" startDate="2017-07-20 11:11:28 +0100" endDate="2017-07-20 11:18:40 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 13:06:12 +0100" startDate="2017-07-20 12:03:13 +0100" endDate="2017-07-20 12:12:06 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 13:06:12 +0100" startDate="2017-07-20 12:40:33 +0100" endDate="2017-07-20 12:49:59 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 13:06:12 +0100" startDate="2017-07-20 12:49:59 +0100" endDate="2017-07-20 12:57:34 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 13:58:40 +0100" startDate="2017-07-20 13:06:13 +0100" endDate="2017-07-20 13:13:11 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 13:58:40 +0100" startDate="2017-07-20 13:13:11 +0100" endDate="2017-07-20 13:20:00 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 13:58:40 +0100" startDate="2017-07-20 13:21:22 +0100" endDate="2017-07-20 13:29:51 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 13:58:40 +0100" startDate="2017-07-20 13:33:23 +0100" endDate="2017-07-20 13:41:12 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 13:58:40 +0100" startDate="2017-07-20 13:47:54 +0100" endDate="2017-07-20 13:55:18 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 15:01:49 +0100" startDate="2017-07-20 13:55:18 +0100" endDate="2017-07-20 13:58:41 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 15:01:49 +0100" startDate="2017-07-20 14:49:31 +0100" endDate="2017-07-20 14:59:01 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 16:02:13 +0100" startDate="2017-07-20 15:36:22 +0100" endDate="2017-07-20 15:43:00 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 16:02:13 +0100" startDate="2017-07-20 15:44:45 +0100" endDate="2017-07-20 15:50:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 16:54:40 +0100" startDate="2017-07-20 16:15:29 +0100" endDate="2017-07-20 16:24:38 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 16:54:40 +0100" startDate="2017-07-20 16:25:27 +0100" endDate="2017-07-20 16:35:26 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 16:54:40 +0100" startDate="2017-07-20 16:35:26 +0100" endDate="2017-07-20 16:44:59 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 17:55:27 +0100" startDate="2017-07-20 16:44:59 +0100" endDate="2017-07-20 16:49:59 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 17:55:27 +0100" startDate="2017-07-20 17:30:02 +0100" endDate="2017-07-20 17:36:40 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 18:54:56 +0100" startDate="2017-07-20 18:33:38 +0100" endDate="2017-07-20 18:40:06 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 18:54:56 +0100" startDate="2017-07-20 18:41:30 +0100" endDate="2017-07-20 18:51:29 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 19:54:57 +0100" startDate="2017-07-20 18:51:29 +0100" endDate="2017-07-20 18:59:52 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 19:54:57 +0100" startDate="2017-07-20 19:35:33 +0100" endDate="2017-07-20 19:42:24 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 22:55:59 +0100" startDate="2017-07-20 22:24:55 +0100" endDate="2017-07-20 22:34:54 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 22:55:59 +0100" startDate="2017-07-20 22:34:54 +0100" endDate="2017-07-20 22:42:50 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 22:55:59 +0100" startDate="2017-07-20 22:44:01 +0100" endDate="2017-07-20 22:53:14 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 23:54:59 +0100" startDate="2017-07-20 22:53:14 +0100" endDate="2017-07-20 22:58:24 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-20 23:54:59 +0100" startDate="2017-07-20 22:58:28 +0100" endDate="2017-07-20 23:04:33 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 06:55:45 +0100" startDate="2017-07-21 06:31:31 +0100" endDate="2017-07-21 06:32:32 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 06:55:45 +0100" startDate="2017-07-21 06:32:32 +0100" endDate="2017-07-21 06:34:39 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 06:55:45 +0100" startDate="2017-07-21 06:34:39 +0100" endDate="2017-07-21 06:35:18 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 06:55:45 +0100" startDate="2017-07-21 06:47:33 +0100" endDate="2017-07-21 06:52:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 06:55:45 +0100" startDate="2017-07-21 06:52:45 +0100" endDate="2017-07-21 06:53:43 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 08:00:47 +0100" startDate="2017-07-21 06:53:43 +0100" endDate="2017-07-21 07:03:29 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 08:00:47 +0100" startDate="2017-07-21 07:03:29 +0100" endDate="2017-07-21 07:13:05 +0100" value="729"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 08:00:47 +0100" startDate="2017-07-21 07:13:05 +0100" endDate="2017-07-21 07:15:04 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 08:00:47 +0100" startDate="2017-07-21 07:20:08 +0100" endDate="2017-07-21 07:29:47 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 09:57:21 +0100" startDate="2017-07-21 09:38:11 +0100" endDate="2017-07-21 09:47:12 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 10:56:13 +0100" startDate="2017-07-21 10:21:35 +0100" endDate="2017-07-21 10:30:36 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 10:56:13 +0100" startDate="2017-07-21 10:30:36 +0100" endDate="2017-07-21 10:35:41 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 10:56:13 +0100" startDate="2017-07-21 10:45:26 +0100" endDate="2017-07-21 10:55:25 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 11:56:19 +0100" startDate="2017-07-21 10:55:25 +0100" endDate="2017-07-21 10:56:14 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 11:56:19 +0100" startDate="2017-07-21 10:59:34 +0100" endDate="2017-07-21 11:09:32 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 11:56:19 +0100" startDate="2017-07-21 11:09:32 +0100" endDate="2017-07-21 11:12:30 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 12:58:42 +0100" startDate="2017-07-21 12:00:01 +0100" endDate="2017-07-21 12:09:55 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 12:58:42 +0100" startDate="2017-07-21 12:09:55 +0100" endDate="2017-07-21 12:19:27 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 12:58:42 +0100" startDate="2017-07-21 12:19:27 +0100" endDate="2017-07-21 12:28:38 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 14:03:15 +0100" startDate="2017-07-21 13:19:13 +0100" endDate="2017-07-21 13:26:22 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 14:03:15 +0100" startDate="2017-07-21 13:26:23 +0100" endDate="2017-07-21 13:33:27 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 14:57:04 +0100" startDate="2017-07-21 14:34:35 +0100" endDate="2017-07-21 14:44:33 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 14:57:04 +0100" startDate="2017-07-21 14:44:33 +0100" endDate="2017-07-21 14:47:49 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 15:56:26 +0100" startDate="2017-07-21 15:36:20 +0100" endDate="2017-07-21 15:46:19 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 15:56:26 +0100" startDate="2017-07-21 15:46:19 +0100" endDate="2017-07-21 15:56:19 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 16:57:37 +0100" startDate="2017-07-21 15:56:19 +0100" endDate="2017-07-21 16:06:17 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 16:57:37 +0100" startDate="2017-07-21 16:06:17 +0100" endDate="2017-07-21 16:15:10 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 17:59:14 +0100" startDate="2017-07-21 17:38:41 +0100" endDate="2017-07-21 17:45:52 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 18:58:00 +0100" startDate="2017-07-21 18:26:05 +0100" endDate="2017-07-21 18:36:04 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 18:58:00 +0100" startDate="2017-07-21 18:36:04 +0100" endDate="2017-07-21 18:36:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 20:04:39 +0100" startDate="2017-07-21 18:57:02 +0100" endDate="2017-07-21 19:03:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-21 22:55:04 +0100" startDate="2017-07-21 22:35:59 +0100" endDate="2017-07-21 22:42:45 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 06:57:26 +0100" startDate="2017-07-22 05:58:30 +0100" endDate="2017-07-22 06:05:09 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 09:59:50 +0100" startDate="2017-07-22 09:44:59 +0100" endDate="2017-07-22 09:51:38 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 11:57:50 +0100" startDate="2017-07-22 10:51:26 +0100" endDate="2017-07-22 10:57:54 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 13:58:14 +0100" startDate="2017-07-22 12:53:17 +0100" endDate="2017-07-22 13:00:49 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 13:58:14 +0100" startDate="2017-07-22 13:29:25 +0100" endDate="2017-07-22 13:39:12 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 15:00:23 +0100" startDate="2017-07-22 14:38:21 +0100" endDate="2017-07-22 14:47:24 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 16:01:01 +0100" startDate="2017-07-22 15:20:20 +0100" endDate="2017-07-22 15:26:41 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 16:56:14 +0100" startDate="2017-07-22 16:17:13 +0100" endDate="2017-07-22 16:27:11 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 16:56:14 +0100" startDate="2017-07-22 16:27:11 +0100" endDate="2017-07-22 16:27:47 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 17:55:07 +0100" startDate="2017-07-22 17:05:21 +0100" endDate="2017-07-22 17:12:45 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 17:55:07 +0100" startDate="2017-07-22 17:20:58 +0100" endDate="2017-07-22 17:27:31 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 19:04:46 +0100" startDate="2017-07-22 18:18:28 +0100" endDate="2017-07-22 18:26:20 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 19:04:46 +0100" startDate="2017-07-22 18:26:20 +0100" endDate="2017-07-22 18:28:53 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 19:04:46 +0100" startDate="2017-07-22 18:31:27 +0100" endDate="2017-07-22 18:40:13 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 19:04:46 +0100" startDate="2017-07-22 18:40:13 +0100" endDate="2017-07-22 18:41:35 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 19:54:41 +0100" startDate="2017-07-22 18:58:47 +0100" endDate="2017-07-22 19:07:36 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 19:54:41 +0100" startDate="2017-07-22 19:07:36 +0100" endDate="2017-07-22 19:13:57 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 19:54:41 +0100" startDate="2017-07-22 19:13:57 +0100" endDate="2017-07-22 19:23:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 19:54:41 +0100" startDate="2017-07-22 19:23:09 +0100" endDate="2017-07-22 19:33:08 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 19:54:41 +0100" startDate="2017-07-22 19:33:08 +0100" endDate="2017-07-22 19:38:01 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 19:54:41 +0100" startDate="2017-07-22 19:43:03 +0100" endDate="2017-07-22 19:50:22 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 20:57:21 +0100" startDate="2017-07-22 20:00:32 +0100" endDate="2017-07-22 20:07:54 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 20:57:21 +0100" startDate="2017-07-22 20:42:38 +0100" endDate="2017-07-22 20:52:37 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 21:57:22 +0100" startDate="2017-07-22 20:52:37 +0100" endDate="2017-07-22 21:02:33 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 21:57:22 +0100" startDate="2017-07-22 21:02:33 +0100" endDate="2017-07-22 21:11:21 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 21:57:22 +0100" startDate="2017-07-22 21:11:21 +0100" endDate="2017-07-22 21:21:15 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 21:57:22 +0100" startDate="2017-07-22 21:40:17 +0100" endDate="2017-07-22 21:49:41 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-22 23:06:04 +0100" startDate="2017-07-22 21:49:41 +0100" endDate="2017-07-22 21:50:37 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 08:59:03 +0100" startDate="2017-07-23 07:47:50 +0100" endDate="2017-07-23 07:54:53 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 13:56:10 +0100" startDate="2017-07-23 13:07:37 +0100" endDate="2017-07-23 13:14:33 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 13:56:10 +0100" startDate="2017-07-23 13:23:48 +0100" endDate="2017-07-23 13:33:17 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 13:56:10 +0100" startDate="2017-07-23 13:33:17 +0100" endDate="2017-07-23 13:38:26 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 15:02:43 +0100" startDate="2017-07-23 14:34:44 +0100" endDate="2017-07-23 14:44:44 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 15:02:43 +0100" startDate="2017-07-23 14:44:44 +0100" endDate="2017-07-23 14:46:56 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 15:56:04 +0100" startDate="2017-07-23 15:29:09 +0100" endDate="2017-07-23 15:35:52 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 15:56:04 +0100" startDate="2017-07-23 15:36:08 +0100" endDate="2017-07-23 15:46:07 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 16:55:05 +0100" startDate="2017-07-23 15:46:07 +0100" endDate="2017-07-23 15:48:30 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 16:55:05 +0100" startDate="2017-07-23 16:14:41 +0100" endDate="2017-07-23 16:23:11 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 16:55:05 +0100" startDate="2017-07-23 16:23:11 +0100" endDate="2017-07-23 16:29:23 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 17:56:08 +0100" startDate="2017-07-23 17:13:31 +0100" endDate="2017-07-23 17:23:28 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 17:56:08 +0100" startDate="2017-07-23 17:23:28 +0100" endDate="2017-07-23 17:26:54 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 20:58:41 +0100" startDate="2017-07-23 20:40:10 +0100" endDate="2017-07-23 20:46:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-23 22:00:02 +0100" startDate="2017-07-23 21:40:25 +0100" endDate="2017-07-23 21:46:33 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 05:57:01 +0100" startDate="2017-07-24 05:32:58 +0100" endDate="2017-07-24 05:42:12 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 07:00:00 +0100" startDate="2017-07-24 06:00:05 +0100" endDate="2017-07-24 06:07:46 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 07:00:00 +0100" startDate="2017-07-24 06:07:46 +0100" endDate="2017-07-24 06:17:46 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 07:00:00 +0100" startDate="2017-07-24 06:17:46 +0100" endDate="2017-07-24 06:27:45 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 07:00:00 +0100" startDate="2017-07-24 06:27:45 +0100" endDate="2017-07-24 06:37:44 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 07:00:00 +0100" startDate="2017-07-24 06:37:44 +0100" endDate="2017-07-24 06:39:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 07:55:01 +0100" startDate="2017-07-24 07:09:55 +0100" endDate="2017-07-24 07:17:27 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 07:55:01 +0100" startDate="2017-07-24 07:19:11 +0100" endDate="2017-07-24 07:26:04 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 08:57:05 +0100" startDate="2017-07-24 07:46:37 +0100" endDate="2017-07-24 07:55:15 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 08:57:05 +0100" startDate="2017-07-24 07:55:15 +0100" endDate="2017-07-24 08:04:22 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 11:02:59 +0100" startDate="2017-07-24 10:15:55 +0100" endDate="2017-07-24 10:22:30 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 11:02:59 +0100" startDate="2017-07-24 10:23:46 +0100" endDate="2017-07-24 10:33:40 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 11:02:59 +0100" startDate="2017-07-24 10:33:40 +0100" endDate="2017-07-24 10:43:38 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 11:02:59 +0100" startDate="2017-07-24 10:43:38 +0100" endDate="2017-07-24 10:51:56 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 11:55:12 +0100" startDate="2017-07-24 11:07:38 +0100" endDate="2017-07-24 11:17:37 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 11:55:12 +0100" startDate="2017-07-24 11:17:37 +0100" endDate="2017-07-24 11:27:27 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 11:55:12 +0100" startDate="2017-07-24 11:27:27 +0100" endDate="2017-07-24 11:35:24 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 11:55:12 +0100" startDate="2017-07-24 11:36:42 +0100" endDate="2017-07-24 11:42:54 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 11:55:12 +0100" startDate="2017-07-24 11:42:54 +0100" endDate="2017-07-24 11:48:13 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 12:54:51 +0100" startDate="2017-07-24 11:48:13 +0100" endDate="2017-07-24 11:57:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 12:54:51 +0100" startDate="2017-07-24 11:57:20 +0100" endDate="2017-07-24 12:01:16 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 12:54:51 +0100" startDate="2017-07-24 12:05:19 +0100" endDate="2017-07-24 12:14:40 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 12:54:51 +0100" startDate="2017-07-24 12:14:40 +0100" endDate="2017-07-24 12:20:15 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 12:54:51 +0100" startDate="2017-07-24 12:20:15 +0100" endDate="2017-07-24 12:27:01 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 12:54:51 +0100" startDate="2017-07-24 12:27:01 +0100" endDate="2017-07-24 12:32:42 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 13:54:54 +0100" startDate="2017-07-24 12:49:19 +0100" endDate="2017-07-24 12:59:18 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 13:54:54 +0100" startDate="2017-07-24 12:59:18 +0100" endDate="2017-07-24 13:03:12 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 15:01:25 +0100" startDate="2017-07-24 14:12:07 +0100" endDate="2017-07-24 14:22:01 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 15:01:25 +0100" startDate="2017-07-24 14:32:09 +0100" endDate="2017-07-24 14:41:02 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 17:01:18 +0100" startDate="2017-07-24 15:49:57 +0100" endDate="2017-07-24 15:58:43 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 17:01:18 +0100" startDate="2017-07-24 16:23:52 +0100" endDate="2017-07-24 16:33:16 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 17:57:04 +0100" startDate="2017-07-24 17:28:42 +0100" endDate="2017-07-24 17:38:41 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 17:57:04 +0100" startDate="2017-07-24 17:38:41 +0100" endDate="2017-07-24 17:48:04 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 18:55:00 +0100" startDate="2017-07-24 17:48:04 +0100" endDate="2017-07-24 17:58:03 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 18:55:00 +0100" startDate="2017-07-24 17:58:03 +0100" endDate="2017-07-24 18:08:03 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 18:55:00 +0100" startDate="2017-07-24 18:08:03 +0100" endDate="2017-07-24 18:18:02 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 18:55:00 +0100" startDate="2017-07-24 18:18:02 +0100" endDate="2017-07-24 18:27:35 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 18:55:00 +0100" startDate="2017-07-24 18:27:35 +0100" endDate="2017-07-24 18:37:30 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 18:55:00 +0100" startDate="2017-07-24 18:37:30 +0100" endDate="2017-07-24 18:40:41 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 19:58:57 +0100" startDate="2017-07-24 18:48:43 +0100" endDate="2017-07-24 18:55:06 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-24 19:58:57 +0100" startDate="2017-07-24 19:07:49 +0100" endDate="2017-07-24 19:17:46 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 07:05:47 +0100" startDate="2017-07-25 05:52:49 +0100" endDate="2017-07-25 05:59:38 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 07:05:47 +0100" startDate="2017-07-25 06:20:43 +0100" endDate="2017-07-25 06:30:21 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 07:05:47 +0100" startDate="2017-07-25 06:31:43 +0100" endDate="2017-07-25 06:41:41 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 07:05:47 +0100" startDate="2017-07-25 06:41:41 +0100" endDate="2017-07-25 06:49:07 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 07:54:53 +0100" startDate="2017-07-25 07:05:08 +0100" endDate="2017-07-25 07:12:30 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 09:57:57 +0100" startDate="2017-07-25 09:18:52 +0100" endDate="2017-07-25 09:27:41 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 11:02:20 +0100" startDate="2017-07-25 09:52:01 +0100" endDate="2017-07-25 10:01:52 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 11:02:20 +0100" startDate="2017-07-25 10:01:52 +0100" endDate="2017-07-25 10:05:51 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 11:02:20 +0100" startDate="2017-07-25 10:27:18 +0100" endDate="2017-07-25 10:35:21 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 11:02:20 +0100" startDate="2017-07-25 10:35:21 +0100" endDate="2017-07-25 10:45:19 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 11:02:20 +0100" startDate="2017-07-25 10:45:19 +0100" endDate="2017-07-25 10:53:21 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 11:56:19 +0100" startDate="2017-07-25 11:07:06 +0100" endDate="2017-07-25 11:15:57 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 11:56:19 +0100" startDate="2017-07-25 11:15:57 +0100" endDate="2017-07-25 11:25:53 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 11:56:19 +0100" startDate="2017-07-25 11:25:53 +0100" endDate="2017-07-25 11:35:46 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 12:54:34 +0100" startDate="2017-07-25 12:02:40 +0100" endDate="2017-07-25 12:09:39 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 12:54:34 +0100" startDate="2017-07-25 12:09:39 +0100" endDate="2017-07-25 12:16:25 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 12:54:34 +0100" startDate="2017-07-25 12:43:46 +0100" endDate="2017-07-25 12:51:35 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 13:57:45 +0100" startDate="2017-07-25 13:21:48 +0100" endDate="2017-07-25 13:31:32 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 13:57:45 +0100" startDate="2017-07-25 13:31:32 +0100" endDate="2017-07-25 13:41:30 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 13:57:45 +0100" startDate="2017-07-25 13:41:30 +0100" endDate="2017-07-25 13:48:02 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 14:56:09 +0100" startDate="2017-07-25 14:35:56 +0100" endDate="2017-07-25 14:44:44 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 14:56:09 +0100" startDate="2017-07-25 14:44:44 +0100" endDate="2017-07-25 14:46:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 15:56:00 +0100" startDate="2017-07-25 14:55:53 +0100" endDate="2017-07-25 15:05:53 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 15:56:00 +0100" startDate="2017-07-25 15:05:53 +0100" endDate="2017-07-25 15:10:28 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 15:56:00 +0100" startDate="2017-07-25 15:29:05 +0100" endDate="2017-07-25 15:38:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 15:56:00 +0100" startDate="2017-07-25 15:38:08 +0100" endDate="2017-07-25 15:48:07 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 16:54:40 +0100" startDate="2017-07-25 15:48:07 +0100" endDate="2017-07-25 15:58:06 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-25 16:54:40 +0100" startDate="2017-07-25 15:58:06 +0100" endDate="2017-07-25 16:03:20 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 06:59:06 +0100" startDate="2017-07-26 05:53:58 +0100" endDate="2017-07-26 06:00:26 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 06:59:06 +0100" startDate="2017-07-26 06:16:55 +0100" endDate="2017-07-26 06:24:44 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 06:59:06 +0100" startDate="2017-07-26 06:26:56 +0100" endDate="2017-07-26 06:36:29 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 06:59:06 +0100" startDate="2017-07-26 06:36:29 +0100" endDate="2017-07-26 06:46:27 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 06:59:06 +0100" startDate="2017-07-26 06:46:27 +0100" endDate="2017-07-26 06:55:37 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 08:00:59 +0100" startDate="2017-07-26 06:55:37 +0100" endDate="2017-07-26 06:59:06 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 08:55:21 +0100" startDate="2017-07-26 08:30:09 +0100" endDate="2017-07-26 08:38:55 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 08:55:21 +0100" startDate="2017-07-26 08:38:55 +0100" endDate="2017-07-26 08:46:30 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 09:54:49 +0100" startDate="2017-07-26 09:34:54 +0100" endDate="2017-07-26 09:42:10 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 09:54:49 +0100" startDate="2017-07-26 09:42:10 +0100" endDate="2017-07-26 09:50:48 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 10:55:09 +0100" startDate="2017-07-26 09:50:48 +0100" endDate="2017-07-26 09:59:44 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 10:55:09 +0100" startDate="2017-07-26 09:59:44 +0100" endDate="2017-07-26 10:07:40 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 10:55:09 +0100" startDate="2017-07-26 10:34:51 +0100" endDate="2017-07-26 10:43:24 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 12:00:26 +0100" startDate="2017-07-26 10:49:48 +0100" endDate="2017-07-26 10:59:48 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 12:00:26 +0100" startDate="2017-07-26 10:59:48 +0100" endDate="2017-07-26 11:08:02 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 12:00:26 +0100" startDate="2017-07-26 11:20:42 +0100" endDate="2017-07-26 11:30:41 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 12:00:26 +0100" startDate="2017-07-26 11:30:41 +0100" endDate="2017-07-26 11:40:26 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 12:00:26 +0100" startDate="2017-07-26 11:40:26 +0100" endDate="2017-07-26 11:50:24 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 12:58:02 +0100" startDate="2017-07-26 12:34:54 +0100" endDate="2017-07-26 12:43:17 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 12:58:02 +0100" startDate="2017-07-26 12:43:17 +0100" endDate="2017-07-26 12:46:38 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 13:58:01 +0100" startDate="2017-07-26 12:59:44 +0100" endDate="2017-07-26 13:09:23 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 13:58:01 +0100" startDate="2017-07-26 13:09:23 +0100" endDate="2017-07-26 13:14:03 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 13:58:01 +0100" startDate="2017-07-26 13:23:30 +0100" endDate="2017-07-26 13:30:44 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 13:58:01 +0100" startDate="2017-07-26 13:47:46 +0100" endDate="2017-07-26 13:56:37 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 14:57:27 +0100" startDate="2017-07-26 13:56:37 +0100" endDate="2017-07-26 14:00:28 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 14:57:27 +0100" startDate="2017-07-26 14:06:58 +0100" endDate="2017-07-26 14:15:04 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 14:57:27 +0100" startDate="2017-07-26 14:25:28 +0100" endDate="2017-07-26 14:34:19 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 14:57:27 +0100" startDate="2017-07-26 14:34:19 +0100" endDate="2017-07-26 14:43:35 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 14:57:27 +0100" startDate="2017-07-26 14:43:35 +0100" endDate="2017-07-26 14:52:30 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 15:57:23 +0100" startDate="2017-07-26 15:08:32 +0100" endDate="2017-07-26 15:18:16 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 15:57:23 +0100" startDate="2017-07-26 15:18:16 +0100" endDate="2017-07-26 15:24:05 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 16:59:03 +0100" startDate="2017-07-26 15:51:04 +0100" endDate="2017-07-26 16:01:03 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 16:59:03 +0100" startDate="2017-07-26 16:01:03 +0100" endDate="2017-07-26 16:07:21 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 16:59:03 +0100" startDate="2017-07-26 16:07:21 +0100" endDate="2017-07-26 16:17:03 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 16:59:03 +0100" startDate="2017-07-26 16:18:31 +0100" endDate="2017-07-26 16:28:30 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 16:59:03 +0100" startDate="2017-07-26 16:28:30 +0100" endDate="2017-07-26 16:31:43 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 17:55:55 +0100" startDate="2017-07-26 17:02:04 +0100" endDate="2017-07-26 17:12:03 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 17:55:55 +0100" startDate="2017-07-26 17:12:03 +0100" endDate="2017-07-26 17:15:05 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 17:55:55 +0100" startDate="2017-07-26 17:22:45 +0100" endDate="2017-07-26 17:32:44 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 17:55:55 +0100" startDate="2017-07-26 17:32:44 +0100" endDate="2017-07-26 17:40:17 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 18:55:21 +0100" startDate="2017-07-26 18:07:12 +0100" endDate="2017-07-26 18:14:11 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 18:55:21 +0100" startDate="2017-07-26 18:20:24 +0100" endDate="2017-07-26 18:30:08 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 18:55:21 +0100" startDate="2017-07-26 18:30:08 +0100" endDate="2017-07-26 18:31:45 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 19:54:34 +0100" startDate="2017-07-26 19:15:49 +0100" endDate="2017-07-26 19:23:13 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 19:54:34 +0100" startDate="2017-07-26 19:37:58 +0100" endDate="2017-07-26 19:44:44 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 20:54:53 +0100" startDate="2017-07-26 20:29:57 +0100" endDate="2017-07-26 20:39:00 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 22:00:01 +0100" startDate="2017-07-26 20:54:06 +0100" endDate="2017-07-26 21:01:25 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 22:00:01 +0100" startDate="2017-07-26 21:22:36 +0100" endDate="2017-07-26 21:30:53 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 22:00:01 +0100" startDate="2017-07-26 21:35:16 +0100" endDate="2017-07-26 21:41:29 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 22:55:45 +0100" startDate="2017-07-26 22:15:07 +0100" endDate="2017-07-26 22:25:06 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-26 22:55:45 +0100" startDate="2017-07-26 22:25:06 +0100" endDate="2017-07-26 22:29:31 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 06:59:08 +0100" startDate="2017-07-27 06:44:43 +0100" endDate="2017-07-27 06:51:52 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 07:55:12 +0100" startDate="2017-07-27 06:51:52 +0100" endDate="2017-07-27 06:59:54 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 07:55:12 +0100" startDate="2017-07-27 07:08:26 +0100" endDate="2017-07-27 07:16:08 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 07:55:12 +0100" startDate="2017-07-27 07:18:51 +0100" endDate="2017-07-27 07:28:50 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 07:55:12 +0100" startDate="2017-07-27 07:28:50 +0100" endDate="2017-07-27 07:38:49 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 07:55:12 +0100" startDate="2017-07-27 07:38:49 +0100" endDate="2017-07-27 07:42:01 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 08:54:51 +0100" startDate="2017-07-27 07:46:38 +0100" endDate="2017-07-27 07:56:19 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 08:54:51 +0100" startDate="2017-07-27 07:56:19 +0100" endDate="2017-07-27 08:04:50 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 08:54:51 +0100" startDate="2017-07-27 08:10:54 +0100" endDate="2017-07-27 08:20:54 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 08:54:51 +0100" startDate="2017-07-27 08:20:54 +0100" endDate="2017-07-27 08:29:36 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 08:54:51 +0100" startDate="2017-07-27 08:38:02 +0100" endDate="2017-07-27 08:48:01 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 09:57:20 +0100" startDate="2017-07-27 08:48:01 +0100" endDate="2017-07-27 08:53:48 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 09:57:20 +0100" startDate="2017-07-27 08:53:48 +0100" endDate="2017-07-27 09:03:47 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 09:57:20 +0100" startDate="2017-07-27 09:03:47 +0100" endDate="2017-07-27 09:06:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 11:02:43 +0100" startDate="2017-07-27 10:00:05 +0100" endDate="2017-07-27 10:10:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 11:02:43 +0100" startDate="2017-07-27 10:10:04 +0100" endDate="2017-07-27 10:15:56 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 11:02:43 +0100" startDate="2017-07-27 10:18:58 +0100" endDate="2017-07-27 10:28:19 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 11:02:43 +0100" startDate="2017-07-27 10:41:29 +0100" endDate="2017-07-27 10:51:27 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 11:02:43 +0100" startDate="2017-07-27 10:51:27 +0100" endDate="2017-07-27 11:00:20 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 11:58:49 +0100" startDate="2017-07-27 11:00:20 +0100" endDate="2017-07-27 11:10:14 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 11:58:49 +0100" startDate="2017-07-27 11:10:14 +0100" endDate="2017-07-27 11:14:57 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 11:58:49 +0100" startDate="2017-07-27 11:16:00 +0100" endDate="2017-07-27 11:26:00 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 11:58:49 +0100" startDate="2017-07-27 11:26:00 +0100" endDate="2017-07-27 11:36:00 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 11:58:49 +0100" startDate="2017-07-27 11:36:00 +0100" endDate="2017-07-27 11:45:57 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 11:58:49 +0100" startDate="2017-07-27 11:45:57 +0100" endDate="2017-07-27 11:53:58 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 13:02:10 +0100" startDate="2017-07-27 11:53:58 +0100" endDate="2017-07-27 12:03:57 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 13:02:10 +0100" startDate="2017-07-27 12:03:57 +0100" endDate="2017-07-27 12:11:54 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 13:02:10 +0100" startDate="2017-07-27 12:11:54 +0100" endDate="2017-07-27 12:21:54 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 13:02:10 +0100" startDate="2017-07-27 12:21:54 +0100" endDate="2017-07-27 12:30:53 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 13:58:45 +0100" startDate="2017-07-27 13:36:06 +0100" endDate="2017-07-27 13:46:06 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 13:58:45 +0100" startDate="2017-07-27 13:46:06 +0100" endDate="2017-07-27 13:51:29 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 14:57:02 +0100" startDate="2017-07-27 13:56:54 +0100" endDate="2017-07-27 14:03:17 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 14:57:02 +0100" startDate="2017-07-27 14:14:16 +0100" endDate="2017-07-27 14:21:07 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 14:57:02 +0100" startDate="2017-07-27 14:21:07 +0100" endDate="2017-07-27 14:28:38 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 15:57:26 +0100" startDate="2017-07-27 14:51:03 +0100" endDate="2017-07-27 14:58:34 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 15:57:26 +0100" startDate="2017-07-27 15:23:14 +0100" endDate="2017-07-27 15:33:03 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 15:57:26 +0100" startDate="2017-07-27 15:33:03 +0100" endDate="2017-07-27 15:43:01 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 15:57:26 +0100" startDate="2017-07-27 15:43:01 +0100" endDate="2017-07-27 15:47:26 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 16:54:44 +0100" startDate="2017-07-27 15:47:26 +0100" endDate="2017-07-27 15:57:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 16:54:44 +0100" startDate="2017-07-27 15:57:20 +0100" endDate="2017-07-27 16:07:20 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 16:54:44 +0100" startDate="2017-07-27 16:07:20 +0100" endDate="2017-07-27 16:17:15 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 16:54:44 +0100" startDate="2017-07-27 16:17:15 +0100" endDate="2017-07-27 16:22:40 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 17:58:55 +0100" startDate="2017-07-27 16:48:10 +0100" endDate="2017-07-27 16:58:04 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 17:58:55 +0100" startDate="2017-07-27 16:58:04 +0100" endDate="2017-07-27 16:58:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 17:58:55 +0100" startDate="2017-07-27 17:04:39 +0100" endDate="2017-07-27 17:10:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 18:55:17 +0100" startDate="2017-07-27 18:40:27 +0100" endDate="2017-07-27 18:49:17 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 19:58:49 +0100" startDate="2017-07-27 18:49:17 +0100" endDate="2017-07-27 18:55:19 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 19:58:49 +0100" startDate="2017-07-27 19:07:28 +0100" endDate="2017-07-27 19:15:28 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 19:58:49 +0100" startDate="2017-07-27 19:15:28 +0100" endDate="2017-07-27 19:19:20 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 21:10:13 +0100" startDate="2017-07-27 20:01:51 +0100" endDate="2017-07-27 20:08:49 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 21:10:13 +0100" startDate="2017-07-27 20:15:06 +0100" endDate="2017-07-27 20:24:14 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 21:10:13 +0100" startDate="2017-07-27 20:24:14 +0100" endDate="2017-07-27 20:34:14 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 21:10:13 +0100" startDate="2017-07-27 20:34:14 +0100" endDate="2017-07-27 20:44:13 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-27 21:10:13 +0100" startDate="2017-07-27 20:44:13 +0100" endDate="2017-07-27 20:53:36 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 06:59:20 +0100" startDate="2017-07-28 05:58:07 +0100" endDate="2017-07-28 06:08:07 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 06:59:20 +0100" startDate="2017-07-28 06:08:07 +0100" endDate="2017-07-28 06:18:02 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 06:59:20 +0100" startDate="2017-07-28 06:18:02 +0100" endDate="2017-07-28 06:25:41 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 06:59:20 +0100" startDate="2017-07-28 06:25:41 +0100" endDate="2017-07-28 06:33:14 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 06:59:20 +0100" startDate="2017-07-28 06:33:14 +0100" endDate="2017-07-28 06:43:13 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 06:59:20 +0100" startDate="2017-07-28 06:43:13 +0100" endDate="2017-07-28 06:53:11 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 08:02:59 +0100" startDate="2017-07-28 06:53:11 +0100" endDate="2017-07-28 06:59:36 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 13:04:17 +0100" startDate="2017-07-28 12:11:51 +0100" endDate="2017-07-28 12:20:27 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 13:04:17 +0100" startDate="2017-07-28 12:20:27 +0100" endDate="2017-07-28 12:26:46 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 13:57:35 +0100" startDate="2017-07-28 13:10:37 +0100" endDate="2017-07-28 13:20:04 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 13:57:35 +0100" startDate="2017-07-28 13:20:04 +0100" endDate="2017-07-28 13:27:17 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 15:00:52 +0100" startDate="2017-07-28 14:27:44 +0100" endDate="2017-07-28 14:36:50 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 15:00:52 +0100" startDate="2017-07-28 14:36:50 +0100" endDate="2017-07-28 14:39:56 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 15:55:49 +0100" startDate="2017-07-28 15:40:22 +0100" endDate="2017-07-28 15:46:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 16:55:33 +0100" startDate="2017-07-28 16:22:05 +0100" endDate="2017-07-28 16:32:04 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 16:55:33 +0100" startDate="2017-07-28 16:32:04 +0100" endDate="2017-07-28 16:41:35 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 16:55:33 +0100" startDate="2017-07-28 16:41:35 +0100" endDate="2017-07-28 16:47:39 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-28 21:52:05 +0100" startDate="2017-07-28 21:37:33 +0100" endDate="2017-07-28 21:47:12 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 05:58:27 +0100" startDate="2017-07-29 05:00:23 +0100" endDate="2017-07-29 05:06:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 05:58:27 +0100" startDate="2017-07-29 05:07:24 +0100" endDate="2017-07-29 05:13:45 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 10:01:40 +0100" startDate="2017-07-29 09:26:30 +0100" endDate="2017-07-29 09:33:08 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 10:55:35 +0100" startDate="2017-07-29 10:04:38 +0100" endDate="2017-07-29 10:14:38 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 10:55:35 +0100" startDate="2017-07-29 10:14:38 +0100" endDate="2017-07-29 10:15:59 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 12:54:47 +0100" startDate="2017-07-29 11:59:04 +0100" endDate="2017-07-29 12:08:28 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 12:54:47 +0100" startDate="2017-07-29 12:08:28 +0100" endDate="2017-07-29 12:16:45 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 15:55:49 +0100" startDate="2017-07-29 15:08:01 +0100" endDate="2017-07-29 15:17:19 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 19:58:02 +0100" startDate="2017-07-29 18:50:18 +0100" endDate="2017-07-29 18:59:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 19:58:02 +0100" startDate="2017-07-29 18:59:46 +0100" endDate="2017-07-29 19:03:47 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 19:58:02 +0100" startDate="2017-07-29 19:08:41 +0100" endDate="2017-07-29 19:16:18 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 19:58:02 +0100" startDate="2017-07-29 19:23:14 +0100" endDate="2017-07-29 19:33:13 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 19:58:02 +0100" startDate="2017-07-29 19:33:13 +0100" endDate="2017-07-29 19:43:11 +0100" value="1150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 19:58:02 +0100" startDate="2017-07-29 19:43:11 +0100" endDate="2017-07-29 19:52:46 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 21:47:08 +0100" startDate="2017-07-29 19:52:46 +0100" endDate="2017-07-29 20:02:46 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 21:47:08 +0100" startDate="2017-07-29 20:02:46 +0100" endDate="2017-07-29 20:08:31 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 22:40:57 +0100" startDate="2017-07-29 22:17:23 +0100" endDate="2017-07-29 22:27:23 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 22:40:57 +0100" startDate="2017-07-29 22:27:23 +0100" endDate="2017-07-29 22:37:23 +0100" value="1121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 23:40:54 +0100" startDate="2017-07-29 22:37:23 +0100" endDate="2017-07-29 22:39:20 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-29 23:40:54 +0100" startDate="2017-07-29 23:20:19 +0100" endDate="2017-07-29 23:26:50 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 00:05:26 +0100" startDate="2017-07-29 23:41:34 +0100" endDate="2017-07-29 23:48:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 00:05:26 +0100" startDate="2017-07-29 23:48:15 +0100" endDate="2017-07-29 23:55:11 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 05:55:51 +0100" startDate="2017-07-30 05:35:29 +0100" endDate="2017-07-30 05:41:51 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 05:55:51 +0100" startDate="2017-07-30 05:41:51 +0100" endDate="2017-07-30 05:46:35 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 10:55:41 +0100" startDate="2017-07-30 10:06:59 +0100" endDate="2017-07-30 10:16:30 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 11:57:17 +0100" startDate="2017-07-30 11:12:27 +0100" endDate="2017-07-30 11:21:05 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 11:57:17 +0100" startDate="2017-07-30 11:30:53 +0100" endDate="2017-07-30 11:40:25 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 12:54:54 +0100" startDate="2017-07-30 12:30:36 +0100" endDate="2017-07-30 12:39:02 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 12:54:54 +0100" startDate="2017-07-30 12:39:02 +0100" endDate="2017-07-30 12:48:40 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 18:01:44 +0100" startDate="2017-07-30 16:46:42 +0100" endDate="2017-07-30 16:53:02 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 19:03:04 +0100" startDate="2017-07-30 17:59:01 +0100" endDate="2017-07-30 18:07:14 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 19:03:04 +0100" startDate="2017-07-30 18:21:51 +0100" endDate="2017-07-30 18:30:37 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 20:57:44 +0100" startDate="2017-07-30 19:52:52 +0100" endDate="2017-07-30 20:01:47 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 21:57:13 +0100" startDate="2017-07-30 20:57:02 +0100" endDate="2017-07-30 21:06:36 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-30 21:57:13 +0100" startDate="2017-07-30 21:24:27 +0100" endDate="2017-07-30 21:33:13 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 06:56:17 +0100" startDate="2017-07-31 06:14:43 +0100" endDate="2017-07-31 06:21:13 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 06:56:17 +0100" startDate="2017-07-31 06:40:39 +0100" endDate="2017-07-31 06:50:38 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 07:58:59 +0100" startDate="2017-07-31 06:50:38 +0100" endDate="2017-07-31 06:55:26 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 07:58:59 +0100" startDate="2017-07-31 07:08:06 +0100" endDate="2017-07-31 07:14:13 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 07:58:59 +0100" startDate="2017-07-31 07:14:15 +0100" endDate="2017-07-31 07:21:06 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 07:58:59 +0100" startDate="2017-07-31 07:25:35 +0100" endDate="2017-07-31 07:35:35 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 07:58:59 +0100" startDate="2017-07-31 07:35:35 +0100" endDate="2017-07-31 07:38:40 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 07:58:59 +0100" startDate="2017-07-31 07:44:21 +0100" endDate="2017-07-31 07:50:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 08:57:47 +0100" startDate="2017-07-31 08:06:55 +0100" endDate="2017-07-31 08:13:53 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 08:57:47 +0100" startDate="2017-07-31 08:13:53 +0100" endDate="2017-07-31 08:23:44 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 08:57:47 +0100" startDate="2017-07-31 08:24:21 +0100" endDate="2017-07-31 08:31:48 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 10:54:46 +0100" startDate="2017-07-31 10:15:49 +0100" endDate="2017-07-31 10:24:43 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 10:54:46 +0100" startDate="2017-07-31 10:24:43 +0100" endDate="2017-07-31 10:34:41 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 10:54:46 +0100" startDate="2017-07-31 10:34:41 +0100" endDate="2017-07-31 10:42:08 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 11:54:42 +0100" startDate="2017-07-31 10:53:41 +0100" endDate="2017-07-31 11:03:40 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 11:54:42 +0100" startDate="2017-07-31 11:03:40 +0100" endDate="2017-07-31 11:12:50 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 11:54:42 +0100" startDate="2017-07-31 11:18:52 +0100" endDate="2017-07-31 11:25:58 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 11:54:42 +0100" startDate="2017-07-31 11:28:23 +0100" endDate="2017-07-31 11:35:06 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 11:54:42 +0100" startDate="2017-07-31 11:36:35 +0100" endDate="2017-07-31 11:45:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 12:55:40 +0100" startDate="2017-07-31 11:45:59 +0100" endDate="2017-07-31 11:54:53 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 12:55:40 +0100" startDate="2017-07-31 12:26:47 +0100" endDate="2017-07-31 12:33:56 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 14:02:05 +0100" startDate="2017-07-31 12:48:20 +0100" endDate="2017-07-31 12:56:27 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 14:02:05 +0100" startDate="2017-07-31 12:56:27 +0100" endDate="2017-07-31 13:06:25 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 14:02:05 +0100" startDate="2017-07-31 13:06:25 +0100" endDate="2017-07-31 13:14:44 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 14:02:05 +0100" startDate="2017-07-31 13:23:04 +0100" endDate="2017-07-31 13:30:21 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 14:02:05 +0100" startDate="2017-07-31 13:45:39 +0100" endDate="2017-07-31 13:54:33 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 14:57:28 +0100" startDate="2017-07-31 13:54:33 +0100" endDate="2017-07-31 14:04:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 14:57:28 +0100" startDate="2017-07-31 14:04:30 +0100" endDate="2017-07-31 14:12:51 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 14:57:28 +0100" startDate="2017-07-31 14:12:51 +0100" endDate="2017-07-31 14:17:18 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 14:57:28 +0100" startDate="2017-07-31 14:17:55 +0100" endDate="2017-07-31 14:26:30 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 14:57:28 +0100" startDate="2017-07-31 14:28:02 +0100" endDate="2017-07-31 14:36:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 15:56:37 +0100" startDate="2017-07-31 15:06:20 +0100" endDate="2017-07-31 15:15:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 15:56:37 +0100" startDate="2017-07-31 15:15:43 +0100" endDate="2017-07-31 15:17:35 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 15:56:37 +0100" startDate="2017-07-31 15:30:13 +0100" endDate="2017-07-31 15:40:12 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 15:56:37 +0100" startDate="2017-07-31 15:40:12 +0100" endDate="2017-07-31 15:50:10 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 16:54:43 +0100" startDate="2017-07-31 15:50:10 +0100" endDate="2017-07-31 16:00:09 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 16:54:43 +0100" startDate="2017-07-31 16:06:54 +0100" endDate="2017-07-31 16:16:50 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 16:54:43 +0100" startDate="2017-07-31 16:16:50 +0100" endDate="2017-07-31 16:26:46 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 16:54:43 +0100" startDate="2017-07-31 16:26:46 +0100" endDate="2017-07-31 16:36:42 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 16:54:43 +0100" startDate="2017-07-31 16:36:42 +0100" endDate="2017-07-31 16:46:32 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 17:55:02 +0100" startDate="2017-07-31 16:46:32 +0100" endDate="2017-07-31 16:54:45 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 19:00:58 +0100" startDate="2017-07-31 18:31:13 +0100" endDate="2017-07-31 18:38:02 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 20:55:09 +0100" startDate="2017-07-31 20:02:42 +0100" endDate="2017-07-31 20:12:41 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 20:55:09 +0100" startDate="2017-07-31 20:12:41 +0100" endDate="2017-07-31 20:22:40 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-07-31 20:55:09 +0100" startDate="2017-07-31 20:22:40 +0100" endDate="2017-07-31 20:25:05 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 06:56:39 +0100" startDate="2017-08-01 06:25:14 +0100" endDate="2017-08-01 06:34:02 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 06:56:39 +0100" startDate="2017-08-01 06:34:02 +0100" endDate="2017-08-01 06:39:36 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 08:02:23 +0100" startDate="2017-08-01 07:02:24 +0100" endDate="2017-08-01 07:09:33 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 08:02:23 +0100" startDate="2017-08-01 07:09:33 +0100" endDate="2017-08-01 07:19:27 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 08:02:23 +0100" startDate="2017-08-01 07:19:27 +0100" endDate="2017-08-01 07:29:20 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 08:02:23 +0100" startDate="2017-08-01 07:29:20 +0100" endDate="2017-08-01 07:39:03 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 08:02:23 +0100" startDate="2017-08-01 07:39:03 +0100" endDate="2017-08-01 07:48:33 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 08:02:23 +0100" startDate="2017-08-01 07:48:33 +0100" endDate="2017-08-01 07:58:14 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 08:58:34 +0100" startDate="2017-08-01 07:58:14 +0100" endDate="2017-08-01 08:08:12 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 08:58:34 +0100" startDate="2017-08-01 08:08:12 +0100" endDate="2017-08-01 08:14:06 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 09:54:55 +0100" startDate="2017-08-01 09:03:27 +0100" endDate="2017-08-01 09:10:13 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 09:54:55 +0100" startDate="2017-08-01 09:13:31 +0100" endDate="2017-08-01 09:20:32 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 11:02:28 +0100" startDate="2017-08-01 09:47:20 +0100" endDate="2017-08-01 09:57:18 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 11:02:28 +0100" startDate="2017-08-01 09:57:18 +0100" endDate="2017-08-01 10:01:49 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 11:02:28 +0100" startDate="2017-08-01 10:12:51 +0100" endDate="2017-08-01 10:21:21 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 12:00:54 +0100" startDate="2017-08-01 11:07:13 +0100" endDate="2017-08-01 11:17:13 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 12:00:54 +0100" startDate="2017-08-01 11:17:13 +0100" endDate="2017-08-01 11:25:22 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 12:00:54 +0100" startDate="2017-08-01 11:45:41 +0100" endDate="2017-08-01 11:55:40 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 12:56:00 +0100" startDate="2017-08-01 11:55:40 +0100" endDate="2017-08-01 12:04:53 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 12:56:00 +0100" startDate="2017-08-01 12:04:53 +0100" endDate="2017-08-01 12:14:50 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 12:56:00 +0100" startDate="2017-08-01 12:14:50 +0100" endDate="2017-08-01 12:24:26 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 12:56:00 +0100" startDate="2017-08-01 12:24:26 +0100" endDate="2017-08-01 12:34:22 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 12:56:00 +0100" startDate="2017-08-01 12:34:22 +0100" endDate="2017-08-01 12:40:07 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 14:58:13 +0100" endDate="2017-08-01 15:07:04 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 15:07:04 +0100" endDate="2017-08-01 15:14:09 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 15:21:39 +0100" endDate="2017-08-01 15:31:22 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 15:32:39 +0100" endDate="2017-08-01 15:42:38 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 15:42:38 +0100" endDate="2017-08-01 15:50:47 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 16:03:58 +0100" endDate="2017-08-01 16:11:25 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 16:11:25 +0100" endDate="2017-08-01 16:20:17 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 16:20:17 +0100" endDate="2017-08-01 16:30:15 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 16:30:15 +0100" endDate="2017-08-01 16:40:14 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 17:40:48 +0100" startDate="2017-08-01 16:40:14 +0100" endDate="2017-08-01 16:48:50 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 17:40:48 +0100" startDate="2017-08-01 16:48:50 +0100" endDate="2017-08-01 16:57:32 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 17:40:48 +0100" startDate="2017-08-01 16:57:32 +0100" endDate="2017-08-01 17:05:58 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 17:40:48 +0100" startDate="2017-08-01 17:05:58 +0100" endDate="2017-08-01 17:15:56 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 17:40:48 +0100" startDate="2017-08-01 17:15:56 +0100" endDate="2017-08-01 17:25:54 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 17:40:48 +0100" startDate="2017-08-01 17:25:54 +0100" endDate="2017-08-01 17:32:03 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 17:32:03 +0100" endDate="2017-08-01 17:41:04 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 17:41:04 +0100" endDate="2017-08-01 17:50:24 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 17:50:24 +0100" endDate="2017-08-01 17:58:53 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 17:58:53 +0100" endDate="2017-08-01 18:04:55 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 18:04:55 +0100" endDate="2017-08-01 18:12:07 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 18:12:07 +0100" endDate="2017-08-01 18:22:07 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 18:22:07 +0100" endDate="2017-08-01 18:32:03 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 18:55:07 +0100" startDate="2017-08-01 18:32:03 +0100" endDate="2017-08-01 18:42:02 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 18:55:07 +0100" startDate="2017-08-01 18:42:02 +0100" endDate="2017-08-01 18:52:00 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 19:55:49 +0100" startDate="2017-08-01 18:52:00 +0100" endDate="2017-08-01 19:00:51 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 20:58:38 +0100" startDate="2017-08-01 19:57:15 +0100" endDate="2017-08-01 20:03:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="count" creationDate="2017-08-01 20:58:38 +0100" startDate="2017-08-01 20:16:04 +0100" endDate="2017-08-01 20:22:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 05:54:47 +0100" startDate="2017-08-02 05:01:29 +0100" endDate="2017-08-02 05:11:08 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 05:54:47 +0100" startDate="2017-08-02 05:11:08 +0100" endDate="2017-08-02 05:11:49 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 05:54:47 +0100" startDate="2017-08-02 05:26:49 +0100" endDate="2017-08-02 05:34:51 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 05:54:47 +0100" startDate="2017-08-02 05:34:54 +0100" endDate="2017-08-02 05:44:53 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 06:59:35 +0100" startDate="2017-08-02 05:44:53 +0100" endDate="2017-08-02 05:53:29 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 06:59:35 +0100" startDate="2017-08-02 05:53:29 +0100" endDate="2017-08-02 05:59:46 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 06:59:35 +0100" startDate="2017-08-02 06:07:55 +0100" endDate="2017-08-02 06:13:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 06:59:35 +0100" startDate="2017-08-02 06:19:44 +0100" endDate="2017-08-02 06:26:10 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 06:59:35 +0100" startDate="2017-08-02 06:33:13 +0100" endDate="2017-08-02 06:39:58 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 08:04:57 +0100" startDate="2017-08-02 06:58:24 +0100" endDate="2017-08-02 07:04:32 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 08:04:57 +0100" startDate="2017-08-02 07:31:17 +0100" endDate="2017-08-02 07:41:11 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 08:04:57 +0100" startDate="2017-08-02 07:47:28 +0100" endDate="2017-08-02 07:57:02 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 09:02:15 +0100" startDate="2017-08-02 07:57:02 +0100" endDate="2017-08-02 08:05:27 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 09:02:15 +0100" startDate="2017-08-02 08:24:16 +0100" endDate="2017-08-02 08:34:15 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 09:02:15 +0100" startDate="2017-08-02 08:34:15 +0100" endDate="2017-08-02 08:39:58 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 10:56:45 +0100" startDate="2017-08-02 09:54:00 +0100" endDate="2017-08-02 10:02:25 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 10:56:45 +0100" startDate="2017-08-02 10:02:25 +0100" endDate="2017-08-02 10:07:23 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 10:56:45 +0100" startDate="2017-08-02 10:08:37 +0100" endDate="2017-08-02 10:18:34 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 10:56:45 +0100" startDate="2017-08-02 10:18:34 +0100" endDate="2017-08-02 10:27:10 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 10:56:45 +0100" startDate="2017-08-02 10:27:10 +0100" endDate="2017-08-02 10:33:06 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 10:56:45 +0100" startDate="2017-08-02 10:44:44 +0100" endDate="2017-08-02 10:51:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 11:55:00 +0100" startDate="2017-08-02 10:51:14 +0100" endDate="2017-08-02 11:00:56 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 11:55:00 +0100" startDate="2017-08-02 11:00:56 +0100" endDate="2017-08-02 11:10:39 +0100" value="986"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 11:55:00 +0100" startDate="2017-08-02 11:10:39 +0100" endDate="2017-08-02 11:16:30 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 11:55:00 +0100" startDate="2017-08-02 11:30:03 +0100" endDate="2017-08-02 11:40:02 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 11:55:00 +0100" startDate="2017-08-02 11:40:02 +0100" endDate="2017-08-02 11:46:26 +0100" value="671"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 12:57:20 +0100" startDate="2017-08-02 11:46:26 +0100" endDate="2017-08-02 11:56:24 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 12:57:20 +0100" startDate="2017-08-02 11:56:24 +0100" endDate="2017-08-02 12:05:25 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 14:59:57 +0100" startDate="2017-08-02 13:52:32 +0100" endDate="2017-08-02 13:59:08 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 14:59:57 +0100" startDate="2017-08-02 13:59:08 +0100" endDate="2017-08-02 14:05:40 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 14:59:57 +0100" startDate="2017-08-02 14:33:30 +0100" endDate="2017-08-02 14:43:27 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 14:59:57 +0100" startDate="2017-08-02 14:43:27 +0100" endDate="2017-08-02 14:49:18 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 16:03:27 +0100" startDate="2017-08-02 14:58:31 +0100" endDate="2017-08-02 15:06:00 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 16:03:27 +0100" startDate="2017-08-02 15:06:00 +0100" endDate="2017-08-02 15:14:24 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 16:03:27 +0100" startDate="2017-08-02 15:14:24 +0100" endDate="2017-08-02 15:21:13 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 16:03:27 +0100" startDate="2017-08-02 15:30:35 +0100" endDate="2017-08-02 15:40:34 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 16:03:27 +0100" startDate="2017-08-02 15:40:34 +0100" endDate="2017-08-02 15:48:21 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 16:55:17 +0100" startDate="2017-08-02 16:16:05 +0100" endDate="2017-08-02 16:22:26 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 17:55:44 +0100" startDate="2017-08-02 17:04:59 +0100" endDate="2017-08-02 17:10:43 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 17:55:44 +0100" startDate="2017-08-02 17:10:43 +0100" endDate="2017-08-02 17:16:39 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 17:55:44 +0100" startDate="2017-08-02 17:29:53 +0100" endDate="2017-08-02 17:39:39 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 17:55:44 +0100" startDate="2017-08-02 17:39:39 +0100" endDate="2017-08-02 17:42:04 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 18:58:32 +0100" startDate="2017-08-02 18:02:05 +0100" endDate="2017-08-02 18:10:17 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 18:58:32 +0100" startDate="2017-08-02 18:10:17 +0100" endDate="2017-08-02 18:18:22 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 18:58:32 +0100" startDate="2017-08-02 18:18:22 +0100" endDate="2017-08-02 18:25:35 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 18:58:32 +0100" startDate="2017-08-02 18:40:07 +0100" endDate="2017-08-02 18:46:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 22:00:00 +0100" startDate="2017-08-02 20:50:47 +0100" endDate="2017-08-02 21:00:43 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 22:00:00 +0100" startDate="2017-08-02 21:00:43 +0100" endDate="2017-08-02 21:02:56 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 22:00:00 +0100" startDate="2017-08-02 21:19:20 +0100" endDate="2017-08-02 21:29:15 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-02 22:00:00 +0100" startDate="2017-08-02 21:29:15 +0100" endDate="2017-08-02 21:30:44 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 05:01:26 +0100" startDate="2017-08-03 04:34:43 +0100" endDate="2017-08-03 04:41:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 05:01:26 +0100" startDate="2017-08-03 04:41:22 +0100" endDate="2017-08-03 04:47:50 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 05:57:16 +0100" startDate="2017-08-03 05:26:07 +0100" endDate="2017-08-03 05:33:31 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 05:57:16 +0100" startDate="2017-08-03 05:33:31 +0100" endDate="2017-08-03 05:37:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 06:55:43 +0100" startDate="2017-08-03 05:47:48 +0100" endDate="2017-08-03 05:56:21 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 06:55:43 +0100" startDate="2017-08-03 05:58:28 +0100" endDate="2017-08-03 06:08:27 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 06:55:43 +0100" startDate="2017-08-03 06:08:27 +0100" endDate="2017-08-03 06:18:24 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 06:55:43 +0100" startDate="2017-08-03 06:18:24 +0100" endDate="2017-08-03 06:19:08 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 06:55:43 +0100" startDate="2017-08-03 06:23:59 +0100" endDate="2017-08-03 06:32:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 07:56:45 +0100" startDate="2017-08-03 06:58:44 +0100" endDate="2017-08-03 07:08:25 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 07:56:45 +0100" startDate="2017-08-03 07:08:25 +0100" endDate="2017-08-03 07:18:24 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 07:56:45 +0100" startDate="2017-08-03 07:18:24 +0100" endDate="2017-08-03 07:27:44 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 07:56:45 +0100" startDate="2017-08-03 07:27:44 +0100" endDate="2017-08-03 07:36:54 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 07:56:45 +0100" startDate="2017-08-03 07:36:54 +0100" endDate="2017-08-03 07:46:52 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 08:55:28 +0100" startDate="2017-08-03 07:46:52 +0100" endDate="2017-08-03 07:49:23 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 10:57:11 +0100" startDate="2017-08-03 10:36:33 +0100" endDate="2017-08-03 10:46:30 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 10:57:11 +0100" startDate="2017-08-03 10:46:30 +0100" endDate="2017-08-03 10:48:37 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 11:59:44 +0100" startDate="2017-08-03 11:31:55 +0100" endDate="2017-08-03 11:41:53 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 11:59:44 +0100" startDate="2017-08-03 11:41:53 +0100" endDate="2017-08-03 11:45:53 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 12:57:11 +0100" startDate="2017-08-03 11:51:24 +0100" endDate="2017-08-03 11:59:44 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 12:57:11 +0100" startDate="2017-08-03 11:59:44 +0100" endDate="2017-08-03 12:07:59 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 12:57:11 +0100" startDate="2017-08-03 12:25:05 +0100" endDate="2017-08-03 12:33:42 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 12:57:11 +0100" startDate="2017-08-03 12:33:42 +0100" endDate="2017-08-03 12:39:33 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 12:57:11 +0100" startDate="2017-08-03 12:44:51 +0100" endDate="2017-08-03 12:54:50 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 13:54:43 +0100" startDate="2017-08-03 12:54:50 +0100" endDate="2017-08-03 13:04:30 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 15:02:01 +0100" startDate="2017-08-03 14:42:32 +0100" endDate="2017-08-03 14:49:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 15:56:59 +0100" startDate="2017-08-03 14:56:08 +0100" endDate="2017-08-03 15:06:08 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 15:56:59 +0100" startDate="2017-08-03 15:06:08 +0100" endDate="2017-08-03 15:10:45 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 15:56:59 +0100" startDate="2017-08-03 15:13:12 +0100" endDate="2017-08-03 15:20:05 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 15:56:59 +0100" startDate="2017-08-03 15:20:05 +0100" endDate="2017-08-03 15:24:27 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 15:56:59 +0100" startDate="2017-08-03 15:24:27 +0100" endDate="2017-08-03 15:33:27 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 16:54:53 +0100" startDate="2017-08-03 16:13:25 +0100" endDate="2017-08-03 16:21:47 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 16:54:53 +0100" startDate="2017-08-03 16:21:47 +0100" endDate="2017-08-03 16:31:30 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 16:54:53 +0100" startDate="2017-08-03 16:31:30 +0100" endDate="2017-08-03 16:41:22 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 16:54:53 +0100" startDate="2017-08-03 16:41:52 +0100" endDate="2017-08-03 16:51:51 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 18:02:25 +0100" startDate="2017-08-03 16:51:51 +0100" endDate="2017-08-03 17:00:48 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 18:55:07 +0100" startDate="2017-08-03 18:15:40 +0100" endDate="2017-08-03 18:24:53 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 18:55:07 +0100" startDate="2017-08-03 18:36:25 +0100" endDate="2017-08-03 18:45:50 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 20:03:32 +0100" startDate="2017-08-03 18:45:50 +0100" endDate="2017-08-03 18:52:47 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 20:03:32 +0100" startDate="2017-08-03 19:06:43 +0100" endDate="2017-08-03 19:16:24 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 20:03:32 +0100" startDate="2017-08-03 19:20:41 +0100" endDate="2017-08-03 19:30:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 20:03:32 +0100" startDate="2017-08-03 19:37:17 +0100" endDate="2017-08-03 19:43:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 22:10:36 +0100" startDate="2017-08-03 20:52:14 +0100" endDate="2017-08-03 21:01:58 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-03 22:10:36 +0100" startDate="2017-08-03 21:20:29 +0100" endDate="2017-08-03 21:30:28 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 05:56:35 +0100" startDate="2017-08-04 05:10:46 +0100" endDate="2017-08-04 05:19:27 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 05:56:35 +0100" startDate="2017-08-04 05:26:32 +0100" endDate="2017-08-04 05:33:56 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 05:56:35 +0100" startDate="2017-08-04 05:36:21 +0100" endDate="2017-08-04 05:46:20 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 05:56:35 +0100" startDate="2017-08-04 05:46:20 +0100" endDate="2017-08-04 05:56:20 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 06:56:58 +0100" startDate="2017-08-04 05:56:20 +0100" endDate="2017-08-04 06:00:04 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 06:56:58 +0100" startDate="2017-08-04 06:04:30 +0100" endDate="2017-08-04 06:13:51 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 06:56:58 +0100" startDate="2017-08-04 06:13:51 +0100" endDate="2017-08-04 06:18:58 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 06:51:08 +0100" endDate="2017-08-04 06:58:12 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 06:58:15 +0100" endDate="2017-08-04 07:08:11 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 07:08:11 +0100" endDate="2017-08-04 07:17:11 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 07:17:11 +0100" endDate="2017-08-04 07:26:05 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 07:26:05 +0100" endDate="2017-08-04 07:34:54 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 07:34:54 +0100" endDate="2017-08-04 07:38:08 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 07:42:41 +0100" endDate="2017-08-04 07:51:01 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 07:51:20 +0100" endDate="2017-08-04 08:01:04 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 08:56:27 +0100" startDate="2017-08-04 08:01:04 +0100" endDate="2017-08-04 08:06:25 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 08:56:27 +0100" startDate="2017-08-04 08:28:47 +0100" endDate="2017-08-04 08:36:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 10:01:05 +0100" startDate="2017-08-04 09:29:05 +0100" endDate="2017-08-04 09:38:59 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 10:01:05 +0100" startDate="2017-08-04 09:38:59 +0100" endDate="2017-08-04 09:48:10 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 10:01:05 +0100" startDate="2017-08-04 09:48:10 +0100" endDate="2017-08-04 09:58:09 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 10:56:14 +0100" startDate="2017-08-04 09:58:09 +0100" endDate="2017-08-04 10:06:12 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 10:56:14 +0100" startDate="2017-08-04 10:14:31 +0100" endDate="2017-08-04 10:21:53 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 10:56:14 +0100" startDate="2017-08-04 10:21:53 +0100" endDate="2017-08-04 10:31:50 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 10:56:14 +0100" startDate="2017-08-04 10:31:50 +0100" endDate="2017-08-04 10:41:49 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 10:56:14 +0100" startDate="2017-08-04 10:41:49 +0100" endDate="2017-08-04 10:47:06 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 11:55:51 +0100" startDate="2017-08-04 11:07:28 +0100" endDate="2017-08-04 11:17:27 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 11:55:51 +0100" startDate="2017-08-04 11:17:27 +0100" endDate="2017-08-04 11:26:39 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 13:05:34 +0100" startDate="2017-08-04 11:56:55 +0100" endDate="2017-08-04 12:04:32 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 13:05:34 +0100" startDate="2017-08-04 12:04:32 +0100" endDate="2017-08-04 12:13:58 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 13:55:26 +0100" startDate="2017-08-04 13:09:08 +0100" endDate="2017-08-04 13:18:37 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 13:55:26 +0100" startDate="2017-08-04 13:18:37 +0100" endDate="2017-08-04 13:24:07 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 15:54:39 +0100" startDate="2017-08-04 15:33:22 +0100" endDate="2017-08-04 15:39:50 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 15:54:39 +0100" startDate="2017-08-04 15:42:03 +0100" endDate="2017-08-04 15:52:02 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 16:56:20 +0100" startDate="2017-08-04 15:52:02 +0100" endDate="2017-08-04 16:02:01 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 16:56:20 +0100" startDate="2017-08-04 16:02:01 +0100" endDate="2017-08-04 16:07:34 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 16:56:20 +0100" startDate="2017-08-04 16:07:34 +0100" endDate="2017-08-04 16:16:03 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 16:56:20 +0100" startDate="2017-08-04 16:34:20 +0100" endDate="2017-08-04 16:44:20 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 16:56:20 +0100" startDate="2017-08-04 16:44:20 +0100" endDate="2017-08-04 16:46:22 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 17:55:49 +0100" startDate="2017-08-04 17:13:59 +0100" endDate="2017-08-04 17:22:34 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 17:55:49 +0100" startDate="2017-08-04 17:22:34 +0100" endDate="2017-08-04 17:24:31 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 20:03:47 +0100" startDate="2017-08-04 19:20:22 +0100" endDate="2017-08-04 19:26:58 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 20:03:47 +0100" startDate="2017-08-04 19:29:36 +0100" endDate="2017-08-04 19:38:34 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 20:03:47 +0100" startDate="2017-08-04 19:38:34 +0100" endDate="2017-08-04 19:48:29 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 20:03:47 +0100" startDate="2017-08-04 19:48:29 +0100" endDate="2017-08-04 19:58:27 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 21:07:13 +0100" startDate="2017-08-04 19:58:27 +0100" endDate="2017-08-04 20:06:48 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 21:07:13 +0100" startDate="2017-08-04 20:06:48 +0100" endDate="2017-08-04 20:16:00 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 21:07:13 +0100" startDate="2017-08-04 20:17:23 +0100" endDate="2017-08-04 20:25:12 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 21:07:13 +0100" startDate="2017-08-04 20:27:52 +0100" endDate="2017-08-04 20:37:43 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-04 21:07:13 +0100" startDate="2017-08-04 20:37:43 +0100" endDate="2017-08-04 20:42:28 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 08:05:01 +0100" startDate="2017-08-05 07:17:18 +0100" endDate="2017-08-05 07:23:46 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 09:54:34 +0100" startDate="2017-08-05 09:06:21 +0100" endDate="2017-08-05 09:14:51 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 14:58:33 +0100" startDate="2017-08-05 13:55:30 +0100" endDate="2017-08-05 14:05:28 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 14:58:33 +0100" startDate="2017-08-05 14:05:28 +0100" endDate="2017-08-05 14:08:34 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 17:00:34 +0100" startDate="2017-08-05 16:07:41 +0100" endDate="2017-08-05 16:17:15 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 17:00:34 +0100" startDate="2017-08-05 16:17:15 +0100" endDate="2017-08-05 16:24:43 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 18:42:05 +0100" startDate="2017-08-05 17:36:29 +0100" endDate="2017-08-05 17:45:51 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 18:42:05 +0100" startDate="2017-08-05 17:45:51 +0100" endDate="2017-08-05 17:48:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 18:42:05 +0100" startDate="2017-08-05 18:03:21 +0100" endDate="2017-08-05 18:09:39 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 18:42:05 +0100" startDate="2017-08-05 18:19:12 +0100" endDate="2017-08-05 18:26:18 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 18:42:05 +0100" startDate="2017-08-05 18:26:18 +0100" endDate="2017-08-05 18:36:00 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 19:41:40 +0100" startDate="2017-08-05 18:36:00 +0100" endDate="2017-08-05 18:37:16 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 19:41:40 +0100" startDate="2017-08-05 18:48:03 +0100" endDate="2017-08-05 18:56:38 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 19:41:40 +0100" startDate="2017-08-05 19:05:21 +0100" endDate="2017-08-05 19:11:54 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 19:41:40 +0100" startDate="2017-08-05 19:30:59 +0100" endDate="2017-08-05 19:36:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 20:43:41 +0100" startDate="2017-08-05 19:36:59 +0100" endDate="2017-08-05 19:41:16 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 20:43:41 +0100" startDate="2017-08-05 19:47:08 +0100" endDate="2017-08-05 19:53:19 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 20:43:41 +0100" startDate="2017-08-05 19:59:47 +0100" endDate="2017-08-05 20:06:10 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 20:43:41 +0100" startDate="2017-08-05 20:27:17 +0100" endDate="2017-08-05 20:33:45 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 21:41:38 +0100" startDate="2017-08-05 20:43:00 +0100" endDate="2017-08-05 20:52:00 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 21:41:38 +0100" startDate="2017-08-05 20:52:00 +0100" endDate="2017-08-05 20:55:49 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 22:39:42 +0100" startDate="2017-08-05 21:34:54 +0100" endDate="2017-08-05 21:42:53 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 22:39:42 +0100" startDate="2017-08-05 21:42:53 +0100" endDate="2017-08-05 21:51:27 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 22:39:42 +0100" startDate="2017-08-05 21:59:23 +0100" endDate="2017-08-05 22:05:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 22:39:42 +0100" startDate="2017-08-05 22:10:09 +0100" endDate="2017-08-05 22:19:33 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 22:39:42 +0100" startDate="2017-08-05 22:19:33 +0100" endDate="2017-08-05 22:28:29 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 22:39:42 +0100" startDate="2017-08-05 22:28:29 +0100" endDate="2017-08-05 22:30:54 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 23:40:39 +0100" startDate="2017-08-05 22:30:54 +0100" endDate="2017-08-05 22:40:31 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 23:40:39 +0100" startDate="2017-08-05 22:40:31 +0100" endDate="2017-08-05 22:47:08 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-05 23:40:39 +0100" startDate="2017-08-05 23:11:55 +0100" endDate="2017-08-05 23:19:57 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 00:40:45 +0100" startDate="2017-08-05 23:38:19 +0100" endDate="2017-08-05 23:48:16 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 00:40:45 +0100" startDate="2017-08-05 23:48:16 +0100" endDate="2017-08-05 23:50:13 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 00:40:45 +0100" startDate="2017-08-06 00:00:50 +0100" endDate="2017-08-06 00:07:20 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 06:40:04 +0100" startDate="2017-08-06 06:19:42 +0100" endDate="2017-08-06 06:26:18 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 06:40:04 +0100" startDate="2017-08-06 06:26:34 +0100" endDate="2017-08-06 06:33:12 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 12:00:06 +0100" startDate="2017-08-06 10:52:26 +0100" endDate="2017-08-06 10:58:41 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 14:03:45 +0100" startDate="2017-08-06 12:59:35 +0100" endDate="2017-08-06 13:09:30 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 14:03:45 +0100" startDate="2017-08-06 13:09:30 +0100" endDate="2017-08-06 13:13:24 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 14:03:45 +0100" startDate="2017-08-06 13:25:33 +0100" endDate="2017-08-06 13:32:06 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 14:03:45 +0100" startDate="2017-08-06 13:50:48 +0100" endDate="2017-08-06 13:58:19 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 14:55:08 +0100" startDate="2017-08-06 13:58:19 +0100" endDate="2017-08-06 14:08:17 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 14:55:08 +0100" startDate="2017-08-06 14:08:17 +0100" endDate="2017-08-06 14:09:26 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 14:55:08 +0100" startDate="2017-08-06 14:41:33 +0100" endDate="2017-08-06 14:51:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 15:58:47 +0100" startDate="2017-08-06 14:51:32 +0100" endDate="2017-08-06 14:52:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 15:58:47 +0100" startDate="2017-08-06 15:34:48 +0100" endDate="2017-08-06 15:42:22 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 15:58:47 +0100" startDate="2017-08-06 15:42:22 +0100" endDate="2017-08-06 15:46:57 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 19:01:08 +0100" startDate="2017-08-06 18:31:49 +0100" endDate="2017-08-06 18:39:21 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 19:58:11 +0100" startDate="2017-08-06 18:55:20 +0100" endDate="2017-08-06 19:01:35 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 19:58:11 +0100" startDate="2017-08-06 19:03:32 +0100" endDate="2017-08-06 19:10:13 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 19:58:11 +0100" startDate="2017-08-06 19:10:58 +0100" endDate="2017-08-06 19:20:56 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 22:00:25 +0100" startDate="2017-08-06 20:51:24 +0100" endDate="2017-08-06 20:57:53 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 22:00:25 +0100" startDate="2017-08-06 21:28:18 +0100" endDate="2017-08-06 21:36:46 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-06 23:08:27 +0100" startDate="2017-08-06 21:54:34 +0100" endDate="2017-08-06 22:04:06 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 05:57:40 +0100" startDate="2017-08-07 05:36:20 +0100" endDate="2017-08-07 05:44:30 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 05:57:40 +0100" startDate="2017-08-07 05:44:30 +0100" endDate="2017-08-07 05:49:41 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 07:06:42 +0100" startDate="2017-08-07 06:06:02 +0100" endDate="2017-08-07 06:12:47 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 07:06:42 +0100" startDate="2017-08-07 06:12:47 +0100" endDate="2017-08-07 06:22:45 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 07:06:42 +0100" startDate="2017-08-07 06:22:45 +0100" endDate="2017-08-07 06:32:26 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 07:06:42 +0100" startDate="2017-08-07 06:32:26 +0100" endDate="2017-08-07 06:41:37 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 07:06:42 +0100" startDate="2017-08-07 06:41:37 +0100" endDate="2017-08-07 06:49:55 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 07:57:35 +0100" startDate="2017-08-07 07:00:15 +0100" endDate="2017-08-07 07:07:41 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 07:57:35 +0100" startDate="2017-08-07 07:44:30 +0100" endDate="2017-08-07 07:51:54 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 09:08:22 +0100" startDate="2017-08-07 07:51:54 +0100" endDate="2017-08-07 08:00:11 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 09:08:22 +0100" startDate="2017-08-07 08:25:28 +0100" endDate="2017-08-07 08:34:27 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 09:08:22 +0100" startDate="2017-08-07 08:43:15 +0100" endDate="2017-08-07 08:53:14 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 09:08:22 +0100" startDate="2017-08-07 08:53:14 +0100" endDate="2017-08-07 08:57:16 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 09:58:45 +0100" startDate="2017-08-07 09:03:08 +0100" endDate="2017-08-07 09:11:56 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 09:58:45 +0100" startDate="2017-08-07 09:15:23 +0100" endDate="2017-08-07 09:25:22 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 09:58:45 +0100" startDate="2017-08-07 09:25:22 +0100" endDate="2017-08-07 09:26:46 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 09:58:45 +0100" startDate="2017-08-07 09:32:45 +0100" endDate="2017-08-07 09:38:47 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 09:58:45 +0100" startDate="2017-08-07 09:48:14 +0100" endDate="2017-08-07 09:58:13 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 10:55:31 +0100" startDate="2017-08-07 09:58:13 +0100" endDate="2017-08-07 10:02:10 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 10:55:31 +0100" startDate="2017-08-07 10:24:50 +0100" endDate="2017-08-07 10:33:38 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 10:55:31 +0100" startDate="2017-08-07 10:33:38 +0100" endDate="2017-08-07 10:43:36 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 10:55:31 +0100" startDate="2017-08-07 10:43:36 +0100" endDate="2017-08-07 10:49:40 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 11:55:09 +0100" startDate="2017-08-07 10:59:27 +0100" endDate="2017-08-07 11:09:26 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 11:55:09 +0100" startDate="2017-08-07 11:09:26 +0100" endDate="2017-08-07 11:19:23 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 11:55:09 +0100" startDate="2017-08-07 11:35:46 +0100" endDate="2017-08-07 11:45:45 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 12:56:22 +0100" startDate="2017-08-07 11:45:45 +0100" endDate="2017-08-07 11:55:45 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 12:56:22 +0100" startDate="2017-08-07 11:55:45 +0100" endDate="2017-08-07 12:03:02 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 13:55:19 +0100" startDate="2017-08-07 13:26:41 +0100" endDate="2017-08-07 13:35:52 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 13:55:19 +0100" startDate="2017-08-07 13:35:52 +0100" endDate="2017-08-07 13:45:50 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 14:55:40 +0100" startDate="2017-08-07 13:45:50 +0100" endDate="2017-08-07 13:46:05 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 15:57:50 +0100" startDate="2017-08-07 15:09:54 +0100" endDate="2017-08-07 15:16:10 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 15:57:50 +0100" startDate="2017-08-07 15:16:10 +0100" endDate="2017-08-07 15:25:01 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 15:57:50 +0100" startDate="2017-08-07 15:38:38 +0100" endDate="2017-08-07 15:47:16 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 16:54:35 +0100" startDate="2017-08-07 15:57:37 +0100" endDate="2017-08-07 16:06:37 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 16:54:35 +0100" startDate="2017-08-07 16:06:37 +0100" endDate="2017-08-07 16:16:37 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 16:54:35 +0100" startDate="2017-08-07 16:16:37 +0100" endDate="2017-08-07 16:25:56 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 16:54:35 +0100" startDate="2017-08-07 16:25:56 +0100" endDate="2017-08-07 16:28:59 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 17:54:39 +0100" startDate="2017-08-07 17:36:37 +0100" endDate="2017-08-07 17:42:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 19:03:40 +0100" startDate="2017-08-07 17:42:58 +0100" endDate="2017-08-07 17:51:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 19:03:40 +0100" startDate="2017-08-07 18:20:29 +0100" endDate="2017-08-07 18:28:19 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 19:03:40 +0100" startDate="2017-08-07 18:44:56 +0100" endDate="2017-08-07 18:51:26 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 19:03:40 +0100" startDate="2017-08-07 18:51:26 +0100" endDate="2017-08-07 19:01:25 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 19:55:56 +0100" startDate="2017-08-07 19:01:25 +0100" endDate="2017-08-07 19:07:03 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 19:55:56 +0100" startDate="2017-08-07 19:31:21 +0100" endDate="2017-08-07 19:37:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 22:15:34 +0100" startDate="2017-08-07 20:52:26 +0100" endDate="2017-08-07 21:01:33 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 22:15:34 +0100" startDate="2017-08-07 21:02:22 +0100" endDate="2017-08-07 21:12:07 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 22:15:34 +0100" startDate="2017-08-07 21:12:07 +0100" endDate="2017-08-07 21:19:41 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 22:15:34 +0100" startDate="2017-08-07 21:36:03 +0100" endDate="2017-08-07 21:45:56 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-07 22:15:34 +0100" startDate="2017-08-07 21:45:56 +0100" endDate="2017-08-07 21:54:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 06:55:23 +0100" startDate="2017-08-08 05:51:46 +0100" endDate="2017-08-08 06:00:19 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 06:55:23 +0100" startDate="2017-08-08 06:14:14 +0100" endDate="2017-08-08 06:23:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 06:55:23 +0100" startDate="2017-08-08 06:24:32 +0100" endDate="2017-08-08 06:33:00 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 06:55:23 +0100" startDate="2017-08-08 06:34:44 +0100" endDate="2017-08-08 06:44:43 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 06:55:23 +0100" startDate="2017-08-08 06:44:43 +0100" endDate="2017-08-08 06:54:41 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 07:55:44 +0100" startDate="2017-08-08 06:54:41 +0100" endDate="2017-08-08 07:01:11 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 07:55:44 +0100" startDate="2017-08-08 07:40:40 +0100" endDate="2017-08-08 07:50:04 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 08:56:03 +0100" startDate="2017-08-08 07:50:04 +0100" endDate="2017-08-08 08:00:02 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 08:56:03 +0100" startDate="2017-08-08 08:00:02 +0100" endDate="2017-08-08 08:01:01 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 09:54:55 +0100" startDate="2017-08-08 09:40:01 +0100" endDate="2017-08-08 09:49:20 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 10:57:09 +0100" startDate="2017-08-08 09:49:20 +0100" endDate="2017-08-08 09:56:48 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 13:56:06 +0100" startDate="2017-08-08 13:25:01 +0100" endDate="2017-08-08 13:34:12 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 14:55:37 +0100" startDate="2017-08-08 13:49:43 +0100" endDate="2017-08-08 13:59:42 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 14:55:37 +0100" startDate="2017-08-08 13:59:42 +0100" endDate="2017-08-08 14:03:03 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 14:55:37 +0100" startDate="2017-08-08 14:14:17 +0100" endDate="2017-08-08 14:24:16 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 14:55:37 +0100" startDate="2017-08-08 14:24:16 +0100" endDate="2017-08-08 14:24:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 14:55:37 +0100" startDate="2017-08-08 14:43:22 +0100" endDate="2017-08-08 14:50:46 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 15:59:45 +0100" startDate="2017-08-08 14:50:46 +0100" endDate="2017-08-08 15:00:00 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 15:59:45 +0100" startDate="2017-08-08 15:24:14 +0100" endDate="2017-08-08 15:32:13 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 15:59:45 +0100" startDate="2017-08-08 15:32:13 +0100" endDate="2017-08-08 15:41:36 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 15:59:45 +0100" startDate="2017-08-08 15:41:36 +0100" endDate="2017-08-08 15:50:31 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 17:04:01 +0100" startDate="2017-08-08 15:50:31 +0100" endDate="2017-08-08 16:00:03 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 17:56:32 +0100" startDate="2017-08-08 17:29:33 +0100" endDate="2017-08-08 17:38:59 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 17:56:32 +0100" startDate="2017-08-08 17:38:59 +0100" endDate="2017-08-08 17:48:19 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 18:57:19 +0100" startDate="2017-08-08 17:48:19 +0100" endDate="2017-08-08 17:58:14 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 18:57:19 +0100" startDate="2017-08-08 17:58:14 +0100" endDate="2017-08-08 18:08:13 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 18:57:19 +0100" startDate="2017-08-08 18:08:13 +0100" endDate="2017-08-08 18:18:10 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-08 18:57:19 +0100" startDate="2017-08-08 18:18:10 +0100" endDate="2017-08-08 18:22:27 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 05:59:02 +0100" startDate="2017-08-09 05:45:02 +0100" endDate="2017-08-09 05:53:28 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 07:03:18 +0100" startDate="2017-08-09 05:53:28 +0100" endDate="2017-08-09 05:57:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 07:03:18 +0100" startDate="2017-08-09 06:12:52 +0100" endDate="2017-08-09 06:20:56 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 07:03:18 +0100" startDate="2017-08-09 06:21:50 +0100" endDate="2017-08-09 06:31:49 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 07:03:18 +0100" startDate="2017-08-09 06:31:49 +0100" endDate="2017-08-09 06:41:47 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 07:03:18 +0100" startDate="2017-08-09 06:41:47 +0100" endDate="2017-08-09 06:44:40 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 08:54:45 +0100" startDate="2017-08-09 08:05:53 +0100" endDate="2017-08-09 08:15:53 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 08:54:45 +0100" startDate="2017-08-09 08:15:53 +0100" endDate="2017-08-09 08:25:31 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 08:54:45 +0100" startDate="2017-08-09 08:25:31 +0100" endDate="2017-08-09 08:29:58 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 08:54:45 +0100" startDate="2017-08-09 08:30:12 +0100" endDate="2017-08-09 08:40:10 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 10:55:05 +0100" startDate="2017-08-09 10:44:11 +0100" endDate="2017-08-09 10:52:51 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 12:04:44 +0100" startDate="2017-08-09 10:52:51 +0100" endDate="2017-08-09 11:00:58 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 12:04:44 +0100" startDate="2017-08-09 11:00:58 +0100" endDate="2017-08-09 11:10:54 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 12:04:44 +0100" startDate="2017-08-09 11:11:10 +0100" endDate="2017-08-09 11:21:09 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 12:04:44 +0100" startDate="2017-08-09 11:21:09 +0100" endDate="2017-08-09 11:25:31 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 12:04:44 +0100" startDate="2017-08-09 11:26:11 +0100" endDate="2017-08-09 11:32:26 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 12:54:49 +0100" startDate="2017-08-09 12:15:15 +0100" endDate="2017-08-09 12:24:49 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 12:54:49 +0100" startDate="2017-08-09 12:24:49 +0100" endDate="2017-08-09 12:30:30 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 12:54:49 +0100" startDate="2017-08-09 12:33:42 +0100" endDate="2017-08-09 12:40:31 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 12:54:49 +0100" startDate="2017-08-09 12:40:31 +0100" endDate="2017-08-09 12:50:18 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 13:55:44 +0100" startDate="2017-08-09 13:15:05 +0100" endDate="2017-08-09 13:23:53 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 13:55:44 +0100" startDate="2017-08-09 13:23:53 +0100" endDate="2017-08-09 13:29:44 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 15:02:22 +0100" startDate="2017-08-09 14:05:09 +0100" endDate="2017-08-09 14:11:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 15:02:22 +0100" startDate="2017-08-09 14:14:29 +0100" endDate="2017-08-09 14:21:33 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 15:02:22 +0100" startDate="2017-08-09 14:26:32 +0100" endDate="2017-08-09 14:35:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 15:02:22 +0100" startDate="2017-08-09 14:38:17 +0100" endDate="2017-08-09 14:46:16 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 15:02:22 +0100" startDate="2017-08-09 14:52:22 +0100" endDate="2017-08-09 14:59:28 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 15:56:05 +0100" startDate="2017-08-09 14:59:28 +0100" endDate="2017-08-09 15:08:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 15:56:05 +0100" startDate="2017-08-09 15:08:17 +0100" endDate="2017-08-09 15:13:32 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 15:56:05 +0100" startDate="2017-08-09 15:31:32 +0100" endDate="2017-08-09 15:37:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 15:56:05 +0100" startDate="2017-08-09 15:37:52 +0100" endDate="2017-08-09 15:45:52 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 15:56:05 +0100" startDate="2017-08-09 15:45:52 +0100" endDate="2017-08-09 15:55:50 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 17:00:41 +0100" startDate="2017-08-09 15:55:50 +0100" endDate="2017-08-09 16:05:15 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 17:54:38 +0100" startDate="2017-08-09 17:07:24 +0100" endDate="2017-08-09 17:17:21 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 17:54:38 +0100" startDate="2017-08-09 17:17:21 +0100" endDate="2017-08-09 17:23:29 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 18:55:12 +0100" startDate="2017-08-09 17:55:10 +0100" endDate="2017-08-09 18:05:09 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 18:55:12 +0100" startDate="2017-08-09 18:05:09 +0100" endDate="2017-08-09 18:09:26 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 19:54:56 +0100" startDate="2017-08-09 19:16:22 +0100" endDate="2017-08-09 19:24:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 19:54:56 +0100" startDate="2017-08-09 19:26:58 +0100" endDate="2017-08-09 19:33:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 21:02:47 +0100" startDate="2017-08-09 20:22:08 +0100" endDate="2017-08-09 20:32:07 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 21:02:47 +0100" startDate="2017-08-09 20:32:07 +0100" endDate="2017-08-09 20:41:53 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 21:02:47 +0100" startDate="2017-08-09 20:41:53 +0100" endDate="2017-08-09 20:44:55 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 21:58:27 +0100" startDate="2017-08-09 21:03:16 +0100" endDate="2017-08-09 21:13:16 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 21:58:27 +0100" startDate="2017-08-09 21:13:16 +0100" endDate="2017-08-09 21:22:35 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 21:58:27 +0100" startDate="2017-08-09 21:34:16 +0100" endDate="2017-08-09 21:40:16 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 22:56:29 +0100" startDate="2017-08-09 22:01:38 +0100" endDate="2017-08-09 22:10:37 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-09 22:56:29 +0100" startDate="2017-08-09 22:10:37 +0100" endDate="2017-08-09 22:15:02 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 06:56:43 +0100" startDate="2017-08-10 06:22:30 +0100" endDate="2017-08-10 06:30:02 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 06:56:43 +0100" startDate="2017-08-10 06:31:35 +0100" endDate="2017-08-10 06:40:59 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 06:56:43 +0100" startDate="2017-08-10 06:40:59 +0100" endDate="2017-08-10 06:50:40 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 07:55:53 +0100" startDate="2017-08-10 06:50:40 +0100" endDate="2017-08-10 06:54:04 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 07:55:53 +0100" startDate="2017-08-10 07:06:36 +0100" endDate="2017-08-10 07:13:11 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 10:54:36 +0100" startDate="2017-08-10 10:00:09 +0100" endDate="2017-08-10 10:06:55 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 11:57:32 +0100" startDate="2017-08-10 10:50:40 +0100" endDate="2017-08-10 11:00:38 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 11:57:32 +0100" startDate="2017-08-10 11:00:38 +0100" endDate="2017-08-10 11:10:37 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 11:57:32 +0100" startDate="2017-08-10 11:10:37 +0100" endDate="2017-08-10 11:13:12 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 11:57:32 +0100" startDate="2017-08-10 11:45:08 +0100" endDate="2017-08-10 11:55:07 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 12:55:45 +0100" startDate="2017-08-10 11:55:07 +0100" endDate="2017-08-10 12:04:28 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 12:55:45 +0100" startDate="2017-08-10 12:04:28 +0100" endDate="2017-08-10 12:12:23 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 14:59:01 +0100" startDate="2017-08-10 13:55:18 +0100" endDate="2017-08-10 14:01:53 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e260&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 14:59:01 +0100" startDate="2017-08-10 14:01:53 +0100" endDate="2017-08-10 14:11:37 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 15:55:26 +0100" startDate="2017-08-10 15:25:41 +0100" endDate="2017-08-10 15:35:31 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 15:55:26 +0100" startDate="2017-08-10 15:35:31 +0100" endDate="2017-08-10 15:42:49 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 17:00:42 +0100" startDate="2017-08-10 16:27:10 +0100" endDate="2017-08-10 16:36:51 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 17:00:42 +0100" startDate="2017-08-10 16:36:51 +0100" endDate="2017-08-10 16:46:51 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 17:00:42 +0100" startDate="2017-08-10 16:46:51 +0100" endDate="2017-08-10 16:53:38 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-10 23:59:51 +0100" startDate="2017-08-10 22:58:52 +0100" endDate="2017-08-10 23:05:15 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 05:55:51 +0100" startDate="2017-08-11 05:13:57 +0100" endDate="2017-08-11 05:20:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 05:55:51 +0100" startDate="2017-08-11 05:20:57 +0100" endDate="2017-08-11 05:27:23 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 06:54:42 +0100" startDate="2017-08-11 06:13:55 +0100" endDate="2017-08-11 06:22:13 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 06:54:42 +0100" startDate="2017-08-11 06:43:28 +0100" endDate="2017-08-11 06:50:57 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 07:54:59 +0100" startDate="2017-08-11 06:50:57 +0100" endDate="2017-08-11 07:00:50 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 07:54:59 +0100" startDate="2017-08-11 07:00:50 +0100" endDate="2017-08-11 07:10:25 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 07:54:59 +0100" startDate="2017-08-11 07:10:25 +0100" endDate="2017-08-11 07:18:11 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 10:55:00 +0100" startDate="2017-08-11 10:20:12 +0100" endDate="2017-08-11 10:29:46 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 10:55:00 +0100" startDate="2017-08-11 10:29:46 +0100" endDate="2017-08-11 10:39:45 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 10:55:00 +0100" startDate="2017-08-11 10:39:45 +0100" endDate="2017-08-11 10:47:54 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 11:57:35 +0100" startDate="2017-08-11 11:08:11 +0100" endDate="2017-08-11 11:18:10 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 11:57:35 +0100" startDate="2017-08-11 11:18:10 +0100" endDate="2017-08-11 11:28:00 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 11:57:35 +0100" startDate="2017-08-11 11:28:00 +0100" endDate="2017-08-11 11:37:58 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 11:57:35 +0100" startDate="2017-08-11 11:37:58 +0100" endDate="2017-08-11 11:38:05 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 15:03:11 +0100" startDate="2017-08-11 14:08:38 +0100" endDate="2017-08-11 14:14:56 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 15:55:38 +0100" startDate="2017-08-11 14:58:27 +0100" endDate="2017-08-11 15:08:27 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 15:55:38 +0100" startDate="2017-08-11 15:08:27 +0100" endDate="2017-08-11 15:18:18 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 15:55:38 +0100" startDate="2017-08-11 15:18:18 +0100" endDate="2017-08-11 15:27:39 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 15:55:38 +0100" startDate="2017-08-11 15:27:39 +0100" endDate="2017-08-11 15:32:48 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 16:55:23 +0100" startDate="2017-08-11 16:35:04 +0100" endDate="2017-08-11 16:44:43 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 16:55:23 +0100" startDate="2017-08-11 16:44:43 +0100" endDate="2017-08-11 16:53:18 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 17:55:52 +0100" startDate="2017-08-11 16:53:18 +0100" endDate="2017-08-11 17:02:10 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 17:55:52 +0100" startDate="2017-08-11 17:31:56 +0100" endDate="2017-08-11 17:39:08 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-11 23:55:22 +0100" startDate="2017-08-11 22:58:13 +0100" endDate="2017-08-11 23:07:54 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 06:56:07 +0100" startDate="2017-08-12 06:10:57 +0100" endDate="2017-08-12 06:17:32 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 06:56:07 +0100" startDate="2017-08-12 06:18:26 +0100" endDate="2017-08-12 06:24:51 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 09:58:47 +0100" startDate="2017-08-12 09:11:05 +0100" endDate="2017-08-12 09:17:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 12:01:02 +0100" startDate="2017-08-12 10:58:52 +0100" endDate="2017-08-12 11:08:32 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 12:01:02 +0100" startDate="2017-08-12 11:08:32 +0100" endDate="2017-08-12 11:11:36 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 12:01:02 +0100" startDate="2017-08-12 11:16:10 +0100" endDate="2017-08-12 11:26:01 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 12:01:02 +0100" startDate="2017-08-12 11:26:01 +0100" endDate="2017-08-12 11:36:01 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 12:01:02 +0100" startDate="2017-08-12 11:36:01 +0100" endDate="2017-08-12 11:41:22 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 12:01:02 +0100" startDate="2017-08-12 11:42:20 +0100" endDate="2017-08-12 11:51:44 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 12:56:11 +0100" startDate="2017-08-12 11:59:13 +0100" endDate="2017-08-12 12:09:13 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 12:56:11 +0100" startDate="2017-08-12 12:09:13 +0100" endDate="2017-08-12 12:18:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 12:56:11 +0100" startDate="2017-08-12 12:18:02 +0100" endDate="2017-08-12 12:22:35 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 12:56:11 +0100" startDate="2017-08-12 12:45:59 +0100" endDate="2017-08-12 12:55:58 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 13:54:54 +0100" startDate="2017-08-12 12:55:58 +0100" endDate="2017-08-12 12:56:18 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 14:30:36 +0100" startDate="2017-08-12 13:55:14 +0100" endDate="2017-08-12 13:55:27 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 14:33:06 +0100" startDate="2017-08-12 14:31:39 +0100" endDate="2017-08-12 14:31:49 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 15:56:09 +0100" startDate="2017-08-12 15:01:25 +0100" endDate="2017-08-12 15:11:25 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 15:56:09 +0100" startDate="2017-08-12 15:11:25 +0100" endDate="2017-08-12 15:20:33 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 15:56:09 +0100" startDate="2017-08-12 15:45:12 +0100" endDate="2017-08-12 15:51:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 17:00:07 +0100" startDate="2017-08-12 16:06:37 +0100" endDate="2017-08-12 16:16:37 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 17:00:07 +0100" startDate="2017-08-12 16:16:37 +0100" endDate="2017-08-12 16:24:15 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 17:00:07 +0100" startDate="2017-08-12 16:24:15 +0100" endDate="2017-08-12 16:34:14 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 17:00:07 +0100" startDate="2017-08-12 16:34:14 +0100" endDate="2017-08-12 16:38:23 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 17:00:07 +0100" startDate="2017-08-12 16:38:58 +0100" endDate="2017-08-12 16:46:32 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 17:55:56 +0100" startDate="2017-08-12 16:54:04 +0100" endDate="2017-08-12 17:01:08 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 17:55:56 +0100" startDate="2017-08-12 17:16:35 +0100" endDate="2017-08-12 17:26:25 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 17:55:56 +0100" startDate="2017-08-12 17:26:53 +0100" endDate="2017-08-12 17:33:00 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 17:55:56 +0100" startDate="2017-08-12 17:39:09 +0100" endDate="2017-08-12 17:48:04 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 19:01:18 +0100" startDate="2017-08-12 17:48:04 +0100" endDate="2017-08-12 17:55:56 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 21:54:38 +0100" startDate="2017-08-12 21:23:53 +0100" endDate="2017-08-12 21:30:23 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 22:59:05 +0100" startDate="2017-08-12 22:39:07 +0100" endDate="2017-08-12 22:47:48 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 23:55:12 +0100" startDate="2017-08-12 22:47:48 +0100" endDate="2017-08-12 22:47:50 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-12 23:55:12 +0100" startDate="2017-08-12 22:59:00 +0100" endDate="2017-08-12 23:07:17 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 08:56:29 +0100" startDate="2017-08-13 08:31:04 +0100" endDate="2017-08-13 08:37:11 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 08:56:29 +0100" startDate="2017-08-13 08:43:12 +0100" endDate="2017-08-13 08:49:58 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 10:04:22 +0100" startDate="2017-08-13 09:17:59 +0100" endDate="2017-08-13 09:24:57 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 10:04:22 +0100" startDate="2017-08-13 09:36:02 +0100" endDate="2017-08-13 09:42:35 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 10:55:24 +0100" startDate="2017-08-13 09:58:50 +0100" endDate="2017-08-13 10:08:47 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 10:55:24 +0100" startDate="2017-08-13 10:08:47 +0100" endDate="2017-08-13 10:10:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 10:55:24 +0100" startDate="2017-08-13 10:12:54 +0100" endDate="2017-08-13 10:22:54 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 10:55:24 +0100" startDate="2017-08-13 10:22:54 +0100" endDate="2017-08-13 10:32:29 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 10:55:24 +0100" startDate="2017-08-13 10:32:29 +0100" endDate="2017-08-13 10:42:27 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 10:55:24 +0100" startDate="2017-08-13 10:42:27 +0100" endDate="2017-08-13 10:52:25 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 11:57:57 +0100" startDate="2017-08-13 10:52:25 +0100" endDate="2017-08-13 10:59:05 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 11:57:57 +0100" startDate="2017-08-13 11:14:52 +0100" endDate="2017-08-13 11:22:58 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 12:55:46 +0100" startDate="2017-08-13 12:33:36 +0100" endDate="2017-08-13 12:40:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 12:55:46 +0100" startDate="2017-08-13 12:40:39 +0100" endDate="2017-08-13 12:45:43 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 13:55:27 +0100" startDate="2017-08-13 13:24:29 +0100" endDate="2017-08-13 13:30:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 14:54:54 +0100" startDate="2017-08-13 14:19:36 +0100" endDate="2017-08-13 14:25:49 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 14:54:54 +0100" startDate="2017-08-13 14:31:48 +0100" endDate="2017-08-13 14:39:55 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 16:58:47 +0100" startDate="2017-08-13 16:00:58 +0100" endDate="2017-08-13 16:10:12 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 19:08:17 +0100" startDate="2017-08-13 18:42:55 +0100" endDate="2017-08-13 18:52:55 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 19:08:17 +0100" startDate="2017-08-13 18:52:55 +0100" endDate="2017-08-13 18:54:19 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 19:54:35 +0100" startDate="2017-08-13 19:09:31 +0100" endDate="2017-08-13 19:19:30 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 19:54:35 +0100" startDate="2017-08-13 19:19:30 +0100" endDate="2017-08-13 19:21:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 20:55:34 +0100" startDate="2017-08-13 20:39:53 +0100" endDate="2017-08-13 20:47:50 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 22:07:04 +0100" startDate="2017-08-13 20:47:50 +0100" endDate="2017-08-13 20:51:59 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 22:07:04 +0100" startDate="2017-08-13 21:06:29 +0100" endDate="2017-08-13 21:16:24 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-13 22:07:04 +0100" startDate="2017-08-13 21:16:24 +0100" endDate="2017-08-13 21:20:21 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 06:54:36 +0100" startDate="2017-08-14 06:10:38 +0100" endDate="2017-08-14 06:18:28 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 06:54:36 +0100" startDate="2017-08-14 06:18:28 +0100" endDate="2017-08-14 06:26:53 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 06:54:36 +0100" startDate="2017-08-14 06:26:53 +0100" endDate="2017-08-14 06:31:08 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 06:54:36 +0100" startDate="2017-08-14 06:43:54 +0100" endDate="2017-08-14 06:51:49 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 06:51:49 +0100" endDate="2017-08-14 07:01:34 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 07:01:34 +0100" endDate="2017-08-14 07:11:33 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 07:11:33 +0100" endDate="2017-08-14 07:21:32 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 07:21:32 +0100" endDate="2017-08-14 07:31:24 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 07:31:24 +0100" endDate="2017-08-14 07:32:54 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 07:35:44 +0100" endDate="2017-08-14 07:45:10 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 07:45:10 +0100" endDate="2017-08-14 07:49:28 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 09:03:19 +0100" startDate="2017-08-14 07:56:01 +0100" endDate="2017-08-14 08:02:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 09:03:19 +0100" startDate="2017-08-14 08:13:15 +0100" endDate="2017-08-14 08:19:28 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 09:03:19 +0100" startDate="2017-08-14 08:34:44 +0100" endDate="2017-08-14 08:44:44 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 09:03:19 +0100" startDate="2017-08-14 08:44:44 +0100" endDate="2017-08-14 08:54:07 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 09:56:19 +0100" startDate="2017-08-14 08:54:07 +0100" endDate="2017-08-14 08:56:37 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 09:56:19 +0100" startDate="2017-08-14 09:34:51 +0100" endDate="2017-08-14 09:40:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 10:59:22 +0100" startDate="2017-08-14 10:14:00 +0100" endDate="2017-08-14 10:21:49 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 10:59:22 +0100" startDate="2017-08-14 10:21:49 +0100" endDate="2017-08-14 10:28:46 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 10:59:22 +0100" startDate="2017-08-14 10:28:46 +0100" endDate="2017-08-14 10:38:44 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 10:59:22 +0100" startDate="2017-08-14 10:38:44 +0100" endDate="2017-08-14 10:47:48 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 11:55:01 +0100" startDate="2017-08-14 10:58:45 +0100" endDate="2017-08-14 11:08:44 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 11:55:01 +0100" startDate="2017-08-14 11:08:44 +0100" endDate="2017-08-14 11:17:10 +0100" value="654"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 11:55:01 +0100" startDate="2017-08-14 11:23:50 +0100" endDate="2017-08-14 11:30:21 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 11:55:01 +0100" startDate="2017-08-14 11:30:21 +0100" endDate="2017-08-14 11:40:19 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 11:55:01 +0100" startDate="2017-08-14 11:40:19 +0100" endDate="2017-08-14 11:42:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 12:58:05 +0100" startDate="2017-08-14 11:48:31 +0100" endDate="2017-08-14 11:55:01 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 12:58:05 +0100" startDate="2017-08-14 11:57:53 +0100" endDate="2017-08-14 12:06:05 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 12:58:05 +0100" startDate="2017-08-14 12:25:44 +0100" endDate="2017-08-14 12:35:12 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 13:55:56 +0100" startDate="2017-08-14 13:14:40 +0100" endDate="2017-08-14 13:22:32 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 13:55:56 +0100" startDate="2017-08-14 13:25:17 +0100" endDate="2017-08-14 13:34:36 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 15:59:36 +0100" startDate="2017-08-14 15:43:36 +0100" endDate="2017-08-14 15:53:25 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 16:55:52 +0100" startDate="2017-08-14 15:53:25 +0100" endDate="2017-08-14 16:03:10 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 16:55:52 +0100" startDate="2017-08-14 16:17:18 +0100" endDate="2017-08-14 16:27:17 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 16:55:52 +0100" startDate="2017-08-14 16:27:17 +0100" endDate="2017-08-14 16:28:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 17:59:59 +0100" startDate="2017-08-14 17:15:32 +0100" endDate="2017-08-14 17:24:30 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 20:56:27 +0100" startDate="2017-08-14 20:02:24 +0100" endDate="2017-08-14 20:12:23 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 20:56:27 +0100" startDate="2017-08-14 20:12:23 +0100" endDate="2017-08-14 20:21:14 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 21:57:05 +0100" startDate="2017-08-14 21:02:47 +0100" endDate="2017-08-14 21:09:45 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 21:57:05 +0100" startDate="2017-08-14 21:14:12 +0100" endDate="2017-08-14 21:24:11 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-14 21:57:05 +0100" startDate="2017-08-14 21:24:11 +0100" endDate="2017-08-14 21:28:41 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 06:54:58 +0100" startDate="2017-08-15 05:45:47 +0100" endDate="2017-08-15 05:55:47 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 06:54:58 +0100" startDate="2017-08-15 05:55:47 +0100" endDate="2017-08-15 06:05:46 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 06:54:58 +0100" startDate="2017-08-15 06:05:46 +0100" endDate="2017-08-15 06:15:37 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 08:56:36 +0100" startDate="2017-08-15 08:29:58 +0100" endDate="2017-08-15 08:39:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 08:56:36 +0100" startDate="2017-08-15 08:39:45 +0100" endDate="2017-08-15 08:42:32 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 09:57:03 +0100" startDate="2017-08-15 09:07:19 +0100" endDate="2017-08-15 09:17:19 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 09:57:03 +0100" startDate="2017-08-15 09:17:19 +0100" endDate="2017-08-15 09:22:07 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 10:55:25 +0100" startDate="2017-08-15 10:18:14 +0100" endDate="2017-08-15 10:28:02 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 10:55:25 +0100" startDate="2017-08-15 10:28:02 +0100" endDate="2017-08-15 10:31:49 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 11:57:40 +0100" startDate="2017-08-15 10:47:34 +0100" endDate="2017-08-15 10:54:24 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 11:57:40 +0100" startDate="2017-08-15 10:54:24 +0100" endDate="2017-08-15 11:04:24 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 11:57:40 +0100" startDate="2017-08-15 11:04:24 +0100" endDate="2017-08-15 11:12:15 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 11:57:40 +0100" startDate="2017-08-15 11:19:03 +0100" endDate="2017-08-15 11:29:03 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 11:57:40 +0100" startDate="2017-08-15 11:29:03 +0100" endDate="2017-08-15 11:38:59 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 11:57:40 +0100" startDate="2017-08-15 11:38:59 +0100" endDate="2017-08-15 11:41:52 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 12:55:09 +0100" startDate="2017-08-15 11:49:11 +0100" endDate="2017-08-15 11:58:12 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 12:55:09 +0100" startDate="2017-08-15 11:58:12 +0100" endDate="2017-08-15 12:05:43 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 13:54:38 +0100" startDate="2017-08-15 13:03:39 +0100" endDate="2017-08-15 13:09:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 13:54:38 +0100" startDate="2017-08-15 13:09:46 +0100" endDate="2017-08-15 13:19:29 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 13:54:38 +0100" startDate="2017-08-15 13:19:29 +0100" endDate="2017-08-15 13:26:39 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 13:54:38 +0100" startDate="2017-08-15 13:26:39 +0100" endDate="2017-08-15 13:31:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 13:54:38 +0100" startDate="2017-08-15 13:32:43 +0100" endDate="2017-08-15 13:38:48 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 15:03:23 +0100" startDate="2017-08-15 13:48:50 +0100" endDate="2017-08-15 13:58:49 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 15:03:23 +0100" startDate="2017-08-15 13:58:49 +0100" endDate="2017-08-15 14:02:08 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 15:03:23 +0100" startDate="2017-08-15 14:14:39 +0100" endDate="2017-08-15 14:20:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 15:03:23 +0100" startDate="2017-08-15 14:29:36 +0100" endDate="2017-08-15 14:39:12 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 15:57:09 +0100" startDate="2017-08-15 15:03:40 +0100" endDate="2017-08-15 15:12:02 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 15:57:09 +0100" startDate="2017-08-15 15:15:26 +0100" endDate="2017-08-15 15:24:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 15:57:09 +0100" startDate="2017-08-15 15:24:46 +0100" endDate="2017-08-15 15:34:46 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 15:57:09 +0100" startDate="2017-08-15 15:34:46 +0100" endDate="2017-08-15 15:44:42 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 15:57:09 +0100" startDate="2017-08-15 15:44:42 +0100" endDate="2017-08-15 15:50:01 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 16:56:04 +0100" startDate="2017-08-15 16:33:09 +0100" endDate="2017-08-15 16:39:45 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 16:56:04 +0100" startDate="2017-08-15 16:41:45 +0100" endDate="2017-08-15 16:48:08 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 17:56:27 +0100" startDate="2017-08-15 17:37:32 +0100" endDate="2017-08-15 17:47:32 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 19:00:33 +0100" startDate="2017-08-15 17:47:32 +0100" endDate="2017-08-15 17:48:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 19:00:33 +0100" startDate="2017-08-15 18:08:10 +0100" endDate="2017-08-15 18:17:41 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 19:00:33 +0100" startDate="2017-08-15 18:19:07 +0100" endDate="2017-08-15 18:27:04 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 19:00:33 +0100" startDate="2017-08-15 18:46:06 +0100" endDate="2017-08-15 18:52:32 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 20:03:36 +0100" startDate="2017-08-15 18:52:32 +0100" endDate="2017-08-15 19:00:43 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 20:03:36 +0100" startDate="2017-08-15 19:00:54 +0100" endDate="2017-08-15 19:09:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 20:03:36 +0100" startDate="2017-08-15 19:09:02 +0100" endDate="2017-08-15 19:15:08 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 20:03:36 +0100" startDate="2017-08-15 19:49:57 +0100" endDate="2017-08-15 19:58:43 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 20:55:30 +0100" startDate="2017-08-15 19:58:43 +0100" endDate="2017-08-15 20:05:10 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 22:02:44 +0100" startDate="2017-08-15 20:51:37 +0100" endDate="2017-08-15 21:00:15 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 22:02:44 +0100" startDate="2017-08-15 21:19:20 +0100" endDate="2017-08-15 21:29:00 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-15 22:02:44 +0100" startDate="2017-08-15 21:29:00 +0100" endDate="2017-08-15 21:33:20 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 06:59:16 +0100" startDate="2017-08-16 05:47:38 +0100" endDate="2017-08-16 05:56:57 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 06:59:16 +0100" startDate="2017-08-16 06:03:49 +0100" endDate="2017-08-16 06:12:52 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 06:59:16 +0100" startDate="2017-08-16 06:12:52 +0100" endDate="2017-08-16 06:15:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 06:59:16 +0100" startDate="2017-08-16 06:18:40 +0100" endDate="2017-08-16 06:28:34 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 06:59:16 +0100" startDate="2017-08-16 06:28:34 +0100" endDate="2017-08-16 06:38:33 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 06:59:16 +0100" startDate="2017-08-16 06:38:33 +0100" endDate="2017-08-16 06:41:23 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 08:00:50 +0100" startDate="2017-08-16 07:21:52 +0100" endDate="2017-08-16 07:29:39 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 08:00:50 +0100" startDate="2017-08-16 07:37:20 +0100" endDate="2017-08-16 07:44:31 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 08:00:50 +0100" startDate="2017-08-16 07:44:31 +0100" endDate="2017-08-16 07:48:30 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 10:59:58 +0100" startDate="2017-08-16 09:55:54 +0100" endDate="2017-08-16 10:04:57 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 10:59:58 +0100" startDate="2017-08-16 10:04:57 +0100" endDate="2017-08-16 10:09:55 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 10:59:58 +0100" startDate="2017-08-16 10:09:55 +0100" endDate="2017-08-16 10:17:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 10:59:58 +0100" startDate="2017-08-16 10:17:50 +0100" endDate="2017-08-16 10:27:49 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 10:59:58 +0100" startDate="2017-08-16 10:27:49 +0100" endDate="2017-08-16 10:37:47 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 10:59:58 +0100" startDate="2017-08-16 10:37:47 +0100" endDate="2017-08-16 10:43:25 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 11:56:58 +0100" startDate="2017-08-16 10:53:34 +0100" endDate="2017-08-16 11:03:33 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 11:56:58 +0100" startDate="2017-08-16 11:03:33 +0100" endDate="2017-08-16 11:10:15 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 11:56:58 +0100" startDate="2017-08-16 11:10:15 +0100" endDate="2017-08-16 11:16:01 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 11:56:58 +0100" startDate="2017-08-16 11:16:01 +0100" endDate="2017-08-16 11:24:22 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 11:56:58 +0100" startDate="2017-08-16 11:24:22 +0100" endDate="2017-08-16 11:27:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 11:56:58 +0100" startDate="2017-08-16 11:29:07 +0100" endDate="2017-08-16 11:35:38 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 12:57:16 +0100" startDate="2017-08-16 12:09:42 +0100" endDate="2017-08-16 12:17:16 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 12:57:16 +0100" startDate="2017-08-16 12:17:16 +0100" endDate="2017-08-16 12:27:14 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 12:57:16 +0100" startDate="2017-08-16 12:27:14 +0100" endDate="2017-08-16 12:33:56 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 14:54:35 +0100" startDate="2017-08-16 14:19:56 +0100" endDate="2017-08-16 14:27:58 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 14:54:35 +0100" startDate="2017-08-16 14:28:43 +0100" endDate="2017-08-16 14:36:20 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 16:41:22 +0100" startDate="2017-08-16 15:05:40 +0100" endDate="2017-08-16 15:14:51 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 16:41:22 +0100" startDate="2017-08-16 15:14:51 +0100" endDate="2017-08-16 15:24:43 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 16:41:22 +0100" startDate="2017-08-16 15:24:43 +0100" endDate="2017-08-16 15:32:36 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 16:41:22 +0100" startDate="2017-08-16 15:32:36 +0100" endDate="2017-08-16 15:40:36 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 16:41:22 +0100" startDate="2017-08-16 16:24:06 +0100" endDate="2017-08-16 16:33:40 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 17:27:12 +0100" startDate="2017-08-16 16:33:40 +0100" endDate="2017-08-16 16:37:35 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 17:27:12 +0100" startDate="2017-08-16 16:41:26 +0100" endDate="2017-08-16 16:51:25 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 17:27:12 +0100" startDate="2017-08-16 16:51:25 +0100" endDate="2017-08-16 16:59:23 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 17:27:12 +0100" startDate="2017-08-16 16:59:23 +0100" endDate="2017-08-16 17:03:22 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 17:27:12 +0100" startDate="2017-08-16 17:06:14 +0100" endDate="2017-08-16 17:14:16 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 17:27:12 +0100" startDate="2017-08-16 17:14:34 +0100" endDate="2017-08-16 17:23:52 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 18:42:45 +0100" startDate="2017-08-16 17:23:52 +0100" endDate="2017-08-16 17:27:13 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 18:42:45 +0100" startDate="2017-08-16 17:39:03 +0100" endDate="2017-08-16 17:46:55 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 18:42:45 +0100" startDate="2017-08-16 18:10:07 +0100" endDate="2017-08-16 18:16:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 18:42:45 +0100" startDate="2017-08-16 18:16:17 +0100" endDate="2017-08-16 18:20:57 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 18:42:45 +0100" startDate="2017-08-16 18:22:43 +0100" endDate="2017-08-16 18:32:41 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 19:41:06 +0100" startDate="2017-08-16 18:38:58 +0100" endDate="2017-08-16 18:48:34 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 19:41:06 +0100" startDate="2017-08-16 18:53:21 +0100" endDate="2017-08-16 19:03:11 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 19:41:06 +0100" startDate="2017-08-16 19:03:11 +0100" endDate="2017-08-16 19:03:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 21:40:42 +0100" startDate="2017-08-16 21:28:23 +0100" endDate="2017-08-16 21:34:59 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 22:46:30 +0100" startDate="2017-08-16 21:34:59 +0100" endDate="2017-08-16 21:44:07 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 22:46:30 +0100" startDate="2017-08-16 21:44:09 +0100" endDate="2017-08-16 21:52:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 22:46:30 +0100" startDate="2017-08-16 22:05:43 +0100" endDate="2017-08-16 22:14:52 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-16 22:46:30 +0100" startDate="2017-08-16 22:14:52 +0100" endDate="2017-08-16 22:23:27 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 06:39:51 +0100" startDate="2017-08-17 06:05:49 +0100" endDate="2017-08-17 06:12:33 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 06:39:51 +0100" startDate="2017-08-17 06:12:33 +0100" endDate="2017-08-17 06:19:01 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 07:01:02 +0100" startDate="2017-08-17 06:30:00 +0100" endDate="2017-08-17 06:37:29 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 07:01:02 +0100" startDate="2017-08-17 06:39:20 +0100" endDate="2017-08-17 06:49:13 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 07:01:02 +0100" startDate="2017-08-17 06:49:13 +0100" endDate="2017-08-17 06:58:36 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 07:55:02 +0100" startDate="2017-08-17 06:58:36 +0100" endDate="2017-08-17 07:04:23 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 09:57:51 +0100" startDate="2017-08-17 08:54:19 +0100" endDate="2017-08-17 09:00:52 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 09:57:51 +0100" startDate="2017-08-17 09:36:17 +0100" endDate="2017-08-17 09:43:02 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 10:56:16 +0100" startDate="2017-08-17 09:55:01 +0100" endDate="2017-08-17 10:01:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 10:56:16 +0100" startDate="2017-08-17 10:22:45 +0100" endDate="2017-08-17 10:32:29 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 10:56:16 +0100" startDate="2017-08-17 10:32:29 +0100" endDate="2017-08-17 10:42:28 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 10:56:16 +0100" startDate="2017-08-17 10:42:28 +0100" endDate="2017-08-17 10:48:04 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 11:58:21 +0100" startDate="2017-08-17 11:02:20 +0100" endDate="2017-08-17 11:11:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 11:58:21 +0100" startDate="2017-08-17 11:11:07 +0100" endDate="2017-08-17 11:21:04 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 11:58:21 +0100" startDate="2017-08-17 11:21:04 +0100" endDate="2017-08-17 11:29:31 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 11:58:21 +0100" startDate="2017-08-17 11:29:31 +0100" endDate="2017-08-17 11:34:39 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 12:58:35 +0100" startDate="2017-08-17 11:54:00 +0100" endDate="2017-08-17 12:00:46 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 12:58:35 +0100" startDate="2017-08-17 12:10:22 +0100" endDate="2017-08-17 12:17:59 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 13:54:34 +0100" startDate="2017-08-17 12:51:58 +0100" endDate="2017-08-17 12:59:53 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 13:54:34 +0100" startDate="2017-08-17 13:33:28 +0100" endDate="2017-08-17 13:41:20 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 13:54:34 +0100" startDate="2017-08-17 13:41:20 +0100" endDate="2017-08-17 13:46:28 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 16:03:34 +0100" startDate="2017-08-17 15:29:00 +0100" endDate="2017-08-17 15:35:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 16:54:51 +0100" startDate="2017-08-17 15:57:39 +0100" endDate="2017-08-17 16:07:10 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 16:54:51 +0100" startDate="2017-08-17 16:07:10 +0100" endDate="2017-08-17 16:17:08 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 16:54:51 +0100" startDate="2017-08-17 16:17:08 +0100" endDate="2017-08-17 16:25:25 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 16:54:51 +0100" startDate="2017-08-17 16:33:12 +0100" endDate="2017-08-17 16:39:45 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 16:54:51 +0100" startDate="2017-08-17 16:39:45 +0100" endDate="2017-08-17 16:46:29 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 18:00:26 +0100" startDate="2017-08-17 16:46:29 +0100" endDate="2017-08-17 16:52:25 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 18:00:26 +0100" startDate="2017-08-17 17:41:56 +0100" endDate="2017-08-17 17:51:46 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 18:56:23 +0100" startDate="2017-08-17 18:20:52 +0100" endDate="2017-08-17 18:30:51 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 18:56:23 +0100" startDate="2017-08-17 18:30:51 +0100" endDate="2017-08-17 18:40:08 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 18:56:23 +0100" startDate="2017-08-17 18:40:08 +0100" endDate="2017-08-17 18:47:48 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 19:54:48 +0100" startDate="2017-08-17 18:47:48 +0100" endDate="2017-08-17 18:51:37 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 21:57:20 +0100" startDate="2017-08-17 21:18:22 +0100" endDate="2017-08-17 21:24:40 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 22:55:15 +0100" startDate="2017-08-17 21:47:30 +0100" endDate="2017-08-17 21:57:30 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 22:55:15 +0100" startDate="2017-08-17 21:57:30 +0100" endDate="2017-08-17 22:02:00 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 22:55:15 +0100" startDate="2017-08-17 22:06:04 +0100" endDate="2017-08-17 22:12:30 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-17 23:59:38 +0100" startDate="2017-08-17 22:51:31 +0100" endDate="2017-08-17 22:57:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 06:55:26 +0100" startDate="2017-08-18 06:06:43 +0100" endDate="2017-08-18 06:15:06 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 06:55:26 +0100" startDate="2017-08-18 06:23:56 +0100" endDate="2017-08-18 06:30:49 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 06:55:26 +0100" startDate="2017-08-18 06:30:49 +0100" endDate="2017-08-18 06:34:37 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 06:55:26 +0100" startDate="2017-08-18 06:35:25 +0100" endDate="2017-08-18 06:45:22 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 06:55:26 +0100" startDate="2017-08-18 06:45:22 +0100" endDate="2017-08-18 06:54:50 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 07:54:35 +0100" startDate="2017-08-18 07:00:08 +0100" endDate="2017-08-18 07:10:07 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 07:54:35 +0100" startDate="2017-08-18 07:10:07 +0100" endDate="2017-08-18 07:20:06 +0100" value="972"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 07:54:35 +0100" startDate="2017-08-18 07:20:06 +0100" endDate="2017-08-18 07:29:20 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 07:54:35 +0100" startDate="2017-08-18 07:41:33 +0100" endDate="2017-08-18 07:51:27 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 08:56:07 +0100" startDate="2017-08-18 07:51:27 +0100" endDate="2017-08-18 08:01:21 +0100" value="1047"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 08:56:07 +0100" startDate="2017-08-18 08:01:21 +0100" endDate="2017-08-18 08:04:58 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 08:56:07 +0100" startDate="2017-08-18 08:14:43 +0100" endDate="2017-08-18 08:20:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 09:55:53 +0100" startDate="2017-08-18 09:21:04 +0100" endDate="2017-08-18 09:27:47 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 10:58:26 +0100" startDate="2017-08-18 10:22:22 +0100" endDate="2017-08-18 10:32:22 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 10:58:26 +0100" startDate="2017-08-18 10:32:22 +0100" endDate="2017-08-18 10:42:20 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 10:58:26 +0100" startDate="2017-08-18 10:42:20 +0100" endDate="2017-08-18 10:47:08 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 12:01:11 +0100" startDate="2017-08-18 10:57:59 +0100" endDate="2017-08-18 11:04:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 12:01:11 +0100" startDate="2017-08-18 11:13:51 +0100" endDate="2017-08-18 11:20:39 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 12:01:11 +0100" startDate="2017-08-18 11:20:39 +0100" endDate="2017-08-18 11:28:42 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 12:01:11 +0100" startDate="2017-08-18 11:31:25 +0100" endDate="2017-08-18 11:37:53 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 12:01:11 +0100" startDate="2017-08-18 11:37:54 +0100" endDate="2017-08-18 11:47:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 12:59:46 +0100" startDate="2017-08-18 12:34:33 +0100" endDate="2017-08-18 12:43:31 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 12:59:46 +0100" startDate="2017-08-18 12:48:02 +0100" endDate="2017-08-18 12:54:02 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 13:56:37 +0100" startDate="2017-08-18 13:01:51 +0100" endDate="2017-08-18 13:09:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 13:56:37 +0100" startDate="2017-08-18 13:21:39 +0100" endDate="2017-08-18 13:30:29 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 13:56:37 +0100" startDate="2017-08-18 13:30:29 +0100" endDate="2017-08-18 13:40:24 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 13:56:37 +0100" startDate="2017-08-18 13:40:24 +0100" endDate="2017-08-18 13:50:23 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 14:59:14 +0100" startDate="2017-08-18 13:50:23 +0100" endDate="2017-08-18 14:00:03 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 14:59:14 +0100" startDate="2017-08-18 14:00:03 +0100" endDate="2017-08-18 14:09:11 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 17:03:19 +0100" startDate="2017-08-18 15:48:31 +0100" endDate="2017-08-18 15:58:07 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 17:03:19 +0100" startDate="2017-08-18 15:58:07 +0100" endDate="2017-08-18 16:06:57 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 17:03:19 +0100" startDate="2017-08-18 16:19:15 +0100" endDate="2017-08-18 16:26:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 17:03:19 +0100" startDate="2017-08-18 16:51:09 +0100" endDate="2017-08-18 16:59:21 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 17:56:38 +0100" startDate="2017-08-18 16:59:21 +0100" endDate="2017-08-18 17:03:12 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 17:56:38 +0100" startDate="2017-08-18 17:33:32 +0100" endDate="2017-08-18 17:43:01 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 20:02:28 +0100" startDate="2017-08-18 18:49:59 +0100" endDate="2017-08-18 18:59:20 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-18 21:56:02 +0100" startDate="2017-08-18 20:59:40 +0100" endDate="2017-08-18 21:06:46 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 03:57:44 +0100" startDate="2017-08-19 03:09:53 +0100" endDate="2017-08-19 03:16:06 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 03:57:44 +0100" startDate="2017-08-19 03:16:06 +0100" endDate="2017-08-19 03:25:45 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 03:57:44 +0100" startDate="2017-08-19 03:25:45 +0100" endDate="2017-08-19 03:35:23 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 04:55:01 +0100" startDate="2017-08-19 04:06:04 +0100" endDate="2017-08-19 04:15:47 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 04:55:01 +0100" startDate="2017-08-19 04:15:47 +0100" endDate="2017-08-19 04:18:57 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 07:01:12 +0100" startDate="2017-08-19 06:04:49 +0100" endDate="2017-08-19 06:14:48 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 07:01:12 +0100" startDate="2017-08-19 06:14:48 +0100" endDate="2017-08-19 06:24:47 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 07:01:12 +0100" startDate="2017-08-19 06:24:47 +0100" endDate="2017-08-19 06:34:18 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 07:01:12 +0100" startDate="2017-08-19 06:34:18 +0100" endDate="2017-08-19 06:44:17 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 07:01:12 +0100" startDate="2017-08-19 06:44:17 +0100" endDate="2017-08-19 06:53:04 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 07:57:08 +0100" startDate="2017-08-19 06:53:04 +0100" endDate="2017-08-19 07:03:02 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 07:57:08 +0100" startDate="2017-08-19 07:03:02 +0100" endDate="2017-08-19 07:09:02 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 08:56:28 +0100" startDate="2017-08-19 08:06:26 +0100" endDate="2017-08-19 08:13:02 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 08:56:28 +0100" startDate="2017-08-19 08:33:43 +0100" endDate="2017-08-19 08:43:42 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 08:56:28 +0100" startDate="2017-08-19 08:43:42 +0100" endDate="2017-08-19 08:53:40 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 08:53:40 +0100" endDate="2017-08-19 09:03:39 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 09:03:39 +0100" endDate="2017-08-19 09:13:09 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 09:13:09 +0100" endDate="2017-08-19 09:22:48 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 09:22:48 +0100" endDate="2017-08-19 09:31:55 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 09:31:55 +0100" endDate="2017-08-19 09:39:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 09:39:40 +0100" endDate="2017-08-19 09:49:38 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 09:49:38 +0100" endDate="2017-08-19 09:59:36 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 10:55:42 +0100" startDate="2017-08-19 09:59:36 +0100" endDate="2017-08-19 10:05:20 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 10:55:42 +0100" startDate="2017-08-19 10:07:32 +0100" endDate="2017-08-19 10:16:51 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 10:55:42 +0100" startDate="2017-08-19 10:16:51 +0100" endDate="2017-08-19 10:22:02 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 10:55:42 +0100" startDate="2017-08-19 10:37:42 +0100" endDate="2017-08-19 10:46:58 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 12:00:48 +0100" startDate="2017-08-19 11:07:48 +0100" endDate="2017-08-19 11:14:34 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 16:01:31 +0100" startDate="2017-08-19 14:55:12 +0100" endDate="2017-08-19 15:04:59 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 18:03:42 +0100" startDate="2017-08-19 16:59:54 +0100" endDate="2017-08-19 17:09:51 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 18:03:42 +0100" startDate="2017-08-19 17:09:51 +0100" endDate="2017-08-19 17:18:38 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 19:56:40 +0100" startDate="2017-08-19 18:52:20 +0100" endDate="2017-08-19 19:02:00 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 19:56:40 +0100" startDate="2017-08-19 19:02:00 +0100" endDate="2017-08-19 19:11:58 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 19:56:40 +0100" startDate="2017-08-19 19:11:58 +0100" endDate="2017-08-19 19:21:57 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 19:56:40 +0100" startDate="2017-08-19 19:21:57 +0100" endDate="2017-08-19 19:31:54 +0100" value="1084"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 19:56:40 +0100" startDate="2017-08-19 19:31:54 +0100" endDate="2017-08-19 19:41:34 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-19 21:54:49 +0100" startDate="2017-08-19 21:29:52 +0100" endDate="2017-08-19 21:36:20 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 00:58:05 +0100" startDate="2017-08-20 00:25:27 +0100" endDate="2017-08-20 00:35:26 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 00:58:05 +0100" startDate="2017-08-20 00:35:26 +0100" endDate="2017-08-20 00:45:17 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 00:58:05 +0100" startDate="2017-08-20 00:45:17 +0100" endDate="2017-08-20 00:54:58 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 01:56:58 +0100" startDate="2017-08-20 00:54:58 +0100" endDate="2017-08-20 01:04:57 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 01:56:58 +0100" startDate="2017-08-20 01:04:57 +0100" endDate="2017-08-20 01:05:00 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 01:56:58 +0100" startDate="2017-08-20 01:09:56 +0100" endDate="2017-08-20 01:19:52 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 01:56:58 +0100" startDate="2017-08-20 01:19:52 +0100" endDate="2017-08-20 01:29:48 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 01:56:58 +0100" startDate="2017-08-20 01:29:48 +0100" endDate="2017-08-20 01:39:46 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 01:56:58 +0100" startDate="2017-08-20 01:39:46 +0100" endDate="2017-08-20 01:49:41 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 02:56:20 +0100" startDate="2017-08-20 01:49:41 +0100" endDate="2017-08-20 01:59:27 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 02:56:20 +0100" startDate="2017-08-20 01:59:27 +0100" endDate="2017-08-20 02:08:44 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 02:56:20 +0100" startDate="2017-08-20 02:08:50 +0100" endDate="2017-08-20 02:18:47 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 02:56:20 +0100" startDate="2017-08-20 02:18:47 +0100" endDate="2017-08-20 02:28:45 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 02:56:20 +0100" startDate="2017-08-20 02:28:45 +0100" endDate="2017-08-20 02:29:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 02:56:20 +0100" startDate="2017-08-20 02:41:58 +0100" endDate="2017-08-20 02:51:55 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 04:05:06 +0100" startDate="2017-08-20 02:51:55 +0100" endDate="2017-08-20 03:01:53 +0100" value="1105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 04:05:06 +0100" startDate="2017-08-20 03:01:53 +0100" endDate="2017-08-20 03:11:52 +0100" value="1091"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 04:05:06 +0100" startDate="2017-08-20 03:11:52 +0100" endDate="2017-08-20 03:21:48 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 09:58:02 +0100" startDate="2017-08-20 09:35:33 +0100" endDate="2017-08-20 09:44:06 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 11:06:01 +0100" startDate="2017-08-20 10:31:05 +0100" endDate="2017-08-20 10:38:50 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 14:56:16 +0100" endDate="2017-08-20 14:57:19 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 14:57:19 +0100" endDate="2017-08-20 14:58:20 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 14:58:20 +0100" endDate="2017-08-20 15:00:38 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:01:56 +0100" endDate="2017-08-20 15:04:01 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:04:01 +0100" endDate="2017-08-20 15:06:08 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:06:08 +0100" endDate="2017-08-20 15:07:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:07:09 +0100" endDate="2017-08-20 15:08:40 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:08:40 +0100" endDate="2017-08-20 15:09:42 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:17:45 +0100" endDate="2017-08-20 15:18:46 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:18:46 +0100" endDate="2017-08-20 15:19:47 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:19:47 +0100" endDate="2017-08-20 15:21:19 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:21:19 +0100" endDate="2017-08-20 15:22:43 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:30:23 +0100" endDate="2017-08-20 15:31:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 15:55:13 +0100" startDate="2017-08-20 15:31:31 +0100" endDate="2017-08-20 15:32:17 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 18:54:49 +0100" startDate="2017-08-20 18:20:22 +0100" endDate="2017-08-20 18:26:50 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 22:49:24 +0100" startDate="2017-08-20 20:18:33 +0100" endDate="2017-08-20 20:24:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 22:49:24 +0100" startDate="2017-08-20 20:32:15 +0100" endDate="2017-08-20 20:38:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-20 22:49:24 +0100" startDate="2017-08-20 22:33:04 +0100" endDate="2017-08-20 22:41:11 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 10:59:30 +0100" startDate="2017-08-21 10:20:07 +0100" endDate="2017-08-21 10:30:01 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 10:59:30 +0100" startDate="2017-08-21 10:30:01 +0100" endDate="2017-08-21 10:38:19 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 10:59:30 +0100" startDate="2017-08-21 10:38:19 +0100" endDate="2017-08-21 10:46:51 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 12:03:00 +0100" startDate="2017-08-21 11:46:50 +0100" endDate="2017-08-21 11:56:47 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 12:59:35 +0100" startDate="2017-08-21 11:56:47 +0100" endDate="2017-08-21 12:02:52 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 12:59:35 +0100" startDate="2017-08-21 12:03:09 +0100" endDate="2017-08-21 12:09:37 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 14:02:41 +0100" startDate="2017-08-21 12:52:55 +0100" endDate="2017-08-21 13:01:40 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 14:02:41 +0100" startDate="2017-08-21 13:07:56 +0100" endDate="2017-08-21 13:16:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 14:02:41 +0100" startDate="2017-08-21 13:16:57 +0100" endDate="2017-08-21 13:19:58 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 14:02:41 +0100" startDate="2017-08-21 13:23:10 +0100" endDate="2017-08-21 13:32:41 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 15:02:19 +0100" startDate="2017-08-21 14:43:49 +0100" endDate="2017-08-21 14:50:17 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 15:59:33 +0100" startDate="2017-08-21 15:04:55 +0100" endDate="2017-08-21 15:14:55 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 15:59:33 +0100" startDate="2017-08-21 15:14:55 +0100" endDate="2017-08-21 15:19:35 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 15:59:33 +0100" startDate="2017-08-21 15:21:11 +0100" endDate="2017-08-21 15:31:10 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 15:59:33 +0100" startDate="2017-08-21 15:31:10 +0100" endDate="2017-08-21 15:41:10 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 15:59:33 +0100" startDate="2017-08-21 15:41:10 +0100" endDate="2017-08-21 15:50:04 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 17:02:45 +0100" startDate="2017-08-21 16:00:02 +0100" endDate="2017-08-21 16:08:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 18:02:01 +0100" startDate="2017-08-21 17:06:46 +0100" endDate="2017-08-21 17:16:43 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 18:02:01 +0100" startDate="2017-08-21 17:16:43 +0100" endDate="2017-08-21 17:26:41 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 18:02:01 +0100" startDate="2017-08-21 17:26:41 +0100" endDate="2017-08-21 17:36:41 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 18:02:01 +0100" startDate="2017-08-21 17:36:41 +0100" endDate="2017-08-21 17:37:24 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 20:04:54 +0100" startDate="2017-08-21 19:30:46 +0100" endDate="2017-08-21 19:37:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 21:09:25 +0100" startDate="2017-08-21 20:53:26 +0100" endDate="2017-08-21 21:02:43 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 22:00:03 +0100" startDate="2017-08-21 21:02:43 +0100" endDate="2017-08-21 21:08:24 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 22:00:03 +0100" startDate="2017-08-21 21:11:50 +0100" endDate="2017-08-21 21:18:18 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-21 23:08:49 +0100" startDate="2017-08-21 21:50:44 +0100" endDate="2017-08-21 21:57:55 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 07:59:23 +0100" startDate="2017-08-22 07:39:18 +0100" endDate="2017-08-22 07:49:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 07:59:23 +0100" startDate="2017-08-22 07:49:18 +0100" endDate="2017-08-22 07:49:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 10:00:22 +0100" startDate="2017-08-22 09:36:40 +0100" endDate="2017-08-22 09:42:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 16:02:33 +0100" startDate="2017-08-22 15:28:49 +0100" endDate="2017-08-22 15:38:18 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 16:02:33 +0100" startDate="2017-08-22 15:38:18 +0100" endDate="2017-08-22 15:48:17 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 16:02:33 +0100" startDate="2017-08-22 15:48:17 +0100" endDate="2017-08-22 15:58:17 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 16:59:34 +0100" startDate="2017-08-22 15:58:17 +0100" endDate="2017-08-22 16:08:16 +0100" value="1032"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 16:59:34 +0100" startDate="2017-08-22 16:08:16 +0100" endDate="2017-08-22 16:18:12 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 16:59:34 +0100" startDate="2017-08-22 16:18:12 +0100" endDate="2017-08-22 16:28:11 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 16:59:34 +0100" startDate="2017-08-22 16:28:11 +0100" endDate="2017-08-22 16:38:07 +0100" value="1002"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 16:59:34 +0100" startDate="2017-08-22 16:38:07 +0100" endDate="2017-08-22 16:48:06 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 16:59:34 +0100" startDate="2017-08-22 16:48:06 +0100" endDate="2017-08-22 16:57:55 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-22 22:02:10 +0100" startDate="2017-08-22 21:09:10 +0100" endDate="2017-08-22 21:18:10 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 08:01:17 +0100" startDate="2017-08-23 06:59:34 +0100" endDate="2017-08-23 07:06:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 12:04:33 +0100" startDate="2017-08-23 11:00:02 +0100" endDate="2017-08-23 11:06:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 15:03:54 +0100" startDate="2017-08-23 14:26:27 +0100" endDate="2017-08-23 14:36:26 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 15:03:54 +0100" startDate="2017-08-23 14:36:26 +0100" endDate="2017-08-23 14:46:24 +0100" value="986"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 15:03:54 +0100" startDate="2017-08-23 14:46:24 +0100" endDate="2017-08-23 14:56:22 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 14:56:22 +0100" endDate="2017-08-23 15:03:55 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 15:03:55 +0100" endDate="2017-08-23 15:10:22 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 15:10:34 +0100" endDate="2017-08-23 15:20:33 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 15:20:33 +0100" endDate="2017-08-23 15:30:31 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 15:30:31 +0100" endDate="2017-08-23 15:40:30 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 15:40:30 +0100" endDate="2017-08-23 15:50:29 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 15:50:29 +0100" endDate="2017-08-23 16:00:27 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 16:59:43 +0100" startDate="2017-08-23 16:00:27 +0100" endDate="2017-08-23 16:10:26 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 16:59:43 +0100" startDate="2017-08-23 16:10:26 +0100" endDate="2017-08-23 16:20:25 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 16:59:43 +0100" startDate="2017-08-23 16:20:25 +0100" endDate="2017-08-23 16:28:15 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 16:59:43 +0100" startDate="2017-08-23 16:35:49 +0100" endDate="2017-08-23 16:42:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 16:59:43 +0100" startDate="2017-08-23 16:42:01 +0100" endDate="2017-08-23 16:48:21 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 18:01:21 +0100" startDate="2017-08-23 16:58:36 +0100" endDate="2017-08-23 17:06:43 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 22:00:14 +0100" startDate="2017-08-23 21:12:43 +0100" endDate="2017-08-23 21:21:33 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 22:00:14 +0100" startDate="2017-08-23 21:35:01 +0100" endDate="2017-08-23 21:42:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 22:00:14 +0100" startDate="2017-08-23 21:48:59 +0100" endDate="2017-08-23 21:58:34 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 23:04:13 +0100" startDate="2017-08-23 22:09:23 +0100" endDate="2017-08-23 22:15:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-23 23:04:13 +0100" startDate="2017-08-23 22:16:49 +0100" endDate="2017-08-23 22:22:59 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-24 09:59:32 +0100" startDate="2017-08-24 08:53:23 +0100" endDate="2017-08-24 09:00:14 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-24 09:59:32 +0100" startDate="2017-08-24 09:23:32 +0100" endDate="2017-08-24 09:29:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-24 12:00:12 +0100" startDate="2017-08-24 11:39:47 +0100" endDate="2017-08-24 11:46:12 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-24 12:00:12 +0100" startDate="2017-08-24 11:46:12 +0100" endDate="2017-08-24 11:51:09 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-24 15:10:59 +0100" startDate="2017-08-24 14:08:47 +0100" endDate="2017-08-24 14:17:22 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-24 19:08:21 +0100" startDate="2017-08-24 17:58:38 +0100" endDate="2017-08-24 18:07:31 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-24 19:08:21 +0100" startDate="2017-08-24 18:07:31 +0100" endDate="2017-08-24 18:11:24 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-24 21:00:00 +0100" startDate="2017-08-24 20:09:03 +0100" endDate="2017-08-24 20:15:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-24 22:05:51 +0100" startDate="2017-08-24 21:16:15 +0100" endDate="2017-08-24 21:25:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-24 23:02:12 +0100" startDate="2017-08-24 22:07:40 +0100" endDate="2017-08-24 22:17:40 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-24 23:02:12 +0100" startDate="2017-08-24 22:17:40 +0100" endDate="2017-08-24 22:27:38 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-24 23:02:12 +0100" startDate="2017-08-24 22:27:38 +0100" endDate="2017-08-24 22:27:56 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 07:34:04 +0100" startDate="2017-08-25 05:34:14 +0100" endDate="2017-08-25 05:40:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 07:34:04 +0100" startDate="2017-08-25 06:09:11 +0100" endDate="2017-08-25 06:15:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 07:34:04 +0100" startDate="2017-08-25 07:04:46 +0100" endDate="2017-08-25 07:14:43 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 09:41:49 +0100" startDate="2017-08-25 08:12:24 +0100" endDate="2017-08-25 08:22:20 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 09:41:49 +0100" startDate="2017-08-25 08:22:20 +0100" endDate="2017-08-25 08:28:21 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 09:41:49 +0100" startDate="2017-08-25 08:33:13 +0100" endDate="2017-08-25 08:42:57 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 09:41:49 +0100" startDate="2017-08-25 08:42:57 +0100" endDate="2017-08-25 08:46:36 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 09:41:49 +0100" startDate="2017-08-25 09:23:36 +0100" endDate="2017-08-25 09:33:33 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 10:01:07 +0100" startDate="2017-08-25 09:33:33 +0100" endDate="2017-08-25 09:42:17 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 11:03:20 +0100" startDate="2017-08-25 10:03:03 +0100" endDate="2017-08-25 10:09:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 11:03:20 +0100" startDate="2017-08-25 10:11:37 +0100" endDate="2017-08-25 10:21:36 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 11:03:20 +0100" startDate="2017-08-25 10:21:36 +0100" endDate="2017-08-25 10:23:05 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 12:01:54 +0100" startDate="2017-08-25 10:57:33 +0100" endDate="2017-08-25 11:07:32 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 12:01:54 +0100" startDate="2017-08-25 11:07:32 +0100" endDate="2017-08-25 11:17:31 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 12:01:54 +0100" startDate="2017-08-25 11:17:31 +0100" endDate="2017-08-25 11:27:30 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 12:01:54 +0100" startDate="2017-08-25 11:27:30 +0100" endDate="2017-08-25 11:37:29 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 12:01:54 +0100" startDate="2017-08-25 11:37:29 +0100" endDate="2017-08-25 11:47:29 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 12:01:54 +0100" startDate="2017-08-25 11:47:29 +0100" endDate="2017-08-25 11:57:29 +0100" value="978"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 13:00:28 +0100" startDate="2017-08-25 11:57:29 +0100" endDate="2017-08-25 12:07:19 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 13:00:28 +0100" startDate="2017-08-25 12:07:19 +0100" endDate="2017-08-25 12:13:48 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 13:00:28 +0100" startDate="2017-08-25 12:13:48 +0100" endDate="2017-08-25 12:19:59 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 14:00:10 +0100" startDate="2017-08-25 12:54:29 +0100" endDate="2017-08-25 13:01:48 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 14:00:10 +0100" startDate="2017-08-25 13:11:55 +0100" endDate="2017-08-25 13:21:54 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 14:00:10 +0100" startDate="2017-08-25 13:21:54 +0100" endDate="2017-08-25 13:27:32 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 14:00:10 +0100" startDate="2017-08-25 13:28:21 +0100" endDate="2017-08-25 13:38:20 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 14:00:10 +0100" startDate="2017-08-25 13:38:20 +0100" endDate="2017-08-25 13:39:39 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 14:00:10 +0100" startDate="2017-08-25 13:45:53 +0100" endDate="2017-08-25 13:55:52 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 14:08:12 +0100" startDate="2017-08-25 14:05:57 +0100" endDate="2017-08-25 14:06:58 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 14:08:12 +0100" startDate="2017-08-25 14:06:58 +0100" endDate="2017-08-25 14:07:59 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 15:01:21 +0100" startDate="2017-08-25 14:07:59 +0100" endDate="2017-08-25 14:17:26 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 15:01:21 +0100" startDate="2017-08-25 14:17:26 +0100" endDate="2017-08-25 14:27:23 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 15:01:21 +0100" startDate="2017-08-25 14:27:23 +0100" endDate="2017-08-25 14:31:17 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 15:01:21 +0100" startDate="2017-08-25 14:32:14 +0100" endDate="2017-08-25 14:40:03 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 15:01:21 +0100" startDate="2017-08-25 14:40:03 +0100" endDate="2017-08-25 14:49:38 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 15:01:21 +0100" startDate="2017-08-25 14:49:38 +0100" endDate="2017-08-25 14:52:18 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 15:23:18 +0100" startDate="2017-08-25 15:09:05 +0100" endDate="2017-08-25 15:11:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 15:23:18 +0100" startDate="2017-08-25 15:11:21 +0100" endDate="2017-08-25 15:11:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 15:23:18 +0100" startDate="2017-08-25 15:17:53 +0100" endDate="2017-08-25 15:20:13 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 15:23:18 +0100" startDate="2017-08-25 15:20:13 +0100" endDate="2017-08-25 15:20:44 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 16:57:15 +0100" startDate="2017-08-25 16:21:34 +0100" endDate="2017-08-25 16:22:35 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 16:57:15 +0100" startDate="2017-08-25 16:22:35 +0100" endDate="2017-08-25 16:23:11 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 16:57:15 +0100" startDate="2017-08-25 16:28:53 +0100" endDate="2017-08-25 16:33:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 16:57:15 +0100" startDate="2017-08-25 16:33:15 +0100" endDate="2017-08-25 16:34:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 17:09:21 +0100" startDate="2017-08-25 16:52:10 +0100" endDate="2017-08-25 17:02:09 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 18:00:51 +0100" startDate="2017-08-25 17:02:09 +0100" endDate="2017-08-25 17:12:07 +0100" value="983"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 18:00:51 +0100" startDate="2017-08-25 17:12:07 +0100" endDate="2017-08-25 17:21:52 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 18:59:53 +0100" startDate="2017-08-25 18:26:17 +0100" endDate="2017-08-25 18:36:16 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 18:59:53 +0100" startDate="2017-08-25 18:36:16 +0100" endDate="2017-08-25 18:46:04 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 18:59:53 +0100" startDate="2017-08-25 18:46:04 +0100" endDate="2017-08-25 18:56:02 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 19:59:58 +0100" startDate="2017-08-25 19:20:58 +0100" endDate="2017-08-25 19:27:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 19:59:58 +0100" startDate="2017-08-25 19:27:26 +0100" endDate="2017-08-25 19:37:15 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-25 22:04:06 +0100" startDate="2017-08-25 21:35:48 +0100" endDate="2017-08-25 21:45:47 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 06:21:46 +0100" startDate="2017-08-26 06:13:41 +0100" endDate="2017-08-26 06:14:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 06:22:52 +0100" startDate="2017-08-26 06:21:34 +0100" endDate="2017-08-26 06:22:10 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 07:00:40 +0100" startDate="2017-08-26 06:22:10 +0100" endDate="2017-08-26 06:32:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 07:00:40 +0100" startDate="2017-08-26 06:32:09 +0100" endDate="2017-08-26 06:32:11 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 07:00:40 +0100" startDate="2017-08-26 06:45:31 +0100" endDate="2017-08-26 06:52:04 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 09:59:37 +0100" startDate="2017-08-26 09:45:38 +0100" endDate="2017-08-26 09:53:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 10:59:28 +0100" startDate="2017-08-26 10:01:30 +0100" endDate="2017-08-26 10:11:29 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 12:05:15 +0100" startDate="2017-08-26 10:53:37 +0100" endDate="2017-08-26 11:00:00 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 12:05:15 +0100" startDate="2017-08-26 11:06:50 +0100" endDate="2017-08-26 11:16:49 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 12:05:15 +0100" startDate="2017-08-26 11:16:49 +0100" endDate="2017-08-26 11:21:49 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 12:05:15 +0100" startDate="2017-08-26 11:21:49 +0100" endDate="2017-08-26 11:26:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 12:05:15 +0100" startDate="2017-08-26 11:36:29 +0100" endDate="2017-08-26 11:46:28 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 12:05:15 +0100" startDate="2017-08-26 11:46:28 +0100" endDate="2017-08-26 11:56:27 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 12:59:31 +0100" startDate="2017-08-26 11:56:27 +0100" endDate="2017-08-26 11:57:33 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 12:59:31 +0100" startDate="2017-08-26 12:08:37 +0100" endDate="2017-08-26 12:18:35 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 12:59:31 +0100" startDate="2017-08-26 12:18:35 +0100" endDate="2017-08-26 12:28:35 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 12:59:31 +0100" startDate="2017-08-26 12:28:35 +0100" endDate="2017-08-26 12:38:34 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 12:59:31 +0100" startDate="2017-08-26 12:38:34 +0100" endDate="2017-08-26 12:46:59 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 13:28:34 +0100" startDate="2017-08-26 13:20:57 +0100" endDate="2017-08-26 13:21:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 14:07:14 +0100" startDate="2017-08-26 13:27:57 +0100" endDate="2017-08-26 13:33:45 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 16:01:20 +0100" startDate="2017-08-26 15:02:44 +0100" endDate="2017-08-26 15:12:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 16:01:20 +0100" startDate="2017-08-26 15:12:40 +0100" endDate="2017-08-26 15:14:17 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 17:03:33 +0100" startDate="2017-08-26 15:51:31 +0100" endDate="2017-08-26 16:01:17 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 17:03:33 +0100" startDate="2017-08-26 16:06:29 +0100" endDate="2017-08-26 16:12:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 18:00:09 +0100" startDate="2017-08-26 17:28:25 +0100" endDate="2017-08-26 17:38:24 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 18:00:09 +0100" startDate="2017-08-26 17:38:24 +0100" endDate="2017-08-26 17:45:11 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 18:00:09 +0100" startDate="2017-08-26 17:46:41 +0100" endDate="2017-08-26 17:53:22 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 19:03:02 +0100" startDate="2017-08-26 17:53:22 +0100" endDate="2017-08-26 18:03:21 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 19:03:02 +0100" startDate="2017-08-26 18:03:21 +0100" endDate="2017-08-26 18:11:50 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 19:03:02 +0100" startDate="2017-08-26 18:11:50 +0100" endDate="2017-08-26 18:14:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 19:03:02 +0100" startDate="2017-08-26 18:33:25 +0100" endDate="2017-08-26 18:39:43 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 19:03:02 +0100" startDate="2017-08-26 18:48:43 +0100" endDate="2017-08-26 18:58:42 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 20:08:39 +0100" startDate="2017-08-26 18:58:42 +0100" endDate="2017-08-26 19:07:36 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 20:08:39 +0100" startDate="2017-08-26 19:07:36 +0100" endDate="2017-08-26 19:10:34 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 21:05:14 +0100" startDate="2017-08-26 20:10:43 +0100" endDate="2017-08-26 20:20:42 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 21:05:14 +0100" startDate="2017-08-26 20:20:42 +0100" endDate="2017-08-26 20:30:40 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 21:05:14 +0100" startDate="2017-08-26 20:30:40 +0100" endDate="2017-08-26 20:37:24 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 22:01:15 +0100" startDate="2017-08-26 21:38:08 +0100" endDate="2017-08-26 21:47:53 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 23:04:55 +0100" startDate="2017-08-26 22:27:49 +0100" endDate="2017-08-26 22:33:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-26 23:04:55 +0100" startDate="2017-08-26 22:33:49 +0100" endDate="2017-08-26 22:39:27 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 00:00:55 +0100" startDate="2017-08-26 23:26:41 +0100" endDate="2017-08-26 23:36:38 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 00:00:55 +0100" startDate="2017-08-26 23:43:04 +0100" endDate="2017-08-26 23:53:03 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 01:05:24 +0100" startDate="2017-08-26 23:53:03 +0100" endDate="2017-08-26 23:56:37 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 09:00:08 +0100" startDate="2017-08-27 08:15:03 +0100" endDate="2017-08-27 08:23:02 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 11:02:08 +0100" startDate="2017-08-27 10:39:56 +0100" endDate="2017-08-27 10:46:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 12:03:25 +0100" startDate="2017-08-27 11:33:51 +0100" endDate="2017-08-27 11:42:49 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 13:05:34 +0100" startDate="2017-08-27 12:06:41 +0100" endDate="2017-08-27 12:15:39 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 13:05:34 +0100" startDate="2017-08-27 12:24:11 +0100" endDate="2017-08-27 12:34:10 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 13:05:34 +0100" startDate="2017-08-27 12:34:10 +0100" endDate="2017-08-27 12:34:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 13:05:34 +0100" startDate="2017-08-27 12:44:47 +0100" endDate="2017-08-27 12:54:31 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 14:01:57 +0100" startDate="2017-08-27 13:02:37 +0100" endDate="2017-08-27 13:06:36 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 14:01:57 +0100" startDate="2017-08-27 13:15:21 +0100" endDate="2017-08-27 13:22:36 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 15:02:10 +0100" startDate="2017-08-27 13:54:35 +0100" endDate="2017-08-27 14:04:34 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 15:02:10 +0100" startDate="2017-08-27 14:04:34 +0100" endDate="2017-08-27 14:14:26 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 15:02:10 +0100" startDate="2017-08-27 14:14:26 +0100" endDate="2017-08-27 14:14:39 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 16:02:53 +0100" startDate="2017-08-27 15:04:38 +0100" endDate="2017-08-27 15:12:12 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 16:02:53 +0100" startDate="2017-08-27 15:20:46 +0100" endDate="2017-08-27 15:28:20 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 17:03:58 +0100" startDate="2017-08-27 16:09:05 +0100" endDate="2017-08-27 16:15:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 17:03:58 +0100" startDate="2017-08-27 16:30:47 +0100" endDate="2017-08-27 16:37:15 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 17:03:58 +0100" startDate="2017-08-27 16:39:18 +0100" endDate="2017-08-27 16:47:38 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 17:03:58 +0100" startDate="2017-08-27 16:48:02 +0100" endDate="2017-08-27 16:57:07 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 18:04:01 +0100" startDate="2017-08-27 17:24:44 +0100" endDate="2017-08-27 17:31:10 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 18:59:23 +0100" startDate="2017-08-27 17:59:05 +0100" endDate="2017-08-27 18:08:24 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 18:59:23 +0100" startDate="2017-08-27 18:08:24 +0100" endDate="2017-08-27 18:16:05 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 18:59:23 +0100" startDate="2017-08-27 18:33:44 +0100" endDate="2017-08-27 18:43:43 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 18:59:23 +0100" startDate="2017-08-27 18:43:43 +0100" endDate="2017-08-27 18:51:13 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 19:44:55 +0100" startDate="2017-08-27 18:58:44 +0100" endDate="2017-08-27 18:58:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 19:44:55 +0100" startDate="2017-08-27 19:05:54 +0100" endDate="2017-08-27 19:07:30 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 19:44:55 +0100" startDate="2017-08-27 19:07:30 +0100" endDate="2017-08-27 19:08:29 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 19:59:58 +0100" startDate="2017-08-27 19:43:45 +0100" endDate="2017-08-27 19:50:33 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 21:00:03 +0100" startDate="2017-08-27 20:40:24 +0100" endDate="2017-08-27 20:49:43 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 22:10:18 +0100" startDate="2017-08-27 21:11:19 +0100" endDate="2017-08-27 21:21:19 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-27 22:10:18 +0100" startDate="2017-08-27 21:21:19 +0100" endDate="2017-08-27 21:25:49 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 06:04:15 +0100" startDate="2017-08-28 05:44:36 +0100" endDate="2017-08-28 05:53:14 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 07:00:03 +0100" startDate="2017-08-28 06:04:57 +0100" endDate="2017-08-28 06:12:11 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 07:00:03 +0100" startDate="2017-08-28 06:12:11 +0100" endDate="2017-08-28 06:15:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 07:00:03 +0100" startDate="2017-08-28 06:24:48 +0100" endDate="2017-08-28 06:31:19 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 07:00:03 +0100" startDate="2017-08-28 06:32:32 +0100" endDate="2017-08-28 06:42:30 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 07:00:03 +0100" startDate="2017-08-28 06:42:30 +0100" endDate="2017-08-28 06:50:06 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 07:59:41 +0100" startDate="2017-08-28 06:54:22 +0100" endDate="2017-08-28 07:04:14 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 07:59:41 +0100" startDate="2017-08-28 07:18:50 +0100" endDate="2017-08-28 07:28:11 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 07:59:41 +0100" startDate="2017-08-28 07:34:49 +0100" endDate="2017-08-28 07:41:20 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 09:00:00 +0100" startDate="2017-08-28 07:50:02 +0100" endDate="2017-08-28 08:00:01 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 09:00:00 +0100" startDate="2017-08-28 08:00:01 +0100" endDate="2017-08-28 08:10:00 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 09:00:00 +0100" startDate="2017-08-28 08:10:00 +0100" endDate="2017-08-28 08:18:13 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 09:00:00 +0100" startDate="2017-08-28 08:20:17 +0100" endDate="2017-08-28 08:26:22 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 09:00:00 +0100" startDate="2017-08-28 08:38:42 +0100" endDate="2017-08-28 08:48:41 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 09:00:00 +0100" startDate="2017-08-28 08:48:41 +0100" endDate="2017-08-28 08:58:39 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 10:02:20 +0100" startDate="2017-08-28 08:58:39 +0100" endDate="2017-08-28 09:05:51 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 10:02:20 +0100" startDate="2017-08-28 09:24:26 +0100" endDate="2017-08-28 09:34:15 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 10:02:20 +0100" startDate="2017-08-28 09:39:34 +0100" endDate="2017-08-28 09:47:36 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 11:09:09 +0100" startDate="2017-08-28 10:58:01 +0100" endDate="2017-08-28 11:07:17 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 12:03:23 +0100" startDate="2017-08-28 11:12:40 +0100" endDate="2017-08-28 11:21:25 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 12:03:23 +0100" startDate="2017-08-28 11:33:11 +0100" endDate="2017-08-28 11:43:09 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 12:03:23 +0100" startDate="2017-08-28 11:43:09 +0100" endDate="2017-08-28 11:50:34 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 13:07:59 +0100" startDate="2017-08-28 12:08:36 +0100" endDate="2017-08-28 12:17:09 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 13:07:59 +0100" startDate="2017-08-28 12:17:09 +0100" endDate="2017-08-28 12:25:57 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 13:07:59 +0100" startDate="2017-08-28 12:30:47 +0100" endDate="2017-08-28 12:40:00 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 13:07:59 +0100" startDate="2017-08-28 12:40:00 +0100" endDate="2017-08-28 12:46:47 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 14:00:44 +0100" startDate="2017-08-28 13:19:31 +0100" endDate="2017-08-28 13:28:36 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 14:00:44 +0100" startDate="2017-08-28 13:28:36 +0100" endDate="2017-08-28 13:37:32 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 14:00:44 +0100" startDate="2017-08-28 13:48:55 +0100" endDate="2017-08-28 13:55:23 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 15:03:44 +0100" startDate="2017-08-28 14:05:41 +0100" endDate="2017-08-28 14:13:31 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 15:03:44 +0100" startDate="2017-08-28 14:13:31 +0100" endDate="2017-08-28 14:22:41 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 15:03:44 +0100" startDate="2017-08-28 14:22:41 +0100" endDate="2017-08-28 14:32:20 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 15:03:44 +0100" startDate="2017-08-28 14:32:20 +0100" endDate="2017-08-28 14:39:52 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 16:00:11 +0100" startDate="2017-08-28 15:48:03 +0100" endDate="2017-08-28 15:58:02 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 16:59:40 +0100" startDate="2017-08-28 15:58:02 +0100" endDate="2017-08-28 16:07:37 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 16:59:40 +0100" startDate="2017-08-28 16:07:37 +0100" endDate="2017-08-28 16:15:40 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 16:59:40 +0100" startDate="2017-08-28 16:18:47 +0100" endDate="2017-08-28 16:24:55 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 18:00:05 +0100" startDate="2017-08-28 17:44:04 +0100" endDate="2017-08-28 17:53:57 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 19:00:10 +0100" startDate="2017-08-28 17:53:57 +0100" endDate="2017-08-28 18:03:57 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 19:00:10 +0100" startDate="2017-08-28 18:03:57 +0100" endDate="2017-08-28 18:13:55 +0100" value="711"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 19:00:10 +0100" startDate="2017-08-28 18:13:55 +0100" endDate="2017-08-28 18:23:53 +0100" value="901"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 19:00:10 +0100" startDate="2017-08-28 18:23:53 +0100" endDate="2017-08-28 18:31:18 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 21:00:00 +0100" startDate="2017-08-28 20:47:07 +0100" endDate="2017-08-28 20:57:07 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 21:59:50 +0100" startDate="2017-08-28 20:57:07 +0100" endDate="2017-08-28 21:07:05 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 21:59:50 +0100" startDate="2017-08-28 21:07:05 +0100" endDate="2017-08-28 21:17:04 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 21:59:50 +0100" startDate="2017-08-28 21:17:04 +0100" endDate="2017-08-28 21:27:03 +0100" value="1053"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-28 21:59:50 +0100" startDate="2017-08-28 21:27:03 +0100" endDate="2017-08-28 21:32:21 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 07:02:17 +0100" startDate="2017-08-29 06:51:55 +0100" endDate="2017-08-29 07:01:50 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 08:04:28 +0100" startDate="2017-08-29 07:01:50 +0100" endDate="2017-08-29 07:11:49 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 08:04:28 +0100" startDate="2017-08-29 07:11:49 +0100" endDate="2017-08-29 07:17:05 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 08:04:28 +0100" startDate="2017-08-29 07:43:24 +0100" endDate="2017-08-29 07:53:24 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 08:04:28 +0100" startDate="2017-08-29 07:53:24 +0100" endDate="2017-08-29 08:02:36 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 09:01:33 +0100" startDate="2017-08-29 08:02:36 +0100" endDate="2017-08-29 08:02:39 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 09:01:33 +0100" startDate="2017-08-29 08:19:14 +0100" endDate="2017-08-29 08:28:42 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 09:01:33 +0100" startDate="2017-08-29 08:28:42 +0100" endDate="2017-08-29 08:31:33 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 10:00:35 +0100" startDate="2017-08-29 09:19:11 +0100" endDate="2017-08-29 09:25:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 10:00:35 +0100" startDate="2017-08-29 09:25:13 +0100" endDate="2017-08-29 09:34:51 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 10:00:35 +0100" startDate="2017-08-29 09:34:51 +0100" endDate="2017-08-29 09:44:22 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 10:00:35 +0100" startDate="2017-08-29 09:44:22 +0100" endDate="2017-08-29 09:52:45 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 11:04:10 +0100" startDate="2017-08-29 10:13:15 +0100" endDate="2017-08-29 10:23:14 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 11:04:10 +0100" startDate="2017-08-29 10:23:14 +0100" endDate="2017-08-29 10:32:40 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 11:04:10 +0100" startDate="2017-08-29 10:32:40 +0100" endDate="2017-08-29 10:37:32 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 12:01:00 +0100" startDate="2017-08-29 11:12:57 +0100" endDate="2017-08-29 11:21:44 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 12:01:00 +0100" startDate="2017-08-29 11:21:44 +0100" endDate="2017-08-29 11:25:12 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 12:01:00 +0100" startDate="2017-08-29 11:27:20 +0100" endDate="2017-08-29 11:36:50 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 12:01:00 +0100" startDate="2017-08-29 11:36:50 +0100" endDate="2017-08-29 11:38:47 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 13:01:18 +0100" startDate="2017-08-29 11:55:11 +0100" endDate="2017-08-29 12:03:10 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 14:03:16 +0100" startDate="2017-08-29 13:02:02 +0100" endDate="2017-08-29 13:08:33 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 14:03:16 +0100" startDate="2017-08-29 13:08:33 +0100" endDate="2017-08-29 13:14:21 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 14:03:16 +0100" startDate="2017-08-29 13:14:21 +0100" endDate="2017-08-29 13:20:26 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 14:03:16 +0100" startDate="2017-08-29 13:42:27 +0100" endDate="2017-08-29 13:51:48 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 14:03:16 +0100" startDate="2017-08-29 13:51:48 +0100" endDate="2017-08-29 14:00:11 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 16:01:48 +0100" startDate="2017-08-29 15:22:21 +0100" endDate="2017-08-29 15:32:00 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 16:01:48 +0100" startDate="2017-08-29 15:32:00 +0100" endDate="2017-08-29 15:41:59 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 16:01:48 +0100" startDate="2017-08-29 15:41:59 +0100" endDate="2017-08-29 15:44:50 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 16:01:48 +0100" startDate="2017-08-29 15:48:59 +0100" endDate="2017-08-29 15:55:02 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 16:59:49 +0100" startDate="2017-08-29 16:47:06 +0100" endDate="2017-08-29 16:57:05 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 18:05:08 +0100" startDate="2017-08-29 16:57:05 +0100" endDate="2017-08-29 17:06:47 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 18:05:08 +0100" startDate="2017-08-29 17:22:10 +0100" endDate="2017-08-29 17:31:13 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-29 22:04:06 +0100" startDate="2017-08-29 21:28:36 +0100" endDate="2017-08-29 21:34:53 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 07:00:08 +0100" startDate="2017-08-30 06:35:09 +0100" endDate="2017-08-30 06:41:45 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 07:00:08 +0100" startDate="2017-08-30 06:41:45 +0100" endDate="2017-08-30 06:49:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 08:00:13 +0100" startDate="2017-08-30 06:53:39 +0100" endDate="2017-08-30 07:00:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 08:00:13 +0100" startDate="2017-08-30 07:01:18 +0100" endDate="2017-08-30 07:11:16 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 08:00:13 +0100" startDate="2017-08-30 07:11:16 +0100" endDate="2017-08-30 07:20:36 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 08:00:13 +0100" startDate="2017-08-30 07:20:36 +0100" endDate="2017-08-30 07:21:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 09:05:05 +0100" startDate="2017-08-30 08:27:11 +0100" endDate="2017-08-30 08:33:21 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 10:00:10 +0100" startDate="2017-08-30 09:38:28 +0100" endDate="2017-08-30 09:45:04 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 10:00:10 +0100" startDate="2017-08-30 09:45:04 +0100" endDate="2017-08-30 09:49:03 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 10:59:58 +0100" startDate="2017-08-30 10:13:06 +0100" endDate="2017-08-30 10:22:12 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 10:59:58 +0100" startDate="2017-08-30 10:22:12 +0100" endDate="2017-08-30 10:31:49 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 10:59:58 +0100" startDate="2017-08-30 10:31:49 +0100" endDate="2017-08-30 10:41:48 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 10:59:58 +0100" startDate="2017-08-30 10:41:48 +0100" endDate="2017-08-30 10:50:18 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 12:08:29 +0100" startDate="2017-08-30 10:50:18 +0100" endDate="2017-08-30 11:00:00 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 12:08:29 +0100" startDate="2017-08-30 11:33:52 +0100" endDate="2017-08-30 11:43:51 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 12:08:29 +0100" startDate="2017-08-30 11:43:51 +0100" endDate="2017-08-30 11:53:48 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 12:08:29 +0100" startDate="2017-08-30 11:53:48 +0100" endDate="2017-08-30 12:03:45 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 13:59:27 +0100" startDate="2017-08-30 13:06:56 +0100" endDate="2017-08-30 13:13:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 13:59:27 +0100" startDate="2017-08-30 13:13:39 +0100" endDate="2017-08-30 13:23:33 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 15:06:04 +0100" startDate="2017-08-30 14:15:58 +0100" endDate="2017-08-30 14:24:33 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 15:06:04 +0100" startDate="2017-08-30 14:24:33 +0100" endDate="2017-08-30 14:31:10 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 16:00:20 +0100" startDate="2017-08-30 15:46:03 +0100" endDate="2017-08-30 15:55:59 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:00:10 +0100" startDate="2017-08-30 15:55:59 +0100" endDate="2017-08-30 16:05:57 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:00:10 +0100" startDate="2017-08-30 16:05:57 +0100" endDate="2017-08-30 16:06:04 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:00:10 +0100" startDate="2017-08-30 16:12:54 +0100" endDate="2017-08-30 16:19:04 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:00:10 +0100" startDate="2017-08-30 16:36:18 +0100" endDate="2017-08-30 16:46:17 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:00:10 +0100" startDate="2017-08-30 16:46:17 +0100" endDate="2017-08-30 16:55:03 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 16:56:20 +0100" endDate="2017-08-30 16:57:21 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 16:57:21 +0100" endDate="2017-08-30 16:58:22 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 16:58:22 +0100" endDate="2017-08-30 16:59:22 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 16:59:22 +0100" endDate="2017-08-30 17:00:23 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:00:23 +0100" endDate="2017-08-30 17:01:24 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:01:24 +0100" endDate="2017-08-30 17:02:25 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:02:25 +0100" endDate="2017-08-30 17:03:26 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:03:26 +0100" endDate="2017-08-30 17:04:27 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:04:27 +0100" endDate="2017-08-30 17:05:28 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:05:28 +0100" endDate="2017-08-30 17:06:29 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:06:29 +0100" endDate="2017-08-30 17:07:30 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:07:30 +0100" endDate="2017-08-30 17:08:31 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:08:31 +0100" endDate="2017-08-30 17:09:32 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:09:32 +0100" endDate="2017-08-30 17:10:38 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:10:38 +0100" endDate="2017-08-30 17:11:39 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:15:03 +0100" endDate="2017-08-30 17:16:04 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 18:00:38 +0100" startDate="2017-08-30 17:17:53 +0100" endDate="2017-08-30 17:27:53 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 18:00:38 +0100" startDate="2017-08-30 17:27:53 +0100" endDate="2017-08-30 17:37:52 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 18:00:38 +0100" startDate="2017-08-30 17:37:52 +0100" endDate="2017-08-30 17:47:46 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 19:11:44 +0100" startDate="2017-08-30 17:51:49 +0100" endDate="2017-08-30 18:01:48 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 19:11:44 +0100" startDate="2017-08-30 18:01:48 +0100" endDate="2017-08-30 18:11:20 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 19:11:44 +0100" startDate="2017-08-30 18:11:20 +0100" endDate="2017-08-30 18:15:09 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 19:11:44 +0100" startDate="2017-08-30 18:31:29 +0100" endDate="2017-08-30 18:37:44 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 19:11:44 +0100" startDate="2017-08-30 18:47:16 +0100" endDate="2017-08-30 18:54:40 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 20:00:31 +0100" startDate="2017-08-30 19:19:29 +0100" endDate="2017-08-30 19:28:30 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 20:00:31 +0100" startDate="2017-08-30 19:28:48 +0100" endDate="2017-08-30 19:35:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 20:00:31 +0100" startDate="2017-08-30 19:42:10 +0100" endDate="2017-08-30 19:48:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-30 22:06:48 +0100" startDate="2017-08-30 21:31:12 +0100" endDate="2017-08-30 21:40:26 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 06:06:50 +0100" startDate="2017-08-31 05:09:19 +0100" endDate="2017-08-31 05:16:15 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 06:06:50 +0100" startDate="2017-08-31 05:34:35 +0100" endDate="2017-08-31 05:42:09 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 06:06:50 +0100" startDate="2017-08-31 05:42:58 +0100" endDate="2017-08-31 05:52:54 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 06:06:50 +0100" startDate="2017-08-31 05:52:54 +0100" endDate="2017-08-31 06:02:14 +0100" value="869"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 07:00:01 +0100" startDate="2017-08-31 06:02:14 +0100" endDate="2017-08-31 06:11:03 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 07:00:01 +0100" startDate="2017-08-31 06:16:33 +0100" endDate="2017-08-31 06:26:11 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 07:00:01 +0100" startDate="2017-08-31 06:26:11 +0100" endDate="2017-08-31 06:29:14 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 07:00:01 +0100" startDate="2017-08-31 06:31:07 +0100" endDate="2017-08-31 06:41:06 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 07:00:01 +0100" startDate="2017-08-31 06:41:06 +0100" endDate="2017-08-31 06:50:52 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 06:50:52 +0100" endDate="2017-08-31 06:58:48 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 06:58:48 +0100" endDate="2017-08-31 07:07:43 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 07:07:43 +0100" endDate="2017-08-31 07:17:13 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 07:17:13 +0100" endDate="2017-08-31 07:27:12 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 07:27:12 +0100" endDate="2017-08-31 07:29:45 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 07:31:51 +0100" endDate="2017-08-31 07:41:40 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 07:41:40 +0100" endDate="2017-08-31 07:46:15 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 07:46:22 +0100" endDate="2017-08-31 07:55:59 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:59:49 +0100" startDate="2017-08-31 07:55:59 +0100" endDate="2017-08-31 08:05:11 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:59:49 +0100" startDate="2017-08-31 08:05:11 +0100" endDate="2017-08-31 08:14:42 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:59:49 +0100" startDate="2017-08-31 08:14:42 +0100" endDate="2017-08-31 08:23:59 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:59:49 +0100" startDate="2017-08-31 08:23:59 +0100" endDate="2017-08-31 08:33:42 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:59:49 +0100" startDate="2017-08-31 08:33:42 +0100" endDate="2017-08-31 08:43:17 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 08:59:49 +0100" startDate="2017-08-31 08:43:17 +0100" endDate="2017-08-31 08:53:04 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 09:14:35 +0100" startDate="2017-08-31 08:55:19 +0100" endDate="2017-08-31 08:56:36 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 09:14:35 +0100" startDate="2017-08-31 08:56:36 +0100" endDate="2017-08-31 09:02:06 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 09:14:35 +0100" startDate="2017-08-31 09:02:06 +0100" endDate="2017-08-31 09:03:08 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 09:14:35 +0100" startDate="2017-08-31 09:03:08 +0100" endDate="2017-08-31 09:04:37 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 09:14:35 +0100" startDate="2017-08-31 09:08:48 +0100" endDate="2017-08-31 09:09:50 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 09:14:35 +0100" startDate="2017-08-31 09:12:14 +0100" endDate="2017-08-31 09:13:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 10:04:12 +0100" startDate="2017-08-31 09:13:41 +0100" endDate="2017-08-31 09:23:39 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 10:04:12 +0100" startDate="2017-08-31 09:23:39 +0100" endDate="2017-08-31 09:33:27 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 10:04:12 +0100" startDate="2017-08-31 09:33:27 +0100" endDate="2017-08-31 09:43:25 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 10:04:12 +0100" startDate="2017-08-31 09:43:25 +0100" endDate="2017-08-31 09:52:50 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 11:03:56 +0100" startDate="2017-08-31 10:05:05 +0100" endDate="2017-08-31 10:13:37 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 11:03:56 +0100" startDate="2017-08-31 10:13:37 +0100" endDate="2017-08-31 10:19:08 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 11:03:56 +0100" startDate="2017-08-31 10:19:32 +0100" endDate="2017-08-31 10:26:05 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 11:03:56 +0100" startDate="2017-08-31 10:26:27 +0100" endDate="2017-08-31 10:36:21 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 11:03:56 +0100" startDate="2017-08-31 10:36:21 +0100" endDate="2017-08-31 10:45:30 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 11:03:56 +0100" startDate="2017-08-31 10:45:30 +0100" endDate="2017-08-31 10:52:29 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 11:59:55 +0100" startDate="2017-08-31 11:22:00 +0100" endDate="2017-08-31 11:28:13 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 11:59:55 +0100" startDate="2017-08-31 11:28:37 +0100" endDate="2017-08-31 11:38:36 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 11:59:55 +0100" startDate="2017-08-31 11:38:36 +0100" endDate="2017-08-31 11:48:34 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 11:59:55 +0100" startDate="2017-08-31 11:48:34 +0100" endDate="2017-08-31 11:58:34 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 13:00:55 +0100" startDate="2017-08-31 11:58:34 +0100" endDate="2017-08-31 12:03:52 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 14:03:09 +0100" startDate="2017-08-31 13:19:25 +0100" endDate="2017-08-31 13:28:43 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 14:03:09 +0100" startDate="2017-08-31 13:28:43 +0100" endDate="2017-08-31 13:38:42 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 14:03:09 +0100" startDate="2017-08-31 13:38:42 +0100" endDate="2017-08-31 13:41:30 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 15:09:19 +0100" startDate="2017-08-31 14:53:05 +0100" endDate="2017-08-31 14:59:10 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 16:01:52 +0100" startDate="2017-08-31 15:19:58 +0100" endDate="2017-08-31 15:26:54 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 17:00:59 +0100" startDate="2017-08-31 15:52:08 +0100" endDate="2017-08-31 16:01:52 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 17:00:59 +0100" startDate="2017-08-31 16:17:45 +0100" endDate="2017-08-31 16:27:24 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 17:00:59 +0100" startDate="2017-08-31 16:27:24 +0100" endDate="2017-08-31 16:36:07 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 17:00:59 +0100" startDate="2017-08-31 16:36:07 +0100" endDate="2017-08-31 16:44:34 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 17:00:59 +0100" startDate="2017-08-31 16:44:34 +0100" endDate="2017-08-31 16:50:37 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 17:00:59 +0100" startDate="2017-08-31 16:50:37 +0100" endDate="2017-08-31 17:00:37 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 17:59:39 +0100" startDate="2017-08-31 17:00:37 +0100" endDate="2017-08-31 17:03:09 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 17:59:39 +0100" startDate="2017-08-31 17:18:57 +0100" endDate="2017-08-31 17:27:17 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 17:59:39 +0100" startDate="2017-08-31 17:49:07 +0100" endDate="2017-08-31 17:55:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 19:01:23 +0100" startDate="2017-08-31 17:55:12 +0100" endDate="2017-08-31 18:04:39 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 19:01:23 +0100" startDate="2017-08-31 18:08:47 +0100" endDate="2017-08-31 18:16:14 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 19:01:23 +0100" startDate="2017-08-31 18:41:04 +0100" endDate="2017-08-31 18:48:13 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 20:02:37 +0100" startDate="2017-08-31 19:17:10 +0100" endDate="2017-08-31 19:23:26 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 21:06:10 +0100" startDate="2017-08-31 20:01:42 +0100" endDate="2017-08-31 20:10:00 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 21:06:10 +0100" startDate="2017-08-31 20:10:00 +0100" endDate="2017-08-31 20:17:09 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 22:11:55 +0100" startDate="2017-08-31 21:08:21 +0100" endDate="2017-08-31 21:17:11 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 22:11:55 +0100" startDate="2017-08-31 21:26:53 +0100" endDate="2017-08-31 21:34:35 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 22:11:55 +0100" startDate="2017-08-31 21:34:35 +0100" endDate="2017-08-31 21:40:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 22:11:55 +0100" startDate="2017-08-31 21:46:01 +0100" endDate="2017-08-31 21:52:04 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 23:02:18 +0100" startDate="2017-08-31 22:37:17 +0100" endDate="2017-08-31 22:47:11 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-08-31 23:02:18 +0100" startDate="2017-08-31 22:47:11 +0100" endDate="2017-08-31 22:57:10 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 00:03:40 +0100" startDate="2017-08-31 22:57:10 +0100" endDate="2017-08-31 23:03:35 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 07:00:35 +0100" startDate="2017-09-01 06:16:10 +0100" endDate="2017-09-01 06:25:03 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 07:00:35 +0100" startDate="2017-09-01 06:25:13 +0100" endDate="2017-09-01 06:32:21 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 07:00:35 +0100" startDate="2017-09-01 06:49:13 +0100" endDate="2017-09-01 06:56:24 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 08:00:18 +0100" startDate="2017-09-01 07:00:45 +0100" endDate="2017-09-01 07:10:29 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 08:00:18 +0100" startDate="2017-09-01 07:10:29 +0100" endDate="2017-09-01 07:20:09 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 08:00:18 +0100" startDate="2017-09-01 07:20:09 +0100" endDate="2017-09-01 07:22:40 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 08:00:18 +0100" startDate="2017-09-01 07:39:20 +0100" endDate="2017-09-01 07:45:38 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 09:00:16 +0100" startDate="2017-09-01 07:50:39 +0100" endDate="2017-09-01 08:00:38 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 09:00:16 +0100" startDate="2017-09-01 08:00:38 +0100" endDate="2017-09-01 08:08:37 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 09:00:16 +0100" startDate="2017-09-01 08:44:52 +0100" endDate="2017-09-01 08:50:52 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 10:04:44 +0100" startDate="2017-09-01 08:59:02 +0100" endDate="2017-09-01 09:05:04 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 10:04:44 +0100" startDate="2017-09-01 09:07:02 +0100" endDate="2017-09-01 09:16:28 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 10:04:44 +0100" startDate="2017-09-01 09:23:50 +0100" endDate="2017-09-01 09:31:54 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 10:04:44 +0100" startDate="2017-09-01 09:32:44 +0100" endDate="2017-09-01 09:40:59 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 10:04:44 +0100" startDate="2017-09-01 09:40:59 +0100" endDate="2017-09-01 09:46:37 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 11:01:16 +0100" startDate="2017-09-01 10:11:00 +0100" endDate="2017-09-01 10:17:26 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 11:01:16 +0100" startDate="2017-09-01 10:18:53 +0100" endDate="2017-09-01 10:28:06 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 11:01:16 +0100" startDate="2017-09-01 10:31:00 +0100" endDate="2017-09-01 10:40:06 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 11:01:16 +0100" startDate="2017-09-01 10:40:06 +0100" endDate="2017-09-01 10:47:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3dae0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 11:01:16 +0100" startDate="2017-09-01 10:47:08 +0100" endDate="2017-09-01 10:56:08 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 12:03:31 +0100" startDate="2017-09-01 10:56:08 +0100" endDate="2017-09-01 11:06:06 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 12:03:31 +0100" startDate="2017-09-01 11:06:06 +0100" endDate="2017-09-01 11:09:47 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 12:03:31 +0100" startDate="2017-09-01 11:22:18 +0100" endDate="2017-09-01 11:32:17 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 12:03:31 +0100" startDate="2017-09-01 11:32:17 +0100" endDate="2017-09-01 11:40:07 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 12:03:31 +0100" startDate="2017-09-01 11:40:07 +0100" endDate="2017-09-01 11:48:07 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 13:00:38 +0100" startDate="2017-09-01 12:38:40 +0100" endDate="2017-09-01 12:48:14 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 13:00:38 +0100" startDate="2017-09-01 12:49:40 +0100" endDate="2017-09-01 12:56:08 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 14:03:56 +0100" startDate="2017-09-01 12:56:08 +0100" endDate="2017-09-01 13:06:06 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 14:03:56 +0100" startDate="2017-09-01 13:06:06 +0100" endDate="2017-09-01 13:16:04 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 14:03:56 +0100" startDate="2017-09-01 13:16:04 +0100" endDate="2017-09-01 13:20:36 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 14:03:56 +0100" startDate="2017-09-01 13:20:36 +0100" endDate="2017-09-01 13:28:18 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 14:03:56 +0100" startDate="2017-09-01 13:44:47 +0100" endDate="2017-09-01 13:51:02 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 15:00:26 +0100" startDate="2017-09-01 14:09:08 +0100" endDate="2017-09-01 14:15:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 15:00:26 +0100" startDate="2017-09-01 14:18:24 +0100" endDate="2017-09-01 14:25:25 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 15:00:26 +0100" startDate="2017-09-01 14:25:25 +0100" endDate="2017-09-01 14:35:24 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 15:00:26 +0100" startDate="2017-09-01 14:35:24 +0100" endDate="2017-09-01 14:45:19 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 15:00:26 +0100" startDate="2017-09-01 14:45:19 +0100" endDate="2017-09-01 14:55:19 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 15:59:32 +0100" startDate="2017-09-01 14:55:19 +0100" endDate="2017-09-01 15:05:11 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 15:59:32 +0100" startDate="2017-09-01 15:05:11 +0100" endDate="2017-09-01 15:12:18 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 15:59:32 +0100" startDate="2017-09-01 15:15:24 +0100" endDate="2017-09-01 15:25:23 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 15:59:32 +0100" startDate="2017-09-01 15:25:23 +0100" endDate="2017-09-01 15:35:12 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 15:59:32 +0100" startDate="2017-09-01 15:35:12 +0100" endDate="2017-09-01 15:44:52 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 17:59:55 +0100" startDate="2017-09-01 16:53:00 +0100" endDate="2017-09-01 17:02:31 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 17:59:55 +0100" startDate="2017-09-01 17:16:20 +0100" endDate="2017-09-01 17:23:43 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 17:59:55 +0100" startDate="2017-09-01 17:23:43 +0100" endDate="2017-09-01 17:29:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 19:07:00 +0100" startDate="2017-09-01 17:53:21 +0100" endDate="2017-09-01 18:03:15 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 19:07:00 +0100" startDate="2017-09-01 18:03:15 +0100" endDate="2017-09-01 18:04:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 23:08:52 +0100" startDate="2017-09-01 22:02:59 +0100" endDate="2017-09-01 22:09:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 23:08:52 +0100" startDate="2017-09-01 22:20:53 +0100" endDate="2017-09-01 22:27:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-01 23:08:52 +0100" startDate="2017-09-01 22:30:17 +0100" endDate="2017-09-01 22:39:51 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 08:01:36 +0100" startDate="2017-09-02 07:18:34 +0100" endDate="2017-09-02 07:25:45 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 08:01:36 +0100" startDate="2017-09-02 07:25:45 +0100" endDate="2017-09-02 07:31:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 11:17:26 +0100" startDate="2017-09-02 10:04:24 +0100" endDate="2017-09-02 10:14:20 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 11:17:26 +0100" startDate="2017-09-02 10:14:20 +0100" endDate="2017-09-02 10:15:41 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 11:17:26 +0100" startDate="2017-09-02 10:21:03 +0100" endDate="2017-09-02 10:30:45 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 11:17:26 +0100" startDate="2017-09-02 10:37:38 +0100" endDate="2017-09-02 10:47:35 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 11:17:26 +0100" startDate="2017-09-02 10:47:35 +0100" endDate="2017-09-02 10:56:42 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 11:17:26 +0100" startDate="2017-09-02 10:56:42 +0100" endDate="2017-09-02 10:59:38 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 12:05:35 +0100" startDate="2017-09-02 11:07:37 +0100" endDate="2017-09-02 11:15:29 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 12:05:35 +0100" startDate="2017-09-02 11:18:17 +0100" endDate="2017-09-02 11:27:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 14:03:08 +0100" startDate="2017-09-02 13:11:46 +0100" endDate="2017-09-02 13:21:46 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 14:03:08 +0100" startDate="2017-09-02 13:21:46 +0100" endDate="2017-09-02 13:27:05 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 14:03:08 +0100" startDate="2017-09-02 13:27:33 +0100" endDate="2017-09-02 13:36:36 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 14:03:08 +0100" startDate="2017-09-02 13:36:36 +0100" endDate="2017-09-02 13:46:14 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 14:03:08 +0100" startDate="2017-09-02 13:46:26 +0100" endDate="2017-09-02 13:54:46 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 15:02:14 +0100" startDate="2017-09-02 13:54:46 +0100" endDate="2017-09-02 14:04:38 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 15:02:14 +0100" startDate="2017-09-02 14:04:38 +0100" endDate="2017-09-02 14:13:38 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 15:02:14 +0100" startDate="2017-09-02 14:13:38 +0100" endDate="2017-09-02 14:23:37 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 15:02:14 +0100" startDate="2017-09-02 14:23:37 +0100" endDate="2017-09-02 14:33:37 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 15:02:14 +0100" startDate="2017-09-02 14:33:37 +0100" endDate="2017-09-02 14:43:00 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 15:02:14 +0100" startDate="2017-09-02 14:43:00 +0100" endDate="2017-09-02 14:53:00 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 16:08:13 +0100" startDate="2017-09-02 14:53:00 +0100" endDate="2017-09-02 14:59:13 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 16:08:13 +0100" startDate="2017-09-02 15:32:26 +0100" endDate="2017-09-02 15:40:08 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 20:06:30 +0100" startDate="2017-09-02 19:13:53 +0100" endDate="2017-09-02 19:23:51 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 20:06:30 +0100" startDate="2017-09-02 19:23:51 +0100" endDate="2017-09-02 19:32:00 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 20:06:30 +0100" startDate="2017-09-02 19:32:00 +0100" endDate="2017-09-02 19:41:31 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 20:06:30 +0100" startDate="2017-09-02 19:49:30 +0100" endDate="2017-09-02 19:58:36 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 21:04:26 +0100" startDate="2017-09-02 19:58:36 +0100" endDate="2017-09-02 20:07:00 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 21:04:26 +0100" startDate="2017-09-02 20:09:26 +0100" endDate="2017-09-02 20:16:53 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 22:00:03 +0100" startDate="2017-09-02 21:47:06 +0100" endDate="2017-09-02 21:54:17 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 23:08:48 +0100" startDate="2017-09-02 22:02:45 +0100" endDate="2017-09-02 22:10:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 23:08:48 +0100" startDate="2017-09-02 22:12:12 +0100" endDate="2017-09-02 22:22:11 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 23:08:48 +0100" startDate="2017-09-02 22:22:11 +0100" endDate="2017-09-02 22:31:57 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 23:08:48 +0100" startDate="2017-09-02 22:31:57 +0100" endDate="2017-09-02 22:40:57 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 23:08:48 +0100" startDate="2017-09-02 22:41:06 +0100" endDate="2017-09-02 22:50:19 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-02 23:08:48 +0100" startDate="2017-09-02 22:50:19 +0100" endDate="2017-09-02 22:59:06 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 00:03:54 +0100" startDate="2017-09-02 22:59:06 +0100" endDate="2017-09-02 23:09:06 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 00:03:54 +0100" startDate="2017-09-02 23:09:06 +0100" endDate="2017-09-02 23:14:46 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 03:59:50 +0100" startDate="2017-09-03 03:40:18 +0100" endDate="2017-09-03 03:46:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 03:59:50 +0100" startDate="2017-09-03 03:46:23 +0100" endDate="2017-09-03 03:56:16 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 05:06:00 +0100" startDate="2017-09-03 03:56:16 +0100" endDate="2017-09-03 04:05:45 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 05:06:00 +0100" startDate="2017-09-03 04:05:45 +0100" endDate="2017-09-03 04:07:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 05:06:00 +0100" startDate="2017-09-03 04:28:26 +0100" endDate="2017-09-03 04:38:21 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 05:06:00 +0100" startDate="2017-09-03 04:38:21 +0100" endDate="2017-09-03 04:41:38 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 07:08:18 +0100" startDate="2017-09-03 06:23:31 +0100" endDate="2017-09-03 06:32:36 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 07:08:18 +0100" startDate="2017-09-03 06:32:36 +0100" endDate="2017-09-03 06:40:15 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 08:00:52 +0100" startDate="2017-09-03 07:03:18 +0100" endDate="2017-09-03 07:13:13 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 08:00:52 +0100" startDate="2017-09-03 07:13:13 +0100" endDate="2017-09-03 07:21:47 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 08:00:52 +0100" startDate="2017-09-03 07:21:47 +0100" endDate="2017-09-03 07:29:42 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 09:09:12 +0100" startDate="2017-09-03 07:52:17 +0100" endDate="2017-09-03 08:00:26 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 09:09:12 +0100" startDate="2017-09-03 08:06:07 +0100" endDate="2017-09-03 08:12:35 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 09:09:12 +0100" startDate="2017-09-03 08:30:52 +0100" endDate="2017-09-03 08:40:51 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 09:09:12 +0100" startDate="2017-09-03 08:40:51 +0100" endDate="2017-09-03 08:50:02 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 09:09:12 +0100" startDate="2017-09-03 08:54:04 +0100" endDate="2017-09-03 09:01:48 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 10:07:32 +0100" startDate="2017-09-03 09:22:10 +0100" endDate="2017-09-03 09:30:48 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 10:07:32 +0100" startDate="2017-09-03 09:30:48 +0100" endDate="2017-09-03 09:39:08 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 10:07:32 +0100" startDate="2017-09-03 09:39:08 +0100" endDate="2017-09-03 09:44:49 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 10:07:32 +0100" startDate="2017-09-03 09:44:49 +0100" endDate="2017-09-03 09:52:40 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 11:01:37 +0100" startDate="2017-09-03 10:02:59 +0100" endDate="2017-09-03 10:12:48 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 11:01:37 +0100" startDate="2017-09-03 10:12:48 +0100" endDate="2017-09-03 10:22:16 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 11:01:37 +0100" startDate="2017-09-03 10:22:16 +0100" endDate="2017-09-03 10:30:24 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 11:01:37 +0100" startDate="2017-09-03 10:37:25 +0100" endDate="2017-09-03 10:45:13 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 12:02:40 +0100" startDate="2017-09-03 11:42:54 +0100" endDate="2017-09-03 11:49:27 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 12:02:40 +0100" startDate="2017-09-03 11:49:40 +0100" endDate="2017-09-03 11:55:58 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 13:02:29 +0100" startDate="2017-09-03 11:55:58 +0100" endDate="2017-09-03 12:03:37 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 13:02:29 +0100" startDate="2017-09-03 12:06:57 +0100" endDate="2017-09-03 12:16:27 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 13:02:29 +0100" startDate="2017-09-03 12:16:27 +0100" endDate="2017-09-03 12:22:41 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 13:02:29 +0100" startDate="2017-09-03 12:46:43 +0100" endDate="2017-09-03 12:56:01 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 12:56:01 +0100" endDate="2017-09-03 13:06:00 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 13:06:00 +0100" endDate="2017-09-03 13:13:05 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 13:13:12 +0100" endDate="2017-09-03 13:22:00 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 13:39:47 +0100" endDate="2017-09-03 13:49:36 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 13:49:36 +0100" endDate="2017-09-03 13:58:09 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 14:16:34 +0100" endDate="2017-09-03 14:25:04 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 14:25:04 +0100" endDate="2017-09-03 14:33:51 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 14:33:51 +0100" endDate="2017-09-03 14:43:24 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 15:48:33 +0100" startDate="2017-09-03 14:43:24 +0100" endDate="2017-09-03 14:45:37 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 15:48:33 +0100" startDate="2017-09-03 14:56:22 +0100" endDate="2017-09-03 15:06:17 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 17:49:53 +0100" startDate="2017-09-03 17:02:13 +0100" endDate="2017-09-03 17:10:26 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-03 21:38:26 +0100" startDate="2017-09-03 21:26:34 +0100" endDate="2017-09-03 21:33:25 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 07:07:34 +0100" startDate="2017-09-04 05:55:22 +0100" endDate="2017-09-04 06:05:20 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 07:07:34 +0100" startDate="2017-09-04 06:05:20 +0100" endDate="2017-09-04 06:11:09 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 07:07:34 +0100" startDate="2017-09-04 06:25:35 +0100" endDate="2017-09-04 06:33:34 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 07:07:34 +0100" startDate="2017-09-04 06:33:34 +0100" endDate="2017-09-04 06:43:05 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 07:07:34 +0100" startDate="2017-09-04 06:43:05 +0100" endDate="2017-09-04 06:53:03 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 07:07:34 +0100" startDate="2017-09-04 06:53:03 +0100" endDate="2017-09-04 07:00:24 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 09:01:35 +0100" startDate="2017-09-04 08:44:27 +0100" endDate="2017-09-04 08:51:16 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 10:03:53 +0100" startDate="2017-09-04 09:09:10 +0100" endDate="2017-09-04 09:16:29 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 10:03:53 +0100" startDate="2017-09-04 09:16:29 +0100" endDate="2017-09-04 09:24:34 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 11:05:32 +0100" startDate="2017-09-04 10:15:24 +0100" endDate="2017-09-04 10:25:24 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 11:05:32 +0100" startDate="2017-09-04 10:25:24 +0100" endDate="2017-09-04 10:35:21 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 11:05:32 +0100" startDate="2017-09-04 10:35:21 +0100" endDate="2017-09-04 10:44:36 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 12:00:50 +0100" startDate="2017-09-04 11:04:17 +0100" endDate="2017-09-04 11:14:16 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 12:00:50 +0100" startDate="2017-09-04 11:14:16 +0100" endDate="2017-09-04 11:22:55 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 12:00:50 +0100" startDate="2017-09-04 11:22:55 +0100" endDate="2017-09-04 11:30:23 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 12:00:50 +0100" startDate="2017-09-04 11:30:23 +0100" endDate="2017-09-04 11:36:36 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 13:03:27 +0100" startDate="2017-09-04 11:50:59 +0100" endDate="2017-09-04 11:57:22 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 13:03:27 +0100" startDate="2017-09-04 12:51:10 +0100" endDate="2017-09-04 12:57:59 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 14:02:08 +0100" startDate="2017-09-04 12:57:59 +0100" endDate="2017-09-04 13:04:26 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 14:02:08 +0100" startDate="2017-09-04 13:19:00 +0100" endDate="2017-09-04 13:27:48 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 14:02:08 +0100" startDate="2017-09-04 13:27:48 +0100" endDate="2017-09-04 13:29:02 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 15:07:51 +0100" startDate="2017-09-04 14:11:41 +0100" endDate="2017-09-04 14:18:37 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 15:07:51 +0100" startDate="2017-09-04 14:18:37 +0100" endDate="2017-09-04 14:27:57 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 15:07:51 +0100" startDate="2017-09-04 14:41:20 +0100" endDate="2017-09-04 14:50:36 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 16:00:58 +0100" startDate="2017-09-04 15:26:52 +0100" endDate="2017-09-04 15:34:01 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 16:00:58 +0100" startDate="2017-09-04 15:39:18 +0100" endDate="2017-09-04 15:49:18 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 16:00:58 +0100" startDate="2017-09-04 15:49:18 +0100" endDate="2017-09-04 15:59:16 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 17:05:30 +0100" startDate="2017-09-04 15:59:16 +0100" endDate="2017-09-04 16:00:18 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 20:01:17 +0100" startDate="2017-09-04 19:15:07 +0100" endDate="2017-09-04 19:25:06 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 20:01:17 +0100" startDate="2017-09-04 19:25:06 +0100" endDate="2017-09-04 19:35:04 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 20:01:17 +0100" startDate="2017-09-04 19:35:04 +0100" endDate="2017-09-04 19:45:02 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 20:01:17 +0100" startDate="2017-09-04 19:45:02 +0100" endDate="2017-09-04 19:52:53 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-04 21:00:03 +0100" startDate="2017-09-04 20:32:00 +0100" endDate="2017-09-04 20:38:20 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 06:00:48 +0100" startDate="2017-09-05 05:29:14 +0100" endDate="2017-09-05 05:36:49 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 06:00:48 +0100" startDate="2017-09-05 05:40:45 +0100" endDate="2017-09-05 05:46:58 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 07:04:58 +0100" startDate="2017-09-05 06:06:21 +0100" endDate="2017-09-05 06:14:43 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 07:04:58 +0100" startDate="2017-09-05 06:19:17 +0100" endDate="2017-09-05 06:29:16 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 07:04:58 +0100" startDate="2017-09-05 06:29:16 +0100" endDate="2017-09-05 06:35:42 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 08:00:39 +0100" startDate="2017-09-05 07:07:34 +0100" endDate="2017-09-05 07:13:47 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 08:00:39 +0100" startDate="2017-09-05 07:43:31 +0100" endDate="2017-09-05 07:53:31 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 09:05:41 +0100" startDate="2017-09-05 07:53:31 +0100" endDate="2017-09-05 07:58:04 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 09:05:41 +0100" startDate="2017-09-05 08:02:00 +0100" endDate="2017-09-05 08:10:46 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 09:05:41 +0100" startDate="2017-09-05 08:10:46 +0100" endDate="2017-09-05 08:14:58 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 10:05:16 +0100" startDate="2017-09-05 08:59:48 +0100" endDate="2017-09-05 09:06:54 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 10:05:16 +0100" startDate="2017-09-05 09:07:34 +0100" endDate="2017-09-05 09:14:02 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 10:05:16 +0100" startDate="2017-09-05 09:14:02 +0100" endDate="2017-09-05 09:21:37 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 11:04:09 +0100" startDate="2017-09-05 10:25:07 +0100" endDate="2017-09-05 10:34:56 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 11:04:09 +0100" startDate="2017-09-05 10:34:56 +0100" endDate="2017-09-05 10:44:55 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 11:04:09 +0100" startDate="2017-09-05 10:44:55 +0100" endDate="2017-09-05 10:54:49 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 11:59:24 +0100" startDate="2017-09-05 11:14:03 +0100" endDate="2017-09-05 11:24:01 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 11:59:24 +0100" startDate="2017-09-05 11:24:01 +0100" endDate="2017-09-05 11:34:00 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 11:59:24 +0100" startDate="2017-09-05 11:34:00 +0100" endDate="2017-09-05 11:44:00 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 11:59:24 +0100" startDate="2017-09-05 11:44:00 +0100" endDate="2017-09-05 11:44:28 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 13:03:23 +0100" startDate="2017-09-05 12:30:15 +0100" endDate="2017-09-05 12:39:53 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 13:03:23 +0100" startDate="2017-09-05 12:39:53 +0100" endDate="2017-09-05 12:42:46 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 13:03:23 +0100" startDate="2017-09-05 12:46:44 +0100" endDate="2017-09-05 12:54:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 14:05:05 +0100" startDate="2017-09-05 13:08:16 +0100" endDate="2017-09-05 13:15:12 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 14:05:05 +0100" startDate="2017-09-05 13:15:12 +0100" endDate="2017-09-05 13:21:20 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 15:59:33 +0100" startDate="2017-09-05 15:23:49 +0100" endDate="2017-09-05 15:33:35 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 15:59:33 +0100" startDate="2017-09-05 15:33:35 +0100" endDate="2017-09-05 15:43:12 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 15:59:33 +0100" startDate="2017-09-05 15:43:12 +0100" endDate="2017-09-05 15:53:10 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 17:04:46 +0100" startDate="2017-09-05 15:53:10 +0100" endDate="2017-09-05 15:59:18 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 17:04:46 +0100" startDate="2017-09-05 16:04:12 +0100" endDate="2017-09-05 16:13:26 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 18:01:26 +0100" startDate="2017-09-05 17:31:17 +0100" endDate="2017-09-05 17:40:28 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 19:02:39 +0100" startDate="2017-09-05 18:00:55 +0100" endDate="2017-09-05 18:10:27 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 19:02:39 +0100" startDate="2017-09-05 18:10:27 +0100" endDate="2017-09-05 18:13:40 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 20:03:20 +0100" startDate="2017-09-05 19:52:59 +0100" endDate="2017-09-05 20:02:50 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 21:03:17 +0100" startDate="2017-09-05 20:02:50 +0100" endDate="2017-09-05 20:03:21 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 21:03:17 +0100" startDate="2017-09-05 20:09:32 +0100" endDate="2017-09-05 20:18:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 21:03:17 +0100" startDate="2017-09-05 20:33:58 +0100" endDate="2017-09-05 20:43:56 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-05 21:03:17 +0100" startDate="2017-09-05 20:43:56 +0100" endDate="2017-09-05 20:44:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 06:59:38 +0100" startDate="2017-09-06 06:13:05 +0100" endDate="2017-09-06 06:20:18 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 06:59:38 +0100" startDate="2017-09-06 06:39:40 +0100" endDate="2017-09-06 06:46:13 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 06:59:38 +0100" startDate="2017-09-06 06:47:38 +0100" endDate="2017-09-06 06:57:21 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 08:04:18 +0100" startDate="2017-09-06 06:57:21 +0100" endDate="2017-09-06 07:07:12 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 08:04:18 +0100" startDate="2017-09-06 07:09:53 +0100" endDate="2017-09-06 07:19:04 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 08:04:18 +0100" startDate="2017-09-06 07:42:50 +0100" endDate="2017-09-06 07:52:49 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 08:04:18 +0100" startDate="2017-09-06 07:52:49 +0100" endDate="2017-09-06 07:54:54 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 09:59:50 +0100" startDate="2017-09-06 08:55:41 +0100" endDate="2017-09-06 09:05:15 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 09:59:50 +0100" startDate="2017-09-06 09:05:15 +0100" endDate="2017-09-06 09:14:46 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 09:59:50 +0100" startDate="2017-09-06 09:28:46 +0100" endDate="2017-09-06 09:37:30 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 09:59:50 +0100" startDate="2017-09-06 09:37:30 +0100" endDate="2017-09-06 09:43:57 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 10:59:42 +0100" startDate="2017-09-06 10:11:33 +0100" endDate="2017-09-06 10:17:46 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 12:00:30 +0100" startDate="2017-09-06 10:59:33 +0100" endDate="2017-09-06 11:05:44 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 12:00:30 +0100" startDate="2017-09-06 11:05:44 +0100" endDate="2017-09-06 11:13:42 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 12:00:30 +0100" startDate="2017-09-06 11:13:42 +0100" endDate="2017-09-06 11:16:55 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 12:00:30 +0100" startDate="2017-09-06 11:31:02 +0100" endDate="2017-09-06 11:39:04 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 12:59:58 +0100" startDate="2017-09-06 11:54:52 +0100" endDate="2017-09-06 12:04:51 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 12:59:58 +0100" startDate="2017-09-06 12:04:51 +0100" endDate="2017-09-06 12:13:17 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 12:59:58 +0100" startDate="2017-09-06 12:13:17 +0100" endDate="2017-09-06 12:21:54 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 12:59:58 +0100" startDate="2017-09-06 12:29:08 +0100" endDate="2017-09-06 12:36:19 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 12:59:58 +0100" startDate="2017-09-06 12:36:19 +0100" endDate="2017-09-06 12:44:51 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 12:59:58 +0100" startDate="2017-09-06 12:49:50 +0100" endDate="2017-09-06 12:59:49 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 13:59:59 +0100" startDate="2017-09-06 12:59:49 +0100" endDate="2017-09-06 13:09:35 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 13:59:59 +0100" startDate="2017-09-06 13:09:35 +0100" endDate="2017-09-06 13:15:42 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 16:00:20 +0100" startDate="2017-09-06 15:49:39 +0100" endDate="2017-09-06 15:56:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 17:01:08 +0100" startDate="2017-09-06 15:56:37 +0100" endDate="2017-09-06 16:04:41 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 17:01:08 +0100" startDate="2017-09-06 16:09:10 +0100" endDate="2017-09-06 16:17:56 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 17:01:08 +0100" startDate="2017-09-06 16:17:56 +0100" endDate="2017-09-06 16:26:10 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 17:01:08 +0100" startDate="2017-09-06 16:35:37 +0100" endDate="2017-09-06 16:45:36 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 17:01:08 +0100" startDate="2017-09-06 16:45:36 +0100" endDate="2017-09-06 16:47:17 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 17:59:27 +0100" startDate="2017-09-06 17:01:20 +0100" endDate="2017-09-06 17:09:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 17:59:27 +0100" startDate="2017-09-06 17:14:30 +0100" endDate="2017-09-06 17:21:31 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 17:59:27 +0100" startDate="2017-09-06 17:31:28 +0100" endDate="2017-09-06 17:41:27 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 17:59:27 +0100" startDate="2017-09-06 17:41:27 +0100" endDate="2017-09-06 17:46:18 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 19:00:30 +0100" startDate="2017-09-06 17:50:21 +0100" endDate="2017-09-06 18:00:18 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 19:00:30 +0100" startDate="2017-09-06 18:00:18 +0100" endDate="2017-09-06 18:09:04 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 19:00:30 +0100" startDate="2017-09-06 18:09:04 +0100" endDate="2017-09-06 18:14:37 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 19:00:30 +0100" startDate="2017-09-06 18:15:02 +0100" endDate="2017-09-06 18:22:01 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 20:03:09 +0100" startDate="2017-09-06 19:10:38 +0100" endDate="2017-09-06 19:20:37 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 20:03:09 +0100" startDate="2017-09-06 19:20:37 +0100" endDate="2017-09-06 19:26:41 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 20:03:09 +0100" startDate="2017-09-06 19:41:40 +0100" endDate="2017-09-06 19:50:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 21:04:16 +0100" startDate="2017-09-06 20:02:28 +0100" endDate="2017-09-06 20:08:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 21:04:16 +0100" startDate="2017-09-06 20:08:46 +0100" endDate="2017-09-06 20:14:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 21:04:16 +0100" startDate="2017-09-06 20:41:25 +0100" endDate="2017-09-06 20:50:03 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 21:04:16 +0100" startDate="2017-09-06 20:50:37 +0100" endDate="2017-09-06 20:59:03 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 22:00:53 +0100" startDate="2017-09-06 21:03:51 +0100" endDate="2017-09-06 21:10:50 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 22:00:53 +0100" startDate="2017-09-06 21:18:39 +0100" endDate="2017-09-06 21:28:39 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-06 22:00:53 +0100" startDate="2017-09-06 21:28:39 +0100" endDate="2017-09-06 21:31:14 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 06:00:43 +0100" startDate="2017-09-07 04:58:27 +0100" endDate="2017-09-07 05:05:13 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 06:00:43 +0100" startDate="2017-09-07 05:05:13 +0100" endDate="2017-09-07 05:11:07 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 06:00:43 +0100" startDate="2017-09-07 05:11:34 +0100" endDate="2017-09-07 05:17:39 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 06:00:43 +0100" startDate="2017-09-07 05:32:22 +0100" endDate="2017-09-07 05:42:00 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 06:00:43 +0100" startDate="2017-09-07 05:42:00 +0100" endDate="2017-09-07 05:51:02 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 07:00:13 +0100" startDate="2017-09-07 06:30:20 +0100" endDate="2017-09-07 06:38:47 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 07:00:13 +0100" startDate="2017-09-07 06:38:47 +0100" endDate="2017-09-07 06:42:13 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 08:00:14 +0100" startDate="2017-09-07 06:51:53 +0100" endDate="2017-09-07 06:58:11 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 09:11:22 +0100" startDate="2017-09-07 08:37:24 +0100" endDate="2017-09-07 08:43:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 09:11:22 +0100" startDate="2017-09-07 08:48:39 +0100" endDate="2017-09-07 08:57:35 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 11:05:55 +0100" startDate="2017-09-07 10:01:03 +0100" endDate="2017-09-07 10:09:38 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 11:05:55 +0100" startDate="2017-09-07 10:09:38 +0100" endDate="2017-09-07 10:19:21 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 11:05:55 +0100" startDate="2017-09-07 10:23:21 +0100" endDate="2017-09-07 10:33:21 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 11:05:55 +0100" startDate="2017-09-07 10:33:21 +0100" endDate="2017-09-07 10:38:57 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 11:05:55 +0100" startDate="2017-09-07 10:45:28 +0100" endDate="2017-09-07 10:52:34 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 12:00:36 +0100" startDate="2017-09-07 11:07:10 +0100" endDate="2017-09-07 11:17:09 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 12:00:36 +0100" startDate="2017-09-07 11:17:09 +0100" endDate="2017-09-07 11:24:06 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 12:00:36 +0100" startDate="2017-09-07 11:29:45 +0100" endDate="2017-09-07 11:39:26 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 15:04:22 +0100" startDate="2017-09-07 14:42:17 +0100" endDate="2017-09-07 14:51:26 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 16:00:54 +0100" startDate="2017-09-07 15:01:49 +0100" endDate="2017-09-07 15:11:33 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 16:00:54 +0100" startDate="2017-09-07 15:16:01 +0100" endDate="2017-09-07 15:26:00 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 16:00:54 +0100" startDate="2017-09-07 15:26:00 +0100" endDate="2017-09-07 15:30:48 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 16:00:54 +0100" startDate="2017-09-07 15:32:36 +0100" endDate="2017-09-07 15:42:02 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 16:00:54 +0100" startDate="2017-09-07 15:43:34 +0100" endDate="2017-09-07 15:53:33 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 17:00:50 +0100" startDate="2017-09-07 15:53:33 +0100" endDate="2017-09-07 16:03:29 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 17:00:50 +0100" startDate="2017-09-07 16:03:29 +0100" endDate="2017-09-07 16:10:04 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 17:59:37 +0100" startDate="2017-09-07 16:59:52 +0100" endDate="2017-09-07 17:06:41 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 17:59:37 +0100" startDate="2017-09-07 17:29:52 +0100" endDate="2017-09-07 17:38:51 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 19:47:24 +0100" startDate="2017-09-07 17:55:20 +0100" endDate="2017-09-07 18:04:44 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 19:47:24 +0100" startDate="2017-09-07 18:04:44 +0100" endDate="2017-09-07 18:11:52 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 19:47:24 +0100" startDate="2017-09-07 19:12:06 +0100" endDate="2017-09-07 19:18:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 20:33:16 +0100" startDate="2017-09-07 19:46:14 +0100" endDate="2017-09-07 19:53:44 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-07 20:33:16 +0100" startDate="2017-09-07 20:13:27 +0100" endDate="2017-09-07 20:22:41 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 07:04:49 +0100" startDate="2017-09-08 06:09:43 +0100" endDate="2017-09-08 06:16:24 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 07:04:49 +0100" startDate="2017-09-08 06:39:29 +0100" endDate="2017-09-08 06:47:39 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 07:04:49 +0100" startDate="2017-09-08 06:47:39 +0100" endDate="2017-09-08 06:57:38 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 08:05:24 +0100" startDate="2017-09-08 06:57:38 +0100" endDate="2017-09-08 07:07:21 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 08:05:24 +0100" startDate="2017-09-08 07:10:06 +0100" endDate="2017-09-08 07:16:21 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 08:05:24 +0100" startDate="2017-09-08 07:16:21 +0100" endDate="2017-09-08 07:23:51 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 08:59:40 +0100" startDate="2017-09-08 07:59:29 +0100" endDate="2017-09-08 08:07:59 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 11:03:49 +0100" startDate="2017-09-08 10:52:23 +0100" endDate="2017-09-08 11:02:23 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 12:07:05 +0100" startDate="2017-09-08 11:02:23 +0100" endDate="2017-09-08 11:05:29 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 12:07:05 +0100" startDate="2017-09-08 11:48:11 +0100" endDate="2017-09-08 11:58:11 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 13:09:43 +0100" startDate="2017-09-08 11:58:11 +0100" endDate="2017-09-08 12:08:10 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 13:09:43 +0100" startDate="2017-09-08 12:08:10 +0100" endDate="2017-09-08 12:10:33 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 15:00:40 +0100" startDate="2017-09-08 13:54:10 +0100" endDate="2017-09-08 14:03:37 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 15:00:40 +0100" startDate="2017-09-08 14:03:37 +0100" endDate="2017-09-08 14:12:50 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 15:00:40 +0100" startDate="2017-09-08 14:12:50 +0100" endDate="2017-09-08 14:22:24 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 22:02:22 +0100" startDate="2017-09-08 20:55:53 +0100" endDate="2017-09-08 21:05:53 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 22:02:22 +0100" startDate="2017-09-08 21:05:53 +0100" endDate="2017-09-08 21:15:09 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 23:07:44 +0100" startDate="2017-09-08 22:04:26 +0100" endDate="2017-09-08 22:14:26 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 23:07:44 +0100" startDate="2017-09-08 22:14:26 +0100" endDate="2017-09-08 22:24:24 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 23:07:44 +0100" startDate="2017-09-08 22:24:24 +0100" endDate="2017-09-08 22:28:25 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 23:07:44 +0100" startDate="2017-09-08 22:31:02 +0100" endDate="2017-09-08 22:40:53 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-08 23:07:44 +0100" startDate="2017-09-08 22:40:53 +0100" endDate="2017-09-08 22:45:17 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 02:05:06 +0100" startDate="2017-09-09 01:23:11 +0100" endDate="2017-09-09 01:29:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 02:05:06 +0100" startDate="2017-09-09 01:30:16 +0100" endDate="2017-09-09 01:37:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 08:00:49 +0100" startDate="2017-09-09 06:57:25 +0100" endDate="2017-09-09 07:03:46 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 08:00:49 +0100" startDate="2017-09-09 07:34:45 +0100" endDate="2017-09-09 07:42:02 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 09:01:33 +0100" startDate="2017-09-09 08:19:31 +0100" endDate="2017-09-09 08:29:29 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 09:01:33 +0100" startDate="2017-09-09 08:29:29 +0100" endDate="2017-09-09 08:38:25 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 09:01:33 +0100" startDate="2017-09-09 08:38:25 +0100" endDate="2017-09-09 08:46:57 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 10:08:27 +0100" startDate="2017-09-09 09:01:30 +0100" endDate="2017-09-09 09:10:36 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 10:08:27 +0100" startDate="2017-09-09 09:21:55 +0100" endDate="2017-09-09 09:28:28 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 11:59:43 +0100" startDate="2017-09-09 11:21:23 +0100" endDate="2017-09-09 11:31:21 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 11:59:43 +0100" startDate="2017-09-09 11:31:21 +0100" endDate="2017-09-09 11:32:32 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 13:01:13 +0100" startDate="2017-09-09 12:50:33 +0100" endDate="2017-09-09 12:59:47 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 12:59:47 +0100" endDate="2017-09-09 13:04:29 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 13:11:06 +0100" endDate="2017-09-09 13:19:06 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 13:19:06 +0100" endDate="2017-09-09 13:25:19 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 13:25:19 +0100" endDate="2017-09-09 13:34:05 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 13:34:05 +0100" endDate="2017-09-09 13:39:39 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 13:39:39 +0100" endDate="2017-09-09 13:48:20 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 13:48:20 +0100" endDate="2017-09-09 13:54:27 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 14:59:58 +0100" startDate="2017-09-09 14:02:25 +0100" endDate="2017-09-09 14:11:39 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 14:59:58 +0100" startDate="2017-09-09 14:11:39 +0100" endDate="2017-09-09 14:12:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 14:59:58 +0100" startDate="2017-09-09 14:29:31 +0100" endDate="2017-09-09 14:39:26 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 14:59:58 +0100" startDate="2017-09-09 14:39:26 +0100" endDate="2017-09-09 14:47:55 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 16:03:27 +0100" startDate="2017-09-09 14:57:31 +0100" endDate="2017-09-09 15:04:30 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:00:35 +0100" endDate="2017-09-09 19:03:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:03:58 +0100" endDate="2017-09-09 19:05:07 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:09:53 +0100" endDate="2017-09-09 19:11:12 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:11:12 +0100" endDate="2017-09-09 19:12:13 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:12:13 +0100" endDate="2017-09-09 19:13:14 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:13:14 +0100" endDate="2017-09-09 19:15:34 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:15:34 +0100" endDate="2017-09-09 19:16:35 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:16:35 +0100" endDate="2017-09-09 19:17:39 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:17:39 +0100" endDate="2017-09-09 19:18:51 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:18:51 +0100" endDate="2017-09-09 19:19:52 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:19:52 +0100" endDate="2017-09-09 19:20:53 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:20:53 +0100" endDate="2017-09-09 19:21:54 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:21:54 +0100" endDate="2017-09-09 19:22:56 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:22:56 +0100" endDate="2017-09-09 19:23:57 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:23:57 +0100" endDate="2017-09-09 19:24:55 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:59:56 +0100" startDate="2017-09-09 19:24:55 +0100" endDate="2017-09-09 19:34:55 +0100" value="1037"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:59:56 +0100" startDate="2017-09-09 19:34:55 +0100" endDate="2017-09-09 19:44:28 +0100" value="938"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 19:59:56 +0100" startDate="2017-09-09 19:44:28 +0100" endDate="2017-09-09 19:54:27 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 21:05:22 +0100" startDate="2017-09-09 19:54:27 +0100" endDate="2017-09-09 19:59:56 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 21:05:22 +0100" startDate="2017-09-09 20:01:25 +0100" endDate="2017-09-09 20:07:51 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-09 22:10:52 +0100" startDate="2017-09-09 21:17:28 +0100" endDate="2017-09-09 21:27:25 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 07:00:02 +0100" startDate="2017-09-10 05:56:28 +0100" endDate="2017-09-10 06:03:04 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 07:00:02 +0100" startDate="2017-09-10 06:04:17 +0100" endDate="2017-09-10 06:11:07 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 09:00:10 +0100" startDate="2017-09-10 08:47:15 +0100" endDate="2017-09-10 08:55:48 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 10:00:29 +0100" startDate="2017-09-10 08:55:48 +0100" endDate="2017-09-10 09:04:29 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 10:00:29 +0100" startDate="2017-09-10 09:16:03 +0100" endDate="2017-09-10 09:25:09 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 10:59:32 +0100" startDate="2017-09-10 10:00:09 +0100" endDate="2017-09-10 10:07:18 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 10:59:32 +0100" startDate="2017-09-10 10:26:54 +0100" endDate="2017-09-10 10:33:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 13:04:29 +0100" startDate="2017-09-10 12:35:40 +0100" endDate="2017-09-10 12:42:06 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 13:04:29 +0100" startDate="2017-09-10 12:42:06 +0100" endDate="2017-09-10 12:52:05 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 13:04:29 +0100" startDate="2017-09-10 12:52:05 +0100" endDate="2017-09-10 12:53:41 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 14:01:46 +0100" startDate="2017-09-10 12:58:38 +0100" endDate="2017-09-10 13:07:49 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 14:01:46 +0100" startDate="2017-09-10 13:07:49 +0100" endDate="2017-09-10 13:15:55 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 14:01:46 +0100" startDate="2017-09-10 13:23:42 +0100" endDate="2017-09-10 13:33:06 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 14:01:46 +0100" startDate="2017-09-10 13:33:06 +0100" endDate="2017-09-10 13:42:28 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 14:01:46 +0100" startDate="2017-09-10 13:42:28 +0100" endDate="2017-09-10 13:43:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 16:08:37 +0100" startDate="2017-09-10 15:08:33 +0100" endDate="2017-09-10 15:17:08 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 17:05:03 +0100" startDate="2017-09-10 16:33:15 +0100" endDate="2017-09-10 16:39:51 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 18:00:42 +0100" startDate="2017-09-10 17:25:59 +0100" endDate="2017-09-10 17:35:12 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 18:00:42 +0100" startDate="2017-09-10 17:40:36 +0100" endDate="2017-09-10 17:50:36 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 18:00:42 +0100" startDate="2017-09-10 17:50:36 +0100" endDate="2017-09-10 17:52:36 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 18:59:39 +0100" startDate="2017-09-10 18:02:34 +0100" endDate="2017-09-10 18:11:11 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 18:59:39 +0100" startDate="2017-09-10 18:11:11 +0100" endDate="2017-09-10 18:20:30 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 18:59:39 +0100" startDate="2017-09-10 18:20:30 +0100" endDate="2017-09-10 18:25:53 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 18:59:39 +0100" startDate="2017-09-10 18:27:26 +0100" endDate="2017-09-10 18:35:54 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-10 22:06:56 +0100" startDate="2017-09-10 21:13:55 +0100" endDate="2017-09-10 21:21:50 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 06:00:01 +0100" startDate="2017-09-11 05:09:39 +0100" endDate="2017-09-11 05:17:32 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 06:00:01 +0100" startDate="2017-09-11 05:17:32 +0100" endDate="2017-09-11 05:21:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 06:00:01 +0100" startDate="2017-09-11 05:30:45 +0100" endDate="2017-09-11 05:37:30 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 06:00:01 +0100" startDate="2017-09-11 05:41:59 +0100" endDate="2017-09-11 05:51:58 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 07:00:05 +0100" startDate="2017-09-11 05:51:58 +0100" endDate="2017-09-11 06:01:56 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 07:00:05 +0100" startDate="2017-09-11 06:01:56 +0100" endDate="2017-09-11 06:11:54 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 07:00:05 +0100" startDate="2017-09-11 06:11:54 +0100" endDate="2017-09-11 06:19:48 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 07:00:05 +0100" startDate="2017-09-11 06:38:11 +0100" endDate="2017-09-11 06:45:30 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 07:00:05 +0100" startDate="2017-09-11 06:45:30 +0100" endDate="2017-09-11 06:52:43 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 08:00:55 +0100" startDate="2017-09-11 06:52:43 +0100" endDate="2017-09-11 07:02:41 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 08:00:55 +0100" startDate="2017-09-11 07:02:41 +0100" endDate="2017-09-11 07:05:39 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 09:01:07 +0100" startDate="2017-09-11 08:32:40 +0100" endDate="2017-09-11 08:42:39 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 09:01:07 +0100" startDate="2017-09-11 08:42:39 +0100" endDate="2017-09-11 08:50:02 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 10:01:30 +0100" startDate="2017-09-11 08:54:58 +0100" endDate="2017-09-11 09:02:09 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 10:01:30 +0100" startDate="2017-09-11 09:39:28 +0100" endDate="2017-09-11 09:47:43 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 10:01:30 +0100" startDate="2017-09-11 09:47:43 +0100" endDate="2017-09-11 09:50:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 11:02:52 +0100" startDate="2017-09-11 09:58:45 +0100" endDate="2017-09-11 10:01:33 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 11:02:52 +0100" startDate="2017-09-11 10:50:29 +0100" endDate="2017-09-11 11:00:21 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 12:04:41 +0100" startDate="2017-09-11 11:00:21 +0100" endDate="2017-09-11 11:09:14 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 12:04:41 +0100" startDate="2017-09-11 11:26:02 +0100" endDate="2017-09-11 11:36:02 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 12:04:41 +0100" startDate="2017-09-11 11:36:02 +0100" endDate="2017-09-11 11:46:01 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 12:04:41 +0100" startDate="2017-09-11 11:46:01 +0100" endDate="2017-09-11 11:51:51 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 14:02:05 +0100" startDate="2017-09-11 13:36:55 +0100" endDate="2017-09-11 13:46:45 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 14:02:05 +0100" startDate="2017-09-11 13:46:45 +0100" endDate="2017-09-11 13:55:38 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 14:59:36 +0100" startDate="2017-09-11 13:55:38 +0100" endDate="2017-09-11 14:00:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 16:04:25 +0100" startDate="2017-09-11 15:01:13 +0100" endDate="2017-09-11 15:11:13 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 16:04:25 +0100" startDate="2017-09-11 15:11:13 +0100" endDate="2017-09-11 15:19:43 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 16:04:25 +0100" startDate="2017-09-11 15:19:43 +0100" endDate="2017-09-11 15:23:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 16:04:25 +0100" startDate="2017-09-11 15:24:42 +0100" endDate="2017-09-11 15:31:28 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 16:04:25 +0100" startDate="2017-09-11 15:48:53 +0100" endDate="2017-09-11 15:57:38 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 18:03:40 +0100" startDate="2017-09-11 17:03:28 +0100" endDate="2017-09-11 17:13:10 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 18:03:40 +0100" startDate="2017-09-11 17:13:10 +0100" endDate="2017-09-11 17:23:08 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 18:03:40 +0100" startDate="2017-09-11 17:23:08 +0100" endDate="2017-09-11 17:33:07 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 18:03:40 +0100" startDate="2017-09-11 17:33:07 +0100" endDate="2017-09-11 17:39:31 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 18:03:40 +0100" startDate="2017-09-11 17:39:31 +0100" endDate="2017-09-11 17:45:23 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 19:03:40 +0100" startDate="2017-09-11 18:06:29 +0100" endDate="2017-09-11 18:14:16 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-11 20:59:58 +0100" startDate="2017-09-11 20:10:55 +0100" endDate="2017-09-11 20:17:46 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 06:00:57 +0100" startDate="2017-09-12 05:15:53 +0100" endDate="2017-09-12 05:23:09 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 06:00:57 +0100" startDate="2017-09-12 05:23:09 +0100" endDate="2017-09-12 05:28:20 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 06:00:57 +0100" startDate="2017-09-12 05:42:40 +0100" endDate="2017-09-12 05:50:14 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 06:59:33 +0100" startDate="2017-09-12 05:50:14 +0100" endDate="2017-09-12 05:59:22 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 06:59:33 +0100" startDate="2017-09-12 05:59:22 +0100" endDate="2017-09-12 06:09:20 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 06:59:33 +0100" startDate="2017-09-12 06:09:20 +0100" endDate="2017-09-12 06:14:41 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 06:59:33 +0100" startDate="2017-09-12 06:15:44 +0100" endDate="2017-09-12 06:21:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 06:59:33 +0100" startDate="2017-09-12 06:45:13 +0100" endDate="2017-09-12 06:53:07 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 08:00:06 +0100" startDate="2017-09-12 06:53:07 +0100" endDate="2017-09-12 07:00:02 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 09:00:20 +0100" startDate="2017-09-12 08:15:30 +0100" endDate="2017-09-12 08:21:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 09:00:20 +0100" startDate="2017-09-12 08:32:44 +0100" endDate="2017-09-12 08:42:33 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 09:00:20 +0100" startDate="2017-09-12 08:42:33 +0100" endDate="2017-09-12 08:50:40 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 09:59:48 +0100" startDate="2017-09-12 09:01:11 +0100" endDate="2017-09-12 09:11:10 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 09:59:48 +0100" startDate="2017-09-12 09:11:10 +0100" endDate="2017-09-12 09:15:40 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 09:59:48 +0100" startDate="2017-09-12 09:44:18 +0100" endDate="2017-09-12 09:54:18 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 10:59:31 +0100" startDate="2017-09-12 09:51:23 +0100" endDate="2017-09-12 09:52:48 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 10:59:31 +0100" startDate="2017-09-12 10:06:55 +0100" endDate="2017-09-12 10:12:51 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 10:59:31 +0100" startDate="2017-09-12 10:16:27 +0100" endDate="2017-09-12 10:26:25 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 10:59:31 +0100" startDate="2017-09-12 10:26:25 +0100" endDate="2017-09-12 10:36:24 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 10:59:31 +0100" startDate="2017-09-12 10:36:24 +0100" endDate="2017-09-12 10:46:23 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 10:59:31 +0100" startDate="2017-09-12 10:46:23 +0100" endDate="2017-09-12 10:49:50 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 12:01:18 +0100" startDate="2017-09-12 11:00:18 +0100" endDate="2017-09-12 11:08:38 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 13:03:11 +0100" startDate="2017-09-12 12:02:22 +0100" endDate="2017-09-12 12:12:22 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 13:03:11 +0100" startDate="2017-09-12 12:12:22 +0100" endDate="2017-09-12 12:21:04 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 13:03:11 +0100" startDate="2017-09-12 12:21:04 +0100" endDate="2017-09-12 12:30:18 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 13:03:11 +0100" startDate="2017-09-12 12:30:18 +0100" endDate="2017-09-12 12:40:04 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 13:03:11 +0100" startDate="2017-09-12 12:40:04 +0100" endDate="2017-09-12 12:50:00 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 13:03:11 +0100" startDate="2017-09-12 12:50:00 +0100" endDate="2017-09-12 12:56:57 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 14:20:06 +0100" startDate="2017-09-12 13:02:17 +0100" endDate="2017-09-12 13:10:27 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 14:20:06 +0100" startDate="2017-09-12 13:10:27 +0100" endDate="2017-09-12 13:17:27 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 14:20:06 +0100" startDate="2017-09-12 13:36:34 +0100" endDate="2017-09-12 13:44:26 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 15:59:07 +0100" startDate="2017-09-12 14:54:58 +0100" endDate="2017-09-12 15:02:51 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 15:59:07 +0100" startDate="2017-09-12 15:25:50 +0100" endDate="2017-09-12 15:35:49 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 15:59:07 +0100" startDate="2017-09-12 15:35:49 +0100" endDate="2017-09-12 15:45:49 +0100" value="1111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 15:59:07 +0100" startDate="2017-09-12 15:45:49 +0100" endDate="2017-09-12 15:52:49 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 16:53:34 +0100" startDate="2017-09-12 15:52:49 +0100" endDate="2017-09-12 16:01:26 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 16:53:34 +0100" startDate="2017-09-12 16:02:08 +0100" endDate="2017-09-12 16:08:44 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 16:53:34 +0100" startDate="2017-09-12 16:19:47 +0100" endDate="2017-09-12 16:29:44 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 16:53:34 +0100" startDate="2017-09-12 16:29:44 +0100" endDate="2017-09-12 16:30:20 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 18:37:32 +0100" startDate="2017-09-12 17:01:48 +0100" endDate="2017-09-12 17:11:20 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 18:37:32 +0100" startDate="2017-09-12 17:11:20 +0100" endDate="2017-09-12 17:19:11 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 18:37:32 +0100" startDate="2017-09-12 17:19:11 +0100" endDate="2017-09-12 17:26:10 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 19:38:15 +0100" startDate="2017-09-12 18:51:16 +0100" endDate="2017-09-12 19:01:14 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 19:38:15 +0100" startDate="2017-09-12 19:01:14 +0100" endDate="2017-09-12 19:10:57 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 19:38:15 +0100" startDate="2017-09-12 19:21:58 +0100" endDate="2017-09-12 19:31:23 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 20:45:08 +0100" startDate="2017-09-12 19:31:23 +0100" endDate="2017-09-12 19:35:26 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-12 21:24:15 +0100" startDate="2017-09-12 21:12:15 +0100" endDate="2017-09-12 21:18:58 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 06:05:38 +0100" startDate="2017-09-13 05:10:18 +0100" endDate="2017-09-13 05:17:06 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 06:05:38 +0100" startDate="2017-09-13 05:17:06 +0100" endDate="2017-09-13 05:21:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 06:05:38 +0100" startDate="2017-09-13 05:28:49 +0100" endDate="2017-09-13 05:35:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 06:05:38 +0100" startDate="2017-09-13 05:37:13 +0100" endDate="2017-09-13 05:44:01 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 06:05:38 +0100" startDate="2017-09-13 05:44:01 +0100" endDate="2017-09-13 05:54:00 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 06:05:38 +0100" startDate="2017-09-13 05:54:00 +0100" endDate="2017-09-13 06:03:30 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 06:52:28 +0100" startDate="2017-09-13 06:03:30 +0100" endDate="2017-09-13 06:05:40 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 06:52:28 +0100" startDate="2017-09-13 06:09:31 +0100" endDate="2017-09-13 06:15:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 07:53:11 +0100" startDate="2017-09-13 07:08:29 +0100" endDate="2017-09-13 07:15:46 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 07:53:11 +0100" startDate="2017-09-13 07:18:22 +0100" endDate="2017-09-13 07:25:18 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 07:53:11 +0100" startDate="2017-09-13 07:28:22 +0100" endDate="2017-09-13 07:34:55 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 07:53:11 +0100" startDate="2017-09-13 07:34:55 +0100" endDate="2017-09-13 07:44:33 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 08:58:28 +0100" startDate="2017-09-13 07:44:33 +0100" endDate="2017-09-13 07:53:20 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 08:58:28 +0100" startDate="2017-09-13 07:53:20 +0100" endDate="2017-09-13 07:58:28 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 08:58:28 +0100" startDate="2017-09-13 08:05:37 +0100" endDate="2017-09-13 08:11:57 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 08:58:28 +0100" startDate="2017-09-13 08:25:15 +0100" endDate="2017-09-13 08:33:55 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 08:58:28 +0100" startDate="2017-09-13 08:33:55 +0100" endDate="2017-09-13 08:42:31 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 09:55:19 +0100" startDate="2017-09-13 08:54:52 +0100" endDate="2017-09-13 09:04:41 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 09:55:19 +0100" startDate="2017-09-13 09:21:11 +0100" endDate="2017-09-13 09:27:16 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 09:55:19 +0100" startDate="2017-09-13 09:34:23 +0100" endDate="2017-09-13 09:40:54 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 09:55:19 +0100" startDate="2017-09-13 09:41:41 +0100" endDate="2017-09-13 09:50:01 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 11:04:56 +0100" startDate="2017-09-13 09:50:01 +0100" endDate="2017-09-13 09:55:19 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 11:04:56 +0100" startDate="2017-09-13 10:26:39 +0100" endDate="2017-09-13 10:36:10 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 11:04:56 +0100" startDate="2017-09-13 10:36:10 +0100" endDate="2017-09-13 10:46:10 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 11:04:56 +0100" startDate="2017-09-13 10:46:10 +0100" endDate="2017-09-13 10:54:09 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 12:01:26 +0100" startDate="2017-09-13 10:54:09 +0100" endDate="2017-09-13 10:54:12 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 12:01:26 +0100" startDate="2017-09-13 10:58:56 +0100" endDate="2017-09-13 11:08:55 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 12:01:26 +0100" startDate="2017-09-13 11:08:55 +0100" endDate="2017-09-13 11:15:58 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 12:57:23 +0100" startDate="2017-09-13 11:57:06 +0100" endDate="2017-09-13 12:03:16 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 12:57:23 +0100" startDate="2017-09-13 12:07:52 +0100" endDate="2017-09-13 12:15:03 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 12:57:23 +0100" startDate="2017-09-13 12:15:03 +0100" endDate="2017-09-13 12:20:11 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 12:57:23 +0100" startDate="2017-09-13 12:28:27 +0100" endDate="2017-09-13 12:37:36 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 12:57:23 +0100" startDate="2017-09-13 12:37:36 +0100" endDate="2017-09-13 12:45:54 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 12:57:23 +0100" startDate="2017-09-13 12:46:06 +0100" endDate="2017-09-13 12:55:01 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 13:54:30 +0100" startDate="2017-09-13 12:55:01 +0100" endDate="2017-09-13 13:04:34 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 13:54:30 +0100" startDate="2017-09-13 13:04:34 +0100" endDate="2017-09-13 13:09:47 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 13:54:30 +0100" startDate="2017-09-13 13:29:05 +0100" endDate="2017-09-13 13:37:28 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 13:54:30 +0100" startDate="2017-09-13 13:37:28 +0100" endDate="2017-09-13 13:45:57 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 15:02:25 +0100" startDate="2017-09-13 14:18:47 +0100" endDate="2017-09-13 14:24:55 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 15:02:25 +0100" startDate="2017-09-13 14:40:56 +0100" endDate="2017-09-13 14:49:34 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 15:02:25 +0100" startDate="2017-09-13 14:49:34 +0100" endDate="2017-09-13 14:58:29 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 15:59:58 +0100" startDate="2017-09-13 14:58:29 +0100" endDate="2017-09-13 15:07:47 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 15:59:58 +0100" startDate="2017-09-13 15:07:47 +0100" endDate="2017-09-13 15:09:14 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 15:59:58 +0100" startDate="2017-09-13 15:24:39 +0100" endDate="2017-09-13 15:32:06 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 17:08:48 +0100" startDate="2017-09-13 16:52:52 +0100" endDate="2017-09-13 16:59:10 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 17:52:24 +0100" startDate="2017-09-13 17:26:49 +0100" endDate="2017-09-13 17:32:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 18:55:36 +0100" startDate="2017-09-13 17:57:05 +0100" endDate="2017-09-13 18:05:56 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 18:55:36 +0100" startDate="2017-09-13 18:05:56 +0100" endDate="2017-09-13 18:13:57 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 18:55:36 +0100" startDate="2017-09-13 18:14:42 +0100" endDate="2017-09-13 18:24:41 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 18:55:36 +0100" startDate="2017-09-13 18:24:41 +0100" endDate="2017-09-13 18:30:18 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 21:54:42 +0100" startDate="2017-09-13 21:09:02 +0100" endDate="2017-09-13 21:17:32 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-13 21:54:42 +0100" startDate="2017-09-13 21:17:32 +0100" endDate="2017-09-13 21:22:40 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 03:56:06 +0100" startDate="2017-09-14 03:08:39 +0100" endDate="2017-09-14 03:15:02 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 05:53:43 +0100" startDate="2017-09-14 05:18:54 +0100" endDate="2017-09-14 05:26:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 07:00:01 +0100" startDate="2017-09-14 05:52:00 +0100" endDate="2017-09-14 05:58:50 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 07:00:01 +0100" startDate="2017-09-14 05:58:50 +0100" endDate="2017-09-14 06:08:17 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 07:00:01 +0100" startDate="2017-09-14 06:08:17 +0100" endDate="2017-09-14 06:18:15 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 07:00:01 +0100" startDate="2017-09-14 06:18:15 +0100" endDate="2017-09-14 06:19:04 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 07:00:01 +0100" startDate="2017-09-14 06:31:24 +0100" endDate="2017-09-14 06:41:13 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 07:00:01 +0100" startDate="2017-09-14 06:41:13 +0100" endDate="2017-09-14 06:43:33 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 07:57:12 +0100" startDate="2017-09-14 07:01:56 +0100" endDate="2017-09-14 07:11:56 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 07:57:12 +0100" startDate="2017-09-14 07:11:56 +0100" endDate="2017-09-14 07:21:46 +0100" value="912"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 07:57:12 +0100" startDate="2017-09-14 07:23:21 +0100" endDate="2017-09-14 07:30:14 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 07:57:12 +0100" startDate="2017-09-14 07:44:21 +0100" endDate="2017-09-14 07:54:21 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 09:01:51 +0100" startDate="2017-09-14 07:54:21 +0100" endDate="2017-09-14 08:03:59 +0100" value="1064"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 09:01:51 +0100" startDate="2017-09-14 08:03:59 +0100" endDate="2017-09-14 08:11:41 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 09:01:51 +0100" startDate="2017-09-14 08:22:16 +0100" endDate="2017-09-14 08:28:56 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 09:01:51 +0100" startDate="2017-09-14 08:28:56 +0100" endDate="2017-09-14 08:38:55 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 09:01:51 +0100" startDate="2017-09-14 08:38:55 +0100" endDate="2017-09-14 08:39:43 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 09:52:40 +0100" startDate="2017-09-14 09:27:25 +0100" endDate="2017-09-14 09:36:54 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 09:52:40 +0100" startDate="2017-09-14 09:36:54 +0100" endDate="2017-09-14 09:46:53 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 11:01:12 +0100" startDate="2017-09-14 09:46:53 +0100" endDate="2017-09-14 09:52:55 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 11:01:12 +0100" startDate="2017-09-14 10:30:13 +0100" endDate="2017-09-14 10:39:47 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 11:01:12 +0100" startDate="2017-09-14 10:39:47 +0100" endDate="2017-09-14 10:40:46 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 11:01:12 +0100" startDate="2017-09-14 10:46:50 +0100" endDate="2017-09-14 10:55:05 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 11:53:24 +0100" startDate="2017-09-14 10:55:05 +0100" endDate="2017-09-14 11:04:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 11:53:24 +0100" startDate="2017-09-14 11:04:28 +0100" endDate="2017-09-14 11:06:20 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 11:53:24 +0100" startDate="2017-09-14 11:13:20 +0100" endDate="2017-09-14 11:23:19 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 11:53:24 +0100" startDate="2017-09-14 11:23:19 +0100" endDate="2017-09-14 11:31:22 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 11:53:24 +0100" startDate="2017-09-14 11:38:16 +0100" endDate="2017-09-14 11:48:16 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 13:05:17 +0100" startDate="2017-09-14 11:48:16 +0100" endDate="2017-09-14 11:54:25 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 13:05:17 +0100" startDate="2017-09-14 12:07:22 +0100" endDate="2017-09-14 12:13:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 13:05:17 +0100" startDate="2017-09-14 12:26:41 +0100" endDate="2017-09-14 12:36:40 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 13:05:17 +0100" startDate="2017-09-14 12:36:40 +0100" endDate="2017-09-14 12:45:22 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 13:05:17 +0100" startDate="2017-09-14 12:45:22 +0100" endDate="2017-09-14 12:55:12 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 13:05:17 +0100" startDate="2017-09-14 12:55:12 +0100" endDate="2017-09-14 12:56:39 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 13:54:50 +0100" startDate="2017-09-14 13:29:34 +0100" endDate="2017-09-14 13:35:52 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 13:54:50 +0100" startDate="2017-09-14 13:36:03 +0100" endDate="2017-09-14 13:45:35 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 14:53:23 +0100" startDate="2017-09-14 13:45:35 +0100" endDate="2017-09-14 13:54:32 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 14:53:23 +0100" startDate="2017-09-14 13:55:30 +0100" endDate="2017-09-14 14:03:50 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 14:53:23 +0100" startDate="2017-09-14 14:03:50 +0100" endDate="2017-09-14 14:11:00 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 14:53:23 +0100" startDate="2017-09-14 14:11:00 +0100" endDate="2017-09-14 14:19:14 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 14:53:23 +0100" startDate="2017-09-14 14:19:14 +0100" endDate="2017-09-14 14:27:18 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 15:54:55 +0100" startDate="2017-09-14 14:51:15 +0100" endDate="2017-09-14 15:00:16 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 15:54:55 +0100" startDate="2017-09-14 15:00:16 +0100" endDate="2017-09-14 15:07:59 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 16:52:53 +0100" startDate="2017-09-14 15:59:50 +0100" endDate="2017-09-14 16:09:32 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 16:52:53 +0100" startDate="2017-09-14 16:20:40 +0100" endDate="2017-09-14 16:29:31 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 16:52:53 +0100" startDate="2017-09-14 16:29:31 +0100" endDate="2017-09-14 16:38:43 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 17:58:47 +0100" startDate="2017-09-14 16:52:24 +0100" endDate="2017-09-14 17:00:52 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 17:58:47 +0100" startDate="2017-09-14 17:00:52 +0100" endDate="2017-09-14 17:10:50 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 17:58:47 +0100" startDate="2017-09-14 17:10:50 +0100" endDate="2017-09-14 17:20:49 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 17:58:47 +0100" startDate="2017-09-14 17:20:49 +0100" endDate="2017-09-14 17:23:50 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 18:56:28 +0100" startDate="2017-09-14 18:16:26 +0100" endDate="2017-09-14 18:26:16 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 18:56:28 +0100" startDate="2017-09-14 18:43:41 +0100" endDate="2017-09-14 18:53:02 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 19:58:12 +0100" startDate="2017-09-14 18:53:02 +0100" endDate="2017-09-14 18:57:40 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-14 21:52:32 +0100" startDate="2017-09-14 21:13:23 +0100" endDate="2017-09-14 21:20:45 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 07:54:46 +0100" startDate="2017-09-15 07:29:43 +0100" endDate="2017-09-15 07:39:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 07:54:46 +0100" startDate="2017-09-15 07:39:12 +0100" endDate="2017-09-15 07:47:02 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 08:54:46 +0100" startDate="2017-09-15 08:00:35 +0100" endDate="2017-09-15 08:06:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 08:54:46 +0100" startDate="2017-09-15 08:44:03 +0100" endDate="2017-09-15 08:54:02 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 09:54:25 +0100" startDate="2017-09-15 08:54:02 +0100" endDate="2017-09-15 09:03:59 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 09:54:25 +0100" startDate="2017-09-15 09:03:59 +0100" endDate="2017-09-15 09:12:16 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 09:54:25 +0100" startDate="2017-09-15 09:29:24 +0100" endDate="2017-09-15 09:36:41 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 09:54:25 +0100" startDate="2017-09-15 09:36:41 +0100" endDate="2017-09-15 09:44:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 11:38:45 +0100" startDate="2017-09-15 09:44:58 +0100" endDate="2017-09-15 09:54:57 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 11:38:45 +0100" startDate="2017-09-15 09:54:57 +0100" endDate="2017-09-15 10:03:55 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 11:38:45 +0100" startDate="2017-09-15 10:03:55 +0100" endDate="2017-09-15 10:13:55 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 11:38:45 +0100" startDate="2017-09-15 10:13:55 +0100" endDate="2017-09-15 10:23:00 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 11:38:45 +0100" startDate="2017-09-15 10:23:00 +0100" endDate="2017-09-15 10:26:19 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 12:40:05 +0100" startDate="2017-09-15 11:37:26 +0100" endDate="2017-09-15 11:47:13 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 12:40:05 +0100" startDate="2017-09-15 11:47:13 +0100" endDate="2017-09-15 11:55:21 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 12:40:05 +0100" startDate="2017-09-15 11:58:28 +0100" endDate="2017-09-15 12:04:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 12:40:05 +0100" startDate="2017-09-15 12:17:48 +0100" endDate="2017-09-15 12:27:47 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 12:40:05 +0100" startDate="2017-09-15 12:27:47 +0100" endDate="2017-09-15 12:31:33 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 14:39:11 +0100" startDate="2017-09-15 13:52:22 +0100" endDate="2017-09-15 14:01:35 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 14:39:11 +0100" startDate="2017-09-15 14:05:41 +0100" endDate="2017-09-15 14:13:43 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 16:40:29 +0100" startDate="2017-09-15 15:49:10 +0100" endDate="2017-09-15 15:59:10 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 16:40:29 +0100" startDate="2017-09-15 15:59:10 +0100" endDate="2017-09-15 16:07:01 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 17:40:38 +0100" startDate="2017-09-15 17:20:38 +0100" endDate="2017-09-15 17:25:43 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 18:42:21 +0100" startDate="2017-09-15 17:36:56 +0100" endDate="2017-09-15 17:42:58 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 18:42:21 +0100" startDate="2017-09-15 17:54:11 +0100" endDate="2017-09-15 18:01:19 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 18:42:21 +0100" startDate="2017-09-15 18:01:19 +0100" endDate="2017-09-15 18:11:17 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 18:42:21 +0100" startDate="2017-09-15 18:11:17 +0100" endDate="2017-09-15 18:17:21 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 20:42:11 +0100" startDate="2017-09-15 20:00:13 +0100" endDate="2017-09-15 20:06:15 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 20:42:11 +0100" startDate="2017-09-15 20:22:49 +0100" endDate="2017-09-15 20:30:08 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 20:42:11 +0100" startDate="2017-09-15 20:30:08 +0100" endDate="2017-09-15 20:40:07 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 21:41:06 +0100" startDate="2017-09-15 20:40:07 +0100" endDate="2017-09-15 20:44:00 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 21:41:06 +0100" startDate="2017-09-15 21:11:51 +0100" endDate="2017-09-15 21:18:37 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 21:41:06 +0100" startDate="2017-09-15 21:18:37 +0100" endDate="2017-09-15 21:23:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 22:38:05 +0100" startDate="2017-09-15 21:33:05 +0100" endDate="2017-09-15 21:41:09 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 22:38:05 +0100" startDate="2017-09-15 21:53:16 +0100" endDate="2017-09-15 21:59:16 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 22:38:05 +0100" startDate="2017-09-15 22:02:18 +0100" endDate="2017-09-15 22:08:26 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-15 23:39:11 +0100" startDate="2017-09-15 23:11:05 +0100" endDate="2017-09-15 23:19:40 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 01:39:36 +0100" startDate="2017-09-16 00:41:03 +0100" endDate="2017-09-16 00:50:48 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 07:37:40 +0100" startDate="2017-09-16 06:41:31 +0100" endDate="2017-09-16 06:51:00 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 07:37:40 +0100" startDate="2017-09-16 06:51:00 +0100" endDate="2017-09-16 07:00:40 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 07:37:40 +0100" startDate="2017-09-16 07:00:40 +0100" endDate="2017-09-16 07:10:16 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 07:37:40 +0100" startDate="2017-09-16 07:10:16 +0100" endDate="2017-09-16 07:19:15 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 07:37:40 +0100" startDate="2017-09-16 07:27:21 +0100" endDate="2017-09-16 07:33:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 08:39:41 +0100" startDate="2017-09-16 07:33:21 +0100" endDate="2017-09-16 07:38:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 08:39:41 +0100" startDate="2017-09-16 08:00:01 +0100" endDate="2017-09-16 08:06:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 08:39:41 +0100" startDate="2017-09-16 08:10:27 +0100" endDate="2017-09-16 08:19:17 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 08:39:41 +0100" startDate="2017-09-16 08:19:17 +0100" endDate="2017-09-16 08:28:50 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 08:39:41 +0100" startDate="2017-09-16 08:28:50 +0100" endDate="2017-09-16 08:32:17 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 09:37:39 +0100" startDate="2017-09-16 08:32:17 +0100" endDate="2017-09-16 08:32:19 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 09:37:39 +0100" startDate="2017-09-16 08:44:58 +0100" endDate="2017-09-16 08:51:03 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 09:37:39 +0100" startDate="2017-09-16 09:10:38 +0100" endDate="2017-09-16 09:16:43 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 11:38:17 +0100" startDate="2017-09-16 10:44:34 +0100" endDate="2017-09-16 10:54:33 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 11:38:17 +0100" startDate="2017-09-16 10:54:33 +0100" endDate="2017-09-16 11:02:45 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 11:38:17 +0100" startDate="2017-09-16 11:14:58 +0100" endDate="2017-09-16 11:21:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 12:41:01 +0100" startDate="2017-09-16 11:32:03 +0100" endDate="2017-09-16 11:42:01 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3eb70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 12:41:01 +0100" startDate="2017-09-16 11:42:01 +0100" endDate="2017-09-16 11:50:46 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 12:41:01 +0100" startDate="2017-09-16 11:50:46 +0100" endDate="2017-09-16 11:53:31 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 12:41:01 +0100" startDate="2017-09-16 12:05:12 +0100" endDate="2017-09-16 12:14:57 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 12:41:01 +0100" startDate="2017-09-16 12:14:57 +0100" endDate="2017-09-16 12:23:51 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 13:38:05 +0100" startDate="2017-09-16 12:53:43 +0100" endDate="2017-09-16 13:03:22 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 13:38:05 +0100" startDate="2017-09-16 13:03:22 +0100" endDate="2017-09-16 13:09:39 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 14:43:31 +0100" startDate="2017-09-16 13:31:47 +0100" endDate="2017-09-16 13:39:00 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 14:43:31 +0100" startDate="2017-09-16 13:39:00 +0100" endDate="2017-09-16 13:44:11 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 16:37:20 +0100" startDate="2017-09-16 16:18:49 +0100" endDate="2017-09-16 16:27:39 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 17:55:32 +0100" startDate="2017-09-16 16:27:39 +0100" endDate="2017-09-16 16:31:41 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 17:55:32 +0100" startDate="2017-09-16 16:48:49 +0100" endDate="2017-09-16 16:56:46 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 17:55:32 +0100" startDate="2017-09-16 16:56:46 +0100" endDate="2017-09-16 17:02:21 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 17:55:32 +0100" startDate="2017-09-16 17:05:30 +0100" endDate="2017-09-16 17:15:21 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 17:55:32 +0100" startDate="2017-09-16 17:28:23 +0100" endDate="2017-09-16 17:37:26 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 17:55:32 +0100" startDate="2017-09-16 17:42:10 +0100" endDate="2017-09-16 17:48:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 18:50:21 +0100" startDate="2017-09-16 17:48:13 +0100" endDate="2017-09-16 17:48:15 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 19:38:11 +0100" startDate="2017-09-16 19:23:16 +0100" endDate="2017-09-16 19:32:29 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 20:39:34 +0100" startDate="2017-09-16 19:40:41 +0100" endDate="2017-09-16 19:48:00 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 20:39:34 +0100" startDate="2017-09-16 20:27:31 +0100" endDate="2017-09-16 20:34:24 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 21:37:18 +0100" startDate="2017-09-16 21:11:54 +0100" endDate="2017-09-16 21:20:47 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 22:20:59 +0100" startDate="2017-09-16 21:26:41 +0100" endDate="2017-09-16 21:36:32 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 22:20:59 +0100" startDate="2017-09-16 21:36:32 +0100" endDate="2017-09-16 21:37:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-16 22:52:53 +0100" startDate="2017-09-16 22:14:47 +0100" endDate="2017-09-16 22:21:12 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 11:55:55 +0100" startDate="2017-09-17 11:29:41 +0100" endDate="2017-09-17 11:37:03 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 11:48:15 +0100" endDate="2017-09-17 11:58:14 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 11:58:14 +0100" endDate="2017-09-17 12:06:50 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 12:06:50 +0100" endDate="2017-09-17 12:16:27 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 12:16:27 +0100" endDate="2017-09-17 12:19:46 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 12:20:34 +0100" endDate="2017-09-17 12:28:21 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 12:28:21 +0100" endDate="2017-09-17 12:38:19 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 12:38:19 +0100" endDate="2017-09-17 12:44:26 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 12:44:26 +0100" endDate="2017-09-17 12:49:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 13:56:28 +0100" startDate="2017-09-17 12:56:55 +0100" endDate="2017-09-17 13:03:33 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 13:56:28 +0100" startDate="2017-09-17 13:03:33 +0100" endDate="2017-09-17 13:13:30 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 13:56:28 +0100" startDate="2017-09-17 13:13:30 +0100" endDate="2017-09-17 13:16:43 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 14:52:36 +0100" startDate="2017-09-17 14:01:00 +0100" endDate="2017-09-17 14:10:06 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 14:52:36 +0100" startDate="2017-09-17 14:10:06 +0100" endDate="2017-09-17 14:14:18 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 14:52:36 +0100" startDate="2017-09-17 14:21:02 +0100" endDate="2017-09-17 14:27:25 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 14:52:36 +0100" startDate="2017-09-17 14:27:25 +0100" endDate="2017-09-17 14:37:10 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 14:52:36 +0100" startDate="2017-09-17 14:37:10 +0100" endDate="2017-09-17 14:37:28 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 15:52:40 +0100" startDate="2017-09-17 14:55:11 +0100" endDate="2017-09-17 15:04:58 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 15:52:40 +0100" startDate="2017-09-17 15:04:58 +0100" endDate="2017-09-17 15:11:40 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 17:52:41 +0100" startDate="2017-09-17 17:04:36 +0100" endDate="2017-09-17 17:10:41 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 17:52:41 +0100" startDate="2017-09-17 17:13:04 +0100" endDate="2017-09-17 17:22:35 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 17:52:41 +0100" startDate="2017-09-17 17:22:35 +0100" endDate="2017-09-17 17:26:21 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 18:53:44 +0100" startDate="2017-09-17 17:43:10 +0100" endDate="2017-09-17 17:51:23 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 18:53:44 +0100" startDate="2017-09-17 17:55:14 +0100" endDate="2017-09-17 18:04:23 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 18:53:44 +0100" startDate="2017-09-17 18:37:29 +0100" endDate="2017-09-17 18:45:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 19:53:49 +0100" startDate="2017-09-17 19:07:50 +0100" endDate="2017-09-17 19:14:18 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-17 21:52:24 +0100" startDate="2017-09-17 20:56:43 +0100" endDate="2017-09-17 21:03:22 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 05:55:21 +0100" startDate="2017-09-18 05:20:24 +0100" endDate="2017-09-18 05:29:11 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 05:55:21 +0100" startDate="2017-09-18 05:29:11 +0100" endDate="2017-09-18 05:35:00 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 05:55:21 +0100" startDate="2017-09-18 05:40:36 +0100" endDate="2017-09-18 05:47:34 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 05:51:35 +0100" endDate="2017-09-18 06:01:01 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 06:01:01 +0100" endDate="2017-09-18 06:10:44 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 06:10:44 +0100" endDate="2017-09-18 06:11:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 06:28:08 +0100" endDate="2017-09-18 06:34:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 06:34:39 +0100" endDate="2017-09-18 06:43:25 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 06:43:25 +0100" endDate="2017-09-18 06:48:10 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 06:48:21 +0100" endDate="2017-09-18 06:54:42 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 08:53:13 +0100" startDate="2017-09-18 08:23:59 +0100" endDate="2017-09-18 08:32:32 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 10:05:10 +0100" startDate="2017-09-18 08:51:39 +0100" endDate="2017-09-18 09:00:29 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 10:05:10 +0100" startDate="2017-09-18 09:00:29 +0100" endDate="2017-09-18 09:09:44 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 10:05:10 +0100" startDate="2017-09-18 09:09:44 +0100" endDate="2017-09-18 09:11:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 10:58:02 +0100" startDate="2017-09-18 10:08:07 +0100" endDate="2017-09-18 10:14:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 10:58:02 +0100" startDate="2017-09-18 10:27:29 +0100" endDate="2017-09-18 10:37:29 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 10:58:02 +0100" startDate="2017-09-18 10:37:29 +0100" endDate="2017-09-18 10:46:02 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 10:58:02 +0100" startDate="2017-09-18 10:46:02 +0100" endDate="2017-09-18 10:52:09 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 11:52:55 +0100" startDate="2017-09-18 10:52:09 +0100" endDate="2017-09-18 10:58:03 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 11:52:55 +0100" startDate="2017-09-18 11:05:53 +0100" endDate="2017-09-18 11:15:52 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 11:52:55 +0100" startDate="2017-09-18 11:15:52 +0100" endDate="2017-09-18 11:22:32 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 11:52:55 +0100" startDate="2017-09-18 11:22:32 +0100" endDate="2017-09-18 11:30:00 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 11:52:55 +0100" startDate="2017-09-18 11:30:00 +0100" endDate="2017-09-18 11:37:40 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 11:52:55 +0100" startDate="2017-09-18 11:37:40 +0100" endDate="2017-09-18 11:46:45 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 12:56:35 +0100" startDate="2017-09-18 11:46:45 +0100" endDate="2017-09-18 11:56:36 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 12:56:35 +0100" startDate="2017-09-18 12:04:06 +0100" endDate="2017-09-18 12:13:11 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 12:56:35 +0100" startDate="2017-09-18 12:13:11 +0100" endDate="2017-09-18 12:15:42 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 13:56:38 +0100" startDate="2017-09-18 13:16:03 +0100" endDate="2017-09-18 13:25:24 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 13:56:38 +0100" startDate="2017-09-18 13:25:24 +0100" endDate="2017-09-18 13:31:08 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 13:56:38 +0100" startDate="2017-09-18 13:31:08 +0100" endDate="2017-09-18 13:38:38 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 13:56:38 +0100" startDate="2017-09-18 13:42:33 +0100" endDate="2017-09-18 13:49:01 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 15:54:31 +0100" startDate="2017-09-18 15:00:26 +0100" endDate="2017-09-18 15:09:24 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 15:54:31 +0100" startDate="2017-09-18 15:09:24 +0100" endDate="2017-09-18 15:15:56 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 15:54:31 +0100" startDate="2017-09-18 15:15:56 +0100" endDate="2017-09-18 15:23:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 16:53:17 +0100" startDate="2017-09-18 15:46:02 +0100" endDate="2017-09-18 15:55:49 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 16:53:17 +0100" startDate="2017-09-18 15:56:48 +0100" endDate="2017-09-18 16:05:39 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 16:53:17 +0100" startDate="2017-09-18 16:05:39 +0100" endDate="2017-09-18 16:15:37 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 16:53:17 +0100" startDate="2017-09-18 16:15:37 +0100" endDate="2017-09-18 16:24:14 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 16:53:17 +0100" startDate="2017-09-18 16:24:14 +0100" endDate="2017-09-18 16:33:33 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 16:53:17 +0100" startDate="2017-09-18 16:33:33 +0100" endDate="2017-09-18 16:43:33 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 16:43:33 +0100" endDate="2017-09-18 16:44:34 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 16:44:34 +0100" endDate="2017-09-18 16:45:35 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 16:45:35 +0100" endDate="2017-09-18 16:46:37 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 16:46:37 +0100" endDate="2017-09-18 16:47:48 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 16:47:48 +0100" endDate="2017-09-18 16:48:32 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:08:17 +0100" endDate="2017-09-18 17:09:19 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:09:19 +0100" endDate="2017-09-18 17:10:20 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:10:20 +0100" endDate="2017-09-18 17:11:21 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:11:21 +0100" endDate="2017-09-18 17:12:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:12:40 +0100" endDate="2017-09-18 17:13:46 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:13:46 +0100" endDate="2017-09-18 17:14:48 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:14:48 +0100" endDate="2017-09-18 17:15:49 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:15:49 +0100" endDate="2017-09-18 17:16:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 17:55:08 +0100" startDate="2017-09-18 17:16:35 +0100" endDate="2017-09-18 17:21:00 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 20:06:56 +0100" startDate="2017-09-18 19:05:38 +0100" endDate="2017-09-18 19:15:37 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 20:06:56 +0100" startDate="2017-09-18 19:15:37 +0100" endDate="2017-09-18 19:25:36 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 20:06:56 +0100" startDate="2017-09-18 19:25:36 +0100" endDate="2017-09-18 19:35:34 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 20:06:56 +0100" startDate="2017-09-18 19:35:34 +0100" endDate="2017-09-18 19:45:22 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 20:06:56 +0100" startDate="2017-09-18 19:45:22 +0100" endDate="2017-09-18 19:46:23 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 20:54:11 +0100" startDate="2017-09-18 20:08:13 +0100" endDate="2017-09-18 20:14:33 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 20:54:11 +0100" startDate="2017-09-18 20:20:59 +0100" endDate="2017-09-18 20:30:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 20:54:11 +0100" startDate="2017-09-18 20:30:58 +0100" endDate="2017-09-18 20:39:22 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 20:54:11 +0100" startDate="2017-09-18 20:43:54 +0100" endDate="2017-09-18 20:52:10 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-18 21:53:24 +0100" startDate="2017-09-18 20:52:10 +0100" endDate="2017-09-18 20:59:03 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 05:53:03 +0100" startDate="2017-09-19 05:07:20 +0100" endDate="2017-09-19 05:14:08 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 05:53:03 +0100" startDate="2017-09-19 05:20:40 +0100" endDate="2017-09-19 05:26:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 05:53:03 +0100" startDate="2017-09-19 05:33:56 +0100" endDate="2017-09-19 05:43:55 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 06:52:47 +0100" startDate="2017-09-19 05:48:49 +0100" endDate="2017-09-19 05:58:27 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 06:52:47 +0100" startDate="2017-09-19 05:58:27 +0100" endDate="2017-09-19 06:06:34 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 06:52:47 +0100" startDate="2017-09-19 06:26:49 +0100" endDate="2017-09-19 06:36:40 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 06:52:47 +0100" startDate="2017-09-19 06:36:40 +0100" endDate="2017-09-19 06:39:45 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 08:55:04 +0100" startDate="2017-09-19 08:03:26 +0100" endDate="2017-09-19 08:12:12 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 08:55:04 +0100" startDate="2017-09-19 08:12:12 +0100" endDate="2017-09-19 08:21:59 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 08:55:04 +0100" startDate="2017-09-19 08:21:59 +0100" endDate="2017-09-19 08:31:01 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 08:55:04 +0100" startDate="2017-09-19 08:31:01 +0100" endDate="2017-09-19 08:39:22 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 08:55:04 +0100" startDate="2017-09-19 08:45:00 +0100" endDate="2017-09-19 08:53:35 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 09:52:37 +0100" startDate="2017-09-19 08:53:35 +0100" endDate="2017-09-19 09:01:05 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 09:52:37 +0100" startDate="2017-09-19 09:01:05 +0100" endDate="2017-09-19 09:10:17 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 09:52:37 +0100" startDate="2017-09-19 09:16:00 +0100" endDate="2017-09-19 09:25:01 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 10:58:44 +0100" startDate="2017-09-19 10:12:34 +0100" endDate="2017-09-19 10:20:59 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 10:58:44 +0100" startDate="2017-09-19 10:43:27 +0100" endDate="2017-09-19 10:53:26 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 11:54:32 +0100" startDate="2017-09-19 10:53:26 +0100" endDate="2017-09-19 11:03:13 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 11:54:32 +0100" startDate="2017-09-19 11:15:58 +0100" endDate="2017-09-19 11:25:57 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 11:54:32 +0100" startDate="2017-09-19 11:25:57 +0100" endDate="2017-09-19 11:35:56 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 11:54:32 +0100" startDate="2017-09-19 11:35:56 +0100" endDate="2017-09-19 11:44:01 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 12:58:44 +0100" startDate="2017-09-19 11:48:56 +0100" endDate="2017-09-19 11:58:12 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 12:58:44 +0100" startDate="2017-09-19 11:58:12 +0100" endDate="2017-09-19 12:08:10 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 12:58:44 +0100" startDate="2017-09-19 12:08:10 +0100" endDate="2017-09-19 12:12:56 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 12:58:44 +0100" startDate="2017-09-19 12:27:33 +0100" endDate="2017-09-19 12:36:00 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 12:58:44 +0100" startDate="2017-09-19 12:36:00 +0100" endDate="2017-09-19 12:40:07 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 13:53:19 +0100" startDate="2017-09-19 13:15:01 +0100" endDate="2017-09-19 13:21:44 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 13:53:19 +0100" startDate="2017-09-19 13:21:44 +0100" endDate="2017-09-19 13:29:12 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 13:53:19 +0100" startDate="2017-09-19 13:40:06 +0100" endDate="2017-09-19 13:49:12 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 14:54:18 +0100" startDate="2017-09-19 13:49:12 +0100" endDate="2017-09-19 13:59:10 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 14:54:18 +0100" startDate="2017-09-19 13:59:10 +0100" endDate="2017-09-19 14:05:55 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 14:54:18 +0100" startDate="2017-09-19 14:28:46 +0100" endDate="2017-09-19 14:37:33 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 14:54:18 +0100" startDate="2017-09-19 14:37:33 +0100" endDate="2017-09-19 14:47:09 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 15:53:35 +0100" startDate="2017-09-19 15:06:06 +0100" endDate="2017-09-19 15:13:43 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 15:53:35 +0100" startDate="2017-09-19 15:13:43 +0100" endDate="2017-09-19 15:23:40 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 15:53:35 +0100" startDate="2017-09-19 15:23:40 +0100" endDate="2017-09-19 15:33:34 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 15:53:35 +0100" startDate="2017-09-19 15:33:34 +0100" endDate="2017-09-19 15:35:54 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 16:52:51 +0100" startDate="2017-09-19 16:01:27 +0100" endDate="2017-09-19 16:11:22 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 16:52:51 +0100" startDate="2017-09-19 16:30:41 +0100" endDate="2017-09-19 16:38:23 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:48:58 +0100" endDate="2017-09-19 16:49:59 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:49:59 +0100" endDate="2017-09-19 16:51:00 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:51:00 +0100" endDate="2017-09-19 16:52:01 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:52:01 +0100" endDate="2017-09-19 16:53:03 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:53:03 +0100" endDate="2017-09-19 16:54:40 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:54:40 +0100" endDate="2017-09-19 16:55:41 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:55:41 +0100" endDate="2017-09-19 16:56:52 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:56:52 +0100" endDate="2017-09-19 16:57:56 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:57:56 +0100" endDate="2017-09-19 16:59:20 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:59:20 +0100" endDate="2017-09-19 17:00:21 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 17:00:21 +0100" endDate="2017-09-19 17:02:21 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 17:02:21 +0100" endDate="2017-09-19 17:05:04 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 17:05:04 +0100" endDate="2017-09-19 17:07:02 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 17:07:02 +0100" endDate="2017-09-19 17:08:11 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 17:31:48 +0100" endDate="2017-09-19 17:33:48 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 17:33:48 +0100" endDate="2017-09-19 17:34:50 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 17:53:53 +0100" startDate="2017-09-19 17:36:06 +0100" endDate="2017-09-19 17:44:06 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 18:55:28 +0100" startDate="2017-09-19 18:14:00 +0100" endDate="2017-09-19 18:23:34 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-19 21:52:20 +0100" startDate="2017-09-19 20:57:34 +0100" endDate="2017-09-19 21:05:39 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 05:02:03 +0100" startDate="2017-09-20 04:14:12 +0100" endDate="2017-09-20 04:21:52 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 06:58:32 +0100" startDate="2017-09-20 05:49:07 +0100" endDate="2017-09-20 05:59:02 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 06:58:32 +0100" startDate="2017-09-20 05:59:02 +0100" endDate="2017-09-20 06:05:54 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 06:58:32 +0100" startDate="2017-09-20 06:22:17 +0100" endDate="2017-09-20 06:31:23 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 06:58:32 +0100" startDate="2017-09-20 06:31:23 +0100" endDate="2017-09-20 06:40:51 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 06:58:32 +0100" startDate="2017-09-20 06:40:51 +0100" endDate="2017-09-20 06:46:19 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 07:54:21 +0100" startDate="2017-09-20 06:54:26 +0100" endDate="2017-09-20 07:01:53 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 07:54:21 +0100" startDate="2017-09-20 07:11:05 +0100" endDate="2017-09-20 07:19:56 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 07:54:21 +0100" startDate="2017-09-20 07:19:56 +0100" endDate="2017-09-20 07:26:21 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 07:54:21 +0100" startDate="2017-09-20 07:32:35 +0100" endDate="2017-09-20 07:39:00 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 07:54:21 +0100" startDate="2017-09-20 07:39:00 +0100" endDate="2017-09-20 07:45:56 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 08:54:40 +0100" startDate="2017-09-20 08:43:52 +0100" endDate="2017-09-20 08:53:51 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 09:53:29 +0100" startDate="2017-09-20 08:53:51 +0100" endDate="2017-09-20 09:01:26 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 09:53:29 +0100" startDate="2017-09-20 09:06:09 +0100" endDate="2017-09-20 09:14:42 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 09:53:29 +0100" startDate="2017-09-20 09:14:42 +0100" endDate="2017-09-20 09:24:40 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 09:53:29 +0100" startDate="2017-09-20 09:24:40 +0100" endDate="2017-09-20 09:29:49 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 10:56:47 +0100" startDate="2017-09-20 09:59:43 +0100" endDate="2017-09-20 10:09:17 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 10:56:47 +0100" startDate="2017-09-20 10:09:17 +0100" endDate="2017-09-20 10:16:38 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 10:56:47 +0100" startDate="2017-09-20 10:23:39 +0100" endDate="2017-09-20 10:30:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 10:56:47 +0100" startDate="2017-09-20 10:30:58 +0100" endDate="2017-09-20 10:40:56 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 10:56:47 +0100" startDate="2017-09-20 10:40:56 +0100" endDate="2017-09-20 10:47:53 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 11:52:49 +0100" startDate="2017-09-20 10:47:53 +0100" endDate="2017-09-20 10:56:48 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 11:52:49 +0100" startDate="2017-09-20 11:05:35 +0100" endDate="2017-09-20 11:15:34 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 11:52:49 +0100" startDate="2017-09-20 11:15:34 +0100" endDate="2017-09-20 11:23:58 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 12:56:42 +0100" startDate="2017-09-20 11:45:40 +0100" endDate="2017-09-20 11:53:16 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 12:56:42 +0100" startDate="2017-09-20 12:02:06 +0100" endDate="2017-09-20 12:08:09 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 12:56:42 +0100" startDate="2017-09-20 12:08:20 +0100" endDate="2017-09-20 12:14:48 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 13:59:55 +0100" startDate="2017-09-20 12:50:36 +0100" endDate="2017-09-20 12:57:52 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 13:59:55 +0100" startDate="2017-09-20 12:57:52 +0100" endDate="2017-09-20 13:07:01 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 13:59:55 +0100" startDate="2017-09-20 13:07:01 +0100" endDate="2017-09-20 13:15:52 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 13:59:55 +0100" startDate="2017-09-20 13:41:33 +0100" endDate="2017-09-20 13:49:58 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 14:56:35 +0100" startDate="2017-09-20 13:49:58 +0100" endDate="2017-09-20 13:59:55 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 14:56:35 +0100" startDate="2017-09-20 13:59:55 +0100" endDate="2017-09-20 14:07:22 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 14:56:35 +0100" startDate="2017-09-20 14:17:10 +0100" endDate="2017-09-20 14:24:36 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 14:56:35 +0100" startDate="2017-09-20 14:24:36 +0100" endDate="2017-09-20 14:31:38 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 14:56:35 +0100" startDate="2017-09-20 14:44:30 +0100" endDate="2017-09-20 14:54:01 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 15:52:54 +0100" startDate="2017-09-20 14:54:01 +0100" endDate="2017-09-20 15:03:46 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 15:52:54 +0100" startDate="2017-09-20 15:13:12 +0100" endDate="2017-09-20 15:19:47 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 15:52:54 +0100" startDate="2017-09-20 15:27:24 +0100" endDate="2017-09-20 15:34:58 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 15:52:54 +0100" startDate="2017-09-20 15:34:58 +0100" endDate="2017-09-20 15:44:57 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 16:55:14 +0100" startDate="2017-09-20 15:44:57 +0100" endDate="2017-09-20 15:53:21 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 16:55:14 +0100" startDate="2017-09-20 15:58:21 +0100" endDate="2017-09-20 16:08:20 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 16:55:14 +0100" startDate="2017-09-20 16:08:20 +0100" endDate="2017-09-20 16:16:59 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 16:55:14 +0100" startDate="2017-09-20 16:28:20 +0100" endDate="2017-09-20 16:38:19 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 16:55:14 +0100" startDate="2017-09-20 16:38:19 +0100" endDate="2017-09-20 16:44:51 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 17:58:43 +0100" startDate="2017-09-20 16:44:51 +0100" endDate="2017-09-20 16:54:50 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 17:58:43 +0100" startDate="2017-09-20 16:54:50 +0100" endDate="2017-09-20 17:04:49 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 17:58:43 +0100" startDate="2017-09-20 17:04:49 +0100" endDate="2017-09-20 17:14:20 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 17:58:43 +0100" startDate="2017-09-20 17:19:30 +0100" endDate="2017-09-20 17:27:31 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 17:58:43 +0100" startDate="2017-09-20 17:27:31 +0100" endDate="2017-09-20 17:31:50 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 18:52:31 +0100" startDate="2017-09-20 18:32:46 +0100" endDate="2017-09-20 18:42:45 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 20:00:17 +0100" startDate="2017-09-20 18:42:45 +0100" endDate="2017-09-20 18:50:37 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 20:00:17 +0100" startDate="2017-09-20 19:05:19 +0100" endDate="2017-09-20 19:14:04 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 20:56:56 +0100" startDate="2017-09-20 20:08:44 +0100" endDate="2017-09-20 20:18:32 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-20 20:56:56 +0100" startDate="2017-09-20 20:18:32 +0100" endDate="2017-09-20 20:25:51 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 05:53:19 +0100" startDate="2017-09-21 05:10:50 +0100" endDate="2017-09-21 05:20:09 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 05:53:19 +0100" startDate="2017-09-21 05:20:09 +0100" endDate="2017-09-21 05:26:06 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 05:53:19 +0100" startDate="2017-09-21 05:34:29 +0100" endDate="2017-09-21 05:44:28 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 06:52:44 +0100" startDate="2017-09-21 05:44:28 +0100" endDate="2017-09-21 05:54:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 06:52:44 +0100" startDate="2017-09-21 05:54:27 +0100" endDate="2017-09-21 06:04:26 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 06:52:44 +0100" startDate="2017-09-21 06:04:26 +0100" endDate="2017-09-21 06:13:19 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 06:52:44 +0100" startDate="2017-09-21 06:35:17 +0100" endDate="2017-09-21 06:45:06 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 07:55:57 +0100" startDate="2017-09-21 06:45:06 +0100" endDate="2017-09-21 06:54:59 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 07:55:57 +0100" startDate="2017-09-21 06:54:59 +0100" endDate="2017-09-21 07:03:05 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 07:55:57 +0100" startDate="2017-09-21 07:06:45 +0100" endDate="2017-09-21 07:15:46 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 07:55:57 +0100" startDate="2017-09-21 07:15:46 +0100" endDate="2017-09-21 07:24:09 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 08:39:12 +0100" startDate="2017-09-21 07:53:56 +0100" endDate="2017-09-21 07:54:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 09:57:08 +0100" startDate="2017-09-21 08:58:13 +0100" endDate="2017-09-21 09:08:02 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 09:57:08 +0100" startDate="2017-09-21 09:08:02 +0100" endDate="2017-09-21 09:09:51 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 10:54:05 +0100" startDate="2017-09-21 10:06:16 +0100" endDate="2017-09-21 10:12:57 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 10:54:05 +0100" startDate="2017-09-21 10:17:52 +0100" endDate="2017-09-21 10:26:27 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 10:54:05 +0100" startDate="2017-09-21 10:26:27 +0100" endDate="2017-09-21 10:29:38 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 11:53:27 +0100" startDate="2017-09-21 11:01:01 +0100" endDate="2017-09-21 11:11:01 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 11:53:27 +0100" startDate="2017-09-21 11:11:01 +0100" endDate="2017-09-21 11:20:47 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 11:53:27 +0100" startDate="2017-09-21 11:20:47 +0100" endDate="2017-09-21 11:28:33 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 11:53:27 +0100" startDate="2017-09-21 11:29:20 +0100" endDate="2017-09-21 11:39:19 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 11:53:27 +0100" startDate="2017-09-21 11:39:19 +0100" endDate="2017-09-21 11:47:07 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 12:57:19 +0100" startDate="2017-09-21 11:47:07 +0100" endDate="2017-09-21 11:53:29 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 12:57:19 +0100" startDate="2017-09-21 11:58:40 +0100" endDate="2017-09-21 12:08:39 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 13:53:20 +0100" startDate="2017-09-21 12:57:53 +0100" endDate="2017-09-21 13:06:52 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 13:53:20 +0100" startDate="2017-09-21 13:06:52 +0100" endDate="2017-09-21 13:11:45 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 13:53:20 +0100" startDate="2017-09-21 13:33:03 +0100" endDate="2017-09-21 13:41:41 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 13:53:20 +0100" startDate="2017-09-21 13:41:41 +0100" endDate="2017-09-21 13:50:06 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 14:54:25 +0100" startDate="2017-09-21 13:50:06 +0100" endDate="2017-09-21 13:53:19 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 14:54:25 +0100" startDate="2017-09-21 13:54:40 +0100" endDate="2017-09-21 14:01:20 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 14:54:25 +0100" startDate="2017-09-21 14:44:21 +0100" endDate="2017-09-21 14:50:24 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 15:53:42 +0100" startDate="2017-09-21 14:50:24 +0100" endDate="2017-09-21 14:50:27 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 15:53:42 +0100" startDate="2017-09-21 15:09:51 +0100" endDate="2017-09-21 15:17:49 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 15:53:42 +0100" startDate="2017-09-21 15:17:49 +0100" endDate="2017-09-21 15:24:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 15:53:42 +0100" startDate="2017-09-21 15:25:31 +0100" endDate="2017-09-21 15:35:31 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 15:53:42 +0100" startDate="2017-09-21 15:35:31 +0100" endDate="2017-09-21 15:44:28 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 16:53:07 +0100" startDate="2017-09-21 15:44:28 +0100" endDate="2017-09-21 15:48:29 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 16:53:07 +0100" startDate="2017-09-21 15:55:43 +0100" endDate="2017-09-21 16:05:42 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 16:53:07 +0100" startDate="2017-09-21 16:05:42 +0100" endDate="2017-09-21 16:15:31 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 16:53:07 +0100" startDate="2017-09-21 16:28:13 +0100" endDate="2017-09-21 16:38:11 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 16:53:07 +0100" startDate="2017-09-21 16:38:11 +0100" endDate="2017-09-21 16:42:54 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 17:52:23 +0100" startDate="2017-09-21 16:42:54 +0100" endDate="2017-09-21 16:52:52 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 17:52:23 +0100" startDate="2017-09-21 16:52:52 +0100" endDate="2017-09-21 17:02:30 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 17:52:23 +0100" startDate="2017-09-21 17:02:30 +0100" endDate="2017-09-21 17:09:35 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 17:52:23 +0100" startDate="2017-09-21 17:21:16 +0100" endDate="2017-09-21 17:31:14 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 17:52:23 +0100" startDate="2017-09-21 17:31:14 +0100" endDate="2017-09-21 17:32:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-21 18:56:08 +0100" startDate="2017-09-21 18:18:02 +0100" endDate="2017-09-21 18:24:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 05:52:41 +0100" startDate="2017-09-22 05:12:49 +0100" endDate="2017-09-22 05:19:22 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 05:52:41 +0100" startDate="2017-09-22 05:39:01 +0100" endDate="2017-09-22 05:46:25 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 06:52:29 +0100" startDate="2017-09-22 05:46:25 +0100" endDate="2017-09-22 05:56:21 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 06:52:29 +0100" startDate="2017-09-22 05:56:21 +0100" endDate="2017-09-22 06:06:21 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 06:52:29 +0100" startDate="2017-09-22 06:06:21 +0100" endDate="2017-09-22 06:15:29 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 06:52:29 +0100" startDate="2017-09-22 06:15:29 +0100" endDate="2017-09-22 06:21:43 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 07:53:26 +0100" startDate="2017-09-22 06:42:36 +0100" endDate="2017-09-22 06:52:36 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 07:53:26 +0100" startDate="2017-09-22 06:52:36 +0100" endDate="2017-09-22 07:00:02 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 07:53:26 +0100" startDate="2017-09-22 07:05:36 +0100" endDate="2017-09-22 07:12:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 08:52:27 +0100" startDate="2017-09-22 07:58:12 +0100" endDate="2017-09-22 08:06:22 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 08:52:27 +0100" startDate="2017-09-22 08:06:22 +0100" endDate="2017-09-22 08:12:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 08:52:27 +0100" startDate="2017-09-22 08:21:12 +0100" endDate="2017-09-22 08:30:02 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 08:52:27 +0100" startDate="2017-09-22 08:30:02 +0100" endDate="2017-09-22 08:34:21 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 08:52:27 +0100" startDate="2017-09-22 08:36:34 +0100" endDate="2017-09-22 08:45:34 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 09:59:29 +0100" startDate="2017-09-22 08:45:34 +0100" endDate="2017-09-22 08:55:12 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 09:59:29 +0100" startDate="2017-09-22 08:55:12 +0100" endDate="2017-09-22 09:04:56 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 09:59:29 +0100" startDate="2017-09-22 09:04:56 +0100" endDate="2017-09-22 09:09:03 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 10:57:43 +0100" startDate="2017-09-22 10:39:45 +0100" endDate="2017-09-22 10:45:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 11:57:21 +0100" startDate="2017-09-22 11:00:33 +0100" endDate="2017-09-22 11:10:26 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 11:57:21 +0100" startDate="2017-09-22 11:10:26 +0100" endDate="2017-09-22 11:20:24 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 11:57:21 +0100" startDate="2017-09-22 11:20:24 +0100" endDate="2017-09-22 11:29:46 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 11:57:21 +0100" startDate="2017-09-22 11:35:38 +0100" endDate="2017-09-22 11:45:37 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 11:57:21 +0100" startDate="2017-09-22 11:45:37 +0100" endDate="2017-09-22 11:55:34 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 12:53:24 +0100" startDate="2017-09-22 11:55:34 +0100" endDate="2017-09-22 12:00:58 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 12:53:24 +0100" startDate="2017-09-22 12:17:20 +0100" endDate="2017-09-22 12:23:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 13:56:10 +0100" startDate="2017-09-22 12:57:44 +0100" endDate="2017-09-22 13:04:27 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 13:56:10 +0100" startDate="2017-09-22 13:04:27 +0100" endDate="2017-09-22 13:09:18 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 14:54:24 +0100" startDate="2017-09-22 14:33:09 +0100" endDate="2017-09-22 14:42:32 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 14:54:24 +0100" startDate="2017-09-22 14:42:32 +0100" endDate="2017-09-22 14:52:30 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 15:52:19 +0100" startDate="2017-09-22 14:52:30 +0100" endDate="2017-09-22 14:54:25 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 15:52:19 +0100" startDate="2017-09-22 14:56:51 +0100" endDate="2017-09-22 15:06:50 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 15:52:19 +0100" startDate="2017-09-22 15:06:50 +0100" endDate="2017-09-22 15:15:27 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 15:52:19 +0100" startDate="2017-09-22 15:16:31 +0100" endDate="2017-09-22 15:25:35 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 15:52:19 +0100" startDate="2017-09-22 15:25:35 +0100" endDate="2017-09-22 15:32:32 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 16:54:52 +0100" startDate="2017-09-22 15:51:23 +0100" endDate="2017-09-22 16:01:01 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 16:54:52 +0100" startDate="2017-09-22 16:13:53 +0100" endDate="2017-09-22 16:23:53 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 16:54:52 +0100" startDate="2017-09-22 16:32:21 +0100" endDate="2017-09-22 16:38:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 19:53:49 +0100" startDate="2017-09-22 19:29:02 +0100" endDate="2017-09-22 19:38:31 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 19:53:49 +0100" startDate="2017-09-22 19:38:31 +0100" endDate="2017-09-22 19:46:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-22 21:55:24 +0100" startDate="2017-09-22 21:32:14 +0100" endDate="2017-09-22 21:38:39 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 03:49:19 +0100" endDate="2017-09-23 03:58:49 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 03:58:49 +0100" endDate="2017-09-23 04:08:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 04:08:46 +0100" endDate="2017-09-23 04:08:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 04:15:29 +0100" endDate="2017-09-23 04:22:09 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 04:22:09 +0100" endDate="2017-09-23 04:32:07 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 04:32:07 +0100" endDate="2017-09-23 04:33:31 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 04:45:54 +0100" endDate="2017-09-23 04:53:23 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 06:00:52 +0100" startDate="2017-09-23 04:53:23 +0100" endDate="2017-09-23 04:57:38 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 06:00:52 +0100" startDate="2017-09-23 05:05:50 +0100" endDate="2017-09-23 05:11:55 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 07:54:14 +0100" startDate="2017-09-23 06:44:33 +0100" endDate="2017-09-23 06:54:31 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 07:54:14 +0100" startDate="2017-09-23 06:54:31 +0100" endDate="2017-09-23 07:04:30 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 07:54:14 +0100" startDate="2017-09-23 07:04:30 +0100" endDate="2017-09-23 07:07:55 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 07:54:14 +0100" startDate="2017-09-23 07:25:53 +0100" endDate="2017-09-23 07:31:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 07:54:14 +0100" startDate="2017-09-23 07:31:53 +0100" endDate="2017-09-23 07:41:40 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 07:54:14 +0100" startDate="2017-09-23 07:41:40 +0100" endDate="2017-09-23 07:51:38 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 08:55:13 +0100" startDate="2017-09-23 07:51:38 +0100" endDate="2017-09-23 07:53:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 08:55:13 +0100" startDate="2017-09-23 07:55:39 +0100" endDate="2017-09-23 08:05:04 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 08:55:13 +0100" startDate="2017-09-23 08:05:04 +0100" endDate="2017-09-23 08:13:46 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 08:55:13 +0100" startDate="2017-09-23 08:21:44 +0100" endDate="2017-09-23 08:31:09 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 08:55:13 +0100" startDate="2017-09-23 08:31:09 +0100" endDate="2017-09-23 08:34:59 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 10:01:46 +0100" startDate="2017-09-23 08:48:02 +0100" endDate="2017-09-23 08:58:00 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 10:01:46 +0100" startDate="2017-09-23 08:58:00 +0100" endDate="2017-09-23 09:07:58 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 10:01:46 +0100" startDate="2017-09-23 09:07:58 +0100" endDate="2017-09-23 09:16:53 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 10:01:46 +0100" startDate="2017-09-23 09:16:53 +0100" endDate="2017-09-23 09:26:10 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 10:54:28 +0100" startDate="2017-09-23 10:11:42 +0100" endDate="2017-09-23 10:21:40 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 10:54:28 +0100" startDate="2017-09-23 10:21:40 +0100" endDate="2017-09-23 10:23:32 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 10:54:28 +0100" startDate="2017-09-23 10:33:24 +0100" endDate="2017-09-23 10:42:30 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 10:54:28 +0100" startDate="2017-09-23 10:42:30 +0100" endDate="2017-09-23 10:50:40 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 11:54:36 +0100" startDate="2017-09-23 10:55:33 +0100" endDate="2017-09-23 11:05:20 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 11:54:36 +0100" startDate="2017-09-23 11:05:20 +0100" endDate="2017-09-23 11:11:14 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 11:54:36 +0100" startDate="2017-09-23 11:15:52 +0100" endDate="2017-09-23 11:25:52 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 11:54:36 +0100" startDate="2017-09-23 11:25:52 +0100" endDate="2017-09-23 11:30:14 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 11:54:36 +0100" startDate="2017-09-23 11:42:28 +0100" endDate="2017-09-23 11:50:43 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 12:53:10 +0100" startDate="2017-09-23 11:50:43 +0100" endDate="2017-09-23 12:00:43 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 12:53:10 +0100" startDate="2017-09-23 12:00:43 +0100" endDate="2017-09-23 12:08:01 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 12:53:10 +0100" startDate="2017-09-23 12:14:46 +0100" endDate="2017-09-23 12:24:45 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 12:53:10 +0100" startDate="2017-09-23 12:24:45 +0100" endDate="2017-09-23 12:34:04 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 12:53:10 +0100" startDate="2017-09-23 12:34:04 +0100" endDate="2017-09-23 12:36:55 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 14:06:19 +0100" startDate="2017-09-23 12:49:50 +0100" endDate="2017-09-23 12:59:02 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 14:06:19 +0100" startDate="2017-09-23 12:59:02 +0100" endDate="2017-09-23 13:06:57 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 14:06:19 +0100" startDate="2017-09-23 13:06:57 +0100" endDate="2017-09-23 13:12:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 14:06:19 +0100" startDate="2017-09-23 13:18:38 +0100" endDate="2017-09-23 13:25:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 15:56:00 +0100" startDate="2017-09-23 15:16:02 +0100" endDate="2017-09-23 15:22:38 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 16:59:46 +0100" startDate="2017-09-23 16:32:28 +0100" endDate="2017-09-23 16:42:26 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 16:59:46 +0100" startDate="2017-09-23 16:42:26 +0100" endDate="2017-09-23 16:43:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 18:53:12 +0100" startDate="2017-09-23 17:56:50 +0100" endDate="2017-09-23 18:03:13 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 18:53:12 +0100" startDate="2017-09-23 18:37:56 +0100" endDate="2017-09-23 18:44:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 21:23:47 +0100" startDate="2017-09-23 20:09:44 +0100" endDate="2017-09-23 20:15:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-23 21:53:43 +0100" startDate="2017-09-23 21:15:33 +0100" endDate="2017-09-23 21:21:41 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 05:55:10 +0100" startDate="2017-09-24 05:13:10 +0100" endDate="2017-09-24 05:19:53 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 05:55:10 +0100" startDate="2017-09-24 05:20:06 +0100" endDate="2017-09-24 05:26:37 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 08:58:31 +0100" startDate="2017-09-24 08:11:04 +0100" endDate="2017-09-24 08:21:02 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 08:58:31 +0100" startDate="2017-09-24 08:21:02 +0100" endDate="2017-09-24 08:27:50 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 08:58:31 +0100" startDate="2017-09-24 08:46:15 +0100" endDate="2017-09-24 08:55:21 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 09:56:02 +0100" startDate="2017-09-24 08:55:21 +0100" endDate="2017-09-24 09:05:01 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 09:56:02 +0100" startDate="2017-09-24 09:05:01 +0100" endDate="2017-09-24 09:07:06 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 09:56:02 +0100" startDate="2017-09-24 09:13:04 +0100" endDate="2017-09-24 09:21:45 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 09:56:02 +0100" startDate="2017-09-24 09:21:45 +0100" endDate="2017-09-24 09:28:21 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 09:56:02 +0100" startDate="2017-09-24 09:33:51 +0100" endDate="2017-09-24 09:43:51 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 09:56:02 +0100" startDate="2017-09-24 09:43:51 +0100" endDate="2017-09-24 09:46:59 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 10:58:12 +0100" startDate="2017-09-24 10:05:26 +0100" endDate="2017-09-24 10:15:24 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 10:58:12 +0100" startDate="2017-09-24 10:15:24 +0100" endDate="2017-09-24 10:17:27 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 10:58:12 +0100" startDate="2017-09-24 10:32:02 +0100" endDate="2017-09-24 10:38:25 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 14:52:22 +0100" startDate="2017-09-24 14:03:43 +0100" endDate="2017-09-24 14:10:47 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 14:52:22 +0100" startDate="2017-09-24 14:38:37 +0100" endDate="2017-09-24 14:44:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 15:56:05 +0100" startDate="2017-09-24 15:21:23 +0100" endDate="2017-09-24 15:28:47 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 15:56:05 +0100" startDate="2017-09-24 15:28:47 +0100" endDate="2017-09-24 15:34:26 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 15:56:05 +0100" startDate="2017-09-24 15:35:34 +0100" endDate="2017-09-24 15:44:24 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 16:52:24 +0100" startDate="2017-09-24 16:41:59 +0100" endDate="2017-09-24 16:48:09 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 17:53:02 +0100" startDate="2017-09-24 16:58:09 +0100" endDate="2017-09-24 17:05:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 17:53:02 +0100" startDate="2017-09-24 17:17:31 +0100" endDate="2017-09-24 17:25:21 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 18:56:24 +0100" startDate="2017-09-24 17:48:56 +0100" endDate="2017-09-24 17:55:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 18:56:24 +0100" startDate="2017-09-24 17:58:30 +0100" endDate="2017-09-24 18:08:29 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 18:56:24 +0100" startDate="2017-09-24 18:08:29 +0100" endDate="2017-09-24 18:14:55 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 18:56:24 +0100" startDate="2017-09-24 18:22:10 +0100" endDate="2017-09-24 18:32:09 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 18:56:24 +0100" startDate="2017-09-24 18:32:09 +0100" endDate="2017-09-24 18:39:30 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 19:55:26 +0100" startDate="2017-09-24 18:47:07 +0100" endDate="2017-09-24 18:56:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-24 21:55:21 +0100" startDate="2017-09-24 21:07:37 +0100" endDate="2017-09-24 21:14:05 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 05:53:04 +0100" startDate="2017-09-25 05:26:41 +0100" endDate="2017-09-25 05:33:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 05:53:04 +0100" startDate="2017-09-25 05:33:09 +0100" endDate="2017-09-25 05:38:30 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 06:57:35 +0100" startDate="2017-09-25 05:47:08 +0100" endDate="2017-09-25 05:54:24 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 06:57:35 +0100" startDate="2017-09-25 05:56:22 +0100" endDate="2017-09-25 06:06:21 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 06:57:35 +0100" startDate="2017-09-25 06:06:21 +0100" endDate="2017-09-25 06:15:31 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 06:57:35 +0100" startDate="2017-09-25 06:15:31 +0100" endDate="2017-09-25 06:21:38 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 06:57:35 +0100" startDate="2017-09-25 06:39:55 +0100" endDate="2017-09-25 06:49:52 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 07:54:08 +0100" startDate="2017-09-25 06:49:52 +0100" endDate="2017-09-25 06:58:24 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 07:54:08 +0100" startDate="2017-09-25 07:08:18 +0100" endDate="2017-09-25 07:14:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 08:59:08 +0100" startDate="2017-09-25 08:18:39 +0100" endDate="2017-09-25 08:27:14 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 08:59:08 +0100" startDate="2017-09-25 08:33:05 +0100" endDate="2017-09-25 08:42:29 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 08:59:08 +0100" startDate="2017-09-25 08:42:29 +0100" endDate="2017-09-25 08:51:23 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 09:53:08 +0100" startDate="2017-09-25 08:51:23 +0100" endDate="2017-09-25 09:01:21 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 09:53:08 +0100" startDate="2017-09-25 09:01:21 +0100" endDate="2017-09-25 09:11:01 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 09:53:08 +0100" startDate="2017-09-25 09:11:01 +0100" endDate="2017-09-25 09:14:37 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 09:53:08 +0100" startDate="2017-09-25 09:19:09 +0100" endDate="2017-09-25 09:28:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 10:52:21 +0100" startDate="2017-09-25 10:21:36 +0100" endDate="2017-09-25 10:27:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 10:52:21 +0100" startDate="2017-09-25 10:31:56 +0100" endDate="2017-09-25 10:38:06 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 10:52:21 +0100" startDate="2017-09-25 10:38:06 +0100" endDate="2017-09-25 10:48:06 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 11:55:22 +0100" startDate="2017-09-25 10:48:06 +0100" endDate="2017-09-25 10:58:04 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 11:55:22 +0100" startDate="2017-09-25 10:58:04 +0100" endDate="2017-09-25 11:07:36 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 11:55:22 +0100" startDate="2017-09-25 11:11:01 +0100" endDate="2017-09-25 11:21:00 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 11:55:22 +0100" startDate="2017-09-25 11:21:00 +0100" endDate="2017-09-25 11:22:03 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 11:55:22 +0100" startDate="2017-09-25 11:30:56 +0100" endDate="2017-09-25 11:37:34 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 11:55:22 +0100" startDate="2017-09-25 11:37:34 +0100" endDate="2017-09-25 11:43:37 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 12:55:34 +0100" startDate="2017-09-25 11:55:20 +0100" endDate="2017-09-25 12:05:19 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 12:55:34 +0100" startDate="2017-09-25 12:05:19 +0100" endDate="2017-09-25 12:12:37 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 12:55:34 +0100" startDate="2017-09-25 12:14:45 +0100" endDate="2017-09-25 12:21:28 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 12:55:34 +0100" startDate="2017-09-25 12:21:28 +0100" endDate="2017-09-25 12:26:33 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 12:55:34 +0100" startDate="2017-09-25 12:32:16 +0100" endDate="2017-09-25 12:40:25 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 12:55:34 +0100" startDate="2017-09-25 12:40:25 +0100" endDate="2017-09-25 12:45:33 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 14:54:51 +0100" startDate="2017-09-25 13:50:11 +0100" endDate="2017-09-25 13:58:44 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 14:54:51 +0100" startDate="2017-09-25 14:29:14 +0100" endDate="2017-09-25 14:37:47 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 14:54:51 +0100" startDate="2017-09-25 14:37:47 +0100" endDate="2017-09-25 14:42:09 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 15:55:47 +0100" startDate="2017-09-25 15:14:36 +0100" endDate="2017-09-25 15:20:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 15:55:47 +0100" startDate="2017-09-25 15:20:41 +0100" endDate="2017-09-25 15:30:09 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 15:55:47 +0100" startDate="2017-09-25 15:30:09 +0100" endDate="2017-09-25 15:37:29 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 15:55:47 +0100" startDate="2017-09-25 15:37:29 +0100" endDate="2017-09-25 15:46:59 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 15:46:59 +0100" endDate="2017-09-25 15:47:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 15:57:44 +0100" endDate="2017-09-25 16:07:43 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 16:07:43 +0100" endDate="2017-09-25 16:17:41 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 16:17:41 +0100" endDate="2017-09-25 16:26:29 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 16:26:29 +0100" endDate="2017-09-25 16:33:16 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 16:33:16 +0100" endDate="2017-09-25 16:40:20 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 16:40:21 +0100" endDate="2017-09-25 16:47:35 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 17:24:20 +0100" startDate="2017-09-25 16:57:48 +0100" endDate="2017-09-25 16:58:47 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-25 17:54:00 +0100" startDate="2017-09-25 17:41:12 +0100" endDate="2017-09-25 17:47:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 05:54:07 +0100" startDate="2017-09-26 04:58:01 +0100" endDate="2017-09-26 05:04:52 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 05:54:07 +0100" startDate="2017-09-26 05:28:30 +0100" endDate="2017-09-26 05:36:45 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 05:54:07 +0100" startDate="2017-09-26 05:36:45 +0100" endDate="2017-09-26 05:46:41 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 06:56:53 +0100" startDate="2017-09-26 05:46:41 +0100" endDate="2017-09-26 05:56:39 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 06:56:53 +0100" startDate="2017-09-26 05:56:39 +0100" endDate="2017-09-26 05:58:44 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 07:55:40 +0100" startDate="2017-09-26 07:10:06 +0100" endDate="2017-09-26 07:20:01 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 07:55:40 +0100" startDate="2017-09-26 07:20:01 +0100" endDate="2017-09-26 07:27:47 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 09:57:54 +0100" startDate="2017-09-26 09:00:58 +0100" endDate="2017-09-26 09:09:21 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 09:57:54 +0100" startDate="2017-09-26 09:09:21 +0100" endDate="2017-09-26 09:19:04 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 10:57:57 +0100" startDate="2017-09-26 09:57:29 +0100" endDate="2017-09-26 10:07:23 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 10:57:57 +0100" startDate="2017-09-26 10:07:23 +0100" endDate="2017-09-26 10:10:29 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 10:57:57 +0100" startDate="2017-09-26 10:14:26 +0100" endDate="2017-09-26 10:22:31 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 10:57:57 +0100" startDate="2017-09-26 10:22:31 +0100" endDate="2017-09-26 10:32:26 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 10:57:57 +0100" startDate="2017-09-26 10:32:26 +0100" endDate="2017-09-26 10:42:24 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 10:57:57 +0100" startDate="2017-09-26 10:42:24 +0100" endDate="2017-09-26 10:49:09 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 11:57:28 +0100" startDate="2017-09-26 11:02:37 +0100" endDate="2017-09-26 11:12:36 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 11:57:28 +0100" startDate="2017-09-26 11:12:36 +0100" endDate="2017-09-26 11:20:04 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 11:57:28 +0100" startDate="2017-09-26 11:20:04 +0100" endDate="2017-09-26 11:27:44 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 12:59:56 +0100" startDate="2017-09-26 11:51:57 +0100" endDate="2017-09-26 12:00:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 12:59:56 +0100" startDate="2017-09-26 12:09:48 +0100" endDate="2017-09-26 12:15:58 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 12:59:56 +0100" startDate="2017-09-26 12:49:20 +0100" endDate="2017-09-26 12:56:29 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 13:55:21 +0100" startDate="2017-09-26 13:43:49 +0100" endDate="2017-09-26 13:52:20 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 14:55:46 +0100" startDate="2017-09-26 13:52:20 +0100" endDate="2017-09-26 14:02:18 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 14:55:46 +0100" startDate="2017-09-26 14:02:18 +0100" endDate="2017-09-26 14:03:32 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 14:55:46 +0100" startDate="2017-09-26 14:42:09 +0100" endDate="2017-09-26 14:52:08 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 15:53:56 +0100" startDate="2017-09-26 14:52:08 +0100" endDate="2017-09-26 14:58:07 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 15:53:56 +0100" startDate="2017-09-26 15:23:34 +0100" endDate="2017-09-26 15:33:33 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 15:53:56 +0100" startDate="2017-09-26 15:33:33 +0100" endDate="2017-09-26 15:37:41 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 16:52:36 +0100" startDate="2017-09-26 15:56:43 +0100" endDate="2017-09-26 16:06:43 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 16:52:36 +0100" startDate="2017-09-26 16:06:43 +0100" endDate="2017-09-26 16:14:26 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 16:52:36 +0100" startDate="2017-09-26 16:20:51 +0100" endDate="2017-09-26 16:29:07 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 17:59:40 +0100" startDate="2017-09-26 16:59:26 +0100" endDate="2017-09-26 17:06:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 17:59:40 +0100" startDate="2017-09-26 17:29:28 +0100" endDate="2017-09-26 17:39:26 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 17:59:40 +0100" startDate="2017-09-26 17:39:26 +0100" endDate="2017-09-26 17:49:14 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-26 21:43:43 +0100" startDate="2017-09-26 21:16:10 +0100" endDate="2017-09-26 21:22:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 04:10:48 +0100" startDate="2017-09-27 03:57:07 +0100" endDate="2017-09-27 04:07:06 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 04:53:31 +0100" startDate="2017-09-27 04:07:06 +0100" endDate="2017-09-27 04:10:53 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 05:53:26 +0100" startDate="2017-09-27 05:13:26 +0100" endDate="2017-09-27 05:19:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 05:53:26 +0100" startDate="2017-09-27 05:19:59 +0100" endDate="2017-09-27 05:26:34 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 05:53:26 +0100" startDate="2017-09-27 05:40:19 +0100" endDate="2017-09-27 05:46:58 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 06:59:23 +0100" startDate="2017-09-27 05:46:58 +0100" endDate="2017-09-27 05:56:56 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 06:59:23 +0100" startDate="2017-09-27 05:56:56 +0100" endDate="2017-09-27 06:05:15 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 06:59:23 +0100" startDate="2017-09-27 06:05:15 +0100" endDate="2017-09-27 06:12:43 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 06:59:23 +0100" startDate="2017-09-27 06:12:43 +0100" endDate="2017-09-27 06:18:37 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 06:59:23 +0100" startDate="2017-09-27 06:40:20 +0100" endDate="2017-09-27 06:48:37 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 06:59:23 +0100" startDate="2017-09-27 06:48:37 +0100" endDate="2017-09-27 06:58:25 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 07:54:02 +0100" startDate="2017-09-27 06:58:25 +0100" endDate="2017-09-27 07:03:46 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 07:54:02 +0100" startDate="2017-09-27 07:11:12 +0100" endDate="2017-09-27 07:19:54 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 08:52:44 +0100" startDate="2017-09-27 07:44:51 +0100" endDate="2017-09-27 07:52:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 08:52:44 +0100" startDate="2017-09-27 08:04:20 +0100" endDate="2017-09-27 08:10:30 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 08:52:44 +0100" startDate="2017-09-27 08:38:55 +0100" endDate="2017-09-27 08:45:51 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 08:45:51 +0100" endDate="2017-09-27 08:54:07 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 08:55:17 +0100" endDate="2017-09-27 09:04:00 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 09:04:00 +0100" endDate="2017-09-27 09:07:00 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 09:08:09 +0100" endDate="2017-09-27 09:15:23 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 09:16:25 +0100" endDate="2017-09-27 09:23:21 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 09:23:21 +0100" endDate="2017-09-27 09:26:39 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 09:39:01 +0100" endDate="2017-09-27 09:45:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 10:52:31 +0100" startDate="2017-09-27 09:45:18 +0100" endDate="2017-09-27 09:51:34 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 10:38:10 +0100" endDate="2017-09-27 10:45:38 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 10:49:49 +0100" endDate="2017-09-27 10:56:15 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 10:58:12 +0100" endDate="2017-09-27 11:08:11 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 11:08:11 +0100" endDate="2017-09-27 11:16:58 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 11:16:58 +0100" endDate="2017-09-27 11:26:56 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 11:26:56 +0100" endDate="2017-09-27 11:31:26 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 11:33:07 +0100" endDate="2017-09-27 11:41:39 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 11:41:39 +0100" endDate="2017-09-27 11:51:14 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 11:51:14 +0100" endDate="2017-09-27 12:00:47 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 12:53:27 +0100" startDate="2017-09-27 12:00:47 +0100" endDate="2017-09-27 12:08:30 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 12:53:27 +0100" startDate="2017-09-27 12:08:30 +0100" endDate="2017-09-27 12:13:27 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 12:53:27 +0100" startDate="2017-09-27 12:13:27 +0100" endDate="2017-09-27 12:21:45 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 14:01:27 +0100" startDate="2017-09-27 13:41:17 +0100" endDate="2017-09-27 13:47:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 15:56:46 +0100" startDate="2017-09-27 14:53:19 +0100" endDate="2017-09-27 15:01:21 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 15:56:46 +0100" startDate="2017-09-27 15:05:41 +0100" endDate="2017-09-27 15:15:17 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 15:56:46 +0100" startDate="2017-09-27 15:15:17 +0100" endDate="2017-09-27 15:25:15 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 15:56:46 +0100" startDate="2017-09-27 15:25:15 +0100" endDate="2017-09-27 15:31:57 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 18:00:49 +0100" startDate="2017-09-27 16:55:55 +0100" endDate="2017-09-27 17:05:55 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 18:00:49 +0100" startDate="2017-09-27 17:05:55 +0100" endDate="2017-09-27 17:15:12 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 18:00:49 +0100" startDate="2017-09-27 17:25:25 +0100" endDate="2017-09-27 17:34:05 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 18:00:49 +0100" startDate="2017-09-27 17:34:05 +0100" endDate="2017-09-27 17:43:57 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 18:00:49 +0100" startDate="2017-09-27 17:43:57 +0100" endDate="2017-09-27 17:49:50 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 18:59:09 +0100" startDate="2017-09-27 17:49:50 +0100" endDate="2017-09-27 17:59:50 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 18:59:09 +0100" startDate="2017-09-27 17:59:50 +0100" endDate="2017-09-27 18:07:07 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 18:59:09 +0100" startDate="2017-09-27 18:16:57 +0100" endDate="2017-09-27 18:26:56 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 18:59:09 +0100" startDate="2017-09-27 18:26:56 +0100" endDate="2017-09-27 18:27:13 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 18:59:09 +0100" startDate="2017-09-27 18:45:42 +0100" endDate="2017-09-27 18:54:39 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 20:00:02 +0100" startDate="2017-09-27 19:00:54 +0100" endDate="2017-09-27 19:10:20 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 20:00:02 +0100" startDate="2017-09-27 19:10:20 +0100" endDate="2017-09-27 19:18:23 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 21:44:12 +0100" startDate="2017-09-27 20:07:45 +0100" endDate="2017-09-27 20:16:50 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 21:44:12 +0100" startDate="2017-09-27 20:25:07 +0100" endDate="2017-09-27 20:31:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 21:44:12 +0100" startDate="2017-09-27 20:55:36 +0100" endDate="2017-09-27 21:05:35 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-27 21:44:12 +0100" startDate="2017-09-27 21:05:35 +0100" endDate="2017-09-27 21:11:22 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 05:52:47 +0100" startDate="2017-09-28 05:18:33 +0100" endDate="2017-09-28 05:25:37 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 07:01:35 +0100" startDate="2017-09-28 05:46:49 +0100" endDate="2017-09-28 05:54:50 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 07:01:35 +0100" startDate="2017-09-28 05:57:25 +0100" endDate="2017-09-28 06:07:21 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 07:01:35 +0100" startDate="2017-09-28 06:07:21 +0100" endDate="2017-09-28 06:16:21 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 07:01:35 +0100" startDate="2017-09-28 06:16:21 +0100" endDate="2017-09-28 06:21:21 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 07:01:35 +0100" startDate="2017-09-28 06:33:03 +0100" endDate="2017-09-28 06:43:02 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 07:01:35 +0100" startDate="2017-09-28 06:43:02 +0100" endDate="2017-09-28 06:53:00 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 08:05:03 +0100" startDate="2017-09-28 06:53:00 +0100" endDate="2017-09-28 07:02:53 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 08:05:03 +0100" startDate="2017-09-28 07:02:53 +0100" endDate="2017-09-28 07:12:26 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 08:05:03 +0100" startDate="2017-09-28 07:12:26 +0100" endDate="2017-09-28 07:18:37 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 08:05:03 +0100" startDate="2017-09-28 07:33:33 +0100" endDate="2017-09-28 07:40:36 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 08:53:49 +0100" startDate="2017-09-28 08:10:08 +0100" endDate="2017-09-28 08:17:12 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 08:53:49 +0100" startDate="2017-09-28 08:17:12 +0100" endDate="2017-09-28 08:27:08 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 08:53:49 +0100" startDate="2017-09-28 08:33:40 +0100" endDate="2017-09-28 08:43:14 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 09:55:31 +0100" startDate="2017-09-28 08:50:03 +0100" endDate="2017-09-28 08:58:38 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 09:55:31 +0100" startDate="2017-09-28 08:58:38 +0100" endDate="2017-09-28 09:05:28 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 09:55:31 +0100" startDate="2017-09-28 09:15:55 +0100" endDate="2017-09-28 09:22:05 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 10:55:53 +0100" startDate="2017-09-28 10:10:42 +0100" endDate="2017-09-28 10:16:52 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 10:55:53 +0100" startDate="2017-09-28 10:16:52 +0100" endDate="2017-09-28 10:25:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 10:55:53 +0100" startDate="2017-09-28 10:35:16 +0100" endDate="2017-09-28 10:44:42 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 10:55:53 +0100" startDate="2017-09-28 10:44:42 +0100" endDate="2017-09-28 10:54:40 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 12:01:09 +0100" startDate="2017-09-28 10:54:40 +0100" endDate="2017-09-28 11:02:18 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 12:01:09 +0100" startDate="2017-09-28 11:10:30 +0100" endDate="2017-09-28 11:20:29 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 12:01:09 +0100" startDate="2017-09-28 11:20:29 +0100" endDate="2017-09-28 11:30:25 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 12:01:09 +0100" startDate="2017-09-28 11:30:25 +0100" endDate="2017-09-28 11:34:27 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 12:52:27 +0100" startDate="2017-09-28 11:57:16 +0100" endDate="2017-09-28 12:03:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 12:52:27 +0100" startDate="2017-09-28 12:18:19 +0100" endDate="2017-09-28 12:24:37 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 14:05:05 +0100" startDate="2017-09-28 12:53:05 +0100" endDate="2017-09-28 13:00:09 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 15:00:54 +0100" startDate="2017-09-28 13:59:42 +0100" endDate="2017-09-28 14:08:22 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 15:00:54 +0100" startDate="2017-09-28 14:08:22 +0100" endDate="2017-09-28 14:14:46 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 18:00:32 +0100" startDate="2017-09-28 17:06:31 +0100" endDate="2017-09-28 17:16:14 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 18:00:32 +0100" startDate="2017-09-28 17:16:14 +0100" endDate="2017-09-28 17:20:44 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 19:00:23 +0100" startDate="2017-09-28 18:35:00 +0100" endDate="2017-09-28 18:44:59 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 19:00:23 +0100" startDate="2017-09-28 18:44:59 +0100" endDate="2017-09-28 18:54:01 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 21:40:17 +0100" startDate="2017-09-28 21:04:33 +0100" endDate="2017-09-28 21:13:39 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 21:40:17 +0100" startDate="2017-09-28 21:13:39 +0100" endDate="2017-09-28 21:23:37 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 21:40:17 +0100" startDate="2017-09-28 21:23:37 +0100" endDate="2017-09-28 21:33:36 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 22:52:01 +0100" startDate="2017-09-28 21:33:36 +0100" endDate="2017-09-28 21:40:21 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-28 22:52:01 +0100" startDate="2017-09-28 22:04:13 +0100" endDate="2017-09-28 22:11:01 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 06:54:16 +0100" startDate="2017-09-29 06:09:25 +0100" endDate="2017-09-29 06:19:10 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 06:54:16 +0100" startDate="2017-09-29 06:19:10 +0100" endDate="2017-09-29 06:20:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 06:54:16 +0100" startDate="2017-09-29 06:38:11 +0100" endDate="2017-09-29 06:47:05 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 07:58:58 +0100" startDate="2017-09-29 06:47:05 +0100" endDate="2017-09-29 06:57:04 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 07:58:58 +0100" startDate="2017-09-29 06:57:04 +0100" endDate="2017-09-29 07:05:57 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 08:54:11 +0100" startDate="2017-09-29 08:02:54 +0100" endDate="2017-09-29 08:09:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 08:54:11 +0100" startDate="2017-09-29 08:14:04 +0100" endDate="2017-09-29 08:20:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 08:54:11 +0100" startDate="2017-09-29 08:26:56 +0100" endDate="2017-09-29 08:33:30 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 08:54:11 +0100" startDate="2017-09-29 08:33:30 +0100" endDate="2017-09-29 08:39:34 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 08:54:11 +0100" startDate="2017-09-29 08:39:34 +0100" endDate="2017-09-29 08:49:11 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 09:52:27 +0100" startDate="2017-09-29 08:53:33 +0100" endDate="2017-09-29 09:02:19 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 09:52:27 +0100" startDate="2017-09-29 09:18:45 +0100" endDate="2017-09-29 09:28:44 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 09:52:27 +0100" startDate="2017-09-29 09:28:44 +0100" endDate="2017-09-29 09:36:25 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 09:52:27 +0100" startDate="2017-09-29 09:36:25 +0100" endDate="2017-09-29 09:46:23 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 10:54:10 +0100" startDate="2017-09-29 09:46:23 +0100" endDate="2017-09-29 09:54:57 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 10:54:10 +0100" startDate="2017-09-29 10:27:08 +0100" endDate="2017-09-29 10:36:24 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 10:54:10 +0100" startDate="2017-09-29 10:36:24 +0100" endDate="2017-09-29 10:45:38 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 11:56:52 +0100" startDate="2017-09-29 10:55:45 +0100" endDate="2017-09-29 11:04:53 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 11:56:52 +0100" startDate="2017-09-29 11:34:41 +0100" endDate="2017-09-29 11:44:30 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 11:56:52 +0100" startDate="2017-09-29 11:44:30 +0100" endDate="2017-09-29 11:54:07 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 13:02:23 +0100" startDate="2017-09-29 11:54:07 +0100" endDate="2017-09-29 11:56:52 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 13:59:52 +0100" startDate="2017-09-29 13:47:20 +0100" endDate="2017-09-29 13:53:43 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 14:53:43 +0100" startDate="2017-09-29 14:06:29 +0100" endDate="2017-09-29 14:16:29 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 14:53:43 +0100" startDate="2017-09-29 14:16:29 +0100" endDate="2017-09-29 14:26:27 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 14:53:43 +0100" startDate="2017-09-29 14:26:27 +0100" endDate="2017-09-29 14:36:25 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 14:53:43 +0100" startDate="2017-09-29 14:36:25 +0100" endDate="2017-09-29 14:45:36 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 16:00:36 +0100" startDate="2017-09-29 14:45:36 +0100" endDate="2017-09-29 14:50:30 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 16:00:36 +0100" startDate="2017-09-29 15:02:35 +0100" endDate="2017-09-29 15:12:35 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 16:00:36 +0100" startDate="2017-09-29 15:12:35 +0100" endDate="2017-09-29 15:16:57 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 16:55:17 +0100" startDate="2017-09-29 16:11:05 +0100" endDate="2017-09-29 16:21:04 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8b90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 16:55:17 +0100" startDate="2017-09-29 16:21:04 +0100" endDate="2017-09-29 16:29:51 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 16:55:17 +0100" startDate="2017-09-29 16:29:51 +0100" endDate="2017-09-29 16:31:30 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 16:55:17 +0100" startDate="2017-09-29 16:35:52 +0100" endDate="2017-09-29 16:45:43 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 17:58:18 +0100" startDate="2017-09-29 17:05:28 +0100" endDate="2017-09-29 17:11:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 17:58:18 +0100" startDate="2017-09-29 17:11:42 +0100" endDate="2017-09-29 17:21:32 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 18:53:39 +0100" startDate="2017-09-29 18:31:37 +0100" endDate="2017-09-29 18:39:22 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 18:53:39 +0100" startDate="2017-09-29 18:39:22 +0100" endDate="2017-09-29 18:47:46 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 21:42:15 +0100" startDate="2017-09-29 21:04:03 +0100" endDate="2017-09-29 21:12:45 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 21:42:15 +0100" startDate="2017-09-29 21:12:45 +0100" endDate="2017-09-29 21:18:35 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 22:40:04 +0100" startDate="2017-09-29 21:36:14 +0100" endDate="2017-09-29 21:45:45 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-29 22:40:04 +0100" startDate="2017-09-29 21:45:45 +0100" endDate="2017-09-29 21:48:15 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 08:10:07 +0100" startDate="2017-09-30 07:05:10 +0100" endDate="2017-09-30 07:12:18 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 09:00:04 +0100" startDate="2017-09-30 08:43:37 +0100" endDate="2017-09-30 08:50:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 09:55:42 +0100" startDate="2017-09-30 09:01:45 +0100" endDate="2017-09-30 09:11:45 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 09:55:42 +0100" startDate="2017-09-30 09:11:45 +0100" endDate="2017-09-30 09:14:53 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 09:55:42 +0100" startDate="2017-09-30 09:16:12 +0100" endDate="2017-09-30 09:26:11 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 09:55:42 +0100" startDate="2017-09-30 09:26:11 +0100" endDate="2017-09-30 09:36:10 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 09:55:42 +0100" startDate="2017-09-30 09:36:10 +0100" endDate="2017-09-30 09:44:46 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 09:55:42 +0100" startDate="2017-09-30 09:44:46 +0100" endDate="2017-09-30 09:52:33 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 10:59:25 +0100" startDate="2017-09-30 09:58:20 +0100" endDate="2017-09-30 10:08:19 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 10:59:25 +0100" startDate="2017-09-30 10:08:19 +0100" endDate="2017-09-30 10:17:45 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 11:56:10 +0100" startDate="2017-09-30 11:33:39 +0100" endDate="2017-09-30 11:39:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 12:53:06 +0100" startDate="2017-09-30 12:06:36 +0100" endDate="2017-09-30 12:12:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 12:53:06 +0100" startDate="2017-09-30 12:15:35 +0100" endDate="2017-09-30 12:22:31 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 12:53:06 +0100" startDate="2017-09-30 12:22:31 +0100" endDate="2017-09-30 12:32:11 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 12:53:06 +0100" startDate="2017-09-30 12:32:11 +0100" endDate="2017-09-30 12:42:11 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 12:53:06 +0100" startDate="2017-09-30 12:42:11 +0100" endDate="2017-09-30 12:49:58 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 13:55:41 +0100" startDate="2017-09-30 12:49:58 +0100" endDate="2017-09-30 12:56:55 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 13:55:41 +0100" startDate="2017-09-30 12:56:55 +0100" endDate="2017-09-30 13:06:53 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 13:55:41 +0100" startDate="2017-09-30 13:06:53 +0100" endDate="2017-09-30 13:16:53 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 13:55:41 +0100" startDate="2017-09-30 13:16:53 +0100" endDate="2017-09-30 13:26:52 +0100" value="1096"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 13:55:41 +0100" startDate="2017-09-30 13:26:52 +0100" endDate="2017-09-30 13:36:52 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 13:55:41 +0100" startDate="2017-09-30 13:36:52 +0100" endDate="2017-09-30 13:46:44 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 14:56:12 +0100" startDate="2017-09-30 13:46:44 +0100" endDate="2017-09-30 13:56:21 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 14:56:12 +0100" startDate="2017-09-30 13:56:21 +0100" endDate="2017-09-30 14:06:09 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 14:56:12 +0100" startDate="2017-09-30 14:06:09 +0100" endDate="2017-09-30 14:16:06 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 14:56:12 +0100" startDate="2017-09-30 14:16:06 +0100" endDate="2017-09-30 14:26:06 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 14:56:12 +0100" startDate="2017-09-30 14:31:20 +0100" endDate="2017-09-30 14:41:12 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 14:56:12 +0100" startDate="2017-09-30 14:41:41 +0100" endDate="2017-09-30 14:48:12 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 16:58:05 +0100" startDate="2017-09-30 16:01:18 +0100" endDate="2017-09-30 16:11:18 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 16:58:05 +0100" startDate="2017-09-30 16:11:18 +0100" endDate="2017-09-30 16:20:20 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 16:58:05 +0100" startDate="2017-09-30 16:20:20 +0100" endDate="2017-09-30 16:25:33 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 16:58:05 +0100" startDate="2017-09-30 16:45:52 +0100" endDate="2017-09-30 16:54:46 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 17:54:24 +0100" startDate="2017-09-30 16:54:46 +0100" endDate="2017-09-30 17:02:07 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 17:54:24 +0100" startDate="2017-09-30 17:37:17 +0100" endDate="2017-09-30 17:44:13 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 18:55:04 +0100" startDate="2017-09-30 17:56:20 +0100" endDate="2017-09-30 18:06:20 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 18:55:04 +0100" startDate="2017-09-30 18:06:20 +0100" endDate="2017-09-30 18:10:27 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 18:55:04 +0100" startDate="2017-09-30 18:18:07 +0100" endDate="2017-09-30 18:28:01 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 18:55:04 +0100" startDate="2017-09-30 18:28:01 +0100" endDate="2017-09-30 18:30:39 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 18:55:04 +0100" startDate="2017-09-30 18:43:30 +0100" endDate="2017-09-30 18:50:26 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 19:58:09 +0100" startDate="2017-09-30 18:50:26 +0100" endDate="2017-09-30 18:59:47 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 19:58:09 +0100" startDate="2017-09-30 18:59:47 +0100" endDate="2017-09-30 19:06:23 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 19:58:09 +0100" startDate="2017-09-30 19:09:26 +0100" endDate="2017-09-30 19:18:52 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 19:58:09 +0100" startDate="2017-09-30 19:21:21 +0100" endDate="2017-09-30 19:29:52 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 19:58:09 +0100" startDate="2017-09-30 19:29:52 +0100" endDate="2017-09-30 19:35:02 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 21:42:07 +0100" startDate="2017-09-30 20:17:56 +0100" endDate="2017-09-30 20:24:36 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 22:33:17 +0100" startDate="2017-09-30 21:50:53 +0100" endDate="2017-09-30 22:00:51 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 22:33:17 +0100" startDate="2017-09-30 22:00:51 +0100" endDate="2017-09-30 22:05:04 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 23:32:49 +0100" startDate="2017-09-30 22:48:21 +0100" endDate="2017-09-30 22:57:47 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 23:32:49 +0100" startDate="2017-09-30 22:57:47 +0100" endDate="2017-09-30 23:01:03 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 23:32:49 +0100" startDate="2017-09-30 23:03:14 +0100" endDate="2017-09-30 23:12:47 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-09-30 23:32:49 +0100" startDate="2017-09-30 23:12:47 +0100" endDate="2017-09-30 23:22:04 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 00:26:20 +0100" startDate="2017-09-30 23:32:14 +0100" endDate="2017-09-30 23:40:03 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 00:26:20 +0100" startDate="2017-09-30 23:40:03 +0100" endDate="2017-09-30 23:48:40 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 00:26:20 +0100" startDate="2017-09-30 23:48:40 +0100" endDate="2017-09-30 23:58:38 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 00:26:20 +0100" startDate="2017-09-30 23:58:38 +0100" endDate="2017-10-01 00:08:37 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 00:26:20 +0100" startDate="2017-10-01 00:08:37 +0100" endDate="2017-10-01 00:18:35 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 01:43:39 +0100" startDate="2017-10-01 00:18:35 +0100" endDate="2017-10-01 00:26:44 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 01:43:39 +0100" startDate="2017-10-01 00:26:44 +0100" endDate="2017-10-01 00:36:42 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 01:43:39 +0100" startDate="2017-10-01 00:36:42 +0100" endDate="2017-10-01 00:43:08 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 01:43:39 +0100" startDate="2017-10-01 00:43:08 +0100" endDate="2017-10-01 00:52:18 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 01:43:39 +0100" startDate="2017-10-01 01:08:57 +0100" endDate="2017-10-01 01:18:56 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 01:43:39 +0100" startDate="2017-10-01 01:18:56 +0100" endDate="2017-10-01 01:19:44 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 07:53:11 +0100" startDate="2017-10-01 07:35:46 +0100" endDate="2017-10-01 07:45:44 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 08:53:28 +0100" startDate="2017-10-01 07:45:44 +0100" endDate="2017-10-01 07:55:42 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 08:53:28 +0100" startDate="2017-10-01 07:55:42 +0100" endDate="2017-10-01 08:02:28 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 08:53:28 +0100" startDate="2017-10-01 08:02:28 +0100" endDate="2017-10-01 08:07:42 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 08:53:28 +0100" startDate="2017-10-01 08:07:42 +0100" endDate="2017-10-01 08:16:33 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 08:53:28 +0100" startDate="2017-10-01 08:37:42 +0100" endDate="2017-10-01 08:44:28 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 09:54:18 +0100" startDate="2017-10-01 08:44:28 +0100" endDate="2017-10-01 08:53:39 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 09:54:18 +0100" startDate="2017-10-01 08:53:39 +0100" endDate="2017-10-01 08:59:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 09:54:18 +0100" startDate="2017-10-01 09:23:45 +0100" endDate="2017-10-01 09:33:45 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 09:54:18 +0100" startDate="2017-10-01 09:33:45 +0100" endDate="2017-10-01 09:35:58 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 10:52:42 +0100" startDate="2017-10-01 09:58:42 +0100" endDate="2017-10-01 10:05:48 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 10:52:42 +0100" startDate="2017-10-01 10:07:10 +0100" endDate="2017-10-01 10:15:53 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 10:52:42 +0100" startDate="2017-10-01 10:15:53 +0100" endDate="2017-10-01 10:25:14 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 10:52:42 +0100" startDate="2017-10-01 10:25:14 +0100" endDate="2017-10-01 10:29:49 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 10:52:42 +0100" startDate="2017-10-01 10:33:16 +0100" endDate="2017-10-01 10:43:02 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 11:58:40 +0100" startDate="2017-10-01 10:43:02 +0100" endDate="2017-10-01 10:52:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 14:58:29 +0100" startDate="2017-10-01 14:25:09 +0100" endDate="2017-10-01 14:31:32 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 15:54:47 +0100" startDate="2017-10-01 15:34:39 +0100" endDate="2017-10-01 15:41:17 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 15:54:47 +0100" startDate="2017-10-01 15:41:17 +0100" endDate="2017-10-01 15:47:28 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 16:57:37 +0100" startDate="2017-10-01 15:47:28 +0100" endDate="2017-10-01 15:55:50 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 16:57:37 +0100" startDate="2017-10-01 16:06:50 +0100" endDate="2017-10-01 16:16:12 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 16:57:37 +0100" startDate="2017-10-01 16:16:12 +0100" endDate="2017-10-01 16:24:09 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 16:57:37 +0100" startDate="2017-10-01 16:28:37 +0100" endDate="2017-10-01 16:36:52 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 16:57:37 +0100" startDate="2017-10-01 16:36:52 +0100" endDate="2017-10-01 16:39:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 19:53:35 +0100" startDate="2017-10-01 18:49:07 +0100" endDate="2017-10-01 18:58:39 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 19:53:35 +0100" startDate="2017-10-01 18:58:39 +0100" endDate="2017-10-01 19:00:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 19:53:35 +0100" startDate="2017-10-01 19:17:41 +0100" endDate="2017-10-01 19:26:14 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 19:53:35 +0100" startDate="2017-10-01 19:26:14 +0100" endDate="2017-10-01 19:33:24 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 19:53:35 +0100" startDate="2017-10-01 19:33:37 +0100" endDate="2017-10-01 19:43:34 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 19:53:35 +0100" startDate="2017-10-01 19:43:34 +0100" endDate="2017-10-01 19:44:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-01 22:42:19 +0100" startDate="2017-10-01 21:39:48 +0100" endDate="2017-10-01 21:46:33 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 08:02:08 +0100" startDate="2017-10-02 07:37:46 +0100" endDate="2017-10-02 07:47:01 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 08:02:08 +0100" startDate="2017-10-02 07:47:01 +0100" endDate="2017-10-02 07:56:55 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 08:53:16 +0100" startDate="2017-10-02 08:28:45 +0100" endDate="2017-10-02 08:35:13 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 08:53:16 +0100" startDate="2017-10-02 08:38:19 +0100" endDate="2017-10-02 08:47:17 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 09:56:13 +0100" startDate="2017-10-02 08:55:12 +0100" endDate="2017-10-02 09:05:11 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 09:56:13 +0100" startDate="2017-10-02 09:05:11 +0100" endDate="2017-10-02 09:14:37 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 09:56:13 +0100" startDate="2017-10-02 09:14:37 +0100" endDate="2017-10-02 09:24:37 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 09:56:13 +0100" startDate="2017-10-02 09:24:37 +0100" endDate="2017-10-02 09:33:43 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 09:56:13 +0100" startDate="2017-10-02 09:33:43 +0100" endDate="2017-10-02 09:43:10 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 09:56:13 +0100" startDate="2017-10-02 09:43:10 +0100" endDate="2017-10-02 09:53:04 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 11:02:17 +0100" startDate="2017-10-02 09:53:04 +0100" endDate="2017-10-02 10:02:46 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 11:02:17 +0100" startDate="2017-10-02 10:02:46 +0100" endDate="2017-10-02 10:10:57 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 11:02:17 +0100" startDate="2017-10-02 10:10:57 +0100" endDate="2017-10-02 10:16:54 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 11:02:17 +0100" startDate="2017-10-02 10:21:19 +0100" endDate="2017-10-02 10:29:44 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 11:02:17 +0100" startDate="2017-10-02 10:29:44 +0100" endDate="2017-10-02 10:38:55 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 11:53:05 +0100" startDate="2017-10-02 11:10:53 +0100" endDate="2017-10-02 11:16:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 12:57:26 +0100" startDate="2017-10-02 12:17:28 +0100" endDate="2017-10-02 12:23:59 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 13:54:37 +0100" startDate="2017-10-02 13:22:12 +0100" endDate="2017-10-02 13:31:08 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 13:54:37 +0100" startDate="2017-10-02 13:41:01 +0100" endDate="2017-10-02 13:47:47 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 14:55:14 +0100" startDate="2017-10-02 13:47:47 +0100" endDate="2017-10-02 13:49:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 15:56:44 +0100" startDate="2017-10-02 15:38:29 +0100" endDate="2017-10-02 15:45:10 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 16:53:08 +0100" startDate="2017-10-02 15:58:52 +0100" endDate="2017-10-02 16:08:19 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 16:53:08 +0100" startDate="2017-10-02 16:08:19 +0100" endDate="2017-10-02 16:16:21 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 17:57:29 +0100" startDate="2017-10-02 16:45:57 +0100" endDate="2017-10-02 16:55:55 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 17:57:29 +0100" startDate="2017-10-02 16:55:55 +0100" endDate="2017-10-02 17:05:53 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 17:57:29 +0100" startDate="2017-10-02 17:05:53 +0100" endDate="2017-10-02 17:13:42 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 18:59:34 +0100" startDate="2017-10-02 18:12:04 +0100" endDate="2017-10-02 18:18:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 18:59:34 +0100" startDate="2017-10-02 18:38:37 +0100" endDate="2017-10-02 18:44:40 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-02 19:52:44 +0100" startDate="2017-10-02 19:30:21 +0100" endDate="2017-10-02 19:36:36 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 07:13:35 +0100" startDate="2017-10-02 22:09:33 +0100" endDate="2017-10-02 22:19:32 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 07:13:35 +0100" startDate="2017-10-02 22:19:32 +0100" endDate="2017-10-02 22:19:47 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 07:13:35 +0100" startDate="2017-10-03 06:15:09 +0100" endDate="2017-10-03 06:21:34 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 07:13:35 +0100" startDate="2017-10-03 06:21:34 +0100" endDate="2017-10-03 06:28:06 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 07:44:46 +0100" startDate="2017-10-03 07:09:05 +0100" endDate="2017-10-03 07:17:05 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 07:44:46 +0100" startDate="2017-10-03 07:17:05 +0100" endDate="2017-10-03 07:23:41 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 07:44:46 +0100" startDate="2017-10-03 07:24:56 +0100" endDate="2017-10-03 07:31:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 09:47:35 +0100" startDate="2017-10-03 09:23:56 +0100" endDate="2017-10-03 09:33:35 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 09:47:35 +0100" startDate="2017-10-03 09:33:35 +0100" endDate="2017-10-03 09:41:35 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 10:49:16 +0100" startDate="2017-10-03 09:55:35 +0100" endDate="2017-10-03 10:01:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 10:49:16 +0100" startDate="2017-10-03 10:28:42 +0100" endDate="2017-10-03 10:38:37 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 10:49:16 +0100" startDate="2017-10-03 10:38:37 +0100" endDate="2017-10-03 10:48:37 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 11:49:32 +0100" startDate="2017-10-03 10:48:37 +0100" endDate="2017-10-03 10:49:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 11:49:32 +0100" startDate="2017-10-03 10:55:21 +0100" endDate="2017-10-03 11:03:49 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 11:49:32 +0100" startDate="2017-10-03 11:14:25 +0100" endDate="2017-10-03 11:24:15 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 11:49:32 +0100" startDate="2017-10-03 11:24:15 +0100" endDate="2017-10-03 11:33:09 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 13:44:26 +0100" startDate="2017-10-03 12:52:48 +0100" endDate="2017-10-03 12:58:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 15:45:45 +0100" startDate="2017-10-03 15:07:02 +0100" endDate="2017-10-03 15:15:57 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 15:45:45 +0100" startDate="2017-10-03 15:17:16 +0100" endDate="2017-10-03 15:24:55 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 16:48:06 +0100" startDate="2017-10-03 16:10:04 +0100" endDate="2017-10-03 16:19:38 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 16:48:06 +0100" startDate="2017-10-03 16:32:27 +0100" endDate="2017-10-03 16:41:53 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 17:45:34 +0100" startDate="2017-10-03 16:41:53 +0100" endDate="2017-10-03 16:48:12 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 17:45:34 +0100" startDate="2017-10-03 17:05:47 +0100" endDate="2017-10-03 17:13:56 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 17:45:34 +0100" startDate="2017-10-03 17:14:53 +0100" endDate="2017-10-03 17:23:52 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 17:45:34 +0100" startDate="2017-10-03 17:23:52 +0100" endDate="2017-10-03 17:26:14 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 18:48:31 +0100" startDate="2017-10-03 17:53:59 +0100" endDate="2017-10-03 18:00:14 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 18:48:31 +0100" startDate="2017-10-03 18:00:14 +0100" endDate="2017-10-03 18:04:19 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 18:48:31 +0100" startDate="2017-10-03 18:25:55 +0100" endDate="2017-10-03 18:34:57 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 18:48:31 +0100" startDate="2017-10-03 18:37:20 +0100" endDate="2017-10-03 18:46:48 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 20:46:24 +0100" startDate="2017-10-03 19:41:32 +0100" endDate="2017-10-03 19:47:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-03 20:46:24 +0100" startDate="2017-10-03 20:17:44 +0100" endDate="2017-10-03 20:27:29 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 07:11:26 +0100" startDate="2017-10-03 20:46:47 +0100" endDate="2017-10-03 20:56:46 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 07:11:26 +0100" startDate="2017-10-03 20:56:46 +0100" endDate="2017-10-03 20:59:27 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 07:11:26 +0100" startDate="2017-10-04 06:08:38 +0100" endDate="2017-10-04 06:14:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 07:42:05 +0100" startDate="2017-10-04 07:24:12 +0100" endDate="2017-10-04 07:30:58 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 08:40:37 +0100" startDate="2017-10-04 07:51:51 +0100" endDate="2017-10-04 07:58:19 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 08:40:37 +0100" startDate="2017-10-04 08:02:54 +0100" endDate="2017-10-04 08:09:24 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 08:40:37 +0100" startDate="2017-10-04 08:11:53 +0100" endDate="2017-10-04 08:21:53 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 08:40:37 +0100" startDate="2017-10-04 08:21:53 +0100" endDate="2017-10-04 08:31:52 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 09:40:19 +0100" startDate="2017-10-04 08:31:52 +0100" endDate="2017-10-04 08:32:02 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 09:40:19 +0100" startDate="2017-10-04 08:41:31 +0100" endDate="2017-10-04 08:50:37 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 09:40:19 +0100" startDate="2017-10-04 08:54:56 +0100" endDate="2017-10-04 09:04:36 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 09:40:19 +0100" startDate="2017-10-04 09:04:36 +0100" endDate="2017-10-04 09:07:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 09:40:19 +0100" startDate="2017-10-04 09:30:01 +0100" endDate="2017-10-04 09:38:42 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 10:44:46 +0100" startDate="2017-10-04 09:38:42 +0100" endDate="2017-10-04 09:48:39 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 10:44:46 +0100" startDate="2017-10-04 09:48:39 +0100" endDate="2017-10-04 09:58:37 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 10:44:46 +0100" startDate="2017-10-04 09:58:37 +0100" endDate="2017-10-04 10:08:08 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 10:44:46 +0100" startDate="2017-10-04 10:10:21 +0100" endDate="2017-10-04 10:18:21 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 11:39:04 +0100" startDate="2017-10-04 10:46:47 +0100" endDate="2017-10-04 10:56:42 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 11:39:04 +0100" startDate="2017-10-04 10:56:42 +0100" endDate="2017-10-04 11:06:13 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 12:41:50 +0100" startDate="2017-10-04 11:40:18 +0100" endDate="2017-10-04 11:50:14 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 12:41:50 +0100" startDate="2017-10-04 11:50:14 +0100" endDate="2017-10-04 11:54:37 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 12:41:50 +0100" startDate="2017-10-04 12:11:01 +0100" endDate="2017-10-04 12:21:00 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 12:41:50 +0100" startDate="2017-10-04 12:21:00 +0100" endDate="2017-10-04 12:31:00 +0100" value="1061"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 12:41:50 +0100" startDate="2017-10-04 12:31:00 +0100" endDate="2017-10-04 12:34:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 13:53:03 +0100" startDate="2017-10-04 13:05:25 +0100" endDate="2017-10-04 13:14:51 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 13:53:03 +0100" startDate="2017-10-04 13:14:51 +0100" endDate="2017-10-04 13:16:58 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 15:38:40 +0100" startDate="2017-10-04 14:32:09 +0100" endDate="2017-10-04 14:42:06 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 16:42:22 +0100" startDate="2017-10-04 15:58:23 +0100" endDate="2017-10-04 16:08:23 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 16:42:22 +0100" startDate="2017-10-04 16:08:23 +0100" endDate="2017-10-04 16:18:23 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 16:42:22 +0100" startDate="2017-10-04 16:18:23 +0100" endDate="2017-10-04 16:18:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 17:44:45 +0100" startDate="2017-10-04 16:50:17 +0100" endDate="2017-10-04 16:58:12 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 17:44:45 +0100" startDate="2017-10-04 16:58:12 +0100" endDate="2017-10-04 17:05:36 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 17:44:45 +0100" startDate="2017-10-04 17:25:58 +0100" endDate="2017-10-04 17:34:59 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 18:44:16 +0100" startDate="2017-10-04 18:00:40 +0100" endDate="2017-10-04 18:06:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 20:48:14 +0100" startDate="2017-10-04 18:51:31 +0100" endDate="2017-10-04 19:01:23 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-04 20:48:14 +0100" startDate="2017-10-04 19:24:38 +0100" endDate="2017-10-04 19:33:01 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 08:26:31 +0100" startDate="2017-10-05 07:12:37 +0100" endDate="2017-10-05 07:22:09 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 08:26:31 +0100" startDate="2017-10-05 07:22:09 +0100" endDate="2017-10-05 07:32:09 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 08:26:31 +0100" startDate="2017-10-05 07:32:09 +0100" endDate="2017-10-05 07:39:36 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 08:26:31 +0100" startDate="2017-10-05 07:40:41 +0100" endDate="2017-10-05 07:50:03 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 11:20:14 +0100" startDate="2017-10-05 10:51:59 +0100" endDate="2017-10-05 11:00:09 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 11:20:14 +0100" startDate="2017-10-05 11:00:09 +0100" endDate="2017-10-05 11:07:44 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 12:22:04 +0100" startDate="2017-10-05 11:49:50 +0100" endDate="2017-10-05 11:58:43 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 12:22:04 +0100" startDate="2017-10-05 11:58:43 +0100" endDate="2017-10-05 12:01:56 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 15:21:47 +0100" startDate="2017-10-05 14:54:04 +0100" endDate="2017-10-05 15:02:14 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 16:20:12 +0100" startDate="2017-10-05 15:18:27 +0100" endDate="2017-10-05 15:27:51 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 16:20:12 +0100" startDate="2017-10-05 16:00:07 +0100" endDate="2017-10-05 16:07:14 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 16:20:12 +0100" startDate="2017-10-05 16:07:14 +0100" endDate="2017-10-05 16:17:09 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 17:22:30 +0100" startDate="2017-10-05 16:17:09 +0100" endDate="2017-10-05 16:21:24 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 17:22:30 +0100" startDate="2017-10-05 16:44:55 +0100" endDate="2017-10-05 16:52:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 18:23:18 +0100" startDate="2017-10-05 17:24:55 +0100" endDate="2017-10-05 17:33:51 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 18:23:18 +0100" startDate="2017-10-05 17:33:51 +0100" endDate="2017-10-05 17:43:49 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 18:23:18 +0100" startDate="2017-10-05 17:43:49 +0100" endDate="2017-10-05 17:45:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 19:23:52 +0100" startDate="2017-10-05 18:31:14 +0100" endDate="2017-10-05 18:38:02 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 19:23:52 +0100" startDate="2017-10-05 18:58:14 +0100" endDate="2017-10-05 19:04:14 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 20:18:25 +0100" startDate="2017-10-05 19:55:04 +0100" endDate="2017-10-05 20:04:12 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 20:18:25 +0100" startDate="2017-10-05 20:04:12 +0100" endDate="2017-10-05 20:14:10 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 20:14:10 +0100" endDate="2017-10-05 20:24:09 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 20:24:09 +0100" endDate="2017-10-05 20:28:52 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 20:39:41 +0100" endDate="2017-10-05 20:47:46 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 21:06:24 +0100" endDate="2017-10-05 21:14:39 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 21:14:39 +0100" endDate="2017-10-05 21:24:37 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 21:24:37 +0100" endDate="2017-10-05 21:31:23 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 21:39:07 +0100" endDate="2017-10-05 21:47:53 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 06:23:05 +0100" startDate="2017-10-06 05:47:26 +0100" endDate="2017-10-06 05:56:09 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 07:19:52 +0100" startDate="2017-10-06 06:57:06 +0100" endDate="2017-10-06 07:03:37 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 09:18:06 +0100" startDate="2017-10-06 08:48:06 +0100" endDate="2017-10-06 08:57:30 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 09:18:06 +0100" startDate="2017-10-06 08:57:30 +0100" endDate="2017-10-06 09:07:30 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 09:18:06 +0100" startDate="2017-10-06 09:07:30 +0100" endDate="2017-10-06 09:11:09 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 10:22:47 +0100" startDate="2017-10-06 09:35:25 +0100" endDate="2017-10-06 09:45:24 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 10:22:47 +0100" startDate="2017-10-06 09:45:24 +0100" endDate="2017-10-06 09:50:23 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 10:22:47 +0100" startDate="2017-10-06 09:56:33 +0100" endDate="2017-10-06 10:04:07 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 11:20:45 +0100" startDate="2017-10-06 10:39:37 +0100" endDate="2017-10-06 10:45:50 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 11:20:45 +0100" startDate="2017-10-06 10:45:50 +0100" endDate="2017-10-06 10:55:24 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 11:20:45 +0100" startDate="2017-10-06 10:55:24 +0100" endDate="2017-10-06 11:04:12 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 12:20:28 +0100" startDate="2017-10-06 11:27:11 +0100" endDate="2017-10-06 11:36:35 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 12:20:28 +0100" startDate="2017-10-06 11:37:04 +0100" endDate="2017-10-06 11:47:03 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 12:20:28 +0100" startDate="2017-10-06 11:47:03 +0100" endDate="2017-10-06 11:55:26 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 12:20:28 +0100" startDate="2017-10-06 11:55:26 +0100" endDate="2017-10-06 12:04:53 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 12:20:28 +0100" startDate="2017-10-06 12:04:53 +0100" endDate="2017-10-06 12:11:15 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 13:19:45 +0100" startDate="2017-10-06 12:11:15 +0100" endDate="2017-10-06 12:20:35 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 13:19:45 +0100" startDate="2017-10-06 12:20:35 +0100" endDate="2017-10-06 12:25:31 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 13:19:45 +0100" startDate="2017-10-06 12:28:11 +0100" endDate="2017-10-06 12:37:47 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 13:19:45 +0100" startDate="2017-10-06 12:37:47 +0100" endDate="2017-10-06 12:47:44 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 13:19:45 +0100" startDate="2017-10-06 12:47:44 +0100" endDate="2017-10-06 12:55:10 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 15:23:07 +0100" startDate="2017-10-06 14:16:58 +0100" endDate="2017-10-06 14:26:57 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 15:23:07 +0100" startDate="2017-10-06 14:26:57 +0100" endDate="2017-10-06 14:36:31 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 15:23:07 +0100" startDate="2017-10-06 14:36:31 +0100" endDate="2017-10-06 14:46:22 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 15:23:07 +0100" startDate="2017-10-06 14:46:22 +0100" endDate="2017-10-06 14:56:18 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 15:23:07 +0100" startDate="2017-10-06 14:56:54 +0100" endDate="2017-10-06 15:05:57 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 15:23:07 +0100" startDate="2017-10-06 15:05:57 +0100" endDate="2017-10-06 15:13:06 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 16:18:22 +0100" startDate="2017-10-06 15:16:07 +0100" endDate="2017-10-06 15:25:37 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 16:18:22 +0100" startDate="2017-10-06 15:25:37 +0100" endDate="2017-10-06 15:30:44 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 16:18:22 +0100" startDate="2017-10-06 15:52:35 +0100" endDate="2017-10-06 15:58:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 17:20:52 +0100" startDate="2017-10-06 16:15:35 +0100" endDate="2017-10-06 16:25:27 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 17:20:52 +0100" startDate="2017-10-06 16:25:27 +0100" endDate="2017-10-06 16:35:26 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 17:20:52 +0100" startDate="2017-10-06 16:35:26 +0100" endDate="2017-10-06 16:43:04 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 19:19:46 +0100" startDate="2017-10-06 18:28:04 +0100" endDate="2017-10-06 18:37:14 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 19:19:46 +0100" startDate="2017-10-06 18:37:14 +0100" endDate="2017-10-06 18:44:53 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 19:19:46 +0100" startDate="2017-10-06 18:44:53 +0100" endDate="2017-10-06 18:50:10 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 19:19:46 +0100" startDate="2017-10-06 18:53:27 +0100" endDate="2017-10-06 19:00:18 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 20:19:18 +0100" startDate="2017-10-06 19:16:48 +0100" endDate="2017-10-06 19:22:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 20:19:18 +0100" startDate="2017-10-06 20:08:01 +0100" endDate="2017-10-06 20:17:51 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 21:48:26 +0100" startDate="2017-10-06 21:02:58 +0100" endDate="2017-10-06 21:11:43 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-06 21:48:26 +0100" startDate="2017-10-06 21:11:43 +0100" endDate="2017-10-06 21:16:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 06:12:31 +0100" endDate="2017-10-07 06:18:39 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 06:18:39 +0100" endDate="2017-10-07 06:27:12 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 06:27:12 +0100" endDate="2017-10-07 06:34:10 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 06:44:23 +0100" endDate="2017-10-07 06:50:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 06:50:58 +0100" endDate="2017-10-07 06:59:09 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 06:59:09 +0100" endDate="2017-10-07 07:09:09 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 07:09:09 +0100" endDate="2017-10-07 07:19:00 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 08:19:31 +0100" startDate="2017-10-07 07:19:00 +0100" endDate="2017-10-07 07:26:09 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 09:22:26 +0100" startDate="2017-10-07 08:32:55 +0100" endDate="2017-10-07 08:42:44 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 09:22:26 +0100" startDate="2017-10-07 08:42:44 +0100" endDate="2017-10-07 08:47:55 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 09:22:26 +0100" startDate="2017-10-07 08:49:34 +0100" endDate="2017-10-07 08:59:30 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 09:22:26 +0100" startDate="2017-10-07 08:59:30 +0100" endDate="2017-10-07 09:03:51 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 09:22:26 +0100" startDate="2017-10-07 09:03:51 +0100" endDate="2017-10-07 09:13:50 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 10:17:48 +0100" startDate="2017-10-07 09:13:50 +0100" endDate="2017-10-07 09:23:02 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 10:17:48 +0100" startDate="2017-10-07 09:25:52 +0100" endDate="2017-10-07 09:33:17 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 10:17:48 +0100" startDate="2017-10-07 09:33:17 +0100" endDate="2017-10-07 09:42:50 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 10:17:48 +0100" startDate="2017-10-07 09:42:50 +0100" endDate="2017-10-07 09:46:01 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 11:22:26 +0100" startDate="2017-10-07 10:25:27 +0100" endDate="2017-10-07 10:33:35 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 11:22:26 +0100" startDate="2017-10-07 10:51:49 +0100" endDate="2017-10-07 11:01:31 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 11:22:26 +0100" startDate="2017-10-07 11:01:31 +0100" endDate="2017-10-07 11:09:54 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 11:22:26 +0100" startDate="2017-10-07 11:09:54 +0100" endDate="2017-10-07 11:18:26 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 12:46:02 +0100" startDate="2017-10-07 11:18:26 +0100" endDate="2017-10-07 11:28:25 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 12:46:02 +0100" startDate="2017-10-07 11:28:25 +0100" endDate="2017-10-07 11:38:08 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 12:46:02 +0100" startDate="2017-10-07 11:45:22 +0100" endDate="2017-10-07 11:55:20 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 12:46:02 +0100" startDate="2017-10-07 11:55:20 +0100" endDate="2017-10-07 12:05:09 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 12:46:02 +0100" startDate="2017-10-07 12:05:09 +0100" endDate="2017-10-07 12:14:53 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 12:46:02 +0100" startDate="2017-10-07 12:14:53 +0100" endDate="2017-10-07 12:21:46 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 13:45:46 +0100" startDate="2017-10-07 12:21:46 +0100" endDate="2017-10-07 12:21:49 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 13:45:46 +0100" startDate="2017-10-07 13:25:14 +0100" endDate="2017-10-07 13:31:27 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 14:19:01 +0100" startDate="2017-10-07 13:36:01 +0100" endDate="2017-10-07 13:45:59 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 14:19:01 +0100" startDate="2017-10-07 13:45:59 +0100" endDate="2017-10-07 13:55:09 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 14:19:01 +0100" startDate="2017-10-07 13:55:09 +0100" endDate="2017-10-07 14:02:43 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 14:19:01 +0100" startDate="2017-10-07 14:02:43 +0100" endDate="2017-10-07 14:12:43 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 14:12:43 +0100" endDate="2017-10-07 14:17:37 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 14:21:08 +0100" endDate="2017-10-07 14:29:20 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 14:29:20 +0100" endDate="2017-10-07 14:39:15 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 14:39:15 +0100" endDate="2017-10-07 14:48:43 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 14:48:43 +0100" endDate="2017-10-07 14:56:45 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 14:56:45 +0100" endDate="2017-10-07 15:04:55 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 15:04:55 +0100" endDate="2017-10-07 15:13:45 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 16:22:52 +0100" startDate="2017-10-07 15:13:45 +0100" endDate="2017-10-07 15:18:54 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 16:22:52 +0100" startDate="2017-10-07 15:19:27 +0100" endDate="2017-10-07 15:28:58 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 16:22:52 +0100" startDate="2017-10-07 15:34:54 +0100" endDate="2017-10-07 15:42:16 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 16:22:52 +0100" startDate="2017-10-07 15:42:16 +0100" endDate="2017-10-07 15:48:19 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 16:22:52 +0100" startDate="2017-10-07 15:54:29 +0100" endDate="2017-10-07 16:00:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 16:22:52 +0100" startDate="2017-10-07 16:00:59 +0100" endDate="2017-10-07 16:06:55 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 17:19:46 +0100" startDate="2017-10-07 16:24:36 +0100" endDate="2017-10-07 16:34:36 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 17:19:46 +0100" startDate="2017-10-07 16:34:36 +0100" endDate="2017-10-07 16:39:35 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 17:19:46 +0100" startDate="2017-10-07 16:39:35 +0100" endDate="2017-10-07 16:49:33 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 17:19:46 +0100" startDate="2017-10-07 16:49:33 +0100" endDate="2017-10-07 16:58:12 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 19:18:07 +0100" startDate="2017-10-07 18:17:47 +0100" endDate="2017-10-07 18:26:51 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 19:18:07 +0100" startDate="2017-10-07 18:26:51 +0100" endDate="2017-10-07 18:36:50 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 19:18:07 +0100" startDate="2017-10-07 18:36:50 +0100" endDate="2017-10-07 18:46:48 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 19:18:07 +0100" startDate="2017-10-07 18:46:48 +0100" endDate="2017-10-07 18:51:55 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 19:18:07 +0100" startDate="2017-10-07 19:07:45 +0100" endDate="2017-10-07 19:13:48 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 20:26:58 +0100" startDate="2017-10-07 19:51:48 +0100" endDate="2017-10-07 20:01:46 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 20:26:58 +0100" startDate="2017-10-07 20:01:46 +0100" endDate="2017-10-07 20:07:48 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 22:07:18 +0100" startDate="2017-10-07 20:37:40 +0100" endDate="2017-10-07 20:45:47 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 22:07:18 +0100" startDate="2017-10-07 20:49:53 +0100" endDate="2017-10-07 20:58:56 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 22:07:18 +0100" startDate="2017-10-07 21:04:22 +0100" endDate="2017-10-07 21:10:40 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 22:07:18 +0100" startDate="2017-10-07 21:10:40 +0100" endDate="2017-10-07 21:18:20 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 22:07:18 +0100" startDate="2017-10-07 21:22:26 +0100" endDate="2017-10-07 21:28:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 22:07:18 +0100" startDate="2017-10-07 21:47:14 +0100" endDate="2017-10-07 21:54:02 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 23:07:46 +0100" startDate="2017-10-07 22:03:03 +0100" endDate="2017-10-07 22:11:13 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 23:07:46 +0100" startDate="2017-10-07 22:11:13 +0100" endDate="2017-10-07 22:21:11 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 23:07:46 +0100" startDate="2017-10-07 22:21:11 +0100" endDate="2017-10-07 22:31:09 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 23:07:46 +0100" startDate="2017-10-07 22:31:09 +0100" endDate="2017-10-07 22:41:08 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 23:07:46 +0100" startDate="2017-10-07 22:41:08 +0100" endDate="2017-10-07 22:51:06 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 23:07:46 +0100" startDate="2017-10-07 22:51:06 +0100" endDate="2017-10-07 23:00:49 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 23:53:53 +0100" startDate="2017-10-07 23:00:49 +0100" endDate="2017-10-07 23:10:47 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 23:53:53 +0100" startDate="2017-10-07 23:10:47 +0100" endDate="2017-10-07 23:20:43 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 23:53:53 +0100" startDate="2017-10-07 23:20:43 +0100" endDate="2017-10-07 23:30:36 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 23:53:53 +0100" startDate="2017-10-07 23:30:36 +0100" endDate="2017-10-07 23:40:16 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-07 23:53:53 +0100" startDate="2017-10-07 23:40:16 +0100" endDate="2017-10-07 23:46:32 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 00:47:47 +0100" startDate="2017-10-07 23:46:32 +0100" endDate="2017-10-07 23:56:02 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 00:47:47 +0100" startDate="2017-10-07 23:56:02 +0100" endDate="2017-10-08 00:05:10 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 00:47:47 +0100" startDate="2017-10-08 00:05:10 +0100" endDate="2017-10-08 00:13:08 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 00:47:47 +0100" startDate="2017-10-08 00:13:08 +0100" endDate="2017-10-08 00:23:04 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 00:47:47 +0100" startDate="2017-10-08 00:23:04 +0100" endDate="2017-10-08 00:32:14 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 08:21:08 +0100" startDate="2017-10-08 07:20:39 +0100" endDate="2017-10-08 07:27:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 08:21:08 +0100" startDate="2017-10-08 07:27:07 +0100" endDate="2017-10-08 07:31:48 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 09:19:07 +0100" startDate="2017-10-08 08:55:47 +0100" endDate="2017-10-08 09:04:02 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 09:19:07 +0100" startDate="2017-10-08 09:04:02 +0100" endDate="2017-10-08 09:11:35 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 10:33:09 +0100" startDate="2017-10-08 09:11:35 +0100" endDate="2017-10-08 09:19:43 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 10:33:09 +0100" startDate="2017-10-08 09:19:43 +0100" endDate="2017-10-08 09:23:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 13:17:52 +0100" startDate="2017-10-08 12:39:49 +0100" endDate="2017-10-08 12:46:32 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 13:17:52 +0100" startDate="2017-10-08 13:07:16 +0100" endDate="2017-10-08 13:16:12 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 14:20:10 +0100" startDate="2017-10-08 13:59:44 +0100" endDate="2017-10-08 14:09:42 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 14:20:10 +0100" startDate="2017-10-08 14:09:42 +0100" endDate="2017-10-08 14:13:35 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 15:20:54 +0100" startDate="2017-10-08 14:59:42 +0100" endDate="2017-10-08 15:08:15 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 15:20:54 +0100" startDate="2017-10-08 15:08:15 +0100" endDate="2017-10-08 15:16:34 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 16:19:58 +0100" startDate="2017-10-08 15:16:34 +0100" endDate="2017-10-08 15:22:26 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 16:19:58 +0100" startDate="2017-10-08 15:26:45 +0100" endDate="2017-10-08 15:33:05 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 16:19:58 +0100" startDate="2017-10-08 15:33:05 +0100" endDate="2017-10-08 15:42:05 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 17:19:04 +0100" startDate="2017-10-08 16:44:56 +0100" endDate="2017-10-08 16:54:15 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 17:19:04 +0100" startDate="2017-10-08 16:54:15 +0100" endDate="2017-10-08 17:00:05 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 18:30:23 +0100" startDate="2017-10-08 17:25:52 +0100" endDate="2017-10-08 17:32:35 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 22:09:05 +0100" startDate="2017-10-08 20:56:41 +0100" endDate="2017-10-08 21:04:31 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-08 22:09:05 +0100" startDate="2017-10-08 21:04:31 +0100" endDate="2017-10-08 21:13:33 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 06:25:14 +0100" startDate="2017-10-09 05:42:13 +0100" endDate="2017-10-09 05:48:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 06:25:14 +0100" startDate="2017-10-09 05:50:50 +0100" endDate="2017-10-09 06:00:11 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 06:25:14 +0100" startDate="2017-10-09 06:00:11 +0100" endDate="2017-10-09 06:10:10 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 07:25:40 +0100" startDate="2017-10-09 06:17:16 +0100" endDate="2017-10-09 06:25:13 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 07:25:40 +0100" startDate="2017-10-09 06:42:04 +0100" endDate="2017-10-09 06:48:12 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 09:19:02 +0100" startDate="2017-10-09 08:34:53 +0100" endDate="2017-10-09 08:41:24 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 09:19:02 +0100" startDate="2017-10-09 08:47:13 +0100" endDate="2017-10-09 08:55:56 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 09:19:02 +0100" startDate="2017-10-09 08:55:56 +0100" endDate="2017-10-09 09:01:12 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 11:18:55 +0100" startDate="2017-10-09 10:53:32 +0100" endDate="2017-10-09 11:02:51 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 11:18:55 +0100" startDate="2017-10-09 11:02:51 +0100" endDate="2017-10-09 11:11:20 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 12:23:53 +0100" startDate="2017-10-09 11:11:20 +0100" endDate="2017-10-09 11:21:16 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 12:23:53 +0100" startDate="2017-10-09 11:21:16 +0100" endDate="2017-10-09 11:30:50 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 12:23:53 +0100" startDate="2017-10-09 11:30:50 +0100" endDate="2017-10-09 11:33:41 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 13:20:30 +0100" startDate="2017-10-09 12:17:48 +0100" endDate="2017-10-09 12:27:48 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 13:20:30 +0100" startDate="2017-10-09 12:27:48 +0100" endDate="2017-10-09 12:37:47 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 13:20:30 +0100" startDate="2017-10-09 12:37:47 +0100" endDate="2017-10-09 12:42:48 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 13:20:30 +0100" startDate="2017-10-09 12:55:14 +0100" endDate="2017-10-09 13:03:29 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 14:23:36 +0100" startDate="2017-10-09 13:15:58 +0100" endDate="2017-10-09 13:25:55 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 14:23:36 +0100" startDate="2017-10-09 13:25:55 +0100" endDate="2017-10-09 13:34:26 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 14:23:36 +0100" startDate="2017-10-09 13:34:26 +0100" endDate="2017-10-09 13:43:47 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 14:23:36 +0100" startDate="2017-10-09 13:55:39 +0100" endDate="2017-10-09 14:02:25 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 15:19:48 +0100" startDate="2017-10-09 14:14:59 +0100" endDate="2017-10-09 14:20:12 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 15:19:48 +0100" startDate="2017-10-09 14:38:35 +0100" endDate="2017-10-09 14:44:47 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 15:19:48 +0100" startDate="2017-10-09 14:44:47 +0100" endDate="2017-10-09 14:53:40 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 15:19:48 +0100" startDate="2017-10-09 14:55:03 +0100" endDate="2017-10-09 15:01:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 16:20:46 +0100" startDate="2017-10-09 15:10:02 +0100" endDate="2017-10-09 15:16:15 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 16:20:46 +0100" startDate="2017-10-09 15:30:54 +0100" endDate="2017-10-09 15:40:53 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 16:20:46 +0100" startDate="2017-10-09 15:40:53 +0100" endDate="2017-10-09 15:47:12 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 16:20:46 +0100" startDate="2017-10-09 15:47:12 +0100" endDate="2017-10-09 15:54:33 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 17:18:21 +0100" startDate="2017-10-09 16:13:57 +0100" endDate="2017-10-09 16:23:56 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 17:18:21 +0100" startDate="2017-10-09 16:23:56 +0100" endDate="2017-10-09 16:33:55 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 17:18:21 +0100" startDate="2017-10-09 16:33:55 +0100" endDate="2017-10-09 16:40:31 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 17:18:21 +0100" startDate="2017-10-09 16:41:13 +0100" endDate="2017-10-09 16:47:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 17:18:21 +0100" startDate="2017-10-09 16:47:23 +0100" endDate="2017-10-09 16:54:19 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 17:18:21 +0100" startDate="2017-10-09 16:55:28 +0100" endDate="2017-10-09 17:01:48 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 18:18:24 +0100" startDate="2017-10-09 17:21:12 +0100" endDate="2017-10-09 17:30:30 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 18:18:24 +0100" startDate="2017-10-09 17:30:30 +0100" endDate="2017-10-09 17:38:01 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 18:18:24 +0100" startDate="2017-10-09 17:59:34 +0100" endDate="2017-10-09 18:09:01 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 19:18:22 +0100" startDate="2017-10-09 18:09:01 +0100" endDate="2017-10-09 18:14:02 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 19:18:22 +0100" startDate="2017-10-09 18:40:06 +0100" endDate="2017-10-09 18:46:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 20:17:52 +0100" startDate="2017-10-09 19:35:23 +0100" endDate="2017-10-09 19:43:39 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 20:17:52 +0100" startDate="2017-10-09 19:43:39 +0100" endDate="2017-10-09 19:46:59 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 21:41:13 +0100" startDate="2017-10-09 20:13:04 +0100" endDate="2017-10-09 20:22:36 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 21:41:13 +0100" startDate="2017-10-09 20:22:36 +0100" endDate="2017-10-09 20:24:00 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 21:41:13 +0100" startDate="2017-10-09 20:51:35 +0100" endDate="2017-10-09 20:58:24 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 21:41:13 +0100" startDate="2017-10-09 21:04:00 +0100" endDate="2017-10-09 21:11:04 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-09 21:41:13 +0100" startDate="2017-10-09 21:11:04 +0100" endDate="2017-10-09 21:14:42 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 06:21:06 +0100" startDate="2017-10-10 05:12:34 +0100" endDate="2017-10-10 05:19:13 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 06:21:06 +0100" startDate="2017-10-10 05:21:23 +0100" endDate="2017-10-10 05:28:35 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 06:21:06 +0100" startDate="2017-10-10 05:28:35 +0100" endDate="2017-10-10 05:32:36 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 06:21:06 +0100" startDate="2017-10-10 05:55:05 +0100" endDate="2017-10-10 06:05:05 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 06:21:06 +0100" startDate="2017-10-10 06:05:05 +0100" endDate="2017-10-10 06:15:03 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 07:23:23 +0100" startDate="2017-10-10 06:15:03 +0100" endDate="2017-10-10 06:25:03 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 07:23:23 +0100" startDate="2017-10-10 06:25:03 +0100" endDate="2017-10-10 06:25:10 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 07:23:23 +0100" startDate="2017-10-10 06:29:50 +0100" endDate="2017-10-10 06:39:08 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 07:23:23 +0100" startDate="2017-10-10 06:50:32 +0100" endDate="2017-10-10 06:59:33 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 07:23:23 +0100" startDate="2017-10-10 06:59:33 +0100" endDate="2017-10-10 07:09:24 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 08:23:39 +0100" startDate="2017-10-10 07:26:20 +0100" endDate="2017-10-10 07:36:18 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 09:20:16 +0100" startDate="2017-10-10 08:19:55 +0100" endDate="2017-10-10 08:28:44 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 09:20:16 +0100" startDate="2017-10-10 08:28:44 +0100" endDate="2017-10-10 08:35:40 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 09:20:16 +0100" startDate="2017-10-10 08:45:02 +0100" endDate="2017-10-10 08:55:02 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 09:20:16 +0100" startDate="2017-10-10 08:55:02 +0100" endDate="2017-10-10 09:05:02 +0100" value="1191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 09:20:16 +0100" startDate="2017-10-10 09:05:02 +0100" endDate="2017-10-10 09:07:10 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 10:18:08 +0100" startDate="2017-10-10 09:14:14 +0100" endDate="2017-10-10 09:20:22 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 10:18:08 +0100" startDate="2017-10-10 09:33:54 +0100" endDate="2017-10-10 09:43:54 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 10:18:08 +0100" startDate="2017-10-10 09:43:54 +0100" endDate="2017-10-10 09:45:39 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 10:18:08 +0100" startDate="2017-10-10 10:02:06 +0100" endDate="2017-10-10 10:12:05 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 11:20:56 +0100" startDate="2017-10-10 10:12:05 +0100" endDate="2017-10-10 10:21:17 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 11:20:56 +0100" startDate="2017-10-10 10:24:45 +0100" endDate="2017-10-10 10:34:45 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 11:20:56 +0100" startDate="2017-10-10 10:34:45 +0100" endDate="2017-10-10 10:44:31 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 11:20:56 +0100" startDate="2017-10-10 10:44:31 +0100" endDate="2017-10-10 10:52:36 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 11:20:56 +0100" startDate="2017-10-10 10:54:06 +0100" endDate="2017-10-10 11:04:05 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 11:20:56 +0100" startDate="2017-10-10 11:04:05 +0100" endDate="2017-10-10 11:14:03 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 12:25:25 +0100" startDate="2017-10-10 11:14:03 +0100" endDate="2017-10-10 11:22:01 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 12:25:25 +0100" startDate="2017-10-10 11:22:01 +0100" endDate="2017-10-10 11:26:57 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 13:19:46 +0100" startDate="2017-10-10 12:35:04 +0100" endDate="2017-10-10 12:44:48 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 13:19:46 +0100" startDate="2017-10-10 12:44:48 +0100" endDate="2017-10-10 12:54:47 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 13:19:46 +0100" startDate="2017-10-10 12:54:47 +0100" endDate="2017-10-10 12:56:49 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 14:22:06 +0100" startDate="2017-10-10 13:17:39 +0100" endDate="2017-10-10 13:25:05 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 14:22:06 +0100" startDate="2017-10-10 13:25:05 +0100" endDate="2017-10-10 13:35:05 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 14:22:06 +0100" startDate="2017-10-10 13:35:05 +0100" endDate="2017-10-10 13:39:48 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 14:22:06 +0100" startDate="2017-10-10 13:53:09 +0100" endDate="2017-10-10 13:59:32 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 15:20:15 +0100" startDate="2017-10-10 14:35:43 +0100" endDate="2017-10-10 14:42:24 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 16:22:02 +0100" startDate="2017-10-10 16:03:49 +0100" endDate="2017-10-10 16:10:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 16:22:02 +0100" startDate="2017-10-10 16:10:09 +0100" endDate="2017-10-10 16:20:08 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 17:19:23 +0100" startDate="2017-10-10 16:20:08 +0100" endDate="2017-10-10 16:28:42 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 17:19:23 +0100" startDate="2017-10-10 16:51:03 +0100" endDate="2017-10-10 17:00:14 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 18:27:13 +0100" startDate="2017-10-10 17:13:26 +0100" endDate="2017-10-10 17:20:17 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 18:27:13 +0100" startDate="2017-10-10 17:20:17 +0100" endDate="2017-10-10 17:30:15 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 18:27:13 +0100" startDate="2017-10-10 17:30:15 +0100" endDate="2017-10-10 17:32:07 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 18:27:13 +0100" startDate="2017-10-10 17:41:37 +0100" endDate="2017-10-10 17:50:46 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 22:04:53 +0100" startDate="2017-10-10 20:57:09 +0100" endDate="2017-10-10 21:07:08 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 22:04:53 +0100" startDate="2017-10-10 21:07:08 +0100" endDate="2017-10-10 21:09:53 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 22:04:53 +0100" startDate="2017-10-10 21:13:17 +0100" endDate="2017-10-10 21:23:14 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 22:04:53 +0100" startDate="2017-10-10 21:23:14 +0100" endDate="2017-10-10 21:32:02 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 22:04:53 +0100" startDate="2017-10-10 21:54:33 +0100" endDate="2017-10-10 22:00:36 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 22:55:13 +0100" startDate="2017-10-10 22:43:16 +0100" endDate="2017-10-10 22:53:15 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-10 23:20:57 +0100" startDate="2017-10-10 22:53:15 +0100" endDate="2017-10-10 22:55:14 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 06:17:53 +0100" startDate="2017-10-11 05:14:26 +0100" endDate="2017-10-11 05:20:59 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 06:17:53 +0100" startDate="2017-10-11 06:04:31 +0100" endDate="2017-10-11 06:11:22 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 07:20:00 +0100" startDate="2017-10-11 06:11:22 +0100" endDate="2017-10-11 06:21:09 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 07:20:00 +0100" startDate="2017-10-11 06:21:09 +0100" endDate="2017-10-11 06:29:55 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 07:20:00 +0100" startDate="2017-10-11 06:39:37 +0100" endDate="2017-10-11 06:48:15 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 07:20:00 +0100" startDate="2017-10-11 06:48:15 +0100" endDate="2017-10-11 06:54:59 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 08:20:06 +0100" startDate="2017-10-11 07:31:42 +0100" endDate="2017-10-11 07:41:08 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 08:20:06 +0100" startDate="2017-10-11 07:47:06 +0100" endDate="2017-10-11 07:57:05 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 08:20:06 +0100" startDate="2017-10-11 07:57:05 +0100" endDate="2017-10-11 08:04:46 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 08:20:06 +0100" startDate="2017-10-11 08:08:16 +0100" endDate="2017-10-11 08:16:03 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 09:22:37 +0100" startDate="2017-10-11 08:16:03 +0100" endDate="2017-10-11 08:20:08 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 09:22:37 +0100" startDate="2017-10-11 08:27:21 +0100" endDate="2017-10-11 08:33:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 09:22:37 +0100" startDate="2017-10-11 09:09:37 +0100" endDate="2017-10-11 09:18:30 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 10:18:14 +0100" startDate="2017-10-11 09:18:30 +0100" endDate="2017-10-11 09:27:42 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 10:18:14 +0100" startDate="2017-10-11 09:27:42 +0100" endDate="2017-10-11 09:35:25 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 10:18:14 +0100" startDate="2017-10-11 09:37:16 +0100" endDate="2017-10-11 09:44:02 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 10:18:14 +0100" startDate="2017-10-11 10:02:34 +0100" endDate="2017-10-11 10:08:39 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 11:21:15 +0100" startDate="2017-10-11 10:08:39 +0100" endDate="2017-10-11 10:15:41 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 11:21:15 +0100" startDate="2017-10-11 10:30:28 +0100" endDate="2017-10-11 10:36:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 11:21:15 +0100" startDate="2017-10-11 10:36:31 +0100" endDate="2017-10-11 10:46:21 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 11:21:15 +0100" startDate="2017-10-11 10:53:28 +0100" endDate="2017-10-11 11:03:27 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 11:21:15 +0100" startDate="2017-10-11 11:03:27 +0100" endDate="2017-10-11 11:13:25 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 12:20:39 +0100" startDate="2017-10-11 11:13:25 +0100" endDate="2017-10-11 11:15:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 12:20:39 +0100" startDate="2017-10-11 11:41:22 +0100" endDate="2017-10-11 11:50:55 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 12:20:39 +0100" startDate="2017-10-11 11:50:55 +0100" endDate="2017-10-11 12:00:03 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 13:21:00 +0100" startDate="2017-10-11 12:20:02 +0100" endDate="2017-10-11 12:29:18 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 13:21:00 +0100" startDate="2017-10-11 12:29:18 +0100" endDate="2017-10-11 12:39:16 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 16:17:48 +0100" startDate="2017-10-11 15:37:25 +0100" endDate="2017-10-11 15:44:24 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 16:17:48 +0100" startDate="2017-10-11 15:44:24 +0100" endDate="2017-10-11 15:50:23 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 16:17:48 +0100" startDate="2017-10-11 15:55:10 +0100" endDate="2017-10-11 16:02:03 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 17:18:21 +0100" startDate="2017-10-11 16:11:56 +0100" endDate="2017-10-11 16:18:16 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 17:18:21 +0100" startDate="2017-10-11 16:18:16 +0100" endDate="2017-10-11 16:28:10 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 17:18:21 +0100" startDate="2017-10-11 16:28:10 +0100" endDate="2017-10-11 16:35:01 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 18:18:30 +0100" startDate="2017-10-11 17:35:00 +0100" endDate="2017-10-11 17:43:12 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 18:18:30 +0100" startDate="2017-10-11 18:04:11 +0100" endDate="2017-10-11 18:14:09 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 19:22:54 +0100" startDate="2017-10-11 18:14:09 +0100" endDate="2017-10-11 18:16:04 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 19:22:54 +0100" startDate="2017-10-11 19:01:37 +0100" endDate="2017-10-11 19:07:26 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 19:22:54 +0100" startDate="2017-10-11 19:10:52 +0100" endDate="2017-10-11 19:17:10 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 20:18:37 +0100" startDate="2017-10-11 19:35:44 +0100" endDate="2017-10-11 19:44:51 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 20:18:37 +0100" startDate="2017-10-11 19:44:51 +0100" endDate="2017-10-11 19:54:06 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 21:34:03 +0100" startDate="2017-10-11 20:08:37 +0100" endDate="2017-10-11 20:18:17 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 21:34:03 +0100" startDate="2017-10-11 20:18:17 +0100" endDate="2017-10-11 20:26:56 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-11 21:34:03 +0100" startDate="2017-10-11 20:26:56 +0100" endDate="2017-10-11 20:35:21 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 06:21:47 +0100" startDate="2017-10-12 05:18:03 +0100" endDate="2017-10-12 05:26:13 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 06:21:47 +0100" startDate="2017-10-12 05:26:13 +0100" endDate="2017-10-12 05:30:56 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 06:21:47 +0100" startDate="2017-10-12 05:47:19 +0100" endDate="2017-10-12 05:54:02 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 06:21:47 +0100" startDate="2017-10-12 05:54:02 +0100" endDate="2017-10-12 06:03:35 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 06:21:47 +0100" startDate="2017-10-12 06:03:35 +0100" endDate="2017-10-12 06:13:33 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 07:18:31 +0100" startDate="2017-10-12 06:13:33 +0100" endDate="2017-10-12 06:15:46 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 07:18:31 +0100" startDate="2017-10-12 06:21:11 +0100" endDate="2017-10-12 06:27:16 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 07:18:31 +0100" startDate="2017-10-12 06:28:21 +0100" endDate="2017-10-12 06:34:44 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 07:18:31 +0100" startDate="2017-10-12 06:42:11 +0100" endDate="2017-10-12 06:51:29 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 07:18:31 +0100" startDate="2017-10-12 06:59:32 +0100" endDate="2017-10-12 07:09:29 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 08:23:11 +0100" startDate="2017-10-12 07:09:29 +0100" endDate="2017-10-12 07:19:28 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 08:23:11 +0100" startDate="2017-10-12 07:19:28 +0100" endDate="2017-10-12 07:28:50 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 08:23:11 +0100" startDate="2017-10-12 07:50:15 +0100" endDate="2017-10-12 08:00:12 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 08:23:11 +0100" startDate="2017-10-12 08:00:12 +0100" endDate="2017-10-12 08:09:30 +0100" value="969"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 08:23:11 +0100" startDate="2017-10-12 08:09:30 +0100" endDate="2017-10-12 08:15:12 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 09:27:17 +0100" startDate="2017-10-12 08:15:12 +0100" endDate="2017-10-12 08:23:11 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 09:27:17 +0100" startDate="2017-10-12 08:44:11 +0100" endDate="2017-10-12 08:53:35 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 09:27:17 +0100" startDate="2017-10-12 08:53:35 +0100" endDate="2017-10-12 09:03:26 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 09:27:17 +0100" startDate="2017-10-12 09:03:26 +0100" endDate="2017-10-12 09:06:12 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 09:27:17 +0100" startDate="2017-10-12 09:17:09 +0100" endDate="2017-10-12 09:24:20 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 10:19:17 +0100" startDate="2017-10-12 09:24:20 +0100" endDate="2017-10-12 09:31:49 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 11:25:13 +0100" startDate="2017-10-12 10:12:51 +0100" endDate="2017-10-12 10:22:50 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 11:25:13 +0100" startDate="2017-10-12 10:22:50 +0100" endDate="2017-10-12 10:32:49 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 11:25:13 +0100" startDate="2017-10-12 10:32:49 +0100" endDate="2017-10-12 10:42:43 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 11:25:13 +0100" startDate="2017-10-12 10:42:43 +0100" endDate="2017-10-12 10:48:40 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 11:25:13 +0100" startDate="2017-10-12 11:01:07 +0100" endDate="2017-10-12 11:07:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 11:25:13 +0100" startDate="2017-10-12 11:07:54 +0100" endDate="2017-10-12 11:17:53 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 12:18:59 +0100" startDate="2017-10-12 11:17:53 +0100" endDate="2017-10-12 11:26:30 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 12:18:59 +0100" startDate="2017-10-12 11:26:30 +0100" endDate="2017-10-12 11:35:56 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 12:18:59 +0100" startDate="2017-10-12 11:35:56 +0100" endDate="2017-10-12 11:42:26 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 12:18:59 +0100" startDate="2017-10-12 11:43:13 +0100" endDate="2017-10-12 11:50:14 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 12:18:59 +0100" startDate="2017-10-12 12:05:01 +0100" endDate="2017-10-12 12:12:46 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 13:20:06 +0100" startDate="2017-10-12 12:12:46 +0100" endDate="2017-10-12 12:20:24 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 13:20:06 +0100" startDate="2017-10-12 12:45:16 +0100" endDate="2017-10-12 12:52:02 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 13:20:06 +0100" startDate="2017-10-12 12:55:57 +0100" endDate="2017-10-12 13:05:28 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 14:22:22 +0100" startDate="2017-10-12 13:19:12 +0100" endDate="2017-10-12 13:26:09 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 14:22:22 +0100" startDate="2017-10-12 13:26:09 +0100" endDate="2017-10-12 13:35:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 14:22:22 +0100" startDate="2017-10-12 13:36:49 +0100" endDate="2017-10-12 13:44:46 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 14:22:22 +0100" startDate="2017-10-12 13:50:32 +0100" endDate="2017-10-12 13:57:22 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 14:22:22 +0100" startDate="2017-10-12 13:58:39 +0100" endDate="2017-10-12 14:05:30 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 14:22:22 +0100" startDate="2017-10-12 14:05:30 +0100" endDate="2017-10-12 14:09:24 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 15:22:28 +0100" startDate="2017-10-12 14:41:32 +0100" endDate="2017-10-12 14:49:22 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 15:22:28 +0100" startDate="2017-10-12 14:50:28 +0100" endDate="2017-10-12 14:57:57 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 15:22:28 +0100" startDate="2017-10-12 14:57:57 +0100" endDate="2017-10-12 15:02:45 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 16:19:13 +0100" startDate="2017-10-12 15:15:20 +0100" endDate="2017-10-12 15:22:29 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 16:19:13 +0100" startDate="2017-10-12 15:39:45 +0100" endDate="2017-10-12 15:45:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 17:23:23 +0100" startDate="2017-10-12 16:09:55 +0100" endDate="2017-10-12 16:19:22 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 17:23:23 +0100" startDate="2017-10-12 16:19:22 +0100" endDate="2017-10-12 16:26:46 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 17:23:23 +0100" startDate="2017-10-12 16:51:34 +0100" endDate="2017-10-12 17:01:33 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 17:23:23 +0100" startDate="2017-10-12 17:01:33 +0100" endDate="2017-10-12 17:09:20 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 17:23:23 +0100" startDate="2017-10-12 17:09:20 +0100" endDate="2017-10-12 17:19:19 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 18:17:50 +0100" startDate="2017-10-12 17:19:19 +0100" endDate="2017-10-12 17:28:07 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 18:17:50 +0100" startDate="2017-10-12 18:06:23 +0100" endDate="2017-10-12 18:14:00 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 18:14:00 +0100" endDate="2017-10-12 18:18:07 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 18:21:04 +0100" endDate="2017-10-12 18:31:03 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 18:31:03 +0100" endDate="2017-10-12 18:41:03 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 18:41:03 +0100" endDate="2017-10-12 18:47:49 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 18:52:50 +0100" endDate="2017-10-12 19:01:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 19:03:40 +0100" endDate="2017-10-12 19:13:22 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 19:13:22 +0100" endDate="2017-10-12 19:21:23 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 20:23:21 +0100" startDate="2017-10-12 19:21:23 +0100" endDate="2017-10-12 19:31:09 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 20:23:21 +0100" startDate="2017-10-12 19:31:09 +0100" endDate="2017-10-12 19:37:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 22:06:35 +0100" startDate="2017-10-12 21:37:48 +0100" endDate="2017-10-12 21:47:47 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-12 22:06:35 +0100" startDate="2017-10-12 21:47:47 +0100" endDate="2017-10-12 21:53:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 06:24:45 +0100" startDate="2017-10-13 05:59:44 +0100" endDate="2017-10-13 06:06:38 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 06:24:45 +0100" startDate="2017-10-13 06:09:43 +0100" endDate="2017-10-13 06:19:42 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 07:22:00 +0100" startDate="2017-10-13 06:19:42 +0100" endDate="2017-10-13 06:27:18 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 07:22:00 +0100" startDate="2017-10-13 06:52:39 +0100" endDate="2017-10-13 07:02:28 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 07:22:00 +0100" startDate="2017-10-13 07:02:28 +0100" endDate="2017-10-13 07:12:26 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 08:19:51 +0100" startDate="2017-10-13 07:12:26 +0100" endDate="2017-10-13 07:16:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 08:19:51 +0100" startDate="2017-10-13 07:23:41 +0100" endDate="2017-10-13 07:29:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 08:19:51 +0100" startDate="2017-10-13 07:45:47 +0100" endDate="2017-10-13 07:55:16 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 08:19:51 +0100" startDate="2017-10-13 07:55:16 +0100" endDate="2017-10-13 08:05:09 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 08:19:51 +0100" startDate="2017-10-13 08:05:09 +0100" endDate="2017-10-13 08:09:34 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 09:21:53 +0100" startDate="2017-10-13 09:09:20 +0100" endDate="2017-10-13 09:19:18 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 10:21:48 +0100" startDate="2017-10-13 09:19:18 +0100" endDate="2017-10-13 09:27:34 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 10:21:48 +0100" startDate="2017-10-13 09:27:34 +0100" endDate="2017-10-13 09:34:17 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 11:20:28 +0100" startDate="2017-10-13 10:22:54 +0100" endDate="2017-10-13 10:32:51 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 11:20:28 +0100" startDate="2017-10-13 10:32:51 +0100" endDate="2017-10-13 10:37:42 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 11:20:28 +0100" startDate="2017-10-13 10:37:42 +0100" endDate="2017-10-13 10:45:06 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 12:21:27 +0100" startDate="2017-10-13 11:19:40 +0100" endDate="2017-10-13 11:29:40 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 12:21:27 +0100" startDate="2017-10-13 11:29:40 +0100" endDate="2017-10-13 11:39:31 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 12:21:27 +0100" startDate="2017-10-13 11:39:31 +0100" endDate="2017-10-13 11:49:29 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 12:21:27 +0100" startDate="2017-10-13 11:49:29 +0100" endDate="2017-10-13 11:54:01 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 12:21:27 +0100" startDate="2017-10-13 11:55:19 +0100" endDate="2017-10-13 12:01:27 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 12:21:27 +0100" startDate="2017-10-13 12:05:23 +0100" endDate="2017-10-13 12:15:22 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 13:19:26 +0100" startDate="2017-10-13 12:15:22 +0100" endDate="2017-10-13 12:21:28 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 13:19:26 +0100" startDate="2017-10-13 12:33:45 +0100" endDate="2017-10-13 12:40:10 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 13:19:26 +0100" startDate="2017-10-13 12:50:24 +0100" endDate="2017-10-13 12:59:38 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 13:19:26 +0100" startDate="2017-10-13 12:59:38 +0100" endDate="2017-10-13 13:05:41 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 15:18:56 +0100" startDate="2017-10-13 14:40:34 +0100" endDate="2017-10-13 14:50:29 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3cb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 16:18:43 +0100" startDate="2017-10-13 15:25:16 +0100" endDate="2017-10-13 15:35:02 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 16:18:43 +0100" startDate="2017-10-13 15:35:02 +0100" endDate="2017-10-13 15:45:00 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 18:21:39 +0100" startDate="2017-10-13 17:34:57 +0100" endDate="2017-10-13 17:43:38 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-13 19:32:43 +0100" startDate="2017-10-13 18:27:33 +0100" endDate="2017-10-13 18:33:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 07:23:44 +0100" startDate="2017-10-14 06:13:40 +0100" endDate="2017-10-14 06:20:49 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 07:23:44 +0100" startDate="2017-10-14 06:20:49 +0100" endDate="2017-10-14 06:29:16 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 07:23:44 +0100" startDate="2017-10-14 06:29:16 +0100" endDate="2017-10-14 06:37:45 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 07:23:44 +0100" startDate="2017-10-14 06:37:45 +0100" endDate="2017-10-14 06:45:52 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 07:23:44 +0100" startDate="2017-10-14 06:45:52 +0100" endDate="2017-10-14 06:50:35 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 07:23:44 +0100" startDate="2017-10-14 06:51:34 +0100" endDate="2017-10-14 07:00:45 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 08:20:12 +0100" startDate="2017-10-14 07:52:27 +0100" endDate="2017-10-14 07:58:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 08:20:12 +0100" startDate="2017-10-14 07:58:27 +0100" endDate="2017-10-14 08:06:29 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 11:19:05 +0100" startDate="2017-10-14 10:39:36 +0100" endDate="2017-10-14 10:49:26 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 11:19:05 +0100" startDate="2017-10-14 10:49:26 +0100" endDate="2017-10-14 10:58:23 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 11:19:05 +0100" startDate="2017-10-14 10:58:23 +0100" endDate="2017-10-14 11:06:58 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 11:19:05 +0100" startDate="2017-10-14 11:06:58 +0100" endDate="2017-10-14 11:11:05 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 12:21:18 +0100" startDate="2017-10-14 11:18:16 +0100" endDate="2017-10-14 11:28:11 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 13:18:05 +0100" startDate="2017-10-14 12:59:26 +0100" endDate="2017-10-14 13:09:02 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 14:23:01 +0100" startDate="2017-10-14 13:09:02 +0100" endDate="2017-10-14 13:18:27 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 14:23:01 +0100" startDate="2017-10-14 13:31:49 +0100" endDate="2017-10-14 13:41:49 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 14:23:01 +0100" startDate="2017-10-14 13:41:49 +0100" endDate="2017-10-14 13:51:48 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 14:23:01 +0100" startDate="2017-10-14 13:51:48 +0100" endDate="2017-10-14 14:00:14 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 14:23:01 +0100" startDate="2017-10-14 14:00:14 +0100" endDate="2017-10-14 14:09:55 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 14:23:01 +0100" startDate="2017-10-14 14:09:55 +0100" endDate="2017-10-14 14:19:54 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 15:28:06 +0100" startDate="2017-10-14 14:19:54 +0100" endDate="2017-10-14 14:22:39 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 15:28:06 +0100" startDate="2017-10-14 14:35:56 +0100" endDate="2017-10-14 14:43:59 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 15:28:06 +0100" startDate="2017-10-14 14:43:59 +0100" endDate="2017-10-14 14:53:28 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 15:28:06 +0100" startDate="2017-10-14 14:53:28 +0100" endDate="2017-10-14 15:03:03 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 15:28:06 +0100" startDate="2017-10-14 15:03:03 +0100" endDate="2017-10-14 15:11:02 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 15:28:06 +0100" startDate="2017-10-14 15:11:02 +0100" endDate="2017-10-14 15:21:00 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 16:17:58 +0100" startDate="2017-10-14 15:21:00 +0100" endDate="2017-10-14 15:28:06 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 16:17:58 +0100" startDate="2017-10-14 15:34:51 +0100" endDate="2017-10-14 15:44:50 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 16:17:58 +0100" startDate="2017-10-14 15:44:50 +0100" endDate="2017-10-14 15:50:55 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 16:17:58 +0100" startDate="2017-10-14 16:02:45 +0100" endDate="2017-10-14 16:12:44 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 17:18:44 +0100" startDate="2017-10-14 16:12:44 +0100" endDate="2017-10-14 16:12:51 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 17:18:44 +0100" startDate="2017-10-14 16:31:12 +0100" endDate="2017-10-14 16:37:45 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 17:18:44 +0100" startDate="2017-10-14 16:37:45 +0100" endDate="2017-10-14 16:44:48 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 17:18:44 +0100" startDate="2017-10-14 16:58:48 +0100" endDate="2017-10-14 17:08:46 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 18:18:47 +0100" startDate="2017-10-14 17:08:46 +0100" endDate="2017-10-14 17:17:45 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 18:18:47 +0100" startDate="2017-10-14 17:49:11 +0100" endDate="2017-10-14 17:59:10 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 18:18:47 +0100" startDate="2017-10-14 17:59:10 +0100" endDate="2017-10-14 18:03:56 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 18:18:47 +0100" startDate="2017-10-14 18:03:56 +0100" endDate="2017-10-14 18:12:05 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 19:29:27 +0100" startDate="2017-10-14 18:12:05 +0100" endDate="2017-10-14 18:21:25 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 19:29:27 +0100" startDate="2017-10-14 18:36:45 +0100" endDate="2017-10-14 18:46:45 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 19:29:27 +0100" startDate="2017-10-14 18:46:45 +0100" endDate="2017-10-14 18:52:42 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 20:34:55 +0100" endDate="2017-10-14 20:44:52 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 20:44:52 +0100" endDate="2017-10-14 20:54:52 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 20:54:52 +0100" endDate="2017-10-14 21:04:01 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 21:04:01 +0100" endDate="2017-10-14 21:11:59 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 21:11:59 +0100" endDate="2017-10-14 21:21:57 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 21:21:57 +0100" endDate="2017-10-14 21:31:03 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 21:31:03 +0100" endDate="2017-10-14 21:34:25 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-14 23:04:38 +0100" startDate="2017-10-14 22:23:04 +0100" endDate="2017-10-14 22:32:28 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 01:17:59 +0100" startDate="2017-10-15 00:08:48 +0100" endDate="2017-10-15 00:15:46 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 06:20:00 +0100" startDate="2017-10-15 05:20:46 +0100" endDate="2017-10-15 05:27:14 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 06:20:00 +0100" startDate="2017-10-15 06:02:09 +0100" endDate="2017-10-15 06:10:42 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 07:26:36 +0100" startDate="2017-10-15 07:03:06 +0100" endDate="2017-10-15 07:10:18 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 08:20:37 +0100" startDate="2017-10-15 07:20:41 +0100" endDate="2017-10-15 07:30:21 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 09:25:54 +0100" startDate="2017-10-15 08:23:39 +0100" endDate="2017-10-15 08:33:31 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 09:25:54 +0100" startDate="2017-10-15 08:33:31 +0100" endDate="2017-10-15 08:35:08 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 09:25:54 +0100" startDate="2017-10-15 08:49:20 +0100" endDate="2017-10-15 08:55:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 09:25:54 +0100" startDate="2017-10-15 08:55:25 +0100" endDate="2017-10-15 09:04:21 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 09:25:54 +0100" startDate="2017-10-15 09:04:21 +0100" endDate="2017-10-15 09:11:26 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 09:25:54 +0100" startDate="2017-10-15 09:11:26 +0100" endDate="2017-10-15 09:21:20 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 10:17:56 +0100" startDate="2017-10-15 09:21:20 +0100" endDate="2017-10-15 09:24:48 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 10:17:56 +0100" startDate="2017-10-15 09:26:45 +0100" endDate="2017-10-15 09:36:44 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 10:17:56 +0100" startDate="2017-10-15 09:36:44 +0100" endDate="2017-10-15 09:46:30 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 10:17:56 +0100" startDate="2017-10-15 09:49:54 +0100" endDate="2017-10-15 09:56:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 10:17:56 +0100" startDate="2017-10-15 09:56:35 +0100" endDate="2017-10-15 10:06:04 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 10:17:56 +0100" startDate="2017-10-15 10:06:04 +0100" endDate="2017-10-15 10:12:14 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 11:23:44 +0100" startDate="2017-10-15 10:12:14 +0100" endDate="2017-10-15 10:21:40 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 11:23:44 +0100" startDate="2017-10-15 10:28:59 +0100" endDate="2017-10-15 10:36:41 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 11:23:44 +0100" startDate="2017-10-15 10:56:17 +0100" endDate="2017-10-15 11:03:33 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 12:22:51 +0100" startDate="2017-10-15 11:19:21 +0100" endDate="2017-10-15 11:26:07 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 12:22:51 +0100" startDate="2017-10-15 11:26:07 +0100" endDate="2017-10-15 11:36:06 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 12:22:51 +0100" startDate="2017-10-15 11:36:06 +0100" endDate="2017-10-15 11:42:58 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 13:17:58 +0100" startDate="2017-10-15 13:06:10 +0100" endDate="2017-10-15 13:13:16 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 14:17:56 +0100" startDate="2017-10-15 13:13:16 +0100" endDate="2017-10-15 13:23:02 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 14:17:56 +0100" startDate="2017-10-15 13:35:20 +0100" endDate="2017-10-15 13:44:54 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 14:17:56 +0100" startDate="2017-10-15 13:44:54 +0100" endDate="2017-10-15 13:46:35 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 15:19:51 +0100" startDate="2017-10-15 14:51:32 +0100" endDate="2017-10-15 14:59:36 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 15:19:51 +0100" startDate="2017-10-15 15:05:06 +0100" endDate="2017-10-15 15:13:06 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 16:21:08 +0100" startDate="2017-10-15 15:28:21 +0100" endDate="2017-10-15 15:34:33 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 18:26:36 +0100" startDate="2017-10-15 17:24:47 +0100" endDate="2017-10-15 17:32:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 18:26:36 +0100" startDate="2017-10-15 17:45:13 +0100" endDate="2017-10-15 17:52:42 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 18:26:36 +0100" startDate="2017-10-15 18:03:18 +0100" endDate="2017-10-15 18:13:09 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 18:26:36 +0100" startDate="2017-10-15 18:13:09 +0100" endDate="2017-10-15 18:23:08 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 19:23:15 +0100" startDate="2017-10-15 18:45:46 +0100" endDate="2017-10-15 18:52:32 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 19:23:15 +0100" startDate="2017-10-15 18:55:55 +0100" endDate="2017-10-15 19:05:53 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 19:23:15 +0100" startDate="2017-10-15 19:05:53 +0100" endDate="2017-10-15 19:14:10 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 20:22:16 +0100" startDate="2017-10-15 19:14:10 +0100" endDate="2017-10-15 19:23:56 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 20:22:16 +0100" startDate="2017-10-15 19:23:56 +0100" endDate="2017-10-15 19:30:38 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 20:22:16 +0100" startDate="2017-10-15 19:42:54 +0100" endDate="2017-10-15 19:49:15 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-15 22:18:44 +0100" startDate="2017-10-15 21:13:41 +0100" endDate="2017-10-15 21:22:47 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 06:20:47 +0100" startDate="2017-10-16 05:14:58 +0100" endDate="2017-10-16 05:23:06 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 06:20:47 +0100" startDate="2017-10-16 05:23:06 +0100" endDate="2017-10-16 05:27:59 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 06:20:47 +0100" startDate="2017-10-16 05:40:04 +0100" endDate="2017-10-16 05:47:15 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 06:20:47 +0100" startDate="2017-10-16 05:49:37 +0100" endDate="2017-10-16 05:59:36 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 06:20:47 +0100" startDate="2017-10-16 05:59:36 +0100" endDate="2017-10-16 06:08:57 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 06:20:47 +0100" startDate="2017-10-16 06:08:57 +0100" endDate="2017-10-16 06:10:05 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 07:18:45 +0100" startDate="2017-10-16 07:05:32 +0100" endDate="2017-10-16 07:13:32 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 08:18:30 +0100" startDate="2017-10-16 07:23:49 +0100" endDate="2017-10-16 07:31:54 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 08:18:30 +0100" startDate="2017-10-16 07:40:20 +0100" endDate="2017-10-16 07:50:19 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 08:18:30 +0100" startDate="2017-10-16 07:50:19 +0100" endDate="2017-10-16 07:56:42 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 09:18:17 +0100" startDate="2017-10-16 08:16:04 +0100" endDate="2017-10-16 08:26:03 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 09:18:17 +0100" startDate="2017-10-16 08:26:03 +0100" endDate="2017-10-16 08:36:01 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 09:18:17 +0100" startDate="2017-10-16 08:36:01 +0100" endDate="2017-10-16 08:37:25 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 09:18:17 +0100" startDate="2017-10-16 08:51:51 +0100" endDate="2017-10-16 09:00:49 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 09:18:17 +0100" startDate="2017-10-16 09:00:49 +0100" endDate="2017-10-16 09:10:22 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 10:18:51 +0100" startDate="2017-10-16 10:02:27 +0100" endDate="2017-10-16 10:08:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 11:20:43 +0100" startDate="2017-10-16 10:51:23 +0100" endDate="2017-10-16 11:01:22 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 11:20:43 +0100" startDate="2017-10-16 11:01:22 +0100" endDate="2017-10-16 11:08:43 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 12:19:07 +0100" startDate="2017-10-16 11:15:13 +0100" endDate="2017-10-16 11:21:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 12:19:07 +0100" startDate="2017-10-16 11:26:56 +0100" endDate="2017-10-16 11:36:37 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 12:19:07 +0100" startDate="2017-10-16 11:36:37 +0100" endDate="2017-10-16 11:45:59 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 12:19:07 +0100" startDate="2017-10-16 11:45:59 +0100" endDate="2017-10-16 11:55:57 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 12:19:07 +0100" startDate="2017-10-16 11:55:57 +0100" endDate="2017-10-16 11:59:33 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 13:27:52 +0100" startDate="2017-10-16 12:14:56 +0100" endDate="2017-10-16 12:24:35 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 13:27:52 +0100" startDate="2017-10-16 12:28:38 +0100" endDate="2017-10-16 12:36:12 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 13:27:52 +0100" startDate="2017-10-16 12:42:45 +0100" endDate="2017-10-16 12:49:03 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 13:27:52 +0100" startDate="2017-10-16 12:49:03 +0100" endDate="2017-10-16 12:54:28 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 14:23:08 +0100" startDate="2017-10-16 14:00:23 +0100" endDate="2017-10-16 14:09:37 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 14:23:08 +0100" startDate="2017-10-16 14:09:37 +0100" endDate="2017-10-16 14:16:03 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 15:20:33 +0100" startDate="2017-10-16 14:21:15 +0100" endDate="2017-10-16 14:30:28 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 15:20:33 +0100" startDate="2017-10-16 14:30:28 +0100" endDate="2017-10-16 14:38:03 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 16:20:42 +0100" startDate="2017-10-16 15:28:58 +0100" endDate="2017-10-16 15:35:44 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 16:20:42 +0100" startDate="2017-10-16 15:49:21 +0100" endDate="2017-10-16 15:58:09 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 16:20:42 +0100" startDate="2017-10-16 15:58:09 +0100" endDate="2017-10-16 16:07:54 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 16:20:42 +0100" startDate="2017-10-16 16:07:54 +0100" endDate="2017-10-16 16:16:20 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 17:19:57 +0100" startDate="2017-10-16 16:40:45 +0100" endDate="2017-10-16 16:47:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 18:18:03 +0100" startDate="2017-10-16 17:16:32 +0100" endDate="2017-10-16 17:23:43 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 18:18:03 +0100" startDate="2017-10-16 18:03:47 +0100" endDate="2017-10-16 18:13:35 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 18:13:35 +0100" endDate="2017-10-16 18:15:15 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 18:19:15 +0100" endDate="2017-10-16 18:28:03 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 18:55:48 +0100" endDate="2017-10-16 19:02:15 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 19:43:28 +0100" endDate="2017-10-16 19:50:55 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 20:00:51 +0100" endDate="2017-10-16 20:07:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 21:43:13 +0100" endDate="2017-10-16 21:53:12 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 21:53:12 +0100" endDate="2017-10-16 21:56:10 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 06:13:58 +0100" startDate="2017-10-17 05:14:27 +0100" endDate="2017-10-17 05:23:55 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 06:13:58 +0100" startDate="2017-10-17 05:23:55 +0100" endDate="2017-10-17 05:27:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 06:13:58 +0100" startDate="2017-10-17 05:38:09 +0100" endDate="2017-10-17 05:48:08 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 06:13:58 +0100" startDate="2017-10-17 05:48:08 +0100" endDate="2017-10-17 05:56:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 06:13:58 +0100" startDate="2017-10-17 05:56:40 +0100" endDate="2017-10-17 06:06:38 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 07:15:06 +0100" startDate="2017-10-17 06:11:16 +0100" endDate="2017-10-17 06:21:14 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 07:15:06 +0100" startDate="2017-10-17 06:21:14 +0100" endDate="2017-10-17 06:28:54 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 07:15:06 +0100" startDate="2017-10-17 06:41:42 +0100" endDate="2017-10-17 06:51:41 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 07:15:06 +0100" startDate="2017-10-17 06:51:41 +0100" endDate="2017-10-17 06:54:26 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 09:14:38 +0100" startDate="2017-10-17 08:37:28 +0100" endDate="2017-10-17 08:46:39 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 09:14:38 +0100" startDate="2017-10-17 08:46:39 +0100" endDate="2017-10-17 08:56:37 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 09:14:38 +0100" startDate="2017-10-17 08:56:37 +0100" endDate="2017-10-17 09:05:50 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 10:14:51 +0100" startDate="2017-10-17 09:05:50 +0100" endDate="2017-10-17 09:10:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 11:14:56 +0100" startDate="2017-10-17 10:12:01 +0100" endDate="2017-10-17 10:21:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 11:14:56 +0100" startDate="2017-10-17 10:21:47 +0100" endDate="2017-10-17 10:31:23 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 11:14:56 +0100" startDate="2017-10-17 10:31:23 +0100" endDate="2017-10-17 10:38:54 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 11:14:56 +0100" startDate="2017-10-17 10:38:54 +0100" endDate="2017-10-17 10:48:48 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 11:14:56 +0100" startDate="2017-10-17 10:48:48 +0100" endDate="2017-10-17 10:57:20 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 11:14:56 +0100" startDate="2017-10-17 10:57:20 +0100" endDate="2017-10-17 11:07:00 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 12:14:00 +0100" startDate="2017-10-17 11:42:34 +0100" endDate="2017-10-17 11:52:33 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 12:14:00 +0100" startDate="2017-10-17 11:52:33 +0100" endDate="2017-10-17 12:02:32 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 12:14:00 +0100" startDate="2017-10-17 12:02:32 +0100" endDate="2017-10-17 12:12:31 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 13:16:07 +0100" startDate="2017-10-17 12:12:31 +0100" endDate="2017-10-17 12:14:02 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 13:16:07 +0100" startDate="2017-10-17 12:20:08 +0100" endDate="2017-10-17 12:30:07 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 13:16:07 +0100" startDate="2017-10-17 12:30:07 +0100" endDate="2017-10-17 12:38:44 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 13:16:07 +0100" startDate="2017-10-17 12:47:59 +0100" endDate="2017-10-17 12:57:38 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 13:16:07 +0100" startDate="2017-10-17 12:57:38 +0100" endDate="2017-10-17 13:05:06 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 14:19:46 +0100" startDate="2017-10-17 13:05:06 +0100" endDate="2017-10-17 13:15:04 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 14:19:46 +0100" startDate="2017-10-17 13:15:04 +0100" endDate="2017-10-17 13:24:17 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 14:19:46 +0100" startDate="2017-10-17 13:24:17 +0100" endDate="2017-10-17 13:29:13 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 15:13:42 +0100" startDate="2017-10-17 14:56:41 +0100" endDate="2017-10-17 15:06:38 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 16:17:01 +0100" startDate="2017-10-17 15:06:38 +0100" endDate="2017-10-17 15:13:53 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 16:17:01 +0100" startDate="2017-10-17 15:21:03 +0100" endDate="2017-10-17 15:28:45 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 16:17:01 +0100" startDate="2017-10-17 15:28:45 +0100" endDate="2017-10-17 15:33:30 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 17:17:37 +0100" startDate="2017-10-17 16:16:51 +0100" endDate="2017-10-17 16:22:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 17:17:37 +0100" startDate="2017-10-17 16:23:15 +0100" endDate="2017-10-17 16:31:28 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 17:17:37 +0100" startDate="2017-10-17 16:31:28 +0100" endDate="2017-10-17 16:41:03 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 17:17:37 +0100" startDate="2017-10-17 16:41:03 +0100" endDate="2017-10-17 16:44:22 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 17:17:37 +0100" startDate="2017-10-17 16:56:39 +0100" endDate="2017-10-17 17:06:05 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 17:17:37 +0100" startDate="2017-10-17 17:06:05 +0100" endDate="2017-10-17 17:16:05 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 18:17:48 +0100" startDate="2017-10-17 17:16:05 +0100" endDate="2017-10-17 17:17:39 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 18:17:48 +0100" startDate="2017-10-17 17:23:28 +0100" endDate="2017-10-17 17:33:24 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 18:17:48 +0100" startDate="2017-10-17 17:33:24 +0100" endDate="2017-10-17 17:43:01 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-17 18:17:48 +0100" startDate="2017-10-17 17:43:01 +0100" endDate="2017-10-17 17:45:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 04:22:58 +0100" startDate="2017-10-17 19:18:36 +0100" endDate="2017-10-17 19:24:46 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 05:00:53 +0100" startDate="2017-10-18 04:24:36 +0100" endDate="2017-10-18 04:31:24 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 05:59:01 +0100" startDate="2017-10-18 05:38:28 +0100" endDate="2017-10-18 05:48:26 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 05:59:01 +0100" startDate="2017-10-18 05:48:26 +0100" endDate="2017-10-18 05:58:11 +0100" value="885"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 06:56:04 +0100" startDate="2017-10-18 05:58:11 +0100" endDate="2017-10-18 06:00:06 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 06:56:04 +0100" startDate="2017-10-18 06:24:57 +0100" endDate="2017-10-18 06:33:53 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 07:57:34 +0100" startDate="2017-10-18 07:00:43 +0100" endDate="2017-10-18 07:08:50 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 07:57:34 +0100" startDate="2017-10-18 07:10:29 +0100" endDate="2017-10-18 07:20:10 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 07:57:34 +0100" startDate="2017-10-18 07:20:56 +0100" endDate="2017-10-18 07:30:56 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 07:57:34 +0100" startDate="2017-10-18 07:30:56 +0100" endDate="2017-10-18 07:32:12 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 08:54:59 +0100" startDate="2017-10-18 08:32:06 +0100" endDate="2017-10-18 08:41:31 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 08:54:59 +0100" startDate="2017-10-18 08:41:31 +0100" endDate="2017-10-18 08:45:50 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 09:52:47 +0100" startDate="2017-10-18 08:51:08 +0100" endDate="2017-10-18 09:00:16 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 09:52:47 +0100" startDate="2017-10-18 09:00:16 +0100" endDate="2017-10-18 09:07:23 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 10:53:29 +0100" startDate="2017-10-18 09:56:07 +0100" endDate="2017-10-18 10:04:40 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 10:53:29 +0100" startDate="2017-10-18 10:41:24 +0100" endDate="2017-10-18 10:51:18 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 12:00:52 +0100" startDate="2017-10-18 10:51:18 +0100" endDate="2017-10-18 10:59:40 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe940&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 12:00:52 +0100" startDate="2017-10-18 11:00:05 +0100" endDate="2017-10-18 11:10:04 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 12:00:52 +0100" startDate="2017-10-18 11:10:04 +0100" endDate="2017-10-18 11:13:03 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 12:00:52 +0100" startDate="2017-10-18 11:38:57 +0100" endDate="2017-10-18 11:48:56 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 12:00:52 +0100" startDate="2017-10-18 11:48:56 +0100" endDate="2017-10-18 11:52:33 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 12:53:23 +0100" startDate="2017-10-18 11:52:33 +0100" endDate="2017-10-18 12:00:54 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 12:53:23 +0100" startDate="2017-10-18 12:00:54 +0100" endDate="2017-10-18 12:10:16 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 12:53:23 +0100" startDate="2017-10-18 12:11:26 +0100" endDate="2017-10-18 12:20:26 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 12:53:23 +0100" startDate="2017-10-18 12:25:45 +0100" endDate="2017-10-18 12:35:20 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 12:53:23 +0100" startDate="2017-10-18 12:35:20 +0100" endDate="2017-10-18 12:44:49 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 14:00:14 +0100" startDate="2017-10-18 12:44:49 +0100" endDate="2017-10-18 12:53:23 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 14:54:01 +0100" startDate="2017-10-18 14:19:05 +0100" endDate="2017-10-18 14:26:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 15:56:18 +0100" startDate="2017-10-18 14:48:20 +0100" endDate="2017-10-18 14:58:17 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 15:56:18 +0100" startDate="2017-10-18 14:58:17 +0100" endDate="2017-10-18 15:05:55 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 15:56:18 +0100" startDate="2017-10-18 15:18:12 +0100" endDate="2017-10-18 15:28:11 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 15:56:18 +0100" startDate="2017-10-18 15:28:11 +0100" endDate="2017-10-18 15:36:23 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 15:56:18 +0100" startDate="2017-10-18 15:36:23 +0100" endDate="2017-10-18 15:46:00 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 15:56:18 +0100" startDate="2017-10-18 15:46:00 +0100" endDate="2017-10-18 15:48:43 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-18 22:46:58 +0100" startDate="2017-10-18 20:58:51 +0100" endDate="2017-10-18 21:05:37 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 05:58:25 +0100" startDate="2017-10-19 05:20:12 +0100" endDate="2017-10-19 05:26:48 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 05:58:25 +0100" startDate="2017-10-19 05:33:52 +0100" endDate="2017-10-19 05:40:30 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 05:58:25 +0100" startDate="2017-10-19 05:41:28 +0100" endDate="2017-10-19 05:51:19 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 06:54:20 +0100" startDate="2017-10-19 05:51:19 +0100" endDate="2017-10-19 05:57:31 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 06:54:20 +0100" startDate="2017-10-19 06:04:43 +0100" endDate="2017-10-19 06:13:48 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 07:54:56 +0100" startDate="2017-10-19 06:44:33 +0100" endDate="2017-10-19 06:54:32 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 07:54:56 +0100" startDate="2017-10-19 06:54:32 +0100" endDate="2017-10-19 07:03:57 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 07:54:56 +0100" startDate="2017-10-19 07:06:00 +0100" endDate="2017-10-19 07:12:18 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 08:53:25 +0100" startDate="2017-10-19 08:15:29 +0100" endDate="2017-10-19 08:23:18 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 08:53:25 +0100" startDate="2017-10-19 08:23:18 +0100" endDate="2017-10-19 08:27:59 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 09:54:41 +0100" startDate="2017-10-19 08:51:02 +0100" endDate="2017-10-19 09:00:49 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 09:54:41 +0100" startDate="2017-10-19 09:00:49 +0100" endDate="2017-10-19 09:08:47 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 11:55:51 +0100" startDate="2017-10-19 11:20:21 +0100" endDate="2017-10-19 11:26:47 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 11:55:51 +0100" startDate="2017-10-19 11:32:17 +0100" endDate="2017-10-19 11:41:00 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 11:55:51 +0100" startDate="2017-10-19 11:41:00 +0100" endDate="2017-10-19 11:45:14 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 12:55:54 +0100" startDate="2017-10-19 11:59:04 +0100" endDate="2017-10-19 12:05:09 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 12:55:54 +0100" startDate="2017-10-19 12:11:44 +0100" endDate="2017-10-19 12:21:26 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 12:55:54 +0100" startDate="2017-10-19 12:24:15 +0100" endDate="2017-10-19 12:33:08 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 13:56:36 +0100" startDate="2017-10-19 12:49:53 +0100" endDate="2017-10-19 12:58:23 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 13:56:36 +0100" startDate="2017-10-19 13:09:43 +0100" endDate="2017-10-19 13:15:01 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 13:56:36 +0100" startDate="2017-10-19 13:17:27 +0100" endDate="2017-10-19 13:25:11 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 14:53:39 +0100" startDate="2017-10-19 14:13:13 +0100" endDate="2017-10-19 14:19:54 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 14:53:39 +0100" startDate="2017-10-19 14:19:54 +0100" endDate="2017-10-19 14:29:22 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 14:53:39 +0100" startDate="2017-10-19 14:29:22 +0100" endDate="2017-10-19 14:38:49 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 14:53:39 +0100" startDate="2017-10-19 14:38:49 +0100" endDate="2017-10-19 14:48:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 15:53:59 +0100" startDate="2017-10-19 14:48:46 +0100" endDate="2017-10-19 14:52:58 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 15:53:59 +0100" startDate="2017-10-19 15:16:35 +0100" endDate="2017-10-19 15:22:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 15:53:59 +0100" startDate="2017-10-19 15:34:56 +0100" endDate="2017-10-19 15:44:55 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 16:55:03 +0100" startDate="2017-10-19 15:44:55 +0100" endDate="2017-10-19 15:54:48 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 16:55:03 +0100" startDate="2017-10-19 15:54:48 +0100" endDate="2017-10-19 15:56:50 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 16:55:03 +0100" startDate="2017-10-19 16:00:45 +0100" endDate="2017-10-19 16:07:59 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 16:55:03 +0100" startDate="2017-10-19 16:19:01 +0100" endDate="2017-10-19 16:28:55 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 16:55:03 +0100" startDate="2017-10-19 16:28:55 +0100" endDate="2017-10-19 16:38:48 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 16:55:03 +0100" startDate="2017-10-19 16:38:48 +0100" endDate="2017-10-19 16:43:26 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 17:56:18 +0100" startDate="2017-10-19 17:02:58 +0100" endDate="2017-10-19 17:08:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 17:56:18 +0100" startDate="2017-10-19 17:14:18 +0100" endDate="2017-10-19 17:23:51 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 17:56:18 +0100" startDate="2017-10-19 17:30:50 +0100" endDate="2017-10-19 17:38:27 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 17:56:18 +0100" startDate="2017-10-19 17:38:27 +0100" endDate="2017-10-19 17:45:25 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 17:55:07 +0100" endDate="2017-10-19 18:02:16 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 18:02:16 +0100" endDate="2017-10-19 18:07:59 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 18:08:23 +0100" endDate="2017-10-19 18:18:21 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 18:18:21 +0100" endDate="2017-10-19 18:28:21 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 18:28:21 +0100" endDate="2017-10-19 18:35:03 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 18:35:03 +0100" endDate="2017-10-19 18:44:53 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 18:44:53 +0100" endDate="2017-10-19 18:52:14 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 20:53:30 +0100" startDate="2017-10-19 20:11:28 +0100" endDate="2017-10-19 20:21:28 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 20:53:30 +0100" startDate="2017-10-19 20:21:28 +0100" endDate="2017-10-19 20:30:28 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 20:53:30 +0100" startDate="2017-10-19 20:30:28 +0100" endDate="2017-10-19 20:38:01 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 20:53:30 +0100" startDate="2017-10-19 20:38:01 +0100" endDate="2017-10-19 20:46:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 22:16:15 +0100" startDate="2017-10-19 20:46:00 +0100" endDate="2017-10-19 20:52:34 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 22:16:15 +0100" startDate="2017-10-19 21:09:35 +0100" endDate="2017-10-19 21:18:54 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-19 22:16:15 +0100" startDate="2017-10-19 21:46:25 +0100" endDate="2017-10-19 21:55:20 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 06:53:08 +0100" startDate="2017-10-20 05:59:24 +0100" endDate="2017-10-20 06:06:36 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 06:53:08 +0100" startDate="2017-10-20 06:06:36 +0100" endDate="2017-10-20 06:16:34 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 06:53:08 +0100" startDate="2017-10-20 06:16:34 +0100" endDate="2017-10-20 06:26:28 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 06:53:08 +0100" startDate="2017-10-20 06:26:28 +0100" endDate="2017-10-20 06:33:10 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 06:53:08 +0100" startDate="2017-10-20 06:40:43 +0100" endDate="2017-10-20 06:50:37 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 07:53:14 +0100" startDate="2017-10-20 06:50:37 +0100" endDate="2017-10-20 06:57:35 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 07:53:14 +0100" startDate="2017-10-20 06:57:35 +0100" endDate="2017-10-20 07:07:34 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 07:53:14 +0100" startDate="2017-10-20 07:07:34 +0100" endDate="2017-10-20 07:14:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 08:52:39 +0100" startDate="2017-10-20 07:43:49 +0100" endDate="2017-10-20 07:53:20 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 08:52:39 +0100" startDate="2017-10-20 07:53:20 +0100" endDate="2017-10-20 07:55:18 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 08:52:39 +0100" startDate="2017-10-20 08:35:05 +0100" endDate="2017-10-20 08:41:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 09:54:15 +0100" startDate="2017-10-20 08:49:03 +0100" endDate="2017-10-20 08:58:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 11:56:02 +0100" startDate="2017-10-20 11:09:16 +0100" endDate="2017-10-20 11:19:15 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 11:56:02 +0100" startDate="2017-10-20 11:19:15 +0100" endDate="2017-10-20 11:28:56 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 11:56:02 +0100" startDate="2017-10-20 11:28:56 +0100" endDate="2017-10-20 11:32:28 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 12:53:47 +0100" startDate="2017-10-20 11:50:11 +0100" endDate="2017-10-20 12:00:10 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 12:53:47 +0100" startDate="2017-10-20 12:00:10 +0100" endDate="2017-10-20 12:06:58 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 12:53:47 +0100" startDate="2017-10-20 12:29:57 +0100" endDate="2017-10-20 12:38:28 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 12:53:47 +0100" startDate="2017-10-20 12:38:28 +0100" endDate="2017-10-20 12:42:57 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 15:52:38 +0100" startDate="2017-10-20 14:56:15 +0100" endDate="2017-10-20 15:06:12 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 15:52:38 +0100" startDate="2017-10-20 15:06:12 +0100" endDate="2017-10-20 15:07:28 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 15:52:38 +0100" startDate="2017-10-20 15:10:34 +0100" endDate="2017-10-20 15:20:34 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 15:52:38 +0100" startDate="2017-10-20 15:20:34 +0100" endDate="2017-10-20 15:27:35 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 15:52:38 +0100" startDate="2017-10-20 15:27:35 +0100" endDate="2017-10-20 15:34:35 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 15:52:38 +0100" startDate="2017-10-20 15:37:29 +0100" endDate="2017-10-20 15:47:26 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 17:07:40 +0100" startDate="2017-10-20 16:03:11 +0100" endDate="2017-10-20 16:13:06 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 17:07:40 +0100" startDate="2017-10-20 16:13:06 +0100" endDate="2017-10-20 16:22:38 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 17:07:40 +0100" startDate="2017-10-20 16:22:38 +0100" endDate="2017-10-20 16:24:50 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 17:07:40 +0100" startDate="2017-10-20 16:39:34 +0100" endDate="2017-10-20 16:47:39 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 17:07:40 +0100" startDate="2017-10-20 16:47:39 +0100" endDate="2017-10-20 16:52:38 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 17:59:54 +0100" startDate="2017-10-20 17:11:54 +0100" endDate="2017-10-20 17:18:47 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 17:59:54 +0100" startDate="2017-10-20 17:18:47 +0100" endDate="2017-10-20 17:25:58 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 17:59:54 +0100" startDate="2017-10-20 17:25:58 +0100" endDate="2017-10-20 17:33:47 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 18:59:55 +0100" startDate="2017-10-20 18:29:34 +0100" endDate="2017-10-20 18:37:22 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 19:56:05 +0100" startDate="2017-10-20 19:15:49 +0100" endDate="2017-10-20 19:24:45 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 19:56:05 +0100" startDate="2017-10-20 19:24:45 +0100" endDate="2017-10-20 19:27:54 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 19:56:05 +0100" startDate="2017-10-20 19:39:57 +0100" endDate="2017-10-20 19:49:03 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 20:55:06 +0100" startDate="2017-10-20 19:49:03 +0100" endDate="2017-10-20 19:51:42 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-20 20:55:06 +0100" startDate="2017-10-20 20:05:41 +0100" endDate="2017-10-20 20:11:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-21 04:53:37 +0100" startDate="2017-10-21 03:56:01 +0100" endDate="2017-10-21 04:03:51 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-21 05:58:28 +0100" startDate="2017-10-21 05:07:37 +0100" endDate="2017-10-21 05:14:13 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-21 08:01:34 +0100" startDate="2017-10-21 07:02:13 +0100" endDate="2017-10-21 07:11:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-21 08:01:34 +0100" startDate="2017-10-21 07:12:22 +0100" endDate="2017-10-21 07:19:11 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-21 09:54:33 +0100" startDate="2017-10-21 08:54:53 +0100" endDate="2017-10-21 09:04:53 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-21 09:54:33 +0100" startDate="2017-10-21 09:27:06 +0100" endDate="2017-10-21 09:33:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-21 10:59:43 +0100" startDate="2017-10-21 10:43:10 +0100" endDate="2017-10-21 10:49:43 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-21 14:56:08 +0100" startDate="2017-10-21 14:17:42 +0100" endDate="2017-10-21 14:26:39 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-21 14:56:08 +0100" startDate="2017-10-21 14:26:39 +0100" endDate="2017-10-21 14:33:17 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-21 17:55:02 +0100" startDate="2017-10-21 16:53:35 +0100" endDate="2017-10-21 16:59:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-21 18:59:54 +0100" startDate="2017-10-21 18:26:28 +0100" endDate="2017-10-21 18:32:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-21 22:03:36 +0100" startDate="2017-10-21 20:52:14 +0100" endDate="2017-10-21 20:58:50 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 05:14:04 +0100" startDate="2017-10-22 04:21:14 +0100" endDate="2017-10-22 04:27:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 06:01:33 +0100" startDate="2017-10-22 05:37:59 +0100" endDate="2017-10-22 05:44:58 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 06:58:45 +0100" startDate="2017-10-22 06:01:26 +0100" endDate="2017-10-22 06:08:00 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 06:58:45 +0100" startDate="2017-10-22 06:08:00 +0100" endDate="2017-10-22 06:15:33 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 08:54:22 +0100" startDate="2017-10-22 08:27:47 +0100" endDate="2017-10-22 08:37:42 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 08:54:22 +0100" startDate="2017-10-22 08:37:42 +0100" endDate="2017-10-22 08:42:18 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 09:56:34 +0100" startDate="2017-10-22 09:37:34 +0100" endDate="2017-10-22 09:47:22 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 11:02:32 +0100" startDate="2017-10-22 09:47:22 +0100" endDate="2017-10-22 09:56:25 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 11:02:32 +0100" startDate="2017-10-22 09:56:25 +0100" endDate="2017-10-22 10:06:22 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 11:55:03 +0100" startDate="2017-10-22 11:16:38 +0100" endDate="2017-10-22 11:26:36 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 11:55:03 +0100" startDate="2017-10-22 11:26:36 +0100" endDate="2017-10-22 11:34:22 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 12:53:29 +0100" startDate="2017-10-22 11:46:23 +0100" endDate="2017-10-22 11:56:22 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 12:53:29 +0100" startDate="2017-10-22 11:56:22 +0100" endDate="2017-10-22 11:59:04 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 12:53:29 +0100" startDate="2017-10-22 12:39:02 +0100" endDate="2017-10-22 12:45:15 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 15:59:36 +0100" startDate="2017-10-22 15:24:14 +0100" endDate="2017-10-22 15:34:14 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 15:59:36 +0100" startDate="2017-10-22 15:34:14 +0100" endDate="2017-10-22 15:44:08 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 15:59:36 +0100" startDate="2017-10-22 15:44:08 +0100" endDate="2017-10-22 15:45:07 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 18:40:46 +0100" startDate="2017-10-22 16:24:03 +0100" endDate="2017-10-22 16:33:50 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 18:40:46 +0100" startDate="2017-10-22 16:33:50 +0100" endDate="2017-10-22 16:36:52 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-22 18:40:46 +0100" startDate="2017-10-22 17:06:56 +0100" endDate="2017-10-22 17:14:36 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 06:13:11 +0100" startDate="2017-10-23 05:14:48 +0100" endDate="2017-10-23 05:22:28 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 06:13:11 +0100" startDate="2017-10-23 05:22:28 +0100" endDate="2017-10-23 05:28:16 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 06:13:11 +0100" startDate="2017-10-23 05:41:16 +0100" endDate="2017-10-23 05:49:48 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 06:13:11 +0100" startDate="2017-10-23 05:49:48 +0100" endDate="2017-10-23 05:59:47 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 06:13:11 +0100" startDate="2017-10-23 05:59:47 +0100" endDate="2017-10-23 06:07:28 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 07:10:54 +0100" startDate="2017-10-23 06:41:20 +0100" endDate="2017-10-23 06:51:05 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 07:10:54 +0100" startDate="2017-10-23 06:51:05 +0100" endDate="2017-10-23 06:56:21 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 08:13:25 +0100" startDate="2017-10-23 07:09:27 +0100" endDate="2017-10-23 07:16:21 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 08:13:25 +0100" startDate="2017-10-23 07:20:23 +0100" endDate="2017-10-23 07:28:46 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 10:11:24 +0100" startDate="2017-10-23 09:19:19 +0100" endDate="2017-10-23 09:28:20 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 11:20:55 +0100" startDate="2017-10-23 10:24:59 +0100" endDate="2017-10-23 10:31:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 11:20:55 +0100" startDate="2017-10-23 10:31:22 +0100" endDate="2017-10-23 10:40:38 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 11:20:55 +0100" startDate="2017-10-23 10:40:38 +0100" endDate="2017-10-23 10:50:36 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 11:20:55 +0100" startDate="2017-10-23 10:50:36 +0100" endDate="2017-10-23 11:00:35 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 11:20:55 +0100" startDate="2017-10-23 11:00:35 +0100" endDate="2017-10-23 11:10:08 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 12:14:17 +0100" startDate="2017-10-23 11:10:08 +0100" endDate="2017-10-23 11:19:51 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 12:14:17 +0100" startDate="2017-10-23 11:19:51 +0100" endDate="2017-10-23 11:29:50 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 12:14:17 +0100" startDate="2017-10-23 11:29:50 +0100" endDate="2017-10-23 11:32:18 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 14:10:35 +0100" startDate="2017-10-23 13:37:22 +0100" endDate="2017-10-23 13:47:11 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 14:10:35 +0100" startDate="2017-10-23 13:47:11 +0100" endDate="2017-10-23 13:51:19 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 14:10:35 +0100" startDate="2017-10-23 13:51:19 +0100" endDate="2017-10-23 13:57:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 15:17:52 +0100" startDate="2017-10-23 13:57:13 +0100" endDate="2017-10-23 14:07:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 15:17:52 +0100" startDate="2017-10-23 14:07:11 +0100" endDate="2017-10-23 14:12:26 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 15:17:52 +0100" startDate="2017-10-23 15:01:30 +0100" endDate="2017-10-23 15:07:56 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 16:10:43 +0100" startDate="2017-10-23 15:13:26 +0100" endDate="2017-10-23 15:22:04 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 16:10:43 +0100" startDate="2017-10-23 15:25:16 +0100" endDate="2017-10-23 15:31:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 16:10:43 +0100" startDate="2017-10-23 15:31:49 +0100" endDate="2017-10-23 15:41:06 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 16:10:43 +0100" startDate="2017-10-23 15:46:03 +0100" endDate="2017-10-23 15:56:03 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 16:10:43 +0100" startDate="2017-10-23 15:56:03 +0100" endDate="2017-10-23 16:01:09 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 17:11:30 +0100" startDate="2017-10-23 16:40:05 +0100" endDate="2017-10-23 16:46:25 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 17:11:30 +0100" startDate="2017-10-23 16:58:38 +0100" endDate="2017-10-23 17:04:56 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 18:11:58 +0100" startDate="2017-10-23 17:11:46 +0100" endDate="2017-10-23 17:21:46 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 18:11:58 +0100" startDate="2017-10-23 17:21:46 +0100" endDate="2017-10-23 17:31:44 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 18:11:58 +0100" startDate="2017-10-23 17:31:44 +0100" endDate="2017-10-23 17:41:40 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 18:11:58 +0100" startDate="2017-10-23 17:41:40 +0100" endDate="2017-10-23 17:51:39 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 18:11:58 +0100" startDate="2017-10-23 17:51:39 +0100" endDate="2017-10-23 17:57:07 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 18:11:58 +0100" startDate="2017-10-23 18:00:45 +0100" endDate="2017-10-23 18:08:07 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 19:11:06 +0100" startDate="2017-10-23 18:08:07 +0100" endDate="2017-10-23 18:18:06 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 19:11:06 +0100" startDate="2017-10-23 18:40:01 +0100" endDate="2017-10-23 18:49:42 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 19:11:06 +0100" startDate="2017-10-23 18:49:42 +0100" endDate="2017-10-23 18:57:08 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 19:11:06 +0100" startDate="2017-10-23 18:57:08 +0100" endDate="2017-10-23 19:07:07 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 20:13:02 +0100" startDate="2017-10-23 19:07:07 +0100" endDate="2017-10-23 19:17:05 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-23 20:13:02 +0100" startDate="2017-10-23 19:17:05 +0100" endDate="2017-10-23 19:24:41 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 05:33:44 +0100" startDate="2017-10-24 05:16:59 +0100" endDate="2017-10-24 05:23:09 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 05:33:44 +0100" startDate="2017-10-24 05:23:09 +0100" endDate="2017-10-24 05:30:42 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 06:36:52 +0100" startDate="2017-10-24 05:30:42 +0100" endDate="2017-10-24 05:37:06 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 06:36:52 +0100" startDate="2017-10-24 05:45:06 +0100" endDate="2017-10-24 05:54:13 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 06:36:52 +0100" startDate="2017-10-24 05:54:13 +0100" endDate="2017-10-24 06:03:50 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 06:36:52 +0100" startDate="2017-10-24 06:03:50 +0100" endDate="2017-10-24 06:13:46 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 06:36:52 +0100" startDate="2017-10-24 06:13:46 +0100" endDate="2017-10-24 06:23:44 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 06:36:52 +0100" startDate="2017-10-24 06:23:44 +0100" endDate="2017-10-24 06:24:28 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 07:36:53 +0100" startDate="2017-10-24 06:32:43 +0100" endDate="2017-10-24 06:42:43 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 07:36:53 +0100" startDate="2017-10-24 06:42:43 +0100" endDate="2017-10-24 06:50:09 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 07:36:53 +0100" startDate="2017-10-24 06:50:09 +0100" endDate="2017-10-24 06:53:48 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 07:36:53 +0100" startDate="2017-10-24 06:55:52 +0100" endDate="2017-10-24 07:01:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 08:36:21 +0100" startDate="2017-10-24 08:04:33 +0100" endDate="2017-10-24 08:10:38 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 09:34:46 +0100" startDate="2017-10-24 08:35:03 +0100" endDate="2017-10-24 08:45:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 09:34:46 +0100" startDate="2017-10-24 08:45:02 +0100" endDate="2017-10-24 08:53:28 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 09:34:46 +0100" startDate="2017-10-24 09:01:09 +0100" endDate="2017-10-24 09:09:26 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfccd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 09:34:46 +0100" startDate="2017-10-24 09:09:26 +0100" endDate="2017-10-24 09:13:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 10:33:56 +0100" startDate="2017-10-24 10:12:08 +0100" endDate="2017-10-24 10:18:57 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 10:33:56 +0100" startDate="2017-10-24 10:21:00 +0100" endDate="2017-10-24 10:27:43 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 10:27:43 +0100" endDate="2017-10-24 10:37:41 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 10:37:41 +0100" endDate="2017-10-24 10:40:28 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 10:47:55 +0100" endDate="2017-10-24 10:57:42 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 10:57:42 +0100" endDate="2017-10-24 11:07:41 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 11:07:41 +0100" endDate="2017-10-24 11:17:37 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 11:17:37 +0100" endDate="2017-10-24 11:20:37 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 11:27:23 +0100" endDate="2017-10-24 11:37:22 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 12:37:35 +0100" startDate="2017-10-24 11:37:22 +0100" endDate="2017-10-24 11:47:20 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 12:37:35 +0100" startDate="2017-10-24 11:47:20 +0100" endDate="2017-10-24 11:57:20 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 12:37:35 +0100" startDate="2017-10-24 11:57:20 +0100" endDate="2017-10-24 12:06:09 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 14:33:39 +0100" startDate="2017-10-24 14:02:12 +0100" endDate="2017-10-24 14:11:03 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 14:33:39 +0100" startDate="2017-10-24 14:11:03 +0100" endDate="2017-10-24 14:13:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 16:37:52 +0100" startDate="2017-10-24 15:31:25 +0100" endDate="2017-10-24 15:41:25 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 16:37:52 +0100" startDate="2017-10-24 15:41:25 +0100" endDate="2017-10-24 15:50:32 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 16:37:52 +0100" startDate="2017-10-24 15:50:32 +0100" endDate="2017-10-24 16:00:31 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 16:37:52 +0100" startDate="2017-10-24 16:00:31 +0100" endDate="2017-10-24 16:03:50 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 16:37:52 +0100" startDate="2017-10-24 16:15:21 +0100" endDate="2017-10-24 16:16:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 17:38:03 +0100" startDate="2017-10-24 17:20:41 +0100" endDate="2017-10-24 17:30:20 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 18:35:18 +0100" startDate="2017-10-24 17:30:20 +0100" endDate="2017-10-24 17:37:31 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 18:35:18 +0100" startDate="2017-10-24 17:49:29 +0100" endDate="2017-10-24 17:59:27 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-24 18:35:18 +0100" startDate="2017-10-24 17:59:27 +0100" endDate="2017-10-24 18:01:48 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 05:13:42 +0100" startDate="2017-10-24 19:51:10 +0100" endDate="2017-10-24 20:01:09 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 05:13:42 +0100" startDate="2017-10-24 20:01:09 +0100" endDate="2017-10-24 20:03:34 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 05:13:42 +0100" startDate="2017-10-24 21:01:04 +0100" endDate="2017-10-24 21:11:04 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 05:13:42 +0100" startDate="2017-10-24 21:11:04 +0100" endDate="2017-10-24 21:14:50 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 05:13:42 +0100" startDate="2017-10-24 21:16:19 +0100" endDate="2017-10-24 21:25:33 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 05:13:42 +0100" startDate="2017-10-25 05:00:26 +0100" endDate="2017-10-25 05:08:16 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 07:13:59 +0100" startDate="2017-10-25 06:12:08 +0100" endDate="2017-10-25 06:22:06 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 07:13:59 +0100" startDate="2017-10-25 06:22:06 +0100" endDate="2017-10-25 06:30:34 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 07:13:59 +0100" startDate="2017-10-25 06:30:34 +0100" endDate="2017-10-25 06:35:04 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 08:18:51 +0100" startDate="2017-10-25 07:28:39 +0100" endDate="2017-10-25 07:35:38 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 08:18:51 +0100" startDate="2017-10-25 07:48:57 +0100" endDate="2017-10-25 07:55:10 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 08:18:51 +0100" startDate="2017-10-25 08:00:51 +0100" endDate="2017-10-25 08:08:25 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 09:12:21 +0100" startDate="2017-10-25 08:27:25 +0100" endDate="2017-10-25 08:36:28 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 09:12:21 +0100" startDate="2017-10-25 08:42:39 +0100" endDate="2017-10-25 08:49:43 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 09:12:21 +0100" startDate="2017-10-25 08:55:45 +0100" endDate="2017-10-25 09:04:58 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 11:14:34 +0100" startDate="2017-10-25 10:40:10 +0100" endDate="2017-10-25 10:48:11 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 11:14:34 +0100" startDate="2017-10-25 10:49:09 +0100" endDate="2017-10-25 10:55:40 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 11:14:34 +0100" startDate="2017-10-25 10:56:29 +0100" endDate="2017-10-25 11:06:28 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 12:16:36 +0100" startDate="2017-10-25 11:06:28 +0100" endDate="2017-10-25 11:16:02 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 12:16:36 +0100" startDate="2017-10-25 11:16:02 +0100" endDate="2017-10-25 11:19:23 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 12:16:36 +0100" startDate="2017-10-25 11:32:03 +0100" endDate="2017-10-25 11:42:02 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 12:16:36 +0100" startDate="2017-10-25 11:42:02 +0100" endDate="2017-10-25 11:52:01 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 12:16:36 +0100" startDate="2017-10-25 11:52:01 +0100" endDate="2017-10-25 11:58:14 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 13:11:41 +0100" startDate="2017-10-25 12:45:54 +0100" endDate="2017-10-25 12:52:10 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 15:25:29 +0100" startDate="2017-10-25 14:01:44 +0100" endDate="2017-10-25 14:08:32 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 15:25:29 +0100" startDate="2017-10-25 14:08:32 +0100" endDate="2017-10-25 14:13:25 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 15:25:29 +0100" startDate="2017-10-25 14:32:16 +0100" endDate="2017-10-25 14:42:15 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 15:25:29 +0100" startDate="2017-10-25 14:42:15 +0100" endDate="2017-10-25 14:43:36 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 15:25:29 +0100" startDate="2017-10-25 14:47:09 +0100" endDate="2017-10-25 14:53:24 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 16:18:40 +0100" startDate="2017-10-25 15:23:47 +0100" endDate="2017-10-25 15:33:47 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 16:18:40 +0100" startDate="2017-10-25 15:33:47 +0100" endDate="2017-10-25 15:43:46 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 16:18:40 +0100" startDate="2017-10-25 15:43:46 +0100" endDate="2017-10-25 15:51:01 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 16:18:40 +0100" startDate="2017-10-25 15:59:38 +0100" endDate="2017-10-25 16:09:37 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 17:13:05 +0100" startDate="2017-10-25 16:09:37 +0100" endDate="2017-10-25 16:18:53 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 17:13:05 +0100" startDate="2017-10-25 16:18:53 +0100" endDate="2017-10-25 16:28:52 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 17:13:05 +0100" startDate="2017-10-25 16:28:52 +0100" endDate="2017-10-25 16:31:10 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 17:13:05 +0100" startDate="2017-10-25 16:33:37 +0100" endDate="2017-10-25 16:43:21 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 17:13:05 +0100" startDate="2017-10-25 16:43:21 +0100" endDate="2017-10-25 16:53:20 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 17:13:05 +0100" startDate="2017-10-25 16:53:20 +0100" endDate="2017-10-25 16:58:28 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 18:21:26 +0100" startDate="2017-10-25 17:47:06 +0100" endDate="2017-10-25 17:57:05 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 18:21:26 +0100" startDate="2017-10-25 17:57:05 +0100" endDate="2017-10-25 17:59:13 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 19:10:49 +0100" startDate="2017-10-25 18:15:29 +0100" endDate="2017-10-25 18:21:44 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 19:10:49 +0100" startDate="2017-10-25 18:28:45 +0100" endDate="2017-10-25 18:35:26 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-25 19:10:49 +0100" startDate="2017-10-25 18:37:10 +0100" endDate="2017-10-25 18:46:22 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 06:15:35 +0100" startDate="2017-10-26 05:24:26 +0100" endDate="2017-10-26 05:30:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 06:15:35 +0100" startDate="2017-10-26 05:45:48 +0100" endDate="2017-10-26 05:55:47 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 06:15:35 +0100" startDate="2017-10-26 05:55:47 +0100" endDate="2017-10-26 06:04:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 06:15:35 +0100" startDate="2017-10-26 06:04:54 +0100" endDate="2017-10-26 06:14:52 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 07:10:49 +0100" startDate="2017-10-26 06:14:52 +0100" endDate="2017-10-26 06:18:49 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 07:10:49 +0100" startDate="2017-10-26 06:47:43 +0100" endDate="2017-10-26 06:56:39 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 08:10:41 +0100" startDate="2017-10-26 07:02:58 +0100" endDate="2017-10-26 07:09:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 08:10:41 +0100" startDate="2017-10-26 07:19:14 +0100" endDate="2017-10-26 07:25:24 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 09:15:29 +0100" startDate="2017-10-26 08:45:19 +0100" endDate="2017-10-26 08:52:43 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 10:10:35 +0100" startDate="2017-10-26 09:50:00 +0100" endDate="2017-10-26 09:58:48 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 12:16:31 +0100" startDate="2017-10-26 11:39:08 +0100" endDate="2017-10-26 11:49:07 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 12:16:31 +0100" startDate="2017-10-26 11:49:07 +0100" endDate="2017-10-26 11:57:43 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 12:16:31 +0100" startDate="2017-10-26 11:57:43 +0100" endDate="2017-10-26 12:02:26 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:09:16 +0100" endDate="2017-10-26 12:19:16 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:19:16 +0100" endDate="2017-10-26 12:25:00 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:25:00 +0100" endDate="2017-10-26 12:33:44 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:33:44 +0100" endDate="2017-10-26 12:39:20 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:39:20 +0100" endDate="2017-10-26 12:44:44 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:45:23 +0100" endDate="2017-10-26 12:55:12 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:55:12 +0100" endDate="2017-10-26 12:58:33 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 13:00:24 +0100" endDate="2017-10-26 13:10:23 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 14:14:18 +0100" startDate="2017-10-26 13:10:23 +0100" endDate="2017-10-26 13:10:48 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 14:14:18 +0100" startDate="2017-10-26 13:39:09 +0100" endDate="2017-10-26 13:49:02 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 14:14:18 +0100" startDate="2017-10-26 13:49:02 +0100" endDate="2017-10-26 13:52:21 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 14:14:18 +0100" startDate="2017-10-26 13:55:07 +0100" endDate="2017-10-26 14:01:37 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 14:14:18 +0100" startDate="2017-10-26 14:01:37 +0100" endDate="2017-10-26 14:10:14 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 15:14:50 +0100" startDate="2017-10-26 14:10:14 +0100" endDate="2017-10-26 14:16:53 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 16:11:51 +0100" startDate="2017-10-26 15:19:31 +0100" endDate="2017-10-26 15:29:31 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 16:11:51 +0100" startDate="2017-10-26 15:29:31 +0100" endDate="2017-10-26 15:36:12 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 16:11:51 +0100" startDate="2017-10-26 15:36:12 +0100" endDate="2017-10-26 15:43:49 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 17:57:01 +0100" startDate="2017-10-26 16:02:28 +0100" endDate="2017-10-26 16:12:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 17:57:01 +0100" startDate="2017-10-26 16:12:14 +0100" endDate="2017-10-26 16:21:25 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 17:57:01 +0100" startDate="2017-10-26 16:21:25 +0100" endDate="2017-10-26 16:24:09 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 18:47:07 +0100" startDate="2017-10-26 17:54:39 +0100" endDate="2017-10-26 18:04:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 18:47:07 +0100" startDate="2017-10-26 18:04:21 +0100" endDate="2017-10-26 18:14:20 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-26 18:47:07 +0100" startDate="2017-10-26 18:31:32 +0100" endDate="2017-10-26 18:41:07 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 05:20:53 +0100" startDate="2017-10-27 05:03:04 +0100" endDate="2017-10-27 05:11:06 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 06:19:18 +0100" startDate="2017-10-27 05:11:06 +0100" endDate="2017-10-27 05:20:53 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 06:19:18 +0100" startDate="2017-10-27 05:47:08 +0100" endDate="2017-10-27 05:55:31 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 06:19:18 +0100" startDate="2017-10-27 05:55:31 +0100" endDate="2017-10-27 06:05:30 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 06:19:18 +0100" startDate="2017-10-27 06:05:30 +0100" endDate="2017-10-27 06:15:19 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 07:12:10 +0100" startDate="2017-10-27 06:22:00 +0100" endDate="2017-10-27 06:31:26 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 07:12:10 +0100" startDate="2017-10-27 06:47:50 +0100" endDate="2017-10-27 06:56:18 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 07:12:10 +0100" startDate="2017-10-27 06:58:45 +0100" endDate="2017-10-27 07:08:02 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 09:12:06 +0100" startDate="2017-10-27 08:46:01 +0100" endDate="2017-10-27 08:52:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 09:12:06 +0100" startDate="2017-10-27 08:52:33 +0100" endDate="2017-10-27 09:02:32 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 10:01:51 +0100" startDate="2017-10-27 09:02:32 +0100" endDate="2017-10-27 09:03:44 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 10:01:51 +0100" startDate="2017-10-27 09:03:44 +0100" endDate="2017-10-27 09:05:13 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 11:21:03 +0100" startDate="2017-10-27 10:45:18 +0100" endDate="2017-10-27 10:55:17 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 11:21:03 +0100" startDate="2017-10-27 10:55:17 +0100" endDate="2017-10-27 11:03:11 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 11:21:03 +0100" startDate="2017-10-27 11:03:11 +0100" endDate="2017-10-27 11:10:04 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 12:12:08 +0100" startDate="2017-10-27 11:15:47 +0100" endDate="2017-10-27 11:25:45 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 12:12:08 +0100" startDate="2017-10-27 11:25:45 +0100" endDate="2017-10-27 11:33:14 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 12:12:08 +0100" startDate="2017-10-27 11:33:14 +0100" endDate="2017-10-27 11:38:27 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 12:12:08 +0100" startDate="2017-10-27 12:01:24 +0100" endDate="2017-10-27 12:08:21 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 13:10:57 +0100" startDate="2017-10-27 12:08:21 +0100" endDate="2017-10-27 12:15:15 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 13:10:57 +0100" startDate="2017-10-27 12:19:49 +0100" endDate="2017-10-27 12:26:14 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 13:10:57 +0100" startDate="2017-10-27 12:26:14 +0100" endDate="2017-10-27 12:30:13 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 13:10:57 +0100" startDate="2017-10-27 12:55:01 +0100" endDate="2017-10-27 13:01:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 14:11:41 +0100" startDate="2017-10-27 13:17:49 +0100" endDate="2017-10-27 13:24:35 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 14:11:41 +0100" startDate="2017-10-27 13:25:19 +0100" endDate="2017-10-27 13:31:52 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 14:11:41 +0100" startDate="2017-10-27 14:00:32 +0100" endDate="2017-10-27 14:07:58 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 15:11:05 +0100" startDate="2017-10-27 14:12:53 +0100" endDate="2017-10-27 14:22:52 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 15:11:05 +0100" startDate="2017-10-27 14:22:52 +0100" endDate="2017-10-27 14:29:28 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 15:11:05 +0100" startDate="2017-10-27 14:29:51 +0100" endDate="2017-10-27 14:36:52 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 16:11:11 +0100" startDate="2017-10-27 15:41:33 +0100" endDate="2017-10-27 15:48:42 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 17:11:14 +0100" startDate="2017-10-27 16:27:41 +0100" endDate="2017-10-27 16:37:41 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 17:11:14 +0100" startDate="2017-10-27 16:37:41 +0100" endDate="2017-10-27 16:45:02 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 18:15:50 +0100" startDate="2017-10-27 17:23:36 +0100" endDate="2017-10-27 17:31:21 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 19:17:57 +0100" startDate="2017-10-27 18:19:39 +0100" endDate="2017-10-27 18:29:28 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 19:17:57 +0100" startDate="2017-10-27 18:29:28 +0100" endDate="2017-10-27 18:39:26 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 19:17:57 +0100" startDate="2017-10-27 18:39:26 +0100" endDate="2017-10-27 18:48:31 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 19:17:57 +0100" startDate="2017-10-27 18:48:31 +0100" endDate="2017-10-27 18:52:05 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 19:17:57 +0100" startDate="2017-10-27 18:57:00 +0100" endDate="2017-10-27 19:03:58 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 21:15:12 +0100" startDate="2017-10-27 20:24:09 +0100" endDate="2017-10-27 20:30:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-27 22:12:36 +0100" startDate="2017-10-27 21:19:50 +0100" endDate="2017-10-27 21:28:02 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 07:12:41 +0100" startDate="2017-10-28 06:06:24 +0100" endDate="2017-10-28 06:16:21 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 07:12:41 +0100" startDate="2017-10-28 06:16:21 +0100" endDate="2017-10-28 06:19:02 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 07:12:41 +0100" startDate="2017-10-28 06:21:24 +0100" endDate="2017-10-28 06:27:42 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 07:12:41 +0100" startDate="2017-10-28 06:52:59 +0100" endDate="2017-10-28 07:02:40 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 07:12:41 +0100" startDate="2017-10-28 07:02:40 +0100" endDate="2017-10-28 07:12:37 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 10:21:08 +0100" startDate="2017-10-28 09:11:38 +0100" endDate="2017-10-28 09:19:53 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 12:12:02 +0100" startDate="2017-10-28 11:58:23 +0100" endDate="2017-10-28 12:05:22 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 14:10:35 +0100" startDate="2017-10-28 13:33:27 +0100" endDate="2017-10-28 13:43:17 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 14:10:35 +0100" startDate="2017-10-28 13:43:17 +0100" endDate="2017-10-28 13:53:15 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 14:10:35 +0100" startDate="2017-10-28 13:53:15 +0100" endDate="2017-10-28 14:02:19 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 15:12:36 +0100" startDate="2017-10-28 14:02:19 +0100" endDate="2017-10-28 14:11:33 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 15:12:36 +0100" startDate="2017-10-28 14:11:33 +0100" endDate="2017-10-28 14:21:25 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 15:12:36 +0100" startDate="2017-10-28 14:21:25 +0100" endDate="2017-10-28 14:29:52 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 15:12:36 +0100" startDate="2017-10-28 14:29:52 +0100" endDate="2017-10-28 14:39:50 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 15:12:36 +0100" startDate="2017-10-28 14:39:50 +0100" endDate="2017-10-28 14:49:15 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 15:12:36 +0100" startDate="2017-10-28 14:53:17 +0100" endDate="2017-10-28 15:01:22 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-28 17:12:31 +0100" startDate="2017-10-28 16:49:30 +0100" endDate="2017-10-28 16:55:35 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 09:11:17 +0100" startDate="2017-10-29 08:44:32 +0100" endDate="2017-10-29 08:51:00 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 09:11:17 +0100" startDate="2017-10-29 08:51:00 +0100" endDate="2017-10-29 09:00:58 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 09:11:17 +0100" startDate="2017-10-29 09:00:58 +0100" endDate="2017-10-29 09:10:57 +0100" value="836"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 10:14:16 +0100" startDate="2017-10-29 09:10:57 +0100" endDate="2017-10-29 09:20:48 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 10:14:16 +0100" startDate="2017-10-29 09:20:48 +0100" endDate="2017-10-29 09:24:47 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 11:14:21 +0100" startDate="2017-10-29 10:04:49 +0100" endDate="2017-10-29 10:11:17 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 12:12:49 +0100" startDate="2017-10-29 11:17:37 +0100" endDate="2017-10-29 11:27:22 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 12:12:49 +0100" startDate="2017-10-29 11:27:22 +0100" endDate="2017-10-29 11:32:17 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 12:12:49 +0100" startDate="2017-10-29 11:36:49 +0100" endDate="2017-10-29 11:44:29 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 12:12:49 +0100" startDate="2017-10-29 11:44:49 +0100" endDate="2017-10-29 11:54:40 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 12:12:49 +0100" startDate="2017-10-29 11:54:40 +0100" endDate="2017-10-29 12:04:40 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 13:13:47 +0100" startDate="2017-10-29 12:04:40 +0100" endDate="2017-10-29 12:13:38 +0100" value="1020"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 13:13:47 +0100" startDate="2017-10-29 12:13:38 +0100" endDate="2017-10-29 12:21:00 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 13:13:47 +0100" startDate="2017-10-29 12:21:58 +0100" endDate="2017-10-29 12:30:11 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 13:13:47 +0100" startDate="2017-10-29 12:31:21 +0100" endDate="2017-10-29 12:37:57 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 13:13:47 +0100" startDate="2017-10-29 12:37:57 +0100" endDate="2017-10-29 12:43:25 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 13:13:47 +0100" startDate="2017-10-29 13:01:00 +0100" endDate="2017-10-29 13:10:27 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 14:10:57 +0100" startDate="2017-10-29 13:10:27 +0100" endDate="2017-10-29 13:20:25 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 14:10:57 +0100" startDate="2017-10-29 13:20:25 +0100" endDate="2017-10-29 13:30:24 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 14:10:57 +0100" startDate="2017-10-29 13:30:24 +0100" endDate="2017-10-29 13:32:35 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 14:10:57 +0100" startDate="2017-10-29 13:36:23 +0100" endDate="2017-10-29 13:42:39 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 15:12:49 +0100" startDate="2017-10-29 14:14:47 +0100" endDate="2017-10-29 14:24:38 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 15:12:49 +0100" startDate="2017-10-29 14:24:38 +0100" endDate="2017-10-29 14:31:33 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 15:12:49 +0100" startDate="2017-10-29 14:31:33 +0100" endDate="2017-10-29 14:40:56 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 15:12:49 +0100" startDate="2017-10-29 14:40:56 +0100" endDate="2017-10-29 14:46:45 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 16:10:32 +0100" startDate="2017-10-29 15:31:50 +0100" endDate="2017-10-29 15:41:48 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 16:10:32 +0100" startDate="2017-10-29 15:41:48 +0100" endDate="2017-10-29 15:51:28 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 16:10:32 +0100" startDate="2017-10-29 15:53:45 +0100" endDate="2017-10-29 16:03:45 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 17:11:08 +0100" startDate="2017-10-29 16:03:45 +0100" endDate="2017-10-29 16:04:26 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 17:11:08 +0100" startDate="2017-10-29 16:37:07 +0100" endDate="2017-10-29 16:43:25 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 17:11:08 +0100" startDate="2017-10-29 16:59:10 +0100" endDate="2017-10-29 17:08:17 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 18:10:53 +0100" startDate="2017-10-29 17:08:17 +0100" endDate="2017-10-29 17:18:15 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 18:10:53 +0100" startDate="2017-10-29 17:18:15 +0100" endDate="2017-10-29 17:21:40 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 19:11:25 +0100" startDate="2017-10-29 18:05:03 +0100" endDate="2017-10-29 18:14:20 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 19:11:25 +0100" startDate="2017-10-29 18:14:20 +0100" endDate="2017-10-29 18:24:19 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 19:11:25 +0100" startDate="2017-10-29 18:24:19 +0100" endDate="2017-10-29 18:29:11 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 19:11:25 +0100" startDate="2017-10-29 18:31:56 +0100" endDate="2017-10-29 18:41:56 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 19:11:25 +0100" startDate="2017-10-29 18:41:56 +0100" endDate="2017-10-29 18:45:51 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 21:15:35 +0100" startDate="2017-10-29 20:54:18 +0100" endDate="2017-10-29 21:00:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cffd90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-29 22:13:04 +0100" startDate="2017-10-29 21:41:31 +0100" endDate="2017-10-29 21:51:30 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 07:14:25 +0100" startDate="2017-10-30 06:39:22 +0100" endDate="2017-10-30 06:49:04 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 07:14:25 +0100" startDate="2017-10-30 06:49:04 +0100" endDate="2017-10-30 06:58:48 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 07:14:25 +0100" startDate="2017-10-30 06:58:48 +0100" endDate="2017-10-30 07:04:07 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 08:18:53 +0100" startDate="2017-10-30 07:21:20 +0100" endDate="2017-10-30 07:30:02 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 08:18:53 +0100" startDate="2017-10-30 07:32:10 +0100" endDate="2017-10-30 07:41:13 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 08:18:53 +0100" startDate="2017-10-30 07:41:13 +0100" endDate="2017-10-30 07:51:12 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 08:18:53 +0100" startDate="2017-10-30 07:51:12 +0100" endDate="2017-10-30 07:59:58 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 09:22:49 +0100" startDate="2017-10-30 08:56:25 +0100" endDate="2017-10-30 09:04:54 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 10:10:35 +0100" startDate="2017-10-30 09:16:23 +0100" endDate="2017-10-30 09:24:10 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 10:10:35 +0100" startDate="2017-10-30 09:43:23 +0100" endDate="2017-10-30 09:53:21 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 10:10:35 +0100" startDate="2017-10-30 09:53:21 +0100" endDate="2017-10-30 09:54:42 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 11:25:39 +0100" startDate="2017-10-30 10:31:29 +0100" endDate="2017-10-30 10:41:17 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 12:11:34 +0100" startDate="2017-10-30 11:21:33 +0100" endDate="2017-10-30 11:30:57 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 12:11:34 +0100" startDate="2017-10-30 11:30:57 +0100" endDate="2017-10-30 11:40:56 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 12:11:34 +0100" startDate="2017-10-30 11:40:56 +0100" endDate="2017-10-30 11:45:41 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 12:11:34 +0100" startDate="2017-10-30 12:00:14 +0100" endDate="2017-10-30 12:10:14 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 13:16:40 +0100" startDate="2017-10-30 12:10:14 +0100" endDate="2017-10-30 12:11:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 13:16:40 +0100" startDate="2017-10-30 12:47:40 +0100" endDate="2017-10-30 12:53:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 13:16:40 +0100" startDate="2017-10-30 13:02:00 +0100" endDate="2017-10-30 13:10:25 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 14:11:36 +0100" startDate="2017-10-30 13:10:25 +0100" endDate="2017-10-30 13:20:23 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 14:11:36 +0100" startDate="2017-10-30 13:20:23 +0100" endDate="2017-10-30 13:20:46 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 14:11:36 +0100" startDate="2017-10-30 13:30:20 +0100" endDate="2017-10-30 13:39:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 15:15:50 +0100" startDate="2017-10-30 14:11:10 +0100" endDate="2017-10-30 14:17:15 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 15:15:50 +0100" startDate="2017-10-30 14:26:32 +0100" endDate="2017-10-30 14:36:31 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 15:15:50 +0100" startDate="2017-10-30 14:36:31 +0100" endDate="2017-10-30 14:36:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 16:27:14 +0100" startDate="2017-10-30 15:15:33 +0100" endDate="2017-10-30 15:22:24 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 16:27:14 +0100" startDate="2017-10-30 15:22:24 +0100" endDate="2017-10-30 15:32:11 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 16:27:14 +0100" startDate="2017-10-30 15:54:23 +0100" endDate="2017-10-30 16:03:04 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 17:15:56 +0100" startDate="2017-10-30 16:51:29 +0100" endDate="2017-10-30 17:01:28 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 17:15:56 +0100" startDate="2017-10-30 17:01:28 +0100" endDate="2017-10-30 17:11:28 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 18:10:42 +0100" startDate="2017-10-30 17:11:28 +0100" endDate="2017-10-30 17:17:46 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 18:10:42 +0100" startDate="2017-10-30 17:21:34 +0100" endDate="2017-10-30 17:31:16 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 18:10:42 +0100" startDate="2017-10-30 17:31:16 +0100" endDate="2017-10-30 17:41:14 +0100" value="1044"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 18:10:42 +0100" startDate="2017-10-30 17:41:14 +0100" endDate="2017-10-30 17:50:48 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 18:10:42 +0100" startDate="2017-10-30 17:50:48 +0100" endDate="2017-10-30 18:00:46 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 19:10:39 +0100" startDate="2017-10-30 18:00:46 +0100" endDate="2017-10-30 18:09:09 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 20:10:56 +0100" startDate="2017-10-30 19:58:48 +0100" endDate="2017-10-30 20:04:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 21:18:10 +0100" startDate="2017-10-30 20:13:35 +0100" endDate="2017-10-30 20:23:29 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 21:18:10 +0100" startDate="2017-10-30 20:23:29 +0100" endDate="2017-10-30 20:29:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 21:18:10 +0100" startDate="2017-10-30 20:34:37 +0100" endDate="2017-10-30 20:41:48 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 21:18:10 +0100" startDate="2017-10-30 20:43:14 +0100" endDate="2017-10-30 20:53:06 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 21:18:10 +0100" startDate="2017-10-30 20:53:06 +0100" endDate="2017-10-30 20:53:49 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 23:11:54 +0100" startDate="2017-10-30 22:39:23 +0100" endDate="2017-10-30 22:49:01 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 23:11:54 +0100" startDate="2017-10-30 22:49:01 +0100" endDate="2017-10-30 22:59:01 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-30 23:11:54 +0100" startDate="2017-10-30 22:59:01 +0100" endDate="2017-10-30 23:08:59 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 00:17:51 +0100" startDate="2017-10-30 23:08:59 +0100" endDate="2017-10-30 23:16:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 07:11:03 +0100" startDate="2017-10-31 06:58:29 +0100" endDate="2017-10-31 07:05:10 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 08:15:34 +0100" startDate="2017-10-31 07:05:10 +0100" endDate="2017-10-31 07:14:30 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 08:15:34 +0100" startDate="2017-10-31 07:14:30 +0100" endDate="2017-10-31 07:21:40 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 08:15:34 +0100" startDate="2017-10-31 07:27:38 +0100" endDate="2017-10-31 07:34:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 11:12:57 +0100" startDate="2017-10-31 10:11:48 +0100" endDate="2017-10-31 10:18:08 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 11:12:57 +0100" startDate="2017-10-31 10:18:08 +0100" endDate="2017-10-31 10:26:01 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 11:12:57 +0100" startDate="2017-10-31 10:37:48 +0100" endDate="2017-10-31 10:47:48 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 11:12:57 +0100" startDate="2017-10-31 10:47:48 +0100" endDate="2017-10-31 10:57:35 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 11:12:57 +0100" startDate="2017-10-31 10:57:35 +0100" endDate="2017-10-31 11:07:17 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 12:11:57 +0100" startDate="2017-10-31 11:07:17 +0100" endDate="2017-10-31 11:16:37 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 12:11:57 +0100" startDate="2017-10-31 11:16:37 +0100" endDate="2017-10-31 11:26:26 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 12:11:57 +0100" startDate="2017-10-31 11:26:26 +0100" endDate="2017-10-31 11:35:33 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 12:11:57 +0100" startDate="2017-10-31 11:35:33 +0100" endDate="2017-10-31 11:43:37 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 12:11:57 +0100" startDate="2017-10-31 11:48:04 +0100" endDate="2017-10-31 11:55:06 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 16:11:49 +0100" startDate="2017-10-31 15:29:05 +0100" endDate="2017-10-31 15:37:15 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 16:11:49 +0100" startDate="2017-10-31 15:38:50 +0100" endDate="2017-10-31 15:48:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 17:15:24 +0100" startDate="2017-10-31 16:26:45 +0100" endDate="2017-10-31 16:33:23 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 17:15:24 +0100" startDate="2017-10-31 16:39:19 +0100" endDate="2017-10-31 16:49:19 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 17:15:24 +0100" startDate="2017-10-31 16:49:19 +0100" endDate="2017-10-31 16:59:17 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 17:15:24 +0100" startDate="2017-10-31 16:59:17 +0100" endDate="2017-10-31 17:09:17 +0100" value="980"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 18:10:46 +0100" startDate="2017-10-31 17:09:17 +0100" endDate="2017-10-31 17:19:08 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 18:10:46 +0100" startDate="2017-10-31 17:19:08 +0100" endDate="2017-10-31 17:29:06 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 18:10:46 +0100" startDate="2017-10-31 17:29:06 +0100" endDate="2017-10-31 17:39:04 +0100" value="729"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 18:10:46 +0100" startDate="2017-10-31 17:39:04 +0100" endDate="2017-10-31 17:48:59 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 18:10:46 +0100" startDate="2017-10-31 17:48:59 +0100" endDate="2017-10-31 17:58:55 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 18:10:46 +0100" startDate="2017-10-31 17:58:55 +0100" endDate="2017-10-31 18:08:53 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-10-31 19:18:54 +0100" startDate="2017-10-31 18:08:53 +0100" endDate="2017-10-31 18:09:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 11:57:23 +0100" startDate="2017-11-01 10:19:33 +0100" endDate="2017-11-01 10:25:41 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 11:57:23 +0100" startDate="2017-11-01 10:31:41 +0100" endDate="2017-11-01 10:41:23 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 11:57:23 +0100" startDate="2017-11-01 10:41:23 +0100" endDate="2017-11-01 10:50:34 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 11:57:23 +0100" startDate="2017-11-01 10:50:34 +0100" endDate="2017-11-01 11:00:29 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 11:57:23 +0100" startDate="2017-11-01 11:00:29 +0100" endDate="2017-11-01 11:08:29 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 11:57:23 +0100" startDate="2017-11-01 11:20:52 +0100" endDate="2017-11-01 11:28:24 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 12:11:18 +0100" startDate="2017-11-01 11:53:34 +0100" endDate="2017-11-01 12:02:17 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 12:02:17 +0100" endDate="2017-11-01 12:11:14 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 12:29:07 +0100" endDate="2017-11-01 12:39:05 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 12:39:05 +0100" endDate="2017-11-01 12:49:03 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 12:49:03 +0100" endDate="2017-11-01 12:58:45 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 12:58:45 +0100" endDate="2017-11-01 13:08:32 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 13:08:32 +0100" endDate="2017-11-01 13:16:32 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 13:16:32 +0100" endDate="2017-11-01 13:26:28 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 13:26:28 +0100" endDate="2017-11-01 13:35:32 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 13:35:32 +0100" endDate="2017-11-01 13:45:31 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 13:45:31 +0100" endDate="2017-11-01 13:55:24 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 14:13:33 +0100" startDate="2017-11-01 13:55:24 +0100" endDate="2017-11-01 14:04:36 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 16:10:54 +0100" startDate="2017-11-01 15:33:07 +0100" endDate="2017-11-01 15:41:14 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 16:10:54 +0100" startDate="2017-11-01 15:41:14 +0100" endDate="2017-11-01 15:49:28 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 16:10:54 +0100" startDate="2017-11-01 15:49:28 +0100" endDate="2017-11-01 15:53:05 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 16:10:54 +0100" startDate="2017-11-01 15:55:44 +0100" endDate="2017-11-01 16:02:55 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 18:11:13 +0100" startDate="2017-11-01 17:19:20 +0100" endDate="2017-11-01 17:29:00 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 18:11:13 +0100" startDate="2017-11-01 17:29:00 +0100" endDate="2017-11-01 17:32:18 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 18:11:13 +0100" startDate="2017-11-01 17:39:28 +0100" endDate="2017-11-01 17:46:27 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-01 19:10:37 +0100" startDate="2017-11-01 18:20:42 +0100" endDate="2017-11-01 18:30:05 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 06:23:54 +0100" endDate="2017-11-02 06:33:22 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 06:33:22 +0100" endDate="2017-11-02 06:39:08 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 06:44:25 +0100" endDate="2017-11-02 06:53:20 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 06:54:16 +0100" endDate="2017-11-02 07:04:12 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 07:04:12 +0100" endDate="2017-11-02 07:14:10 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 07:27:41 +0100" endDate="2017-11-02 07:35:30 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 07:35:30 +0100" endDate="2017-11-02 07:45:29 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 08:35:26 +0100" startDate="2017-11-02 07:45:29 +0100" endDate="2017-11-02 07:55:29 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 08:35:26 +0100" startDate="2017-11-02 07:55:29 +0100" endDate="2017-11-02 08:03:16 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 08:35:26 +0100" startDate="2017-11-02 08:22:31 +0100" endDate="2017-11-02 08:28:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 10:36:15 +0100" startDate="2017-11-02 09:37:38 +0100" endDate="2017-11-02 09:47:09 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 10:36:15 +0100" startDate="2017-11-02 09:47:09 +0100" endDate="2017-11-02 09:57:07 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 10:36:15 +0100" startDate="2017-11-02 09:57:07 +0100" endDate="2017-11-02 10:07:06 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 10:36:15 +0100" startDate="2017-11-02 10:07:06 +0100" endDate="2017-11-02 10:17:05 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 10:36:15 +0100" startDate="2017-11-02 10:17:05 +0100" endDate="2017-11-02 10:26:26 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 11:34:44 +0100" startDate="2017-11-02 10:26:26 +0100" endDate="2017-11-02 10:30:34 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 11:34:44 +0100" startDate="2017-11-02 11:05:31 +0100" endDate="2017-11-02 11:13:34 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 11:34:44 +0100" startDate="2017-11-02 11:13:34 +0100" endDate="2017-11-02 11:22:39 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 11:34:44 +0100" startDate="2017-11-02 11:22:39 +0100" endDate="2017-11-02 11:32:38 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 12:35:24 +0100" startDate="2017-11-02 11:32:38 +0100" endDate="2017-11-02 11:42:34 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 12:35:24 +0100" startDate="2017-11-02 11:42:34 +0100" endDate="2017-11-02 11:47:09 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 12:35:24 +0100" startDate="2017-11-02 12:05:54 +0100" endDate="2017-11-02 12:15:38 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 12:35:24 +0100" startDate="2017-11-02 12:15:38 +0100" endDate="2017-11-02 12:22:36 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 12:35:24 +0100" startDate="2017-11-02 12:24:45 +0100" endDate="2017-11-02 12:34:45 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 13:35:34 +0100" startDate="2017-11-02 12:34:45 +0100" endDate="2017-11-02 12:38:14 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 14:38:53 +0100" startDate="2017-11-02 13:39:25 +0100" endDate="2017-11-02 13:45:38 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 14:38:53 +0100" startDate="2017-11-02 13:45:38 +0100" endDate="2017-11-02 13:53:42 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 15:33:34 +0100" startDate="2017-11-02 14:51:36 +0100" endDate="2017-11-02 14:58:20 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 15:33:34 +0100" startDate="2017-11-02 14:58:20 +0100" endDate="2017-11-02 15:03:43 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 15:33:34 +0100" startDate="2017-11-02 15:12:29 +0100" endDate="2017-11-02 15:20:59 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 15:33:34 +0100" startDate="2017-11-02 15:20:59 +0100" endDate="2017-11-02 15:26:14 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 16:36:16 +0100" startDate="2017-11-02 15:42:47 +0100" endDate="2017-11-02 15:51:38 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 16:36:16 +0100" startDate="2017-11-02 15:51:38 +0100" endDate="2017-11-02 16:01:10 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 16:36:16 +0100" startDate="2017-11-02 16:01:10 +0100" endDate="2017-11-02 16:11:08 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 16:36:16 +0100" startDate="2017-11-02 16:11:08 +0100" endDate="2017-11-02 16:17:43 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 16:36:16 +0100" startDate="2017-11-02 16:19:34 +0100" endDate="2017-11-02 16:29:33 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 17:37:06 +0100" startDate="2017-11-02 16:29:33 +0100" endDate="2017-11-02 16:33:02 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 17:37:06 +0100" startDate="2017-11-02 16:37:39 +0100" endDate="2017-11-02 16:45:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 17:37:06 +0100" startDate="2017-11-02 17:25:18 +0100" endDate="2017-11-02 17:34:45 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 18:37:54 +0100" startDate="2017-11-02 17:34:45 +0100" endDate="2017-11-02 17:43:55 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 19:39:01 +0100" startDate="2017-11-02 19:15:41 +0100" endDate="2017-11-02 19:24:59 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 20:36:01 +0100" startDate="2017-11-02 19:39:50 +0100" endDate="2017-11-02 19:47:15 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 20:36:01 +0100" startDate="2017-11-02 19:47:15 +0100" endDate="2017-11-02 19:54:56 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 20:36:01 +0100" startDate="2017-11-02 19:54:56 +0100" endDate="2017-11-02 19:58:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 20:36:01 +0100" startDate="2017-11-02 20:11:42 +0100" endDate="2017-11-02 20:21:39 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 20:36:01 +0100" startDate="2017-11-02 20:25:56 +0100" endDate="2017-11-02 20:34:18 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 21:33:35 +0100" startDate="2017-11-02 20:34:18 +0100" endDate="2017-11-02 20:44:16 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 21:33:35 +0100" startDate="2017-11-02 20:44:16 +0100" endDate="2017-11-02 20:54:16 +0100" value="1090"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 21:33:35 +0100" startDate="2017-11-02 20:54:16 +0100" endDate="2017-11-02 20:59:10 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 21:33:35 +0100" startDate="2017-11-02 21:03:16 +0100" endDate="2017-11-02 21:12:09 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-02 23:43:14 +0100" startDate="2017-11-02 22:53:30 +0100" endDate="2017-11-02 22:59:33 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-03 00:33:39 +0100" startDate="2017-11-03 00:05:51 +0100" endDate="2017-11-03 00:15:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="count" creationDate="2017-11-03 00:33:39 +0100" startDate="2017-11-03 00:15:17 +0100" endDate="2017-11-03 00:25:16 +0100" value="1059"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 01:33:45 +0100" startDate="2017-11-03 00:25:16 +0100" endDate="2017-11-03 00:34:00 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 06:36:18 +0100" startDate="2017-11-03 06:16:01 +0100" endDate="2017-11-03 06:24:47 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 06:36:18 +0100" startDate="2017-11-03 06:24:47 +0100" endDate="2017-11-03 06:34:18 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 07:37:10 +0100" startDate="2017-11-03 06:43:46 +0100" endDate="2017-11-03 06:50:42 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 07:37:10 +0100" startDate="2017-11-03 06:50:42 +0100" endDate="2017-11-03 07:00:31 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 07:37:10 +0100" startDate="2017-11-03 07:00:31 +0100" endDate="2017-11-03 07:10:29 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 07:37:10 +0100" startDate="2017-11-03 07:10:29 +0100" endDate="2017-11-03 07:15:25 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 07:37:10 +0100" startDate="2017-11-03 07:16:17 +0100" endDate="2017-11-03 07:26:09 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 07:37:10 +0100" startDate="2017-11-03 07:26:09 +0100" endDate="2017-11-03 07:29:59 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 08:37:04 +0100" startDate="2017-11-03 07:29:59 +0100" endDate="2017-11-03 07:39:57 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 08:37:04 +0100" startDate="2017-11-03 07:39:57 +0100" endDate="2017-11-03 07:46:48 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 08:37:04 +0100" startDate="2017-11-03 07:46:48 +0100" endDate="2017-11-03 07:56:15 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 09:34:41 +0100" startDate="2017-11-03 08:35:42 +0100" endDate="2017-11-03 08:43:41 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 10:33:43 +0100" startDate="2017-11-03 09:37:12 +0100" endDate="2017-11-03 09:46:19 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 10:33:43 +0100" startDate="2017-11-03 09:57:30 +0100" endDate="2017-11-03 10:04:41 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 10:33:43 +0100" startDate="2017-11-03 10:10:18 +0100" endDate="2017-11-03 10:17:57 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 10:33:43 +0100" startDate="2017-11-03 10:17:57 +0100" endDate="2017-11-03 10:27:53 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 11:34:20 +0100" startDate="2017-11-03 10:27:53 +0100" endDate="2017-11-03 10:33:09 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 11:34:20 +0100" startDate="2017-11-03 10:38:39 +0100" endDate="2017-11-03 10:44:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 11:34:20 +0100" startDate="2017-11-03 11:20:39 +0100" endDate="2017-11-03 11:30:39 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 12:37:01 +0100" startDate="2017-11-03 11:30:39 +0100" endDate="2017-11-03 11:38:37 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 12:37:01 +0100" startDate="2017-11-03 11:38:37 +0100" endDate="2017-11-03 11:48:35 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 12:37:01 +0100" startDate="2017-11-03 11:48:35 +0100" endDate="2017-11-03 11:57:38 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 12:37:01 +0100" startDate="2017-11-03 11:57:38 +0100" endDate="2017-11-03 12:05:31 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 12:37:01 +0100" startDate="2017-11-03 12:19:27 +0100" endDate="2017-11-03 12:29:26 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 13:34:14 +0100" startDate="2017-11-03 12:29:26 +0100" endDate="2017-11-03 12:37:37 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 13:34:14 +0100" startDate="2017-11-03 12:45:04 +0100" endDate="2017-11-03 12:55:04 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 13:34:14 +0100" startDate="2017-11-03 12:55:04 +0100" endDate="2017-11-03 12:58:25 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 13:34:14 +0100" startDate="2017-11-03 13:02:28 +0100" endDate="2017-11-03 13:12:25 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 13:34:14 +0100" startDate="2017-11-03 13:12:25 +0100" endDate="2017-11-03 13:15:34 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 15:33:52 +0100" startDate="2017-11-03 14:33:40 +0100" endDate="2017-11-03 14:40:49 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 15:33:52 +0100" startDate="2017-11-03 14:53:21 +0100" endDate="2017-11-03 14:59:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 15:33:52 +0100" startDate="2017-11-03 15:01:27 +0100" endDate="2017-11-03 15:08:49 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 15:33:52 +0100" startDate="2017-11-03 15:08:49 +0100" endDate="2017-11-03 15:18:23 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 15:33:52 +0100" startDate="2017-11-03 15:18:23 +0100" endDate="2017-11-03 15:27:54 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 16:33:59 +0100" startDate="2017-11-03 15:27:54 +0100" endDate="2017-11-03 15:32:30 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 16:33:59 +0100" startDate="2017-11-03 15:33:22 +0100" endDate="2017-11-03 15:41:35 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 16:33:59 +0100" startDate="2017-11-03 15:57:40 +0100" endDate="2017-11-03 16:04:11 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 16:33:59 +0100" startDate="2017-11-03 16:04:11 +0100" endDate="2017-11-03 16:10:30 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 17:36:13 +0100" startDate="2017-11-03 16:48:41 +0100" endDate="2017-11-03 16:57:45 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 21:41:49 +0100" startDate="2017-11-03 20:26:59 +0100" endDate="2017-11-03 20:36:11 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-03 21:41:49 +0100" startDate="2017-11-03 21:16:03 +0100" endDate="2017-11-03 21:22:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 00:22:31 +0100" startDate="2017-11-03 22:26:56 +0100" endDate="2017-11-03 22:36:55 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 07:35:33 +0100" startDate="2017-11-04 06:28:22 +0100" endDate="2017-11-04 06:37:26 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 07:35:33 +0100" startDate="2017-11-04 06:37:26 +0100" endDate="2017-11-04 06:42:23 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 07:35:33 +0100" startDate="2017-11-04 06:43:35 +0100" endDate="2017-11-04 06:51:20 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 09:37:05 +0100" startDate="2017-11-04 09:13:25 +0100" endDate="2017-11-04 09:23:07 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 09:37:05 +0100" startDate="2017-11-04 09:23:07 +0100" endDate="2017-11-04 09:32:56 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 10:35:23 +0100" startDate="2017-11-04 09:47:24 +0100" endDate="2017-11-04 09:53:57 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 10:35:23 +0100" startDate="2017-11-04 10:03:12 +0100" endDate="2017-11-04 10:12:28 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 10:35:23 +0100" startDate="2017-11-04 10:12:28 +0100" endDate="2017-11-04 10:17:31 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 11:33:50 +0100" startDate="2017-11-04 11:20:52 +0100" endDate="2017-11-04 11:30:52 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 11:30:52 +0100" endDate="2017-11-04 11:39:54 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 11:39:54 +0100" endDate="2017-11-04 11:47:09 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 11:47:09 +0100" endDate="2017-11-04 11:56:14 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 11:56:14 +0100" endDate="2017-11-04 12:06:13 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 12:06:13 +0100" endDate="2017-11-04 12:12:12 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 12:12:12 +0100" endDate="2017-11-04 12:18:26 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 12:20:33 +0100" endDate="2017-11-04 12:30:30 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 13:39:26 +0100" startDate="2017-11-04 12:30:30 +0100" endDate="2017-11-04 12:38:27 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 13:39:26 +0100" startDate="2017-11-04 12:38:27 +0100" endDate="2017-11-04 12:48:26 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-04 13:39:26 +0100" startDate="2017-11-04 12:48:26 +0100" endDate="2017-11-04 12:51:25 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 08:24:07 +0100" startDate="2017-11-05 07:41:00 +0100" endDate="2017-11-05 07:51:00 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 10:22:15 +0100" startDate="2017-11-05 09:53:18 +0100" endDate="2017-11-05 10:00:30 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 10:22:15 +0100" startDate="2017-11-05 10:00:30 +0100" endDate="2017-11-05 10:06:14 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 10:22:15 +0100" startDate="2017-11-05 10:08:43 +0100" endDate="2017-11-05 10:17:44 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 11:26:09 +0100" startDate="2017-11-05 10:17:44 +0100" endDate="2017-11-05 10:21:03 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 11:26:09 +0100" startDate="2017-11-05 10:32:17 +0100" endDate="2017-11-05 10:41:54 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 11:26:09 +0100" startDate="2017-11-05 10:41:54 +0100" endDate="2017-11-05 10:48:14 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 11:26:09 +0100" startDate="2017-11-05 11:06:20 +0100" endDate="2017-11-05 11:15:01 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 12:22:15 +0100" startDate="2017-11-05 11:23:53 +0100" endDate="2017-11-05 11:32:52 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 12:22:15 +0100" startDate="2017-11-05 11:47:42 +0100" endDate="2017-11-05 11:57:29 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 12:22:15 +0100" startDate="2017-11-05 11:57:29 +0100" endDate="2017-11-05 12:03:05 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 12:22:15 +0100" startDate="2017-11-05 12:03:05 +0100" endDate="2017-11-05 12:11:40 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 12:22:15 +0100" startDate="2017-11-05 12:11:40 +0100" endDate="2017-11-05 12:21:29 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 13:21:49 +0100" startDate="2017-11-05 12:21:29 +0100" endDate="2017-11-05 12:31:05 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 13:21:49 +0100" startDate="2017-11-05 12:31:05 +0100" endDate="2017-11-05 12:37:51 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 13:21:49 +0100" startDate="2017-11-05 12:47:19 +0100" endDate="2017-11-05 12:56:15 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 15:23:27 +0100" startDate="2017-11-05 14:16:15 +0100" endDate="2017-11-05 14:22:30 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 16:24:03 +0100" startDate="2017-11-05 16:09:46 +0100" endDate="2017-11-05 16:15:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 17:21:52 +0100" startDate="2017-11-05 16:34:40 +0100" endDate="2017-11-05 16:42:22 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 17:21:52 +0100" startDate="2017-11-05 16:42:22 +0100" endDate="2017-11-05 16:49:07 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 18:23:09 +0100" startDate="2017-11-05 17:35:55 +0100" endDate="2017-11-05 17:42:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 19:26:16 +0100" startDate="2017-11-05 19:14:55 +0100" endDate="2017-11-05 19:24:22 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 22:09:25 +0100" startDate="2017-11-05 21:30:25 +0100" endDate="2017-11-05 21:37:16 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-05 22:27:31 +0100" startDate="2017-11-05 22:05:29 +0100" endDate="2017-11-05 22:12:30 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 07:22:15 +0100" startDate="2017-11-06 06:40:14 +0100" endDate="2017-11-06 06:50:06 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 07:22:15 +0100" startDate="2017-11-06 06:51:12 +0100" endDate="2017-11-06 06:57:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 08:21:42 +0100" startDate="2017-11-06 07:15:45 +0100" endDate="2017-11-06 07:24:50 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 08:21:42 +0100" startDate="2017-11-06 07:27:53 +0100" endDate="2017-11-06 07:37:31 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 08:21:42 +0100" startDate="2017-11-06 07:37:31 +0100" endDate="2017-11-06 07:46:49 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 08:21:42 +0100" startDate="2017-11-06 07:46:49 +0100" endDate="2017-11-06 07:50:41 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 08:21:42 +0100" startDate="2017-11-06 07:56:54 +0100" endDate="2017-11-06 08:06:43 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 09:25:48 +0100" startDate="2017-11-06 08:49:32 +0100" endDate="2017-11-06 08:59:19 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 09:25:48 +0100" startDate="2017-11-06 08:59:19 +0100" endDate="2017-11-06 09:00:25 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 12:23:45 +0100" startDate="2017-11-06 11:44:34 +0100" endDate="2017-11-06 11:54:33 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 12:23:45 +0100" startDate="2017-11-06 11:54:33 +0100" endDate="2017-11-06 12:00:52 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 13:27:36 +0100" startDate="2017-11-06 12:18:31 +0100" endDate="2017-11-06 12:26:01 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 13:27:36 +0100" startDate="2017-11-06 12:26:01 +0100" endDate="2017-11-06 12:36:00 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 13:27:36 +0100" startDate="2017-11-06 12:36:00 +0100" endDate="2017-11-06 12:45:57 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 13:27:36 +0100" startDate="2017-11-06 12:45:57 +0100" endDate="2017-11-06 12:46:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 13:27:36 +0100" startDate="2017-11-06 13:05:18 +0100" endDate="2017-11-06 13:15:17 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 13:27:36 +0100" startDate="2017-11-06 13:15:17 +0100" endDate="2017-11-06 13:20:05 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 14:27:28 +0100" startDate="2017-11-06 14:02:59 +0100" endDate="2017-11-06 14:10:46 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 14:27:28 +0100" startDate="2017-11-06 14:10:46 +0100" endDate="2017-11-06 14:20:45 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 15:24:32 +0100" startDate="2017-11-06 14:20:45 +0100" endDate="2017-11-06 14:30:43 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 15:24:32 +0100" startDate="2017-11-06 14:30:43 +0100" endDate="2017-11-06 14:36:15 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 15:24:32 +0100" startDate="2017-11-06 15:03:50 +0100" endDate="2017-11-06 15:10:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 16:24:18 +0100" startDate="2017-11-06 15:18:05 +0100" endDate="2017-11-06 15:26:13 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 16:24:18 +0100" startDate="2017-11-06 15:26:13 +0100" endDate="2017-11-06 15:28:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 16:24:18 +0100" startDate="2017-11-06 15:39:42 +0100" endDate="2017-11-06 15:49:41 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 16:24:18 +0100" startDate="2017-11-06 15:49:41 +0100" endDate="2017-11-06 15:57:40 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 17:23:15 +0100" startDate="2017-11-06 16:22:00 +0100" endDate="2017-11-06 16:29:59 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 17:23:15 +0100" startDate="2017-11-06 16:29:59 +0100" endDate="2017-11-06 16:37:37 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 17:23:15 +0100" startDate="2017-11-06 16:37:37 +0100" endDate="2017-11-06 16:47:36 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 17:23:15 +0100" startDate="2017-11-06 16:47:36 +0100" endDate="2017-11-06 16:55:38 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 17:23:15 +0100" startDate="2017-11-06 16:57:07 +0100" endDate="2017-11-06 17:04:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 18:23:39 +0100" startDate="2017-11-06 17:19:20 +0100" endDate="2017-11-06 17:23:14 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 19:23:55 +0100" startDate="2017-11-06 18:41:06 +0100" endDate="2017-11-06 18:48:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 19:23:55 +0100" startDate="2017-11-06 18:48:12 +0100" endDate="2017-11-06 18:56:38 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 19:23:55 +0100" startDate="2017-11-06 18:58:24 +0100" endDate="2017-11-06 19:06:04 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 20:30:10 +0100" startDate="2017-11-06 19:49:37 +0100" endDate="2017-11-06 19:56:08 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 20:30:10 +0100" startDate="2017-11-06 19:56:08 +0100" endDate="2017-11-06 20:04:36 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 20:30:10 +0100" startDate="2017-11-06 20:05:59 +0100" endDate="2017-11-06 20:15:45 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 20:30:10 +0100" startDate="2017-11-06 20:15:45 +0100" endDate="2017-11-06 20:20:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 21:27:39 +0100" startDate="2017-11-06 20:35:09 +0100" endDate="2017-11-06 20:41:40 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 22:23:41 +0100" startDate="2017-11-06 21:22:55 +0100" endDate="2017-11-06 21:29:39 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 22:23:41 +0100" startDate="2017-11-06 21:55:02 +0100" endDate="2017-11-06 22:01:15 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-06 23:22:43 +0100" startDate="2017-11-06 23:07:16 +0100" endDate="2017-11-06 23:15:59 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 00:22:55 +0100" startDate="2017-11-06 23:15:59 +0100" endDate="2017-11-06 23:20:47 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 07:15:35 +0100" endDate="2017-11-07 07:22:44 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 07:22:44 +0100" endDate="2017-11-07 07:27:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 07:28:43 +0100" endDate="2017-11-07 07:35:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 07:44:46 +0100" endDate="2017-11-07 07:53:01 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 07:53:01 +0100" endDate="2017-11-07 08:02:01 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 08:02:01 +0100" endDate="2017-11-07 08:11:58 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 08:11:58 +0100" endDate="2017-11-07 08:15:08 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 10:21:48 +0100" startDate="2017-11-07 09:18:31 +0100" endDate="2017-11-07 09:26:48 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 10:21:48 +0100" startDate="2017-11-07 09:26:48 +0100" endDate="2017-11-07 09:33:42 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 10:21:48 +0100" startDate="2017-11-07 09:33:42 +0100" endDate="2017-11-07 09:38:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 10:21:48 +0100" startDate="2017-11-07 09:51:06 +0100" endDate="2017-11-07 10:01:04 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 10:21:48 +0100" startDate="2017-11-07 10:01:04 +0100" endDate="2017-11-07 10:04:23 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 11:22:48 +0100" startDate="2017-11-07 10:22:24 +0100" endDate="2017-11-07 10:28:55 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 11:22:48 +0100" startDate="2017-11-07 10:36:42 +0100" endDate="2017-11-07 10:46:40 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 11:22:48 +0100" startDate="2017-11-07 10:46:40 +0100" endDate="2017-11-07 10:55:47 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 11:22:48 +0100" startDate="2017-11-07 10:55:47 +0100" endDate="2017-11-07 10:59:08 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 11:22:48 +0100" startDate="2017-11-07 11:03:01 +0100" endDate="2017-11-07 11:13:01 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 12:28:14 +0100" startDate="2017-11-07 11:13:01 +0100" endDate="2017-11-07 11:18:00 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 12:28:14 +0100" startDate="2017-11-07 11:19:06 +0100" endDate="2017-11-07 11:29:05 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 12:28:14 +0100" startDate="2017-11-07 11:29:05 +0100" endDate="2017-11-07 11:38:20 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 12:28:14 +0100" startDate="2017-11-07 11:38:20 +0100" endDate="2017-11-07 11:45:00 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 12:28:14 +0100" startDate="2017-11-07 11:59:15 +0100" endDate="2017-11-07 12:09:12 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 12:28:14 +0100" startDate="2017-11-07 12:09:12 +0100" endDate="2017-11-07 12:19:01 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 13:23:13 +0100" startDate="2017-11-07 12:19:01 +0100" endDate="2017-11-07 12:28:14 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 13:23:13 +0100" startDate="2017-11-07 12:28:14 +0100" endDate="2017-11-07 12:32:01 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 13:23:13 +0100" startDate="2017-11-07 12:44:23 +0100" endDate="2017-11-07 12:53:53 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 13:23:13 +0100" startDate="2017-11-07 12:53:53 +0100" endDate="2017-11-07 13:02:45 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 13:23:13 +0100" startDate="2017-11-07 13:07:51 +0100" endDate="2017-11-07 13:14:39 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 14:22:19 +0100" startDate="2017-11-07 13:59:32 +0100" endDate="2017-11-07 14:09:06 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 15:30:53 +0100" startDate="2017-11-07 14:19:40 +0100" endDate="2017-11-07 14:27:35 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 15:30:53 +0100" startDate="2017-11-07 14:50:11 +0100" endDate="2017-11-07 14:58:59 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 15:30:53 +0100" startDate="2017-11-07 14:58:59 +0100" endDate="2017-11-07 15:03:06 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 17:25:24 +0100" startDate="2017-11-07 16:36:08 +0100" endDate="2017-11-07 16:46:08 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 17:25:24 +0100" startDate="2017-11-07 16:46:08 +0100" endDate="2017-11-07 16:51:30 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 17:25:24 +0100" startDate="2017-11-07 16:59:08 +0100" endDate="2017-11-07 17:08:37 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 18:25:17 +0100" startDate="2017-11-07 17:35:26 +0100" endDate="2017-11-07 17:45:24 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 18:25:17 +0100" startDate="2017-11-07 17:45:24 +0100" endDate="2017-11-07 17:48:50 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 20:25:23 +0100" startDate="2017-11-07 19:21:54 +0100" endDate="2017-11-07 19:28:25 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 20:25:23 +0100" startDate="2017-11-07 19:31:58 +0100" endDate="2017-11-07 19:41:57 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 20:25:23 +0100" startDate="2017-11-07 19:41:57 +0100" endDate="2017-11-07 19:50:57 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 20:25:23 +0100" startDate="2017-11-07 20:06:03 +0100" endDate="2017-11-07 20:16:02 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 21:25:39 +0100" startDate="2017-11-07 20:16:02 +0100" endDate="2017-11-07 20:16:33 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-07 23:25:22 +0100" startDate="2017-11-07 22:39:37 +0100" endDate="2017-11-07 22:47:50 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 08:21:56 +0100" startDate="2017-11-08 07:21:57 +0100" endDate="2017-11-08 07:28:43 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 08:21:56 +0100" startDate="2017-11-08 07:31:13 +0100" endDate="2017-11-08 07:38:22 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 08:21:56 +0100" startDate="2017-11-08 07:47:16 +0100" endDate="2017-11-08 07:54:48 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 08:21:56 +0100" startDate="2017-11-08 07:57:55 +0100" endDate="2017-11-08 08:07:52 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 08:21:56 +0100" startDate="2017-11-08 08:07:52 +0100" endDate="2017-11-08 08:17:15 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 09:23:06 +0100" startDate="2017-11-08 08:17:15 +0100" endDate="2017-11-08 08:23:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 10:25:43 +0100" startDate="2017-11-08 09:47:13 +0100" endDate="2017-11-08 09:53:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 11:22:45 +0100" startDate="2017-11-08 10:28:09 +0100" endDate="2017-11-08 10:34:47 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 12:23:20 +0100" startDate="2017-11-08 11:27:38 +0100" endDate="2017-11-08 11:37:07 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 12:23:20 +0100" startDate="2017-11-08 11:37:07 +0100" endDate="2017-11-08 11:47:06 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 12:23:20 +0100" startDate="2017-11-08 11:47:06 +0100" endDate="2017-11-08 11:56:39 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 12:23:20 +0100" startDate="2017-11-08 12:10:36 +0100" endDate="2017-11-08 12:20:35 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 13:22:52 +0100" startDate="2017-11-08 12:20:35 +0100" endDate="2017-11-08 12:29:17 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 14:21:48 +0100" startDate="2017-11-08 13:20:29 +0100" endDate="2017-11-08 13:26:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 14:21:48 +0100" startDate="2017-11-08 13:29:22 +0100" endDate="2017-11-08 13:39:01 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 14:21:48 +0100" startDate="2017-11-08 13:39:01 +0100" endDate="2017-11-08 13:40:18 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 14:21:48 +0100" startDate="2017-11-08 13:43:33 +0100" endDate="2017-11-08 13:53:30 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 14:21:48 +0100" startDate="2017-11-08 13:53:30 +0100" endDate="2017-11-08 14:00:30 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 15:21:50 +0100" startDate="2017-11-08 14:25:37 +0100" endDate="2017-11-08 14:35:36 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 15:21:50 +0100" startDate="2017-11-08 14:35:36 +0100" endDate="2017-11-08 14:42:18 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 15:21:50 +0100" startDate="2017-11-08 14:58:53 +0100" endDate="2017-11-08 15:08:38 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 16:24:41 +0100" startDate="2017-11-08 15:43:58 +0100" endDate="2017-11-08 15:50:13 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 16:24:41 +0100" startDate="2017-11-08 16:06:39 +0100" endDate="2017-11-08 16:15:22 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 17:24:43 +0100" startDate="2017-11-08 16:15:22 +0100" endDate="2017-11-08 16:20:58 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 17:24:43 +0100" startDate="2017-11-08 16:22:39 +0100" endDate="2017-11-08 16:31:22 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 17:24:43 +0100" startDate="2017-11-08 16:31:22 +0100" endDate="2017-11-08 16:36:07 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 17:24:43 +0100" startDate="2017-11-08 16:36:07 +0100" endDate="2017-11-08 16:46:05 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 17:24:43 +0100" startDate="2017-11-08 16:46:05 +0100" endDate="2017-11-08 16:48:13 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 18:42:18 +0100" startDate="2017-11-08 17:37:28 +0100" endDate="2017-11-08 17:47:28 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 18:42:18 +0100" startDate="2017-11-08 17:47:28 +0100" endDate="2017-11-08 17:53:59 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 18:42:18 +0100" startDate="2017-11-08 18:13:35 +0100" endDate="2017-11-08 18:21:38 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 18:42:18 +0100" startDate="2017-11-08 18:21:38 +0100" endDate="2017-11-08 18:27:00 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 19:25:58 +0100" startDate="2017-11-08 18:48:47 +0100" endDate="2017-11-08 18:58:46 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 19:25:58 +0100" startDate="2017-11-08 18:58:46 +0100" endDate="2017-11-08 19:08:43 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 20:27:59 +0100" startDate="2017-11-08 19:20:15 +0100" endDate="2017-11-08 19:28:35 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 21:21:58 +0100" startDate="2017-11-08 20:40:45 +0100" endDate="2017-11-08 20:49:30 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 21:21:58 +0100" startDate="2017-11-08 20:56:02 +0100" endDate="2017-11-08 21:02:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 21:21:58 +0100" startDate="2017-11-08 21:05:32 +0100" endDate="2017-11-08 21:15:32 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 22:24:15 +0100" startDate="2017-11-08 21:15:32 +0100" endDate="2017-11-08 21:20:23 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-08 22:24:15 +0100" startDate="2017-11-08 21:45:27 +0100" endDate="2017-11-08 21:51:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 08:21:58 +0100" startDate="2017-11-09 07:14:16 +0100" endDate="2017-11-09 07:20:29 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 08:21:58 +0100" startDate="2017-11-09 07:20:29 +0100" endDate="2017-11-09 07:26:29 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 08:21:58 +0100" startDate="2017-11-09 07:54:44 +0100" endDate="2017-11-09 08:01:58 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 08:21:58 +0100" startDate="2017-11-09 08:02:44 +0100" endDate="2017-11-09 08:12:43 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 09:22:14 +0100" startDate="2017-11-09 08:12:43 +0100" endDate="2017-11-09 08:22:07 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 09:22:14 +0100" startDate="2017-11-09 08:22:07 +0100" endDate="2017-11-09 08:26:02 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 10:21:46 +0100" startDate="2017-11-09 09:42:36 +0100" endDate="2017-11-09 09:49:45 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 10:21:46 +0100" startDate="2017-11-09 09:51:32 +0100" endDate="2017-11-09 10:01:04 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 10:21:46 +0100" startDate="2017-11-09 10:06:25 +0100" endDate="2017-11-09 10:16:17 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 11:21:53 +0100" startDate="2017-11-09 10:16:17 +0100" endDate="2017-11-09 10:26:04 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 11:21:53 +0100" startDate="2017-11-09 10:26:04 +0100" endDate="2017-11-09 10:29:23 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 11:21:53 +0100" startDate="2017-11-09 10:32:59 +0100" endDate="2017-11-09 10:39:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 12:21:54 +0100" startDate="2017-11-09 11:24:21 +0100" endDate="2017-11-09 11:30:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 12:21:54 +0100" startDate="2017-11-09 11:35:21 +0100" endDate="2017-11-09 11:45:21 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 12:21:54 +0100" startDate="2017-11-09 11:45:21 +0100" endDate="2017-11-09 11:54:41 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 12:21:54 +0100" startDate="2017-11-09 11:54:41 +0100" endDate="2017-11-09 12:01:37 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 12:21:54 +0100" startDate="2017-11-09 12:02:48 +0100" endDate="2017-11-09 12:08:53 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 13:26:49 +0100" startDate="2017-11-09 13:05:39 +0100" endDate="2017-11-09 13:15:31 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 13:26:49 +0100" startDate="2017-11-09 13:15:31 +0100" endDate="2017-11-09 13:21:05 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 14:23:28 +0100" startDate="2017-11-09 13:41:23 +0100" endDate="2017-11-09 13:51:23 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 14:23:28 +0100" startDate="2017-11-09 13:51:23 +0100" endDate="2017-11-09 13:58:58 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 14:23:28 +0100" startDate="2017-11-09 13:58:58 +0100" endDate="2017-11-09 14:07:15 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 16:23:29 +0100" startDate="2017-11-09 15:20:13 +0100" endDate="2017-11-09 15:26:41 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 16:23:29 +0100" startDate="2017-11-09 16:10:40 +0100" endDate="2017-11-09 16:17:13 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 17:21:55 +0100" startDate="2017-11-09 16:17:13 +0100" endDate="2017-11-09 16:27:11 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 17:21:55 +0100" startDate="2017-11-09 16:27:11 +0100" endDate="2017-11-09 16:30:57 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 17:21:55 +0100" startDate="2017-11-09 16:40:42 +0100" endDate="2017-11-09 16:50:41 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 17:21:55 +0100" startDate="2017-11-09 16:50:41 +0100" endDate="2017-11-09 17:00:40 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 17:21:55 +0100" startDate="2017-11-09 17:00:40 +0100" endDate="2017-11-09 17:03:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 17:21:55 +0100" startDate="2017-11-09 17:08:54 +0100" endDate="2017-11-09 17:15:52 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 18:24:40 +0100" startDate="2017-11-09 17:23:22 +0100" endDate="2017-11-09 17:29:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 20:24:32 +0100" startDate="2017-11-09 19:24:39 +0100" endDate="2017-11-09 19:30:52 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 20:24:32 +0100" startDate="2017-11-09 19:45:39 +0100" endDate="2017-11-09 19:51:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 20:24:32 +0100" startDate="2017-11-09 19:51:57 +0100" endDate="2017-11-09 20:01:54 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 20:24:32 +0100" startDate="2017-11-09 20:01:54 +0100" endDate="2017-11-09 20:05:38 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-09 21:21:50 +0100" startDate="2017-11-09 20:19:36 +0100" endDate="2017-11-09 20:26:19 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 03:28:31 +0100" startDate="2017-11-10 02:23:31 +0100" endDate="2017-11-10 02:29:49 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 08:24:56 +0100" startDate="2017-11-10 07:27:14 +0100" endDate="2017-11-10 07:37:14 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 08:24:56 +0100" startDate="2017-11-10 07:48:21 +0100" endDate="2017-11-10 07:58:18 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 08:24:56 +0100" startDate="2017-11-10 07:58:18 +0100" endDate="2017-11-10 08:07:27 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 08:24:56 +0100" startDate="2017-11-10 08:07:27 +0100" endDate="2017-11-10 08:17:25 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 09:28:25 +0100" startDate="2017-11-10 08:17:25 +0100" endDate="2017-11-10 08:27:24 +0100" value="1053"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 09:28:25 +0100" startDate="2017-11-10 08:27:24 +0100" endDate="2017-11-10 08:35:18 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 09:28:25 +0100" startDate="2017-11-10 08:42:39 +0100" endDate="2017-11-10 08:52:39 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 09:28:25 +0100" startDate="2017-11-10 08:52:39 +0100" endDate="2017-11-10 09:02:38 +0100" value="1147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 09:28:25 +0100" startDate="2017-11-10 09:02:38 +0100" endDate="2017-11-10 09:11:53 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 10:22:38 +0100" startDate="2017-11-10 09:23:40 +0100" endDate="2017-11-10 09:33:32 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 10:22:38 +0100" startDate="2017-11-10 09:33:32 +0100" endDate="2017-11-10 09:36:15 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 11:25:27 +0100" startDate="2017-11-10 10:13:48 +0100" endDate="2017-11-10 10:23:48 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 11:25:27 +0100" startDate="2017-11-10 10:23:48 +0100" endDate="2017-11-10 10:27:40 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 11:25:27 +0100" startDate="2017-11-10 10:28:38 +0100" endDate="2017-11-10 10:35:19 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 11:25:27 +0100" startDate="2017-11-10 10:56:13 +0100" endDate="2017-11-10 11:05:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 12:22:50 +0100" startDate="2017-11-10 11:26:09 +0100" endDate="2017-11-10 11:33:38 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 12:22:50 +0100" startDate="2017-11-10 11:33:38 +0100" endDate="2017-11-10 11:43:38 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 12:22:50 +0100" startDate="2017-11-10 11:43:38 +0100" endDate="2017-11-10 11:52:46 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 12:22:50 +0100" startDate="2017-11-10 11:53:46 +0100" endDate="2017-11-10 12:01:15 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 12:22:50 +0100" startDate="2017-11-10 12:04:15 +0100" endDate="2017-11-10 12:12:00 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 13:26:45 +0100" startDate="2017-11-10 12:25:35 +0100" endDate="2017-11-10 12:35:34 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 13:26:45 +0100" startDate="2017-11-10 12:35:34 +0100" endDate="2017-11-10 12:44:14 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 13:26:45 +0100" startDate="2017-11-10 12:44:14 +0100" endDate="2017-11-10 12:48:42 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 13:26:45 +0100" startDate="2017-11-10 12:51:34 +0100" endDate="2017-11-10 12:59:58 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 13:26:45 +0100" startDate="2017-11-10 13:04:12 +0100" endDate="2017-11-10 13:10:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-10 13:26:45 +0100" startDate="2017-11-10 13:12:00 +0100" endDate="2017-11-10 13:20:17 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 12:57:52 +0100" endDate="2017-11-10 13:05:06 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 13:05:06 +0100" endDate="2017-11-10 13:14:40 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 13:14:40 +0100" endDate="2017-11-10 13:24:00 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 13:24:00 +0100" endDate="2017-11-10 13:26:13 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 13:31:11 +0100" endDate="2017-11-10 13:40:30 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 13:40:30 +0100" endDate="2017-11-10 13:50:30 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 13:50:30 +0100" endDate="2017-11-10 13:50:37 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 14:56:01 +0100" endDate="2017-11-10 15:06:00 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 15:06:00 +0100" endDate="2017-11-10 15:08:04 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 15:14:06 +0100" endDate="2017-11-10 15:23:12 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 15:25:33 +0100" endDate="2017-11-10 15:33:36 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 17:29:56 +0100" endDate="2017-11-10 17:39:25 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 17:42:19 +0100" endDate="2017-11-10 17:50:22 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 17:50:22 +0100" endDate="2017-11-10 18:00:07 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 18:00:07 +0100" endDate="2017-11-10 18:08:34 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 18:08:34 +0100" endDate="2017-11-10 18:16:33 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 18:22:46 +0100" endDate="2017-11-10 18:32:43 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 18:32:43 +0100" endDate="2017-11-10 18:37:57 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 20:14:09 +0100" endDate="2017-11-10 20:24:06 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 20:24:06 +0100" endDate="2017-11-10 20:34:05 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 20:34:05 +0100" endDate="2017-11-10 20:44:04 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 20:44:04 +0100" endDate="2017-11-10 20:47:53 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 21:58:58 +0100" endDate="2017-11-10 22:08:57 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 22:08:57 +0100" endDate="2017-11-10 22:18:56 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 22:18:56 +0100" endDate="2017-11-10 22:25:58 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 22:27:45 +0100" endDate="2017-11-10 22:36:57 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 22:36:57 +0100" endDate="2017-11-10 22:46:56 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 22:46:56 +0100" endDate="2017-11-10 22:55:45 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 22:55:45 +0100" endDate="2017-11-10 23:05:43 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 23:05:43 +0100" endDate="2017-11-10 23:15:36 +0100" value="1076"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 23:15:36 +0100" endDate="2017-11-10 23:25:24 +0100" value="1056"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 23:25:24 +0100" endDate="2017-11-10 23:35:23 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 23:35:23 +0100" endDate="2017-11-10 23:37:26 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 23:53:56 +0100" endDate="2017-11-11 00:03:55 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 00:03:55 +0100" endDate="2017-11-11 00:13:55 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 00:13:55 +0100" endDate="2017-11-11 00:23:04 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 00:23:04 +0100" endDate="2017-11-11 00:32:31 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 00:32:31 +0100" endDate="2017-11-11 00:41:41 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 00:41:41 +0100" endDate="2017-11-11 00:51:11 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 00:51:11 +0100" endDate="2017-11-11 01:01:09 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 01:01:09 +0100" endDate="2017-11-11 01:11:07 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 01:11:07 +0100" endDate="2017-11-11 01:20:07 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 01:20:07 +0100" endDate="2017-11-11 01:29:43 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 01:30:07 +0100" endDate="2017-11-11 01:40:04 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 01:40:04 +0100" endDate="2017-11-11 01:50:03 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 01:50:03 +0100" endDate="2017-11-11 02:00:02 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:00:02 +0100" endDate="2017-11-11 02:09:47 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:09:47 +0100" endDate="2017-11-11 02:19:46 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:19:46 +0100" endDate="2017-11-11 02:29:44 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:29:44 +0100" endDate="2017-11-11 02:39:12 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:39:12 +0100" endDate="2017-11-11 02:49:07 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:49:07 +0100" endDate="2017-11-11 02:58:37 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:58:37 +0100" endDate="2017-11-11 03:06:58 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 03:06:58 +0100" endDate="2017-11-11 03:11:59 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 03:11:59 +0100" endDate="2017-11-11 03:18:59 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 03:18:59 +0100" endDate="2017-11-11 03:28:50 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 03:28:50 +0100" endDate="2017-11-11 03:37:58 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 03:38:15 +0100" endDate="2017-11-11 03:48:15 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 03:48:15 +0100" endDate="2017-11-11 03:55:22 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 04:09:44 +0100" endDate="2017-11-11 04:19:44 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 04:19:44 +0100" endDate="2017-11-11 04:24:07 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 04:26:06 +0100" endDate="2017-11-11 04:36:06 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 04:36:06 +0100" endDate="2017-11-11 04:40:14 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 06:04:08 +0100" endDate="2017-11-11 06:10:28 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 06:33:13 +0100" endDate="2017-11-11 06:41:20 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 07:24:34 +0100" endDate="2017-11-11 07:32:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 08:11:28 +0100" endDate="2017-11-11 08:21:27 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 08:21:27 +0100" endDate="2017-11-11 08:27:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 08:29:16 +0100" endDate="2017-11-11 08:37:49 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 09:02:18 +0100" endDate="2017-11-11 09:09:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 09:16:32 +0100" endDate="2017-11-11 09:25:22 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 10:27:28 +0100" startDate="2017-11-11 10:05:36 +0100" endDate="2017-11-11 10:12:24 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 14:23:28 +0100" startDate="2017-11-11 14:10:42 +0100" endDate="2017-11-11 14:17:59 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 15:22:58 +0100" startDate="2017-11-11 14:17:59 +0100" endDate="2017-11-11 14:23:41 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 15:22:58 +0100" startDate="2017-11-11 14:29:45 +0100" endDate="2017-11-11 14:37:14 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 15:22:58 +0100" startDate="2017-11-11 14:45:59 +0100" endDate="2017-11-11 14:55:38 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 15:22:58 +0100" startDate="2017-11-11 14:55:38 +0100" endDate="2017-11-11 15:05:37 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 15:22:58 +0100" startDate="2017-11-11 15:05:37 +0100" endDate="2017-11-11 15:07:30 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 16:23:50 +0100" startDate="2017-11-11 15:52:49 +0100" endDate="2017-11-11 16:02:31 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 16:23:50 +0100" startDate="2017-11-11 16:02:31 +0100" endDate="2017-11-11 16:11:27 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 16:23:50 +0100" startDate="2017-11-11 16:11:27 +0100" endDate="2017-11-11 16:20:28 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 17:22:40 +0100" startDate="2017-11-11 16:20:28 +0100" endDate="2017-11-11 16:30:28 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 17:22:40 +0100" startDate="2017-11-11 16:30:28 +0100" endDate="2017-11-11 16:40:22 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 17:22:40 +0100" startDate="2017-11-11 16:40:22 +0100" endDate="2017-11-11 16:47:28 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 17:22:40 +0100" startDate="2017-11-11 16:52:13 +0100" endDate="2017-11-11 17:02:11 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 17:22:40 +0100" startDate="2017-11-11 17:02:11 +0100" endDate="2017-11-11 17:11:54 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 17:22:40 +0100" startDate="2017-11-11 17:11:54 +0100" endDate="2017-11-11 17:20:14 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 18:23:21 +0100" startDate="2017-11-11 17:20:14 +0100" endDate="2017-11-11 17:30:12 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 18:23:21 +0100" startDate="2017-11-11 17:30:12 +0100" endDate="2017-11-11 17:39:18 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 18:23:21 +0100" startDate="2017-11-11 17:39:18 +0100" endDate="2017-11-11 17:47:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 18:23:21 +0100" startDate="2017-11-11 17:47:26 +0100" endDate="2017-11-11 17:51:43 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 21:30:07 +0100" startDate="2017-11-11 20:31:03 +0100" endDate="2017-11-11 20:37:36 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-11 21:30:07 +0100" startDate="2017-11-11 20:37:36 +0100" endDate="2017-11-11 20:41:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 06:03:24 +0100" startDate="2017-11-12 05:41:07 +0100" endDate="2017-11-12 05:51:05 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 06:03:24 +0100" startDate="2017-11-12 05:51:05 +0100" endDate="2017-11-12 05:51:13 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 06:26:54 +0100" startDate="2017-11-12 06:00:13 +0100" endDate="2017-11-12 06:10:12 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 06:26:54 +0100" startDate="2017-11-12 06:10:12 +0100" endDate="2017-11-12 06:11:49 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 06:26:54 +0100" startDate="2017-11-12 06:14:25 +0100" endDate="2017-11-12 06:20:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 07:30:41 +0100" startDate="2017-11-12 06:20:25 +0100" endDate="2017-11-12 06:27:14 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 07:30:41 +0100" startDate="2017-11-12 06:32:14 +0100" endDate="2017-11-12 06:42:13 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 07:30:41 +0100" startDate="2017-11-12 06:42:13 +0100" endDate="2017-11-12 06:45:47 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 08:22:49 +0100" startDate="2017-11-12 08:07:53 +0100" endDate="2017-11-12 08:16:47 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 09:23:28 +0100" startDate="2017-11-12 08:16:47 +0100" endDate="2017-11-12 08:26:46 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 09:23:28 +0100" startDate="2017-11-12 08:26:46 +0100" endDate="2017-11-12 08:36:45 +0100" value="980"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 09:23:28 +0100" startDate="2017-11-12 08:36:45 +0100" endDate="2017-11-12 08:38:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 09:23:28 +0100" startDate="2017-11-12 08:45:28 +0100" endDate="2017-11-12 08:51:57 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 09:23:28 +0100" startDate="2017-11-12 08:51:57 +0100" endDate="2017-11-12 08:58:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 10:35:59 +0100" startDate="2017-11-12 09:13:58 +0100" endDate="2017-11-12 09:23:51 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 10:35:59 +0100" startDate="2017-11-12 09:23:51 +0100" endDate="2017-11-12 09:27:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 10:35:59 +0100" startDate="2017-11-12 09:38:59 +0100" endDate="2017-11-12 09:45:01 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 11:26:28 +0100" startDate="2017-11-12 10:34:03 +0100" endDate="2017-11-12 10:40:39 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 15:22:49 +0100" startDate="2017-11-12 15:00:30 +0100" endDate="2017-11-12 15:06:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 15:22:49 +0100" startDate="2017-11-12 15:06:48 +0100" endDate="2017-11-12 15:12:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 16:26:19 +0100" startDate="2017-11-12 15:22:59 +0100" endDate="2017-11-12 15:29:43 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 16:26:19 +0100" startDate="2017-11-12 15:37:15 +0100" endDate="2017-11-12 15:45:49 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 17:25:42 +0100" startDate="2017-11-12 16:29:00 +0100" endDate="2017-11-12 16:38:58 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 17:25:42 +0100" startDate="2017-11-12 16:38:58 +0100" endDate="2017-11-12 16:39:36 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 17:25:42 +0100" startDate="2017-11-12 17:04:42 +0100" endDate="2017-11-12 17:11:41 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 17:25:42 +0100" startDate="2017-11-12 17:11:41 +0100" endDate="2017-11-12 17:20:01 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 18:23:49 +0100" startDate="2017-11-12 17:20:01 +0100" endDate="2017-11-12 17:24:22 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 18:23:49 +0100" startDate="2017-11-12 17:29:52 +0100" endDate="2017-11-12 17:36:10 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 18:23:49 +0100" startDate="2017-11-12 18:02:14 +0100" endDate="2017-11-12 18:11:53 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 18:23:49 +0100" startDate="2017-11-12 18:11:53 +0100" endDate="2017-11-12 18:19:25 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 20:10:10 +0100" startDate="2017-11-12 18:19:25 +0100" endDate="2017-11-12 18:29:23 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 20:10:10 +0100" startDate="2017-11-12 18:29:23 +0100" endDate="2017-11-12 18:30:22 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 20:10:10 +0100" startDate="2017-11-12 18:39:30 +0100" endDate="2017-11-12 18:49:30 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 20:10:10 +0100" startDate="2017-11-12 18:49:30 +0100" endDate="2017-11-12 18:52:05 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 20:10:10 +0100" startDate="2017-11-12 19:00:33 +0100" endDate="2017-11-12 19:08:28 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 22:48:36 +0100" startDate="2017-11-12 22:29:45 +0100" endDate="2017-11-12 22:39:43 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 23:35:14 +0100" startDate="2017-11-12 22:39:43 +0100" endDate="2017-11-12 22:41:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 23:35:14 +0100" startDate="2017-11-12 22:56:17 +0100" endDate="2017-11-12 23:04:54 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 23:35:14 +0100" startDate="2017-11-12 23:04:54 +0100" endDate="2017-11-12 23:07:07 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 23:35:14 +0100" startDate="2017-11-12 23:11:16 +0100" endDate="2017-11-12 23:17:31 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-12 23:35:14 +0100" startDate="2017-11-12 23:20:37 +0100" endDate="2017-11-12 23:30:35 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="count" creationDate="2017-11-13 00:24:39 +0100" startDate="2017-11-12 23:30:35 +0100" endDate="2017-11-12 23:31:33 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 06:19:26 +0100" startDate="2017-11-13 05:40:59 +0100" endDate="2017-11-13 05:47:40 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 06:19:26 +0100" startDate="2017-11-13 05:47:40 +0100" endDate="2017-11-13 05:53:37 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 08:09:14 +0100" startDate="2017-11-13 07:37:52 +0100" endDate="2017-11-13 07:46:05 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 08:09:14 +0100" startDate="2017-11-13 07:46:05 +0100" endDate="2017-11-13 07:48:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 09:11:20 +0100" startDate="2017-11-13 08:02:25 +0100" endDate="2017-11-13 08:11:31 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 09:11:20 +0100" startDate="2017-11-13 08:11:31 +0100" endDate="2017-11-13 08:21:30 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 09:11:20 +0100" startDate="2017-11-13 08:21:30 +0100" endDate="2017-11-13 08:31:16 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:01:21 +0100" endDate="2017-11-13 09:11:19 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:11:19 +0100" endDate="2017-11-13 09:20:09 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:20:09 +0100" endDate="2017-11-13 09:29:24 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:29:24 +0100" endDate="2017-11-13 09:39:23 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:39:23 +0100" endDate="2017-11-13 09:46:46 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:46:46 +0100" endDate="2017-11-13 09:56:44 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:56:44 +0100" endDate="2017-11-13 09:59:58 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 11:09:02 +0100" startDate="2017-11-13 10:07:10 +0100" endDate="2017-11-13 10:16:23 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 11:09:02 +0100" startDate="2017-11-13 10:16:23 +0100" endDate="2017-11-13 10:23:03 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 11:09:02 +0100" startDate="2017-11-13 10:24:06 +0100" endDate="2017-11-13 10:32:31 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 11:09:02 +0100" startDate="2017-11-13 10:32:31 +0100" endDate="2017-11-13 10:39:50 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 11:09:02 +0100" startDate="2017-11-13 10:39:50 +0100" endDate="2017-11-13 10:46:22 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 11:09:02 +0100" startDate="2017-11-13 10:51:46 +0100" endDate="2017-11-13 10:57:32 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 12:10:08 +0100" startDate="2017-11-13 11:02:20 +0100" endDate="2017-11-13 11:09:54 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 12:10:08 +0100" startDate="2017-11-13 11:15:33 +0100" endDate="2017-11-13 11:25:30 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 12:10:08 +0100" startDate="2017-11-13 11:32:27 +0100" endDate="2017-11-13 11:39:54 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 12:10:08 +0100" startDate="2017-11-13 11:39:54 +0100" endDate="2017-11-13 11:49:52 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 12:10:08 +0100" startDate="2017-11-13 11:49:52 +0100" endDate="2017-11-13 11:58:50 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 13:09:37 +0100" startDate="2017-11-13 12:12:09 +0100" endDate="2017-11-13 12:22:08 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 13:09:37 +0100" startDate="2017-11-13 12:22:08 +0100" endDate="2017-11-13 12:32:05 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 13:09:37 +0100" startDate="2017-11-13 12:32:05 +0100" endDate="2017-11-13 12:41:54 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 13:09:37 +0100" startDate="2017-11-13 12:42:26 +0100" endDate="2017-11-13 12:50:36 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 14:09:50 +0100" startDate="2017-11-13 13:03:56 +0100" endDate="2017-11-13 13:10:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 14:09:50 +0100" startDate="2017-11-13 13:10:52 +0100" endDate="2017-11-13 13:19:17 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 14:09:50 +0100" startDate="2017-11-13 13:19:17 +0100" endDate="2017-11-13 13:29:10 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 14:09:50 +0100" startDate="2017-11-13 13:29:35 +0100" endDate="2017-11-13 13:39:34 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 14:09:50 +0100" startDate="2017-11-13 13:39:34 +0100" endDate="2017-11-13 13:40:41 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 15:11:51 +0100" startDate="2017-11-13 14:41:55 +0100" endDate="2017-11-13 14:49:52 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 15:11:51 +0100" startDate="2017-11-13 14:51:43 +0100" endDate="2017-11-13 15:01:38 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 15:11:51 +0100" startDate="2017-11-13 15:01:38 +0100" endDate="2017-11-13 15:05:57 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 16:09:15 +0100" startDate="2017-11-13 15:05:57 +0100" endDate="2017-11-13 15:12:12 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 16:09:15 +0100" startDate="2017-11-13 15:14:38 +0100" endDate="2017-11-13 15:24:38 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 16:09:15 +0100" startDate="2017-11-13 15:24:38 +0100" endDate="2017-11-13 15:33:32 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 16:09:15 +0100" startDate="2017-11-13 15:37:49 +0100" endDate="2017-11-13 15:47:00 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 16:09:15 +0100" startDate="2017-11-13 15:47:04 +0100" endDate="2017-11-13 15:54:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 17:10:10 +0100" startDate="2017-11-13 16:11:19 +0100" endDate="2017-11-13 16:20:12 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 17:10:10 +0100" startDate="2017-11-13 16:20:12 +0100" endDate="2017-11-13 16:29:55 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 17:10:10 +0100" startDate="2017-11-13 16:29:55 +0100" endDate="2017-11-13 16:39:54 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 17:10:10 +0100" startDate="2017-11-13 16:39:54 +0100" endDate="2017-11-13 16:49:46 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 17:10:10 +0100" startDate="2017-11-13 16:49:46 +0100" endDate="2017-11-13 16:59:45 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 17:10:10 +0100" startDate="2017-11-13 16:59:45 +0100" endDate="2017-11-13 17:09:03 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 18:11:00 +0100" startDate="2017-11-13 17:09:03 +0100" endDate="2017-11-13 17:19:01 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 18:11:00 +0100" startDate="2017-11-13 17:19:01 +0100" endDate="2017-11-13 17:27:41 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 18:11:00 +0100" startDate="2017-11-13 17:27:41 +0100" endDate="2017-11-13 17:37:22 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 18:11:00 +0100" startDate="2017-11-13 17:37:22 +0100" endDate="2017-11-13 17:43:34 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 18:11:00 +0100" startDate="2017-11-13 17:56:01 +0100" endDate="2017-11-13 18:02:57 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 21:09:28 +0100" startDate="2017-11-13 20:33:50 +0100" endDate="2017-11-13 20:41:57 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 22:09:23 +0100" startDate="2017-11-13 21:12:09 +0100" endDate="2017-11-13 21:20:42 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 22:09:23 +0100" startDate="2017-11-13 21:20:42 +0100" endDate="2017-11-13 21:29:44 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 22:09:23 +0100" startDate="2017-11-13 21:29:55 +0100" endDate="2017-11-13 21:39:01 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 22:09:23 +0100" startDate="2017-11-13 21:39:01 +0100" endDate="2017-11-13 21:48:05 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 22:09:23 +0100" startDate="2017-11-13 21:48:05 +0100" endDate="2017-11-13 21:57:03 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 22:09:23 +0100" startDate="2017-11-13 21:57:03 +0100" endDate="2017-11-13 22:05:40 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-13 23:39:08 +0100" startDate="2017-11-13 22:05:40 +0100" endDate="2017-11-13 22:14:13 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 00:47:05 +0100" startDate="2017-11-14 00:02:30 +0100" endDate="2017-11-14 00:12:29 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 00:47:05 +0100" startDate="2017-11-14 00:12:29 +0100" endDate="2017-11-14 00:22:29 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 00:47:05 +0100" startDate="2017-11-14 00:22:29 +0100" endDate="2017-11-14 00:31:33 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 01:11:09 +0100" startDate="2017-11-14 00:40:56 +0100" endDate="2017-11-14 00:47:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 06:12:04 +0100" startDate="2017-11-14 05:28:50 +0100" endDate="2017-11-14 05:35:38 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 06:12:04 +0100" startDate="2017-11-14 05:36:36 +0100" endDate="2017-11-14 05:43:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 08:09:17 +0100" startDate="2017-11-14 07:39:48 +0100" endDate="2017-11-14 07:48:19 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 08:09:17 +0100" startDate="2017-11-14 07:48:19 +0100" endDate="2017-11-14 07:53:48 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 09:10:04 +0100" startDate="2017-11-14 08:01:28 +0100" endDate="2017-11-14 08:11:26 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 09:10:04 +0100" startDate="2017-11-14 08:11:26 +0100" endDate="2017-11-14 08:21:18 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 09:10:04 +0100" startDate="2017-11-14 08:21:18 +0100" endDate="2017-11-14 08:30:48 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 09:10:04 +0100" startDate="2017-11-14 08:30:48 +0100" endDate="2017-11-14 08:40:02 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 09:10:04 +0100" startDate="2017-11-14 08:51:59 +0100" endDate="2017-11-14 09:00:45 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 10:13:01 +0100" startDate="2017-11-14 09:10:41 +0100" endDate="2017-11-14 09:19:28 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 10:13:01 +0100" startDate="2017-11-14 09:19:28 +0100" endDate="2017-11-14 09:28:59 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 10:13:01 +0100" startDate="2017-11-14 09:28:59 +0100" endDate="2017-11-14 09:31:09 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 10:13:01 +0100" startDate="2017-11-14 09:34:09 +0100" endDate="2017-11-14 09:44:08 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 10:13:01 +0100" startDate="2017-11-14 09:44:08 +0100" endDate="2017-11-14 09:53:59 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 10:13:01 +0100" startDate="2017-11-14 09:53:59 +0100" endDate="2017-11-14 09:59:35 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:03:41 +0100" endDate="2017-11-14 10:13:02 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:13:02 +0100" endDate="2017-11-14 10:22:00 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:22:00 +0100" endDate="2017-11-14 10:31:59 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:31:59 +0100" endDate="2017-11-14 10:41:58 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:41:58 +0100" endDate="2017-11-14 10:47:24 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:47:24 +0100" endDate="2017-11-14 10:57:24 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:57:24 +0100" endDate="2017-11-14 10:59:31 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 12:10:59 +0100" startDate="2017-11-14 11:05:56 +0100" endDate="2017-11-14 11:15:56 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 12:10:59 +0100" startDate="2017-11-14 11:15:56 +0100" endDate="2017-11-14 11:24:06 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 12:10:59 +0100" startDate="2017-11-14 11:24:06 +0100" endDate="2017-11-14 11:33:57 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 12:10:59 +0100" startDate="2017-11-14 11:33:57 +0100" endDate="2017-11-14 11:35:41 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 12:10:59 +0100" startDate="2017-11-14 11:45:53 +0100" endDate="2017-11-14 11:55:52 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 12:10:59 +0100" startDate="2017-11-14 11:55:52 +0100" endDate="2017-11-14 11:56:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 13:09:59 +0100" startDate="2017-11-14 12:02:45 +0100" endDate="2017-11-14 12:12:45 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 13:09:59 +0100" startDate="2017-11-14 12:12:45 +0100" endDate="2017-11-14 12:21:00 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 14:09:57 +0100" startDate="2017-11-14 13:22:07 +0100" endDate="2017-11-14 13:30:40 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 15:11:51 +0100" startDate="2017-11-14 14:05:13 +0100" endDate="2017-11-14 14:11:56 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 15:11:51 +0100" startDate="2017-11-14 14:14:15 +0100" endDate="2017-11-14 14:24:12 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 15:11:51 +0100" startDate="2017-11-14 14:24:12 +0100" endDate="2017-11-14 14:27:02 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 16:09:49 +0100" startDate="2017-11-14 15:56:08 +0100" endDate="2017-11-14 16:04:32 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 17:10:07 +0100" startDate="2017-11-14 16:04:32 +0100" endDate="2017-11-14 16:14:28 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 17:10:07 +0100" startDate="2017-11-14 16:14:28 +0100" endDate="2017-11-14 16:23:56 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 17:10:07 +0100" startDate="2017-11-14 16:23:56 +0100" endDate="2017-11-14 16:27:53 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 17:10:07 +0100" startDate="2017-11-14 16:29:04 +0100" endDate="2017-11-14 16:39:03 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 17:10:07 +0100" startDate="2017-11-14 16:39:03 +0100" endDate="2017-11-14 16:47:58 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 18:10:14 +0100" startDate="2017-11-14 17:10:54 +0100" endDate="2017-11-14 17:20:53 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-14 18:10:14 +0100" startDate="2017-11-14 17:20:53 +0100" endDate="2017-11-14 17:23:23 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 08:15:28 +0100" startDate="2017-11-15 07:09:02 +0100" endDate="2017-11-15 07:15:58 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 08:15:28 +0100" startDate="2017-11-15 07:16:39 +0100" endDate="2017-11-15 07:23:05 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 08:15:28 +0100" startDate="2017-11-15 07:42:11 +0100" endDate="2017-11-15 07:49:00 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 08:15:28 +0100" startDate="2017-11-15 07:49:00 +0100" endDate="2017-11-15 07:58:59 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 08:15:28 +0100" startDate="2017-11-15 07:58:59 +0100" endDate="2017-11-15 08:07:59 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 09:13:54 +0100" startDate="2017-11-15 08:07:59 +0100" endDate="2017-11-15 08:15:27 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 09:13:54 +0100" startDate="2017-11-15 08:45:42 +0100" endDate="2017-11-15 08:55:03 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 09:13:54 +0100" startDate="2017-11-15 08:55:03 +0100" endDate="2017-11-15 08:58:30 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 11:08:59 +0100" startDate="2017-11-15 10:21:18 +0100" endDate="2017-11-15 10:29:28 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 11:08:59 +0100" startDate="2017-11-15 10:41:06 +0100" endDate="2017-11-15 10:49:22 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 11:08:59 +0100" startDate="2017-11-15 10:53:38 +0100" endDate="2017-11-15 11:01:43 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 12:14:28 +0100" startDate="2017-11-15 11:01:43 +0100" endDate="2017-11-15 11:10:25 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 12:14:28 +0100" startDate="2017-11-15 11:11:40 +0100" endDate="2017-11-15 11:21:39 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 12:14:28 +0100" startDate="2017-11-15 11:21:39 +0100" endDate="2017-11-15 11:31:38 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 12:14:28 +0100" startDate="2017-11-15 11:31:38 +0100" endDate="2017-11-15 11:36:59 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 12:14:28 +0100" startDate="2017-11-15 11:59:46 +0100" endDate="2017-11-15 12:09:45 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 12:09:45 +0100" endDate="2017-11-15 12:18:51 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 12:18:51 +0100" endDate="2017-11-15 12:25:18 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 12:26:41 +0100" endDate="2017-11-15 12:35:21 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 12:35:21 +0100" endDate="2017-11-15 12:41:46 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 12:41:46 +0100" endDate="2017-11-15 12:51:29 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 12:51:29 +0100" endDate="2017-11-15 12:59:08 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 13:03:29 +0100" endDate="2017-11-15 13:09:52 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 14:10:46 +0100" startDate="2017-11-15 13:09:52 +0100" endDate="2017-11-15 13:11:47 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 14:10:46 +0100" startDate="2017-11-15 13:15:00 +0100" endDate="2017-11-15 13:21:53 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 14:10:46 +0100" startDate="2017-11-15 13:21:53 +0100" endDate="2017-11-15 13:31:44 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 14:10:46 +0100" startDate="2017-11-15 13:37:18 +0100" endDate="2017-11-15 13:47:18 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 14:10:46 +0100" startDate="2017-11-15 13:47:18 +0100" endDate="2017-11-15 13:48:52 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 15:16:16 +0100" startDate="2017-11-15 14:24:44 +0100" endDate="2017-11-15 14:33:52 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 17:10:48 +0100" startDate="2017-11-15 16:35:47 +0100" endDate="2017-11-15 16:44:40 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 17:10:48 +0100" startDate="2017-11-15 16:46:21 +0100" endDate="2017-11-15 16:55:12 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 17:10:48 +0100" startDate="2017-11-15 16:55:12 +0100" endDate="2017-11-15 17:05:12 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 18:13:04 +0100" startDate="2017-11-15 17:05:12 +0100" endDate="2017-11-15 17:15:12 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 18:13:04 +0100" startDate="2017-11-15 17:40:27 +0100" endDate="2017-11-15 17:47:10 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 19:14:02 +0100" startDate="2017-11-15 18:16:33 +0100" endDate="2017-11-15 18:26:33 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 19:14:02 +0100" startDate="2017-11-15 18:26:33 +0100" endDate="2017-11-15 18:28:00 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 19:14:02 +0100" startDate="2017-11-15 18:51:17 +0100" endDate="2017-11-15 18:59:26 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 20:13:34 +0100" startDate="2017-11-15 19:44:17 +0100" endDate="2017-11-15 19:51:38 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 22:08:46 +0100" startDate="2017-11-15 21:26:49 +0100" endDate="2017-11-15 21:32:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 22:08:46 +0100" startDate="2017-11-15 21:33:52 +0100" endDate="2017-11-15 21:40:46 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 22:08:46 +0100" startDate="2017-11-15 21:58:42 +0100" endDate="2017-11-15 22:07:11 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-15 23:10:08 +0100" startDate="2017-11-15 22:07:11 +0100" endDate="2017-11-15 22:16:25 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 07:08:46 +0100" startDate="2017-11-16 06:18:08 +0100" endDate="2017-11-16 06:25:50 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 07:08:46 +0100" startDate="2017-11-16 06:25:50 +0100" endDate="2017-11-16 06:29:45 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 07:08:46 +0100" startDate="2017-11-16 06:30:56 +0100" endDate="2017-11-16 06:38:20 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 07:08:46 +0100" startDate="2017-11-16 06:49:08 +0100" endDate="2017-11-16 06:56:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 08:10:36 +0100" startDate="2017-11-16 07:16:33 +0100" endDate="2017-11-16 07:23:21 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 08:10:36 +0100" startDate="2017-11-16 07:28:57 +0100" endDate="2017-11-16 07:36:06 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 08:10:36 +0100" startDate="2017-11-16 07:43:32 +0100" endDate="2017-11-16 07:50:43 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 08:10:36 +0100" startDate="2017-11-16 07:52:21 +0100" endDate="2017-11-16 07:59:02 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 08:10:36 +0100" startDate="2017-11-16 07:59:12 +0100" endDate="2017-11-16 08:09:06 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 09:13:41 +0100" startDate="2017-11-16 08:09:06 +0100" endDate="2017-11-16 08:14:17 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 09:13:41 +0100" startDate="2017-11-16 08:18:04 +0100" endDate="2017-11-16 08:28:04 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 09:13:41 +0100" startDate="2017-11-16 08:28:04 +0100" endDate="2017-11-16 08:38:02 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 09:13:41 +0100" startDate="2017-11-16 08:38:02 +0100" endDate="2017-11-16 08:45:24 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 09:13:41 +0100" startDate="2017-11-16 08:45:24 +0100" endDate="2017-11-16 08:49:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 09:13:41 +0100" startDate="2017-11-16 08:55:37 +0100" endDate="2017-11-16 09:04:38 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 11:10:43 +0100" startDate="2017-11-16 10:11:06 +0100" endDate="2017-11-16 10:20:07 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 11:10:43 +0100" startDate="2017-11-16 10:33:02 +0100" endDate="2017-11-16 10:42:49 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 12:10:11 +0100" startDate="2017-11-16 11:06:06 +0100" endDate="2017-11-16 11:14:49 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 14:13:10 +0100" startDate="2017-11-16 12:59:41 +0100" endDate="2017-11-16 13:09:40 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 14:13:10 +0100" startDate="2017-11-16 13:09:40 +0100" endDate="2017-11-16 13:19:26 +0100" value="926"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 14:13:10 +0100" startDate="2017-11-16 13:19:26 +0100" endDate="2017-11-16 13:19:44 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 14:13:10 +0100" startDate="2017-11-16 13:28:46 +0100" endDate="2017-11-16 13:38:44 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 14:13:10 +0100" startDate="2017-11-16 13:38:44 +0100" endDate="2017-11-16 13:47:38 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 15:14:16 +0100" startDate="2017-11-16 14:31:27 +0100" endDate="2017-11-16 14:41:05 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 16:09:45 +0100" startDate="2017-11-16 15:47:41 +0100" endDate="2017-11-16 15:53:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 17:09:09 +0100" startDate="2017-11-16 16:03:28 +0100" endDate="2017-11-16 16:13:28 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 17:09:09 +0100" startDate="2017-11-16 16:13:28 +0100" endDate="2017-11-16 16:23:02 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 17:09:09 +0100" startDate="2017-11-16 16:23:02 +0100" endDate="2017-11-16 16:32:59 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 17:09:09 +0100" startDate="2017-11-16 16:32:59 +0100" endDate="2017-11-16 16:40:41 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 17:09:09 +0100" startDate="2017-11-16 16:40:41 +0100" endDate="2017-11-16 16:47:00 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 18:11:47 +0100" startDate="2017-11-16 17:11:23 +0100" endDate="2017-11-16 17:21:23 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 18:11:47 +0100" startDate="2017-11-16 17:21:23 +0100" endDate="2017-11-16 17:22:50 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 18:11:47 +0100" startDate="2017-11-16 17:33:22 +0100" endDate="2017-11-16 17:42:05 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 19:08:51 +0100" startDate="2017-11-16 18:51:55 +0100" endDate="2017-11-16 19:00:36 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 20:09:08 +0100" startDate="2017-11-16 19:06:02 +0100" endDate="2017-11-16 19:14:38 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 20:09:08 +0100" startDate="2017-11-16 19:41:25 +0100" endDate="2017-11-16 19:51:25 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 20:09:08 +0100" startDate="2017-11-16 19:51:25 +0100" endDate="2017-11-16 20:00:53 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 21:15:01 +0100" startDate="2017-11-16 20:00:53 +0100" endDate="2017-11-16 20:09:45 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 23:12:29 +0100" startDate="2017-11-16 22:25:59 +0100" endDate="2017-11-16 22:35:58 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 23:12:29 +0100" startDate="2017-11-16 22:35:58 +0100" endDate="2017-11-16 22:43:58 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-16 23:12:29 +0100" startDate="2017-11-16 22:55:46 +0100" endDate="2017-11-16 23:02:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 07:08:48 +0100" startDate="2017-11-17 06:51:27 +0100" endDate="2017-11-17 06:57:50 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 08:09:07 +0100" startDate="2017-11-17 07:18:41 +0100" endDate="2017-11-17 07:28:03 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 08:09:07 +0100" startDate="2017-11-17 07:56:38 +0100" endDate="2017-11-17 08:03:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:03:04 +0100" endDate="2017-11-17 08:10:26 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:11:22 +0100" endDate="2017-11-17 08:21:21 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:21:21 +0100" endDate="2017-11-17 08:25:51 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:25:53 +0100" endDate="2017-11-17 08:31:58 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:31:58 +0100" endDate="2017-11-17 08:41:29 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:41:29 +0100" endDate="2017-11-17 08:51:28 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:51:28 +0100" endDate="2017-11-17 09:01:26 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 10:15:57 +0100" startDate="2017-11-17 09:01:26 +0100" endDate="2017-11-17 09:03:46 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 10:15:57 +0100" startDate="2017-11-17 09:15:29 +0100" endDate="2017-11-17 09:22:17 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 10:15:57 +0100" startDate="2017-11-17 09:22:26 +0100" endDate="2017-11-17 09:30:46 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 10:15:57 +0100" startDate="2017-11-17 09:32:47 +0100" endDate="2017-11-17 09:40:39 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 11:12:27 +0100" startDate="2017-11-17 10:10:29 +0100" endDate="2017-11-17 10:18:59 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 11:12:27 +0100" startDate="2017-11-17 10:18:59 +0100" endDate="2017-11-17 10:24:45 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 11:12:27 +0100" startDate="2017-11-17 10:27:57 +0100" endDate="2017-11-17 10:34:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 11:12:27 +0100" startDate="2017-11-17 10:39:57 +0100" endDate="2017-11-17 10:47:41 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 11:12:27 +0100" startDate="2017-11-17 10:47:41 +0100" endDate="2017-11-17 10:53:07 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 11:12:27 +0100" startDate="2017-11-17 10:58:06 +0100" endDate="2017-11-17 11:04:08 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 12:12:48 +0100" startDate="2017-11-17 11:04:08 +0100" endDate="2017-11-17 11:13:08 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 12:12:48 +0100" startDate="2017-11-17 11:13:08 +0100" endDate="2017-11-17 11:16:11 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 12:12:48 +0100" startDate="2017-11-17 11:30:52 +0100" endDate="2017-11-17 11:38:57 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 12:12:48 +0100" startDate="2017-11-17 11:38:57 +0100" endDate="2017-11-17 11:43:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 13:12:18 +0100" startDate="2017-11-17 12:52:42 +0100" endDate="2017-11-17 13:02:18 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 14:13:07 +0100" startDate="2017-11-17 13:02:18 +0100" endDate="2017-11-17 13:03:27 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 14:13:07 +0100" startDate="2017-11-17 13:34:20 +0100" endDate="2017-11-17 13:42:24 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 14:13:07 +0100" startDate="2017-11-17 13:52:25 +0100" endDate="2017-11-17 14:00:32 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 14:13:07 +0100" startDate="2017-11-17 14:00:32 +0100" endDate="2017-11-17 14:10:30 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 15:09:05 +0100" startDate="2017-11-17 14:10:30 +0100" endDate="2017-11-17 14:20:30 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 15:09:05 +0100" startDate="2017-11-17 14:20:30 +0100" endDate="2017-11-17 14:28:17 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 15:09:05 +0100" startDate="2017-11-17 14:28:17 +0100" endDate="2017-11-17 14:37:56 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 16:16:06 +0100" startDate="2017-11-17 15:27:04 +0100" endDate="2017-11-17 15:35:52 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 16:16:06 +0100" startDate="2017-11-17 15:35:52 +0100" endDate="2017-11-17 15:45:51 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 16:16:06 +0100" startDate="2017-11-17 15:45:51 +0100" endDate="2017-11-17 15:55:34 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 16:16:06 +0100" startDate="2017-11-17 15:55:34 +0100" endDate="2017-11-17 15:56:07 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 16:16:06 +0100" startDate="2017-11-17 16:02:26 +0100" endDate="2017-11-17 16:11:43 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 17:08:48 +0100" startDate="2017-11-17 16:11:43 +0100" endDate="2017-11-17 16:21:41 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 17:08:48 +0100" startDate="2017-11-17 16:21:41 +0100" endDate="2017-11-17 16:30:59 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 17:08:48 +0100" startDate="2017-11-17 16:30:59 +0100" endDate="2017-11-17 16:39:50 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 17:08:48 +0100" startDate="2017-11-17 16:57:58 +0100" endDate="2017-11-17 17:05:40 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 18:10:46 +0100" startDate="2017-11-17 17:46:02 +0100" endDate="2017-11-17 17:56:00 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 18:10:46 +0100" startDate="2017-11-17 17:56:00 +0100" endDate="2017-11-17 18:04:36 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 19:16:02 +0100" startDate="2017-11-17 18:04:36 +0100" endDate="2017-11-17 18:12:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 19:16:02 +0100" startDate="2017-11-17 18:12:32 +0100" endDate="2017-11-17 18:22:31 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 19:16:02 +0100" startDate="2017-11-17 18:22:31 +0100" endDate="2017-11-17 18:25:11 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 21:09:36 +0100" startDate="2017-11-17 20:47:17 +0100" endDate="2017-11-17 20:53:33 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 22:10:59 +0100" startDate="2017-11-17 21:02:06 +0100" endDate="2017-11-17 21:11:55 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 22:10:59 +0100" startDate="2017-11-17 21:11:55 +0100" endDate="2017-11-17 21:21:03 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-17 22:10:59 +0100" startDate="2017-11-17 21:21:03 +0100" endDate="2017-11-17 21:28:50 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 06:09:41 +0100" startDate="2017-11-18 05:56:31 +0100" endDate="2017-11-18 06:03:15 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 07:13:32 +0100" startDate="2017-11-18 06:03:15 +0100" endDate="2017-11-18 06:10:02 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 09:12:10 +0100" startDate="2017-11-18 08:24:40 +0100" endDate="2017-11-18 08:31:10 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 11:16:51 +0100" startDate="2017-11-18 10:34:30 +0100" endDate="2017-11-18 10:44:10 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 11:16:51 +0100" startDate="2017-11-18 10:44:10 +0100" endDate="2017-11-18 10:54:10 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 11:16:51 +0100" startDate="2017-11-18 10:54:10 +0100" endDate="2017-11-18 11:04:09 +0100" value="901"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 11:16:51 +0100" startDate="2017-11-18 11:04:09 +0100" endDate="2017-11-18 11:13:42 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 12:14:49 +0100" startDate="2017-11-18 11:13:42 +0100" endDate="2017-11-18 11:23:26 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 12:14:49 +0100" startDate="2017-11-18 11:23:26 +0100" endDate="2017-11-18 11:31:16 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 12:14:49 +0100" startDate="2017-11-18 11:31:16 +0100" endDate="2017-11-18 11:40:29 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 12:14:49 +0100" startDate="2017-11-18 11:40:29 +0100" endDate="2017-11-18 11:50:28 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 12:14:49 +0100" startDate="2017-11-18 11:50:28 +0100" endDate="2017-11-18 12:00:27 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 12:14:49 +0100" startDate="2017-11-18 12:00:27 +0100" endDate="2017-11-18 12:08:49 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 13:11:54 +0100" startDate="2017-11-18 12:08:49 +0100" endDate="2017-11-18 12:17:34 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 13:11:54 +0100" startDate="2017-11-18 12:17:34 +0100" endDate="2017-11-18 12:25:17 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 13:11:54 +0100" startDate="2017-11-18 12:28:05 +0100" endDate="2017-11-18 12:34:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 14:18:02 +0100" startDate="2017-11-18 13:18:54 +0100" endDate="2017-11-18 13:27:07 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 14:18:02 +0100" startDate="2017-11-18 13:27:07 +0100" endDate="2017-11-18 13:37:05 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 14:18:02 +0100" startDate="2017-11-18 13:37:05 +0100" endDate="2017-11-18 13:47:04 +0100" value="1034"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 14:18:02 +0100" startDate="2017-11-18 13:47:04 +0100" endDate="2017-11-18 13:57:02 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 14:18:02 +0100" startDate="2017-11-18 13:57:02 +0100" endDate="2017-11-18 14:01:49 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 14:18:02 +0100" startDate="2017-11-18 14:02:00 +0100" endDate="2017-11-18 14:10:49 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 15:16:12 +0100" startDate="2017-11-18 14:22:22 +0100" endDate="2017-11-18 14:32:22 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 15:16:12 +0100" startDate="2017-11-18 14:32:22 +0100" endDate="2017-11-18 14:42:20 +0100" value="1040"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 15:16:12 +0100" startDate="2017-11-18 14:42:20 +0100" endDate="2017-11-18 14:46:25 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 16:12:28 +0100" startDate="2017-11-18 15:29:34 +0100" endDate="2017-11-18 15:36:40 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 16:12:28 +0100" startDate="2017-11-18 15:39:43 +0100" endDate="2017-11-18 15:46:21 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 16:12:28 +0100" startDate="2017-11-18 15:46:21 +0100" endDate="2017-11-18 15:52:39 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 17:10:41 +0100" startDate="2017-11-18 16:36:20 +0100" endDate="2017-11-18 16:44:25 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 17:10:41 +0100" startDate="2017-11-18 16:44:25 +0100" endDate="2017-11-18 16:54:24 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 17:10:41 +0100" startDate="2017-11-18 16:54:24 +0100" endDate="2017-11-18 16:59:52 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 18:16:21 +0100" startDate="2017-11-18 17:28:39 +0100" endDate="2017-11-18 17:38:38 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 18:16:21 +0100" startDate="2017-11-18 17:38:38 +0100" endDate="2017-11-18 17:40:51 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 18:16:21 +0100" startDate="2017-11-18 17:44:40 +0100" endDate="2017-11-18 17:51:10 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 18:16:21 +0100" startDate="2017-11-18 18:00:57 +0100" endDate="2017-11-18 18:09:28 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 19:47:23 +0100" startDate="2017-11-18 18:09:28 +0100" endDate="2017-11-18 18:19:26 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 19:47:23 +0100" startDate="2017-11-18 18:19:26 +0100" endDate="2017-11-18 18:22:07 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 19:47:23 +0100" startDate="2017-11-18 18:35:17 +0100" endDate="2017-11-18 18:44:02 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 21:15:26 +0100" startDate="2017-11-18 20:26:20 +0100" endDate="2017-11-18 20:33:34 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 21:15:26 +0100" startDate="2017-11-18 20:33:34 +0100" endDate="2017-11-18 20:43:07 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 21:15:26 +0100" startDate="2017-11-18 20:43:07 +0100" endDate="2017-11-18 20:45:45 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 23:29:48 +0100" startDate="2017-11-18 22:37:30 +0100" endDate="2017-11-18 22:47:30 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 23:29:48 +0100" startDate="2017-11-18 22:47:30 +0100" endDate="2017-11-18 22:53:06 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-18 23:29:48 +0100" startDate="2017-11-18 23:08:06 +0100" endDate="2017-11-18 23:16:58 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 00:23:54 +0100" startDate="2017-11-18 23:23:53 +0100" endDate="2017-11-18 23:32:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 09:09:04 +0100" startDate="2017-11-19 08:23:09 +0100" endDate="2017-11-19 08:29:48 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 09:09:04 +0100" startDate="2017-11-19 08:30:02 +0100" endDate="2017-11-19 08:39:28 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 10:10:48 +0100" startDate="2017-11-19 09:36:15 +0100" endDate="2017-11-19 09:44:21 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 11:09:03 +0100" startDate="2017-11-19 10:03:41 +0100" endDate="2017-11-19 10:10:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 13:10:16 +0100" startDate="2017-11-19 12:11:31 +0100" endDate="2017-11-19 12:21:29 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 13:10:16 +0100" startDate="2017-11-19 12:21:29 +0100" endDate="2017-11-19 12:25:04 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 13:10:16 +0100" startDate="2017-11-19 12:38:11 +0100" endDate="2017-11-19 12:48:09 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 13:10:16 +0100" startDate="2017-11-19 12:48:09 +0100" endDate="2017-11-19 12:56:09 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 13:10:16 +0100" startDate="2017-11-19 12:56:40 +0100" endDate="2017-11-19 13:06:19 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 14:08:49 +0100" startDate="2017-11-19 13:06:19 +0100" endDate="2017-11-19 13:13:14 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 14:08:49 +0100" startDate="2017-11-19 13:31:41 +0100" endDate="2017-11-19 13:41:26 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 14:08:49 +0100" startDate="2017-11-19 13:42:43 +0100" endDate="2017-11-19 13:52:32 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 14:08:49 +0100" startDate="2017-11-19 13:52:32 +0100" endDate="2017-11-19 13:58:59 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 15:09:22 +0100" startDate="2017-11-19 14:49:33 +0100" endDate="2017-11-19 14:57:45 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 15:09:22 +0100" startDate="2017-11-19 14:57:45 +0100" endDate="2017-11-19 15:06:14 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 16:09:36 +0100" startDate="2017-11-19 15:54:47 +0100" endDate="2017-11-19 16:01:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 17:13:36 +0100" startDate="2017-11-19 16:01:30 +0100" endDate="2017-11-19 16:11:15 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 17:13:36 +0100" startDate="2017-11-19 16:11:15 +0100" endDate="2017-11-19 16:21:08 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 17:13:36 +0100" startDate="2017-11-19 16:21:08 +0100" endDate="2017-11-19 16:28:02 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 17:13:36 +0100" startDate="2017-11-19 16:29:19 +0100" endDate="2017-11-19 16:35:47 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 17:13:36 +0100" startDate="2017-11-19 16:53:06 +0100" endDate="2017-11-19 17:02:15 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 18:09:18 +0100" startDate="2017-11-19 17:21:15 +0100" endDate="2017-11-19 17:30:52 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 18:09:18 +0100" startDate="2017-11-19 17:30:52 +0100" endDate="2017-11-19 17:33:51 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 22:56:21 +0100" startDate="2017-11-19 22:05:14 +0100" endDate="2017-11-19 22:12:00 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 22:56:21 +0100" startDate="2017-11-19 22:12:00 +0100" endDate="2017-11-19 22:17:14 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-19 22:56:21 +0100" startDate="2017-11-19 22:33:29 +0100" endDate="2017-11-19 22:40:51 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 07:09:30 +0100" startDate="2017-11-20 06:49:32 +0100" endDate="2017-11-20 06:57:14 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 07:09:30 +0100" startDate="2017-11-20 06:57:14 +0100" endDate="2017-11-20 06:59:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 08:08:59 +0100" startDate="2017-11-20 07:12:17 +0100" endDate="2017-11-20 07:19:10 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 08:08:59 +0100" startDate="2017-11-20 07:21:28 +0100" endDate="2017-11-20 07:31:27 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 08:08:59 +0100" startDate="2017-11-20 07:31:27 +0100" endDate="2017-11-20 07:40:01 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 08:08:59 +0100" startDate="2017-11-20 07:52:52 +0100" endDate="2017-11-20 07:59:59 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 09:14:30 +0100" startDate="2017-11-20 08:05:02 +0100" endDate="2017-11-20 08:13:45 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 09:14:30 +0100" startDate="2017-11-20 08:13:45 +0100" endDate="2017-11-20 08:22:28 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 09:14:30 +0100" startDate="2017-11-20 08:32:36 +0100" endDate="2017-11-20 08:41:51 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 09:14:30 +0100" startDate="2017-11-20 08:41:51 +0100" endDate="2017-11-20 08:47:22 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 10:13:54 +0100" startDate="2017-11-20 09:40:45 +0100" endDate="2017-11-20 09:50:43 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 10:13:54 +0100" startDate="2017-11-20 09:50:43 +0100" endDate="2017-11-20 10:00:13 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 11:10:32 +0100" startDate="2017-11-20 10:46:02 +0100" endDate="2017-11-20 10:55:59 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 11:10:32 +0100" startDate="2017-11-20 10:55:59 +0100" endDate="2017-11-20 11:00:54 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 12:09:21 +0100" startDate="2017-11-20 11:08:54 +0100" endDate="2017-11-20 11:18:53 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 12:09:21 +0100" startDate="2017-11-20 11:18:53 +0100" endDate="2017-11-20 11:28:51 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 12:09:21 +0100" startDate="2017-11-20 11:28:51 +0100" endDate="2017-11-20 11:38:43 +0100" value="729"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 12:09:21 +0100" startDate="2017-11-20 11:41:11 +0100" endDate="2017-11-20 11:50:14 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 13:08:55 +0100" startDate="2017-11-20 12:03:25 +0100" endDate="2017-11-20 12:13:21 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 13:08:55 +0100" startDate="2017-11-20 12:13:21 +0100" endDate="2017-11-20 12:23:11 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 13:08:55 +0100" startDate="2017-11-20 12:23:11 +0100" endDate="2017-11-20 12:32:10 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 14:10:01 +0100" startDate="2017-11-20 13:43:52 +0100" endDate="2017-11-20 13:50:46 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 14:10:01 +0100" startDate="2017-11-20 13:50:46 +0100" endDate="2017-11-20 13:59:03 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 15:16:25 +0100" startDate="2017-11-20 14:33:20 +0100" endDate="2017-11-20 14:41:14 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 15:16:25 +0100" startDate="2017-11-20 14:41:14 +0100" endDate="2017-11-20 14:49:46 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 16:23:04 +0100" startDate="2017-11-20 15:42:04 +0100" endDate="2017-11-20 15:48:58 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 16:23:04 +0100" startDate="2017-11-20 15:55:31 +0100" endDate="2017-11-20 16:02:54 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 17:11:57 +0100" startDate="2017-11-20 16:28:17 +0100" endDate="2017-11-20 16:37:58 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 17:11:57 +0100" startDate="2017-11-20 16:37:58 +0100" endDate="2017-11-20 16:47:57 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 17:11:57 +0100" startDate="2017-11-20 16:47:57 +0100" endDate="2017-11-20 16:57:34 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 17:11:57 +0100" startDate="2017-11-20 16:57:34 +0100" endDate="2017-11-20 17:07:32 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 18:10:21 +0100" startDate="2017-11-20 17:07:32 +0100" endDate="2017-11-20 17:16:31 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 18:10:21 +0100" startDate="2017-11-20 17:19:55 +0100" endDate="2017-11-20 17:29:55 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 18:10:21 +0100" startDate="2017-11-20 17:29:55 +0100" endDate="2017-11-20 17:39:51 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 18:10:21 +0100" startDate="2017-11-20 17:39:51 +0100" endDate="2017-11-20 17:47:10 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 18:10:21 +0100" startDate="2017-11-20 17:52:21 +0100" endDate="2017-11-20 18:02:20 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 19:13:41 +0100" startDate="2017-11-20 18:02:20 +0100" endDate="2017-11-20 18:02:50 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 19:13:41 +0100" startDate="2017-11-20 18:09:20 +0100" endDate="2017-11-20 18:15:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 19:13:41 +0100" startDate="2017-11-20 18:15:46 +0100" endDate="2017-11-20 18:21:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 19:13:41 +0100" startDate="2017-11-20 18:29:22 +0100" endDate="2017-11-20 18:38:38 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 19:13:41 +0100" startDate="2017-11-20 18:38:38 +0100" endDate="2017-11-20 18:46:13 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 19:13:41 +0100" startDate="2017-11-20 18:49:41 +0100" endDate="2017-11-20 18:58:02 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 20:09:51 +0100" startDate="2017-11-20 19:22:33 +0100" endDate="2017-11-20 19:29:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 20:09:51 +0100" startDate="2017-11-20 19:29:13 +0100" endDate="2017-11-20 19:39:12 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 20:09:51 +0100" startDate="2017-11-20 19:39:12 +0100" endDate="2017-11-20 19:46:47 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-20 23:10:39 +0100" startDate="2017-11-20 22:12:22 +0100" endDate="2017-11-20 22:21:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 08:08:59 +0100" startDate="2017-11-21 07:05:25 +0100" endDate="2017-11-21 07:14:34 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 08:08:59 +0100" startDate="2017-11-21 07:17:43 +0100" endDate="2017-11-21 07:23:54 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 08:08:59 +0100" startDate="2017-11-21 07:26:21 +0100" endDate="2017-11-21 07:36:04 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 08:08:59 +0100" startDate="2017-11-21 07:40:54 +0100" endDate="2017-11-21 07:47:55 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 08:08:59 +0100" startDate="2017-11-21 07:49:34 +0100" endDate="2017-11-21 07:59:33 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 09:09:32 +0100" startDate="2017-11-21 07:59:33 +0100" endDate="2017-11-21 08:09:06 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 09:09:32 +0100" startDate="2017-11-21 08:49:04 +0100" endDate="2017-11-21 08:57:25 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 10:14:53 +0100" startDate="2017-11-21 09:47:49 +0100" endDate="2017-11-21 09:57:49 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 10:14:53 +0100" startDate="2017-11-21 09:57:49 +0100" endDate="2017-11-21 10:07:32 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 11:11:23 +0100" startDate="2017-11-21 10:07:32 +0100" endDate="2017-11-21 10:14:55 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 11:11:23 +0100" startDate="2017-11-21 10:42:00 +0100" endDate="2017-11-21 10:50:45 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 12:10:24 +0100" startDate="2017-11-21 11:18:56 +0100" endDate="2017-11-21 11:28:50 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 12:10:24 +0100" startDate="2017-11-21 11:28:50 +0100" endDate="2017-11-21 11:37:53 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 12:10:24 +0100" startDate="2017-11-21 11:51:42 +0100" endDate="2017-11-21 12:01:41 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 13:12:39 +0100" startDate="2017-11-21 12:01:41 +0100" endDate="2017-11-21 12:11:15 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 13:12:39 +0100" startDate="2017-11-21 12:11:15 +0100" endDate="2017-11-21 12:21:10 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 13:12:39 +0100" startDate="2017-11-21 12:21:10 +0100" endDate="2017-11-21 12:22:17 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 14:12:24 +0100" startDate="2017-11-21 13:16:34 +0100" endDate="2017-11-21 13:25:21 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 14:12:24 +0100" startDate="2017-11-21 13:25:21 +0100" endDate="2017-11-21 13:35:20 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 14:12:24 +0100" startDate="2017-11-21 13:35:20 +0100" endDate="2017-11-21 13:39:45 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 14:12:24 +0100" startDate="2017-11-21 13:39:45 +0100" endDate="2017-11-21 13:48:27 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 14:12:24 +0100" startDate="2017-11-21 13:53:20 +0100" endDate="2017-11-21 13:59:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 14:12:24 +0100" startDate="2017-11-21 14:00:14 +0100" endDate="2017-11-21 14:07:26 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 15:20:21 +0100" startDate="2017-11-21 14:07:26 +0100" endDate="2017-11-21 14:12:54 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 15:20:21 +0100" startDate="2017-11-21 14:13:57 +0100" endDate="2017-11-21 14:20:55 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 15:20:21 +0100" startDate="2017-11-21 14:20:55 +0100" endDate="2017-11-21 14:29:31 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 16:09:47 +0100" startDate="2017-11-21 15:28:40 +0100" endDate="2017-11-21 15:35:10 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 17:10:41 +0100" startDate="2017-11-21 16:22:49 +0100" endDate="2017-11-21 16:31:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 17:10:41 +0100" startDate="2017-11-21 16:32:35 +0100" endDate="2017-11-21 16:41:28 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 17:10:41 +0100" startDate="2017-11-21 16:41:28 +0100" endDate="2017-11-21 16:51:27 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 17:10:41 +0100" startDate="2017-11-21 16:51:27 +0100" endDate="2017-11-21 16:57:13 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 18:13:06 +0100" startDate="2017-11-21 17:07:55 +0100" endDate="2017-11-21 17:16:53 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 18:13:06 +0100" startDate="2017-11-21 17:16:53 +0100" endDate="2017-11-21 17:26:20 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 18:13:06 +0100" startDate="2017-11-21 17:36:07 +0100" endDate="2017-11-21 17:45:22 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 19:12:23 +0100" startDate="2017-11-21 18:10:28 +0100" endDate="2017-11-21 18:17:57 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 19:12:23 +0100" startDate="2017-11-21 18:17:57 +0100" endDate="2017-11-21 18:27:57 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 19:12:23 +0100" startDate="2017-11-21 18:27:57 +0100" endDate="2017-11-21 18:29:41 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 19:12:23 +0100" startDate="2017-11-21 18:36:26 +0100" endDate="2017-11-21 18:46:24 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 19:12:23 +0100" startDate="2017-11-21 18:46:24 +0100" endDate="2017-11-21 18:51:44 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 21:09:22 +0100" startDate="2017-11-21 20:25:18 +0100" endDate="2017-11-21 20:35:02 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 21:09:22 +0100" startDate="2017-11-21 20:35:02 +0100" endDate="2017-11-21 20:45:01 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 21:09:22 +0100" startDate="2017-11-21 20:45:01 +0100" endDate="2017-11-21 20:49:52 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 23:39:08 +0100" startDate="2017-11-21 22:12:09 +0100" endDate="2017-11-21 22:21:58 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 23:39:08 +0100" startDate="2017-11-21 22:21:58 +0100" endDate="2017-11-21 22:31:56 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 23:39:08 +0100" startDate="2017-11-21 22:31:56 +0100" endDate="2017-11-21 22:37:16 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 23:39:08 +0100" startDate="2017-11-21 22:37:16 +0100" endDate="2017-11-21 22:45:27 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-21 23:39:08 +0100" startDate="2017-11-21 23:18:52 +0100" endDate="2017-11-21 23:26:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 06:09:42 +0100" startDate="2017-11-22 05:50:52 +0100" endDate="2017-11-22 05:57:13 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 06:09:42 +0100" startDate="2017-11-22 05:57:13 +0100" endDate="2017-11-22 06:03:23 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 07:12:46 +0100" startDate="2017-11-22 07:00:26 +0100" endDate="2017-11-22 07:07:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 08:13:50 +0100" startDate="2017-11-22 07:07:09 +0100" endDate="2017-11-22 07:17:06 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 08:13:50 +0100" startDate="2017-11-22 07:17:06 +0100" endDate="2017-11-22 07:18:36 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 08:13:50 +0100" startDate="2017-11-22 07:50:22 +0100" endDate="2017-11-22 07:57:03 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 08:13:50 +0100" startDate="2017-11-22 08:00:06 +0100" endDate="2017-11-22 08:10:05 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 09:10:07 +0100" startDate="2017-11-22 08:10:05 +0100" endDate="2017-11-22 08:17:21 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 10:16:55 +0100" startDate="2017-11-22 09:03:28 +0100" endDate="2017-11-22 09:13:26 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 10:16:55 +0100" startDate="2017-11-22 09:13:26 +0100" endDate="2017-11-22 09:14:09 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 10:16:55 +0100" startDate="2017-11-22 09:47:03 +0100" endDate="2017-11-22 09:53:46 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 10:16:55 +0100" startDate="2017-11-22 09:53:46 +0100" endDate="2017-11-22 10:02:54 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 12:08:49 +0100" startDate="2017-11-22 11:14:11 +0100" endDate="2017-11-22 11:24:11 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 12:08:49 +0100" startDate="2017-11-22 11:24:11 +0100" endDate="2017-11-22 11:34:05 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 12:08:49 +0100" startDate="2017-11-22 11:34:05 +0100" endDate="2017-11-22 11:39:13 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 13:11:58 +0100" startDate="2017-11-22 12:02:14 +0100" endDate="2017-11-22 12:12:13 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 13:11:58 +0100" startDate="2017-11-22 12:12:13 +0100" endDate="2017-11-22 12:20:48 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 13:11:58 +0100" startDate="2017-11-22 12:20:48 +0100" endDate="2017-11-22 12:30:26 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 14:09:38 +0100" startDate="2017-11-22 13:39:37 +0100" endDate="2017-11-22 13:49:07 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 14:09:38 +0100" startDate="2017-11-22 13:49:07 +0100" endDate="2017-11-22 13:54:33 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 15:11:06 +0100" startDate="2017-11-22 14:04:37 +0100" endDate="2017-11-22 14:14:16 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 15:11:06 +0100" startDate="2017-11-22 14:14:16 +0100" endDate="2017-11-22 14:23:58 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 15:11:06 +0100" startDate="2017-11-22 14:23:58 +0100" endDate="2017-11-22 14:33:45 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 15:11:06 +0100" startDate="2017-11-22 14:39:34 +0100" endDate="2017-11-22 14:47:46 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 15:11:06 +0100" startDate="2017-11-22 14:54:30 +0100" endDate="2017-11-22 15:04:07 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 16:09:34 +0100" startDate="2017-11-22 15:16:08 +0100" endDate="2017-11-22 15:22:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 16:09:34 +0100" startDate="2017-11-22 15:23:36 +0100" endDate="2017-11-22 15:31:20 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 17:09:48 +0100" startDate="2017-11-22 16:14:13 +0100" endDate="2017-11-22 16:22:03 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 17:09:48 +0100" startDate="2017-11-22 16:27:56 +0100" endDate="2017-11-22 16:37:06 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 17:09:48 +0100" startDate="2017-11-22 16:37:06 +0100" endDate="2017-11-22 16:47:05 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 17:09:48 +0100" startDate="2017-11-22 16:47:05 +0100" endDate="2017-11-22 16:53:31 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 17:09:48 +0100" startDate="2017-11-22 16:53:31 +0100" endDate="2017-11-22 17:02:18 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 18:09:02 +0100" startDate="2017-11-22 17:02:18 +0100" endDate="2017-11-22 17:11:55 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 18:09:02 +0100" startDate="2017-11-22 17:11:55 +0100" endDate="2017-11-22 17:21:54 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 18:09:02 +0100" startDate="2017-11-22 17:21:54 +0100" endDate="2017-11-22 17:31:52 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 18:09:02 +0100" startDate="2017-11-22 17:31:52 +0100" endDate="2017-11-22 17:40:10 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 19:12:38 +0100" startDate="2017-11-22 18:04:18 +0100" endDate="2017-11-22 18:10:36 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 19:12:38 +0100" startDate="2017-11-22 18:21:02 +0100" endDate="2017-11-22 18:30:58 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 19:12:38 +0100" startDate="2017-11-22 18:30:58 +0100" endDate="2017-11-22 18:32:55 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 19:12:38 +0100" startDate="2017-11-22 18:40:01 +0100" endDate="2017-11-22 18:46:47 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 19:12:38 +0100" startDate="2017-11-22 18:51:55 +0100" endDate="2017-11-22 19:01:55 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 19:12:38 +0100" startDate="2017-11-22 19:01:55 +0100" endDate="2017-11-22 19:10:25 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 20:12:45 +0100" startDate="2017-11-22 19:10:25 +0100" endDate="2017-11-22 19:20:25 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 20:12:45 +0100" startDate="2017-11-22 19:20:25 +0100" endDate="2017-11-22 19:24:04 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-22 20:12:45 +0100" startDate="2017-11-22 19:51:19 +0100" endDate="2017-11-22 19:56:29 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 08:10:26 +0100" startDate="2017-11-23 07:40:40 +0100" endDate="2017-11-23 07:49:49 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 09:09:23 +0100" startDate="2017-11-23 08:03:38 +0100" endDate="2017-11-23 08:13:36 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 09:09:23 +0100" startDate="2017-11-23 08:13:36 +0100" endDate="2017-11-23 08:23:35 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 09:09:23 +0100" startDate="2017-11-23 08:23:35 +0100" endDate="2017-11-23 08:31:34 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 09:09:23 +0100" startDate="2017-11-23 08:35:15 +0100" endDate="2017-11-23 08:44:26 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 09:09:23 +0100" startDate="2017-11-23 08:44:26 +0100" endDate="2017-11-23 08:47:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 10:10:02 +0100" startDate="2017-11-23 09:40:03 +0100" endDate="2017-11-23 09:48:36 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 10:10:02 +0100" startDate="2017-11-23 09:48:36 +0100" endDate="2017-11-23 09:58:01 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 10:10:02 +0100" startDate="2017-11-23 09:58:01 +0100" endDate="2017-11-23 10:02:11 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 11:09:56 +0100" startDate="2017-11-23 10:02:11 +0100" endDate="2017-11-23 10:12:09 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 11:09:56 +0100" startDate="2017-11-23 10:12:09 +0100" endDate="2017-11-23 10:19:25 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 11:09:56 +0100" startDate="2017-11-23 10:20:35 +0100" endDate="2017-11-23 10:29:31 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 11:09:56 +0100" startDate="2017-11-23 10:54:20 +0100" endDate="2017-11-23 11:01:44 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 12:11:00 +0100" startDate="2017-11-23 11:01:44 +0100" endDate="2017-11-23 11:06:09 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 12:11:00 +0100" startDate="2017-11-23 11:18:36 +0100" endDate="2017-11-23 11:28:35 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 12:11:00 +0100" startDate="2017-11-23 11:28:35 +0100" endDate="2017-11-23 11:38:30 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 12:11:00 +0100" startDate="2017-11-23 11:38:30 +0100" endDate="2017-11-23 11:41:36 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 12:11:00 +0100" startDate="2017-11-23 11:58:49 +0100" endDate="2017-11-23 12:08:48 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 13:12:28 +0100" startDate="2017-11-23 12:08:48 +0100" endDate="2017-11-23 12:18:29 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 13:12:28 +0100" startDate="2017-11-23 12:18:29 +0100" endDate="2017-11-23 12:25:36 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 15:13:47 +0100" startDate="2017-11-23 14:20:02 +0100" endDate="2017-11-23 14:26:35 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 15:13:47 +0100" startDate="2017-11-23 14:26:35 +0100" endDate="2017-11-23 14:30:30 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 15:13:47 +0100" startDate="2017-11-23 14:37:44 +0100" endDate="2017-11-23 14:45:34 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 16:11:08 +0100" startDate="2017-11-23 15:12:17 +0100" endDate="2017-11-23 15:21:58 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 16:11:08 +0100" startDate="2017-11-23 15:21:58 +0100" endDate="2017-11-23 15:26:49 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 17:12:56 +0100" startDate="2017-11-23 16:10:12 +0100" endDate="2017-11-23 16:20:09 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 17:12:56 +0100" startDate="2017-11-23 16:20:09 +0100" endDate="2017-11-23 16:30:07 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 17:12:56 +0100" startDate="2017-11-23 16:30:07 +0100" endDate="2017-11-23 16:40:05 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 17:12:56 +0100" startDate="2017-11-23 16:40:05 +0100" endDate="2017-11-23 16:49:38 +0100" value="1006"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 17:12:56 +0100" startDate="2017-11-23 16:49:38 +0100" endDate="2017-11-23 16:59:35 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 17:12:56 +0100" startDate="2017-11-23 16:59:35 +0100" endDate="2017-11-23 17:09:33 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 18:11:04 +0100" startDate="2017-11-23 17:09:33 +0100" endDate="2017-11-23 17:19:31 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 18:11:04 +0100" startDate="2017-11-23 17:19:31 +0100" endDate="2017-11-23 17:28:15 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 18:11:04 +0100" startDate="2017-11-23 17:28:15 +0100" endDate="2017-11-23 17:38:14 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 18:11:04 +0100" startDate="2017-11-23 17:38:14 +0100" endDate="2017-11-23 17:48:13 +0100" value="1047"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 18:11:04 +0100" startDate="2017-11-23 17:48:13 +0100" endDate="2017-11-23 17:56:17 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 18:11:04 +0100" startDate="2017-11-23 17:59:50 +0100" endDate="2017-11-23 18:07:47 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 19:11:32 +0100" startDate="2017-11-23 18:07:47 +0100" endDate="2017-11-23 18:13:39 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 19:11:32 +0100" startDate="2017-11-23 18:43:49 +0100" endDate="2017-11-23 18:53:20 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 20:11:19 +0100" startDate="2017-11-23 19:04:45 +0100" endDate="2017-11-23 19:14:44 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 20:11:19 +0100" startDate="2017-11-23 19:14:44 +0100" endDate="2017-11-23 19:24:42 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 20:11:19 +0100" startDate="2017-11-23 19:24:42 +0100" endDate="2017-11-23 19:34:39 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 20:11:19 +0100" startDate="2017-11-23 19:34:39 +0100" endDate="2017-11-23 19:44:38 +0100" value="995"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 20:11:19 +0100" startDate="2017-11-23 19:44:38 +0100" endDate="2017-11-23 19:54:13 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 20:11:19 +0100" startDate="2017-11-23 19:54:13 +0100" endDate="2017-11-23 19:56:33 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 23:50:03 +0100" startDate="2017-11-23 22:55:46 +0100" endDate="2017-11-23 23:03:28 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 23:50:03 +0100" startDate="2017-11-23 23:03:28 +0100" endDate="2017-11-23 23:13:27 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 23:50:03 +0100" startDate="2017-11-23 23:13:27 +0100" endDate="2017-11-23 23:23:25 +0100" value="1040"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 23:50:03 +0100" startDate="2017-11-23 23:23:25 +0100" endDate="2017-11-23 23:29:58 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-23 23:50:03 +0100" startDate="2017-11-23 23:30:55 +0100" endDate="2017-11-23 23:38:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 08:09:43 +0100" startDate="2017-11-24 07:13:57 +0100" endDate="2017-11-24 07:22:09 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 08:09:43 +0100" startDate="2017-11-24 07:22:20 +0100" endDate="2017-11-24 07:29:00 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 08:09:43 +0100" startDate="2017-11-24 07:29:00 +0100" endDate="2017-11-24 07:33:33 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 08:09:43 +0100" startDate="2017-11-24 07:44:46 +0100" endDate="2017-11-24 07:51:57 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 08:09:43 +0100" startDate="2017-11-24 07:54:41 +0100" endDate="2017-11-24 08:04:40 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 09:09:16 +0100" startDate="2017-11-24 08:04:40 +0100" endDate="2017-11-24 08:14:22 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 09:09:16 +0100" startDate="2017-11-24 08:17:45 +0100" endDate="2017-11-24 08:23:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 09:09:16 +0100" startDate="2017-11-24 08:28:00 +0100" endDate="2017-11-24 08:36:41 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 09:09:16 +0100" startDate="2017-11-24 08:36:41 +0100" endDate="2017-11-24 08:39:06 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 10:09:48 +0100" startDate="2017-11-24 09:12:09 +0100" endDate="2017-11-24 09:22:08 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 10:09:48 +0100" startDate="2017-11-24 09:22:08 +0100" endDate="2017-11-24 09:31:54 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 11:11:41 +0100" startDate="2017-11-24 10:44:17 +0100" endDate="2017-11-24 10:51:05 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 11:11:41 +0100" startDate="2017-11-24 10:51:05 +0100" endDate="2017-11-24 10:57:04 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 12:09:04 +0100" startDate="2017-11-24 11:13:58 +0100" endDate="2017-11-24 11:23:52 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 12:09:04 +0100" startDate="2017-11-24 11:23:52 +0100" endDate="2017-11-24 11:33:49 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 12:09:04 +0100" startDate="2017-11-24 11:33:49 +0100" endDate="2017-11-24 11:39:27 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 12:09:04 +0100" startDate="2017-11-24 11:40:40 +0100" endDate="2017-11-24 11:49:21 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 13:12:09 +0100" startDate="2017-11-24 12:00:47 +0100" endDate="2017-11-24 12:10:46 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 13:12:09 +0100" startDate="2017-11-24 12:10:46 +0100" endDate="2017-11-24 12:16:27 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 13:12:09 +0100" startDate="2017-11-24 13:00:36 +0100" endDate="2017-11-24 13:09:09 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 14:09:51 +0100" startDate="2017-11-24 13:18:28 +0100" endDate="2017-11-24 13:24:49 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 16:09:23 +0100" startDate="2017-11-24 15:14:52 +0100" endDate="2017-11-24 15:24:12 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 16:09:23 +0100" startDate="2017-11-24 15:24:12 +0100" endDate="2017-11-24 15:34:11 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 16:09:23 +0100" startDate="2017-11-24 15:34:11 +0100" endDate="2017-11-24 15:44:11 +0100" value="1024"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 16:09:23 +0100" startDate="2017-11-24 15:44:11 +0100" endDate="2017-11-24 15:54:10 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 17:08:53 +0100" startDate="2017-11-24 16:44:50 +0100" endDate="2017-11-24 16:54:49 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 17:08:53 +0100" startDate="2017-11-24 16:54:49 +0100" endDate="2017-11-24 16:58:57 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 18:10:46 +0100" startDate="2017-11-24 16:58:57 +0100" endDate="2017-11-24 17:08:30 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 18:10:46 +0100" startDate="2017-11-24 17:08:30 +0100" endDate="2017-11-24 17:14:34 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 18:10:46 +0100" startDate="2017-11-24 17:28:18 +0100" endDate="2017-11-24 17:36:20 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 18:10:46 +0100" startDate="2017-11-24 17:36:20 +0100" endDate="2017-11-24 17:46:08 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 18:10:46 +0100" startDate="2017-11-24 17:46:08 +0100" endDate="2017-11-24 17:56:05 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 18:10:46 +0100" startDate="2017-11-24 17:56:05 +0100" endDate="2017-11-24 18:06:04 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 19:14:26 +0100" startDate="2017-11-24 18:06:04 +0100" endDate="2017-11-24 18:10:40 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 19:14:26 +0100" startDate="2017-11-24 18:28:05 +0100" endDate="2017-11-24 18:36:55 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 19:14:26 +0100" startDate="2017-11-24 18:36:55 +0100" endDate="2017-11-24 18:42:42 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 19:14:26 +0100" startDate="2017-11-24 18:42:45 +0100" endDate="2017-11-24 18:51:20 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 20:09:33 +0100" startDate="2017-11-24 19:05:16 +0100" endDate="2017-11-24 19:15:03 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 20:09:33 +0100" startDate="2017-11-24 19:15:03 +0100" endDate="2017-11-24 19:24:37 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 21:17:43 +0100" startDate="2017-11-24 20:02:19 +0100" endDate="2017-11-24 20:12:18 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 21:17:43 +0100" startDate="2017-11-24 20:12:18 +0100" endDate="2017-11-24 20:22:18 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 21:17:43 +0100" startDate="2017-11-24 20:22:18 +0100" endDate="2017-11-24 20:32:18 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 21:17:43 +0100" startDate="2017-11-24 20:32:18 +0100" endDate="2017-11-24 20:39:42 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 21:17:43 +0100" startDate="2017-11-24 20:39:42 +0100" endDate="2017-11-24 20:46:28 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 22:09:04 +0100" startDate="2017-11-24 21:58:01 +0100" endDate="2017-11-24 22:06:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 23:48:48 +0100" startDate="2017-11-24 22:06:54 +0100" endDate="2017-11-24 22:10:54 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-24 23:48:48 +0100" startDate="2017-11-24 22:32:59 +0100" endDate="2017-11-24 22:39:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 01:11:46 +0100" startDate="2017-11-25 00:34:42 +0100" endDate="2017-11-25 00:44:40 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 01:11:46 +0100" startDate="2017-11-25 00:44:40 +0100" endDate="2017-11-25 00:49:10 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 01:11:46 +0100" startDate="2017-11-25 00:57:42 +0100" endDate="2017-11-25 01:04:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 02:10:28 +0100" startDate="2017-11-25 01:04:08 +0100" endDate="2017-11-25 01:11:39 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 08:09:21 +0100" startDate="2017-11-25 07:15:02 +0100" endDate="2017-11-25 07:21:33 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 08:09:21 +0100" startDate="2017-11-25 07:21:33 +0100" endDate="2017-11-25 07:28:53 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 08:09:21 +0100" startDate="2017-11-25 07:37:18 +0100" endDate="2017-11-25 07:47:15 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 08:09:21 +0100" startDate="2017-11-25 07:47:15 +0100" endDate="2017-11-25 07:56:39 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 09:09:43 +0100" startDate="2017-11-25 08:55:58 +0100" endDate="2017-11-25 09:05:07 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 10:09:31 +0100" startDate="2017-11-25 09:18:25 +0100" endDate="2017-11-25 09:25:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 10:09:31 +0100" startDate="2017-11-25 09:25:41 +0100" endDate="2017-11-25 09:30:06 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 10:09:31 +0100" startDate="2017-11-25 09:42:47 +0100" endDate="2017-11-25 09:50:26 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 09:59:51 +0100" endDate="2017-11-25 10:09:50 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 10:09:50 +0100" endDate="2017-11-25 10:18:37 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 10:18:37 +0100" endDate="2017-11-25 10:23:24 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 10:27:56 +0100" endDate="2017-11-25 10:37:47 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 10:37:47 +0100" endDate="2017-11-25 10:40:50 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 10:45:51 +0100" endDate="2017-11-25 10:53:31 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 10:53:31 +0100" endDate="2017-11-25 10:56:47 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 11:01:40 +0100" endDate="2017-11-25 11:07:50 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 12:09:33 +0100" startDate="2017-11-25 11:18:24 +0100" endDate="2017-11-25 11:26:54 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 12:09:33 +0100" startDate="2017-11-25 11:26:54 +0100" endDate="2017-11-25 11:36:47 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 12:09:33 +0100" startDate="2017-11-25 11:36:47 +0100" endDate="2017-11-25 11:46:35 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 12:09:33 +0100" startDate="2017-11-25 11:46:35 +0100" endDate="2017-11-25 11:56:23 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 12:09:33 +0100" startDate="2017-11-25 11:56:23 +0100" endDate="2017-11-25 12:05:54 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 13:12:22 +0100" startDate="2017-11-25 12:05:54 +0100" endDate="2017-11-25 12:15:53 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 13:12:22 +0100" startDate="2017-11-25 12:15:53 +0100" endDate="2017-11-25 12:25:52 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 13:12:22 +0100" startDate="2017-11-25 12:25:52 +0100" endDate="2017-11-25 12:28:20 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 13:12:22 +0100" startDate="2017-11-25 12:33:05 +0100" endDate="2017-11-25 12:43:05 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 13:12:22 +0100" startDate="2017-11-25 12:43:05 +0100" endDate="2017-11-25 12:46:32 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 13:12:22 +0100" startDate="2017-11-25 12:58:44 +0100" endDate="2017-11-25 13:07:17 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 14:11:30 +0100" startDate="2017-11-25 13:07:17 +0100" endDate="2017-11-25 13:12:23 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 17:11:46 +0100" startDate="2017-11-25 16:12:41 +0100" endDate="2017-11-25 16:22:21 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 19:09:02 +0100" startDate="2017-11-25 18:29:36 +0100" endDate="2017-11-25 18:35:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 19:09:02 +0100" startDate="2017-11-25 18:57:06 +0100" endDate="2017-11-25 19:03:37 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 21:22:07 +0100" startDate="2017-11-25 20:08:28 +0100" endDate="2017-11-25 20:16:43 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 21:22:07 +0100" startDate="2017-11-25 20:50:31 +0100" endDate="2017-11-25 20:57:19 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 23:57:52 +0100" startDate="2017-11-25 22:37:35 +0100" endDate="2017-11-25 22:44:16 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-25 23:57:52 +0100" startDate="2017-11-25 23:22:40 +0100" endDate="2017-11-25 23:31:59 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 13:11:52 +0100" startDate="2017-11-26 12:09:32 +0100" endDate="2017-11-26 12:19:32 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 13:11:52 +0100" startDate="2017-11-26 12:19:32 +0100" endDate="2017-11-26 12:24:14 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 14:10:57 +0100" startDate="2017-11-26 13:12:42 +0100" endDate="2017-11-26 13:19:49 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 14:10:57 +0100" startDate="2017-11-26 13:23:48 +0100" endDate="2017-11-26 13:33:34 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 14:10:57 +0100" startDate="2017-11-26 13:39:21 +0100" endDate="2017-11-26 13:48:12 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 14:10:57 +0100" startDate="2017-11-26 13:48:12 +0100" endDate="2017-11-26 13:58:10 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 14:10:57 +0100" startDate="2017-11-26 13:58:10 +0100" endDate="2017-11-26 14:07:10 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 15:14:15 +0100" startDate="2017-11-26 14:07:10 +0100" endDate="2017-11-26 14:17:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 15:14:15 +0100" startDate="2017-11-26 14:17:08 +0100" endDate="2017-11-26 14:18:55 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 15:14:15 +0100" startDate="2017-11-26 14:25:18 +0100" endDate="2017-11-26 14:32:59 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 15:14:15 +0100" startDate="2017-11-26 14:35:36 +0100" endDate="2017-11-26 14:45:35 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 15:14:15 +0100" startDate="2017-11-26 14:45:35 +0100" endDate="2017-11-26 14:46:41 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 15:14:15 +0100" startDate="2017-11-26 14:51:08 +0100" endDate="2017-11-26 14:59:53 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 16:09:16 +0100" startDate="2017-11-26 15:04:50 +0100" endDate="2017-11-26 15:11:46 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 16:09:16 +0100" startDate="2017-11-26 15:11:46 +0100" endDate="2017-11-26 15:19:01 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 16:09:16 +0100" startDate="2017-11-26 15:19:01 +0100" endDate="2017-11-26 15:21:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 17:12:00 +0100" startDate="2017-11-26 16:20:47 +0100" endDate="2017-11-26 16:28:34 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 17:12:00 +0100" startDate="2017-11-26 16:28:34 +0100" endDate="2017-11-26 16:38:30 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 17:12:00 +0100" startDate="2017-11-26 16:38:30 +0100" endDate="2017-11-26 16:44:19 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 18:09:15 +0100" startDate="2017-11-26 17:28:54 +0100" endDate="2017-11-26 17:38:49 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 18:09:15 +0100" startDate="2017-11-26 17:38:49 +0100" endDate="2017-11-26 17:45:46 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-26 18:09:15 +0100" startDate="2017-11-26 17:45:46 +0100" endDate="2017-11-26 17:55:44 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-27 07:52:32 +0100" startDate="2017-11-26 21:28:00 +0100" endDate="2017-11-26 21:36:46 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-27 07:52:32 +0100" startDate="2017-11-26 21:36:46 +0100" endDate="2017-11-26 21:45:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="count" creationDate="2017-11-27 07:52:32 +0100" startDate="2017-11-26 21:53:51 +0100" endDate="2017-11-26 22:00:21 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 08:21:01 +0100" startDate="2017-11-27 07:44:50 +0100" endDate="2017-11-27 07:53:59 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 08:21:01 +0100" startDate="2017-11-27 07:53:59 +0100" endDate="2017-11-27 07:58:54 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 08:21:01 +0100" startDate="2017-11-27 08:01:14 +0100" endDate="2017-11-27 08:09:00 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 08:21:01 +0100" startDate="2017-11-27 08:10:27 +0100" endDate="2017-11-27 08:17:53 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 08:24:36 +0100" endDate="2017-11-27 08:34:36 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 08:34:36 +0100" endDate="2017-11-27 08:43:21 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 08:43:21 +0100" endDate="2017-11-27 08:53:19 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 08:53:19 +0100" endDate="2017-11-27 09:03:02 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 09:03:02 +0100" endDate="2017-11-27 09:10:40 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 09:10:40 +0100" endDate="2017-11-27 09:20:17 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 09:21:38 +0100" endDate="2017-11-27 09:31:19 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 10:22:33 +0100" startDate="2017-11-27 09:31:19 +0100" endDate="2017-11-27 09:38:01 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 11:22:04 +0100" startDate="2017-11-27 10:53:00 +0100" endDate="2017-11-27 10:59:46 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 11:22:04 +0100" startDate="2017-11-27 10:59:46 +0100" endDate="2017-11-27 11:05:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 12:27:51 +0100" startDate="2017-11-27 11:14:08 +0100" endDate="2017-11-27 11:23:57 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 12:27:51 +0100" startDate="2017-11-27 11:23:57 +0100" endDate="2017-11-27 11:33:55 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 12:27:51 +0100" startDate="2017-11-27 11:33:55 +0100" endDate="2017-11-27 11:43:53 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 13:24:29 +0100" startDate="2017-11-27 12:22:11 +0100" endDate="2017-11-27 12:32:10 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 13:24:29 +0100" startDate="2017-11-27 12:32:10 +0100" endDate="2017-11-27 12:41:56 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 13:24:29 +0100" startDate="2017-11-27 12:41:56 +0100" endDate="2017-11-27 12:49:15 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 13:24:29 +0100" startDate="2017-11-27 12:49:15 +0100" endDate="2017-11-27 12:58:29 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 14:28:05 +0100" startDate="2017-11-27 13:52:07 +0100" endDate="2017-11-27 13:58:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 14:28:05 +0100" startDate="2017-11-27 13:58:07 +0100" endDate="2017-11-27 14:07:58 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 14:27:26 +0100" endDate="2017-11-27 14:37:13 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 14:37:13 +0100" endDate="2017-11-27 14:43:12 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 14:43:12 +0100" endDate="2017-11-27 14:48:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 14:48:39 +0100" endDate="2017-11-27 14:56:57 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 14:56:57 +0100" endDate="2017-11-27 15:01:01 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 15:04:24 +0100" endDate="2017-11-27 15:11:02 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 15:11:02 +0100" endDate="2017-11-27 15:16:38 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 16:23:50 +0100" startDate="2017-11-27 15:16:38 +0100" endDate="2017-11-27 15:25:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 16:23:50 +0100" startDate="2017-11-27 15:25:53 +0100" endDate="2017-11-27 15:35:16 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 16:23:50 +0100" startDate="2017-11-27 15:35:16 +0100" endDate="2017-11-27 15:45:14 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 16:23:50 +0100" startDate="2017-11-27 15:45:14 +0100" endDate="2017-11-27 15:46:35 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 17:21:42 +0100" startDate="2017-11-27 16:19:00 +0100" endDate="2017-11-27 16:26:19 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 17:21:42 +0100" startDate="2017-11-27 16:26:19 +0100" endDate="2017-11-27 16:36:18 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 17:21:42 +0100" startDate="2017-11-27 16:36:18 +0100" endDate="2017-11-27 16:46:18 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 17:21:42 +0100" startDate="2017-11-27 16:46:18 +0100" endDate="2017-11-27 16:56:15 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 17:21:42 +0100" startDate="2017-11-27 16:56:15 +0100" endDate="2017-11-27 17:05:47 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 17:21:42 +0100" startDate="2017-11-27 17:05:47 +0100" endDate="2017-11-27 17:15:46 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 18:22:55 +0100" startDate="2017-11-27 17:15:46 +0100" endDate="2017-11-27 17:25:38 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-27 18:22:55 +0100" startDate="2017-11-27 17:25:38 +0100" endDate="2017-11-27 17:34:36 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 00:27:13 +0100" startDate="2017-11-27 23:38:25 +0100" endDate="2017-11-27 23:47:28 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 00:27:13 +0100" startDate="2017-11-27 23:47:28 +0100" endDate="2017-11-27 23:52:28 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 00:27:13 +0100" startDate="2017-11-28 00:03:49 +0100" endDate="2017-11-28 00:10:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 07:24:34 +0100" startDate="2017-11-28 06:41:37 +0100" endDate="2017-11-28 06:48:15 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 07:24:34 +0100" startDate="2017-11-28 06:57:42 +0100" endDate="2017-11-28 07:04:00 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 07:24:34 +0100" startDate="2017-11-28 07:13:42 +0100" endDate="2017-11-28 07:20:55 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 08:30:27 +0100" startDate="2017-11-28 07:20:55 +0100" endDate="2017-11-28 07:30:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 08:30:27 +0100" startDate="2017-11-28 07:30:54 +0100" endDate="2017-11-28 07:40:52 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 08:30:27 +0100" startDate="2017-11-28 07:40:52 +0100" endDate="2017-11-28 07:50:50 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 08:30:27 +0100" startDate="2017-11-28 07:50:50 +0100" endDate="2017-11-28 07:59:51 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 08:30:27 +0100" startDate="2017-11-28 07:59:51 +0100" endDate="2017-11-28 08:09:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 08:30:27 +0100" startDate="2017-11-28 08:09:08 +0100" endDate="2017-11-28 08:18:59 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 09:26:13 +0100" startDate="2017-11-28 08:40:39 +0100" endDate="2017-11-28 08:50:39 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 09:26:13 +0100" startDate="2017-11-28 08:50:39 +0100" endDate="2017-11-28 09:00:26 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 10:25:42 +0100" startDate="2017-11-28 09:23:56 +0100" endDate="2017-11-28 09:30:12 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 12:23:30 +0100" startDate="2017-11-28 11:18:00 +0100" endDate="2017-11-28 11:28:00 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 12:23:30 +0100" startDate="2017-11-28 11:28:00 +0100" endDate="2017-11-28 11:37:24 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 12:23:30 +0100" startDate="2017-11-28 11:37:24 +0100" endDate="2017-11-28 11:44:15 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 12:23:30 +0100" startDate="2017-11-28 11:55:37 +0100" endDate="2017-11-28 12:05:36 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 12:23:30 +0100" startDate="2017-11-28 12:05:36 +0100" endDate="2017-11-28 12:15:36 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 13:25:05 +0100" startDate="2017-11-28 12:15:36 +0100" endDate="2017-11-28 12:20:40 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 14:21:22 +0100" startDate="2017-11-28 13:44:26 +0100" endDate="2017-11-28 13:52:47 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 14:21:22 +0100" startDate="2017-11-28 13:52:47 +0100" endDate="2017-11-28 14:02:14 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 14:21:22 +0100" startDate="2017-11-28 14:02:14 +0100" endDate="2017-11-28 14:07:27 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 15:26:30 +0100" startDate="2017-11-28 14:45:37 +0100" endDate="2017-11-28 14:54:53 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 15:26:30 +0100" startDate="2017-11-28 14:54:53 +0100" endDate="2017-11-28 15:04:31 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 16:30:40 +0100" startDate="2017-11-28 16:01:52 +0100" endDate="2017-11-28 16:11:51 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 16:30:40 +0100" startDate="2017-11-28 16:11:51 +0100" endDate="2017-11-28 16:19:17 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 17:21:06 +0100" startDate="2017-11-28 16:41:34 +0100" endDate="2017-11-28 16:48:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 17:21:06 +0100" startDate="2017-11-28 16:48:58 +0100" endDate="2017-11-28 16:58:57 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 17:21:06 +0100" startDate="2017-11-28 16:58:57 +0100" endDate="2017-11-28 17:08:56 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 17:21:06 +0100" startDate="2017-11-28 17:08:56 +0100" endDate="2017-11-28 17:18:36 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 17:18:36 +0100" endDate="2017-11-28 17:26:24 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 17:51:15 +0100" endDate="2017-11-28 18:00:18 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 18:01:50 +0100" endDate="2017-11-28 18:08:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 19:23:53 +0100" endDate="2017-11-28 19:33:16 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 19:37:13 +0100" endDate="2017-11-28 19:45:31 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 19:56:30 +0100" endDate="2017-11-28 20:06:28 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 20:06:28 +0100" endDate="2017-11-28 20:09:07 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 20:17:28 +0100" endDate="2017-11-28 20:23:51 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 20:26:08 +0100" endDate="2017-11-28 20:33:53 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 22:02:31 +0100" endDate="2017-11-28 22:12:22 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 22:12:22 +0100" endDate="2017-11-28 22:22:21 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 22:22:21 +0100" endDate="2017-11-28 22:32:20 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 22:32:20 +0100" endDate="2017-11-28 22:41:11 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-28 23:08:25 +0100" startDate="2017-11-28 22:46:06 +0100" endDate="2017-11-28 22:54:39 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 08:04:45 +0100" startDate="2017-11-29 07:05:46 +0100" endDate="2017-11-29 07:12:42 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 08:04:45 +0100" startDate="2017-11-29 07:27:48 +0100" endDate="2017-11-29 07:35:53 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 08:04:45 +0100" startDate="2017-11-29 07:44:16 +0100" endDate="2017-11-29 07:54:13 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 08:04:45 +0100" startDate="2017-11-29 07:54:13 +0100" endDate="2017-11-29 08:02:01 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 09:10:03 +0100" startDate="2017-11-29 08:02:01 +0100" endDate="2017-11-29 08:11:54 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 09:10:03 +0100" startDate="2017-11-29 08:11:54 +0100" endDate="2017-11-29 08:13:36 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 09:10:03 +0100" startDate="2017-11-29 08:49:03 +0100" endDate="2017-11-29 08:55:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 11:05:42 +0100" startDate="2017-11-29 09:58:06 +0100" endDate="2017-11-29 10:04:34 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 11:05:42 +0100" startDate="2017-11-29 10:13:10 +0100" endDate="2017-11-29 10:22:50 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 11:05:42 +0100" startDate="2017-11-29 10:22:50 +0100" endDate="2017-11-29 10:23:13 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 11:05:42 +0100" startDate="2017-11-29 10:33:58 +0100" endDate="2017-11-29 10:43:58 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 11:05:42 +0100" startDate="2017-11-29 10:43:58 +0100" endDate="2017-11-29 10:48:39 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 11:05:42 +0100" startDate="2017-11-29 10:51:43 +0100" endDate="2017-11-29 11:01:43 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 12:03:53 +0100" startDate="2017-11-29 11:01:43 +0100" endDate="2017-11-29 11:03:12 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 12:03:53 +0100" startDate="2017-11-29 11:14:30 +0100" endDate="2017-11-29 11:24:30 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 12:03:53 +0100" startDate="2017-11-29 11:24:30 +0100" endDate="2017-11-29 11:33:31 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 12:03:53 +0100" startDate="2017-11-29 11:33:31 +0100" endDate="2017-11-29 11:43:17 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 13:04:42 +0100" startDate="2017-11-29 11:57:05 +0100" endDate="2017-11-29 12:07:04 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 13:04:42 +0100" startDate="2017-11-29 12:07:04 +0100" endDate="2017-11-29 12:16:41 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 13:04:42 +0100" startDate="2017-11-29 12:16:41 +0100" endDate="2017-11-29 12:18:28 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 13:04:42 +0100" startDate="2017-11-29 12:39:39 +0100" endDate="2017-11-29 12:49:38 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 13:04:42 +0100" startDate="2017-11-29 12:49:38 +0100" endDate="2017-11-29 12:54:03 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 13:04:42 +0100" startDate="2017-11-29 12:54:03 +0100" endDate="2017-11-29 13:03:07 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 14:11:23 +0100" startDate="2017-11-29 13:30:41 +0100" endDate="2017-11-29 13:38:54 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 14:11:23 +0100" startDate="2017-11-29 13:41:51 +0100" endDate="2017-11-29 13:51:32 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 15:04:26 +0100" startDate="2017-11-29 14:27:16 +0100" endDate="2017-11-29 14:37:12 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 15:04:26 +0100" startDate="2017-11-29 14:39:03 +0100" endDate="2017-11-29 14:48:50 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 15:04:26 +0100" startDate="2017-11-29 14:48:50 +0100" endDate="2017-11-29 14:58:38 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 16:03:36 +0100" startDate="2017-11-29 15:12:36 +0100" endDate="2017-11-29 15:18:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 16:03:36 +0100" startDate="2017-11-29 15:22:25 +0100" endDate="2017-11-29 15:32:25 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 16:03:36 +0100" startDate="2017-11-29 15:32:25 +0100" endDate="2017-11-29 15:34:12 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 16:03:36 +0100" startDate="2017-11-29 15:47:37 +0100" endDate="2017-11-29 15:56:28 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 17:05:39 +0100" startDate="2017-11-29 15:56:28 +0100" endDate="2017-11-29 16:06:18 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 17:05:39 +0100" startDate="2017-11-29 16:06:18 +0100" endDate="2017-11-29 16:16:11 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 17:05:39 +0100" startDate="2017-11-29 16:16:11 +0100" endDate="2017-11-29 16:23:39 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 17:05:39 +0100" startDate="2017-11-29 16:23:39 +0100" endDate="2017-11-29 16:33:02 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 17:05:39 +0100" startDate="2017-11-29 16:33:02 +0100" endDate="2017-11-29 16:42:53 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 17:05:39 +0100" startDate="2017-11-29 16:42:53 +0100" endDate="2017-11-29 16:44:38 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 18:06:45 +0100" startDate="2017-11-29 17:07:10 +0100" endDate="2017-11-29 17:13:40 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 19:03:32 +0100" startDate="2017-11-29 18:31:16 +0100" endDate="2017-11-29 18:39:10 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 20:05:53 +0100" startDate="2017-11-29 19:40:42 +0100" endDate="2017-11-29 19:48:13 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 21:07:21 +0100" startDate="2017-11-29 20:19:06 +0100" endDate="2017-11-29 20:25:26 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-29 23:18:11 +0100" startDate="2017-11-29 23:04:26 +0100" endDate="2017-11-29 23:13:15 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 00:08:44 +0100" startDate="2017-11-29 23:13:15 +0100" endDate="2017-11-29 23:18:20 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 08:08:15 +0100" startDate="2017-11-30 07:13:24 +0100" endDate="2017-11-30 07:22:51 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 08:08:15 +0100" startDate="2017-11-30 07:22:51 +0100" endDate="2017-11-30 07:23:37 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 08:08:15 +0100" startDate="2017-11-30 07:38:22 +0100" endDate="2017-11-30 07:45:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 08:08:15 +0100" startDate="2017-11-30 07:50:02 +0100" endDate="2017-11-30 08:00:01 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 09:03:30 +0100" startDate="2017-11-30 08:00:01 +0100" endDate="2017-11-30 08:09:32 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 09:03:30 +0100" startDate="2017-11-30 08:50:49 +0100" endDate="2017-11-30 08:58:23 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 11:05:53 +0100" startDate="2017-11-30 09:56:16 +0100" endDate="2017-11-30 10:05:47 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 11:05:53 +0100" startDate="2017-11-30 10:26:02 +0100" endDate="2017-11-30 10:33:04 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 11:05:53 +0100" startDate="2017-11-30 10:33:04 +0100" endDate="2017-11-30 10:40:25 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 11:05:53 +0100" startDate="2017-11-30 10:40:26 +0100" endDate="2017-11-30 10:50:20 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 12:05:46 +0100" startDate="2017-11-30 11:36:13 +0100" endDate="2017-11-30 11:44:46 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 13:12:51 +0100" startDate="2017-11-30 12:21:02 +0100" endDate="2017-11-30 12:30:38 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 13:12:51 +0100" startDate="2017-11-30 12:30:38 +0100" endDate="2017-11-30 12:40:32 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 13:12:51 +0100" startDate="2017-11-30 12:40:32 +0100" endDate="2017-11-30 12:43:36 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 13:12:51 +0100" startDate="2017-11-30 12:45:31 +0100" endDate="2017-11-30 12:51:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 13:12:51 +0100" startDate="2017-11-30 12:55:01 +0100" endDate="2017-11-30 13:02:48 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 15:10:00 +0100" startDate="2017-11-30 14:19:48 +0100" endDate="2017-11-30 14:28:41 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 15:10:00 +0100" startDate="2017-11-30 14:28:41 +0100" endDate="2017-11-30 14:38:38 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 15:10:00 +0100" startDate="2017-11-30 14:38:38 +0100" endDate="2017-11-30 14:41:39 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 16:05:06 +0100" startDate="2017-11-30 15:13:04 +0100" endDate="2017-11-30 15:19:12 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 16:05:06 +0100" startDate="2017-11-30 15:37:15 +0100" endDate="2017-11-30 15:45:12 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 16:05:06 +0100" startDate="2017-11-30 15:45:12 +0100" endDate="2017-11-30 15:55:08 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 17:06:21 +0100" startDate="2017-11-30 15:55:08 +0100" endDate="2017-11-30 15:59:53 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 17:06:21 +0100" startDate="2017-11-30 16:15:45 +0100" endDate="2017-11-30 16:24:49 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 17:06:21 +0100" startDate="2017-11-30 16:42:42 +0100" endDate="2017-11-30 16:52:41 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 17:06:21 +0100" startDate="2017-11-30 16:52:41 +0100" endDate="2017-11-30 16:57:55 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 18:08:18 +0100" startDate="2017-11-30 17:17:46 +0100" endDate="2017-11-30 17:23:54 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 18:08:18 +0100" startDate="2017-11-30 17:34:29 +0100" endDate="2017-11-30 17:42:37 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 18:08:18 +0100" startDate="2017-11-30 17:42:37 +0100" endDate="2017-11-30 17:52:09 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 18:08:18 +0100" startDate="2017-11-30 17:52:09 +0100" endDate="2017-11-30 18:02:09 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 19:04:07 +0100" startDate="2017-11-30 18:02:09 +0100" endDate="2017-11-30 18:11:35 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 19:04:07 +0100" startDate="2017-11-30 18:11:35 +0100" endDate="2017-11-30 18:21:34 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 19:04:07 +0100" startDate="2017-11-30 18:21:34 +0100" endDate="2017-11-30 18:31:32 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 19:04:07 +0100" startDate="2017-11-30 18:31:32 +0100" endDate="2017-11-30 18:40:07 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 19:04:07 +0100" startDate="2017-11-30 18:40:07 +0100" endDate="2017-11-30 18:49:43 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 19:04:07 +0100" startDate="2017-11-30 18:49:43 +0100" endDate="2017-11-30 18:58:20 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 21:04:24 +0100" startDate="2017-11-30 20:02:19 +0100" endDate="2017-11-30 20:08:39 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 21:04:24 +0100" startDate="2017-11-30 20:38:46 +0100" endDate="2017-11-30 20:45:14 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 21:04:24 +0100" startDate="2017-11-30 20:48:24 +0100" endDate="2017-11-30 20:55:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 22:06:54 +0100" startDate="2017-11-30 21:11:25 +0100" endDate="2017-11-30 21:19:02 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-11-30 22:06:54 +0100" startDate="2017-11-30 21:19:02 +0100" endDate="2017-11-30 21:28:05 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 07:09:01 +0100" startDate="2017-12-01 06:05:07 +0100" endDate="2017-12-01 06:14:01 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 07:09:01 +0100" startDate="2017-12-01 06:14:01 +0100" endDate="2017-12-01 06:16:57 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 07:09:01 +0100" startDate="2017-12-01 06:23:12 +0100" endDate="2017-12-01 06:30:18 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 07:09:01 +0100" startDate="2017-12-01 06:40:17 +0100" endDate="2017-12-01 06:49:51 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 07:09:01 +0100" startDate="2017-12-01 06:49:51 +0100" endDate="2017-12-01 06:59:49 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 08:08:06 +0100" startDate="2017-12-01 06:59:49 +0100" endDate="2017-12-01 07:09:46 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 08:08:06 +0100" startDate="2017-12-01 07:09:46 +0100" endDate="2017-12-01 07:19:00 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 08:08:06 +0100" startDate="2017-12-01 07:23:29 +0100" endDate="2017-12-01 07:32:35 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 08:08:06 +0100" startDate="2017-12-01 07:32:35 +0100" endDate="2017-12-01 07:37:19 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 08:08:06 +0100" startDate="2017-12-01 07:52:38 +0100" endDate="2017-12-01 07:58:45 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 09:04:43 +0100" startDate="2017-12-01 08:02:59 +0100" endDate="2017-12-01 08:09:20 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 08:56:50 +0100" endDate="2017-12-01 09:05:28 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 09:05:28 +0100" endDate="2017-12-01 09:13:33 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 09:13:33 +0100" endDate="2017-12-01 09:23:25 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 09:23:25 +0100" endDate="2017-12-01 09:31:24 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 09:31:24 +0100" endDate="2017-12-01 09:41:02 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 09:41:02 +0100" endDate="2017-12-01 09:48:10 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 09:52:54 +0100" endDate="2017-12-01 10:02:23 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 11:05:14 +0100" startDate="2017-12-01 10:02:23 +0100" endDate="2017-12-01 10:06:30 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 12:05:34 +0100" startDate="2017-12-01 11:15:39 +0100" endDate="2017-12-01 11:21:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 12:05:34 +0100" startDate="2017-12-01 11:47:06 +0100" endDate="2017-12-01 11:55:59 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 13:05:54 +0100" startDate="2017-12-01 11:55:59 +0100" endDate="2017-12-01 11:59:58 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 13:05:54 +0100" startDate="2017-12-01 12:03:07 +0100" endDate="2017-12-01 12:09:23 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 13:05:54 +0100" startDate="2017-12-01 12:22:55 +0100" endDate="2017-12-01 12:32:10 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 13:05:54 +0100" startDate="2017-12-01 12:32:10 +0100" endDate="2017-12-01 12:36:12 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 14:06:15 +0100" startDate="2017-12-01 12:56:41 +0100" endDate="2017-12-01 13:05:14 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 14:06:15 +0100" startDate="2017-12-01 13:05:14 +0100" endDate="2017-12-01 13:13:22 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 14:06:15 +0100" startDate="2017-12-01 13:13:22 +0100" endDate="2017-12-01 13:22:42 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 14:06:15 +0100" startDate="2017-12-01 13:22:42 +0100" endDate="2017-12-01 13:26:36 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 14:06:15 +0100" startDate="2017-12-01 13:27:45 +0100" endDate="2017-12-01 13:33:55 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 15:07:16 +0100" startDate="2017-12-01 14:13:34 +0100" endDate="2017-12-01 14:20:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 15:07:16 +0100" startDate="2017-12-01 14:31:32 +0100" endDate="2017-12-01 14:37:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 15:07:16 +0100" startDate="2017-12-01 14:43:47 +0100" endDate="2017-12-01 14:53:24 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 15:07:16 +0100" startDate="2017-12-01 14:53:24 +0100" endDate="2017-12-01 15:03:21 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 16:10:08 +0100" startDate="2017-12-01 15:03:21 +0100" endDate="2017-12-01 15:11:39 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 18:03:16 +0100" startDate="2017-12-01 17:06:00 +0100" endDate="2017-12-01 17:15:19 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 19:07:25 +0100" startDate="2017-12-01 18:08:16 +0100" endDate="2017-12-01 18:17:11 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 19:07:25 +0100" startDate="2017-12-01 18:17:11 +0100" endDate="2017-12-01 18:27:03 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 19:07:25 +0100" startDate="2017-12-01 18:27:03 +0100" endDate="2017-12-01 18:34:19 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 20:03:46 +0100" startDate="2017-12-01 19:16:52 +0100" endDate="2017-12-01 19:26:29 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 20:03:46 +0100" startDate="2017-12-01 19:26:29 +0100" endDate="2017-12-01 19:36:23 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 20:03:46 +0100" startDate="2017-12-01 19:36:23 +0100" endDate="2017-12-01 19:43:03 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 21:05:57 +0100" startDate="2017-12-01 20:26:40 +0100" endDate="2017-12-01 20:33:03 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-01 22:51:35 +0100" startDate="2017-12-01 21:32:40 +0100" endDate="2017-12-01 21:38:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 08:10:19 +0100" startDate="2017-12-02 07:22:11 +0100" endDate="2017-12-02 07:28:16 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 13:03:42 +0100" startDate="2017-12-02 11:54:57 +0100" endDate="2017-12-02 12:03:40 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 13:03:42 +0100" startDate="2017-12-02 12:03:40 +0100" endDate="2017-12-02 12:13:30 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 13:03:42 +0100" startDate="2017-12-02 12:13:30 +0100" endDate="2017-12-02 12:23:29 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 13:03:42 +0100" startDate="2017-12-02 12:23:29 +0100" endDate="2017-12-02 12:27:06 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 13:03:42 +0100" startDate="2017-12-02 12:48:59 +0100" endDate="2017-12-02 12:58:28 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 14:04:45 +0100" startDate="2017-12-02 12:58:28 +0100" endDate="2017-12-02 13:05:39 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 14:04:45 +0100" startDate="2017-12-02 13:05:39 +0100" endDate="2017-12-02 13:15:28 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 14:04:45 +0100" startDate="2017-12-02 13:15:28 +0100" endDate="2017-12-02 13:19:22 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 14:04:45 +0100" startDate="2017-12-02 13:25:34 +0100" endDate="2017-12-02 13:35:34 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 14:04:45 +0100" startDate="2017-12-02 13:35:34 +0100" endDate="2017-12-02 13:44:45 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 15:04:08 +0100" startDate="2017-12-02 13:59:17 +0100" endDate="2017-12-02 14:07:52 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 15:04:08 +0100" startDate="2017-12-02 14:07:52 +0100" endDate="2017-12-02 14:12:23 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 15:04:08 +0100" startDate="2017-12-02 14:42:57 +0100" endDate="2017-12-02 14:52:25 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 15:04:08 +0100" startDate="2017-12-02 14:52:25 +0100" endDate="2017-12-02 15:02:21 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 16:05:22 +0100" startDate="2017-12-02 15:02:21 +0100" endDate="2017-12-02 15:04:54 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 16:05:22 +0100" startDate="2017-12-02 15:31:05 +0100" endDate="2017-12-02 15:40:23 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 16:05:22 +0100" startDate="2017-12-02 15:40:23 +0100" endDate="2017-12-02 15:44:04 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-02 18:07:41 +0100" startDate="2017-12-02 17:49:09 +0100" endDate="2017-12-02 17:56:03 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 01:24:48 +0100" startDate="2017-12-03 01:04:01 +0100" endDate="2017-12-03 01:13:59 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 01:24:48 +0100" startDate="2017-12-03 01:13:59 +0100" endDate="2017-12-03 01:19:03 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 07:04:44 +0100" startDate="2017-12-03 06:39:12 +0100" endDate="2017-12-03 06:45:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 07:04:44 +0100" startDate="2017-12-03 06:45:33 +0100" endDate="2017-12-03 06:50:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 10:05:36 +0100" startDate="2017-12-03 09:26:15 +0100" endDate="2017-12-03 09:34:51 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 10:05:36 +0100" startDate="2017-12-03 09:34:51 +0100" endDate="2017-12-03 09:43:48 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 10:05:36 +0100" startDate="2017-12-03 09:43:48 +0100" endDate="2017-12-03 09:48:07 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 11:05:21 +0100" startDate="2017-12-03 10:51:33 +0100" endDate="2017-12-03 10:59:00 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 12:24:04 +0100" startDate="2017-12-03 10:59:00 +0100" endDate="2017-12-03 11:08:50 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 12:24:04 +0100" startDate="2017-12-03 11:08:50 +0100" endDate="2017-12-03 11:18:00 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 12:24:04 +0100" startDate="2017-12-03 11:18:00 +0100" endDate="2017-12-03 11:26:36 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 12:24:04 +0100" startDate="2017-12-03 12:13:27 +0100" endDate="2017-12-03 12:19:29 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 13:04:47 +0100" startDate="2017-12-03 12:19:29 +0100" endDate="2017-12-03 12:28:49 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 13:04:47 +0100" startDate="2017-12-03 12:28:49 +0100" endDate="2017-12-03 12:38:49 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 13:04:47 +0100" startDate="2017-12-03 12:38:49 +0100" endDate="2017-12-03 12:48:34 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 13:04:47 +0100" startDate="2017-12-03 12:50:29 +0100" endDate="2017-12-03 12:58:16 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 14:05:41 +0100" startDate="2017-12-03 13:02:26 +0100" endDate="2017-12-03 13:12:13 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 14:05:41 +0100" startDate="2017-12-03 13:12:13 +0100" endDate="2017-12-03 13:19:47 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 14:05:41 +0100" startDate="2017-12-03 13:22:17 +0100" endDate="2017-12-03 13:30:17 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 15:09:49 +0100" startDate="2017-12-03 13:59:03 +0100" endDate="2017-12-03 14:07:31 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 15:09:49 +0100" startDate="2017-12-03 14:07:31 +0100" endDate="2017-12-03 14:17:24 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 15:09:49 +0100" startDate="2017-12-03 14:17:24 +0100" endDate="2017-12-03 14:25:40 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 15:09:49 +0100" startDate="2017-12-03 14:25:40 +0100" endDate="2017-12-03 14:35:34 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 15:09:49 +0100" startDate="2017-12-03 14:35:34 +0100" endDate="2017-12-03 14:39:53 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 17:06:47 +0100" startDate="2017-12-03 16:15:32 +0100" endDate="2017-12-03 16:22:23 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 17:06:47 +0100" startDate="2017-12-03 16:22:23 +0100" endDate="2017-12-03 16:25:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 17:06:47 +0100" startDate="2017-12-03 16:51:51 +0100" endDate="2017-12-03 16:58:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 18:04:26 +0100" startDate="2017-12-03 16:58:04 +0100" endDate="2017-12-03 17:07:30 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 18:04:26 +0100" startDate="2017-12-03 17:07:30 +0100" endDate="2017-12-03 17:11:33 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 18:04:26 +0100" startDate="2017-12-03 17:29:52 +0100" endDate="2017-12-03 17:39:50 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 18:04:26 +0100" startDate="2017-12-03 17:39:50 +0100" endDate="2017-12-03 17:49:42 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 18:04:26 +0100" startDate="2017-12-03 17:49:42 +0100" endDate="2017-12-03 17:55:16 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 19:07:11 +0100" startDate="2017-12-03 18:00:12 +0100" endDate="2017-12-03 18:06:33 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 19:07:11 +0100" startDate="2017-12-03 18:06:55 +0100" endDate="2017-12-03 18:13:16 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 19:07:11 +0100" startDate="2017-12-03 18:44:25 +0100" endDate="2017-12-03 18:50:56 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 20:12:53 +0100" startDate="2017-12-03 19:33:15 +0100" endDate="2017-12-03 19:43:09 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 20:12:53 +0100" startDate="2017-12-03 19:43:09 +0100" endDate="2017-12-03 19:48:11 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 21:33:34 +0100" startDate="2017-12-03 20:06:56 +0100" endDate="2017-12-03 20:16:55 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-03 21:33:34 +0100" startDate="2017-12-03 20:16:55 +0100" endDate="2017-12-03 20:23:44 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 01:25:15 +0100" startDate="2017-12-04 00:23:17 +0100" endDate="2017-12-04 00:32:18 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 07:04:49 +0100" startDate="2017-12-04 06:41:22 +0100" endDate="2017-12-04 06:48:23 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 07:04:49 +0100" startDate="2017-12-04 06:48:23 +0100" endDate="2017-12-04 06:57:37 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 08:04:39 +0100" startDate="2017-12-04 07:03:49 +0100" endDate="2017-12-04 07:11:08 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 08:04:39 +0100" startDate="2017-12-04 07:13:38 +0100" endDate="2017-12-04 07:23:37 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 08:04:39 +0100" startDate="2017-12-04 07:23:37 +0100" endDate="2017-12-04 07:31:03 +0100" value="680"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 09:08:30 +0100" startDate="2017-12-04 08:07:33 +0100" endDate="2017-12-04 08:16:14 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 09:08:30 +0100" startDate="2017-12-04 08:33:26 +0100" endDate="2017-12-04 08:42:57 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 09:08:30 +0100" startDate="2017-12-04 08:42:57 +0100" endDate="2017-12-04 08:52:56 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 09:08:30 +0100" startDate="2017-12-04 08:52:56 +0100" endDate="2017-12-04 09:02:53 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 10:07:30 +0100" startDate="2017-12-04 09:02:53 +0100" endDate="2017-12-04 09:10:21 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 10:07:30 +0100" startDate="2017-12-04 09:14:54 +0100" endDate="2017-12-04 09:21:39 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 10:07:30 +0100" startDate="2017-12-04 09:24:47 +0100" endDate="2017-12-04 09:34:03 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 10:07:30 +0100" startDate="2017-12-04 09:34:03 +0100" endDate="2017-12-04 09:37:42 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 10:07:30 +0100" startDate="2017-12-04 09:39:02 +0100" endDate="2017-12-04 09:48:56 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 10:07:30 +0100" startDate="2017-12-04 09:48:56 +0100" endDate="2017-12-04 09:51:21 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 11:03:38 +0100" startDate="2017-12-04 10:05:18 +0100" endDate="2017-12-04 10:11:41 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 11:03:38 +0100" startDate="2017-12-04 10:11:41 +0100" endDate="2017-12-04 10:16:52 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 11:03:38 +0100" startDate="2017-12-04 10:31:25 +0100" endDate="2017-12-04 10:39:57 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 11:03:38 +0100" startDate="2017-12-04 10:39:57 +0100" endDate="2017-12-04 10:46:37 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 12:04:26 +0100" startDate="2017-12-04 10:54:01 +0100" endDate="2017-12-04 11:00:29 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 12:04:26 +0100" startDate="2017-12-04 11:06:12 +0100" endDate="2017-12-04 11:14:39 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 12:04:26 +0100" startDate="2017-12-04 11:14:39 +0100" endDate="2017-12-04 11:24:38 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 12:04:26 +0100" startDate="2017-12-04 11:24:38 +0100" endDate="2017-12-04 11:33:31 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 12:04:26 +0100" startDate="2017-12-04 11:33:31 +0100" endDate="2017-12-04 11:40:05 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 13:09:30 +0100" startDate="2017-12-04 11:56:24 +0100" endDate="2017-12-04 12:06:23 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 13:09:30 +0100" startDate="2017-12-04 12:06:23 +0100" endDate="2017-12-04 12:12:02 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 14:09:11 +0100" startDate="2017-12-04 13:24:03 +0100" endDate="2017-12-04 13:34:03 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 14:09:11 +0100" startDate="2017-12-04 13:34:03 +0100" endDate="2017-12-04 13:37:39 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 14:09:11 +0100" startDate="2017-12-04 13:43:52 +0100" endDate="2017-12-04 13:53:51 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 14:09:11 +0100" startDate="2017-12-04 13:53:51 +0100" endDate="2017-12-04 13:57:41 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 15:04:04 +0100" startDate="2017-12-04 14:21:38 +0100" endDate="2017-12-04 14:31:36 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 15:04:04 +0100" startDate="2017-12-04 14:31:36 +0100" endDate="2017-12-04 14:35:18 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 15:04:04 +0100" startDate="2017-12-04 14:35:59 +0100" endDate="2017-12-04 14:43:18 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 15:04:04 +0100" startDate="2017-12-04 14:43:18 +0100" endDate="2017-12-04 14:52:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 15:04:04 +0100" startDate="2017-12-04 14:52:04 +0100" endDate="2017-12-04 15:02:02 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 16:09:17 +0100" startDate="2017-12-04 15:02:02 +0100" endDate="2017-12-04 15:04:15 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 16:09:17 +0100" startDate="2017-12-04 15:13:54 +0100" endDate="2017-12-04 15:19:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 16:09:17 +0100" startDate="2017-12-04 15:52:41 +0100" endDate="2017-12-04 16:01:04 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 17:04:15 +0100" startDate="2017-12-04 16:01:04 +0100" endDate="2017-12-04 16:09:18 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 17:04:15 +0100" startDate="2017-12-04 16:27:06 +0100" endDate="2017-12-04 16:34:40 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 17:04:15 +0100" startDate="2017-12-04 16:34:40 +0100" endDate="2017-12-04 16:44:40 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 17:04:15 +0100" startDate="2017-12-04 16:44:40 +0100" endDate="2017-12-04 16:53:02 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 17:04:15 +0100" startDate="2017-12-04 16:53:02 +0100" endDate="2017-12-04 17:03:02 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 18:03:38 +0100" startDate="2017-12-04 17:03:02 +0100" endDate="2017-12-04 17:11:25 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 18:03:38 +0100" startDate="2017-12-04 17:11:25 +0100" endDate="2017-12-04 17:21:15 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 18:03:38 +0100" startDate="2017-12-04 17:21:15 +0100" endDate="2017-12-04 17:30:57 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 18:03:38 +0100" startDate="2017-12-04 17:30:57 +0100" endDate="2017-12-04 17:40:24 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 18:03:38 +0100" startDate="2017-12-04 17:40:24 +0100" endDate="2017-12-04 17:49:51 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 18:03:38 +0100" startDate="2017-12-04 17:49:51 +0100" endDate="2017-12-04 17:58:02 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 19:06:26 +0100" startDate="2017-12-04 17:58:02 +0100" endDate="2017-12-04 18:06:48 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 19:06:26 +0100" startDate="2017-12-04 18:06:48 +0100" endDate="2017-12-04 18:14:46 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 19:06:26 +0100" startDate="2017-12-04 18:32:30 +0100" endDate="2017-12-04 18:42:29 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 19:06:26 +0100" startDate="2017-12-04 18:42:29 +0100" endDate="2017-12-04 18:52:29 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 19:06:26 +0100" startDate="2017-12-04 18:52:29 +0100" endDate="2017-12-04 19:02:26 +0100" value="1086"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 20:04:21 +0100" startDate="2017-12-04 19:02:26 +0100" endDate="2017-12-04 19:09:39 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 20:04:21 +0100" startDate="2017-12-04 19:24:11 +0100" endDate="2017-12-04 19:30:47 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 20:04:21 +0100" startDate="2017-12-04 19:44:07 +0100" endDate="2017-12-04 19:54:07 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 20:04:21 +0100" startDate="2017-12-04 19:54:07 +0100" endDate="2017-12-04 20:04:05 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 21:07:49 +0100" startDate="2017-12-04 20:04:05 +0100" endDate="2017-12-04 20:14:04 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 21:07:49 +0100" startDate="2017-12-04 20:14:04 +0100" endDate="2017-12-04 20:24:03 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 21:07:49 +0100" startDate="2017-12-04 20:24:03 +0100" endDate="2017-12-04 20:28:04 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 22:15:17 +0100" startDate="2017-12-04 21:52:29 +0100" endDate="2017-12-04 21:59:59 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 23:29:44 +0100" startDate="2017-12-04 22:18:53 +0100" endDate="2017-12-04 22:28:52 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-04 23:29:44 +0100" startDate="2017-12-04 22:28:52 +0100" endDate="2017-12-04 22:29:48 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 07:08:25 +0100" startDate="2017-12-05 06:45:55 +0100" endDate="2017-12-05 06:54:16 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 08:05:55 +0100" startDate="2017-12-05 07:20:51 +0100" endDate="2017-12-05 07:28:00 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 08:05:55 +0100" startDate="2017-12-05 07:28:00 +0100" endDate="2017-12-05 07:37:55 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 08:05:55 +0100" startDate="2017-12-05 07:37:55 +0100" endDate="2017-12-05 07:47:54 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 08:05:55 +0100" startDate="2017-12-05 07:47:54 +0100" endDate="2017-12-05 07:56:45 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 09:05:49 +0100" startDate="2017-12-05 08:49:56 +0100" endDate="2017-12-05 08:56:37 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 10:05:45 +0100" startDate="2017-12-05 08:56:37 +0100" endDate="2017-12-05 09:02:38 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 10:05:45 +0100" startDate="2017-12-05 09:13:43 +0100" endDate="2017-12-05 09:23:28 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 10:05:45 +0100" startDate="2017-12-05 09:23:28 +0100" endDate="2017-12-05 09:32:31 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 10:05:45 +0100" startDate="2017-12-05 09:32:31 +0100" endDate="2017-12-05 09:38:39 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 10:05:45 +0100" startDate="2017-12-05 09:47:02 +0100" endDate="2017-12-05 09:57:01 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 11:04:24 +0100" startDate="2017-12-05 09:57:01 +0100" endDate="2017-12-05 10:03:43 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 11:04:24 +0100" startDate="2017-12-05 10:18:35 +0100" endDate="2017-12-05 10:26:17 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 11:04:24 +0100" startDate="2017-12-05 10:26:17 +0100" endDate="2017-12-05 10:36:15 +0100" value="536"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 11:04:24 +0100" startDate="2017-12-05 10:36:15 +0100" endDate="2017-12-05 10:43:46 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 11:04:24 +0100" startDate="2017-12-05 10:43:46 +0100" endDate="2017-12-05 10:51:03 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 11:04:24 +0100" startDate="2017-12-05 10:51:03 +0100" endDate="2017-12-05 10:59:32 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 12:08:46 +0100" startDate="2017-12-05 10:59:32 +0100" endDate="2017-12-05 11:09:30 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 12:08:46 +0100" startDate="2017-12-05 11:09:30 +0100" endDate="2017-12-05 11:10:16 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 12:08:46 +0100" startDate="2017-12-05 11:17:16 +0100" endDate="2017-12-05 11:25:16 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 12:08:46 +0100" startDate="2017-12-05 11:25:16 +0100" endDate="2017-12-05 11:35:14 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 12:08:46 +0100" startDate="2017-12-05 11:35:14 +0100" endDate="2017-12-05 11:44:10 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 12:08:46 +0100" startDate="2017-12-05 11:55:08 +0100" endDate="2017-12-05 12:05:07 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 13:06:12 +0100" startDate="2017-12-05 12:05:07 +0100" endDate="2017-12-05 12:15:05 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 13:06:12 +0100" startDate="2017-12-05 12:15:05 +0100" endDate="2017-12-05 12:22:45 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 14:12:00 +0100" startDate="2017-12-05 13:08:28 +0100" endDate="2017-12-05 13:18:28 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 14:12:00 +0100" startDate="2017-12-05 13:18:28 +0100" endDate="2017-12-05 13:25:26 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 15:09:47 +0100" startDate="2017-12-05 14:46:43 +0100" endDate="2017-12-05 14:56:09 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 16:10:35 +0100" startDate="2017-12-05 15:18:15 +0100" endDate="2017-12-05 15:28:04 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 16:10:35 +0100" startDate="2017-12-05 15:28:04 +0100" endDate="2017-12-05 15:30:14 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 17:07:48 +0100" startDate="2017-12-05 16:23:54 +0100" endDate="2017-12-05 16:33:00 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 17:07:48 +0100" startDate="2017-12-05 16:33:00 +0100" endDate="2017-12-05 16:42:55 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 17:07:48 +0100" startDate="2017-12-05 16:42:55 +0100" endDate="2017-12-05 16:52:00 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 17:07:48 +0100" startDate="2017-12-05 16:52:00 +0100" endDate="2017-12-05 17:01:35 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 18:03:53 +0100" startDate="2017-12-05 17:01:35 +0100" endDate="2017-12-05 17:11:33 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 18:03:53 +0100" startDate="2017-12-05 17:11:33 +0100" endDate="2017-12-05 17:21:17 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 18:03:53 +0100" startDate="2017-12-05 17:21:17 +0100" endDate="2017-12-05 17:31:15 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 18:03:53 +0100" startDate="2017-12-05 17:31:15 +0100" endDate="2017-12-05 17:38:54 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 18:03:53 +0100" startDate="2017-12-05 17:40:35 +0100" endDate="2017-12-05 17:48:17 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 18:03:53 +0100" startDate="2017-12-05 17:48:17 +0100" endDate="2017-12-05 17:57:55 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 19:07:09 +0100" startDate="2017-12-05 17:57:55 +0100" endDate="2017-12-05 18:07:13 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 19:07:09 +0100" startDate="2017-12-05 18:07:13 +0100" endDate="2017-12-05 18:14:06 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 19:07:09 +0100" startDate="2017-12-05 18:14:06 +0100" endDate="2017-12-05 18:24:06 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 19:07:09 +0100" startDate="2017-12-05 18:24:06 +0100" endDate="2017-12-05 18:34:04 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 19:07:09 +0100" startDate="2017-12-05 18:34:17 +0100" endDate="2017-12-05 18:43:08 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 19:07:09 +0100" startDate="2017-12-05 18:47:08 +0100" endDate="2017-12-05 18:53:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 20:09:46 +0100" startDate="2017-12-05 19:15:31 +0100" endDate="2017-12-05 19:25:29 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 20:09:46 +0100" startDate="2017-12-05 19:25:29 +0100" endDate="2017-12-05 19:26:41 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 20:09:46 +0100" startDate="2017-12-05 19:45:16 +0100" endDate="2017-12-05 19:54:02 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 21:07:41 +0100" startDate="2017-12-05 20:18:11 +0100" endDate="2017-12-05 20:28:06 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 21:07:41 +0100" startDate="2017-12-05 20:28:06 +0100" endDate="2017-12-05 20:37:03 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 23:36:02 +0100" startDate="2017-12-05 23:02:03 +0100" endDate="2017-12-05 23:11:27 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-05 23:36:02 +0100" startDate="2017-12-05 23:11:27 +0100" endDate="2017-12-05 23:18:26 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 01:03:36 +0100" startDate="2017-12-06 00:05:33 +0100" endDate="2017-12-06 00:12:36 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 10:06:43 +0100" startDate="2017-12-06 09:00:36 +0100" endDate="2017-12-06 09:07:34 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 10:06:43 +0100" startDate="2017-12-06 09:17:56 +0100" endDate="2017-12-06 09:24:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 12:04:10 +0100" startDate="2017-12-06 10:56:08 +0100" endDate="2017-12-06 11:02:51 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 12:04:10 +0100" startDate="2017-12-06 11:30:33 +0100" endDate="2017-12-06 11:39:55 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 13:05:47 +0100" startDate="2017-12-06 12:05:27 +0100" endDate="2017-12-06 12:11:47 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 13:05:47 +0100" startDate="2017-12-06 12:29:48 +0100" endDate="2017-12-06 12:39:24 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 13:05:47 +0100" startDate="2017-12-06 12:39:24 +0100" endDate="2017-12-06 12:47:25 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 14:03:16 +0100" startDate="2017-12-06 13:00:26 +0100" endDate="2017-12-06 13:06:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 14:03:16 +0100" startDate="2017-12-06 13:44:50 +0100" endDate="2017-12-06 13:54:50 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 15:03:21 +0100" startDate="2017-12-06 13:54:50 +0100" endDate="2017-12-06 14:01:57 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 15:03:21 +0100" startDate="2017-12-06 14:08:52 +0100" endDate="2017-12-06 14:18:51 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 15:03:21 +0100" startDate="2017-12-06 14:18:51 +0100" endDate="2017-12-06 14:22:28 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 15:03:21 +0100" startDate="2017-12-06 14:50:23 +0100" endDate="2017-12-06 14:56:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 17:46:01 +0100" startDate="2017-12-06 16:14:22 +0100" endDate="2017-12-06 16:21:58 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 17:46:01 +0100" startDate="2017-12-06 16:21:58 +0100" endDate="2017-12-06 16:30:35 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 18:40:55 +0100" startDate="2017-12-06 17:47:16 +0100" endDate="2017-12-06 17:53:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 18:40:55 +0100" startDate="2017-12-06 18:05:31 +0100" endDate="2017-12-06 18:11:53 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 19:50:26 +0100" startDate="2017-12-06 19:02:10 +0100" endDate="2017-12-06 19:10:27 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-06 19:50:26 +0100" startDate="2017-12-06 19:23:14 +0100" endDate="2017-12-06 19:29:37 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 08:11:38 +0100" startDate="2017-12-07 07:42:36 +0100" endDate="2017-12-07 07:49:25 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 09:08:29 +0100" startDate="2017-12-07 08:06:19 +0100" endDate="2017-12-07 08:13:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 09:08:29 +0100" startDate="2017-12-07 08:15:33 +0100" endDate="2017-12-07 08:25:32 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 09:08:29 +0100" startDate="2017-12-07 08:25:32 +0100" endDate="2017-12-07 08:33:08 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 10:10:06 +0100" startDate="2017-12-07 09:10:51 +0100" endDate="2017-12-07 09:17:01 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 10:10:06 +0100" startDate="2017-12-07 09:17:01 +0100" endDate="2017-12-07 09:27:00 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 10:10:06 +0100" startDate="2017-12-07 09:27:00 +0100" endDate="2017-12-07 09:29:46 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 12:13:32 +0100" startDate="2017-12-07 11:12:15 +0100" endDate="2017-12-07 11:21:37 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 12:13:32 +0100" startDate="2017-12-07 11:21:37 +0100" endDate="2017-12-07 11:27:49 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 12:13:32 +0100" startDate="2017-12-07 11:27:49 +0100" endDate="2017-12-07 11:37:48 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 12:13:32 +0100" startDate="2017-12-07 11:37:48 +0100" endDate="2017-12-07 11:45:48 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 12:13:32 +0100" startDate="2017-12-07 11:57:18 +0100" endDate="2017-12-07 12:07:17 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 13:06:46 +0100" startDate="2017-12-07 12:07:17 +0100" endDate="2017-12-07 12:13:31 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 13:06:46 +0100" startDate="2017-12-07 12:33:10 +0100" endDate="2017-12-07 12:39:38 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 13:06:46 +0100" startDate="2017-12-07 12:51:49 +0100" endDate="2017-12-07 13:01:26 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 14:07:22 +0100" startDate="2017-12-07 13:01:26 +0100" endDate="2017-12-07 13:10:58 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 14:07:22 +0100" startDate="2017-12-07 13:10:58 +0100" endDate="2017-12-07 13:20:33 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 14:07:22 +0100" startDate="2017-12-07 13:27:29 +0100" endDate="2017-12-07 13:36:29 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 15:13:39 +0100" startDate="2017-12-07 14:03:37 +0100" endDate="2017-12-07 14:12:17 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 15:13:39 +0100" startDate="2017-12-07 14:17:04 +0100" endDate="2017-12-07 14:23:16 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 15:13:39 +0100" startDate="2017-12-07 14:28:44 +0100" endDate="2017-12-07 14:35:29 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 15:13:39 +0100" startDate="2017-12-07 14:36:22 +0100" endDate="2017-12-07 14:46:21 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 15:13:39 +0100" startDate="2017-12-07 14:46:21 +0100" endDate="2017-12-07 14:56:21 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 15:13:39 +0100" startDate="2017-12-07 14:56:21 +0100" endDate="2017-12-07 15:03:10 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 16:06:02 +0100" startDate="2017-12-07 15:03:10 +0100" endDate="2017-12-07 15:12:17 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 16:06:02 +0100" startDate="2017-12-07 15:12:17 +0100" endDate="2017-12-07 15:21:13 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 16:06:02 +0100" startDate="2017-12-07 15:21:13 +0100" endDate="2017-12-07 15:31:12 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 16:06:02 +0100" startDate="2017-12-07 15:31:12 +0100" endDate="2017-12-07 15:41:10 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 16:06:02 +0100" startDate="2017-12-07 15:41:10 +0100" endDate="2017-12-07 15:48:24 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 16:06:02 +0100" startDate="2017-12-07 15:53:23 +0100" endDate="2017-12-07 16:03:22 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 17:05:57 +0100" startDate="2017-12-07 16:03:22 +0100" endDate="2017-12-07 16:08:32 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 17:05:57 +0100" startDate="2017-12-07 16:08:32 +0100" endDate="2017-12-07 16:18:30 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 17:05:57 +0100" startDate="2017-12-07 16:18:30 +0100" endDate="2017-12-07 16:28:28 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 17:05:57 +0100" startDate="2017-12-07 16:28:28 +0100" endDate="2017-12-07 16:38:28 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 17:05:57 +0100" startDate="2017-12-07 16:38:28 +0100" endDate="2017-12-07 16:46:08 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 17:05:57 +0100" startDate="2017-12-07 16:46:08 +0100" endDate="2017-12-07 16:56:06 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 16:56:06 +0100" endDate="2017-12-07 17:01:45 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 17:02:42 +0100" endDate="2017-12-07 17:12:40 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 17:12:40 +0100" endDate="2017-12-07 17:22:39 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 17:22:39 +0100" endDate="2017-12-07 17:32:38 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 17:32:38 +0100" endDate="2017-12-07 17:42:35 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 17:42:35 +0100" endDate="2017-12-07 17:50:27 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 17:51:37 +0100" endDate="2017-12-07 17:57:42 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 19:52:44 +0100" endDate="2017-12-07 20:02:18 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 20:02:18 +0100" endDate="2017-12-07 20:07:07 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 21:32:42 +0100" endDate="2017-12-07 21:42:41 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 21:42:41 +0100" endDate="2017-12-07 21:52:39 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 21:52:39 +0100" endDate="2017-12-07 22:02:38 +0100" value="949"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 22:02:38 +0100" endDate="2017-12-07 22:07:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 07:44:52 +0100" startDate="2017-12-08 06:45:42 +0100" endDate="2017-12-08 06:53:55 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 07:44:52 +0100" startDate="2017-12-08 06:53:55 +0100" endDate="2017-12-08 06:58:38 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 07:44:52 +0100" startDate="2017-12-08 07:12:43 +0100" endDate="2017-12-08 07:19:44 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 07:44:52 +0100" startDate="2017-12-08 07:29:48 +0100" endDate="2017-12-08 07:36:51 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 07:36:51 +0100" endDate="2017-12-08 07:44:06 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 07:44:06 +0100" endDate="2017-12-08 07:54:05 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 07:54:05 +0100" endDate="2017-12-08 07:55:40 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 07:59:22 +0100" endDate="2017-12-08 08:09:22 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 08:09:22 +0100" endDate="2017-12-08 08:19:20 +0100" value="1020"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 08:19:20 +0100" endDate="2017-12-08 08:24:10 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 08:24:10 +0100" endDate="2017-12-08 08:32:02 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 09:39:45 +0100" startDate="2017-12-08 08:49:29 +0100" endDate="2017-12-08 08:59:26 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 09:39:45 +0100" startDate="2017-12-08 08:59:26 +0100" endDate="2017-12-08 09:08:45 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 09:39:45 +0100" startDate="2017-12-08 09:08:45 +0100" endDate="2017-12-08 09:15:25 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 09:39:45 +0100" startDate="2017-12-08 09:15:25 +0100" endDate="2017-12-08 09:23:17 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 09:39:45 +0100" startDate="2017-12-08 09:23:17 +0100" endDate="2017-12-08 09:33:17 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 10:40:29 +0100" startDate="2017-12-08 09:33:17 +0100" endDate="2017-12-08 09:42:36 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 10:40:29 +0100" startDate="2017-12-08 09:42:47 +0100" endDate="2017-12-08 09:52:46 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 10:40:29 +0100" startDate="2017-12-08 09:52:46 +0100" endDate="2017-12-08 09:59:13 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 11:51:02 +0100" startDate="2017-12-08 10:41:50 +0100" endDate="2017-12-08 10:51:50 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 11:51:02 +0100" startDate="2017-12-08 10:51:50 +0100" endDate="2017-12-08 11:01:39 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 11:51:02 +0100" startDate="2017-12-08 11:01:39 +0100" endDate="2017-12-08 11:11:39 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 11:51:02 +0100" startDate="2017-12-08 11:11:39 +0100" endDate="2017-12-08 11:21:23 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 11:51:02 +0100" startDate="2017-12-08 11:21:23 +0100" endDate="2017-12-08 11:31:22 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 11:51:02 +0100" startDate="2017-12-08 11:31:22 +0100" endDate="2017-12-08 11:37:27 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 12:42:08 +0100" startDate="2017-12-08 11:48:07 +0100" endDate="2017-12-08 11:55:06 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 13:47:13 +0100" startDate="2017-12-08 12:32:13 +0100" endDate="2017-12-08 12:38:21 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 14:40:58 +0100" startDate="2017-12-08 13:57:59 +0100" endDate="2017-12-08 14:07:46 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 14:40:58 +0100" startDate="2017-12-08 14:07:46 +0100" endDate="2017-12-08 14:17:44 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 14:40:58 +0100" startDate="2017-12-08 14:17:44 +0100" endDate="2017-12-08 14:27:36 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 15:39:52 +0100" startDate="2017-12-08 14:45:04 +0100" endDate="2017-12-08 14:54:12 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 15:39:52 +0100" startDate="2017-12-08 14:54:12 +0100" endDate="2017-12-08 14:58:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 15:39:52 +0100" startDate="2017-12-08 15:05:10 +0100" endDate="2017-12-08 15:14:51 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 15:39:52 +0100" startDate="2017-12-08 15:14:51 +0100" endDate="2017-12-08 15:18:28 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 15:39:52 +0100" startDate="2017-12-08 15:21:14 +0100" endDate="2017-12-08 15:31:11 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 15:31:11 +0100" endDate="2017-12-08 15:40:08 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 15:40:08 +0100" endDate="2017-12-08 15:50:08 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 15:50:08 +0100" endDate="2017-12-08 16:00:04 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 16:00:04 +0100" endDate="2017-12-08 16:10:02 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 16:10:02 +0100" endDate="2017-12-08 16:19:59 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 16:19:59 +0100" endDate="2017-12-08 16:29:58 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 16:29:58 +0100" endDate="2017-12-08 16:32:03 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 16:32:03 +0100" endDate="2017-12-08 16:41:51 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 16:41:51 +0100" endDate="2017-12-08 16:51:02 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 16:51:02 +0100" endDate="2017-12-08 17:00:59 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 17:00:59 +0100" endDate="2017-12-08 17:10:58 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 17:10:58 +0100" endDate="2017-12-08 17:20:35 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 17:20:35 +0100" endDate="2017-12-08 17:30:08 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 17:30:08 +0100" endDate="2017-12-08 17:36:21 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 18:42:19 +0100" startDate="2017-12-08 17:36:21 +0100" endDate="2017-12-08 17:44:51 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 18:42:19 +0100" startDate="2017-12-08 17:44:51 +0100" endDate="2017-12-08 17:54:50 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 18:42:19 +0100" startDate="2017-12-08 17:54:50 +0100" endDate="2017-12-08 17:57:30 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 18:42:19 +0100" startDate="2017-12-08 18:00:25 +0100" endDate="2017-12-08 18:08:53 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 18:42:19 +0100" startDate="2017-12-08 18:08:53 +0100" endDate="2017-12-08 18:16:38 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 19:46:10 +0100" startDate="2017-12-08 18:35:40 +0100" endDate="2017-12-08 18:44:21 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 19:46:10 +0100" startDate="2017-12-08 18:55:08 +0100" endDate="2017-12-08 19:01:54 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 19:46:10 +0100" startDate="2017-12-08 19:01:54 +0100" endDate="2017-12-08 19:11:52 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 19:46:10 +0100" startDate="2017-12-08 19:11:52 +0100" endDate="2017-12-08 19:21:48 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 19:46:10 +0100" startDate="2017-12-08 19:21:48 +0100" endDate="2017-12-08 19:27:27 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 19:46:10 +0100" startDate="2017-12-08 19:28:20 +0100" endDate="2017-12-08 19:38:19 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 19:38:19 +0100" endDate="2017-12-08 19:47:50 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 19:47:50 +0100" endDate="2017-12-08 19:56:40 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 19:56:40 +0100" endDate="2017-12-08 20:06:13 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 20:06:13 +0100" endDate="2017-12-08 20:16:02 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 20:16:02 +0100" endDate="2017-12-08 20:20:11 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 20:25:11 +0100" endDate="2017-12-08 20:35:03 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 20:35:03 +0100" endDate="2017-12-08 20:44:26 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 20:44:26 +0100" endDate="2017-12-08 20:50:33 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 20:50:33 +0100" endDate="2017-12-08 20:58:09 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 20:58:09 +0100" endDate="2017-12-08 21:06:29 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 21:06:29 +0100" endDate="2017-12-08 21:12:41 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 21:12:41 +0100" endDate="2017-12-08 21:20:04 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 21:20:04 +0100" endDate="2017-12-08 21:26:44 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 21:31:20 +0100" endDate="2017-12-08 21:41:19 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 23:31:38 +0100" startDate="2017-12-08 21:41:19 +0100" endDate="2017-12-08 21:51:17 +0100" value="1118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 23:31:38 +0100" startDate="2017-12-08 21:51:17 +0100" endDate="2017-12-08 22:00:05 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 23:31:38 +0100" startDate="2017-12-08 22:00:05 +0100" endDate="2017-12-08 22:01:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 23:31:38 +0100" startDate="2017-12-08 22:30:18 +0100" endDate="2017-12-08 22:39:19 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-08 23:31:38 +0100" startDate="2017-12-08 22:39:19 +0100" endDate="2017-12-08 22:46:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 00:10:50 +0100" startDate="2017-12-08 23:35:27 +0100" endDate="2017-12-08 23:45:26 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 00:10:50 +0100" startDate="2017-12-08 23:45:26 +0100" endDate="2017-12-08 23:55:24 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 00:10:50 +0100" startDate="2017-12-08 23:55:24 +0100" endDate="2017-12-09 00:05:05 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 01:20:41 +0100" startDate="2017-12-09 00:05:05 +0100" endDate="2017-12-09 00:15:00 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 01:20:41 +0100" startDate="2017-12-09 00:15:00 +0100" endDate="2017-12-09 00:24:53 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 01:20:41 +0100" startDate="2017-12-09 00:24:53 +0100" endDate="2017-12-09 00:32:32 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 01:20:41 +0100" startDate="2017-12-09 00:39:12 +0100" endDate="2017-12-09 00:45:20 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 01:20:41 +0100" startDate="2017-12-09 01:00:40 +0100" endDate="2017-12-09 01:08:37 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 01:20:41 +0100" startDate="2017-12-09 01:08:37 +0100" endDate="2017-12-09 01:18:36 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 02:24:13 +0100" startDate="2017-12-09 01:18:36 +0100" endDate="2017-12-09 01:26:54 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 02:24:13 +0100" startDate="2017-12-09 01:32:36 +0100" endDate="2017-12-09 01:41:11 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 02:24:13 +0100" startDate="2017-12-09 02:12:15 +0100" endDate="2017-12-09 02:22:12 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 03:02:36 +0100" startDate="2017-12-09 02:22:12 +0100" endDate="2017-12-09 02:24:24 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 03:02:36 +0100" startDate="2017-12-09 02:31:40 +0100" endDate="2017-12-09 02:39:54 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 03:02:36 +0100" startDate="2017-12-09 02:39:54 +0100" endDate="2017-12-09 02:42:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 04:01:29 +0100" startDate="2017-12-09 03:00:16 +0100" endDate="2017-12-09 03:08:53 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 04:01:29 +0100" startDate="2017-12-09 03:08:53 +0100" endDate="2017-12-09 03:11:08 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 04:01:29 +0100" startDate="2017-12-09 03:14:12 +0100" endDate="2017-12-09 03:21:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 04:01:29 +0100" startDate="2017-12-09 03:29:19 +0100" endDate="2017-12-09 03:38:32 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 04:01:29 +0100" startDate="2017-12-09 03:38:32 +0100" endDate="2017-12-09 03:47:01 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 04:01:29 +0100" startDate="2017-12-09 03:47:01 +0100" endDate="2017-12-09 03:57:01 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 05:04:43 +0100" startDate="2017-12-09 03:57:01 +0100" endDate="2017-12-09 04:01:30 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 05:04:43 +0100" startDate="2017-12-09 04:13:41 +0100" endDate="2017-12-09 04:23:33 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 05:04:43 +0100" startDate="2017-12-09 04:23:33 +0100" endDate="2017-12-09 04:30:45 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 05:04:43 +0100" startDate="2017-12-09 04:30:45 +0100" endDate="2017-12-09 04:40:43 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 05:04:43 +0100" startDate="2017-12-09 04:40:43 +0100" endDate="2017-12-09 04:46:13 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 06:15:23 +0100" startDate="2017-12-09 05:01:06 +0100" endDate="2017-12-09 05:10:02 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 06:15:23 +0100" startDate="2017-12-09 05:10:02 +0100" endDate="2017-12-09 05:19:59 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 06:15:23 +0100" startDate="2017-12-09 05:19:59 +0100" endDate="2017-12-09 05:29:54 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 06:15:23 +0100" startDate="2017-12-09 05:29:54 +0100" endDate="2017-12-09 05:39:54 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 06:15:23 +0100" startDate="2017-12-09 05:39:54 +0100" endDate="2017-12-09 05:45:19 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 10:40:57 +0100" startDate="2017-12-09 09:43:57 +0100" endDate="2017-12-09 09:50:07 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 10:40:57 +0100" startDate="2017-12-09 09:50:07 +0100" endDate="2017-12-09 09:55:57 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 11:47:14 +0100" startDate="2017-12-09 10:54:05 +0100" endDate="2017-12-09 11:04:05 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 11:47:14 +0100" startDate="2017-12-09 11:04:05 +0100" endDate="2017-12-09 11:14:04 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 11:47:14 +0100" startDate="2017-12-09 11:14:04 +0100" endDate="2017-12-09 11:24:00 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 11:47:14 +0100" startDate="2017-12-09 11:24:00 +0100" endDate="2017-12-09 11:33:53 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 11:47:14 +0100" startDate="2017-12-09 11:33:53 +0100" endDate="2017-12-09 11:43:41 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 12:40:58 +0100" startDate="2017-12-09 11:43:41 +0100" endDate="2017-12-09 11:53:40 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 12:40:58 +0100" startDate="2017-12-09 11:53:40 +0100" endDate="2017-12-09 12:02:38 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 12:40:58 +0100" startDate="2017-12-09 12:02:38 +0100" endDate="2017-12-09 12:11:32 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 12:40:58 +0100" startDate="2017-12-09 12:11:32 +0100" endDate="2017-12-09 12:20:13 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 12:40:58 +0100" startDate="2017-12-09 12:20:13 +0100" endDate="2017-12-09 12:30:12 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 12:40:58 +0100" startDate="2017-12-09 12:30:12 +0100" endDate="2017-12-09 12:40:10 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 13:39:47 +0100" startDate="2017-12-09 12:40:10 +0100" endDate="2017-12-09 12:48:18 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 13:39:47 +0100" startDate="2017-12-09 12:51:38 +0100" endDate="2017-12-09 12:59:00 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 13:39:47 +0100" startDate="2017-12-09 13:02:52 +0100" endDate="2017-12-09 13:10:52 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 13:39:47 +0100" startDate="2017-12-09 13:10:52 +0100" endDate="2017-12-09 13:19:26 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 13:39:47 +0100" startDate="2017-12-09 13:19:26 +0100" endDate="2017-12-09 13:29:24 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 13:39:47 +0100" startDate="2017-12-09 13:29:24 +0100" endDate="2017-12-09 13:31:14 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 14:40:48 +0100" startDate="2017-12-09 13:35:22 +0100" endDate="2017-12-09 13:41:55 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 14:40:48 +0100" startDate="2017-12-09 13:42:28 +0100" endDate="2017-12-09 13:48:53 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 14:40:48 +0100" startDate="2017-12-09 14:25:02 +0100" endDate="2017-12-09 14:34:59 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 15:44:30 +0100" startDate="2017-12-09 14:34:59 +0100" endDate="2017-12-09 14:41:25 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 15:44:30 +0100" startDate="2017-12-09 14:43:28 +0100" endDate="2017-12-09 14:53:28 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 15:44:30 +0100" startDate="2017-12-09 14:53:28 +0100" endDate="2017-12-09 14:56:24 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 15:44:30 +0100" startDate="2017-12-09 15:22:06 +0100" endDate="2017-12-09 15:31:37 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 15:44:30 +0100" startDate="2017-12-09 15:31:37 +0100" endDate="2017-12-09 15:37:16 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 16:43:43 +0100" startDate="2017-12-09 15:37:16 +0100" endDate="2017-12-09 15:47:03 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 17:45:55 +0100" startDate="2017-12-09 17:29:36 +0100" endDate="2017-12-09 17:39:36 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 18:45:51 +0100" startDate="2017-12-09 17:39:36 +0100" endDate="2017-12-09 17:49:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 18:45:51 +0100" startDate="2017-12-09 17:49:05 +0100" endDate="2017-12-09 17:51:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 18:45:51 +0100" startDate="2017-12-09 18:08:40 +0100" endDate="2017-12-09 18:18:39 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 18:45:51 +0100" startDate="2017-12-09 18:18:39 +0100" endDate="2017-12-09 18:25:05 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 19:44:07 +0100" startDate="2017-12-09 18:40:10 +0100" endDate="2017-12-09 18:46:15 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-09 23:14:38 +0100" startDate="2017-12-09 22:32:04 +0100" endDate="2017-12-09 22:40:35 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 10:41:15 +0100" startDate="2017-12-10 10:06:56 +0100" endDate="2017-12-10 10:14:53 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 10:41:15 +0100" startDate="2017-12-10 10:14:53 +0100" endDate="2017-12-10 10:21:36 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 11:42:56 +0100" startDate="2017-12-10 10:55:12 +0100" endDate="2017-12-10 11:03:32 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 11:42:56 +0100" startDate="2017-12-10 11:03:32 +0100" endDate="2017-12-10 11:11:46 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 11:42:56 +0100" startDate="2017-12-10 11:11:46 +0100" endDate="2017-12-10 11:14:57 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 11:42:56 +0100" startDate="2017-12-10 11:15:46 +0100" endDate="2017-12-10 11:22:04 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 12:40:47 +0100" startDate="2017-12-10 11:36:16 +0100" endDate="2017-12-10 11:45:14 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 12:40:47 +0100" startDate="2017-12-10 11:45:14 +0100" endDate="2017-12-10 11:53:38 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 12:40:47 +0100" startDate="2017-12-10 12:24:15 +0100" endDate="2017-12-10 12:30:51 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 13:41:03 +0100" startDate="2017-12-10 12:37:44 +0100" endDate="2017-12-10 12:47:37 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 13:41:03 +0100" startDate="2017-12-10 12:53:38 +0100" endDate="2017-12-10 13:00:04 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 13:41:03 +0100" startDate="2017-12-10 13:00:11 +0100" endDate="2017-12-10 13:07:23 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 16:42:03 +0100" startDate="2017-12-10 16:28:55 +0100" endDate="2017-12-10 16:36:30 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 18:39:45 +0100" startDate="2017-12-10 17:34:55 +0100" endDate="2017-12-10 17:41:53 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 18:39:45 +0100" startDate="2017-12-10 18:12:09 +0100" endDate="2017-12-10 18:20:19 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 19:39:53 +0100" startDate="2017-12-10 19:07:10 +0100" endDate="2017-12-10 19:14:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 20:41:42 +0100" startDate="2017-12-10 19:31:23 +0100" endDate="2017-12-10 19:37:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 20:41:42 +0100" startDate="2017-12-10 19:37:46 +0100" endDate="2017-12-10 19:47:10 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 20:41:42 +0100" startDate="2017-12-10 19:47:10 +0100" endDate="2017-12-10 19:56:13 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 20:41:42 +0100" startDate="2017-12-10 19:56:13 +0100" endDate="2017-12-10 20:04:42 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-10 20:41:42 +0100" startDate="2017-12-10 20:13:13 +0100" endDate="2017-12-10 20:19:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 07:42:27 +0100" startDate="2017-12-11 06:32:14 +0100" endDate="2017-12-11 06:39:08 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 07:42:27 +0100" startDate="2017-12-11 07:03:25 +0100" endDate="2017-12-11 07:10:27 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 07:42:27 +0100" startDate="2017-12-11 07:14:25 +0100" endDate="2017-12-11 07:24:24 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 07:42:27 +0100" startDate="2017-12-11 07:24:24 +0100" endDate="2017-12-11 07:32:26 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 07:42:27 +0100" startDate="2017-12-11 07:32:26 +0100" endDate="2017-12-11 07:35:48 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 08:43:41 +0100" startDate="2017-12-11 07:35:48 +0100" endDate="2017-12-11 07:35:50 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 08:43:41 +0100" startDate="2017-12-11 07:42:25 +0100" endDate="2017-12-11 07:52:24 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 08:43:41 +0100" startDate="2017-12-11 07:52:24 +0100" endDate="2017-12-11 07:56:31 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 08:43:41 +0100" startDate="2017-12-11 08:04:19 +0100" endDate="2017-12-11 08:11:53 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 08:43:41 +0100" startDate="2017-12-11 08:11:53 +0100" endDate="2017-12-11 08:21:40 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 08:43:41 +0100" startDate="2017-12-11 08:22:05 +0100" endDate="2017-12-11 08:31:11 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 09:47:17 +0100" startDate="2017-12-11 08:31:11 +0100" endDate="2017-12-11 08:39:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 09:47:17 +0100" startDate="2017-12-11 08:39:57 +0100" endDate="2017-12-11 08:42:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 09:47:17 +0100" startDate="2017-12-11 08:50:54 +0100" endDate="2017-12-11 08:57:42 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 09:47:17 +0100" startDate="2017-12-11 08:57:42 +0100" endDate="2017-12-11 09:05:08 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 09:47:17 +0100" startDate="2017-12-11 09:21:58 +0100" endDate="2017-12-11 09:31:58 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 09:47:17 +0100" startDate="2017-12-11 09:31:58 +0100" endDate="2017-12-11 09:39:08 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 10:44:03 +0100" startDate="2017-12-11 09:39:08 +0100" endDate="2017-12-11 09:47:17 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 11:40:07 +0100" startDate="2017-12-11 11:11:12 +0100" endDate="2017-12-11 11:19:43 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 11:40:07 +0100" startDate="2017-12-11 11:19:43 +0100" endDate="2017-12-11 11:29:42 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 11:40:07 +0100" startDate="2017-12-11 11:29:42 +0100" endDate="2017-12-11 11:38:43 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 12:40:31 +0100" startDate="2017-12-11 11:38:43 +0100" endDate="2017-12-11 11:42:50 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 12:40:31 +0100" startDate="2017-12-11 11:58:34 +0100" endDate="2017-12-11 12:08:33 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 12:40:31 +0100" startDate="2017-12-11 12:08:33 +0100" endDate="2017-12-11 12:18:08 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 12:40:31 +0100" startDate="2017-12-11 12:18:08 +0100" endDate="2017-12-11 12:26:03 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 12:40:31 +0100" startDate="2017-12-11 12:26:58 +0100" endDate="2017-12-11 12:34:30 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 13:46:08 +0100" startDate="2017-12-11 12:39:11 +0100" endDate="2017-12-11 12:45:37 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 13:46:08 +0100" startDate="2017-12-11 12:48:29 +0100" endDate="2017-12-11 12:54:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 13:46:08 +0100" startDate="2017-12-11 13:10:59 +0100" endDate="2017-12-11 13:17:47 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 13:46:08 +0100" startDate="2017-12-11 13:17:47 +0100" endDate="2017-12-11 13:21:34 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 13:46:08 +0100" startDate="2017-12-11 13:25:12 +0100" endDate="2017-12-11 13:34:23 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 15:40:23 +0100" startDate="2017-12-11 15:06:33 +0100" endDate="2017-12-11 15:14:33 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 15:40:23 +0100" startDate="2017-12-11 15:14:33 +0100" endDate="2017-12-11 15:18:22 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 16:39:42 +0100" startDate="2017-12-11 15:36:52 +0100" endDate="2017-12-11 15:46:51 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 16:39:42 +0100" startDate="2017-12-11 15:46:51 +0100" endDate="2017-12-11 15:52:34 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 16:39:42 +0100" startDate="2017-12-11 15:58:27 +0100" endDate="2017-12-11 16:05:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 16:39:42 +0100" startDate="2017-12-11 16:17:38 +0100" endDate="2017-12-11 16:24:18 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 16:39:42 +0100" startDate="2017-12-11 16:24:18 +0100" endDate="2017-12-11 16:32:58 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 16:32:58 +0100" endDate="2017-12-11 16:42:43 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 16:42:43 +0100" endDate="2017-12-11 16:52:42 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 16:52:42 +0100" endDate="2017-12-11 17:02:08 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 17:02:08 +0100" endDate="2017-12-11 17:07:05 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 17:09:28 +0100" endDate="2017-12-11 17:19:26 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 17:19:26 +0100" endDate="2017-12-11 17:29:24 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 17:29:24 +0100" endDate="2017-12-11 17:39:18 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 18:40:04 +0100" startDate="2017-12-11 17:39:18 +0100" endDate="2017-12-11 17:47:06 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 18:40:04 +0100" startDate="2017-12-11 17:47:06 +0100" endDate="2017-12-11 17:54:08 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 18:40:04 +0100" startDate="2017-12-11 17:58:53 +0100" endDate="2017-12-11 18:08:51 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 18:40:04 +0100" startDate="2017-12-11 18:08:51 +0100" endDate="2017-12-11 18:18:46 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 18:40:04 +0100" startDate="2017-12-11 18:18:46 +0100" endDate="2017-12-11 18:26:13 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 18:40:04 +0100" startDate="2017-12-11 18:26:13 +0100" endDate="2017-12-11 18:36:11 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 19:40:32 +0100" startDate="2017-12-11 18:36:11 +0100" endDate="2017-12-11 18:46:10 +0100" value="1163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 19:40:32 +0100" startDate="2017-12-11 18:46:10 +0100" endDate="2017-12-11 18:56:09 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 19:40:32 +0100" startDate="2017-12-11 18:56:09 +0100" endDate="2017-12-11 19:04:11 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 19:40:32 +0100" startDate="2017-12-11 19:04:11 +0100" endDate="2017-12-11 19:14:09 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 19:40:32 +0100" startDate="2017-12-11 19:14:09 +0100" endDate="2017-12-11 19:24:09 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 19:40:32 +0100" startDate="2017-12-11 19:24:09 +0100" endDate="2017-12-11 19:34:08 +0100" value="1250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 20:40:37 +0100" startDate="2017-12-11 19:34:08 +0100" endDate="2017-12-11 19:44:07 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 20:40:37 +0100" startDate="2017-12-11 19:44:07 +0100" endDate="2017-12-11 19:53:20 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 20:40:37 +0100" startDate="2017-12-11 19:53:20 +0100" endDate="2017-12-11 20:03:19 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 20:40:37 +0100" startDate="2017-12-11 20:03:19 +0100" endDate="2017-12-11 20:11:08 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 22:45:45 +0100" startDate="2017-12-11 21:52:50 +0100" endDate="2017-12-11 22:00:06 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-11 22:45:45 +0100" startDate="2017-12-11 22:07:56 +0100" endDate="2017-12-11 22:17:30 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 08:40:41 +0100" startDate="2017-12-12 07:53:43 +0100" endDate="2017-12-12 08:03:41 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 08:40:41 +0100" startDate="2017-12-12 08:03:41 +0100" endDate="2017-12-12 08:08:44 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 08:40:41 +0100" startDate="2017-12-12 08:10:19 +0100" endDate="2017-12-12 08:20:18 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 08:40:41 +0100" startDate="2017-12-12 08:20:18 +0100" endDate="2017-12-12 08:30:17 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 08:40:41 +0100" startDate="2017-12-12 08:30:17 +0100" endDate="2017-12-12 08:32:43 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 09:41:11 +0100" startDate="2017-12-12 09:14:23 +0100" endDate="2017-12-12 09:24:13 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 10:42:20 +0100" startDate="2017-12-12 09:55:39 +0100" endDate="2017-12-12 10:05:08 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 10:42:20 +0100" startDate="2017-12-12 10:05:08 +0100" endDate="2017-12-12 10:14:29 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 11:39:53 +0100" startDate="2017-12-12 11:12:26 +0100" endDate="2017-12-12 11:21:53 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 11:39:53 +0100" startDate="2017-12-12 11:21:53 +0100" endDate="2017-12-12 11:31:42 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 12:43:49 +0100" startDate="2017-12-12 11:31:42 +0100" endDate="2017-12-12 11:34:36 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 12:43:49 +0100" startDate="2017-12-12 11:38:44 +0100" endDate="2017-12-12 11:47:17 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 12:43:49 +0100" startDate="2017-12-12 11:47:20 +0100" endDate="2017-12-12 11:53:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 12:43:49 +0100" startDate="2017-12-12 11:53:22 +0100" endDate="2017-12-12 12:03:21 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 12:43:49 +0100" startDate="2017-12-12 12:03:21 +0100" endDate="2017-12-12 12:05:41 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 13:44:45 +0100" startDate="2017-12-12 13:18:35 +0100" endDate="2017-12-12 13:24:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 14:44:30 +0100" startDate="2017-12-12 13:38:57 +0100" endDate="2017-12-12 13:46:52 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 14:44:30 +0100" startDate="2017-12-12 13:46:52 +0100" endDate="2017-12-12 13:56:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 14:44:30 +0100" startDate="2017-12-12 13:56:24 +0100" endDate="2017-12-12 14:06:18 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 14:44:30 +0100" startDate="2017-12-12 14:10:06 +0100" endDate="2017-12-12 14:19:17 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 16:41:32 +0100" startDate="2017-12-12 15:54:56 +0100" endDate="2017-12-12 16:04:56 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 16:41:32 +0100" startDate="2017-12-12 16:04:56 +0100" endDate="2017-12-12 16:12:23 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 16:41:32 +0100" startDate="2017-12-12 16:12:23 +0100" endDate="2017-12-12 16:21:51 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 16:41:32 +0100" startDate="2017-12-12 16:21:51 +0100" endDate="2017-12-12 16:31:20 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 17:42:07 +0100" startDate="2017-12-12 16:39:48 +0100" endDate="2017-12-12 16:46:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 17:42:07 +0100" startDate="2017-12-12 16:57:12 +0100" endDate="2017-12-12 17:03:15 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 17:42:07 +0100" startDate="2017-12-12 17:24:47 +0100" endDate="2017-12-12 17:32:04 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 18:42:10 +0100" startDate="2017-12-12 17:32:04 +0100" endDate="2017-12-12 17:42:02 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 18:42:10 +0100" startDate="2017-12-12 17:42:02 +0100" endDate="2017-12-12 17:52:01 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 18:42:10 +0100" startDate="2017-12-12 17:52:01 +0100" endDate="2017-12-12 18:01:20 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 18:42:10 +0100" startDate="2017-12-12 18:09:31 +0100" endDate="2017-12-12 18:17:21 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 18:42:10 +0100" startDate="2017-12-12 18:18:33 +0100" endDate="2017-12-12 18:24:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 19:40:48 +0100" startDate="2017-12-12 18:46:32 +0100" endDate="2017-12-12 18:54:16 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 21:44:13 +0100" startDate="2017-12-12 21:01:04 +0100" endDate="2017-12-12 21:11:03 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 21:44:13 +0100" startDate="2017-12-12 21:11:03 +0100" endDate="2017-12-12 21:16:53 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-12 22:41:09 +0100" startDate="2017-12-12 21:37:57 +0100" endDate="2017-12-12 21:47:55 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 08:40:01 +0100" startDate="2017-12-13 07:40:04 +0100" endDate="2017-12-13 07:47:08 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 08:40:01 +0100" startDate="2017-12-13 07:47:56 +0100" endDate="2017-12-13 07:54:14 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 08:40:01 +0100" startDate="2017-12-13 07:54:14 +0100" endDate="2017-12-13 08:00:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 08:40:01 +0100" startDate="2017-12-13 08:06:52 +0100" endDate="2017-12-13 08:14:11 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 08:40:01 +0100" startDate="2017-12-13 08:15:27 +0100" endDate="2017-12-13 08:25:26 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 08:40:01 +0100" startDate="2017-12-13 08:25:26 +0100" endDate="2017-12-13 08:33:31 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 09:44:27 +0100" startDate="2017-12-13 08:33:31 +0100" endDate="2017-12-13 08:43:05 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 12:40:37 +0100" startDate="2017-12-13 11:54:20 +0100" endDate="2017-12-13 12:03:54 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 12:40:37 +0100" startDate="2017-12-13 12:03:54 +0100" endDate="2017-12-13 12:08:06 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 12:40:37 +0100" startDate="2017-12-13 12:14:19 +0100" endDate="2017-12-13 12:23:19 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 12:40:37 +0100" startDate="2017-12-13 12:23:19 +0100" endDate="2017-12-13 12:33:13 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 13:41:02 +0100" startDate="2017-12-13 12:33:13 +0100" endDate="2017-12-13 12:34:58 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 13:41:02 +0100" startDate="2017-12-13 13:18:50 +0100" endDate="2017-12-13 13:28:49 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 13:41:02 +0100" startDate="2017-12-13 13:28:49 +0100" endDate="2017-12-13 13:38:05 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 14:45:46 +0100" startDate="2017-12-13 13:38:05 +0100" endDate="2017-12-13 13:44:53 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 14:45:46 +0100" startDate="2017-12-13 13:45:22 +0100" endDate="2017-12-13 13:54:33 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 15:49:23 +0100" startDate="2017-12-13 15:08:38 +0100" endDate="2017-12-13 15:14:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 16:40:33 +0100" startDate="2017-12-13 16:14:45 +0100" endDate="2017-12-13 16:24:06 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 16:40:33 +0100" startDate="2017-12-13 16:24:06 +0100" endDate="2017-12-13 16:29:50 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 17:42:11 +0100" startDate="2017-12-13 16:36:55 +0100" endDate="2017-12-13 16:45:58 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 17:42:11 +0100" startDate="2017-12-13 16:57:21 +0100" endDate="2017-12-13 17:07:11 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 17:42:11 +0100" startDate="2017-12-13 17:07:11 +0100" endDate="2017-12-13 17:15:02 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 17:42:11 +0100" startDate="2017-12-13 17:15:02 +0100" endDate="2017-12-13 17:23:08 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 17:42:11 +0100" startDate="2017-12-13 17:24:55 +0100" endDate="2017-12-13 17:34:22 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 18:42:38 +0100" startDate="2017-12-13 17:34:22 +0100" endDate="2017-12-13 17:44:21 +0100" value="926"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 18:42:38 +0100" startDate="2017-12-13 17:44:21 +0100" endDate="2017-12-13 17:54:20 +0100" value="1098"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 18:42:38 +0100" startDate="2017-12-13 17:54:20 +0100" endDate="2017-12-13 18:03:40 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 18:42:38 +0100" startDate="2017-12-13 18:03:40 +0100" endDate="2017-12-13 18:12:56 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 18:42:38 +0100" startDate="2017-12-13 18:12:56 +0100" endDate="2017-12-13 18:22:54 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 18:42:38 +0100" startDate="2017-12-13 18:22:54 +0100" endDate="2017-12-13 18:26:48 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 19:40:20 +0100" startDate="2017-12-13 19:15:34 +0100" endDate="2017-12-13 19:22:07 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 20:41:18 +0100" startDate="2017-12-13 20:09:53 +0100" endDate="2017-12-13 20:19:52 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 20:41:18 +0100" startDate="2017-12-13 20:19:52 +0100" endDate="2017-12-13 20:27:55 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 21:40:23 +0100" startDate="2017-12-13 20:49:15 +0100" endDate="2017-12-13 20:58:27 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 21:40:23 +0100" startDate="2017-12-13 21:10:53 +0100" endDate="2017-12-13 21:19:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 21:40:23 +0100" startDate="2017-12-13 21:19:02 +0100" endDate="2017-12-13 21:28:07 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 21:40:23 +0100" startDate="2017-12-13 21:28:07 +0100" endDate="2017-12-13 21:35:05 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-13 22:48:16 +0100" startDate="2017-12-13 21:35:05 +0100" endDate="2017-12-13 21:45:02 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 08:44:34 +0100" startDate="2017-12-14 07:47:23 +0100" endDate="2017-12-14 07:54:17 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 08:44:34 +0100" startDate="2017-12-14 08:08:37 +0100" endDate="2017-12-14 08:15:51 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 08:44:34 +0100" startDate="2017-12-14 08:17:52 +0100" endDate="2017-12-14 08:27:51 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 08:44:34 +0100" startDate="2017-12-14 08:27:51 +0100" endDate="2017-12-14 08:35:42 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 09:47:20 +0100" startDate="2017-12-14 08:44:47 +0100" endDate="2017-12-14 08:54:39 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 09:47:20 +0100" startDate="2017-12-14 08:54:39 +0100" endDate="2017-12-14 08:57:11 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 11:44:13 +0100" startDate="2017-12-14 10:37:43 +0100" endDate="2017-12-14 10:47:22 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 11:44:13 +0100" startDate="2017-12-14 11:00:37 +0100" endDate="2017-12-14 11:08:57 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 11:44:13 +0100" startDate="2017-12-14 11:15:47 +0100" endDate="2017-12-14 11:24:25 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 11:44:13 +0100" startDate="2017-12-14 11:24:25 +0100" endDate="2017-12-14 11:33:59 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 11:44:13 +0100" startDate="2017-12-14 11:33:59 +0100" endDate="2017-12-14 11:40:57 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 12:45:02 +0100" startDate="2017-12-14 11:53:55 +0100" endDate="2017-12-14 12:03:54 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 12:45:02 +0100" startDate="2017-12-14 12:03:54 +0100" endDate="2017-12-14 12:11:23 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 13:39:55 +0100" startDate="2017-12-14 12:37:42 +0100" endDate="2017-12-14 12:47:34 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 13:39:55 +0100" startDate="2017-12-14 13:07:25 +0100" endDate="2017-12-14 13:15:25 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 13:39:55 +0100" startDate="2017-12-14 13:28:01 +0100" endDate="2017-12-14 13:34:39 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 14:41:49 +0100" startDate="2017-12-14 13:34:39 +0100" endDate="2017-12-14 13:44:29 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 14:41:49 +0100" startDate="2017-12-14 13:44:29 +0100" endDate="2017-12-14 13:54:27 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 14:41:49 +0100" startDate="2017-12-14 13:54:27 +0100" endDate="2017-12-14 14:00:16 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 14:41:49 +0100" startDate="2017-12-14 14:16:51 +0100" endDate="2017-12-14 14:26:50 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 14:41:49 +0100" startDate="2017-12-14 14:26:50 +0100" endDate="2017-12-14 14:34:38 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 15:43:06 +0100" startDate="2017-12-14 14:45:34 +0100" endDate="2017-12-14 14:55:08 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 15:43:06 +0100" startDate="2017-12-14 14:55:08 +0100" endDate="2017-12-14 15:00:41 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 15:43:06 +0100" startDate="2017-12-14 15:00:41 +0100" endDate="2017-12-14 15:10:27 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 15:43:06 +0100" startDate="2017-12-14 15:18:47 +0100" endDate="2017-12-14 15:27:58 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 16:44:06 +0100" startDate="2017-12-14 16:13:03 +0100" endDate="2017-12-14 16:19:49 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 16:44:06 +0100" startDate="2017-12-14 16:19:49 +0100" endDate="2017-12-14 16:29:47 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 16:44:06 +0100" startDate="2017-12-14 16:29:47 +0100" endDate="2017-12-14 16:39:47 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 17:44:18 +0100" startDate="2017-12-14 16:39:47 +0100" endDate="2017-12-14 16:45:21 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 17:44:18 +0100" startDate="2017-12-14 16:58:01 +0100" endDate="2017-12-14 17:07:59 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 17:44:18 +0100" startDate="2017-12-14 17:07:59 +0100" endDate="2017-12-14 17:10:40 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 17:44:18 +0100" startDate="2017-12-14 17:12:46 +0100" endDate="2017-12-14 17:21:27 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 18:49:34 +0100" startDate="2017-12-14 18:15:10 +0100" endDate="2017-12-14 18:25:09 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 18:49:34 +0100" startDate="2017-12-14 18:25:09 +0100" endDate="2017-12-14 18:35:01 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 18:49:34 +0100" startDate="2017-12-14 18:35:01 +0100" endDate="2017-12-14 18:35:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 19:50:31 +0100" startDate="2017-12-14 18:59:02 +0100" endDate="2017-12-14 19:06:19 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 19:50:31 +0100" startDate="2017-12-14 19:34:46 +0100" endDate="2017-12-14 19:41:27 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 20:48:19 +0100" startDate="2017-12-14 19:41:27 +0100" endDate="2017-12-14 19:44:57 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 20:48:19 +0100" startDate="2017-12-14 19:47:55 +0100" endDate="2017-12-14 19:54:44 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 20:48:19 +0100" startDate="2017-12-14 19:54:44 +0100" endDate="2017-12-14 19:58:21 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 20:48:19 +0100" startDate="2017-12-14 20:07:39 +0100" endDate="2017-12-14 20:15:13 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 21:43:56 +0100" startDate="2017-12-14 20:48:22 +0100" endDate="2017-12-14 20:58:19 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 21:43:56 +0100" startDate="2017-12-14 20:58:19 +0100" endDate="2017-12-14 21:08:12 +0100" value="1029"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-14 21:43:56 +0100" startDate="2017-12-14 21:08:12 +0100" endDate="2017-12-14 21:17:16 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 07:43:16 +0100" startDate="2017-12-15 07:19:21 +0100" endDate="2017-12-15 07:27:05 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 08:44:54 +0100" startDate="2017-12-15 07:47:55 +0100" endDate="2017-12-15 07:54:56 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 08:44:54 +0100" startDate="2017-12-15 07:56:42 +0100" endDate="2017-12-15 08:05:32 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 08:44:54 +0100" startDate="2017-12-15 08:05:32 +0100" endDate="2017-12-15 08:15:31 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 08:44:54 +0100" startDate="2017-12-15 08:15:31 +0100" endDate="2017-12-15 08:16:14 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 08:44:54 +0100" startDate="2017-12-15 08:27:23 +0100" endDate="2017-12-15 08:36:11 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 09:42:07 +0100" startDate="2017-12-15 08:36:11 +0100" endDate="2017-12-15 08:44:55 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 09:42:07 +0100" startDate="2017-12-15 08:44:55 +0100" endDate="2017-12-15 08:46:24 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 09:42:07 +0100" startDate="2017-12-15 09:29:43 +0100" endDate="2017-12-15 09:38:57 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 10:42:12 +0100" startDate="2017-12-15 09:38:57 +0100" endDate="2017-12-15 09:48:16 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 10:42:12 +0100" startDate="2017-12-15 09:48:16 +0100" endDate="2017-12-15 09:50:21 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 11:41:38 +0100" startDate="2017-12-15 10:33:05 +0100" endDate="2017-12-15 10:41:00 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 11:41:38 +0100" startDate="2017-12-15 10:55:37 +0100" endDate="2017-12-15 11:03:37 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 11:41:38 +0100" startDate="2017-12-15 11:03:37 +0100" endDate="2017-12-15 11:12:34 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 11:41:38 +0100" startDate="2017-12-15 11:20:49 +0100" endDate="2017-12-15 11:30:48 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 11:41:38 +0100" startDate="2017-12-15 11:30:48 +0100" endDate="2017-12-15 11:39:30 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 12:41:54 +0100" startDate="2017-12-15 11:39:30 +0100" endDate="2017-12-15 11:47:52 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 12:41:54 +0100" startDate="2017-12-15 12:00:37 +0100" endDate="2017-12-15 12:10:36 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 12:41:54 +0100" startDate="2017-12-15 12:10:36 +0100" endDate="2017-12-15 12:17:25 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 14:59:45 +0100" startDate="2017-12-15 13:43:17 +0100" endDate="2017-12-15 13:52:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 14:59:45 +0100" startDate="2017-12-15 13:52:41 +0100" endDate="2017-12-15 14:01:25 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 14:59:45 +0100" startDate="2017-12-15 14:01:25 +0100" endDate="2017-12-15 14:06:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 14:59:45 +0100" startDate="2017-12-15 14:06:45 +0100" endDate="2017-12-15 14:13:08 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 15:41:00 +0100" startDate="2017-12-15 15:14:54 +0100" endDate="2017-12-15 15:21:43 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 15:41:00 +0100" startDate="2017-12-15 15:21:43 +0100" endDate="2017-12-15 15:31:42 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 16:39:46 +0100" startDate="2017-12-15 15:31:42 +0100" endDate="2017-12-15 15:41:19 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 16:39:46 +0100" startDate="2017-12-15 15:41:19 +0100" endDate="2017-12-15 15:47:34 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 16:39:46 +0100" startDate="2017-12-15 15:49:57 +0100" endDate="2017-12-15 15:59:33 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 16:39:46 +0100" startDate="2017-12-15 15:59:33 +0100" endDate="2017-12-15 16:09:31 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 16:39:46 +0100" startDate="2017-12-15 16:09:31 +0100" endDate="2017-12-15 16:16:48 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 17:41:34 +0100" startDate="2017-12-15 17:18:15 +0100" endDate="2017-12-15 17:28:13 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 17:41:34 +0100" startDate="2017-12-15 17:28:13 +0100" endDate="2017-12-15 17:38:11 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 18:46:00 +0100" startDate="2017-12-15 17:38:11 +0100" endDate="2017-12-15 17:43:24 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 18:46:00 +0100" startDate="2017-12-15 17:43:24 +0100" endDate="2017-12-15 17:51:29 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 18:46:00 +0100" startDate="2017-12-15 18:07:11 +0100" endDate="2017-12-15 18:16:06 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 18:46:00 +0100" startDate="2017-12-15 18:16:06 +0100" endDate="2017-12-15 18:26:04 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 18:46:00 +0100" startDate="2017-12-15 18:26:04 +0100" endDate="2017-12-15 18:30:06 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 19:41:32 +0100" startDate="2017-12-15 19:21:48 +0100" endDate="2017-12-15 19:30:09 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 19:41:32 +0100" startDate="2017-12-15 19:30:09 +0100" endDate="2017-12-15 19:34:26 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 20:40:43 +0100" startDate="2017-12-15 20:27:45 +0100" endDate="2017-12-15 20:35:12 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 21:40:01 +0100" startDate="2017-12-15 20:35:12 +0100" endDate="2017-12-15 20:41:53 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 21:40:01 +0100" startDate="2017-12-15 20:48:22 +0100" endDate="2017-12-15 20:55:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-15 21:40:01 +0100" startDate="2017-12-15 21:29:17 +0100" endDate="2017-12-15 21:37:22 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 09:45:54 +0100" startDate="2017-12-16 09:10:03 +0100" endDate="2017-12-16 09:16:11 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 11:40:52 +0100" startDate="2017-12-16 11:05:53 +0100" endDate="2017-12-16 11:12:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 11:40:52 +0100" startDate="2017-12-16 11:22:30 +0100" endDate="2017-12-16 11:31:47 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 12:40:09 +0100" startDate="2017-12-16 11:31:47 +0100" endDate="2017-12-16 11:41:47 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 12:40:09 +0100" startDate="2017-12-16 11:41:47 +0100" endDate="2017-12-16 11:45:45 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 13:42:01 +0100" startDate="2017-12-16 12:34:15 +0100" endDate="2017-12-16 12:40:44 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 13:42:01 +0100" startDate="2017-12-16 12:51:08 +0100" endDate="2017-12-16 13:00:24 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 13:42:01 +0100" startDate="2017-12-16 13:00:24 +0100" endDate="2017-12-16 13:03:30 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 13:42:01 +0100" startDate="2017-12-16 13:15:22 +0100" endDate="2017-12-16 13:24:43 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 13:42:01 +0100" startDate="2017-12-16 13:24:43 +0100" endDate="2017-12-16 13:34:42 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 14:43:44 +0100" startDate="2017-12-16 13:34:42 +0100" endDate="2017-12-16 13:44:42 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 14:43:44 +0100" startDate="2017-12-16 13:44:42 +0100" endDate="2017-12-16 13:48:28 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 14:43:44 +0100" startDate="2017-12-16 13:50:09 +0100" endDate="2017-12-16 13:59:04 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 14:43:44 +0100" startDate="2017-12-16 14:05:19 +0100" endDate="2017-12-16 14:14:42 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 14:43:44 +0100" startDate="2017-12-16 14:14:42 +0100" endDate="2017-12-16 14:24:39 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 14:43:44 +0100" startDate="2017-12-16 14:24:39 +0100" endDate="2017-12-16 14:25:33 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 15:42:43 +0100" startDate="2017-12-16 15:10:02 +0100" endDate="2017-12-16 15:19:58 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 15:42:43 +0100" startDate="2017-12-16 15:19:58 +0100" endDate="2017-12-16 15:27:31 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 15:42:43 +0100" startDate="2017-12-16 15:27:31 +0100" endDate="2017-12-16 15:37:29 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 16:40:06 +0100" startDate="2017-12-16 15:37:29 +0100" endDate="2017-12-16 15:40:05 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 16:40:06 +0100" startDate="2017-12-16 15:46:48 +0100" endDate="2017-12-16 15:56:48 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 16:40:06 +0100" startDate="2017-12-16 15:56:48 +0100" endDate="2017-12-16 16:04:35 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 16:40:06 +0100" startDate="2017-12-16 16:07:05 +0100" endDate="2017-12-16 16:16:44 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 17:41:49 +0100" startDate="2017-12-16 17:08:43 +0100" endDate="2017-12-16 17:17:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 17:41:49 +0100" startDate="2017-12-16 17:17:06 +0100" endDate="2017-12-16 17:27:05 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 17:41:49 +0100" startDate="2017-12-16 17:27:05 +0100" endDate="2017-12-16 17:29:51 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 18:41:31 +0100" startDate="2017-12-16 17:45:45 +0100" endDate="2017-12-16 17:55:44 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 18:41:31 +0100" startDate="2017-12-16 17:55:44 +0100" endDate="2017-12-16 17:55:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 18:41:31 +0100" startDate="2017-12-16 18:12:00 +0100" endDate="2017-12-16 18:18:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 18:41:31 +0100" startDate="2017-12-16 18:23:13 +0100" endDate="2017-12-16 18:32:23 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 19:40:25 +0100" startDate="2017-12-16 18:32:23 +0100" endDate="2017-12-16 18:35:17 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 19:40:25 +0100" startDate="2017-12-16 18:45:37 +0100" endDate="2017-12-16 18:51:55 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 19:40:25 +0100" startDate="2017-12-16 19:03:55 +0100" endDate="2017-12-16 19:10:15 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 19:40:25 +0100" startDate="2017-12-16 19:11:01 +0100" endDate="2017-12-16 19:21:01 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 19:40:25 +0100" startDate="2017-12-16 19:21:01 +0100" endDate="2017-12-16 19:31:00 +0100" value="869"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 20:41:12 +0100" startDate="2017-12-16 19:31:00 +0100" endDate="2017-12-16 19:40:58 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 20:41:12 +0100" startDate="2017-12-16 19:40:58 +0100" endDate="2017-12-16 19:45:12 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 20:41:12 +0100" startDate="2017-12-16 19:59:05 +0100" endDate="2017-12-16 20:05:26 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 20:41:12 +0100" startDate="2017-12-16 20:28:20 +0100" endDate="2017-12-16 20:34:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 22:25:01 +0100" startDate="2017-12-16 20:58:14 +0100" endDate="2017-12-16 21:04:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 22:25:01 +0100" startDate="2017-12-16 21:04:35 +0100" endDate="2017-12-16 21:10:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 22:25:01 +0100" startDate="2017-12-16 21:10:37 +0100" endDate="2017-12-16 21:20:35 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 22:25:01 +0100" startDate="2017-12-16 21:20:35 +0100" endDate="2017-12-16 21:30:08 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 22:25:01 +0100" startDate="2017-12-16 21:30:08 +0100" endDate="2017-12-16 21:40:04 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-16 22:25:01 +0100" startDate="2017-12-16 21:40:04 +0100" endDate="2017-12-16 21:40:42 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 08:45:23 +0100" startDate="2017-12-17 08:26:37 +0100" endDate="2017-12-17 08:33:10 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 08:45:23 +0100" startDate="2017-12-17 08:33:10 +0100" endDate="2017-12-17 08:40:39 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 09:45:38 +0100" startDate="2017-12-17 08:49:11 +0100" endDate="2017-12-17 08:55:19 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 10:43:50 +0100" startDate="2017-12-17 09:43:15 +0100" endDate="2017-12-17 09:49:49 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 10:43:50 +0100" startDate="2017-12-17 09:50:27 +0100" endDate="2017-12-17 09:57:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 11:46:57 +0100" startDate="2017-12-17 11:04:29 +0100" endDate="2017-12-17 11:10:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 11:46:57 +0100" startDate="2017-12-17 11:15:38 +0100" endDate="2017-12-17 11:21:51 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 11:46:57 +0100" startDate="2017-12-17 11:23:18 +0100" endDate="2017-12-17 11:33:17 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 11:46:57 +0100" startDate="2017-12-17 11:33:17 +0100" endDate="2017-12-17 11:38:08 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 12:40:08 +0100" startDate="2017-12-17 11:38:08 +0100" endDate="2017-12-17 11:47:11 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 13:48:35 +0100" startDate="2017-12-17 12:43:32 +0100" endDate="2017-12-17 12:52:11 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 15:43:51 +0100" startDate="2017-12-17 15:20:52 +0100" endDate="2017-12-17 15:30:11 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 15:43:51 +0100" startDate="2017-12-17 15:30:11 +0100" endDate="2017-12-17 15:33:58 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 16:45:35 +0100" startDate="2017-12-17 15:38:56 +0100" endDate="2017-12-17 15:48:53 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 17:40:04 +0100" startDate="2017-12-17 16:52:23 +0100" endDate="2017-12-17 16:59:14 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 17:40:04 +0100" startDate="2017-12-17 16:59:14 +0100" endDate="2017-12-17 17:05:13 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 17:40:04 +0100" startDate="2017-12-17 17:20:27 +0100" endDate="2017-12-17 17:29:48 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 17:40:04 +0100" startDate="2017-12-17 17:29:48 +0100" endDate="2017-12-17 17:39:48 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 17:39:48 +0100" endDate="2017-12-17 17:49:46 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 17:49:46 +0100" endDate="2017-12-17 17:51:41 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 17:55:26 +0100" endDate="2017-12-17 18:03:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 18:29:55 +0100" endDate="2017-12-17 18:39:54 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 18:39:54 +0100" endDate="2017-12-17 18:41:36 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 18:49:33 +0100" endDate="2017-12-17 18:57:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 18:57:17 +0100" endDate="2017-12-17 19:04:39 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 19:04:39 +0100" endDate="2017-12-17 19:13:54 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 19:13:54 +0100" endDate="2017-12-17 19:21:35 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 19:26:45 +0100" endDate="2017-12-17 19:36:05 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 19:44:38 +0100" endDate="2017-12-17 19:53:37 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 19:53:37 +0100" endDate="2017-12-17 20:03:36 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 20:03:36 +0100" endDate="2017-12-17 20:10:10 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 20:12:21 +0100" endDate="2017-12-17 20:22:20 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 20:22:20 +0100" endDate="2017-12-17 20:32:18 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 20:32:18 +0100" endDate="2017-12-17 20:41:38 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 20:43:07 +0100" endDate="2017-12-17 20:51:10 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 21:31:57 +0100" startDate="2017-12-17 21:17:16 +0100" endDate="2017-12-17 21:23:39 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-17 22:39:14 +0100" startDate="2017-12-17 21:46:59 +0100" endDate="2017-12-17 21:54:07 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 07:54:49 +0100" startDate="2017-12-18 06:55:04 +0100" endDate="2017-12-18 07:01:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 07:54:49 +0100" startDate="2017-12-18 07:08:29 +0100" endDate="2017-12-18 07:16:53 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 07:54:49 +0100" startDate="2017-12-18 07:16:53 +0100" endDate="2017-12-18 07:25:00 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 07:54:49 +0100" startDate="2017-12-18 07:25:00 +0100" endDate="2017-12-18 07:35:00 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 07:54:49 +0100" startDate="2017-12-18 07:35:00 +0100" endDate="2017-12-18 07:39:02 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 08:48:54 +0100" startDate="2017-12-18 07:50:12 +0100" endDate="2017-12-18 08:00:10 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 08:48:54 +0100" startDate="2017-12-18 08:00:10 +0100" endDate="2017-12-18 08:07:23 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 08:48:54 +0100" startDate="2017-12-18 08:07:23 +0100" endDate="2017-12-18 08:14:53 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 09:49:02 +0100" startDate="2017-12-18 08:52:48 +0100" endDate="2017-12-18 09:01:51 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 09:49:02 +0100" startDate="2017-12-18 09:01:51 +0100" endDate="2017-12-18 09:08:42 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 09:49:02 +0100" startDate="2017-12-18 09:21:28 +0100" endDate="2017-12-18 09:28:52 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 09:49:02 +0100" startDate="2017-12-18 09:28:52 +0100" endDate="2017-12-18 09:36:09 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 11:01:38 +0100" startDate="2017-12-18 09:45:41 +0100" endDate="2017-12-18 09:55:08 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 11:01:38 +0100" startDate="2017-12-18 09:55:08 +0100" endDate="2017-12-18 10:00:54 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 11:55:34 +0100" startDate="2017-12-18 11:06:09 +0100" endDate="2017-12-18 11:14:16 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 11:55:34 +0100" startDate="2017-12-18 11:14:16 +0100" endDate="2017-12-18 11:24:14 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 11:55:34 +0100" startDate="2017-12-18 11:24:14 +0100" endDate="2017-12-18 11:34:13 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 11:55:34 +0100" startDate="2017-12-18 11:34:13 +0100" endDate="2017-12-18 11:39:47 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 12:50:02 +0100" startDate="2017-12-18 11:52:37 +0100" endDate="2017-12-18 12:02:26 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 12:50:02 +0100" startDate="2017-12-18 12:02:26 +0100" endDate="2017-12-18 12:12:25 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 12:50:02 +0100" startDate="2017-12-18 12:12:25 +0100" endDate="2017-12-18 12:19:10 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 13:50:50 +0100" startDate="2017-12-18 13:23:21 +0100" endDate="2017-12-18 13:32:27 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 13:50:50 +0100" startDate="2017-12-18 13:32:27 +0100" endDate="2017-12-18 13:42:08 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 14:53:17 +0100" startDate="2017-12-18 13:42:08 +0100" endDate="2017-12-18 13:46:02 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 14:53:17 +0100" startDate="2017-12-18 13:54:26 +0100" endDate="2017-12-18 14:01:57 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 14:53:17 +0100" startDate="2017-12-18 14:01:57 +0100" endDate="2017-12-18 14:06:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 14:53:17 +0100" startDate="2017-12-18 14:24:29 +0100" endDate="2017-12-18 14:30:42 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 14:53:17 +0100" startDate="2017-12-18 14:30:43 +0100" endDate="2017-12-18 14:39:49 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 15:49:59 +0100" startDate="2017-12-18 15:02:34 +0100" endDate="2017-12-18 15:12:33 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 15:49:59 +0100" startDate="2017-12-18 15:12:33 +0100" endDate="2017-12-18 15:14:48 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 16:48:47 +0100" startDate="2017-12-18 16:01:20 +0100" endDate="2017-12-18 16:11:20 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 16:48:47 +0100" startDate="2017-12-18 16:11:20 +0100" endDate="2017-12-18 16:20:36 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 16:48:47 +0100" startDate="2017-12-18 16:20:36 +0100" endDate="2017-12-18 16:30:32 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 17:59:39 +0100" startDate="2017-12-18 16:40:23 +0100" endDate="2017-12-18 16:47:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 17:59:39 +0100" startDate="2017-12-18 16:49:05 +0100" endDate="2017-12-18 16:58:52 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 17:59:39 +0100" startDate="2017-12-18 16:58:52 +0100" endDate="2017-12-18 17:00:46 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 18:55:58 +0100" startDate="2017-12-18 18:44:40 +0100" endDate="2017-12-18 18:51:19 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 19:53:58 +0100" startDate="2017-12-18 18:51:19 +0100" endDate="2017-12-18 18:55:59 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-18 20:51:14 +0100" startDate="2017-12-18 20:27:45 +0100" endDate="2017-12-18 20:33:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 00:04:18 +0100" startDate="2017-12-18 23:28:13 +0100" endDate="2017-12-18 23:37:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 00:04:18 +0100" startDate="2017-12-18 23:37:06 +0100" endDate="2017-12-18 23:47:05 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 00:04:18 +0100" startDate="2017-12-18 23:47:05 +0100" endDate="2017-12-18 23:56:43 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 00:54:51 +0100" startDate="2017-12-19 00:01:50 +0100" endDate="2017-12-19 00:09:01 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 00:54:51 +0100" startDate="2017-12-19 00:31:08 +0100" endDate="2017-12-19 00:37:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 07:49:20 +0100" startDate="2017-12-19 06:47:27 +0100" endDate="2017-12-19 06:53:40 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 07:49:20 +0100" startDate="2017-12-19 07:02:50 +0100" endDate="2017-12-19 07:12:12 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 07:49:20 +0100" startDate="2017-12-19 07:12:12 +0100" endDate="2017-12-19 07:22:07 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 07:49:20 +0100" startDate="2017-12-19 07:22:07 +0100" endDate="2017-12-19 07:27:49 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 07:49:20 +0100" startDate="2017-12-19 07:36:53 +0100" endDate="2017-12-19 07:45:11 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 08:50:52 +0100" startDate="2017-12-19 07:45:11 +0100" endDate="2017-12-19 07:53:59 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 08:50:52 +0100" startDate="2017-12-19 07:53:59 +0100" endDate="2017-12-19 08:03:58 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 08:50:52 +0100" startDate="2017-12-19 08:03:58 +0100" endDate="2017-12-19 08:13:55 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 08:50:52 +0100" startDate="2017-12-19 08:13:55 +0100" endDate="2017-12-19 08:20:31 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 08:50:52 +0100" startDate="2017-12-19 08:20:31 +0100" endDate="2017-12-19 08:30:07 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 08:50:52 +0100" startDate="2017-12-19 08:30:07 +0100" endDate="2017-12-19 08:31:18 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 09:48:49 +0100" startDate="2017-12-19 09:30:46 +0100" endDate="2017-12-19 09:38:18 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 10:48:50 +0100" startDate="2017-12-19 09:38:18 +0100" endDate="2017-12-19 09:47:59 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 10:48:50 +0100" startDate="2017-12-19 09:58:14 +0100" endDate="2017-12-19 10:04:44 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 11:53:38 +0100" startDate="2017-12-19 11:10:18 +0100" endDate="2017-12-19 11:17:01 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 11:53:38 +0100" startDate="2017-12-19 11:17:01 +0100" endDate="2017-12-19 11:24:26 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 11:53:38 +0100" startDate="2017-12-19 11:24:26 +0100" endDate="2017-12-19 11:34:25 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 11:53:38 +0100" startDate="2017-12-19 11:34:25 +0100" endDate="2017-12-19 11:44:23 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 12:48:37 +0100" startDate="2017-12-19 11:44:23 +0100" endDate="2017-12-19 11:45:45 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 12:48:37 +0100" startDate="2017-12-19 11:59:30 +0100" endDate="2017-12-19 12:09:29 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 12:48:37 +0100" startDate="2017-12-19 12:09:29 +0100" endDate="2017-12-19 12:19:28 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 12:48:37 +0100" startDate="2017-12-19 12:19:28 +0100" endDate="2017-12-19 12:29:00 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 12:48:37 +0100" startDate="2017-12-19 12:29:00 +0100" endDate="2017-12-19 12:36:29 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 14:48:41 +0100" startDate="2017-12-19 14:19:46 +0100" endDate="2017-12-19 14:29:46 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 14:48:41 +0100" startDate="2017-12-19 14:29:46 +0100" endDate="2017-12-19 14:39:45 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 15:49:16 +0100" startDate="2017-12-19 14:39:45 +0100" endDate="2017-12-19 14:49:03 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 15:49:16 +0100" startDate="2017-12-19 14:49:03 +0100" endDate="2017-12-19 14:58:48 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 16:52:05 +0100" startDate="2017-12-19 16:11:44 +0100" endDate="2017-12-19 16:21:33 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 16:52:05 +0100" startDate="2017-12-19 16:21:33 +0100" endDate="2017-12-19 16:31:14 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 16:52:05 +0100" startDate="2017-12-19 16:31:14 +0100" endDate="2017-12-19 16:40:47 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 16:52:05 +0100" startDate="2017-12-19 16:40:47 +0100" endDate="2017-12-19 16:47:56 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 17:59:07 +0100" startDate="2017-12-19 16:47:56 +0100" endDate="2017-12-19 16:53:56 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 17:59:07 +0100" startDate="2017-12-19 17:10:06 +0100" endDate="2017-12-19 17:16:44 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 18:51:18 +0100" startDate="2017-12-19 17:53:39 +0100" endDate="2017-12-19 18:03:38 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 18:51:18 +0100" startDate="2017-12-19 18:03:38 +0100" endDate="2017-12-19 18:12:29 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 18:51:18 +0100" startDate="2017-12-19 18:18:04 +0100" endDate="2017-12-19 18:24:45 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 18:51:18 +0100" startDate="2017-12-19 18:25:46 +0100" endDate="2017-12-19 18:33:00 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 19:51:45 +0100" startDate="2017-12-19 19:21:55 +0100" endDate="2017-12-19 19:31:53 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 19:51:45 +0100" startDate="2017-12-19 19:31:53 +0100" endDate="2017-12-19 19:41:52 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 20:52:16 +0100" startDate="2017-12-19 19:41:52 +0100" endDate="2017-12-19 19:51:50 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 20:52:16 +0100" startDate="2017-12-19 19:51:50 +0100" endDate="2017-12-19 19:52:57 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 20:52:16 +0100" startDate="2017-12-19 20:21:21 +0100" endDate="2017-12-19 20:27:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 23:38:31 +0100" startDate="2017-12-19 21:52:17 +0100" endDate="2017-12-19 21:58:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 23:38:31 +0100" startDate="2017-12-19 22:24:36 +0100" endDate="2017-12-19 22:30:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-19 23:38:31 +0100" startDate="2017-12-19 22:34:10 +0100" endDate="2017-12-19 22:43:19 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 06:49:11 +0100" startDate="2017-12-20 06:04:24 +0100" endDate="2017-12-20 06:10:52 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 06:49:11 +0100" startDate="2017-12-20 06:10:52 +0100" endDate="2017-12-20 06:17:00 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 07:52:56 +0100" startDate="2017-12-20 06:42:32 +0100" endDate="2017-12-20 06:49:23 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 07:52:56 +0100" startDate="2017-12-20 07:35:01 +0100" endDate="2017-12-20 07:45:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 08:52:03 +0100" startDate="2017-12-20 07:45:01 +0100" endDate="2017-12-20 07:53:06 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 09:49:46 +0100" startDate="2017-12-20 08:55:43 +0100" endDate="2017-12-20 09:05:42 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 09:49:46 +0100" startDate="2017-12-20 09:05:42 +0100" endDate="2017-12-20 09:11:12 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 09:49:46 +0100" startDate="2017-12-20 09:11:12 +0100" endDate="2017-12-20 09:17:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 10:49:04 +0100" startDate="2017-12-20 09:45:58 +0100" endDate="2017-12-20 09:52:52 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 10:49:04 +0100" startDate="2017-12-20 09:52:52 +0100" endDate="2017-12-20 10:00:03 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 10:49:04 +0100" startDate="2017-12-20 10:00:08 +0100" endDate="2017-12-20 10:08:33 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 10:49:04 +0100" startDate="2017-12-20 10:17:36 +0100" endDate="2017-12-20 10:27:10 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 11:50:10 +0100" startDate="2017-12-20 10:50:12 +0100" endDate="2017-12-20 11:00:11 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 11:50:10 +0100" startDate="2017-12-20 11:00:11 +0100" endDate="2017-12-20 11:06:49 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 11:50:10 +0100" startDate="2017-12-20 11:06:49 +0100" endDate="2017-12-20 11:16:42 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 11:50:10 +0100" startDate="2017-12-20 11:16:42 +0100" endDate="2017-12-20 11:19:05 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 11:50:10 +0100" startDate="2017-12-20 11:33:24 +0100" endDate="2017-12-20 11:43:23 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 12:49:47 +0100" startDate="2017-12-20 11:43:23 +0100" endDate="2017-12-20 11:51:36 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 12:49:47 +0100" startDate="2017-12-20 11:51:36 +0100" endDate="2017-12-20 12:01:26 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 12:49:47 +0100" startDate="2017-12-20 12:01:26 +0100" endDate="2017-12-20 12:06:25 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 12:49:47 +0100" startDate="2017-12-20 12:13:24 +0100" endDate="2017-12-20 12:23:23 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 12:49:47 +0100" startDate="2017-12-20 12:23:23 +0100" endDate="2017-12-20 12:32:39 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 12:49:47 +0100" startDate="2017-12-20 12:39:08 +0100" endDate="2017-12-20 12:48:50 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 13:55:01 +0100" startDate="2017-12-20 12:48:50 +0100" endDate="2017-12-20 12:56:51 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 14:51:28 +0100" startDate="2017-12-20 13:52:55 +0100" endDate="2017-12-20 14:02:54 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 14:51:28 +0100" startDate="2017-12-20 14:02:54 +0100" endDate="2017-12-20 14:10:14 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 15:54:21 +0100" startDate="2017-12-20 14:55:17 +0100" endDate="2017-12-20 15:02:39 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 16:51:46 +0100" startDate="2017-12-20 15:47:58 +0100" endDate="2017-12-20 15:55:12 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 16:51:46 +0100" startDate="2017-12-20 15:55:12 +0100" endDate="2017-12-20 15:59:03 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 16:51:46 +0100" startDate="2017-12-20 16:38:48 +0100" endDate="2017-12-20 16:47:44 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 17:49:17 +0100" startDate="2017-12-20 16:47:44 +0100" endDate="2017-12-20 16:56:52 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 17:49:17 +0100" startDate="2017-12-20 16:56:52 +0100" endDate="2017-12-20 17:05:27 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 17:49:17 +0100" startDate="2017-12-20 17:05:27 +0100" endDate="2017-12-20 17:15:25 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 17:49:17 +0100" startDate="2017-12-20 17:15:25 +0100" endDate="2017-12-20 17:25:25 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 17:49:17 +0100" startDate="2017-12-20 17:25:25 +0100" endDate="2017-12-20 17:31:29 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 17:49:17 +0100" startDate="2017-12-20 17:31:29 +0100" endDate="2017-12-20 17:41:04 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 18:50:53 +0100" startDate="2017-12-20 17:41:04 +0100" endDate="2017-12-20 17:50:41 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 18:50:53 +0100" startDate="2017-12-20 17:50:41 +0100" endDate="2017-12-20 17:57:38 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 18:50:53 +0100" startDate="2017-12-20 18:03:31 +0100" endDate="2017-12-20 18:12:23 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 21:51:47 +0100" startDate="2017-12-20 20:58:23 +0100" endDate="2017-12-20 21:07:46 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 21:51:47 +0100" startDate="2017-12-20 21:07:46 +0100" endDate="2017-12-20 21:17:37 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 21:51:47 +0100" startDate="2017-12-20 21:17:37 +0100" endDate="2017-12-20 21:27:34 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 21:51:47 +0100" startDate="2017-12-20 21:27:34 +0100" endDate="2017-12-20 21:29:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 23:39:07 +0100" startDate="2017-12-20 21:52:55 +0100" endDate="2017-12-20 22:02:46 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 23:39:07 +0100" startDate="2017-12-20 22:02:46 +0100" endDate="2017-12-20 22:06:53 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 23:39:07 +0100" startDate="2017-12-20 23:03:09 +0100" endDate="2017-12-20 23:13:08 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-20 23:39:07 +0100" startDate="2017-12-20 23:13:08 +0100" endDate="2017-12-20 23:21:14 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 01:04:57 +0100" startDate="2017-12-21 00:44:22 +0100" endDate="2017-12-21 00:50:37 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 02:10:34 +0100" startDate="2017-12-21 01:00:57 +0100" endDate="2017-12-21 01:10:45 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 02:10:34 +0100" startDate="2017-12-21 01:10:45 +0100" endDate="2017-12-21 01:15:08 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 02:10:34 +0100" startDate="2017-12-21 01:29:23 +0100" endDate="2017-12-21 01:38:59 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 02:10:34 +0100" startDate="2017-12-21 01:38:59 +0100" endDate="2017-12-21 01:46:43 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 07:02:38 +0100" startDate="2017-12-21 06:28:18 +0100" endDate="2017-12-21 06:35:04 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 07:02:38 +0100" startDate="2017-12-21 06:35:04 +0100" endDate="2017-12-21 06:42:02 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 09:13:01 +0100" startDate="2017-12-21 08:56:21 +0100" endDate="2017-12-21 09:02:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 10:12:41 +0100" startDate="2017-12-21 09:48:36 +0100" endDate="2017-12-21 09:58:13 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 10:12:41 +0100" startDate="2017-12-21 09:58:13 +0100" endDate="2017-12-21 10:02:54 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:02:54 +0100" endDate="2017-12-21 10:11:51 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:11:51 +0100" endDate="2017-12-21 10:16:56 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:16:56 +0100" endDate="2017-12-21 10:26:50 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:26:50 +0100" endDate="2017-12-21 10:36:48 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:36:48 +0100" endDate="2017-12-21 10:46:48 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:46:48 +0100" endDate="2017-12-21 10:56:47 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:56:47 +0100" endDate="2017-12-21 11:06:22 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 12:14:57 +0100" startDate="2017-12-21 11:06:22 +0100" endDate="2017-12-21 11:16:20 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 12:14:57 +0100" startDate="2017-12-21 11:16:20 +0100" endDate="2017-12-21 11:25:14 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 12:14:57 +0100" startDate="2017-12-21 11:25:14 +0100" endDate="2017-12-21 11:33:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 12:14:57 +0100" startDate="2017-12-21 11:33:26 +0100" endDate="2017-12-21 11:43:25 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 12:14:57 +0100" startDate="2017-12-21 11:43:25 +0100" endDate="2017-12-21 11:50:21 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 13:13:56 +0100" startDate="2017-12-21 12:31:58 +0100" endDate="2017-12-21 12:41:57 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 13:13:56 +0100" startDate="2017-12-21 12:41:57 +0100" endDate="2017-12-21 12:50:30 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 13:13:56 +0100" startDate="2017-12-21 12:50:30 +0100" endDate="2017-12-21 12:56:20 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 14:12:39 +0100" startDate="2017-12-21 13:07:14 +0100" endDate="2017-12-21 13:13:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 14:12:39 +0100" startDate="2017-12-21 13:24:46 +0100" endDate="2017-12-21 13:33:47 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 14:12:39 +0100" startDate="2017-12-21 13:38:35 +0100" endDate="2017-12-21 13:45:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 14:12:39 +0100" startDate="2017-12-21 13:45:08 +0100" endDate="2017-12-21 13:51:18 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 14:12:39 +0100" startDate="2017-12-21 13:58:05 +0100" endDate="2017-12-21 14:07:34 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 15:13:38 +0100" startDate="2017-12-21 14:07:34 +0100" endDate="2017-12-21 14:17:18 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 15:13:38 +0100" startDate="2017-12-21 14:17:18 +0100" endDate="2017-12-21 14:26:49 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 15:13:38 +0100" startDate="2017-12-21 14:26:49 +0100" endDate="2017-12-21 14:34:06 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 16:15:02 +0100" startDate="2017-12-21 15:31:11 +0100" endDate="2017-12-21 15:41:10 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 16:15:02 +0100" startDate="2017-12-21 15:41:10 +0100" endDate="2017-12-21 15:42:14 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 18:13:31 +0100" startDate="2017-12-21 17:54:35 +0100" endDate="2017-12-21 18:00:53 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 18:13:31 +0100" startDate="2017-12-21 18:02:54 +0100" endDate="2017-12-21 18:10:28 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 19:18:03 +0100" startDate="2017-12-21 18:10:28 +0100" endDate="2017-12-21 18:19:12 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 19:18:03 +0100" startDate="2017-12-21 18:47:38 +0100" endDate="2017-12-21 18:57:11 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 19:18:03 +0100" startDate="2017-12-21 18:57:11 +0100" endDate="2017-12-21 18:58:58 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 20:14:27 +0100" startDate="2017-12-21 19:22:37 +0100" endDate="2017-12-21 19:28:52 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 23:54:07 +0100" startDate="2017-12-21 23:23:09 +0100" endDate="2017-12-21 23:33:08 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 23:54:07 +0100" startDate="2017-12-21 23:33:08 +0100" endDate="2017-12-21 23:40:54 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-21 23:54:07 +0100" startDate="2017-12-21 23:42:10 +0100" endDate="2017-12-21 23:51:23 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 00:40:39 +0100" startDate="2017-12-21 23:51:23 +0100" endDate="2017-12-21 23:58:09 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 00:40:39 +0100" startDate="2017-12-21 23:58:09 +0100" endDate="2017-12-22 00:02:06 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 01:15:08 +0100" startDate="2017-12-22 00:31:18 +0100" endDate="2017-12-22 00:37:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 06:16:01 +0100" startDate="2017-12-22 05:35:46 +0100" endDate="2017-12-22 05:45:33 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 06:16:01 +0100" startDate="2017-12-22 05:45:33 +0100" endDate="2017-12-22 05:46:31 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 08:16:07 +0100" startDate="2017-12-22 07:57:10 +0100" endDate="2017-12-22 08:03:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 08:16:07 +0100" startDate="2017-12-22 08:03:49 +0100" endDate="2017-12-22 08:10:25 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 09:16:29 +0100" startDate="2017-12-22 09:05:33 +0100" endDate="2017-12-22 09:14:56 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 10:14:31 +0100" startDate="2017-12-22 09:14:56 +0100" endDate="2017-12-22 09:24:54 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 10:14:31 +0100" startDate="2017-12-22 09:24:54 +0100" endDate="2017-12-22 09:34:07 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 10:14:31 +0100" startDate="2017-12-22 09:34:07 +0100" endDate="2017-12-22 09:35:42 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 11:14:16 +0100" startDate="2017-12-22 10:48:24 +0100" endDate="2017-12-22 10:57:49 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 12:19:01 +0100" startDate="2017-12-22 11:06:59 +0100" endDate="2017-12-22 11:13:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 12:19:01 +0100" startDate="2017-12-22 11:31:04 +0100" endDate="2017-12-22 11:41:04 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 12:19:01 +0100" startDate="2017-12-22 11:41:04 +0100" endDate="2017-12-22 11:50:01 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 12:19:01 +0100" startDate="2017-12-22 11:50:01 +0100" endDate="2017-12-22 11:58:35 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 12:19:01 +0100" startDate="2017-12-22 11:58:35 +0100" endDate="2017-12-22 12:08:28 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 12:19:01 +0100" startDate="2017-12-22 12:08:28 +0100" endDate="2017-12-22 12:18:25 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 13:14:43 +0100" startDate="2017-12-22 12:18:25 +0100" endDate="2017-12-22 12:28:17 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 13:14:43 +0100" startDate="2017-12-22 12:28:17 +0100" endDate="2017-12-22 12:38:17 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 13:14:43 +0100" startDate="2017-12-22 12:38:17 +0100" endDate="2017-12-22 12:47:35 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 13:14:43 +0100" startDate="2017-12-22 12:47:35 +0100" endDate="2017-12-22 12:52:45 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 14:15:21 +0100" startDate="2017-12-22 13:10:25 +0100" endDate="2017-12-22 13:20:23 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 14:15:21 +0100" startDate="2017-12-22 13:20:23 +0100" endDate="2017-12-22 13:28:28 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 14:15:21 +0100" startDate="2017-12-22 13:50:59 +0100" endDate="2017-12-22 13:57:44 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 14:15:21 +0100" startDate="2017-12-22 13:57:44 +0100" endDate="2017-12-22 14:02:58 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 14:07:24 +0100" endDate="2017-12-22 14:15:47 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 14:15:47 +0100" endDate="2017-12-22 14:25:45 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 14:25:45 +0100" endDate="2017-12-22 14:35:45 +0100" value="969"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 14:35:45 +0100" endDate="2017-12-22 14:40:14 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 14:44:53 +0100" endDate="2017-12-22 14:53:01 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 14:53:01 +0100" endDate="2017-12-22 15:02:25 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 15:02:25 +0100" endDate="2017-12-22 15:12:22 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 16:14:39 +0100" startDate="2017-12-22 15:12:22 +0100" endDate="2017-12-22 15:17:11 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 16:14:39 +0100" startDate="2017-12-22 15:48:31 +0100" endDate="2017-12-22 15:57:04 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 16:14:39 +0100" startDate="2017-12-22 15:57:04 +0100" endDate="2017-12-22 16:02:59 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 16:14:39 +0100" startDate="2017-12-22 16:02:59 +0100" endDate="2017-12-22 16:10:33 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 17:14:00 +0100" startDate="2017-12-22 16:25:12 +0100" endDate="2017-12-22 16:32:39 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 18:17:26 +0100" startDate="2017-12-22 17:18:02 +0100" endDate="2017-12-22 17:25:57 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 18:17:26 +0100" startDate="2017-12-22 17:57:41 +0100" endDate="2017-12-22 18:04:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 19:48:01 +0100" startDate="2017-12-22 18:11:29 +0100" endDate="2017-12-22 18:19:28 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 19:48:01 +0100" startDate="2017-12-22 18:19:28 +0100" endDate="2017-12-22 18:28:31 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 19:48:01 +0100" startDate="2017-12-22 18:28:31 +0100" endDate="2017-12-22 18:33:54 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 19:48:01 +0100" startDate="2017-12-22 19:08:30 +0100" endDate="2017-12-22 19:15:36 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 19:48:01 +0100" startDate="2017-12-22 19:21:27 +0100" endDate="2017-12-22 19:31:17 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 19:48:01 +0100" startDate="2017-12-22 19:31:17 +0100" endDate="2017-12-22 19:31:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 20:13:59 +0100" startDate="2017-12-22 19:56:36 +0100" endDate="2017-12-22 20:05:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 23:00:08 +0100" startDate="2017-12-22 22:11:57 +0100" endDate="2017-12-22 22:18:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-22 23:00:08 +0100" startDate="2017-12-22 22:18:13 +0100" endDate="2017-12-22 22:26:15 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 15:34:24 +0100" startDate="2017-12-23 15:04:10 +0100" endDate="2017-12-23 15:13:06 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 16:32:28 +0100" startDate="2017-12-23 15:29:20 +0100" endDate="2017-12-23 15:37:21 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 16:32:28 +0100" startDate="2017-12-23 15:39:08 +0100" endDate="2017-12-23 15:45:26 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 16:32:28 +0100" startDate="2017-12-23 15:49:36 +0100" endDate="2017-12-23 15:56:57 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 16:32:28 +0100" startDate="2017-12-23 15:56:57 +0100" endDate="2017-12-23 16:03:14 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 16:32:28 +0100" startDate="2017-12-23 16:16:08 +0100" endDate="2017-12-23 16:25:26 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 17:36:24 +0100" startDate="2017-12-23 16:25:26 +0100" endDate="2017-12-23 16:35:25 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 17:36:24 +0100" startDate="2017-12-23 16:35:25 +0100" endDate="2017-12-23 16:44:59 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 17:36:24 +0100" startDate="2017-12-23 16:49:16 +0100" endDate="2017-12-23 16:59:08 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 17:36:24 +0100" startDate="2017-12-23 16:59:08 +0100" endDate="2017-12-23 17:07:03 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 17:36:24 +0100" startDate="2017-12-23 17:07:03 +0100" endDate="2017-12-23 17:13:10 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 18:34:03 +0100" startDate="2017-12-23 17:42:14 +0100" endDate="2017-12-23 17:51:00 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 19:32:09 +0100" startDate="2017-12-23 19:05:58 +0100" endDate="2017-12-23 19:11:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 19:32:09 +0100" startDate="2017-12-23 19:13:19 +0100" endDate="2017-12-23 19:19:27 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 20:34:11 +0100" startDate="2017-12-23 19:55:40 +0100" endDate="2017-12-23 20:03:20 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 20:34:11 +0100" startDate="2017-12-23 20:06:10 +0100" endDate="2017-12-23 20:16:09 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 20:34:11 +0100" startDate="2017-12-23 20:16:09 +0100" endDate="2017-12-23 20:25:05 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 23:16:37 +0100" startDate="2017-12-23 20:44:17 +0100" endDate="2017-12-23 20:51:18 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-23 23:16:37 +0100" startDate="2017-12-23 22:17:57 +0100" endDate="2017-12-23 22:27:42 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-24 05:24:47 +0100" startDate="2017-12-24 04:31:40 +0100" endDate="2017-12-24 04:37:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-24 23:23:09 +0100" startDate="2017-12-24 22:27:43 +0100" endDate="2017-12-24 22:37:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-25 00:03:46 +0100" startDate="2017-12-24 23:25:19 +0100" endDate="2017-12-24 23:31:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-25 16:06:06 +0100" startDate="2017-12-25 14:59:51 +0100" endDate="2017-12-25 15:08:20 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-25 16:06:06 +0100" startDate="2017-12-25 15:11:52 +0100" endDate="2017-12-25 15:21:50 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-25 16:06:06 +0100" startDate="2017-12-25 15:21:50 +0100" endDate="2017-12-25 15:24:02 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-25 16:06:06 +0100" startDate="2017-12-25 15:29:09 +0100" endDate="2017-12-25 15:39:08 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-25 16:06:06 +0100" startDate="2017-12-25 15:39:08 +0100" endDate="2017-12-25 15:40:22 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-25 16:06:06 +0100" startDate="2017-12-25 15:48:58 +0100" endDate="2017-12-25 15:58:58 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-25 17:15:11 +0100" startDate="2017-12-25 15:58:58 +0100" endDate="2017-12-25 16:01:18 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="count" creationDate="2017-12-25 17:15:11 +0100" startDate="2017-12-25 16:05:32 +0100" endDate="2017-12-25 16:13:58 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-25 17:43:54 +0100" startDate="2017-12-25 17:05:40 +0100" endDate="2017-12-25 17:13:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-25 19:49:02 +0100" startDate="2017-12-25 18:54:32 +0100" endDate="2017-12-25 19:04:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-25 20:43:41 +0100" startDate="2017-12-25 19:56:49 +0100" endDate="2017-12-25 20:03:12 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-25 20:43:41 +0100" startDate="2017-12-25 20:14:05 +0100" endDate="2017-12-25 20:20:48 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-25 20:43:41 +0100" startDate="2017-12-25 20:20:48 +0100" endDate="2017-12-25 20:27:57 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-25 20:43:41 +0100" startDate="2017-12-25 20:30:48 +0100" endDate="2017-12-25 20:37:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 00:32:17 +0100" startDate="2017-12-25 22:45:17 +0100" endDate="2017-12-25 22:52:23 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 00:32:17 +0100" startDate="2017-12-25 23:28:48 +0100" endDate="2017-12-25 23:36:50 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 11:42:31 +0100" startDate="2017-12-26 11:16:33 +0100" endDate="2017-12-26 11:22:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 12:43:30 +0100" startDate="2017-12-26 12:05:18 +0100" endDate="2017-12-26 12:15:13 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 12:43:30 +0100" startDate="2017-12-26 12:15:13 +0100" endDate="2017-12-26 12:18:54 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 13:41:54 +0100" startDate="2017-12-26 12:32:49 +0100" endDate="2017-12-26 12:42:41 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 13:41:54 +0100" startDate="2017-12-26 12:42:41 +0100" endDate="2017-12-26 12:52:21 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 13:41:54 +0100" startDate="2017-12-26 13:17:13 +0100" endDate="2017-12-26 13:24:57 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 15:42:34 +0100" startDate="2017-12-26 14:50:17 +0100" endDate="2017-12-26 14:58:24 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 15:42:34 +0100" startDate="2017-12-26 15:25:58 +0100" endDate="2017-12-26 15:35:29 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 16:42:37 +0100" startDate="2017-12-26 15:35:29 +0100" endDate="2017-12-26 15:44:13 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 16:42:37 +0100" startDate="2017-12-26 15:44:13 +0100" endDate="2017-12-26 15:49:45 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 19:44:31 +0100" startDate="2017-12-26 17:48:11 +0100" endDate="2017-12-26 17:57:29 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 19:44:31 +0100" startDate="2017-12-26 17:57:29 +0100" endDate="2017-12-26 18:00:42 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 19:59:34 +0100" startDate="2017-12-26 19:47:21 +0100" endDate="2017-12-26 19:54:05 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 21:11:35 +0100" startDate="2017-12-26 19:59:28 +0100" endDate="2017-12-26 20:07:25 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-26 22:42:09 +0100" startDate="2017-12-26 22:04:12 +0100" endDate="2017-12-26 22:12:27 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-27 10:41:57 +0100" startDate="2017-12-27 10:11:59 +0100" endDate="2017-12-27 10:18:20 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-27 13:39:00 +0100" startDate="2017-12-27 12:42:27 +0100" endDate="2017-12-27 12:46:43 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-27 22:05:08 +0100" startDate="2017-12-27 21:36:51 +0100" endDate="2017-12-27 21:45:22 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-28 11:30:49 +0100" startDate="2017-12-28 08:53:31 +0100" endDate="2017-12-28 08:59:59 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-28 17:21:54 +0100" startDate="2017-12-28 16:30:32 +0100" endDate="2017-12-28 16:36:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-28 18:02:49 +0100" startDate="2017-12-28 17:16:02 +0100" endDate="2017-12-28 17:22:25 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-28 18:02:49 +0100" startDate="2017-12-28 17:36:10 +0100" endDate="2017-12-28 17:46:10 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-28 18:02:49 +0100" startDate="2017-12-28 17:46:10 +0100" endDate="2017-12-28 17:49:18 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-28 18:02:49 +0100" startDate="2017-12-28 17:52:33 +0100" endDate="2017-12-28 17:58:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-28 18:58:50 +0100" startDate="2017-12-28 17:58:33 +0100" endDate="2017-12-28 18:06:01 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-28 18:58:50 +0100" startDate="2017-12-28 18:07:36 +0100" endDate="2017-12-28 18:16:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-28 18:58:50 +0100" startDate="2017-12-28 18:16:29 +0100" endDate="2017-12-28 18:18:44 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-28 23:33:47 +0100" startDate="2017-12-28 23:03:45 +0100" endDate="2017-12-28 23:11:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 10:50:45 +0100" startDate="2017-12-29 10:29:18 +0100" endDate="2017-12-29 10:37:57 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 10:50:45 +0100" startDate="2017-12-29 10:37:57 +0100" endDate="2017-12-29 10:46:50 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 11:44:04 +0100" startDate="2017-12-29 10:46:50 +0100" endDate="2017-12-29 10:50:45 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 11:44:04 +0100" startDate="2017-12-29 11:04:45 +0100" endDate="2017-12-29 11:14:43 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 11:44:04 +0100" startDate="2017-12-29 11:14:43 +0100" endDate="2017-12-29 11:24:41 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 11:44:04 +0100" startDate="2017-12-29 11:24:41 +0100" endDate="2017-12-29 11:25:50 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 14:51:58 +0100" startDate="2017-12-29 14:27:43 +0100" endDate="2017-12-29 14:37:19 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 15:46:25 +0100" startDate="2017-12-29 15:17:59 +0100" endDate="2017-12-29 15:27:55 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 15:46:25 +0100" startDate="2017-12-29 15:27:55 +0100" endDate="2017-12-29 15:37:54 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 16:50:44 +0100" startDate="2017-12-29 15:37:54 +0100" endDate="2017-12-29 15:43:47 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 16:50:44 +0100" startDate="2017-12-29 15:59:38 +0100" endDate="2017-12-29 16:09:19 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 16:50:44 +0100" startDate="2017-12-29 16:09:19 +0100" endDate="2017-12-29 16:19:17 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 16:50:44 +0100" startDate="2017-12-29 16:19:17 +0100" endDate="2017-12-29 16:29:04 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 16:50:44 +0100" startDate="2017-12-29 16:29:04 +0100" endDate="2017-12-29 16:35:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 17:45:44 +0100" startDate="2017-12-29 16:51:53 +0100" endDate="2017-12-29 16:59:19 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 17:45:44 +0100" startDate="2017-12-29 16:59:19 +0100" endDate="2017-12-29 17:03:26 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 17:45:44 +0100" startDate="2017-12-29 17:33:45 +0100" endDate="2017-12-29 17:41:29 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 18:48:20 +0100" startDate="2017-12-29 17:50:06 +0100" endDate="2017-12-29 17:57:45 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 18:48:20 +0100" startDate="2017-12-29 18:02:15 +0100" endDate="2017-12-29 18:09:08 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 18:48:20 +0100" startDate="2017-12-29 18:09:09 +0100" endDate="2017-12-29 18:19:08 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 18:48:20 +0100" startDate="2017-12-29 18:19:08 +0100" endDate="2017-12-29 18:28:48 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 18:48:20 +0100" startDate="2017-12-29 18:31:50 +0100" endDate="2017-12-29 18:38:06 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 19:53:37 +0100" startDate="2017-12-29 19:13:18 +0100" endDate="2017-12-29 19:19:20 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 19:53:37 +0100" startDate="2017-12-29 19:23:55 +0100" endDate="2017-12-29 19:33:03 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 19:53:37 +0100" startDate="2017-12-29 19:33:03 +0100" endDate="2017-12-29 19:36:28 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 20:51:15 +0100" startDate="2017-12-29 20:16:48 +0100" endDate="2017-12-29 20:26:46 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-29 20:51:15 +0100" startDate="2017-12-29 20:26:46 +0100" endDate="2017-12-29 20:31:33 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 07:46:28 +0100" startDate="2017-12-30 07:16:43 +0100" endDate="2017-12-30 07:26:15 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 07:46:28 +0100" startDate="2017-12-30 07:26:15 +0100" endDate="2017-12-30 07:31:51 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 08:46:28 +0100" startDate="2017-12-30 07:38:37 +0100" endDate="2017-12-30 07:48:34 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 08:46:28 +0100" startDate="2017-12-30 07:48:34 +0100" endDate="2017-12-30 07:49:58 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 09:45:59 +0100" startDate="2017-12-30 09:12:42 +0100" endDate="2017-12-30 09:19:28 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 09:45:59 +0100" startDate="2017-12-30 09:19:28 +0100" endDate="2017-12-30 09:26:12 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 14:47:35 +0100" startDate="2017-12-30 13:36:49 +0100" endDate="2017-12-30 13:45:02 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 16:51:23 +0100" startDate="2017-12-30 16:12:52 +0100" endDate="2017-12-30 16:19:18 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 16:51:23 +0100" startDate="2017-12-30 16:19:18 +0100" endDate="2017-12-30 16:27:22 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 16:51:23 +0100" startDate="2017-12-30 16:27:22 +0100" endDate="2017-12-30 16:37:13 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 16:51:23 +0100" startDate="2017-12-30 16:37:13 +0100" endDate="2017-12-30 16:40:29 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 18:48:28 +0100" startDate="2017-12-30 18:09:10 +0100" endDate="2017-12-30 18:15:46 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 21:06:44 +0100" startDate="2017-12-30 20:51:05 +0100" endDate="2017-12-30 20:57:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 22:32:17 +0100" startDate="2017-12-30 21:04:29 +0100" endDate="2017-12-30 21:10:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 22:32:17 +0100" startDate="2017-12-30 21:16:36 +0100" endDate="2017-12-30 21:26:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 22:32:17 +0100" startDate="2017-12-30 21:26:30 +0100" endDate="2017-12-30 21:36:05 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 22:32:17 +0100" startDate="2017-12-30 21:57:50 +0100" endDate="2017-12-30 22:04:20 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-30 22:32:17 +0100" startDate="2017-12-30 22:04:20 +0100" endDate="2017-12-30 22:09:02 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 00:00:31 +0100" startDate="2017-12-30 23:38:12 +0100" endDate="2017-12-30 23:47:09 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 07:48:44 +0100" startDate="2017-12-31 07:29:58 +0100" endDate="2017-12-31 07:36:55 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 10:50:36 +0100" startDate="2017-12-31 10:09:39 +0100" endDate="2017-12-31 10:16:18 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 12:46:01 +0100" startDate="2017-12-31 11:46:23 +0100" endDate="2017-12-31 11:55:42 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 12:46:01 +0100" startDate="2017-12-31 11:55:42 +0100" endDate="2017-12-31 11:58:33 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 17:45:42 +0100" startDate="2017-12-31 17:31:52 +0100" endDate="2017-12-31 17:38:15 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 19:44:47 +0100" startDate="2017-12-31 18:51:46 +0100" endDate="2017-12-31 18:58:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 19:44:47 +0100" startDate="2017-12-31 19:00:23 +0100" endDate="2017-12-31 19:10:23 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 19:44:47 +0100" startDate="2017-12-31 19:10:23 +0100" endDate="2017-12-31 19:18:06 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 20:48:31 +0100" startDate="2017-12-31 20:03:19 +0100" endDate="2017-12-31 20:13:18 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 20:48:31 +0100" startDate="2017-12-31 20:13:18 +0100" endDate="2017-12-31 20:16:01 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 20:48:31 +0100" startDate="2017-12-31 20:20:56 +0100" endDate="2017-12-31 20:26:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 22:28:39 +0100" startDate="2017-12-31 20:49:47 +0100" endDate="2017-12-31 20:55:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 22:28:39 +0100" startDate="2017-12-31 21:12:07 +0100" endDate="2017-12-31 21:18:07 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 22:28:39 +0100" startDate="2017-12-31 21:21:46 +0100" endDate="2017-12-31 21:27:46 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 22:28:39 +0100" startDate="2017-12-31 21:31:34 +0100" endDate="2017-12-31 21:37:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 22:28:39 +0100" startDate="2017-12-31 21:56:25 +0100" endDate="2017-12-31 22:02:28 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 22:28:39 +0100" startDate="2017-12-31 22:10:57 +0100" endDate="2017-12-31 22:19:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2017-12-31 23:35:28 +0100" startDate="2017-12-31 23:19:32 +0100" endDate="2017-12-31 23:29:32 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 00:10:59 +0100" startDate="2017-12-31 23:29:32 +0100" endDate="2017-12-31 23:39:31 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 00:10:59 +0100" startDate="2017-12-31 23:39:31 +0100" endDate="2017-12-31 23:49:24 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 00:10:59 +0100" startDate="2017-12-31 23:54:14 +0100" endDate="2018-01-01 00:00:22 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 01:23:57 +0100" startDate="2018-01-01 00:06:28 +0100" endDate="2018-01-01 00:14:58 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 01:23:57 +0100" startDate="2018-01-01 00:20:42 +0100" endDate="2018-01-01 00:29:40 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 01:23:57 +0100" startDate="2018-01-01 00:40:58 +0100" endDate="2018-01-01 00:50:57 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 01:23:57 +0100" startDate="2018-01-01 00:50:57 +0100" endDate="2018-01-01 01:00:42 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 01:23:57 +0100" startDate="2018-01-01 01:00:42 +0100" endDate="2018-01-01 01:03:00 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 03:51:12 +0100" startDate="2018-01-01 03:34:13 +0100" endDate="2018-01-01 03:40:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 04:47:04 +0100" startDate="2018-01-01 03:53:10 +0100" endDate="2018-01-01 03:59:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 04:47:04 +0100" startDate="2018-01-01 03:59:12 +0100" endDate="2018-01-01 04:05:19 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 04:47:04 +0100" startDate="2018-01-01 04:05:19 +0100" endDate="2018-01-01 04:15:18 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 04:47:04 +0100" startDate="2018-01-01 04:15:18 +0100" endDate="2018-01-01 04:25:17 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 11:44:39 +0100" startDate="2018-01-01 11:05:49 +0100" endDate="2018-01-01 11:12:10 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 11:44:39 +0100" startDate="2018-01-01 11:13:58 +0100" endDate="2018-01-01 11:23:07 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 11:44:39 +0100" startDate="2018-01-01 11:23:07 +0100" endDate="2018-01-01 11:28:58 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 12:48:17 +0100" startDate="2018-01-01 11:34:52 +0100" endDate="2018-01-01 11:41:46 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 12:48:17 +0100" startDate="2018-01-01 11:57:36 +0100" endDate="2018-01-01 12:07:36 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 12:48:17 +0100" startDate="2018-01-01 12:07:36 +0100" endDate="2018-01-01 12:14:56 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 12:48:17 +0100" startDate="2018-01-01 12:32:31 +0100" endDate="2018-01-01 12:42:29 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 14:09:28 +0100" startDate="2018-01-01 12:42:29 +0100" endDate="2018-01-01 12:49:24 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 16:05:30 +0100" startDate="2018-01-01 15:50:27 +0100" endDate="2018-01-01 15:57:05 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 18:48:42 +0100" startDate="2018-01-01 17:29:58 +0100" endDate="2018-01-01 17:39:56 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 18:48:42 +0100" startDate="2018-01-01 17:39:56 +0100" endDate="2018-01-01 17:49:53 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 18:48:42 +0100" startDate="2018-01-01 17:49:53 +0100" endDate="2018-01-01 17:59:46 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 18:48:42 +0100" startDate="2018-01-01 17:59:46 +0100" endDate="2018-01-01 18:02:40 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 18:48:42 +0100" startDate="2018-01-01 18:05:07 +0100" endDate="2018-01-01 18:15:05 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 18:48:42 +0100" startDate="2018-01-01 18:15:05 +0100" endDate="2018-01-01 18:17:51 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 20:38:28 +0100" startDate="2018-01-01 19:30:28 +0100" endDate="2018-01-01 19:36:59 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 20:38:28 +0100" startDate="2018-01-01 20:12:18 +0100" endDate="2018-01-01 20:18:34 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-01 22:41:06 +0100" startDate="2018-01-01 22:19:53 +0100" endDate="2018-01-01 22:26:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 07:38:05 +0100" startDate="2018-01-02 07:16:47 +0100" endDate="2018-01-02 07:26:47 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 07:38:05 +0100" startDate="2018-01-02 07:26:47 +0100" endDate="2018-01-02 07:36:45 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 08:38:02 +0100" startDate="2018-01-02 07:36:45 +0100" endDate="2018-01-02 07:41:35 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 08:38:02 +0100" startDate="2018-01-02 07:52:19 +0100" endDate="2018-01-02 08:01:07 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 08:38:02 +0100" startDate="2018-01-02 08:02:39 +0100" endDate="2018-01-02 08:12:36 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 09:39:21 +0100" startDate="2018-01-02 08:57:28 +0100" endDate="2018-01-02 09:06:42 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 09:39:21 +0100" startDate="2018-01-02 09:06:42 +0100" endDate="2018-01-02 09:16:03 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 09:39:21 +0100" startDate="2018-01-02 09:16:03 +0100" endDate="2018-01-02 09:25:54 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 09:39:21 +0100" startDate="2018-01-02 09:25:54 +0100" endDate="2018-01-02 09:35:43 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 10:44:20 +0100" startDate="2018-01-02 09:35:43 +0100" endDate="2018-01-02 09:43:10 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 10:44:20 +0100" startDate="2018-01-02 09:47:17 +0100" endDate="2018-01-02 09:56:56 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 10:44:20 +0100" startDate="2018-01-02 09:56:56 +0100" endDate="2018-01-02 10:02:17 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 10:44:20 +0100" startDate="2018-01-02 10:06:03 +0100" endDate="2018-01-02 10:13:07 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 10:44:20 +0100" startDate="2018-01-02 10:13:46 +0100" endDate="2018-01-02 10:23:28 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 11:38:29 +0100" startDate="2018-01-02 10:50:57 +0100" endDate="2018-01-02 11:00:52 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 11:38:29 +0100" startDate="2018-01-02 11:00:52 +0100" endDate="2018-01-02 11:06:01 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 11:38:29 +0100" startDate="2018-01-02 11:08:43 +0100" endDate="2018-01-02 11:18:20 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 11:38:29 +0100" startDate="2018-01-02 11:18:20 +0100" endDate="2018-01-02 11:19:24 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 11:38:29 +0100" startDate="2018-01-02 11:28:14 +0100" endDate="2018-01-02 11:34:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 12:41:05 +0100" startDate="2018-01-02 11:34:44 +0100" endDate="2018-01-02 11:39:02 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 12:41:05 +0100" startDate="2018-01-02 11:43:37 +0100" endDate="2018-01-02 11:52:58 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 12:41:05 +0100" startDate="2018-01-02 11:52:58 +0100" endDate="2018-01-02 12:02:55 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 12:41:05 +0100" startDate="2018-01-02 12:02:55 +0100" endDate="2018-01-02 12:07:38 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 12:41:05 +0100" startDate="2018-01-02 12:17:14 +0100" endDate="2018-01-02 12:25:29 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 12:41:05 +0100" startDate="2018-01-02 12:25:29 +0100" endDate="2018-01-02 12:35:28 +0100" value="682"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 13:45:08 +0100" startDate="2018-01-02 12:35:28 +0100" endDate="2018-01-02 12:44:09 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 13:45:08 +0100" startDate="2018-01-02 13:02:19 +0100" endDate="2018-01-02 13:12:19 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 13:45:08 +0100" startDate="2018-01-02 13:12:19 +0100" endDate="2018-01-02 13:19:34 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 13:45:08 +0100" startDate="2018-01-02 13:19:34 +0100" endDate="2018-01-02 13:27:05 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 16:44:55 +0100" startDate="2018-01-02 16:17:20 +0100" endDate="2018-01-02 16:25:58 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 17:46:38 +0100" startDate="2018-01-02 17:09:27 +0100" endDate="2018-01-02 17:19:09 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 17:46:38 +0100" startDate="2018-01-02 17:19:09 +0100" endDate="2018-01-02 17:27:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 17:46:38 +0100" startDate="2018-01-02 17:28:26 +0100" endDate="2018-01-02 17:37:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 18:38:22 +0100" startDate="2018-01-02 17:37:08 +0100" endDate="2018-01-02 17:46:39 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 20:37:50 +0100" startDate="2018-01-02 19:44:29 +0100" endDate="2018-01-02 19:50:57 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 20:37:50 +0100" startDate="2018-01-02 19:50:57 +0100" endDate="2018-01-02 20:00:56 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 20:37:50 +0100" startDate="2018-01-02 20:00:56 +0100" endDate="2018-01-02 20:03:04 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 21:39:59 +0100" startDate="2018-01-02 20:42:41 +0100" endDate="2018-01-02 20:48:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 21:39:59 +0100" startDate="2018-01-02 21:15:25 +0100" endDate="2018-01-02 21:21:27 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-02 22:39:26 +0100" startDate="2018-01-02 21:43:25 +0100" endDate="2018-01-02 21:51:42 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 00:24:29 +0100" startDate="2018-01-03 00:05:12 +0100" endDate="2018-01-03 00:11:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 00:24:29 +0100" startDate="2018-01-03 00:11:12 +0100" endDate="2018-01-03 00:21:10 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 00:40:34 +0100" startDate="2018-01-03 00:21:10 +0100" endDate="2018-01-03 00:25:45 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 09:46:02 +0100" startDate="2018-01-03 08:36:33 +0100" endDate="2018-01-03 08:44:58 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 09:46:02 +0100" startDate="2018-01-03 09:09:46 +0100" endDate="2018-01-03 09:19:29 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 09:46:02 +0100" startDate="2018-01-03 09:19:29 +0100" endDate="2018-01-03 09:28:38 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 09:46:02 +0100" startDate="2018-01-03 09:28:38 +0100" endDate="2018-01-03 09:35:54 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 09:46:02 +0100" startDate="2018-01-03 09:35:54 +0100" endDate="2018-01-03 09:39:31 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 10:42:00 +0100" startDate="2018-01-03 09:39:31 +0100" endDate="2018-01-03 09:49:29 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 10:42:00 +0100" startDate="2018-01-03 09:49:29 +0100" endDate="2018-01-03 09:59:28 +0100" value="1026"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 10:42:00 +0100" startDate="2018-01-03 09:59:28 +0100" endDate="2018-01-03 10:09:27 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 10:42:00 +0100" startDate="2018-01-03 10:09:27 +0100" endDate="2018-01-03 10:19:03 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 10:42:00 +0100" startDate="2018-01-03 10:19:03 +0100" endDate="2018-01-03 10:29:01 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 10:42:00 +0100" startDate="2018-01-03 10:29:01 +0100" endDate="2018-01-03 10:30:37 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 12:43:09 +0100" startDate="2018-01-03 12:03:12 +0100" endDate="2018-01-03 12:09:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 12:43:09 +0100" startDate="2018-01-03 12:09:56 +0100" endDate="2018-01-03 12:18:08 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 12:43:09 +0100" startDate="2018-01-03 12:18:08 +0100" endDate="2018-01-03 12:23:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 14:41:16 +0100" startDate="2018-01-03 14:21:55 +0100" endDate="2018-01-03 14:28:13 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 15:38:59 +0100" startDate="2018-01-03 14:38:21 +0100" endDate="2018-01-03 14:44:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 15:38:59 +0100" startDate="2018-01-03 15:24:06 +0100" endDate="2018-01-03 15:33:42 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 16:39:13 +0100" startDate="2018-01-03 15:33:42 +0100" endDate="2018-01-03 15:40:57 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 16:39:13 +0100" startDate="2018-01-03 15:57:30 +0100" endDate="2018-01-03 16:07:06 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 16:39:13 +0100" startDate="2018-01-03 16:07:06 +0100" endDate="2018-01-03 16:16:13 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 16:39:13 +0100" startDate="2018-01-03 16:16:13 +0100" endDate="2018-01-03 16:25:35 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 16:39:13 +0100" startDate="2018-01-03 16:25:35 +0100" endDate="2018-01-03 16:34:21 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 17:44:06 +0100" startDate="2018-01-03 16:48:52 +0100" endDate="2018-01-03 16:55:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 17:44:06 +0100" startDate="2018-01-03 17:22:12 +0100" endDate="2018-01-03 17:28:35 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 17:44:06 +0100" startDate="2018-01-03 17:34:04 +0100" endDate="2018-01-03 17:41:26 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 18:38:43 +0100" startDate="2018-01-03 17:41:26 +0100" endDate="2018-01-03 17:44:35 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 18:38:43 +0100" startDate="2018-01-03 18:02:57 +0100" endDate="2018-01-03 18:09:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 20:26:59 +0100" startDate="2018-01-03 19:56:28 +0100" endDate="2018-01-03 20:02:56 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 20:26:59 +0100" startDate="2018-01-03 20:03:22 +0100" endDate="2018-01-03 20:09:58 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 22:51:57 +0100" startDate="2018-01-03 21:13:54 +0100" endDate="2018-01-03 21:21:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-03 23:11:59 +0100" startDate="2018-01-03 22:45:38 +0100" endDate="2018-01-03 22:52:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 09:39:35 +0100" startDate="2018-01-04 09:22:53 +0100" endDate="2018-01-04 09:29:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 10:38:50 +0100" startDate="2018-01-04 09:29:19 +0100" endDate="2018-01-04 09:38:08 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 14:38:50 +0100" startDate="2018-01-04 14:04:10 +0100" endDate="2018-01-04 14:10:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 14:38:50 +0100" startDate="2018-01-04 14:13:33 +0100" endDate="2018-01-04 14:20:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 14:38:50 +0100" startDate="2018-01-04 14:21:35 +0100" endDate="2018-01-04 14:28:54 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 15:39:13 +0100" startDate="2018-01-04 14:53:39 +0100" endDate="2018-01-04 14:59:54 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 17:40:38 +0100" startDate="2018-01-04 16:36:30 +0100" endDate="2018-01-04 16:46:25 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 18:39:16 +0100" startDate="2018-01-04 17:46:08 +0100" endDate="2018-01-04 17:55:47 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 20:37:52 +0100" startDate="2018-01-04 19:48:29 +0100" endDate="2018-01-04 19:58:09 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 20:37:52 +0100" startDate="2018-01-04 19:58:09 +0100" endDate="2018-01-04 20:01:23 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 21:44:27 +0100" startDate="2018-01-04 20:38:06 +0100" endDate="2018-01-04 20:45:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 21:44:27 +0100" startDate="2018-01-04 21:01:18 +0100" endDate="2018-01-04 21:08:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-04 21:44:27 +0100" startDate="2018-01-04 21:08:04 +0100" endDate="2018-01-04 21:12:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 07:41:34 +0100" startDate="2018-01-05 07:02:24 +0100" endDate="2018-01-05 07:09:07 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 07:41:34 +0100" startDate="2018-01-05 07:29:43 +0100" endDate="2018-01-05 07:39:39 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 08:40:53 +0100" startDate="2018-01-05 07:39:39 +0100" endDate="2018-01-05 07:49:36 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 08:40:53 +0100" startDate="2018-01-05 07:49:36 +0100" endDate="2018-01-05 07:59:36 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 08:40:53 +0100" startDate="2018-01-05 07:59:36 +0100" endDate="2018-01-05 08:09:34 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 08:40:53 +0100" startDate="2018-01-05 08:09:34 +0100" endDate="2018-01-05 08:16:46 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 08:40:53 +0100" startDate="2018-01-05 08:16:46 +0100" endDate="2018-01-05 08:20:05 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 10:41:55 +0100" startDate="2018-01-05 09:32:35 +0100" endDate="2018-01-05 09:42:35 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 10:41:55 +0100" startDate="2018-01-05 09:42:35 +0100" endDate="2018-01-05 09:49:18 +0100" value="610"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 10:41:55 +0100" startDate="2018-01-05 09:50:53 +0100" endDate="2018-01-05 10:00:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 10:41:55 +0100" startDate="2018-01-05 10:00:14 +0100" endDate="2018-01-05 10:10:14 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 10:41:55 +0100" startDate="2018-01-05 10:10:14 +0100" endDate="2018-01-05 10:19:18 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 11:39:28 +0100" startDate="2018-01-05 11:06:30 +0100" endDate="2018-01-05 11:16:30 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 11:39:28 +0100" startDate="2018-01-05 11:16:30 +0100" endDate="2018-01-05 11:26:28 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 11:39:28 +0100" startDate="2018-01-05 11:26:28 +0100" endDate="2018-01-05 11:33:19 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfee40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 12:38:08 +0100" startDate="2018-01-05 11:49:23 +0100" endDate="2018-01-05 11:58:04 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 12:38:08 +0100" startDate="2018-01-05 12:14:24 +0100" endDate="2018-01-05 12:24:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 12:38:08 +0100" startDate="2018-01-05 12:24:23 +0100" endDate="2018-01-05 12:33:49 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 13:39:46 +0100" startDate="2018-01-05 12:33:49 +0100" endDate="2018-01-05 12:42:46 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 13:39:46 +0100" startDate="2018-01-05 12:42:46 +0100" endDate="2018-01-05 12:52:22 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 13:39:46 +0100" startDate="2018-01-05 12:52:22 +0100" endDate="2018-01-05 13:02:22 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 13:39:46 +0100" startDate="2018-01-05 13:02:22 +0100" endDate="2018-01-05 13:09:21 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 13:39:46 +0100" startDate="2018-01-05 13:09:21 +0100" endDate="2018-01-05 13:16:42 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 13:39:46 +0100" startDate="2018-01-05 13:20:51 +0100" endDate="2018-01-05 13:28:05 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 14:38:16 +0100" startDate="2018-01-05 13:28:05 +0100" endDate="2018-01-05 13:37:51 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 15:39:38 +0100" startDate="2018-01-05 14:48:57 +0100" endDate="2018-01-05 14:58:41 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 15:39:38 +0100" startDate="2018-01-05 15:18:52 +0100" endDate="2018-01-05 15:28:51 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 15:39:38 +0100" startDate="2018-01-05 15:28:51 +0100" endDate="2018-01-05 15:29:57 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 16:44:14 +0100" startDate="2018-01-05 15:53:50 +0100" endDate="2018-01-05 16:03:48 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 16:44:14 +0100" startDate="2018-01-05 16:03:48 +0100" endDate="2018-01-05 16:13:47 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 16:44:14 +0100" startDate="2018-01-05 16:13:47 +0100" endDate="2018-01-05 16:23:47 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 16:44:14 +0100" startDate="2018-01-05 16:23:47 +0100" endDate="2018-01-05 16:33:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 17:39:05 +0100" startDate="2018-01-05 16:34:11 +0100" endDate="2018-01-05 16:43:33 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 17:39:05 +0100" startDate="2018-01-05 16:43:33 +0100" endDate="2018-01-05 16:51:59 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 17:39:05 +0100" startDate="2018-01-05 16:56:34 +0100" endDate="2018-01-05 17:03:35 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-05 17:39:05 +0100" startDate="2018-01-05 17:03:35 +0100" endDate="2018-01-05 17:08:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-05 17:35:11 +0100" endDate="2018-01-05 17:43:49 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-05 17:47:07 +0100" endDate="2018-01-05 17:55:06 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-05 17:55:06 +0100" endDate="2018-01-05 18:00:15 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-05 18:11:09 +0100" endDate="2018-01-05 18:20:20 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-05 18:20:20 +0100" endDate="2018-01-05 18:29:00 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-05 18:29:00 +0100" endDate="2018-01-05 18:31:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-05 19:24:33 +0100" endDate="2018-01-05 19:31:32 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-05 20:11:29 +0100" endDate="2018-01-05 20:21:28 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-05 20:21:28 +0100" endDate="2018-01-05 20:31:11 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-05 20:31:11 +0100" endDate="2018-01-05 20:36:51 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-05 20:56:56 +0100" endDate="2018-01-05 21:06:38 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-05 22:43:38 +0100" endDate="2018-01-05 22:49:59 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-06 01:57:14 +0100" endDate="2018-01-06 02:06:02 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:30:08 +0100" startDate="2018-01-06 03:10:11 +0100" endDate="2018-01-06 03:20:10 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 03:44:47 +0100" startDate="2018-01-06 03:20:10 +0100" endDate="2018-01-06 03:23:06 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 08:47:56 +0100" startDate="2018-01-06 07:46:40 +0100" endDate="2018-01-06 07:53:01 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 09:39:42 +0100" startDate="2018-01-06 08:38:50 +0100" endDate="2018-01-06 08:48:45 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 10:42:41 +0100" startDate="2018-01-06 09:48:23 +0100" endDate="2018-01-06 09:57:56 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 10:42:41 +0100" startDate="2018-01-06 09:57:56 +0100" endDate="2018-01-06 10:06:10 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 10:42:41 +0100" startDate="2018-01-06 10:06:10 +0100" endDate="2018-01-06 10:15:11 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 10:42:41 +0100" startDate="2018-01-06 10:15:11 +0100" endDate="2018-01-06 10:24:54 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 10:42:41 +0100" startDate="2018-01-06 10:24:54 +0100" endDate="2018-01-06 10:31:16 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 10:42:41 +0100" startDate="2018-01-06 10:31:16 +0100" endDate="2018-01-06 10:41:12 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 11:41:25 +0100" startDate="2018-01-06 10:41:12 +0100" endDate="2018-01-06 10:46:00 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 11:41:25 +0100" startDate="2018-01-06 10:46:57 +0100" endDate="2018-01-06 10:56:57 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 11:41:25 +0100" startDate="2018-01-06 10:56:57 +0100" endDate="2018-01-06 11:06:53 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 11:41:25 +0100" startDate="2018-01-06 11:06:53 +0100" endDate="2018-01-06 11:16:47 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 11:41:25 +0100" startDate="2018-01-06 11:16:47 +0100" endDate="2018-01-06 11:26:45 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 11:41:25 +0100" startDate="2018-01-06 11:26:45 +0100" endDate="2018-01-06 11:33:31 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 12:45:05 +0100" startDate="2018-01-06 11:48:50 +0100" endDate="2018-01-06 11:57:36 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 13:40:16 +0100" startDate="2018-01-06 12:38:59 +0100" endDate="2018-01-06 12:48:59 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 13:40:16 +0100" startDate="2018-01-06 12:48:59 +0100" endDate="2018-01-06 12:58:12 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 13:40:16 +0100" startDate="2018-01-06 13:05:00 +0100" endDate="2018-01-06 13:13:54 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 14:43:23 +0100" startDate="2018-01-06 13:41:11 +0100" endDate="2018-01-06 13:50:24 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 14:43:23 +0100" startDate="2018-01-06 13:50:24 +0100" endDate="2018-01-06 14:00:23 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 14:43:23 +0100" startDate="2018-01-06 14:00:23 +0100" endDate="2018-01-06 14:09:05 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 16:42:58 +0100" startDate="2018-01-06 16:21:50 +0100" endDate="2018-01-06 16:29:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 17:49:33 +0100" startDate="2018-01-06 16:36:42 +0100" endDate="2018-01-06 16:43:23 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 17:49:33 +0100" startDate="2018-01-06 16:43:23 +0100" endDate="2018-01-06 16:50:41 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 17:49:33 +0100" startDate="2018-01-06 16:53:49 +0100" endDate="2018-01-06 17:01:31 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 17:49:33 +0100" startDate="2018-01-06 17:01:31 +0100" endDate="2018-01-06 17:07:28 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 17:49:33 +0100" startDate="2018-01-06 17:11:11 +0100" endDate="2018-01-06 17:21:10 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 17:49:33 +0100" startDate="2018-01-06 17:21:10 +0100" endDate="2018-01-06 17:26:39 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 18:41:48 +0100" startDate="2018-01-06 18:04:06 +0100" endDate="2018-01-06 18:14:04 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 18:41:48 +0100" startDate="2018-01-06 18:14:04 +0100" endDate="2018-01-06 18:24:02 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 18:41:48 +0100" startDate="2018-01-06 18:24:02 +0100" endDate="2018-01-06 18:34:01 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 19:40:29 +0100" startDate="2018-01-06 18:34:01 +0100" endDate="2018-01-06 18:39:40 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 19:40:29 +0100" startDate="2018-01-06 19:06:34 +0100" endDate="2018-01-06 19:13:30 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 19:40:29 +0100" startDate="2018-01-06 19:14:53 +0100" endDate="2018-01-06 19:23:54 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 19:40:29 +0100" startDate="2018-01-06 19:23:54 +0100" endDate="2018-01-06 19:33:52 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 20:47:20 +0100" startDate="2018-01-06 19:33:52 +0100" endDate="2018-01-06 19:41:35 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 20:47:20 +0100" startDate="2018-01-06 20:24:02 +0100" endDate="2018-01-06 20:34:01 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 20:47:20 +0100" startDate="2018-01-06 20:34:01 +0100" endDate="2018-01-06 20:42:35 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 23:13:51 +0100" startDate="2018-01-06 22:29:03 +0100" endDate="2018-01-06 22:39:02 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 23:13:51 +0100" startDate="2018-01-06 22:39:02 +0100" endDate="2018-01-06 22:47:54 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 23:13:51 +0100" startDate="2018-01-06 22:47:54 +0100" endDate="2018-01-06 22:57:53 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-06 23:13:51 +0100" startDate="2018-01-06 22:57:53 +0100" endDate="2018-01-06 23:06:20 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 06:05:06 +0100" startDate="2018-01-07 05:05:26 +0100" endDate="2018-01-07 05:15:21 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 06:05:06 +0100" startDate="2018-01-07 05:15:21 +0100" endDate="2018-01-07 05:25:20 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 06:05:06 +0100" startDate="2018-01-07 05:25:20 +0100" endDate="2018-01-07 05:25:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 06:05:06 +0100" startDate="2018-01-07 05:31:03 +0100" endDate="2018-01-07 05:40:38 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 06:05:06 +0100" startDate="2018-01-07 05:40:38 +0100" endDate="2018-01-07 05:50:37 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 06:05:06 +0100" startDate="2018-01-07 05:50:37 +0100" endDate="2018-01-07 06:00:05 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 06:57:07 +0100" startDate="2018-01-07 06:00:05 +0100" endDate="2018-01-07 06:05:07 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 07:39:49 +0100" startDate="2018-01-07 06:55:43 +0100" endDate="2018-01-07 07:02:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 10:47:51 +0100" startDate="2018-01-07 09:43:17 +0100" endDate="2018-01-07 09:52:49 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 10:47:51 +0100" startDate="2018-01-07 09:52:49 +0100" endDate="2018-01-07 09:59:09 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 10:47:51 +0100" startDate="2018-01-07 09:59:09 +0100" endDate="2018-01-07 10:04:18 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 12:42:52 +0100" startDate="2018-01-07 11:58:56 +0100" endDate="2018-01-07 12:07:52 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 12:42:52 +0100" startDate="2018-01-07 12:07:52 +0100" endDate="2018-01-07 12:13:11 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 14:46:19 +0100" startDate="2018-01-07 13:45:05 +0100" endDate="2018-01-07 13:54:57 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 14:46:19 +0100" startDate="2018-01-07 13:57:06 +0100" endDate="2018-01-07 14:07:06 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 14:46:19 +0100" startDate="2018-01-07 14:07:06 +0100" endDate="2018-01-07 14:17:06 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 14:46:19 +0100" startDate="2018-01-07 14:17:06 +0100" endDate="2018-01-07 14:26:39 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 14:46:19 +0100" startDate="2018-01-07 14:26:39 +0100" endDate="2018-01-07 14:35:00 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 15:43:05 +0100" startDate="2018-01-07 14:41:43 +0100" endDate="2018-01-07 14:51:43 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 15:43:05 +0100" startDate="2018-01-07 14:51:43 +0100" endDate="2018-01-07 14:57:47 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 15:43:05 +0100" startDate="2018-01-07 14:57:47 +0100" endDate="2018-01-07 15:02:07 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 15:43:05 +0100" startDate="2018-01-07 15:02:09 +0100" endDate="2018-01-07 15:10:08 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 15:43:05 +0100" startDate="2018-01-07 15:10:50 +0100" endDate="2018-01-07 15:18:03 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 16:41:25 +0100" startDate="2018-01-07 15:59:48 +0100" endDate="2018-01-07 16:09:47 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 16:41:25 +0100" startDate="2018-01-07 16:09:47 +0100" endDate="2018-01-07 16:17:09 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 16:41:25 +0100" startDate="2018-01-07 16:17:09 +0100" endDate="2018-01-07 16:24:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 17:39:50 +0100" startDate="2018-01-07 16:41:00 +0100" endDate="2018-01-07 16:51:00 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 17:39:50 +0100" startDate="2018-01-07 16:51:00 +0100" endDate="2018-01-07 17:00:17 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 17:39:50 +0100" startDate="2018-01-07 17:00:17 +0100" endDate="2018-01-07 17:09:47 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 19:14:18 +0100" startDate="2018-01-07 18:15:53 +0100" endDate="2018-01-07 18:23:22 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 19:14:18 +0100" startDate="2018-01-07 18:42:13 +0100" endDate="2018-01-07 18:48:16 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 19:14:18 +0100" startDate="2018-01-07 18:50:32 +0100" endDate="2018-01-07 18:57:28 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 19:14:18 +0100" startDate="2018-01-07 19:02:40 +0100" endDate="2018-01-07 19:08:57 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 19:41:40 +0100" startDate="2018-01-07 19:18:55 +0100" endDate="2018-01-07 19:18:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 20:46:56 +0100" startDate="2018-01-07 19:33:51 +0100" endDate="2018-01-07 19:41:40 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 20:46:56 +0100" startDate="2018-01-07 19:41:40 +0100" endDate="2018-01-07 19:46:40 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 20:46:56 +0100" startDate="2018-01-07 19:50:02 +0100" endDate="2018-01-07 19:56:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 22:00:00 +0100" startDate="2018-01-07 20:41:09 +0100" endDate="2018-01-07 20:51:08 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 22:00:00 +0100" startDate="2018-01-07 20:51:08 +0100" endDate="2018-01-07 21:00:15 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 22:00:00 +0100" startDate="2018-01-07 21:00:15 +0100" endDate="2018-01-07 21:10:10 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 22:00:00 +0100" startDate="2018-01-07 21:10:10 +0100" endDate="2018-01-07 21:19:17 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-07 22:00:00 +0100" startDate="2018-01-07 21:37:38 +0100" endDate="2018-01-07 21:43:46 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 08:49:22 +0100" startDate="2018-01-08 07:59:21 +0100" endDate="2018-01-08 08:09:21 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 08:49:22 +0100" startDate="2018-01-08 08:09:21 +0100" endDate="2018-01-08 08:14:50 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 08:49:22 +0100" startDate="2018-01-08 08:14:50 +0100" endDate="2018-01-08 08:24:21 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 08:49:22 +0100" startDate="2018-01-08 08:24:21 +0100" endDate="2018-01-08 08:25:30 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 08:49:22 +0100" startDate="2018-01-08 08:35:20 +0100" endDate="2018-01-08 08:41:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 08:41:20 +0100" endDate="2018-01-08 08:49:34 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 08:49:34 +0100" endDate="2018-01-08 08:54:54 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 09:19:08 +0100" endDate="2018-01-08 09:22:23 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 09:24:41 +0100" endDate="2018-01-08 09:31:49 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 09:37:12 +0100" endDate="2018-01-08 09:44:43 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 09:44:43 +0100" endDate="2018-01-08 09:54:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 09:54:42 +0100" endDate="2018-01-08 10:04:28 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:04:28 +0100" endDate="2018-01-08 10:10:15 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:10:15 +0100" endDate="2018-01-08 10:18:37 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:21:17 +0100" endDate="2018-01-08 10:30:54 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:30:54 +0100" endDate="2018-01-08 10:38:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:38:47 +0100" endDate="2018-01-08 10:48:46 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:48:46 +0100" endDate="2018-01-08 10:58:45 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:58:45 +0100" endDate="2018-01-08 11:06:07 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 11:08:41 +0100" endDate="2018-01-08 11:16:43 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 11:16:43 +0100" endDate="2018-01-08 11:22:01 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:50:23 +0100" startDate="2018-01-08 11:28:05 +0100" endDate="2018-01-08 11:38:03 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 11:50:23 +0100" startDate="2018-01-08 11:38:03 +0100" endDate="2018-01-08 11:40:24 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 12:06:48 +0100" startDate="2018-01-08 11:40:24 +0100" endDate="2018-01-08 11:50:22 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 12:06:48 +0100" startDate="2018-01-08 11:50:22 +0100" endDate="2018-01-08 12:00:00 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 12:44:53 +0100" startDate="2018-01-08 12:00:00 +0100" endDate="2018-01-08 12:09:59 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 12:44:53 +0100" startDate="2018-01-08 12:09:59 +0100" endDate="2018-01-08 12:19:58 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 12:44:53 +0100" startDate="2018-01-08 12:19:58 +0100" endDate="2018-01-08 12:29:22 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 12:44:53 +0100" startDate="2018-01-08 12:30:10 +0100" endDate="2018-01-08 12:40:04 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 12:40:04 +0100" endDate="2018-01-08 12:45:08 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 12:49:04 +0100" endDate="2018-01-08 12:58:19 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 12:58:19 +0100" endDate="2018-01-08 13:03:35 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 13:06:22 +0100" endDate="2018-01-08 13:15:57 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 13:15:57 +0100" endDate="2018-01-08 13:19:58 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 13:21:14 +0100" endDate="2018-01-08 13:30:39 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 13:30:39 +0100" endDate="2018-01-08 13:33:52 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 14:43:04 +0100" startDate="2018-01-08 14:04:16 +0100" endDate="2018-01-08 14:12:46 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 14:43:04 +0100" startDate="2018-01-08 14:12:46 +0100" endDate="2018-01-08 14:21:44 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 14:43:04 +0100" startDate="2018-01-08 14:24:12 +0100" endDate="2018-01-08 14:34:05 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 14:34:05 +0100" endDate="2018-01-08 14:43:58 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 14:44:05 +0100" endDate="2018-01-08 14:50:38 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 14:50:38 +0100" endDate="2018-01-08 15:00:35 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 15:00:49 +0100" endDate="2018-01-08 15:10:47 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 15:10:47 +0100" endDate="2018-01-08 15:20:46 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 15:20:46 +0100" endDate="2018-01-08 15:30:46 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 15:30:46 +0100" endDate="2018-01-08 15:37:57 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 16:48:31 +0100" startDate="2018-01-08 15:37:57 +0100" endDate="2018-01-08 15:47:18 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 16:48:31 +0100" startDate="2018-01-08 15:52:06 +0100" endDate="2018-01-08 16:01:31 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 16:48:31 +0100" startDate="2018-01-08 16:01:31 +0100" endDate="2018-01-08 16:08:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 16:48:31 +0100" startDate="2018-01-08 16:12:00 +0100" endDate="2018-01-08 16:20:54 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 16:48:31 +0100" startDate="2018-01-08 16:36:59 +0100" endDate="2018-01-08 16:46:21 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 17:41:54 +0100" startDate="2018-01-08 16:46:21 +0100" endDate="2018-01-08 16:50:12 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 17:41:54 +0100" startDate="2018-01-08 17:01:52 +0100" endDate="2018-01-08 17:11:34 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 17:41:54 +0100" startDate="2018-01-08 17:11:34 +0100" endDate="2018-01-08 17:20:40 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 17:41:54 +0100" startDate="2018-01-08 17:20:40 +0100" endDate="2018-01-08 17:30:38 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 17:41:54 +0100" startDate="2018-01-08 17:30:38 +0100" endDate="2018-01-08 17:34:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 18:42:22 +0100" startDate="2018-01-08 17:47:03 +0100" endDate="2018-01-08 17:53:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 18:42:22 +0100" startDate="2018-01-08 18:20:57 +0100" endDate="2018-01-08 18:28:24 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 18:42:22 +0100" startDate="2018-01-08 18:29:30 +0100" endDate="2018-01-08 18:36:51 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 19:46:30 +0100" startDate="2018-01-08 18:41:48 +0100" endDate="2018-01-08 18:50:51 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 19:46:30 +0100" startDate="2018-01-08 18:50:51 +0100" endDate="2018-01-08 18:57:20 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 19:46:30 +0100" startDate="2018-01-08 18:59:00 +0100" endDate="2018-01-08 19:06:06 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 19:46:30 +0100" startDate="2018-01-08 19:12:02 +0100" endDate="2018-01-08 19:19:03 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 21:41:19 +0100" startDate="2018-01-08 20:51:41 +0100" endDate="2018-01-08 21:01:02 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 22:42:08 +0100" startDate="2018-01-08 21:45:46 +0100" endDate="2018-01-08 21:51:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-08 22:42:08 +0100" startDate="2018-01-08 21:55:11 +0100" endDate="2018-01-08 22:01:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 07:41:11 +0100" startDate="2018-01-09 07:25:22 +0100" endDate="2018-01-09 07:34:36 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 08:41:29 +0100" startDate="2018-01-09 07:34:36 +0100" endDate="2018-01-09 07:44:02 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 08:41:29 +0100" startDate="2018-01-09 07:44:02 +0100" endDate="2018-01-09 07:45:21 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 08:41:29 +0100" startDate="2018-01-09 07:52:49 +0100" endDate="2018-01-09 08:02:33 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 08:41:29 +0100" startDate="2018-01-09 08:08:41 +0100" endDate="2018-01-09 08:15:17 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 08:41:29 +0100" startDate="2018-01-09 08:27:42 +0100" endDate="2018-01-09 08:35:32 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 09:44:15 +0100" startDate="2018-01-09 08:35:32 +0100" endDate="2018-01-09 08:45:25 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 09:44:15 +0100" startDate="2018-01-09 08:45:25 +0100" endDate="2018-01-09 08:55:24 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 09:44:15 +0100" startDate="2018-01-09 08:55:24 +0100" endDate="2018-01-09 09:05:15 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 09:44:15 +0100" startDate="2018-01-09 09:05:15 +0100" endDate="2018-01-09 09:11:41 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 09:44:15 +0100" startDate="2018-01-09 09:23:45 +0100" endDate="2018-01-09 09:33:39 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 10:41:18 +0100" startDate="2018-01-09 09:38:40 +0100" endDate="2018-01-09 09:45:54 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 10:41:18 +0100" startDate="2018-01-09 09:51:27 +0100" endDate="2018-01-09 10:01:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 10:41:18 +0100" startDate="2018-01-09 10:01:25 +0100" endDate="2018-01-09 10:11:12 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 10:41:18 +0100" startDate="2018-01-09 10:11:12 +0100" endDate="2018-01-09 10:16:50 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 10:41:18 +0100" startDate="2018-01-09 10:20:51 +0100" endDate="2018-01-09 10:30:49 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 10:41:18 +0100" startDate="2018-01-09 10:30:49 +0100" endDate="2018-01-09 10:40:47 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 11:41:29 +0100" startDate="2018-01-09 10:40:47 +0100" endDate="2018-01-09 10:45:24 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 11:41:29 +0100" startDate="2018-01-09 10:49:42 +0100" endDate="2018-01-09 10:57:17 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 11:41:29 +0100" startDate="2018-01-09 10:57:17 +0100" endDate="2018-01-09 11:07:14 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 11:41:29 +0100" startDate="2018-01-09 11:07:14 +0100" endDate="2018-01-09 11:15:33 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 11:41:29 +0100" startDate="2018-01-09 11:19:05 +0100" endDate="2018-01-09 11:29:05 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 11:41:29 +0100" startDate="2018-01-09 11:29:05 +0100" endDate="2018-01-09 11:38:41 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 11:38:41 +0100" endDate="2018-01-09 11:47:04 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 11:47:04 +0100" endDate="2018-01-09 11:50:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 11:52:49 +0100" endDate="2018-01-09 11:58:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 12:01:48 +0100" endDate="2018-01-09 12:10:14 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 12:11:32 +0100" endDate="2018-01-09 12:21:18 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 12:21:18 +0100" endDate="2018-01-09 12:23:34 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 12:29:49 +0100" endDate="2018-01-09 12:39:25 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 13:54:45 +0100" startDate="2018-01-09 12:44:00 +0100" endDate="2018-01-09 12:50:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 13:54:45 +0100" startDate="2018-01-09 12:57:22 +0100" endDate="2018-01-09 13:06:59 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 13:54:45 +0100" startDate="2018-01-09 13:06:59 +0100" endDate="2018-01-09 13:15:36 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 13:54:45 +0100" startDate="2018-01-09 13:15:36 +0100" endDate="2018-01-09 13:25:01 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 13:54:45 +0100" startDate="2018-01-09 13:25:01 +0100" endDate="2018-01-09 13:35:00 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 13:54:45 +0100" startDate="2018-01-09 13:39:53 +0100" endDate="2018-01-09 13:46:42 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 14:44:48 +0100" startDate="2018-01-09 13:46:42 +0100" endDate="2018-01-09 13:56:20 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 14:44:48 +0100" startDate="2018-01-09 13:56:20 +0100" endDate="2018-01-09 14:00:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 14:44:48 +0100" startDate="2018-01-09 14:03:01 +0100" endDate="2018-01-09 14:12:59 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-09 14:44:48 +0100" startDate="2018-01-09 14:12:59 +0100" endDate="2018-01-09 14:15:06 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 07:52:41 +0100" startDate="2018-01-10 06:42:51 +0100" endDate="2018-01-10 06:48:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 07:52:41 +0100" startDate="2018-01-10 07:23:52 +0100" endDate="2018-01-10 07:29:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 08:41:43 +0100" startDate="2018-01-10 08:30:34 +0100" endDate="2018-01-10 08:37:05 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 09:42:12 +0100" startDate="2018-01-10 08:37:05 +0100" endDate="2018-01-10 08:45:10 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 09:42:12 +0100" startDate="2018-01-10 08:45:57 +0100" endDate="2018-01-10 08:54:46 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 09:42:12 +0100" startDate="2018-01-10 08:54:46 +0100" endDate="2018-01-10 09:04:10 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 09:42:12 +0100" startDate="2018-01-10 09:04:10 +0100" endDate="2018-01-10 09:12:46 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 09:42:12 +0100" startDate="2018-01-10 09:24:08 +0100" endDate="2018-01-10 09:33:30 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 10:47:52 +0100" startDate="2018-01-10 09:42:11 +0100" endDate="2018-01-10 09:52:08 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 10:47:52 +0100" startDate="2018-01-10 09:52:08 +0100" endDate="2018-01-10 09:57:18 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 10:47:52 +0100" startDate="2018-01-10 09:58:28 +0100" endDate="2018-01-10 10:08:25 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 10:47:52 +0100" startDate="2018-01-10 10:08:25 +0100" endDate="2018-01-10 10:18:24 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 10:47:52 +0100" startDate="2018-01-10 10:18:24 +0100" endDate="2018-01-10 10:28:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 10:47:52 +0100" startDate="2018-01-10 10:28:23 +0100" endDate="2018-01-10 10:38:21 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 11:41:23 +0100" startDate="2018-01-10 10:38:21 +0100" endDate="2018-01-10 10:48:20 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 11:41:23 +0100" startDate="2018-01-10 10:48:20 +0100" endDate="2018-01-10 10:57:43 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 11:41:23 +0100" startDate="2018-01-10 10:57:43 +0100" endDate="2018-01-10 11:07:42 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 11:41:23 +0100" startDate="2018-01-10 11:07:42 +0100" endDate="2018-01-10 11:12:20 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 11:41:23 +0100" startDate="2018-01-10 11:12:20 +0100" endDate="2018-01-10 11:21:53 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 11:41:23 +0100" startDate="2018-01-10 11:21:53 +0100" endDate="2018-01-10 11:31:52 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 12:41:39 +0100" startDate="2018-01-10 11:31:52 +0100" endDate="2018-01-10 11:40:47 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 12:41:39 +0100" startDate="2018-01-10 11:42:13 +0100" endDate="2018-01-10 11:49:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 12:41:39 +0100" startDate="2018-01-10 11:49:01 +0100" endDate="2018-01-10 11:55:33 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 12:41:39 +0100" startDate="2018-01-10 11:55:33 +0100" endDate="2018-01-10 12:03:49 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 12:41:39 +0100" startDate="2018-01-10 12:03:49 +0100" endDate="2018-01-10 12:12:07 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 12:41:39 +0100" startDate="2018-01-10 12:12:07 +0100" endDate="2018-01-10 12:22:06 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 12:41:39 +0100" startDate="2018-01-10 12:22:06 +0100" endDate="2018-01-10 12:31:26 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 12:41:39 +0100" startDate="2018-01-10 12:31:26 +0100" endDate="2018-01-10 12:40:46 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 13:41:12 +0100" startDate="2018-01-10 12:40:46 +0100" endDate="2018-01-10 12:50:21 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 13:41:12 +0100" startDate="2018-01-10 12:56:36 +0100" endDate="2018-01-10 13:05:25 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 13:41:12 +0100" startDate="2018-01-10 13:28:47 +0100" endDate="2018-01-10 13:38:44 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 14:43:26 +0100" startDate="2018-01-10 13:38:44 +0100" endDate="2018-01-10 13:48:41 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 14:43:26 +0100" startDate="2018-01-10 13:48:41 +0100" endDate="2018-01-10 13:57:23 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 14:43:26 +0100" startDate="2018-01-10 13:57:23 +0100" endDate="2018-01-10 14:07:23 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 14:43:26 +0100" startDate="2018-01-10 14:07:23 +0100" endDate="2018-01-10 14:16:25 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 14:43:26 +0100" startDate="2018-01-10 14:16:25 +0100" endDate="2018-01-10 14:25:49 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 14:43:26 +0100" startDate="2018-01-10 14:25:49 +0100" endDate="2018-01-10 14:35:48 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 15:46:04 +0100" startDate="2018-01-10 14:35:48 +0100" endDate="2018-01-10 14:45:47 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 15:46:04 +0100" startDate="2018-01-10 14:45:47 +0100" endDate="2018-01-10 14:46:53 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 15:46:04 +0100" startDate="2018-01-10 14:52:47 +0100" endDate="2018-01-10 15:02:45 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 15:46:04 +0100" startDate="2018-01-10 15:02:45 +0100" endDate="2018-01-10 15:11:10 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 15:46:04 +0100" startDate="2018-01-10 15:25:22 +0100" endDate="2018-01-10 15:31:35 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 16:46:03 +0100" startDate="2018-01-10 15:40:31 +0100" endDate="2018-01-10 15:50:15 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 16:46:03 +0100" startDate="2018-01-10 15:50:15 +0100" endDate="2018-01-10 15:54:44 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 18:47:14 +0100" startDate="2018-01-10 18:12:45 +0100" endDate="2018-01-10 18:22:44 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 18:47:14 +0100" startDate="2018-01-10 18:24:53 +0100" endDate="2018-01-10 18:32:17 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 18:47:14 +0100" startDate="2018-01-10 18:32:17 +0100" endDate="2018-01-10 18:38:51 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 19:41:23 +0100" startDate="2018-01-10 18:38:51 +0100" endDate="2018-01-10 18:47:14 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 19:41:23 +0100" startDate="2018-01-10 18:47:14 +0100" endDate="2018-01-10 18:54:03 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 19:41:23 +0100" startDate="2018-01-10 18:55:34 +0100" endDate="2018-01-10 19:04:57 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 19:41:23 +0100" startDate="2018-01-10 19:14:28 +0100" endDate="2018-01-10 19:21:24 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-10 21:03:04 +0100" startDate="2018-01-10 20:24:19 +0100" endDate="2018-01-10 20:32:24 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 08:00:01 +0100" startDate="2018-01-11 07:24:39 +0100" endDate="2018-01-11 07:30:52 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 08:33:28 +0100" endDate="2018-01-11 08:41:10 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 08:41:10 +0100" endDate="2018-01-11 08:51:09 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 08:51:09 +0100" endDate="2018-01-11 09:01:09 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 09:01:09 +0100" endDate="2018-01-11 09:11:07 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 09:17:44 +0100" endDate="2018-01-11 09:27:44 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 09:27:44 +0100" endDate="2018-01-11 09:30:33 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 09:35:09 +0100" endDate="2018-01-11 09:41:50 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 09:41:50 +0100" endDate="2018-01-11 09:50:59 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 09:50:59 +0100" endDate="2018-01-11 10:00:57 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 10:00:57 +0100" endDate="2018-01-11 10:05:42 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 10:07:00 +0100" endDate="2018-01-11 10:16:30 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 10:19:39 +0100" endDate="2018-01-11 10:29:38 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 10:29:38 +0100" endDate="2018-01-11 10:37:46 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 10:37:46 +0100" endDate="2018-01-11 10:45:26 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 11:41:43 +0100" startDate="2018-01-11 10:45:26 +0100" endDate="2018-01-11 10:55:25 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 11:41:43 +0100" startDate="2018-01-11 10:55:25 +0100" endDate="2018-01-11 11:04:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 11:41:43 +0100" startDate="2018-01-11 11:04:01 +0100" endDate="2018-01-11 11:12:43 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 11:41:43 +0100" startDate="2018-01-11 11:12:43 +0100" endDate="2018-01-11 11:22:26 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 11:41:43 +0100" startDate="2018-01-11 11:22:26 +0100" endDate="2018-01-11 11:30:31 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 11:41:43 +0100" startDate="2018-01-11 11:30:31 +0100" endDate="2018-01-11 11:38:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 12:42:16 +0100" startDate="2018-01-11 11:48:56 +0100" endDate="2018-01-11 11:58:22 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 12:42:16 +0100" startDate="2018-01-11 12:05:05 +0100" endDate="2018-01-11 12:13:47 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 12:42:16 +0100" startDate="2018-01-11 12:15:39 +0100" endDate="2018-01-11 12:23:47 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 12:42:16 +0100" startDate="2018-01-11 12:23:47 +0100" endDate="2018-01-11 12:31:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 12:42:16 +0100" startDate="2018-01-11 12:31:31 +0100" endDate="2018-01-11 12:40:07 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 13:41:40 +0100" startDate="2018-01-11 12:40:07 +0100" endDate="2018-01-11 12:49:36 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 13:41:40 +0100" startDate="2018-01-11 12:49:36 +0100" endDate="2018-01-11 12:56:52 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 13:41:40 +0100" startDate="2018-01-11 13:05:38 +0100" endDate="2018-01-11 13:12:57 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 14:42:05 +0100" startDate="2018-01-11 13:46:29 +0100" endDate="2018-01-11 13:53:15 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 14:42:05 +0100" startDate="2018-01-11 13:54:57 +0100" endDate="2018-01-11 14:04:55 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 14:42:05 +0100" startDate="2018-01-11 14:04:55 +0100" endDate="2018-01-11 14:14:21 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 14:42:05 +0100" startDate="2018-01-11 14:14:21 +0100" endDate="2018-01-11 14:21:55 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 14:42:05 +0100" startDate="2018-01-11 14:21:55 +0100" endDate="2018-01-11 14:30:45 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 15:41:06 +0100" startDate="2018-01-11 14:30:45 +0100" endDate="2018-01-11 14:40:43 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 15:41:06 +0100" startDate="2018-01-11 14:40:43 +0100" endDate="2018-01-11 14:44:09 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 15:41:06 +0100" startDate="2018-01-11 14:47:39 +0100" endDate="2018-01-11 14:57:38 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 15:41:06 +0100" startDate="2018-01-11 14:57:38 +0100" endDate="2018-01-11 15:05:58 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 15:41:06 +0100" startDate="2018-01-11 15:25:21 +0100" endDate="2018-01-11 15:32:14 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 17:05:21 +0100" startDate="2018-01-11 15:43:21 +0100" endDate="2018-01-11 15:52:38 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 17:05:21 +0100" startDate="2018-01-11 15:52:38 +0100" endDate="2018-01-11 16:02:37 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 17:54:47 +0100" startDate="2018-01-11 17:24:39 +0100" endDate="2018-01-11 17:34:21 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 17:54:47 +0100" startDate="2018-01-11 17:34:21 +0100" endDate="2018-01-11 17:44:16 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 17:54:47 +0100" startDate="2018-01-11 17:44:16 +0100" endDate="2018-01-11 17:54:14 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 19:26:14 +0100" startDate="2018-01-11 17:54:14 +0100" endDate="2018-01-11 17:56:27 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-11 21:46:33 +0100" startDate="2018-01-11 21:06:57 +0100" endDate="2018-01-11 21:13:23 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 09:42:27 +0100" startDate="2018-01-12 08:38:03 +0100" endDate="2018-01-12 08:46:18 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 09:42:27 +0100" startDate="2018-01-12 08:46:18 +0100" endDate="2018-01-12 08:51:05 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 09:42:27 +0100" startDate="2018-01-12 08:51:11 +0100" endDate="2018-01-12 09:01:11 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 09:42:27 +0100" startDate="2018-01-12 09:01:11 +0100" endDate="2018-01-12 09:10:05 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 09:42:27 +0100" startDate="2018-01-12 09:21:51 +0100" endDate="2018-01-12 09:29:18 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 10:42:07 +0100" startDate="2018-01-12 09:36:12 +0100" endDate="2018-01-12 09:42:51 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 10:42:07 +0100" startDate="2018-01-12 09:42:51 +0100" endDate="2018-01-12 09:52:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 10:42:07 +0100" startDate="2018-01-12 09:58:11 +0100" endDate="2018-01-12 10:08:09 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 10:42:07 +0100" startDate="2018-01-12 10:08:09 +0100" endDate="2018-01-12 10:16:17 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 10:42:07 +0100" startDate="2018-01-12 10:16:17 +0100" endDate="2018-01-12 10:23:36 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 10:42:07 +0100" startDate="2018-01-12 10:27:06 +0100" endDate="2018-01-12 10:37:05 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 11:42:36 +0100" startDate="2018-01-12 10:37:05 +0100" endDate="2018-01-12 10:47:04 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 11:42:36 +0100" startDate="2018-01-12 10:47:04 +0100" endDate="2018-01-12 10:56:43 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 11:42:36 +0100" startDate="2018-01-12 10:56:43 +0100" endDate="2018-01-12 11:06:36 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 11:42:36 +0100" startDate="2018-01-12 11:06:36 +0100" endDate="2018-01-12 11:11:44 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 11:42:36 +0100" startDate="2018-01-12 11:12:29 +0100" endDate="2018-01-12 11:21:08 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 11:42:36 +0100" startDate="2018-01-12 11:24:05 +0100" endDate="2018-01-12 11:33:23 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 11:33:23 +0100" endDate="2018-01-12 11:43:20 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 11:43:20 +0100" endDate="2018-01-12 11:53:18 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 11:53:18 +0100" endDate="2018-01-12 11:58:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 12:01:23 +0100" endDate="2018-01-12 12:09:52 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 12:09:52 +0100" endDate="2018-01-12 12:19:03 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 12:19:03 +0100" endDate="2018-01-12 12:21:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 12:24:11 +0100" endDate="2018-01-12 12:33:00 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 13:45:19 +0100" startDate="2018-01-12 12:33:00 +0100" endDate="2018-01-12 12:41:47 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 13:45:19 +0100" startDate="2018-01-12 12:41:47 +0100" endDate="2018-01-12 12:50:06 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 13:45:19 +0100" startDate="2018-01-12 12:50:06 +0100" endDate="2018-01-12 12:59:44 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 13:45:19 +0100" startDate="2018-01-12 12:59:44 +0100" endDate="2018-01-12 13:04:43 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 13:45:19 +0100" startDate="2018-01-12 13:21:46 +0100" endDate="2018-01-12 13:30:17 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 14:42:43 +0100" startDate="2018-01-12 13:57:17 +0100" endDate="2018-01-12 14:05:43 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 14:42:43 +0100" startDate="2018-01-12 14:05:43 +0100" endDate="2018-01-12 14:15:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 14:42:43 +0100" startDate="2018-01-12 14:15:42 +0100" endDate="2018-01-12 14:19:12 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 14:42:43 +0100" startDate="2018-01-12 14:22:04 +0100" endDate="2018-01-12 14:32:03 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 14:42:43 +0100" startDate="2018-01-12 14:32:03 +0100" endDate="2018-01-12 14:42:02 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 15:45:16 +0100" startDate="2018-01-12 14:42:02 +0100" endDate="2018-01-12 14:52:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 15:45:16 +0100" startDate="2018-01-12 14:52:01 +0100" endDate="2018-01-12 15:00:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 15:45:16 +0100" startDate="2018-01-12 15:00:28 +0100" endDate="2018-01-12 15:08:06 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 15:45:16 +0100" startDate="2018-01-12 15:09:00 +0100" endDate="2018-01-12 15:18:59 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 15:45:16 +0100" startDate="2018-01-12 15:18:59 +0100" endDate="2018-01-12 15:26:58 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 15:45:16 +0100" startDate="2018-01-12 15:26:58 +0100" endDate="2018-01-12 15:32:32 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 16:43:41 +0100" startDate="2018-01-12 15:43:32 +0100" endDate="2018-01-12 15:52:44 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 16:43:41 +0100" startDate="2018-01-12 15:52:44 +0100" endDate="2018-01-12 15:55:02 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 16:43:41 +0100" startDate="2018-01-12 16:03:36 +0100" endDate="2018-01-12 16:13:34 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 16:43:41 +0100" startDate="2018-01-12 16:13:34 +0100" endDate="2018-01-12 16:19:27 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 16:43:41 +0100" startDate="2018-01-12 16:19:27 +0100" endDate="2018-01-12 16:29:26 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 16:43:41 +0100" startDate="2018-01-12 16:29:26 +0100" endDate="2018-01-12 16:32:41 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 19:07:08 +0100" startDate="2018-01-12 17:46:23 +0100" endDate="2018-01-12 17:52:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 19:07:08 +0100" startDate="2018-01-12 18:27:18 +0100" endDate="2018-01-12 18:36:36 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 19:07:08 +0100" startDate="2018-01-12 18:36:36 +0100" endDate="2018-01-12 18:42:32 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 19:07:08 +0100" startDate="2018-01-12 18:44:53 +0100" endDate="2018-01-12 18:51:34 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 19:41:11 +0100" startDate="2018-01-12 19:02:57 +0100" endDate="2018-01-12 19:09:30 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 20:44:39 +0100" startDate="2018-01-12 19:53:22 +0100" endDate="2018-01-12 20:02:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 20:44:39 +0100" startDate="2018-01-12 20:02:28 +0100" endDate="2018-01-12 20:12:27 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 20:44:39 +0100" startDate="2018-01-12 20:12:27 +0100" endDate="2018-01-12 20:22:18 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 20:44:39 +0100" startDate="2018-01-12 20:22:18 +0100" endDate="2018-01-12 20:25:35 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-12 21:48:00 +0100" startDate="2018-01-12 20:52:13 +0100" endDate="2018-01-12 21:00:43 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-13 05:20:56 +0100" startDate="2018-01-13 04:32:10 +0100" endDate="2018-01-13 04:38:32 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-13 07:15:41 +0100" startDate="2018-01-13 06:22:42 +0100" endDate="2018-01-13 06:32:42 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-13 07:15:41 +0100" startDate="2018-01-13 06:32:42 +0100" endDate="2018-01-13 06:37:41 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-13 09:41:19 +0100" startDate="2018-01-13 09:01:19 +0100" endDate="2018-01-13 09:06:40 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-13 10:42:07 +0100" startDate="2018-01-13 10:22:28 +0100" endDate="2018-01-13 10:29:34 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-13 10:42:07 +0100" startDate="2018-01-13 10:29:34 +0100" endDate="2018-01-13 10:37:55 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-13 14:42:43 +0100" startDate="2018-01-13 13:36:26 +0100" endDate="2018-01-13 13:42:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-13 14:42:43 +0100" startDate="2018-01-13 14:13:57 +0100" endDate="2018-01-13 14:23:31 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-13 14:42:43 +0100" startDate="2018-01-13 14:23:31 +0100" endDate="2018-01-13 14:30:48 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-13 20:17:52 +0100" startDate="2018-01-13 18:51:22 +0100" endDate="2018-01-13 18:57:47 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-13 20:17:52 +0100" startDate="2018-01-13 19:07:18 +0100" endDate="2018-01-13 19:17:09 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-13 20:17:52 +0100" startDate="2018-01-13 19:17:09 +0100" endDate="2018-01-13 19:24:41 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 22:53:07 +0100" endDate="2018-01-13 23:01:59 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:01:59 +0100" endDate="2018-01-13 23:10:42 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:17:38 +0100" endDate="2018-01-13 23:23:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:23:38 +0100" endDate="2018-01-13 23:30:15 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:30:20 +0100" endDate="2018-01-13 23:37:29 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:41:36 +0100" endDate="2018-01-13 23:51:35 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:51:35 +0100" endDate="2018-01-13 23:57:22 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:57:22 +0100" endDate="2018-01-14 00:05:34 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 00:05:34 +0100" endDate="2018-01-14 00:12:50 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 00:22:58 +0100" endDate="2018-01-14 00:32:18 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 00:32:18 +0100" endDate="2018-01-14 00:40:13 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 00:40:13 +0100" endDate="2018-01-14 00:50:08 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 00:50:08 +0100" endDate="2018-01-14 00:55:48 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 00:55:48 +0100" endDate="2018-01-14 01:05:26 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 01:05:26 +0100" endDate="2018-01-14 01:11:09 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 01:39:52 +0100" endDate="2018-01-14 01:46:32 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 09:04:56 +0100" startDate="2018-01-14 08:04:34 +0100" endDate="2018-01-14 08:11:07 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 09:04:56 +0100" startDate="2018-01-14 08:12:10 +0100" endDate="2018-01-14 08:18:46 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 09:04:56 +0100" startDate="2018-01-14 08:36:56 +0100" endDate="2018-01-14 08:43:12 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 11:06:28 +0100" startDate="2018-01-14 10:15:18 +0100" endDate="2018-01-14 10:25:18 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 11:06:28 +0100" startDate="2018-01-14 10:25:18 +0100" endDate="2018-01-14 10:30:48 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 11:06:28 +0100" startDate="2018-01-14 10:34:35 +0100" endDate="2018-01-14 10:41:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 11:06:28 +0100" startDate="2018-01-14 10:41:05 +0100" endDate="2018-01-14 10:46:35 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 11:06:28 +0100" startDate="2018-01-14 10:52:05 +0100" endDate="2018-01-14 11:01:57 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 12:03:14 +0100" startDate="2018-01-14 11:01:57 +0100" endDate="2018-01-14 11:08:20 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 12:03:14 +0100" startDate="2018-01-14 11:21:44 +0100" endDate="2018-01-14 11:31:03 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 12:03:14 +0100" startDate="2018-01-14 11:31:03 +0100" endDate="2018-01-14 11:35:19 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 12:03:14 +0100" startDate="2018-01-14 11:44:11 +0100" endDate="2018-01-14 11:53:29 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 13:02:31 +0100" startDate="2018-01-14 11:53:29 +0100" endDate="2018-01-14 12:03:29 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 13:02:31 +0100" startDate="2018-01-14 12:03:29 +0100" endDate="2018-01-14 12:13:28 +0100" value="1049"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 13:02:31 +0100" startDate="2018-01-14 12:13:28 +0100" endDate="2018-01-14 12:22:53 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 13:02:31 +0100" startDate="2018-01-14 12:22:53 +0100" endDate="2018-01-14 12:32:51 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 13:02:31 +0100" startDate="2018-01-14 12:32:51 +0100" endDate="2018-01-14 12:40:24 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 15:10:06 +0100" startDate="2018-01-14 14:21:33 +0100" endDate="2018-01-14 14:27:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 15:10:06 +0100" startDate="2018-01-14 14:27:40 +0100" endDate="2018-01-14 14:37:00 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 15:10:06 +0100" startDate="2018-01-14 14:37:00 +0100" endDate="2018-01-14 14:45:58 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 16:04:34 +0100" startDate="2018-01-14 15:25:38 +0100" endDate="2018-01-14 15:32:29 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-14 17:02:20 +0100" startDate="2018-01-14 15:58:40 +0100" endDate="2018-01-14 16:05:23 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 08:07:21 +0100" startDate="2018-01-15 07:20:15 +0100" endDate="2018-01-15 07:27:27 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 08:07:21 +0100" startDate="2018-01-15 07:30:06 +0100" endDate="2018-01-15 07:37:43 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 08:07:21 +0100" startDate="2018-01-15 07:43:04 +0100" endDate="2018-01-15 07:53:02 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 08:07:21 +0100" startDate="2018-01-15 07:53:02 +0100" endDate="2018-01-15 08:03:02 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 09:03:36 +0100" startDate="2018-01-15 08:03:02 +0100" endDate="2018-01-15 08:10:28 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 09:03:36 +0100" startDate="2018-01-15 08:16:15 +0100" endDate="2018-01-15 08:23:11 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 09:03:36 +0100" startDate="2018-01-15 08:23:11 +0100" endDate="2018-01-15 08:29:08 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 10:06:35 +0100" startDate="2018-01-15 09:01:32 +0100" endDate="2018-01-15 09:10:28 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 10:06:35 +0100" startDate="2018-01-15 09:10:28 +0100" endDate="2018-01-15 09:18:40 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 10:06:35 +0100" startDate="2018-01-15 09:28:04 +0100" endDate="2018-01-15 09:35:56 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 10:06:35 +0100" startDate="2018-01-15 09:35:56 +0100" endDate="2018-01-15 09:45:55 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 10:06:35 +0100" startDate="2018-01-15 09:45:55 +0100" endDate="2018-01-15 09:55:50 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 10:06:35 +0100" startDate="2018-01-15 09:55:50 +0100" endDate="2018-01-15 10:00:15 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 11:02:48 +0100" startDate="2018-01-15 10:07:52 +0100" endDate="2018-01-15 10:16:43 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 11:02:48 +0100" startDate="2018-01-15 10:27:06 +0100" endDate="2018-01-15 10:37:05 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 11:02:48 +0100" startDate="2018-01-15 10:37:05 +0100" endDate="2018-01-15 10:46:14 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 12:03:42 +0100" startDate="2018-01-15 10:54:11 +0100" endDate="2018-01-15 11:02:49 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 12:03:42 +0100" startDate="2018-01-15 11:06:40 +0100" endDate="2018-01-15 11:12:48 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 12:03:42 +0100" startDate="2018-01-15 11:23:41 +0100" endDate="2018-01-15 11:33:40 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 12:03:42 +0100" startDate="2018-01-15 11:33:40 +0100" endDate="2018-01-15 11:43:40 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 12:03:42 +0100" startDate="2018-01-15 11:43:40 +0100" endDate="2018-01-15 11:50:02 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 13:06:45 +0100" startDate="2018-01-15 12:01:13 +0100" endDate="2018-01-15 12:11:12 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 13:06:45 +0100" startDate="2018-01-15 12:11:12 +0100" endDate="2018-01-15 12:19:09 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 13:06:45 +0100" startDate="2018-01-15 12:24:12 +0100" endDate="2018-01-15 12:30:33 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 13:06:45 +0100" startDate="2018-01-15 12:30:33 +0100" endDate="2018-01-15 12:37:23 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 14:03:08 +0100" startDate="2018-01-15 13:17:04 +0100" endDate="2018-01-15 13:24:49 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 14:03:08 +0100" startDate="2018-01-15 13:24:49 +0100" endDate="2018-01-15 13:28:53 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 14:03:08 +0100" startDate="2018-01-15 13:37:52 +0100" endDate="2018-01-15 13:47:10 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 14:03:08 +0100" startDate="2018-01-15 13:47:10 +0100" endDate="2018-01-15 13:57:09 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 15:03:17 +0100" startDate="2018-01-15 13:57:09 +0100" endDate="2018-01-15 14:02:10 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 15:03:17 +0100" startDate="2018-01-15 14:17:40 +0100" endDate="2018-01-15 14:27:40 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 15:03:17 +0100" startDate="2018-01-15 14:27:40 +0100" endDate="2018-01-15 14:34:24 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 16:03:52 +0100" startDate="2018-01-15 15:27:47 +0100" endDate="2018-01-15 15:35:39 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 17:02:14 +0100" startDate="2018-01-15 15:58:46 +0100" endDate="2018-01-15 16:05:31 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 17:02:14 +0100" startDate="2018-01-15 16:05:31 +0100" endDate="2018-01-15 16:11:30 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 17:02:14 +0100" startDate="2018-01-15 16:21:50 +0100" endDate="2018-01-15 16:27:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 17:02:14 +0100" startDate="2018-01-15 16:27:55 +0100" endDate="2018-01-15 16:37:55 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 17:02:14 +0100" startDate="2018-01-15 16:37:55 +0100" endDate="2018-01-15 16:47:14 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 17:02:14 +0100" startDate="2018-01-15 16:47:14 +0100" endDate="2018-01-15 16:57:12 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 18:03:25 +0100" startDate="2018-01-15 16:57:12 +0100" endDate="2018-01-15 17:07:09 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 18:03:25 +0100" startDate="2018-01-15 17:07:09 +0100" endDate="2018-01-15 17:14:41 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 18:03:25 +0100" startDate="2018-01-15 17:14:41 +0100" endDate="2018-01-15 17:24:41 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 18:03:25 +0100" startDate="2018-01-15 17:24:41 +0100" endDate="2018-01-15 17:32:26 +0100" value="654"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 18:03:25 +0100" startDate="2018-01-15 17:46:23 +0100" endDate="2018-01-15 17:56:22 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 19:02:10 +0100" startDate="2018-01-15 17:56:22 +0100" endDate="2018-01-15 17:58:28 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 19:02:10 +0100" startDate="2018-01-15 18:02:27 +0100" endDate="2018-01-15 18:09:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 19:02:10 +0100" startDate="2018-01-15 18:38:58 +0100" endDate="2018-01-15 18:47:47 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 19:02:10 +0100" startDate="2018-01-15 18:47:47 +0100" endDate="2018-01-15 18:57:32 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 20:03:31 +0100" startDate="2018-01-15 19:07:06 +0100" endDate="2018-01-15 19:17:05 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 20:03:31 +0100" startDate="2018-01-15 19:17:05 +0100" endDate="2018-01-15 19:24:17 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 20:03:31 +0100" startDate="2018-01-15 19:24:58 +0100" endDate="2018-01-15 19:34:56 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 20:03:31 +0100" startDate="2018-01-15 19:34:56 +0100" endDate="2018-01-15 19:42:55 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 20:03:31 +0100" startDate="2018-01-15 19:49:40 +0100" endDate="2018-01-15 19:59:36 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-15 21:04:52 +0100" startDate="2018-01-15 19:59:36 +0100" endDate="2018-01-15 20:05:30 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 08:02:49 +0100" startDate="2018-01-16 07:05:03 +0100" endDate="2018-01-16 07:14:38 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 08:02:49 +0100" startDate="2018-01-16 07:14:38 +0100" endDate="2018-01-16 07:17:56 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 08:02:49 +0100" startDate="2018-01-16 07:29:26 +0100" endDate="2018-01-16 07:36:27 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 08:02:49 +0100" startDate="2018-01-16 07:36:41 +0100" endDate="2018-01-16 07:43:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 08:02:49 +0100" startDate="2018-01-16 07:43:47 +0100" endDate="2018-01-16 07:53:47 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 09:05:54 +0100" startDate="2018-01-16 07:53:47 +0100" endDate="2018-01-16 08:02:15 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 09:05:54 +0100" startDate="2018-01-16 08:02:15 +0100" endDate="2018-01-16 08:08:43 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 09:05:54 +0100" startDate="2018-01-16 08:34:30 +0100" endDate="2018-01-16 08:44:30 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 09:05:54 +0100" startDate="2018-01-16 08:44:30 +0100" endDate="2018-01-16 08:54:27 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 09:05:54 +0100" startDate="2018-01-16 08:54:27 +0100" endDate="2018-01-16 09:04:26 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 10:05:40 +0100" startDate="2018-01-16 09:04:26 +0100" endDate="2018-01-16 09:05:56 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 10:05:40 +0100" startDate="2018-01-16 09:44:57 +0100" endDate="2018-01-16 09:54:57 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 10:05:40 +0100" startDate="2018-01-16 09:54:57 +0100" endDate="2018-01-16 10:02:09 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 12:03:39 +0100" startDate="2018-01-16 11:42:56 +0100" endDate="2018-01-16 11:51:26 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 12:03:39 +0100" startDate="2018-01-16 11:51:26 +0100" endDate="2018-01-16 11:58:25 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 13:05:15 +0100" startDate="2018-01-16 11:58:25 +0100" endDate="2018-01-16 12:08:23 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 13:05:15 +0100" startDate="2018-01-16 12:08:23 +0100" endDate="2018-01-16 12:13:15 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 13:05:15 +0100" startDate="2018-01-16 12:44:14 +0100" endDate="2018-01-16 12:54:14 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 13:05:15 +0100" startDate="2018-01-16 12:54:14 +0100" endDate="2018-01-16 13:04:12 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 14:08:20 +0100" startDate="2018-01-16 13:04:12 +0100" endDate="2018-01-16 13:12:25 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 14:08:20 +0100" startDate="2018-01-16 13:18:29 +0100" endDate="2018-01-16 13:28:28 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 14:08:20 +0100" startDate="2018-01-16 13:28:28 +0100" endDate="2018-01-16 13:38:28 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 14:08:20 +0100" startDate="2018-01-16 13:38:28 +0100" endDate="2018-01-16 13:44:43 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 14:08:20 +0100" startDate="2018-01-16 13:44:43 +0100" endDate="2018-01-16 13:50:12 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 15:04:09 +0100" startDate="2018-01-16 14:19:41 +0100" endDate="2018-01-16 14:26:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 16:02:09 +0100" startDate="2018-01-16 15:45:00 +0100" endDate="2018-01-16 15:55:00 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 17:03:57 +0100" startDate="2018-01-16 15:55:00 +0100" endDate="2018-01-16 16:04:43 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 17:03:57 +0100" startDate="2018-01-16 16:04:43 +0100" endDate="2018-01-16 16:14:42 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 17:03:57 +0100" startDate="2018-01-16 16:14:42 +0100" endDate="2018-01-16 16:19:31 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 17:03:57 +0100" startDate="2018-01-16 16:19:31 +0100" endDate="2018-01-16 16:29:23 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 17:03:57 +0100" startDate="2018-01-16 16:41:55 +0100" endDate="2018-01-16 16:48:30 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 18:03:35 +0100" startDate="2018-01-16 17:00:31 +0100" endDate="2018-01-16 17:10:30 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 18:03:35 +0100" startDate="2018-01-16 17:10:30 +0100" endDate="2018-01-16 17:20:20 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 18:03:35 +0100" startDate="2018-01-16 17:20:20 +0100" endDate="2018-01-16 17:30:17 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 18:03:35 +0100" startDate="2018-01-16 17:30:17 +0100" endDate="2018-01-16 17:31:36 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 18:03:35 +0100" startDate="2018-01-16 17:35:38 +0100" endDate="2018-01-16 17:45:36 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 18:03:35 +0100" startDate="2018-01-16 17:45:36 +0100" endDate="2018-01-16 17:55:24 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 17:55:24 +0100" endDate="2018-01-16 18:04:44 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 18:04:44 +0100" endDate="2018-01-16 18:14:44 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 18:14:44 +0100" endDate="2018-01-16 18:17:09 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 18:21:08 +0100" endDate="2018-01-16 18:31:05 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 18:31:05 +0100" endDate="2018-01-16 18:37:52 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 18:45:18 +0100" endDate="2018-01-16 18:52:22 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 18:52:22 +0100" endDate="2018-01-16 19:00:42 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 20:03:55 +0100" startDate="2018-01-16 19:10:25 +0100" endDate="2018-01-16 19:18:24 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 20:03:55 +0100" startDate="2018-01-16 19:18:24 +0100" endDate="2018-01-16 19:24:15 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 21:14:48 +0100" startDate="2018-01-16 19:58:00 +0100" endDate="2018-01-16 20:07:59 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 21:14:48 +0100" startDate="2018-01-16 20:07:59 +0100" endDate="2018-01-16 20:13:13 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 22:19:01 +0100" startDate="2018-01-16 21:22:33 +0100" endDate="2018-01-16 21:29:57 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 22:19:01 +0100" startDate="2018-01-16 21:34:17 +0100" endDate="2018-01-16 21:44:17 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 22:19:01 +0100" startDate="2018-01-16 21:44:17 +0100" endDate="2018-01-16 21:48:30 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-16 23:09:56 +0100" startDate="2018-01-16 22:11:46 +0100" endDate="2018-01-16 22:19:03 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 08:04:09 +0100" startDate="2018-01-17 07:16:54 +0100" endDate="2018-01-17 07:23:37 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 09:11:45 +0100" startDate="2018-01-17 08:01:54 +0100" endDate="2018-01-17 08:08:35 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 09:11:45 +0100" startDate="2018-01-17 08:08:35 +0100" endDate="2018-01-17 08:18:34 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 09:11:45 +0100" startDate="2018-01-17 08:18:34 +0100" endDate="2018-01-17 08:23:08 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 09:11:45 +0100" startDate="2018-01-17 08:28:58 +0100" endDate="2018-01-17 08:38:52 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 09:11:45 +0100" startDate="2018-01-17 08:38:58 +0100" endDate="2018-01-17 08:48:57 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 09:11:45 +0100" startDate="2018-01-17 08:48:57 +0100" endDate="2018-01-17 08:56:27 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 11:04:14 +0100" startDate="2018-01-17 10:18:00 +0100" endDate="2018-01-17 10:28:00 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 11:04:14 +0100" startDate="2018-01-17 10:32:58 +0100" endDate="2018-01-17 10:40:17 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 11:04:14 +0100" startDate="2018-01-17 10:48:03 +0100" endDate="2018-01-17 10:54:26 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 12:02:49 +0100" startDate="2018-01-17 11:25:02 +0100" endDate="2018-01-17 11:35:02 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 12:02:49 +0100" startDate="2018-01-17 11:35:02 +0100" endDate="2018-01-17 11:45:00 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 12:02:49 +0100" startDate="2018-01-17 11:45:00 +0100" endDate="2018-01-17 11:53:00 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 13:02:46 +0100" startDate="2018-01-17 12:02:30 +0100" endDate="2018-01-17 12:12:29 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 13:02:46 +0100" startDate="2018-01-17 12:12:29 +0100" endDate="2018-01-17 12:21:31 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 13:02:46 +0100" startDate="2018-01-17 12:21:31 +0100" endDate="2018-01-17 12:28:42 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 13:02:46 +0100" startDate="2018-01-17 12:35:06 +0100" endDate="2018-01-17 12:43:33 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 14:10:43 +0100" startDate="2018-01-17 13:02:04 +0100" endDate="2018-01-17 13:11:51 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 14:10:43 +0100" startDate="2018-01-17 13:11:51 +0100" endDate="2018-01-17 13:17:07 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 16:13:51 +0100" startDate="2018-01-17 14:54:42 +0100" endDate="2018-01-17 15:03:23 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 16:13:51 +0100" startDate="2018-01-17 15:42:28 +0100" endDate="2018-01-17 15:50:49 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 17:40:59 +0100" startDate="2018-01-17 16:29:40 +0100" endDate="2018-01-17 16:39:30 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 17:40:59 +0100" startDate="2018-01-17 16:39:30 +0100" endDate="2018-01-17 16:49:29 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 17:40:59 +0100" startDate="2018-01-17 16:49:29 +0100" endDate="2018-01-17 16:59:28 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 17:40:59 +0100" startDate="2018-01-17 16:59:28 +0100" endDate="2018-01-17 17:08:08 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 17:40:59 +0100" startDate="2018-01-17 17:27:11 +0100" endDate="2018-01-17 17:37:10 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 18:39:29 +0100" startDate="2018-01-17 17:37:10 +0100" endDate="2018-01-17 17:39:48 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 21:37:59 +0100" startDate="2018-01-17 21:11:14 +0100" endDate="2018-01-17 21:17:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 21:37:59 +0100" startDate="2018-01-17 21:17:24 +0100" endDate="2018-01-17 21:23:52 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="count" creationDate="2018-01-17 22:41:48 +0100" startDate="2018-01-17 22:09:58 +0100" endDate="2018-01-17 22:18:38 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 07:37:49 +0100" startDate="2018-01-18 07:06:36 +0100" endDate="2018-01-18 07:13:24 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 09:12:43 +0100" startDate="2018-01-18 07:34:56 +0100" endDate="2018-01-18 07:41:54 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 09:12:43 +0100" startDate="2018-01-18 07:43:56 +0100" endDate="2018-01-18 07:53:55 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 09:12:43 +0100" startDate="2018-01-18 07:53:55 +0100" endDate="2018-01-18 08:03:51 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 09:12:43 +0100" startDate="2018-01-18 08:03:51 +0100" endDate="2018-01-18 08:13:49 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 09:12:43 +0100" startDate="2018-01-18 08:13:49 +0100" endDate="2018-01-18 08:22:13 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 09:12:43 +0100" startDate="2018-01-18 08:43:41 +0100" endDate="2018-01-18 08:50:02 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 09:38:16 +0100" startDate="2018-01-18 09:05:03 +0100" endDate="2018-01-18 09:13:46 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 09:38:16 +0100" startDate="2018-01-18 09:13:46 +0100" endDate="2018-01-18 09:19:13 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 09:38:16 +0100" startDate="2018-01-18 09:19:43 +0100" endDate="2018-01-18 09:28:44 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 11:00:58 +0100" startDate="2018-01-18 09:28:44 +0100" endDate="2018-01-18 09:37:45 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 11:00:58 +0100" startDate="2018-01-18 09:45:40 +0100" endDate="2018-01-18 09:54:26 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 11:00:58 +0100" startDate="2018-01-18 09:55:40 +0100" endDate="2018-01-18 10:01:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 11:00:58 +0100" startDate="2018-01-18 10:05:57 +0100" endDate="2018-01-18 10:15:56 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 11:00:58 +0100" startDate="2018-01-18 10:15:56 +0100" endDate="2018-01-18 10:25:46 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 11:42:18 +0100" startDate="2018-01-18 10:52:29 +0100" endDate="2018-01-18 11:00:57 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 11:42:18 +0100" startDate="2018-01-18 11:06:55 +0100" endDate="2018-01-18 11:13:59 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 11:42:18 +0100" startDate="2018-01-18 11:13:59 +0100" endDate="2018-01-18 11:23:20 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 11:42:18 +0100" startDate="2018-01-18 11:24:48 +0100" endDate="2018-01-18 11:34:47 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 12:39:39 +0100" startDate="2018-01-18 11:34:47 +0100" endDate="2018-01-18 11:44:06 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 12:39:39 +0100" startDate="2018-01-18 12:04:39 +0100" endDate="2018-01-18 12:14:38 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 12:39:39 +0100" startDate="2018-01-18 12:14:38 +0100" endDate="2018-01-18 12:23:44 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 12:39:39 +0100" startDate="2018-01-18 12:23:44 +0100" endDate="2018-01-18 12:31:37 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 13:42:33 +0100" startDate="2018-01-18 12:56:09 +0100" endDate="2018-01-18 13:05:02 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 13:42:33 +0100" startDate="2018-01-18 13:17:21 +0100" endDate="2018-01-18 13:25:44 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 14:42:27 +0100" startDate="2018-01-18 13:53:35 +0100" endDate="2018-01-18 14:02:07 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 14:42:27 +0100" startDate="2018-01-18 14:02:07 +0100" endDate="2018-01-18 14:12:06 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 14:42:27 +0100" startDate="2018-01-18 14:12:06 +0100" endDate="2018-01-18 14:19:05 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 14:42:27 +0100" startDate="2018-01-18 14:19:57 +0100" endDate="2018-01-18 14:26:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 16:40:01 +0100" startDate="2018-01-18 15:48:02 +0100" endDate="2018-01-18 15:54:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 16:40:01 +0100" startDate="2018-01-18 16:11:40 +0100" endDate="2018-01-18 16:21:39 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 17:39:44 +0100" startDate="2018-01-18 16:41:47 +0100" endDate="2018-01-18 16:48:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 17:39:44 +0100" startDate="2018-01-18 16:55:50 +0100" endDate="2018-01-18 17:05:49 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 17:39:44 +0100" startDate="2018-01-18 17:05:49 +0100" endDate="2018-01-18 17:15:47 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 17:39:44 +0100" startDate="2018-01-18 17:15:47 +0100" endDate="2018-01-18 17:19:55 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 17:39:44 +0100" startDate="2018-01-18 17:24:09 +0100" endDate="2018-01-18 17:33:56 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 17:33:56 +0100" endDate="2018-01-18 17:41:15 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 17:41:15 +0100" endDate="2018-01-18 17:49:22 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 17:49:22 +0100" endDate="2018-01-18 17:59:20 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 17:59:20 +0100" endDate="2018-01-18 18:04:47 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 18:04:47 +0100" endDate="2018-01-18 18:13:15 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 18:13:15 +0100" endDate="2018-01-18 18:20:44 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 18:23:23 +0100" endDate="2018-01-18 18:33:22 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 18:33:22 +0100" endDate="2018-01-18 18:38:40 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 19:42:05 +0100" startDate="2018-01-18 18:43:23 +0100" endDate="2018-01-18 18:52:07 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 19:42:05 +0100" startDate="2018-01-18 18:56:45 +0100" endDate="2018-01-18 19:06:43 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 19:42:05 +0100" startDate="2018-01-18 19:06:43 +0100" endDate="2018-01-18 19:16:27 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 19:42:05 +0100" startDate="2018-01-18 19:19:18 +0100" endDate="2018-01-18 19:29:18 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 19:42:05 +0100" startDate="2018-01-18 19:29:18 +0100" endDate="2018-01-18 19:38:44 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 20:40:11 +0100" startDate="2018-01-18 19:38:44 +0100" endDate="2018-01-18 19:46:10 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 20:40:11 +0100" startDate="2018-01-18 20:18:01 +0100" endDate="2018-01-18 20:24:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 23:12:09 +0100" startDate="2018-01-18 22:43:53 +0100" endDate="2018-01-18 22:53:29 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 23:12:09 +0100" startDate="2018-01-18 22:53:29 +0100" endDate="2018-01-18 23:03:27 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-18 23:39:14 +0100" startDate="2018-01-18 23:03:27 +0100" endDate="2018-01-18 23:12:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 07:42:04 +0100" startDate="2018-01-19 07:03:02 +0100" endDate="2018-01-19 07:12:31 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 07:42:04 +0100" startDate="2018-01-19 07:12:31 +0100" endDate="2018-01-19 07:16:31 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 07:42:04 +0100" startDate="2018-01-19 07:28:08 +0100" endDate="2018-01-19 07:37:01 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 08:38:10 +0100" startDate="2018-01-19 07:37:01 +0100" endDate="2018-01-19 07:46:59 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 08:38:10 +0100" startDate="2018-01-19 07:46:59 +0100" endDate="2018-01-19 07:56:58 +0100" value="1146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 08:38:10 +0100" startDate="2018-01-19 07:56:58 +0100" endDate="2018-01-19 08:03:22 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 08:38:10 +0100" startDate="2018-01-19 08:09:32 +0100" endDate="2018-01-19 08:16:10 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 08:38:10 +0100" startDate="2018-01-19 08:16:10 +0100" endDate="2018-01-19 08:26:08 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 08:38:10 +0100" startDate="2018-01-19 08:26:08 +0100" endDate="2018-01-19 08:31:11 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 09:45:12 +0100" startDate="2018-01-19 08:46:55 +0100" endDate="2018-01-19 08:55:18 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 10:42:37 +0100" startDate="2018-01-19 10:23:01 +0100" endDate="2018-01-19 10:32:50 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 11:39:48 +0100" startDate="2018-01-19 11:16:55 +0100" endDate="2018-01-19 11:26:55 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 11:39:48 +0100" startDate="2018-01-19 11:26:55 +0100" endDate="2018-01-19 11:36:55 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 12:40:14 +0100" startDate="2018-01-19 11:36:55 +0100" endDate="2018-01-19 11:39:48 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 12:40:14 +0100" startDate="2018-01-19 11:53:30 +0100" endDate="2018-01-19 12:03:29 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 12:40:14 +0100" startDate="2018-01-19 12:03:29 +0100" endDate="2018-01-19 12:13:10 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 12:40:14 +0100" startDate="2018-01-19 12:13:10 +0100" endDate="2018-01-19 12:22:41 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 12:40:14 +0100" startDate="2018-01-19 12:25:43 +0100" endDate="2018-01-19 12:32:22 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 13:50:47 +0100" startDate="2018-01-19 12:32:22 +0100" endDate="2018-01-19 12:42:20 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 13:50:47 +0100" startDate="2018-01-19 12:42:20 +0100" endDate="2018-01-19 12:52:20 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 13:50:47 +0100" startDate="2018-01-19 12:52:20 +0100" endDate="2018-01-19 12:55:39 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 13:50:47 +0100" startDate="2018-01-19 13:19:53 +0100" endDate="2018-01-19 13:29:53 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 13:50:47 +0100" startDate="2018-01-19 13:29:53 +0100" endDate="2018-01-19 13:39:45 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 13:50:47 +0100" startDate="2018-01-19 13:39:45 +0100" endDate="2018-01-19 13:43:00 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 14:40:51 +0100" startDate="2018-01-19 13:43:00 +0100" endDate="2018-01-19 13:52:58 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 14:40:51 +0100" startDate="2018-01-19 13:52:58 +0100" endDate="2018-01-19 13:58:10 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 14:40:51 +0100" startDate="2018-01-19 14:00:04 +0100" endDate="2018-01-19 14:10:02 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 14:40:51 +0100" startDate="2018-01-19 14:10:02 +0100" endDate="2018-01-19 14:12:59 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 17:39:32 +0100" startDate="2018-01-19 16:39:56 +0100" endDate="2018-01-19 16:49:53 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 17:39:32 +0100" startDate="2018-01-19 16:49:53 +0100" endDate="2018-01-19 16:59:52 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 17:39:32 +0100" startDate="2018-01-19 16:59:52 +0100" endDate="2018-01-19 17:09:47 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 17:39:32 +0100" startDate="2018-01-19 17:09:47 +0100" endDate="2018-01-19 17:18:54 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 17:39:32 +0100" startDate="2018-01-19 17:18:54 +0100" endDate="2018-01-19 17:23:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 18:40:34 +0100" startDate="2018-01-19 18:08:46 +0100" endDate="2018-01-19 18:18:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 19:40:56 +0100" startDate="2018-01-19 18:35:02 +0100" endDate="2018-01-19 18:44:45 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 19:40:56 +0100" startDate="2018-01-19 18:44:45 +0100" endDate="2018-01-19 18:49:23 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 19:40:56 +0100" startDate="2018-01-19 19:12:50 +0100" endDate="2018-01-19 19:19:26 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 19:40:56 +0100" startDate="2018-01-19 19:20:21 +0100" endDate="2018-01-19 19:26:57 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-19 20:41:04 +0100" startDate="2018-01-19 19:47:06 +0100" endDate="2018-01-19 19:54:30 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 01:03:09 +0100" startDate="2018-01-20 00:17:22 +0100" endDate="2018-01-20 00:25:50 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 01:03:09 +0100" startDate="2018-01-20 00:25:50 +0100" endDate="2018-01-20 00:35:48 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 01:03:09 +0100" startDate="2018-01-20 00:35:48 +0100" endDate="2018-01-20 00:43:27 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 01:03:09 +0100" startDate="2018-01-20 00:43:27 +0100" endDate="2018-01-20 00:53:26 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 00:53:26 +0100" endDate="2018-01-20 01:00:09 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:00:09 +0100" endDate="2018-01-20 01:08:29 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:08:29 +0100" endDate="2018-01-20 01:18:27 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:18:27 +0100" endDate="2018-01-20 01:28:26 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:28:26 +0100" endDate="2018-01-20 01:38:20 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:38:20 +0100" endDate="2018-01-20 01:48:13 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:48:13 +0100" endDate="2018-01-20 01:57:46 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:57:46 +0100" endDate="2018-01-20 02:07:45 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 03:09:46 +0100" startDate="2018-01-20 02:07:45 +0100" endDate="2018-01-20 02:14:40 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 03:09:46 +0100" startDate="2018-01-20 02:14:40 +0100" endDate="2018-01-20 02:24:36 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 03:09:46 +0100" startDate="2018-01-20 02:24:36 +0100" endDate="2018-01-20 02:33:28 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 03:09:46 +0100" startDate="2018-01-20 02:33:28 +0100" endDate="2018-01-20 02:43:27 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 03:09:46 +0100" startDate="2018-01-20 02:43:27 +0100" endDate="2018-01-20 02:53:24 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 03:09:46 +0100" startDate="2018-01-20 02:53:24 +0100" endDate="2018-01-20 03:01:48 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 03:57:20 +0100" startDate="2018-01-20 03:01:48 +0100" endDate="2018-01-20 03:11:47 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 03:57:20 +0100" startDate="2018-01-20 03:11:47 +0100" endDate="2018-01-20 03:21:47 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 03:57:20 +0100" startDate="2018-01-20 03:21:47 +0100" endDate="2018-01-20 03:31:36 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 03:51:09 +0100" endDate="2018-01-20 03:59:09 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 03:59:09 +0100" endDate="2018-01-20 04:09:06 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 04:09:06 +0100" endDate="2018-01-20 04:19:04 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 04:19:04 +0100" endDate="2018-01-20 04:26:49 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 04:26:49 +0100" endDate="2018-01-20 04:31:42 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 07:42:57 +0100" endDate="2018-01-20 07:49:14 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 07:49:14 +0100" endDate="2018-01-20 07:55:42 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 09:06:57 +0100" endDate="2018-01-20 09:13:46 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 09:13:46 +0100" endDate="2018-01-20 09:20:49 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 10:02:43 +0100" endDate="2018-01-20 10:12:10 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 10:12:10 +0100" endDate="2018-01-20 10:16:18 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 10:26:11 +0100" endDate="2018-01-20 10:36:11 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 10:51:58 +0100" startDate="2018-01-20 10:36:11 +0100" endDate="2018-01-20 10:39:06 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 11:08:12 +0100" startDate="2018-01-20 10:48:47 +0100" endDate="2018-01-20 10:57:03 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 11:47:10 +0100" startDate="2018-01-20 10:57:03 +0100" endDate="2018-01-20 11:06:57 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 11:47:10 +0100" startDate="2018-01-20 11:06:57 +0100" endDate="2018-01-20 11:16:38 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 11:47:10 +0100" startDate="2018-01-20 11:16:38 +0100" endDate="2018-01-20 11:26:36 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 11:47:10 +0100" startDate="2018-01-20 11:26:36 +0100" endDate="2018-01-20 11:36:34 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 11:47:10 +0100" startDate="2018-01-20 11:36:34 +0100" endDate="2018-01-20 11:44:19 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 11:44:19 +0100" endDate="2018-01-20 11:54:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 11:54:17 +0100" endDate="2018-01-20 12:00:45 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 12:00:45 +0100" endDate="2018-01-20 12:10:43 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 12:10:43 +0100" endDate="2018-01-20 12:20:42 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 12:20:42 +0100" endDate="2018-01-20 12:30:40 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 12:30:40 +0100" endDate="2018-01-20 12:40:39 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 12:40:39 +0100" endDate="2018-01-20 12:49:43 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 13:47:25 +0100" startDate="2018-01-20 12:49:43 +0100" endDate="2018-01-20 12:58:09 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 13:47:25 +0100" startDate="2018-01-20 12:58:09 +0100" endDate="2018-01-20 13:03:51 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 14:47:52 +0100" startDate="2018-01-20 13:41:12 +0100" endDate="2018-01-20 13:51:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 14:47:52 +0100" startDate="2018-01-20 13:51:12 +0100" endDate="2018-01-20 13:53:47 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 14:47:52 +0100" startDate="2018-01-20 14:13:54 +0100" endDate="2018-01-20 14:23:53 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 14:47:52 +0100" startDate="2018-01-20 14:23:53 +0100" endDate="2018-01-20 14:33:40 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 15:46:40 +0100" startDate="2018-01-20 15:33:34 +0100" endDate="2018-01-20 15:43:32 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 16:46:40 +0100" startDate="2018-01-20 15:43:32 +0100" endDate="2018-01-20 15:52:52 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 17:53:24 +0100" startDate="2018-01-20 16:46:47 +0100" endDate="2018-01-20 16:56:46 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 17:53:24 +0100" startDate="2018-01-20 16:56:46 +0100" endDate="2018-01-20 17:04:03 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 17:53:24 +0100" startDate="2018-01-20 17:04:03 +0100" endDate="2018-01-20 17:10:18 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 17:53:24 +0100" startDate="2018-01-20 17:10:18 +0100" endDate="2018-01-20 17:16:12 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 17:53:24 +0100" startDate="2018-01-20 17:33:39 +0100" endDate="2018-01-20 17:43:23 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 18:47:15 +0100" startDate="2018-01-20 17:58:22 +0100" endDate="2018-01-20 18:06:35 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 19:47:41 +0100" startDate="2018-01-20 19:15:14 +0100" endDate="2018-01-20 19:21:45 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 19:47:41 +0100" startDate="2018-01-20 19:28:05 +0100" endDate="2018-01-20 19:36:04 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-20 22:29:13 +0100" startDate="2018-01-20 21:54:56 +0100" endDate="2018-01-20 22:04:23 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 07:51:54 +0100" startDate="2018-01-21 07:20:39 +0100" endDate="2018-01-21 07:27:20 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 08:47:29 +0100" startDate="2018-01-21 07:52:42 +0100" endDate="2018-01-21 08:02:34 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 08:47:29 +0100" startDate="2018-01-21 08:25:50 +0100" endDate="2018-01-21 08:35:20 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 08:47:29 +0100" startDate="2018-01-21 08:35:20 +0100" endDate="2018-01-21 08:40:01 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 10:52:08 +0100" startDate="2018-01-21 09:46:20 +0100" endDate="2018-01-21 09:52:51 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 10:52:08 +0100" startDate="2018-01-21 09:58:05 +0100" endDate="2018-01-21 10:04:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 12:56:21 +0100" startDate="2018-01-21 11:48:58 +0100" endDate="2018-01-21 11:56:55 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 13:48:11 +0100" startDate="2018-01-21 13:02:14 +0100" endDate="2018-01-21 13:11:39 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 13:48:11 +0100" startDate="2018-01-21 13:11:39 +0100" endDate="2018-01-21 13:13:57 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 13:46:39 +0100" endDate="2018-01-21 13:55:04 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 13:55:04 +0100" endDate="2018-01-21 14:04:40 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 14:04:40 +0100" endDate="2018-01-21 14:13:56 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 14:13:56 +0100" endDate="2018-01-21 14:20:00 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 14:20:00 +0100" endDate="2018-01-21 14:29:49 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 14:29:49 +0100" endDate="2018-01-21 14:39:28 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 14:39:28 +0100" endDate="2018-01-21 14:47:40 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 15:49:12 +0100" startDate="2018-01-21 14:47:40 +0100" endDate="2018-01-21 14:57:36 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 15:49:12 +0100" startDate="2018-01-21 14:57:36 +0100" endDate="2018-01-21 15:07:35 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 15:49:12 +0100" startDate="2018-01-21 15:07:35 +0100" endDate="2018-01-21 15:17:32 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 15:49:12 +0100" startDate="2018-01-21 15:17:32 +0100" endDate="2018-01-21 15:25:12 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 15:49:12 +0100" startDate="2018-01-21 15:25:12 +0100" endDate="2018-01-21 15:34:17 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 15:49:12 +0100" startDate="2018-01-21 15:34:17 +0100" endDate="2018-01-21 15:43:23 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 16:53:58 +0100" startDate="2018-01-21 15:43:23 +0100" endDate="2018-01-21 15:52:43 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 16:53:58 +0100" startDate="2018-01-21 15:52:43 +0100" endDate="2018-01-21 16:02:35 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 16:53:58 +0100" startDate="2018-01-21 16:02:35 +0100" endDate="2018-01-21 16:12:34 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 16:53:58 +0100" startDate="2018-01-21 16:12:34 +0100" endDate="2018-01-21 16:18:19 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 16:53:58 +0100" startDate="2018-01-21 16:20:20 +0100" endDate="2018-01-21 16:29:55 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 16:53:58 +0100" startDate="2018-01-21 16:29:55 +0100" endDate="2018-01-21 16:34:45 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 17:49:04 +0100" startDate="2018-01-21 16:54:59 +0100" endDate="2018-01-21 17:01:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 18:46:57 +0100" startDate="2018-01-21 17:46:38 +0100" endDate="2018-01-21 17:56:36 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 18:46:57 +0100" startDate="2018-01-21 17:56:36 +0100" endDate="2018-01-21 18:06:34 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 18:46:57 +0100" startDate="2018-01-21 18:06:34 +0100" endDate="2018-01-21 18:16:32 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 18:46:57 +0100" startDate="2018-01-21 18:16:32 +0100" endDate="2018-01-21 18:20:42 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 18:46:57 +0100" startDate="2018-01-21 18:26:13 +0100" endDate="2018-01-21 18:36:13 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 18:46:57 +0100" startDate="2018-01-21 18:36:13 +0100" endDate="2018-01-21 18:45:30 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 19:52:53 +0100" startDate="2018-01-21 18:53:50 +0100" endDate="2018-01-21 19:01:07 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 19:52:53 +0100" startDate="2018-01-21 19:01:07 +0100" endDate="2018-01-21 19:09:58 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 20:50:11 +0100" startDate="2018-01-21 19:53:37 +0100" endDate="2018-01-21 20:03:36 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 20:50:11 +0100" startDate="2018-01-21 20:03:36 +0100" endDate="2018-01-21 20:13:34 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 20:50:11 +0100" startDate="2018-01-21 20:19:45 +0100" endDate="2018-01-21 20:26:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-21 20:50:11 +0100" startDate="2018-01-21 20:30:59 +0100" endDate="2018-01-21 20:37:32 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 06:46:54 +0100" startDate="2018-01-22 06:16:07 +0100" endDate="2018-01-22 06:25:06 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 07:46:58 +0100" startDate="2018-01-22 06:38:10 +0100" endDate="2018-01-22 06:48:04 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 07:46:58 +0100" startDate="2018-01-22 06:48:04 +0100" endDate="2018-01-22 06:53:56 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 07:46:58 +0100" startDate="2018-01-22 06:53:56 +0100" endDate="2018-01-22 07:01:36 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 07:46:58 +0100" startDate="2018-01-22 07:13:25 +0100" endDate="2018-01-22 07:20:13 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 07:46:58 +0100" startDate="2018-01-22 07:21:51 +0100" endDate="2018-01-22 07:29:18 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 07:46:58 +0100" startDate="2018-01-22 07:29:18 +0100" endDate="2018-01-22 07:39:18 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 08:50:17 +0100" startDate="2018-01-22 07:39:18 +0100" endDate="2018-01-22 07:45:25 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 08:50:17 +0100" startDate="2018-01-22 07:50:55 +0100" endDate="2018-01-22 08:00:54 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 08:50:17 +0100" startDate="2018-01-22 08:00:54 +0100" endDate="2018-01-22 08:02:39 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 08:50:17 +0100" startDate="2018-01-22 08:05:38 +0100" endDate="2018-01-22 08:13:15 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 09:53:55 +0100" startDate="2018-01-22 09:05:09 +0100" endDate="2018-01-22 09:11:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 09:53:55 +0100" startDate="2018-01-22 09:20:30 +0100" endDate="2018-01-22 09:30:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 09:53:55 +0100" startDate="2018-01-22 09:30:24 +0100" endDate="2018-01-22 09:36:36 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 09:53:55 +0100" startDate="2018-01-22 09:40:08 +0100" endDate="2018-01-22 09:46:59 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 11:51:01 +0100" startDate="2018-01-22 10:53:23 +0100" endDate="2018-01-22 11:03:23 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 11:51:01 +0100" startDate="2018-01-22 11:03:23 +0100" endDate="2018-01-22 11:05:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 11:51:01 +0100" startDate="2018-01-22 11:24:47 +0100" endDate="2018-01-22 11:32:03 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 12:46:37 +0100" startDate="2018-01-22 11:41:56 +0100" endDate="2018-01-22 11:51:12 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 12:46:37 +0100" startDate="2018-01-22 11:51:12 +0100" endDate="2018-01-22 12:01:10 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 12:46:37 +0100" startDate="2018-01-22 12:01:10 +0100" endDate="2018-01-22 12:10:56 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 12:46:37 +0100" startDate="2018-01-22 12:10:56 +0100" endDate="2018-01-22 12:13:21 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 12:46:37 +0100" startDate="2018-01-22 12:30:13 +0100" endDate="2018-01-22 12:40:12 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 13:53:55 +0100" startDate="2018-01-22 12:40:12 +0100" endDate="2018-01-22 12:50:03 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 13:53:55 +0100" startDate="2018-01-22 12:50:03 +0100" endDate="2018-01-22 12:57:19 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 13:53:55 +0100" startDate="2018-01-22 12:57:46 +0100" endDate="2018-01-22 13:07:46 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 13:53:55 +0100" startDate="2018-01-22 13:07:46 +0100" endDate="2018-01-22 13:09:38 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 13:53:55 +0100" startDate="2018-01-22 13:16:24 +0100" endDate="2018-01-22 13:25:48 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 13:53:55 +0100" startDate="2018-01-22 13:25:48 +0100" endDate="2018-01-22 13:27:37 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 15:47:16 +0100" startDate="2018-01-22 15:07:11 +0100" endDate="2018-01-22 15:17:11 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 15:47:16 +0100" startDate="2018-01-22 15:32:29 +0100" endDate="2018-01-22 15:41:25 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 16:53:54 +0100" startDate="2018-01-22 15:41:25 +0100" endDate="2018-01-22 15:47:39 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 16:53:54 +0100" startDate="2018-01-22 15:47:39 +0100" endDate="2018-01-22 15:53:09 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 17:49:05 +0100" startDate="2018-01-22 17:10:37 +0100" endDate="2018-01-22 17:17:44 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 19:00:45 +0100" startDate="2018-01-22 17:40:24 +0100" endDate="2018-01-22 17:50:21 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 19:00:45 +0100" startDate="2018-01-22 17:50:21 +0100" endDate="2018-01-22 18:00:21 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 20:08:57 +0100" endDate="2018-01-22 20:18:56 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 20:18:56 +0100" endDate="2018-01-22 20:28:47 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 20:28:47 +0100" endDate="2018-01-22 20:38:47 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 20:38:47 +0100" endDate="2018-01-22 20:48:47 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 20:48:47 +0100" endDate="2018-01-22 20:57:26 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 20:57:26 +0100" endDate="2018-01-22 21:07:24 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 21:07:24 +0100" endDate="2018-01-22 21:17:22 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 21:17:22 +0100" endDate="2018-01-22 21:27:21 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 21:27:21 +0100" endDate="2018-01-22 21:37:18 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 21:37:18 +0100" endDate="2018-01-22 21:47:16 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 21:47:16 +0100" endDate="2018-01-22 21:57:14 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 21:57:14 +0100" endDate="2018-01-22 22:07:06 +0100" value="1082"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 22:07:06 +0100" endDate="2018-01-22 22:14:07 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-22 23:01:06 +0100" startDate="2018-01-22 22:39:05 +0100" endDate="2018-01-22 22:46:07 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 07:56:02 +0100" startDate="2018-01-23 06:47:33 +0100" endDate="2018-01-23 06:55:08 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 07:56:02 +0100" startDate="2018-01-23 06:55:08 +0100" endDate="2018-01-23 07:00:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 07:56:02 +0100" startDate="2018-01-23 07:06:53 +0100" endDate="2018-01-23 07:15:23 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 07:56:02 +0100" startDate="2018-01-23 07:15:23 +0100" endDate="2018-01-23 07:24:10 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 07:56:02 +0100" startDate="2018-01-23 07:24:10 +0100" endDate="2018-01-23 07:28:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 07:56:02 +0100" startDate="2018-01-23 07:42:47 +0100" endDate="2018-01-23 07:49:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 08:57:28 +0100" startDate="2018-01-23 07:59:42 +0100" endDate="2018-01-23 08:06:33 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 08:57:28 +0100" startDate="2018-01-23 08:06:33 +0100" endDate="2018-01-23 08:16:30 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 08:57:28 +0100" startDate="2018-01-23 08:16:30 +0100" endDate="2018-01-23 08:26:29 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 08:57:28 +0100" startDate="2018-01-23 08:26:29 +0100" endDate="2018-01-23 08:26:34 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 12:00:05 +0100" startDate="2018-01-23 11:01:57 +0100" endDate="2018-01-23 11:10:53 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 12:00:05 +0100" startDate="2018-01-23 11:23:02 +0100" endDate="2018-01-23 11:31:56 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 12:00:05 +0100" startDate="2018-01-23 11:31:56 +0100" endDate="2018-01-23 11:41:55 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 12:00:05 +0100" startDate="2018-01-23 11:41:55 +0100" endDate="2018-01-23 11:48:32 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 13:02:22 +0100" startDate="2018-01-23 12:14:01 +0100" endDate="2018-01-23 12:24:00 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 13:02:22 +0100" startDate="2018-01-23 12:24:00 +0100" endDate="2018-01-23 12:33:59 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 13:02:22 +0100" startDate="2018-01-23 12:33:59 +0100" endDate="2018-01-23 12:36:07 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 14:56:33 +0100" startDate="2018-01-23 13:51:06 +0100" endDate="2018-01-23 13:58:56 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 15:59:55 +0100" startDate="2018-01-23 14:48:56 +0100" endDate="2018-01-23 14:58:56 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 15:59:55 +0100" startDate="2018-01-23 14:58:56 +0100" endDate="2018-01-23 15:03:45 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 15:59:55 +0100" startDate="2018-01-23 15:46:45 +0100" endDate="2018-01-23 15:56:44 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 16:57:46 +0100" startDate="2018-01-23 15:56:44 +0100" endDate="2018-01-23 16:06:40 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 16:57:46 +0100" startDate="2018-01-23 16:25:21 +0100" endDate="2018-01-23 16:31:21 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 16:57:46 +0100" startDate="2018-01-23 16:31:28 +0100" endDate="2018-01-23 16:39:50 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 17:57:52 +0100" startDate="2018-01-23 17:46:41 +0100" endDate="2018-01-23 17:56:41 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 19:00:13 +0100" startDate="2018-01-23 17:56:41 +0100" endDate="2018-01-23 18:03:29 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 19:00:13 +0100" startDate="2018-01-23 18:05:33 +0100" endDate="2018-01-23 18:15:32 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 19:00:13 +0100" startDate="2018-01-23 18:15:32 +0100" endDate="2018-01-23 18:23:58 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 19:56:05 +0100" startDate="2018-01-23 18:59:16 +0100" endDate="2018-01-23 19:05:47 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-23 20:56:23 +0100" startDate="2018-01-23 20:08:32 +0100" endDate="2018-01-23 20:17:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 07:56:41 +0100" startDate="2018-01-24 07:25:22 +0100" endDate="2018-01-24 07:34:59 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 07:56:41 +0100" startDate="2018-01-24 07:34:59 +0100" endDate="2018-01-24 07:36:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 08:58:35 +0100" startDate="2018-01-24 08:12:38 +0100" endDate="2018-01-24 08:19:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 08:58:35 +0100" startDate="2018-01-24 08:21:17 +0100" endDate="2018-01-24 08:31:16 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 08:58:35 +0100" startDate="2018-01-24 08:31:16 +0100" endDate="2018-01-24 08:38:45 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 10:57:41 +0100" startDate="2018-01-24 10:21:20 +0100" endDate="2018-01-24 10:27:58 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 11:57:19 +0100" startDate="2018-01-24 11:25:59 +0100" endDate="2018-01-24 11:32:55 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 11:57:19 +0100" startDate="2018-01-24 11:32:55 +0100" endDate="2018-01-24 11:42:48 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 11:57:19 +0100" startDate="2018-01-24 11:42:48 +0100" endDate="2018-01-24 11:43:44 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 12:56:02 +0100" startDate="2018-01-24 11:43:44 +0100" endDate="2018-01-24 11:43:46 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 13:58:00 +0100" startDate="2018-01-24 12:52:14 +0100" endDate="2018-01-24 13:02:13 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 13:58:00 +0100" startDate="2018-01-24 13:02:13 +0100" endDate="2018-01-24 13:05:03 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 13:58:00 +0100" startDate="2018-01-24 13:06:46 +0100" endDate="2018-01-24 13:13:32 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 13:58:00 +0100" startDate="2018-01-24 13:13:32 +0100" endDate="2018-01-24 13:21:53 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 13:58:00 +0100" startDate="2018-01-24 13:21:53 +0100" endDate="2018-01-24 13:30:02 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 13:58:00 +0100" startDate="2018-01-24 13:30:02 +0100" endDate="2018-01-24 13:37:38 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 14:56:03 +0100" startDate="2018-01-24 14:01:37 +0100" endDate="2018-01-24 14:08:46 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 14:56:03 +0100" startDate="2018-01-24 14:13:44 +0100" endDate="2018-01-24 14:21:07 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 14:56:03 +0100" startDate="2018-01-24 14:21:07 +0100" endDate="2018-01-24 14:26:20 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 14:56:03 +0100" startDate="2018-01-24 14:42:10 +0100" endDate="2018-01-24 14:51:05 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 16:00:34 +0100" startDate="2018-01-24 14:51:05 +0100" endDate="2018-01-24 14:54:14 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 16:00:34 +0100" startDate="2018-01-24 14:56:43 +0100" endDate="2018-01-24 15:05:10 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 16:00:34 +0100" startDate="2018-01-24 15:05:10 +0100" endDate="2018-01-24 15:12:46 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 16:00:34 +0100" startDate="2018-01-24 15:12:46 +0100" endDate="2018-01-24 15:19:38 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 16:00:34 +0100" startDate="2018-01-24 15:41:40 +0100" endDate="2018-01-24 15:50:23 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 16:00:34 +0100" startDate="2018-01-24 15:50:23 +0100" endDate="2018-01-24 15:55:26 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 16:56:40 +0100" startDate="2018-01-24 15:55:26 +0100" endDate="2018-01-24 16:03:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 16:56:40 +0100" startDate="2018-01-24 16:03:24 +0100" endDate="2018-01-24 16:07:05 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 16:56:40 +0100" startDate="2018-01-24 16:12:14 +0100" endDate="2018-01-24 16:21:53 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 16:56:40 +0100" startDate="2018-01-24 16:21:53 +0100" endDate="2018-01-24 16:24:31 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 17:59:15 +0100" startDate="2018-01-24 16:52:47 +0100" endDate="2018-01-24 17:02:36 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 17:59:15 +0100" startDate="2018-01-24 17:02:36 +0100" endDate="2018-01-24 17:10:19 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 18:56:20 +0100" startDate="2018-01-24 17:55:55 +0100" endDate="2018-01-24 18:05:42 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 18:56:20 +0100" startDate="2018-01-24 18:17:11 +0100" endDate="2018-01-24 18:25:47 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 18:56:20 +0100" startDate="2018-01-24 18:33:25 +0100" endDate="2018-01-24 18:41:17 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 19:58:54 +0100" startDate="2018-01-24 18:49:42 +0100" endDate="2018-01-24 18:56:09 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 19:58:54 +0100" startDate="2018-01-24 19:06:24 +0100" endDate="2018-01-24 19:12:34 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 19:58:54 +0100" startDate="2018-01-24 19:14:51 +0100" endDate="2018-01-24 19:20:56 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 20:56:40 +0100" startDate="2018-01-24 19:57:17 +0100" endDate="2018-01-24 20:03:19 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 20:56:40 +0100" startDate="2018-01-24 20:27:16 +0100" endDate="2018-01-24 20:33:44 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 22:47:22 +0100" startDate="2018-01-24 20:48:55 +0100" endDate="2018-01-24 20:55:28 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 22:47:22 +0100" startDate="2018-01-24 21:52:31 +0100" endDate="2018-01-24 21:58:34 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 23:36:35 +0100" startDate="2018-01-24 22:54:32 +0100" endDate="2018-01-24 23:04:31 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 23:36:35 +0100" startDate="2018-01-24 23:04:31 +0100" endDate="2018-01-24 23:11:58 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-24 23:36:35 +0100" startDate="2018-01-24 23:15:41 +0100" endDate="2018-01-24 23:21:46 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 06:56:13 +0100" startDate="2018-01-25 06:31:42 +0100" endDate="2018-01-25 06:38:20 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 07:57:39 +0100" startDate="2018-01-25 06:50:34 +0100" endDate="2018-01-25 06:56:44 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 07:57:39 +0100" startDate="2018-01-25 06:56:44 +0100" endDate="2018-01-25 07:01:57 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 07:57:39 +0100" startDate="2018-01-25 07:46:49 +0100" endDate="2018-01-25 07:53:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 08:57:35 +0100" startDate="2018-01-25 07:53:53 +0100" endDate="2018-01-25 08:03:52 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 08:57:35 +0100" startDate="2018-01-25 08:03:52 +0100" endDate="2018-01-25 08:13:51 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 08:57:35 +0100" startDate="2018-01-25 08:13:51 +0100" endDate="2018-01-25 08:21:15 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 09:56:41 +0100" startDate="2018-01-25 09:02:57 +0100" endDate="2018-01-25 09:09:43 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 09:56:41 +0100" startDate="2018-01-25 09:09:43 +0100" endDate="2018-01-25 09:17:50 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 12:03:48 +0100" startDate="2018-01-25 10:59:50 +0100" endDate="2018-01-25 11:08:34 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 12:03:48 +0100" startDate="2018-01-25 11:08:34 +0100" endDate="2018-01-25 11:18:33 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 12:03:48 +0100" startDate="2018-01-25 11:18:33 +0100" endDate="2018-01-25 11:18:45 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 12:03:48 +0100" startDate="2018-01-25 11:36:26 +0100" endDate="2018-01-25 11:45:01 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 12:58:55 +0100" startDate="2018-01-25 12:00:11 +0100" endDate="2018-01-25 12:10:11 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 12:58:55 +0100" startDate="2018-01-25 12:10:11 +0100" endDate="2018-01-25 12:13:14 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 12:58:55 +0100" startDate="2018-01-25 12:20:00 +0100" endDate="2018-01-25 12:28:33 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 12:58:55 +0100" startDate="2018-01-25 12:28:33 +0100" endDate="2018-01-25 12:38:08 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 12:58:55 +0100" startDate="2018-01-25 12:38:08 +0100" endDate="2018-01-25 12:38:57 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 14:01:50 +0100" startDate="2018-01-25 12:59:30 +0100" endDate="2018-01-25 13:09:29 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 14:01:50 +0100" startDate="2018-01-25 13:09:29 +0100" endDate="2018-01-25 13:19:12 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 14:01:50 +0100" startDate="2018-01-25 13:19:12 +0100" endDate="2018-01-25 13:29:09 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 14:01:50 +0100" startDate="2018-01-25 13:29:09 +0100" endDate="2018-01-25 13:30:38 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 14:01:50 +0100" startDate="2018-01-25 13:33:25 +0100" endDate="2018-01-25 13:42:30 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 14:01:50 +0100" startDate="2018-01-25 13:42:30 +0100" endDate="2018-01-25 13:45:36 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 15:00:55 +0100" startDate="2018-01-25 13:56:36 +0100" endDate="2018-01-25 14:03:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 15:00:55 +0100" startDate="2018-01-25 14:03:32 +0100" endDate="2018-01-25 14:07:48 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 15:00:55 +0100" startDate="2018-01-25 14:45:14 +0100" endDate="2018-01-25 14:52:54 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 15:56:37 +0100" startDate="2018-01-25 14:52:54 +0100" endDate="2018-01-25 15:02:45 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 15:56:37 +0100" startDate="2018-01-25 15:02:45 +0100" endDate="2018-01-25 15:12:20 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 15:56:37 +0100" startDate="2018-01-25 15:12:20 +0100" endDate="2018-01-25 15:14:10 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 16:57:52 +0100" startDate="2018-01-25 15:52:56 +0100" endDate="2018-01-25 16:00:36 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 16:57:52 +0100" startDate="2018-01-25 16:00:36 +0100" endDate="2018-01-25 16:05:44 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 16:57:52 +0100" startDate="2018-01-25 16:22:29 +0100" endDate="2018-01-25 16:31:22 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 16:57:52 +0100" startDate="2018-01-25 16:31:22 +0100" endDate="2018-01-25 16:41:20 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 16:57:52 +0100" startDate="2018-01-25 16:41:20 +0100" endDate="2018-01-25 16:51:19 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 17:56:05 +0100" startDate="2018-01-25 16:51:19 +0100" endDate="2018-01-25 17:01:12 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 17:56:05 +0100" startDate="2018-01-25 17:01:12 +0100" endDate="2018-01-25 17:02:49 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 17:56:05 +0100" startDate="2018-01-25 17:14:21 +0100" endDate="2018-01-25 17:21:17 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-25 20:44:36 +0100" startDate="2018-01-25 18:53:37 +0100" endDate="2018-01-25 19:00:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 07:17:16 +0100" startDate="2018-01-26 06:43:00 +0100" endDate="2018-01-26 06:49:36 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 07:17:16 +0100" startDate="2018-01-26 06:49:36 +0100" endDate="2018-01-26 06:53:56 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 08:13:50 +0100" startDate="2018-01-26 07:22:23 +0100" endDate="2018-01-26 07:31:30 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 08:13:50 +0100" startDate="2018-01-26 07:31:30 +0100" endDate="2018-01-26 07:41:27 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 08:13:50 +0100" startDate="2018-01-26 07:41:27 +0100" endDate="2018-01-26 07:48:15 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 08:13:50 +0100" startDate="2018-01-26 07:51:13 +0100" endDate="2018-01-26 08:01:13 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 08:13:50 +0100" startDate="2018-01-26 08:01:13 +0100" endDate="2018-01-26 08:08:23 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 09:14:27 +0100" startDate="2018-01-26 08:08:23 +0100" endDate="2018-01-26 08:13:57 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 09:14:27 +0100" startDate="2018-01-26 08:36:11 +0100" endDate="2018-01-26 08:45:51 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 09:14:27 +0100" startDate="2018-01-26 08:47:59 +0100" endDate="2018-01-26 08:57:33 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 09:14:27 +0100" startDate="2018-01-26 08:57:33 +0100" endDate="2018-01-26 09:06:29 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 10:15:47 +0100" startDate="2018-01-26 09:06:29 +0100" endDate="2018-01-26 09:14:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 10:15:47 +0100" startDate="2018-01-26 09:14:47 +0100" endDate="2018-01-26 09:24:45 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 10:15:47 +0100" startDate="2018-01-26 09:24:45 +0100" endDate="2018-01-26 09:34:44 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 10:15:47 +0100" startDate="2018-01-26 09:34:44 +0100" endDate="2018-01-26 09:42:21 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 10:15:47 +0100" startDate="2018-01-26 10:03:31 +0100" endDate="2018-01-26 10:11:11 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 12:14:54 +0100" startDate="2018-01-26 11:32:53 +0100" endDate="2018-01-26 11:42:52 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 12:14:54 +0100" startDate="2018-01-26 11:42:52 +0100" endDate="2018-01-26 11:47:07 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 13:16:16 +0100" startDate="2018-01-26 12:29:56 +0100" endDate="2018-01-26 12:39:55 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 13:16:16 +0100" startDate="2018-01-26 12:39:55 +0100" endDate="2018-01-26 12:49:10 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 13:16:16 +0100" startDate="2018-01-26 12:49:10 +0100" endDate="2018-01-26 12:56:34 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 13:16:16 +0100" startDate="2018-01-26 12:57:59 +0100" endDate="2018-01-26 13:07:58 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 14:13:27 +0100" startDate="2018-01-26 13:07:58 +0100" endDate="2018-01-26 13:17:50 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 14:13:27 +0100" startDate="2018-01-26 13:17:50 +0100" endDate="2018-01-26 13:26:31 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 15:20:36 +0100" startDate="2018-01-26 14:13:48 +0100" endDate="2018-01-26 14:22:37 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 15:20:36 +0100" startDate="2018-01-26 14:24:47 +0100" endDate="2018-01-26 14:34:43 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 15:20:36 +0100" startDate="2018-01-26 14:34:43 +0100" endDate="2018-01-26 14:38:30 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 18:16:49 +0100" startDate="2018-01-26 17:07:30 +0100" endDate="2018-01-26 17:16:56 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 18:16:49 +0100" startDate="2018-01-26 17:50:45 +0100" endDate="2018-01-26 18:00:44 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 18:16:49 +0100" startDate="2018-01-26 18:00:44 +0100" endDate="2018-01-26 18:10:37 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 19:14:30 +0100" startDate="2018-01-26 18:15:33 +0100" endDate="2018-01-26 18:25:28 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 19:14:30 +0100" startDate="2018-01-26 18:25:28 +0100" endDate="2018-01-26 18:35:27 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 19:14:30 +0100" startDate="2018-01-26 18:35:27 +0100" endDate="2018-01-26 18:37:17 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 20:18:13 +0100" startDate="2018-01-26 19:23:30 +0100" endDate="2018-01-26 19:30:20 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 22:48:21 +0100" startDate="2018-01-26 21:39:09 +0100" endDate="2018-01-26 21:48:07 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-26 22:48:21 +0100" startDate="2018-01-26 21:48:07 +0100" endDate="2018-01-26 21:49:49 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-27 01:39:03 +0100" startDate="2018-01-27 01:19:04 +0100" endDate="2018-01-27 01:25:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-27 11:18:26 +0100" startDate="2018-01-27 10:47:12 +0100" endDate="2018-01-27 10:55:57 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-27 11:18:26 +0100" startDate="2018-01-27 10:55:57 +0100" endDate="2018-01-27 11:03:36 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-27 12:18:58 +0100" startDate="2018-01-27 11:35:46 +0100" endDate="2018-01-27 11:43:25 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-27 12:18:58 +0100" startDate="2018-01-27 12:06:34 +0100" endDate="2018-01-27 12:14:53 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-27 13:19:16 +0100" startDate="2018-01-27 12:14:53 +0100" endDate="2018-01-27 12:18:59 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-27 18:18:20 +0100" startDate="2018-01-27 17:32:12 +0100" endDate="2018-01-27 17:42:09 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-27 19:15:22 +0100" startDate="2018-01-27 18:57:44 +0100" endDate="2018-01-27 19:06:15 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-27 23:07:59 +0100" startDate="2018-01-27 22:45:06 +0100" endDate="2018-01-27 22:52:42 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-27 23:07:59 +0100" startDate="2018-01-27 22:57:23 +0100" endDate="2018-01-27 23:07:16 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-27 23:51:47 +0100" startDate="2018-01-27 23:07:16 +0100" endDate="2018-01-27 23:15:10 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-28 01:37:43 +0100" startDate="2018-01-28 01:11:35 +0100" endDate="2018-01-28 01:18:29 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-28 09:14:45 +0100" startDate="2018-01-28 08:31:40 +0100" endDate="2018-01-28 08:40:33 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-28 10:18:47 +0100" startDate="2018-01-28 09:55:28 +0100" endDate="2018-01-28 10:01:43 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-28 20:32:05 +0100" startDate="2018-01-28 18:15:50 +0100" endDate="2018-01-28 18:24:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-28 21:47:29 +0100" startDate="2018-01-28 20:23:13 +0100" endDate="2018-01-28 20:33:12 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-28 21:47:29 +0100" startDate="2018-01-28 20:33:12 +0100" endDate="2018-01-28 20:34:13 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-28 22:17:22 +0100" startDate="2018-01-28 21:41:00 +0100" endDate="2018-01-28 21:48:45 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 08:24:37 +0100" startDate="2018-01-29 07:46:14 +0100" endDate="2018-01-29 07:56:14 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 08:24:37 +0100" startDate="2018-01-29 07:56:14 +0100" endDate="2018-01-29 08:00:37 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 08:24:37 +0100" startDate="2018-01-29 08:04:34 +0100" endDate="2018-01-29 08:14:32 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 08:24:37 +0100" startDate="2018-01-29 08:14:32 +0100" endDate="2018-01-29 08:16:06 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 09:18:00 +0100" startDate="2018-01-29 08:16:06 +0100" endDate="2018-01-29 08:26:04 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 09:18:00 +0100" startDate="2018-01-29 08:26:04 +0100" endDate="2018-01-29 08:35:26 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 09:18:00 +0100" startDate="2018-01-29 08:43:32 +0100" endDate="2018-01-29 08:51:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 09:18:00 +0100" startDate="2018-01-29 08:58:53 +0100" endDate="2018-01-29 09:06:19 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 09:18:00 +0100" startDate="2018-01-29 09:06:19 +0100" endDate="2018-01-29 09:09:32 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 10:18:04 +0100" startDate="2018-01-29 09:21:51 +0100" endDate="2018-01-29 09:28:32 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 10:18:04 +0100" startDate="2018-01-29 09:31:58 +0100" endDate="2018-01-29 09:41:14 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 10:18:04 +0100" startDate="2018-01-29 09:49:33 +0100" endDate="2018-01-29 09:59:19 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 10:18:04 +0100" startDate="2018-01-29 09:59:19 +0100" endDate="2018-01-29 10:05:28 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 11:22:23 +0100" startDate="2018-01-29 10:15:24 +0100" endDate="2018-01-29 10:18:04 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 13:22:47 +0100" startDate="2018-01-29 12:10:22 +0100" endDate="2018-01-29 12:19:03 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 13:22:47 +0100" startDate="2018-01-29 12:22:50 +0100" endDate="2018-01-29 12:29:51 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 13:22:47 +0100" startDate="2018-01-29 12:48:40 +0100" endDate="2018-01-29 12:54:53 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 13:22:47 +0100" startDate="2018-01-29 13:01:34 +0100" endDate="2018-01-29 13:10:53 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 13:22:47 +0100" startDate="2018-01-29 13:10:53 +0100" endDate="2018-01-29 13:17:46 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 14:23:00 +0100" startDate="2018-01-29 13:17:46 +0100" endDate="2018-01-29 13:22:22 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 14:23:00 +0100" startDate="2018-01-29 13:25:48 +0100" endDate="2018-01-29 13:35:25 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 14:23:00 +0100" startDate="2018-01-29 13:35:25 +0100" endDate="2018-01-29 13:37:28 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 14:23:00 +0100" startDate="2018-01-29 13:56:45 +0100" endDate="2018-01-29 14:04:39 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 15:23:04 +0100" startDate="2018-01-29 14:27:45 +0100" endDate="2018-01-29 14:36:41 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-29 19:41:09 +0100" startDate="2018-01-29 19:26:23 +0100" endDate="2018-01-29 19:33:25 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 00:34:38 +0100" startDate="2018-01-29 23:48:58 +0100" endDate="2018-01-29 23:55:06 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 06:49:12 +0100" startDate="2018-01-30 06:18:13 +0100" endDate="2018-01-30 06:24:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 08:22:05 +0100" startDate="2018-01-30 07:55:36 +0100" endDate="2018-01-30 08:05:04 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 08:22:05 +0100" startDate="2018-01-30 08:05:04 +0100" endDate="2018-01-30 08:09:29 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 09:20:16 +0100" startDate="2018-01-30 09:09:11 +0100" endDate="2018-01-30 09:16:17 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 12:20:31 +0100" startDate="2018-01-30 12:09:45 +0100" endDate="2018-01-30 12:16:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 13:19:35 +0100" startDate="2018-01-30 12:59:32 +0100" endDate="2018-01-30 13:09:21 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 13:19:35 +0100" startDate="2018-01-30 13:09:21 +0100" endDate="2018-01-30 13:16:35 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 14:18:40 +0100" startDate="2018-01-30 13:41:30 +0100" endDate="2018-01-30 13:51:03 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 14:18:40 +0100" startDate="2018-01-30 13:51:03 +0100" endDate="2018-01-30 13:58:47 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 15:18:47 +0100" startDate="2018-01-30 14:16:07 +0100" endDate="2018-01-30 14:23:59 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 15:18:47 +0100" startDate="2018-01-30 14:23:59 +0100" endDate="2018-01-30 14:28:23 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 17:21:48 +0100" startDate="2018-01-30 16:17:55 +0100" endDate="2018-01-30 16:27:54 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 17:21:48 +0100" startDate="2018-01-30 16:27:54 +0100" endDate="2018-01-30 16:28:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 18:19:09 +0100" startDate="2018-01-30 17:29:45 +0100" endDate="2018-01-30 17:36:36 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 18:19:09 +0100" startDate="2018-01-30 17:36:36 +0100" endDate="2018-01-30 17:42:24 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-30 22:17:50 +0100" startDate="2018-01-30 21:49:53 +0100" endDate="2018-01-30 21:58:51 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-31 09:20:00 +0100" startDate="2018-01-31 08:49:03 +0100" endDate="2018-01-31 08:58:31 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-31 09:20:00 +0100" startDate="2018-01-31 09:01:55 +0100" endDate="2018-01-31 09:10:33 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-31 10:17:51 +0100" startDate="2018-01-31 10:05:44 +0100" endDate="2018-01-31 10:12:57 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-31 11:17:57 +0100" startDate="2018-01-31 10:26:35 +0100" endDate="2018-01-31 10:32:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-31 11:17:57 +0100" startDate="2018-01-31 10:40:08 +0100" endDate="2018-01-31 10:49:59 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-31 11:17:57 +0100" startDate="2018-01-31 10:53:52 +0100" endDate="2018-01-31 11:02:26 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-31 11:17:57 +0100" startDate="2018-01-31 11:02:26 +0100" endDate="2018-01-31 11:09:08 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-31 12:45:15 +0100" startDate="2018-01-31 11:18:49 +0100" endDate="2018-01-31 11:27:25 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-31 12:45:15 +0100" startDate="2018-01-31 11:27:25 +0100" endDate="2018-01-31 11:33:35 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="count" creationDate="2018-01-31 12:45:15 +0100" startDate="2018-01-31 12:25:51 +0100" endDate="2018-01-31 12:32:19 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-01-31 14:18:15 +0100" startDate="2018-01-31 13:56:43 +0100" endDate="2018-01-31 14:03:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-01-31 15:17:28 +0100" startDate="2018-01-31 14:21:14 +0100" endDate="2018-01-31 14:27:34 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-01-31 17:27:42 +0100" startDate="2018-01-31 17:01:04 +0100" endDate="2018-01-31 17:07:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-01-31 18:18:30 +0100" startDate="2018-01-31 17:45:32 +0100" endDate="2018-01-31 17:55:31 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-01-31 18:18:30 +0100" startDate="2018-01-31 17:55:31 +0100" endDate="2018-01-31 17:58:22 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-01-31 20:20:09 +0100" startDate="2018-01-31 18:53:29 +0100" endDate="2018-01-31 19:03:28 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-01-31 20:20:09 +0100" startDate="2018-01-31 19:50:46 +0100" endDate="2018-01-31 19:57:29 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-01-31 23:25:53 +0100" startDate="2018-01-31 22:19:57 +0100" endDate="2018-01-31 22:26:31 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 08:22:21 +0100" startDate="2018-02-01 07:23:22 +0100" endDate="2018-02-01 07:29:37 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 10:21:56 +0100" startDate="2018-02-01 09:31:08 +0100" endDate="2018-02-01 09:38:46 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 10:21:56 +0100" startDate="2018-02-01 09:39:21 +0100" endDate="2018-02-01 09:45:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 11:17:25 +0100" startDate="2018-02-01 10:41:48 +0100" endDate="2018-02-01 10:51:45 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 11:17:25 +0100" startDate="2018-02-01 10:51:45 +0100" endDate="2018-02-01 10:53:55 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 12:18:04 +0100" startDate="2018-02-01 11:09:02 +0100" endDate="2018-02-01 11:19:02 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 12:18:04 +0100" startDate="2018-02-01 11:19:02 +0100" endDate="2018-02-01 11:28:52 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 12:18:04 +0100" startDate="2018-02-01 11:28:52 +0100" endDate="2018-02-01 11:38:13 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 12:18:04 +0100" startDate="2018-02-01 11:38:13 +0100" endDate="2018-02-01 11:48:11 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 12:18:04 +0100" startDate="2018-02-01 11:48:11 +0100" endDate="2018-02-01 11:58:10 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 12:18:04 +0100" startDate="2018-02-01 11:58:10 +0100" endDate="2018-02-01 12:05:34 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 13:21:54 +0100" startDate="2018-02-01 12:14:48 +0100" endDate="2018-02-01 12:23:39 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 13:21:54 +0100" startDate="2018-02-01 12:23:39 +0100" endDate="2018-02-01 12:31:14 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 16:22:13 +0100" startDate="2018-02-01 16:01:37 +0100" endDate="2018-02-01 16:08:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 17:17:15 +0100" startDate="2018-02-01 16:16:20 +0100" endDate="2018-02-01 16:22:56 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 18:17:26 +0100" startDate="2018-02-01 17:46:40 +0100" endDate="2018-02-01 17:52:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-01 22:47:08 +0100" startDate="2018-02-01 22:22:41 +0100" endDate="2018-02-01 22:32:10 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 00:22:43 +0100" startDate="2018-02-01 23:06:12 +0100" endDate="2018-02-01 23:12:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 07:39:24 +0100" startDate="2018-02-02 07:26:19 +0100" endDate="2018-02-02 07:34:47 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 08:43:20 +0100" startDate="2018-02-02 07:34:47 +0100" endDate="2018-02-02 07:38:34 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 08:43:20 +0100" startDate="2018-02-02 07:47:49 +0100" endDate="2018-02-02 07:57:47 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 08:43:20 +0100" startDate="2018-02-02 07:57:47 +0100" endDate="2018-02-02 08:07:14 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 08:43:20 +0100" startDate="2018-02-02 08:07:14 +0100" endDate="2018-02-02 08:17:12 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 08:43:20 +0100" startDate="2018-02-02 08:17:12 +0100" endDate="2018-02-02 08:18:56 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 11:44:20 +0100" startDate="2018-02-02 10:58:41 +0100" endDate="2018-02-02 11:08:39 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 11:44:20 +0100" startDate="2018-02-02 11:08:39 +0100" endDate="2018-02-02 11:17:31 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 11:44:20 +0100" startDate="2018-02-02 11:17:31 +0100" endDate="2018-02-02 11:27:30 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 11:44:20 +0100" startDate="2018-02-02 11:27:30 +0100" endDate="2018-02-02 11:37:27 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 12:39:18 +0100" startDate="2018-02-02 11:37:27 +0100" endDate="2018-02-02 11:46:15 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 12:39:18 +0100" startDate="2018-02-02 11:46:15 +0100" endDate="2018-02-02 11:55:44 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 12:39:18 +0100" startDate="2018-02-02 11:55:44 +0100" endDate="2018-02-02 12:03:15 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 12:39:18 +0100" startDate="2018-02-02 12:03:15 +0100" endDate="2018-02-02 12:11:40 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 12:39:18 +0100" startDate="2018-02-02 12:11:40 +0100" endDate="2018-02-02 12:19:50 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 12:39:18 +0100" startDate="2018-02-02 12:19:50 +0100" endDate="2018-02-02 12:29:49 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 13:40:37 +0100" startDate="2018-02-02 12:29:49 +0100" endDate="2018-02-02 12:39:30 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 13:40:37 +0100" startDate="2018-02-02 12:39:30 +0100" endDate="2018-02-02 12:49:01 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 13:40:37 +0100" startDate="2018-02-02 12:49:01 +0100" endDate="2018-02-02 12:56:51 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 13:40:37 +0100" startDate="2018-02-02 12:57:04 +0100" endDate="2018-02-02 13:03:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 13:40:37 +0100" startDate="2018-02-02 13:21:26 +0100" endDate="2018-02-02 13:31:23 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 14:41:17 +0100" startDate="2018-02-02 13:31:23 +0100" endDate="2018-02-02 13:41:15 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 14:41:17 +0100" startDate="2018-02-02 13:41:15 +0100" endDate="2018-02-02 13:51:15 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 14:41:17 +0100" startDate="2018-02-02 13:51:15 +0100" endDate="2018-02-02 13:57:38 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 14:41:17 +0100" startDate="2018-02-02 14:02:39 +0100" endDate="2018-02-02 14:12:32 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 14:41:17 +0100" startDate="2018-02-02 14:12:32 +0100" endDate="2018-02-02 14:22:30 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 14:41:17 +0100" startDate="2018-02-02 14:22:30 +0100" endDate="2018-02-02 14:26:13 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 17:41:12 +0100" startDate="2018-02-02 16:43:57 +0100" endDate="2018-02-02 16:51:39 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 19:12:58 +0100" startDate="2018-02-02 17:51:56 +0100" endDate="2018-02-02 17:59:22 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 19:12:58 +0100" startDate="2018-02-02 18:10:23 +0100" endDate="2018-02-02 18:19:57 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 19:12:58 +0100" startDate="2018-02-02 18:45:10 +0100" endDate="2018-02-02 18:52:09 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 19:40:53 +0100" startDate="2018-02-02 19:06:49 +0100" endDate="2018-02-02 19:16:18 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 19:40:53 +0100" startDate="2018-02-02 19:22:47 +0100" endDate="2018-02-02 19:32:46 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 20:42:04 +0100" startDate="2018-02-02 19:32:46 +0100" endDate="2018-02-02 19:34:56 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-02 20:42:04 +0100" startDate="2018-02-02 19:53:12 +0100" endDate="2018-02-02 20:01:12 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 00:00:06 +0100" startDate="2018-02-02 22:10:59 +0100" endDate="2018-02-02 22:20:28 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 11:39:32 +0100" startDate="2018-02-03 11:02:33 +0100" endDate="2018-02-03 11:08:59 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 12:39:08 +0100" startDate="2018-02-03 12:16:06 +0100" endDate="2018-02-03 12:24:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 12:39:08 +0100" startDate="2018-02-03 12:24:44 +0100" endDate="2018-02-03 12:26:30 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 13:48:18 +0100" startDate="2018-02-03 13:09:11 +0100" endDate="2018-02-03 13:19:11 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 13:48:18 +0100" startDate="2018-02-03 13:19:11 +0100" endDate="2018-02-03 13:29:10 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 13:48:18 +0100" startDate="2018-02-03 13:29:10 +0100" endDate="2018-02-03 13:39:08 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 14:39:40 +0100" startDate="2018-02-03 13:39:08 +0100" endDate="2018-02-03 13:49:07 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 17:23:20 +0100" startDate="2018-02-03 16:18:14 +0100" endDate="2018-02-03 16:24:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 17:23:20 +0100" startDate="2018-02-03 16:24:21 +0100" endDate="2018-02-03 16:29:50 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 21:01:13 +0100" startDate="2018-02-03 20:30:04 +0100" endDate="2018-02-03 20:38:55 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 21:01:13 +0100" startDate="2018-02-03 20:38:55 +0100" endDate="2018-02-03 20:47:14 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-03 22:18:00 +0100" startDate="2018-02-03 20:47:14 +0100" endDate="2018-02-03 20:47:16 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 00:22:43 +0100" startDate="2018-02-03 23:19:22 +0100" endDate="2018-02-03 23:26:13 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 11:55:53 +0100" startDate="2018-02-04 10:31:54 +0100" endDate="2018-02-04 10:38:17 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 11:55:53 +0100" startDate="2018-02-04 11:07:27 +0100" endDate="2018-02-04 11:14:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 11:55:53 +0100" startDate="2018-02-04 11:14:31 +0100" endDate="2018-02-04 11:23:22 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 11:55:53 +0100" startDate="2018-02-04 11:23:22 +0100" endDate="2018-02-04 11:26:57 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 12:43:12 +0100" startDate="2018-02-04 11:26:57 +0100" endDate="2018-02-04 11:27:48 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 12:43:12 +0100" startDate="2018-02-04 11:58:11 +0100" endDate="2018-02-04 12:04:55 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 12:43:12 +0100" startDate="2018-02-04 12:07:03 +0100" endDate="2018-02-04 12:14:32 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 12:43:12 +0100" startDate="2018-02-04 12:27:13 +0100" endDate="2018-02-04 12:34:04 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 14:11:35 +0100" startDate="2018-02-04 12:34:04 +0100" endDate="2018-02-04 12:43:46 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 14:11:35 +0100" startDate="2018-02-04 12:43:46 +0100" endDate="2018-02-04 12:51:17 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 14:11:35 +0100" startDate="2018-02-04 13:00:47 +0100" endDate="2018-02-04 13:07:40 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 14:11:35 +0100" startDate="2018-02-04 13:21:04 +0100" endDate="2018-02-04 13:28:18 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 14:41:04 +0100" startDate="2018-02-04 14:02:29 +0100" endDate="2018-02-04 14:11:46 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 14:41:04 +0100" startDate="2018-02-04 14:26:24 +0100" endDate="2018-02-04 14:35:32 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 15:42:41 +0100" startDate="2018-02-04 14:35:32 +0100" endDate="2018-02-04 14:41:04 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 15:42:41 +0100" startDate="2018-02-04 15:11:37 +0100" endDate="2018-02-04 15:21:03 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 15:42:41 +0100" startDate="2018-02-04 15:21:03 +0100" endDate="2018-02-04 15:31:02 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 15:42:41 +0100" startDate="2018-02-04 15:31:02 +0100" endDate="2018-02-04 15:39:46 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 16:44:43 +0100" startDate="2018-02-04 15:39:46 +0100" endDate="2018-02-04 15:39:49 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 16:44:43 +0100" startDate="2018-02-04 15:51:13 +0100" endDate="2018-02-04 16:00:59 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 16:44:43 +0100" startDate="2018-02-04 16:09:02 +0100" endDate="2018-02-04 16:16:49 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 16:44:43 +0100" startDate="2018-02-04 16:16:58 +0100" endDate="2018-02-04 16:26:14 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 16:44:43 +0100" startDate="2018-02-04 16:26:14 +0100" endDate="2018-02-04 16:28:57 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 21:28:54 +0100" startDate="2018-02-04 16:55:02 +0100" endDate="2018-02-04 17:05:00 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 21:28:54 +0100" startDate="2018-02-04 17:05:00 +0100" endDate="2018-02-04 17:14:59 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 21:28:54 +0100" startDate="2018-02-04 17:14:59 +0100" endDate="2018-02-04 17:24:14 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 21:28:54 +0100" startDate="2018-02-04 17:24:14 +0100" endDate="2018-02-04 17:27:38 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 21:28:54 +0100" startDate="2018-02-04 17:49:16 +0100" endDate="2018-02-04 17:56:30 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-04 21:44:37 +0100" startDate="2018-02-04 21:22:38 +0100" endDate="2018-02-04 21:31:56 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 06:18:32 +0100" startDate="2018-02-05 05:40:17 +0100" endDate="2018-02-05 05:48:49 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 06:18:32 +0100" startDate="2018-02-05 05:48:49 +0100" endDate="2018-02-05 05:54:19 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 06:45:38 +0100" startDate="2018-02-05 06:33:07 +0100" endDate="2018-02-05 06:39:45 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 07:42:12 +0100" startDate="2018-02-05 06:39:45 +0100" endDate="2018-02-05 06:44:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 07:42:12 +0100" startDate="2018-02-05 06:55:44 +0100" endDate="2018-02-05 07:04:31 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 07:42:12 +0100" startDate="2018-02-05 07:04:31 +0100" endDate="2018-02-05 07:12:55 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 07:42:12 +0100" startDate="2018-02-05 07:12:55 +0100" endDate="2018-02-05 07:22:53 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 07:42:12 +0100" startDate="2018-02-05 07:22:53 +0100" endDate="2018-02-05 07:32:11 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 08:41:49 +0100" startDate="2018-02-05 08:00:59 +0100" endDate="2018-02-05 08:10:25 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 08:41:49 +0100" startDate="2018-02-05 08:10:25 +0100" endDate="2018-02-05 08:12:45 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 09:43:04 +0100" startDate="2018-02-05 08:43:10 +0100" endDate="2018-02-05 08:51:53 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 09:43:04 +0100" startDate="2018-02-05 08:51:53 +0100" endDate="2018-02-05 09:01:26 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 09:43:04 +0100" startDate="2018-02-05 09:01:26 +0100" endDate="2018-02-05 09:06:19 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 12:46:03 +0100" startDate="2018-02-05 11:40:40 +0100" endDate="2018-02-05 11:50:38 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 12:46:03 +0100" startDate="2018-02-05 11:50:38 +0100" endDate="2018-02-05 12:00:06 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 12:46:03 +0100" startDate="2018-02-05 12:00:06 +0100" endDate="2018-02-05 12:02:29 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 12:46:03 +0100" startDate="2018-02-05 12:11:51 +0100" endDate="2018-02-05 12:21:50 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 12:46:03 +0100" startDate="2018-02-05 12:21:50 +0100" endDate="2018-02-05 12:29:51 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 12:46:03 +0100" startDate="2018-02-05 12:29:51 +0100" endDate="2018-02-05 12:39:07 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 13:44:12 +0100" startDate="2018-02-05 12:39:07 +0100" endDate="2018-02-05 12:47:18 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 13:44:12 +0100" startDate="2018-02-05 12:54:24 +0100" endDate="2018-02-05 13:03:15 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 14:42:12 +0100" startDate="2018-02-05 14:27:54 +0100" endDate="2018-02-05 14:36:35 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 15:44:35 +0100" startDate="2018-02-05 14:36:35 +0100" endDate="2018-02-05 14:38:32 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 15:44:35 +0100" startDate="2018-02-05 14:47:01 +0100" endDate="2018-02-05 14:55:01 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 15:44:35 +0100" startDate="2018-02-05 15:04:59 +0100" endDate="2018-02-05 15:14:20 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 16:42:18 +0100" startDate="2018-02-05 15:41:21 +0100" endDate="2018-02-05 15:49:31 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 16:42:18 +0100" startDate="2018-02-05 15:49:31 +0100" endDate="2018-02-05 15:57:29 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 16:42:18 +0100" startDate="2018-02-05 15:59:04 +0100" endDate="2018-02-05 16:08:22 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 16:42:18 +0100" startDate="2018-02-05 16:08:22 +0100" endDate="2018-02-05 16:12:16 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 16:42:18 +0100" startDate="2018-02-05 16:22:41 +0100" endDate="2018-02-05 16:32:40 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 17:42:22 +0100" startDate="2018-02-05 16:32:40 +0100" endDate="2018-02-05 16:42:35 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 17:42:22 +0100" startDate="2018-02-05 16:48:25 +0100" endDate="2018-02-05 16:55:49 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 17:42:22 +0100" startDate="2018-02-05 16:57:07 +0100" endDate="2018-02-05 17:07:06 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 17:42:22 +0100" startDate="2018-02-05 17:07:06 +0100" endDate="2018-02-05 17:13:26 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 17:42:22 +0100" startDate="2018-02-05 17:20:58 +0100" endDate="2018-02-05 17:28:20 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 17:42:22 +0100" startDate="2018-02-05 17:28:20 +0100" endDate="2018-02-05 17:32:25 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 17:36:33 +0100" endDate="2018-02-05 17:46:21 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 17:46:21 +0100" endDate="2018-02-05 17:54:31 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 17:54:31 +0100" endDate="2018-02-05 17:59:37 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 18:00:34 +0100" endDate="2018-02-05 18:10:32 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 18:10:32 +0100" endDate="2018-02-05 18:14:50 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 18:18:27 +0100" endDate="2018-02-05 18:28:14 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 18:28:14 +0100" endDate="2018-02-05 18:29:41 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 19:48:17 +0100" startDate="2018-02-05 18:39:38 +0100" endDate="2018-02-05 18:44:15 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 19:48:17 +0100" startDate="2018-02-05 18:44:15 +0100" endDate="2018-02-05 18:54:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 19:48:17 +0100" startDate="2018-02-05 18:54:11 +0100" endDate="2018-02-05 19:03:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 22:07:19 +0100" startDate="2018-02-05 20:48:53 +0100" endDate="2018-02-05 20:55:28 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 22:07:19 +0100" startDate="2018-02-05 21:49:21 +0100" endDate="2018-02-05 21:55:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 23:23:49 +0100" startDate="2018-02-05 22:21:33 +0100" endDate="2018-02-05 22:30:32 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 23:23:49 +0100" startDate="2018-02-05 22:34:11 +0100" endDate="2018-02-05 22:44:08 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 23:23:49 +0100" startDate="2018-02-05 22:44:08 +0100" endDate="2018-02-05 22:53:13 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-05 23:23:49 +0100" startDate="2018-02-05 23:03:24 +0100" endDate="2018-02-05 23:09:29 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 07:17:47 +0100" startDate="2018-02-06 06:44:42 +0100" endDate="2018-02-06 06:53:09 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 07:17:47 +0100" startDate="2018-02-06 06:55:01 +0100" endDate="2018-02-06 07:03:00 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 07:48:25 +0100" startDate="2018-02-06 07:10:12 +0100" endDate="2018-02-06 07:18:47 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 07:48:25 +0100" startDate="2018-02-06 07:22:52 +0100" endDate="2018-02-06 07:32:51 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 07:48:25 +0100" startDate="2018-02-06 07:32:51 +0100" endDate="2018-02-06 07:40:08 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 10:49:45 +0100" startDate="2018-02-06 10:09:04 +0100" endDate="2018-02-06 10:17:53 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 10:49:45 +0100" startDate="2018-02-06 10:17:53 +0100" endDate="2018-02-06 10:24:43 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 10:49:45 +0100" startDate="2018-02-06 10:24:43 +0100" endDate="2018-02-06 10:33:53 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 10:49:45 +0100" startDate="2018-02-06 10:33:53 +0100" endDate="2018-02-06 10:39:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 11:55:10 +0100" startDate="2018-02-06 10:39:10 +0100" endDate="2018-02-06 10:47:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 11:55:10 +0100" startDate="2018-02-06 10:52:56 +0100" endDate="2018-02-06 11:00:23 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 11:55:10 +0100" startDate="2018-02-06 11:20:46 +0100" endDate="2018-02-06 11:30:41 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 11:55:10 +0100" startDate="2018-02-06 11:30:41 +0100" endDate="2018-02-06 11:40:39 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 11:55:10 +0100" startDate="2018-02-06 11:40:39 +0100" endDate="2018-02-06 11:44:54 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 13:03:01 +0100" startDate="2018-02-06 12:09:45 +0100" endDate="2018-02-06 12:19:44 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 13:03:01 +0100" startDate="2018-02-06 12:19:44 +0100" endDate="2018-02-06 12:29:43 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 13:03:01 +0100" startDate="2018-02-06 12:34:06 +0100" endDate="2018-02-06 12:41:55 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 14:18:11 +0100" startDate="2018-02-06 13:18:33 +0100" endDate="2018-02-06 13:25:45 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 14:18:11 +0100" startDate="2018-02-06 13:53:21 +0100" endDate="2018-02-06 13:59:21 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 14:18:11 +0100" startDate="2018-02-06 13:59:21 +0100" endDate="2018-02-06 14:07:20 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 14:48:12 +0100" startDate="2018-02-06 14:27:51 +0100" endDate="2018-02-06 14:36:24 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 14:48:12 +0100" startDate="2018-02-06 14:36:24 +0100" endDate="2018-02-06 14:44:46 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 15:52:25 +0100" startDate="2018-02-06 14:49:29 +0100" endDate="2018-02-06 14:59:28 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 15:52:25 +0100" startDate="2018-02-06 14:59:28 +0100" endDate="2018-02-06 15:00:17 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 16:51:46 +0100" startDate="2018-02-06 15:54:05 +0100" endDate="2018-02-06 16:04:04 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 16:51:46 +0100" startDate="2018-02-06 16:04:04 +0100" endDate="2018-02-06 16:08:11 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 16:51:46 +0100" startDate="2018-02-06 16:12:28 +0100" endDate="2018-02-06 16:19:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 16:51:46 +0100" startDate="2018-02-06 16:19:59 +0100" endDate="2018-02-06 16:29:20 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 16:51:46 +0100" startDate="2018-02-06 16:29:20 +0100" endDate="2018-02-06 16:39:18 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 16:51:46 +0100" startDate="2018-02-06 16:39:18 +0100" endDate="2018-02-06 16:48:31 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 17:50:04 +0100" startDate="2018-02-06 16:48:31 +0100" endDate="2018-02-06 16:54:55 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 17:50:04 +0100" startDate="2018-02-06 16:54:55 +0100" endDate="2018-02-06 17:01:28 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 17:50:04 +0100" startDate="2018-02-06 17:10:47 +0100" endDate="2018-02-06 17:17:07 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 17:50:04 +0100" startDate="2018-02-06 17:31:19 +0100" endDate="2018-02-06 17:41:18 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 19:11:16 +0100" startDate="2018-02-06 17:41:18 +0100" endDate="2018-02-06 17:49:08 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 19:11:16 +0100" startDate="2018-02-06 18:20:09 +0100" endDate="2018-02-06 18:27:33 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 19:11:16 +0100" startDate="2018-02-06 18:27:33 +0100" endDate="2018-02-06 18:34:56 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 19:11:16 +0100" startDate="2018-02-06 18:34:56 +0100" endDate="2018-02-06 18:40:02 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 19:11:16 +0100" startDate="2018-02-06 18:49:52 +0100" endDate="2018-02-06 18:56:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 19:54:43 +0100" startDate="2018-02-06 19:05:22 +0100" endDate="2018-02-06 19:15:20 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 19:54:43 +0100" startDate="2018-02-06 19:15:20 +0100" endDate="2018-02-06 19:25:18 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 19:54:43 +0100" startDate="2018-02-06 19:25:18 +0100" endDate="2018-02-06 19:35:17 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 19:54:43 +0100" startDate="2018-02-06 19:35:17 +0100" endDate="2018-02-06 19:42:46 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 20:51:27 +0100" startDate="2018-02-06 19:57:47 +0100" endDate="2018-02-06 20:05:19 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 20:51:27 +0100" startDate="2018-02-06 20:05:19 +0100" endDate="2018-02-06 20:15:05 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-06 20:51:27 +0100" startDate="2018-02-06 20:15:05 +0100" endDate="2018-02-06 20:21:33 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 06:50:41 +0100" startDate="2018-02-07 06:17:01 +0100" endDate="2018-02-07 06:23:39 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 06:50:41 +0100" startDate="2018-02-07 06:23:39 +0100" endDate="2018-02-07 06:30:38 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 06:50:41 +0100" startDate="2018-02-07 06:39:48 +0100" endDate="2018-02-07 06:48:55 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 07:30:40 +0100" startDate="2018-02-07 06:48:55 +0100" endDate="2018-02-07 06:53:14 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 07:30:40 +0100" startDate="2018-02-07 07:09:06 +0100" endDate="2018-02-07 07:16:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 08:25:38 +0100" startDate="2018-02-07 07:40:51 +0100" endDate="2018-02-07 07:50:40 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 08:25:38 +0100" startDate="2018-02-07 07:50:40 +0100" endDate="2018-02-07 08:00:32 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 08:25:38 +0100" startDate="2018-02-07 08:00:32 +0100" endDate="2018-02-07 08:10:19 +0100" value="680"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 10:27:12 +0100" startDate="2018-02-07 09:52:44 +0100" endDate="2018-02-07 09:59:37 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 10:27:12 +0100" startDate="2018-02-07 10:05:57 +0100" endDate="2018-02-07 10:13:06 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 12:30:53 +0100" startDate="2018-02-07 11:23:08 +0100" endDate="2018-02-07 11:33:08 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 12:30:53 +0100" startDate="2018-02-07 11:33:08 +0100" endDate="2018-02-07 11:42:38 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 12:30:53 +0100" startDate="2018-02-07 11:42:38 +0100" endDate="2018-02-07 11:49:52 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 12:30:53 +0100" startDate="2018-02-07 12:13:57 +0100" endDate="2018-02-07 12:23:56 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 13:29:40 +0100" startDate="2018-02-07 12:23:56 +0100" endDate="2018-02-07 12:33:15 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 13:29:40 +0100" startDate="2018-02-07 12:33:15 +0100" endDate="2018-02-07 12:35:25 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 14:26:14 +0100" startDate="2018-02-07 14:01:49 +0100" endDate="2018-02-07 14:11:39 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 14:26:14 +0100" startDate="2018-02-07 14:11:39 +0100" endDate="2018-02-07 14:15:54 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 15:32:35 +0100" startDate="2018-02-07 14:39:17 +0100" endDate="2018-02-07 14:46:24 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 15:32:35 +0100" startDate="2018-02-07 14:56:06 +0100" endDate="2018-02-07 15:03:48 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 16:33:54 +0100" startDate="2018-02-07 15:28:13 +0100" endDate="2018-02-07 15:34:59 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 16:33:54 +0100" startDate="2018-02-07 15:34:59 +0100" endDate="2018-02-07 15:40:04 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 17:25:35 +0100" startDate="2018-02-07 16:28:24 +0100" endDate="2018-02-07 16:38:23 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 17:25:35 +0100" startDate="2018-02-07 16:38:23 +0100" endDate="2018-02-07 16:45:04 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 17:25:35 +0100" startDate="2018-02-07 16:48:40 +0100" endDate="2018-02-07 16:58:31 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 17:25:35 +0100" startDate="2018-02-07 16:58:31 +0100" endDate="2018-02-07 17:02:32 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 17:25:35 +0100" startDate="2018-02-07 17:10:22 +0100" endDate="2018-02-07 17:17:11 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 18:31:56 +0100" startDate="2018-02-07 17:29:18 +0100" endDate="2018-02-07 17:36:32 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 18:31:56 +0100" startDate="2018-02-07 17:54:50 +0100" endDate="2018-02-07 18:03:23 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 18:31:56 +0100" startDate="2018-02-07 18:03:23 +0100" endDate="2018-02-07 18:07:14 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 18:31:56 +0100" startDate="2018-02-07 18:08:59 +0100" endDate="2018-02-07 18:16:03 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 18:31:56 +0100" startDate="2018-02-07 18:17:08 +0100" endDate="2018-02-07 18:26:08 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 19:26:30 +0100" startDate="2018-02-07 18:26:08 +0100" endDate="2018-02-07 18:36:07 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 19:26:30 +0100" startDate="2018-02-07 18:36:07 +0100" endDate="2018-02-07 18:37:59 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 20:31:38 +0100" startDate="2018-02-07 19:44:26 +0100" endDate="2018-02-07 19:50:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 20:31:38 +0100" startDate="2018-02-07 20:15:03 +0100" endDate="2018-02-07 20:25:03 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 21:27:37 +0100" startDate="2018-02-07 20:24:43 +0100" endDate="2018-02-07 20:32:35 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 21:27:37 +0100" startDate="2018-02-07 20:41:01 +0100" endDate="2018-02-07 20:50:27 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 21:27:37 +0100" startDate="2018-02-07 20:50:27 +0100" endDate="2018-02-07 20:59:38 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 21:27:37 +0100" startDate="2018-02-07 21:09:21 +0100" endDate="2018-02-07 21:19:20 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 22:26:57 +0100" startDate="2018-02-07 21:19:20 +0100" endDate="2018-02-07 21:29:20 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-07 22:26:57 +0100" startDate="2018-02-07 21:29:20 +0100" endDate="2018-02-07 21:38:00 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 06:47:43 +0100" startDate="2018-02-08 05:41:32 +0100" endDate="2018-02-08 05:47:55 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 06:47:43 +0100" startDate="2018-02-08 05:50:35 +0100" endDate="2018-02-08 05:57:51 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 06:47:43 +0100" startDate="2018-02-08 06:28:09 +0100" endDate="2018-02-08 06:37:18 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 06:47:43 +0100" startDate="2018-02-08 06:37:18 +0100" endDate="2018-02-08 06:45:43 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 07:27:47 +0100" startDate="2018-02-08 06:45:43 +0100" endDate="2018-02-08 06:53:55 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 07:27:47 +0100" startDate="2018-02-08 07:00:10 +0100" endDate="2018-02-08 07:10:10 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 07:27:47 +0100" startDate="2018-02-08 07:10:10 +0100" endDate="2018-02-08 07:20:09 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 08:37:24 +0100" startDate="2018-02-08 07:20:09 +0100" endDate="2018-02-08 07:29:58 +0100" value="860"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 08:37:24 +0100" startDate="2018-02-08 07:29:58 +0100" endDate="2018-02-08 07:34:09 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 08:37:24 +0100" startDate="2018-02-08 07:49:21 +0100" endDate="2018-02-08 07:57:29 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 08:37:24 +0100" startDate="2018-02-08 08:12:42 +0100" endDate="2018-02-08 08:22:42 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 08:37:24 +0100" startDate="2018-02-08 08:22:42 +0100" endDate="2018-02-08 08:32:40 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 09:35:04 +0100" startDate="2018-02-08 08:32:40 +0100" endDate="2018-02-08 08:38:42 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 09:35:04 +0100" startDate="2018-02-08 08:47:21 +0100" endDate="2018-02-08 08:53:52 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 10:28:32 +0100" startDate="2018-02-08 09:20:23 +0100" endDate="2018-02-08 09:26:49 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 10:28:32 +0100" startDate="2018-02-08 09:40:10 +0100" endDate="2018-02-08 09:50:04 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 10:28:32 +0100" startDate="2018-02-08 09:50:04 +0100" endDate="2018-02-08 09:57:15 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 11:28:15 +0100" startDate="2018-02-08 10:31:07 +0100" endDate="2018-02-08 10:41:06 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 11:28:15 +0100" startDate="2018-02-08 10:41:06 +0100" endDate="2018-02-08 10:49:51 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 11:28:15 +0100" startDate="2018-02-08 10:49:51 +0100" endDate="2018-02-08 10:59:29 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 11:28:15 +0100" startDate="2018-02-08 10:59:29 +0100" endDate="2018-02-08 11:09:28 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 11:28:15 +0100" startDate="2018-02-08 11:09:28 +0100" endDate="2018-02-08 11:14:57 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 12:28:57 +0100" startDate="2018-02-08 11:35:33 +0100" endDate="2018-02-08 11:45:32 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 12:28:57 +0100" startDate="2018-02-08 11:45:32 +0100" endDate="2018-02-08 11:50:28 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 12:28:57 +0100" startDate="2018-02-08 12:05:39 +0100" endDate="2018-02-08 12:15:20 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 12:28:57 +0100" startDate="2018-02-08 12:15:20 +0100" endDate="2018-02-08 12:19:58 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 13:27:03 +0100" startDate="2018-02-08 12:19:58 +0100" endDate="2018-02-08 12:27:39 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 13:27:03 +0100" startDate="2018-02-08 12:34:08 +0100" endDate="2018-02-08 12:40:10 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 13:27:03 +0100" startDate="2018-02-08 12:40:10 +0100" endDate="2018-02-08 12:45:31 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 14:30:06 +0100" startDate="2018-02-08 13:30:35 +0100" endDate="2018-02-08 13:36:40 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 14:30:06 +0100" startDate="2018-02-08 13:47:19 +0100" endDate="2018-02-08 13:57:18 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 14:30:06 +0100" startDate="2018-02-08 13:57:18 +0100" endDate="2018-02-08 14:03:40 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 14:30:06 +0100" startDate="2018-02-08 14:03:40 +0100" endDate="2018-02-08 14:10:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 14:22:59 +0100" endDate="2018-02-08 14:29:05 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 14:29:42 +0100" endDate="2018-02-08 14:35:54 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 14:41:12 +0100" endDate="2018-02-08 14:51:11 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 14:51:11 +0100" endDate="2018-02-08 14:59:17 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 14:59:17 +0100" endDate="2018-02-08 15:09:16 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 15:09:16 +0100" endDate="2018-02-08 15:18:48 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 15:18:48 +0100" endDate="2018-02-08 15:26:25 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 16:32:40 +0100" startDate="2018-02-08 15:26:25 +0100" endDate="2018-02-08 15:36:17 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 16:32:40 +0100" startDate="2018-02-08 15:36:17 +0100" endDate="2018-02-08 15:46:14 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 16:32:40 +0100" startDate="2018-02-08 15:46:14 +0100" endDate="2018-02-08 15:54:29 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 16:32:40 +0100" startDate="2018-02-08 15:54:29 +0100" endDate="2018-02-08 16:04:26 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 16:32:40 +0100" startDate="2018-02-08 16:04:26 +0100" endDate="2018-02-08 16:14:20 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 16:32:40 +0100" startDate="2018-02-08 16:14:20 +0100" endDate="2018-02-08 16:24:01 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 17:27:37 +0100" startDate="2018-02-08 16:24:01 +0100" endDate="2018-02-08 16:33:35 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 17:27:37 +0100" startDate="2018-02-08 16:33:35 +0100" endDate="2018-02-08 16:42:25 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 17:27:37 +0100" startDate="2018-02-08 16:42:25 +0100" endDate="2018-02-08 16:50:46 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 17:27:37 +0100" startDate="2018-02-08 16:50:46 +0100" endDate="2018-02-08 17:00:22 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 17:27:37 +0100" startDate="2018-02-08 17:00:22 +0100" endDate="2018-02-08 17:10:21 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 17:27:37 +0100" startDate="2018-02-08 17:10:21 +0100" endDate="2018-02-08 17:20:19 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 18:25:34 +0100" startDate="2018-02-08 17:20:19 +0100" endDate="2018-02-08 17:30:18 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 18:25:34 +0100" startDate="2018-02-08 17:30:18 +0100" endDate="2018-02-08 17:40:16 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 18:25:34 +0100" startDate="2018-02-08 17:40:16 +0100" endDate="2018-02-08 17:50:14 +0100" value="1050"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 18:25:34 +0100" startDate="2018-02-08 17:50:14 +0100" endDate="2018-02-08 17:59:57 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 18:25:34 +0100" startDate="2018-02-08 17:59:57 +0100" endDate="2018-02-08 18:09:42 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 18:25:34 +0100" startDate="2018-02-08 18:09:42 +0100" endDate="2018-02-08 18:19:30 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 19:26:03 +0100" startDate="2018-02-08 18:19:30 +0100" endDate="2018-02-08 18:29:28 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 19:26:03 +0100" startDate="2018-02-08 18:29:28 +0100" endDate="2018-02-08 18:39:26 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 19:26:03 +0100" startDate="2018-02-08 18:39:26 +0100" endDate="2018-02-08 18:49:12 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 19:26:03 +0100" startDate="2018-02-08 18:49:12 +0100" endDate="2018-02-08 18:59:10 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 19:26:03 +0100" startDate="2018-02-08 18:59:10 +0100" endDate="2018-02-08 19:09:09 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 19:26:03 +0100" startDate="2018-02-08 19:09:09 +0100" endDate="2018-02-08 19:19:02 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 20:33:00 +0100" startDate="2018-02-08 19:19:02 +0100" endDate="2018-02-08 19:28:57 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 20:33:00 +0100" startDate="2018-02-08 19:28:57 +0100" endDate="2018-02-08 19:37:29 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 20:33:00 +0100" startDate="2018-02-08 19:37:29 +0100" endDate="2018-02-08 19:47:27 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 20:33:00 +0100" startDate="2018-02-08 19:47:27 +0100" endDate="2018-02-08 19:57:00 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 20:33:00 +0100" startDate="2018-02-08 19:57:00 +0100" endDate="2018-02-08 20:06:41 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 20:33:00 +0100" startDate="2018-02-08 20:06:41 +0100" endDate="2018-02-08 20:12:52 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 21:34:51 +0100" startDate="2018-02-08 20:32:53 +0100" endDate="2018-02-08 20:42:53 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 21:34:51 +0100" startDate="2018-02-08 20:42:53 +0100" endDate="2018-02-08 20:49:31 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-08 21:34:51 +0100" startDate="2018-02-08 20:58:56 +0100" endDate="2018-02-08 21:07:51 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 05:41:43 +0100" startDate="2018-02-09 03:36:18 +0100" endDate="2018-02-09 03:43:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 05:41:43 +0100" startDate="2018-02-09 03:43:01 +0100" endDate="2018-02-09 03:47:00 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 08:30:14 +0100" startDate="2018-02-09 07:54:51 +0100" endDate="2018-02-09 08:04:51 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 08:30:14 +0100" startDate="2018-02-09 08:04:51 +0100" endDate="2018-02-09 08:12:31 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 08:30:14 +0100" startDate="2018-02-09 08:14:02 +0100" endDate="2018-02-09 08:24:02 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 09:27:13 +0100" startDate="2018-02-09 08:24:02 +0100" endDate="2018-02-09 08:33:47 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 09:27:13 +0100" startDate="2018-02-09 08:33:47 +0100" endDate="2018-02-09 08:36:27 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 10:30:02 +0100" startDate="2018-02-09 09:19:35 +0100" endDate="2018-02-09 09:25:38 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 10:30:02 +0100" startDate="2018-02-09 09:26:38 +0100" endDate="2018-02-09 09:36:37 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 10:30:02 +0100" startDate="2018-02-09 09:36:37 +0100" endDate="2018-02-09 09:44:48 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 10:30:02 +0100" startDate="2018-02-09 09:44:48 +0100" endDate="2018-02-09 09:54:37 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 10:30:02 +0100" startDate="2018-02-09 09:54:37 +0100" endDate="2018-02-09 10:03:45 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 10:30:02 +0100" startDate="2018-02-09 10:17:27 +0100" endDate="2018-02-09 10:25:37 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 11:29:11 +0100" startDate="2018-02-09 10:25:37 +0100" endDate="2018-02-09 10:34:29 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 11:29:11 +0100" startDate="2018-02-09 10:34:29 +0100" endDate="2018-02-09 10:42:55 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 11:29:11 +0100" startDate="2018-02-09 10:42:55 +0100" endDate="2018-02-09 10:45:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 11:29:11 +0100" startDate="2018-02-09 11:13:30 +0100" endDate="2018-02-09 11:20:59 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 12:29:22 +0100" startDate="2018-02-09 11:41:37 +0100" endDate="2018-02-09 11:48:48 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 12:29:22 +0100" startDate="2018-02-09 11:48:48 +0100" endDate="2018-02-09 11:58:46 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 12:29:22 +0100" startDate="2018-02-09 11:58:46 +0100" endDate="2018-02-09 12:06:45 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 13:26:20 +0100" startDate="2018-02-09 12:47:53 +0100" endDate="2018-02-09 12:57:53 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 13:26:20 +0100" startDate="2018-02-09 12:57:53 +0100" endDate="2018-02-09 13:03:07 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 13:26:20 +0100" startDate="2018-02-09 13:03:07 +0100" endDate="2018-02-09 13:12:56 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 15:27:42 +0100" startDate="2018-02-09 15:09:29 +0100" endDate="2018-02-09 15:19:06 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 16:29:49 +0100" startDate="2018-02-09 15:19:06 +0100" endDate="2018-02-09 15:20:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 16:29:49 +0100" startDate="2018-02-09 15:55:56 +0100" endDate="2018-02-09 16:04:39 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 16:29:49 +0100" startDate="2018-02-09 16:04:39 +0100" endDate="2018-02-09 16:14:38 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 16:29:49 +0100" startDate="2018-02-09 16:14:38 +0100" endDate="2018-02-09 16:24:38 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 17:26:07 +0100" startDate="2018-02-09 16:24:38 +0100" endDate="2018-02-09 16:33:44 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 17:26:07 +0100" startDate="2018-02-09 16:40:41 +0100" endDate="2018-02-09 16:47:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 17:26:07 +0100" startDate="2018-02-09 17:00:57 +0100" endDate="2018-02-09 17:07:58 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 18:26:37 +0100" startDate="2018-02-09 17:20:13 +0100" endDate="2018-02-09 17:29:46 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 18:26:37 +0100" startDate="2018-02-09 17:29:46 +0100" endDate="2018-02-09 17:39:36 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 18:26:37 +0100" startDate="2018-02-09 17:39:36 +0100" endDate="2018-02-09 17:41:39 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 18:26:37 +0100" startDate="2018-02-09 17:47:13 +0100" endDate="2018-02-09 17:56:35 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 18:26:37 +0100" startDate="2018-02-09 17:56:35 +0100" endDate="2018-02-09 18:02:27 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 22:24:41 +0100" startDate="2018-02-09 21:30:55 +0100" endDate="2018-02-09 21:36:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-09 22:24:41 +0100" startDate="2018-02-09 21:53:14 +0100" endDate="2018-02-09 22:01:57 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 08:39:39 +0100" startDate="2018-02-10 07:59:52 +0100" endDate="2018-02-10 08:06:04 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 08:39:39 +0100" startDate="2018-02-10 08:24:50 +0100" endDate="2018-02-10 08:31:38 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 09:49:53 +0100" startDate="2018-02-10 09:38:18 +0100" endDate="2018-02-10 09:44:28 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 11:52:36 +0100" startDate="2018-02-10 11:01:44 +0100" endDate="2018-02-10 11:11:42 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 11:52:36 +0100" startDate="2018-02-10 11:11:42 +0100" endDate="2018-02-10 11:12:00 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 11:52:36 +0100" startDate="2018-02-10 11:39:09 +0100" endDate="2018-02-10 11:47:37 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 12:54:41 +0100" startDate="2018-02-10 11:52:48 +0100" endDate="2018-02-10 12:01:39 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 12:54:41 +0100" startDate="2018-02-10 12:01:39 +0100" endDate="2018-02-10 12:10:51 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 12:54:41 +0100" startDate="2018-02-10 12:10:51 +0100" endDate="2018-02-10 12:20:33 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 12:54:41 +0100" startDate="2018-02-10 12:20:33 +0100" endDate="2018-02-10 12:30:33 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 12:54:41 +0100" startDate="2018-02-10 12:30:33 +0100" endDate="2018-02-10 12:40:15 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 12:54:41 +0100" startDate="2018-02-10 12:40:15 +0100" endDate="2018-02-10 12:49:04 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 13:54:29 +0100" startDate="2018-02-10 12:49:04 +0100" endDate="2018-02-10 12:58:10 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 13:54:29 +0100" startDate="2018-02-10 12:58:10 +0100" endDate="2018-02-10 13:08:05 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 13:54:29 +0100" startDate="2018-02-10 13:08:05 +0100" endDate="2018-02-10 13:17:26 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 13:54:29 +0100" startDate="2018-02-10 13:17:26 +0100" endDate="2018-02-10 13:26:06 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 13:54:29 +0100" startDate="2018-02-10 13:26:06 +0100" endDate="2018-02-10 13:36:06 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 13:54:29 +0100" startDate="2018-02-10 13:36:06 +0100" endDate="2018-02-10 13:43:12 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 13:43:12 +0100" endDate="2018-02-10 13:52:39 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 13:52:39 +0100" endDate="2018-02-10 13:58:46 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 14:12:46 +0100" endDate="2018-02-10 14:22:21 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 14:22:21 +0100" endDate="2018-02-10 14:31:50 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 14:31:50 +0100" endDate="2018-02-10 14:37:35 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 14:42:01 +0100" endDate="2018-02-10 14:51:07 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 14:51:07 +0100" endDate="2018-02-10 14:54:16 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 15:50:13 +0100" startDate="2018-02-10 15:07:20 +0100" endDate="2018-02-10 15:17:19 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 15:50:13 +0100" startDate="2018-02-10 15:26:41 +0100" endDate="2018-02-10 15:33:20 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 19:23:58 +0100" startDate="2018-02-10 17:59:04 +0100" endDate="2018-02-10 18:09:03 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 19:23:58 +0100" startDate="2018-02-10 18:19:42 +0100" endDate="2018-02-10 18:27:44 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 19:23:58 +0100" startDate="2018-02-10 18:40:59 +0100" endDate="2018-02-10 18:47:12 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 21:06:01 +0100" startDate="2018-02-10 20:44:35 +0100" endDate="2018-02-10 20:50:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 22:39:09 +0100" startDate="2018-02-10 21:00:21 +0100" endDate="2018-02-10 21:09:36 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 22:39:09 +0100" startDate="2018-02-10 21:09:36 +0100" endDate="2018-02-10 21:12:55 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 22:39:09 +0100" startDate="2018-02-10 21:57:56 +0100" endDate="2018-02-10 22:04:42 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-10 23:39:25 +0100" startDate="2018-02-10 22:50:28 +0100" endDate="2018-02-10 22:56:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-11 09:15:50 +0100" startDate="2018-02-11 08:54:09 +0100" endDate="2018-02-11 09:00:35 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-11 11:49:40 +0100" startDate="2018-02-11 11:00:47 +0100" endDate="2018-02-11 11:07:22 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-11 13:27:48 +0100" startDate="2018-02-11 12:26:32 +0100" endDate="2018-02-11 12:35:15 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-11 15:44:42 +0100" startDate="2018-02-11 14:48:47 +0100" endDate="2018-02-11 14:55:46 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-11 15:44:42 +0100" startDate="2018-02-11 14:55:46 +0100" endDate="2018-02-11 15:03:05 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-11 15:44:42 +0100" startDate="2018-02-11 15:03:08 +0100" endDate="2018-02-11 15:09:21 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-11 22:53:45 +0100" startDate="2018-02-11 22:36:57 +0100" endDate="2018-02-11 22:44:04 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 08:26:20 +0100" startDate="2018-02-12 07:29:32 +0100" endDate="2018-02-12 07:36:00 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 08:26:20 +0100" startDate="2018-02-12 07:36:02 +0100" endDate="2018-02-12 07:42:30 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 08:26:20 +0100" startDate="2018-02-12 08:01:22 +0100" endDate="2018-02-12 08:07:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 09:27:02 +0100" startDate="2018-02-12 08:20:16 +0100" endDate="2018-02-12 08:26:34 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 09:27:02 +0100" startDate="2018-02-12 08:33:40 +0100" endDate="2018-02-12 08:43:28 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 09:27:02 +0100" startDate="2018-02-12 08:43:28 +0100" endDate="2018-02-12 08:47:55 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 09:27:02 +0100" startDate="2018-02-12 08:54:01 +0100" endDate="2018-02-12 09:04:00 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 09:27:02 +0100" startDate="2018-02-12 09:04:00 +0100" endDate="2018-02-12 09:13:23 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 09:27:02 +0100" startDate="2018-02-12 09:13:23 +0100" endDate="2018-02-12 09:22:49 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 10:25:57 +0100" startDate="2018-02-12 09:22:49 +0100" endDate="2018-02-12 09:26:45 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 10:25:57 +0100" startDate="2018-02-12 09:33:47 +0100" endDate="2018-02-12 09:42:11 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 10:25:57 +0100" startDate="2018-02-12 09:42:37 +0100" endDate="2018-02-12 09:52:22 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 10:25:57 +0100" startDate="2018-02-12 09:52:22 +0100" endDate="2018-02-12 09:56:12 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 10:25:57 +0100" startDate="2018-02-12 10:11:45 +0100" endDate="2018-02-12 10:21:44 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 11:26:40 +0100" startDate="2018-02-12 10:21:44 +0100" endDate="2018-02-12 10:24:35 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 11:26:40 +0100" startDate="2018-02-12 10:55:25 +0100" endDate="2018-02-12 11:03:11 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 11:26:40 +0100" startDate="2018-02-12 11:03:11 +0100" endDate="2018-02-12 11:08:54 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 12:26:21 +0100" startDate="2018-02-12 11:32:43 +0100" endDate="2018-02-12 11:39:09 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 12:26:21 +0100" startDate="2018-02-12 11:39:09 +0100" endDate="2018-02-12 11:46:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 13:29:51 +0100" startDate="2018-02-12 13:01:15 +0100" endDate="2018-02-12 13:08:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 14:26:21 +0100" startDate="2018-02-12 13:41:10 +0100" endDate="2018-02-12 13:49:02 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 14:26:21 +0100" startDate="2018-02-12 13:54:50 +0100" endDate="2018-02-12 14:02:06 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 14:26:21 +0100" startDate="2018-02-12 14:08:02 +0100" endDate="2018-02-12 14:14:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 15:26:31 +0100" startDate="2018-02-12 14:39:04 +0100" endDate="2018-02-12 14:46:33 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 17:28:17 +0100" startDate="2018-02-12 17:07:12 +0100" endDate="2018-02-12 17:13:35 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 19:28:19 +0100" startDate="2018-02-12 18:41:15 +0100" endDate="2018-02-12 18:48:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 19:28:19 +0100" startDate="2018-02-12 18:48:17 +0100" endDate="2018-02-12 18:57:12 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 19:28:19 +0100" startDate="2018-02-12 18:57:12 +0100" endDate="2018-02-12 19:02:29 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 20:26:27 +0100" startDate="2018-02-12 20:03:17 +0100" endDate="2018-02-12 20:09:45 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 20:26:27 +0100" startDate="2018-02-12 20:13:14 +0100" endDate="2018-02-12 20:23:12 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 21:26:42 +0100" startDate="2018-02-12 20:23:12 +0100" endDate="2018-02-12 20:32:46 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 21:26:42 +0100" startDate="2018-02-12 20:32:46 +0100" endDate="2018-02-12 20:42:45 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 21:26:42 +0100" startDate="2018-02-12 20:42:45 +0100" endDate="2018-02-12 20:52:44 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 21:26:42 +0100" startDate="2018-02-12 20:52:44 +0100" endDate="2018-02-12 21:01:01 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 22:30:50 +0100" startDate="2018-02-12 21:54:19 +0100" endDate="2018-02-12 22:04:18 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 22:30:50 +0100" startDate="2018-02-12 22:04:18 +0100" endDate="2018-02-12 22:11:51 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-12 22:30:50 +0100" startDate="2018-02-12 22:11:51 +0100" endDate="2018-02-12 22:21:48 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 00:13:12 +0100" startDate="2018-02-12 22:21:48 +0100" endDate="2018-02-12 22:31:11 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 00:13:12 +0100" startDate="2018-02-12 22:31:11 +0100" endDate="2018-02-12 22:40:11 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 00:13:12 +0100" startDate="2018-02-12 23:52:08 +0100" endDate="2018-02-12 23:59:02 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 00:13:12 +0100" startDate="2018-02-12 23:59:02 +0100" endDate="2018-02-13 00:09:01 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 00:43:29 +0100" startDate="2018-02-13 00:09:01 +0100" endDate="2018-02-13 00:15:28 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 01:36:57 +0100" startDate="2018-02-13 00:52:21 +0100" endDate="2018-02-13 01:02:20 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 01:36:57 +0100" startDate="2018-02-13 01:02:20 +0100" endDate="2018-02-13 01:07:44 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 01:36:57 +0100" startDate="2018-02-13 01:09:14 +0100" endDate="2018-02-13 01:17:45 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 07:29:54 +0100" startDate="2018-02-13 07:11:36 +0100" endDate="2018-02-13 07:18:04 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 07:29:54 +0100" startDate="2018-02-13 07:18:04 +0100" endDate="2018-02-13 07:25:08 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 08:27:09 +0100" startDate="2018-02-13 07:33:20 +0100" endDate="2018-02-13 07:43:16 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 08:27:09 +0100" startDate="2018-02-13 07:53:22 +0100" endDate="2018-02-13 08:02:03 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 08:27:09 +0100" startDate="2018-02-13 08:15:15 +0100" endDate="2018-02-13 08:25:13 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 09:29:44 +0100" startDate="2018-02-13 08:25:13 +0100" endDate="2018-02-13 08:35:10 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 09:29:44 +0100" startDate="2018-02-13 08:35:10 +0100" endDate="2018-02-13 08:43:21 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 09:29:44 +0100" startDate="2018-02-13 08:43:21 +0100" endDate="2018-02-13 08:47:34 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 09:29:44 +0100" startDate="2018-02-13 08:47:34 +0100" endDate="2018-02-13 08:55:11 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 09:29:44 +0100" startDate="2018-02-13 08:55:11 +0100" endDate="2018-02-13 08:59:48 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 10:26:06 +0100" startDate="2018-02-13 09:42:41 +0100" endDate="2018-02-13 09:52:39 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 10:26:06 +0100" startDate="2018-02-13 09:52:39 +0100" endDate="2018-02-13 09:56:55 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 10:26:06 +0100" startDate="2018-02-13 09:58:17 +0100" endDate="2018-02-13 10:04:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 10:26:06 +0100" startDate="2018-02-13 10:08:31 +0100" endDate="2018-02-13 10:18:25 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 11:26:51 +0100" startDate="2018-02-13 10:18:25 +0100" endDate="2018-02-13 10:28:24 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 11:26:51 +0100" startDate="2018-02-13 10:28:24 +0100" endDate="2018-02-13 10:38:08 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 11:26:51 +0100" startDate="2018-02-13 10:38:08 +0100" endDate="2018-02-13 10:43:52 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 11:26:51 +0100" startDate="2018-02-13 11:10:08 +0100" endDate="2018-02-13 11:18:50 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 12:31:33 +0100" startDate="2018-02-13 11:18:50 +0100" endDate="2018-02-13 11:28:41 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 12:31:33 +0100" startDate="2018-02-13 11:28:41 +0100" endDate="2018-02-13 11:34:27 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 12:31:33 +0100" startDate="2018-02-13 11:34:27 +0100" endDate="2018-02-13 11:44:27 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 12:31:33 +0100" startDate="2018-02-13 11:44:27 +0100" endDate="2018-02-13 11:54:24 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 12:31:33 +0100" startDate="2018-02-13 11:54:24 +0100" endDate="2018-02-13 11:56:38 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 12:31:33 +0100" startDate="2018-02-13 12:03:37 +0100" endDate="2018-02-13 12:09:40 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 13:26:42 +0100" startDate="2018-02-13 12:31:07 +0100" endDate="2018-02-13 12:37:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 13:26:42 +0100" startDate="2018-02-13 12:41:02 +0100" endDate="2018-02-13 12:50:23 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 13:26:42 +0100" startDate="2018-02-13 12:55:25 +0100" endDate="2018-02-13 13:01:51 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 13:26:42 +0100" startDate="2018-02-13 13:01:51 +0100" endDate="2018-02-13 13:09:42 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 13:26:42 +0100" startDate="2018-02-13 13:09:42 +0100" endDate="2018-02-13 13:19:41 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 13:19:41 +0100" endDate="2018-02-13 13:29:40 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 13:29:40 +0100" endDate="2018-02-13 13:39:35 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 13:39:35 +0100" endDate="2018-02-13 13:47:20 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 13:47:46 +0100" endDate="2018-02-13 13:57:24 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 13:57:24 +0100" endDate="2018-02-13 14:06:47 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 14:06:47 +0100" endDate="2018-02-13 14:16:40 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 14:16:40 +0100" endDate="2018-02-13 14:26:21 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 15:25:53 +0100" startDate="2018-02-13 14:26:21 +0100" endDate="2018-02-13 14:36:20 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 15:25:53 +0100" startDate="2018-02-13 14:36:20 +0100" endDate="2018-02-13 14:45:55 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 15:25:53 +0100" startDate="2018-02-13 14:45:55 +0100" endDate="2018-02-13 14:55:38 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 15:25:53 +0100" startDate="2018-02-13 14:55:38 +0100" endDate="2018-02-13 15:05:16 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 15:25:53 +0100" startDate="2018-02-13 15:05:16 +0100" endDate="2018-02-13 15:15:15 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 15:25:53 +0100" startDate="2018-02-13 15:15:15 +0100" endDate="2018-02-13 15:25:15 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 16:26:03 +0100" startDate="2018-02-13 15:25:15 +0100" endDate="2018-02-13 15:35:14 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 16:26:03 +0100" startDate="2018-02-13 15:35:14 +0100" endDate="2018-02-13 15:45:13 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 16:26:03 +0100" startDate="2018-02-13 15:45:13 +0100" endDate="2018-02-13 15:55:12 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 16:26:03 +0100" startDate="2018-02-13 15:55:12 +0100" endDate="2018-02-13 16:02:55 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 16:26:03 +0100" startDate="2018-02-13 16:03:10 +0100" endDate="2018-02-13 16:11:13 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 16:26:03 +0100" startDate="2018-02-13 16:12:18 +0100" endDate="2018-02-13 16:22:11 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 17:29:10 +0100" startDate="2018-02-13 16:22:11 +0100" endDate="2018-02-13 16:26:52 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 17:29:10 +0100" startDate="2018-02-13 16:31:12 +0100" endDate="2018-02-13 16:41:04 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 17:29:10 +0100" startDate="2018-02-13 16:41:04 +0100" endDate="2018-02-13 16:47:34 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 18:29:06 +0100" startDate="2018-02-13 17:32:35 +0100" endDate="2018-02-13 17:42:33 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 18:29:06 +0100" startDate="2018-02-13 17:42:33 +0100" endDate="2018-02-13 17:50:22 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 18:29:06 +0100" startDate="2018-02-13 17:50:22 +0100" endDate="2018-02-13 17:59:24 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 18:29:06 +0100" startDate="2018-02-13 17:59:24 +0100" endDate="2018-02-13 18:08:29 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 18:29:06 +0100" startDate="2018-02-13 18:08:29 +0100" endDate="2018-02-13 18:18:28 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 18:29:06 +0100" startDate="2018-02-13 18:18:28 +0100" endDate="2018-02-13 18:25:51 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 19:30:18 +0100" startDate="2018-02-13 18:25:51 +0100" endDate="2018-02-13 18:30:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-13 19:30:18 +0100" startDate="2018-02-13 18:49:44 +0100" endDate="2018-02-13 18:57:27 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 07:31:34 +0100" startDate="2018-02-14 06:52:43 +0100" endDate="2018-02-14 06:59:08 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 07:31:34 +0100" startDate="2018-02-14 06:59:08 +0100" endDate="2018-02-14 07:03:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 07:31:34 +0100" startDate="2018-02-14 07:13:34 +0100" endDate="2018-02-14 07:22:24 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 08:30:39 +0100" startDate="2018-02-14 07:22:24 +0100" endDate="2018-02-14 07:31:53 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 08:30:39 +0100" startDate="2018-02-14 07:33:22 +0100" endDate="2018-02-14 07:39:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 08:30:39 +0100" startDate="2018-02-14 07:43:49 +0100" endDate="2018-02-14 07:51:13 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 08:30:39 +0100" startDate="2018-02-14 07:51:13 +0100" endDate="2018-02-14 08:00:39 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 08:30:39 +0100" startDate="2018-02-14 08:00:39 +0100" endDate="2018-02-14 08:10:37 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 08:30:39 +0100" startDate="2018-02-14 08:10:37 +0100" endDate="2018-02-14 08:17:54 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 09:27:52 +0100" startDate="2018-02-14 08:39:34 +0100" endDate="2018-02-14 08:49:03 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 10:27:38 +0100" startDate="2018-02-14 09:20:12 +0100" endDate="2018-02-14 09:29:51 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 10:27:38 +0100" startDate="2018-02-14 09:39:44 +0100" endDate="2018-02-14 09:46:20 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 10:27:38 +0100" startDate="2018-02-14 09:54:21 +0100" endDate="2018-02-14 10:01:04 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 10:27:38 +0100" startDate="2018-02-14 10:13:09 +0100" endDate="2018-02-14 10:19:42 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 11:29:42 +0100" startDate="2018-02-14 10:19:42 +0100" endDate="2018-02-14 10:23:54 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 11:29:42 +0100" startDate="2018-02-14 10:32:45 +0100" endDate="2018-02-14 10:42:11 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 11:29:42 +0100" startDate="2018-02-14 10:42:58 +0100" endDate="2018-02-14 10:52:36 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 11:29:42 +0100" startDate="2018-02-14 10:52:36 +0100" endDate="2018-02-14 10:56:23 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 11:29:42 +0100" startDate="2018-02-14 11:17:40 +0100" endDate="2018-02-14 11:27:40 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 12:30:19 +0100" startDate="2018-02-14 11:27:40 +0100" endDate="2018-02-14 11:37:28 +0100" value="885"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 12:30:19 +0100" startDate="2018-02-14 11:37:28 +0100" endDate="2018-02-14 11:41:30 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 12:30:19 +0100" startDate="2018-02-14 11:56:54 +0100" endDate="2018-02-14 12:06:53 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 12:30:19 +0100" startDate="2018-02-14 12:06:53 +0100" endDate="2018-02-14 12:14:12 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 12:30:19 +0100" startDate="2018-02-14 12:19:00 +0100" endDate="2018-02-14 12:27:53 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 13:26:03 +0100" startDate="2018-02-14 12:27:53 +0100" endDate="2018-02-14 12:36:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 13:26:03 +0100" startDate="2018-02-14 12:45:07 +0100" endDate="2018-02-14 12:52:42 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 13:26:03 +0100" startDate="2018-02-14 12:53:55 +0100" endDate="2018-02-14 13:01:12 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 13:26:03 +0100" startDate="2018-02-14 13:01:12 +0100" endDate="2018-02-14 13:08:27 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 14:28:14 +0100" startDate="2018-02-14 13:20:19 +0100" endDate="2018-02-14 13:29:25 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 14:28:14 +0100" startDate="2018-02-14 13:43:18 +0100" endDate="2018-02-14 13:53:17 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 14:28:14 +0100" startDate="2018-02-14 13:53:17 +0100" endDate="2018-02-14 14:00:10 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 14:28:14 +0100" startDate="2018-02-14 14:01:15 +0100" endDate="2018-02-14 14:10:29 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 15:41:11 +0100" startDate="2018-02-14 14:52:29 +0100" endDate="2018-02-14 15:02:29 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 15:41:11 +0100" startDate="2018-02-14 15:02:29 +0100" endDate="2018-02-14 15:09:52 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 16:25:53 +0100" startDate="2018-02-14 16:14:37 +0100" endDate="2018-02-14 16:23:58 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 17:27:05 +0100" startDate="2018-02-14 16:23:58 +0100" endDate="2018-02-14 16:29:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 17:27:05 +0100" startDate="2018-02-14 16:43:40 +0100" endDate="2018-02-14 16:53:40 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 17:27:05 +0100" startDate="2018-02-14 16:53:40 +0100" endDate="2018-02-14 16:56:20 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 17:27:05 +0100" startDate="2018-02-14 17:10:55 +0100" endDate="2018-02-14 17:16:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 18:54:38 +0100" startDate="2018-02-14 17:49:55 +0100" endDate="2018-02-14 17:59:54 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 18:54:38 +0100" startDate="2018-02-14 17:59:54 +0100" endDate="2018-02-14 18:09:34 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 18:54:38 +0100" startDate="2018-02-14 18:09:34 +0100" endDate="2018-02-14 18:11:41 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 19:35:45 +0100" startDate="2018-02-14 18:51:49 +0100" endDate="2018-02-14 18:57:59 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 19:35:45 +0100" startDate="2018-02-14 18:57:59 +0100" endDate="2018-02-14 19:03:03 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 19:35:45 +0100" startDate="2018-02-14 19:18:30 +0100" endDate="2018-02-14 19:24:35 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 19:24:35 +0100" endDate="2018-02-14 19:34:35 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 19:34:35 +0100" endDate="2018-02-14 19:44:33 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 19:44:33 +0100" endDate="2018-02-14 19:54:31 +0100" value="1051"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 19:54:31 +0100" endDate="2018-02-14 20:03:54 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 20:03:54 +0100" endDate="2018-02-14 20:09:39 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 20:09:39 +0100" endDate="2018-02-14 20:19:27 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 20:19:27 +0100" endDate="2018-02-14 20:22:15 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-14 22:46:05 +0100" startDate="2018-02-14 22:24:40 +0100" endDate="2018-02-14 22:31:57 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 07:28:17 +0100" startDate="2018-02-15 07:08:43 +0100" endDate="2018-02-15 07:18:33 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 08:27:40 +0100" startDate="2018-02-15 07:18:33 +0100" endDate="2018-02-15 07:22:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 08:27:40 +0100" startDate="2018-02-15 07:24:51 +0100" endDate="2018-02-15 07:31:04 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 08:27:40 +0100" startDate="2018-02-15 07:35:20 +0100" endDate="2018-02-15 07:44:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 08:27:40 +0100" startDate="2018-02-15 07:44:52 +0100" endDate="2018-02-15 07:54:24 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 08:27:40 +0100" startDate="2018-02-15 07:54:24 +0100" endDate="2018-02-15 08:04:23 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 08:27:40 +0100" startDate="2018-02-15 08:04:23 +0100" endDate="2018-02-15 08:11:15 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 09:26:29 +0100" startDate="2018-02-15 08:38:45 +0100" endDate="2018-02-15 08:48:42 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 09:26:29 +0100" startDate="2018-02-15 08:48:42 +0100" endDate="2018-02-15 08:51:56 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 10:30:14 +0100" startDate="2018-02-15 09:27:18 +0100" endDate="2018-02-15 09:36:50 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 10:30:14 +0100" startDate="2018-02-15 09:36:50 +0100" endDate="2018-02-15 09:46:48 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 10:30:14 +0100" startDate="2018-02-15 09:46:48 +0100" endDate="2018-02-15 09:56:47 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 10:30:14 +0100" startDate="2018-02-15 09:56:47 +0100" endDate="2018-02-15 09:58:06 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 11:30:10 +0100" startDate="2018-02-15 10:29:18 +0100" endDate="2018-02-15 10:37:28 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 11:30:10 +0100" startDate="2018-02-15 10:37:28 +0100" endDate="2018-02-15 10:44:28 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 11:30:10 +0100" startDate="2018-02-15 10:51:41 +0100" endDate="2018-02-15 10:57:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 11:30:10 +0100" startDate="2018-02-15 11:03:04 +0100" endDate="2018-02-15 11:11:57 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 11:30:10 +0100" startDate="2018-02-15 11:11:57 +0100" endDate="2018-02-15 11:19:35 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 11:30:10 +0100" startDate="2018-02-15 11:19:35 +0100" endDate="2018-02-15 11:29:34 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 12:27:59 +0100" startDate="2018-02-15 11:29:34 +0100" endDate="2018-02-15 11:35:49 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 12:27:59 +0100" startDate="2018-02-15 11:51:31 +0100" endDate="2018-02-15 12:01:30 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 12:27:59 +0100" startDate="2018-02-15 12:01:30 +0100" endDate="2018-02-15 12:11:29 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 12:27:59 +0100" startDate="2018-02-15 12:11:29 +0100" endDate="2018-02-15 12:20:14 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 13:29:17 +0100" startDate="2018-02-15 12:57:57 +0100" endDate="2018-02-15 13:07:49 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 13:29:17 +0100" startDate="2018-02-15 13:07:49 +0100" endDate="2018-02-15 13:17:04 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 13:29:17 +0100" startDate="2018-02-15 13:17:04 +0100" endDate="2018-02-15 13:18:03 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 14:35:04 +0100" startDate="2018-02-15 13:40:10 +0100" endDate="2018-02-15 13:47:47 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 14:35:04 +0100" startDate="2018-02-15 13:50:52 +0100" endDate="2018-02-15 13:57:48 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 14:35:04 +0100" startDate="2018-02-15 14:17:42 +0100" endDate="2018-02-15 14:25:01 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 14:35:04 +0100" startDate="2018-02-15 14:25:01 +0100" endDate="2018-02-15 14:30:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 15:26:49 +0100" startDate="2018-02-15 15:01:12 +0100" endDate="2018-02-15 15:11:07 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 15:26:49 +0100" startDate="2018-02-15 15:13:46 +0100" endDate="2018-02-15 15:22:36 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 16:28:26 +0100" startDate="2018-02-15 15:37:33 +0100" endDate="2018-02-15 15:44:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 16:28:26 +0100" startDate="2018-02-15 15:50:41 +0100" endDate="2018-02-15 15:58:08 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 16:28:26 +0100" startDate="2018-02-15 15:58:08 +0100" endDate="2018-02-15 16:05:28 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 16:28:26 +0100" startDate="2018-02-15 16:05:28 +0100" endDate="2018-02-15 16:13:55 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 17:33:32 +0100" startDate="2018-02-15 17:06:08 +0100" endDate="2018-02-15 17:12:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 18:27:55 +0100" startDate="2018-02-15 17:29:34 +0100" endDate="2018-02-15 17:39:33 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 18:27:55 +0100" startDate="2018-02-15 17:39:33 +0100" endDate="2018-02-15 17:48:13 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 18:27:55 +0100" startDate="2018-02-15 17:54:17 +0100" endDate="2018-02-15 18:04:16 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 18:27:55 +0100" startDate="2018-02-15 18:04:16 +0100" endDate="2018-02-15 18:13:05 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 18:27:55 +0100" startDate="2018-02-15 18:13:05 +0100" endDate="2018-02-15 18:20:49 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 19:35:20 +0100" startDate="2018-02-15 18:29:24 +0100" endDate="2018-02-15 18:35:47 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 19:35:20 +0100" startDate="2018-02-15 18:38:36 +0100" endDate="2018-02-15 18:46:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 21:29:56 +0100" startDate="2018-02-15 20:37:53 +0100" endDate="2018-02-15 20:43:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 21:29:56 +0100" startDate="2018-02-15 20:43:58 +0100" endDate="2018-02-15 20:49:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 21:29:56 +0100" startDate="2018-02-15 20:52:22 +0100" endDate="2018-02-15 21:00:30 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 21:29:56 +0100" startDate="2018-02-15 21:01:07 +0100" endDate="2018-02-15 21:10:46 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 21:29:56 +0100" startDate="2018-02-15 21:10:46 +0100" endDate="2018-02-15 21:15:32 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 22:48:29 +0100" startDate="2018-02-15 21:22:26 +0100" endDate="2018-02-15 21:32:26 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 22:48:29 +0100" startDate="2018-02-15 21:32:26 +0100" endDate="2018-02-15 21:33:09 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 22:48:29 +0100" startDate="2018-02-15 21:46:07 +0100" endDate="2018-02-15 21:52:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 22:48:29 +0100" startDate="2018-02-15 22:29:43 +0100" endDate="2018-02-15 22:36:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-15 23:26:39 +0100" startDate="2018-02-15 22:42:23 +0100" endDate="2018-02-15 22:48:30 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 00:55:46 +0100" startDate="2018-02-15 23:50:11 +0100" endDate="2018-02-15 23:56:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 00:55:46 +0100" startDate="2018-02-16 00:01:07 +0100" endDate="2018-02-16 00:08:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 08:26:58 +0100" startDate="2018-02-16 07:30:00 +0100" endDate="2018-02-16 07:39:17 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 08:26:58 +0100" startDate="2018-02-16 07:51:32 +0100" endDate="2018-02-16 07:58:58 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 08:26:58 +0100" startDate="2018-02-16 07:58:58 +0100" endDate="2018-02-16 08:04:10 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 08:26:58 +0100" startDate="2018-02-16 08:04:10 +0100" endDate="2018-02-16 08:14:09 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 08:26:58 +0100" startDate="2018-02-16 08:14:09 +0100" endDate="2018-02-16 08:23:55 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 10:26:47 +0100" startDate="2018-02-16 09:39:13 +0100" endDate="2018-02-16 09:48:24 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 10:26:47 +0100" startDate="2018-02-16 09:53:29 +0100" endDate="2018-02-16 10:02:09 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 12:28:17 +0100" startDate="2018-02-16 11:27:24 +0100" endDate="2018-02-16 11:37:24 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 12:28:17 +0100" startDate="2018-02-16 11:37:24 +0100" endDate="2018-02-16 11:44:48 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 12:28:17 +0100" startDate="2018-02-16 12:07:48 +0100" endDate="2018-02-16 12:17:47 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 12:28:17 +0100" startDate="2018-02-16 12:17:47 +0100" endDate="2018-02-16 12:24:40 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 13:33:41 +0100" startDate="2018-02-16 12:24:40 +0100" endDate="2018-02-16 12:28:17 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 13:33:41 +0100" startDate="2018-02-16 12:33:29 +0100" endDate="2018-02-16 12:43:28 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 13:33:41 +0100" startDate="2018-02-16 12:43:28 +0100" endDate="2018-02-16 12:50:12 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 13:33:41 +0100" startDate="2018-02-16 13:09:54 +0100" endDate="2018-02-16 13:19:54 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 13:33:41 +0100" startDate="2018-02-16 13:19:54 +0100" endDate="2018-02-16 13:29:54 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 14:27:48 +0100" startDate="2018-02-16 13:29:54 +0100" endDate="2018-02-16 13:33:41 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 14:27:48 +0100" startDate="2018-02-16 13:39:04 +0100" endDate="2018-02-16 13:47:29 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 14:27:48 +0100" startDate="2018-02-16 13:47:29 +0100" endDate="2018-02-16 13:57:10 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 16:25:57 +0100" startDate="2018-02-16 15:30:05 +0100" endDate="2018-02-16 15:40:04 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 16:25:57 +0100" startDate="2018-02-16 15:40:04 +0100" endDate="2018-02-16 15:48:51 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 16:25:57 +0100" startDate="2018-02-16 15:51:41 +0100" endDate="2018-02-16 16:01:40 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 16:25:57 +0100" startDate="2018-02-16 16:01:40 +0100" endDate="2018-02-16 16:04:19 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 17:26:18 +0100" startDate="2018-02-16 16:42:27 +0100" endDate="2018-02-16 16:49:00 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 17:26:18 +0100" startDate="2018-02-16 16:53:08 +0100" endDate="2018-02-16 17:03:06 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 17:26:18 +0100" startDate="2018-02-16 17:03:06 +0100" endDate="2018-02-16 17:12:38 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 17:26:18 +0100" startDate="2018-02-16 17:12:38 +0100" endDate="2018-02-16 17:22:35 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 18:29:29 +0100" startDate="2018-02-16 17:22:35 +0100" endDate="2018-02-16 17:26:19 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 19:27:51 +0100" startDate="2018-02-16 18:30:06 +0100" endDate="2018-02-16 18:35:19 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 19:27:51 +0100" startDate="2018-02-16 19:01:35 +0100" endDate="2018-02-16 19:08:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 19:27:51 +0100" startDate="2018-02-16 19:12:37 +0100" endDate="2018-02-16 19:19:35 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 20:26:43 +0100" startDate="2018-02-16 19:19:35 +0100" endDate="2018-02-16 19:27:32 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 20:26:43 +0100" startDate="2018-02-16 19:46:52 +0100" endDate="2018-02-16 19:54:21 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 20:26:43 +0100" startDate="2018-02-16 20:03:31 +0100" endDate="2018-02-16 20:13:07 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 21:26:38 +0100" startDate="2018-02-16 20:18:20 +0100" endDate="2018-02-16 20:26:32 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 21:26:38 +0100" startDate="2018-02-16 20:32:42 +0100" endDate="2018-02-16 20:41:14 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 21:26:38 +0100" startDate="2018-02-16 20:41:14 +0100" endDate="2018-02-16 20:46:52 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 21:26:38 +0100" startDate="2018-02-16 20:59:46 +0100" endDate="2018-02-16 21:07:12 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 21:26:38 +0100" startDate="2018-02-16 21:08:34 +0100" endDate="2018-02-16 21:17:03 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 21:17:03 +0100" endDate="2018-02-16 21:25:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 21:31:45 +0100" endDate="2018-02-16 21:37:57 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 21:40:55 +0100" endDate="2018-02-16 21:47:05 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 22:02:44 +0100" endDate="2018-02-16 22:11:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 22:11:45 +0100" endDate="2018-02-16 22:18:36 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 22:23:34 +0100" endDate="2018-02-16 22:30:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 22:30:50 +0100" endDate="2018-02-16 22:40:12 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 22:40:12 +0100" endDate="2018-02-16 22:49:06 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 22:49:06 +0100" endDate="2018-02-16 22:59:02 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 23:05:17 +0100" endDate="2018-02-16 23:12:23 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 23:22:23 +0100" endDate="2018-02-16 23:31:11 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 11:26:14 +0100" startDate="2018-02-17 10:26:29 +0100" endDate="2018-02-17 10:34:49 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 11:26:14 +0100" startDate="2018-02-17 10:37:40 +0100" endDate="2018-02-17 10:46:53 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 11:26:14 +0100" startDate="2018-02-17 10:49:17 +0100" endDate="2018-02-17 10:55:35 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 11:26:14 +0100" startDate="2018-02-17 10:58:05 +0100" endDate="2018-02-17 11:07:57 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 11:26:14 +0100" startDate="2018-02-17 11:07:57 +0100" endDate="2018-02-17 11:17:31 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 12:27:50 +0100" startDate="2018-02-17 11:17:31 +0100" endDate="2018-02-17 11:27:08 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 12:27:50 +0100" startDate="2018-02-17 11:27:08 +0100" endDate="2018-02-17 11:32:21 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 12:27:50 +0100" startDate="2018-02-17 11:48:24 +0100" endDate="2018-02-17 11:58:13 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 12:27:50 +0100" startDate="2018-02-17 11:58:13 +0100" endDate="2018-02-17 11:58:46 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 12:27:50 +0100" startDate="2018-02-17 12:03:49 +0100" endDate="2018-02-17 12:13:43 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 12:27:50 +0100" startDate="2018-02-17 12:13:43 +0100" endDate="2018-02-17 12:20:03 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 13:29:18 +0100" startDate="2018-02-17 12:34:16 +0100" endDate="2018-02-17 12:44:01 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 13:29:18 +0100" startDate="2018-02-17 12:44:01 +0100" endDate="2018-02-17 12:53:45 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 13:29:18 +0100" startDate="2018-02-17 12:53:45 +0100" endDate="2018-02-17 13:01:57 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 13:29:18 +0100" startDate="2018-02-17 13:01:57 +0100" endDate="2018-02-17 13:09:58 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 13:29:18 +0100" startDate="2018-02-17 13:09:58 +0100" endDate="2018-02-17 13:19:57 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 14:25:52 +0100" startDate="2018-02-17 13:19:57 +0100" endDate="2018-02-17 13:29:22 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 14:25:52 +0100" startDate="2018-02-17 14:14:03 +0100" endDate="2018-02-17 14:23:56 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 15:35:15 +0100" startDate="2018-02-17 14:23:56 +0100" endDate="2018-02-17 14:28:36 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 15:35:15 +0100" startDate="2018-02-17 14:30:34 +0100" endDate="2018-02-17 14:36:49 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 15:35:15 +0100" startDate="2018-02-17 14:44:30 +0100" endDate="2018-02-17 14:54:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 15:35:15 +0100" startDate="2018-02-17 14:54:27 +0100" endDate="2018-02-17 15:03:59 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 15:35:15 +0100" startDate="2018-02-17 15:03:59 +0100" endDate="2018-02-17 15:10:40 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 16:27:15 +0100" startDate="2018-02-17 15:42:21 +0100" endDate="2018-02-17 15:52:20 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 16:27:15 +0100" startDate="2018-02-17 16:12:28 +0100" endDate="2018-02-17 16:22:26 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 17:35:38 +0100" startDate="2018-02-17 16:22:26 +0100" endDate="2018-02-17 16:32:25 +0100" value="680"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 17:35:38 +0100" startDate="2018-02-17 16:32:25 +0100" endDate="2018-02-17 16:40:04 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 17:35:38 +0100" startDate="2018-02-17 16:40:04 +0100" endDate="2018-02-17 16:50:02 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 18:33:32 +0100" startDate="2018-02-17 17:29:42 +0100" endDate="2018-02-17 17:35:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 18:33:32 +0100" startDate="2018-02-17 17:37:07 +0100" endDate="2018-02-17 17:43:45 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 18:33:32 +0100" startDate="2018-02-17 17:55:46 +0100" endDate="2018-02-17 18:01:59 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 19:26:04 +0100" startDate="2018-02-17 18:19:54 +0100" endDate="2018-02-17 18:29:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 19:26:04 +0100" startDate="2018-02-17 18:49:54 +0100" endDate="2018-02-17 18:59:41 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 19:26:04 +0100" startDate="2018-02-17 18:59:41 +0100" endDate="2018-02-17 19:01:45 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 20:29:07 +0100" startDate="2018-02-17 19:20:10 +0100" endDate="2018-02-17 19:29:48 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-17 20:29:07 +0100" startDate="2018-02-17 19:29:48 +0100" endDate="2018-02-17 19:34:52 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 03:46:23 +0100" startDate="2018-02-18 03:14:19 +0100" endDate="2018-02-18 03:20:50 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 03:46:23 +0100" startDate="2018-02-18 03:20:50 +0100" endDate="2018-02-18 03:27:38 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 09:28:27 +0100" startDate="2018-02-18 08:48:58 +0100" endDate="2018-02-18 08:58:58 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 09:28:27 +0100" startDate="2018-02-18 08:58:58 +0100" endDate="2018-02-18 09:06:27 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 10:26:46 +0100" startDate="2018-02-18 09:51:18 +0100" endDate="2018-02-18 09:58:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 10:26:46 +0100" startDate="2018-02-18 09:58:22 +0100" endDate="2018-02-18 10:02:07 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 12:30:38 +0100" startDate="2018-02-18 12:07:18 +0100" endDate="2018-02-18 12:15:34 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 14:33:25 +0100" startDate="2018-02-18 13:45:07 +0100" endDate="2018-02-18 13:54:57 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 14:33:25 +0100" startDate="2018-02-18 13:54:57 +0100" endDate="2018-02-18 13:55:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 14:33:25 +0100" startDate="2018-02-18 14:03:06 +0100" endDate="2018-02-18 14:09:57 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 14:33:25 +0100" startDate="2018-02-18 14:11:51 +0100" endDate="2018-02-18 14:21:38 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 14:33:25 +0100" startDate="2018-02-18 14:21:38 +0100" endDate="2018-02-18 14:29:40 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 14:29:40 +0100" endDate="2018-02-18 14:39:40 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 14:39:40 +0100" endDate="2018-02-18 14:46:18 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 14:46:18 +0100" endDate="2018-02-18 14:49:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 14:52:14 +0100" endDate="2018-02-18 14:58:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 15:03:58 +0100" endDate="2018-02-18 15:13:51 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 15:13:51 +0100" endDate="2018-02-18 15:19:43 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 15:19:43 +0100" endDate="2018-02-18 15:25:07 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 16:28:20 +0100" startDate="2018-02-18 15:49:20 +0100" endDate="2018-02-18 15:55:28 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 16:28:20 +0100" startDate="2018-02-18 16:13:05 +0100" endDate="2018-02-18 16:22:32 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 17:27:01 +0100" startDate="2018-02-18 16:22:32 +0100" endDate="2018-02-18 16:32:06 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 17:27:01 +0100" startDate="2018-02-18 16:32:06 +0100" endDate="2018-02-18 16:37:43 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 19:26:15 +0100" startDate="2018-02-18 18:25:33 +0100" endDate="2018-02-18 18:32:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 19:26:15 +0100" startDate="2018-02-18 18:32:04 +0100" endDate="2018-02-18 18:40:09 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 19:26:15 +0100" startDate="2018-02-18 18:41:21 +0100" endDate="2018-02-18 18:50:53 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 19:26:15 +0100" startDate="2018-02-18 18:50:53 +0100" endDate="2018-02-18 18:56:43 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 19:26:15 +0100" startDate="2018-02-18 18:57:45 +0100" endDate="2018-02-18 19:03:58 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 19:26:15 +0100" startDate="2018-02-18 19:11:26 +0100" endDate="2018-02-18 19:19:00 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 21:29:19 +0100" startDate="2018-02-18 21:17:07 +0100" endDate="2018-02-18 21:24:29 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-18 22:32:38 +0100" startDate="2018-02-18 21:50:03 +0100" endDate="2018-02-18 21:57:29 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 07:31:06 +0100" startDate="2018-02-19 07:04:27 +0100" endDate="2018-02-19 07:13:46 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 07:31:06 +0100" startDate="2018-02-19 07:13:46 +0100" endDate="2018-02-19 07:18:32 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 08:29:13 +0100" startDate="2018-02-19 07:25:09 +0100" endDate="2018-02-19 07:32:20 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 08:29:13 +0100" startDate="2018-02-19 07:32:59 +0100" endDate="2018-02-19 07:42:58 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 08:29:13 +0100" startDate="2018-02-19 07:42:58 +0100" endDate="2018-02-19 07:51:13 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 08:29:13 +0100" startDate="2018-02-19 07:51:13 +0100" endDate="2018-02-19 08:00:27 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 08:29:13 +0100" startDate="2018-02-19 08:08:11 +0100" endDate="2018-02-19 08:16:31 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 09:27:18 +0100" startDate="2018-02-19 09:04:43 +0100" endDate="2018-02-19 09:14:43 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 09:27:18 +0100" startDate="2018-02-19 09:14:43 +0100" endDate="2018-02-19 09:20:37 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 10:32:13 +0100" startDate="2018-02-19 09:27:42 +0100" endDate="2018-02-19 09:34:46 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 10:32:13 +0100" startDate="2018-02-19 09:34:46 +0100" endDate="2018-02-19 09:44:45 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 10:32:13 +0100" startDate="2018-02-19 09:44:45 +0100" endDate="2018-02-19 09:53:55 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 10:32:13 +0100" startDate="2018-02-19 09:53:55 +0100" endDate="2018-02-19 09:58:45 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 12:26:57 +0100" startDate="2018-02-19 11:22:02 +0100" endDate="2018-02-19 11:31:41 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 12:26:57 +0100" startDate="2018-02-19 11:31:41 +0100" endDate="2018-02-19 11:41:40 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 12:26:57 +0100" startDate="2018-02-19 11:41:40 +0100" endDate="2018-02-19 11:48:36 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 12:26:57 +0100" startDate="2018-02-19 12:12:10 +0100" endDate="2018-02-19 12:22:09 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 13:28:14 +0100" startDate="2018-02-19 12:22:09 +0100" endDate="2018-02-19 12:26:21 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 13:28:14 +0100" startDate="2018-02-19 12:27:29 +0100" endDate="2018-02-19 12:37:19 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 13:28:14 +0100" startDate="2018-02-19 12:37:19 +0100" endDate="2018-02-19 12:45:10 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 13:28:14 +0100" startDate="2018-02-19 12:55:12 +0100" endDate="2018-02-19 13:04:03 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 14:26:49 +0100" startDate="2018-02-19 13:56:32 +0100" endDate="2018-02-19 14:02:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 15:27:08 +0100" startDate="2018-02-19 14:37:08 +0100" endDate="2018-02-19 14:44:12 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 17:35:17 +0100" startDate="2018-02-19 16:48:56 +0100" endDate="2018-02-19 16:57:29 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 21:30:24 +0100" startDate="2018-02-19 20:41:14 +0100" endDate="2018-02-19 20:51:14 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 21:30:24 +0100" startDate="2018-02-19 20:51:14 +0100" endDate="2018-02-19 20:55:16 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 21:30:24 +0100" startDate="2018-02-19 20:55:23 +0100" endDate="2018-02-19 21:05:07 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 21:30:24 +0100" startDate="2018-02-19 21:05:07 +0100" endDate="2018-02-19 21:10:05 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 21:30:24 +0100" startDate="2018-02-19 21:10:05 +0100" endDate="2018-02-19 21:18:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-19 21:30:24 +0100" startDate="2018-02-19 21:18:41 +0100" endDate="2018-02-19 21:21:17 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 07:28:31 +0100" startDate="2018-02-20 06:57:53 +0100" endDate="2018-02-20 07:06:39 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 07:28:31 +0100" startDate="2018-02-20 07:12:29 +0100" endDate="2018-02-20 07:21:50 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 08:27:01 +0100" startDate="2018-02-20 07:21:50 +0100" endDate="2018-02-20 07:31:49 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 08:27:01 +0100" startDate="2018-02-20 07:31:49 +0100" endDate="2018-02-20 07:40:33 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 08:27:01 +0100" startDate="2018-02-20 07:40:33 +0100" endDate="2018-02-20 07:47:47 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 10:29:46 +0100" startDate="2018-02-20 09:24:50 +0100" endDate="2018-02-20 09:33:46 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 10:29:46 +0100" startDate="2018-02-20 09:57:11 +0100" endDate="2018-02-20 10:07:07 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 11:28:05 +0100" startDate="2018-02-20 10:38:12 +0100" endDate="2018-02-20 10:47:56 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 11:28:05 +0100" startDate="2018-02-20 10:47:56 +0100" endDate="2018-02-20 10:57:55 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 11:28:05 +0100" startDate="2018-02-20 10:57:55 +0100" endDate="2018-02-20 11:06:43 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 11:28:05 +0100" startDate="2018-02-20 11:06:43 +0100" endDate="2018-02-20 11:14:46 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 11:28:05 +0100" startDate="2018-02-20 11:15:41 +0100" endDate="2018-02-20 11:21:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 12:25:55 +0100" startDate="2018-02-20 11:34:13 +0100" endDate="2018-02-20 11:40:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 12:25:55 +0100" startDate="2018-02-20 11:40:13 +0100" endDate="2018-02-20 11:46:38 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 12:25:55 +0100" startDate="2018-02-20 11:46:38 +0100" endDate="2018-02-20 11:55:15 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 12:25:55 +0100" startDate="2018-02-20 11:55:15 +0100" endDate="2018-02-20 12:00:46 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 12:25:55 +0100" startDate="2018-02-20 12:12:16 +0100" endDate="2018-02-20 12:22:15 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 12:22:15 +0100" endDate="2018-02-20 12:32:00 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 12:32:00 +0100" endDate="2018-02-20 12:38:11 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 12:38:11 +0100" endDate="2018-02-20 12:46:25 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 12:46:25 +0100" endDate="2018-02-20 12:56:04 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 12:56:04 +0100" endDate="2018-02-20 13:06:02 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 13:06:02 +0100" endDate="2018-02-20 13:13:09 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 13:16:17 +0100" endDate="2018-02-20 13:22:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 14:25:59 +0100" startDate="2018-02-20 13:22:30 +0100" endDate="2018-02-20 13:32:27 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 14:25:59 +0100" startDate="2018-02-20 13:32:27 +0100" endDate="2018-02-20 13:42:25 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 14:25:59 +0100" startDate="2018-02-20 13:42:25 +0100" endDate="2018-02-20 13:52:25 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 14:25:59 +0100" startDate="2018-02-20 13:52:25 +0100" endDate="2018-02-20 14:02:25 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 14:25:59 +0100" startDate="2018-02-20 14:02:25 +0100" endDate="2018-02-20 14:10:04 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 15:28:11 +0100" startDate="2018-02-20 14:17:58 +0100" endDate="2018-02-20 14:27:57 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 15:28:11 +0100" startDate="2018-02-20 14:27:57 +0100" endDate="2018-02-20 14:30:30 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 15:28:11 +0100" startDate="2018-02-20 14:49:18 +0100" endDate="2018-02-20 14:59:18 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 15:28:11 +0100" startDate="2018-02-20 14:59:18 +0100" endDate="2018-02-20 15:02:06 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 16:28:53 +0100" startDate="2018-02-20 15:30:30 +0100" endDate="2018-02-20 15:36:42 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 16:28:53 +0100" startDate="2018-02-20 15:47:32 +0100" endDate="2018-02-20 15:57:31 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 16:28:53 +0100" startDate="2018-02-20 15:57:31 +0100" endDate="2018-02-20 16:02:35 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 18:25:57 +0100" startDate="2018-02-20 17:39:49 +0100" endDate="2018-02-20 17:46:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 19:26:00 +0100" startDate="2018-02-20 18:16:07 +0100" endDate="2018-02-20 18:26:06 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 19:26:00 +0100" startDate="2018-02-20 18:26:06 +0100" endDate="2018-02-20 18:36:05 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 19:26:00 +0100" startDate="2018-02-20 18:36:05 +0100" endDate="2018-02-20 18:46:03 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 19:26:00 +0100" startDate="2018-02-20 18:46:03 +0100" endDate="2018-02-20 18:48:10 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 19:26:00 +0100" startDate="2018-02-20 19:12:58 +0100" endDate="2018-02-20 19:22:55 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-20 21:30:19 +0100" startDate="2018-02-20 20:59:49 +0100" endDate="2018-02-20 21:05:56 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 06:27:46 +0100" startDate="2018-02-21 05:42:02 +0100" endDate="2018-02-21 05:48:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 06:27:46 +0100" startDate="2018-02-21 05:54:36 +0100" endDate="2018-02-21 06:04:22 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 06:27:46 +0100" startDate="2018-02-21 06:04:22 +0100" endDate="2018-02-21 06:07:10 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 07:29:00 +0100" startDate="2018-02-21 07:12:39 +0100" endDate="2018-02-21 07:15:06 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 08:27:58 +0100" startDate="2018-02-21 07:39:01 +0100" endDate="2018-02-21 07:45:55 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 08:27:58 +0100" startDate="2018-02-21 07:45:55 +0100" endDate="2018-02-21 07:55:33 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 08:27:58 +0100" startDate="2018-02-21 07:55:33 +0100" endDate="2018-02-21 08:05:19 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 08:27:58 +0100" startDate="2018-02-21 08:05:19 +0100" endDate="2018-02-21 08:14:50 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 08:27:58 +0100" startDate="2018-02-21 08:14:50 +0100" endDate="2018-02-21 08:23:43 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 11:29:30 +0100" startDate="2018-02-21 10:30:54 +0100" endDate="2018-02-21 10:40:54 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 12:29:57 +0100" startDate="2018-02-21 11:24:25 +0100" endDate="2018-02-21 11:34:24 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 12:29:57 +0100" startDate="2018-02-21 11:34:24 +0100" endDate="2018-02-21 11:42:30 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 12:29:57 +0100" startDate="2018-02-21 11:42:30 +0100" endDate="2018-02-21 11:47:31 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 12:29:57 +0100" startDate="2018-02-21 12:10:25 +0100" endDate="2018-02-21 12:20:24 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 13:25:55 +0100" startDate="2018-02-21 12:20:24 +0100" endDate="2018-02-21 12:29:43 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 13:25:55 +0100" startDate="2018-02-21 12:29:43 +0100" endDate="2018-02-21 12:34:29 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 13:25:55 +0100" startDate="2018-02-21 12:48:21 +0100" endDate="2018-02-21 12:56:00 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 13:25:55 +0100" startDate="2018-02-21 12:56:15 +0100" endDate="2018-02-21 13:04:52 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 13:25:55 +0100" startDate="2018-02-21 13:04:52 +0100" endDate="2018-02-21 13:13:34 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 15:28:14 +0100" startDate="2018-02-21 15:04:21 +0100" endDate="2018-02-21 15:12:52 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 16:29:47 +0100" startDate="2018-02-21 15:31:22 +0100" endDate="2018-02-21 15:38:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 16:29:47 +0100" startDate="2018-02-21 16:10:43 +0100" endDate="2018-02-21 16:20:43 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 17:28:05 +0100" startDate="2018-02-21 16:20:43 +0100" endDate="2018-02-21 16:30:42 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 17:28:05 +0100" startDate="2018-02-21 16:30:42 +0100" endDate="2018-02-21 16:33:30 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 17:28:05 +0100" startDate="2018-02-21 16:41:12 +0100" endDate="2018-02-21 16:47:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 17:28:05 +0100" startDate="2018-02-21 17:08:06 +0100" endDate="2018-02-21 17:18:05 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 17:28:05 +0100" startDate="2018-02-21 17:18:05 +0100" endDate="2018-02-21 17:28:02 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 18:26:21 +0100" startDate="2018-02-21 17:28:02 +0100" endDate="2018-02-21 17:34:43 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 18:26:21 +0100" startDate="2018-02-21 17:34:43 +0100" endDate="2018-02-21 17:40:55 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 18:26:21 +0100" startDate="2018-02-21 17:43:57 +0100" endDate="2018-02-21 17:50:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 19:52:26 +0100" startDate="2018-02-21 18:37:12 +0100" endDate="2018-02-21 18:46:24 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-21 21:29:44 +0100" startDate="2018-02-21 20:42:40 +0100" endDate="2018-02-21 20:51:14 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 08:32:12 +0100" startDate="2018-02-22 07:21:23 +0100" endDate="2018-02-22 07:27:59 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 08:32:12 +0100" startDate="2018-02-22 07:49:17 +0100" endDate="2018-02-22 07:55:50 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 08:32:12 +0100" startDate="2018-02-22 07:56:38 +0100" endDate="2018-02-22 08:06:14 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 08:32:12 +0100" startDate="2018-02-22 08:06:14 +0100" endDate="2018-02-22 08:12:06 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 08:32:12 +0100" startDate="2018-02-22 08:13:34 +0100" endDate="2018-02-22 08:23:32 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 09:40:05 +0100" startDate="2018-02-22 08:23:32 +0100" endDate="2018-02-22 08:33:12 +0100" value="1023"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 09:40:05 +0100" startDate="2018-02-22 08:33:12 +0100" endDate="2018-02-22 08:35:15 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 09:40:05 +0100" startDate="2018-02-22 08:38:41 +0100" endDate="2018-02-22 08:46:33 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 09:40:05 +0100" startDate="2018-02-22 08:46:33 +0100" endDate="2018-02-22 08:55:37 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 09:40:05 +0100" startDate="2018-02-22 09:18:03 +0100" endDate="2018-02-22 09:24:10 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 09:40:05 +0100" startDate="2018-02-22 09:24:10 +0100" endDate="2018-02-22 09:29:46 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 10:31:01 +0100" startDate="2018-02-22 09:29:46 +0100" endDate="2018-02-22 09:29:49 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 10:31:01 +0100" startDate="2018-02-22 10:03:06 +0100" endDate="2018-02-22 10:11:28 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 10:31:01 +0100" startDate="2018-02-22 10:14:18 +0100" endDate="2018-02-22 10:20:21 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 11:40:05 +0100" startDate="2018-02-22 10:25:02 +0100" endDate="2018-02-22 10:33:04 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 11:40:05 +0100" startDate="2018-02-22 10:34:02 +0100" endDate="2018-02-22 10:40:10 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 11:40:05 +0100" startDate="2018-02-22 10:46:07 +0100" endDate="2018-02-22 10:56:02 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 11:40:05 +0100" startDate="2018-02-22 10:56:02 +0100" endDate="2018-02-22 11:04:41 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 11:40:05 +0100" startDate="2018-02-22 11:15:40 +0100" endDate="2018-02-22 11:25:36 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 12:26:03 +0100" startDate="2018-02-22 11:25:36 +0100" endDate="2018-02-22 11:25:42 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 13:26:02 +0100" startDate="2018-02-22 12:38:41 +0100" endDate="2018-02-22 12:48:40 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 13:26:02 +0100" startDate="2018-02-22 12:48:40 +0100" endDate="2018-02-22 12:58:38 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 13:26:02 +0100" startDate="2018-02-22 12:58:38 +0100" endDate="2018-02-22 13:08:35 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 13:26:02 +0100" startDate="2018-02-22 13:08:35 +0100" endDate="2018-02-22 13:15:30 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 13:26:02 +0100" startDate="2018-02-22 13:15:30 +0100" endDate="2018-02-22 13:25:29 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 14:25:51 +0100" startDate="2018-02-22 13:54:21 +0100" endDate="2018-02-22 14:04:15 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 14:25:51 +0100" startDate="2018-02-22 14:04:15 +0100" endDate="2018-02-22 14:07:44 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 15:27:33 +0100" startDate="2018-02-22 14:55:13 +0100" endDate="2018-02-22 15:05:12 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 15:27:33 +0100" startDate="2018-02-22 15:05:12 +0100" endDate="2018-02-22 15:15:12 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 15:27:33 +0100" startDate="2018-02-22 15:15:12 +0100" endDate="2018-02-22 15:25:10 +0100" value="1044"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 16:30:59 +0100" startDate="2018-02-22 15:25:10 +0100" endDate="2018-02-22 15:33:19 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 16:30:59 +0100" startDate="2018-02-22 15:47:13 +0100" endDate="2018-02-22 15:55:02 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 16:30:59 +0100" startDate="2018-02-22 15:55:02 +0100" endDate="2018-02-22 16:00:23 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 16:30:59 +0100" startDate="2018-02-22 16:04:50 +0100" endDate="2018-02-22 16:11:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 16:30:59 +0100" startDate="2018-02-22 16:12:52 +0100" endDate="2018-02-22 16:22:46 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 20:25:56 +0100" startDate="2018-02-22 19:46:57 +0100" endDate="2018-02-22 19:56:57 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 20:25:56 +0100" startDate="2018-02-22 19:56:57 +0100" endDate="2018-02-22 20:02:56 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 20:25:56 +0100" startDate="2018-02-22 20:05:04 +0100" endDate="2018-02-22 20:15:02 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-22 20:25:56 +0100" startDate="2018-02-22 20:15:02 +0100" endDate="2018-02-22 20:18:53 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 07:31:53 +0100" endDate="2018-02-23 07:38:19 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 07:38:19 +0100" endDate="2018-02-23 07:44:48 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 07:44:48 +0100" endDate="2018-02-23 07:49:55 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 07:49:55 +0100" endDate="2018-02-23 07:54:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 07:56:55 +0100" endDate="2018-02-23 08:05:15 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 08:05:15 +0100" endDate="2018-02-23 08:15:10 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 08:15:10 +0100" endDate="2018-02-23 08:24:29 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 09:36:41 +0100" startDate="2018-02-23 08:24:29 +0100" endDate="2018-02-23 08:34:11 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 09:36:41 +0100" startDate="2018-02-23 08:34:11 +0100" endDate="2018-02-23 08:41:53 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 09:36:41 +0100" startDate="2018-02-23 08:41:53 +0100" endDate="2018-02-23 08:47:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 09:36:41 +0100" startDate="2018-02-23 09:03:55 +0100" endDate="2018-02-23 09:10:03 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 10:30:17 +0100" startDate="2018-02-23 09:10:03 +0100" endDate="2018-02-23 09:14:48 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 10:30:17 +0100" startDate="2018-02-23 09:30:42 +0100" endDate="2018-02-23 09:39:23 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 10:30:17 +0100" startDate="2018-02-23 09:59:30 +0100" endDate="2018-02-23 10:06:26 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 11:28:59 +0100" startDate="2018-02-23 10:28:03 +0100" endDate="2018-02-23 10:38:02 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 11:28:59 +0100" startDate="2018-02-23 10:38:02 +0100" endDate="2018-02-23 10:40:57 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 12:31:33 +0100" startDate="2018-02-23 11:27:49 +0100" endDate="2018-02-23 11:36:37 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 12:31:33 +0100" startDate="2018-02-23 11:39:31 +0100" endDate="2018-02-23 11:48:27 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 12:31:33 +0100" startDate="2018-02-23 11:48:27 +0100" endDate="2018-02-23 11:56:43 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 12:31:33 +0100" startDate="2018-02-23 12:11:54 +0100" endDate="2018-02-23 12:18:10 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 13:27:34 +0100" startDate="2018-02-23 12:46:28 +0100" endDate="2018-02-23 12:56:27 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 13:27:34 +0100" startDate="2018-02-23 12:56:27 +0100" endDate="2018-02-23 13:06:26 +0100" value="1044"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 13:27:34 +0100" startDate="2018-02-23 13:06:26 +0100" endDate="2018-02-23 13:16:26 +0100" value="1161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 13:27:34 +0100" startDate="2018-02-23 13:16:26 +0100" endDate="2018-02-23 13:18:24 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 15:26:00 +0100" startDate="2018-02-23 14:36:23 +0100" endDate="2018-02-23 14:45:21 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 15:26:00 +0100" startDate="2018-02-23 14:49:22 +0100" endDate="2018-02-23 14:59:22 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 15:26:00 +0100" startDate="2018-02-23 14:59:22 +0100" endDate="2018-02-23 15:09:21 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 15:26:00 +0100" startDate="2018-02-23 15:09:21 +0100" endDate="2018-02-23 15:18:18 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 15:18:18 +0100" endDate="2018-02-23 15:27:24 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 15:28:54 +0100" endDate="2018-02-23 15:38:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 15:38:52 +0100" endDate="2018-02-23 15:47:38 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 15:49:05 +0100" endDate="2018-02-23 15:56:29 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 15:56:29 +0100" endDate="2018-02-23 16:03:55 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 16:03:55 +0100" endDate="2018-02-23 16:08:19 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 16:08:44 +0100" endDate="2018-02-23 16:18:27 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 17:34:14 +0100" startDate="2018-02-23 16:18:27 +0100" endDate="2018-02-23 16:19:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 17:34:14 +0100" startDate="2018-02-23 16:44:11 +0100" endDate="2018-02-23 16:51:45 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 17:34:14 +0100" startDate="2018-02-23 17:04:37 +0100" endDate="2018-02-23 17:14:29 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 17:34:14 +0100" startDate="2018-02-23 17:14:29 +0100" endDate="2018-02-23 17:24:28 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 18:28:49 +0100" startDate="2018-02-23 17:24:28 +0100" endDate="2018-02-23 17:34:13 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 18:28:49 +0100" startDate="2018-02-23 17:34:13 +0100" endDate="2018-02-23 17:37:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 18:28:49 +0100" startDate="2018-02-23 17:39:54 +0100" endDate="2018-02-23 17:46:07 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 18:28:49 +0100" startDate="2018-02-23 17:50:27 +0100" endDate="2018-02-23 17:56:35 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 18:28:49 +0100" startDate="2018-02-23 17:56:35 +0100" endDate="2018-02-23 18:00:48 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 19:29:48 +0100" startDate="2018-02-23 18:23:52 +0100" endDate="2018-02-23 18:30:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 19:29:48 +0100" startDate="2018-02-23 18:54:56 +0100" endDate="2018-02-23 19:02:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 19:29:48 +0100" startDate="2018-02-23 19:02:32 +0100" endDate="2018-02-23 19:12:27 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 19:29:48 +0100" startDate="2018-02-23 19:12:27 +0100" endDate="2018-02-23 19:20:40 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 20:33:06 +0100" startDate="2018-02-23 19:36:36 +0100" endDate="2018-02-23 19:46:35 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 20:33:06 +0100" startDate="2018-02-23 19:46:35 +0100" endDate="2018-02-23 19:56:32 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 20:33:06 +0100" startDate="2018-02-23 19:56:32 +0100" endDate="2018-02-23 20:06:31 +0100" value="1056"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 20:33:06 +0100" startDate="2018-02-23 20:06:31 +0100" endDate="2018-02-23 20:14:57 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 23:04:41 +0100" startDate="2018-02-23 22:52:24 +0100" endDate="2018-02-23 22:58:54 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 23:52:00 +0100" startDate="2018-02-23 22:58:54 +0100" endDate="2018-02-23 23:08:53 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 23:52:00 +0100" startDate="2018-02-23 23:08:53 +0100" endDate="2018-02-23 23:18:51 +0100" value="1149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-23 23:52:00 +0100" startDate="2018-02-23 23:18:51 +0100" endDate="2018-02-23 23:25:56 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 08:31:44 +0100" startDate="2018-02-24 07:44:12 +0100" endDate="2018-02-24 07:53:54 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 08:31:44 +0100" startDate="2018-02-24 08:06:03 +0100" endDate="2018-02-24 08:12:15 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 08:31:44 +0100" startDate="2018-02-24 08:12:35 +0100" endDate="2018-02-24 08:20:10 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 08:31:44 +0100" startDate="2018-02-24 08:20:10 +0100" endDate="2018-02-24 08:28:26 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 09:29:28 +0100" startDate="2018-02-24 08:28:26 +0100" endDate="2018-02-24 08:38:25 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 09:29:28 +0100" startDate="2018-02-24 08:38:25 +0100" endDate="2018-02-24 08:45:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 09:29:28 +0100" startDate="2018-02-24 09:09:14 +0100" endDate="2018-02-24 09:15:14 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 10:33:38 +0100" startDate="2018-02-24 09:31:23 +0100" endDate="2018-02-24 09:41:13 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 10:33:38 +0100" startDate="2018-02-24 09:41:13 +0100" endDate="2018-02-24 09:50:42 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 10:33:38 +0100" startDate="2018-02-24 09:50:42 +0100" endDate="2018-02-24 10:00:42 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 10:33:38 +0100" startDate="2018-02-24 10:00:42 +0100" endDate="2018-02-24 10:10:40 +0100" value="1048"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 10:33:38 +0100" startDate="2018-02-24 10:10:40 +0100" endDate="2018-02-24 10:14:57 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 11:29:23 +0100" startDate="2018-02-24 10:27:14 +0100" endDate="2018-02-24 10:37:11 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 11:29:23 +0100" startDate="2018-02-24 10:37:11 +0100" endDate="2018-02-24 10:47:09 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 11:29:23 +0100" startDate="2018-02-24 10:47:09 +0100" endDate="2018-02-24 10:54:28 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 11:29:23 +0100" startDate="2018-02-24 11:10:01 +0100" endDate="2018-02-24 11:16:37 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 13:27:08 +0100" startDate="2018-02-24 12:24:36 +0100" endDate="2018-02-24 12:30:59 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 13:27:08 +0100" startDate="2018-02-24 12:30:59 +0100" endDate="2018-02-24 12:40:59 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 13:27:08 +0100" startDate="2018-02-24 12:40:59 +0100" endDate="2018-02-24 12:47:17 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 13:27:08 +0100" startDate="2018-02-24 13:03:31 +0100" endDate="2018-02-24 13:11:59 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 13:17:49 +0100" endDate="2018-02-24 13:27:12 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 13:27:12 +0100" endDate="2018-02-24 13:37:10 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 13:37:10 +0100" endDate="2018-02-24 13:39:28 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 13:41:44 +0100" endDate="2018-02-24 13:51:18 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 13:51:18 +0100" endDate="2018-02-24 13:52:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 13:56:32 +0100" endDate="2018-02-24 14:03:55 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 14:08:01 +0100" endDate="2018-02-24 14:16:49 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 14:16:49 +0100" endDate="2018-02-24 14:21:31 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 15:34:12 +0100" startDate="2018-02-24 14:21:31 +0100" endDate="2018-02-24 14:30:44 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 15:34:12 +0100" startDate="2018-02-24 14:32:47 +0100" endDate="2018-02-24 14:38:49 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 15:34:12 +0100" startDate="2018-02-24 14:40:21 +0100" endDate="2018-02-24 14:48:13 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 15:34:12 +0100" startDate="2018-02-24 14:57:28 +0100" endDate="2018-02-24 15:04:59 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 15:34:12 +0100" startDate="2018-02-24 15:22:50 +0100" endDate="2018-02-24 15:32:00 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 16:37:47 +0100" startDate="2018-02-24 15:32:00 +0100" endDate="2018-02-24 15:40:55 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 16:37:47 +0100" startDate="2018-02-24 15:40:55 +0100" endDate="2018-02-24 15:50:42 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 16:37:47 +0100" startDate="2018-02-24 15:50:42 +0100" endDate="2018-02-24 16:00:40 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 16:37:47 +0100" startDate="2018-02-24 16:00:40 +0100" endDate="2018-02-24 16:10:39 +0100" value="996"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 16:37:47 +0100" startDate="2018-02-24 16:10:39 +0100" endDate="2018-02-24 16:20:38 +0100" value="1050"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 16:37:47 +0100" startDate="2018-02-24 16:20:38 +0100" endDate="2018-02-24 16:30:38 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 17:26:47 +0100" startDate="2018-02-24 16:30:38 +0100" endDate="2018-02-24 16:40:36 +0100" value="1058"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 17:26:47 +0100" startDate="2018-02-24 16:40:36 +0100" endDate="2018-02-24 16:50:34 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 17:26:47 +0100" startDate="2018-02-24 16:50:34 +0100" endDate="2018-02-24 17:00:32 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 17:26:47 +0100" startDate="2018-02-24 17:00:32 +0100" endDate="2018-02-24 17:09:33 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 17:26:47 +0100" startDate="2018-02-24 17:09:33 +0100" endDate="2018-02-24 17:19:32 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 17:54:20 +0100" startDate="2018-02-24 17:19:32 +0100" endDate="2018-02-24 17:29:31 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 17:54:20 +0100" startDate="2018-02-24 17:29:31 +0100" endDate="2018-02-24 17:39:30 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 17:54:20 +0100" startDate="2018-02-24 17:39:30 +0100" endDate="2018-02-24 17:49:29 +0100" value="993"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 18:04:20 +0100" startDate="2018-02-24 17:49:29 +0100" endDate="2018-02-24 17:53:13 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 18:28:47 +0100" startDate="2018-02-24 17:53:13 +0100" endDate="2018-02-24 18:02:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 19:27:44 +0100" startDate="2018-02-24 18:53:45 +0100" endDate="2018-02-24 19:03:26 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 20:26:07 +0100" startDate="2018-02-24 19:30:01 +0100" endDate="2018-02-24 19:36:44 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 22:14:43 +0100" startDate="2018-02-24 20:41:30 +0100" endDate="2018-02-24 20:51:28 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 22:14:43 +0100" startDate="2018-02-24 20:54:30 +0100" endDate="2018-02-24 21:00:37 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 22:14:43 +0100" startDate="2018-02-24 21:01:17 +0100" endDate="2018-02-24 21:11:16 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 22:14:43 +0100" startDate="2018-02-24 21:11:16 +0100" endDate="2018-02-24 21:16:56 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 22:14:43 +0100" startDate="2018-02-24 21:18:58 +0100" endDate="2018-02-24 21:25:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-24 22:14:43 +0100" startDate="2018-02-24 22:01:57 +0100" endDate="2018-02-24 22:11:51 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 06:48:42 +0100" startDate="2018-02-25 04:41:01 +0100" endDate="2018-02-25 04:49:24 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 08:26:52 +0100" startDate="2018-02-25 07:24:12 +0100" endDate="2018-02-25 07:31:18 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 08:26:52 +0100" startDate="2018-02-25 07:32:36 +0100" endDate="2018-02-25 07:39:40 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 08:26:52 +0100" startDate="2018-02-25 07:57:41 +0100" endDate="2018-02-25 08:04:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 08:26:52 +0100" startDate="2018-02-25 08:10:15 +0100" endDate="2018-02-25 08:16:46 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 09:26:22 +0100" startDate="2018-02-25 08:41:49 +0100" endDate="2018-02-25 08:47:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 10:34:32 +0100" startDate="2018-02-25 09:20:38 +0100" endDate="2018-02-25 09:30:23 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 10:34:32 +0100" startDate="2018-02-25 09:30:23 +0100" endDate="2018-02-25 09:34:01 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 10:34:32 +0100" startDate="2018-02-25 09:49:17 +0100" endDate="2018-02-25 09:58:32 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 10:34:32 +0100" startDate="2018-02-25 09:58:32 +0100" endDate="2018-02-25 10:01:29 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 11:27:57 +0100" startDate="2018-02-25 10:32:02 +0100" endDate="2018-02-25 10:42:01 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 11:27:57 +0100" startDate="2018-02-25 10:42:01 +0100" endDate="2018-02-25 10:48:38 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 11:27:57 +0100" startDate="2018-02-25 10:55:52 +0100" endDate="2018-02-25 11:03:11 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 11:27:57 +0100" startDate="2018-02-25 11:03:45 +0100" endDate="2018-02-25 11:10:54 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 11:27:57 +0100" startDate="2018-02-25 11:10:54 +0100" endDate="2018-02-25 11:16:43 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 12:33:59 +0100" startDate="2018-02-25 11:35:20 +0100" endDate="2018-02-25 11:45:19 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 12:33:59 +0100" startDate="2018-02-25 11:45:19 +0100" endDate="2018-02-25 11:54:30 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 12:33:59 +0100" startDate="2018-02-25 12:00:34 +0100" endDate="2018-02-25 12:09:32 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 12:33:59 +0100" startDate="2018-02-25 12:09:32 +0100" endDate="2018-02-25 12:13:23 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 13:29:14 +0100" startDate="2018-02-25 12:35:01 +0100" endDate="2018-02-25 12:42:33 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 13:29:14 +0100" startDate="2018-02-25 12:53:35 +0100" endDate="2018-02-25 13:02:38 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 13:29:14 +0100" startDate="2018-02-25 13:02:38 +0100" endDate="2018-02-25 13:10:54 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 14:31:54 +0100" startDate="2018-02-25 13:35:10 +0100" endDate="2018-02-25 13:41:49 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 15:27:49 +0100" startDate="2018-02-25 14:58:46 +0100" endDate="2018-02-25 15:08:22 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 15:27:49 +0100" startDate="2018-02-25 15:08:22 +0100" endDate="2018-02-25 15:17:23 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 15:27:49 +0100" startDate="2018-02-25 15:17:23 +0100" endDate="2018-02-25 15:27:13 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 16:54:58 +0100" startDate="2018-02-25 15:27:13 +0100" endDate="2018-02-25 15:30:16 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 16:54:58 +0100" startDate="2018-02-25 16:02:24 +0100" endDate="2018-02-25 16:08:41 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 16:54:58 +0100" startDate="2018-02-25 16:27:48 +0100" endDate="2018-02-25 16:37:44 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 16:54:58 +0100" startDate="2018-02-25 16:37:44 +0100" endDate="2018-02-25 16:47:16 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 18:52:49 +0100" startDate="2018-02-25 17:32:51 +0100" endDate="2018-02-25 17:39:32 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 19:52:24 +0100" startDate="2018-02-25 19:18:22 +0100" endDate="2018-02-25 19:27:18 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-25 22:57:09 +0100" startDate="2018-02-25 22:10:14 +0100" endDate="2018-02-25 22:16:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 07:28:54 +0100" startDate="2018-02-26 06:18:13 +0100" endDate="2018-02-26 06:28:13 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 07:28:54 +0100" startDate="2018-02-26 06:28:13 +0100" endDate="2018-02-26 06:29:01 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 07:28:54 +0100" startDate="2018-02-26 06:42:29 +0100" endDate="2018-02-26 06:50:01 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 07:28:54 +0100" startDate="2018-02-26 06:51:15 +0100" endDate="2018-02-26 06:57:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 08:30:03 +0100" startDate="2018-02-26 07:37:17 +0100" endDate="2018-02-26 07:45:32 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 08:30:03 +0100" startDate="2018-02-26 07:45:32 +0100" endDate="2018-02-26 07:55:32 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 08:30:03 +0100" startDate="2018-02-26 07:55:32 +0100" endDate="2018-02-26 08:04:01 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 08:30:03 +0100" startDate="2018-02-26 08:06:17 +0100" endDate="2018-02-26 08:16:17 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 08:30:03 +0100" startDate="2018-02-26 08:16:17 +0100" endDate="2018-02-26 08:18:58 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 09:37:45 +0100" startDate="2018-02-26 08:49:43 +0100" endDate="2018-02-26 08:56:04 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 09:37:45 +0100" startDate="2018-02-26 08:56:04 +0100" endDate="2018-02-26 09:05:23 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 10:30:03 +0100" startDate="2018-02-26 09:30:50 +0100" endDate="2018-02-26 09:38:54 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 11:26:30 +0100" startDate="2018-02-26 10:41:19 +0100" endDate="2018-02-26 10:50:22 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 11:26:30 +0100" startDate="2018-02-26 11:00:11 +0100" endDate="2018-02-26 11:10:08 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 11:26:30 +0100" startDate="2018-02-26 11:10:08 +0100" endDate="2018-02-26 11:13:39 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 12:32:54 +0100" startDate="2018-02-26 11:37:37 +0100" endDate="2018-02-26 11:47:36 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 12:32:54 +0100" startDate="2018-02-26 11:47:36 +0100" endDate="2018-02-26 11:57:34 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 12:32:54 +0100" startDate="2018-02-26 11:57:34 +0100" endDate="2018-02-26 12:02:20 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 12:32:54 +0100" startDate="2018-02-26 12:17:45 +0100" endDate="2018-02-26 12:27:45 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 13:28:33 +0100" startDate="2018-02-26 12:27:45 +0100" endDate="2018-02-26 12:36:22 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 13:28:33 +0100" startDate="2018-02-26 12:51:39 +0100" endDate="2018-02-26 12:59:03 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 13:28:33 +0100" startDate="2018-02-26 13:08:17 +0100" endDate="2018-02-26 13:17:44 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 14:29:09 +0100" startDate="2018-02-26 13:28:09 +0100" endDate="2018-02-26 13:35:33 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 14:29:09 +0100" startDate="2018-02-26 13:35:33 +0100" endDate="2018-02-26 13:45:32 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 14:29:09 +0100" startDate="2018-02-26 13:45:32 +0100" endDate="2018-02-26 13:53:26 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 14:29:09 +0100" startDate="2018-02-26 13:53:26 +0100" endDate="2018-02-26 14:02:28 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 14:29:09 +0100" startDate="2018-02-26 14:02:28 +0100" endDate="2018-02-26 14:10:19 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 14:29:09 +0100" startDate="2018-02-26 14:10:19 +0100" endDate="2018-02-26 14:20:19 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 15:27:49 +0100" startDate="2018-02-26 14:20:19 +0100" endDate="2018-02-26 14:29:43 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 15:27:49 +0100" startDate="2018-02-26 14:29:43 +0100" endDate="2018-02-26 14:38:51 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 15:27:49 +0100" startDate="2018-02-26 14:38:51 +0100" endDate="2018-02-26 14:48:51 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 15:27:49 +0100" startDate="2018-02-26 14:48:51 +0100" endDate="2018-02-26 14:58:29 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 15:27:49 +0100" startDate="2018-02-26 14:58:29 +0100" endDate="2018-02-26 15:08:27 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 15:27:49 +0100" startDate="2018-02-26 15:08:27 +0100" endDate="2018-02-26 15:18:25 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 16:30:10 +0100" startDate="2018-02-26 15:18:25 +0100" endDate="2018-02-26 15:22:35 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 16:30:10 +0100" startDate="2018-02-26 15:25:57 +0100" endDate="2018-02-26 15:35:57 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 16:30:10 +0100" startDate="2018-02-26 15:35:57 +0100" endDate="2018-02-26 15:43:34 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 16:30:10 +0100" startDate="2018-02-26 15:48:35 +0100" endDate="2018-02-26 15:58:00 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 17:27:11 +0100" startDate="2018-02-26 16:52:38 +0100" endDate="2018-02-26 17:02:30 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 17:27:11 +0100" startDate="2018-02-26 17:02:30 +0100" endDate="2018-02-26 17:12:28 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 17:27:11 +0100" startDate="2018-02-26 17:12:28 +0100" endDate="2018-02-26 17:21:58 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 18:28:21 +0100" startDate="2018-02-26 17:21:58 +0100" endDate="2018-02-26 17:31:57 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 18:28:21 +0100" startDate="2018-02-26 17:31:57 +0100" endDate="2018-02-26 17:41:20 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 18:28:21 +0100" startDate="2018-02-26 17:44:04 +0100" endDate="2018-02-26 17:54:03 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 18:28:21 +0100" startDate="2018-02-26 17:54:03 +0100" endDate="2018-02-26 18:04:02 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 18:28:21 +0100" startDate="2018-02-26 18:04:02 +0100" endDate="2018-02-26 18:08:44 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 18:28:21 +0100" startDate="2018-02-26 18:09:03 +0100" endDate="2018-02-26 18:15:28 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 19:27:50 +0100" startDate="2018-02-26 19:13:45 +0100" endDate="2018-02-26 19:20:41 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 20:33:55 +0100" startDate="2018-02-26 20:08:26 +0100" endDate="2018-02-26 20:14:39 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-26 23:53:45 +0100" startDate="2018-02-26 23:15:59 +0100" endDate="2018-02-26 23:22:07 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 06:26:50 +0100" startDate="2018-02-27 05:57:49 +0100" endDate="2018-02-27 06:05:19 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 07:26:10 +0100" startDate="2018-02-27 06:17:10 +0100" endDate="2018-02-27 06:27:02 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 07:26:10 +0100" startDate="2018-02-27 06:27:02 +0100" endDate="2018-02-27 06:36:49 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 07:26:10 +0100" startDate="2018-02-27 06:36:49 +0100" endDate="2018-02-27 06:40:34 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 07:26:10 +0100" startDate="2018-02-27 07:04:05 +0100" endDate="2018-02-27 07:13:59 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 07:26:10 +0100" startDate="2018-02-27 07:13:59 +0100" endDate="2018-02-27 07:22:30 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 08:28:44 +0100" startDate="2018-02-27 07:22:30 +0100" endDate="2018-02-27 07:32:28 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 08:28:44 +0100" startDate="2018-02-27 07:32:28 +0100" endDate="2018-02-27 07:39:36 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 08:28:44 +0100" startDate="2018-02-27 07:48:36 +0100" endDate="2018-02-27 07:55:25 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 09:26:00 +0100" startDate="2018-02-27 09:15:53 +0100" endDate="2018-02-27 09:25:51 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 10:27:16 +0100" startDate="2018-02-27 09:25:51 +0100" endDate="2018-02-27 09:32:38 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 10:27:16 +0100" startDate="2018-02-27 09:35:33 +0100" endDate="2018-02-27 09:45:30 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 10:27:16 +0100" startDate="2018-02-27 09:45:30 +0100" endDate="2018-02-27 09:49:44 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 10:27:16 +0100" startDate="2018-02-27 09:59:09 +0100" endDate="2018-02-27 10:09:09 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 10:27:16 +0100" startDate="2018-02-27 10:09:09 +0100" endDate="2018-02-27 10:15:08 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 10:15:08 +0100" endDate="2018-02-27 10:24:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 10:29:06 +0100" endDate="2018-02-27 10:37:39 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 10:37:39 +0100" endDate="2018-02-27 10:44:34 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 10:44:34 +0100" endDate="2018-02-27 10:54:29 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 10:54:29 +0100" endDate="2018-02-27 11:04:27 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 11:04:27 +0100" endDate="2018-02-27 11:07:00 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 11:13:17 +0100" endDate="2018-02-27 11:22:28 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 12:26:00 +0100" startDate="2018-02-27 11:28:57 +0100" endDate="2018-02-27 11:38:34 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 12:26:00 +0100" startDate="2018-02-27 11:38:34 +0100" endDate="2018-02-27 11:46:07 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 12:26:00 +0100" startDate="2018-02-27 12:09:36 +0100" endDate="2018-02-27 12:19:35 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 13:29:21 +0100" startDate="2018-02-27 12:19:35 +0100" endDate="2018-02-27 12:29:32 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 13:29:21 +0100" startDate="2018-02-27 12:29:32 +0100" endDate="2018-02-27 12:39:30 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 13:29:21 +0100" startDate="2018-02-27 12:39:30 +0100" endDate="2018-02-27 12:48:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 14:30:42 +0100" startDate="2018-02-27 13:57:50 +0100" endDate="2018-02-27 14:04:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 14:30:42 +0100" startDate="2018-02-27 14:13:12 +0100" endDate="2018-02-27 14:21:04 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 15:27:45 +0100" startDate="2018-02-27 14:21:04 +0100" endDate="2018-02-27 14:24:35 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 15:27:45 +0100" startDate="2018-02-27 14:47:50 +0100" endDate="2018-02-27 14:57:50 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 15:27:45 +0100" startDate="2018-02-27 14:57:50 +0100" endDate="2018-02-27 15:02:10 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 16:33:59 +0100" startDate="2018-02-27 15:22:26 +0100" endDate="2018-02-27 15:32:25 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 16:33:59 +0100" startDate="2018-02-27 15:32:25 +0100" endDate="2018-02-27 15:35:34 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 18:29:28 +0100" startDate="2018-02-27 18:12:44 +0100" endDate="2018-02-27 18:22:44 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 19:26:13 +0100" startDate="2018-02-27 18:22:44 +0100" endDate="2018-02-27 18:31:53 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 19:26:13 +0100" startDate="2018-02-27 18:32:03 +0100" endDate="2018-02-27 18:42:03 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfc370&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="count" creationDate="2018-02-27 19:26:13 +0100" startDate="2018-02-27 18:42:03 +0100" endDate="2018-02-27 18:44:00 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-27 20:22:01 +0100" startDate="2018-02-27 19:48:57 +0100" endDate="2018-02-27 19:55:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 08:09:56 +0100" startDate="2018-02-28 07:07:58 +0100" endDate="2018-02-28 07:14:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 08:09:56 +0100" startDate="2018-02-28 07:14:31 +0100" endDate="2018-02-28 07:18:38 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 08:09:56 +0100" startDate="2018-02-28 07:23:48 +0100" endDate="2018-02-28 07:33:12 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 08:09:56 +0100" startDate="2018-02-28 07:33:12 +0100" endDate="2018-02-28 07:39:42 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 09:09:26 +0100" startDate="2018-02-28 08:07:56 +0100" endDate="2018-02-28 08:17:56 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 09:09:26 +0100" startDate="2018-02-28 08:17:56 +0100" endDate="2018-02-28 08:27:55 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 09:09:26 +0100" startDate="2018-02-28 08:27:55 +0100" endDate="2018-02-28 08:33:10 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 10:09:18 +0100" startDate="2018-02-28 09:03:28 +0100" endDate="2018-02-28 09:09:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 12:13:39 +0100" startDate="2018-02-28 11:23:01 +0100" endDate="2018-02-28 11:31:11 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 12:13:39 +0100" startDate="2018-02-28 11:34:32 +0100" endDate="2018-02-28 11:42:59 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 12:13:39 +0100" startDate="2018-02-28 11:42:59 +0100" endDate="2018-02-28 11:52:59 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 12:13:39 +0100" startDate="2018-02-28 11:52:59 +0100" endDate="2018-02-28 11:56:52 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 13:11:34 +0100" startDate="2018-02-28 12:11:34 +0100" endDate="2018-02-28 12:21:33 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 13:11:34 +0100" startDate="2018-02-28 12:21:33 +0100" endDate="2018-02-28 12:30:49 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 13:11:34 +0100" startDate="2018-02-28 12:45:02 +0100" endDate="2018-02-28 12:53:53 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 17:13:53 +0100" startDate="2018-02-28 16:50:37 +0100" endDate="2018-02-28 16:57:18 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 18:13:44 +0100" startDate="2018-02-28 17:42:40 +0100" endDate="2018-02-28 17:49:52 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 18:13:44 +0100" startDate="2018-02-28 17:49:52 +0100" endDate="2018-02-28 17:54:41 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 19:11:08 +0100" startDate="2018-02-28 18:14:14 +0100" endDate="2018-02-28 18:20:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 19:11:08 +0100" startDate="2018-02-28 18:52:55 +0100" endDate="2018-02-28 19:01:31 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 20:09:20 +0100" startDate="2018-02-28 19:36:38 +0100" endDate="2018-02-28 19:46:37 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 20:09:20 +0100" startDate="2018-02-28 19:46:37 +0100" endDate="2018-02-28 19:55:55 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-02-28 20:09:20 +0100" startDate="2018-02-28 19:55:55 +0100" endDate="2018-02-28 20:04:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 08:10:21 +0100" startDate="2018-03-01 07:21:02 +0100" endDate="2018-03-01 07:28:13 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 08:10:21 +0100" startDate="2018-03-01 07:28:13 +0100" endDate="2018-03-01 07:36:00 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 09:10:23 +0100" startDate="2018-03-01 08:08:55 +0100" endDate="2018-03-01 08:15:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 09:10:23 +0100" startDate="2018-03-01 08:16:21 +0100" endDate="2018-03-01 08:23:48 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 09:10:23 +0100" startDate="2018-03-01 08:26:23 +0100" endDate="2018-03-01 08:36:23 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 09:10:23 +0100" startDate="2018-03-01 08:36:23 +0100" endDate="2018-03-01 08:42:13 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 10:10:01 +0100" startDate="2018-03-01 09:28:00 +0100" endDate="2018-03-01 09:37:58 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 10:10:01 +0100" startDate="2018-03-01 09:37:58 +0100" endDate="2018-03-01 09:44:44 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 12:10:41 +0100" startDate="2018-03-01 11:45:33 +0100" endDate="2018-03-01 11:55:31 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 12:10:41 +0100" startDate="2018-03-01 11:55:31 +0100" endDate="2018-03-01 12:05:29 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 13:10:34 +0100" startDate="2018-03-01 12:05:29 +0100" endDate="2018-03-01 12:08:56 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 13:10:34 +0100" startDate="2018-03-01 12:54:29 +0100" endDate="2018-03-01 13:04:28 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 14:09:38 +0100" startDate="2018-03-01 13:04:28 +0100" endDate="2018-03-01 13:14:28 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 14:09:38 +0100" startDate="2018-03-01 13:14:28 +0100" endDate="2018-03-01 13:24:22 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 14:09:38 +0100" startDate="2018-03-01 13:33:13 +0100" endDate="2018-03-01 13:41:30 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 15:12:14 +0100" startDate="2018-03-01 14:05:26 +0100" endDate="2018-03-01 14:13:18 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 16:09:04 +0100" startDate="2018-03-01 15:15:54 +0100" endDate="2018-03-01 15:22:25 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 16:09:04 +0100" startDate="2018-03-01 15:32:15 +0100" endDate="2018-03-01 15:39:45 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 16:09:04 +0100" startDate="2018-03-01 15:39:45 +0100" endDate="2018-03-01 15:49:02 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 16:09:04 +0100" startDate="2018-03-01 15:49:02 +0100" endDate="2018-03-01 15:54:18 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 17:12:13 +0100" startDate="2018-03-01 16:48:57 +0100" endDate="2018-03-01 16:57:58 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 17:12:13 +0100" startDate="2018-03-01 16:57:58 +0100" endDate="2018-03-01 17:07:56 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 18:10:45 +0100" startDate="2018-03-01 17:07:56 +0100" endDate="2018-03-01 17:15:48 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 18:10:45 +0100" startDate="2018-03-01 17:15:48 +0100" endDate="2018-03-01 17:24:44 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 18:10:45 +0100" startDate="2018-03-01 17:28:05 +0100" endDate="2018-03-01 17:38:03 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 18:10:45 +0100" startDate="2018-03-01 17:38:03 +0100" endDate="2018-03-01 17:43:01 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 19:10:13 +0100" startDate="2018-03-01 18:06:10 +0100" endDate="2018-03-01 18:15:58 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 21:11:43 +0100" startDate="2018-03-01 20:11:52 +0100" endDate="2018-03-01 20:18:00 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 21:11:43 +0100" startDate="2018-03-01 20:21:39 +0100" endDate="2018-03-01 20:29:51 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 21:11:43 +0100" startDate="2018-03-01 20:52:49 +0100" endDate="2018-03-01 21:02:47 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 22:39:14 +0100" startDate="2018-03-01 21:22:43 +0100" endDate="2018-03-01 21:28:59 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 22:39:14 +0100" startDate="2018-03-01 21:41:25 +0100" endDate="2018-03-01 21:50:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-01 22:39:14 +0100" startDate="2018-03-01 21:56:00 +0100" endDate="2018-03-01 22:04:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 08:14:25 +0100" startDate="2018-03-02 07:27:48 +0100" endDate="2018-03-02 07:36:42 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 08:14:25 +0100" startDate="2018-03-02 07:36:42 +0100" endDate="2018-03-02 07:43:45 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 08:14:25 +0100" startDate="2018-03-02 07:58:20 +0100" endDate="2018-03-02 08:05:03 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 09:09:34 +0100" startDate="2018-03-02 08:05:03 +0100" endDate="2018-03-02 08:14:52 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 09:09:34 +0100" startDate="2018-03-02 08:14:52 +0100" endDate="2018-03-02 08:24:51 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 09:09:34 +0100" startDate="2018-03-02 08:24:51 +0100" endDate="2018-03-02 08:27:30 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 09:09:34 +0100" startDate="2018-03-02 08:33:35 +0100" endDate="2018-03-02 08:42:31 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 09:09:34 +0100" startDate="2018-03-02 08:42:31 +0100" endDate="2018-03-02 08:52:25 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 09:09:34 +0100" startDate="2018-03-02 08:52:25 +0100" endDate="2018-03-02 08:58:11 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 10:10:23 +0100" startDate="2018-03-02 09:26:22 +0100" endDate="2018-03-02 09:32:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 12:10:28 +0100" startDate="2018-03-02 11:23:47 +0100" endDate="2018-03-02 11:33:46 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 12:10:28 +0100" startDate="2018-03-02 11:33:46 +0100" endDate="2018-03-02 11:42:26 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 12:10:28 +0100" startDate="2018-03-02 11:55:42 +0100" endDate="2018-03-02 12:05:42 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 13:14:34 +0100" startDate="2018-03-02 12:05:42 +0100" endDate="2018-03-02 12:14:26 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 16:10:17 +0100" startDate="2018-03-02 15:25:03 +0100" endDate="2018-03-02 15:35:02 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 16:10:17 +0100" startDate="2018-03-02 15:35:02 +0100" endDate="2018-03-02 15:43:01 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 16:10:17 +0100" startDate="2018-03-02 15:45:31 +0100" endDate="2018-03-02 15:53:31 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 16:10:17 +0100" startDate="2018-03-02 15:53:45 +0100" endDate="2018-03-02 16:00:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 17:15:13 +0100" startDate="2018-03-02 16:11:20 +0100" endDate="2018-03-02 16:17:36 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 17:15:13 +0100" startDate="2018-03-02 16:46:52 +0100" endDate="2018-03-02 16:56:41 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 17:15:13 +0100" startDate="2018-03-02 16:56:41 +0100" endDate="2018-03-02 17:02:33 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 18:12:34 +0100" startDate="2018-03-02 17:06:34 +0100" endDate="2018-03-02 17:16:34 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 18:12:34 +0100" startDate="2018-03-02 17:16:34 +0100" endDate="2018-03-02 17:26:01 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 20:10:05 +0100" startDate="2018-03-02 19:11:58 +0100" endDate="2018-03-02 19:21:58 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 20:10:05 +0100" startDate="2018-03-02 19:21:58 +0100" endDate="2018-03-02 19:27:19 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 20:10:05 +0100" startDate="2018-03-02 19:27:19 +0100" endDate="2018-03-02 19:37:19 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 20:10:05 +0100" startDate="2018-03-02 19:37:19 +0100" endDate="2018-03-02 19:39:55 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 21:10:26 +0100" startDate="2018-03-02 20:32:55 +0100" endDate="2018-03-02 20:40:32 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 21:10:26 +0100" startDate="2018-03-02 20:42:30 +0100" endDate="2018-03-02 20:52:29 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 21:10:26 +0100" startDate="2018-03-02 20:52:29 +0100" endDate="2018-03-02 21:02:28 +0100" value="1021"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 22:58:58 +0100" startDate="2018-03-02 21:02:28 +0100" endDate="2018-03-02 21:11:04 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 22:58:58 +0100" startDate="2018-03-02 21:11:04 +0100" endDate="2018-03-02 21:18:14 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 22:58:58 +0100" startDate="2018-03-02 21:20:33 +0100" endDate="2018-03-02 21:26:38 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 22:58:58 +0100" startDate="2018-03-02 22:10:13 +0100" endDate="2018-03-02 22:20:13 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-02 22:58:58 +0100" startDate="2018-03-02 22:20:13 +0100" endDate="2018-03-02 22:26:19 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 02:22:16 +0100" startDate="2018-03-03 01:25:22 +0100" endDate="2018-03-03 01:34:15 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 02:22:16 +0100" startDate="2018-03-03 01:34:15 +0100" endDate="2018-03-03 01:41:27 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 02:22:16 +0100" startDate="2018-03-03 01:41:27 +0100" endDate="2018-03-03 01:51:25 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 02:22:16 +0100" startDate="2018-03-03 01:51:25 +0100" endDate="2018-03-03 01:57:18 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 02:22:16 +0100" startDate="2018-03-03 02:00:32 +0100" endDate="2018-03-03 02:06:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 06:41:23 +0100" startDate="2018-03-03 05:57:51 +0100" endDate="2018-03-03 06:04:25 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 06:41:23 +0100" startDate="2018-03-03 06:04:25 +0100" endDate="2018-03-03 06:10:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 08:09:04 +0100" startDate="2018-03-03 07:26:01 +0100" endDate="2018-03-03 07:35:58 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 08:09:04 +0100" startDate="2018-03-03 07:35:58 +0100" endDate="2018-03-03 07:40:36 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 08:09:04 +0100" startDate="2018-03-03 07:56:47 +0100" endDate="2018-03-03 08:04:34 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 09:09:29 +0100" startDate="2018-03-03 08:16:42 +0100" endDate="2018-03-03 08:25:18 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 09:09:29 +0100" startDate="2018-03-03 08:49:54 +0100" endDate="2018-03-03 08:55:59 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 10:52:02 +0100" startDate="2018-03-03 09:17:55 +0100" endDate="2018-03-03 09:27:27 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 10:52:02 +0100" startDate="2018-03-03 09:27:27 +0100" endDate="2018-03-03 09:34:39 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 10:52:02 +0100" startDate="2018-03-03 09:34:56 +0100" endDate="2018-03-03 09:43:01 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 10:52:02 +0100" startDate="2018-03-03 09:43:01 +0100" endDate="2018-03-03 09:52:44 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 10:52:02 +0100" startDate="2018-03-03 09:52:44 +0100" endDate="2018-03-03 10:02:23 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 11:51:47 +0100" startDate="2018-03-03 10:02:23 +0100" endDate="2018-03-03 10:06:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 13:20:26 +0100" startDate="2018-03-03 12:10:24 +0100" endDate="2018-03-03 12:19:40 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 13:20:26 +0100" startDate="2018-03-03 12:19:40 +0100" endDate="2018-03-03 12:21:50 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 13:20:26 +0100" startDate="2018-03-03 13:05:54 +0100" endDate="2018-03-03 13:15:31 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 14:09:50 +0100" startDate="2018-03-03 13:15:31 +0100" endDate="2018-03-03 13:20:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 14:09:50 +0100" startDate="2018-03-03 13:45:49 +0100" endDate="2018-03-03 13:55:48 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 14:09:50 +0100" startDate="2018-03-03 13:55:48 +0100" endDate="2018-03-03 13:56:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 15:11:55 +0100" startDate="2018-03-03 14:50:35 +0100" endDate="2018-03-03 15:00:35 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 15:11:55 +0100" startDate="2018-03-03 15:00:35 +0100" endDate="2018-03-03 15:10:33 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 16:11:40 +0100" startDate="2018-03-03 15:10:33 +0100" endDate="2018-03-03 15:20:31 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 16:11:40 +0100" startDate="2018-03-03 15:20:31 +0100" endDate="2018-03-03 15:22:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 17:09:11 +0100" startDate="2018-03-03 16:36:20 +0100" endDate="2018-03-03 16:42:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 17:09:11 +0100" startDate="2018-03-03 16:47:34 +0100" endDate="2018-03-03 16:53:54 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 18:12:38 +0100" startDate="2018-03-03 17:02:49 +0100" endDate="2018-03-03 17:11:14 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 18:12:38 +0100" startDate="2018-03-03 17:11:14 +0100" endDate="2018-03-03 17:21:12 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 18:12:38 +0100" startDate="2018-03-03 17:21:12 +0100" endDate="2018-03-03 17:23:09 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 18:12:38 +0100" startDate="2018-03-03 17:33:41 +0100" endDate="2018-03-03 17:43:38 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 18:12:38 +0100" startDate="2018-03-03 17:43:38 +0100" endDate="2018-03-03 17:46:14 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 18:08:32 +0100" endDate="2018-03-03 18:18:17 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 18:18:17 +0100" endDate="2018-03-03 18:25:09 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 18:26:34 +0100" endDate="2018-03-03 18:35:53 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 18:45:58 +0100" endDate="2018-03-03 18:54:03 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 18:55:02 +0100" endDate="2018-03-03 19:02:50 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 19:02:50 +0100" endDate="2018-03-03 19:09:46 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 19:10:00 +0100" endDate="2018-03-03 19:18:31 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 19:23:35 +0100" endDate="2018-03-03 19:29:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 20:09:33 +0100" startDate="2018-03-03 19:29:35 +0100" endDate="2018-03-03 19:39:34 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 20:09:33 +0100" startDate="2018-03-03 19:39:34 +0100" endDate="2018-03-03 19:49:29 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 20:09:33 +0100" startDate="2018-03-03 19:49:29 +0100" endDate="2018-03-03 19:57:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 20:09:33 +0100" startDate="2018-03-03 19:57:33 +0100" endDate="2018-03-03 20:06:56 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 21:09:24 +0100" startDate="2018-03-03 20:06:56 +0100" endDate="2018-03-03 20:16:34 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 21:09:24 +0100" startDate="2018-03-03 20:16:34 +0100" endDate="2018-03-03 20:26:11 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-03 21:09:24 +0100" startDate="2018-03-03 20:26:11 +0100" endDate="2018-03-03 20:30:28 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 07:54:40 +0100" startDate="2018-03-04 07:29:10 +0100" endDate="2018-03-04 07:35:50 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 07:54:40 +0100" startDate="2018-03-04 07:37:21 +0100" endDate="2018-03-04 07:44:55 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 09:53:31 +0100" startDate="2018-03-04 08:54:37 +0100" endDate="2018-03-04 09:03:57 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 09:53:31 +0100" startDate="2018-03-04 09:37:10 +0100" endDate="2018-03-04 09:46:27 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 10:52:13 +0100" startDate="2018-03-04 09:46:27 +0100" endDate="2018-03-04 09:50:40 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 12:49:31 +0100" startDate="2018-03-04 12:20:50 +0100" endDate="2018-03-04 12:30:27 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 13:49:11 +0100" startDate="2018-03-04 12:56:55 +0100" endDate="2018-03-04 13:04:30 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 13:49:11 +0100" startDate="2018-03-04 13:04:30 +0100" endDate="2018-03-04 13:11:21 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 13:49:11 +0100" startDate="2018-03-04 13:11:21 +0100" endDate="2018-03-04 13:20:43 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 13:49:11 +0100" startDate="2018-03-04 13:20:43 +0100" endDate="2018-03-04 13:30:38 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 13:49:11 +0100" startDate="2018-03-04 13:30:38 +0100" endDate="2018-03-04 13:39:10 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 13:49:11 +0100" startDate="2018-03-04 13:39:10 +0100" endDate="2018-03-04 13:49:07 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 14:48:24 +0100" startDate="2018-03-04 13:49:07 +0100" endDate="2018-03-04 13:59:05 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 14:48:24 +0100" startDate="2018-03-04 13:59:05 +0100" endDate="2018-03-04 14:09:03 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 14:48:24 +0100" startDate="2018-03-04 14:09:03 +0100" endDate="2018-03-04 14:19:02 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 14:48:24 +0100" startDate="2018-03-04 14:19:02 +0100" endDate="2018-03-04 14:29:00 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 14:48:24 +0100" startDate="2018-03-04 14:29:00 +0100" endDate="2018-03-04 14:38:58 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 15:49:08 +0100" startDate="2018-03-04 14:38:58 +0100" endDate="2018-03-04 14:48:25 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 15:49:08 +0100" startDate="2018-03-04 14:48:25 +0100" endDate="2018-03-04 14:58:23 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 15:49:08 +0100" startDate="2018-03-04 14:58:23 +0100" endDate="2018-03-04 14:59:09 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 15:49:08 +0100" startDate="2018-03-04 15:03:34 +0100" endDate="2018-03-04 15:11:52 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 15:49:08 +0100" startDate="2018-03-04 15:28:39 +0100" endDate="2018-03-04 15:38:17 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 16:56:12 +0100" startDate="2018-03-04 15:44:59 +0100" endDate="2018-03-04 15:51:07 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 16:56:12 +0100" startDate="2018-03-04 16:34:07 +0100" endDate="2018-03-04 16:40:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 17:28:54 +0100" startDate="2018-03-04 16:51:16 +0100" endDate="2018-03-04 17:01:08 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 17:28:54 +0100" startDate="2018-03-04 17:17:41 +0100" endDate="2018-03-04 17:24:14 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 18:58:54 +0100" startDate="2018-03-04 17:24:14 +0100" endDate="2018-03-04 17:33:54 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 18:58:54 +0100" startDate="2018-03-04 17:33:54 +0100" endDate="2018-03-04 17:43:52 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 18:58:54 +0100" startDate="2018-03-04 17:43:52 +0100" endDate="2018-03-04 17:46:20 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 18:58:54 +0100" startDate="2018-03-04 17:53:52 +0100" endDate="2018-03-04 18:00:35 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 21:30:32 +0100" startDate="2018-03-04 20:20:53 +0100" endDate="2018-03-04 20:30:52 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 21:30:32 +0100" startDate="2018-03-04 20:30:52 +0100" endDate="2018-03-04 20:40:50 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 21:30:32 +0100" startDate="2018-03-04 20:40:50 +0100" endDate="2018-03-04 20:49:29 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 21:30:32 +0100" startDate="2018-03-04 20:49:29 +0100" endDate="2018-03-04 20:57:07 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 21:30:32 +0100" startDate="2018-03-04 21:08:52 +0100" endDate="2018-03-04 21:13:50 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 23:02:12 +0100" startDate="2018-03-04 21:28:41 +0100" endDate="2018-03-04 21:38:40 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 23:02:12 +0100" startDate="2018-03-04 21:38:40 +0100" endDate="2018-03-04 21:44:32 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-04 23:02:12 +0100" startDate="2018-03-04 21:44:32 +0100" endDate="2018-03-04 21:50:42 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 06:28:45 +0100" startDate="2018-03-05 05:38:19 +0100" endDate="2018-03-05 05:46:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 06:28:45 +0100" startDate="2018-03-05 05:46:29 +0100" endDate="2018-03-05 05:51:40 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 07:28:09 +0100" startDate="2018-03-05 06:50:20 +0100" endDate="2018-03-05 07:00:07 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 07:28:09 +0100" startDate="2018-03-05 07:01:12 +0100" endDate="2018-03-05 07:07:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 07:28:09 +0100" startDate="2018-03-05 07:07:50 +0100" endDate="2018-03-05 07:12:40 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 08:29:37 +0100" startDate="2018-03-05 07:22:18 +0100" endDate="2018-03-05 07:29:49 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 08:29:37 +0100" startDate="2018-03-05 07:36:55 +0100" endDate="2018-03-05 07:46:53 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 08:29:37 +0100" startDate="2018-03-05 07:46:53 +0100" endDate="2018-03-05 07:55:31 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 08:29:37 +0100" startDate="2018-03-05 07:55:31 +0100" endDate="2018-03-05 07:59:05 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 08:29:37 +0100" startDate="2018-03-05 08:11:29 +0100" endDate="2018-03-05 08:20:38 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 09:30:10 +0100" startDate="2018-03-05 08:20:38 +0100" endDate="2018-03-05 08:29:38 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 11:27:41 +0100" startDate="2018-03-05 11:15:24 +0100" endDate="2018-03-05 11:25:19 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 12:31:20 +0100" startDate="2018-03-05 11:25:19 +0100" endDate="2018-03-05 11:35:18 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 12:31:20 +0100" startDate="2018-03-05 11:35:18 +0100" endDate="2018-03-05 11:41:32 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 12:31:20 +0100" startDate="2018-03-05 11:58:57 +0100" endDate="2018-03-05 12:08:56 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 12:31:20 +0100" startDate="2018-03-05 12:08:56 +0100" endDate="2018-03-05 12:18:53 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 12:31:20 +0100" startDate="2018-03-05 12:18:53 +0100" endDate="2018-03-05 12:28:51 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 13:32:04 +0100" startDate="2018-03-05 12:28:51 +0100" endDate="2018-03-05 12:37:45 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 13:32:04 +0100" startDate="2018-03-05 12:37:45 +0100" endDate="2018-03-05 12:47:44 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 13:32:04 +0100" startDate="2018-03-05 12:47:44 +0100" endDate="2018-03-05 12:51:03 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 15:34:21 +0100" startDate="2018-03-05 14:28:15 +0100" endDate="2018-03-05 14:37:01 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 15:34:21 +0100" startDate="2018-03-05 14:37:01 +0100" endDate="2018-03-05 14:39:26 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 15:34:21 +0100" startDate="2018-03-05 15:11:57 +0100" endDate="2018-03-05 15:21:56 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 15:34:21 +0100" startDate="2018-03-05 15:21:56 +0100" endDate="2018-03-05 15:25:30 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 16:27:25 +0100" startDate="2018-03-05 15:25:30 +0100" endDate="2018-03-05 15:34:22 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 16:27:25 +0100" startDate="2018-03-05 16:03:10 +0100" endDate="2018-03-05 16:12:11 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 17:29:09 +0100" startDate="2018-03-05 16:24:12 +0100" endDate="2018-03-05 16:34:12 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 17:29:09 +0100" startDate="2018-03-05 16:34:12 +0100" endDate="2018-03-05 16:41:20 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 17:29:09 +0100" startDate="2018-03-05 16:41:20 +0100" endDate="2018-03-05 16:47:42 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 17:29:09 +0100" startDate="2018-03-05 16:48:27 +0100" endDate="2018-03-05 16:57:51 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 18:26:52 +0100" startDate="2018-03-05 17:50:52 +0100" endDate="2018-03-05 17:59:26 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 18:26:52 +0100" startDate="2018-03-05 17:59:26 +0100" endDate="2018-03-05 18:09:00 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 19:41:33 +0100" startDate="2018-03-05 18:54:58 +0100" endDate="2018-03-05 19:04:22 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 19:41:33 +0100" startDate="2018-03-05 19:12:17 +0100" endDate="2018-03-05 19:18:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 19:41:33 +0100" startDate="2018-03-05 19:30:19 +0100" endDate="2018-03-05 19:39:02 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 20:42:56 +0100" startDate="2018-03-05 19:39:02 +0100" endDate="2018-03-05 19:44:41 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 20:42:56 +0100" startDate="2018-03-05 19:51:24 +0100" endDate="2018-03-05 19:57:35 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 21:29:42 +0100" startDate="2018-03-05 20:01:35 +0100" endDate="2018-03-05 20:11:11 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 21:29:42 +0100" startDate="2018-03-05 20:11:11 +0100" endDate="2018-03-05 20:11:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 21:29:42 +0100" startDate="2018-03-05 20:37:02 +0100" endDate="2018-03-05 20:43:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 21:29:42 +0100" startDate="2018-03-05 21:13:19 +0100" endDate="2018-03-05 21:19:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 23:18:20 +0100" startDate="2018-03-05 21:19:27 +0100" endDate="2018-03-05 21:29:22 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 23:18:20 +0100" startDate="2018-03-05 21:42:11 +0100" endDate="2018-03-05 21:49:02 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 23:18:20 +0100" startDate="2018-03-05 21:49:02 +0100" endDate="2018-03-05 21:53:04 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 23:18:20 +0100" startDate="2018-03-05 22:06:12 +0100" endDate="2018-03-05 22:12:30 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 23:18:20 +0100" startDate="2018-03-05 22:31:50 +0100" endDate="2018-03-05 22:38:56 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 23:18:20 +0100" startDate="2018-03-05 22:42:50 +0100" endDate="2018-03-05 22:49:18 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 23:55:02 +0100" startDate="2018-03-05 23:17:49 +0100" endDate="2018-03-05 23:27:46 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-05 23:55:02 +0100" startDate="2018-03-05 23:27:46 +0100" endDate="2018-03-05 23:28:49 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 07:30:07 +0100" startDate="2018-03-06 06:48:49 +0100" endDate="2018-03-06 06:56:11 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 07:30:07 +0100" startDate="2018-03-06 07:03:41 +0100" endDate="2018-03-06 07:13:40 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 07:30:07 +0100" startDate="2018-03-06 07:13:40 +0100" endDate="2018-03-06 07:14:49 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 08:32:07 +0100" startDate="2018-03-06 08:01:54 +0100" endDate="2018-03-06 08:11:52 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 08:32:07 +0100" startDate="2018-03-06 08:11:52 +0100" endDate="2018-03-06 08:21:50 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 08:32:07 +0100" startDate="2018-03-06 08:21:50 +0100" endDate="2018-03-06 08:27:02 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 09:31:16 +0100" startDate="2018-03-06 08:27:02 +0100" endDate="2018-03-06 08:34:29 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 09:31:16 +0100" startDate="2018-03-06 08:45:16 +0100" endDate="2018-03-06 08:55:08 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 09:31:16 +0100" startDate="2018-03-06 08:55:08 +0100" endDate="2018-03-06 09:01:05 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 10:29:21 +0100" startDate="2018-03-06 09:59:29 +0100" endDate="2018-03-06 10:08:47 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 10:29:21 +0100" startDate="2018-03-06 10:08:47 +0100" endDate="2018-03-06 10:13:58 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 11:29:38 +0100" startDate="2018-03-06 10:28:53 +0100" endDate="2018-03-06 10:36:43 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 11:29:38 +0100" startDate="2018-03-06 10:59:39 +0100" endDate="2018-03-06 11:07:39 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 11:29:38 +0100" startDate="2018-03-06 11:07:39 +0100" endDate="2018-03-06 11:11:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 12:29:00 +0100" startDate="2018-03-06 11:33:50 +0100" endDate="2018-03-06 11:40:40 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 12:29:00 +0100" startDate="2018-03-06 11:40:40 +0100" endDate="2018-03-06 11:48:53 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 12:29:00 +0100" startDate="2018-03-06 11:48:53 +0100" endDate="2018-03-06 11:58:16 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 12:29:00 +0100" startDate="2018-03-06 11:58:16 +0100" endDate="2018-03-06 12:08:16 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 13:27:48 +0100" startDate="2018-03-06 12:43:35 +0100" endDate="2018-03-06 12:53:34 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 13:27:48 +0100" startDate="2018-03-06 12:53:34 +0100" endDate="2018-03-06 13:02:18 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 13:27:48 +0100" startDate="2018-03-06 13:02:18 +0100" endDate="2018-03-06 13:12:16 +0100" value="656"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 13:27:48 +0100" startDate="2018-03-06 13:12:16 +0100" endDate="2018-03-06 13:20:39 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 14:31:40 +0100" startDate="2018-03-06 13:20:39 +0100" endDate="2018-03-06 13:29:20 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 14:31:40 +0100" startDate="2018-03-06 13:29:20 +0100" endDate="2018-03-06 13:36:48 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 14:31:40 +0100" startDate="2018-03-06 13:40:50 +0100" endDate="2018-03-06 13:46:57 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 14:31:40 +0100" startDate="2018-03-06 14:09:01 +0100" endDate="2018-03-06 14:17:18 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 15:35:03 +0100" startDate="2018-03-06 15:06:48 +0100" endDate="2018-03-06 15:13:21 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 15:35:03 +0100" startDate="2018-03-06 15:13:21 +0100" endDate="2018-03-06 15:23:20 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 15:35:03 +0100" startDate="2018-03-06 15:23:20 +0100" endDate="2018-03-06 15:26:42 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 16:28:49 +0100" startDate="2018-03-06 16:02:39 +0100" endDate="2018-03-06 16:12:08 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 17:27:24 +0100" startDate="2018-03-06 16:35:49 +0100" endDate="2018-03-06 16:45:28 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 17:27:24 +0100" startDate="2018-03-06 17:11:51 +0100" endDate="2018-03-06 17:18:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 18:27:04 +0100" startDate="2018-03-06 17:43:19 +0100" endDate="2018-03-06 17:53:19 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 18:27:04 +0100" startDate="2018-03-06 17:53:19 +0100" endDate="2018-03-06 18:02:02 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 18:27:04 +0100" startDate="2018-03-06 18:02:02 +0100" endDate="2018-03-06 18:12:01 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 18:27:04 +0100" startDate="2018-03-06 18:12:01 +0100" endDate="2018-03-06 18:20:59 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 19:27:38 +0100" startDate="2018-03-06 18:20:59 +0100" endDate="2018-03-06 18:26:21 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 19:27:38 +0100" startDate="2018-03-06 18:26:21 +0100" endDate="2018-03-06 18:34:15 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 19:27:38 +0100" startDate="2018-03-06 18:34:15 +0100" endDate="2018-03-06 18:39:23 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 19:27:38 +0100" startDate="2018-03-06 18:39:51 +0100" endDate="2018-03-06 18:46:04 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 19:27:38 +0100" startDate="2018-03-06 19:10:11 +0100" endDate="2018-03-06 19:19:50 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 20:34:54 +0100" startDate="2018-03-06 19:19:50 +0100" endDate="2018-03-06 19:29:47 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 20:34:54 +0100" startDate="2018-03-06 19:29:47 +0100" endDate="2018-03-06 19:30:38 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 20:34:54 +0100" startDate="2018-03-06 20:03:17 +0100" endDate="2018-03-06 20:09:40 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-06 21:29:00 +0100" startDate="2018-03-06 21:10:22 +0100" endDate="2018-03-06 21:19:21 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 07:27:30 +0100" startDate="2018-03-07 06:46:15 +0100" endDate="2018-03-07 06:52:50 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 07:27:30 +0100" startDate="2018-03-07 06:54:35 +0100" endDate="2018-03-07 07:00:40 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 07:27:30 +0100" startDate="2018-03-07 07:04:01 +0100" endDate="2018-03-07 07:11:02 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 07:27:30 +0100" startDate="2018-03-07 07:11:48 +0100" endDate="2018-03-07 07:21:47 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 08:29:08 +0100" startDate="2018-03-07 07:21:47 +0100" endDate="2018-03-07 07:31:45 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 08:29:08 +0100" startDate="2018-03-07 07:31:45 +0100" endDate="2018-03-07 07:38:46 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 08:29:08 +0100" startDate="2018-03-07 07:44:37 +0100" endDate="2018-03-07 07:51:03 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 08:29:08 +0100" startDate="2018-03-07 07:58:18 +0100" endDate="2018-03-07 08:04:28 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 08:29:08 +0100" startDate="2018-03-07 08:10:56 +0100" endDate="2018-03-07 08:20:55 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 09:27:37 +0100" startDate="2018-03-07 08:20:55 +0100" endDate="2018-03-07 08:30:13 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 09:27:37 +0100" startDate="2018-03-07 08:30:13 +0100" endDate="2018-03-07 08:36:28 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 10:30:52 +0100" startDate="2018-03-07 10:11:52 +0100" endDate="2018-03-07 10:17:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 11:29:45 +0100" startDate="2018-03-07 10:23:09 +0100" endDate="2018-03-07 10:33:09 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 11:29:45 +0100" startDate="2018-03-07 10:33:09 +0100" endDate="2018-03-07 10:34:45 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 11:29:45 +0100" startDate="2018-03-07 10:40:44 +0100" endDate="2018-03-07 10:50:44 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 11:29:45 +0100" startDate="2018-03-07 10:50:44 +0100" endDate="2018-03-07 10:52:44 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 11:29:45 +0100" startDate="2018-03-07 11:07:02 +0100" endDate="2018-03-07 11:14:24 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 11:29:45 +0100" startDate="2018-03-07 11:14:24 +0100" endDate="2018-03-07 11:22:43 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 12:28:07 +0100" startDate="2018-03-07 11:46:31 +0100" endDate="2018-03-07 11:56:22 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 12:28:07 +0100" startDate="2018-03-07 11:56:22 +0100" endDate="2018-03-07 12:05:48 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 12:28:07 +0100" startDate="2018-03-07 12:05:48 +0100" endDate="2018-03-07 12:11:25 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 12:28:07 +0100" startDate="2018-03-07 12:13:50 +0100" endDate="2018-03-07 12:23:49 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 13:30:06 +0100" startDate="2018-03-07 12:23:49 +0100" endDate="2018-03-07 12:28:06 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 13:30:06 +0100" startDate="2018-03-07 12:54:41 +0100" endDate="2018-03-07 13:04:41 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 13:30:06 +0100" startDate="2018-03-07 13:04:41 +0100" endDate="2018-03-07 13:14:38 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 13:30:06 +0100" startDate="2018-03-07 13:14:38 +0100" endDate="2018-03-07 13:23:02 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 14:30:22 +0100" startDate="2018-03-07 13:23:02 +0100" endDate="2018-03-07 13:25:35 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 14:30:22 +0100" startDate="2018-03-07 13:43:50 +0100" endDate="2018-03-07 13:53:29 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 14:30:22 +0100" startDate="2018-03-07 14:01:27 +0100" endDate="2018-03-07 14:10:46 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 15:30:48 +0100" startDate="2018-03-07 14:53:42 +0100" endDate="2018-03-07 15:02:26 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 16:28:59 +0100" startDate="2018-03-07 15:37:54 +0100" endDate="2018-03-07 15:47:28 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 16:28:59 +0100" startDate="2018-03-07 15:47:28 +0100" endDate="2018-03-07 15:57:27 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 16:28:59 +0100" startDate="2018-03-07 15:57:27 +0100" endDate="2018-03-07 16:04:20 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 16:28:59 +0100" startDate="2018-03-07 16:05:21 +0100" endDate="2018-03-07 16:11:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 17:34:52 +0100" startDate="2018-03-07 16:20:51 +0100" endDate="2018-03-07 16:30:50 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 17:34:52 +0100" startDate="2018-03-07 16:30:50 +0100" endDate="2018-03-07 16:37:51 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 17:29:10 +0100" endDate="2018-03-07 17:35:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 17:35:10 +0100" endDate="2018-03-07 17:40:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 17:45:29 +0100" endDate="2018-03-07 17:55:28 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 17:55:28 +0100" endDate="2018-03-07 18:04:06 +0100" value="659"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 18:04:06 +0100" endDate="2018-03-07 18:11:31 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 18:11:31 +0100" endDate="2018-03-07 18:15:21 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 18:17:12 +0100" endDate="2018-03-07 18:23:45 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 19:28:02 +0100" startDate="2018-03-07 19:06:35 +0100" endDate="2018-03-07 19:13:38 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 20:32:18 +0100" startDate="2018-03-07 19:20:29 +0100" endDate="2018-03-07 19:29:14 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 20:32:18 +0100" startDate="2018-03-07 19:38:45 +0100" endDate="2018-03-07 19:48:45 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 20:32:18 +0100" startDate="2018-03-07 19:48:45 +0100" endDate="2018-03-07 19:52:37 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 20:32:18 +0100" startDate="2018-03-07 20:11:22 +0100" endDate="2018-03-07 20:18:33 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 21:28:19 +0100" startDate="2018-03-07 20:51:43 +0100" endDate="2018-03-07 20:57:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 23:03:08 +0100" startDate="2018-03-07 22:13:30 +0100" endDate="2018-03-07 22:23:29 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-07 23:03:08 +0100" startDate="2018-03-07 22:23:29 +0100" endDate="2018-03-07 22:29:00 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 07:32:01 +0100" startDate="2018-03-08 06:43:20 +0100" endDate="2018-03-08 06:53:18 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 07:32:01 +0100" startDate="2018-03-08 06:53:18 +0100" endDate="2018-03-08 06:57:56 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 08:27:26 +0100" startDate="2018-03-08 07:30:30 +0100" endDate="2018-03-08 07:37:01 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 08:27:26 +0100" startDate="2018-03-08 07:37:01 +0100" endDate="2018-03-08 07:43:38 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 08:27:26 +0100" startDate="2018-03-08 07:48:17 +0100" endDate="2018-03-08 07:55:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 08:27:26 +0100" startDate="2018-03-08 07:55:10 +0100" endDate="2018-03-08 08:04:44 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 08:27:26 +0100" startDate="2018-03-08 08:04:44 +0100" endDate="2018-03-08 08:14:24 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 08:27:26 +0100" startDate="2018-03-08 08:14:24 +0100" endDate="2018-03-08 08:15:22 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 09:45:10 +0100" startDate="2018-03-08 08:43:53 +0100" endDate="2018-03-08 08:51:12 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 10:28:53 +0100" startDate="2018-03-08 09:39:33 +0100" endDate="2018-03-08 09:47:36 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 10:28:53 +0100" startDate="2018-03-08 09:47:36 +0100" endDate="2018-03-08 09:57:36 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 10:28:53 +0100" startDate="2018-03-08 09:57:36 +0100" endDate="2018-03-08 10:05:45 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 10:28:53 +0100" startDate="2018-03-08 10:15:40 +0100" endDate="2018-03-08 10:25:29 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 11:27:38 +0100" startDate="2018-03-08 10:35:29 +0100" endDate="2018-03-08 10:43:57 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 11:27:38 +0100" startDate="2018-03-08 11:07:35 +0100" endDate="2018-03-08 11:17:24 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 11:27:38 +0100" startDate="2018-03-08 11:17:24 +0100" endDate="2018-03-08 11:24:04 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 12:33:13 +0100" startDate="2018-03-08 11:24:04 +0100" endDate="2018-03-08 11:34:03 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 12:33:13 +0100" startDate="2018-03-08 11:34:03 +0100" endDate="2018-03-08 11:35:48 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 13:39:57 +0100" startDate="2018-03-08 12:27:15 +0100" endDate="2018-03-08 12:37:14 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 13:39:57 +0100" startDate="2018-03-08 12:37:14 +0100" endDate="2018-03-08 12:46:17 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 13:39:57 +0100" startDate="2018-03-08 12:46:17 +0100" endDate="2018-03-08 12:56:16 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 16:28:19 +0100" startDate="2018-03-08 16:12:15 +0100" endDate="2018-03-08 16:21:11 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 17:27:46 +0100" startDate="2018-03-08 16:28:23 +0100" endDate="2018-03-08 16:38:17 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 17:27:46 +0100" startDate="2018-03-08 16:38:17 +0100" endDate="2018-03-08 16:43:22 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 17:27:46 +0100" startDate="2018-03-08 17:00:19 +0100" endDate="2018-03-08 17:06:57 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 18:31:20 +0100" startDate="2018-03-08 17:35:51 +0100" endDate="2018-03-08 17:45:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 18:31:20 +0100" startDate="2018-03-08 17:47:20 +0100" endDate="2018-03-08 17:57:20 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 18:31:20 +0100" startDate="2018-03-08 17:57:20 +0100" endDate="2018-03-08 18:07:19 +0100" value="1095"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 18:31:20 +0100" startDate="2018-03-08 18:07:19 +0100" endDate="2018-03-08 18:17:02 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 18:31:20 +0100" startDate="2018-03-08 18:17:02 +0100" endDate="2018-03-08 18:24:23 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 19:27:02 +0100" startDate="2018-03-08 18:30:15 +0100" endDate="2018-03-08 18:37:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 19:27:02 +0100" startDate="2018-03-08 18:37:01 +0100" endDate="2018-03-08 18:41:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 19:27:02 +0100" startDate="2018-03-08 18:44:56 +0100" endDate="2018-03-08 18:54:07 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 19:27:02 +0100" startDate="2018-03-08 18:55:37 +0100" endDate="2018-03-08 19:05:36 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 19:27:02 +0100" startDate="2018-03-08 19:05:36 +0100" endDate="2018-03-08 19:15:35 +0100" value="985"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 19:27:02 +0100" startDate="2018-03-08 19:15:35 +0100" endDate="2018-03-08 19:23:17 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 20:28:43 +0100" startDate="2018-03-08 19:23:17 +0100" endDate="2018-03-08 19:33:15 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 20:28:43 +0100" startDate="2018-03-08 19:33:15 +0100" endDate="2018-03-08 19:43:13 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 20:28:43 +0100" startDate="2018-03-08 19:43:13 +0100" endDate="2018-03-08 19:51:13 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 20:28:43 +0100" startDate="2018-03-08 19:51:13 +0100" endDate="2018-03-08 20:00:21 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 21:32:28 +0100" startDate="2018-03-08 20:23:41 +0100" endDate="2018-03-08 20:33:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-08 21:32:28 +0100" startDate="2018-03-08 20:33:40 +0100" endDate="2018-03-08 20:34:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 07:28:39 +0100" startDate="2018-03-09 06:50:15 +0100" endDate="2018-03-09 06:57:23 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 07:28:39 +0100" startDate="2018-03-09 06:59:22 +0100" endDate="2018-03-09 07:05:43 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 08:27:03 +0100" startDate="2018-03-09 07:28:42 +0100" endDate="2018-03-09 07:35:43 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 08:27:03 +0100" startDate="2018-03-09 07:38:57 +0100" endDate="2018-03-09 07:48:43 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 08:27:03 +0100" startDate="2018-03-09 07:48:43 +0100" endDate="2018-03-09 07:58:41 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 08:27:03 +0100" startDate="2018-03-09 07:58:41 +0100" endDate="2018-03-09 08:08:41 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 08:27:03 +0100" startDate="2018-03-09 08:08:41 +0100" endDate="2018-03-09 08:16:50 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 09:28:56 +0100" startDate="2018-03-09 08:16:50 +0100" endDate="2018-03-09 08:26:48 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 09:28:56 +0100" startDate="2018-03-09 08:26:48 +0100" endDate="2018-03-09 08:27:03 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 10:28:46 +0100" startDate="2018-03-09 09:27:08 +0100" endDate="2018-03-09 09:36:50 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 10:28:46 +0100" startDate="2018-03-09 09:39:36 +0100" endDate="2018-03-09 09:49:23 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 10:28:46 +0100" startDate="2018-03-09 09:49:23 +0100" endDate="2018-03-09 09:53:18 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 11:27:10 +0100" startDate="2018-03-09 10:50:46 +0100" endDate="2018-03-09 10:57:03 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 11:27:10 +0100" startDate="2018-03-09 11:04:48 +0100" endDate="2018-03-09 11:12:58 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 11:27:10 +0100" startDate="2018-03-09 11:12:58 +0100" endDate="2018-03-09 11:21:38 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 12:27:40 +0100" startDate="2018-03-09 11:21:38 +0100" endDate="2018-03-09 11:31:33 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 12:27:40 +0100" startDate="2018-03-09 11:31:33 +0100" endDate="2018-03-09 11:41:32 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 12:27:40 +0100" startDate="2018-03-09 11:41:32 +0100" endDate="2018-03-09 11:50:22 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 12:27:40 +0100" startDate="2018-03-09 11:50:22 +0100" endDate="2018-03-09 11:53:41 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 12:27:40 +0100" startDate="2018-03-09 12:05:19 +0100" endDate="2018-03-09 12:14:43 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 12:27:40 +0100" startDate="2018-03-09 12:14:43 +0100" endDate="2018-03-09 12:24:42 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 13:28:20 +0100" startDate="2018-03-09 12:32:30 +0100" endDate="2018-03-09 12:41:59 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 13:28:20 +0100" startDate="2018-03-09 12:41:59 +0100" endDate="2018-03-09 12:51:25 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 15:30:38 +0100" startDate="2018-03-09 14:21:08 +0100" endDate="2018-03-09 14:27:54 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 15:30:38 +0100" startDate="2018-03-09 14:27:54 +0100" endDate="2018-03-09 14:37:43 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 15:30:38 +0100" startDate="2018-03-09 14:37:43 +0100" endDate="2018-03-09 14:47:27 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 15:30:38 +0100" startDate="2018-03-09 14:47:27 +0100" endDate="2018-03-09 14:54:02 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 15:30:38 +0100" startDate="2018-03-09 15:03:51 +0100" endDate="2018-03-09 15:13:29 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 15:30:38 +0100" startDate="2018-03-09 15:13:29 +0100" endDate="2018-03-09 15:23:04 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 16:27:53 +0100" startDate="2018-03-09 15:23:04 +0100" endDate="2018-03-09 15:24:28 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 16:27:53 +0100" startDate="2018-03-09 15:34:45 +0100" endDate="2018-03-09 15:40:55 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 16:27:53 +0100" startDate="2018-03-09 15:40:59 +0100" endDate="2018-03-09 15:47:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 17:28:36 +0100" startDate="2018-03-09 17:00:28 +0100" endDate="2018-03-09 17:06:53 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 17:28:36 +0100" startDate="2018-03-09 17:16:36 +0100" endDate="2018-03-09 17:26:36 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 18:27:41 +0100" startDate="2018-03-09 17:26:36 +0100" endDate="2018-03-09 17:36:34 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 18:27:41 +0100" startDate="2018-03-09 17:36:34 +0100" endDate="2018-03-09 17:37:17 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 18:27:41 +0100" startDate="2018-03-09 17:48:10 +0100" endDate="2018-03-09 17:57:49 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 18:27:41 +0100" startDate="2018-03-09 17:57:49 +0100" endDate="2018-03-09 18:07:49 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 18:27:41 +0100" startDate="2018-03-09 18:07:49 +0100" endDate="2018-03-09 18:17:03 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 18:27:41 +0100" startDate="2018-03-09 18:17:03 +0100" endDate="2018-03-09 18:27:03 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 19:26:59 +0100" startDate="2018-03-09 18:27:03 +0100" endDate="2018-03-09 18:35:30 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 19:26:59 +0100" startDate="2018-03-09 18:48:25 +0100" endDate="2018-03-09 18:56:08 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 20:27:59 +0100" startDate="2018-03-09 20:00:29 +0100" endDate="2018-03-09 20:06:57 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 21:30:13 +0100" startDate="2018-03-09 20:54:00 +0100" endDate="2018-03-09 21:03:36 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 21:30:13 +0100" startDate="2018-03-09 21:03:36 +0100" endDate="2018-03-09 21:13:36 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 21:30:13 +0100" startDate="2018-03-09 21:13:36 +0100" endDate="2018-03-09 21:23:29 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 23:17:20 +0100" startDate="2018-03-09 21:23:29 +0100" endDate="2018-03-09 21:30:13 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 23:58:41 +0100" startDate="2018-03-09 23:13:14 +0100" endDate="2018-03-09 23:21:59 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 23:58:41 +0100" startDate="2018-03-09 23:21:59 +0100" endDate="2018-03-09 23:31:58 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-09 23:58:41 +0100" startDate="2018-03-09 23:31:58 +0100" endDate="2018-03-09 23:40:04 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 08:28:18 +0100" startDate="2018-03-10 07:38:52 +0100" endDate="2018-03-10 07:44:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 08:28:18 +0100" startDate="2018-03-10 08:01:42 +0100" endDate="2018-03-10 08:09:53 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 09:46:08 +0100" startDate="2018-03-10 09:07:54 +0100" endDate="2018-03-10 09:16:20 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 10:57:20 +0100" startDate="2018-03-10 09:38:17 +0100" endDate="2018-03-10 09:48:08 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 10:57:20 +0100" startDate="2018-03-10 09:48:08 +0100" endDate="2018-03-10 09:49:04 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 10:57:20 +0100" startDate="2018-03-10 10:10:15 +0100" endDate="2018-03-10 10:20:13 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 10:57:20 +0100" startDate="2018-03-10 10:20:13 +0100" endDate="2018-03-10 10:28:07 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 10:57:20 +0100" startDate="2018-03-10 10:28:07 +0100" endDate="2018-03-10 10:37:24 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 10:57:20 +0100" startDate="2018-03-10 10:37:24 +0100" endDate="2018-03-10 10:38:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 11:28:09 +0100" startDate="2018-03-10 11:06:26 +0100" endDate="2018-03-10 11:16:21 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 11:28:09 +0100" startDate="2018-03-10 11:16:21 +0100" endDate="2018-03-10 11:22:12 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 12:26:53 +0100" startDate="2018-03-10 11:28:31 +0100" endDate="2018-03-10 11:36:18 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 12:26:53 +0100" startDate="2018-03-10 11:37:25 +0100" endDate="2018-03-10 11:45:11 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 12:26:53 +0100" startDate="2018-03-10 11:45:11 +0100" endDate="2018-03-10 11:54:56 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 12:26:53 +0100" startDate="2018-03-10 11:54:56 +0100" endDate="2018-03-10 12:04:33 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 12:26:53 +0100" startDate="2018-03-10 12:04:33 +0100" endDate="2018-03-10 12:10:02 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 13:28:34 +0100" startDate="2018-03-10 12:28:32 +0100" endDate="2018-03-10 12:38:01 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 13:28:34 +0100" startDate="2018-03-10 12:41:44 +0100" endDate="2018-03-10 12:51:42 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 13:28:34 +0100" startDate="2018-03-10 12:51:42 +0100" endDate="2018-03-10 12:52:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 13:28:34 +0100" startDate="2018-03-10 13:12:13 +0100" endDate="2018-03-10 13:20:38 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 17:32:39 +0100" startDate="2018-03-10 16:52:33 +0100" endDate="2018-03-10 16:59:31 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 17:32:39 +0100" startDate="2018-03-10 16:59:34 +0100" endDate="2018-03-10 17:07:57 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 18:28:43 +0100" startDate="2018-03-10 17:29:14 +0100" endDate="2018-03-10 17:38:38 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 18:28:43 +0100" startDate="2018-03-10 17:46:21 +0100" endDate="2018-03-10 17:54:16 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 19:28:06 +0100" startDate="2018-03-10 19:11:40 +0100" endDate="2018-03-10 19:18:01 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 20:30:52 +0100" startDate="2018-03-10 19:45:13 +0100" endDate="2018-03-10 19:55:12 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 20:30:52 +0100" startDate="2018-03-10 19:55:12 +0100" endDate="2018-03-10 20:02:01 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 22:24:52 +0100" startDate="2018-03-10 20:23:08 +0100" endDate="2018-03-10 20:32:59 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-10 22:24:52 +0100" startDate="2018-03-10 21:27:00 +0100" endDate="2018-03-10 21:33:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 00:46:53 +0100" startDate="2018-03-11 00:17:28 +0100" endDate="2018-03-11 00:25:53 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 00:46:53 +0100" startDate="2018-03-11 00:25:53 +0100" endDate="2018-03-11 00:29:55 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 01:26:58 +0100" startDate="2018-03-11 00:44:51 +0100" endDate="2018-03-11 00:54:49 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 01:26:58 +0100" startDate="2018-03-11 00:54:49 +0100" endDate="2018-03-11 01:04:08 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 08:27:34 +0100" startDate="2018-03-11 08:03:43 +0100" endDate="2018-03-11 08:11:17 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 08:27:34 +0100" startDate="2018-03-11 08:11:17 +0100" endDate="2018-03-11 08:18:08 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 09:32:07 +0100" startDate="2018-03-11 09:07:53 +0100" endDate="2018-03-11 09:16:21 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 10:27:01 +0100" startDate="2018-03-11 09:40:16 +0100" endDate="2018-03-11 09:50:12 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 10:27:01 +0100" startDate="2018-03-11 09:50:12 +0100" endDate="2018-03-11 09:54:24 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 10:27:01 +0100" startDate="2018-03-11 10:00:29 +0100" endDate="2018-03-11 10:07:23 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 10:27:01 +0100" startDate="2018-03-11 10:07:56 +0100" endDate="2018-03-11 10:15:10 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 11:54:23 +0100" startDate="2018-03-11 10:39:21 +0100" endDate="2018-03-11 10:48:19 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 11:54:23 +0100" startDate="2018-03-11 10:51:51 +0100" endDate="2018-03-11 10:58:31 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 16:34:37 +0100" startDate="2018-03-11 15:26:39 +0100" endDate="2018-03-11 15:36:36 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3f840&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 16:34:37 +0100" startDate="2018-03-11 16:04:30 +0100" endDate="2018-03-11 16:14:30 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 16:34:37 +0100" startDate="2018-03-11 16:14:30 +0100" endDate="2018-03-11 16:16:29 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 18:05:17 +0100" startDate="2018-03-11 16:51:01 +0100" endDate="2018-03-11 16:57:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 18:05:17 +0100" startDate="2018-03-11 17:27:48 +0100" endDate="2018-03-11 17:35:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 18:05:17 +0100" startDate="2018-03-11 17:35:30 +0100" endDate="2018-03-11 17:43:45 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 18:27:37 +0100" startDate="2018-03-11 18:01:02 +0100" endDate="2018-03-11 18:10:54 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 19:32:49 +0100" startDate="2018-03-11 19:18:43 +0100" endDate="2018-03-11 19:27:59 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 20:36:24 +0100" startDate="2018-03-11 19:27:59 +0100" endDate="2018-03-11 19:30:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-11 20:36:24 +0100" startDate="2018-03-11 19:46:21 +0100" endDate="2018-03-11 19:56:20 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 00:52:09 +0100" startDate="2018-03-11 23:28:35 +0100" endDate="2018-03-11 23:37:49 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 05:52:50 +0100" startDate="2018-03-12 04:47:41 +0100" endDate="2018-03-12 04:57:09 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 07:27:03 +0100" startDate="2018-03-12 06:54:53 +0100" endDate="2018-03-12 07:04:43 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 07:27:03 +0100" startDate="2018-03-12 07:04:43 +0100" endDate="2018-03-12 07:13:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 07:27:03 +0100" startDate="2018-03-12 07:13:13 +0100" endDate="2018-03-12 07:18:31 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 08:27:02 +0100" startDate="2018-03-12 07:36:58 +0100" endDate="2018-03-12 07:44:19 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 08:27:02 +0100" startDate="2018-03-12 07:44:31 +0100" endDate="2018-03-12 07:52:28 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 08:27:02 +0100" startDate="2018-03-12 08:09:12 +0100" endDate="2018-03-12 08:17:19 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 08:17:19 +0100" endDate="2018-03-12 08:27:19 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 08:27:19 +0100" endDate="2018-03-12 08:30:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 08:37:37 +0100" endDate="2018-03-12 08:44:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 08:45:54 +0100" endDate="2018-03-12 08:54:43 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 08:54:43 +0100" endDate="2018-03-12 09:02:33 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 09:02:33 +0100" endDate="2018-03-12 09:12:32 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 09:12:32 +0100" endDate="2018-03-12 09:22:30 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 10:23:51 +0100" startDate="2018-03-12 09:22:30 +0100" endDate="2018-03-12 09:32:29 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 10:23:51 +0100" startDate="2018-03-12 09:32:29 +0100" endDate="2018-03-12 09:42:27 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 10:23:51 +0100" startDate="2018-03-12 09:42:27 +0100" endDate="2018-03-12 09:49:50 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 11:25:03 +0100" startDate="2018-03-12 10:30:31 +0100" endDate="2018-03-12 10:40:31 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 11:25:03 +0100" startDate="2018-03-12 10:40:31 +0100" endDate="2018-03-12 10:49:01 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 11:25:03 +0100" startDate="2018-03-12 10:49:01 +0100" endDate="2018-03-12 10:52:27 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 11:25:03 +0100" startDate="2018-03-12 11:11:28 +0100" endDate="2018-03-12 11:21:25 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 12:23:06 +0100" startDate="2018-03-12 11:26:52 +0100" endDate="2018-03-12 11:32:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 12:23:06 +0100" startDate="2018-03-12 11:34:35 +0100" endDate="2018-03-12 11:44:32 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 12:23:06 +0100" startDate="2018-03-12 11:44:32 +0100" endDate="2018-03-12 11:51:10 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 12:23:06 +0100" startDate="2018-03-12 12:03:43 +0100" endDate="2018-03-12 12:09:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 13:25:26 +0100" startDate="2018-03-12 12:17:07 +0100" endDate="2018-03-12 12:27:06 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 13:25:26 +0100" startDate="2018-03-12 12:27:06 +0100" endDate="2018-03-12 12:35:32 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 13:25:26 +0100" startDate="2018-03-12 12:35:32 +0100" endDate="2018-03-12 12:41:23 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 13:25:26 +0100" startDate="2018-03-12 12:52:12 +0100" endDate="2018-03-12 12:58:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 14:23:35 +0100" startDate="2018-03-12 13:48:07 +0100" endDate="2018-03-12 13:57:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 14:23:35 +0100" startDate="2018-03-12 14:07:00 +0100" endDate="2018-03-12 14:16:06 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 15:22:35 +0100" startDate="2018-03-12 14:16:06 +0100" endDate="2018-03-12 14:25:38 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 15:22:35 +0100" startDate="2018-03-12 14:25:38 +0100" endDate="2018-03-12 14:29:14 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 15:22:35 +0100" startDate="2018-03-12 14:51:01 +0100" endDate="2018-03-12 14:57:49 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 15:22:35 +0100" startDate="2018-03-12 15:02:19 +0100" endDate="2018-03-12 15:11:37 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 15:22:35 +0100" startDate="2018-03-12 15:11:37 +0100" endDate="2018-03-12 15:21:33 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 18:26:23 +0100" startDate="2018-03-12 17:28:26 +0100" endDate="2018-03-12 17:35:33 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 18:26:23 +0100" startDate="2018-03-12 17:35:52 +0100" endDate="2018-03-12 17:45:52 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 18:26:23 +0100" startDate="2018-03-12 17:45:52 +0100" endDate="2018-03-12 17:55:51 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 18:26:23 +0100" startDate="2018-03-12 17:55:51 +0100" endDate="2018-03-12 18:00:29 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 18:26:23 +0100" startDate="2018-03-12 18:00:29 +0100" endDate="2018-03-12 18:07:09 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 19:28:09 +0100" startDate="2018-03-12 18:34:49 +0100" endDate="2018-03-12 18:44:46 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 19:28:09 +0100" startDate="2018-03-12 18:44:46 +0100" endDate="2018-03-12 18:54:13 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 19:28:09 +0100" startDate="2018-03-12 19:04:38 +0100" endDate="2018-03-12 19:11:08 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 20:22:45 +0100" startDate="2018-03-12 19:24:38 +0100" endDate="2018-03-12 19:30:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 20:22:45 +0100" startDate="2018-03-12 19:57:17 +0100" endDate="2018-03-12 20:04:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 20:22:45 +0100" startDate="2018-03-12 20:10:25 +0100" endDate="2018-03-12 20:19:05 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 21:22:48 +0100" startDate="2018-03-12 20:19:05 +0100" endDate="2018-03-12 20:25:04 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 21:22:48 +0100" startDate="2018-03-12 20:56:54 +0100" endDate="2018-03-12 21:03:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-12 22:44:05 +0100" startDate="2018-03-12 21:33:26 +0100" endDate="2018-03-12 21:43:04 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 06:41:29 +0100" startDate="2018-03-13 06:24:05 +0100" endDate="2018-03-13 06:30:30 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 07:30:07 +0100" startDate="2018-03-13 06:36:42 +0100" endDate="2018-03-13 06:42:52 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 07:30:07 +0100" startDate="2018-03-13 06:56:45 +0100" endDate="2018-03-13 07:06:44 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 07:30:07 +0100" startDate="2018-03-13 07:06:44 +0100" endDate="2018-03-13 07:15:01 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 07:30:07 +0100" startDate="2018-03-13 07:15:01 +0100" endDate="2018-03-13 07:25:00 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 08:22:38 +0100" startDate="2018-03-13 07:37:50 +0100" endDate="2018-03-13 07:47:48 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 08:22:38 +0100" startDate="2018-03-13 07:47:48 +0100" endDate="2018-03-13 07:57:22 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 08:22:38 +0100" startDate="2018-03-13 07:57:22 +0100" endDate="2018-03-13 08:07:22 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 08:22:38 +0100" startDate="2018-03-13 08:07:22 +0100" endDate="2018-03-13 08:10:38 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 12:23:01 +0100" startDate="2018-03-13 11:21:41 +0100" endDate="2018-03-13 11:30:39 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 12:23:01 +0100" startDate="2018-03-13 11:30:39 +0100" endDate="2018-03-13 11:38:47 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 12:23:01 +0100" startDate="2018-03-13 11:38:47 +0100" endDate="2018-03-13 11:48:44 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 12:23:01 +0100" startDate="2018-03-13 11:48:44 +0100" endDate="2018-03-13 11:54:58 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 12:23:01 +0100" startDate="2018-03-13 11:57:49 +0100" endDate="2018-03-13 12:03:56 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 12:23:01 +0100" startDate="2018-03-13 12:04:59 +0100" endDate="2018-03-13 12:12:56 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 13:23:25 +0100" startDate="2018-03-13 12:41:01 +0100" endDate="2018-03-13 12:51:00 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 13:23:25 +0100" startDate="2018-03-13 12:51:00 +0100" endDate="2018-03-13 12:53:31 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 13:23:25 +0100" startDate="2018-03-13 12:55:34 +0100" endDate="2018-03-13 13:05:32 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 13:23:25 +0100" startDate="2018-03-13 13:05:32 +0100" endDate="2018-03-13 13:11:40 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 14:22:59 +0100" startDate="2018-03-13 13:22:33 +0100" endDate="2018-03-13 13:29:47 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 14:22:59 +0100" startDate="2018-03-13 13:52:12 +0100" endDate="2018-03-13 13:59:52 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 14:22:59 +0100" startDate="2018-03-13 14:07:56 +0100" endDate="2018-03-13 14:15:17 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 17:23:59 +0100" startDate="2018-03-13 16:38:12 +0100" endDate="2018-03-13 16:48:12 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 17:23:59 +0100" startDate="2018-03-13 16:48:12 +0100" endDate="2018-03-13 16:55:30 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 17:23:59 +0100" startDate="2018-03-13 17:13:09 +0100" endDate="2018-03-13 17:23:05 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 18:29:56 +0100" startDate="2018-03-13 17:23:05 +0100" endDate="2018-03-13 17:28:54 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 18:29:56 +0100" startDate="2018-03-13 17:32:31 +0100" endDate="2018-03-13 17:39:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 18:29:56 +0100" startDate="2018-03-13 17:39:11 +0100" endDate="2018-03-13 17:43:26 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 18:29:56 +0100" startDate="2018-03-13 18:12:00 +0100" endDate="2018-03-13 18:21:46 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 19:25:29 +0100" startDate="2018-03-13 18:21:46 +0100" endDate="2018-03-13 18:31:34 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-13 22:45:15 +0100" startDate="2018-03-13 21:18:40 +0100" endDate="2018-03-13 21:26:02 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 07:22:51 +0100" startDate="2018-03-14 06:26:53 +0100" endDate="2018-03-14 06:33:36 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 07:22:51 +0100" startDate="2018-03-14 06:36:23 +0100" endDate="2018-03-14 06:45:59 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 07:22:51 +0100" startDate="2018-03-14 06:50:57 +0100" endDate="2018-03-14 07:00:56 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 07:22:51 +0100" startDate="2018-03-14 07:00:56 +0100" endDate="2018-03-14 07:08:39 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 08:25:21 +0100" startDate="2018-03-14 07:13:49 +0100" endDate="2018-03-14 07:20:42 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 08:25:21 +0100" startDate="2018-03-14 07:21:17 +0100" endDate="2018-03-14 07:30:53 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 08:25:21 +0100" startDate="2018-03-14 07:30:53 +0100" endDate="2018-03-14 07:40:51 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 08:25:21 +0100" startDate="2018-03-14 07:40:51 +0100" endDate="2018-03-14 07:49:19 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 12:27:29 +0100" startDate="2018-03-14 11:19:47 +0100" endDate="2018-03-14 11:29:15 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 12:27:29 +0100" startDate="2018-03-14 11:29:15 +0100" endDate="2018-03-14 11:39:14 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 12:27:29 +0100" startDate="2018-03-14 11:39:14 +0100" endDate="2018-03-14 11:49:13 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 12:27:29 +0100" startDate="2018-03-14 11:49:13 +0100" endDate="2018-03-14 11:51:03 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 12:27:29 +0100" startDate="2018-03-14 12:16:58 +0100" endDate="2018-03-14 12:26:33 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 13:22:42 +0100" startDate="2018-03-14 12:26:33 +0100" endDate="2018-03-14 12:33:00 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 13:22:42 +0100" startDate="2018-03-14 12:33:00 +0100" endDate="2018-03-14 12:42:22 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 13:22:42 +0100" startDate="2018-03-14 12:42:22 +0100" endDate="2018-03-14 12:48:00 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 13:22:42 +0100" startDate="2018-03-14 13:02:34 +0100" endDate="2018-03-14 13:09:56 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 13:22:42 +0100" startDate="2018-03-14 13:09:56 +0100" endDate="2018-03-14 13:19:41 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 14:27:21 +0100" startDate="2018-03-14 13:19:41 +0100" endDate="2018-03-14 13:29:38 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 14:27:21 +0100" startDate="2018-03-14 13:29:38 +0100" endDate="2018-03-14 13:36:23 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 14:27:21 +0100" startDate="2018-03-14 13:56:34 +0100" endDate="2018-03-14 14:06:33 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 14:27:21 +0100" startDate="2018-03-14 14:06:33 +0100" endDate="2018-03-14 14:15:37 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 14:27:21 +0100" startDate="2018-03-14 14:15:37 +0100" endDate="2018-03-14 14:22:01 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 15:31:52 +0100" startDate="2018-03-14 14:22:01 +0100" endDate="2018-03-14 14:31:59 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 15:31:52 +0100" startDate="2018-03-14 14:34:48 +0100" endDate="2018-03-14 14:44:48 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 15:31:52 +0100" startDate="2018-03-14 14:44:48 +0100" endDate="2018-03-14 14:53:45 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 15:31:52 +0100" startDate="2018-03-14 14:53:45 +0100" endDate="2018-03-14 14:55:21 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 15:31:52 +0100" startDate="2018-03-14 14:59:07 +0100" endDate="2018-03-14 15:05:58 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 15:31:52 +0100" startDate="2018-03-14 15:15:55 +0100" endDate="2018-03-14 15:22:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 16:26:27 +0100" startDate="2018-03-14 15:32:17 +0100" endDate="2018-03-14 15:41:56 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 16:26:27 +0100" startDate="2018-03-14 15:48:35 +0100" endDate="2018-03-14 15:57:17 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 16:26:27 +0100" startDate="2018-03-14 15:57:17 +0100" endDate="2018-03-14 16:03:44 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 16:26:27 +0100" startDate="2018-03-14 16:03:44 +0100" endDate="2018-03-14 16:13:42 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 17:23:25 +0100" startDate="2018-03-14 16:21:50 +0100" endDate="2018-03-14 16:31:50 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 17:23:25 +0100" startDate="2018-03-14 16:31:50 +0100" endDate="2018-03-14 16:41:07 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 17:23:25 +0100" startDate="2018-03-14 17:06:57 +0100" endDate="2018-03-14 17:13:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 18:24:25 +0100" startDate="2018-03-14 17:22:54 +0100" endDate="2018-03-14 17:29:22 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 18:24:25 +0100" startDate="2018-03-14 17:29:32 +0100" endDate="2018-03-14 17:39:32 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 18:24:25 +0100" startDate="2018-03-14 17:39:32 +0100" endDate="2018-03-14 17:43:21 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 18:24:25 +0100" startDate="2018-03-14 18:09:21 +0100" endDate="2018-03-14 18:19:16 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 19:30:25 +0100" startDate="2018-03-14 18:19:16 +0100" endDate="2018-03-14 18:24:38 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 19:30:25 +0100" startDate="2018-03-14 18:24:38 +0100" endDate="2018-03-14 18:33:56 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 21:24:53 +0100" startDate="2018-03-14 20:21:56 +0100" endDate="2018-03-14 20:29:05 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 21:24:53 +0100" startDate="2018-03-14 20:47:15 +0100" endDate="2018-03-14 20:57:13 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 21:24:53 +0100" startDate="2018-03-14 20:57:13 +0100" endDate="2018-03-14 21:07:11 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 21:24:53 +0100" startDate="2018-03-14 21:07:11 +0100" endDate="2018-03-14 21:16:14 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 21:16:14 +0100" endDate="2018-03-14 21:21:20 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 21:30:23 +0100" endDate="2018-03-14 21:39:23 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 21:44:18 +0100" endDate="2018-03-14 21:50:23 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 21:51:28 +0100" endDate="2018-03-14 22:01:27 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 22:01:27 +0100" endDate="2018-03-14 22:01:53 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 22:32:14 +0100" endDate="2018-03-14 22:38:30 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 22:49:43 +0100" endDate="2018-03-14 22:56:26 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 07:27:38 +0100" startDate="2018-03-15 06:59:00 +0100" endDate="2018-03-15 07:05:36 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 07:27:38 +0100" startDate="2018-03-15 07:10:50 +0100" endDate="2018-03-15 07:19:42 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 08:25:27 +0100" startDate="2018-03-15 07:24:15 +0100" endDate="2018-03-15 07:30:53 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 08:25:27 +0100" startDate="2018-03-15 07:38:22 +0100" endDate="2018-03-15 07:45:02 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 08:25:27 +0100" startDate="2018-03-15 08:08:46 +0100" endDate="2018-03-15 08:15:22 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 08:25:27 +0100" startDate="2018-03-15 08:15:22 +0100" endDate="2018-03-15 08:25:20 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 09:24:12 +0100" startDate="2018-03-15 08:25:20 +0100" endDate="2018-03-15 08:30:57 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 09:24:12 +0100" startDate="2018-03-15 08:30:57 +0100" endDate="2018-03-15 08:40:54 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 09:24:12 +0100" startDate="2018-03-15 08:40:54 +0100" endDate="2018-03-15 08:50:21 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 09:24:12 +0100" startDate="2018-03-15 08:50:21 +0100" endDate="2018-03-15 08:54:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 11:22:54 +0100" startDate="2018-03-15 10:17:56 +0100" endDate="2018-03-15 10:27:55 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 11:22:54 +0100" startDate="2018-03-15 10:27:55 +0100" endDate="2018-03-15 10:34:00 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 11:22:54 +0100" startDate="2018-03-15 10:41:09 +0100" endDate="2018-03-15 10:48:00 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 11:22:54 +0100" startDate="2018-03-15 10:48:00 +0100" endDate="2018-03-15 10:52:57 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 11:22:54 +0100" startDate="2018-03-15 11:11:27 +0100" endDate="2018-03-15 11:19:47 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 12:34:55 +0100" startDate="2018-03-15 11:19:47 +0100" endDate="2018-03-15 11:28:18 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 12:34:55 +0100" startDate="2018-03-15 11:40:20 +0100" endDate="2018-03-15 11:50:19 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 12:34:55 +0100" startDate="2018-03-15 11:50:19 +0100" endDate="2018-03-15 11:58:10 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 12:34:55 +0100" startDate="2018-03-15 12:06:41 +0100" endDate="2018-03-15 12:16:40 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 12:34:55 +0100" startDate="2018-03-15 12:16:40 +0100" endDate="2018-03-15 12:26:37 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 13:22:54 +0100" startDate="2018-03-15 12:26:37 +0100" endDate="2018-03-15 12:34:54 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 13:22:54 +0100" startDate="2018-03-15 12:34:54 +0100" endDate="2018-03-15 12:44:52 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 13:22:54 +0100" startDate="2018-03-15 12:50:46 +0100" endDate="2018-03-15 13:00:45 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 13:22:54 +0100" startDate="2018-03-15 13:00:45 +0100" endDate="2018-03-15 13:10:11 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 13:22:54 +0100" startDate="2018-03-15 13:10:11 +0100" endDate="2018-03-15 13:20:05 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 14:27:38 +0100" startDate="2018-03-15 13:20:05 +0100" endDate="2018-03-15 13:30:04 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 14:27:38 +0100" startDate="2018-03-15 13:51:02 +0100" endDate="2018-03-15 14:01:02 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 14:27:38 +0100" startDate="2018-03-15 14:01:02 +0100" endDate="2018-03-15 14:10:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 15:22:38 +0100" startDate="2018-03-15 14:44:44 +0100" endDate="2018-03-15 14:52:56 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 15:22:38 +0100" startDate="2018-03-15 14:52:56 +0100" endDate="2018-03-15 15:02:54 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 15:22:38 +0100" startDate="2018-03-15 15:02:54 +0100" endDate="2018-03-15 15:12:53 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 16:28:58 +0100" startDate="2018-03-15 15:12:53 +0100" endDate="2018-03-15 15:20:48 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 16:28:58 +0100" startDate="2018-03-15 15:26:40 +0100" endDate="2018-03-15 15:32:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 16:28:58 +0100" startDate="2018-03-15 15:46:26 +0100" endDate="2018-03-15 15:52:59 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 16:28:58 +0100" startDate="2018-03-15 16:00:08 +0100" endDate="2018-03-15 16:06:46 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 16:28:58 +0100" startDate="2018-03-15 16:15:22 +0100" endDate="2018-03-15 16:25:11 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 17:25:35 +0100" startDate="2018-03-15 16:31:24 +0100" endDate="2018-03-15 16:41:18 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 17:25:35 +0100" startDate="2018-03-15 16:41:18 +0100" endDate="2018-03-15 16:51:16 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 17:25:35 +0100" startDate="2018-03-15 16:51:16 +0100" endDate="2018-03-15 17:01:13 +0100" value="1006"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 17:25:35 +0100" startDate="2018-03-15 17:01:13 +0100" endDate="2018-03-15 17:05:38 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 17:25:35 +0100" startDate="2018-03-15 17:05:38 +0100" endDate="2018-03-15 17:15:37 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 18:27:02 +0100" startDate="2018-03-15 17:25:36 +0100" endDate="2018-03-15 17:30:19 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 18:27:02 +0100" startDate="2018-03-15 17:32:15 +0100" endDate="2018-03-15 17:38:43 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 18:27:02 +0100" startDate="2018-03-15 17:54:00 +0100" endDate="2018-03-15 18:00:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 18:27:02 +0100" startDate="2018-03-15 18:02:36 +0100" endDate="2018-03-15 18:09:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 19:23:32 +0100" startDate="2018-03-15 19:06:04 +0100" endDate="2018-03-15 19:14:26 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 20:26:50 +0100" startDate="2018-03-15 19:14:26 +0100" endDate="2018-03-15 19:22:03 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 20:26:50 +0100" startDate="2018-03-15 19:45:27 +0100" endDate="2018-03-15 19:55:26 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 20:26:50 +0100" startDate="2018-03-15 19:55:26 +0100" endDate="2018-03-15 20:02:10 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 23:51:23 +0100" startDate="2018-03-15 23:11:40 +0100" endDate="2018-03-15 23:21:40 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 23:51:23 +0100" startDate="2018-03-15 23:21:40 +0100" endDate="2018-03-15 23:31:37 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-15 23:51:23 +0100" startDate="2018-03-15 23:31:37 +0100" endDate="2018-03-15 23:32:49 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 07:23:17 +0100" startDate="2018-03-16 06:54:44 +0100" endDate="2018-03-16 07:04:03 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 07:23:17 +0100" startDate="2018-03-16 07:04:03 +0100" endDate="2018-03-16 07:07:19 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 08:28:03 +0100" startDate="2018-03-16 07:16:42 +0100" endDate="2018-03-16 07:22:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 08:28:03 +0100" startDate="2018-03-16 07:42:16 +0100" endDate="2018-03-16 07:48:59 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd4f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 08:28:03 +0100" startDate="2018-03-16 07:49:05 +0100" endDate="2018-03-16 07:58:06 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 08:28:03 +0100" startDate="2018-03-16 07:58:06 +0100" endDate="2018-03-16 08:06:55 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 09:23:40 +0100" startDate="2018-03-16 08:53:51 +0100" endDate="2018-03-16 09:00:37 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 09:23:40 +0100" startDate="2018-03-16 09:00:37 +0100" endDate="2018-03-16 09:06:29 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 09:23:40 +0100" startDate="2018-03-16 09:06:29 +0100" endDate="2018-03-16 09:13:04 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 10:22:40 +0100" startDate="2018-03-16 09:19:32 +0100" endDate="2018-03-16 09:29:16 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 11:37:45 +0100" startDate="2018-03-16 10:21:25 +0100" endDate="2018-03-16 10:28:29 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 11:37:45 +0100" startDate="2018-03-16 10:53:20 +0100" endDate="2018-03-16 11:02:06 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 11:37:45 +0100" startDate="2018-03-16 11:02:06 +0100" endDate="2018-03-16 11:05:12 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 11:37:45 +0100" startDate="2018-03-16 11:14:10 +0100" endDate="2018-03-16 11:23:21 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 12:25:20 +0100" startDate="2018-03-16 11:41:46 +0100" endDate="2018-03-16 11:51:45 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 12:25:20 +0100" startDate="2018-03-16 11:51:45 +0100" endDate="2018-03-16 12:01:43 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 12:25:20 +0100" startDate="2018-03-16 12:01:43 +0100" endDate="2018-03-16 12:11:42 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 12:25:20 +0100" startDate="2018-03-16 12:11:42 +0100" endDate="2018-03-16 12:21:42 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 13:23:38 +0100" startDate="2018-03-16 12:21:42 +0100" endDate="2018-03-16 12:27:51 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 13:23:38 +0100" startDate="2018-03-16 13:10:31 +0100" endDate="2018-03-16 13:20:31 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 14:23:09 +0100" startDate="2018-03-16 14:05:01 +0100" endDate="2018-03-16 14:15:01 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 15:27:51 +0100" startDate="2018-03-16 14:15:01 +0100" endDate="2018-03-16 14:17:08 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 15:27:51 +0100" startDate="2018-03-16 14:56:16 +0100" endDate="2018-03-16 15:06:16 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 15:27:51 +0100" startDate="2018-03-16 15:06:16 +0100" endDate="2018-03-16 15:07:58 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 16:38:30 +0100" startDate="2018-03-16 15:21:01 +0100" endDate="2018-03-16 15:30:10 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 16:38:30 +0100" startDate="2018-03-16 15:30:10 +0100" endDate="2018-03-16 15:40:04 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 16:38:30 +0100" startDate="2018-03-16 15:55:24 +0100" endDate="2018-03-16 16:02:22 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 17:23:11 +0100" startDate="2018-03-16 16:34:04 +0100" endDate="2018-03-16 16:44:03 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 17:23:11 +0100" startDate="2018-03-16 16:44:03 +0100" endDate="2018-03-16 16:47:17 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 17:23:11 +0100" startDate="2018-03-16 16:48:10 +0100" endDate="2018-03-16 16:58:10 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 17:23:11 +0100" startDate="2018-03-16 16:58:10 +0100" endDate="2018-03-16 17:02:48 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 18:22:41 +0100" startDate="2018-03-16 17:37:16 +0100" endDate="2018-03-16 17:47:15 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 18:22:41 +0100" startDate="2018-03-16 17:47:15 +0100" endDate="2018-03-16 17:57:15 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 18:22:41 +0100" startDate="2018-03-16 17:57:15 +0100" endDate="2018-03-16 18:07:14 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 18:22:41 +0100" startDate="2018-03-16 18:07:14 +0100" endDate="2018-03-16 18:17:14 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 19:23:06 +0100" startDate="2018-03-16 18:17:14 +0100" endDate="2018-03-16 18:27:12 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 19:23:06 +0100" startDate="2018-03-16 18:27:12 +0100" endDate="2018-03-16 18:34:48 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 20:27:22 +0100" startDate="2018-03-16 19:36:15 +0100" endDate="2018-03-16 19:43:06 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-16 21:25:06 +0100" startDate="2018-03-16 20:26:54 +0100" endDate="2018-03-16 20:33:09 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 00:08:47 +0100" startDate="2018-03-16 22:52:57 +0100" endDate="2018-03-16 22:59:38 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 08:37:53 +0100" startDate="2018-03-17 07:44:10 +0100" endDate="2018-03-17 07:51:32 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 08:37:53 +0100" startDate="2018-03-17 07:55:15 +0100" endDate="2018-03-17 08:04:58 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 08:37:53 +0100" startDate="2018-03-17 08:04:58 +0100" endDate="2018-03-17 08:08:27 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 09:45:45 +0100" startDate="2018-03-17 08:59:59 +0100" endDate="2018-03-17 09:07:00 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 11:40:14 +0100" startDate="2018-03-17 11:03:30 +0100" endDate="2018-03-17 11:09:51 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 11:40:14 +0100" startDate="2018-03-17 11:19:48 +0100" endDate="2018-03-17 11:29:47 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 12:38:48 +0100" startDate="2018-03-17 12:17:57 +0100" endDate="2018-03-17 12:25:49 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 12:38:48 +0100" startDate="2018-03-17 12:25:49 +0100" endDate="2018-03-17 12:35:47 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 13:45:41 +0100" startDate="2018-03-17 12:35:47 +0100" endDate="2018-03-17 12:39:49 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 13:45:41 +0100" startDate="2018-03-17 12:40:37 +0100" endDate="2018-03-17 12:49:00 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 13:45:41 +0100" startDate="2018-03-17 12:49:00 +0100" endDate="2018-03-17 12:58:41 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 13:45:41 +0100" startDate="2018-03-17 12:58:41 +0100" endDate="2018-03-17 13:08:32 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 13:45:41 +0100" startDate="2018-03-17 13:19:49 +0100" endDate="2018-03-17 13:28:57 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 13:45:41 +0100" startDate="2018-03-17 13:28:57 +0100" endDate="2018-03-17 13:37:04 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 14:41:45 +0100" startDate="2018-03-17 13:53:24 +0100" endDate="2018-03-17 14:01:08 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 14:41:45 +0100" startDate="2018-03-17 14:17:23 +0100" endDate="2018-03-17 14:25:26 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 14:41:45 +0100" startDate="2018-03-17 14:25:26 +0100" endDate="2018-03-17 14:29:35 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 15:37:58 +0100" startDate="2018-03-17 14:29:35 +0100" endDate="2018-03-17 14:39:23 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 15:37:58 +0100" startDate="2018-03-17 14:39:23 +0100" endDate="2018-03-17 14:43:20 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 15:37:58 +0100" startDate="2018-03-17 15:14:13 +0100" endDate="2018-03-17 15:20:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 16:39:57 +0100" startDate="2018-03-17 15:32:41 +0100" endDate="2018-03-17 15:38:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 16:39:57 +0100" startDate="2018-03-17 15:46:56 +0100" endDate="2018-03-17 15:53:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 16:39:57 +0100" startDate="2018-03-17 16:01:07 +0100" endDate="2018-03-17 16:08:36 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 16:39:57 +0100" startDate="2018-03-17 16:09:26 +0100" endDate="2018-03-17 16:16:39 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 16:39:57 +0100" startDate="2018-03-17 16:16:39 +0100" endDate="2018-03-17 16:21:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 17:36:55 +0100" startDate="2018-03-17 16:30:27 +0100" endDate="2018-03-17 16:39:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 17:36:55 +0100" startDate="2018-03-17 16:42:26 +0100" endDate="2018-03-17 16:52:22 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 18:42:31 +0100" startDate="2018-03-17 18:02:00 +0100" endDate="2018-03-17 18:08:23 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 19:48:34 +0100" startDate="2018-03-17 18:45:14 +0100" endDate="2018-03-17 18:54:47 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 19:48:34 +0100" startDate="2018-03-17 18:54:47 +0100" endDate="2018-03-17 19:02:09 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 19:48:34 +0100" startDate="2018-03-17 19:19:17 +0100" endDate="2018-03-17 19:27:27 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 19:48:34 +0100" startDate="2018-03-17 19:27:27 +0100" endDate="2018-03-17 19:31:37 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 21:07:43 +0100" startDate="2018-03-17 19:42:24 +0100" endDate="2018-03-17 19:49:02 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 21:07:43 +0100" startDate="2018-03-17 19:49:02 +0100" endDate="2018-03-17 19:53:12 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 23:16:39 +0100" startDate="2018-03-17 22:40:39 +0100" endDate="2018-03-17 22:50:13 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-17 23:16:39 +0100" startDate="2018-03-17 23:03:29 +0100" endDate="2018-03-17 23:13:29 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 00:09:44 +0100" startDate="2018-03-17 23:13:29 +0100" endDate="2018-03-17 23:16:40 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 00:09:44 +0100" startDate="2018-03-17 23:50:22 +0100" endDate="2018-03-17 23:57:31 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 06:24:50 +0100" startDate="2018-03-18 06:03:40 +0100" endDate="2018-03-18 06:10:03 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 09:39:21 +0100" startDate="2018-03-18 08:30:35 +0100" endDate="2018-03-18 08:37:01 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 09:39:21 +0100" startDate="2018-03-18 08:41:43 +0100" endDate="2018-03-18 08:47:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 10:39:40 +0100" startDate="2018-03-18 10:18:20 +0100" endDate="2018-03-18 10:24:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 12:38:19 +0100" startDate="2018-03-18 11:47:21 +0100" endDate="2018-03-18 11:54:05 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 12:38:19 +0100" startDate="2018-03-18 12:03:55 +0100" endDate="2018-03-18 12:11:39 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 12:38:19 +0100" startDate="2018-03-18 12:22:28 +0100" endDate="2018-03-18 12:28:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 13:39:40 +0100" startDate="2018-03-18 12:47:36 +0100" endDate="2018-03-18 12:56:13 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 15:39:40 +0100" startDate="2018-03-18 15:14:11 +0100" endDate="2018-03-18 15:23:27 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 15:39:40 +0100" startDate="2018-03-18 15:23:27 +0100" endDate="2018-03-18 15:24:26 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 16:39:41 +0100" startDate="2018-03-18 16:00:12 +0100" endDate="2018-03-18 16:09:05 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 16:39:41 +0100" startDate="2018-03-18 16:09:05 +0100" endDate="2018-03-18 16:17:11 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 16:39:41 +0100" startDate="2018-03-18 16:17:11 +0100" endDate="2018-03-18 16:27:04 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 16:39:41 +0100" startDate="2018-03-18 16:27:04 +0100" endDate="2018-03-18 16:30:09 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 17:37:18 +0100" startDate="2018-03-18 16:50:28 +0100" endDate="2018-03-18 17:00:25 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 17:37:18 +0100" startDate="2018-03-18 17:00:25 +0100" endDate="2018-03-18 17:04:34 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 17:37:18 +0100" startDate="2018-03-18 17:21:04 +0100" endDate="2018-03-18 17:30:57 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 18:39:41 +0100" startDate="2018-03-18 17:30:57 +0100" endDate="2018-03-18 17:39:30 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 18:39:41 +0100" startDate="2018-03-18 18:05:21 +0100" endDate="2018-03-18 18:15:19 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 18:39:41 +0100" startDate="2018-03-18 18:15:19 +0100" endDate="2018-03-18 18:24:33 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 18:39:41 +0100" startDate="2018-03-18 18:24:33 +0100" endDate="2018-03-18 18:33:25 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 20:38:32 +0100" startDate="2018-03-18 19:39:26 +0100" endDate="2018-03-18 19:48:35 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 22:15:32 +0100" startDate="2018-03-18 21:29:37 +0100" endDate="2018-03-18 21:35:55 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-18 22:15:32 +0100" startDate="2018-03-18 21:51:54 +0100" endDate="2018-03-18 22:01:15 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 02:38:22 +0100" startDate="2018-03-19 00:31:45 +0100" endDate="2018-03-19 00:41:33 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 07:36:44 +0100" startDate="2018-03-19 07:00:32 +0100" endDate="2018-03-19 07:10:06 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 07:36:44 +0100" startDate="2018-03-19 07:10:06 +0100" endDate="2018-03-19 07:18:08 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 07:36:44 +0100" startDate="2018-03-19 07:18:08 +0100" endDate="2018-03-19 07:27:40 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 07:27:40 +0100" endDate="2018-03-19 07:37:07 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 07:37:07 +0100" endDate="2018-03-19 07:47:05 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 07:47:05 +0100" endDate="2018-03-19 07:57:03 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 07:57:03 +0100" endDate="2018-03-19 08:07:01 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 08:07:01 +0100" endDate="2018-03-19 08:10:57 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 08:14:47 +0100" endDate="2018-03-19 08:22:58 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 08:23:39 +0100" endDate="2018-03-19 08:31:52 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 09:50:01 +0100" startDate="2018-03-19 08:49:33 +0100" endDate="2018-03-19 08:57:02 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 09:50:01 +0100" startDate="2018-03-19 08:59:11 +0100" endDate="2018-03-19 09:07:57 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 10:39:13 +0100" startDate="2018-03-19 09:41:12 +0100" endDate="2018-03-19 09:47:43 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 10:39:13 +0100" startDate="2018-03-19 10:08:45 +0100" endDate="2018-03-19 10:18:44 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 10:39:13 +0100" startDate="2018-03-19 10:18:44 +0100" endDate="2018-03-19 10:27:06 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 10:39:13 +0100" startDate="2018-03-19 10:27:06 +0100" endDate="2018-03-19 10:37:03 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 11:38:18 +0100" startDate="2018-03-19 10:37:03 +0100" endDate="2018-03-19 10:42:47 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 11:38:18 +0100" startDate="2018-03-19 11:05:22 +0100" endDate="2018-03-19 11:13:01 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 11:38:18 +0100" startDate="2018-03-19 11:22:29 +0100" endDate="2018-03-19 11:32:28 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 12:40:37 +0100" startDate="2018-03-19 11:32:28 +0100" endDate="2018-03-19 11:38:19 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 12:40:37 +0100" startDate="2018-03-19 12:07:57 +0100" endDate="2018-03-19 12:17:54 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 12:40:37 +0100" startDate="2018-03-19 12:17:54 +0100" endDate="2018-03-19 12:27:53 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 12:40:37 +0100" startDate="2018-03-19 12:27:53 +0100" endDate="2018-03-19 12:32:12 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 13:36:52 +0100" startDate="2018-03-19 12:32:12 +0100" endDate="2018-03-19 12:42:04 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 13:36:52 +0100" startDate="2018-03-19 12:42:04 +0100" endDate="2018-03-19 12:51:43 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 13:36:52 +0100" startDate="2018-03-19 12:51:43 +0100" endDate="2018-03-19 12:53:27 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 13:36:52 +0100" startDate="2018-03-19 12:56:00 +0100" endDate="2018-03-19 13:04:07 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 13:36:52 +0100" startDate="2018-03-19 13:04:07 +0100" endDate="2018-03-19 13:11:05 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 13:36:52 +0100" startDate="2018-03-19 13:16:33 +0100" endDate="2018-03-19 13:24:05 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 15:13:09 +0100" startDate="2018-03-19 13:29:01 +0100" endDate="2018-03-19 13:36:53 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 15:13:09 +0100" startDate="2018-03-19 14:02:55 +0100" endDate="2018-03-19 14:12:44 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 15:13:09 +0100" startDate="2018-03-19 14:12:44 +0100" endDate="2018-03-19 14:14:06 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 15:13:09 +0100" startDate="2018-03-19 14:23:40 +0100" endDate="2018-03-19 14:31:04 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 15:13:09 +0100" startDate="2018-03-19 15:00:53 +0100" endDate="2018-03-19 15:06:53 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 15:43:48 +0100" startDate="2018-03-19 15:06:53 +0100" endDate="2018-03-19 15:13:11 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 15:43:48 +0100" startDate="2018-03-19 15:20:18 +0100" endDate="2018-03-19 15:29:21 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 16:49:24 +0100" startDate="2018-03-19 15:49:51 +0100" endDate="2018-03-19 15:58:57 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 16:49:24 +0100" startDate="2018-03-19 15:58:57 +0100" endDate="2018-03-19 16:04:20 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 16:49:24 +0100" startDate="2018-03-19 16:22:19 +0100" endDate="2018-03-19 16:31:17 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 16:49:24 +0100" startDate="2018-03-19 16:31:17 +0100" endDate="2018-03-19 16:41:17 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 17:37:57 +0100" startDate="2018-03-19 16:41:17 +0100" endDate="2018-03-19 16:50:53 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 17:37:57 +0100" startDate="2018-03-19 16:50:53 +0100" endDate="2018-03-19 16:58:25 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 17:37:57 +0100" startDate="2018-03-19 17:06:18 +0100" endDate="2018-03-19 17:15:31 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 17:34:01 +0100" endDate="2018-03-19 17:41:53 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 17:44:14 +0100" endDate="2018-03-19 17:52:43 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 17:52:43 +0100" endDate="2018-03-19 18:02:43 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 18:02:43 +0100" endDate="2018-03-19 18:12:42 +0100" value="1082"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 18:12:42 +0100" endDate="2018-03-19 18:22:42 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 18:22:42 +0100" endDate="2018-03-19 18:32:39 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 18:32:39 +0100" endDate="2018-03-19 18:42:38 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 18:52:41 +0100" startDate="2018-03-19 18:42:38 +0100" endDate="2018-03-19 18:52:35 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 19:37:14 +0100" startDate="2018-03-19 18:52:35 +0100" endDate="2018-03-19 18:56:16 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-19 23:21:45 +0100" startDate="2018-03-19 20:57:55 +0100" endDate="2018-03-19 21:07:54 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 06:38:50 +0100" startDate="2018-03-20 05:27:23 +0100" endDate="2018-03-20 05:33:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 06:38:50 +0100" startDate="2018-03-20 05:33:28 +0100" endDate="2018-03-20 05:38:57 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 06:38:50 +0100" startDate="2018-03-20 06:24:54 +0100" endDate="2018-03-20 06:31:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 07:50:49 +0100" startDate="2018-03-20 07:12:02 +0100" endDate="2018-03-20 07:22:00 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 07:50:49 +0100" startDate="2018-03-20 07:22:00 +0100" endDate="2018-03-20 07:30:11 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 08:38:34 +0100" startDate="2018-03-20 07:44:33 +0100" endDate="2018-03-20 07:54:33 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 08:38:34 +0100" startDate="2018-03-20 07:54:33 +0100" endDate="2018-03-20 08:00:02 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 08:38:34 +0100" startDate="2018-03-20 08:13:22 +0100" endDate="2018-03-20 08:22:15 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 08:38:34 +0100" startDate="2018-03-20 08:22:15 +0100" endDate="2018-03-20 08:31:06 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 09:55:45 +0100" startDate="2018-03-20 08:40:11 +0100" endDate="2018-03-20 08:46:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 09:55:45 +0100" startDate="2018-03-20 09:07:56 +0100" endDate="2018-03-20 09:14:59 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 09:55:45 +0100" startDate="2018-03-20 09:20:05 +0100" endDate="2018-03-20 09:30:02 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 09:55:45 +0100" startDate="2018-03-20 09:30:02 +0100" endDate="2018-03-20 09:34:38 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 11:40:58 +0100" startDate="2018-03-20 10:35:51 +0100" endDate="2018-03-20 10:45:43 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 11:40:58 +0100" startDate="2018-03-20 10:45:43 +0100" endDate="2018-03-20 10:55:04 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 11:40:58 +0100" startDate="2018-03-20 11:23:27 +0100" endDate="2018-03-20 11:33:27 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 12:37:41 +0100" startDate="2018-03-20 11:33:27 +0100" endDate="2018-03-20 11:41:23 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 12:37:41 +0100" startDate="2018-03-20 11:41:23 +0100" endDate="2018-03-20 11:44:34 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 12:37:41 +0100" startDate="2018-03-20 12:17:43 +0100" endDate="2018-03-20 12:27:42 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 13:39:51 +0100" startDate="2018-03-20 12:27:42 +0100" endDate="2018-03-20 12:37:40 +0100" value="1098"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 13:39:51 +0100" startDate="2018-03-20 12:37:40 +0100" endDate="2018-03-20 12:47:40 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 13:39:51 +0100" startDate="2018-03-20 12:47:40 +0100" endDate="2018-03-20 12:55:03 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 13:39:51 +0100" startDate="2018-03-20 12:55:03 +0100" endDate="2018-03-20 12:59:43 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 13:39:51 +0100" startDate="2018-03-20 13:02:30 +0100" endDate="2018-03-20 13:09:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 13:39:51 +0100" startDate="2018-03-20 13:25:42 +0100" endDate="2018-03-20 13:32:20 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 14:36:42 +0100" startDate="2018-03-20 14:06:33 +0100" endDate="2018-03-20 14:16:00 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 14:36:42 +0100" startDate="2018-03-20 14:16:00 +0100" endDate="2018-03-20 14:17:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 15:40:24 +0100" startDate="2018-03-20 14:38:36 +0100" endDate="2018-03-20 14:45:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 15:40:24 +0100" startDate="2018-03-20 14:51:14 +0100" endDate="2018-03-20 14:58:53 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 15:40:24 +0100" startDate="2018-03-20 14:58:53 +0100" endDate="2018-03-20 15:03:46 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 16:37:59 +0100" startDate="2018-03-20 15:53:27 +0100" endDate="2018-03-20 16:00:56 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 16:37:59 +0100" startDate="2018-03-20 16:00:56 +0100" endDate="2018-03-20 16:06:56 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 16:37:59 +0100" startDate="2018-03-20 16:21:07 +0100" endDate="2018-03-20 16:31:06 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 17:37:37 +0100" startDate="2018-03-20 16:31:06 +0100" endDate="2018-03-20 16:41:03 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 17:37:37 +0100" startDate="2018-03-20 16:41:03 +0100" endDate="2018-03-20 16:46:15 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 17:37:37 +0100" startDate="2018-03-20 16:46:15 +0100" endDate="2018-03-20 16:53:54 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 17:37:37 +0100" startDate="2018-03-20 16:53:54 +0100" endDate="2018-03-20 17:01:22 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 18:39:00 +0100" startDate="2018-03-20 18:02:04 +0100" endDate="2018-03-20 18:08:47 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 19:36:44 +0100" startDate="2018-03-20 19:03:00 +0100" endDate="2018-03-20 19:10:27 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 19:36:44 +0100" startDate="2018-03-20 19:20:33 +0100" endDate="2018-03-20 19:30:28 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-20 23:11:25 +0100" startDate="2018-03-20 21:32:51 +0100" endDate="2018-03-20 21:42:25 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 07:37:22 +0100" startDate="2018-03-21 06:45:19 +0100" endDate="2018-03-21 06:54:48 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 07:37:22 +0100" startDate="2018-03-21 07:08:05 +0100" endDate="2018-03-21 07:12:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 07:37:22 +0100" startDate="2018-03-21 07:23:58 +0100" endDate="2018-03-21 07:30:03 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 08:41:57 +0100" startDate="2018-03-21 07:30:03 +0100" endDate="2018-03-21 07:39:48 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 08:41:57 +0100" startDate="2018-03-21 07:39:48 +0100" endDate="2018-03-21 07:49:37 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 08:41:57 +0100" startDate="2018-03-21 07:49:37 +0100" endDate="2018-03-21 07:57:17 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 12:01:52 +0100" startDate="2018-03-21 10:54:05 +0100" endDate="2018-03-21 11:00:05 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 12:01:52 +0100" startDate="2018-03-21 11:03:54 +0100" endDate="2018-03-21 11:10:40 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 12:01:52 +0100" startDate="2018-03-21 11:15:57 +0100" endDate="2018-03-21 11:24:48 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 12:01:52 +0100" startDate="2018-03-21 11:26:56 +0100" endDate="2018-03-21 11:35:39 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 12:01:52 +0100" startDate="2018-03-21 11:35:39 +0100" endDate="2018-03-21 11:45:36 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 12:01:52 +0100" startDate="2018-03-21 11:45:36 +0100" endDate="2018-03-21 11:48:20 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 13:02:09 +0100" startDate="2018-03-21 12:13:49 +0100" endDate="2018-03-21 12:23:48 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 13:02:09 +0100" startDate="2018-03-21 12:23:48 +0100" endDate="2018-03-21 12:31:41 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 13:02:09 +0100" startDate="2018-03-21 12:33:53 +0100" endDate="2018-03-21 12:43:15 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 13:02:09 +0100" startDate="2018-03-21 12:43:15 +0100" endDate="2018-03-21 12:51:34 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 14:54:45 +0100" startDate="2018-03-21 13:40:07 +0100" endDate="2018-03-21 13:47:59 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 14:54:45 +0100" startDate="2018-03-21 13:47:59 +0100" endDate="2018-03-21 13:54:27 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 14:54:45 +0100" startDate="2018-03-21 14:10:12 +0100" endDate="2018-03-21 14:20:07 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 14:54:45 +0100" startDate="2018-03-21 14:20:07 +0100" endDate="2018-03-21 14:29:25 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 14:54:45 +0100" startDate="2018-03-21 14:29:25 +0100" endDate="2018-03-21 14:36:03 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 16:39:55 +0100" startDate="2018-03-21 16:22:09 +0100" endDate="2018-03-21 16:32:07 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 16:32:07 +0100" endDate="2018-03-21 16:42:06 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 16:42:06 +0100" endDate="2018-03-21 16:51:51 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 16:51:51 +0100" endDate="2018-03-21 17:00:52 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 17:00:52 +0100" endDate="2018-03-21 17:10:52 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 17:10:52 +0100" endDate="2018-03-21 17:20:25 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 17:20:25 +0100" endDate="2018-03-21 17:30:25 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 17:30:25 +0100" endDate="2018-03-21 17:40:23 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 18:36:52 +0100" startDate="2018-03-21 17:40:23 +0100" endDate="2018-03-21 17:47:22 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 18:36:52 +0100" startDate="2018-03-21 17:47:22 +0100" endDate="2018-03-21 17:57:13 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 18:36:52 +0100" startDate="2018-03-21 17:57:13 +0100" endDate="2018-03-21 18:06:13 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 18:36:52 +0100" startDate="2018-03-21 18:06:13 +0100" endDate="2018-03-21 18:13:48 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 18:36:52 +0100" startDate="2018-03-21 18:13:48 +0100" endDate="2018-03-21 18:21:56 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 18:36:52 +0100" startDate="2018-03-21 18:21:56 +0100" endDate="2018-03-21 18:26:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 19:38:38 +0100" startDate="2018-03-21 18:40:38 +0100" endDate="2018-03-21 18:49:22 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 20:39:27 +0100" startDate="2018-03-21 19:30:40 +0100" endDate="2018-03-21 19:37:23 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 20:39:27 +0100" startDate="2018-03-21 20:08:59 +0100" endDate="2018-03-21 20:15:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-21 22:39:22 +0100" startDate="2018-03-21 21:57:45 +0100" endDate="2018-03-21 22:04:13 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 06:37:38 +0100" startDate="2018-03-22 06:19:10 +0100" endDate="2018-03-22 06:25:46 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 06:37:38 +0100" startDate="2018-03-22 06:25:46 +0100" endDate="2018-03-22 06:31:24 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 07:38:32 +0100" startDate="2018-03-22 06:31:24 +0100" endDate="2018-03-22 06:37:47 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 07:38:32 +0100" startDate="2018-03-22 06:41:53 +0100" endDate="2018-03-22 06:51:11 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 07:38:32 +0100" startDate="2018-03-22 06:51:11 +0100" endDate="2018-03-22 06:55:36 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 07:38:32 +0100" startDate="2018-03-22 07:10:25 +0100" endDate="2018-03-22 07:17:54 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 07:38:32 +0100" startDate="2018-03-22 07:20:04 +0100" endDate="2018-03-22 07:30:03 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 08:38:47 +0100" startDate="2018-03-22 07:30:03 +0100" endDate="2018-03-22 07:40:01 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 08:38:47 +0100" startDate="2018-03-22 07:40:01 +0100" endDate="2018-03-22 07:49:18 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 08:38:47 +0100" startDate="2018-03-22 08:05:12 +0100" endDate="2018-03-22 08:12:59 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 09:41:06 +0100" startDate="2018-03-22 08:53:47 +0100" endDate="2018-03-22 09:03:31 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 09:41:06 +0100" startDate="2018-03-22 09:03:31 +0100" endDate="2018-03-22 09:08:19 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 10:37:33 +0100" startDate="2018-03-22 10:25:30 +0100" endDate="2018-03-22 10:35:27 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 11:37:36 +0100" startDate="2018-03-22 10:35:27 +0100" endDate="2018-03-22 10:43:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 11:37:36 +0100" startDate="2018-03-22 10:49:19 +0100" endDate="2018-03-22 10:55:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 11:37:36 +0100" startDate="2018-03-22 11:11:31 +0100" endDate="2018-03-22 11:20:11 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 12:37:09 +0100" startDate="2018-03-22 11:53:17 +0100" endDate="2018-03-22 12:03:16 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 12:37:09 +0100" startDate="2018-03-22 12:03:16 +0100" endDate="2018-03-22 12:13:16 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 12:37:09 +0100" startDate="2018-03-22 12:13:16 +0100" endDate="2018-03-22 12:18:50 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 13:37:24 +0100" startDate="2018-03-22 12:33:25 +0100" endDate="2018-03-22 12:43:25 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 13:37:24 +0100" startDate="2018-03-22 12:43:25 +0100" endDate="2018-03-22 12:52:36 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 13:37:24 +0100" startDate="2018-03-22 12:52:36 +0100" endDate="2018-03-22 13:02:35 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 13:37:24 +0100" startDate="2018-03-22 13:02:35 +0100" endDate="2018-03-22 13:10:40 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 13:37:24 +0100" startDate="2018-03-22 13:16:45 +0100" endDate="2018-03-22 13:26:45 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 13:37:24 +0100" startDate="2018-03-22 13:26:45 +0100" endDate="2018-03-22 13:33:38 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 14:38:01 +0100" startDate="2018-03-22 13:33:38 +0100" endDate="2018-03-22 13:43:36 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 14:38:01 +0100" startDate="2018-03-22 13:43:36 +0100" endDate="2018-03-22 13:47:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 14:38:01 +0100" startDate="2018-03-22 13:51:15 +0100" endDate="2018-03-22 13:57:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 14:38:01 +0100" startDate="2018-03-22 13:57:23 +0100" endDate="2018-03-22 14:03:02 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 14:38:01 +0100" startDate="2018-03-22 14:03:59 +0100" endDate="2018-03-22 14:10:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 16:41:27 +0100" startDate="2018-03-22 15:42:43 +0100" endDate="2018-03-22 15:52:43 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 16:41:27 +0100" startDate="2018-03-22 15:52:43 +0100" endDate="2018-03-22 16:02:40 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 16:41:27 +0100" startDate="2018-03-22 16:02:40 +0100" endDate="2018-03-22 16:12:20 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 16:41:27 +0100" startDate="2018-03-22 16:12:20 +0100" endDate="2018-03-22 16:19:17 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 16:41:27 +0100" startDate="2018-03-22 16:19:17 +0100" endDate="2018-03-22 16:27:01 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 16:41:27 +0100" startDate="2018-03-22 16:31:15 +0100" endDate="2018-03-22 16:37:27 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 17:37:55 +0100" startDate="2018-03-22 16:37:27 +0100" endDate="2018-03-22 16:42:00 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 17:37:55 +0100" startDate="2018-03-22 17:08:43 +0100" endDate="2018-03-22 17:18:05 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 17:37:55 +0100" startDate="2018-03-22 17:18:05 +0100" endDate="2018-03-22 17:20:12 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 17:37:55 +0100" startDate="2018-03-22 17:26:46 +0100" endDate="2018-03-22 17:36:41 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 18:38:12 +0100" startDate="2018-03-22 17:36:41 +0100" endDate="2018-03-22 17:46:14 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 18:38:12 +0100" startDate="2018-03-22 17:46:14 +0100" endDate="2018-03-22 17:54:40 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 18:38:12 +0100" startDate="2018-03-22 17:54:40 +0100" endDate="2018-03-22 17:57:05 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 18:38:12 +0100" startDate="2018-03-22 18:26:44 +0100" endDate="2018-03-22 18:34:11 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 20:32:22 +0100" startDate="2018-03-22 18:34:11 +0100" endDate="2018-03-22 18:37:47 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 20:32:22 +0100" startDate="2018-03-22 18:58:08 +0100" endDate="2018-03-22 19:08:07 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 20:32:22 +0100" startDate="2018-03-22 19:08:07 +0100" endDate="2018-03-22 19:14:53 +0100" value="659"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 22:09:28 +0100" startDate="2018-03-22 20:42:58 +0100" endDate="2018-03-22 20:52:57 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 22:09:28 +0100" startDate="2018-03-22 20:52:57 +0100" endDate="2018-03-22 21:00:58 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-22 22:09:28 +0100" startDate="2018-03-22 21:23:04 +0100" endDate="2018-03-22 21:29:58 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 06:38:43 +0100" startDate="2018-03-23 06:03:57 +0100" endDate="2018-03-23 06:11:11 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 06:38:43 +0100" startDate="2018-03-23 06:11:11 +0100" endDate="2018-03-23 06:19:05 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 08:40:58 +0100" startDate="2018-03-23 08:00:38 +0100" endDate="2018-03-23 08:07:29 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 08:40:58 +0100" startDate="2018-03-23 08:12:23 +0100" endDate="2018-03-23 08:19:09 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 08:40:58 +0100" startDate="2018-03-23 08:19:09 +0100" endDate="2018-03-23 08:28:47 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 08:40:58 +0100" startDate="2018-03-23 08:28:47 +0100" endDate="2018-03-23 08:38:45 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 09:41:05 +0100" startDate="2018-03-23 08:38:45 +0100" endDate="2018-03-23 08:40:58 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 09:41:05 +0100" startDate="2018-03-23 09:01:49 +0100" endDate="2018-03-23 09:11:49 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 09:41:05 +0100" startDate="2018-03-23 09:11:49 +0100" endDate="2018-03-23 09:18:22 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 11:39:40 +0100" startDate="2018-03-23 11:22:38 +0100" endDate="2018-03-23 11:28:46 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 12:34:23 +0100" startDate="2018-03-23 11:37:21 +0100" endDate="2018-03-23 11:46:47 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 12:34:23 +0100" startDate="2018-03-23 11:46:47 +0100" endDate="2018-03-23 11:52:21 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 12:34:23 +0100" startDate="2018-03-23 11:52:33 +0100" endDate="2018-03-23 12:02:30 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 12:34:23 +0100" startDate="2018-03-23 12:02:30 +0100" endDate="2018-03-23 12:11:30 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 12:34:23 +0100" startDate="2018-03-23 12:11:30 +0100" endDate="2018-03-23 12:21:29 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 12:34:23 +0100" startDate="2018-03-23 12:21:29 +0100" endDate="2018-03-23 12:27:11 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 13:36:57 +0100" startDate="2018-03-23 12:27:11 +0100" endDate="2018-03-23 12:36:48 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 13:36:57 +0100" startDate="2018-03-23 12:36:48 +0100" endDate="2018-03-23 12:41:44 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 13:36:57 +0100" startDate="2018-03-23 12:41:44 +0100" endDate="2018-03-23 12:47:10 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 13:36:57 +0100" startDate="2018-03-23 13:09:31 +0100" endDate="2018-03-23 13:18:50 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 13:36:57 +0100" startDate="2018-03-23 13:18:50 +0100" endDate="2018-03-23 13:28:43 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 14:34:31 +0100" startDate="2018-03-23 13:28:43 +0100" endDate="2018-03-23 13:38:43 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 14:34:31 +0100" startDate="2018-03-23 13:38:43 +0100" endDate="2018-03-23 13:47:08 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 14:34:31 +0100" startDate="2018-03-23 13:47:08 +0100" endDate="2018-03-23 13:52:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 14:34:31 +0100" startDate="2018-03-23 14:14:47 +0100" endDate="2018-03-23 14:24:46 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 15:42:25 +0100" startDate="2018-03-23 14:24:46 +0100" endDate="2018-03-23 14:33:47 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 15:42:25 +0100" startDate="2018-03-23 15:02:36 +0100" endDate="2018-03-23 15:09:22 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 16:34:24 +0100" startDate="2018-03-23 16:11:33 +0100" endDate="2018-03-23 16:20:42 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 16:34:24 +0100" startDate="2018-03-23 16:20:42 +0100" endDate="2018-03-23 16:30:38 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 17:38:11 +0100" startDate="2018-03-23 16:30:38 +0100" endDate="2018-03-23 16:32:30 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 17:38:11 +0100" startDate="2018-03-23 16:57:36 +0100" endDate="2018-03-23 17:04:07 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 18:35:13 +0100" startDate="2018-03-23 17:46:39 +0100" endDate="2018-03-23 17:56:37 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 18:35:13 +0100" startDate="2018-03-23 17:56:37 +0100" endDate="2018-03-23 18:06:36 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 18:35:13 +0100" startDate="2018-03-23 18:06:36 +0100" endDate="2018-03-23 18:13:20 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 18:35:13 +0100" startDate="2018-03-23 18:15:26 +0100" endDate="2018-03-23 18:24:04 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 20:00:18 +0100" startDate="2018-03-23 18:24:04 +0100" endDate="2018-03-23 18:34:02 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 20:00:18 +0100" startDate="2018-03-23 18:34:02 +0100" endDate="2018-03-23 18:42:18 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 20:00:18 +0100" startDate="2018-03-23 19:27:02 +0100" endDate="2018-03-23 19:35:25 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 20:00:18 +0100" startDate="2018-03-23 19:45:27 +0100" endDate="2018-03-23 19:55:26 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 20:23:50 +0100" startDate="2018-03-23 19:55:26 +0100" endDate="2018-03-23 19:56:53 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 22:14:38 +0100" startDate="2018-03-23 20:27:56 +0100" endDate="2018-03-23 20:34:34 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 22:14:38 +0100" startDate="2018-03-23 20:53:44 +0100" endDate="2018-03-23 21:01:04 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 22:14:38 +0100" startDate="2018-03-23 21:01:04 +0100" endDate="2018-03-23 21:10:57 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-23 22:29:43 +0100" startDate="2018-03-23 22:18:19 +0100" endDate="2018-03-23 22:25:15 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 04:51:09 +0100" startDate="2018-03-24 04:02:31 +0100" endDate="2018-03-24 04:12:11 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 04:51:09 +0100" startDate="2018-03-24 04:12:11 +0100" endDate="2018-03-24 04:14:21 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 04:51:09 +0100" startDate="2018-03-24 04:16:33 +0100" endDate="2018-03-24 04:26:19 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 04:51:09 +0100" startDate="2018-03-24 04:26:19 +0100" endDate="2018-03-24 04:30:13 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 05:51:41 +0100" startDate="2018-03-24 04:41:28 +0100" endDate="2018-03-24 04:51:28 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 05:51:41 +0100" startDate="2018-03-24 04:51:28 +0100" endDate="2018-03-24 05:01:17 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 05:51:41 +0100" startDate="2018-03-24 05:01:17 +0100" endDate="2018-03-24 05:02:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 05:51:41 +0100" startDate="2018-03-24 05:05:35 +0100" endDate="2018-03-24 05:12:11 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 06:23:31 +0100" startDate="2018-03-24 05:12:11 +0100" endDate="2018-03-24 05:12:13 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 06:23:31 +0100" startDate="2018-03-24 06:03:31 +0100" endDate="2018-03-24 06:13:30 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 06:23:31 +0100" startDate="2018-03-24 06:13:30 +0100" endDate="2018-03-24 06:22:38 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 07:23:59 +0100" startDate="2018-03-24 06:22:38 +0100" endDate="2018-03-24 06:27:11 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 07:23:59 +0100" startDate="2018-03-24 06:28:49 +0100" endDate="2018-03-24 06:38:29 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 07:23:59 +0100" startDate="2018-03-24 06:38:29 +0100" endDate="2018-03-24 06:48:28 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 07:23:59 +0100" startDate="2018-03-24 06:48:28 +0100" endDate="2018-03-24 06:53:26 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 07:23:59 +0100" startDate="2018-03-24 07:07:49 +0100" endDate="2018-03-24 07:16:07 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 08:37:38 +0100" startDate="2018-03-24 07:16:07 +0100" endDate="2018-03-24 07:22:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 08:37:38 +0100" startDate="2018-03-24 07:22:36 +0100" endDate="2018-03-24 07:30:02 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 08:37:38 +0100" startDate="2018-03-24 07:30:02 +0100" endDate="2018-03-24 07:36:42 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 09:55:51 +0100" startDate="2018-03-24 08:42:39 +0100" endDate="2018-03-24 08:52:32 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 09:55:51 +0100" startDate="2018-03-24 08:52:32 +0100" endDate="2018-03-24 08:58:00 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 09:55:51 +0100" startDate="2018-03-24 09:00:31 +0100" endDate="2018-03-24 09:08:11 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 10:36:31 +0100" startDate="2018-03-24 09:55:08 +0100" endDate="2018-03-24 10:05:07 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 10:36:31 +0100" startDate="2018-03-24 10:05:07 +0100" endDate="2018-03-24 10:08:31 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 19:42:46 +0100" startDate="2018-03-24 10:40:20 +0100" endDate="2018-03-24 10:50:19 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 19:42:46 +0100" startDate="2018-03-24 10:50:19 +0100" endDate="2018-03-24 10:59:15 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 19:42:46 +0100" startDate="2018-03-24 10:59:15 +0100" endDate="2018-03-24 11:06:36 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 20:56:37 +0100" startDate="2018-03-24 19:35:16 +0100" endDate="2018-03-24 19:43:08 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 20:56:37 +0100" startDate="2018-03-24 19:43:08 +0100" endDate="2018-03-24 19:52:00 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 20:56:37 +0100" startDate="2018-03-24 19:52:00 +0100" endDate="2018-03-24 20:01:57 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 20:56:37 +0100" startDate="2018-03-24 20:01:57 +0100" endDate="2018-03-24 20:11:55 +0100" value="656"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 20:56:37 +0100" startDate="2018-03-24 20:11:55 +0100" endDate="2018-03-24 20:20:25 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 20:56:37 +0100" startDate="2018-03-24 20:22:30 +0100" endDate="2018-03-24 20:31:10 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 22:02:51 +0100" startDate="2018-03-24 21:04:47 +0100" endDate="2018-03-24 21:14:47 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 22:02:51 +0100" startDate="2018-03-24 21:14:47 +0100" endDate="2018-03-24 21:24:43 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 22:02:51 +0100" startDate="2018-03-24 21:24:43 +0100" endDate="2018-03-24 21:25:24 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 22:41:19 +0100" startDate="2018-03-24 21:55:52 +0100" endDate="2018-03-24 22:04:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 22:41:19 +0100" startDate="2018-03-24 22:04:22 +0100" endDate="2018-03-24 22:08:01 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 22:41:19 +0100" startDate="2018-03-24 22:15:05 +0100" endDate="2018-03-24 22:21:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 22:41:19 +0100" startDate="2018-03-24 22:21:46 +0100" endDate="2018-03-24 22:29:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 22:41:19 +0100" startDate="2018-03-24 22:29:18 +0100" endDate="2018-03-24 22:34:20 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 23:45:05 +0100" startDate="2018-03-24 22:34:20 +0100" endDate="2018-03-24 22:41:20 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-24 23:45:05 +0100" startDate="2018-03-24 22:57:49 +0100" endDate="2018-03-24 23:03:51 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 01:33:46 +0100" startDate="2018-03-25 01:00:18 +0100" endDate="2018-03-25 01:07:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 12:11:37 +0100" startDate="2018-03-25 11:50:08 +0100" endDate="2018-03-25 11:56:54 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 13:11:46 +0100" startDate="2018-03-25 12:39:35 +0100" endDate="2018-03-25 12:47:35 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 14:13:23 +0100" startDate="2018-03-25 13:08:58 +0100" endDate="2018-03-25 13:15:00 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 14:13:23 +0100" startDate="2018-03-25 14:01:50 +0100" endDate="2018-03-25 14:11:37 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 15:12:27 +0100" startDate="2018-03-25 14:11:23 +0100" endDate="2018-03-25 14:21:02 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 15:12:27 +0100" startDate="2018-03-25 14:21:02 +0100" endDate="2018-03-25 14:29:06 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 15:12:27 +0100" startDate="2018-03-25 14:30:53 +0100" endDate="2018-03-25 14:36:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 15:12:27 +0100" startDate="2018-03-25 14:45:03 +0100" endDate="2018-03-25 14:55:02 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 15:12:27 +0100" startDate="2018-03-25 14:55:02 +0100" endDate="2018-03-25 15:04:09 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:04:09 +0100" endDate="2018-03-25 15:07:09 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:09:33 +0100" endDate="2018-03-25 15:19:32 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:19:32 +0100" endDate="2018-03-25 15:29:30 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:29:30 +0100" endDate="2018-03-25 15:39:28 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:39:28 +0100" endDate="2018-03-25 15:49:27 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:49:27 +0100" endDate="2018-03-25 15:59:19 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:59:19 +0100" endDate="2018-03-25 16:09:19 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 17:12:56 +0100" startDate="2018-03-25 16:09:19 +0100" endDate="2018-03-25 16:17:22 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 17:12:56 +0100" startDate="2018-03-25 16:17:22 +0100" endDate="2018-03-25 16:27:22 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 17:12:56 +0100" startDate="2018-03-25 16:27:22 +0100" endDate="2018-03-25 16:37:10 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 17:12:56 +0100" startDate="2018-03-25 16:37:10 +0100" endDate="2018-03-25 16:46:42 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 17:12:56 +0100" startDate="2018-03-25 16:46:42 +0100" endDate="2018-03-25 16:56:39 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 17:12:56 +0100" startDate="2018-03-25 16:56:39 +0100" endDate="2018-03-25 17:06:38 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 17:57:59 +0100" startDate="2018-03-25 17:06:38 +0100" endDate="2018-03-25 17:16:38 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 17:57:59 +0100" startDate="2018-03-25 17:16:38 +0100" endDate="2018-03-25 17:26:35 +0100" value="836"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 17:57:59 +0100" startDate="2018-03-25 17:26:35 +0100" endDate="2018-03-25 17:36:15 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 17:57:59 +0100" startDate="2018-03-25 17:36:15 +0100" endDate="2018-03-25 17:46:14 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 17:57:59 +0100" startDate="2018-03-25 17:46:14 +0100" endDate="2018-03-25 17:56:13 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 18:08:20 +0100" startDate="2018-03-25 17:56:13 +0100" endDate="2018-03-25 18:05:49 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 18:51:05 +0100" startDate="2018-03-25 18:05:49 +0100" endDate="2018-03-25 18:14:36 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 18:51:05 +0100" startDate="2018-03-25 18:14:36 +0100" endDate="2018-03-25 18:21:49 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd7c0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 18:51:05 +0100" startDate="2018-03-25 18:21:49 +0100" endDate="2018-03-25 18:31:03 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 18:51:05 +0100" startDate="2018-03-25 18:31:50 +0100" endDate="2018-03-25 18:41:08 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 19:01:06 +0100" startDate="2018-03-25 18:41:08 +0100" endDate="2018-03-25 18:51:07 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 19:20:08 +0100" startDate="2018-03-25 18:51:07 +0100" endDate="2018-03-25 19:01:05 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 19:20:08 +0100" startDate="2018-03-25 19:01:05 +0100" endDate="2018-03-25 19:10:57 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 19:10:57 +0100" endDate="2018-03-25 19:20:55 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 19:20:55 +0100" endDate="2018-03-25 19:28:58 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 19:28:58 +0100" endDate="2018-03-25 19:37:28 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 19:37:28 +0100" endDate="2018-03-25 19:42:24 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 19:48:27 +0100" endDate="2018-03-25 19:57:21 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 19:57:21 +0100" endDate="2018-03-25 20:06:48 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 20:06:48 +0100" endDate="2018-03-25 20:14:36 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 20:14:36 +0100" endDate="2018-03-25 20:14:38 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 20:24:47 +0100" endDate="2018-03-25 20:34:40 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 20:34:40 +0100" endDate="2018-03-25 20:44:35 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 20:44:35 +0100" endDate="2018-03-25 20:54:32 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 20:54:32 +0100" endDate="2018-03-25 21:04:30 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 21:04:30 +0100" endDate="2018-03-25 21:14:20 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 21:14:20 +0100" endDate="2018-03-25 21:24:17 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 21:24:17 +0100" endDate="2018-03-25 21:30:56 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 21:31:01 +0100" endDate="2018-03-25 21:40:58 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 22:37:49 +0100" startDate="2018-03-25 22:03:24 +0100" endDate="2018-03-25 22:11:08 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 22:37:49 +0100" startDate="2018-03-25 22:11:08 +0100" endDate="2018-03-25 22:21:06 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 22:37:49 +0100" startDate="2018-03-25 22:21:06 +0100" endDate="2018-03-25 22:30:26 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-25 23:36:55 +0100" startDate="2018-03-25 22:30:26 +0100" endDate="2018-03-25 22:37:28 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 00:47:58 +0100" startDate="2018-03-25 23:35:42 +0100" endDate="2018-03-25 23:43:23 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 00:47:58 +0100" startDate="2018-03-25 23:59:17 +0100" endDate="2018-03-26 00:09:17 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 00:47:58 +0100" startDate="2018-03-26 00:09:17 +0100" endDate="2018-03-26 00:15:20 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 00:47:58 +0100" startDate="2018-03-26 00:15:20 +0100" endDate="2018-03-26 00:24:41 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 00:47:58 +0100" startDate="2018-03-26 00:30:47 +0100" endDate="2018-03-26 00:40:45 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 01:40:52 +0100" startDate="2018-03-26 00:40:45 +0100" endDate="2018-03-26 00:48:16 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 01:40:52 +0100" startDate="2018-03-26 00:54:29 +0100" endDate="2018-03-26 01:00:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 13:12:36 +0100" startDate="2018-03-26 12:12:39 +0100" endDate="2018-03-26 12:21:49 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 13:12:36 +0100" startDate="2018-03-26 12:21:49 +0100" endDate="2018-03-26 12:30:45 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 13:12:36 +0100" startDate="2018-03-26 12:30:45 +0100" endDate="2018-03-26 12:33:11 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 13:12:36 +0100" startDate="2018-03-26 12:42:40 +0100" endDate="2018-03-26 12:52:38 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 13:12:36 +0100" startDate="2018-03-26 12:52:38 +0100" endDate="2018-03-26 13:01:52 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 13:12:36 +0100" startDate="2018-03-26 13:01:52 +0100" endDate="2018-03-26 13:10:48 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 14:14:20 +0100" startDate="2018-03-26 13:10:48 +0100" endDate="2018-03-26 13:20:43 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 14:14:20 +0100" startDate="2018-03-26 13:20:43 +0100" endDate="2018-03-26 13:24:25 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 15:23:56 +0100" startDate="2018-03-26 14:41:38 +0100" endDate="2018-03-26 14:51:06 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 15:23:56 +0100" startDate="2018-03-26 14:51:06 +0100" endDate="2018-03-26 15:01:06 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 15:23:56 +0100" startDate="2018-03-26 15:01:06 +0100" endDate="2018-03-26 15:11:05 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 15:23:56 +0100" startDate="2018-03-26 15:11:05 +0100" endDate="2018-03-26 15:21:03 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 16:12:54 +0100" startDate="2018-03-26 15:21:03 +0100" endDate="2018-03-26 15:31:02 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 16:12:54 +0100" startDate="2018-03-26 15:31:02 +0100" endDate="2018-03-26 15:38:32 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 16:12:54 +0100" startDate="2018-03-26 15:38:32 +0100" endDate="2018-03-26 15:48:03 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 16:12:54 +0100" startDate="2018-03-26 15:48:03 +0100" endDate="2018-03-26 15:57:03 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 16:12:54 +0100" startDate="2018-03-26 15:57:03 +0100" endDate="2018-03-26 16:07:01 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 17:11:17 +0100" startDate="2018-03-26 16:07:01 +0100" endDate="2018-03-26 16:15:20 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 17:11:17 +0100" startDate="2018-03-26 16:17:27 +0100" endDate="2018-03-26 16:27:25 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 17:11:17 +0100" startDate="2018-03-26 16:27:25 +0100" endDate="2018-03-26 16:37:22 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 17:11:17 +0100" startDate="2018-03-26 16:37:22 +0100" endDate="2018-03-26 16:47:21 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 17:11:17 +0100" startDate="2018-03-26 16:47:21 +0100" endDate="2018-03-26 16:57:18 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 17:11:17 +0100" startDate="2018-03-26 16:57:18 +0100" endDate="2018-03-26 17:07:18 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 17:21:36 +0100" startDate="2018-03-26 17:07:18 +0100" endDate="2018-03-26 17:17:11 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 18:11:29 +0100" startDate="2018-03-26 17:17:11 +0100" endDate="2018-03-26 17:27:10 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 18:11:29 +0100" startDate="2018-03-26 17:27:10 +0100" endDate="2018-03-26 17:37:10 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 18:11:29 +0100" startDate="2018-03-26 17:37:10 +0100" endDate="2018-03-26 17:44:46 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 18:11:29 +0100" startDate="2018-03-26 17:44:46 +0100" endDate="2018-03-26 17:54:45 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 18:11:29 +0100" startDate="2018-03-26 17:54:45 +0100" endDate="2018-03-26 17:58:41 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 18:11:29 +0100" startDate="2018-03-26 18:00:12 +0100" endDate="2018-03-26 18:09:45 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 18:24:27 +0100" startDate="2018-03-26 18:09:45 +0100" endDate="2018-03-26 18:18:11 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 19:20:23 +0100" startDate="2018-03-26 18:24:35 +0100" endDate="2018-03-26 18:30:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 19:20:23 +0100" startDate="2018-03-26 18:34:33 +0100" endDate="2018-03-26 18:44:30 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 19:20:23 +0100" startDate="2018-03-26 18:44:30 +0100" endDate="2018-03-26 18:54:24 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 19:20:23 +0100" startDate="2018-03-26 18:54:24 +0100" endDate="2018-03-26 19:04:23 +0100" value="986"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 19:20:23 +0100" startDate="2018-03-26 19:04:23 +0100" endDate="2018-03-26 19:14:23 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 20:11:41 +0100" startDate="2018-03-26 19:14:23 +0100" endDate="2018-03-26 19:24:22 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 20:11:41 +0100" startDate="2018-03-26 19:24:22 +0100" endDate="2018-03-26 19:34:21 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 20:11:41 +0100" startDate="2018-03-26 19:34:21 +0100" endDate="2018-03-26 19:41:49 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 20:11:41 +0100" startDate="2018-03-26 19:46:43 +0100" endDate="2018-03-26 19:56:42 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 20:11:41 +0100" startDate="2018-03-26 19:56:42 +0100" endDate="2018-03-26 20:02:20 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 21:13:56 +0100" startDate="2018-03-26 20:02:20 +0100" endDate="2018-03-26 20:10:59 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 21:13:56 +0100" startDate="2018-03-26 20:11:28 +0100" endDate="2018-03-26 20:18:37 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 21:13:56 +0100" startDate="2018-03-26 20:35:12 +0100" endDate="2018-03-26 20:41:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 22:52:28 +0100" startDate="2018-03-26 21:08:49 +0100" endDate="2018-03-26 21:15:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 22:52:28 +0100" startDate="2018-03-26 21:35:04 +0100" endDate="2018-03-26 21:42:56 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 22:52:28 +0100" startDate="2018-03-26 21:53:49 +0100" endDate="2018-03-26 22:03:41 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 22:52:28 +0100" startDate="2018-03-26 22:12:19 +0100" endDate="2018-03-26 22:19:31 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 22:52:28 +0100" startDate="2018-03-26 22:22:23 +0100" endDate="2018-03-26 22:32:23 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 22:52:28 +0100" startDate="2018-03-26 22:32:23 +0100" endDate="2018-03-26 22:38:55 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 23:59:07 +0100" startDate="2018-03-26 22:45:11 +0100" endDate="2018-03-26 22:52:48 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 23:59:07 +0100" startDate="2018-03-26 22:53:26 +0100" endDate="2018-03-26 23:03:25 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-26 23:59:07 +0100" startDate="2018-03-26 23:03:25 +0100" endDate="2018-03-26 23:07:07 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 00:40:02 +0100" startDate="2018-03-26 23:58:38 +0100" endDate="2018-03-27 00:08:37 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 00:40:02 +0100" startDate="2018-03-27 00:08:37 +0100" endDate="2018-03-27 00:16:31 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 00:40:02 +0100" startDate="2018-03-27 00:26:16 +0100" endDate="2018-03-27 00:36:13 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 01:18:12 +0100" startDate="2018-03-27 00:36:13 +0100" endDate="2018-03-27 00:42:22 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 02:38:06 +0100" startDate="2018-03-27 01:35:52 +0100" endDate="2018-03-27 01:44:01 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 13:22:18 +0100" startDate="2018-03-27 12:17:43 +0100" endDate="2018-03-27 12:23:55 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 13:22:18 +0100" startDate="2018-03-27 12:23:55 +0100" endDate="2018-03-27 12:29:46 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 13:22:18 +0100" startDate="2018-03-27 12:29:46 +0100" endDate="2018-03-27 12:38:49 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 13:22:18 +0100" startDate="2018-03-27 12:39:00 +0100" endDate="2018-03-27 12:48:19 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 13:22:18 +0100" startDate="2018-03-27 12:48:19 +0100" endDate="2018-03-27 12:58:18 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 13:22:18 +0100" startDate="2018-03-27 12:58:18 +0100" endDate="2018-03-27 13:02:26 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 14:18:58 +0100" startDate="2018-03-27 13:02:26 +0100" endDate="2018-03-27 13:07:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 14:18:58 +0100" startDate="2018-03-27 13:24:08 +0100" endDate="2018-03-27 13:33:37 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 14:18:58 +0100" startDate="2018-03-27 13:33:37 +0100" endDate="2018-03-27 13:43:37 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 14:18:58 +0100" startDate="2018-03-27 13:43:37 +0100" endDate="2018-03-27 13:53:35 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 14:18:58 +0100" startDate="2018-03-27 13:53:35 +0100" endDate="2018-03-27 14:03:33 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 14:18:58 +0100" startDate="2018-03-27 14:03:33 +0100" endDate="2018-03-27 14:13:32 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 15:12:12 +0100" startDate="2018-03-27 14:13:20 +0100" endDate="2018-03-27 14:21:41 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 15:12:12 +0100" startDate="2018-03-27 14:21:41 +0100" endDate="2018-03-27 14:31:39 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 15:12:12 +0100" startDate="2018-03-27 14:31:39 +0100" endDate="2018-03-27 14:41:39 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 15:12:12 +0100" startDate="2018-03-27 14:41:39 +0100" endDate="2018-03-27 14:51:39 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 15:12:12 +0100" startDate="2018-03-27 14:51:39 +0100" endDate="2018-03-27 15:01:37 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 15:12:12 +0100" startDate="2018-03-27 15:01:37 +0100" endDate="2018-03-27 15:09:48 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 16:15:30 +0100" startDate="2018-03-27 15:09:48 +0100" endDate="2018-03-27 15:19:47 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 16:15:30 +0100" startDate="2018-03-27 15:19:47 +0100" endDate="2018-03-27 15:27:24 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 16:15:30 +0100" startDate="2018-03-27 15:33:05 +0100" endDate="2018-03-27 15:43:02 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 16:15:30 +0100" startDate="2018-03-27 15:43:02 +0100" endDate="2018-03-27 15:53:01 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 16:15:30 +0100" startDate="2018-03-27 15:53:01 +0100" endDate="2018-03-27 16:02:58 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 16:15:30 +0100" startDate="2018-03-27 16:02:58 +0100" endDate="2018-03-27 16:03:26 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 17:14:16 +0100" startDate="2018-03-27 16:09:38 +0100" endDate="2018-03-27 16:19:37 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 17:14:16 +0100" startDate="2018-03-27 16:23:59 +0100" endDate="2018-03-27 16:29:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 17:14:16 +0100" startDate="2018-03-27 16:44:32 +0100" endDate="2018-03-27 16:54:24 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 18:13:26 +0100" startDate="2018-03-27 17:50:22 +0100" endDate="2018-03-27 18:00:20 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 18:13:26 +0100" startDate="2018-03-27 18:00:20 +0100" endDate="2018-03-27 18:10:18 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 18:10:18 +0100" endDate="2018-03-27 18:19:34 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 18:19:34 +0100" endDate="2018-03-27 18:29:33 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 18:29:33 +0100" endDate="2018-03-27 18:36:43 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 18:36:43 +0100" endDate="2018-03-27 18:46:38 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 18:46:38 +0100" endDate="2018-03-27 18:54:52 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 18:56:34 +0100" endDate="2018-03-27 19:06:16 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 19:06:16 +0100" endDate="2018-03-27 19:15:05 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 19:55:35 +0100" startDate="2018-03-27 19:15:05 +0100" endDate="2018-03-27 19:16:45 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 20:05:53 +0100" startDate="2018-03-27 19:51:42 +0100" endDate="2018-03-27 20:01:31 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 20:11:46 +0100" startDate="2018-03-27 20:01:31 +0100" endDate="2018-03-27 20:02:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 20:42:35 +0100" startDate="2018-03-27 20:25:16 +0100" endDate="2018-03-27 20:34:19 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 20:52:57 +0100" startDate="2018-03-27 20:34:19 +0100" endDate="2018-03-27 20:42:41 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 21:07:01 +0100" startDate="2018-03-27 20:42:41 +0100" endDate="2018-03-27 20:52:01 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 21:07:01 +0100" startDate="2018-03-27 20:52:01 +0100" endDate="2018-03-27 21:01:42 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 21:17:20 +0100" startDate="2018-03-27 21:01:42 +0100" endDate="2018-03-27 21:11:40 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 21:27:20 +0100" startDate="2018-03-27 21:11:40 +0100" endDate="2018-03-27 21:21:04 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 21:54:59 +0100" startDate="2018-03-27 21:33:42 +0100" endDate="2018-03-27 21:43:09 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 21:54:59 +0100" startDate="2018-03-27 21:43:09 +0100" endDate="2018-03-27 21:45:52 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 22:05:19 +0100" startDate="2018-03-27 21:45:52 +0100" endDate="2018-03-27 21:55:29 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 22:15:37 +0100" startDate="2018-03-27 21:55:29 +0100" endDate="2018-03-27 22:05:20 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 22:28:46 +0100" startDate="2018-03-27 22:05:20 +0100" endDate="2018-03-27 22:15:19 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 22:28:46 +0100" startDate="2018-03-27 22:15:19 +0100" endDate="2018-03-27 22:22:19 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 22:49:28 +0100" startDate="2018-03-27 22:22:19 +0100" endDate="2018-03-27 22:31:40 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 23:22:19 +0100" startDate="2018-03-27 23:03:14 +0100" endDate="2018-03-27 23:09:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 23:22:19 +0100" startDate="2018-03-27 23:09:27 +0100" endDate="2018-03-27 23:19:27 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-27 23:54:18 +0100" startDate="2018-03-27 23:19:27 +0100" endDate="2018-03-27 23:26:12 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 00:21:45 +0100" startDate="2018-03-27 23:44:31 +0100" endDate="2018-03-27 23:53:35 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 00:21:45 +0100" startDate="2018-03-27 23:53:35 +0100" endDate="2018-03-28 00:03:33 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 00:21:45 +0100" startDate="2018-03-28 00:03:33 +0100" endDate="2018-03-28 00:13:03 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 00:31:45 +0100" startDate="2018-03-28 00:13:03 +0100" endDate="2018-03-28 00:21:58 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 00:54:48 +0100" startDate="2018-03-28 00:34:09 +0100" endDate="2018-03-28 00:40:40 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 02:00:29 +0100" startDate="2018-03-28 01:43:30 +0100" endDate="2018-03-28 01:49:38 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 12:00:41 +0100" startDate="2018-03-28 11:40:46 +0100" endDate="2018-03-28 11:50:45 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 12:13:52 +0100" startDate="2018-03-28 11:50:45 +0100" endDate="2018-03-28 12:00:41 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 12:13:52 +0100" startDate="2018-03-28 12:00:41 +0100" endDate="2018-03-28 12:03:53 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 12:34:01 +0100" startDate="2018-03-28 12:03:53 +0100" endDate="2018-03-28 12:03:56 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 12:34:01 +0100" startDate="2018-03-28 12:12:09 +0100" endDate="2018-03-28 12:22:07 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 12:34:01 +0100" startDate="2018-03-28 12:22:07 +0100" endDate="2018-03-28 12:31:54 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 12:44:01 +0100" startDate="2018-03-28 12:31:54 +0100" endDate="2018-03-28 12:34:07 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 13:13:58 +0100" startDate="2018-03-28 12:57:43 +0100" endDate="2018-03-28 13:07:41 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 13:25:29 +0100" startDate="2018-03-28 13:07:41 +0100" endDate="2018-03-28 13:14:34 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 13:50:47 +0100" startDate="2018-03-28 13:14:34 +0100" endDate="2018-03-28 13:23:24 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 14:57:18 +0100" startDate="2018-03-28 13:51:46 +0100" endDate="2018-03-28 14:00:12 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 15:22:12 +0100" startDate="2018-03-28 14:55:56 +0100" endDate="2018-03-28 15:04:59 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 15:22:12 +0100" startDate="2018-03-28 15:04:59 +0100" endDate="2018-03-28 15:14:58 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 15:37:20 +0100" startDate="2018-03-28 15:14:58 +0100" endDate="2018-03-28 15:22:12 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 16:12:14 +0100" startDate="2018-03-28 15:28:09 +0100" endDate="2018-03-28 15:37:20 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 16:12:14 +0100" startDate="2018-03-28 15:43:41 +0100" endDate="2018-03-28 15:50:47 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 16:12:14 +0100" startDate="2018-03-28 15:50:47 +0100" endDate="2018-03-28 15:58:34 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 16:12:14 +0100" startDate="2018-03-28 16:00:11 +0100" endDate="2018-03-28 16:09:58 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 16:22:14 +0100" startDate="2018-03-28 16:09:58 +0100" endDate="2018-03-28 16:15:15 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 17:01:37 +0100" startDate="2018-03-28 16:44:41 +0100" endDate="2018-03-28 16:53:34 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 17:18:58 +0100" startDate="2018-03-28 17:02:48 +0100" endDate="2018-03-28 17:12:46 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 18:12:34 +0100" startDate="2018-03-28 17:12:46 +0100" endDate="2018-03-28 17:13:50 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 20:42:52 +0100" startDate="2018-03-28 20:26:50 +0100" endDate="2018-03-28 20:36:48 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 20:53:55 +0100" startDate="2018-03-28 20:36:48 +0100" endDate="2018-03-28 20:46:46 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 22:27:35 +0100" startDate="2018-03-28 22:11:32 +0100" endDate="2018-03-28 22:20:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 22:52:46 +0100" startDate="2018-03-28 22:20:58 +0100" endDate="2018-03-28 22:26:27 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 22:52:46 +0100" startDate="2018-03-28 22:35:56 +0100" endDate="2018-03-28 22:45:56 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 23:01:03 +0100" startDate="2018-03-28 22:45:56 +0100" endDate="2018-03-28 22:55:38 +0100" value="1051"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 23:15:17 +0100" startDate="2018-03-28 22:55:38 +0100" endDate="2018-03-28 23:03:38 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 23:15:17 +0100" startDate="2018-03-28 23:03:38 +0100" endDate="2018-03-28 23:13:38 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-28 23:27:30 +0100" startDate="2018-03-28 23:13:38 +0100" endDate="2018-03-28 23:15:18 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 00:24:55 +0100" startDate="2018-03-28 23:38:38 +0100" endDate="2018-03-28 23:45:16 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 12:12:21 +0100" startDate="2018-03-29 11:55:29 +0100" endDate="2018-03-29 12:04:38 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 13:16:31 +0100" startDate="2018-03-29 12:04:38 +0100" endDate="2018-03-29 12:07:24 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 15:25:47 +0100" startDate="2018-03-29 15:00:54 +0100" endDate="2018-03-29 15:09:37 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 16:11:57 +0100" startDate="2018-03-29 15:20:32 +0100" endDate="2018-03-29 15:27:13 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 16:11:57 +0100" startDate="2018-03-29 15:27:13 +0100" endDate="2018-03-29 15:37:13 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 16:11:57 +0100" startDate="2018-03-29 15:37:13 +0100" endDate="2018-03-29 15:47:12 +0100" value="1002"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 16:11:57 +0100" startDate="2018-03-29 15:47:12 +0100" endDate="2018-03-29 15:57:02 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 16:11:57 +0100" startDate="2018-03-29 15:57:02 +0100" endDate="2018-03-29 16:07:01 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 17:12:24 +0100" startDate="2018-03-29 16:07:01 +0100" endDate="2018-03-29 16:17:01 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 17:12:24 +0100" startDate="2018-03-29 16:17:01 +0100" endDate="2018-03-29 16:26:59 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 17:12:24 +0100" startDate="2018-03-29 16:26:59 +0100" endDate="2018-03-29 16:36:58 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 17:12:24 +0100" startDate="2018-03-29 16:36:58 +0100" endDate="2018-03-29 16:46:58 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 17:12:24 +0100" startDate="2018-03-29 16:46:58 +0100" endDate="2018-03-29 16:56:56 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 17:12:24 +0100" startDate="2018-03-29 16:56:56 +0100" endDate="2018-03-29 17:06:32 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 18:11:44 +0100" startDate="2018-03-29 17:06:32 +0100" endDate="2018-03-29 17:16:30 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 18:11:44 +0100" startDate="2018-03-29 17:16:30 +0100" endDate="2018-03-29 17:26:25 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 18:11:44 +0100" startDate="2018-03-29 17:26:25 +0100" endDate="2018-03-29 17:35:32 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cffc00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 18:11:44 +0100" startDate="2018-03-29 17:35:32 +0100" endDate="2018-03-29 17:45:30 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 18:11:44 +0100" startDate="2018-03-29 17:45:30 +0100" endDate="2018-03-29 17:55:21 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 18:11:44 +0100" startDate="2018-03-29 17:55:21 +0100" endDate="2018-03-29 18:05:16 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 19:12:50 +0100" startDate="2018-03-29 18:05:16 +0100" endDate="2018-03-29 18:15:14 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 19:12:50 +0100" startDate="2018-03-29 18:15:14 +0100" endDate="2018-03-29 18:24:26 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 19:12:50 +0100" startDate="2018-03-29 18:24:26 +0100" endDate="2018-03-29 18:33:43 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 19:12:50 +0100" startDate="2018-03-29 19:02:15 +0100" endDate="2018-03-29 19:12:13 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 19:12:13 +0100" endDate="2018-03-29 19:22:12 +0100" value="1096"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 19:22:12 +0100" endDate="2018-03-29 19:32:12 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 19:32:12 +0100" endDate="2018-03-29 19:42:10 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 19:42:10 +0100" endDate="2018-03-29 19:51:41 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 19:51:41 +0100" endDate="2018-03-29 20:01:37 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 20:01:37 +0100" endDate="2018-03-29 20:11:36 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 20:11:36 +0100" endDate="2018-03-29 20:20:55 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 21:11:37 +0100" startDate="2018-03-29 20:20:55 +0100" endDate="2018-03-29 20:26:00 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 21:11:37 +0100" startDate="2018-03-29 20:44:40 +0100" endDate="2018-03-29 20:53:49 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 21:11:37 +0100" startDate="2018-03-29 20:53:49 +0100" endDate="2018-03-29 21:03:12 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 21:19:10 +0100" endDate="2018-03-29 21:28:22 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 21:28:22 +0100" endDate="2018-03-29 21:37:37 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 21:37:37 +0100" endDate="2018-03-29 21:46:08 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 21:46:08 +0100" endDate="2018-03-29 21:56:07 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 21:56:07 +0100" endDate="2018-03-29 22:06:00 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 22:06:00 +0100" endDate="2018-03-29 22:15:58 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 22:15:58 +0100" endDate="2018-03-29 22:20:33 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 22:21:10 +0100" endDate="2018-03-29 22:31:10 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 22:31:10 +0100" endDate="2018-03-29 22:39:11 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 22:39:11 +0100" endDate="2018-03-29 22:46:11 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 23:47:07 +0100" startDate="2018-03-29 22:46:11 +0100" endDate="2018-03-29 22:56:10 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 23:47:07 +0100" startDate="2018-03-29 22:56:10 +0100" endDate="2018-03-29 23:04:26 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 23:47:07 +0100" startDate="2018-03-29 23:04:26 +0100" endDate="2018-03-29 23:14:26 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 23:47:07 +0100" startDate="2018-03-29 23:14:26 +0100" endDate="2018-03-29 23:23:30 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-29 23:47:07 +0100" startDate="2018-03-29 23:23:30 +0100" endDate="2018-03-29 23:27:43 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 00:40:06 +0100" startDate="2018-03-30 00:07:14 +0100" endDate="2018-03-30 00:16:49 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 01:42:19 +0100" startDate="2018-03-30 01:09:40 +0100" endDate="2018-03-30 01:15:51 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 13:12:09 +0100" startDate="2018-03-30 12:21:36 +0100" endDate="2018-03-30 12:31:34 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 13:12:09 +0100" startDate="2018-03-30 12:31:34 +0100" endDate="2018-03-30 12:41:32 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 13:12:09 +0100" startDate="2018-03-30 12:41:32 +0100" endDate="2018-03-30 12:42:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 13:12:09 +0100" startDate="2018-03-30 12:49:40 +0100" endDate="2018-03-30 12:57:22 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 13:12:09 +0100" startDate="2018-03-30 12:57:22 +0100" endDate="2018-03-30 13:07:21 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 14:12:04 +0100" startDate="2018-03-30 13:07:21 +0100" endDate="2018-03-30 13:12:13 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 14:12:04 +0100" startDate="2018-03-30 13:13:04 +0100" endDate="2018-03-30 13:23:03 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 14:12:04 +0100" startDate="2018-03-30 13:23:03 +0100" endDate="2018-03-30 13:29:08 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 18:12:59 +0100" startDate="2018-03-30 17:33:25 +0100" endDate="2018-03-30 17:42:44 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 18:12:59 +0100" startDate="2018-03-30 17:42:44 +0100" endDate="2018-03-30 17:50:51 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 18:12:59 +0100" startDate="2018-03-30 17:50:51 +0100" endDate="2018-03-30 17:59:45 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 18:12:59 +0100" startDate="2018-03-30 17:59:45 +0100" endDate="2018-03-30 18:05:26 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-30 19:14:27 +0100" startDate="2018-03-30 18:05:26 +0100" endDate="2018-03-30 18:15:20 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 00:06:33 +0100" startDate="2018-03-30 22:17:00 +0100" endDate="2018-03-30 22:24:26 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 00:06:33 +0100" startDate="2018-03-30 22:24:26 +0100" endDate="2018-03-30 22:34:02 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 00:06:33 +0100" startDate="2018-03-30 22:34:02 +0100" endDate="2018-03-30 22:43:39 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 00:06:33 +0100" startDate="2018-03-30 23:12:54 +0100" endDate="2018-03-30 23:20:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 00:44:18 +0100" startDate="2018-03-31 00:16:00 +0100" endDate="2018-03-31 00:22:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 00:44:18 +0100" startDate="2018-03-31 00:23:04 +0100" endDate="2018-03-31 00:31:32 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 00:44:18 +0100" startDate="2018-03-31 00:31:32 +0100" endDate="2018-03-31 00:38:28 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 01:32:14 +0100" startDate="2018-03-31 00:59:44 +0100" endDate="2018-03-31 01:05:57 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 11:18:55 +0100" startDate="2018-03-31 10:28:05 +0100" endDate="2018-03-31 10:37:34 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 11:18:55 +0100" startDate="2018-03-31 10:37:34 +0100" endDate="2018-03-31 10:43:11 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 13:11:48 +0100" startDate="2018-03-31 12:10:54 +0100" endDate="2018-03-31 12:20:54 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 13:11:48 +0100" startDate="2018-03-31 12:20:54 +0100" endDate="2018-03-31 12:26:45 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 13:11:48 +0100" startDate="2018-03-31 12:28:09 +0100" endDate="2018-03-31 12:35:48 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 13:11:48 +0100" startDate="2018-03-31 12:45:18 +0100" endDate="2018-03-31 12:54:05 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 13:11:48 +0100" startDate="2018-03-31 12:54:05 +0100" endDate="2018-03-31 13:03:41 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 13:03:41 +0100" endDate="2018-03-31 13:10:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 13:14:40 +0100" endDate="2018-03-31 13:24:39 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 13:24:39 +0100" endDate="2018-03-31 13:34:19 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 13:34:19 +0100" endDate="2018-03-31 13:43:48 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 13:43:48 +0100" endDate="2018-03-31 13:53:48 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 13:53:48 +0100" endDate="2018-03-31 14:03:47 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 14:03:47 +0100" endDate="2018-03-31 14:11:46 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 14:11:46 +0100" endDate="2018-03-31 14:21:27 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 15:11:29 +0100" startDate="2018-03-31 14:21:27 +0100" endDate="2018-03-31 14:31:25 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 15:11:29 +0100" startDate="2018-03-31 14:44:15 +0100" endDate="2018-03-31 14:54:03 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 15:11:29 +0100" startDate="2018-03-31 14:54:59 +0100" endDate="2018-03-31 15:04:59 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 16:13:47 +0100" startDate="2018-03-31 15:04:59 +0100" endDate="2018-03-31 15:14:21 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 16:13:47 +0100" startDate="2018-03-31 15:35:51 +0100" endDate="2018-03-31 15:45:49 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 16:13:47 +0100" startDate="2018-03-31 15:45:49 +0100" endDate="2018-03-31 15:54:50 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 18:11:49 +0100" startDate="2018-03-31 17:44:26 +0100" endDate="2018-03-31 17:53:56 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 18:11:49 +0100" startDate="2018-03-31 17:53:56 +0100" endDate="2018-03-31 18:03:06 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 20:18:56 +0100" startDate="2018-03-31 19:29:27 +0100" endDate="2018-03-31 19:38:07 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 20:18:56 +0100" startDate="2018-03-31 19:38:07 +0100" endDate="2018-03-31 19:47:28 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 20:18:56 +0100" startDate="2018-03-31 19:47:28 +0100" endDate="2018-03-31 19:56:18 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 20:18:56 +0100" startDate="2018-03-31 19:56:18 +0100" endDate="2018-03-31 20:01:30 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 20:09:20 +0100" endDate="2018-03-31 20:18:57 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 20:18:57 +0100" endDate="2018-03-31 20:26:28 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 20:26:28 +0100" endDate="2018-03-31 20:36:15 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 20:47:17 +0100" endDate="2018-03-31 20:57:16 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 20:57:16 +0100" endDate="2018-03-31 21:07:15 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 21:07:15 +0100" endDate="2018-03-31 21:17:14 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 21:17:14 +0100" endDate="2018-03-31 21:26:22 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 21:26:22 +0100" endDate="2018-03-31 21:36:22 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 21:36:22 +0100" endDate="2018-03-31 21:46:20 +0100" value="966"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 22:53:48 +0100" startDate="2018-03-31 21:46:20 +0100" endDate="2018-03-31 21:56:08 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 22:53:48 +0100" startDate="2018-03-31 21:56:08 +0100" endDate="2018-03-31 22:06:06 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 22:53:48 +0100" startDate="2018-03-31 22:06:06 +0100" endDate="2018-03-31 22:16:06 +0100" value="938"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 22:53:48 +0100" startDate="2018-03-31 22:16:06 +0100" endDate="2018-03-31 22:26:04 +0100" value="1064"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 22:53:48 +0100" startDate="2018-03-31 22:26:04 +0100" endDate="2018-03-31 22:35:16 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 22:53:48 +0100" startDate="2018-03-31 22:35:16 +0100" endDate="2018-03-31 22:45:15 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 23:25:39 +0100" startDate="2018-03-31 22:45:15 +0100" endDate="2018-03-31 22:55:02 +0100" value="1091"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 23:25:39 +0100" startDate="2018-03-31 22:55:02 +0100" endDate="2018-03-31 23:05:01 +0100" value="1001"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 23:25:39 +0100" startDate="2018-03-31 23:05:01 +0100" endDate="2018-03-31 23:15:00 +0100" value="1114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 23:25:39 +0100" startDate="2018-03-31 23:15:00 +0100" endDate="2018-03-31 23:24:58 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 23:37:46 +0100" startDate="2018-03-31 23:24:58 +0100" endDate="2018-03-31 23:34:56 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-03-31 23:49:43 +0100" startDate="2018-03-31 23:34:56 +0100" endDate="2018-03-31 23:44:54 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 00:32:12 +0100" startDate="2018-03-31 23:44:54 +0100" endDate="2018-03-31 23:54:52 +0100" value="1032"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 00:32:12 +0100" startDate="2018-03-31 23:54:52 +0100" endDate="2018-04-01 00:02:56 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 00:32:12 +0100" startDate="2018-04-01 00:02:56 +0100" endDate="2018-04-01 00:12:53 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 00:32:12 +0100" startDate="2018-04-01 00:12:53 +0100" endDate="2018-04-01 00:16:51 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 01:40:27 +0100" startDate="2018-04-01 00:35:22 +0100" endDate="2018-04-01 00:45:17 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 01:40:27 +0100" startDate="2018-04-01 00:50:56 +0100" endDate="2018-04-01 00:56:25 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 01:40:27 +0100" startDate="2018-04-01 01:10:23 +0100" endDate="2018-04-01 01:20:14 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 01:40:27 +0100" startDate="2018-04-01 01:20:14 +0100" endDate="2018-04-01 01:30:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 01:40:27 +0100" startDate="2018-04-01 01:30:13 +0100" endDate="2018-04-01 01:33:58 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 13:14:07 +0100" startDate="2018-04-01 12:58:43 +0100" endDate="2018-04-01 13:04:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 14:19:04 +0100" startDate="2018-04-01 13:46:55 +0100" endDate="2018-04-01 13:56:55 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 14:19:04 +0100" startDate="2018-04-01 13:56:55 +0100" endDate="2018-04-01 14:05:58 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 14:19:04 +0100" startDate="2018-04-01 14:05:58 +0100" endDate="2018-04-01 14:15:38 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 15:17:36 +0100" startDate="2018-04-01 14:15:38 +0100" endDate="2018-04-01 14:25:36 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 15:17:36 +0100" startDate="2018-04-01 14:25:36 +0100" endDate="2018-04-01 14:35:35 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 15:17:36 +0100" startDate="2018-04-01 14:35:35 +0100" endDate="2018-04-01 14:45:34 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 15:17:36 +0100" startDate="2018-04-01 14:45:34 +0100" endDate="2018-04-01 14:55:31 +0100" value="1037"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 15:17:36 +0100" startDate="2018-04-01 14:55:31 +0100" endDate="2018-04-01 15:05:30 +0100" value="1077"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 15:17:36 +0100" startDate="2018-04-01 15:05:30 +0100" endDate="2018-04-01 15:15:04 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 15:15:04 +0100" endDate="2018-04-01 15:25:03 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 15:25:03 +0100" endDate="2018-04-01 15:35:02 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 15:35:02 +0100" endDate="2018-04-01 15:39:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 15:39:57 +0100" endDate="2018-04-01 15:49:55 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 15:49:55 +0100" endDate="2018-04-01 15:58:41 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 16:01:45 +0100" endDate="2018-04-01 16:11:43 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 16:11:43 +0100" endDate="2018-04-01 16:21:41 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 16:35:26 +0100" startDate="2018-04-01 16:21:41 +0100" endDate="2018-04-01 16:31:06 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 17:20:34 +0100" startDate="2018-04-01 16:31:06 +0100" endDate="2018-04-01 16:40:20 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 17:20:34 +0100" startDate="2018-04-01 16:52:53 +0100" endDate="2018-04-01 16:59:26 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 18:13:19 +0100" startDate="2018-04-01 17:11:58 +0100" endDate="2018-04-01 17:21:58 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 18:13:19 +0100" startDate="2018-04-01 17:21:58 +0100" endDate="2018-04-01 17:31:53 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 18:13:19 +0100" startDate="2018-04-01 17:31:53 +0100" endDate="2018-04-01 17:41:51 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 18:13:19 +0100" startDate="2018-04-01 17:41:51 +0100" endDate="2018-04-01 17:51:49 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 18:13:19 +0100" startDate="2018-04-01 17:51:49 +0100" endDate="2018-04-01 18:01:47 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 18:13:19 +0100" startDate="2018-04-01 18:01:47 +0100" endDate="2018-04-01 18:01:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 19:18:12 +0100" startDate="2018-04-01 18:29:02 +0100" endDate="2018-04-01 18:35:28 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 21:53:51 +0100" startDate="2018-04-01 20:18:14 +0100" endDate="2018-04-01 20:28:14 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 21:53:51 +0100" startDate="2018-04-01 20:28:14 +0100" endDate="2018-04-01 20:38:13 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 21:53:51 +0100" startDate="2018-04-01 20:38:13 +0100" endDate="2018-04-01 20:39:14 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 21:53:51 +0100" startDate="2018-04-01 20:42:30 +0100" endDate="2018-04-01 20:48:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-01 21:53:51 +0100" startDate="2018-04-01 21:33:00 +0100" endDate="2018-04-01 21:39:10 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 00:47:08 +0100" startDate="2018-04-02 00:16:04 +0100" endDate="2018-04-02 00:23:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 13:16:20 +0100" startDate="2018-04-02 12:19:40 +0100" endDate="2018-04-02 12:26:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 14:19:14 +0100" startDate="2018-04-02 13:47:49 +0100" endDate="2018-04-02 13:57:15 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 14:19:14 +0100" startDate="2018-04-02 13:57:15 +0100" endDate="2018-04-02 14:07:13 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 14:19:14 +0100" startDate="2018-04-02 14:07:13 +0100" endDate="2018-04-02 14:10:20 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 15:15:17 +0100" startDate="2018-04-02 14:14:28 +0100" endDate="2018-04-02 14:24:13 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 15:15:17 +0100" startDate="2018-04-02 14:24:13 +0100" endDate="2018-04-02 14:34:11 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 15:15:17 +0100" startDate="2018-04-02 14:34:11 +0100" endDate="2018-04-02 14:43:45 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 15:15:17 +0100" startDate="2018-04-02 14:43:45 +0100" endDate="2018-04-02 14:53:14 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 15:15:17 +0100" startDate="2018-04-02 14:53:14 +0100" endDate="2018-04-02 14:59:21 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 15:15:17 +0100" startDate="2018-04-02 15:01:01 +0100" endDate="2018-04-02 15:08:35 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 15:33:29 +0100" startDate="2018-04-02 15:08:35 +0100" endDate="2018-04-02 15:18:35 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 15:33:29 +0100" startDate="2018-04-02 15:18:35 +0100" endDate="2018-04-02 15:20:24 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 16:19:14 +0100" startDate="2018-04-02 15:35:05 +0100" endDate="2018-04-02 15:42:11 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 16:19:14 +0100" startDate="2018-04-02 15:42:11 +0100" endDate="2018-04-02 15:49:31 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 16:19:14 +0100" startDate="2018-04-02 15:54:25 +0100" endDate="2018-04-02 16:01:06 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 17:12:14 +0100" startDate="2018-04-02 16:12:33 +0100" endDate="2018-04-02 16:19:26 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 17:12:14 +0100" startDate="2018-04-02 16:19:26 +0100" endDate="2018-04-02 16:26:29 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 17:12:14 +0100" startDate="2018-04-02 16:26:29 +0100" endDate="2018-04-02 16:34:17 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 17:12:14 +0100" startDate="2018-04-02 16:39:42 +0100" endDate="2018-04-02 16:47:37 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 17:12:14 +0100" startDate="2018-04-02 16:47:37 +0100" endDate="2018-04-02 16:52:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 17:12:14 +0100" startDate="2018-04-02 16:53:50 +0100" endDate="2018-04-02 17:03:49 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 17:03:49 +0100" endDate="2018-04-02 17:13:48 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 17:13:48 +0100" endDate="2018-04-02 17:22:41 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 17:22:41 +0100" endDate="2018-04-02 17:32:39 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 17:32:39 +0100" endDate="2018-04-02 17:42:38 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 17:42:38 +0100" endDate="2018-04-02 17:52:37 +0100" value="1039"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 17:52:37 +0100" endDate="2018-04-02 18:02:36 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 18:02:36 +0100" endDate="2018-04-02 18:04:26 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 18:14:50 +0100" endDate="2018-04-02 18:24:36 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 18:24:36 +0100" endDate="2018-04-02 18:34:35 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 18:34:35 +0100" endDate="2018-04-02 18:37:54 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 18:39:33 +0100" endDate="2018-04-02 18:49:31 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 18:49:31 +0100" endDate="2018-04-02 18:59:30 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 18:59:30 +0100" endDate="2018-04-02 19:08:36 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 19:08:36 +0100" endDate="2018-04-02 19:10:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 20:19:14 +0100" startDate="2018-04-02 19:35:05 +0100" endDate="2018-04-02 19:45:05 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 20:19:14 +0100" startDate="2018-04-02 19:45:05 +0100" endDate="2018-04-02 19:55:04 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 20:19:14 +0100" startDate="2018-04-02 19:55:04 +0100" endDate="2018-04-02 20:00:47 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 20:19:14 +0100" startDate="2018-04-02 20:00:47 +0100" endDate="2018-04-02 20:09:48 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 21:13:58 +0100" startDate="2018-04-02 20:50:32 +0100" endDate="2018-04-02 21:00:31 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 21:13:58 +0100" startDate="2018-04-02 21:00:31 +0100" endDate="2018-04-02 21:09:25 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-02 22:49:12 +0100" startDate="2018-04-02 21:09:25 +0100" endDate="2018-04-02 21:11:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 15:12:17 +0100" startDate="2018-04-03 14:27:48 +0100" endDate="2018-04-03 14:36:36 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 16:11:39 +0100" startDate="2018-04-03 15:25:20 +0100" endDate="2018-04-03 15:32:48 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 16:10:30 +0100" endDate="2018-04-03 16:20:04 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 16:20:04 +0100" endDate="2018-04-03 16:30:03 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 16:30:03 +0100" endDate="2018-04-03 16:38:54 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 16:38:54 +0100" endDate="2018-04-03 16:48:54 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 16:48:54 +0100" endDate="2018-04-03 16:58:52 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 16:58:52 +0100" endDate="2018-04-03 17:08:52 +0100" value="949"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 17:08:52 +0100" endDate="2018-04-03 17:18:52 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 17:38:55 +0100" startDate="2018-04-03 17:18:52 +0100" endDate="2018-04-03 17:28:49 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 17:38:55 +0100" startDate="2018-04-03 17:28:49 +0100" endDate="2018-04-03 17:37:33 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 18:21:16 +0100" startDate="2018-04-03 17:46:02 +0100" endDate="2018-04-03 17:56:00 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 18:21:16 +0100" startDate="2018-04-03 17:56:00 +0100" endDate="2018-04-03 18:04:16 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 18:04:16 +0100" endDate="2018-04-03 18:14:15 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 18:14:15 +0100" endDate="2018-04-03 18:21:18 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 18:46:34 +0100" endDate="2018-04-03 18:53:15 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 18:53:15 +0100" endDate="2018-04-03 19:00:43 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 19:00:43 +0100" endDate="2018-04-03 19:10:42 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 19:10:42 +0100" endDate="2018-04-03 19:20:40 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 19:20:40 +0100" endDate="2018-04-03 19:26:18 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 20:12:33 +0100" startDate="2018-04-03 19:26:18 +0100" endDate="2018-04-03 19:35:30 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 20:12:33 +0100" startDate="2018-04-03 19:54:38 +0100" endDate="2018-04-03 20:00:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 20:12:33 +0100" startDate="2018-04-03 20:00:45 +0100" endDate="2018-04-03 20:07:30 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 21:23:37 +0100" startDate="2018-04-03 20:07:30 +0100" endDate="2018-04-03 20:17:29 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 21:23:37 +0100" startDate="2018-04-03 20:17:29 +0100" endDate="2018-04-03 20:24:52 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 21:23:37 +0100" startDate="2018-04-03 20:24:52 +0100" endDate="2018-04-03 20:29:51 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 21:23:37 +0100" startDate="2018-04-03 20:29:51 +0100" endDate="2018-04-03 20:39:13 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-03 22:58:34 +0100" startDate="2018-04-03 22:16:28 +0100" endDate="2018-04-03 22:22:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 00:51:47 +0100" startDate="2018-04-04 00:11:11 +0100" endDate="2018-04-04 00:17:26 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 00:51:47 +0100" startDate="2018-04-04 00:17:26 +0100" endDate="2018-04-04 00:27:26 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 00:51:47 +0100" startDate="2018-04-04 00:27:26 +0100" endDate="2018-04-04 00:37:25 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 00:51:47 +0100" startDate="2018-04-04 00:37:25 +0100" endDate="2018-04-04 00:47:24 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 01:26:49 +0100" startDate="2018-04-04 00:47:24 +0100" endDate="2018-04-04 00:55:40 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 01:26:49 +0100" startDate="2018-04-04 00:55:40 +0100" endDate="2018-04-04 01:00:50 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 01:26:49 +0100" startDate="2018-04-04 01:00:50 +0100" endDate="2018-04-04 01:10:30 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 01:26:49 +0100" startDate="2018-04-04 01:10:30 +0100" endDate="2018-04-04 01:17:45 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 02:13:20 +0100" startDate="2018-04-04 01:56:12 +0100" endDate="2018-04-04 02:04:12 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 05:19:31 +0100" startDate="2018-04-04 04:41:55 +0100" endDate="2018-04-04 04:48:51 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 05:19:31 +0100" startDate="2018-04-04 04:48:51 +0100" endDate="2018-04-04 04:54:59 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 13:18:19 +0100" startDate="2018-04-04 12:34:28 +0100" endDate="2018-04-04 12:44:27 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 13:18:19 +0100" startDate="2018-04-04 12:44:27 +0100" endDate="2018-04-04 12:53:12 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 13:18:19 +0100" startDate="2018-04-04 12:53:12 +0100" endDate="2018-04-04 13:03:12 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 13:18:19 +0100" startDate="2018-04-04 13:03:12 +0100" endDate="2018-04-04 13:13:11 +0100" value="999"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 14:15:04 +0100" startDate="2018-04-04 13:13:11 +0100" endDate="2018-04-04 13:23:10 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 14:15:04 +0100" startDate="2018-04-04 13:23:10 +0100" endDate="2018-04-04 13:33:09 +0100" value="1081"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 14:15:04 +0100" startDate="2018-04-04 13:33:09 +0100" endDate="2018-04-04 13:43:09 +0100" value="1081"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 14:15:04 +0100" startDate="2018-04-04 13:43:09 +0100" endDate="2018-04-04 13:53:07 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 14:15:04 +0100" startDate="2018-04-04 13:53:07 +0100" endDate="2018-04-04 14:02:18 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 14:15:04 +0100" startDate="2018-04-04 14:04:19 +0100" endDate="2018-04-04 14:12:45 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 15:17:45 +0100" startDate="2018-04-04 14:12:45 +0100" endDate="2018-04-04 14:22:45 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 15:17:45 +0100" startDate="2018-04-04 14:22:45 +0100" endDate="2018-04-04 14:26:20 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 15:17:45 +0100" startDate="2018-04-04 14:30:51 +0100" endDate="2018-04-04 14:38:18 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 15:17:45 +0100" startDate="2018-04-04 14:38:18 +0100" endDate="2018-04-04 14:46:50 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 15:21:08 +0100" endDate="2018-04-04 15:30:09 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 15:30:09 +0100" endDate="2018-04-04 15:39:58 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 15:39:58 +0100" endDate="2018-04-04 15:49:56 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 15:49:56 +0100" endDate="2018-04-04 15:58:03 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 15:58:03 +0100" endDate="2018-04-04 16:06:54 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 16:06:54 +0100" endDate="2018-04-04 16:12:30 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 16:14:06 +0100" endDate="2018-04-04 16:23:14 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 17:11:41 +0100" startDate="2018-04-04 16:23:14 +0100" endDate="2018-04-04 16:31:35 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 17:11:41 +0100" startDate="2018-04-04 16:31:35 +0100" endDate="2018-04-04 16:41:05 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 17:11:41 +0100" startDate="2018-04-04 16:41:05 +0100" endDate="2018-04-04 16:44:31 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 17:11:41 +0100" startDate="2018-04-04 16:45:33 +0100" endDate="2018-04-04 16:54:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 17:11:41 +0100" startDate="2018-04-04 16:54:52 +0100" endDate="2018-04-04 17:03:55 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 18:12:19 +0100" startDate="2018-04-04 17:03:55 +0100" endDate="2018-04-04 17:11:38 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 18:12:19 +0100" startDate="2018-04-04 17:11:38 +0100" endDate="2018-04-04 17:21:36 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 18:12:19 +0100" startDate="2018-04-04 17:21:36 +0100" endDate="2018-04-04 17:27:22 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 18:12:19 +0100" startDate="2018-04-04 17:27:36 +0100" endDate="2018-04-04 17:37:36 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 18:12:19 +0100" startDate="2018-04-04 17:37:36 +0100" endDate="2018-04-04 17:42:03 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 19:11:39 +0100" startDate="2018-04-04 18:41:54 +0100" endDate="2018-04-04 18:51:53 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 19:11:39 +0100" startDate="2018-04-04 18:51:53 +0100" endDate="2018-04-04 18:53:14 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 20:14:42 +0100" startDate="2018-04-04 19:30:09 +0100" endDate="2018-04-04 19:40:08 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 20:14:42 +0100" startDate="2018-04-04 19:40:08 +0100" endDate="2018-04-04 19:49:37 +0100" value="903"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 20:14:42 +0100" startDate="2018-04-04 19:49:37 +0100" endDate="2018-04-04 19:59:35 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 20:14:42 +0100" startDate="2018-04-04 19:59:35 +0100" endDate="2018-04-04 20:09:28 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 20:09:28 +0100" endDate="2018-04-04 20:19:23 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 20:19:23 +0100" endDate="2018-04-04 20:29:21 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 20:29:21 +0100" endDate="2018-04-04 20:39:18 +0100" value="785"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 20:39:18 +0100" endDate="2018-04-04 20:49:16 +0100" value="926"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 20:49:16 +0100" endDate="2018-04-04 20:59:15 +0100" value="1002"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 20:59:15 +0100" endDate="2018-04-04 21:06:25 +0100" value="659"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 21:11:14 +0100" endDate="2018-04-04 21:21:04 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 22:25:08 +0100" startDate="2018-04-04 21:21:04 +0100" endDate="2018-04-04 21:31:02 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 22:25:08 +0100" startDate="2018-04-04 21:31:02 +0100" endDate="2018-04-04 21:41:01 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 22:25:08 +0100" startDate="2018-04-04 21:41:01 +0100" endDate="2018-04-04 21:50:59 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 22:25:08 +0100" startDate="2018-04-04 21:50:59 +0100" endDate="2018-04-04 22:00:58 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 22:25:08 +0100" startDate="2018-04-04 22:00:58 +0100" endDate="2018-04-04 22:10:56 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 22:25:08 +0100" startDate="2018-04-04 22:10:56 +0100" endDate="2018-04-04 22:20:55 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 22:34:12 +0100" startDate="2018-04-04 22:20:55 +0100" endDate="2018-04-04 22:30:53 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-04 23:54:50 +0100" startDate="2018-04-04 22:30:53 +0100" endDate="2018-04-04 22:34:13 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 00:56:28 +0100" startDate="2018-04-05 00:00:59 +0100" endDate="2018-04-05 00:10:59 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 00:56:28 +0100" startDate="2018-04-05 00:10:59 +0100" endDate="2018-04-05 00:20:57 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 00:56:28 +0100" startDate="2018-04-05 00:20:57 +0100" endDate="2018-04-05 00:30:54 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 00:56:28 +0100" startDate="2018-04-05 00:30:54 +0100" endDate="2018-04-05 00:40:45 +0100" value="1093"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 00:56:28 +0100" startDate="2018-04-05 00:40:45 +0100" endDate="2018-04-05 00:46:41 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 14:21:47 +0100" startDate="2018-04-05 13:48:06 +0100" endDate="2018-04-05 13:57:43 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 14:21:47 +0100" startDate="2018-04-05 13:57:43 +0100" endDate="2018-04-05 14:06:10 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 14:21:47 +0100" startDate="2018-04-05 14:06:10 +0100" endDate="2018-04-05 14:16:10 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 15:15:43 +0100" startDate="2018-04-05 14:16:10 +0100" endDate="2018-04-05 14:26:08 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 15:15:43 +0100" startDate="2018-04-05 14:26:08 +0100" endDate="2018-04-05 14:35:46 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 15:15:43 +0100" startDate="2018-04-05 14:35:46 +0100" endDate="2018-04-05 14:45:44 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 15:15:43 +0100" startDate="2018-04-05 14:45:44 +0100" endDate="2018-04-05 14:55:42 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 15:15:43 +0100" startDate="2018-04-05 14:55:42 +0100" endDate="2018-04-05 15:05:41 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 15:15:43 +0100" startDate="2018-04-05 15:05:41 +0100" endDate="2018-04-05 15:15:38 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 16:15:26 +0100" startDate="2018-04-05 15:15:38 +0100" endDate="2018-04-05 15:24:36 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 16:15:26 +0100" startDate="2018-04-05 15:30:46 +0100" endDate="2018-04-05 15:40:26 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 16:15:26 +0100" startDate="2018-04-05 15:40:26 +0100" endDate="2018-04-05 15:49:30 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 16:15:26 +0100" startDate="2018-04-05 15:58:29 +0100" endDate="2018-04-05 16:08:28 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 17:14:49 +0100" startDate="2018-04-05 16:08:28 +0100" endDate="2018-04-05 16:15:33 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 17:14:49 +0100" startDate="2018-04-05 16:15:50 +0100" endDate="2018-04-05 16:22:31 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 17:14:49 +0100" startDate="2018-04-05 16:22:31 +0100" endDate="2018-04-05 16:31:36 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 17:14:49 +0100" startDate="2018-04-05 16:46:13 +0100" endDate="2018-04-05 16:53:09 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 17:14:49 +0100" startDate="2018-04-05 16:53:09 +0100" endDate="2018-04-05 17:03:08 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 17:14:49 +0100" startDate="2018-04-05 17:03:08 +0100" endDate="2018-04-05 17:13:06 +0100" value="1045"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 17:55:40 +0100" startDate="2018-04-05 17:13:06 +0100" endDate="2018-04-05 17:23:05 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 17:55:40 +0100" startDate="2018-04-05 17:23:05 +0100" endDate="2018-04-05 17:33:05 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 17:55:40 +0100" startDate="2018-04-05 17:33:05 +0100" endDate="2018-04-05 17:43:04 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 17:55:40 +0100" startDate="2018-04-05 17:43:04 +0100" endDate="2018-04-05 17:53:04 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 18:11:56 +0100" startDate="2018-04-05 17:53:04 +0100" endDate="2018-04-05 18:03:04 +0100" value="988"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 19:17:46 +0100" startDate="2018-04-05 18:03:04 +0100" endDate="2018-04-05 18:13:01 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 19:17:46 +0100" startDate="2018-04-05 18:13:01 +0100" endDate="2018-04-05 18:20:53 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 19:17:46 +0100" startDate="2018-04-05 18:35:11 +0100" endDate="2018-04-05 18:45:08 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 19:17:46 +0100" startDate="2018-04-05 18:45:08 +0100" endDate="2018-04-05 18:55:07 +0100" value="996"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 19:17:46 +0100" startDate="2018-04-05 18:55:07 +0100" endDate="2018-04-05 19:05:07 +0100" value="1001"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 19:17:46 +0100" startDate="2018-04-05 19:05:07 +0100" endDate="2018-04-05 19:15:05 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 20:17:32 +0100" startDate="2018-04-05 19:15:05 +0100" endDate="2018-04-05 19:25:05 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 20:17:32 +0100" startDate="2018-04-05 19:25:05 +0100" endDate="2018-04-05 19:35:04 +0100" value="1025"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 20:17:32 +0100" startDate="2018-04-05 19:35:04 +0100" endDate="2018-04-05 19:45:02 +0100" value="711"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 20:17:32 +0100" startDate="2018-04-05 19:45:02 +0100" endDate="2018-04-05 19:53:49 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 20:17:32 +0100" startDate="2018-04-05 19:53:49 +0100" endDate="2018-04-05 20:03:48 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 20:17:32 +0100" startDate="2018-04-05 20:03:48 +0100" endDate="2018-04-05 20:13:46 +0100" value="1023"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 21:07:33 +0100" startDate="2018-04-05 20:13:46 +0100" endDate="2018-04-05 20:23:44 +0100" value="1023"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 21:07:33 +0100" startDate="2018-04-05 20:23:44 +0100" endDate="2018-04-05 20:33:42 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 21:07:33 +0100" startDate="2018-04-05 20:33:42 +0100" endDate="2018-04-05 20:43:40 +0100" value="1038"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 21:07:33 +0100" startDate="2018-04-05 20:43:40 +0100" endDate="2018-04-05 20:53:37 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 21:07:33 +0100" startDate="2018-04-05 20:53:37 +0100" endDate="2018-04-05 21:02:47 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 23:30:43 +0100" startDate="2018-04-05 22:12:39 +0100" endDate="2018-04-05 22:22:38 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 23:30:43 +0100" startDate="2018-04-05 22:22:38 +0100" endDate="2018-04-05 22:32:37 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 23:30:43 +0100" startDate="2018-04-05 22:32:37 +0100" endDate="2018-04-05 22:37:59 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 23:30:43 +0100" startDate="2018-04-05 22:46:19 +0100" endDate="2018-04-05 22:56:16 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 23:30:43 +0100" startDate="2018-04-05 22:56:16 +0100" endDate="2018-04-05 23:06:15 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-05 23:30:43 +0100" startDate="2018-04-05 23:06:15 +0100" endDate="2018-04-05 23:14:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 02:24:56 +0100" startDate="2018-04-06 01:41:54 +0100" endDate="2018-04-06 01:48:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 13:11:53 +0100" startDate="2018-04-06 12:39:07 +0100" endDate="2018-04-06 12:45:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 15:19:32 +0100" startDate="2018-04-06 14:16:36 +0100" endDate="2018-04-06 14:23:17 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 14:46:19 +0100" endDate="2018-04-06 14:55:46 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 14:55:46 +0100" endDate="2018-04-06 15:05:45 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 15:05:45 +0100" endDate="2018-04-06 15:15:29 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 15:15:29 +0100" endDate="2018-04-06 15:25:29 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 15:25:29 +0100" endDate="2018-04-06 15:35:27 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 15:35:27 +0100" endDate="2018-04-06 15:45:25 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 15:45:25 +0100" endDate="2018-04-06 15:52:53 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 15:52:53 +0100" endDate="2018-04-06 16:00:45 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 16:51:41 +0100" startDate="2018-04-06 16:10:45 +0100" endDate="2018-04-06 16:19:47 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 16:51:41 +0100" startDate="2018-04-06 16:22:56 +0100" endDate="2018-04-06 16:29:14 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 16:51:41 +0100" startDate="2018-04-06 16:37:26 +0100" endDate="2018-04-06 16:45:18 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 17:16:25 +0100" startDate="2018-04-06 17:00:41 +0100" endDate="2018-04-06 17:10:34 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 18:14:03 +0100" startDate="2018-04-06 17:10:34 +0100" endDate="2018-04-06 17:20:19 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 18:14:03 +0100" startDate="2018-04-06 17:55:01 +0100" endDate="2018-04-06 18:01:16 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 22:15:20 +0100" startDate="2018-04-06 21:55:16 +0100" endDate="2018-04-06 22:04:57 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-06 22:15:20 +0100" startDate="2018-04-06 22:04:57 +0100" endDate="2018-04-06 22:14:56 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 22:14:56 +0100" endDate="2018-04-06 22:23:27 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 22:43:15 +0100" endDate="2018-04-06 22:53:15 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 22:53:15 +0100" endDate="2018-04-06 22:59:37 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 23:08:29 +0100" endDate="2018-04-06 23:16:21 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 23:16:21 +0100" endDate="2018-04-06 23:24:18 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 23:24:48 +0100" endDate="2018-04-06 23:30:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 23:30:48 +0100" endDate="2018-04-06 23:35:41 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 23:46:14 +0100" endDate="2018-04-06 23:52:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 02:46:10 +0100" startDate="2018-04-07 01:36:24 +0100" endDate="2018-04-07 01:43:50 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 02:46:10 +0100" startDate="2018-04-07 01:43:50 +0100" endDate="2018-04-07 01:51:46 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 02:46:10 +0100" startDate="2018-04-07 01:51:46 +0100" endDate="2018-04-07 02:00:12 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 15:14:53 +0100" startDate="2018-04-07 14:19:26 +0100" endDate="2018-04-07 14:26:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 15:14:53 +0100" startDate="2018-04-07 14:56:57 +0100" endDate="2018-04-07 15:03:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 17:12:46 +0100" startDate="2018-04-07 16:28:06 +0100" endDate="2018-04-07 16:32:42 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 18:16:10 +0100" startDate="2018-04-07 17:41:09 +0100" endDate="2018-04-07 17:50:22 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 18:16:10 +0100" startDate="2018-04-07 17:50:22 +0100" endDate="2018-04-07 17:56:48 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 18:16:10 +0100" startDate="2018-04-07 18:02:01 +0100" endDate="2018-04-07 18:09:16 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 18:09:16 +0100" endDate="2018-04-07 18:19:06 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 18:19:06 +0100" endDate="2018-04-07 18:25:04 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 18:25:45 +0100" endDate="2018-04-07 18:33:51 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 18:33:51 +0100" endDate="2018-04-07 18:43:02 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 18:43:02 +0100" endDate="2018-04-07 18:51:51 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 18:51:51 +0100" endDate="2018-04-07 18:54:11 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 19:09:38 +0100" endDate="2018-04-07 19:19:20 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 20:37:09 +0100" startDate="2018-04-07 19:19:20 +0100" endDate="2018-04-07 19:21:43 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 20:37:09 +0100" startDate="2018-04-07 19:46:26 +0100" endDate="2018-04-07 19:53:12 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 20:37:09 +0100" startDate="2018-04-07 19:53:12 +0100" endDate="2018-04-07 20:02:40 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 20:37:09 +0100" startDate="2018-04-07 20:02:40 +0100" endDate="2018-04-07 20:09:10 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 20:37:09 +0100" startDate="2018-04-07 20:14:27 +0100" endDate="2018-04-07 20:23:49 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 21:15:07 +0100" startDate="2018-04-07 20:23:49 +0100" endDate="2018-04-07 20:24:20 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 21:15:07 +0100" startDate="2018-04-07 20:34:42 +0100" endDate="2018-04-07 20:42:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-07 23:57:57 +0100" startDate="2018-04-07 23:40:07 +0100" endDate="2018-04-07 23:50:06 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 08:02:02 +0100" startDate="2018-04-07 23:50:06 +0100" endDate="2018-04-07 23:59:23 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 08:02:02 +0100" startDate="2018-04-07 23:59:23 +0100" endDate="2018-04-08 00:09:20 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 08:02:02 +0100" startDate="2018-04-08 00:09:20 +0100" endDate="2018-04-08 00:17:42 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 08:59:37 +0100" startDate="2018-04-08 07:54:37 +0100" endDate="2018-04-08 08:02:07 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 08:59:37 +0100" startDate="2018-04-08 08:04:48 +0100" endDate="2018-04-08 08:14:29 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 08:59:37 +0100" startDate="2018-04-08 08:14:29 +0100" endDate="2018-04-08 08:24:07 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 08:59:37 +0100" startDate="2018-04-08 08:24:07 +0100" endDate="2018-04-08 08:34:06 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 08:59:37 +0100" startDate="2018-04-08 08:34:06 +0100" endDate="2018-04-08 08:44:04 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 08:59:37 +0100" startDate="2018-04-08 08:44:04 +0100" endDate="2018-04-08 08:51:53 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 09:33:21 +0100" startDate="2018-04-08 08:51:53 +0100" endDate="2018-04-08 08:59:09 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 09:29:49 +0100" endDate="2018-04-08 09:36:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 09:36:10 +0100" endDate="2018-04-08 09:46:08 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 09:46:08 +0100" endDate="2018-04-08 09:56:06 +0100" value="1047"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 09:56:06 +0100" endDate="2018-04-08 10:06:04 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 10:06:04 +0100" endDate="2018-04-08 10:15:33 +0100" value="659"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 10:15:33 +0100" endDate="2018-04-08 10:25:32 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 10:25:32 +0100" endDate="2018-04-08 10:35:31 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 10:35:31 +0100" endDate="2018-04-08 10:45:30 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 12:08:38 +0100" startDate="2018-04-08 10:45:30 +0100" endDate="2018-04-08 10:55:28 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 12:08:38 +0100" startDate="2018-04-08 10:55:28 +0100" endDate="2018-04-08 11:05:26 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 12:08:38 +0100" startDate="2018-04-08 11:05:26 +0100" endDate="2018-04-08 11:15:12 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 12:08:38 +0100" startDate="2018-04-08 11:48:59 +0100" endDate="2018-04-08 11:58:58 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 12:27:46 +0100" startDate="2018-04-08 11:58:58 +0100" endDate="2018-04-08 12:08:56 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 12:27:46 +0100" startDate="2018-04-08 12:08:56 +0100" endDate="2018-04-08 12:18:56 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 12:42:52 +0100" startDate="2018-04-08 12:18:56 +0100" endDate="2018-04-08 12:28:55 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 12:42:52 +0100" startDate="2018-04-08 12:28:55 +0100" endDate="2018-04-08 12:38:55 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 13:32:41 +0100" startDate="2018-04-08 12:38:55 +0100" endDate="2018-04-08 12:48:50 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 13:32:41 +0100" startDate="2018-04-08 12:52:25 +0100" endDate="2018-04-08 12:59:01 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 13:39:39 +0100" endDate="2018-04-08 13:49:38 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 13:49:38 +0100" endDate="2018-04-08 13:59:36 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 13:59:36 +0100" endDate="2018-04-08 14:09:34 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 14:09:34 +0100" endDate="2018-04-08 14:18:10 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 14:18:10 +0100" endDate="2018-04-08 14:25:51 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 14:25:51 +0100" endDate="2018-04-08 14:35:50 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 14:35:50 +0100" endDate="2018-04-08 14:43:08 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 16:11:27 +0100" startDate="2018-04-08 15:16:56 +0100" endDate="2018-04-08 15:23:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 16:11:27 +0100" startDate="2018-04-08 15:40:56 +0100" endDate="2018-04-08 15:50:38 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 16:11:27 +0100" startDate="2018-04-08 15:50:38 +0100" endDate="2018-04-08 15:58:41 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 17:15:52 +0100" startDate="2018-04-08 16:07:29 +0100" endDate="2018-04-08 16:13:50 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 18:17:51 +0100" startDate="2018-04-08 17:26:14 +0100" endDate="2018-04-08 17:36:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 18:17:51 +0100" startDate="2018-04-08 17:36:14 +0100" endDate="2018-04-08 17:44:53 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 18:17:51 +0100" startDate="2018-04-08 17:44:53 +0100" endDate="2018-04-08 17:50:16 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 19:40:25 +0100" startDate="2018-04-08 18:41:57 +0100" endDate="2018-04-08 18:51:56 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 19:40:25 +0100" startDate="2018-04-08 18:51:56 +0100" endDate="2018-04-08 18:53:43 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 19:40:25 +0100" startDate="2018-04-08 19:12:06 +0100" endDate="2018-04-08 19:22:04 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 19:40:25 +0100" startDate="2018-04-08 19:22:04 +0100" endDate="2018-04-08 19:32:03 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 20:41:08 +0100" startDate="2018-04-08 19:32:03 +0100" endDate="2018-04-08 19:39:29 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-08 20:41:08 +0100" startDate="2018-04-08 20:06:57 +0100" endDate="2018-04-08 20:13:35 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 06:44:49 +0100" startDate="2018-04-09 06:33:05 +0100" endDate="2018-04-09 06:42:50 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 07:41:00 +0100" startDate="2018-04-09 06:42:50 +0100" endDate="2018-04-09 06:52:49 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 07:41:00 +0100" startDate="2018-04-09 06:52:49 +0100" endDate="2018-04-09 07:02:47 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 07:41:00 +0100" startDate="2018-04-09 07:02:47 +0100" endDate="2018-04-09 07:11:27 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 07:41:00 +0100" startDate="2018-04-09 07:11:27 +0100" endDate="2018-04-09 07:21:26 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 07:41:00 +0100" startDate="2018-04-09 07:21:26 +0100" endDate="2018-04-09 07:23:48 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 08:41:55 +0100" startDate="2018-04-09 07:54:52 +0100" endDate="2018-04-09 08:04:50 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 08:41:55 +0100" startDate="2018-04-09 08:04:50 +0100" endDate="2018-04-09 08:07:38 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 09:46:17 +0100" startDate="2018-04-09 09:12:26 +0100" endDate="2018-04-09 09:21:22 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 09:46:17 +0100" startDate="2018-04-09 09:22:20 +0100" endDate="2018-04-09 09:32:04 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 10:41:58 +0100" startDate="2018-04-09 09:55:41 +0100" endDate="2018-04-09 10:02:07 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 10:41:58 +0100" startDate="2018-04-09 10:02:41 +0100" endDate="2018-04-09 10:11:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 11:43:59 +0100" startDate="2018-04-09 10:43:01 +0100" endDate="2018-04-09 10:52:38 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 11:43:59 +0100" startDate="2018-04-09 10:52:38 +0100" endDate="2018-04-09 11:02:36 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 11:43:59 +0100" startDate="2018-04-09 11:02:36 +0100" endDate="2018-04-09 11:09:03 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 12:41:45 +0100" startDate="2018-04-09 11:46:47 +0100" endDate="2018-04-09 11:56:46 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 12:41:45 +0100" startDate="2018-04-09 11:56:46 +0100" endDate="2018-04-09 12:06:14 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 12:41:45 +0100" startDate="2018-04-09 12:06:14 +0100" endDate="2018-04-09 12:09:52 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 12:41:45 +0100" startDate="2018-04-09 12:11:58 +0100" endDate="2018-04-09 12:21:57 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 12:41:45 +0100" startDate="2018-04-09 12:21:57 +0100" endDate="2018-04-09 12:31:57 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 13:45:22 +0100" startDate="2018-04-09 12:31:57 +0100" endDate="2018-04-09 12:33:23 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 15:30:49 +0100" endDate="2018-04-09 15:40:49 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 15:40:49 +0100" endDate="2018-04-09 15:50:14 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 15:50:14 +0100" endDate="2018-04-09 16:00:02 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 16:00:02 +0100" endDate="2018-04-09 16:02:33 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 16:08:17 +0100" endDate="2018-04-09 16:15:16 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 16:19:03 +0100" endDate="2018-04-09 16:29:02 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 16:29:02 +0100" endDate="2018-04-09 16:38:34 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 18:40:55 +0100" startDate="2018-04-09 17:47:32 +0100" endDate="2018-04-09 17:57:31 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 18:40:55 +0100" startDate="2018-04-09 17:57:31 +0100" endDate="2018-04-09 18:06:51 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 18:40:55 +0100" startDate="2018-04-09 18:06:51 +0100" endDate="2018-04-09 18:16:51 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 18:40:55 +0100" startDate="2018-04-09 18:16:51 +0100" endDate="2018-04-09 18:19:54 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 20:45:13 +0100" startDate="2018-04-09 19:51:21 +0100" endDate="2018-04-09 19:59:59 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 22:41:12 +0100" startDate="2018-04-09 21:56:40 +0100" endDate="2018-04-09 22:05:46 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 22:41:12 +0100" startDate="2018-04-09 22:05:46 +0100" endDate="2018-04-09 22:15:44 +0100" value="1016"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 22:41:12 +0100" startDate="2018-04-09 22:15:44 +0100" endDate="2018-04-09 22:25:44 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-09 22:41:12 +0100" startDate="2018-04-09 22:25:44 +0100" endDate="2018-04-09 22:33:23 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 06:42:45 +0100" startDate="2018-04-10 06:03:49 +0100" endDate="2018-04-10 06:13:23 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 06:42:45 +0100" startDate="2018-04-10 06:13:23 +0100" endDate="2018-04-10 06:23:20 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 06:42:45 +0100" startDate="2018-04-10 06:23:20 +0100" endDate="2018-04-10 06:33:19 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 07:44:37 +0100" startDate="2018-04-10 06:33:19 +0100" endDate="2018-04-10 06:42:05 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 07:44:37 +0100" startDate="2018-04-10 06:42:05 +0100" endDate="2018-04-10 06:50:25 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 07:44:37 +0100" startDate="2018-04-10 06:50:25 +0100" endDate="2018-04-10 06:56:33 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 08:44:13 +0100" startDate="2018-04-10 08:17:20 +0100" endDate="2018-04-10 08:26:24 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 08:44:13 +0100" startDate="2018-04-10 08:26:24 +0100" endDate="2018-04-10 08:31:53 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 09:40:32 +0100" startDate="2018-04-10 08:48:46 +0100" endDate="2018-04-10 08:58:22 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 09:40:32 +0100" startDate="2018-04-10 08:58:22 +0100" endDate="2018-04-10 09:05:10 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 09:40:32 +0100" startDate="2018-04-10 09:07:54 +0100" endDate="2018-04-10 09:14:32 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 10:43:27 +0100" startDate="2018-04-10 10:23:03 +0100" endDate="2018-04-10 10:32:35 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 10:43:27 +0100" startDate="2018-04-10 10:32:35 +0100" endDate="2018-04-10 10:42:33 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 11:45:15 +0100" startDate="2018-04-10 10:42:33 +0100" endDate="2018-04-10 10:50:22 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 11:45:15 +0100" startDate="2018-04-10 11:03:30 +0100" endDate="2018-04-10 11:13:29 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 11:45:15 +0100" startDate="2018-04-10 11:13:29 +0100" endDate="2018-04-10 11:23:28 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 11:45:15 +0100" startDate="2018-04-10 11:23:28 +0100" endDate="2018-04-10 11:26:04 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 12:44:02 +0100" startDate="2018-04-10 11:35:26 +0100" endDate="2018-04-10 11:44:47 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 12:44:02 +0100" startDate="2018-04-10 12:15:42 +0100" endDate="2018-04-10 12:21:25 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 14:43:06 +0100" startDate="2018-04-10 13:53:54 +0100" endDate="2018-04-10 14:00:40 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 14:43:06 +0100" startDate="2018-04-10 14:00:40 +0100" endDate="2018-04-10 14:09:47 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 14:43:06 +0100" startDate="2018-04-10 14:24:07 +0100" endDate="2018-04-10 14:32:39 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 16:41:49 +0100" startDate="2018-04-10 15:39:00 +0100" endDate="2018-04-10 15:48:33 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 16:41:49 +0100" startDate="2018-04-10 15:48:33 +0100" endDate="2018-04-10 15:57:41 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 16:41:49 +0100" startDate="2018-04-10 15:57:41 +0100" endDate="2018-04-10 16:06:16 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 16:41:49 +0100" startDate="2018-04-10 16:10:14 +0100" endDate="2018-04-10 16:20:13 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 16:41:49 +0100" startDate="2018-04-10 16:20:13 +0100" endDate="2018-04-10 16:30:12 +0100" value="1026"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 16:41:49 +0100" startDate="2018-04-10 16:30:12 +0100" endDate="2018-04-10 16:40:04 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 17:48:16 +0100" startDate="2018-04-10 16:40:04 +0100" endDate="2018-04-10 16:44:13 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 17:48:16 +0100" startDate="2018-04-10 16:52:37 +0100" endDate="2018-04-10 17:02:28 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 17:48:16 +0100" startDate="2018-04-10 17:02:28 +0100" endDate="2018-04-10 17:12:24 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 17:48:16 +0100" startDate="2018-04-10 17:12:24 +0100" endDate="2018-04-10 17:22:22 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 17:48:16 +0100" startDate="2018-04-10 17:22:22 +0100" endDate="2018-04-10 17:31:43 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 17:48:16 +0100" startDate="2018-04-10 17:31:43 +0100" endDate="2018-04-10 17:41:42 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 18:40:26 +0100" startDate="2018-04-10 17:41:42 +0100" endDate="2018-04-10 17:48:26 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 18:40:26 +0100" startDate="2018-04-10 17:48:26 +0100" endDate="2018-04-10 17:58:23 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 18:40:26 +0100" startDate="2018-04-10 17:58:23 +0100" endDate="2018-04-10 18:03:39 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 18:40:26 +0100" startDate="2018-04-10 18:07:57 +0100" endDate="2018-04-10 18:17:39 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 18:40:26 +0100" startDate="2018-04-10 18:17:39 +0100" endDate="2018-04-10 18:22:50 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 18:40:26 +0100" startDate="2018-04-10 18:22:50 +0100" endDate="2018-04-10 18:28:41 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 19:45:56 +0100" startDate="2018-04-10 18:28:41 +0100" endDate="2018-04-10 18:38:40 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 19:45:56 +0100" startDate="2018-04-10 18:38:40 +0100" endDate="2018-04-10 18:48:16 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 19:45:56 +0100" startDate="2018-04-10 18:48:16 +0100" endDate="2018-04-10 18:56:48 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 19:45:56 +0100" startDate="2018-04-10 18:56:48 +0100" endDate="2018-04-10 19:04:52 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 20:42:55 +0100" startDate="2018-04-10 20:23:16 +0100" endDate="2018-04-10 20:29:57 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-10 21:48:06 +0100" startDate="2018-04-10 20:49:01 +0100" endDate="2018-04-10 20:55:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 06:47:54 +0100" startDate="2018-04-11 06:04:49 +0100" endDate="2018-04-11 06:14:01 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 06:47:54 +0100" startDate="2018-04-11 06:14:01 +0100" endDate="2018-04-11 06:20:26 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 06:47:54 +0100" startDate="2018-04-11 06:22:35 +0100" endDate="2018-04-11 06:28:52 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 07:47:33 +0100" startDate="2018-04-11 06:45:51 +0100" endDate="2018-04-11 06:51:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 07:47:33 +0100" startDate="2018-04-11 06:55:51 +0100" endDate="2018-04-11 07:03:03 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 07:47:33 +0100" startDate="2018-04-11 07:06:39 +0100" endDate="2018-04-11 07:16:02 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 07:47:33 +0100" startDate="2018-04-11 07:16:02 +0100" endDate="2018-04-11 07:22:53 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 09:44:46 +0100" startDate="2018-04-11 08:37:51 +0100" endDate="2018-04-11 08:47:50 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 09:44:46 +0100" startDate="2018-04-11 08:47:50 +0100" endDate="2018-04-11 08:55:46 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 09:44:46 +0100" startDate="2018-04-11 09:01:32 +0100" endDate="2018-04-11 09:09:14 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 09:44:46 +0100" startDate="2018-04-11 09:14:54 +0100" endDate="2018-04-11 09:21:38 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 09:44:46 +0100" startDate="2018-04-11 09:23:37 +0100" endDate="2018-04-11 09:29:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 09:44:46 +0100" startDate="2018-04-11 09:31:06 +0100" endDate="2018-04-11 09:40:52 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 10:29:36 +0100" startDate="2018-04-11 09:40:52 +0100" endDate="2018-04-11 09:50:51 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 10:29:36 +0100" startDate="2018-04-11 09:50:51 +0100" endDate="2018-04-11 09:55:43 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 11:27:48 +0100" startDate="2018-04-11 10:25:51 +0100" endDate="2018-04-11 10:35:50 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 11:27:48 +0100" startDate="2018-04-11 10:35:50 +0100" endDate="2018-04-11 10:44:16 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 11:27:48 +0100" startDate="2018-04-11 11:05:54 +0100" endDate="2018-04-11 11:15:53 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 11:27:48 +0100" startDate="2018-04-11 11:15:53 +0100" endDate="2018-04-11 11:25:52 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 12:26:09 +0100" startDate="2018-04-11 11:25:52 +0100" endDate="2018-04-11 11:30:51 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 12:26:09 +0100" startDate="2018-04-11 11:52:11 +0100" endDate="2018-04-11 11:59:58 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 12:26:09 +0100" startDate="2018-04-11 11:59:58 +0100" endDate="2018-04-11 12:05:15 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 13:16:13 +0100" startDate="2018-04-11 12:24:11 +0100" endDate="2018-04-11 12:32:34 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 13:16:13 +0100" startDate="2018-04-11 12:32:34 +0100" endDate="2018-04-11 12:41:27 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 13:16:13 +0100" startDate="2018-04-11 12:41:27 +0100" endDate="2018-04-11 12:51:11 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 13:16:13 +0100" startDate="2018-04-11 12:51:11 +0100" endDate="2018-04-11 13:01:09 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 13:16:13 +0100" startDate="2018-04-11 13:01:09 +0100" endDate="2018-04-11 13:07:59 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 14:25:49 +0100" startDate="2018-04-11 13:17:57 +0100" endDate="2018-04-11 13:27:56 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 14:25:49 +0100" startDate="2018-04-11 13:27:56 +0100" endDate="2018-04-11 13:35:42 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 15:28:49 +0100" startDate="2018-04-11 14:56:06 +0100" endDate="2018-04-11 15:06:06 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 15:28:49 +0100" startDate="2018-04-11 15:06:06 +0100" endDate="2018-04-11 15:08:29 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 17:00:50 +0100" startDate="2018-04-11 15:33:24 +0100" endDate="2018-04-11 15:40:18 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 17:00:50 +0100" startDate="2018-04-11 15:40:18 +0100" endDate="2018-04-11 15:50:11 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 17:00:50 +0100" startDate="2018-04-11 15:50:11 +0100" endDate="2018-04-11 16:00:10 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 17:00:50 +0100" startDate="2018-04-11 16:00:10 +0100" endDate="2018-04-11 16:10:09 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 17:26:59 +0100" startDate="2018-04-11 17:03:14 +0100" endDate="2018-04-11 17:10:07 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 17:26:59 +0100" startDate="2018-04-11 17:11:48 +0100" endDate="2018-04-11 17:21:47 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 18:29:22 +0100" startDate="2018-04-11 17:21:47 +0100" endDate="2018-04-11 17:30:05 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 18:29:22 +0100" startDate="2018-04-11 17:30:05 +0100" endDate="2018-04-11 17:34:50 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 18:29:22 +0100" startDate="2018-04-11 18:03:08 +0100" endDate="2018-04-11 18:12:16 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 18:29:22 +0100" startDate="2018-04-11 18:12:16 +0100" endDate="2018-04-11 18:21:13 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 19:27:09 +0100" startDate="2018-04-11 18:32:26 +0100" endDate="2018-04-11 18:39:09 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 19:27:09 +0100" startDate="2018-04-11 18:39:09 +0100" endDate="2018-04-11 18:44:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 21:26:35 +0100" startDate="2018-04-11 20:28:07 +0100" endDate="2018-04-11 20:38:06 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 21:26:35 +0100" startDate="2018-04-11 20:38:06 +0100" endDate="2018-04-11 20:40:59 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-11 21:26:35 +0100" startDate="2018-04-11 21:04:52 +0100" endDate="2018-04-11 21:13:38 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 06:28:38 +0100" startDate="2018-04-12 06:07:53 +0100" endDate="2018-04-12 06:17:36 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 06:28:38 +0100" startDate="2018-04-12 06:17:36 +0100" endDate="2018-04-12 06:27:34 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 07:32:50 +0100" startDate="2018-04-12 06:27:34 +0100" endDate="2018-04-12 06:33:23 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 07:32:50 +0100" startDate="2018-04-12 06:40:57 +0100" endDate="2018-04-12 06:48:16 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 07:32:50 +0100" startDate="2018-04-12 06:48:16 +0100" endDate="2018-04-12 06:57:42 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 07:32:50 +0100" startDate="2018-04-12 06:57:42 +0100" endDate="2018-04-12 07:07:20 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 07:32:50 +0100" startDate="2018-04-12 07:07:20 +0100" endDate="2018-04-12 07:17:18 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 07:32:50 +0100" startDate="2018-04-12 07:17:18 +0100" endDate="2018-04-12 07:27:16 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 08:26:09 +0100" startDate="2018-04-12 07:27:16 +0100" endDate="2018-04-12 07:36:47 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 08:26:09 +0100" startDate="2018-04-12 07:41:15 +0100" endDate="2018-04-12 07:50:26 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 08:26:09 +0100" startDate="2018-04-12 07:50:26 +0100" endDate="2018-04-12 07:56:27 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 11:25:49 +0100" startDate="2018-04-12 10:24:44 +0100" endDate="2018-04-12 10:33:46 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 11:25:49 +0100" startDate="2018-04-12 10:33:46 +0100" endDate="2018-04-12 10:41:12 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 11:25:49 +0100" startDate="2018-04-12 10:45:55 +0100" endDate="2018-04-12 10:53:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 11:25:49 +0100" startDate="2018-04-12 11:11:09 +0100" endDate="2018-04-12 11:21:08 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 12:25:49 +0100" startDate="2018-04-12 11:21:08 +0100" endDate="2018-04-12 11:29:01 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 12:25:49 +0100" startDate="2018-04-12 11:29:01 +0100" endDate="2018-04-12 11:35:34 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 13:53:50 +0100" startDate="2018-04-12 13:12:50 +0100" endDate="2018-04-12 13:18:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 14:30:02 +0100" startDate="2018-04-12 14:03:10 +0100" endDate="2018-04-12 14:10:06 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 14:30:02 +0100" startDate="2018-04-12 14:14:42 +0100" endDate="2018-04-12 14:24:10 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 15:26:10 +0100" startDate="2018-04-12 15:08:12 +0100" endDate="2018-04-12 15:17:08 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 16:26:20 +0100" startDate="2018-04-12 15:17:08 +0100" endDate="2018-04-12 15:24:03 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 16:26:20 +0100" startDate="2018-04-12 15:24:03 +0100" endDate="2018-04-12 15:33:57 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 16:26:20 +0100" startDate="2018-04-12 15:33:57 +0100" endDate="2018-04-12 15:43:40 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 16:26:20 +0100" startDate="2018-04-12 15:43:40 +0100" endDate="2018-04-12 15:53:39 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 16:26:20 +0100" startDate="2018-04-12 15:53:39 +0100" endDate="2018-04-12 16:03:39 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 16:26:20 +0100" startDate="2018-04-12 16:03:39 +0100" endDate="2018-04-12 16:07:54 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 17:25:51 +0100" startDate="2018-04-12 16:57:15 +0100" endDate="2018-04-12 17:03:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 19:27:00 +0100" startDate="2018-04-12 18:49:22 +0100" endDate="2018-04-12 18:57:28 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 19:27:00 +0100" startDate="2018-04-12 18:57:28 +0100" endDate="2018-04-12 19:07:20 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 19:27:00 +0100" startDate="2018-04-12 19:07:20 +0100" endDate="2018-04-12 19:13:00 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-12 23:12:57 +0100" startDate="2018-04-12 23:02:08 +0100" endDate="2018-04-12 23:09:22 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 00:09:27 +0100" startDate="2018-04-12 23:44:20 +0100" endDate="2018-04-12 23:50:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 00:09:27 +0100" startDate="2018-04-12 23:50:40 +0100" endDate="2018-04-12 23:54:57 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 01:08:55 +0100" startDate="2018-04-13 00:06:09 +0100" endDate="2018-04-13 00:12:49 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 01:08:55 +0100" startDate="2018-04-13 00:22:59 +0100" endDate="2018-04-13 00:29:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 01:08:55 +0100" startDate="2018-04-13 00:29:09 +0100" endDate="2018-04-13 00:38:34 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 01:08:55 +0100" startDate="2018-04-13 00:38:34 +0100" endDate="2018-04-13 00:46:55 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 01:08:55 +0100" startDate="2018-04-13 00:46:55 +0100" endDate="2018-04-13 00:56:54 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 01:08:55 +0100" startDate="2018-04-13 00:56:54 +0100" endDate="2018-04-13 01:06:51 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 01:56:23 +0100" startDate="2018-04-13 01:06:51 +0100" endDate="2018-04-13 01:16:45 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 01:56:23 +0100" startDate="2018-04-13 01:16:45 +0100" endDate="2018-04-13 01:26:37 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 01:56:23 +0100" startDate="2018-04-13 01:26:37 +0100" endDate="2018-04-13 01:36:35 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 01:56:23 +0100" startDate="2018-04-13 01:36:35 +0100" endDate="2018-04-13 01:46:33 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 01:46:33 +0100" endDate="2018-04-13 01:56:30 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 01:56:30 +0100" endDate="2018-04-13 02:06:27 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 02:06:27 +0100" endDate="2018-04-13 02:15:23 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 02:16:53 +0100" endDate="2018-04-13 02:26:52 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 02:26:52 +0100" endDate="2018-04-13 02:34:50 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 02:40:54 +0100" endDate="2018-04-13 02:50:53 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 02:50:53 +0100" endDate="2018-04-13 03:00:49 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 03:27:44 +0100" startDate="2018-04-13 03:00:49 +0100" endDate="2018-04-13 03:10:47 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 03:27:44 +0100" startDate="2018-04-13 03:10:47 +0100" endDate="2018-04-13 03:20:14 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 04:28:56 +0100" startDate="2018-04-13 03:20:14 +0100" endDate="2018-04-13 03:28:53 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 04:28:56 +0100" startDate="2018-04-13 03:28:53 +0100" endDate="2018-04-13 03:38:52 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 04:28:56 +0100" startDate="2018-04-13 03:38:52 +0100" endDate="2018-04-13 03:48:50 +0100" value="1053"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 04:28:56 +0100" startDate="2018-04-13 03:48:50 +0100" endDate="2018-04-13 03:58:49 +0100" value="983"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 04:28:56 +0100" startDate="2018-04-13 03:58:49 +0100" endDate="2018-04-13 04:08:47 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 04:28:56 +0100" startDate="2018-04-13 04:08:47 +0100" endDate="2018-04-13 04:18:46 +0100" value="1115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 04:28:56 +0100" startDate="2018-04-13 04:18:46 +0100" endDate="2018-04-13 04:28:41 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 05:27:30 +0100" startDate="2018-04-13 04:28:41 +0100" endDate="2018-04-13 04:38:18 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 05:27:30 +0100" startDate="2018-04-13 04:38:18 +0100" endDate="2018-04-13 04:42:41 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 10:26:32 +0100" startDate="2018-04-13 09:27:30 +0100" endDate="2018-04-13 09:34:00 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 10:26:32 +0100" startDate="2018-04-13 09:34:00 +0100" endDate="2018-04-13 09:40:17 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 11:32:01 +0100" startDate="2018-04-13 10:43:32 +0100" endDate="2018-04-13 10:52:08 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 14:05:45 +0100" startDate="2018-04-13 12:31:54 +0100" endDate="2018-04-13 12:38:20 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 14:05:45 +0100" startDate="2018-04-13 12:43:38 +0100" endDate="2018-04-13 12:49:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 14:05:45 +0100" startDate="2018-04-13 13:04:14 +0100" endDate="2018-04-13 13:10:29 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 14:05:45 +0100" startDate="2018-04-13 13:10:29 +0100" endDate="2018-04-13 13:15:11 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 14:05:45 +0100" startDate="2018-04-13 13:31:57 +0100" endDate="2018-04-13 13:40:55 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 14:05:45 +0100" startDate="2018-04-13 13:52:49 +0100" endDate="2018-04-13 14:01:15 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 14:26:04 +0100" startDate="2018-04-13 14:01:15 +0100" endDate="2018-04-13 14:10:37 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 14:26:04 +0100" startDate="2018-04-13 14:11:58 +0100" endDate="2018-04-13 14:21:57 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 15:28:58 +0100" startDate="2018-04-13 14:21:57 +0100" endDate="2018-04-13 14:27:00 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 16:27:57 +0100" startDate="2018-04-13 15:30:16 +0100" endDate="2018-04-13 15:39:51 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 16:27:57 +0100" startDate="2018-04-13 15:39:51 +0100" endDate="2018-04-13 15:48:59 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 16:27:57 +0100" startDate="2018-04-13 15:52:33 +0100" endDate="2018-04-13 16:00:40 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 16:27:57 +0100" startDate="2018-04-13 16:15:02 +0100" endDate="2018-04-13 16:22:05 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 17:34:10 +0100" startDate="2018-04-13 16:22:05 +0100" endDate="2018-04-13 16:30:10 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 17:34:10 +0100" startDate="2018-04-13 16:30:10 +0100" endDate="2018-04-13 16:38:05 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 18:26:17 +0100" startDate="2018-04-13 17:28:16 +0100" endDate="2018-04-13 17:36:21 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 23:11:54 +0100" startDate="2018-04-13 21:49:40 +0100" endDate="2018-04-13 21:58:05 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="count" creationDate="2018-04-13 23:11:54 +0100" startDate="2018-04-13 22:17:49 +0100" endDate="2018-04-13 22:27:20 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 08:26:46 +0100" startDate="2018-04-14 07:37:52 +0100" endDate="2018-04-14 07:46:09 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 08:26:46 +0100" startDate="2018-04-14 07:46:09 +0100" endDate="2018-04-14 07:52:40 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 09:27:09 +0100" startDate="2018-04-14 08:18:25 +0100" endDate="2018-04-14 08:26:48 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 09:27:09 +0100" startDate="2018-04-14 08:28:09 +0100" endDate="2018-04-14 08:34:34 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 09:27:09 +0100" startDate="2018-04-14 08:42:44 +0100" endDate="2018-04-14 08:52:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 09:27:09 +0100" startDate="2018-04-14 08:52:43 +0100" endDate="2018-04-14 08:59:59 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 09:27:09 +0100" startDate="2018-04-14 09:06:01 +0100" endDate="2018-04-14 09:12:47 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 09:39:14 +0100" endDate="2018-04-14 09:45:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 09:45:52 +0100" endDate="2018-04-14 09:55:05 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 09:55:05 +0100" endDate="2018-04-14 10:05:03 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 10:05:03 +0100" endDate="2018-04-14 10:05:29 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 10:13:32 +0100" endDate="2018-04-14 10:20:05 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 10:22:16 +0100" endDate="2018-04-14 10:32:15 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 10:32:15 +0100" endDate="2018-04-14 10:36:07 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 12:27:24 +0100" startDate="2018-04-14 12:06:00 +0100" endDate="2018-04-14 12:16:00 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 12:27:24 +0100" startDate="2018-04-14 12:16:00 +0100" endDate="2018-04-14 12:25:22 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 13:28:11 +0100" startDate="2018-04-14 12:25:22 +0100" endDate="2018-04-14 12:35:20 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 13:28:11 +0100" startDate="2018-04-14 12:35:20 +0100" endDate="2018-04-14 12:45:11 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 13:28:11 +0100" startDate="2018-04-14 12:45:11 +0100" endDate="2018-04-14 12:55:10 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 13:28:11 +0100" startDate="2018-04-14 12:55:10 +0100" endDate="2018-04-14 13:05:09 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 13:28:11 +0100" startDate="2018-04-14 13:05:09 +0100" endDate="2018-04-14 13:14:49 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 13:28:11 +0100" startDate="2018-04-14 13:14:49 +0100" endDate="2018-04-14 13:24:47 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 14:27:41 +0100" startDate="2018-04-14 13:24:47 +0100" endDate="2018-04-14 13:34:21 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 14:27:41 +0100" startDate="2018-04-14 13:34:21 +0100" endDate="2018-04-14 13:41:36 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 14:27:41 +0100" startDate="2018-04-14 13:41:36 +0100" endDate="2018-04-14 13:50:09 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 14:27:41 +0100" startDate="2018-04-14 14:14:09 +0100" endDate="2018-04-14 14:22:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 14:22:19 +0100" endDate="2018-04-14 14:30:02 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 14:30:02 +0100" endDate="2018-04-14 14:37:04 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 14:40:34 +0100" endDate="2018-04-14 14:48:59 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 14:48:59 +0100" endDate="2018-04-14 14:58:30 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 14:58:30 +0100" endDate="2018-04-14 15:07:29 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 15:08:26 +0100" endDate="2018-04-14 15:18:24 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 15:18:24 +0100" endDate="2018-04-14 15:28:20 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 16:27:26 +0100" startDate="2018-04-14 15:28:20 +0100" endDate="2018-04-14 15:38:08 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 18:28:11 +0100" startDate="2018-04-14 18:08:27 +0100" endDate="2018-04-14 18:18:03 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 18:28:11 +0100" startDate="2018-04-14 18:18:03 +0100" endDate="2018-04-14 18:23:46 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 19:28:40 +0100" startDate="2018-04-14 18:35:46 +0100" endDate="2018-04-14 18:45:29 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 19:28:40 +0100" startDate="2018-04-14 18:45:29 +0100" endDate="2018-04-14 18:55:28 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 19:28:40 +0100" startDate="2018-04-14 18:55:28 +0100" endDate="2018-04-14 19:04:41 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 21:13:45 +0100" startDate="2018-04-14 20:55:03 +0100" endDate="2018-04-14 21:04:55 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 21:48:27 +0100" startDate="2018-04-14 21:14:33 +0100" endDate="2018-04-14 21:24:32 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 21:48:27 +0100" startDate="2018-04-14 21:24:32 +0100" endDate="2018-04-14 21:34:30 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 21:48:27 +0100" startDate="2018-04-14 21:34:30 +0100" endDate="2018-04-14 21:44:18 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-14 23:36:29 +0100" startDate="2018-04-14 23:09:33 +0100" endDate="2018-04-14 23:16:55 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 00:31:40 +0100" startDate="2018-04-14 23:30:24 +0100" endDate="2018-04-14 23:36:49 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 10:48:55 +0100" startDate="2018-04-15 10:28:14 +0100" endDate="2018-04-15 10:34:44 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 11:41:10 +0100" startDate="2018-04-15 10:42:57 +0100" endDate="2018-04-15 10:50:34 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 11:41:10 +0100" startDate="2018-04-15 10:50:34 +0100" endDate="2018-04-15 11:00:24 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 11:41:10 +0100" startDate="2018-04-15 11:00:24 +0100" endDate="2018-04-15 11:05:42 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 11:41:10 +0100" startDate="2018-04-15 11:05:42 +0100" endDate="2018-04-15 11:12:11 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 11:41:10 +0100" startDate="2018-04-15 11:15:01 +0100" endDate="2018-04-15 11:21:57 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 11:41:10 +0100" startDate="2018-04-15 11:21:57 +0100" endDate="2018-04-15 11:31:46 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 12:38:47 +0100" startDate="2018-04-15 11:31:46 +0100" endDate="2018-04-15 11:32:42 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 12:38:47 +0100" startDate="2018-04-15 11:36:12 +0100" endDate="2018-04-15 11:42:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 12:38:47 +0100" startDate="2018-04-15 12:01:02 +0100" endDate="2018-04-15 12:11:01 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 12:38:47 +0100" startDate="2018-04-15 12:11:01 +0100" endDate="2018-04-15 12:11:47 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 13:27:39 +0100" startDate="2018-04-15 12:44:44 +0100" endDate="2018-04-15 12:53:28 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 13:27:39 +0100" startDate="2018-04-15 12:53:28 +0100" endDate="2018-04-15 12:56:57 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 13:27:39 +0100" startDate="2018-04-15 13:15:18 +0100" endDate="2018-04-15 13:21:35 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 14:27:05 +0100" startDate="2018-04-15 13:53:01 +0100" endDate="2018-04-15 13:58:52 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 14:27:05 +0100" startDate="2018-04-15 13:58:52 +0100" endDate="2018-04-15 14:07:56 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 14:27:05 +0100" startDate="2018-04-15 14:07:56 +0100" endDate="2018-04-15 14:16:16 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 16:26:47 +0100" startDate="2018-04-15 15:26:38 +0100" endDate="2018-04-15 15:36:33 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 16:26:47 +0100" startDate="2018-04-15 15:36:33 +0100" endDate="2018-04-15 15:40:40 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 16:26:47 +0100" startDate="2018-04-15 15:43:28 +0100" endDate="2018-04-15 15:53:27 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 16:26:47 +0100" startDate="2018-04-15 15:53:27 +0100" endDate="2018-04-15 16:02:24 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 16:26:47 +0100" startDate="2018-04-15 16:02:24 +0100" endDate="2018-04-15 16:12:23 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 16:26:47 +0100" startDate="2018-04-15 16:12:23 +0100" endDate="2018-04-15 16:17:51 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 17:41:00 +0100" startDate="2018-04-15 16:42:20 +0100" endDate="2018-04-15 16:52:18 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 17:41:00 +0100" startDate="2018-04-15 16:52:18 +0100" endDate="2018-04-15 17:00:19 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 17:41:00 +0100" startDate="2018-04-15 17:01:44 +0100" endDate="2018-04-15 17:11:43 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 17:41:00 +0100" startDate="2018-04-15 17:11:43 +0100" endDate="2018-04-15 17:21:41 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 17:41:00 +0100" startDate="2018-04-15 17:21:41 +0100" endDate="2018-04-15 17:30:12 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-15 20:08:58 +0100" startDate="2018-04-15 19:00:51 +0100" endDate="2018-04-15 19:07:42 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 06:27:09 +0100" startDate="2018-04-16 05:56:09 +0100" endDate="2018-04-16 06:04:27 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 06:27:09 +0100" startDate="2018-04-16 06:04:27 +0100" endDate="2018-04-16 06:10:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 06:39:08 +0100" endDate="2018-04-16 06:45:51 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 06:46:17 +0100" endDate="2018-04-16 06:56:01 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 06:56:01 +0100" endDate="2018-04-16 07:04:46 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 07:04:46 +0100" endDate="2018-04-16 07:14:44 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 07:14:44 +0100" endDate="2018-04-16 07:24:43 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 07:24:43 +0100" endDate="2018-04-16 07:26:25 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 07:37:10 +0100" endDate="2018-04-16 07:46:20 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 09:39:21 +0100" endDate="2018-04-16 09:46:49 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 11:33:58 +0100" endDate="2018-04-16 11:43:57 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 11:43:57 +0100" endDate="2018-04-16 11:50:26 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 12:01:22 +0100" endDate="2018-04-16 12:10:02 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 12:10:02 +0100" endDate="2018-04-16 12:18:20 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 12:28:38 +0100" endDate="2018-04-16 12:35:21 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 12:48:20 +0100" endDate="2018-04-16 12:58:19 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 12:58:19 +0100" endDate="2018-04-16 13:07:31 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 13:07:31 +0100" endDate="2018-04-16 13:10:56 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 13:28:05 +0100" endDate="2018-04-16 13:38:04 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 13:38:04 +0100" endDate="2018-04-16 13:42:43 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 14:46:31 +0100" endDate="2018-04-16 14:53:07 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 15:21:25 +0100" endDate="2018-04-16 15:31:24 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 15:31:24 +0100" endDate="2018-04-16 15:41:23 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 15:41:23 +0100" endDate="2018-04-16 15:51:09 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 15:51:09 +0100" endDate="2018-04-16 15:53:44 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 16:09:11 +0100" endDate="2018-04-16 16:19:10 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 16:42:38 +0100" startDate="2018-04-16 16:19:10 +0100" endDate="2018-04-16 16:24:11 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 17:10:08 +0100" endDate="2018-04-16 17:18:21 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 17:18:41 +0100" endDate="2018-04-16 17:28:33 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 17:28:33 +0100" endDate="2018-04-16 17:35:26 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 18:14:19 +0100" endDate="2018-04-16 18:24:13 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 18:24:13 +0100" endDate="2018-04-16 18:34:12 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 18:34:12 +0100" endDate="2018-04-16 18:43:34 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 18:43:34 +0100" endDate="2018-04-16 18:53:33 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 18:53:33 +0100" endDate="2018-04-16 18:57:15 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 18:58:15 +0100" endDate="2018-04-16 19:06:52 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 19:07:15 +0100" endDate="2018-04-16 19:15:30 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 19:20:00 +0100" endDate="2018-04-16 19:29:58 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 19:29:58 +0100" endDate="2018-04-16 19:39:57 +0100" value="1003"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 19:39:57 +0100" endDate="2018-04-16 19:49:56 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 19:49:56 +0100" endDate="2018-04-16 19:59:44 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 19:59:44 +0100" endDate="2018-04-16 20:09:43 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 20:09:43 +0100" endDate="2018-04-16 20:19:41 +0100" value="996"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 20:19:41 +0100" endDate="2018-04-16 20:22:28 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 20:28:48 +0100" endDate="2018-04-16 20:35:37 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-16 21:22:37 +0100" startDate="2018-04-16 20:59:14 +0100" endDate="2018-04-16 21:05:44 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 06:17:39 +0100" startDate="2018-04-17 05:27:03 +0100" endDate="2018-04-17 05:36:25 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 06:17:39 +0100" startDate="2018-04-17 05:45:02 +0100" endDate="2018-04-17 05:54:57 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 06:17:39 +0100" startDate="2018-04-17 05:54:57 +0100" endDate="2018-04-17 06:04:42 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 06:17:39 +0100" startDate="2018-04-17 06:04:42 +0100" endDate="2018-04-17 06:05:35 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 07:17:27 +0100" startDate="2018-04-17 06:13:17 +0100" endDate="2018-04-17 06:22:48 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 07:17:27 +0100" startDate="2018-04-17 06:24:13 +0100" endDate="2018-04-17 06:33:24 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 07:17:27 +0100" startDate="2018-04-17 06:33:24 +0100" endDate="2018-04-17 06:43:23 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 08:29:15 +0100" startDate="2018-04-17 07:42:57 +0100" endDate="2018-04-17 07:52:19 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 08:29:15 +0100" startDate="2018-04-17 07:52:19 +0100" endDate="2018-04-17 08:00:00 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 08:29:15 +0100" startDate="2018-04-17 08:00:14 +0100" endDate="2018-04-17 08:08:54 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 08:29:15 +0100" startDate="2018-04-17 08:11:26 +0100" endDate="2018-04-17 08:21:25 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 09:17:50 +0100" startDate="2018-04-17 08:21:25 +0100" endDate="2018-04-17 08:30:22 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 10:21:04 +0100" startDate="2018-04-17 09:43:40 +0100" endDate="2018-04-17 09:50:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 11:22:09 +0100" startDate="2018-04-17 10:38:07 +0100" endDate="2018-04-17 10:47:06 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 11:22:09 +0100" startDate="2018-04-17 10:47:06 +0100" endDate="2018-04-17 10:49:11 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 11:22:09 +0100" startDate="2018-04-17 10:54:59 +0100" endDate="2018-04-17 11:03:11 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 11:22:09 +0100" startDate="2018-04-17 11:03:11 +0100" endDate="2018-04-17 11:13:09 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 12:34:56 +0100" startDate="2018-04-17 11:13:09 +0100" endDate="2018-04-17 11:22:37 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 12:34:56 +0100" startDate="2018-04-17 11:22:37 +0100" endDate="2018-04-17 11:32:36 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 12:34:56 +0100" startDate="2018-04-17 11:32:36 +0100" endDate="2018-04-17 11:42:34 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 12:34:56 +0100" startDate="2018-04-17 11:42:34 +0100" endDate="2018-04-17 11:52:10 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 12:34:56 +0100" startDate="2018-04-17 11:52:10 +0100" endDate="2018-04-17 12:01:13 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 12:34:56 +0100" startDate="2018-04-17 12:01:13 +0100" endDate="2018-04-17 12:03:08 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 14:25:57 +0100" startDate="2018-04-17 13:27:28 +0100" endDate="2018-04-17 13:37:27 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 14:25:57 +0100" startDate="2018-04-17 13:37:27 +0100" endDate="2018-04-17 13:40:56 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 14:25:57 +0100" startDate="2018-04-17 14:06:20 +0100" endDate="2018-04-17 14:12:43 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 15:22:29 +0100" startDate="2018-04-17 14:18:41 +0100" endDate="2018-04-17 14:27:38 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 15:22:29 +0100" startDate="2018-04-17 14:27:38 +0100" endDate="2018-04-17 14:33:59 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 16:18:09 +0100" startDate="2018-04-17 15:28:44 +0100" endDate="2018-04-17 15:34:46 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 16:18:09 +0100" startDate="2018-04-17 15:39:47 +0100" endDate="2018-04-17 15:49:47 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 16:18:09 +0100" startDate="2018-04-17 15:49:47 +0100" endDate="2018-04-17 15:52:04 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 16:18:09 +0100" startDate="2018-04-17 15:56:16 +0100" endDate="2018-04-17 16:06:03 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 16:18:09 +0100" startDate="2018-04-17 16:06:03 +0100" endDate="2018-04-17 16:16:01 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 16:16:01 +0100" endDate="2018-04-17 16:26:00 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 16:26:00 +0100" endDate="2018-04-17 16:36:00 +0100" value="903"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 16:36:00 +0100" endDate="2018-04-17 16:39:09 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 16:48:19 +0100" endDate="2018-04-17 16:58:18 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 16:58:18 +0100" endDate="2018-04-17 17:08:16 +0100" value="983"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 17:08:16 +0100" endDate="2018-04-17 17:17:16 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303c3e580&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 17:17:16 +0100" endDate="2018-04-17 17:25:09 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 18:21:04 +0100" startDate="2018-04-17 17:43:26 +0100" endDate="2018-04-17 17:52:01 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 18:21:04 +0100" startDate="2018-04-17 18:04:58 +0100" endDate="2018-04-17 18:11:39 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 20:19:29 +0100" startDate="2018-04-17 19:26:33 +0100" endDate="2018-04-17 19:33:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-17 22:25:22 +0100" startDate="2018-04-17 21:16:28 +0100" endDate="2018-04-17 21:23:09 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 06:20:15 +0100" startDate="2018-04-18 05:24:06 +0100" endDate="2018-04-18 05:30:29 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 06:20:15 +0100" startDate="2018-04-18 05:38:35 +0100" endDate="2018-04-18 05:47:23 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 06:20:15 +0100" startDate="2018-04-18 05:47:23 +0100" endDate="2018-04-18 05:55:38 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 06:20:15 +0100" startDate="2018-04-18 06:01:02 +0100" endDate="2018-04-18 06:10:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 07:20:51 +0100" startDate="2018-04-18 06:26:37 +0100" endDate="2018-04-18 06:32:52 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 07:20:51 +0100" startDate="2018-04-18 06:34:07 +0100" endDate="2018-04-18 06:41:11 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 07:20:51 +0100" startDate="2018-04-18 06:41:11 +0100" endDate="2018-04-18 06:51:10 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 07:20:51 +0100" startDate="2018-04-18 06:51:10 +0100" endDate="2018-04-18 07:00:01 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 09:19:38 +0100" startDate="2018-04-18 08:20:28 +0100" endDate="2018-04-18 08:30:10 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 09:19:38 +0100" startDate="2018-04-18 08:30:10 +0100" endDate="2018-04-18 08:39:58 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 09:19:38 +0100" startDate="2018-04-18 08:41:50 +0100" endDate="2018-04-18 08:50:55 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 10:19:03 +0100" startDate="2018-04-18 09:20:42 +0100" endDate="2018-04-18 09:26:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 11:17:43 +0100" startDate="2018-04-18 10:20:56 +0100" endDate="2018-04-18 10:30:56 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 11:17:43 +0100" startDate="2018-04-18 10:30:56 +0100" endDate="2018-04-18 10:40:54 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 11:17:43 +0100" startDate="2018-04-18 10:40:54 +0100" endDate="2018-04-18 10:50:52 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 11:17:43 +0100" startDate="2018-04-18 10:50:52 +0100" endDate="2018-04-18 10:52:49 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 12:25:38 +0100" startDate="2018-04-18 11:10:51 +0100" endDate="2018-04-18 11:20:38 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 12:25:38 +0100" startDate="2018-04-18 11:27:58 +0100" endDate="2018-04-18 11:37:57 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 12:25:38 +0100" startDate="2018-04-18 11:37:57 +0100" endDate="2018-04-18 11:47:17 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 12:25:38 +0100" startDate="2018-04-18 11:49:20 +0100" endDate="2018-04-18 11:59:09 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 12:25:38 +0100" startDate="2018-04-18 11:59:09 +0100" endDate="2018-04-18 12:05:03 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 12:25:38 +0100" startDate="2018-04-18 12:10:23 +0100" endDate="2018-04-18 12:16:48 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 13:17:36 +0100" startDate="2018-04-18 12:16:31 +0100" endDate="2018-04-18 12:26:30 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 13:17:36 +0100" startDate="2018-04-18 12:26:30 +0100" endDate="2018-04-18 12:36:29 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 13:17:36 +0100" startDate="2018-04-18 12:36:29 +0100" endDate="2018-04-18 12:46:27 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 13:17:36 +0100" startDate="2018-04-18 12:46:27 +0100" endDate="2018-04-18 12:56:24 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 13:17:36 +0100" startDate="2018-04-18 12:56:24 +0100" endDate="2018-04-18 13:04:37 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 14:21:12 +0100" startDate="2018-04-18 13:11:23 +0100" endDate="2018-04-18 13:21:22 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 14:21:12 +0100" startDate="2018-04-18 13:21:22 +0100" endDate="2018-04-18 13:31:05 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 14:21:12 +0100" startDate="2018-04-18 13:52:19 +0100" endDate="2018-04-18 14:01:37 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 15:17:27 +0100" startDate="2018-04-18 14:24:30 +0100" endDate="2018-04-18 14:30:43 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 15:17:27 +0100" startDate="2018-04-18 14:42:09 +0100" endDate="2018-04-18 14:49:28 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 15:17:27 +0100" startDate="2018-04-18 14:56:43 +0100" endDate="2018-04-18 15:02:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 15:17:27 +0100" startDate="2018-04-18 15:04:35 +0100" endDate="2018-04-18 15:13:43 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 16:24:14 +0100" startDate="2018-04-18 15:13:43 +0100" endDate="2018-04-18 15:23:41 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 16:24:14 +0100" startDate="2018-04-18 15:23:41 +0100" endDate="2018-04-18 15:33:01 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 16:24:14 +0100" startDate="2018-04-18 15:33:01 +0100" endDate="2018-04-18 15:40:59 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 16:24:14 +0100" startDate="2018-04-18 15:44:57 +0100" endDate="2018-04-18 15:54:56 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 16:24:14 +0100" startDate="2018-04-18 15:54:56 +0100" endDate="2018-04-18 16:02:46 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 16:24:14 +0100" startDate="2018-04-18 16:05:03 +0100" endDate="2018-04-18 16:13:46 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 17:23:45 +0100" startDate="2018-04-18 16:30:47 +0100" endDate="2018-04-18 16:40:28 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 17:23:45 +0100" startDate="2018-04-18 16:40:28 +0100" endDate="2018-04-18 16:48:10 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 17:23:45 +0100" startDate="2018-04-18 16:48:10 +0100" endDate="2018-04-18 16:55:49 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 17:23:45 +0100" startDate="2018-04-18 16:55:49 +0100" endDate="2018-04-18 17:04:43 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 17:23:45 +0100" startDate="2018-04-18 17:04:43 +0100" endDate="2018-04-18 17:13:43 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 17:23:45 +0100" startDate="2018-04-18 17:13:43 +0100" endDate="2018-04-18 17:19:25 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 18:17:54 +0100" startDate="2018-04-18 17:19:25 +0100" endDate="2018-04-18 17:29:22 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 18:17:54 +0100" startDate="2018-04-18 17:29:22 +0100" endDate="2018-04-18 17:39:22 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 18:17:54 +0100" startDate="2018-04-18 17:39:22 +0100" endDate="2018-04-18 17:47:37 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 19:19:19 +0100" startDate="2018-04-18 18:57:34 +0100" endDate="2018-04-18 19:03:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 20:18:59 +0100" startDate="2018-04-18 19:47:21 +0100" endDate="2018-04-18 19:56:19 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-18 22:44:46 +0100" startDate="2018-04-18 22:20:58 +0100" endDate="2018-04-18 22:28:20 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 05:35:11 +0100" startDate="2018-04-19 04:44:34 +0100" endDate="2018-04-19 04:50:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 05:35:11 +0100" startDate="2018-04-19 05:01:11 +0100" endDate="2018-04-19 05:07:39 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 05:35:11 +0100" startDate="2018-04-19 05:21:36 +0100" endDate="2018-04-19 05:28:32 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 06:21:16 +0100" startDate="2018-04-19 05:28:32 +0100" endDate="2018-04-19 05:38:30 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 06:21:16 +0100" startDate="2018-04-19 05:38:30 +0100" endDate="2018-04-19 05:44:09 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 06:21:16 +0100" startDate="2018-04-19 05:51:40 +0100" endDate="2018-04-19 05:58:36 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 06:21:16 +0100" startDate="2018-04-19 06:00:50 +0100" endDate="2018-04-19 06:10:15 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 06:21:16 +0100" startDate="2018-04-19 06:10:15 +0100" endDate="2018-04-19 06:13:28 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 07:17:32 +0100" startDate="2018-04-19 06:20:18 +0100" endDate="2018-04-19 06:30:16 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 07:17:32 +0100" startDate="2018-04-19 06:30:16 +0100" endDate="2018-04-19 06:38:14 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 07:17:32 +0100" startDate="2018-04-19 06:38:14 +0100" endDate="2018-04-19 06:46:22 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 07:17:32 +0100" startDate="2018-04-19 06:51:25 +0100" endDate="2018-04-19 07:00:28 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 07:17:32 +0100" startDate="2018-04-19 07:01:36 +0100" endDate="2018-04-19 07:08:32 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 08:18:10 +0100" startDate="2018-04-19 07:08:32 +0100" endDate="2018-04-19 07:15:00 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 08:18:10 +0100" startDate="2018-04-19 07:16:00 +0100" endDate="2018-04-19 07:24:48 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 08:18:10 +0100" startDate="2018-04-19 07:24:48 +0100" endDate="2018-04-19 07:30:41 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 08:18:10 +0100" startDate="2018-04-19 07:32:34 +0100" endDate="2018-04-19 07:41:57 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 08:18:10 +0100" startDate="2018-04-19 07:41:57 +0100" endDate="2018-04-19 07:46:52 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 09:19:52 +0100" startDate="2018-04-19 08:56:02 +0100" endDate="2018-04-19 09:02:18 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 10:19:28 +0100" startDate="2018-04-19 09:15:19 +0100" endDate="2018-04-19 09:22:02 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 10:19:28 +0100" startDate="2018-04-19 09:25:10 +0100" endDate="2018-04-19 09:34:59 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 10:19:28 +0100" startDate="2018-04-19 09:34:59 +0100" endDate="2018-04-19 09:43:01 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 11:21:45 +0100" startDate="2018-04-19 10:51:29 +0100" endDate="2018-04-19 11:01:28 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 11:21:45 +0100" startDate="2018-04-19 11:01:28 +0100" endDate="2018-04-19 11:03:40 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 12:18:41 +0100" startDate="2018-04-19 11:16:57 +0100" endDate="2018-04-19 11:26:05 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 12:18:41 +0100" startDate="2018-04-19 11:29:20 +0100" endDate="2018-04-19 11:39:19 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 12:18:41 +0100" startDate="2018-04-19 11:39:19 +0100" endDate="2018-04-19 11:47:59 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 12:18:41 +0100" startDate="2018-04-19 11:47:59 +0100" endDate="2018-04-19 11:52:23 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 13:19:13 +0100" startDate="2018-04-19 12:29:07 +0100" endDate="2018-04-19 12:38:43 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 13:19:13 +0100" startDate="2018-04-19 12:53:09 +0100" endDate="2018-04-19 13:00:18 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 14:20:55 +0100" startDate="2018-04-19 13:53:38 +0100" endDate="2018-04-19 14:03:36 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 14:20:55 +0100" startDate="2018-04-19 14:03:36 +0100" endDate="2018-04-19 14:13:34 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 15:26:24 +0100" startDate="2018-04-19 14:13:34 +0100" endDate="2018-04-19 14:17:05 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 16:17:46 +0100" startDate="2018-04-19 15:53:08 +0100" endDate="2018-04-19 16:03:07 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 16:17:46 +0100" startDate="2018-04-19 16:03:07 +0100" endDate="2018-04-19 16:05:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 17:18:11 +0100" startDate="2018-04-19 16:05:57 +0100" endDate="2018-04-19 16:15:57 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 17:18:11 +0100" startDate="2018-04-19 16:15:57 +0100" endDate="2018-04-19 16:23:01 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 17:18:11 +0100" startDate="2018-04-19 16:23:01 +0100" endDate="2018-04-19 16:28:52 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 18:26:14 +0100" startDate="2018-04-19 17:51:12 +0100" endDate="2018-04-19 18:01:12 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 18:26:14 +0100" startDate="2018-04-19 18:01:12 +0100" endDate="2018-04-19 18:01:42 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 19:21:23 +0100" startDate="2018-04-19 19:08:36 +0100" endDate="2018-04-19 19:18:35 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 20:18:09 +0100" startDate="2018-04-19 19:18:35 +0100" endDate="2018-04-19 19:28:35 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 20:18:09 +0100" startDate="2018-04-19 19:28:35 +0100" endDate="2018-04-19 19:29:33 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 20:18:09 +0100" startDate="2018-04-19 19:48:37 +0100" endDate="2018-04-19 19:58:37 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 20:18:09 +0100" startDate="2018-04-19 19:58:37 +0100" endDate="2018-04-19 19:58:52 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-19 21:25:50 +0100" startDate="2018-04-19 21:02:33 +0100" endDate="2018-04-19 21:08:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 05:32:49 +0100" startDate="2018-04-20 04:43:06 +0100" endDate="2018-04-20 04:49:32 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 05:32:49 +0100" startDate="2018-04-20 04:57:51 +0100" endDate="2018-04-20 05:04:08 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 05:32:49 +0100" startDate="2018-04-20 05:04:42 +0100" endDate="2018-04-20 05:12:31 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 06:21:29 +0100" startDate="2018-04-20 05:43:27 +0100" endDate="2018-04-20 05:51:30 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 07:17:58 +0100" startDate="2018-04-20 06:25:59 +0100" endDate="2018-04-20 06:33:49 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 07:17:58 +0100" startDate="2018-04-20 06:33:49 +0100" endDate="2018-04-20 06:39:55 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 07:17:58 +0100" startDate="2018-04-20 06:39:55 +0100" endDate="2018-04-20 06:49:53 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 07:17:58 +0100" startDate="2018-04-20 06:49:53 +0100" endDate="2018-04-20 06:57:01 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 11:20:14 +0100" startDate="2018-04-20 10:36:23 +0100" endDate="2018-04-20 10:42:43 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 12:17:53 +0100" startDate="2018-04-20 11:31:54 +0100" endDate="2018-04-20 11:41:53 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 12:17:53 +0100" startDate="2018-04-20 11:41:53 +0100" endDate="2018-04-20 11:50:17 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 12:17:53 +0100" startDate="2018-04-20 11:50:17 +0100" endDate="2018-04-20 11:55:45 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 13:17:33 +0100" startDate="2018-04-20 11:55:45 +0100" endDate="2018-04-20 11:55:48 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 13:17:33 +0100" startDate="2018-04-20 12:21:22 +0100" endDate="2018-04-20 12:29:49 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 13:17:33 +0100" startDate="2018-04-20 12:29:49 +0100" endDate="2018-04-20 12:39:41 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 13:17:33 +0100" startDate="2018-04-20 12:39:41 +0100" endDate="2018-04-20 12:46:41 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 14:17:54 +0100" startDate="2018-04-20 13:10:14 +0100" endDate="2018-04-20 13:18:59 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 14:17:54 +0100" startDate="2018-04-20 13:18:59 +0100" endDate="2018-04-20 13:27:42 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 14:17:54 +0100" startDate="2018-04-20 13:27:42 +0100" endDate="2018-04-20 13:37:40 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 14:17:54 +0100" startDate="2018-04-20 13:37:40 +0100" endDate="2018-04-20 13:43:46 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 15:18:58 +0100" startDate="2018-04-20 14:23:34 +0100" endDate="2018-04-20 14:32:44 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 16:17:55 +0100" startDate="2018-04-20 15:50:46 +0100" endDate="2018-04-20 16:00:45 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 16:17:55 +0100" startDate="2018-04-20 16:00:45 +0100" endDate="2018-04-20 16:02:07 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 17:21:05 +0100" startDate="2018-04-20 16:29:34 +0100" endDate="2018-04-20 16:37:57 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 17:21:05 +0100" startDate="2018-04-20 16:37:57 +0100" endDate="2018-04-20 16:45:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 17:21:05 +0100" startDate="2018-04-20 16:45:31 +0100" endDate="2018-04-20 16:55:03 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 17:21:05 +0100" startDate="2018-04-20 16:55:03 +0100" endDate="2018-04-20 17:02:15 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 17:21:05 +0100" startDate="2018-04-20 17:04:36 +0100" endDate="2018-04-20 17:10:51 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 17:21:05 +0100" startDate="2018-04-20 17:10:51 +0100" endDate="2018-04-20 17:17:19 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 18:21:29 +0100" startDate="2018-04-20 17:49:59 +0100" endDate="2018-04-20 17:56:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 18:21:29 +0100" startDate="2018-04-20 18:04:22 +0100" endDate="2018-04-20 18:11:00 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 19:22:08 +0100" startDate="2018-04-20 19:01:47 +0100" endDate="2018-04-20 19:08:02 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-20 20:21:08 +0100" startDate="2018-04-20 19:31:15 +0100" endDate="2018-04-20 19:39:14 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 00:40:25 +0100" startDate="2018-04-20 23:44:45 +0100" endDate="2018-04-20 23:51:08 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 00:40:25 +0100" startDate="2018-04-20 23:58:27 +0100" endDate="2018-04-21 00:04:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 00:40:25 +0100" startDate="2018-04-21 00:05:24 +0100" endDate="2018-04-21 00:12:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 04:26:09 +0100" startDate="2018-04-21 03:57:43 +0100" endDate="2018-04-21 04:04:01 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 08:29:45 +0100" startDate="2018-04-21 07:10:09 +0100" endDate="2018-04-21 07:16:50 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 08:29:45 +0100" startDate="2018-04-21 07:16:50 +0100" endDate="2018-04-21 07:23:50 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 08:29:45 +0100" startDate="2018-04-21 07:34:49 +0100" endDate="2018-04-21 07:40:56 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 08:29:45 +0100" startDate="2018-04-21 07:56:50 +0100" endDate="2018-04-21 08:03:05 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 08:29:45 +0100" startDate="2018-04-21 08:08:31 +0100" endDate="2018-04-21 08:18:24 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 08:29:45 +0100" startDate="2018-04-21 08:18:24 +0100" endDate="2018-04-21 08:21:28 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 09:23:54 +0100" startDate="2018-04-21 08:27:50 +0100" endDate="2018-04-21 08:34:28 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 09:23:54 +0100" startDate="2018-04-21 08:34:28 +0100" endDate="2018-04-21 08:44:26 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 09:23:54 +0100" startDate="2018-04-21 08:44:26 +0100" endDate="2018-04-21 08:53:59 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 09:27:27 +0100" endDate="2018-04-21 09:37:27 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 09:37:27 +0100" endDate="2018-04-21 09:47:16 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 09:47:16 +0100" endDate="2018-04-21 09:57:13 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 09:57:13 +0100" endDate="2018-04-21 10:06:53 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 10:06:53 +0100" endDate="2018-04-21 10:16:52 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 10:16:52 +0100" endDate="2018-04-21 10:25:19 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 10:25:19 +0100" endDate="2018-04-21 10:34:06 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 10:34:06 +0100" endDate="2018-04-21 10:42:18 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 10:42:18 +0100" endDate="2018-04-21 10:50:54 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 10:50:54 +0100" endDate="2018-04-21 11:00:15 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:01:46 +0100" endDate="2018-04-21 11:07:51 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:07:51 +0100" endDate="2018-04-21 11:15:48 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:15:48 +0100" endDate="2018-04-21 11:23:02 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:23:02 +0100" endDate="2018-04-21 11:32:04 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:32:04 +0100" endDate="2018-04-21 11:40:58 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:40:58 +0100" endDate="2018-04-21 11:49:20 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:49:20 +0100" endDate="2018-04-21 11:54:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 12:34:27 +0100" startDate="2018-04-21 11:54:01 +0100" endDate="2018-04-21 12:03:01 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 12:34:27 +0100" startDate="2018-04-21 12:03:01 +0100" endDate="2018-04-21 12:10:27 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 12:34:27 +0100" startDate="2018-04-21 12:17:50 +0100" endDate="2018-04-21 12:26:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 13:19:19 +0100" startDate="2018-04-21 12:26:36 +0100" endDate="2018-04-21 12:34:27 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 13:19:19 +0100" startDate="2018-04-21 12:38:21 +0100" endDate="2018-04-21 12:47:40 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 14:51:42 +0100" startDate="2018-04-21 13:11:52 +0100" endDate="2018-04-21 13:21:18 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 14:51:42 +0100" startDate="2018-04-21 13:21:18 +0100" endDate="2018-04-21 13:23:22 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 14:51:42 +0100" startDate="2018-04-21 14:33:43 +0100" endDate="2018-04-21 14:39:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 16:23:01 +0100" startDate="2018-04-21 15:12:05 +0100" endDate="2018-04-21 15:22:01 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 16:23:01 +0100" startDate="2018-04-21 15:22:01 +0100" endDate="2018-04-21 15:25:04 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 17:23:24 +0100" startDate="2018-04-21 16:25:21 +0100" endDate="2018-04-21 16:32:50 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 17:23:24 +0100" startDate="2018-04-21 16:33:20 +0100" endDate="2018-04-21 16:42:08 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 17:23:24 +0100" startDate="2018-04-21 16:42:08 +0100" endDate="2018-04-21 16:43:29 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 18:18:04 +0100" startDate="2018-04-21 16:43:29 +0100" endDate="2018-04-21 16:43:32 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 18:18:04 +0100" startDate="2018-04-21 17:17:34 +0100" endDate="2018-04-21 17:24:35 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 20:24:19 +0100" startDate="2018-04-21 19:08:21 +0100" endDate="2018-04-21 19:15:07 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 20:24:19 +0100" startDate="2018-04-21 19:15:07 +0100" endDate="2018-04-21 19:20:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-21 20:24:19 +0100" startDate="2018-04-21 19:34:42 +0100" endDate="2018-04-21 19:42:03 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 08:18:08 +0100" startDate="2018-04-22 07:55:39 +0100" endDate="2018-04-22 08:01:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 09:17:47 +0100" startDate="2018-04-22 08:44:33 +0100" endDate="2018-04-22 08:50:43 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 10:34:53 +0100" endDate="2018-04-22 10:42:48 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 10:44:16 +0100" endDate="2018-04-22 10:51:17 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 10:51:17 +0100" endDate="2018-04-22 10:56:43 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 10:56:43 +0100" endDate="2018-04-22 11:02:43 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 11:05:36 +0100" endDate="2018-04-22 11:14:47 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 11:14:47 +0100" endDate="2018-04-22 11:23:44 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 11:25:32 +0100" endDate="2018-04-22 11:35:31 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 11:35:31 +0100" endDate="2018-04-22 11:42:35 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 11:48:33 +0100" endDate="2018-04-22 11:56:27 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 13:26:15 +0100" startDate="2018-04-22 12:49:52 +0100" endDate="2018-04-22 12:58:25 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 13:26:15 +0100" startDate="2018-04-22 12:59:05 +0100" endDate="2018-04-22 13:09:01 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 13:26:15 +0100" startDate="2018-04-22 13:09:01 +0100" endDate="2018-04-22 13:09:52 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 13:26:15 +0100" startDate="2018-04-22 13:15:12 +0100" endDate="2018-04-22 13:21:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 15:01:07 +0100" startDate="2018-04-22 13:42:52 +0100" endDate="2018-04-22 13:49:34 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 15:01:07 +0100" startDate="2018-04-22 13:52:11 +0100" endDate="2018-04-22 14:00:16 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 15:22:29 +0100" startDate="2018-04-22 15:06:28 +0100" endDate="2018-04-22 15:16:09 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 16:20:53 +0100" startDate="2018-04-22 15:16:09 +0100" endDate="2018-04-22 15:24:15 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 16:20:53 +0100" startDate="2018-04-22 15:24:15 +0100" endDate="2018-04-22 15:30:13 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 16:20:53 +0100" startDate="2018-04-22 15:48:34 +0100" endDate="2018-04-22 15:57:52 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 16:20:53 +0100" startDate="2018-04-22 15:57:52 +0100" endDate="2018-04-22 16:04:54 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 18:17:51 +0100" startDate="2018-04-22 17:38:54 +0100" endDate="2018-04-22 17:45:55 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 18:17:51 +0100" startDate="2018-04-22 17:51:20 +0100" endDate="2018-04-22 17:57:46 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 19:17:34 +0100" startDate="2018-04-22 19:00:06 +0100" endDate="2018-04-22 19:06:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-22 22:45:09 +0100" startDate="2018-04-22 22:03:15 +0100" endDate="2018-04-22 22:11:41 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 06:18:28 +0100" startDate="2018-04-23 06:05:33 +0100" endDate="2018-04-23 06:15:31 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 07:21:21 +0100" startDate="2018-04-23 06:26:27 +0100" endDate="2018-04-23 06:33:35 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 07:21:21 +0100" startDate="2018-04-23 06:39:40 +0100" endDate="2018-04-23 06:46:47 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 07:21:21 +0100" startDate="2018-04-23 06:52:05 +0100" endDate="2018-04-23 07:01:29 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 07:21:21 +0100" startDate="2018-04-23 07:01:29 +0100" endDate="2018-04-23 07:11:28 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 08:26:40 +0100" startDate="2018-04-23 07:11:28 +0100" endDate="2018-04-23 07:12:42 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 08:26:40 +0100" startDate="2018-04-23 07:30:18 +0100" endDate="2018-04-23 07:40:07 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 08:26:40 +0100" startDate="2018-04-23 07:40:07 +0100" endDate="2018-04-23 07:49:32 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 09:21:21 +0100" startDate="2018-04-23 08:30:52 +0100" endDate="2018-04-23 08:38:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 09:21:21 +0100" startDate="2018-04-23 08:39:10 +0100" endDate="2018-04-23 08:47:02 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 09:21:21 +0100" startDate="2018-04-23 08:58:19 +0100" endDate="2018-04-23 09:08:01 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 10:20:18 +0100" startDate="2018-04-23 09:27:41 +0100" endDate="2018-04-23 09:34:19 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 10:20:18 +0100" startDate="2018-04-23 09:52:03 +0100" endDate="2018-04-23 09:59:02 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 11:21:21 +0100" startDate="2018-04-23 10:23:32 +0100" endDate="2018-04-23 10:32:20 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 11:21:21 +0100" startDate="2018-04-23 10:32:20 +0100" endDate="2018-04-23 10:42:19 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 11:21:21 +0100" startDate="2018-04-23 10:42:19 +0100" endDate="2018-04-23 10:52:17 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 11:21:21 +0100" startDate="2018-04-23 10:52:17 +0100" endDate="2018-04-23 10:57:15 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 12:21:23 +0100" startDate="2018-04-23 11:19:29 +0100" endDate="2018-04-23 11:29:28 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 12:21:23 +0100" startDate="2018-04-23 11:29:28 +0100" endDate="2018-04-23 11:33:40 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 12:21:23 +0100" startDate="2018-04-23 11:43:30 +0100" endDate="2018-04-23 11:49:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 14:17:31 +0100" startDate="2018-04-23 13:56:12 +0100" endDate="2018-04-23 14:05:10 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 16:21:20 +0100" startDate="2018-04-23 15:23:55 +0100" endDate="2018-04-23 15:33:55 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 16:21:20 +0100" startDate="2018-04-23 15:33:55 +0100" endDate="2018-04-23 15:42:04 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 16:21:20 +0100" startDate="2018-04-23 15:42:04 +0100" endDate="2018-04-23 15:48:23 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 16:21:20 +0100" startDate="2018-04-23 15:49:51 +0100" endDate="2018-04-23 15:59:50 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 16:21:20 +0100" startDate="2018-04-23 15:59:50 +0100" endDate="2018-04-23 16:08:04 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 16:21:20 +0100" startDate="2018-04-23 16:08:04 +0100" endDate="2018-04-23 16:18:02 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 17:01:07 +0100" startDate="2018-04-23 16:18:02 +0100" endDate="2018-04-23 16:28:00 +0100" value="680"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 17:01:07 +0100" startDate="2018-04-23 16:28:00 +0100" endDate="2018-04-23 16:32:02 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 17:14:02 +0100" startDate="2018-04-23 16:53:49 +0100" endDate="2018-04-23 17:03:48 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 17:14:02 +0100" startDate="2018-04-23 17:03:48 +0100" endDate="2018-04-23 17:13:46 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 18:19:02 +0100" startDate="2018-04-23 17:13:46 +0100" endDate="2018-04-23 17:21:45 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 18:19:02 +0100" startDate="2018-04-23 17:25:40 +0100" endDate="2018-04-23 17:35:39 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 18:19:02 +0100" startDate="2018-04-23 17:35:39 +0100" endDate="2018-04-23 17:45:37 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 18:19:02 +0100" startDate="2018-04-23 17:45:37 +0100" endDate="2018-04-23 17:55:36 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 18:19:02 +0100" startDate="2018-04-23 17:55:36 +0100" endDate="2018-04-23 18:00:50 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 18:19:02 +0100" startDate="2018-04-23 18:08:15 +0100" endDate="2018-04-23 18:18:14 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 19:20:19 +0100" startDate="2018-04-23 18:18:14 +0100" endDate="2018-04-23 18:25:50 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 19:20:19 +0100" startDate="2018-04-23 18:25:50 +0100" endDate="2018-04-23 18:29:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 20:25:16 +0100" startDate="2018-04-23 19:30:30 +0100" endDate="2018-04-23 19:36:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 22:49:17 +0100" startDate="2018-04-23 22:19:13 +0100" endDate="2018-04-23 22:28:33 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 22:49:17 +0100" startDate="2018-04-23 22:32:17 +0100" endDate="2018-04-23 22:42:11 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 23:18:17 +0100" startDate="2018-04-23 22:42:11 +0100" endDate="2018-04-23 22:45:46 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-23 23:18:17 +0100" startDate="2018-04-23 22:51:55 +0100" endDate="2018-04-23 22:58:33 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 05:34:59 +0100" startDate="2018-04-24 05:04:46 +0100" endDate="2018-04-24 05:11:04 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 06:21:44 +0100" startDate="2018-04-24 05:34:18 +0100" endDate="2018-04-24 05:40:56 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 06:21:44 +0100" startDate="2018-04-24 05:40:56 +0100" endDate="2018-04-24 05:47:58 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 06:21:44 +0100" startDate="2018-04-24 05:47:58 +0100" endDate="2018-04-24 05:57:58 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 06:21:44 +0100" startDate="2018-04-24 05:57:58 +0100" endDate="2018-04-24 06:03:47 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 07:17:34 +0100" startDate="2018-04-24 06:17:45 +0100" endDate="2018-04-24 06:26:45 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 07:17:34 +0100" startDate="2018-04-24 06:26:45 +0100" endDate="2018-04-24 06:30:57 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 07:17:34 +0100" startDate="2018-04-24 06:57:49 +0100" endDate="2018-04-24 07:07:48 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 08:23:41 +0100" startDate="2018-04-24 07:07:48 +0100" endDate="2018-04-24 07:17:46 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 08:23:41 +0100" startDate="2018-04-24 07:17:46 +0100" endDate="2018-04-24 07:20:19 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 08:23:41 +0100" startDate="2018-04-24 07:59:41 +0100" endDate="2018-04-24 08:09:33 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 08:23:41 +0100" startDate="2018-04-24 08:09:33 +0100" endDate="2018-04-24 08:15:36 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 10:19:07 +0100" startDate="2018-04-24 09:35:42 +0100" endDate="2018-04-24 09:42:15 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 10:19:07 +0100" startDate="2018-04-24 09:42:15 +0100" endDate="2018-04-24 09:52:14 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 10:19:07 +0100" startDate="2018-04-24 09:52:14 +0100" endDate="2018-04-24 10:02:12 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 10:19:07 +0100" startDate="2018-04-24 10:02:12 +0100" endDate="2018-04-24 10:05:52 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 11:22:14 +0100" startDate="2018-04-24 10:21:36 +0100" endDate="2018-04-24 10:31:36 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 11:22:14 +0100" startDate="2018-04-24 10:31:36 +0100" endDate="2018-04-24 10:41:35 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 11:22:14 +0100" startDate="2018-04-24 10:41:35 +0100" endDate="2018-04-24 10:49:03 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 11:22:14 +0100" startDate="2018-04-24 10:49:03 +0100" endDate="2018-04-24 10:55:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 11:22:14 +0100" startDate="2018-04-24 11:03:48 +0100" endDate="2018-04-24 11:13:47 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 12:18:58 +0100" startDate="2018-04-24 11:13:47 +0100" endDate="2018-04-24 11:23:46 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 12:18:58 +0100" startDate="2018-04-24 11:23:46 +0100" endDate="2018-04-24 11:33:16 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 12:18:58 +0100" startDate="2018-04-24 11:33:16 +0100" endDate="2018-04-24 11:37:40 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 14:19:51 +0100" startDate="2018-04-24 13:56:57 +0100" endDate="2018-04-24 14:05:04 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 15:20:50 +0100" startDate="2018-04-24 14:21:07 +0100" endDate="2018-04-24 14:31:06 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 15:20:50 +0100" startDate="2018-04-24 14:31:06 +0100" endDate="2018-04-24 14:32:28 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 15:20:50 +0100" startDate="2018-04-24 15:01:12 +0100" endDate="2018-04-24 15:09:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 16:24:28 +0100" startDate="2018-04-24 15:29:45 +0100" endDate="2018-04-24 15:36:11 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 16:24:28 +0100" startDate="2018-04-24 16:03:45 +0100" endDate="2018-04-24 16:13:44 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 16:24:28 +0100" startDate="2018-04-24 16:13:44 +0100" endDate="2018-04-24 16:23:44 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 17:20:00 +0100" startDate="2018-04-24 16:23:44 +0100" endDate="2018-04-24 16:29:05 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 17:20:00 +0100" startDate="2018-04-24 16:52:41 +0100" endDate="2018-04-24 17:02:15 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 17:20:00 +0100" startDate="2018-04-24 17:02:15 +0100" endDate="2018-04-24 17:12:05 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 17:12:05 +0100" endDate="2018-04-24 17:21:56 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 17:21:56 +0100" endDate="2018-04-24 17:31:55 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 17:31:55 +0100" endDate="2018-04-24 17:41:54 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 17:41:54 +0100" endDate="2018-04-24 17:51:45 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 17:51:45 +0100" endDate="2018-04-24 17:57:19 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 17:57:19 +0100" endDate="2018-04-24 18:07:18 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 18:07:18 +0100" endDate="2018-04-24 18:13:29 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 19:34:01 +0100" startDate="2018-04-24 18:13:29 +0100" endDate="2018-04-24 18:23:12 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 19:34:01 +0100" startDate="2018-04-24 18:23:12 +0100" endDate="2018-04-24 18:32:54 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 19:34:01 +0100" startDate="2018-04-24 18:32:54 +0100" endDate="2018-04-24 18:41:47 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 19:34:01 +0100" startDate="2018-04-24 18:41:47 +0100" endDate="2018-04-24 18:48:27 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 19:34:01 +0100" startDate="2018-04-24 18:48:27 +0100" endDate="2018-04-24 18:56:37 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 19:34:01 +0100" startDate="2018-04-24 18:58:02 +0100" endDate="2018-04-24 19:04:18 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 20:17:56 +0100" startDate="2018-04-24 19:52:32 +0100" endDate="2018-04-24 20:02:05 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-24 21:19:14 +0100" startDate="2018-04-24 20:19:42 +0100" endDate="2018-04-24 20:28:59 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 05:26:50 +0100" startDate="2018-04-25 04:36:28 +0100" endDate="2018-04-25 04:42:51 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 05:26:50 +0100" startDate="2018-04-25 04:42:51 +0100" endDate="2018-04-25 04:47:26 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 05:26:50 +0100" startDate="2018-04-25 05:15:29 +0100" endDate="2018-04-25 05:23:04 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 06:19:48 +0100" startDate="2018-04-25 05:23:04 +0100" endDate="2018-04-25 05:27:19 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 07:17:53 +0100" startDate="2018-04-25 06:50:43 +0100" endDate="2018-04-25 07:00:43 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 07:17:53 +0100" startDate="2018-04-25 07:00:43 +0100" endDate="2018-04-25 07:06:59 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 11:17:30 +0100" startDate="2018-04-25 10:20:44 +0100" endDate="2018-04-25 10:27:55 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 11:17:30 +0100" startDate="2018-04-25 10:27:55 +0100" endDate="2018-04-25 10:37:53 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 11:17:30 +0100" startDate="2018-04-25 10:37:53 +0100" endDate="2018-04-25 10:47:51 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 11:17:30 +0100" startDate="2018-04-25 10:47:51 +0100" endDate="2018-04-25 10:49:36 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 12:21:54 +0100" startDate="2018-04-25 11:14:42 +0100" endDate="2018-04-25 11:24:41 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 12:21:54 +0100" startDate="2018-04-25 11:24:41 +0100" endDate="2018-04-25 11:34:39 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 12:21:54 +0100" startDate="2018-04-25 11:34:39 +0100" endDate="2018-04-25 11:44:11 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 13:23:44 +0100" startDate="2018-04-25 13:00:00 +0100" endDate="2018-04-25 13:07:01 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 13:23:44 +0100" startDate="2018-04-25 13:07:01 +0100" endDate="2018-04-25 13:14:01 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 14:19:47 +0100" startDate="2018-04-25 13:29:02 +0100" endDate="2018-04-25 13:39:01 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 14:19:47 +0100" startDate="2018-04-25 13:39:01 +0100" endDate="2018-04-25 13:43:33 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 14:19:47 +0100" startDate="2018-04-25 13:46:41 +0100" endDate="2018-04-25 13:52:48 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 15:18:26 +0100" startDate="2018-04-25 15:05:09 +0100" endDate="2018-04-25 15:14:53 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 16:20:03 +0100" startDate="2018-04-25 16:01:54 +0100" endDate="2018-04-25 16:11:54 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 17:20:23 +0100" startDate="2018-04-25 16:11:54 +0100" endDate="2018-04-25 16:16:01 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 17:20:23 +0100" startDate="2018-04-25 16:16:01 +0100" endDate="2018-04-25 16:22:19 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 17:20:23 +0100" startDate="2018-04-25 16:54:24 +0100" endDate="2018-04-25 17:01:00 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 17:20:23 +0100" startDate="2018-04-25 17:01:00 +0100" endDate="2018-04-25 17:09:26 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 17:20:23 +0100" startDate="2018-04-25 17:09:26 +0100" endDate="2018-04-25 17:15:58 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 18:26:34 +0100" startDate="2018-04-25 17:20:25 +0100" endDate="2018-04-25 17:30:20 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 18:26:34 +0100" startDate="2018-04-25 17:30:20 +0100" endDate="2018-04-25 17:40:19 +0100" value="1060"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 18:26:34 +0100" startDate="2018-04-25 17:40:19 +0100" endDate="2018-04-25 17:45:38 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 18:26:34 +0100" startDate="2018-04-25 17:45:38 +0100" endDate="2018-04-25 17:52:55 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 18:26:34 +0100" startDate="2018-04-25 17:57:57 +0100" endDate="2018-04-25 18:05:21 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 19:27:32 +0100" startDate="2018-04-25 18:41:26 +0100" endDate="2018-04-25 18:49:23 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 19:27:32 +0100" startDate="2018-04-25 19:04:47 +0100" endDate="2018-04-25 19:14:39 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 19:27:32 +0100" startDate="2018-04-25 19:14:39 +0100" endDate="2018-04-25 19:18:23 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 20:18:26 +0100" startDate="2018-04-25 19:18:23 +0100" endDate="2018-04-25 19:28:19 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 20:18:26 +0100" startDate="2018-04-25 19:28:19 +0100" endDate="2018-04-25 19:38:18 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 20:18:26 +0100" startDate="2018-04-25 19:38:18 +0100" endDate="2018-04-25 19:46:32 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 20:18:26 +0100" startDate="2018-04-25 19:46:32 +0100" endDate="2018-04-25 19:55:32 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 21:20:22 +0100" startDate="2018-04-25 20:51:35 +0100" endDate="2018-04-25 21:00:29 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 21:20:22 +0100" startDate="2018-04-25 21:00:29 +0100" endDate="2018-04-25 21:01:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 21:20:22 +0100" startDate="2018-04-25 21:06:55 +0100" endDate="2018-04-25 21:16:55 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 23:05:18 +0100" startDate="2018-04-25 21:16:55 +0100" endDate="2018-04-25 21:25:07 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 23:05:18 +0100" startDate="2018-04-25 21:25:07 +0100" endDate="2018-04-25 21:35:06 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 23:05:18 +0100" startDate="2018-04-25 21:35:06 +0100" endDate="2018-04-25 21:42:13 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 23:05:18 +0100" startDate="2018-04-25 21:58:30 +0100" endDate="2018-04-25 22:06:31 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 23:05:18 +0100" startDate="2018-04-25 22:18:41 +0100" endDate="2018-04-25 22:25:14 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-25 23:20:28 +0100" startDate="2018-04-25 23:03:20 +0100" endDate="2018-04-25 23:09:48 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 06:19:48 +0100" startDate="2018-04-26 05:42:20 +0100" endDate="2018-04-26 05:46:52 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 06:19:48 +0100" startDate="2018-04-26 06:09:46 +0100" endDate="2018-04-26 06:16:52 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 06:16:52 +0100" endDate="2018-04-26 06:21:56 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 06:21:56 +0100" endDate="2018-04-26 06:31:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 06:31:56 +0100" endDate="2018-04-26 06:32:08 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 06:42:01 +0100" endDate="2018-04-26 06:49:45 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 06:49:45 +0100" endDate="2018-04-26 06:59:43 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 06:59:43 +0100" endDate="2018-04-26 07:09:24 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 07:09:24 +0100" endDate="2018-04-26 07:13:39 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 09:19:57 +0100" startDate="2018-04-26 08:56:41 +0100" endDate="2018-04-26 09:02:49 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 09:19:57 +0100" startDate="2018-04-26 09:02:49 +0100" endDate="2018-04-26 09:12:46 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 10:18:26 +0100" startDate="2018-04-26 09:12:46 +0100" endDate="2018-04-26 09:15:24 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 10:18:26 +0100" startDate="2018-04-26 09:20:53 +0100" endDate="2018-04-26 09:27:18 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 10:18:26 +0100" startDate="2018-04-26 09:38:14 +0100" endDate="2018-04-26 09:48:14 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 10:18:26 +0100" startDate="2018-04-26 09:48:14 +0100" endDate="2018-04-26 09:51:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 10:18:26 +0100" startDate="2018-04-26 09:53:52 +0100" endDate="2018-04-26 10:03:28 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 10:18:26 +0100" startDate="2018-04-26 10:03:28 +0100" endDate="2018-04-26 10:09:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 11:17:58 +0100" startDate="2018-04-26 10:14:00 +0100" endDate="2018-04-26 10:21:17 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 11:17:58 +0100" startDate="2018-04-26 10:24:42 +0100" endDate="2018-04-26 10:34:42 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 11:17:58 +0100" startDate="2018-04-26 10:34:42 +0100" endDate="2018-04-26 10:44:42 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 11:17:58 +0100" startDate="2018-04-26 10:44:42 +0100" endDate="2018-04-26 10:47:19 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 11:17:58 +0100" startDate="2018-04-26 10:58:27 +0100" endDate="2018-04-26 11:08:26 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 12:17:39 +0100" startDate="2018-04-26 11:08:26 +0100" endDate="2018-04-26 11:17:39 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 12:17:39 +0100" startDate="2018-04-26 11:28:19 +0100" endDate="2018-04-26 11:37:26 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 12:17:39 +0100" startDate="2018-04-26 11:37:26 +0100" endDate="2018-04-26 11:47:25 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 12:17:39 +0100" startDate="2018-04-26 11:47:25 +0100" endDate="2018-04-26 11:57:15 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 12:17:39 +0100" startDate="2018-04-26 11:57:15 +0100" endDate="2018-04-26 12:02:35 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 12:17:39 +0100" startDate="2018-04-26 12:02:35 +0100" endDate="2018-04-26 12:12:03 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 13:20:33 +0100" startDate="2018-04-26 12:12:03 +0100" endDate="2018-04-26 12:22:02 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 13:20:33 +0100" startDate="2018-04-26 12:22:02 +0100" endDate="2018-04-26 12:32:00 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 13:20:33 +0100" startDate="2018-04-26 12:32:00 +0100" endDate="2018-04-26 12:35:49 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 13:20:33 +0100" startDate="2018-04-26 12:40:21 +0100" endDate="2018-04-26 12:46:39 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 13:20:33 +0100" startDate="2018-04-26 13:08:25 +0100" endDate="2018-04-26 13:14:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 14:20:07 +0100" startDate="2018-04-26 13:14:33 +0100" endDate="2018-04-26 13:24:31 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 14:20:07 +0100" startDate="2018-04-26 13:24:31 +0100" endDate="2018-04-26 13:34:30 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 14:20:07 +0100" startDate="2018-04-26 13:34:30 +0100" endDate="2018-04-26 13:41:11 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 14:20:07 +0100" startDate="2018-04-26 13:46:41 +0100" endDate="2018-04-26 13:55:55 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 15:21:35 +0100" startDate="2018-04-26 14:41:00 +0100" endDate="2018-04-26 14:50:21 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 15:21:35 +0100" startDate="2018-04-26 14:50:21 +0100" endDate="2018-04-26 14:57:49 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 15:21:35 +0100" startDate="2018-04-26 15:05:51 +0100" endDate="2018-04-26 15:14:23 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 16:17:58 +0100" startDate="2018-04-26 15:23:38 +0100" endDate="2018-04-26 15:33:38 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 16:17:58 +0100" startDate="2018-04-26 15:33:38 +0100" endDate="2018-04-26 15:43:24 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 16:17:58 +0100" startDate="2018-04-26 15:43:24 +0100" endDate="2018-04-26 15:52:50 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 16:17:58 +0100" startDate="2018-04-26 15:52:50 +0100" endDate="2018-04-26 15:57:45 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 16:26:38 +0100" endDate="2018-04-26 16:34:00 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 16:34:00 +0100" endDate="2018-04-26 16:38:55 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 16:38:55 +0100" endDate="2018-04-26 16:45:34 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 16:45:34 +0100" endDate="2018-04-26 16:51:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 16:53:27 +0100" endDate="2018-04-26 17:00:11 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 17:00:11 +0100" endDate="2018-04-26 17:06:07 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 17:06:07 +0100" endDate="2018-04-26 17:14:59 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 18:20:20 +0100" startDate="2018-04-26 17:14:59 +0100" endDate="2018-04-26 17:24:58 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 18:20:20 +0100" startDate="2018-04-26 17:24:58 +0100" endDate="2018-04-26 17:34:57 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 18:20:20 +0100" startDate="2018-04-26 17:34:57 +0100" endDate="2018-04-26 17:44:57 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 18:20:20 +0100" startDate="2018-04-26 17:44:57 +0100" endDate="2018-04-26 17:50:08 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 18:20:20 +0100" startDate="2018-04-26 17:51:52 +0100" endDate="2018-04-26 17:58:03 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 19:23:02 +0100" startDate="2018-04-26 19:00:22 +0100" endDate="2018-04-26 19:06:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-26 22:46:32 +0100" startDate="2018-04-26 21:19:49 +0100" endDate="2018-04-26 21:25:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 05:31:55 +0100" startDate="2018-04-27 04:19:07 +0100" endDate="2018-04-27 04:25:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 06:23:13 +0100" startDate="2018-04-27 05:44:22 +0100" endDate="2018-04-27 05:54:14 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 06:23:13 +0100" startDate="2018-04-27 05:54:14 +0100" endDate="2018-04-27 06:00:29 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 06:17:16 +0100" endDate="2018-04-27 06:25:44 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 06:25:44 +0100" endDate="2018-04-27 06:33:27 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 06:33:27 +0100" endDate="2018-04-27 06:43:25 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 06:43:25 +0100" endDate="2018-04-27 06:53:25 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 06:53:25 +0100" endDate="2018-04-27 06:57:20 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 07:00:33 +0100" endDate="2018-04-27 07:10:17 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 07:10:17 +0100" endDate="2018-04-27 07:16:40 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 09:22:49 +0100" startDate="2018-04-27 09:02:36 +0100" endDate="2018-04-27 09:12:36 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 09:22:49 +0100" startDate="2018-04-27 09:12:36 +0100" endDate="2018-04-27 09:20:20 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 10:21:32 +0100" startDate="2018-04-27 09:20:20 +0100" endDate="2018-04-27 09:24:28 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 10:21:32 +0100" startDate="2018-04-27 09:27:34 +0100" endDate="2018-04-27 09:37:31 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 10:21:32 +0100" startDate="2018-04-27 09:37:31 +0100" endDate="2018-04-27 09:39:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 11:18:53 +0100" startDate="2018-04-27 11:05:53 +0100" endDate="2018-04-27 11:15:33 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 12:19:46 +0100" startDate="2018-04-27 11:15:33 +0100" endDate="2018-04-27 11:22:41 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 12:19:46 +0100" startDate="2018-04-27 11:39:42 +0100" endDate="2018-04-27 11:47:09 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 12:19:46 +0100" startDate="2018-04-27 12:01:49 +0100" endDate="2018-04-27 12:08:57 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 12:19:46 +0100" startDate="2018-04-27 12:08:57 +0100" endDate="2018-04-27 12:18:56 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 13:19:48 +0100" startDate="2018-04-27 12:18:56 +0100" endDate="2018-04-27 12:21:14 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 15:20:15 +0100" startDate="2018-04-27 14:07:52 +0100" endDate="2018-04-27 14:17:44 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 16:22:27 +0100" startDate="2018-04-27 15:28:04 +0100" endDate="2018-04-27 15:35:53 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 16:22:27 +0100" startDate="2018-04-27 16:05:46 +0100" endDate="2018-04-27 16:13:53 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 17:25:02 +0100" startDate="2018-04-27 16:13:53 +0100" endDate="2018-04-27 16:13:56 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 17:25:02 +0100" startDate="2018-04-27 16:35:24 +0100" endDate="2018-04-27 16:41:52 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 18:19:57 +0100" startDate="2018-04-27 17:17:37 +0100" endDate="2018-04-27 17:25:02 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 19:22:18 +0100" startDate="2018-04-27 18:10:10 +0100" endDate="2018-04-27 18:16:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 19:22:18 +0100" startDate="2018-04-27 18:24:22 +0100" endDate="2018-04-27 18:34:14 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 19:22:18 +0100" startDate="2018-04-27 18:34:14 +0100" endDate="2018-04-27 18:37:22 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-27 20:18:40 +0100" startDate="2018-04-27 19:25:29 +0100" endDate="2018-04-27 19:35:24 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 00:39:40 +0100" startDate="2018-04-27 23:45:58 +0100" endDate="2018-04-27 23:55:30 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 00:39:40 +0100" startDate="2018-04-27 23:55:30 +0100" endDate="2018-04-28 00:00:02 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 00:39:40 +0100" startDate="2018-04-28 00:06:38 +0100" endDate="2018-04-28 00:16:38 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 00:39:40 +0100" startDate="2018-04-28 00:16:38 +0100" endDate="2018-04-28 00:26:38 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 00:39:40 +0100" startDate="2018-04-28 00:26:38 +0100" endDate="2018-04-28 00:36:37 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 01:42:04 +0100" startDate="2018-04-28 00:36:37 +0100" endDate="2018-04-28 00:46:33 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 01:42:04 +0100" startDate="2018-04-28 00:46:33 +0100" endDate="2018-04-28 00:51:59 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 01:42:04 +0100" startDate="2018-04-28 01:01:14 +0100" endDate="2018-04-28 01:11:13 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 01:42:04 +0100" startDate="2018-04-28 01:11:13 +0100" endDate="2018-04-28 01:21:10 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 01:42:04 +0100" startDate="2018-04-28 01:21:10 +0100" endDate="2018-04-28 01:30:57 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 01:42:04 +0100" startDate="2018-04-28 01:30:57 +0100" endDate="2018-04-28 01:40:55 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 02:39:15 +0100" startDate="2018-04-28 01:40:55 +0100" endDate="2018-04-28 01:45:12 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 02:39:15 +0100" startDate="2018-04-28 01:53:00 +0100" endDate="2018-04-28 02:01:53 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 02:39:15 +0100" startDate="2018-04-28 02:01:53 +0100" endDate="2018-04-28 02:11:53 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 02:39:15 +0100" startDate="2018-04-28 02:11:53 +0100" endDate="2018-04-28 02:21:51 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 02:39:15 +0100" startDate="2018-04-28 02:21:51 +0100" endDate="2018-04-28 02:30:14 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 03:47:19 +0100" startDate="2018-04-28 02:30:14 +0100" endDate="2018-04-28 02:40:14 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 03:47:19 +0100" startDate="2018-04-28 02:40:14 +0100" endDate="2018-04-28 02:50:12 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 03:47:19 +0100" startDate="2018-04-28 02:50:12 +0100" endDate="2018-04-28 02:59:03 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 03:47:19 +0100" startDate="2018-04-28 02:59:03 +0100" endDate="2018-04-28 03:09:02 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 03:47:19 +0100" startDate="2018-04-28 03:09:02 +0100" endDate="2018-04-28 03:16:37 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 07:20:49 +0100" startDate="2018-04-28 06:45:12 +0100" endDate="2018-04-28 06:54:57 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 07:20:49 +0100" startDate="2018-04-28 06:54:57 +0100" endDate="2018-04-28 07:02:43 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 07:20:49 +0100" startDate="2018-04-28 07:02:43 +0100" endDate="2018-04-28 07:11:58 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 08:23:52 +0100" startDate="2018-04-28 07:11:58 +0100" endDate="2018-04-28 07:16:59 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 08:23:52 +0100" startDate="2018-04-28 07:56:21 +0100" endDate="2018-04-28 08:06:21 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 08:23:52 +0100" startDate="2018-04-28 08:06:21 +0100" endDate="2018-04-28 08:08:16 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 10:04:09 +0100" startDate="2018-04-28 08:38:40 +0100" endDate="2018-04-28 08:47:02 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 10:04:09 +0100" startDate="2018-04-28 08:47:02 +0100" endDate="2018-04-28 08:49:06 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 10:04:09 +0100" startDate="2018-04-28 08:58:31 +0100" endDate="2018-04-28 09:06:31 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 10:04:09 +0100" startDate="2018-04-28 09:06:31 +0100" endDate="2018-04-28 09:14:01 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 10:48:59 +0100" startDate="2018-04-28 10:05:09 +0100" endDate="2018-04-28 10:12:21 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 10:48:59 +0100" startDate="2018-04-28 10:15:13 +0100" endDate="2018-04-28 10:23:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 11:18:11 +0100" startDate="2018-04-28 10:56:57 +0100" endDate="2018-04-28 11:03:23 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 11:18:11 +0100" startDate="2018-04-28 11:08:05 +0100" endDate="2018-04-28 11:17:32 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 12:22:44 +0100" startDate="2018-04-28 11:17:32 +0100" endDate="2018-04-28 11:27:05 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 12:22:44 +0100" startDate="2018-04-28 11:27:05 +0100" endDate="2018-04-28 11:31:50 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 12:22:44 +0100" startDate="2018-04-28 11:39:09 +0100" endDate="2018-04-28 11:48:25 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 12:22:44 +0100" startDate="2018-04-28 11:48:25 +0100" endDate="2018-04-28 11:56:56 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 12:22:44 +0100" startDate="2018-04-28 11:56:56 +0100" endDate="2018-04-28 12:03:33 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 14:21:17 +0100" startDate="2018-04-28 13:31:03 +0100" endDate="2018-04-28 13:40:29 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 14:21:17 +0100" startDate="2018-04-28 13:40:29 +0100" endDate="2018-04-28 13:50:28 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 14:21:17 +0100" startDate="2018-04-28 13:50:28 +0100" endDate="2018-04-28 14:00:19 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 14:21:17 +0100" startDate="2018-04-28 14:00:19 +0100" endDate="2018-04-28 14:10:17 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 14:21:17 +0100" startDate="2018-04-28 14:10:17 +0100" endDate="2018-04-28 14:19:43 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 15:20:08 +0100" startDate="2018-04-28 14:19:43 +0100" endDate="2018-04-28 14:29:34 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 15:20:08 +0100" startDate="2018-04-28 14:29:34 +0100" endDate="2018-04-28 14:39:29 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 15:20:08 +0100" startDate="2018-04-28 14:39:29 +0100" endDate="2018-04-28 14:42:38 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 16:19:55 +0100" startDate="2018-04-28 15:15:24 +0100" endDate="2018-04-28 15:24:45 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 16:19:55 +0100" startDate="2018-04-28 15:24:45 +0100" endDate="2018-04-28 15:26:37 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 16:19:55 +0100" startDate="2018-04-28 16:06:42 +0100" endDate="2018-04-28 16:15:43 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 17:18:08 +0100" startDate="2018-04-28 17:02:20 +0100" endDate="2018-04-28 17:08:41 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 18:23:46 +0100" startDate="2018-04-28 17:08:41 +0100" endDate="2018-04-28 17:15:40 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 18:23:46 +0100" startDate="2018-04-28 17:51:07 +0100" endDate="2018-04-28 17:58:59 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 18:23:46 +0100" startDate="2018-04-28 17:58:59 +0100" endDate="2018-04-28 18:08:21 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 18:23:46 +0100" startDate="2018-04-28 18:08:21 +0100" endDate="2018-04-28 18:12:41 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 19:18:38 +0100" startDate="2018-04-28 18:12:41 +0100" endDate="2018-04-28 18:21:22 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 19:18:38 +0100" startDate="2018-04-28 18:21:22 +0100" endDate="2018-04-28 18:24:02 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 19:18:38 +0100" startDate="2018-04-28 18:45:21 +0100" endDate="2018-04-28 18:52:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 19:18:38 +0100" startDate="2018-04-28 18:52:30 +0100" endDate="2018-04-28 19:00:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 19:18:38 +0100" startDate="2018-04-28 19:00:25 +0100" endDate="2018-04-28 19:07:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 22:07:29 +0100" startDate="2018-04-28 20:13:22 +0100" endDate="2018-04-28 20:19:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 22:07:29 +0100" startDate="2018-04-28 20:26:42 +0100" endDate="2018-04-28 20:32:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-28 22:07:29 +0100" startDate="2018-04-28 21:21:10 +0100" endDate="2018-04-28 21:29:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 10:45:22 +0100" startDate="2018-04-29 09:47:28 +0100" endDate="2018-04-29 09:57:28 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 10:45:22 +0100" startDate="2018-04-29 09:57:28 +0100" endDate="2018-04-29 10:03:52 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 11:41:43 +0100" startDate="2018-04-29 11:30:09 +0100" endDate="2018-04-29 11:40:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 12:21:23 +0100" startDate="2018-04-29 11:40:09 +0100" endDate="2018-04-29 11:45:59 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 13:18:53 +0100" startDate="2018-04-29 12:19:40 +0100" endDate="2018-04-29 12:29:38 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 13:18:53 +0100" startDate="2018-04-29 12:29:38 +0100" endDate="2018-04-29 12:39:36 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 13:18:53 +0100" startDate="2018-04-29 12:39:36 +0100" endDate="2018-04-29 12:48:13 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 13:18:53 +0100" startDate="2018-04-29 12:48:13 +0100" endDate="2018-04-29 12:55:35 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 13:18:53 +0100" startDate="2018-04-29 12:58:14 +0100" endDate="2018-04-29 13:04:24 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 14:21:48 +0100" startDate="2018-04-29 13:35:05 +0100" endDate="2018-04-29 13:41:18 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 14:21:48 +0100" startDate="2018-04-29 13:51:43 +0100" endDate="2018-04-29 13:57:58 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 15:20:13 +0100" startDate="2018-04-29 14:15:51 +0100" endDate="2018-04-29 14:25:51 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 15:20:13 +0100" startDate="2018-04-29 14:25:51 +0100" endDate="2018-04-29 14:32:00 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 15:20:13 +0100" startDate="2018-04-29 14:54:56 +0100" endDate="2018-04-29 15:03:42 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 15:20:13 +0100" startDate="2018-04-29 15:03:42 +0100" endDate="2018-04-29 15:09:54 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 16:29:48 +0100" startDate="2018-04-29 15:09:54 +0100" endDate="2018-04-29 15:19:29 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 16:29:48 +0100" startDate="2018-04-29 15:27:13 +0100" endDate="2018-04-29 15:36:09 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 17:22:02 +0100" startDate="2018-04-29 16:45:47 +0100" endDate="2018-04-29 16:52:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 18:52:38 +0100" startDate="2018-04-29 18:42:26 +0100" endDate="2018-04-29 18:48:49 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 19:18:33 +0100" startDate="2018-04-29 18:48:49 +0100" endDate="2018-04-29 18:52:38 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 19:18:33 +0100" startDate="2018-04-29 18:55:20 +0100" endDate="2018-04-29 19:03:48 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 20:35:54 +0100" startDate="2018-04-29 19:18:18 +0100" endDate="2018-04-29 19:24:33 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 20:35:54 +0100" startDate="2018-04-29 19:26:42 +0100" endDate="2018-04-29 19:33:17 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 22:49:27 +0100" startDate="2018-04-29 21:40:29 +0100" endDate="2018-04-29 21:48:06 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-29 22:49:27 +0100" startDate="2018-04-29 22:17:52 +0100" endDate="2018-04-29 22:23:57 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 00:17:39 +0100" startDate="2018-04-30 00:05:40 +0100" endDate="2018-04-30 00:14:19 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 06:19:18 +0100" startDate="2018-04-30 05:53:14 +0100" endDate="2018-04-30 05:59:37 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 09:22:12 +0100" startDate="2018-04-30 09:02:14 +0100" endDate="2018-04-30 09:10:35 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 10:19:55 +0100" startDate="2018-04-30 09:17:00 +0100" endDate="2018-04-30 09:26:58 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 10:19:55 +0100" startDate="2018-04-30 09:26:58 +0100" endDate="2018-04-30 09:33:02 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 10:19:55 +0100" startDate="2018-04-30 09:34:59 +0100" endDate="2018-04-30 09:44:00 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 10:19:55 +0100" startDate="2018-04-30 09:44:00 +0100" endDate="2018-04-30 09:53:36 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 10:19:55 +0100" startDate="2018-04-30 09:53:36 +0100" endDate="2018-04-30 10:03:35 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 10:19:55 +0100" startDate="2018-04-30 10:03:35 +0100" endDate="2018-04-30 10:12:15 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 11:19:45 +0100" startDate="2018-04-30 10:12:15 +0100" endDate="2018-04-30 10:21:44 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 11:19:45 +0100" startDate="2018-04-30 10:21:44 +0100" endDate="2018-04-30 10:31:43 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 11:19:45 +0100" startDate="2018-04-30 10:31:43 +0100" endDate="2018-04-30 10:41:29 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 11:19:45 +0100" startDate="2018-04-30 10:41:29 +0100" endDate="2018-04-30 10:50:19 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 11:19:45 +0100" startDate="2018-04-30 11:01:23 +0100" endDate="2018-04-30 11:11:18 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 12:18:07 +0100" startDate="2018-04-30 11:11:18 +0100" endDate="2018-04-30 11:19:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 12:18:07 +0100" startDate="2018-04-30 11:19:52 +0100" endDate="2018-04-30 11:22:17 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 13:17:58 +0100" startDate="2018-04-30 13:03:12 +0100" endDate="2018-04-30 13:09:38 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 14:27:08 +0100" startDate="2018-04-30 13:09:38 +0100" endDate="2018-04-30 13:14:23 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 14:27:08 +0100" startDate="2018-04-30 13:26:46 +0100" endDate="2018-04-30 13:34:38 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 15:22:12 +0100" startDate="2018-04-30 14:24:30 +0100" endDate="2018-04-30 14:34:20 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 16:19:22 +0100" startDate="2018-04-30 15:35:11 +0100" endDate="2018-04-30 15:42:04 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 16:19:22 +0100" startDate="2018-04-30 15:42:04 +0100" endDate="2018-04-30 15:52:04 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 16:19:22 +0100" startDate="2018-04-30 15:52:04 +0100" endDate="2018-04-30 15:56:14 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 16:19:22 +0100" startDate="2018-04-30 16:04:55 +0100" endDate="2018-04-30 16:14:54 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 17:19:28 +0100" startDate="2018-04-30 16:14:54 +0100" endDate="2018-04-30 16:24:03 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 17:19:28 +0100" startDate="2018-04-30 16:24:03 +0100" endDate="2018-04-30 16:28:25 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 17:19:28 +0100" startDate="2018-04-30 16:42:32 +0100" endDate="2018-04-30 16:52:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 17:19:28 +0100" startDate="2018-04-30 16:52:31 +0100" endDate="2018-04-30 17:02:30 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 17:19:28 +0100" startDate="2018-04-30 17:02:30 +0100" endDate="2018-04-30 17:04:24 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 18:19:05 +0100" startDate="2018-04-30 17:10:52 +0100" endDate="2018-04-30 17:17:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 19:21:52 +0100" startDate="2018-04-30 18:35:11 +0100" endDate="2018-04-30 18:45:05 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 19:21:52 +0100" startDate="2018-04-30 18:45:05 +0100" endDate="2018-04-30 18:47:10 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 19:21:52 +0100" startDate="2018-04-30 18:50:08 +0100" endDate="2018-04-30 18:59:58 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-04-30 22:20:57 +0100" startDate="2018-04-30 21:32:42 +0100" endDate="2018-04-30 21:42:39 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 06:20:32 +0100" startDate="2018-05-01 05:33:47 +0100" endDate="2018-05-01 05:41:30 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 06:20:32 +0100" startDate="2018-05-01 05:43:01 +0100" endDate="2018-05-01 05:50:48 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 07:20:01 +0100" startDate="2018-05-01 06:15:23 +0100" endDate="2018-05-01 06:21:36 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 07:20:01 +0100" startDate="2018-05-01 06:54:35 +0100" endDate="2018-05-01 07:04:03 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 08:18:10 +0100" startDate="2018-05-01 07:48:27 +0100" endDate="2018-05-01 07:58:25 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 08:18:10 +0100" startDate="2018-05-01 07:58:25 +0100" endDate="2018-05-01 08:08:24 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 09:20:07 +0100" startDate="2018-05-01 08:08:24 +0100" endDate="2018-05-01 08:18:23 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 09:20:07 +0100" startDate="2018-05-01 08:18:23 +0100" endDate="2018-05-01 08:28:04 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 09:20:07 +0100" startDate="2018-05-01 08:28:04 +0100" endDate="2018-05-01 08:38:03 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 09:20:07 +0100" startDate="2018-05-01 08:38:03 +0100" endDate="2018-05-01 08:43:35 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 10:21:17 +0100" startDate="2018-05-01 09:15:45 +0100" endDate="2018-05-01 09:25:19 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 10:21:17 +0100" startDate="2018-05-01 09:25:19 +0100" endDate="2018-05-01 09:26:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 11:18:06 +0100" startDate="2018-05-01 10:45:07 +0100" endDate="2018-05-01 10:53:45 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 11:18:06 +0100" startDate="2018-05-01 10:53:45 +0100" endDate="2018-05-01 11:03:44 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 11:18:06 +0100" startDate="2018-05-01 11:03:44 +0100" endDate="2018-05-01 11:12:25 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 12:20:09 +0100" startDate="2018-05-01 11:18:52 +0100" endDate="2018-05-01 11:28:51 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 12:20:09 +0100" startDate="2018-05-01 11:28:51 +0100" endDate="2018-05-01 11:37:16 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 12:20:09 +0100" startDate="2018-05-01 11:38:27 +0100" endDate="2018-05-01 11:48:26 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 12:20:09 +0100" startDate="2018-05-01 11:48:26 +0100" endDate="2018-05-01 11:52:48 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 12:20:09 +0100" startDate="2018-05-01 12:07:29 +0100" endDate="2018-05-01 12:17:28 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 12:17:28 +0100" endDate="2018-05-01 12:25:38 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 12:42:40 +0100" endDate="2018-05-01 12:52:40 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 12:52:40 +0100" endDate="2018-05-01 13:02:38 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 13:02:38 +0100" endDate="2018-05-01 13:11:01 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 13:34:38 +0100" endDate="2018-05-01 13:44:34 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 13:44:34 +0100" endDate="2018-05-01 13:54:34 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 13:54:34 +0100" endDate="2018-05-01 14:04:33 +0100" value="1045"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 14:04:33 +0100" endDate="2018-05-01 14:14:31 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 14:14:31 +0100" endDate="2018-05-01 14:23:57 +0100" value="1027"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 14:23:57 +0100" endDate="2018-05-01 14:33:55 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 14:33:55 +0100" endDate="2018-05-01 14:43:47 +0100" value="1061"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 14:43:47 +0100" endDate="2018-05-01 14:53:46 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 14:53:46 +0100" endDate="2018-05-01 15:03:45 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 15:03:45 +0100" endDate="2018-05-01 15:13:44 +0100" value="1127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 15:13:44 +0100" endDate="2018-05-01 15:23:43 +0100" value="1140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 15:23:43 +0100" endDate="2018-05-01 15:33:43 +0100" value="1113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 15:33:43 +0100" endDate="2018-05-01 15:43:41 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 15:43:41 +0100" endDate="2018-05-01 15:53:40 +0100" value="1139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 15:53:40 +0100" endDate="2018-05-01 16:03:39 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 16:03:39 +0100" endDate="2018-05-01 16:13:38 +0100" value="1119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 16:13:38 +0100" endDate="2018-05-01 16:21:47 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 16:27:32 +0100" endDate="2018-05-01 16:35:40 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 16:48:52 +0100" endDate="2018-05-01 16:58:52 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 16:58:52 +0100" endDate="2018-05-01 17:04:18 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 17:08:44 +0100" endDate="2018-05-01 17:15:10 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 17:15:10 +0100" endDate="2018-05-01 17:21:06 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 17:21:06 +0100" endDate="2018-05-01 17:26:12 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 17:31:02 +0100" endDate="2018-05-01 17:40:41 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 17:40:41 +0100" endDate="2018-05-01 17:50:40 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 17:50:40 +0100" endDate="2018-05-01 18:00:23 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 18:00:23 +0100" endDate="2018-05-01 18:10:14 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 18:10:14 +0100" endDate="2018-05-01 18:18:57 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:39:18 +0100" startDate="2018-05-01 18:18:57 +0100" endDate="2018-05-01 18:25:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 18:39:18 +0100" startDate="2018-05-01 18:29:17 +0100" endDate="2018-05-01 18:35:27 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 20:10:19 +0100" startDate="2018-05-01 19:39:52 +0100" endDate="2018-05-01 19:49:03 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 20:10:19 +0100" startDate="2018-05-01 19:49:03 +0100" endDate="2018-05-01 19:59:00 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 20:10:19 +0100" startDate="2018-05-01 19:59:00 +0100" endDate="2018-05-01 20:06:11 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-01 21:37:08 +0100" startDate="2018-05-01 20:42:09 +0100" endDate="2018-05-01 20:48:52 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 05:35:00 +0100" startDate="2018-05-02 05:24:51 +0100" endDate="2018-05-02 05:34:46 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 06:36:56 +0100" startDate="2018-05-02 05:34:46 +0100" endDate="2018-05-02 05:39:04 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 06:36:56 +0100" startDate="2018-05-02 05:50:41 +0100" endDate="2018-05-02 05:57:27 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 06:36:56 +0100" startDate="2018-05-02 05:57:27 +0100" endDate="2018-05-02 06:06:51 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 06:36:56 +0100" startDate="2018-05-02 06:06:51 +0100" endDate="2018-05-02 06:16:49 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 06:36:56 +0100" startDate="2018-05-02 06:16:49 +0100" endDate="2018-05-02 06:25:08 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 06:36:56 +0100" startDate="2018-05-02 06:25:08 +0100" endDate="2018-05-02 06:28:59 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 07:35:23 +0100" startDate="2018-05-02 06:59:24 +0100" endDate="2018-05-02 07:07:28 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 07:35:23 +0100" startDate="2018-05-02 07:17:33 +0100" endDate="2018-05-02 07:27:25 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 08:34:38 +0100" startDate="2018-05-02 07:27:25 +0100" endDate="2018-05-02 07:36:57 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 08:34:38 +0100" startDate="2018-05-02 07:36:57 +0100" endDate="2018-05-02 07:38:50 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 08:34:38 +0100" startDate="2018-05-02 07:44:28 +0100" endDate="2018-05-02 07:54:27 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 08:34:38 +0100" startDate="2018-05-02 07:54:27 +0100" endDate="2018-05-02 07:55:28 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 08:34:38 +0100" startDate="2018-05-02 08:15:03 +0100" endDate="2018-05-02 08:25:03 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 09:36:13 +0100" startDate="2018-05-02 08:25:03 +0100" endDate="2018-05-02 08:33:36 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 09:36:13 +0100" startDate="2018-05-02 08:33:36 +0100" endDate="2018-05-02 08:43:35 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 09:36:13 +0100" startDate="2018-05-02 08:43:35 +0100" endDate="2018-05-02 08:52:44 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 10:34:49 +0100" startDate="2018-05-02 09:30:15 +0100" endDate="2018-05-02 09:37:22 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 10:34:49 +0100" startDate="2018-05-02 09:54:44 +0100" endDate="2018-05-02 10:01:55 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 10:34:49 +0100" startDate="2018-05-02 10:01:55 +0100" endDate="2018-05-02 10:11:51 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 10:34:49 +0100" startDate="2018-05-02 10:11:51 +0100" endDate="2018-05-02 10:13:22 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 10:34:49 +0100" startDate="2018-05-02 10:21:34 +0100" endDate="2018-05-02 10:30:35 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 11:41:53 +0100" startDate="2018-05-02 10:30:35 +0100" endDate="2018-05-02 10:40:29 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 11:41:53 +0100" startDate="2018-05-02 10:40:29 +0100" endDate="2018-05-02 10:49:46 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 11:41:53 +0100" startDate="2018-05-02 11:04:00 +0100" endDate="2018-05-02 11:13:58 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 11:41:53 +0100" startDate="2018-05-02 11:13:58 +0100" endDate="2018-05-02 11:23:47 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 11:41:53 +0100" startDate="2018-05-02 11:23:47 +0100" endDate="2018-05-02 11:27:26 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 12:36:20 +0100" startDate="2018-05-02 12:02:31 +0100" endDate="2018-05-02 12:08:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 12:36:20 +0100" startDate="2018-05-02 12:22:13 +0100" endDate="2018-05-02 12:32:02 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 13:36:16 +0100" startDate="2018-05-02 12:32:02 +0100" endDate="2018-05-02 12:42:01 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 13:36:16 +0100" startDate="2018-05-02 12:42:01 +0100" endDate="2018-05-02 12:51:27 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 13:36:16 +0100" startDate="2018-05-02 12:51:27 +0100" endDate="2018-05-02 13:00:15 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 13:36:16 +0100" startDate="2018-05-02 13:00:15 +0100" endDate="2018-05-02 13:10:14 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 13:36:16 +0100" startDate="2018-05-02 13:10:14 +0100" endDate="2018-05-02 13:19:18 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 13:36:16 +0100" startDate="2018-05-02 13:19:18 +0100" endDate="2018-05-02 13:23:15 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 13:36:16 +0100" startDate="2018-05-02 13:24:15 +0100" endDate="2018-05-02 13:33:59 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 14:35:10 +0100" startDate="2018-05-02 13:33:59 +0100" endDate="2018-05-02 13:43:48 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 14:35:10 +0100" startDate="2018-05-02 13:43:48 +0100" endDate="2018-05-02 13:53:05 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 14:35:10 +0100" startDate="2018-05-02 13:53:05 +0100" endDate="2018-05-02 13:57:29 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 14:35:10 +0100" startDate="2018-05-02 14:04:18 +0100" endDate="2018-05-02 14:13:13 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 15:43:46 +0100" startDate="2018-05-02 14:28:45 +0100" endDate="2018-05-02 14:38:08 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 15:43:46 +0100" startDate="2018-05-02 14:45:43 +0100" endDate="2018-05-02 14:55:43 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 15:43:46 +0100" startDate="2018-05-02 14:55:43 +0100" endDate="2018-05-02 15:03:39 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 15:43:46 +0100" startDate="2018-05-02 15:03:39 +0100" endDate="2018-05-02 15:12:39 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 16:34:16 +0100" startDate="2018-05-02 15:44:34 +0100" endDate="2018-05-02 15:54:33 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 16:34:16 +0100" startDate="2018-05-02 15:54:33 +0100" endDate="2018-05-02 16:04:32 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 16:34:16 +0100" startDate="2018-05-02 16:04:32 +0100" endDate="2018-05-02 16:12:45 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:03:29 +0100" startDate="2018-05-02 16:29:56 +0100" endDate="2018-05-02 16:37:28 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:03:29 +0100" startDate="2018-05-02 16:43:17 +0100" endDate="2018-05-02 16:50:51 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:03:29 +0100" startDate="2018-05-02 17:16:59 +0100" endDate="2018-05-02 17:26:59 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:03:29 +0100" startDate="2018-05-02 17:26:59 +0100" endDate="2018-05-02 17:36:32 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:03:29 +0100" startDate="2018-05-02 17:47:38 +0100" endDate="2018-05-02 17:54:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:03:29 +0100" startDate="2018-05-02 18:28:46 +0100" endDate="2018-05-02 18:35:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:03:29 +0100" startDate="2018-05-02 18:35:31 +0100" endDate="2018-05-02 18:45:29 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:03:29 +0100" startDate="2018-05-02 18:45:29 +0100" endDate="2018-05-02 18:46:30 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:03:29 +0100" startDate="2018-05-02 19:47:07 +0100" endDate="2018-05-02 19:57:04 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:03:29 +0100" startDate="2018-05-02 19:57:04 +0100" endDate="2018-05-02 19:59:05 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:03:29 +0100" startDate="2018-05-02 20:21:01 +0100" endDate="2018-05-02 20:30:59 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:03:29 +0100" startDate="2018-05-02 20:30:59 +0100" endDate="2018-05-02 20:40:33 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-02 21:33:29 +0100" startDate="2018-05-02 21:16:26 +0100" endDate="2018-05-02 21:23:12 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 06:03:33 +0100" startDate="2018-05-03 04:50:46 +0100" endDate="2018-05-03 05:00:22 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 06:03:33 +0100" startDate="2018-05-03 05:10:26 +0100" endDate="2018-05-03 05:19:14 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 06:03:33 +0100" startDate="2018-05-03 05:19:14 +0100" endDate="2018-05-03 05:24:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 06:20:59 +0100" startDate="2018-05-03 05:57:17 +0100" endDate="2018-05-03 06:03:57 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 07:21:22 +0100" startDate="2018-05-03 06:15:28 +0100" endDate="2018-05-03 06:23:00 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 07:21:22 +0100" startDate="2018-05-03 06:23:53 +0100" endDate="2018-05-03 06:33:51 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 07:21:22 +0100" startDate="2018-05-03 06:33:51 +0100" endDate="2018-05-03 06:43:18 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 07:21:22 +0100" startDate="2018-05-03 06:49:24 +0100" endDate="2018-05-03 06:59:24 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 07:21:22 +0100" startDate="2018-05-03 06:59:24 +0100" endDate="2018-05-03 07:00:40 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 07:21:22 +0100" startDate="2018-05-03 07:04:32 +0100" endDate="2018-05-03 07:11:59 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 08:21:41 +0100" startDate="2018-05-03 07:11:59 +0100" endDate="2018-05-03 07:21:57 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 08:21:41 +0100" startDate="2018-05-03 07:21:57 +0100" endDate="2018-05-03 07:27:06 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 08:21:41 +0100" startDate="2018-05-03 07:31:56 +0100" endDate="2018-05-03 07:41:55 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 08:21:41 +0100" startDate="2018-05-03 07:41:55 +0100" endDate="2018-05-03 07:51:27 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 08:21:41 +0100" startDate="2018-05-03 07:51:27 +0100" endDate="2018-05-03 08:00:25 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 10:28:49 +0100" startDate="2018-05-03 09:30:25 +0100" endDate="2018-05-03 09:39:49 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 10:28:49 +0100" startDate="2018-05-03 09:39:49 +0100" endDate="2018-05-03 09:43:38 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 11:23:49 +0100" startDate="2018-05-03 10:53:22 +0100" endDate="2018-05-03 11:02:30 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 11:23:49 +0100" startDate="2018-05-03 11:02:30 +0100" endDate="2018-05-03 11:12:29 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 11:23:49 +0100" startDate="2018-05-03 11:12:29 +0100" endDate="2018-05-03 11:22:15 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 11:22:15 +0100" endDate="2018-05-03 11:32:14 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 11:32:14 +0100" endDate="2018-05-03 11:33:41 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 11:37:34 +0100" endDate="2018-05-03 11:47:33 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 11:47:33 +0100" endDate="2018-05-03 11:56:21 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 11:56:21 +0100" endDate="2018-05-03 12:02:04 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 12:02:04 +0100" endDate="2018-05-03 12:12:02 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 12:12:02 +0100" endDate="2018-05-03 12:21:53 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 13:21:57 +0100" startDate="2018-05-03 12:21:53 +0100" endDate="2018-05-03 12:29:17 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 13:21:57 +0100" startDate="2018-05-03 12:29:17 +0100" endDate="2018-05-03 12:34:39 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 13:21:57 +0100" startDate="2018-05-03 12:51:00 +0100" endDate="2018-05-03 13:00:59 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 13:21:57 +0100" startDate="2018-05-03 13:00:59 +0100" endDate="2018-05-03 13:06:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 14:23:16 +0100" startDate="2018-05-03 13:24:56 +0100" endDate="2018-05-03 13:34:53 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 14:23:16 +0100" startDate="2018-05-03 13:34:53 +0100" endDate="2018-05-03 13:40:22 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 14:23:16 +0100" startDate="2018-05-03 13:41:19 +0100" endDate="2018-05-03 13:51:18 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 14:23:16 +0100" startDate="2018-05-03 13:51:18 +0100" endDate="2018-05-03 14:01:16 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 14:23:16 +0100" startDate="2018-05-03 14:01:16 +0100" endDate="2018-05-03 14:03:05 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 15:22:13 +0100" startDate="2018-05-03 14:40:19 +0100" endDate="2018-05-03 14:46:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 15:22:13 +0100" startDate="2018-05-03 15:02:55 +0100" endDate="2018-05-03 15:08:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 16:22:54 +0100" startDate="2018-05-03 15:21:47 +0100" endDate="2018-05-03 15:31:41 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 16:22:54 +0100" startDate="2018-05-03 15:31:41 +0100" endDate="2018-05-03 15:39:50 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 16:22:54 +0100" startDate="2018-05-03 15:42:21 +0100" endDate="2018-05-03 15:51:37 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 16:22:54 +0100" startDate="2018-05-03 15:51:37 +0100" endDate="2018-05-03 15:58:22 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 17:23:19 +0100" startDate="2018-05-03 16:32:07 +0100" endDate="2018-05-03 16:42:01 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 17:23:19 +0100" startDate="2018-05-03 16:42:01 +0100" endDate="2018-05-03 16:44:56 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 17:23:19 +0100" startDate="2018-05-03 16:49:04 +0100" endDate="2018-05-03 16:59:04 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 17:23:19 +0100" startDate="2018-05-03 16:59:04 +0100" endDate="2018-05-03 17:02:07 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 18:21:44 +0100" startDate="2018-05-03 18:11:35 +0100" endDate="2018-05-03 18:21:04 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 19:26:43 +0100" startDate="2018-05-03 18:21:04 +0100" endDate="2018-05-03 18:23:39 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 19:26:43 +0100" startDate="2018-05-03 18:27:02 +0100" endDate="2018-05-03 18:37:01 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 19:26:43 +0100" startDate="2018-05-03 18:37:01 +0100" endDate="2018-05-03 18:47:00 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 19:26:43 +0100" startDate="2018-05-03 18:47:00 +0100" endDate="2018-05-03 18:56:59 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 19:26:43 +0100" startDate="2018-05-03 18:56:59 +0100" endDate="2018-05-03 19:06:58 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 19:26:43 +0100" startDate="2018-05-03 19:06:58 +0100" endDate="2018-05-03 19:16:57 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 20:23:11 +0100" startDate="2018-05-03 19:16:57 +0100" endDate="2018-05-03 19:24:28 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 20:23:11 +0100" startDate="2018-05-03 19:25:06 +0100" endDate="2018-05-03 19:34:10 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 20:23:11 +0100" startDate="2018-05-03 19:34:10 +0100" endDate="2018-05-03 19:37:44 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 20:23:11 +0100" startDate="2018-05-03 19:45:34 +0100" endDate="2018-05-03 19:51:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 20:23:11 +0100" startDate="2018-05-03 19:55:00 +0100" endDate="2018-05-03 20:03:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 21:54:31 +0100" startDate="2018-05-03 20:48:36 +0100" endDate="2018-05-03 20:58:33 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 21:54:31 +0100" startDate="2018-05-03 20:58:33 +0100" endDate="2018-05-03 21:02:14 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-03 21:54:31 +0100" startDate="2018-05-03 21:35:10 +0100" endDate="2018-05-03 21:42:09 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 06:21:13 +0100" startDate="2018-05-04 05:55:32 +0100" endDate="2018-05-04 06:02:16 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 07:27:32 +0100" startDate="2018-05-04 06:15:27 +0100" endDate="2018-05-04 06:23:04 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 07:27:32 +0100" startDate="2018-05-04 06:40:54 +0100" endDate="2018-05-04 06:48:06 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 07:27:32 +0100" startDate="2018-05-04 06:50:48 +0100" endDate="2018-05-04 07:00:47 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 07:27:32 +0100" startDate="2018-05-04 07:00:47 +0100" endDate="2018-05-04 07:05:56 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 07:27:32 +0100" startDate="2018-05-04 07:06:36 +0100" endDate="2018-05-04 07:12:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 08:21:50 +0100" startDate="2018-05-04 07:36:18 +0100" endDate="2018-05-04 07:43:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 09:21:23 +0100" startDate="2018-05-04 08:25:17 +0100" endDate="2018-05-04 08:33:58 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 10:22:09 +0100" startDate="2018-05-04 09:57:37 +0100" endDate="2018-05-04 10:04:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 11:25:03 +0100" startDate="2018-05-04 10:26:51 +0100" endDate="2018-05-04 10:36:51 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 11:25:03 +0100" startDate="2018-05-04 10:36:51 +0100" endDate="2018-05-04 10:46:45 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 11:25:03 +0100" startDate="2018-05-04 10:46:45 +0100" endDate="2018-05-04 10:52:29 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 11:25:03 +0100" startDate="2018-05-04 10:56:35 +0100" endDate="2018-05-04 11:06:35 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 11:25:03 +0100" startDate="2018-05-04 11:06:35 +0100" endDate="2018-05-04 11:16:32 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 12:26:10 +0100" startDate="2018-05-04 11:16:32 +0100" endDate="2018-05-04 11:25:54 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 12:26:10 +0100" startDate="2018-05-04 11:29:51 +0100" endDate="2018-05-04 11:36:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 12:26:10 +0100" startDate="2018-05-04 11:48:03 +0100" endDate="2018-05-04 11:54:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 14:24:26 +0100" startDate="2018-05-04 14:01:34 +0100" endDate="2018-05-04 14:11:24 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 15:21:34 +0100" startDate="2018-05-04 14:38:05 +0100" endDate="2018-05-04 14:47:03 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 15:21:34 +0100" startDate="2018-05-04 14:47:03 +0100" endDate="2018-05-04 14:57:01 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 15:21:34 +0100" startDate="2018-05-04 14:57:01 +0100" endDate="2018-05-04 15:04:53 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 15:21:34 +0100" startDate="2018-05-04 15:04:53 +0100" endDate="2018-05-04 15:14:52 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 16:22:31 +0100" startDate="2018-05-04 15:14:52 +0100" endDate="2018-05-04 15:24:51 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 16:22:31 +0100" startDate="2018-05-04 15:24:51 +0100" endDate="2018-05-04 15:34:50 +0100" value="1098"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 16:22:31 +0100" startDate="2018-05-04 15:34:50 +0100" endDate="2018-05-04 15:44:27 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 16:22:31 +0100" startDate="2018-05-04 15:53:13 +0100" endDate="2018-05-04 16:03:11 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 16:22:31 +0100" startDate="2018-05-04 16:03:11 +0100" endDate="2018-05-04 16:13:10 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 17:21:46 +0100" startDate="2018-05-04 16:13:10 +0100" endDate="2018-05-04 16:16:24 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 17:21:46 +0100" startDate="2018-05-04 16:23:16 +0100" endDate="2018-05-04 16:32:55 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 17:21:46 +0100" startDate="2018-05-04 16:32:55 +0100" endDate="2018-05-04 16:42:11 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 17:21:46 +0100" startDate="2018-05-04 16:42:11 +0100" endDate="2018-05-04 16:48:15 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 17:21:46 +0100" startDate="2018-05-04 16:51:26 +0100" endDate="2018-05-04 17:00:39 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 22:59:23 +0100" startDate="2018-05-04 22:23:09 +0100" endDate="2018-05-04 22:33:09 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 22:59:23 +0100" startDate="2018-05-04 22:33:09 +0100" endDate="2018-05-04 22:39:40 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 23:55:53 +0100" startDate="2018-05-04 23:00:05 +0100" endDate="2018-05-04 23:10:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 23:55:53 +0100" startDate="2018-05-04 23:10:04 +0100" endDate="2018-05-04 23:16:25 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 23:55:53 +0100" startDate="2018-05-04 23:16:39 +0100" endDate="2018-05-04 23:25:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 23:55:53 +0100" startDate="2018-05-04 23:25:55 +0100" endDate="2018-05-04 23:27:13 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-04 23:55:53 +0100" startDate="2018-05-04 23:39:49 +0100" endDate="2018-05-04 23:48:55 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 00:32:20 +0100" startDate="2018-05-04 23:48:55 +0100" endDate="2018-05-04 23:58:53 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 00:32:20 +0100" startDate="2018-05-04 23:58:53 +0100" endDate="2018-05-05 00:07:36 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 00:32:20 +0100" startDate="2018-05-05 00:07:36 +0100" endDate="2018-05-05 00:16:22 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 00:32:20 +0100" startDate="2018-05-05 00:17:16 +0100" endDate="2018-05-05 00:25:54 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 01:51:16 +0100" startDate="2018-05-05 00:25:54 +0100" endDate="2018-05-05 00:35:28 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 01:51:16 +0100" startDate="2018-05-05 00:35:28 +0100" endDate="2018-05-05 00:44:40 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 01:51:16 +0100" startDate="2018-05-05 00:44:40 +0100" endDate="2018-05-05 00:47:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 01:51:16 +0100" startDate="2018-05-05 01:23:18 +0100" endDate="2018-05-05 01:33:16 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 01:51:16 +0100" startDate="2018-05-05 01:33:16 +0100" endDate="2018-05-05 01:34:02 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 04:36:25 +0100" startDate="2018-05-05 04:04:07 +0100" endDate="2018-05-05 04:10:32 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 04:36:25 +0100" startDate="2018-05-05 04:10:32 +0100" endDate="2018-05-05 04:17:55 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 06:22:21 +0100" startDate="2018-05-05 06:02:10 +0100" endDate="2018-05-05 06:08:23 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 07:25:44 +0100" startDate="2018-05-05 06:13:49 +0100" endDate="2018-05-05 06:20:38 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 07:25:44 +0100" startDate="2018-05-05 06:23:54 +0100" endDate="2018-05-05 06:31:03 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 08:23:35 +0100" startDate="2018-05-05 07:47:14 +0100" endDate="2018-05-05 07:56:33 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 09:25:04 +0100" startDate="2018-05-05 08:42:42 +0100" endDate="2018-05-05 08:52:17 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 10:32:04 +0100" startDate="2018-05-05 09:19:32 +0100" endDate="2018-05-05 09:28:36 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 10:32:04 +0100" startDate="2018-05-05 09:48:08 +0100" endDate="2018-05-05 09:54:21 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 11:22:21 +0100" startDate="2018-05-05 10:26:10 +0100" endDate="2018-05-05 10:32:41 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 13:24:13 +0100" startDate="2018-05-05 12:51:32 +0100" endDate="2018-05-05 12:58:08 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 15:21:03 +0100" startDate="2018-05-05 14:23:05 +0100" endDate="2018-05-05 14:31:57 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 15:21:03 +0100" startDate="2018-05-05 14:40:27 +0100" endDate="2018-05-05 14:48:40 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 16:23:24 +0100" startDate="2018-05-05 15:18:06 +0100" endDate="2018-05-05 15:24:19 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 16:23:24 +0100" startDate="2018-05-05 15:24:24 +0100" endDate="2018-05-05 15:31:18 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 16:17:38 +0100" endDate="2018-05-05 16:27:12 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 16:27:12 +0100" endDate="2018-05-05 16:29:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 16:32:37 +0100" endDate="2018-05-05 16:40:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 16:47:25 +0100" endDate="2018-05-05 16:57:24 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 16:57:24 +0100" endDate="2018-05-05 16:59:17 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 17:21:47 +0100" endDate="2018-05-05 17:30:25 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 17:30:25 +0100" endDate="2018-05-05 17:39:31 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 06:50:45 +0100" startDate="2018-05-05 17:39:31 +0100" endDate="2018-05-05 17:43:10 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 06:50:45 +0100" startDate="2018-05-05 17:46:25 +0100" endDate="2018-05-05 17:56:21 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 06:50:45 +0100" startDate="2018-05-05 17:56:21 +0100" endDate="2018-05-05 18:06:21 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 06:50:45 +0100" startDate="2018-05-05 18:06:21 +0100" endDate="2018-05-05 18:13:10 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 06:50:45 +0100" startDate="2018-05-05 19:12:42 +0100" endDate="2018-05-05 19:19:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 06:50:45 +0100" startDate="2018-05-05 20:15:18 +0100" endDate="2018-05-05 20:23:58 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 06:50:45 +0100" startDate="2018-05-05 20:23:58 +0100" endDate="2018-05-05 20:33:22 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 06:50:45 +0100" startDate="2018-05-05 21:23:58 +0100" endDate="2018-05-05 21:32:49 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 06:50:45 +0100" startDate="2018-05-05 21:54:01 +0100" endDate="2018-05-05 22:01:36 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 06:50:45 +0100" startDate="2018-05-06 06:14:48 +0100" endDate="2018-05-06 06:21:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 08:08:51 +0100" startDate="2018-05-06 07:37:16 +0100" endDate="2018-05-06 07:43:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 10:00:47 +0100" startDate="2018-05-06 09:43:16 +0100" endDate="2018-05-06 09:49:44 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 11:07:33 +0100" startDate="2018-05-06 10:44:33 +0100" endDate="2018-05-06 10:52:05 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 12:02:32 +0100" startDate="2018-05-06 11:22:31 +0100" endDate="2018-05-06 11:31:47 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 12:02:32 +0100" startDate="2018-05-06 11:31:47 +0100" endDate="2018-05-06 11:36:20 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 13:05:46 +0100" startDate="2018-05-06 11:54:12 +0100" endDate="2018-05-06 12:02:10 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 13:05:46 +0100" startDate="2018-05-06 12:02:10 +0100" endDate="2018-05-06 12:12:09 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 13:05:46 +0100" startDate="2018-05-06 12:12:09 +0100" endDate="2018-05-06 12:18:06 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 13:05:46 +0100" startDate="2018-05-06 12:51:34 +0100" endDate="2018-05-06 13:01:32 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 14:01:52 +0100" startDate="2018-05-06 13:01:32 +0100" endDate="2018-05-06 13:10:17 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 14:01:52 +0100" startDate="2018-05-06 13:11:12 +0100" endDate="2018-05-06 13:19:26 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 14:01:52 +0100" startDate="2018-05-06 13:19:26 +0100" endDate="2018-05-06 13:24:22 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 14:01:52 +0100" startDate="2018-05-06 13:46:32 +0100" endDate="2018-05-06 13:53:41 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 15:09:19 +0100" startDate="2018-05-06 13:53:41 +0100" endDate="2018-05-06 14:02:59 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 15:09:19 +0100" startDate="2018-05-06 14:02:59 +0100" endDate="2018-05-06 14:05:09 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 16:06:33 +0100" startDate="2018-05-06 15:08:30 +0100" endDate="2018-05-06 15:18:28 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 17:06:33 +0100" startDate="2018-05-06 16:25:59 +0100" endDate="2018-05-06 16:35:14 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 22:48:12 +0100" startDate="2018-05-06 21:35:41 +0100" endDate="2018-05-06 21:45:40 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cd8910&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="count" creationDate="2018-05-06 22:48:12 +0100" startDate="2018-05-06 21:45:40 +0100" endDate="2018-05-06 21:54:15 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 06:01:15 +0100" startDate="2018-05-07 05:28:55 +0100" endDate="2018-05-07 05:36:20 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 06:01:15 +0100" startDate="2018-05-07 05:36:20 +0100" endDate="2018-05-07 05:40:25 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 07:04:47 +0100" startDate="2018-05-07 05:51:10 +0100" endDate="2018-05-07 05:59:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 07:04:47 +0100" startDate="2018-05-07 06:01:23 +0100" endDate="2018-05-07 06:11:22 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 07:04:47 +0100" startDate="2018-05-07 06:11:22 +0100" endDate="2018-05-07 06:21:21 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 07:04:47 +0100" startDate="2018-05-07 06:21:21 +0100" endDate="2018-05-07 06:22:58 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 09:04:49 +0100" startDate="2018-05-07 08:36:14 +0100" endDate="2018-05-07 08:42:55 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 09:04:49 +0100" startDate="2018-05-07 08:43:11 +0100" endDate="2018-05-07 08:49:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 11:00:47 +0100" startDate="2018-05-07 10:04:07 +0100" endDate="2018-05-07 10:13:00 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 11:00:47 +0100" startDate="2018-05-07 10:43:32 +0100" endDate="2018-05-07 10:53:23 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 12:07:49 +0100" startDate="2018-05-07 10:53:23 +0100" endDate="2018-05-07 11:02:49 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 12:07:49 +0100" startDate="2018-05-07 11:02:49 +0100" endDate="2018-05-07 11:07:21 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 12:07:49 +0100" startDate="2018-05-07 11:17:16 +0100" endDate="2018-05-07 11:26:57 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 12:07:49 +0100" startDate="2018-05-07 11:26:57 +0100" endDate="2018-05-07 11:36:23 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 16:02:54 +0100" startDate="2018-05-07 15:16:41 +0100" endDate="2018-05-07 15:26:17 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 16:02:54 +0100" startDate="2018-05-07 15:26:17 +0100" endDate="2018-05-07 15:35:44 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 16:02:54 +0100" startDate="2018-05-07 15:35:44 +0100" endDate="2018-05-07 15:44:35 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 16:02:54 +0100" startDate="2018-05-07 15:44:35 +0100" endDate="2018-05-07 15:50:05 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 17:01:02 +0100" startDate="2018-05-07 15:57:02 +0100" endDate="2018-05-07 16:06:38 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 17:01:02 +0100" startDate="2018-05-07 16:06:38 +0100" endDate="2018-05-07 16:13:42 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 17:01:02 +0100" startDate="2018-05-07 16:24:03 +0100" endDate="2018-05-07 16:28:31 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 17:01:02 +0100" startDate="2018-05-07 16:36:45 +0100" endDate="2018-05-07 16:45:43 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 17:11:45 +0100" endDate="2018-05-07 17:20:04 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 17:23:00 +0100" endDate="2018-05-07 17:30:57 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 17:40:02 +0100" endDate="2018-05-07 17:48:43 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 17:49:24 +0100" endDate="2018-05-07 17:57:49 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 17:57:49 +0100" endDate="2018-05-07 18:01:28 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 19:21:31 +0100" endDate="2018-05-07 19:27:41 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 19:32:07 +0100" endDate="2018-05-07 19:38:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 19:50:04 +0100" endDate="2018-05-07 19:59:40 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 19:59:40 +0100" endDate="2018-05-07 20:08:30 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 20:08:30 +0100" endDate="2018-05-07 20:16:27 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 20:16:27 +0100" endDate="2018-05-07 20:25:25 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 20:25:25 +0100" endDate="2018-05-07 20:34:58 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 20:34:58 +0100" endDate="2018-05-07 20:38:09 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 21:01:16 +0100" endDate="2018-05-07 21:11:15 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 21:11:15 +0100" endDate="2018-05-07 21:21:14 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 06:51:14 +0100" startDate="2018-05-08 05:46:02 +0100" endDate="2018-05-08 05:52:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 06:51:14 +0100" startDate="2018-05-08 06:40:49 +0100" endDate="2018-05-08 06:49:39 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 07:52:23 +0100" startDate="2018-05-08 06:49:39 +0100" endDate="2018-05-08 06:59:38 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 07:52:23 +0100" startDate="2018-05-08 06:59:38 +0100" endDate="2018-05-08 07:09:24 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 07:52:23 +0100" startDate="2018-05-08 07:09:24 +0100" endDate="2018-05-08 07:14:15 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 07:52:23 +0100" startDate="2018-05-08 07:23:13 +0100" endDate="2018-05-08 07:29:59 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 09:51:10 +0100" startDate="2018-05-08 09:03:36 +0100" endDate="2018-05-08 09:13:36 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 10:50:36 +0100" startDate="2018-05-08 10:15:21 +0100" endDate="2018-05-08 10:25:21 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 10:50:36 +0100" startDate="2018-05-08 10:25:21 +0100" endDate="2018-05-08 10:32:10 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 10:50:36 +0100" startDate="2018-05-08 10:32:10 +0100" endDate="2018-05-08 10:40:04 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 10:50:36 +0100" startDate="2018-05-08 10:40:04 +0100" endDate="2018-05-08 10:50:02 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 11:54:55 +0100" startDate="2018-05-08 10:50:02 +0100" endDate="2018-05-08 10:50:37 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 11:54:55 +0100" startDate="2018-05-08 10:55:00 +0100" endDate="2018-05-08 11:03:28 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 11:54:55 +0100" startDate="2018-05-08 11:28:19 +0100" endDate="2018-05-08 11:38:17 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 11:54:55 +0100" startDate="2018-05-08 11:38:17 +0100" endDate="2018-05-08 11:44:30 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 12:50:29 +0100" startDate="2018-05-08 12:35:30 +0100" endDate="2018-05-08 12:41:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 13:55:10 +0100" startDate="2018-05-08 13:24:23 +0100" endDate="2018-05-08 13:30:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 14:52:12 +0100" startDate="2018-05-08 13:50:13 +0100" endDate="2018-05-08 14:00:12 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 14:52:12 +0100" startDate="2018-05-08 14:00:12 +0100" endDate="2018-05-08 14:01:08 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 14:52:12 +0100" startDate="2018-05-08 14:38:44 +0100" endDate="2018-05-08 14:44:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 15:54:13 +0100" startDate="2018-05-08 15:00:49 +0100" endDate="2018-05-08 15:09:16 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 15:54:13 +0100" startDate="2018-05-08 15:09:16 +0100" endDate="2018-05-08 15:11:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 15:54:13 +0100" startDate="2018-05-08 15:16:24 +0100" endDate="2018-05-08 15:26:23 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 15:54:13 +0100" startDate="2018-05-08 15:26:23 +0100" endDate="2018-05-08 15:36:20 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 15:54:13 +0100" startDate="2018-05-08 15:36:20 +0100" endDate="2018-05-08 15:42:36 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 16:52:35 +0100" startDate="2018-05-08 15:48:39 +0100" endDate="2018-05-08 15:58:39 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 16:52:35 +0100" startDate="2018-05-08 15:58:39 +0100" endDate="2018-05-08 16:02:38 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 16:52:35 +0100" startDate="2018-05-08 16:18:46 +0100" endDate="2018-05-08 16:28:44 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 16:52:35 +0100" startDate="2018-05-08 16:28:44 +0100" endDate="2018-05-08 16:38:34 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 16:52:35 +0100" startDate="2018-05-08 16:38:34 +0100" endDate="2018-05-08 16:48:30 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 17:55:29 +0100" startDate="2018-05-08 16:48:30 +0100" endDate="2018-05-08 16:53:10 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 17:55:29 +0100" startDate="2018-05-08 17:23:03 +0100" endDate="2018-05-08 17:32:44 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 17:55:29 +0100" startDate="2018-05-08 17:32:44 +0100" endDate="2018-05-08 17:42:43 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 17:55:29 +0100" startDate="2018-05-08 17:42:43 +0100" endDate="2018-05-08 17:50:53 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 18:50:34 +0100" startDate="2018-05-08 17:50:53 +0100" endDate="2018-05-08 17:56:21 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 18:50:34 +0100" startDate="2018-05-08 17:58:30 +0100" endDate="2018-05-08 18:04:56 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 18:50:34 +0100" startDate="2018-05-08 18:29:11 +0100" endDate="2018-05-08 18:35:29 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 18:50:34 +0100" startDate="2018-05-08 18:35:29 +0100" endDate="2018-05-08 18:41:07 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 19:56:46 +0100" startDate="2018-05-08 18:41:07 +0100" endDate="2018-05-08 18:51:06 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 19:56:46 +0100" startDate="2018-05-08 18:51:06 +0100" endDate="2018-05-08 18:59:34 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 20:55:47 +0100" startDate="2018-05-08 20:00:07 +0100" endDate="2018-05-08 20:08:19 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 20:55:47 +0100" startDate="2018-05-08 20:08:19 +0100" endDate="2018-05-08 20:14:50 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 21:51:44 +0100" startDate="2018-05-08 20:49:54 +0100" endDate="2018-05-08 20:59:54 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 21:51:44 +0100" startDate="2018-05-08 20:59:54 +0100" endDate="2018-05-08 21:06:19 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-08 21:51:44 +0100" startDate="2018-05-08 21:08:26 +0100" endDate="2018-05-08 21:14:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 06:50:38 +0100" startDate="2018-05-09 06:19:12 +0100" endDate="2018-05-09 06:27:12 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 06:50:38 +0100" startDate="2018-05-09 06:27:12 +0100" endDate="2018-05-09 06:31:12 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 07:51:17 +0100" startDate="2018-05-09 06:40:56 +0100" endDate="2018-05-09 06:47:45 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 07:51:17 +0100" startDate="2018-05-09 06:54:50 +0100" endDate="2018-05-09 07:04:50 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 07:51:17 +0100" startDate="2018-05-09 07:04:50 +0100" endDate="2018-05-09 07:11:04 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 07:51:17 +0100" startDate="2018-05-09 07:15:24 +0100" endDate="2018-05-09 07:21:51 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 07:51:17 +0100" startDate="2018-05-09 07:29:38 +0100" endDate="2018-05-09 07:38:08 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 08:51:36 +0100" startDate="2018-05-09 07:44:32 +0100" endDate="2018-05-09 07:53:32 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 08:51:36 +0100" startDate="2018-05-09 07:53:32 +0100" endDate="2018-05-09 07:56:40 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 08:51:36 +0100" startDate="2018-05-09 08:06:21 +0100" endDate="2018-05-09 08:16:20 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 08:51:36 +0100" startDate="2018-05-09 08:16:20 +0100" endDate="2018-05-09 08:19:07 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 08:51:36 +0100" startDate="2018-05-09 08:20:43 +0100" endDate="2018-05-09 08:30:42 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 09:43:31 +0100" startDate="2018-05-09 09:25:07 +0100" endDate="2018-05-09 09:31:50 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 10:51:33 +0100" startDate="2018-05-09 10:08:53 +0100" endDate="2018-05-09 10:16:01 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 11:55:19 +0100" startDate="2018-05-09 10:42:30 +0100" endDate="2018-05-09 10:49:16 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 11:55:19 +0100" startDate="2018-05-09 10:49:16 +0100" endDate="2018-05-09 10:59:16 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 11:55:19 +0100" startDate="2018-05-09 10:59:16 +0100" endDate="2018-05-09 11:00:37 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 11:55:19 +0100" startDate="2018-05-09 11:03:38 +0100" endDate="2018-05-09 11:10:44 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 11:55:19 +0100" startDate="2018-05-09 11:33:45 +0100" endDate="2018-05-09 11:43:43 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 11:55:19 +0100" startDate="2018-05-09 11:43:43 +0100" endDate="2018-05-09 11:44:39 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 12:53:02 +0100" startDate="2018-05-09 12:29:11 +0100" endDate="2018-05-09 12:39:10 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 12:53:02 +0100" startDate="2018-05-09 12:39:10 +0100" endDate="2018-05-09 12:49:08 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 13:54:15 +0100" startDate="2018-05-09 12:49:08 +0100" endDate="2018-05-09 12:59:06 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 13:54:15 +0100" startDate="2018-05-09 12:59:06 +0100" endDate="2018-05-09 13:00:34 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 13:54:15 +0100" startDate="2018-05-09 13:11:58 +0100" endDate="2018-05-09 13:21:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 13:54:15 +0100" startDate="2018-05-09 13:27:25 +0100" endDate="2018-05-09 13:33:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 13:54:15 +0100" startDate="2018-05-09 13:35:05 +0100" endDate="2018-05-09 13:45:04 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 14:52:49 +0100" startDate="2018-05-09 13:45:04 +0100" endDate="2018-05-09 13:55:02 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 14:52:49 +0100" startDate="2018-05-09 13:55:02 +0100" endDate="2018-05-09 13:59:16 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 14:52:49 +0100" startDate="2018-05-09 14:19:51 +0100" endDate="2018-05-09 14:26:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 15:51:24 +0100" startDate="2018-05-09 15:14:22 +0100" endDate="2018-05-09 15:23:32 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 15:51:24 +0100" startDate="2018-05-09 15:23:32 +0100" endDate="2018-05-09 15:29:28 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 15:51:24 +0100" startDate="2018-05-09 15:39:03 +0100" endDate="2018-05-09 15:49:02 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 16:52:25 +0100" startDate="2018-05-09 15:49:02 +0100" endDate="2018-05-09 15:59:01 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 16:52:25 +0100" startDate="2018-05-09 15:59:01 +0100" endDate="2018-05-09 16:09:01 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 16:52:25 +0100" startDate="2018-05-09 16:09:01 +0100" endDate="2018-05-09 16:16:46 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 16:52:25 +0100" startDate="2018-05-09 16:17:30 +0100" endDate="2018-05-09 16:23:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 17:51:59 +0100" startDate="2018-05-09 16:47:26 +0100" endDate="2018-05-09 16:54:38 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 17:51:59 +0100" startDate="2018-05-09 16:54:38 +0100" endDate="2018-05-09 16:58:12 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 18:51:58 +0100" startDate="2018-05-09 17:58:55 +0100" endDate="2018-05-09 18:07:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 18:51:58 +0100" startDate="2018-05-09 18:07:20 +0100" endDate="2018-05-09 18:14:44 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 18:51:58 +0100" startDate="2018-05-09 18:26:30 +0100" endDate="2018-05-09 18:32:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 18:51:58 +0100" startDate="2018-05-09 18:32:35 +0100" endDate="2018-05-09 18:42:33 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 20:10:25 +0100" startDate="2018-05-09 18:42:33 +0100" endDate="2018-05-09 18:52:33 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 20:10:25 +0100" startDate="2018-05-09 18:52:33 +0100" endDate="2018-05-09 19:00:56 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 20:10:25 +0100" startDate="2018-05-09 19:00:56 +0100" endDate="2018-05-09 19:06:19 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 20:10:25 +0100" startDate="2018-05-09 19:11:46 +0100" endDate="2018-05-09 19:17:52 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 21:34:11 +0100" startDate="2018-05-09 21:06:20 +0100" endDate="2018-05-09 21:15:16 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 21:34:11 +0100" startDate="2018-05-09 21:15:16 +0100" endDate="2018-05-09 21:25:08 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 22:39:25 +0100" startDate="2018-05-09 21:25:08 +0100" endDate="2018-05-09 21:25:28 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 22:39:25 +0100" startDate="2018-05-09 21:32:29 +0100" endDate="2018-05-09 21:38:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-09 22:39:25 +0100" startDate="2018-05-09 22:23:16 +0100" endDate="2018-05-09 22:32:10 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-10 05:51:19 +0100" startDate="2018-05-10 05:10:26 +0100" endDate="2018-05-10 05:16:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-10 05:51:19 +0100" startDate="2018-05-10 05:16:54 +0100" endDate="2018-05-10 05:22:40 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-10 08:52:33 +0100" startDate="2018-05-10 08:13:16 +0100" endDate="2018-05-10 08:19:52 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-10 09:52:36 +0100" startDate="2018-05-10 08:54:34 +0100" endDate="2018-05-10 09:00:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-10 13:50:52 +0100" startDate="2018-05-10 13:29:28 +0100" endDate="2018-05-10 13:38:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-10 13:50:52 +0100" startDate="2018-05-10 13:38:06 +0100" endDate="2018-05-10 13:41:28 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-10 20:52:25 +0100" startDate="2018-05-10 19:55:47 +0100" endDate="2018-05-10 20:05:21 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-10 20:52:25 +0100" startDate="2018-05-10 20:05:21 +0100" endDate="2018-05-10 20:11:13 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-10 20:52:25 +0100" startDate="2018-05-10 20:11:54 +0100" endDate="2018-05-10 20:17:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-10 22:38:28 +0100" startDate="2018-05-10 21:09:35 +0100" endDate="2018-05-10 21:17:27 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 05:53:06 +0100" startDate="2018-05-11 05:37:14 +0100" endDate="2018-05-11 05:47:01 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 06:50:56 +0100" startDate="2018-05-11 05:47:01 +0100" endDate="2018-05-11 05:48:53 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 06:50:56 +0100" startDate="2018-05-11 06:03:46 +0100" endDate="2018-05-11 06:10:36 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 06:50:56 +0100" startDate="2018-05-11 06:11:04 +0100" endDate="2018-05-11 06:17:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 06:50:56 +0100" startDate="2018-05-11 06:17:44 +0100" endDate="2018-05-11 06:27:29 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 06:50:56 +0100" startDate="2018-05-11 06:27:29 +0100" endDate="2018-05-11 06:37:10 +0100" value="832"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 06:50:56 +0100" startDate="2018-05-11 06:37:10 +0100" endDate="2018-05-11 06:46:37 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 06:46:37 +0100" endDate="2018-05-11 06:56:31 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 06:56:31 +0100" endDate="2018-05-11 06:56:57 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 07:12:22 +0100" endDate="2018-05-11 07:21:56 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 07:21:56 +0100" endDate="2018-05-11 07:31:55 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 07:31:55 +0100" endDate="2018-05-11 07:41:54 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 07:41:54 +0100" endDate="2018-05-11 07:50:55 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 09:42:43 +0100" endDate="2018-05-11 09:51:59 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 10:45:02 +0100" endDate="2018-05-11 10:55:01 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 10:55:01 +0100" endDate="2018-05-11 11:01:35 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 11:42:47 +0100" endDate="2018-05-11 11:52:45 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 11:52:45 +0100" endDate="2018-05-11 12:02:35 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 12:02:35 +0100" endDate="2018-05-11 12:09:38 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 12:18:06 +0100" endDate="2018-05-11 12:24:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 12:54:53 +0100" endDate="2018-05-11 13:01:13 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 14:29:04 +0100" endDate="2018-05-11 14:35:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 14:35:09 +0100" endDate="2018-05-11 14:45:09 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 14:45:09 +0100" endDate="2018-05-11 14:55:06 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 14:55:06 +0100" endDate="2018-05-11 15:02:47 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 16:15:07 +0100" endDate="2018-05-11 16:24:04 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 16:24:04 +0100" endDate="2018-05-11 16:29:50 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 17:11:53 +0100" endDate="2018-05-11 17:21:52 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 17:21:52 +0100" endDate="2018-05-11 17:24:27 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-11 18:05:16 +0100" startDate="2018-05-11 17:43:15 +0100" endDate="2018-05-11 17:50:23 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 18:08:38 +0100" endDate="2018-05-11 18:18:37 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 18:18:37 +0100" endDate="2018-05-11 18:26:00 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 18:26:00 +0100" endDate="2018-05-11 18:31:33 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 18:43:18 +0100" endDate="2018-05-11 18:52:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 19:11:26 +0100" endDate="2018-05-11 19:19:11 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 19:19:11 +0100" endDate="2018-05-11 19:23:32 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 20:39:03 +0100" endDate="2018-05-11 20:45:28 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 21:12:54 +0100" endDate="2018-05-11 21:19:04 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 22:10:08 +0100" endDate="2018-05-11 22:18:45 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 22:37:48 +0100" endDate="2018-05-11 22:46:48 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 23:47:54 +0100" endDate="2018-05-11 23:55:36 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 00:30:49 +0100" endDate="2018-05-12 00:36:56 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 00:38:03 +0100" endDate="2018-05-12 00:44:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 00:56:42 +0100" endDate="2018-05-12 01:03:20 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 01:12:07 +0100" endDate="2018-05-12 01:22:06 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 01:22:06 +0100" endDate="2018-05-12 01:25:47 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 01:39:16 +0100" endDate="2018-05-12 01:45:52 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 01:45:52 +0100" endDate="2018-05-12 01:52:53 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 09:18:59 +0100" startDate="2018-05-12 08:44:44 +0100" endDate="2018-05-12 08:54:44 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 09:18:59 +0100" startDate="2018-05-12 08:54:44 +0100" endDate="2018-05-12 09:04:43 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 10:18:56 +0100" startDate="2018-05-12 09:07:25 +0100" endDate="2018-05-12 09:15:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 10:18:56 +0100" startDate="2018-05-12 09:30:37 +0100" endDate="2018-05-12 09:39:05 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 10:18:56 +0100" startDate="2018-05-12 09:39:05 +0100" endDate="2018-05-12 09:46:38 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 10:18:56 +0100" startDate="2018-05-12 09:46:38 +0100" endDate="2018-05-12 09:56:36 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 10:18:56 +0100" startDate="2018-05-12 09:56:36 +0100" endDate="2018-05-12 10:00:40 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 11:19:11 +0100" startDate="2018-05-12 10:38:59 +0100" endDate="2018-05-12 10:47:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 11:19:11 +0100" startDate="2018-05-12 10:47:42 +0100" endDate="2018-05-12 10:57:41 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 11:19:11 +0100" startDate="2018-05-12 10:57:41 +0100" endDate="2018-05-12 10:59:22 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 11:19:11 +0100" startDate="2018-05-12 11:01:57 +0100" endDate="2018-05-12 11:11:56 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 11:11:56 +0100" endDate="2018-05-12 11:21:55 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 11:21:55 +0100" endDate="2018-05-12 11:31:45 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 11:31:45 +0100" endDate="2018-05-12 11:41:36 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 11:41:36 +0100" endDate="2018-05-12 11:51:33 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 11:51:33 +0100" endDate="2018-05-12 12:01:31 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 12:01:31 +0100" endDate="2018-05-12 12:11:29 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 12:11:29 +0100" endDate="2018-05-12 12:21:17 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 13:13:34 +0100" startDate="2018-05-12 12:21:17 +0100" endDate="2018-05-12 12:30:52 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 13:13:34 +0100" startDate="2018-05-12 12:30:52 +0100" endDate="2018-05-12 12:32:14 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 13:13:34 +0100" startDate="2018-05-12 12:40:24 +0100" endDate="2018-05-12 12:50:05 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 13:13:34 +0100" startDate="2018-05-12 12:50:05 +0100" endDate="2018-05-12 13:00:03 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 13:13:34 +0100" startDate="2018-05-12 13:00:03 +0100" endDate="2018-05-12 13:09:47 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 13:21:20 +0100" startDate="2018-05-12 13:09:47 +0100" endDate="2018-05-12 13:18:13 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 13:33:01 +0100" startDate="2018-05-12 13:18:13 +0100" endDate="2018-05-12 13:28:13 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 14:17:49 +0100" startDate="2018-05-12 13:28:13 +0100" endDate="2018-05-12 13:38:13 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 14:17:49 +0100" startDate="2018-05-12 13:38:13 +0100" endDate="2018-05-12 13:48:12 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 14:17:49 +0100" startDate="2018-05-12 13:48:12 +0100" endDate="2018-05-12 13:52:24 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 15:37:25 +0100" startDate="2018-05-12 14:15:14 +0100" endDate="2018-05-12 14:24:29 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 15:37:25 +0100" startDate="2018-05-12 14:24:29 +0100" endDate="2018-05-12 14:34:17 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 15:37:25 +0100" startDate="2018-05-12 14:34:17 +0100" endDate="2018-05-12 14:35:46 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 15:37:25 +0100" startDate="2018-05-12 14:39:39 +0100" endDate="2018-05-12 14:48:22 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-12 15:37:25 +0100" startDate="2018-05-12 15:18:45 +0100" endDate="2018-05-12 15:24:50 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 01:53:15 +0100" startDate="2018-05-13 01:41:37 +0100" endDate="2018-05-13 01:51:31 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 02:47:35 +0100" startDate="2018-05-13 01:51:31 +0100" endDate="2018-05-13 01:54:40 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 08:13:48 +0100" startDate="2018-05-13 07:36:39 +0100" endDate="2018-05-13 07:44:08 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 08:13:48 +0100" startDate="2018-05-13 07:44:08 +0100" endDate="2018-05-13 07:53:29 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 08:13:48 +0100" startDate="2018-05-13 07:53:29 +0100" endDate="2018-05-13 08:03:27 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 08:13:48 +0100" startDate="2018-05-13 08:03:27 +0100" endDate="2018-05-13 08:11:29 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 09:16:12 +0100" startDate="2018-05-13 08:11:29 +0100" endDate="2018-05-13 08:18:59 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 10:15:07 +0100" startDate="2018-05-13 09:46:07 +0100" endDate="2018-05-13 09:56:07 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 10:15:07 +0100" startDate="2018-05-13 09:56:07 +0100" endDate="2018-05-13 10:05:14 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 11:41:29 +0100" startDate="2018-05-13 10:05:14 +0100" endDate="2018-05-13 10:15:14 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 11:41:29 +0100" startDate="2018-05-13 10:15:14 +0100" endDate="2018-05-13 10:23:48 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 11:41:29 +0100" startDate="2018-05-13 11:17:04 +0100" endDate="2018-05-13 11:23:40 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 12:14:12 +0100" startDate="2018-05-13 11:32:56 +0100" endDate="2018-05-13 11:42:55 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 12:14:12 +0100" startDate="2018-05-13 11:42:55 +0100" endDate="2018-05-13 11:47:59 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 12:14:12 +0100" startDate="2018-05-13 11:47:59 +0100" endDate="2018-05-13 11:57:57 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 12:14:12 +0100" startDate="2018-05-13 11:57:57 +0100" endDate="2018-05-13 12:06:58 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 12:06:58 +0100" endDate="2018-05-13 12:13:51 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 12:13:51 +0100" endDate="2018-05-13 12:23:49 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 12:23:49 +0100" endDate="2018-05-13 12:29:36 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 12:29:36 +0100" endDate="2018-05-13 12:37:05 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 12:38:21 +0100" endDate="2018-05-13 12:46:41 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 12:54:33 +0100" endDate="2018-05-13 13:04:07 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 13:04:07 +0100" endDate="2018-05-13 13:12:37 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 14:18:06 +0100" startDate="2018-05-13 13:31:46 +0100" endDate="2018-05-13 13:39:28 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 14:18:06 +0100" startDate="2018-05-13 13:39:28 +0100" endDate="2018-05-13 13:48:33 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 14:18:06 +0100" startDate="2018-05-13 13:48:33 +0100" endDate="2018-05-13 13:58:31 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 14:18:06 +0100" startDate="2018-05-13 13:58:31 +0100" endDate="2018-05-13 14:00:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 15:17:01 +0100" startDate="2018-05-13 14:14:06 +0100" endDate="2018-05-13 14:22:31 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 15:17:01 +0100" startDate="2018-05-13 14:22:31 +0100" endDate="2018-05-13 14:30:37 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 16:15:33 +0100" startDate="2018-05-13 15:30:45 +0100" endDate="2018-05-13 15:37:44 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 16:15:33 +0100" startDate="2018-05-13 15:41:32 +0100" endDate="2018-05-13 15:47:42 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 16:15:33 +0100" startDate="2018-05-13 15:47:42 +0100" endDate="2018-05-13 15:54:45 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 16:15:33 +0100" startDate="2018-05-13 15:54:45 +0100" endDate="2018-05-13 16:01:37 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 16:15:33 +0100" startDate="2018-05-13 16:01:37 +0100" endDate="2018-05-13 16:07:18 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 16:46:26 +0100" startDate="2018-05-13 16:07:18 +0100" endDate="2018-05-13 16:17:16 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 16:46:26 +0100" startDate="2018-05-13 16:17:16 +0100" endDate="2018-05-13 16:25:55 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 16:46:26 +0100" startDate="2018-05-13 16:25:55 +0100" endDate="2018-05-13 16:35:18 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 16:46:26 +0100" startDate="2018-05-13 16:35:18 +0100" endDate="2018-05-13 16:43:44 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 16:59:02 +0100" startDate="2018-05-13 16:43:44 +0100" endDate="2018-05-13 16:48:37 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 16:59:02 +0100" startDate="2018-05-13 16:48:37 +0100" endDate="2018-05-13 16:54:20 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 17:15:24 +0100" startDate="2018-05-13 17:04:39 +0100" endDate="2018-05-13 17:14:30 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 18:14:03 +0100" startDate="2018-05-13 17:14:30 +0100" endDate="2018-05-13 17:24:27 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 18:14:03 +0100" startDate="2018-05-13 17:24:27 +0100" endDate="2018-05-13 17:32:46 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-13 18:14:03 +0100" startDate="2018-05-13 17:32:46 +0100" endDate="2018-05-13 17:36:12 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 06:15:14 +0100" startDate="2018-05-14 06:00:30 +0100" endDate="2018-05-14 06:07:11 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 07:19:05 +0100" startDate="2018-05-14 06:13:10 +0100" endDate="2018-05-14 06:23:09 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 07:19:05 +0100" startDate="2018-05-14 06:23:09 +0100" endDate="2018-05-14 06:30:18 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 10:14:05 +0100" startDate="2018-05-14 09:38:33 +0100" endDate="2018-05-14 09:44:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 10:14:05 +0100" startDate="2018-05-14 09:50:27 +0100" endDate="2018-05-14 09:57:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 11:19:05 +0100" startDate="2018-05-14 10:47:35 +0100" endDate="2018-05-14 10:57:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 11:19:05 +0100" startDate="2018-05-14 10:57:22 +0100" endDate="2018-05-14 11:06:40 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 11:19:05 +0100" startDate="2018-05-14 11:06:40 +0100" endDate="2018-05-14 11:12:53 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 12:14:30 +0100" startDate="2018-05-14 11:20:48 +0100" endDate="2018-05-14 11:30:47 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 12:14:30 +0100" startDate="2018-05-14 11:30:47 +0100" endDate="2018-05-14 11:39:16 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 15:14:19 +0100" startDate="2018-05-14 14:29:14 +0100" endDate="2018-05-14 14:37:26 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 15:14:19 +0100" startDate="2018-05-14 14:37:26 +0100" endDate="2018-05-14 14:41:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 15:14:19 +0100" startDate="2018-05-14 14:41:33 +0100" endDate="2018-05-14 14:51:32 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 15:14:19 +0100" startDate="2018-05-14 14:51:32 +0100" endDate="2018-05-14 14:58:57 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 17:16:28 +0100" startDate="2018-05-14 16:27:02 +0100" endDate="2018-05-14 16:37:01 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 17:16:28 +0100" startDate="2018-05-14 16:37:01 +0100" endDate="2018-05-14 16:42:04 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 17:16:28 +0100" startDate="2018-05-14 16:42:16 +0100" endDate="2018-05-14 16:51:09 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 17:16:28 +0100" startDate="2018-05-14 16:51:09 +0100" endDate="2018-05-14 17:01:07 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 17:16:28 +0100" startDate="2018-05-14 17:01:07 +0100" endDate="2018-05-14 17:08:48 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 18:18:39 +0100" startDate="2018-05-14 17:08:48 +0100" endDate="2018-05-14 17:15:17 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 18:18:39 +0100" startDate="2018-05-14 17:15:17 +0100" endDate="2018-05-14 17:24:37 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 18:18:39 +0100" startDate="2018-05-14 17:24:37 +0100" endDate="2018-05-14 17:33:02 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 18:18:39 +0100" startDate="2018-05-14 17:57:54 +0100" endDate="2018-05-14 18:06:39 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 18:18:39 +0100" startDate="2018-05-14 18:06:39 +0100" endDate="2018-05-14 18:11:09 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 19:13:29 +0100" startDate="2018-05-14 18:46:44 +0100" endDate="2018-05-14 18:52:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 19:43:29 +0100" endDate="2018-05-14 19:49:32 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 19:58:14 +0100" endDate="2018-05-14 20:07:57 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 20:07:57 +0100" endDate="2018-05-14 20:08:38 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 20:22:22 +0100" endDate="2018-05-14 20:31:31 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 20:31:31 +0100" endDate="2018-05-14 20:37:32 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 20:45:00 +0100" endDate="2018-05-14 20:55:00 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 20:55:00 +0100" endDate="2018-05-14 20:56:36 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 22:58:17 +0100" startDate="2018-05-14 21:55:48 +0100" endDate="2018-05-14 22:05:48 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 22:58:17 +0100" startDate="2018-05-14 22:05:48 +0100" endDate="2018-05-14 22:10:08 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 22:58:17 +0100" startDate="2018-05-14 22:17:39 +0100" endDate="2018-05-14 22:27:38 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 22:58:17 +0100" startDate="2018-05-14 22:27:38 +0100" endDate="2018-05-14 22:37:37 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-14 22:58:17 +0100" startDate="2018-05-14 22:37:37 +0100" endDate="2018-05-14 22:45:46 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 00:40:30 +0100" startDate="2018-05-15 00:18:13 +0100" endDate="2018-05-15 00:26:41 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 00:40:30 +0100" startDate="2018-05-15 00:27:57 +0100" endDate="2018-05-15 00:34:33 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 02:17:55 +0100" startDate="2018-05-15 00:34:33 +0100" endDate="2018-05-15 00:40:55 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 06:18:12 +0100" startDate="2018-05-15 05:20:02 +0100" endDate="2018-05-15 05:26:13 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 06:18:12 +0100" startDate="2018-05-15 05:57:10 +0100" endDate="2018-05-15 06:03:21 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 06:16:17 +0100" endDate="2018-05-15 06:26:15 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 06:26:15 +0100" endDate="2018-05-15 06:32:40 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 06:34:56 +0100" endDate="2018-05-15 06:41:27 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 06:52:38 +0100" endDate="2018-05-15 07:02:37 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 07:02:37 +0100" endDate="2018-05-15 07:12:34 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 07:12:34 +0100" endDate="2018-05-15 07:22:07 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 07:25:31 +0100" endDate="2018-05-15 07:34:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 07:50:43 +0100" endDate="2018-05-15 08:00:30 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 08:30:19 +0100" endDate="2018-05-15 08:37:25 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 10:31:38 +0100" startDate="2018-05-15 10:02:33 +0100" endDate="2018-05-15 10:10:31 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 10:31:38 +0100" startDate="2018-05-15 10:10:31 +0100" endDate="2018-05-15 10:20:29 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 10:31:38 +0100" startDate="2018-05-15 10:20:29 +0100" endDate="2018-05-15 10:30:25 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 10:30:25 +0100" endDate="2018-05-15 10:40:23 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 10:40:23 +0100" endDate="2018-05-15 10:44:42 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 10:45:20 +0100" endDate="2018-05-15 10:54:02 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 10:57:13 +0100" endDate="2018-05-15 11:03:23 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 11:03:23 +0100" endDate="2018-05-15 11:12:30 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 11:58:21 +0100" endDate="2018-05-15 12:06:51 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 12:38:54 +0100" endDate="2018-05-15 12:45:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 12:47:13 +0100" endDate="2018-05-15 12:53:13 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 13:23:34 +0100" endDate="2018-05-15 13:29:39 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 14:40:17 +0100" endDate="2018-05-15 14:48:54 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 14:48:54 +0100" endDate="2018-05-15 14:58:54 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 14:58:54 +0100" endDate="2018-05-15 15:08:53 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 15:08:53 +0100" endDate="2018-05-15 15:16:58 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 15:16:58 +0100" endDate="2018-05-15 15:26:55 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 15:26:55 +0100" endDate="2018-05-15 15:36:40 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 15:47:39 +0100" endDate="2018-05-15 15:55:31 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 15:55:31 +0100" endDate="2018-05-15 16:05:26 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 16:05:26 +0100" endDate="2018-05-15 16:13:35 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 16:13:35 +0100" endDate="2018-05-15 16:17:46 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 16:19:13 +0100" endDate="2018-05-15 16:29:11 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 16:29:11 +0100" endDate="2018-05-15 16:38:03 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 16:40:03 +0100" endDate="2018-05-15 16:49:44 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 16:49:44 +0100" endDate="2018-05-15 16:59:43 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:14:55 +0100" startDate="2018-05-15 16:59:43 +0100" endDate="2018-05-15 17:09:41 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 17:24:56 +0100" startDate="2018-05-15 17:09:41 +0100" endDate="2018-05-15 17:19:38 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 22:08:57 +0100" startDate="2018-05-15 17:19:38 +0100" endDate="2018-05-15 17:23:09 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 22:08:57 +0100" startDate="2018-05-15 17:36:06 +0100" endDate="2018-05-15 17:45:25 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 22:08:57 +0100" startDate="2018-05-15 17:45:25 +0100" endDate="2018-05-15 17:53:05 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 22:08:57 +0100" startDate="2018-05-15 17:53:05 +0100" endDate="2018-05-15 18:02:07 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 22:08:57 +0100" startDate="2018-05-15 18:04:20 +0100" endDate="2018-05-15 18:11:08 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 22:08:57 +0100" startDate="2018-05-15 18:26:06 +0100" endDate="2018-05-15 18:32:52 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 22:08:57 +0100" startDate="2018-05-15 18:32:52 +0100" endDate="2018-05-15 18:37:54 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 22:08:57 +0100" startDate="2018-05-15 19:09:11 +0100" endDate="2018-05-15 19:15:57 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 22:08:57 +0100" startDate="2018-05-15 19:36:08 +0100" endDate="2018-05-15 19:42:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 22:08:57 +0100" startDate="2018-05-15 21:48:08 +0100" endDate="2018-05-15 21:54:38 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 22:08:57 +0100" startDate="2018-05-15 21:55:10 +0100" endDate="2018-05-15 22:04:06 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-15 22:24:05 +0100" startDate="2018-05-15 22:04:06 +0100" endDate="2018-05-15 22:08:58 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 06:20:59 +0100" startDate="2018-05-16 05:37:19 +0100" endDate="2018-05-16 05:47:16 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8f00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 06:20:59 +0100" startDate="2018-05-16 05:47:16 +0100" endDate="2018-05-16 05:50:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 06:20:59 +0100" startDate="2018-05-16 06:02:04 +0100" endDate="2018-05-16 06:09:05 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 06:20:59 +0100" startDate="2018-05-16 06:09:05 +0100" endDate="2018-05-16 06:16:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 07:22:45 +0100" startDate="2018-05-16 06:16:23 +0100" endDate="2018-05-16 06:26:22 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 07:22:45 +0100" startDate="2018-05-16 06:26:22 +0100" endDate="2018-05-16 06:29:44 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 07:22:45 +0100" startDate="2018-05-16 06:58:46 +0100" endDate="2018-05-16 07:05:11 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 08:18:59 +0100" startDate="2018-05-16 07:17:18 +0100" endDate="2018-05-16 07:27:15 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 08:18:59 +0100" startDate="2018-05-16 07:27:15 +0100" endDate="2018-05-16 07:31:38 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 10:29:12 +0100" startDate="2018-05-16 09:41:53 +0100" endDate="2018-05-16 09:50:29 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 10:29:12 +0100" startDate="2018-05-16 09:57:39 +0100" endDate="2018-05-16 10:03:39 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 11:19:48 +0100" startDate="2018-05-16 10:49:42 +0100" endDate="2018-05-16 10:58:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 11:19:48 +0100" startDate="2018-05-16 10:58:27 +0100" endDate="2018-05-16 11:06:28 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 12:21:55 +0100" startDate="2018-05-16 11:20:31 +0100" endDate="2018-05-16 11:30:30 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 12:21:55 +0100" startDate="2018-05-16 11:30:30 +0100" endDate="2018-05-16 11:40:16 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 12:21:55 +0100" startDate="2018-05-16 11:40:16 +0100" endDate="2018-05-16 11:43:16 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 12:21:55 +0100" startDate="2018-05-16 12:09:20 +0100" endDate="2018-05-16 12:19:19 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 13:22:17 +0100" startDate="2018-05-16 12:19:19 +0100" endDate="2018-05-16 12:29:17 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 13:22:17 +0100" startDate="2018-05-16 12:29:17 +0100" endDate="2018-05-16 12:38:41 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 13:22:17 +0100" startDate="2018-05-16 12:38:41 +0100" endDate="2018-05-16 12:39:44 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 14:20:50 +0100" startDate="2018-05-16 13:57:29 +0100" endDate="2018-05-16 14:07:25 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 14:20:50 +0100" startDate="2018-05-16 14:07:25 +0100" endDate="2018-05-16 14:10:25 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 15:23:14 +0100" startDate="2018-05-16 14:57:57 +0100" endDate="2018-05-16 15:06:25 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 16:22:01 +0100" startDate="2018-05-16 15:24:46 +0100" endDate="2018-05-16 15:34:46 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 16:22:01 +0100" startDate="2018-05-16 15:34:46 +0100" endDate="2018-05-16 15:44:45 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 16:22:01 +0100" startDate="2018-05-16 15:44:45 +0100" endDate="2018-05-16 15:51:31 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 17:19:11 +0100" startDate="2018-05-16 16:33:17 +0100" endDate="2018-05-16 16:42:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 17:19:11 +0100" startDate="2018-05-16 16:55:53 +0100" endDate="2018-05-16 17:04:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 17:19:11 +0100" startDate="2018-05-16 17:04:34 +0100" endDate="2018-05-16 17:14:22 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 18:19:05 +0100" startDate="2018-05-16 17:14:22 +0100" endDate="2018-05-16 17:19:30 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 18:19:05 +0100" startDate="2018-05-16 17:26:24 +0100" endDate="2018-05-16 17:32:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 18:19:05 +0100" startDate="2018-05-16 17:34:44 +0100" endDate="2018-05-16 17:41:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 18:19:05 +0100" startDate="2018-05-16 17:42:25 +0100" endDate="2018-05-16 17:52:24 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 18:19:05 +0100" startDate="2018-05-16 17:52:24 +0100" endDate="2018-05-16 18:01:21 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 18:19:05 +0100" startDate="2018-05-16 18:08:06 +0100" endDate="2018-05-16 18:16:42 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 19:20:45 +0100" startDate="2018-05-16 19:00:56 +0100" endDate="2018-05-16 19:10:53 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 20:20:00 +0100" startDate="2018-05-16 19:10:53 +0100" endDate="2018-05-16 19:16:27 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 20:20:00 +0100" startDate="2018-05-16 19:28:38 +0100" endDate="2018-05-16 19:37:28 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 20:20:00 +0100" startDate="2018-05-16 19:45:25 +0100" endDate="2018-05-16 19:51:45 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 20:20:00 +0100" startDate="2018-05-16 20:02:24 +0100" endDate="2018-05-16 20:11:52 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 21:42:12 +0100" startDate="2018-05-16 20:11:52 +0100" endDate="2018-05-16 20:21:50 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 21:42:12 +0100" startDate="2018-05-16 20:21:50 +0100" endDate="2018-05-16 20:23:49 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 21:42:12 +0100" startDate="2018-05-16 20:36:09 +0100" endDate="2018-05-16 20:45:29 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 21:42:12 +0100" startDate="2018-05-16 20:45:29 +0100" endDate="2018-05-16 20:54:13 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 23:06:28 +0100" startDate="2018-05-16 21:36:16 +0100" endDate="2018-05-16 21:46:15 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 23:06:28 +0100" startDate="2018-05-16 21:46:15 +0100" endDate="2018-05-16 21:55:27 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-16 23:22:01 +0100" startDate="2018-05-16 23:01:00 +0100" endDate="2018-05-16 23:07:54 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 05:23:46 +0100" startDate="2018-05-17 04:53:44 +0100" endDate="2018-05-17 05:00:20 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 05:23:46 +0100" startDate="2018-05-17 05:00:20 +0100" endDate="2018-05-17 05:06:47 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 06:19:15 +0100" startDate="2018-05-17 06:06:13 +0100" endDate="2018-05-17 06:15:29 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 07:20:37 +0100" startDate="2018-05-17 06:39:26 +0100" endDate="2018-05-17 06:47:05 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 07:20:37 +0100" startDate="2018-05-17 06:47:05 +0100" endDate="2018-05-17 06:57:03 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 07:20:37 +0100" startDate="2018-05-17 06:57:03 +0100" endDate="2018-05-17 07:06:51 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 08:21:18 +0100" startDate="2018-05-17 07:11:10 +0100" endDate="2018-05-17 07:20:44 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 08:21:18 +0100" startDate="2018-05-17 07:20:44 +0100" endDate="2018-05-17 07:29:42 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 08:21:18 +0100" startDate="2018-05-17 07:45:03 +0100" endDate="2018-05-17 07:51:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 09:20:35 +0100" startDate="2018-05-17 08:20:27 +0100" endDate="2018-05-17 08:26:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 09:20:35 +0100" startDate="2018-05-17 08:52:30 +0100" endDate="2018-05-17 09:00:15 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 10:19:01 +0100" startDate="2018-05-17 09:20:27 +0100" endDate="2018-05-17 09:27:31 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 10:19:01 +0100" startDate="2018-05-17 09:32:29 +0100" endDate="2018-05-17 09:42:29 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 10:19:01 +0100" startDate="2018-05-17 09:42:29 +0100" endDate="2018-05-17 09:51:35 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 10:19:01 +0100" startDate="2018-05-17 09:51:35 +0100" endDate="2018-05-17 09:55:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 11:22:44 +0100" startDate="2018-05-17 10:39:44 +0100" endDate="2018-05-17 10:49:44 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 11:22:44 +0100" startDate="2018-05-17 10:49:44 +0100" endDate="2018-05-17 10:56:50 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 11:22:44 +0100" startDate="2018-05-17 10:56:50 +0100" endDate="2018-05-17 11:03:10 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 11:22:44 +0100" startDate="2018-05-17 11:03:10 +0100" endDate="2018-05-17 11:09:46 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 12:25:47 +0100" startDate="2018-05-17 11:27:43 +0100" endDate="2018-05-17 11:37:42 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 12:25:47 +0100" startDate="2018-05-17 11:37:42 +0100" endDate="2018-05-17 11:39:52 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 12:25:47 +0100" startDate="2018-05-17 11:42:26 +0100" endDate="2018-05-17 11:49:27 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 13:22:40 +0100" startDate="2018-05-17 12:23:46 +0100" endDate="2018-05-17 12:33:22 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 13:22:40 +0100" startDate="2018-05-17 12:33:22 +0100" endDate="2018-05-17 12:42:10 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 13:22:40 +0100" startDate="2018-05-17 12:50:24 +0100" endDate="2018-05-17 12:58:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 14:21:36 +0100" startDate="2018-05-17 13:34:23 +0100" endDate="2018-05-17 13:41:24 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 14:21:36 +0100" startDate="2018-05-17 13:41:24 +0100" endDate="2018-05-17 13:49:55 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 14:21:36 +0100" startDate="2018-05-17 13:52:37 +0100" endDate="2018-05-17 14:00:23 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 15:20:47 +0100" startDate="2018-05-17 15:05:00 +0100" endDate="2018-05-17 15:12:31 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 16:21:25 +0100" startDate="2018-05-17 15:12:31 +0100" endDate="2018-05-17 15:18:04 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 16:21:25 +0100" startDate="2018-05-17 15:26:57 +0100" endDate="2018-05-17 15:36:56 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 16:21:25 +0100" startDate="2018-05-17 15:36:56 +0100" endDate="2018-05-17 15:46:55 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 16:21:25 +0100" startDate="2018-05-17 15:46:55 +0100" endDate="2018-05-17 15:50:52 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 18:02:29 +0100" startDate="2018-05-17 16:42:57 +0100" endDate="2018-05-17 16:52:38 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 18:02:29 +0100" startDate="2018-05-17 16:52:38 +0100" endDate="2018-05-17 17:01:12 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 18:02:29 +0100" startDate="2018-05-17 17:04:59 +0100" endDate="2018-05-17 17:11:42 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 18:02:29 +0100" startDate="2018-05-17 17:38:36 +0100" endDate="2018-05-17 17:45:04 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 20:21:09 +0100" startDate="2018-05-17 19:25:45 +0100" endDate="2018-05-17 19:35:07 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 20:21:09 +0100" startDate="2018-05-17 19:35:07 +0100" endDate="2018-05-17 19:42:15 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 20:21:09 +0100" startDate="2018-05-17 19:42:15 +0100" endDate="2018-05-17 19:48:57 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 20:21:09 +0100" startDate="2018-05-17 19:49:51 +0100" endDate="2018-05-17 19:56:04 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 20:21:09 +0100" startDate="2018-05-17 20:01:05 +0100" endDate="2018-05-17 20:10:34 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 20:21:09 +0100" startDate="2018-05-17 20:10:34 +0100" endDate="2018-05-17 20:17:36 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 21:40:09 +0100" startDate="2018-05-17 21:06:38 +0100" endDate="2018-05-17 21:16:25 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 21:40:09 +0100" startDate="2018-05-17 21:16:25 +0100" endDate="2018-05-17 21:25:46 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 22:33:09 +0100" startDate="2018-05-17 21:31:07 +0100" endDate="2018-05-17 21:40:22 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 22:33:09 +0100" startDate="2018-05-17 21:40:32 +0100" endDate="2018-05-17 21:47:05 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-17 22:33:09 +0100" startDate="2018-05-17 21:54:34 +0100" endDate="2018-05-17 22:00:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 06:22:36 +0100" startDate="2018-05-18 05:17:00 +0100" endDate="2018-05-18 05:23:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 06:22:36 +0100" startDate="2018-05-18 05:48:39 +0100" endDate="2018-05-18 05:55:07 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 06:22:36 +0100" startDate="2018-05-18 05:55:07 +0100" endDate="2018-05-18 06:00:59 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 06:22:36 +0100" startDate="2018-05-18 06:12:27 +0100" endDate="2018-05-18 06:22:26 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 07:25:59 +0100" startDate="2018-05-18 06:22:26 +0100" endDate="2018-05-18 06:32:24 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 07:25:59 +0100" startDate="2018-05-18 06:32:24 +0100" endDate="2018-05-18 06:35:25 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 08:52:31 +0100" startDate="2018-05-18 07:34:04 +0100" endDate="2018-05-18 07:41:15 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 08:52:31 +0100" startDate="2018-05-18 08:24:06 +0100" endDate="2018-05-18 08:31:58 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 08:52:31 +0100" startDate="2018-05-18 08:31:58 +0100" endDate="2018-05-18 08:41:57 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 08:52:31 +0100" startDate="2018-05-18 08:41:57 +0100" endDate="2018-05-18 08:51:56 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 09:19:09 +0100" startDate="2018-05-18 08:51:56 +0100" endDate="2018-05-18 08:58:14 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 09:10:55 +0100" endDate="2018-05-18 09:17:35 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 09:17:35 +0100" endDate="2018-05-18 09:24:17 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 09:24:17 +0100" endDate="2018-05-18 09:34:05 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 09:34:05 +0100" endDate="2018-05-18 09:44:04 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 09:44:04 +0100" endDate="2018-05-18 09:54:03 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 09:54:03 +0100" endDate="2018-05-18 10:04:02 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 10:04:02 +0100" endDate="2018-05-18 10:06:40 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 11:19:03 +0100" startDate="2018-05-18 10:06:40 +0100" endDate="2018-05-18 10:16:38 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 11:19:03 +0100" startDate="2018-05-18 10:16:38 +0100" endDate="2018-05-18 10:23:36 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 11:19:03 +0100" startDate="2018-05-18 10:23:36 +0100" endDate="2018-05-18 10:33:34 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 11:19:03 +0100" startDate="2018-05-18 10:33:34 +0100" endDate="2018-05-18 10:43:32 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 11:19:03 +0100" startDate="2018-05-18 10:43:32 +0100" endDate="2018-05-18 10:53:25 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 11:19:03 +0100" startDate="2018-05-18 10:53:25 +0100" endDate="2018-05-18 11:03:13 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 12:24:20 +0100" startDate="2018-05-18 11:14:20 +0100" endDate="2018-05-18 11:22:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 12:24:20 +0100" startDate="2018-05-18 11:22:45 +0100" endDate="2018-05-18 11:32:05 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 12:24:20 +0100" startDate="2018-05-18 11:50:59 +0100" endDate="2018-05-18 11:57:04 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 13:26:14 +0100" startDate="2018-05-18 12:26:46 +0100" endDate="2018-05-18 12:36:02 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 13:26:14 +0100" startDate="2018-05-18 12:36:02 +0100" endDate="2018-05-18 12:45:41 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 13:26:14 +0100" startDate="2018-05-18 12:45:41 +0100" endDate="2018-05-18 12:55:36 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 13:26:14 +0100" startDate="2018-05-18 12:55:36 +0100" endDate="2018-05-18 12:58:03 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 13:26:14 +0100" startDate="2018-05-18 12:59:49 +0100" endDate="2018-05-18 13:07:38 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 14:21:02 +0100" startDate="2018-05-18 13:28:25 +0100" endDate="2018-05-18 13:36:47 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 14:21:02 +0100" startDate="2018-05-18 13:54:40 +0100" endDate="2018-05-18 14:04:39 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 14:21:02 +0100" startDate="2018-05-18 14:04:39 +0100" endDate="2018-05-18 14:13:23 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 15:19:04 +0100" startDate="2018-05-18 14:13:23 +0100" endDate="2018-05-18 14:19:06 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 15:19:04 +0100" startDate="2018-05-18 14:19:06 +0100" endDate="2018-05-18 14:29:00 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 15:19:04 +0100" startDate="2018-05-18 14:35:09 +0100" endDate="2018-05-18 14:45:08 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 15:19:04 +0100" startDate="2018-05-18 14:45:08 +0100" endDate="2018-05-18 14:53:37 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 15:19:04 +0100" startDate="2018-05-18 14:53:37 +0100" endDate="2018-05-18 15:01:51 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 15:19:04 +0100" startDate="2018-05-18 15:01:51 +0100" endDate="2018-05-18 15:11:14 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 18:45:50 +0100" startDate="2018-05-18 15:11:14 +0100" endDate="2018-05-18 15:21:12 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 18:45:50 +0100" startDate="2018-05-18 15:21:12 +0100" endDate="2018-05-18 15:28:26 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 18:45:50 +0100" startDate="2018-05-18 15:46:34 +0100" endDate="2018-05-18 15:53:17 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 18:45:50 +0100" startDate="2018-05-18 15:53:30 +0100" endDate="2018-05-18 16:02:08 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 18:45:50 +0100" startDate="2018-05-18 16:31:36 +0100" endDate="2018-05-18 16:41:10 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 18:45:50 +0100" startDate="2018-05-18 18:33:14 +0100" endDate="2018-05-18 18:41:09 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 19:00:51 +0100" startDate="2018-05-18 18:41:09 +0100" endDate="2018-05-18 18:45:55 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-18 20:56:55 +0100" startDate="2018-05-18 20:13:14 +0100" endDate="2018-05-18 20:20:55 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 07:09:02 +0100" startDate="2018-05-18 20:51:20 +0100" endDate="2018-05-18 21:01:14 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 07:09:02 +0100" startDate="2018-05-18 22:06:27 +0100" endDate="2018-05-18 22:14:55 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 07:24:00 +0100" startDate="2018-05-19 07:02:39 +0100" endDate="2018-05-19 07:09:06 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 08:19:55 +0100" startDate="2018-05-19 07:55:51 +0100" endDate="2018-05-19 08:02:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 09:11:01 +0100" endDate="2018-05-19 09:20:43 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 09:20:43 +0100" endDate="2018-05-19 09:30:43 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 09:30:43 +0100" endDate="2018-05-19 09:40:30 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 09:40:30 +0100" endDate="2018-05-19 09:50:28 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 09:50:28 +0100" endDate="2018-05-19 09:56:17 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 10:02:01 +0100" endDate="2018-05-19 10:11:30 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 10:11:30 +0100" endDate="2018-05-19 10:20:27 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 10:20:29 +0100" endDate="2018-05-19 10:29:31 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 10:29:31 +0100" endDate="2018-05-19 10:33:58 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 11:07:51 +0100" endDate="2018-05-19 11:16:16 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 11:16:16 +0100" endDate="2018-05-19 11:23:35 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:50:21 +0100" startDate="2018-05-19 11:23:35 +0100" endDate="2018-05-19 11:32:47 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 11:50:21 +0100" startDate="2018-05-19 11:37:12 +0100" endDate="2018-05-19 11:43:30 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 11:56:39 +0100" endDate="2018-05-19 12:04:01 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 12:05:25 +0100" endDate="2018-05-19 12:14:18 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 13:01:29 +0100" endDate="2018-05-19 13:10:25 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 13:10:25 +0100" endDate="2018-05-19 13:20:12 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 13:20:12 +0100" endDate="2018-05-19 13:29:51 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 14:23:33 +0100" endDate="2018-05-19 14:33:27 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 14:33:27 +0100" endDate="2018-05-19 14:40:20 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 14:40:20 +0100" endDate="2018-05-19 14:49:43 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 14:49:43 +0100" endDate="2018-05-19 14:56:28 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 14:57:13 +0100" endDate="2018-05-19 15:04:32 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:04:32 +0100" endDate="2018-05-19 15:12:32 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:12:32 +0100" endDate="2018-05-19 15:22:26 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:22:26 +0100" endDate="2018-05-19 15:31:20 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:31:20 +0100" endDate="2018-05-19 15:39:43 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:39:43 +0100" endDate="2018-05-19 15:49:12 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:49:12 +0100" endDate="2018-05-19 15:58:57 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:58:57 +0100" endDate="2018-05-19 16:07:30 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 16:14:40 +0100" endDate="2018-05-19 16:24:39 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 16:24:39 +0100" endDate="2018-05-19 16:34:38 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 16:34:38 +0100" endDate="2018-05-19 16:44:30 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 16:44:30 +0100" endDate="2018-05-19 16:46:25 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 17:38:52 +0100" endDate="2018-05-19 17:48:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 17:48:39 +0100" endDate="2018-05-19 17:55:57 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 17:55:57 +0100" endDate="2018-05-19 18:03:18 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 18:03:18 +0100" endDate="2018-05-19 18:13:17 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 18:13:17 +0100" endDate="2018-05-19 18:22:44 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 19:47:45 +0100" startDate="2018-05-19 19:14:36 +0100" endDate="2018-05-19 19:24:08 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 19:47:45 +0100" startDate="2018-05-19 19:24:08 +0100" endDate="2018-05-19 19:33:21 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 21:15:23 +0100" startDate="2018-05-19 19:38:57 +0100" endDate="2018-05-19 19:47:53 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 21:15:23 +0100" startDate="2018-05-19 19:47:53 +0100" endDate="2018-05-19 19:55:39 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 23:00:00 +0100" startDate="2018-05-19 22:02:21 +0100" endDate="2018-05-19 22:10:04 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-19 23:00:00 +0100" startDate="2018-05-19 22:10:04 +0100" endDate="2018-05-19 22:14:18 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 08:37:32 +0100" startDate="2018-05-20 07:29:12 +0100" endDate="2018-05-20 07:35:17 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 08:37:32 +0100" startDate="2018-05-20 07:41:15 +0100" endDate="2018-05-20 07:48:39 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 10:35:17 +0100" startDate="2018-05-20 10:17:16 +0100" endDate="2018-05-20 10:25:41 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 11:36:35 +0100" startDate="2018-05-20 10:32:15 +0100" endDate="2018-05-20 10:38:51 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 11:36:35 +0100" startDate="2018-05-20 11:13:11 +0100" endDate="2018-05-20 11:23:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 11:36:35 +0100" startDate="2018-05-20 11:23:09 +0100" endDate="2018-05-20 11:31:12 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 12:38:02 +0100" startDate="2018-05-20 11:31:12 +0100" endDate="2018-05-20 11:41:11 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 12:38:02 +0100" startDate="2018-05-20 11:41:11 +0100" endDate="2018-05-20 11:51:08 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 12:38:02 +0100" startDate="2018-05-20 11:51:08 +0100" endDate="2018-05-20 11:55:30 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 13:35:23 +0100" startDate="2018-05-20 12:58:26 +0100" endDate="2018-05-20 13:08:25 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 13:35:23 +0100" startDate="2018-05-20 13:08:25 +0100" endDate="2018-05-20 13:18:22 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 13:35:23 +0100" startDate="2018-05-20 13:18:22 +0100" endDate="2018-05-20 13:27:06 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 14:38:29 +0100" startDate="2018-05-20 13:27:06 +0100" endDate="2018-05-20 13:32:53 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 14:38:29 +0100" startDate="2018-05-20 13:33:35 +0100" endDate="2018-05-20 13:43:33 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 21:19:21 +0100" startDate="2018-05-20 20:29:20 +0100" endDate="2018-05-20 20:35:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 21:19:21 +0100" startDate="2018-05-20 20:54:20 +0100" endDate="2018-05-20 21:01:05 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 21:19:21 +0100" startDate="2018-05-20 21:03:05 +0100" endDate="2018-05-20 21:12:28 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-20 21:38:11 +0100" startDate="2018-05-20 21:12:28 +0100" endDate="2018-05-20 21:16:27 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 07:37:21 +0100" startDate="2018-05-21 07:18:56 +0100" endDate="2018-05-21 07:25:21 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 08:41:47 +0100" startDate="2018-05-21 07:25:21 +0100" endDate="2018-05-21 07:35:17 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 08:41:47 +0100" startDate="2018-05-21 07:35:17 +0100" endDate="2018-05-21 07:40:50 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 08:41:47 +0100" startDate="2018-05-21 07:41:27 +0100" endDate="2018-05-21 07:48:05 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 09:42:33 +0100" startDate="2018-05-21 08:38:16 +0100" endDate="2018-05-21 08:47:35 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 09:42:33 +0100" startDate="2018-05-21 09:04:24 +0100" endDate="2018-05-21 09:14:22 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 09:42:33 +0100" startDate="2018-05-21 09:14:22 +0100" endDate="2018-05-21 09:16:17 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 10:42:02 +0100" startDate="2018-05-21 09:36:37 +0100" endDate="2018-05-21 09:45:59 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 10:42:02 +0100" startDate="2018-05-21 09:54:55 +0100" endDate="2018-05-21 10:02:11 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 10:42:02 +0100" startDate="2018-05-21 10:02:11 +0100" endDate="2018-05-21 10:12:00 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 10:42:02 +0100" startDate="2018-05-21 10:12:00 +0100" endDate="2018-05-21 10:20:25 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 10:42:02 +0100" startDate="2018-05-21 10:20:25 +0100" endDate="2018-05-21 10:30:23 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 10:42:02 +0100" startDate="2018-05-21 10:30:23 +0100" endDate="2018-05-21 10:38:04 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 11:36:58 +0100" startDate="2018-05-21 10:38:04 +0100" endDate="2018-05-21 10:38:06 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 11:36:58 +0100" startDate="2018-05-21 10:46:53 +0100" endDate="2018-05-21 10:54:14 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 11:36:58 +0100" startDate="2018-05-21 10:54:14 +0100" endDate="2018-05-21 11:03:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 11:36:58 +0100" startDate="2018-05-21 11:03:02 +0100" endDate="2018-05-21 11:09:56 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 11:36:58 +0100" startDate="2018-05-21 11:09:56 +0100" endDate="2018-05-21 11:15:26 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 11:36:58 +0100" startDate="2018-05-21 11:21:58 +0100" endDate="2018-05-21 11:31:48 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 12:35:39 +0100" startDate="2018-05-21 11:31:48 +0100" endDate="2018-05-21 11:33:22 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 14:35:01 +0100" startDate="2018-05-21 14:13:37 +0100" endDate="2018-05-21 14:20:02 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 15:35:30 +0100" startDate="2018-05-21 15:19:09 +0100" endDate="2018-05-21 15:25:55 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 16:37:36 +0100" startDate="2018-05-21 15:30:26 +0100" endDate="2018-05-21 15:37:47 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 17:36:21 +0100" startDate="2018-05-21 17:16:35 +0100" endDate="2018-05-21 17:26:26 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 18:36:00 +0100" startDate="2018-05-21 17:26:26 +0100" endDate="2018-05-21 17:36:23 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 18:36:00 +0100" startDate="2018-05-21 17:36:23 +0100" endDate="2018-05-21 17:37:54 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 18:36:00 +0100" startDate="2018-05-21 18:02:09 +0100" endDate="2018-05-21 18:09:43 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 18:36:00 +0100" startDate="2018-05-21 18:21:22 +0100" endDate="2018-05-21 18:29:14 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 19:37:35 +0100" startDate="2018-05-21 18:29:14 +0100" endDate="2018-05-21 18:39:13 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 19:37:35 +0100" startDate="2018-05-21 18:39:13 +0100" endDate="2018-05-21 18:49:11 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 19:37:35 +0100" startDate="2018-05-21 18:49:11 +0100" endDate="2018-05-21 18:51:51 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 19:37:35 +0100" startDate="2018-05-21 19:21:47 +0100" endDate="2018-05-21 19:31:04 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 20:39:10 +0100" startDate="2018-05-21 19:49:39 +0100" endDate="2018-05-21 19:55:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-21 23:07:14 +0100" startDate="2018-05-21 21:01:35 +0100" endDate="2018-05-21 21:08:23 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 07:36:54 +0100" startDate="2018-05-22 06:27:30 +0100" endDate="2018-05-22 06:33:54 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 07:36:54 +0100" startDate="2018-05-22 06:34:51 +0100" endDate="2018-05-22 06:44:48 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 07:36:54 +0100" startDate="2018-05-22 06:44:48 +0100" endDate="2018-05-22 06:53:32 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 08:35:47 +0100" startDate="2018-05-22 07:54:13 +0100" endDate="2018-05-22 08:04:13 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 08:35:47 +0100" startDate="2018-05-22 08:04:13 +0100" endDate="2018-05-22 08:13:42 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 08:35:47 +0100" startDate="2018-05-22 08:13:42 +0100" endDate="2018-05-22 08:15:18 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 09:35:33 +0100" startDate="2018-05-22 08:38:22 +0100" endDate="2018-05-22 08:44:29 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 09:35:33 +0100" startDate="2018-05-22 09:05:40 +0100" endDate="2018-05-22 09:13:27 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 10:35:53 +0100" startDate="2018-05-22 09:32:55 +0100" endDate="2018-05-22 09:39:13 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 10:35:53 +0100" startDate="2018-05-22 09:53:59 +0100" endDate="2018-05-22 10:03:57 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 10:35:53 +0100" startDate="2018-05-22 10:22:10 +0100" endDate="2018-05-22 10:31:42 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 11:44:23 +0100" startDate="2018-05-22 10:31:42 +0100" endDate="2018-05-22 10:35:28 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 11:44:23 +0100" startDate="2018-05-22 10:38:14 +0100" endDate="2018-05-22 10:45:45 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 12:35:10 +0100" startDate="2018-05-22 11:37:25 +0100" endDate="2018-05-22 11:47:24 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 12:35:10 +0100" startDate="2018-05-22 11:47:24 +0100" endDate="2018-05-22 11:48:20 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 14:36:05 +0100" startDate="2018-05-22 14:25:35 +0100" endDate="2018-05-22 14:32:01 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 15:35:34 +0100" startDate="2018-05-22 14:48:59 +0100" endDate="2018-05-22 14:55:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 15:35:34 +0100" startDate="2018-05-22 15:22:46 +0100" endDate="2018-05-22 15:30:10 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 16:35:13 +0100" startDate="2018-05-22 15:44:36 +0100" endDate="2018-05-22 15:54:18 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 16:35:13 +0100" startDate="2018-05-22 15:54:18 +0100" endDate="2018-05-22 16:04:17 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 16:35:13 +0100" startDate="2018-05-22 16:04:17 +0100" endDate="2018-05-22 16:14:16 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 16:35:13 +0100" startDate="2018-05-22 16:14:16 +0100" endDate="2018-05-22 16:16:10 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 16:35:13 +0100" startDate="2018-05-22 16:24:09 +0100" endDate="2018-05-22 16:34:08 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 17:40:14 +0100" startDate="2018-05-22 16:34:08 +0100" endDate="2018-05-22 16:44:08 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 17:40:14 +0100" startDate="2018-05-22 16:44:08 +0100" endDate="2018-05-22 16:51:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 19:32:13 +0100" startDate="2018-05-22 17:58:45 +0100" endDate="2018-05-22 18:04:57 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 20:39:00 +0100" startDate="2018-05-22 19:39:46 +0100" endDate="2018-05-22 19:46:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 21:45:49 +0100" startDate="2018-05-22 21:00:46 +0100" endDate="2018-05-22 21:10:45 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 21:45:49 +0100" startDate="2018-05-22 21:10:45 +0100" endDate="2018-05-22 21:14:18 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 21:45:49 +0100" startDate="2018-05-22 21:31:01 +0100" endDate="2018-05-22 21:40:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-22 22:35:45 +0100" startDate="2018-05-22 21:40:47 +0100" endDate="2018-05-22 21:50:08 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 00:22:09 +0100" startDate="2018-05-22 22:30:41 +0100" endDate="2018-05-22 22:38:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 06:40:00 +0100" startDate="2018-05-23 06:14:47 +0100" endDate="2018-05-23 06:24:34 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 06:40:00 +0100" startDate="2018-05-23 06:24:34 +0100" endDate="2018-05-23 06:27:05 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 07:34:59 +0100" startDate="2018-05-23 06:37:31 +0100" endDate="2018-05-23 06:44:34 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 07:34:59 +0100" startDate="2018-05-23 06:46:33 +0100" endDate="2018-05-23 06:56:32 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 07:34:59 +0100" startDate="2018-05-23 06:56:32 +0100" endDate="2018-05-23 07:04:18 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 09:36:11 +0100" startDate="2018-05-23 08:30:51 +0100" endDate="2018-05-23 08:37:14 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 09:36:11 +0100" startDate="2018-05-23 08:47:16 +0100" endDate="2018-05-23 08:53:46 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 09:36:11 +0100" startDate="2018-05-23 08:53:46 +0100" endDate="2018-05-23 09:02:44 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 09:36:11 +0100" startDate="2018-05-23 09:20:20 +0100" endDate="2018-05-23 09:28:02 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 10:35:48 +0100" startDate="2018-05-23 09:28:02 +0100" endDate="2018-05-23 09:38:00 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 10:35:48 +0100" startDate="2018-05-23 09:48:58 +0100" endDate="2018-05-23 09:57:10 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 10:35:48 +0100" startDate="2018-05-23 09:57:10 +0100" endDate="2018-05-23 10:02:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 10:35:48 +0100" startDate="2018-05-23 10:13:41 +0100" endDate="2018-05-23 10:23:30 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 10:35:48 +0100" startDate="2018-05-23 10:23:30 +0100" endDate="2018-05-23 10:28:05 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 11:34:58 +0100" startDate="2018-05-23 10:28:05 +0100" endDate="2018-05-23 10:36:39 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 11:34:58 +0100" startDate="2018-05-23 10:36:39 +0100" endDate="2018-05-23 10:45:01 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 11:34:58 +0100" startDate="2018-05-23 10:45:01 +0100" endDate="2018-05-23 10:54:49 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 11:34:58 +0100" startDate="2018-05-23 10:54:49 +0100" endDate="2018-05-23 11:04:47 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 11:34:58 +0100" startDate="2018-05-23 11:04:47 +0100" endDate="2018-05-23 11:08:06 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 11:34:58 +0100" startDate="2018-05-23 11:21:21 +0100" endDate="2018-05-23 11:31:20 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 12:39:42 +0100" startDate="2018-05-23 11:31:20 +0100" endDate="2018-05-23 11:32:36 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 12:39:42 +0100" startDate="2018-05-23 11:42:39 +0100" endDate="2018-05-23 11:52:38 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 12:39:42 +0100" startDate="2018-05-23 11:52:38 +0100" endDate="2018-05-23 11:59:48 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 12:39:42 +0100" startDate="2018-05-23 12:06:49 +0100" endDate="2018-05-23 12:16:48 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 12:39:42 +0100" startDate="2018-05-23 12:16:48 +0100" endDate="2018-05-23 12:23:50 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 13:39:23 +0100" startDate="2018-05-23 13:23:21 +0100" endDate="2018-05-23 13:33:21 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 14:39:45 +0100" startDate="2018-05-23 13:33:21 +0100" endDate="2018-05-23 13:35:28 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 14:39:45 +0100" startDate="2018-05-23 13:39:04 +0100" endDate="2018-05-23 13:46:48 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 14:39:45 +0100" startDate="2018-05-23 13:46:48 +0100" endDate="2018-05-23 13:53:51 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 15:35:48 +0100" startDate="2018-05-23 14:33:49 +0100" endDate="2018-05-23 14:43:28 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 15:35:48 +0100" startDate="2018-05-23 14:47:26 +0100" endDate="2018-05-23 14:56:44 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 15:35:48 +0100" startDate="2018-05-23 14:56:44 +0100" endDate="2018-05-23 15:01:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 15:35:48 +0100" startDate="2018-05-23 15:11:05 +0100" endDate="2018-05-23 15:17:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 15:35:48 +0100" startDate="2018-05-23 15:20:32 +0100" endDate="2018-05-23 15:29:22 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 16:35:37 +0100" startDate="2018-05-23 15:29:22 +0100" endDate="2018-05-23 15:39:22 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 16:35:37 +0100" startDate="2018-05-23 15:39:22 +0100" endDate="2018-05-23 15:48:14 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 16:35:37 +0100" startDate="2018-05-23 15:48:14 +0100" endDate="2018-05-23 15:57:39 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 17:35:34 +0100" startDate="2018-05-23 17:00:04 +0100" endDate="2018-05-23 17:06:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 18:35:21 +0100" startDate="2018-05-23 17:42:59 +0100" endDate="2018-05-23 17:49:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 18:35:21 +0100" startDate="2018-05-23 18:09:12 +0100" endDate="2018-05-23 18:18:16 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 18:35:21 +0100" startDate="2018-05-23 18:18:16 +0100" endDate="2018-05-23 18:21:15 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 19:44:29 +0100" startDate="2018-05-23 18:42:09 +0100" endDate="2018-05-23 18:50:16 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 23:23:10 +0100" startDate="2018-05-23 22:56:34 +0100" endDate="2018-05-23 23:03:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 23:50:30 +0100" startDate="2018-05-23 23:15:01 +0100" endDate="2018-05-23 23:24:22 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-23 23:50:30 +0100" startDate="2018-05-23 23:29:23 +0100" endDate="2018-05-23 23:35:41 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 06:35:10 +0100" startDate="2018-05-24 05:33:26 +0100" endDate="2018-05-24 05:40:12 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 07:36:59 +0100" startDate="2018-05-24 06:43:34 +0100" endDate="2018-05-24 06:53:33 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 07:36:59 +0100" startDate="2018-05-24 06:53:33 +0100" endDate="2018-05-24 07:03:32 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 07:36:59 +0100" startDate="2018-05-24 07:03:32 +0100" endDate="2018-05-24 07:05:24 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 09:43:54 +0100" startDate="2018-05-24 08:54:31 +0100" endDate="2018-05-24 09:03:55 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 09:43:54 +0100" startDate="2018-05-24 09:12:06 +0100" endDate="2018-05-24 09:19:17 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 09:43:54 +0100" startDate="2018-05-24 09:19:17 +0100" endDate="2018-05-24 09:29:16 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 09:43:54 +0100" startDate="2018-05-24 09:29:16 +0100" endDate="2018-05-24 09:36:39 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 10:37:13 +0100" startDate="2018-05-24 09:36:39 +0100" endDate="2018-05-24 09:46:33 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 10:37:13 +0100" startDate="2018-05-24 09:53:52 +0100" endDate="2018-05-24 10:01:52 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 10:37:13 +0100" startDate="2018-05-24 10:17:23 +0100" endDate="2018-05-24 10:23:38 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 11:35:23 +0100" startDate="2018-05-24 10:32:58 +0100" endDate="2018-05-24 10:42:58 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 11:35:23 +0100" startDate="2018-05-24 10:42:58 +0100" endDate="2018-05-24 10:52:51 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 11:35:23 +0100" startDate="2018-05-24 10:52:51 +0100" endDate="2018-05-24 11:02:30 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 11:35:23 +0100" startDate="2018-05-24 11:02:30 +0100" endDate="2018-05-24 11:04:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 12:35:31 +0100" startDate="2018-05-24 12:08:00 +0100" endDate="2018-05-24 12:17:36 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 12:35:31 +0100" startDate="2018-05-24 12:17:36 +0100" endDate="2018-05-24 12:27:06 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 12:27:06 +0100" endDate="2018-05-24 12:31:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 12:31:41 +0100" endDate="2018-05-24 12:41:40 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 12:41:40 +0100" endDate="2018-05-24 12:43:01 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 12:49:39 +0100" endDate="2018-05-24 12:56:30 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 12:56:30 +0100" endDate="2018-05-24 13:06:30 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 13:06:30 +0100" endDate="2018-05-24 13:16:29 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 13:16:29 +0100" endDate="2018-05-24 13:23:11 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 14:01:08 +0100" endDate="2018-05-24 14:09:30 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 14:13:43 +0100" endDate="2018-05-24 14:20:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 14:20:44 +0100" endDate="2018-05-24 14:29:33 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 14:29:33 +0100" endDate="2018-05-24 14:37:13 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 14:37:13 +0100" endDate="2018-05-24 14:46:47 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 16:32:32 +0100" endDate="2018-05-24 16:42:31 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 16:42:31 +0100" endDate="2018-05-24 16:49:36 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 17:23:29 +0100" endDate="2018-05-24 17:33:29 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 17:33:29 +0100" endDate="2018-05-24 17:35:06 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 17:37:46 +0100" endDate="2018-05-24 17:47:43 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 20:20:25 +0100" startDate="2018-05-24 19:40:30 +0100" endDate="2018-05-24 19:46:58 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 20:20:25 +0100" startDate="2018-05-24 20:03:20 +0100" endDate="2018-05-24 20:10:09 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 20:20:25 +0100" startDate="2018-05-24 20:10:09 +0100" endDate="2018-05-24 20:18:40 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 22:00:35 +0100" startDate="2018-05-24 20:18:40 +0100" endDate="2018-05-24 20:20:27 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 22:00:35 +0100" startDate="2018-05-24 20:26:48 +0100" endDate="2018-05-24 20:36:12 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 22:00:35 +0100" startDate="2018-05-24 20:36:12 +0100" endDate="2018-05-24 20:46:12 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 22:00:35 +0100" startDate="2018-05-24 20:46:12 +0100" endDate="2018-05-24 20:56:11 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 22:00:35 +0100" startDate="2018-05-24 20:56:11 +0100" endDate="2018-05-24 20:58:28 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 22:00:35 +0100" startDate="2018-05-24 21:03:23 +0100" endDate="2018-05-24 21:10:06 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 22:57:23 +0100" startDate="2018-05-24 21:59:05 +0100" endDate="2018-05-24 22:05:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 22:57:23 +0100" startDate="2018-05-24 22:22:27 +0100" endDate="2018-05-24 22:29:33 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 22:57:23 +0100" startDate="2018-05-24 22:29:37 +0100" endDate="2018-05-24 22:37:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-24 23:48:49 +0100" startDate="2018-05-24 22:56:28 +0100" endDate="2018-05-24 23:04:37 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 04:16:14 +0100" startDate="2018-05-25 03:30:58 +0100" endDate="2018-05-25 03:40:51 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 08:20:38 +0100" startDate="2018-05-25 07:30:14 +0100" endDate="2018-05-25 07:36:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 08:20:38 +0100" startDate="2018-05-25 07:37:30 +0100" endDate="2018-05-25 07:47:28 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 08:20:38 +0100" startDate="2018-05-25 07:47:28 +0100" endDate="2018-05-25 07:53:35 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 10:23:01 +0100" endDate="2018-05-25 10:33:00 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 10:33:00 +0100" endDate="2018-05-25 10:40:53 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 10:40:53 +0100" endDate="2018-05-25 10:46:18 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 10:56:07 +0100" endDate="2018-05-25 11:06:05 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 11:06:05 +0100" endDate="2018-05-25 11:13:40 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 11:47:34 +0100" endDate="2018-05-25 11:54:55 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 12:01:17 +0100" endDate="2018-05-25 12:07:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 13:34:04 +0100" endDate="2018-05-25 13:41:53 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 14:16:01 +0100" startDate="2018-05-25 13:51:23 +0100" endDate="2018-05-25 14:00:26 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 14:16:01 +0100" startDate="2018-05-25 14:00:26 +0100" endDate="2018-05-25 14:10:26 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 15:17:56 +0100" startDate="2018-05-25 14:10:26 +0100" endDate="2018-05-25 14:20:25 +0100" value="1018"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 15:17:56 +0100" startDate="2018-05-25 14:20:25 +0100" endDate="2018-05-25 14:29:09 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 15:55:53 +0100" startDate="2018-05-25 14:29:09 +0100" endDate="2018-05-25 14:29:42 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 15:55:53 +0100" startDate="2018-05-25 15:31:08 +0100" endDate="2018-05-25 15:41:07 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 15:55:53 +0100" startDate="2018-05-25 15:41:07 +0100" endDate="2018-05-25 15:51:05 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 17:05:26 +0100" startDate="2018-05-25 15:51:05 +0100" endDate="2018-05-25 15:58:51 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 17:05:26 +0100" startDate="2018-05-25 16:08:03 +0100" endDate="2018-05-25 16:14:26 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 17:05:26 +0100" startDate="2018-05-25 16:14:26 +0100" endDate="2018-05-25 16:19:17 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 17:05:26 +0100" startDate="2018-05-25 16:21:22 +0100" endDate="2018-05-25 16:30:53 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 17:05:26 +0100" startDate="2018-05-25 16:30:53 +0100" endDate="2018-05-25 16:40:46 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 17:05:26 +0100" startDate="2018-05-25 16:40:46 +0100" endDate="2018-05-25 16:44:35 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-25 17:55:56 +0100" startDate="2018-05-25 17:37:07 +0100" endDate="2018-05-25 17:47:02 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 17:47:02 +0100" endDate="2018-05-25 17:56:43 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 17:56:43 +0100" endDate="2018-05-25 18:06:42 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 18:06:42 +0100" endDate="2018-05-25 18:08:01 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 18:25:05 +0100" endDate="2018-05-25 18:34:11 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 18:51:12 +0100" endDate="2018-05-25 19:01:11 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 19:01:11 +0100" endDate="2018-05-25 19:07:27 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 19:36:47 +0100" endDate="2018-05-25 19:43:40 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 19:43:40 +0100" endDate="2018-05-25 19:48:15 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 22:43:45 +0100" endDate="2018-05-25 22:51:46 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 23:01:10 +0100" endDate="2018-05-25 23:11:08 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 23:11:08 +0100" endDate="2018-05-25 23:14:01 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 23:51:51 +0100" endDate="2018-05-25 23:59:02 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 00:23:37 +0100" startDate="2018-05-25 23:59:02 +0100" endDate="2018-05-26 00:05:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 04:22:42 +0100" startDate="2018-05-26 03:06:16 +0100" endDate="2018-05-26 03:15:50 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 06:37:25 +0100" startDate="2018-05-26 06:18:02 +0100" endDate="2018-05-26 06:24:30 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 08:33:41 +0100" startDate="2018-05-26 08:11:21 +0100" endDate="2018-05-26 08:18:10 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 08:33:41 +0100" startDate="2018-05-26 08:19:41 +0100" endDate="2018-05-26 08:29:34 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 09:33:42 +0100" startDate="2018-05-26 08:52:21 +0100" endDate="2018-05-26 09:02:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 09:33:42 +0100" startDate="2018-05-26 09:11:09 +0100" endDate="2018-05-26 09:18:35 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 10:33:51 +0100" startDate="2018-05-26 09:28:05 +0100" endDate="2018-05-26 09:35:06 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 10:33:51 +0100" startDate="2018-05-26 09:35:06 +0100" endDate="2018-05-26 09:42:36 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 10:33:51 +0100" startDate="2018-05-26 10:01:07 +0100" endDate="2018-05-26 10:11:05 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 10:33:51 +0100" startDate="2018-05-26 10:11:05 +0100" endDate="2018-05-26 10:18:55 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 11:35:45 +0100" startDate="2018-05-26 10:53:48 +0100" endDate="2018-05-26 11:03:29 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 11:35:45 +0100" startDate="2018-05-26 11:03:29 +0100" endDate="2018-05-26 11:13:02 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 11:35:45 +0100" startDate="2018-05-26 11:14:47 +0100" endDate="2018-05-26 11:21:12 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 11:35:45 +0100" startDate="2018-05-26 11:21:12 +0100" endDate="2018-05-26 11:28:51 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 13:14:15 +0100" startDate="2018-05-26 11:51:25 +0100" endDate="2018-05-26 11:59:29 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 13:14:15 +0100" startDate="2018-05-26 12:08:40 +0100" endDate="2018-05-26 12:17:22 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 13:14:15 +0100" startDate="2018-05-26 12:20:45 +0100" endDate="2018-05-26 12:29:28 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 13:14:15 +0100" startDate="2018-05-26 12:45:57 +0100" endDate="2018-05-26 12:55:20 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 13:14:15 +0100" startDate="2018-05-26 12:55:20 +0100" endDate="2018-05-26 13:02:09 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 13:07:38 +0100" endDate="2018-05-26 13:13:46 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 14:49:27 +0100" endDate="2018-05-26 14:57:05 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 15:00:19 +0100" endDate="2018-05-26 15:09:24 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 15:09:24 +0100" endDate="2018-05-26 15:19:05 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 15:19:48 +0100" endDate="2018-05-26 15:29:46 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 15:54:36 +0100" endDate="2018-05-26 16:04:36 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 16:04:36 +0100" endDate="2018-05-26 16:12:39 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 18:32:29 +0100" endDate="2018-05-26 18:42:28 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 18:42:28 +0100" endDate="2018-05-26 18:47:58 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 19:04:46 +0100" endDate="2018-05-26 19:14:42 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 19:14:42 +0100" endDate="2018-05-26 19:21:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 19:29:50 +0100" endDate="2018-05-26 19:36:54 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 19:37:48 +0100" endDate="2018-05-26 19:47:47 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 19:47:47 +0100" endDate="2018-05-26 19:55:06 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 20:02:06 +0100" endDate="2018-05-26 20:10:49 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 20:14:05 +0100" endDate="2018-05-26 20:21:57 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 20:36:18 +0100" endDate="2018-05-26 20:46:16 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 20:46:16 +0100" endDate="2018-05-26 20:51:54 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 20:59:33 +0100" endDate="2018-05-26 21:08:26 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 21:08:26 +0100" endDate="2018-05-26 21:16:25 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 21:19:32 +0100" endDate="2018-05-26 21:25:47 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 21:25:47 +0100" endDate="2018-05-26 21:33:56 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 21:33:56 +0100" endDate="2018-05-26 21:41:33 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 21:41:33 +0100" endDate="2018-05-26 21:48:56 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 21:50:14 +0100" endDate="2018-05-26 21:57:04 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 22:19:44 +0100" endDate="2018-05-26 22:26:09 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 22:40:16 +0100" endDate="2018-05-26 22:46:56 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 23:00:36 +0100" endDate="2018-05-26 23:10:27 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 23:10:27 +0100" endDate="2018-05-26 23:18:15 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 23:18:15 +0100" endDate="2018-05-26 23:25:48 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-27 00:11:03 +0100" endDate="2018-05-27 00:18:02 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-27 00:18:02 +0100" endDate="2018-05-27 00:27:42 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-27 00:27:42 +0100" endDate="2018-05-27 00:36:18 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 01:32:22 +0100" startDate="2018-05-27 01:11:13 +0100" endDate="2018-05-27 01:17:17 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 09:07:19 +0100" startDate="2018-05-27 01:54:26 +0100" endDate="2018-05-27 02:02:54 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 09:07:19 +0100" startDate="2018-05-27 02:02:54 +0100" endDate="2018-05-27 02:11:08 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 09:07:19 +0100" startDate="2018-05-27 06:14:46 +0100" endDate="2018-05-27 06:21:32 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 09:07:19 +0100" startDate="2018-05-27 06:22:58 +0100" endDate="2018-05-27 06:29:38 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 09:07:19 +0100" startDate="2018-05-27 08:17:55 +0100" endDate="2018-05-27 08:27:55 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 09:22:22 +0100" startDate="2018-05-27 09:07:42 +0100" endDate="2018-05-27 09:14:33 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 10:23:21 +0100" startDate="2018-05-27 09:44:01 +0100" endDate="2018-05-27 09:50:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 11:24:31 +0100" startDate="2018-05-27 10:24:03 +0100" endDate="2018-05-27 10:33:21 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 11:24:31 +0100" startDate="2018-05-27 10:33:21 +0100" endDate="2018-05-27 10:41:27 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 12:20:47 +0100" startDate="2018-05-27 11:31:24 +0100" endDate="2018-05-27 11:38:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 12:20:47 +0100" startDate="2018-05-27 11:46:09 +0100" endDate="2018-05-27 11:52:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 12:20:47 +0100" startDate="2018-05-27 11:52:50 +0100" endDate="2018-05-27 11:58:58 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 13:17:36 +0100" startDate="2018-05-27 12:15:20 +0100" endDate="2018-05-27 12:25:04 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 13:17:36 +0100" startDate="2018-05-27 12:34:34 +0100" endDate="2018-05-27 12:42:36 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 13:17:36 +0100" startDate="2018-05-27 12:54:18 +0100" endDate="2018-05-27 13:00:41 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 13:10:36 +0100" endDate="2018-05-27 13:16:43 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 13:52:29 +0100" endDate="2018-05-27 14:00:39 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 14:00:39 +0100" endDate="2018-05-27 14:10:38 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 14:10:38 +0100" endDate="2018-05-27 14:16:26 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 14:54:28 +0100" endDate="2018-05-27 15:04:26 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 15:04:26 +0100" endDate="2018-05-27 15:07:42 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 15:11:51 +0100" endDate="2018-05-27 15:18:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 15:18:01 +0100" endDate="2018-05-27 15:27:37 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 15:27:37 +0100" endDate="2018-05-27 15:30:12 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 16:40:33 +0100" endDate="2018-05-27 16:46:41 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 18:08:57 +0100" endDate="2018-05-27 18:15:45 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 18:19:01 +0100" endDate="2018-05-27 18:25:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 21:47:41 +0100" endDate="2018-05-27 21:54:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-27 22:44:12 +0100" startDate="2018-05-27 22:10:19 +0100" endDate="2018-05-27 22:16:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 06:11:14 +0100" startDate="2018-05-28 05:31:01 +0100" endDate="2018-05-28 05:37:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 06:11:14 +0100" startDate="2018-05-28 05:37:43 +0100" endDate="2018-05-28 05:44:21 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 06:11:14 +0100" startDate="2018-05-28 05:44:21 +0100" endDate="2018-05-28 05:53:30 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 06:11:14 +0100" startDate="2018-05-28 05:56:47 +0100" endDate="2018-05-28 06:04:33 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 07:10:57 +0100" startDate="2018-05-28 06:04:33 +0100" endDate="2018-05-28 06:12:48 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 07:10:57 +0100" startDate="2018-05-28 06:14:13 +0100" endDate="2018-05-28 06:24:12 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 07:10:57 +0100" startDate="2018-05-28 06:24:12 +0100" endDate="2018-05-28 06:27:03 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 08:14:28 +0100" startDate="2018-05-28 07:19:41 +0100" endDate="2018-05-28 07:29:41 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 08:14:28 +0100" startDate="2018-05-28 07:29:41 +0100" endDate="2018-05-28 07:38:55 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 08:14:28 +0100" startDate="2018-05-28 07:38:55 +0100" endDate="2018-05-28 07:40:07 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 09:16:39 +0100" startDate="2018-05-28 09:02:27 +0100" endDate="2018-05-28 09:08:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 11:12:39 +0100" startDate="2018-05-28 10:26:46 +0100" endDate="2018-05-28 10:36:45 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 11:12:39 +0100" startDate="2018-05-28 10:36:45 +0100" endDate="2018-05-28 10:46:45 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 11:12:39 +0100" startDate="2018-05-28 10:46:45 +0100" endDate="2018-05-28 10:52:08 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 12:13:30 +0100" startDate="2018-05-28 11:27:08 +0100" endDate="2018-05-28 11:35:10 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 13:16:02 +0100" startDate="2018-05-28 12:23:17 +0100" endDate="2018-05-28 12:33:15 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 13:16:02 +0100" startDate="2018-05-28 12:33:15 +0100" endDate="2018-05-28 12:36:49 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 16:11:13 +0100" startDate="2018-05-28 15:34:26 +0100" endDate="2018-05-28 15:41:42 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 16:11:13 +0100" startDate="2018-05-28 15:44:37 +0100" endDate="2018-05-28 15:53:53 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 17:11:36 +0100" startDate="2018-05-28 15:58:39 +0100" endDate="2018-05-28 16:08:38 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 17:11:36 +0100" startDate="2018-05-28 16:08:38 +0100" endDate="2018-05-28 16:18:36 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 17:11:36 +0100" startDate="2018-05-28 16:18:36 +0100" endDate="2018-05-28 16:28:36 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 17:11:36 +0100" startDate="2018-05-28 16:28:36 +0100" endDate="2018-05-28 16:29:09 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 18:14:28 +0100" startDate="2018-05-28 17:24:43 +0100" endDate="2018-05-28 17:31:44 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 18:14:28 +0100" startDate="2018-05-28 17:32:06 +0100" endDate="2018-05-28 17:42:01 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 18:14:28 +0100" startDate="2018-05-28 17:42:01 +0100" endDate="2018-05-28 17:48:17 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 18:14:28 +0100" startDate="2018-05-28 17:55:49 +0100" endDate="2018-05-28 18:05:05 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 18:05:05 +0100" endDate="2018-05-28 18:14:03 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 18:14:47 +0100" endDate="2018-05-28 18:24:21 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 18:24:21 +0100" endDate="2018-05-28 18:31:45 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 18:33:33 +0100" endDate="2018-05-28 18:43:32 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 18:43:32 +0100" endDate="2018-05-28 18:51:21 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 18:51:21 +0100" endDate="2018-05-28 19:00:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 19:00:30 +0100" endDate="2018-05-28 19:05:45 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 20:13:29 +0100" startDate="2018-05-28 19:05:45 +0100" endDate="2018-05-28 19:14:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 20:13:29 +0100" startDate="2018-05-28 19:14:35 +0100" endDate="2018-05-28 19:21:36 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 21:44:28 +0100" startDate="2018-05-28 20:12:32 +0100" endDate="2018-05-28 20:17:57 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 21:44:28 +0100" startDate="2018-05-28 20:27:35 +0100" endDate="2018-05-28 20:35:17 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 21:44:28 +0100" startDate="2018-05-28 20:35:55 +0100" endDate="2018-05-28 20:42:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 21:44:28 +0100" startDate="2018-05-28 21:12:05 +0100" endDate="2018-05-28 21:16:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 21:44:28 +0100" startDate="2018-05-28 21:27:40 +0100" endDate="2018-05-28 21:33:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 22:11:45 +0100" startDate="2018-05-28 21:43:23 +0100" endDate="2018-05-28 21:51:17 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 22:11:45 +0100" startDate="2018-05-28 21:51:17 +0100" endDate="2018-05-28 22:01:08 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-28 22:11:45 +0100" startDate="2018-05-28 22:01:08 +0100" endDate="2018-05-28 22:05:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 05:16:08 +0100" startDate="2018-05-29 04:25:26 +0100" endDate="2018-05-29 04:31:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 06:13:17 +0100" startDate="2018-05-29 05:41:54 +0100" endDate="2018-05-29 05:48:14 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 06:13:17 +0100" startDate="2018-05-29 05:49:29 +0100" endDate="2018-05-29 05:58:23 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 06:13:17 +0100" startDate="2018-05-29 05:58:23 +0100" endDate="2018-05-29 06:04:28 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 07:10:38 +0100" startDate="2018-05-29 06:35:42 +0100" endDate="2018-05-29 06:44:48 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 07:10:38 +0100" startDate="2018-05-29 06:44:48 +0100" endDate="2018-05-29 06:54:47 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 07:10:38 +0100" startDate="2018-05-29 06:54:47 +0100" endDate="2018-05-29 07:04:44 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 08:12:23 +0100" startDate="2018-05-29 07:04:44 +0100" endDate="2018-05-29 07:14:42 +0100" value="1001"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 08:12:23 +0100" startDate="2018-05-29 07:14:42 +0100" endDate="2018-05-29 07:20:26 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 08:12:23 +0100" startDate="2018-05-29 07:43:27 +0100" endDate="2018-05-29 07:49:43 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 08:12:23 +0100" startDate="2018-05-29 07:58:28 +0100" endDate="2018-05-29 08:05:16 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 09:13:00 +0100" startDate="2018-05-29 08:34:32 +0100" endDate="2018-05-29 08:41:00 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 11:19:56 +0100" startDate="2018-05-29 10:18:42 +0100" endDate="2018-05-29 10:28:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 11:19:56 +0100" startDate="2018-05-29 10:28:40 +0100" endDate="2018-05-29 10:31:26 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 12:12:44 +0100" startDate="2018-05-29 11:24:41 +0100" endDate="2018-05-29 11:34:35 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 12:12:44 +0100" startDate="2018-05-29 11:34:35 +0100" endDate="2018-05-29 11:40:20 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 12:12:44 +0100" startDate="2018-05-29 11:43:03 +0100" endDate="2018-05-29 11:50:04 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 12:12:44 +0100" startDate="2018-05-29 11:50:04 +0100" endDate="2018-05-29 11:59:13 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 13:18:01 +0100" startDate="2018-05-29 12:15:05 +0100" endDate="2018-05-29 12:22:45 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 13:18:01 +0100" startDate="2018-05-29 12:22:45 +0100" endDate="2018-05-29 12:31:48 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 13:18:01 +0100" startDate="2018-05-29 12:31:48 +0100" endDate="2018-05-29 12:35:11 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 13:18:01 +0100" startDate="2018-05-29 12:41:45 +0100" endDate="2018-05-29 12:51:44 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 13:18:01 +0100" startDate="2018-05-29 12:51:44 +0100" endDate="2018-05-29 13:01:43 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 13:18:01 +0100" startDate="2018-05-29 13:01:43 +0100" endDate="2018-05-29 13:09:53 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 14:13:20 +0100" startDate="2018-05-29 13:09:53 +0100" endDate="2018-05-29 13:19:25 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 14:13:20 +0100" startDate="2018-05-29 13:19:25 +0100" endDate="2018-05-29 13:23:26 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 14:13:20 +0100" startDate="2018-05-29 13:32:08 +0100" endDate="2018-05-29 13:42:07 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 14:13:20 +0100" startDate="2018-05-29 13:42:07 +0100" endDate="2018-05-29 13:52:06 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 14:13:20 +0100" startDate="2018-05-29 13:52:06 +0100" endDate="2018-05-29 14:00:38 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 14:13:20 +0100" startDate="2018-05-29 14:00:38 +0100" endDate="2018-05-29 14:08:38 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 15:12:41 +0100" startDate="2018-05-29 14:08:38 +0100" endDate="2018-05-29 14:17:20 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 15:12:41 +0100" startDate="2018-05-29 14:17:20 +0100" endDate="2018-05-29 14:20:30 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 15:12:41 +0100" startDate="2018-05-29 14:55:33 +0100" endDate="2018-05-29 15:05:31 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 16:11:03 +0100" startDate="2018-05-29 15:05:31 +0100" endDate="2018-05-29 15:14:02 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 16:11:03 +0100" startDate="2018-05-29 15:24:25 +0100" endDate="2018-05-29 15:34:23 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 16:11:03 +0100" startDate="2018-05-29 15:34:23 +0100" endDate="2018-05-29 15:44:21 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 16:11:03 +0100" startDate="2018-05-29 15:44:21 +0100" endDate="2018-05-29 15:54:20 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 16:11:03 +0100" startDate="2018-05-29 15:54:20 +0100" endDate="2018-05-29 16:04:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 17:12:16 +0100" startDate="2018-05-29 16:04:20 +0100" endDate="2018-05-29 16:09:22 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 17:12:16 +0100" startDate="2018-05-29 16:16:34 +0100" endDate="2018-05-29 16:26:34 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 17:12:16 +0100" startDate="2018-05-29 16:26:34 +0100" endDate="2018-05-29 16:28:44 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 17:12:16 +0100" startDate="2018-05-29 16:35:00 +0100" endDate="2018-05-29 16:44:06 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 17:12:16 +0100" startDate="2018-05-29 16:44:06 +0100" endDate="2018-05-29 16:51:47 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 17:08:05 +0100" endDate="2018-05-29 17:16:08 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 17:16:08 +0100" endDate="2018-05-29 17:25:30 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 17:25:30 +0100" endDate="2018-05-29 17:33:01 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 17:52:10 +0100" endDate="2018-05-29 18:02:09 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 18:02:09 +0100" endDate="2018-05-29 18:12:07 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 18:12:07 +0100" endDate="2018-05-29 18:18:56 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 18:18:56 +0100" endDate="2018-05-29 18:26:31 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 18:26:31 +0100" endDate="2018-05-29 18:36:19 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 21:52:41 +0100" endDate="2018-05-29 22:02:28 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 22:02:28 +0100" endDate="2018-05-29 22:12:26 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 22:12:26 +0100" endDate="2018-05-29 22:21:50 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 22:59:52 +0100" endDate="2018-05-29 23:09:08 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 23:09:08 +0100" endDate="2018-05-29 23:17:15 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 06:51:47 +0100" startDate="2018-05-30 06:01:24 +0100" endDate="2018-05-30 06:08:28 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 06:51:47 +0100" startDate="2018-05-30 06:08:28 +0100" endDate="2018-05-30 06:17:58 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 06:51:47 +0100" startDate="2018-05-30 06:29:24 +0100" endDate="2018-05-30 06:37:31 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 06:51:47 +0100" startDate="2018-05-30 06:37:31 +0100" endDate="2018-05-30 06:47:30 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 07:52:03 +0100" startDate="2018-05-30 06:47:30 +0100" endDate="2018-05-30 06:57:28 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 07:52:03 +0100" startDate="2018-05-30 06:57:28 +0100" endDate="2018-05-30 07:06:47 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 07:52:03 +0100" startDate="2018-05-30 07:06:47 +0100" endDate="2018-05-30 07:09:32 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 07:52:03 +0100" startDate="2018-05-30 07:10:49 +0100" endDate="2018-05-30 07:20:00 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 07:52:03 +0100" startDate="2018-05-30 07:20:00 +0100" endDate="2018-05-30 07:22:07 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 08:50:55 +0100" startDate="2018-05-30 07:47:50 +0100" endDate="2018-05-30 07:54:08 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 08:50:55 +0100" startDate="2018-05-30 08:39:22 +0100" endDate="2018-05-30 08:45:35 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 09:55:05 +0100" startDate="2018-05-30 09:42:03 +0100" endDate="2018-05-30 09:48:29 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 10:51:42 +0100" startDate="2018-05-30 10:27:59 +0100" endDate="2018-05-30 10:37:30 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 10:51:42 +0100" startDate="2018-05-30 10:37:30 +0100" endDate="2018-05-30 10:47:28 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 11:50:47 +0100" startDate="2018-05-30 10:47:28 +0100" endDate="2018-05-30 10:57:27 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 11:50:47 +0100" startDate="2018-05-30 10:57:27 +0100" endDate="2018-05-30 10:58:38 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 11:50:47 +0100" startDate="2018-05-30 11:05:33 +0100" endDate="2018-05-30 11:15:32 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 11:50:47 +0100" startDate="2018-05-30 11:15:32 +0100" endDate="2018-05-30 11:25:01 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 11:50:47 +0100" startDate="2018-05-30 11:25:01 +0100" endDate="2018-05-30 11:33:06 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 11:50:47 +0100" startDate="2018-05-30 11:39:26 +0100" endDate="2018-05-30 11:48:19 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 12:53:59 +0100" startDate="2018-05-30 11:48:19 +0100" endDate="2018-05-30 11:56:07 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 12:53:59 +0100" startDate="2018-05-30 12:08:49 +0100" endDate="2018-05-30 12:18:02 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 12:53:59 +0100" startDate="2018-05-30 12:21:24 +0100" endDate="2018-05-30 12:31:15 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 12:53:59 +0100" startDate="2018-05-30 12:31:15 +0100" endDate="2018-05-30 12:40:54 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 12:53:59 +0100" startDate="2018-05-30 12:40:54 +0100" endDate="2018-05-30 12:50:41 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 13:52:13 +0100" startDate="2018-05-30 12:50:41 +0100" endDate="2018-05-30 13:00:28 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 13:52:13 +0100" startDate="2018-05-30 13:00:28 +0100" endDate="2018-05-30 13:10:20 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 13:52:13 +0100" startDate="2018-05-30 13:10:20 +0100" endDate="2018-05-30 13:20:20 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 13:52:13 +0100" startDate="2018-05-30 13:20:20 +0100" endDate="2018-05-30 13:30:16 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 13:52:13 +0100" startDate="2018-05-30 13:30:16 +0100" endDate="2018-05-30 13:40:07 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 13:52:13 +0100" startDate="2018-05-30 13:40:07 +0100" endDate="2018-05-30 13:46:18 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 14:54:12 +0100" startDate="2018-05-30 13:52:45 +0100" endDate="2018-05-30 14:02:44 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 14:54:12 +0100" startDate="2018-05-30 14:02:44 +0100" endDate="2018-05-30 14:11:33 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 14:54:12 +0100" startDate="2018-05-30 14:11:33 +0100" endDate="2018-05-30 14:18:34 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 14:54:12 +0100" startDate="2018-05-30 14:19:16 +0100" endDate="2018-05-30 14:28:09 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 14:54:12 +0100" startDate="2018-05-30 14:29:08 +0100" endDate="2018-05-30 14:39:07 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 14:54:12 +0100" startDate="2018-05-30 14:39:07 +0100" endDate="2018-05-30 14:42:12 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 15:51:30 +0100" startDate="2018-05-30 14:57:22 +0100" endDate="2018-05-30 15:03:27 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 15:51:30 +0100" startDate="2018-05-30 15:25:43 +0100" endDate="2018-05-30 15:33:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 15:51:30 +0100" startDate="2018-05-30 15:33:02 +0100" endDate="2018-05-30 15:42:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 16:52:34 +0100" startDate="2018-05-30 15:48:23 +0100" endDate="2018-05-30 15:58:22 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 16:52:34 +0100" startDate="2018-05-30 15:58:22 +0100" endDate="2018-05-30 16:00:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 16:52:34 +0100" startDate="2018-05-30 16:26:57 +0100" endDate="2018-05-30 16:33:45 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 16:52:34 +0100" startDate="2018-05-30 16:40:03 +0100" endDate="2018-05-30 16:50:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 17:51:07 +0100" startDate="2018-05-30 16:50:01 +0100" endDate="2018-05-30 16:52:31 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 18:54:34 +0100" startDate="2018-05-30 17:54:22 +0100" endDate="2018-05-30 18:04:01 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 18:54:34 +0100" startDate="2018-05-30 18:04:01 +0100" endDate="2018-05-30 18:13:59 +0100" value="969"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 18:54:34 +0100" startDate="2018-05-30 18:13:59 +0100" endDate="2018-05-30 18:16:08 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 19:26:57 +0100" endDate="2018-05-30 19:36:55 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 19:36:55 +0100" endDate="2018-05-30 19:46:54 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 19:46:54 +0100" endDate="2018-05-30 19:50:17 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 19:59:58 +0100" endDate="2018-05-30 20:09:57 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 20:09:57 +0100" endDate="2018-05-30 20:18:07 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 20:47:21 +0100" endDate="2018-05-30 20:56:44 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 20:56:44 +0100" endDate="2018-05-30 20:58:54 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 21:55:38 +0100" endDate="2018-05-30 22:02:57 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 22:02:57 +0100" endDate="2018-05-30 22:12:57 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 22:12:57 +0100" endDate="2018-05-30 22:22:56 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 22:22:56 +0100" endDate="2018-05-30 22:24:51 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:56:15 +0100" startDate="2018-05-30 22:35:29 +0100" endDate="2018-05-30 22:42:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-30 22:56:15 +0100" startDate="2018-05-30 22:42:19 +0100" endDate="2018-05-30 22:45:57 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 06:55:22 +0100" startDate="2018-05-31 06:11:36 +0100" endDate="2018-05-31 06:21:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 06:55:22 +0100" startDate="2018-05-31 06:21:34 +0100" endDate="2018-05-31 06:30:08 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 06:55:22 +0100" startDate="2018-05-31 06:30:08 +0100" endDate="2018-05-31 06:40:06 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 06:55:22 +0100" startDate="2018-05-31 06:40:06 +0100" endDate="2018-05-31 06:50:06 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 07:51:50 +0100" startDate="2018-05-31 06:50:06 +0100" endDate="2018-05-31 06:55:43 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 07:51:50 +0100" startDate="2018-05-31 07:32:25 +0100" endDate="2018-05-31 07:38:45 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 07:51:50 +0100" startDate="2018-05-31 07:38:45 +0100" endDate="2018-05-31 07:44:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 08:54:39 +0100" startDate="2018-05-31 08:33:31 +0100" endDate="2018-05-31 08:41:51 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 10:51:55 +0100" startDate="2018-05-31 10:31:46 +0100" endDate="2018-05-31 10:38:04 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 11:53:24 +0100" startDate="2018-05-31 10:46:02 +0100" endDate="2018-05-31 10:53:21 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 11:53:24 +0100" startDate="2018-05-31 11:02:03 +0100" endDate="2018-05-31 11:11:41 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 11:53:24 +0100" startDate="2018-05-31 11:11:41 +0100" endDate="2018-05-31 11:17:53 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 11:53:24 +0100" startDate="2018-05-31 11:41:43 +0100" endDate="2018-05-31 11:47:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 12:52:26 +0100" startDate="2018-05-31 11:56:59 +0100" endDate="2018-05-31 12:04:51 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 13:51:03 +0100" startDate="2018-05-31 13:21:12 +0100" endDate="2018-05-31 13:28:06 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 15:32:12 +0100" startDate="2018-05-31 13:57:20 +0100" endDate="2018-05-31 14:07:20 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 15:32:12 +0100" startDate="2018-05-31 14:07:20 +0100" endDate="2018-05-31 14:08:26 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 15:32:12 +0100" startDate="2018-05-31 14:29:58 +0100" endDate="2018-05-31 14:37:22 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-05-31 15:32:12 +0100" startDate="2018-05-31 14:57:28 +0100" endDate="2018-05-31 15:04:19 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 04:03:07 +0100" startDate="2018-06-01 03:18:31 +0100" endDate="2018-06-01 03:24:44 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 07:00:00 +0100" startDate="2018-06-01 06:19:17 +0100" endDate="2018-06-01 06:26:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 07:00:00 +0100" startDate="2018-06-01 06:35:03 +0100" endDate="2018-06-01 06:43:34 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 13:55:21 +0100" startDate="2018-06-01 13:36:15 +0100" endDate="2018-06-01 13:43:01 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 13:55:21 +0100" startDate="2018-06-01 13:44:38 +0100" endDate="2018-06-01 13:50:48 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 14:54:52 +0100" startDate="2018-06-01 13:50:48 +0100" endDate="2018-06-01 14:00:43 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 14:54:52 +0100" startDate="2018-06-01 14:00:43 +0100" endDate="2018-06-01 14:09:37 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 14:54:52 +0100" startDate="2018-06-01 14:21:04 +0100" endDate="2018-06-01 14:30:52 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 14:54:52 +0100" startDate="2018-06-01 14:30:52 +0100" endDate="2018-06-01 14:40:31 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 14:48:49 +0100" endDate="2018-06-01 14:54:59 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 14:55:09 +0100" endDate="2018-06-01 15:04:02 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 15:04:02 +0100" endDate="2018-06-01 15:06:22 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 15:08:19 +0100" endDate="2018-06-01 15:17:56 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 15:17:56 +0100" endDate="2018-06-01 15:27:23 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 15:27:23 +0100" endDate="2018-06-01 15:35:27 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 15:35:27 +0100" endDate="2018-06-01 15:41:12 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 17:51:06 +0100" startDate="2018-06-01 17:12:36 +0100" endDate="2018-06-01 17:22:30 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 17:51:06 +0100" startDate="2018-06-01 17:22:30 +0100" endDate="2018-06-01 17:26:25 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 18:52:08 +0100" startDate="2018-06-01 17:45:13 +0100" endDate="2018-06-01 17:52:34 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 18:52:08 +0100" startDate="2018-06-01 18:07:45 +0100" endDate="2018-06-01 18:15:13 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 18:52:08 +0100" startDate="2018-06-01 18:20:45 +0100" endDate="2018-06-01 18:27:19 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 18:52:08 +0100" startDate="2018-06-01 18:27:19 +0100" endDate="2018-06-01 18:34:43 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 19:51:06 +0100" startDate="2018-06-01 18:57:52 +0100" endDate="2018-06-01 19:06:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 19:51:06 +0100" startDate="2018-06-01 19:06:09 +0100" endDate="2018-06-01 19:08:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 19:51:06 +0100" startDate="2018-06-01 19:39:40 +0100" endDate="2018-06-01 19:49:23 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 20:51:49 +0100" startDate="2018-06-01 19:49:23 +0100" endDate="2018-06-01 19:51:20 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 20:51:49 +0100" startDate="2018-06-01 19:54:47 +0100" endDate="2018-06-01 20:04:38 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 20:51:49 +0100" startDate="2018-06-01 20:04:38 +0100" endDate="2018-06-01 20:13:16 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 20:51:49 +0100" startDate="2018-06-01 20:13:16 +0100" endDate="2018-06-01 20:23:14 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 20:51:49 +0100" startDate="2018-06-01 20:23:14 +0100" endDate="2018-06-01 20:24:28 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 22:30:11 +0100" startDate="2018-06-01 22:15:32 +0100" endDate="2018-06-01 22:21:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 23:39:33 +0100" startDate="2018-06-01 23:04:41 +0100" endDate="2018-06-01 23:12:08 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 23:39:33 +0100" startDate="2018-06-01 23:12:37 +0100" endDate="2018-06-01 23:18:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-01 23:39:33 +0100" startDate="2018-06-01 23:18:45 +0100" endDate="2018-06-01 23:23:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 00:28:37 +0100" startDate="2018-06-01 23:30:52 +0100" endDate="2018-06-01 23:38:37 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 00:28:37 +0100" startDate="2018-06-01 23:49:21 +0100" endDate="2018-06-01 23:55:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 06:51:12 +0100" startDate="2018-06-02 06:29:14 +0100" endDate="2018-06-02 06:35:55 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 06:51:12 +0100" startDate="2018-06-02 06:37:21 +0100" endDate="2018-06-02 06:43:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 08:55:42 +0100" startDate="2018-06-02 08:30:21 +0100" endDate="2018-06-02 08:39:40 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 09:52:20 +0100" startDate="2018-06-02 08:53:58 +0100" endDate="2018-06-02 09:02:04 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 09:52:20 +0100" startDate="2018-06-02 09:26:02 +0100" endDate="2018-06-02 09:31:16 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 10:52:57 +0100" startDate="2018-06-02 09:49:08 +0100" endDate="2018-06-02 09:58:41 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 10:52:57 +0100" startDate="2018-06-02 09:58:41 +0100" endDate="2018-06-02 10:08:29 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 10:52:57 +0100" startDate="2018-06-02 10:08:29 +0100" endDate="2018-06-02 10:18:26 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 10:52:57 +0100" startDate="2018-06-02 10:18:26 +0100" endDate="2018-06-02 10:27:39 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 10:52:57 +0100" startDate="2018-06-02 10:27:39 +0100" endDate="2018-06-02 10:37:15 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 10:52:57 +0100" startDate="2018-06-02 10:37:15 +0100" endDate="2018-06-02 10:47:14 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 11:51:11 +0100" startDate="2018-06-02 10:47:14 +0100" endDate="2018-06-02 10:56:38 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 11:51:11 +0100" startDate="2018-06-02 10:56:38 +0100" endDate="2018-06-02 11:01:41 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 11:51:11 +0100" startDate="2018-06-02 11:03:42 +0100" endDate="2018-06-02 11:13:39 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 11:51:11 +0100" startDate="2018-06-02 11:13:39 +0100" endDate="2018-06-02 11:23:38 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 11:51:11 +0100" startDate="2018-06-02 11:23:38 +0100" endDate="2018-06-02 11:31:30 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 12:52:17 +0100" startDate="2018-06-02 11:59:37 +0100" endDate="2018-06-02 12:07:03 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 12:52:17 +0100" startDate="2018-06-02 12:07:03 +0100" endDate="2018-06-02 12:13:44 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 13:55:20 +0100" startDate="2018-06-02 13:36:11 +0100" endDate="2018-06-02 13:44:31 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 14:56:02 +0100" startDate="2018-06-02 13:49:47 +0100" endDate="2018-06-02 13:57:26 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 14:56:02 +0100" startDate="2018-06-02 14:42:08 +0100" endDate="2018-06-02 14:48:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 16:09:04 +0100" startDate="2018-06-02 14:59:26 +0100" endDate="2018-06-02 15:05:56 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 16:09:04 +0100" startDate="2018-06-02 15:46:12 +0100" endDate="2018-06-02 15:56:11 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 16:09:04 +0100" startDate="2018-06-02 15:56:11 +0100" endDate="2018-06-02 15:58:36 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 16:51:23 +0100" startDate="2018-06-02 15:58:36 +0100" endDate="2018-06-02 16:08:33 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 16:51:23 +0100" startDate="2018-06-02 16:08:33 +0100" endDate="2018-06-02 16:12:25 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 17:51:14 +0100" startDate="2018-06-02 16:44:30 +0100" endDate="2018-06-02 16:50:53 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 19:19:27 +0100" startDate="2018-06-02 18:37:12 +0100" endDate="2018-06-02 18:44:06 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 19:19:27 +0100" startDate="2018-06-02 19:06:23 +0100" endDate="2018-06-02 19:13:47 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 19:51:52 +0100" startDate="2018-06-02 19:21:34 +0100" endDate="2018-06-02 19:30:57 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 19:51:52 +0100" startDate="2018-06-02 19:30:57 +0100" endDate="2018-06-02 19:40:10 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 20:54:29 +0100" startDate="2018-06-02 19:51:30 +0100" endDate="2018-06-02 20:01:29 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 20:54:29 +0100" startDate="2018-06-02 20:01:29 +0100" endDate="2018-06-02 20:11:27 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 20:54:29 +0100" startDate="2018-06-02 20:11:27 +0100" endDate="2018-06-02 20:21:24 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 20:54:29 +0100" startDate="2018-06-02 20:21:24 +0100" endDate="2018-06-02 20:31:22 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 20:54:29 +0100" startDate="2018-06-02 20:31:22 +0100" endDate="2018-06-02 20:41:02 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 20:54:29 +0100" startDate="2018-06-02 20:41:02 +0100" endDate="2018-06-02 20:50:22 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 22:37:52 +0100" startDate="2018-06-02 20:50:22 +0100" endDate="2018-06-02 20:59:22 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 22:37:52 +0100" startDate="2018-06-02 20:59:22 +0100" endDate="2018-06-02 21:04:12 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 22:37:52 +0100" startDate="2018-06-02 21:04:12 +0100" endDate="2018-06-02 21:13:45 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 22:37:52 +0100" startDate="2018-06-02 21:29:16 +0100" endDate="2018-06-02 21:36:40 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 22:37:52 +0100" startDate="2018-06-02 21:41:22 +0100" endDate="2018-06-02 21:50:22 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-02 22:37:52 +0100" startDate="2018-06-02 21:51:40 +0100" endDate="2018-06-02 21:59:17 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 05:20:42 +0100" startDate="2018-06-03 04:10:08 +0100" endDate="2018-06-03 04:16:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 05:20:42 +0100" startDate="2018-06-03 04:19:51 +0100" endDate="2018-06-03 04:29:38 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 05:20:42 +0100" startDate="2018-06-03 04:46:56 +0100" endDate="2018-06-03 04:53:06 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 05:20:42 +0100" startDate="2018-06-03 04:57:38 +0100" endDate="2018-06-03 05:05:00 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 06:56:02 +0100" startDate="2018-06-03 06:30:34 +0100" endDate="2018-06-03 06:40:03 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 06:56:02 +0100" startDate="2018-06-03 06:40:03 +0100" endDate="2018-06-03 06:49:44 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 07:51:54 +0100" startDate="2018-06-03 06:49:44 +0100" endDate="2018-06-03 06:58:02 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 07:51:54 +0100" startDate="2018-06-03 07:19:11 +0100" endDate="2018-06-03 07:29:10 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 07:51:54 +0100" startDate="2018-06-03 07:29:10 +0100" endDate="2018-06-03 07:31:07 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 08:51:52 +0100" startDate="2018-06-03 07:46:03 +0100" endDate="2018-06-03 07:56:01 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 08:51:52 +0100" startDate="2018-06-03 07:56:01 +0100" endDate="2018-06-03 08:04:28 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 09:55:10 +0100" startDate="2018-06-03 09:16:12 +0100" endDate="2018-06-03 09:22:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 10:53:04 +0100" startDate="2018-06-03 09:54:24 +0100" endDate="2018-06-03 10:04:24 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 10:53:04 +0100" startDate="2018-06-03 10:04:24 +0100" endDate="2018-06-03 10:07:58 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 11:53:13 +0100" startDate="2018-06-03 11:07:01 +0100" endDate="2018-06-03 11:17:00 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 11:53:13 +0100" startDate="2018-06-03 11:17:00 +0100" endDate="2018-06-03 11:23:50 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 11:53:13 +0100" startDate="2018-06-03 11:25:16 +0100" endDate="2018-06-03 11:35:15 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 11:53:13 +0100" startDate="2018-06-03 11:35:15 +0100" endDate="2018-06-03 11:44:37 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 12:58:32 +0100" startDate="2018-06-03 12:36:28 +0100" endDate="2018-06-03 12:46:26 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 12:58:32 +0100" startDate="2018-06-03 12:46:26 +0100" endDate="2018-06-03 12:56:16 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 13:51:15 +0100" startDate="2018-06-03 12:56:16 +0100" endDate="2018-06-03 13:02:38 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 16:54:40 +0100" startDate="2018-06-03 15:41:20 +0100" endDate="2018-06-03 15:51:18 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 16:54:40 +0100" startDate="2018-06-03 15:51:18 +0100" endDate="2018-06-03 15:59:55 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 18:44:57 +0100" startDate="2018-06-03 17:31:14 +0100" endDate="2018-06-03 17:37:57 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 18:44:57 +0100" startDate="2018-06-03 18:12:03 +0100" endDate="2018-06-03 18:18:31 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 19:24:32 +0100" startDate="2018-06-03 19:01:52 +0100" endDate="2018-06-03 19:10:28 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 20:52:12 +0100" startDate="2018-06-03 20:34:28 +0100" endDate="2018-06-03 20:40:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-03 22:26:02 +0100" startDate="2018-06-03 20:49:53 +0100" endDate="2018-06-03 20:56:18 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 06:53:40 +0100" startDate="2018-06-04 05:46:59 +0100" endDate="2018-06-04 05:54:36 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 06:53:40 +0100" startDate="2018-06-04 06:15:17 +0100" endDate="2018-06-04 06:23:21 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 06:53:40 +0100" startDate="2018-06-04 06:23:29 +0100" endDate="2018-06-04 06:33:28 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 06:53:40 +0100" startDate="2018-06-04 06:33:28 +0100" endDate="2018-06-04 06:39:49 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 08:02:26 +0100" startDate="2018-06-04 06:48:34 +0100" endDate="2018-06-04 06:58:28 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 08:02:26 +0100" startDate="2018-06-04 07:11:13 +0100" endDate="2018-06-04 07:20:00 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 08:02:26 +0100" startDate="2018-06-04 07:20:00 +0100" endDate="2018-06-04 07:26:42 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 08:02:26 +0100" startDate="2018-06-04 07:26:42 +0100" endDate="2018-06-04 07:35:23 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 08:02:26 +0100" startDate="2018-06-04 07:35:23 +0100" endDate="2018-06-04 07:45:08 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 08:02:26 +0100" startDate="2018-06-04 07:45:08 +0100" endDate="2018-06-04 07:54:58 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 08:55:42 +0100" startDate="2018-06-04 07:54:58 +0100" endDate="2018-06-04 08:02:27 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 08:55:42 +0100" startDate="2018-06-04 08:05:53 +0100" endDate="2018-06-04 08:15:52 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 08:55:42 +0100" startDate="2018-06-04 08:15:52 +0100" endDate="2018-06-04 08:23:28 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 08:55:42 +0100" startDate="2018-06-04 08:34:18 +0100" endDate="2018-06-04 08:44:17 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 08:55:42 +0100" startDate="2018-06-04 08:44:17 +0100" endDate="2018-06-04 08:54:15 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 08:54:15 +0100" endDate="2018-06-04 09:01:04 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 09:02:24 +0100" endDate="2018-06-04 09:10:21 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 09:10:21 +0100" endDate="2018-06-04 09:20:00 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 09:20:00 +0100" endDate="2018-06-04 09:21:24 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 09:24:18 +0100" endDate="2018-06-04 09:34:14 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 09:34:14 +0100" endDate="2018-06-04 09:39:45 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 09:44:11 +0100" endDate="2018-06-04 09:52:29 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 10:51:58 +0100" startDate="2018-06-04 09:52:29 +0100" endDate="2018-06-04 10:01:21 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 10:51:58 +0100" startDate="2018-06-04 10:01:21 +0100" endDate="2018-06-04 10:08:15 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 10:51:58 +0100" startDate="2018-06-04 10:21:07 +0100" endDate="2018-06-04 10:31:06 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 10:51:58 +0100" startDate="2018-06-04 10:31:06 +0100" endDate="2018-06-04 10:41:05 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 10:51:58 +0100" startDate="2018-06-04 10:41:05 +0100" endDate="2018-06-04 10:49:47 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 11:51:34 +0100" startDate="2018-06-04 10:49:47 +0100" endDate="2018-06-04 10:59:45 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 11:51:34 +0100" startDate="2018-06-04 10:59:45 +0100" endDate="2018-06-04 11:01:14 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 11:51:34 +0100" startDate="2018-06-04 11:28:59 +0100" endDate="2018-06-04 11:37:26 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 11:51:34 +0100" startDate="2018-06-04 11:37:37 +0100" endDate="2018-06-04 11:47:36 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 12:56:40 +0100" startDate="2018-06-04 11:47:36 +0100" endDate="2018-06-04 11:54:06 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 12:56:40 +0100" startDate="2018-06-04 11:55:13 +0100" endDate="2018-06-04 12:02:47 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 12:56:40 +0100" startDate="2018-06-04 12:02:47 +0100" endDate="2018-06-04 12:08:58 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 12:56:40 +0100" startDate="2018-06-04 12:08:58 +0100" endDate="2018-06-04 12:17:49 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 12:56:40 +0100" startDate="2018-06-04 12:17:49 +0100" endDate="2018-06-04 12:26:40 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 14:30:45 +0100" startDate="2018-06-04 13:45:13 +0100" endDate="2018-06-04 13:54:11 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 14:30:45 +0100" startDate="2018-06-04 14:03:59 +0100" endDate="2018-06-04 14:10:32 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 14:30:45 +0100" startDate="2018-06-04 14:20:18 +0100" endDate="2018-06-04 14:27:32 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 14:53:27 +0100" startDate="2018-06-04 14:27:32 +0100" endDate="2018-06-04 14:34:59 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 14:53:27 +0100" startDate="2018-06-04 14:37:32 +0100" endDate="2018-06-04 14:46:25 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 15:51:29 +0100" startDate="2018-06-04 15:22:34 +0100" endDate="2018-06-04 15:31:04 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 15:51:29 +0100" startDate="2018-06-04 15:31:04 +0100" endDate="2018-06-04 15:37:02 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 16:51:12 +0100" startDate="2018-06-04 15:50:10 +0100" endDate="2018-06-04 16:00:08 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 16:51:12 +0100" startDate="2018-06-04 16:00:08 +0100" endDate="2018-06-04 16:09:58 +0100" value="860"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 16:51:12 +0100" startDate="2018-06-04 16:27:36 +0100" endDate="2018-06-04 16:37:34 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 16:51:12 +0100" startDate="2018-06-04 16:37:34 +0100" endDate="2018-06-04 16:47:33 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 17:51:33 +0100" startDate="2018-06-04 16:47:33 +0100" endDate="2018-06-04 16:48:34 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 18:54:02 +0100" startDate="2018-06-04 17:42:24 +0100" endDate="2018-06-04 17:51:52 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 18:54:02 +0100" startDate="2018-06-04 17:51:52 +0100" endDate="2018-06-04 18:01:52 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 18:54:02 +0100" startDate="2018-06-04 18:01:52 +0100" endDate="2018-06-04 18:10:12 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 19:52:29 +0100" startDate="2018-06-04 18:50:54 +0100" endDate="2018-06-04 18:56:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 19:52:29 +0100" startDate="2018-06-04 19:14:11 +0100" endDate="2018-06-04 19:24:09 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 19:52:29 +0100" startDate="2018-06-04 19:24:09 +0100" endDate="2018-06-04 19:32:34 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 19:52:29 +0100" startDate="2018-06-04 19:32:34 +0100" endDate="2018-06-04 19:42:33 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 20:51:28 +0100" startDate="2018-06-04 19:42:33 +0100" endDate="2018-06-04 19:52:32 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 20:51:28 +0100" startDate="2018-06-04 19:52:32 +0100" endDate="2018-06-04 19:54:21 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 20:51:28 +0100" startDate="2018-06-04 20:33:49 +0100" endDate="2018-06-04 20:43:49 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 22:27:46 +0100" startDate="2018-06-04 20:43:49 +0100" endDate="2018-06-04 20:50:39 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 22:27:46 +0100" startDate="2018-06-04 21:10:06 +0100" endDate="2018-06-04 21:16:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-04 22:27:46 +0100" startDate="2018-06-04 21:24:45 +0100" endDate="2018-06-04 21:31:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 05:51:15 +0100" startDate="2018-06-05 04:55:52 +0100" endDate="2018-06-05 05:03:47 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 05:51:15 +0100" startDate="2018-06-05 05:14:36 +0100" endDate="2018-06-05 05:24:02 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 05:51:15 +0100" startDate="2018-06-05 05:24:02 +0100" endDate="2018-06-05 05:34:00 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 06:51:52 +0100" startDate="2018-06-05 05:58:50 +0100" endDate="2018-06-05 06:05:41 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 06:51:52 +0100" startDate="2018-06-05 06:05:41 +0100" endDate="2018-06-05 06:15:40 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 06:51:52 +0100" startDate="2018-06-05 06:15:40 +0100" endDate="2018-06-05 06:25:12 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 06:51:52 +0100" startDate="2018-06-05 06:32:38 +0100" endDate="2018-06-05 06:39:36 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 10:51:05 +0100" startDate="2018-06-05 10:18:38 +0100" endDate="2018-06-05 10:26:15 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 10:51:05 +0100" startDate="2018-06-05 10:26:15 +0100" endDate="2018-06-05 10:34:04 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 10:51:05 +0100" startDate="2018-06-05 10:35:06 +0100" endDate="2018-06-05 10:42:23 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 11:51:39 +0100" startDate="2018-06-05 10:42:23 +0100" endDate="2018-06-05 10:52:19 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 11:51:39 +0100" startDate="2018-06-05 10:52:19 +0100" endDate="2018-06-05 11:02:18 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 11:51:39 +0100" startDate="2018-06-05 11:02:18 +0100" endDate="2018-06-05 11:11:00 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 12:53:57 +0100" startDate="2018-06-05 11:56:48 +0100" endDate="2018-06-05 12:06:30 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 12:53:57 +0100" startDate="2018-06-05 12:06:30 +0100" endDate="2018-06-05 12:14:43 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 12:53:57 +0100" startDate="2018-06-05 12:32:17 +0100" endDate="2018-06-05 12:42:14 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 12:53:57 +0100" startDate="2018-06-05 12:42:14 +0100" endDate="2018-06-05 12:50:58 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 13:55:11 +0100" startDate="2018-06-05 12:50:58 +0100" endDate="2018-06-05 12:59:09 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 13:55:11 +0100" startDate="2018-06-05 13:08:58 +0100" endDate="2018-06-05 13:15:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 14:53:49 +0100" startDate="2018-06-05 13:59:28 +0100" endDate="2018-06-05 14:09:17 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 15:51:21 +0100" startDate="2018-06-05 15:13:34 +0100" endDate="2018-06-05 15:20:47 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 15:51:21 +0100" startDate="2018-06-05 15:23:28 +0100" endDate="2018-06-05 15:29:46 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 16:59:38 +0100" startDate="2018-06-05 16:04:52 +0100" endDate="2018-06-05 16:14:33 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 16:59:38 +0100" startDate="2018-06-05 16:30:12 +0100" endDate="2018-06-05 16:40:10 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 16:59:38 +0100" startDate="2018-06-05 16:40:10 +0100" endDate="2018-06-05 16:49:58 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 17:51:22 +0100" startDate="2018-06-05 16:49:58 +0100" endDate="2018-06-05 16:53:29 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 17:51:22 +0100" startDate="2018-06-05 17:03:18 +0100" endDate="2018-06-05 17:13:14 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 17:51:22 +0100" startDate="2018-06-05 17:19:28 +0100" endDate="2018-06-05 17:26:42 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 17:51:22 +0100" startDate="2018-06-05 17:35:34 +0100" endDate="2018-06-05 17:44:09 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 18:54:50 +0100" startDate="2018-06-05 17:44:09 +0100" endDate="2018-06-05 17:54:08 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 18:54:50 +0100" startDate="2018-06-05 17:54:08 +0100" endDate="2018-06-05 18:04:07 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 18:54:50 +0100" startDate="2018-06-05 18:04:07 +0100" endDate="2018-06-05 18:14:04 +0100" value="903"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 18:54:50 +0100" startDate="2018-06-05 18:14:04 +0100" endDate="2018-06-05 18:18:49 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 18:54:50 +0100" startDate="2018-06-05 18:39:47 +0100" endDate="2018-06-05 18:48:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 19:55:05 +0100" startDate="2018-06-05 19:13:31 +0100" endDate="2018-06-05 19:19:41 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 22:38:24 +0100" startDate="2018-06-05 20:59:40 +0100" endDate="2018-06-05 21:05:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 22:38:24 +0100" startDate="2018-06-05 21:11:23 +0100" endDate="2018-06-05 21:17:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 22:38:24 +0100" startDate="2018-06-05 22:03:33 +0100" endDate="2018-06-05 22:13:32 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 22:38:24 +0100" startDate="2018-06-05 22:13:32 +0100" endDate="2018-06-05 22:23:30 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 22:38:24 +0100" startDate="2018-06-05 22:23:30 +0100" endDate="2018-06-05 22:32:38 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 23:15:21 +0100" startDate="2018-06-05 22:32:38 +0100" endDate="2018-06-05 22:35:03 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-05 23:15:21 +0100" startDate="2018-06-05 22:37:43 +0100" endDate="2018-06-05 22:43:54 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 06:53:28 +0100" startDate="2018-06-06 06:28:18 +0100" endDate="2018-06-06 06:35:09 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 07:55:50 +0100" startDate="2018-06-06 06:52:09 +0100" endDate="2018-06-06 07:02:09 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 07:55:50 +0100" startDate="2018-06-06 07:02:09 +0100" endDate="2018-06-06 07:11:30 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 07:55:50 +0100" startDate="2018-06-06 07:11:30 +0100" endDate="2018-06-06 07:15:22 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 07:55:50 +0100" startDate="2018-06-06 07:30:31 +0100" endDate="2018-06-06 07:38:44 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 07:55:50 +0100" startDate="2018-06-06 07:40:32 +0100" endDate="2018-06-06 07:50:30 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 08:54:11 +0100" startDate="2018-06-06 07:50:30 +0100" endDate="2018-06-06 08:00:12 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 08:54:11 +0100" startDate="2018-06-06 08:00:12 +0100" endDate="2018-06-06 08:07:38 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 08:54:11 +0100" startDate="2018-06-06 08:19:19 +0100" endDate="2018-06-06 08:29:16 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 08:54:11 +0100" startDate="2018-06-06 08:42:41 +0100" endDate="2018-06-06 08:50:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 09:51:48 +0100" startDate="2018-06-06 08:50:20 +0100" endDate="2018-06-06 08:57:45 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 09:51:48 +0100" startDate="2018-06-06 08:57:45 +0100" endDate="2018-06-06 09:07:37 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 09:51:48 +0100" startDate="2018-06-06 09:16:54 +0100" endDate="2018-06-06 09:26:52 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 09:51:48 +0100" startDate="2018-06-06 09:26:52 +0100" endDate="2018-06-06 09:36:42 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 09:51:48 +0100" startDate="2018-06-06 09:36:42 +0100" endDate="2018-06-06 09:46:41 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 09:46:41 +0100" endDate="2018-06-06 09:56:40 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 09:56:40 +0100" endDate="2018-06-06 10:06:23 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 10:06:23 +0100" endDate="2018-06-06 10:16:14 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 10:16:14 +0100" endDate="2018-06-06 10:26:08 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 10:26:08 +0100" endDate="2018-06-06 10:36:06 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 10:36:06 +0100" endDate="2018-06-06 10:38:31 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 10:40:14 +0100" endDate="2018-06-06 10:47:15 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 11:52:22 +0100" startDate="2018-06-06 10:56:20 +0100" endDate="2018-06-06 11:04:04 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 11:52:22 +0100" startDate="2018-06-06 11:04:04 +0100" endDate="2018-06-06 11:07:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 11:52:22 +0100" startDate="2018-06-06 11:32:46 +0100" endDate="2018-06-06 11:42:45 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 12:52:54 +0100" startDate="2018-06-06 11:42:45 +0100" endDate="2018-06-06 11:49:43 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 12:52:54 +0100" startDate="2018-06-06 12:25:22 +0100" endDate="2018-06-06 12:31:32 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 13:57:56 +0100" startDate="2018-06-06 13:40:09 +0100" endDate="2018-06-06 13:46:19 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 14:42:33 +0100" endDate="2018-06-06 14:50:13 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 14:54:04 +0100" endDate="2018-06-06 15:02:09 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 15:03:56 +0100" endDate="2018-06-06 15:10:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 15:10:52 +0100" endDate="2018-06-06 15:17:05 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 15:20:02 +0100" endDate="2018-06-06 15:30:00 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 15:30:00 +0100" endDate="2018-06-06 15:31:49 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 15:38:37 +0100" endDate="2018-06-06 15:47:55 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 16:55:30 +0100" startDate="2018-06-06 15:47:55 +0100" endDate="2018-06-06 15:53:32 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 17:53:33 +0100" startDate="2018-06-06 16:59:34 +0100" endDate="2018-06-06 17:09:30 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 17:53:33 +0100" startDate="2018-06-06 17:09:30 +0100" endDate="2018-06-06 17:17:45 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 17:53:33 +0100" startDate="2018-06-06 17:26:33 +0100" endDate="2018-06-06 17:36:31 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 17:53:33 +0100" startDate="2018-06-06 17:36:31 +0100" endDate="2018-06-06 17:45:19 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 18:51:33 +0100" startDate="2018-06-06 17:45:19 +0100" endDate="2018-06-06 17:55:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 18:51:33 +0100" startDate="2018-06-06 17:55:19 +0100" endDate="2018-06-06 18:05:14 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 18:51:33 +0100" startDate="2018-06-06 18:05:14 +0100" endDate="2018-06-06 18:05:40 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 22:31:46 +0100" startDate="2018-06-06 22:02:23 +0100" endDate="2018-06-06 22:12:09 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-06 22:31:46 +0100" startDate="2018-06-06 22:12:09 +0100" endDate="2018-06-06 22:16:37 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 04:59:50 +0100" startDate="2018-06-07 04:14:06 +0100" endDate="2018-06-07 04:22:19 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 06:56:11 +0100" startDate="2018-06-07 06:34:16 +0100" endDate="2018-06-07 06:40:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 07:54:45 +0100" startDate="2018-06-07 07:25:04 +0100" endDate="2018-06-07 07:32:06 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 09:54:17 +0100" startDate="2018-06-07 09:10:56 +0100" endDate="2018-06-07 09:18:00 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 10:59:42 +0100" startDate="2018-06-07 10:35:00 +0100" endDate="2018-06-07 10:42:26 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 12:52:32 +0100" startDate="2018-06-07 12:28:05 +0100" endDate="2018-06-07 12:35:39 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 13:52:29 +0100" startDate="2018-06-07 13:26:16 +0100" endDate="2018-06-07 13:33:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 14:53:28 +0100" startDate="2018-06-07 13:48:01 +0100" endDate="2018-06-07 13:57:46 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 14:53:28 +0100" startDate="2018-06-07 14:04:41 +0100" endDate="2018-06-07 14:14:40 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 14:53:28 +0100" startDate="2018-06-07 14:14:40 +0100" endDate="2018-06-07 14:15:33 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 15:54:23 +0100" startDate="2018-06-07 15:40:29 +0100" endDate="2018-06-07 15:47:07 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 17:52:35 +0100" startDate="2018-06-07 17:01:57 +0100" endDate="2018-06-07 17:11:18 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 17:52:35 +0100" startDate="2018-06-07 17:11:18 +0100" endDate="2018-06-07 17:17:59 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 17:52:35 +0100" startDate="2018-06-07 17:23:59 +0100" endDate="2018-06-07 17:33:58 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 17:52:35 +0100" startDate="2018-06-07 17:33:58 +0100" endDate="2018-06-07 17:38:19 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 18:54:43 +0100" startDate="2018-06-07 18:36:13 +0100" endDate="2018-06-07 18:42:36 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 19:55:17 +0100" startDate="2018-06-07 19:39:49 +0100" endDate="2018-06-07 19:49:21 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 20:51:52 +0100" startDate="2018-06-07 20:11:59 +0100" endDate="2018-06-07 20:21:59 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 20:51:52 +0100" startDate="2018-06-07 20:21:59 +0100" endDate="2018-06-07 20:31:57 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 20:51:52 +0100" startDate="2018-06-07 20:31:57 +0100" endDate="2018-06-07 20:32:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 22:14:39 +0100" startDate="2018-06-07 20:46:07 +0100" endDate="2018-06-07 20:52:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 22:14:39 +0100" startDate="2018-06-07 21:28:32 +0100" endDate="2018-06-07 21:37:15 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 22:14:39 +0100" startDate="2018-06-07 22:01:48 +0100" endDate="2018-06-07 22:11:47 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 23:16:26 +0100" startDate="2018-06-07 22:11:47 +0100" endDate="2018-06-07 22:13:25 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 23:16:26 +0100" startDate="2018-06-07 22:31:15 +0100" endDate="2018-06-07 22:37:55 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 23:16:26 +0100" startDate="2018-06-07 22:50:25 +0100" endDate="2018-06-07 22:58:30 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-07 23:16:26 +0100" startDate="2018-06-07 22:58:30 +0100" endDate="2018-06-07 23:03:03 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 06:16:14 +0100" startDate="2018-06-08 05:59:21 +0100" endDate="2018-06-08 06:08:55 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 07:51:43 +0100" startDate="2018-06-08 07:20:17 +0100" endDate="2018-06-08 07:27:58 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 08:52:06 +0100" startDate="2018-06-08 07:54:39 +0100" endDate="2018-06-08 08:01:12 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 09:51:08 +0100" startDate="2018-06-08 09:28:23 +0100" endDate="2018-06-08 09:38:23 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 09:51:08 +0100" startDate="2018-06-08 09:38:23 +0100" endDate="2018-06-08 09:44:37 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 10:51:33 +0100" startDate="2018-06-08 10:09:02 +0100" endDate="2018-06-08 10:19:01 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 10:51:33 +0100" startDate="2018-06-08 10:19:01 +0100" endDate="2018-06-08 10:26:56 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 10:51:33 +0100" startDate="2018-06-08 10:26:56 +0100" endDate="2018-06-08 10:36:14 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 11:53:13 +0100" startDate="2018-06-08 10:45:48 +0100" endDate="2018-06-08 10:54:33 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 11:53:13 +0100" startDate="2018-06-08 10:54:33 +0100" endDate="2018-06-08 11:02:46 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 11:53:13 +0100" startDate="2018-06-08 11:02:46 +0100" endDate="2018-06-08 11:10:36 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 11:53:13 +0100" startDate="2018-06-08 11:21:44 +0100" endDate="2018-06-08 11:27:59 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 12:52:28 +0100" startDate="2018-06-08 12:09:29 +0100" endDate="2018-06-08 12:18:25 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 12:52:28 +0100" startDate="2018-06-08 12:18:25 +0100" endDate="2018-06-08 12:28:14 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 12:52:28 +0100" startDate="2018-06-08 12:28:14 +0100" endDate="2018-06-08 12:37:41 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-08 12:52:28 +0100" startDate="2018-06-08 12:37:41 +0100" endDate="2018-06-08 12:45:08 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 12:45:08 +0100" endDate="2018-06-08 12:53:44 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 13:01:51 +0100" endDate="2018-06-08 13:11:51 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 13:11:51 +0100" endDate="2018-06-08 13:21:49 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 13:21:49 +0100" endDate="2018-06-08 13:31:47 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 13:31:47 +0100" endDate="2018-06-08 13:41:09 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 13:41:09 +0100" endDate="2018-06-08 13:50:59 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 13:50:59 +0100" endDate="2018-06-08 14:00:08 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 14:27:15 +0100" endDate="2018-06-08 14:35:14 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 14:35:14 +0100" endDate="2018-06-08 14:45:12 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 14:45:12 +0100" endDate="2018-06-08 14:55:11 +0100" value="610"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 14:55:11 +0100" endDate="2018-06-08 15:02:01 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 15:02:01 +0100" endDate="2018-06-08 15:12:00 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 15:12:00 +0100" endDate="2018-06-08 15:21:50 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 15:21:50 +0100" endDate="2018-06-08 15:31:30 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 15:31:30 +0100" endDate="2018-06-08 15:41:28 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 15:41:28 +0100" endDate="2018-06-08 15:51:26 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 15:51:26 +0100" endDate="2018-06-08 16:01:24 +0100" value="610"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 16:01:24 +0100" endDate="2018-06-08 16:11:23 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 16:11:23 +0100" endDate="2018-06-08 16:21:21 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 16:21:21 +0100" endDate="2018-06-08 16:30:24 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 16:30:24 +0100" endDate="2018-06-08 16:40:22 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 16:40:22 +0100" endDate="2018-06-08 16:50:20 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 16:50:20 +0100" endDate="2018-06-08 17:00:18 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 17:00:18 +0100" endDate="2018-06-08 17:10:17 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 17:10:17 +0100" endDate="2018-06-08 17:16:05 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 17:23:53 +0100" endDate="2018-06-08 17:30:03 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 17:30:03 +0100" endDate="2018-06-08 17:40:01 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 17:40:01 +0100" endDate="2018-06-08 17:49:29 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 17:49:29 +0100" endDate="2018-06-08 17:58:09 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 17:58:17 +0100" endDate="2018-06-08 18:05:48 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 18:06:06 +0100" endDate="2018-06-08 18:13:50 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 18:13:50 +0100" endDate="2018-06-08 18:18:48 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 18:52:49 +0100" endDate="2018-06-08 19:02:48 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 19:02:48 +0100" endDate="2018-06-08 19:08:47 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 19:12:45 +0100" endDate="2018-06-08 19:18:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 20:03:56 +0100" endDate="2018-06-08 20:12:38 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 21:00:24 +0100" endDate="2018-06-08 21:08:46 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 21:17:22 +0100" endDate="2018-06-08 21:23:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 21:27:28 +0100" endDate="2018-06-08 21:37:26 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 21:37:26 +0100" endDate="2018-06-08 21:47:24 +0100" value="1283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 21:47:24 +0100" endDate="2018-06-08 21:53:46 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 21:53:46 +0100" endDate="2018-06-08 22:02:02 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-08 23:28:32 +0100" endDate="2018-06-08 23:35:43 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 00:35:22 +0100" endDate="2018-06-09 00:45:21 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 00:45:21 +0100" endDate="2018-06-09 00:52:25 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 00:52:25 +0100" endDate="2018-06-09 00:57:02 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 00:57:25 +0100" endDate="2018-06-09 01:03:38 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 01:03:38 +0100" endDate="2018-06-09 01:09:29 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 01:26:11 +0100" endDate="2018-06-09 01:36:05 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 01:36:05 +0100" endDate="2018-06-09 01:45:36 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 01:45:36 +0100" endDate="2018-06-09 01:54:24 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 01:54:24 +0100" endDate="2018-06-09 02:03:53 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 02:03:53 +0100" endDate="2018-06-09 02:13:53 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 02:13:53 +0100" endDate="2018-06-09 02:23:52 +0100" value="682"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 02:23:52 +0100" endDate="2018-06-09 02:33:51 +0100" value="1037"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 02:33:51 +0100" endDate="2018-06-09 02:43:49 +0100" value="1039"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:02:11 +0100" startDate="2018-06-09 02:43:49 +0100" endDate="2018-06-09 02:50:03 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 03:21:45 +0100" startDate="2018-06-09 02:50:03 +0100" endDate="2018-06-09 03:00:01 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 08:13:28 +0100" startDate="2018-06-09 07:56:17 +0100" endDate="2018-06-09 08:05:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 09:18:38 +0100" startDate="2018-06-09 08:05:54 +0100" endDate="2018-06-09 08:11:53 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 09:18:38 +0100" startDate="2018-06-09 08:23:23 +0100" endDate="2018-06-09 08:30:16 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 09:18:38 +0100" startDate="2018-06-09 08:39:42 +0100" endDate="2018-06-09 08:47:34 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 09:18:38 +0100" startDate="2018-06-09 08:47:34 +0100" endDate="2018-06-09 08:56:07 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 10:13:18 +0100" startDate="2018-06-09 09:46:45 +0100" endDate="2018-06-09 09:56:06 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 10:13:18 +0100" startDate="2018-06-09 09:56:06 +0100" endDate="2018-06-09 10:06:05 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 11:17:57 +0100" startDate="2018-06-09 10:06:05 +0100" endDate="2018-06-09 10:12:03 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 11:17:57 +0100" startDate="2018-06-09 10:13:23 +0100" endDate="2018-06-09 10:22:21 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 15:12:25 +0100" startDate="2018-06-09 14:22:39 +0100" endDate="2018-06-09 14:32:39 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 15:12:25 +0100" startDate="2018-06-09 14:32:39 +0100" endDate="2018-06-09 14:38:00 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 15:12:25 +0100" startDate="2018-06-09 14:44:23 +0100" endDate="2018-06-09 14:50:38 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 16:36:50 +0100" startDate="2018-06-09 15:02:52 +0100" endDate="2018-06-09 15:12:36 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 16:36:50 +0100" startDate="2018-06-09 15:16:04 +0100" endDate="2018-06-09 15:25:30 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 16:36:50 +0100" startDate="2018-06-09 15:25:30 +0100" endDate="2018-06-09 15:35:29 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 16:36:50 +0100" startDate="2018-06-09 15:35:29 +0100" endDate="2018-06-09 15:44:10 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 16:36:50 +0100" startDate="2018-06-09 16:20:52 +0100" endDate="2018-06-09 16:30:51 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 17:19:20 +0100" startDate="2018-06-09 16:30:51 +0100" endDate="2018-06-09 16:40:15 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 18:37:31 +0100" startDate="2018-06-09 17:50:08 +0100" endDate="2018-06-09 18:00:08 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 18:37:31 +0100" startDate="2018-06-09 18:14:08 +0100" endDate="2018-06-09 18:23:06 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 18:37:31 +0100" startDate="2018-06-09 18:23:06 +0100" endDate="2018-06-09 18:27:03 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 19:18:19 +0100" startDate="2018-06-09 18:46:21 +0100" endDate="2018-06-09 18:53:29 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 19:13:38 +0100" endDate="2018-06-09 19:22:51 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 19:22:51 +0100" endDate="2018-06-09 19:30:46 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 19:30:46 +0100" endDate="2018-06-09 19:34:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 19:46:13 +0100" endDate="2018-06-09 19:52:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 19:56:04 +0100" endDate="2018-06-09 20:03:05 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 21:14:32 +0100" endDate="2018-06-09 21:24:21 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 21:24:21 +0100" endDate="2018-06-09 21:34:18 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 21:49:47 +0100" endDate="2018-06-09 21:59:10 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 21:59:10 +0100" endDate="2018-06-09 22:08:41 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 22:10:21 +0100" endDate="2018-06-09 22:16:29 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 22:40:05 +0100" endDate="2018-06-09 22:48:20 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 22:48:20 +0100" endDate="2018-06-09 22:50:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-09 23:47:36 +0100" startDate="2018-06-09 23:32:37 +0100" endDate="2018-06-09 23:41:58 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 00:02:41 +0100" startDate="2018-06-09 23:41:58 +0100" endDate="2018-06-09 23:45:04 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 09:02:22 +0100" startDate="2018-06-10 08:08:04 +0100" endDate="2018-06-10 08:16:24 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 09:02:22 +0100" startDate="2018-06-10 08:16:24 +0100" endDate="2018-06-10 08:19:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 09:02:22 +0100" startDate="2018-06-10 08:21:54 +0100" endDate="2018-06-10 08:30:34 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 09:02:22 +0100" startDate="2018-06-10 08:30:34 +0100" endDate="2018-06-10 08:37:13 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 10:57:34 +0100" startDate="2018-06-10 10:37:08 +0100" endDate="2018-06-10 10:46:34 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 12:24:20 +0100" startDate="2018-06-10 10:46:34 +0100" endDate="2018-06-10 10:56:31 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 12:24:20 +0100" startDate="2018-06-10 10:56:31 +0100" endDate="2018-06-10 11:06:23 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 12:24:20 +0100" startDate="2018-06-10 11:10:50 +0100" endDate="2018-06-10 11:18:55 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 12:59:39 +0100" startDate="2018-06-10 12:26:36 +0100" endDate="2018-06-10 12:32:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 14:00:01 +0100" startDate="2018-06-10 13:34:11 +0100" endDate="2018-06-10 13:39:00 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 14:00:01 +0100" startDate="2018-06-10 13:44:09 +0100" endDate="2018-06-10 13:50:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 18:58:31 +0100" startDate="2018-06-10 18:03:56 +0100" endDate="2018-06-10 18:12:19 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 19:58:00 +0100" startDate="2018-06-10 18:50:53 +0100" endDate="2018-06-10 18:57:01 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 19:58:00 +0100" startDate="2018-06-10 19:33:17 +0100" endDate="2018-06-10 19:39:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 19:58:00 +0100" startDate="2018-06-10 19:39:42 +0100" endDate="2018-06-10 19:48:01 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-10 22:37:03 +0100" startDate="2018-06-10 21:34:37 +0100" endDate="2018-06-10 21:41:02 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 06:00:15 +0100" startDate="2018-06-11 05:32:28 +0100" endDate="2018-06-11 05:41:16 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 06:00:15 +0100" startDate="2018-06-11 05:41:33 +0100" endDate="2018-06-11 05:48:31 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 06:58:31 +0100" startDate="2018-06-11 06:00:53 +0100" endDate="2018-06-11 06:08:25 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 06:58:31 +0100" startDate="2018-06-11 06:08:25 +0100" endDate="2018-06-11 06:18:12 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 06:58:31 +0100" startDate="2018-06-11 06:18:12 +0100" endDate="2018-06-11 06:28:09 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 06:58:31 +0100" startDate="2018-06-11 06:28:09 +0100" endDate="2018-06-11 06:33:25 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 06:58:31 +0100" startDate="2018-06-11 06:43:53 +0100" endDate="2018-06-11 06:53:52 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 07:58:21 +0100" startDate="2018-06-11 06:53:52 +0100" endDate="2018-06-11 06:56:02 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 07:58:21 +0100" startDate="2018-06-11 07:05:32 +0100" endDate="2018-06-11 07:12:39 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 07:58:21 +0100" startDate="2018-06-11 07:23:04 +0100" endDate="2018-06-11 07:30:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 07:58:21 +0100" startDate="2018-06-11 07:39:03 +0100" endDate="2018-06-11 07:45:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 07:58:21 +0100" startDate="2018-06-11 07:45:37 +0100" endDate="2018-06-11 07:49:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 09:57:42 +0100" startDate="2018-06-11 08:55:01 +0100" endDate="2018-06-11 09:02:02 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 09:57:42 +0100" startDate="2018-06-11 09:15:23 +0100" endDate="2018-06-11 09:21:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 09:57:42 +0100" startDate="2018-06-11 09:31:10 +0100" endDate="2018-06-11 09:37:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 10:58:20 +0100" startDate="2018-06-11 10:16:23 +0100" endDate="2018-06-11 10:25:01 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 10:58:20 +0100" startDate="2018-06-11 10:25:01 +0100" endDate="2018-06-11 10:35:00 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 10:58:20 +0100" startDate="2018-06-11 10:35:00 +0100" endDate="2018-06-11 10:43:57 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 12:06:05 +0100" startDate="2018-06-11 11:13:26 +0100" endDate="2018-06-11 11:23:25 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 12:06:05 +0100" startDate="2018-06-11 11:23:25 +0100" endDate="2018-06-11 11:32:44 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 12:06:05 +0100" startDate="2018-06-11 11:32:44 +0100" endDate="2018-06-11 11:40:57 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 12:06:05 +0100" startDate="2018-06-11 11:45:47 +0100" endDate="2018-06-11 11:52:53 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 13:01:48 +0100" startDate="2018-06-11 12:07:54 +0100" endDate="2018-06-11 12:15:28 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 13:01:48 +0100" startDate="2018-06-11 12:15:28 +0100" endDate="2018-06-11 12:24:31 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 13:57:55 +0100" startDate="2018-06-11 13:09:15 +0100" endDate="2018-06-11 13:18:29 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 13:57:55 +0100" startDate="2018-06-11 13:18:29 +0100" endDate="2018-06-11 13:24:23 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 13:57:55 +0100" startDate="2018-06-11 13:25:56 +0100" endDate="2018-06-11 13:35:32 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 13:57:55 +0100" startDate="2018-06-11 13:35:32 +0100" endDate="2018-06-11 13:43:21 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 13:57:55 +0100" startDate="2018-06-11 13:43:21 +0100" endDate="2018-06-11 13:52:18 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 14:59:55 +0100" startDate="2018-06-11 13:52:18 +0100" endDate="2018-06-11 14:01:24 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 14:59:55 +0100" startDate="2018-06-11 14:01:24 +0100" endDate="2018-06-11 14:11:07 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 14:59:55 +0100" startDate="2018-06-11 14:11:07 +0100" endDate="2018-06-11 14:16:12 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 14:59:55 +0100" startDate="2018-06-11 14:32:48 +0100" endDate="2018-06-11 14:42:14 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 14:59:55 +0100" startDate="2018-06-11 14:44:35 +0100" endDate="2018-06-11 14:54:34 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 16:01:28 +0100" startDate="2018-06-11 14:54:34 +0100" endDate="2018-06-11 14:59:39 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 16:01:28 +0100" startDate="2018-06-11 15:09:56 +0100" endDate="2018-06-11 15:17:58 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 16:01:28 +0100" startDate="2018-06-11 15:20:14 +0100" endDate="2018-06-11 15:30:08 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 16:01:28 +0100" startDate="2018-06-11 15:30:08 +0100" endDate="2018-06-11 15:39:20 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 16:01:28 +0100" startDate="2018-06-11 15:39:20 +0100" endDate="2018-06-11 15:49:17 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 16:01:28 +0100" startDate="2018-06-11 15:49:17 +0100" endDate="2018-06-11 15:59:16 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 17:04:38 +0100" startDate="2018-06-11 15:59:16 +0100" endDate="2018-06-11 16:02:44 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 17:04:38 +0100" startDate="2018-06-11 16:53:50 +0100" endDate="2018-06-11 17:03:47 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 18:30:40 +0100" startDate="2018-06-11 17:03:47 +0100" endDate="2018-06-11 17:04:50 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 18:30:40 +0100" startDate="2018-06-11 17:29:24 +0100" endDate="2018-06-11 17:35:57 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 19:00:44 +0100" startDate="2018-06-11 18:38:46 +0100" endDate="2018-06-11 18:48:27 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-11 20:57:40 +0100" startDate="2018-06-11 20:38:15 +0100" endDate="2018-06-11 20:44:38 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 07:00:01 +0100" startDate="2018-06-12 05:56:23 +0100" endDate="2018-06-12 06:06:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 07:00:01 +0100" startDate="2018-06-12 06:06:21 +0100" endDate="2018-06-12 06:16:19 +0100" value="1037"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 07:00:01 +0100" startDate="2018-06-12 06:16:19 +0100" endDate="2018-06-12 06:19:51 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 07:00:01 +0100" startDate="2018-06-12 06:25:43 +0100" endDate="2018-06-12 06:35:43 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 07:00:01 +0100" startDate="2018-06-12 06:35:43 +0100" endDate="2018-06-12 06:45:41 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 07:00:01 +0100" startDate="2018-06-12 06:45:41 +0100" endDate="2018-06-12 06:55:38 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 07:57:46 +0100" startDate="2018-06-12 06:55:38 +0100" endDate="2018-06-12 07:05:33 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 07:57:46 +0100" startDate="2018-06-12 07:05:33 +0100" endDate="2018-06-12 07:15:31 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 07:57:46 +0100" startDate="2018-06-12 07:15:31 +0100" endDate="2018-06-12 07:16:24 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 07:57:46 +0100" startDate="2018-06-12 07:24:55 +0100" endDate="2018-06-12 07:34:52 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 07:57:46 +0100" startDate="2018-06-12 07:34:52 +0100" endDate="2018-06-12 07:44:05 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 07:57:46 +0100" startDate="2018-06-12 07:44:05 +0100" endDate="2018-06-12 07:53:56 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 08:58:05 +0100" startDate="2018-06-12 07:53:56 +0100" endDate="2018-06-12 08:03:55 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 08:58:05 +0100" startDate="2018-06-12 08:03:55 +0100" endDate="2018-06-12 08:13:49 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 08:58:05 +0100" startDate="2018-06-12 08:13:49 +0100" endDate="2018-06-12 08:22:44 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 08:58:05 +0100" startDate="2018-06-12 08:22:44 +0100" endDate="2018-06-12 08:30:00 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 09:59:07 +0100" startDate="2018-06-12 08:54:46 +0100" endDate="2018-06-12 09:01:14 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 10:59:34 +0100" startDate="2018-06-12 10:05:53 +0100" endDate="2018-06-12 10:14:27 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 10:59:34 +0100" startDate="2018-06-12 10:14:27 +0100" endDate="2018-06-12 10:24:03 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 10:59:34 +0100" startDate="2018-06-12 10:24:03 +0100" endDate="2018-06-12 10:33:55 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 10:59:34 +0100" startDate="2018-06-12 10:33:55 +0100" endDate="2018-06-12 10:43:06 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 10:59:34 +0100" startDate="2018-06-12 10:43:06 +0100" endDate="2018-06-12 10:52:57 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 11:58:32 +0100" startDate="2018-06-12 10:52:57 +0100" endDate="2018-06-12 11:02:51 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 11:58:32 +0100" startDate="2018-06-12 11:02:51 +0100" endDate="2018-06-12 11:12:40 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 11:58:32 +0100" startDate="2018-06-12 11:12:40 +0100" endDate="2018-06-12 11:22:06 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 11:58:32 +0100" startDate="2018-06-12 11:22:06 +0100" endDate="2018-06-12 11:31:49 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 11:58:32 +0100" startDate="2018-06-12 11:31:49 +0100" endDate="2018-06-12 11:41:48 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 11:58:32 +0100" startDate="2018-06-12 11:41:48 +0100" endDate="2018-06-12 11:49:15 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 11:49:15 +0100" endDate="2018-06-12 11:58:38 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 11:58:38 +0100" endDate="2018-06-12 12:00:53 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 12:06:24 +0100" endDate="2018-06-12 12:12:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 12:22:24 +0100" endDate="2018-06-12 12:29:02 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 12:29:02 +0100" endDate="2018-06-12 12:34:08 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 12:36:41 +0100" endDate="2018-06-12 12:45:27 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 12:45:27 +0100" endDate="2018-06-12 12:53:12 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 13:58:21 +0100" startDate="2018-06-12 12:53:12 +0100" endDate="2018-06-12 13:03:12 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 13:58:21 +0100" startDate="2018-06-12 13:03:12 +0100" endDate="2018-06-12 13:10:22 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 13:58:21 +0100" startDate="2018-06-12 13:11:52 +0100" endDate="2018-06-12 13:21:51 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 13:58:21 +0100" startDate="2018-06-12 13:21:51 +0100" endDate="2018-06-12 13:26:08 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 16:01:17 +0100" startDate="2018-06-12 14:52:54 +0100" endDate="2018-06-12 15:02:52 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 16:01:17 +0100" startDate="2018-06-12 15:02:52 +0100" endDate="2018-06-12 15:10:44 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 16:01:17 +0100" startDate="2018-06-12 15:10:44 +0100" endDate="2018-06-12 15:14:57 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 16:01:17 +0100" startDate="2018-06-12 15:14:57 +0100" endDate="2018-06-12 15:24:55 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 16:01:17 +0100" startDate="2018-06-12 15:24:55 +0100" endDate="2018-06-12 15:28:24 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 16:01:17 +0100" startDate="2018-06-12 15:44:05 +0100" endDate="2018-06-12 15:54:04 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 16:59:19 +0100" startDate="2018-06-12 15:54:04 +0100" endDate="2018-06-12 16:02:53 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 16:59:19 +0100" startDate="2018-06-12 16:02:53 +0100" endDate="2018-06-12 16:12:53 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 16:59:19 +0100" startDate="2018-06-12 16:12:53 +0100" endDate="2018-06-12 16:14:30 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 17:58:58 +0100" startDate="2018-06-12 17:04:42 +0100" endDate="2018-06-12 17:12:54 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 17:58:58 +0100" startDate="2018-06-12 17:12:54 +0100" endDate="2018-06-12 17:20:58 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 17:58:58 +0100" startDate="2018-06-12 17:20:58 +0100" endDate="2018-06-12 17:30:41 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 17:58:58 +0100" startDate="2018-06-12 17:39:32 +0100" endDate="2018-06-12 17:49:31 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 19:00:02 +0100" startDate="2018-06-12 17:49:31 +0100" endDate="2018-06-12 17:59:30 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 19:00:02 +0100" startDate="2018-06-12 17:59:30 +0100" endDate="2018-06-12 18:04:22 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 19:00:02 +0100" startDate="2018-06-12 18:32:08 +0100" endDate="2018-06-12 18:38:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 19:57:44 +0100" startDate="2018-06-12 19:17:36 +0100" endDate="2018-06-12 19:26:04 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 19:57:44 +0100" startDate="2018-06-12 19:26:04 +0100" endDate="2018-06-12 19:31:06 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 20:59:47 +0100" startDate="2018-06-12 19:52:29 +0100" endDate="2018-06-12 20:02:28 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 20:59:47 +0100" startDate="2018-06-12 20:02:28 +0100" endDate="2018-06-12 20:11:18 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 20:59:47 +0100" startDate="2018-06-12 20:23:38 +0100" endDate="2018-06-12 20:33:38 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 20:59:47 +0100" startDate="2018-06-12 20:33:38 +0100" endDate="2018-06-12 20:38:31 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 20:59:47 +0100" startDate="2018-06-12 20:40:00 +0100" endDate="2018-06-12 20:49:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 22:04:48 +0100" startDate="2018-06-12 20:58:43 +0100" endDate="2018-06-12 21:05:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="count" creationDate="2018-06-12 22:04:48 +0100" startDate="2018-06-12 21:08:01 +0100" endDate="2018-06-12 21:15:55 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 07:54:37 +0100" startDate="2018-06-13 06:53:13 +0100" endDate="2018-06-13 07:03:11 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 07:54:37 +0100" startDate="2018-06-13 07:03:11 +0100" endDate="2018-06-13 07:13:10 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 07:54:37 +0100" startDate="2018-06-13 07:13:10 +0100" endDate="2018-06-13 07:20:21 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 07:54:37 +0100" startDate="2018-06-13 07:23:57 +0100" endDate="2018-06-13 07:30:32 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 07:54:37 +0100" startDate="2018-06-13 07:36:11 +0100" endDate="2018-06-13 07:46:06 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 08:50:11 +0100" startDate="2018-06-13 07:46:06 +0100" endDate="2018-06-13 07:54:38 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 08:50:11 +0100" startDate="2018-06-13 07:57:47 +0100" endDate="2018-06-13 08:07:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 08:50:11 +0100" startDate="2018-06-13 08:07:40 +0100" endDate="2018-06-13 08:14:29 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 08:50:11 +0100" startDate="2018-06-13 08:14:29 +0100" endDate="2018-06-13 08:24:23 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 08:50:11 +0100" startDate="2018-06-13 08:24:23 +0100" endDate="2018-06-13 08:32:11 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 08:50:11 +0100" startDate="2018-06-13 08:32:11 +0100" endDate="2018-06-13 08:41:38 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 09:51:29 +0100" startDate="2018-06-13 08:41:38 +0100" endDate="2018-06-13 08:51:37 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 09:51:29 +0100" startDate="2018-06-13 08:58:41 +0100" endDate="2018-06-13 09:08:40 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 09:51:29 +0100" startDate="2018-06-13 09:08:40 +0100" endDate="2018-06-13 09:11:41 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 09:51:29 +0100" startDate="2018-06-13 09:23:17 +0100" endDate="2018-06-13 09:32:54 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 09:51:29 +0100" startDate="2018-06-13 09:37:17 +0100" endDate="2018-06-13 09:45:42 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 10:50:16 +0100" startDate="2018-06-13 09:52:35 +0100" endDate="2018-06-13 10:02:34 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 10:50:16 +0100" startDate="2018-06-13 10:02:34 +0100" endDate="2018-06-13 10:08:24 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 10:50:16 +0100" startDate="2018-06-13 10:20:27 +0100" endDate="2018-06-13 10:26:38 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 10:50:16 +0100" startDate="2018-06-13 10:26:38 +0100" endDate="2018-06-13 10:36:36 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 10:50:16 +0100" startDate="2018-06-13 10:36:36 +0100" endDate="2018-06-13 10:46:35 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 11:51:16 +0100" startDate="2018-06-13 10:46:35 +0100" endDate="2018-06-13 10:50:19 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 11:51:16 +0100" startDate="2018-06-13 10:58:59 +0100" endDate="2018-06-13 11:08:58 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 11:51:16 +0100" startDate="2018-06-13 11:08:58 +0100" endDate="2018-06-13 11:18:57 +0100" value="563"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 11:51:16 +0100" startDate="2018-06-13 11:18:57 +0100" endDate="2018-06-13 11:28:42 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 11:51:16 +0100" startDate="2018-06-13 11:28:42 +0100" endDate="2018-06-13 11:38:33 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 11:51:16 +0100" startDate="2018-06-13 11:38:33 +0100" endDate="2018-06-13 11:48:33 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 12:51:26 +0100" startDate="2018-06-13 11:48:33 +0100" endDate="2018-06-13 11:56:13 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 12:51:26 +0100" startDate="2018-06-13 12:13:53 +0100" endDate="2018-06-13 12:21:42 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 12:51:26 +0100" startDate="2018-06-13 12:21:42 +0100" endDate="2018-06-13 12:27:42 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 12:51:26 +0100" startDate="2018-06-13 12:29:04 +0100" endDate="2018-06-13 12:38:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 12:51:26 +0100" startDate="2018-06-13 12:38:35 +0100" endDate="2018-06-13 12:48:35 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 12:48:35 +0100" endDate="2018-06-13 12:52:37 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 12:53:43 +0100" endDate="2018-06-13 13:02:33 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 13:02:33 +0100" endDate="2018-06-13 13:12:33 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 13:12:33 +0100" endDate="2018-06-13 13:22:32 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 13:22:32 +0100" endDate="2018-06-13 13:31:09 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 13:31:09 +0100" endDate="2018-06-13 13:40:52 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 13:40:52 +0100" endDate="2018-06-13 13:44:59 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 14:53:17 +0100" startDate="2018-06-13 13:52:19 +0100" endDate="2018-06-13 14:02:18 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 14:53:17 +0100" startDate="2018-06-13 14:02:18 +0100" endDate="2018-06-13 14:06:49 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 14:53:17 +0100" startDate="2018-06-13 14:11:14 +0100" endDate="2018-06-13 14:18:20 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 14:53:17 +0100" startDate="2018-06-13 14:18:43 +0100" endDate="2018-06-13 14:25:44 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 14:53:17 +0100" startDate="2018-06-13 14:35:39 +0100" endDate="2018-06-13 14:43:44 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 15:54:07 +0100" startDate="2018-06-13 15:21:04 +0100" endDate="2018-06-13 15:28:58 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 15:54:07 +0100" startDate="2018-06-13 15:28:58 +0100" endDate="2018-06-13 15:31:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 16:50:33 +0100" startDate="2018-06-13 16:25:37 +0100" endDate="2018-06-13 16:32:30 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 16:50:33 +0100" startDate="2018-06-13 16:33:51 +0100" endDate="2018-06-13 16:41:46 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 18:02:31 +0100" startDate="2018-06-13 16:41:46 +0100" endDate="2018-06-13 16:50:52 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 18:02:31 +0100" startDate="2018-06-13 16:50:52 +0100" endDate="2018-06-13 16:59:24 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 18:02:31 +0100" startDate="2018-06-13 16:59:24 +0100" endDate="2018-06-13 17:04:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 18:02:31 +0100" startDate="2018-06-13 17:41:42 +0100" endDate="2018-06-13 17:48:10 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 18:52:12 +0100" startDate="2018-06-13 18:02:27 +0100" endDate="2018-06-13 18:08:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 18:52:12 +0100" startDate="2018-06-13 18:08:27 +0100" endDate="2018-06-13 18:18:27 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 18:52:12 +0100" startDate="2018-06-13 18:18:27 +0100" endDate="2018-06-13 18:27:51 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 18:52:12 +0100" startDate="2018-06-13 18:27:51 +0100" endDate="2018-06-13 18:36:31 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 18:52:12 +0100" startDate="2018-06-13 18:38:48 +0100" endDate="2018-06-13 18:48:48 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 19:50:52 +0100" startDate="2018-06-13 18:48:48 +0100" endDate="2018-06-13 18:58:46 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 19:50:52 +0100" startDate="2018-06-13 18:58:46 +0100" endDate="2018-06-13 19:08:44 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 19:50:52 +0100" startDate="2018-06-13 19:08:44 +0100" endDate="2018-06-13 19:08:47 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 20:58:17 +0100" startDate="2018-06-13 20:34:48 +0100" endDate="2018-06-13 20:43:08 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 22:33:16 +0100" startDate="2018-06-13 21:19:41 +0100" endDate="2018-06-13 21:28:34 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 22:33:16 +0100" startDate="2018-06-13 21:28:34 +0100" endDate="2018-06-13 21:36:23 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 22:33:16 +0100" startDate="2018-06-13 21:36:23 +0100" endDate="2018-06-13 21:39:24 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-13 22:33:16 +0100" startDate="2018-06-13 22:22:59 +0100" endDate="2018-06-13 22:29:27 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 05:27:36 +0100" startDate="2018-06-14 05:07:16 +0100" endDate="2018-06-14 05:17:16 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 05:27:36 +0100" startDate="2018-06-14 05:17:16 +0100" endDate="2018-06-14 05:17:59 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 05:59:05 +0100" startDate="2018-06-14 05:30:21 +0100" endDate="2018-06-14 05:39:40 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 05:59:05 +0100" startDate="2018-06-14 05:39:40 +0100" endDate="2018-06-14 05:42:41 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 05:59:05 +0100" startDate="2018-06-14 05:47:22 +0100" endDate="2018-06-14 05:53:55 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 06:51:09 +0100" startDate="2018-06-14 05:53:55 +0100" endDate="2018-06-14 05:53:58 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 06:51:09 +0100" startDate="2018-06-14 06:20:19 +0100" endDate="2018-06-14 06:27:35 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 06:51:09 +0100" startDate="2018-06-14 06:30:10 +0100" endDate="2018-06-14 06:40:09 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 06:51:09 +0100" startDate="2018-06-14 06:40:09 +0100" endDate="2018-06-14 06:48:16 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 07:54:39 +0100" startDate="2018-06-14 06:48:16 +0100" endDate="2018-06-14 06:56:58 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 07:54:39 +0100" startDate="2018-06-14 07:16:37 +0100" endDate="2018-06-14 07:23:56 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 07:54:39 +0100" startDate="2018-06-14 07:23:56 +0100" endDate="2018-06-14 07:33:53 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 07:54:39 +0100" startDate="2018-06-14 07:33:53 +0100" endDate="2018-06-14 07:40:44 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 07:54:39 +0100" startDate="2018-06-14 07:40:44 +0100" endDate="2018-06-14 07:50:17 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 08:55:35 +0100" startDate="2018-06-14 07:50:17 +0100" endDate="2018-06-14 07:59:11 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 08:55:35 +0100" startDate="2018-06-14 08:36:06 +0100" endDate="2018-06-14 08:46:04 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 09:52:44 +0100" startDate="2018-06-14 08:46:04 +0100" endDate="2018-06-14 08:53:13 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 09:52:44 +0100" startDate="2018-06-14 09:06:01 +0100" endDate="2018-06-14 09:12:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 09:52:44 +0100" startDate="2018-06-14 09:25:59 +0100" endDate="2018-06-14 09:35:07 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 09:52:44 +0100" startDate="2018-06-14 09:35:07 +0100" endDate="2018-06-14 09:40:56 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 10:52:39 +0100" startDate="2018-06-14 09:59:32 +0100" endDate="2018-06-14 10:09:31 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 10:52:39 +0100" startDate="2018-06-14 10:09:31 +0100" endDate="2018-06-14 10:13:00 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 10:52:39 +0100" startDate="2018-06-14 10:20:36 +0100" endDate="2018-06-14 10:28:03 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 10:52:39 +0100" startDate="2018-06-14 10:37:57 +0100" endDate="2018-06-14 10:44:02 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 11:51:50 +0100" startDate="2018-06-14 10:44:02 +0100" endDate="2018-06-14 10:54:00 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 11:51:50 +0100" startDate="2018-06-14 10:54:00 +0100" endDate="2018-06-14 10:57:23 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 11:51:50 +0100" startDate="2018-06-14 10:58:13 +0100" endDate="2018-06-14 11:08:12 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 11:51:50 +0100" startDate="2018-06-14 11:08:12 +0100" endDate="2018-06-14 11:18:10 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 11:51:50 +0100" startDate="2018-06-14 11:18:10 +0100" endDate="2018-06-14 11:28:06 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 11:51:50 +0100" startDate="2018-06-14 11:28:06 +0100" endDate="2018-06-14 11:37:21 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 11:45:02 +0100" endDate="2018-06-14 11:51:35 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 11:51:35 +0100" endDate="2018-06-14 11:58:12 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 11:58:12 +0100" endDate="2018-06-14 12:07:59 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 12:07:59 +0100" endDate="2018-06-14 12:17:45 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 12:17:45 +0100" endDate="2018-06-14 12:21:14 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 12:30:00 +0100" endDate="2018-06-14 12:39:59 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 12:39:59 +0100" endDate="2018-06-14 12:49:57 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 12:49:57 +0100" endDate="2018-06-14 12:59:55 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 12:59:55 +0100" endDate="2018-06-14 13:00:46 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 13:51:03 +0100" startDate="2018-06-14 13:20:44 +0100" endDate="2018-06-14 13:30:43 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 13:51:03 +0100" startDate="2018-06-14 13:30:43 +0100" endDate="2018-06-14 13:39:38 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 13:51:03 +0100" startDate="2018-06-14 13:39:38 +0100" endDate="2018-06-14 13:49:36 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 14:14:28 +0100" startDate="2018-06-14 13:49:36 +0100" endDate="2018-06-14 13:59:00 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 14:14:28 +0100" startDate="2018-06-14 13:59:00 +0100" endDate="2018-06-14 14:08:59 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 14:19:20 +0100" startDate="2018-06-14 14:08:59 +0100" endDate="2018-06-14 14:18:57 +0100" value="1040"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 14:54:55 +0100" startDate="2018-06-14 14:18:57 +0100" endDate="2018-06-14 14:23:58 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 14:54:55 +0100" startDate="2018-06-14 14:31:27 +0100" endDate="2018-06-14 14:41:01 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 14:54:55 +0100" startDate="2018-06-14 14:41:01 +0100" endDate="2018-06-14 14:49:04 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 15:53:41 +0100" startDate="2018-06-14 14:49:04 +0100" endDate="2018-06-14 14:58:57 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 15:53:41 +0100" startDate="2018-06-14 14:58:57 +0100" endDate="2018-06-14 15:08:55 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 15:53:41 +0100" startDate="2018-06-14 15:08:55 +0100" endDate="2018-06-14 15:17:19 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 15:53:41 +0100" startDate="2018-06-14 15:19:44 +0100" endDate="2018-06-14 15:26:12 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 15:53:41 +0100" startDate="2018-06-14 15:28:46 +0100" endDate="2018-06-14 15:38:12 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 15:53:41 +0100" startDate="2018-06-14 15:38:12 +0100" endDate="2018-06-14 15:48:10 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 16:52:56 +0100" startDate="2018-06-14 15:48:10 +0100" endDate="2018-06-14 15:57:54 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 16:52:56 +0100" startDate="2018-06-14 15:57:54 +0100" endDate="2018-06-14 16:00:07 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 16:52:56 +0100" startDate="2018-06-14 16:22:42 +0100" endDate="2018-06-14 16:29:38 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 16:52:56 +0100" startDate="2018-06-14 16:34:59 +0100" endDate="2018-06-14 16:42:36 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 17:52:22 +0100" startDate="2018-06-14 16:42:36 +0100" endDate="2018-06-14 16:50:01 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 17:52:22 +0100" startDate="2018-06-14 16:50:01 +0100" endDate="2018-06-14 16:58:54 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 17:52:22 +0100" startDate="2018-06-14 17:04:50 +0100" endDate="2018-06-14 17:10:50 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 18:50:17 +0100" startDate="2018-06-14 18:06:48 +0100" endDate="2018-06-14 18:14:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 18:50:17 +0100" startDate="2018-06-14 18:23:24 +0100" endDate="2018-06-14 18:30:00 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 18:49:48 +0100" endDate="2018-06-14 18:59:47 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 18:59:47 +0100" endDate="2018-06-14 19:08:25 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 19:08:25 +0100" endDate="2018-06-14 19:13:18 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 19:18:49 +0100" endDate="2018-06-14 19:25:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 20:35:01 +0100" endDate="2018-06-14 20:41:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 20:42:19 +0100" endDate="2018-06-14 20:48:42 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 21:05:24 +0100" endDate="2018-06-14 21:13:14 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 21:13:14 +0100" endDate="2018-06-14 21:18:25 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 21:18:25 +0100" endDate="2018-06-14 21:27:55 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 21:46:30 +0100" startDate="2018-06-14 21:27:55 +0100" endDate="2018-06-14 21:34:37 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 22:12:34 +0100" startDate="2018-06-14 21:47:16 +0100" endDate="2018-06-14 21:57:01 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 22:12:34 +0100" startDate="2018-06-14 21:57:01 +0100" endDate="2018-06-14 22:02:06 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-14 23:12:06 +0100" startDate="2018-06-14 22:02:06 +0100" endDate="2018-06-14 22:10:54 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 05:51:21 +0100" startDate="2018-06-15 05:24:36 +0100" endDate="2018-06-15 05:31:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 05:51:21 +0100" startDate="2018-06-15 05:40:22 +0100" endDate="2018-06-15 05:46:52 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 06:51:14 +0100" startDate="2018-06-15 05:46:52 +0100" endDate="2018-06-15 05:52:55 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 06:51:14 +0100" startDate="2018-06-15 06:10:00 +0100" endDate="2018-06-15 06:18:43 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 06:51:14 +0100" startDate="2018-06-15 06:18:43 +0100" endDate="2018-06-15 06:28:40 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 06:51:14 +0100" startDate="2018-06-15 06:28:40 +0100" endDate="2018-06-15 06:30:55 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 07:50:00 +0100" startDate="2018-06-15 06:43:19 +0100" endDate="2018-06-15 06:49:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 07:50:00 +0100" startDate="2018-06-15 06:54:54 +0100" endDate="2018-06-15 07:02:06 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 07:50:00 +0100" startDate="2018-06-15 07:13:50 +0100" endDate="2018-06-15 07:22:22 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 07:50:00 +0100" startDate="2018-06-15 07:22:22 +0100" endDate="2018-06-15 07:29:47 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 07:50:00 +0100" startDate="2018-06-15 07:30:37 +0100" endDate="2018-06-15 07:40:36 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 07:40:36 +0100" endDate="2018-06-15 07:50:34 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 07:50:34 +0100" endDate="2018-06-15 08:00:32 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 08:00:32 +0100" endDate="2018-06-15 08:10:31 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 08:10:31 +0100" endDate="2018-06-15 08:20:31 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 08:20:31 +0100" endDate="2018-06-15 08:30:29 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 08:30:29 +0100" endDate="2018-06-15 08:40:29 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 08:40:29 +0100" endDate="2018-06-15 08:50:28 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 09:50:52 +0100" startDate="2018-06-15 08:50:28 +0100" endDate="2018-06-15 08:58:35 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 09:50:52 +0100" startDate="2018-06-15 09:05:53 +0100" endDate="2018-06-15 09:15:27 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 09:50:52 +0100" startDate="2018-06-15 09:15:27 +0100" endDate="2018-06-15 09:23:26 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 09:50:52 +0100" startDate="2018-06-15 09:26:18 +0100" endDate="2018-06-15 09:33:19 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 09:50:52 +0100" startDate="2018-06-15 09:33:19 +0100" endDate="2018-06-15 09:43:08 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 09:43:08 +0100" endDate="2018-06-15 09:49:14 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 09:50:04 +0100" endDate="2018-06-15 09:58:24 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 09:58:24 +0100" endDate="2018-06-15 10:08:17 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 10:08:17 +0100" endDate="2018-06-15 10:17:47 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 10:17:47 +0100" endDate="2018-06-15 10:27:12 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 10:27:12 +0100" endDate="2018-06-15 10:37:10 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 10:37:10 +0100" endDate="2018-06-15 10:46:25 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 11:52:19 +0100" startDate="2018-06-15 10:58:39 +0100" endDate="2018-06-15 11:08:38 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 11:52:19 +0100" startDate="2018-06-15 11:08:38 +0100" endDate="2018-06-15 11:18:02 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 11:52:19 +0100" startDate="2018-06-15 11:18:02 +0100" endDate="2018-06-15 11:27:46 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 11:52:19 +0100" startDate="2018-06-15 11:36:18 +0100" endDate="2018-06-15 11:46:12 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 12:50:53 +0100" startDate="2018-06-15 11:51:59 +0100" endDate="2018-06-15 12:01:43 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 12:50:53 +0100" startDate="2018-06-15 12:01:43 +0100" endDate="2018-06-15 12:09:01 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 12:50:53 +0100" startDate="2018-06-15 12:09:01 +0100" endDate="2018-06-15 12:17:49 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 12:50:53 +0100" startDate="2018-06-15 12:25:18 +0100" endDate="2018-06-15 12:31:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 12:50:53 +0100" startDate="2018-06-15 12:31:54 +0100" endDate="2018-06-15 12:41:16 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 12:41:16 +0100" endDate="2018-06-15 12:51:06 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 12:51:06 +0100" endDate="2018-06-15 13:01:04 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 13:01:04 +0100" endDate="2018-06-15 13:10:47 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 13:10:47 +0100" endDate="2018-06-15 13:20:38 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 13:20:38 +0100" endDate="2018-06-15 13:30:14 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 13:30:14 +0100" endDate="2018-06-15 13:40:13 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 13:40:13 +0100" endDate="2018-06-15 13:50:08 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 14:51:30 +0100" startDate="2018-06-15 13:50:08 +0100" endDate="2018-06-15 14:00:06 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 14:51:30 +0100" startDate="2018-06-15 14:00:06 +0100" endDate="2018-06-15 14:10:05 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 14:51:30 +0100" startDate="2018-06-15 14:10:05 +0100" endDate="2018-06-15 14:18:44 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 14:51:30 +0100" startDate="2018-06-15 14:18:44 +0100" endDate="2018-06-15 14:22:35 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 16:14:28 +0100" startDate="2018-06-15 15:54:57 +0100" endDate="2018-06-15 16:01:18 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 17:38:11 +0100" startDate="2018-06-15 16:30:45 +0100" endDate="2018-06-15 16:40:44 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 17:38:11 +0100" startDate="2018-06-15 16:40:44 +0100" endDate="2018-06-15 16:48:52 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 17:38:11 +0100" startDate="2018-06-15 16:48:52 +0100" endDate="2018-06-15 16:52:51 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 18:33:33 +0100" startDate="2018-06-15 17:53:09 +0100" endDate="2018-06-15 17:59:45 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 20:35:26 +0100" startDate="2018-06-15 19:47:55 +0100" endDate="2018-06-15 19:57:55 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 20:35:26 +0100" startDate="2018-06-15 19:57:55 +0100" endDate="2018-06-15 19:58:18 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 21:33:54 +0100" startDate="2018-06-15 20:44:13 +0100" endDate="2018-06-15 20:52:37 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-15 23:11:39 +0100" startDate="2018-06-15 22:23:12 +0100" endDate="2018-06-15 22:32:39 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 07:36:12 +0100" startDate="2018-06-16 06:54:26 +0100" endDate="2018-06-16 07:04:26 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 07:36:12 +0100" startDate="2018-06-16 07:04:26 +0100" endDate="2018-06-16 07:04:41 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 08:36:36 +0100" startDate="2018-06-16 07:48:36 +0100" endDate="2018-06-16 07:57:37 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 08:36:36 +0100" startDate="2018-06-16 07:57:37 +0100" endDate="2018-06-16 08:02:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 08:36:36 +0100" startDate="2018-06-16 08:04:34 +0100" endDate="2018-06-16 08:13:11 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 08:36:36 +0100" startDate="2018-06-16 08:13:11 +0100" endDate="2018-06-16 08:20:26 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 09:35:59 +0100" startDate="2018-06-16 08:48:21 +0100" endDate="2018-06-16 08:58:21 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 09:35:59 +0100" startDate="2018-06-16 08:58:21 +0100" endDate="2018-06-16 09:05:03 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 09:35:59 +0100" startDate="2018-06-16 09:05:03 +0100" endDate="2018-06-16 09:12:46 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 09:35:59 +0100" startDate="2018-06-16 09:20:01 +0100" endDate="2018-06-16 09:26:27 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 10:33:04 +0100" startDate="2018-06-16 09:26:27 +0100" endDate="2018-06-16 09:31:45 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 10:33:04 +0100" startDate="2018-06-16 09:37:06 +0100" endDate="2018-06-16 09:46:40 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 10:33:04 +0100" startDate="2018-06-16 09:46:40 +0100" endDate="2018-06-16 09:53:17 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 10:33:04 +0100" startDate="2018-06-16 09:55:02 +0100" endDate="2018-06-16 10:03:45 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 10:33:04 +0100" startDate="2018-06-16 10:03:45 +0100" endDate="2018-06-16 10:13:15 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 10:33:04 +0100" startDate="2018-06-16 10:13:15 +0100" endDate="2018-06-16 10:23:14 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 11:35:24 +0100" startDate="2018-06-16 10:23:14 +0100" endDate="2018-06-16 10:30:08 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 11:35:24 +0100" startDate="2018-06-16 10:51:06 +0100" endDate="2018-06-16 10:58:25 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 11:35:24 +0100" startDate="2018-06-16 11:05:40 +0100" endDate="2018-06-16 11:15:28 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 11:35:24 +0100" startDate="2018-06-16 11:15:28 +0100" endDate="2018-06-16 11:25:09 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 11:35:24 +0100" startDate="2018-06-16 11:25:09 +0100" endDate="2018-06-16 11:33:23 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 12:36:39 +0100" startDate="2018-06-16 11:33:23 +0100" endDate="2018-06-16 11:43:21 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 12:36:39 +0100" startDate="2018-06-16 11:43:21 +0100" endDate="2018-06-16 11:47:51 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 12:36:39 +0100" startDate="2018-06-16 11:49:24 +0100" endDate="2018-06-16 11:56:38 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 12:36:39 +0100" startDate="2018-06-16 11:56:38 +0100" endDate="2018-06-16 12:04:59 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 12:36:39 +0100" startDate="2018-06-16 12:04:59 +0100" endDate="2018-06-16 12:07:36 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 12:36:39 +0100" startDate="2018-06-16 12:11:36 +0100" endDate="2018-06-16 12:20:59 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 13:36:26 +0100" startDate="2018-06-16 12:53:24 +0100" endDate="2018-06-16 13:03:05 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 13:36:26 +0100" startDate="2018-06-16 13:03:05 +0100" endDate="2018-06-16 13:13:00 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 13:36:26 +0100" startDate="2018-06-16 13:13:00 +0100" endDate="2018-06-16 13:22:30 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 13:36:26 +0100" startDate="2018-06-16 13:22:30 +0100" endDate="2018-06-16 13:29:48 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 14:33:29 +0100" startDate="2018-06-16 14:00:59 +0100" endDate="2018-06-16 14:09:12 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 14:33:29 +0100" startDate="2018-06-16 14:09:12 +0100" endDate="2018-06-16 14:16:59 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 15:34:15 +0100" startDate="2018-06-16 14:39:44 +0100" endDate="2018-06-16 14:45:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 17:01:58 +0100" startDate="2018-06-16 15:33:40 +0100" endDate="2018-06-16 15:40:08 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 17:01:58 +0100" startDate="2018-06-16 16:02:18 +0100" endDate="2018-06-16 16:08:56 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 17:01:58 +0100" startDate="2018-06-16 16:14:41 +0100" endDate="2018-06-16 16:21:15 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 17:01:58 +0100" startDate="2018-06-16 16:24:04 +0100" endDate="2018-06-16 16:31:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 17:01:58 +0100" startDate="2018-06-16 16:31:10 +0100" endDate="2018-06-16 16:40:46 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 17:01:58 +0100" startDate="2018-06-16 16:40:46 +0100" endDate="2018-06-16 16:43:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 17:34:10 +0100" startDate="2018-06-16 17:14:48 +0100" endDate="2018-06-16 17:21:05 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 18:37:00 +0100" startDate="2018-06-16 18:09:51 +0100" endDate="2018-06-16 18:15:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 19:33:11 +0100" startDate="2018-06-16 18:36:58 +0100" endDate="2018-06-16 18:43:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 20:33:05 +0100" startDate="2018-06-16 19:53:26 +0100" endDate="2018-06-16 19:59:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-16 20:33:05 +0100" startDate="2018-06-16 20:08:42 +0100" endDate="2018-06-16 20:14:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 07:20:14 +0100" startDate="2018-06-16 21:32:42 +0100" endDate="2018-06-16 21:42:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 07:20:14 +0100" startDate="2018-06-16 21:47:33 +0100" endDate="2018-06-16 21:56:59 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 07:20:14 +0100" startDate="2018-06-16 22:01:16 +0100" endDate="2018-06-16 22:07:52 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 07:20:14 +0100" startDate="2018-06-17 06:59:39 +0100" endDate="2018-06-17 07:05:54 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 08:36:48 +0100" startDate="2018-06-17 08:17:26 +0100" endDate="2018-06-17 08:24:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 09:34:51 +0100" startDate="2018-06-17 09:09:07 +0100" endDate="2018-06-17 09:19:06 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 09:34:51 +0100" startDate="2018-06-17 09:19:06 +0100" endDate="2018-06-17 09:25:02 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 10:33:36 +0100" startDate="2018-06-17 09:38:47 +0100" endDate="2018-06-17 09:45:10 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 10:33:36 +0100" startDate="2018-06-17 09:47:05 +0100" endDate="2018-06-17 09:56:51 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 10:33:36 +0100" startDate="2018-06-17 10:21:58 +0100" endDate="2018-06-17 10:28:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 11:47:12 +0100" startDate="2018-06-17 11:07:25 +0100" endDate="2018-06-17 11:13:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 12:30:55 +0100" startDate="2018-06-17 11:41:23 +0100" endDate="2018-06-17 11:47:36 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 12:30:55 +0100" startDate="2018-06-17 12:19:08 +0100" endDate="2018-06-17 12:26:57 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 13:35:21 +0100" startDate="2018-06-17 12:35:11 +0100" endDate="2018-06-17 12:42:13 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 14:30:24 +0100" startDate="2018-06-17 13:50:16 +0100" endDate="2018-06-17 13:58:28 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 14:30:24 +0100" startDate="2018-06-17 14:09:36 +0100" endDate="2018-06-17 14:17:28 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 14:30:24 +0100" startDate="2018-06-17 14:17:28 +0100" endDate="2018-06-17 14:27:27 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 15:31:45 +0100" startDate="2018-06-17 15:08:41 +0100" endDate="2018-06-17 15:18:39 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 15:31:45 +0100" startDate="2018-06-17 15:18:39 +0100" endDate="2018-06-17 15:25:30 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 16:32:38 +0100" startDate="2018-06-17 15:31:21 +0100" endDate="2018-06-17 15:40:33 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 16:32:38 +0100" startDate="2018-06-17 15:40:33 +0100" endDate="2018-06-17 15:47:38 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 17:30:14 +0100" startDate="2018-06-17 16:36:21 +0100" endDate="2018-06-17 16:42:41 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 17:30:14 +0100" startDate="2018-06-17 16:42:41 +0100" endDate="2018-06-17 16:52:20 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 17:30:14 +0100" startDate="2018-06-17 16:52:20 +0100" endDate="2018-06-17 16:56:38 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 17:30:14 +0100" startDate="2018-06-17 16:58:14 +0100" endDate="2018-06-17 17:04:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 18:31:17 +0100" startDate="2018-06-17 17:37:33 +0100" endDate="2018-06-17 17:46:34 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 18:31:17 +0100" startDate="2018-06-17 17:46:34 +0100" endDate="2018-06-17 17:56:32 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 18:31:17 +0100" startDate="2018-06-17 17:56:32 +0100" endDate="2018-06-17 18:01:04 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 18:31:17 +0100" startDate="2018-06-17 18:09:07 +0100" endDate="2018-06-17 18:15:24 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 20:32:04 +0100" startDate="2018-06-17 19:51:14 +0100" endDate="2018-06-17 20:00:30 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 21:51:19 +0100" startDate="2018-06-17 21:37:57 +0100" endDate="2018-06-17 21:47:10 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-17 22:38:49 +0100" startDate="2018-06-17 21:47:10 +0100" endDate="2018-06-17 21:49:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 05:34:16 +0100" startDate="2018-06-18 05:18:26 +0100" endDate="2018-06-18 05:28:26 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 06:31:22 +0100" startDate="2018-06-18 05:28:26 +0100" endDate="2018-06-18 05:34:17 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 06:31:22 +0100" startDate="2018-06-18 06:01:54 +0100" endDate="2018-06-18 06:11:28 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 06:31:22 +0100" startDate="2018-06-18 06:11:29 +0100" endDate="2018-06-18 06:21:28 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 07:30:25 +0100" startDate="2018-06-18 06:21:28 +0100" endDate="2018-06-18 06:31:26 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 09:30:14 +0100" startDate="2018-06-18 08:44:12 +0100" endDate="2018-06-18 08:52:32 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 10:39:03 +0100" startDate="2018-06-18 09:22:27 +0100" endDate="2018-06-18 09:32:26 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 10:39:03 +0100" startDate="2018-06-18 09:32:26 +0100" endDate="2018-06-18 09:35:37 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 10:39:03 +0100" startDate="2018-06-18 09:52:40 +0100" endDate="2018-06-18 10:00:12 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 11:30:25 +0100" startDate="2018-06-18 10:38:52 +0100" endDate="2018-06-18 10:48:34 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 11:30:25 +0100" startDate="2018-06-18 10:48:34 +0100" endDate="2018-06-18 10:51:42 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 11:30:25 +0100" startDate="2018-06-18 11:03:58 +0100" endDate="2018-06-18 11:13:57 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 11:30:25 +0100" startDate="2018-06-18 11:13:57 +0100" endDate="2018-06-18 11:23:56 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 12:30:15 +0100" startDate="2018-06-18 11:23:56 +0100" endDate="2018-06-18 11:33:55 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 12:30:15 +0100" startDate="2018-06-18 11:33:55 +0100" endDate="2018-06-18 11:40:42 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 12:30:15 +0100" startDate="2018-06-18 11:45:38 +0100" endDate="2018-06-18 11:53:39 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 12:30:15 +0100" startDate="2018-06-18 12:00:37 +0100" endDate="2018-06-18 12:10:36 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 12:30:15 +0100" startDate="2018-06-18 12:10:36 +0100" endDate="2018-06-18 12:20:34 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 13:33:09 +0100" startDate="2018-06-18 12:20:34 +0100" endDate="2018-06-18 12:30:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 13:33:09 +0100" startDate="2018-06-18 12:30:29 +0100" endDate="2018-06-18 12:40:28 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 13:33:09 +0100" startDate="2018-06-18 12:40:28 +0100" endDate="2018-06-18 12:50:27 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 13:33:09 +0100" startDate="2018-06-18 12:50:27 +0100" endDate="2018-06-18 13:00:14 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 13:33:09 +0100" startDate="2018-06-18 13:05:58 +0100" endDate="2018-06-18 13:14:18 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 13:33:09 +0100" startDate="2018-06-18 13:14:18 +0100" endDate="2018-06-18 13:17:16 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 14:33:04 +0100" startDate="2018-06-18 13:27:17 +0100" endDate="2018-06-18 13:37:16 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 14:33:04 +0100" startDate="2018-06-18 13:37:16 +0100" endDate="2018-06-18 13:44:33 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 15:32:00 +0100" startDate="2018-06-18 14:42:34 +0100" endDate="2018-06-18 14:48:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 16:30:55 +0100" startDate="2018-06-18 15:23:24 +0100" endDate="2018-06-18 15:33:20 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 16:30:55 +0100" startDate="2018-06-18 15:33:20 +0100" endDate="2018-06-18 15:42:12 +0100" value="563"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 16:30:55 +0100" startDate="2018-06-18 15:42:12 +0100" endDate="2018-06-18 15:52:10 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 16:30:55 +0100" startDate="2018-06-18 15:52:10 +0100" endDate="2018-06-18 15:57:03 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 16:30:55 +0100" startDate="2018-06-18 15:57:03 +0100" endDate="2018-06-18 16:03:19 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 21:44:07 +0100" startDate="2018-06-18 19:26:19 +0100" endDate="2018-06-18 19:36:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-18 21:44:07 +0100" startDate="2018-06-18 21:13:48 +0100" endDate="2018-06-18 21:23:48 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 05:32:53 +0100" startDate="2018-06-19 05:16:44 +0100" endDate="2018-06-19 05:23:43 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 06:31:21 +0100" startDate="2018-06-19 05:23:43 +0100" endDate="2018-06-19 05:33:41 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 06:31:21 +0100" startDate="2018-06-19 05:33:41 +0100" endDate="2018-06-19 05:34:14 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 06:31:21 +0100" startDate="2018-06-19 05:59:52 +0100" endDate="2018-06-19 06:06:32 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 06:31:21 +0100" startDate="2018-06-19 06:06:32 +0100" endDate="2018-06-19 06:13:55 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 06:31:21 +0100" startDate="2018-06-19 06:15:01 +0100" endDate="2018-06-19 06:23:31 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 07:32:14 +0100" startDate="2018-06-19 06:23:31 +0100" endDate="2018-06-19 06:33:28 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 07:32:14 +0100" startDate="2018-06-19 06:33:28 +0100" endDate="2018-06-19 06:35:03 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 09:44:32 +0100" startDate="2018-06-19 08:40:14 +0100" endDate="2018-06-19 08:50:13 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 09:44:32 +0100" startDate="2018-06-19 08:58:13 +0100" endDate="2018-06-19 09:08:04 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 09:44:32 +0100" startDate="2018-06-19 09:11:13 +0100" endDate="2018-06-19 09:21:13 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 09:44:32 +0100" startDate="2018-06-19 09:21:13 +0100" endDate="2018-06-19 09:26:44 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 10:09:49 +0100" startDate="2018-06-19 09:45:10 +0100" endDate="2018-06-19 09:54:33 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 10:09:49 +0100" startDate="2018-06-19 09:54:33 +0100" endDate="2018-06-19 10:00:34 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:00:34 +0100" endDate="2018-06-19 10:10:16 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:10:16 +0100" endDate="2018-06-19 10:13:04 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:16:46 +0100" endDate="2018-06-19 10:25:01 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:26:54 +0100" endDate="2018-06-19 10:36:53 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:36:53 +0100" endDate="2018-06-19 10:46:51 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:46:51 +0100" endDate="2018-06-19 10:56:42 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:56:42 +0100" endDate="2018-06-19 11:00:10 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 12:09:01 +0100" startDate="2018-06-19 11:27:12 +0100" endDate="2018-06-19 11:37:12 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 12:09:01 +0100" startDate="2018-06-19 11:37:12 +0100" endDate="2018-06-19 11:43:37 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 12:09:01 +0100" startDate="2018-06-19 11:43:37 +0100" endDate="2018-06-19 11:53:31 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 12:09:01 +0100" startDate="2018-06-19 11:53:31 +0100" endDate="2018-06-19 12:02:48 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:02:48 +0100" endDate="2018-06-19 12:12:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:12:46 +0100" endDate="2018-06-19 12:22:11 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:22:11 +0100" endDate="2018-06-19 12:30:09 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:30:09 +0100" endDate="2018-06-19 12:39:17 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:39:17 +0100" endDate="2018-06-19 12:49:15 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:49:15 +0100" endDate="2018-06-19 12:57:59 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:57:59 +0100" endDate="2018-06-19 13:07:58 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 14:09:37 +0100" startDate="2018-06-19 13:07:58 +0100" endDate="2018-06-19 13:17:56 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 14:09:37 +0100" startDate="2018-06-19 13:17:56 +0100" endDate="2018-06-19 13:18:34 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 14:09:37 +0100" startDate="2018-06-19 13:24:01 +0100" endDate="2018-06-19 13:33:59 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 14:09:37 +0100" startDate="2018-06-19 13:33:59 +0100" endDate="2018-06-19 13:38:29 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 14:09:37 +0100" startDate="2018-06-19 13:46:48 +0100" endDate="2018-06-19 13:55:40 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 16:09:27 +0100" startDate="2018-06-19 15:29:19 +0100" endDate="2018-06-19 15:39:18 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 16:09:27 +0100" startDate="2018-06-19 15:39:18 +0100" endDate="2018-06-19 15:48:53 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 16:09:27 +0100" startDate="2018-06-19 15:48:53 +0100" endDate="2018-06-19 15:58:40 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 16:09:27 +0100" startDate="2018-06-19 15:58:40 +0100" endDate="2018-06-19 16:06:43 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 16:06:43 +0100" endDate="2018-06-19 16:16:04 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 16:16:04 +0100" endDate="2018-06-19 16:25:46 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 16:33:44 +0100" endDate="2018-06-19 16:43:44 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 16:43:44 +0100" endDate="2018-06-19 16:53:44 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 16:53:44 +0100" endDate="2018-06-19 17:03:43 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 17:03:43 +0100" endDate="2018-06-19 17:11:37 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 17:41:47 +0100" endDate="2018-06-19 17:48:00 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 18:58:45 +0100" endDate="2018-06-19 19:05:23 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 07:05:29 +0100" startDate="2018-06-20 06:45:12 +0100" endDate="2018-06-20 06:52:03 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 07:05:29 +0100" startDate="2018-06-20 06:52:03 +0100" endDate="2018-06-20 07:01:57 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 08:09:56 +0100" startDate="2018-06-20 07:01:57 +0100" endDate="2018-06-20 07:11:55 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 08:09:56 +0100" startDate="2018-06-20 07:11:55 +0100" endDate="2018-06-20 07:21:54 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 08:09:56 +0100" startDate="2018-06-20 07:21:54 +0100" endDate="2018-06-20 07:31:46 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 08:09:56 +0100" startDate="2018-06-20 07:37:19 +0100" endDate="2018-06-20 07:47:18 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 08:09:56 +0100" startDate="2018-06-20 07:47:18 +0100" endDate="2018-06-20 07:48:22 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 09:06:30 +0100" startDate="2018-06-20 08:09:22 +0100" endDate="2018-06-20 08:19:21 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 09:06:30 +0100" startDate="2018-06-20 08:19:21 +0100" endDate="2018-06-20 08:29:04 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 09:06:30 +0100" startDate="2018-06-20 08:29:04 +0100" endDate="2018-06-20 08:39:01 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 09:06:30 +0100" startDate="2018-06-20 08:39:01 +0100" endDate="2018-06-20 08:39:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 10:01:28 +0100" startDate="2018-06-20 09:34:28 +0100" endDate="2018-06-20 09:43:45 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 10:01:28 +0100" startDate="2018-06-20 09:43:45 +0100" endDate="2018-06-20 09:46:55 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 10:01:28 +0100" startDate="2018-06-20 09:49:47 +0100" endDate="2018-06-20 09:59:43 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 11:02:56 +0100" startDate="2018-06-20 09:59:43 +0100" endDate="2018-06-20 10:09:19 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 11:02:56 +0100" startDate="2018-06-20 10:14:52 +0100" endDate="2018-06-20 10:22:31 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 11:02:56 +0100" startDate="2018-06-20 10:22:31 +0100" endDate="2018-06-20 10:32:30 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 11:02:56 +0100" startDate="2018-06-20 10:32:30 +0100" endDate="2018-06-20 10:41:15 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 11:02:56 +0100" startDate="2018-06-20 10:41:15 +0100" endDate="2018-06-20 10:46:56 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 11:02:56 +0100" startDate="2018-06-20 10:50:36 +0100" endDate="2018-06-20 11:00:34 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 12:04:50 +0100" startDate="2018-06-20 11:00:34 +0100" endDate="2018-06-20 11:09:18 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 12:04:50 +0100" startDate="2018-06-20 11:09:18 +0100" endDate="2018-06-20 11:11:51 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 13:04:10 +0100" startDate="2018-06-20 12:28:05 +0100" endDate="2018-06-20 12:37:29 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 14:01:03 +0100" startDate="2018-06-20 13:51:02 +0100" endDate="2018-06-20 13:58:18 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 13:58:18 +0100" endDate="2018-06-20 14:08:17 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 14:08:17 +0100" endDate="2018-06-20 14:18:04 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 14:18:04 +0100" endDate="2018-06-20 14:18:44 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 14:22:44 +0100" endDate="2018-06-20 14:32:43 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 14:32:43 +0100" endDate="2018-06-20 14:42:23 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 14:42:23 +0100" endDate="2018-06-20 14:45:56 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 14:50:42 +0100" endDate="2018-06-20 15:00:40 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 16:09:18 +0100" startDate="2018-06-20 15:00:40 +0100" endDate="2018-06-20 15:07:30 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 16:09:18 +0100" startDate="2018-06-20 15:25:12 +0100" endDate="2018-06-20 15:35:10 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 16:09:18 +0100" startDate="2018-06-20 15:35:10 +0100" endDate="2018-06-20 15:37:55 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 17:02:12 +0100" startDate="2018-06-20 16:46:02 +0100" endDate="2018-06-20 16:56:02 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 18:04:49 +0100" startDate="2018-06-20 16:56:02 +0100" endDate="2018-06-20 17:03:14 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 18:04:49 +0100" startDate="2018-06-20 17:03:14 +0100" endDate="2018-06-20 17:13:14 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 18:04:49 +0100" startDate="2018-06-20 17:13:14 +0100" endDate="2018-06-20 17:21:55 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 19:03:45 +0100" startDate="2018-06-20 18:29:34 +0100" endDate="2018-06-20 18:36:20 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 22:49:15 +0100" startDate="2018-06-20 22:31:10 +0100" endDate="2018-06-20 22:37:28 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-20 23:04:18 +0100" startDate="2018-06-20 22:50:18 +0100" endDate="2018-06-20 22:59:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 00:02:17 +0100" startDate="2018-06-20 22:59:03 +0100" endDate="2018-06-20 23:02:58 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 05:12:09 +0100" startDate="2018-06-21 04:16:20 +0100" endDate="2018-06-21 04:26:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 06:55:19 +0100" startDate="2018-06-21 05:57:41 +0100" endDate="2018-06-21 06:06:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 06:55:19 +0100" startDate="2018-06-21 06:06:09 +0100" endDate="2018-06-21 06:12:47 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 06:55:19 +0100" startDate="2018-06-21 06:17:10 +0100" endDate="2018-06-21 06:23:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 06:55:19 +0100" startDate="2018-06-21 06:30:33 +0100" endDate="2018-06-21 06:37:24 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 06:55:19 +0100" startDate="2018-06-21 06:39:02 +0100" endDate="2018-06-21 06:48:46 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 07:57:15 +0100" startDate="2018-06-21 06:48:46 +0100" endDate="2018-06-21 06:58:25 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 07:57:15 +0100" startDate="2018-06-21 06:58:25 +0100" endDate="2018-06-21 06:59:31 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 08:54:08 +0100" startDate="2018-06-21 07:51:33 +0100" endDate="2018-06-21 07:57:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 09:52:44 +0100" startDate="2018-06-21 09:36:43 +0100" endDate="2018-06-21 09:43:09 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 10:54:53 +0100" startDate="2018-06-21 10:28:10 +0100" endDate="2018-06-21 10:38:08 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 10:54:53 +0100" startDate="2018-06-21 10:38:08 +0100" endDate="2018-06-21 10:48:05 +0100" value="1008"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 11:52:32 +0100" startDate="2018-06-21 10:48:05 +0100" endDate="2018-06-21 10:51:39 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 13:54:51 +0100" startDate="2018-06-21 12:55:38 +0100" endDate="2018-06-21 13:05:38 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 13:54:51 +0100" startDate="2018-06-21 13:05:38 +0100" endDate="2018-06-21 13:15:36 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 13:54:51 +0100" startDate="2018-06-21 13:15:36 +0100" endDate="2018-06-21 13:22:00 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 13:54:51 +0100" startDate="2018-06-21 13:22:00 +0100" endDate="2018-06-21 13:30:50 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 13:54:51 +0100" startDate="2018-06-21 13:30:50 +0100" endDate="2018-06-21 13:40:47 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 13:54:51 +0100" startDate="2018-06-21 13:40:47 +0100" endDate="2018-06-21 13:50:46 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 14:56:19 +0100" startDate="2018-06-21 13:50:46 +0100" endDate="2018-06-21 13:57:26 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 14:56:19 +0100" startDate="2018-06-21 14:29:44 +0100" endDate="2018-06-21 14:39:41 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 14:56:19 +0100" startDate="2018-06-21 14:39:41 +0100" endDate="2018-06-21 14:49:39 +0100" value="904"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 15:55:27 +0100" startDate="2018-06-21 14:49:39 +0100" endDate="2018-06-21 14:58:42 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 15:55:27 +0100" startDate="2018-06-21 15:17:35 +0100" endDate="2018-06-21 15:27:35 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 15:55:27 +0100" startDate="2018-06-21 15:27:35 +0100" endDate="2018-06-21 15:28:03 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 15:55:27 +0100" startDate="2018-06-21 15:32:01 +0100" endDate="2018-06-21 15:41:04 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 16:52:43 +0100" startDate="2018-06-21 16:05:30 +0100" endDate="2018-06-21 16:15:26 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 16:52:43 +0100" startDate="2018-06-21 16:15:26 +0100" endDate="2018-06-21 16:23:17 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 16:52:43 +0100" startDate="2018-06-21 16:23:17 +0100" endDate="2018-06-21 16:33:16 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 16:52:43 +0100" startDate="2018-06-21 16:33:16 +0100" endDate="2018-06-21 16:40:28 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 16:52:43 +0100" startDate="2018-06-21 16:40:28 +0100" endDate="2018-06-21 16:43:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 16:43:44 +0100" endDate="2018-06-21 16:53:29 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 16:53:29 +0100" endDate="2018-06-21 17:03:27 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 17:03:27 +0100" endDate="2018-06-21 17:12:51 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 17:12:51 +0100" endDate="2018-06-21 17:22:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 17:22:32 +0100" endDate="2018-06-21 17:30:51 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 17:30:51 +0100" endDate="2018-06-21 17:40:50 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 17:40:50 +0100" endDate="2018-06-21 17:42:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 18:56:52 +0100" startDate="2018-06-21 18:13:49 +0100" endDate="2018-06-21 18:22:24 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 18:56:52 +0100" startDate="2018-06-21 18:22:24 +0100" endDate="2018-06-21 18:27:15 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 19:57:58 +0100" startDate="2018-06-21 18:55:38 +0100" endDate="2018-06-21 19:05:38 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 19:57:58 +0100" startDate="2018-06-21 19:05:38 +0100" endDate="2018-06-21 19:15:32 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 19:57:58 +0100" startDate="2018-06-21 19:15:32 +0100" endDate="2018-06-21 19:24:57 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 19:57:58 +0100" startDate="2018-06-21 19:24:57 +0100" endDate="2018-06-21 19:34:55 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 19:57:58 +0100" startDate="2018-06-21 19:34:55 +0100" endDate="2018-06-21 19:44:05 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 19:57:58 +0100" startDate="2018-06-21 19:44:05 +0100" endDate="2018-06-21 19:50:11 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 19:50:11 +0100" endDate="2018-06-21 19:57:58 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 19:57:58 +0100" endDate="2018-06-21 20:07:56 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 20:07:56 +0100" endDate="2018-06-21 20:11:23 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 20:13:20 +0100" endDate="2018-06-21 20:20:44 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 20:22:51 +0100" endDate="2018-06-21 20:32:37 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 20:32:37 +0100" endDate="2018-06-21 20:34:49 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 20:38:01 +0100" endDate="2018-06-21 20:47:53 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 20:47:53 +0100" endDate="2018-06-21 20:50:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 21:23:11 +0100" endDate="2018-06-21 21:31:13 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 22:06:38 +0100" endDate="2018-06-21 22:16:38 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 22:16:38 +0100" endDate="2018-06-21 22:26:35 +0100" value="1151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 22:26:35 +0100" endDate="2018-06-21 22:36:34 +0100" value="1165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 22:36:34 +0100" endDate="2018-06-21 22:46:32 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 22:46:32 +0100" endDate="2018-06-21 22:49:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 06:57:13 +0100" startDate="2018-06-22 06:06:44 +0100" endDate="2018-06-22 06:14:46 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 06:57:13 +0100" startDate="2018-06-22 06:14:46 +0100" endDate="2018-06-22 06:19:40 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 06:57:13 +0100" startDate="2018-06-22 06:44:44 +0100" endDate="2018-06-22 06:52:00 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 07:53:02 +0100" startDate="2018-06-22 06:52:00 +0100" endDate="2018-06-22 07:01:13 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 07:53:02 +0100" startDate="2018-06-22 07:01:13 +0100" endDate="2018-06-22 07:11:12 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 07:53:02 +0100" startDate="2018-06-22 07:11:12 +0100" endDate="2018-06-22 07:21:11 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 07:53:02 +0100" startDate="2018-06-22 07:21:11 +0100" endDate="2018-06-22 07:30:21 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 07:53:02 +0100" startDate="2018-06-22 07:30:21 +0100" endDate="2018-06-22 07:33:47 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 07:44:13 +0100" endDate="2018-06-22 07:54:12 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 07:54:12 +0100" endDate="2018-06-22 08:03:11 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 08:03:11 +0100" endDate="2018-06-22 08:11:58 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 08:11:58 +0100" endDate="2018-06-22 08:21:48 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 08:21:48 +0100" endDate="2018-06-22 08:29:38 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 08:29:38 +0100" endDate="2018-06-22 08:38:49 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 08:38:49 +0100" endDate="2018-06-22 08:48:48 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 08:48:48 +0100" endDate="2018-06-22 08:57:13 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 08:57:27 +0100" endDate="2018-06-22 09:07:16 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 09:07:16 +0100" endDate="2018-06-22 09:17:14 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 09:17:14 +0100" endDate="2018-06-22 09:27:12 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 09:27:12 +0100" endDate="2018-06-22 09:35:18 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 09:36:04 +0100" endDate="2018-06-22 09:43:00 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 09:43:00 +0100" endDate="2018-06-22 09:52:27 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 10:56:44 +0100" startDate="2018-06-22 09:52:27 +0100" endDate="2018-06-22 10:01:48 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 10:56:44 +0100" startDate="2018-06-22 10:01:48 +0100" endDate="2018-06-22 10:05:32 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 10:56:44 +0100" startDate="2018-06-22 10:11:59 +0100" endDate="2018-06-22 10:18:04 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 10:56:44 +0100" startDate="2018-06-22 10:31:40 +0100" endDate="2018-06-22 10:41:40 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 10:56:44 +0100" startDate="2018-06-22 10:41:40 +0100" endDate="2018-06-22 10:51:38 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 11:53:43 +0100" startDate="2018-06-22 10:51:38 +0100" endDate="2018-06-22 10:56:47 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 11:53:43 +0100" startDate="2018-06-22 10:56:47 +0100" endDate="2018-06-22 11:03:21 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 11:53:43 +0100" startDate="2018-06-22 11:15:33 +0100" endDate="2018-06-22 11:25:31 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 11:53:43 +0100" startDate="2018-06-22 11:25:31 +0100" endDate="2018-06-22 11:35:22 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 11:53:43 +0100" startDate="2018-06-22 11:35:22 +0100" endDate="2018-06-22 11:45:21 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 12:53:18 +0100" startDate="2018-06-22 11:45:21 +0100" endDate="2018-06-22 11:54:58 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 12:53:18 +0100" startDate="2018-06-22 11:54:58 +0100" endDate="2018-06-22 12:04:21 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 12:53:18 +0100" startDate="2018-06-22 12:04:21 +0100" endDate="2018-06-22 12:14:18 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 12:53:18 +0100" startDate="2018-06-22 12:14:18 +0100" endDate="2018-06-22 12:24:11 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 12:53:18 +0100" startDate="2018-06-22 12:24:11 +0100" endDate="2018-06-22 12:34:04 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 12:53:18 +0100" startDate="2018-06-22 12:34:04 +0100" endDate="2018-06-22 12:40:16 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 12:40:16 +0100" endDate="2018-06-22 12:50:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 12:50:03 +0100" endDate="2018-06-22 12:59:11 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 12:59:11 +0100" endDate="2018-06-22 13:00:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 13:07:40 +0100" endDate="2018-06-22 13:16:41 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 13:16:41 +0100" endDate="2018-06-22 13:26:07 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 13:26:07 +0100" endDate="2018-06-22 13:34:41 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 13:37:09 +0100" endDate="2018-06-22 13:47:09 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 13:47:09 +0100" endDate="2018-06-22 13:55:36 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 13:55:36 +0100" endDate="2018-06-22 14:05:19 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 14:05:19 +0100" endDate="2018-06-22 14:15:16 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 14:15:16 +0100" endDate="2018-06-22 14:15:59 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 14:24:28 +0100" endDate="2018-06-22 14:33:44 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 14:33:44 +0100" endDate="2018-06-22 14:43:40 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 14:43:40 +0100" endDate="2018-06-22 14:51:53 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 14:51:53 +0100" endDate="2018-06-22 15:01:51 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 15:01:51 +0100" endDate="2018-06-22 15:11:50 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 15:11:50 +0100" endDate="2018-06-22 15:20:18 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 15:21:28 +0100" endDate="2018-06-22 15:31:27 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 15:31:27 +0100" endDate="2018-06-22 15:41:27 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 15:41:27 +0100" endDate="2018-06-22 15:46:32 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 15:48:46 +0100" endDate="2018-06-22 15:58:45 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 16:57:12 +0100" startDate="2018-06-22 15:58:45 +0100" endDate="2018-06-22 16:06:14 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 16:57:12 +0100" startDate="2018-06-22 16:06:14 +0100" endDate="2018-06-22 16:15:59 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 16:57:12 +0100" startDate="2018-06-22 16:15:59 +0100" endDate="2018-06-22 16:24:16 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 18:54:33 +0100" startDate="2018-06-22 18:07:34 +0100" endDate="2018-06-22 18:13:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 18:54:33 +0100" startDate="2018-06-22 18:13:39 +0100" endDate="2018-06-22 18:23:29 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 21:37:34 +0100" startDate="2018-06-22 18:56:38 +0100" endDate="2018-06-22 19:06:33 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 21:37:34 +0100" startDate="2018-06-22 19:09:17 +0100" endDate="2018-06-22 19:17:50 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 21:37:34 +0100" startDate="2018-06-22 19:17:50 +0100" endDate="2018-06-22 19:27:46 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 21:37:34 +0100" startDate="2018-06-22 19:27:46 +0100" endDate="2018-06-22 19:30:44 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 21:37:34 +0100" startDate="2018-06-22 21:17:07 +0100" endDate="2018-06-22 21:27:06 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 21:37:34 +0100" startDate="2018-06-22 21:27:06 +0100" endDate="2018-06-22 21:36:32 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 22:47:24 +0100" startDate="2018-06-22 22:00:49 +0100" endDate="2018-06-22 22:10:38 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-22 22:47:24 +0100" startDate="2018-06-22 22:12:33 +0100" endDate="2018-06-22 22:20:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 06:57:32 +0100" startDate="2018-06-23 06:25:43 +0100" endDate="2018-06-23 06:32:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 06:57:32 +0100" startDate="2018-06-23 06:32:14 +0100" endDate="2018-06-23 06:37:10 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 07:52:40 +0100" startDate="2018-06-23 07:28:37 +0100" endDate="2018-06-23 07:38:31 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 07:52:40 +0100" startDate="2018-06-23 07:38:31 +0100" endDate="2018-06-23 07:48:29 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 08:53:18 +0100" startDate="2018-06-23 07:48:29 +0100" endDate="2018-06-23 07:58:28 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 08:53:18 +0100" startDate="2018-06-23 07:58:28 +0100" endDate="2018-06-23 08:08:08 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 08:53:18 +0100" startDate="2018-06-23 08:08:08 +0100" endDate="2018-06-23 08:08:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 12:55:15 +0100" startDate="2018-06-23 11:56:35 +0100" endDate="2018-06-23 12:05:31 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 12:55:15 +0100" startDate="2018-06-23 12:05:31 +0100" endDate="2018-06-23 12:12:13 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 13:53:37 +0100" startDate="2018-06-23 13:14:32 +0100" endDate="2018-06-23 13:20:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 13:53:37 +0100" startDate="2018-06-23 13:22:56 +0100" endDate="2018-06-23 13:30:51 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 13:53:37 +0100" startDate="2018-06-23 13:36:42 +0100" endDate="2018-06-23 13:46:40 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 14:55:41 +0100" startDate="2018-06-23 13:46:40 +0100" endDate="2018-06-23 13:56:21 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 14:55:41 +0100" startDate="2018-06-23 13:56:25 +0100" endDate="2018-06-23 14:06:13 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 14:55:41 +0100" startDate="2018-06-23 14:06:13 +0100" endDate="2018-06-23 14:16:04 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 14:55:41 +0100" startDate="2018-06-23 14:16:04 +0100" endDate="2018-06-23 14:24:47 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 14:55:41 +0100" startDate="2018-06-23 14:24:47 +0100" endDate="2018-06-23 14:34:23 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 14:55:41 +0100" startDate="2018-06-23 14:34:23 +0100" endDate="2018-06-23 14:39:01 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 15:54:00 +0100" startDate="2018-06-23 14:50:23 +0100" endDate="2018-06-23 15:00:23 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 17:15:08 +0100" startDate="2018-06-23 16:48:18 +0100" endDate="2018-06-23 16:55:37 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 17:15:08 +0100" startDate="2018-06-23 16:57:37 +0100" endDate="2018-06-23 17:04:28 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 17:54:51 +0100" startDate="2018-06-23 17:04:28 +0100" endDate="2018-06-23 17:14:26 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 17:54:51 +0100" startDate="2018-06-23 17:14:26 +0100" endDate="2018-06-23 17:22:22 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 17:54:51 +0100" startDate="2018-06-23 17:32:12 +0100" endDate="2018-06-23 17:42:11 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 17:54:51 +0100" startDate="2018-06-23 17:42:11 +0100" endDate="2018-06-23 17:43:53 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 18:53:30 +0100" startDate="2018-06-23 18:24:33 +0100" endDate="2018-06-23 18:34:32 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 18:53:30 +0100" startDate="2018-06-23 18:34:32 +0100" endDate="2018-06-23 18:43:58 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 19:55:36 +0100" startDate="2018-06-23 18:43:58 +0100" endDate="2018-06-23 18:52:12 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 19:55:36 +0100" startDate="2018-06-23 18:52:12 +0100" endDate="2018-06-23 18:58:41 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 19:55:36 +0100" startDate="2018-06-23 19:42:19 +0100" endDate="2018-06-23 19:52:18 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 21:39:38 +0100" startDate="2018-06-23 19:52:18 +0100" endDate="2018-06-23 20:00:17 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 21:39:38 +0100" startDate="2018-06-23 21:15:03 +0100" endDate="2018-06-23 21:21:16 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 23:09:08 +0100" startDate="2018-06-23 22:26:18 +0100" endDate="2018-06-23 22:36:01 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-23 23:09:08 +0100" startDate="2018-06-23 22:37:24 +0100" endDate="2018-06-23 22:43:55 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 08:56:03 +0100" startDate="2018-06-24 08:26:16 +0100" endDate="2018-06-24 08:32:44 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 15:59:21 +0100" startDate="2018-06-24 14:49:46 +0100" endDate="2018-06-24 14:55:56 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 16:56:22 +0100" startDate="2018-06-24 16:32:08 +0100" endDate="2018-06-24 16:40:59 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 17:54:48 +0100" startDate="2018-06-24 16:50:50 +0100" endDate="2018-06-24 17:00:47 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 17:54:48 +0100" startDate="2018-06-24 17:00:47 +0100" endDate="2018-06-24 17:06:19 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 17:54:48 +0100" startDate="2018-06-24 17:07:52 +0100" endDate="2018-06-24 17:17:52 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 17:54:48 +0100" startDate="2018-06-24 17:17:52 +0100" endDate="2018-06-24 17:25:52 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 21:40:11 +0100" startDate="2018-06-24 20:52:27 +0100" endDate="2018-06-24 20:58:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 21:40:11 +0100" startDate="2018-06-24 20:58:50 +0100" endDate="2018-06-24 21:08:47 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 21:40:11 +0100" startDate="2018-06-24 21:08:47 +0100" endDate="2018-06-24 21:18:39 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 21:40:11 +0100" startDate="2018-06-24 21:18:39 +0100" endDate="2018-06-24 21:28:36 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 21:40:11 +0100" startDate="2018-06-24 21:28:36 +0100" endDate="2018-06-24 21:37:40 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-24 22:39:17 +0100" startDate="2018-06-24 21:37:40 +0100" endDate="2018-06-24 21:42:48 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 05:52:35 +0100" startDate="2018-06-25 05:02:27 +0100" endDate="2018-06-25 05:11:13 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 06:52:59 +0100" startDate="2018-06-25 05:58:04 +0100" endDate="2018-06-25 06:04:47 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 06:52:59 +0100" startDate="2018-06-25 06:23:35 +0100" endDate="2018-06-25 06:30:28 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 06:52:59 +0100" startDate="2018-06-25 06:32:56 +0100" endDate="2018-06-25 06:42:55 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 06:52:59 +0100" startDate="2018-06-25 06:42:55 +0100" endDate="2018-06-25 06:51:14 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 08:57:39 +0100" startDate="2018-06-25 08:23:26 +0100" endDate="2018-06-25 08:31:02 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 09:54:37 +0100" startDate="2018-06-25 08:57:14 +0100" endDate="2018-06-25 09:06:47 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 10:56:00 +0100" startDate="2018-06-25 10:26:25 +0100" endDate="2018-06-25 10:36:25 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 10:56:00 +0100" startDate="2018-06-25 10:36:25 +0100" endDate="2018-06-25 10:46:23 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 12:00:07 +0100" startDate="2018-06-25 10:46:23 +0100" endDate="2018-06-25 10:52:23 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 12:00:07 +0100" startDate="2018-06-25 11:03:25 +0100" endDate="2018-06-25 11:13:23 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 12:00:07 +0100" startDate="2018-06-25 11:13:23 +0100" endDate="2018-06-25 11:23:21 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 12:00:07 +0100" startDate="2018-06-25 11:23:21 +0100" endDate="2018-06-25 11:31:07 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 12:00:07 +0100" startDate="2018-06-25 11:31:07 +0100" endDate="2018-06-25 11:35:09 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 12:54:18 +0100" startDate="2018-06-25 11:59:43 +0100" endDate="2018-06-25 12:09:34 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 12:54:18 +0100" startDate="2018-06-25 12:10:11 +0100" endDate="2018-06-25 12:20:03 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 12:54:18 +0100" startDate="2018-06-25 12:20:03 +0100" endDate="2018-06-25 12:24:11 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 12:54:18 +0100" startDate="2018-06-25 12:43:20 +0100" endDate="2018-06-25 12:52:31 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 13:52:48 +0100" startDate="2018-06-25 12:52:31 +0100" endDate="2018-06-25 13:01:40 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 13:52:48 +0100" startDate="2018-06-25 13:01:40 +0100" endDate="2018-06-25 13:04:51 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 15:09:06 +0100" startDate="2018-06-25 13:55:51 +0100" endDate="2018-06-25 14:05:04 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 15:09:06 +0100" startDate="2018-06-25 14:05:04 +0100" endDate="2018-06-25 14:08:45 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 16:33:23 +0100" startDate="2018-06-25 16:02:26 +0100" endDate="2018-06-25 16:12:25 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 16:33:23 +0100" startDate="2018-06-25 16:12:25 +0100" endDate="2018-06-25 16:22:24 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 16:33:23 +0100" startDate="2018-06-25 16:22:24 +0100" endDate="2018-06-25 16:24:16 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 17:40:39 +0100" startDate="2018-06-25 17:10:14 +0100" endDate="2018-06-25 17:20:03 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 17:40:39 +0100" startDate="2018-06-25 17:20:03 +0100" endDate="2018-06-25 17:24:32 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 18:33:32 +0100" startDate="2018-06-25 17:39:25 +0100" endDate="2018-06-25 17:48:42 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 18:33:32 +0100" startDate="2018-06-25 17:48:42 +0100" endDate="2018-06-25 17:58:41 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 18:33:32 +0100" startDate="2018-06-25 17:58:41 +0100" endDate="2018-06-25 18:08:40 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 18:33:32 +0100" startDate="2018-06-25 18:08:40 +0100" endDate="2018-06-25 18:18:19 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 18:33:32 +0100" startDate="2018-06-25 18:18:19 +0100" endDate="2018-06-25 18:28:09 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 18:28:09 +0100" endDate="2018-06-25 18:38:08 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 18:38:08 +0100" endDate="2018-06-25 18:43:54 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 18:43:54 +0100" endDate="2018-06-25 18:53:32 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 18:53:32 +0100" endDate="2018-06-25 19:03:27 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 19:03:27 +0100" endDate="2018-06-25 19:13:23 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 19:13:23 +0100" endDate="2018-06-25 19:22:26 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 19:22:26 +0100" endDate="2018-06-25 19:32:24 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 20:33:40 +0100" startDate="2018-06-25 19:32:24 +0100" endDate="2018-06-25 19:41:26 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 20:33:40 +0100" startDate="2018-06-25 19:41:26 +0100" endDate="2018-06-25 19:44:34 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 20:33:40 +0100" startDate="2018-06-25 20:13:19 +0100" endDate="2018-06-25 20:22:49 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 20:33:40 +0100" startDate="2018-06-25 20:22:49 +0100" endDate="2018-06-25 20:27:54 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 21:36:55 +0100" startDate="2018-06-25 20:27:54 +0100" endDate="2018-06-25 20:34:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 21:36:55 +0100" startDate="2018-06-25 20:34:19 +0100" endDate="2018-06-25 20:42:04 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 23:19:11 +0100" startDate="2018-06-25 21:31:07 +0100" endDate="2018-06-25 21:41:06 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 23:19:11 +0100" startDate="2018-06-25 21:41:06 +0100" endDate="2018-06-25 21:46:30 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-25 23:19:11 +0100" startDate="2018-06-25 22:21:58 +0100" endDate="2018-06-25 22:28:47 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 06:32:35 +0100" startDate="2018-06-26 05:44:44 +0100" endDate="2018-06-26 05:54:19 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 06:32:35 +0100" startDate="2018-06-26 05:54:19 +0100" endDate="2018-06-26 06:03:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 06:32:35 +0100" startDate="2018-06-26 06:12:37 +0100" endDate="2018-06-26 06:21:32 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 07:33:51 +0100" startDate="2018-06-26 06:21:32 +0100" endDate="2018-06-26 06:30:33 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 07:33:51 +0100" startDate="2018-06-26 06:30:33 +0100" endDate="2018-06-26 06:40:31 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 07:33:51 +0100" startDate="2018-06-26 06:40:31 +0100" endDate="2018-06-26 06:47:46 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 07:33:51 +0100" startDate="2018-06-26 07:01:58 +0100" endDate="2018-06-26 07:08:44 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 08:36:14 +0100" startDate="2018-06-26 07:46:58 +0100" endDate="2018-06-26 07:54:09 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 09:32:51 +0100" startDate="2018-06-26 08:45:59 +0100" endDate="2018-06-26 08:55:15 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 09:32:51 +0100" startDate="2018-06-26 08:55:15 +0100" endDate="2018-06-26 08:57:09 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 09:32:51 +0100" startDate="2018-06-26 09:22:39 +0100" endDate="2018-06-26 09:27:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 10:40:22 +0100" startDate="2018-06-26 09:27:35 +0100" endDate="2018-06-26 09:37:34 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 10:40:22 +0100" startDate="2018-06-26 09:37:34 +0100" endDate="2018-06-26 09:39:49 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 10:40:22 +0100" startDate="2018-06-26 09:49:06 +0100" endDate="2018-06-26 09:56:20 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 10:40:22 +0100" startDate="2018-06-26 09:58:26 +0100" endDate="2018-06-26 10:06:12 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 10:40:22 +0100" startDate="2018-06-26 10:17:35 +0100" endDate="2018-06-26 10:24:26 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 10:40:22 +0100" startDate="2018-06-26 10:24:26 +0100" endDate="2018-06-26 10:30:24 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 11:38:55 +0100" startDate="2018-06-26 10:35:59 +0100" endDate="2018-06-26 10:45:52 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 11:38:55 +0100" startDate="2018-06-26 10:45:52 +0100" endDate="2018-06-26 10:50:24 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 12:34:42 +0100" startDate="2018-06-26 11:32:50 +0100" endDate="2018-06-26 11:42:49 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 12:34:42 +0100" startDate="2018-06-26 11:42:49 +0100" endDate="2018-06-26 11:49:06 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 12:34:42 +0100" startDate="2018-06-26 11:49:06 +0100" endDate="2018-06-26 11:59:05 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 12:34:42 +0100" startDate="2018-06-26 11:59:05 +0100" endDate="2018-06-26 12:09:01 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 12:34:42 +0100" startDate="2018-06-26 12:09:01 +0100" endDate="2018-06-26 12:18:08 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 12:34:42 +0100" startDate="2018-06-26 12:18:08 +0100" endDate="2018-06-26 12:25:56 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 13:33:04 +0100" startDate="2018-06-26 13:12:39 +0100" endDate="2018-06-26 13:22:13 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 13:33:04 +0100" startDate="2018-06-26 13:22:13 +0100" endDate="2018-06-26 13:32:11 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 14:32:05 +0100" startDate="2018-06-26 13:32:11 +0100" endDate="2018-06-26 13:39:59 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 14:32:05 +0100" startDate="2018-06-26 13:39:59 +0100" endDate="2018-06-26 13:46:11 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 14:32:05 +0100" startDate="2018-06-26 13:46:11 +0100" endDate="2018-06-26 13:52:39 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 14:32:05 +0100" startDate="2018-06-26 13:52:39 +0100" endDate="2018-06-26 14:02:09 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 14:32:05 +0100" startDate="2018-06-26 14:02:09 +0100" endDate="2018-06-26 14:03:54 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 15:32:54 +0100" startDate="2018-06-26 15:14:47 +0100" endDate="2018-06-26 15:24:45 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 16:32:05 +0100" startDate="2018-06-26 15:24:45 +0100" endDate="2018-06-26 15:28:34 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 16:32:05 +0100" startDate="2018-06-26 15:34:37 +0100" endDate="2018-06-26 15:41:33 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 16:32:05 +0100" startDate="2018-06-26 15:42:48 +0100" endDate="2018-06-26 15:49:14 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 16:32:05 +0100" startDate="2018-06-26 15:49:14 +0100" endDate="2018-06-26 15:53:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 17:34:44 +0100" startDate="2018-06-26 17:13:51 +0100" endDate="2018-06-26 17:22:50 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 18:39:02 +0100" startDate="2018-06-26 17:49:40 +0100" endDate="2018-06-26 17:59:39 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 18:39:02 +0100" startDate="2018-06-26 17:59:39 +0100" endDate="2018-06-26 18:09:22 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 18:39:02 +0100" startDate="2018-06-26 18:09:22 +0100" endDate="2018-06-26 18:17:33 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 18:39:02 +0100" startDate="2018-06-26 18:17:33 +0100" endDate="2018-06-26 18:22:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 19:35:50 +0100" startDate="2018-06-26 18:41:22 +0100" endDate="2018-06-26 18:49:42 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 19:35:50 +0100" startDate="2018-06-26 18:49:42 +0100" endDate="2018-06-26 18:53:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 20:33:26 +0100" startDate="2018-06-26 19:32:05 +0100" endDate="2018-06-26 19:38:33 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 20:33:26 +0100" startDate="2018-06-26 19:53:36 +0100" endDate="2018-06-26 20:01:56 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 21:33:02 +0100" startDate="2018-06-26 20:51:59 +0100" endDate="2018-06-26 20:59:03 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 21:33:02 +0100" startDate="2018-06-26 21:01:39 +0100" endDate="2018-06-26 21:09:31 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 21:33:02 +0100" startDate="2018-06-26 21:09:31 +0100" endDate="2018-06-26 21:18:09 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 21:33:02 +0100" startDate="2018-06-26 21:20:04 +0100" endDate="2018-06-26 21:27:00 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 22:51:31 +0100" startDate="2018-06-26 21:27:00 +0100" endDate="2018-06-26 21:33:02 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 22:51:31 +0100" startDate="2018-06-26 21:41:00 +0100" endDate="2018-06-26 21:49:45 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 22:51:31 +0100" startDate="2018-06-26 21:49:45 +0100" endDate="2018-06-26 21:56:26 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-26 22:51:31 +0100" startDate="2018-06-26 22:11:24 +0100" endDate="2018-06-26 22:17:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 04:56:22 +0100" startDate="2018-06-27 03:54:13 +0100" endDate="2018-06-27 04:00:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 06:34:21 +0100" startDate="2018-06-27 06:18:29 +0100" endDate="2018-06-27 06:25:15 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 07:33:21 +0100" startDate="2018-06-27 06:42:36 +0100" endDate="2018-06-27 06:49:27 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 07:33:21 +0100" startDate="2018-06-27 06:50:39 +0100" endDate="2018-06-27 07:00:12 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 07:33:21 +0100" startDate="2018-06-27 07:00:12 +0100" endDate="2018-06-27 07:10:11 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 07:33:21 +0100" startDate="2018-06-27 07:10:11 +0100" endDate="2018-06-27 07:19:14 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 07:33:21 +0100" startDate="2018-06-27 07:19:14 +0100" endDate="2018-06-27 07:24:48 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 09:32:16 +0100" startDate="2018-06-27 08:31:31 +0100" endDate="2018-06-27 08:39:36 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 11:38:42 +0100" startDate="2018-06-27 10:58:04 +0100" endDate="2018-06-27 11:08:03 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 11:38:42 +0100" startDate="2018-06-27 11:08:03 +0100" endDate="2018-06-27 11:18:00 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 12:35:26 +0100" startDate="2018-06-27 12:16:49 +0100" endDate="2018-06-27 12:22:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 12:35:26 +0100" startDate="2018-06-27 12:24:29 +0100" endDate="2018-06-27 12:33:47 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 13:33:10 +0100" startDate="2018-06-27 12:33:47 +0100" endDate="2018-06-27 12:39:13 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 13:33:10 +0100" startDate="2018-06-27 12:57:36 +0100" endDate="2018-06-27 13:07:34 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 13:33:10 +0100" startDate="2018-06-27 13:07:34 +0100" endDate="2018-06-27 13:14:20 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 14:32:06 +0100" startDate="2018-06-27 13:27:57 +0100" endDate="2018-06-27 13:35:38 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 14:32:06 +0100" startDate="2018-06-27 13:35:38 +0100" endDate="2018-06-27 13:42:24 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 14:32:06 +0100" startDate="2018-06-27 13:42:24 +0100" endDate="2018-06-27 13:47:13 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 14:32:06 +0100" startDate="2018-06-27 14:15:59 +0100" endDate="2018-06-27 14:25:45 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 15:58:29 +0100" startDate="2018-06-27 14:25:45 +0100" endDate="2018-06-27 14:35:45 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 15:58:29 +0100" startDate="2018-06-27 14:35:45 +0100" endDate="2018-06-27 14:41:05 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 15:58:29 +0100" startDate="2018-06-27 14:41:43 +0100" endDate="2018-06-27 14:50:03 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 15:58:29 +0100" startDate="2018-06-27 14:50:03 +0100" endDate="2018-06-27 15:00:02 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 15:58:29 +0100" startDate="2018-06-27 15:00:02 +0100" endDate="2018-06-27 15:02:16 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 15:58:29 +0100" startDate="2018-06-27 15:07:53 +0100" endDate="2018-06-27 15:17:13 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 15:58:29 +0100" startDate="2018-06-27 15:43:11 +0100" endDate="2018-06-27 15:53:10 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 16:33:51 +0100" startDate="2018-06-27 15:53:10 +0100" endDate="2018-06-27 15:58:27 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 17:32:11 +0100" startDate="2018-06-27 16:39:08 +0100" endDate="2018-06-27 16:48:49 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 17:32:11 +0100" startDate="2018-06-27 16:48:49 +0100" endDate="2018-06-27 16:57:53 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 17:32:11 +0100" startDate="2018-06-27 16:57:53 +0100" endDate="2018-06-27 17:07:15 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 17:32:11 +0100" startDate="2018-06-27 17:07:15 +0100" endDate="2018-06-27 17:15:22 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 17:32:11 +0100" startDate="2018-06-27 17:15:38 +0100" endDate="2018-06-27 17:23:57 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 18:32:52 +0100" startDate="2018-06-27 17:23:57 +0100" endDate="2018-06-27 17:33:57 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 18:32:52 +0100" startDate="2018-06-27 17:33:57 +0100" endDate="2018-06-27 17:34:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 18:32:52 +0100" startDate="2018-06-27 17:39:27 +0100" endDate="2018-06-27 17:47:55 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 20:03:03 +0100" startDate="2018-06-27 19:36:38 +0100" endDate="2018-06-27 19:42:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 20:33:51 +0100" startDate="2018-06-27 20:02:30 +0100" endDate="2018-06-27 20:09:16 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 20:33:51 +0100" startDate="2018-06-27 20:19:18 +0100" endDate="2018-06-27 20:26:06 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 22:20:24 +0100" startDate="2018-06-27 20:26:06 +0100" endDate="2018-06-27 20:32:57 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 22:20:24 +0100" startDate="2018-06-27 20:36:47 +0100" endDate="2018-06-27 20:44:46 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 22:20:24 +0100" startDate="2018-06-27 20:44:46 +0100" endDate="2018-06-27 20:52:51 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 22:20:24 +0100" startDate="2018-06-27 20:58:33 +0100" endDate="2018-06-27 21:05:51 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 22:20:24 +0100" startDate="2018-06-27 21:09:35 +0100" endDate="2018-06-27 21:17:30 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 22:20:24 +0100" startDate="2018-06-27 21:58:54 +0100" endDate="2018-06-27 22:08:25 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 22:20:24 +0100" startDate="2018-06-27 22:08:25 +0100" endDate="2018-06-27 22:12:35 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-27 23:08:50 +0100" startDate="2018-06-27 22:19:49 +0100" endDate="2018-06-27 22:24:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 06:33:18 +0100" startDate="2018-06-28 05:47:28 +0100" endDate="2018-06-28 05:56:30 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 06:33:18 +0100" startDate="2018-06-28 06:03:16 +0100" endDate="2018-06-28 06:10:56 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 06:33:18 +0100" startDate="2018-06-28 06:10:56 +0100" endDate="2018-06-28 06:14:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 06:27:21 +0100" endDate="2018-06-28 06:34:02 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 06:34:02 +0100" endDate="2018-06-28 06:43:20 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 06:43:20 +0100" endDate="2018-06-28 06:51:54 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 06:51:54 +0100" endDate="2018-06-28 07:01:52 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 07:01:52 +0100" endDate="2018-06-28 07:11:37 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 07:11:37 +0100" endDate="2018-06-28 07:14:35 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 07:19:24 +0100" endDate="2018-06-28 07:25:52 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 08:34:37 +0100" startDate="2018-06-28 07:25:52 +0100" endDate="2018-06-28 07:35:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 08:34:37 +0100" startDate="2018-06-28 07:59:56 +0100" endDate="2018-06-28 08:09:20 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 08:34:37 +0100" startDate="2018-06-28 08:09:20 +0100" endDate="2018-06-28 08:12:57 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 09:32:17 +0100" startDate="2018-06-28 09:05:10 +0100" endDate="2018-06-28 09:11:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 11:40:48 +0100" startDate="2018-06-28 10:47:16 +0100" endDate="2018-06-28 10:53:49 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 11:40:48 +0100" startDate="2018-06-28 10:53:49 +0100" endDate="2018-06-28 11:03:49 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 11:40:48 +0100" startDate="2018-06-28 11:03:49 +0100" endDate="2018-06-28 11:13:16 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 12:32:51 +0100" startDate="2018-06-28 11:52:44 +0100" endDate="2018-06-28 12:02:44 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 12:32:51 +0100" startDate="2018-06-28 12:02:44 +0100" endDate="2018-06-28 12:12:24 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 12:32:51 +0100" startDate="2018-06-28 12:12:24 +0100" endDate="2018-06-28 12:20:29 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 12:32:51 +0100" startDate="2018-06-28 12:20:29 +0100" endDate="2018-06-28 12:30:28 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 13:32:28 +0100" startDate="2018-06-28 12:30:28 +0100" endDate="2018-06-28 12:40:07 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 13:32:28 +0100" startDate="2018-06-28 12:40:07 +0100" endDate="2018-06-28 12:49:18 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 13:32:28 +0100" startDate="2018-06-28 13:03:50 +0100" endDate="2018-06-28 13:10:36 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 14:33:31 +0100" startDate="2018-06-28 13:23:49 +0100" endDate="2018-06-28 13:32:44 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 15:32:08 +0100" startDate="2018-06-28 14:30:44 +0100" endDate="2018-06-28 14:39:06 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 15:32:08 +0100" startDate="2018-06-28 14:39:06 +0100" endDate="2018-06-28 14:48:10 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 16:33:41 +0100" startDate="2018-06-28 15:24:05 +0100" endDate="2018-06-28 15:34:04 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 16:33:41 +0100" startDate="2018-06-28 15:34:04 +0100" endDate="2018-06-28 15:35:43 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 16:33:41 +0100" startDate="2018-06-28 15:46:52 +0100" endDate="2018-06-28 15:52:57 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 16:33:41 +0100" startDate="2018-06-28 15:55:50 +0100" endDate="2018-06-28 16:05:18 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 16:33:41 +0100" startDate="2018-06-28 16:05:18 +0100" endDate="2018-06-28 16:15:18 +0100" value="1046"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 16:33:41 +0100" startDate="2018-06-28 16:15:18 +0100" endDate="2018-06-28 16:22:35 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 17:32:05 +0100" startDate="2018-06-28 17:01:42 +0100" endDate="2018-06-28 17:08:36 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 17:32:05 +0100" startDate="2018-06-28 17:17:43 +0100" endDate="2018-06-28 17:24:06 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 18:31:58 +0100" startDate="2018-06-28 18:12:37 +0100" endDate="2018-06-28 18:19:26 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 18:31:58 +0100" startDate="2018-06-28 18:19:26 +0100" endDate="2018-06-28 18:27:49 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 19:32:26 +0100" startDate="2018-06-28 18:47:37 +0100" endDate="2018-06-28 18:54:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 19:24:32 +0100" endDate="2018-06-28 19:32:39 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 19:32:39 +0100" endDate="2018-06-28 19:42:36 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 19:42:36 +0100" endDate="2018-06-28 19:45:57 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 20:13:16 +0100" endDate="2018-06-28 20:19:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 20:52:32 +0100" endDate="2018-06-28 20:58:45 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 21:26:18 +0100" endDate="2018-06-28 21:36:18 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 21:36:18 +0100" endDate="2018-06-28 21:45:20 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 21:45:20 +0100" endDate="2018-06-28 21:54:27 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 22:12:30 +0100" startDate="2018-06-28 21:54:27 +0100" endDate="2018-06-28 21:57:30 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 23:04:40 +0100" startDate="2018-06-28 22:15:00 +0100" endDate="2018-06-28 22:24:59 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-28 23:04:40 +0100" startDate="2018-06-28 22:24:59 +0100" endDate="2018-06-28 22:34:36 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 06:33:08 +0100" startDate="2018-06-29 06:16:00 +0100" endDate="2018-06-29 06:22:33 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 07:35:57 +0100" startDate="2018-06-29 06:29:41 +0100" endDate="2018-06-29 06:36:31 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 07:35:57 +0100" startDate="2018-06-29 06:42:21 +0100" endDate="2018-06-29 06:52:14 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 07:35:57 +0100" startDate="2018-06-29 06:52:14 +0100" endDate="2018-06-29 07:02:12 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 07:35:57 +0100" startDate="2018-06-29 07:02:12 +0100" endDate="2018-06-29 07:10:11 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 10:32:10 +0100" startDate="2018-06-29 10:16:12 +0100" endDate="2018-06-29 10:24:09 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 11:32:50 +0100" startDate="2018-06-29 10:24:09 +0100" endDate="2018-06-29 10:31:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 11:32:50 +0100" startDate="2018-06-29 10:31:04 +0100" endDate="2018-06-29 10:41:02 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 11:32:50 +0100" startDate="2018-06-29 10:41:02 +0100" endDate="2018-06-29 10:50:59 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 12:35:28 +0100" startDate="2018-06-29 11:29:30 +0100" endDate="2018-06-29 11:38:58 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 12:35:28 +0100" startDate="2018-06-29 11:38:58 +0100" endDate="2018-06-29 11:48:47 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 12:35:28 +0100" startDate="2018-06-29 11:48:47 +0100" endDate="2018-06-29 11:55:08 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 12:35:28 +0100" startDate="2018-06-29 11:57:25 +0100" endDate="2018-06-29 12:05:22 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 12:35:28 +0100" startDate="2018-06-29 12:10:03 +0100" endDate="2018-06-29 12:20:01 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 12:35:28 +0100" startDate="2018-06-29 12:20:01 +0100" endDate="2018-06-29 12:29:31 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 13:35:10 +0100" startDate="2018-06-29 12:39:43 +0100" endDate="2018-06-29 12:49:42 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 13:35:10 +0100" startDate="2018-06-29 12:49:42 +0100" endDate="2018-06-29 12:52:00 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 13:35:10 +0100" startDate="2018-06-29 13:16:25 +0100" endDate="2018-06-29 13:26:09 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 14:37:06 +0100" startDate="2018-06-29 13:26:09 +0100" endDate="2018-06-29 13:29:52 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 14:37:06 +0100" startDate="2018-06-29 13:43:27 +0100" endDate="2018-06-29 13:52:17 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 15:41:08 +0100" startDate="2018-06-29 15:18:10 +0100" endDate="2018-06-29 15:27:52 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 15:41:08 +0100" startDate="2018-06-29 15:27:52 +0100" endDate="2018-06-29 15:37:50 +0100" value="680"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 15:37:50 +0100" endDate="2018-06-29 15:47:48 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 15:47:48 +0100" endDate="2018-06-29 15:57:26 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 15:57:26 +0100" endDate="2018-06-29 16:07:16 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 16:07:16 +0100" endDate="2018-06-29 16:17:14 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 16:17:14 +0100" endDate="2018-06-29 16:27:12 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 16:27:12 +0100" endDate="2018-06-29 16:36:03 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 16:36:03 +0100" endDate="2018-06-29 16:42:07 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 16:42:07 +0100" endDate="2018-06-29 16:52:06 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 16:52:06 +0100" endDate="2018-06-29 16:53:47 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 17:33:31 +0100" startDate="2018-06-29 16:53:47 +0100" endDate="2018-06-29 17:03:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 17:33:31 +0100" startDate="2018-06-29 17:03:42 +0100" endDate="2018-06-29 17:13:35 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 18:34:42 +0100" startDate="2018-06-29 17:27:16 +0100" endDate="2018-06-29 17:34:57 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 19:33:31 +0100" startDate="2018-06-29 18:38:01 +0100" endDate="2018-06-29 18:45:30 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 22:19:41 +0100" startDate="2018-06-29 21:25:04 +0100" endDate="2018-06-29 21:31:27 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 22:19:41 +0100" startDate="2018-06-29 21:31:27 +0100" endDate="2018-06-29 21:37:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-29 22:19:41 +0100" startDate="2018-06-29 21:44:26 +0100" endDate="2018-06-29 21:51:43 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-29 22:56:20 +0100" endDate="2018-06-29 23:04:33 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-29 23:07:23 +0100" endDate="2018-06-29 23:15:34 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-29 23:36:26 +0100" endDate="2018-06-29 23:46:26 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-29 23:46:26 +0100" endDate="2018-06-29 23:55:31 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-29 23:55:31 +0100" endDate="2018-06-29 23:58:31 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 00:09:46 +0100" endDate="2018-06-30 00:17:35 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 00:17:35 +0100" endDate="2018-06-30 00:27:14 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 00:27:14 +0100" endDate="2018-06-30 00:36:49 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 00:36:49 +0100" endDate="2018-06-30 00:46:40 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 00:46:40 +0100" endDate="2018-06-30 00:56:29 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 00:56:29 +0100" endDate="2018-06-30 01:04:40 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 01:04:40 +0100" endDate="2018-06-30 01:14:04 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 01:14:04 +0100" endDate="2018-06-30 01:23:40 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 01:23:40 +0100" endDate="2018-06-30 01:31:33 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 01:31:33 +0100" endDate="2018-06-30 01:41:30 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 01:41:30 +0100" endDate="2018-06-30 01:51:08 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 01:51:08 +0100" endDate="2018-06-30 02:01:07 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 03:06:59 +0100" startDate="2018-06-30 02:01:07 +0100" endDate="2018-06-30 02:11:05 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 03:06:59 +0100" startDate="2018-06-30 02:11:05 +0100" endDate="2018-06-30 02:20:37 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 03:06:59 +0100" startDate="2018-06-30 02:20:37 +0100" endDate="2018-06-30 02:30:37 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 03:06:59 +0100" startDate="2018-06-30 02:30:37 +0100" endDate="2018-06-30 02:39:36 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 03:06:59 +0100" startDate="2018-06-30 02:39:36 +0100" endDate="2018-06-30 02:48:56 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 03:06:59 +0100" startDate="2018-06-30 02:48:56 +0100" endDate="2018-06-30 02:58:53 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 04:11:42 +0100" startDate="2018-06-30 02:58:53 +0100" endDate="2018-06-30 03:08:26 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 04:11:42 +0100" startDate="2018-06-30 03:08:26 +0100" endDate="2018-06-30 03:18:21 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 04:11:42 +0100" startDate="2018-06-30 03:18:21 +0100" endDate="2018-06-30 03:27:05 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 04:11:42 +0100" startDate="2018-06-30 03:27:05 +0100" endDate="2018-06-30 03:29:40 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 04:11:42 +0100" startDate="2018-06-30 03:42:37 +0100" endDate="2018-06-30 03:52:33 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 04:11:42 +0100" startDate="2018-06-30 03:52:33 +0100" endDate="2018-06-30 04:02:33 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 05:07:29 +0100" startDate="2018-06-30 04:02:33 +0100" endDate="2018-06-30 04:09:51 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 07:48:37 +0100" startDate="2018-06-30 06:53:18 +0100" endDate="2018-06-30 07:01:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 10:48:16 +0100" startDate="2018-06-30 09:50:37 +0100" endDate="2018-06-30 09:56:57 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 10:48:16 +0100" startDate="2018-06-30 10:02:13 +0100" endDate="2018-06-30 10:08:57 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 10:48:16 +0100" startDate="2018-06-30 10:27:12 +0100" endDate="2018-06-30 10:34:44 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 12:46:34 +0100" startDate="2018-06-30 11:55:41 +0100" endDate="2018-06-30 12:05:31 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 13:47:57 +0100" startDate="2018-06-30 12:55:11 +0100" endDate="2018-06-30 13:03:55 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 13:47:57 +0100" startDate="2018-06-30 13:33:05 +0100" endDate="2018-06-30 13:39:07 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 14:51:45 +0100" startDate="2018-06-30 13:50:55 +0100" endDate="2018-06-30 14:00:41 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 14:51:45 +0100" startDate="2018-06-30 14:00:41 +0100" endDate="2018-06-30 14:02:36 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 15:50:22 +0100" startDate="2018-06-30 14:56:39 +0100" endDate="2018-06-30 15:02:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-06-30 18:51:09 +0100" startDate="2018-06-30 17:52:45 +0100" endDate="2018-06-30 17:59:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 09:05:32 +0100" startDate="2018-06-30 21:49:15 +0100" endDate="2018-06-30 21:55:51 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 09:05:32 +0100" startDate="2018-06-30 21:55:51 +0100" endDate="2018-06-30 22:02:18 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 09:05:32 +0100" startDate="2018-07-01 08:39:28 +0100" endDate="2018-07-01 08:45:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 09:05:32 +0100" startDate="2018-07-01 08:52:14 +0100" endDate="2018-07-01 09:02:09 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 09:20:45 +0100" startDate="2018-07-01 09:02:09 +0100" endDate="2018-07-01 09:07:02 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 10:21:45 +0100" startDate="2018-07-01 09:48:20 +0100" endDate="2018-07-01 09:57:23 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 10:21:45 +0100" startDate="2018-07-01 09:59:03 +0100" endDate="2018-07-01 10:09:02 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 11:15:34 +0100" startDate="2018-07-01 10:18:22 +0100" endDate="2018-07-01 10:28:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 11:15:34 +0100" startDate="2018-07-01 10:28:22 +0100" endDate="2018-07-01 10:28:24 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 11:15:34 +0100" startDate="2018-07-01 10:34:46 +0100" endDate="2018-07-01 10:43:19 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 12:15:37 +0100" startDate="2018-07-01 12:00:05 +0100" endDate="2018-07-01 12:06:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 13:16:58 +0100" startDate="2018-07-01 12:23:32 +0100" endDate="2018-07-01 12:32:08 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 14:15:30 +0100" startDate="2018-07-01 13:16:11 +0100" endDate="2018-07-01 13:25:28 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 14:15:30 +0100" startDate="2018-07-01 13:25:28 +0100" endDate="2018-07-01 13:35:26 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 14:15:30 +0100" startDate="2018-07-01 13:35:26 +0100" endDate="2018-07-01 13:45:23 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 14:15:30 +0100" startDate="2018-07-01 13:45:23 +0100" endDate="2018-07-01 13:55:22 +0100" value="987"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 14:15:30 +0100" startDate="2018-07-01 13:55:22 +0100" endDate="2018-07-01 14:02:16 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 16:20:56 +0100" startDate="2018-07-01 15:25:17 +0100" endDate="2018-07-01 15:35:16 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 16:20:56 +0100" startDate="2018-07-01 15:35:16 +0100" endDate="2018-07-01 15:45:15 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 16:20:56 +0100" startDate="2018-07-01 15:45:15 +0100" endDate="2018-07-01 15:52:47 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 16:20:56 +0100" startDate="2018-07-01 15:52:47 +0100" endDate="2018-07-01 16:02:25 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 18:21:48 +0100" startDate="2018-07-01 17:38:56 +0100" endDate="2018-07-01 17:48:55 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 18:21:48 +0100" startDate="2018-07-01 17:48:55 +0100" endDate="2018-07-01 17:52:08 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 19:15:34 +0100" startDate="2018-07-01 18:33:54 +0100" endDate="2018-07-01 18:43:48 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 19:15:34 +0100" startDate="2018-07-01 18:50:30 +0100" endDate="2018-07-01 18:57:16 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 19:15:34 +0100" startDate="2018-07-01 19:00:13 +0100" endDate="2018-07-01 19:10:02 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 20:21:57 +0100" startDate="2018-07-01 19:10:02 +0100" endDate="2018-07-01 19:20:02 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 20:21:57 +0100" startDate="2018-07-01 19:20:02 +0100" endDate="2018-07-01 19:26:00 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 20:21:57 +0100" startDate="2018-07-01 19:26:00 +0100" endDate="2018-07-01 19:35:59 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 20:21:57 +0100" startDate="2018-07-01 19:35:59 +0100" endDate="2018-07-01 19:45:58 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 20:21:57 +0100" startDate="2018-07-01 19:45:58 +0100" endDate="2018-07-01 19:55:28 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 22:08:21 +0100" startDate="2018-07-01 21:52:47 +0100" endDate="2018-07-01 22:02:46 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 23:00:03 +0100" startDate="2018-07-01 22:02:46 +0100" endDate="2018-07-01 22:12:44 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 23:00:03 +0100" startDate="2018-07-01 22:12:44 +0100" endDate="2018-07-01 22:22:19 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-01 23:43:47 +0100" startDate="2018-07-01 22:55:12 +0100" endDate="2018-07-01 23:01:20 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 06:17:29 +0100" startDate="2018-07-02 05:36:35 +0100" endDate="2018-07-02 05:43:01 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 06:17:29 +0100" startDate="2018-07-02 05:54:52 +0100" endDate="2018-07-02 06:04:29 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 06:17:29 +0100" startDate="2018-07-02 06:04:29 +0100" endDate="2018-07-02 06:14:20 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 07:17:00 +0100" startDate="2018-07-02 06:14:20 +0100" endDate="2018-07-02 06:24:18 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 07:17:00 +0100" startDate="2018-07-02 06:24:18 +0100" endDate="2018-07-02 06:34:18 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 07:17:00 +0100" startDate="2018-07-02 06:34:18 +0100" endDate="2018-07-02 06:44:16 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 07:17:00 +0100" startDate="2018-07-02 06:44:16 +0100" endDate="2018-07-02 06:53:50 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 07:17:00 +0100" startDate="2018-07-02 06:53:50 +0100" endDate="2018-07-02 07:03:49 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 07:17:00 +0100" startDate="2018-07-02 07:03:49 +0100" endDate="2018-07-02 07:13:47 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 08:24:19 +0100" startDate="2018-07-02 07:13:47 +0100" endDate="2018-07-02 07:19:59 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 08:24:19 +0100" startDate="2018-07-02 07:24:03 +0100" endDate="2018-07-02 07:31:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 08:24:19 +0100" startDate="2018-07-02 07:45:41 +0100" endDate="2018-07-02 07:54:29 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 08:50:24 +0100" startDate="2018-07-02 08:22:47 +0100" endDate="2018-07-02 08:31:05 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 08:50:24 +0100" startDate="2018-07-02 08:31:05 +0100" endDate="2018-07-02 08:34:33 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 09:50:24 +0100" startDate="2018-07-02 09:32:46 +0100" endDate="2018-07-02 09:42:04 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 10:55:36 +0100" startDate="2018-07-02 09:42:04 +0100" endDate="2018-07-02 09:47:39 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 10:55:36 +0100" startDate="2018-07-02 10:16:59 +0100" endDate="2018-07-02 10:23:28 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 12:50:30 +0100" startDate="2018-07-02 12:21:33 +0100" endDate="2018-07-02 12:31:17 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 12:50:30 +0100" startDate="2018-07-02 12:31:17 +0100" endDate="2018-07-02 12:35:26 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 13:51:51 +0100" startDate="2018-07-02 13:33:34 +0100" endDate="2018-07-02 13:40:35 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 13:51:51 +0100" startDate="2018-07-02 13:40:35 +0100" endDate="2018-07-02 13:50:12 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 14:59:27 +0100" startDate="2018-07-02 13:50:12 +0100" endDate="2018-07-02 13:51:33 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 15:50:20 +0100" startDate="2018-07-02 15:22:24 +0100" endDate="2018-07-02 15:31:55 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 15:50:20 +0100" startDate="2018-07-02 15:31:55 +0100" endDate="2018-07-02 15:40:35 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 16:54:56 +0100" startDate="2018-07-02 15:40:35 +0100" endDate="2018-07-02 15:50:27 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 16:54:56 +0100" startDate="2018-07-02 15:50:27 +0100" endDate="2018-07-02 15:58:55 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 17:51:32 +0100" startDate="2018-07-02 17:40:08 +0100" endDate="2018-07-02 17:49:45 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 17:49:45 +0100" endDate="2018-07-02 17:53:51 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 17:56:06 +0100" endDate="2018-07-02 18:02:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 18:25:11 +0100" endDate="2018-07-02 18:34:54 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 18:34:54 +0100" endDate="2018-07-02 18:44:52 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 18:44:52 +0100" endDate="2018-07-02 18:54:50 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 19:02:19 +0100" endDate="2018-07-02 19:12:17 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 19:12:17 +0100" endDate="2018-07-02 19:18:23 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 19:55:21 +0100" startDate="2018-07-02 19:18:23 +0100" endDate="2018-07-02 19:28:13 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 20:50:29 +0100" startDate="2018-07-02 19:58:05 +0100" endDate="2018-07-02 20:05:14 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 22:39:03 +0100" startDate="2018-07-02 20:48:58 +0100" endDate="2018-07-02 20:56:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 22:39:03 +0100" startDate="2018-07-02 20:56:34 +0100" endDate="2018-07-02 21:01:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 22:39:03 +0100" startDate="2018-07-02 21:02:07 +0100" endDate="2018-07-02 21:08:48 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 22:39:03 +0100" startDate="2018-07-02 22:00:30 +0100" endDate="2018-07-02 22:10:03 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 22:39:03 +0100" startDate="2018-07-02 22:10:03 +0100" endDate="2018-07-02 22:18:47 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 22:39:03 +0100" startDate="2018-07-02 22:18:47 +0100" endDate="2018-07-02 22:24:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-02 23:15:01 +0100" startDate="2018-07-02 22:31:32 +0100" endDate="2018-07-02 22:37:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 07:57:55 +0100" startDate="2018-07-03 06:50:27 +0100" endDate="2018-07-03 06:59:16 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 07:57:55 +0100" startDate="2018-07-03 07:00:44 +0100" endDate="2018-07-03 07:10:44 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 07:57:55 +0100" startDate="2018-07-03 07:10:44 +0100" endDate="2018-07-03 07:20:41 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 07:57:55 +0100" startDate="2018-07-03 07:20:41 +0100" endDate="2018-07-03 07:24:15 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 09:51:49 +0100" startDate="2018-07-03 09:39:14 +0100" endDate="2018-07-03 09:45:39 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 11:50:50 +0100" startDate="2018-07-03 10:51:02 +0100" endDate="2018-07-03 11:00:31 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 11:50:50 +0100" startDate="2018-07-03 11:00:31 +0100" endDate="2018-07-03 11:10:29 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 11:50:50 +0100" startDate="2018-07-03 11:10:29 +0100" endDate="2018-07-03 11:18:13 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 11:50:50 +0100" startDate="2018-07-03 11:18:13 +0100" endDate="2018-07-03 11:28:11 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 11:50:50 +0100" startDate="2018-07-03 11:28:11 +0100" endDate="2018-07-03 11:29:35 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 12:57:03 +0100" startDate="2018-07-03 11:44:35 +0100" endDate="2018-07-03 11:54:34 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 12:57:03 +0100" startDate="2018-07-03 11:54:34 +0100" endDate="2018-07-03 12:03:32 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 12:57:03 +0100" startDate="2018-07-03 12:03:32 +0100" endDate="2018-07-03 12:13:30 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 12:57:03 +0100" startDate="2018-07-03 12:13:30 +0100" endDate="2018-07-03 12:16:13 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 12:57:03 +0100" startDate="2018-07-03 12:19:34 +0100" endDate="2018-07-03 12:26:14 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 13:52:51 +0100" startDate="2018-07-03 13:04:04 +0100" endDate="2018-07-03 13:14:03 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 13:52:51 +0100" startDate="2018-07-03 13:14:03 +0100" endDate="2018-07-03 13:23:56 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 13:52:51 +0100" startDate="2018-07-03 13:23:56 +0100" endDate="2018-07-03 13:26:46 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 14:50:27 +0100" startDate="2018-07-03 13:48:23 +0100" endDate="2018-07-03 13:58:22 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 14:50:27 +0100" startDate="2018-07-03 13:58:22 +0100" endDate="2018-07-03 14:04:51 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 14:50:27 +0100" startDate="2018-07-03 14:31:36 +0100" endDate="2018-07-03 14:41:31 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 15:59:43 +0100" startDate="2018-07-03 14:41:31 +0100" endDate="2018-07-03 14:51:06 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 15:59:43 +0100" startDate="2018-07-03 14:51:06 +0100" endDate="2018-07-03 14:52:43 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 15:59:43 +0100" startDate="2018-07-03 15:01:46 +0100" endDate="2018-07-03 15:11:45 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 15:59:43 +0100" startDate="2018-07-03 15:11:45 +0100" endDate="2018-07-03 15:16:18 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 16:56:03 +0100" startDate="2018-07-03 16:04:54 +0100" endDate="2018-07-03 16:14:52 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 16:56:03 +0100" startDate="2018-07-03 16:14:52 +0100" endDate="2018-07-03 16:19:52 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 16:56:03 +0100" startDate="2018-07-03 16:19:52 +0100" endDate="2018-07-03 16:25:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 16:56:03 +0100" startDate="2018-07-03 16:25:47 +0100" endDate="2018-07-03 16:35:47 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 16:56:03 +0100" startDate="2018-07-03 16:35:47 +0100" endDate="2018-07-03 16:44:57 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 16:56:03 +0100" startDate="2018-07-03 16:44:57 +0100" endDate="2018-07-03 16:54:15 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 17:51:30 +0100" startDate="2018-07-03 16:54:15 +0100" endDate="2018-07-03 16:59:52 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 17:51:30 +0100" startDate="2018-07-03 17:35:32 +0100" endDate="2018-07-03 17:41:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 19:57:58 +0100" startDate="2018-07-03 17:59:28 +0100" endDate="2018-07-03 18:08:36 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 19:57:58 +0100" startDate="2018-07-03 18:16:13 +0100" endDate="2018-07-03 18:22:45 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 19:57:58 +0100" startDate="2018-07-03 18:25:48 +0100" endDate="2018-07-03 18:32:31 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 19:57:58 +0100" startDate="2018-07-03 18:48:40 +0100" endDate="2018-07-03 18:55:05 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 19:57:58 +0100" startDate="2018-07-03 18:59:41 +0100" endDate="2018-07-03 19:05:58 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 19:57:58 +0100" startDate="2018-07-03 19:36:24 +0100" endDate="2018-07-03 19:42:34 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 21:55:35 +0100" startDate="2018-07-03 20:02:21 +0100" endDate="2018-07-03 20:08:49 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-03 22:10:42 +0100" startDate="2018-07-03 21:47:15 +0100" endDate="2018-07-03 21:55:27 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 06:05:35 +0100" startDate="2018-07-04 05:51:42 +0100" endDate="2018-07-04 06:00:25 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 07:08:27 +0100" startDate="2018-07-04 06:00:25 +0100" endDate="2018-07-04 06:05:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 07:08:27 +0100" startDate="2018-07-04 06:23:05 +0100" endDate="2018-07-04 06:29:55 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 07:08:27 +0100" startDate="2018-07-04 06:29:55 +0100" endDate="2018-07-04 06:39:37 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 07:08:27 +0100" startDate="2018-07-04 06:39:37 +0100" endDate="2018-07-04 06:49:30 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 07:08:27 +0100" startDate="2018-07-04 06:49:30 +0100" endDate="2018-07-04 06:56:14 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 08:10:52 +0100" startDate="2018-07-04 07:18:02 +0100" endDate="2018-07-04 07:25:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 08:10:52 +0100" startDate="2018-07-04 07:32:52 +0100" endDate="2018-07-04 07:42:26 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 08:10:52 +0100" startDate="2018-07-04 07:42:26 +0100" endDate="2018-07-04 07:43:53 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 09:06:05 +0100" startDate="2018-07-04 08:39:50 +0100" endDate="2018-07-04 08:47:40 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 09:06:05 +0100" startDate="2018-07-04 08:53:18 +0100" endDate="2018-07-04 09:00:19 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 10:10:13 +0100" startDate="2018-07-04 09:16:37 +0100" endDate="2018-07-04 09:23:38 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 11:11:47 +0100" startDate="2018-07-04 10:16:22 +0100" endDate="2018-07-04 10:26:15 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 11:11:47 +0100" startDate="2018-07-04 10:26:15 +0100" endDate="2018-07-04 10:36:15 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 11:11:47 +0100" startDate="2018-07-04 10:36:15 +0100" endDate="2018-07-04 10:46:14 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 11:11:47 +0100" startDate="2018-07-04 10:46:14 +0100" endDate="2018-07-04 10:52:53 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 12:13:16 +0100" startDate="2018-07-04 11:17:42 +0100" endDate="2018-07-04 11:27:40 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 12:13:16 +0100" startDate="2018-07-04 11:27:40 +0100" endDate="2018-07-04 11:30:55 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 13:10:52 +0100" startDate="2018-07-04 12:03:39 +0100" endDate="2018-07-04 12:10:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 15:07:04 +0100" startDate="2018-07-04 14:11:17 +0100" endDate="2018-07-04 14:19:06 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 15:07:04 +0100" startDate="2018-07-04 14:19:06 +0100" endDate="2018-07-04 14:27:13 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 15:07:04 +0100" startDate="2018-07-04 14:27:13 +0100" endDate="2018-07-04 14:29:52 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 15:07:04 +0100" startDate="2018-07-04 14:33:56 +0100" endDate="2018-07-04 14:40:47 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 15:07:04 +0100" startDate="2018-07-04 14:43:29 +0100" endDate="2018-07-04 14:49:37 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 16:07:46 +0100" startDate="2018-07-04 15:22:23 +0100" endDate="2018-07-04 15:31:34 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 16:07:46 +0100" startDate="2018-07-04 15:31:34 +0100" endDate="2018-07-04 15:41:09 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 16:07:46 +0100" startDate="2018-07-04 15:41:09 +0100" endDate="2018-07-04 15:45:25 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 21:56:39 +0100" startDate="2018-07-04 20:19:24 +0100" endDate="2018-07-04 20:25:47 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 21:56:39 +0100" startDate="2018-07-04 20:33:25 +0100" endDate="2018-07-04 20:41:09 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-04 21:56:39 +0100" startDate="2018-07-04 21:19:18 +0100" endDate="2018-07-04 21:26:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 07:07:22 +0100" startDate="2018-07-05 06:26:00 +0100" endDate="2018-07-05 06:35:09 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 07:07:22 +0100" startDate="2018-07-05 06:35:09 +0100" endDate="2018-07-05 06:38:35 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 07:07:22 +0100" startDate="2018-07-05 06:54:15 +0100" endDate="2018-07-05 07:00:58 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 08:09:05 +0100" startDate="2018-07-05 07:00:58 +0100" endDate="2018-07-05 07:10:56 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 08:09:05 +0100" startDate="2018-07-05 07:10:56 +0100" endDate="2018-07-05 07:20:41 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 08:09:05 +0100" startDate="2018-07-05 07:20:41 +0100" endDate="2018-07-05 07:29:53 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 08:09:05 +0100" startDate="2018-07-05 07:29:53 +0100" endDate="2018-07-05 07:34:08 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd9040&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 11:07:41 +0100" startDate="2018-07-05 10:22:38 +0100" endDate="2018-07-05 10:32:17 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 11:07:41 +0100" startDate="2018-07-05 10:32:17 +0100" endDate="2018-07-05 10:40:48 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 11:07:41 +0100" startDate="2018-07-05 10:40:48 +0100" endDate="2018-07-05 10:47:07 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 12:08:11 +0100" startDate="2018-07-05 11:24:17 +0100" endDate="2018-07-05 11:34:16 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 12:08:11 +0100" startDate="2018-07-05 11:34:16 +0100" endDate="2018-07-05 11:44:15 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 12:08:11 +0100" startDate="2018-07-05 11:44:15 +0100" endDate="2018-07-05 11:52:55 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 12:08:11 +0100" startDate="2018-07-05 11:52:55 +0100" endDate="2018-07-05 12:02:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 13:07:22 +0100" startDate="2018-07-05 12:02:06 +0100" endDate="2018-07-05 12:11:09 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 13:07:22 +0100" startDate="2018-07-05 12:11:09 +0100" endDate="2018-07-05 12:13:16 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 15:13:02 +0100" startDate="2018-07-05 14:18:42 +0100" endDate="2018-07-05 14:27:45 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 15:13:02 +0100" startDate="2018-07-05 14:55:06 +0100" endDate="2018-07-05 15:01:50 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 16:07:25 +0100" startDate="2018-07-05 15:29:11 +0100" endDate="2018-07-05 15:39:10 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 16:07:25 +0100" startDate="2018-07-05 15:39:10 +0100" endDate="2018-07-05 15:46:04 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 16:07:25 +0100" startDate="2018-07-05 15:50:21 +0100" endDate="2018-07-05 16:00:20 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 17:12:11 +0100" startDate="2018-07-05 16:00:20 +0100" endDate="2018-07-05 16:02:06 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 17:12:11 +0100" startDate="2018-07-05 16:43:33 +0100" endDate="2018-07-05 16:50:01 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 18:08:14 +0100" startDate="2018-07-05 17:13:07 +0100" endDate="2018-07-05 17:22:07 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 18:08:14 +0100" startDate="2018-07-05 17:22:07 +0100" endDate="2018-07-05 17:30:02 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 18:08:14 +0100" startDate="2018-07-05 17:31:47 +0100" endDate="2018-07-05 17:40:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 18:08:14 +0100" startDate="2018-07-05 17:40:47 +0100" endDate="2018-07-05 17:50:34 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 18:08:14 +0100" startDate="2018-07-05 17:50:34 +0100" endDate="2018-07-05 17:52:05 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 19:06:47 +0100" startDate="2018-07-05 18:02:18 +0100" endDate="2018-07-05 18:09:24 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 19:06:47 +0100" startDate="2018-07-05 18:09:24 +0100" endDate="2018-07-05 18:14:41 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 19:06:47 +0100" startDate="2018-07-05 18:15:25 +0100" endDate="2018-07-05 18:25:24 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 19:06:47 +0100" startDate="2018-07-05 18:41:09 +0100" endDate="2018-07-05 18:51:08 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 19:06:47 +0100" startDate="2018-07-05 18:51:08 +0100" endDate="2018-07-05 18:57:34 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 20:07:57 +0100" startDate="2018-07-05 19:33:26 +0100" endDate="2018-07-05 19:39:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 21:15:40 +0100" startDate="2018-07-05 20:43:48 +0100" endDate="2018-07-05 20:50:59 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 21:15:40 +0100" startDate="2018-07-05 20:52:53 +0100" endDate="2018-07-05 21:02:14 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 22:54:55 +0100" startDate="2018-07-05 21:15:53 +0100" endDate="2018-07-05 21:25:52 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 22:54:55 +0100" startDate="2018-07-05 21:25:52 +0100" endDate="2018-07-05 21:35:13 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 22:54:55 +0100" startDate="2018-07-05 21:35:13 +0100" endDate="2018-07-05 21:43:58 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 22:54:55 +0100" startDate="2018-07-05 22:22:35 +0100" endDate="2018-07-05 22:32:34 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-05 22:54:55 +0100" startDate="2018-07-05 22:32:34 +0100" endDate="2018-07-05 22:37:30 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 06:08:29 +0100" startDate="2018-07-06 05:48:27 +0100" endDate="2018-07-06 05:54:53 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 07:06:54 +0100" startDate="2018-07-06 06:17:56 +0100" endDate="2018-07-06 06:24:26 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 07:06:54 +0100" startDate="2018-07-06 06:47:11 +0100" endDate="2018-07-06 06:54:04 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 08:07:06 +0100" startDate="2018-07-06 06:54:04 +0100" endDate="2018-07-06 07:04:01 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 08:07:06 +0100" startDate="2018-07-06 07:04:01 +0100" endDate="2018-07-06 07:13:59 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 08:07:06 +0100" startDate="2018-07-06 07:13:59 +0100" endDate="2018-07-06 07:23:42 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 08:07:06 +0100" startDate="2018-07-06 07:23:42 +0100" endDate="2018-07-06 07:26:17 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 08:07:06 +0100" startDate="2018-07-06 07:47:02 +0100" endDate="2018-07-06 07:53:17 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 09:07:07 +0100" startDate="2018-07-06 08:25:56 +0100" endDate="2018-07-06 08:35:48 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 09:07:07 +0100" startDate="2018-07-06 08:35:48 +0100" endDate="2018-07-06 08:38:43 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 11:07:12 +0100" startDate="2018-07-06 10:24:12 +0100" endDate="2018-07-06 10:34:10 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 11:07:12 +0100" startDate="2018-07-06 10:34:10 +0100" endDate="2018-07-06 10:43:34 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 11:07:12 +0100" startDate="2018-07-06 10:43:34 +0100" endDate="2018-07-06 10:50:03 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 11:07:12 +0100" startDate="2018-07-06 10:54:26 +0100" endDate="2018-07-06 11:04:24 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 12:07:17 +0100" startDate="2018-07-06 11:04:24 +0100" endDate="2018-07-06 11:09:57 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 13:11:42 +0100" startDate="2018-07-06 12:34:58 +0100" endDate="2018-07-06 12:41:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 13:11:42 +0100" startDate="2018-07-06 12:42:20 +0100" endDate="2018-07-06 12:51:59 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 13:11:42 +0100" startDate="2018-07-06 12:51:59 +0100" endDate="2018-07-06 13:01:12 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 14:08:16 +0100" startDate="2018-07-06 13:14:08 +0100" endDate="2018-07-06 13:20:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 14:08:16 +0100" startDate="2018-07-06 13:50:13 +0100" endDate="2018-07-06 13:56:56 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 14:08:16 +0100" startDate="2018-07-06 13:56:56 +0100" endDate="2018-07-06 14:04:05 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 15:18:59 +0100" startDate="2018-07-06 14:04:05 +0100" endDate="2018-07-06 14:14:05 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 15:18:59 +0100" startDate="2018-07-06 14:14:05 +0100" endDate="2018-07-06 14:22:33 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 15:18:59 +0100" startDate="2018-07-06 14:22:33 +0100" endDate="2018-07-06 14:31:41 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 15:18:59 +0100" startDate="2018-07-06 14:31:41 +0100" endDate="2018-07-06 14:39:16 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 19:09:22 +0100" startDate="2018-07-06 18:07:09 +0100" endDate="2018-07-06 18:14:17 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 20:10:17 +0100" startDate="2018-07-06 19:56:11 +0100" endDate="2018-07-06 20:02:42 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-06 21:08:27 +0100" startDate="2018-07-06 20:49:01 +0100" endDate="2018-07-06 20:58:45 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-06 20:58:45 +0100" endDate="2018-07-06 21:00:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-06 21:41:35 +0100" endDate="2018-07-06 21:51:34 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-06 21:51:34 +0100" endDate="2018-07-06 21:52:07 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:03:53 +0100" endDate="2018-07-07 09:11:53 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:11:53 +0100" endDate="2018-07-07 09:21:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:21:51 +0100" endDate="2018-07-07 09:30:38 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:30:38 +0100" endDate="2018-07-07 09:37:27 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:37:27 +0100" endDate="2018-07-07 09:46:57 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:46:57 +0100" endDate="2018-07-07 09:55:31 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:55:31 +0100" endDate="2018-07-07 10:01:24 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 12:42:02 +0100" endDate="2018-07-07 12:52:01 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 12:52:01 +0100" endDate="2018-07-07 13:01:51 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:19:01 +0100" startDate="2018-07-07 13:01:51 +0100" endDate="2018-07-07 13:04:31 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 13:34:08 +0100" startDate="2018-07-07 13:15:16 +0100" endDate="2018-07-07 13:25:14 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 13:25:14 +0100" endDate="2018-07-07 13:33:06 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 13:47:37 +0100" endDate="2018-07-07 13:56:54 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 13:56:54 +0100" endDate="2018-07-07 14:05:38 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 14:05:38 +0100" endDate="2018-07-07 14:10:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 14:19:22 +0100" endDate="2018-07-07 14:29:02 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 14:29:02 +0100" endDate="2018-07-07 14:39:01 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 14:39:01 +0100" endDate="2018-07-07 14:49:00 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 15:26:05 +0100" endDate="2018-07-07 15:36:02 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 15:36:02 +0100" endDate="2018-07-07 15:46:00 +0100" value="1023"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 15:46:00 +0100" endDate="2018-07-07 15:55:59 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 15:55:59 +0100" endDate="2018-07-07 16:05:58 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 16:05:58 +0100" endDate="2018-07-07 16:15:45 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 16:15:45 +0100" endDate="2018-07-07 16:21:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 16:30:34 +0100" endDate="2018-07-07 16:40:02 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 16:40:02 +0100" endDate="2018-07-07 16:41:05 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 17:06:05 +0100" endDate="2018-07-07 17:15:01 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 17:21:14 +0100" endDate="2018-07-07 17:28:44 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 18:31:20 +0100" endDate="2018-07-07 18:38:20 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 18:38:20 +0100" endDate="2018-07-07 18:43:21 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 18:49:47 +0100" endDate="2018-07-07 18:58:20 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 19:40:29 +0100" endDate="2018-07-07 19:50:28 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 19:50:28 +0100" endDate="2018-07-07 19:56:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 09:31:54 +0100" startDate="2018-07-07 20:46:49 +0100" endDate="2018-07-07 20:52:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 09:31:54 +0100" startDate="2018-07-07 21:03:47 +0100" endDate="2018-07-07 21:10:10 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 09:31:54 +0100" startDate="2018-07-08 07:47:37 +0100" endDate="2018-07-08 07:54:20 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 09:31:54 +0100" startDate="2018-07-08 09:00:14 +0100" endDate="2018-07-08 09:06:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 10:45:59 +0100" startDate="2018-07-08 09:33:50 +0100" endDate="2018-07-08 09:42:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 10:45:59 +0100" startDate="2018-07-08 10:23:28 +0100" endDate="2018-07-08 10:33:19 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 10:45:59 +0100" startDate="2018-07-08 10:33:19 +0100" endDate="2018-07-08 10:42:25 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 14:01:00 +0100" startDate="2018-07-08 13:35:35 +0100" endDate="2018-07-08 13:45:13 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 14:01:00 +0100" startDate="2018-07-08 13:45:13 +0100" endDate="2018-07-08 13:48:22 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 15:57:05 +0100" startDate="2018-07-08 15:30:23 +0100" endDate="2018-07-08 15:36:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 16:56:58 +0100" startDate="2018-07-08 15:49:57 +0100" endDate="2018-07-08 15:56:50 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 16:56:58 +0100" startDate="2018-07-08 16:17:58 +0100" endDate="2018-07-08 16:27:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 16:56:58 +0100" startDate="2018-07-08 16:32:28 +0100" endDate="2018-07-08 16:42:27 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 16:56:58 +0100" startDate="2018-07-08 16:42:27 +0100" endDate="2018-07-08 16:45:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 16:52:51 +0100" endDate="2018-07-08 17:02:07 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 17:02:07 +0100" endDate="2018-07-08 17:09:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 17:09:06 +0100" endDate="2018-07-08 17:18:28 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 17:18:28 +0100" endDate="2018-07-08 17:25:31 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 17:27:14 +0100" endDate="2018-07-08 17:35:59 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 17:35:59 +0100" endDate="2018-07-08 17:45:45 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 17:45:45 +0100" endDate="2018-07-08 17:55:44 +0100" value="970"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 19:01:25 +0100" startDate="2018-07-08 17:55:44 +0100" endDate="2018-07-08 18:05:43 +0100" value="988"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 19:01:25 +0100" startDate="2018-07-08 18:05:43 +0100" endDate="2018-07-08 18:13:40 +0100" value="680"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 22:33:40 +0100" startDate="2018-07-08 21:19:39 +0100" endDate="2018-07-08 21:28:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 22:33:40 +0100" startDate="2018-07-08 21:28:43 +0100" endDate="2018-07-08 21:38:43 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 22:33:40 +0100" startDate="2018-07-08 21:38:43 +0100" endDate="2018-07-08 21:48:41 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 22:33:40 +0100" startDate="2018-07-08 21:48:41 +0100" endDate="2018-07-08 21:58:21 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-08 22:33:40 +0100" startDate="2018-07-08 21:58:21 +0100" endDate="2018-07-08 22:00:34 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 06:46:52 +0100" startDate="2018-07-09 05:47:35 +0100" endDate="2018-07-09 05:57:12 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 06:46:52 +0100" startDate="2018-07-09 06:02:48 +0100" endDate="2018-07-09 06:09:18 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 06:46:52 +0100" startDate="2018-07-09 06:18:58 +0100" endDate="2018-07-09 06:26:07 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 06:46:52 +0100" startDate="2018-07-09 06:29:15 +0100" endDate="2018-07-09 06:38:53 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 07:53:30 +0100" startDate="2018-07-09 06:38:53 +0100" endDate="2018-07-09 06:45:20 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 09:48:41 +0100" startDate="2018-07-09 09:05:33 +0100" endDate="2018-07-09 09:15:32 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 09:48:41 +0100" startDate="2018-07-09 09:15:32 +0100" endDate="2018-07-09 09:22:05 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 09:48:41 +0100" startDate="2018-07-09 09:22:05 +0100" endDate="2018-07-09 09:30:41 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 10:46:44 +0100" startDate="2018-07-09 10:06:00 +0100" endDate="2018-07-09 10:15:41 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 10:46:44 +0100" startDate="2018-07-09 10:22:31 +0100" endDate="2018-07-09 10:31:17 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 10:46:44 +0100" startDate="2018-07-09 10:31:17 +0100" endDate="2018-07-09 10:36:37 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 10:51:08 +0100" endDate="2018-07-09 10:59:56 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 10:59:56 +0100" endDate="2018-07-09 11:05:41 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 11:10:52 +0100" endDate="2018-07-09 11:16:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 11:21:06 +0100" endDate="2018-07-09 11:31:05 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 11:31:05 +0100" endDate="2018-07-09 11:41:04 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 11:41:04 +0100" endDate="2018-07-09 11:44:45 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 11:48:10 +0100" endDate="2018-07-09 11:57:46 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 11:57:46 +0100" endDate="2018-07-09 12:07:45 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 12:07:45 +0100" endDate="2018-07-09 12:13:18 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 13:46:25 +0100" startDate="2018-07-09 12:54:08 +0100" endDate="2018-07-09 13:04:07 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 13:46:25 +0100" startDate="2018-07-09 13:04:07 +0100" endDate="2018-07-09 13:14:05 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 13:46:25 +0100" startDate="2018-07-09 13:14:05 +0100" endDate="2018-07-09 13:22:17 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 13:46:25 +0100" startDate="2018-07-09 13:22:17 +0100" endDate="2018-07-09 13:28:46 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 13:46:25 +0100" startDate="2018-07-09 13:29:22 +0100" endDate="2018-07-09 13:36:13 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 14:46:33 +0100" startDate="2018-07-09 13:36:13 +0100" endDate="2018-07-09 13:46:13 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 14:46:33 +0100" startDate="2018-07-09 13:56:05 +0100" endDate="2018-07-09 14:04:49 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 14:46:33 +0100" startDate="2018-07-09 14:04:49 +0100" endDate="2018-07-09 14:08:07 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 14:46:33 +0100" startDate="2018-07-09 14:33:35 +0100" endDate="2018-07-09 14:39:57 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 15:49:07 +0100" startDate="2018-07-09 14:39:57 +0100" endDate="2018-07-09 14:49:50 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 15:49:07 +0100" startDate="2018-07-09 14:49:50 +0100" endDate="2018-07-09 14:52:40 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 15:49:07 +0100" startDate="2018-07-09 15:28:19 +0100" endDate="2018-07-09 15:38:18 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 15:49:07 +0100" startDate="2018-07-09 15:38:18 +0100" endDate="2018-07-09 15:47:40 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 16:46:55 +0100" startDate="2018-07-09 15:47:40 +0100" endDate="2018-07-09 15:49:34 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 16:46:55 +0100" startDate="2018-07-09 15:54:47 +0100" endDate="2018-07-09 16:04:46 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 16:46:55 +0100" startDate="2018-07-09 16:04:46 +0100" endDate="2018-07-09 16:06:43 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 16:46:55 +0100" startDate="2018-07-09 16:15:56 +0100" endDate="2018-07-09 16:24:06 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 17:49:20 +0100" startDate="2018-07-09 16:45:20 +0100" endDate="2018-07-09 16:54:22 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 17:49:20 +0100" startDate="2018-07-09 16:54:22 +0100" endDate="2018-07-09 17:04:18 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 19:04:20 +0100" endDate="2018-07-09 19:14:20 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 19:14:20 +0100" endDate="2018-07-09 19:24:18 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 19:24:18 +0100" endDate="2018-07-09 19:34:17 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 19:34:17 +0100" endDate="2018-07-09 19:44:15 +0100" value="1273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 19:44:15 +0100" endDate="2018-07-09 19:54:13 +0100" value="1179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 19:54:13 +0100" endDate="2018-07-09 20:04:11 +0100" value="1125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 20:04:11 +0100" endDate="2018-07-09 20:14:10 +0100" value="1086"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 20:45:55 +0100" endDate="2018-07-09 20:55:54 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 20:55:54 +0100" endDate="2018-07-09 21:03:08 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 21:03:08 +0100" endDate="2018-07-09 21:11:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 06:47:41 +0100" startDate="2018-07-10 06:24:52 +0100" endDate="2018-07-10 06:34:52 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 06:47:41 +0100" startDate="2018-07-10 06:34:52 +0100" endDate="2018-07-10 06:38:28 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 07:47:16 +0100" startDate="2018-07-10 06:56:33 +0100" endDate="2018-07-10 07:06:32 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 07:47:16 +0100" startDate="2018-07-10 07:06:32 +0100" endDate="2018-07-10 07:16:31 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 07:47:16 +0100" startDate="2018-07-10 07:16:31 +0100" endDate="2018-07-10 07:26:29 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 07:47:16 +0100" startDate="2018-07-10 07:26:29 +0100" endDate="2018-07-10 07:29:33 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 07:47:16 +0100" startDate="2018-07-10 07:32:12 +0100" endDate="2018-07-10 07:38:38 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 08:51:42 +0100" startDate="2018-07-10 07:38:38 +0100" endDate="2018-07-10 07:46:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 08:51:42 +0100" startDate="2018-07-10 08:04:42 +0100" endDate="2018-07-10 08:14:41 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 08:51:42 +0100" startDate="2018-07-10 08:14:41 +0100" endDate="2018-07-10 08:15:09 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 08:51:42 +0100" startDate="2018-07-10 08:30:14 +0100" endDate="2018-07-10 08:39:27 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 08:51:42 +0100" startDate="2018-07-10 08:39:27 +0100" endDate="2018-07-10 08:46:47 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 09:48:24 +0100" startDate="2018-07-10 09:11:26 +0100" endDate="2018-07-10 09:20:11 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 09:48:24 +0100" startDate="2018-07-10 09:20:11 +0100" endDate="2018-07-10 09:29:31 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 09:48:24 +0100" startDate="2018-07-10 09:32:10 +0100" endDate="2018-07-10 09:41:36 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 10:46:53 +0100" startDate="2018-07-10 09:41:36 +0100" endDate="2018-07-10 09:43:43 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 10:46:53 +0100" startDate="2018-07-10 09:47:44 +0100" endDate="2018-07-10 09:57:25 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 10:46:53 +0100" startDate="2018-07-10 10:02:28 +0100" endDate="2018-07-10 10:10:15 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 10:46:53 +0100" startDate="2018-07-10 10:10:15 +0100" endDate="2018-07-10 10:15:12 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 10:46:53 +0100" startDate="2018-07-10 10:23:54 +0100" endDate="2018-07-10 10:33:53 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 10:46:53 +0100" startDate="2018-07-10 10:33:53 +0100" endDate="2018-07-10 10:43:23 +0100" value="729"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 12:22:53 +0100" startDate="2018-07-10 11:02:55 +0100" endDate="2018-07-10 11:12:54 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 12:22:53 +0100" startDate="2018-07-10 11:12:54 +0100" endDate="2018-07-10 11:20:50 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 12:22:53 +0100" startDate="2018-07-10 11:20:50 +0100" endDate="2018-07-10 11:25:58 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 12:22:53 +0100" startDate="2018-07-10 11:27:47 +0100" endDate="2018-07-10 11:35:56 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3e8a0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 12:22:53 +0100" startDate="2018-07-10 11:38:14 +0100" endDate="2018-07-10 11:48:13 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 13:54:22 +0100" startDate="2018-07-10 12:44:52 +0100" endDate="2018-07-10 12:53:19 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 13:54:22 +0100" startDate="2018-07-10 12:53:19 +0100" endDate="2018-07-10 13:03:14 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 13:54:22 +0100" startDate="2018-07-10 13:03:14 +0100" endDate="2018-07-10 13:08:32 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 13:54:22 +0100" startDate="2018-07-10 13:08:57 +0100" endDate="2018-07-10 13:18:56 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 13:54:22 +0100" startDate="2018-07-10 13:18:56 +0100" endDate="2018-07-10 13:22:38 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 15:46:25 +0100" startDate="2018-07-10 14:45:15 +0100" endDate="2018-07-10 14:54:05 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 15:46:25 +0100" startDate="2018-07-10 14:54:05 +0100" endDate="2018-07-10 15:03:12 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 15:46:25 +0100" startDate="2018-07-10 15:07:54 +0100" endDate="2018-07-10 15:14:02 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 15:46:25 +0100" startDate="2018-07-10 15:14:02 +0100" endDate="2018-07-10 15:23:24 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 15:46:25 +0100" startDate="2018-07-10 15:23:24 +0100" endDate="2018-07-10 15:31:18 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 15:46:25 +0100" startDate="2018-07-10 15:31:18 +0100" endDate="2018-07-10 15:41:18 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 16:49:47 +0100" startDate="2018-07-10 15:41:18 +0100" endDate="2018-07-10 15:47:12 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 16:49:47 +0100" startDate="2018-07-10 15:47:52 +0100" endDate="2018-07-10 15:54:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 16:49:47 +0100" startDate="2018-07-10 16:34:34 +0100" endDate="2018-07-10 16:41:38 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 19:18:11 +0100" startDate="2018-07-10 18:29:24 +0100" endDate="2018-07-10 18:36:23 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 19:18:11 +0100" startDate="2018-07-10 18:36:23 +0100" endDate="2018-07-10 18:44:50 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 19:18:11 +0100" startDate="2018-07-10 18:44:50 +0100" endDate="2018-07-10 18:54:47 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 19:18:11 +0100" startDate="2018-07-10 18:54:47 +0100" endDate="2018-07-10 18:56:55 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 19:18:11 +0100" startDate="2018-07-10 19:00:21 +0100" endDate="2018-07-10 19:10:18 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 19:48:16 +0100" startDate="2018-07-10 19:10:18 +0100" endDate="2018-07-10 19:14:26 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 19:48:16 +0100" startDate="2018-07-10 19:38:06 +0100" endDate="2018-07-10 19:44:52 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 23:22:23 +0100" startDate="2018-07-10 22:12:00 +0100" endDate="2018-07-10 22:21:08 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 23:22:23 +0100" startDate="2018-07-10 22:21:45 +0100" endDate="2018-07-10 22:29:59 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-10 23:22:23 +0100" startDate="2018-07-10 22:29:59 +0100" endDate="2018-07-10 22:39:39 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 06:10:20 +0100" startDate="2018-07-11 05:46:10 +0100" endDate="2018-07-11 05:52:41 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 06:10:20 +0100" startDate="2018-07-11 05:52:41 +0100" endDate="2018-07-11 06:00:38 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 07:12:49 +0100" startDate="2018-07-11 06:07:11 +0100" endDate="2018-07-11 06:16:53 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 07:12:49 +0100" startDate="2018-07-11 06:16:53 +0100" endDate="2018-07-11 06:26:44 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 07:12:49 +0100" startDate="2018-07-11 06:26:44 +0100" endDate="2018-07-11 06:36:42 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 07:12:49 +0100" startDate="2018-07-11 06:36:42 +0100" endDate="2018-07-11 06:44:21 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 09:16:05 +0100" startDate="2018-07-11 08:21:59 +0100" endDate="2018-07-11 08:31:41 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 09:16:05 +0100" startDate="2018-07-11 08:31:41 +0100" endDate="2018-07-11 08:39:01 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 09:16:05 +0100" startDate="2018-07-11 08:45:29 +0100" endDate="2018-07-11 08:55:28 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 09:16:05 +0100" startDate="2018-07-11 08:55:28 +0100" endDate="2018-07-11 08:56:46 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 10:10:59 +0100" startDate="2018-07-11 09:15:31 +0100" endDate="2018-07-11 09:23:33 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 10:10:59 +0100" startDate="2018-07-11 09:23:33 +0100" endDate="2018-07-11 09:27:09 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 10:10:59 +0100" startDate="2018-07-11 09:28:52 +0100" endDate="2018-07-11 09:35:51 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 10:10:59 +0100" startDate="2018-07-11 09:44:49 +0100" endDate="2018-07-11 09:51:53 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 11:13:18 +0100" startDate="2018-07-11 10:30:06 +0100" endDate="2018-07-11 10:39:43 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 11:13:18 +0100" startDate="2018-07-11 10:39:43 +0100" endDate="2018-07-11 10:48:58 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 11:13:18 +0100" startDate="2018-07-11 10:58:47 +0100" endDate="2018-07-11 11:06:04 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 12:02:42 +0100" startDate="2018-07-11 11:39:33 +0100" endDate="2018-07-11 11:48:08 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 13:37:02 +0100" startDate="2018-07-11 11:55:49 +0100" endDate="2018-07-11 12:03:56 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 15:01:55 +0100" startDate="2018-07-11 14:12:23 +0100" endDate="2018-07-11 14:18:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 15:01:55 +0100" startDate="2018-07-11 14:46:03 +0100" endDate="2018-07-11 14:56:02 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 16:02:09 +0100" startDate="2018-07-11 14:56:02 +0100" endDate="2018-07-11 14:56:38 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 16:02:09 +0100" startDate="2018-07-11 15:16:14 +0100" endDate="2018-07-11 15:25:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 17:03:44 +0100" startDate="2018-07-11 16:09:40 +0100" endDate="2018-07-11 16:16:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 17:03:44 +0100" startDate="2018-07-11 16:20:49 +0100" endDate="2018-07-11 16:29:49 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 17:03:44 +0100" startDate="2018-07-11 16:29:49 +0100" endDate="2018-07-11 16:34:34 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 17:04:11 +0100" endDate="2018-07-11 17:10:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 17:10:26 +0100" endDate="2018-07-11 17:15:00 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 17:46:26 +0100" endDate="2018-07-11 17:56:23 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 17:56:23 +0100" endDate="2018-07-11 18:06:21 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 18:06:21 +0100" endDate="2018-07-11 18:16:19 +0100" value="1080"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 18:16:19 +0100" endDate="2018-07-11 18:22:43 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 19:40:34 +0100" endDate="2018-07-11 19:48:59 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 20:43:19 +0100" endDate="2018-07-11 20:49:42 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 21:32:32 +0100" endDate="2018-07-11 21:42:31 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 21:42:31 +0100" endDate="2018-07-11 21:52:30 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 21:52:30 +0100" endDate="2018-07-11 22:02:29 +0100" value="1084"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 22:02:29 +0100" endDate="2018-07-11 22:12:27 +0100" value="1011"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 22:12:27 +0100" endDate="2018-07-11 22:22:05 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 22:22:05 +0100" endDate="2018-07-11 22:24:04 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 06:50:02 +0100" startDate="2018-07-12 06:11:01 +0100" endDate="2018-07-12 06:17:40 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 06:50:02 +0100" startDate="2018-07-12 06:17:40 +0100" endDate="2018-07-12 06:22:30 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 06:50:02 +0100" startDate="2018-07-12 06:39:02 +0100" endDate="2018-07-12 06:48:54 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 07:51:05 +0100" startDate="2018-07-12 06:48:54 +0100" endDate="2018-07-12 06:58:53 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 07:51:05 +0100" startDate="2018-07-12 06:58:53 +0100" endDate="2018-07-12 07:04:03 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 07:51:05 +0100" startDate="2018-07-12 07:16:20 +0100" endDate="2018-07-12 07:25:05 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 08:54:28 +0100" startDate="2018-07-12 08:12:44 +0100" endDate="2018-07-12 08:21:17 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 08:54:28 +0100" startDate="2018-07-12 08:21:17 +0100" endDate="2018-07-12 08:25:49 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 08:54:28 +0100" startDate="2018-07-12 08:37:24 +0100" endDate="2018-07-12 08:44:56 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 09:55:09 +0100" startDate="2018-07-12 08:44:56 +0100" endDate="2018-07-12 08:54:28 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 09:55:09 +0100" startDate="2018-07-12 08:54:28 +0100" endDate="2018-07-12 09:00:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 09:55:09 +0100" startDate="2018-07-12 09:01:04 +0100" endDate="2018-07-12 09:07:53 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 09:55:09 +0100" startDate="2018-07-12 09:07:53 +0100" endDate="2018-07-12 09:17:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 10:51:25 +0100" startDate="2018-07-12 10:17:48 +0100" endDate="2018-07-12 10:27:24 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 10:51:25 +0100" startDate="2018-07-12 10:27:24 +0100" endDate="2018-07-12 10:37:22 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 10:51:25 +0100" startDate="2018-07-12 10:37:22 +0100" endDate="2018-07-12 10:46:47 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 11:50:24 +0100" startDate="2018-07-12 10:46:47 +0100" endDate="2018-07-12 10:55:11 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 11:50:24 +0100" startDate="2018-07-12 11:09:32 +0100" endDate="2018-07-12 11:19:31 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 11:50:24 +0100" startDate="2018-07-12 11:19:31 +0100" endDate="2018-07-12 11:29:29 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 11:50:24 +0100" startDate="2018-07-12 11:29:29 +0100" endDate="2018-07-12 11:30:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 12:50:32 +0100" startDate="2018-07-12 12:38:47 +0100" endDate="2018-07-12 12:45:58 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 14:17:34 +0100" startDate="2018-07-12 13:24:12 +0100" endDate="2018-07-12 13:31:00 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 14:17:34 +0100" startDate="2018-07-12 13:34:40 +0100" endDate="2018-07-12 13:40:56 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 14:50:08 +0100" startDate="2018-07-12 14:11:05 +0100" endDate="2018-07-12 14:21:04 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 14:50:08 +0100" startDate="2018-07-12 14:21:04 +0100" endDate="2018-07-12 14:26:19 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 15:50:02 +0100" startDate="2018-07-12 15:12:25 +0100" endDate="2018-07-12 15:21:11 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 15:50:02 +0100" startDate="2018-07-12 15:21:11 +0100" endDate="2018-07-12 15:31:10 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 15:50:02 +0100" startDate="2018-07-12 15:31:10 +0100" endDate="2018-07-12 15:41:08 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 16:50:12 +0100" startDate="2018-07-12 15:41:08 +0100" endDate="2018-07-12 15:47:49 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 16:50:12 +0100" startDate="2018-07-12 16:17:32 +0100" endDate="2018-07-12 16:24:35 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 16:50:12 +0100" startDate="2018-07-12 16:38:53 +0100" endDate="2018-07-12 16:48:51 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 17:50:09 +0100" startDate="2018-07-12 16:48:51 +0100" endDate="2018-07-12 16:58:50 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 17:50:09 +0100" startDate="2018-07-12 16:58:50 +0100" endDate="2018-07-12 17:08:16 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 17:50:09 +0100" startDate="2018-07-12 17:08:16 +0100" endDate="2018-07-12 17:18:15 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 17:50:09 +0100" startDate="2018-07-12 17:18:15 +0100" endDate="2018-07-12 17:23:25 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 17:50:09 +0100" startDate="2018-07-12 17:30:11 +0100" endDate="2018-07-12 17:38:30 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 18:51:24 +0100" startDate="2018-07-12 18:14:46 +0100" endDate="2018-07-12 18:23:59 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 18:51:24 +0100" startDate="2018-07-12 18:23:59 +0100" endDate="2018-07-12 18:33:56 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 18:51:24 +0100" startDate="2018-07-12 18:33:56 +0100" endDate="2018-07-12 18:35:38 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:12:00 +0100" startDate="2018-07-12 19:05:25 +0100" endDate="2018-07-12 19:13:22 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:12:00 +0100" startDate="2018-07-12 19:15:54 +0100" endDate="2018-07-12 19:22:57 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:12:00 +0100" startDate="2018-07-12 19:23:13 +0100" endDate="2018-07-12 19:33:12 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:12:00 +0100" startDate="2018-07-12 19:33:12 +0100" endDate="2018-07-12 19:38:09 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:12:00 +0100" startDate="2018-07-12 20:16:15 +0100" endDate="2018-07-12 20:24:45 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:12:00 +0100" startDate="2018-07-12 20:24:45 +0100" endDate="2018-07-12 20:34:44 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:12:00 +0100" startDate="2018-07-12 20:34:44 +0100" endDate="2018-07-12 20:44:27 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:12:00 +0100" startDate="2018-07-12 20:44:27 +0100" endDate="2018-07-12 20:54:26 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:12:00 +0100" startDate="2018-07-12 20:54:26 +0100" endDate="2018-07-12 21:00:23 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:12:00 +0100" startDate="2018-07-12 21:16:44 +0100" endDate="2018-07-12 21:25:45 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:12:00 +0100" startDate="2018-07-12 21:25:45 +0100" endDate="2018-07-12 21:34:06 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:12:00 +0100" startDate="2018-07-12 22:01:54 +0100" endDate="2018-07-12 22:11:53 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-12 22:27:00 +0100" startDate="2018-07-12 22:11:53 +0100" endDate="2018-07-12 22:12:26 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 05:54:54 +0100" startDate="2018-07-13 05:11:38 +0100" endDate="2018-07-13 05:18:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 05:54:54 +0100" startDate="2018-07-13 05:18:13 +0100" endDate="2018-07-13 05:23:44 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 06:25:15 +0100" startDate="2018-07-13 06:02:29 +0100" endDate="2018-07-13 06:09:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 06:25:15 +0100" startDate="2018-07-13 06:10:21 +0100" endDate="2018-07-13 06:16:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 07:27:32 +0100" startDate="2018-07-13 06:34:29 +0100" endDate="2018-07-13 06:40:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 07:27:32 +0100" startDate="2018-07-13 06:40:40 +0100" endDate="2018-07-13 06:46:59 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 07:27:32 +0100" startDate="2018-07-13 06:46:59 +0100" endDate="2018-07-13 06:56:45 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 07:27:32 +0100" startDate="2018-07-13 06:56:45 +0100" endDate="2018-07-13 07:05:40 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 08:24:51 +0100" startDate="2018-07-13 07:22:29 +0100" endDate="2018-07-13 07:28:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 08:24:51 +0100" startDate="2018-07-13 07:39:10 +0100" endDate="2018-07-13 07:45:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 08:24:51 +0100" startDate="2018-07-13 08:01:06 +0100" endDate="2018-07-13 08:10:04 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 08:24:51 +0100" startDate="2018-07-13 08:10:04 +0100" endDate="2018-07-13 08:12:55 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 11:26:06 +0100" startDate="2018-07-13 10:15:39 +0100" endDate="2018-07-13 10:25:38 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 11:26:06 +0100" startDate="2018-07-13 10:25:38 +0100" endDate="2018-07-13 10:35:37 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 11:26:06 +0100" startDate="2018-07-13 10:35:37 +0100" endDate="2018-07-13 10:36:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 11:26:06 +0100" startDate="2018-07-13 10:44:20 +0100" endDate="2018-07-13 10:54:19 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 11:26:06 +0100" startDate="2018-07-13 11:00:19 +0100" endDate="2018-07-13 11:10:09 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 11:26:06 +0100" startDate="2018-07-13 11:10:09 +0100" endDate="2018-07-13 11:18:31 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 12:23:34 +0100" startDate="2018-07-13 11:18:31 +0100" endDate="2018-07-13 11:28:30 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 12:23:34 +0100" startDate="2018-07-13 11:28:30 +0100" endDate="2018-07-13 11:34:33 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 13:22:56 +0100" startDate="2018-07-13 12:17:19 +0100" endDate="2018-07-13 12:23:57 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 13:22:56 +0100" startDate="2018-07-13 12:23:57 +0100" endDate="2018-07-13 12:30:49 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 13:22:56 +0100" startDate="2018-07-13 12:48:29 +0100" endDate="2018-07-13 12:57:19 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 13:22:56 +0100" startDate="2018-07-13 12:57:19 +0100" endDate="2018-07-13 13:03:19 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 14:24:28 +0100" startDate="2018-07-13 13:20:39 +0100" endDate="2018-07-13 13:30:38 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 14:15:00 +0100" endDate="2018-07-13 14:23:58 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 14:23:58 +0100" endDate="2018-07-13 14:33:35 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 14:33:35 +0100" endDate="2018-07-13 14:43:34 +0100" value="729"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 14:43:34 +0100" endDate="2018-07-13 14:53:22 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 14:53:22 +0100" endDate="2018-07-13 15:01:53 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 15:08:55 +0100" endDate="2018-07-13 15:18:53 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 15:18:53 +0100" endDate="2018-07-13 15:28:51 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 16:25:10 +0100" startDate="2018-07-13 15:28:51 +0100" endDate="2018-07-13 15:38:28 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 16:25:10 +0100" startDate="2018-07-13 15:38:28 +0100" endDate="2018-07-13 15:42:29 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 16:25:10 +0100" startDate="2018-07-13 15:42:49 +0100" endDate="2018-07-13 15:52:48 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 16:25:10 +0100" startDate="2018-07-13 15:52:48 +0100" endDate="2018-07-13 16:02:39 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 16:25:10 +0100" startDate="2018-07-13 16:02:39 +0100" endDate="2018-07-13 16:05:22 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 19:24:04 +0100" startDate="2018-07-13 18:45:24 +0100" endDate="2018-07-13 18:54:35 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 21:32:23 +0100" startDate="2018-07-13 19:25:02 +0100" endDate="2018-07-13 19:34:33 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 21:32:23 +0100" startDate="2018-07-13 19:34:33 +0100" endDate="2018-07-13 19:41:27 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 21:32:23 +0100" startDate="2018-07-13 21:17:45 +0100" endDate="2018-07-13 21:27:44 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-13 21:47:29 +0100" startDate="2018-07-13 21:27:44 +0100" endDate="2018-07-13 21:32:29 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 08:45:57 +0100" startDate="2018-07-13 21:38:18 +0100" endDate="2018-07-13 21:44:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 08:45:57 +0100" startDate="2018-07-13 21:57:01 +0100" endDate="2018-07-13 22:06:33 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 08:45:57 +0100" startDate="2018-07-13 22:06:33 +0100" endDate="2018-07-13 22:08:53 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 08:45:57 +0100" startDate="2018-07-14 08:34:34 +0100" endDate="2018-07-14 08:44:16 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 09:00:58 +0100" startDate="2018-07-14 08:44:16 +0100" endDate="2018-07-14 08:45:27 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 10:56:02 +0100" startDate="2018-07-14 09:53:30 +0100" endDate="2018-07-14 10:03:20 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 10:56:02 +0100" startDate="2018-07-14 10:03:20 +0100" endDate="2018-07-14 10:12:27 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 10:56:02 +0100" startDate="2018-07-14 10:12:27 +0100" endDate="2018-07-14 10:20:54 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 10:56:02 +0100" startDate="2018-07-14 10:20:54 +0100" endDate="2018-07-14 10:27:30 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 10:56:02 +0100" startDate="2018-07-14 10:32:30 +0100" endDate="2018-07-14 10:42:06 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 10:56:02 +0100" startDate="2018-07-14 10:42:06 +0100" endDate="2018-07-14 10:48:42 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 12:05:59 +0100" startDate="2018-07-14 10:48:42 +0100" endDate="2018-07-14 10:58:36 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 12:05:59 +0100" startDate="2018-07-14 10:58:36 +0100" endDate="2018-07-14 11:07:39 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 12:05:59 +0100" startDate="2018-07-14 11:07:39 +0100" endDate="2018-07-14 11:15:08 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 12:05:59 +0100" startDate="2018-07-14 11:42:08 +0100" endDate="2018-07-14 11:49:42 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 13:58:54 +0100" startDate="2018-07-14 11:56:02 +0100" endDate="2018-07-14 12:02:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 13:58:54 +0100" startDate="2018-07-14 12:06:36 +0100" endDate="2018-07-14 12:16:34 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 13:58:54 +0100" startDate="2018-07-14 12:16:34 +0100" endDate="2018-07-14 12:24:11 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 13:58:54 +0100" startDate="2018-07-14 12:29:17 +0100" endDate="2018-07-14 12:36:30 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 13:58:54 +0100" startDate="2018-07-14 12:36:30 +0100" endDate="2018-07-14 12:44:13 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 13:58:54 +0100" startDate="2018-07-14 12:55:48 +0100" endDate="2018-07-14 13:01:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 14:56:52 +0100" startDate="2018-07-14 14:15:15 +0100" endDate="2018-07-14 14:24:55 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 14:56:52 +0100" startDate="2018-07-14 14:24:55 +0100" endDate="2018-07-14 14:31:24 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 14:56:52 +0100" startDate="2018-07-14 14:41:24 +0100" endDate="2018-07-14 14:51:08 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 16:01:40 +0100" startDate="2018-07-14 14:51:08 +0100" endDate="2018-07-14 14:55:12 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 16:57:07 +0100" startDate="2018-07-14 16:45:37 +0100" endDate="2018-07-14 16:55:31 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 18:07:27 +0100" startDate="2018-07-14 16:55:31 +0100" endDate="2018-07-14 17:05:30 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 18:07:27 +0100" startDate="2018-07-14 17:05:30 +0100" endDate="2018-07-14 17:15:29 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 18:07:27 +0100" startDate="2018-07-14 17:15:29 +0100" endDate="2018-07-14 17:25:29 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 18:07:27 +0100" startDate="2018-07-14 17:25:29 +0100" endDate="2018-07-14 17:33:29 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 21:03:28 +0100" startDate="2018-07-14 19:59:04 +0100" endDate="2018-07-14 20:08:00 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 21:03:28 +0100" startDate="2018-07-14 20:19:16 +0100" endDate="2018-07-14 20:25:32 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 22:28:29 +0100" startDate="2018-07-14 22:02:09 +0100" endDate="2018-07-14 22:12:08 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 22:28:29 +0100" startDate="2018-07-14 22:12:08 +0100" endDate="2018-07-14 22:22:01 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 23:43:50 +0100" startDate="2018-07-14 22:22:01 +0100" endDate="2018-07-14 22:31:59 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 23:43:50 +0100" startDate="2018-07-14 22:31:59 +0100" endDate="2018-07-14 22:41:57 +0100" value="1075"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 23:43:50 +0100" startDate="2018-07-14 22:41:57 +0100" endDate="2018-07-14 22:44:17 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-14 23:43:50 +0100" startDate="2018-07-14 22:53:36 +0100" endDate="2018-07-14 22:59:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 06:28:21 +0100" startDate="2018-07-15 05:30:46 +0100" endDate="2018-07-15 05:40:34 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 06:28:21 +0100" startDate="2018-07-15 05:40:34 +0100" endDate="2018-07-15 05:44:13 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 06:28:21 +0100" startDate="2018-07-15 05:54:13 +0100" endDate="2018-07-15 06:02:50 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 06:28:21 +0100" startDate="2018-07-15 06:02:50 +0100" endDate="2018-07-15 06:12:17 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 08:03:14 +0100" startDate="2018-07-15 07:19:37 +0100" endDate="2018-07-15 07:25:55 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 08:03:14 +0100" startDate="2018-07-15 07:25:55 +0100" endDate="2018-07-15 07:35:54 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 08:03:14 +0100" startDate="2018-07-15 07:35:54 +0100" endDate="2018-07-15 07:45:49 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 08:03:14 +0100" startDate="2018-07-15 07:45:49 +0100" endDate="2018-07-15 07:55:48 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 08:57:46 +0100" startDate="2018-07-15 07:55:48 +0100" endDate="2018-07-15 08:04:52 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 08:57:46 +0100" startDate="2018-07-15 08:04:52 +0100" endDate="2018-07-15 08:14:35 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 08:57:46 +0100" startDate="2018-07-15 08:14:35 +0100" endDate="2018-07-15 08:24:08 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 08:57:46 +0100" startDate="2018-07-15 08:24:08 +0100" endDate="2018-07-15 08:33:40 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 08:57:46 +0100" startDate="2018-07-15 08:33:40 +0100" endDate="2018-07-15 08:43:21 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 08:57:46 +0100" startDate="2018-07-15 08:43:21 +0100" endDate="2018-07-15 08:53:20 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 08:53:20 +0100" endDate="2018-07-15 09:03:14 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 09:03:14 +0100" endDate="2018-07-15 09:13:14 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 09:13:14 +0100" endDate="2018-07-15 09:23:12 +0100" value="1063"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 09:23:12 +0100" endDate="2018-07-15 09:32:57 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 09:32:57 +0100" endDate="2018-07-15 09:35:55 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 09:38:01 +0100" endDate="2018-07-15 09:44:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 09:51:46 +0100" endDate="2018-07-15 09:57:46 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 10:59:13 +0100" startDate="2018-07-15 10:31:13 +0100" endDate="2018-07-15 10:38:50 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 10:59:13 +0100" startDate="2018-07-15 10:38:50 +0100" endDate="2018-07-15 10:44:41 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 11:57:29 +0100" startDate="2018-07-15 10:56:16 +0100" endDate="2018-07-15 11:06:15 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 11:57:29 +0100" startDate="2018-07-15 11:06:15 +0100" endDate="2018-07-15 11:12:11 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 11:57:29 +0100" startDate="2018-07-15 11:32:05 +0100" endDate="2018-07-15 11:39:27 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 14:56:29 +0100" startDate="2018-07-15 13:52:53 +0100" endDate="2018-07-15 14:00:57 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 14:56:29 +0100" startDate="2018-07-15 14:06:28 +0100" endDate="2018-07-15 14:13:21 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 15:59:03 +0100" startDate="2018-07-15 15:39:45 +0100" endDate="2018-07-15 15:49:44 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 16:56:00 +0100" startDate="2018-07-15 15:49:44 +0100" endDate="2018-07-15 15:59:01 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 16:56:00 +0100" startDate="2018-07-15 16:09:40 +0100" endDate="2018-07-15 16:16:23 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 16:56:00 +0100" startDate="2018-07-15 16:34:30 +0100" endDate="2018-07-15 16:40:48 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 16:56:00 +0100" startDate="2018-07-15 16:40:48 +0100" endDate="2018-07-15 16:50:48 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 17:57:54 +0100" startDate="2018-07-15 16:50:48 +0100" endDate="2018-07-15 16:55:15 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 17:57:54 +0100" startDate="2018-07-15 16:56:24 +0100" endDate="2018-07-15 17:02:27 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 17:57:54 +0100" startDate="2018-07-15 17:05:08 +0100" endDate="2018-07-15 17:13:53 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 18:58:59 +0100" startDate="2018-07-15 17:53:47 +0100" endDate="2018-07-15 18:03:47 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 18:58:59 +0100" startDate="2018-07-15 18:03:47 +0100" endDate="2018-07-15 18:11:27 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 18:58:59 +0100" startDate="2018-07-15 18:36:02 +0100" endDate="2018-07-15 18:42:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 18:58:59 +0100" startDate="2018-07-15 18:42:27 +0100" endDate="2018-07-15 18:52:26 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 18:52:26 +0100" endDate="2018-07-15 18:53:55 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 19:16:40 +0100" endDate="2018-07-15 19:23:18 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 19:23:18 +0100" endDate="2018-07-15 19:33:14 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 19:33:14 +0100" endDate="2018-07-15 19:34:56 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:01:40 +0100" endDate="2018-07-15 20:10:20 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:10:20 +0100" endDate="2018-07-15 20:19:12 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:19:12 +0100" endDate="2018-07-15 20:26:17 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:29:27 +0100" endDate="2018-07-15 20:39:01 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:39:01 +0100" endDate="2018-07-15 20:48:03 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:48:03 +0100" endDate="2018-07-15 20:57:23 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:57:23 +0100" endDate="2018-07-15 21:06:27 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 21:06:27 +0100" endDate="2018-07-15 21:10:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 21:38:09 +0100" endDate="2018-07-15 21:46:14 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 22:05:54 +0100" endDate="2018-07-15 22:15:53 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 22:15:53 +0100" endDate="2018-07-15 22:18:53 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 06:54:00 +0100" startDate="2018-07-16 06:21:15 +0100" endDate="2018-07-16 06:28:29 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 06:54:00 +0100" startDate="2018-07-16 06:28:29 +0100" endDate="2018-07-16 06:38:28 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 06:54:00 +0100" startDate="2018-07-16 06:38:28 +0100" endDate="2018-07-16 06:42:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 07:56:59 +0100" startDate="2018-07-16 06:48:42 +0100" endDate="2018-07-16 06:55:30 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 07:56:59 +0100" startDate="2018-07-16 06:56:43 +0100" endDate="2018-07-16 07:06:18 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 07:56:59 +0100" startDate="2018-07-16 07:06:18 +0100" endDate="2018-07-16 07:13:21 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 07:56:59 +0100" startDate="2018-07-16 07:17:03 +0100" endDate="2018-07-16 07:26:14 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 07:56:59 +0100" startDate="2018-07-16 07:26:14 +0100" endDate="2018-07-16 07:29:55 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 08:50:35 +0100" startDate="2018-07-16 08:08:20 +0100" endDate="2018-07-16 08:18:20 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 08:50:35 +0100" startDate="2018-07-16 08:18:20 +0100" endDate="2018-07-16 08:19:00 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 08:50:35 +0100" startDate="2018-07-16 08:28:30 +0100" endDate="2018-07-16 08:35:08 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 09:52:10 +0100" startDate="2018-07-16 08:41:14 +0100" endDate="2018-07-16 08:50:45 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 09:52:10 +0100" startDate="2018-07-16 08:50:45 +0100" endDate="2018-07-16 08:58:48 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 10:56:59 +0100" startDate="2018-07-16 10:15:36 +0100" endDate="2018-07-16 10:21:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 11:54:29 +0100" startDate="2018-07-16 10:54:17 +0100" endDate="2018-07-16 11:04:05 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 11:54:29 +0100" startDate="2018-07-16 11:04:05 +0100" endDate="2018-07-16 11:14:04 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 11:54:29 +0100" startDate="2018-07-16 11:14:04 +0100" endDate="2018-07-16 11:18:10 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 11:54:29 +0100" startDate="2018-07-16 11:25:02 +0100" endDate="2018-07-16 11:32:54 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 12:50:40 +0100" startDate="2018-07-16 11:48:38 +0100" endDate="2018-07-16 11:57:15 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 12:50:40 +0100" startDate="2018-07-16 11:57:15 +0100" endDate="2018-07-16 12:05:02 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 12:50:40 +0100" startDate="2018-07-16 12:05:02 +0100" endDate="2018-07-16 12:15:01 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 12:50:40 +0100" startDate="2018-07-16 12:15:01 +0100" endDate="2018-07-16 12:17:42 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 12:50:40 +0100" startDate="2018-07-16 12:37:35 +0100" endDate="2018-07-16 12:46:48 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 13:58:30 +0100" startDate="2018-07-16 12:46:48 +0100" endDate="2018-07-16 12:53:46 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 13:58:30 +0100" startDate="2018-07-16 12:53:46 +0100" endDate="2018-07-16 13:03:46 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 13:58:30 +0100" startDate="2018-07-16 13:03:46 +0100" endDate="2018-07-16 13:12:26 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 13:58:30 +0100" startDate="2018-07-16 13:12:26 +0100" endDate="2018-07-16 13:22:10 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 13:58:30 +0100" startDate="2018-07-16 13:22:10 +0100" endDate="2018-07-16 13:28:18 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 13:58:30 +0100" startDate="2018-07-16 13:34:10 +0100" endDate="2018-07-16 13:44:06 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 14:54:42 +0100" startDate="2018-07-16 14:15:06 +0100" endDate="2018-07-16 14:24:24 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 14:54:42 +0100" startDate="2018-07-16 14:38:48 +0100" endDate="2018-07-16 14:47:41 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 15:54:10 +0100" startDate="2018-07-16 14:47:41 +0100" endDate="2018-07-16 14:54:43 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 15:54:10 +0100" startDate="2018-07-16 15:07:33 +0100" endDate="2018-07-16 15:17:31 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 15:54:10 +0100" startDate="2018-07-16 15:26:19 +0100" endDate="2018-07-16 15:36:17 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 15:54:10 +0100" startDate="2018-07-16 15:36:17 +0100" endDate="2018-07-16 15:45:59 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 15:45:59 +0100" endDate="2018-07-16 15:55:58 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 15:55:58 +0100" endDate="2018-07-16 16:05:14 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 16:05:14 +0100" endDate="2018-07-16 16:15:14 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 16:15:14 +0100" endDate="2018-07-16 16:22:42 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 16:25:38 +0100" endDate="2018-07-16 16:35:18 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 16:35:18 +0100" endDate="2018-07-16 16:37:23 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 16:41:17 +0100" endDate="2018-07-16 16:47:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 17:57:00 +0100" startDate="2018-07-16 17:22:15 +0100" endDate="2018-07-16 17:28:46 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 17:57:00 +0100" startDate="2018-07-16 17:29:31 +0100" endDate="2018-07-16 17:39:10 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 17:57:00 +0100" startDate="2018-07-16 17:41:59 +0100" endDate="2018-07-16 17:51:58 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 18:52:33 +0100" startDate="2018-07-16 17:51:58 +0100" endDate="2018-07-16 17:57:01 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 19:51:05 +0100" startDate="2018-07-16 19:35:34 +0100" endDate="2018-07-16 19:45:32 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 20:51:27 +0100" startDate="2018-07-16 19:45:32 +0100" endDate="2018-07-16 19:47:19 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 20:51:27 +0100" startDate="2018-07-16 20:14:06 +0100" endDate="2018-07-16 20:20:39 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 20:51:27 +0100" startDate="2018-07-16 20:36:25 +0100" endDate="2018-07-16 20:45:30 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 22:22:03 +0100" startDate="2018-07-16 20:51:47 +0100" endDate="2018-07-16 21:00:02 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-16 22:22:03 +0100" startDate="2018-07-16 21:00:02 +0100" endDate="2018-07-16 21:08:25 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 04:52:48 +0100" startDate="2018-07-17 04:16:30 +0100" endDate="2018-07-17 04:24:42 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 06:54:58 +0100" startDate="2018-07-17 06:21:46 +0100" endDate="2018-07-17 06:31:05 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 06:54:58 +0100" startDate="2018-07-17 06:32:10 +0100" endDate="2018-07-17 06:40:07 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 07:53:13 +0100" startDate="2018-07-17 06:50:18 +0100" endDate="2018-07-17 06:58:32 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 07:53:13 +0100" startDate="2018-07-17 07:01:04 +0100" endDate="2018-07-17 07:11:03 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 07:53:13 +0100" startDate="2018-07-17 07:11:03 +0100" endDate="2018-07-17 07:20:02 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 07:53:13 +0100" startDate="2018-07-17 07:20:02 +0100" endDate="2018-07-17 07:26:19 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 09:01:13 +0100" startDate="2018-07-17 07:49:11 +0100" endDate="2018-07-17 07:59:10 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 09:01:13 +0100" startDate="2018-07-17 07:59:10 +0100" endDate="2018-07-17 08:07:59 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 09:52:50 +0100" startDate="2018-07-17 09:01:03 +0100" endDate="2018-07-17 09:11:02 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 09:52:50 +0100" startDate="2018-07-17 09:32:41 +0100" endDate="2018-07-17 09:42:25 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 09:52:50 +0100" startDate="2018-07-17 09:42:25 +0100" endDate="2018-07-17 09:46:34 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 10:53:07 +0100" startDate="2018-07-17 09:46:34 +0100" endDate="2018-07-17 09:53:03 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 10:53:07 +0100" startDate="2018-07-17 09:53:03 +0100" endDate="2018-07-17 10:03:01 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 10:53:07 +0100" startDate="2018-07-17 10:03:01 +0100" endDate="2018-07-17 10:05:21 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 10:53:07 +0100" startDate="2018-07-17 10:08:37 +0100" endDate="2018-07-17 10:18:08 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 10:53:07 +0100" startDate="2018-07-17 10:24:48 +0100" endDate="2018-07-17 10:34:27 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 10:53:07 +0100" startDate="2018-07-17 10:34:27 +0100" endDate="2018-07-17 10:44:26 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 12:00:06 +0100" startDate="2018-07-17 10:44:26 +0100" endDate="2018-07-17 10:54:13 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 12:00:06 +0100" startDate="2018-07-17 10:54:13 +0100" endDate="2018-07-17 11:03:50 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 12:00:06 +0100" startDate="2018-07-17 11:42:53 +0100" endDate="2018-07-17 11:50:50 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 12:54:32 +0100" startDate="2018-07-17 11:54:55 +0100" endDate="2018-07-17 12:04:27 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 12:54:32 +0100" startDate="2018-07-17 12:41:25 +0100" endDate="2018-07-17 12:51:24 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 13:53:20 +0100" startDate="2018-07-17 12:51:24 +0100" endDate="2018-07-17 12:59:42 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 13:53:20 +0100" startDate="2018-07-17 13:14:43 +0100" endDate="2018-07-17 13:24:30 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 13:53:20 +0100" startDate="2018-07-17 13:24:30 +0100" endDate="2018-07-17 13:26:24 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 14:57:14 +0100" startDate="2018-07-17 14:05:02 +0100" endDate="2018-07-17 14:14:53 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 14:57:14 +0100" startDate="2018-07-17 14:14:53 +0100" endDate="2018-07-17 14:24:12 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 15:56:05 +0100" startDate="2018-07-17 15:11:00 +0100" endDate="2018-07-17 15:20:24 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 15:56:05 +0100" startDate="2018-07-17 15:20:42 +0100" endDate="2018-07-17 15:29:55 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 15:56:05 +0100" startDate="2018-07-17 15:29:55 +0100" endDate="2018-07-17 15:38:18 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 16:53:05 +0100" startDate="2018-07-17 16:05:24 +0100" endDate="2018-07-17 16:15:23 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 16:53:05 +0100" startDate="2018-07-17 16:15:23 +0100" endDate="2018-07-17 16:17:47 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 16:53:05 +0100" startDate="2018-07-17 16:22:32 +0100" endDate="2018-07-17 16:31:44 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 16:53:05 +0100" startDate="2018-07-17 16:31:44 +0100" endDate="2018-07-17 16:41:44 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 16:53:05 +0100" startDate="2018-07-17 16:41:44 +0100" endDate="2018-07-17 16:48:00 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 17:53:01 +0100" startDate="2018-07-17 16:54:09 +0100" endDate="2018-07-17 17:02:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 17:53:01 +0100" startDate="2018-07-17 17:02:49 +0100" endDate="2018-07-17 17:06:14 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 17:53:01 +0100" startDate="2018-07-17 17:09:28 +0100" endDate="2018-07-17 17:19:12 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 17:53:01 +0100" startDate="2018-07-17 17:19:12 +0100" endDate="2018-07-17 17:26:19 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 17:53:01 +0100" startDate="2018-07-17 17:26:39 +0100" endDate="2018-07-17 17:32:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 19:53:26 +0100" startDate="2018-07-17 19:27:21 +0100" endDate="2018-07-17 19:35:16 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 19:53:26 +0100" startDate="2018-07-17 19:35:16 +0100" endDate="2018-07-17 19:45:14 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 20:58:48 +0100" startDate="2018-07-17 19:45:14 +0100" endDate="2018-07-17 19:55:12 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 20:58:48 +0100" startDate="2018-07-17 19:55:12 +0100" endDate="2018-07-17 20:04:05 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 23:16:22 +0100" startDate="2018-07-17 21:23:53 +0100" endDate="2018-07-17 21:30:10 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 23:16:22 +0100" startDate="2018-07-17 22:33:49 +0100" endDate="2018-07-17 22:43:48 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-17 23:16:22 +0100" startDate="2018-07-17 22:43:48 +0100" endDate="2018-07-17 22:48:31 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 06:32:52 +0100" startDate="2018-07-18 05:33:41 +0100" endDate="2018-07-18 05:42:53 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 06:32:52 +0100" startDate="2018-07-18 05:42:53 +0100" endDate="2018-07-18 05:47:14 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 06:32:52 +0100" startDate="2018-07-18 05:57:11 +0100" endDate="2018-07-18 06:06:16 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 06:32:52 +0100" startDate="2018-07-18 06:06:16 +0100" endDate="2018-07-18 06:16:15 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 06:32:52 +0100" startDate="2018-07-18 06:16:15 +0100" endDate="2018-07-18 06:25:12 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 07:30:39 +0100" startDate="2018-07-18 06:25:12 +0100" endDate="2018-07-18 06:35:11 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 07:30:39 +0100" startDate="2018-07-18 06:35:11 +0100" endDate="2018-07-18 06:45:10 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 07:30:39 +0100" startDate="2018-07-18 06:45:10 +0100" endDate="2018-07-18 06:53:45 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 07:30:39 +0100" startDate="2018-07-18 07:09:01 +0100" endDate="2018-07-18 07:15:39 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 10:32:05 +0100" startDate="2018-07-18 09:33:08 +0100" endDate="2018-07-18 09:42:29 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 10:32:05 +0100" startDate="2018-07-18 09:42:29 +0100" endDate="2018-07-18 09:50:19 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 11:28:53 +0100" startDate="2018-07-18 10:26:22 +0100" endDate="2018-07-18 10:34:40 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 11:28:53 +0100" startDate="2018-07-18 10:34:40 +0100" endDate="2018-07-18 10:43:56 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 11:28:53 +0100" startDate="2018-07-18 10:44:09 +0100" endDate="2018-07-18 10:51:51 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 11:28:53 +0100" startDate="2018-07-18 11:07:30 +0100" endDate="2018-07-18 11:17:23 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 11:28:53 +0100" startDate="2018-07-18 11:17:23 +0100" endDate="2018-07-18 11:25:31 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 13:30:05 +0100" startDate="2018-07-18 13:12:22 +0100" endDate="2018-07-18 13:19:46 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 15:28:50 +0100" startDate="2018-07-18 15:06:38 +0100" endDate="2018-07-18 15:14:32 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 16:50:44 +0100" startDate="2018-07-18 15:23:55 +0100" endDate="2018-07-18 15:32:58 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 16:50:44 +0100" startDate="2018-07-18 15:32:58 +0100" endDate="2018-07-18 15:40:08 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 16:50:44 +0100" startDate="2018-07-18 15:40:08 +0100" endDate="2018-07-18 15:47:45 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 18:29:18 +0100" startDate="2018-07-18 17:58:14 +0100" endDate="2018-07-18 18:08:13 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 18:29:18 +0100" startDate="2018-07-18 18:08:13 +0100" endDate="2018-07-18 18:13:04 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 19:35:40 +0100" startDate="2018-07-18 18:52:30 +0100" endDate="2018-07-18 18:58:55 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 19:35:40 +0100" startDate="2018-07-18 18:59:38 +0100" endDate="2018-07-18 19:06:47 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 19:35:40 +0100" startDate="2018-07-18 19:18:41 +0100" endDate="2018-07-18 19:26:32 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 20:29:12 +0100" startDate="2018-07-18 19:38:45 +0100" endDate="2018-07-18 19:45:15 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 20:29:12 +0100" startDate="2018-07-18 19:54:02 +0100" endDate="2018-07-18 20:00:48 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 20:29:12 +0100" startDate="2018-07-18 20:05:43 +0100" endDate="2018-07-18 20:11:43 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 20:29:12 +0100" startDate="2018-07-18 20:17:29 +0100" endDate="2018-07-18 20:27:10 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 21:31:09 +0100" startDate="2018-07-18 20:27:10 +0100" endDate="2018-07-18 20:34:50 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 21:31:09 +0100" startDate="2018-07-18 20:34:50 +0100" endDate="2018-07-18 20:44:49 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 21:31:09 +0100" startDate="2018-07-18 20:44:49 +0100" endDate="2018-07-18 20:45:55 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-18 21:31:09 +0100" startDate="2018-07-18 20:50:12 +0100" endDate="2018-07-18 20:56:55 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 05:29:14 +0100" startDate="2018-07-19 05:12:35 +0100" endDate="2018-07-19 05:22:07 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 06:33:18 +0100" startDate="2018-07-19 06:02:22 +0100" endDate="2018-07-19 06:12:22 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 07:29:15 +0100" startDate="2018-07-19 06:54:46 +0100" endDate="2018-07-19 07:01:42 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 07:29:15 +0100" startDate="2018-07-19 07:04:21 +0100" endDate="2018-07-19 07:14:20 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 07:29:15 +0100" startDate="2018-07-19 07:14:20 +0100" endDate="2018-07-19 07:21:09 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 08:35:53 +0100" startDate="2018-07-19 07:39:45 +0100" endDate="2018-07-19 07:48:42 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 08:35:53 +0100" startDate="2018-07-19 07:48:42 +0100" endDate="2018-07-19 07:58:40 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 08:35:53 +0100" startDate="2018-07-19 07:58:40 +0100" endDate="2018-07-19 08:01:00 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 08:35:53 +0100" startDate="2018-07-19 08:12:06 +0100" endDate="2018-07-19 08:18:21 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 08:35:53 +0100" startDate="2018-07-19 08:21:46 +0100" endDate="2018-07-19 08:28:57 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 09:35:16 +0100" startDate="2018-07-19 08:28:57 +0100" endDate="2018-07-19 08:36:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 09:35:16 +0100" startDate="2018-07-19 08:42:37 +0100" endDate="2018-07-19 08:52:04 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 09:35:16 +0100" startDate="2018-07-19 08:52:04 +0100" endDate="2018-07-19 09:01:21 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 09:35:16 +0100" startDate="2018-07-19 09:01:21 +0100" endDate="2018-07-19 09:07:47 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303c3d180&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 09:35:16 +0100" startDate="2018-07-19 09:10:26 +0100" endDate="2018-07-19 09:18:03 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 09:35:16 +0100" startDate="2018-07-19 09:18:03 +0100" endDate="2018-07-19 09:27:48 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 09:27:48 +0100" endDate="2018-07-19 09:37:46 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 09:37:46 +0100" endDate="2018-07-19 09:45:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 09:45:16 +0100" endDate="2018-07-19 09:50:22 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 09:55:03 +0100" endDate="2018-07-19 10:03:37 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 10:03:37 +0100" endDate="2018-07-19 10:13:26 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 10:13:26 +0100" endDate="2018-07-19 10:22:43 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 10:22:43 +0100" endDate="2018-07-19 10:23:54 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 11:29:00 +0100" startDate="2018-07-19 10:43:19 +0100" endDate="2018-07-19 10:53:18 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 11:29:00 +0100" startDate="2018-07-19 10:53:18 +0100" endDate="2018-07-19 11:02:30 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 11:29:00 +0100" startDate="2018-07-19 11:08:16 +0100" endDate="2018-07-19 11:16:31 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 12:30:39 +0100" startDate="2018-07-19 11:28:57 +0100" endDate="2018-07-19 11:38:55 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 12:30:39 +0100" startDate="2018-07-19 11:38:55 +0100" endDate="2018-07-19 11:45:31 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 12:30:39 +0100" startDate="2018-07-19 11:46:38 +0100" endDate="2018-07-19 11:56:36 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 12:30:39 +0100" startDate="2018-07-19 11:56:36 +0100" endDate="2018-07-19 11:58:30 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 13:28:56 +0100" startDate="2018-07-19 12:52:16 +0100" endDate="2018-07-19 12:58:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 15:37:35 +0100" startDate="2018-07-19 14:45:06 +0100" endDate="2018-07-19 14:55:05 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 15:37:35 +0100" startDate="2018-07-19 14:55:05 +0100" endDate="2018-07-19 15:02:09 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 15:37:35 +0100" startDate="2018-07-19 15:05:53 +0100" endDate="2018-07-19 15:15:39 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 15:37:35 +0100" startDate="2018-07-19 15:15:58 +0100" endDate="2018-07-19 15:25:56 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 15:37:35 +0100" startDate="2018-07-19 15:25:56 +0100" endDate="2018-07-19 15:29:42 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 16:30:17 +0100" startDate="2018-07-19 15:53:43 +0100" endDate="2018-07-19 16:02:49 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 16:30:17 +0100" startDate="2018-07-19 16:02:49 +0100" endDate="2018-07-19 16:12:47 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 16:30:17 +0100" startDate="2018-07-19 16:12:47 +0100" endDate="2018-07-19 16:21:04 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 16:21:04 +0100" endDate="2018-07-19 16:30:18 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 16:32:08 +0100" endDate="2018-07-19 16:39:29 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 16:39:29 +0100" endDate="2018-07-19 16:49:22 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 16:49:22 +0100" endDate="2018-07-19 16:59:22 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 16:59:22 +0100" endDate="2018-07-19 17:09:20 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 17:09:20 +0100" endDate="2018-07-19 17:19:18 +0100" value="1111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 17:19:18 +0100" endDate="2018-07-19 17:29:17 +0100" value="1072"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 18:29:32 +0100" startDate="2018-07-19 17:29:17 +0100" endDate="2018-07-19 17:39:16 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 18:29:32 +0100" startDate="2018-07-19 17:39:16 +0100" endDate="2018-07-19 17:48:46 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 18:29:32 +0100" startDate="2018-07-19 17:48:46 +0100" endDate="2018-07-19 17:53:41 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 18:29:32 +0100" startDate="2018-07-19 17:58:40 +0100" endDate="2018-07-19 18:05:54 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 18:29:32 +0100" startDate="2018-07-19 18:05:54 +0100" endDate="2018-07-19 18:09:35 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 18:29:32 +0100" startDate="2018-07-19 18:12:35 +0100" endDate="2018-07-19 18:22:34 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 19:29:20 +0100" startDate="2018-07-19 18:22:34 +0100" endDate="2018-07-19 18:28:27 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 19:29:20 +0100" startDate="2018-07-19 18:50:29 +0100" endDate="2018-07-19 18:58:51 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 20:38:01 +0100" startDate="2018-07-19 19:34:16 +0100" endDate="2018-07-19 19:40:23 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 20:38:01 +0100" startDate="2018-07-19 19:48:00 +0100" endDate="2018-07-19 19:57:15 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 20:38:01 +0100" startDate="2018-07-19 19:57:15 +0100" endDate="2018-07-19 20:02:30 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 23:18:40 +0100" startDate="2018-07-19 21:49:33 +0100" endDate="2018-07-19 21:59:31 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 23:18:40 +0100" startDate="2018-07-19 21:59:31 +0100" endDate="2018-07-19 22:09:29 +0100" value="1155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 23:18:40 +0100" startDate="2018-07-19 22:09:29 +0100" endDate="2018-07-19 22:19:29 +0100" value="1052"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="count" creationDate="2018-07-19 23:18:40 +0100" startDate="2018-07-19 22:19:29 +0100" endDate="2018-07-19 22:26:18 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 07:21:39 +0100" startDate="2018-07-20 06:30:07 +0100" endDate="2018-07-20 06:36:48 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 07:21:39 +0100" startDate="2018-07-20 06:40:46 +0100" endDate="2018-07-20 06:46:51 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 07:21:39 +0100" startDate="2018-07-20 06:56:35 +0100" endDate="2018-07-20 07:03:59 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 07:21:39 +0100" startDate="2018-07-20 07:05:05 +0100" endDate="2018-07-20 07:15:04 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 08:25:47 +0100" startDate="2018-07-20 07:15:04 +0100" endDate="2018-07-20 07:24:51 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 08:25:47 +0100" startDate="2018-07-20 07:40:36 +0100" endDate="2018-07-20 07:50:35 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 08:25:47 +0100" startDate="2018-07-20 07:50:35 +0100" endDate="2018-07-20 07:53:33 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 08:25:47 +0100" startDate="2018-07-20 07:57:33 +0100" endDate="2018-07-20 08:07:32 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 08:25:47 +0100" startDate="2018-07-20 08:07:32 +0100" endDate="2018-07-20 08:11:49 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 09:57:40 +0100" startDate="2018-07-20 08:19:51 +0100" endDate="2018-07-20 08:28:13 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 09:57:40 +0100" startDate="2018-07-20 09:15:29 +0100" endDate="2018-07-20 09:25:28 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 09:57:40 +0100" startDate="2018-07-20 09:25:28 +0100" endDate="2018-07-20 09:32:31 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 09:57:40 +0100" startDate="2018-07-20 09:32:31 +0100" endDate="2018-07-20 09:42:28 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 09:57:40 +0100" startDate="2018-07-20 09:42:28 +0100" endDate="2018-07-20 09:42:56 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 10:28:43 +0100" startDate="2018-07-20 09:48:55 +0100" endDate="2018-07-20 09:58:55 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 11:24:20 +0100" startDate="2018-07-20 10:46:16 +0100" endDate="2018-07-20 10:56:15 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 11:24:20 +0100" startDate="2018-07-20 10:56:15 +0100" endDate="2018-07-20 11:02:39 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 12:22:44 +0100" startDate="2018-07-20 11:48:43 +0100" endDate="2018-07-20 11:58:34 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 12:22:44 +0100" startDate="2018-07-20 12:04:06 +0100" endDate="2018-07-20 12:14:05 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 13:23:02 +0100" startDate="2018-07-20 12:14:05 +0100" endDate="2018-07-20 12:23:03 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 13:23:02 +0100" startDate="2018-07-20 12:23:03 +0100" endDate="2018-07-20 12:26:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 13:23:02 +0100" startDate="2018-07-20 12:46:09 +0100" endDate="2018-07-20 12:54:16 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 14:21:22 +0100" startDate="2018-07-20 13:13:07 +0100" endDate="2018-07-20 13:20:15 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 14:21:22 +0100" startDate="2018-07-20 13:52:37 +0100" endDate="2018-07-20 13:58:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 15:21:52 +0100" startDate="2018-07-20 15:10:47 +0100" endDate="2018-07-20 15:19:07 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 16:35:55 +0100" startDate="2018-07-20 15:19:07 +0100" endDate="2018-07-20 15:21:52 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 16:35:55 +0100" startDate="2018-07-20 15:24:03 +0100" endDate="2018-07-20 15:31:22 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 16:35:55 +0100" startDate="2018-07-20 15:36:25 +0100" endDate="2018-07-20 15:46:24 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 16:35:55 +0100" startDate="2018-07-20 15:46:24 +0100" endDate="2018-07-20 15:56:23 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 16:35:55 +0100" startDate="2018-07-20 15:56:23 +0100" endDate="2018-07-20 16:04:59 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 16:35:55 +0100" startDate="2018-07-20 16:04:59 +0100" endDate="2018-07-20 16:08:38 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 17:53:09 +0100" startDate="2018-07-20 17:22:13 +0100" endDate="2018-07-20 17:32:13 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 17:53:09 +0100" startDate="2018-07-20 17:32:13 +0100" endDate="2018-07-20 17:41:56 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 17:53:09 +0100" startDate="2018-07-20 17:41:56 +0100" endDate="2018-07-20 17:51:55 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 18:22:58 +0100" startDate="2018-07-20 17:51:55 +0100" endDate="2018-07-20 17:53:17 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 21:25:34 +0100" startDate="2018-07-20 20:30:32 +0100" endDate="2018-07-20 20:40:11 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 21:25:34 +0100" startDate="2018-07-20 20:40:11 +0100" endDate="2018-07-20 20:43:01 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 22:52:36 +0100" startDate="2018-07-20 22:15:36 +0100" endDate="2018-07-20 22:21:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-20 22:52:36 +0100" startDate="2018-07-20 22:26:25 +0100" endDate="2018-07-20 22:34:07 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 09:29:10 +0100" startDate="2018-07-21 08:44:57 +0100" endDate="2018-07-21 08:51:56 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 09:29:10 +0100" startDate="2018-07-21 09:04:38 +0100" endDate="2018-07-21 09:11:24 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 10:25:16 +0100" startDate="2018-07-21 09:37:01 +0100" endDate="2018-07-21 09:47:00 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 10:25:16 +0100" startDate="2018-07-21 09:47:00 +0100" endDate="2018-07-21 09:49:19 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 10:25:16 +0100" startDate="2018-07-21 10:10:59 +0100" endDate="2018-07-21 10:20:57 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 11:23:09 +0100" startDate="2018-07-21 10:20:57 +0100" endDate="2018-07-21 10:30:57 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 11:23:09 +0100" startDate="2018-07-21 10:30:57 +0100" endDate="2018-07-21 10:40:55 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 11:23:09 +0100" startDate="2018-07-21 10:40:55 +0100" endDate="2018-07-21 10:50:54 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 11:23:09 +0100" startDate="2018-07-21 10:50:54 +0100" endDate="2018-07-21 10:59:53 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 11:23:09 +0100" startDate="2018-07-21 10:59:53 +0100" endDate="2018-07-21 11:08:08 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 11:23:09 +0100" startDate="2018-07-21 11:08:08 +0100" endDate="2018-07-21 11:18:08 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 12:22:12 +0100" startDate="2018-07-21 11:18:08 +0100" endDate="2018-07-21 11:28:08 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 12:22:12 +0100" startDate="2018-07-21 11:28:08 +0100" endDate="2018-07-21 11:34:59 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 12:22:12 +0100" startDate="2018-07-21 11:34:59 +0100" endDate="2018-07-21 11:44:46 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 12:22:12 +0100" startDate="2018-07-21 11:44:46 +0100" endDate="2018-07-21 11:54:46 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 12:22:12 +0100" startDate="2018-07-21 11:54:46 +0100" endDate="2018-07-21 12:04:43 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 12:22:12 +0100" startDate="2018-07-21 12:04:43 +0100" endDate="2018-07-21 12:06:25 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 13:22:28 +0100" startDate="2018-07-21 12:38:00 +0100" endDate="2018-07-21 12:47:58 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 13:22:28 +0100" startDate="2018-07-21 12:47:58 +0100" endDate="2018-07-21 12:57:58 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 13:22:28 +0100" startDate="2018-07-21 12:57:58 +0100" endDate="2018-07-21 13:07:00 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 13:22:28 +0100" startDate="2018-07-21 13:07:00 +0100" endDate="2018-07-21 13:16:37 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 14:22:40 +0100" startDate="2018-07-21 13:16:37 +0100" endDate="2018-07-21 13:20:59 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 14:22:40 +0100" startDate="2018-07-21 13:23:37 +0100" endDate="2018-07-21 13:33:36 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 14:22:40 +0100" startDate="2018-07-21 13:33:36 +0100" endDate="2018-07-21 13:42:58 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 15:23:48 +0100" startDate="2018-07-21 14:35:39 +0100" endDate="2018-07-21 14:43:28 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 15:23:48 +0100" startDate="2018-07-21 14:43:28 +0100" endDate="2018-07-21 14:53:15 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 15:23:48 +0100" startDate="2018-07-21 14:53:15 +0100" endDate="2018-07-21 14:54:24 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 17:24:16 +0100" startDate="2018-07-21 16:57:08 +0100" endDate="2018-07-21 17:03:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 23:09:56 +0100" startDate="2018-07-21 22:08:25 +0100" endDate="2018-07-21 22:17:41 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-21 23:09:56 +0100" startDate="2018-07-21 22:36:46 +0100" endDate="2018-07-21 22:46:35 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 08:23:52 +0100" startDate="2018-07-22 07:33:38 +0100" endDate="2018-07-22 07:39:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 08:23:52 +0100" startDate="2018-07-22 08:01:03 +0100" endDate="2018-07-22 08:07:54 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 12:22:38 +0100" startDate="2018-07-22 11:57:06 +0100" endDate="2018-07-22 12:03:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 12:22:38 +0100" startDate="2018-07-22 12:12:02 +0100" endDate="2018-07-22 12:21:31 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 13:22:02 +0100" startDate="2018-07-22 12:21:31 +0100" endDate="2018-07-22 12:29:56 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 15:27:36 +0100" startDate="2018-07-22 15:08:11 +0100" endDate="2018-07-22 15:18:11 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 16:43:30 +0100" startDate="2018-07-22 15:18:11 +0100" endDate="2018-07-22 15:19:19 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 16:43:30 +0100" startDate="2018-07-22 15:24:28 +0100" endDate="2018-07-22 15:34:27 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 16:43:30 +0100" startDate="2018-07-22 15:34:27 +0100" endDate="2018-07-22 15:39:27 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 16:43:30 +0100" startDate="2018-07-22 16:00:17 +0100" endDate="2018-07-22 16:07:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 16:43:30 +0100" startDate="2018-07-22 16:07:26 +0100" endDate="2018-07-22 16:13:12 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 16:43:30 +0100" startDate="2018-07-22 16:28:29 +0100" endDate="2018-07-22 16:36:01 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 17:21:44 +0100" startDate="2018-07-22 16:36:01 +0100" endDate="2018-07-22 16:45:56 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 17:21:44 +0100" startDate="2018-07-22 16:59:48 +0100" endDate="2018-07-22 17:09:39 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 17:21:44 +0100" startDate="2018-07-22 17:09:39 +0100" endDate="2018-07-22 17:09:54 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 18:49:40 +0100" startDate="2018-07-22 17:49:01 +0100" endDate="2018-07-22 17:57:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 18:49:40 +0100" startDate="2018-07-22 17:57:31 +0100" endDate="2018-07-22 18:07:31 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 18:49:40 +0100" startDate="2018-07-22 18:07:31 +0100" endDate="2018-07-22 18:17:17 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 18:49:40 +0100" startDate="2018-07-22 18:17:17 +0100" endDate="2018-07-22 18:27:15 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 18:49:40 +0100" startDate="2018-07-22 18:27:15 +0100" endDate="2018-07-22 18:29:53 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 20:21:19 +0100" startDate="2018-07-22 19:26:59 +0100" endDate="2018-07-22 19:33:09 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 21:40:19 +0100" startDate="2018-07-22 21:24:22 +0100" endDate="2018-07-22 21:33:15 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-22 23:39:54 +0100" startDate="2018-07-22 21:33:15 +0100" endDate="2018-07-22 21:40:20 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 07:21:27 +0100" startDate="2018-07-23 06:18:24 +0100" endDate="2018-07-23 06:27:52 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 07:21:27 +0100" startDate="2018-07-23 06:27:52 +0100" endDate="2018-07-23 06:36:31 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 07:21:27 +0100" startDate="2018-07-23 06:36:31 +0100" endDate="2018-07-23 06:39:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 07:21:27 +0100" startDate="2018-07-23 06:45:34 +0100" endDate="2018-07-23 06:52:50 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 07:21:27 +0100" startDate="2018-07-23 06:56:09 +0100" endDate="2018-07-23 07:06:08 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 07:21:27 +0100" startDate="2018-07-23 07:06:08 +0100" endDate="2018-07-23 07:14:44 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 08:23:40 +0100" startDate="2018-07-23 07:14:44 +0100" endDate="2018-07-23 07:20:48 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 08:23:40 +0100" startDate="2018-07-23 07:40:07 +0100" endDate="2018-07-23 07:46:43 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 08:23:40 +0100" startDate="2018-07-23 07:49:30 +0100" endDate="2018-07-23 07:59:26 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 08:23:40 +0100" startDate="2018-07-23 07:59:26 +0100" endDate="2018-07-23 08:00:53 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 08:26:09 +0100" endDate="2018-07-23 08:32:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 09:51:06 +0100" endDate="2018-07-23 10:00:12 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 10:28:40 +0100" endDate="2018-07-23 10:38:39 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 10:38:39 +0100" endDate="2018-07-23 10:48:39 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 10:48:39 +0100" endDate="2018-07-23 10:54:25 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 11:08:51 +0100" endDate="2018-07-23 11:18:50 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 11:18:50 +0100" endDate="2018-07-23 11:28:49 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 14:34:25 +0100" startDate="2018-07-23 13:30:57 +0100" endDate="2018-07-23 13:37:15 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 14:34:25 +0100" startDate="2018-07-23 13:46:57 +0100" endDate="2018-07-23 13:56:40 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 14:34:25 +0100" startDate="2018-07-23 13:56:40 +0100" endDate="2018-07-23 14:05:28 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 14:34:25 +0100" startDate="2018-07-23 14:10:23 +0100" endDate="2018-07-23 14:17:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 14:34:25 +0100" startDate="2018-07-23 14:17:11 +0100" endDate="2018-07-23 14:22:33 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 15:23:38 +0100" startDate="2018-07-23 14:33:45 +0100" endDate="2018-07-23 14:43:43 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 15:23:38 +0100" startDate="2018-07-23 14:43:43 +0100" endDate="2018-07-23 14:44:32 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 15:23:38 +0100" startDate="2018-07-23 14:47:56 +0100" endDate="2018-07-23 14:56:18 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 15:23:38 +0100" startDate="2018-07-23 14:58:11 +0100" endDate="2018-07-23 15:06:23 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 15:23:38 +0100" startDate="2018-07-23 15:06:23 +0100" endDate="2018-07-23 15:15:48 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 16:27:03 +0100" startDate="2018-07-23 15:15:48 +0100" endDate="2018-07-23 15:23:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 16:27:03 +0100" startDate="2018-07-23 15:52:27 +0100" endDate="2018-07-23 16:02:26 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 16:27:03 +0100" startDate="2018-07-23 16:02:26 +0100" endDate="2018-07-23 16:12:24 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 16:27:03 +0100" startDate="2018-07-23 16:12:24 +0100" endDate="2018-07-23 16:22:04 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 16:22:04 +0100" endDate="2018-07-23 16:31:50 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 16:31:50 +0100" endDate="2018-07-23 16:41:25 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 16:41:25 +0100" endDate="2018-07-23 16:50:01 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 16:50:01 +0100" endDate="2018-07-23 16:59:39 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 16:59:39 +0100" endDate="2018-07-23 17:08:33 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 17:08:33 +0100" endDate="2018-07-23 17:18:28 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 17:18:28 +0100" endDate="2018-07-23 17:22:19 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 18:27:48 +0100" startDate="2018-07-23 17:22:19 +0100" endDate="2018-07-23 17:31:24 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 18:27:48 +0100" startDate="2018-07-23 17:31:24 +0100" endDate="2018-07-23 17:38:39 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 18:27:48 +0100" startDate="2018-07-23 17:44:01 +0100" endDate="2018-07-23 17:53:53 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 18:27:48 +0100" startDate="2018-07-23 17:53:53 +0100" endDate="2018-07-23 17:59:22 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 18:27:48 +0100" startDate="2018-07-23 18:00:00 +0100" endDate="2018-07-23 18:06:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 18:27:48 +0100" startDate="2018-07-23 18:12:29 +0100" endDate="2018-07-23 18:22:26 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 19:26:33 +0100" startDate="2018-07-23 18:22:26 +0100" endDate="2018-07-23 18:26:50 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 19:26:33 +0100" startDate="2018-07-23 19:16:01 +0100" endDate="2018-07-23 19:22:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 20:23:55 +0100" startDate="2018-07-23 19:49:54 +0100" endDate="2018-07-23 19:59:47 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 20:23:55 +0100" startDate="2018-07-23 19:59:47 +0100" endDate="2018-07-23 20:09:17 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 20:23:55 +0100" startDate="2018-07-23 20:09:17 +0100" endDate="2018-07-23 20:19:16 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 21:02:41 +0100" startDate="2018-07-23 20:19:16 +0100" endDate="2018-07-23 20:29:15 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 21:02:41 +0100" startDate="2018-07-23 20:29:15 +0100" endDate="2018-07-23 20:39:14 +0100" value="1271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 21:02:41 +0100" startDate="2018-07-23 20:39:14 +0100" endDate="2018-07-23 20:49:13 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 21:02:41 +0100" startDate="2018-07-23 20:49:13 +0100" endDate="2018-07-23 20:59:12 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 21:12:41 +0100" startDate="2018-07-23 20:59:12 +0100" endDate="2018-07-23 21:09:11 +0100" value="1255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 21:24:54 +0100" startDate="2018-07-23 21:09:11 +0100" endDate="2018-07-23 21:19:10 +0100" value="1069"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 23:09:33 +0100" startDate="2018-07-23 21:19:10 +0100" endDate="2018-07-23 21:25:02 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 23:09:33 +0100" startDate="2018-07-23 21:40:45 +0100" endDate="2018-07-23 21:48:21 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-23 23:09:33 +0100" startDate="2018-07-23 22:54:28 +0100" endDate="2018-07-23 23:01:32 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 05:32:13 +0100" startDate="2018-07-24 05:10:06 +0100" endDate="2018-07-24 05:16:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 05:32:13 +0100" startDate="2018-07-24 05:16:48 +0100" endDate="2018-07-24 05:26:26 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 06:29:29 +0100" startDate="2018-07-24 05:26:26 +0100" endDate="2018-07-24 05:36:03 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 06:29:29 +0100" startDate="2018-07-24 05:36:03 +0100" endDate="2018-07-24 05:38:51 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 06:29:29 +0100" startDate="2018-07-24 05:47:29 +0100" endDate="2018-07-24 05:56:06 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 06:29:29 +0100" startDate="2018-07-24 06:02:26 +0100" endDate="2018-07-24 06:08:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 06:29:29 +0100" startDate="2018-07-24 06:08:59 +0100" endDate="2018-07-24 06:13:10 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 07:23:32 +0100" startDate="2018-07-24 06:30:19 +0100" endDate="2018-07-24 06:40:13 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 07:23:32 +0100" startDate="2018-07-24 06:40:13 +0100" endDate="2018-07-24 06:48:52 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 07:23:32 +0100" startDate="2018-07-24 07:04:13 +0100" endDate="2018-07-24 07:14:13 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 08:24:12 +0100" startDate="2018-07-24 07:14:13 +0100" endDate="2018-07-24 07:20:27 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 08:24:12 +0100" startDate="2018-07-24 07:20:27 +0100" endDate="2018-07-24 07:26:28 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 08:24:12 +0100" startDate="2018-07-24 07:45:03 +0100" endDate="2018-07-24 07:55:03 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 08:24:12 +0100" startDate="2018-07-24 07:55:03 +0100" endDate="2018-07-24 08:05:01 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 08:24:12 +0100" startDate="2018-07-24 08:05:01 +0100" endDate="2018-07-24 08:13:53 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 09:37:59 +0100" endDate="2018-07-24 09:47:57 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 09:47:57 +0100" endDate="2018-07-24 09:57:56 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 09:57:56 +0100" endDate="2018-07-24 09:58:47 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 10:17:11 +0100" endDate="2018-07-24 10:23:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 10:49:03 +0100" endDate="2018-07-24 10:56:27 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 10:56:27 +0100" endDate="2018-07-24 11:06:27 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 11:06:27 +0100" endDate="2018-07-24 11:11:01 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 11:47:49 +0100" endDate="2018-07-24 11:57:47 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 11:57:47 +0100" endDate="2018-07-24 12:05:57 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 12:40:31 +0100" endDate="2018-07-24 12:47:17 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 12:57:22 +0100" endDate="2018-07-24 13:06:19 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 13:06:19 +0100" endDate="2018-07-24 13:10:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 13:23:04 +0100" endDate="2018-07-24 13:29:57 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 13:47:33 +0100" endDate="2018-07-24 13:57:15 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 13:57:15 +0100" endDate="2018-07-24 14:07:13 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 14:07:13 +0100" endDate="2018-07-24 14:08:02 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 14:39:05 +0100" endDate="2018-07-24 14:49:01 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 14:49:01 +0100" endDate="2018-07-24 14:58:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 14:58:36 +0100" endDate="2018-07-24 15:08:36 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 15:08:36 +0100" endDate="2018-07-24 15:14:16 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 15:19:36 +0100" endDate="2018-07-24 15:25:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 15:38:24 +0100" endDate="2018-07-24 15:44:26 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 15:57:19 +0100" endDate="2018-07-24 16:07:18 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 16:31:38 +0100" startDate="2018-07-24 16:07:18 +0100" endDate="2018-07-24 16:16:40 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 17:31:54 +0100" startDate="2018-07-24 16:47:38 +0100" endDate="2018-07-24 16:56:57 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 17:31:54 +0100" startDate="2018-07-24 17:01:52 +0100" endDate="2018-07-24 17:11:28 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 17:31:54 +0100" startDate="2018-07-24 17:11:28 +0100" endDate="2018-07-24 17:21:26 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 17:31:54 +0100" startDate="2018-07-24 17:21:26 +0100" endDate="2018-07-24 17:31:25 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 17:31:25 +0100" endDate="2018-07-24 17:31:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 17:55:25 +0100" endDate="2018-07-24 18:05:00 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 19:14:38 +0100" endDate="2018-07-24 19:22:47 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 19:25:35 +0100" endDate="2018-07-24 19:35:34 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 19:35:34 +0100" endDate="2018-07-24 19:45:26 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 19:45:26 +0100" endDate="2018-07-24 19:51:34 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 19:53:44 +0100" endDate="2018-07-24 20:01:44 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 20:52:10 +0100" endDate="2018-07-24 21:02:09 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 21:02:09 +0100" endDate="2018-07-24 21:05:27 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 21:18:24 +0100" endDate="2018-07-24 21:24:49 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 21:40:03 +0100" endDate="2018-07-24 21:47:40 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 22:05:05 +0100" startDate="2018-07-24 21:47:40 +0100" endDate="2018-07-24 21:57:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-24 22:20:10 +0100" startDate="2018-07-24 21:57:38 +0100" endDate="2018-07-24 21:59:33 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 06:00:38 +0100" startDate="2018-07-25 05:49:44 +0100" endDate="2018-07-25 05:57:41 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 07:00:38 +0100" startDate="2018-07-25 05:57:41 +0100" endDate="2018-07-25 06:05:48 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 07:00:38 +0100" startDate="2018-07-25 06:21:52 +0100" endDate="2018-07-25 06:28:52 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 07:00:38 +0100" startDate="2018-07-25 06:32:38 +0100" endDate="2018-07-25 06:42:37 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 07:00:38 +0100" startDate="2018-07-25 06:42:37 +0100" endDate="2018-07-25 06:52:32 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 08:08:59 +0100" startDate="2018-07-25 06:52:32 +0100" endDate="2018-07-25 06:54:37 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 08:08:59 +0100" startDate="2018-07-25 07:40:29 +0100" endDate="2018-07-25 07:50:18 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 08:08:59 +0100" startDate="2018-07-25 07:50:18 +0100" endDate="2018-07-25 07:58:57 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 08:08:59 +0100" startDate="2018-07-25 07:58:57 +0100" endDate="2018-07-25 08:07:43 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 09:01:28 +0100" startDate="2018-07-25 08:07:43 +0100" endDate="2018-07-25 08:14:56 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 10:01:56 +0100" startDate="2018-07-25 09:13:56 +0100" endDate="2018-07-25 09:21:50 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 11:02:36 +0100" startDate="2018-07-25 10:10:05 +0100" endDate="2018-07-25 10:17:42 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 11:02:36 +0100" startDate="2018-07-25 10:17:42 +0100" endDate="2018-07-25 10:24:23 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 11:02:36 +0100" startDate="2018-07-25 10:27:20 +0100" endDate="2018-07-25 10:37:19 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 11:02:36 +0100" startDate="2018-07-25 10:37:19 +0100" endDate="2018-07-25 10:47:16 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 11:02:36 +0100" startDate="2018-07-25 10:47:16 +0100" endDate="2018-07-25 10:56:45 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 12:01:05 +0100" startDate="2018-07-25 11:04:56 +0100" endDate="2018-07-25 11:12:35 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 12:01:05 +0100" startDate="2018-07-25 11:25:26 +0100" endDate="2018-07-25 11:35:22 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 12:01:05 +0100" startDate="2018-07-25 11:35:22 +0100" endDate="2018-07-25 11:43:07 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 12:01:05 +0100" startDate="2018-07-25 11:43:07 +0100" endDate="2018-07-25 11:47:51 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 12:01:05 +0100" startDate="2018-07-25 11:48:46 +0100" endDate="2018-07-25 11:55:37 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 13:01:13 +0100" startDate="2018-07-25 11:55:37 +0100" endDate="2018-07-25 12:01:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 13:01:13 +0100" startDate="2018-07-25 12:27:20 +0100" endDate="2018-07-25 12:34:14 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 13:01:13 +0100" startDate="2018-07-25 12:36:01 +0100" endDate="2018-07-25 12:42:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 13:01:13 +0100" startDate="2018-07-25 12:42:01 +0100" endDate="2018-07-25 12:51:43 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 14:07:28 +0100" startDate="2018-07-25 12:51:43 +0100" endDate="2018-07-25 12:53:09 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 15:02:37 +0100" startDate="2018-07-25 14:06:24 +0100" endDate="2018-07-25 14:16:23 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 15:02:37 +0100" startDate="2018-07-25 14:16:23 +0100" endDate="2018-07-25 14:16:56 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 15:02:37 +0100" startDate="2018-07-25 14:31:39 +0100" endDate="2018-07-25 14:41:38 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 15:02:37 +0100" startDate="2018-07-25 14:41:38 +0100" endDate="2018-07-25 14:45:52 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 14:53:43 +0100" endDate="2018-07-25 15:00:26 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 15:00:26 +0100" endDate="2018-07-25 15:10:01 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 15:26:39 +0100" endDate="2018-07-25 15:36:05 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 15:36:05 +0100" endDate="2018-07-25 15:44:16 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 15:44:16 +0100" endDate="2018-07-25 15:52:41 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 15:55:15 +0100" endDate="2018-07-25 16:01:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 16:13:10 +0100" endDate="2018-07-25 16:20:08 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 18:00:29 +0100" startDate="2018-07-25 17:04:10 +0100" endDate="2018-07-25 17:14:07 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 18:00:29 +0100" startDate="2018-07-25 17:14:07 +0100" endDate="2018-07-25 17:15:59 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 18:00:29 +0100" startDate="2018-07-25 17:32:39 +0100" endDate="2018-07-25 17:42:37 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 18:00:29 +0100" startDate="2018-07-25 17:42:37 +0100" endDate="2018-07-25 17:52:37 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 19:00:10 +0100" startDate="2018-07-25 17:52:37 +0100" endDate="2018-07-25 17:57:44 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 19:00:10 +0100" startDate="2018-07-25 18:13:58 +0100" endDate="2018-07-25 18:22:58 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 19:00:10 +0100" startDate="2018-07-25 18:34:16 +0100" endDate="2018-07-25 18:40:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 19:00:10 +0100" startDate="2018-07-25 18:41:56 +0100" endDate="2018-07-25 18:48:14 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 19:00:10 +0100" startDate="2018-07-25 18:48:14 +0100" endDate="2018-07-25 18:55:23 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 19:48:24 +0100" startDate="2018-07-25 18:55:23 +0100" endDate="2018-07-25 19:02:37 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 19:48:24 +0100" startDate="2018-07-25 19:34:29 +0100" endDate="2018-07-25 19:40:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 20:50:26 +0100" startDate="2018-07-25 20:35:36 +0100" endDate="2018-07-25 20:41:46 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 21:49:25 +0100" startDate="2018-07-25 20:41:46 +0100" endDate="2018-07-25 20:47:13 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 21:49:25 +0100" startDate="2018-07-25 20:57:15 +0100" endDate="2018-07-25 21:03:43 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-25 21:49:25 +0100" startDate="2018-07-25 21:03:43 +0100" endDate="2018-07-25 21:09:16 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 06:48:21 +0100" startDate="2018-07-26 06:03:07 +0100" endDate="2018-07-26 06:11:50 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 06:48:21 +0100" startDate="2018-07-26 06:30:59 +0100" endDate="2018-07-26 06:40:58 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 07:49:05 +0100" startDate="2018-07-26 06:40:58 +0100" endDate="2018-07-26 06:50:26 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 07:49:05 +0100" startDate="2018-07-26 06:50:26 +0100" endDate="2018-07-26 06:58:19 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 08:49:16 +0100" startDate="2018-07-26 08:30:21 +0100" endDate="2018-07-26 08:40:19 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 09:55:25 +0100" startDate="2018-07-26 08:40:19 +0100" endDate="2018-07-26 08:45:03 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 09:55:25 +0100" startDate="2018-07-26 08:52:53 +0100" endDate="2018-07-26 09:02:36 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 09:55:25 +0100" startDate="2018-07-26 09:21:40 +0100" endDate="2018-07-26 09:29:14 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 10:52:48 +0100" startDate="2018-07-26 09:54:25 +0100" endDate="2018-07-26 10:02:10 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 10:52:48 +0100" startDate="2018-07-26 10:02:10 +0100" endDate="2018-07-26 10:09:47 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 10:52:48 +0100" startDate="2018-07-26 10:22:27 +0100" endDate="2018-07-26 10:32:26 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 10:52:48 +0100" startDate="2018-07-26 10:32:26 +0100" endDate="2018-07-26 10:39:53 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 10:52:48 +0100" startDate="2018-07-26 10:39:53 +0100" endDate="2018-07-26 10:49:53 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 11:52:02 +0100" startDate="2018-07-26 10:49:53 +0100" endDate="2018-07-26 10:52:48 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 11:52:02 +0100" startDate="2018-07-26 11:05:00 +0100" endDate="2018-07-26 11:14:58 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 11:52:02 +0100" startDate="2018-07-26 11:14:58 +0100" endDate="2018-07-26 11:18:20 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 11:52:02 +0100" startDate="2018-07-26 11:35:19 +0100" endDate="2018-07-26 11:45:00 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 12:51:48 +0100" startDate="2018-07-26 11:45:00 +0100" endDate="2018-07-26 11:54:59 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 12:51:48 +0100" startDate="2018-07-26 11:54:59 +0100" endDate="2018-07-26 12:03:32 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 12:51:48 +0100" startDate="2018-07-26 12:03:32 +0100" endDate="2018-07-26 12:12:56 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 12:51:48 +0100" startDate="2018-07-26 12:24:29 +0100" endDate="2018-07-26 12:30:39 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 13:50:16 +0100" startDate="2018-07-26 13:13:12 +0100" endDate="2018-07-26 13:19:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 14:48:25 +0100" startDate="2018-07-26 14:06:14 +0100" endDate="2018-07-26 14:15:49 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 14:48:25 +0100" startDate="2018-07-26 14:31:35 +0100" endDate="2018-07-26 14:41:34 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 15:51:48 +0100" startDate="2018-07-26 14:41:34 +0100" endDate="2018-07-26 14:42:20 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 16:51:42 +0100" startDate="2018-07-26 16:18:41 +0100" endDate="2018-07-26 16:28:37 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 16:51:42 +0100" startDate="2018-07-26 16:28:37 +0100" endDate="2018-07-26 16:38:24 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 16:51:42 +0100" startDate="2018-07-26 16:38:24 +0100" endDate="2018-07-26 16:47:41 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 17:49:26 +0100" startDate="2018-07-26 16:53:16 +0100" endDate="2018-07-26 16:59:39 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 17:49:26 +0100" startDate="2018-07-26 17:34:09 +0100" endDate="2018-07-26 17:40:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 18:49:47 +0100" startDate="2018-07-26 17:58:02 +0100" endDate="2018-07-26 18:04:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 18:49:47 +0100" startDate="2018-07-26 18:11:55 +0100" endDate="2018-07-26 18:21:15 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 18:49:47 +0100" startDate="2018-07-26 18:21:15 +0100" endDate="2018-07-26 18:24:36 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 20:51:21 +0100" startDate="2018-07-26 19:54:52 +0100" endDate="2018-07-26 20:01:25 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 21:59:44 +0100" startDate="2018-07-26 21:06:14 +0100" endDate="2018-07-26 21:12:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 21:59:44 +0100" startDate="2018-07-26 21:46:16 +0100" endDate="2018-07-26 21:52:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 23:53:42 +0100" startDate="2018-07-26 21:52:39 +0100" endDate="2018-07-26 22:00:13 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-26 23:53:42 +0100" startDate="2018-07-26 22:00:13 +0100" endDate="2018-07-26 22:04:55 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 06:02:20 +0100" startDate="2018-07-27 05:40:00 +0100" endDate="2018-07-27 05:46:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 06:49:08 +0100" startDate="2018-07-27 05:56:26 +0100" endDate="2018-07-27 06:04:00 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 06:49:08 +0100" startDate="2018-07-27 06:04:00 +0100" endDate="2018-07-27 06:13:02 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 06:49:08 +0100" startDate="2018-07-27 06:22:54 +0100" endDate="2018-07-27 06:30:38 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 06:49:08 +0100" startDate="2018-07-27 06:31:36 +0100" endDate="2018-07-27 06:41:33 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 06:41:33 +0100" endDate="2018-07-27 06:51:30 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 06:51:30 +0100" endDate="2018-07-27 06:57:57 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 06:57:57 +0100" endDate="2018-07-27 07:07:44 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 07:07:44 +0100" endDate="2018-07-27 07:15:22 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 07:15:22 +0100" endDate="2018-07-27 07:21:22 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 07:27:21 +0100" endDate="2018-07-27 07:35:15 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 07:35:15 +0100" endDate="2018-07-27 07:38:08 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 08:48:23 +0100" startDate="2018-07-27 08:25:16 +0100" endDate="2018-07-27 08:34:22 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 08:48:23 +0100" startDate="2018-07-27 08:34:22 +0100" endDate="2018-07-27 08:37:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 09:48:25 +0100" startDate="2018-07-27 09:03:57 +0100" endDate="2018-07-27 09:11:06 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 10:49:43 +0100" startDate="2018-07-27 10:22:37 +0100" endDate="2018-07-27 10:32:35 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 10:49:43 +0100" startDate="2018-07-27 10:32:35 +0100" endDate="2018-07-27 10:42:34 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 11:48:27 +0100" startDate="2018-07-27 10:42:34 +0100" endDate="2018-07-27 10:49:45 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 11:48:27 +0100" startDate="2018-07-27 10:53:41 +0100" endDate="2018-07-27 11:02:21 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 11:48:27 +0100" startDate="2018-07-27 11:02:21 +0100" endDate="2018-07-27 11:12:20 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 11:48:27 +0100" startDate="2018-07-27 11:12:20 +0100" endDate="2018-07-27 11:19:54 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 12:48:25 +0100" startDate="2018-07-27 12:03:59 +0100" endDate="2018-07-27 12:10:42 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 12:48:25 +0100" startDate="2018-07-27 12:22:40 +0100" endDate="2018-07-27 12:32:16 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 14:48:57 +0100" startDate="2018-07-27 14:05:38 +0100" endDate="2018-07-27 14:15:37 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 14:48:57 +0100" startDate="2018-07-27 14:15:37 +0100" endDate="2018-07-27 14:25:36 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 14:48:57 +0100" startDate="2018-07-27 14:25:36 +0100" endDate="2018-07-27 14:33:08 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 16:35:46 +0100" startDate="2018-07-27 15:10:59 +0100" endDate="2018-07-27 15:20:57 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 16:35:46 +0100" startDate="2018-07-27 15:20:57 +0100" endDate="2018-07-27 15:28:42 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 16:35:46 +0100" startDate="2018-07-27 15:28:42 +0100" endDate="2018-07-27 15:36:27 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 16:35:46 +0100" startDate="2018-07-27 16:19:44 +0100" endDate="2018-07-27 16:29:26 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 16:52:45 +0100" startDate="2018-07-27 16:29:26 +0100" endDate="2018-07-27 16:38:21 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 16:52:45 +0100" startDate="2018-07-27 16:41:44 +0100" endDate="2018-07-27 16:51:42 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 17:49:05 +0100" startDate="2018-07-27 16:51:42 +0100" endDate="2018-07-27 17:01:40 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 17:49:05 +0100" startDate="2018-07-27 17:01:40 +0100" endDate="2018-07-27 17:04:25 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 17:49:05 +0100" startDate="2018-07-27 17:25:20 +0100" endDate="2018-07-27 17:31:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 18:48:33 +0100" startDate="2018-07-27 18:00:20 +0100" endDate="2018-07-27 18:10:19 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 18:48:33 +0100" startDate="2018-07-27 18:10:19 +0100" endDate="2018-07-27 18:20:18 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 18:48:33 +0100" startDate="2018-07-27 18:20:18 +0100" endDate="2018-07-27 18:29:26 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 18:48:33 +0100" startDate="2018-07-27 18:29:26 +0100" endDate="2018-07-27 18:37:20 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 18:48:33 +0100" startDate="2018-07-27 18:37:20 +0100" endDate="2018-07-27 18:46:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 19:51:50 +0100" startDate="2018-07-27 18:46:40 +0100" endDate="2018-07-27 18:56:35 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 19:51:50 +0100" startDate="2018-07-27 18:56:35 +0100" endDate="2018-07-27 19:05:49 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 19:51:50 +0100" startDate="2018-07-27 19:05:49 +0100" endDate="2018-07-27 19:09:47 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 19:51:50 +0100" startDate="2018-07-27 19:18:35 +0100" endDate="2018-07-27 19:28:31 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 19:51:50 +0100" startDate="2018-07-27 19:28:31 +0100" endDate="2018-07-27 19:38:31 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 19:51:50 +0100" startDate="2018-07-27 19:38:31 +0100" endDate="2018-07-27 19:47:57 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 20:23:24 +0100" startDate="2018-07-27 19:47:57 +0100" endDate="2018-07-27 19:57:57 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 20:23:24 +0100" startDate="2018-07-27 19:57:57 +0100" endDate="2018-07-27 20:07:57 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 20:23:24 +0100" startDate="2018-07-27 20:07:57 +0100" endDate="2018-07-27 20:17:31 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 20:36:09 +0100" startDate="2018-07-27 20:17:31 +0100" endDate="2018-07-27 20:26:48 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 20:48:36 +0100" startDate="2018-07-27 20:26:48 +0100" endDate="2018-07-27 20:36:10 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 20:48:36 +0100" startDate="2018-07-27 20:36:10 +0100" endDate="2018-07-27 20:44:05 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 21:50:02 +0100" startDate="2018-07-27 20:53:09 +0100" endDate="2018-07-27 21:02:34 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 21:50:02 +0100" startDate="2018-07-27 21:02:34 +0100" endDate="2018-07-27 21:12:31 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 21:50:02 +0100" startDate="2018-07-27 21:12:31 +0100" endDate="2018-07-27 21:22:21 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 21:50:02 +0100" startDate="2018-07-27 21:22:21 +0100" endDate="2018-07-27 21:32:20 +0100" value="1086"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 21:50:02 +0100" startDate="2018-07-27 21:32:20 +0100" endDate="2018-07-27 21:42:18 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 22:18:03 +0100" startDate="2018-07-27 21:42:18 +0100" endDate="2018-07-27 21:52:08 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 22:18:03 +0100" startDate="2018-07-27 21:52:08 +0100" endDate="2018-07-27 22:01:19 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 22:18:03 +0100" startDate="2018-07-27 22:01:19 +0100" endDate="2018-07-27 22:11:17 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 22:26:28 +0100" startDate="2018-07-27 22:11:17 +0100" endDate="2018-07-27 22:21:09 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 23:37:12 +0100" startDate="2018-07-27 22:21:09 +0100" endDate="2018-07-27 22:31:07 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 23:37:12 +0100" startDate="2018-07-27 22:31:07 +0100" endDate="2018-07-27 22:40:26 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 23:37:12 +0100" startDate="2018-07-27 22:40:26 +0100" endDate="2018-07-27 22:50:18 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 23:37:12 +0100" startDate="2018-07-27 22:50:18 +0100" endDate="2018-07-27 22:59:30 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 23:37:12 +0100" startDate="2018-07-27 22:59:30 +0100" endDate="2018-07-27 23:04:15 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 23:37:12 +0100" startDate="2018-07-27 23:06:35 +0100" endDate="2018-07-27 23:12:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 23:37:12 +0100" startDate="2018-07-27 23:13:43 +0100" endDate="2018-07-27 23:23:42 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-27 23:37:12 +0100" startDate="2018-07-27 23:23:42 +0100" endDate="2018-07-27 23:33:40 +0100" value="1164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 00:14:05 +0100" startDate="2018-07-27 23:33:40 +0100" endDate="2018-07-27 23:39:15 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 00:14:05 +0100" startDate="2018-07-27 23:42:06 +0100" endDate="2018-07-27 23:48:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 07:50:43 +0100" startDate="2018-07-28 06:56:38 +0100" endDate="2018-07-28 07:06:14 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 07:50:43 +0100" startDate="2018-07-28 07:06:14 +0100" endDate="2018-07-28 07:09:44 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 10:50:54 +0100" startDate="2018-07-28 09:51:46 +0100" endDate="2018-07-28 09:58:50 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 13:29:28 +0100" startDate="2018-07-28 11:44:22 +0100" endDate="2018-07-28 11:51:21 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 13:29:28 +0100" startDate="2018-07-28 12:02:26 +0100" endDate="2018-07-28 12:12:24 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 13:29:28 +0100" startDate="2018-07-28 12:12:24 +0100" endDate="2018-07-28 12:21:05 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 14:55:28 +0100" startDate="2018-07-28 13:39:18 +0100" endDate="2018-07-28 13:48:31 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 14:55:28 +0100" startDate="2018-07-28 13:48:31 +0100" endDate="2018-07-28 13:58:30 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 14:55:28 +0100" startDate="2018-07-28 13:58:30 +0100" endDate="2018-07-28 14:08:30 +0100" value="1150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 14:55:28 +0100" startDate="2018-07-28 14:08:30 +0100" endDate="2018-07-28 14:11:32 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 15:50:55 +0100" startDate="2018-07-28 14:50:17 +0100" endDate="2018-07-28 14:56:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 15:50:55 +0100" startDate="2018-07-28 15:13:21 +0100" endDate="2018-07-28 15:23:17 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 15:50:55 +0100" startDate="2018-07-28 15:23:17 +0100" endDate="2018-07-28 15:33:15 +0100" value="899"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 15:50:55 +0100" startDate="2018-07-28 15:33:15 +0100" endDate="2018-07-28 15:42:52 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 18:49:05 +0100" startDate="2018-07-28 18:08:59 +0100" endDate="2018-07-28 18:15:12 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 19:56:05 +0100" startDate="2018-07-28 19:34:02 +0100" endDate="2018-07-28 19:42:29 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 21:09:06 +0100" startDate="2018-07-28 20:41:45 +0100" endDate="2018-07-28 20:48:49 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 22:35:15 +0100" startDate="2018-07-28 21:01:56 +0100" endDate="2018-07-28 21:09:14 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 22:35:15 +0100" startDate="2018-07-28 21:44:57 +0100" endDate="2018-07-28 21:51:55 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-28 22:35:15 +0100" startDate="2018-07-28 22:07:09 +0100" endDate="2018-07-28 22:14:10 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 05:02:27 +0100" startDate="2018-07-29 03:56:19 +0100" endDate="2018-07-29 04:04:44 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 07:35:27 +0100" startDate="2018-07-29 07:08:20 +0100" endDate="2018-07-29 07:17:44 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 07:35:27 +0100" startDate="2018-07-29 07:17:44 +0100" endDate="2018-07-29 07:23:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 08:52:22 +0100" startDate="2018-07-29 07:43:05 +0100" endDate="2018-07-29 07:51:40 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 08:52:22 +0100" startDate="2018-07-29 07:53:21 +0100" endDate="2018-07-29 08:03:12 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 09:39:14 +0100" startDate="2018-07-29 08:46:32 +0100" endDate="2018-07-29 08:56:32 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 09:39:14 +0100" startDate="2018-07-29 08:56:32 +0100" endDate="2018-07-29 09:04:12 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 09:39:14 +0100" startDate="2018-07-29 09:20:38 +0100" endDate="2018-07-29 09:30:25 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 10:34:09 +0100" startDate="2018-07-29 09:30:25 +0100" endDate="2018-07-29 09:31:46 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 11:37:38 +0100" startDate="2018-07-29 10:28:31 +0100" endDate="2018-07-29 10:38:30 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 11:37:38 +0100" startDate="2018-07-29 10:38:30 +0100" endDate="2018-07-29 10:48:28 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 11:37:38 +0100" startDate="2018-07-29 10:48:28 +0100" endDate="2018-07-29 10:58:25 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 11:37:38 +0100" startDate="2018-07-29 10:58:25 +0100" endDate="2018-07-29 11:08:23 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 11:37:38 +0100" startDate="2018-07-29 11:08:23 +0100" endDate="2018-07-29 11:18:21 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 11:37:38 +0100" startDate="2018-07-29 11:18:21 +0100" endDate="2018-07-29 11:25:48 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 13:08:50 +0100" startDate="2018-07-29 11:39:45 +0100" endDate="2018-07-29 11:45:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 13:08:50 +0100" startDate="2018-07-29 11:45:58 +0100" endDate="2018-07-29 11:53:48 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 13:08:50 +0100" startDate="2018-07-29 12:20:06 +0100" endDate="2018-07-29 12:29:41 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 13:08:50 +0100" startDate="2018-07-29 12:29:41 +0100" endDate="2018-07-29 12:33:21 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 15:33:46 +0100" startDate="2018-07-29 14:50:58 +0100" endDate="2018-07-29 14:57:59 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 16:56:39 +0100" startDate="2018-07-29 16:09:07 +0100" endDate="2018-07-29 16:16:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 16:56:39 +0100" startDate="2018-07-29 16:16:27 +0100" endDate="2018-07-29 16:22:43 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 17:33:20 +0100" startDate="2018-07-29 17:22:57 +0100" endDate="2018-07-29 17:29:14 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 18:34:14 +0100" startDate="2018-07-29 17:34:33 +0100" endDate="2018-07-29 17:44:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 19:34:40 +0100" startDate="2018-07-29 19:04:20 +0100" endDate="2018-07-29 19:10:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-29 22:13:56 +0100" startDate="2018-07-29 20:40:20 +0100" endDate="2018-07-29 20:46:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 05:45:04 +0100" startDate="2018-07-30 05:28:01 +0100" endDate="2018-07-30 05:36:21 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 06:42:50 +0100" startDate="2018-07-30 05:41:16 +0100" endDate="2018-07-30 05:51:15 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 06:42:50 +0100" startDate="2018-07-30 05:51:15 +0100" endDate="2018-07-30 06:01:13 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 10:43:36 +0100" startDate="2018-07-30 09:42:23 +0100" endDate="2018-07-30 09:52:12 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 10:43:36 +0100" startDate="2018-07-30 09:53:16 +0100" endDate="2018-07-30 10:00:30 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 10:43:36 +0100" startDate="2018-07-30 10:23:57 +0100" endDate="2018-07-30 10:33:11 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 10:43:36 +0100" startDate="2018-07-30 10:33:11 +0100" endDate="2018-07-30 10:43:11 +0100" value="659"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 11:43:40 +0100" startDate="2018-07-30 10:43:11 +0100" endDate="2018-07-30 10:53:10 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 11:43:40 +0100" startDate="2018-07-30 10:53:10 +0100" endDate="2018-07-30 11:00:17 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 11:43:40 +0100" startDate="2018-07-30 11:31:16 +0100" endDate="2018-07-30 11:41:09 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 12:44:21 +0100" startDate="2018-07-30 11:41:09 +0100" endDate="2018-07-30 11:48:03 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 12:44:21 +0100" startDate="2018-07-30 11:48:03 +0100" endDate="2018-07-30 11:54:05 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 13:44:20 +0100" startDate="2018-07-30 12:57:47 +0100" endDate="2018-07-30 13:05:06 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 15:42:54 +0100" startDate="2018-07-30 14:46:48 +0100" endDate="2018-07-30 14:56:47 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 15:42:54 +0100" startDate="2018-07-30 14:56:47 +0100" endDate="2018-07-30 15:06:47 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 15:42:54 +0100" startDate="2018-07-30 15:06:47 +0100" endDate="2018-07-30 15:16:42 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 15:42:54 +0100" startDate="2018-07-30 15:16:42 +0100" endDate="2018-07-30 15:20:38 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 16:43:41 +0100" startDate="2018-07-30 15:40:08 +0100" endDate="2018-07-30 15:45:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 16:43:41 +0100" startDate="2018-07-30 15:57:40 +0100" endDate="2018-07-30 16:03:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 16:43:41 +0100" startDate="2018-07-30 16:04:39 +0100" endDate="2018-07-30 16:12:05 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 16:43:41 +0100" startDate="2018-07-30 16:13:09 +0100" endDate="2018-07-30 16:21:57 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 16:43:41 +0100" startDate="2018-07-30 16:21:57 +0100" endDate="2018-07-30 16:31:51 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 16:43:41 +0100" startDate="2018-07-30 16:31:51 +0100" endDate="2018-07-30 16:41:49 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 17:43:42 +0100" startDate="2018-07-30 16:51:48 +0100" endDate="2018-07-30 16:59:34 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 17:43:42 +0100" startDate="2018-07-30 16:59:34 +0100" endDate="2018-07-30 17:06:01 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 18:47:37 +0100" startDate="2018-07-30 17:56:16 +0100" endDate="2018-07-30 18:03:32 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 18:47:37 +0100" startDate="2018-07-30 18:32:03 +0100" endDate="2018-07-30 18:40:15 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 19:43:26 +0100" startDate="2018-07-30 18:48:29 +0100" endDate="2018-07-30 18:56:43 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 20:44:12 +0100" startDate="2018-07-30 20:03:34 +0100" endDate="2018-07-30 20:11:05 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 21:57:28 +0100" startDate="2018-07-30 20:51:18 +0100" endDate="2018-07-30 21:01:12 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 21:57:28 +0100" startDate="2018-07-30 21:12:52 +0100" endDate="2018-07-30 21:21:24 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 21:57:28 +0100" startDate="2018-07-30 21:44:53 +0100" endDate="2018-07-30 21:53:18 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 23:30:27 +0100" startDate="2018-07-30 21:53:18 +0100" endDate="2018-07-30 22:01:18 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 23:30:27 +0100" startDate="2018-07-30 22:01:18 +0100" endDate="2018-07-30 22:11:16 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 23:30:27 +0100" startDate="2018-07-30 22:11:16 +0100" endDate="2018-07-30 22:17:19 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-30 23:30:27 +0100" startDate="2018-07-30 22:47:35 +0100" endDate="2018-07-30 22:56:08 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 05:46:24 +0100" startDate="2018-07-31 05:27:15 +0100" endDate="2018-07-31 05:34:06 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 06:43:29 +0100" startDate="2018-07-31 05:45:58 +0100" endDate="2018-07-31 05:52:31 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 06:43:29 +0100" startDate="2018-07-31 05:52:31 +0100" endDate="2018-07-31 05:59:50 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 06:43:29 +0100" startDate="2018-07-31 05:59:50 +0100" endDate="2018-07-31 06:09:49 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 06:43:29 +0100" startDate="2018-07-31 06:09:49 +0100" endDate="2018-07-31 06:19:05 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 09:06:42 +0100" startDate="2018-07-31 08:49:51 +0100" endDate="2018-07-31 08:57:28 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 09:56:28 +0100" startDate="2018-07-31 09:13:08 +0100" endDate="2018-07-31 09:21:03 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 10:59:46 +0100" startDate="2018-07-31 09:49:39 +0100" endDate="2018-07-31 09:56:24 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 10:59:46 +0100" startDate="2018-07-31 10:11:20 +0100" endDate="2018-07-31 10:21:01 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 10:59:46 +0100" startDate="2018-07-31 10:28:17 +0100" endDate="2018-07-31 10:38:15 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 10:59:46 +0100" startDate="2018-07-31 10:38:15 +0100" endDate="2018-07-31 10:48:15 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 10:59:46 +0100" startDate="2018-07-31 10:48:15 +0100" endDate="2018-07-31 10:52:39 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 11:59:01 +0100" startDate="2018-07-31 11:17:49 +0100" endDate="2018-07-31 11:26:39 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 11:59:01 +0100" startDate="2018-07-31 11:26:39 +0100" endDate="2018-07-31 11:36:38 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 11:59:01 +0100" startDate="2018-07-31 11:36:38 +0100" endDate="2018-07-31 11:43:07 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 13:57:02 +0100" startDate="2018-07-31 12:57:28 +0100" endDate="2018-07-31 13:05:04 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 13:57:02 +0100" startDate="2018-07-31 13:05:04 +0100" endDate="2018-07-31 13:15:02 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 13:57:02 +0100" startDate="2018-07-31 13:15:02 +0100" endDate="2018-07-31 13:15:33 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 15:02:45 +0100" startDate="2018-07-31 13:48:49 +0100" endDate="2018-07-31 13:58:22 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 15:56:51 +0100" startDate="2018-07-31 15:21:04 +0100" endDate="2018-07-31 15:31:00 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 15:56:51 +0100" startDate="2018-07-31 15:31:00 +0100" endDate="2018-07-31 15:40:41 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 15:56:51 +0100" startDate="2018-07-31 15:40:41 +0100" endDate="2018-07-31 15:46:03 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 16:56:52 +0100" startDate="2018-07-31 16:03:07 +0100" endDate="2018-07-31 16:13:05 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 16:56:52 +0100" startDate="2018-07-31 16:13:05 +0100" endDate="2018-07-31 16:15:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 16:56:52 +0100" startDate="2018-07-31 16:40:20 +0100" endDate="2018-07-31 16:49:21 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 17:56:41 +0100" startDate="2018-07-31 16:49:21 +0100" endDate="2018-07-31 16:53:27 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 17:56:41 +0100" startDate="2018-07-31 17:00:41 +0100" endDate="2018-07-31 17:10:40 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 17:56:41 +0100" startDate="2018-07-31 17:10:40 +0100" endDate="2018-07-31 17:15:04 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 17:56:41 +0100" startDate="2018-07-31 17:15:04 +0100" endDate="2018-07-31 17:23:27 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 18:57:16 +0100" startDate="2018-07-31 17:48:56 +0100" endDate="2018-07-31 17:57:39 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 18:57:16 +0100" startDate="2018-07-31 17:57:39 +0100" endDate="2018-07-31 18:07:31 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 18:57:16 +0100" startDate="2018-07-31 18:07:31 +0100" endDate="2018-07-31 18:16:06 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 20:57:20 +0100" startDate="2018-07-31 19:54:10 +0100" endDate="2018-07-31 20:03:42 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 20:57:20 +0100" startDate="2018-07-31 20:03:42 +0100" endDate="2018-07-31 20:06:07 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 21:57:20 +0100" startDate="2018-07-31 21:15:40 +0100" endDate="2018-07-31 21:23:49 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-07-31 21:57:20 +0100" startDate="2018-07-31 21:23:49 +0100" endDate="2018-07-31 21:27:56 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 06:57:25 +0100" startDate="2018-08-01 06:02:21 +0100" endDate="2018-08-01 06:09:20 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 06:57:25 +0100" startDate="2018-08-01 06:09:20 +0100" endDate="2018-08-01 06:14:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 06:57:25 +0100" startDate="2018-08-01 06:19:29 +0100" endDate="2018-08-01 06:26:14 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 06:57:25 +0100" startDate="2018-08-01 06:28:11 +0100" endDate="2018-08-01 06:38:10 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 06:57:25 +0100" startDate="2018-08-01 06:38:10 +0100" endDate="2018-08-01 06:44:22 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 07:59:50 +0100" startDate="2018-08-01 06:58:47 +0100" endDate="2018-08-01 07:08:39 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 07:59:50 +0100" startDate="2018-08-01 07:08:39 +0100" endDate="2018-08-01 07:10:53 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 08:56:52 +0100" startDate="2018-08-01 08:01:03 +0100" endDate="2018-08-01 08:08:15 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 08:56:52 +0100" startDate="2018-08-01 08:12:10 +0100" endDate="2018-08-01 08:19:38 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 08:56:52 +0100" startDate="2018-08-01 08:27:16 +0100" endDate="2018-08-01 08:33:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 10:02:19 +0100" startDate="2018-08-01 08:59:26 +0100" endDate="2018-08-01 09:07:27 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 10:58:33 +0100" startDate="2018-08-01 10:36:35 +0100" endDate="2018-08-01 10:44:45 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 11:56:25 +0100" startDate="2018-08-01 10:53:51 +0100" endDate="2018-08-01 11:03:50 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 11:56:25 +0100" startDate="2018-08-01 11:03:50 +0100" endDate="2018-08-01 11:13:38 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 11:56:25 +0100" startDate="2018-08-01 11:45:11 +0100" endDate="2018-08-01 11:55:10 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 13:28:19 +0100" startDate="2018-08-01 11:55:10 +0100" endDate="2018-08-01 12:04:57 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 13:28:19 +0100" startDate="2018-08-01 12:05:09 +0100" endDate="2018-08-01 12:13:06 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 13:28:19 +0100" startDate="2018-08-01 12:14:50 +0100" endDate="2018-08-01 12:21:31 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 13:28:19 +0100" startDate="2018-08-01 13:07:23 +0100" endDate="2018-08-01 13:16:21 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 13:28:19 +0100" startDate="2018-08-01 13:16:21 +0100" endDate="2018-08-01 13:25:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 15:00:57 +0100" startDate="2018-08-01 14:03:23 +0100" endDate="2018-08-01 14:10:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 15:00:57 +0100" startDate="2018-08-01 14:10:47 +0100" endDate="2018-08-01 14:20:47 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 15:00:57 +0100" startDate="2018-08-01 14:20:47 +0100" endDate="2018-08-01 14:25:11 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 15:00:57 +0100" startDate="2018-08-01 14:30:58 +0100" endDate="2018-08-01 14:37:24 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 15:00:57 +0100" startDate="2018-08-01 14:49:06 +0100" endDate="2018-08-01 14:57:29 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 16:03:26 +0100" startDate="2018-08-01 15:02:14 +0100" endDate="2018-08-01 15:12:12 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 16:03:26 +0100" startDate="2018-08-01 15:12:12 +0100" endDate="2018-08-01 15:15:12 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 16:03:26 +0100" startDate="2018-08-01 15:20:56 +0100" endDate="2018-08-01 15:27:06 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 16:57:22 +0100" startDate="2018-08-01 16:15:10 +0100" endDate="2018-08-01 16:25:08 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 16:57:22 +0100" startDate="2018-08-01 16:25:08 +0100" endDate="2018-08-01 16:28:36 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 16:57:22 +0100" startDate="2018-08-01 16:35:30 +0100" endDate="2018-08-01 16:44:23 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 17:58:58 +0100" startDate="2018-08-01 17:17:17 +0100" endDate="2018-08-01 17:24:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 17:50:05 +0100" endDate="2018-08-01 17:59:28 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 18:09:00 +0100" endDate="2018-08-01 18:18:42 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 18:18:42 +0100" endDate="2018-08-01 18:28:15 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 18:28:15 +0100" endDate="2018-08-01 18:38:14 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 18:38:14 +0100" endDate="2018-08-01 18:48:14 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 18:48:14 +0100" endDate="2018-08-01 18:58:12 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 18:58:12 +0100" endDate="2018-08-01 19:08:10 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 19:08:10 +0100" endDate="2018-08-01 19:15:32 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 19:16:39 +0100" endDate="2018-08-01 19:26:32 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 19:32:16 +0100" endDate="2018-08-01 19:40:59 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 19:40:59 +0100" endDate="2018-08-01 19:50:00 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 19:51:45 +0100" endDate="2018-08-01 20:00:35 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 20:00:35 +0100" endDate="2018-08-01 20:09:42 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 20:09:42 +0100" endDate="2018-08-01 20:16:38 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 20:25:25 +0100" endDate="2018-08-01 20:33:37 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 20:49:09 +0100" endDate="2018-08-01 20:59:08 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 20:59:08 +0100" endDate="2018-08-01 21:04:23 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 06:41:10 +0100" startDate="2018-08-02 06:26:04 +0100" endDate="2018-08-02 06:34:52 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 07:39:21 +0100" startDate="2018-08-02 06:34:52 +0100" endDate="2018-08-02 06:44:10 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 07:39:21 +0100" startDate="2018-08-02 06:56:22 +0100" endDate="2018-08-02 07:04:49 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 07:39:21 +0100" startDate="2018-08-02 07:05:25 +0100" endDate="2018-08-02 07:15:23 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 07:39:21 +0100" startDate="2018-08-02 07:15:23 +0100" endDate="2018-08-02 07:25:23 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 07:39:21 +0100" startDate="2018-08-02 07:25:23 +0100" endDate="2018-08-02 07:27:15 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 08:39:18 +0100" startDate="2018-08-02 07:33:30 +0100" endDate="2018-08-02 07:43:11 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 08:39:18 +0100" startDate="2018-08-02 07:53:26 +0100" endDate="2018-08-02 08:03:15 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 08:39:18 +0100" startDate="2018-08-02 08:03:46 +0100" endDate="2018-08-02 08:12:39 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 08:39:18 +0100" startDate="2018-08-02 08:18:37 +0100" endDate="2018-08-02 08:25:49 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 08:39:18 +0100" startDate="2018-08-02 08:27:55 +0100" endDate="2018-08-02 08:34:20 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 10:47:41 +0100" startDate="2018-08-02 09:32:31 +0100" endDate="2018-08-02 09:39:53 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 10:47:41 +0100" startDate="2018-08-02 09:55:45 +0100" endDate="2018-08-02 10:03:34 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 10:47:41 +0100" startDate="2018-08-02 10:19:05 +0100" endDate="2018-08-02 10:29:04 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 10:47:41 +0100" startDate="2018-08-02 10:29:04 +0100" endDate="2018-08-02 10:29:52 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 11:42:23 +0100" startDate="2018-08-02 10:58:41 +0100" endDate="2018-08-02 11:08:40 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 11:42:23 +0100" startDate="2018-08-02 11:08:40 +0100" endDate="2018-08-02 11:15:44 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 12:39:23 +0100" startDate="2018-08-02 11:51:07 +0100" endDate="2018-08-02 12:00:15 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 12:39:23 +0100" startDate="2018-08-02 12:00:15 +0100" endDate="2018-08-02 12:10:14 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 12:39:23 +0100" startDate="2018-08-02 12:10:14 +0100" endDate="2018-08-02 12:15:28 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 13:45:56 +0100" startDate="2018-08-02 12:31:12 +0100" endDate="2018-08-02 12:41:11 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 13:45:56 +0100" startDate="2018-08-02 12:41:11 +0100" endDate="2018-08-02 12:51:10 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 13:45:56 +0100" startDate="2018-08-02 12:51:10 +0100" endDate="2018-08-02 12:58:14 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 14:44:37 +0100" startDate="2018-08-02 14:29:21 +0100" endDate="2018-08-02 14:38:45 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 15:39:36 +0100" startDate="2018-08-02 14:38:45 +0100" endDate="2018-08-02 14:44:38 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 15:39:36 +0100" startDate="2018-08-02 15:21:38 +0100" endDate="2018-08-02 15:31:31 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 16:40:35 +0100" startDate="2018-08-02 15:31:31 +0100" endDate="2018-08-02 15:41:31 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 16:40:35 +0100" startDate="2018-08-02 15:41:31 +0100" endDate="2018-08-02 15:51:28 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 16:40:35 +0100" startDate="2018-08-02 15:51:28 +0100" endDate="2018-08-02 15:53:25 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 17:38:57 +0100" startDate="2018-08-02 17:04:55 +0100" endDate="2018-08-02 17:12:26 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 18:38:37 +0100" startDate="2018-08-02 17:41:56 +0100" endDate="2018-08-02 17:51:47 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 18:38:37 +0100" startDate="2018-08-02 17:51:47 +0100" endDate="2018-08-02 18:01:46 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 18:38:37 +0100" startDate="2018-08-02 18:01:46 +0100" endDate="2018-08-02 18:11:45 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 18:38:37 +0100" startDate="2018-08-02 18:11:45 +0100" endDate="2018-08-02 18:18:31 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 19:42:07 +0100" startDate="2018-08-02 18:59:58 +0100" endDate="2018-08-02 19:09:26 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 19:42:07 +0100" startDate="2018-08-02 19:09:26 +0100" endDate="2018-08-02 19:19:25 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 19:42:07 +0100" startDate="2018-08-02 19:19:25 +0100" endDate="2018-08-02 19:26:09 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 19:42:07 +0100" startDate="2018-08-02 19:26:09 +0100" endDate="2018-08-02 19:35:42 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-02 23:28:17 +0100" startDate="2018-08-02 22:03:30 +0100" endDate="2018-08-02 22:12:07 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 06:44:47 +0100" startDate="2018-08-03 06:26:22 +0100" endDate="2018-08-03 06:36:19 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 07:39:31 +0100" startDate="2018-08-03 06:36:19 +0100" endDate="2018-08-03 06:40:44 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 07:39:31 +0100" startDate="2018-08-03 06:57:29 +0100" endDate="2018-08-03 07:07:28 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 07:39:31 +0100" startDate="2018-08-03 07:07:28 +0100" endDate="2018-08-03 07:11:09 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 07:39:31 +0100" startDate="2018-08-03 07:19:31 +0100" endDate="2018-08-03 07:29:29 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 07:39:31 +0100" startDate="2018-08-03 07:29:29 +0100" endDate="2018-08-03 07:29:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 09:38:33 +0100" startDate="2018-08-03 08:29:20 +0100" endDate="2018-08-03 08:38:02 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 09:38:33 +0100" startDate="2018-08-03 08:39:05 +0100" endDate="2018-08-03 08:45:33 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 09:38:33 +0100" startDate="2018-08-03 09:21:13 +0100" endDate="2018-08-03 09:31:12 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 10:39:14 +0100" startDate="2018-08-03 09:31:12 +0100" endDate="2018-08-03 09:40:58 +0100" value="1082"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 10:39:14 +0100" startDate="2018-08-03 09:40:58 +0100" endDate="2018-08-03 09:49:57 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 10:39:14 +0100" startDate="2018-08-03 09:49:57 +0100" endDate="2018-08-03 09:59:56 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 10:39:14 +0100" startDate="2018-08-03 09:59:56 +0100" endDate="2018-08-03 10:09:35 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 11:42:49 +0100" startDate="2018-08-03 10:48:23 +0100" endDate="2018-08-03 10:55:14 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 11:42:49 +0100" startDate="2018-08-03 11:19:17 +0100" endDate="2018-08-03 11:29:16 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 11:42:49 +0100" startDate="2018-08-03 11:29:16 +0100" endDate="2018-08-03 11:39:15 +0100" value="1095"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 12:38:38 +0100" startDate="2018-08-03 11:39:15 +0100" endDate="2018-08-03 11:49:14 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 12:38:38 +0100" startDate="2018-08-03 11:49:14 +0100" endDate="2018-08-03 11:52:22 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 14:42:40 +0100" startDate="2018-08-03 13:50:57 +0100" endDate="2018-08-03 13:57:12 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 14:42:40 +0100" startDate="2018-08-03 14:08:44 +0100" endDate="2018-08-03 14:17:48 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 14:42:40 +0100" startDate="2018-08-03 14:17:48 +0100" endDate="2018-08-03 14:21:49 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 14:42:40 +0100" startDate="2018-08-03 14:25:43 +0100" endDate="2018-08-03 14:35:32 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 15:40:32 +0100" startDate="2018-08-03 14:35:32 +0100" endDate="2018-08-03 14:45:30 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 15:40:32 +0100" startDate="2018-08-03 14:45:30 +0100" endDate="2018-08-03 14:55:28 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 15:40:32 +0100" startDate="2018-08-03 14:55:28 +0100" endDate="2018-08-03 15:05:26 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 15:40:32 +0100" startDate="2018-08-03 15:05:26 +0100" endDate="2018-08-03 15:15:12 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 15:40:32 +0100" startDate="2018-08-03 15:15:12 +0100" endDate="2018-08-03 15:25:11 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 15:40:32 +0100" startDate="2018-08-03 15:25:11 +0100" endDate="2018-08-03 15:33:08 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 16:40:48 +0100" startDate="2018-08-03 15:33:08 +0100" endDate="2018-08-03 15:35:41 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 16:40:48 +0100" startDate="2018-08-03 15:37:48 +0100" endDate="2018-08-03 15:46:53 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 16:40:48 +0100" startDate="2018-08-03 15:46:53 +0100" endDate="2018-08-03 15:55:44 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 16:40:48 +0100" startDate="2018-08-03 15:55:44 +0100" endDate="2018-08-03 16:01:02 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 17:38:26 +0100" startDate="2018-08-03 16:41:31 +0100" endDate="2018-08-03 16:49:43 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 17:38:26 +0100" startDate="2018-08-03 16:49:43 +0100" endDate="2018-08-03 16:59:43 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 17:38:26 +0100" startDate="2018-08-03 16:59:43 +0100" endDate="2018-08-03 17:05:28 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 17:38:26 +0100" startDate="2018-08-03 17:18:21 +0100" endDate="2018-08-03 17:27:57 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 17:38:26 +0100" startDate="2018-08-03 17:27:57 +0100" endDate="2018-08-03 17:30:50 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 17:42:56 +0100" endDate="2018-08-03 17:52:53 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 17:52:53 +0100" endDate="2018-08-03 18:02:53 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 18:02:53 +0100" endDate="2018-08-03 18:12:51 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 18:12:51 +0100" endDate="2018-08-03 18:20:40 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 18:20:40 +0100" endDate="2018-08-03 18:30:38 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 18:30:38 +0100" endDate="2018-08-03 18:33:03 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 18:55:58 +0100" endDate="2018-08-03 19:05:56 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 19:05:56 +0100" endDate="2018-08-03 19:15:56 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 19:15:56 +0100" endDate="2018-08-03 19:25:55 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 19:25:55 +0100" endDate="2018-08-03 19:35:54 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 19:35:54 +0100" endDate="2018-08-03 19:45:54 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 19:45:54 +0100" endDate="2018-08-03 19:54:47 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 19:55:48 +0100" endDate="2018-08-03 20:03:53 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 20:04:24 +0100" endDate="2018-08-03 20:14:12 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 20:14:12 +0100" endDate="2018-08-03 20:24:12 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 20:24:12 +0100" endDate="2018-08-03 20:33:59 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 20:34:56 +0100" endDate="2018-08-03 20:41:16 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 20:51:51 +0100" endDate="2018-08-03 20:57:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 21:07:49 +0100" endDate="2018-08-03 21:14:35 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 21:41:24 +0100" endDate="2018-08-03 21:49:52 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 21:54:18 +0100" endDate="2018-08-03 22:04:06 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 09:58:16 +0100" startDate="2018-08-04 08:54:53 +0100" endDate="2018-08-04 09:04:43 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 09:58:16 +0100" startDate="2018-08-04 09:04:43 +0100" endDate="2018-08-04 09:12:44 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 09:58:16 +0100" startDate="2018-08-04 09:47:02 +0100" endDate="2018-08-04 09:54:10 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 10:58:45 +0100" startDate="2018-08-04 09:54:10 +0100" endDate="2018-08-04 09:59:51 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 10:58:45 +0100" startDate="2018-08-04 09:59:51 +0100" endDate="2018-08-04 10:06:32 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 12:51:03 +0100" startDate="2018-08-04 12:04:37 +0100" endDate="2018-08-04 12:11:20 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 12:51:03 +0100" startDate="2018-08-04 12:11:37 +0100" endDate="2018-08-04 12:18:36 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 12:51:03 +0100" startDate="2018-08-04 12:18:36 +0100" endDate="2018-08-04 12:26:56 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 13:58:11 +0100" startDate="2018-08-04 13:03:28 +0100" endDate="2018-08-04 13:10:41 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 13:58:11 +0100" startDate="2018-08-04 13:21:00 +0100" endDate="2018-08-04 13:28:37 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 15:56:13 +0100" startDate="2018-08-04 14:46:59 +0100" endDate="2018-08-04 14:54:08 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 15:56:13 +0100" startDate="2018-08-04 14:59:12 +0100" endDate="2018-08-04 15:09:11 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 15:56:13 +0100" startDate="2018-08-04 15:09:11 +0100" endDate="2018-08-04 15:10:04 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 15:56:13 +0100" startDate="2018-08-04 15:45:53 +0100" endDate="2018-08-04 15:55:52 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 16:57:10 +0100" startDate="2018-08-04 15:55:52 +0100" endDate="2018-08-04 15:58:29 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 20:01:38 +0100" startDate="2018-08-04 19:07:54 +0100" endDate="2018-08-04 19:17:12 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 19:55:21 +0100" endDate="2018-08-04 20:05:20 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 20:05:20 +0100" endDate="2018-08-04 20:15:19 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 20:15:19 +0100" endDate="2018-08-04 20:25:19 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 20:25:19 +0100" endDate="2018-08-04 20:35:16 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 20:35:16 +0100" endDate="2018-08-04 20:45:11 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 20:45:11 +0100" endDate="2018-08-04 20:47:41 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 21:16:13 +0100" endDate="2018-08-04 21:23:37 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 22:30:18 +0100" startDate="2018-08-04 22:00:06 +0100" endDate="2018-08-04 22:08:51 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-04 22:30:18 +0100" startDate="2018-08-04 22:08:51 +0100" endDate="2018-08-04 22:16:25 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 07:56:19 +0100" startDate="2018-08-05 07:26:35 +0100" endDate="2018-08-05 07:32:45 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 07:56:19 +0100" startDate="2018-08-05 07:41:25 +0100" endDate="2018-08-05 07:49:27 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 09:01:24 +0100" startDate="2018-08-05 08:39:14 +0100" endDate="2018-08-05 08:45:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 09:59:11 +0100" startDate="2018-08-05 08:54:45 +0100" endDate="2018-08-05 09:04:31 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 09:59:11 +0100" startDate="2018-08-05 09:04:31 +0100" endDate="2018-08-05 09:09:40 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 09:59:11 +0100" startDate="2018-08-05 09:12:18 +0100" endDate="2018-08-05 09:18:31 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 12:56:37 +0100" startDate="2018-08-05 12:42:59 +0100" endDate="2018-08-05 12:52:42 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 13:56:11 +0100" startDate="2018-08-05 12:52:42 +0100" endDate="2018-08-05 12:54:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 13:56:11 +0100" startDate="2018-08-05 13:33:16 +0100" endDate="2018-08-05 13:39:26 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 16:43:10 +0100" startDate="2018-08-05 15:59:25 +0100" endDate="2018-08-05 16:05:30 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 19:00:09 +0100" startDate="2018-08-05 17:58:17 +0100" endDate="2018-08-05 18:04:29 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 19:00:09 +0100" startDate="2018-08-05 18:15:41 +0100" endDate="2018-08-05 18:21:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-05 22:30:08 +0100" startDate="2018-08-05 21:52:03 +0100" endDate="2018-08-05 21:59:04 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 08:56:54 +0100" startDate="2018-08-06 08:40:32 +0100" endDate="2018-08-06 08:46:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 12:25:37 +0100" startDate="2018-08-06 11:36:49 +0100" endDate="2018-08-06 11:45:33 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 13:03:23 +0100" startDate="2018-08-06 12:27:47 +0100" endDate="2018-08-06 12:37:41 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 13:03:23 +0100" startDate="2018-08-06 12:37:41 +0100" endDate="2018-08-06 12:42:49 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 13:03:23 +0100" startDate="2018-08-06 12:45:22 +0100" endDate="2018-08-06 12:53:34 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 14:01:57 +0100" startDate="2018-08-06 12:53:34 +0100" endDate="2018-08-06 13:03:32 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 14:01:57 +0100" startDate="2018-08-06 13:03:32 +0100" endDate="2018-08-06 13:13:29 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 14:01:57 +0100" startDate="2018-08-06 13:13:29 +0100" endDate="2018-08-06 13:18:02 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 14:01:57 +0100" startDate="2018-08-06 13:20:02 +0100" endDate="2018-08-06 13:29:53 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 14:01:57 +0100" startDate="2018-08-06 13:29:53 +0100" endDate="2018-08-06 13:39:50 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 14:01:57 +0100" startDate="2018-08-06 13:46:26 +0100" endDate="2018-08-06 13:56:25 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 14:55:53 +0100" startDate="2018-08-06 13:56:25 +0100" endDate="2018-08-06 14:06:23 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 14:55:53 +0100" startDate="2018-08-06 14:06:23 +0100" endDate="2018-08-06 14:12:04 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 14:55:53 +0100" startDate="2018-08-06 14:12:04 +0100" endDate="2018-08-06 14:21:38 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 14:55:53 +0100" startDate="2018-08-06 14:21:38 +0100" endDate="2018-08-06 14:23:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 22:06:51 +0100" startDate="2018-08-06 20:20:54 +0100" endDate="2018-08-06 20:29:31 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 22:06:51 +0100" startDate="2018-08-06 20:29:31 +0100" endDate="2018-08-06 20:39:29 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-06 22:06:51 +0100" startDate="2018-08-06 21:43:02 +0100" endDate="2018-08-06 21:51:03 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 09:58:26 +0100" startDate="2018-08-07 09:27:43 +0100" endDate="2018-08-07 09:37:41 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 09:58:26 +0100" startDate="2018-08-07 09:37:41 +0100" endDate="2018-08-07 09:39:58 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 11:55:08 +0100" startDate="2018-08-07 11:38:18 +0100" endDate="2018-08-07 11:44:41 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 13:58:05 +0100" startDate="2018-08-07 13:01:48 +0100" endDate="2018-08-07 13:08:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 14:54:57 +0100" startDate="2018-08-07 14:24:16 +0100" endDate="2018-08-07 14:30:36 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 14:54:57 +0100" startDate="2018-08-07 14:37:02 +0100" endDate="2018-08-07 14:45:35 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 16:00:08 +0100" startDate="2018-08-07 14:55:05 +0100" endDate="2018-08-07 15:05:02 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 16:00:08 +0100" startDate="2018-08-07 15:05:02 +0100" endDate="2018-08-07 15:14:41 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 16:00:08 +0100" startDate="2018-08-07 15:14:41 +0100" endDate="2018-08-07 15:24:40 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 16:00:08 +0100" startDate="2018-08-07 15:24:40 +0100" endDate="2018-08-07 15:25:41 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 16:00:08 +0100" startDate="2018-08-07 15:30:44 +0100" endDate="2018-08-07 15:40:37 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 16:00:08 +0100" startDate="2018-08-07 15:40:37 +0100" endDate="2018-08-07 15:41:41 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 17:03:13 +0100" startDate="2018-08-07 16:00:09 +0100" endDate="2018-08-07 16:09:07 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 17:03:13 +0100" startDate="2018-08-07 16:09:07 +0100" endDate="2018-08-07 16:17:12 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 17:03:13 +0100" startDate="2018-08-07 16:42:07 +0100" endDate="2018-08-07 16:48:10 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-07 21:54:52 +0100" startDate="2018-08-07 21:07:14 +0100" endDate="2018-08-07 21:14:18 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 07:59:10 +0100" startDate="2018-08-08 07:09:49 +0100" endDate="2018-08-08 07:18:34 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 07:59:10 +0100" startDate="2018-08-08 07:18:34 +0100" endDate="2018-08-08 07:23:26 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 08:57:09 +0100" startDate="2018-08-08 08:07:56 +0100" endDate="2018-08-08 08:14:06 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 11:30:57 +0100" startDate="2018-08-08 09:53:34 +0100" endDate="2018-08-08 10:03:34 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 11:30:57 +0100" startDate="2018-08-08 10:03:34 +0100" endDate="2018-08-08 10:13:23 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 11:30:57 +0100" startDate="2018-08-08 10:13:23 +0100" endDate="2018-08-08 10:14:14 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 11:30:57 +0100" startDate="2018-08-08 10:21:48 +0100" endDate="2018-08-08 10:27:56 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 11:30:57 +0100" startDate="2018-08-08 10:33:19 +0100" endDate="2018-08-08 10:43:18 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 11:30:57 +0100" startDate="2018-08-08 10:43:18 +0100" endDate="2018-08-08 10:53:17 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 11:30:57 +0100" startDate="2018-08-08 10:53:17 +0100" endDate="2018-08-08 11:03:03 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 11:30:57 +0100" startDate="2018-08-08 11:03:03 +0100" endDate="2018-08-08 11:13:01 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 11:30:57 +0100" startDate="2018-08-08 11:13:01 +0100" endDate="2018-08-08 11:22:59 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 12:02:01 +0100" startDate="2018-08-08 11:22:59 +0100" endDate="2018-08-08 11:32:13 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 12:02:01 +0100" startDate="2018-08-08 11:32:13 +0100" endDate="2018-08-08 11:41:30 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 12:02:01 +0100" startDate="2018-08-08 11:41:30 +0100" endDate="2018-08-08 11:51:27 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 12:02:01 +0100" startDate="2018-08-08 11:51:27 +0100" endDate="2018-08-08 12:01:24 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 12:55:04 +0100" startDate="2018-08-08 12:01:24 +0100" endDate="2018-08-08 12:11:23 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 12:55:04 +0100" startDate="2018-08-08 12:11:23 +0100" endDate="2018-08-08 12:21:22 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 12:55:04 +0100" startDate="2018-08-08 12:21:22 +0100" endDate="2018-08-08 12:31:21 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 12:55:04 +0100" startDate="2018-08-08 12:31:21 +0100" endDate="2018-08-08 12:41:20 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 12:55:04 +0100" startDate="2018-08-08 12:41:20 +0100" endDate="2018-08-08 12:50:33 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 13:55:47 +0100" startDate="2018-08-08 13:03:55 +0100" endDate="2018-08-08 13:13:55 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 13:55:47 +0100" startDate="2018-08-08 13:13:55 +0100" endDate="2018-08-08 13:23:48 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 13:55:47 +0100" startDate="2018-08-08 13:23:48 +0100" endDate="2018-08-08 13:33:35 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 13:55:47 +0100" startDate="2018-08-08 13:33:35 +0100" endDate="2018-08-08 13:43:35 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 13:55:47 +0100" startDate="2018-08-08 13:43:35 +0100" endDate="2018-08-08 13:53:34 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 14:55:06 +0100" startDate="2018-08-08 13:53:34 +0100" endDate="2018-08-08 14:03:32 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 14:55:06 +0100" startDate="2018-08-08 14:03:32 +0100" endDate="2018-08-08 14:13:31 +0100" value="903"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 14:55:06 +0100" startDate="2018-08-08 14:13:31 +0100" endDate="2018-08-08 14:23:29 +0100" value="969"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 14:55:06 +0100" startDate="2018-08-08 14:23:29 +0100" endDate="2018-08-08 14:33:25 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 14:55:06 +0100" startDate="2018-08-08 14:33:25 +0100" endDate="2018-08-08 14:40:14 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 15:58:09 +0100" startDate="2018-08-08 14:52:13 +0100" endDate="2018-08-08 15:01:06 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 15:58:09 +0100" startDate="2018-08-08 15:05:33 +0100" endDate="2018-08-08 15:11:56 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 16:56:16 +0100" startDate="2018-08-08 16:30:15 +0100" endDate="2018-08-08 16:36:45 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 16:59:48 +0100" endDate="2018-08-08 17:07:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 17:20:26 +0100" endDate="2018-08-08 17:30:14 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 17:30:14 +0100" endDate="2018-08-08 17:31:20 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 18:00:06 +0100" endDate="2018-08-08 18:07:14 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 18:07:14 +0100" endDate="2018-08-08 18:14:42 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 18:17:15 +0100" endDate="2018-08-08 18:27:13 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 18:27:13 +0100" endDate="2018-08-08 18:33:56 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 18:36:31 +0100" endDate="2018-08-08 18:42:57 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 19:07:04 +0100" endDate="2018-08-08 19:13:37 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 08:58:16 +0100" startDate="2018-08-09 08:23:25 +0100" endDate="2018-08-09 08:33:13 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 08:58:16 +0100" startDate="2018-08-09 08:33:13 +0100" endDate="2018-08-09 08:37:19 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 10:53:11 +0100" startDate="2018-08-09 10:38:02 +0100" endDate="2018-08-09 10:44:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 11:53:28 +0100" startDate="2018-08-09 11:42:40 +0100" endDate="2018-08-09 11:52:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 12:52:54 +0100" startDate="2018-08-09 12:24:35 +0100" endDate="2018-08-09 12:31:15 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 16:32:53 +0100" startDate="2018-08-09 13:36:37 +0100" endDate="2018-08-09 13:45:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 16:32:53 +0100" startDate="2018-08-09 14:21:20 +0100" endDate="2018-08-09 14:30:05 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d950&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 16:32:53 +0100" startDate="2018-08-09 15:01:45 +0100" endDate="2018-08-09 15:11:25 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 16:32:53 +0100" startDate="2018-08-09 16:09:46 +0100" endDate="2018-08-09 16:16:24 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 21:07:16 +0100" startDate="2018-08-09 17:00:28 +0100" endDate="2018-08-09 17:07:16 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 21:07:16 +0100" startDate="2018-08-09 17:56:24 +0100" endDate="2018-08-09 18:02:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 22:19:09 +0100" startDate="2018-08-09 21:33:30 +0100" endDate="2018-08-09 21:40:34 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 22:19:09 +0100" startDate="2018-08-09 21:48:40 +0100" endDate="2018-08-09 21:58:39 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-09 22:19:09 +0100" startDate="2018-08-09 21:58:39 +0100" endDate="2018-08-09 22:07:11 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 08:19:46 +0100" startDate="2018-08-10 07:08:22 +0100" endDate="2018-08-10 07:14:29 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 08:19:46 +0100" startDate="2018-08-10 07:14:29 +0100" endDate="2018-08-10 07:23:40 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 08:19:46 +0100" startDate="2018-08-10 07:23:40 +0100" endDate="2018-08-10 07:30:08 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 08:19:46 +0100" startDate="2018-08-10 07:54:50 +0100" endDate="2018-08-10 08:02:31 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 08:19:46 +0100" startDate="2018-08-10 08:03:03 +0100" endDate="2018-08-10 08:13:03 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 09:18:23 +0100" startDate="2018-08-10 08:13:03 +0100" endDate="2018-08-10 08:23:03 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 09:18:23 +0100" startDate="2018-08-10 08:23:03 +0100" endDate="2018-08-10 08:31:56 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 09:18:23 +0100" startDate="2018-08-10 08:31:56 +0100" endDate="2018-08-10 08:41:55 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 09:18:23 +0100" startDate="2018-08-10 08:41:55 +0100" endDate="2018-08-10 08:51:55 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 09:18:23 +0100" startDate="2018-08-10 08:51:55 +0100" endDate="2018-08-10 09:01:44 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 09:18:23 +0100" startDate="2018-08-10 09:01:44 +0100" endDate="2018-08-10 09:11:42 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 09:11:42 +0100" endDate="2018-08-10 09:18:23 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 09:23:52 +0100" endDate="2018-08-10 09:32:45 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 09:32:45 +0100" endDate="2018-08-10 09:41:58 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 09:41:58 +0100" endDate="2018-08-10 09:45:38 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 09:46:13 +0100" endDate="2018-08-10 09:56:12 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 09:56:12 +0100" endDate="2018-08-10 10:06:11 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 10:06:11 +0100" endDate="2018-08-10 10:09:28 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 14:18:58 +0100" startDate="2018-08-10 13:47:11 +0100" endDate="2018-08-10 13:53:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 17:18:34 +0100" startDate="2018-08-10 16:30:19 +0100" endDate="2018-08-10 16:37:51 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 22:25:36 +0100" startDate="2018-08-10 21:42:21 +0100" endDate="2018-08-10 21:50:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-10 23:18:32 +0100" startDate="2018-08-10 22:17:25 +0100" endDate="2018-08-10 22:25:55 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 02:22:11 +0100" startDate="2018-08-11 01:59:26 +0100" endDate="2018-08-11 02:06:04 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 10:23:25 +0100" startDate="2018-08-11 09:14:06 +0100" endDate="2018-08-11 09:20:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 13:00:16 +0100" startDate="2018-08-11 12:22:37 +0100" endDate="2018-08-11 12:28:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 13:00:16 +0100" startDate="2018-08-11 12:28:47 +0100" endDate="2018-08-11 12:33:53 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 13:20:10 +0100" startDate="2018-08-11 12:54:30 +0100" endDate="2018-08-11 13:04:25 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 13:20:10 +0100" startDate="2018-08-11 13:04:25 +0100" endDate="2018-08-11 13:14:24 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 14:26:53 +0100" startDate="2018-08-11 13:14:24 +0100" endDate="2018-08-11 13:23:57 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 14:26:53 +0100" startDate="2018-08-11 13:23:57 +0100" endDate="2018-08-11 13:30:17 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 15:18:31 +0100" startDate="2018-08-11 14:18:21 +0100" endDate="2018-08-11 14:27:09 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 15:18:31 +0100" startDate="2018-08-11 14:27:09 +0100" endDate="2018-08-11 14:37:07 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 15:18:31 +0100" startDate="2018-08-11 14:37:07 +0100" endDate="2018-08-11 14:44:56 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 15:18:31 +0100" startDate="2018-08-11 14:49:35 +0100" endDate="2018-08-11 14:55:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 15:18:31 +0100" startDate="2018-08-11 14:55:57 +0100" endDate="2018-08-11 15:00:34 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 15:18:31 +0100" startDate="2018-08-11 15:00:34 +0100" endDate="2018-08-11 15:07:50 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 15:15:35 +0100" endDate="2018-08-11 15:22:36 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 15:37:44 +0100" endDate="2018-08-11 15:47:37 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 15:47:37 +0100" endDate="2018-08-11 15:57:34 +0100" value="1045"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 15:57:34 +0100" endDate="2018-08-11 16:07:32 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 16:07:32 +0100" endDate="2018-08-11 16:17:30 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 16:17:30 +0100" endDate="2018-08-11 16:27:30 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 16:27:30 +0100" endDate="2018-08-11 16:37:29 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 16:37:29 +0100" endDate="2018-08-11 16:47:06 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 17:21:36 +0100" startDate="2018-08-11 16:47:06 +0100" endDate="2018-08-11 16:57:04 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 17:21:36 +0100" startDate="2018-08-11 16:57:04 +0100" endDate="2018-08-11 17:07:02 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 17:21:36 +0100" startDate="2018-08-11 17:07:02 +0100" endDate="2018-08-11 17:16:50 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 18:29:17 +0100" startDate="2018-08-11 17:16:50 +0100" endDate="2018-08-11 17:26:47 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 18:29:17 +0100" startDate="2018-08-11 17:26:47 +0100" endDate="2018-08-11 17:36:45 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 18:29:17 +0100" startDate="2018-08-11 17:36:45 +0100" endDate="2018-08-11 17:46:08 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 19:19:33 +0100" startDate="2018-08-11 18:25:11 +0100" endDate="2018-08-11 18:32:50 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 20:18:07 +0100" startDate="2018-08-11 19:49:35 +0100" endDate="2018-08-11 19:59:34 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 20:18:07 +0100" startDate="2018-08-11 19:59:34 +0100" endDate="2018-08-11 20:06:55 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 20:18:07 +0100" startDate="2018-08-11 20:06:55 +0100" endDate="2018-08-11 20:12:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 21:55:21 +0100" startDate="2018-08-11 20:12:55 +0100" endDate="2018-08-11 20:21:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 21:55:21 +0100" startDate="2018-08-11 21:06:37 +0100" endDate="2018-08-11 21:14:39 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 21:55:21 +0100" startDate="2018-08-11 21:27:38 +0100" endDate="2018-08-11 21:36:58 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 22:57:46 +0100" startDate="2018-08-11 21:56:15 +0100" endDate="2018-08-11 22:04:11 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 22:57:46 +0100" startDate="2018-08-11 22:07:59 +0100" endDate="2018-08-11 22:14:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 22:57:46 +0100" startDate="2018-08-11 22:19:48 +0100" endDate="2018-08-11 22:25:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-11 22:57:46 +0100" startDate="2018-08-11 22:31:09 +0100" endDate="2018-08-11 22:37:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 02:41:59 +0100" startDate="2018-08-12 02:10:35 +0100" endDate="2018-08-12 02:19:13 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 10:17:53 +0100" startDate="2018-08-12 09:39:37 +0100" endDate="2018-08-12 09:48:36 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 10:17:53 +0100" startDate="2018-08-12 09:48:36 +0100" endDate="2018-08-12 09:54:02 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 10:17:53 +0100" startDate="2018-08-12 09:56:36 +0100" endDate="2018-08-12 10:05:37 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 10:17:53 +0100" startDate="2018-08-12 10:05:37 +0100" endDate="2018-08-12 10:15:36 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 11:23:13 +0100" startDate="2018-08-12 10:15:36 +0100" endDate="2018-08-12 10:25:11 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 11:23:13 +0100" startDate="2018-08-12 10:25:11 +0100" endDate="2018-08-12 10:35:10 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 11:23:13 +0100" startDate="2018-08-12 10:35:10 +0100" endDate="2018-08-12 10:37:38 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 13:01:18 +0100" startDate="2018-08-12 12:07:09 +0100" endDate="2018-08-12 12:14:44 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 13:01:18 +0100" startDate="2018-08-12 12:23:04 +0100" endDate="2018-08-12 12:29:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 15:22:41 +0100" endDate="2018-08-12 15:32:40 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 15:32:40 +0100" endDate="2018-08-12 15:42:38 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 15:42:38 +0100" endDate="2018-08-12 15:52:36 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 15:52:36 +0100" endDate="2018-08-12 16:02:34 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 16:02:34 +0100" endDate="2018-08-12 16:12:32 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 16:12:32 +0100" endDate="2018-08-12 16:22:32 +0100" value="1050"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 16:22:32 +0100" endDate="2018-08-12 16:32:31 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 16:32:31 +0100" endDate="2018-08-12 16:39:18 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 22:04:57 +0100" startDate="2018-08-12 21:40:47 +0100" endDate="2018-08-12 21:50:25 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 22:04:57 +0100" startDate="2018-08-12 21:50:25 +0100" endDate="2018-08-12 21:54:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 23:02:23 +0100" startDate="2018-08-12 21:54:26 +0100" endDate="2018-08-12 22:04:25 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 23:02:23 +0100" startDate="2018-08-12 22:04:25 +0100" endDate="2018-08-12 22:14:24 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 23:02:23 +0100" startDate="2018-08-12 22:14:24 +0100" endDate="2018-08-12 22:24:23 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 23:02:23 +0100" startDate="2018-08-12 22:24:23 +0100" endDate="2018-08-12 22:33:11 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 23:02:23 +0100" startDate="2018-08-12 22:40:28 +0100" endDate="2018-08-12 22:45:46 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 23:58:15 +0100" startDate="2018-08-12 23:16:18 +0100" endDate="2018-08-12 23:23:22 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 23:58:15 +0100" startDate="2018-08-12 23:23:22 +0100" endDate="2018-08-12 23:33:21 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 23:58:15 +0100" startDate="2018-08-12 23:33:21 +0100" endDate="2018-08-12 23:41:43 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-12 23:58:15 +0100" startDate="2018-08-12 23:41:43 +0100" endDate="2018-08-12 23:51:00 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 08:17:20 +0100" startDate="2018-08-13 07:41:37 +0100" endDate="2018-08-13 07:47:50 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 08:17:20 +0100" startDate="2018-08-13 07:47:50 +0100" endDate="2018-08-13 07:53:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 09:17:19 +0100" startDate="2018-08-13 08:59:48 +0100" endDate="2018-08-13 09:09:43 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 10:17:58 +0100" startDate="2018-08-13 09:09:43 +0100" endDate="2018-08-13 09:16:49 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 14:17:52 +0100" startDate="2018-08-13 13:40:23 +0100" endDate="2018-08-13 13:50:14 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 14:17:52 +0100" startDate="2018-08-13 13:51:17 +0100" endDate="2018-08-13 13:58:38 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 14:17:52 +0100" startDate="2018-08-13 13:58:38 +0100" endDate="2018-08-13 14:08:32 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 15:18:08 +0100" startDate="2018-08-13 14:08:32 +0100" endDate="2018-08-13 14:13:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 15:18:08 +0100" startDate="2018-08-13 14:31:54 +0100" endDate="2018-08-13 14:37:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 15:18:08 +0100" startDate="2018-08-13 14:38:16 +0100" endDate="2018-08-13 14:47:31 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 15:18:08 +0100" startDate="2018-08-13 14:47:31 +0100" endDate="2018-08-13 14:52:07 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 15:18:08 +0100" startDate="2018-08-13 14:53:27 +0100" endDate="2018-08-13 14:59:42 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 15:18:08 +0100" startDate="2018-08-13 14:59:42 +0100" endDate="2018-08-13 15:07:04 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 16:20:10 +0100" startDate="2018-08-13 15:17:50 +0100" endDate="2018-08-13 15:27:41 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 16:20:10 +0100" startDate="2018-08-13 15:27:41 +0100" endDate="2018-08-13 15:31:35 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 16:20:10 +0100" startDate="2018-08-13 15:57:38 +0100" endDate="2018-08-13 16:07:32 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 16:20:10 +0100" startDate="2018-08-13 16:07:32 +0100" endDate="2018-08-13 16:08:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 17:18:44 +0100" startDate="2018-08-13 16:27:25 +0100" endDate="2018-08-13 16:33:40 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 17:18:44 +0100" startDate="2018-08-13 16:33:40 +0100" endDate="2018-08-13 16:41:08 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 17:18:44 +0100" startDate="2018-08-13 16:58:41 +0100" endDate="2018-08-13 17:07:35 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 17:18:44 +0100" startDate="2018-08-13 17:07:35 +0100" endDate="2018-08-13 17:09:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 18:19:42 +0100" startDate="2018-08-13 17:17:37 +0100" endDate="2018-08-13 17:23:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 18:19:42 +0100" startDate="2018-08-13 17:23:56 +0100" endDate="2018-08-13 17:30:14 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 18:19:42 +0100" startDate="2018-08-13 17:39:23 +0100" endDate="2018-08-13 17:49:05 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 18:19:42 +0100" startDate="2018-08-13 17:49:05 +0100" endDate="2018-08-13 17:58:50 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 18:19:42 +0100" startDate="2018-08-13 17:58:50 +0100" endDate="2018-08-13 18:08:35 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 18:19:42 +0100" startDate="2018-08-13 18:08:35 +0100" endDate="2018-08-13 18:18:33 +0100" value="1087"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 19:25:40 +0100" startDate="2018-08-13 18:18:33 +0100" endDate="2018-08-13 18:28:19 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 19:25:40 +0100" startDate="2018-08-13 18:28:19 +0100" endDate="2018-08-13 18:33:27 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 19:25:40 +0100" startDate="2018-08-13 18:34:47 +0100" endDate="2018-08-13 18:43:40 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 23:03:24 +0100" startDate="2018-08-13 21:59:14 +0100" endDate="2018-08-13 22:09:13 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 23:03:24 +0100" startDate="2018-08-13 22:09:13 +0100" endDate="2018-08-13 22:19:11 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 23:03:24 +0100" startDate="2018-08-13 22:19:11 +0100" endDate="2018-08-13 22:28:32 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-13 23:03:24 +0100" startDate="2018-08-13 22:30:10 +0100" endDate="2018-08-13 22:39:50 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 00:08:39 +0100" startDate="2018-08-13 23:57:13 +0100" endDate="2018-08-14 00:03:18 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 01:01:25 +0100" startDate="2018-08-14 00:03:18 +0100" endDate="2018-08-14 00:10:16 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 01:01:25 +0100" startDate="2018-08-14 00:10:16 +0100" endDate="2018-08-14 00:20:14 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 01:01:25 +0100" startDate="2018-08-14 00:20:14 +0100" endDate="2018-08-14 00:26:09 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 05:17:25 +0100" startDate="2018-08-14 04:54:42 +0100" endDate="2018-08-14 05:00:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 07:21:33 +0100" startDate="2018-08-14 06:31:29 +0100" endDate="2018-08-14 06:38:17 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 07:21:33 +0100" startDate="2018-08-14 06:52:05 +0100" endDate="2018-08-14 07:02:05 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 07:21:33 +0100" startDate="2018-08-14 07:02:05 +0100" endDate="2018-08-14 07:02:53 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 07:21:33 +0100" startDate="2018-08-14 07:10:41 +0100" endDate="2018-08-14 07:17:32 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 08:17:33 +0100" startDate="2018-08-14 07:17:32 +0100" endDate="2018-08-14 07:26:47 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 08:17:33 +0100" startDate="2018-08-14 07:26:47 +0100" endDate="2018-08-14 07:29:51 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 08:17:33 +0100" startDate="2018-08-14 07:49:10 +0100" endDate="2018-08-14 07:59:07 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 08:17:33 +0100" startDate="2018-08-14 07:59:07 +0100" endDate="2018-08-14 08:09:07 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 09:20:51 +0100" startDate="2018-08-14 08:09:07 +0100" endDate="2018-08-14 08:16:50 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 09:20:51 +0100" startDate="2018-08-14 08:27:32 +0100" endDate="2018-08-14 08:37:31 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 09:20:51 +0100" startDate="2018-08-14 08:37:31 +0100" endDate="2018-08-14 08:43:23 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 09:20:51 +0100" startDate="2018-08-14 08:59:42 +0100" endDate="2018-08-14 09:09:08 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 09:20:51 +0100" startDate="2018-08-14 09:09:08 +0100" endDate="2018-08-14 09:18:28 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 10:22:41 +0100" startDate="2018-08-14 09:18:28 +0100" endDate="2018-08-14 09:28:26 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 10:22:41 +0100" startDate="2018-08-14 09:28:26 +0100" endDate="2018-08-14 09:32:51 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 10:22:41 +0100" startDate="2018-08-14 09:37:36 +0100" endDate="2018-08-14 09:47:30 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 10:22:41 +0100" startDate="2018-08-14 09:47:30 +0100" endDate="2018-08-14 09:57:27 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 10:22:41 +0100" startDate="2018-08-14 09:57:27 +0100" endDate="2018-08-14 10:07:25 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 10:22:41 +0100" startDate="2018-08-14 10:07:25 +0100" endDate="2018-08-14 10:17:07 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 11:20:45 +0100" startDate="2018-08-14 10:17:07 +0100" endDate="2018-08-14 10:27:04 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 11:20:45 +0100" startDate="2018-08-14 10:27:04 +0100" endDate="2018-08-14 10:36:26 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 11:20:45 +0100" startDate="2018-08-14 10:36:26 +0100" endDate="2018-08-14 10:46:25 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 11:20:45 +0100" startDate="2018-08-14 10:46:25 +0100" endDate="2018-08-14 10:56:25 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 11:20:45 +0100" startDate="2018-08-14 10:56:25 +0100" endDate="2018-08-14 11:06:25 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 11:20:45 +0100" startDate="2018-08-14 11:06:25 +0100" endDate="2018-08-14 11:08:09 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 12:20:08 +0100" startDate="2018-08-14 11:08:09 +0100" endDate="2018-08-14 11:18:09 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 12:20:08 +0100" startDate="2018-08-14 11:18:09 +0100" endDate="2018-08-14 11:21:02 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 12:20:08 +0100" startDate="2018-08-14 11:37:01 +0100" endDate="2018-08-14 11:47:00 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 12:20:08 +0100" startDate="2018-08-14 11:47:00 +0100" endDate="2018-08-14 11:52:44 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 12:20:08 +0100" startDate="2018-08-14 11:54:24 +0100" endDate="2018-08-14 12:03:34 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 12:20:08 +0100" startDate="2018-08-14 12:03:34 +0100" endDate="2018-08-14 12:13:33 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 13:58:16 +0100" startDate="2018-08-14 12:13:33 +0100" endDate="2018-08-14 12:23:32 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 13:58:16 +0100" startDate="2018-08-14 12:23:32 +0100" endDate="2018-08-14 12:33:30 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 13:58:16 +0100" startDate="2018-08-14 12:49:24 +0100" endDate="2018-08-14 12:55:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 13:58:16 +0100" startDate="2018-08-14 13:28:55 +0100" endDate="2018-08-14 13:35:03 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 13:58:16 +0100" startDate="2018-08-14 13:35:04 +0100" endDate="2018-08-14 13:41:12 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 15:21:45 +0100" startDate="2018-08-14 15:00:26 +0100" endDate="2018-08-14 15:07:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 16:19:41 +0100" startDate="2018-08-14 15:26:09 +0100" endDate="2018-08-14 15:33:13 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 16:19:41 +0100" startDate="2018-08-14 15:58:47 +0100" endDate="2018-08-14 16:08:45 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 16:19:41 +0100" startDate="2018-08-14 16:08:45 +0100" endDate="2018-08-14 16:18:44 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 17:19:54 +0100" startDate="2018-08-14 16:18:44 +0100" endDate="2018-08-14 16:28:43 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 17:19:54 +0100" startDate="2018-08-14 16:28:43 +0100" endDate="2018-08-14 16:29:59 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 18:18:39 +0100" startDate="2018-08-14 17:25:09 +0100" endDate="2018-08-14 17:35:08 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 18:18:39 +0100" startDate="2018-08-14 17:35:08 +0100" endDate="2018-08-14 17:44:53 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 18:18:39 +0100" startDate="2018-08-14 17:53:23 +0100" endDate="2018-08-14 18:00:24 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 18:18:39 +0100" startDate="2018-08-14 18:03:30 +0100" endDate="2018-08-14 18:10:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 19:18:35 +0100" startDate="2018-08-14 18:38:13 +0100" endDate="2018-08-14 18:44:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 19:18:35 +0100" startDate="2018-08-14 18:51:10 +0100" endDate="2018-08-14 18:58:46 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 19:18:35 +0100" startDate="2018-08-14 18:59:39 +0100" endDate="2018-08-14 19:09:19 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 20:19:05 +0100" startDate="2018-08-14 19:09:19 +0100" endDate="2018-08-14 19:18:34 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 22:01:49 +0100" startDate="2018-08-14 20:15:51 +0100" endDate="2018-08-14 20:23:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 23:06:54 +0100" startDate="2018-08-14 21:52:27 +0100" endDate="2018-08-14 22:02:11 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 23:06:54 +0100" startDate="2018-08-14 22:02:11 +0100" endDate="2018-08-14 22:12:11 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-14 23:06:54 +0100" startDate="2018-08-14 22:12:11 +0100" endDate="2018-08-14 22:12:49 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 05:20:35 +0100" startDate="2018-08-15 04:32:03 +0100" endDate="2018-08-15 04:38:26 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 08:20:55 +0100" startDate="2018-08-15 07:28:37 +0100" endDate="2018-08-15 07:36:25 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 10:19:30 +0100" startDate="2018-08-15 09:17:35 +0100" endDate="2018-08-15 09:24:13 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 10:19:30 +0100" startDate="2018-08-15 09:24:13 +0100" endDate="2018-08-15 09:34:12 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 11:19:34 +0100" startDate="2018-08-15 10:26:48 +0100" endDate="2018-08-15 10:36:48 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 11:19:34 +0100" startDate="2018-08-15 10:36:48 +0100" endDate="2018-08-15 10:46:46 +0100" value="1003"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 11:19:34 +0100" startDate="2018-08-15 10:46:46 +0100" endDate="2018-08-15 10:54:45 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 11:19:34 +0100" startDate="2018-08-15 10:54:45 +0100" endDate="2018-08-15 11:04:43 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 11:19:34 +0100" startDate="2018-08-15 11:04:43 +0100" endDate="2018-08-15 11:13:20 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 12:22:50 +0100" startDate="2018-08-15 11:13:20 +0100" endDate="2018-08-15 11:22:59 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3ef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 12:22:50 +0100" startDate="2018-08-15 11:22:59 +0100" endDate="2018-08-15 11:32:58 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 12:22:50 +0100" startDate="2018-08-15 11:32:58 +0100" endDate="2018-08-15 11:42:57 +0100" value="1034"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 12:22:50 +0100" startDate="2018-08-15 11:42:57 +0100" endDate="2018-08-15 11:52:55 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 12:22:50 +0100" startDate="2018-08-15 11:52:55 +0100" endDate="2018-08-15 11:58:32 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 12:22:50 +0100" startDate="2018-08-15 11:59:58 +0100" endDate="2018-08-15 12:09:45 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 13:17:21 +0100" startDate="2018-08-15 12:19:37 +0100" endDate="2018-08-15 12:26:20 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 13:17:21 +0100" startDate="2018-08-15 12:35:57 +0100" endDate="2018-08-15 12:43:52 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 14:17:19 +0100" startDate="2018-08-15 13:08:09 +0100" endDate="2018-08-15 13:17:18 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 14:17:19 +0100" startDate="2018-08-15 13:17:53 +0100" endDate="2018-08-15 13:26:03 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 14:17:19 +0100" startDate="2018-08-15 13:26:03 +0100" endDate="2018-08-15 13:32:58 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 14:17:19 +0100" startDate="2018-08-15 13:41:05 +0100" endDate="2018-08-15 13:48:47 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 14:17:19 +0100" startDate="2018-08-15 13:56:12 +0100" endDate="2018-08-15 14:06:11 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 14:17:19 +0100" startDate="2018-08-15 14:06:11 +0100" endDate="2018-08-15 14:14:03 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 14:14:03 +0100" endDate="2018-08-15 14:23:51 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 14:28:33 +0100" endDate="2018-08-15 14:34:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 14:49:31 +0100" endDate="2018-08-15 14:57:36 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 14:58:27 +0100" endDate="2018-08-15 15:08:26 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 15:08:26 +0100" endDate="2018-08-15 15:18:18 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 15:18:18 +0100" endDate="2018-08-15 15:25:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 15:25:17 +0100" endDate="2018-08-15 15:34:13 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 15:39:33 +0100" endDate="2018-08-15 15:49:32 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 16:19:40 +0100" startDate="2018-08-15 15:49:32 +0100" endDate="2018-08-15 15:58:53 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 16:19:40 +0100" startDate="2018-08-15 15:58:53 +0100" endDate="2018-08-15 16:03:11 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 17:17:20 +0100" startDate="2018-08-15 16:37:49 +0100" endDate="2018-08-15 16:47:43 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 17:17:20 +0100" startDate="2018-08-15 17:02:43 +0100" endDate="2018-08-15 17:09:06 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 18:18:17 +0100" startDate="2018-08-15 17:09:06 +0100" endDate="2018-08-15 17:15:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 18:18:17 +0100" startDate="2018-08-15 17:52:23 +0100" endDate="2018-08-15 18:02:22 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 18:18:17 +0100" startDate="2018-08-15 18:06:36 +0100" endDate="2018-08-15 18:16:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 19:18:35 +0100" startDate="2018-08-15 18:16:11 +0100" endDate="2018-08-15 18:24:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 19:18:35 +0100" startDate="2018-08-15 18:39:49 +0100" endDate="2018-08-15 18:45:57 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 22:18:54 +0100" startDate="2018-08-15 21:16:59 +0100" endDate="2018-08-15 21:23:27 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 22:18:54 +0100" startDate="2018-08-15 21:23:27 +0100" endDate="2018-08-15 21:28:41 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 22:18:54 +0100" startDate="2018-08-15 21:29:23 +0100" endDate="2018-08-15 21:37:48 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 22:18:54 +0100" startDate="2018-08-15 21:37:48 +0100" endDate="2018-08-15 21:40:48 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-15 22:18:54 +0100" startDate="2018-08-15 21:51:53 +0100" endDate="2018-08-15 21:58:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 05:20:57 +0100" startDate="2018-08-16 04:41:18 +0100" endDate="2018-08-16 04:49:53 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 05:20:57 +0100" startDate="2018-08-16 04:49:53 +0100" endDate="2018-08-16 04:57:31 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 05:20:57 +0100" startDate="2018-08-16 04:57:31 +0100" endDate="2018-08-16 05:07:15 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 05:20:57 +0100" startDate="2018-08-16 05:07:15 +0100" endDate="2018-08-16 05:16:52 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 06:10:55 +0100" startDate="2018-08-16 05:16:52 +0100" endDate="2018-08-16 05:23:09 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 06:10:55 +0100" startDate="2018-08-16 05:34:47 +0100" endDate="2018-08-16 05:42:44 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 08:11:22 +0100" startDate="2018-08-16 07:22:59 +0100" endDate="2018-08-16 07:31:50 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 08:11:22 +0100" startDate="2018-08-16 07:31:50 +0100" endDate="2018-08-16 07:41:05 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 08:11:22 +0100" startDate="2018-08-16 07:41:05 +0100" endDate="2018-08-16 07:43:02 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 08:11:22 +0100" startDate="2018-08-16 08:00:45 +0100" endDate="2018-08-16 08:10:24 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 09:11:06 +0100" startDate="2018-08-16 08:10:24 +0100" endDate="2018-08-16 08:11:50 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 09:11:06 +0100" startDate="2018-08-16 08:29:48 +0100" endDate="2018-08-16 08:38:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 10:14:36 +0100" startDate="2018-08-16 09:01:49 +0100" endDate="2018-08-16 09:11:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 12:11:39 +0100" startDate="2018-08-16 11:10:26 +0100" endDate="2018-08-16 11:19:42 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 12:11:39 +0100" startDate="2018-08-16 11:19:42 +0100" endDate="2018-08-16 11:29:30 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 12:11:39 +0100" startDate="2018-08-16 11:29:30 +0100" endDate="2018-08-16 11:35:59 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 12:11:39 +0100" startDate="2018-08-16 11:35:59 +0100" endDate="2018-08-16 11:44:40 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 12:11:39 +0100" startDate="2018-08-16 11:44:40 +0100" endDate="2018-08-16 11:51:54 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 13:14:20 +0100" startDate="2018-08-16 12:03:40 +0100" endDate="2018-08-16 12:10:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 13:14:20 +0100" startDate="2018-08-16 12:27:31 +0100" endDate="2018-08-16 12:37:29 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 13:14:20 +0100" startDate="2018-08-16 12:37:29 +0100" endDate="2018-08-16 12:44:00 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 15:12:14 +0100" startDate="2018-08-16 14:10:54 +0100" endDate="2018-08-16 14:17:25 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 15:12:14 +0100" startDate="2018-08-16 14:26:23 +0100" endDate="2018-08-16 14:32:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 15:12:14 +0100" startDate="2018-08-16 14:32:38 +0100" endDate="2018-08-16 14:36:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 15:12:14 +0100" startDate="2018-08-16 14:59:35 +0100" endDate="2018-08-16 15:05:48 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 16:15:22 +0100" startDate="2018-08-16 15:05:48 +0100" endDate="2018-08-16 15:13:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 16:15:22 +0100" startDate="2018-08-16 15:25:28 +0100" endDate="2018-08-16 15:34:26 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 17:10:40 +0100" startDate="2018-08-16 16:14:18 +0100" endDate="2018-08-16 16:23:49 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 17:10:40 +0100" startDate="2018-08-16 16:23:49 +0100" endDate="2018-08-16 16:25:44 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 17:10:40 +0100" startDate="2018-08-16 16:41:55 +0100" endDate="2018-08-16 16:51:54 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 17:10:40 +0100" startDate="2018-08-16 16:51:54 +0100" endDate="2018-08-16 17:01:16 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 17:14:16 +0100" endDate="2018-08-16 17:24:04 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 17:24:04 +0100" endDate="2018-08-16 17:32:25 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 17:32:25 +0100" endDate="2018-08-16 17:39:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 17:39:06 +0100" endDate="2018-08-16 17:45:39 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 17:47:18 +0100" endDate="2018-08-16 17:53:43 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 17:53:43 +0100" endDate="2018-08-16 18:03:42 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 18:03:42 +0100" endDate="2018-08-16 18:04:35 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 19:16:49 +0100" startDate="2018-08-16 18:14:34 +0100" endDate="2018-08-16 18:23:31 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 19:16:49 +0100" startDate="2018-08-16 18:23:31 +0100" endDate="2018-08-16 18:28:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 19:16:49 +0100" startDate="2018-08-16 18:28:06 +0100" endDate="2018-08-16 18:34:30 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 19:16:49 +0100" startDate="2018-08-16 18:45:53 +0100" endDate="2018-08-16 18:55:52 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 19:16:49 +0100" startDate="2018-08-16 18:55:52 +0100" endDate="2018-08-16 19:00:49 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 21:18:17 +0100" startDate="2018-08-16 21:02:34 +0100" endDate="2018-08-16 21:12:33 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-16 22:44:43 +0100" startDate="2018-08-16 21:12:33 +0100" endDate="2018-08-16 21:22:31 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 01:30:27 +0100" startDate="2018-08-17 01:02:27 +0100" endDate="2018-08-17 01:08:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 01:30:27 +0100" startDate="2018-08-17 01:08:56 +0100" endDate="2018-08-17 01:14:12 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 08:12:41 +0100" startDate="2018-08-17 07:30:12 +0100" endDate="2018-08-17 07:36:38 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 08:12:41 +0100" startDate="2018-08-17 07:36:38 +0100" endDate="2018-08-17 07:45:48 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 10:15:03 +0100" startDate="2018-08-17 09:20:19 +0100" endDate="2018-08-17 09:29:00 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 10:15:03 +0100" startDate="2018-08-17 09:29:00 +0100" endDate="2018-08-17 09:38:58 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 10:15:03 +0100" startDate="2018-08-17 09:38:58 +0100" endDate="2018-08-17 09:48:57 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 10:15:03 +0100" startDate="2018-08-17 09:48:57 +0100" endDate="2018-08-17 09:55:42 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 10:15:03 +0100" startDate="2018-08-17 09:56:46 +0100" endDate="2018-08-17 10:06:46 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 11:16:10 +0100" startDate="2018-08-17 10:06:46 +0100" endDate="2018-08-17 10:16:43 +0100" value="1021"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 11:16:10 +0100" startDate="2018-08-17 10:16:43 +0100" endDate="2018-08-17 10:26:40 +0100" value="832"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 11:16:10 +0100" startDate="2018-08-17 10:26:40 +0100" endDate="2018-08-17 10:35:57 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 11:16:10 +0100" startDate="2018-08-17 10:35:57 +0100" endDate="2018-08-17 10:45:49 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 11:16:10 +0100" startDate="2018-08-17 10:45:49 +0100" endDate="2018-08-17 10:50:22 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 13:12:14 +0100" startDate="2018-08-17 12:12:22 +0100" endDate="2018-08-17 12:22:22 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 13:12:14 +0100" startDate="2018-08-17 12:22:22 +0100" endDate="2018-08-17 12:26:31 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 14:10:47 +0100" startDate="2018-08-17 13:04:49 +0100" endDate="2018-08-17 13:13:39 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 15:14:50 +0100" startDate="2018-08-17 14:16:52 +0100" endDate="2018-08-17 14:26:51 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 15:14:50 +0100" startDate="2018-08-17 14:26:51 +0100" endDate="2018-08-17 14:36:49 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 15:14:50 +0100" startDate="2018-08-17 14:36:49 +0100" endDate="2018-08-17 14:40:08 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 15:14:50 +0100" startDate="2018-08-17 14:50:07 +0100" endDate="2018-08-17 14:57:41 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 16:14:19 +0100" startDate="2018-08-17 15:21:30 +0100" endDate="2018-08-17 15:31:29 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 16:14:19 +0100" startDate="2018-08-17 15:31:29 +0100" endDate="2018-08-17 15:41:27 +0100" value="1090"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 16:14:19 +0100" startDate="2018-08-17 15:41:27 +0100" endDate="2018-08-17 15:49:33 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 16:14:19 +0100" startDate="2018-08-17 15:49:33 +0100" endDate="2018-08-17 15:58:39 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 16:14:19 +0100" startDate="2018-08-17 15:58:39 +0100" endDate="2018-08-17 16:06:14 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 17:11:20 +0100" startDate="2018-08-17 16:06:14 +0100" endDate="2018-08-17 16:10:33 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 17:11:20 +0100" startDate="2018-08-17 16:19:29 +0100" endDate="2018-08-17 16:29:02 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 17:11:20 +0100" startDate="2018-08-17 16:29:02 +0100" endDate="2018-08-17 16:33:56 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 17:11:20 +0100" startDate="2018-08-17 16:54:40 +0100" endDate="2018-08-17 17:01:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 17:11:20 +0100" startDate="2018-08-17 17:01:06 +0100" endDate="2018-08-17 17:11:05 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 18:22:51 +0100" startDate="2018-08-17 17:11:05 +0100" endDate="2018-08-17 17:21:05 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 18:22:51 +0100" startDate="2018-08-17 17:21:05 +0100" endDate="2018-08-17 17:31:03 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 18:22:51 +0100" startDate="2018-08-17 17:31:03 +0100" endDate="2018-08-17 17:41:01 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 18:22:51 +0100" startDate="2018-08-17 17:41:01 +0100" endDate="2018-08-17 17:51:00 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 18:22:51 +0100" startDate="2018-08-17 17:51:00 +0100" endDate="2018-08-17 18:00:37 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 19:20:30 +0100" startDate="2018-08-17 18:40:01 +0100" endDate="2018-08-17 18:49:02 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 19:20:30 +0100" startDate="2018-08-17 18:49:02 +0100" endDate="2018-08-17 18:51:41 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 20:12:47 +0100" startDate="2018-08-17 19:15:32 +0100" endDate="2018-08-17 19:25:30 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 20:12:47 +0100" startDate="2018-08-17 19:25:30 +0100" endDate="2018-08-17 19:30:27 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 21:58:47 +0100" startDate="2018-08-17 20:14:53 +0100" endDate="2018-08-17 20:24:51 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 21:58:47 +0100" startDate="2018-08-17 20:24:51 +0100" endDate="2018-08-17 20:28:29 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 21:58:47 +0100" startDate="2018-08-17 20:28:58 +0100" endDate="2018-08-17 20:35:29 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-17 21:58:47 +0100" startDate="2018-08-17 21:13:57 +0100" endDate="2018-08-17 21:22:00 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 04:50:42 +0100" startDate="2018-08-18 04:34:26 +0100" endDate="2018-08-18 04:40:41 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 05:30:49 +0100" startDate="2018-08-18 04:46:47 +0100" endDate="2018-08-18 04:55:56 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 05:30:49 +0100" startDate="2018-08-18 05:10:43 +0100" endDate="2018-08-18 05:19:06 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 06:53:34 +0100" startDate="2018-08-18 05:28:18 +0100" endDate="2018-08-18 05:35:01 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 08:11:27 +0100" startDate="2018-08-18 07:24:03 +0100" endDate="2018-08-18 07:31:55 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 10:22:41 +0100" startDate="2018-08-18 08:10:10 +0100" endDate="2018-08-18 08:19:39 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 10:22:41 +0100" startDate="2018-08-18 08:19:39 +0100" endDate="2018-08-18 08:28:55 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 10:22:41 +0100" startDate="2018-08-18 10:00:32 +0100" endDate="2018-08-18 10:10:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 10:22:41 +0100" startDate="2018-08-18 10:11:31 +0100" endDate="2018-08-18 10:21:29 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 10:37:37 +0100" startDate="2018-08-18 10:21:29 +0100" endDate="2018-08-18 10:23:11 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 12:49:24 +0100" startDate="2018-08-18 11:28:22 +0100" endDate="2018-08-18 11:34:58 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 12:49:24 +0100" startDate="2018-08-18 12:20:31 +0100" endDate="2018-08-18 12:27:35 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 13:42:48 +0100" startDate="2018-08-18 13:10:10 +0100" endDate="2018-08-18 13:18:43 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 16:49:40 +0100" startDate="2018-08-18 16:24:46 +0100" endDate="2018-08-18 16:32:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 17:10:40 +0100" startDate="2018-08-18 16:46:30 +0100" endDate="2018-08-18 16:55:10 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 18:11:49 +0100" startDate="2018-08-18 17:04:43 +0100" endDate="2018-08-18 17:10:49 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 18:11:49 +0100" startDate="2018-08-18 17:18:36 +0100" endDate="2018-08-18 17:25:01 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 19:12:59 +0100" startDate="2018-08-18 18:03:26 +0100" endDate="2018-08-18 18:13:24 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 19:12:59 +0100" startDate="2018-08-18 18:13:24 +0100" endDate="2018-08-18 18:23:24 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 19:12:59 +0100" startDate="2018-08-18 18:23:24 +0100" endDate="2018-08-18 18:32:59 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 20:15:45 +0100" startDate="2018-08-18 19:03:31 +0100" endDate="2018-08-18 19:12:58 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 20:15:45 +0100" startDate="2018-08-18 19:12:58 +0100" endDate="2018-08-18 19:17:44 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 20:15:45 +0100" startDate="2018-08-18 19:40:44 +0100" endDate="2018-08-18 19:47:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 20:15:45 +0100" startDate="2018-08-18 20:00:52 +0100" endDate="2018-08-18 20:07:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-18 21:55:27 +0100" startDate="2018-08-18 21:15:16 +0100" endDate="2018-08-18 21:21:50 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 05:34:05 +0100" startDate="2018-08-19 05:23:34 +0100" endDate="2018-08-19 05:33:33 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 06:10:42 +0100" startDate="2018-08-19 05:33:33 +0100" endDate="2018-08-19 05:34:12 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 08:13:42 +0100" startDate="2018-08-19 07:22:35 +0100" endDate="2018-08-19 07:30:30 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 09:11:50 +0100" startDate="2018-08-19 08:52:36 +0100" endDate="2018-08-19 08:58:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 09:11:50 +0100" startDate="2018-08-19 08:58:38 +0100" endDate="2018-08-19 09:03:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 10:47:55 +0100" startDate="2018-08-19 09:03:53 +0100" endDate="2018-08-19 09:10:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 10:47:55 +0100" startDate="2018-08-19 09:53:00 +0100" endDate="2018-08-19 10:02:12 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 11:18:52 +0100" startDate="2018-08-19 10:55:08 +0100" endDate="2018-08-19 11:02:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 13:01:24 +0100" startDate="2018-08-19 11:29:21 +0100" endDate="2018-08-19 11:35:36 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 13:01:24 +0100" startDate="2018-08-19 11:43:35 +0100" endDate="2018-08-19 11:49:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 14:31:40 +0100" startDate="2018-08-19 13:59:07 +0100" endDate="2018-08-19 14:06:03 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 15:32:38 +0100" startDate="2018-08-19 15:04:47 +0100" endDate="2018-08-19 15:11:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 17:00:32 +0100" startDate="2018-08-19 15:30:23 +0100" endDate="2018-08-19 15:36:33 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 17:00:32 +0100" startDate="2018-08-19 15:47:05 +0100" endDate="2018-08-19 15:53:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 17:34:34 +0100" startDate="2018-08-19 17:10:12 +0100" endDate="2018-08-19 17:16:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 18:30:51 +0100" startDate="2018-08-19 17:31:21 +0100" endDate="2018-08-19 17:41:20 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 18:30:51 +0100" startDate="2018-08-19 17:41:20 +0100" endDate="2018-08-19 17:42:04 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 19:33:09 +0100" startDate="2018-08-19 18:27:12 +0100" endDate="2018-08-19 18:37:11 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 19:33:09 +0100" startDate="2018-08-19 18:37:11 +0100" endDate="2018-08-19 18:39:38 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 20:38:42 +0100" startDate="2018-08-19 19:51:23 +0100" endDate="2018-08-19 19:58:47 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 20:38:42 +0100" startDate="2018-08-19 20:14:52 +0100" endDate="2018-08-19 20:24:51 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 20:38:42 +0100" startDate="2018-08-19 20:24:51 +0100" endDate="2018-08-19 20:34:51 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 22:14:47 +0100" startDate="2018-08-19 20:34:51 +0100" endDate="2018-08-19 20:44:50 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 22:14:47 +0100" startDate="2018-08-19 21:03:51 +0100" endDate="2018-08-19 21:13:50 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 22:14:47 +0100" startDate="2018-08-19 21:13:50 +0100" endDate="2018-08-19 21:17:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-19 22:14:47 +0100" startDate="2018-08-19 21:31:13 +0100" endDate="2018-08-19 21:41:11 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 06:30:48 +0100" startDate="2018-08-20 05:44:31 +0100" endDate="2018-08-20 05:54:11 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 06:30:48 +0100" startDate="2018-08-20 05:54:11 +0100" endDate="2018-08-20 06:03:39 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 06:30:48 +0100" startDate="2018-08-20 06:08:18 +0100" endDate="2018-08-20 06:14:25 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 07:30:56 +0100" startDate="2018-08-20 06:24:34 +0100" endDate="2018-08-20 06:34:00 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 08:34:23 +0100" startDate="2018-08-20 07:26:01 +0100" endDate="2018-08-20 07:35:38 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 09:35:32 +0100" startDate="2018-08-20 08:44:25 +0100" endDate="2018-08-20 08:54:09 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 09:35:32 +0100" startDate="2018-08-20 08:54:09 +0100" endDate="2018-08-20 09:00:26 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 10:30:42 +0100" startDate="2018-08-20 09:54:49 +0100" endDate="2018-08-20 10:04:40 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 10:30:42 +0100" startDate="2018-08-20 10:17:48 +0100" endDate="2018-08-20 10:27:46 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 11:37:24 +0100" startDate="2018-08-20 10:27:46 +0100" endDate="2018-08-20 10:37:46 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 11:37:24 +0100" startDate="2018-08-20 10:37:46 +0100" endDate="2018-08-20 10:47:46 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 11:37:24 +0100" startDate="2018-08-20 10:56:23 +0100" endDate="2018-08-20 11:06:22 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 11:37:24 +0100" startDate="2018-08-20 11:06:22 +0100" endDate="2018-08-20 11:16:20 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 11:37:24 +0100" startDate="2018-08-20 11:16:20 +0100" endDate="2018-08-20 11:24:20 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 12:38:33 +0100" startDate="2018-08-20 11:50:13 +0100" endDate="2018-08-20 12:00:04 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 12:38:33 +0100" startDate="2018-08-20 12:00:04 +0100" endDate="2018-08-20 12:04:38 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 12:38:33 +0100" startDate="2018-08-20 12:21:27 +0100" endDate="2018-08-20 12:29:45 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 12:29:45 +0100" endDate="2018-08-20 12:38:31 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 12:51:17 +0100" endDate="2018-08-20 12:58:46 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 13:49:34 +0100" endDate="2018-08-20 13:59:08 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 14:02:56 +0100" endDate="2018-08-20 14:11:31 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 14:11:31 +0100" endDate="2018-08-20 14:21:08 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 14:42:15 +0100" endDate="2018-08-20 14:48:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 14:48:41 +0100" endDate="2018-08-20 14:58:38 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 14:58:38 +0100" endDate="2018-08-20 15:04:55 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3df40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 15:06:43 +0100" endDate="2018-08-20 15:14:17 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 15:14:17 +0100" endDate="2018-08-20 15:23:52 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 15:23:52 +0100" endDate="2018-08-20 15:33:35 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 15:33:35 +0100" endDate="2018-08-20 15:43:13 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 15:43:13 +0100" endDate="2018-08-20 15:52:20 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 16:00:55 +0100" endDate="2018-08-20 16:10:53 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 16:10:53 +0100" endDate="2018-08-20 16:18:25 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 16:18:25 +0100" endDate="2018-08-20 16:28:23 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 16:28:23 +0100" endDate="2018-08-20 16:34:48 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 16:34:48 +0100" endDate="2018-08-20 16:44:20 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 16:44:20 +0100" endDate="2018-08-20 16:54:18 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 16:54:18 +0100" endDate="2018-08-20 17:04:16 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 17:04:16 +0100" endDate="2018-08-20 17:11:28 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 17:27:38 +0100" endDate="2018-08-20 17:33:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 20:07:37 +0100" startDate="2018-08-20 19:40:43 +0100" endDate="2018-08-20 19:47:28 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-20 21:45:38 +0100" startDate="2018-08-20 20:57:46 +0100" endDate="2018-08-20 21:04:21 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 05:20:33 +0100" startDate="2018-08-21 05:00:18 +0100" endDate="2018-08-21 05:06:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 05:20:33 +0100" startDate="2018-08-21 05:06:39 +0100" endDate="2018-08-21 05:13:08 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 06:18:55 +0100" startDate="2018-08-21 05:54:36 +0100" endDate="2018-08-21 06:01:12 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 06:18:55 +0100" startDate="2018-08-21 06:01:12 +0100" endDate="2018-08-21 06:11:07 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 07:22:35 +0100" startDate="2018-08-21 06:11:07 +0100" endDate="2018-08-21 06:16:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 07:22:35 +0100" startDate="2018-08-21 06:36:13 +0100" endDate="2018-08-21 06:46:05 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 07:22:35 +0100" startDate="2018-08-21 06:48:15 +0100" endDate="2018-08-21 06:58:14 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 07:22:35 +0100" startDate="2018-08-21 06:58:14 +0100" endDate="2018-08-21 07:04:23 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 07:22:35 +0100" startDate="2018-08-21 07:04:23 +0100" endDate="2018-08-21 07:14:16 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 08:17:48 +0100" startDate="2018-08-21 07:36:54 +0100" endDate="2018-08-21 07:46:53 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 08:17:48 +0100" startDate="2018-08-21 07:46:53 +0100" endDate="2018-08-21 07:56:26 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 08:17:48 +0100" startDate="2018-08-21 07:56:26 +0100" endDate="2018-08-21 08:00:58 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 10:28:40 +0100" startDate="2018-08-21 10:10:42 +0100" endDate="2018-08-21 10:17:00 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 11:18:45 +0100" startDate="2018-08-21 10:22:51 +0100" endDate="2018-08-21 10:32:50 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 11:18:45 +0100" startDate="2018-08-21 10:32:50 +0100" endDate="2018-08-21 10:42:48 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 11:18:45 +0100" startDate="2018-08-21 10:42:48 +0100" endDate="2018-08-21 10:50:36 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 11:18:45 +0100" startDate="2018-08-21 10:50:36 +0100" endDate="2018-08-21 10:54:15 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 12:22:41 +0100" startDate="2018-08-21 11:08:54 +0100" endDate="2018-08-21 11:18:53 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 12:22:41 +0100" startDate="2018-08-21 11:18:53 +0100" endDate="2018-08-21 11:25:04 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 12:22:41 +0100" startDate="2018-08-21 11:25:04 +0100" endDate="2018-08-21 11:35:04 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 12:22:41 +0100" startDate="2018-08-21 11:35:04 +0100" endDate="2018-08-21 11:42:18 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 12:22:41 +0100" startDate="2018-08-21 11:53:16 +0100" endDate="2018-08-21 11:59:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 13:24:19 +0100" startDate="2018-08-21 12:16:46 +0100" endDate="2018-08-21 12:26:45 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 13:24:19 +0100" startDate="2018-08-21 12:26:45 +0100" endDate="2018-08-21 12:36:15 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 13:24:19 +0100" startDate="2018-08-21 12:36:15 +0100" endDate="2018-08-21 12:44:54 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 14:47:35 +0100" startDate="2018-08-21 13:11:49 +0100" endDate="2018-08-21 13:21:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 14:47:35 +0100" startDate="2018-08-21 13:21:43 +0100" endDate="2018-08-21 13:26:12 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 14:47:35 +0100" startDate="2018-08-21 13:47:55 +0100" endDate="2018-08-21 13:57:00 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 14:47:35 +0100" startDate="2018-08-21 14:33:40 +0100" endDate="2018-08-21 14:43:14 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 15:25:59 +0100" startDate="2018-08-21 14:43:14 +0100" endDate="2018-08-21 14:49:45 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 15:25:59 +0100" startDate="2018-08-21 14:49:45 +0100" endDate="2018-08-21 14:58:11 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 15:25:59 +0100" startDate="2018-08-21 14:58:11 +0100" endDate="2018-08-21 15:01:14 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 16:17:45 +0100" startDate="2018-08-21 15:19:15 +0100" endDate="2018-08-21 15:28:25 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 16:17:45 +0100" startDate="2018-08-21 15:29:27 +0100" endDate="2018-08-21 15:39:26 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 16:17:45 +0100" startDate="2018-08-21 15:39:26 +0100" endDate="2018-08-21 15:49:23 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 16:17:45 +0100" startDate="2018-08-21 15:49:23 +0100" endDate="2018-08-21 15:56:05 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 16:17:45 +0100" startDate="2018-08-21 15:56:05 +0100" endDate="2018-08-21 16:03:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 17:17:48 +0100" startDate="2018-08-21 16:17:14 +0100" endDate="2018-08-21 16:27:13 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 17:17:48 +0100" startDate="2018-08-21 16:27:13 +0100" endDate="2018-08-21 16:32:13 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 17:17:48 +0100" startDate="2018-08-21 16:50:38 +0100" endDate="2018-08-21 16:57:59 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 17:17:48 +0100" startDate="2018-08-21 16:57:59 +0100" endDate="2018-08-21 17:01:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 17:17:48 +0100" startDate="2018-08-21 17:03:11 +0100" endDate="2018-08-21 17:09:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 17:09:31 +0100" endDate="2018-08-21 17:19:29 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 17:19:29 +0100" endDate="2018-08-21 17:26:16 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 17:32:57 +0100" endDate="2018-08-21 17:41:24 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 17:41:24 +0100" endDate="2018-08-21 17:51:21 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 17:51:21 +0100" endDate="2018-08-21 18:01:02 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 18:01:02 +0100" endDate="2018-08-21 18:08:03 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 18:08:21 +0100" endDate="2018-08-21 18:17:06 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 19:18:11 +0100" startDate="2018-08-21 18:17:06 +0100" endDate="2018-08-21 18:20:22 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 19:18:11 +0100" startDate="2018-08-21 18:36:19 +0100" endDate="2018-08-21 18:43:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 19:18:11 +0100" startDate="2018-08-21 18:48:58 +0100" endDate="2018-08-21 18:58:00 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 19:18:11 +0100" startDate="2018-08-21 19:05:26 +0100" endDate="2018-08-21 19:15:25 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 22:07:05 +0100" startDate="2018-08-21 21:22:35 +0100" endDate="2018-08-21 21:30:52 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 22:07:05 +0100" startDate="2018-08-21 21:30:52 +0100" endDate="2018-08-21 21:40:22 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 22:07:05 +0100" startDate="2018-08-21 21:40:22 +0100" endDate="2018-08-21 21:49:37 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 22:07:05 +0100" startDate="2018-08-21 21:54:37 +0100" endDate="2018-08-21 22:01:03 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-21 22:22:06 +0100" startDate="2018-08-21 22:01:03 +0100" endDate="2018-08-21 22:08:10 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 06:17:36 +0100" startDate="2018-08-22 05:27:11 +0100" endDate="2018-08-22 05:37:09 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 06:17:36 +0100" startDate="2018-08-22 05:48:36 +0100" endDate="2018-08-22 05:55:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 06:17:36 +0100" startDate="2018-08-22 05:59:46 +0100" endDate="2018-08-22 06:06:41 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 06:17:36 +0100" startDate="2018-08-22 06:06:41 +0100" endDate="2018-08-22 06:16:31 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 07:24:32 +0100" startDate="2018-08-22 06:16:31 +0100" endDate="2018-08-22 06:26:03 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 08:18:30 +0100" startDate="2018-08-22 07:48:50 +0100" endDate="2018-08-22 07:55:23 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 10:19:30 +0100" startDate="2018-08-22 09:26:40 +0100" endDate="2018-08-22 09:36:39 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 10:19:30 +0100" startDate="2018-08-22 09:36:39 +0100" endDate="2018-08-22 09:46:39 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 10:19:30 +0100" startDate="2018-08-22 09:46:39 +0100" endDate="2018-08-22 09:48:00 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 11:25:18 +0100" startDate="2018-08-22 10:34:12 +0100" endDate="2018-08-22 10:40:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 11:25:18 +0100" startDate="2018-08-22 10:49:15 +0100" endDate="2018-08-22 10:58:36 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 11:25:18 +0100" startDate="2018-08-22 10:58:36 +0100" endDate="2018-08-22 11:06:51 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 12:18:52 +0100" startDate="2018-08-22 11:45:12 +0100" endDate="2018-08-22 11:55:10 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 12:18:52 +0100" startDate="2018-08-22 11:55:10 +0100" endDate="2018-08-22 12:02:37 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 13:17:36 +0100" startDate="2018-08-22 12:20:05 +0100" endDate="2018-08-22 12:29:40 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 13:17:36 +0100" startDate="2018-08-22 12:55:18 +0100" endDate="2018-08-22 13:05:07 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 13:17:36 +0100" startDate="2018-08-22 13:05:07 +0100" endDate="2018-08-22 13:15:06 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 14:23:48 +0100" startDate="2018-08-22 13:15:06 +0100" endDate="2018-08-22 13:24:28 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 14:23:48 +0100" startDate="2018-08-22 13:33:07 +0100" endDate="2018-08-22 13:43:06 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 14:23:48 +0100" startDate="2018-08-22 13:43:06 +0100" endDate="2018-08-22 13:50:33 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 14:23:48 +0100" startDate="2018-08-22 13:52:10 +0100" endDate="2018-08-22 13:58:15 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 15:29:47 +0100" startDate="2018-08-22 14:47:52 +0100" endDate="2018-08-22 14:56:29 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 15:29:47 +0100" startDate="2018-08-22 14:56:29 +0100" endDate="2018-08-22 15:04:23 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 15:29:47 +0100" startDate="2018-08-22 15:04:23 +0100" endDate="2018-08-22 15:14:21 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 15:29:47 +0100" startDate="2018-08-22 15:14:21 +0100" endDate="2018-08-22 15:20:24 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 16:17:37 +0100" startDate="2018-08-22 15:20:24 +0100" endDate="2018-08-22 15:30:23 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 16:17:37 +0100" startDate="2018-08-22 15:30:23 +0100" endDate="2018-08-22 15:34:17 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 16:17:37 +0100" startDate="2018-08-22 15:34:37 +0100" endDate="2018-08-22 15:44:36 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 16:17:37 +0100" startDate="2018-08-22 15:44:36 +0100" endDate="2018-08-22 15:47:18 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 16:17:37 +0100" startDate="2018-08-22 15:50:14 +0100" endDate="2018-08-22 15:59:25 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 16:17:37 +0100" startDate="2018-08-22 15:59:25 +0100" endDate="2018-08-22 16:03:18 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 17:18:52 +0100" startDate="2018-08-22 16:59:34 +0100" endDate="2018-08-22 17:07:26 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 18:23:38 +0100" startDate="2018-08-22 17:13:14 +0100" endDate="2018-08-22 17:22:55 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 18:23:38 +0100" startDate="2018-08-22 17:22:55 +0100" endDate="2018-08-22 17:32:55 +0100" value="682"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 18:23:38 +0100" startDate="2018-08-22 17:32:55 +0100" endDate="2018-08-22 17:39:05 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 18:23:38 +0100" startDate="2018-08-22 17:39:05 +0100" endDate="2018-08-22 17:49:04 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 18:23:38 +0100" startDate="2018-08-22 17:49:04 +0100" endDate="2018-08-22 17:57:19 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 19:21:29 +0100" startDate="2018-08-22 19:04:02 +0100" endDate="2018-08-22 19:14:01 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 20:20:39 +0100" startDate="2018-08-22 19:14:01 +0100" endDate="2018-08-22 19:21:41 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 20:20:39 +0100" startDate="2018-08-22 19:21:41 +0100" endDate="2018-08-22 19:31:38 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 20:20:39 +0100" startDate="2018-08-22 19:31:38 +0100" endDate="2018-08-22 19:36:49 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 21:31:30 +0100" startDate="2018-08-22 20:18:25 +0100" endDate="2018-08-22 20:28:11 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 21:31:30 +0100" startDate="2018-08-22 20:28:11 +0100" endDate="2018-08-22 20:35:15 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 21:31:30 +0100" startDate="2018-08-22 20:35:15 +0100" endDate="2018-08-22 20:41:09 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-22 22:35:05 +0100" startDate="2018-08-22 21:57:27 +0100" endDate="2018-08-22 22:04:24 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 06:18:45 +0100" startDate="2018-08-23 05:56:11 +0100" endDate="2018-08-23 06:05:23 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 07:18:35 +0100" startDate="2018-08-23 06:31:59 +0100" endDate="2018-08-23 06:39:13 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 07:18:35 +0100" startDate="2018-08-23 06:39:13 +0100" endDate="2018-08-23 06:46:59 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 07:18:35 +0100" startDate="2018-08-23 06:46:59 +0100" endDate="2018-08-23 06:56:42 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 07:18:35 +0100" startDate="2018-08-23 06:56:42 +0100" endDate="2018-08-23 07:03:11 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 08:19:03 +0100" startDate="2018-08-23 07:08:55 +0100" endDate="2018-08-23 07:18:10 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 08:19:03 +0100" startDate="2018-08-23 07:18:10 +0100" endDate="2018-08-23 07:25:50 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 08:19:03 +0100" startDate="2018-08-23 07:37:29 +0100" endDate="2018-08-23 07:47:02 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 09:19:52 +0100" startDate="2018-08-23 08:46:33 +0100" endDate="2018-08-23 08:55:44 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 10:20:10 +0100" endDate="2018-08-23 10:29:40 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 10:29:40 +0100" endDate="2018-08-23 10:39:39 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 10:39:39 +0100" endDate="2018-08-23 10:48:43 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 10:48:43 +0100" endDate="2018-08-23 10:51:46 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 11:04:03 +0100" endDate="2018-08-23 11:14:02 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 11:14:02 +0100" endDate="2018-08-23 11:24:02 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 11:24:02 +0100" endDate="2018-08-23 11:25:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 14:17:59 +0100" startDate="2018-08-23 13:23:02 +0100" endDate="2018-08-23 13:33:00 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 14:17:59 +0100" startDate="2018-08-23 13:45:04 +0100" endDate="2018-08-23 13:51:34 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 15:19:04 +0100" startDate="2018-08-23 14:11:16 +0100" endDate="2018-08-23 14:20:56 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 16:30:33 +0100" startDate="2018-08-23 15:21:32 +0100" endDate="2018-08-23 15:31:31 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 16:30:33 +0100" startDate="2018-08-23 15:31:31 +0100" endDate="2018-08-23 15:37:55 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 17:18:58 +0100" startDate="2018-08-23 16:24:13 +0100" endDate="2018-08-23 16:34:12 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 17:18:58 +0100" startDate="2018-08-23 16:34:12 +0100" endDate="2018-08-23 16:43:39 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 17:18:58 +0100" startDate="2018-08-23 16:43:39 +0100" endDate="2018-08-23 16:51:57 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 17:18:58 +0100" startDate="2018-08-23 16:57:24 +0100" endDate="2018-08-23 17:03:44 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 18:22:04 +0100" startDate="2018-08-23 17:10:30 +0100" endDate="2018-08-23 17:18:34 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 18:22:04 +0100" startDate="2018-08-23 17:20:22 +0100" endDate="2018-08-23 17:26:47 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 18:22:04 +0100" startDate="2018-08-23 17:28:58 +0100" endDate="2018-08-23 17:36:50 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 19:17:58 +0100" startDate="2018-08-23 18:22:46 +0100" endDate="2018-08-23 18:31:49 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 19:17:58 +0100" startDate="2018-08-23 18:40:11 +0100" endDate="2018-08-23 18:50:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 19:17:58 +0100" startDate="2018-08-23 18:50:09 +0100" endDate="2018-08-23 18:56:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 20:55:49 +0100" startDate="2018-08-23 19:35:16 +0100" endDate="2018-08-23 19:41:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-23 20:55:49 +0100" startDate="2018-08-23 20:29:15 +0100" endDate="2018-08-23 20:38:38 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 06:23:42 +0100" startDate="2018-08-24 06:00:41 +0100" endDate="2018-08-24 06:10:20 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 06:23:42 +0100" startDate="2018-08-24 06:10:20 +0100" endDate="2018-08-24 06:14:48 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 07:20:34 +0100" startDate="2018-08-24 06:23:32 +0100" endDate="2018-08-24 06:29:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 07:20:34 +0100" startDate="2018-08-24 06:41:04 +0100" endDate="2018-08-24 06:48:08 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 07:20:34 +0100" startDate="2018-08-24 06:48:08 +0100" endDate="2018-08-24 06:58:06 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 07:20:34 +0100" startDate="2018-08-24 06:58:06 +0100" endDate="2018-08-24 07:07:44 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 10:21:07 +0100" startDate="2018-08-24 09:28:10 +0100" endDate="2018-08-24 09:37:09 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 10:21:07 +0100" startDate="2018-08-24 09:44:54 +0100" endDate="2018-08-24 09:54:53 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 10:21:07 +0100" startDate="2018-08-24 09:54:53 +0100" endDate="2018-08-24 10:00:02 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 11:20:34 +0100" startDate="2018-08-24 10:56:28 +0100" endDate="2018-08-24 11:04:10 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 11:20:34 +0100" startDate="2018-08-24 11:04:10 +0100" endDate="2018-08-24 11:14:09 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 12:18:29 +0100" startDate="2018-08-24 11:14:09 +0100" endDate="2018-08-24 11:21:07 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 12:18:29 +0100" startDate="2018-08-24 11:24:45 +0100" endDate="2018-08-24 11:34:44 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 12:18:29 +0100" startDate="2018-08-24 11:34:44 +0100" endDate="2018-08-24 11:44:42 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 12:18:29 +0100" startDate="2018-08-24 11:44:42 +0100" endDate="2018-08-24 11:45:56 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 12:18:29 +0100" startDate="2018-08-24 11:53:13 +0100" endDate="2018-08-24 12:01:01 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 12:18:29 +0100" startDate="2018-08-24 12:03:20 +0100" endDate="2018-08-24 12:10:33 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 13:21:46 +0100" startDate="2018-08-24 12:10:33 +0100" endDate="2018-08-24 12:20:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 13:21:46 +0100" startDate="2018-08-24 12:20:32 +0100" endDate="2018-08-24 12:21:15 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 14:17:39 +0100" startDate="2018-08-24 13:17:43 +0100" endDate="2018-08-24 13:27:07 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 14:17:39 +0100" startDate="2018-08-24 13:27:07 +0100" endDate="2018-08-24 13:33:00 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 14:17:39 +0100" startDate="2018-08-24 13:33:05 +0100" endDate="2018-08-24 13:40:09 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 14:17:39 +0100" startDate="2018-08-24 13:44:47 +0100" endDate="2018-08-24 13:52:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 15:18:04 +0100" startDate="2018-08-24 14:14:04 +0100" endDate="2018-08-24 14:20:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 15:18:04 +0100" startDate="2018-08-24 14:26:39 +0100" endDate="2018-08-24 14:35:50 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 15:18:04 +0100" startDate="2018-08-24 14:43:07 +0100" endDate="2018-08-24 14:53:05 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 15:18:04 +0100" startDate="2018-08-24 14:53:05 +0100" endDate="2018-08-24 15:03:03 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 15:18:04 +0100" startDate="2018-08-24 15:03:03 +0100" endDate="2018-08-24 15:08:03 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 16:17:33 +0100" startDate="2018-08-24 15:08:03 +0100" endDate="2018-08-24 15:17:15 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 16:17:33 +0100" startDate="2018-08-24 15:17:15 +0100" endDate="2018-08-24 15:25:20 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 16:17:33 +0100" startDate="2018-08-24 15:28:25 +0100" endDate="2018-08-24 15:35:01 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 17:18:00 +0100" startDate="2018-08-24 16:27:58 +0100" endDate="2018-08-24 16:34:39 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 17:18:00 +0100" startDate="2018-08-24 16:34:39 +0100" endDate="2018-08-24 16:39:37 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 17:18:00 +0100" startDate="2018-08-24 16:42:17 +0100" endDate="2018-08-24 16:51:53 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 17:18:00 +0100" startDate="2018-08-24 16:51:53 +0100" endDate="2018-08-24 16:56:02 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 17:18:00 +0100" startDate="2018-08-24 16:56:56 +0100" endDate="2018-08-24 17:03:19 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 17:18:00 +0100" startDate="2018-08-24 17:07:34 +0100" endDate="2018-08-24 17:17:00 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 18:19:35 +0100" startDate="2018-08-24 17:17:00 +0100" endDate="2018-08-24 17:19:46 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 18:19:35 +0100" startDate="2018-08-24 17:59:59 +0100" endDate="2018-08-24 18:07:20 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 18:19:35 +0100" startDate="2018-08-24 18:08:18 +0100" endDate="2018-08-24 18:15:09 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 19:18:09 +0100" startDate="2018-08-24 18:21:04 +0100" endDate="2018-08-24 18:29:37 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 19:18:09 +0100" startDate="2018-08-24 18:29:37 +0100" endDate="2018-08-24 18:33:28 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 19:18:09 +0100" startDate="2018-08-24 18:51:59 +0100" endDate="2018-08-24 19:00:14 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 19:18:09 +0100" startDate="2018-08-24 19:00:14 +0100" endDate="2018-08-24 19:09:51 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 20:20:44 +0100" startDate="2018-08-24 19:09:51 +0100" endDate="2018-08-24 19:18:11 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 20:20:44 +0100" startDate="2018-08-24 19:40:10 +0100" endDate="2018-08-24 19:46:15 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 21:20:42 +0100" startDate="2018-08-24 20:23:33 +0100" endDate="2018-08-24 20:33:32 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 21:20:42 +0100" startDate="2018-08-24 20:33:32 +0100" endDate="2018-08-24 20:40:07 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 21:20:42 +0100" startDate="2018-08-24 20:41:41 +0100" endDate="2018-08-24 20:51:40 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 21:20:42 +0100" startDate="2018-08-24 20:51:40 +0100" endDate="2018-08-24 20:59:39 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 21:20:42 +0100" startDate="2018-08-24 21:10:25 +0100" endDate="2018-08-24 21:20:14 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 22:45:42 +0100" startDate="2018-08-24 21:20:14 +0100" endDate="2018-08-24 21:29:27 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-24 23:51:07 +0100" startDate="2018-08-24 22:53:39 +0100" endDate="2018-08-24 23:00:12 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 08:17:37 +0100" startDate="2018-08-25 08:03:51 +0100" endDate="2018-08-25 08:12:04 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 09:18:59 +0100" startDate="2018-08-25 08:12:04 +0100" endDate="2018-08-25 08:21:24 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 10:22:29 +0100" startDate="2018-08-25 09:56:27 +0100" endDate="2018-08-25 10:06:12 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 10:22:29 +0100" startDate="2018-08-25 10:06:12 +0100" endDate="2018-08-25 10:10:39 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 11:18:21 +0100" startDate="2018-08-25 10:34:30 +0100" endDate="2018-08-25 10:44:05 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 11:18:21 +0100" startDate="2018-08-25 10:44:05 +0100" endDate="2018-08-25 10:54:04 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 11:18:21 +0100" startDate="2018-08-25 10:54:04 +0100" endDate="2018-08-25 11:00:55 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 11:18:21 +0100" startDate="2018-08-25 11:00:55 +0100" endDate="2018-08-25 11:08:46 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 12:20:20 +0100" startDate="2018-08-25 11:15:27 +0100" endDate="2018-08-25 11:25:26 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 12:20:20 +0100" startDate="2018-08-25 11:25:26 +0100" endDate="2018-08-25 11:32:32 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 12:20:20 +0100" startDate="2018-08-25 11:36:59 +0100" endDate="2018-08-25 11:46:59 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 12:20:20 +0100" startDate="2018-08-25 11:46:59 +0100" endDate="2018-08-25 11:56:04 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 12:20:20 +0100" startDate="2018-08-25 11:56:04 +0100" endDate="2018-08-25 12:03:50 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 13:24:21 +0100" startDate="2018-08-25 12:23:49 +0100" endDate="2018-08-25 12:32:32 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 13:24:21 +0100" startDate="2018-08-25 12:32:32 +0100" endDate="2018-08-25 12:42:31 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 13:24:21 +0100" startDate="2018-08-25 12:51:46 +0100" endDate="2018-08-25 13:01:45 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 13:24:21 +0100" startDate="2018-08-25 13:01:45 +0100" endDate="2018-08-25 13:11:43 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 13:24:21 +0100" startDate="2018-08-25 13:11:43 +0100" endDate="2018-08-25 13:21:39 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 14:18:31 +0100" startDate="2018-08-25 13:21:39 +0100" endDate="2018-08-25 13:31:37 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 14:18:31 +0100" startDate="2018-08-25 13:31:37 +0100" endDate="2018-08-25 13:41:25 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 14:18:31 +0100" startDate="2018-08-25 13:41:25 +0100" endDate="2018-08-25 13:51:23 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 14:18:31 +0100" startDate="2018-08-25 13:51:23 +0100" endDate="2018-08-25 13:58:39 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 15:25:57 +0100" startDate="2018-08-25 14:12:10 +0100" endDate="2018-08-25 14:18:53 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 15:25:57 +0100" startDate="2018-08-25 14:29:38 +0100" endDate="2018-08-25 14:36:39 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 15:25:57 +0100" startDate="2018-08-25 15:05:19 +0100" endDate="2018-08-25 15:14:22 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 15:25:57 +0100" startDate="2018-08-25 15:14:22 +0100" endDate="2018-08-25 15:24:18 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 15:24:18 +0100" endDate="2018-08-25 15:32:06 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 15:42:15 +0100" endDate="2018-08-25 15:48:38 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 16:10:26 +0100" endDate="2018-08-25 16:17:30 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 16:17:30 +0100" endDate="2018-08-25 16:25:14 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 16:28:09 +0100" endDate="2018-08-25 16:36:36 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 16:37:07 +0100" endDate="2018-08-25 16:45:22 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 16:45:22 +0100" endDate="2018-08-25 16:55:16 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 16:55:16 +0100" endDate="2018-08-25 17:04:58 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 17:27:05 +0100" startDate="2018-08-25 17:04:58 +0100" endDate="2018-08-25 17:10:39 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 18:19:41 +0100" startDate="2018-08-25 17:42:48 +0100" endDate="2018-08-25 17:52:35 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 18:19:41 +0100" startDate="2018-08-25 17:52:35 +0100" endDate="2018-08-25 17:59:46 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 18:19:41 +0100" startDate="2018-08-25 17:59:46 +0100" endDate="2018-08-25 18:09:44 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 19:26:48 +0100" startDate="2018-08-25 18:09:44 +0100" endDate="2018-08-25 18:19:43 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 19:26:48 +0100" startDate="2018-08-25 18:19:43 +0100" endDate="2018-08-25 18:27:50 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 19:26:48 +0100" startDate="2018-08-25 18:47:47 +0100" endDate="2018-08-25 18:53:52 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 19:26:48 +0100" startDate="2018-08-25 18:58:41 +0100" endDate="2018-08-25 19:04:54 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 20:50:27 +0100" startDate="2018-08-25 19:17:34 +0100" endDate="2018-08-25 19:26:24 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 20:50:27 +0100" startDate="2018-08-25 19:49:35 +0100" endDate="2018-08-25 19:57:50 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 22:11:23 +0100" startDate="2018-08-25 20:44:33 +0100" endDate="2018-08-25 20:54:27 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 22:11:23 +0100" startDate="2018-08-25 21:58:39 +0100" endDate="2018-08-25 22:05:58 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 23:42:04 +0100" startDate="2018-08-25 22:55:31 +0100" endDate="2018-08-25 23:01:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-25 23:42:04 +0100" startDate="2018-08-25 23:10:07 +0100" endDate="2018-08-25 23:18:55 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 00:40:52 +0100" startDate="2018-08-26 00:00:06 +0100" endDate="2018-08-26 00:09:52 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 01:45:14 +0100" startDate="2018-08-26 00:33:32 +0100" endDate="2018-08-26 00:43:32 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 01:45:14 +0100" startDate="2018-08-26 00:43:32 +0100" endDate="2018-08-26 00:50:58 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 01:45:14 +0100" startDate="2018-08-26 00:50:58 +0100" endDate="2018-08-26 01:00:19 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 01:45:14 +0100" startDate="2018-08-26 01:07:43 +0100" endDate="2018-08-26 01:17:40 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 01:45:14 +0100" startDate="2018-08-26 01:17:40 +0100" endDate="2018-08-26 01:23:48 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 01:45:14 +0100" startDate="2018-08-26 01:26:03 +0100" endDate="2018-08-26 01:35:12 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 09:33:34 +0100" startDate="2018-08-26 08:47:41 +0100" endDate="2018-08-26 08:54:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 12:32:03 +0100" startDate="2018-08-26 11:28:20 +0100" endDate="2018-08-26 11:38:20 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 12:32:03 +0100" startDate="2018-08-26 11:38:20 +0100" endDate="2018-08-26 11:40:58 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 14:00:43 +0100" startDate="2018-08-26 12:29:43 +0100" endDate="2018-08-26 12:39:09 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 14:00:43 +0100" startDate="2018-08-26 12:39:09 +0100" endDate="2018-08-26 12:40:17 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 14:00:43 +0100" startDate="2018-08-26 13:34:10 +0100" endDate="2018-08-26 13:43:31 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 15:32:34 +0100" startDate="2018-08-26 14:22:35 +0100" endDate="2018-08-26 14:30:30 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 15:32:34 +0100" startDate="2018-08-26 14:55:12 +0100" endDate="2018-08-26 15:04:20 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 15:32:34 +0100" startDate="2018-08-26 15:04:20 +0100" endDate="2018-08-26 15:14:15 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 15:32:34 +0100" startDate="2018-08-26 15:14:15 +0100" endDate="2018-08-26 15:22:49 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 17:05:06 +0100" startDate="2018-08-26 15:53:37 +0100" endDate="2018-08-26 16:01:39 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 17:05:06 +0100" startDate="2018-08-26 16:01:39 +0100" endDate="2018-08-26 16:11:38 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 17:05:06 +0100" startDate="2018-08-26 16:11:38 +0100" endDate="2018-08-26 16:15:02 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 17:32:20 +0100" startDate="2018-08-26 17:14:33 +0100" endDate="2018-08-26 17:20:35 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 17:32:20 +0100" startDate="2018-08-26 17:20:35 +0100" endDate="2018-08-26 17:26:57 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 18:33:29 +0100" startDate="2018-08-26 17:56:04 +0100" endDate="2018-08-26 18:05:00 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 18:33:29 +0100" startDate="2018-08-26 18:05:00 +0100" endDate="2018-08-26 18:07:04 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 18:33:29 +0100" startDate="2018-08-26 18:20:13 +0100" endDate="2018-08-26 18:26:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 19:36:50 +0100" startDate="2018-08-26 18:33:14 +0100" endDate="2018-08-26 18:43:13 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 19:36:50 +0100" startDate="2018-08-26 18:43:13 +0100" endDate="2018-08-26 18:51:55 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 19:36:50 +0100" startDate="2018-08-26 19:06:14 +0100" endDate="2018-08-26 19:12:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 20:32:03 +0100" startDate="2018-08-26 19:39:16 +0100" endDate="2018-08-26 19:49:14 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 20:32:03 +0100" startDate="2018-08-26 19:49:14 +0100" endDate="2018-08-26 19:58:34 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 20:32:03 +0100" startDate="2018-08-26 19:58:34 +0100" endDate="2018-08-26 20:02:02 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-26 22:19:36 +0100" startDate="2018-08-26 21:28:53 +0100" endDate="2018-08-26 21:35:13 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 06:33:39 +0100" startDate="2018-08-27 05:31:23 +0100" endDate="2018-08-27 05:37:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 06:33:39 +0100" startDate="2018-08-27 05:43:50 +0100" endDate="2018-08-27 05:51:09 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 06:33:39 +0100" startDate="2018-08-27 06:14:46 +0100" endDate="2018-08-27 06:21:47 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 06:33:39 +0100" startDate="2018-08-27 06:21:47 +0100" endDate="2018-08-27 06:30:36 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 07:35:02 +0100" startDate="2018-08-27 06:30:36 +0100" endDate="2018-08-27 06:40:34 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 07:35:02 +0100" startDate="2018-08-27 06:40:34 +0100" endDate="2018-08-27 06:43:40 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 10:34:54 +0100" startDate="2018-08-27 10:19:25 +0100" endDate="2018-08-27 10:29:25 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 11:33:59 +0100" startDate="2018-08-27 10:29:25 +0100" endDate="2018-08-27 10:39:24 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 11:33:59 +0100" startDate="2018-08-27 10:39:24 +0100" endDate="2018-08-27 10:41:21 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 11:33:59 +0100" startDate="2018-08-27 10:56:26 +0100" endDate="2018-08-27 11:06:25 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 11:33:59 +0100" startDate="2018-08-27 11:06:25 +0100" endDate="2018-08-27 11:12:27 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 11:33:59 +0100" startDate="2018-08-27 11:12:31 +0100" endDate="2018-08-27 11:22:23 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 11:33:59 +0100" startDate="2018-08-27 11:22:23 +0100" endDate="2018-08-27 11:25:13 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 15:34:28 +0100" startDate="2018-08-27 14:49:58 +0100" endDate="2018-08-27 14:59:57 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 15:34:28 +0100" startDate="2018-08-27 14:59:57 +0100" endDate="2018-08-27 15:06:42 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 15:34:28 +0100" startDate="2018-08-27 15:07:36 +0100" endDate="2018-08-27 15:17:35 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 15:34:28 +0100" startDate="2018-08-27 15:17:35 +0100" endDate="2018-08-27 15:22:07 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 16:36:07 +0100" startDate="2018-08-27 15:54:47 +0100" endDate="2018-08-27 16:04:47 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 16:36:07 +0100" startDate="2018-08-27 16:04:47 +0100" endDate="2018-08-27 16:14:45 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 16:36:07 +0100" startDate="2018-08-27 16:14:45 +0100" endDate="2018-08-27 16:21:02 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 18:33:29 +0100" startDate="2018-08-27 18:17:27 +0100" endDate="2018-08-27 18:25:12 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 19:32:44 +0100" startDate="2018-08-27 18:25:12 +0100" endDate="2018-08-27 18:31:47 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 19:32:44 +0100" startDate="2018-08-27 18:31:47 +0100" endDate="2018-08-27 18:38:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 19:32:44 +0100" startDate="2018-08-27 19:08:44 +0100" endDate="2018-08-27 19:18:44 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 19:32:44 +0100" startDate="2018-08-27 19:18:44 +0100" endDate="2018-08-27 19:27:20 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 20:35:30 +0100" startDate="2018-08-27 19:27:20 +0100" endDate="2018-08-27 19:29:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 20:35:30 +0100" startDate="2018-08-27 19:41:35 +0100" endDate="2018-08-27 19:49:34 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 20:35:30 +0100" startDate="2018-08-27 19:55:50 +0100" endDate="2018-08-27 20:05:49 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 20:35:30 +0100" startDate="2018-08-27 20:05:49 +0100" endDate="2018-08-27 20:07:02 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 22:49:55 +0100" startDate="2018-08-27 20:48:10 +0100" endDate="2018-08-27 20:58:10 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-27 22:49:55 +0100" startDate="2018-08-27 20:58:10 +0100" endDate="2018-08-27 21:04:32 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 06:34:14 +0100" startDate="2018-08-28 05:54:07 +0100" endDate="2018-08-28 06:00:45 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 07:32:12 +0100" startDate="2018-08-28 06:38:16 +0100" endDate="2018-08-28 06:45:09 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 07:32:12 +0100" startDate="2018-08-28 06:49:46 +0100" endDate="2018-08-28 06:59:45 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 07:32:12 +0100" startDate="2018-08-28 06:59:45 +0100" endDate="2018-08-28 07:09:43 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 07:32:12 +0100" startDate="2018-08-28 07:09:43 +0100" endDate="2018-08-28 07:14:18 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 07:32:12 +0100" startDate="2018-08-28 07:16:28 +0100" endDate="2018-08-28 07:23:52 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 10:32:46 +0100" startDate="2018-08-28 10:20:30 +0100" endDate="2018-08-28 10:30:14 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 11:33:46 +0100" startDate="2018-08-28 10:30:14 +0100" endDate="2018-08-28 10:40:12 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 11:33:46 +0100" startDate="2018-08-28 10:40:12 +0100" endDate="2018-08-28 10:49:59 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 11:33:46 +0100" startDate="2018-08-28 10:58:31 +0100" endDate="2018-08-28 11:08:30 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 11:33:46 +0100" startDate="2018-08-28 11:08:30 +0100" endDate="2018-08-28 11:15:58 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 14:36:25 +0100" startDate="2018-08-28 13:48:02 +0100" endDate="2018-08-28 13:58:02 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 14:36:25 +0100" startDate="2018-08-28 13:58:02 +0100" endDate="2018-08-28 14:08:00 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 14:36:25 +0100" startDate="2018-08-28 14:08:00 +0100" endDate="2018-08-28 14:15:51 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 16:32:09 +0100" startDate="2018-08-28 15:48:17 +0100" endDate="2018-08-28 15:56:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 16:32:09 +0100" startDate="2018-08-28 15:56:45 +0100" endDate="2018-08-28 16:06:43 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 16:32:09 +0100" startDate="2018-08-28 16:06:43 +0100" endDate="2018-08-28 16:15:18 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 16:32:09 +0100" startDate="2018-08-28 16:15:18 +0100" endDate="2018-08-28 16:25:18 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 17:33:52 +0100" startDate="2018-08-28 16:25:18 +0100" endDate="2018-08-28 16:33:48 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 17:33:52 +0100" startDate="2018-08-28 16:33:48 +0100" endDate="2018-08-28 16:43:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 17:33:52 +0100" startDate="2018-08-28 16:43:38 +0100" endDate="2018-08-28 16:52:33 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 17:33:52 +0100" startDate="2018-08-28 17:07:07 +0100" endDate="2018-08-28 17:13:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 17:33:52 +0100" startDate="2018-08-28 17:17:49 +0100" endDate="2018-08-28 17:23:59 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 18:33:53 +0100" startDate="2018-08-28 17:37:12 +0100" endDate="2018-08-28 17:47:12 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 18:33:53 +0100" startDate="2018-08-28 18:10:45 +0100" endDate="2018-08-28 18:20:28 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 19:33:28 +0100" startDate="2018-08-28 18:30:35 +0100" endDate="2018-08-28 18:40:30 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 19:33:28 +0100" startDate="2018-08-28 18:40:30 +0100" endDate="2018-08-28 18:48:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 19:33:28 +0100" startDate="2018-08-28 18:48:36 +0100" endDate="2018-08-28 18:55:58 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 20:36:41 +0100" startDate="2018-08-28 19:45:29 +0100" endDate="2018-08-28 19:54:01 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 20:36:41 +0100" startDate="2018-08-28 19:54:01 +0100" endDate="2018-08-28 20:03:44 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 20:36:41 +0100" startDate="2018-08-28 20:03:44 +0100" endDate="2018-08-28 20:07:21 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 20:36:41 +0100" startDate="2018-08-28 20:09:09 +0100" endDate="2018-08-28 20:18:56 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 22:47:23 +0100" startDate="2018-08-28 20:31:07 +0100" endDate="2018-08-28 20:38:59 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 22:47:23 +0100" startDate="2018-08-28 20:42:57 +0100" endDate="2018-08-28 20:52:53 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 22:47:23 +0100" startDate="2018-08-28 20:52:53 +0100" endDate="2018-08-28 20:58:38 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-28 22:47:23 +0100" startDate="2018-08-28 21:39:58 +0100" endDate="2018-08-28 21:46:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 05:32:50 +0100" startDate="2018-08-29 05:16:16 +0100" endDate="2018-08-29 05:23:35 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 06:32:05 +0100" startDate="2018-08-29 06:17:47 +0100" endDate="2018-08-29 06:27:08 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 07:32:28 +0100" startDate="2018-08-29 06:27:08 +0100" endDate="2018-08-29 06:35:42 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 07:32:28 +0100" startDate="2018-08-29 06:43:51 +0100" endDate="2018-08-29 06:51:59 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 07:32:28 +0100" startDate="2018-08-29 06:51:59 +0100" endDate="2018-08-29 06:59:51 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 07:32:28 +0100" startDate="2018-08-29 07:20:15 +0100" endDate="2018-08-29 07:30:14 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 07:43:21 +0100" startDate="2018-08-29 07:30:14 +0100" endDate="2018-08-29 07:33:14 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 07:56:01 +0100" startDate="2018-08-29 07:39:50 +0100" endDate="2018-08-29 07:49:49 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 08:10:18 +0100" startDate="2018-08-29 07:49:49 +0100" endDate="2018-08-29 07:59:47 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 08:10:18 +0100" startDate="2018-08-29 07:59:47 +0100" endDate="2018-08-29 08:00:41 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 08:47:17 +0100" startDate="2018-08-29 08:28:20 +0100" endDate="2018-08-29 08:38:18 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 09:04:53 +0100" startDate="2018-08-29 08:48:50 +0100" endDate="2018-08-29 08:55:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 11:33:38 +0100" startDate="2018-08-29 10:35:58 +0100" endDate="2018-08-29 10:45:57 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 11:33:38 +0100" startDate="2018-08-29 10:45:57 +0100" endDate="2018-08-29 10:53:46 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 11:33:38 +0100" startDate="2018-08-29 10:57:24 +0100" endDate="2018-08-29 11:03:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 12:32:15 +0100" startDate="2018-08-29 11:36:29 +0100" endDate="2018-08-29 11:44:26 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 12:32:15 +0100" startDate="2018-08-29 11:44:26 +0100" endDate="2018-08-29 11:49:09 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 12:32:15 +0100" startDate="2018-08-29 12:05:32 +0100" endDate="2018-08-29 12:15:31 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 12:32:15 +0100" startDate="2018-08-29 12:15:31 +0100" endDate="2018-08-29 12:23:44 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 13:33:26 +0100" startDate="2018-08-29 12:23:44 +0100" endDate="2018-08-29 12:32:40 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 13:33:26 +0100" startDate="2018-08-29 12:36:50 +0100" endDate="2018-08-29 12:43:53 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 13:33:26 +0100" startDate="2018-08-29 13:02:01 +0100" endDate="2018-08-29 13:08:39 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 13:33:26 +0100" startDate="2018-08-29 13:08:39 +0100" endDate="2018-08-29 13:18:02 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 14:32:16 +0100" startDate="2018-08-29 14:08:45 +0100" endDate="2018-08-29 14:18:21 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 14:32:16 +0100" startDate="2018-08-29 14:21:28 +0100" endDate="2018-08-29 14:28:29 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 15:47:24 +0100" startDate="2018-08-29 14:28:29 +0100" endDate="2018-08-29 14:37:54 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 15:47:24 +0100" startDate="2018-08-29 14:37:54 +0100" endDate="2018-08-29 14:47:52 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 15:47:24 +0100" startDate="2018-08-29 14:47:52 +0100" endDate="2018-08-29 14:57:18 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 15:47:24 +0100" startDate="2018-08-29 14:57:18 +0100" endDate="2018-08-29 15:06:33 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 15:47:24 +0100" startDate="2018-08-29 15:06:33 +0100" endDate="2018-08-29 15:15:45 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 15:47:24 +0100" startDate="2018-08-29 15:15:45 +0100" endDate="2018-08-29 15:23:48 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 15:40:33 +0100" endDate="2018-08-29 15:50:32 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 15:50:32 +0100" endDate="2018-08-29 16:00:31 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:00:31 +0100" endDate="2018-08-29 16:09:41 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:09:41 +0100" endDate="2018-08-29 16:19:39 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:19:39 +0100" endDate="2018-08-29 16:29:37 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:29:37 +0100" endDate="2018-08-29 16:38:17 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:38:17 +0100" endDate="2018-08-29 16:48:16 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:48:16 +0100" endDate="2018-08-29 16:57:46 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:57:46 +0100" endDate="2018-08-29 17:06:51 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 17:06:51 +0100" endDate="2018-08-29 17:15:59 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 17:33:38 +0100" startDate="2018-08-29 17:15:59 +0100" endDate="2018-08-29 17:25:21 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 17:25:21 +0100" endDate="2018-08-29 17:35:20 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 17:35:20 +0100" endDate="2018-08-29 17:44:53 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 17:44:53 +0100" endDate="2018-08-29 17:54:41 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 17:54:41 +0100" endDate="2018-08-29 18:04:41 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 18:04:41 +0100" endDate="2018-08-29 18:14:40 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 18:14:40 +0100" endDate="2018-08-29 18:22:38 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e5d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 18:22:38 +0100" endDate="2018-08-29 18:27:45 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 05:51:04 +0100" startDate="2018-08-29 19:34:52 +0100" endDate="2018-08-29 19:41:35 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 05:51:04 +0100" startDate="2018-08-29 20:21:01 +0100" endDate="2018-08-29 20:27:45 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 05:51:04 +0100" startDate="2018-08-29 20:54:37 +0100" endDate="2018-08-29 21:00:47 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 05:51:04 +0100" startDate="2018-08-29 21:07:08 +0100" endDate="2018-08-29 21:16:14 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 05:51:04 +0100" startDate="2018-08-30 05:36:59 +0100" endDate="2018-08-30 05:46:53 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 07:01:31 +0100" startDate="2018-08-30 06:12:20 +0100" endDate="2018-08-30 06:19:37 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 07:01:31 +0100" startDate="2018-08-30 06:19:37 +0100" endDate="2018-08-30 06:24:19 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 07:01:31 +0100" startDate="2018-08-30 06:24:19 +0100" endDate="2018-08-30 06:31:42 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 07:01:31 +0100" startDate="2018-08-30 06:31:42 +0100" endDate="2018-08-30 06:41:39 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 07:01:31 +0100" startDate="2018-08-30 06:41:39 +0100" endDate="2018-08-30 06:48:54 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 08:04:01 +0100" startDate="2018-08-30 07:04:19 +0100" endDate="2018-08-30 07:12:49 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 10:01:30 +0100" startDate="2018-08-30 08:54:43 +0100" endDate="2018-08-30 09:02:05 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 11:04:40 +0100" startDate="2018-08-30 10:13:09 +0100" endDate="2018-08-30 10:23:09 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 11:04:40 +0100" startDate="2018-08-30 10:23:09 +0100" endDate="2018-08-30 10:31:46 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 11:04:40 +0100" startDate="2018-08-30 10:31:46 +0100" endDate="2018-08-30 10:40:59 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 11:04:40 +0100" startDate="2018-08-30 10:44:16 +0100" endDate="2018-08-30 10:51:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 11:04:40 +0100" startDate="2018-08-30 10:51:20 +0100" endDate="2018-08-30 11:00:50 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 12:04:29 +0100" startDate="2018-08-30 11:00:50 +0100" endDate="2018-08-30 11:02:45 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 12:04:29 +0100" startDate="2018-08-30 11:09:06 +0100" endDate="2018-08-30 11:19:05 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 12:04:29 +0100" startDate="2018-08-30 11:19:05 +0100" endDate="2018-08-30 11:27:36 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 12:04:29 +0100" startDate="2018-08-30 11:27:36 +0100" endDate="2018-08-30 11:34:49 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 16:02:06 +0100" startDate="2018-08-30 15:22:53 +0100" endDate="2018-08-30 15:32:42 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 16:02:06 +0100" startDate="2018-08-30 15:32:42 +0100" endDate="2018-08-30 15:41:35 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 16:02:06 +0100" startDate="2018-08-30 15:41:35 +0100" endDate="2018-08-30 15:45:49 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 16:02:06 +0100" startDate="2018-08-30 15:50:03 +0100" endDate="2018-08-30 15:57:04 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 17:01:04 +0100" startDate="2018-08-30 15:57:04 +0100" endDate="2018-08-30 16:02:47 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 17:01:04 +0100" startDate="2018-08-30 16:13:06 +0100" endDate="2018-08-30 16:21:19 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 19:01:15 +0100" startDate="2018-08-30 18:23:47 +0100" endDate="2018-08-30 18:29:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 19:01:15 +0100" startDate="2018-08-30 18:44:14 +0100" endDate="2018-08-30 18:54:01 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 20:03:04 +0100" startDate="2018-08-30 18:59:58 +0100" endDate="2018-08-30 19:06:39 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 20:03:04 +0100" startDate="2018-08-30 19:07:55 +0100" endDate="2018-08-30 19:14:06 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 20:03:04 +0100" startDate="2018-08-30 19:21:42 +0100" endDate="2018-08-30 19:29:31 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 20:03:04 +0100" startDate="2018-08-30 19:29:32 +0100" endDate="2018-08-30 19:39:19 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 20:03:04 +0100" startDate="2018-08-30 19:39:19 +0100" endDate="2018-08-30 19:40:07 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 20:03:04 +0100" startDate="2018-08-30 19:48:16 +0100" endDate="2018-08-30 19:56:38 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 21:06:36 +0100" startDate="2018-08-30 19:56:38 +0100" endDate="2018-08-30 19:59:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 21:06:36 +0100" startDate="2018-08-30 20:53:06 +0100" endDate="2018-08-30 20:59:57 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-30 22:34:23 +0100" startDate="2018-08-30 20:59:57 +0100" endDate="2018-08-30 21:06:38 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 06:01:28 +0100" startDate="2018-08-31 05:39:47 +0100" endDate="2018-08-31 05:48:14 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 07:01:14 +0100" startDate="2018-08-31 06:22:28 +0100" endDate="2018-08-31 06:31:53 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 07:01:14 +0100" startDate="2018-08-31 06:32:00 +0100" endDate="2018-08-31 06:41:59 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 07:01:14 +0100" startDate="2018-08-31 06:41:59 +0100" endDate="2018-08-31 06:50:20 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 08:05:16 +0100" startDate="2018-08-31 07:23:20 +0100" endDate="2018-08-31 07:31:33 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 09:02:19 +0100" startDate="2018-08-31 08:26:01 +0100" endDate="2018-08-31 08:36:00 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 10:06:30 +0100" startDate="2018-08-31 09:49:48 +0100" endDate="2018-08-31 09:59:07 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 11:05:41 +0100" startDate="2018-08-31 09:59:07 +0100" endDate="2018-08-31 10:06:30 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 11:05:41 +0100" startDate="2018-08-31 10:09:02 +0100" endDate="2018-08-31 10:15:12 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 11:05:41 +0100" startDate="2018-08-31 10:39:17 +0100" endDate="2018-08-31 10:48:58 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 11:05:41 +0100" startDate="2018-08-31 10:48:58 +0100" endDate="2018-08-31 10:58:56 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 12:04:53 +0100" startDate="2018-08-31 10:58:56 +0100" endDate="2018-08-31 11:05:41 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 12:04:53 +0100" startDate="2018-08-31 11:11:14 +0100" endDate="2018-08-31 11:21:13 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 12:04:53 +0100" startDate="2018-08-31 11:21:13 +0100" endDate="2018-08-31 11:31:11 +0100" value="972"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 12:04:53 +0100" startDate="2018-08-31 11:31:11 +0100" endDate="2018-08-31 11:37:17 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 14:01:46 +0100" startDate="2018-08-31 13:27:20 +0100" endDate="2018-08-31 13:34:24 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 15:02:20 +0100" startDate="2018-08-31 14:13:18 +0100" endDate="2018-08-31 14:21:46 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 16:02:54 +0100" startDate="2018-08-31 14:53:34 +0100" endDate="2018-08-31 15:02:58 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 16:02:54 +0100" startDate="2018-08-31 15:02:58 +0100" endDate="2018-08-31 15:12:51 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 16:02:54 +0100" startDate="2018-08-31 15:12:51 +0100" endDate="2018-08-31 15:14:46 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 16:02:54 +0100" startDate="2018-08-31 15:22:34 +0100" endDate="2018-08-31 15:32:33 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 16:02:54 +0100" startDate="2018-08-31 15:32:33 +0100" endDate="2018-08-31 15:34:13 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 16:02:54 +0100" startDate="2018-08-31 15:48:05 +0100" endDate="2018-08-31 15:56:56 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 17:01:04 +0100" startDate="2018-08-31 16:05:47 +0100" endDate="2018-08-31 16:13:43 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 18:05:23 +0100" startDate="2018-08-31 16:55:09 +0100" endDate="2018-08-31 17:05:08 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 18:05:23 +0100" startDate="2018-08-31 17:05:08 +0100" endDate="2018-08-31 17:14:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 18:05:23 +0100" startDate="2018-08-31 17:14:29 +0100" endDate="2018-08-31 17:23:26 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 18:05:23 +0100" startDate="2018-08-31 17:23:26 +0100" endDate="2018-08-31 17:30:09 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 19:01:15 +0100" startDate="2018-08-31 18:24:33 +0100" endDate="2018-08-31 18:31:52 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 19:01:15 +0100" startDate="2018-08-31 18:31:52 +0100" endDate="2018-08-31 18:36:13 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 19:01:15 +0100" startDate="2018-08-31 18:49:36 +0100" endDate="2018-08-31 18:57:16 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 20:02:09 +0100" startDate="2018-08-31 18:57:16 +0100" endDate="2018-08-31 19:02:33 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-08-31 22:27:46 +0100" startDate="2018-08-31 20:55:33 +0100" endDate="2018-08-31 21:04:08 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 06:33:30 +0100" startDate="2018-09-01 05:46:42 +0100" endDate="2018-09-01 05:52:47 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 06:33:30 +0100" startDate="2018-09-01 05:56:58 +0100" endDate="2018-09-01 06:03:16 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 08:21:16 +0100" startDate="2018-09-01 07:00:37 +0100" endDate="2018-09-01 07:07:23 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 10:06:19 +0100" startDate="2018-09-01 09:43:52 +0100" endDate="2018-09-01 09:50:17 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 11:02:07 +0100" startDate="2018-09-01 10:27:00 +0100" endDate="2018-09-01 10:33:23 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 11:02:07 +0100" startDate="2018-09-01 10:52:04 +0100" endDate="2018-09-01 10:58:16 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 14:57:39 +0100" endDate="2018-09-01 15:06:44 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 15:06:44 +0100" endDate="2018-09-01 15:16:43 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 15:16:43 +0100" endDate="2018-09-01 15:17:34 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 15:38:29 +0100" endDate="2018-09-01 15:44:55 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 15:55:44 +0100" endDate="2018-09-01 16:05:43 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 16:05:43 +0100" endDate="2018-09-01 16:14:22 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 16:23:38 +0100" endDate="2018-09-01 16:33:36 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 16:33:36 +0100" endDate="2018-09-01 16:39:12 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 18:03:03 +0100" startDate="2018-09-01 17:46:04 +0100" endDate="2018-09-01 17:55:26 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 19:03:06 +0100" startDate="2018-09-01 18:23:13 +0100" endDate="2018-09-01 18:33:12 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 19:03:06 +0100" startDate="2018-09-01 18:33:12 +0100" endDate="2018-09-01 18:43:10 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 21:26:18 +0100" startDate="2018-09-01 20:12:15 +0100" endDate="2018-09-01 20:20:16 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 21:26:18 +0100" startDate="2018-09-01 20:20:16 +0100" endDate="2018-09-01 20:30:15 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 21:26:18 +0100" startDate="2018-09-01 20:30:15 +0100" endDate="2018-09-01 20:31:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 21:26:18 +0100" startDate="2018-09-01 20:51:06 +0100" endDate="2018-09-01 21:00:48 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 21:26:18 +0100" startDate="2018-09-01 21:00:48 +0100" endDate="2018-09-01 21:06:33 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-01 23:39:03 +0100" startDate="2018-09-01 22:29:27 +0100" endDate="2018-09-01 22:36:03 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 09:03:58 +0100" startDate="2018-09-02 08:24:42 +0100" endDate="2018-09-02 08:34:40 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 09:03:58 +0100" startDate="2018-09-02 08:34:40 +0100" endDate="2018-09-02 08:35:44 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 10:01:53 +0100" startDate="2018-09-02 08:58:04 +0100" endDate="2018-09-02 09:07:52 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 10:01:53 +0100" startDate="2018-09-02 09:07:52 +0100" endDate="2018-09-02 09:08:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 11:02:51 +0100" startDate="2018-09-02 10:21:26 +0100" endDate="2018-09-02 10:31:25 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 11:02:51 +0100" startDate="2018-09-02 10:31:25 +0100" endDate="2018-09-02 10:41:10 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 11:02:51 +0100" startDate="2018-09-02 10:41:10 +0100" endDate="2018-09-02 10:51:07 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 11:02:51 +0100" startDate="2018-09-02 10:51:07 +0100" endDate="2018-09-02 11:01:05 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 12:04:17 +0100" startDate="2018-09-02 11:01:05 +0100" endDate="2018-09-02 11:11:05 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 12:04:17 +0100" startDate="2018-09-02 11:11:05 +0100" endDate="2018-09-02 11:17:05 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 12:04:17 +0100" startDate="2018-09-02 11:17:05 +0100" endDate="2018-09-02 11:27:05 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 12:04:17 +0100" startDate="2018-09-02 11:27:05 +0100" endDate="2018-09-02 11:37:04 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 12:04:17 +0100" startDate="2018-09-02 11:37:04 +0100" endDate="2018-09-02 11:42:30 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 14:37:14 +0100" startDate="2018-09-02 12:08:43 +0100" endDate="2018-09-02 12:17:04 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 14:37:14 +0100" startDate="2018-09-02 14:03:27 +0100" endDate="2018-09-02 14:10:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 17:18:20 +0100" startDate="2018-09-02 16:44:58 +0100" endDate="2018-09-02 16:52:42 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 17:18:20 +0100" startDate="2018-09-02 16:58:01 +0100" endDate="2018-09-02 17:07:20 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 21:21:30 +0100" startDate="2018-09-02 20:19:41 +0100" endDate="2018-09-02 20:25:46 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-02 22:53:58 +0100" startDate="2018-09-02 21:30:44 +0100" endDate="2018-09-02 21:38:11 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 06:04:59 +0100" startDate="2018-09-03 05:09:30 +0100" endDate="2018-09-03 05:17:15 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 06:04:59 +0100" startDate="2018-09-03 05:28:08 +0100" endDate="2018-09-03 05:38:06 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 06:04:59 +0100" startDate="2018-09-03 05:38:06 +0100" endDate="2018-09-03 05:41:36 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 07:01:50 +0100" startDate="2018-09-03 05:59:04 +0100" endDate="2018-09-03 06:06:15 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 07:01:50 +0100" startDate="2018-09-03 06:09:05 +0100" endDate="2018-09-03 06:18:51 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 07:01:50 +0100" startDate="2018-09-03 06:18:51 +0100" endDate="2018-09-03 06:28:51 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 07:01:50 +0100" startDate="2018-09-03 06:28:51 +0100" endDate="2018-09-03 06:38:11 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 07:01:50 +0100" startDate="2018-09-03 06:38:11 +0100" endDate="2018-09-03 06:47:59 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 07:01:50 +0100" startDate="2018-09-03 06:47:59 +0100" endDate="2018-09-03 06:51:53 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 08:03:45 +0100" startDate="2018-09-03 07:45:38 +0100" endDate="2018-09-03 07:55:13 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 09:04:22 +0100" startDate="2018-09-03 07:55:13 +0100" endDate="2018-09-03 08:03:45 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 09:04:22 +0100" startDate="2018-09-03 08:43:01 +0100" endDate="2018-09-03 08:49:16 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 10:02:55 +0100" startDate="2018-09-03 09:07:30 +0100" endDate="2018-09-03 09:14:08 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 10:02:55 +0100" startDate="2018-09-03 09:38:33 +0100" endDate="2018-09-03 09:46:51 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 10:02:55 +0100" startDate="2018-09-03 09:46:51 +0100" endDate="2018-09-03 09:53:37 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 11:02:24 +0100" startDate="2018-09-03 09:58:10 +0100" endDate="2018-09-03 10:07:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 11:02:24 +0100" startDate="2018-09-03 10:27:05 +0100" endDate="2018-09-03 10:33:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 11:02:24 +0100" startDate="2018-09-03 10:33:10 +0100" endDate="2018-09-03 10:39:40 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 11:02:24 +0100" startDate="2018-09-03 10:39:40 +0100" endDate="2018-09-03 10:45:05 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 11:02:24 +0100" startDate="2018-09-03 10:52:14 +0100" endDate="2018-09-03 11:02:13 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 12:03:26 +0100" startDate="2018-09-03 11:02:13 +0100" endDate="2018-09-03 11:12:06 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 12:03:26 +0100" startDate="2018-09-03 11:12:06 +0100" endDate="2018-09-03 11:16:28 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 12:03:26 +0100" startDate="2018-09-03 11:38:12 +0100" endDate="2018-09-03 11:48:11 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 12:03:26 +0100" startDate="2018-09-03 11:48:11 +0100" endDate="2018-09-03 11:57:51 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 13:02:03 +0100" startDate="2018-09-03 11:57:51 +0100" endDate="2018-09-03 12:04:06 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 13:02:03 +0100" startDate="2018-09-03 12:31:52 +0100" endDate="2018-09-03 12:41:30 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 13:02:03 +0100" startDate="2018-09-03 12:41:30 +0100" endDate="2018-09-03 12:50:48 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 12:57:46 +0100" endDate="2018-09-03 13:06:06 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 13:06:06 +0100" endDate="2018-09-03 13:15:01 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 13:15:01 +0100" endDate="2018-09-03 13:24:27 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 13:24:27 +0100" endDate="2018-09-03 13:34:10 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 13:34:10 +0100" endDate="2018-09-03 13:44:09 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 13:44:09 +0100" endDate="2018-09-03 13:54:08 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 13:54:08 +0100" endDate="2018-09-03 13:58:54 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 15:01:58 +0100" startDate="2018-09-03 14:34:13 +0100" endDate="2018-09-03 14:43:52 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 15:01:58 +0100" startDate="2018-09-03 14:43:52 +0100" endDate="2018-09-03 14:48:22 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 16:03:20 +0100" startDate="2018-09-03 15:19:30 +0100" endDate="2018-09-03 15:26:06 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 16:03:20 +0100" startDate="2018-09-03 15:26:06 +0100" endDate="2018-09-03 15:36:05 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 16:03:20 +0100" startDate="2018-09-03 15:36:05 +0100" endDate="2018-09-03 15:40:52 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 22:09:11 +0100" startDate="2018-09-03 15:54:31 +0100" endDate="2018-09-03 16:01:15 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 22:09:11 +0100" startDate="2018-09-03 16:03:24 +0100" endDate="2018-09-03 16:09:44 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 22:09:11 +0100" startDate="2018-09-03 16:10:56 +0100" endDate="2018-09-03 16:17:14 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 22:09:11 +0100" startDate="2018-09-03 16:45:18 +0100" endDate="2018-09-03 16:53:51 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 22:09:11 +0100" startDate="2018-09-03 17:43:09 +0100" endDate="2018-09-03 17:52:23 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 22:09:11 +0100" startDate="2018-09-03 18:09:20 +0100" endDate="2018-09-03 18:17:55 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 22:09:11 +0100" startDate="2018-09-03 18:17:55 +0100" endDate="2018-09-03 18:27:33 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 22:09:11 +0100" startDate="2018-09-03 18:27:33 +0100" endDate="2018-09-03 18:32:08 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 22:09:11 +0100" startDate="2018-09-03 18:32:15 +0100" endDate="2018-09-03 18:38:33 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-03 22:09:11 +0100" startDate="2018-09-03 21:43:06 +0100" endDate="2018-09-03 21:51:16 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 07:20:50 +0100" startDate="2018-09-04 06:26:51 +0100" endDate="2018-09-04 06:36:51 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 07:20:50 +0100" startDate="2018-09-04 06:36:51 +0100" endDate="2018-09-04 06:42:02 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 07:20:50 +0100" startDate="2018-09-04 06:48:37 +0100" endDate="2018-09-04 06:56:31 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 07:20:50 +0100" startDate="2018-09-04 06:58:28 +0100" endDate="2018-09-04 07:08:27 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 07:20:50 +0100" startDate="2018-09-04 07:08:27 +0100" endDate="2018-09-04 07:15:17 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 08:24:44 +0100" startDate="2018-09-04 07:15:17 +0100" endDate="2018-09-04 07:25:15 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 08:24:44 +0100" startDate="2018-09-04 07:25:15 +0100" endDate="2018-09-04 07:27:22 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 11:24:37 +0100" startDate="2018-09-04 10:22:04 +0100" endDate="2018-09-04 10:30:14 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 11:24:37 +0100" startDate="2018-09-04 10:30:14 +0100" endDate="2018-09-04 10:40:12 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 11:24:37 +0100" startDate="2018-09-04 10:40:12 +0100" endDate="2018-09-04 10:42:53 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 11:24:37 +0100" startDate="2018-09-04 10:44:21 +0100" endDate="2018-09-04 10:53:21 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 11:24:37 +0100" startDate="2018-09-04 10:59:00 +0100" endDate="2018-09-04 11:08:59 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 11:24:37 +0100" startDate="2018-09-04 11:08:59 +0100" endDate="2018-09-04 11:18:52 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 12:24:37 +0100" startDate="2018-09-04 11:18:52 +0100" endDate="2018-09-04 11:24:38 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 12:24:37 +0100" startDate="2018-09-04 11:28:24 +0100" endDate="2018-09-04 11:38:00 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 12:24:37 +0100" startDate="2018-09-04 11:38:00 +0100" endDate="2018-09-04 11:45:20 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 13:27:52 +0100" startDate="2018-09-04 12:29:58 +0100" endDate="2018-09-04 12:36:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 15:20:07 +0100" startDate="2018-09-04 15:00:26 +0100" endDate="2018-09-04 15:10:25 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 16:27:07 +0100" startDate="2018-09-04 15:10:25 +0100" endDate="2018-09-04 15:20:19 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 16:27:07 +0100" startDate="2018-09-04 15:20:19 +0100" endDate="2018-09-04 15:30:17 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 16:27:07 +0100" startDate="2018-09-04 15:30:17 +0100" endDate="2018-09-04 15:40:17 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 16:27:07 +0100" startDate="2018-09-04 15:40:17 +0100" endDate="2018-09-04 15:50:16 +0100" value="1012"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 16:27:07 +0100" startDate="2018-09-04 15:50:16 +0100" endDate="2018-09-04 15:55:42 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 16:27:07 +0100" startDate="2018-09-04 15:57:28 +0100" endDate="2018-09-04 16:05:02 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 18:19:12 +0100" startDate="2018-09-04 17:36:44 +0100" endDate="2018-09-04 17:46:44 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 18:19:12 +0100" startDate="2018-09-04 17:46:44 +0100" endDate="2018-09-04 17:56:42 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 18:19:12 +0100" startDate="2018-09-04 17:56:42 +0100" endDate="2018-09-04 18:05:34 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 18:19:12 +0100" startDate="2018-09-04 18:05:34 +0100" endDate="2018-09-04 18:13:23 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 18:31:16 +0100" startDate="2018-09-04 18:13:23 +0100" endDate="2018-09-04 18:17:10 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 18:31:16 +0100" startDate="2018-09-04 18:18:17 +0100" endDate="2018-09-04 18:25:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 19:20:55 +0100" startDate="2018-09-04 18:29:26 +0100" endDate="2018-09-04 18:37:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 22:19:12 +0100" startDate="2018-09-04 21:34:42 +0100" endDate="2018-09-04 21:41:30 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-04 22:19:12 +0100" startDate="2018-09-04 21:41:30 +0100" endDate="2018-09-04 21:49:45 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 06:19:29 +0100" startDate="2018-09-05 05:58:37 +0100" endDate="2018-09-05 06:05:35 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 07:20:31 +0100" startDate="2018-09-05 06:18:02 +0100" endDate="2018-09-05 06:24:32 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 07:20:31 +0100" startDate="2018-09-05 06:29:18 +0100" endDate="2018-09-05 06:38:06 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 07:20:31 +0100" startDate="2018-09-05 06:38:06 +0100" endDate="2018-09-05 06:48:05 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3d9f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 07:20:31 +0100" startDate="2018-09-05 06:48:05 +0100" endDate="2018-09-05 06:57:39 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 07:20:31 +0100" startDate="2018-09-05 06:57:39 +0100" endDate="2018-09-05 07:06:31 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 09:20:25 +0100" startDate="2018-09-05 08:35:57 +0100" endDate="2018-09-05 08:45:57 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 09:20:25 +0100" startDate="2018-09-05 08:45:57 +0100" endDate="2018-09-05 08:55:55 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 09:20:25 +0100" startDate="2018-09-05 08:55:55 +0100" endDate="2018-09-05 09:03:18 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 10:23:49 +0100" startDate="2018-09-05 10:08:24 +0100" endDate="2018-09-05 10:17:10 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 11:22:15 +0100" startDate="2018-09-05 10:17:10 +0100" endDate="2018-09-05 10:26:30 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 11:22:15 +0100" startDate="2018-09-05 10:26:30 +0100" endDate="2018-09-05 10:36:26 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 11:22:15 +0100" startDate="2018-09-05 10:36:26 +0100" endDate="2018-09-05 10:40:50 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 11:22:15 +0100" startDate="2018-09-05 10:52:46 +0100" endDate="2018-09-05 11:02:27 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 11:22:15 +0100" startDate="2018-09-05 11:02:27 +0100" endDate="2018-09-05 11:10:43 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 11:22:15 +0100" startDate="2018-09-05 11:10:43 +0100" endDate="2018-09-05 11:15:13 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 12:27:42 +0100" startDate="2018-09-05 11:23:29 +0100" endDate="2018-09-05 11:32:05 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 12:27:42 +0100" startDate="2018-09-05 11:32:05 +0100" endDate="2018-09-05 11:41:06 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 12:27:42 +0100" startDate="2018-09-05 11:41:06 +0100" endDate="2018-09-05 11:51:05 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 12:27:42 +0100" startDate="2018-09-05 11:51:05 +0100" endDate="2018-09-05 12:00:46 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 12:27:42 +0100" startDate="2018-09-05 12:00:46 +0100" endDate="2018-09-05 12:07:30 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 12:27:42 +0100" startDate="2018-09-05 12:08:15 +0100" endDate="2018-09-05 12:17:59 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 13:24:26 +0100" startDate="2018-09-05 12:17:59 +0100" endDate="2018-09-05 12:24:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 13:24:26 +0100" startDate="2018-09-05 12:28:01 +0100" endDate="2018-09-05 12:36:56 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 13:24:26 +0100" startDate="2018-09-05 12:36:56 +0100" endDate="2018-09-05 12:46:51 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 13:24:26 +0100" startDate="2018-09-05 12:46:51 +0100" endDate="2018-09-05 12:55:18 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 13:24:26 +0100" startDate="2018-09-05 12:55:18 +0100" endDate="2018-09-05 13:01:50 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 13:24:26 +0100" startDate="2018-09-05 13:01:50 +0100" endDate="2018-09-05 13:07:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 14:19:46 +0100" startDate="2018-09-05 13:19:05 +0100" endDate="2018-09-05 13:25:35 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 14:19:46 +0100" startDate="2018-09-05 13:25:35 +0100" endDate="2018-09-05 13:35:33 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 14:19:46 +0100" startDate="2018-09-05 13:35:33 +0100" endDate="2018-09-05 13:44:17 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 14:19:46 +0100" startDate="2018-09-05 13:44:17 +0100" endDate="2018-09-05 13:54:15 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 14:19:46 +0100" startDate="2018-09-05 13:54:15 +0100" endDate="2018-09-05 14:00:41 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 14:19:46 +0100" startDate="2018-09-05 14:08:22 +0100" endDate="2018-09-05 14:18:21 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 15:22:57 +0100" startDate="2018-09-05 14:18:21 +0100" endDate="2018-09-05 14:18:57 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 16:20:03 +0100" startDate="2018-09-05 15:26:28 +0100" endDate="2018-09-05 15:32:41 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 17:19:07 +0100" startDate="2018-09-05 16:17:08 +0100" endDate="2018-09-05 16:27:07 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 17:19:07 +0100" startDate="2018-09-05 16:27:07 +0100" endDate="2018-09-05 16:33:38 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 17:19:07 +0100" startDate="2018-09-05 16:39:41 +0100" endDate="2018-09-05 16:46:04 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 17:19:07 +0100" startDate="2018-09-05 16:46:04 +0100" endDate="2018-09-05 16:51:48 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 18:19:11 +0100" startDate="2018-09-05 17:40:16 +0100" endDate="2018-09-05 17:49:24 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 18:19:11 +0100" startDate="2018-09-05 17:49:24 +0100" endDate="2018-09-05 17:51:39 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 18:19:11 +0100" startDate="2018-09-05 17:53:51 +0100" endDate="2018-09-05 18:00:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 18:19:11 +0100" startDate="2018-09-05 18:00:22 +0100" endDate="2018-09-05 18:07:25 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 19:19:52 +0100" startDate="2018-09-05 18:07:25 +0100" endDate="2018-09-05 18:17:25 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 19:19:52 +0100" startDate="2018-09-05 18:35:31 +0100" endDate="2018-09-05 18:43:55 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 19:19:52 +0100" startDate="2018-09-05 18:46:13 +0100" endDate="2018-09-05 18:53:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 19:19:52 +0100" startDate="2018-09-05 18:53:34 +0100" endDate="2018-09-05 19:03:10 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 19:19:52 +0100" startDate="2018-09-05 19:03:10 +0100" endDate="2018-09-05 19:11:03 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 21:23:06 +0100" startDate="2018-09-05 20:41:42 +0100" endDate="2018-09-05 20:48:54 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 21:23:06 +0100" startDate="2018-09-05 21:00:55 +0100" endDate="2018-09-05 21:10:54 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 21:23:06 +0100" startDate="2018-09-05 21:10:54 +0100" endDate="2018-09-05 21:13:50 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-05 22:20:32 +0100" startDate="2018-09-05 21:32:37 +0100" endDate="2018-09-05 21:40:07 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 03:25:43 +0100" startDate="2018-09-06 02:44:55 +0100" endDate="2018-09-06 02:53:05 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 04:21:13 +0100" startDate="2018-09-06 03:19:49 +0100" endDate="2018-09-06 03:26:09 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 07:23:16 +0100" startDate="2018-09-06 06:15:22 +0100" endDate="2018-09-06 06:23:06 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 07:23:16 +0100" startDate="2018-09-06 06:23:06 +0100" endDate="2018-09-06 06:28:07 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 07:23:16 +0100" startDate="2018-09-06 06:35:11 +0100" endDate="2018-09-06 06:43:03 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 07:23:16 +0100" startDate="2018-09-06 06:44:55 +0100" endDate="2018-09-06 06:54:53 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 07:23:16 +0100" startDate="2018-09-06 06:54:53 +0100" endDate="2018-09-06 07:02:42 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 11:32:12 +0100" startDate="2018-09-06 10:55:32 +0100" endDate="2018-09-06 11:05:32 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 11:32:12 +0100" startDate="2018-09-06 11:05:32 +0100" endDate="2018-09-06 11:15:31 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 11:32:12 +0100" startDate="2018-09-06 11:15:31 +0100" endDate="2018-09-06 11:21:41 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 12:23:02 +0100" startDate="2018-09-06 11:37:23 +0100" endDate="2018-09-06 11:47:22 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 12:23:02 +0100" startDate="2018-09-06 11:47:22 +0100" endDate="2018-09-06 11:57:20 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 12:23:02 +0100" startDate="2018-09-06 11:57:20 +0100" endDate="2018-09-06 11:59:48 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 13:24:51 +0100" startDate="2018-09-06 12:48:39 +0100" endDate="2018-09-06 12:57:49 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 14:19:58 +0100" startDate="2018-09-06 13:51:18 +0100" endDate="2018-09-06 13:57:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 14:19:58 +0100" startDate="2018-09-06 13:57:18 +0100" endDate="2018-09-06 14:04:28 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 14:19:58 +0100" startDate="2018-09-06 14:04:28 +0100" endDate="2018-09-06 14:13:54 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 15:22:26 +0100" startDate="2018-09-06 14:13:54 +0100" endDate="2018-09-06 14:20:56 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 15:22:26 +0100" startDate="2018-09-06 14:28:50 +0100" endDate="2018-09-06 14:35:13 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 15:22:26 +0100" startDate="2018-09-06 14:39:30 +0100" endDate="2018-09-06 14:46:03 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 15:22:26 +0100" startDate="2018-09-06 14:46:03 +0100" endDate="2018-09-06 14:56:03 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 15:22:26 +0100" startDate="2018-09-06 14:56:03 +0100" endDate="2018-09-06 15:02:47 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 15:22:26 +0100" startDate="2018-09-06 15:06:55 +0100" endDate="2018-09-06 15:16:32 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 16:19:59 +0100" startDate="2018-09-06 15:16:32 +0100" endDate="2018-09-06 15:22:28 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 16:19:59 +0100" startDate="2018-09-06 15:49:04 +0100" endDate="2018-09-06 15:58:35 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 16:19:59 +0100" startDate="2018-09-06 15:58:35 +0100" endDate="2018-09-06 16:08:35 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 16:19:59 +0100" startDate="2018-09-06 16:08:35 +0100" endDate="2018-09-06 16:18:31 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 17:21:13 +0100" startDate="2018-09-06 16:39:34 +0100" endDate="2018-09-06 16:45:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 18:22:13 +0100" startDate="2018-09-06 17:17:20 +0100" endDate="2018-09-06 17:23:30 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 18:22:13 +0100" startDate="2018-09-06 17:41:29 +0100" endDate="2018-09-06 17:47:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 21:23:12 +0100" startDate="2018-09-06 20:37:41 +0100" endDate="2018-09-06 20:43:56 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 21:23:12 +0100" startDate="2018-09-06 20:45:55 +0100" endDate="2018-09-06 20:52:54 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 21:23:12 +0100" startDate="2018-09-06 20:54:57 +0100" endDate="2018-09-06 21:01:28 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 22:21:32 +0100" startDate="2018-09-06 21:26:04 +0100" endDate="2018-09-06 21:36:04 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-06 22:21:32 +0100" startDate="2018-09-06 21:36:04 +0100" endDate="2018-09-06 21:37:17 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 06:19:33 +0100" startDate="2018-09-07 05:58:30 +0100" endDate="2018-09-07 06:05:11 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 06:19:33 +0100" startDate="2018-09-07 06:08:51 +0100" endDate="2018-09-07 06:15:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 07:19:15 +0100" startDate="2018-09-07 06:31:39 +0100" endDate="2018-09-07 06:38:30 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 07:19:15 +0100" startDate="2018-09-07 06:41:32 +0100" endDate="2018-09-07 06:51:18 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 07:19:15 +0100" startDate="2018-09-07 06:51:18 +0100" endDate="2018-09-07 06:59:24 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 08:21:34 +0100" startDate="2018-09-07 07:12:22 +0100" endDate="2018-09-07 07:20:04 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 09:19:17 +0100" startDate="2018-09-07 08:40:48 +0100" endDate="2018-09-07 08:47:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 10:21:16 +0100" startDate="2018-09-07 10:08:49 +0100" endDate="2018-09-07 10:18:49 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 11:20:25 +0100" startDate="2018-09-07 10:18:49 +0100" endDate="2018-09-07 10:28:48 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 11:20:25 +0100" startDate="2018-09-07 10:28:48 +0100" endDate="2018-09-07 10:36:04 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 11:20:25 +0100" startDate="2018-09-07 10:36:04 +0100" endDate="2018-09-07 10:46:02 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 11:20:25 +0100" startDate="2018-09-07 11:00:08 +0100" endDate="2018-09-07 11:10:07 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 11:20:25 +0100" startDate="2018-09-07 11:10:07 +0100" endDate="2018-09-07 11:19:43 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 12:19:33 +0100" startDate="2018-09-07 11:19:43 +0100" endDate="2018-09-07 11:24:21 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 14:19:23 +0100" startDate="2018-09-07 13:39:38 +0100" endDate="2018-09-07 13:49:27 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 14:19:23 +0100" startDate="2018-09-07 13:49:27 +0100" endDate="2018-09-07 13:59:18 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 14:19:23 +0100" startDate="2018-09-07 13:59:18 +0100" endDate="2018-09-07 14:09:18 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 14:19:23 +0100" startDate="2018-09-07 14:09:18 +0100" endDate="2018-09-07 14:13:28 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 15:19:33 +0100" startDate="2018-09-07 14:58:20 +0100" endDate="2018-09-07 15:07:49 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 15:19:33 +0100" startDate="2018-09-07 15:07:49 +0100" endDate="2018-09-07 15:16:34 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 16:26:04 +0100" startDate="2018-09-07 15:21:47 +0100" endDate="2018-09-07 15:30:37 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 16:26:04 +0100" startDate="2018-09-07 15:30:37 +0100" endDate="2018-09-07 15:38:32 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 16:26:04 +0100" startDate="2018-09-07 15:50:38 +0100" endDate="2018-09-07 15:59:13 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 16:26:04 +0100" startDate="2018-09-07 15:59:13 +0100" endDate="2018-09-07 16:08:55 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 16:26:04 +0100" startDate="2018-09-07 16:08:55 +0100" endDate="2018-09-07 16:12:51 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 17:23:33 +0100" startDate="2018-09-07 16:33:51 +0100" endDate="2018-09-07 16:39:59 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 17:23:33 +0100" startDate="2018-09-07 16:39:59 +0100" endDate="2018-09-07 16:49:11 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 17:23:33 +0100" startDate="2018-09-07 17:02:18 +0100" endDate="2018-09-07 17:08:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 17:23:33 +0100" startDate="2018-09-07 17:08:29 +0100" endDate="2018-09-07 17:17:44 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 18:20:25 +0100" startDate="2018-09-07 17:17:44 +0100" endDate="2018-09-07 17:25:01 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 19:20:26 +0100" startDate="2018-09-07 18:31:24 +0100" endDate="2018-09-07 18:41:09 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 19:20:26 +0100" startDate="2018-09-07 18:41:09 +0100" endDate="2018-09-07 18:50:04 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 19:20:26 +0100" startDate="2018-09-07 18:50:04 +0100" endDate="2018-09-07 18:57:04 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 19:20:26 +0100" startDate="2018-09-07 18:57:20 +0100" endDate="2018-09-07 19:05:04 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 20:19:12 +0100" startDate="2018-09-07 19:12:20 +0100" endDate="2018-09-07 19:22:19 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 20:19:12 +0100" startDate="2018-09-07 19:22:19 +0100" endDate="2018-09-07 19:24:16 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 20:19:12 +0100" startDate="2018-09-07 20:08:41 +0100" endDate="2018-09-07 20:18:34 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 21:20:16 +0100" startDate="2018-09-07 20:18:34 +0100" endDate="2018-09-07 20:20:59 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-07 21:20:16 +0100" startDate="2018-09-07 20:37:55 +0100" endDate="2018-09-07 20:47:52 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 08:19:44 +0100" startDate="2018-09-08 07:17:10 +0100" endDate="2018-09-08 07:23:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 08:19:44 +0100" startDate="2018-09-08 07:35:02 +0100" endDate="2018-09-08 07:44:46 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 08:19:44 +0100" startDate="2018-09-08 07:44:46 +0100" endDate="2018-09-08 07:47:47 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 09:19:23 +0100" startDate="2018-09-08 08:17:20 +0100" endDate="2018-09-08 08:25:15 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 09:19:23 +0100" startDate="2018-09-08 08:25:15 +0100" endDate="2018-09-08 08:32:29 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 09:19:23 +0100" startDate="2018-09-08 08:56:37 +0100" endDate="2018-09-08 09:05:40 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 09:19:23 +0100" startDate="2018-09-08 09:05:40 +0100" endDate="2018-09-08 09:15:24 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 10:20:43 +0100" startDate="2018-09-08 09:15:24 +0100" endDate="2018-09-08 09:24:27 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 10:20:43 +0100" startDate="2018-09-08 09:24:27 +0100" endDate="2018-09-08 09:33:33 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 10:20:43 +0100" startDate="2018-09-08 09:33:33 +0100" endDate="2018-09-08 09:43:32 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 10:20:43 +0100" startDate="2018-09-08 09:43:32 +0100" endDate="2018-09-08 09:46:23 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 10:20:43 +0100" startDate="2018-09-08 09:57:41 +0100" endDate="2018-09-08 10:05:00 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 10:20:43 +0100" startDate="2018-09-08 10:05:00 +0100" endDate="2018-09-08 10:11:36 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 11:20:23 +0100" startDate="2018-09-08 10:31:56 +0100" endDate="2018-09-08 10:41:55 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 11:20:23 +0100" startDate="2018-09-08 10:41:55 +0100" endDate="2018-09-08 10:43:27 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 11:20:23 +0100" startDate="2018-09-08 10:48:25 +0100" endDate="2018-09-08 10:57:54 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 11:20:23 +0100" startDate="2018-09-08 10:57:54 +0100" endDate="2018-09-08 11:02:17 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 11:20:23 +0100" startDate="2018-09-08 11:09:50 +0100" endDate="2018-09-08 11:17:00 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 12:19:33 +0100" startDate="2018-09-08 12:07:57 +0100" endDate="2018-09-08 12:17:03 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 13:19:39 +0100" startDate="2018-09-08 12:17:03 +0100" endDate="2018-09-08 12:22:03 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 13:19:39 +0100" startDate="2018-09-08 12:26:58 +0100" endDate="2018-09-08 12:36:58 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 13:19:39 +0100" startDate="2018-09-08 12:36:58 +0100" endDate="2018-09-08 12:46:56 +0100" value="1142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 13:19:39 +0100" startDate="2018-09-08 12:46:56 +0100" endDate="2018-09-08 12:48:48 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 16:12:58 +0100" startDate="2018-09-08 14:42:17 +0100" endDate="2018-09-08 14:52:16 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 16:12:58 +0100" startDate="2018-09-08 14:52:16 +0100" endDate="2018-09-08 15:02:12 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 16:12:58 +0100" startDate="2018-09-08 15:02:12 +0100" endDate="2018-09-08 15:12:10 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 16:12:58 +0100" startDate="2018-09-08 15:12:10 +0100" endDate="2018-09-08 15:20:08 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 17:01:02 +0100" startDate="2018-09-08 16:18:40 +0100" endDate="2018-09-08 16:27:48 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 19:19:30 +0100" startDate="2018-09-08 18:50:04 +0100" endDate="2018-09-08 18:59:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 20:25:34 +0100" endDate="2018-09-08 20:33:33 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 20:37:33 +0100" endDate="2018-09-08 20:45:35 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 20:45:35 +0100" endDate="2018-09-08 20:55:33 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 20:55:33 +0100" endDate="2018-09-08 20:57:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 21:01:26 +0100" endDate="2018-09-08 21:11:25 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 21:11:25 +0100" endDate="2018-09-08 21:14:00 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 21:34:43 +0100" endDate="2018-09-08 21:43:24 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 21:46:50 +0100" endDate="2018-09-08 21:54:02 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-08 22:43:26 +0100" endDate="2018-09-08 22:53:24 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-08 22:53:24 +0100" endDate="2018-09-08 22:57:17 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-08 23:03:47 +0100" endDate="2018-09-08 23:10:33 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-08 23:13:51 +0100" endDate="2018-09-08 23:23:38 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-08 23:23:38 +0100" endDate="2018-09-08 23:28:10 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-09 06:34:36 +0100" endDate="2018-09-09 06:43:38 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-09 06:44:23 +0100" endDate="2018-09-09 06:52:21 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 09:22:20 +0100" startDate="2018-09-09 08:18:48 +0100" endDate="2018-09-09 08:27:51 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 09:22:20 +0100" startDate="2018-09-09 08:28:42 +0100" endDate="2018-09-09 08:35:23 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 10:22:03 +0100" startDate="2018-09-09 09:32:17 +0100" endDate="2018-09-09 09:42:09 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 10:22:03 +0100" startDate="2018-09-09 09:42:09 +0100" endDate="2018-09-09 09:42:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 11:24:57 +0100" startDate="2018-09-09 11:08:31 +0100" endDate="2018-09-09 11:18:28 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 12:17:22 +0100" startDate="2018-09-09 11:18:28 +0100" endDate="2018-09-09 11:19:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 12:17:22 +0100" startDate="2018-09-09 12:02:19 +0100" endDate="2018-09-09 12:12:19 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 13:17:44 +0100" startDate="2018-09-09 12:12:19 +0100" endDate="2018-09-09 12:12:26 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 13:17:44 +0100" startDate="2018-09-09 12:36:51 +0100" endDate="2018-09-09 12:44:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 15:52:07 +0100" startDate="2018-09-09 14:27:33 +0100" endDate="2018-09-09 14:34:01 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 15:52:07 +0100" startDate="2018-09-09 14:38:41 +0100" endDate="2018-09-09 14:46:35 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 15:52:07 +0100" startDate="2018-09-09 14:46:35 +0100" endDate="2018-09-09 14:55:41 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 15:52:07 +0100" startDate="2018-09-09 15:35:22 +0100" endDate="2018-09-09 15:44:32 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 16:49:17 +0100" startDate="2018-09-09 15:44:32 +0100" endDate="2018-09-09 15:52:55 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 16:49:17 +0100" startDate="2018-09-09 15:52:55 +0100" endDate="2018-09-09 16:01:38 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 17:54:27 +0100" startDate="2018-09-09 17:29:10 +0100" endDate="2018-09-09 17:39:06 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 17:54:27 +0100" startDate="2018-09-09 17:39:06 +0100" endDate="2018-09-09 17:40:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 19:18:14 +0100" startDate="2018-09-09 18:10:09 +0100" endDate="2018-09-09 18:19:43 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 19:18:14 +0100" startDate="2018-09-09 18:19:43 +0100" endDate="2018-09-09 18:29:41 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 19:18:14 +0100" startDate="2018-09-09 18:29:41 +0100" endDate="2018-09-09 18:36:08 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 20:18:58 +0100" startDate="2018-09-09 19:47:46 +0100" endDate="2018-09-09 19:56:24 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 20:18:58 +0100" startDate="2018-09-09 19:56:24 +0100" endDate="2018-09-09 20:06:07 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 22:36:16 +0100" startDate="2018-09-09 20:24:12 +0100" endDate="2018-09-09 20:33:33 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-09 22:36:16 +0100" startDate="2018-09-09 20:33:33 +0100" endDate="2018-09-09 20:42:23 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 06:15:41 +0100" startDate="2018-09-10 05:25:32 +0100" endDate="2018-09-10 05:32:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 06:15:41 +0100" startDate="2018-09-10 05:55:31 +0100" endDate="2018-09-10 06:03:07 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 06:10:48 +0100" endDate="2018-09-10 06:17:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 06:23:29 +0100" endDate="2018-09-10 06:30:27 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 06:33:02 +0100" endDate="2018-09-10 06:43:00 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 06:43:00 +0100" endDate="2018-09-10 06:52:38 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 07:09:32 +0100" endDate="2018-09-10 07:15:34 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 07:20:05 +0100" endDate="2018-09-10 07:28:36 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 07:28:36 +0100" endDate="2018-09-10 07:30:48 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3e4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 07:49:20 +0100" endDate="2018-09-10 07:55:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 11:16:18 +0100" startDate="2018-09-10 11:02:32 +0100" endDate="2018-09-10 11:09:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 12:17:52 +0100" startDate="2018-09-10 11:40:33 +0100" endDate="2018-09-10 11:49:44 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 12:17:52 +0100" startDate="2018-09-10 11:49:44 +0100" endDate="2018-09-10 11:59:11 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 12:17:52 +0100" startDate="2018-09-10 11:59:11 +0100" endDate="2018-09-10 12:00:55 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 13:17:11 +0100" startDate="2018-09-10 12:57:35 +0100" endDate="2018-09-10 13:07:34 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 14:21:27 +0100" startDate="2018-09-10 13:07:34 +0100" endDate="2018-09-10 13:16:43 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 14:21:27 +0100" startDate="2018-09-10 13:16:47 +0100" endDate="2018-09-10 13:26:45 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 15:17:32 +0100" startDate="2018-09-10 14:14:39 +0100" endDate="2018-09-10 14:24:02 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 15:17:32 +0100" startDate="2018-09-10 14:24:02 +0100" endDate="2018-09-10 14:30:54 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 15:17:32 +0100" startDate="2018-09-10 14:38:50 +0100" endDate="2018-09-10 14:48:32 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 15:17:32 +0100" startDate="2018-09-10 14:48:32 +0100" endDate="2018-09-10 14:54:34 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 16:22:29 +0100" startDate="2018-09-10 15:12:40 +0100" endDate="2018-09-10 15:19:22 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 16:22:29 +0100" startDate="2018-09-10 15:21:20 +0100" endDate="2018-09-10 15:29:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 16:22:29 +0100" startDate="2018-09-10 15:31:33 +0100" endDate="2018-09-10 15:41:32 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 16:22:29 +0100" startDate="2018-09-10 15:41:32 +0100" endDate="2018-09-10 15:51:27 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 16:22:29 +0100" startDate="2018-09-10 15:51:27 +0100" endDate="2018-09-10 15:58:29 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 16:22:29 +0100" startDate="2018-09-10 16:01:03 +0100" endDate="2018-09-10 16:07:19 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-10 20:17:55 +0100" startDate="2018-09-10 19:09:21 +0100" endDate="2018-09-10 19:18:39 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 04:15:41 +0100" startDate="2018-09-11 03:56:38 +0100" endDate="2018-09-11 04:03:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 07:23:14 +0100" startDate="2018-09-11 06:25:59 +0100" endDate="2018-09-11 06:33:21 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 07:23:14 +0100" startDate="2018-09-11 06:54:04 +0100" endDate="2018-09-11 07:00:52 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 07:23:14 +0100" startDate="2018-09-11 07:00:52 +0100" endDate="2018-09-11 07:10:51 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 07:23:14 +0100" startDate="2018-09-11 07:10:51 +0100" endDate="2018-09-11 07:20:08 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 08:16:59 +0100" startDate="2018-09-11 07:20:08 +0100" endDate="2018-09-11 07:30:07 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 08:16:59 +0100" startDate="2018-09-11 07:30:07 +0100" endDate="2018-09-11 07:36:09 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 08:16:59 +0100" startDate="2018-09-11 07:40:20 +0100" endDate="2018-09-11 07:46:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 08:16:59 +0100" startDate="2018-09-11 07:57:09 +0100" endDate="2018-09-11 08:06:00 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 09:18:29 +0100" startDate="2018-09-11 08:34:05 +0100" endDate="2018-09-11 08:40:51 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 10:18:00 +0100" startDate="2018-09-11 09:45:00 +0100" endDate="2018-09-11 09:52:17 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 10:18:00 +0100" startDate="2018-09-11 09:52:17 +0100" endDate="2018-09-11 10:00:35 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 10:18:00 +0100" startDate="2018-09-11 10:04:03 +0100" endDate="2018-09-11 10:14:02 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 11:17:59 +0100" startDate="2018-09-11 10:14:02 +0100" endDate="2018-09-11 10:24:00 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 11:17:59 +0100" startDate="2018-09-11 10:24:00 +0100" endDate="2018-09-11 10:33:59 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 11:17:59 +0100" startDate="2018-09-11 10:33:59 +0100" endDate="2018-09-11 10:42:56 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 11:17:59 +0100" startDate="2018-09-11 10:42:56 +0100" endDate="2018-09-11 10:52:55 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 11:17:59 +0100" startDate="2018-09-11 10:52:55 +0100" endDate="2018-09-11 11:02:53 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 11:17:59 +0100" startDate="2018-09-11 11:02:53 +0100" endDate="2018-09-11 11:03:26 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 13:23:49 +0100" startDate="2018-09-11 13:03:27 +0100" endDate="2018-09-11 13:13:26 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 13:23:49 +0100" startDate="2018-09-11 13:13:26 +0100" endDate="2018-09-11 13:22:07 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 14:22:02 +0100" startDate="2018-09-11 13:22:07 +0100" endDate="2018-09-11 13:32:07 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 14:22:02 +0100" startDate="2018-09-11 13:32:07 +0100" endDate="2018-09-11 13:41:08 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 14:22:02 +0100" startDate="2018-09-11 13:55:40 +0100" endDate="2018-09-11 14:05:13 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 14:22:02 +0100" startDate="2018-09-11 14:06:28 +0100" endDate="2018-09-11 14:15:21 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 15:18:04 +0100" startDate="2018-09-11 14:21:57 +0100" endDate="2018-09-11 14:30:17 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 16:16:08 +0100" startDate="2018-09-11 15:51:25 +0100" endDate="2018-09-11 16:01:25 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 16:16:08 +0100" startDate="2018-09-11 16:01:25 +0100" endDate="2018-09-11 16:07:52 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 17:17:58 +0100" startDate="2018-09-11 16:07:52 +0100" endDate="2018-09-11 16:16:59 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 17:17:58 +0100" startDate="2018-09-11 16:46:48 +0100" endDate="2018-09-11 16:53:16 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 17:17:58 +0100" startDate="2018-09-11 16:53:16 +0100" endDate="2018-09-11 16:58:13 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 17:17:58 +0100" startDate="2018-09-11 17:06:25 +0100" endDate="2018-09-11 17:16:10 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 17:38:00 +0100" startDate="2018-09-11 17:16:10 +0100" endDate="2018-09-11 17:18:00 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 18:19:25 +0100" startDate="2018-09-11 17:32:34 +0100" endDate="2018-09-11 17:40:56 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 18:19:25 +0100" startDate="2018-09-11 17:43:28 +0100" endDate="2018-09-11 17:53:27 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 18:19:25 +0100" startDate="2018-09-11 17:53:27 +0100" endDate="2018-09-11 18:03:25 +0100" value="1071"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 18:19:25 +0100" startDate="2018-09-11 18:03:25 +0100" endDate="2018-09-11 18:10:24 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 19:40:03 +0100" startDate="2018-09-11 18:10:24 +0100" endDate="2018-09-11 18:20:24 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 19:40:03 +0100" startDate="2018-09-11 18:20:24 +0100" endDate="2018-09-11 18:28:01 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-11 19:40:03 +0100" startDate="2018-09-11 18:28:01 +0100" endDate="2018-09-11 18:34:21 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 06:25:04 +0100" startDate="2018-09-12 05:48:31 +0100" endDate="2018-09-12 05:55:25 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 07:26:45 +0100" startDate="2018-09-12 06:18:28 +0100" endDate="2018-09-12 06:25:39 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 07:26:45 +0100" startDate="2018-09-12 06:26:34 +0100" endDate="2018-09-12 06:36:30 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 07:26:45 +0100" startDate="2018-09-12 06:36:30 +0100" endDate="2018-09-12 06:46:10 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 07:26:45 +0100" startDate="2018-09-12 06:46:10 +0100" endDate="2018-09-12 06:55:58 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 07:26:45 +0100" startDate="2018-09-12 07:02:09 +0100" endDate="2018-09-12 07:12:09 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 07:26:45 +0100" startDate="2018-09-12 07:12:09 +0100" endDate="2018-09-12 07:19:17 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 08:24:34 +0100" startDate="2018-09-12 07:19:17 +0100" endDate="2018-09-12 07:28:48 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 08:24:34 +0100" startDate="2018-09-12 07:28:48 +0100" endDate="2018-09-12 07:29:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 08:24:34 +0100" startDate="2018-09-12 07:37:03 +0100" endDate="2018-09-12 07:47:03 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 08:24:34 +0100" startDate="2018-09-12 07:47:03 +0100" endDate="2018-09-12 07:53:55 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 09:25:27 +0100" startDate="2018-09-12 08:40:29 +0100" endDate="2018-09-12 08:46:42 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 09:25:27 +0100" startDate="2018-09-12 09:08:33 +0100" endDate="2018-09-12 09:17:05 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 10:24:29 +0100" startDate="2018-09-12 09:38:57 +0100" endDate="2018-09-12 09:48:35 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 10:24:29 +0100" startDate="2018-09-12 09:48:35 +0100" endDate="2018-09-12 09:57:38 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 11:26:43 +0100" startDate="2018-09-12 10:31:24 +0100" endDate="2018-09-12 10:38:00 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 11:26:43 +0100" startDate="2018-09-12 10:38:00 +0100" endDate="2018-09-12 10:47:48 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 11:26:43 +0100" startDate="2018-09-12 11:07:13 +0100" endDate="2018-09-12 11:17:13 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 12:27:42 +0100" startDate="2018-09-12 11:17:13 +0100" endDate="2018-09-12 11:17:38 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 12:27:42 +0100" startDate="2018-09-12 11:21:52 +0100" endDate="2018-09-12 11:31:00 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 12:27:42 +0100" startDate="2018-09-12 11:31:00 +0100" endDate="2018-09-12 11:40:58 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 12:27:42 +0100" startDate="2018-09-12 11:46:10 +0100" endDate="2018-09-12 11:56:09 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 12:27:42 +0100" startDate="2018-09-12 11:56:09 +0100" endDate="2018-09-12 12:02:08 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 13:28:22 +0100" startDate="2018-09-12 12:37:55 +0100" endDate="2018-09-12 12:47:54 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 13:28:22 +0100" startDate="2018-09-12 12:47:54 +0100" endDate="2018-09-12 12:56:15 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 13:28:22 +0100" startDate="2018-09-12 13:01:16 +0100" endDate="2018-09-12 13:10:09 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 13:28:22 +0100" startDate="2018-09-12 13:13:14 +0100" endDate="2018-09-12 13:20:10 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 14:26:33 +0100" startDate="2018-09-12 13:20:10 +0100" endDate="2018-09-12 13:27:07 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 14:26:33 +0100" startDate="2018-09-12 13:27:07 +0100" endDate="2018-09-12 13:32:50 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 15:29:56 +0100" startDate="2018-09-12 14:39:16 +0100" endDate="2018-09-12 14:48:32 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 15:29:56 +0100" startDate="2018-09-12 15:18:24 +0100" endDate="2018-09-12 15:28:24 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 16:26:01 +0100" startDate="2018-09-12 15:28:24 +0100" endDate="2018-09-12 15:38:15 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 16:26:01 +0100" startDate="2018-09-12 15:38:15 +0100" endDate="2018-09-12 15:47:39 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 16:26:01 +0100" startDate="2018-09-12 15:47:39 +0100" endDate="2018-09-12 15:51:33 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 16:26:01 +0100" startDate="2018-09-12 15:54:17 +0100" endDate="2018-09-12 16:00:40 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 17:27:41 +0100" startDate="2018-09-12 17:02:13 +0100" endDate="2018-09-12 17:08:36 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 18:26:52 +0100" startDate="2018-09-12 17:57:59 +0100" endDate="2018-09-12 18:07:55 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 18:26:52 +0100" startDate="2018-09-12 18:07:55 +0100" endDate="2018-09-12 18:13:21 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 18:26:52 +0100" startDate="2018-09-12 18:13:56 +0100" endDate="2018-09-12 18:22:42 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 19:24:48 +0100" startDate="2018-09-12 18:22:42 +0100" endDate="2018-09-12 18:32:41 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 19:24:48 +0100" startDate="2018-09-12 18:32:41 +0100" endDate="2018-09-12 18:42:40 +0100" value="1125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 19:24:48 +0100" startDate="2018-09-12 18:42:40 +0100" endDate="2018-09-12 18:52:29 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 19:24:48 +0100" startDate="2018-09-12 18:52:29 +0100" endDate="2018-09-12 18:56:01 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 22:11:52 +0100" startDate="2018-09-12 20:56:55 +0100" endDate="2018-09-12 21:03:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 22:11:52 +0100" startDate="2018-09-12 21:50:51 +0100" endDate="2018-09-12 22:00:50 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-12 22:11:52 +0100" startDate="2018-09-12 22:00:50 +0100" endDate="2018-09-12 22:10:41 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 05:27:21 +0100" startDate="2018-09-13 04:50:08 +0100" endDate="2018-09-13 04:56:46 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 05:27:21 +0100" startDate="2018-09-13 04:56:46 +0100" endDate="2018-09-13 05:04:51 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 05:27:21 +0100" startDate="2018-09-13 05:16:11 +0100" endDate="2018-09-13 05:23:09 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 06:25:08 +0100" startDate="2018-09-13 05:23:09 +0100" endDate="2018-09-13 05:27:35 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 06:25:08 +0100" startDate="2018-09-13 05:28:13 +0100" endDate="2018-09-13 05:38:01 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 06:25:08 +0100" startDate="2018-09-13 05:38:01 +0100" endDate="2018-09-13 05:46:20 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 07:25:39 +0100" startDate="2018-09-13 06:55:42 +0100" endDate="2018-09-13 07:05:41 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 07:25:39 +0100" startDate="2018-09-13 07:05:41 +0100" endDate="2018-09-13 07:06:22 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 11:24:52 +0100" startDate="2018-09-13 10:15:22 +0100" endDate="2018-09-13 10:25:22 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 11:24:52 +0100" startDate="2018-09-13 10:25:22 +0100" endDate="2018-09-13 10:33:18 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 11:24:52 +0100" startDate="2018-09-13 10:33:18 +0100" endDate="2018-09-13 10:40:28 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 11:24:52 +0100" startDate="2018-09-13 10:49:06 +0100" endDate="2018-09-13 10:59:05 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 11:24:52 +0100" startDate="2018-09-13 10:59:05 +0100" endDate="2018-09-13 11:07:24 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 11:24:52 +0100" startDate="2018-09-13 11:07:29 +0100" endDate="2018-09-13 11:17:18 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 12:28:31 +0100" startDate="2018-09-13 11:17:18 +0100" endDate="2018-09-13 11:19:55 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 14:31:53 +0100" startDate="2018-09-13 13:42:24 +0100" endDate="2018-09-13 13:50:57 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 14:31:53 +0100" startDate="2018-09-13 13:50:57 +0100" endDate="2018-09-13 13:56:40 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 15:34:09 +0100" startDate="2018-09-13 14:43:35 +0100" endDate="2018-09-13 14:49:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 16:29:10 +0100" startDate="2018-09-13 15:45:33 +0100" endDate="2018-09-13 15:53:00 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 16:29:10 +0100" startDate="2018-09-13 15:53:00 +0100" endDate="2018-09-13 16:02:57 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 16:29:10 +0100" startDate="2018-09-13 16:08:12 +0100" endDate="2018-09-13 16:18:12 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 16:29:10 +0100" startDate="2018-09-13 16:18:12 +0100" endDate="2018-09-13 16:28:11 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 17:29:28 +0100" startDate="2018-09-13 16:28:11 +0100" endDate="2018-09-13 16:37:16 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 17:29:28 +0100" startDate="2018-09-13 16:37:16 +0100" endDate="2018-09-13 16:44:43 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 17:29:28 +0100" startDate="2018-09-13 16:44:43 +0100" endDate="2018-09-13 16:50:51 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 18:29:39 +0100" endDate="2018-09-13 18:39:38 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 18:39:38 +0100" endDate="2018-09-13 18:49:38 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 18:49:38 +0100" endDate="2018-09-13 18:59:35 +0100" value="1047"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 18:59:35 +0100" endDate="2018-09-13 19:02:18 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 19:07:17 +0100" endDate="2018-09-13 19:15:19 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 21:13:59 +0100" endDate="2018-09-13 21:23:10 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 21:23:10 +0100" endDate="2018-09-13 21:33:05 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 21:33:05 +0100" endDate="2018-09-13 21:39:36 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 22:02:10 +0100" endDate="2018-09-13 22:10:15 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 06:30:38 +0100" startDate="2018-09-14 06:07:31 +0100" endDate="2018-09-14 06:14:25 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 06:30:38 +0100" startDate="2018-09-14 06:14:25 +0100" endDate="2018-09-14 06:19:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 07:32:44 +0100" startDate="2018-09-14 06:29:21 +0100" endDate="2018-09-14 06:35:59 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 07:32:44 +0100" startDate="2018-09-14 06:36:25 +0100" endDate="2018-09-14 06:46:24 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 07:32:44 +0100" startDate="2018-09-14 06:46:24 +0100" endDate="2018-09-14 06:53:56 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 09:30:35 +0100" startDate="2018-09-14 08:28:02 +0100" endDate="2018-09-14 08:36:18 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 09:30:35 +0100" startDate="2018-09-14 09:09:44 +0100" endDate="2018-09-14 09:16:48 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 09:30:35 +0100" startDate="2018-09-14 09:16:48 +0100" endDate="2018-09-14 09:21:17 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 11:34:59 +0100" startDate="2018-09-14 10:24:09 +0100" endDate="2018-09-14 10:34:09 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 11:34:59 +0100" startDate="2018-09-14 10:34:09 +0100" endDate="2018-09-14 10:44:07 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 11:34:59 +0100" startDate="2018-09-14 10:44:07 +0100" endDate="2018-09-14 10:51:03 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 11:34:59 +0100" startDate="2018-09-14 11:17:35 +0100" endDate="2018-09-14 11:27:35 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 12:39:59 +0100" startDate="2018-09-14 11:27:35 +0100" endDate="2018-09-14 11:32:24 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 12:39:59 +0100" startDate="2018-09-14 11:51:53 +0100" endDate="2018-09-14 11:59:12 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 13:33:00 +0100" startDate="2018-09-14 12:33:24 +0100" endDate="2018-09-14 12:40:02 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 13:33:00 +0100" startDate="2018-09-14 12:46:29 +0100" endDate="2018-09-14 12:52:28 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 13:33:00 +0100" startDate="2018-09-14 12:52:28 +0100" endDate="2018-09-14 12:57:43 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 14:30:32 +0100" startDate="2018-09-14 13:39:37 +0100" endDate="2018-09-14 13:49:16 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 14:30:32 +0100" startDate="2018-09-14 13:49:16 +0100" endDate="2018-09-14 13:59:15 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 14:30:32 +0100" startDate="2018-09-14 13:59:15 +0100" endDate="2018-09-14 14:05:22 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 14:30:32 +0100" startDate="2018-09-14 14:05:22 +0100" endDate="2018-09-14 14:15:15 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 15:31:22 +0100" startDate="2018-09-14 14:46:13 +0100" endDate="2018-09-14 14:56:02 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 15:31:22 +0100" startDate="2018-09-14 14:56:02 +0100" endDate="2018-09-14 14:59:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 19:52:52 +0100" startDate="2018-09-14 18:48:21 +0100" endDate="2018-09-14 18:56:57 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 19:52:52 +0100" startDate="2018-09-14 18:56:57 +0100" endDate="2018-09-14 18:58:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-14 22:51:00 +0100" startDate="2018-09-14 20:54:39 +0100" endDate="2018-09-14 21:04:19 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-15 09:17:20 +0100" startDate="2018-09-15 09:06:59 +0100" endDate="2018-09-15 09:13:19 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-15 17:34:14 +0100" startDate="2018-09-15 16:25:51 +0100" endDate="2018-09-15 16:35:50 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-15 17:34:14 +0100" startDate="2018-09-15 16:35:50 +0100" endDate="2018-09-15 16:45:49 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-15 17:34:14 +0100" startDate="2018-09-15 16:45:49 +0100" endDate="2018-09-15 16:55:20 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-15 22:11:42 +0100" startDate="2018-09-15 21:14:07 +0100" endDate="2018-09-15 21:24:07 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-16 10:35:11 +0100" startDate="2018-09-16 09:37:12 +0100" endDate="2018-09-16 09:44:01 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-16 18:18:38 +0100" startDate="2018-09-16 17:02:41 +0100" endDate="2018-09-16 17:11:55 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-16 18:18:38 +0100" startDate="2018-09-16 17:11:55 +0100" endDate="2018-09-16 17:18:55 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-16 22:18:20 +0100" startDate="2018-09-16 20:38:31 +0100" endDate="2018-09-16 20:44:33 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-16 22:18:20 +0100" startDate="2018-09-16 20:47:05 +0100" endDate="2018-09-16 20:55:58 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-16 22:18:20 +0100" startDate="2018-09-16 21:19:07 +0100" endDate="2018-09-16 21:29:06 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-16 22:18:20 +0100" startDate="2018-09-16 21:29:06 +0100" endDate="2018-09-16 21:32:58 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 06:30:58 +0100" startDate="2018-09-17 05:46:50 +0100" endDate="2018-09-17 05:53:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 06:30:58 +0100" startDate="2018-09-17 06:10:42 +0100" endDate="2018-09-17 06:20:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 06:30:58 +0100" startDate="2018-09-17 06:20:11 +0100" endDate="2018-09-17 06:24:35 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 07:39:05 +0100" startDate="2018-09-17 06:56:57 +0100" endDate="2018-09-17 07:03:15 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 07:39:05 +0100" startDate="2018-09-17 07:04:02 +0100" endDate="2018-09-17 07:14:01 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 07:39:05 +0100" startDate="2018-09-17 07:14:01 +0100" endDate="2018-09-17 07:22:03 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 10:33:08 +0100" startDate="2018-09-17 10:17:31 +0100" endDate="2018-09-17 10:27:31 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 11:32:40 +0100" startDate="2018-09-17 10:27:31 +0100" endDate="2018-09-17 10:37:30 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 11:32:40 +0100" startDate="2018-09-17 10:37:30 +0100" endDate="2018-09-17 10:42:25 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 12:33:24 +0100" startDate="2018-09-17 11:31:55 +0100" endDate="2018-09-17 11:41:54 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 12:33:24 +0100" startDate="2018-09-17 11:41:54 +0100" endDate="2018-09-17 11:50:02 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 12:33:24 +0100" startDate="2018-09-17 11:50:02 +0100" endDate="2018-09-17 11:59:58 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 12:33:24 +0100" startDate="2018-09-17 12:10:04 +0100" endDate="2018-09-17 12:20:03 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 12:33:24 +0100" startDate="2018-09-17 12:20:03 +0100" endDate="2018-09-17 12:26:10 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 17:34:35 +0100" startDate="2018-09-17 16:30:02 +0100" endDate="2018-09-17 16:40:02 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 17:34:35 +0100" startDate="2018-09-17 16:40:02 +0100" endDate="2018-09-17 16:50:01 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 17:34:35 +0100" startDate="2018-09-17 16:50:01 +0100" endDate="2018-09-17 16:56:56 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 17:34:35 +0100" startDate="2018-09-17 16:56:56 +0100" endDate="2018-09-17 17:06:53 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 17:34:35 +0100" startDate="2018-09-17 17:06:53 +0100" endDate="2018-09-17 17:16:52 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 17:34:35 +0100" startDate="2018-09-17 17:16:52 +0100" endDate="2018-09-17 17:26:03 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 18:34:53 +0100" startDate="2018-09-17 17:26:03 +0100" endDate="2018-09-17 17:35:36 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 18:34:53 +0100" startDate="2018-09-17 17:35:36 +0100" endDate="2018-09-17 17:43:13 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 19:31:07 +0100" startDate="2018-09-17 18:31:59 +0100" endDate="2018-09-17 18:38:27 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 21:30:25 +0100" startDate="2018-09-17 20:38:04 +0100" endDate="2018-09-17 20:44:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-17 21:30:25 +0100" startDate="2018-09-17 21:05:44 +0100" endDate="2018-09-17 21:12:25 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 06:34:26 +0100" startDate="2018-09-18 06:20:06 +0100" endDate="2018-09-18 06:29:03 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 07:33:09 +0100" startDate="2018-09-18 06:29:03 +0100" endDate="2018-09-18 06:38:46 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 07:33:09 +0100" startDate="2018-09-18 06:48:29 +0100" endDate="2018-09-18 06:54:15 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 07:33:09 +0100" startDate="2018-09-18 06:54:15 +0100" endDate="2018-09-18 07:00:08 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 07:33:09 +0100" startDate="2018-09-18 07:00:08 +0100" endDate="2018-09-18 07:06:15 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 07:33:09 +0100" startDate="2018-09-18 07:06:15 +0100" endDate="2018-09-18 07:15:49 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 07:33:09 +0100" startDate="2018-09-18 07:15:49 +0100" endDate="2018-09-18 07:24:49 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 08:30:34 +0100" startDate="2018-09-18 07:46:02 +0100" endDate="2018-09-18 07:54:12 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 08:30:34 +0100" startDate="2018-09-18 07:54:12 +0100" endDate="2018-09-18 07:59:30 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 09:30:46 +0100" startDate="2018-09-18 08:30:20 +0100" endDate="2018-09-18 08:40:19 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 09:30:46 +0100" startDate="2018-09-18 08:40:19 +0100" endDate="2018-09-18 08:50:08 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 09:30:46 +0100" startDate="2018-09-18 08:50:08 +0100" endDate="2018-09-18 08:56:19 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 12:30:24 +0100" startDate="2018-09-18 11:23:44 +0100" endDate="2018-09-18 11:33:43 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 12:30:24 +0100" startDate="2018-09-18 11:33:43 +0100" endDate="2018-09-18 11:43:42 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 12:30:24 +0100" startDate="2018-09-18 11:43:42 +0100" endDate="2018-09-18 11:53:42 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 12:30:24 +0100" startDate="2018-09-18 11:53:42 +0100" endDate="2018-09-18 12:03:33 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 12:30:24 +0100" startDate="2018-09-18 12:03:33 +0100" endDate="2018-09-18 12:13:28 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 13:33:56 +0100" startDate="2018-09-18 12:56:19 +0100" endDate="2018-09-18 13:04:16 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 13:33:56 +0100" startDate="2018-09-18 13:04:16 +0100" endDate="2018-09-18 13:12:21 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 14:31:56 +0100" startDate="2018-09-18 13:44:24 +0100" endDate="2018-09-18 13:51:25 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 14:31:56 +0100" startDate="2018-09-18 13:54:38 +0100" endDate="2018-09-18 14:03:48 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 14:31:56 +0100" startDate="2018-09-18 14:03:48 +0100" endDate="2018-09-18 14:05:48 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 14:31:56 +0100" startDate="2018-09-18 14:11:47 +0100" endDate="2018-09-18 14:18:25 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 16:32:06 +0100" startDate="2018-09-18 15:45:35 +0100" endDate="2018-09-18 15:55:34 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 16:32:06 +0100" startDate="2018-09-18 15:55:34 +0100" endDate="2018-09-18 16:04:00 +0100" value="682"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 16:32:06 +0100" startDate="2018-09-18 16:05:20 +0100" endDate="2018-09-18 16:11:50 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 16:32:06 +0100" startDate="2018-09-18 16:15:45 +0100" endDate="2018-09-18 16:25:44 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 17:38:51 +0100" startDate="2018-09-18 16:25:44 +0100" endDate="2018-09-18 16:28:44 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 17:38:51 +0100" startDate="2018-09-18 16:29:48 +0100" endDate="2018-09-18 16:39:47 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 17:38:51 +0100" startDate="2018-09-18 16:39:47 +0100" endDate="2018-09-18 16:49:01 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 17:38:51 +0100" startDate="2018-09-18 16:49:01 +0100" endDate="2018-09-18 16:57:14 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 17:38:51 +0100" startDate="2018-09-18 17:00:38 +0100" endDate="2018-09-18 17:09:46 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 17:38:51 +0100" startDate="2018-09-18 17:23:53 +0100" endDate="2018-09-18 17:31:55 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 18:35:18 +0100" startDate="2018-09-18 17:31:55 +0100" endDate="2018-09-18 17:38:52 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 19:30:26 +0100" startDate="2018-09-18 18:56:39 +0100" endDate="2018-09-18 19:05:19 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 19:30:26 +0100" startDate="2018-09-18 19:12:28 +0100" endDate="2018-09-18 19:21:11 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 20:31:46 +0100" startDate="2018-09-18 19:21:11 +0100" endDate="2018-09-18 19:30:45 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 20:31:46 +0100" startDate="2018-09-18 20:21:24 +0100" endDate="2018-09-18 20:28:35 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-18 22:31:15 +0100" startDate="2018-09-18 21:50:19 +0100" endDate="2018-09-18 21:57:33 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 05:34:59 +0100" startDate="2018-09-19 04:59:06 +0100" endDate="2018-09-19 05:07:21 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 06:33:20 +0100" startDate="2018-09-19 05:43:13 +0100" endDate="2018-09-19 05:51:01 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 06:33:20 +0100" startDate="2018-09-19 05:51:01 +0100" endDate="2018-09-19 05:58:09 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 06:33:20 +0100" startDate="2018-09-19 06:00:46 +0100" endDate="2018-09-19 06:08:20 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 07:32:11 +0100" startDate="2018-09-19 06:36:58 +0100" endDate="2018-09-19 06:43:44 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 07:32:11 +0100" startDate="2018-09-19 06:43:44 +0100" endDate="2018-09-19 06:53:32 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 07:32:11 +0100" startDate="2018-09-19 06:53:32 +0100" endDate="2018-09-19 06:58:45 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 08:31:56 +0100" startDate="2018-09-19 07:28:16 +0100" endDate="2018-09-19 07:38:07 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 08:31:56 +0100" startDate="2018-09-19 07:38:07 +0100" endDate="2018-09-19 07:48:05 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 08:31:56 +0100" startDate="2018-09-19 07:48:05 +0100" endDate="2018-09-19 07:50:55 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 08:31:56 +0100" startDate="2018-09-19 08:19:57 +0100" endDate="2018-09-19 08:28:36 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 09:35:26 +0100" startDate="2018-09-19 08:36:58 +0100" endDate="2018-09-19 08:43:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 11:31:08 +0100" startDate="2018-09-19 10:21:49 +0100" endDate="2018-09-19 10:30:58 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 11:31:08 +0100" startDate="2018-09-19 10:30:58 +0100" endDate="2018-09-19 10:40:56 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 11:31:08 +0100" startDate="2018-09-19 10:40:56 +0100" endDate="2018-09-19 10:44:01 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 11:31:08 +0100" startDate="2018-09-19 11:04:02 +0100" endDate="2018-09-19 11:14:00 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 11:31:08 +0100" startDate="2018-09-19 11:14:00 +0100" endDate="2018-09-19 11:21:24 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 12:33:45 +0100" startDate="2018-09-19 11:21:24 +0100" endDate="2018-09-19 11:28:10 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 13:34:08 +0100" startDate="2018-09-19 12:26:11 +0100" endDate="2018-09-19 12:32:21 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 16:31:59 +0100" startDate="2018-09-19 15:46:20 +0100" endDate="2018-09-19 15:56:20 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 16:31:59 +0100" startDate="2018-09-19 15:56:20 +0100" endDate="2018-09-19 16:05:05 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 17:38:37 +0100" startDate="2018-09-19 16:57:14 +0100" endDate="2018-09-19 17:04:12 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 17:38:37 +0100" startDate="2018-09-19 17:04:12 +0100" endDate="2018-09-19 17:08:09 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 20:33:56 +0100" startDate="2018-09-19 19:40:17 +0100" endDate="2018-09-19 19:46:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 20:33:56 +0100" startDate="2018-09-19 19:47:59 +0100" endDate="2018-09-19 19:57:59 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 20:33:56 +0100" startDate="2018-09-19 19:57:59 +0100" endDate="2018-09-19 20:07:46 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 20:33:56 +0100" startDate="2018-09-19 20:07:46 +0100" endDate="2018-09-19 20:15:24 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 20:33:56 +0100" startDate="2018-09-19 20:15:43 +0100" endDate="2018-09-19 20:24:26 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 22:19:25 +0100" startDate="2018-09-19 20:32:31 +0100" endDate="2018-09-19 20:40:49 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 22:19:25 +0100" startDate="2018-09-19 20:40:49 +0100" endDate="2018-09-19 20:47:56 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 22:19:25 +0100" startDate="2018-09-19 21:19:43 +0100" endDate="2018-09-19 21:29:43 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 22:19:25 +0100" startDate="2018-09-19 21:29:43 +0100" endDate="2018-09-19 21:31:22 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-19 23:31:05 +0100" startDate="2018-09-19 22:49:06 +0100" endDate="2018-09-19 22:55:49 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 06:38:13 +0100" startDate="2018-09-20 05:33:55 +0100" endDate="2018-09-20 05:43:39 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 06:38:13 +0100" startDate="2018-09-20 05:43:39 +0100" endDate="2018-09-20 05:52:52 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 08:06:17 +0100" startDate="2018-09-20 06:35:40 +0100" endDate="2018-09-20 06:45:38 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 08:06:17 +0100" startDate="2018-09-20 06:45:38 +0100" endDate="2018-09-20 06:55:18 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 08:06:17 +0100" startDate="2018-09-20 06:55:18 +0100" endDate="2018-09-20 06:57:23 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 08:31:11 +0100" startDate="2018-09-20 08:08:03 +0100" endDate="2018-09-20 08:18:02 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 08:31:11 +0100" startDate="2018-09-20 08:18:02 +0100" endDate="2018-09-20 08:18:28 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 09:31:57 +0100" startDate="2018-09-20 08:35:06 +0100" endDate="2018-09-20 08:42:35 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 11:36:23 +0100" startDate="2018-09-20 10:49:07 +0100" endDate="2018-09-20 10:59:06 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 11:36:23 +0100" startDate="2018-09-20 10:59:06 +0100" endDate="2018-09-20 11:08:05 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 11:36:23 +0100" startDate="2018-09-20 11:08:05 +0100" endDate="2018-09-20 11:16:47 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 12:30:34 +0100" startDate="2018-09-20 11:36:21 +0100" endDate="2018-09-20 11:46:20 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 12:30:34 +0100" startDate="2018-09-20 11:46:20 +0100" endDate="2018-09-20 11:50:52 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 12:30:34 +0100" startDate="2018-09-20 11:51:41 +0100" endDate="2018-09-20 12:01:35 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 12:30:34 +0100" startDate="2018-09-20 12:01:35 +0100" endDate="2018-09-20 12:02:31 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 14:31:14 +0100" startDate="2018-09-20 13:43:07 +0100" endDate="2018-09-20 13:50:44 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 14:31:14 +0100" startDate="2018-09-20 13:56:47 +0100" endDate="2018-09-20 14:05:58 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 15:30:34 +0100" startDate="2018-09-20 14:36:17 +0100" endDate="2018-09-20 14:43:15 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 15:30:34 +0100" startDate="2018-09-20 15:05:20 +0100" endDate="2018-09-20 15:14:16 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 15:30:34 +0100" startDate="2018-09-20 15:14:16 +0100" endDate="2018-09-20 15:24:14 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 16:34:10 +0100" startDate="2018-09-20 15:24:14 +0100" endDate="2018-09-20 15:29:19 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 16:34:10 +0100" startDate="2018-09-20 15:30:45 +0100" endDate="2018-09-20 15:40:39 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 16:34:10 +0100" startDate="2018-09-20 15:40:39 +0100" endDate="2018-09-20 15:44:13 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 16:34:10 +0100" startDate="2018-09-20 15:58:19 +0100" endDate="2018-09-20 16:07:05 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 17:31:19 +0100" startDate="2018-09-20 17:14:57 +0100" endDate="2018-09-20 17:24:02 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 18:31:47 +0100" startDate="2018-09-20 17:37:22 +0100" endDate="2018-09-20 17:44:41 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 18:31:47 +0100" startDate="2018-09-20 17:44:41 +0100" endDate="2018-09-20 17:53:12 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 18:31:47 +0100" startDate="2018-09-20 18:02:33 +0100" endDate="2018-09-20 18:10:30 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 19:34:13 +0100" startDate="2018-09-20 18:26:23 +0100" endDate="2018-09-20 18:34:25 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-20 22:33:09 +0100" startDate="2018-09-20 21:36:59 +0100" endDate="2018-09-20 21:43:55 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 06:31:28 +0100" startDate="2018-09-21 05:33:24 +0100" endDate="2018-09-21 05:39:52 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 06:31:28 +0100" startDate="2018-09-21 05:39:52 +0100" endDate="2018-09-21 05:48:27 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 06:31:28 +0100" startDate="2018-09-21 05:52:33 +0100" endDate="2018-09-21 05:59:08 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 07:31:17 +0100" startDate="2018-09-21 06:43:54 +0100" endDate="2018-09-21 06:50:53 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 07:31:17 +0100" startDate="2018-09-21 06:54:09 +0100" endDate="2018-09-21 07:04:08 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 07:31:17 +0100" startDate="2018-09-21 07:04:08 +0100" endDate="2018-09-21 07:13:31 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 09:32:11 +0100" startDate="2018-09-21 08:47:22 +0100" endDate="2018-09-21 08:57:14 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 10:33:39 +0100" startDate="2018-09-21 09:45:18 +0100" endDate="2018-09-21 09:55:17 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 10:33:39 +0100" startDate="2018-09-21 09:55:17 +0100" endDate="2018-09-21 10:05:16 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 10:33:39 +0100" startDate="2018-09-21 10:05:16 +0100" endDate="2018-09-21 10:09:18 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 10:33:39 +0100" startDate="2018-09-21 10:09:43 +0100" endDate="2018-09-21 10:16:29 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 11:30:51 +0100" startDate="2018-09-21 10:25:41 +0100" endDate="2018-09-21 10:35:41 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 11:30:51 +0100" startDate="2018-09-21 10:35:41 +0100" endDate="2018-09-21 10:43:37 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 11:30:51 +0100" startDate="2018-09-21 10:43:37 +0100" endDate="2018-09-21 10:47:24 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 11:30:51 +0100" startDate="2018-09-21 11:08:54 +0100" endDate="2018-09-21 11:18:54 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 11:30:51 +0100" startDate="2018-09-21 11:18:54 +0100" endDate="2018-09-21 11:28:53 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 12:31:28 +0100" startDate="2018-09-21 11:28:53 +0100" endDate="2018-09-21 11:36:24 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 12:31:28 +0100" startDate="2018-09-21 11:52:21 +0100" endDate="2018-09-21 11:59:12 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 15:36:15 +0100" startDate="2018-09-21 14:48:53 +0100" endDate="2018-09-21 14:55:36 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 15:36:15 +0100" startDate="2018-09-21 14:55:36 +0100" endDate="2018-09-21 15:03:49 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 15:36:15 +0100" startDate="2018-09-21 15:03:49 +0100" endDate="2018-09-21 15:13:48 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 15:36:15 +0100" startDate="2018-09-21 15:13:48 +0100" endDate="2018-09-21 15:17:45 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 15:36:15 +0100" startDate="2018-09-21 15:17:49 +0100" endDate="2018-09-21 15:25:43 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 15:36:15 +0100" startDate="2018-09-21 15:25:43 +0100" endDate="2018-09-21 15:28:44 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 18:09:08 +0100" startDate="2018-09-21 17:25:41 +0100" endDate="2018-09-21 17:35:35 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 18:09:08 +0100" startDate="2018-09-21 17:39:50 +0100" endDate="2018-09-21 17:49:47 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 18:09:08 +0100" startDate="2018-09-21 17:49:47 +0100" endDate="2018-09-21 17:50:28 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 21:12:42 +0100" startDate="2018-09-21 20:24:31 +0100" endDate="2018-09-21 20:31:35 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 22:13:36 +0100" startDate="2018-09-21 21:30:43 +0100" endDate="2018-09-21 21:40:34 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 22:13:36 +0100" startDate="2018-09-21 21:40:34 +0100" endDate="2018-09-21 21:50:33 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-21 22:13:36 +0100" startDate="2018-09-21 21:50:33 +0100" endDate="2018-09-21 21:53:55 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 06:31:22 +0100" startDate="2018-09-22 06:11:29 +0100" endDate="2018-09-22 06:21:11 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 06:31:22 +0100" startDate="2018-09-22 06:21:11 +0100" endDate="2018-09-22 06:26:18 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 07:08:41 +0100" startDate="2018-09-22 06:26:18 +0100" endDate="2018-09-22 06:31:23 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 07:08:41 +0100" startDate="2018-09-22 06:50:10 +0100" endDate="2018-09-22 07:00:06 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 08:06:49 +0100" startDate="2018-09-22 07:45:58 +0100" endDate="2018-09-22 07:53:47 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 08:06:49 +0100" startDate="2018-09-22 07:53:47 +0100" endDate="2018-09-22 08:02:41 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 10:09:30 +0100" startDate="2018-09-22 09:08:12 +0100" endDate="2018-09-22 09:16:46 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 10:09:30 +0100" startDate="2018-09-22 09:53:37 +0100" endDate="2018-09-22 10:02:41 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 15:56:16 +0100" startDate="2018-09-22 15:23:52 +0100" endDate="2018-09-22 15:33:50 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 15:56:16 +0100" startDate="2018-09-22 15:33:50 +0100" endDate="2018-09-22 15:43:18 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 15:56:16 +0100" startDate="2018-09-22 15:43:18 +0100" endDate="2018-09-22 15:49:03 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 16:11:26 +0100" startDate="2018-09-22 15:59:09 +0100" endDate="2018-09-22 16:05:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 17:14:50 +0100" startDate="2018-09-22 16:23:30 +0100" endDate="2018-09-22 16:33:15 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 17:14:50 +0100" startDate="2018-09-22 16:33:15 +0100" endDate="2018-09-22 16:43:14 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 17:14:50 +0100" startDate="2018-09-22 16:43:14 +0100" endDate="2018-09-22 16:47:55 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 17:14:50 +0100" startDate="2018-09-22 16:50:54 +0100" endDate="2018-09-22 16:58:34 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 17:14:50 +0100" startDate="2018-09-22 16:58:34 +0100" endDate="2018-09-22 17:05:01 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 18:09:03 +0100" startDate="2018-09-22 17:05:01 +0100" endDate="2018-09-22 17:14:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 18:09:03 +0100" startDate="2018-09-22 17:14:54 +0100" endDate="2018-09-22 17:18:43 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 19:16:38 +0100" startDate="2018-09-22 18:46:18 +0100" endDate="2018-09-22 18:56:02 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 19:16:38 +0100" startDate="2018-09-22 18:56:02 +0100" endDate="2018-09-22 19:05:07 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 20:09:45 +0100" startDate="2018-09-22 19:11:19 +0100" endDate="2018-09-22 19:20:29 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 20:09:45 +0100" startDate="2018-09-22 19:20:29 +0100" endDate="2018-09-22 19:28:09 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 20:09:45 +0100" startDate="2018-09-22 19:28:09 +0100" endDate="2018-09-22 19:37:54 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 21:56:24 +0100" startDate="2018-09-22 20:03:49 +0100" endDate="2018-09-22 20:10:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 21:56:24 +0100" startDate="2018-09-22 20:15:39 +0100" endDate="2018-09-22 20:21:49 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 21:56:24 +0100" startDate="2018-09-22 20:21:49 +0100" endDate="2018-09-22 20:29:32 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 21:56:24 +0100" startDate="2018-09-22 20:32:18 +0100" endDate="2018-09-22 20:38:39 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 21:56:24 +0100" startDate="2018-09-22 20:46:43 +0100" endDate="2018-09-22 20:52:48 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 21:56:24 +0100" startDate="2018-09-22 20:52:48 +0100" endDate="2018-09-22 20:58:39 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 21:56:24 +0100" startDate="2018-09-22 21:28:44 +0100" endDate="2018-09-22 21:36:31 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 22:48:39 +0100" startDate="2018-09-22 21:52:52 +0100" endDate="2018-09-22 21:59:10 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 22:48:39 +0100" startDate="2018-09-22 22:17:53 +0100" endDate="2018-09-22 22:24:00 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 22:48:39 +0100" startDate="2018-09-22 22:24:00 +0100" endDate="2018-09-22 22:29:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 22:48:39 +0100" startDate="2018-09-22 22:32:44 +0100" endDate="2018-09-22 22:39:01 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 23:26:49 +0100" startDate="2018-09-22 22:54:52 +0100" endDate="2018-09-22 23:02:47 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 23:26:49 +0100" startDate="2018-09-22 23:02:47 +0100" endDate="2018-09-22 23:12:43 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-22 23:26:49 +0100" startDate="2018-09-22 23:12:43 +0100" endDate="2018-09-22 23:12:50 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 00:29:36 +0100" startDate="2018-09-22 23:37:40 +0100" endDate="2018-09-22 23:44:11 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 00:29:36 +0100" startDate="2018-09-22 23:47:27 +0100" endDate="2018-09-22 23:53:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 00:29:36 +0100" startDate="2018-09-23 00:12:04 +0100" endDate="2018-09-23 00:19:28 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 00:29:36 +0100" startDate="2018-09-23 00:19:28 +0100" endDate="2018-09-23 00:29:23 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 01:34:32 +0100" startDate="2018-09-23 00:29:23 +0100" endDate="2018-09-23 00:35:31 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 12:08:14 +0100" startDate="2018-09-23 11:46:25 +0100" endDate="2018-09-23 11:55:43 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 14:36:16 +0100" startDate="2018-09-23 14:13:20 +0100" endDate="2018-09-23 14:19:40 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 16:06:30 +0100" startDate="2018-09-23 15:45:28 +0100" endDate="2018-09-23 15:55:27 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 16:06:30 +0100" startDate="2018-09-23 15:55:27 +0100" endDate="2018-09-23 15:58:48 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 17:21:02 +0100" startDate="2018-09-23 16:11:09 +0100" endDate="2018-09-23 16:21:08 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 17:21:02 +0100" startDate="2018-09-23 16:21:08 +0100" endDate="2018-09-23 16:30:12 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 17:21:02 +0100" startDate="2018-09-23 16:30:12 +0100" endDate="2018-09-23 16:39:47 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 18:06:15 +0100" startDate="2018-09-23 17:19:47 +0100" endDate="2018-09-23 17:29:45 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 18:06:15 +0100" startDate="2018-09-23 17:29:45 +0100" endDate="2018-09-23 17:38:21 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 18:06:15 +0100" startDate="2018-09-23 17:38:21 +0100" endDate="2018-09-23 17:47:29 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 18:06:15 +0100" startDate="2018-09-23 17:47:29 +0100" endDate="2018-09-23 17:49:31 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 19:19:53 +0100" startDate="2018-09-23 17:57:52 +0100" endDate="2018-09-23 18:07:29 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 19:19:53 +0100" startDate="2018-09-23 18:17:44 +0100" endDate="2018-09-23 18:25:21 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 20:10:04 +0100" startDate="2018-09-23 19:11:43 +0100" endDate="2018-09-23 19:19:57 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 21:51:04 +0100" startDate="2018-09-23 20:33:34 +0100" endDate="2018-09-23 20:40:07 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 21:51:04 +0100" startDate="2018-09-23 20:40:07 +0100" endDate="2018-09-23 20:48:15 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 21:51:04 +0100" startDate="2018-09-23 20:48:15 +0100" endDate="2018-09-23 20:53:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 21:51:04 +0100" startDate="2018-09-23 21:17:32 +0100" endDate="2018-09-23 21:27:21 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3dbd0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="count" creationDate="2018-09-23 21:51:04 +0100" startDate="2018-09-23 21:27:21 +0100" endDate="2018-09-23 21:29:30 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3def0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-24 06:31:08 +0100" startDate="2018-09-24 06:17:31 +0100" endDate="2018-09-24 06:19:08 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3def0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-24 07:03:14 +0100" startDate="2018-09-24 06:46:58 +0100" endDate="2018-09-24 06:56:59 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3def0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-24 06:56:59 +0100" endDate="2018-09-25 06:49:12 +0100" value="5208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3def0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 06:49:12 +0100" endDate="2018-09-25 06:59:01 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 06:59:24 +0100" endDate="2018-09-25 06:59:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 08:08:32 +0100" endDate="2018-09-25 08:18:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 08:21:58 +0100" endDate="2018-09-25 08:22:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 09:47:22 +0100" endDate="2018-09-25 09:47:27 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 10:22:14 +0100" endDate="2018-09-25 10:29:50 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 10:34:48 +0100" endDate="2018-09-25 10:43:10 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 10:46:18 +0100" endDate="2018-09-25 10:56:18 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 10:56:18 +0100" endDate="2018-09-25 10:56:36 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 11:06:22 +0100" endDate="2018-09-25 11:08:57 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 11:17:03 +0100" endDate="2018-09-25 11:19:18 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 11:32:09 +0100" endDate="2018-09-25 11:32:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 11:52:02 +0100" endDate="2018-09-25 12:02:01 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 12:02:01 +0100" endDate="2018-09-25 12:04:03 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 12:44:38 +0100" endDate="2018-09-25 12:53:38 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 12:56:03 +0100" endDate="2018-09-25 12:58:48 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 13:55:35 +0100" endDate="2018-09-25 13:58:51 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 14:20:17 +0100" endDate="2018-09-25 14:26:23 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:29:03 +0100" startDate="2018-09-25 15:03:23 +0100" endDate="2018-09-25 15:04:07 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 15:45:26 +0100" startDate="2018-09-25 15:27:25 +0100" endDate="2018-09-25 15:37:06 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 18:44:39 +0100" startDate="2018-09-25 15:37:54 +0100" endDate="2018-09-25 15:38:45 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 18:44:39 +0100" startDate="2018-09-25 15:50:25 +0100" endDate="2018-09-25 15:54:01 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 18:44:39 +0100" startDate="2018-09-25 16:15:37 +0100" endDate="2018-09-25 16:25:02 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 18:44:39 +0100" startDate="2018-09-25 16:54:09 +0100" endDate="2018-09-25 17:04:00 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 18:44:39 +0100" startDate="2018-09-25 17:05:02 +0100" endDate="2018-09-25 17:14:11 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 18:44:39 +0100" startDate="2018-09-25 17:15:35 +0100" endDate="2018-09-25 17:23:59 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 18:44:39 +0100" startDate="2018-09-25 17:26:37 +0100" endDate="2018-09-25 17:26:42 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 19:27:50 +0100" startDate="2018-09-25 19:05:39 +0100" endDate="2018-09-25 19:13:44 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 20:44:52 +0100" startDate="2018-09-25 20:29:25 +0100" endDate="2018-09-25 20:29:38 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-25 21:43:08 +0100" startDate="2018-09-25 21:29:39 +0100" endDate="2018-09-25 21:33:41 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 06:32:52 +0100" startDate="2018-09-26 06:20:49 +0100" endDate="2018-09-26 06:22:16 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 07:05:04 +0100" startDate="2018-09-26 06:47:43 +0100" endDate="2018-09-26 06:57:42 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 11:13:10 +0100" startDate="2018-09-26 06:57:57 +0100" endDate="2018-09-26 07:07:32 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 11:13:10 +0100" startDate="2018-09-26 09:26:53 +0100" endDate="2018-09-26 09:33:19 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 11:13:10 +0100" startDate="2018-09-26 10:07:51 +0100" endDate="2018-09-26 10:15:06 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 11:13:10 +0100" startDate="2018-09-26 10:28:24 +0100" endDate="2018-09-26 10:36:53 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 11:13:10 +0100" startDate="2018-09-26 10:40:22 +0100" endDate="2018-09-26 10:43:02 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 11:13:10 +0100" startDate="2018-09-26 10:50:22 +0100" endDate="2018-09-26 10:50:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 11:39:03 +0100" startDate="2018-09-26 11:17:01 +0100" endDate="2018-09-26 11:25:04 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 11:39:03 +0100" startDate="2018-09-26 11:28:02 +0100" endDate="2018-09-26 11:31:39 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 11:49:10 +0100" startDate="2018-09-26 11:37:22 +0100" endDate="2018-09-26 11:38:25 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 12:56:02 +0100" startDate="2018-09-26 12:40:31 +0100" endDate="2018-09-26 12:45:48 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 14:54:27 +0100" startDate="2018-09-26 14:40:48 +0100" endDate="2018-09-26 14:41:41 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 15:45:12 +0100" startDate="2018-09-26 15:27:51 +0100" endDate="2018-09-26 15:36:56 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 15:57:42 +0100" startDate="2018-09-26 15:40:04 +0100" endDate="2018-09-26 15:40:35 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 17:14:21 +0100" startDate="2018-09-26 17:02:18 +0100" endDate="2018-09-26 17:02:26 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-26 17:31:04 +0100" startDate="2018-09-26 17:19:02 +0100" endDate="2018-09-26 17:27:55 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-26 17:29:27 +0100" endDate="2018-09-26 17:37:04 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-26 17:44:23 +0100" endDate="2018-09-26 17:49:17 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-26 18:10:39 +0100" endDate="2018-09-26 18:19:44 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-26 18:26:35 +0100" endDate="2018-09-26 18:31:07 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-26 19:54:22 +0100" endDate="2018-09-26 19:57:10 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-26 20:10:15 +0100" endDate="2018-09-26 20:17:24 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-26 20:33:45 +0100" endDate="2018-09-26 20:37:35 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-26 22:32:13 +0100" endDate="2018-09-26 22:34:05 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 06:05:01 +0100" endDate="2018-09-27 06:05:27 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 07:07:44 +0100" endDate="2018-09-27 07:17:43 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 07:17:43 +0100" endDate="2018-09-27 07:25:14 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 07:35:05 +0100" endDate="2018-09-27 07:44:00 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 07:45:26 +0100" endDate="2018-09-27 07:53:05 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 07:57:40 +0100" endDate="2018-09-27 08:05:13 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 10:31:59 +0100" endDate="2018-09-27 10:34:29 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 10:42:08 +0100" endDate="2018-09-27 10:49:22 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 10:56:15 +0100" endDate="2018-09-27 11:01:30 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 11:56:40 +0100" endDate="2018-09-27 12:05:26 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 12:10:19 +0100" endDate="2018-09-27 12:11:43 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 12:24:52 +0100" endDate="2018-09-27 12:30:36 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 12:41:20 +0100" endDate="2018-09-27 12:42:59 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 12:59:25 +0100" endDate="2018-09-27 13:05:39 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 13:47:42 +0100" endDate="2018-09-27 13:49:42 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 15:08:27 +0100" endDate="2018-09-27 15:11:25 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 15:28:23 +0100" endDate="2018-09-27 15:38:16 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 15:39:01 +0100" endDate="2018-09-27 15:48:48 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 15:50:07 +0100" endDate="2018-09-27 15:57:19 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 16:08:10 +0100" endDate="2018-09-27 16:15:27 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 16:21:13 +0100" endDate="2018-09-27 16:30:46 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 16:31:52 +0100" endDate="2018-09-27 16:36:12 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 16:47:59 +0100" endDate="2018-09-27 16:57:32 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 16:59:04 +0100" endDate="2018-09-27 17:02:00 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 17:14:41 +0100" endDate="2018-09-27 17:22:59 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 17:30:16 +0100" endDate="2018-09-27 17:37:57 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 18:25:37 +0100" endDate="2018-09-27 18:33:55 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 19:04:33 +0100" endDate="2018-09-27 19:04:38 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 20:39:49 +0100" endDate="2018-09-27 20:47:56 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-27 20:49:53 +0100" endDate="2018-09-27 20:53:45 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 05:51:17 +0100" endDate="2018-09-28 05:51:40 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 06:27:05 +0100" endDate="2018-09-28 06:36:16 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 06:37:33 +0100" endDate="2018-09-28 06:46:56 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 06:47:57 +0100" endDate="2018-09-28 06:50:12 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 07:01:20 +0100" endDate="2018-09-28 07:10:30 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 08:00:58 +0100" endDate="2018-09-28 08:10:57 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 08:10:57 +0100" endDate="2018-09-28 08:20:57 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 08:20:57 +0100" endDate="2018-09-28 08:25:10 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 08:32:21 +0100" endDate="2018-09-28 08:32:21 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 08:49:32 +0100" endDate="2018-09-28 08:51:29 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 09:28:47 +0100" endDate="2018-09-28 09:33:51 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 09:43:34 +0100" endDate="2018-09-28 09:50:10 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 09:54:25 +0100" endDate="2018-09-28 10:04:24 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 10:04:24 +0100" endDate="2018-09-28 10:05:46 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 10:14:47 +0100" endDate="2018-09-28 10:23:34 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 10:35:32 +0100" endDate="2018-09-28 10:43:36 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 10:46:24 +0100" endDate="2018-09-28 10:52:18 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 11:00:34 +0100" endDate="2018-09-28 11:01:17 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 11:14:31 +0100" endDate="2018-09-28 11:24:21 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 11:39:17 +0100" endDate="2018-09-28 11:39:39 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 12:04:50 +0100" endDate="2018-09-28 12:09:05 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 14:02:44 +0100" endDate="2018-09-28 14:12:39 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 14:12:39 +0100" endDate="2018-09-28 14:18:03 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 16:35:56 +0100" endDate="2018-09-28 16:45:32 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 16:52:22 +0100" endDate="2018-09-28 16:55:32 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 17:03:33 +0100" endDate="2018-09-28 17:09:36 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 17:22:50 +0100" endDate="2018-09-28 17:31:46 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 17:53:24 +0100" endDate="2018-09-28 17:58:40 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 18:28:22 +0100" endDate="2018-09-28 18:36:20 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 19:36:40 +0100" endDate="2018-09-28 19:43:33 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 19:47:43 +0100" endDate="2018-09-28 19:47:45 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 20:14:55 +0100" endDate="2018-09-28 20:14:57 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 20:32:52 +0100" endDate="2018-09-28 20:36:33 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-28 20:54:41 +0100" endDate="2018-09-28 20:54:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 06:31:51 +0100" endDate="2018-09-29 06:41:52 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 06:41:52 +0100" endDate="2018-09-29 06:51:50 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 06:51:50 +0100" endDate="2018-09-29 07:01:44 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 07:01:52 +0100" endDate="2018-09-29 07:11:53 +0100" value="1056"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 07:11:53 +0100" endDate="2018-09-29 07:20:45 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 07:27:37 +0100" endDate="2018-09-29 07:36:01 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 07:42:09 +0100" endDate="2018-09-29 07:49:51 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 07:53:29 +0100" endDate="2018-09-29 07:56:34 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 08:32:32 +0100" endDate="2018-09-29 08:37:38 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 11:29:50 +0100" endDate="2018-09-29 11:29:55 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 11:51:39 +0100" endDate="2018-09-29 12:01:38 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 12:01:58 +0100" endDate="2018-09-29 12:11:58 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 12:11:58 +0100" endDate="2018-09-29 12:21:58 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 12:21:58 +0100" endDate="2018-09-29 12:31:59 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 12:31:59 +0100" endDate="2018-09-29 12:41:59 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 12:41:59 +0100" endDate="2018-09-29 12:51:59 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 12:51:59 +0100" endDate="2018-09-29 13:01:31 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 13:03:31 +0100" endDate="2018-09-29 13:13:30 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 13:13:46 +0100" endDate="2018-09-29 13:19:53 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 13:29:31 +0100" endDate="2018-09-29 13:32:50 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 13:42:38 +0100" endDate="2018-09-29 13:42:51 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 13:56:02 +0100" endDate="2018-09-29 13:59:50 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 15:19:20 +0100" endDate="2018-09-29 15:19:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:05:55 +0100" startDate="2018-09-29 17:55:41 +0100" endDate="2018-09-29 18:05:40 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-09-29 18:21:03 +0100" startDate="2018-09-29 18:05:40 +0100" endDate="2018-09-29 18:15:40 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-29 18:15:40 +0100" endDate="2018-09-30 12:44:54 +0100" value="3304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 12:44:54 +0100" endDate="2018-09-30 12:51:48 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 13:10:43 +0100" endDate="2018-09-30 13:17:19 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 13:45:01 +0100" endDate="2018-09-30 13:46:15 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 14:01:26 +0100" endDate="2018-09-30 14:04:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 14:17:51 +0100" endDate="2018-09-30 14:20:21 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 14:30:09 +0100" endDate="2018-09-30 14:30:44 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 15:38:05 +0100" endDate="2018-09-30 15:41:04 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 16:06:13 +0100" endDate="2018-09-30 16:16:10 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 16:16:21 +0100" endDate="2018-09-30 16:26:20 +0100" value="1042"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 16:26:20 +0100" endDate="2018-09-30 16:30:10 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 17:14:35 +0100" endDate="2018-09-30 17:24:35 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 17:24:35 +0100" endDate="2018-09-30 17:32:15 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 18:04:48 +0100" endDate="2018-09-30 18:04:48 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 18:26:28 +0100" endDate="2018-09-30 18:26:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:22:24 +0100" startDate="2018-09-30 21:38:28 +0100" endDate="2018-09-30 21:38:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 06:32:24 +0100" startDate="2018-10-01 06:12:35 +0100" endDate="2018-10-01 06:12:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 07:28:42 +0100" startDate="2018-10-01 07:14:19 +0100" endDate="2018-10-01 07:15:45 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 08:34:43 +0100" startDate="2018-10-01 08:22:11 +0100" endDate="2018-10-01 08:31:32 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 16:07:39 +0100" startDate="2018-10-01 08:31:32 +0100" endDate="2018-10-01 16:06:37 +0100" value="4421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 16:17:39 +0100" startDate="2018-10-01 16:06:37 +0100" endDate="2018-10-01 16:06:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 16:34:14 +0100" startDate="2018-10-01 16:22:11 +0100" endDate="2018-10-01 16:30:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 18:18:33 +0100" startDate="2018-10-01 18:06:18 +0100" endDate="2018-10-01 18:09:14 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-01 18:34:25 +0100" startDate="2018-10-01 18:19:26 +0100" endDate="2018-10-01 18:29:27 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-01 18:29:27 +0100" endDate="2018-10-01 18:32:30 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-01 18:41:07 +0100" endDate="2018-10-01 18:43:35 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-01 21:54:24 +0100" endDate="2018-10-01 21:57:38 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 05:17:43 +0100" endDate="2018-10-02 05:26:37 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 05:35:28 +0100" endDate="2018-10-02 05:38:06 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 06:02:28 +0100" endDate="2018-10-02 06:09:45 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 06:20:10 +0100" endDate="2018-10-02 06:20:15 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 06:42:10 +0100" endDate="2018-10-02 06:47:35 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 07:13:04 +0100" endDate="2018-10-02 07:22:50 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 07:23:12 +0100" endDate="2018-10-02 07:32:42 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 07:35:38 +0100" endDate="2018-10-02 07:45:04 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 08:12:55 +0100" endDate="2018-10-02 08:14:55 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 08:48:09 +0100" endDate="2018-10-02 08:48:39 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 09:20:48 +0100" endDate="2018-10-02 09:22:18 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 09:40:48 +0100" endDate="2018-10-02 09:47:52 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:12:02 +0100" startDate="2018-10-02 09:53:22 +0100" endDate="2018-10-02 09:54:00 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 10:23:00 +0100" startDate="2018-10-02 10:11:18 +0100" endDate="2018-10-02 10:11:56 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 11:12:00 +0100" startDate="2018-10-02 10:50:55 +0100" endDate="2018-10-02 10:53:31 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 11:48:15 +0100" startDate="2018-10-02 11:35:21 +0100" endDate="2018-10-02 11:38:02 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 13:02:07 +0100" startDate="2018-10-02 12:48:55 +0100" endDate="2018-10-02 12:58:42 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 17:03:01 +0100" startDate="2018-10-02 13:00:57 +0100" endDate="2018-10-02 13:06:14 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 17:03:01 +0100" startDate="2018-10-02 13:28:03 +0100" endDate="2018-10-02 13:28:16 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 17:03:01 +0100" startDate="2018-10-02 14:18:18 +0100" endDate="2018-10-02 14:23:06 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 17:03:01 +0100" startDate="2018-10-02 15:53:06 +0100" endDate="2018-10-02 15:53:09 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 17:03:01 +0100" startDate="2018-10-02 16:09:02 +0100" endDate="2018-10-02 16:09:56 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 17:03:01 +0100" startDate="2018-10-02 16:50:12 +0100" endDate="2018-10-02 16:53:26 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-02 17:40:47 +0100" startDate="2018-10-02 17:25:45 +0100" endDate="2018-10-02 17:35:18 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-02 17:35:18 +0100" endDate="2018-10-03 18:57:39 +0100" value="5639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-03 18:57:42 +0100" endDate="2018-10-03 18:58:25 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-03 19:30:34 +0100" endDate="2018-10-03 19:30:54 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-03 19:54:52 +0100" endDate="2018-10-03 19:56:42 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-03 20:07:25 +0100" endDate="2018-10-03 20:14:32 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303c3ea80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-03 21:09:05 +0100" endDate="2018-10-03 21:16:27 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-03 21:34:47 +0100" endDate="2018-10-03 21:37:27 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-03 22:24:33 +0100" endDate="2018-10-03 22:34:33 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-03 22:34:33 +0100" endDate="2018-10-03 22:39:29 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-04 07:11:53 +0100" endDate="2018-10-04 07:19:35 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-04 07:25:39 +0100" endDate="2018-10-04 07:35:00 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-04 07:42:28 +0100" endDate="2018-10-04 07:47:16 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-04 07:54:13 +0100" endDate="2018-10-04 07:54:23 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-04 08:37:18 +0100" endDate="2018-10-04 08:42:56 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-04 09:00:57 +0100" endDate="2018-10-04 09:10:57 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 09:58:41 +0100" startDate="2018-10-04 09:10:57 +0100" endDate="2018-10-04 09:18:50 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 10:36:13 +0100" startDate="2018-10-04 10:19:25 +0100" endDate="2018-10-04 10:24:09 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 11:06:22 +0100" startDate="2018-10-04 10:45:28 +0100" endDate="2018-10-04 10:46:06 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 11:59:57 +0100" startDate="2018-10-04 11:47:55 +0100" endDate="2018-10-04 11:48:20 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 16:36:25 +0100" startDate="2018-10-04 16:20:48 +0100" endDate="2018-10-04 16:30:46 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 21:05:54 +0100" startDate="2018-10-04 16:31:47 +0100" endDate="2018-10-04 16:34:40 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 21:05:54 +0100" startDate="2018-10-04 17:05:31 +0100" endDate="2018-10-04 17:13:57 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 21:05:54 +0100" startDate="2018-10-04 17:45:43 +0100" endDate="2018-10-04 17:51:26 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 21:05:54 +0100" startDate="2018-10-04 20:14:36 +0100" endDate="2018-10-04 20:17:14 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 21:15:53 +0100" startDate="2018-10-04 20:56:33 +0100" endDate="2018-10-04 21:03:21 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-04 22:41:56 +0100" startDate="2018-10-04 22:29:53 +0100" endDate="2018-10-04 22:30:27 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-05 07:28:37 +0100" startDate="2018-10-05 07:12:33 +0100" endDate="2018-10-05 07:22:33 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-05 08:54:57 +0100" startDate="2018-10-05 07:22:33 +0100" endDate="2018-10-05 07:32:32 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-05 08:54:57 +0100" startDate="2018-10-05 07:32:32 +0100" endDate="2018-10-05 07:37:39 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-05 10:07:59 +0100" startDate="2018-10-05 09:52:59 +0100" endDate="2018-10-05 09:53:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 09:53:01 +0100" endDate="2018-10-05 11:45:05 +0100" value="1761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 11:51:10 +0100" endDate="2018-10-05 11:57:27 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 12:01:16 +0100" endDate="2018-10-05 12:11:17 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 12:11:17 +0100" endDate="2018-10-05 12:21:11 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 12:22:00 +0100" endDate="2018-10-05 12:31:58 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 12:31:58 +0100" endDate="2018-10-05 12:40:40 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 13:16:15 +0100" endDate="2018-10-05 13:18:37 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 13:29:11 +0100" endDate="2018-10-05 13:33:40 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 13:41:38 +0100" endDate="2018-10-05 13:49:32 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 13:52:20 +0100" endDate="2018-10-05 14:02:14 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 14:29:24 +0100" endDate="2018-10-05 14:29:57 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 15:02:51 +0100" endDate="2018-10-05 15:07:05 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 16:00:47 +0100" endDate="2018-10-05 16:07:05 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 17:09:21 +0100" endDate="2018-10-05 17:16:33 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 17:20:06 +0100" endDate="2018-10-05 17:22:06 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 18:30:25 +0100" endDate="2018-10-05 18:31:06 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 19:22:34 +0100" endDate="2018-10-05 19:23:56 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 19:45:29 +0100" endDate="2018-10-05 19:50:18 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 19:57:09 +0100" endDate="2018-10-05 20:00:55 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 20:17:33 +0100" endDate="2018-10-05 20:20:18 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:32:49 +0100" startDate="2018-10-05 21:27:29 +0100" endDate="2018-10-05 21:27:37 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 04:54:44 +0100" startDate="2018-10-06 04:31:43 +0100" endDate="2018-10-06 04:35:27 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 05:07:46 +0100" startDate="2018-10-06 04:53:13 +0100" endDate="2018-10-06 05:01:51 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 06:59:45 +0100" startDate="2018-10-06 06:46:07 +0100" endDate="2018-10-06 06:55:53 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 13:05:47 +0100" startDate="2018-10-06 06:56:14 +0100" endDate="2018-10-06 07:06:13 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 13:05:47 +0100" startDate="2018-10-06 07:06:13 +0100" endDate="2018-10-06 07:10:27 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 13:05:47 +0100" startDate="2018-10-06 07:29:40 +0100" endDate="2018-10-06 07:35:14 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 13:05:47 +0100" startDate="2018-10-06 07:41:48 +0100" endDate="2018-10-06 07:44:38 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 13:05:47 +0100" startDate="2018-10-06 12:36:21 +0100" endDate="2018-10-06 12:43:38 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-06 13:23:44 +0100" startDate="2018-10-06 13:04:24 +0100" endDate="2018-10-06 13:12:22 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 04:12:04 +0100" startDate="2018-10-06 13:12:22 +0100" endDate="2018-10-09 15:46:38 +0100" value="20695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 04:12:04 +0100" startDate="2018-10-09 15:46:40 +0100" endDate="2018-10-09 15:56:40 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 04:12:04 +0100" startDate="2018-10-09 15:56:40 +0100" endDate="2018-10-09 15:59:26 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 04:12:04 +0100" startDate="2018-10-09 17:26:00 +0100" endDate="2018-10-09 17:30:58 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 04:12:04 +0100" startDate="2018-10-09 17:36:23 +0100" endDate="2018-10-09 17:46:24 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 04:12:04 +0100" startDate="2018-10-09 17:46:24 +0100" endDate="2018-10-09 17:52:46 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 04:12:04 +0100" startDate="2018-10-09 17:59:05 +0100" endDate="2018-10-09 17:59:35 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 04:12:04 +0100" startDate="2018-10-09 21:00:20 +0100" endDate="2018-10-09 21:10:20 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 04:12:04 +0100" startDate="2018-10-09 21:10:20 +0100" endDate="2018-10-09 21:20:19 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 04:12:04 +0100" startDate="2018-10-09 21:20:32 +0100" endDate="2018-10-09 21:27:37 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 04:30:50 +0100" startDate="2018-10-10 04:15:46 +0100" endDate="2018-10-10 04:16:04 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 05:03:04 +0100" startDate="2018-10-10 04:46:23 +0100" endDate="2018-10-10 04:46:46 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 06:59:45 +0100" startDate="2018-10-10 06:42:28 +0100" endDate="2018-10-10 06:52:28 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 08:26:15 +0100" startDate="2018-10-10 06:52:28 +0100" endDate="2018-10-10 08:24:52 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 09:06:19 +0100" startDate="2018-10-10 08:53:09 +0100" endDate="2018-10-10 08:53:12 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-10 09:36:56 +0100" startDate="2018-10-10 09:19:25 +0100" endDate="2018-10-10 09:26:16 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-11 15:30:36 +0100" startDate="2018-10-10 09:26:16 +0100" endDate="2018-10-11 15:29:33 +0100" value="12081"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-11 15:43:43 +0100" startDate="2018-10-11 15:29:33 +0100" endDate="2018-10-11 15:37:40 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 07:44:04 +0100" startDate="2018-10-11 15:40:08 +0100" endDate="2018-10-11 15:43:44 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 07:44:04 +0100" startDate="2018-10-11 19:17:44 +0100" endDate="2018-10-11 19:18:28 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 07:44:04 +0100" startDate="2018-10-11 21:14:08 +0100" endDate="2018-10-11 21:14:13 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 07:44:04 +0100" startDate="2018-10-11 21:39:42 +0100" endDate="2018-10-11 21:43:17 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 07:44:04 +0100" startDate="2018-10-12 04:41:25 +0100" endDate="2018-10-12 04:45:08 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 07:44:04 +0100" startDate="2018-10-12 05:57:44 +0100" endDate="2018-10-12 06:07:15 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 07:44:04 +0100" startDate="2018-10-12 06:12:57 +0100" endDate="2018-10-12 06:13:05 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 07:44:04 +0100" startDate="2018-10-12 06:50:34 +0100" endDate="2018-10-12 06:51:27 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 07:44:04 +0100" startDate="2018-10-12 07:02:08 +0100" endDate="2018-10-12 07:12:08 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 07:44:04 +0100" startDate="2018-10-12 07:12:08 +0100" endDate="2018-10-12 07:14:15 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 08:16:49 +0100" startDate="2018-10-12 07:59:47 +0100" endDate="2018-10-12 07:59:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 10:46:59 +0100" startDate="2018-10-12 07:59:50 +0100" endDate="2018-10-12 10:45:38 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 10:59:29 +0100" startDate="2018-10-12 10:46:34 +0100" endDate="2018-10-12 10:47:35 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0, creation date:2018-09-24 05:31:08 +0000&gt;" unit="count" creationDate="2018-10-12 11:39:59 +0100" startDate="2018-10-12 11:24:20 +0100" endDate="2018-10-12 11:24:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 01:04:30 +0100" startDate="2018-10-12 11:24:22 +0100" endDate="2018-10-13 01:03:26 +0100" value="3803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 06:54:42 +0100" startDate="2018-10-13 06:36:41 +0100" endDate="2018-10-13 06:43:13 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 07:16:27 +0100" startDate="2018-10-13 07:00:34 +0100" endDate="2018-10-13 07:05:24 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 07:44:33 +0100" startDate="2018-10-13 07:29:19 +0100" endDate="2018-10-13 07:39:18 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 17:52:28 +0100" startDate="2018-10-13 07:39:18 +0100" endDate="2018-10-13 12:25:44 +0100" value="8576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 17:52:28 +0100" startDate="2018-10-13 12:25:44 +0100" endDate="2018-10-13 12:35:45 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 17:52:28 +0100" startDate="2018-10-13 12:35:45 +0100" endDate="2018-10-13 12:44:39 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 17:52:28 +0100" startDate="2018-10-13 14:11:50 +0100" endDate="2018-10-13 14:21:16 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 17:52:28 +0100" startDate="2018-10-13 14:28:29 +0100" endDate="2018-10-13 14:34:43 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 17:52:28 +0100" startDate="2018-10-13 15:04:02 +0100" endDate="2018-10-13 15:08:47 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 17:52:28 +0100" startDate="2018-10-13 15:48:14 +0100" endDate="2018-10-13 15:57:54 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 17:52:28 +0100" startDate="2018-10-13 15:58:15 +0100" endDate="2018-10-13 16:04:55 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 17:52:28 +0100" startDate="2018-10-13 16:09:12 +0100" endDate="2018-10-13 16:18:02 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 17:52:28 +0100" startDate="2018-10-13 16:31:56 +0100" endDate="2018-10-13 16:41:15 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 17:52:28 +0100" startDate="2018-10-13 16:42:01 +0100" endDate="2018-10-13 16:50:24 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 17:52:28 +0100" startDate="2018-10-13 17:02:36 +0100" endDate="2018-10-13 17:04:56 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-13 23:50:41 +0100" startDate="2018-10-13 23:37:45 +0100" endDate="2018-10-13 23:43:57 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-14 04:43:49 +0100" startDate="2018-10-14 04:27:16 +0100" endDate="2018-10-14 04:35:31 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-14 05:05:44 +0100" startDate="2018-10-14 04:52:50 +0100" endDate="2018-10-14 04:56:24 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-14 05:34:28 +0100" startDate="2018-10-14 05:17:30 +0100" endDate="2018-10-14 05:23:20 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-14 13:47:03 +0100" startDate="2018-10-14 05:23:20 +0100" endDate="2018-10-14 13:39:59 +0100" value="1585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-14 14:01:37 +0100" startDate="2018-10-14 13:49:57 +0100" endDate="2018-10-14 13:50:20 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-14 14:27:10 +0100" startDate="2018-10-14 14:06:09 +0100" endDate="2018-10-14 14:06:25 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-14 15:38:21 +0100" startDate="2018-10-14 15:23:23 +0100" endDate="2018-10-14 15:23:26 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-14 18:09:07 +0100" startDate="2018-10-14 17:56:46 +0100" endDate="2018-10-14 18:00:07 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-14 19:22:38 +0100" startDate="2018-10-14 19:10:35 +0100" endDate="2018-10-14 19:16:07 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-14 19:37:49 +0100" startDate="2018-10-14 19:25:46 +0100" endDate="2018-10-14 19:34:55 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-17 13:42:23 +0100" startDate="2018-10-14 19:34:55 +0100" endDate="2018-10-17 13:40:22 +0100" value="19988"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-17 14:09:21 +0100" startDate="2018-10-17 13:41:24 +0100" endDate="2018-10-17 13:49:42 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-17 14:09:21 +0100" startDate="2018-10-17 13:56:14 +0100" endDate="2018-10-17 13:56:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-17 15:16:18 +0100" startDate="2018-10-17 14:48:01 +0100" endDate="2018-10-17 14:53:06 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-17 15:26:20 +0100" startDate="2018-10-17 15:06:46 +0100" endDate="2018-10-17 15:09:01 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-17 15:57:41 +0100" startDate="2018-10-17 15:44:28 +0100" endDate="2018-10-17 15:54:00 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-17 15:54:00 +0100" endDate="2018-10-22 10:26:35 +0100" value="25086"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 10:27:24 +0100" endDate="2018-10-22 10:37:25 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 10:37:25 +0100" endDate="2018-10-22 10:45:29 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 10:49:43 +0100" endDate="2018-10-22 10:51:15 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 11:09:47 +0100" endDate="2018-10-22 11:19:04 +0100" value="969"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 12:08:55 +0100" endDate="2018-10-22 12:13:53 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 12:20:48 +0100" endDate="2018-10-22 12:29:02 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 12:50:00 +0100" endDate="2018-10-22 12:53:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 15:08:54 +0100" endDate="2018-10-22 15:11:26 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 15:21:17 +0100" endDate="2018-10-22 15:31:18 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 15:31:18 +0100" endDate="2018-10-22 15:35:30 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 15:42:10 +0100" endDate="2018-10-22 15:50:31 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 15:56:09 +0100" endDate="2018-10-22 15:59:27 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 17:00:32 +0100" startDate="2018-10-22 16:14:09 +0100" endDate="2018-10-22 16:14:40 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-22 20:15:57 +0100" startDate="2018-10-22 20:03:40 +0100" endDate="2018-10-22 20:10:05 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 08:59:51 +0100" startDate="2018-10-22 20:14:10 +0100" endDate="2018-10-22 20:15:36 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 08:59:51 +0100" startDate="2018-10-22 20:40:50 +0100" endDate="2018-10-22 20:40:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 08:59:51 +0100" startDate="2018-10-22 20:54:14 +0100" endDate="2018-10-22 20:55:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 08:59:51 +0100" startDate="2018-10-22 21:05:20 +0100" endDate="2018-10-22 21:07:26 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 08:59:51 +0100" startDate="2018-10-23 05:23:30 +0100" endDate="2018-10-23 05:28:31 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 08:59:51 +0100" startDate="2018-10-23 05:49:53 +0100" endDate="2018-10-23 05:58:39 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 08:59:51 +0100" startDate="2018-10-23 06:43:43 +0100" endDate="2018-10-23 06:48:31 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 08:59:51 +0100" startDate="2018-10-23 06:56:36 +0100" endDate="2018-10-23 07:06:37 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 08:59:51 +0100" startDate="2018-10-23 07:06:37 +0100" endDate="2018-10-23 07:10:03 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 08:59:51 +0100" startDate="2018-10-23 07:48:59 +0100" endDate="2018-10-23 07:49:42 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 10:16:47 +0100" startDate="2018-10-23 09:59:41 +0100" endDate="2018-10-23 09:59:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 10:43:50 +0100" startDate="2018-10-23 10:22:37 +0100" endDate="2018-10-23 10:32:36 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 10:43:50 +0100" startDate="2018-10-23 10:32:36 +0100" endDate="2018-10-23 10:36:56 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 10:56:22 +0100" startDate="2018-10-23 10:36:59 +0100" endDate="2018-10-23 10:43:52 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 10:57:24 +0100" startDate="2018-10-23 10:43:52 +0100" endDate="2018-10-23 10:43:55 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 11:22:29 +0100" startDate="2018-10-23 11:05:58 +0100" endDate="2018-10-23 11:15:59 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 13:10:37 +0100" startDate="2018-10-23 11:15:59 +0100" endDate="2018-10-23 13:08:53 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 15:09:18 +0100" startDate="2018-10-23 14:54:25 +0100" endDate="2018-10-23 14:58:25 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-23 15:28:49 +0100" startDate="2018-10-23 15:09:48 +0100" endDate="2018-10-23 15:15:46 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-24 07:30:42 +0100" startDate="2018-10-23 15:15:46 +0100" endDate="2018-10-24 06:49:04 +0100" value="3010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-24 09:30:01 +0100" startDate="2018-10-24 09:08:41 +0100" endDate="2018-10-24 09:08:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-24 10:14:04 +0100" startDate="2018-10-24 09:50:11 +0100" endDate="2018-10-24 09:50:57 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-24 10:28:16 +0100" startDate="2018-10-24 10:16:13 +0100" endDate="2018-10-24 10:24:23 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-24 10:41:02 +0100" startDate="2018-10-24 10:30:24 +0100" endDate="2018-10-24 10:34:07 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-24 11:05:47 +0100" startDate="2018-10-24 10:34:07 +0100" endDate="2018-10-24 10:43:22 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-24 11:05:47 +0100" startDate="2018-10-24 10:45:55 +0100" endDate="2018-10-24 10:46:46 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-24 11:22:55 +0100" startDate="2018-10-24 11:06:08 +0100" endDate="2018-10-24 11:16:09 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-24 21:12:23 +0100" startDate="2018-10-24 11:16:09 +0100" endDate="2018-10-24 21:11:01 +0100" value="4498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-24 21:48:32 +0100" startDate="2018-10-24 21:35:50 +0100" endDate="2018-10-24 21:43:34 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:11:03 +0100" startDate="2018-10-24 21:43:34 +0100" endDate="2018-10-25 15:48:26 +0100" value="5531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:11:03 +0100" startDate="2018-10-25 15:48:26 +0100" endDate="2018-10-25 15:54:23 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:11:03 +0100" startDate="2018-10-25 16:10:09 +0100" endDate="2018-10-25 16:12:39 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:11:03 +0100" startDate="2018-10-25 16:41:21 +0100" endDate="2018-10-25 16:41:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:11:03 +0100" startDate="2018-10-25 17:26:05 +0100" endDate="2018-10-25 17:34:07 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:11:03 +0100" startDate="2018-10-25 17:37:43 +0100" endDate="2018-10-25 17:47:43 +0100" value="785"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:11:03 +0100" startDate="2018-10-25 17:47:43 +0100" endDate="2018-10-25 17:57:27 +0100" value="1125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:11:03 +0100" startDate="2018-10-25 17:58:00 +0100" endDate="2018-10-25 17:58:56 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:11:03 +0100" startDate="2018-10-25 18:15:39 +0100" endDate="2018-10-25 18:21:54 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:11:03 +0100" startDate="2018-10-25 18:51:09 +0100" endDate="2018-10-25 18:55:26 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:11:03 +0100" startDate="2018-10-25 20:32:55 +0100" endDate="2018-10-25 20:35:31 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:11:03 +0100" startDate="2018-10-25 20:51:13 +0100" endDate="2018-10-25 20:51:13 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 21:26:10 +0100" startDate="2018-10-25 21:01:30 +0100" endDate="2018-10-25 21:03:45 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 22:19:55 +0100" startDate="2018-10-25 21:56:32 +0100" endDate="2018-10-25 21:57:08 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 22:45:32 +0100" startDate="2018-10-25 22:23:17 +0100" endDate="2018-10-25 22:33:18 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-25 22:45:32 +0100" startDate="2018-10-25 22:33:18 +0100" endDate="2018-10-25 22:43:18 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-26 15:36:45 +0100" startDate="2018-10-25 22:43:18 +0100" endDate="2018-10-26 15:35:04 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-26 15:58:34 +0100" startDate="2018-10-26 15:37:34 +0100" endDate="2018-10-26 15:38:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-26 17:14:44 +0100" startDate="2018-10-26 17:03:28 +0100" endDate="2018-10-26 17:08:01 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-26 18:56:15 +0100" startDate="2018-10-26 18:36:36 +0100" endDate="2018-10-26 18:38:39 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-26 19:21:02 +0100" startDate="2018-10-26 19:04:50 +0100" endDate="2018-10-26 19:05:15 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-26 21:35:35 +0100" startDate="2018-10-26 21:22:50 +0100" endDate="2018-10-26 21:24:32 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-27 05:51:47 +0100" startDate="2018-10-27 05:40:28 +0100" endDate="2018-10-27 05:49:39 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-27 06:05:43 +0100" startDate="2018-10-27 05:49:39 +0100" endDate="2018-10-27 05:53:47 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-27 08:25:48 +0100" startDate="2018-10-27 05:53:47 +0100" endDate="2018-10-27 08:24:31 +0100" value="1357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-27 10:13:02 +0100" startDate="2018-10-27 09:52:54 +0100" endDate="2018-10-27 09:53:07 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-27 11:26:32 +0100" startDate="2018-10-27 11:14:29 +0100" endDate="2018-10-27 11:14:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-27 15:58:57 +0100" startDate="2018-10-27 15:43:04 +0100" endDate="2018-10-27 15:52:12 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-29 19:04:53 +0100" startDate="2018-10-27 15:52:12 +0100" endDate="2018-10-29 19:03:34 +0100" value="18444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-29 19:17:43 +0100" startDate="2018-10-29 19:05:03 +0100" endDate="2018-10-29 19:15:02 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-30 16:25:42 +0100" startDate="2018-10-29 19:15:02 +0100" endDate="2018-10-30 16:21:11 +0100" value="7460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-10-30 16:37:18 +0100" startDate="2018-10-30 16:24:40 +0100" endDate="2018-10-30 16:32:09 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-01 17:37:40 +0100" startDate="2018-10-30 16:32:09 +0100" endDate="2018-11-01 15:46:35 +0100" value="14208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-01 17:37:40 +0100" startDate="2018-11-01 15:46:35 +0100" endDate="2018-11-01 15:56:33 +0100" value="885"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-01 17:37:40 +0100" startDate="2018-11-01 15:56:33 +0100" endDate="2018-11-01 16:06:32 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-01 17:37:40 +0100" startDate="2018-11-01 16:06:32 +0100" endDate="2018-11-01 16:16:31 +0100" value="1032"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-01 17:37:40 +0100" startDate="2018-11-01 16:16:31 +0100" endDate="2018-11-01 16:26:23 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-01 17:37:40 +0100" startDate="2018-11-01 16:26:33 +0100" endDate="2018-11-01 16:34:07 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-01 17:37:40 +0100" startDate="2018-11-01 16:38:13 +0100" endDate="2018-11-01 16:47:20 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-01 17:37:40 +0100" startDate="2018-11-01 17:05:19 +0100" endDate="2018-11-01 17:13:45 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-01 17:37:40 +0100" startDate="2018-11-01 17:15:52 +0100" endDate="2018-11-01 17:23:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-01 22:00:54 +0100" startDate="2018-11-01 21:44:01 +0100" endDate="2018-11-01 21:48:30 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-01 22:32:40 +0100" startDate="2018-11-01 22:16:51 +0100" endDate="2018-11-01 22:23:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:06:47 +0100" startDate="2018-11-01 22:27:19 +0100" endDate="2018-11-01 22:27:29 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:06:47 +0100" startDate="2018-11-02 07:36:36 +0100" endDate="2018-11-02 07:37:22 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:06:47 +0100" startDate="2018-11-02 08:14:17 +0100" endDate="2018-11-02 08:14:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:06:47 +0100" startDate="2018-11-02 08:45:35 +0100" endDate="2018-11-02 08:52:33 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:06:47 +0100" startDate="2018-11-02 09:03:55 +0100" endDate="2018-11-02 09:12:25 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:06:47 +0100" startDate="2018-11-02 09:15:08 +0100" endDate="2018-11-02 09:15:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:06:47 +0100" startDate="2018-11-02 09:26:05 +0100" endDate="2018-11-02 09:28:41 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:06:47 +0100" startDate="2018-11-02 09:40:39 +0100" endDate="2018-11-02 09:50:29 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:06:47 +0100" startDate="2018-11-02 09:54:21 +0100" endDate="2018-11-02 10:02:17 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:06:47 +0100" startDate="2018-11-02 10:10:52 +0100" endDate="2018-11-02 10:16:07 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:06:47 +0100" startDate="2018-11-02 10:22:49 +0100" endDate="2018-11-02 10:25:29 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:06:47 +0100" startDate="2018-11-02 10:40:20 +0100" endDate="2018-11-02 10:40:22 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:19:04 +0100" startDate="2018-11-02 11:04:42 +0100" endDate="2018-11-02 11:10:04 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 11:43:02 +0100" startDate="2018-11-02 11:30:04 +0100" endDate="2018-11-02 11:39:32 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 11:42:30 +0100" endDate="2018-11-02 11:52:30 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 11:52:30 +0100" endDate="2018-11-02 12:02:30 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 12:02:30 +0100" endDate="2018-11-02 12:03:31 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 12:19:36 +0100" endDate="2018-11-02 12:21:35 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 12:30:11 +0100" endDate="2018-11-02 12:30:59 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 12:47:13 +0100" endDate="2018-11-02 12:48:17 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 12:59:40 +0100" endDate="2018-11-02 13:01:17 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 13:11:00 +0100" endDate="2018-11-02 13:18:10 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 13:40:37 +0100" endDate="2018-11-02 13:50:37 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 13:50:37 +0100" endDate="2018-11-02 13:55:02 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 14:05:29 +0100" endDate="2018-11-02 14:15:29 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 14:15:29 +0100" endDate="2018-11-02 14:15:42 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 14:41:47 +0100" endDate="2018-11-02 14:45:15 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 14:57:58 +0100" endDate="2018-11-02 15:06:54 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 15:08:03 +0100" endDate="2018-11-02 15:18:04 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 15:18:04 +0100" endDate="2018-11-02 15:22:34 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 15:38:47 +0100" endDate="2018-11-02 15:48:11 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 15:52:07 +0100" endDate="2018-11-02 16:01:46 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 16:02:45 +0100" endDate="2018-11-02 16:11:57 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 16:12:50 +0100" endDate="2018-11-02 16:22:51 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 16:22:51 +0100" endDate="2018-11-02 16:32:29 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 16:32:52 +0100" endDate="2018-11-02 16:42:52 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 16:42:52 +0100" endDate="2018-11-02 16:52:40 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 16:52:58 +0100" endDate="2018-11-02 17:02:57 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 17:02:57 +0100" endDate="2018-11-02 17:07:36 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 17:14:49 +0100" endDate="2018-11-02 17:23:17 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 17:28:08 +0100" endDate="2018-11-02 17:28:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 17:50:50 +0100" endDate="2018-11-02 17:56:08 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 18:05:08 +0100" endDate="2018-11-02 18:07:17 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 18:15:42 +0100" endDate="2018-11-02 18:24:51 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 18:38:56 +0100" endDate="2018-11-02 18:40:50 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:36:12 +0100" startDate="2018-11-02 18:58:56 +0100" endDate="2018-11-02 19:00:43 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 19:50:24 +0100" startDate="2018-11-02 19:27:52 +0100" endDate="2018-11-02 19:28:46 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 20:11:00 +0100" startDate="2018-11-02 19:54:40 +0100" endDate="2018-11-02 19:56:22 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 20:25:31 +0100" startDate="2018-11-02 20:07:07 +0100" endDate="2018-11-02 20:09:52 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 20:40:03 +0100" startDate="2018-11-02 20:26:45 +0100" endDate="2018-11-02 20:28:37 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 21:29:15 +0100" startDate="2018-11-02 20:56:10 +0100" endDate="2018-11-02 21:01:12 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-02 22:09:48 +0100" startDate="2018-11-02 21:54:35 +0100" endDate="2018-11-02 21:57:48 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-02 22:07:18 +0100" endDate="2018-11-02 22:07:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 08:44:45 +0100" endDate="2018-11-03 08:49:33 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 10:02:20 +0100" endDate="2018-11-03 10:06:23 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 10:17:02 +0100" endDate="2018-11-03 10:26:40 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 10:54:19 +0100" endDate="2018-11-03 10:55:50 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 11:09:28 +0100" endDate="2018-11-03 11:17:51 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 11:20:50 +0100" endDate="2018-11-03 11:29:55 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 11:59:47 +0100" endDate="2018-11-03 12:09:48 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 12:09:48 +0100" endDate="2018-11-03 12:19:28 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 12:20:17 +0100" endDate="2018-11-03 12:26:43 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 12:31:03 +0100" endDate="2018-11-03 12:31:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 12:58:46 +0100" endDate="2018-11-03 13:02:12 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 13:13:49 +0100" endDate="2018-11-03 13:14:04 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 13:24:07 +0100" endDate="2018-11-03 13:29:20 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 13:41:58 +0100" endDate="2018-11-03 13:47:32 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 14:08:26 +0100" endDate="2018-11-03 14:16:54 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 14:20:22 +0100" endDate="2018-11-03 14:29:26 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 14:41:08 +0100" endDate="2018-11-03 14:50:53 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 14:51:08 +0100" endDate="2018-11-03 15:01:05 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 15:01:20 +0100" endDate="2018-11-03 15:11:10 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 15:11:45 +0100" endDate="2018-11-03 15:19:48 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 15:22:22 +0100" endDate="2018-11-03 15:24:24 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 16:16:59 +0100" endDate="2018-11-03 16:21:08 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 16:51:37 +0100" endDate="2018-11-03 17:00:48 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 17:01:44 +0100" endDate="2018-11-03 17:11:44 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 17:11:44 +0100" endDate="2018-11-03 17:21:03 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 17:26:09 +0100" endDate="2018-11-03 17:26:54 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 17:48:41 +0100" endDate="2018-11-03 17:55:29 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 18:00:53 +0100" endDate="2018-11-03 18:10:29 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 19:38:35 +0100" endDate="2018-11-03 19:38:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-03 21:19:16 +0100" endDate="2018-11-03 21:26:18 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 08:14:53 +0100" endDate="2018-11-04 08:24:01 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 08:26:39 +0100" endDate="2018-11-04 08:33:06 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 09:54:47 +0100" endDate="2018-11-04 10:04:46 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 10:04:46 +0100" endDate="2018-11-04 10:08:56 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 10:23:21 +0100" endDate="2018-11-04 10:33:20 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 10:33:20 +0100" endDate="2018-11-04 10:41:15 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 10:44:06 +0100" endDate="2018-11-04 10:47:04 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 10:57:41 +0100" endDate="2018-11-04 10:58:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 11:18:26 +0100" endDate="2018-11-04 11:23:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 12:09:44 +0100" endDate="2018-11-04 12:19:13 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 14:21:55 +0100" endDate="2018-11-04 14:27:26 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 14:58:07 +0100" endDate="2018-11-04 15:00:06 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 15:12:21 +0100" endDate="2018-11-04 15:21:27 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 15:24:51 +0100" endDate="2018-11-04 15:24:59 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 15:45:06 +0100" endDate="2018-11-04 15:46:58 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 16:47:12 +0100" endDate="2018-11-04 16:47:58 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 17:15:38 +0100" endDate="2018-11-04 17:24:51 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 17:26:12 +0100" endDate="2018-11-04 17:26:51 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 17:43:23 +0100" endDate="2018-11-04 17:53:22 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 17:53:22 +0100" endDate="2018-11-04 18:01:44 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:23:35 +0100" startDate="2018-11-04 20:00:19 +0100" endDate="2018-11-04 20:00:22 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-04 22:33:58 +0100" startDate="2018-11-04 22:20:58 +0100" endDate="2018-11-04 22:24:24 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-05 06:31:08 +0100" startDate="2018-11-05 06:03:37 +0100" endDate="2018-11-05 06:11:58 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-05 07:22:42 +0100" startDate="2018-11-05 07:10:39 +0100" endDate="2018-11-05 07:20:05 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-05 07:56:18 +0100" startDate="2018-11-05 07:38:13 +0100" endDate="2018-11-05 07:46:44 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-05 07:46:44 +0100" endDate="2018-11-08 11:41:24 +0100" value="21804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-08 11:41:24 +0100" endDate="2018-11-08 11:48:17 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-08 12:04:48 +0100" endDate="2018-11-08 12:14:48 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-08 12:14:48 +0100" endDate="2018-11-08 12:24:48 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-08 12:24:56 +0100" endDate="2018-11-08 12:26:58 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-08 13:11:31 +0100" endDate="2018-11-08 13:21:21 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-08 14:01:47 +0100" endDate="2018-11-08 14:05:54 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-08 14:29:16 +0100" endDate="2018-11-08 14:31:08 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-08 16:04:15 +0100" endDate="2018-11-08 16:14:14 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-08 16:14:14 +0100" endDate="2018-11-08 16:19:51 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-08 17:14:39 +0100" endDate="2018-11-08 17:24:13 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-08 17:25:25 +0100" endDate="2018-11-08 17:35:25 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 17:51:34 +0100" startDate="2018-11-08 17:35:25 +0100" endDate="2018-11-08 17:45:11 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.0.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.0.1, creation date:2018-10-13 00:04:29 +0000&gt;" unit="count" creationDate="2018-11-08 18:09:43 +0100" startDate="2018-11-08 17:51:32 +0100" endDate="2018-11-08 18:01:15 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 18:03:05 +0100" endDate="2018-11-08 18:08:05 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 18:15:09 +0100" endDate="2018-11-08 18:18:52 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 18:27:49 +0100" endDate="2018-11-08 18:37:43 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 18:38:22 +0100" endDate="2018-11-08 18:48:13 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 18:48:24 +0100" endDate="2018-11-08 18:58:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 18:58:24 +0100" endDate="2018-11-08 19:06:53 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 19:12:21 +0100" endDate="2018-11-08 19:20:30 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 19:25:21 +0100" endDate="2018-11-08 19:35:00 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 19:35:56 +0100" endDate="2018-11-08 19:44:13 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 19:47:22 +0100" endDate="2018-11-08 19:56:34 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 19:59:18 +0100" endDate="2018-11-08 20:09:03 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 20:10:05 +0100" endDate="2018-11-08 20:18:26 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 20:20:11 +0100" endDate="2018-11-08 20:28:06 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 20:39:55 +0100" endDate="2018-11-08 20:49:05 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 20:51:51 +0100" endDate="2018-11-08 20:52:22 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 21:32:32 +0100" endDate="2018-11-08 21:42:10 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 23:45:31 +0100" endDate="2018-11-08 23:51:41 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:18:24 +0100" startDate="2018-11-08 23:56:09 +0100" endDate="2018-11-09 00:01:59 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 08:28:52 +0100" startDate="2018-11-09 08:11:05 +0100" endDate="2018-11-09 08:14:08 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 09:46:20 +0100" startDate="2018-11-09 09:30:39 +0100" endDate="2018-11-09 09:39:24 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 09:53:01 +0100" startDate="2018-11-09 09:41:03 +0100" endDate="2018-11-09 09:50:34 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 10:17:45 +0100" startDate="2018-11-09 09:51:22 +0100" endDate="2018-11-09 10:01:07 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 10:17:45 +0100" startDate="2018-11-09 10:01:30 +0100" endDate="2018-11-09 10:10:00 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 10:25:00 +0100" startDate="2018-11-09 10:11:48 +0100" endDate="2018-11-09 10:21:45 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 10:33:49 +0100" startDate="2018-11-09 10:22:10 +0100" endDate="2018-11-09 10:27:14 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 10:48:19 +0100" startDate="2018-11-09 10:35:12 +0100" endDate="2018-11-09 10:40:41 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 11:00:17 +0100" startDate="2018-11-09 10:46:38 +0100" endDate="2018-11-09 10:56:37 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 11:09:45 +0100" startDate="2018-11-09 10:56:37 +0100" endDate="2018-11-09 11:06:37 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 11:23:45 +0100" startDate="2018-11-09 11:13:31 +0100" endDate="2018-11-09 11:13:33 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 12:43:02 +0100" startDate="2018-11-09 12:28:42 +0100" endDate="2018-11-09 12:38:43 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 12:57:19 +0100" startDate="2018-11-09 12:38:43 +0100" endDate="2018-11-09 12:48:42 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 13:00:52 +0100" startDate="2018-11-09 12:48:42 +0100" endDate="2018-11-09 12:52:14 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 13:21:41 +0100" startDate="2018-11-09 13:00:19 +0100" endDate="2018-11-09 13:00:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 15:47:09 +0100" startDate="2018-11-09 15:35:36 +0100" endDate="2018-11-09 15:40:25 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 15:56:54 +0100" startDate="2018-11-09 15:45:54 +0100" endDate="2018-11-09 15:54:13 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 16:30:16 +0100" startDate="2018-11-09 16:17:51 +0100" endDate="2018-11-09 16:27:52 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 16:39:58 +0100" startDate="2018-11-09 16:27:52 +0100" endDate="2018-11-09 16:35:23 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 18:06:36 +0100" startDate="2018-11-09 17:47:14 +0100" endDate="2018-11-09 17:57:13 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 18:10:23 +0100" startDate="2018-11-09 17:57:13 +0100" endDate="2018-11-09 17:59:02 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 18:19:27 +0100" startDate="2018-11-09 18:09:08 +0100" endDate="2018-11-09 18:12:42 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 18:31:58 +0100" startDate="2018-11-09 18:18:33 +0100" endDate="2018-11-09 18:26:28 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 19:33:20 +0100" startDate="2018-11-09 19:21:21 +0100" endDate="2018-11-09 19:24:25 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 19:46:49 +0100" startDate="2018-11-09 19:35:03 +0100" endDate="2018-11-09 19:35:48 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 20:37:57 +0100" startDate="2018-11-09 20:20:45 +0100" endDate="2018-11-09 20:25:06 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 20:53:29 +0100" startDate="2018-11-09 20:41:12 +0100" endDate="2018-11-09 20:50:08 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 21:02:20 +0100" startDate="2018-11-09 20:51:19 +0100" endDate="2018-11-09 20:52:18 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 21:28:47 +0100" startDate="2018-11-09 21:12:42 +0100" endDate="2018-11-09 21:22:41 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 21:33:43 +0100" startDate="2018-11-09 21:22:41 +0100" endDate="2018-11-09 21:32:33 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 21:55:01 +0100" startDate="2018-11-09 21:37:47 +0100" endDate="2018-11-09 21:45:12 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 22:24:06 +0100" startDate="2018-11-09 22:04:37 +0100" endDate="2018-11-09 22:09:42 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 22:40:34 +0100" startDate="2018-11-09 22:25:56 +0100" endDate="2018-11-09 22:26:04 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 23:47:32 +0100" startDate="2018-11-09 23:35:50 +0100" endDate="2018-11-09 23:45:47 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-09 23:58:44 +0100" startDate="2018-11-09 23:45:54 +0100" endDate="2018-11-09 23:48:27 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 00:17:55 +0100" startDate="2018-11-10 00:04:01 +0100" endDate="2018-11-10 00:14:01 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 00:28:01 +0100" startDate="2018-11-10 00:14:01 +0100" endDate="2018-11-10 00:24:01 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 00:45:56 +0100" startDate="2018-11-10 00:24:01 +0100" endDate="2018-11-10 00:26:50 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 01:57:43 +0100" startDate="2018-11-10 01:45:35 +0100" endDate="2018-11-10 01:45:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 02:28:53 +0100" startDate="2018-11-10 02:03:23 +0100" endDate="2018-11-10 02:13:23 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 02:28:53 +0100" startDate="2018-11-10 02:13:23 +0100" endDate="2018-11-10 02:16:19 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 02:42:57 +0100" startDate="2018-11-10 02:23:25 +0100" endDate="2018-11-10 02:33:11 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 02:49:17 +0100" startDate="2018-11-10 02:33:28 +0100" endDate="2018-11-10 02:43:29 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 03:03:50 +0100" startDate="2018-11-10 02:43:37 +0100" endDate="2018-11-10 02:52:47 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 03:07:12 +0100" startDate="2018-11-10 02:55:14 +0100" endDate="2018-11-10 03:03:48 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 03:33:07 +0100" startDate="2018-11-10 03:06:31 +0100" endDate="2018-11-10 03:16:11 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 03:33:07 +0100" startDate="2018-11-10 03:17:12 +0100" endDate="2018-11-10 03:23:31 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 03:43:35 +0100" startDate="2018-11-10 03:24:25 +0100" endDate="2018-11-10 03:34:25 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 03:55:57 +0100" startDate="2018-11-10 03:34:25 +0100" endDate="2018-11-10 03:41:41 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 04:11:43 +0100" startDate="2018-11-10 03:46:23 +0100" endDate="2018-11-10 03:56:19 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 04:11:43 +0100" startDate="2018-11-10 03:56:24 +0100" endDate="2018-11-10 04:01:45 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 04:22:11 +0100" startDate="2018-11-10 04:01:45 +0100" endDate="2018-11-10 04:11:18 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 04:22:11 +0100" startDate="2018-11-10 04:11:54 +0100" endDate="2018-11-10 04:12:04 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 04:32:08 +0100" startDate="2018-11-10 04:13:25 +0100" endDate="2018-11-10 04:19:16 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 04:57:51 +0100" startDate="2018-11-10 04:27:55 +0100" endDate="2018-11-10 04:34:09 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 05:20:51 +0100" startDate="2018-11-10 05:09:26 +0100" endDate="2018-11-10 05:09:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 09:27:46 +0100" startDate="2018-11-10 09:16:40 +0100" endDate="2018-11-10 09:16:45 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 09:47:10 +0100" startDate="2018-11-10 09:32:45 +0100" endDate="2018-11-10 09:42:45 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 09:55:50 +0100" startDate="2018-11-10 09:42:45 +0100" endDate="2018-11-10 09:52:45 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 10:03:47 +0100" startDate="2018-11-10 09:52:45 +0100" endDate="2018-11-10 09:57:13 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 10:24:50 +0100" startDate="2018-11-10 10:04:41 +0100" endDate="2018-11-10 10:04:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 14:06:07 +0100" startDate="2018-11-10 13:51:55 +0100" endDate="2018-11-10 13:58:23 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 15:18:15 +0100" startDate="2018-11-10 15:05:33 +0100" endDate="2018-11-10 15:14:57 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 15:31:01 +0100" startDate="2018-11-10 15:15:45 +0100" endDate="2018-11-10 15:15:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 16:14:43 +0100" startDate="2018-11-10 15:56:23 +0100" endDate="2018-11-10 16:02:44 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 16:43:23 +0100" startDate="2018-11-10 16:23:28 +0100" endDate="2018-11-10 16:26:44 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 17:18:36 +0100" startDate="2018-11-10 16:53:39 +0100" endDate="2018-11-10 16:58:54 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 19:09:47 +0100" startDate="2018-11-10 18:10:05 +0100" endDate="2018-11-10 18:20:02 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 19:09:47 +0100" startDate="2018-11-10 18:20:22 +0100" endDate="2018-11-10 18:27:28 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 19:09:47 +0100" startDate="2018-11-10 18:51:55 +0100" endDate="2018-11-10 19:00:19 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 19:13:05 +0100" startDate="2018-11-10 19:02:01 +0100" endDate="2018-11-10 19:11:59 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 19:26:33 +0100" startDate="2018-11-10 19:11:59 +0100" endDate="2018-11-10 19:13:59 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 19:41:51 +0100" startDate="2018-11-10 19:22:47 +0100" endDate="2018-11-10 19:32:47 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 19:46:12 +0100" startDate="2018-11-10 19:32:47 +0100" endDate="2018-11-10 19:42:48 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 19:59:39 +0100" startDate="2018-11-10 19:42:48 +0100" endDate="2018-11-10 19:52:49 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 20:05:41 +0100" startDate="2018-11-10 19:52:49 +0100" endDate="2018-11-10 20:02:48 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 20:13:51 +0100" startDate="2018-11-10 20:02:48 +0100" endDate="2018-11-10 20:05:34 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 21:25:16 +0100" startDate="2018-11-10 21:12:39 +0100" endDate="2018-11-10 21:20:20 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 21:36:03 +0100" startDate="2018-11-10 21:25:01 +0100" endDate="2018-11-10 21:25:03 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-10 22:04:16 +0100" startDate="2018-11-10 21:53:04 +0100" endDate="2018-11-10 21:53:16 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 09:24:12 +0100" startDate="2018-11-11 09:11:41 +0100" endDate="2018-11-11 09:19:41 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 09:33:19 +0100" startDate="2018-11-11 09:22:19 +0100" endDate="2018-11-11 09:31:20 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 10:08:58 +0100" startDate="2018-11-11 09:55:43 +0100" endDate="2018-11-11 10:04:37 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 10:45:43 +0100" startDate="2018-11-11 10:34:12 +0100" endDate="2018-11-11 10:41:10 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 11:13:35 +0100" startDate="2018-11-11 11:02:27 +0100" endDate="2018-11-11 11:11:40 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 11:48:00 +0100" startDate="2018-11-11 11:35:01 +0100" endDate="2018-11-11 11:39:06 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 12:06:39 +0100" startDate="2018-11-11 11:39:06 +0100" endDate="2018-11-11 11:49:06 +0100" value="654"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 12:06:39 +0100" startDate="2018-11-11 11:49:06 +0100" endDate="2018-11-11 11:59:06 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 12:30:57 +0100" startDate="2018-11-11 12:11:02 +0100" endDate="2018-11-11 12:21:03 +0100" value="1051"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 12:32:21 +0100" startDate="2018-11-11 12:21:03 +0100" endDate="2018-11-11 12:30:15 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 12:45:13 +0100" startDate="2018-11-11 12:31:45 +0100" endDate="2018-11-11 12:36:02 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 12:54:19 +0100" startDate="2018-11-11 12:43:19 +0100" endDate="2018-11-11 12:43:55 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 13:28:40 +0100" startDate="2018-11-11 13:17:24 +0100" endDate="2018-11-11 13:25:49 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 14:38:29 +0100" startDate="2018-11-11 13:25:49 +0100" endDate="2018-11-11 14:37:13 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 14:48:21 +0100" startDate="2018-11-11 14:37:13 +0100" endDate="2018-11-11 14:46:20 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 15:20:50 +0100" startDate="2018-11-11 15:06:36 +0100" endDate="2018-11-11 15:06:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 15:31:55 +0100" startDate="2018-11-11 15:20:50 +0100" endDate="2018-11-11 15:20:55 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 15:47:34 +0100" startDate="2018-11-11 15:34:23 +0100" endDate="2018-11-11 15:35:22 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 16:03:32 +0100" startDate="2018-11-11 15:49:50 +0100" endDate="2018-11-11 15:51:58 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 16:32:31 +0100" startDate="2018-11-11 16:19:01 +0100" endDate="2018-11-11 16:19:06 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 16:59:10 +0100" startDate="2018-11-11 16:40:47 +0100" endDate="2018-11-11 16:42:36 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 17:12:58 +0100" startDate="2018-11-11 16:59:12 +0100" endDate="2018-11-11 17:09:06 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 17:20:24 +0100" startDate="2018-11-11 17:09:21 +0100" endDate="2018-11-11 17:16:21 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 18:17:58 +0100" startDate="2018-11-11 18:03:45 +0100" endDate="2018-11-11 18:07:30 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 18:52:04 +0100" startDate="2018-11-11 18:37:07 +0100" endDate="2018-11-11 18:37:15 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 19:14:50 +0100" startDate="2018-11-11 18:59:41 +0100" endDate="2018-11-11 19:06:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 19:23:08 +0100" startDate="2018-11-11 19:12:04 +0100" endDate="2018-11-11 19:12:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 19:54:59 +0100" startDate="2018-11-11 19:42:04 +0100" endDate="2018-11-11 19:42:57 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 21:19:47 +0100" startDate="2018-11-11 21:08:04 +0100" endDate="2018-11-11 21:08:06 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-11 21:56:46 +0100" startDate="2018-11-11 21:42:24 +0100" endDate="2018-11-11 21:47:05 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 07:24:35 +0100" startDate="2018-11-12 07:12:25 +0100" endDate="2018-11-12 07:13:01 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 07:52:42 +0100" startDate="2018-11-12 07:39:34 +0100" endDate="2018-11-12 07:49:34 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 08:05:16 +0100" startDate="2018-11-12 07:49:34 +0100" endDate="2018-11-12 07:59:33 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 08:30:15 +0100" startDate="2018-11-12 07:59:33 +0100" endDate="2018-11-12 08:04:42 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 08:40:39 +0100" startDate="2018-11-12 08:29:23 +0100" endDate="2018-11-12 08:30:24 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 08:53:35 +0100" startDate="2018-11-12 08:39:57 +0100" endDate="2018-11-12 08:48:25 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 11:48:34 +0100" startDate="2018-11-12 11:31:27 +0100" endDate="2018-11-12 11:40:28 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 11:57:10 +0100" startDate="2018-11-12 11:42:18 +0100" endDate="2018-11-12 11:48:19 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 12:24:49 +0100" startDate="2018-11-12 12:09:14 +0100" endDate="2018-11-12 12:18:41 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 12:33:54 +0100" startDate="2018-11-12 12:19:25 +0100" endDate="2018-11-12 12:28:52 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 13:09:15 +0100" startDate="2018-11-12 12:50:56 +0100" endDate="2018-11-12 12:55:18 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 15:05:44 +0100" startDate="2018-11-12 14:49:45 +0100" endDate="2018-11-12 14:50:49 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 15:44:36 +0100" startDate="2018-11-12 15:33:10 +0100" endDate="2018-11-12 15:33:36 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 17:32:49 +0100" startDate="2018-11-12 15:57:31 +0100" endDate="2018-11-12 15:57:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 17:42:44 +0100" startDate="2018-11-12 17:32:34 +0100" endDate="2018-11-12 17:38:38 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 18:21:14 +0100" startDate="2018-11-12 17:55:18 +0100" endDate="2018-11-12 18:00:09 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 18:32:57 +0100" startDate="2018-11-12 18:22:16 +0100" endDate="2018-11-12 18:22:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 19:18:58 +0100" startDate="2018-11-12 19:07:27 +0100" endDate="2018-11-12 19:07:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 20:14:28 +0100" startDate="2018-11-12 19:59:08 +0100" endDate="2018-11-12 20:03:27 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 20:25:02 +0100" startDate="2018-11-12 20:13:41 +0100" endDate="2018-11-12 20:23:40 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 20:35:18 +0100" startDate="2018-11-12 20:23:40 +0100" endDate="2018-11-12 20:33:25 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 20:55:38 +0100" startDate="2018-11-12 20:37:38 +0100" endDate="2018-11-12 20:45:40 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 21:07:50 +0100" startDate="2018-11-12 20:54:44 +0100" endDate="2018-11-12 21:00:55 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-12 22:22:52 +0100" startDate="2018-11-12 22:11:04 +0100" endDate="2018-11-12 22:11:52 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 07:42:32 +0100" startDate="2018-11-13 07:29:51 +0100" endDate="2018-11-13 07:39:09 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 07:59:45 +0100" startDate="2018-11-13 07:39:47 +0100" endDate="2018-11-13 07:45:00 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 08:14:45 +0100" startDate="2018-11-13 07:45:00 +0100" endDate="2018-11-13 07:54:59 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 08:14:45 +0100" startDate="2018-11-13 07:54:59 +0100" endDate="2018-11-13 07:57:35 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 08:50:12 +0100" startDate="2018-11-13 08:38:08 +0100" endDate="2018-11-13 08:39:12 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 09:38:41 +0100" startDate="2018-11-13 09:26:09 +0100" endDate="2018-11-13 09:33:17 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 10:05:19 +0100" startDate="2018-11-13 09:44:52 +0100" endDate="2018-11-13 09:53:40 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 10:18:06 +0100" startDate="2018-11-13 09:57:39 +0100" endDate="2018-11-13 09:57:44 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 11:28:36 +0100" startDate="2018-11-13 11:15:44 +0100" endDate="2018-11-13 11:22:08 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 11:40:59 +0100" startDate="2018-11-13 11:27:42 +0100" endDate="2018-11-13 11:36:43 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 11:49:48 +0100" startDate="2018-11-13 11:38:48 +0100" endDate="2018-11-13 11:48:48 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 12:00:11 +0100" startDate="2018-11-13 11:48:48 +0100" endDate="2018-11-13 11:58:48 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 12:14:49 +0100" startDate="2018-11-13 11:58:48 +0100" endDate="2018-11-13 12:02:35 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 13:43:03 +0100" startDate="2018-11-13 13:32:50 +0100" endDate="2018-11-13 13:32:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 15:26:44 +0100" startDate="2018-11-13 15:16:32 +0100" endDate="2018-11-13 15:20:21 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 15:45:42 +0100" startDate="2018-11-13 15:31:43 +0100" endDate="2018-11-13 15:31:56 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 16:36:17 +0100" startDate="2018-11-13 16:20:54 +0100" endDate="2018-11-13 16:21:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 17:54:23 +0100" startDate="2018-11-13 17:36:11 +0100" endDate="2018-11-13 17:42:00 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 18:08:21 +0100" startDate="2018-11-13 17:54:27 +0100" endDate="2018-11-13 17:59:56 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 18:22:08 +0100" startDate="2018-11-13 18:08:22 +0100" endDate="2018-11-13 18:14:40 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 19:05:43 +0100" startDate="2018-11-13 18:47:48 +0100" endDate="2018-11-13 18:56:51 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 19:40:43 +0100" startDate="2018-11-13 19:29:26 +0100" endDate="2018-11-13 19:29:29 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 21:20:54 +0100" startDate="2018-11-13 21:08:22 +0100" endDate="2018-11-13 21:16:23 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 21:34:12 +0100" startDate="2018-11-13 21:20:42 +0100" endDate="2018-11-13 21:30:42 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 21:42:25 +0100" startDate="2018-11-13 21:30:42 +0100" endDate="2018-11-13 21:40:05 +0100" value="901"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-13 21:52:17 +0100" startDate="2018-11-13 21:41:14 +0100" endDate="2018-11-13 21:42:02 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 07:21:25 +0100" startDate="2018-11-14 07:05:02 +0100" endDate="2018-11-14 07:12:18 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 07:53:00 +0100" startDate="2018-11-14 07:41:11 +0100" endDate="2018-11-14 07:50:37 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 08:07:15 +0100" startDate="2018-11-14 07:51:15 +0100" endDate="2018-11-14 07:58:42 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 08:26:59 +0100" startDate="2018-11-14 08:07:25 +0100" endDate="2018-11-14 08:14:08 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 08:45:45 +0100" startDate="2018-11-14 08:32:37 +0100" endDate="2018-11-14 08:39:00 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 08:56:07 +0100" startDate="2018-11-14 08:43:35 +0100" endDate="2018-11-14 08:53:10 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 09:14:53 +0100" startDate="2018-11-14 08:54:34 +0100" endDate="2018-11-14 08:55:10 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 10:38:08 +0100" startDate="2018-11-14 10:26:16 +0100" endDate="2018-11-14 10:26:41 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 11:52:09 +0100" startDate="2018-11-14 11:31:27 +0100" endDate="2018-11-14 11:38:55 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 11:57:46 +0100" startDate="2018-11-14 11:45:19 +0100" endDate="2018-11-14 11:45:55 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 12:11:06 +0100" startDate="2018-11-14 11:56:31 +0100" endDate="2018-11-14 12:01:37 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 12:27:24 +0100" startDate="2018-11-14 12:08:53 +0100" endDate="2018-11-14 12:09:24 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 12:41:13 +0100" startDate="2018-11-14 12:28:33 +0100" endDate="2018-11-14 12:31:09 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 12:45:20 +0100" startDate="2018-11-14 12:32:41 +0100" endDate="2018-11-14 12:32:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 13:22:55 +0100" startDate="2018-11-14 13:08:21 +0100" endDate="2018-11-14 13:18:05 +0100" value="654"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 13:37:24 +0100" startDate="2018-11-14 13:18:33 +0100" endDate="2018-11-14 13:19:16 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 13:45:33 +0100" startDate="2018-11-14 13:32:45 +0100" endDate="2018-11-14 13:36:03 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 14:08:11 +0100" startDate="2018-11-14 13:53:30 +0100" endDate="2018-11-14 13:54:33 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 15:34:10 +0100" startDate="2018-11-14 15:18:08 +0100" endDate="2018-11-14 15:18:29 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 15:47:16 +0100" startDate="2018-11-14 15:32:13 +0100" endDate="2018-11-14 15:38:01 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 16:55:30 +0100" startDate="2018-11-14 16:44:22 +0100" endDate="2018-11-14 16:54:19 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 17:08:01 +0100" startDate="2018-11-14 16:54:50 +0100" endDate="2018-11-14 16:59:29 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 17:41:00 +0100" startDate="2018-11-14 17:30:05 +0100" endDate="2018-11-14 17:30:07 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 18:10:41 +0100" startDate="2018-11-14 18:00:06 +0100" endDate="2018-11-14 18:00:08 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-14 22:18:53 +0100" startDate="2018-11-14 22:07:27 +0100" endDate="2018-11-14 22:07:53 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 07:18:52 +0100" startDate="2018-11-15 07:00:06 +0100" endDate="2018-11-15 07:05:46 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 07:31:16 +0100" startDate="2018-11-15 07:17:39 +0100" endDate="2018-11-15 07:18:07 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 07:43:06 +0100" startDate="2018-11-15 07:31:40 +0100" endDate="2018-11-15 07:38:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 08:07:33 +0100" startDate="2018-11-15 07:56:25 +0100" endDate="2018-11-15 08:06:04 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 08:22:57 +0100" startDate="2018-11-15 08:06:25 +0100" endDate="2018-11-15 08:07:54 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 10:23:35 +0100" startDate="2018-11-15 10:02:09 +0100" endDate="2018-11-15 10:07:56 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 11:00:48 +0100" startDate="2018-11-15 10:38:30 +0100" endDate="2018-11-15 10:48:04 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 11:00:48 +0100" startDate="2018-11-15 10:49:48 +0100" endDate="2018-11-15 10:50:01 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 11:54:53 +0100" startDate="2018-11-15 11:36:12 +0100" endDate="2018-11-15 11:41:40 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 12:16:06 +0100" startDate="2018-11-15 12:05:37 +0100" endDate="2018-11-15 12:08:51 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 12:22:20 +0100" startDate="2018-11-15 12:08:51 +0100" endDate="2018-11-15 12:08:54 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 12:55:58 +0100" startDate="2018-11-15 12:42:15 +0100" endDate="2018-11-15 12:52:14 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 13:03:31 +0100" startDate="2018-11-15 12:52:24 +0100" endDate="2018-11-15 13:02:25 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 13:13:57 +0100" startDate="2018-11-15 13:02:25 +0100" endDate="2018-11-15 13:05:20 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 13:47:47 +0100" startDate="2018-11-15 13:31:14 +0100" endDate="2018-11-15 13:40:56 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 13:54:59 +0100" startDate="2018-11-15 13:41:22 +0100" endDate="2018-11-15 13:47:26 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 14:07:53 +0100" startDate="2018-11-15 13:53:28 +0100" endDate="2018-11-15 14:01:06 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 14:55:27 +0100" startDate="2018-11-15 14:41:55 +0100" endDate="2018-11-15 14:44:27 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 16:15:31 +0100" startDate="2018-11-15 16:04:02 +0100" endDate="2018-11-15 16:14:01 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 16:29:07 +0100" startDate="2018-11-15 16:14:01 +0100" endDate="2018-11-15 16:16:47 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 16:56:20 +0100" startDate="2018-11-15 16:37:02 +0100" endDate="2018-11-15 16:37:33 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 17:03:00 +0100" startDate="2018-11-15 16:50:11 +0100" endDate="2018-11-15 16:50:34 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 17:34:22 +0100" startDate="2018-11-15 17:22:54 +0100" endDate="2018-11-15 17:32:54 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 17:43:56 +0100" startDate="2018-11-15 17:32:54 +0100" endDate="2018-11-15 17:33:19 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 17:59:10 +0100" startDate="2018-11-15 17:47:11 +0100" endDate="2018-11-15 17:55:38 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 18:22:10 +0100" startDate="2018-11-15 18:09:30 +0100" endDate="2018-11-15 18:09:41 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 18:47:04 +0100" startDate="2018-11-15 18:35:53 +0100" endDate="2018-11-15 18:38:28 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 19:13:33 +0100" startDate="2018-11-15 18:52:49 +0100" endDate="2018-11-15 18:56:41 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 19:56:33 +0100" startDate="2018-11-15 19:39:36 +0100" endDate="2018-11-15 19:49:35 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 20:14:05 +0100" startDate="2018-11-15 19:49:35 +0100" endDate="2018-11-15 19:59:33 +0100" value="996"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 20:14:05 +0100" startDate="2018-11-15 20:01:23 +0100" endDate="2018-11-15 20:01:28 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 22:48:22 +0100" startDate="2018-11-15 22:31:05 +0100" endDate="2018-11-15 22:41:04 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-15 22:52:07 +0100" startDate="2018-11-15 22:41:04 +0100" endDate="2018-11-15 22:48:12 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 06:47:33 +0100" startDate="2018-11-16 06:30:02 +0100" endDate="2018-11-16 06:38:01 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 07:15:24 +0100" startDate="2018-11-16 06:52:46 +0100" endDate="2018-11-16 06:53:09 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 07:37:47 +0100" startDate="2018-11-16 07:23:55 +0100" endDate="2018-11-16 07:33:24 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 07:46:26 +0100" startDate="2018-11-16 07:34:43 +0100" endDate="2018-11-16 07:44:44 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 07:59:46 +0100" startDate="2018-11-16 07:44:44 +0100" endDate="2018-11-16 07:53:27 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 08:22:44 +0100" startDate="2018-11-16 08:06:47 +0100" endDate="2018-11-16 08:09:30 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 08:29:15 +0100" startDate="2018-11-16 08:19:12 +0100" endDate="2018-11-16 08:22:44 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 08:53:01 +0100" startDate="2018-11-16 08:22:44 +0100" endDate="2018-11-16 08:28:10 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 09:21:05 +0100" startDate="2018-11-16 09:06:11 +0100" endDate="2018-11-16 09:08:52 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 10:27:31 +0100" startDate="2018-11-16 10:08:29 +0100" endDate="2018-11-16 10:08:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 10:42:45 +0100" startDate="2018-11-16 10:28:29 +0100" endDate="2018-11-16 10:33:56 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 11:41:50 +0100" startDate="2018-11-16 11:28:53 +0100" endDate="2018-11-16 11:38:52 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 11:51:17 +0100" startDate="2018-11-16 11:38:52 +0100" endDate="2018-11-16 11:44:32 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 12:20:54 +0100" startDate="2018-11-16 12:08:30 +0100" endDate="2018-11-16 12:18:13 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 12:35:42 +0100" startDate="2018-11-16 12:18:36 +0100" endDate="2018-11-16 12:23:43 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 13:55:40 +0100" startDate="2018-11-16 13:42:56 +0100" endDate="2018-11-16 13:52:53 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 14:21:55 +0100" startDate="2018-11-16 14:00:14 +0100" endDate="2018-11-16 14:01:10 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 14:43:13 +0100" startDate="2018-11-16 14:25:48 +0100" endDate="2018-11-16 14:35:14 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 14:46:50 +0100" startDate="2018-11-16 14:35:48 +0100" endDate="2018-11-16 14:41:32 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 15:00:32 +0100" startDate="2018-11-16 14:48:27 +0100" endDate="2018-11-16 14:55:46 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 15:40:09 +0100" startDate="2018-11-16 15:26:52 +0100" endDate="2018-11-16 15:36:19 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 15:48:10 +0100" startDate="2018-11-16 15:37:09 +0100" endDate="2018-11-16 15:38:36 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 16:38:48 +0100" startDate="2018-11-16 16:25:13 +0100" endDate="2018-11-16 16:30:20 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 16:47:27 +0100" startDate="2018-11-16 16:36:27 +0100" endDate="2018-11-16 16:36:53 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 17:11:41 +0100" startDate="2018-11-16 16:52:45 +0100" endDate="2018-11-16 16:57:40 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 17:18:30 +0100" startDate="2018-11-16 17:05:52 +0100" endDate="2018-11-16 17:15:18 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 17:28:16 +0100" startDate="2018-11-16 17:16:34 +0100" endDate="2018-11-16 17:16:55 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 17:38:04 +0100" startDate="2018-11-16 17:27:01 +0100" endDate="2018-11-16 17:36:46 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 18:24:30 +0100" startDate="2018-11-16 18:13:13 +0100" endDate="2018-11-16 18:21:06 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 18:43:06 +0100" startDate="2018-11-16 18:24:23 +0100" endDate="2018-11-16 18:25:22 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 19:34:09 +0100" startDate="2018-11-16 19:22:07 +0100" endDate="2018-11-16 19:24:02 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 20:21:07 +0100" startDate="2018-11-16 20:06:38 +0100" endDate="2018-11-16 20:15:20 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-16 22:28:15 +0100" startDate="2018-11-16 22:16:51 +0100" endDate="2018-11-16 22:17:14 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 08:47:58 +0100" startDate="2018-11-17 08:24:04 +0100" endDate="2018-11-17 08:34:05 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 08:47:58 +0100" startDate="2018-11-17 08:34:05 +0100" endDate="2018-11-17 08:43:56 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 09:02:25 +0100" startDate="2018-11-17 08:45:31 +0100" endDate="2018-11-17 08:54:55 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 09:12:00 +0100" startDate="2018-11-17 08:56:27 +0100" endDate="2018-11-17 08:58:17 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 09:28:54 +0100" startDate="2018-11-17 09:16:35 +0100" endDate="2018-11-17 09:21:13 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 10:12:04 +0100" startDate="2018-11-17 09:54:41 +0100" endDate="2018-11-17 09:54:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 11:03:36 +0100" startDate="2018-11-17 10:52:26 +0100" endDate="2018-11-17 10:52:36 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 12:21:39 +0100" startDate="2018-11-17 12:10:21 +0100" endDate="2018-11-17 12:10:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 12:38:31 +0100" startDate="2018-11-17 12:27:25 +0100" endDate="2018-11-17 12:27:30 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 13:09:04 +0100" startDate="2018-11-17 12:48:50 +0100" endDate="2018-11-17 12:53:05 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 13:15:00 +0100" startDate="2018-11-17 13:00:54 +0100" endDate="2018-11-17 13:10:51 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 13:22:39 +0100" startDate="2018-11-17 13:10:53 +0100" endDate="2018-11-17 13:14:30 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 13:32:47 +0100" startDate="2018-11-17 13:21:18 +0100" endDate="2018-11-17 13:31:02 +0100" value="832"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 14:07:25 +0100" startDate="2018-11-17 13:51:46 +0100" endDate="2018-11-17 13:51:48 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 16:52:43 +0100" startDate="2018-11-17 16:34:05 +0100" endDate="2018-11-17 16:36:00 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 21:14:11 +0100" startDate="2018-11-17 21:01:59 +0100" endDate="2018-11-17 21:02:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-17 23:19:09 +0100" startDate="2018-11-17 23:04:38 +0100" endDate="2018-11-17 23:07:09 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 07:36:23 +0100" startDate="2018-11-18 07:15:34 +0100" endDate="2018-11-18 07:18:08 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 07:57:21 +0100" startDate="2018-11-18 07:46:00 +0100" endDate="2018-11-18 07:46:21 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 09:19:55 +0100" startDate="2018-11-18 09:06:28 +0100" endDate="2018-11-18 09:16:27 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 09:30:56 +0100" startDate="2018-11-18 09:16:27 +0100" endDate="2018-11-18 09:26:17 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 09:37:35 +0100" startDate="2018-11-18 09:26:35 +0100" endDate="2018-11-18 09:33:06 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 10:14:59 +0100" startDate="2018-11-18 10:03:51 +0100" endDate="2018-11-18 10:03:59 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 10:29:31 +0100" startDate="2018-11-18 10:16:35 +0100" endDate="2018-11-18 10:18:04 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 10:40:30 +0100" startDate="2018-11-18 10:26:41 +0100" endDate="2018-11-18 10:36:32 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 10:58:43 +0100" startDate="2018-11-18 10:40:04 +0100" endDate="2018-11-18 10:50:04 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 11:28:19 +0100" startDate="2018-11-18 11:08:41 +0100" endDate="2018-11-18 11:17:01 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 11:44:39 +0100" startDate="2018-11-18 11:27:47 +0100" endDate="2018-11-18 11:29:22 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 11:54:34 +0100" startDate="2018-11-18 11:40:39 +0100" endDate="2018-11-18 11:44:58 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 12:15:41 +0100" startDate="2018-11-18 11:52:42 +0100" endDate="2018-11-18 11:57:35 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 12:15:41 +0100" startDate="2018-11-18 12:02:50 +0100" endDate="2018-11-18 12:04:20 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 12:27:31 +0100" startDate="2018-11-18 12:12:42 +0100" endDate="2018-11-18 12:22:07 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 12:33:53 +0100" startDate="2018-11-18 12:22:53 +0100" endDate="2018-11-18 12:30:18 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 13:13:57 +0100" startDate="2018-11-18 13:01:10 +0100" endDate="2018-11-18 13:08:34 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 13:34:16 +0100" startDate="2018-11-18 13:21:03 +0100" endDate="2018-11-18 13:27:17 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 13:45:33 +0100" startDate="2018-11-18 13:33:00 +0100" endDate="2018-11-18 13:38:31 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 13:54:43 +0100" startDate="2018-11-18 13:43:41 +0100" endDate="2018-11-18 13:48:23 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 14:10:38 +0100" startDate="2018-11-18 13:58:52 +0100" endDate="2018-11-18 14:03:39 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 15:00:28 +0100" startDate="2018-11-18 14:48:09 +0100" endDate="2018-11-18 14:58:09 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 15:11:05 +0100" startDate="2018-11-18 14:58:09 +0100" endDate="2018-11-18 15:07:56 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 15:27:26 +0100" startDate="2018-11-18 15:08:21 +0100" endDate="2018-11-18 15:17:46 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 15:36:05 +0100" startDate="2018-11-18 15:18:37 +0100" endDate="2018-11-18 15:28:29 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 15:41:13 +0100" startDate="2018-11-18 15:29:59 +0100" endDate="2018-11-18 15:29:59 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 15:59:08 +0100" startDate="2018-11-18 15:41:54 +0100" endDate="2018-11-18 15:51:08 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 16:03:02 +0100" startDate="2018-11-18 15:52:02 +0100" endDate="2018-11-18 16:00:18 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 16:19:27 +0100" startDate="2018-11-18 16:07:11 +0100" endDate="2018-11-18 16:14:38 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 16:46:37 +0100" startDate="2018-11-18 16:29:46 +0100" endDate="2018-11-18 16:37:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 16:57:58 +0100" startDate="2018-11-18 16:45:10 +0100" endDate="2018-11-18 16:54:58 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 17:06:19 +0100" startDate="2018-11-18 16:55:19 +0100" endDate="2018-11-18 17:01:02 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 18:06:01 +0100" startDate="2018-11-18 17:54:02 +0100" endDate="2018-11-18 17:59:59 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 18:15:11 +0100" startDate="2018-11-18 18:04:08 +0100" endDate="2018-11-18 18:13:33 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-18 21:48:22 +0100" startDate="2018-11-18 21:36:31 +0100" endDate="2018-11-18 21:43:58 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 06:43:56 +0100" startDate="2018-11-19 06:32:20 +0100" endDate="2018-11-19 06:32:58 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 07:29:28 +0100" startDate="2018-11-19 07:09:23 +0100" endDate="2018-11-19 07:18:15 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 07:42:05 +0100" startDate="2018-11-19 07:19:42 +0100" endDate="2018-11-19 07:29:25 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 07:59:45 +0100" startDate="2018-11-19 07:47:00 +0100" endDate="2018-11-19 07:47:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 08:16:50 +0100" startDate="2018-11-19 07:57:37 +0100" endDate="2018-11-19 08:00:50 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 09:00:47 +0100" startDate="2018-11-19 08:41:32 +0100" endDate="2018-11-19 08:42:21 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 10:40:29 +0100" startDate="2018-11-19 09:57:08 +0100" endDate="2018-11-19 09:57:44 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 10:42:16 +0100" startDate="2018-11-19 09:57:44 +0100" endDate="2018-11-19 09:59:21 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 10:42:16 +0100" startDate="2018-11-19 09:59:21 +0100" endDate="2018-11-19 10:40:29 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 10:58:55 +0100" startDate="2018-11-19 10:41:43 +0100" endDate="2018-11-19 10:48:00 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 11:20:51 +0100" startDate="2018-11-19 11:08:18 +0100" endDate="2018-11-19 11:10:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 12:23:10 +0100" startDate="2018-11-19 11:08:18 +0100" endDate="2018-11-19 11:10:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 12:45:08 +0100" startDate="2018-11-19 12:22:10 +0100" endDate="2018-11-19 12:22:23 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 13:48:51 +0100" startDate="2018-11-19 13:36:29 +0100" endDate="2018-11-19 13:45:07 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 14:03:35 +0100" startDate="2018-11-19 13:47:09 +0100" endDate="2018-11-19 13:53:44 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 14:14:23 +0100" startDate="2018-11-19 13:58:04 +0100" endDate="2018-11-19 13:58:32 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 15:08:07 +0100" startDate="2018-11-19 14:56:54 +0100" endDate="2018-11-19 15:06:52 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 15:20:10 +0100" startDate="2018-11-19 15:06:52 +0100" endDate="2018-11-19 15:11:00 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 15:36:09 +0100" startDate="2018-11-19 15:23:37 +0100" endDate="2018-11-19 15:33:38 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 15:52:59 +0100" startDate="2018-11-19 15:33:38 +0100" endDate="2018-11-19 15:41:09 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 16:21:42 +0100" startDate="2018-11-19 16:02:15 +0100" endDate="2018-11-19 16:08:09 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 18:32:15 +0100" startDate="2018-11-19 18:20:24 +0100" endDate="2018-11-19 18:30:24 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 18:41:26 +0100" startDate="2018-11-19 18:30:24 +0100" endDate="2018-11-19 18:38:47 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 18:56:24 +0100" startDate="2018-11-19 18:42:23 +0100" endDate="2018-11-19 18:52:24 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 19:14:14 +0100" startDate="2018-11-19 18:52:24 +0100" endDate="2018-11-19 19:00:09 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 20:47:58 +0100" startDate="2018-11-19 20:36:02 +0100" endDate="2018-11-19 20:46:02 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 21:04:34 +0100" startDate="2018-11-19 20:46:02 +0100" endDate="2018-11-19 21:03:04 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-19 23:57:50 +0100" startDate="2018-11-19 23:47:09 +0100" endDate="2018-11-19 23:47:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 00:10:11 +0100" startDate="2018-11-19 23:57:26 +0100" endDate="2018-11-19 23:57:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 07:17:06 +0100" startDate="2018-11-20 07:05:00 +0100" endDate="2018-11-20 07:06:06 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 07:59:45 +0100" startDate="2018-11-20 07:43:44 +0100" endDate="2018-11-20 07:52:56 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 08:05:38 +0100" startDate="2018-11-20 07:53:49 +0100" endDate="2018-11-20 08:03:51 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 08:21:28 +0100" startDate="2018-11-20 08:03:51 +0100" endDate="2018-11-20 08:05:56 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 09:16:58 +0100" startDate="2018-11-20 09:03:59 +0100" endDate="2018-11-20 09:11:14 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 11:52:12 +0100" startDate="2018-11-20 11:29:45 +0100" endDate="2018-11-20 11:33:11 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 12:12:16 +0100" startDate="2018-11-20 11:48:56 +0100" endDate="2018-11-20 11:58:55 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 13:05:31 +0100" startDate="2018-11-20 12:53:10 +0100" endDate="2018-11-20 13:00:13 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 13:47:51 +0100" startDate="2018-11-20 13:35:53 +0100" endDate="2018-11-20 13:38:20 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 13:58:08 +0100" startDate="2018-11-20 13:47:05 +0100" endDate="2018-11-20 13:47:59 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 14:14:40 +0100" startDate="2018-11-20 13:59:57 +0100" endDate="2018-11-20 14:09:56 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 14:31:56 +0100" startDate="2018-11-20 14:09:56 +0100" endDate="2018-11-20 14:14:40 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 15:43:35 +0100" startDate="2018-11-20 15:20:55 +0100" endDate="2018-11-20 15:29:48 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 15:43:35 +0100" startDate="2018-11-20 15:32:01 +0100" endDate="2018-11-20 15:32:03 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 16:35:04 +0100" startDate="2018-11-20 16:18:29 +0100" endDate="2018-11-20 16:24:59 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 16:52:55 +0100" startDate="2018-11-20 16:38:32 +0100" endDate="2018-11-20 16:46:56 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 17:01:22 +0100" startDate="2018-11-20 16:50:22 +0100" endDate="2018-11-20 17:00:08 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 17:38:27 +0100" startDate="2018-11-20 17:20:09 +0100" endDate="2018-11-20 17:27:35 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 17:49:45 +0100" startDate="2018-11-20 17:38:05 +0100" endDate="2018-11-20 17:48:05 +0100" value="963"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 18:03:52 +0100" startDate="2018-11-20 17:48:05 +0100" endDate="2018-11-20 17:57:56 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 18:36:22 +0100" startDate="2018-11-20 18:24:06 +0100" endDate="2018-11-20 18:31:04 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 18:46:01 +0100" startDate="2018-11-20 18:34:58 +0100" endDate="2018-11-20 18:37:00 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 19:01:00 +0100" startDate="2018-11-20 18:45:35 +0100" endDate="2018-11-20 18:55:35 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 19:35:25 +0100" startDate="2018-11-20 18:55:35 +0100" endDate="2018-11-20 19:00:09 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 20:47:22 +0100" startDate="2018-11-20 20:32:20 +0100" endDate="2018-11-20 20:40:41 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 21:10:22 +0100" startDate="2018-11-20 20:40:41 +0100" endDate="2018-11-20 20:47:27 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 22:33:21 +0100" startDate="2018-11-20 20:47:27 +0100" endDate="2018-11-20 22:32:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-20 22:43:21 +0100" startDate="2018-11-20 22:32:59 +0100" endDate="2018-11-20 22:41:26 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 07:46:14 +0100" startDate="2018-11-21 07:15:36 +0100" endDate="2018-11-21 07:16:32 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 07:46:14 +0100" startDate="2018-11-21 07:35:32 +0100" endDate="2018-11-21 07:43:33 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 08:05:03 +0100" startDate="2018-11-21 07:53:23 +0100" endDate="2018-11-21 07:57:53 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 08:23:58 +0100" startDate="2018-11-21 08:12:47 +0100" endDate="2018-11-21 08:13:26 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 08:47:51 +0100" startDate="2018-11-21 08:34:57 +0100" endDate="2018-11-21 08:36:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 08:58:30 +0100" startDate="2018-11-21 08:47:27 +0100" endDate="2018-11-21 08:47:40 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 09:20:18 +0100" startDate="2018-11-21 09:05:48 +0100" endDate="2018-11-21 09:15:46 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 09:26:51 +0100" startDate="2018-11-21 09:15:51 +0100" endDate="2018-11-21 09:24:03 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 09:44:45 +0100" startDate="2018-11-21 09:29:49 +0100" endDate="2018-11-21 09:32:06 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 09:56:37 +0100" startDate="2018-11-21 09:42:02 +0100" endDate="2018-11-21 09:52:04 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 10:05:25 +0100" startDate="2018-11-21 09:52:04 +0100" endDate="2018-11-21 10:01:50 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 10:16:21 +0100" startDate="2018-11-21 10:03:22 +0100" endDate="2018-11-21 10:03:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 10:42:49 +0100" startDate="2018-11-21 10:31:19 +0100" endDate="2018-11-21 10:39:14 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 11:00:44 +0100" startDate="2018-11-21 10:45:01 +0100" endDate="2018-11-21 10:53:14 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 11:06:15 +0100" startDate="2018-11-21 10:55:14 +0100" endDate="2018-11-21 10:57:48 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 12:19:41 +0100" startDate="2018-11-21 12:02:51 +0100" endDate="2018-11-21 12:12:51 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 12:23:54 +0100" startDate="2018-11-21 12:12:51 +0100" endDate="2018-11-21 12:18:10 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 12:34:29 +0100" startDate="2018-11-21 12:23:27 +0100" endDate="2018-11-21 12:25:14 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 13:24:35 +0100" startDate="2018-11-21 13:08:57 +0100" endDate="2018-11-21 13:18:22 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 13:37:20 +0100" startDate="2018-11-21 13:19:00 +0100" endDate="2018-11-21 13:19:41 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 15:48:14 +0100" startDate="2018-11-21 15:35:56 +0100" endDate="2018-11-21 15:42:54 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 16:06:27 +0100" startDate="2018-11-21 15:49:04 +0100" endDate="2018-11-21 15:49:26 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 16:24:07 +0100" startDate="2018-11-21 16:04:34 +0100" endDate="2018-11-21 16:08:05 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 18:25:30 +0100" startDate="2018-11-21 18:14:20 +0100" endDate="2018-11-21 18:24:20 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 18:46:30 +0100" startDate="2018-11-21 18:26:37 +0100" endDate="2018-11-21 18:32:00 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 18:54:12 +0100" startDate="2018-11-21 18:39:47 +0100" endDate="2018-11-21 18:47:27 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 21:31:22 +0100" startDate="2018-11-21 21:19:53 +0100" endDate="2018-11-21 21:20:22 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-21 21:43:20 +0100" startDate="2018-11-21 21:31:27 +0100" endDate="2018-11-21 21:32:50 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 07:50:50 +0100" startDate="2018-11-22 07:32:49 +0100" endDate="2018-11-22 07:33:20 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 07:58:59 +0100" startDate="2018-11-22 07:44:02 +0100" endDate="2018-11-22 07:45:13 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 08:10:03 +0100" startDate="2018-11-22 07:58:17 +0100" endDate="2018-11-22 08:06:05 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 08:20:36 +0100" startDate="2018-11-22 08:09:33 +0100" endDate="2018-11-22 08:18:05 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 08:43:18 +0100" startDate="2018-11-22 08:20:22 +0100" endDate="2018-11-22 08:30:22 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 08:43:18 +0100" startDate="2018-11-22 08:31:51 +0100" endDate="2018-11-22 08:39:12 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 09:26:01 +0100" startDate="2018-11-22 09:15:10 +0100" endDate="2018-11-22 09:21:45 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 09:54:28 +0100" startDate="2018-11-22 09:27:00 +0100" endDate="2018-11-22 09:27:00 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 10:03:54 +0100" startDate="2018-11-22 09:48:10 +0100" endDate="2018-11-22 09:49:03 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 10:15:05 +0100" startDate="2018-11-22 10:03:51 +0100" endDate="2018-11-22 10:04:12 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 10:31:10 +0100" startDate="2018-11-22 10:06:19 +0100" endDate="2018-11-22 10:14:53 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 10:31:10 +0100" startDate="2018-11-22 10:17:20 +0100" endDate="2018-11-22 10:17:38 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 11:26:06 +0100" startDate="2018-11-22 11:14:37 +0100" endDate="2018-11-22 11:16:45 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 11:38:11 +0100" startDate="2018-11-22 11:26:35 +0100" endDate="2018-11-22 11:36:36 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 11:48:01 +0100" startDate="2018-11-22 11:36:36 +0100" endDate="2018-11-22 11:46:35 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 12:02:23 +0100" startDate="2018-11-22 11:46:35 +0100" endDate="2018-11-22 11:48:30 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 12:24:45 +0100" startDate="2018-11-22 12:06:31 +0100" endDate="2018-11-22 12:16:02 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 13:05:05 +0100" startDate="2018-11-22 12:49:04 +0100" endDate="2018-11-22 12:52:09 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 13:27:58 +0100" startDate="2018-11-22 13:16:58 +0100" endDate="2018-11-22 13:17:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 13:52:49 +0100" startDate="2018-11-22 13:32:47 +0100" endDate="2018-11-22 13:41:49 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 14:11:38 +0100" startDate="2018-11-22 13:58:56 +0100" endDate="2018-11-22 14:07:25 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 14:48:42 +0100" startDate="2018-11-22 14:37:34 +0100" endDate="2018-11-22 14:45:13 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 15:11:20 +0100" startDate="2018-11-22 14:58:04 +0100" endDate="2018-11-22 15:02:14 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 15:24:22 +0100" startDate="2018-11-22 15:09:09 +0100" endDate="2018-11-22 15:19:10 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 15:33:19 +0100" startDate="2018-11-22 15:19:10 +0100" endDate="2018-11-22 15:28:42 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 15:40:41 +0100" startDate="2018-11-22 15:29:41 +0100" endDate="2018-11-22 15:37:07 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 16:15:35 +0100" startDate="2018-11-22 15:47:33 +0100" endDate="2018-11-22 15:55:52 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 16:15:35 +0100" startDate="2018-11-22 16:03:05 +0100" endDate="2018-11-22 16:03:15 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 17:28:15 +0100" startDate="2018-11-22 17:09:41 +0100" endDate="2018-11-22 17:19:40 +0100" value="1105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 17:32:09 +0100" startDate="2018-11-22 17:19:40 +0100" endDate="2018-11-22 17:28:20 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 17:41:45 +0100" startDate="2018-11-22 17:30:45 +0100" endDate="2018-11-22 17:36:11 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 17:54:09 +0100" startDate="2018-11-22 17:41:11 +0100" endDate="2018-11-22 17:45:54 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 18:07:40 +0100" startDate="2018-11-22 17:51:50 +0100" endDate="2018-11-22 17:51:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 18:15:32 +0100" startDate="2018-11-22 18:02:52 +0100" endDate="2018-11-22 18:12:35 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 18:32:35 +0100" startDate="2018-11-22 18:15:01 +0100" endDate="2018-11-22 18:20:54 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 19:05:45 +0100" startDate="2018-11-22 18:51:58 +0100" endDate="2018-11-22 19:01:58 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 19:16:14 +0100" startDate="2018-11-22 19:03:17 +0100" endDate="2018-11-22 19:12:33 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 19:26:47 +0100" startDate="2018-11-22 19:13:32 +0100" endDate="2018-11-22 19:19:59 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 19:43:10 +0100" startDate="2018-11-22 19:25:51 +0100" endDate="2018-11-22 19:28:11 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 20:58:42 +0100" startDate="2018-11-22 20:46:53 +0100" endDate="2018-11-22 20:56:17 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 21:21:34 +0100" startDate="2018-11-22 21:05:50 +0100" endDate="2018-11-22 21:12:50 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 21:55:21 +0100" startDate="2018-11-22 21:43:05 +0100" endDate="2018-11-22 21:47:38 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 22:24:29 +0100" startDate="2018-11-22 21:57:59 +0100" endDate="2018-11-22 21:58:12 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-22 23:49:57 +0100" startDate="2018-11-22 23:36:54 +0100" endDate="2018-11-22 23:40:19 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 00:22:28 +0100" startDate="2018-11-23 00:11:08 +0100" endDate="2018-11-23 00:17:28 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 06:41:10 +0100" startDate="2018-11-23 06:27:20 +0100" endDate="2018-11-23 06:35:01 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 07:05:22 +0100" startDate="2018-11-23 06:35:01 +0100" endDate="2018-11-23 07:04:01 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 07:15:54 +0100" startDate="2018-11-23 07:04:41 +0100" endDate="2018-11-23 07:05:17 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 07:32:42 +0100" startDate="2018-11-23 07:20:05 +0100" endDate="2018-11-23 07:25:43 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 07:47:20 +0100" startDate="2018-11-23 07:36:07 +0100" endDate="2018-11-23 07:36:20 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 08:14:18 +0100" startDate="2018-11-23 08:02:33 +0100" endDate="2018-11-23 08:09:54 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 09:32:11 +0100" startDate="2018-11-23 09:17:43 +0100" endDate="2018-11-23 09:18:47 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 10:06:34 +0100" startDate="2018-11-23 09:55:57 +0100" endDate="2018-11-23 09:55:59 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 12:55:50 +0100" startDate="2018-11-23 12:37:04 +0100" endDate="2018-11-23 12:37:14 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 14:05:40 +0100" startDate="2018-11-23 13:51:16 +0100" endDate="2018-11-23 13:56:51 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 16:25:05 +0100" startDate="2018-11-23 16:13:05 +0100" endDate="2018-11-23 16:13:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 17:33:32 +0100" startDate="2018-11-23 17:20:59 +0100" endDate="2018-11-23 17:22:28 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 17:52:11 +0100" startDate="2018-11-23 17:41:23 +0100" endDate="2018-11-23 17:41:26 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 18:26:32 +0100" startDate="2018-11-23 18:14:09 +0100" endDate="2018-11-23 18:21:52 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 18:52:18 +0100" startDate="2018-11-23 18:24:51 +0100" endDate="2018-11-23 18:25:57 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 19:47:13 +0100" startDate="2018-11-23 19:32:16 +0100" endDate="2018-11-23 19:39:05 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 19:54:19 +0100" startDate="2018-11-23 19:43:19 +0100" endDate="2018-11-23 19:44:21 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 20:31:10 +0100" startDate="2018-11-23 20:18:42 +0100" endDate="2018-11-23 20:19:28 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 23:21:16 +0100" startDate="2018-11-23 23:08:49 +0100" endDate="2018-11-23 23:10:16 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-23 23:39:45 +0100" startDate="2018-11-23 23:28:35 +0100" endDate="2018-11-23 23:32:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ead0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 06:02:56 +0100" startDate="2018-11-24 05:50:59 +0100" endDate="2018-11-24 05:54:23 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 08:53:19 +0100" startDate="2018-11-24 08:23:13 +0100" endDate="2018-11-24 08:23:43 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 09:36:52 +0100" startDate="2018-11-24 09:26:47 +0100" endDate="2018-11-24 09:26:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 11:25:53 +0100" startDate="2018-11-24 11:11:56 +0100" endDate="2018-11-24 11:12:04 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 13:05:40 +0100" startDate="2018-11-24 12:53:40 +0100" endDate="2018-11-24 12:58:02 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 13:15:17 +0100" startDate="2018-11-24 13:04:17 +0100" endDate="2018-11-24 13:13:57 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 13:25:36 +0100" startDate="2018-11-24 13:14:33 +0100" endDate="2018-11-24 13:14:41 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 14:39:41 +0100" startDate="2018-11-24 14:26:46 +0100" endDate="2018-11-24 14:33:36 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 14:57:13 +0100" startDate="2018-11-24 14:37:21 +0100" endDate="2018-11-24 14:38:38 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 15:21:12 +0100" startDate="2018-11-24 14:57:46 +0100" endDate="2018-11-24 15:03:34 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 15:48:03 +0100" startDate="2018-11-24 15:38:00 +0100" endDate="2018-11-24 15:38:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 16:03:13 +0100" startDate="2018-11-24 15:53:10 +0100" endDate="2018-11-24 15:53:12 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 16:45:00 +0100" startDate="2018-11-24 16:22:48 +0100" endDate="2018-11-24 16:32:43 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 16:45:00 +0100" startDate="2018-11-24 16:32:50 +0100" endDate="2018-11-24 16:41:29 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 17:00:44 +0100" startDate="2018-11-24 16:41:29 +0100" endDate="2018-11-24 16:50:42 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 17:15:28 +0100" startDate="2018-11-24 17:03:57 +0100" endDate="2018-11-24 17:04:48 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 17:32:39 +0100" startDate="2018-11-24 17:12:54 +0100" endDate="2018-11-24 17:22:00 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 17:35:30 +0100" startDate="2018-11-24 17:24:30 +0100" endDate="2018-11-24 17:33:38 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 17:50:45 +0100" startDate="2018-11-24 17:35:12 +0100" endDate="2018-11-24 17:41:02 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 18:10:37 +0100" startDate="2018-11-24 17:55:31 +0100" endDate="2018-11-24 18:05:28 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 18:28:24 +0100" startDate="2018-11-24 18:05:28 +0100" endDate="2018-11-24 18:15:27 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 18:28:24 +0100" startDate="2018-11-24 18:15:27 +0100" endDate="2018-11-24 18:23:15 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 18:44:57 +0100" startDate="2018-11-24 18:23:15 +0100" endDate="2018-11-24 18:33:16 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 18:44:57 +0100" startDate="2018-11-24 18:33:16 +0100" endDate="2018-11-24 18:40:01 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 18:57:53 +0100" startDate="2018-11-24 18:40:31 +0100" endDate="2018-11-24 18:46:58 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 19:05:38 +0100" startDate="2018-11-24 18:54:38 +0100" endDate="2018-11-24 19:03:23 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 19:26:26 +0100" startDate="2018-11-24 19:06:19 +0100" endDate="2018-11-24 19:16:18 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 19:26:26 +0100" startDate="2018-11-24 19:16:18 +0100" endDate="2018-11-24 19:16:23 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 19:36:25 +0100" startDate="2018-11-24 19:20:00 +0100" endDate="2018-11-24 19:26:32 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 19:45:53 +0100" startDate="2018-11-24 19:26:32 +0100" endDate="2018-11-24 19:33:48 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 21:15:51 +0100" startDate="2018-11-24 20:59:32 +0100" endDate="2018-11-24 21:08:25 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 21:20:16 +0100" startDate="2018-11-24 21:10:02 +0100" endDate="2018-11-24 21:10:14 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 21:45:32 +0100" startDate="2018-11-24 21:28:48 +0100" endDate="2018-11-24 21:38:47 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 21:52:29 +0100" startDate="2018-11-24 21:38:47 +0100" endDate="2018-11-24 21:48:48 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 22:00:54 +0100" startDate="2018-11-24 21:48:48 +0100" endDate="2018-11-24 21:58:49 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 22:12:51 +0100" startDate="2018-11-24 21:58:49 +0100" endDate="2018-11-24 22:08:48 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-24 22:20:14 +0100" startDate="2018-11-24 22:08:48 +0100" endDate="2018-11-24 22:16:30 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 00:04:41 +0100" startDate="2018-11-24 23:51:36 +0100" endDate="2018-11-24 23:52:24 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 08:18:22 +0100" startDate="2018-11-25 08:03:12 +0100" endDate="2018-11-25 08:13:13 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 08:25:39 +0100" startDate="2018-11-25 08:13:13 +0100" endDate="2018-11-25 08:23:12 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 08:34:15 +0100" startDate="2018-11-25 08:23:12 +0100" endDate="2018-11-25 08:28:56 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 09:41:23 +0100" startDate="2018-11-25 09:29:03 +0100" endDate="2018-11-25 09:30:22 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 10:03:43 +0100" startDate="2018-11-25 09:53:40 +0100" endDate="2018-11-25 09:53:42 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 10:15:07 +0100" startDate="2018-11-25 10:03:56 +0100" endDate="2018-11-25 10:04:07 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 10:40:07 +0100" startDate="2018-11-25 10:25:33 +0100" endDate="2018-11-25 10:35:34 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 10:46:36 +0100" startDate="2018-11-25 10:35:34 +0100" endDate="2018-11-25 10:37:29 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 11:01:13 +0100" startDate="2018-11-25 10:47:51 +0100" endDate="2018-11-25 10:54:53 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 11:15:43 +0100" startDate="2018-11-25 10:58:54 +0100" endDate="2018-11-25 11:08:55 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 11:23:07 +0100" startDate="2018-11-25 11:08:55 +0100" endDate="2018-11-25 11:18:55 +0100" value="1029"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 11:56:13 +0100" startDate="2018-11-25 11:18:55 +0100" endDate="2018-11-25 11:26:44 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 12:42:55 +0100" startDate="2018-11-25 12:25:22 +0100" endDate="2018-11-25 12:25:40 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 12:55:35 +0100" startDate="2018-11-25 12:37:25 +0100" endDate="2018-11-25 12:47:23 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 12:58:38 +0100" startDate="2018-11-25 12:47:38 +0100" endDate="2018-11-25 12:57:38 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 13:10:49 +0100" startDate="2018-11-25 12:57:38 +0100" endDate="2018-11-25 13:01:33 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 13:22:04 +0100" startDate="2018-11-25 13:10:23 +0100" endDate="2018-11-25 13:21:05 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 13:37:00 +0100" startDate="2018-11-25 13:21:07 +0100" endDate="2018-11-25 13:21:10 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 13:51:10 +0100" startDate="2018-11-25 13:40:02 +0100" endDate="2018-11-25 13:48:35 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 15:39:46 +0100" startDate="2018-11-25 15:23:51 +0100" endDate="2018-11-25 15:28:45 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 16:01:22 +0100" startDate="2018-11-25 15:49:41 +0100" endDate="2018-11-25 15:50:17 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 16:58:33 +0100" startDate="2018-11-25 16:39:36 +0100" endDate="2018-11-25 16:48:55 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 17:01:19 +0100" startDate="2018-11-25 16:50:16 +0100" endDate="2018-11-25 16:58:53 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 20:03:33 +0100" startDate="2018-11-25 19:51:34 +0100" endDate="2018-11-25 19:59:03 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 20:19:16 +0100" startDate="2018-11-25 20:02:14 +0100" endDate="2018-11-25 20:07:40 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-25 21:41:26 +0100" startDate="2018-11-25 21:29:28 +0100" endDate="2018-11-25 21:30:26 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 08:16:42 +0100" startDate="2018-11-26 08:03:25 +0100" endDate="2018-11-26 08:08:26 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 08:35:06 +0100" startDate="2018-11-26 08:21:07 +0100" endDate="2018-11-26 08:31:07 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 08:55:00 +0100" startDate="2018-11-26 08:32:54 +0100" endDate="2018-11-26 08:41:37 +0100" value="869"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 09:21:30 +0100" startDate="2018-11-26 09:04:59 +0100" endDate="2018-11-26 09:11:11 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 09:28:56 +0100" startDate="2018-11-26 09:17:07 +0100" endDate="2018-11-26 09:23:13 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 10:01:52 +0100" startDate="2018-11-26 09:46:28 +0100" endDate="2018-11-26 09:46:40 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 10:45:40 +0100" startDate="2018-11-26 10:35:06 +0100" endDate="2018-11-26 10:36:51 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 10:55:37 +0100" startDate="2018-11-26 10:43:56 +0100" endDate="2018-11-26 10:53:29 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 11:07:46 +0100" startDate="2018-11-26 10:55:05 +0100" endDate="2018-11-26 10:55:33 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 11:44:37 +0100" startDate="2018-11-26 11:27:22 +0100" endDate="2018-11-26 11:37:22 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 11:48:25 +0100" startDate="2018-11-26 11:37:22 +0100" endDate="2018-11-26 11:47:07 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 12:02:01 +0100" startDate="2018-11-26 11:49:55 +0100" endDate="2018-11-26 11:51:21 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 12:27:32 +0100" startDate="2018-11-26 12:06:48 +0100" endDate="2018-11-26 12:14:26 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 12:30:16 +0100" startDate="2018-11-26 12:18:20 +0100" endDate="2018-11-26 12:27:44 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 12:41:23 +0100" startDate="2018-11-26 12:29:39 +0100" endDate="2018-11-26 12:38:42 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 12:54:55 +0100" startDate="2018-11-26 12:39:59 +0100" endDate="2018-11-26 12:40:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 13:12:23 +0100" startDate="2018-11-26 13:00:06 +0100" endDate="2018-11-26 13:08:32 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 13:58:21 +0100" startDate="2018-11-26 13:41:45 +0100" endDate="2018-11-26 13:51:46 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 14:03:20 +0100" startDate="2018-11-26 13:52:19 +0100" endDate="2018-11-26 13:55:15 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 14:44:46 +0100" startDate="2018-11-26 14:06:10 +0100" endDate="2018-11-26 14:15:30 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 14:44:46 +0100" startDate="2018-11-26 14:21:54 +0100" endDate="2018-11-26 14:23:46 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 14:55:36 +0100" startDate="2018-11-26 14:40:37 +0100" endDate="2018-11-26 14:40:49 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 15:50:57 +0100" startDate="2018-11-26 15:32:25 +0100" endDate="2018-11-26 15:39:41 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 16:09:19 +0100" startDate="2018-11-26 15:51:26 +0100" endDate="2018-11-26 15:58:37 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 18:08:47 +0100" startDate="2018-11-26 17:56:41 +0100" endDate="2018-11-26 17:57:17 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 18:20:11 +0100" startDate="2018-11-26 18:06:54 +0100" endDate="2018-11-26 18:06:54 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 19:12:15 +0100" startDate="2018-11-26 18:56:44 +0100" endDate="2018-11-26 18:58:44 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 20:08:54 +0100" startDate="2018-11-26 19:54:14 +0100" endDate="2018-11-26 20:04:14 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 20:15:34 +0100" startDate="2018-11-26 20:04:14 +0100" endDate="2018-11-26 20:14:14 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 20:25:41 +0100" startDate="2018-11-26 20:14:14 +0100" endDate="2018-11-26 20:21:47 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 20:37:38 +0100" startDate="2018-11-26 20:26:22 +0100" endDate="2018-11-26 20:26:38 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 21:36:50 +0100" startDate="2018-11-26 21:22:27 +0100" endDate="2018-11-26 21:25:38 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-26 22:26:24 +0100" startDate="2018-11-26 22:15:04 +0100" endDate="2018-11-26 22:17:37 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 07:27:04 +0100" startDate="2018-11-27 07:15:22 +0100" endDate="2018-11-27 07:23:46 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 07:41:13 +0100" startDate="2018-11-27 07:28:26 +0100" endDate="2018-11-27 07:28:57 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 07:56:27 +0100" startDate="2018-11-27 07:39:45 +0100" endDate="2018-11-27 07:40:54 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 08:05:53 +0100" startDate="2018-11-27 07:50:09 +0100" endDate="2018-11-27 08:00:10 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 08:16:29 +0100" startDate="2018-11-27 08:00:10 +0100" endDate="2018-11-27 08:05:24 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 09:13:57 +0100" startDate="2018-11-27 08:59:56 +0100" endDate="2018-11-27 09:00:06 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 10:57:01 +0100" startDate="2018-11-27 10:45:08 +0100" endDate="2018-11-27 10:46:22 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 11:20:00 +0100" startDate="2018-11-27 11:00:15 +0100" endDate="2018-11-27 11:02:41 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 11:32:49 +0100" startDate="2018-11-27 11:21:33 +0100" endDate="2018-11-27 11:30:29 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 12:07:14 +0100" startDate="2018-11-27 11:51:55 +0100" endDate="2018-11-27 12:00:23 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 12:55:31 +0100" startDate="2018-11-27 12:42:29 +0100" endDate="2018-11-27 12:49:55 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 14:48:21 +0100" startDate="2018-11-27 14:34:06 +0100" endDate="2018-11-27 14:40:42 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 15:20:14 +0100" startDate="2018-11-27 15:08:25 +0100" endDate="2018-11-27 15:18:09 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 15:34:48 +0100" startDate="2018-11-27 15:22:13 +0100" endDate="2018-11-27 15:32:14 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 15:47:37 +0100" startDate="2018-11-27 15:32:14 +0100" endDate="2018-11-27 15:33:31 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 16:16:31 +0100" startDate="2018-11-27 15:59:38 +0100" endDate="2018-11-27 16:02:11 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 16:45:56 +0100" startDate="2018-11-27 16:34:40 +0100" endDate="2018-11-27 16:37:48 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 17:28:03 +0100" startDate="2018-11-27 17:14:02 +0100" endDate="2018-11-27 17:24:01 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 17:38:03 +0100" startDate="2018-11-27 17:24:01 +0100" endDate="2018-11-27 17:34:01 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 17:49:14 +0100" startDate="2018-11-27 17:34:01 +0100" endDate="2018-11-27 17:39:00 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 18:00:26 +0100" startDate="2018-11-27 17:48:09 +0100" endDate="2018-11-27 17:54:09 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 19:23:00 +0100" startDate="2018-11-27 19:09:59 +0100" endDate="2018-11-27 19:10:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 19:53:57 +0100" startDate="2018-11-27 19:42:44 +0100" endDate="2018-11-27 19:52:44 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 20:03:47 +0100" startDate="2018-11-27 19:52:44 +0100" endDate="2018-11-27 20:02:39 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 20:17:51 +0100" startDate="2018-11-27 20:02:52 +0100" endDate="2018-11-27 20:08:48 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-27 21:56:33 +0100" startDate="2018-11-27 21:45:05 +0100" endDate="2018-11-27 21:45:33 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 06:51:44 +0100" startDate="2018-11-28 06:34:52 +0100" endDate="2018-11-28 06:36:45 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 07:17:44 +0100" startDate="2018-11-28 07:02:52 +0100" endDate="2018-11-28 07:10:40 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 07:54:09 +0100" startDate="2018-11-28 07:42:26 +0100" endDate="2018-11-28 07:43:09 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 08:08:13 +0100" startDate="2018-11-28 07:53:24 +0100" endDate="2018-11-28 08:03:07 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 08:19:16 +0100" startDate="2018-11-28 08:03:53 +0100" endDate="2018-11-28 08:10:48 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 09:11:52 +0100" startDate="2018-11-28 09:01:48 +0100" endDate="2018-11-28 09:02:54 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 09:21:02 +0100" startDate="2018-11-28 09:02:54 +0100" endDate="2018-11-28 09:02:57 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 09:35:09 +0100" startDate="2018-11-28 09:23:26 +0100" endDate="2018-11-28 09:23:47 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 09:59:03 +0100" startDate="2018-11-28 09:40:38 +0100" endDate="2018-11-28 09:41:03 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 10:17:47 +0100" startDate="2018-11-28 10:01:51 +0100" endDate="2018-11-28 10:02:52 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 10:32:15 +0100" startDate="2018-11-28 10:16:10 +0100" endDate="2018-11-28 10:16:58 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 10:59:43 +0100" startDate="2018-11-28 10:48:23 +0100" endDate="2018-11-28 10:55:55 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 11:14:20 +0100" startDate="2018-11-28 10:58:30 +0100" endDate="2018-11-28 11:07:10 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 11:23:41 +0100" startDate="2018-11-28 11:12:38 +0100" endDate="2018-11-28 11:22:17 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 11:45:45 +0100" startDate="2018-11-28 11:33:08 +0100" endDate="2018-11-28 11:40:12 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 12:19:34 +0100" startDate="2018-11-28 11:56:30 +0100" endDate="2018-11-28 11:57:26 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 12:32:12 +0100" startDate="2018-11-28 12:20:14 +0100" endDate="2018-11-28 12:30:12 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 12:42:12 +0100" startDate="2018-11-28 12:30:25 +0100" endDate="2018-11-28 12:38:55 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 12:57:57 +0100" startDate="2018-11-28 12:40:52 +0100" endDate="2018-11-28 12:44:15 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 13:13:27 +0100" startDate="2018-11-28 13:00:00 +0100" endDate="2018-11-28 13:05:39 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 13:39:25 +0100" startDate="2018-11-28 13:26:10 +0100" endDate="2018-11-28 13:36:06 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 13:55:47 +0100" startDate="2018-11-28 13:37:07 +0100" endDate="2018-11-28 13:41:34 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 14:09:06 +0100" startDate="2018-11-28 13:56:01 +0100" endDate="2018-11-28 14:01:12 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 14:18:43 +0100" startDate="2018-11-28 14:06:41 +0100" endDate="2018-11-28 14:15:53 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 14:39:19 +0100" startDate="2018-11-28 14:25:54 +0100" endDate="2018-11-28 14:31:58 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 16:01:35 +0100" startDate="2018-11-28 15:39:20 +0100" endDate="2018-11-28 15:44:15 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 16:20:03 +0100" startDate="2018-11-28 16:08:57 +0100" endDate="2018-11-28 16:09:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 16:51:44 +0100" startDate="2018-11-28 16:33:39 +0100" endDate="2018-11-28 16:35:57 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 17:23:05 +0100" startDate="2018-11-28 17:11:57 +0100" endDate="2018-11-28 17:13:08 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 17:49:43 +0100" startDate="2018-11-28 17:25:30 +0100" endDate="2018-11-28 17:28:00 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 18:49:33 +0100" startDate="2018-11-28 18:37:09 +0100" endDate="2018-11-28 18:47:09 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 18:59:49 +0100" startDate="2018-11-28 18:47:09 +0100" endDate="2018-11-28 18:57:08 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 19:08:11 +0100" startDate="2018-11-28 18:57:08 +0100" endDate="2018-11-28 19:06:51 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 19:19:17 +0100" startDate="2018-11-28 19:07:22 +0100" endDate="2018-11-28 19:16:00 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 19:55:39 +0100" startDate="2018-11-28 19:41:45 +0100" endDate="2018-11-28 19:51:44 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 20:15:13 +0100" startDate="2018-11-28 19:51:44 +0100" endDate="2018-11-28 19:58:09 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 20:22:25 +0100" startDate="2018-11-28 20:07:40 +0100" endDate="2018-11-28 20:11:24 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 21:11:15 +0100" startDate="2018-11-28 20:55:51 +0100" endDate="2018-11-28 20:56:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 21:26:29 +0100" startDate="2018-11-28 21:14:41 +0100" endDate="2018-11-28 21:19:56 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 21:51:04 +0100" startDate="2018-11-28 21:25:37 +0100" endDate="2018-11-28 21:34:58 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 21:51:04 +0100" startDate="2018-11-28 21:37:56 +0100" endDate="2018-11-28 21:43:35 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 22:04:26 +0100" startDate="2018-11-28 21:50:59 +0100" endDate="2018-11-28 21:51:39 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-28 22:27:18 +0100" startDate="2018-11-28 22:09:59 +0100" endDate="2018-11-28 22:17:20 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 06:17:10 +0100" startDate="2018-11-29 06:05:29 +0100" endDate="2018-11-29 06:12:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 06:57:38 +0100" startDate="2018-11-29 06:45:06 +0100" endDate="2018-11-29 06:51:13 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 07:52:55 +0100" startDate="2018-11-29 07:35:57 +0100" endDate="2018-11-29 07:45:15 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 07:57:43 +0100" startDate="2018-11-29 07:46:11 +0100" endDate="2018-11-29 07:55:41 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 08:19:02 +0100" startDate="2018-11-29 07:57:51 +0100" endDate="2018-11-29 07:57:56 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 08:32:00 +0100" startDate="2018-11-29 08:20:01 +0100" endDate="2018-11-29 08:27:02 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 10:50:10 +0100" startDate="2018-11-29 10:37:32 +0100" endDate="2018-11-29 10:37:58 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 11:01:30 +0100" startDate="2018-11-29 10:44:08 +0100" endDate="2018-11-29 10:52:45 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 11:47:47 +0100" startDate="2018-11-29 11:35:15 +0100" endDate="2018-11-29 11:45:15 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 11:57:07 +0100" startDate="2018-11-29 11:45:15 +0100" endDate="2018-11-29 11:55:04 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 12:11:35 +0100" startDate="2018-11-29 11:55:30 +0100" endDate="2018-11-29 11:56:34 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 12:27:25 +0100" startDate="2018-11-29 12:13:04 +0100" endDate="2018-11-29 12:23:06 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 12:48:26 +0100" startDate="2018-11-29 12:23:06 +0100" endDate="2018-11-29 12:33:05 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 12:48:26 +0100" startDate="2018-11-29 12:33:05 +0100" endDate="2018-11-29 12:39:10 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 12:52:50 +0100" startDate="2018-11-29 12:39:10 +0100" endDate="2018-11-29 12:48:30 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 13:03:30 +0100" startDate="2018-11-29 12:48:30 +0100" endDate="2018-11-29 12:58:29 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 13:13:17 +0100" startDate="2018-11-29 12:58:29 +0100" endDate="2018-11-29 13:08:30 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 13:24:50 +0100" startDate="2018-11-29 13:08:30 +0100" endDate="2018-11-29 13:12:50 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 14:19:25 +0100" startDate="2018-11-29 14:01:11 +0100" endDate="2018-11-29 14:02:07 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 14:51:32 +0100" startDate="2018-11-29 14:34:00 +0100" endDate="2018-11-29 14:38:43 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 15:20:43 +0100" startDate="2018-11-29 15:08:39 +0100" endDate="2018-11-29 15:17:31 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 15:55:57 +0100" startDate="2018-11-29 15:43:43 +0100" endDate="2018-11-29 15:52:54 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 16:10:13 +0100" startDate="2018-11-29 15:59:05 +0100" endDate="2018-11-29 16:06:57 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 17:10:01 +0100" startDate="2018-11-29 16:59:01 +0100" endDate="2018-11-29 16:59:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 18:04:50 +0100" startDate="2018-11-29 17:45:39 +0100" endDate="2018-11-29 17:46:25 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 18:41:26 +0100" startDate="2018-11-29 18:16:28 +0100" endDate="2018-11-29 18:16:57 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 19:06:49 +0100" startDate="2018-11-29 18:48:20 +0100" endDate="2018-11-29 18:55:14 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 19:45:13 +0100" startDate="2018-11-29 19:27:49 +0100" endDate="2018-11-29 19:35:13 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 21:13:24 +0100" startDate="2018-11-29 21:02:29 +0100" endDate="2018-11-29 21:02:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-29 22:02:43 +0100" startDate="2018-11-29 21:50:54 +0100" endDate="2018-11-29 21:53:27 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 08:44:09 +0100" startDate="2018-11-30 08:29:21 +0100" endDate="2018-11-30 08:39:07 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 08:50:45 +0100" startDate="2018-11-30 08:39:42 +0100" endDate="2018-11-30 08:40:20 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 09:03:16 +0100" startDate="2018-11-30 08:51:43 +0100" endDate="2018-11-30 09:01:42 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 09:14:50 +0100" startDate="2018-11-30 09:01:52 +0100" endDate="2018-11-30 09:11:53 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 09:29:10 +0100" startDate="2018-11-30 09:11:53 +0100" endDate="2018-11-30 09:13:32 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 10:04:21 +0100" startDate="2018-11-30 09:38:18 +0100" endDate="2018-11-30 09:44:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 10:15:41 +0100" startDate="2018-11-30 09:58:37 +0100" endDate="2018-11-30 09:58:50 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 11:08:12 +0100" startDate="2018-11-30 10:47:09 +0100" endDate="2018-11-30 10:48:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 11:49:29 +0100" startDate="2018-11-30 11:35:11 +0100" endDate="2018-11-30 11:45:11 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 11:56:22 +0100" startDate="2018-11-30 11:45:11 +0100" endDate="2018-11-30 11:48:08 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 12:22:02 +0100" startDate="2018-11-30 12:07:33 +0100" endDate="2018-11-30 12:17:29 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 12:31:12 +0100" startDate="2018-11-30 12:17:39 +0100" endDate="2018-11-30 12:23:36 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 12:56:46 +0100" startDate="2018-11-30 12:40:33 +0100" endDate="2018-11-30 12:41:55 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 13:38:52 +0100" startDate="2018-11-30 13:22:15 +0100" endDate="2018-11-30 13:24:22 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 13:47:59 +0100" startDate="2018-11-30 13:33:21 +0100" endDate="2018-11-30 13:43:20 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 13:55:17 +0100" startDate="2018-11-30 13:43:20 +0100" endDate="2018-11-30 13:53:21 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 14:07:51 +0100" startDate="2018-11-30 13:53:21 +0100" endDate="2018-11-30 14:03:21 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 14:16:58 +0100" startDate="2018-11-30 14:03:21 +0100" endDate="2018-11-30 14:12:16 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 14:27:01 +0100" startDate="2018-11-30 14:16:01 +0100" endDate="2018-11-30 14:25:06 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 15:06:16 +0100" startDate="2018-11-30 14:55:55 +0100" endDate="2018-11-30 14:55:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 15:57:42 +0100" startDate="2018-11-30 15:45:14 +0100" endDate="2018-11-30 15:54:30 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 18:21:16 +0100" startDate="2018-11-30 18:03:24 +0100" endDate="2018-11-30 18:13:25 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 18:30:58 +0100" startDate="2018-11-30 18:13:25 +0100" endDate="2018-11-30 18:23:25 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 18:39:32 +0100" startDate="2018-11-30 18:23:25 +0100" endDate="2018-11-30 18:27:24 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 19:00:12 +0100" startDate="2018-11-30 18:41:17 +0100" endDate="2018-11-30 18:49:58 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 19:23:05 +0100" startDate="2018-11-30 19:01:41 +0100" endDate="2018-11-30 19:11:40 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 19:23:05 +0100" startDate="2018-11-30 19:11:40 +0100" endDate="2018-11-30 19:19:57 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 19:37:06 +0100" startDate="2018-11-30 19:21:16 +0100" endDate="2018-11-30 19:30:35 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 19:47:02 +0100" startDate="2018-11-30 19:32:52 +0100" endDate="2018-11-30 19:42:49 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 19:56:26 +0100" startDate="2018-11-30 19:43:40 +0100" endDate="2018-11-30 19:53:02 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 20:05:27 +0100" startDate="2018-11-30 19:53:47 +0100" endDate="2018-11-30 19:57:45 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 20:33:46 +0100" startDate="2018-11-30 20:18:41 +0100" endDate="2018-11-30 20:28:30 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 20:49:47 +0100" startDate="2018-11-30 20:37:21 +0100" endDate="2018-11-30 20:47:15 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 21:10:40 +0100" startDate="2018-11-30 20:50:57 +0100" endDate="2018-11-30 21:00:08 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 21:27:51 +0100" startDate="2018-11-30 21:12:32 +0100" endDate="2018-11-30 21:20:11 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 21:47:03 +0100" startDate="2018-11-30 21:26:41 +0100" endDate="2018-11-30 21:29:54 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 22:47:01 +0100" startDate="2018-11-30 22:25:00 +0100" endDate="2018-11-30 22:32:47 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 23:04:54 +0100" startDate="2018-11-30 22:45:21 +0100" endDate="2018-11-30 22:55:18 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 23:15:00 +0100" startDate="2018-11-30 22:55:25 +0100" endDate="2018-11-30 23:05:14 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 23:18:59 +0100" startDate="2018-11-30 23:06:23 +0100" endDate="2018-11-30 23:15:06 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 23:35:08 +0100" startDate="2018-11-30 23:15:14 +0100" endDate="2018-11-30 23:25:13 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 23:43:15 +0100" startDate="2018-11-30 23:25:13 +0100" endDate="2018-11-30 23:35:10 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-11-30 23:50:27 +0100" startDate="2018-11-30 23:35:18 +0100" endDate="2018-11-30 23:45:17 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 00:01:41 +0100" startDate="2018-11-30 23:45:25 +0100" endDate="2018-11-30 23:54:51 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 00:18:47 +0100" startDate="2018-11-30 23:54:51 +0100" endDate="2018-12-01 00:04:49 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 00:18:47 +0100" startDate="2018-12-01 00:04:49 +0100" endDate="2018-12-01 00:14:36 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 00:29:05 +0100" startDate="2018-12-01 00:14:36 +0100" endDate="2018-12-01 00:24:35 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 00:40:15 +0100" startDate="2018-12-01 00:24:35 +0100" endDate="2018-12-01 00:34:24 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 00:55:00 +0100" startDate="2018-12-01 00:34:40 +0100" endDate="2018-12-01 00:43:56 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 01:01:32 +0100" startDate="2018-12-01 00:46:09 +0100" endDate="2018-12-01 00:46:21 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 01:15:23 +0100" startDate="2018-12-01 00:58:54 +0100" endDate="2018-12-01 01:08:53 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 01:20:06 +0100" startDate="2018-12-01 01:08:53 +0100" endDate="2018-12-01 01:18:52 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 01:36:52 +0100" startDate="2018-12-01 01:18:52 +0100" endDate="2018-12-01 01:28:51 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 01:42:55 +0100" startDate="2018-12-01 01:28:51 +0100" endDate="2018-12-01 01:33:19 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 02:18:05 +0100" startDate="2018-12-01 02:00:11 +0100" endDate="2018-12-01 02:06:57 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 02:25:43 +0100" startDate="2018-12-01 02:10:33 +0100" endDate="2018-12-01 02:20:31 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 02:36:25 +0100" startDate="2018-12-01 02:23:45 +0100" endDate="2018-12-01 02:27:37 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 03:06:49 +0100" startDate="2018-12-01 02:52:28 +0100" endDate="2018-12-01 03:02:29 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 03:14:00 +0100" startDate="2018-12-01 03:02:29 +0100" endDate="2018-12-01 03:12:28 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 03:23:30 +0100" startDate="2018-12-01 03:12:28 +0100" endDate="2018-12-01 03:21:26 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 03:38:13 +0100" startDate="2018-12-01 03:26:47 +0100" endDate="2018-12-01 03:27:13 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 10:21:59 +0100" startDate="2018-12-01 10:08:58 +0100" endDate="2018-12-01 10:09:16 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 10:40:28 +0100" startDate="2018-12-01 10:22:31 +0100" endDate="2018-12-01 10:22:41 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 11:21:41 +0100" startDate="2018-12-01 11:10:36 +0100" endDate="2018-12-01 11:12:31 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 14:00:41 +0100" startDate="2018-12-01 13:49:30 +0100" endDate="2018-12-01 13:56:21 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 14:25:25 +0100" startDate="2018-12-01 14:05:34 +0100" endDate="2018-12-01 14:15:07 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 14:28:27 +0100" startDate="2018-12-01 14:15:42 +0100" endDate="2018-12-01 14:25:42 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 14:41:18 +0100" startDate="2018-12-01 14:25:42 +0100" endDate="2018-12-01 14:35:40 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 14:51:05 +0100" startDate="2018-12-01 14:35:55 +0100" endDate="2018-12-01 14:45:55 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 14:56:58 +0100" startDate="2018-12-01 14:45:55 +0100" endDate="2018-12-01 14:53:16 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 15:14:10 +0100" startDate="2018-12-01 15:01:25 +0100" endDate="2018-12-01 15:10:59 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 15:25:25 +0100" startDate="2018-12-01 15:12:39 +0100" endDate="2018-12-01 15:21:53 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 16:08:03 +0100" startDate="2018-12-01 15:56:48 +0100" endDate="2018-12-01 15:56:58 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 17:27:15 +0100" startDate="2018-12-01 17:13:51 +0100" endDate="2018-12-01 17:23:24 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 17:40:17 +0100" startDate="2018-12-01 17:24:03 +0100" endDate="2018-12-01 17:24:08 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 17:49:32 +0100" startDate="2018-12-01 17:36:01 +0100" endDate="2018-12-01 17:40:46 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 18:12:44 +0100" startDate="2018-12-01 17:47:05 +0100" endDate="2018-12-01 17:47:33 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 19:15:28 +0100" startDate="2018-12-01 19:00:21 +0100" endDate="2018-12-01 19:05:22 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-01 19:43:44 +0100" startDate="2018-12-01 19:32:34 +0100" endDate="2018-12-01 19:32:44 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 01:03:57 +0100" startDate="2018-12-02 00:52:44 +0100" endDate="2018-12-02 01:00:07 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 06:36:12 +0100" startDate="2018-12-02 06:24:47 +0100" endDate="2018-12-02 06:31:39 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 08:24:07 +0100" startDate="2018-12-02 08:12:59 +0100" endDate="2018-12-02 08:13:07 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 09:09:20 +0100" startDate="2018-12-02 08:58:10 +0100" endDate="2018-12-02 08:59:45 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 10:29:26 +0100" startDate="2018-12-02 10:16:08 +0100" endDate="2018-12-02 10:22:18 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 11:25:39 +0100" startDate="2018-12-02 11:11:16 +0100" endDate="2018-12-02 11:19:39 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 11:48:09 +0100" startDate="2018-12-02 11:26:52 +0100" endDate="2018-12-02 11:35:25 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 12:14:16 +0100" startDate="2018-12-02 11:53:21 +0100" endDate="2018-12-02 11:55:33 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 15:15:18 +0100" startDate="2018-12-02 14:59:17 +0100" endDate="2018-12-02 15:04:33 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 16:00:01 +0100" startDate="2018-12-02 15:42:41 +0100" endDate="2018-12-02 15:44:46 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 16:22:31 +0100" startDate="2018-12-02 16:03:26 +0100" endDate="2018-12-02 16:03:56 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 16:52:39 +0100" startDate="2018-12-02 16:41:19 +0100" endDate="2018-12-02 16:41:39 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 17:19:54 +0100" startDate="2018-12-02 17:05:19 +0100" endDate="2018-12-02 17:06:43 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 17:38:54 +0100" startDate="2018-12-02 17:21:58 +0100" endDate="2018-12-02 17:28:13 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 17:49:59 +0100" startDate="2018-12-02 17:37:26 +0100" endDate="2018-12-02 17:47:27 +0100" value="903"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 18:05:31 +0100" startDate="2018-12-02 17:47:27 +0100" endDate="2018-12-02 17:57:26 +0100" value="1042"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 18:13:58 +0100" startDate="2018-12-02 17:57:26 +0100" endDate="2018-12-02 18:07:23 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 19:10:59 +0100" startDate="2018-12-02 18:52:41 +0100" endDate="2018-12-02 18:52:43 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 22:26:11 +0100" startDate="2018-12-02 22:00:13 +0100" endDate="2018-12-02 22:10:11 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 22:26:11 +0100" startDate="2018-12-02 22:10:21 +0100" endDate="2018-12-02 22:18:05 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 22:38:07 +0100" startDate="2018-12-02 22:18:05 +0100" endDate="2018-12-02 22:28:00 +0100" value="1145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-02 22:40:17 +0100" startDate="2018-12-02 22:29:14 +0100" endDate="2018-12-02 22:29:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 07:48:56 +0100" startDate="2018-12-03 07:31:40 +0100" endDate="2018-12-03 07:37:55 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 08:08:19 +0100" startDate="2018-12-03 07:52:47 +0100" endDate="2018-12-03 07:57:48 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 08:20:31 +0100" startDate="2018-12-03 08:03:20 +0100" endDate="2018-12-03 08:13:20 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 08:29:07 +0100" startDate="2018-12-03 08:13:20 +0100" endDate="2018-12-03 08:18:31 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 09:03:08 +0100" startDate="2018-12-03 08:45:56 +0100" endDate="2018-12-03 08:54:45 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 09:22:04 +0100" startDate="2018-12-03 08:59:13 +0100" endDate="2018-12-03 08:59:38 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 10:27:20 +0100" startDate="2018-12-03 10:07:44 +0100" endDate="2018-12-03 10:13:10 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 10:57:51 +0100" startDate="2018-12-03 10:46:07 +0100" endDate="2018-12-03 10:46:30 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 11:47:34 +0100" startDate="2018-12-03 11:36:03 +0100" endDate="2018-12-03 11:45:40 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 11:58:18 +0100" startDate="2018-12-03 11:47:01 +0100" endDate="2018-12-03 11:57:02 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 12:12:08 +0100" startDate="2018-12-03 11:57:02 +0100" endDate="2018-12-03 11:59:52 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 12:48:15 +0100" startDate="2018-12-03 12:30:42 +0100" endDate="2018-12-03 12:30:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 13:25:57 +0100" startDate="2018-12-03 13:07:34 +0100" endDate="2018-12-03 13:08:02 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 13:58:32 +0100" startDate="2018-12-03 13:38:23 +0100" endDate="2018-12-03 13:38:48 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 15:46:57 +0100" startDate="2018-12-03 15:32:24 +0100" endDate="2018-12-03 15:42:17 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 15:57:50 +0100" startDate="2018-12-03 15:42:57 +0100" endDate="2018-12-03 15:52:50 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 16:04:56 +0100" startDate="2018-12-03 15:53:56 +0100" endDate="2018-12-03 16:00:07 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 16:31:04 +0100" startDate="2018-12-03 16:08:18 +0100" endDate="2018-12-03 16:17:53 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 17:06:40 +0100" startDate="2018-12-03 16:50:42 +0100" endDate="2018-12-03 16:51:15 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 17:19:37 +0100" startDate="2018-12-03 17:05:14 +0100" endDate="2018-12-03 17:11:12 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 17:32:14 +0100" startDate="2018-12-03 17:21:09 +0100" endDate="2018-12-03 17:21:09 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 17:45:46 +0100" startDate="2018-12-03 17:32:38 +0100" endDate="2018-12-03 17:42:39 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 17:57:30 +0100" startDate="2018-12-03 17:42:39 +0100" endDate="2018-12-03 17:52:16 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 18:10:55 +0100" startDate="2018-12-03 17:55:20 +0100" endDate="2018-12-03 17:55:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 18:53:04 +0100" startDate="2018-12-03 18:32:32 +0100" endDate="2018-12-03 18:38:16 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 18:56:18 +0100" startDate="2018-12-03 18:44:33 +0100" endDate="2018-12-03 18:52:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 19:09:45 +0100" startDate="2018-12-03 18:57:52 +0100" endDate="2018-12-03 19:07:53 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 19:20:20 +0100" startDate="2018-12-03 19:07:53 +0100" endDate="2018-12-03 19:10:21 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 20:19:58 +0100" startDate="2018-12-03 19:21:52 +0100" endDate="2018-12-03 19:23:46 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 21:07:54 +0100" startDate="2018-12-03 20:55:22 +0100" endDate="2018-12-03 20:58:15 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 21:31:16 +0100" startDate="2018-12-03 21:12:04 +0100" endDate="2018-12-03 21:21:49 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 21:40:59 +0100" startDate="2018-12-03 21:22:38 +0100" endDate="2018-12-03 21:31:38 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 21:44:07 +0100" startDate="2018-12-03 21:33:07 +0100" endDate="2018-12-03 21:42:28 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 22:08:14 +0100" startDate="2018-12-03 21:54:45 +0100" endDate="2018-12-03 21:56:01 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 23:12:25 +0100" startDate="2018-12-03 22:58:45 +0100" endDate="2018-12-03 22:59:11 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-03 23:24:44 +0100" startDate="2018-12-03 23:12:50 +0100" endDate="2018-12-03 23:15:18 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 06:09:49 +0100" startDate="2018-12-04 05:58:41 +0100" endDate="2018-12-04 06:03:38 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 08:02:17 +0100" startDate="2018-12-04 07:47:36 +0100" endDate="2018-12-04 07:57:36 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 08:10:33 +0100" startDate="2018-12-04 07:57:36 +0100" endDate="2018-12-04 08:06:40 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 09:57:39 +0100" startDate="2018-12-04 09:39:21 +0100" endDate="2018-12-04 09:44:47 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 10:03:34 +0100" startDate="2018-12-04 09:49:53 +0100" endDate="2018-12-04 09:57:03 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 10:15:05 +0100" startDate="2018-12-04 10:03:13 +0100" endDate="2018-12-04 10:11:39 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 11:10:35 +0100" startDate="2018-12-04 10:50:12 +0100" endDate="2018-12-04 10:57:55 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 11:46:02 +0100" startDate="2018-12-04 11:33:48 +0100" endDate="2018-12-04 11:36:16 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 12:03:04 +0100" startDate="2018-12-04 11:50:08 +0100" endDate="2018-12-04 11:57:36 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 12:23:24 +0100" startDate="2018-12-04 12:06:47 +0100" endDate="2018-12-04 12:07:48 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 13:02:23 +0100" startDate="2018-12-04 12:51:04 +0100" endDate="2018-12-04 13:01:00 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 13:25:25 +0100" startDate="2018-12-04 13:01:10 +0100" endDate="2018-12-04 13:02:14 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 13:54:40 +0100" startDate="2018-12-04 13:41:36 +0100" endDate="2018-12-04 13:49:23 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 14:05:16 +0100" startDate="2018-12-04 13:54:14 +0100" endDate="2018-12-04 14:03:31 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 14:27:15 +0100" startDate="2018-12-04 14:15:33 +0100" endDate="2018-12-04 14:17:07 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 15:00:06 +0100" startDate="2018-12-04 14:48:15 +0100" endDate="2018-12-04 14:55:05 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 15:18:23 +0100" startDate="2018-12-04 15:03:45 +0100" endDate="2018-12-04 15:06:46 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 15:32:44 +0100" startDate="2018-12-04 15:17:56 +0100" endDate="2018-12-04 15:20:14 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 18:03:25 +0100" startDate="2018-12-04 17:44:05 +0100" endDate="2018-12-04 17:53:35 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 18:05:55 +0100" startDate="2018-12-04 17:54:31 +0100" endDate="2018-12-04 17:57:53 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 18:37:04 +0100" startDate="2018-12-04 18:18:23 +0100" endDate="2018-12-04 18:18:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 20:05:20 +0100" startDate="2018-12-04 19:50:25 +0100" endDate="2018-12-04 19:59:07 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 20:19:45 +0100" startDate="2018-12-04 20:01:04 +0100" endDate="2018-12-04 20:02:03 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 20:44:54 +0100" startDate="2018-12-04 20:32:10 +0100" endDate="2018-12-04 20:33:52 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 21:12:22 +0100" startDate="2018-12-04 20:53:35 +0100" endDate="2018-12-04 20:56:41 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 21:51:38 +0100" startDate="2018-12-04 21:29:58 +0100" endDate="2018-12-04 21:30:18 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 22:25:14 +0100" startDate="2018-12-04 22:06:05 +0100" endDate="2018-12-04 22:16:05 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 22:27:29 +0100" startDate="2018-12-04 22:16:05 +0100" endDate="2018-12-04 22:25:37 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-04 22:37:08 +0100" startDate="2018-12-04 22:26:08 +0100" endDate="2018-12-04 22:28:18 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 05:57:09 +0100" startDate="2018-12-05 05:45:11 +0100" endDate="2018-12-05 05:55:11 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 06:07:16 +0100" startDate="2018-12-05 05:55:11 +0100" endDate="2018-12-05 05:55:19 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 07:14:17 +0100" startDate="2018-12-05 07:02:47 +0100" endDate="2018-12-05 07:04:06 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 07:24:45 +0100" startDate="2018-12-05 07:13:42 +0100" endDate="2018-12-05 07:23:42 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 07:39:59 +0100" startDate="2018-12-05 07:23:42 +0100" endDate="2018-12-05 07:30:20 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 08:51:55 +0100" startDate="2018-12-05 08:41:30 +0100" endDate="2018-12-05 08:41:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 09:40:32 +0100" startDate="2018-12-05 09:29:24 +0100" endDate="2018-12-05 09:34:02 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 10:31:17 +0100" startDate="2018-12-05 10:17:17 +0100" endDate="2018-12-05 10:17:17 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 11:20:45 +0100" startDate="2018-12-05 11:07:19 +0100" endDate="2018-12-05 11:16:23 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 11:29:54 +0100" startDate="2018-12-05 11:18:02 +0100" endDate="2018-12-05 11:25:59 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 11:41:26 +0100" startDate="2018-12-05 11:28:21 +0100" endDate="2018-12-05 11:38:20 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 11:57:32 +0100" startDate="2018-12-05 11:38:20 +0100" endDate="2018-12-05 11:44:30 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 12:27:28 +0100" startDate="2018-12-05 12:14:58 +0100" endDate="2018-12-05 12:24:42 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 12:37:40 +0100" startDate="2018-12-05 12:26:34 +0100" endDate="2018-12-05 12:35:46 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 12:52:24 +0100" startDate="2018-12-05 12:39:28 +0100" endDate="2018-12-05 12:49:28 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 13:05:07 +0100" startDate="2018-12-05 12:49:28 +0100" endDate="2018-12-05 12:57:42 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 14:54:02 +0100" startDate="2018-12-05 14:38:26 +0100" endDate="2018-12-05 14:38:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 15:29:45 +0100" startDate="2018-12-05 15:19:09 +0100" endDate="2018-12-05 15:22:20 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 15:46:09 +0100" startDate="2018-12-05 15:22:20 +0100" endDate="2018-12-05 15:32:19 +0100" value="860"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 15:46:09 +0100" startDate="2018-12-05 15:32:19 +0100" endDate="2018-12-05 15:41:59 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 15:57:04 +0100" startDate="2018-12-05 15:45:51 +0100" endDate="2018-12-05 15:53:35 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 16:57:24 +0100" startDate="2018-12-05 16:42:23 +0100" endDate="2018-12-05 16:51:26 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 17:06:02 +0100" startDate="2018-12-05 16:54:48 +0100" endDate="2018-12-05 17:04:49 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 17:15:52 +0100" startDate="2018-12-05 17:04:49 +0100" endDate="2018-12-05 17:05:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 20:00:26 +0100" startDate="2018-12-05 19:48:24 +0100" endDate="2018-12-05 19:54:51 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 20:21:45 +0100" startDate="2018-12-05 20:07:47 +0100" endDate="2018-12-05 20:16:51 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 20:28:54 +0100" startDate="2018-12-05 20:17:54 +0100" endDate="2018-12-05 20:21:50 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 20:45:29 +0100" startDate="2018-12-05 20:31:32 +0100" endDate="2018-12-05 20:38:47 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-05 21:04:40 +0100" startDate="2018-12-05 20:46:00 +0100" endDate="2018-12-05 20:54:46 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 07:16:02 +0100" startDate="2018-12-06 06:58:17 +0100" endDate="2018-12-06 07:02:18 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 07:21:34 +0100" startDate="2018-12-06 07:10:31 +0100" endDate="2018-12-06 07:19:56 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 07:44:46 +0100" startDate="2018-12-06 07:31:21 +0100" endDate="2018-12-06 07:35:20 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 08:04:26 +0100" startDate="2018-12-06 07:49:52 +0100" endDate="2018-12-06 07:49:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 08:14:12 +0100" startDate="2018-12-06 08:02:39 +0100" endDate="2018-12-06 08:09:34 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 08:38:54 +0100" startDate="2018-12-06 08:25:15 +0100" endDate="2018-12-06 08:30:45 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 09:09:35 +0100" startDate="2018-12-06 08:49:41 +0100" endDate="2018-12-06 08:59:22 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 09:12:53 +0100" startDate="2018-12-06 09:01:34 +0100" endDate="2018-12-06 09:07:57 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 11:16:55 +0100" startDate="2018-12-06 10:59:00 +0100" endDate="2018-12-06 11:05:00 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 12:37:34 +0100" startDate="2018-12-06 12:20:38 +0100" endDate="2018-12-06 12:24:27 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 12:53:58 +0100" startDate="2018-12-06 12:39:01 +0100" endDate="2018-12-06 12:48:05 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 13:06:22 +0100" startDate="2018-12-06 12:53:44 +0100" endDate="2018-12-06 12:57:46 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 14:27:32 +0100" startDate="2018-12-06 14:14:38 +0100" endDate="2018-12-06 14:14:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 14:59:43 +0100" startDate="2018-12-06 14:45:32 +0100" endDate="2018-12-06 14:47:59 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 15:14:13 +0100" startDate="2018-12-06 14:57:29 +0100" endDate="2018-12-06 15:07:27 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 15:26:42 +0100" startDate="2018-12-06 15:14:51 +0100" endDate="2018-12-06 15:15:42 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 16:23:18 +0100" startDate="2018-12-06 16:10:16 +0100" endDate="2018-12-06 16:10:19 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 17:23:41 +0100" startDate="2018-12-06 17:13:18 +0100" endDate="2018-12-06 17:15:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 18:19:38 +0100" startDate="2018-12-06 18:05:44 +0100" endDate="2018-12-06 18:14:20 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 18:31:03 +0100" startDate="2018-12-06 18:16:53 +0100" endDate="2018-12-06 18:23:13 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 19:48:30 +0100" startDate="2018-12-06 19:36:16 +0100" endDate="2018-12-06 19:36:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 21:18:13 +0100" startDate="2018-12-06 21:00:09 +0100" endDate="2018-12-06 21:07:17 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 21:32:02 +0100" startDate="2018-12-06 21:18:25 +0100" endDate="2018-12-06 21:28:23 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 21:39:48 +0100" startDate="2018-12-06 21:28:23 +0100" endDate="2018-12-06 21:38:17 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-06 21:50:06 +0100" startDate="2018-12-06 21:39:06 +0100" endDate="2018-12-06 21:40:20 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 06:03:31 +0100" startDate="2018-12-07 05:49:35 +0100" endDate="2018-12-07 05:49:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 06:49:21 +0100" startDate="2018-12-07 06:30:03 +0100" endDate="2018-12-07 06:38:47 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 06:52:33 +0100" startDate="2018-12-07 06:40:39 +0100" endDate="2018-12-07 06:49:18 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 07:13:14 +0100" startDate="2018-12-07 07:01:26 +0100" endDate="2018-12-07 07:02:14 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 07:23:22 +0100" startDate="2018-12-07 07:12:19 +0100" endDate="2018-12-07 07:21:32 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 07:46:13 +0100" startDate="2018-12-07 07:33:44 +0100" endDate="2018-12-07 07:43:05 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 07:54:58 +0100" startDate="2018-12-07 07:43:56 +0100" endDate="2018-12-07 07:45:09 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 08:35:36 +0100" startDate="2018-12-07 08:19:00 +0100" endDate="2018-12-07 08:24:00 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 09:00:14 +0100" startDate="2018-12-07 08:47:21 +0100" endDate="2018-12-07 08:56:37 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 10:46:12 +0100" startDate="2018-12-07 10:31:33 +0100" endDate="2018-12-07 10:41:12 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 11:16:49 +0100" startDate="2018-12-07 10:56:42 +0100" endDate="2018-12-07 11:01:34 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 11:52:21 +0100" startDate="2018-12-07 11:41:47 +0100" endDate="2018-12-07 11:51:45 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 12:07:17 +0100" startDate="2018-12-07 11:51:45 +0100" endDate="2018-12-07 11:51:47 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 12:17:19 +0100" startDate="2018-12-07 12:03:20 +0100" endDate="2018-12-07 12:03:22 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 12:25:30 +0100" startDate="2018-12-07 12:11:11 +0100" endDate="2018-12-07 12:12:40 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 12:35:36 +0100" startDate="2018-12-07 12:22:04 +0100" endDate="2018-12-07 12:29:19 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 14:12:17 +0100" startDate="2018-12-07 13:55:50 +0100" endDate="2018-12-07 14:02:25 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 14:23:31 +0100" startDate="2018-12-07 14:05:51 +0100" endDate="2018-12-07 14:13:39 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 14:42:15 +0100" startDate="2018-12-07 14:29:03 +0100" endDate="2018-12-07 14:29:39 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 15:33:27 +0100" startDate="2018-12-07 15:19:57 +0100" endDate="2018-12-07 15:20:02 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 17:11:34 +0100" startDate="2018-12-07 16:56:01 +0100" endDate="2018-12-07 17:04:09 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 17:26:40 +0100" startDate="2018-12-07 17:11:37 +0100" endDate="2018-12-07 17:21:37 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 17:34:54 +0100" startDate="2018-12-07 17:21:37 +0100" endDate="2018-12-07 17:25:08 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 17:54:33 +0100" startDate="2018-12-07 17:43:20 +0100" endDate="2018-12-07 17:47:18 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 20:46:40 +0100" startDate="2018-12-07 20:31:59 +0100" endDate="2018-12-07 20:41:59 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 20:58:16 +0100" startDate="2018-12-07 20:41:59 +0100" endDate="2018-12-07 20:48:15 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 22:11:38 +0100" startDate="2018-12-07 21:53:32 +0100" endDate="2018-12-07 21:54:25 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 22:39:10 +0100" startDate="2018-12-07 22:11:29 +0100" endDate="2018-12-07 22:18:47 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 22:39:10 +0100" startDate="2018-12-07 22:21:55 +0100" endDate="2018-12-07 22:22:00 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-07 22:54:26 +0100" startDate="2018-12-07 22:38:22 +0100" endDate="2018-12-07 22:38:32 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 00:11:16 +0100" startDate="2018-12-07 23:59:35 +0100" endDate="2018-12-08 00:09:30 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 00:22:42 +0100" startDate="2018-12-08 00:09:37 +0100" endDate="2018-12-08 00:11:55 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 00:41:27 +0100" startDate="2018-12-08 00:28:58 +0100" endDate="2018-12-08 00:29:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 01:09:08 +0100" startDate="2018-12-08 00:52:47 +0100" endDate="2018-12-08 00:53:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 02:41:10 +0100" startDate="2018-12-08 02:26:59 +0100" endDate="2018-12-08 02:36:37 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 02:50:23 +0100" startDate="2018-12-08 02:39:23 +0100" endDate="2018-12-08 02:39:54 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 13:42:03 +0100" startDate="2018-12-08 13:25:16 +0100" endDate="2018-12-08 13:30:00 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 14:29:11 +0100" startDate="2018-12-08 14:17:12 +0100" endDate="2018-12-08 14:17:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 15:24:26 +0100" startDate="2018-12-08 15:08:14 +0100" endDate="2018-12-08 15:15:11 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 15:31:27 +0100" startDate="2018-12-08 15:20:27 +0100" endDate="2018-12-08 15:27:53 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 16:43:44 +0100" startDate="2018-12-08 16:30:18 +0100" endDate="2018-12-08 16:40:17 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 16:54:50 +0100" startDate="2018-12-08 16:40:17 +0100" endDate="2018-12-08 16:50:16 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 17:06:11 +0100" startDate="2018-12-08 16:50:16 +0100" endDate="2018-12-08 17:00:15 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 17:19:22 +0100" startDate="2018-12-08 17:00:15 +0100" endDate="2018-12-08 17:03:55 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 17:59:16 +0100" startDate="2018-12-08 17:48:08 +0100" endDate="2018-12-08 17:48:28 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 18:10:03 +0100" startDate="2018-12-08 17:59:00 +0100" endDate="2018-12-08 18:02:19 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 18:38:33 +0100" startDate="2018-12-08 18:25:30 +0100" endDate="2018-12-08 18:34:27 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 18:49:43 +0100" startDate="2018-12-08 18:35:33 +0100" endDate="2018-12-08 18:40:27 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 19:21:20 +0100" startDate="2018-12-08 19:08:59 +0100" endDate="2018-12-08 19:10:26 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 19:36:41 +0100" startDate="2018-12-08 19:19:34 +0100" endDate="2018-12-08 19:20:56 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 20:39:01 +0100" startDate="2018-12-08 20:23:34 +0100" endDate="2018-12-08 20:23:52 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 20:47:24 +0100" startDate="2018-12-08 20:30:01 +0100" endDate="2018-12-08 20:30:30 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 21:56:03 +0100" startDate="2018-12-08 21:44:39 +0100" endDate="2018-12-08 21:47:17 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 21:59:45 +0100" startDate="2018-12-08 21:47:22 +0100" endDate="2018-12-08 21:47:22 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 22:16:16 +0100" startDate="2018-12-08 22:03:31 +0100" endDate="2018-12-08 22:05:41 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 22:26:14 +0100" startDate="2018-12-08 22:14:51 +0100" endDate="2018-12-08 22:15:50 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 22:33:34 +0100" startDate="2018-12-08 22:16:59 +0100" endDate="2018-12-08 22:19:37 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 23:25:31 +0100" startDate="2018-12-08 23:11:14 +0100" endDate="2018-12-08 23:11:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-08 23:45:16 +0100" startDate="2018-12-08 23:20:38 +0100" endDate="2018-12-08 23:25:41 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 00:05:03 +0100" startDate="2018-12-08 23:45:54 +0100" endDate="2018-12-08 23:55:54 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 00:15:28 +0100" startDate="2018-12-08 23:55:54 +0100" endDate="2018-12-09 00:03:18 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 00:22:42 +0100" startDate="2018-12-09 00:09:07 +0100" endDate="2018-12-09 00:16:02 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 00:59:13 +0100" startDate="2018-12-09 00:40:08 +0100" endDate="2018-12-09 00:50:07 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 01:09:14 +0100" startDate="2018-12-09 00:50:07 +0100" endDate="2018-12-09 00:51:36 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 01:31:59 +0100" startDate="2018-12-09 01:13:31 +0100" endDate="2018-12-09 01:19:41 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 01:44:53 +0100" startDate="2018-12-09 01:32:44 +0100" endDate="2018-12-09 01:33:53 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 04:47:53 +0100" startDate="2018-12-09 04:34:55 +0100" endDate="2018-12-09 04:37:03 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 07:50:40 +0100" startDate="2018-12-09 07:39:32 +0100" endDate="2018-12-09 07:39:39 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 08:30:09 +0100" startDate="2018-12-09 08:20:06 +0100" endDate="2018-12-09 08:20:08 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 09:11:48 +0100" startDate="2018-12-09 09:01:45 +0100" endDate="2018-12-09 09:01:48 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 10:37:12 +0100" startDate="2018-12-09 10:20:24 +0100" endDate="2018-12-09 10:30:23 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 10:42:37 +0100" startDate="2018-12-09 10:30:23 +0100" endDate="2018-12-09 10:39:23 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 11:13:43 +0100" startDate="2018-12-09 10:45:44 +0100" endDate="2018-12-09 10:54:38 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 11:13:43 +0100" startDate="2018-12-09 11:00:41 +0100" endDate="2018-12-09 11:00:41 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 11:24:52 +0100" startDate="2018-12-09 11:12:20 +0100" endDate="2018-12-09 11:17:50 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 11:38:02 +0100" startDate="2018-12-09 11:22:23 +0100" endDate="2018-12-09 11:32:22 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 11:43:37 +0100" startDate="2018-12-09 11:32:22 +0100" endDate="2018-12-09 11:42:06 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 12:51:51 +0100" startDate="2018-12-09 12:39:19 +0100" endDate="2018-12-09 12:40:51 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 13:29:49 +0100" startDate="2018-12-09 13:16:33 +0100" endDate="2018-12-09 13:16:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 13:55:01 +0100" startDate="2018-12-09 13:35:56 +0100" endDate="2018-12-09 13:44:04 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 15:19:02 +0100" startDate="2018-12-09 15:04:31 +0100" endDate="2018-12-09 15:13:55 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 15:29:10 +0100" startDate="2018-12-09 15:15:57 +0100" endDate="2018-12-09 15:16:35 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 17:27:55 +0100" startDate="2018-12-09 17:16:42 +0100" endDate="2018-12-09 17:19:45 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 19:15:08 +0100" startDate="2018-12-09 18:48:19 +0100" endDate="2018-12-09 18:57:40 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 19:20:22 +0100" startDate="2018-12-09 19:08:04 +0100" endDate="2018-12-09 19:08:10 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 19:44:18 +0100" startDate="2018-12-09 19:21:44 +0100" endDate="2018-12-09 19:21:49 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-09 20:27:20 +0100" startDate="2018-12-09 20:09:16 +0100" endDate="2018-12-09 20:14:24 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 09:05:46 +0100" startDate="2018-12-10 08:47:59 +0100" endDate="2018-12-10 08:56:24 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 09:14:44 +0100" startDate="2018-12-10 08:58:23 +0100" endDate="2018-12-10 09:07:55 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 09:26:51 +0100" startDate="2018-12-10 09:08:36 +0100" endDate="2018-12-10 09:16:26 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 09:41:14 +0100" startDate="2018-12-10 09:27:07 +0100" endDate="2018-12-10 09:36:40 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 09:57:02 +0100" startDate="2018-12-10 09:39:33 +0100" endDate="2018-12-10 09:47:05 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 10:07:50 +0100" startDate="2018-12-10 09:50:21 +0100" endDate="2018-12-10 10:00:21 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 10:11:24 +0100" startDate="2018-12-10 10:00:21 +0100" endDate="2018-12-10 10:00:42 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 10:27:06 +0100" startDate="2018-12-10 10:15:28 +0100" endDate="2018-12-10 10:25:18 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 10:37:41 +0100" startDate="2018-12-10 10:26:38 +0100" endDate="2018-12-10 10:35:48 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 10:49:14 +0100" startDate="2018-12-10 10:37:16 +0100" endDate="2018-12-10 10:47:17 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 10:59:06 +0100" startDate="2018-12-10 10:47:17 +0100" endDate="2018-12-10 10:54:24 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 11:22:56 +0100" startDate="2018-12-10 11:11:38 +0100" endDate="2018-12-10 11:11:56 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 11:39:40 +0100" startDate="2018-12-10 11:28:05 +0100" endDate="2018-12-10 11:28:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 12:04:31 +0100" startDate="2018-12-10 11:43:08 +0100" endDate="2018-12-10 11:43:28 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 15:10:52 +0100" startDate="2018-12-10 14:59:31 +0100" endDate="2018-12-10 15:06:35 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 15:22:25 +0100" startDate="2018-12-10 15:11:15 +0100" endDate="2018-12-10 15:14:49 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 15:43:21 +0100" startDate="2018-12-10 15:26:12 +0100" endDate="2018-12-10 15:26:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 15:55:34 +0100" startDate="2018-12-10 15:41:34 +0100" endDate="2018-12-10 15:51:10 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 16:04:06 +0100" startDate="2018-12-10 15:53:05 +0100" endDate="2018-12-10 15:53:36 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 17:09:41 +0100" startDate="2018-12-10 16:56:49 +0100" endDate="2018-12-10 16:59:39 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-10 19:13:05 +0100" startDate="2018-12-10 19:01:09 +0100" endDate="2018-12-10 19:03:34 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 09:02:08 +0100" startDate="2018-12-11 08:47:00 +0100" endDate="2018-12-11 08:54:48 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 09:12:19 +0100" startDate="2018-12-11 09:01:17 +0100" endDate="2018-12-11 09:02:49 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 09:25:09 +0100" startDate="2018-12-11 09:13:46 +0100" endDate="2018-12-11 09:19:19 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 09:35:59 +0100" startDate="2018-12-11 09:24:57 +0100" endDate="2018-12-11 09:33:54 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 09:56:36 +0100" startDate="2018-12-11 09:44:49 +0100" endDate="2018-12-11 09:54:37 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 10:06:03 +0100" startDate="2018-12-11 09:55:00 +0100" endDate="2018-12-11 10:03:54 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 10:16:24 +0100" startDate="2018-12-11 10:05:21 +0100" endDate="2018-12-11 10:10:10 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 10:28:34 +0100" startDate="2018-12-11 10:16:34 +0100" endDate="2018-12-11 10:24:42 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 10:42:52 +0100" startDate="2018-12-11 10:31:06 +0100" endDate="2018-12-11 10:38:27 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 10:55:49 +0100" startDate="2018-12-11 10:44:28 +0100" endDate="2018-12-11 10:53:51 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 11:11:43 +0100" startDate="2018-12-11 11:00:23 +0100" endDate="2018-12-11 11:08:35 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 11:26:03 +0100" startDate="2018-12-11 11:14:44 +0100" endDate="2018-12-11 11:23:38 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 11:42:34 +0100" startDate="2018-12-11 11:30:16 +0100" endDate="2018-12-11 11:32:56 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 12:25:16 +0100" startDate="2018-12-11 12:13:01 +0100" endDate="2018-12-11 12:23:01 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 12:34:03 +0100" startDate="2018-12-11 12:23:01 +0100" endDate="2018-12-11 12:32:19 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 12:44:19 +0100" startDate="2018-12-11 12:33:16 +0100" endDate="2018-12-11 12:42:49 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 12:54:38 +0100" startDate="2018-12-11 12:43:35 +0100" endDate="2018-12-11 12:53:29 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 13:04:57 +0100" startDate="2018-12-11 12:53:55 +0100" endDate="2018-12-11 12:55:40 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 14:25:59 +0100" startDate="2018-12-11 14:11:18 +0100" endDate="2018-12-11 14:18:40 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 14:37:01 +0100" startDate="2018-12-11 14:26:57 +0100" endDate="2018-12-11 14:36:36 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-11 18:06:35 +0100" startDate="2018-12-11 17:56:31 +0100" endDate="2018-12-11 17:56:34 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 06:11:05 +0100" startDate="2018-12-12 06:00:20 +0100" endDate="2018-12-12 06:00:20 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 08:45:27 +0100" startDate="2018-12-12 08:29:58 +0100" endDate="2018-12-12 08:39:59 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 08:51:02 +0100" startDate="2018-12-12 08:39:59 +0100" endDate="2018-12-12 08:49:51 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 09:15:36 +0100" startDate="2018-12-12 09:04:23 +0100" endDate="2018-12-12 09:04:36 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 09:27:17 +0100" startDate="2018-12-12 09:15:59 +0100" endDate="2018-12-12 09:24:16 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 09:41:59 +0100" startDate="2018-12-12 09:30:43 +0100" endDate="2018-12-12 09:38:30 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 09:55:19 +0100" startDate="2018-12-12 09:44:09 +0100" endDate="2018-12-12 09:54:08 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 10:05:11 +0100" startDate="2018-12-12 09:54:08 +0100" endDate="2018-12-12 10:03:56 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 10:15:14 +0100" startDate="2018-12-12 10:04:11 +0100" endDate="2018-12-12 10:13:09 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 10:27:50 +0100" startDate="2018-12-12 10:16:21 +0100" endDate="2018-12-12 10:26:19 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 10:38:39 +0100" startDate="2018-12-12 10:27:36 +0100" endDate="2018-12-12 10:35:27 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 10:55:23 +0100" startDate="2018-12-12 10:38:54 +0100" endDate="2018-12-12 10:48:39 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 11:08:01 +0100" startDate="2018-12-12 10:56:56 +0100" endDate="2018-12-12 11:06:16 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 11:18:56 +0100" startDate="2018-12-12 11:07:54 +0100" endDate="2018-12-12 11:14:47 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 11:31:15 +0100" startDate="2018-12-12 11:20:07 +0100" endDate="2018-12-12 11:28:49 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 11:41:25 +0100" startDate="2018-12-12 11:30:22 +0100" endDate="2018-12-12 11:30:40 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 12:13:05 +0100" startDate="2018-12-12 12:01:04 +0100" endDate="2018-12-12 12:04:27 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 12:32:31 +0100" startDate="2018-12-12 12:20:40 +0100" endDate="2018-12-12 12:26:21 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 12:43:12 +0100" startDate="2018-12-12 12:32:09 +0100" endDate="2018-12-12 12:40:37 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 12:58:10 +0100" startDate="2018-12-12 12:46:52 +0100" endDate="2018-12-12 12:53:56 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 13:10:54 +0100" startDate="2018-12-12 12:59:10 +0100" endDate="2018-12-12 13:07:06 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 13:24:14 +0100" startDate="2018-12-12 13:12:27 +0100" endDate="2018-12-12 13:20:24 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 13:38:00 +0100" startDate="2018-12-12 13:26:45 +0100" endDate="2018-12-12 13:36:42 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 13:53:48 +0100" startDate="2018-12-12 13:42:32 +0100" endDate="2018-12-12 13:49:12 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 14:06:57 +0100" startDate="2018-12-12 13:55:36 +0100" endDate="2018-12-12 14:00:12 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 14:17:01 +0100" startDate="2018-12-12 14:05:58 +0100" endDate="2018-12-12 14:15:42 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 14:27:26 +0100" startDate="2018-12-12 14:16:23 +0100" endDate="2018-12-12 14:26:04 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 14:39:57 +0100" startDate="2018-12-12 14:27:34 +0100" endDate="2018-12-12 14:37:34 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 14:56:10 +0100" startDate="2018-12-12 14:37:34 +0100" endDate="2018-12-12 14:42:48 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 15:45:20 +0100" startDate="2018-12-12 15:28:59 +0100" endDate="2018-12-12 15:29:02 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-12 21:58:20 +0100" startDate="2018-12-12 21:42:20 +0100" endDate="2018-12-12 21:47:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 08:23:10 +0100" startDate="2018-12-13 08:09:20 +0100" endDate="2018-12-13 08:19:10 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 08:47:05 +0100" startDate="2018-12-13 08:31:51 +0100" endDate="2018-12-13 08:41:52 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 08:57:08 +0100" startDate="2018-12-13 08:41:52 +0100" endDate="2018-12-13 08:47:49 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 09:05:47 +0100" startDate="2018-12-13 08:54:47 +0100" endDate="2018-12-13 09:04:41 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 09:17:26 +0100" startDate="2018-12-13 09:06:08 +0100" endDate="2018-12-13 09:07:48 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 10:18:48 +0100" startDate="2018-12-13 10:05:14 +0100" endDate="2018-12-13 10:14:30 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 10:26:42 +0100" startDate="2018-12-13 10:15:42 +0100" endDate="2018-12-13 10:16:15 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 15:19:45 +0100" startDate="2018-12-13 15:08:33 +0100" endDate="2018-12-13 15:15:52 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 15:38:49 +0100" startDate="2018-12-13 15:27:05 +0100" endDate="2018-12-13 15:36:00 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 19:59:14 +0100" startDate="2018-12-13 19:39:07 +0100" endDate="2018-12-13 19:48:02 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 20:23:34 +0100" startDate="2018-12-13 20:12:26 +0100" endDate="2018-12-13 20:20:18 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 20:39:47 +0100" startDate="2018-12-13 20:28:42 +0100" endDate="2018-12-13 20:32:50 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 20:51:47 +0100" startDate="2018-12-13 20:40:42 +0100" endDate="2018-12-13 20:47:02 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 21:19:23 +0100" startDate="2018-12-13 21:08:13 +0100" endDate="2018-12-13 21:08:23 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 21:35:04 +0100" startDate="2018-12-13 21:23:05 +0100" endDate="2018-12-13 21:24:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 21:45:24 +0100" startDate="2018-12-13 21:34:21 +0100" endDate="2018-12-13 21:43:56 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-13 21:58:55 +0100" startDate="2018-12-13 21:47:45 +0100" endDate="2018-12-13 21:47:55 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 07:06:18 +0100" startDate="2018-12-14 06:52:46 +0100" endDate="2018-12-14 06:52:58 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 07:24:36 +0100" startDate="2018-12-14 07:11:42 +0100" endDate="2018-12-14 07:21:42 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 07:35:41 +0100" startDate="2018-12-14 07:21:42 +0100" endDate="2018-12-14 07:30:42 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 08:03:54 +0100" startDate="2018-12-14 07:52:00 +0100" endDate="2018-12-14 07:55:06 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 08:15:55 +0100" startDate="2018-12-14 08:05:24 +0100" endDate="2018-12-14 08:05:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 08:35:29 +0100" startDate="2018-12-14 08:21:29 +0100" endDate="2018-12-14 08:21:36 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 09:23:28 +0100" startDate="2018-12-14 08:59:36 +0100" endDate="2018-12-14 08:59:38 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3ef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 09:59:29 +0100" startDate="2018-12-14 09:42:33 +0100" endDate="2018-12-14 09:46:41 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 10:11:53 +0100" startDate="2018-12-14 09:57:48 +0100" endDate="2018-12-14 09:59:25 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 10:21:22 +0100" startDate="2018-12-14 10:10:20 +0100" endDate="2018-12-14 10:10:30 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 11:46:16 +0100" startDate="2018-12-14 11:34:22 +0100" endDate="2018-12-14 11:44:22 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 12:01:31 +0100" startDate="2018-12-14 11:47:48 +0100" endDate="2018-12-14 11:57:43 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 12:10:48 +0100" startDate="2018-12-14 11:57:55 +0100" endDate="2018-12-14 11:59:25 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 12:48:54 +0100" startDate="2018-12-14 12:35:02 +0100" endDate="2018-12-14 12:35:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 13:04:20 +0100" startDate="2018-12-14 12:52:11 +0100" endDate="2018-12-14 13:02:10 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 13:15:00 +0100" startDate="2018-12-14 13:02:10 +0100" endDate="2018-12-14 13:11:52 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 13:24:36 +0100" startDate="2018-12-14 13:12:27 +0100" endDate="2018-12-14 13:20:23 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 13:52:25 +0100" startDate="2018-12-14 13:41:18 +0100" endDate="2018-12-14 13:41:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 14:18:01 +0100" startDate="2018-12-14 14:04:59 +0100" endDate="2018-12-14 14:05:07 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 16:05:29 +0100" startDate="2018-12-14 15:48:20 +0100" endDate="2018-12-14 15:52:17 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 16:12:32 +0100" startDate="2018-12-14 15:59:33 +0100" endDate="2018-12-14 16:00:04 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 16:51:40 +0100" startDate="2018-12-14 16:33:30 +0100" endDate="2018-12-14 16:43:30 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 16:57:05 +0100" startDate="2018-12-14 16:43:30 +0100" endDate="2018-12-14 16:53:30 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 17:04:33 +0100" startDate="2018-12-14 16:53:30 +0100" endDate="2018-12-14 16:55:22 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 18:08:03 +0100" startDate="2018-12-14 17:53:19 +0100" endDate="2018-12-14 17:58:04 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 18:35:29 +0100" startDate="2018-12-14 18:17:15 +0100" endDate="2018-12-14 18:25:23 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 19:46:36 +0100" startDate="2018-12-14 19:30:27 +0100" endDate="2018-12-14 19:39:30 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 20:04:59 +0100" startDate="2018-12-14 19:47:08 +0100" endDate="2018-12-14 19:53:59 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 22:24:22 +0100" startDate="2018-12-14 22:13:07 +0100" endDate="2018-12-14 22:15:14 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 23:27:07 +0100" startDate="2018-12-14 23:17:03 +0100" endDate="2018-12-14 23:17:06 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-14 23:43:32 +0100" startDate="2018-12-14 23:32:06 +0100" endDate="2018-12-14 23:32:32 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 00:10:01 +0100" startDate="2018-12-14 23:59:57 +0100" endDate="2018-12-15 00:00:00 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 00:37:25 +0100" startDate="2018-12-15 00:20:34 +0100" endDate="2018-12-15 00:28:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 00:43:20 +0100" startDate="2018-12-15 00:32:18 +0100" endDate="2018-12-15 00:41:46 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 01:01:38 +0100" startDate="2018-12-15 00:47:57 +0100" endDate="2018-12-15 00:56:13 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 01:12:15 +0100" startDate="2018-12-15 01:02:12 +0100" endDate="2018-12-15 01:02:14 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 09:13:38 +0100" startDate="2018-12-15 08:59:08 +0100" endDate="2018-12-15 09:05:01 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 09:38:36 +0100" startDate="2018-12-15 09:14:17 +0100" endDate="2018-12-15 09:17:03 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 09:58:30 +0100" startDate="2018-12-15 09:38:06 +0100" endDate="2018-12-15 09:47:12 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 10:12:46 +0100" startDate="2018-12-15 09:59:11 +0100" endDate="2018-12-15 10:03:43 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 10:39:14 +0100" startDate="2018-12-15 10:22:55 +0100" endDate="2018-12-15 10:23:26 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 11:49:05 +0100" startDate="2018-12-15 11:37:41 +0100" endDate="2018-12-15 11:38:05 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 11:59:15 +0100" startDate="2018-12-15 11:48:12 +0100" endDate="2018-12-15 11:48:14 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 12:42:57 +0100" startDate="2018-12-15 12:24:01 +0100" endDate="2018-12-15 12:24:52 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 13:14:30 +0100" startDate="2018-12-15 12:55:51 +0100" endDate="2018-12-15 12:59:16 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 14:34:26 +0100" startDate="2018-12-15 14:22:46 +0100" endDate="2018-12-15 14:33:24 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 14:44:27 +0100" startDate="2018-12-15 14:33:24 +0100" endDate="2018-12-15 14:33:29 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 15:36:33 +0100" startDate="2018-12-15 15:24:49 +0100" endDate="2018-12-15 15:34:43 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 15:50:08 +0100" startDate="2018-12-15 15:36:07 +0100" endDate="2018-12-15 15:45:40 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 16:09:22 +0100" startDate="2018-12-15 15:45:40 +0100" endDate="2018-12-15 15:54:28 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 16:09:22 +0100" startDate="2018-12-15 15:56:02 +0100" endDate="2018-12-15 16:04:00 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 16:17:10 +0100" startDate="2018-12-15 16:06:10 +0100" endDate="2018-12-15 16:08:48 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 17:03:51 +0100" startDate="2018-12-15 16:50:30 +0100" endDate="2018-12-15 17:00:30 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 17:11:33 +0100" startDate="2018-12-15 17:00:30 +0100" endDate="2018-12-15 17:01:37 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 17:47:07 +0100" startDate="2018-12-15 17:33:35 +0100" endDate="2018-12-15 17:41:04 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 18:15:24 +0100" startDate="2018-12-15 18:02:09 +0100" endDate="2018-12-15 18:03:08 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 18:30:33 +0100" startDate="2018-12-15 18:15:45 +0100" endDate="2018-12-15 18:19:27 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 19:50:07 +0100" startDate="2018-12-15 19:33:59 +0100" endDate="2018-12-15 19:41:30 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 19:55:21 +0100" startDate="2018-12-15 19:44:18 +0100" endDate="2018-12-15 19:51:23 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 21:06:43 +0100" startDate="2018-12-15 20:50:43 +0100" endDate="2018-12-15 20:55:43 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 21:21:19 +0100" startDate="2018-12-15 21:10:09 +0100" endDate="2018-12-15 21:19:26 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 21:53:25 +0100" startDate="2018-12-15 21:41:42 +0100" endDate="2018-12-15 21:47:30 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 22:12:56 +0100" startDate="2018-12-15 22:01:51 +0100" endDate="2018-12-15 22:01:56 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 22:36:34 +0100" startDate="2018-12-15 22:26:31 +0100" endDate="2018-12-15 22:26:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 23:17:36 +0100" startDate="2018-12-15 23:06:11 +0100" endDate="2018-12-15 23:12:57 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 23:27:35 +0100" startDate="2018-12-15 23:16:33 +0100" endDate="2018-12-15 23:16:53 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-15 23:48:23 +0100" startDate="2018-12-15 23:36:45 +0100" endDate="2018-12-15 23:42:07 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-16 08:22:51 +0100" startDate="2018-12-16 08:11:00 +0100" endDate="2018-12-16 08:13:41 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-16 10:35:06 +0100" startDate="2018-12-16 10:16:30 +0100" endDate="2018-12-16 10:25:06 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-16 10:46:44 +0100" startDate="2018-12-16 10:29:01 +0100" endDate="2018-12-16 10:38:07 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-16 10:52:25 +0100" startDate="2018-12-16 10:41:24 +0100" endDate="2018-12-16 10:47:35 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-16 13:19:46 +0100" startDate="2018-12-16 13:09:09 +0100" endDate="2018-12-16 13:09:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-16 16:35:24 +0100" startDate="2018-12-16 16:18:45 +0100" endDate="2018-12-16 16:19:23 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-16 17:05:53 +0100" startDate="2018-12-16 16:52:58 +0100" endDate="2018-12-16 16:53:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-16 21:48:32 +0100" startDate="2018-12-16 21:37:29 +0100" endDate="2018-12-16 21:41:04 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 05:45:34 +0100" startDate="2018-12-17 05:28:16 +0100" endDate="2018-12-17 05:28:44 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 06:32:50 +0100" startDate="2018-12-17 06:16:18 +0100" endDate="2018-12-17 06:17:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 07:04:15 +0100" startDate="2018-12-17 06:52:30 +0100" endDate="2018-12-17 06:52:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 07:28:37 +0100" startDate="2018-12-17 07:17:11 +0100" endDate="2018-12-17 07:17:36 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 07:45:43 +0100" startDate="2018-12-17 07:34:30 +0100" endDate="2018-12-17 07:42:39 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 08:04:44 +0100" startDate="2018-12-17 07:50:05 +0100" endDate="2018-12-17 08:00:06 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 08:13:20 +0100" startDate="2018-12-17 08:00:06 +0100" endDate="2018-12-17 08:04:54 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 09:17:04 +0100" startDate="2018-12-17 08:55:00 +0100" endDate="2018-12-17 09:02:38 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 09:39:35 +0100" startDate="2018-12-17 09:26:37 +0100" endDate="2018-12-17 09:26:39 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 10:15:47 +0100" startDate="2018-12-17 10:00:57 +0100" endDate="2018-12-17 10:02:00 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 10:45:53 +0100" startDate="2018-12-17 10:23:15 +0100" endDate="2018-12-17 10:31:49 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 10:55:57 +0100" startDate="2018-12-17 10:36:47 +0100" endDate="2018-12-17 10:41:05 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 12:17:52 +0100" startDate="2018-12-17 12:03:55 +0100" endDate="2018-12-17 12:12:32 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 12:28:18 +0100" startDate="2018-12-17 12:13:56 +0100" endDate="2018-12-17 12:16:52 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 12:40:17 +0100" startDate="2018-12-17 12:29:49 +0100" endDate="2018-12-17 12:29:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 13:19:47 +0100" startDate="2018-12-17 13:08:24 +0100" endDate="2018-12-17 13:18:25 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 13:30:34 +0100" startDate="2018-12-17 13:18:25 +0100" endDate="2018-12-17 13:25:25 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 13:41:34 +0100" startDate="2018-12-17 13:29:22 +0100" endDate="2018-12-17 13:35:03 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 14:33:09 +0100" startDate="2018-12-17 14:20:12 +0100" endDate="2018-12-17 14:20:22 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 14:48:29 +0100" startDate="2018-12-17 14:36:32 +0100" endDate="2018-12-17 14:46:32 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 15:03:22 +0100" startDate="2018-12-17 14:47:41 +0100" endDate="2018-12-17 14:56:33 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 15:10:51 +0100" startDate="2018-12-17 14:58:14 +0100" endDate="2018-12-17 15:00:27 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 15:50:15 +0100" startDate="2018-12-17 15:38:22 +0100" endDate="2018-12-17 15:38:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 16:08:10 +0100" startDate="2018-12-17 15:55:22 +0100" endDate="2018-12-17 16:01:15 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 16:23:28 +0100" startDate="2018-12-17 16:11:08 +0100" endDate="2018-12-17 16:15:09 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 16:34:57 +0100" startDate="2018-12-17 16:22:19 +0100" endDate="2018-12-17 16:32:09 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 16:58:42 +0100" startDate="2018-12-17 16:44:08 +0100" endDate="2018-12-17 16:54:08 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 17:05:11 +0100" startDate="2018-12-17 16:54:08 +0100" endDate="2018-12-17 16:59:51 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 17:18:22 +0100" startDate="2018-12-17 17:07:14 +0100" endDate="2018-12-17 17:07:22 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 17:34:05 +0100" startDate="2018-12-17 17:22:45 +0100" endDate="2018-12-17 17:29:12 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 17:57:08 +0100" startDate="2018-12-17 17:46:01 +0100" endDate="2018-12-17 17:49:19 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 18:33:43 +0100" startDate="2018-12-17 18:20:40 +0100" endDate="2018-12-17 18:27:20 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 18:44:38 +0100" startDate="2018-12-17 18:34:35 +0100" endDate="2018-12-17 18:34:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 19:00:34 +0100" startDate="2018-12-17 18:46:53 +0100" endDate="2018-12-17 18:56:53 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 19:46:36 +0100" startDate="2018-12-17 18:56:53 +0100" endDate="2018-12-17 19:06:52 +0100" value="1129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 19:46:36 +0100" startDate="2018-12-17 19:06:52 +0100" endDate="2018-12-17 19:08:04 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 20:48:49 +0100" startDate="2018-12-17 20:33:40 +0100" endDate="2018-12-17 20:43:39 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 20:54:42 +0100" startDate="2018-12-17 20:43:39 +0100" endDate="2018-12-17 20:51:42 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 21:13:48 +0100" startDate="2018-12-17 20:59:47 +0100" endDate="2018-12-17 21:08:24 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 21:48:02 +0100" startDate="2018-12-17 21:30:58 +0100" endDate="2018-12-17 21:37:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 21:59:30 +0100" startDate="2018-12-17 21:48:25 +0100" endDate="2018-12-17 21:48:30 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 22:11:12 +0100" startDate="2018-12-17 22:01:09 +0100" endDate="2018-12-17 22:01:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-17 22:55:28 +0100" startDate="2018-12-17 22:43:14 +0100" endDate="2018-12-17 22:44:18 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 05:31:16 +0100" startDate="2018-12-18 05:21:13 +0100" endDate="2018-12-18 05:21:16 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 07:21:03 +0100" startDate="2018-12-18 07:09:22 +0100" endDate="2018-12-18 07:09:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 07:46:24 +0100" startDate="2018-12-18 07:34:48 +0100" endDate="2018-12-18 07:43:59 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 08:08:48 +0100" startDate="2018-12-18 07:57:19 +0100" endDate="2018-12-18 08:07:11 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 08:22:11 +0100" startDate="2018-12-18 08:07:27 +0100" endDate="2018-12-18 08:15:51 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 08:31:20 +0100" startDate="2018-12-18 08:20:07 +0100" endDate="2018-12-18 08:21:03 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 09:00:32 +0100" startDate="2018-12-18 08:42:23 +0100" endDate="2018-12-18 08:42:53 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 09:12:35 +0100" startDate="2018-12-18 08:59:52 +0100" endDate="2018-12-18 09:00:20 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 09:45:39 +0100" startDate="2018-12-18 09:33:46 +0100" endDate="2018-12-18 09:35:28 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 10:14:34 +0100" startDate="2018-12-18 09:58:20 +0100" endDate="2018-12-18 10:03:15 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 10:22:26 +0100" startDate="2018-12-18 10:09:17 +0100" endDate="2018-12-18 10:10:38 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 10:40:55 +0100" startDate="2018-12-18 10:29:29 +0100" endDate="2018-12-18 10:29:35 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 11:13:34 +0100" startDate="2018-12-18 11:02:36 +0100" endDate="2018-12-18 11:02:36 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 11:57:52 +0100" startDate="2018-12-18 11:47:29 +0100" endDate="2018-12-18 11:47:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 12:19:39 +0100" startDate="2018-12-18 12:04:53 +0100" endDate="2018-12-18 12:14:11 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 12:28:12 +0100" startDate="2018-12-18 12:15:12 +0100" endDate="2018-12-18 12:25:12 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 12:38:19 +0100" startDate="2018-12-18 12:25:12 +0100" endDate="2018-12-18 12:26:00 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 12:51:54 +0100" startDate="2018-12-18 12:36:31 +0100" endDate="2018-12-18 12:46:30 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 13:01:30 +0100" startDate="2018-12-18 12:46:30 +0100" endDate="2018-12-18 12:53:28 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 13:07:50 +0100" startDate="2018-12-18 12:56:50 +0100" endDate="2018-12-18 13:06:51 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 13:22:43 +0100" startDate="2018-12-18 13:06:51 +0100" endDate="2018-12-18 13:15:16 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 13:36:42 +0100" startDate="2018-12-18 13:22:54 +0100" endDate="2018-12-18 13:31:23 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 13:46:44 +0100" startDate="2018-12-18 13:32:24 +0100" endDate="2018-12-18 13:32:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 14:11:43 +0100" startDate="2018-12-18 13:59:42 +0100" endDate="2018-12-18 14:06:52 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 14:23:32 +0100" startDate="2018-12-18 14:10:20 +0100" endDate="2018-12-18 14:17:53 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 14:51:15 +0100" startDate="2018-12-18 14:36:02 +0100" endDate="2018-12-18 14:36:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 15:11:28 +0100" startDate="2018-12-18 14:51:22 +0100" endDate="2018-12-18 15:00:19 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 15:21:31 +0100" startDate="2018-12-18 15:01:38 +0100" endDate="2018-12-18 15:09:07 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 16:16:54 +0100" startDate="2018-12-18 15:57:59 +0100" endDate="2018-12-18 16:06:40 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 16:41:22 +0100" startDate="2018-12-18 16:17:09 +0100" endDate="2018-12-18 16:22:17 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 17:18:34 +0100" startDate="2018-12-18 17:06:35 +0100" endDate="2018-12-18 17:15:27 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 17:31:29 +0100" startDate="2018-12-18 17:19:40 +0100" endDate="2018-12-18 17:25:47 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 17:45:50 +0100" startDate="2018-12-18 17:32:22 +0100" endDate="2018-12-18 17:34:50 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 18:16:35 +0100" startDate="2018-12-18 18:05:05 +0100" endDate="2018-12-18 18:15:04 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 18:33:52 +0100" startDate="2018-12-18 18:15:04 +0100" endDate="2018-12-18 18:25:04 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 18:37:46 +0100" startDate="2018-12-18 18:25:04 +0100" endDate="2018-12-18 18:35:03 +0100" value="983"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 18:52:58 +0100" startDate="2018-12-18 18:35:03 +0100" endDate="2018-12-18 18:44:39 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 19:04:40 +0100" startDate="2018-12-18 18:45:30 +0100" endDate="2018-12-18 18:55:30 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 19:14:49 +0100" startDate="2018-12-18 18:55:30 +0100" endDate="2018-12-18 19:05:27 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 19:20:38 +0100" startDate="2018-12-18 19:05:52 +0100" endDate="2018-12-18 19:15:53 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 19:33:42 +0100" startDate="2018-12-18 19:15:53 +0100" endDate="2018-12-18 19:19:54 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 19:54:21 +0100" startDate="2018-12-18 19:34:46 +0100" endDate="2018-12-18 19:44:48 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 20:00:52 +0100" startDate="2018-12-18 19:44:48 +0100" endDate="2018-12-18 19:51:14 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 20:41:24 +0100" startDate="2018-12-18 20:28:30 +0100" endDate="2018-12-18 20:28:48 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 21:22:29 +0100" startDate="2018-12-18 21:11:08 +0100" endDate="2018-12-18 21:20:49 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 21:32:48 +0100" startDate="2018-12-18 21:21:46 +0100" endDate="2018-12-18 21:30:36 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 21:59:46 +0100" startDate="2018-12-18 21:42:07 +0100" endDate="2018-12-18 21:42:45 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 22:19:01 +0100" startDate="2018-12-18 22:07:56 +0100" endDate="2018-12-18 22:17:29 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-18 22:52:30 +0100" startDate="2018-12-18 22:40:36 +0100" endDate="2018-12-18 22:45:49 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 06:21:40 +0100" startDate="2018-12-19 06:01:28 +0100" endDate="2018-12-19 06:04:34 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 07:05:52 +0100" startDate="2018-12-19 06:54:18 +0100" endDate="2018-12-19 06:58:56 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 07:56:35 +0100" startDate="2018-12-19 07:45:15 +0100" endDate="2018-12-19 07:55:14 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 08:08:34 +0100" startDate="2018-12-19 07:55:14 +0100" endDate="2018-12-19 08:01:42 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 10:32:03 +0100" startDate="2018-12-19 10:20:40 +0100" endDate="2018-12-19 10:27:07 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 11:17:52 +0100" startDate="2018-12-19 11:02:14 +0100" endDate="2018-12-19 11:03:02 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 11:43:44 +0100" startDate="2018-12-19 11:30:59 +0100" endDate="2018-12-19 11:39:17 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 11:56:39 +0100" startDate="2018-12-19 11:45:31 +0100" endDate="2018-12-19 11:51:09 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 12:10:09 +0100" startDate="2018-12-19 11:58:31 +0100" endDate="2018-12-19 12:08:31 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 12:25:09 +0100" startDate="2018-12-19 12:08:31 +0100" endDate="2018-12-19 12:18:05 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 12:32:38 +0100" startDate="2018-12-19 12:18:57 +0100" endDate="2018-12-19 12:22:47 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 14:31:53 +0100" startDate="2018-12-19 14:14:09 +0100" endDate="2018-12-19 14:24:08 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 14:35:37 +0100" startDate="2018-12-19 14:24:08 +0100" endDate="2018-12-19 14:30:59 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 15:02:41 +0100" startDate="2018-12-19 14:43:54 +0100" endDate="2018-12-19 14:53:14 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 16:34:10 +0100" startDate="2018-12-19 16:22:11 +0100" endDate="2018-12-19 16:29:25 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 17:07:58 +0100" startDate="2018-12-19 16:56:47 +0100" endDate="2018-12-19 17:06:16 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 17:18:02 +0100" startDate="2018-12-19 17:06:59 +0100" endDate="2018-12-19 17:10:08 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 17:32:19 +0100" startDate="2018-12-19 17:21:14 +0100" endDate="2018-12-19 17:29:26 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 17:43:22 +0100" startDate="2018-12-19 17:32:03 +0100" endDate="2018-12-19 17:41:00 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 17:53:49 +0100" startDate="2018-12-19 17:42:47 +0100" endDate="2018-12-19 17:50:26 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 18:04:09 +0100" startDate="2018-12-19 17:53:06 +0100" endDate="2018-12-19 17:57:56 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 18:43:02 +0100" startDate="2018-12-19 18:28:39 +0100" endDate="2018-12-19 18:38:20 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 18:51:27 +0100" startDate="2018-12-19 18:39:46 +0100" endDate="2018-12-19 18:46:06 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 19:02:44 +0100" startDate="2018-12-19 18:51:12 +0100" endDate="2018-12-19 18:55:15 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 19:22:54 +0100" startDate="2018-12-19 19:05:21 +0100" endDate="2018-12-19 19:05:44 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 21:29:05 +0100" startDate="2018-12-19 21:17:58 +0100" endDate="2018-12-19 21:22:07 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 21:51:59 +0100" startDate="2018-12-19 21:36:53 +0100" endDate="2018-12-19 21:40:02 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 22:09:19 +0100" startDate="2018-12-19 21:56:14 +0100" endDate="2018-12-19 22:02:52 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-19 22:23:14 +0100" startDate="2018-12-19 22:12:07 +0100" endDate="2018-12-19 22:12:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 06:41:49 +0100" startDate="2018-12-20 06:30:39 +0100" endDate="2018-12-20 06:30:49 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 07:45:45 +0100" startDate="2018-12-20 07:21:31 +0100" endDate="2018-12-20 07:28:35 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 07:45:45 +0100" startDate="2018-12-20 07:33:30 +0100" endDate="2018-12-20 07:33:35 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 07:54:16 +0100" startDate="2018-12-20 07:43:03 +0100" endDate="2018-12-20 07:45:28 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 08:18:36 +0100" startDate="2018-12-20 08:06:48 +0100" endDate="2018-12-20 08:15:32 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 08:32:24 +0100" startDate="2018-12-20 08:17:19 +0100" endDate="2018-12-20 08:25:13 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 08:42:55 +0100" startDate="2018-12-20 08:27:38 +0100" endDate="2018-12-20 08:35:17 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 08:59:28 +0100" startDate="2018-12-20 08:44:25 +0100" endDate="2018-12-20 08:44:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 11:19:21 +0100" startDate="2018-12-20 11:07:43 +0100" endDate="2018-12-20 11:13:40 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 11:30:48 +0100" startDate="2018-12-20 11:18:00 +0100" endDate="2018-12-20 11:21:24 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 11:48:33 +0100" startDate="2018-12-20 11:28:09 +0100" endDate="2018-12-20 11:37:46 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c3f890&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 11:56:36 +0100" startDate="2018-12-20 11:44:42 +0100" endDate="2018-12-20 11:45:30 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 12:18:28 +0100" startDate="2018-12-20 12:05:38 +0100" endDate="2018-12-20 12:11:15 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 12:49:59 +0100" startDate="2018-12-20 12:39:28 +0100" endDate="2018-12-20 12:45:40 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 12:59:06 +0100" startDate="2018-12-20 12:45:40 +0100" endDate="2018-12-20 12:45:42 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 13:13:44 +0100" startDate="2018-12-20 13:01:48 +0100" endDate="2018-12-20 13:06:05 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 13:26:04 +0100" startDate="2018-12-20 13:13:38 +0100" endDate="2018-12-20 13:23:36 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 13:38:47 +0100" startDate="2018-12-20 13:23:36 +0100" endDate="2018-12-20 13:33:31 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 13:51:04 +0100" startDate="2018-12-20 13:38:45 +0100" endDate="2018-12-20 13:39:23 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 14:26:59 +0100" startDate="2018-12-20 14:08:47 +0100" endDate="2018-12-20 14:18:46 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 14:35:13 +0100" startDate="2018-12-20 14:18:46 +0100" endDate="2018-12-20 14:24:42 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 14:56:50 +0100" startDate="2018-12-20 14:41:33 +0100" endDate="2018-12-20 14:45:43 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 15:04:12 +0100" startDate="2018-12-20 14:52:44 +0100" endDate="2018-12-20 14:58:00 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 16:39:40 +0100" startDate="2018-12-20 16:19:39 +0100" endDate="2018-12-20 16:25:45 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 16:58:34 +0100" startDate="2018-12-20 16:42:50 +0100" endDate="2018-12-20 16:50:49 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 17:46:13 +0100" startDate="2018-12-20 17:34:38 +0100" endDate="2018-12-20 17:39:10 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 17:56:00 +0100" startDate="2018-12-20 17:44:57 +0100" endDate="2018-12-20 17:45:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 19:31:18 +0100" startDate="2018-12-20 19:14:27 +0100" endDate="2018-12-20 19:22:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 19:46:49 +0100" startDate="2018-12-20 19:27:31 +0100" endDate="2018-12-20 19:36:27 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 20:15:07 +0100" startDate="2018-12-20 19:59:59 +0100" endDate="2018-12-20 20:08:44 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 20:33:02 +0100" startDate="2018-12-20 20:17:08 +0100" endDate="2018-12-20 20:22:23 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-20 20:46:55 +0100" startDate="2018-12-20 20:28:47 +0100" endDate="2018-12-20 20:36:41 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 08:39:46 +0100" startDate="2018-12-21 08:27:48 +0100" endDate="2018-12-21 08:35:13 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 09:42:08 +0100" startDate="2018-12-21 09:29:13 +0100" endDate="2018-12-21 09:30:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 10:06:51 +0100" startDate="2018-12-21 09:55:28 +0100" endDate="2018-12-21 09:55:35 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 10:41:11 +0100" startDate="2018-12-21 10:30:06 +0100" endDate="2018-12-21 10:38:31 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 10:54:47 +0100" startDate="2018-12-21 10:43:29 +0100" endDate="2018-12-21 10:43:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 11:07:56 +0100" startDate="2018-12-21 10:55:31 +0100" endDate="2018-12-21 10:56:55 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 11:37:32 +0100" startDate="2018-12-21 11:23:36 +0100" endDate="2018-12-21 11:32:18 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 11:46:53 +0100" startDate="2018-12-21 11:35:52 +0100" endDate="2018-12-21 11:45:53 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 11:59:30 +0100" startDate="2018-12-21 11:45:53 +0100" endDate="2018-12-21 11:50:52 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 12:07:46 +0100" startDate="2018-12-21 11:56:06 +0100" endDate="2018-12-21 12:06:06 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 12:20:43 +0100" startDate="2018-12-21 12:06:06 +0100" endDate="2018-12-21 12:10:42 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 12:33:08 +0100" startDate="2018-12-21 12:22:00 +0100" endDate="2018-12-21 12:30:39 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 12:45:07 +0100" startDate="2018-12-21 12:32:23 +0100" endDate="2018-12-21 12:38:25 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 12:54:17 +0100" startDate="2018-12-21 12:42:29 +0100" endDate="2018-12-21 12:51:39 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 13:05:11 +0100" startDate="2018-12-21 12:52:38 +0100" endDate="2018-12-21 12:54:35 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 13:34:54 +0100" startDate="2018-12-21 13:16:56 +0100" endDate="2018-12-21 13:23:54 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 13:38:38 +0100" startDate="2018-12-21 13:26:56 +0100" endDate="2018-12-21 13:36:42 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 13:47:57 +0100" startDate="2018-12-21 13:36:57 +0100" endDate="2018-12-21 13:42:12 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 13:58:34 +0100" startDate="2018-12-21 13:46:57 +0100" endDate="2018-12-21 13:49:24 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 14:20:15 +0100" startDate="2018-12-21 14:03:11 +0100" endDate="2018-12-21 14:08:38 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 14:42:30 +0100" startDate="2018-12-21 14:26:32 +0100" endDate="2018-12-21 14:31:30 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 14:48:05 +0100" startDate="2018-12-21 14:37:03 +0100" endDate="2018-12-21 14:43:35 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 15:08:42 +0100" startDate="2018-12-21 14:56:54 +0100" endDate="2018-12-21 15:06:33 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 15:20:42 +0100" startDate="2018-12-21 15:07:21 +0100" endDate="2018-12-21 15:15:41 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 15:30:31 +0100" startDate="2018-12-21 15:17:25 +0100" endDate="2018-12-21 15:26:32 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 15:39:12 +0100" startDate="2018-12-21 15:28:12 +0100" endDate="2018-12-21 15:29:54 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 16:35:05 +0100" startDate="2018-12-21 16:21:44 +0100" endDate="2018-12-21 16:28:50 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 16:43:32 +0100" startDate="2018-12-21 16:32:32 +0100" endDate="2018-12-21 16:34:55 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 17:06:57 +0100" startDate="2018-12-21 16:45:35 +0100" endDate="2018-12-21 16:55:05 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 17:06:57 +0100" startDate="2018-12-21 16:56:16 +0100" endDate="2018-12-21 16:56:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 17:21:01 +0100" startDate="2018-12-21 17:09:51 +0100" endDate="2018-12-21 17:19:40 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 17:55:36 +0100" startDate="2018-12-21 17:36:26 +0100" endDate="2018-12-21 17:44:36 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 18:30:23 +0100" startDate="2018-12-21 18:10:55 +0100" endDate="2018-12-21 18:20:30 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 18:34:49 +0100" startDate="2018-12-21 18:21:56 +0100" endDate="2018-12-21 18:22:22 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 19:51:29 +0100" startDate="2018-12-21 19:32:32 +0100" endDate="2018-12-21 19:41:52 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 19:58:38 +0100" startDate="2018-12-21 19:44:44 +0100" endDate="2018-12-21 19:52:38 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-21 22:11:07 +0100" startDate="2018-12-21 21:59:31 +0100" endDate="2018-12-21 22:02:50 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 09:18:32 +0100" startDate="2018-12-22 09:05:56 +0100" endDate="2018-12-22 09:15:18 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 09:36:12 +0100" startDate="2018-12-22 09:05:56 +0100" endDate="2018-12-22 09:15:18 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 10:10:34 +0100" startDate="2018-12-22 10:00:31 +0100" endDate="2018-12-22 10:00:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 11:20:17 +0100" startDate="2018-12-22 11:09:07 +0100" endDate="2018-12-22 11:18:35 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 11:33:12 +0100" startDate="2018-12-22 11:21:13 +0100" endDate="2018-12-22 11:22:34 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 11:57:05 +0100" startDate="2018-12-22 11:44:17 +0100" endDate="2018-12-22 11:54:11 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 12:05:59 +0100" startDate="2018-12-22 11:54:59 +0100" endDate="2018-12-22 12:03:27 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 12:19:38 +0100" startDate="2018-12-22 12:07:44 +0100" endDate="2018-12-22 12:12:14 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 12:39:43 +0100" startDate="2018-12-22 12:25:17 +0100" endDate="2018-12-22 12:34:56 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 12:55:29 +0100" startDate="2018-12-22 12:39:24 +0100" endDate="2018-12-22 12:49:25 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 13:06:35 +0100" startDate="2018-12-22 12:49:25 +0100" endDate="2018-12-22 12:53:36 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 13:30:56 +0100" startDate="2018-12-22 13:09:02 +0100" endDate="2018-12-22 13:19:02 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 13:30:56 +0100" startDate="2018-12-22 13:19:02 +0100" endDate="2018-12-22 13:27:27 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 13:42:35 +0100" startDate="2018-12-22 13:29:36 +0100" endDate="2018-12-22 13:35:42 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 14:03:22 +0100" startDate="2018-12-22 13:42:48 +0100" endDate="2018-12-22 13:52:18 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 14:08:16 +0100" startDate="2018-12-22 13:53:27 +0100" endDate="2018-12-22 13:56:58 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 14:25:50 +0100" startDate="2018-12-22 14:06:56 +0100" endDate="2018-12-22 14:14:31 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 14:37:02 +0100" startDate="2018-12-22 14:21:00 +0100" endDate="2018-12-22 14:30:59 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 14:42:02 +0100" startDate="2018-12-22 14:30:59 +0100" endDate="2018-12-22 14:34:11 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 15:15:36 +0100" startDate="2018-12-22 15:02:07 +0100" endDate="2018-12-22 15:10:05 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 15:24:47 +0100" startDate="2018-12-22 15:12:12 +0100" endDate="2018-12-22 15:20:01 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 15:37:10 +0100" startDate="2018-12-22 15:24:43 +0100" endDate="2018-12-22 15:26:10 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 18:02:34 +0100" startDate="2018-12-22 17:41:57 +0100" endDate="2018-12-22 17:44:58 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 18:45:29 +0100" startDate="2018-12-22 18:28:44 +0100" endDate="2018-12-22 18:31:19 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-22 22:44:27 +0100" startDate="2018-12-22 22:33:11 +0100" endDate="2018-12-22 22:33:27 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 09:09:04 +0100" startDate="2018-12-23 08:57:46 +0100" endDate="2018-12-23 08:57:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 11:20:18 +0100" startDate="2018-12-23 11:06:46 +0100" endDate="2018-12-23 11:09:11 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 12:07:40 +0100" startDate="2018-12-23 11:49:04 +0100" endDate="2018-12-23 11:49:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 13:40:53 +0100" startDate="2018-12-23 13:23:08 +0100" endDate="2018-12-23 13:23:28 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 15:02:04 +0100" startDate="2018-12-23 14:49:17 +0100" endDate="2018-12-23 14:59:17 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 15:10:49 +0100" startDate="2018-12-23 14:59:27 +0100" endDate="2018-12-23 15:06:37 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 15:38:53 +0100" startDate="2018-12-23 15:26:28 +0100" endDate="2018-12-23 15:35:59 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 18:59:59 +0100" startDate="2018-12-23 18:47:02 +0100" endDate="2018-12-23 18:47:02 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 19:21:31 +0100" startDate="2018-12-23 19:03:50 +0100" endDate="2018-12-23 19:08:20 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 19:50:42 +0100" startDate="2018-12-23 19:40:29 +0100" endDate="2018-12-23 19:40:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 20:13:37 +0100" startDate="2018-12-23 20:02:16 +0100" endDate="2018-12-23 20:07:24 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 20:46:29 +0100" startDate="2018-12-23 20:27:37 +0100" endDate="2018-12-23 20:32:45 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-23 23:43:08 +0100" startDate="2018-12-23 23:31:22 +0100" endDate="2018-12-23 23:32:08 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-24 01:33:47 +0100" startDate="2018-12-24 01:15:41 +0100" endDate="2018-12-24 01:17:18 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-24 01:52:24 +0100" startDate="2018-12-24 01:35:52 +0100" endDate="2018-12-24 01:39:23 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-24 02:10:34 +0100" startDate="2018-12-24 01:59:29 +0100" endDate="2018-12-24 02:00:10 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-24 11:46:37 +0100" startDate="2018-12-24 02:00:10 +0100" endDate="2018-12-24 11:19:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-24 12:36:18 +0100" startDate="2018-12-24 12:24:26 +0100" endDate="2018-12-24 12:24:49 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-24 18:31:37 +0100" startDate="2018-12-24 18:16:06 +0100" endDate="2018-12-24 18:24:30 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-24 18:45:47 +0100" startDate="2018-12-24 18:26:13 +0100" endDate="2018-12-24 18:31:32 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-24 22:08:01 +0100" startDate="2018-12-24 21:57:50 +0100" endDate="2018-12-24 22:03:55 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-24 22:14:52 +0100" startDate="2018-12-24 22:03:55 +0100" endDate="2018-12-24 22:03:57 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-24 22:39:48 +0100" startDate="2018-12-24 22:27:15 +0100" endDate="2018-12-24 22:34:58 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-25 10:53:22 +0100" startDate="2018-12-25 10:42:17 +0100" endDate="2018-12-25 10:42:22 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-25 12:01:33 +0100" startDate="2018-12-25 11:43:03 +0100" endDate="2018-12-25 11:44:09 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-25 13:12:20 +0100" startDate="2018-12-25 13:01:02 +0100" endDate="2018-12-25 13:05:47 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-25 13:24:25 +0100" startDate="2018-12-25 13:13:09 +0100" endDate="2018-12-25 13:18:31 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-25 14:14:12 +0100" startDate="2018-12-25 14:02:34 +0100" endDate="2018-12-25 14:03:12 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-25 15:30:07 +0100" startDate="2018-12-25 15:13:35 +0100" endDate="2018-12-25 15:19:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-25 15:41:30 +0100" startDate="2018-12-25 15:30:17 +0100" endDate="2018-12-25 15:32:26 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-25 20:09:18 +0100" startDate="2018-12-25 19:53:40 +0100" endDate="2018-12-25 19:53:45 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 08:17:30 +0100" startDate="2018-12-26 08:03:02 +0100" endDate="2018-12-26 08:03:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 10:17:59 +0100" startDate="2018-12-26 10:06:46 +0100" endDate="2018-12-26 10:08:16 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 10:55:39 +0100" startDate="2018-12-26 10:44:03 +0100" endDate="2018-12-26 10:44:39 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 11:34:05 +0100" startDate="2018-12-26 11:21:24 +0100" endDate="2018-12-26 11:23:11 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 12:00:42 +0100" startDate="2018-12-26 11:49:29 +0100" endDate="2018-12-26 11:57:53 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 12:17:27 +0100" startDate="2018-12-26 12:07:00 +0100" endDate="2018-12-26 12:07:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 12:38:02 +0100" startDate="2018-12-26 12:21:57 +0100" endDate="2018-12-26 12:31:57 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 12:43:00 +0100" startDate="2018-12-26 12:31:57 +0100" endDate="2018-12-26 12:33:21 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 13:04:52 +0100" startDate="2018-12-26 12:52:38 +0100" endDate="2018-12-26 13:01:54 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 13:16:36 +0100" startDate="2018-12-26 13:03:25 +0100" endDate="2018-12-26 13:03:38 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 14:38:41 +0100" startDate="2018-12-26 14:25:14 +0100" endDate="2018-12-26 14:35:15 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 14:50:14 +0100" startDate="2018-12-26 14:35:15 +0100" endDate="2018-12-26 14:40:35 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 15:09:00 +0100" startDate="2018-12-26 14:48:56 +0100" endDate="2018-12-26 14:53:44 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 15:34:20 +0100" startDate="2018-12-26 15:08:54 +0100" endDate="2018-12-26 15:09:22 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 15:58:10 +0100" startDate="2018-12-26 15:34:11 +0100" endDate="2018-12-26 15:37:40 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 16:13:43 +0100" startDate="2018-12-26 15:53:44 +0100" endDate="2018-12-26 16:00:39 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 16:46:54 +0100" startDate="2018-12-26 16:21:25 +0100" endDate="2018-12-26 16:22:29 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 17:15:47 +0100" startDate="2018-12-26 16:58:17 +0100" endDate="2018-12-26 17:08:17 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 17:20:22 +0100" startDate="2018-12-26 17:08:35 +0100" endDate="2018-12-26 17:13:04 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 18:39:06 +0100" startDate="2018-12-26 18:27:33 +0100" endDate="2018-12-26 18:30:57 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 19:03:16 +0100" startDate="2018-12-26 18:48:23 +0100" endDate="2018-12-26 18:55:33 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 19:28:38 +0100" startDate="2018-12-26 19:17:00 +0100" endDate="2018-12-26 19:17:38 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 19:40:21 +0100" startDate="2018-12-26 19:28:50 +0100" endDate="2018-12-26 19:29:21 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 21:56:30 +0100" startDate="2018-12-26 21:44:18 +0100" endDate="2018-12-26 21:47:17 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 22:58:25 +0100" startDate="2018-12-26 22:48:21 +0100" endDate="2018-12-26 22:48:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 23:29:05 +0100" startDate="2018-12-26 23:17:42 +0100" endDate="2018-12-26 23:19:58 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 23:44:24 +0100" startDate="2018-12-26 23:34:20 +0100" endDate="2018-12-26 23:34:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-26 23:54:53 +0100" startDate="2018-12-26 23:44:50 +0100" endDate="2018-12-26 23:44:52 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 00:14:16 +0100" startDate="2018-12-26 23:58:52 +0100" endDate="2018-12-27 00:03:16 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 00:22:12 +0100" startDate="2018-12-27 00:11:09 +0100" endDate="2018-12-27 00:13:09 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 11:20:05 +0100" startDate="2018-12-27 11:01:41 +0100" endDate="2018-12-27 11:11:41 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 11:22:44 +0100" startDate="2018-12-27 11:11:41 +0100" endDate="2018-12-27 11:18:07 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 11:41:34 +0100" startDate="2018-12-27 11:30:00 +0100" endDate="2018-12-27 11:32:26 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 11:51:58 +0100" startDate="2018-12-27 11:40:55 +0100" endDate="2018-12-27 11:42:48 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 12:42:07 +0100" startDate="2018-12-27 12:24:41 +0100" endDate="2018-12-27 12:33:12 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 15:16:41 +0100" startDate="2018-12-27 15:05:37 +0100" endDate="2018-12-27 15:14:53 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 15:31:32 +0100" startDate="2018-12-27 15:19:59 +0100" endDate="2018-12-27 15:24:30 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 15:49:04 +0100" startDate="2018-12-27 15:35:58 +0100" endDate="2018-12-27 15:45:57 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 16:00:09 +0100" startDate="2018-12-27 15:45:57 +0100" endDate="2018-12-27 15:55:56 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 16:08:01 +0100" startDate="2018-12-27 15:55:56 +0100" endDate="2018-12-27 16:05:54 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 16:21:49 +0100" startDate="2018-12-27 16:06:10 +0100" endDate="2018-12-27 16:15:21 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 16:29:38 +0100" startDate="2018-12-27 16:17:14 +0100" endDate="2018-12-27 16:26:14 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 16:40:53 +0100" startDate="2018-12-27 16:27:18 +0100" endDate="2018-12-27 16:37:17 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 17:00:57 +0100" startDate="2018-12-27 16:37:22 +0100" endDate="2018-12-27 16:47:22 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 17:00:57 +0100" startDate="2018-12-27 16:47:22 +0100" endDate="2018-12-27 16:57:23 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 17:08:26 +0100" startDate="2018-12-27 16:57:23 +0100" endDate="2018-12-27 17:00:54 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 17:20:39 +0100" startDate="2018-12-27 17:09:31 +0100" endDate="2018-12-27 17:15:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 17:34:38 +0100" startDate="2018-12-27 17:23:59 +0100" endDate="2018-12-27 17:24:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 18:10:10 +0100" startDate="2018-12-27 17:55:46 +0100" endDate="2018-12-27 17:58:16 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 22:06:52 +0100" startDate="2018-12-27 21:53:49 +0100" endDate="2018-12-27 22:00:07 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-27 22:19:35 +0100" startDate="2018-12-27 22:07:31 +0100" endDate="2018-12-27 22:08:35 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 10:18:32 +0100" startDate="2018-12-28 10:04:59 +0100" endDate="2018-12-28 10:14:02 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 10:40:18 +0100" startDate="2018-12-28 10:26:15 +0100" endDate="2018-12-28 10:34:22 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 10:55:15 +0100" startDate="2018-12-28 10:36:42 +0100" endDate="2018-12-28 10:46:36 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 11:08:53 +0100" startDate="2018-12-28 10:57:47 +0100" endDate="2018-12-28 11:07:37 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 11:41:16 +0100" startDate="2018-12-28 11:08:23 +0100" endDate="2018-12-28 11:12:29 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 12:17:28 +0100" startDate="2018-12-28 11:40:53 +0100" endDate="2018-12-28 11:42:02 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 12:18:29 +0100" startDate="2018-12-28 11:42:02 +0100" endDate="2018-12-28 11:51:45 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 12:18:29 +0100" startDate="2018-12-28 11:52:26 +0100" endDate="2018-12-28 12:01:51 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 12:18:29 +0100" startDate="2018-12-28 12:03:56 +0100" endDate="2018-12-28 12:07:11 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 12:32:04 +0100" startDate="2018-12-28 12:16:17 +0100" endDate="2018-12-28 12:24:56 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 12:51:33 +0100" startDate="2018-12-28 12:29:27 +0100" endDate="2018-12-28 12:38:04 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 12:51:33 +0100" startDate="2018-12-28 12:39:29 +0100" endDate="2018-12-28 12:43:37 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 13:01:35 +0100" startDate="2018-12-28 12:43:37 +0100" endDate="2018-12-28 12:50:11 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 13:06:12 +0100" startDate="2018-12-28 12:52:11 +0100" endDate="2018-12-28 12:58:06 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 13:19:12 +0100" startDate="2018-12-28 13:01:54 +0100" endDate="2018-12-28 13:11:54 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 13:32:05 +0100" startDate="2018-12-28 13:11:54 +0100" endDate="2018-12-28 13:20:59 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 13:42:08 +0100" startDate="2018-12-28 13:22:26 +0100" endDate="2018-12-28 13:32:26 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 13:45:54 +0100" startDate="2018-12-28 13:32:26 +0100" endDate="2018-12-28 13:42:26 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 13:58:44 +0100" startDate="2018-12-28 13:42:26 +0100" endDate="2018-12-28 13:47:01 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 14:13:35 +0100" startDate="2018-12-28 13:58:05 +0100" endDate="2018-12-28 14:00:00 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 14:24:35 +0100" startDate="2018-12-28 14:13:27 +0100" endDate="2018-12-28 14:23:28 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 14:37:30 +0100" startDate="2018-12-28 14:23:35 +0100" endDate="2018-12-28 14:32:14 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 14:45:21 +0100" startDate="2018-12-28 14:33:56 +0100" endDate="2018-12-28 14:38:49 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 14:57:23 +0100" startDate="2018-12-28 14:45:40 +0100" endDate="2018-12-28 14:55:40 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 15:07:41 +0100" startDate="2018-12-28 14:55:40 +0100" endDate="2018-12-28 15:02:29 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 15:17:55 +0100" startDate="2018-12-28 15:06:22 +0100" endDate="2018-12-28 15:15:15 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 15:37:17 +0100" startDate="2018-12-28 15:26:12 +0100" endDate="2018-12-28 15:31:36 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 16:40:36 +0100" startDate="2018-12-28 16:22:17 +0100" endDate="2018-12-28 16:32:17 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 16:50:35 +0100" startDate="2018-12-28 16:32:17 +0100" endDate="2018-12-28 16:42:18 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 16:56:38 +0100" startDate="2018-12-28 16:42:23 +0100" endDate="2018-12-28 16:52:22 +0100" value="1049"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 17:03:34 +0100" startDate="2018-12-28 16:52:22 +0100" endDate="2018-12-28 17:02:21 +0100" value="1087"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 17:13:24 +0100" startDate="2018-12-28 17:02:21 +0100" endDate="2018-12-28 17:03:54 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 17:26:07 +0100" startDate="2018-12-28 17:13:26 +0100" endDate="2018-12-28 17:23:24 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 17:37:10 +0100" startDate="2018-12-28 17:24:41 +0100" endDate="2018-12-28 17:27:47 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 18:08:10 +0100" startDate="2018-12-28 17:51:45 +0100" endDate="2018-12-28 18:00:30 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303c7d860&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 18:14:02 +0100" startDate="2018-12-28 18:03:01 +0100" endDate="2018-12-28 18:08:04 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 18:27:52 +0100" startDate="2018-12-28 18:14:21 +0100" endDate="2018-12-28 18:15:55 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 19:57:04 +0100" startDate="2018-12-28 19:41:40 +0100" endDate="2018-12-28 19:41:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-28 22:08:34 +0100" startDate="2018-12-28 21:57:14 +0100" endDate="2018-12-28 22:03:07 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1, creation date:2018-11-09 07:18:22 +0000&gt;" unit="count" creationDate="2018-12-29 09:25:21 +0100" startDate="2018-12-29 09:07:25 +0100" endDate="2018-12-29 09:07:32 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 11:31:03 +0100" startDate="2018-12-29 11:15:17 +0100" endDate="2018-12-29 11:25:12 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 11:43:02 +0100" startDate="2018-12-29 11:26:42 +0100" endDate="2018-12-29 11:36:43 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 11:51:26 +0100" startDate="2018-12-29 11:36:43 +0100" endDate="2018-12-29 11:46:42 +0100" value="899"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 11:59:55 +0100" startDate="2018-12-29 11:46:42 +0100" endDate="2018-12-29 11:56:39 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 12:17:52 +0100" startDate="2018-12-29 11:57:02 +0100" endDate="2018-12-29 12:07:02 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 12:17:52 +0100" startDate="2018-12-29 12:07:02 +0100" endDate="2018-12-29 12:16:16 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 12:35:24 +0100" startDate="2018-12-29 12:17:25 +0100" endDate="2018-12-29 12:26:51 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 12:41:05 +0100" startDate="2018-12-29 12:27:26 +0100" endDate="2018-12-29 12:36:47 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 12:50:32 +0100" startDate="2018-12-29 12:37:48 +0100" endDate="2018-12-29 12:47:49 +0100" value="966"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 12:59:30 +0100" startDate="2018-12-29 12:47:49 +0100" endDate="2018-12-29 12:57:43 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 13:10:13 +0100" startDate="2018-12-29 12:57:58 +0100" endDate="2018-12-29 13:07:27 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 13:19:24 +0100" startDate="2018-12-29 13:08:23 +0100" endDate="2018-12-29 13:12:24 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 14:14:53 +0100" startDate="2018-12-29 14:01:57 +0100" endDate="2018-12-29 14:03:37 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 14:44:32 +0100" startDate="2018-12-29 14:32:08 +0100" endDate="2018-12-29 14:33:32 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 16:35:16 +0100" startDate="2018-12-29 16:19:33 +0100" endDate="2018-12-29 16:19:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 17:54:03 +0100" startDate="2018-12-29 17:42:58 +0100" endDate="2018-12-29 17:43:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 21:32:10 +0100" startDate="2018-12-29 21:17:59 +0100" endDate="2018-12-29 21:18:04 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-29 22:27:13 +0100" startDate="2018-12-29 22:15:47 +0100" endDate="2018-12-29 22:16:15 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 09:00:04 +0100" startDate="2018-12-30 08:45:27 +0100" endDate="2018-12-30 08:45:55 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 11:26:20 +0100" startDate="2018-12-30 11:14:44 +0100" endDate="2018-12-30 11:15:20 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 11:58:00 +0100" startDate="2018-12-30 11:27:58 +0100" endDate="2018-12-30 11:37:44 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 11:58:00 +0100" startDate="2018-12-30 11:38:23 +0100" endDate="2018-12-30 11:47:46 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 11:59:32 +0100" startDate="2018-12-30 11:47:58 +0100" endDate="2018-12-30 11:57:54 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 12:09:52 +0100" startDate="2018-12-30 11:58:12 +0100" endDate="2018-12-30 12:08:10 +0100" value="1076"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 12:21:55 +0100" startDate="2018-12-30 12:08:10 +0100" endDate="2018-12-30 12:18:09 +0100" value="1038"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 12:37:05 +0100" startDate="2018-12-30 12:18:09 +0100" endDate="2018-12-30 12:28:09 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 12:47:08 +0100" startDate="2018-12-30 12:28:09 +0100" endDate="2018-12-30 12:36:59 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 12:57:10 +0100" startDate="2018-12-30 12:38:24 +0100" endDate="2018-12-30 12:47:48 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 13:07:12 +0100" startDate="2018-12-30 12:49:56 +0100" endDate="2018-12-30 12:59:55 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 13:19:12 +0100" startDate="2018-12-30 12:59:55 +0100" endDate="2018-12-30 13:09:55 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 13:23:41 +0100" startDate="2018-12-30 13:09:55 +0100" endDate="2018-12-30 13:19:55 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 13:35:53 +0100" startDate="2018-12-30 13:19:55 +0100" endDate="2018-12-30 13:29:54 +0100" value="997"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 13:45:01 +0100" startDate="2018-12-30 13:29:54 +0100" endDate="2018-12-30 13:39:55 +0100" value="1023"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 13:56:00 +0100" startDate="2018-12-30 13:39:55 +0100" endDate="2018-12-30 13:49:55 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 14:02:40 +0100" startDate="2018-12-30 13:49:55 +0100" endDate="2018-12-30 13:59:03 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 14:11:12 +0100" startDate="2018-12-30 14:00:12 +0100" endDate="2018-12-30 14:09:30 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 15:40:11 +0100" startDate="2018-12-30 15:29:03 +0100" endDate="2018-12-30 15:32:42 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 16:19:10 +0100" startDate="2018-12-30 16:03:40 +0100" endDate="2018-12-30 16:03:42 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 16:27:18 +0100" startDate="2018-12-30 16:05:37 +0100" endDate="2018-12-30 16:06:30 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 16:49:12 +0100" startDate="2018-12-30 16:19:23 +0100" endDate="2018-12-30 16:26:20 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 16:49:12 +0100" startDate="2018-12-30 16:33:17 +0100" endDate="2018-12-30 16:33:56 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 17:02:21 +0100" startDate="2018-12-30 16:46:58 +0100" endDate="2018-12-30 16:46:58 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 17:21:12 +0100" startDate="2018-12-30 17:05:08 +0100" endDate="2018-12-30 17:15:07 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 17:30:09 +0100" startDate="2018-12-30 17:15:07 +0100" endDate="2018-12-30 17:25:05 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 17:53:28 +0100" startDate="2018-12-30 17:28:10 +0100" endDate="2018-12-30 17:28:26 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 17:53:28 +0100" startDate="2018-12-30 17:38:14 +0100" endDate="2018-12-30 17:48:14 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 18:04:28 +0100" startDate="2018-12-30 17:48:14 +0100" endDate="2018-12-30 17:48:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 18:22:54 +0100" startDate="2018-12-30 18:10:11 +0100" endDate="2018-12-30 18:20:12 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 18:31:15 +0100" startDate="2018-12-30 18:20:12 +0100" endDate="2018-12-30 18:20:46 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 20:38:26 +0100" startDate="2018-12-30 20:24:52 +0100" endDate="2018-12-30 20:26:18 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 21:37:02 +0100" startDate="2018-12-30 21:26:39 +0100" endDate="2018-12-30 21:26:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 21:48:32 +0100" startDate="2018-12-30 21:32:04 +0100" endDate="2018-12-30 21:37:31 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-30 22:16:43 +0100" startDate="2018-12-30 22:04:08 +0100" endDate="2018-12-30 22:10:18 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 06:24:40 +0100" startDate="2018-12-31 06:13:27 +0100" endDate="2018-12-31 06:17:17 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 10:13:49 +0100" startDate="2018-12-31 09:59:31 +0100" endDate="2018-12-31 10:01:03 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 10:58:46 +0100" startDate="2018-12-31 10:25:59 +0100" endDate="2018-12-31 10:30:25 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 10:58:46 +0100" startDate="2018-12-31 10:36:36 +0100" endDate="2018-12-31 10:36:41 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 10:59:46 +0100" startDate="2018-12-31 10:36:41 +0100" endDate="2018-12-31 10:46:42 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 10:59:46 +0100" startDate="2018-12-31 10:46:42 +0100" endDate="2018-12-31 10:56:35 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 11:14:22 +0100" startDate="2018-12-31 10:57:04 +0100" endDate="2018-12-31 10:57:57 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 11:21:14 +0100" startDate="2018-12-31 11:07:32 +0100" endDate="2018-12-31 11:17:09 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 11:30:23 +0100" startDate="2018-12-31 11:17:40 +0100" endDate="2018-12-31 11:25:00 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 11:42:10 +0100" startDate="2018-12-31 11:28:42 +0100" endDate="2018-12-31 11:31:10 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 12:17:47 +0100" startDate="2018-12-31 12:03:42 +0100" endDate="2018-12-31 12:13:46 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 12:25:35 +0100" startDate="2018-12-31 12:13:46 +0100" endDate="2018-12-31 12:22:52 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 12:34:48 +0100" startDate="2018-12-31 12:23:48 +0100" endDate="2018-12-31 12:24:27 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 13:04:21 +0100" startDate="2018-12-31 12:49:57 +0100" endDate="2018-12-31 12:59:24 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 16:32:30 +0100" startDate="2018-12-31 16:21:19 +0100" endDate="2018-12-31 16:22:46 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 18:01:05 +0100" startDate="2018-12-31 17:49:47 +0100" endDate="2018-12-31 17:59:37 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 19:06:45 +0100" startDate="2018-12-31 18:49:49 +0100" endDate="2018-12-31 18:59:46 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 19:11:30 +0100" startDate="2018-12-31 19:00:30 +0100" endDate="2018-12-31 19:10:00 +0100" value="987"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 19:30:33 +0100" startDate="2018-12-31 19:10:41 +0100" endDate="2018-12-31 19:20:21 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 20:19:48 +0100" startDate="2018-12-31 19:39:11 +0100" endDate="2018-12-31 19:42:10 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 21:29:39 +0100" startDate="2018-12-31 21:16:05 +0100" endDate="2018-12-31 21:17:37 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 23:46:21 +0100" startDate="2018-12-31 23:32:01 +0100" endDate="2018-12-31 23:42:00 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2018-12-31 23:56:11 +0100" startDate="2018-12-31 23:42:00 +0100" endDate="2018-12-31 23:48:28 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 00:27:40 +0100" startDate="2019-01-01 00:12:37 +0100" endDate="2019-01-01 00:16:43 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 00:51:57 +0100" startDate="2019-01-01 00:34:23 +0100" endDate="2019-01-01 00:44:24 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 00:55:27 +0100" startDate="2019-01-01 00:44:24 +0100" endDate="2019-01-01 00:50:48 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 01:56:51 +0100" startDate="2019-01-01 01:45:41 +0100" endDate="2019-01-01 01:45:51 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 03:09:57 +0100" startDate="2019-01-01 02:59:54 +0100" endDate="2019-01-01 02:59:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 04:09:56 +0100" startDate="2019-01-01 03:58:38 +0100" endDate="2019-01-01 04:08:37 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 04:23:39 +0100" startDate="2019-01-01 04:08:37 +0100" endDate="2019-01-01 04:11:31 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 18:47:25 +0100" startDate="2019-01-01 18:36:17 +0100" endDate="2019-01-01 18:36:25 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 19:41:30 +0100" startDate="2019-01-01 19:26:56 +0100" endDate="2019-01-01 19:27:19 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 20:28:38 +0100" startDate="2019-01-01 20:15:59 +0100" endDate="2019-01-01 20:20:15 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 20:43:15 +0100" startDate="2019-01-01 20:32:05 +0100" endDate="2019-01-01 20:32:15 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 22:25:06 +0100" startDate="2019-01-01 22:07:28 +0100" endDate="2019-01-01 22:07:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-01 23:29:31 +0100" startDate="2019-01-01 23:14:44 +0100" endDate="2019-01-01 23:14:57 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 07:25:17 +0100" startDate="2019-01-02 07:14:12 +0100" endDate="2019-01-02 07:14:17 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 07:40:02 +0100" startDate="2019-01-02 07:24:35 +0100" endDate="2019-01-02 07:24:53 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 08:31:32 +0100" startDate="2019-01-02 08:13:27 +0100" endDate="2019-01-02 08:18:18 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 08:51:48 +0100" startDate="2019-01-02 08:38:06 +0100" endDate="2019-01-02 08:45:49 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 09:10:17 +0100" startDate="2019-01-02 08:48:40 +0100" endDate="2019-01-02 08:58:28 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 09:10:17 +0100" startDate="2019-01-02 08:58:43 +0100" endDate="2019-01-02 08:59:49 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 09:38:13 +0100" startDate="2019-01-02 09:26:42 +0100" endDate="2019-01-02 09:28:24 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 10:48:58 +0100" startDate="2019-01-02 10:35:34 +0100" endDate="2019-01-02 10:43:29 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 11:04:38 +0100" startDate="2019-01-02 10:50:04 +0100" endDate="2019-01-02 10:57:25 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 11:14:08 +0100" startDate="2019-01-02 11:03:05 +0100" endDate="2019-01-02 11:03:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 12:45:06 +0100" startDate="2019-01-02 12:33:07 +0100" endDate="2019-01-02 12:43:03 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 12:54:08 +0100" startDate="2019-01-02 12:43:05 +0100" endDate="2019-01-02 12:47:06 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 13:32:05 +0100" startDate="2019-01-02 13:20:29 +0100" endDate="2019-01-02 13:24:09 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 14:17:42 +0100" startDate="2019-01-02 14:06:13 +0100" endDate="2019-01-02 14:12:04 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 14:31:03 +0100" startDate="2019-01-02 14:19:45 +0100" endDate="2019-01-02 14:23:11 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 15:03:34 +0100" startDate="2019-01-02 14:52:11 +0100" endDate="2019-01-02 14:53:56 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 17:10:35 +0100" startDate="2019-01-02 16:56:05 +0100" endDate="2019-01-02 17:06:03 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 17:17:26 +0100" startDate="2019-01-02 17:06:26 +0100" endDate="2019-01-02 17:08:04 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 17:44:08 +0100" startDate="2019-01-02 17:32:55 +0100" endDate="2019-01-02 17:38:33 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 18:17:10 +0100" startDate="2019-01-02 17:48:01 +0100" endDate="2019-01-02 17:49:30 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 18:57:46 +0100" startDate="2019-01-02 18:45:24 +0100" endDate="2019-01-02 18:46:46 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 19:27:16 +0100" startDate="2019-01-02 19:10:51 +0100" endDate="2019-01-02 19:20:29 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 19:35:07 +0100" startDate="2019-01-02 19:21:51 +0100" endDate="2019-01-02 19:30:02 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 19:44:20 +0100" startDate="2019-01-02 19:33:19 +0100" endDate="2019-01-02 19:33:19 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 19:54:22 +0100" startDate="2019-01-02 19:43:22 +0100" endDate="2019-01-02 19:43:40 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 20:11:16 +0100" startDate="2019-01-02 20:01:13 +0100" endDate="2019-01-02 20:01:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 20:41:16 +0100" startDate="2019-01-02 20:30:20 +0100" endDate="2019-01-02 20:30:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 21:58:54 +0100" startDate="2019-01-02 21:42:49 +0100" endDate="2019-01-02 21:42:56 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-02 23:02:17 +0100" startDate="2019-01-02 22:50:52 +0100" endDate="2019-01-02 23:00:19 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 08:16:48 +0100" startDate="2019-01-03 08:04:26 +0100" endDate="2019-01-03 08:04:31 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 08:35:14 +0100" startDate="2019-01-03 08:17:06 +0100" endDate="2019-01-03 08:18:41 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 08:55:11 +0100" startDate="2019-01-03 08:43:55 +0100" endDate="2019-01-03 08:53:25 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 09:33:01 +0100" startDate="2019-01-03 09:21:11 +0100" endDate="2019-01-03 09:21:26 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 10:23:15 +0100" startDate="2019-01-03 10:12:02 +0100" endDate="2019-01-03 10:12:14 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 11:47:54 +0100" startDate="2019-01-03 11:35:17 +0100" endDate="2019-01-03 11:35:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 12:00:44 +0100" startDate="2019-01-03 11:49:28 +0100" endDate="2019-01-03 11:49:36 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 12:29:44 +0100" startDate="2019-01-03 12:18:14 +0100" endDate="2019-01-03 12:27:13 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 12:40:03 +0100" startDate="2019-01-03 12:29:00 +0100" endDate="2019-01-03 12:33:33 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 13:07:58 +0100" startDate="2019-01-03 12:48:49 +0100" endDate="2019-01-03 12:55:08 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 13:12:11 +0100" startDate="2019-01-03 12:58:58 +0100" endDate="2019-01-03 13:08:46 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 13:22:32 +0100" startDate="2019-01-03 13:09:34 +0100" endDate="2019-01-03 13:19:01 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 13:35:39 +0100" startDate="2019-01-03 13:20:58 +0100" endDate="2019-01-03 13:30:57 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 13:42:00 +0100" startDate="2019-01-03 13:30:57 +0100" endDate="2019-01-03 13:39:51 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 13:52:56 +0100" startDate="2019-01-03 13:41:53 +0100" endDate="2019-01-03 13:45:28 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 14:11:36 +0100" startDate="2019-01-03 13:58:59 +0100" endDate="2019-01-03 14:08:46 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 14:20:02 +0100" startDate="2019-01-03 14:09:02 +0100" endDate="2019-01-03 14:09:09 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 15:30:02 +0100" startDate="2019-01-03 15:02:07 +0100" endDate="2019-01-03 15:12:06 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 15:30:02 +0100" startDate="2019-01-03 15:12:06 +0100" endDate="2019-01-03 15:19:48 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 15:40:03 +0100" startDate="2019-01-03 15:20:17 +0100" endDate="2019-01-03 15:30:08 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 15:41:43 +0100" startDate="2019-01-03 15:30:08 +0100" endDate="2019-01-03 15:40:03 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 16:06:02 +0100" startDate="2019-01-03 15:40:23 +0100" endDate="2019-01-03 15:50:23 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 16:06:02 +0100" startDate="2019-01-03 15:50:23 +0100" endDate="2019-01-03 15:56:03 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 16:10:10 +0100" startDate="2019-01-03 15:56:03 +0100" endDate="2019-01-03 16:06:03 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 16:26:16 +0100" startDate="2019-01-03 16:06:03 +0100" endDate="2019-01-03 16:15:43 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 16:26:16 +0100" startDate="2019-01-03 16:16:06 +0100" endDate="2019-01-03 16:16:14 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 16:31:16 +0100" startDate="2019-01-03 16:16:14 +0100" endDate="2019-01-03 16:26:14 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 16:42:29 +0100" startDate="2019-01-03 16:26:14 +0100" endDate="2019-01-03 16:36:15 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 16:55:14 +0100" startDate="2019-01-03 16:36:15 +0100" endDate="2019-01-03 16:46:15 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 17:04:41 +0100" startDate="2019-01-03 16:46:15 +0100" endDate="2019-01-03 16:54:35 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 17:13:26 +0100" startDate="2019-01-03 17:02:26 +0100" endDate="2019-01-03 17:02:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 17:28:53 +0100" startDate="2019-01-03 17:13:24 +0100" endDate="2019-01-03 17:13:52 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 17:42:46 +0100" startDate="2019-01-03 17:23:35 +0100" endDate="2019-01-03 17:30:51 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 17:45:01 +0100" startDate="2019-01-03 17:34:01 +0100" endDate="2019-01-03 17:42:04 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 18:40:23 +0100" startDate="2019-01-03 18:24:19 +0100" endDate="2019-01-03 18:26:04 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 18:48:46 +0100" startDate="2019-01-03 18:34:23 +0100" endDate="2019-01-03 18:34:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 20:20:09 +0100" startDate="2019-01-03 20:06:39 +0100" endDate="2019-01-03 20:06:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 22:04:16 +0100" startDate="2019-01-03 21:51:19 +0100" endDate="2019-01-03 21:53:16 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 22:20:11 +0100" startDate="2019-01-03 22:07:31 +0100" endDate="2019-01-03 22:17:19 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 22:29:15 +0100" startDate="2019-01-03 22:18:08 +0100" endDate="2019-01-03 22:20:28 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-03 23:40:15 +0100" startDate="2019-01-03 23:28:32 +0100" endDate="2019-01-03 23:29:15 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 03:54:01 +0100" startDate="2019-01-03 23:29:15 +0100" endDate="2019-01-04 03:52:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 04:04:01 +0100" startDate="2019-01-04 03:52:58 +0100" endDate="2019-01-04 03:56:06 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 09:20:32 +0100" startDate="2019-01-04 09:08:43 +0100" endDate="2019-01-04 09:17:07 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 09:36:07 +0100" startDate="2019-01-04 09:19:50 +0100" endDate="2019-01-04 09:20:03 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 10:15:04 +0100" startDate="2019-01-04 10:04:56 +0100" endDate="2019-01-04 10:04:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 10:27:24 +0100" startDate="2019-01-04 10:15:18 +0100" endDate="2019-01-04 10:24:46 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 10:37:38 +0100" startDate="2019-01-04 10:25:32 +0100" endDate="2019-01-04 10:28:48 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 11:05:36 +0100" startDate="2019-01-04 10:52:14 +0100" endDate="2019-01-04 10:57:42 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 12:23:17 +0100" startDate="2019-01-04 12:10:06 +0100" endDate="2019-01-04 12:16:52 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 12:38:36 +0100" startDate="2019-01-04 12:28:32 +0100" endDate="2019-01-04 12:28:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 13:04:43 +0100" startDate="2019-01-04 12:49:24 +0100" endDate="2019-01-04 12:53:33 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 13:16:31 +0100" startDate="2019-01-04 13:01:20 +0100" endDate="2019-01-04 13:04:21 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 13:29:36 +0100" startDate="2019-01-04 13:17:40 +0100" endDate="2019-01-04 13:22:28 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 14:25:10 +0100" startDate="2019-01-04 14:14:04 +0100" endDate="2019-01-04 14:23:55 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 14:35:45 +0100" startDate="2019-01-04 14:24:39 +0100" endDate="2019-01-04 14:34:10 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 15:01:49 +0100" startDate="2019-01-04 14:44:06 +0100" endDate="2019-01-04 14:45:48 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 15:10:36 +0100" startDate="2019-01-04 14:57:41 +0100" endDate="2019-01-04 15:06:18 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 15:23:03 +0100" startDate="2019-01-04 15:11:04 +0100" endDate="2019-01-04 15:16:43 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 15:46:15 +0100" startDate="2019-01-04 15:33:58 +0100" endDate="2019-01-04 15:42:58 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 15:55:33 +0100" startDate="2019-01-04 15:44:12 +0100" endDate="2019-01-04 15:52:40 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 16:07:52 +0100" startDate="2019-01-04 15:55:08 +0100" endDate="2019-01-04 16:04:22 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 16:16:32 +0100" startDate="2019-01-04 16:05:31 +0100" endDate="2019-01-04 16:12:56 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 16:55:05 +0100" startDate="2019-01-04 16:43:19 +0100" endDate="2019-01-04 16:44:05 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 17:07:53 +0100" startDate="2019-01-04 16:56:23 +0100" endDate="2019-01-04 16:56:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 17:41:52 +0100" startDate="2019-01-04 17:31:49 +0100" endDate="2019-01-04 17:31:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 18:15:19 +0100" startDate="2019-01-04 18:03:14 +0100" endDate="2019-01-04 18:10:55 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 18:29:54 +0100" startDate="2019-01-04 18:14:09 +0100" endDate="2019-01-04 18:15:10 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 19:35:07 +0100" startDate="2019-01-04 19:24:17 +0100" endDate="2019-01-04 19:24:20 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 19:49:42 +0100" startDate="2019-01-04 19:34:35 +0100" endDate="2019-01-04 19:37:09 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 20:33:21 +0100" startDate="2019-01-04 20:20:51 +0100" endDate="2019-01-04 20:30:51 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 20:47:14 +0100" startDate="2019-01-04 20:30:51 +0100" endDate="2019-01-04 20:36:16 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 21:28:42 +0100" startDate="2019-01-04 21:08:50 +0100" endDate="2019-01-04 21:15:48 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 21:33:30 +0100" startDate="2019-01-04 21:21:27 +0100" endDate="2019-01-04 21:22:28 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-04 22:15:28 +0100" startDate="2019-01-04 22:00:57 +0100" endDate="2019-01-04 22:00:59 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 00:41:51 +0100" startDate="2019-01-05 00:25:15 +0100" endDate="2019-01-05 00:25:48 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 01:17:56 +0100" startDate="2019-01-05 01:02:21 +0100" endDate="2019-01-05 01:09:50 +0100" value="563"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 07:23:33 +0100" startDate="2019-01-05 07:12:27 +0100" endDate="2019-01-05 07:15:41 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 07:43:27 +0100" startDate="2019-01-05 07:33:25 +0100" endDate="2019-01-05 07:33:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 08:07:20 +0100" startDate="2019-01-05 07:51:55 +0100" endDate="2019-01-05 07:52:13 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 10:13:17 +0100" startDate="2019-01-05 09:58:14 +0100" endDate="2019-01-05 09:58:47 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 11:04:04 +0100" startDate="2019-01-05 10:52:05 +0100" endDate="2019-01-05 11:00:42 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 11:16:12 +0100" startDate="2019-01-05 11:04:13 +0100" endDate="2019-01-05 11:08:19 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 11:32:31 +0100" startDate="2019-01-05 11:16:18 +0100" endDate="2019-01-05 11:16:31 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 11:42:04 +0100" startDate="2019-01-05 11:31:04 +0100" endDate="2019-01-05 11:36:23 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 12:24:42 +0100" startDate="2019-01-05 12:05:25 +0100" endDate="2019-01-05 12:07:00 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 12:33:47 +0100" startDate="2019-01-05 12:18:14 +0100" endDate="2019-01-05 12:27:01 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 12:49:06 +0100" startDate="2019-01-05 12:29:53 +0100" endDate="2019-01-05 12:36:25 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 12:58:44 +0100" startDate="2019-01-05 12:47:26 +0100" endDate="2019-01-05 12:49:08 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 13:02:27 +0100" startDate="2019-01-05 12:49:08 +0100" endDate="2019-01-05 12:59:08 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 13:10:11 +0100" startDate="2019-01-05 12:59:08 +0100" endDate="2019-01-05 13:06:54 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 13:36:45 +0100" startDate="2019-01-05 13:20:17 +0100" endDate="2019-01-05 13:28:52 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 13:49:00 +0100" startDate="2019-01-05 13:30:37 +0100" endDate="2019-01-05 13:33:09 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 13:57:22 +0100" startDate="2019-01-05 13:41:43 +0100" endDate="2019-01-05 13:51:42 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 14:04:27 +0100" startDate="2019-01-05 13:51:42 +0100" endDate="2019-01-05 14:01:23 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 14:13:17 +0100" startDate="2019-01-05 14:01:47 +0100" endDate="2019-01-05 14:11:20 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 14:23:47 +0100" startDate="2019-01-05 14:12:47 +0100" endDate="2019-01-05 14:13:59 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 15:10:08 +0100" startDate="2019-01-05 14:54:16 +0100" endDate="2019-01-05 15:03:09 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 16:03:26 +0100" startDate="2019-01-05 15:53:00 +0100" endDate="2019-01-05 15:53:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 18:29:51 +0100" startDate="2019-01-05 18:11:39 +0100" endDate="2019-01-05 18:16:52 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 18:34:15 +0100" startDate="2019-01-05 18:21:40 +0100" endDate="2019-01-05 18:22:18 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 18:54:14 +0100" startDate="2019-01-05 18:40:28 +0100" endDate="2019-01-05 18:44:48 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-05 22:49:01 +0100" startDate="2019-01-05 22:37:03 +0100" endDate="2019-01-05 22:39:49 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 04:42:35 +0100" startDate="2019-01-06 04:22:11 +0100" endDate="2019-01-06 04:24:01 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 04:42:35 +0100" startDate="2019-01-06 04:32:27 +0100" endDate="2019-01-06 04:32:35 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 05:06:02 +0100" startDate="2019-01-06 04:54:52 +0100" endDate="2019-01-06 05:02:33 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 05:24:28 +0100" startDate="2019-01-06 05:08:23 +0100" endDate="2019-01-06 05:17:29 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 05:34:33 +0100" startDate="2019-01-06 05:21:19 +0100" endDate="2019-01-06 05:23:06 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 12:03:32 +0100" startDate="2019-01-06 11:51:02 +0100" endDate="2019-01-06 11:55:02 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 13:19:08 +0100" startDate="2019-01-06 13:01:38 +0100" endDate="2019-01-06 13:10:00 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 13:27:18 +0100" startDate="2019-01-06 13:16:05 +0100" endDate="2019-01-06 13:25:45 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 13:39:03 +0100" startDate="2019-01-06 13:26:18 +0100" endDate="2019-01-06 13:28:02 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 14:27:48 +0100" startDate="2019-01-06 14:13:16 +0100" endDate="2019-01-06 14:22:11 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 14:43:15 +0100" startDate="2019-01-06 14:28:53 +0100" endDate="2019-01-06 14:38:08 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 14:49:57 +0100" startDate="2019-01-06 14:38:57 +0100" endDate="2019-01-06 14:47:25 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 15:02:54 +0100" startDate="2019-01-06 14:51:50 +0100" endDate="2019-01-06 14:53:04 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 15:27:41 +0100" startDate="2019-01-06 15:05:46 +0100" endDate="2019-01-06 15:12:29 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 15:38:12 +0100" startDate="2019-01-06 15:24:29 +0100" endDate="2019-01-06 15:33:43 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 15:48:57 +0100" startDate="2019-01-06 15:34:39 +0100" endDate="2019-01-06 15:43:29 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 16:05:08 +0100" startDate="2019-01-06 15:46:08 +0100" endDate="2019-01-06 15:52:35 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 18:15:05 +0100" startDate="2019-01-06 17:59:18 +0100" endDate="2019-01-06 18:02:44 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 18:41:39 +0100" startDate="2019-01-06 18:26:27 +0100" endDate="2019-01-06 18:26:35 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 20:47:04 +0100" startDate="2019-01-06 20:07:56 +0100" endDate="2019-01-06 20:09:30 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 20:47:04 +0100" startDate="2019-01-06 20:36:59 +0100" endDate="2019-01-06 20:46:55 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-06 20:58:18 +0100" startDate="2019-01-06 20:47:03 +0100" endDate="2019-01-06 20:52:10 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 09:03:01 +0100" startDate="2019-01-07 08:49:44 +0100" endDate="2019-01-07 08:50:31 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 09:22:52 +0100" startDate="2019-01-07 09:00:32 +0100" endDate="2019-01-07 09:10:31 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 09:22:52 +0100" startDate="2019-01-07 09:10:31 +0100" endDate="2019-01-07 09:14:58 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 09:28:20 +0100" startDate="2019-01-07 09:15:34 +0100" endDate="2019-01-07 09:19:36 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 09:47:17 +0100" startDate="2019-01-07 09:36:37 +0100" endDate="2019-01-07 09:43:57 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 10:10:34 +0100" startDate="2019-01-07 09:57:36 +0100" endDate="2019-01-07 09:59:42 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 10:24:55 +0100" startDate="2019-01-07 10:13:17 +0100" endDate="2019-01-07 10:22:01 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 10:39:30 +0100" startDate="2019-01-07 10:25:55 +0100" endDate="2019-01-07 10:34:48 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 10:58:36 +0100" startDate="2019-01-07 10:39:47 +0100" endDate="2019-01-07 10:49:24 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 11:02:12 +0100" startDate="2019-01-07 10:51:10 +0100" endDate="2019-01-07 10:55:38 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 11:15:50 +0100" startDate="2019-01-07 11:03:48 +0100" endDate="2019-01-07 11:09:41 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 11:30:29 +0100" startDate="2019-01-07 11:18:47 +0100" endDate="2019-01-07 11:27:41 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 11:40:06 +0100" startDate="2019-01-07 11:29:03 +0100" endDate="2019-01-07 11:35:59 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 11:58:18 +0100" startDate="2019-01-07 11:46:42 +0100" endDate="2019-01-07 11:56:06 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 12:08:00 +0100" startDate="2019-01-07 11:56:57 +0100" endDate="2019-01-07 12:01:18 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 12:21:50 +0100" startDate="2019-01-07 12:10:06 +0100" endDate="2019-01-07 12:18:05 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 12:39:08 +0100" startDate="2019-01-07 12:27:06 +0100" endDate="2019-01-07 12:36:00 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 12:49:01 +0100" startDate="2019-01-07 12:37:58 +0100" endDate="2019-01-07 12:41:32 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 13:05:20 +0100" startDate="2019-01-07 12:52:21 +0100" endDate="2019-01-07 12:57:58 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 13:55:53 +0100" startDate="2019-01-07 13:36:40 +0100" endDate="2019-01-07 13:39:06 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 14:10:50 +0100" startDate="2019-01-07 13:53:24 +0100" endDate="2019-01-07 14:01:50 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 14:21:30 +0100" startDate="2019-01-07 14:10:27 +0100" endDate="2019-01-07 14:18:02 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 14:35:33 +0100" startDate="2019-01-07 14:23:54 +0100" endDate="2019-01-07 14:33:50 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 14:45:00 +0100" startDate="2019-01-07 14:33:58 +0100" endDate="2019-01-07 14:35:17 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 14:59:59 +0100" startDate="2019-01-07 14:48:05 +0100" endDate="2019-01-07 14:55:22 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 15:17:33 +0100" startDate="2019-01-07 15:06:00 +0100" endDate="2019-01-07 15:15:39 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 15:27:23 +0100" startDate="2019-01-07 15:16:20 +0100" endDate="2019-01-07 15:25:18 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 15:44:04 +0100" startDate="2019-01-07 15:32:35 +0100" endDate="2019-01-07 15:42:34 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 15:53:37 +0100" startDate="2019-01-07 15:42:34 +0100" endDate="2019-01-07 15:50:35 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 16:11:19 +0100" startDate="2019-01-07 15:59:23 +0100" endDate="2019-01-07 16:09:12 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 16:33:05 +0100" startDate="2019-01-07 16:20:54 +0100" endDate="2019-01-07 16:29:19 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 16:43:00 +0100" startDate="2019-01-07 16:31:57 +0100" endDate="2019-01-07 16:32:17 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 17:21:56 +0100" startDate="2019-01-07 17:07:56 +0100" endDate="2019-01-07 17:17:52 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 17:31:26 +0100" startDate="2019-01-07 17:20:26 +0100" endDate="2019-01-07 17:21:24 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 18:55:36 +0100" startDate="2019-01-07 18:39:02 +0100" endDate="2019-01-07 18:45:07 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 19:05:44 +0100" startDate="2019-01-07 18:51:30 +0100" endDate="2019-01-07 18:52:18 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 19:28:57 +0100" startDate="2019-01-07 19:17:52 +0100" endDate="2019-01-07 19:17:52 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 21:16:02 +0100" startDate="2019-01-07 21:00:51 +0100" endDate="2019-01-07 21:05:05 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-07 22:04:15 +0100" startDate="2019-01-07 21:49:49 +0100" endDate="2019-01-07 21:57:02 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 07:58:23 +0100" startDate="2019-01-08 07:46:27 +0100" endDate="2019-01-08 07:50:40 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 08:14:26 +0100" startDate="2019-01-08 08:01:35 +0100" endDate="2019-01-08 08:11:25 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 08:21:32 +0100" startDate="2019-01-08 08:11:25 +0100" endDate="2019-01-08 08:11:28 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 08:33:30 +0100" startDate="2019-01-08 08:17:49 +0100" endDate="2019-01-08 08:18:20 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 09:21:31 +0100" startDate="2019-01-08 08:34:15 +0100" endDate="2019-01-08 08:35:21 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 09:21:31 +0100" startDate="2019-01-08 08:44:47 +0100" endDate="2019-01-08 08:54:42 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 09:21:31 +0100" startDate="2019-01-08 08:57:25 +0100" endDate="2019-01-08 09:07:22 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 09:30:09 +0100" startDate="2019-01-08 09:19:08 +0100" endDate="2019-01-08 09:28:53 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 09:40:37 +0100" startDate="2019-01-08 09:29:34 +0100" endDate="2019-01-08 09:39:35 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 09:50:37 +0100" startDate="2019-01-08 09:39:35 +0100" endDate="2019-01-08 09:48:49 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 10:00:40 +0100" startDate="2019-01-08 09:49:38 +0100" endDate="2019-01-08 09:59:39 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 10:10:41 +0100" startDate="2019-01-08 09:59:39 +0100" endDate="2019-01-08 10:02:39 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 10:23:16 +0100" startDate="2019-01-08 10:12:03 +0100" endDate="2019-01-08 10:21:02 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 10:41:24 +0100" startDate="2019-01-08 10:30:06 +0100" endDate="2019-01-08 10:30:24 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 10:52:16 +0100" startDate="2019-01-08 10:41:14 +0100" endDate="2019-01-08 10:50:40 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 11:02:44 +0100" startDate="2019-01-08 10:51:42 +0100" endDate="2019-01-08 10:54:55 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 11:13:25 +0100" startDate="2019-01-08 11:02:22 +0100" endDate="2019-01-08 11:10:21 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 11:25:38 +0100" startDate="2019-01-08 11:14:20 +0100" endDate="2019-01-08 11:16:13 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 11:39:34 +0100" startDate="2019-01-08 11:27:35 +0100" endDate="2019-01-08 11:28:36 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 11:51:47 +0100" startDate="2019-01-08 11:39:50 +0100" endDate="2019-01-08 11:49:50 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 12:00:56 +0100" startDate="2019-01-08 11:49:53 +0100" endDate="2019-01-08 11:53:52 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 12:13:12 +0100" startDate="2019-01-08 12:01:15 +0100" endDate="2019-01-08 12:09:26 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 12:27:10 +0100" startDate="2019-01-08 12:17:07 +0100" endDate="2019-01-08 12:17:09 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 14:39:29 +0100" startDate="2019-01-08 13:09:37 +0100" endDate="2019-01-08 13:12:15 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 14:39:29 +0100" startDate="2019-01-08 13:30:57 +0100" endDate="2019-01-08 13:40:01 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 14:55:04 +0100" startDate="2019-01-08 13:40:01 +0100" endDate="2019-01-08 13:49:04 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 14:55:04 +0100" startDate="2019-01-08 13:50:03 +0100" endDate="2019-01-08 13:58:45 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 14:55:04 +0100" startDate="2019-01-08 14:00:57 +0100" endDate="2019-01-08 14:01:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 14:55:04 +0100" startDate="2019-01-08 14:15:45 +0100" endDate="2019-01-08 14:25:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 14:55:04 +0100" startDate="2019-01-08 14:25:55 +0100" endDate="2019-01-08 14:34:34 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 14:55:04 +0100" startDate="2019-01-08 14:36:09 +0100" endDate="2019-01-08 14:36:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 15:12:51 +0100" startDate="2019-01-08 14:44:53 +0100" endDate="2019-01-08 14:45:16 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 15:12:51 +0100" startDate="2019-01-08 14:55:01 +0100" endDate="2019-01-08 14:55:13 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 15:21:08 +0100" startDate="2019-01-08 14:55:55 +0100" endDate="2019-01-08 15:05:48 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 15:21:08 +0100" startDate="2019-01-08 15:09:43 +0100" endDate="2019-01-08 15:11:24 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 15:32:06 +0100" startDate="2019-01-08 15:13:51 +0100" endDate="2019-01-08 15:21:06 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 15:35:50 +0100" startDate="2019-01-08 15:24:47 +0100" endDate="2019-01-08 15:24:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 17:58:12 +0100" startDate="2019-01-08 17:47:23 +0100" endDate="2019-01-08 17:47:26 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 19:05:59 +0100" startDate="2019-01-08 18:08:41 +0100" endDate="2019-01-08 18:10:56 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 19:05:59 +0100" startDate="2019-01-08 18:42:30 +0100" endDate="2019-01-08 18:42:43 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 19:42:54 +0100" startDate="2019-01-08 18:46:29 +0100" endDate="2019-01-08 18:46:34 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 20:36:22 +0100" startDate="2019-01-08 20:12:36 +0100" endDate="2019-01-08 20:16:48 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-08 22:26:12 +0100" startDate="2019-01-08 22:14:32 +0100" endDate="2019-01-08 22:14:50 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 09:09:30 +0100" startDate="2019-01-09 08:57:46 +0100" endDate="2019-01-09 09:07:46 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 09:18:49 +0100" startDate="2019-01-09 09:07:46 +0100" endDate="2019-01-09 09:12:00 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 09:33:34 +0100" startDate="2019-01-09 09:22:16 +0100" endDate="2019-01-09 09:30:30 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 09:54:02 +0100" startDate="2019-01-09 09:42:05 +0100" endDate="2019-01-09 09:45:57 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 10:10:50 +0100" startDate="2019-01-09 09:58:51 +0100" endDate="2019-01-09 10:04:57 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 10:25:04 +0100" startDate="2019-01-09 10:13:10 +0100" endDate="2019-01-09 10:22:09 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 10:43:52 +0100" startDate="2019-01-09 10:31:50 +0100" endDate="2019-01-09 10:37:49 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 10:59:31 +0100" startDate="2019-01-09 10:47:32 +0100" endDate="2019-01-09 10:55:32 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 11:16:18 +0100" startDate="2019-01-09 11:05:05 +0100" endDate="2019-01-09 11:10:43 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 11:33:07 +0100" startDate="2019-01-09 11:21:08 +0100" endDate="2019-01-09 11:26:54 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 11:49:44 +0100" startDate="2019-01-09 11:38:13 +0100" endDate="2019-01-09 11:40:38 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 12:01:39 +0100" startDate="2019-01-09 11:50:21 +0100" endDate="2019-01-09 11:55:13 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 12:17:35 +0100" startDate="2019-01-09 12:05:32 +0100" endDate="2019-01-09 12:11:43 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 12:29:53 +0100" startDate="2019-01-09 12:16:14 +0100" endDate="2019-01-09 12:18:51 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 12:53:58 +0100" startDate="2019-01-09 12:42:30 +0100" endDate="2019-01-09 12:45:33 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 13:07:07 +0100" startDate="2019-01-09 12:55:34 +0100" endDate="2019-01-09 13:05:15 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 13:19:56 +0100" startDate="2019-01-09 13:08:05 +0100" endDate="2019-01-09 13:08:56 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 13:30:02 +0100" startDate="2019-01-09 13:18:59 +0100" endDate="2019-01-09 13:25:00 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 13:51:25 +0100" startDate="2019-01-09 13:39:28 +0100" endDate="2019-01-09 13:44:04 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 14:05:16 +0100" startDate="2019-01-09 13:54:06 +0100" endDate="2019-01-09 14:03:34 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 14:15:28 +0100" startDate="2019-01-09 14:04:25 +0100" endDate="2019-01-09 14:11:06 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 14:33:55 +0100" startDate="2019-01-09 14:22:42 +0100" endDate="2019-01-09 14:32:18 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 14:44:10 +0100" startDate="2019-01-09 14:33:07 +0100" endDate="2019-01-09 14:40:10 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 15:03:26 +0100" startDate="2019-01-09 14:52:15 +0100" endDate="2019-01-09 14:57:03 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 15:18:06 +0100" startDate="2019-01-09 15:05:07 +0100" endDate="2019-01-09 15:11:33 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 15:32:21 +0100" startDate="2019-01-09 15:20:49 +0100" endDate="2019-01-09 15:26:16 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 15:51:22 +0100" startDate="2019-01-09 15:36:53 +0100" endDate="2019-01-09 15:46:53 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 16:00:25 +0100" startDate="2019-01-09 15:46:53 +0100" endDate="2019-01-09 15:55:20 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 16:09:12 +0100" startDate="2019-01-09 15:57:34 +0100" endDate="2019-01-09 16:04:06 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 18:57:12 +0100" startDate="2019-01-09 18:42:19 +0100" endDate="2019-01-09 18:42:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 19:43:04 +0100" startDate="2019-01-09 18:51:22 +0100" endDate="2019-01-09 18:52:08 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 19:43:04 +0100" startDate="2019-01-09 19:04:07 +0100" endDate="2019-01-09 19:07:48 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 20:24:07 +0100" startDate="2019-01-09 19:07:48 +0100" endDate="2019-01-09 19:43:06 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-09 22:22:15 +0100" startDate="2019-01-09 22:00:34 +0100" endDate="2019-01-09 22:01:04 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 08:15:49 +0100" startDate="2019-01-10 07:58:48 +0100" endDate="2019-01-10 08:07:58 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 08:32:15 +0100" startDate="2019-01-10 08:17:48 +0100" endDate="2019-01-10 08:19:02 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 08:47:47 +0100" startDate="2019-01-10 08:29:53 +0100" endDate="2019-01-10 08:30:24 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 09:44:07 +0100" startDate="2019-01-10 08:41:00 +0100" endDate="2019-01-10 08:41:35 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 09:44:07 +0100" startDate="2019-01-10 08:51:48 +0100" endDate="2019-01-10 08:52:03 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 10:37:18 +0100" startDate="2019-01-10 08:52:03 +0100" endDate="2019-01-10 09:01:43 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 10:37:18 +0100" startDate="2019-01-10 09:02:26 +0100" endDate="2019-01-10 09:11:44 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 10:37:18 +0100" startDate="2019-01-10 09:25:26 +0100" endDate="2019-01-10 09:34:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 10:37:18 +0100" startDate="2019-01-10 09:36:20 +0100" endDate="2019-01-10 09:44:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 11:30:03 +0100" startDate="2019-01-10 09:44:37 +0100" endDate="2019-01-10 09:49:14 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 11:30:03 +0100" startDate="2019-01-10 09:55:26 +0100" endDate="2019-01-10 10:03:21 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 11:30:03 +0100" startDate="2019-01-10 10:05:35 +0100" endDate="2019-01-10 10:07:21 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 11:30:03 +0100" startDate="2019-01-10 10:17:33 +0100" endDate="2019-01-10 10:26:11 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 11:31:03 +0100" startDate="2019-01-10 10:39:22 +0100" endDate="2019-01-10 10:46:57 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 11:31:03 +0100" startDate="2019-01-10 10:56:21 +0100" endDate="2019-01-10 11:06:11 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 11:31:03 +0100" startDate="2019-01-10 11:08:10 +0100" endDate="2019-01-10 11:14:33 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 11:33:38 +0100" startDate="2019-01-10 11:22:38 +0100" endDate="2019-01-10 11:25:18 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 13:33:34 +0100" startDate="2019-01-10 12:35:26 +0100" endDate="2019-01-10 12:42:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 13:33:34 +0100" startDate="2019-01-10 12:48:59 +0100" endDate="2019-01-10 12:51:47 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 13:33:34 +0100" startDate="2019-01-10 12:51:47 +0100" endDate="2019-01-10 13:12:22 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 13:44:32 +0100" startDate="2019-01-10 13:16:16 +0100" endDate="2019-01-10 13:18:06 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 14:17:36 +0100" startDate="2019-01-10 13:56:47 +0100" endDate="2019-01-10 14:04:00 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 14:57:30 +0100" startDate="2019-01-10 14:07:51 +0100" endDate="2019-01-10 14:17:14 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 14:57:30 +0100" startDate="2019-01-10 14:19:31 +0100" endDate="2019-01-10 14:20:33 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 14:58:48 +0100" startDate="2019-01-10 14:30:23 +0100" endDate="2019-01-10 14:38:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 14:58:48 +0100" startDate="2019-01-10 14:45:31 +0100" endDate="2019-01-10 14:53:54 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 15:25:43 +0100" startDate="2019-01-10 14:58:24 +0100" endDate="2019-01-10 14:58:47 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 15:27:34 +0100" startDate="2019-01-10 14:59:13 +0100" endDate="2019-01-10 15:08:17 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 15:27:34 +0100" startDate="2019-01-10 15:12:21 +0100" endDate="2019-01-10 15:20:18 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 15:36:52 +0100" startDate="2019-01-10 15:22:22 +0100" endDate="2019-01-10 15:24:55 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 15:54:25 +0100" startDate="2019-01-10 15:38:49 +0100" endDate="2019-01-10 15:48:06 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 16:23:17 +0100" startDate="2019-01-10 16:10:19 +0100" endDate="2019-01-10 16:20:11 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 16:35:14 +0100" startDate="2019-01-10 16:20:52 +0100" endDate="2019-01-10 16:29:39 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 16:43:51 +0100" startDate="2019-01-10 16:31:14 +0100" endDate="2019-01-10 16:40:08 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 16:52:15 +0100" startDate="2019-01-10 16:41:15 +0100" endDate="2019-01-10 16:42:13 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 17:17:21 +0100" startDate="2019-01-10 17:06:08 +0100" endDate="2019-01-10 17:09:34 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 21:44:33 +0100" startDate="2019-01-10 21:32:52 +0100" endDate="2019-01-10 21:33:33 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-10 23:28:40 +0100" startDate="2019-01-10 23:17:07 +0100" endDate="2019-01-10 23:17:40 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 08:05:50 +0100" startDate="2019-01-11 07:52:42 +0100" endDate="2019-01-11 07:55:18 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 08:21:14 +0100" startDate="2019-01-11 08:03:16 +0100" endDate="2019-01-11 08:11:02 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 08:30:49 +0100" startDate="2019-01-11 08:15:11 +0100" endDate="2019-01-11 08:24:46 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 09:02:41 +0100" startDate="2019-01-11 08:48:34 +0100" endDate="2019-01-11 08:51:01 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 10:07:17 +0100" startDate="2019-01-11 09:03:55 +0100" endDate="2019-01-11 09:06:05 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 10:07:17 +0100" startDate="2019-01-11 09:14:02 +0100" endDate="2019-01-11 09:23:38 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 10:07:17 +0100" startDate="2019-01-11 09:24:06 +0100" endDate="2019-01-11 09:24:24 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 10:38:28 +0100" startDate="2019-01-11 09:36:31 +0100" endDate="2019-01-11 09:44:01 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 10:38:28 +0100" startDate="2019-01-11 09:50:27 +0100" endDate="2019-01-11 09:59:22 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 11:02:53 +0100" startDate="2019-01-11 10:08:20 +0100" endDate="2019-01-11 10:18:05 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 11:02:53 +0100" startDate="2019-01-11 10:18:33 +0100" endDate="2019-01-11 10:21:13 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 11:02:53 +0100" startDate="2019-01-11 10:36:01 +0100" endDate="2019-01-11 10:37:49 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 11:06:00 +0100" startDate="2019-01-11 10:43:06 +0100" endDate="2019-01-11 10:52:05 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 11:06:00 +0100" startDate="2019-01-11 10:54:06 +0100" endDate="2019-01-11 10:59:15 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 11:48:43 +0100" startDate="2019-01-11 11:16:41 +0100" endDate="2019-01-11 11:18:11 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 11:48:43 +0100" startDate="2019-01-11 11:29:04 +0100" endDate="2019-01-11 11:30:49 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 11:49:43 +0100" startDate="2019-01-11 11:38:10 +0100" endDate="2019-01-11 11:47:58 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 12:13:09 +0100" startDate="2019-01-11 12:00:56 +0100" endDate="2019-01-11 12:07:01 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 12:28:44 +0100" startDate="2019-01-11 12:13:59 +0100" endDate="2019-01-11 12:16:35 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 13:26:16 +0100" startDate="2019-01-11 12:27:54 +0100" endDate="2019-01-11 12:33:18 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 13:26:16 +0100" startDate="2019-01-11 13:16:12 +0100" endDate="2019-01-11 13:18:22 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 14:37:07 +0100" startDate="2019-01-11 13:53:53 +0100" endDate="2019-01-11 14:03:16 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 14:37:07 +0100" startDate="2019-01-11 14:05:41 +0100" endDate="2019-01-11 14:05:49 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 14:43:46 +0100" startDate="2019-01-11 14:11:05 +0100" endDate="2019-01-11 14:11:05 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 14:43:46 +0100" startDate="2019-01-11 14:24:38 +0100" endDate="2019-01-11 14:33:55 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 14:59:45 +0100" startDate="2019-01-11 14:34:44 +0100" endDate="2019-01-11 14:44:31 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 14:59:45 +0100" startDate="2019-01-11 14:44:47 +0100" endDate="2019-01-11 14:48:54 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 15:04:31 +0100" startDate="2019-01-11 14:51:34 +0100" endDate="2019-01-11 15:00:12 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 15:19:39 +0100" startDate="2019-01-11 15:00:22 +0100" endDate="2019-01-11 15:06:02 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 15:35:30 +0100" startDate="2019-01-11 15:25:24 +0100" endDate="2019-01-11 15:25:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 16:18:36 +0100" startDate="2019-01-11 16:07:28 +0100" endDate="2019-01-11 16:13:29 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 17:11:22 +0100" startDate="2019-01-11 16:57:39 +0100" endDate="2019-01-11 17:00:39 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 17:23:08 +0100" startDate="2019-01-11 17:12:37 +0100" endDate="2019-01-11 17:12:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-11 21:10:43 +0100" startDate="2019-01-11 20:59:27 +0100" endDate="2019-01-11 21:05:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 08:15:52 +0100" startDate="2019-01-12 07:58:24 +0100" endDate="2019-01-12 08:06:58 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 09:05:53 +0100" startDate="2019-01-12 08:42:16 +0100" endDate="2019-01-12 08:51:43 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 09:05:53 +0100" startDate="2019-01-12 08:54:04 +0100" endDate="2019-01-12 08:56:32 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 09:10:11 +0100" startDate="2019-01-12 08:56:32 +0100" endDate="2019-01-12 09:05:55 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 09:44:43 +0100" startDate="2019-01-12 09:08:40 +0100" endDate="2019-01-12 09:17:57 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 09:44:43 +0100" startDate="2019-01-12 09:28:07 +0100" endDate="2019-01-12 09:28:09 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 09:54:22 +0100" startDate="2019-01-12 09:28:09 +0100" endDate="2019-01-12 09:38:05 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 09:54:22 +0100" startDate="2019-01-12 09:38:49 +0100" endDate="2019-01-12 09:44:41 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 10:02:08 +0100" startDate="2019-01-12 09:45:30 +0100" endDate="2019-01-12 09:50:04 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 10:42:33 +0100" startDate="2019-01-12 09:58:30 +0100" endDate="2019-01-12 10:05:16 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 10:42:33 +0100" startDate="2019-01-12 10:08:55 +0100" endDate="2019-01-12 10:18:05 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 10:42:33 +0100" startDate="2019-01-12 10:27:51 +0100" endDate="2019-01-12 10:30:59 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 10:57:19 +0100" startDate="2019-01-12 10:38:33 +0100" endDate="2019-01-12 10:48:30 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 11:11:37 +0100" startDate="2019-01-12 10:56:02 +0100" endDate="2019-01-12 11:06:01 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 11:19:37 +0100" startDate="2019-01-12 11:06:01 +0100" endDate="2019-01-12 11:08:34 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 13:01:07 +0100" startDate="2019-01-12 12:41:06 +0100" endDate="2019-01-12 12:43:00 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 14:00:04 +0100" startDate="2019-01-12 13:25:34 +0100" endDate="2019-01-12 13:29:38 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 14:02:19 +0100" startDate="2019-01-12 13:37:29 +0100" endDate="2019-01-12 13:46:25 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 14:07:38 +0100" startDate="2019-01-12 13:56:38 +0100" endDate="2019-01-12 14:05:21 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 14:30:50 +0100" startDate="2019-01-12 14:16:17 +0100" endDate="2019-01-12 14:26:16 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 14:38:59 +0100" startDate="2019-01-12 14:26:42 +0100" endDate="2019-01-12 14:36:42 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 14:53:44 +0100" startDate="2019-01-12 14:36:42 +0100" endDate="2019-01-12 14:46:29 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 15:00:55 +0100" startDate="2019-01-12 14:49:55 +0100" endDate="2019-01-12 14:53:30 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 15:12:44 +0100" startDate="2019-01-12 15:01:55 +0100" endDate="2019-01-12 15:01:58 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 15:30:30 +0100" startDate="2019-01-12 15:18:05 +0100" endDate="2019-01-12 15:23:46 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 15:46:08 +0100" startDate="2019-01-12 15:32:33 +0100" endDate="2019-01-12 15:35:30 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 15:57:32 +0100" startDate="2019-01-12 15:44:29 +0100" endDate="2019-01-12 15:45:31 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 16:12:53 +0100" startDate="2019-01-12 15:58:31 +0100" endDate="2019-01-12 16:08:29 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 16:22:41 +0100" startDate="2019-01-12 16:08:35 +0100" endDate="2019-01-12 16:16:35 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 17:41:55 +0100" startDate="2019-01-12 17:22:57 +0100" endDate="2019-01-12 17:31:38 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 17:44:48 +0100" startDate="2019-01-12 17:33:15 +0100" endDate="2019-01-12 17:40:54 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-12 18:17:29 +0100" startDate="2019-01-12 18:06:17 +0100" endDate="2019-01-12 18:06:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 08:08:51 +0100" startDate="2019-01-13 07:53:07 +0100" endDate="2019-01-13 08:03:06 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 08:18:29 +0100" startDate="2019-01-13 08:04:56 +0100" endDate="2019-01-13 08:09:59 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 08:30:18 +0100" startDate="2019-01-13 08:18:02 +0100" endDate="2019-01-13 08:18:55 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 08:39:11 +0100" startDate="2019-01-13 08:27:54 +0100" endDate="2019-01-13 08:35:50 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 08:51:33 +0100" startDate="2019-01-13 08:39:50 +0100" endDate="2019-01-13 08:49:32 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 09:05:54 +0100" startDate="2019-01-13 08:53:51 +0100" endDate="2019-01-13 09:00:57 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 09:17:36 +0100" startDate="2019-01-13 09:05:53 +0100" endDate="2019-01-13 09:07:53 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 13:08:05 +0100" startDate="2019-01-13 12:50:19 +0100" endDate="2019-01-13 12:50:32 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 16:31:09 +0100" startDate="2019-01-13 16:17:08 +0100" endDate="2019-01-13 16:23:41 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 16:53:12 +0100" startDate="2019-01-13 16:37:04 +0100" endDate="2019-01-13 16:39:19 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 17:06:23 +0100" startDate="2019-01-13 16:53:48 +0100" endDate="2019-01-13 16:56:06 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 19:40:33 +0100" startDate="2019-01-13 19:25:30 +0100" endDate="2019-01-13 19:26:06 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 20:16:37 +0100" startDate="2019-01-13 20:05:09 +0100" endDate="2019-01-13 20:05:37 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-13 21:23:51 +0100" startDate="2019-01-13 21:08:46 +0100" endDate="2019-01-13 21:15:01 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 05:06:25 +0100" startDate="2019-01-14 04:51:16 +0100" endDate="2019-01-14 04:55:25 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 06:53:40 +0100" startDate="2019-01-14 06:38:42 +0100" endDate="2019-01-14 06:42:40 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 07:09:03 +0100" startDate="2019-01-14 06:55:43 +0100" endDate="2019-01-14 07:05:35 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 07:32:47 +0100" startDate="2019-01-14 07:05:53 +0100" endDate="2019-01-14 07:15:54 +0100" value="832"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 07:32:47 +0100" startDate="2019-01-14 07:15:54 +0100" endDate="2019-01-14 07:16:30 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 08:25:32 +0100" startDate="2019-01-14 08:09:31 +0100" endDate="2019-01-14 08:16:32 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 09:25:05 +0100" startDate="2019-01-14 09:12:23 +0100" endDate="2019-01-14 09:15:55 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 10:10:32 +0100" startDate="2019-01-14 09:49:41 +0100" endDate="2019-01-14 09:54:15 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 11:26:10 +0100" startDate="2019-01-14 11:11:56 +0100" endDate="2019-01-14 11:21:57 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 11:34:27 +0100" startDate="2019-01-14 11:21:57 +0100" endDate="2019-01-14 11:31:56 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 11:44:57 +0100" startDate="2019-01-14 11:31:56 +0100" endDate="2019-01-14 11:32:13 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 12:40:45 +0100" startDate="2019-01-14 12:25:33 +0100" endDate="2019-01-14 12:34:56 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 14:00:15 +0100" startDate="2019-01-14 13:48:25 +0100" endDate="2019-01-14 13:55:21 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 14:30:26 +0100" startDate="2019-01-14 14:05:17 +0100" endDate="2019-01-14 14:07:07 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 15:12:12 +0100" startDate="2019-01-14 14:57:12 +0100" endDate="2019-01-14 15:00:54 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 15:49:56 +0100" startDate="2019-01-14 15:35:22 +0100" endDate="2019-01-14 15:43:50 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 16:21:09 +0100" startDate="2019-01-14 16:09:23 +0100" endDate="2019-01-14 16:19:24 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 16:33:55 +0100" startDate="2019-01-14 16:19:24 +0100" endDate="2019-01-14 16:23:58 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 16:51:11 +0100" startDate="2019-01-14 16:35:13 +0100" endDate="2019-01-14 16:45:13 +0100" value="1029"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 17:27:36 +0100" startDate="2019-01-14 16:45:13 +0100" endDate="2019-01-14 17:26:13 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 17:37:36 +0100" startDate="2019-01-14 17:27:30 +0100" endDate="2019-01-14 17:34:43 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 17:58:55 +0100" startDate="2019-01-14 17:43:46 +0100" endDate="2019-01-14 17:44:30 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 18:52:00 +0100" startDate="2019-01-14 18:40:52 +0100" endDate="2019-01-14 18:50:51 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 19:02:30 +0100" startDate="2019-01-14 18:50:51 +0100" endDate="2019-01-14 19:00:50 +0100" value="1085"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 19:20:10 +0100" startDate="2019-01-14 19:00:50 +0100" endDate="2019-01-14 19:10:11 +0100" value="1044"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 20:48:26 +0100" startDate="2019-01-14 20:36:27 +0100" endDate="2019-01-14 20:46:27 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 20:58:21 +0100" startDate="2019-01-14 20:46:27 +0100" endDate="2019-01-14 20:56:18 +0100" value="903"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 21:07:28 +0100" startDate="2019-01-14 20:56:28 +0100" endDate="2019-01-14 21:04:04 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 21:20:50 +0100" startDate="2019-01-14 21:09:11 +0100" endDate="2019-01-14 21:09:49 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-14 22:25:18 +0100" startDate="2019-01-14 22:13:50 +0100" endDate="2019-01-14 22:23:24 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 06:34:08 +0100" startDate="2019-01-15 06:20:22 +0100" endDate="2019-01-15 06:23:46 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 07:22:12 +0100" startDate="2019-01-15 07:04:26 +0100" endDate="2019-01-15 07:06:56 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 07:32:24 +0100" startDate="2019-01-15 07:16:30 +0100" endDate="2019-01-15 07:26:31 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 07:44:48 +0100" startDate="2019-01-15 07:26:31 +0100" endDate="2019-01-15 07:31:29 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 07:52:30 +0100" startDate="2019-01-15 07:36:31 +0100" endDate="2019-01-15 07:36:56 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 08:52:44 +0100" startDate="2019-01-15 08:40:52 +0100" endDate="2019-01-15 08:41:25 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 09:18:47 +0100" startDate="2019-01-15 09:00:31 +0100" endDate="2019-01-15 09:00:44 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 09:37:03 +0100" startDate="2019-01-15 09:19:43 +0100" endDate="2019-01-15 09:19:51 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 10:05:39 +0100" startDate="2019-01-15 09:48:22 +0100" endDate="2019-01-15 09:58:22 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 10:13:32 +0100" startDate="2019-01-15 09:58:22 +0100" endDate="2019-01-15 10:08:22 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 10:19:24 +0100" startDate="2019-01-15 10:08:22 +0100" endDate="2019-01-15 10:12:12 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 11:41:17 +0100" startDate="2019-01-15 11:30:12 +0100" endDate="2019-01-15 11:40:10 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 11:52:52 +0100" startDate="2019-01-15 11:40:26 +0100" endDate="2019-01-15 11:47:40 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 12:03:55 +0100" startDate="2019-01-15 11:52:20 +0100" endDate="2019-01-15 12:02:21 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 12:14:05 +0100" startDate="2019-01-15 12:02:21 +0100" endDate="2019-01-15 12:05:09 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 13:27:25 +0100" startDate="2019-01-15 12:16:42 +0100" endDate="2019-01-15 12:16:54 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 13:56:38 +0100" startDate="2019-01-15 13:41:35 +0100" endDate="2019-01-15 13:51:35 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 14:08:18 +0100" startDate="2019-01-15 13:51:35 +0100" endDate="2019-01-15 13:52:51 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 15:01:10 +0100" startDate="2019-01-15 14:48:52 +0100" endDate="2019-01-15 14:48:57 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 16:16:59 +0100" startDate="2019-01-15 15:56:37 +0100" endDate="2019-01-15 16:06:37 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 16:16:59 +0100" startDate="2019-01-15 16:06:37 +0100" endDate="2019-01-15 16:08:03 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 16:28:55 +0100" startDate="2019-01-15 16:17:09 +0100" endDate="2019-01-15 16:27:09 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 16:38:12 +0100" startDate="2019-01-15 16:27:09 +0100" endDate="2019-01-15 16:32:30 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 17:08:04 +0100" startDate="2019-01-15 16:54:10 +0100" endDate="2019-01-15 16:54:25 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 17:47:37 +0100" startDate="2019-01-15 17:36:21 +0100" endDate="2019-01-15 17:46:06 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 17:57:29 +0100" startDate="2019-01-15 17:46:26 +0100" endDate="2019-01-15 17:54:58 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 18:08:03 +0100" startDate="2019-01-15 17:57:00 +0100" endDate="2019-01-15 18:05:48 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 18:23:45 +0100" startDate="2019-01-15 18:09:44 +0100" endDate="2019-01-15 18:18:52 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 18:31:32 +0100" startDate="2019-01-15 18:20:06 +0100" endDate="2019-01-15 18:29:40 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 18:41:36 +0100" startDate="2019-01-15 18:30:34 +0100" endDate="2019-01-15 18:31:19 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 19:09:09 +0100" startDate="2019-01-15 18:47:13 +0100" endDate="2019-01-15 18:56:59 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 19:09:09 +0100" startDate="2019-01-15 18:56:59 +0100" endDate="2019-01-15 19:01:35 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 20:19:45 +0100" startDate="2019-01-15 19:05:10 +0100" endDate="2019-01-15 19:08:25 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 21:59:45 +0100" startDate="2019-01-15 21:29:32 +0100" endDate="2019-01-15 21:29:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 22:47:59 +0100" startDate="2019-01-15 22:29:02 +0100" endDate="2019-01-15 22:39:01 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 22:50:06 +0100" startDate="2019-01-15 22:39:03 +0100" endDate="2019-01-15 22:48:56 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-15 23:01:05 +0100" startDate="2019-01-15 22:48:56 +0100" endDate="2019-01-15 22:59:45 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 07:59:45 +0100" startDate="2019-01-16 07:46:49 +0100" endDate="2019-01-16 07:53:07 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 08:16:39 +0100" startDate="2019-01-16 08:04:35 +0100" endDate="2019-01-16 08:05:08 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 08:44:46 +0100" startDate="2019-01-16 08:21:48 +0100" endDate="2019-01-16 08:31:29 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 08:44:46 +0100" startDate="2019-01-16 08:32:22 +0100" endDate="2019-01-16 08:35:48 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 08:50:10 +0100" startDate="2019-01-16 08:35:48 +0100" endDate="2019-01-16 08:45:12 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 09:00:00 +0100" startDate="2019-01-16 08:45:12 +0100" endDate="2019-01-16 08:50:19 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 09:01:33 +0100" startDate="2019-01-16 08:50:19 +0100" endDate="2019-01-16 08:59:46 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 09:44:46 +0100" startDate="2019-01-16 09:01:03 +0100" endDate="2019-01-16 09:01:36 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 09:51:41 +0100" startDate="2019-01-16 09:01:36 +0100" endDate="2019-01-16 09:03:21 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 09:51:41 +0100" startDate="2019-01-16 09:03:21 +0100" endDate="2019-01-16 09:44:48 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 10:01:35 +0100" startDate="2019-01-16 09:51:30 +0100" endDate="2019-01-16 09:52:16 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 10:35:12 +0100" startDate="2019-01-16 10:21:52 +0100" endDate="2019-01-16 10:21:59 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 11:47:25 +0100" startDate="2019-01-16 11:33:51 +0100" endDate="2019-01-16 11:43:51 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 11:59:26 +0100" startDate="2019-01-16 11:43:51 +0100" endDate="2019-01-16 11:53:25 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 12:57:24 +0100" startDate="2019-01-16 12:43:50 +0100" endDate="2019-01-16 12:53:43 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 13:16:00 +0100" startDate="2019-01-16 13:03:17 +0100" endDate="2019-01-16 13:12:56 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 13:25:26 +0100" startDate="2019-01-16 13:13:39 +0100" endDate="2019-01-16 13:14:23 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 13:43:36 +0100" startDate="2019-01-16 13:31:29 +0100" endDate="2019-01-16 13:35:04 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 14:01:21 +0100" startDate="2019-01-16 13:49:56 +0100" endDate="2019-01-16 13:49:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 14:19:05 +0100" startDate="2019-01-16 14:01:42 +0100" endDate="2019-01-16 14:09:26 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 14:33:32 +0100" startDate="2019-01-16 14:16:15 +0100" endDate="2019-01-16 14:25:18 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 15:11:43 +0100" startDate="2019-01-16 14:55:59 +0100" endDate="2019-01-16 14:58:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 15:35:36 +0100" startDate="2019-01-16 15:22:29 +0100" endDate="2019-01-16 15:29:04 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 16:42:45 +0100" startDate="2019-01-16 16:26:45 +0100" endDate="2019-01-16 16:36:42 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 16:54:14 +0100" startDate="2019-01-16 16:37:23 +0100" endDate="2019-01-16 16:47:23 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 16:58:26 +0100" startDate="2019-01-16 16:47:23 +0100" endDate="2019-01-16 16:54:21 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 18:23:39 +0100" startDate="2019-01-16 18:11:16 +0100" endDate="2019-01-16 18:21:16 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 18:37:56 +0100" startDate="2019-01-16 18:21:16 +0100" endDate="2019-01-16 18:30:37 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 19:04:02 +0100" startDate="2019-01-16 18:41:06 +0100" endDate="2019-01-16 18:45:49 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 19:55:09 +0100" startDate="2019-01-16 19:34:07 +0100" endDate="2019-01-16 19:40:01 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 20:48:10 +0100" startDate="2019-01-16 19:45:29 +0100" endDate="2019-01-16 19:46:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 21:46:58 +0100" startDate="2019-01-16 21:29:22 +0100" endDate="2019-01-16 21:32:25 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 22:09:30 +0100" startDate="2019-01-16 21:39:00 +0100" endDate="2019-01-16 21:46:20 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 23:20:16 +0100" startDate="2019-01-16 23:07:47 +0100" endDate="2019-01-16 23:13:29 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-16 23:29:51 +0100" startDate="2019-01-16 23:18:48 +0100" endDate="2019-01-16 23:20:17 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 07:45:11 +0100" startDate="2019-01-17 07:32:03 +0100" endDate="2019-01-17 07:37:45 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 08:26:33 +0100" startDate="2019-01-17 08:14:57 +0100" endDate="2019-01-17 08:18:32 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 08:52:19 +0100" startDate="2019-01-17 08:32:19 +0100" endDate="2019-01-17 08:42:21 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 08:54:37 +0100" startDate="2019-01-17 08:42:21 +0100" endDate="2019-01-17 08:47:40 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 10:57:21 +0100" startDate="2019-01-17 10:42:31 +0100" endDate="2019-01-17 10:44:31 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 11:16:45 +0100" startDate="2019-01-17 11:00:52 +0100" endDate="2019-01-17 11:03:29 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 11:41:52 +0100" startDate="2019-01-17 11:29:07 +0100" endDate="2019-01-17 11:36:00 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 11:57:34 +0100" startDate="2019-01-17 11:39:44 +0100" endDate="2019-01-17 11:49:44 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 12:04:38 +0100" startDate="2019-01-17 11:49:44 +0100" endDate="2019-01-17 11:50:07 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 12:26:04 +0100" startDate="2019-01-17 12:10:00 +0100" endDate="2019-01-17 12:18:43 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 13:06:56 +0100" startDate="2019-01-17 12:20:28 +0100" endDate="2019-01-17 12:30:07 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 13:06:56 +0100" startDate="2019-01-17 12:30:30 +0100" endDate="2019-01-17 12:40:16 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 13:06:56 +0100" startDate="2019-01-17 12:44:42 +0100" endDate="2019-01-17 12:52:13 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 13:44:46 +0100" startDate="2019-01-17 13:10:38 +0100" endDate="2019-01-17 13:14:58 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 13:45:46 +0100" startDate="2019-01-17 13:15:57 +0100" endDate="2019-01-17 13:24:12 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 13:45:46 +0100" startDate="2019-01-17 13:35:36 +0100" endDate="2019-01-17 13:43:38 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 14:08:07 +0100" startDate="2019-01-17 13:47:32 +0100" endDate="2019-01-17 13:56:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 14:12:22 +0100" startDate="2019-01-17 14:01:22 +0100" endDate="2019-01-17 14:07:24 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 14:35:54 +0100" startDate="2019-01-17 14:21:29 +0100" endDate="2019-01-17 14:31:30 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 14:46:54 +0100" startDate="2019-01-17 14:31:30 +0100" endDate="2019-01-17 14:38:49 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 14:58:42 +0100" startDate="2019-01-17 14:42:09 +0100" endDate="2019-01-17 14:51:29 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 15:10:46 +0100" startDate="2019-01-17 14:53:17 +0100" endDate="2019-01-17 14:54:00 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 16:21:18 +0100" startDate="2019-01-17 16:07:08 +0100" endDate="2019-01-17 16:09:31 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 16:42:07 +0100" startDate="2019-01-17 16:29:50 +0100" endDate="2019-01-17 16:38:24 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 16:50:56 +0100" startDate="2019-01-17 16:39:56 +0100" endDate="2019-01-17 16:41:51 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 17:20:28 +0100" startDate="2019-01-17 17:09:02 +0100" endDate="2019-01-17 17:09:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 17:53:55 +0100" startDate="2019-01-17 17:41:59 +0100" endDate="2019-01-17 17:47:20 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 18:12:57 +0100" startDate="2019-01-17 18:00:50 +0100" endDate="2019-01-17 18:10:51 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 18:21:54 +0100" startDate="2019-01-17 18:10:51 +0100" endDate="2019-01-17 18:16:49 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 18:44:40 +0100" startDate="2019-01-17 18:27:38 +0100" endDate="2019-01-17 18:29:25 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 23:22:24 +0100" startDate="2019-01-17 23:04:26 +0100" endDate="2019-01-17 23:14:27 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 23:25:30 +0100" startDate="2019-01-17 23:14:27 +0100" endDate="2019-01-17 23:24:28 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 23:35:30 +0100" startDate="2019-01-17 23:24:28 +0100" endDate="2019-01-17 23:31:53 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-17 23:45:39 +0100" startDate="2019-01-17 23:34:36 +0100" endDate="2019-01-17 23:38:30 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 07:46:54 +0100" startDate="2019-01-18 07:34:12 +0100" endDate="2019-01-18 07:35:18 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 08:25:28 +0100" startDate="2019-01-18 08:11:43 +0100" endDate="2019-01-18 08:11:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 08:33:35 +0100" startDate="2019-01-18 08:22:28 +0100" endDate="2019-01-18 08:25:24 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 08:49:19 +0100" startDate="2019-01-18 08:35:31 +0100" endDate="2019-01-18 08:45:30 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 09:02:17 +0100" startDate="2019-01-18 08:45:30 +0100" endDate="2019-01-18 08:45:43 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 11:13:51 +0100" startDate="2019-01-18 11:01:47 +0100" endDate="2019-01-18 11:01:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 11:25:31 +0100" startDate="2019-01-18 11:13:58 +0100" endDate="2019-01-18 11:23:01 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 11:49:40 +0100" startDate="2019-01-18 11:31:37 +0100" endDate="2019-01-18 11:41:35 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 11:58:05 +0100" startDate="2019-01-18 11:41:35 +0100" endDate="2019-01-18 11:44:14 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 12:18:20 +0100" startDate="2019-01-18 12:06:27 +0100" endDate="2019-01-18 12:15:04 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 12:42:34 +0100" startDate="2019-01-18 12:29:36 +0100" endDate="2019-01-18 12:29:51 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 12:52:35 +0100" startDate="2019-01-18 12:40:12 +0100" endDate="2019-01-18 12:44:55 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 13:23:00 +0100" startDate="2019-01-18 12:57:32 +0100" endDate="2019-01-18 13:07:16 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 13:23:00 +0100" startDate="2019-01-18 13:08:40 +0100" endDate="2019-01-18 13:14:32 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 13:59:32 +0100" startDate="2019-01-18 13:24:31 +0100" endDate="2019-01-18 13:33:14 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 13:59:32 +0100" startDate="2019-01-18 13:35:32 +0100" endDate="2019-01-18 13:43:09 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 14:02:42 +0100" startDate="2019-01-18 13:46:08 +0100" endDate="2019-01-18 13:56:05 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 14:20:03 +0100" startDate="2019-01-18 13:56:18 +0100" endDate="2019-01-18 14:05:49 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 14:40:05 +0100" startDate="2019-01-18 14:19:31 +0100" endDate="2019-01-18 14:23:13 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 15:39:33 +0100" startDate="2019-01-18 15:24:11 +0100" endDate="2019-01-18 15:34:11 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 15:46:46 +0100" startDate="2019-01-18 15:34:11 +0100" endDate="2019-01-18 15:44:12 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 15:55:15 +0100" startDate="2019-01-18 15:44:12 +0100" endDate="2019-01-18 15:49:01 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 16:25:53 +0100" startDate="2019-01-18 16:13:27 +0100" endDate="2019-01-18 16:23:27 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 16:37:14 +0100" startDate="2019-01-18 16:23:27 +0100" endDate="2019-01-18 16:33:28 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 16:44:31 +0100" startDate="2019-01-18 16:33:28 +0100" endDate="2019-01-18 16:37:08 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 17:30:33 +0100" startDate="2019-01-18 17:13:18 +0100" endDate="2019-01-18 17:21:21 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 17:45:42 +0100" startDate="2019-01-18 17:31:13 +0100" endDate="2019-01-18 17:40:36 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 17:58:57 +0100" startDate="2019-01-18 17:41:22 +0100" endDate="2019-01-18 17:41:52 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 18:27:24 +0100" startDate="2019-01-18 18:15:19 +0100" endDate="2019-01-18 18:25:11 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 18:43:29 +0100" startDate="2019-01-18 18:25:57 +0100" endDate="2019-01-18 18:26:32 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 19:19:08 +0100" startDate="2019-01-18 19:07:58 +0100" endDate="2019-01-18 19:16:57 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 20:18:50 +0100" startDate="2019-01-18 20:06:03 +0100" endDate="2019-01-18 20:15:58 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 20:40:32 +0100" startDate="2019-01-18 20:28:48 +0100" endDate="2019-01-18 20:32:05 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 23:43:45 +0100" startDate="2019-01-18 23:25:52 +0100" endDate="2019-01-18 23:35:12 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-18 23:46:53 +0100" startDate="2019-01-18 23:35:53 +0100" endDate="2019-01-18 23:45:10 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 00:01:26 +0100" startDate="2019-01-18 23:47:28 +0100" endDate="2019-01-18 23:57:15 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 00:12:49 +0100" startDate="2019-01-18 23:57:38 +0100" endDate="2019-01-19 00:07:32 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 00:26:25 +0100" startDate="2019-01-19 00:08:33 +0100" endDate="2019-01-19 00:18:29 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 00:30:54 +0100" startDate="2019-01-19 00:18:34 +0100" endDate="2019-01-19 00:28:33 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 00:40:22 +0100" startDate="2019-01-19 00:28:33 +0100" endDate="2019-01-19 00:38:34 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 01:00:17 +0100" startDate="2019-01-19 00:38:34 +0100" endDate="2019-01-19 00:48:34 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 01:00:17 +0100" startDate="2019-01-19 00:48:44 +0100" endDate="2019-01-19 00:57:42 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 01:17:29 +0100" startDate="2019-01-19 00:57:42 +0100" endDate="2019-01-19 01:07:11 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 01:20:07 +0100" startDate="2019-01-19 01:07:46 +0100" endDate="2019-01-19 01:17:46 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 01:29:12 +0100" startDate="2019-01-19 01:17:46 +0100" endDate="2019-01-19 01:27:29 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 01:42:22 +0100" startDate="2019-01-19 01:29:22 +0100" endDate="2019-01-19 01:37:59 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 01:53:10 +0100" startDate="2019-01-19 01:39:46 +0100" endDate="2019-01-19 01:43:03 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 02:12:52 +0100" startDate="2019-01-19 01:54:02 +0100" endDate="2019-01-19 02:03:51 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 02:16:28 +0100" startDate="2019-01-19 02:04:12 +0100" endDate="2019-01-19 02:12:44 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 02:26:35 +0100" startDate="2019-01-19 02:14:37 +0100" endDate="2019-01-19 02:22:54 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 02:42:56 +0100" startDate="2019-01-19 02:27:12 +0100" endDate="2019-01-19 02:30:10 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 03:00:26 +0100" startDate="2019-01-19 02:42:06 +0100" endDate="2019-01-19 02:51:57 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 03:03:25 +0100" startDate="2019-01-19 02:52:22 +0100" endDate="2019-01-19 03:02:10 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 03:14:07 +0100" startDate="2019-01-19 03:02:31 +0100" endDate="2019-01-19 03:12:30 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 03:29:55 +0100" startDate="2019-01-19 03:12:30 +0100" endDate="2019-01-19 03:13:31 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 04:06:10 +0100" startDate="2019-01-19 03:43:29 +0100" endDate="2019-01-19 03:53:28 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 04:06:10 +0100" startDate="2019-01-19 03:53:28 +0100" endDate="2019-01-19 03:57:07 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 04:11:07 +0100" startDate="2019-01-19 03:59:50 +0100" endDate="2019-01-19 04:06:07 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 04:24:13 +0100" startDate="2019-01-19 04:07:04 +0100" endDate="2019-01-19 04:17:03 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 04:29:26 +0100" startDate="2019-01-19 04:17:03 +0100" endDate="2019-01-19 04:24:49 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 10:11:51 +0100" startDate="2019-01-19 09:57:33 +0100" endDate="2019-01-19 10:02:38 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 11:40:40 +0100" startDate="2019-01-19 11:25:50 +0100" endDate="2019-01-19 11:25:58 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 12:06:58 +0100" startDate="2019-01-19 11:45:21 +0100" endDate="2019-01-19 11:45:26 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 12:23:33 +0100" startDate="2019-01-19 12:11:28 +0100" endDate="2019-01-19 12:14:22 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 12:38:03 +0100" startDate="2019-01-19 12:28:00 +0100" endDate="2019-01-19 12:37:52 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 12:52:04 +0100" startDate="2019-01-19 12:38:09 +0100" endDate="2019-01-19 12:48:08 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 13:00:08 +0100" startDate="2019-01-19 12:48:08 +0100" endDate="2019-01-19 12:58:08 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 13:10:20 +0100" startDate="2019-01-19 12:58:08 +0100" endDate="2019-01-19 13:06:05 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 14:36:20 +0100" startDate="2019-01-19 14:13:21 +0100" endDate="2019-01-19 14:13:44 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 18:41:28 +0100" startDate="2019-01-19 18:28:32 +0100" endDate="2019-01-19 18:38:26 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 18:51:33 +0100" startDate="2019-01-19 18:38:34 +0100" endDate="2019-01-19 18:48:22 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 19:02:57 +0100" startDate="2019-01-19 18:48:40 +0100" endDate="2019-01-19 18:58:05 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 19:17:10 +0100" startDate="2019-01-19 18:59:52 +0100" endDate="2019-01-19 19:09:39 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-19 23:56:35 +0100" startDate="2019-01-19 23:39:25 +0100" endDate="2019-01-19 23:39:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 00:34:10 +0100" startDate="2019-01-20 00:22:29 +0100" endDate="2019-01-20 00:29:39 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 08:11:06 +0100" startDate="2019-01-20 07:58:02 +0100" endDate="2019-01-20 08:03:18 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 09:49:51 +0100" startDate="2019-01-20 08:03:18 +0100" endDate="2019-01-20 09:48:26 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 10:34:58 +0100" startDate="2019-01-20 10:22:41 +0100" endDate="2019-01-20 10:29:48 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 11:14:44 +0100" startDate="2019-01-20 11:02:51 +0100" endDate="2019-01-20 11:06:33 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 12:17:40 +0100" startDate="2019-01-20 12:02:11 +0100" endDate="2019-01-20 12:05:21 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 12:36:05 +0100" startDate="2019-01-20 12:22:17 +0100" endDate="2019-01-20 12:25:08 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 13:25:21 +0100" startDate="2019-01-20 13:13:38 +0100" endDate="2019-01-20 13:14:21 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 15:30:20 +0100" startDate="2019-01-20 15:16:19 +0100" endDate="2019-01-20 15:16:32 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 16:52:44 +0100" startDate="2019-01-20 16:29:20 +0100" endDate="2019-01-20 16:29:56 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 16:52:44 +0100" startDate="2019-01-20 16:42:40 +0100" endDate="2019-01-20 16:52:37 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 17:09:36 +0100" startDate="2019-01-20 16:52:37 +0100" endDate="2019-01-20 16:53:03 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 17:21:53 +0100" startDate="2019-01-20 16:58:03 +0100" endDate="2019-01-20 16:58:23 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 17:21:53 +0100" startDate="2019-01-20 17:08:44 +0100" endDate="2019-01-20 17:08:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 18:16:13 +0100" startDate="2019-01-20 18:01:47 +0100" endDate="2019-01-20 18:01:47 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 18:30:57 +0100" startDate="2019-01-20 18:17:42 +0100" endDate="2019-01-20 18:22:52 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 18:42:51 +0100" startDate="2019-01-20 18:30:09 +0100" endDate="2019-01-20 18:32:44 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 19:35:15 +0100" startDate="2019-01-20 19:19:06 +0100" endDate="2019-01-20 19:21:50 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 19:57:21 +0100" startDate="2019-01-20 19:45:51 +0100" endDate="2019-01-20 19:50:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 20:54:11 +0100" startDate="2019-01-20 20:39:41 +0100" endDate="2019-01-20 20:41:25 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-20 21:56:14 +0100" startDate="2019-01-20 21:44:49 +0100" endDate="2019-01-20 21:45:14 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 07:57:14 +0100" startDate="2019-01-21 07:42:00 +0100" endDate="2019-01-21 07:45:58 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 08:31:26 +0100" startDate="2019-01-21 08:16:05 +0100" endDate="2019-01-21 08:26:00 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 08:40:46 +0100" startDate="2019-01-21 08:26:49 +0100" endDate="2019-01-21 08:35:46 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 08:47:53 +0100" startDate="2019-01-21 08:36:53 +0100" endDate="2019-01-21 08:40:35 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 11:39:49 +0100" startDate="2019-01-21 11:26:16 +0100" endDate="2019-01-21 11:35:24 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 11:49:11 +0100" startDate="2019-01-21 11:36:25 +0100" endDate="2019-01-21 11:46:24 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 11:58:47 +0100" startDate="2019-01-21 11:46:24 +0100" endDate="2019-01-21 11:50:37 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 12:32:42 +0100" startDate="2019-01-21 12:19:14 +0100" endDate="2019-01-21 12:29:15 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 12:43:12 +0100" startDate="2019-01-21 12:29:15 +0100" endDate="2019-01-21 12:34:49 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 14:35:34 +0100" startDate="2019-01-21 14:24:04 +0100" endDate="2019-01-21 14:28:08 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 15:38:55 +0100" startDate="2019-01-21 15:16:50 +0100" endDate="2019-01-21 15:20:08 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 15:54:45 +0100" startDate="2019-01-21 15:36:12 +0100" endDate="2019-01-21 15:45:45 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 16:32:03 +0100" startDate="2019-01-21 16:21:02 +0100" endDate="2019-01-21 16:28:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 16:45:11 +0100" startDate="2019-01-21 16:30:29 +0100" endDate="2019-01-21 16:39:45 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 17:51:07 +0100" startDate="2019-01-21 17:37:06 +0100" endDate="2019-01-21 17:46:44 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 18:01:45 +0100" startDate="2019-01-21 17:48:59 +0100" endDate="2019-01-21 17:52:28 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 18:24:47 +0100" startDate="2019-01-21 18:06:45 +0100" endDate="2019-01-21 18:09:58 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 18:42:32 +0100" startDate="2019-01-21 18:30:44 +0100" endDate="2019-01-21 18:40:25 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 19:02:27 +0100" startDate="2019-01-21 18:50:29 +0100" endDate="2019-01-21 18:52:21 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 21:01:21 +0100" startDate="2019-01-21 20:49:14 +0100" endDate="2019-01-21 20:50:21 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 21:45:28 +0100" startDate="2019-01-21 21:29:34 +0100" endDate="2019-01-21 21:37:16 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 21:50:39 +0100" startDate="2019-01-21 21:39:39 +0100" endDate="2019-01-21 21:42:55 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 22:12:46 +0100" startDate="2019-01-21 22:01:41 +0100" endDate="2019-01-21 22:10:55 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-21 22:33:37 +0100" startDate="2019-01-21 22:20:16 +0100" endDate="2019-01-21 22:22:36 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 07:35:22 +0100" startDate="2019-01-22 07:20:34 +0100" endDate="2019-01-22 07:22:06 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 07:55:57 +0100" startDate="2019-01-22 07:44:35 +0100" endDate="2019-01-22 07:44:37 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 08:25:33 +0100" startDate="2019-01-22 08:03:34 +0100" endDate="2019-01-22 08:12:30 +0100" value="831"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 09:59:37 +0100" startDate="2019-01-22 09:45:17 +0100" endDate="2019-01-22 09:45:40 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 10:17:32 +0100" startDate="2019-01-22 10:00:31 +0100" endDate="2019-01-22 10:07:29 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 10:48:02 +0100" startDate="2019-01-22 10:16:33 +0100" endDate="2019-01-22 10:20:08 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 11:34:51 +0100" startDate="2019-01-22 11:05:59 +0100" endDate="2019-01-22 11:06:19 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 11:42:48 +0100" startDate="2019-01-22 11:15:15 +0100" endDate="2019-01-22 11:15:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 14:14:22 +0100" startDate="2019-01-22 14:00:15 +0100" endDate="2019-01-22 14:10:15 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 14:22:21 +0100" startDate="2019-01-22 14:10:15 +0100" endDate="2019-01-22 14:14:58 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 15:09:05 +0100" startDate="2019-01-22 14:53:04 +0100" endDate="2019-01-22 15:00:01 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 15:40:25 +0100" startDate="2019-01-22 15:28:39 +0100" endDate="2019-01-22 15:35:14 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 15:58:56 +0100" startDate="2019-01-22 15:42:35 +0100" endDate="2019-01-22 15:52:35 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 16:09:19 +0100" startDate="2019-01-22 15:52:35 +0100" endDate="2019-01-22 15:59:22 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 16:22:15 +0100" startDate="2019-01-22 16:10:24 +0100" endDate="2019-01-22 16:16:49 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 16:45:47 +0100" startDate="2019-01-22 16:34:16 +0100" endDate="2019-01-22 16:34:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 17:21:53 +0100" startDate="2019-01-22 17:07:46 +0100" endDate="2019-01-22 17:09:18 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 17:34:09 +0100" startDate="2019-01-22 17:22:37 +0100" endDate="2019-01-22 17:22:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 18:02:15 +0100" startDate="2019-01-22 17:48:55 +0100" endDate="2019-01-22 17:58:23 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 18:17:29 +0100" startDate="2019-01-22 17:59:08 +0100" endDate="2019-01-22 18:09:08 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 18:27:31 +0100" startDate="2019-01-22 18:09:08 +0100" endDate="2019-01-22 18:09:46 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 18:42:53 +0100" startDate="2019-01-22 18:31:00 +0100" endDate="2019-01-22 18:33:22 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 19:26:29 +0100" startDate="2019-01-22 19:13:23 +0100" endDate="2019-01-22 19:15:28 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 19:41:57 +0100" startDate="2019-01-22 19:23:49 +0100" endDate="2019-01-22 19:29:23 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 19:56:43 +0100" startDate="2019-01-22 19:44:37 +0100" endDate="2019-01-22 19:45:43 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 20:39:21 +0100" startDate="2019-01-22 20:27:25 +0100" endDate="2019-01-22 20:29:52 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 20:58:05 +0100" startDate="2019-01-22 20:45:20 +0100" endDate="2019-01-22 20:46:54 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-22 21:49:34 +0100" startDate="2019-01-22 21:39:15 +0100" endDate="2019-01-22 21:39:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 06:30:38 +0100" startDate="2019-01-23 06:18:42 +0100" endDate="2019-01-23 06:24:59 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 07:44:09 +0100" startDate="2019-01-23 07:31:42 +0100" endDate="2019-01-23 07:34:05 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 08:05:59 +0100" startDate="2019-01-23 07:53:09 +0100" endDate="2019-01-23 08:00:40 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 08:41:15 +0100" startDate="2019-01-23 08:07:23 +0100" endDate="2019-01-23 08:17:22 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 08:41:15 +0100" startDate="2019-01-23 08:17:22 +0100" endDate="2019-01-23 08:25:16 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 10:59:44 +0100" startDate="2019-01-23 10:43:58 +0100" endDate="2019-01-23 10:45:58 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 11:27:48 +0100" startDate="2019-01-23 11:12:58 +0100" endDate="2019-01-23 11:22:18 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 11:45:04 +0100" startDate="2019-01-23 11:28:43 +0100" endDate="2019-01-23 11:38:44 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 11:55:27 +0100" startDate="2019-01-23 11:38:44 +0100" endDate="2019-01-23 11:45:50 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 12:13:44 +0100" startDate="2019-01-23 12:02:55 +0100" endDate="2019-01-23 12:11:46 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 12:28:42 +0100" startDate="2019-01-23 12:15:36 +0100" endDate="2019-01-23 12:20:19 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 13:13:56 +0100" startDate="2019-01-23 13:02:58 +0100" endDate="2019-01-23 13:03:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 13:39:25 +0100" startDate="2019-01-23 13:25:18 +0100" endDate="2019-01-23 13:25:31 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 13:55:15 +0100" startDate="2019-01-23 13:41:00 +0100" endDate="2019-01-23 13:47:40 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 14:58:10 +0100" startDate="2019-01-23 14:38:11 +0100" endDate="2019-01-23 14:45:50 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 15:36:35 +0100" startDate="2019-01-23 14:45:50 +0100" endDate="2019-01-23 15:30:16 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 16:27:12 +0100" startDate="2019-01-23 15:44:03 +0100" endDate="2019-01-23 15:53:05 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 16:27:12 +0100" startDate="2019-01-23 16:08:18 +0100" endDate="2019-01-23 16:08:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 17:49:21 +0100" startDate="2019-01-23 17:25:53 +0100" endDate="2019-01-23 17:35:47 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 17:49:21 +0100" startDate="2019-01-23 17:35:57 +0100" endDate="2019-01-23 17:37:03 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 18:08:38 +0100" startDate="2019-01-23 17:56:12 +0100" endDate="2019-01-23 18:06:10 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 18:20:28 +0100" startDate="2019-01-23 18:06:10 +0100" endDate="2019-01-23 18:09:27 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-23 20:43:50 +0100" startDate="2019-01-23 20:32:45 +0100" endDate="2019-01-23 20:32:50 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 07:26:42 +0100" startDate="2019-01-24 07:09:43 +0100" endDate="2019-01-24 07:16:02 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 09:02:02 +0100" startDate="2019-01-24 08:27:43 +0100" endDate="2019-01-24 08:37:41 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 09:02:02 +0100" startDate="2019-01-24 08:37:41 +0100" endDate="2019-01-24 08:42:00 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 10:31:20 +0100" startDate="2019-01-24 10:04:13 +0100" endDate="2019-01-24 10:12:39 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 11:05:58 +0100" startDate="2019-01-24 10:54:50 +0100" endDate="2019-01-24 11:04:29 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 11:20:56 +0100" startDate="2019-01-24 11:09:43 +0100" endDate="2019-01-24 11:15:09 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 11:35:09 +0100" startDate="2019-01-24 11:22:36 +0100" endDate="2019-01-24 11:31:58 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 11:44:37 +0100" startDate="2019-01-24 11:33:04 +0100" endDate="2019-01-24 11:42:52 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 11:55:34 +0100" startDate="2019-01-24 11:43:17 +0100" endDate="2019-01-24 11:44:01 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 12:20:40 +0100" startDate="2019-01-24 12:08:03 +0100" endDate="2019-01-24 12:17:35 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 12:29:18 +0100" startDate="2019-01-24 12:18:18 +0100" endDate="2019-01-24 12:26:31 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 14:36:15 +0100" startDate="2019-01-24 14:07:05 +0100" endDate="2019-01-24 14:07:48 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 16:12:16 +0100" startDate="2019-01-24 15:57:42 +0100" endDate="2019-01-24 15:57:50 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 16:23:29 +0100" startDate="2019-01-24 16:12:21 +0100" endDate="2019-01-24 16:12:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 16:37:55 +0100" startDate="2019-01-24 16:23:46 +0100" endDate="2019-01-24 16:30:31 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 17:06:06 +0100" startDate="2019-01-24 16:50:24 +0100" endDate="2019-01-24 17:00:25 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 17:13:28 +0100" startDate="2019-01-24 17:00:25 +0100" endDate="2019-01-24 17:06:54 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 17:26:59 +0100" startDate="2019-01-24 17:12:37 +0100" endDate="2019-01-24 17:12:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 19:33:32 +0100" startDate="2019-01-24 19:22:27 +0100" endDate="2019-01-24 19:22:32 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 22:15:43 +0100" startDate="2019-01-24 22:01:13 +0100" endDate="2019-01-24 22:09:02 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-24 22:42:11 +0100" startDate="2019-01-24 22:31:01 +0100" endDate="2019-01-24 22:31:11 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 07:25:55 +0100" startDate="2019-01-25 07:12:21 +0100" endDate="2019-01-25 07:21:25 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 08:04:52 +0100" startDate="2019-01-25 07:53:35 +0100" endDate="2019-01-25 08:02:09 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 08:16:45 +0100" startDate="2019-01-25 08:03:43 +0100" endDate="2019-01-25 08:13:44 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 08:29:54 +0100" startDate="2019-01-25 08:13:44 +0100" endDate="2019-01-25 08:14:30 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 10:17:45 +0100" startDate="2019-01-25 10:06:31 +0100" endDate="2019-01-25 10:09:35 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 11:02:02 +0100" startDate="2019-01-25 10:48:29 +0100" endDate="2019-01-25 10:51:02 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 11:10:55 +0100" startDate="2019-01-25 10:59:53 +0100" endDate="2019-01-25 11:08:29 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 11:21:23 +0100" startDate="2019-01-25 11:10:21 +0100" endDate="2019-01-25 11:16:39 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 11:39:27 +0100" startDate="2019-01-25 11:23:42 +0100" endDate="2019-01-25 11:33:43 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 11:48:42 +0100" startDate="2019-01-25 11:33:43 +0100" endDate="2019-01-25 11:37:23 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 12:15:57 +0100" startDate="2019-01-25 12:03:00 +0100" endDate="2019-01-25 12:12:01 +0100" value="897"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 12:30:12 +0100" startDate="2019-01-25 12:13:51 +0100" endDate="2019-01-25 12:14:40 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 13:15:43 +0100" startDate="2019-01-25 13:01:22 +0100" endDate="2019-01-25 13:02:06 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 13:28:29 +0100" startDate="2019-01-25 13:14:45 +0100" endDate="2019-01-25 13:21:54 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 13:38:40 +0100" startDate="2019-01-25 13:27:38 +0100" endDate="2019-01-25 13:27:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 13:49:30 +0100" startDate="2019-01-25 13:37:42 +0100" endDate="2019-01-25 13:37:47 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 14:45:03 +0100" startDate="2019-01-25 14:30:30 +0100" endDate="2019-01-25 14:40:30 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 14:51:46 +0100" startDate="2019-01-25 14:40:30 +0100" endDate="2019-01-25 14:49:08 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 15:54:22 +0100" startDate="2019-01-25 15:42:11 +0100" endDate="2019-01-25 15:51:20 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 16:08:37 +0100" startDate="2019-01-25 15:52:52 +0100" endDate="2019-01-25 15:53:28 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 17:48:39 +0100" startDate="2019-01-25 17:36:29 +0100" endDate="2019-01-25 17:43:23 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 18:18:40 +0100" startDate="2019-01-25 18:07:04 +0100" endDate="2019-01-25 18:15:04 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 18:56:08 +0100" startDate="2019-01-25 18:43:58 +0100" endDate="2019-01-25 18:52:36 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 19:18:28 +0100" startDate="2019-01-25 18:57:59 +0100" endDate="2019-01-25 18:59:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 19:35:13 +0100" startDate="2019-01-25 19:21:51 +0100" endDate="2019-01-25 19:21:56 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 19:44:38 +0100" startDate="2019-01-25 19:33:38 +0100" endDate="2019-01-25 19:34:14 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 20:19:05 +0100" startDate="2019-01-25 20:06:00 +0100" endDate="2019-01-25 20:08:05 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-25 20:54:33 +0100" startDate="2019-01-25 20:24:58 +0100" endDate="2019-01-25 20:27:28 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 07:29:41 +0100" startDate="2019-01-26 07:18:28 +0100" endDate="2019-01-26 07:20:58 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 09:30:32 +0100" startDate="2019-01-26 09:19:09 +0100" endDate="2019-01-26 09:19:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 09:44:00 +0100" startDate="2019-01-26 09:30:45 +0100" endDate="2019-01-26 09:30:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 10:50:57 +0100" startDate="2019-01-26 10:22:15 +0100" endDate="2019-01-26 10:25:17 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 10:50:57 +0100" startDate="2019-01-26 10:33:53 +0100" endDate="2019-01-26 10:34:08 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 10:51:57 +0100" startDate="2019-01-26 10:34:08 +0100" endDate="2019-01-26 10:43:54 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 10:57:55 +0100" startDate="2019-01-26 10:44:24 +0100" endDate="2019-01-26 10:53:23 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 11:08:57 +0100" startDate="2019-01-26 10:54:32 +0100" endDate="2019-01-26 11:04:27 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 11:22:17 +0100" startDate="2019-01-26 11:04:53 +0100" endDate="2019-01-26 11:14:42 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 11:36:42 +0100" startDate="2019-01-26 11:25:22 +0100" endDate="2019-01-26 11:32:59 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 11:47:31 +0100" startDate="2019-01-26 11:36:30 +0100" endDate="2019-01-26 11:36:43 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 12:17:12 +0100" startDate="2019-01-26 12:02:15 +0100" endDate="2019-01-26 12:07:00 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 13:07:38 +0100" startDate="2019-01-26 12:51:54 +0100" endDate="2019-01-26 12:52:22 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 14:51:03 +0100" startDate="2019-01-26 14:37:05 +0100" endDate="2019-01-26 14:40:36 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 15:03:56 +0100" startDate="2019-01-26 14:52:36 +0100" endDate="2019-01-26 14:55:32 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 15:22:11 +0100" startDate="2019-01-26 15:04:06 +0100" endDate="2019-01-26 15:13:19 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 15:42:11 +0100" startDate="2019-01-26 15:27:29 +0100" endDate="2019-01-26 15:27:29 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 15:58:44 +0100" startDate="2019-01-26 15:43:33 +0100" endDate="2019-01-26 15:43:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 16:30:29 +0100" startDate="2019-01-26 16:19:11 +0100" endDate="2019-01-26 16:25:05 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 16:49:56 +0100" startDate="2019-01-26 16:31:27 +0100" endDate="2019-01-26 16:41:27 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 16:55:21 +0100" startDate="2019-01-26 16:41:27 +0100" endDate="2019-01-26 16:43:20 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 17:09:18 +0100" startDate="2019-01-26 16:51:58 +0100" endDate="2019-01-26 16:53:05 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 17:19:06 +0100" startDate="2019-01-26 17:05:17 +0100" endDate="2019-01-26 17:08:06 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 18:35:56 +0100" startDate="2019-01-26 18:16:56 +0100" endDate="2019-01-26 18:22:39 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-26 21:57:44 +0100" startDate="2019-01-26 21:46:06 +0100" endDate="2019-01-26 21:47:58 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 07:51:04 +0100" startDate="2019-01-27 07:36:33 +0100" endDate="2019-01-27 07:36:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 09:35:04 +0100" startDate="2019-01-27 09:22:36 +0100" endDate="2019-01-27 09:25:03 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 09:58:20 +0100" startDate="2019-01-27 09:46:36 +0100" endDate="2019-01-27 09:47:17 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 10:08:22 +0100" startDate="2019-01-27 09:56:58 +0100" endDate="2019-01-27 09:59:00 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 12:19:16 +0100" startDate="2019-01-27 12:08:11 +0100" endDate="2019-01-27 12:13:48 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 12:41:30 +0100" startDate="2019-01-27 12:21:09 +0100" endDate="2019-01-27 12:22:02 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 12:53:01 +0100" startDate="2019-01-27 12:39:51 +0100" endDate="2019-01-27 12:42:47 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 14:40:41 +0100" startDate="2019-01-27 14:20:33 +0100" endDate="2019-01-27 14:29:41 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 15:45:02 +0100" startDate="2019-01-27 15:28:15 +0100" endDate="2019-01-27 15:36:34 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 15:51:26 +0100" startDate="2019-01-27 15:38:31 +0100" endDate="2019-01-27 15:38:34 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 16:41:25 +0100" startDate="2019-01-27 16:28:45 +0100" endDate="2019-01-27 16:29:13 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 17:19:20 +0100" startDate="2019-01-27 17:05:39 +0100" endDate="2019-01-27 17:12:38 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 18:28:07 +0100" startDate="2019-01-27 18:16:54 +0100" endDate="2019-01-27 18:17:07 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-27 23:22:00 +0100" startDate="2019-01-27 23:05:36 +0100" endDate="2019-01-27 23:06:02 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 06:44:16 +0100" startDate="2019-01-28 06:29:53 +0100" endDate="2019-01-28 06:38:39 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 06:53:14 +0100" startDate="2019-01-28 06:41:04 +0100" endDate="2019-01-28 06:45:21 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 08:04:23 +0100" startDate="2019-01-28 07:50:32 +0100" endDate="2019-01-28 08:00:31 +0100" value="904"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 08:15:50 +0100" startDate="2019-01-28 08:00:31 +0100" endDate="2019-01-28 08:07:29 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 08:32:23 +0100" startDate="2019-01-28 08:18:27 +0100" endDate="2019-01-28 08:18:37 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 08:56:30 +0100" startDate="2019-01-28 08:41:37 +0100" endDate="2019-01-28 08:41:50 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 11:51:11 +0100" startDate="2019-01-28 11:28:53 +0100" endDate="2019-01-28 11:38:53 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 11:51:11 +0100" startDate="2019-01-28 11:38:53 +0100" endDate="2019-01-28 11:44:44 +0100" value="610"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 12:00:00 +0100" startDate="2019-01-28 11:48:57 +0100" endDate="2019-01-28 11:50:26 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 12:21:24 +0100" startDate="2019-01-28 12:08:32 +0100" endDate="2019-01-28 12:18:31 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 12:37:12 +0100" startDate="2019-01-28 12:18:31 +0100" endDate="2019-01-28 12:28:19 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 12:39:47 +0100" startDate="2019-01-28 12:28:47 +0100" endDate="2019-01-28 12:34:27 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 12:50:39 +0100" startDate="2019-01-28 12:39:03 +0100" endDate="2019-01-28 12:40:19 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 13:05:24 +0100" startDate="2019-01-28 12:51:08 +0100" endDate="2019-01-28 12:51:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 15:00:45 +0100" startDate="2019-01-28 14:48:36 +0100" endDate="2019-01-28 14:53:53 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 15:44:45 +0100" startDate="2019-01-28 15:23:08 +0100" endDate="2019-01-28 15:29:31 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 15:58:25 +0100" startDate="2019-01-28 15:34:45 +0100" endDate="2019-01-28 15:44:46 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 15:58:25 +0100" startDate="2019-01-28 15:44:46 +0100" endDate="2019-01-28 15:45:11 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 16:01:09 +0100" startDate="2019-01-28 15:45:11 +0100" endDate="2019-01-28 15:49:37 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 16:21:46 +0100" startDate="2019-01-28 15:59:53 +0100" endDate="2019-01-28 16:03:40 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 17:23:49 +0100" startDate="2019-01-28 17:08:55 +0100" endDate="2019-01-28 17:15:37 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 17:37:44 +0100" startDate="2019-01-28 17:19:14 +0100" endDate="2019-01-28 17:28:56 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 17:40:21 +0100" startDate="2019-01-28 17:29:21 +0100" endDate="2019-01-28 17:39:21 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 17:50:23 +0100" startDate="2019-01-28 17:39:21 +0100" endDate="2019-01-28 17:47:32 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 18:52:16 +0100" startDate="2019-01-28 18:39:57 +0100" endDate="2019-01-28 18:49:57 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 19:04:00 +0100" startDate="2019-01-28 18:49:57 +0100" endDate="2019-01-28 18:59:27 +0100" value="1065"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 19:19:47 +0100" startDate="2019-01-28 19:00:13 +0100" endDate="2019-01-28 19:00:13 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 20:48:33 +0100" startDate="2019-01-28 20:36:55 +0100" endDate="2019-01-28 20:46:54 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 21:05:46 +0100" startDate="2019-01-28 20:46:54 +0100" endDate="2019-01-28 20:56:54 +0100" value="997"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 21:11:10 +0100" startDate="2019-01-28 20:56:54 +0100" endDate="2019-01-28 21:01:31 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 21:24:44 +0100" startDate="2019-01-28 21:07:53 +0100" endDate="2019-01-28 21:08:00 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 21:55:02 +0100" startDate="2019-01-28 21:44:45 +0100" endDate="2019-01-28 21:44:47 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-28 22:35:50 +0100" startDate="2019-01-28 22:24:37 +0100" endDate="2019-01-28 22:24:50 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 07:50:56 +0100" startDate="2019-01-29 07:35:00 +0100" endDate="2019-01-29 07:44:29 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 08:26:25 +0100" startDate="2019-01-29 08:10:13 +0100" endDate="2019-01-29 08:13:26 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 08:42:39 +0100" startDate="2019-01-29 08:25:55 +0100" endDate="2019-01-29 08:35:56 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 08:46:58 +0100" startDate="2019-01-29 08:35:56 +0100" endDate="2019-01-29 08:37:46 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 09:21:47 +0100" startDate="2019-01-29 09:01:42 +0100" endDate="2019-01-29 09:09:14 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 09:38:56 +0100" startDate="2019-01-29 09:16:04 +0100" endDate="2019-01-29 09:16:50 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 11:39:57 +0100" startDate="2019-01-29 11:23:15 +0100" endDate="2019-01-29 11:29:53 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 11:47:18 +0100" startDate="2019-01-29 11:34:38 +0100" endDate="2019-01-29 11:39:59 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 12:05:38 +0100" startDate="2019-01-29 11:52:43 +0100" endDate="2019-01-29 12:02:41 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 13:03:11 +0100" startDate="2019-01-29 12:02:43 +0100" endDate="2019-01-29 12:12:44 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 13:03:11 +0100" startDate="2019-01-29 12:12:44 +0100" endDate="2019-01-29 12:12:49 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 13:47:20 +0100" startDate="2019-01-29 13:30:25 +0100" endDate="2019-01-29 13:34:24 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 16:35:39 +0100" startDate="2019-01-29 16:10:15 +0100" endDate="2019-01-29 16:15:13 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 17:44:23 +0100" startDate="2019-01-29 17:19:28 +0100" endDate="2019-01-29 17:21:58 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 17:44:23 +0100" startDate="2019-01-29 17:32:27 +0100" endDate="2019-01-29 17:39:30 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 17:54:07 +0100" startDate="2019-01-29 17:39:30 +0100" endDate="2019-01-29 17:46:19 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 18:06:23 +0100" startDate="2019-01-29 17:54:50 +0100" endDate="2019-01-29 18:01:11 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 18:28:19 +0100" startDate="2019-01-29 18:16:08 +0100" endDate="2019-01-29 18:23:13 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 18:51:09 +0100" startDate="2019-01-29 18:35:42 +0100" endDate="2019-01-29 18:43:46 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 19:02:39 +0100" startDate="2019-01-29 18:47:13 +0100" endDate="2019-01-29 18:47:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 21:43:21 +0100" startDate="2019-01-29 21:17:38 +0100" endDate="2019-01-29 21:27:39 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 21:43:21 +0100" startDate="2019-01-29 21:27:39 +0100" endDate="2019-01-29 21:35:34 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 21:56:09 +0100" startDate="2019-01-29 21:35:34 +0100" endDate="2019-01-29 21:44:58 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 21:56:09 +0100" startDate="2019-01-29 21:45:41 +0100" endDate="2019-01-29 21:49:12 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 22:51:02 +0100" startDate="2019-01-29 22:39:11 +0100" endDate="2019-01-29 22:45:29 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-29 23:03:47 +0100" startDate="2019-01-29 22:52:39 +0100" endDate="2019-01-29 22:52:47 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 07:52:00 +0100" startDate="2019-01-30 07:40:30 +0100" endDate="2019-01-30 07:46:58 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 08:29:27 +0100" startDate="2019-01-30 08:14:18 +0100" endDate="2019-01-30 08:23:32 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 08:43:10 +0100" startDate="2019-01-30 08:25:06 +0100" endDate="2019-01-30 08:35:06 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 08:47:21 +0100" startDate="2019-01-30 08:35:06 +0100" endDate="2019-01-30 08:39:35 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 10:33:30 +0100" startDate="2019-01-30 10:15:10 +0100" endDate="2019-01-30 10:15:23 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 10:42:41 +0100" startDate="2019-01-30 10:28:01 +0100" endDate="2019-01-30 10:36:02 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 11:07:03 +0100" startDate="2019-01-30 10:43:03 +0100" endDate="2019-01-30 10:48:59 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 11:47:38 +0100" startDate="2019-01-30 11:31:47 +0100" endDate="2019-01-30 11:41:46 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 11:58:44 +0100" startDate="2019-01-30 11:41:46 +0100" endDate="2019-01-30 11:47:21 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 12:24:16 +0100" startDate="2019-01-30 12:10:00 +0100" endDate="2019-01-30 12:19:59 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 12:35:11 +0100" startDate="2019-01-30 12:20:58 +0100" endDate="2019-01-30 12:24:23 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 16:00:33 +0100" startDate="2019-01-30 15:47:17 +0100" endDate="2019-01-30 15:51:15 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 16:30:22 +0100" startDate="2019-01-30 16:17:42 +0100" endDate="2019-01-30 16:17:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 16:49:41 +0100" startDate="2019-01-30 16:34:23 +0100" endDate="2019-01-30 16:44:23 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 16:55:28 +0100" startDate="2019-01-30 16:44:23 +0100" endDate="2019-01-30 16:53:38 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 17:09:45 +0100" startDate="2019-01-30 16:54:23 +0100" endDate="2019-01-30 16:57:45 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 17:35:00 +0100" startDate="2019-01-30 17:23:45 +0100" endDate="2019-01-30 17:24:00 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 17:53:14 +0100" startDate="2019-01-30 17:35:35 +0100" endDate="2019-01-30 17:45:35 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 18:01:46 +0100" startDate="2019-01-30 17:45:35 +0100" endDate="2019-01-30 17:55:34 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 18:08:32 +0100" startDate="2019-01-30 17:55:34 +0100" endDate="2019-01-30 18:03:29 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 18:29:41 +0100" startDate="2019-01-30 18:11:56 +0100" endDate="2019-01-30 18:14:55 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 20:13:05 +0100" startDate="2019-01-30 20:02:00 +0100" endDate="2019-01-30 20:02:05 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-30 22:43:54 +0100" startDate="2019-01-30 22:32:18 +0100" endDate="2019-01-30 22:35:02 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 07:06:26 +0100" startDate="2019-01-31 06:53:15 +0100" endDate="2019-01-31 07:02:54 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 07:14:22 +0100" startDate="2019-01-31 07:03:22 +0100" endDate="2019-01-31 07:03:30 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 07:43:24 +0100" startDate="2019-01-31 07:20:04 +0100" endDate="2019-01-31 07:20:17 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 07:58:39 +0100" startDate="2019-01-31 07:46:24 +0100" endDate="2019-01-31 07:54:20 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 08:20:04 +0100" startDate="2019-01-31 08:02:39 +0100" endDate="2019-01-31 08:10:27 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 08:38:09 +0100" startDate="2019-01-31 08:20:37 +0100" endDate="2019-01-31 08:30:36 +0100" value="1053"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 08:43:38 +0100" startDate="2019-01-31 08:30:36 +0100" endDate="2019-01-31 08:40:00 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 08:59:45 +0100" startDate="2019-01-31 08:42:02 +0100" endDate="2019-01-31 08:43:40 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 09:23:07 +0100" startDate="2019-01-31 08:58:33 +0100" endDate="2019-01-31 09:03:21 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 11:42:57 +0100" startDate="2019-01-31 11:27:24 +0100" endDate="2019-01-31 11:37:25 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 11:51:18 +0100" startDate="2019-01-31 11:37:25 +0100" endDate="2019-01-31 11:40:34 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 12:14:18 +0100" startDate="2019-01-31 12:02:15 +0100" endDate="2019-01-31 12:03:23 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 12:15:18 +0100" startDate="2019-01-31 12:03:26 +0100" endDate="2019-01-31 12:13:26 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 12:25:05 +0100" startDate="2019-01-31 12:13:26 +0100" endDate="2019-01-31 12:21:08 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 13:18:54 +0100" startDate="2019-01-31 13:02:43 +0100" endDate="2019-01-31 13:03:06 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 14:04:52 +0100" startDate="2019-01-31 13:54:20 +0100" endDate="2019-01-31 13:57:32 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 14:09:03 +0100" startDate="2019-01-31 13:57:32 +0100" endDate="2019-01-31 13:57:34 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 14:26:37 +0100" startDate="2019-01-31 14:13:54 +0100" endDate="2019-01-31 14:21:45 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 15:55:07 +0100" startDate="2019-01-31 15:43:05 +0100" endDate="2019-01-31 15:44:09 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 16:05:50 +0100" startDate="2019-01-31 15:53:05 +0100" endDate="2019-01-31 15:57:12 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 16:28:05 +0100" startDate="2019-01-31 16:06:02 +0100" endDate="2019-01-31 16:08:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 16:44:57 +0100" startDate="2019-01-31 16:29:32 +0100" endDate="2019-01-31 16:39:32 +0100" value="901"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 16:50:35 +0100" startDate="2019-01-31 16:39:32 +0100" endDate="2019-01-31 16:47:26 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 17:03:54 +0100" startDate="2019-01-31 16:49:44 +0100" endDate="2019-01-31 16:53:43 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 17:46:10 +0100" startDate="2019-01-31 17:34:50 +0100" endDate="2019-01-31 17:38:38 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 18:32:26 +0100" startDate="2019-01-31 18:09:38 +0100" endDate="2019-01-31 18:13:08 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 18:39:12 +0100" startDate="2019-01-31 18:25:25 +0100" endDate="2019-01-31 18:25:28 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 20:50:12 +0100" startDate="2019-01-31 20:39:30 +0100" endDate="2019-01-31 20:39:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 21:16:26 +0100" startDate="2019-01-31 21:04:19 +0100" endDate="2019-01-31 21:08:51 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-01-31 21:47:09 +0100" startDate="2019-01-31 21:32:49 +0100" endDate="2019-01-31 21:39:48 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 06:35:30 +0100" startDate="2019-02-01 06:22:35 +0100" endDate="2019-02-01 06:22:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 07:21:17 +0100" startDate="2019-02-01 07:07:43 +0100" endDate="2019-02-01 07:08:09 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 08:30:43 +0100" startDate="2019-02-01 08:18:44 +0100" endDate="2019-02-01 08:27:18 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 08:41:33 +0100" startDate="2019-02-01 08:28:50 +0100" endDate="2019-02-01 08:31:15 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 09:14:36 +0100" startDate="2019-02-01 08:58:02 +0100" endDate="2019-02-01 09:00:14 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 09:30:00 +0100" startDate="2019-02-01 09:17:16 +0100" endDate="2019-02-01 09:17:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 10:01:18 +0100" startDate="2019-02-01 09:39:02 +0100" endDate="2019-02-01 09:49:03 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 10:01:18 +0100" startDate="2019-02-01 09:49:03 +0100" endDate="2019-02-01 09:49:10 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 10:43:19 +0100" startDate="2019-02-01 10:31:36 +0100" endDate="2019-02-01 10:32:14 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 10:59:06 +0100" startDate="2019-02-01 10:47:13 +0100" endDate="2019-02-01 10:50:27 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 11:38:21 +0100" startDate="2019-02-01 11:25:29 +0100" endDate="2019-02-01 11:35:28 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 11:51:05 +0100" startDate="2019-02-01 11:35:28 +0100" endDate="2019-02-01 11:41:43 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 12:19:50 +0100" startDate="2019-02-01 12:07:44 +0100" endDate="2019-02-01 12:17:30 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 12:28:56 +0100" startDate="2019-02-01 12:17:56 +0100" endDate="2019-02-01 12:19:48 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 13:16:49 +0100" startDate="2019-02-01 12:58:08 +0100" endDate="2019-02-01 13:05:45 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 15:25:25 +0100" startDate="2019-02-01 15:10:58 +0100" endDate="2019-02-01 15:20:58 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 15:32:00 +0100" startDate="2019-02-01 15:20:58 +0100" endDate="2019-02-01 15:29:29 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 16:36:54 +0100" startDate="2019-02-01 16:25:05 +0100" endDate="2019-02-01 16:30:19 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 16:57:27 +0100" startDate="2019-02-01 16:40:02 +0100" endDate="2019-02-01 16:42:27 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 18:55:57 +0100" startDate="2019-02-01 18:15:38 +0100" endDate="2019-02-01 18:21:15 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 19:36:57 +0100" startDate="2019-02-01 19:18:03 +0100" endDate="2019-02-01 19:21:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 19:45:19 +0100" startDate="2019-02-01 19:31:45 +0100" endDate="2019-02-01 19:41:13 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 19:58:00 +0100" startDate="2019-02-01 19:42:02 +0100" endDate="2019-02-01 19:45:27 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-01 22:42:24 +0100" startDate="2019-02-01 22:31:09 +0100" endDate="2019-02-01 22:33:29 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 10:22:52 +0100" startDate="2019-02-02 10:11:16 +0100" endDate="2019-02-02 10:20:45 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 10:32:23 +0100" startDate="2019-02-02 10:21:23 +0100" endDate="2019-02-02 10:30:47 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 10:42:46 +0100" startDate="2019-02-02 10:31:43 +0100" endDate="2019-02-02 10:38:28 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 11:07:21 +0100" startDate="2019-02-02 10:49:28 +0100" endDate="2019-02-02 10:56:30 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 11:17:17 +0100" startDate="2019-02-02 10:59:47 +0100" endDate="2019-02-02 11:08:47 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 11:21:08 +0100" startDate="2019-02-02 11:10:08 +0100" endDate="2019-02-02 11:18:06 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 11:31:27 +0100" startDate="2019-02-02 11:20:24 +0100" endDate="2019-02-02 11:30:22 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 11:55:14 +0100" startDate="2019-02-02 11:43:17 +0100" endDate="2019-02-02 11:53:16 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 12:04:19 +0100" startDate="2019-02-02 11:53:16 +0100" endDate="2019-02-02 11:55:16 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 12:34:11 +0100" startDate="2019-02-02 12:20:01 +0100" endDate="2019-02-02 12:20:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 12:51:24 +0100" startDate="2019-02-02 12:34:17 +0100" endDate="2019-02-02 12:38:52 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 14:50:52 +0100" startDate="2019-02-02 14:37:57 +0100" endDate="2019-02-02 14:39:52 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 15:47:14 +0100" startDate="2019-02-02 15:35:14 +0100" endDate="2019-02-02 15:43:44 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 15:57:20 +0100" startDate="2019-02-02 15:45:36 +0100" endDate="2019-02-02 15:45:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 17:04:28 +0100" startDate="2019-02-02 16:52:11 +0100" endDate="2019-02-02 16:59:58 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 17:40:23 +0100" startDate="2019-02-02 17:28:24 +0100" endDate="2019-02-02 17:38:23 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 17:49:26 +0100" startDate="2019-02-02 17:38:23 +0100" endDate="2019-02-02 17:40:30 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 18:53:16 +0100" startDate="2019-02-02 18:41:29 +0100" endDate="2019-02-02 18:51:30 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 19:04:28 +0100" startDate="2019-02-02 18:51:30 +0100" endDate="2019-02-02 18:53:58 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 19:14:48 +0100" startDate="2019-02-02 19:01:41 +0100" endDate="2019-02-02 19:11:40 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 19:25:26 +0100" startDate="2019-02-02 19:11:40 +0100" endDate="2019-02-02 19:12:47 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-02 23:37:58 +0100" startDate="2019-02-02 23:20:37 +0100" endDate="2019-02-02 23:26:35 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 00:13:00 +0100" startDate="2019-02-02 23:57:17 +0100" endDate="2019-02-03 00:05:46 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 00:23:11 +0100" startDate="2019-02-03 00:07:56 +0100" endDate="2019-02-03 00:07:58 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 00:51:41 +0100" startDate="2019-02-03 00:31:36 +0100" endDate="2019-02-03 00:41:37 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 00:52:42 +0100" startDate="2019-02-03 00:41:42 +0100" endDate="2019-02-03 00:49:09 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 01:12:45 +0100" startDate="2019-02-03 00:52:35 +0100" endDate="2019-02-03 01:01:19 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 01:18:57 +0100" startDate="2019-02-03 01:03:36 +0100" endDate="2019-02-03 01:13:36 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 01:24:39 +0100" startDate="2019-02-03 01:13:36 +0100" endDate="2019-02-03 01:21:24 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 01:36:13 +0100" startDate="2019-02-03 01:23:47 +0100" endDate="2019-02-03 01:29:41 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 02:15:00 +0100" startDate="2019-02-03 01:56:31 +0100" endDate="2019-02-03 02:05:27 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 02:21:16 +0100" startDate="2019-02-03 02:09:47 +0100" endDate="2019-02-03 02:19:35 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 02:38:18 +0100" startDate="2019-02-03 02:21:42 +0100" endDate="2019-02-03 02:31:42 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 02:47:02 +0100" startDate="2019-02-03 02:31:42 +0100" endDate="2019-02-03 02:39:53 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 02:55:58 +0100" startDate="2019-02-03 02:41:55 +0100" endDate="2019-02-03 02:51:54 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 03:07:43 +0100" startDate="2019-02-03 02:51:54 +0100" endDate="2019-02-03 03:01:22 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 03:29:03 +0100" startDate="2019-02-03 03:16:06 +0100" endDate="2019-02-03 03:16:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 03:45:02 +0100" startDate="2019-02-03 03:27:18 +0100" endDate="2019-02-03 03:35:01 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 03:53:42 +0100" startDate="2019-02-03 03:42:14 +0100" endDate="2019-02-03 03:50:11 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 04:08:20 +0100" startDate="2019-02-03 03:54:55 +0100" endDate="2019-02-03 03:57:20 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 09:38:54 +0100" startDate="2019-02-03 09:23:05 +0100" endDate="2019-02-03 09:27:23 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 12:32:05 +0100" startDate="2019-02-03 12:11:53 +0100" endDate="2019-02-03 12:12:29 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 12:47:12 +0100" startDate="2019-02-03 12:35:28 +0100" endDate="2019-02-03 12:40:32 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 12:59:04 +0100" startDate="2019-02-03 12:46:39 +0100" endDate="2019-02-03 12:46:42 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 13:14:25 +0100" startDate="2019-02-03 13:02:36 +0100" endDate="2019-02-03 13:05:39 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 15:21:49 +0100" startDate="2019-02-03 14:57:46 +0100" endDate="2019-02-03 15:04:13 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 15:55:58 +0100" startDate="2019-02-03 15:39:19 +0100" endDate="2019-02-03 15:44:24 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 18:24:29 +0100" startDate="2019-02-03 18:12:59 +0100" endDate="2019-02-03 18:22:15 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 18:34:24 +0100" startDate="2019-02-03 18:23:21 +0100" endDate="2019-02-03 18:24:00 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 19:43:43 +0100" startDate="2019-02-03 19:28:20 +0100" endDate="2019-02-03 19:37:05 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 19:50:20 +0100" startDate="2019-02-03 19:38:44 +0100" endDate="2019-02-03 19:46:05 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 20:17:40 +0100" startDate="2019-02-03 20:05:27 +0100" endDate="2019-02-03 20:09:33 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 20:35:17 +0100" startDate="2019-02-03 20:20:58 +0100" endDate="2019-02-03 20:21:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 20:53:58 +0100" startDate="2019-02-03 20:38:04 +0100" endDate="2019-02-03 20:38:09 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 22:10:42 +0100" startDate="2019-02-03 21:59:29 +0100" endDate="2019-02-03 22:03:15 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-03 22:22:06 +0100" startDate="2019-02-03 22:10:43 +0100" endDate="2019-02-03 22:19:45 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 08:03:40 +0100" startDate="2019-02-04 07:52:22 +0100" endDate="2019-02-04 07:59:18 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 08:27:06 +0100" startDate="2019-02-04 08:10:53 +0100" endDate="2019-02-04 08:16:38 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 08:39:25 +0100" startDate="2019-02-04 08:24:09 +0100" endDate="2019-02-04 08:34:08 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 08:46:54 +0100" startDate="2019-02-04 08:34:08 +0100" endDate="2019-02-04 08:37:58 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 11:48:36 +0100" startDate="2019-02-04 11:30:18 +0100" endDate="2019-02-04 11:39:43 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 11:55:52 +0100" startDate="2019-02-04 11:40:34 +0100" endDate="2019-02-04 11:45:56 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 12:24:48 +0100" startDate="2019-02-04 12:12:36 +0100" endDate="2019-02-04 12:21:50 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 12:43:49 +0100" startDate="2019-02-04 12:25:14 +0100" endDate="2019-02-04 12:34:39 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 12:48:23 +0100" startDate="2019-02-04 12:37:17 +0100" endDate="2019-02-04 12:43:14 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 13:29:49 +0100" startDate="2019-02-04 13:19:37 +0100" endDate="2019-02-04 13:19:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 14:06:48 +0100" startDate="2019-02-04 13:54:52 +0100" endDate="2019-02-04 13:55:48 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 15:43:44 +0100" startDate="2019-02-04 15:24:50 +0100" endDate="2019-02-04 15:33:36 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 15:47:11 +0100" startDate="2019-02-04 15:35:34 +0100" endDate="2019-02-04 15:40:30 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 16:13:20 +0100" startDate="2019-02-04 15:50:24 +0100" endDate="2019-02-04 15:57:06 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 16:25:53 +0100" startDate="2019-02-04 16:08:00 +0100" endDate="2019-02-04 16:08:33 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 17:27:16 +0100" startDate="2019-02-04 17:08:17 +0100" endDate="2019-02-04 17:15:14 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 18:09:22 +0100" startDate="2019-02-04 17:52:14 +0100" endDate="2019-02-04 18:02:15 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 18:13:18 +0100" startDate="2019-02-04 18:02:15 +0100" endDate="2019-02-04 18:09:52 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 18:35:53 +0100" startDate="2019-02-04 18:24:07 +0100" endDate="2019-02-04 18:33:17 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 18:57:43 +0100" startDate="2019-02-04 18:43:22 +0100" endDate="2019-02-04 18:53:21 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 19:05:46 +0100" startDate="2019-02-04 18:53:37 +0100" endDate="2019-02-04 19:03:37 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 19:15:34 +0100" startDate="2019-02-04 19:03:37 +0100" endDate="2019-02-04 19:13:33 +0100" value="1043"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 20:47:09 +0100" startDate="2019-02-04 20:35:38 +0100" endDate="2019-02-04 20:45:39 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 20:56:42 +0100" startDate="2019-02-04 20:45:39 +0100" endDate="2019-02-04 20:55:40 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 21:06:50 +0100" startDate="2019-02-04 20:55:40 +0100" endDate="2019-02-04 21:03:27 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 22:08:27 +0100" startDate="2019-02-04 21:57:08 +0100" endDate="2019-02-04 21:57:23 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-04 22:37:22 +0100" startDate="2019-02-04 22:27:20 +0100" endDate="2019-02-04 22:27:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 08:13:18 +0100" startDate="2019-02-05 08:01:57 +0100" endDate="2019-02-05 08:08:07 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 08:34:10 +0100" startDate="2019-02-05 08:19:40 +0100" endDate="2019-02-05 08:29:08 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 08:55:49 +0100" startDate="2019-02-05 08:36:02 +0100" endDate="2019-02-05 08:46:03 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 08:57:38 +0100" startDate="2019-02-05 08:46:03 +0100" endDate="2019-02-05 08:55:14 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 09:21:17 +0100" startDate="2019-02-05 09:09:14 +0100" endDate="2019-02-05 09:09:22 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 12:05:06 +0100" startDate="2019-02-05 11:49:28 +0100" endDate="2019-02-05 11:59:15 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 12:19:52 +0100" startDate="2019-02-05 11:59:41 +0100" endDate="2019-02-05 11:59:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 12:29:51 +0100" startDate="2019-02-05 12:10:58 +0100" endDate="2019-02-05 12:11:39 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 12:57:31 +0100" startDate="2019-02-05 12:44:14 +0100" endDate="2019-02-05 12:52:31 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 13:08:26 +0100" startDate="2019-02-05 12:54:26 +0100" endDate="2019-02-05 13:00:51 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 16:28:45 +0100" startDate="2019-02-05 16:12:58 +0100" endDate="2019-02-05 16:22:57 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 16:34:46 +0100" startDate="2019-02-05 16:22:57 +0100" endDate="2019-02-05 16:28:40 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 16:58:54 +0100" startDate="2019-02-05 16:47:49 +0100" endDate="2019-02-05 16:47:54 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 17:21:17 +0100" startDate="2019-02-05 17:08:41 +0100" endDate="2019-02-05 17:08:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 17:57:28 +0100" startDate="2019-02-05 17:46:20 +0100" endDate="2019-02-05 17:46:28 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 19:38:00 +0100" startDate="2019-02-05 19:25:29 +0100" endDate="2019-02-05 19:29:42 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 20:27:18 +0100" startDate="2019-02-05 20:10:10 +0100" endDate="2019-02-05 20:11:13 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-05 21:06:40 +0100" startDate="2019-02-05 20:54:30 +0100" endDate="2019-02-05 20:54:37 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 07:31:33 +0100" startDate="2019-02-06 07:20:05 +0100" endDate="2019-02-06 07:27:30 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 07:48:10 +0100" startDate="2019-02-06 07:35:01 +0100" endDate="2019-02-06 07:35:16 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 08:25:56 +0100" startDate="2019-02-06 08:08:45 +0100" endDate="2019-02-06 08:09:10 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 08:32:25 +0100" startDate="2019-02-06 08:22:17 +0100" endDate="2019-02-06 08:26:01 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 08:49:25 +0100" startDate="2019-02-06 08:26:01 +0100" endDate="2019-02-06 08:33:12 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 08:50:26 +0100" startDate="2019-02-06 08:33:20 +0100" endDate="2019-02-06 08:42:59 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 09:31:04 +0100" startDate="2019-02-06 09:19:35 +0100" endDate="2019-02-06 09:19:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 10:33:28 +0100" startDate="2019-02-06 10:18:21 +0100" endDate="2019-02-06 10:19:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 12:01:11 +0100" startDate="2019-02-06 11:45:57 +0100" endDate="2019-02-06 11:54:38 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 12:19:49 +0100" startDate="2019-02-06 11:56:05 +0100" endDate="2019-02-06 12:03:21 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 13:34:43 +0100" startDate="2019-02-06 13:16:13 +0100" endDate="2019-02-06 13:26:14 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 13:47:09 +0100" startDate="2019-02-06 13:26:14 +0100" endDate="2019-02-06 13:26:22 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 14:51:24 +0100" startDate="2019-02-06 14:40:16 +0100" endDate="2019-02-06 14:40:19 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 16:28:57 +0100" startDate="2019-02-06 16:09:59 +0100" endDate="2019-02-06 16:17:48 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 16:31:37 +0100" startDate="2019-02-06 16:20:37 +0100" endDate="2019-02-06 16:30:32 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 16:45:00 +0100" startDate="2019-02-06 16:31:20 +0100" endDate="2019-02-06 16:35:59 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 18:44:24 +0100" startDate="2019-02-06 18:26:39 +0100" endDate="2019-02-06 18:36:16 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 20:09:37 +0100" startDate="2019-02-06 19:58:01 +0100" endDate="2019-02-06 19:58:03 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-06 23:05:23 +0100" startDate="2019-02-06 22:23:46 +0100" endDate="2019-02-06 22:27:24 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 06:52:54 +0100" startDate="2019-02-07 06:37:44 +0100" endDate="2019-02-07 06:44:03 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 06:59:23 +0100" startDate="2019-02-07 06:47:54 +0100" endDate="2019-02-07 06:51:35 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 08:13:55 +0100" startDate="2019-02-07 08:02:16 +0100" endDate="2019-02-07 08:12:17 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 08:26:04 +0100" startDate="2019-02-07 08:12:17 +0100" endDate="2019-02-07 08:13:08 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 08:45:33 +0100" startDate="2019-02-07 08:33:37 +0100" endDate="2019-02-07 08:34:33 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 09:14:34 +0100" startDate="2019-02-07 09:03:29 +0100" endDate="2019-02-07 09:12:56 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 11:08:13 +0100" startDate="2019-02-07 10:56:47 +0100" endDate="2019-02-07 11:04:12 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 11:21:33 +0100" startDate="2019-02-07 11:09:49 +0100" endDate="2019-02-07 11:09:59 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 11:51:36 +0100" startDate="2019-02-07 11:34:29 +0100" endDate="2019-02-07 11:44:00 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 12:02:22 +0100" startDate="2019-02-07 11:44:46 +0100" endDate="2019-02-07 11:50:31 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 12:23:41 +0100" startDate="2019-02-07 12:05:45 +0100" endDate="2019-02-07 12:15:44 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 12:33:39 +0100" startDate="2019-02-07 12:15:44 +0100" endDate="2019-02-07 12:24:19 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 14:03:49 +0100" startDate="2019-02-07 13:53:42 +0100" endDate="2019-02-07 13:53:45 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 14:22:14 +0100" startDate="2019-02-07 14:04:08 +0100" endDate="2019-02-07 14:09:50 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 17:19:47 +0100" startDate="2019-02-07 17:08:03 +0100" endDate="2019-02-07 17:15:14 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 18:06:23 +0100" startDate="2019-02-07 17:15:14 +0100" endDate="2019-02-07 18:04:58 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 18:25:32 +0100" startDate="2019-02-07 18:11:52 +0100" endDate="2019-02-07 18:14:22 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 19:45:52 +0100" startDate="2019-02-07 19:30:58 +0100" endDate="2019-02-07 19:31:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 20:53:32 +0100" startDate="2019-02-07 20:41:37 +0100" endDate="2019-02-07 20:44:20 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-07 21:10:35 +0100" startDate="2019-02-07 20:55:24 +0100" endDate="2019-02-07 21:01:30 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 06:11:54 +0100" startDate="2019-02-08 05:49:48 +0100" endDate="2019-02-08 05:52:37 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 07:22:53 +0100" startDate="2019-02-08 07:11:10 +0100" endDate="2019-02-08 07:21:04 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 08:11:04 +0100" startDate="2019-02-08 07:59:54 +0100" endDate="2019-02-08 08:04:28 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 10:33:26 +0100" startDate="2019-02-08 10:22:02 +0100" endDate="2019-02-08 10:22:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 11:30:38 +0100" startDate="2019-02-08 11:15:51 +0100" endDate="2019-02-08 11:25:17 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 11:41:48 +0100" startDate="2019-02-08 11:25:55 +0100" endDate="2019-02-08 11:35:54 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 11:49:58 +0100" startDate="2019-02-08 11:35:54 +0100" endDate="2019-02-08 11:41:32 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 12:17:14 +0100" startDate="2019-02-08 12:06:44 +0100" endDate="2019-02-08 12:07:40 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 12:18:28 +0100" startDate="2019-02-08 12:07:40 +0100" endDate="2019-02-08 12:14:51 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 12:40:26 +0100" startDate="2019-02-08 12:17:47 +0100" endDate="2019-02-08 12:27:47 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 12:40:26 +0100" startDate="2019-02-08 12:27:47 +0100" endDate="2019-02-08 12:35:21 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 15:23:19 +0100" startDate="2019-02-08 15:06:55 +0100" endDate="2019-02-08 15:16:54 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 15:31:41 +0100" startDate="2019-02-08 15:17:04 +0100" endDate="2019-02-08 15:26:54 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 15:38:07 +0100" startDate="2019-02-08 15:27:07 +0100" endDate="2019-02-08 15:32:29 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 17:07:37 +0100" startDate="2019-02-08 16:52:22 +0100" endDate="2019-02-08 17:00:14 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 17:33:46 +0100" startDate="2019-02-08 17:16:26 +0100" endDate="2019-02-08 17:22:46 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 18:19:28 +0100" startDate="2019-02-08 17:54:49 +0100" endDate="2019-02-08 17:57:04 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-08 20:50:35 +0100" startDate="2019-02-08 20:37:50 +0100" endDate="2019-02-08 20:39:35 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 10:34:19 +0100" startDate="2019-02-09 10:21:48 +0100" endDate="2019-02-09 10:21:58 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 12:21:27 +0100" startDate="2019-02-09 12:08:13 +0100" endDate="2019-02-09 12:12:41 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 12:44:47 +0100" startDate="2019-02-09 12:33:26 +0100" endDate="2019-02-09 12:35:11 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 13:32:17 +0100" startDate="2019-02-09 13:20:20 +0100" endDate="2019-02-09 13:29:43 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 13:44:32 +0100" startDate="2019-02-09 13:32:29 +0100" endDate="2019-02-09 13:42:29 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 13:54:57 +0100" startDate="2019-02-09 13:42:29 +0100" endDate="2019-02-09 13:52:01 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 14:14:36 +0100" startDate="2019-02-09 13:57:03 +0100" endDate="2019-02-09 14:02:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 14:30:48 +0100" startDate="2019-02-09 14:09:37 +0100" endDate="2019-02-09 14:16:53 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 14:46:38 +0100" startDate="2019-02-09 14:22:46 +0100" endDate="2019-02-09 14:32:12 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 14:46:38 +0100" startDate="2019-02-09 14:35:19 +0100" endDate="2019-02-09 14:40:47 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 14:56:57 +0100" startDate="2019-02-09 14:40:47 +0100" endDate="2019-02-09 14:49:17 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 15:05:36 +0100" startDate="2019-02-09 14:52:52 +0100" endDate="2019-02-09 15:02:51 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 15:14:25 +0100" startDate="2019-02-09 15:02:51 +0100" endDate="2019-02-09 15:12:22 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 15:32:30 +0100" startDate="2019-02-09 15:14:12 +0100" endDate="2019-02-09 15:23:19 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-09 22:37:05 +0100" startDate="2019-02-09 22:24:56 +0100" endDate="2019-02-09 22:29:36 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 10:45:17 +0100" startDate="2019-02-10 10:32:55 +0100" endDate="2019-02-10 10:41:30 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 10:55:56 +0100" startDate="2019-02-10 10:44:53 +0100" endDate="2019-02-10 10:44:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 11:15:23 +0100" startDate="2019-02-10 11:03:22 +0100" endDate="2019-02-10 11:09:48 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 11:33:14 +0100" startDate="2019-02-10 11:21:41 +0100" endDate="2019-02-10 11:21:41 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 12:37:42 +0100" startDate="2019-02-10 12:24:48 +0100" endDate="2019-02-10 12:26:42 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 12:52:01 +0100" startDate="2019-02-10 12:38:58 +0100" endDate="2019-02-10 12:41:14 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 13:02:34 +0100" startDate="2019-02-10 12:49:27 +0100" endDate="2019-02-10 12:54:26 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 13:10:47 +0100" startDate="2019-02-10 12:59:47 +0100" endDate="2019-02-10 13:08:32 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 13:31:43 +0100" startDate="2019-02-10 13:17:37 +0100" endDate="2019-02-10 13:18:46 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 14:10:48 +0100" startDate="2019-02-10 13:55:56 +0100" endDate="2019-02-10 14:05:40 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 14:19:52 +0100" startDate="2019-02-10 14:06:03 +0100" endDate="2019-02-10 14:15:11 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 14:34:39 +0100" startDate="2019-02-10 14:18:41 +0100" endDate="2019-02-10 14:28:40 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 14:40:28 +0100" startDate="2019-02-10 14:28:40 +0100" endDate="2019-02-10 14:38:07 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 14:50:25 +0100" startDate="2019-02-10 14:39:23 +0100" endDate="2019-02-10 14:48:16 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 15:16:11 +0100" startDate="2019-02-10 14:49:32 +0100" endDate="2019-02-10 14:59:29 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 15:16:11 +0100" startDate="2019-02-10 14:59:36 +0100" endDate="2019-02-10 15:08:39 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 15:19:55 +0100" startDate="2019-02-10 15:09:18 +0100" endDate="2019-02-10 15:14:14 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 15:32:57 +0100" startDate="2019-02-10 15:16:59 +0100" endDate="2019-02-10 15:26:36 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 15:38:29 +0100" startDate="2019-02-10 15:27:27 +0100" endDate="2019-02-10 15:35:49 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 15:52:13 +0100" startDate="2019-02-10 15:39:11 +0100" endDate="2019-02-10 15:48:42 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 16:02:25 +0100" startDate="2019-02-10 15:51:25 +0100" endDate="2019-02-10 16:00:13 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 16:12:55 +0100" startDate="2019-02-10 16:01:52 +0100" endDate="2019-02-10 16:11:25 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 16:29:29 +0100" startDate="2019-02-10 16:12:13 +0100" endDate="2019-02-10 16:22:14 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 16:38:01 +0100" startDate="2019-02-10 16:22:34 +0100" endDate="2019-02-10 16:29:45 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 16:51:38 +0100" startDate="2019-02-10 16:39:03 +0100" endDate="2019-02-10 16:48:11 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 17:00:19 +0100" startDate="2019-02-10 16:49:17 +0100" endDate="2019-02-10 16:58:40 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 17:12:18 +0100" startDate="2019-02-10 16:59:28 +0100" endDate="2019-02-10 17:09:07 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 17:27:32 +0100" startDate="2019-02-10 17:10:52 +0100" endDate="2019-02-10 17:20:48 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 17:38:34 +0100" startDate="2019-02-10 17:23:06 +0100" endDate="2019-02-10 17:31:59 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 17:53:04 +0100" startDate="2019-02-10 17:33:46 +0100" endDate="2019-02-10 17:43:04 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 17:54:04 +0100" startDate="2019-02-10 17:43:55 +0100" endDate="2019-02-10 17:52:26 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 18:07:08 +0100" startDate="2019-02-10 17:54:26 +0100" endDate="2019-02-10 17:59:12 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 18:22:08 +0100" startDate="2019-02-10 18:09:39 +0100" endDate="2019-02-10 18:13:31 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 19:16:16 +0100" startDate="2019-02-10 19:04:17 +0100" endDate="2019-02-10 19:13:24 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 19:25:43 +0100" startDate="2019-02-10 19:14:40 +0100" endDate="2019-02-10 19:24:40 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 19:35:43 +0100" startDate="2019-02-10 19:24:40 +0100" endDate="2019-02-10 19:29:03 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 19:54:11 +0100" startDate="2019-02-10 19:36:59 +0100" endDate="2019-02-10 19:46:59 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 20:03:58 +0100" startDate="2019-02-10 19:46:59 +0100" endDate="2019-02-10 19:57:00 +0100" value="995"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 20:08:14 +0100" startDate="2019-02-10 19:57:00 +0100" endDate="2019-02-10 20:01:52 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 21:04:18 +0100" startDate="2019-02-10 20:53:21 +0100" endDate="2019-02-10 20:55:53 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 21:52:40 +0100" startDate="2019-02-10 21:37:27 +0100" endDate="2019-02-10 21:47:27 +0100" value="950"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 22:07:48 +0100" startDate="2019-02-10 21:47:27 +0100" endDate="2019-02-10 21:54:24 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 22:19:03 +0100" startDate="2019-02-10 22:01:16 +0100" endDate="2019-02-10 22:11:16 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 22:34:08 +0100" startDate="2019-02-10 22:11:16 +0100" endDate="2019-02-10 22:20:17 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 22:59:17 +0100" startDate="2019-02-10 22:48:22 +0100" endDate="2019-02-10 22:48:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 23:12:00 +0100" startDate="2019-02-10 22:58:22 +0100" endDate="2019-02-10 22:59:13 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-10 23:44:34 +0100" startDate="2019-02-10 23:31:31 +0100" endDate="2019-02-10 23:40:55 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 07:24:37 +0100" startDate="2019-02-11 07:11:19 +0100" endDate="2019-02-11 07:14:12 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 07:33:50 +0100" startDate="2019-02-11 07:22:00 +0100" endDate="2019-02-11 07:31:59 +0100" value="843"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 07:47:33 +0100" startDate="2019-02-11 07:31:59 +0100" endDate="2019-02-11 07:42:00 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 07:53:37 +0100" startDate="2019-02-11 07:42:00 +0100" endDate="2019-02-11 07:50:33 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 12:21:57 +0100" startDate="2019-02-11 12:01:54 +0100" endDate="2019-02-11 12:02:58 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 12:49:52 +0100" startDate="2019-02-11 12:30:30 +0100" endDate="2019-02-11 12:37:11 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 13:01:05 +0100" startDate="2019-02-11 12:47:40 +0100" endDate="2019-02-11 12:57:41 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 13:11:31 +0100" startDate="2019-02-11 12:57:41 +0100" endDate="2019-02-11 13:04:21 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 14:12:33 +0100" startDate="2019-02-11 14:01:22 +0100" endDate="2019-02-11 14:07:59 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 14:29:58 +0100" startDate="2019-02-11 14:15:08 +0100" endDate="2019-02-11 14:15:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 14:57:09 +0100" startDate="2019-02-11 14:41:00 +0100" endDate="2019-02-11 14:51:00 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 15:12:57 +0100" startDate="2019-02-11 14:51:00 +0100" endDate="2019-02-11 14:59:09 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 15:12:57 +0100" startDate="2019-02-11 15:01:19 +0100" endDate="2019-02-11 15:02:48 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 15:14:20 +0100" startDate="2019-02-11 15:02:48 +0100" endDate="2019-02-11 15:02:53 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 15:40:55 +0100" startDate="2019-02-11 15:29:21 +0100" endDate="2019-02-11 15:29:26 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 15:54:28 +0100" startDate="2019-02-11 15:40:08 +0100" endDate="2019-02-11 15:50:07 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 16:03:23 +0100" startDate="2019-02-11 15:50:07 +0100" endDate="2019-02-11 16:00:07 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 16:18:21 +0100" startDate="2019-02-11 16:00:07 +0100" endDate="2019-02-11 16:09:16 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 16:33:32 +0100" startDate="2019-02-11 16:10:12 +0100" endDate="2019-02-11 16:17:43 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 16:33:32 +0100" startDate="2019-02-11 16:22:40 +0100" endDate="2019-02-11 16:22:43 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 16:43:39 +0100" startDate="2019-02-11 16:27:12 +0100" endDate="2019-02-11 16:29:18 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 16:51:42 +0100" startDate="2019-02-11 16:34:18 +0100" endDate="2019-02-11 16:35:04 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 17:13:53 +0100" startDate="2019-02-11 17:00:28 +0100" endDate="2019-02-11 17:06:20 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 17:50:09 +0100" startDate="2019-02-11 17:31:20 +0100" endDate="2019-02-11 17:37:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 18:18:37 +0100" startDate="2019-02-11 18:08:26 +0100" endDate="2019-02-11 18:08:29 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 19:16:49 +0100" startDate="2019-02-11 19:06:46 +0100" endDate="2019-02-11 19:06:49 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 20:51:26 +0100" startDate="2019-02-11 20:41:01 +0100" endDate="2019-02-11 20:41:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-11 21:03:39 +0100" startDate="2019-02-11 20:51:40 +0100" endDate="2019-02-11 20:57:28 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 00:58:25 +0100" startDate="2019-02-12 00:48:00 +0100" endDate="2019-02-12 00:48:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 07:18:45 +0100" startDate="2019-02-12 07:07:17 +0100" endDate="2019-02-12 07:11:22 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 07:58:57 +0100" startDate="2019-02-12 07:46:09 +0100" endDate="2019-02-12 07:56:07 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 08:45:08 +0100" startDate="2019-02-12 07:58:07 +0100" endDate="2019-02-12 08:07:00 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 08:54:37 +0100" startDate="2019-02-12 08:40:29 +0100" endDate="2019-02-12 08:49:01 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 09:03:38 +0100" startDate="2019-02-12 08:51:03 +0100" endDate="2019-02-12 08:51:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 11:33:17 +0100" startDate="2019-02-12 11:19:32 +0100" endDate="2019-02-12 11:29:08 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 11:52:31 +0100" startDate="2019-02-12 11:31:00 +0100" endDate="2019-02-12 11:39:28 +0100" value="926"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 11:52:31 +0100" startDate="2019-02-12 11:41:51 +0100" endDate="2019-02-12 11:42:29 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 12:25:04 +0100" startDate="2019-02-12 12:13:13 +0100" endDate="2019-02-12 12:22:52 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 12:43:46 +0100" startDate="2019-02-12 12:24:47 +0100" endDate="2019-02-12 12:25:04 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 12:59:18 +0100" startDate="2019-02-12 12:44:53 +0100" endDate="2019-02-12 12:51:20 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 13:23:58 +0100" startDate="2019-02-12 13:03:56 +0100" endDate="2019-02-12 13:04:57 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 13:56:20 +0100" startDate="2019-02-12 13:43:14 +0100" endDate="2019-02-12 13:50:21 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 14:15:06 +0100" startDate="2019-02-12 14:00:39 +0100" endDate="2019-02-12 14:07:04 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 16:32:49 +0100" startDate="2019-02-12 16:18:10 +0100" endDate="2019-02-12 16:24:27 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 17:50:07 +0100" startDate="2019-02-12 17:30:31 +0100" endDate="2019-02-12 17:40:32 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 17:51:52 +0100" startDate="2019-02-12 17:40:32 +0100" endDate="2019-02-12 17:49:38 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 18:13:36 +0100" startDate="2019-02-12 17:57:04 +0100" endDate="2019-02-12 18:05:02 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 18:20:30 +0100" startDate="2019-02-12 18:09:14 +0100" endDate="2019-02-12 18:18:31 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 18:34:09 +0100" startDate="2019-02-12 18:20:18 +0100" endDate="2019-02-12 18:29:52 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 18:41:36 +0100" startDate="2019-02-12 18:30:36 +0100" endDate="2019-02-12 18:38:27 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 21:43:47 +0100" startDate="2019-02-12 21:32:41 +0100" endDate="2019-02-12 21:32:46 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 22:03:56 +0100" startDate="2019-02-12 21:52:13 +0100" endDate="2019-02-12 22:00:33 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 22:38:29 +0100" startDate="2019-02-12 22:23:37 +0100" endDate="2019-02-12 22:28:25 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-12 22:49:59 +0100" startDate="2019-02-12 22:39:55 +0100" endDate="2019-02-12 22:39:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 06:08:54 +0100" startDate="2019-02-13 05:57:15 +0100" endDate="2019-02-13 05:57:26 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 07:59:45 +0100" startDate="2019-02-13 07:47:52 +0100" endDate="2019-02-13 07:57:27 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 09:44:45 +0100" startDate="2019-02-13 09:29:59 +0100" endDate="2019-02-13 09:39:32 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 09:51:56 +0100" startDate="2019-02-13 09:40:05 +0100" endDate="2019-02-13 09:49:39 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 10:04:10 +0100" startDate="2019-02-13 09:52:42 +0100" endDate="2019-02-13 09:52:47 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 10:33:39 +0100" startDate="2019-02-13 10:22:34 +0100" endDate="2019-02-13 10:22:39 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 10:50:39 +0100" startDate="2019-02-13 10:39:21 +0100" endDate="2019-02-13 10:42:39 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 11:12:15 +0100" startDate="2019-02-13 11:00:13 +0100" endDate="2019-02-13 11:00:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 11:24:51 +0100" startDate="2019-02-13 11:10:47 +0100" endDate="2019-02-13 11:13:07 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 11:43:26 +0100" startDate="2019-02-13 11:29:07 +0100" endDate="2019-02-13 11:39:08 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 11:55:57 +0100" startDate="2019-02-13 11:39:08 +0100" endDate="2019-02-13 11:48:42 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 12:00:18 +0100" startDate="2019-02-13 11:49:18 +0100" endDate="2019-02-13 11:49:59 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 12:29:10 +0100" startDate="2019-02-13 12:10:17 +0100" endDate="2019-02-13 12:19:51 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 12:38:51 +0100" startDate="2019-02-13 12:27:51 +0100" endDate="2019-02-13 12:27:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 12:59:31 +0100" startDate="2019-02-13 12:43:09 +0100" endDate="2019-02-13 12:43:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 13:25:22 +0100" startDate="2019-02-13 13:11:00 +0100" endDate="2019-02-13 13:16:41 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 14:11:41 +0100" startDate="2019-02-13 13:57:20 +0100" endDate="2019-02-13 14:01:37 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 14:39:19 +0100" startDate="2019-02-13 14:22:32 +0100" endDate="2019-02-13 14:22:48 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 15:02:03 +0100" startDate="2019-02-13 14:48:03 +0100" endDate="2019-02-13 14:51:37 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 15:53:05 +0100" startDate="2019-02-13 15:35:41 +0100" endDate="2019-02-13 15:45:18 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 16:12:41 +0100" startDate="2019-02-13 15:57:39 +0100" endDate="2019-02-13 16:07:25 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 16:39:02 +0100" startDate="2019-02-13 16:26:20 +0100" endDate="2019-02-13 16:36:20 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 16:47:32 +0100" startDate="2019-02-13 16:36:20 +0100" endDate="2019-02-13 16:46:17 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 16:57:50 +0100" startDate="2019-02-13 16:46:47 +0100" endDate="2019-02-13 16:46:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 17:57:20 +0100" startDate="2019-02-13 17:45:52 +0100" endDate="2019-02-13 17:55:28 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 18:17:20 +0100" startDate="2019-02-13 18:00:21 +0100" endDate="2019-02-13 18:09:52 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 18:25:41 +0100" startDate="2019-02-13 18:10:33 +0100" endDate="2019-02-13 18:18:53 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 18:51:30 +0100" startDate="2019-02-13 18:37:05 +0100" endDate="2019-02-13 18:46:14 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 19:36:07 +0100" startDate="2019-02-13 18:47:10 +0100" endDate="2019-02-13 18:54:25 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 19:48:01 +0100" startDate="2019-02-13 19:30:30 +0100" endDate="2019-02-13 19:39:19 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 19:58:10 +0100" startDate="2019-02-13 19:44:20 +0100" endDate="2019-02-13 19:54:05 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 20:09:35 +0100" startDate="2019-02-13 19:57:01 +0100" endDate="2019-02-13 19:59:10 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 20:57:33 +0100" startDate="2019-02-13 20:45:29 +0100" endDate="2019-02-13 20:55:29 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 21:06:40 +0100" startDate="2019-02-13 20:55:29 +0100" endDate="2019-02-13 21:00:16 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 21:16:43 +0100" startDate="2019-02-13 21:06:43 +0100" endDate="2019-02-13 21:16:38 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-13 21:40:28 +0100" startDate="2019-02-13 21:27:51 +0100" endDate="2019-02-13 21:27:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 07:50:50 +0100" startDate="2019-02-14 07:38:09 +0100" endDate="2019-02-14 07:39:02 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 08:26:04 +0100" startDate="2019-02-14 08:09:41 +0100" endDate="2019-02-14 08:19:41 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 08:30:46 +0100" startDate="2019-02-14 08:19:44 +0100" endDate="2019-02-14 08:27:21 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 08:46:55 +0100" startDate="2019-02-14 08:35:53 +0100" endDate="2019-02-14 08:42:52 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 09:29:35 +0100" startDate="2019-02-14 09:18:49 +0100" endDate="2019-02-14 09:18:56 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 09:46:59 +0100" startDate="2019-02-14 09:22:25 +0100" endDate="2019-02-14 09:22:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 10:46:00 +0100" startDate="2019-02-14 10:33:37 +0100" endDate="2019-02-14 10:33:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 12:38:10 +0100" startDate="2019-02-14 12:22:02 +0100" endDate="2019-02-14 12:25:26 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 12:46:14 +0100" startDate="2019-02-14 12:35:13 +0100" endDate="2019-02-14 12:44:15 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 13:12:13 +0100" startDate="2019-02-14 12:58:34 +0100" endDate="2019-02-14 12:59:58 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 13:23:44 +0100" startDate="2019-02-14 13:11:34 +0100" endDate="2019-02-14 13:11:36 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 13:40:56 +0100" startDate="2019-02-14 13:28:48 +0100" endDate="2019-02-14 13:28:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 15:22:18 +0100" startDate="2019-02-14 15:07:06 +0100" endDate="2019-02-14 15:09:44 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 15:46:50 +0100" startDate="2019-02-14 15:35:43 +0100" endDate="2019-02-14 15:45:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 17:13:49 +0100" startDate="2019-02-14 16:56:27 +0100" endDate="2019-02-14 17:06:18 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 17:20:02 +0100" startDate="2019-02-14 17:07:01 +0100" endDate="2019-02-14 17:16:27 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 17:32:31 +0100" startDate="2019-02-14 17:20:17 +0100" endDate="2019-02-14 17:21:29 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 17:47:05 +0100" startDate="2019-02-14 17:31:10 +0100" endDate="2019-02-14 17:40:59 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 18:07:27 +0100" startDate="2019-02-14 17:54:11 +0100" endDate="2019-02-14 17:59:42 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 18:22:01 +0100" startDate="2019-02-14 18:10:28 +0100" endDate="2019-02-14 18:17:53 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 18:33:26 +0100" startDate="2019-02-14 18:23:01 +0100" endDate="2019-02-14 18:23:03 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 20:19:44 +0100" startDate="2019-02-14 20:08:37 +0100" endDate="2019-02-14 20:08:44 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-14 22:22:17 +0100" startDate="2019-02-14 22:11:05 +0100" endDate="2019-02-14 22:19:29 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 06:43:26 +0100" startDate="2019-02-15 06:26:56 +0100" endDate="2019-02-15 06:34:35 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 07:02:42 +0100" startDate="2019-02-15 06:44:24 +0100" endDate="2019-02-15 06:54:00 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 07:51:58 +0100" startDate="2019-02-15 07:36:26 +0100" endDate="2019-02-15 07:37:40 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 08:02:57 +0100" startDate="2019-02-15 07:47:34 +0100" endDate="2019-02-15 07:57:35 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 08:10:16 +0100" startDate="2019-02-15 07:57:35 +0100" endDate="2019-02-15 08:01:14 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 10:34:28 +0100" startDate="2019-02-15 10:19:24 +0100" endDate="2019-02-15 10:29:25 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 10:48:46 +0100" startDate="2019-02-15 10:29:25 +0100" endDate="2019-02-15 10:38:19 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 11:01:07 +0100" startDate="2019-02-15 10:49:03 +0100" endDate="2019-02-15 10:59:01 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 11:10:04 +0100" startDate="2019-02-15 10:59:01 +0100" endDate="2019-02-15 11:08:59 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 11:36:46 +0100" startDate="2019-02-15 11:25:46 +0100" endDate="2019-02-15 11:25:46 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 12:00:33 +0100" startDate="2019-02-15 11:48:17 +0100" endDate="2019-02-15 11:51:36 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 12:36:54 +0100" startDate="2019-02-15 12:21:11 +0100" endDate="2019-02-15 12:31:12 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 12:43:31 +0100" startDate="2019-02-15 12:31:12 +0100" endDate="2019-02-15 12:41:11 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 12:54:10 +0100" startDate="2019-02-15 12:41:11 +0100" endDate="2019-02-15 12:51:11 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 13:02:29 +0100" startDate="2019-02-15 12:51:11 +0100" endDate="2019-02-15 13:01:11 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 13:12:57 +0100" startDate="2019-02-15 13:01:11 +0100" endDate="2019-02-15 13:10:19 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 13:25:53 +0100" startDate="2019-02-15 13:11:12 +0100" endDate="2019-02-15 13:13:02 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 13:36:28 +0100" startDate="2019-02-15 13:23:51 +0100" endDate="2019-02-15 13:25:28 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 14:14:32 +0100" startDate="2019-02-15 14:00:35 +0100" endDate="2019-02-15 14:10:26 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 14:25:17 +0100" startDate="2019-02-15 14:11:50 +0100" endDate="2019-02-15 14:17:50 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 14:53:04 +0100" startDate="2019-02-15 14:36:54 +0100" endDate="2019-02-15 14:43:38 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 15:11:11 +0100" startDate="2019-02-15 14:59:44 +0100" endDate="2019-02-15 14:59:52 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 15:20:55 +0100" startDate="2019-02-15 15:10:09 +0100" endDate="2019-02-15 15:10:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 15:48:30 +0100" startDate="2019-02-15 15:35:28 +0100" endDate="2019-02-15 15:36:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 16:32:15 +0100" startDate="2019-02-15 16:03:15 +0100" endDate="2019-02-15 16:13:14 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 16:32:15 +0100" startDate="2019-02-15 16:13:14 +0100" endDate="2019-02-15 16:21:29 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 16:42:16 +0100" startDate="2019-02-15 16:31:49 +0100" endDate="2019-02-15 16:31:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 18:02:40 +0100" startDate="2019-02-15 17:50:56 +0100" endDate="2019-02-15 18:00:18 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 18:12:41 +0100" startDate="2019-02-15 18:01:04 +0100" endDate="2019-02-15 18:08:34 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 18:29:42 +0100" startDate="2019-02-15 18:19:01 +0100" endDate="2019-02-15 18:19:45 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 18:48:07 +0100" startDate="2019-02-15 18:33:42 +0100" endDate="2019-02-15 18:38:58 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 18:56:52 +0100" startDate="2019-02-15 18:45:38 +0100" endDate="2019-02-15 18:55:12 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 19:42:41 +0100" startDate="2019-02-15 19:27:24 +0100" endDate="2019-02-15 19:36:06 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 19:51:55 +0100" startDate="2019-02-15 19:37:23 +0100" endDate="2019-02-15 19:39:20 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-15 22:28:09 +0100" startDate="2019-02-15 22:18:06 +0100" endDate="2019-02-15 22:18:09 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 09:55:53 +0100" startDate="2019-02-16 09:44:28 +0100" endDate="2019-02-16 09:50:59 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 10:35:12 +0100" startDate="2019-02-16 10:23:41 +0100" endDate="2019-02-16 10:24:12 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 10:47:54 +0100" startDate="2019-02-16 10:36:47 +0100" endDate="2019-02-16 10:41:27 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 11:15:49 +0100" startDate="2019-02-16 10:53:14 +0100" endDate="2019-02-16 11:02:49 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 11:15:49 +0100" startDate="2019-02-16 11:03:50 +0100" endDate="2019-02-16 11:13:02 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 11:27:31 +0100" startDate="2019-02-16 11:15:30 +0100" endDate="2019-02-16 11:23:39 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 11:37:20 +0100" startDate="2019-02-16 11:26:17 +0100" endDate="2019-02-16 11:36:12 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 11:53:39 +0100" startDate="2019-02-16 11:36:22 +0100" endDate="2019-02-16 11:46:23 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 11:58:38 +0100" startDate="2019-02-16 11:47:32 +0100" endDate="2019-02-16 11:53:36 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 12:12:16 +0100" startDate="2019-02-16 11:53:44 +0100" endDate="2019-02-16 11:58:12 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 12:14:39 +0100" startDate="2019-02-16 11:59:41 +0100" endDate="2019-02-16 12:09:26 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 12:20:46 +0100" startDate="2019-02-16 12:09:46 +0100" endDate="2019-02-16 12:15:57 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 12:59:24 +0100" startDate="2019-02-16 12:47:53 +0100" endDate="2019-02-16 12:48:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 13:48:45 +0100" startDate="2019-02-16 13:38:41 +0100" endDate="2019-02-16 13:38:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 14:32:45 +0100" startDate="2019-02-16 14:20:51 +0100" endDate="2019-02-16 14:22:13 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 14:55:06 +0100" startDate="2019-02-16 14:43:07 +0100" endDate="2019-02-16 14:47:28 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 15:10:50 +0100" startDate="2019-02-16 14:59:04 +0100" endDate="2019-02-16 14:59:50 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 15:21:35 +0100" startDate="2019-02-16 15:10:33 +0100" endDate="2019-02-16 15:10:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 18:15:39 +0100" startDate="2019-02-16 17:49:56 +0100" endDate="2019-02-16 17:50:34 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 18:26:39 +0100" startDate="2019-02-16 18:15:26 +0100" endDate="2019-02-16 18:15:48 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 19:04:13 +0100" startDate="2019-02-16 18:40:57 +0100" endDate="2019-02-16 18:50:39 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-16 19:15:06 +0100" startDate="2019-02-16 18:54:24 +0100" endDate="2019-02-16 19:00:26 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 02:24:33 +0100" startDate="2019-02-17 02:09:11 +0100" endDate="2019-02-17 02:19:05 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 02:35:11 +0100" startDate="2019-02-17 02:19:13 +0100" endDate="2019-02-17 02:27:35 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 02:42:33 +0100" startDate="2019-02-17 02:29:50 +0100" endDate="2019-02-17 02:39:51 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 03:03:52 +0100" startDate="2019-02-17 02:39:51 +0100" endDate="2019-02-17 02:49:51 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 03:03:52 +0100" startDate="2019-02-17 02:49:51 +0100" endDate="2019-02-17 02:50:37 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 03:04:52 +0100" startDate="2019-02-17 02:50:37 +0100" endDate="2019-02-17 02:54:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 03:28:31 +0100" startDate="2019-02-17 03:16:24 +0100" endDate="2019-02-17 03:23:18 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 03:38:29 +0100" startDate="2019-02-17 03:27:26 +0100" endDate="2019-02-17 03:27:33 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 09:11:05 +0100" startDate="2019-02-17 08:50:37 +0100" endDate="2019-02-17 08:57:11 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 09:45:54 +0100" startDate="2019-02-17 09:34:19 +0100" endDate="2019-02-17 09:34:24 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 10:07:40 +0100" startDate="2019-02-17 09:47:32 +0100" endDate="2019-02-17 09:49:16 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 10:21:14 +0100" startDate="2019-02-17 10:06:10 +0100" endDate="2019-02-17 10:16:07 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 10:27:17 +0100" startDate="2019-02-17 10:16:17 +0100" endDate="2019-02-17 10:21:03 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 12:10:05 +0100" startDate="2019-02-17 11:37:01 +0100" endDate="2019-02-17 11:45:07 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 12:10:05 +0100" startDate="2019-02-17 11:47:40 +0100" endDate="2019-02-17 11:56:14 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 12:12:32 +0100" startDate="2019-02-17 11:56:14 +0100" endDate="2019-02-17 12:06:13 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 12:17:16 +0100" startDate="2019-02-17 12:06:13 +0100" endDate="2019-02-17 12:08:00 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 12:47:54 +0100" startDate="2019-02-17 12:36:41 +0100" endDate="2019-02-17 12:37:25 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 13:07:32 +0100" startDate="2019-02-17 12:53:52 +0100" endDate="2019-02-17 13:03:50 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 13:17:28 +0100" startDate="2019-02-17 13:06:28 +0100" endDate="2019-02-17 13:09:07 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 13:51:03 +0100" startDate="2019-02-17 13:40:14 +0100" endDate="2019-02-17 13:40:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 14:10:53 +0100" startDate="2019-02-17 13:53:02 +0100" endDate="2019-02-17 14:01:24 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 14:17:47 +0100" startDate="2019-02-17 14:06:47 +0100" endDate="2019-02-17 14:12:02 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 14:38:35 +0100" startDate="2019-02-17 14:26:58 +0100" endDate="2019-02-17 14:31:20 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 14:55:28 +0100" startDate="2019-02-17 14:42:33 +0100" endDate="2019-02-17 14:48:40 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 15:10:51 +0100" startDate="2019-02-17 14:57:31 +0100" endDate="2019-02-17 14:59:00 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 16:57:46 +0100" startDate="2019-02-17 16:43:31 +0100" endDate="2019-02-17 16:51:51 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 17:15:43 +0100" startDate="2019-02-17 17:03:14 +0100" endDate="2019-02-17 17:03:57 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 17:34:46 +0100" startDate="2019-02-17 17:22:42 +0100" endDate="2019-02-17 17:29:28 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 18:11:50 +0100" startDate="2019-02-17 17:59:47 +0100" endDate="2019-02-17 18:08:34 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 18:46:57 +0100" startDate="2019-02-17 18:33:25 +0100" endDate="2019-02-17 18:36:53 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 20:23:31 +0100" startDate="2019-02-17 20:13:21 +0100" endDate="2019-02-17 20:13:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.2, creation date:2018-12-29 10:31:03 +0000&gt;" unit="count" creationDate="2019-02-17 22:19:43 +0100" startDate="2019-02-17 22:05:53 +0100" endDate="2019-02-17 22:06:13 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 07:11:21 +0100" startDate="2019-02-18 07:00:10 +0100" endDate="2019-02-18 07:09:42 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 07:28:16 +0100" startDate="2019-02-18 07:16:48 +0100" endDate="2019-02-18 07:17:16 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 08:02:31 +0100" startDate="2019-02-18 07:48:30 +0100" endDate="2019-02-18 07:58:27 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 08:21:54 +0100" startDate="2019-02-18 07:59:00 +0100" endDate="2019-02-18 08:09:02 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 08:21:54 +0100" startDate="2019-02-18 08:09:02 +0100" endDate="2019-02-18 08:09:17 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 08:22:54 +0100" startDate="2019-02-18 08:09:17 +0100" endDate="2019-02-18 08:13:35 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 09:03:44 +0100" startDate="2019-02-18 08:52:24 +0100" endDate="2019-02-18 08:59:34 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 09:22:38 +0100" startDate="2019-02-18 09:11:04 +0100" endDate="2019-02-18 09:16:32 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 10:41:41 +0100" startDate="2019-02-18 10:30:11 +0100" endDate="2019-02-18 10:30:41 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 11:46:39 +0100" startDate="2019-02-18 11:34:51 +0100" endDate="2019-02-18 11:40:50 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 11:56:16 +0100" startDate="2019-02-18 11:45:07 +0100" endDate="2019-02-18 11:47:50 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 12:13:27 +0100" startDate="2019-02-18 12:00:05 +0100" endDate="2019-02-18 12:09:37 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 12:28:34 +0100" startDate="2019-02-18 12:13:42 +0100" endDate="2019-02-18 12:15:16 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 12:48:06 +0100" startDate="2019-02-18 12:36:07 +0100" endDate="2019-02-18 12:45:59 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 13:00:05 +0100" startDate="2019-02-18 12:46:50 +0100" endDate="2019-02-18 12:56:50 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 13:07:52 +0100" startDate="2019-02-18 12:56:50 +0100" endDate="2019-02-18 13:01:40 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 15:16:51 +0100" startDate="2019-02-18 14:53:43 +0100" endDate="2019-02-18 14:54:32 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 16:50:52 +0100" startDate="2019-02-18 16:33:34 +0100" endDate="2019-02-18 16:36:10 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 17:35:37 +0100" startDate="2019-02-18 17:15:55 +0100" endDate="2019-02-18 17:17:32 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 18:06:51 +0100" startDate="2019-02-18 17:55:33 +0100" endDate="2019-02-18 18:05:22 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 18:19:10 +0100" startDate="2019-02-18 18:07:27 +0100" endDate="2019-02-18 18:16:07 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 18:29:01 +0100" startDate="2019-02-18 18:17:59 +0100" endDate="2019-02-18 18:18:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 18:49:58 +0100" startDate="2019-02-18 18:38:40 +0100" endDate="2019-02-18 18:44:36 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 19:08:36 +0100" startDate="2019-02-18 18:51:25 +0100" endDate="2019-02-18 18:54:16 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 20:51:41 +0100" startDate="2019-02-18 20:37:08 +0100" endDate="2019-02-18 20:46:53 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 21:00:23 +0100" startDate="2019-02-18 20:49:23 +0100" endDate="2019-02-18 20:59:24 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 21:14:14 +0100" startDate="2019-02-18 20:59:52 +0100" endDate="2019-02-18 21:04:42 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 21:22:58 +0100" startDate="2019-02-18 21:10:06 +0100" endDate="2019-02-18 21:10:42 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 21:44:03 +0100" startDate="2019-02-18 21:33:31 +0100" endDate="2019-02-18 21:33:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 22:05:20 +0100" startDate="2019-02-18 21:50:50 +0100" endDate="2019-02-18 21:59:51 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-18 22:39:23 +0100" startDate="2019-02-18 22:26:28 +0100" endDate="2019-02-18 22:28:23 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 07:21:34 +0100" startDate="2019-02-19 07:06:41 +0100" endDate="2019-02-19 07:13:13 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 07:27:43 +0100" startDate="2019-02-19 07:16:42 +0100" endDate="2019-02-19 07:16:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 07:39:44 +0100" startDate="2019-02-19 07:29:43 +0100" endDate="2019-02-19 07:29:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 08:06:09 +0100" startDate="2019-02-19 07:50:24 +0100" endDate="2019-02-19 07:54:31 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 08:11:57 +0100" startDate="2019-02-19 08:00:57 +0100" endDate="2019-02-19 08:10:58 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 08:22:01 +0100" startDate="2019-02-19 08:10:58 +0100" endDate="2019-02-19 08:14:32 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 08:42:53 +0100" startDate="2019-02-19 08:25:05 +0100" endDate="2019-02-19 08:33:04 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 09:10:04 +0100" startDate="2019-02-19 08:56:19 +0100" endDate="2019-02-19 08:57:27 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 09:27:26 +0100" startDate="2019-02-19 09:15:02 +0100" endDate="2019-02-19 09:18:18 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 09:39:47 +0100" startDate="2019-02-19 09:27:07 +0100" endDate="2019-02-19 09:30:33 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 11:40:58 +0100" startDate="2019-02-19 11:28:06 +0100" endDate="2019-02-19 11:38:05 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 11:51:56 +0100" startDate="2019-02-19 11:38:05 +0100" endDate="2019-02-19 11:45:21 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 12:26:25 +0100" startDate="2019-02-19 12:14:38 +0100" endDate="2019-02-19 12:22:28 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 13:20:38 +0100" startDate="2019-02-19 12:56:02 +0100" endDate="2019-02-19 12:56:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 13:55:55 +0100" startDate="2019-02-19 13:43:22 +0100" endDate="2019-02-19 13:48:35 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 14:13:12 +0100" startDate="2019-02-19 13:57:52 +0100" endDate="2019-02-19 14:03:39 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 14:26:47 +0100" startDate="2019-02-19 14:09:20 +0100" endDate="2019-02-19 14:09:38 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 14:42:36 +0100" startDate="2019-02-19 14:26:00 +0100" endDate="2019-02-19 14:33:25 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 16:10:49 +0100" startDate="2019-02-19 15:54:41 +0100" endDate="2019-02-19 16:00:04 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 16:26:40 +0100" startDate="2019-02-19 16:11:54 +0100" endDate="2019-02-19 16:13:56 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 16:38:06 +0100" startDate="2019-02-19 16:26:40 +0100" endDate="2019-02-19 16:27:06 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 16:53:03 +0100" startDate="2019-02-19 16:41:12 +0100" endDate="2019-02-19 16:51:12 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 17:02:15 +0100" startDate="2019-02-19 16:51:12 +0100" endDate="2019-02-19 16:51:50 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 18:24:47 +0100" startDate="2019-02-19 18:13:42 +0100" endDate="2019-02-19 18:19:03 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 18:37:49 +0100" startDate="2019-02-19 18:24:30 +0100" endDate="2019-02-19 18:29:22 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 19:02:56 +0100" startDate="2019-02-19 18:49:06 +0100" endDate="2019-02-19 18:59:05 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 19:13:13 +0100" startDate="2019-02-19 18:59:05 +0100" endDate="2019-02-19 19:03:36 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 21:09:10 +0100" startDate="2019-02-19 18:59:05 +0100" endDate="2019-02-19 19:03:36 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 21:09:10 +0100" startDate="2019-02-19 20:25:13 +0100" endDate="2019-02-19 20:28:24 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 21:11:03 +0100" startDate="2019-02-19 21:00:03 +0100" endDate="2019-02-19 21:10:03 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 21:21:06 +0100" startDate="2019-02-19 21:10:03 +0100" endDate="2019-02-19 21:15:42 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 21:32:49 +0100" startDate="2019-02-19 21:20:43 +0100" endDate="2019-02-19 21:20:53 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 21:48:04 +0100" startDate="2019-02-19 21:36:51 +0100" endDate="2019-02-19 21:37:04 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-19 22:29:28 +0100" startDate="2019-02-19 22:18:18 +0100" endDate="2019-02-19 22:20:10 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 07:48:46 +0100" startDate="2019-02-20 07:36:33 +0100" endDate="2019-02-20 07:40:13 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 08:40:54 +0100" startDate="2019-02-20 08:23:37 +0100" endDate="2019-02-20 08:33:18 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 08:46:58 +0100" startDate="2019-02-20 08:34:37 +0100" endDate="2019-02-20 08:43:17 +0100" value="860"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 09:07:57 +0100" startDate="2019-02-20 08:52:41 +0100" endDate="2019-02-20 08:53:16 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 09:33:48 +0100" startDate="2019-02-20 09:22:28 +0100" endDate="2019-02-20 09:27:14 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 09:43:53 +0100" startDate="2019-02-20 09:32:30 +0100" endDate="2019-02-20 09:34:04 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 09:55:30 +0100" startDate="2019-02-20 09:42:52 +0100" endDate="2019-02-20 09:43:25 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 11:06:42 +0100" startDate="2019-02-20 10:47:58 +0100" endDate="2019-02-20 10:48:11 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 11:52:22 +0100" startDate="2019-02-20 11:35:04 +0100" endDate="2019-02-20 11:40:04 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 12:08:18 +0100" startDate="2019-02-20 11:52:59 +0100" endDate="2019-02-20 11:59:12 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 13:44:52 +0100" startDate="2019-02-20 13:32:35 +0100" endDate="2019-02-20 13:40:21 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 13:59:43 +0100" startDate="2019-02-20 13:46:28 +0100" endDate="2019-02-20 13:56:29 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 14:14:49 +0100" startDate="2019-02-20 13:57:45 +0100" endDate="2019-02-20 14:05:41 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 14:28:21 +0100" startDate="2019-02-20 14:14:14 +0100" endDate="2019-02-20 14:17:17 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 16:13:52 +0100" startDate="2019-02-20 15:52:13 +0100" endDate="2019-02-20 16:01:33 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 16:13:52 +0100" startDate="2019-02-20 16:03:05 +0100" endDate="2019-02-20 16:11:04 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 16:45:29 +0100" startDate="2019-02-20 16:30:56 +0100" endDate="2019-02-20 16:32:25 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 17:04:29 +0100" startDate="2019-02-20 16:50:22 +0100" endDate="2019-02-20 17:00:16 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 17:16:11 +0100" startDate="2019-02-20 17:00:22 +0100" endDate="2019-02-20 17:00:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 17:41:00 +0100" startDate="2019-02-20 17:27:35 +0100" endDate="2019-02-20 17:27:37 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 18:07:28 +0100" startDate="2019-02-20 17:56:23 +0100" endDate="2019-02-20 17:56:28 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 18:53:45 +0100" startDate="2019-02-20 18:41:52 +0100" endDate="2019-02-20 18:47:42 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 19:26:45 +0100" startDate="2019-02-20 19:12:11 +0100" endDate="2019-02-20 19:18:19 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 19:38:06 +0100" startDate="2019-02-20 19:27:08 +0100" endDate="2019-02-20 19:27:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 20:55:38 +0100" startDate="2019-02-20 20:42:43 +0100" endDate="2019-02-20 20:52:44 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 21:10:44 +0100" startDate="2019-02-20 20:53:07 +0100" endDate="2019-02-20 21:01:38 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 21:46:22 +0100" startDate="2019-02-20 21:25:39 +0100" endDate="2019-02-20 21:31:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-20 23:28:15 +0100" startDate="2019-02-20 23:08:58 +0100" endDate="2019-02-20 23:14:26 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 00:28:05 +0100" startDate="2019-02-21 00:14:22 +0100" endDate="2019-02-21 00:24:18 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 00:36:26 +0100" startDate="2019-02-21 00:24:23 +0100" endDate="2019-02-21 00:28:04 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 01:00:03 +0100" startDate="2019-02-21 00:48:50 +0100" endDate="2019-02-21 00:49:02 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 06:08:59 +0100" startDate="2019-02-21 05:58:56 +0100" endDate="2019-02-21 05:58:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 07:15:53 +0100" startDate="2019-02-21 07:02:27 +0100" endDate="2019-02-21 07:02:53 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 07:29:08 +0100" startDate="2019-02-21 07:16:06 +0100" endDate="2019-02-21 07:23:50 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 08:50:15 +0100" startDate="2019-02-21 08:37:49 +0100" endDate="2019-02-21 08:47:38 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 09:00:49 +0100" startDate="2019-02-21 08:48:13 +0100" endDate="2019-02-21 08:58:12 +0100" value="964"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 09:10:27 +0100" startDate="2019-02-21 08:58:12 +0100" endDate="2019-02-21 09:03:32 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 09:48:38 +0100" startDate="2019-02-21 09:34:34 +0100" endDate="2019-02-21 09:36:21 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 10:14:13 +0100" startDate="2019-02-21 09:50:52 +0100" endDate="2019-02-21 09:59:04 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 11:18:19 +0100" startDate="2019-02-21 11:04:57 +0100" endDate="2019-02-21 11:11:04 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 11:42:38 +0100" startDate="2019-02-21 11:30:10 +0100" endDate="2019-02-21 11:40:10 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 11:54:02 +0100" startDate="2019-02-21 11:40:10 +0100" endDate="2019-02-21 11:45:46 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 12:15:43 +0100" startDate="2019-02-21 12:04:11 +0100" endDate="2019-02-21 12:14:12 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 12:29:37 +0100" startDate="2019-02-21 12:14:12 +0100" endDate="2019-02-21 12:18:37 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 13:25:33 +0100" startDate="2019-02-21 13:14:20 +0100" endDate="2019-02-21 13:14:33 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 14:14:28 +0100" startDate="2019-02-21 14:04:05 +0100" endDate="2019-02-21 14:04:07 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 14:26:15 +0100" startDate="2019-02-21 14:15:25 +0100" endDate="2019-02-21 14:15:28 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 14:55:10 +0100" startDate="2019-02-21 14:41:58 +0100" endDate="2019-02-21 14:45:14 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 15:10:26 +0100" startDate="2019-02-21 14:58:25 +0100" endDate="2019-02-21 15:08:14 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 15:21:54 +0100" startDate="2019-02-21 15:08:52 +0100" endDate="2019-02-21 15:17:49 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 16:48:12 +0100" startDate="2019-02-21 16:36:13 +0100" endDate="2019-02-21 16:36:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 20:24:17 +0100" startDate="2019-02-21 20:13:12 +0100" endDate="2019-02-21 20:13:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 20:39:37 +0100" startDate="2019-02-21 20:24:49 +0100" endDate="2019-02-21 20:24:56 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-21 22:18:50 +0100" startDate="2019-02-21 22:06:54 +0100" endDate="2019-02-21 22:10:23 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 07:29:12 +0100" startDate="2019-02-22 07:17:52 +0100" endDate="2019-02-22 07:24:22 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 08:19:38 +0100" startDate="2019-02-22 08:01:29 +0100" endDate="2019-02-22 08:04:35 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 08:27:13 +0100" startDate="2019-02-22 08:11:59 +0100" endDate="2019-02-22 08:21:59 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 08:37:17 +0100" startDate="2019-02-22 08:21:59 +0100" endDate="2019-02-22 08:29:12 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 08:43:26 +0100" startDate="2019-02-22 08:32:11 +0100" endDate="2019-02-22 08:39:47 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 11:43:22 +0100" startDate="2019-02-22 11:26:02 +0100" endDate="2019-02-22 11:31:21 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 11:49:37 +0100" startDate="2019-02-22 11:36:34 +0100" endDate="2019-02-22 11:46:35 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 12:18:28 +0100" startDate="2019-02-22 11:46:35 +0100" endDate="2019-02-22 12:17:13 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 12:30:16 +0100" startDate="2019-02-22 12:17:28 +0100" endDate="2019-02-22 12:27:24 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 12:45:34 +0100" startDate="2019-02-22 12:29:44 +0100" endDate="2019-02-22 12:30:01 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 13:22:35 +0100" startDate="2019-02-22 12:59:46 +0100" endDate="2019-02-22 13:09:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 13:22:35 +0100" startDate="2019-02-22 13:10:29 +0100" endDate="2019-02-22 13:11:23 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 14:10:33 +0100" startDate="2019-02-22 13:54:22 +0100" endDate="2019-02-22 13:57:02 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 14:49:59 +0100" startDate="2019-02-22 14:36:20 +0100" endDate="2019-02-22 14:36:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 15:04:58 +0100" startDate="2019-02-22 14:49:17 +0100" endDate="2019-02-22 14:57:04 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 15:20:30 +0100" startDate="2019-02-22 15:08:56 +0100" endDate="2019-02-22 15:15:35 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 15:31:21 +0100" startDate="2019-02-22 15:15:35 +0100" endDate="2019-02-22 15:25:36 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 15:36:41 +0100" startDate="2019-02-22 15:25:36 +0100" endDate="2019-02-22 15:25:41 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 16:49:12 +0100" startDate="2019-02-22 16:34:15 +0100" endDate="2019-02-22 16:44:11 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 18:18:59 +0100" startDate="2019-02-22 18:03:37 +0100" endDate="2019-02-22 18:11:29 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 18:42:44 +0100" startDate="2019-02-22 18:31:16 +0100" endDate="2019-02-22 18:34:13 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 18:57:36 +0100" startDate="2019-02-22 18:45:08 +0100" endDate="2019-02-22 18:45:16 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 20:06:26 +0100" startDate="2019-02-22 19:50:23 +0100" endDate="2019-02-22 19:55:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 20:36:09 +0100" startDate="2019-02-22 20:10:00 +0100" endDate="2019-02-22 20:11:19 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 20:55:07 +0100" startDate="2019-02-22 20:43:25 +0100" endDate="2019-02-22 20:52:24 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 21:05:29 +0100" startDate="2019-02-22 20:54:29 +0100" endDate="2019-02-22 20:57:58 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 23:37:16 +0100" startDate="2019-02-22 23:24:31 +0100" endDate="2019-02-22 23:25:30 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-22 23:47:37 +0100" startDate="2019-02-22 23:36:35 +0100" endDate="2019-02-22 23:36:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 11:21:57 +0100" startDate="2019-02-23 11:09:42 +0100" endDate="2019-02-23 11:09:47 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 12:16:23 +0100" startDate="2019-02-23 12:03:54 +0100" endDate="2019-02-23 12:04:01 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 13:20:08 +0100" startDate="2019-02-23 13:08:58 +0100" endDate="2019-02-23 13:13:35 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 14:12:41 +0100" startDate="2019-02-23 14:01:15 +0100" endDate="2019-02-23 14:01:41 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 14:54:53 +0100" startDate="2019-02-23 14:42:16 +0100" endDate="2019-02-23 14:46:36 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 15:40:04 +0100" startDate="2019-02-23 15:28:56 +0100" endDate="2019-02-23 15:38:49 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 15:50:22 +0100" startDate="2019-02-23 15:39:20 +0100" endDate="2019-02-23 15:39:35 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 17:37:49 +0100" startDate="2019-02-23 17:25:12 +0100" endDate="2019-02-23 17:29:43 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 18:01:00 +0100" startDate="2019-02-23 17:49:49 +0100" endDate="2019-02-23 17:50:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 18:16:28 +0100" startDate="2019-02-23 18:04:53 +0100" endDate="2019-02-23 18:04:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 19:11:09 +0100" startDate="2019-02-23 18:53:07 +0100" endDate="2019-02-23 18:53:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 19:24:22 +0100" startDate="2019-02-23 19:13:02 +0100" endDate="2019-02-23 19:13:22 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 19:42:39 +0100" startDate="2019-02-23 19:30:41 +0100" endDate="2019-02-23 19:35:07 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 20:01:45 +0100" startDate="2019-02-23 19:48:03 +0100" endDate="2019-02-23 19:52:00 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 20:39:06 +0100" startDate="2019-02-23 20:01:53 +0100" endDate="2019-02-23 20:08:10 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 20:39:06 +0100" startDate="2019-02-23 20:21:11 +0100" endDate="2019-02-23 20:21:23 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 20:53:59 +0100" startDate="2019-02-23 20:36:04 +0100" endDate="2019-02-23 20:38:51 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 20:57:15 +0100" startDate="2019-02-23 20:46:14 +0100" endDate="2019-02-23 20:52:21 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca62b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-23 21:29:13 +0100" startDate="2019-02-23 21:06:13 +0100" endDate="2019-02-23 21:06:48 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 10:28:57 +0100" startDate="2019-02-24 10:15:32 +0100" endDate="2019-02-24 10:23:36 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 11:04:55 +0100" startDate="2019-02-24 10:26:06 +0100" endDate="2019-02-24 10:36:04 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 13:19:23 +0100" startDate="2019-02-24 12:58:56 +0100" endDate="2019-02-24 13:08:05 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 13:19:23 +0100" startDate="2019-02-24 13:09:04 +0100" endDate="2019-02-24 13:09:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 13:46:57 +0100" startDate="2019-02-24 13:34:18 +0100" endDate="2019-02-24 13:44:18 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 13:58:52 +0100" startDate="2019-02-24 13:44:21 +0100" endDate="2019-02-24 13:49:09 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 14:35:05 +0100" startDate="2019-02-24 14:17:34 +0100" endDate="2019-02-24 14:22:48 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 14:50:23 +0100" startDate="2019-02-24 14:32:31 +0100" endDate="2019-02-24 14:42:29 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 14:54:40 +0100" startDate="2019-02-24 14:42:34 +0100" endDate="2019-02-24 14:52:34 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 15:07:50 +0100" startDate="2019-02-24 14:52:34 +0100" endDate="2019-02-24 15:02:22 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 15:13:45 +0100" startDate="2019-02-24 15:02:45 +0100" endDate="2019-02-24 15:08:57 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 15:32:35 +0100" startDate="2019-02-24 15:12:55 +0100" endDate="2019-02-24 15:13:59 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 15:46:24 +0100" startDate="2019-02-24 15:28:23 +0100" endDate="2019-02-24 15:28:33 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 16:02:54 +0100" startDate="2019-02-24 15:47:23 +0100" endDate="2019-02-24 15:55:26 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 16:13:54 +0100" startDate="2019-02-24 16:00:44 +0100" endDate="2019-02-24 16:10:11 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 16:31:32 +0100" startDate="2019-02-24 16:11:47 +0100" endDate="2019-02-24 16:13:52 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 16:46:45 +0100" startDate="2019-02-24 16:22:25 +0100" endDate="2019-02-24 16:32:25 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 16:46:45 +0100" startDate="2019-02-24 16:32:25 +0100" endDate="2019-02-24 16:37:10 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 17:04:44 +0100" startDate="2019-02-24 16:46:05 +0100" endDate="2019-02-24 16:55:50 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 17:41:00 +0100" startDate="2019-02-24 16:56:35 +0100" endDate="2019-02-24 17:06:33 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 17:41:00 +0100" startDate="2019-02-24 17:06:56 +0100" endDate="2019-02-24 17:14:52 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 17:41:00 +0100" startDate="2019-02-24 17:26:32 +0100" endDate="2019-02-24 17:26:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 17:52:10 +0100" startDate="2019-02-24 17:38:11 +0100" endDate="2019-02-24 17:48:12 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 17:59:15 +0100" startDate="2019-02-24 17:48:12 +0100" endDate="2019-02-24 17:50:09 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 19:11:56 +0100" startDate="2019-02-24 18:58:38 +0100" endDate="2019-02-24 19:03:59 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 19:22:06 +0100" startDate="2019-02-24 19:11:03 +0100" endDate="2019-02-24 19:21:02 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 19:37:42 +0100" startDate="2019-02-24 19:26:29 +0100" endDate="2019-02-24 19:26:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 19:56:32 +0100" startDate="2019-02-24 19:45:15 +0100" endDate="2019-02-24 19:45:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-24 21:24:11 +0100" startDate="2019-02-24 21:10:17 +0100" endDate="2019-02-24 21:11:41 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 07:48:53 +0100" startDate="2019-02-24 21:11:41 +0100" endDate="2019-02-25 07:47:50 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 07:59:48 +0100" startDate="2019-02-25 07:47:53 +0100" endDate="2019-02-25 07:56:54 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 08:19:29 +0100" startDate="2019-02-25 08:01:19 +0100" endDate="2019-02-25 08:05:39 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 08:24:03 +0100" startDate="2019-02-25 08:12:52 +0100" endDate="2019-02-25 08:22:52 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 08:36:45 +0100" startDate="2019-02-25 08:22:52 +0100" endDate="2019-02-25 08:32:24 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 08:46:14 +0100" startDate="2019-02-25 08:34:19 +0100" endDate="2019-02-25 08:35:07 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 09:37:40 +0100" startDate="2019-02-25 09:25:10 +0100" endDate="2019-02-25 09:28:41 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 12:01:04 +0100" startDate="2019-02-25 11:49:03 +0100" endDate="2019-02-25 11:58:37 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 12:11:47 +0100" startDate="2019-02-25 11:59:05 +0100" endDate="2019-02-25 12:09:04 +0100" value="1008"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 12:25:26 +0100" startDate="2019-02-25 12:09:04 +0100" endDate="2019-02-25 12:10:22 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 12:52:56 +0100" startDate="2019-02-25 12:39:03 +0100" endDate="2019-02-25 12:49:00 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 13:02:46 +0100" startDate="2019-02-25 12:49:25 +0100" endDate="2019-02-25 12:49:28 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 13:56:40 +0100" startDate="2019-02-25 13:46:37 +0100" endDate="2019-02-25 13:46:39 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 15:03:50 +0100" startDate="2019-02-25 14:51:16 +0100" endDate="2019-02-25 15:01:02 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 15:32:57 +0100" startDate="2019-02-25 15:15:53 +0100" endDate="2019-02-25 15:25:34 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 15:39:59 +0100" startDate="2019-02-25 15:25:59 +0100" endDate="2019-02-25 15:35:55 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 15:49:40 +0100" startDate="2019-02-25 15:36:46 +0100" endDate="2019-02-25 15:46:43 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 16:51:46 +0100" startDate="2019-02-25 16:32:09 +0100" endDate="2019-02-25 16:40:28 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 17:01:26 +0100" startDate="2019-02-25 16:43:50 +0100" endDate="2019-02-25 16:47:16 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 17:09:16 +0100" startDate="2019-02-25 16:55:33 +0100" endDate="2019-02-25 16:55:36 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 17:20:40 +0100" startDate="2019-02-25 17:05:51 +0100" endDate="2019-02-25 17:15:17 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 17:31:57 +0100" startDate="2019-02-25 17:16:16 +0100" endDate="2019-02-25 17:23:37 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 17:42:26 +0100" startDate="2019-02-25 17:31:15 +0100" endDate="2019-02-25 17:31:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 17:56:14 +0100" startDate="2019-02-25 17:44:36 +0100" endDate="2019-02-25 17:45:14 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 21:09:13 +0100" startDate="2019-02-25 20:56:26 +0100" endDate="2019-02-25 20:56:46 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-25 21:30:32 +0100" startDate="2019-02-25 21:18:05 +0100" endDate="2019-02-25 21:24:27 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 08:00:02 +0100" startDate="2019-02-26 07:44:13 +0100" endDate="2019-02-26 07:52:50 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 08:11:15 +0100" startDate="2019-02-26 07:54:19 +0100" endDate="2019-02-26 07:58:36 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 08:26:20 +0100" startDate="2019-02-26 08:15:14 +0100" endDate="2019-02-26 08:22:04 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 08:42:45 +0100" startDate="2019-02-26 08:28:09 +0100" endDate="2019-02-26 08:37:35 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 08:55:41 +0100" startDate="2019-02-26 08:42:45 +0100" endDate="2019-02-26 08:50:02 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 09:22:49 +0100" startDate="2019-02-26 09:06:29 +0100" endDate="2019-02-26 09:15:35 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 10:15:47 +0100" startDate="2019-02-26 10:04:07 +0100" endDate="2019-02-26 10:13:23 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 10:35:54 +0100" startDate="2019-02-26 10:22:38 +0100" endDate="2019-02-26 10:30:43 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 10:49:51 +0100" startDate="2019-02-26 10:34:57 +0100" endDate="2019-02-26 10:38:22 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 11:01:49 +0100" startDate="2019-02-26 10:50:29 +0100" endDate="2019-02-26 10:59:33 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 11:54:08 +0100" startDate="2019-02-26 11:37:20 +0100" endDate="2019-02-26 11:47:19 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 12:02:14 +0100" startDate="2019-02-26 11:47:19 +0100" endDate="2019-02-26 11:57:20 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 12:14:48 +0100" startDate="2019-02-26 11:57:20 +0100" endDate="2019-02-26 12:04:13 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 13:34:31 +0100" startDate="2019-02-26 13:16:14 +0100" endDate="2019-02-26 13:24:37 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 14:15:45 +0100" startDate="2019-02-26 14:04:25 +0100" endDate="2019-02-26 14:13:28 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 16:23:44 +0100" startDate="2019-02-26 16:12:38 +0100" endDate="2019-02-26 16:22:03 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 16:36:03 +0100" startDate="2019-02-26 16:23:57 +0100" endDate="2019-02-26 16:24:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 17:03:11 +0100" startDate="2019-02-26 16:50:58 +0100" endDate="2019-02-26 16:58:53 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 17:21:33 +0100" startDate="2019-02-26 17:07:29 +0100" endDate="2019-02-26 17:17:20 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 17:39:36 +0100" startDate="2019-02-26 17:28:13 +0100" endDate="2019-02-26 17:28:36 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 18:14:42 +0100" startDate="2019-02-26 18:03:26 +0100" endDate="2019-02-26 18:09:55 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 18:32:32 +0100" startDate="2019-02-26 18:20:46 +0100" endDate="2019-02-26 18:28:53 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 18:44:54 +0100" startDate="2019-02-26 18:32:56 +0100" endDate="2019-02-26 18:38:10 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 18:55:45 +0100" startDate="2019-02-26 18:44:43 +0100" endDate="2019-02-26 18:53:12 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 19:08:58 +0100" startDate="2019-02-26 18:57:43 +0100" endDate="2019-02-26 19:02:52 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 19:19:39 +0100" startDate="2019-02-26 19:08:36 +0100" endDate="2019-02-26 19:08:49 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 19:37:27 +0100" startDate="2019-02-26 19:25:19 +0100" endDate="2019-02-26 19:34:43 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-26 21:14:01 +0100" startDate="2019-02-26 21:02:30 +0100" endDate="2019-02-26 21:03:01 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 08:14:26 +0100" startDate="2019-02-27 08:01:20 +0100" endDate="2019-02-27 08:10:25 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 08:31:24 +0100" startDate="2019-02-27 08:11:26 +0100" endDate="2019-02-27 08:21:25 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 08:33:27 +0100" startDate="2019-02-27 08:21:25 +0100" endDate="2019-02-27 08:31:20 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 08:47:42 +0100" startDate="2019-02-27 08:36:26 +0100" endDate="2019-02-27 08:36:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 09:12:57 +0100" startDate="2019-02-27 09:00:53 +0100" endDate="2019-02-27 09:00:56 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 09:36:05 +0100" startDate="2019-02-27 09:23:43 +0100" endDate="2019-02-27 09:33:12 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 09:48:50 +0100" startDate="2019-02-27 09:36:00 +0100" endDate="2019-02-27 09:46:00 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 10:00:42 +0100" startDate="2019-02-27 09:46:38 +0100" endDate="2019-02-27 09:56:39 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 10:10:50 +0100" startDate="2019-02-27 09:56:39 +0100" endDate="2019-02-27 09:58:51 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 11:35:40 +0100" startDate="2019-02-27 11:16:24 +0100" endDate="2019-02-27 11:26:06 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 11:42:31 +0100" startDate="2019-02-27 11:31:29 +0100" endDate="2019-02-27 11:40:26 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 11:54:26 +0100" startDate="2019-02-27 11:43:31 +0100" endDate="2019-02-27 11:43:34 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 12:11:42 +0100" startDate="2019-02-27 11:56:43 +0100" endDate="2019-02-27 12:05:53 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 13:20:56 +0100" startDate="2019-02-27 13:02:30 +0100" endDate="2019-02-27 13:12:30 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 16:48:47 +0100" startDate="2019-02-27 16:32:02 +0100" endDate="2019-02-27 16:42:01 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 16:53:03 +0100" startDate="2019-02-27 16:42:01 +0100" endDate="2019-02-27 16:52:00 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 17:05:41 +0100" startDate="2019-02-27 16:52:00 +0100" endDate="2019-02-27 17:02:01 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 17:15:58 +0100" startDate="2019-02-27 17:02:01 +0100" endDate="2019-02-27 17:11:32 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 17:24:52 +0100" startDate="2019-02-27 17:12:05 +0100" endDate="2019-02-27 17:19:06 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 17:36:44 +0100" startDate="2019-02-27 17:25:13 +0100" endDate="2019-02-27 17:31:42 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 17:59:32 +0100" startDate="2019-02-27 17:45:36 +0100" endDate="2019-02-27 17:54:02 +0100" value="711"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 18:15:46 +0100" startDate="2019-02-27 17:57:49 +0100" endDate="2019-02-27 17:58:35 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 18:37:32 +0100" startDate="2019-02-27 18:18:40 +0100" endDate="2019-02-27 18:26:51 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 18:48:26 +0100" startDate="2019-02-27 18:36:51 +0100" endDate="2019-02-27 18:43:26 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 19:08:38 +0100" startDate="2019-02-27 18:50:45 +0100" endDate="2019-02-27 18:55:40 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 19:19:49 +0100" startDate="2019-02-27 19:06:45 +0100" endDate="2019-02-27 19:08:50 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 19:55:37 +0100" startDate="2019-02-27 19:40:41 +0100" endDate="2019-02-27 19:47:11 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 21:53:59 +0100" startDate="2019-02-27 21:39:17 +0100" endDate="2019-02-27 21:39:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-27 22:29:40 +0100" startDate="2019-02-27 22:17:51 +0100" endDate="2019-02-27 22:18:40 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 07:09:01 +0100" startDate="2019-02-28 06:53:44 +0100" endDate="2019-02-28 06:57:15 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 07:22:00 +0100" startDate="2019-02-28 07:09:17 +0100" endDate="2019-02-28 07:18:10 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 07:31:25 +0100" startDate="2019-02-28 07:20:25 +0100" endDate="2019-02-28 07:20:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 08:18:16 +0100" startDate="2019-02-28 08:00:36 +0100" endDate="2019-02-28 08:08:45 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 09:07:39 +0100" startDate="2019-02-28 08:54:32 +0100" endDate="2019-02-28 08:54:40 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 09:27:29 +0100" startDate="2019-02-28 09:05:01 +0100" endDate="2019-02-28 09:06:38 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 09:55:01 +0100" startDate="2019-02-28 09:40:19 +0100" endDate="2019-02-28 09:40:54 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 10:03:00 +0100" startDate="2019-02-28 09:51:05 +0100" endDate="2019-02-28 09:57:45 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 10:44:46 +0100" startDate="2019-02-28 10:32:07 +0100" endDate="2019-02-28 10:34:40 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 12:37:32 +0100" startDate="2019-02-28 12:26:27 +0100" endDate="2019-02-28 12:26:32 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 14:31:54 +0100" startDate="2019-02-28 14:18:19 +0100" endDate="2019-02-28 14:28:18 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 14:43:18 +0100" startDate="2019-02-28 14:28:18 +0100" endDate="2019-02-28 14:38:19 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 14:58:47 +0100" startDate="2019-02-28 14:39:05 +0100" endDate="2019-02-28 14:49:02 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 15:02:10 +0100" startDate="2019-02-28 14:49:12 +0100" endDate="2019-02-28 14:59:07 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 15:13:54 +0100" startDate="2019-02-28 14:59:12 +0100" endDate="2019-02-28 15:09:11 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 15:28:44 +0100" startDate="2019-02-28 15:09:11 +0100" endDate="2019-02-28 15:19:12 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 15:37:34 +0100" startDate="2019-02-28 15:19:12 +0100" endDate="2019-02-28 15:28:07 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 15:43:02 +0100" startDate="2019-02-28 15:30:55 +0100" endDate="2019-02-28 15:40:54 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 15:59:48 +0100" startDate="2019-02-28 15:40:59 +0100" endDate="2019-02-28 15:50:32 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 16:11:13 +0100" startDate="2019-02-28 15:53:10 +0100" endDate="2019-02-28 16:02:56 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 16:15:59 +0100" startDate="2019-02-28 16:03:49 +0100" endDate="2019-02-28 16:13:50 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 16:31:07 +0100" startDate="2019-02-28 16:13:50 +0100" endDate="2019-02-28 16:23:50 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 16:45:51 +0100" startDate="2019-02-28 16:23:55 +0100" endDate="2019-02-28 16:33:54 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 16:45:51 +0100" startDate="2019-02-28 16:34:40 +0100" endDate="2019-02-28 16:36:34 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 17:03:53 +0100" startDate="2019-02-28 16:41:29 +0100" endDate="2019-02-28 16:51:29 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 17:03:53 +0100" startDate="2019-02-28 16:51:29 +0100" endDate="2019-02-28 16:55:43 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 17:11:18 +0100" startDate="2019-02-28 16:57:12 +0100" endDate="2019-02-28 16:57:40 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 17:30:20 +0100" startDate="2019-02-28 17:15:18 +0100" endDate="2019-02-28 17:19:21 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 18:14:20 +0100" startDate="2019-02-28 17:55:36 +0100" endDate="2019-02-28 18:04:03 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 18:21:03 +0100" startDate="2019-02-28 18:06:49 +0100" endDate="2019-02-28 18:16:40 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 18:31:01 +0100" startDate="2019-02-28 18:16:58 +0100" endDate="2019-02-28 18:23:27 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 18:45:06 +0100" startDate="2019-02-28 18:31:45 +0100" endDate="2019-02-28 18:32:13 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 18:58:15 +0100" startDate="2019-02-28 18:45:30 +0100" endDate="2019-02-28 18:47:19 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-02-28 21:47:12 +0100" startDate="2019-02-28 21:35:39 +0100" endDate="2019-02-28 21:37:59 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 07:54:44 +0100" startDate="2019-03-01 07:43:29 +0100" endDate="2019-03-01 07:50:20 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 08:19:07 +0100" startDate="2019-03-01 08:07:29 +0100" endDate="2019-03-01 08:08:48 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 08:40:47 +0100" startDate="2019-03-01 08:25:21 +0100" endDate="2019-03-01 08:35:20 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 08:49:16 +0100" startDate="2019-03-01 08:35:20 +0100" endDate="2019-03-01 08:43:43 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 09:01:03 +0100" startDate="2019-03-01 08:46:57 +0100" endDate="2019-03-01 08:52:52 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 10:42:04 +0100" startDate="2019-03-01 10:22:37 +0100" endDate="2019-03-01 10:29:12 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 10:43:41 +0100" startDate="2019-03-01 10:32:41 +0100" endDate="2019-03-01 10:32:46 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 11:14:01 +0100" startDate="2019-03-01 10:57:01 +0100" endDate="2019-03-01 11:04:16 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 11:37:51 +0100" startDate="2019-03-01 11:26:35 +0100" endDate="2019-03-01 11:34:54 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 11:52:11 +0100" startDate="2019-03-01 11:37:04 +0100" endDate="2019-03-01 11:41:43 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 12:12:25 +0100" startDate="2019-03-01 11:52:40 +0100" endDate="2019-03-01 12:02:39 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 12:18:42 +0100" startDate="2019-03-01 12:02:39 +0100" endDate="2019-03-01 12:12:40 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 12:47:03 +0100" startDate="2019-03-01 12:12:40 +0100" endDate="2019-03-01 12:45:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 13:12:47 +0100" startDate="2019-03-01 13:01:55 +0100" endDate="2019-03-01 13:03:57 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 13:19:02 +0100" startDate="2019-03-01 13:03:57 +0100" endDate="2019-03-01 13:11:17 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 13:36:12 +0100" startDate="2019-03-01 13:25:38 +0100" endDate="2019-03-01 13:25:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 15:01:03 +0100" startDate="2019-03-01 14:51:00 +0100" endDate="2019-03-01 14:51:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 15:15:31 +0100" startDate="2019-03-01 15:03:35 +0100" endDate="2019-03-01 15:13:34 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 15:25:12 +0100" startDate="2019-03-01 15:13:34 +0100" endDate="2019-03-01 15:21:06 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 15:35:12 +0100" startDate="2019-03-01 15:23:11 +0100" endDate="2019-03-01 15:33:01 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 15:45:37 +0100" startDate="2019-03-01 15:33:32 +0100" endDate="2019-03-01 15:41:47 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 17:06:15 +0100" startDate="2019-03-01 16:49:15 +0100" endDate="2019-03-01 16:58:48 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 17:19:44 +0100" startDate="2019-03-01 17:06:21 +0100" endDate="2019-03-01 17:06:41 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 17:39:31 +0100" startDate="2019-03-01 17:27:05 +0100" endDate="2019-03-01 17:37:06 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 17:48:54 +0100" startDate="2019-03-01 17:37:54 +0100" endDate="2019-03-01 17:42:49 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 19:12:51 +0100" startDate="2019-03-01 18:47:46 +0100" endDate="2019-03-01 18:50:02 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 21:43:33 +0100" startDate="2019-03-01 21:32:42 +0100" endDate="2019-03-01 21:33:05 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-01 22:00:27 +0100" startDate="2019-03-01 21:48:38 +0100" endDate="2019-03-01 21:51:29 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 06:28:56 +0100" startDate="2019-03-02 06:18:53 +0100" endDate="2019-03-02 06:18:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 07:10:20 +0100" startDate="2019-03-02 06:55:46 +0100" endDate="2019-03-02 06:56:31 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 09:06:39 +0100" startDate="2019-03-02 08:55:21 +0100" endDate="2019-03-02 08:55:39 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 10:20:41 +0100" startDate="2019-03-02 10:09:56 +0100" endDate="2019-03-02 10:09:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 11:00:13 +0100" startDate="2019-03-02 10:49:05 +0100" endDate="2019-03-02 10:53:39 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 11:13:05 +0100" startDate="2019-03-02 11:01:08 +0100" endDate="2019-03-02 11:11:09 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 11:23:53 +0100" startDate="2019-03-02 11:11:09 +0100" endDate="2019-03-02 11:16:25 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 11:41:35 +0100" startDate="2019-03-02 11:24:58 +0100" endDate="2019-03-02 11:30:49 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 12:01:00 +0100" startDate="2019-03-02 11:48:45 +0100" endDate="2019-03-02 11:49:59 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 12:23:36 +0100" startDate="2019-03-02 12:10:55 +0100" endDate="2019-03-02 12:11:58 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 12:38:30 +0100" startDate="2019-03-02 12:23:16 +0100" endDate="2019-03-02 12:33:17 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 12:47:12 +0100" startDate="2019-03-02 12:33:17 +0100" endDate="2019-03-02 12:42:53 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 12:58:21 +0100" startDate="2019-03-02 12:44:20 +0100" endDate="2019-03-02 12:47:39 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 13:06:29 +0100" startDate="2019-03-02 12:54:33 +0100" endDate="2019-03-02 12:59:11 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 13:37:48 +0100" startDate="2019-03-02 13:24:32 +0100" endDate="2019-03-02 13:25:31 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 14:12:27 +0100" startDate="2019-03-02 13:59:54 +0100" endDate="2019-03-02 14:06:21 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 14:21:49 +0100" startDate="2019-03-02 14:10:48 +0100" endDate="2019-03-02 14:14:10 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 14:45:46 +0100" startDate="2019-03-02 14:27:58 +0100" endDate="2019-03-02 14:30:31 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 14:55:17 +0100" startDate="2019-03-02 14:40:34 +0100" endDate="2019-03-02 14:49:57 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 15:03:32 +0100" startDate="2019-03-02 14:51:04 +0100" endDate="2019-03-02 14:51:04 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 15:19:30 +0100" startDate="2019-03-02 15:06:17 +0100" endDate="2019-03-02 15:16:11 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 15:28:02 +0100" startDate="2019-03-02 15:16:28 +0100" endDate="2019-03-02 15:26:26 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 15:40:02 +0100" startDate="2019-03-02 15:28:24 +0100" endDate="2019-03-02 15:32:13 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 17:05:50 +0100" startDate="2019-03-02 16:50:44 +0100" endDate="2019-03-02 17:00:23 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 17:16:12 +0100" startDate="2019-03-02 17:01:12 +0100" endDate="2019-03-02 17:09:31 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 17:27:24 +0100" startDate="2019-03-02 17:16:16 +0100" endDate="2019-03-02 17:17:20 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 18:24:21 +0100" startDate="2019-03-02 18:12:20 +0100" endDate="2019-03-02 18:13:33 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 18:46:51 +0100" startDate="2019-03-02 18:34:28 +0100" endDate="2019-03-02 18:38:53 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 19:03:33 +0100" startDate="2019-03-02 18:52:04 +0100" endDate="2019-03-02 18:56:56 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 22:06:17 +0100" startDate="2019-03-02 21:48:29 +0100" endDate="2019-03-02 21:48:47 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-02 22:29:43 +0100" startDate="2019-03-02 22:19:40 +0100" endDate="2019-03-02 22:19:42 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 10:03:22 +0100" startDate="2019-03-03 09:53:18 +0100" endDate="2019-03-03 09:53:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 12:07:47 +0100" startDate="2019-03-03 11:56:42 +0100" endDate="2019-03-03 12:03:38 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 12:44:33 +0100" startDate="2019-03-03 12:30:54 +0100" endDate="2019-03-03 12:40:47 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 12:54:50 +0100" startDate="2019-03-03 12:41:13 +0100" endDate="2019-03-03 12:51:14 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 13:23:34 +0100" startDate="2019-03-03 13:01:32 +0100" endDate="2019-03-03 13:10:57 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 13:23:34 +0100" startDate="2019-03-03 13:13:04 +0100" endDate="2019-03-03 13:14:10 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 13:48:58 +0100" startDate="2019-03-03 13:19:44 +0100" endDate="2019-03-03 13:22:11 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 13:55:38 +0100" startDate="2019-03-03 13:37:57 +0100" endDate="2019-03-03 13:38:45 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 14:19:57 +0100" startDate="2019-03-03 13:48:22 +0100" endDate="2019-03-03 13:54:51 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 14:19:57 +0100" startDate="2019-03-03 14:03:10 +0100" endDate="2019-03-03 14:04:21 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 14:38:50 +0100" startDate="2019-03-03 14:24:41 +0100" endDate="2019-03-03 14:33:45 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 14:54:32 +0100" startDate="2019-03-03 14:42:12 +0100" endDate="2019-03-03 14:43:00 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 17:46:38 +0100" startDate="2019-03-03 17:33:41 +0100" endDate="2019-03-03 17:37:16 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 18:49:30 +0100" startDate="2019-03-03 18:36:45 +0100" endDate="2019-03-03 18:40:59 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 20:43:25 +0100" startDate="2019-03-03 20:30:15 +0100" endDate="2019-03-03 20:30:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-03 21:12:31 +0100" startDate="2019-03-03 21:00:17 +0100" endDate="2019-03-03 21:01:31 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-04 08:42:36 +0100" startDate="2019-03-04 08:24:48 +0100" endDate="2019-03-04 08:28:29 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-04 09:14:11 +0100" startDate="2019-03-04 08:59:28 +0100" endDate="2019-03-04 09:01:21 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-04 10:02:59 +0100" startDate="2019-03-04 09:45:25 +0100" endDate="2019-03-04 09:54:30 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-04 10:12:54 +0100" startDate="2019-03-04 10:01:52 +0100" endDate="2019-03-04 10:11:16 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-04 10:29:49 +0100" startDate="2019-03-04 10:13:31 +0100" endDate="2019-03-04 10:21:36 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-04 10:36:24 +0100" startDate="2019-03-04 10:25:24 +0100" endDate="2019-03-04 10:32:13 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-04 12:30:38 +0100" startDate="2019-03-04 12:17:57 +0100" endDate="2019-03-04 12:25:30 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-04 12:39:57 +0100" startDate="2019-03-04 12:28:57 +0100" endDate="2019-03-04 12:36:05 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-04 17:35:57 +0100" startDate="2019-03-04 17:21:17 +0100" endDate="2019-03-04 17:22:11 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 00:40:23 +0100" startDate="2019-03-05 00:30:20 +0100" endDate="2019-03-05 00:30:22 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 07:52:10 +0100" startDate="2019-03-05 07:38:17 +0100" endDate="2019-03-05 07:48:15 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 08:01:05 +0100" startDate="2019-03-05 07:50:05 +0100" endDate="2019-03-05 07:57:07 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 08:25:50 +0100" startDate="2019-03-05 08:12:54 +0100" endDate="2019-03-05 08:22:52 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 08:34:25 +0100" startDate="2019-03-05 08:23:25 +0100" endDate="2019-03-05 08:24:46 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 09:21:05 +0100" startDate="2019-03-05 09:07:15 +0100" endDate="2019-03-05 09:17:02 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 09:29:06 +0100" startDate="2019-03-05 09:18:06 +0100" endDate="2019-03-05 09:18:26 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 10:20:31 +0100" startDate="2019-03-05 10:08:45 +0100" endDate="2019-03-05 10:17:56 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 10:32:42 +0100" startDate="2019-03-05 10:19:10 +0100" endDate="2019-03-05 10:28:07 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 10:46:48 +0100" startDate="2019-03-05 10:32:21 +0100" endDate="2019-03-05 10:42:15 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 10:58:51 +0100" startDate="2019-03-05 10:43:54 +0100" endDate="2019-03-05 10:53:48 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 11:05:06 +0100" startDate="2019-03-05 10:54:03 +0100" endDate="2019-03-05 10:57:25 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 11:20:06 +0100" startDate="2019-03-05 11:07:43 +0100" endDate="2019-03-05 11:17:41 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 11:36:43 +0100" startDate="2019-03-05 11:18:27 +0100" endDate="2019-03-05 11:23:52 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 11:45:07 +0100" startDate="2019-03-05 11:28:56 +0100" endDate="2019-03-05 11:38:10 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 11:55:11 +0100" startDate="2019-03-05 11:40:26 +0100" endDate="2019-03-05 11:50:26 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 12:02:19 +0100" startDate="2019-03-05 11:50:26 +0100" endDate="2019-03-05 11:59:07 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 12:16:49 +0100" startDate="2019-03-05 12:00:42 +0100" endDate="2019-03-05 12:09:54 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 12:26:20 +0100" startDate="2019-03-05 12:10:58 +0100" endDate="2019-03-05 12:20:36 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 12:35:46 +0100" startDate="2019-03-05 12:23:07 +0100" endDate="2019-03-05 12:33:07 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 12:46:27 +0100" startDate="2019-03-05 12:33:07 +0100" endDate="2019-03-05 12:43:08 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 12:57:35 +0100" startDate="2019-03-05 12:43:08 +0100" endDate="2019-03-05 12:43:10 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 13:04:57 +0100" startDate="2019-03-05 12:53:12 +0100" endDate="2019-03-05 13:03:58 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 13:17:08 +0100" startDate="2019-03-05 13:03:58 +0100" endDate="2019-03-05 13:11:40 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 13:33:49 +0100" startDate="2019-03-05 13:18:42 +0100" endDate="2019-03-05 13:19:54 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 13:59:00 +0100" startDate="2019-03-05 13:37:09 +0100" endDate="2019-03-05 13:45:41 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 13:59:00 +0100" startDate="2019-03-05 13:47:56 +0100" endDate="2019-03-05 13:51:59 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 14:14:46 +0100" startDate="2019-03-05 13:58:13 +0100" endDate="2019-03-05 14:08:12 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 14:22:54 +0100" startDate="2019-03-05 14:08:22 +0100" endDate="2019-03-05 14:18:03 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 14:32:15 +0100" startDate="2019-03-05 14:18:59 +0100" endDate="2019-03-05 14:28:43 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 14:42:34 +0100" startDate="2019-03-05 14:29:39 +0100" endDate="2019-03-05 14:39:18 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 14:55:26 +0100" startDate="2019-03-05 14:41:57 +0100" endDate="2019-03-05 14:51:48 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 15:04:19 +0100" startDate="2019-03-05 14:52:19 +0100" endDate="2019-03-05 15:01:57 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 15:14:09 +0100" startDate="2019-03-05 15:02:25 +0100" endDate="2019-03-05 15:11:33 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 15:32:08 +0100" startDate="2019-03-05 15:12:55 +0100" endDate="2019-03-05 15:22:38 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 15:34:52 +0100" startDate="2019-03-05 15:23:52 +0100" endDate="2019-03-05 15:33:53 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 15:46:55 +0100" startDate="2019-03-05 15:33:53 +0100" endDate="2019-03-05 15:42:37 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 15:59:06 +0100" startDate="2019-03-05 15:44:37 +0100" endDate="2019-03-05 15:52:35 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 16:10:57 +0100" startDate="2019-03-05 15:55:47 +0100" endDate="2019-03-05 16:05:30 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 16:20:06 +0100" startDate="2019-03-05 16:06:03 +0100" endDate="2019-03-05 16:16:02 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 16:27:05 +0100" startDate="2019-03-05 16:16:02 +0100" endDate="2019-03-05 16:24:21 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 16:40:37 +0100" startDate="2019-03-05 16:26:32 +0100" endDate="2019-03-05 16:34:34 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 16:49:01 +0100" startDate="2019-03-05 16:38:01 +0100" endDate="2019-03-05 16:45:50 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 18:46:48 +0100" startDate="2019-03-05 18:27:21 +0100" endDate="2019-03-05 18:29:54 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 19:17:29 +0100" startDate="2019-03-05 18:29:54 +0100" endDate="2019-03-05 19:16:11 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 19:32:57 +0100" startDate="2019-03-05 19:18:09 +0100" endDate="2019-03-05 19:25:51 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 19:39:34 +0100" startDate="2019-03-05 19:28:33 +0100" endDate="2019-03-05 19:29:06 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 20:56:05 +0100" startDate="2019-03-05 20:41:59 +0100" endDate="2019-03-05 20:50:51 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 21:07:32 +0100" startDate="2019-03-05 20:53:04 +0100" endDate="2019-03-05 20:58:09 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 22:01:03 +0100" startDate="2019-03-05 21:44:43 +0100" endDate="2019-03-05 21:49:19 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 22:12:01 +0100" startDate="2019-03-05 21:58:41 +0100" endDate="2019-03-05 22:06:23 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-05 22:24:33 +0100" startDate="2019-03-05 22:12:08 +0100" endDate="2019-03-05 22:13:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 08:13:12 +0100" startDate="2019-03-06 07:59:27 +0100" endDate="2019-03-06 08:08:45 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 08:23:52 +0100" startDate="2019-03-06 08:12:52 +0100" endDate="2019-03-06 08:21:57 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 08:45:18 +0100" startDate="2019-03-06 08:32:17 +0100" endDate="2019-03-06 08:42:18 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 08:55:42 +0100" startDate="2019-03-06 08:42:18 +0100" endDate="2019-03-06 08:47:01 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 09:07:44 +0100" startDate="2019-03-06 08:55:12 +0100" endDate="2019-03-06 09:02:30 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 10:37:54 +0100" startDate="2019-03-06 10:23:16 +0100" endDate="2019-03-06 10:23:21 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 11:51:58 +0100" startDate="2019-03-06 11:30:37 +0100" endDate="2019-03-06 11:40:39 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 11:51:58 +0100" startDate="2019-03-06 11:40:39 +0100" endDate="2019-03-06 11:44:41 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 12:17:47 +0100" startDate="2019-03-06 12:03:39 +0100" endDate="2019-03-06 12:13:40 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 12:25:03 +0100" startDate="2019-03-06 12:13:40 +0100" endDate="2019-03-06 12:23:30 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 12:36:53 +0100" startDate="2019-03-06 12:24:41 +0100" endDate="2019-03-06 12:24:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 12:58:44 +0100" startDate="2019-03-06 12:48:10 +0100" endDate="2019-03-06 12:48:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 13:17:19 +0100" startDate="2019-03-06 13:01:00 +0100" endDate="2019-03-06 13:01:23 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 13:37:56 +0100" startDate="2019-03-06 13:22:03 +0100" endDate="2019-03-06 13:22:06 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 14:20:41 +0100" startDate="2019-03-06 14:04:05 +0100" endDate="2019-03-06 14:12:29 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 15:10:16 +0100" startDate="2019-03-06 14:52:59 +0100" endDate="2019-03-06 14:53:07 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 16:15:56 +0100" startDate="2019-03-06 15:55:58 +0100" endDate="2019-03-06 15:56:03 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 16:27:40 +0100" startDate="2019-03-06 16:16:03 +0100" endDate="2019-03-06 16:22:10 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 16:44:23 +0100" startDate="2019-03-06 16:27:48 +0100" endDate="2019-03-06 16:27:53 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 17:43:42 +0100" startDate="2019-03-06 17:28:13 +0100" endDate="2019-03-06 17:37:19 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 17:50:37 +0100" startDate="2019-03-06 17:39:37 +0100" endDate="2019-03-06 17:48:48 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 18:15:46 +0100" startDate="2019-03-06 17:58:11 +0100" endDate="2019-03-06 18:06:32 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 18:25:22 +0100" startDate="2019-03-06 18:10:23 +0100" endDate="2019-03-06 18:20:23 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 18:34:39 +0100" startDate="2019-03-06 18:20:23 +0100" endDate="2019-03-06 18:30:23 +0100" value="1073"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 18:53:14 +0100" startDate="2019-03-06 18:30:23 +0100" endDate="2019-03-06 18:33:45 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 19:25:45 +0100" startDate="2019-03-06 19:04:49 +0100" endDate="2019-03-06 19:09:57 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 19:41:17 +0100" startDate="2019-03-06 19:31:06 +0100" endDate="2019-03-06 19:31:26 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 19:55:10 +0100" startDate="2019-03-06 19:40:54 +0100" endDate="2019-03-06 19:50:54 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 20:07:51 +0100" startDate="2019-03-06 19:50:54 +0100" endDate="2019-03-06 19:58:22 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 21:18:01 +0100" startDate="2019-03-06 21:03:11 +0100" endDate="2019-03-06 21:04:14 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 21:31:18 +0100" startDate="2019-03-06 21:14:26 +0100" endDate="2019-03-06 21:14:49 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 22:51:39 +0100" startDate="2019-03-06 22:33:49 +0100" endDate="2019-03-06 22:36:32 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 23:25:46 +0100" startDate="2019-03-06 23:12:57 +0100" endDate="2019-03-06 23:22:57 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-06 23:38:50 +0100" startDate="2019-03-06 23:22:57 +0100" endDate="2019-03-06 23:23:46 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 00:09:09 +0100" startDate="2019-03-06 23:53:19 +0100" endDate="2019-03-06 23:53:35 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 06:59:38 +0100" startDate="2019-03-07 06:42:27 +0100" endDate="2019-03-07 06:50:45 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 07:40:56 +0100" startDate="2019-03-07 07:28:18 +0100" endDate="2019-03-07 07:35:42 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 08:53:02 +0100" startDate="2019-03-07 08:40:05 +0100" endDate="2019-03-07 08:50:04 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 09:02:28 +0100" startDate="2019-03-07 08:50:04 +0100" endDate="2019-03-07 08:58:42 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 09:17:03 +0100" startDate="2019-03-07 09:02:04 +0100" endDate="2019-03-07 09:02:29 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 10:54:02 +0100" startDate="2019-03-07 10:36:59 +0100" endDate="2019-03-07 10:39:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 11:48:04 +0100" startDate="2019-03-07 11:36:24 +0100" endDate="2019-03-07 11:46:23 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 12:02:18 +0100" startDate="2019-03-07 11:46:23 +0100" endDate="2019-03-07 11:54:33 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 12:29:44 +0100" startDate="2019-03-07 12:13:27 +0100" endDate="2019-03-07 12:22:05 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 12:56:24 +0100" startDate="2019-03-07 12:29:13 +0100" endDate="2019-03-07 12:31:41 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 15:07:47 +0100" startDate="2019-03-07 14:54:15 +0100" endDate="2019-03-07 15:00:11 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 15:17:50 +0100" startDate="2019-03-07 15:04:36 +0100" endDate="2019-03-07 15:07:50 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 15:47:21 +0100" startDate="2019-03-07 15:24:46 +0100" endDate="2019-03-07 15:25:29 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 15:57:47 +0100" startDate="2019-03-07 15:45:31 +0100" endDate="2019-03-07 15:49:25 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 16:45:43 +0100" startDate="2019-03-07 16:30:09 +0100" endDate="2019-03-07 16:33:12 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 17:03:55 +0100" startDate="2019-03-07 16:48:50 +0100" endDate="2019-03-07 16:52:01 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 17:35:36 +0100" startDate="2019-03-07 17:21:03 +0100" endDate="2019-03-07 17:31:04 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 17:42:11 +0100" startDate="2019-03-07 17:31:04 +0100" endDate="2019-03-07 17:41:04 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 17:52:06 +0100" startDate="2019-03-07 17:41:04 +0100" endDate="2019-03-07 17:50:43 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 18:02:11 +0100" startDate="2019-03-07 17:51:08 +0100" endDate="2019-03-07 18:01:07 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 18:12:10 +0100" startDate="2019-03-07 18:01:07 +0100" endDate="2019-03-07 18:11:06 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 18:22:09 +0100" startDate="2019-03-07 18:11:06 +0100" endDate="2019-03-07 18:18:22 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 18:52:17 +0100" startDate="2019-03-07 18:38:43 +0100" endDate="2019-03-07 18:38:49 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 19:17:23 +0100" startDate="2019-03-07 19:06:15 +0100" endDate="2019-03-07 19:12:42 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 19:29:05 +0100" startDate="2019-03-07 19:19:02 +0100" endDate="2019-03-07 19:19:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 20:48:24 +0100" startDate="2019-03-07 20:37:11 +0100" endDate="2019-03-07 20:45:05 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 21:01:01 +0100" startDate="2019-03-07 20:49:54 +0100" endDate="2019-03-07 20:59:29 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 21:11:50 +0100" startDate="2019-03-07 21:00:47 +0100" endDate="2019-03-07 21:10:42 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 21:24:53 +0100" startDate="2019-03-07 21:13:02 +0100" endDate="2019-03-07 21:17:35 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 21:49:35 +0100" startDate="2019-03-07 21:37:04 +0100" endDate="2019-03-07 21:46:22 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-07 21:59:44 +0100" startDate="2019-03-07 21:47:21 +0100" endDate="2019-03-07 21:48:22 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 06:08:40 +0100" startDate="2019-03-08 05:55:50 +0100" endDate="2019-03-08 06:05:31 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 06:17:43 +0100" startDate="2019-03-08 06:06:40 +0100" endDate="2019-03-08 06:07:33 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 06:33:46 +0100" startDate="2019-03-08 06:19:48 +0100" endDate="2019-03-08 06:19:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 07:50:37 +0100" startDate="2019-03-08 07:40:36 +0100" endDate="2019-03-08 07:40:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 08:15:42 +0100" startDate="2019-03-08 07:57:21 +0100" endDate="2019-03-08 07:57:38 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 08:23:58 +0100" startDate="2019-03-08 08:12:04 +0100" endDate="2019-03-08 08:22:05 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 08:34:15 +0100" startDate="2019-03-08 08:22:05 +0100" endDate="2019-03-08 08:32:05 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 08:43:07 +0100" startDate="2019-03-08 08:32:05 +0100" endDate="2019-03-08 08:38:20 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 10:30:34 +0100" startDate="2019-03-08 10:15:32 +0100" endDate="2019-03-08 10:23:08 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 10:38:06 +0100" startDate="2019-03-08 10:27:03 +0100" endDate="2019-03-08 10:33:11 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 10:49:39 +0100" startDate="2019-03-08 10:37:47 +0100" endDate="2019-03-08 10:47:00 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 11:00:00 +0100" startDate="2019-03-08 10:48:11 +0100" endDate="2019-03-08 10:55:49 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 11:45:26 +0100" startDate="2019-03-08 11:32:24 +0100" endDate="2019-03-08 11:42:24 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 12:01:39 +0100" startDate="2019-03-08 11:42:24 +0100" endDate="2019-03-08 11:52:14 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 12:47:59 +0100" startDate="2019-03-08 12:28:32 +0100" endDate="2019-03-08 12:38:31 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 13:06:16 +0100" startDate="2019-03-08 12:47:40 +0100" endDate="2019-03-08 12:49:53 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 14:40:50 +0100" startDate="2019-03-08 14:29:24 +0100" endDate="2019-03-08 14:31:03 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 16:21:22 +0100" startDate="2019-03-08 16:01:02 +0100" endDate="2019-03-08 16:08:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 16:54:28 +0100" startDate="2019-03-08 16:38:41 +0100" endDate="2019-03-08 16:44:20 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 17:28:38 +0100" startDate="2019-03-08 17:17:10 +0100" endDate="2019-03-08 17:24:19 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 17:40:39 +0100" startDate="2019-03-08 17:28:41 +0100" endDate="2019-03-08 17:28:54 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 17:59:21 +0100" startDate="2019-03-08 17:39:58 +0100" endDate="2019-03-08 17:45:48 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 18:30:47 +0100" startDate="2019-03-08 18:19:13 +0100" endDate="2019-03-08 18:20:20 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 18:55:22 +0100" startDate="2019-03-08 18:20:20 +0100" endDate="2019-03-08 18:54:17 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 19:05:20 +0100" startDate="2019-03-08 18:54:17 +0100" endDate="2019-03-08 19:03:10 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 19:22:52 +0100" startDate="2019-03-08 19:10:58 +0100" endDate="2019-03-08 19:16:19 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 20:38:02 +0100" startDate="2019-03-08 20:27:59 +0100" endDate="2019-03-08 20:28:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 21:16:09 +0100" startDate="2019-03-08 21:04:44 +0100" endDate="2019-03-08 21:14:40 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 22:12:47 +0100" startDate="2019-03-08 22:01:26 +0100" endDate="2019-03-08 22:03:46 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 22:42:31 +0100" startDate="2019-03-08 22:31:15 +0100" endDate="2019-03-08 22:31:30 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-08 23:09:59 +0100" startDate="2019-03-08 22:58:41 +0100" endDate="2019-03-08 22:58:59 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 08:19:57 +0100" startDate="2019-03-09 08:06:23 +0100" endDate="2019-03-09 08:14:41 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 09:12:42 +0100" startDate="2019-03-09 09:02:17 +0100" endDate="2019-03-09 09:02:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 09:36:48 +0100" startDate="2019-03-09 09:25:24 +0100" endDate="2019-03-09 09:34:25 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 09:51:02 +0100" startDate="2019-03-09 09:36:45 +0100" endDate="2019-03-09 09:46:35 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 09:58:46 +0100" startDate="2019-03-09 09:47:36 +0100" endDate="2019-03-09 09:54:19 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 13:15:25 +0100" startDate="2019-03-09 12:55:40 +0100" endDate="2019-03-09 13:05:40 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 13:22:11 +0100" startDate="2019-03-09 13:05:40 +0100" endDate="2019-03-09 13:05:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 14:04:45 +0100" startDate="2019-03-09 13:50:26 +0100" endDate="2019-03-09 13:55:34 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 16:07:07 +0100" startDate="2019-03-09 15:55:05 +0100" endDate="2019-03-09 15:55:07 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 16:25:39 +0100" startDate="2019-03-09 16:09:12 +0100" endDate="2019-03-09 16:17:37 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 16:36:32 +0100" startDate="2019-03-09 16:23:15 +0100" endDate="2019-03-09 16:29:12 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 16:55:04 +0100" startDate="2019-03-09 16:36:41 +0100" endDate="2019-03-09 16:46:22 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 16:59:42 +0100" startDate="2019-03-09 16:47:03 +0100" endDate="2019-03-09 16:56:57 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 17:10:58 +0100" startDate="2019-03-09 16:58:21 +0100" endDate="2019-03-09 17:06:51 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 17:19:28 +0100" startDate="2019-03-09 17:08:28 +0100" endDate="2019-03-09 17:17:13 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 17:47:30 +0100" startDate="2019-03-09 17:33:33 +0100" endDate="2019-03-09 17:34:19 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 18:00:08 +0100" startDate="2019-03-09 17:48:19 +0100" endDate="2019-03-09 17:49:08 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 18:30:06 +0100" startDate="2019-03-09 18:19:01 +0100" endDate="2019-03-09 18:23:50 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 18:46:18 +0100" startDate="2019-03-09 18:33:04 +0100" endDate="2019-03-09 18:33:09 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 19:10:02 +0100" startDate="2019-03-09 18:57:12 +0100" endDate="2019-03-09 19:01:17 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-09 22:52:45 +0100" startDate="2019-03-09 22:41:21 +0100" endDate="2019-03-09 22:43:19 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 06:51:24 +0100" startDate="2019-03-10 06:34:15 +0100" endDate="2019-03-10 06:40:24 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 07:10:40 +0100" startDate="2019-03-10 06:56:49 +0100" endDate="2019-03-10 07:04:23 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 07:17:59 +0100" startDate="2019-03-10 07:06:56 +0100" endDate="2019-03-10 07:14:37 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 07:30:36 +0100" startDate="2019-03-10 07:17:51 +0100" endDate="2019-03-10 07:20:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 08:00:54 +0100" startDate="2019-03-10 07:42:05 +0100" endDate="2019-03-10 07:51:10 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 08:03:21 +0100" startDate="2019-03-10 07:52:21 +0100" endDate="2019-03-10 08:01:49 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 08:19:23 +0100" startDate="2019-03-10 08:03:23 +0100" endDate="2019-03-10 08:11:33 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 08:37:03 +0100" startDate="2019-03-10 08:18:25 +0100" endDate="2019-03-10 08:28:24 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 08:51:49 +0100" startDate="2019-03-10 08:39:20 +0100" endDate="2019-03-10 08:48:16 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 09:05:53 +0100" startDate="2019-03-10 08:53:26 +0100" endDate="2019-03-10 09:02:39 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 09:14:58 +0100" startDate="2019-03-10 09:03:56 +0100" endDate="2019-03-10 09:12:42 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 09:26:25 +0100" startDate="2019-03-10 09:15:12 +0100" endDate="2019-03-10 09:23:55 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 09:36:16 +0100" startDate="2019-03-10 09:25:14 +0100" endDate="2019-03-10 09:35:06 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 10:39:45 +0100" startDate="2019-03-10 10:27:44 +0100" endDate="2019-03-10 10:34:01 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 11:01:28 +0100" startDate="2019-03-10 10:50:20 +0100" endDate="2019-03-10 11:00:21 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 11:11:26 +0100" startDate="2019-03-10 11:00:23 +0100" endDate="2019-03-10 11:05:59 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 11:28:34 +0100" startDate="2019-03-10 11:13:56 +0100" endDate="2019-03-10 11:14:27 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 12:23:48 +0100" startDate="2019-03-10 12:11:03 +0100" endDate="2019-03-10 12:12:30 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 13:14:42 +0100" startDate="2019-03-10 13:03:37 +0100" endDate="2019-03-10 13:06:20 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 13:40:47 +0100" startDate="2019-03-10 13:26:07 +0100" endDate="2019-03-10 13:36:05 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 13:52:25 +0100" startDate="2019-03-10 13:36:05 +0100" endDate="2019-03-10 13:46:04 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 13:59:40 +0100" startDate="2019-03-10 13:46:04 +0100" endDate="2019-03-10 13:55:51 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 14:09:41 +0100" startDate="2019-03-10 13:56:06 +0100" endDate="2019-03-10 13:59:08 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 14:27:00 +0100" startDate="2019-03-10 14:13:21 +0100" endDate="2019-03-10 14:18:43 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 15:45:08 +0100" startDate="2019-03-10 15:29:21 +0100" endDate="2019-03-10 15:34:48 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 15:57:06 +0100" startDate="2019-03-10 15:43:36 +0100" endDate="2019-03-10 15:49:43 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 17:02:27 +0100" startDate="2019-03-10 16:49:09 +0100" endDate="2019-03-10 16:50:33 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 17:44:51 +0100" startDate="2019-03-10 17:32:27 +0100" endDate="2019-03-10 17:32:29 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 18:13:34 +0100" startDate="2019-03-10 18:01:51 +0100" endDate="2019-03-10 18:11:48 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 18:25:38 +0100" startDate="2019-03-10 18:12:41 +0100" endDate="2019-03-10 18:13:27 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 19:43:27 +0100" startDate="2019-03-10 18:56:36 +0100" endDate="2019-03-10 18:58:51 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 20:38:38 +0100" startDate="2019-03-10 20:27:03 +0100" endDate="2019-03-10 20:35:51 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 20:48:25 +0100" startDate="2019-03-10 20:37:25 +0100" endDate="2019-03-10 20:40:04 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 21:12:54 +0100" startDate="2019-03-10 20:59:30 +0100" endDate="2019-03-10 21:02:13 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-10 22:29:33 +0100" startDate="2019-03-10 22:18:14 +0100" endDate="2019-03-10 22:18:32 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 07:19:04 +0100" startDate="2019-03-11 07:07:18 +0100" endDate="2019-03-11 07:11:38 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 07:35:51 +0100" startDate="2019-03-11 07:21:36 +0100" endDate="2019-03-11 07:30:07 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 07:53:42 +0100" startDate="2019-03-11 07:37:36 +0100" endDate="2019-03-11 07:46:39 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 07:59:38 +0100" startDate="2019-03-11 07:48:01 +0100" endDate="2019-03-11 07:56:42 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 08:16:49 +0100" startDate="2019-03-11 08:00:30 +0100" endDate="2019-03-11 08:06:12 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 08:41:27 +0100" startDate="2019-03-11 08:27:43 +0100" endDate="2019-03-11 08:27:45 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 09:14:04 +0100" startDate="2019-03-11 09:01:10 +0100" endDate="2019-03-11 09:11:05 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 09:25:09 +0100" startDate="2019-03-11 09:13:46 +0100" endDate="2019-03-11 09:15:11 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 09:34:51 +0100" startDate="2019-03-11 09:23:48 +0100" endDate="2019-03-11 09:33:17 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 09:45:42 +0100" startDate="2019-03-11 09:34:39 +0100" endDate="2019-03-11 09:42:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 10:01:18 +0100" startDate="2019-03-11 09:49:11 +0100" endDate="2019-03-11 09:54:55 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 10:16:16 +0100" startDate="2019-03-11 10:03:05 +0100" endDate="2019-03-11 10:03:10 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 11:16:40 +0100" startDate="2019-03-11 11:04:43 +0100" endDate="2019-03-11 11:05:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 11:31:13 +0100" startDate="2019-03-11 11:15:56 +0100" endDate="2019-03-11 11:23:12 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 12:16:11 +0100" startDate="2019-03-11 11:56:17 +0100" endDate="2019-03-11 12:01:03 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 13:14:53 +0100" startDate="2019-03-11 13:03:42 +0100" endDate="2019-03-11 13:12:59 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 13:25:38 +0100" startDate="2019-03-11 13:14:36 +0100" endDate="2019-03-11 13:24:13 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 13:40:02 +0100" startDate="2019-03-11 13:27:36 +0100" endDate="2019-03-11 13:28:49 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 14:11:27 +0100" startDate="2019-03-11 13:56:47 +0100" endDate="2019-03-11 13:57:10 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 16:04:31 +0100" startDate="2019-03-11 15:49:53 +0100" endDate="2019-03-11 15:57:51 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 17:26:26 +0100" startDate="2019-03-11 17:11:44 +0100" endDate="2019-03-11 17:20:28 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 17:35:20 +0100" startDate="2019-03-11 17:24:20 +0100" endDate="2019-03-11 17:34:20 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 17:45:23 +0100" startDate="2019-03-11 17:34:20 +0100" endDate="2019-03-11 17:41:37 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 18:01:32 +0100" startDate="2019-03-11 17:49:16 +0100" endDate="2019-03-11 17:55:21 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 18:12:29 +0100" startDate="2019-03-11 18:01:26 +0100" endDate="2019-03-11 18:10:33 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 18:23:14 +0100" startDate="2019-03-11 18:12:12 +0100" endDate="2019-03-11 18:12:55 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 18:33:28 +0100" startDate="2019-03-11 18:22:26 +0100" endDate="2019-03-11 18:22:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 18:59:27 +0100" startDate="2019-03-11 18:43:22 +0100" endDate="2019-03-11 18:53:22 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 19:04:25 +0100" startDate="2019-03-11 18:53:22 +0100" endDate="2019-03-11 19:03:22 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 20:34:34 +0100" startDate="2019-03-11 19:03:22 +0100" endDate="2019-03-11 19:10:44 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 20:50:11 +0100" startDate="2019-03-11 20:35:54 +0100" endDate="2019-03-11 20:45:53 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 21:06:40 +0100" startDate="2019-03-11 20:45:53 +0100" endDate="2019-03-11 20:55:52 +0100" value="1072"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 21:06:40 +0100" startDate="2019-03-11 20:56:20 +0100" endDate="2019-03-11 20:57:30 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 21:08:01 +0100" startDate="2019-03-11 20:57:30 +0100" endDate="2019-03-11 21:07:06 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 21:22:24 +0100" startDate="2019-03-11 21:07:47 +0100" endDate="2019-03-11 21:08:03 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-11 22:39:21 +0100" startDate="2019-03-11 22:27:22 +0100" endDate="2019-03-11 22:28:20 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 05:28:05 +0100" startDate="2019-03-12 05:11:55 +0100" endDate="2019-03-12 05:13:22 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 06:35:09 +0100" startDate="2019-03-12 06:22:52 +0100" endDate="2019-03-12 06:28:47 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 07:10:42 +0100" startDate="2019-03-12 06:57:25 +0100" endDate="2019-03-12 07:07:09 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 07:20:50 +0100" startDate="2019-03-12 07:07:55 +0100" endDate="2019-03-12 07:17:55 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 07:34:59 +0100" startDate="2019-03-12 07:17:55 +0100" endDate="2019-03-12 07:27:10 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 07:41:10 +0100" startDate="2019-03-12 07:30:10 +0100" endDate="2019-03-12 07:36:55 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 08:02:07 +0100" startDate="2019-03-12 07:50:48 +0100" endDate="2019-03-12 08:00:45 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 08:24:37 +0100" startDate="2019-03-12 08:05:29 +0100" endDate="2019-03-12 08:14:40 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 09:20:57 +0100" startDate="2019-03-12 09:08:38 +0100" endDate="2019-03-12 09:17:56 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 09:32:31 +0100" startDate="2019-03-12 09:19:53 +0100" endDate="2019-03-12 09:25:39 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 10:10:18 +0100" startDate="2019-03-12 10:00:15 +0100" endDate="2019-03-12 10:00:17 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 10:59:08 +0100" startDate="2019-03-12 10:42:26 +0100" endDate="2019-03-12 10:52:07 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 11:04:29 +0100" startDate="2019-03-12 10:52:27 +0100" endDate="2019-03-12 10:54:44 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 11:38:10 +0100" startDate="2019-03-12 11:25:17 +0100" endDate="2019-03-12 11:35:16 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 11:46:27 +0100" startDate="2019-03-12 11:35:16 +0100" endDate="2019-03-12 11:45:06 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 12:22:43 +0100" startDate="2019-03-12 12:04:01 +0100" endDate="2019-03-12 12:14:00 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 12:25:03 +0100" startDate="2019-03-12 12:14:00 +0100" endDate="2019-03-12 12:21:34 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 12:41:18 +0100" startDate="2019-03-12 12:29:35 +0100" endDate="2019-03-12 12:29:50 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 14:29:20 +0100" startDate="2019-03-12 14:15:12 +0100" endDate="2019-03-12 14:19:07 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 15:38:57 +0100" startDate="2019-03-12 15:25:37 +0100" endDate="2019-03-12 15:28:51 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 16:41:29 +0100" startDate="2019-03-12 16:28:28 +0100" endDate="2019-03-12 16:38:25 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 16:53:28 +0100" startDate="2019-03-12 16:38:40 +0100" endDate="2019-03-12 16:48:35 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 17:01:10 +0100" startDate="2019-03-12 16:49:03 +0100" endDate="2019-03-12 16:59:03 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 17:12:55 +0100" startDate="2019-03-12 16:59:03 +0100" endDate="2019-03-12 17:08:26 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 17:21:08 +0100" startDate="2019-03-12 17:09:32 +0100" endDate="2019-03-12 17:19:26 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 17:30:59 +0100" startDate="2019-03-12 17:19:59 +0100" endDate="2019-03-12 17:26:57 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 17:56:34 +0100" startDate="2019-03-12 17:44:59 +0100" endDate="2019-03-12 17:45:11 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 18:46:48 +0100" startDate="2019-03-12 18:35:28 +0100" endDate="2019-03-12 18:35:48 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 19:16:16 +0100" startDate="2019-03-12 19:00:56 +0100" endDate="2019-03-12 19:01:13 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 20:24:56 +0100" startDate="2019-03-12 20:14:30 +0100" endDate="2019-03-12 20:14:33 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 20:45:04 +0100" startDate="2019-03-12 20:33:42 +0100" endDate="2019-03-12 20:37:35 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 21:12:09 +0100" startDate="2019-03-12 21:01:47 +0100" endDate="2019-03-12 21:01:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 21:39:22 +0100" startDate="2019-03-12 21:28:17 +0100" endDate="2019-03-12 21:31:34 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 22:03:52 +0100" startDate="2019-03-12 21:52:02 +0100" endDate="2019-03-12 21:53:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 22:18:55 +0100" startDate="2019-03-12 22:07:37 +0100" endDate="2019-03-12 22:07:55 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 22:43:45 +0100" startDate="2019-03-12 22:32:22 +0100" endDate="2019-03-12 22:35:09 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 23:01:07 +0100" startDate="2019-03-12 22:49:44 +0100" endDate="2019-03-12 22:58:09 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-12 23:17:15 +0100" startDate="2019-03-12 23:05:32 +0100" endDate="2019-03-12 23:13:04 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 05:12:10 +0100" startDate="2019-03-13 05:02:07 +0100" endDate="2019-03-13 05:02:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 08:12:02 +0100" startDate="2019-03-13 07:58:30 +0100" endDate="2019-03-13 08:04:38 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 08:58:37 +0100" startDate="2019-03-13 08:47:19 +0100" endDate="2019-03-13 08:56:51 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 09:09:06 +0100" startDate="2019-03-13 08:57:49 +0100" endDate="2019-03-13 09:07:50 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 09:19:01 +0100" startDate="2019-03-13 09:07:50 +0100" endDate="2019-03-13 09:11:58 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 09:35:17 +0100" startDate="2019-03-13 09:23:50 +0100" endDate="2019-03-13 09:26:23 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 10:51:17 +0100" startDate="2019-03-13 10:33:38 +0100" endDate="2019-03-13 10:37:04 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 12:02:19 +0100" startDate="2019-03-13 11:35:40 +0100" endDate="2019-03-13 11:45:39 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 12:02:19 +0100" startDate="2019-03-13 11:45:39 +0100" endDate="2019-03-13 11:50:40 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 12:23:41 +0100" startDate="2019-03-13 12:11:09 +0100" endDate="2019-03-13 12:21:08 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 12:35:59 +0100" startDate="2019-03-13 12:21:26 +0100" endDate="2019-03-13 12:31:00 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 13:11:55 +0100" startDate="2019-03-13 12:53:09 +0100" endDate="2019-03-13 13:02:31 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 13:22:05 +0100" startDate="2019-03-13 13:03:09 +0100" endDate="2019-03-13 13:05:22 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 13:59:10 +0100" startDate="2019-03-13 13:47:44 +0100" endDate="2019-03-13 13:52:27 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 14:14:59 +0100" startDate="2019-03-13 14:02:58 +0100" endDate="2019-03-13 14:12:51 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 14:25:54 +0100" startDate="2019-03-13 14:13:09 +0100" endDate="2019-03-13 14:14:02 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 14:40:55 +0100" startDate="2019-03-13 14:27:10 +0100" endDate="2019-03-13 14:28:12 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 15:02:56 +0100" startDate="2019-03-13 14:44:13 +0100" endDate="2019-03-13 14:44:36 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 15:15:58 +0100" startDate="2019-03-13 15:04:53 +0100" endDate="2019-03-13 15:04:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 15:59:07 +0100" startDate="2019-03-13 15:40:40 +0100" endDate="2019-03-13 15:44:49 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 16:31:43 +0100" startDate="2019-03-13 16:20:35 +0100" endDate="2019-03-13 16:26:33 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 17:50:37 +0100" startDate="2019-03-13 17:37:50 +0100" endDate="2019-03-13 17:47:49 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 18:04:39 +0100" startDate="2019-03-13 17:47:49 +0100" endDate="2019-03-13 17:52:05 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 18:23:30 +0100" startDate="2019-03-13 18:09:36 +0100" endDate="2019-03-13 18:19:37 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 18:41:18 +0100" startDate="2019-03-13 18:30:05 +0100" endDate="2019-03-13 18:30:18 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 19:09:16 +0100" startDate="2019-03-13 18:52:48 +0100" endDate="2019-03-13 18:54:45 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 19:24:14 +0100" startDate="2019-03-13 19:12:56 +0100" endDate="2019-03-13 19:13:14 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 19:58:49 +0100" startDate="2019-03-13 19:43:47 +0100" endDate="2019-03-13 19:53:48 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 20:05:31 +0100" startDate="2019-03-13 19:53:48 +0100" endDate="2019-03-13 19:56:39 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 20:23:42 +0100" startDate="2019-03-13 20:13:04 +0100" endDate="2019-03-13 20:13:04 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 20:43:35 +0100" startDate="2019-03-13 20:30:20 +0100" endDate="2019-03-13 20:31:11 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 21:35:23 +0100" startDate="2019-03-13 21:16:34 +0100" endDate="2019-03-13 21:25:42 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 21:55:20 +0100" startDate="2019-03-13 21:36:23 +0100" endDate="2019-03-13 21:44:12 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-13 22:14:45 +0100" startDate="2019-03-13 22:03:27 +0100" endDate="2019-03-13 22:13:11 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 04:46:07 +0100" startDate="2019-03-14 04:34:56 +0100" endDate="2019-03-14 04:35:07 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 07:33:15 +0100" startDate="2019-03-14 07:20:25 +0100" endDate="2019-03-14 07:29:32 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 07:44:10 +0100" startDate="2019-03-14 07:33:03 +0100" endDate="2019-03-14 07:33:10 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 08:05:20 +0100" startDate="2019-03-14 07:52:15 +0100" endDate="2019-03-14 08:02:10 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 08:13:54 +0100" startDate="2019-03-14 08:02:54 +0100" endDate="2019-03-14 08:12:55 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 08:25:44 +0100" startDate="2019-03-14 08:12:55 +0100" endDate="2019-03-14 08:14:40 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 08:51:04 +0100" startDate="2019-03-14 08:31:30 +0100" endDate="2019-03-14 08:39:52 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 08:55:31 +0100" startDate="2019-03-14 08:44:12 +0100" endDate="2019-03-14 08:52:31 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 09:06:31 +0100" startDate="2019-03-14 08:54:48 +0100" endDate="2019-03-14 08:56:00 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 09:41:26 +0100" startDate="2019-03-14 09:22:44 +0100" endDate="2019-03-14 09:26:03 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 10:48:57 +0100" startDate="2019-03-14 10:32:38 +0100" endDate="2019-03-14 10:42:19 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 10:55:29 +0100" startDate="2019-03-14 10:43:31 +0100" endDate="2019-03-14 10:53:21 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 11:07:11 +0100" startDate="2019-03-14 10:53:42 +0100" endDate="2019-03-14 11:00:40 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 12:41:23 +0100" startDate="2019-03-14 12:29:12 +0100" endDate="2019-03-14 12:37:33 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 12:54:32 +0100" startDate="2019-03-14 12:41:58 +0100" endDate="2019-03-14 12:48:58 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 13:15:29 +0100" startDate="2019-03-14 13:04:19 +0100" endDate="2019-03-14 13:11:03 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 13:42:58 +0100" startDate="2019-03-14 13:25:52 +0100" endDate="2019-03-14 13:33:06 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 13:47:21 +0100" startDate="2019-03-14 13:36:15 +0100" endDate="2019-03-14 13:42:49 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 14:02:14 +0100" startDate="2019-03-14 13:46:56 +0100" endDate="2019-03-14 13:49:54 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 14:54:43 +0100" startDate="2019-03-14 14:29:11 +0100" endDate="2019-03-14 14:30:38 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 16:04:42 +0100" startDate="2019-03-14 15:49:56 +0100" endDate="2019-03-14 15:56:58 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 16:15:02 +0100" startDate="2019-03-14 16:04:51 +0100" endDate="2019-03-14 16:04:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 18:32:31 +0100" startDate="2019-03-14 18:21:05 +0100" endDate="2019-03-14 18:25:43 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 19:04:35 +0100" startDate="2019-03-14 18:45:06 +0100" endDate="2019-03-14 18:55:07 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 19:08:08 +0100" startDate="2019-03-14 18:55:07 +0100" endDate="2019-03-14 19:02:24 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 19:26:12 +0100" startDate="2019-03-14 19:05:44 +0100" endDate="2019-03-14 19:05:46 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 19:49:08 +0100" startDate="2019-03-14 19:37:58 +0100" endDate="2019-03-14 19:38:08 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 20:12:46 +0100" startDate="2019-03-14 20:01:11 +0100" endDate="2019-03-14 20:01:13 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-14 21:45:18 +0100" startDate="2019-03-14 21:34:11 +0100" endDate="2019-03-14 21:34:18 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 07:39:44 +0100" startDate="2019-03-15 07:27:17 +0100" endDate="2019-03-15 07:35:11 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 08:03:52 +0100" startDate="2019-03-15 07:50:47 +0100" endDate="2019-03-15 07:51:12 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 08:18:20 +0100" startDate="2019-03-15 08:02:57 +0100" endDate="2019-03-15 08:12:38 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 08:24:19 +0100" startDate="2019-03-15 08:13:19 +0100" endDate="2019-03-15 08:21:30 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 08:50:18 +0100" startDate="2019-03-15 08:38:37 +0100" endDate="2019-03-15 08:47:05 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 10:14:15 +0100" startDate="2019-03-15 09:53:47 +0100" endDate="2019-03-15 10:03:28 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 10:26:23 +0100" startDate="2019-03-15 10:11:57 +0100" endDate="2019-03-15 10:16:48 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 11:12:58 +0100" startDate="2019-03-15 11:01:47 +0100" endDate="2019-03-15 11:09:02 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 11:23:26 +0100" startDate="2019-03-15 11:11:55 +0100" endDate="2019-03-15 11:12:48 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 11:47:36 +0100" startDate="2019-03-15 11:37:33 +0100" endDate="2019-03-15 11:37:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 12:23:34 +0100" startDate="2019-03-15 12:11:53 +0100" endDate="2019-03-15 12:14:59 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 12:54:36 +0100" startDate="2019-03-15 12:42:45 +0100" endDate="2019-03-15 12:43:36 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 13:12:19 +0100" startDate="2019-03-15 12:54:33 +0100" endDate="2019-03-15 12:54:36 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 13:24:14 +0100" startDate="2019-03-15 13:13:51 +0100" endDate="2019-03-15 13:15:56 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 13:49:16 +0100" startDate="2019-03-15 13:37:40 +0100" endDate="2019-03-15 13:41:03 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 14:40:52 +0100" startDate="2019-03-15 14:26:01 +0100" endDate="2019-03-15 14:26:16 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 14:53:48 +0100" startDate="2019-03-15 14:41:51 +0100" endDate="2019-03-15 14:45:07 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 15:22:02 +0100" startDate="2019-03-15 15:00:01 +0100" endDate="2019-03-15 15:01:15 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 15:57:12 +0100" startDate="2019-03-15 15:45:16 +0100" endDate="2019-03-15 15:46:35 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 16:11:26 +0100" startDate="2019-03-15 15:57:31 +0100" endDate="2019-03-15 16:02:58 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 16:39:23 +0100" startDate="2019-03-15 16:26:34 +0100" endDate="2019-03-15 16:36:33 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 16:48:44 +0100" startDate="2019-03-15 16:36:33 +0100" endDate="2019-03-15 16:41:31 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 17:37:06 +0100" startDate="2019-03-15 17:25:01 +0100" endDate="2019-03-15 17:33:38 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 17:47:24 +0100" startDate="2019-03-15 17:36:59 +0100" endDate="2019-03-15 17:37:57 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 17:49:29 +0100" startDate="2019-03-15 17:37:57 +0100" endDate="2019-03-15 17:47:57 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 18:10:52 +0100" startDate="2019-03-15 17:47:57 +0100" endDate="2019-03-15 17:56:33 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 18:14:42 +0100" startDate="2019-03-15 18:02:52 +0100" endDate="2019-03-15 18:04:47 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 19:16:55 +0100" startDate="2019-03-15 19:03:59 +0100" endDate="2019-03-15 19:14:01 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 19:26:15 +0100" startDate="2019-03-15 19:14:01 +0100" endDate="2019-03-15 19:23:50 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 19:40:28 +0100" startDate="2019-03-15 19:25:20 +0100" endDate="2019-03-15 19:29:07 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 21:49:10 +0100" startDate="2019-03-15 21:21:36 +0100" endDate="2019-03-15 21:21:41 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-15 22:08:03 +0100" startDate="2019-03-15 21:56:10 +0100" endDate="2019-03-15 21:56:28 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 00:44:34 +0100" startDate="2019-03-16 00:28:42 +0100" endDate="2019-03-16 00:38:43 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 00:52:17 +0100" startDate="2019-03-16 00:38:43 +0100" endDate="2019-03-16 00:48:44 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 01:02:02 +0100" startDate="2019-03-16 00:48:44 +0100" endDate="2019-03-16 00:52:45 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 06:15:59 +0100" startDate="2019-03-16 05:45:24 +0100" endDate="2019-03-16 05:51:36 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 08:39:59 +0100" startDate="2019-03-16 08:28:10 +0100" endDate="2019-03-16 08:28:28 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 09:27:22 +0100" startDate="2019-03-16 09:15:22 +0100" endDate="2019-03-16 09:15:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 10:45:54 +0100" startDate="2019-03-16 10:34:38 +0100" endDate="2019-03-16 10:38:55 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 11:20:36 +0100" startDate="2019-03-16 11:02:29 +0100" endDate="2019-03-16 11:12:28 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 11:27:56 +0100" startDate="2019-03-16 11:12:28 +0100" endDate="2019-03-16 11:22:28 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 11:35:14 +0100" startDate="2019-03-16 11:22:28 +0100" endDate="2019-03-16 11:31:07 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 12:45:06 +0100" startDate="2019-03-16 12:21:22 +0100" endDate="2019-03-16 12:30:22 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 12:45:06 +0100" startDate="2019-03-16 12:32:31 +0100" endDate="2019-03-16 12:37:12 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 12:49:02 +0100" startDate="2019-03-16 12:37:12 +0100" endDate="2019-03-16 12:39:12 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 13:01:28 +0100" startDate="2019-03-16 12:49:31 +0100" endDate="2019-03-16 12:53:06 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 14:15:15 +0100" startDate="2019-03-16 13:07:03 +0100" endDate="2019-03-16 13:09:43 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 14:34:53 +0100" startDate="2019-03-16 14:11:48 +0100" endDate="2019-03-16 14:18:36 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 14:34:53 +0100" startDate="2019-03-16 14:21:55 +0100" endDate="2019-03-16 14:22:56 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 14:59:51 +0100" startDate="2019-03-16 14:31:55 +0100" endDate="2019-03-16 14:38:40 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 15:14:05 +0100" startDate="2019-03-16 14:59:55 +0100" endDate="2019-03-16 15:00:46 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 16:16:34 +0100" startDate="2019-03-16 16:03:16 +0100" endDate="2019-03-16 16:11:21 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 16:39:34 +0100" startDate="2019-03-16 16:23:54 +0100" endDate="2019-03-16 16:25:57 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 17:01:42 +0100" startDate="2019-03-16 16:48:09 +0100" endDate="2019-03-16 16:57:12 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 18:28:31 +0100" startDate="2019-03-16 18:11:26 +0100" endDate="2019-03-16 18:11:31 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 19:29:10 +0100" startDate="2019-03-16 19:12:31 +0100" endDate="2019-03-16 19:14:56 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 19:53:25 +0100" startDate="2019-03-16 19:35:43 +0100" endDate="2019-03-16 19:45:36 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 20:10:39 +0100" startDate="2019-03-16 19:57:52 +0100" endDate="2019-03-16 20:03:11 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 20:32:17 +0100" startDate="2019-03-16 20:11:10 +0100" endDate="2019-03-16 20:14:42 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 21:26:13 +0100" startDate="2019-03-16 21:10:31 +0100" endDate="2019-03-16 21:20:31 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 21:34:32 +0100" startDate="2019-03-16 21:20:31 +0100" endDate="2019-03-16 21:30:31 +0100" value="1072"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 21:43:47 +0100" startDate="2019-03-16 21:30:31 +0100" endDate="2019-03-16 21:40:32 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 21:56:21 +0100" startDate="2019-03-16 21:40:32 +0100" endDate="2019-03-16 21:44:56 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 22:07:58 +0100" startDate="2019-03-16 21:56:27 +0100" endDate="2019-03-16 21:56:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-16 23:34:46 +0100" startDate="2019-03-16 23:19:06 +0100" endDate="2019-03-16 23:23:37 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 08:24:19 +0100" startDate="2019-03-17 08:07:01 +0100" endDate="2019-03-17 08:15:08 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 10:02:27 +0100" startDate="2019-03-17 09:52:24 +0100" endDate="2019-03-17 09:52:27 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 10:16:48 +0100" startDate="2019-03-17 10:03:49 +0100" endDate="2019-03-17 10:03:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 11:48:18 +0100" startDate="2019-03-17 11:31:45 +0100" endDate="2019-03-17 11:38:59 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 12:02:09 +0100" startDate="2019-03-17 11:47:49 +0100" endDate="2019-03-17 11:56:35 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 12:09:35 +0100" startDate="2019-03-17 11:58:35 +0100" endDate="2019-03-17 12:02:19 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 13:41:19 +0100" startDate="2019-03-17 13:26:58 +0100" endDate="2019-03-17 13:31:35 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 14:03:23 +0100" startDate="2019-03-17 13:41:11 +0100" endDate="2019-03-17 13:48:52 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 14:59:53 +0100" startDate="2019-03-17 14:43:13 +0100" endDate="2019-03-17 14:52:00 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 15:06:48 +0100" startDate="2019-03-17 14:53:26 +0100" endDate="2019-03-17 14:58:42 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 15:24:20 +0100" startDate="2019-03-17 15:05:45 +0100" endDate="2019-03-17 15:08:56 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 15:50:06 +0100" startDate="2019-03-17 15:38:12 +0100" endDate="2019-03-17 15:47:04 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 16:42:01 +0100" startDate="2019-03-17 16:30:16 +0100" endDate="2019-03-17 16:39:09 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 16:51:54 +0100" startDate="2019-03-17 16:40:51 +0100" endDate="2019-03-17 16:41:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 18:10:07 +0100" startDate="2019-03-17 17:52:40 +0100" endDate="2019-03-17 17:54:30 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 19:08:14 +0100" startDate="2019-03-17 18:54:59 +0100" endDate="2019-03-17 18:57:04 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 20:54:45 +0100" startDate="2019-03-17 20:44:33 +0100" endDate="2019-03-17 20:44:36 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 21:22:44 +0100" startDate="2019-03-17 21:08:53 +0100" endDate="2019-03-17 21:18:20 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-17 21:58:56 +0100" startDate="2019-03-17 21:42:35 +0100" endDate="2019-03-17 21:45:59 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 07:01:26 +0100" startDate="2019-03-18 06:44:03 +0100" endDate="2019-03-18 06:44:18 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 08:27:38 +0100" startDate="2019-03-18 08:16:21 +0100" endDate="2019-03-18 08:26:20 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 08:44:54 +0100" startDate="2019-03-18 08:26:20 +0100" endDate="2019-03-18 08:36:19 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 08:47:42 +0100" startDate="2019-03-18 08:36:19 +0100" endDate="2019-03-18 08:43:25 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 10:03:41 +0100" startDate="2019-03-18 09:50:54 +0100" endDate="2019-03-18 09:54:44 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 11:31:33 +0100" startDate="2019-03-18 11:18:58 +0100" endDate="2019-03-18 11:28:57 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 11:40:52 +0100" startDate="2019-03-18 11:28:57 +0100" endDate="2019-03-18 11:37:34 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 11:56:26 +0100" startDate="2019-03-18 11:39:26 +0100" endDate="2019-03-18 11:40:50 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 12:25:57 +0100" startDate="2019-03-18 12:09:52 +0100" endDate="2019-03-18 12:19:05 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 13:07:33 +0100" startDate="2019-03-18 12:50:08 +0100" endDate="2019-03-18 12:57:53 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 14:38:19 +0100" startDate="2019-03-18 14:27:07 +0100" endDate="2019-03-18 14:31:37 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 14:56:02 +0100" startDate="2019-03-18 14:38:31 +0100" endDate="2019-03-18 14:39:17 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 15:21:16 +0100" startDate="2019-03-18 14:53:02 +0100" endDate="2019-03-18 14:57:37 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 15:56:06 +0100" startDate="2019-03-18 15:36:30 +0100" endDate="2019-03-18 15:45:42 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 16:05:57 +0100" startDate="2019-03-18 15:47:47 +0100" endDate="2019-03-18 15:47:59 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 16:25:57 +0100" startDate="2019-03-18 16:04:54 +0100" endDate="2019-03-18 16:04:59 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 16:48:42 +0100" startDate="2019-03-18 16:33:38 +0100" endDate="2019-03-18 16:43:38 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 16:55:04 +0100" startDate="2019-03-18 16:43:38 +0100" endDate="2019-03-18 16:53:39 +0100" value="536"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 17:08:56 +0100" startDate="2019-03-18 16:53:39 +0100" endDate="2019-03-18 16:59:29 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 17:17:50 +0100" startDate="2019-03-18 17:06:17 +0100" endDate="2019-03-18 17:06:35 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 18:04:03 +0100" startDate="2019-03-18 17:51:49 +0100" endDate="2019-03-18 17:53:28 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 18:13:44 +0100" startDate="2019-03-18 18:02:38 +0100" endDate="2019-03-18 18:10:33 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 18:25:01 +0100" startDate="2019-03-18 18:13:11 +0100" endDate="2019-03-18 18:23:09 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 18:34:15 +0100" startDate="2019-03-18 18:23:15 +0100" endDate="2019-03-18 18:24:24 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 19:00:03 +0100" startDate="2019-03-18 18:44:01 +0100" endDate="2019-03-18 18:54:00 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 19:06:19 +0100" startDate="2019-03-18 18:54:00 +0100" endDate="2019-03-18 19:04:01 +0100" value="1117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 20:33:35 +0100" startDate="2019-03-18 18:54:00 +0100" endDate="2019-03-18 19:04:01 +0100" value="1117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 20:33:35 +0100" startDate="2019-03-18 19:04:01 +0100" endDate="2019-03-18 19:04:42 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 20:50:32 +0100" startDate="2019-03-18 20:32:27 +0100" endDate="2019-03-18 20:41:13 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 21:00:05 +0100" startDate="2019-03-18 20:43:47 +0100" endDate="2019-03-18 20:50:44 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 21:32:32 +0100" startDate="2019-03-18 21:13:19 +0100" endDate="2019-03-18 21:13:24 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 23:01:30 +0100" startDate="2019-03-18 22:51:03 +0100" endDate="2019-03-18 22:51:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 23:12:17 +0100" startDate="2019-03-18 23:01:10 +0100" endDate="2019-03-18 23:09:48 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-18 23:31:57 +0100" startDate="2019-03-18 23:17:34 +0100" endDate="2019-03-18 23:18:15 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 06:54:28 +0100" startDate="2019-03-19 06:38:27 +0100" endDate="2019-03-19 06:44:10 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 07:10:27 +0100" startDate="2019-03-19 06:55:04 +0100" endDate="2019-03-19 07:02:45 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 07:27:31 +0100" startDate="2019-03-19 07:11:07 +0100" endDate="2019-03-19 07:11:07 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 07:48:04 +0100" startDate="2019-03-19 07:36:19 +0100" endDate="2019-03-19 07:37:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 08:13:50 +0100" startDate="2019-03-19 07:54:50 +0100" endDate="2019-03-19 08:04:40 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 08:18:21 +0100" startDate="2019-03-19 08:05:00 +0100" endDate="2019-03-19 08:15:01 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 08:36:15 +0100" startDate="2019-03-19 08:15:01 +0100" endDate="2019-03-19 08:18:05 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 08:39:35 +0100" startDate="2019-03-19 08:28:35 +0100" endDate="2019-03-19 08:37:36 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 08:51:15 +0100" startDate="2019-03-19 08:38:34 +0100" endDate="2019-03-19 08:44:10 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 09:06:50 +0100" startDate="2019-03-19 08:50:24 +0100" endDate="2019-03-19 08:55:50 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 10:34:21 +0100" startDate="2019-03-19 10:21:09 +0100" endDate="2019-03-19 10:29:36 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 11:37:34 +0100" startDate="2019-03-19 11:25:34 +0100" endDate="2019-03-19 11:35:34 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 11:49:49 +0100" startDate="2019-03-19 11:35:34 +0100" endDate="2019-03-19 11:39:55 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 12:01:55 +0100" startDate="2019-03-19 11:46:44 +0100" endDate="2019-03-19 11:48:28 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 12:37:28 +0100" startDate="2019-03-19 12:16:58 +0100" endDate="2019-03-19 12:26:21 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 12:49:24 +0100" startDate="2019-03-19 12:37:00 +0100" endDate="2019-03-19 12:46:59 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 12:58:28 +0100" startDate="2019-03-19 12:46:59 +0100" endDate="2019-03-19 12:54:57 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 13:13:10 +0100" startDate="2019-03-19 12:57:24 +0100" endDate="2019-03-19 12:59:13 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 14:28:57 +0100" startDate="2019-03-19 14:12:40 +0100" endDate="2019-03-19 14:18:58 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 15:10:33 +0100" startDate="2019-03-19 14:52:37 +0100" endDate="2019-03-19 14:53:00 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 15:55:41 +0100" startDate="2019-03-19 15:41:05 +0100" endDate="2019-03-19 15:45:17 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 16:06:13 +0100" startDate="2019-03-19 15:52:56 +0100" endDate="2019-03-19 16:02:55 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 16:15:37 +0100" startDate="2019-03-19 16:02:55 +0100" endDate="2019-03-19 16:12:45 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 16:27:04 +0100" startDate="2019-03-19 16:13:36 +0100" endDate="2019-03-19 16:18:24 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 16:49:24 +0100" startDate="2019-03-19 16:33:57 +0100" endDate="2019-03-19 16:43:48 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 17:01:08 +0100" startDate="2019-03-19 16:44:13 +0100" endDate="2019-03-19 16:50:22 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 17:08:58 +0100" startDate="2019-03-19 16:58:16 +0100" endDate="2019-03-19 16:58:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 17:22:34 +0100" startDate="2019-03-19 17:04:25 +0100" endDate="2019-03-19 17:11:20 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 17:29:18 +0100" startDate="2019-03-19 17:14:36 +0100" endDate="2019-03-19 17:24:17 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 17:44:32 +0100" startDate="2019-03-19 17:25:23 +0100" endDate="2019-03-19 17:35:22 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 17:50:23 +0100" startDate="2019-03-19 17:35:22 +0100" endDate="2019-03-19 17:44:55 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 18:00:52 +0100" startDate="2019-03-19 17:46:12 +0100" endDate="2019-03-19 17:56:13 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 18:08:59 +0100" startDate="2019-03-19 17:56:13 +0100" endDate="2019-03-19 18:06:14 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 18:21:49 +0100" startDate="2019-03-19 18:06:14 +0100" endDate="2019-03-19 18:15:39 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 18:28:05 +0100" startDate="2019-03-19 18:17:05 +0100" endDate="2019-03-19 18:26:53 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 18:44:43 +0100" startDate="2019-03-19 18:29:59 +0100" endDate="2019-03-19 18:39:26 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 18:55:57 +0100" startDate="2019-03-19 18:40:10 +0100" endDate="2019-03-19 18:50:05 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 19:05:05 +0100" startDate="2019-03-19 18:52:08 +0100" endDate="2019-03-19 19:02:07 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 19:18:12 +0100" startDate="2019-03-19 19:02:07 +0100" endDate="2019-03-19 19:11:58 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 19:28:14 +0100" startDate="2019-03-19 19:12:13 +0100" endDate="2019-03-19 19:18:34 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 20:10:29 +0100" startDate="2019-03-19 19:59:22 +0100" endDate="2019-03-19 19:59:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 20:33:53 +0100" startDate="2019-03-19 20:22:03 +0100" endDate="2019-03-19 20:22:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 21:19:30 +0100" startDate="2019-03-19 21:08:25 +0100" endDate="2019-03-19 21:18:12 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-19 21:33:45 +0100" startDate="2019-03-19 21:20:07 +0100" endDate="2019-03-19 21:20:50 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 08:26:46 +0100" startDate="2019-03-20 08:07:54 +0100" endDate="2019-03-20 08:17:16 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 08:30:13 +0100" startDate="2019-03-20 08:19:03 +0100" endDate="2019-03-20 08:27:18 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 09:01:53 +0100" startDate="2019-03-20 08:39:33 +0100" endDate="2019-03-20 08:45:30 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 09:06:09 +0100" startDate="2019-03-20 08:55:09 +0100" endDate="2019-03-20 08:58:25 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 11:48:58 +0100" startDate="2019-03-20 11:31:18 +0100" endDate="2019-03-20 11:41:18 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 12:06:54 +0100" startDate="2019-03-20 11:41:18 +0100" endDate="2019-03-20 11:50:09 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 12:29:07 +0100" startDate="2019-03-20 12:09:30 +0100" endDate="2019-03-20 12:19:09 +0100" value="993"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 12:35:41 +0100" startDate="2019-03-20 12:19:34 +0100" endDate="2019-03-20 12:29:28 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 12:55:48 +0100" startDate="2019-03-20 12:29:35 +0100" endDate="2019-03-20 12:29:51 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 13:13:16 +0100" startDate="2019-03-20 13:00:03 +0100" endDate="2019-03-20 13:00:49 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 13:34:32 +0100" startDate="2019-03-20 13:14:32 +0100" endDate="2019-03-20 13:20:38 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 13:53:41 +0100" startDate="2019-03-20 13:39:21 +0100" endDate="2019-03-20 13:39:32 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 14:05:47 +0100" startDate="2019-03-20 13:49:51 +0100" endDate="2019-03-20 13:58:35 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 14:11:53 +0100" startDate="2019-03-20 14:00:00 +0100" endDate="2019-03-20 14:03:36 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 14:30:20 +0100" startDate="2019-03-20 14:18:48 +0100" endDate="2019-03-20 14:25:18 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 14:54:39 +0100" startDate="2019-03-20 14:36:50 +0100" endDate="2019-03-20 14:42:57 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 15:00:38 +0100" startDate="2019-03-20 14:47:55 +0100" endDate="2019-03-20 14:56:47 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 15:10:37 +0100" startDate="2019-03-20 14:59:37 +0100" endDate="2019-03-20 15:07:42 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 15:30:10 +0100" startDate="2019-03-20 15:15:52 +0100" endDate="2019-03-20 15:24:36 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 16:02:41 +0100" startDate="2019-03-20 15:41:44 +0100" endDate="2019-03-20 15:51:01 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 16:02:41 +0100" startDate="2019-03-20 15:52:40 +0100" endDate="2019-03-20 16:00:31 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 16:15:06 +0100" startDate="2019-03-20 16:00:31 +0100" endDate="2019-03-20 16:10:30 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 16:21:35 +0100" startDate="2019-03-20 16:10:30 +0100" endDate="2019-03-20 16:20:31 +0100" value="1025"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 16:33:07 +0100" startDate="2019-03-20 16:21:04 +0100" endDate="2019-03-20 16:31:03 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 16:43:55 +0100" startDate="2019-03-20 16:31:03 +0100" endDate="2019-03-20 16:40:04 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 16:58:31 +0100" startDate="2019-03-20 16:41:30 +0100" endDate="2019-03-20 16:49:17 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 17:12:23 +0100" startDate="2019-03-20 16:56:35 +0100" endDate="2019-03-20 16:58:19 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 18:57:18 +0100" startDate="2019-03-20 18:45:08 +0100" endDate="2019-03-20 18:46:53 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 19:09:47 +0100" startDate="2019-03-20 18:56:12 +0100" endDate="2019-03-20 18:56:22 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 19:44:26 +0100" startDate="2019-03-20 19:32:25 +0100" endDate="2019-03-20 19:33:26 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 19:59:51 +0100" startDate="2019-03-20 19:49:48 +0100" endDate="2019-03-20 19:49:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 20:31:48 +0100" startDate="2019-03-20 20:21:45 +0100" endDate="2019-03-20 20:21:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-20 22:24:54 +0100" startDate="2019-03-20 22:12:30 +0100" endDate="2019-03-20 22:12:58 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 06:10:17 +0100" startDate="2019-03-21 05:59:12 +0100" endDate="2019-03-21 05:59:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 06:36:59 +0100" startDate="2019-03-21 06:20:39 +0100" endDate="2019-03-21 06:20:54 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 07:28:20 +0100" startDate="2019-03-21 07:14:00 +0100" endDate="2019-03-21 07:22:58 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 07:46:43 +0100" startDate="2019-03-21 07:31:26 +0100" endDate="2019-03-21 07:39:46 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 08:11:39 +0100" startDate="2019-03-21 07:59:16 +0100" endDate="2019-03-21 08:05:31 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 08:20:32 +0100" startDate="2019-03-21 08:09:20 +0100" endDate="2019-03-21 08:14:44 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 08:36:38 +0100" startDate="2019-03-21 08:24:31 +0100" endDate="2019-03-21 08:24:56 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 08:52:57 +0100" startDate="2019-03-21 08:38:56 +0100" endDate="2019-03-21 08:48:55 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 09:05:48 +0100" startDate="2019-03-21 08:48:55 +0100" endDate="2019-03-21 08:58:56 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 09:21:01 +0100" startDate="2019-03-21 09:06:35 +0100" endDate="2019-03-21 09:09:07 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 09:49:35 +0100" startDate="2019-03-21 09:32:07 +0100" endDate="2019-03-21 09:41:33 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 10:01:45 +0100" startDate="2019-03-21 09:42:52 +0100" endDate="2019-03-21 09:43:40 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 10:25:46 +0100" startDate="2019-03-21 10:05:21 +0100" endDate="2019-03-21 10:05:56 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 10:52:52 +0100" startDate="2019-03-21 10:37:20 +0100" endDate="2019-03-21 10:45:57 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 11:52:32 +0100" startDate="2019-03-21 11:26:14 +0100" endDate="2019-03-21 11:32:34 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 11:56:26 +0100" startDate="2019-03-21 11:44:31 +0100" endDate="2019-03-21 11:44:33 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 12:19:14 +0100" startDate="2019-03-21 12:02:35 +0100" endDate="2019-03-21 12:07:54 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 12:29:40 +0100" startDate="2019-03-21 12:19:23 +0100" endDate="2019-03-21 12:27:49 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 12:55:08 +0100" startDate="2019-03-21 12:27:49 +0100" endDate="2019-03-21 12:35:11 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 13:46:44 +0100" startDate="2019-03-21 13:34:09 +0100" endDate="2019-03-21 13:42:42 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 14:01:38 +0100" startDate="2019-03-21 13:47:16 +0100" endDate="2019-03-21 13:48:25 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 14:40:14 +0100" startDate="2019-03-21 14:25:25 +0100" endDate="2019-03-21 14:29:14 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 15:43:26 +0100" startDate="2019-03-21 15:22:49 +0100" endDate="2019-03-21 15:28:56 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 16:31:20 +0100" startDate="2019-03-21 16:20:04 +0100" endDate="2019-03-21 16:29:29 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 16:45:10 +0100" startDate="2019-03-21 16:30:56 +0100" endDate="2019-03-21 16:40:55 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 16:51:58 +0100" startDate="2019-03-21 16:40:55 +0100" endDate="2019-03-21 16:44:04 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 17:06:34 +0100" startDate="2019-03-21 16:52:03 +0100" endDate="2019-03-21 16:54:18 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 17:16:52 +0100" startDate="2019-03-21 17:02:47 +0100" endDate="2019-03-21 17:02:50 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 18:48:48 +0100" startDate="2019-03-21 18:29:23 +0100" endDate="2019-03-21 18:38:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 18:53:03 +0100" startDate="2019-03-21 18:39:35 +0100" endDate="2019-03-21 18:49:35 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 19:06:44 +0100" startDate="2019-03-21 18:49:35 +0100" endDate="2019-03-21 18:58:44 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 19:28:57 +0100" startDate="2019-03-21 19:15:32 +0100" endDate="2019-03-21 19:17:39 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 19:43:55 +0100" startDate="2019-03-21 19:31:59 +0100" endDate="2019-03-21 19:38:43 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 19:56:52 +0100" startDate="2019-03-21 19:43:30 +0100" endDate="2019-03-21 19:53:29 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 20:08:18 +0100" startDate="2019-03-21 19:53:29 +0100" endDate="2019-03-21 20:03:28 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 20:22:37 +0100" startDate="2019-03-21 20:03:28 +0100" endDate="2019-03-21 20:11:16 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 22:28:14 +0100" startDate="2019-03-21 22:11:57 +0100" endDate="2019-03-21 22:21:57 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 22:35:01 +0100" startDate="2019-03-21 22:21:57 +0100" endDate="2019-03-21 22:31:58 +0100" value="1130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-21 22:44:25 +0100" startDate="2019-03-21 22:31:58 +0100" endDate="2019-03-21 22:38:24 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 06:59:44 +0100" startDate="2019-03-22 06:42:11 +0100" endDate="2019-03-22 06:43:58 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 07:48:10 +0100" startDate="2019-03-22 07:34:21 +0100" endDate="2019-03-22 07:36:28 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 08:00:45 +0100" startDate="2019-03-22 07:48:04 +0100" endDate="2019-03-22 07:58:05 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 08:09:55 +0100" startDate="2019-03-22 07:58:05 +0100" endDate="2019-03-22 08:00:05 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 08:21:26 +0100" startDate="2019-03-22 08:08:11 +0100" endDate="2019-03-22 08:13:35 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 09:03:06 +0100" startDate="2019-03-22 08:49:28 +0100" endDate="2019-03-22 08:56:36 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 09:17:32 +0100" startDate="2019-03-22 09:05:03 +0100" endDate="2019-03-22 09:06:32 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 09:56:50 +0100" startDate="2019-03-22 09:46:46 +0100" endDate="2019-03-22 09:46:49 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 10:19:29 +0100" startDate="2019-03-22 10:07:11 +0100" endDate="2019-03-22 10:11:25 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 10:39:32 +0100" startDate="2019-03-22 10:27:54 +0100" endDate="2019-03-22 10:36:11 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 10:57:40 +0100" startDate="2019-03-22 10:44:22 +0100" endDate="2019-03-22 10:52:53 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 11:07:02 +0100" startDate="2019-03-22 10:54:57 +0100" endDate="2019-03-22 11:03:28 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 11:31:02 +0100" startDate="2019-03-22 11:19:39 +0100" endDate="2019-03-22 11:25:27 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 12:41:22 +0100" startDate="2019-03-22 12:17:32 +0100" endDate="2019-03-22 12:27:31 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 12:41:22 +0100" startDate="2019-03-22 12:27:31 +0100" endDate="2019-03-22 12:35:50 +0100" value="966"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 12:56:43 +0100" startDate="2019-03-22 12:37:01 +0100" endDate="2019-03-22 12:47:01 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 13:00:47 +0100" startDate="2019-03-22 12:47:14 +0100" endDate="2019-03-22 12:57:13 +0100" value="1077"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 13:09:51 +0100" startDate="2019-03-22 12:57:13 +0100" endDate="2019-03-22 13:00:34 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 14:19:19 +0100" startDate="2019-03-22 14:08:07 +0100" endDate="2019-03-22 14:08:17 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 14:53:31 +0100" startDate="2019-03-22 14:41:10 +0100" endDate="2019-03-22 14:51:09 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 15:02:56 +0100" startDate="2019-03-22 14:51:09 +0100" endDate="2019-03-22 15:01:03 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 16:20:59 +0100" startDate="2019-03-22 16:08:55 +0100" endDate="2019-03-22 16:10:27 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 16:42:16 +0100" startDate="2019-03-22 16:27:13 +0100" endDate="2019-03-22 16:27:18 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 16:55:34 +0100" startDate="2019-03-22 16:42:36 +0100" endDate="2019-03-22 16:52:35 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 17:12:23 +0100" startDate="2019-03-22 16:56:16 +0100" endDate="2019-03-22 16:58:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 17:31:47 +0100" startDate="2019-03-22 17:17:31 +0100" endDate="2019-03-22 17:26:47 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 17:41:50 +0100" startDate="2019-03-22 17:27:43 +0100" endDate="2019-03-22 17:30:26 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 17:50:53 +0100" startDate="2019-03-22 17:37:50 +0100" endDate="2019-03-22 17:46:49 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 18:27:36 +0100" startDate="2019-03-22 17:48:02 +0100" endDate="2019-03-22 17:51:41 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 18:42:21 +0100" startDate="2019-03-22 18:25:24 +0100" endDate="2019-03-22 18:30:32 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 18:51:07 +0100" startDate="2019-03-22 18:39:18 +0100" endDate="2019-03-22 18:45:34 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 19:05:44 +0100" startDate="2019-03-22 18:50:26 +0100" endDate="2019-03-22 18:59:39 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 19:16:18 +0100" startDate="2019-03-22 19:01:49 +0100" endDate="2019-03-22 19:07:25 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 19:31:08 +0100" startDate="2019-03-22 19:15:23 +0100" endDate="2019-03-22 19:15:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 19:42:18 +0100" startDate="2019-03-22 19:29:48 +0100" endDate="2019-03-22 19:30:36 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 20:03:45 +0100" startDate="2019-03-22 19:52:39 +0100" endDate="2019-03-22 19:58:54 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 20:15:16 +0100" startDate="2019-03-22 20:03:58 +0100" endDate="2019-03-22 20:13:59 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 20:25:01 +0100" startDate="2019-03-22 20:13:59 +0100" endDate="2019-03-22 20:20:41 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 20:55:54 +0100" startDate="2019-03-22 20:44:02 +0100" endDate="2019-03-22 20:50:14 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 21:36:57 +0100" startDate="2019-03-22 21:25:04 +0100" endDate="2019-03-22 21:28:04 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 22:27:40 +0100" startDate="2019-03-22 22:16:45 +0100" endDate="2019-03-22 22:16:48 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 23:20:12 +0100" startDate="2019-03-22 23:09:07 +0100" endDate="2019-03-22 23:12:05 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-22 23:37:55 +0100" startDate="2019-03-22 23:27:51 +0100" endDate="2019-03-22 23:27:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 08:45:53 +0100" startDate="2019-03-23 08:33:09 +0100" endDate="2019-03-23 08:39:31 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 09:03:39 +0100" startDate="2019-03-23 08:53:36 +0100" endDate="2019-03-23 08:53:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 11:09:06 +0100" startDate="2019-03-23 10:58:01 +0100" endDate="2019-03-23 10:58:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 11:43:20 +0100" startDate="2019-03-23 11:30:20 +0100" endDate="2019-03-23 11:35:25 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 12:02:43 +0100" startDate="2019-03-23 11:47:57 +0100" endDate="2019-03-23 11:56:41 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 12:09:23 +0100" startDate="2019-03-23 11:58:21 +0100" endDate="2019-03-23 12:05:43 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 12:23:58 +0100" startDate="2019-03-23 12:12:25 +0100" endDate="2019-03-23 12:13:08 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 12:37:28 +0100" startDate="2019-03-23 12:25:57 +0100" endDate="2019-03-23 12:32:32 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 12:47:42 +0100" startDate="2019-03-23 12:36:39 +0100" endDate="2019-03-23 12:36:47 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 13:40:43 +0100" startDate="2019-03-23 13:28:32 +0100" endDate="2019-03-23 13:29:43 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 13:55:39 +0100" startDate="2019-03-23 13:41:45 +0100" endDate="2019-03-23 13:51:46 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 14:03:05 +0100" startDate="2019-03-23 13:51:46 +0100" endDate="2019-03-23 13:58:03 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 14:36:39 +0100" startDate="2019-03-23 14:10:34 +0100" endDate="2019-03-23 14:20:33 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 14:36:39 +0100" startDate="2019-03-23 14:20:33 +0100" endDate="2019-03-23 14:30:34 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 14:41:36 +0100" startDate="2019-03-23 14:30:34 +0100" endDate="2019-03-23 14:40:17 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 14:52:06 +0100" startDate="2019-03-23 14:40:37 +0100" endDate="2019-03-23 14:50:38 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 15:10:16 +0100" startDate="2019-03-23 14:50:38 +0100" endDate="2019-03-23 14:59:13 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 16:22:30 +0100" startDate="2019-03-23 16:02:42 +0100" endDate="2019-03-23 16:12:42 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 16:23:50 +0100" startDate="2019-03-23 16:12:42 +0100" endDate="2019-03-23 16:17:20 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 16:43:30 +0100" startDate="2019-03-23 16:31:32 +0100" endDate="2019-03-23 16:37:21 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 18:20:04 +0100" startDate="2019-03-23 18:03:59 +0100" endDate="2019-03-23 18:04:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 19:45:38 +0100" startDate="2019-03-23 19:35:08 +0100" endDate="2019-03-23 19:35:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-23 21:38:59 +0100" startDate="2019-03-23 21:27:36 +0100" endDate="2019-03-23 21:29:38 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 08:46:48 +0100" startDate="2019-03-24 08:33:30 +0100" endDate="2019-03-24 08:37:12 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 09:26:12 +0100" startDate="2019-03-24 09:14:24 +0100" endDate="2019-03-24 09:21:30 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 09:44:29 +0100" startDate="2019-03-24 09:31:31 +0100" endDate="2019-03-24 09:41:27 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 09:56:09 +0100" startDate="2019-03-24 09:41:29 +0100" endDate="2019-03-24 09:50:52 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 10:05:47 +0100" startDate="2019-03-24 09:54:47 +0100" endDate="2019-03-24 10:02:36 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 11:43:14 +0100" startDate="2019-03-24 11:14:35 +0100" endDate="2019-03-24 11:22:33 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 11:43:14 +0100" startDate="2019-03-24 11:32:14 +0100" endDate="2019-03-24 11:35:28 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 12:05:28 +0100" startDate="2019-03-24 11:51:36 +0100" endDate="2019-03-24 11:53:58 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 12:26:39 +0100" startDate="2019-03-24 12:03:43 +0100" endDate="2019-03-24 12:13:43 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 12:26:39 +0100" startDate="2019-03-24 12:13:43 +0100" endDate="2019-03-24 12:13:51 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 12:42:59 +0100" startDate="2019-03-24 12:25:43 +0100" endDate="2019-03-24 12:25:48 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 12:59:13 +0100" startDate="2019-03-24 12:26:49 +0100" endDate="2019-03-24 12:29:57 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 14:22:45 +0100" startDate="2019-03-24 13:42:00 +0100" endDate="2019-03-24 13:46:17 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 15:14:56 +0100" startDate="2019-03-24 14:48:09 +0100" endDate="2019-03-24 14:49:00 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 15:32:25 +0100" startDate="2019-03-24 15:18:02 +0100" endDate="2019-03-24 15:28:02 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 15:39:05 +0100" startDate="2019-03-24 15:28:02 +0100" endDate="2019-03-24 15:28:38 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 16:00:08 +0100" startDate="2019-03-24 15:48:12 +0100" endDate="2019-03-24 15:57:27 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 16:17:29 +0100" startDate="2019-03-24 16:02:44 +0100" endDate="2019-03-24 16:03:43 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 17:23:37 +0100" startDate="2019-03-24 17:12:19 +0100" endDate="2019-03-24 17:22:12 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 17:42:04 +0100" startDate="2019-03-24 17:30:34 +0100" endDate="2019-03-24 17:39:57 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 17:52:51 +0100" startDate="2019-03-24 17:41:48 +0100" endDate="2019-03-24 17:46:44 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 18:08:30 +0100" startDate="2019-03-24 17:57:13 +0100" endDate="2019-03-24 18:07:02 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-24 18:22:20 +0100" startDate="2019-03-24 18:07:42 +0100" endDate="2019-03-24 18:08:03 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 05:19:27 +0100" startDate="2019-03-25 04:57:25 +0100" endDate="2019-03-25 04:57:35 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 07:42:04 +0100" startDate="2019-03-25 07:30:41 +0100" endDate="2019-03-25 07:37:03 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 08:08:11 +0100" startDate="2019-03-25 07:49:37 +0100" endDate="2019-03-25 07:59:38 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 08:14:55 +0100" startDate="2019-03-25 07:59:38 +0100" endDate="2019-03-25 08:09:38 +0100" value="1020"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 08:21:17 +0100" startDate="2019-03-25 08:09:38 +0100" endDate="2019-03-25 08:15:21 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 10:07:17 +0100" startDate="2019-03-25 09:51:31 +0100" endDate="2019-03-25 10:00:14 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 10:48:14 +0100" startDate="2019-03-25 10:34:47 +0100" endDate="2019-03-25 10:34:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 11:27:24 +0100" startDate="2019-03-25 11:11:23 +0100" endDate="2019-03-25 11:15:31 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 11:40:25 +0100" startDate="2019-03-25 11:26:08 +0100" endDate="2019-03-25 11:36:09 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 11:50:29 +0100" startDate="2019-03-25 11:36:09 +0100" endDate="2019-03-25 11:45:41 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 12:26:03 +0100" startDate="2019-03-25 12:02:33 +0100" endDate="2019-03-25 12:12:29 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 12:59:34 +0100" startDate="2019-03-25 12:47:41 +0100" endDate="2019-03-25 12:51:32 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 13:13:13 +0100" startDate="2019-03-25 13:00:44 +0100" endDate="2019-03-25 13:09:55 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 13:46:46 +0100" startDate="2019-03-25 13:31:07 +0100" endDate="2019-03-25 13:32:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 14:02:07 +0100" startDate="2019-03-25 13:49:13 +0100" endDate="2019-03-25 13:52:27 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 14:12:11 +0100" startDate="2019-03-25 14:01:09 +0100" endDate="2019-03-25 14:01:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 14:53:50 +0100" startDate="2019-03-25 14:33:12 +0100" endDate="2019-03-25 14:39:53 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 15:20:18 +0100" startDate="2019-03-25 15:05:08 +0100" endDate="2019-03-25 15:07:46 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 15:42:15 +0100" startDate="2019-03-25 15:17:57 +0100" endDate="2019-03-25 15:22:27 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 16:34:37 +0100" startDate="2019-03-25 16:20:04 +0100" endDate="2019-03-25 16:30:04 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 16:51:58 +0100" startDate="2019-03-25 16:30:19 +0100" endDate="2019-03-25 16:38:12 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 16:59:43 +0100" startDate="2019-03-25 16:45:03 +0100" endDate="2019-03-25 16:53:01 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 17:09:51 +0100" startDate="2019-03-25 16:55:22 +0100" endDate="2019-03-25 17:05:22 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 17:16:25 +0100" startDate="2019-03-25 17:05:22 +0100" endDate="2019-03-25 17:12:26 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 17:35:17 +0100" startDate="2019-03-25 17:22:35 +0100" endDate="2019-03-25 17:30:15 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 17:50:07 +0100" startDate="2019-03-25 17:36:03 +0100" endDate="2019-03-25 17:37:04 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 19:06:34 +0100" startDate="2019-03-25 18:50:55 +0100" endDate="2019-03-25 18:59:03 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 19:15:10 +0100" startDate="2019-03-25 19:00:54 +0100" endDate="2019-03-25 19:09:22 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 19:25:17 +0100" startDate="2019-03-25 19:12:34 +0100" endDate="2019-03-25 19:15:28 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 20:41:51 +0100" startDate="2019-03-25 20:30:48 +0100" endDate="2019-03-25 20:40:45 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 20:53:34 +0100" startDate="2019-03-25 20:40:55 +0100" endDate="2019-03-25 20:50:56 +0100" value="972"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 21:01:59 +0100" startDate="2019-03-25 20:50:56 +0100" endDate="2019-03-25 21:00:55 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 21:12:16 +0100" startDate="2019-03-25 21:00:55 +0100" endDate="2019-03-25 21:04:24 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 21:32:26 +0100" startDate="2019-03-25 21:21:59 +0100" endDate="2019-03-25 21:22:02 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-25 22:55:11 +0100" startDate="2019-03-25 22:44:35 +0100" endDate="2019-03-25 22:44:37 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 05:39:37 +0100" startDate="2019-03-26 05:12:21 +0100" endDate="2019-03-26 05:18:59 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 07:17:33 +0100" startDate="2019-03-26 07:01:55 +0100" endDate="2019-03-26 07:05:45 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 07:25:48 +0100" startDate="2019-03-26 07:14:48 +0100" endDate="2019-03-26 07:14:48 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 08:08:38 +0100" startDate="2019-03-26 07:55:44 +0100" endDate="2019-03-26 07:57:36 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 08:21:30 +0100" startDate="2019-03-26 08:07:37 +0100" endDate="2019-03-26 08:17:36 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 08:28:40 +0100" startDate="2019-03-26 08:17:36 +0100" endDate="2019-03-26 08:19:41 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 09:11:57 +0100" startDate="2019-03-26 08:57:48 +0100" endDate="2019-03-26 08:57:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 11:07:48 +0100" startDate="2019-03-26 10:54:12 +0100" endDate="2019-03-26 10:55:31 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 11:44:16 +0100" startDate="2019-03-26 11:30:06 +0100" endDate="2019-03-26 11:40:06 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 11:53:31 +0100" startDate="2019-03-26 11:40:06 +0100" endDate="2019-03-26 11:45:05 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 12:01:40 +0100" startDate="2019-03-26 11:50:40 +0100" endDate="2019-03-26 12:00:41 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 12:12:16 +0100" startDate="2019-03-26 12:00:41 +0100" endDate="2019-03-26 12:09:37 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 12:32:01 +0100" startDate="2019-03-26 12:10:56 +0100" endDate="2019-03-26 12:12:21 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 13:45:54 +0100" startDate="2019-03-26 13:30:38 +0100" endDate="2019-03-26 13:34:33 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 14:15:56 +0100" startDate="2019-03-26 14:03:37 +0100" endDate="2019-03-26 14:12:26 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 14:27:30 +0100" startDate="2019-03-26 14:15:50 +0100" endDate="2019-03-26 14:24:19 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 14:45:15 +0100" startDate="2019-03-26 14:28:01 +0100" endDate="2019-03-26 14:29:51 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 16:10:12 +0100" startDate="2019-03-26 15:58:48 +0100" endDate="2019-03-26 16:01:23 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 16:54:58 +0100" startDate="2019-03-26 16:39:03 +0100" endDate="2019-03-26 16:49:03 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 17:01:15 +0100" startDate="2019-03-26 16:49:03 +0100" endDate="2019-03-26 16:59:04 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 17:12:35 +0100" startDate="2019-03-26 16:59:04 +0100" endDate="2019-03-26 17:06:42 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 17:34:55 +0100" startDate="2019-03-26 17:22:01 +0100" endDate="2019-03-26 17:22:03 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 17:59:33 +0100" startDate="2019-03-26 17:42:30 +0100" endDate="2019-03-26 17:43:56 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 18:16:47 +0100" startDate="2019-03-26 18:05:42 +0100" endDate="2019-03-26 18:11:44 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 18:29:13 +0100" startDate="2019-03-26 18:16:04 +0100" endDate="2019-03-26 18:16:06 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 21:02:53 +0100" startDate="2019-03-26 20:51:45 +0100" endDate="2019-03-26 20:51:53 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-26 23:00:02 +0100" startDate="2019-03-26 22:44:53 +0100" endDate="2019-03-26 22:49:43 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 07:31:49 +0100" startDate="2019-03-27 07:18:27 +0100" endDate="2019-03-27 07:26:22 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 07:44:52 +0100" startDate="2019-03-27 07:31:30 +0100" endDate="2019-03-27 07:31:40 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 08:14:27 +0100" startDate="2019-03-27 08:00:55 +0100" endDate="2019-03-27 08:10:50 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 08:32:32 +0100" startDate="2019-03-27 08:17:15 +0100" endDate="2019-03-27 08:22:10 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 08:59:03 +0100" startDate="2019-03-27 08:44:56 +0100" endDate="2019-03-27 08:54:56 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 09:07:33 +0100" startDate="2019-03-27 08:54:56 +0100" endDate="2019-03-27 09:02:29 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 09:17:28 +0100" startDate="2019-03-27 09:05:33 +0100" endDate="2019-03-27 09:06:34 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 09:37:19 +0100" startDate="2019-03-27 09:27:07 +0100" endDate="2019-03-27 09:27:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 10:48:35 +0100" startDate="2019-03-27 10:35:58 +0100" endDate="2019-03-27 10:42:51 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 10:57:48 +0100" startDate="2019-03-27 10:46:45 +0100" endDate="2019-03-27 10:47:18 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 11:13:43 +0100" startDate="2019-03-27 10:58:11 +0100" endDate="2019-03-27 10:59:33 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 11:42:36 +0100" startDate="2019-03-27 11:27:11 +0100" endDate="2019-03-27 11:27:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 11:48:46 +0100" startDate="2019-03-27 11:37:27 +0100" endDate="2019-03-27 11:47:24 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 11:58:52 +0100" startDate="2019-03-27 11:47:40 +0100" endDate="2019-03-27 11:47:40 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 12:11:28 +0100" startDate="2019-03-27 11:59:31 +0100" endDate="2019-03-27 12:03:12 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 12:51:37 +0100" startDate="2019-03-27 12:35:12 +0100" endDate="2019-03-27 12:45:10 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 13:49:30 +0100" startDate="2019-03-27 13:31:31 +0100" endDate="2019-03-27 13:38:26 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 13:59:10 +0100" startDate="2019-03-27 13:46:56 +0100" endDate="2019-03-27 13:48:13 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 15:48:36 +0100" startDate="2019-03-27 15:35:44 +0100" endDate="2019-03-27 15:44:51 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 15:59:48 +0100" startDate="2019-03-27 15:48:30 +0100" endDate="2019-03-27 15:49:57 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 16:49:18 +0100" startDate="2019-03-27 16:36:32 +0100" endDate="2019-03-27 16:46:33 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 16:58:23 +0100" startDate="2019-03-27 16:46:33 +0100" endDate="2019-03-27 16:56:32 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 17:11:44 +0100" startDate="2019-03-27 16:56:32 +0100" endDate="2019-03-27 17:06:03 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 17:21:53 +0100" startDate="2019-03-27 17:06:46 +0100" endDate="2019-03-27 17:15:50 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 17:46:22 +0100" startDate="2019-03-27 17:29:41 +0100" endDate="2019-03-27 17:38:19 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 17:53:50 +0100" startDate="2019-03-27 17:42:10 +0100" endDate="2019-03-27 17:50:58 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 18:47:55 +0100" startDate="2019-03-27 18:36:49 +0100" endDate="2019-03-27 18:36:55 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 19:08:13 +0100" startDate="2019-03-27 18:50:44 +0100" endDate="2019-03-27 18:57:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 19:16:55 +0100" startDate="2019-03-27 19:05:52 +0100" endDate="2019-03-27 19:09:55 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-27 20:46:14 +0100" startDate="2019-03-27 20:34:47 +0100" endDate="2019-03-27 20:34:57 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 07:29:02 +0100" startDate="2019-03-28 07:16:59 +0100" endDate="2019-03-28 07:26:46 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 07:38:22 +0100" startDate="2019-03-28 07:27:19 +0100" endDate="2019-03-28 07:34:08 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 08:05:32 +0100" startDate="2019-03-28 07:52:50 +0100" endDate="2019-03-28 08:02:51 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 08:13:54 +0100" startDate="2019-03-28 08:02:51 +0100" endDate="2019-03-28 08:12:53 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 08:27:57 +0100" startDate="2019-03-28 08:12:53 +0100" endDate="2019-03-28 08:22:52 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 08:35:59 +0100" startDate="2019-03-28 08:22:52 +0100" endDate="2019-03-28 08:24:57 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 09:02:41 +0100" startDate="2019-03-28 08:48:23 +0100" endDate="2019-03-28 08:48:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 11:38:27 +0100" startDate="2019-03-28 11:26:17 +0100" endDate="2019-03-28 11:33:41 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 11:50:43 +0100" startDate="2019-03-28 11:36:34 +0100" endDate="2019-03-28 11:46:16 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 11:59:17 +0100" startDate="2019-03-28 11:46:47 +0100" endDate="2019-03-28 11:48:11 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 12:20:59 +0100" startDate="2019-03-28 12:06:41 +0100" endDate="2019-03-28 12:16:12 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 12:32:28 +0100" startDate="2019-03-28 12:20:24 +0100" endDate="2019-03-28 12:22:50 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 14:21:42 +0100" startDate="2019-03-28 14:03:03 +0100" endDate="2019-03-28 14:09:24 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 14:43:56 +0100" startDate="2019-03-28 14:30:55 +0100" endDate="2019-03-28 14:39:54 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 14:54:03 +0100" startDate="2019-03-28 14:42:32 +0100" endDate="2019-03-28 14:44:12 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 15:08:14 +0100" startDate="2019-03-28 14:52:48 +0100" endDate="2019-03-28 14:57:48 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 16:20:14 +0100" startDate="2019-03-28 16:01:04 +0100" endDate="2019-03-28 16:11:03 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 16:24:43 +0100" startDate="2019-03-28 16:11:03 +0100" endDate="2019-03-28 16:21:03 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 16:32:36 +0100" startDate="2019-03-28 16:21:03 +0100" endDate="2019-03-28 16:26:59 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 16:48:54 +0100" startDate="2019-03-28 16:35:34 +0100" endDate="2019-03-28 16:45:21 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 17:01:30 +0100" startDate="2019-03-28 16:49:48 +0100" endDate="2019-03-28 16:50:19 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 17:20:02 +0100" startDate="2019-03-28 17:02:53 +0100" endDate="2019-03-28 17:12:23 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 17:30:09 +0100" startDate="2019-03-28 17:19:06 +0100" endDate="2019-03-28 17:23:01 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 17:40:19 +0100" startDate="2019-03-28 17:30:16 +0100" endDate="2019-03-28 17:30:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 18:45:32 +0100" startDate="2019-03-28 18:35:29 +0100" endDate="2019-03-28 18:35:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 21:01:32 +0100" startDate="2019-03-28 20:42:01 +0100" endDate="2019-03-28 20:52:02 +0100" value="1134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 22:09:11 +0100" startDate="2019-03-28 21:54:32 +0100" endDate="2019-03-28 21:55:00 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 22:35:25 +0100" startDate="2019-03-28 22:20:15 +0100" endDate="2019-03-28 22:26:42 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 22:57:12 +0100" startDate="2019-03-28 22:43:10 +0100" endDate="2019-03-28 22:53:09 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-28 23:14:08 +0100" startDate="2019-03-28 22:53:09 +0100" endDate="2019-03-28 22:58:39 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 00:16:49 +0100" startDate="2019-03-29 00:02:13 +0100" endDate="2019-03-29 00:02:46 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 00:30:56 +0100" startDate="2019-03-29 00:13:22 +0100" endDate="2019-03-29 00:13:25 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 00:57:53 +0100" startDate="2019-03-29 00:42:40 +0100" endDate="2019-03-29 00:42:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 01:46:38 +0100" startDate="2019-03-29 01:28:40 +0100" endDate="2019-03-29 01:31:30 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 02:22:06 +0100" startDate="2019-03-29 02:08:19 +0100" endDate="2019-03-29 02:18:18 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 02:36:29 +0100" startDate="2019-03-29 02:18:18 +0100" endDate="2019-03-29 02:24:26 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 03:03:13 +0100" startDate="2019-03-29 02:28:26 +0100" endDate="2019-03-29 02:38:23 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 03:03:13 +0100" startDate="2019-03-29 02:39:08 +0100" endDate="2019-03-29 02:49:02 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 03:03:13 +0100" startDate="2019-03-29 02:49:19 +0100" endDate="2019-03-29 02:56:07 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 03:11:09 +0100" startDate="2019-03-29 02:56:15 +0100" endDate="2019-03-29 03:03:22 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 03:22:25 +0100" startDate="2019-03-29 03:03:22 +0100" endDate="2019-03-29 03:10:11 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 03:29:50 +0100" startDate="2019-03-29 03:16:07 +0100" endDate="2019-03-29 03:25:52 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 03:45:59 +0100" startDate="2019-03-29 03:26:38 +0100" endDate="2019-03-29 03:28:51 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 04:02:39 +0100" startDate="2019-03-29 03:45:32 +0100" endDate="2019-03-29 03:51:41 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 07:38:13 +0100" startDate="2019-03-29 07:20:11 +0100" endDate="2019-03-29 07:26:27 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 07:49:40 +0100" startDate="2019-03-29 07:35:15 +0100" endDate="2019-03-29 07:41:28 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 07:56:56 +0100" startDate="2019-03-29 07:45:56 +0100" endDate="2019-03-29 07:55:56 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 08:06:58 +0100" startDate="2019-03-29 07:55:56 +0100" endDate="2019-03-29 08:03:28 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 08:57:36 +0100" startDate="2019-03-29 08:44:52 +0100" endDate="2019-03-29 08:53:13 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 09:07:51 +0100" startDate="2019-03-29 08:56:31 +0100" endDate="2019-03-29 09:02:44 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 09:48:06 +0100" startDate="2019-03-29 09:36:15 +0100" endDate="2019-03-29 09:38:37 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 10:03:58 +0100" startDate="2019-03-29 09:52:12 +0100" endDate="2019-03-29 09:54:45 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 10:18:20 +0100" startDate="2019-03-29 10:06:19 +0100" endDate="2019-03-29 10:13:34 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 10:38:09 +0100" startDate="2019-03-29 10:26:51 +0100" endDate="2019-03-29 10:36:29 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 10:51:20 +0100" startDate="2019-03-29 10:38:34 +0100" endDate="2019-03-29 10:38:49 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 11:15:36 +0100" startDate="2019-03-29 10:58:45 +0100" endDate="2019-03-29 11:08:36 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 11:27:45 +0100" startDate="2019-03-29 11:15:59 +0100" endDate="2019-03-29 11:17:28 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 12:54:05 +0100" startDate="2019-03-29 12:38:56 +0100" endDate="2019-03-29 12:44:22 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 13:21:27 +0100" startDate="2019-03-29 13:05:31 +0100" endDate="2019-03-29 13:14:10 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 14:14:20 +0100" startDate="2019-03-29 14:01:08 +0100" endDate="2019-03-29 14:11:08 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 14:22:10 +0100" startDate="2019-03-29 14:11:08 +0100" endDate="2019-03-29 14:13:46 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 15:20:24 +0100" startDate="2019-03-29 15:09:08 +0100" endDate="2019-03-29 15:09:23 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 15:40:12 +0100" startDate="2019-03-29 15:22:19 +0100" endDate="2019-03-29 15:32:09 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 15:43:25 +0100" startDate="2019-03-29 15:32:24 +0100" endDate="2019-03-29 15:40:39 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 16:01:31 +0100" startDate="2019-03-29 15:48:05 +0100" endDate="2019-03-29 15:58:06 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 16:14:55 +0100" startDate="2019-03-29 15:58:06 +0100" endDate="2019-03-29 16:06:05 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 16:28:43 +0100" startDate="2019-03-29 16:14:01 +0100" endDate="2019-03-29 16:17:38 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 16:59:48 +0100" startDate="2019-03-29 16:42:33 +0100" endDate="2019-03-29 16:46:04 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 17:35:20 +0100" startDate="2019-03-29 17:10:21 +0100" endDate="2019-03-29 17:20:16 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 17:35:20 +0100" startDate="2019-03-29 17:21:04 +0100" endDate="2019-03-29 17:22:56 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 17:39:33 +0100" startDate="2019-03-29 17:28:21 +0100" endDate="2019-03-29 17:35:49 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 17:56:30 +0100" startDate="2019-03-29 17:35:49 +0100" endDate="2019-03-29 17:45:25 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 18:04:56 +0100" startDate="2019-03-29 17:53:56 +0100" endDate="2019-03-29 17:57:04 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 18:26:34 +0100" startDate="2019-03-29 18:15:26 +0100" endDate="2019-03-29 18:15:34 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 19:06:52 +0100" startDate="2019-03-29 18:54:51 +0100" endDate="2019-03-29 18:57:55 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 19:16:20 +0100" startDate="2019-03-29 19:05:18 +0100" endDate="2019-03-29 19:12:28 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 20:26:17 +0100" startDate="2019-03-29 20:14:20 +0100" endDate="2019-03-29 20:18:08 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 21:40:44 +0100" startDate="2019-03-29 21:28:15 +0100" endDate="2019-03-29 21:28:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 22:45:28 +0100" startDate="2019-03-29 22:30:27 +0100" endDate="2019-03-29 22:30:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-29 23:27:36 +0100" startDate="2019-03-29 23:12:17 +0100" endDate="2019-03-29 23:13:18 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 08:21:07 +0100" startDate="2019-03-30 08:09:18 +0100" endDate="2019-03-30 08:09:29 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 10:29:12 +0100" startDate="2019-03-30 10:16:45 +0100" endDate="2019-03-30 10:17:49 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 12:16:41 +0100" startDate="2019-03-30 12:04:57 +0100" endDate="2019-03-30 12:14:57 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 13:00:28 +0100" startDate="2019-03-30 12:48:10 +0100" endDate="2019-03-30 12:52:40 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 13:16:15 +0100" startDate="2019-03-30 13:02:12 +0100" endDate="2019-03-30 13:04:19 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 13:41:09 +0100" startDate="2019-03-30 13:28:48 +0100" endDate="2019-03-30 13:28:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 14:59:55 +0100" startDate="2019-03-30 14:46:11 +0100" endDate="2019-03-30 14:51:49 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 15:08:44 +0100" startDate="2019-03-30 14:56:44 +0100" endDate="2019-03-30 15:06:36 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 15:19:07 +0100" startDate="2019-03-30 15:06:49 +0100" endDate="2019-03-30 15:16:34 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 15:29:36 +0100" startDate="2019-03-30 15:17:20 +0100" endDate="2019-03-30 15:17:56 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 16:03:20 +0100" startDate="2019-03-30 15:48:48 +0100" endDate="2019-03-30 15:52:52 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 16:13:28 +0100" startDate="2019-03-30 16:02:15 +0100" endDate="2019-03-30 16:11:12 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 16:38:53 +0100" startDate="2019-03-30 16:26:57 +0100" endDate="2019-03-30 16:27:02 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 20:01:52 +0100" startDate="2019-03-30 19:49:42 +0100" endDate="2019-03-30 19:59:04 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 20:29:36 +0100" startDate="2019-03-30 20:00:41 +0100" endDate="2019-03-30 20:08:40 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 22:05:41 +0100" startDate="2019-03-30 21:47:16 +0100" endDate="2019-03-30 21:50:27 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 22:21:59 +0100" startDate="2019-03-30 22:09:03 +0100" endDate="2019-03-30 22:12:51 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-30 23:50:08 +0100" startDate="2019-03-30 23:35:25 +0100" endDate="2019-03-30 23:36:16 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 00:03:23 +0100" startDate="2019-03-30 23:51:19 +0100" endDate="2019-03-31 00:01:18 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 00:12:31 +0100" startDate="2019-03-31 00:01:18 +0100" endDate="2019-03-31 00:11:13 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 00:23:09 +0100" startDate="2019-03-31 00:12:09 +0100" endDate="2019-03-31 00:22:08 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 00:34:59 +0100" startDate="2019-03-31 00:22:08 +0100" endDate="2019-03-31 00:31:58 +0100" value="1105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 00:48:35 +0100" startDate="2019-03-31 00:32:08 +0100" endDate="2019-03-31 00:42:07 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 01:02:22 +0100" startDate="2019-03-31 00:42:07 +0100" endDate="2019-03-31 00:43:57 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 02:33:58 +0100" startDate="2019-03-31 02:19:55 +0100" endDate="2019-03-31 02:29:29 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 02:48:22 +0100" startDate="2019-03-31 02:30:15 +0100" endDate="2019-03-31 02:38:56 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 03:04:44 +0100" startDate="2019-03-31 02:51:18 +0100" endDate="2019-03-31 02:51:31 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 08:39:16 +0100" startDate="2019-03-31 08:20:11 +0100" endDate="2019-03-31 08:27:48 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 11:51:35 +0100" startDate="2019-03-31 11:33:05 +0100" endDate="2019-03-31 11:41:03 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 12:15:19 +0100" startDate="2019-03-31 12:03:16 +0100" endDate="2019-03-31 12:03:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 12:39:25 +0100" startDate="2019-03-31 12:25:51 +0100" endDate="2019-03-31 12:34:19 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 13:09:36 +0100" startDate="2019-03-31 12:49:26 +0100" endDate="2019-03-31 12:59:26 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 13:09:36 +0100" startDate="2019-03-31 12:59:26 +0100" endDate="2019-03-31 13:00:40 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 13:46:18 +0100" startDate="2019-03-31 13:33:11 +0100" endDate="2019-03-31 13:35:19 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 14:26:38 +0100" startDate="2019-03-31 14:15:18 +0100" endDate="2019-03-31 14:25:18 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 14:36:44 +0100" startDate="2019-03-31 14:25:18 +0100" endDate="2019-03-31 14:34:23 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 14:49:30 +0100" startDate="2019-03-31 14:35:44 +0100" endDate="2019-03-31 14:45:44 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 15:02:59 +0100" startDate="2019-03-31 14:45:44 +0100" endDate="2019-03-31 14:55:45 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 15:17:45 +0100" startDate="2019-03-31 14:55:45 +0100" endDate="2019-03-31 15:05:23 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 15:17:45 +0100" startDate="2019-03-31 15:05:54 +0100" endDate="2019-03-31 15:12:30 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 15:31:29 +0100" startDate="2019-03-31 15:12:30 +0100" endDate="2019-03-31 15:21:01 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 15:44:12 +0100" startDate="2019-03-31 15:26:43 +0100" endDate="2019-03-31 15:35:21 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 16:37:11 +0100" startDate="2019-03-31 16:20:42 +0100" endDate="2019-03-31 16:28:18 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 17:03:03 +0100" startDate="2019-03-31 16:51:24 +0100" endDate="2019-03-31 16:53:13 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 17:35:24 +0100" startDate="2019-03-31 17:18:13 +0100" endDate="2019-03-31 17:20:41 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 18:04:48 +0100" startDate="2019-03-31 17:53:33 +0100" endDate="2019-03-31 17:56:46 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 18:14:47 +0100" startDate="2019-03-31 18:03:42 +0100" endDate="2019-03-31 18:05:06 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 18:40:16 +0100" startDate="2019-03-31 18:25:49 +0100" endDate="2019-03-31 18:28:10 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 19:27:59 +0100" startDate="2019-03-31 19:15:32 +0100" endDate="2019-03-31 19:19:45 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 20:34:27 +0100" startDate="2019-03-31 20:23:49 +0100" endDate="2019-03-31 20:23:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-03-31 21:15:37 +0100" startDate="2019-03-31 21:03:24 +0100" endDate="2019-03-31 21:03:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 05:40:32 +0100" startDate="2019-04-01 05:28:43 +0100" endDate="2019-04-01 05:34:23 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 06:26:28 +0100" startDate="2019-04-01 06:14:05 +0100" endDate="2019-04-01 06:21:12 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 07:16:34 +0100" startDate="2019-04-01 07:04:53 +0100" endDate="2019-04-01 07:12:33 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 07:28:14 +0100" startDate="2019-04-01 07:15:18 +0100" endDate="2019-04-01 07:25:18 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 07:36:21 +0100" startDate="2019-04-01 07:25:18 +0100" endDate="2019-04-01 07:31:49 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 08:00:38 +0100" startDate="2019-04-01 07:44:23 +0100" endDate="2019-04-01 07:49:22 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 08:10:56 +0100" startDate="2019-04-01 07:59:56 +0100" endDate="2019-04-01 08:09:28 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 08:24:31 +0100" startDate="2019-04-01 08:12:08 +0100" endDate="2019-04-01 08:20:24 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 08:40:51 +0100" startDate="2019-04-01 08:28:50 +0100" endDate="2019-04-01 08:34:11 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 09:12:09 +0100" startDate="2019-04-01 08:42:15 +0100" endDate="2019-04-01 08:43:39 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 09:20:44 +0100" startDate="2019-04-01 09:08:24 +0100" endDate="2019-04-01 09:16:10 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 09:34:12 +0100" startDate="2019-04-01 09:22:10 +0100" endDate="2019-04-01 09:27:24 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 10:21:22 +0100" startDate="2019-04-01 10:09:15 +0100" endDate="2019-04-01 10:13:13 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 10:35:58 +0100" startDate="2019-04-01 10:24:12 +0100" endDate="2019-04-01 10:31:15 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 10:54:02 +0100" startDate="2019-04-01 10:42:41 +0100" endDate="2019-04-01 10:43:02 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 11:14:21 +0100" startDate="2019-04-01 10:58:01 +0100" endDate="2019-04-01 11:08:00 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 11:23:46 +0100" startDate="2019-04-01 11:08:00 +0100" endDate="2019-04-01 11:08:43 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 11:35:54 +0100" startDate="2019-04-01 11:20:02 +0100" endDate="2019-04-01 11:22:00 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 12:19:45 +0100" startDate="2019-04-01 11:22:00 +0100" endDate="2019-04-01 12:06:26 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 13:47:19 +0100" startDate="2019-04-01 13:35:03 +0100" endDate="2019-04-01 13:35:49 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 13:58:37 +0100" startDate="2019-04-01 13:46:14 +0100" endDate="2019-04-01 13:52:11 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 14:19:22 +0100" startDate="2019-04-01 13:59:39 +0100" endDate="2019-04-01 14:08:32 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 14:47:20 +0100" startDate="2019-04-01 14:19:43 +0100" endDate="2019-04-01 14:28:24 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 14:47:20 +0100" startDate="2019-04-01 14:31:35 +0100" endDate="2019-04-01 14:36:35 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 15:06:56 +0100" startDate="2019-04-01 14:46:00 +0100" endDate="2019-04-01 14:46:00 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 15:20:43 +0100" startDate="2019-04-01 15:07:08 +0100" endDate="2019-04-01 15:12:00 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 15:37:35 +0100" startDate="2019-04-01 15:24:00 +0100" endDate="2019-04-01 15:27:51 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 15:45:30 +0100" startDate="2019-04-01 15:34:30 +0100" endDate="2019-04-01 15:43:33 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 16:08:52 +0100" startDate="2019-04-01 15:52:06 +0100" endDate="2019-04-01 16:02:04 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 16:16:12 +0100" startDate="2019-04-01 16:02:14 +0100" endDate="2019-04-01 16:02:57 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 16:48:45 +0100" startDate="2019-04-01 16:36:41 +0100" endDate="2019-04-01 16:46:23 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 16:58:22 +0100" startDate="2019-04-01 16:46:41 +0100" endDate="2019-04-01 16:56:42 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 17:08:35 +0100" startDate="2019-04-01 16:56:42 +0100" endDate="2019-04-01 17:06:43 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 17:21:04 +0100" startDate="2019-04-01 17:06:43 +0100" endDate="2019-04-01 17:08:51 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 17:31:51 +0100" startDate="2019-04-01 17:19:25 +0100" endDate="2019-04-01 17:29:11 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 17:42:44 +0100" startDate="2019-04-01 17:29:52 +0100" endDate="2019-04-01 17:37:14 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 18:02:19 +0100" startDate="2019-04-01 17:44:13 +0100" endDate="2019-04-01 17:54:13 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 18:07:50 +0100" startDate="2019-04-01 17:54:13 +0100" endDate="2019-04-01 18:03:13 +0100" value="926"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 18:18:11 +0100" startDate="2019-04-01 18:04:24 +0100" endDate="2019-04-01 18:04:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 19:46:32 +0100" startDate="2019-04-01 19:34:18 +0100" endDate="2019-04-01 19:44:17 +0100" value="949"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 19:55:20 +0100" startDate="2019-04-01 19:44:17 +0100" endDate="2019-04-01 19:54:17 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 20:06:30 +0100" startDate="2019-04-01 19:54:17 +0100" endDate="2019-04-01 20:00:35 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 20:20:21 +0100" startDate="2019-04-01 20:09:16 +0100" endDate="2019-04-01 20:16:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 20:56:11 +0100" startDate="2019-04-01 20:44:54 +0100" endDate="2019-04-01 20:44:56 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-01 21:39:46 +0100" startDate="2019-04-01 21:08:19 +0100" endDate="2019-04-01 21:08:42 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 02:50:04 +0100" startDate="2019-04-02 02:31:21 +0100" endDate="2019-04-02 02:37:13 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 06:20:11 +0100" startDate="2019-04-02 06:06:05 +0100" endDate="2019-04-02 06:15:53 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 07:17:57 +0100" startDate="2019-04-02 07:05:04 +0100" endDate="2019-04-02 07:12:57 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 07:27:56 +0100" startDate="2019-04-02 07:16:25 +0100" endDate="2019-04-02 07:22:47 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 07:46:14 +0100" startDate="2019-04-02 07:33:50 +0100" endDate="2019-04-02 07:43:45 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 08:03:04 +0100" startDate="2019-04-02 07:46:51 +0100" endDate="2019-04-02 07:48:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 09:13:46 +0100" startDate="2019-04-02 09:00:23 +0100" endDate="2019-04-02 09:03:42 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 10:04:31 +0100" startDate="2019-04-02 09:51:11 +0100" endDate="2019-04-02 09:58:03 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 10:17:02 +0100" startDate="2019-04-02 10:02:15 +0100" endDate="2019-04-02 10:05:59 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 10:57:42 +0100" startDate="2019-04-02 10:45:21 +0100" endDate="2019-04-02 10:54:59 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 12:10:27 +0100" startDate="2019-04-02 11:46:26 +0100" endDate="2019-04-02 11:52:17 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 12:10:27 +0100" startDate="2019-04-02 11:56:40 +0100" endDate="2019-04-02 12:02:03 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 12:49:11 +0100" startDate="2019-04-02 12:30:53 +0100" endDate="2019-04-02 12:40:54 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 12:55:25 +0100" startDate="2019-04-02 12:40:54 +0100" endDate="2019-04-02 12:51:11 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 13:02:56 +0100" startDate="2019-04-02 12:51:18 +0100" endDate="2019-04-02 13:01:19 +0100" value="1099"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 13:16:26 +0100" startDate="2019-04-02 13:01:19 +0100" endDate="2019-04-02 13:02:08 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 13:50:34 +0100" startDate="2019-04-02 13:31:57 +0100" endDate="2019-04-02 13:32:35 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 14:46:02 +0100" startDate="2019-04-02 14:33:42 +0100" endDate="2019-04-02 14:41:31 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 15:59:21 +0100" startDate="2019-04-02 15:38:45 +0100" endDate="2019-04-02 15:45:32 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 16:12:01 +0100" startDate="2019-04-02 16:00:20 +0100" endDate="2019-04-02 16:01:01 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 16:44:08 +0100" startDate="2019-04-02 16:32:08 +0100" endDate="2019-04-02 16:41:21 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 16:54:47 +0100" startDate="2019-04-02 16:43:45 +0100" endDate="2019-04-02 16:53:43 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 17:04:46 +0100" startDate="2019-04-02 16:53:43 +0100" endDate="2019-04-02 17:01:09 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 17:49:27 +0100" startDate="2019-04-02 17:39:24 +0100" endDate="2019-04-02 17:39:26 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 18:57:28 +0100" startDate="2019-04-02 18:45:50 +0100" endDate="2019-04-02 18:45:53 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 19:13:27 +0100" startDate="2019-04-02 19:01:56 +0100" endDate="2019-04-02 19:03:33 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-02 20:29:01 +0100" startDate="2019-04-02 20:17:02 +0100" endDate="2019-04-02 20:20:41 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 04:29:42 +0100" startDate="2019-04-03 04:16:18 +0100" endDate="2019-04-03 04:25:26 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 06:38:49 +0100" startDate="2019-04-03 06:27:23 +0100" endDate="2019-04-03 06:35:08 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 06:50:58 +0100" startDate="2019-04-03 06:38:59 +0100" endDate="2019-04-03 06:40:03 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 07:10:52 +0100" startDate="2019-04-03 06:57:20 +0100" endDate="2019-04-03 07:06:50 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 07:19:30 +0100" startDate="2019-04-03 07:07:23 +0100" endDate="2019-04-03 07:17:05 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 07:28:35 +0100" startDate="2019-04-03 07:17:26 +0100" endDate="2019-04-03 07:27:26 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 07:38:29 +0100" startDate="2019-04-03 07:27:26 +0100" endDate="2019-04-03 07:37:19 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 07:52:32 +0100" startDate="2019-04-03 07:40:33 +0100" endDate="2019-04-03 07:48:41 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 08:02:40 +0100" startDate="2019-04-03 07:51:06 +0100" endDate="2019-04-03 08:00:22 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 08:19:18 +0100" startDate="2019-04-03 08:02:06 +0100" endDate="2019-04-03 08:05:40 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 09:28:03 +0100" startDate="2019-04-03 08:51:31 +0100" endDate="2019-04-03 08:58:54 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 09:41:16 +0100" startDate="2019-04-03 09:28:05 +0100" endDate="2019-04-03 09:28:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 10:09:08 +0100" startDate="2019-04-03 09:56:40 +0100" endDate="2019-04-03 09:57:13 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 10:57:01 +0100" startDate="2019-04-03 10:45:03 +0100" endDate="2019-04-03 10:54:19 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 11:49:55 +0100" startDate="2019-04-03 11:34:21 +0100" endDate="2019-04-03 11:41:49 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 12:46:00 +0100" startDate="2019-04-03 12:31:30 +0100" endDate="2019-04-03 12:35:27 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 13:55:45 +0100" startDate="2019-04-03 13:33:17 +0100" endDate="2019-04-03 13:41:25 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 13:55:45 +0100" startDate="2019-04-03 13:43:55 +0100" endDate="2019-04-03 13:44:33 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 14:20:06 +0100" startDate="2019-04-03 13:59:18 +0100" endDate="2019-04-03 14:09:17 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 14:20:06 +0100" startDate="2019-04-03 14:09:17 +0100" endDate="2019-04-03 14:15:03 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 15:12:07 +0100" startDate="2019-04-03 14:58:21 +0100" endDate="2019-04-03 15:06:53 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 15:23:33 +0100" startDate="2019-04-03 15:12:24 +0100" endDate="2019-04-03 15:22:13 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 15:33:51 +0100" startDate="2019-04-03 15:22:35 +0100" endDate="2019-04-03 15:28:18 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 15:45:35 +0100" startDate="2019-04-03 15:33:40 +0100" endDate="2019-04-03 15:34:56 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 15:56:39 +0100" startDate="2019-04-03 15:43:49 +0100" endDate="2019-04-03 15:53:10 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 16:08:42 +0100" startDate="2019-04-03 15:54:17 +0100" endDate="2019-04-03 15:54:55 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 16:16:00 +0100" startDate="2019-04-03 16:04:58 +0100" endDate="2019-04-03 16:14:55 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 16:30:31 +0100" startDate="2019-04-03 16:17:54 +0100" endDate="2019-04-03 16:24:04 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 16:39:23 +0100" startDate="2019-04-03 16:28:21 +0100" endDate="2019-04-03 16:30:51 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 16:53:44 +0100" startDate="2019-04-03 16:41:54 +0100" endDate="2019-04-03 16:44:40 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 17:43:39 +0100" startDate="2019-04-03 17:31:16 +0100" endDate="2019-04-03 17:41:10 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 18:27:21 +0100" startDate="2019-04-03 18:15:22 +0100" endDate="2019-04-03 18:22:10 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.1.4" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.1.4, creation date:2019-02-17 21:32:17 +0000&gt;" unit="count" creationDate="2019-04-03 20:39:01 +0100" startDate="2019-04-03 20:26:28 +0100" endDate="2019-04-03 20:26:41 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 05:40:51 +0100" startDate="2019-04-04 05:27:20 +0100" endDate="2019-04-04 05:34:48 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 06:22:21 +0100" startDate="2019-04-04 06:09:32 +0100" endDate="2019-04-04 06:19:33 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 06:31:21 +0100" startDate="2019-04-04 06:19:33 +0100" endDate="2019-04-04 06:28:44 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 06:57:26 +0100" startDate="2019-04-04 06:45:59 +0100" endDate="2019-04-04 06:55:52 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 07:09:07 +0100" startDate="2019-04-04 06:56:42 +0100" endDate="2019-04-04 07:06:41 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 07:18:41 +0100" startDate="2019-04-04 07:06:41 +0100" endDate="2019-04-04 07:15:10 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 07:31:55 +0100" startDate="2019-04-04 07:20:31 +0100" endDate="2019-04-04 07:28:33 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 07:46:39 +0100" startDate="2019-04-04 07:32:53 +0100" endDate="2019-04-04 07:38:42 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 07:57:37 +0100" startDate="2019-04-04 07:46:05 +0100" endDate="2019-04-04 07:46:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 08:40:02 +0100" startDate="2019-04-04 08:01:25 +0100" endDate="2019-04-04 08:02:16 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 09:16:14 +0100" startDate="2019-04-04 08:57:01 +0100" endDate="2019-04-04 08:59:51 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 10:21:19 +0100" startDate="2019-04-04 10:07:12 +0100" endDate="2019-04-04 10:07:28 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 10:28:19 +0100" startDate="2019-04-04 10:17:19 +0100" endDate="2019-04-04 10:18:50 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 10:41:49 +0100" startDate="2019-04-04 10:30:10 +0100" endDate="2019-04-04 10:30:48 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 11:05:18 +0100" startDate="2019-04-04 10:51:21 +0100" endDate="2019-04-04 10:58:54 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 11:18:25 +0100" startDate="2019-04-04 11:01:32 +0100" endDate="2019-04-04 11:01:37 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 11:31:39 +0100" startDate="2019-04-04 11:17:34 +0100" endDate="2019-04-04 11:27:33 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 11:39:53 +0100" startDate="2019-04-04 11:27:51 +0100" endDate="2019-04-04 11:34:37 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 11:51:05 +0100" startDate="2019-04-04 11:38:35 +0100" endDate="2019-04-04 11:48:34 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 12:00:13 +0100" startDate="2019-04-04 11:48:34 +0100" endDate="2019-04-04 11:57:32 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 12:11:32 +0100" startDate="2019-04-04 11:58:39 +0100" endDate="2019-04-04 12:06:08 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 13:06:28 +0100" startDate="2019-04-04 12:51:01 +0100" endDate="2019-04-04 13:00:25 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 13:18:45 +0100" startDate="2019-04-04 13:01:34 +0100" endDate="2019-04-04 13:01:34 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 13:49:40 +0100" startDate="2019-04-04 13:35:43 +0100" endDate="2019-04-04 13:42:31 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 14:13:46 +0100" startDate="2019-04-04 13:53:41 +0100" endDate="2019-04-04 13:59:33 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 14:27:47 +0100" startDate="2019-04-04 14:15:02 +0100" endDate="2019-04-04 14:16:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 14:52:12 +0100" startDate="2019-04-04 14:35:59 +0100" endDate="2019-04-04 14:38:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 15:00:11 +0100" startDate="2019-04-04 14:48:24 +0100" endDate="2019-04-04 14:48:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 15:18:29 +0100" startDate="2019-04-04 15:03:50 +0100" endDate="2019-04-04 15:08:30 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 15:28:35 +0100" startDate="2019-04-04 15:14:57 +0100" endDate="2019-04-04 15:17:07 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 15:52:04 +0100" startDate="2019-04-04 15:37:44 +0100" endDate="2019-04-04 15:37:47 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 16:00:37 +0100" startDate="2019-04-04 15:49:37 +0100" endDate="2019-04-04 15:58:19 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 16:14:53 +0100" startDate="2019-04-04 16:01:20 +0100" endDate="2019-04-04 16:10:17 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 16:23:55 +0100" startDate="2019-04-04 16:11:56 +0100" endDate="2019-04-04 16:22:10 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 16:33:34 +0100" startDate="2019-04-04 16:22:10 +0100" endDate="2019-04-04 16:31:53 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 16:45:55 +0100" startDate="2019-04-04 16:32:19 +0100" endDate="2019-04-04 16:36:32 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 17:14:03 +0100" startDate="2019-04-04 16:55:09 +0100" endDate="2019-04-04 16:56:36 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 17:20:33 +0100" startDate="2019-04-04 17:05:32 +0100" endDate="2019-04-04 17:05:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 17:29:23 +0100" startDate="2019-04-04 17:15:59 +0100" endDate="2019-04-04 17:24:09 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 17:38:35 +0100" startDate="2019-04-04 17:28:04 +0100" endDate="2019-04-04 17:28:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 17:50:15 +0100" startDate="2019-04-04 17:36:34 +0100" endDate="2019-04-04 17:46:26 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 17:58:43 +0100" startDate="2019-04-04 17:47:17 +0100" endDate="2019-04-04 17:57:18 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 18:08:56 +0100" startDate="2019-04-04 17:57:18 +0100" endDate="2019-04-04 18:00:38 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 19:47:42 +0100" startDate="2019-04-04 19:37:41 +0100" endDate="2019-04-04 19:37:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 20:05:25 +0100" startDate="2019-04-04 19:55:14 +0100" endDate="2019-04-04 19:55:16 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-04 21:52:33 +0100" startDate="2019-04-04 21:37:11 +0100" endDate="2019-04-04 21:37:14 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 05:17:27 +0100" startDate="2019-04-05 05:06:21 +0100" endDate="2019-04-05 05:11:09 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 05:50:40 +0100" startDate="2019-04-05 05:32:25 +0100" endDate="2019-04-05 05:32:30 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 07:21:03 +0100" startDate="2019-04-05 07:05:49 +0100" endDate="2019-04-05 07:06:10 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 10:14:14 +0100" startDate="2019-04-05 10:02:51 +0100" endDate="2019-04-05 10:11:57 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 10:28:19 +0100" startDate="2019-04-05 10:13:31 +0100" endDate="2019-04-05 10:18:34 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 11:27:17 +0100" startDate="2019-04-05 11:16:56 +0100" endDate="2019-04-05 11:26:51 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 11:40:35 +0100" startDate="2019-04-05 11:26:59 +0100" endDate="2019-04-05 11:36:48 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 11:54:41 +0100" startDate="2019-04-05 11:38:09 +0100" endDate="2019-04-05 11:46:29 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 12:07:11 +0100" startDate="2019-04-05 11:49:37 +0100" endDate="2019-04-05 11:59:34 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 12:16:07 +0100" startDate="2019-04-05 11:59:41 +0100" endDate="2019-04-05 12:09:12 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 12:25:50 +0100" startDate="2019-04-05 12:13:09 +0100" endDate="2019-04-05 12:19:55 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 12:36:59 +0100" startDate="2019-04-05 12:23:59 +0100" endDate="2019-04-05 12:25:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 14:21:13 +0100" startDate="2019-04-05 14:09:57 +0100" endDate="2019-04-05 14:10:13 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 14:35:53 +0100" startDate="2019-04-05 14:23:13 +0100" endDate="2019-04-05 14:31:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 15:12:51 +0100" startDate="2019-04-05 15:00:53 +0100" endDate="2019-04-05 15:10:52 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 15:21:54 +0100" startDate="2019-04-05 15:10:52 +0100" endDate="2019-04-05 15:19:31 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 15:32:33 +0100" startDate="2019-04-05 15:21:16 +0100" endDate="2019-04-05 15:27:19 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 15:50:09 +0100" startDate="2019-04-05 15:34:08 +0100" endDate="2019-04-05 15:37:10 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 18:41:51 +0100" startDate="2019-04-05 18:22:43 +0100" endDate="2019-04-05 18:32:42 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 18:44:07 +0100" startDate="2019-04-05 18:32:42 +0100" endDate="2019-04-05 18:41:11 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 18:53:48 +0100" startDate="2019-04-05 18:42:45 +0100" endDate="2019-04-05 18:50:15 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 19:04:19 +0100" startDate="2019-04-05 18:52:49 +0100" endDate="2019-04-05 19:01:37 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 19:32:56 +0100" startDate="2019-04-05 19:17:04 +0100" endDate="2019-04-05 19:24:15 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 20:03:48 +0100" startDate="2019-04-05 19:37:40 +0100" endDate="2019-04-05 19:38:25 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 20:03:48 +0100" startDate="2019-04-05 19:47:54 +0100" endDate="2019-04-05 19:48:55 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 20:21:48 +0100" startDate="2019-04-05 20:08:01 +0100" endDate="2019-04-05 20:10:39 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 20:51:17 +0100" startDate="2019-04-05 20:34:35 +0100" endDate="2019-04-05 20:40:07 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 21:06:00 +0100" startDate="2019-04-05 20:45:17 +0100" endDate="2019-04-05 20:54:15 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 21:18:11 +0100" startDate="2019-04-05 21:05:59 +0100" endDate="2019-04-05 21:15:37 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 21:34:30 +0100" startDate="2019-04-05 21:18:02 +0100" endDate="2019-04-05 21:25:45 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 21:44:48 +0100" startDate="2019-04-05 21:29:24 +0100" endDate="2019-04-05 21:29:45 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-05 21:59:18 +0100" startDate="2019-04-05 21:46:37 +0100" endDate="2019-04-05 21:52:14 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 06:10:33 +0100" startDate="2019-04-06 05:59:07 +0100" endDate="2019-04-06 06:05:14 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 06:21:14 +0100" startDate="2019-04-06 06:10:14 +0100" endDate="2019-04-06 06:10:55 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 06:54:14 +0100" startDate="2019-04-06 06:43:11 +0100" endDate="2019-04-06 06:50:59 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 07:11:20 +0100" startDate="2019-04-06 07:00:15 +0100" endDate="2019-04-06 07:01:33 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 07:21:58 +0100" startDate="2019-04-06 07:10:55 +0100" endDate="2019-04-06 07:16:28 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 07:35:27 +0100" startDate="2019-04-06 07:23:23 +0100" endDate="2019-04-06 07:32:24 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 07:49:34 +0100" startDate="2019-04-06 07:34:57 +0100" endDate="2019-04-06 07:44:56 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 07:57:23 +0100" startDate="2019-04-06 07:45:01 +0100" endDate="2019-04-06 07:53:00 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 08:07:11 +0100" startDate="2019-04-06 07:56:08 +0100" endDate="2019-04-06 07:57:50 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 08:32:46 +0100" startDate="2019-04-06 08:17:21 +0100" endDate="2019-04-06 08:17:37 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 09:18:14 +0100" startDate="2019-04-06 09:05:12 +0100" endDate="2019-04-06 09:15:10 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 09:34:01 +0100" startDate="2019-04-06 09:15:41 +0100" endDate="2019-04-06 09:19:48 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 09:55:10 +0100" startDate="2019-04-06 09:34:27 +0100" endDate="2019-04-06 09:40:56 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 10:10:04 +0100" startDate="2019-04-06 09:47:59 +0100" endDate="2019-04-06 09:48:14 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 10:26:30 +0100" startDate="2019-04-06 10:12:22 +0100" endDate="2019-04-06 10:17:16 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 10:49:43 +0100" startDate="2019-04-06 10:37:07 +0100" endDate="2019-04-06 10:45:55 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 11:04:55 +0100" startDate="2019-04-06 10:53:47 +0100" endDate="2019-04-06 11:03:46 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 11:14:49 +0100" startDate="2019-04-06 11:03:46 +0100" endDate="2019-04-06 11:04:43 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 12:26:53 +0100" startDate="2019-04-06 12:13:09 +0100" endDate="2019-04-06 12:16:04 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 12:40:59 +0100" startDate="2019-04-06 12:29:51 +0100" endDate="2019-04-06 12:34:36 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 12:52:15 +0100" startDate="2019-04-06 12:41:21 +0100" endDate="2019-04-06 12:48:54 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 13:13:26 +0100" startDate="2019-04-06 12:54:45 +0100" endDate="2019-04-06 13:02:23 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 13:23:28 +0100" startDate="2019-04-06 13:05:11 +0100" endDate="2019-04-06 13:09:49 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 13:25:49 +0100" startDate="2019-04-06 13:14:39 +0100" endDate="2019-04-06 13:23:26 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 13:43:31 +0100" startDate="2019-04-06 13:27:48 +0100" endDate="2019-04-06 13:32:56 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 13:55:07 +0100" startDate="2019-04-06 13:39:36 +0100" endDate="2019-04-06 13:44:19 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 14:06:46 +0100" startDate="2019-04-06 13:53:21 +0100" endDate="2019-04-06 13:56:14 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 14:24:48 +0100" startDate="2019-04-06 14:04:41 +0100" endDate="2019-04-06 14:13:02 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 14:42:37 +0100" startDate="2019-04-06 14:23:36 +0100" endDate="2019-04-06 14:33:32 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 14:46:20 +0100" startDate="2019-04-06 14:34:58 +0100" endDate="2019-04-06 14:41:51 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 15:03:58 +0100" startDate="2019-04-06 14:49:56 +0100" endDate="2019-04-06 14:58:45 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 15:32:39 +0100" startDate="2019-04-06 15:20:01 +0100" endDate="2019-04-06 15:30:02 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 15:41:04 +0100" startDate="2019-04-06 15:30:02 +0100" endDate="2019-04-06 15:30:14 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 16:39:09 +0100" startDate="2019-04-06 16:27:09 +0100" endDate="2019-04-06 16:37:09 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 16:51:42 +0100" startDate="2019-04-06 16:37:09 +0100" endDate="2019-04-06 16:42:19 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 17:04:33 +0100" startDate="2019-04-06 16:52:07 +0100" endDate="2019-04-06 16:58:49 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 17:22:51 +0100" startDate="2019-04-06 17:02:58 +0100" endDate="2019-04-06 17:05:43 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 17:43:37 +0100" startDate="2019-04-06 17:30:15 +0100" endDate="2019-04-06 17:30:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 18:03:36 +0100" startDate="2019-04-06 17:48:36 +0100" endDate="2019-04-06 17:49:30 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-06 21:38:51 +0100" startDate="2019-04-06 21:27:18 +0100" endDate="2019-04-06 21:27:51 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 12:25:32 +0100" startDate="2019-04-07 12:10:08 +0100" endDate="2019-04-07 12:14:11 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 14:13:54 +0100" startDate="2019-04-07 14:01:30 +0100" endDate="2019-04-07 14:11:09 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 14:31:05 +0100" startDate="2019-04-07 14:15:54 +0100" endDate="2019-04-07 14:25:55 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 14:39:41 +0100" startDate="2019-04-07 14:25:55 +0100" endDate="2019-04-07 14:27:55 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 15:47:30 +0100" startDate="2019-04-07 15:33:14 +0100" endDate="2019-04-07 15:41:45 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 16:01:58 +0100" startDate="2019-04-07 15:43:14 +0100" endDate="2019-04-07 15:52:39 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 16:04:48 +0100" startDate="2019-04-07 15:53:48 +0100" endDate="2019-04-07 16:03:43 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 16:16:57 +0100" startDate="2019-04-07 16:05:20 +0100" endDate="2019-04-07 16:05:27 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 16:38:32 +0100" startDate="2019-04-07 16:27:22 +0100" endDate="2019-04-07 16:27:32 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 16:56:09 +0100" startDate="2019-04-07 16:44:31 +0100" endDate="2019-04-07 16:45:09 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 17:20:16 +0100" startDate="2019-04-07 17:07:18 +0100" endDate="2019-04-07 17:07:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 17:38:05 +0100" startDate="2019-04-07 17:17:21 +0100" endDate="2019-04-07 17:26:33 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 17:38:05 +0100" startDate="2019-04-07 17:27:24 +0100" endDate="2019-04-07 17:33:43 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 17:44:08 +0100" startDate="2019-04-07 17:33:43 +0100" endDate="2019-04-07 17:33:45 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 18:17:21 +0100" startDate="2019-04-07 18:04:49 +0100" endDate="2019-04-07 18:13:04 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 18:27:44 +0100" startDate="2019-04-07 18:14:54 +0100" endDate="2019-04-07 18:23:59 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 19:07:17 +0100" startDate="2019-04-07 18:55:11 +0100" endDate="2019-04-07 18:55:51 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 20:07:25 +0100" startDate="2019-04-07 19:55:25 +0100" endDate="2019-04-07 20:01:47 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-07 21:15:15 +0100" startDate="2019-04-07 21:03:57 +0100" endDate="2019-04-07 21:04:17 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 05:34:22 +0100" startDate="2019-04-08 05:19:00 +0100" endDate="2019-04-08 05:19:15 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 06:15:49 +0100" startDate="2019-04-08 06:01:34 +0100" endDate="2019-04-08 06:09:03 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 06:32:32 +0100" startDate="2019-04-08 06:20:15 +0100" endDate="2019-04-08 06:21:32 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 06:51:04 +0100" startDate="2019-04-08 06:37:25 +0100" endDate="2019-04-08 06:38:00 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 07:00:45 +0100" startDate="2019-04-08 06:48:03 +0100" endDate="2019-04-08 06:57:52 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 07:17:38 +0100" startDate="2019-04-08 06:58:17 +0100" endDate="2019-04-08 07:01:28 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 07:36:24 +0100" startDate="2019-04-08 07:21:20 +0100" endDate="2019-04-08 07:31:22 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 07:44:16 +0100" startDate="2019-04-08 07:31:22 +0100" endDate="2019-04-08 07:36:07 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 07:52:35 +0100" startDate="2019-04-08 07:41:26 +0100" endDate="2019-04-08 07:44:52 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 08:06:48 +0100" startDate="2019-04-08 07:53:49 +0100" endDate="2019-04-08 08:03:25 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 09:05:40 +0100" startDate="2019-04-08 08:54:07 +0100" endDate="2019-04-08 08:55:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 09:43:14 +0100" startDate="2019-04-08 09:28:15 +0100" endDate="2019-04-08 09:37:38 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 09:54:28 +0100" startDate="2019-04-08 09:42:24 +0100" endDate="2019-04-08 09:49:09 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 10:09:16 +0100" startDate="2019-04-08 09:56:07 +0100" endDate="2019-04-08 09:59:48 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 10:38:00 +0100" startDate="2019-04-08 10:25:48 +0100" endDate="2019-04-08 10:32:35 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 11:40:04 +0100" startDate="2019-04-08 11:23:38 +0100" endDate="2019-04-08 11:31:37 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 11:47:48 +0100" startDate="2019-04-08 11:36:17 +0100" endDate="2019-04-08 11:46:16 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 11:59:40 +0100" startDate="2019-04-08 11:46:16 +0100" endDate="2019-04-08 11:52:06 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 12:27:35 +0100" startDate="2019-04-08 12:14:30 +0100" endDate="2019-04-08 12:20:47 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 12:41:32 +0100" startDate="2019-04-08 12:27:55 +0100" endDate="2019-04-08 12:33:50 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 13:12:46 +0100" startDate="2019-04-08 12:57:15 +0100" endDate="2019-04-08 12:57:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 15:43:26 +0100" startDate="2019-04-08 15:29:51 +0100" endDate="2019-04-08 15:39:52 +0100" value="671"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 15:51:53 +0100" startDate="2019-04-08 15:39:52 +0100" endDate="2019-04-08 15:49:51 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 16:09:26 +0100" startDate="2019-04-08 15:49:51 +0100" endDate="2019-04-08 15:59:51 +0100" value="1135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 16:17:25 +0100" startDate="2019-04-08 15:59:51 +0100" endDate="2019-04-08 16:09:50 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 16:22:46 +0100" startDate="2019-04-08 16:09:50 +0100" endDate="2019-04-08 16:18:34 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 17:10:39 +0100" startDate="2019-04-08 16:58:07 +0100" endDate="2019-04-08 17:01:24 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 17:51:09 +0100" startDate="2019-04-08 17:37:36 +0100" endDate="2019-04-08 17:40:47 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 18:11:57 +0100" startDate="2019-04-08 18:00:52 +0100" endDate="2019-04-08 18:08:17 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 18:48:59 +0100" startDate="2019-04-08 18:32:15 +0100" endDate="2019-04-08 18:42:16 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 18:53:19 +0100" startDate="2019-04-08 18:42:16 +0100" endDate="2019-04-08 18:42:29 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 19:04:18 +0100" startDate="2019-04-08 18:53:15 +0100" endDate="2019-04-08 18:53:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 19:14:23 +0100" startDate="2019-04-08 19:04:16 +0100" endDate="2019-04-08 19:04:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 20:50:10 +0100" startDate="2019-04-08 20:37:08 +0100" endDate="2019-04-08 20:39:05 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 21:14:05 +0100" startDate="2019-04-08 21:02:39 +0100" endDate="2019-04-08 21:03:05 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 21:26:35 +0100" startDate="2019-04-08 21:14:46 +0100" endDate="2019-04-08 21:15:35 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-08 23:22:03 +0100" startDate="2019-04-08 23:11:59 +0100" endDate="2019-04-08 23:12:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 06:03:53 +0100" startDate="2019-04-09 05:47:38 +0100" endDate="2019-04-09 05:55:30 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 06:15:32 +0100" startDate="2019-04-09 06:00:51 +0100" endDate="2019-04-09 06:00:53 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 06:52:40 +0100" startDate="2019-04-09 06:41:24 +0100" endDate="2019-04-09 06:47:21 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 07:10:32 +0100" startDate="2019-04-09 06:55:33 +0100" endDate="2019-04-09 07:05:34 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 07:21:30 +0100" startDate="2019-04-09 07:05:34 +0100" endDate="2019-04-09 07:09:44 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 08:06:31 +0100" startDate="2019-04-09 07:54:17 +0100" endDate="2019-04-09 07:57:00 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 08:17:18 +0100" startDate="2019-04-09 08:06:15 +0100" endDate="2019-04-09 08:09:08 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 08:48:23 +0100" startDate="2019-04-09 08:37:14 +0100" endDate="2019-04-09 08:37:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 09:30:37 +0100" startDate="2019-04-09 09:12:38 +0100" endDate="2019-04-09 09:21:33 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 09:34:55 +0100" startDate="2019-04-09 09:23:52 +0100" endDate="2019-04-09 09:24:10 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 09:56:33 +0100" startDate="2019-04-09 09:43:06 +0100" endDate="2019-04-09 09:48:01 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 11:14:05 +0100" startDate="2019-04-09 11:02:14 +0100" endDate="2019-04-09 11:03:07 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 11:26:39 +0100" startDate="2019-04-09 11:14:17 +0100" endDate="2019-04-09 11:19:46 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 11:52:34 +0100" startDate="2019-04-09 11:34:28 +0100" endDate="2019-04-09 11:39:33 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 12:36:46 +0100" startDate="2019-04-09 12:18:58 +0100" endDate="2019-04-09 12:27:53 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 12:43:26 +0100" startDate="2019-04-09 12:32:26 +0100" endDate="2019-04-09 12:41:56 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 12:55:46 +0100" startDate="2019-04-09 12:43:05 +0100" endDate="2019-04-09 12:43:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 13:06:05 +0100" startDate="2019-04-09 12:55:02 +0100" endDate="2019-04-09 12:55:25 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 14:21:11 +0100" startDate="2019-04-09 14:08:23 +0100" endDate="2019-04-09 14:11:34 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 14:57:29 +0100" startDate="2019-04-09 14:46:16 +0100" endDate="2019-04-09 14:49:35 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 15:23:52 +0100" startDate="2019-04-09 15:12:22 +0100" endDate="2019-04-09 15:22:21 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 15:33:27 +0100" startDate="2019-04-09 15:22:21 +0100" endDate="2019-04-09 15:32:17 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 15:43:32 +0100" startDate="2019-04-09 15:32:30 +0100" endDate="2019-04-09 15:33:16 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 15:59:55 +0100" startDate="2019-04-09 15:48:55 +0100" endDate="2019-04-09 15:48:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 16:12:48 +0100" startDate="2019-04-09 16:01:38 +0100" endDate="2019-04-09 16:01:48 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 16:25:32 +0100" startDate="2019-04-09 16:14:17 +0100" endDate="2019-04-09 16:17:25 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 17:31:37 +0100" startDate="2019-04-09 17:20:04 +0100" endDate="2019-04-09 17:25:00 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 17:42:36 +0100" startDate="2019-04-09 17:31:33 +0100" endDate="2019-04-09 17:40:34 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 17:58:25 +0100" startDate="2019-04-09 17:47:10 +0100" endDate="2019-04-09 17:47:25 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 18:17:39 +0100" startDate="2019-04-09 18:06:06 +0100" endDate="2019-04-09 18:16:05 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 18:28:02 +0100" startDate="2019-04-09 18:16:05 +0100" endDate="2019-04-09 18:20:50 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 18:49:39 +0100" startDate="2019-04-09 18:38:33 +0100" endDate="2019-04-09 18:38:38 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 19:09:57 +0100" startDate="2019-04-09 18:59:34 +0100" endDate="2019-04-09 19:00:38 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 20:41:32 +0100" startDate="2019-04-09 20:29:14 +0100" endDate="2019-04-09 20:37:58 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 20:50:25 +0100" startDate="2019-04-09 20:39:23 +0100" endDate="2019-04-09 20:43:32 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 21:08:22 +0100" startDate="2019-04-09 20:57:17 +0100" endDate="2019-04-09 21:03:32 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-09 21:34:40 +0100" startDate="2019-04-09 21:19:51 +0100" endDate="2019-04-09 21:20:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 06:01:27 +0100" startDate="2019-04-10 05:49:58 +0100" endDate="2019-04-10 05:56:01 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 06:35:31 +0100" startDate="2019-04-10 06:23:39 +0100" endDate="2019-04-10 06:24:58 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 06:49:34 +0100" startDate="2019-04-10 06:35:27 +0100" endDate="2019-04-10 06:45:26 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 06:59:03 +0100" startDate="2019-04-10 06:45:26 +0100" endDate="2019-04-10 06:45:44 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 07:17:08 +0100" startDate="2019-04-10 06:55:44 +0100" endDate="2019-04-10 07:01:59 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 07:25:06 +0100" startDate="2019-04-10 07:09:24 +0100" endDate="2019-04-10 07:09:47 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 07:51:26 +0100" startDate="2019-04-10 07:37:48 +0100" endDate="2019-04-10 07:40:29 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 09:13:21 +0100" startDate="2019-04-10 08:58:08 +0100" endDate="2019-04-10 09:06:07 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 09:31:27 +0100" startDate="2019-04-10 09:19:23 +0100" endDate="2019-04-10 09:22:35 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 09:46:13 +0100" startDate="2019-04-10 09:30:19 +0100" endDate="2019-04-10 09:40:08 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 09:55:00 +0100" startDate="2019-04-10 09:40:31 +0100" endDate="2019-04-10 09:47:54 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 10:10:45 +0100" startDate="2019-04-10 09:56:08 +0100" endDate="2019-04-10 09:56:49 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 10:13:47 +0100" startDate="2019-04-10 09:56:08 +0100" endDate="2019-04-10 09:56:49 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 10:25:31 +0100" startDate="2019-04-10 10:13:55 +0100" endDate="2019-04-10 10:14:31 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 11:13:38 +0100" startDate="2019-04-10 10:33:49 +0100" endDate="2019-04-10 10:43:08 +0100" value="831"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 11:13:38 +0100" startDate="2019-04-10 10:44:02 +0100" endDate="2019-04-10 10:44:38 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 11:25:14 +0100" startDate="2019-04-10 11:12:03 +0100" endDate="2019-04-10 11:20:40 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 11:34:55 +0100" startDate="2019-04-10 11:22:58 +0100" endDate="2019-04-10 11:28:44 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 12:30:55 +0100" startDate="2019-04-10 12:18:56 +0100" endDate="2019-04-10 12:27:01 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 12:43:34 +0100" startDate="2019-04-10 12:31:08 +0100" endDate="2019-04-10 12:41:09 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 12:53:54 +0100" startDate="2019-04-10 12:41:09 +0100" endDate="2019-04-10 12:44:22 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 14:12:28 +0100" startDate="2019-04-10 14:00:00 +0100" endDate="2019-04-10 14:02:54 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 14:35:24 +0100" startDate="2019-04-10 14:18:39 +0100" endDate="2019-04-10 14:22:59 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 15:08:10 +0100" startDate="2019-04-10 14:56:13 +0100" endDate="2019-04-10 15:06:13 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 15:17:58 +0100" startDate="2019-04-10 15:06:13 +0100" endDate="2019-04-10 15:16:13 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 15:29:18 +0100" startDate="2019-04-10 15:16:13 +0100" endDate="2019-04-10 15:20:41 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 15:43:51 +0100" startDate="2019-04-10 15:27:34 +0100" endDate="2019-04-10 15:36:29 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 15:54:49 +0100" startDate="2019-04-10 15:37:53 +0100" endDate="2019-04-10 15:45:11 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 16:51:59 +0100" startDate="2019-04-10 16:40:30 +0100" endDate="2019-04-10 16:40:48 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 18:01:00 +0100" startDate="2019-04-10 17:50:05 +0100" endDate="2019-04-10 17:50:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 18:17:37 +0100" startDate="2019-04-10 18:06:27 +0100" endDate="2019-04-10 18:12:47 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 18:34:59 +0100" startDate="2019-04-10 18:23:38 +0100" endDate="2019-04-10 18:23:59 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 19:15:39 +0100" startDate="2019-04-10 19:05:31 +0100" endDate="2019-04-10 19:05:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 19:30:54 +0100" startDate="2019-04-10 19:17:06 +0100" endDate="2019-04-10 19:25:30 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 19:51:25 +0100" startDate="2019-04-10 19:35:21 +0100" endDate="2019-04-10 19:40:01 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 20:01:32 +0100" startDate="2019-04-10 19:45:24 +0100" endDate="2019-04-10 19:47:46 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 21:24:39 +0100" startDate="2019-04-10 21:12:49 +0100" endDate="2019-04-10 21:13:15 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 22:10:02 +0100" startDate="2019-04-10 21:51:53 +0100" endDate="2019-04-10 21:55:27 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 22:26:19 +0100" startDate="2019-04-10 22:11:19 +0100" endDate="2019-04-10 22:16:35 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-10 22:41:09 +0100" startDate="2019-04-10 22:31:05 +0100" endDate="2019-04-10 22:31:08 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 04:03:39 +0100" startDate="2019-04-11 03:53:33 +0100" endDate="2019-04-11 03:53:54 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 05:50:10 +0100" startDate="2019-04-11 05:38:50 +0100" endDate="2019-04-11 05:39:10 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 06:09:35 +0100" startDate="2019-04-11 05:54:40 +0100" endDate="2019-04-11 05:56:32 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 06:38:05 +0100" startDate="2019-04-11 06:26:58 +0100" endDate="2019-04-11 06:27:01 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 06:49:22 +0100" startDate="2019-04-11 06:36:59 +0100" endDate="2019-04-11 06:44:56 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 07:33:24 +0100" startDate="2019-04-11 07:22:17 +0100" endDate="2019-04-11 07:22:24 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 07:57:46 +0100" startDate="2019-04-11 07:42:00 +0100" endDate="2019-04-11 07:43:01 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 08:09:32 +0100" startDate="2019-04-11 07:54:21 +0100" endDate="2019-04-11 08:04:13 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 08:24:16 +0100" startDate="2019-04-11 08:06:48 +0100" endDate="2019-04-11 08:11:19 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 08:28:34 +0100" startDate="2019-04-11 08:17:28 +0100" endDate="2019-04-11 08:23:38 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 11:01:29 +0100" startDate="2019-04-11 10:49:42 +0100" endDate="2019-04-11 10:59:43 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 11:12:49 +0100" startDate="2019-04-11 10:59:43 +0100" endDate="2019-04-11 11:09:12 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 12:22:22 +0100" startDate="2019-04-11 12:08:08 +0100" endDate="2019-04-11 12:18:07 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 12:43:42 +0100" startDate="2019-04-11 12:18:07 +0100" endDate="2019-04-11 12:24:05 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 13:14:47 +0100" startDate="2019-04-11 13:03:33 +0100" endDate="2019-04-11 13:11:04 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 13:27:14 +0100" startDate="2019-04-11 13:14:10 +0100" endDate="2019-04-11 13:17:23 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 13:55:57 +0100" startDate="2019-04-11 13:39:32 +0100" endDate="2019-04-11 13:42:30 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 14:38:06 +0100" startDate="2019-04-11 14:27:55 +0100" endDate="2019-04-11 14:27:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 15:01:43 +0100" startDate="2019-04-11 14:47:12 +0100" endDate="2019-04-11 14:56:48 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 15:11:12 +0100" startDate="2019-04-11 14:59:05 +0100" endDate="2019-04-11 15:08:59 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 15:21:09 +0100" startDate="2019-04-11 15:09:15 +0100" endDate="2019-04-11 15:17:17 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 15:31:18 +0100" startDate="2019-04-11 15:19:46 +0100" endDate="2019-04-11 15:22:55 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 15:44:00 +0100" startDate="2019-04-11 15:31:54 +0100" endDate="2019-04-11 15:41:06 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 15:55:50 +0100" startDate="2019-04-11 15:42:02 +0100" endDate="2019-04-11 15:49:05 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 16:04:17 +0100" startDate="2019-04-11 15:52:46 +0100" endDate="2019-04-11 15:56:05 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 16:14:43 +0100" startDate="2019-04-11 16:03:43 +0100" endDate="2019-04-11 16:13:12 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 16:37:15 +0100" startDate="2019-04-11 16:25:04 +0100" endDate="2019-04-11 16:32:18 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 16:47:58 +0100" startDate="2019-04-11 16:36:02 +0100" endDate="2019-04-11 16:41:19 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 17:00:06 +0100" startDate="2019-04-11 16:49:01 +0100" endDate="2019-04-11 16:49:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 17:28:31 +0100" startDate="2019-04-11 17:18:28 +0100" endDate="2019-04-11 17:18:30 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 17:57:06 +0100" startDate="2019-04-11 17:41:03 +0100" endDate="2019-04-11 17:50:18 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 18:03:40 +0100" startDate="2019-04-11 17:51:04 +0100" endDate="2019-04-11 17:52:23 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 18:14:56 +0100" startDate="2019-04-11 18:03:48 +0100" endDate="2019-04-11 18:03:56 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 18:54:58 +0100" startDate="2019-04-11 18:43:23 +0100" endDate="2019-04-11 18:43:28 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 19:29:07 +0100" startDate="2019-04-11 19:15:50 +0100" endDate="2019-04-11 19:16:18 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 21:32:41 +0100" startDate="2019-04-11 21:15:14 +0100" endDate="2019-04-11 21:15:21 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-11 21:54:24 +0100" startDate="2019-04-11 21:40:18 +0100" endDate="2019-04-11 21:40:31 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 07:12:39 +0100" startDate="2019-04-12 07:01:33 +0100" endDate="2019-04-12 07:03:36 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 08:17:06 +0100" startDate="2019-04-12 08:05:12 +0100" endDate="2019-04-12 08:14:35 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 08:28:02 +0100" startDate="2019-04-12 08:16:24 +0100" endDate="2019-04-12 08:16:54 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 08:42:02 +0100" startDate="2019-04-12 08:27:23 +0100" endDate="2019-04-12 08:37:15 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 08:48:51 +0100" startDate="2019-04-12 08:37:25 +0100" endDate="2019-04-12 08:41:27 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 09:01:51 +0100" startDate="2019-04-12 08:48:35 +0100" endDate="2019-04-12 08:58:30 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 09:10:31 +0100" startDate="2019-04-12 08:59:28 +0100" endDate="2019-04-12 09:08:27 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 09:57:33 +0100" startDate="2019-04-12 09:41:58 +0100" endDate="2019-04-12 09:48:08 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 10:03:32 +0100" startDate="2019-04-12 09:52:20 +0100" endDate="2019-04-12 09:58:54 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 10:20:03 +0100" startDate="2019-04-12 10:06:35 +0100" endDate="2019-04-12 10:08:22 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 11:13:09 +0100" startDate="2019-04-12 11:00:05 +0100" endDate="2019-04-12 11:08:04 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 12:19:43 +0100" startDate="2019-04-12 12:08:33 +0100" endDate="2019-04-12 12:13:54 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 12:48:34 +0100" startDate="2019-04-12 12:24:42 +0100" endDate="2019-04-12 12:34:41 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 12:48:34 +0100" startDate="2019-04-12 12:34:41 +0100" endDate="2019-04-12 12:38:15 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 12:50:03 +0100" startDate="2019-04-12 12:38:28 +0100" endDate="2019-04-12 12:42:00 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 12:59:46 +0100" startDate="2019-04-12 12:48:43 +0100" endDate="2019-04-12 12:57:08 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 13:25:38 +0100" startDate="2019-04-12 13:06:45 +0100" endDate="2019-04-12 13:06:47 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 14:45:30 +0100" startDate="2019-04-12 14:30:25 +0100" endDate="2019-04-12 14:40:03 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 15:23:17 +0100" startDate="2019-04-12 15:12:09 +0100" endDate="2019-04-12 15:12:11 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 16:33:42 +0100" startDate="2019-04-12 16:20:23 +0100" endDate="2019-04-12 16:30:22 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 16:42:13 +0100" startDate="2019-04-12 16:30:22 +0100" endDate="2019-04-12 16:32:14 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 17:02:33 +0100" startDate="2019-04-12 16:51:17 +0100" endDate="2019-04-12 16:59:15 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 17:19:43 +0100" startDate="2019-04-12 17:02:54 +0100" endDate="2019-04-12 17:12:55 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 17:26:00 +0100" startDate="2019-04-12 17:12:55 +0100" endDate="2019-04-12 17:19:02 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 17:46:26 +0100" startDate="2019-04-12 17:33:59 +0100" endDate="2019-04-12 17:43:59 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 17:55:02 +0100" startDate="2019-04-12 17:43:59 +0100" endDate="2019-04-12 17:53:58 +0100" value="1125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 18:06:24 +0100" startDate="2019-04-12 17:53:58 +0100" endDate="2019-04-12 17:56:57 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 18:32:08 +0100" startDate="2019-04-12 18:15:14 +0100" endDate="2019-04-12 18:18:12 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 19:51:00 +0100" startDate="2019-04-12 19:38:41 +0100" endDate="2019-04-12 19:48:42 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 19:59:45 +0100" startDate="2019-04-12 19:48:42 +0100" endDate="2019-04-12 19:58:43 +0100" value="999"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 20:15:52 +0100" startDate="2019-04-12 19:58:43 +0100" endDate="2019-04-12 20:06:08 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-12 22:18:20 +0100" startDate="2019-04-12 22:06:42 +0100" endDate="2019-04-12 22:06:44 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 02:57:49 +0100" startDate="2019-04-13 02:41:45 +0100" endDate="2019-04-13 02:45:32 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 06:46:46 +0100" startDate="2019-04-13 06:35:41 +0100" endDate="2019-04-13 06:43:34 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 07:53:56 +0100" startDate="2019-04-13 07:38:44 +0100" endDate="2019-04-13 07:48:42 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 08:03:15 +0100" startDate="2019-04-13 07:48:42 +0100" endDate="2019-04-13 07:57:45 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 08:12:39 +0100" startDate="2019-04-13 07:58:52 +0100" endDate="2019-04-13 08:03:12 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 10:44:55 +0100" startDate="2019-04-13 10:33:45 +0100" endDate="2019-04-13 10:33:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 11:00:41 +0100" startDate="2019-04-13 10:47:00 +0100" endDate="2019-04-13 10:54:13 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 11:10:21 +0100" startDate="2019-04-13 10:59:21 +0100" endDate="2019-04-13 11:02:57 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 11:29:14 +0100" startDate="2019-04-13 11:15:15 +0100" endDate="2019-04-13 11:23:13 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 11:39:21 +0100" startDate="2019-04-13 11:28:21 +0100" endDate="2019-04-13 11:34:43 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 12:45:32 +0100" startDate="2019-04-13 12:30:47 +0100" endDate="2019-04-13 12:30:57 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 14:02:20 +0100" startDate="2019-04-13 13:43:57 +0100" endDate="2019-04-13 13:53:51 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 15:17:20 +0100" startDate="2019-04-13 14:02:33 +0100" endDate="2019-04-13 14:02:41 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 15:17:20 +0100" startDate="2019-04-13 15:03:54 +0100" endDate="2019-04-13 15:05:25 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 15:40:57 +0100" startDate="2019-04-13 15:14:06 +0100" endDate="2019-04-13 15:16:28 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 15:40:57 +0100" startDate="2019-04-13 15:30:35 +0100" endDate="2019-04-13 15:35:57 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 15:52:34 +0100" startDate="2019-04-13 15:36:12 +0100" endDate="2019-04-13 15:41:48 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 16:02:45 +0100" startDate="2019-04-13 15:46:07 +0100" endDate="2019-04-13 15:52:49 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 16:04:18 +0100" startDate="2019-04-13 15:53:00 +0100" endDate="2019-04-13 16:02:45 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 16:15:29 +0100" startDate="2019-04-13 16:02:45 +0100" endDate="2019-04-13 16:12:35 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 16:25:27 +0100" startDate="2019-04-13 16:13:01 +0100" endDate="2019-04-13 16:22:18 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 16:52:23 +0100" startDate="2019-04-13 16:26:33 +0100" endDate="2019-04-13 16:29:29 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 17:12:57 +0100" startDate="2019-04-13 16:59:47 +0100" endDate="2019-04-13 17:07:19 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 18:33:28 +0100" startDate="2019-04-13 18:19:48 +0100" endDate="2019-04-13 18:24:48 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 18:43:29 +0100" startDate="2019-04-13 18:30:06 +0100" endDate="2019-04-13 18:40:02 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 18:52:43 +0100" startDate="2019-04-13 18:40:22 +0100" endDate="2019-04-13 18:50:23 +0100" value="1067"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 19:01:25 +0100" startDate="2019-04-13 18:50:23 +0100" endDate="2019-04-13 18:51:37 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 23:28:30 +0100" startDate="2019-04-13 23:06:06 +0100" endDate="2019-04-13 23:09:16 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 23:52:23 +0100" startDate="2019-04-13 23:41:26 +0100" endDate="2019-04-13 23:42:47 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-13 23:55:49 +0100" startDate="2019-04-13 23:42:47 +0100" endDate="2019-04-13 23:52:46 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 00:13:35 +0100" startDate="2019-04-13 23:52:46 +0100" endDate="2019-04-14 00:02:41 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 00:13:35 +0100" startDate="2019-04-14 00:02:46 +0100" endDate="2019-04-14 00:12:42 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 00:32:50 +0100" startDate="2019-04-14 00:12:42 +0100" endDate="2019-04-14 00:13:18 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 00:51:47 +0100" startDate="2019-04-14 00:40:32 +0100" endDate="2019-04-14 00:40:43 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 00:57:54 +0100" startDate="2019-04-14 00:43:13 +0100" endDate="2019-04-14 00:43:23 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 02:19:41 +0100" startDate="2019-04-14 01:59:37 +0100" endDate="2019-04-14 02:01:57 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 02:30:52 +0100" startDate="2019-04-14 02:15:36 +0100" endDate="2019-04-14 02:22:28 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 02:51:30 +0100" startDate="2019-04-14 02:38:48 +0100" endDate="2019-04-14 02:45:28 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 03:04:20 +0100" startDate="2019-04-14 02:45:28 +0100" endDate="2019-04-14 02:55:27 +0100" value="1106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 03:06:30 +0100" startDate="2019-04-14 02:55:27 +0100" endDate="2019-04-14 03:05:14 +0100" value="1007"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 03:28:58 +0100" startDate="2019-04-14 03:06:56 +0100" endDate="2019-04-14 03:12:08 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 03:30:30 +0100" startDate="2019-04-14 03:19:27 +0100" endDate="2019-04-14 03:22:33 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 03:59:22 +0100" startDate="2019-04-14 03:39:47 +0100" endDate="2019-04-14 03:39:55 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 08:21:05 +0100" startDate="2019-04-14 08:02:35 +0100" endDate="2019-04-14 08:10:05 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 08:48:15 +0100" startDate="2019-04-14 08:32:49 +0100" endDate="2019-04-14 08:41:33 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 09:01:22 +0100" startDate="2019-04-14 08:43:35 +0100" endDate="2019-04-14 08:50:33 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 10:20:49 +0100" startDate="2019-04-14 10:07:17 +0100" endDate="2019-04-14 10:11:23 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 11:10:02 +0100" startDate="2019-04-14 10:58:03 +0100" endDate="2019-04-14 11:04:04 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 11:22:50 +0100" startDate="2019-04-14 11:11:16 +0100" endDate="2019-04-14 11:19:54 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 11:44:03 +0100" startDate="2019-04-14 11:29:32 +0100" endDate="2019-04-14 11:37:35 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 11:51:05 +0100" startDate="2019-04-14 11:40:05 +0100" endDate="2019-04-14 11:50:03 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 12:03:30 +0100" startDate="2019-04-14 11:50:46 +0100" endDate="2019-04-14 11:52:00 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 12:36:40 +0100" startDate="2019-04-14 12:24:14 +0100" endDate="2019-04-14 12:30:13 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 13:00:03 +0100" startDate="2019-04-14 12:48:21 +0100" endDate="2019-04-14 12:54:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 13:25:30 +0100" startDate="2019-04-14 13:13:18 +0100" endDate="2019-04-14 13:14:29 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 14:24:59 +0100" startDate="2019-04-14 14:05:20 +0100" endDate="2019-04-14 14:15:20 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 14:28:09 +0100" startDate="2019-04-14 14:15:20 +0100" endDate="2019-04-14 14:15:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 19:24:33 +0100" startDate="2019-04-14 19:14:29 +0100" endDate="2019-04-14 19:14:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 19:40:02 +0100" startDate="2019-04-14 19:29:59 +0100" endDate="2019-04-14 19:30:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 19:51:55 +0100" startDate="2019-04-14 19:40:04 +0100" endDate="2019-04-14 19:48:57 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 20:04:51 +0100" startDate="2019-04-14 19:52:57 +0100" endDate="2019-04-14 20:01:37 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 20:15:35 +0100" startDate="2019-04-14 20:04:32 +0100" endDate="2019-04-14 20:14:32 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 20:26:48 +0100" startDate="2019-04-14 20:15:41 +0100" endDate="2019-04-14 20:25:28 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 20:36:46 +0100" startDate="2019-04-14 20:25:44 +0100" endDate="2019-04-14 20:34:56 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 20:50:30 +0100" startDate="2019-04-14 20:37:36 +0100" endDate="2019-04-14 20:47:05 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 21:01:53 +0100" startDate="2019-04-14 20:50:12 +0100" endDate="2019-04-14 20:50:58 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 21:20:58 +0100" startDate="2019-04-14 21:09:53 +0100" endDate="2019-04-14 21:17:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-14 21:42:05 +0100" startDate="2019-04-14 21:30:35 +0100" endDate="2019-04-14 21:31:05 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 05:45:53 +0100" startDate="2019-04-15 05:34:48 +0100" endDate="2019-04-15 05:34:53 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 06:05:51 +0100" startDate="2019-04-15 05:54:38 +0100" endDate="2019-04-15 05:58:37 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 06:47:10 +0100" startDate="2019-04-15 06:33:17 +0100" endDate="2019-04-15 06:42:17 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 06:57:36 +0100" startDate="2019-04-15 06:43:59 +0100" endDate="2019-04-15 06:53:58 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 07:08:49 +0100" startDate="2019-04-15 06:53:58 +0100" endDate="2019-04-15 06:54:55 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 07:36:16 +0100" startDate="2019-04-15 07:25:22 +0100" endDate="2019-04-15 07:25:25 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 09:10:47 +0100" startDate="2019-04-15 08:57:01 +0100" endDate="2019-04-15 09:00:36 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 09:53:49 +0100" startDate="2019-04-15 09:38:44 +0100" endDate="2019-04-15 09:44:59 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 10:18:21 +0100" startDate="2019-04-15 10:05:12 +0100" endDate="2019-04-15 10:05:17 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 10:48:08 +0100" startDate="2019-04-15 10:30:35 +0100" endDate="2019-04-15 10:40:34 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 10:53:29 +0100" startDate="2019-04-15 10:40:34 +0100" endDate="2019-04-15 10:46:08 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 11:15:57 +0100" startDate="2019-04-15 10:54:02 +0100" endDate="2019-04-15 10:55:51 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 11:31:39 +0100" startDate="2019-04-15 11:16:20 +0100" endDate="2019-04-15 11:26:20 +0100" value="1042"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 11:43:15 +0100" startDate="2019-04-15 11:28:25 +0100" endDate="2019-04-15 11:37:20 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 12:16:12 +0100" startDate="2019-04-15 12:04:51 +0100" endDate="2019-04-15 12:04:59 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 14:41:37 +0100" startDate="2019-04-15 14:20:02 +0100" endDate="2019-04-15 14:23:49 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 15:10:13 +0100" startDate="2019-04-15 14:53:18 +0100" endDate="2019-04-15 14:59:17 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 15:32:19 +0100" startDate="2019-04-15 15:20:07 +0100" endDate="2019-04-15 15:29:14 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 15:41:38 +0100" startDate="2019-04-15 15:30:38 +0100" endDate="2019-04-15 15:40:38 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 15:51:40 +0100" startDate="2019-04-15 15:40:38 +0100" endDate="2019-04-15 15:45:25 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 16:10:46 +0100" startDate="2019-04-15 15:56:02 +0100" endDate="2019-04-15 16:05:34 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 16:19:14 +0100" startDate="2019-04-15 16:07:31 +0100" endDate="2019-04-15 16:17:28 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 16:30:05 +0100" startDate="2019-04-15 16:17:28 +0100" endDate="2019-04-15 16:27:25 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 16:44:37 +0100" startDate="2019-04-15 16:31:39 +0100" endDate="2019-04-15 16:35:08 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 16:59:35 +0100" startDate="2019-04-15 16:45:33 +0100" endDate="2019-04-15 16:52:02 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 17:10:35 +0100" startDate="2019-04-15 16:58:15 +0100" endDate="2019-04-15 17:07:43 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 17:21:34 +0100" startDate="2019-04-15 17:10:21 +0100" endDate="2019-04-15 17:10:34 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 17:43:33 +0100" startDate="2019-04-15 17:25:42 +0100" endDate="2019-04-15 17:35:41 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 17:47:12 +0100" startDate="2019-04-15 17:35:41 +0100" endDate="2019-04-15 17:45:34 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 18:02:18 +0100" startDate="2019-04-15 17:46:08 +0100" endDate="2019-04-15 17:54:12 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 18:09:52 +0100" startDate="2019-04-15 17:58:04 +0100" endDate="2019-04-15 18:07:41 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 18:20:18 +0100" startDate="2019-04-15 18:08:20 +0100" endDate="2019-04-15 18:18:20 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 18:29:28 +0100" startDate="2019-04-15 18:18:28 +0100" endDate="2019-04-15 18:21:55 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 21:16:39 +0100" startDate="2019-04-15 21:06:35 +0100" endDate="2019-04-15 21:06:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 21:35:07 +0100" startDate="2019-04-15 21:19:25 +0100" endDate="2019-04-15 21:24:06 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-15 21:52:30 +0100" startDate="2019-04-15 21:40:50 +0100" endDate="2019-04-15 21:45:43 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 06:11:18 +0100" startDate="2019-04-16 05:58:16 +0100" endDate="2019-04-16 06:05:12 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 06:21:16 +0100" startDate="2019-04-16 06:10:16 +0100" endDate="2019-04-16 06:10:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 06:45:35 +0100" startDate="2019-04-16 06:33:02 +0100" endDate="2019-04-16 06:37:44 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 07:14:02 +0100" startDate="2019-04-16 06:47:22 +0100" endDate="2019-04-16 06:57:23 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 07:14:02 +0100" startDate="2019-04-16 06:57:23 +0100" endDate="2019-04-16 06:58:47 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 08:11:39 +0100" startDate="2019-04-16 07:59:10 +0100" endDate="2019-04-16 08:02:01 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 08:45:40 +0100" startDate="2019-04-16 08:32:31 +0100" endDate="2019-04-16 08:41:33 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 08:53:36 +0100" startDate="2019-04-16 08:42:44 +0100" endDate="2019-04-16 08:44:39 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 09:19:40 +0100" startDate="2019-04-16 09:08:40 +0100" endDate="2019-04-16 09:14:40 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 09:44:45 +0100" startDate="2019-04-16 09:28:43 +0100" endDate="2019-04-16 09:33:49 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 09:48:06 +0100" startDate="2019-04-16 09:33:49 +0100" endDate="2019-04-16 09:43:48 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 09:57:26 +0100" startDate="2019-04-16 09:43:48 +0100" endDate="2019-04-16 09:51:16 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 10:17:03 +0100" startDate="2019-04-16 09:59:28 +0100" endDate="2019-04-16 10:06:48 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 10:22:23 +0100" startDate="2019-04-16 10:09:57 +0100" endDate="2019-04-16 10:16:55 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 11:17:46 +0100" startDate="2019-04-16 10:28:38 +0100" endDate="2019-04-16 10:38:39 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 11:17:46 +0100" startDate="2019-04-16 10:38:39 +0100" endDate="2019-04-16 10:47:21 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 11:44:22 +0100" startDate="2019-04-16 11:27:20 +0100" endDate="2019-04-16 11:33:21 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 12:26:51 +0100" startDate="2019-04-16 12:15:23 +0100" endDate="2019-04-16 12:15:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 13:07:49 +0100" startDate="2019-04-16 12:56:43 +0100" endDate="2019-04-16 12:56:49 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 14:43:39 +0100" startDate="2019-04-16 14:20:30 +0100" endDate="2019-04-16 14:23:31 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 14:43:39 +0100" startDate="2019-04-16 14:32:38 +0100" endDate="2019-04-16 14:32:51 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 14:56:14 +0100" startDate="2019-04-16 14:33:09 +0100" endDate="2019-04-16 14:43:10 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 14:56:14 +0100" startDate="2019-04-16 14:43:10 +0100" endDate="2019-04-16 14:43:23 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 15:10:32 +0100" startDate="2019-04-16 14:47:28 +0100" endDate="2019-04-16 14:55:42 +0100" value="711"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 15:50:31 +0100" startDate="2019-04-16 15:40:14 +0100" endDate="2019-04-16 15:49:40 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 16:03:07 +0100" startDate="2019-04-16 15:52:02 +0100" endDate="2019-04-16 15:52:07 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 16:25:08 +0100" startDate="2019-04-16 16:11:57 +0100" endDate="2019-04-16 16:13:41 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 16:57:01 +0100" startDate="2019-04-16 16:45:12 +0100" endDate="2019-04-16 16:55:06 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 17:15:05 +0100" startDate="2019-04-16 16:56:15 +0100" endDate="2019-04-16 16:56:20 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 17:57:59 +0100" startDate="2019-04-16 17:44:15 +0100" endDate="2019-04-16 17:48:06 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 20:01:50 +0100" startDate="2019-04-16 19:50:40 +0100" endDate="2019-04-16 19:59:14 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 20:11:56 +0100" startDate="2019-04-16 20:00:54 +0100" endDate="2019-04-16 20:06:35 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-16 21:14:54 +0100" startDate="2019-04-16 21:04:41 +0100" endDate="2019-04-16 21:04:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 03:50:53 +0100" startDate="2019-04-17 03:40:42 +0100" endDate="2019-04-17 03:40:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 06:29:41 +0100" startDate="2019-04-17 06:15:26 +0100" endDate="2019-04-17 06:19:25 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 06:47:38 +0100" startDate="2019-04-17 06:28:54 +0100" endDate="2019-04-17 06:29:01 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 07:14:22 +0100" startDate="2019-04-17 07:01:00 +0100" endDate="2019-04-17 07:10:24 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 07:35:42 +0100" startDate="2019-04-17 07:16:41 +0100" endDate="2019-04-17 07:26:42 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 07:44:38 +0100" startDate="2019-04-17 07:26:42 +0100" endDate="2019-04-17 07:27:56 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 10:01:26 +0100" startDate="2019-04-17 09:50:05 +0100" endDate="2019-04-17 09:59:39 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 10:24:15 +0100" startDate="2019-04-17 10:06:27 +0100" endDate="2019-04-17 10:07:56 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 11:02:22 +0100" startDate="2019-04-17 10:51:09 +0100" endDate="2019-04-17 10:53:37 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 11:19:11 +0100" startDate="2019-04-17 11:04:17 +0100" endDate="2019-04-17 11:14:10 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 11:27:23 +0100" startDate="2019-04-17 11:14:43 +0100" endDate="2019-04-17 11:22:14 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 11:40:26 +0100" startDate="2019-04-17 11:26:46 +0100" endDate="2019-04-17 11:34:56 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 11:50:24 +0100" startDate="2019-04-17 11:37:13 +0100" endDate="2019-04-17 11:44:47 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 12:00:42 +0100" startDate="2019-04-17 11:49:22 +0100" endDate="2019-04-17 11:57:19 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 12:12:00 +0100" startDate="2019-04-17 12:00:09 +0100" endDate="2019-04-17 12:00:24 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 12:31:22 +0100" startDate="2019-04-17 12:14:46 +0100" endDate="2019-04-17 12:24:45 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 12:35:47 +0100" startDate="2019-04-17 12:24:45 +0100" endDate="2019-04-17 12:34:38 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 12:52:13 +0100" startDate="2019-04-17 12:34:43 +0100" endDate="2019-04-17 12:35:09 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 15:17:44 +0100" startDate="2019-04-17 15:06:14 +0100" endDate="2019-04-17 15:15:04 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 15:32:52 +0100" startDate="2019-04-17 15:17:47 +0100" endDate="2019-04-17 15:27:46 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 15:39:01 +0100" startDate="2019-04-17 15:27:48 +0100" endDate="2019-04-17 15:31:56 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 15:49:35 +0100" startDate="2019-04-17 15:38:12 +0100" endDate="2019-04-17 15:38:35 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 16:43:22 +0100" startDate="2019-04-17 16:29:58 +0100" endDate="2019-04-17 16:30:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 18:16:18 +0100" startDate="2019-04-17 18:00:24 +0100" endDate="2019-04-17 18:09:54 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 18:53:30 +0100" startDate="2019-04-17 18:35:59 +0100" endDate="2019-04-17 18:36:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-17 21:26:42 +0100" startDate="2019-04-17 21:15:26 +0100" endDate="2019-04-17 21:15:41 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 00:26:37 +0100" startDate="2019-04-18 00:15:21 +0100" endDate="2019-04-18 00:21:53 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 00:37:27 +0100" startDate="2019-04-18 00:26:35 +0100" endDate="2019-04-18 00:27:06 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 06:10:53 +0100" startDate="2019-04-18 06:00:23 +0100" endDate="2019-04-18 06:00:41 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 06:30:21 +0100" startDate="2019-04-18 06:14:26 +0100" endDate="2019-04-18 06:17:55 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 06:45:46 +0100" startDate="2019-04-18 06:29:07 +0100" endDate="2019-04-18 06:33:39 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 07:25:44 +0100" startDate="2019-04-18 07:14:22 +0100" endDate="2019-04-18 07:24:16 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 07:40:38 +0100" startDate="2019-04-18 07:24:21 +0100" endDate="2019-04-18 07:32:38 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 07:46:06 +0100" startDate="2019-04-18 07:35:03 +0100" endDate="2019-04-18 07:38:17 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 08:15:03 +0100" startDate="2019-04-18 08:02:29 +0100" endDate="2019-04-18 08:03:13 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 08:35:17 +0100" startDate="2019-04-18 08:23:16 +0100" endDate="2019-04-18 08:33:13 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 08:44:18 +0100" startDate="2019-04-18 08:33:15 +0100" endDate="2019-04-18 08:42:19 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 08:54:30 +0100" startDate="2019-04-18 08:43:27 +0100" endDate="2019-04-18 08:45:59 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 09:05:20 +0100" startDate="2019-04-18 08:54:17 +0100" endDate="2019-04-18 08:55:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 09:16:12 +0100" startDate="2019-04-18 09:05:10 +0100" endDate="2019-04-18 09:14:56 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 09:34:42 +0100" startDate="2019-04-18 09:22:10 +0100" endDate="2019-04-18 09:23:42 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 10:18:05 +0100" startDate="2019-04-18 10:03:47 +0100" endDate="2019-04-18 10:13:39 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 10:26:18 +0100" startDate="2019-04-18 10:14:37 +0100" endDate="2019-04-18 10:22:50 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 11:12:02 +0100" startDate="2019-04-18 11:00:45 +0100" endDate="2019-04-18 11:10:20 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 11:22:07 +0100" startDate="2019-04-18 11:10:58 +0100" endDate="2019-04-18 11:20:58 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 11:35:27 +0100" startDate="2019-04-18 11:20:58 +0100" endDate="2019-04-18 11:28:00 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 12:02:24 +0100" startDate="2019-04-18 11:48:40 +0100" endDate="2019-04-18 11:58:10 +0100" value="987"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 12:13:13 +0100" startDate="2019-04-18 11:59:42 +0100" endDate="2019-04-18 12:01:46 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 12:26:57 +0100" startDate="2019-04-18 12:11:16 +0100" endDate="2019-04-18 12:20:36 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 12:39:14 +0100" startDate="2019-04-18 12:27:59 +0100" endDate="2019-04-18 12:28:34 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 12:49:20 +0100" startDate="2019-04-18 12:38:18 +0100" endDate="2019-04-18 12:47:04 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 13:05:09 +0100" startDate="2019-04-18 12:51:21 +0100" endDate="2019-04-18 12:54:24 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 13:14:56 +0100" startDate="2019-04-18 13:01:57 +0100" endDate="2019-04-18 13:04:52 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 13:44:58 +0100" startDate="2019-04-18 13:31:39 +0100" endDate="2019-04-18 13:34:24 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 13:59:57 +0100" startDate="2019-04-18 13:48:02 +0100" endDate="2019-04-18 13:57:16 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 14:13:25 +0100" startDate="2019-04-18 13:58:35 +0100" endDate="2019-04-18 14:08:36 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 14:20:27 +0100" startDate="2019-04-18 14:08:36 +0100" endDate="2019-04-18 14:15:36 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 14:49:20 +0100" startDate="2019-04-18 14:36:59 +0100" endDate="2019-04-18 14:37:06 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 16:04:53 +0100" startDate="2019-04-18 15:53:12 +0100" endDate="2019-04-18 16:03:00 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 16:14:45 +0100" startDate="2019-04-18 16:03:43 +0100" endDate="2019-04-18 16:11:36 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 16:28:21 +0100" startDate="2019-04-18 16:17:15 +0100" endDate="2019-04-18 16:27:08 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 16:43:30 +0100" startDate="2019-04-18 16:27:28 +0100" endDate="2019-04-18 16:32:45 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 17:31:05 +0100" startDate="2019-04-18 17:15:07 +0100" endDate="2019-04-18 17:25:07 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 17:36:59 +0100" startDate="2019-04-18 17:25:07 +0100" endDate="2019-04-18 17:34:50 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 18:15:35 +0100" startDate="2019-04-18 18:01:37 +0100" endDate="2019-04-18 18:11:01 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 18:23:16 +0100" startDate="2019-04-18 18:12:15 +0100" endDate="2019-04-18 18:17:57 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 22:04:01 +0100" startDate="2019-04-18 21:45:35 +0100" endDate="2019-04-18 21:55:34 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 22:15:06 +0100" startDate="2019-04-18 21:55:34 +0100" endDate="2019-04-18 22:01:59 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 22:36:54 +0100" startDate="2019-04-18 22:16:22 +0100" endDate="2019-04-18 22:16:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 23:21:51 +0100" startDate="2019-04-18 23:04:03 +0100" endDate="2019-04-18 23:07:14 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-18 23:41:36 +0100" startDate="2019-04-18 23:17:37 +0100" endDate="2019-04-18 23:23:06 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 00:12:22 +0100" startDate="2019-04-18 23:59:11 +0100" endDate="2019-04-19 00:07:31 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 00:24:48 +0100" startDate="2019-04-19 00:13:33 +0100" endDate="2019-04-19 00:13:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 04:58:46 +0100" startDate="2019-04-19 04:37:54 +0100" endDate="2019-04-19 04:41:13 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 07:11:48 +0100" startDate="2019-04-19 06:55:10 +0100" endDate="2019-04-19 07:00:29 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 07:16:37 +0100" startDate="2019-04-19 07:05:37 +0100" endDate="2019-04-19 07:15:10 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 07:33:40 +0100" startDate="2019-04-19 07:19:17 +0100" endDate="2019-04-19 07:25:46 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 07:51:35 +0100" startDate="2019-04-19 07:35:43 +0100" endDate="2019-04-19 07:45:43 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 07:56:46 +0100" startDate="2019-04-19 07:45:43 +0100" endDate="2019-04-19 07:46:04 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 13:02:43 +0100" startDate="2019-04-19 12:51:56 +0100" endDate="2019-04-19 12:58:18 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 13:15:46 +0100" startDate="2019-04-19 13:02:01 +0100" endDate="2019-04-19 13:07:36 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 13:26:41 +0100" startDate="2019-04-19 13:15:38 +0100" endDate="2019-04-19 13:24:39 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 13:40:55 +0100" startDate="2019-04-19 13:28:10 +0100" endDate="2019-04-19 13:29:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 13:52:47 +0100" startDate="2019-04-19 13:40:39 +0100" endDate="2019-04-19 13:50:31 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 14:03:05 +0100" startDate="2019-04-19 13:52:02 +0100" endDate="2019-04-19 13:57:44 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 15:48:23 +0100" startDate="2019-04-19 15:38:19 +0100" endDate="2019-04-19 15:38:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 18:16:09 +0100" startDate="2019-04-19 18:02:45 +0100" endDate="2019-04-19 18:07:22 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 19:10:55 +0100" startDate="2019-04-19 18:56:59 +0100" endDate="2019-04-19 18:57:55 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 21:25:03 +0100" startDate="2019-04-19 21:13:52 +0100" endDate="2019-04-19 21:14:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 21:35:30 +0100" startDate="2019-04-19 21:24:28 +0100" endDate="2019-04-19 21:24:33 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-19 21:51:59 +0100" startDate="2019-04-19 21:39:58 +0100" endDate="2019-04-19 21:48:49 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 08:15:55 +0100" startDate="2019-04-20 08:04:05 +0100" endDate="2019-04-20 08:04:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 08:40:28 +0100" startDate="2019-04-20 08:28:41 +0100" endDate="2019-04-20 08:29:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 09:04:29 +0100" startDate="2019-04-20 08:52:37 +0100" endDate="2019-04-20 08:52:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 11:00:37 +0100" startDate="2019-04-20 10:50:28 +0100" endDate="2019-04-20 10:50:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 14:57:00 +0100" startDate="2019-04-20 14:41:26 +0100" endDate="2019-04-20 14:51:26 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 15:02:43 +0100" startDate="2019-04-20 14:51:26 +0100" endDate="2019-04-20 15:01:26 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 15:27:45 +0100" startDate="2019-04-20 15:01:26 +0100" endDate="2019-04-20 15:11:26 +0100" value="1048"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 15:27:45 +0100" startDate="2019-04-20 15:11:26 +0100" endDate="2019-04-20 15:12:53 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 15:43:05 +0100" startDate="2019-04-20 15:12:53 +0100" endDate="2019-04-20 15:22:53 +0100" value="1076"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 15:43:05 +0100" startDate="2019-04-20 15:22:53 +0100" endDate="2019-04-20 15:28:07 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 15:50:27 +0100" startDate="2019-04-20 15:28:07 +0100" endDate="2019-04-20 15:38:04 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 15:50:27 +0100" startDate="2019-04-20 15:38:25 +0100" endDate="2019-04-20 15:43:25 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 15:58:23 +0100" startDate="2019-04-20 15:43:25 +0100" endDate="2019-04-20 15:50:26 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 16:01:29 +0100" startDate="2019-04-20 15:50:26 +0100" endDate="2019-04-20 15:58:24 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 16:12:42 +0100" startDate="2019-04-20 15:58:24 +0100" endDate="2019-04-20 16:07:57 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 16:20:57 +0100" startDate="2019-04-20 16:09:02 +0100" endDate="2019-04-20 16:16:03 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 17:34:45 +0100" startDate="2019-04-20 17:22:42 +0100" endDate="2019-04-20 17:22:44 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 21:28:59 +0100" startDate="2019-04-20 21:15:01 +0100" endDate="2019-04-20 21:17:59 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 21:53:51 +0100" startDate="2019-04-20 21:36:09 +0100" endDate="2019-04-20 21:45:38 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 22:19:09 +0100" startDate="2019-04-20 22:07:28 +0100" endDate="2019-04-20 22:17:09 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 22:30:04 +0100" startDate="2019-04-20 22:19:02 +0100" endDate="2019-04-20 22:23:10 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-20 22:41:30 +0100" startDate="2019-04-20 22:30:23 +0100" endDate="2019-04-20 22:30:30 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-21 05:24:33 +0100" startDate="2019-04-21 05:09:32 +0100" endDate="2019-04-21 05:11:57 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-21 12:09:02 +0100" startDate="2019-04-21 11:58:44 +0100" endDate="2019-04-21 11:58:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-21 12:21:58 +0100" startDate="2019-04-21 12:11:34 +0100" endDate="2019-04-21 12:11:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-21 17:33:06 +0100" startDate="2019-04-21 17:21:26 +0100" endDate="2019-04-21 17:21:29 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-21 19:34:49 +0100" startDate="2019-04-21 19:20:02 +0100" endDate="2019-04-21 19:23:33 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-21 19:52:41 +0100" startDate="2019-04-21 19:41:36 +0100" endDate="2019-04-21 19:41:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-21 21:15:24 +0100" startDate="2019-04-21 21:01:54 +0100" endDate="2019-04-21 21:03:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-21 21:25:32 +0100" startDate="2019-04-21 21:14:32 +0100" endDate="2019-04-21 21:15:21 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-21 21:39:08 +0100" startDate="2019-04-21 21:27:52 +0100" endDate="2019-04-21 21:34:54 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-21 21:51:45 +0100" startDate="2019-04-21 21:40:35 +0100" endDate="2019-04-21 21:50:29 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-21 22:01:52 +0100" startDate="2019-04-21 21:50:49 +0100" endDate="2019-04-21 21:58:30 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-21 22:14:37 +0100" startDate="2019-04-21 22:02:54 +0100" endDate="2019-04-21 22:11:51 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 08:57:45 +0100" startDate="2019-04-22 08:42:44 +0100" endDate="2019-04-22 08:42:52 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 09:09:36 +0100" startDate="2019-04-22 08:52:52 +0100" endDate="2019-04-22 08:53:35 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 10:19:03 +0100" startDate="2019-04-22 09:49:19 +0100" endDate="2019-04-22 09:59:22 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 10:19:03 +0100" startDate="2019-04-22 09:59:22 +0100" endDate="2019-04-22 10:09:21 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 10:28:02 +0100" startDate="2019-04-22 10:09:21 +0100" endDate="2019-04-22 10:18:52 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 10:35:51 +0100" startDate="2019-04-22 10:19:23 +0100" endDate="2019-04-22 10:29:23 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 10:45:53 +0100" startDate="2019-04-22 10:29:23 +0100" endDate="2019-04-22 10:39:23 +0100" value="1043"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 10:54:41 +0100" startDate="2019-04-22 10:39:23 +0100" endDate="2019-04-22 10:49:18 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 11:01:12 +0100" startDate="2019-04-22 10:49:49 +0100" endDate="2019-04-22 10:59:48 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 11:58:24 +0100" startDate="2019-04-22 10:59:48 +0100" endDate="2019-04-22 11:09:49 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 11:58:24 +0100" startDate="2019-04-22 11:09:49 +0100" endDate="2019-04-22 11:16:26 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 11:58:24 +0100" startDate="2019-04-22 11:21:17 +0100" endDate="2019-04-22 11:31:16 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 11:58:24 +0100" startDate="2019-04-22 11:31:16 +0100" endDate="2019-04-22 11:34:02 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 11:58:24 +0100" startDate="2019-04-22 11:42:42 +0100" endDate="2019-04-22 11:45:46 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 12:17:18 +0100" startDate="2019-04-22 11:54:06 +0100" endDate="2019-04-22 11:57:18 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 13:46:42 +0100" startDate="2019-04-22 13:31:56 +0100" endDate="2019-04-22 13:34:04 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 16:57:47 +0100" startDate="2019-04-22 16:46:34 +0100" endDate="2019-04-22 16:56:02 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 17:14:53 +0100" startDate="2019-04-22 16:57:47 +0100" endDate="2019-04-22 17:07:46 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 17:18:49 +0100" startDate="2019-04-22 17:07:46 +0100" endDate="2019-04-22 17:13:41 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 18:39:24 +0100" startDate="2019-04-22 18:29:09 +0100" endDate="2019-04-22 18:29:11 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 19:15:35 +0100" startDate="2019-04-22 19:04:22 +0100" endDate="2019-04-22 19:06:19 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-22 22:30:42 +0100" startDate="2019-04-22 22:20:38 +0100" endDate="2019-04-22 22:20:41 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 06:45:43 +0100" startDate="2019-04-23 06:34:34 +0100" endDate="2019-04-23 06:34:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 07:14:59 +0100" startDate="2019-04-23 07:01:01 +0100" endDate="2019-04-23 07:02:25 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 07:25:26 +0100" startDate="2019-04-23 07:11:08 +0100" endDate="2019-04-23 07:21:09 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 07:32:11 +0100" startDate="2019-04-23 07:21:09 +0100" endDate="2019-04-23 07:25:03 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 08:03:13 +0100" startDate="2019-04-23 07:49:37 +0100" endDate="2019-04-23 07:56:05 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 08:21:28 +0100" startDate="2019-04-23 08:09:37 +0100" endDate="2019-04-23 08:10:28 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 08:38:17 +0100" startDate="2019-04-23 08:27:04 +0100" endDate="2019-04-23 08:27:17 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 08:50:50 +0100" startDate="2019-04-23 08:39:51 +0100" endDate="2019-04-23 08:39:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 09:05:19 +0100" startDate="2019-04-23 08:53:40 +0100" endDate="2019-04-23 08:54:19 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 09:22:19 +0100" startDate="2019-04-23 09:06:36 +0100" endDate="2019-04-23 09:08:40 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 09:34:37 +0100" startDate="2019-04-23 09:22:53 +0100" endDate="2019-04-23 09:24:36 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 10:09:22 +0100" startDate="2019-04-23 09:57:36 +0100" endDate="2019-04-23 09:58:22 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 10:29:50 +0100" startDate="2019-04-23 10:18:25 +0100" endDate="2019-04-23 10:20:01 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 10:42:17 +0100" startDate="2019-04-23 10:30:47 +0100" endDate="2019-04-23 10:35:50 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 10:57:32 +0100" startDate="2019-04-23 10:46:12 +0100" endDate="2019-04-23 10:55:05 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 11:07:45 +0100" startDate="2019-04-23 10:56:42 +0100" endDate="2019-04-23 10:58:01 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 11:34:30 +0100" startDate="2019-04-23 11:13:28 +0100" endDate="2019-04-23 11:14:08 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 11:45:22 +0100" startDate="2019-04-23 11:32:42 +0100" endDate="2019-04-23 11:42:43 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 12:01:41 +0100" startDate="2019-04-23 11:42:43 +0100" endDate="2019-04-23 11:52:44 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 12:04:54 +0100" startDate="2019-04-23 11:52:44 +0100" endDate="2019-04-23 11:59:22 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 12:17:18 +0100" startDate="2019-04-23 12:03:39 +0100" endDate="2019-04-23 12:04:17 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 12:39:30 +0100" startDate="2019-04-23 12:18:09 +0100" endDate="2019-04-23 12:23:45 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 12:39:30 +0100" startDate="2019-04-23 12:29:07 +0100" endDate="2019-04-23 12:37:47 +0100" value="899"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 12:54:06 +0100" startDate="2019-04-23 12:39:31 +0100" endDate="2019-04-23 12:43:26 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 13:23:33 +0100" startDate="2019-04-23 13:13:30 +0100" endDate="2019-04-23 13:13:33 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 14:06:10 +0100" startDate="2019-04-23 13:54:39 +0100" endDate="2019-04-23 14:03:48 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 14:21:27 +0100" startDate="2019-04-23 14:09:03 +0100" endDate="2019-04-23 14:11:33 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 15:35:54 +0100" startDate="2019-04-23 15:24:17 +0100" endDate="2019-04-23 15:34:16 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 16:06:59 +0100" startDate="2019-04-23 15:34:16 +0100" endDate="2019-04-23 15:44:16 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 16:06:59 +0100" startDate="2019-04-23 15:44:16 +0100" endDate="2019-04-23 15:46:20 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 16:06:59 +0100" startDate="2019-04-23 15:54:23 +0100" endDate="2019-04-23 16:03:56 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 16:22:11 +0100" startDate="2019-04-23 16:05:46 +0100" endDate="2019-04-23 16:10:56 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 16:34:09 +0100" startDate="2019-04-23 16:18:16 +0100" endDate="2019-04-23 16:23:55 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 16:48:55 +0100" startDate="2019-04-23 16:35:31 +0100" endDate="2019-04-23 16:43:02 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 17:12:07 +0100" startDate="2019-04-23 17:01:02 +0100" endDate="2019-04-23 17:08:39 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 17:23:44 +0100" startDate="2019-04-23 17:12:23 +0100" endDate="2019-04-23 17:15:30 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-23 18:58:41 +0100" startDate="2019-04-23 18:42:50 +0100" endDate="2019-04-23 18:43:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 07:30:57 +0100" startDate="2019-04-24 07:17:18 +0100" endDate="2019-04-24 07:27:17 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 07:39:55 +0100" startDate="2019-04-24 07:27:17 +0100" endDate="2019-04-24 07:28:18 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 08:13:27 +0100" startDate="2019-04-24 08:00:29 +0100" endDate="2019-04-24 08:08:44 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 08:27:59 +0100" startDate="2019-04-24 08:17:16 +0100" endDate="2019-04-24 08:24:55 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 08:46:50 +0100" startDate="2019-04-24 08:36:47 +0100" endDate="2019-04-24 08:36:50 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 09:03:29 +0100" startDate="2019-04-24 08:52:21 +0100" endDate="2019-04-24 08:52:28 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 09:19:48 +0100" startDate="2019-04-24 09:05:07 +0100" endDate="2019-04-24 09:08:48 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 09:50:03 +0100" startDate="2019-04-24 09:37:26 +0100" endDate="2019-04-24 09:42:39 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 10:43:46 +0100" startDate="2019-04-24 10:31:52 +0100" endDate="2019-04-24 10:41:53 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 10:55:31 +0100" startDate="2019-04-24 10:42:08 +0100" endDate="2019-04-24 10:49:54 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 11:21:35 +0100" startDate="2019-04-24 11:08:53 +0100" endDate="2019-04-24 11:18:02 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 11:47:56 +0100" startDate="2019-04-24 11:35:47 +0100" endDate="2019-04-24 11:45:47 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 11:56:50 +0100" startDate="2019-04-24 11:45:47 +0100" endDate="2019-04-24 11:55:30 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 13:25:40 +0100" startDate="2019-04-24 13:12:32 +0100" endDate="2019-04-24 13:14:54 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 15:10:45 +0100" startDate="2019-04-24 14:59:25 +0100" endDate="2019-04-24 15:09:24 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 15:30:26 +0100" startDate="2019-04-24 15:09:24 +0100" endDate="2019-04-24 15:19:14 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 16:20:11 +0100" startDate="2019-04-24 16:07:12 +0100" endDate="2019-04-24 16:16:04 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 17:27:10 +0100" startDate="2019-04-24 17:10:11 +0100" endDate="2019-04-24 17:19:53 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 17:47:25 +0100" startDate="2019-04-24 17:20:18 +0100" endDate="2019-04-24 17:27:37 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 17:47:25 +0100" startDate="2019-04-24 17:31:51 +0100" endDate="2019-04-24 17:39:12 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 17:49:48 +0100" startDate="2019-04-24 17:39:12 +0100" endDate="2019-04-24 17:47:02 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 18:04:46 +0100" startDate="2019-04-24 17:52:47 +0100" endDate="2019-04-24 18:02:48 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 18:14:02 +0100" startDate="2019-04-24 18:02:48 +0100" endDate="2019-04-24 18:03:39 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 19:43:44 +0100" startDate="2019-04-24 19:31:48 +0100" endDate="2019-04-24 19:41:42 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 20:06:05 +0100" startDate="2019-04-24 19:50:11 +0100" endDate="2019-04-24 19:57:57 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 20:11:55 +0100" startDate="2019-04-24 20:00:52 +0100" endDate="2019-04-24 20:10:04 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 20:31:22 +0100" startDate="2019-04-24 20:19:21 +0100" endDate="2019-04-24 20:25:34 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 20:40:25 +0100" startDate="2019-04-24 20:29:23 +0100" endDate="2019-04-24 20:29:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 20:51:34 +0100" startDate="2019-04-24 20:41:30 +0100" endDate="2019-04-24 20:51:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-24 22:12:11 +0100" startDate="2019-04-24 22:00:23 +0100" endDate="2019-04-24 22:01:51 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 05:07:46 +0100" startDate="2019-04-25 04:56:23 +0100" endDate="2019-04-25 04:56:46 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 07:16:17 +0100" startDate="2019-04-25 07:04:35 +0100" endDate="2019-04-25 07:04:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 07:40:09 +0100" startDate="2019-04-25 07:26:51 +0100" endDate="2019-04-25 07:27:30 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 07:50:18 +0100" startDate="2019-04-25 07:38:05 +0100" endDate="2019-04-25 07:47:48 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 08:29:17 +0100" startDate="2019-04-25 08:16:35 +0100" endDate="2019-04-25 08:18:29 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 10:49:09 +0100" startDate="2019-04-25 10:32:10 +0100" endDate="2019-04-25 10:41:47 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 11:00:20 +0100" startDate="2019-04-25 10:42:30 +0100" endDate="2019-04-25 10:49:15 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 11:13:49 +0100" startDate="2019-04-25 11:03:15 +0100" endDate="2019-04-25 11:03:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 11:29:19 +0100" startDate="2019-04-25 11:17:21 +0100" endDate="2019-04-25 11:27:21 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 11:42:41 +0100" startDate="2019-04-25 11:27:21 +0100" endDate="2019-04-25 11:36:35 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 12:23:20 +0100" startDate="2019-04-25 12:13:15 +0100" endDate="2019-04-25 12:13:18 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 12:47:00 +0100" startDate="2019-04-25 12:35:28 +0100" endDate="2019-04-25 12:35:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 13:01:15 +0100" startDate="2019-04-25 12:46:08 +0100" endDate="2019-04-25 12:52:36 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 13:13:26 +0100" startDate="2019-04-25 13:01:24 +0100" endDate="2019-04-25 13:03:49 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 13:37:34 +0100" startDate="2019-04-25 13:19:53 +0100" endDate="2019-04-25 13:26:34 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 15:08:08 +0100" startDate="2019-04-25 14:54:21 +0100" endDate="2019-04-25 14:55:52 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 15:35:52 +0100" startDate="2019-04-25 15:23:54 +0100" endDate="2019-04-25 15:23:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 15:57:23 +0100" startDate="2019-04-25 15:44:25 +0100" endDate="2019-04-25 15:54:26 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 16:06:12 +0100" startDate="2019-04-25 15:55:12 +0100" endDate="2019-04-25 15:58:52 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 16:36:27 +0100" startDate="2019-04-25 16:20:39 +0100" endDate="2019-04-25 16:30:02 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 16:55:48 +0100" startDate="2019-04-25 16:45:46 +0100" endDate="2019-04-25 16:45:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 17:22:57 +0100" startDate="2019-04-25 17:11:22 +0100" endDate="2019-04-25 17:13:57 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 18:02:43 +0100" startDate="2019-04-25 17:50:44 +0100" endDate="2019-04-25 17:59:51 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 18:41:59 +0100" startDate="2019-04-25 18:29:58 +0100" endDate="2019-04-25 18:34:11 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 19:29:08 +0100" startDate="2019-04-25 19:18:00 +0100" endDate="2019-04-25 19:18:08 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 20:25:49 +0100" startDate="2019-04-25 20:09:34 +0100" endDate="2019-04-25 20:15:45 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 20:30:52 +0100" startDate="2019-04-25 20:19:49 +0100" endDate="2019-04-25 20:21:59 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 21:05:04 +0100" startDate="2019-04-25 20:53:59 +0100" endDate="2019-04-25 21:03:20 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 21:33:37 +0100" startDate="2019-04-25 21:22:04 +0100" endDate="2019-04-25 21:25:16 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 21:44:24 +0100" startDate="2019-04-25 21:33:21 +0100" endDate="2019-04-25 21:41:05 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 21:55:13 +0100" startDate="2019-04-25 21:44:11 +0100" endDate="2019-04-25 21:47:24 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-25 22:06:41 +0100" startDate="2019-04-25 21:56:08 +0100" endDate="2019-04-25 21:56:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 06:58:48 +0100" startDate="2019-04-26 06:37:56 +0100" endDate="2019-04-26 06:44:16 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 06:58:48 +0100" startDate="2019-04-26 06:48:33 +0100" endDate="2019-04-26 06:48:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 07:13:57 +0100" startDate="2019-04-26 07:03:53 +0100" endDate="2019-04-26 07:03:58 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 07:53:03 +0100" startDate="2019-04-26 07:38:30 +0100" endDate="2019-04-26 07:46:22 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 08:06:05 +0100" startDate="2019-04-26 07:48:45 +0100" endDate="2019-04-26 07:58:42 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 08:09:50 +0100" startDate="2019-04-26 07:58:50 +0100" endDate="2019-04-26 08:06:57 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 08:30:21 +0100" startDate="2019-04-26 08:18:37 +0100" endDate="2019-04-26 08:19:21 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 08:45:08 +0100" startDate="2019-04-26 08:33:22 +0100" endDate="2019-04-26 08:35:20 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 09:12:35 +0100" startDate="2019-04-26 09:00:54 +0100" endDate="2019-04-26 09:03:52 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 09:29:44 +0100" startDate="2019-04-26 09:15:30 +0100" endDate="2019-04-26 09:25:30 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 09:40:25 +0100" startDate="2019-04-26 09:25:30 +0100" endDate="2019-04-26 09:26:47 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 10:36:32 +0100" startDate="2019-04-26 10:20:20 +0100" endDate="2019-04-26 10:29:33 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 10:44:06 +0100" startDate="2019-04-26 10:31:41 +0100" endDate="2019-04-26 10:41:40 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 10:55:04 +0100" startDate="2019-04-26 10:41:40 +0100" endDate="2019-04-26 10:47:42 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 11:25:12 +0100" startDate="2019-04-26 11:07:31 +0100" endDate="2019-04-26 11:12:26 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 11:34:32 +0100" startDate="2019-04-26 11:20:40 +0100" endDate="2019-04-26 11:30:41 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 11:42:36 +0100" startDate="2019-04-26 11:30:41 +0100" endDate="2019-04-26 11:34:58 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 12:31:34 +0100" startDate="2019-04-26 11:54:43 +0100" endDate="2019-04-26 11:57:03 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 12:31:34 +0100" startDate="2019-04-26 11:57:03 +0100" endDate="2019-04-26 12:30:32 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 12:41:32 +0100" startDate="2019-04-26 12:30:32 +0100" endDate="2019-04-26 12:30:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 14:17:23 +0100" startDate="2019-04-26 14:04:38 +0100" endDate="2019-04-26 14:14:17 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 14:25:52 +0100" startDate="2019-04-26 14:14:42 +0100" endDate="2019-04-26 14:24:42 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 14:42:42 +0100" startDate="2019-04-26 14:24:42 +0100" endDate="2019-04-26 14:29:55 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 14:59:07 +0100" startDate="2019-04-26 14:45:51 +0100" endDate="2019-04-26 14:55:50 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 15:06:53 +0100" startDate="2019-04-26 14:55:50 +0100" endDate="2019-04-26 15:05:39 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 15:19:03 +0100" startDate="2019-04-26 15:06:12 +0100" endDate="2019-04-26 15:16:10 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 15:28:29 +0100" startDate="2019-04-26 15:16:28 +0100" endDate="2019-04-26 15:20:37 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 15:44:34 +0100" startDate="2019-04-26 15:33:03 +0100" endDate="2019-04-26 15:37:40 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 16:18:06 +0100" startDate="2019-04-26 16:06:46 +0100" endDate="2019-04-26 16:13:31 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 16:52:20 +0100" startDate="2019-04-26 16:39:24 +0100" endDate="2019-04-26 16:46:05 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 17:27:46 +0100" startDate="2019-04-26 17:14:38 +0100" endDate="2019-04-26 17:18:02 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 17:59:38 +0100" startDate="2019-04-26 17:47:23 +0100" endDate="2019-04-26 17:54:02 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 18:28:27 +0100" startDate="2019-04-26 18:05:07 +0100" endDate="2019-04-26 18:11:02 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 19:52:42 +0100" startDate="2019-04-26 19:40:37 +0100" endDate="2019-04-26 19:49:57 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 20:12:19 +0100" startDate="2019-04-26 19:52:27 +0100" endDate="2019-04-26 20:00:18 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 20:15:07 +0100" startDate="2019-04-26 20:04:04 +0100" endDate="2019-04-26 20:14:03 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 20:27:57 +0100" startDate="2019-04-26 20:14:36 +0100" endDate="2019-04-26 20:24:23 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-26 23:34:53 +0100" startDate="2019-04-26 23:18:29 +0100" endDate="2019-04-26 23:25:34 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 00:19:19 +0100" startDate="2019-04-26 23:18:29 +0100" endDate="2019-04-26 23:25:34 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 00:19:19 +0100" startDate="2019-04-26 23:29:12 +0100" endDate="2019-04-26 23:32:51 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 00:30:46 +0100" startDate="2019-04-27 00:18:01 +0100" endDate="2019-04-27 00:28:01 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 00:40:08 +0100" startDate="2019-04-27 00:29:02 +0100" endDate="2019-04-27 00:38:41 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 01:00:54 +0100" startDate="2019-04-27 00:41:29 +0100" endDate="2019-04-27 00:50:32 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 01:11:20 +0100" startDate="2019-04-27 00:53:13 +0100" endDate="2019-04-27 01:02:56 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 01:16:14 +0100" startDate="2019-04-27 01:03:21 +0100" endDate="2019-04-27 01:13:09 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 01:25:13 +0100" startDate="2019-04-27 01:14:13 +0100" endDate="2019-04-27 01:23:15 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 01:40:47 +0100" startDate="2019-04-27 01:25:09 +0100" endDate="2019-04-27 01:27:26 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 02:06:52 +0100" startDate="2019-04-27 01:48:55 +0100" endDate="2019-04-27 01:58:48 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 02:16:54 +0100" startDate="2019-04-27 01:59:42 +0100" endDate="2019-04-27 02:09:40 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 02:24:55 +0100" startDate="2019-04-27 02:09:45 +0100" endDate="2019-04-27 02:18:42 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 02:51:14 +0100" startDate="2019-04-27 02:37:40 +0100" endDate="2019-04-27 02:40:23 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 03:05:12 +0100" startDate="2019-04-27 02:49:04 +0100" endDate="2019-04-27 02:49:37 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 03:18:20 +0100" startDate="2019-04-27 03:01:10 +0100" endDate="2019-04-27 03:08:15 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 03:26:16 +0100" startDate="2019-04-27 03:11:57 +0100" endDate="2019-04-27 03:21:30 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 03:45:22 +0100" startDate="2019-04-27 03:24:20 +0100" endDate="2019-04-27 03:33:48 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 03:45:22 +0100" startDate="2019-04-27 03:34:41 +0100" endDate="2019-04-27 03:43:34 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 04:06:47 +0100" startDate="2019-04-27 03:43:34 +0100" endDate="2019-04-27 03:52:33 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 04:06:47 +0100" startDate="2019-04-27 03:56:07 +0100" endDate="2019-04-27 04:01:33 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 04:17:34 +0100" startDate="2019-04-27 04:04:42 +0100" endDate="2019-04-27 04:14:41 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 04:25:54 +0100" startDate="2019-04-27 04:14:41 +0100" endDate="2019-04-27 04:19:56 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 05:00:51 +0100" startDate="2019-04-27 04:37:00 +0100" endDate="2019-04-27 04:37:05 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 05:18:59 +0100" startDate="2019-04-27 05:07:43 +0100" endDate="2019-04-27 05:07:58 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 09:57:45 +0100" startDate="2019-04-27 09:43:59 +0100" endDate="2019-04-27 09:53:35 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 11:00:14 +0100" startDate="2019-04-27 10:48:48 +0100" endDate="2019-04-27 10:53:00 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 11:33:07 +0100" startDate="2019-04-27 11:19:38 +0100" endDate="2019-04-27 11:28:13 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 13:23:52 +0100" startDate="2019-04-27 13:13:35 +0100" endDate="2019-04-27 13:13:37 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 14:13:57 +0100" startDate="2019-04-27 13:54:27 +0100" endDate="2019-04-27 13:56:57 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 14:56:27 +0100" startDate="2019-04-27 14:44:21 +0100" endDate="2019-04-27 14:46:56 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 15:52:13 +0100" startDate="2019-04-27 15:38:04 +0100" endDate="2019-04-27 15:39:17 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 16:48:42 +0100" startDate="2019-04-27 16:38:38 +0100" endDate="2019-04-27 16:38:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 18:22:28 +0100" startDate="2019-04-27 18:10:24 +0100" endDate="2019-04-27 18:13:40 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 20:04:32 +0100" startDate="2019-04-27 19:43:28 +0100" endDate="2019-04-27 19:47:32 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 20:08:15 +0100" startDate="2019-04-27 19:54:47 +0100" endDate="2019-04-27 20:01:04 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 20:32:18 +0100" startDate="2019-04-27 20:20:21 +0100" endDate="2019-04-27 20:20:29 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 20:50:14 +0100" startDate="2019-04-27 20:37:02 +0100" endDate="2019-04-27 20:43:26 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 21:04:23 +0100" startDate="2019-04-27 20:45:02 +0100" endDate="2019-04-27 20:53:20 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 21:35:34 +0100" startDate="2019-04-27 21:23:29 +0100" endDate="2019-04-27 21:31:02 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 21:48:17 +0100" startDate="2019-04-27 21:31:23 +0100" endDate="2019-04-27 21:37:41 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 21:58:50 +0100" startDate="2019-04-27 21:42:36 +0100" endDate="2019-04-27 21:48:42 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 22:15:56 +0100" startDate="2019-04-27 22:01:40 +0100" endDate="2019-04-27 22:05:36 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 22:34:34 +0100" startDate="2019-04-27 22:16:00 +0100" endDate="2019-04-27 22:19:39 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 22:49:11 +0100" startDate="2019-04-27 22:28:17 +0100" endDate="2019-04-27 22:38:14 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 23:00:00 +0100" startDate="2019-04-27 22:41:52 +0100" endDate="2019-04-27 22:46:01 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 23:13:22 +0100" startDate="2019-04-27 22:59:04 +0100" endDate="2019-04-27 23:06:03 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 23:28:20 +0100" startDate="2019-04-27 23:09:42 +0100" endDate="2019-04-27 23:12:02 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-27 23:36:52 +0100" startDate="2019-04-27 23:25:12 +0100" endDate="2019-04-27 23:31:26 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 13:22:29 +0100" startDate="2019-04-28 13:07:48 +0100" endDate="2019-04-28 13:17:42 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 13:29:00 +0100" startDate="2019-04-28 13:18:00 +0100" endDate="2019-04-28 13:22:45 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 14:24:56 +0100" startDate="2019-04-28 14:11:58 +0100" endDate="2019-04-28 14:20:08 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 15:25:38 +0100" startDate="2019-04-28 15:10:55 +0100" endDate="2019-04-28 15:19:55 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 15:32:44 +0100" startDate="2019-04-28 15:21:44 +0100" endDate="2019-04-28 15:31:32 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 15:49:33 +0100" startDate="2019-04-28 15:38:12 +0100" endDate="2019-04-28 15:39:39 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 16:08:52 +0100" startDate="2019-04-28 15:50:43 +0100" endDate="2019-04-28 16:00:06 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 16:17:08 +0100" startDate="2019-04-28 16:01:30 +0100" endDate="2019-04-28 16:05:20 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 16:25:41 +0100" startDate="2019-04-28 16:11:34 +0100" endDate="2019-04-28 16:21:35 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 16:35:41 +0100" startDate="2019-04-28 16:21:35 +0100" endDate="2019-04-28 16:28:54 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 17:03:13 +0100" startDate="2019-04-28 16:46:20 +0100" endDate="2019-04-28 16:47:36 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 18:12:45 +0100" startDate="2019-04-28 18:00:56 +0100" endDate="2019-04-28 18:09:31 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 18:25:13 +0100" startDate="2019-04-28 18:13:58 +0100" endDate="2019-04-28 18:23:42 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 18:35:40 +0100" startDate="2019-04-28 18:24:38 +0100" endDate="2019-04-28 18:34:29 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 18:46:23 +0100" startDate="2019-04-28 18:35:20 +0100" endDate="2019-04-28 18:43:20 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-28 19:06:40 +0100" startDate="2019-04-28 18:52:13 +0100" endDate="2019-04-28 18:57:17 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 06:37:02 +0100" startDate="2019-04-29 06:24:12 +0100" endDate="2019-04-29 06:29:43 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 07:00:45 +0100" startDate="2019-04-29 06:48:31 +0100" endDate="2019-04-29 06:58:06 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 07:14:54 +0100" startDate="2019-04-29 06:59:40 +0100" endDate="2019-04-29 07:09:40 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 07:23:39 +0100" startDate="2019-04-29 07:09:40 +0100" endDate="2019-04-29 07:14:18 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 09:06:37 +0100" startDate="2019-04-29 08:46:32 +0100" endDate="2019-04-29 08:56:32 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 09:06:37 +0100" startDate="2019-04-29 08:56:32 +0100" endDate="2019-04-29 09:03:40 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 09:21:07 +0100" startDate="2019-04-29 09:08:30 +0100" endDate="2019-04-29 09:18:07 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 09:31:33 +0100" startDate="2019-04-29 09:18:33 +0100" endDate="2019-04-29 09:18:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 11:21:49 +0100" startDate="2019-04-29 11:02:38 +0100" endDate="2019-04-29 11:03:08 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 11:36:18 +0100" startDate="2019-04-29 11:17:53 +0100" endDate="2019-04-29 11:27:36 +0100" value="836"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 11:45:39 +0100" startDate="2019-04-29 11:28:24 +0100" endDate="2019-04-29 11:38:23 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 11:49:26 +0100" startDate="2019-04-29 11:38:23 +0100" endDate="2019-04-29 11:48:24 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 12:02:58 +0100" startDate="2019-04-29 11:48:24 +0100" endDate="2019-04-29 11:51:22 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 13:41:27 +0100" startDate="2019-04-29 13:12:27 +0100" endDate="2019-04-29 13:21:55 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 13:41:27 +0100" startDate="2019-04-29 13:22:53 +0100" endDate="2019-04-29 13:23:06 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 14:06:35 +0100" startDate="2019-04-29 13:50:57 +0100" endDate="2019-04-29 13:53:35 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 14:41:30 +0100" startDate="2019-04-29 14:29:40 +0100" endDate="2019-04-29 14:29:45 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 14:51:17 +0100" startDate="2019-04-29 14:40:57 +0100" endDate="2019-04-29 14:41:10 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 15:05:13 +0100" startDate="2019-04-29 14:53:12 +0100" endDate="2019-04-29 15:03:05 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 15:15:23 +0100" startDate="2019-04-29 15:03:18 +0100" endDate="2019-04-29 15:06:11 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 16:35:16 +0100" startDate="2019-04-29 16:21:01 +0100" endDate="2019-04-29 16:24:35 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 18:28:15 +0100" startDate="2019-04-29 18:16:16 +0100" endDate="2019-04-29 18:25:57 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 18:38:58 +0100" startDate="2019-04-29 18:27:44 +0100" endDate="2019-04-29 18:30:29 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 19:33:22 +0100" startDate="2019-04-29 19:05:56 +0100" endDate="2019-04-29 19:15:55 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 19:33:22 +0100" startDate="2019-04-29 19:15:55 +0100" endDate="2019-04-29 19:23:21 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 19:34:44 +0100" startDate="2019-04-29 19:23:21 +0100" endDate="2019-04-29 19:27:24 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 20:18:38 +0100" startDate="2019-04-29 20:02:40 +0100" endDate="2019-04-29 20:02:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 21:49:04 +0100" startDate="2019-04-29 21:35:51 +0100" endDate="2019-04-29 21:45:51 +0100" value="1057"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 22:04:08 +0100" startDate="2019-04-29 21:45:51 +0100" endDate="2019-04-29 21:52:17 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 22:26:14 +0100" startDate="2019-04-29 22:05:37 +0100" endDate="2019-04-29 22:14:16 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-29 23:24:40 +0100" startDate="2019-04-29 22:22:24 +0100" endDate="2019-04-29 22:22:47 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 07:03:00 +0100" startDate="2019-04-30 06:51:37 +0100" endDate="2019-04-30 07:01:05 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 07:22:14 +0100" startDate="2019-04-30 07:09:20 +0100" endDate="2019-04-30 07:11:14 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 07:32:33 +0100" startDate="2019-04-30 07:21:30 +0100" endDate="2019-04-30 07:30:05 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 07:45:14 +0100" startDate="2019-04-30 07:32:17 +0100" endDate="2019-04-30 07:42:17 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 07:55:02 +0100" startDate="2019-04-30 07:42:17 +0100" endDate="2019-04-30 07:45:48 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 08:15:58 +0100" startDate="2019-04-30 08:03:36 +0100" endDate="2019-04-30 08:05:03 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 08:32:14 +0100" startDate="2019-04-30 08:14:39 +0100" endDate="2019-04-30 08:14:57 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 09:18:39 +0100" startDate="2019-04-30 09:08:25 +0100" endDate="2019-04-30 09:08:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 10:03:55 +0100" startDate="2019-04-30 09:48:44 +0100" endDate="2019-04-30 09:48:49 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 10:21:36 +0100" startDate="2019-04-30 10:03:17 +0100" endDate="2019-04-30 10:09:16 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 10:42:22 +0100" startDate="2019-04-30 10:25:39 +0100" endDate="2019-04-30 10:30:24 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 10:59:38 +0100" startDate="2019-04-30 10:43:11 +0100" endDate="2019-04-30 10:51:13 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 11:18:17 +0100" startDate="2019-04-30 10:58:44 +0100" endDate="2019-04-30 11:03:44 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 13:08:25 +0100" startDate="2019-04-30 12:51:21 +0100" endDate="2019-04-30 12:59:27 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 14:20:08 +0100" startDate="2019-04-30 13:55:50 +0100" endDate="2019-04-30 13:56:21 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 14:43:50 +0100" startDate="2019-04-30 14:28:54 +0100" endDate="2019-04-30 14:38:49 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 15:00:07 +0100" startDate="2019-04-30 14:40:20 +0100" endDate="2019-04-30 14:42:04 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 15:30:36 +0100" startDate="2019-04-30 15:13:20 +0100" endDate="2019-04-30 15:16:56 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 16:29:09 +0100" startDate="2019-04-30 16:13:50 +0100" endDate="2019-04-30 16:21:13 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 16:38:17 +0100" startDate="2019-04-30 16:27:17 +0100" endDate="2019-04-30 16:36:06 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 16:52:14 +0100" startDate="2019-04-30 16:38:29 +0100" endDate="2019-04-30 16:43:01 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 17:26:36 +0100" startDate="2019-04-30 17:03:39 +0100" endDate="2019-04-30 17:09:21 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 17:40:46 +0100" startDate="2019-04-30 17:26:33 +0100" endDate="2019-04-30 17:27:42 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 18:00:43 +0100" startDate="2019-04-30 17:43:36 +0100" endDate="2019-04-30 17:53:36 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 18:05:05 +0100" startDate="2019-04-30 17:53:36 +0100" endDate="2019-04-30 18:02:42 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 18:17:38 +0100" startDate="2019-04-30 18:04:44 +0100" endDate="2019-04-30 18:10:03 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 18:38:06 +0100" startDate="2019-04-30 18:21:45 +0100" endDate="2019-04-30 18:31:08 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 18:42:59 +0100" startDate="2019-04-30 18:31:59 +0100" endDate="2019-04-30 18:41:22 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 19:45:25 +0100" startDate="2019-04-30 19:35:22 +0100" endDate="2019-04-30 19:35:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 20:15:02 +0100" startDate="2019-04-30 20:02:45 +0100" endDate="2019-04-30 20:08:18 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 20:46:02 +0100" startDate="2019-04-30 20:17:42 +0100" endDate="2019-04-30 20:20:23 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 22:16:42 +0100" startDate="2019-04-30 22:03:50 +0100" endDate="2019-04-30 22:13:38 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-04-30 22:25:27 +0100" startDate="2019-04-30 22:14:24 +0100" endDate="2019-04-30 22:14:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 00:16:29 +0100" startDate="2019-04-30 23:57:14 +0100" endDate="2019-05-01 00:07:10 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 00:19:41 +0100" startDate="2019-05-01 00:07:28 +0100" endDate="2019-05-01 00:16:54 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 00:28:46 +0100" startDate="2019-05-01 00:17:37 +0100" endDate="2019-05-01 00:27:38 +0100" value="1164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 00:52:52 +0100" startDate="2019-05-01 00:27:38 +0100" endDate="2019-05-01 00:36:50 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 00:57:21 +0100" startDate="2019-05-01 00:43:34 +0100" endDate="2019-05-01 00:48:17 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 01:28:00 +0100" startDate="2019-05-01 01:07:21 +0100" endDate="2019-05-01 01:16:15 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 01:28:00 +0100" startDate="2019-05-01 01:17:49 +0100" endDate="2019-05-01 01:22:42 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 01:44:19 +0100" startDate="2019-05-01 01:25:48 +0100" endDate="2019-05-01 01:35:19 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 01:51:52 +0100" startDate="2019-05-01 01:35:59 +0100" endDate="2019-05-01 01:45:50 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 02:05:20 +0100" startDate="2019-05-01 01:46:16 +0100" endDate="2019-05-01 01:56:16 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 02:14:28 +0100" startDate="2019-05-01 01:56:16 +0100" endDate="2019-05-01 02:06:15 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 02:23:05 +0100" startDate="2019-05-01 02:06:15 +0100" endDate="2019-05-01 02:16:15 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 02:42:24 +0100" startDate="2019-05-01 02:16:15 +0100" endDate="2019-05-01 02:24:56 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 10:28:30 +0100" startDate="2019-05-01 10:17:09 +0100" endDate="2019-05-01 10:23:52 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 11:19:32 +0100" startDate="2019-05-01 10:58:25 +0100" endDate="2019-05-01 10:58:35 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 12:42:26 +0100" startDate="2019-05-01 12:27:14 +0100" endDate="2019-05-01 12:27:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 14:24:10 +0100" startDate="2019-05-01 14:09:03 +0100" endDate="2019-05-01 14:12:05 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 14:38:47 +0100" startDate="2019-05-01 14:21:23 +0100" endDate="2019-05-01 14:31:22 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 14:48:40 +0100" startDate="2019-05-01 14:31:22 +0100" endDate="2019-05-01 14:41:21 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 14:57:11 +0100" startDate="2019-05-01 14:41:21 +0100" endDate="2019-05-01 14:51:03 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 15:19:13 +0100" startDate="2019-05-01 14:51:47 +0100" endDate="2019-05-01 14:55:23 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 15:24:17 +0100" startDate="2019-05-01 15:10:50 +0100" endDate="2019-05-01 15:19:13 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 15:29:33 +0100" startDate="2019-05-01 15:19:13 +0100" endDate="2019-05-01 15:24:19 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 15:52:50 +0100" startDate="2019-05-01 15:24:19 +0100" endDate="2019-05-01 15:34:19 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 15:52:50 +0100" startDate="2019-05-01 15:34:19 +0100" endDate="2019-05-01 15:34:47 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 16:11:37 +0100" startDate="2019-05-01 15:54:36 +0100" endDate="2019-05-01 15:56:00 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 16:50:04 +0100" startDate="2019-05-01 16:38:17 +0100" endDate="2019-05-01 16:39:09 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 17:28:07 +0100" startDate="2019-05-01 17:08:47 +0100" endDate="2019-05-01 17:11:35 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 18:04:26 +0100" startDate="2019-05-01 17:41:50 +0100" endDate="2019-05-01 17:43:21 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 18:04:26 +0100" startDate="2019-05-01 17:52:01 +0100" endDate="2019-05-01 17:55:42 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 18:07:08 +0100" startDate="2019-05-01 17:55:42 +0100" endDate="2019-05-01 17:56:08 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 20:42:53 +0100" startDate="2019-05-01 20:31:22 +0100" endDate="2019-05-01 20:31:56 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 21:55:38 +0100" startDate="2019-05-01 21:43:23 +0100" endDate="2019-05-01 21:43:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 22:12:28 +0100" startDate="2019-05-01 22:00:05 +0100" endDate="2019-05-01 22:04:52 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 22:24:13 +0100" startDate="2019-05-01 22:11:33 +0100" endDate="2019-05-01 22:12:29 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-01 22:36:51 +0100" startDate="2019-05-01 22:24:26 +0100" endDate="2019-05-01 22:24:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 08:39:23 +0100" startDate="2019-05-02 08:27:39 +0100" endDate="2019-05-02 08:37:31 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 08:51:28 +0100" startDate="2019-05-02 08:37:52 +0100" endDate="2019-05-02 08:42:32 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 09:08:08 +0100" startDate="2019-05-02 08:53:42 +0100" endDate="2019-05-02 08:53:49 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 09:40:25 +0100" startDate="2019-05-02 09:27:53 +0100" endDate="2019-05-02 09:37:52 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 09:49:26 +0100" startDate="2019-05-02 09:37:52 +0100" endDate="2019-05-02 09:39:54 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 10:00:20 +0100" startDate="2019-05-02 09:48:47 +0100" endDate="2019-05-02 09:49:45 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 10:34:04 +0100" startDate="2019-05-02 10:22:46 +0100" endDate="2019-05-02 10:32:11 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 10:44:07 +0100" startDate="2019-05-02 10:33:04 +0100" endDate="2019-05-02 10:42:59 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 11:02:36 +0100" startDate="2019-05-02 10:49:36 +0100" endDate="2019-05-02 10:55:41 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 11:17:10 +0100" startDate="2019-05-02 11:05:49 +0100" endDate="2019-05-02 11:15:01 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 11:40:26 +0100" startDate="2019-05-02 11:21:32 +0100" endDate="2019-05-02 11:31:33 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 11:44:13 +0100" startDate="2019-05-02 11:31:33 +0100" endDate="2019-05-02 11:40:37 +0100" value="1022"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 11:55:14 +0100" startDate="2019-05-02 11:41:38 +0100" endDate="2019-05-02 11:51:37 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 12:04:16 +0100" startDate="2019-05-02 11:51:37 +0100" endDate="2019-05-02 11:58:33 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 13:16:28 +0100" startDate="2019-05-02 12:57:56 +0100" endDate="2019-05-02 13:07:56 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 13:22:45 +0100" startDate="2019-05-02 13:07:56 +0100" endDate="2019-05-02 13:17:12 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 13:29:44 +0100" startDate="2019-05-02 13:18:23 +0100" endDate="2019-05-02 13:28:14 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 13:39:35 +0100" startDate="2019-05-02 13:28:34 +0100" endDate="2019-05-02 13:36:40 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 13:53:37 +0100" startDate="2019-05-02 13:40:26 +0100" endDate="2019-05-02 13:40:36 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 17:16:41 +0100" startDate="2019-05-02 17:04:32 +0100" endDate="2019-05-02 17:07:15 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 17:37:04 +0100" startDate="2019-05-02 17:20:46 +0100" endDate="2019-05-02 17:22:59 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 17:55:01 +0100" startDate="2019-05-02 17:42:35 +0100" endDate="2019-05-02 17:52:27 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 18:03:58 +0100" startDate="2019-05-02 17:52:58 +0100" endDate="2019-05-02 18:02:29 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 18:18:13 +0100" startDate="2019-05-02 18:06:48 +0100" endDate="2019-05-02 18:16:47 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 18:29:45 +0100" startDate="2019-05-02 18:16:47 +0100" endDate="2019-05-02 18:26:47 +0100" value="1153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 18:41:33 +0100" startDate="2019-05-02 18:26:47 +0100" endDate="2019-05-02 18:30:12 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-02 22:30:02 +0100" startDate="2019-05-02 21:57:58 +0100" endDate="2019-05-02 21:57:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 08:01:39 +0100" startDate="2019-05-03 07:43:51 +0100" endDate="2019-05-03 07:43:56 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 08:08:35 +0100" startDate="2019-05-03 07:57:34 +0100" endDate="2019-05-03 08:07:35 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 08:20:36 +0100" startDate="2019-05-03 08:07:35 +0100" endDate="2019-05-03 08:17:15 +0100" value="1067"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 08:29:34 +0100" startDate="2019-05-03 08:18:04 +0100" endDate="2019-05-03 08:27:37 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 08:41:55 +0100" startDate="2019-05-03 08:28:08 +0100" endDate="2019-05-03 08:32:43 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 09:24:45 +0100" startDate="2019-05-03 09:13:07 +0100" endDate="2019-05-03 09:13:45 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 10:12:49 +0100" startDate="2019-05-03 10:01:44 +0100" endDate="2019-05-03 10:01:49 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 10:41:27 +0100" startDate="2019-05-03 10:25:42 +0100" endDate="2019-05-03 10:34:20 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 10:54:18 +0100" startDate="2019-05-03 10:36:29 +0100" endDate="2019-05-03 10:42:09 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 11:08:37 +0100" startDate="2019-05-03 10:54:35 +0100" endDate="2019-05-03 11:04:00 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 11:15:36 +0100" startDate="2019-05-03 11:04:36 +0100" endDate="2019-05-03 11:12:45 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 12:15:19 +0100" startDate="2019-05-03 12:04:03 +0100" endDate="2019-05-03 12:04:19 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 12:33:36 +0100" startDate="2019-05-03 12:19:12 +0100" endDate="2019-05-03 12:20:05 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 12:53:55 +0100" startDate="2019-05-03 12:35:37 +0100" endDate="2019-05-03 12:43:56 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 13:17:32 +0100" startDate="2019-05-03 12:55:47 +0100" endDate="2019-05-03 13:03:37 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 13:17:32 +0100" startDate="2019-05-03 13:05:52 +0100" endDate="2019-05-03 13:06:00 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 14:16:59 +0100" startDate="2019-05-03 14:01:07 +0100" endDate="2019-05-03 14:06:29 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 14:27:44 +0100" startDate="2019-05-03 14:11:09 +0100" endDate="2019-05-03 14:17:19 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 15:08:56 +0100" startDate="2019-05-03 14:55:00 +0100" endDate="2019-05-03 15:05:01 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 15:20:32 +0100" startDate="2019-05-03 15:05:01 +0100" endDate="2019-05-03 15:14:48 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 15:34:11 +0100" startDate="2019-05-03 15:15:11 +0100" endDate="2019-05-03 15:23:38 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 15:45:52 +0100" startDate="2019-05-03 15:28:29 +0100" endDate="2019-05-03 15:30:52 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 15:57:27 +0100" startDate="2019-05-03 15:40:33 +0100" endDate="2019-05-03 15:49:10 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 16:25:56 +0100" startDate="2019-05-03 16:11:32 +0100" endDate="2019-05-03 16:21:11 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 16:37:37 +0100" startDate="2019-05-03 16:24:03 +0100" endDate="2019-05-03 16:34:05 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 16:52:01 +0100" startDate="2019-05-03 16:34:05 +0100" endDate="2019-05-03 16:40:35 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 16:56:12 +0100" startDate="2019-05-03 16:44:29 +0100" endDate="2019-05-03 16:54:28 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 17:12:23 +0100" startDate="2019-05-03 17:00:37 +0100" endDate="2019-05-03 17:04:07 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 18:07:40 +0100" startDate="2019-05-03 17:47:19 +0100" endDate="2019-05-03 17:52:32 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 18:12:02 +0100" startDate="2019-05-03 17:57:59 +0100" endDate="2019-05-03 17:58:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 18:31:24 +0100" startDate="2019-05-03 18:15:18 +0100" endDate="2019-05-03 18:15:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 18:51:24 +0100" startDate="2019-05-03 18:31:43 +0100" endDate="2019-05-03 18:38:45 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 19:36:50 +0100" startDate="2019-05-03 19:24:51 +0100" endDate="2019-05-03 19:31:37 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 19:52:17 +0100" startDate="2019-05-03 19:41:16 +0100" endDate="2019-05-03 19:41:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 20:11:15 +0100" startDate="2019-05-03 20:00:09 +0100" endDate="2019-05-03 20:00:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-03 20:55:51 +0100" startDate="2019-05-03 20:38:40 +0100" endDate="2019-05-03 20:46:35 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 06:55:33 +0100" startDate="2019-05-04 06:43:54 +0100" endDate="2019-05-04 06:53:14 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 07:07:01 +0100" startDate="2019-05-04 06:54:33 +0100" endDate="2019-05-04 06:55:29 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 08:02:13 +0100" startDate="2019-05-04 07:34:07 +0100" endDate="2019-05-04 07:43:30 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 08:02:13 +0100" startDate="2019-05-04 07:45:58 +0100" endDate="2019-05-04 07:46:11 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 08:24:34 +0100" startDate="2019-05-04 07:57:23 +0100" endDate="2019-05-04 08:03:47 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 08:26:48 +0100" startDate="2019-05-04 08:16:11 +0100" endDate="2019-05-04 08:24:42 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 08:40:10 +0100" startDate="2019-05-04 08:25:13 +0100" endDate="2019-05-04 08:26:43 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 09:00:36 +0100" startDate="2019-05-04 08:49:04 +0100" endDate="2019-05-04 08:51:25 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 09:40:39 +0100" startDate="2019-05-04 09:27:42 +0100" endDate="2019-05-04 09:32:46 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 09:55:00 +0100" startDate="2019-05-04 09:37:57 +0100" endDate="2019-05-04 09:44:33 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 10:21:01 +0100" startDate="2019-05-04 10:05:26 +0100" endDate="2019-05-04 10:14:47 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 12:19:56 +0100" startDate="2019-05-04 12:08:14 +0100" endDate="2019-05-04 12:18:09 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 12:42:53 +0100" startDate="2019-05-04 12:29:32 +0100" endDate="2019-05-04 12:34:48 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 14:19:19 +0100" startDate="2019-05-04 14:05:46 +0100" endDate="2019-05-04 14:15:46 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 14:27:13 +0100" startDate="2019-05-04 14:15:46 +0100" endDate="2019-05-04 14:23:14 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 14:40:55 +0100" startDate="2019-05-04 14:29:24 +0100" endDate="2019-05-04 14:39:24 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 14:53:37 +0100" startDate="2019-05-04 14:39:24 +0100" endDate="2019-05-04 14:49:24 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 15:05:03 +0100" startDate="2019-05-04 14:49:24 +0100" endDate="2019-05-04 14:57:02 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 15:20:11 +0100" startDate="2019-05-04 15:00:37 +0100" endDate="2019-05-04 15:10:38 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 15:22:23 +0100" startDate="2019-05-04 15:10:38 +0100" endDate="2019-05-04 15:13:03 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 15:54:56 +0100" startDate="2019-05-04 15:41:18 +0100" endDate="2019-05-04 15:50:45 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 16:02:28 +0100" startDate="2019-05-04 15:51:28 +0100" endDate="2019-05-04 16:01:16 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 16:12:34 +0100" startDate="2019-05-04 16:01:31 +0100" endDate="2019-05-04 16:09:56 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 16:24:05 +0100" startDate="2019-05-04 16:12:22 +0100" endDate="2019-05-04 16:15:24 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 18:25:49 +0100" startDate="2019-05-04 17:56:18 +0100" endDate="2019-05-04 17:58:20 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 19:13:40 +0100" startDate="2019-05-04 18:54:30 +0100" endDate="2019-05-04 19:00:07 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 19:19:17 +0100" startDate="2019-05-04 19:06:55 +0100" endDate="2019-05-04 19:10:01 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 19:44:35 +0100" startDate="2019-05-04 19:33:41 +0100" endDate="2019-05-04 19:33:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 19:56:03 +0100" startDate="2019-05-04 19:43:45 +0100" endDate="2019-05-04 19:53:45 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 20:07:37 +0100" startDate="2019-05-04 19:53:45 +0100" endDate="2019-05-04 20:03:45 +0100" value="1090"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 20:16:50 +0100" startDate="2019-05-04 20:03:45 +0100" endDate="2019-05-04 20:13:46 +0100" value="1052"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-04 20:26:22 +0100" startDate="2019-05-04 20:13:46 +0100" endDate="2019-05-04 20:17:23 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 08:42:32 +0100" startDate="2019-05-05 08:27:30 +0100" endDate="2019-05-05 08:37:32 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 08:49:57 +0100" startDate="2019-05-05 08:37:32 +0100" endDate="2019-05-05 08:47:31 +0100" value="1255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 08:58:34 +0100" startDate="2019-05-05 08:47:31 +0100" endDate="2019-05-05 08:55:27 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 09:12:43 +0100" startDate="2019-05-05 08:59:58 +0100" endDate="2019-05-05 09:09:06 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 10:10:05 +0100" startDate="2019-05-05 09:58:32 +0100" endDate="2019-05-05 10:03:55 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 10:44:29 +0100" startDate="2019-05-05 10:29:31 +0100" endDate="2019-05-05 10:39:31 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 10:55:26 +0100" startDate="2019-05-05 10:43:39 +0100" endDate="2019-05-05 10:53:40 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 11:09:49 +0100" startDate="2019-05-05 10:53:40 +0100" endDate="2019-05-05 11:03:40 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 11:15:51 +0100" startDate="2019-05-05 11:03:40 +0100" endDate="2019-05-05 11:09:06 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 12:53:55 +0100" startDate="2019-05-05 11:15:10 +0100" endDate="2019-05-05 11:22:59 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 13:15:05 +0100" startDate="2019-05-05 12:56:18 +0100" endDate="2019-05-05 13:05:44 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 13:20:30 +0100" startDate="2019-05-05 13:06:28 +0100" endDate="2019-05-05 13:16:27 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 13:38:31 +0100" startDate="2019-05-05 13:16:27 +0100" endDate="2019-05-05 13:26:08 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 13:51:32 +0100" startDate="2019-05-05 13:28:58 +0100" endDate="2019-05-05 13:35:15 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 13:55:34 +0100" startDate="2019-05-05 13:43:24 +0100" endDate="2019-05-05 13:53:22 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 14:04:53 +0100" startDate="2019-05-05 13:53:22 +0100" endDate="2019-05-05 14:03:09 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 14:17:29 +0100" startDate="2019-05-05 14:04:01 +0100" endDate="2019-05-05 14:14:01 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 14:26:04 +0100" startDate="2019-05-05 14:14:01 +0100" endDate="2019-05-05 14:23:15 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 14:42:37 +0100" startDate="2019-05-05 14:25:08 +0100" endDate="2019-05-05 14:35:08 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 14:50:57 +0100" startDate="2019-05-05 14:35:08 +0100" endDate="2019-05-05 14:37:46 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 15:04:05 +0100" startDate="2019-05-05 14:52:55 +0100" endDate="2019-05-05 15:02:40 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 15:15:00 +0100" startDate="2019-05-05 15:02:56 +0100" endDate="2019-05-05 15:05:13 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 16:05:32 +0100" startDate="2019-05-05 15:49:47 +0100" endDate="2019-05-05 15:53:57 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 16:37:22 +0100" startDate="2019-05-05 16:23:00 +0100" endDate="2019-05-05 16:23:15 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 18:54:10 +0100" startDate="2019-05-05 18:41:39 +0100" endDate="2019-05-05 18:48:43 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 20:09:27 +0100" startDate="2019-05-05 19:52:39 +0100" endDate="2019-05-05 19:53:12 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-05 21:30:55 +0100" startDate="2019-05-05 21:19:39 +0100" endDate="2019-05-05 21:25:01 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 05:58:16 +0100" startDate="2019-05-06 05:41:03 +0100" endDate="2019-05-06 05:49:38 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 06:09:28 +0100" startDate="2019-05-06 05:52:19 +0100" endDate="2019-05-06 05:59:42 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 06:35:13 +0100" startDate="2019-05-06 06:09:55 +0100" endDate="2019-05-06 06:19:02 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 06:52:17 +0100" startDate="2019-05-06 06:40:44 +0100" endDate="2019-05-06 06:41:17 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 07:07:51 +0100" startDate="2019-05-06 06:55:52 +0100" endDate="2019-05-06 07:05:51 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 07:20:23 +0100" startDate="2019-05-06 07:05:51 +0100" endDate="2019-05-06 07:15:50 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 07:27:53 +0100" startDate="2019-05-06 07:15:50 +0100" endDate="2019-05-06 07:24:44 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 07:37:47 +0100" startDate="2019-05-06 07:26:44 +0100" endDate="2019-05-06 07:35:01 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 07:51:42 +0100" startDate="2019-05-06 07:38:00 +0100" endDate="2019-05-06 07:38:54 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 09:26:25 +0100" startDate="2019-05-06 09:03:10 +0100" endDate="2019-05-06 09:03:18 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 09:26:25 +0100" startDate="2019-05-06 09:14:49 +0100" endDate="2019-05-06 09:17:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 10:01:14 +0100" startDate="2019-05-06 09:51:09 +0100" endDate="2019-05-06 09:51:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 11:28:36 +0100" startDate="2019-05-06 11:12:24 +0100" endDate="2019-05-06 11:12:35 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 12:30:23 +0100" startDate="2019-05-06 12:18:50 +0100" endDate="2019-05-06 12:18:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 13:46:27 +0100" startDate="2019-05-06 13:27:01 +0100" endDate="2019-05-06 13:35:49 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 14:31:25 +0100" startDate="2019-05-06 14:17:39 +0100" endDate="2019-05-06 14:25:55 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 14:47:50 +0100" startDate="2019-05-06 14:32:58 +0100" endDate="2019-05-06 14:33:26 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 15:01:38 +0100" startDate="2019-05-06 14:49:30 +0100" endDate="2019-05-06 14:54:05 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 15:27:52 +0100" startDate="2019-05-06 15:14:08 +0100" endDate="2019-05-06 15:14:26 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 15:39:11 +0100" startDate="2019-05-06 15:26:29 +0100" endDate="2019-05-06 15:36:01 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 15:51:05 +0100" startDate="2019-05-06 15:36:29 +0100" endDate="2019-05-06 15:44:23 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 16:38:32 +0100" startDate="2019-05-06 16:26:44 +0100" endDate="2019-05-06 16:34:58 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 17:35:45 +0100" startDate="2019-05-06 17:24:24 +0100" endDate="2019-05-06 17:26:34 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 18:07:15 +0100" startDate="2019-05-06 17:55:57 +0100" endDate="2019-05-06 17:55:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 18:53:03 +0100" startDate="2019-05-06 18:41:24 +0100" endDate="2019-05-06 18:50:06 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 19:12:25 +0100" startDate="2019-05-06 18:56:12 +0100" endDate="2019-05-06 19:01:25 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 19:17:18 +0100" startDate="2019-05-06 19:06:15 +0100" endDate="2019-05-06 19:12:08 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 19:45:22 +0100" startDate="2019-05-06 19:29:14 +0100" endDate="2019-05-06 19:35:12 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-06 23:55:35 +0100" startDate="2019-05-06 22:44:20 +0100" endDate="2019-05-06 22:44:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 06:57:28 +0100" startDate="2019-05-07 06:46:07 +0100" endDate="2019-05-07 06:46:27 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 07:18:47 +0100" startDate="2019-05-07 07:06:46 +0100" endDate="2019-05-07 07:08:32 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 07:28:47 +0100" startDate="2019-05-07 07:17:45 +0100" endDate="2019-05-07 07:26:32 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 07:41:53 +0100" startDate="2019-05-07 07:29:29 +0100" endDate="2019-05-07 07:38:32 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 08:03:03 +0100" startDate="2019-05-07 07:50:59 +0100" endDate="2019-05-07 07:56:58 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 09:27:58 +0100" startDate="2019-05-07 09:07:34 +0100" endDate="2019-05-07 09:12:23 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 10:22:05 +0100" startDate="2019-05-07 10:09:03 +0100" endDate="2019-05-07 10:09:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 10:56:52 +0100" startDate="2019-05-07 10:43:06 +0100" endDate="2019-05-07 10:52:44 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 11:04:22 +0100" startDate="2019-05-07 10:53:19 +0100" endDate="2019-05-07 11:02:51 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 11:14:34 +0100" startDate="2019-05-07 11:03:32 +0100" endDate="2019-05-07 11:13:31 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 11:26:55 +0100" startDate="2019-05-07 11:13:31 +0100" endDate="2019-05-07 11:23:31 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 11:34:43 +0100" startDate="2019-05-07 11:23:31 +0100" endDate="2019-05-07 11:29:36 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 12:10:54 +0100" startDate="2019-05-07 11:57:19 +0100" endDate="2019-05-07 12:07:18 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 12:18:20 +0100" startDate="2019-05-07 12:07:18 +0100" endDate="2019-05-07 12:17:18 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 12:28:20 +0100" startDate="2019-05-07 12:17:18 +0100" endDate="2019-05-07 12:21:00 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 13:05:46 +0100" startDate="2019-05-07 12:44:00 +0100" endDate="2019-05-07 12:47:07 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 13:10:41 +0100" startDate="2019-05-07 12:59:41 +0100" endDate="2019-05-07 13:08:42 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 13:23:42 +0100" startDate="2019-05-07 13:10:27 +0100" endDate="2019-05-07 13:17:06 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 14:22:39 +0100" startDate="2019-05-07 14:04:16 +0100" endDate="2019-05-07 14:08:35 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 15:45:03 +0100" startDate="2019-05-07 15:32:05 +0100" endDate="2019-05-07 15:41:37 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 15:56:26 +0100" startDate="2019-05-07 15:42:25 +0100" endDate="2019-05-07 15:51:32 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 16:16:14 +0100" startDate="2019-05-07 15:57:12 +0100" endDate="2019-05-07 16:04:15 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 16:58:29 +0100" startDate="2019-05-07 16:38:38 +0100" endDate="2019-05-07 16:45:08 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 17:13:40 +0100" startDate="2019-05-07 16:58:33 +0100" endDate="2019-05-07 17:01:18 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 17:31:22 +0100" startDate="2019-05-07 17:12:38 +0100" endDate="2019-05-07 17:22:37 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 17:35:01 +0100" startDate="2019-05-07 17:23:00 +0100" endDate="2019-05-07 17:23:13 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-07 21:16:00 +0100" startDate="2019-05-07 21:00:42 +0100" endDate="2019-05-07 21:01:25 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 05:02:21 +0100" startDate="2019-05-08 04:51:13 +0100" endDate="2019-05-08 04:51:21 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 05:27:40 +0100" startDate="2019-05-08 05:16:32 +0100" endDate="2019-05-08 05:26:30 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 05:53:59 +0100" startDate="2019-05-08 05:40:51 +0100" endDate="2019-05-08 05:41:14 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 06:08:05 +0100" startDate="2019-05-08 05:50:52 +0100" endDate="2019-05-08 05:55:49 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 06:28:36 +0100" startDate="2019-05-08 06:10:03 +0100" endDate="2019-05-08 06:13:21 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 06:52:59 +0100" startDate="2019-05-08 06:35:30 +0100" endDate="2019-05-08 06:37:16 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 07:08:34 +0100" startDate="2019-05-08 06:57:11 +0100" endDate="2019-05-08 07:01:54 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 07:36:33 +0100" startDate="2019-05-08 07:23:34 +0100" endDate="2019-05-08 07:30:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 08:27:41 +0100" startDate="2019-05-08 08:14:36 +0100" endDate="2019-05-08 08:14:36 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 08:44:45 +0100" startDate="2019-05-08 08:25:52 +0100" endDate="2019-05-08 08:27:34 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 08:54:40 +0100" startDate="2019-05-08 08:41:40 +0100" endDate="2019-05-08 08:43:14 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 09:06:57 +0100" startDate="2019-05-08 08:56:06 +0100" endDate="2019-05-08 09:03:01 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 09:21:19 +0100" startDate="2019-05-08 09:07:46 +0100" endDate="2019-05-08 09:08:47 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 09:35:57 +0100" startDate="2019-05-08 09:21:56 +0100" endDate="2019-05-08 09:22:50 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 09:54:57 +0100" startDate="2019-05-08 09:39:04 +0100" endDate="2019-05-08 09:39:07 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 10:10:38 +0100" startDate="2019-05-08 09:59:21 +0100" endDate="2019-05-08 10:03:48 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 10:50:49 +0100" startDate="2019-05-08 10:37:01 +0100" endDate="2019-05-08 10:47:01 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 10:58:37 +0100" startDate="2019-05-08 10:47:01 +0100" endDate="2019-05-08 10:56:47 +0100" value="1077"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 11:12:56 +0100" startDate="2019-05-08 10:58:31 +0100" endDate="2019-05-08 11:08:32 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 11:26:45 +0100" startDate="2019-05-08 11:08:32 +0100" endDate="2019-05-08 11:17:45 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 12:03:14 +0100" startDate="2019-05-08 11:50:40 +0100" endDate="2019-05-08 11:52:04 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 12:15:04 +0100" startDate="2019-05-08 12:03:30 +0100" endDate="2019-05-08 12:03:33 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 13:12:19 +0100" startDate="2019-05-08 12:58:12 +0100" endDate="2019-05-08 12:58:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 13:25:37 +0100" startDate="2019-05-08 13:13:45 +0100" endDate="2019-05-08 13:18:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 13:47:23 +0100" startDate="2019-05-08 13:35:29 +0100" endDate="2019-05-08 13:45:29 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 13:56:45 +0100" startDate="2019-05-08 13:45:29 +0100" endDate="2019-05-08 13:50:26 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 14:08:22 +0100" startDate="2019-05-08 13:56:57 +0100" endDate="2019-05-08 13:57:22 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 15:05:15 +0100" startDate="2019-05-08 14:41:41 +0100" endDate="2019-05-08 14:44:12 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 15:40:37 +0100" startDate="2019-05-08 15:26:12 +0100" endDate="2019-05-08 15:29:48 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 15:52:42 +0100" startDate="2019-05-08 15:38:12 +0100" endDate="2019-05-08 15:38:25 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 16:05:27 +0100" startDate="2019-05-08 15:53:11 +0100" endDate="2019-05-08 16:02:12 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 16:14:31 +0100" startDate="2019-05-08 16:03:31 +0100" endDate="2019-05-08 16:12:53 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 16:24:44 +0100" startDate="2019-05-08 16:13:42 +0100" endDate="2019-05-08 16:16:29 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 16:39:44 +0100" startDate="2019-05-08 16:25:56 +0100" endDate="2019-05-08 16:27:43 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 17:16:31 +0100" startDate="2019-05-08 16:58:04 +0100" endDate="2019-05-08 17:07:16 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 17:23:46 +0100" startDate="2019-05-08 17:11:41 +0100" endDate="2019-05-08 17:14:27 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 17:49:40 +0100" startDate="2019-05-08 17:31:49 +0100" endDate="2019-05-08 17:41:05 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 17:53:01 +0100" startDate="2019-05-08 17:41:59 +0100" endDate="2019-05-08 17:49:32 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 18:38:51 +0100" startDate="2019-05-08 18:27:28 +0100" endDate="2019-05-08 18:27:38 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 18:59:18 +0100" startDate="2019-05-08 18:42:54 +0100" endDate="2019-05-08 18:52:05 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 19:04:04 +0100" startDate="2019-05-08 18:52:56 +0100" endDate="2019-05-08 19:00:38 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 20:19:01 +0100" startDate="2019-05-08 20:07:23 +0100" endDate="2019-05-08 20:07:33 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 20:42:29 +0100" startDate="2019-05-08 20:29:21 +0100" endDate="2019-05-08 20:37:54 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 20:58:24 +0100" startDate="2019-05-08 20:46:17 +0100" endDate="2019-05-08 20:52:18 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-08 21:34:23 +0100" startDate="2019-05-08 21:23:27 +0100" endDate="2019-05-08 21:32:42 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 05:08:00 +0100" startDate="2019-05-09 04:46:22 +0100" endDate="2019-05-09 04:50:30 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 05:08:00 +0100" startDate="2019-05-09 04:56:31 +0100" endDate="2019-05-09 04:56:31 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 05:31:58 +0100" startDate="2019-05-09 05:20:06 +0100" endDate="2019-05-09 05:20:34 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 05:41:48 +0100" startDate="2019-05-09 05:30:48 +0100" endDate="2019-05-09 05:35:09 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 08:04:23 +0100" startDate="2019-05-09 07:50:06 +0100" endDate="2019-05-09 07:55:38 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 10:10:34 +0100" startDate="2019-05-09 09:56:49 +0100" endDate="2019-05-09 10:05:19 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 12:03:28 +0100" startDate="2019-05-09 11:36:18 +0100" endDate="2019-05-09 11:36:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 12:13:07 +0100" startDate="2019-05-09 12:02:05 +0100" endDate="2019-05-09 12:08:40 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 13:27:21 +0100" startDate="2019-05-09 13:13:04 +0100" endDate="2019-05-09 13:14:38 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 13:39:48 +0100" startDate="2019-05-09 13:27:20 +0100" endDate="2019-05-09 13:34:08 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 14:05:50 +0100" startDate="2019-05-09 13:42:48 +0100" endDate="2019-05-09 13:42:55 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 14:09:31 +0100" startDate="2019-05-09 13:56:14 +0100" endDate="2019-05-09 14:00:29 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 14:26:59 +0100" startDate="2019-05-09 14:10:16 +0100" endDate="2019-05-09 14:20:16 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 14:36:11 +0100" startDate="2019-05-09 14:20:16 +0100" endDate="2019-05-09 14:21:40 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 14:51:31 +0100" startDate="2019-05-09 14:37:55 +0100" endDate="2019-05-09 14:42:08 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 15:02:31 +0100" startDate="2019-05-09 14:50:40 +0100" endDate="2019-05-09 14:55:28 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 16:55:01 +0100" startDate="2019-05-09 16:41:33 +0100" endDate="2019-05-09 16:51:18 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 17:07:40 +0100" startDate="2019-05-09 16:52:04 +0100" endDate="2019-05-09 16:59:51 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 17:19:32 +0100" startDate="2019-05-09 17:07:47 +0100" endDate="2019-05-09 17:16:53 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 17:34:00 +0100" startDate="2019-05-09 17:22:04 +0100" endDate="2019-05-09 17:23:05 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 17:59:43 +0100" startDate="2019-05-09 17:41:06 +0100" endDate="2019-05-09 17:47:58 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 18:20:45 +0100" startDate="2019-05-09 18:07:48 +0100" endDate="2019-05-09 18:07:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 18:39:30 +0100" startDate="2019-05-09 18:25:27 +0100" endDate="2019-05-09 18:25:29 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 19:21:50 +0100" startDate="2019-05-09 19:06:09 +0100" endDate="2019-05-09 19:06:24 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 19:34:28 +0100" startDate="2019-05-09 19:24:24 +0100" endDate="2019-05-09 19:24:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 19:53:54 +0100" startDate="2019-05-09 19:35:45 +0100" endDate="2019-05-09 19:45:44 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 19:59:21 +0100" startDate="2019-05-09 19:45:44 +0100" endDate="2019-05-09 19:55:36 +0100" value="1191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 20:11:24 +0100" startDate="2019-05-09 19:56:32 +0100" endDate="2019-05-09 20:06:14 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 20:22:33 +0100" startDate="2019-05-09 20:06:35 +0100" endDate="2019-05-09 20:08:32 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-09 20:52:15 +0100" startDate="2019-05-09 20:36:46 +0100" endDate="2019-05-09 20:39:11 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 00:54:57 +0100" startDate="2019-05-10 00:31:38 +0100" endDate="2019-05-10 00:41:39 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 00:54:57 +0100" startDate="2019-05-10 00:41:39 +0100" endDate="2019-05-10 00:51:09 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 01:12:41 +0100" startDate="2019-05-10 00:51:09 +0100" endDate="2019-05-10 01:00:57 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 01:12:41 +0100" startDate="2019-05-10 01:02:21 +0100" endDate="2019-05-10 01:02:34 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 07:03:07 +0100" startDate="2019-05-10 06:51:29 +0100" endDate="2019-05-10 07:01:13 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 07:18:24 +0100" startDate="2019-05-10 07:02:35 +0100" endDate="2019-05-10 07:10:28 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 07:40:51 +0100" startDate="2019-05-10 07:26:50 +0100" endDate="2019-05-10 07:26:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 08:01:50 +0100" startDate="2019-05-10 07:48:50 +0100" endDate="2019-05-10 07:58:51 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 08:09:54 +0100" startDate="2019-05-10 07:58:51 +0100" endDate="2019-05-10 08:05:01 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 08:30:14 +0100" startDate="2019-05-10 08:12:23 +0100" endDate="2019-05-10 08:19:14 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 08:37:15 +0100" startDate="2019-05-10 08:26:12 +0100" endDate="2019-05-10 08:34:47 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 08:48:45 +0100" startDate="2019-05-10 08:37:35 +0100" endDate="2019-05-10 08:47:29 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 08:58:10 +0100" startDate="2019-05-10 08:47:37 +0100" endDate="2019-05-10 08:47:39 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 09:30:28 +0100" startDate="2019-05-10 09:18:32 +0100" endDate="2019-05-10 09:27:16 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 09:46:56 +0100" startDate="2019-05-10 09:30:37 +0100" endDate="2019-05-10 09:40:06 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 09:56:48 +0100" startDate="2019-05-10 09:42:08 +0100" endDate="2019-05-10 09:44:27 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 10:07:05 +0100" startDate="2019-05-10 09:56:05 +0100" endDate="2019-05-10 09:56:46 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 10:26:16 +0100" startDate="2019-05-10 10:15:01 +0100" endDate="2019-05-10 10:17:21 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 10:41:48 +0100" startDate="2019-05-10 10:30:25 +0100" endDate="2019-05-10 10:35:42 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 10:54:07 +0100" startDate="2019-05-10 10:42:44 +0100" endDate="2019-05-10 10:47:49 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 11:07:13 +0100" startDate="2019-05-10 10:55:50 +0100" endDate="2019-05-10 11:01:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 11:30:02 +0100" startDate="2019-05-10 11:16:06 +0100" endDate="2019-05-10 11:26:07 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 11:44:17 +0100" startDate="2019-05-10 11:26:07 +0100" endDate="2019-05-10 11:30:12 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 11:55:43 +0100" startDate="2019-05-10 11:42:53 +0100" endDate="2019-05-10 11:52:55 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 12:06:11 +0100" startDate="2019-05-10 11:52:55 +0100" endDate="2019-05-10 11:54:39 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 14:28:16 +0100" startDate="2019-05-10 14:15:47 +0100" endDate="2019-05-10 14:17:16 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 14:45:02 +0100" startDate="2019-05-10 14:29:56 +0100" endDate="2019-05-10 14:39:57 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 14:57:07 +0100" startDate="2019-05-10 14:39:57 +0100" endDate="2019-05-10 14:45:31 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 15:08:17 +0100" startDate="2019-05-10 14:56:01 +0100" endDate="2019-05-10 15:04:45 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 15:19:08 +0100" startDate="2019-05-10 15:08:06 +0100" endDate="2019-05-10 15:16:34 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 15:30:53 +0100" startDate="2019-05-10 15:18:41 +0100" endDate="2019-05-10 15:28:24 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 15:51:19 +0100" startDate="2019-05-10 15:32:02 +0100" endDate="2019-05-10 15:40:46 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 15:59:39 +0100" startDate="2019-05-10 15:46:33 +0100" endDate="2019-05-10 15:51:51 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 16:09:59 +0100" startDate="2019-05-10 15:58:38 +0100" endDate="2019-05-10 16:03:11 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 16:21:36 +0100" startDate="2019-05-10 16:11:25 +0100" endDate="2019-05-10 16:20:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 16:39:55 +0100" startDate="2019-05-10 16:25:55 +0100" endDate="2019-05-10 16:28:41 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 16:52:57 +0100" startDate="2019-05-10 16:40:24 +0100" endDate="2019-05-10 16:50:11 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 17:05:10 +0100" startDate="2019-05-10 16:51:51 +0100" endDate="2019-05-10 16:57:21 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 17:39:46 +0100" startDate="2019-05-10 17:24:18 +0100" endDate="2019-05-10 17:27:18 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 17:49:59 +0100" startDate="2019-05-10 17:37:20 +0100" endDate="2019-05-10 17:41:09 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 18:29:18 +0100" startDate="2019-05-10 18:10:16 +0100" endDate="2019-05-10 18:11:45 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 18:38:20 +0100" startDate="2019-05-10 18:21:53 +0100" endDate="2019-05-10 18:31:14 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 18:43:02 +0100" startDate="2019-05-10 18:32:02 +0100" endDate="2019-05-10 18:34:53 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 19:32:34 +0100" startDate="2019-05-10 19:21:26 +0100" endDate="2019-05-10 19:21:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 20:42:26 +0100" startDate="2019-05-10 20:28:12 +0100" endDate="2019-05-10 20:29:43 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 20:56:50 +0100" startDate="2019-05-10 20:44:47 +0100" endDate="2019-05-10 20:47:51 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 21:25:50 +0100" startDate="2019-05-10 21:13:59 +0100" endDate="2019-05-10 21:22:28 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-10 21:37:11 +0100" startDate="2019-05-10 21:24:07 +0100" endDate="2019-05-10 21:24:43 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 05:46:27 +0100" startDate="2019-05-11 05:32:34 +0100" endDate="2019-05-11 05:38:39 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 09:40:32 +0100" startDate="2019-05-11 09:28:47 +0100" endDate="2019-05-11 09:37:29 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 09:50:45 +0100" startDate="2019-05-11 09:39:44 +0100" endDate="2019-05-11 09:40:15 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 11:11:22 +0100" startDate="2019-05-11 10:57:23 +0100" endDate="2019-05-11 11:07:22 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 11:19:00 +0100" startDate="2019-05-11 11:07:27 +0100" endDate="2019-05-11 11:17:10 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 11:38:34 +0100" startDate="2019-05-11 11:18:36 +0100" endDate="2019-05-11 11:28:37 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 11:42:22 +0100" startDate="2019-05-11 11:28:37 +0100" endDate="2019-05-11 11:37:37 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 11:56:25 +0100" startDate="2019-05-11 11:43:29 +0100" endDate="2019-05-11 11:52:36 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 12:16:46 +0100" startDate="2019-05-11 12:02:40 +0100" endDate="2019-05-11 12:12:28 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 12:28:04 +0100" startDate="2019-05-11 12:14:35 +0100" endDate="2019-05-11 12:24:37 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 12:35:55 +0100" startDate="2019-05-11 12:24:37 +0100" endDate="2019-05-11 12:26:13 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 12:54:47 +0100" startDate="2019-05-11 12:40:41 +0100" endDate="2019-05-11 12:47:57 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 14:00:27 +0100" startDate="2019-05-11 13:48:16 +0100" endDate="2019-05-11 13:56:18 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 14:15:42 +0100" startDate="2019-05-11 13:58:43 +0100" endDate="2019-05-11 14:08:12 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 14:22:42 +0100" startDate="2019-05-11 14:09:51 +0100" endDate="2019-05-11 14:16:13 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 14:33:22 +0100" startDate="2019-05-11 14:21:34 +0100" endDate="2019-05-11 14:28:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 14:42:51 +0100" startDate="2019-05-11 14:31:51 +0100" endDate="2019-05-11 14:37:24 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 14:55:18 +0100" startDate="2019-05-11 14:41:53 +0100" endDate="2019-05-11 14:47:11 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 15:04:16 +0100" startDate="2019-05-11 14:52:54 +0100" endDate="2019-05-11 15:02:23 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 15:27:11 +0100" startDate="2019-05-11 15:10:32 +0100" endDate="2019-05-11 15:20:26 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 15:32:07 +0100" startDate="2019-05-11 15:20:59 +0100" endDate="2019-05-11 15:23:11 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 15:48:56 +0100" startDate="2019-05-11 15:31:46 +0100" endDate="2019-05-11 15:33:18 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 16:17:57 +0100" startDate="2019-05-11 16:06:31 +0100" endDate="2019-05-11 16:13:50 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 16:49:59 +0100" startDate="2019-05-11 16:38:54 +0100" endDate="2019-05-11 16:43:01 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 17:08:28 +0100" startDate="2019-05-11 16:51:51 +0100" endDate="2019-05-11 16:57:25 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 18:27:42 +0100" startDate="2019-05-11 18:11:20 +0100" endDate="2019-05-11 18:15:12 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 18:37:42 +0100" startDate="2019-05-11 18:26:42 +0100" endDate="2019-05-11 18:27:28 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 18:51:34 +0100" startDate="2019-05-11 18:37:31 +0100" endDate="2019-05-11 18:47:31 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 18:58:34 +0100" startDate="2019-05-11 18:47:31 +0100" endDate="2019-05-11 18:51:00 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 19:36:49 +0100" startDate="2019-05-11 19:26:21 +0100" endDate="2019-05-11 19:26:23 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 20:56:57 +0100" startDate="2019-05-11 20:43:23 +0100" endDate="2019-05-11 20:47:06 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 21:06:51 +0100" startDate="2019-05-11 20:54:48 +0100" endDate="2019-05-11 21:02:57 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-11 21:46:53 +0100" startDate="2019-05-11 21:34:54 +0100" endDate="2019-05-11 21:42:05 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 11:13:45 +0100" startDate="2019-05-12 11:00:11 +0100" endDate="2019-05-12 11:09:54 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 11:23:12 +0100" startDate="2019-05-12 11:12:12 +0100" endDate="2019-05-12 11:14:31 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 11:37:39 +0100" startDate="2019-05-12 11:24:28 +0100" endDate="2019-05-12 11:34:11 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 11:59:49 +0100" startDate="2019-05-12 11:36:26 +0100" endDate="2019-05-12 11:41:18 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 12:18:29 +0100" startDate="2019-05-12 12:00:37 +0100" endDate="2019-05-12 12:07:29 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 13:47:58 +0100" startDate="2019-05-12 13:35:44 +0100" endDate="2019-05-12 13:40:12 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 14:06:56 +0100" startDate="2019-05-12 13:51:03 +0100" endDate="2019-05-12 13:58:14 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 14:14:59 +0100" startDate="2019-05-12 14:02:04 +0100" endDate="2019-05-12 14:11:01 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 14:30:45 +0100" startDate="2019-05-12 14:13:47 +0100" endDate="2019-05-12 14:23:33 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 14:41:21 +0100" startDate="2019-05-12 14:24:39 +0100" endDate="2019-05-12 14:32:25 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 14:47:57 +0100" startDate="2019-05-12 14:35:11 +0100" endDate="2019-05-12 14:40:29 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 14:59:40 +0100" startDate="2019-05-12 14:45:21 +0100" endDate="2019-05-12 14:55:12 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 15:10:11 +0100" startDate="2019-05-12 14:55:53 +0100" endDate="2019-05-12 15:02:28 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 15:37:37 +0100" startDate="2019-05-12 15:06:33 +0100" endDate="2019-05-12 15:12:19 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 15:51:05 +0100" startDate="2019-05-12 15:36:46 +0100" endDate="2019-05-12 15:37:02 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 16:30:00 +0100" startDate="2019-05-12 15:47:21 +0100" endDate="2019-05-12 15:55:09 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 16:41:36 +0100" startDate="2019-05-12 16:28:52 +0100" endDate="2019-05-12 16:32:42 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 17:11:24 +0100" startDate="2019-05-12 16:59:24 +0100" endDate="2019-05-12 17:06:51 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 17:20:25 +0100" startDate="2019-05-12 17:09:23 +0100" endDate="2019-05-12 17:17:00 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 17:54:56 +0100" startDate="2019-05-12 17:43:49 +0100" endDate="2019-05-12 17:45:48 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 18:48:02 +0100" startDate="2019-05-12 18:36:01 +0100" endDate="2019-05-12 18:36:06 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 20:04:56 +0100" startDate="2019-05-12 19:52:54 +0100" endDate="2019-05-12 19:53:27 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 20:31:07 +0100" startDate="2019-05-12 20:19:11 +0100" endDate="2019-05-12 20:28:18 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 20:46:31 +0100" startDate="2019-05-12 20:34:54 +0100" endDate="2019-05-12 20:44:54 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 20:57:18 +0100" startDate="2019-05-12 20:45:06 +0100" endDate="2019-05-12 20:47:34 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 22:16:51 +0100" startDate="2019-05-12 22:05:38 +0100" endDate="2019-05-12 22:05:51 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-12 22:58:23 +0100" startDate="2019-05-12 22:21:52 +0100" endDate="2019-05-12 22:22:20 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 06:20:43 +0100" startDate="2019-05-13 06:03:25 +0100" endDate="2019-05-13 06:04:27 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 06:42:49 +0100" startDate="2019-05-13 06:20:48 +0100" endDate="2019-05-13 06:26:58 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 06:44:33 +0100" startDate="2019-05-13 06:33:33 +0100" endDate="2019-05-13 06:33:43 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 07:07:13 +0100" startDate="2019-05-13 06:56:06 +0100" endDate="2019-05-13 07:06:05 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 07:18:14 +0100" startDate="2019-05-13 07:06:05 +0100" endDate="2019-05-13 07:06:25 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 07:47:43 +0100" startDate="2019-05-13 07:28:02 +0100" endDate="2019-05-13 07:31:06 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 08:23:51 +0100" startDate="2019-05-13 08:11:25 +0100" endDate="2019-05-13 08:12:09 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 08:43:47 +0100" startDate="2019-05-13 08:32:22 +0100" endDate="2019-05-13 08:34:29 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 08:58:55 +0100" startDate="2019-05-13 08:45:56 +0100" endDate="2019-05-13 08:55:56 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 09:06:59 +0100" startDate="2019-05-13 08:55:56 +0100" endDate="2019-05-13 08:56:47 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 09:33:40 +0100" startDate="2019-05-13 09:22:30 +0100" endDate="2019-05-13 09:28:48 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 09:53:20 +0100" startDate="2019-05-13 09:41:38 +0100" endDate="2019-05-13 09:46:04 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 10:44:27 +0100" startDate="2019-05-13 10:27:53 +0100" endDate="2019-05-13 10:37:52 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 10:52:35 +0100" startDate="2019-05-13 10:37:52 +0100" endDate="2019-05-13 10:47:51 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 11:03:55 +0100" startDate="2019-05-13 10:47:51 +0100" endDate="2019-05-13 10:55:07 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 11:54:48 +0100" startDate="2019-05-13 11:41:33 +0100" endDate="2019-05-13 11:44:13 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 12:09:59 +0100" startDate="2019-05-13 11:57:30 +0100" endDate="2019-05-13 11:59:53 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 12:40:41 +0100" startDate="2019-05-13 12:23:47 +0100" endDate="2019-05-13 12:27:47 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 13:05:47 +0100" startDate="2019-05-13 12:49:39 +0100" endDate="2019-05-13 12:49:44 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 13:36:22 +0100" startDate="2019-05-13 13:24:24 +0100" endDate="2019-05-13 13:33:26 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 13:48:40 +0100" startDate="2019-05-13 13:34:35 +0100" endDate="2019-05-13 13:37:59 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 14:56:21 +0100" startDate="2019-05-13 14:45:03 +0100" endDate="2019-05-13 14:55:02 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 15:09:22 +0100" startDate="2019-05-13 14:55:02 +0100" endDate="2019-05-13 14:55:20 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 15:43:18 +0100" startDate="2019-05-13 15:32:08 +0100" endDate="2019-05-13 15:41:24 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 15:58:30 +0100" startDate="2019-05-13 15:45:19 +0100" endDate="2019-05-13 15:54:55 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 16:06:36 +0100" startDate="2019-05-13 15:55:35 +0100" endDate="2019-05-13 16:01:24 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 17:24:29 +0100" startDate="2019-05-13 17:08:19 +0100" endDate="2019-05-13 17:18:18 +0100" value="903"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 17:40:57 +0100" startDate="2019-05-13 17:18:18 +0100" endDate="2019-05-13 17:26:47 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 18:24:09 +0100" startDate="2019-05-13 18:11:39 +0100" endDate="2019-05-13 18:21:33 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 18:33:32 +0100" startDate="2019-05-13 18:22:32 +0100" endDate="2019-05-13 18:31:58 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 18:43:52 +0100" startDate="2019-05-13 18:32:49 +0100" endDate="2019-05-13 18:38:08 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 19:11:21 +0100" startDate="2019-05-13 18:54:43 +0100" endDate="2019-05-13 19:03:44 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 20:49:07 +0100" startDate="2019-05-13 20:37:56 +0100" endDate="2019-05-13 20:47:30 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-13 21:40:19 +0100" startDate="2019-05-13 21:23:40 +0100" endDate="2019-05-13 21:33:39 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 05:31:40 +0100" startDate="2019-05-14 05:20:27 +0100" endDate="2019-05-14 05:29:12 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 06:03:11 +0100" startDate="2019-05-14 05:49:25 +0100" endDate="2019-05-14 05:50:00 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 06:59:45 +0100" startDate="2019-05-14 06:43:42 +0100" endDate="2019-05-14 06:52:36 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 07:13:24 +0100" startDate="2019-05-14 06:56:12 +0100" endDate="2019-05-14 07:06:06 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 07:18:08 +0100" startDate="2019-05-14 07:06:24 +0100" endDate="2019-05-14 07:13:13 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 08:10:41 +0100" startDate="2019-05-14 07:51:53 +0100" endDate="2019-05-14 07:58:49 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 08:14:39 +0100" startDate="2019-05-14 08:01:53 +0100" endDate="2019-05-14 08:02:39 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 08:36:25 +0100" startDate="2019-05-14 08:24:59 +0100" endDate="2019-05-14 08:27:47 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 08:50:35 +0100" startDate="2019-05-14 08:39:25 +0100" endDate="2019-05-14 08:46:01 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 09:02:11 +0100" startDate="2019-05-14 08:51:27 +0100" endDate="2019-05-14 08:55:42 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 09:13:34 +0100" startDate="2019-05-14 09:02:19 +0100" endDate="2019-05-14 09:07:39 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 09:33:37 +0100" startDate="2019-05-14 09:20:06 +0100" endDate="2019-05-14 09:21:00 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 10:04:20 +0100" startDate="2019-05-14 09:52:31 +0100" endDate="2019-05-14 09:53:19 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 10:27:27 +0100" startDate="2019-05-14 10:15:44 +0100" endDate="2019-05-14 10:16:27 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 10:39:35 +0100" startDate="2019-05-14 10:28:27 +0100" endDate="2019-05-14 10:30:09 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 10:53:57 +0100" startDate="2019-05-14 10:42:31 +0100" endDate="2019-05-14 10:51:57 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 11:06:54 +0100" startDate="2019-05-14 10:56:37 +0100" endDate="2019-05-14 10:56:44 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 11:27:47 +0100" startDate="2019-05-14 11:10:20 +0100" endDate="2019-05-14 11:20:20 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 11:42:09 +0100" startDate="2019-05-14 11:20:20 +0100" endDate="2019-05-14 11:29:44 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 11:51:26 +0100" startDate="2019-05-14 11:37:59 +0100" endDate="2019-05-14 11:40:06 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 12:27:27 +0100" startDate="2019-05-14 12:12:27 +0100" endDate="2019-05-14 12:19:09 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 12:39:11 +0100" startDate="2019-05-14 12:23:16 +0100" endDate="2019-05-14 12:23:16 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 13:16:29 +0100" startDate="2019-05-14 12:51:42 +0100" endDate="2019-05-14 12:58:14 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 13:33:40 +0100" startDate="2019-05-14 13:15:08 +0100" endDate="2019-05-14 13:19:45 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 13:51:31 +0100" startDate="2019-05-14 13:38:48 +0100" endDate="2019-05-14 13:40:10 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 14:10:41 +0100" startDate="2019-05-14 13:49:21 +0100" endDate="2019-05-14 13:58:50 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 15:06:31 +0100" startDate="2019-05-14 14:50:33 +0100" endDate="2019-05-14 15:00:09 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 15:14:19 +0100" startDate="2019-05-14 15:00:34 +0100" endDate="2019-05-14 15:10:08 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 15:25:04 +0100" startDate="2019-05-14 15:10:56 +0100" endDate="2019-05-14 15:14:41 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 16:21:08 +0100" startDate="2019-05-14 16:08:11 +0100" endDate="2019-05-14 16:14:35 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 16:58:33 +0100" startDate="2019-05-14 16:46:16 +0100" endDate="2019-05-14 16:54:43 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 17:16:45 +0100" startDate="2019-05-14 17:04:19 +0100" endDate="2019-05-14 17:05:38 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 17:39:20 +0100" startDate="2019-05-14 17:20:13 +0100" endDate="2019-05-14 17:25:28 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 17:47:51 +0100" startDate="2019-05-14 17:35:33 +0100" endDate="2019-05-14 17:42:57 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 19:18:07 +0100" startDate="2019-05-14 19:05:22 +0100" endDate="2019-05-14 19:09:42 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-14 21:30:48 +0100" startDate="2019-05-14 21:18:50 +0100" endDate="2019-05-14 21:25:03 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 05:45:56 +0100" startDate="2019-05-15 05:33:21 +0100" endDate="2019-05-15 05:33:28 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 06:06:00 +0100" startDate="2019-05-15 05:46:19 +0100" endDate="2019-05-15 05:46:32 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 06:50:44 +0100" startDate="2019-05-15 06:36:35 +0100" endDate="2019-05-15 06:36:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 06:58:31 +0100" startDate="2019-05-15 06:47:10 +0100" endDate="2019-05-15 06:57:10 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 07:11:13 +0100" startDate="2019-05-15 06:57:10 +0100" endDate="2019-05-15 07:02:44 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 08:13:29 +0100" startDate="2019-05-15 08:02:25 +0100" endDate="2019-05-15 08:11:35 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 08:30:34 +0100" startDate="2019-05-15 08:14:21 +0100" endDate="2019-05-15 08:24:04 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 08:44:46 +0100" startDate="2019-05-15 08:24:27 +0100" endDate="2019-05-15 08:24:42 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 09:13:47 +0100" startDate="2019-05-15 08:57:57 +0100" endDate="2019-05-15 09:06:37 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 09:30:33 +0100" startDate="2019-05-15 09:16:02 +0100" endDate="2019-05-15 09:21:27 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 09:44:44 +0100" startDate="2019-05-15 09:29:26 +0100" endDate="2019-05-15 09:34:57 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 10:05:14 +0100" startDate="2019-05-15 09:49:45 +0100" endDate="2019-05-15 09:54:45 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 10:42:10 +0100" startDate="2019-05-15 10:23:35 +0100" endDate="2019-05-15 10:33:03 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 10:49:14 +0100" startDate="2019-05-15 10:36:15 +0100" endDate="2019-05-15 10:40:17 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 11:48:50 +0100" startDate="2019-05-15 11:35:48 +0100" endDate="2019-05-15 11:45:49 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 12:03:31 +0100" startDate="2019-05-15 11:45:49 +0100" endDate="2019-05-15 11:55:48 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 12:12:41 +0100" startDate="2019-05-15 11:56:01 +0100" endDate="2019-05-15 11:56:13 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 12:24:36 +0100" startDate="2019-05-15 12:10:55 +0100" endDate="2019-05-15 12:13:38 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 12:56:46 +0100" startDate="2019-05-15 12:41:44 +0100" endDate="2019-05-15 12:47:40 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 13:15:19 +0100" startDate="2019-05-15 13:00:57 +0100" endDate="2019-05-15 13:10:59 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 13:22:01 +0100" startDate="2019-05-15 13:10:59 +0100" endDate="2019-05-15 13:17:33 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 13:45:09 +0100" startDate="2019-05-15 13:29:49 +0100" endDate="2019-05-15 13:30:30 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 13:51:47 +0100" startDate="2019-05-15 13:40:47 +0100" endDate="2019-05-15 13:42:14 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 14:30:28 +0100" startDate="2019-05-15 14:15:49 +0100" endDate="2019-05-15 14:23:59 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 15:07:23 +0100" startDate="2019-05-15 14:55:31 +0100" endDate="2019-05-15 14:59:33 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 15:36:50 +0100" startDate="2019-05-15 15:24:13 +0100" endDate="2019-05-15 15:34:13 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 15:45:40 +0100" startDate="2019-05-15 15:34:13 +0100" endDate="2019-05-15 15:44:14 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 15:55:41 +0100" startDate="2019-05-15 15:44:14 +0100" endDate="2019-05-15 15:45:35 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 16:17:59 +0100" startDate="2019-05-15 16:00:52 +0100" endDate="2019-05-15 16:06:11 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 16:22:14 +0100" startDate="2019-05-15 16:11:11 +0100" endDate="2019-05-15 16:16:38 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 16:41:32 +0100" startDate="2019-05-15 16:29:58 +0100" endDate="2019-05-15 16:37:16 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 16:54:59 +0100" startDate="2019-05-15 16:41:00 +0100" endDate="2019-05-15 16:41:25 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 17:06:48 +0100" startDate="2019-05-15 16:52:50 +0100" endDate="2019-05-15 16:55:48 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 17:20:47 +0100" startDate="2019-05-15 17:06:30 +0100" endDate="2019-05-15 17:16:23 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 17:41:05 +0100" startDate="2019-05-15 17:16:39 +0100" endDate="2019-05-15 17:26:39 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 17:41:05 +0100" startDate="2019-05-15 17:26:39 +0100" endDate="2019-05-15 17:33:14 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 17:56:32 +0100" startDate="2019-05-15 17:39:51 +0100" endDate="2019-05-15 17:42:09 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 19:04:17 +0100" startDate="2019-05-15 18:50:25 +0100" endDate="2019-05-15 19:00:09 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 19:46:07 +0100" startDate="2019-05-15 19:00:27 +0100" endDate="2019-05-15 19:10:26 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 19:46:07 +0100" startDate="2019-05-15 19:10:26 +0100" endDate="2019-05-15 19:10:54 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6440&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 19:46:07 +0100" startDate="2019-05-15 19:30:52 +0100" endDate="2019-05-15 19:40:50 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 20:25:29 +0100" startDate="2019-05-15 19:41:39 +0100" endDate="2019-05-15 19:41:52 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 21:09:06 +0100" startDate="2019-05-15 20:51:28 +0100" endDate="2019-05-15 20:51:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 22:23:18 +0100" startDate="2019-05-15 22:10:31 +0100" endDate="2019-05-15 22:15:32 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-15 23:43:26 +0100" startDate="2019-05-15 23:21:53 +0100" endDate="2019-05-15 23:22:23 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 05:25:27 +0100" startDate="2019-05-16 05:10:30 +0100" endDate="2019-05-16 05:15:05 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 06:03:46 +0100" startDate="2019-05-16 05:49:12 +0100" endDate="2019-05-16 05:57:12 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 06:49:01 +0100" startDate="2019-05-16 06:35:29 +0100" endDate="2019-05-16 06:44:53 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 06:57:52 +0100" startDate="2019-05-16 06:45:37 +0100" endDate="2019-05-16 06:55:36 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 07:06:39 +0100" startDate="2019-05-16 06:55:36 +0100" endDate="2019-05-16 06:57:46 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 07:30:44 +0100" startDate="2019-05-16 07:12:37 +0100" endDate="2019-05-16 07:14:37 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 07:42:59 +0100" startDate="2019-05-16 07:31:08 +0100" endDate="2019-05-16 07:41:03 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 08:21:42 +0100" startDate="2019-05-16 08:04:11 +0100" endDate="2019-05-16 08:04:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 09:53:58 +0100" startDate="2019-05-16 09:33:48 +0100" endDate="2019-05-16 09:42:29 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 10:08:07 +0100" startDate="2019-05-16 09:50:23 +0100" endDate="2019-05-16 09:53:04 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 10:35:56 +0100" startDate="2019-05-16 10:24:40 +0100" endDate="2019-05-16 10:31:50 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 10:50:22 +0100" startDate="2019-05-16 10:39:02 +0100" endDate="2019-05-16 10:43:11 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 11:02:39 +0100" startDate="2019-05-16 10:51:27 +0100" endDate="2019-05-16 10:56:26 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 11:14:05 +0100" startDate="2019-05-16 11:03:44 +0100" endDate="2019-05-16 11:08:23 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 12:18:44 +0100" startDate="2019-05-16 11:23:07 +0100" endDate="2019-05-16 11:30:30 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 12:29:45 +0100" startDate="2019-05-16 12:17:13 +0100" endDate="2019-05-16 12:26:24 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 12:51:12 +0100" startDate="2019-05-16 12:36:39 +0100" endDate="2019-05-16 12:37:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 14:30:14 +0100" startDate="2019-05-16 14:12:12 +0100" endDate="2019-05-16 14:18:12 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 14:43:10 +0100" startDate="2019-05-16 14:31:40 +0100" endDate="2019-05-16 14:31:42 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 14:57:32 +0100" startDate="2019-05-16 14:43:21 +0100" endDate="2019-05-16 14:49:59 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 15:09:43 +0100" startDate="2019-05-16 14:54:54 +0100" endDate="2019-05-16 15:04:24 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 15:17:14 +0100" startDate="2019-05-16 15:04:55 +0100" endDate="2019-05-16 15:14:56 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 15:27:22 +0100" startDate="2019-05-16 15:14:56 +0100" endDate="2019-05-16 15:24:55 +0100" value="1003"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 15:35:58 +0100" startDate="2019-05-16 15:24:55 +0100" endDate="2019-05-16 15:29:05 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 17:26:04 +0100" startDate="2019-05-16 17:14:54 +0100" endDate="2019-05-16 17:24:36 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 17:49:10 +0100" startDate="2019-05-16 17:37:11 +0100" endDate="2019-05-16 17:43:04 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 18:25:19 +0100" startDate="2019-05-16 18:11:28 +0100" endDate="2019-05-16 18:12:59 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 19:03:50 +0100" startDate="2019-05-16 18:34:24 +0100" endDate="2019-05-16 18:34:55 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 20:56:38 +0100" startDate="2019-05-16 20:42:45 +0100" endDate="2019-05-16 20:51:42 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 21:42:39 +0100" startDate="2019-05-16 21:27:29 +0100" endDate="2019-05-16 21:37:29 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 21:49:03 +0100" startDate="2019-05-16 21:38:00 +0100" endDate="2019-05-16 21:40:00 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-16 22:27:16 +0100" startDate="2019-05-16 22:15:48 +0100" endDate="2019-05-16 22:15:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 06:28:19 +0100" startDate="2019-05-17 06:10:57 +0100" endDate="2019-05-17 06:19:57 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 06:37:45 +0100" startDate="2019-05-17 06:22:48 +0100" endDate="2019-05-17 06:23:21 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 06:56:01 +0100" startDate="2019-05-17 06:43:54 +0100" endDate="2019-05-17 06:44:15 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 07:11:19 +0100" startDate="2019-05-17 06:56:48 +0100" endDate="2019-05-17 07:06:48 +0100" value="897"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 07:17:51 +0100" startDate="2019-05-17 07:06:48 +0100" endDate="2019-05-17 07:07:57 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 10:48:04 +0100" startDate="2019-05-17 10:34:59 +0100" endDate="2019-05-17 10:44:49 +0100" value="972"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 10:58:22 +0100" startDate="2019-05-17 10:45:32 +0100" endDate="2019-05-17 10:46:59 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 11:26:42 +0100" startDate="2019-05-17 11:13:11 +0100" endDate="2019-05-17 11:23:12 +0100" value="999"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 11:34:15 +0100" startDate="2019-05-17 11:23:12 +0100" endDate="2019-05-17 11:26:00 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 11:46:39 +0100" startDate="2019-05-17 11:34:47 +0100" endDate="2019-05-17 11:39:01 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 12:11:52 +0100" startDate="2019-05-17 11:59:37 +0100" endDate="2019-05-17 11:59:40 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 12:33:24 +0100" startDate="2019-05-17 12:15:47 +0100" endDate="2019-05-17 12:16:20 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 12:59:37 +0100" startDate="2019-05-17 12:39:49 +0100" endDate="2019-05-17 12:48:39 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 13:04:59 +0100" startDate="2019-05-17 12:53:58 +0100" endDate="2019-05-17 12:58:46 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 14:16:07 +0100" startDate="2019-05-17 14:04:37 +0100" endDate="2019-05-17 14:09:32 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 14:37:17 +0100" startDate="2019-05-17 14:18:45 +0100" endDate="2019-05-17 14:26:48 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 14:43:19 +0100" startDate="2019-05-17 14:32:18 +0100" endDate="2019-05-17 14:42:02 +0100" value="860"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 17:11:06 +0100" startDate="2019-05-17 16:49:21 +0100" endDate="2019-05-17 16:51:44 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 17:11:06 +0100" startDate="2019-05-17 17:00:24 +0100" endDate="2019-05-17 17:00:52 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 17:52:17 +0100" startDate="2019-05-17 17:36:07 +0100" endDate="2019-05-17 17:37:18 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 19:38:37 +0100" startDate="2019-05-17 19:27:12 +0100" endDate="2019-05-17 19:30:35 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 21:15:08 +0100" startDate="2019-05-17 21:02:20 +0100" endDate="2019-05-17 21:06:44 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 21:58:35 +0100" startDate="2019-05-17 21:35:24 +0100" endDate="2019-05-17 21:40:27 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 22:06:56 +0100" startDate="2019-05-17 21:55:45 +0100" endDate="2019-05-17 21:55:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-17 22:30:05 +0100" startDate="2019-05-17 22:18:04 +0100" endDate="2019-05-17 22:19:38 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 00:30:08 +0100" startDate="2019-05-18 00:18:35 +0100" endDate="2019-05-18 00:19:08 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 04:44:11 +0100" startDate="2019-05-18 04:27:42 +0100" endDate="2019-05-18 04:28:20 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 08:23:23 +0100" startDate="2019-05-18 08:07:45 +0100" endDate="2019-05-18 08:12:54 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 08:45:40 +0100" startDate="2019-05-18 08:30:07 +0100" endDate="2019-05-18 08:37:16 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 08:57:14 +0100" startDate="2019-05-18 08:43:57 +0100" endDate="2019-05-18 08:51:55 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 10:19:58 +0100" startDate="2019-05-18 10:05:20 +0100" endDate="2019-05-18 10:06:42 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 10:30:02 +0100" startDate="2019-05-18 10:18:15 +0100" endDate="2019-05-18 10:28:13 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 10:46:22 +0100" startDate="2019-05-18 10:29:44 +0100" endDate="2019-05-18 10:33:18 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 10:55:43 +0100" startDate="2019-05-18 10:40:38 +0100" endDate="2019-05-18 10:40:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 11:45:03 +0100" startDate="2019-05-18 11:09:40 +0100" endDate="2019-05-18 11:19:20 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 11:54:57 +0100" startDate="2019-05-18 11:37:51 +0100" endDate="2019-05-18 11:45:51 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 12:05:04 +0100" startDate="2019-05-18 11:48:16 +0100" endDate="2019-05-18 11:49:07 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 12:17:52 +0100" startDate="2019-05-18 12:04:39 +0100" endDate="2019-05-18 12:14:37 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 12:29:45 +0100" startDate="2019-05-18 12:14:55 +0100" endDate="2019-05-18 12:22:30 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 12:38:05 +0100" startDate="2019-05-18 12:26:47 +0100" endDate="2019-05-18 12:36:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 13:14:16 +0100" startDate="2019-05-18 12:37:53 +0100" endDate="2019-05-18 12:37:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 13:28:15 +0100" startDate="2019-05-18 13:13:21 +0100" endDate="2019-05-18 13:20:20 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 13:42:12 +0100" startDate="2019-05-18 13:26:33 +0100" endDate="2019-05-18 13:29:10 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 13:58:34 +0100" startDate="2019-05-18 13:46:50 +0100" endDate="2019-05-18 13:55:37 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 14:08:47 +0100" startDate="2019-05-18 13:57:44 +0100" endDate="2019-05-18 14:04:16 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 14:23:08 +0100" startDate="2019-05-18 14:10:19 +0100" endDate="2019-05-18 14:17:57 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 14:56:23 +0100" startDate="2019-05-18 14:32:05 +0100" endDate="2019-05-18 14:41:16 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 15:44:07 +0100" startDate="2019-05-18 15:29:37 +0100" endDate="2019-05-18 15:39:28 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 15:56:16 +0100" startDate="2019-05-18 15:39:43 +0100" endDate="2019-05-18 15:46:56 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 18:18:27 +0100" startDate="2019-05-18 16:10:47 +0100" endDate="2019-05-18 16:11:30 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 18:38:25 +0100" startDate="2019-05-18 18:26:50 +0100" endDate="2019-05-18 18:31:53 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 18:50:32 +0100" startDate="2019-05-18 18:33:22 +0100" endDate="2019-05-18 18:38:20 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 19:07:22 +0100" startDate="2019-05-18 18:46:46 +0100" endDate="2019-05-18 18:56:17 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 19:18:30 +0100" startDate="2019-05-18 19:07:25 +0100" endDate="2019-05-18 19:15:19 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 19:38:15 +0100" startDate="2019-05-18 19:18:53 +0100" endDate="2019-05-18 19:28:55 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 19:47:05 +0100" startDate="2019-05-18 19:28:55 +0100" endDate="2019-05-18 19:38:56 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 19:49:13 +0100" startDate="2019-05-18 19:38:56 +0100" endDate="2019-05-18 19:38:59 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 20:50:53 +0100" startDate="2019-05-18 20:20:04 +0100" endDate="2019-05-18 20:21:03 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 21:29:40 +0100" startDate="2019-05-18 21:16:38 +0100" endDate="2019-05-18 21:18:40 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 21:43:57 +0100" startDate="2019-05-18 21:32:34 +0100" endDate="2019-05-18 21:32:56 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 23:05:34 +0100" startDate="2019-05-18 22:52:43 +0100" endDate="2019-05-18 22:54:33 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 23:22:29 +0100" startDate="2019-05-18 23:10:51 +0100" endDate="2019-05-18 23:11:29 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-18 23:50:52 +0100" startDate="2019-05-18 23:32:36 +0100" endDate="2019-05-18 23:33:04 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-19 06:14:56 +0100" startDate="2019-05-19 06:00:42 +0100" endDate="2019-05-19 06:04:17 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-19 07:21:36 +0100" startDate="2019-05-19 07:04:22 +0100" endDate="2019-05-19 07:05:49 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-19 09:10:39 +0100" startDate="2019-05-19 08:58:55 +0100" endDate="2019-05-19 09:05:26 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-19 09:22:56 +0100" startDate="2019-05-19 09:11:26 +0100" endDate="2019-05-19 09:11:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-19 10:25:13 +0100" startDate="2019-05-19 10:13:26 +0100" endDate="2019-05-19 10:16:28 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-19 11:42:30 +0100" startDate="2019-05-19 11:30:36 +0100" endDate="2019-05-19 11:40:33 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-19 13:36:31 +0100" startDate="2019-05-19 13:05:49 +0100" endDate="2019-05-19 13:11:58 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-19 16:10:39 +0100" startDate="2019-05-19 15:58:12 +0100" endDate="2019-05-19 15:58:15 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-19 17:55:35 +0100" startDate="2019-05-19 17:43:48 +0100" endDate="2019-05-19 17:43:56 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-19 19:13:40 +0100" startDate="2019-05-19 18:59:04 +0100" endDate="2019-05-19 19:00:23 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-19 22:50:02 +0100" startDate="2019-05-19 22:36:11 +0100" endDate="2019-05-19 22:36:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 06:40:47 +0100" startDate="2019-05-20 06:29:34 +0100" endDate="2019-05-20 06:29:47 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 06:56:21 +0100" startDate="2019-05-20 06:45:08 +0100" endDate="2019-05-20 06:53:36 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 07:18:03 +0100" startDate="2019-05-20 07:01:48 +0100" endDate="2019-05-20 07:11:48 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 07:24:05 +0100" startDate="2019-05-20 07:11:48 +0100" endDate="2019-05-20 07:18:08 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 07:44:46 +0100" startDate="2019-05-20 07:34:23 +0100" endDate="2019-05-20 07:43:06 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 08:01:29 +0100" startDate="2019-05-20 07:44:45 +0100" endDate="2019-05-20 07:53:48 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 08:14:43 +0100" startDate="2019-05-20 08:02:41 +0100" endDate="2019-05-20 08:04:24 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 08:28:40 +0100" startDate="2019-05-20 08:16:54 +0100" endDate="2019-05-20 08:23:32 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 08:41:34 +0100" startDate="2019-05-20 08:30:29 +0100" endDate="2019-05-20 08:30:34 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 09:05:09 +0100" startDate="2019-05-20 08:54:06 +0100" endDate="2019-05-20 08:59:39 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 09:24:52 +0100" startDate="2019-05-20 09:12:29 +0100" endDate="2019-05-20 09:18:56 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 09:51:23 +0100" startDate="2019-05-20 09:39:09 +0100" endDate="2019-05-20 09:49:10 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 10:00:42 +0100" startDate="2019-05-20 09:49:10 +0100" endDate="2019-05-20 09:55:45 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 10:11:24 +0100" startDate="2019-05-20 10:00:15 +0100" endDate="2019-05-20 10:06:52 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 10:26:38 +0100" startDate="2019-05-20 10:13:52 +0100" endDate="2019-05-20 10:14:10 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 10:41:27 +0100" startDate="2019-05-20 10:26:27 +0100" endDate="2019-05-20 10:26:52 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 11:11:26 +0100" startDate="2019-05-20 10:53:13 +0100" endDate="2019-05-20 11:03:14 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 11:14:17 +0100" startDate="2019-05-20 11:03:14 +0100" endDate="2019-05-20 11:10:38 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 12:22:08 +0100" startDate="2019-05-20 12:04:07 +0100" endDate="2019-05-20 12:13:40 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 12:31:00 +0100" startDate="2019-05-20 12:14:33 +0100" endDate="2019-05-20 12:15:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 13:29:52 +0100" startDate="2019-05-20 13:14:57 +0100" endDate="2019-05-20 13:24:56 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 13:40:53 +0100" startDate="2019-05-20 13:24:56 +0100" endDate="2019-05-20 13:30:03 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 14:57:17 +0100" startDate="2019-05-20 14:45:54 +0100" endDate="2019-05-20 14:54:09 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 16:11:30 +0100" startDate="2019-05-20 15:59:17 +0100" endDate="2019-05-20 16:09:17 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 16:20:20 +0100" startDate="2019-05-20 16:09:17 +0100" endDate="2019-05-20 16:17:09 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 16:33:13 +0100" startDate="2019-05-20 16:19:24 +0100" endDate="2019-05-20 16:20:10 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 16:51:11 +0100" startDate="2019-05-20 16:38:48 +0100" endDate="2019-05-20 16:48:47 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 16:59:50 +0100" startDate="2019-05-20 16:48:47 +0100" endDate="2019-05-20 16:58:46 +0100" value="1062"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 17:13:07 +0100" startDate="2019-05-20 16:58:46 +0100" endDate="2019-05-20 17:07:14 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 17:21:22 +0100" startDate="2019-05-20 17:08:49 +0100" endDate="2019-05-20 17:09:58 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 17:59:03 +0100" startDate="2019-05-20 17:44:31 +0100" endDate="2019-05-20 17:51:27 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 19:33:41 +0100" startDate="2019-05-20 19:13:50 +0100" endDate="2019-05-20 19:23:20 +0100" value="671"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 19:40:45 +0100" startDate="2019-05-20 19:23:51 +0100" endDate="2019-05-20 19:31:27 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 20:24:06 +0100" startDate="2019-05-20 20:06:41 +0100" endDate="2019-05-20 20:11:39 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 21:17:32 +0100" startDate="2019-05-20 21:01:58 +0100" endDate="2019-05-20 21:04:53 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 22:06:12 +0100" startDate="2019-05-20 21:51:06 +0100" endDate="2019-05-20 22:01:07 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 22:24:13 +0100" startDate="2019-05-20 22:02:39 +0100" endDate="2019-05-20 22:12:39 +0100" value="1115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 22:24:13 +0100" startDate="2019-05-20 22:12:39 +0100" endDate="2019-05-20 22:18:39 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 22:31:14 +0100" startDate="2019-05-20 22:19:15 +0100" endDate="2019-05-20 22:22:42 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-20 22:40:10 +0100" startDate="2019-05-20 22:29:05 +0100" endDate="2019-05-20 22:33:23 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 01:20:18 +0100" startDate="2019-05-21 01:09:12 +0100" endDate="2019-05-21 01:16:53 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 07:12:17 +0100" startDate="2019-05-21 06:59:19 +0100" endDate="2019-05-21 07:08:22 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 07:22:01 +0100" startDate="2019-05-21 07:11:00 +0100" endDate="2019-05-21 07:11:18 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 07:52:11 +0100" startDate="2019-05-21 07:38:57 +0100" endDate="2019-05-21 07:45:14 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 08:01:22 +0100" startDate="2019-05-21 07:49:48 +0100" endDate="2019-05-21 07:59:03 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 08:12:11 +0100" startDate="2019-05-21 08:00:53 +0100" endDate="2019-05-21 08:10:09 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 08:26:07 +0100" startDate="2019-05-21 08:12:24 +0100" endDate="2019-05-21 08:21:39 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 08:39:50 +0100" startDate="2019-05-21 08:27:10 +0100" endDate="2019-05-21 08:36:56 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 09:11:55 +0100" startDate="2019-05-21 09:00:20 +0100" endDate="2019-05-21 09:00:55 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 09:51:40 +0100" startDate="2019-05-21 09:33:31 +0100" endDate="2019-05-21 09:36:12 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 10:12:35 +0100" startDate="2019-05-21 10:01:12 +0100" endDate="2019-05-21 10:03:12 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 11:01:14 +0100" startDate="2019-05-21 10:49:16 +0100" endDate="2019-05-21 10:52:59 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 11:28:21 +0100" startDate="2019-05-21 11:17:13 +0100" endDate="2019-05-21 11:24:24 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 11:55:33 +0100" startDate="2019-05-21 11:41:20 +0100" endDate="2019-05-21 11:49:42 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 12:14:34 +0100" startDate="2019-05-21 11:59:17 +0100" endDate="2019-05-21 12:00:00 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 12:37:09 +0100" startDate="2019-05-21 12:24:57 +0100" endDate="2019-05-21 12:26:31 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 12:54:25 +0100" startDate="2019-05-21 12:40:40 +0100" endDate="2019-05-21 12:42:06 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 13:34:52 +0100" startDate="2019-05-21 13:23:09 +0100" endDate="2019-05-21 13:23:09 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 14:06:54 +0100" startDate="2019-05-21 13:53:08 +0100" endDate="2019-05-21 14:02:05 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 14:40:12 +0100" startDate="2019-05-21 14:20:36 +0100" endDate="2019-05-21 14:30:38 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 14:53:48 +0100" startDate="2019-05-21 14:32:17 +0100" endDate="2019-05-21 14:33:44 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 15:13:12 +0100" startDate="2019-05-21 14:54:20 +0100" endDate="2019-05-21 15:02:35 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 16:21:49 +0100" startDate="2019-05-21 16:09:43 +0100" endDate="2019-05-21 16:19:02 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 16:39:09 +0100" startDate="2019-05-21 16:26:02 +0100" endDate="2019-05-21 16:36:02 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 16:56:38 +0100" startDate="2019-05-21 16:36:02 +0100" endDate="2019-05-21 16:41:15 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 17:09:35 +0100" startDate="2019-05-21 16:52:20 +0100" endDate="2019-05-21 16:58:40 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 18:52:23 +0100" startDate="2019-05-21 18:30:43 +0100" endDate="2019-05-21 18:35:53 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 19:02:43 +0100" startDate="2019-05-21 18:51:11 +0100" endDate="2019-05-21 18:51:42 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 19:14:42 +0100" startDate="2019-05-21 19:02:50 +0100" endDate="2019-05-21 19:02:55 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 20:31:03 +0100" startDate="2019-05-21 20:16:19 +0100" endDate="2019-05-21 20:20:16 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 20:40:13 +0100" startDate="2019-05-21 20:29:13 +0100" endDate="2019-05-21 20:37:44 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-21 21:35:22 +0100" startDate="2019-05-21 21:24:04 +0100" endDate="2019-05-21 21:28:09 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 05:45:55 +0100" startDate="2019-05-22 05:28:43 +0100" endDate="2019-05-22 05:28:51 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 05:59:10 +0100" startDate="2019-05-22 05:47:27 +0100" endDate="2019-05-22 05:53:03 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 06:34:08 +0100" startDate="2019-05-22 06:22:42 +0100" endDate="2019-05-22 06:32:42 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 06:43:45 +0100" startDate="2019-05-22 06:32:42 +0100" endDate="2019-05-22 06:42:20 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 08:12:47 +0100" startDate="2019-05-22 08:00:48 +0100" endDate="2019-05-22 08:01:49 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 08:46:35 +0100" startDate="2019-05-22 08:35:09 +0100" endDate="2019-05-22 08:37:09 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 09:41:49 +0100" startDate="2019-05-22 09:20:55 +0100" endDate="2019-05-22 09:22:55 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 09:45:33 +0100" startDate="2019-05-22 09:33:37 +0100" endDate="2019-05-22 09:42:29 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 10:07:06 +0100" startDate="2019-05-22 09:53:38 +0100" endDate="2019-05-22 10:03:18 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 10:16:15 +0100" startDate="2019-05-22 10:05:15 +0100" endDate="2019-05-22 10:12:40 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 10:40:58 +0100" startDate="2019-05-22 10:17:19 +0100" endDate="2019-05-22 10:17:44 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 10:40:58 +0100" startDate="2019-05-22 10:30:50 +0100" endDate="2019-05-22 10:31:15 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 10:43:12 +0100" startDate="2019-05-22 10:31:15 +0100" endDate="2019-05-22 10:41:11 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 10:59:46 +0100" startDate="2019-05-22 10:41:11 +0100" endDate="2019-05-22 10:46:24 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 11:26:53 +0100" startDate="2019-05-22 11:09:00 +0100" endDate="2019-05-22 11:18:52 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 11:32:59 +0100" startDate="2019-05-22 11:19:25 +0100" endDate="2019-05-22 11:28:55 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 14:03:02 +0100" startDate="2019-05-22 13:50:45 +0100" endDate="2019-05-22 13:50:55 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 14:28:43 +0100" startDate="2019-05-22 14:16:47 +0100" endDate="2019-05-22 14:24:05 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 14:38:03 +0100" startDate="2019-05-22 14:27:03 +0100" endDate="2019-05-22 14:33:05 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 15:00:06 +0100" startDate="2019-05-22 14:45:39 +0100" endDate="2019-05-22 14:49:06 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 15:16:20 +0100" startDate="2019-05-22 14:56:46 +0100" endDate="2019-05-22 15:00:41 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 16:20:28 +0100" startDate="2019-05-22 16:09:07 +0100" endDate="2019-05-22 16:19:07 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 16:30:51 +0100" startDate="2019-05-22 16:19:07 +0100" endDate="2019-05-22 16:29:07 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 16:40:14 +0100" startDate="2019-05-22 16:29:07 +0100" endDate="2019-05-22 16:30:21 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 17:02:10 +0100" startDate="2019-05-22 16:49:45 +0100" endDate="2019-05-22 16:53:47 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 17:11:54 +0100" startDate="2019-05-22 17:00:51 +0100" endDate="2019-05-22 17:01:34 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 17:31:19 +0100" startDate="2019-05-22 17:12:23 +0100" endDate="2019-05-22 17:21:48 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 17:35:28 +0100" startDate="2019-05-22 17:23:48 +0100" endDate="2019-05-22 17:29:44 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 17:58:50 +0100" startDate="2019-05-22 17:45:28 +0100" endDate="2019-05-22 17:55:21 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 18:07:12 +0100" startDate="2019-05-22 17:55:34 +0100" endDate="2019-05-22 17:58:53 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 18:17:23 +0100" startDate="2019-05-22 18:06:21 +0100" endDate="2019-05-22 18:06:46 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 18:41:52 +0100" startDate="2019-05-22 18:16:25 +0100" endDate="2019-05-22 18:25:10 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 19:06:09 +0100" startDate="2019-05-22 18:54:16 +0100" endDate="2019-05-22 19:04:15 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 19:24:15 +0100" startDate="2019-05-22 19:04:46 +0100" endDate="2019-05-22 19:13:25 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 19:59:04 +0100" startDate="2019-05-22 19:40:48 +0100" endDate="2019-05-22 19:44:27 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 21:49:45 +0100" startDate="2019-05-22 21:34:00 +0100" endDate="2019-05-22 21:41:36 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 22:04:47 +0100" startDate="2019-05-22 21:47:56 +0100" endDate="2019-05-22 21:53:41 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 22:13:21 +0100" startDate="2019-05-22 22:00:13 +0100" endDate="2019-05-22 22:10:02 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 22:27:55 +0100" startDate="2019-05-22 22:12:19 +0100" endDate="2019-05-22 22:17:44 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-22 23:09:12 +0100" startDate="2019-05-22 22:57:40 +0100" endDate="2019-05-22 23:00:10 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 06:58:07 +0100" startDate="2019-05-23 06:46:24 +0100" endDate="2019-05-23 06:47:07 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 07:41:10 +0100" startDate="2019-05-23 07:19:36 +0100" endDate="2019-05-23 07:29:36 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 07:41:10 +0100" startDate="2019-05-23 07:29:36 +0100" endDate="2019-05-23 07:36:35 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 07:58:56 +0100" startDate="2019-05-23 07:44:16 +0100" endDate="2019-05-23 07:53:41 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 09:05:51 +0100" startDate="2019-05-23 08:50:02 +0100" endDate="2019-05-23 08:56:35 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 09:20:44 +0100" startDate="2019-05-23 09:01:36 +0100" endDate="2019-05-23 09:05:09 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 09:42:30 +0100" startDate="2019-05-23 09:27:11 +0100" endDate="2019-05-23 09:27:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 10:29:04 +0100" startDate="2019-05-23 10:13:57 +0100" endDate="2019-05-23 10:19:31 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 10:55:24 +0100" startDate="2019-05-23 10:40:21 +0100" endDate="2019-05-23 10:49:42 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 11:03:58 +0100" startDate="2019-05-23 10:51:46 +0100" endDate="2019-05-23 10:56:34 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 13:09:16 +0100" startDate="2019-05-23 12:56:39 +0100" endDate="2019-05-23 13:06:39 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 13:17:41 +0100" startDate="2019-05-23 13:06:39 +0100" endDate="2019-05-23 13:13:46 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 13:41:27 +0100" startDate="2019-05-23 13:26:09 +0100" endDate="2019-05-23 13:34:45 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 14:00:35 +0100" startDate="2019-05-23 13:44:28 +0100" endDate="2019-05-23 13:50:54 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 14:22:23 +0100" startDate="2019-05-23 14:05:33 +0100" endDate="2019-05-23 14:15:34 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 14:29:14 +0100" startDate="2019-05-23 14:15:34 +0100" endDate="2019-05-23 14:24:34 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 14:47:48 +0100" startDate="2019-05-23 14:34:55 +0100" endDate="2019-05-23 14:35:28 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 15:16:41 +0100" startDate="2019-05-23 15:04:52 +0100" endDate="2019-05-23 15:13:37 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 15:28:33 +0100" startDate="2019-05-23 15:16:56 +0100" endDate="2019-05-23 15:26:28 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 15:38:29 +0100" startDate="2019-05-23 15:27:29 +0100" endDate="2019-05-23 15:37:28 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 15:50:27 +0100" startDate="2019-05-23 15:37:28 +0100" endDate="2019-05-23 15:41:48 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 16:06:29 +0100" startDate="2019-05-23 15:54:31 +0100" endDate="2019-05-23 16:02:21 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 16:16:52 +0100" startDate="2019-05-23 16:05:50 +0100" endDate="2019-05-23 16:15:05 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 16:31:12 +0100" startDate="2019-05-23 16:18:20 +0100" endDate="2019-05-23 16:18:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 17:57:49 +0100" startDate="2019-05-23 17:44:21 +0100" endDate="2019-05-23 17:54:21 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 18:05:24 +0100" startDate="2019-05-23 17:54:21 +0100" endDate="2019-05-23 18:04:22 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 18:19:34 +0100" startDate="2019-05-23 18:04:22 +0100" endDate="2019-05-23 18:08:21 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 18:31:26 +0100" startDate="2019-05-23 18:17:42 +0100" endDate="2019-05-23 18:24:24 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 18:41:20 +0100" startDate="2019-05-23 18:29:42 +0100" endDate="2019-05-23 18:38:47 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 18:52:25 +0100" startDate="2019-05-23 18:41:23 +0100" endDate="2019-05-23 18:41:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 19:27:57 +0100" startDate="2019-05-23 19:13:08 +0100" endDate="2019-05-23 19:13:46 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 20:14:10 +0100" startDate="2019-05-23 19:55:07 +0100" endDate="2019-05-23 19:56:28 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 20:49:09 +0100" startDate="2019-05-23 20:36:58 +0100" endDate="2019-05-23 20:39:35 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 21:07:50 +0100" startDate="2019-05-23 20:52:52 +0100" endDate="2019-05-23 20:54:16 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 22:50:07 +0100" startDate="2019-05-23 22:39:06 +0100" endDate="2019-05-23 22:47:56 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 23:01:22 +0100" startDate="2019-05-23 22:49:44 +0100" endDate="2019-05-23 22:56:01 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 23:24:47 +0100" startDate="2019-05-23 23:08:33 +0100" endDate="2019-05-23 23:08:50 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-23 23:36:55 +0100" startDate="2019-05-23 23:22:20 +0100" endDate="2019-05-23 23:31:55 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 06:42:53 +0100" startDate="2019-05-24 06:31:35 +0100" endDate="2019-05-24 06:31:53 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 07:39:07 +0100" startDate="2019-05-24 07:27:08 +0100" endDate="2019-05-24 07:32:03 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 08:02:13 +0100" startDate="2019-05-24 07:43:12 +0100" endDate="2019-05-24 07:53:04 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 08:06:17 +0100" startDate="2019-05-24 07:55:17 +0100" endDate="2019-05-24 07:55:55 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 08:33:45 +0100" startDate="2019-05-24 08:21:51 +0100" endDate="2019-05-24 08:22:44 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 09:17:08 +0100" startDate="2019-05-24 09:07:04 +0100" endDate="2019-05-24 09:07:07 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 09:33:29 +0100" startDate="2019-05-24 09:19:58 +0100" endDate="2019-05-24 09:27:33 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 09:43:26 +0100" startDate="2019-05-24 09:32:23 +0100" endDate="2019-05-24 09:40:36 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 10:14:43 +0100" startDate="2019-05-24 10:01:37 +0100" endDate="2019-05-24 10:02:36 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 10:46:11 +0100" startDate="2019-05-24 10:35:13 +0100" endDate="2019-05-24 10:35:31 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 11:08:08 +0100" startDate="2019-05-24 10:57:56 +0100" endDate="2019-05-24 10:57:58 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 11:19:34 +0100" startDate="2019-05-24 11:08:19 +0100" endDate="2019-05-24 11:12:28 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 11:45:37 +0100" startDate="2019-05-24 11:26:35 +0100" endDate="2019-05-24 11:31:53 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 12:17:21 +0100" startDate="2019-05-24 12:06:13 +0100" endDate="2019-05-24 12:15:26 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 12:31:48 +0100" startDate="2019-05-24 12:17:34 +0100" endDate="2019-05-24 12:18:50 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 12:50:19 +0100" startDate="2019-05-24 12:31:54 +0100" endDate="2019-05-24 12:32:06 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 13:22:09 +0100" startDate="2019-05-24 12:56:08 +0100" endDate="2019-05-24 13:04:36 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 14:00:07 +0100" startDate="2019-05-24 13:50:04 +0100" endDate="2019-05-24 13:50:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 15:06:16 +0100" startDate="2019-05-24 14:53:39 +0100" endDate="2019-05-24 15:02:14 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 15:14:55 +0100" startDate="2019-05-24 15:03:53 +0100" endDate="2019-05-24 15:04:10 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 15:54:15 +0100" startDate="2019-05-24 15:43:10 +0100" endDate="2019-05-24 15:53:04 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 16:08:26 +0100" startDate="2019-05-24 15:53:11 +0100" endDate="2019-05-24 16:03:02 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 16:14:17 +0100" startDate="2019-05-24 16:03:17 +0100" endDate="2019-05-24 16:13:16 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 16:28:13 +0100" startDate="2019-05-24 16:13:16 +0100" endDate="2019-05-24 16:20:35 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 16:45:26 +0100" startDate="2019-05-24 16:28:16 +0100" endDate="2019-05-24 16:29:20 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 17:59:48 +0100" startDate="2019-05-24 17:48:40 +0100" endDate="2019-05-24 17:54:59 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 18:58:16 +0100" startDate="2019-05-24 18:45:36 +0100" endDate="2019-05-24 18:52:46 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 21:18:02 +0100" startDate="2019-05-24 21:01:47 +0100" endDate="2019-05-24 21:09:51 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 21:26:10 +0100" startDate="2019-05-24 21:15:07 +0100" endDate="2019-05-24 21:18:06 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 21:56:41 +0100" startDate="2019-05-24 21:45:36 +0100" endDate="2019-05-24 21:54:09 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-24 22:57:14 +0100" startDate="2019-05-24 22:42:40 +0100" endDate="2019-05-24 22:43:18 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 05:56:05 +0100" startDate="2019-05-25 05:36:08 +0100" endDate="2019-05-25 05:40:41 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 07:27:29 +0100" startDate="2019-05-25 07:06:15 +0100" endDate="2019-05-25 07:09:12 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 08:37:07 +0100" startDate="2019-05-25 08:26:02 +0100" endDate="2019-05-25 08:34:04 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 08:51:20 +0100" startDate="2019-05-25 08:38:46 +0100" endDate="2019-05-25 08:42:37 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 09:08:47 +0100" startDate="2019-05-25 08:54:54 +0100" endDate="2019-05-25 09:02:59 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 09:15:59 +0100" startDate="2019-05-25 09:04:59 +0100" endDate="2019-05-25 09:12:37 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 09:38:27 +0100" startDate="2019-05-25 09:20:30 +0100" endDate="2019-05-25 09:30:21 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 09:42:28 +0100" startDate="2019-05-25 09:30:36 +0100" endDate="2019-05-25 09:35:49 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 09:59:23 +0100" startDate="2019-05-25 09:48:35 +0100" endDate="2019-05-25 09:48:35 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 10:12:16 +0100" startDate="2019-05-25 10:00:17 +0100" endDate="2019-05-25 10:09:59 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 10:26:20 +0100" startDate="2019-05-25 10:10:20 +0100" endDate="2019-05-25 10:20:20 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 10:36:08 +0100" startDate="2019-05-25 10:20:20 +0100" endDate="2019-05-25 10:30:21 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 10:41:43 +0100" startDate="2019-05-25 10:30:21 +0100" endDate="2019-05-25 10:33:40 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 11:25:10 +0100" startDate="2019-05-25 11:02:29 +0100" endDate="2019-05-25 11:12:28 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 11:25:10 +0100" startDate="2019-05-25 11:13:44 +0100" endDate="2019-05-25 11:16:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 11:40:00 +0100" startDate="2019-05-25 11:21:25 +0100" endDate="2019-05-25 11:25:01 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 11:58:47 +0100" startDate="2019-05-25 11:37:50 +0100" endDate="2019-05-25 11:47:23 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 12:04:30 +0100" startDate="2019-05-25 11:50:31 +0100" endDate="2019-05-25 11:53:55 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 12:21:52 +0100" startDate="2019-05-25 12:02:19 +0100" endDate="2019-05-25 12:07:33 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 12:33:35 +0100" startDate="2019-05-25 12:18:40 +0100" endDate="2019-05-25 12:26:11 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 12:46:54 +0100" startDate="2019-05-25 12:29:34 +0100" endDate="2019-05-25 12:39:35 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 12:50:53 +0100" startDate="2019-05-25 12:39:35 +0100" endDate="2019-05-25 12:49:32 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 13:01:44 +0100" startDate="2019-05-25 12:49:37 +0100" endDate="2019-05-25 12:49:57 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 13:26:23 +0100" startDate="2019-05-25 13:09:07 +0100" endDate="2019-05-25 13:19:01 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 13:30:08 +0100" startDate="2019-05-25 13:19:08 +0100" endDate="2019-05-25 13:24:30 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 13:51:17 +0100" startDate="2019-05-25 13:34:15 +0100" endDate="2019-05-25 13:44:16 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 13:55:35 +0100" startDate="2019-05-25 13:44:16 +0100" endDate="2019-05-25 13:53:56 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 14:09:36 +0100" startDate="2019-05-25 13:54:24 +0100" endDate="2019-05-25 13:56:57 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 14:38:20 +0100" startDate="2019-05-25 14:22:46 +0100" endDate="2019-05-25 14:22:56 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 14:46:28 +0100" startDate="2019-05-25 14:35:10 +0100" endDate="2019-05-25 14:35:35 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 15:20:10 +0100" startDate="2019-05-25 15:00:11 +0100" endDate="2019-05-25 15:09:24 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 15:29:24 +0100" startDate="2019-05-25 15:17:49 +0100" endDate="2019-05-25 15:27:18 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 16:56:46 +0100" startDate="2019-05-25 16:43:08 +0100" endDate="2019-05-25 16:51:28 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 17:41:50 +0100" startDate="2019-05-25 17:27:59 +0100" endDate="2019-05-25 17:28:07 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 18:02:29 +0100" startDate="2019-05-25 17:41:30 +0100" endDate="2019-05-25 17:50:50 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 18:03:44 +0100" startDate="2019-05-25 17:52:37 +0100" endDate="2019-05-25 18:01:37 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 18:51:50 +0100" startDate="2019-05-25 18:39:33 +0100" endDate="2019-05-25 18:39:51 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 19:04:06 +0100" startDate="2019-05-25 18:50:22 +0100" endDate="2019-05-25 18:58:21 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 19:27:29 +0100" startDate="2019-05-25 19:10:13 +0100" endDate="2019-05-25 19:12:18 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 20:01:13 +0100" startDate="2019-05-25 19:48:03 +0100" endDate="2019-05-25 19:48:23 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 20:53:11 +0100" startDate="2019-05-25 20:40:34 +0100" endDate="2019-05-25 20:45:22 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 21:06:54 +0100" startDate="2019-05-25 20:52:05 +0100" endDate="2019-05-25 21:01:37 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 21:13:52 +0100" startDate="2019-05-25 21:02:10 +0100" endDate="2019-05-25 21:12:06 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 21:25:55 +0100" startDate="2019-05-25 21:12:21 +0100" endDate="2019-05-25 21:19:54 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 21:43:39 +0100" startDate="2019-05-25 21:25:12 +0100" endDate="2019-05-25 21:35:13 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 21:46:38 +0100" startDate="2019-05-25 21:35:13 +0100" endDate="2019-05-25 21:45:12 +0100" value="1059"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 21:56:15 +0100" startDate="2019-05-25 21:45:12 +0100" endDate="2019-05-25 21:46:39 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-25 22:14:35 +0100" startDate="2019-05-25 21:57:02 +0100" endDate="2019-05-25 21:57:32 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-26 08:43:15 +0100" startDate="2019-05-26 08:27:18 +0100" endDate="2019-05-26 08:31:09 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-26 09:22:12 +0100" startDate="2019-05-26 09:11:02 +0100" endDate="2019-05-26 09:15:37 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-26 14:25:05 +0100" startDate="2019-05-26 14:13:35 +0100" endDate="2019-05-26 14:13:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-26 14:58:48 +0100" startDate="2019-05-26 14:43:39 +0100" endDate="2019-05-26 14:45:42 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-26 16:27:45 +0100" startDate="2019-05-26 16:17:30 +0100" endDate="2019-05-26 16:17:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-26 16:50:49 +0100" startDate="2019-05-26 16:35:22 +0100" endDate="2019-05-26 16:39:49 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-26 18:15:27 +0100" startDate="2019-05-26 18:03:51 +0100" endDate="2019-05-26 18:11:03 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-26 18:29:24 +0100" startDate="2019-05-26 18:14:44 +0100" endDate="2019-05-26 18:15:58 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-26 20:59:45 +0100" startDate="2019-05-26 20:48:21 +0100" endDate="2019-05-26 20:48:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-26 21:31:09 +0100" startDate="2019-05-26 21:19:48 +0100" endDate="2019-05-26 21:20:09 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 05:56:51 +0100" startDate="2019-05-27 05:40:09 +0100" endDate="2019-05-27 05:47:26 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 06:03:41 +0100" startDate="2019-05-27 05:50:12 +0100" endDate="2019-05-27 05:50:17 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 06:32:59 +0100" startDate="2019-05-27 06:21:41 +0100" endDate="2019-05-27 06:31:18 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 06:52:15 +0100" startDate="2019-05-27 06:32:19 +0100" endDate="2019-05-27 06:41:54 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 06:56:57 +0100" startDate="2019-05-27 06:42:55 +0100" endDate="2019-05-27 06:49:54 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 07:06:34 +0100" startDate="2019-05-27 06:54:42 +0100" endDate="2019-05-27 07:02:58 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 07:24:54 +0100" startDate="2019-05-27 07:10:35 +0100" endDate="2019-05-27 07:20:17 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 07:33:24 +0100" startDate="2019-05-27 07:22:24 +0100" endDate="2019-05-27 07:28:42 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 11:04:41 +0100" startDate="2019-05-27 10:53:20 +0100" endDate="2019-05-27 11:02:33 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 11:18:19 +0100" startDate="2019-05-27 11:05:00 +0100" endDate="2019-05-27 11:12:33 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 11:27:25 +0100" startDate="2019-05-27 11:16:25 +0100" endDate="2019-05-27 11:23:22 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 11:47:19 +0100" startDate="2019-05-27 11:26:43 +0100" endDate="2019-05-27 11:36:40 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 11:53:28 +0100" startDate="2019-05-27 11:39:16 +0100" endDate="2019-05-27 11:48:15 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 13:14:18 +0100" startDate="2019-05-27 12:55:41 +0100" endDate="2019-05-27 13:02:47 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 14:41:33 +0100" startDate="2019-05-27 14:16:02 +0100" endDate="2019-05-27 14:25:47 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 14:41:33 +0100" startDate="2019-05-27 14:26:05 +0100" endDate="2019-05-27 14:31:38 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 15:03:20 +0100" startDate="2019-05-27 14:51:16 +0100" endDate="2019-05-27 14:58:06 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 15:16:15 +0100" startDate="2019-05-27 15:01:42 +0100" endDate="2019-05-27 15:10:35 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 15:24:16 +0100" startDate="2019-05-27 15:13:15 +0100" endDate="2019-05-27 15:19:09 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 15:53:26 +0100" startDate="2019-05-27 15:41:27 +0100" endDate="2019-05-27 15:48:55 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 17:01:53 +0100" startDate="2019-05-27 16:30:50 +0100" endDate="2019-05-27 16:35:50 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 17:01:53 +0100" startDate="2019-05-27 16:42:52 +0100" endDate="2019-05-27 16:44:18 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 17:28:53 +0100" startDate="2019-05-27 17:14:50 +0100" endDate="2019-05-27 17:19:32 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 17:53:18 +0100" startDate="2019-05-27 17:29:45 +0100" endDate="2019-05-27 17:30:46 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 19:44:35 +0100" startDate="2019-05-27 19:31:21 +0100" endDate="2019-05-27 19:33:56 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 19:57:56 +0100" startDate="2019-05-27 19:42:35 +0100" endDate="2019-05-27 19:51:26 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 20:17:15 +0100" startDate="2019-05-27 20:05:10 +0100" endDate="2019-05-27 20:07:12 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 20:47:02 +0100" startDate="2019-05-27 20:19:07 +0100" endDate="2019-05-27 20:26:48 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 20:47:02 +0100" startDate="2019-05-27 20:33:46 +0100" endDate="2019-05-27 20:35:11 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 20:58:24 +0100" startDate="2019-05-27 20:44:22 +0100" endDate="2019-05-27 20:52:53 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 21:06:22 +0100" startDate="2019-05-27 20:55:08 +0100" endDate="2019-05-27 21:01:03 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 22:02:17 +0100" startDate="2019-05-27 21:49:30 +0100" endDate="2019-05-27 21:50:44 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 22:14:10 +0100" startDate="2019-05-27 22:03:05 +0100" endDate="2019-05-27 22:05:38 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-27 22:46:20 +0100" startDate="2019-05-27 22:30:54 +0100" endDate="2019-05-27 22:31:52 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 07:23:02 +0100" startDate="2019-05-28 07:08:22 +0100" endDate="2019-05-28 07:14:26 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 07:46:47 +0100" startDate="2019-05-28 07:28:44 +0100" endDate="2019-05-28 07:34:09 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 07:50:57 +0100" startDate="2019-05-28 07:39:55 +0100" endDate="2019-05-28 07:46:28 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 08:05:33 +0100" startDate="2019-05-28 07:52:59 +0100" endDate="2019-05-28 08:02:33 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 08:17:32 +0100" startDate="2019-05-28 08:03:09 +0100" endDate="2019-05-28 08:11:51 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 08:34:12 +0100" startDate="2019-05-28 08:20:41 +0100" endDate="2019-05-28 08:20:47 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 09:17:03 +0100" startDate="2019-05-28 09:06:37 +0100" endDate="2019-05-28 09:06:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 10:00:39 +0100" startDate="2019-05-28 09:47:43 +0100" endDate="2019-05-28 09:57:43 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 10:09:31 +0100" startDate="2019-05-28 09:57:43 +0100" endDate="2019-05-28 10:00:06 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 10:24:34 +0100" startDate="2019-05-28 10:13:49 +0100" endDate="2019-05-28 10:13:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 10:38:22 +0100" startDate="2019-05-28 10:27:17 +0100" endDate="2019-05-28 10:34:46 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 10:51:54 +0100" startDate="2019-05-28 10:37:18 +0100" endDate="2019-05-28 10:45:21 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 11:10:19 +0100" startDate="2019-05-28 10:51:33 +0100" endDate="2019-05-28 10:59:58 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 11:17:30 +0100" startDate="2019-05-28 10:51:33 +0100" endDate="2019-05-28 10:59:58 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 15:27:57 +0100" startDate="2019-05-28 15:05:50 +0100" endDate="2019-05-28 15:08:18 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 16:41:30 +0100" startDate="2019-05-28 16:30:43 +0100" endDate="2019-05-28 16:33:44 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca6490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 16:51:09 +0100" startDate="2019-05-28 16:35:25 +0100" endDate="2019-05-28 16:44:05 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 17:09:11 +0100" startDate="2019-05-28 16:52:46 +0100" endDate="2019-05-28 17:02:46 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 17:18:12 +0100" startDate="2019-05-28 17:02:46 +0100" endDate="2019-05-28 17:11:56 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 17:30:31 +0100" startDate="2019-05-28 17:13:33 +0100" endDate="2019-05-28 17:23:33 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 17:38:39 +0100" startDate="2019-05-28 17:23:33 +0100" endDate="2019-05-28 17:27:41 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 17:55:12 +0100" startDate="2019-05-28 17:42:56 +0100" endDate="2019-05-28 17:43:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 18:23:39 +0100" startDate="2019-05-28 18:09:46 +0100" endDate="2019-05-28 18:13:10 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-28 18:46:26 +0100" startDate="2019-05-28 18:35:15 +0100" endDate="2019-05-28 18:35:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 01:17:55 +0100" startDate="2019-05-29 00:17:05 +0100" endDate="2019-05-29 00:17:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 06:57:26 +0100" startDate="2019-05-29 06:45:35 +0100" endDate="2019-05-29 06:46:26 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 07:21:34 +0100" startDate="2019-05-29 07:04:34 +0100" endDate="2019-05-29 07:04:49 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 07:43:05 +0100" startDate="2019-05-29 07:30:16 +0100" endDate="2019-05-29 07:39:05 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 07:54:43 +0100" startDate="2019-05-29 07:40:21 +0100" endDate="2019-05-29 07:50:20 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 08:01:43 +0100" startDate="2019-05-29 07:50:43 +0100" endDate="2019-05-29 07:58:47 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 08:40:12 +0100" startDate="2019-05-29 08:22:32 +0100" endDate="2019-05-29 08:27:17 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 09:00:45 +0100" startDate="2019-05-29 08:35:29 +0100" endDate="2019-05-29 08:35:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 10:55:38 +0100" startDate="2019-05-29 10:33:17 +0100" endDate="2019-05-29 10:37:45 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 10:55:38 +0100" startDate="2019-05-29 10:43:26 +0100" endDate="2019-05-29 10:43:49 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 11:15:33 +0100" startDate="2019-05-29 11:03:40 +0100" endDate="2019-05-29 11:07:37 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 12:14:36 +0100" startDate="2019-05-29 11:58:16 +0100" endDate="2019-05-29 12:08:11 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 12:20:07 +0100" startDate="2019-05-29 12:08:18 +0100" endDate="2019-05-29 12:18:04 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 13:11:39 +0100" startDate="2019-05-29 12:56:23 +0100" endDate="2019-05-29 13:03:30 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 13:32:53 +0100" startDate="2019-05-29 13:21:30 +0100" endDate="2019-05-29 13:24:00 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 14:42:33 +0100" startDate="2019-05-29 13:39:48 +0100" endDate="2019-05-29 13:44:19 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 14:50:04 +0100" startDate="2019-05-29 14:37:45 +0100" endDate="2019-05-29 14:46:41 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 14:59:19 +0100" startDate="2019-05-29 14:48:10 +0100" endDate="2019-05-29 14:58:11 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 15:11:07 +0100" startDate="2019-05-29 14:58:11 +0100" endDate="2019-05-29 15:05:42 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 15:32:06 +0100" startDate="2019-05-29 15:18:54 +0100" endDate="2019-05-29 15:28:47 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 15:41:45 +0100" startDate="2019-05-29 15:29:40 +0100" endDate="2019-05-29 15:39:30 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 16:06:11 +0100" startDate="2019-05-29 15:40:11 +0100" endDate="2019-05-29 15:49:21 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 16:07:16 +0100" startDate="2019-05-29 15:56:13 +0100" endDate="2019-05-29 15:56:46 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 16:20:02 +0100" startDate="2019-05-29 16:08:52 +0100" endDate="2019-05-29 16:14:33 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 16:51:57 +0100" startDate="2019-05-29 16:34:33 +0100" endDate="2019-05-29 16:44:19 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 16:56:46 +0100" startDate="2019-05-29 16:44:47 +0100" endDate="2019-05-29 16:54:40 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 17:13:21 +0100" startDate="2019-05-29 17:02:18 +0100" endDate="2019-05-29 17:10:49 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 17:40:12 +0100" startDate="2019-05-29 17:27:29 +0100" endDate="2019-05-29 17:29:16 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 17:50:56 +0100" startDate="2019-05-29 17:39:53 +0100" endDate="2019-05-29 17:41:45 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 19:16:33 +0100" startDate="2019-05-29 19:03:51 +0100" endDate="2019-05-29 19:13:51 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 19:31:18 +0100" startDate="2019-05-29 19:13:51 +0100" endDate="2019-05-29 19:18:21 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-29 21:57:41 +0100" startDate="2019-05-29 21:45:50 +0100" endDate="2019-05-29 21:46:41 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 06:50:20 +0100" startDate="2019-05-30 06:37:40 +0100" endDate="2019-05-30 06:45:12 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 06:59:51 +0100" startDate="2019-05-30 06:48:48 +0100" endDate="2019-05-30 06:50:25 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 09:03:43 +0100" startDate="2019-05-30 08:45:04 +0100" endDate="2019-05-30 08:53:33 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 11:15:50 +0100" startDate="2019-05-30 11:04:16 +0100" endDate="2019-05-30 11:08:46 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 11:35:11 +0100" startDate="2019-05-30 11:16:42 +0100" endDate="2019-05-30 11:17:00 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 12:29:58 +0100" startDate="2019-05-30 12:16:06 +0100" endDate="2019-05-30 12:23:47 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 16:20:58 +0100" startDate="2019-05-30 16:03:27 +0100" endDate="2019-05-30 16:09:35 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 16:33:42 +0100" startDate="2019-05-30 16:19:54 +0100" endDate="2019-05-30 16:21:11 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 16:43:18 +0100" startDate="2019-05-30 16:32:11 +0100" endDate="2019-05-30 16:35:19 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 17:09:13 +0100" startDate="2019-05-30 16:55:19 +0100" endDate="2019-05-30 17:04:35 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 17:18:53 +0100" startDate="2019-05-30 17:07:38 +0100" endDate="2019-05-30 17:14:02 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 17:43:24 +0100" startDate="2019-05-30 17:21:13 +0100" endDate="2019-05-30 17:31:12 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 17:43:24 +0100" startDate="2019-05-30 17:31:32 +0100" endDate="2019-05-30 17:37:04 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 17:55:49 +0100" startDate="2019-05-30 17:37:57 +0100" endDate="2019-05-30 17:46:19 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 18:13:34 +0100" startDate="2019-05-30 17:48:22 +0100" endDate="2019-05-30 17:58:21 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 18:13:34 +0100" startDate="2019-05-30 17:58:21 +0100" endDate="2019-05-30 18:03:17 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 18:23:51 +0100" startDate="2019-05-30 18:03:27 +0100" endDate="2019-05-30 18:10:59 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 18:32:36 +0100" startDate="2019-05-30 18:16:15 +0100" endDate="2019-05-30 18:23:44 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 18:56:00 +0100" startDate="2019-05-30 18:26:32 +0100" endDate="2019-05-30 18:33:59 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 18:56:00 +0100" startDate="2019-05-30 18:36:34 +0100" endDate="2019-05-30 18:46:29 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 19:00:28 +0100" startDate="2019-05-30 18:46:41 +0100" endDate="2019-05-30 18:55:50 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 19:13:05 +0100" startDate="2019-05-30 18:57:42 +0100" endDate="2019-05-30 19:07:21 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 19:35:31 +0100" startDate="2019-05-30 19:09:24 +0100" endDate="2019-05-30 19:19:05 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 19:35:31 +0100" startDate="2019-05-30 19:20:21 +0100" endDate="2019-05-30 19:20:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 19:57:07 +0100" startDate="2019-05-30 19:34:43 +0100" endDate="2019-05-30 19:37:57 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 19:57:07 +0100" startDate="2019-05-30 19:45:01 +0100" endDate="2019-05-30 19:51:59 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 20:08:36 +0100" startDate="2019-05-30 19:52:27 +0100" endDate="2019-05-30 20:01:30 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 20:18:45 +0100" startDate="2019-05-30 20:02:29 +0100" endDate="2019-05-30 20:06:26 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 20:45:51 +0100" startDate="2019-05-30 20:29:35 +0100" endDate="2019-05-30 20:38:42 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 21:08:06 +0100" startDate="2019-05-30 20:55:56 +0100" endDate="2019-05-30 21:01:53 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 22:04:59 +0100" startDate="2019-05-30 21:30:05 +0100" endDate="2019-05-30 21:39:13 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 22:04:59 +0100" startDate="2019-05-30 21:41:20 +0100" endDate="2019-05-30 21:47:27 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 22:46:03 +0100" startDate="2019-05-30 22:02:12 +0100" endDate="2019-05-30 22:07:38 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 22:46:03 +0100" startDate="2019-05-30 22:07:38 +0100" endDate="2019-05-30 22:34:49 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 22:46:03 +0100" startDate="2019-05-30 22:34:49 +0100" endDate="2019-05-30 22:43:06 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-30 23:20:46 +0100" startDate="2019-05-30 22:51:45 +0100" endDate="2019-05-30 22:51:53 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 06:59:46 +0100" startDate="2019-05-31 06:46:35 +0100" endDate="2019-05-31 06:54:00 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 07:37:36 +0100" startDate="2019-05-31 07:25:45 +0100" endDate="2019-05-31 07:26:06 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 09:03:22 +0100" startDate="2019-05-31 08:50:42 +0100" endDate="2019-05-31 08:56:33 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 09:15:16 +0100" startDate="2019-05-31 09:03:33 +0100" endDate="2019-05-31 09:13:03 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 09:24:39 +0100" startDate="2019-05-31 09:13:39 +0100" endDate="2019-05-31 09:17:50 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 09:51:52 +0100" startDate="2019-05-31 09:38:04 +0100" endDate="2019-05-31 09:44:50 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 10:10:08 +0100" startDate="2019-05-31 09:54:29 +0100" endDate="2019-05-31 10:04:15 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 10:16:20 +0100" startDate="2019-05-31 10:05:09 +0100" endDate="2019-05-31 10:15:10 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 10:30:27 +0100" startDate="2019-05-31 10:15:10 +0100" endDate="2019-05-31 10:25:08 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 10:39:55 +0100" startDate="2019-05-31 10:25:08 +0100" endDate="2019-05-31 10:34:52 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 10:46:55 +0100" startDate="2019-05-31 10:35:53 +0100" endDate="2019-05-31 10:43:12 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 11:04:37 +0100" startDate="2019-05-31 10:49:21 +0100" endDate="2019-05-31 10:57:22 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 11:14:41 +0100" startDate="2019-05-31 11:00:10 +0100" endDate="2019-05-31 11:09:39 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 11:28:12 +0100" startDate="2019-05-31 11:10:24 +0100" endDate="2019-05-31 11:19:50 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 11:36:50 +0100" startDate="2019-05-31 11:21:17 +0100" endDate="2019-05-31 11:31:16 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 11:42:22 +0100" startDate="2019-05-31 11:31:16 +0100" endDate="2019-05-31 11:41:15 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 11:52:17 +0100" startDate="2019-05-31 11:41:15 +0100" endDate="2019-05-31 11:51:16 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 12:06:09 +0100" startDate="2019-05-31 11:51:16 +0100" endDate="2019-05-31 12:01:04 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 12:19:25 +0100" startDate="2019-05-31 12:01:17 +0100" endDate="2019-05-31 12:10:37 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 12:31:58 +0100" startDate="2019-05-31 12:13:03 +0100" endDate="2019-05-31 12:19:43 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 13:26:02 +0100" startDate="2019-05-31 12:23:32 +0100" endDate="2019-05-31 12:32:43 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 14:12:47 +0100" startDate="2019-05-31 13:26:50 +0100" endDate="2019-05-31 13:32:43 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 14:23:22 +0100" startDate="2019-05-31 14:11:31 +0100" endDate="2019-05-31 14:21:30 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 14:34:41 +0100" startDate="2019-05-31 14:22:03 +0100" endDate="2019-05-31 14:30:04 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 14:50:44 +0100" startDate="2019-05-31 14:35:41 +0100" endDate="2019-05-31 14:44:05 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 14:58:02 +0100" startDate="2019-05-31 14:45:51 +0100" endDate="2019-05-31 14:54:53 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 15:11:44 +0100" startDate="2019-05-31 14:57:03 +0100" endDate="2019-05-31 15:06:48 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 15:21:34 +0100" startDate="2019-05-31 15:07:06 +0100" endDate="2019-05-31 15:17:06 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 15:30:38 +0100" startDate="2019-05-31 15:17:06 +0100" endDate="2019-05-31 15:26:29 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 16:06:36 +0100" startDate="2019-05-31 15:28:41 +0100" endDate="2019-05-31 15:38:44 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 16:06:36 +0100" startDate="2019-05-31 15:38:44 +0100" endDate="2019-05-31 15:40:21 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 16:14:48 +0100" startDate="2019-05-31 16:03:44 +0100" endDate="2019-05-31 16:08:08 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 16:32:15 +0100" startDate="2019-05-31 16:20:17 +0100" endDate="2019-05-31 16:26:15 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 16:43:47 +0100" startDate="2019-05-31 16:32:39 +0100" endDate="2019-05-31 16:34:13 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 17:22:44 +0100" startDate="2019-05-31 17:10:48 +0100" endDate="2019-05-31 17:15:43 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 17:39:08 +0100" startDate="2019-05-31 17:27:09 +0100" endDate="2019-05-31 17:37:09 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 17:48:12 +0100" startDate="2019-05-31 17:37:09 +0100" endDate="2019-05-31 17:45:59 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 18:00:05 +0100" startDate="2019-05-31 17:48:21 +0100" endDate="2019-05-31 17:58:07 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 18:09:35 +0100" startDate="2019-05-31 17:58:32 +0100" endDate="2019-05-31 18:08:33 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 18:19:36 +0100" startDate="2019-05-31 18:08:33 +0100" endDate="2019-05-31 18:18:33 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 18:29:36 +0100" startDate="2019-05-31 18:18:33 +0100" endDate="2019-05-31 18:22:12 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 18:39:39 +0100" startDate="2019-05-31 18:28:36 +0100" endDate="2019-05-31 18:29:50 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 19:12:26 +0100" startDate="2019-05-31 19:01:03 +0100" endDate="2019-05-31 19:10:53 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 19:22:11 +0100" startDate="2019-05-31 19:11:09 +0100" endDate="2019-05-31 19:21:09 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 19:32:12 +0100" startDate="2019-05-31 19:21:09 +0100" endDate="2019-05-31 19:28:14 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 19:44:25 +0100" startDate="2019-05-31 19:32:29 +0100" endDate="2019-05-31 19:41:39 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 19:54:47 +0100" startDate="2019-05-31 19:43:44 +0100" endDate="2019-05-31 19:46:24 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 20:05:15 +0100" startDate="2019-05-31 19:54:12 +0100" endDate="2019-05-31 20:01:48 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 20:17:18 +0100" startDate="2019-05-31 20:06:08 +0100" endDate="2019-05-31 20:13:59 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 20:27:37 +0100" startDate="2019-05-31 20:16:34 +0100" endDate="2019-05-31 20:26:04 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 20:46:50 +0100" startDate="2019-05-31 20:34:52 +0100" endDate="2019-05-31 20:39:11 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 21:18:25 +0100" startDate="2019-05-31 21:06:54 +0100" endDate="2019-05-31 21:16:55 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 21:28:00 +0100" startDate="2019-05-31 21:16:57 +0100" endDate="2019-05-31 21:25:46 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 21:41:14 +0100" startDate="2019-05-31 21:29:18 +0100" endDate="2019-05-31 21:30:57 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 21:59:16 +0100" startDate="2019-05-31 21:48:11 +0100" endDate="2019-05-31 21:56:37 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 22:09:39 +0100" startDate="2019-05-31 21:58:37 +0100" endDate="2019-05-31 22:04:31 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 22:22:47 +0100" startDate="2019-05-31 22:11:42 +0100" endDate="2019-05-31 22:21:33 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 22:33:24 +0100" startDate="2019-05-31 22:22:21 +0100" endDate="2019-05-31 22:31:06 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 22:52:34 +0100" startDate="2019-05-31 22:36:33 +0100" endDate="2019-05-31 22:43:59 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 23:06:40 +0100" startDate="2019-05-31 22:54:44 +0100" endDate="2019-05-31 23:04:45 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 23:15:48 +0100" startDate="2019-05-31 23:04:45 +0100" endDate="2019-05-31 23:10:18 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 23:32:01 +0100" startDate="2019-05-31 23:20:02 +0100" endDate="2019-05-31 23:26:51 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-05-31 23:41:43 +0100" startDate="2019-05-31 23:30:41 +0100" endDate="2019-05-31 23:40:23 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 00:05:58 +0100" startDate="2019-05-31 23:53:59 +0100" endDate="2019-06-01 00:03:49 +0100" value="869"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 00:16:39 +0100" startDate="2019-06-01 00:05:36 +0100" endDate="2019-06-01 00:15:37 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 00:28:34 +0100" startDate="2019-06-01 00:16:40 +0100" endDate="2019-06-01 00:22:29 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 00:48:22 +0100" startDate="2019-06-01 00:36:20 +0100" endDate="2019-06-01 00:43:59 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 01:44:11 +0100" startDate="2019-06-01 00:52:14 +0100" endDate="2019-06-01 01:02:14 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 01:44:11 +0100" startDate="2019-06-01 01:02:14 +0100" endDate="2019-06-01 01:03:12 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 07:23:16 +0100" startDate="2019-06-01 07:12:06 +0100" endDate="2019-06-01 07:12:16 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 08:00:29 +0100" startDate="2019-06-01 07:41:55 +0100" endDate="2019-06-01 07:42:11 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 09:38:11 +0100" startDate="2019-06-01 09:28:10 +0100" endDate="2019-06-01 09:28:13 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 10:08:40 +0100" startDate="2019-06-01 09:58:08 +0100" endDate="2019-06-01 09:58:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 10:33:52 +0100" startDate="2019-06-01 10:15:42 +0100" endDate="2019-06-01 10:16:18 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 10:58:57 +0100" startDate="2019-06-01 10:46:58 +0100" endDate="2019-06-01 10:56:47 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 11:09:01 +0100" startDate="2019-06-01 10:57:58 +0100" endDate="2019-06-01 11:07:57 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 11:18:59 +0100" startDate="2019-06-01 11:07:57 +0100" endDate="2019-06-01 11:17:36 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 11:29:09 +0100" startDate="2019-06-01 11:18:06 +0100" endDate="2019-06-01 11:28:06 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 11:39:09 +0100" startDate="2019-06-01 11:28:06 +0100" endDate="2019-06-01 11:38:06 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 11:49:09 +0100" startDate="2019-06-01 11:38:06 +0100" endDate="2019-06-01 11:48:05 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 11:59:08 +0100" startDate="2019-06-01 11:48:05 +0100" endDate="2019-06-01 11:57:50 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 12:10:04 +0100" startDate="2019-06-01 11:59:01 +0100" endDate="2019-06-01 12:09:01 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 12:20:07 +0100" startDate="2019-06-01 12:09:04 +0100" endDate="2019-06-01 12:18:23 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 12:30:07 +0100" startDate="2019-06-01 12:19:04 +0100" endDate="2019-06-01 12:29:04 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 12:40:07 +0100" startDate="2019-06-01 12:29:04 +0100" endDate="2019-06-01 12:39:03 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 12:50:06 +0100" startDate="2019-06-01 12:39:03 +0100" endDate="2019-06-01 12:48:45 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 13:00:08 +0100" startDate="2019-06-01 12:49:06 +0100" endDate="2019-06-01 12:57:11 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 13:10:54 +0100" startDate="2019-06-01 12:59:51 +0100" endDate="2019-06-01 13:09:08 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 13:21:17 +0100" startDate="2019-06-01 13:10:14 +0100" endDate="2019-06-01 13:20:12 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 13:31:25 +0100" startDate="2019-06-01 13:20:23 +0100" endDate="2019-06-01 13:29:36 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 13:41:24 +0100" startDate="2019-06-01 13:30:21 +0100" endDate="2019-06-01 13:35:16 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 13:51:36 +0100" startDate="2019-06-01 13:40:34 +0100" endDate="2019-06-01 13:48:26 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 14:06:16 +0100" startDate="2019-06-01 13:55:10 +0100" endDate="2019-06-01 14:00:46 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 14:28:49 +0100" startDate="2019-06-01 14:16:51 +0100" endDate="2019-06-01 14:19:29 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 15:19:44 +0100" startDate="2019-06-01 15:02:47 +0100" endDate="2019-06-01 15:08:28 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 15:43:04 +0100" startDate="2019-06-01 15:31:33 +0100" endDate="2019-06-01 15:41:32 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 15:53:36 +0100" startDate="2019-06-01 15:41:32 +0100" endDate="2019-06-01 15:46:25 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 16:37:00 +0100" startDate="2019-06-01 16:23:49 +0100" endDate="2019-06-01 16:32:39 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 16:59:18 +0100" startDate="2019-06-01 16:47:06 +0100" endDate="2019-06-01 16:56:54 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 17:08:14 +0100" startDate="2019-06-01 16:57:11 +0100" endDate="2019-06-01 17:07:10 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 17:21:28 +0100" startDate="2019-06-01 17:07:10 +0100" endDate="2019-06-01 17:17:11 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 17:28:14 +0100" startDate="2019-06-01 17:17:11 +0100" endDate="2019-06-01 17:24:11 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 18:00:50 +0100" startDate="2019-06-01 17:36:33 +0100" endDate="2019-06-01 17:44:13 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 18:00:50 +0100" startDate="2019-06-01 17:46:50 +0100" endDate="2019-06-01 17:50:14 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 18:15:48 +0100" startDate="2019-06-01 18:00:57 +0100" endDate="2019-06-01 18:04:46 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 18:48:09 +0100" startDate="2019-06-01 18:14:26 +0100" endDate="2019-06-01 18:14:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 18:58:09 +0100" startDate="2019-06-01 18:47:10 +0100" endDate="2019-06-01 18:55:25 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 19:19:59 +0100" startDate="2019-06-01 19:07:09 +0100" endDate="2019-06-01 19:16:54 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 19:35:15 +0100" startDate="2019-06-01 19:18:26 +0100" endDate="2019-06-01 19:23:13 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 20:15:21 +0100" startDate="2019-06-01 19:52:53 +0100" endDate="2019-06-01 20:02:08 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 20:39:19 +0100" startDate="2019-06-01 20:13:04 +0100" endDate="2019-06-01 20:15:55 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 20:39:19 +0100" startDate="2019-06-01 20:28:00 +0100" endDate="2019-06-01 20:29:59 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 21:10:51 +0100" startDate="2019-06-01 20:55:48 +0100" endDate="2019-06-01 21:02:44 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 21:23:05 +0100" startDate="2019-06-01 21:08:28 +0100" endDate="2019-06-01 21:15:43 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 22:01:16 +0100" startDate="2019-06-01 21:36:38 +0100" endDate="2019-06-01 21:44:46 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 22:01:16 +0100" startDate="2019-06-01 21:49:03 +0100" endDate="2019-06-01 21:53:32 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 22:25:16 +0100" startDate="2019-06-01 22:01:29 +0100" endDate="2019-06-01 22:11:28 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 22:25:16 +0100" startDate="2019-06-01 22:11:28 +0100" endDate="2019-06-01 22:17:24 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 22:52:34 +0100" startDate="2019-06-01 22:22:15 +0100" endDate="2019-06-01 22:30:58 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 22:52:34 +0100" startDate="2019-06-01 22:31:47 +0100" endDate="2019-06-01 22:43:23 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 22:54:41 +0100" startDate="2019-06-01 22:44:15 +0100" endDate="2019-06-01 22:54:11 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 23:43:42 +0100" startDate="2019-06-01 22:54:16 +0100" endDate="2019-06-01 23:00:47 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 23:43:42 +0100" startDate="2019-06-01 23:06:17 +0100" endDate="2019-06-01 23:14:09 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-01 23:51:32 +0100" startDate="2019-06-01 23:35:52 +0100" endDate="2019-06-01 23:42:31 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5c70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 00:22:43 +0100" startDate="2019-06-01 23:46:26 +0100" endDate="2019-06-01 23:53:20 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 00:22:43 +0100" startDate="2019-06-02 00:10:17 +0100" endDate="2019-06-02 00:15:09 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 00:28:45 +0100" startDate="2019-06-02 00:17:47 +0100" endDate="2019-06-02 00:25:23 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 00:58:34 +0100" startDate="2019-06-02 00:45:46 +0100" endDate="2019-06-02 00:49:21 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 01:15:30 +0100" startDate="2019-06-02 01:00:25 +0100" endDate="2019-06-02 01:07:43 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 01:32:16 +0100" startDate="2019-06-02 01:18:27 +0100" endDate="2019-06-02 01:23:20 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 01:49:40 +0100" startDate="2019-06-02 01:32:18 +0100" endDate="2019-06-02 01:39:44 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 01:58:37 +0100" startDate="2019-06-02 01:43:51 +0100" endDate="2019-06-02 01:53:52 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 02:07:43 +0100" startDate="2019-06-02 01:53:52 +0100" endDate="2019-06-02 02:03:53 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 02:16:19 +0100" startDate="2019-06-02 02:03:53 +0100" endDate="2019-06-02 02:13:42 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 02:35:33 +0100" startDate="2019-06-02 02:14:00 +0100" endDate="2019-06-02 02:19:38 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 02:43:55 +0100" startDate="2019-06-02 02:30:08 +0100" endDate="2019-06-02 02:35:31 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 03:01:53 +0100" startDate="2019-06-02 02:42:14 +0100" endDate="2019-06-02 02:51:21 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 03:18:06 +0100" startDate="2019-06-02 03:03:42 +0100" endDate="2019-06-02 03:11:03 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 03:32:49 +0100" startDate="2019-06-02 03:16:39 +0100" endDate="2019-06-02 03:26:25 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 03:41:20 +0100" startDate="2019-06-02 03:26:48 +0100" endDate="2019-06-02 03:29:18 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 03:52:44 +0100" startDate="2019-06-02 03:41:14 +0100" endDate="2019-06-02 03:49:13 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 04:10:16 +0100" startDate="2019-06-02 03:56:52 +0100" endDate="2019-06-02 04:06:35 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 04:22:23 +0100" startDate="2019-06-02 04:07:03 +0100" endDate="2019-06-02 04:17:02 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 04:29:28 +0100" startDate="2019-06-02 04:17:02 +0100" endDate="2019-06-02 04:27:01 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 04:40:32 +0100" startDate="2019-06-02 04:27:01 +0100" endDate="2019-06-02 04:37:02 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 04:50:08 +0100" startDate="2019-06-02 04:37:02 +0100" endDate="2019-06-02 04:47:01 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 05:01:22 +0100" startDate="2019-06-02 04:47:08 +0100" endDate="2019-06-02 04:57:05 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 05:12:05 +0100" startDate="2019-06-02 04:57:10 +0100" endDate="2019-06-02 05:07:01 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 05:20:38 +0100" startDate="2019-06-02 05:07:14 +0100" endDate="2019-06-02 05:17:13 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 05:30:47 +0100" startDate="2019-06-02 05:17:13 +0100" endDate="2019-06-02 05:26:38 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 05:44:55 +0100" startDate="2019-06-02 05:29:14 +0100" endDate="2019-06-02 05:39:15 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 05:50:30 +0100" startDate="2019-06-02 05:39:15 +0100" endDate="2019-06-02 05:48:59 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 06:03:47 +0100" startDate="2019-06-02 05:49:52 +0100" endDate="2019-06-02 05:51:19 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 06:16:32 +0100" startDate="2019-06-02 06:03:19 +0100" endDate="2019-06-02 06:13:20 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 12:45:11 +0100" startDate="2019-06-02 06:13:20 +0100" endDate="2019-06-02 06:17:38 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 12:59:46 +0100" startDate="2019-06-02 12:44:14 +0100" endDate="2019-06-02 12:44:24 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 13:24:52 +0100" startDate="2019-06-02 13:02:53 +0100" endDate="2019-06-02 13:12:53 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 13:24:52 +0100" startDate="2019-06-02 13:12:53 +0100" endDate="2019-06-02 13:21:42 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 13:39:37 +0100" startDate="2019-06-02 13:23:11 +0100" endDate="2019-06-02 13:33:11 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 13:48:56 +0100" startDate="2019-06-02 13:33:16 +0100" endDate="2019-06-02 13:42:34 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 13:59:41 +0100" startDate="2019-06-02 13:43:18 +0100" endDate="2019-06-02 13:45:07 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 14:12:35 +0100" startDate="2019-06-02 13:56:53 +0100" endDate="2019-06-02 14:06:17 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 14:52:21 +0100" startDate="2019-06-02 14:36:35 +0100" endDate="2019-06-02 14:36:40 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 15:17:13 +0100" startDate="2019-06-02 14:55:55 +0100" endDate="2019-06-02 15:05:19 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 15:32:42 +0100" startDate="2019-06-02 15:16:07 +0100" endDate="2019-06-02 15:23:34 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 15:55:44 +0100" startDate="2019-06-02 15:41:15 +0100" endDate="2019-06-02 15:43:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 16:06:57 +0100" startDate="2019-06-02 15:55:50 +0100" endDate="2019-06-02 16:05:25 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 16:18:42 +0100" startDate="2019-06-02 16:05:50 +0100" endDate="2019-06-02 16:09:43 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 16:26:42 +0100" startDate="2019-06-02 16:15:58 +0100" endDate="2019-06-02 16:25:37 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 16:39:14 +0100" startDate="2019-06-02 16:26:45 +0100" endDate="2019-06-02 16:27:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-02 20:58:48 +0100" startDate="2019-06-02 20:48:14 +0100" endDate="2019-06-02 20:48:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 06:23:39 +0100" startDate="2019-06-03 06:11:35 +0100" endDate="2019-06-03 06:20:52 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 06:33:16 +0100" startDate="2019-06-03 06:22:13 +0100" endDate="2019-06-03 06:22:28 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 07:34:43 +0100" startDate="2019-06-03 07:19:41 +0100" endDate="2019-06-03 07:27:01 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 07:47:06 +0100" startDate="2019-06-03 07:36:01 +0100" endDate="2019-06-03 07:40:51 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 09:11:30 +0100" startDate="2019-06-03 08:46:38 +0100" endDate="2019-06-03 08:46:44 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 09:56:31 +0100" startDate="2019-06-03 09:05:04 +0100" endDate="2019-06-03 09:14:08 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 09:56:31 +0100" startDate="2019-06-03 09:16:13 +0100" endDate="2019-06-03 09:19:56 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 12:06:02 +0100" startDate="2019-06-03 11:54:52 +0100" endDate="2019-06-03 12:04:51 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 12:16:03 +0100" startDate="2019-06-03 12:04:51 +0100" endDate="2019-06-03 12:12:52 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 12:33:00 +0100" startDate="2019-06-03 12:14:59 +0100" endDate="2019-06-03 12:24:59 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 12:35:41 +0100" startDate="2019-06-03 12:24:59 +0100" endDate="2019-06-03 12:28:25 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 13:20:05 +0100" startDate="2019-06-03 13:06:34 +0100" endDate="2019-06-03 13:11:52 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 14:09:45 +0100" startDate="2019-06-03 13:56:35 +0100" endDate="2019-06-03 13:56:40 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 14:20:58 +0100" startDate="2019-06-03 14:07:59 +0100" endDate="2019-06-03 14:08:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 14:42:27 +0100" startDate="2019-06-03 14:31:35 +0100" endDate="2019-06-03 14:38:15 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 16:34:25 +0100" startDate="2019-06-03 16:23:20 +0100" endDate="2019-06-03 16:33:20 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 16:45:33 +0100" startDate="2019-06-03 16:33:20 +0100" endDate="2019-06-03 16:36:50 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 17:08:28 +0100" startDate="2019-06-03 16:46:10 +0100" endDate="2019-06-03 16:49:25 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 17:20:52 +0100" startDate="2019-06-03 17:07:47 +0100" endDate="2019-06-03 17:12:13 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 17:44:09 +0100" startDate="2019-06-03 17:28:25 +0100" endDate="2019-06-03 17:37:47 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 17:55:07 +0100" startDate="2019-06-03 17:40:56 +0100" endDate="2019-06-03 17:48:06 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 18:21:01 +0100" startDate="2019-06-03 18:06:51 +0100" endDate="2019-06-03 18:11:43 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 18:43:52 +0100" startDate="2019-06-03 18:32:08 +0100" endDate="2019-06-03 18:38:36 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 19:46:59 +0100" startDate="2019-06-03 19:32:04 +0100" endDate="2019-06-03 19:32:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 20:04:12 +0100" startDate="2019-06-03 19:51:52 +0100" endDate="2019-06-03 19:51:55 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 20:20:18 +0100" startDate="2019-06-03 20:09:53 +0100" endDate="2019-06-03 20:09:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-03 21:41:43 +0100" startDate="2019-06-03 21:30:04 +0100" endDate="2019-06-03 21:34:46 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 06:13:13 +0100" startDate="2019-06-04 05:56:52 +0100" endDate="2019-06-04 06:02:21 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 06:39:10 +0100" startDate="2019-06-04 06:23:37 +0100" endDate="2019-06-04 06:23:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 06:51:32 +0100" startDate="2019-06-04 06:39:07 +0100" endDate="2019-06-04 06:48:23 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 08:20:01 +0100" startDate="2019-06-04 07:57:44 +0100" endDate="2019-06-04 08:07:45 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 08:20:01 +0100" startDate="2019-06-04 08:07:45 +0100" endDate="2019-06-04 08:12:48 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 10:00:58 +0100" startDate="2019-06-04 09:47:14 +0100" endDate="2019-06-04 09:52:45 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 11:27:52 +0100" startDate="2019-06-04 11:14:09 +0100" endDate="2019-06-04 11:24:09 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 11:43:40 +0100" startDate="2019-06-04 11:24:09 +0100" endDate="2019-06-04 11:32:49 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 11:55:11 +0100" startDate="2019-06-04 11:35:54 +0100" endDate="2019-06-04 11:44:16 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 11:58:57 +0100" startDate="2019-06-04 11:46:08 +0100" endDate="2019-06-04 11:50:15 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 12:19:33 +0100" startDate="2019-06-04 12:07:07 +0100" endDate="2019-06-04 12:07:15 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 14:14:20 +0100" startDate="2019-06-04 14:00:17 +0100" endDate="2019-06-04 14:00:37 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 15:26:13 +0100" startDate="2019-06-04 15:14:40 +0100" endDate="2019-06-04 15:24:40 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 15:36:20 +0100" startDate="2019-06-04 15:24:40 +0100" endDate="2019-06-04 15:32:42 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 15:53:52 +0100" startDate="2019-06-04 15:40:18 +0100" endDate="2019-06-04 15:40:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 16:05:23 +0100" startDate="2019-06-04 15:53:44 +0100" endDate="2019-06-04 15:55:54 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 16:20:15 +0100" startDate="2019-06-04 16:06:24 +0100" endDate="2019-06-04 16:16:24 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 16:28:07 +0100" startDate="2019-06-04 16:16:24 +0100" endDate="2019-06-04 16:16:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 16:48:00 +0100" startDate="2019-06-04 16:32:18 +0100" endDate="2019-06-04 16:36:12 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 17:02:19 +0100" startDate="2019-06-04 16:46:55 +0100" endDate="2019-06-04 16:54:45 +0100" value="659"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 17:08:17 +0100" startDate="2019-06-04 16:57:10 +0100" endDate="2019-06-04 17:04:23 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 18:11:04 +0100" startDate="2019-06-04 17:52:49 +0100" endDate="2019-06-04 17:58:37 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 18:25:00 +0100" startDate="2019-06-04 18:11:15 +0100" endDate="2019-06-04 18:20:41 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 18:32:37 +0100" startDate="2019-06-04 18:21:37 +0100" endDate="2019-06-04 18:29:40 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 19:28:14 +0100" startDate="2019-06-04 19:13:00 +0100" endDate="2019-06-04 19:14:47 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 19:36:34 +0100" startDate="2019-06-04 19:26:30 +0100" endDate="2019-06-04 19:26:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 19:49:24 +0100" startDate="2019-06-04 19:38:19 +0100" endDate="2019-06-04 19:44:58 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 20:20:41 +0100" startDate="2019-06-04 20:05:46 +0100" endDate="2019-06-04 20:15:35 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 21:11:57 +0100" startDate="2019-06-04 20:55:19 +0100" endDate="2019-06-04 20:56:02 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 22:29:57 +0100" startDate="2019-06-04 21:32:35 +0100" endDate="2019-06-04 21:39:37 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 22:39:34 +0100" startDate="2019-06-04 22:28:32 +0100" endDate="2019-06-04 22:34:19 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-04 23:22:58 +0100" startDate="2019-06-04 23:11:42 +0100" endDate="2019-06-04 23:11:57 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 06:31:57 +0100" startDate="2019-06-05 06:14:27 +0100" endDate="2019-06-05 06:20:04 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 06:43:05 +0100" startDate="2019-06-05 06:31:49 +0100" endDate="2019-06-05 06:41:22 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 07:33:55 +0100" startDate="2019-06-05 07:21:28 +0100" endDate="2019-06-05 07:31:27 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 07:46:51 +0100" startDate="2019-06-05 07:31:27 +0100" endDate="2019-06-05 07:41:15 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 07:56:22 +0100" startDate="2019-06-05 07:42:08 +0100" endDate="2019-06-05 07:44:36 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 08:18:55 +0100" startDate="2019-06-05 08:06:44 +0100" endDate="2019-06-05 08:09:22 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 08:37:21 +0100" startDate="2019-06-05 08:25:12 +0100" endDate="2019-06-05 08:25:24 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 09:42:45 +0100" startDate="2019-06-05 09:28:17 +0100" endDate="2019-06-05 09:38:03 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 09:53:37 +0100" startDate="2019-06-05 09:39:55 +0100" endDate="2019-06-05 09:40:10 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 10:19:34 +0100" startDate="2019-06-05 09:53:33 +0100" endDate="2019-06-05 09:54:01 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 10:53:32 +0100" startDate="2019-06-05 10:39:46 +0100" endDate="2019-06-05 10:43:28 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 11:03:56 +0100" startDate="2019-06-05 10:51:52 +0100" endDate="2019-06-05 10:55:05 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 11:40:28 +0100" startDate="2019-06-05 11:23:22 +0100" endDate="2019-06-05 11:31:28 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 11:50:20 +0100" startDate="2019-06-05 11:33:45 +0100" endDate="2019-06-05 11:34:08 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 12:35:59 +0100" startDate="2019-06-05 12:19:14 +0100" endDate="2019-06-05 12:25:55 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 12:47:32 +0100" startDate="2019-06-05 12:30:38 +0100" endDate="2019-06-05 12:35:22 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 14:45:02 +0100" startDate="2019-06-05 14:33:08 +0100" endDate="2019-06-05 14:34:01 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 15:36:06 +0100" startDate="2019-06-05 15:19:00 +0100" endDate="2019-06-05 15:28:50 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 15:45:07 +0100" startDate="2019-06-05 15:32:16 +0100" endDate="2019-06-05 15:42:16 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 15:53:18 +0100" startDate="2019-06-05 15:42:16 +0100" endDate="2019-06-05 15:48:17 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 18:38:05 +0100" startDate="2019-06-05 18:24:36 +0100" endDate="2019-06-05 18:32:18 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 18:51:35 +0100" startDate="2019-06-05 18:39:53 +0100" endDate="2019-06-05 18:48:46 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 19:03:03 +0100" startDate="2019-06-05 18:50:05 +0100" endDate="2019-06-05 18:53:46 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 19:15:04 +0100" startDate="2019-06-05 19:03:16 +0100" endDate="2019-06-05 19:03:21 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.2" device="&lt;&lt;HKDevice: 0x303ca5b80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:12.2, creation date:2019-04-04 00:20:37 +0000&gt;" unit="count" creationDate="2019-06-05 21:12:42 +0100" startDate="2019-06-05 20:56:36 +0100" endDate="2019-06-05 20:56:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 06:57:38 +0100" startDate="2019-06-06 06:43:34 +0100" endDate="2019-06-06 06:52:08 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 07:32:24 +0100" startDate="2019-06-06 07:20:56 +0100" endDate="2019-06-06 07:21:49 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 07:44:45 +0100" startDate="2019-06-06 07:32:40 +0100" endDate="2019-06-06 07:42:40 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 07:53:43 +0100" startDate="2019-06-06 07:42:40 +0100" endDate="2019-06-06 07:43:21 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 08:20:07 +0100" startDate="2019-06-06 08:00:30 +0100" endDate="2019-06-06 08:01:29 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 08:46:29 +0100" startDate="2019-06-06 08:30:11 +0100" endDate="2019-06-06 08:39:27 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 08:54:55 +0100" startDate="2019-06-06 08:41:14 +0100" endDate="2019-06-06 08:41:32 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 09:46:10 +0100" startDate="2019-06-06 09:32:38 +0100" endDate="2019-06-06 09:39:59 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 10:50:46 +0100" startDate="2019-06-06 10:36:24 +0100" endDate="2019-06-06 10:45:52 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 11:02:44 +0100" startDate="2019-06-06 10:47:01 +0100" endDate="2019-06-06 10:51:54 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 11:30:43 +0100" startDate="2019-06-06 11:16:37 +0100" endDate="2019-06-06 11:26:22 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 11:40:33 +0100" startDate="2019-06-06 11:28:09 +0100" endDate="2019-06-06 11:32:47 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 14:27:09 +0100" startDate="2019-06-06 14:13:25 +0100" endDate="2019-06-06 14:20:28 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 14:47:41 +0100" startDate="2019-06-06 14:35:49 +0100" endDate="2019-06-06 14:40:34 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 15:20:58 +0100" startDate="2019-06-06 15:08:24 +0100" endDate="2019-06-06 15:08:27 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 15:32:26 +0100" startDate="2019-06-06 15:19:29 +0100" endDate="2019-06-06 15:29:29 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 15:41:27 +0100" startDate="2019-06-06 15:29:29 +0100" endDate="2019-06-06 15:39:15 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 15:51:50 +0100" startDate="2019-06-06 15:40:21 +0100" endDate="2019-06-06 15:50:12 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 16:01:36 +0100" startDate="2019-06-06 15:50:25 +0100" endDate="2019-06-06 15:55:56 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 16:25:45 +0100" startDate="2019-06-06 16:14:15 +0100" endDate="2019-06-06 16:24:15 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 16:39:20 +0100" startDate="2019-06-06 16:24:15 +0100" endDate="2019-06-06 16:25:33 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 18:03:07 +0100" startDate="2019-06-06 17:49:31 +0100" endDate="2019-06-06 17:51:59 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 18:37:15 +0100" startDate="2019-06-06 18:09:28 +0100" endDate="2019-06-06 18:15:19 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 18:37:15 +0100" startDate="2019-06-06 18:19:54 +0100" endDate="2019-06-06 18:29:12 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 18:49:43 +0100" startDate="2019-06-06 18:38:16 +0100" endDate="2019-06-06 18:41:02 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 19:00:45 +0100" startDate="2019-06-06 18:47:55 +0100" endDate="2019-06-06 18:57:39 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 19:12:16 +0100" startDate="2019-06-06 18:58:55 +0100" endDate="2019-06-06 19:08:28 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 19:26:57 +0100" startDate="2019-06-06 19:10:38 +0100" endDate="2019-06-06 19:18:44 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 20:21:07 +0100" startDate="2019-06-06 20:09:28 +0100" endDate="2019-06-06 20:16:47 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 21:40:24 +0100" startDate="2019-06-06 21:21:32 +0100" endDate="2019-06-06 21:31:31 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 21:42:34 +0100" startDate="2019-06-06 21:31:31 +0100" endDate="2019-06-06 21:39:53 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-06 21:56:31 +0100" startDate="2019-06-06 21:43:42 +0100" endDate="2019-06-06 21:52:08 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 06:15:34 +0100" startDate="2019-06-07 06:00:14 +0100" endDate="2019-06-07 06:03:05 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 06:25:12 +0100" startDate="2019-06-07 06:10:59 +0100" endDate="2019-06-07 06:11:06 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 06:51:39 +0100" startDate="2019-06-07 06:36:54 +0100" endDate="2019-06-07 06:38:25 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 07:13:17 +0100" startDate="2019-06-07 06:57:35 +0100" endDate="2019-06-07 07:07:34 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 07:23:11 +0100" startDate="2019-06-07 07:07:34 +0100" endDate="2019-06-07 07:13:24 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 09:54:47 +0100" startDate="2019-06-07 09:37:52 +0100" endDate="2019-06-07 09:43:08 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 10:14:05 +0100" startDate="2019-06-07 09:54:33 +0100" endDate="2019-06-07 09:56:55 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 10:44:56 +0100" startDate="2019-06-07 10:33:08 +0100" endDate="2019-06-07 10:42:42 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 11:05:37 +0100" startDate="2019-06-07 10:43:28 +0100" endDate="2019-06-07 10:47:09 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 11:51:51 +0100" startDate="2019-06-07 11:38:23 +0100" endDate="2019-06-07 11:45:44 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 11:59:51 +0100" startDate="2019-06-07 11:48:40 +0100" endDate="2019-06-07 11:57:09 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 12:11:28 +0100" startDate="2019-06-07 12:00:05 +0100" endDate="2019-06-07 12:00:22 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 13:07:15 +0100" startDate="2019-06-07 12:53:35 +0100" endDate="2019-06-07 13:01:43 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 13:35:20 +0100" startDate="2019-06-07 13:22:22 +0100" endDate="2019-06-07 13:29:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 13:51:29 +0100" startDate="2019-06-07 13:39:51 +0100" endDate="2019-06-07 13:49:52 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 14:01:13 +0100" startDate="2019-06-07 13:49:52 +0100" endDate="2019-06-07 13:59:52 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 14:13:33 +0100" startDate="2019-06-07 13:59:52 +0100" endDate="2019-06-07 14:02:30 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 14:26:17 +0100" startDate="2019-06-07 14:13:30 +0100" endDate="2019-06-07 14:22:48 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 14:36:39 +0100" startDate="2019-06-07 14:25:39 +0100" endDate="2019-06-07 14:31:11 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 14:49:26 +0100" startDate="2019-06-07 14:38:16 +0100" endDate="2019-06-07 14:38:26 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 15:37:58 +0100" startDate="2019-06-07 15:19:55 +0100" endDate="2019-06-07 15:27:26 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 17:19:14 +0100" startDate="2019-06-07 17:03:52 +0100" endDate="2019-06-07 17:05:39 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 18:14:07 +0100" startDate="2019-06-07 18:00:10 +0100" endDate="2019-06-07 18:04:11 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 18:24:33 +0100" startDate="2019-06-07 18:13:41 +0100" endDate="2019-06-07 18:13:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 19:17:31 +0100" startDate="2019-06-07 19:05:04 +0100" endDate="2019-06-07 19:10:45 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 19:27:30 +0100" startDate="2019-06-07 19:16:28 +0100" endDate="2019-06-07 19:21:25 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 20:16:27 +0100" startDate="2019-06-07 20:05:41 +0100" endDate="2019-06-07 20:05:43 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 21:10:48 +0100" startDate="2019-06-07 20:57:40 +0100" endDate="2019-06-07 21:07:39 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 21:54:09 +0100" startDate="2019-06-07 21:07:39 +0100" endDate="2019-06-07 21:17:08 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 21:54:09 +0100" startDate="2019-06-07 21:17:46 +0100" endDate="2019-06-07 21:25:00 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-07 22:01:20 +0100" startDate="2019-06-07 21:50:17 +0100" endDate="2019-06-07 21:54:52 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-08 19:41:54 +0100" startDate="2019-06-08 19:22:28 +0100" endDate="2019-06-08 19:30:31 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-08 19:47:37 +0100" startDate="2019-06-08 19:33:34 +0100" endDate="2019-06-08 19:39:52 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-08 19:56:52 +0100" startDate="2019-06-08 19:45:51 +0100" endDate="2019-06-08 19:52:42 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-08 21:36:41 +0100" startDate="2019-06-08 21:24:42 +0100" endDate="2019-06-08 21:34:41 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-08 21:45:44 +0100" startDate="2019-06-08 21:34:41 +0100" endDate="2019-06-08 21:38:51 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-08 22:03:09 +0100" startDate="2019-06-08 21:48:25 +0100" endDate="2019-06-08 21:58:24 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-08 22:09:27 +0100" startDate="2019-06-08 21:58:24 +0100" endDate="2019-06-08 22:06:20 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-08 23:32:15 +0100" startDate="2019-06-08 23:12:24 +0100" endDate="2019-06-08 23:15:31 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 03:30:42 +0100" startDate="2019-06-09 03:05:27 +0100" endDate="2019-06-09 03:12:31 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 03:30:42 +0100" startDate="2019-06-09 03:17:42 +0100" endDate="2019-06-09 03:23:25 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 09:20:29 +0100" startDate="2019-06-09 09:04:35 +0100" endDate="2019-06-09 09:12:58 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 09:33:20 +0100" startDate="2019-06-09 09:17:06 +0100" endDate="2019-06-09 09:19:39 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 09:57:04 +0100" startDate="2019-06-09 09:44:13 +0100" endDate="2019-06-09 09:44:21 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 11:26:45 +0100" startDate="2019-06-09 11:15:39 +0100" endDate="2019-06-09 11:15:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 11:57:59 +0100" startDate="2019-06-09 11:45:50 +0100" endDate="2019-06-09 11:55:32 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 12:08:26 +0100" startDate="2019-06-09 11:56:28 +0100" endDate="2019-06-09 12:06:28 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 12:21:39 +0100" startDate="2019-06-09 12:06:28 +0100" endDate="2019-06-09 12:16:28 +0100" value="1125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 12:30:35 +0100" startDate="2019-06-09 12:16:28 +0100" endDate="2019-06-09 12:26:29 +0100" value="1142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 12:39:15 +0100" startDate="2019-06-09 12:26:29 +0100" endDate="2019-06-09 12:35:34 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 12:56:56 +0100" startDate="2019-06-09 12:39:23 +0100" endDate="2019-06-09 12:39:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 13:20:50 +0100" startDate="2019-06-09 13:03:03 +0100" endDate="2019-06-09 13:03:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 13:43:41 +0100" startDate="2019-06-09 13:28:25 +0100" endDate="2019-06-09 13:37:15 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 13:59:55 +0100" startDate="2019-06-09 13:41:37 +0100" endDate="2019-06-09 13:43:44 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 15:05:32 +0100" startDate="2019-06-09 14:23:35 +0100" endDate="2019-06-09 14:23:37 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 16:37:39 +0100" startDate="2019-06-09 15:06:49 +0100" endDate="2019-06-09 15:13:40 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 17:47:08 +0100" startDate="2019-06-09 16:51:08 +0100" endDate="2019-06-09 16:51:13 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 17:47:08 +0100" startDate="2019-06-09 16:57:33 +0100" endDate="2019-06-09 17:12:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 17:47:08 +0100" startDate="2019-06-09 17:12:00 +0100" endDate="2019-06-09 17:13:34 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 18:08:34 +0100" startDate="2019-06-09 17:40:29 +0100" endDate="2019-06-09 17:40:29 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 18:26:27 +0100" startDate="2019-06-09 18:01:51 +0100" endDate="2019-06-09 18:01:51 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 18:42:58 +0100" startDate="2019-06-09 18:20:30 +0100" endDate="2019-06-09 18:21:08 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 20:02:58 +0100" startDate="2019-06-09 19:21:55 +0100" endDate="2019-06-09 19:22:07 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 20:14:35 +0100" startDate="2019-06-09 19:54:44 +0100" endDate="2019-06-09 20:02:13 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 20:19:17 +0100" startDate="2019-06-09 20:08:10 +0100" endDate="2019-06-09 20:10:58 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 20:35:12 +0100" startDate="2019-06-09 20:24:15 +0100" endDate="2019-06-09 20:24:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 20:57:34 +0100" startDate="2019-06-09 20:44:01 +0100" endDate="2019-06-09 20:44:21 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 21:50:31 +0100" startDate="2019-06-09 21:36:27 +0100" endDate="2019-06-09 21:37:54 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 22:21:16 +0100" startDate="2019-06-09 22:02:31 +0100" endDate="2019-06-09 22:04:23 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 23:04:25 +0100" startDate="2019-06-09 22:41:49 +0100" endDate="2019-06-09 22:47:31 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 23:04:25 +0100" startDate="2019-06-09 22:52:16 +0100" endDate="2019-06-09 22:57:55 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 23:12:56 +0100" startDate="2019-06-09 22:57:55 +0100" endDate="2019-06-09 23:04:22 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 23:18:07 +0100" startDate="2019-06-09 23:05:06 +0100" endDate="2019-06-09 23:05:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-09 23:52:45 +0100" startDate="2019-06-09 23:30:54 +0100" endDate="2019-06-09 23:36:35 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 05:13:48 +0100" startDate="2019-06-10 05:00:23 +0100" endDate="2019-06-10 05:09:17 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 05:41:04 +0100" startDate="2019-06-10 05:28:12 +0100" endDate="2019-06-10 05:37:52 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 06:46:22 +0100" startDate="2019-06-10 06:30:24 +0100" endDate="2019-06-10 06:34:40 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 07:09:27 +0100" startDate="2019-06-10 06:47:08 +0100" endDate="2019-06-10 06:52:19 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 07:18:15 +0100" startDate="2019-06-10 07:06:05 +0100" endDate="2019-06-10 07:13:20 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 07:29:13 +0100" startDate="2019-06-10 07:13:20 +0100" endDate="2019-06-10 07:21:36 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 07:39:16 +0100" startDate="2019-06-10 07:24:29 +0100" endDate="2019-06-10 07:33:39 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 07:50:27 +0100" startDate="2019-06-10 07:35:59 +0100" endDate="2019-06-10 07:41:12 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 10:51:27 +0100" startDate="2019-06-10 08:46:43 +0100" endDate="2019-06-10 08:53:15 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 11:09:45 +0100" startDate="2019-06-10 10:55:23 +0100" endDate="2019-06-10 11:05:23 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 11:18:29 +0100" startDate="2019-06-10 11:05:23 +0100" endDate="2019-06-10 11:09:24 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 11:42:40 +0100" startDate="2019-06-10 11:29:54 +0100" endDate="2019-06-10 11:32:01 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 11:57:36 +0100" startDate="2019-06-10 11:43:17 +0100" endDate="2019-06-10 11:53:12 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 12:47:21 +0100" startDate="2019-06-10 12:36:28 +0100" endDate="2019-06-10 12:44:33 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 12:59:57 +0100" startDate="2019-06-10 12:44:33 +0100" endDate="2019-06-10 12:54:30 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 13:07:47 +0100" startDate="2019-06-10 12:54:35 +0100" endDate="2019-06-10 13:03:50 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 13:24:44 +0100" startDate="2019-06-10 13:06:45 +0100" endDate="2019-06-10 13:13:42 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 13:29:54 +0100" startDate="2019-06-10 13:16:48 +0100" endDate="2019-06-10 13:26:49 +0100" value="656"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 13:37:52 +0100" startDate="2019-06-10 13:26:49 +0100" endDate="2019-06-10 13:29:52 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 14:08:11 +0100" startDate="2019-06-10 13:43:53 +0100" endDate="2019-06-10 13:47:57 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 15:04:32 +0100" startDate="2019-06-10 14:41:02 +0100" endDate="2019-06-10 14:43:55 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 15:04:32 +0100" startDate="2019-06-10 14:52:21 +0100" endDate="2019-06-10 14:58:49 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 15:18:20 +0100" startDate="2019-06-10 14:58:49 +0100" endDate="2019-06-10 15:07:18 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 15:22:47 +0100" startDate="2019-06-10 15:10:00 +0100" endDate="2019-06-10 15:11:14 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 15:31:19 +0100" startDate="2019-06-10 15:20:19 +0100" endDate="2019-06-10 15:23:50 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 16:00:00 +0100" startDate="2019-06-10 15:46:11 +0100" endDate="2019-06-10 15:55:39 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 16:10:11 +0100" startDate="2019-06-10 15:56:33 +0100" endDate="2019-06-10 16:06:32 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 16:21:31 +0100" startDate="2019-06-10 16:06:32 +0100" endDate="2019-06-10 16:16:30 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 16:28:27 +0100" startDate="2019-06-10 16:16:30 +0100" endDate="2019-06-10 16:26:16 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 16:44:27 +0100" startDate="2019-06-10 16:26:47 +0100" endDate="2019-06-10 16:36:10 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 16:51:08 +0100" startDate="2019-06-10 16:37:01 +0100" endDate="2019-06-10 16:46:55 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 17:01:07 +0100" startDate="2019-06-10 16:47:26 +0100" endDate="2019-06-10 16:57:20 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 17:11:58 +0100" startDate="2019-06-10 16:58:42 +0100" endDate="2019-06-10 17:08:42 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 17:36:41 +0100" startDate="2019-06-10 17:08:42 +0100" endDate="2019-06-10 17:18:41 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 17:36:41 +0100" startDate="2019-06-10 17:18:41 +0100" endDate="2019-06-10 17:21:43 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 17:46:24 +0100" startDate="2019-06-10 17:23:17 +0100" endDate="2019-06-10 17:32:37 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 17:46:24 +0100" startDate="2019-06-10 17:33:41 +0100" endDate="2019-06-10 17:36:49 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 18:02:43 +0100" startDate="2019-06-10 17:36:49 +0100" endDate="2019-06-10 17:38:49 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 18:02:43 +0100" startDate="2019-06-10 17:47:33 +0100" endDate="2019-06-10 17:48:45 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 18:06:12 +0100" startDate="2019-06-10 17:48:45 +0100" endDate="2019-06-10 17:58:45 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 18:27:44 +0100" startDate="2019-06-10 17:58:58 +0100" endDate="2019-06-10 18:08:58 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 18:27:44 +0100" startDate="2019-06-10 18:08:58 +0100" endDate="2019-06-10 18:15:06 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 18:39:27 +0100" startDate="2019-06-10 18:15:06 +0100" endDate="2019-06-10 18:22:00 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 20:08:52 +0100" startDate="2019-06-10 19:42:17 +0100" endDate="2019-06-10 19:45:36 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 20:19:30 +0100" startDate="2019-06-10 20:06:44 +0100" endDate="2019-06-10 20:15:52 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 20:38:47 +0100" startDate="2019-06-10 20:17:14 +0100" endDate="2019-06-10 20:26:43 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 20:38:47 +0100" startDate="2019-06-10 20:27:24 +0100" endDate="2019-06-10 20:31:14 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 20:58:59 +0100" startDate="2019-06-10 20:36:10 +0100" endDate="2019-06-10 20:37:26 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 22:22:41 +0100" startDate="2019-06-10 22:04:13 +0100" endDate="2019-06-10 22:04:13 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 22:48:33 +0100" startDate="2019-06-10 22:24:41 +0100" endDate="2019-06-10 22:34:40 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 22:48:33 +0100" startDate="2019-06-10 22:34:40 +0100" endDate="2019-06-10 22:44:40 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-10 22:59:50 +0100" startDate="2019-06-10 22:44:40 +0100" endDate="2019-06-10 22:46:48 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 10:01:25 +0100" startDate="2019-06-11 09:35:20 +0100" endDate="2019-06-11 09:41:53 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 10:01:25 +0100" startDate="2019-06-11 09:46:55 +0100" endDate="2019-06-11 09:56:55 +0100" value="711"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 10:09:30 +0100" startDate="2019-06-11 09:56:55 +0100" endDate="2019-06-11 10:06:55 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 10:24:30 +0100" startDate="2019-06-11 10:06:55 +0100" endDate="2019-06-11 10:16:55 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 10:29:04 +0100" startDate="2019-06-11 10:16:55 +0100" endDate="2019-06-11 10:26:54 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 10:43:22 +0100" startDate="2019-06-11 10:26:54 +0100" endDate="2019-06-11 10:36:33 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 10:50:30 +0100" startDate="2019-06-11 10:37:14 +0100" endDate="2019-06-11 10:47:12 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 11:03:22 +0100" startDate="2019-06-11 10:47:15 +0100" endDate="2019-06-11 10:57:16 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 11:08:37 +0100" startDate="2019-06-11 10:57:16 +0100" endDate="2019-06-11 11:07:17 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 11:21:15 +0100" startDate="2019-06-11 11:07:17 +0100" endDate="2019-06-11 11:17:09 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 11:29:13 +0100" startDate="2019-06-11 11:17:24 +0100" endDate="2019-06-11 11:27:13 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 11:41:30 +0100" startDate="2019-06-11 11:27:28 +0100" endDate="2019-06-11 11:37:07 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 11:47:59 +0100" startDate="2019-06-11 11:37:30 +0100" endDate="2019-06-11 11:47:20 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 11:59:06 +0100" startDate="2019-06-11 11:47:38 +0100" endDate="2019-06-11 11:57:38 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 12:08:33 +0100" startDate="2019-06-11 11:57:38 +0100" endDate="2019-06-11 12:03:53 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 12:39:10 +0100" startDate="2019-06-11 12:23:55 +0100" endDate="2019-06-11 12:28:29 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 12:55:47 +0100" startDate="2019-06-11 12:43:52 +0100" endDate="2019-06-11 12:47:28 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 13:35:31 +0100" startDate="2019-06-11 13:22:01 +0100" endDate="2019-06-11 13:22:11 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 14:56:33 +0100" startDate="2019-06-11 14:14:28 +0100" endDate="2019-06-11 14:21:33 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 15:06:48 +0100" startDate="2019-06-11 14:32:19 +0100" endDate="2019-06-11 14:39:19 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 15:06:48 +0100" startDate="2019-06-11 14:43:31 +0100" endDate="2019-06-11 14:52:05 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 15:06:48 +0100" startDate="2019-06-11 14:55:39 +0100" endDate="2019-06-11 14:56:00 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 15:45:23 +0100" startDate="2019-06-11 15:02:14 +0100" endDate="2019-06-11 15:09:34 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 15:45:23 +0100" startDate="2019-06-11 15:12:42 +0100" endDate="2019-06-11 15:13:35 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 15:45:23 +0100" startDate="2019-06-11 15:22:43 +0100" endDate="2019-06-11 15:22:46 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 16:02:39 +0100" startDate="2019-06-11 15:45:54 +0100" endDate="2019-06-11 15:53:40 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 16:25:45 +0100" startDate="2019-06-11 16:13:18 +0100" endDate="2019-06-11 16:19:27 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 17:04:36 +0100" startDate="2019-06-11 16:49:31 +0100" endDate="2019-06-11 16:59:31 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 17:11:16 +0100" startDate="2019-06-11 16:59:31 +0100" endDate="2019-06-11 17:06:55 +0100" value="563"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 17:23:52 +0100" startDate="2019-06-11 17:12:29 +0100" endDate="2019-06-11 17:22:14 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 17:40:14 +0100" startDate="2019-06-11 17:22:30 +0100" endDate="2019-06-11 17:27:51 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 19:45:11 +0100" startDate="2019-06-11 19:27:12 +0100" endDate="2019-06-11 19:37:11 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 20:09:09 +0100" startDate="2019-06-11 19:37:11 +0100" endDate="2019-06-11 19:41:54 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 21:25:37 +0100" startDate="2019-06-11 21:05:24 +0100" endDate="2019-06-11 21:15:18 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 21:25:37 +0100" startDate="2019-06-11 21:15:25 +0100" endDate="2019-06-11 21:24:21 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 21:45:12 +0100" startDate="2019-06-11 21:28:32 +0100" endDate="2019-06-11 21:38:33 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 21:51:25 +0100" startDate="2019-06-11 21:39:06 +0100" endDate="2019-06-11 21:41:32 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 22:07:01 +0100" startDate="2019-06-11 21:53:05 +0100" endDate="2019-06-11 21:56:31 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 22:40:55 +0100" startDate="2019-06-11 22:23:50 +0100" endDate="2019-06-11 22:25:59 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 22:49:51 +0100" startDate="2019-06-11 22:38:18 +0100" endDate="2019-06-11 22:45:32 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-11 23:10:46 +0100" startDate="2019-06-11 22:57:41 +0100" endDate="2019-06-11 22:58:24 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 01:03:08 +0100" startDate="2019-06-11 23:21:43 +0100" endDate="2019-06-11 23:23:30 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 01:03:08 +0100" startDate="2019-06-11 23:55:01 +0100" endDate="2019-06-11 23:55:18 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 07:05:01 +0100" startDate="2019-06-12 06:45:13 +0100" endDate="2019-06-12 06:51:05 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 07:09:08 +0100" startDate="2019-06-12 06:57:37 +0100" endDate="2019-06-12 06:59:29 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 07:35:35 +0100" startDate="2019-06-12 07:15:13 +0100" endDate="2019-06-12 07:19:07 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 07:44:10 +0100" startDate="2019-06-12 07:30:31 +0100" endDate="2019-06-12 07:34:17 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 07:56:48 +0100" startDate="2019-06-12 07:45:38 +0100" endDate="2019-06-12 07:46:41 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 08:44:46 +0100" startDate="2019-06-12 07:58:28 +0100" endDate="2019-06-12 08:03:38 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 09:27:27 +0100" startDate="2019-06-12 08:40:49 +0100" endDate="2019-06-12 08:40:54 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 09:28:27 +0100" startDate="2019-06-12 09:12:35 +0100" endDate="2019-06-12 09:12:35 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 10:09:08 +0100" startDate="2019-06-12 09:51:27 +0100" endDate="2019-06-12 09:51:27 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 10:15:30 +0100" startDate="2019-06-12 10:01:59 +0100" endDate="2019-06-12 10:11:39 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 10:31:03 +0100" startDate="2019-06-12 10:12:30 +0100" endDate="2019-06-12 10:20:11 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 10:50:04 +0100" startDate="2019-06-12 10:31:18 +0100" endDate="2019-06-12 10:37:04 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 11:30:50 +0100" startDate="2019-06-12 11:15:24 +0100" endDate="2019-06-12 11:21:27 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 12:05:12 +0100" startDate="2019-06-12 11:50:54 +0100" endDate="2019-06-12 11:56:56 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 12:34:09 +0100" startDate="2019-06-12 12:16:32 +0100" endDate="2019-06-12 12:16:32 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 13:28:08 +0100" startDate="2019-06-12 13:09:29 +0100" endDate="2019-06-12 13:19:29 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 13:41:14 +0100" startDate="2019-06-12 13:19:29 +0100" endDate="2019-06-12 13:29:28 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 13:41:14 +0100" startDate="2019-06-12 13:29:28 +0100" endDate="2019-06-12 13:34:45 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 13:54:42 +0100" startDate="2019-06-12 13:34:45 +0100" endDate="2019-06-12 13:44:39 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 13:58:40 +0100" startDate="2019-06-12 13:44:47 +0100" endDate="2019-06-12 13:54:47 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 14:10:24 +0100" startDate="2019-06-12 13:54:47 +0100" endDate="2019-06-12 14:04:05 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 14:21:57 +0100" startDate="2019-06-12 14:09:16 +0100" endDate="2019-06-12 14:13:39 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 15:54:12 +0100" startDate="2019-06-12 14:42:00 +0100" endDate="2019-06-12 14:49:50 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 15:54:12 +0100" startDate="2019-06-12 14:52:25 +0100" endDate="2019-06-12 14:54:05 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 15:56:04 +0100" startDate="2019-06-12 15:39:18 +0100" endDate="2019-06-12 15:39:18 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 16:12:23 +0100" startDate="2019-06-12 15:53:58 +0100" endDate="2019-06-12 16:03:22 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 16:18:25 +0100" startDate="2019-06-12 16:04:46 +0100" endDate="2019-06-12 16:13:39 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 16:37:15 +0100" startDate="2019-06-12 16:23:23 +0100" endDate="2019-06-12 16:32:14 +0100" value="536"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 16:52:08 +0100" startDate="2019-06-12 16:37:49 +0100" endDate="2019-06-12 16:46:01 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 17:01:47 +0100" startDate="2019-06-12 16:49:20 +0100" endDate="2019-06-12 16:54:56 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 17:12:13 +0100" startDate="2019-06-12 17:00:25 +0100" endDate="2019-06-12 17:09:21 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 17:26:22 +0100" startDate="2019-06-12 17:11:46 +0100" endDate="2019-06-12 17:12:04 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 17:58:31 +0100" startDate="2019-06-12 17:35:40 +0100" endDate="2019-06-12 17:42:21 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 17:58:31 +0100" startDate="2019-06-12 17:46:15 +0100" endDate="2019-06-12 17:54:22 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 18:05:31 +0100" startDate="2019-06-12 17:54:22 +0100" endDate="2019-06-12 17:58:37 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 18:09:55 +0100" startDate="2019-06-12 17:58:44 +0100" endDate="2019-06-12 17:58:44 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 18:30:09 +0100" startDate="2019-06-12 18:11:01 +0100" endDate="2019-06-12 18:12:32 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 18:45:21 +0100" startDate="2019-06-12 18:28:57 +0100" endDate="2019-06-12 18:38:56 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 18:56:35 +0100" startDate="2019-06-12 18:39:01 +0100" endDate="2019-06-12 18:43:56 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 19:30:29 +0100" startDate="2019-06-12 19:10:26 +0100" endDate="2019-06-12 19:11:17 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 19:44:29 +0100" startDate="2019-06-12 19:27:30 +0100" endDate="2019-06-12 19:33:21 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 20:12:32 +0100" startDate="2019-06-12 19:59:01 +0100" endDate="2019-06-12 19:59:19 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 20:47:23 +0100" startDate="2019-06-12 20:30:30 +0100" endDate="2019-06-12 20:40:04 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 20:57:53 +0100" startDate="2019-06-12 20:41:05 +0100" endDate="2019-06-12 20:41:08 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-12 21:29:00 +0100" startDate="2019-06-12 21:17:49 +0100" endDate="2019-06-12 21:18:00 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 07:49:59 +0100" startDate="2019-06-13 07:35:28 +0100" endDate="2019-06-13 07:40:30 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 08:08:59 +0100" startDate="2019-06-13 07:58:47 +0100" endDate="2019-06-13 07:59:31 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 08:23:42 +0100" startDate="2019-06-13 08:09:21 +0100" endDate="2019-06-13 08:16:38 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 08:38:45 +0100" startDate="2019-06-13 08:26:54 +0100" endDate="2019-06-13 08:28:18 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 09:10:38 +0100" startDate="2019-06-13 08:44:20 +0100" endDate="2019-06-13 08:54:21 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 09:10:38 +0100" startDate="2019-06-13 08:54:21 +0100" endDate="2019-06-13 09:04:21 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 09:29:25 +0100" startDate="2019-06-13 09:04:31 +0100" endDate="2019-06-13 09:13:03 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 09:29:25 +0100" startDate="2019-06-13 09:18:43 +0100" endDate="2019-06-13 09:18:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 09:37:27 +0100" startDate="2019-06-13 09:18:48 +0100" endDate="2019-06-13 09:22:43 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 11:17:18 +0100" startDate="2019-06-13 11:01:30 +0100" endDate="2019-06-13 11:08:10 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 11:37:36 +0100" startDate="2019-06-13 11:08:38 +0100" endDate="2019-06-13 11:17:27 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 12:10:16 +0100" startDate="2019-06-13 11:28:23 +0100" endDate="2019-06-13 11:35:08 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 13:04:22 +0100" startDate="2019-06-13 12:52:44 +0100" endDate="2019-06-13 13:02:45 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 13:13:47 +0100" startDate="2019-06-13 13:02:45 +0100" endDate="2019-06-13 13:12:44 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 13:31:22 +0100" startDate="2019-06-13 13:12:44 +0100" endDate="2019-06-13 13:22:09 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 13:42:26 +0100" startDate="2019-06-13 13:26:55 +0100" endDate="2019-06-13 13:36:56 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 13:48:37 +0100" startDate="2019-06-13 13:36:56 +0100" endDate="2019-06-13 13:46:24 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 14:05:18 +0100" startDate="2019-06-13 13:47:10 +0100" endDate="2019-06-13 13:57:10 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 14:14:58 +0100" startDate="2019-06-13 13:57:10 +0100" endDate="2019-06-13 14:07:11 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 14:20:52 +0100" startDate="2019-06-13 14:07:11 +0100" endDate="2019-06-13 14:16:57 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 14:28:18 +0100" startDate="2019-06-13 14:17:18 +0100" endDate="2019-06-13 14:24:13 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 15:42:54 +0100" startDate="2019-06-13 15:03:08 +0100" endDate="2019-06-13 15:08:02 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 16:31:22 +0100" startDate="2019-06-13 15:15:59 +0100" endDate="2019-06-13 15:25:45 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 16:31:22 +0100" startDate="2019-06-13 15:26:03 +0100" endDate="2019-06-13 15:36:04 +0100" value="1090"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 16:31:22 +0100" startDate="2019-06-13 15:36:04 +0100" endDate="2019-06-13 15:42:15 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 17:20:34 +0100" startDate="2019-06-13 16:27:54 +0100" endDate="2019-06-13 16:35:14 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 17:23:16 +0100" startDate="2019-06-13 17:13:05 +0100" endDate="2019-06-13 17:19:48 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 17:47:42 +0100" startDate="2019-06-13 17:22:21 +0100" endDate="2019-06-13 17:32:21 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 17:47:42 +0100" startDate="2019-06-13 17:32:21 +0100" endDate="2019-06-13 17:38:12 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 17:49:45 +0100" startDate="2019-06-13 17:38:15 +0100" endDate="2019-06-13 17:47:36 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 18:03:59 +0100" startDate="2019-06-13 17:48:26 +0100" endDate="2019-06-13 17:49:48 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 18:04:59 +0100" startDate="2019-06-13 17:49:51 +0100" endDate="2019-06-13 17:53:37 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 18:14:15 +0100" startDate="2019-06-13 18:01:03 +0100" endDate="2019-06-13 18:05:51 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 18:28:14 +0100" startDate="2019-06-13 18:11:47 +0100" endDate="2019-06-13 18:20:50 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 20:41:46 +0100" startDate="2019-06-13 18:24:47 +0100" endDate="2019-06-13 18:24:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 20:54:21 +0100" startDate="2019-06-13 20:43:23 +0100" endDate="2019-06-13 20:49:42 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 21:40:54 +0100" startDate="2019-06-13 20:54:57 +0100" endDate="2019-06-13 20:58:44 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 21:40:54 +0100" startDate="2019-06-13 21:10:57 +0100" endDate="2019-06-13 21:10:57 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 22:13:21 +0100" startDate="2019-06-13 21:31:56 +0100" endDate="2019-06-13 21:31:56 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 23:02:05 +0100" startDate="2019-06-13 22:45:09 +0100" endDate="2019-06-13 22:51:08 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 23:25:33 +0100" startDate="2019-06-13 23:10:14 +0100" endDate="2019-06-13 23:12:52 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-13 23:38:52 +0100" startDate="2019-06-13 23:24:48 +0100" endDate="2019-06-13 23:25:41 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 08:27:41 +0100" startDate="2019-06-14 08:10:35 +0100" endDate="2019-06-14 08:20:35 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 08:32:28 +0100" startDate="2019-06-14 08:20:35 +0100" endDate="2019-06-14 08:30:31 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 08:45:00 +0100" startDate="2019-06-14 08:32:11 +0100" endDate="2019-06-14 08:38:27 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 09:00:59 +0100" startDate="2019-06-14 08:46:38 +0100" endDate="2019-06-14 08:46:54 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 09:11:38 +0100" startDate="2019-06-14 09:01:18 +0100" endDate="2019-06-14 09:01:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 10:37:19 +0100" startDate="2019-06-14 10:25:23 +0100" endDate="2019-06-14 10:34:17 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 10:54:59 +0100" startDate="2019-06-14 10:36:14 +0100" endDate="2019-06-14 10:45:36 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 11:04:40 +0100" startDate="2019-06-14 10:46:34 +0100" endDate="2019-06-14 10:50:57 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 11:52:12 +0100" startDate="2019-06-14 11:33:06 +0100" endDate="2019-06-14 11:42:00 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 14:00:46 +0100" startDate="2019-06-14 13:48:30 +0100" endDate="2019-06-14 13:51:24 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 14:11:14 +0100" startDate="2019-06-14 14:00:11 +0100" endDate="2019-06-14 14:00:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 14:25:32 +0100" startDate="2019-06-14 14:11:21 +0100" endDate="2019-06-14 14:21:20 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 14:36:28 +0100" startDate="2019-06-14 14:21:20 +0100" endDate="2019-06-14 14:30:34 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 14:46:14 +0100" startDate="2019-06-14 14:31:52 +0100" endDate="2019-06-14 14:41:52 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 15:07:12 +0100" startDate="2019-06-14 14:42:10 +0100" endDate="2019-06-14 14:43:03 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 15:18:24 +0100" startDate="2019-06-14 15:06:44 +0100" endDate="2019-06-14 15:16:08 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 15:31:55 +0100" startDate="2019-06-14 15:17:29 +0100" endDate="2019-06-14 15:27:02 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 15:41:35 +0100" startDate="2019-06-14 15:27:50 +0100" endDate="2019-06-14 15:37:43 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 17:26:38 +0100" startDate="2019-06-14 15:27:50 +0100" endDate="2019-06-14 15:37:43 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 17:26:38 +0100" startDate="2019-06-14 15:38:14 +0100" endDate="2019-06-14 15:38:24 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 17:36:38 +0100" startDate="2019-06-14 17:26:09 +0100" endDate="2019-06-14 17:26:12 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 18:03:42 +0100" startDate="2019-06-14 17:51:26 +0100" endDate="2019-06-14 18:00:49 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-14 18:17:12 +0100" startDate="2019-06-14 18:02:44 +0100" endDate="2019-06-14 18:02:52 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-15 12:15:28 +0100" startDate="2019-06-15 12:03:52 +0100" endDate="2019-06-15 12:03:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-15 12:31:15 +0100" startDate="2019-06-15 12:20:05 +0100" endDate="2019-06-15 12:20:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-15 13:22:42 +0100" startDate="2019-06-15 13:10:27 +0100" endDate="2019-06-15 13:10:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-15 13:35:41 +0100" startDate="2019-06-15 13:22:54 +0100" endDate="2019-06-15 13:31:13 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-15 13:51:40 +0100" startDate="2019-06-15 13:35:40 +0100" endDate="2019-06-15 13:36:51 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-15 15:12:30 +0100" startDate="2019-06-15 15:00:20 +0100" endDate="2019-06-15 15:00:25 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-15 17:06:03 +0100" startDate="2019-06-15 16:52:09 +0100" endDate="2019-06-15 16:53:38 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-15 17:50:26 +0100" startDate="2019-06-15 17:34:30 +0100" endDate="2019-06-15 17:40:36 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-15 18:19:42 +0100" startDate="2019-06-15 17:50:57 +0100" endDate="2019-06-15 17:58:04 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-15 20:57:33 +0100" startDate="2019-06-15 20:22:29 +0100" endDate="2019-06-15 20:23:38 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-15 21:26:45 +0100" startDate="2019-06-15 21:11:45 +0100" endDate="2019-06-15 21:13:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-15 23:07:33 +0100" startDate="2019-06-15 22:45:12 +0100" endDate="2019-06-15 22:49:42 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 00:14:01 +0100" startDate="2019-06-15 23:30:39 +0100" endDate="2019-06-15 23:30:47 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 08:59:56 +0100" startDate="2019-06-16 08:40:18 +0100" endDate="2019-06-16 08:44:53 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 09:31:42 +0100" startDate="2019-06-16 09:20:05 +0100" endDate="2019-06-16 09:28:51 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 09:46:13 +0100" startDate="2019-06-16 09:34:55 +0100" endDate="2019-06-16 09:44:55 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 09:55:58 +0100" startDate="2019-06-16 09:44:55 +0100" endDate="2019-06-16 09:47:10 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 11:23:36 +0100" startDate="2019-06-16 11:11:40 +0100" endDate="2019-06-16 11:12:54 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 12:18:26 +0100" startDate="2019-06-16 12:06:28 +0100" endDate="2019-06-16 12:16:25 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 12:27:56 +0100" startDate="2019-06-16 12:16:53 +0100" endDate="2019-06-16 12:26:47 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 12:45:52 +0100" startDate="2019-06-16 12:27:07 +0100" endDate="2019-06-16 12:31:26 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 12:56:14 +0100" startDate="2019-06-16 12:43:25 +0100" endDate="2019-06-16 12:43:30 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 13:08:20 +0100" startDate="2019-06-16 12:55:09 +0100" endDate="2019-06-16 12:57:51 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 13:33:33 +0100" startDate="2019-06-16 13:12:39 +0100" endDate="2019-06-16 13:22:15 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 13:33:33 +0100" startDate="2019-06-16 13:22:45 +0100" endDate="2019-06-16 13:23:59 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 13:49:14 +0100" startDate="2019-06-16 13:29:09 +0100" endDate="2019-06-16 13:38:10 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 13:59:18 +0100" startDate="2019-06-16 13:40:14 +0100" endDate="2019-06-16 13:48:42 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 14:03:37 +0100" startDate="2019-06-16 13:50:37 +0100" endDate="2019-06-16 13:57:16 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 14:31:58 +0100" startDate="2019-06-16 14:02:33 +0100" endDate="2019-06-16 14:11:39 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 14:31:58 +0100" startDate="2019-06-16 14:13:59 +0100" endDate="2019-06-16 14:22:35 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 14:40:53 +0100" startDate="2019-06-16 14:22:35 +0100" endDate="2019-06-16 14:31:25 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 14:43:00 +0100" startDate="2019-06-16 14:32:28 +0100" endDate="2019-06-16 14:41:15 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 14:55:16 +0100" startDate="2019-06-16 14:42:27 +0100" endDate="2019-06-16 14:49:04 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 15:25:15 +0100" startDate="2019-06-16 15:13:29 +0100" endDate="2019-06-16 15:14:15 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 15:49:37 +0100" startDate="2019-06-16 15:39:22 +0100" endDate="2019-06-16 15:39:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 17:51:40 +0100" startDate="2019-06-16 17:37:38 +0100" endDate="2019-06-16 17:37:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 18:24:35 +0100" startDate="2019-06-16 18:09:19 +0100" endDate="2019-06-16 18:18:58 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 18:30:31 +0100" startDate="2019-06-16 18:19:31 +0100" endDate="2019-06-16 18:24:49 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 19:27:52 +0100" startDate="2019-06-16 19:14:34 +0100" endDate="2019-06-16 19:22:31 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 22:02:20 +0100" startDate="2019-06-16 21:42:03 +0100" endDate="2019-06-16 21:46:13 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 22:38:29 +0100" startDate="2019-06-16 22:25:30 +0100" endDate="2019-06-16 22:33:38 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-16 22:55:29 +0100" startDate="2019-06-16 22:39:21 +0100" endDate="2019-06-16 22:44:46 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 06:23:47 +0100" startDate="2019-06-17 06:12:42 +0100" endDate="2019-06-17 06:12:47 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 06:39:04 +0100" startDate="2019-06-17 06:27:30 +0100" endDate="2019-06-17 06:34:13 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 07:08:17 +0100" startDate="2019-06-17 06:44:17 +0100" endDate="2019-06-17 06:54:07 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 07:22:27 +0100" startDate="2019-06-17 07:11:12 +0100" endDate="2019-06-17 07:21:13 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 07:38:19 +0100" startDate="2019-06-17 07:21:13 +0100" endDate="2019-06-17 07:29:22 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 08:57:18 +0100" startDate="2019-06-17 08:41:26 +0100" endDate="2019-06-17 08:41:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 09:11:18 +0100" startDate="2019-06-17 08:56:34 +0100" endDate="2019-06-17 08:59:20 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 09:40:13 +0100" startDate="2019-06-17 09:26:46 +0100" endDate="2019-06-17 09:30:27 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 10:46:53 +0100" startDate="2019-06-17 10:32:47 +0100" endDate="2019-06-17 10:42:48 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 10:58:47 +0100" startDate="2019-06-17 10:42:48 +0100" endDate="2019-06-17 10:43:21 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 11:42:34 +0100" startDate="2019-06-17 11:27:31 +0100" endDate="2019-06-17 11:36:47 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 13:16:20 +0100" startDate="2019-06-17 13:02:32 +0100" endDate="2019-06-17 13:11:52 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 13:36:55 +0100" startDate="2019-06-17 13:19:32 +0100" endDate="2019-06-17 13:22:10 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 13:52:35 +0100" startDate="2019-06-17 13:40:46 +0100" endDate="2019-06-17 13:40:48 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 14:25:43 +0100" startDate="2019-06-17 14:12:54 +0100" endDate="2019-06-17 14:12:59 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 15:04:36 +0100" startDate="2019-06-17 14:46:58 +0100" endDate="2019-06-17 14:47:24 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 15:21:01 +0100" startDate="2019-06-17 15:03:38 +0100" endDate="2019-06-17 15:06:23 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 15:52:08 +0100" startDate="2019-06-17 15:40:57 +0100" endDate="2019-06-17 15:50:57 +0100" value="680"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 16:01:59 +0100" startDate="2019-06-17 15:50:57 +0100" endDate="2019-06-17 15:53:04 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 16:19:28 +0100" startDate="2019-06-17 16:06:43 +0100" endDate="2019-06-17 16:07:43 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 16:44:35 +0100" startDate="2019-06-17 16:33:20 +0100" endDate="2019-06-17 16:42:36 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 16:57:41 +0100" startDate="2019-06-17 16:46:08 +0100" endDate="2019-06-17 16:54:59 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 17:10:24 +0100" startDate="2019-06-17 16:56:16 +0100" endDate="2019-06-17 17:05:22 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 17:21:31 +0100" startDate="2019-06-17 17:06:18 +0100" endDate="2019-06-17 17:16:17 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 17:32:04 +0100" startDate="2019-06-17 17:16:45 +0100" endDate="2019-06-17 17:21:58 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 19:54:01 +0100" startDate="2019-06-17 19:42:48 +0100" endDate="2019-06-17 19:51:50 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 20:04:02 +0100" startDate="2019-06-17 19:52:59 +0100" endDate="2019-06-17 19:58:10 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 20:38:25 +0100" startDate="2019-06-17 20:26:36 +0100" endDate="2019-06-17 20:26:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-17 21:30:55 +0100" startDate="2019-06-17 21:19:39 +0100" endDate="2019-06-17 21:20:53 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 06:26:13 +0100" startDate="2019-06-18 06:09:21 +0100" endDate="2019-06-18 06:09:29 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 06:40:06 +0100" startDate="2019-06-18 06:25:11 +0100" endDate="2019-06-18 06:33:49 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 07:25:05 +0100" startDate="2019-06-18 07:12:11 +0100" endDate="2019-06-18 07:12:36 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 07:37:11 +0100" startDate="2019-06-18 07:23:37 +0100" endDate="2019-06-18 07:25:03 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 07:38:11 +0100" startDate="2019-06-18 07:25:03 +0100" endDate="2019-06-18 07:34:44 +0100" value="1024"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 08:11:26 +0100" startDate="2019-06-18 08:00:00 +0100" endDate="2019-06-18 08:09:56 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 08:49:19 +0100" startDate="2019-06-18 08:38:14 +0100" endDate="2019-06-18 08:38:19 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 09:44:45 +0100" startDate="2019-06-18 09:28:50 +0100" endDate="2019-06-18 09:34:41 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 10:14:32 +0100" startDate="2019-06-18 10:02:49 +0100" endDate="2019-06-18 10:03:32 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 10:46:53 +0100" startDate="2019-06-18 10:35:43 +0100" endDate="2019-06-18 10:37:09 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 11:35:40 +0100" startDate="2019-06-18 11:22:29 +0100" endDate="2019-06-18 11:32:22 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 11:47:05 +0100" startDate="2019-06-18 11:36:11 +0100" endDate="2019-06-18 11:36:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 12:05:41 +0100" startDate="2019-06-18 11:46:43 +0100" endDate="2019-06-18 11:54:13 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 12:10:54 +0100" startDate="2019-06-18 11:56:56 +0100" endDate="2019-06-18 12:06:48 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 12:35:45 +0100" startDate="2019-06-18 12:08:35 +0100" endDate="2019-06-18 12:18:18 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 12:35:45 +0100" startDate="2019-06-18 12:18:53 +0100" endDate="2019-06-18 12:19:29 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 12:40:36 +0100" startDate="2019-06-18 12:29:27 +0100" endDate="2019-06-18 12:38:33 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 13:04:16 +0100" startDate="2019-06-18 12:45:48 +0100" endDate="2019-06-18 12:55:48 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 13:08:28 +0100" startDate="2019-06-18 12:55:48 +0100" endDate="2019-06-18 13:00:43 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 13:23:47 +0100" startDate="2019-06-18 13:08:10 +0100" endDate="2019-06-18 13:10:32 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 14:45:08 +0100" startDate="2019-06-18 14:30:25 +0100" endDate="2019-06-18 14:39:57 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 15:02:30 +0100" startDate="2019-06-18 14:43:35 +0100" endDate="2019-06-18 14:49:21 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 15:19:20 +0100" startDate="2019-06-18 15:08:47 +0100" endDate="2019-06-18 15:16:36 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 16:29:29 +0100" startDate="2019-06-18 16:15:44 +0100" endDate="2019-06-18 16:19:28 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 17:10:51 +0100" startDate="2019-06-18 17:00:18 +0100" endDate="2019-06-18 17:00:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 18:00:36 +0100" startDate="2019-06-18 17:39:27 +0100" endDate="2019-06-18 17:49:26 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 18:00:36 +0100" startDate="2019-06-18 17:49:26 +0100" endDate="2019-06-18 17:52:52 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 18:56:08 +0100" startDate="2019-06-18 18:35:38 +0100" endDate="2019-06-18 18:38:19 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 19:17:04 +0100" startDate="2019-06-18 18:56:50 +0100" endDate="2019-06-18 18:56:55 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 20:37:50 +0100" startDate="2019-06-18 20:25:32 +0100" endDate="2019-06-18 20:25:38 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 22:55:56 +0100" startDate="2019-06-18 22:43:23 +0100" endDate="2019-06-18 22:43:26 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-18 23:18:27 +0100" startDate="2019-06-18 23:00:13 +0100" endDate="2019-06-18 23:02:15 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 06:24:35 +0100" startDate="2019-06-19 06:13:04 +0100" endDate="2019-06-19 06:13:35 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 07:21:28 +0100" startDate="2019-06-19 07:06:10 +0100" endDate="2019-06-19 07:06:33 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 07:32:36 +0100" startDate="2019-06-19 07:21:01 +0100" endDate="2019-06-19 07:30:48 +0100" value="904"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 07:44:50 +0100" startDate="2019-06-19 07:32:19 +0100" endDate="2019-06-19 07:40:16 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 08:17:22 +0100" startDate="2019-06-19 08:05:36 +0100" endDate="2019-06-19 08:06:21 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 09:44:08 +0100" startDate="2019-06-19 09:26:39 +0100" endDate="2019-06-19 09:34:31 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 11:15:17 +0100" startDate="2019-06-19 11:02:02 +0100" endDate="2019-06-19 11:07:55 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 11:41:47 +0100" startDate="2019-06-19 11:16:21 +0100" endDate="2019-06-19 11:17:17 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 11:41:47 +0100" startDate="2019-06-19 11:26:58 +0100" endDate="2019-06-19 11:27:34 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 11:55:53 +0100" startDate="2019-06-19 11:40:05 +0100" endDate="2019-06-19 11:49:42 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 12:20:53 +0100" startDate="2019-06-19 12:09:05 +0100" endDate="2019-06-19 12:18:31 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 13:11:32 +0100" startDate="2019-06-19 12:59:23 +0100" endDate="2019-06-19 13:07:23 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 13:24:26 +0100" startDate="2019-06-19 13:11:04 +0100" endDate="2019-06-19 13:11:24 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 14:03:06 +0100" startDate="2019-06-19 13:50:24 +0100" endDate="2019-06-19 13:59:55 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 15:17:59 +0100" startDate="2019-06-19 15:03:01 +0100" endDate="2019-06-19 15:12:53 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 15:29:45 +0100" startDate="2019-06-19 15:13:18 +0100" endDate="2019-06-19 15:20:35 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 15:42:40 +0100" startDate="2019-06-19 15:30:08 +0100" endDate="2019-06-19 15:39:39 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 15:54:00 +0100" startDate="2019-06-19 15:42:45 +0100" endDate="2019-06-19 15:52:09 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 16:08:18 +0100" startDate="2019-06-19 15:55:40 +0100" endDate="2019-06-19 15:57:47 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 16:17:15 +0100" startDate="2019-06-19 16:06:15 +0100" endDate="2019-06-19 16:11:04 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 18:31:39 +0100" startDate="2019-06-19 18:19:51 +0100" endDate="2019-06-19 18:29:06 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 18:51:22 +0100" startDate="2019-06-19 18:40:14 +0100" endDate="2019-06-19 18:41:25 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 19:18:27 +0100" startDate="2019-06-19 19:06:37 +0100" endDate="2019-06-19 19:11:34 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 20:05:37 +0100" startDate="2019-06-19 19:51:31 +0100" endDate="2019-06-19 19:51:54 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-19 21:45:59 +0100" startDate="2019-06-19 21:31:20 +0100" endDate="2019-06-19 21:31:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 03:59:40 +0100" startDate="2019-06-20 03:48:22 +0100" endDate="2019-06-20 03:57:43 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 04:28:35 +0100" startDate="2019-06-20 04:17:14 +0100" endDate="2019-06-20 04:20:43 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 05:40:00 +0100" startDate="2019-06-20 05:26:57 +0100" endDate="2019-06-20 05:35:45 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 05:48:53 +0100" startDate="2019-06-20 05:37:52 +0100" endDate="2019-06-20 05:38:41 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 06:11:34 +0100" startDate="2019-06-20 05:57:32 +0100" endDate="2019-06-20 06:03:00 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 06:29:09 +0100" startDate="2019-06-20 06:10:30 +0100" endDate="2019-06-20 06:10:40 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 09:55:47 +0100" startDate="2019-06-20 09:39:42 +0100" endDate="2019-06-20 09:46:09 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 12:30:01 +0100" startDate="2019-06-20 12:17:06 +0100" endDate="2019-06-20 12:26:58 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 12:38:52 +0100" startDate="2019-06-20 12:27:52 +0100" endDate="2019-06-20 12:28:56 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 12:52:56 +0100" startDate="2019-06-20 12:40:20 +0100" endDate="2019-06-20 12:42:34 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 13:08:55 +0100" startDate="2019-06-20 12:54:34 +0100" endDate="2019-06-20 12:54:37 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 13:48:09 +0100" startDate="2019-06-20 13:28:57 +0100" endDate="2019-06-20 13:38:57 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 13:51:38 +0100" startDate="2019-06-20 13:38:57 +0100" endDate="2019-06-20 13:43:34 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 15:21:47 +0100" startDate="2019-06-20 15:04:31 +0100" endDate="2019-06-20 15:14:30 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 15:25:33 +0100" startDate="2019-06-20 15:14:30 +0100" endDate="2019-06-20 15:15:49 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 17:57:47 +0100" startDate="2019-06-20 17:32:33 +0100" endDate="2019-06-20 17:40:36 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 18:09:24 +0100" startDate="2019-06-20 17:54:05 +0100" endDate="2019-06-20 17:54:21 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 18:38:41 +0100" startDate="2019-06-20 18:26:49 +0100" endDate="2019-06-20 18:26:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 20:41:45 +0100" startDate="2019-06-20 20:28:14 +0100" endDate="2019-06-20 20:38:15 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 20:50:00 +0100" startDate="2019-06-20 20:38:15 +0100" endDate="2019-06-20 20:48:13 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 21:09:00 +0100" startDate="2019-06-20 20:54:56 +0100" endDate="2019-06-20 21:04:57 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 21:16:01 +0100" startDate="2019-06-20 21:04:57 +0100" endDate="2019-06-20 21:14:48 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 21:38:33 +0100" startDate="2019-06-20 21:15:23 +0100" endDate="2019-06-20 21:25:02 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 21:38:33 +0100" startDate="2019-06-20 21:25:37 +0100" endDate="2019-06-20 21:33:51 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 21:49:12 +0100" startDate="2019-06-20 21:36:27 +0100" endDate="2019-06-20 21:46:23 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 21:59:31 +0100" startDate="2019-06-20 21:47:14 +0100" endDate="2019-06-20 21:57:15 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 22:08:18 +0100" startDate="2019-06-20 21:57:15 +0100" endDate="2019-06-20 22:07:14 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 22:30:03 +0100" startDate="2019-06-20 22:13:52 +0100" endDate="2019-06-20 22:19:48 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 23:07:57 +0100" startDate="2019-06-20 22:47:57 +0100" endDate="2019-06-20 22:49:33 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 23:23:25 +0100" startDate="2019-06-20 23:10:36 +0100" endDate="2019-06-20 23:11:02 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca63f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-20 23:43:15 +0100" startDate="2019-06-20 23:29:58 +0100" endDate="2019-06-20 23:31:48 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 06:19:55 +0100" startDate="2019-06-21 06:08:14 +0100" endDate="2019-06-21 06:08:42 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 07:59:30 +0100" startDate="2019-06-21 07:47:44 +0100" endDate="2019-06-21 07:47:46 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 08:17:49 +0100" startDate="2019-06-21 08:06:16 +0100" endDate="2019-06-21 08:15:35 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 08:43:27 +0100" startDate="2019-06-21 08:18:28 +0100" endDate="2019-06-21 08:27:40 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 08:58:54 +0100" startDate="2019-06-21 08:46:32 +0100" endDate="2019-06-21 08:56:25 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 09:11:17 +0100" startDate="2019-06-21 08:56:38 +0100" endDate="2019-06-21 08:57:16 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 09:31:30 +0100" startDate="2019-06-21 09:15:57 +0100" endDate="2019-06-21 09:23:50 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 09:50:27 +0100" startDate="2019-06-21 09:39:04 +0100" endDate="2019-06-21 09:39:27 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 10:18:27 +0100" startDate="2019-06-21 10:05:14 +0100" endDate="2019-06-21 10:14:53 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 10:27:19 +0100" startDate="2019-06-21 10:15:14 +0100" endDate="2019-06-21 10:17:46 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 10:50:24 +0100" startDate="2019-06-21 10:31:03 +0100" endDate="2019-06-21 10:31:36 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 15:18:07 +0100" startDate="2019-06-21 15:03:34 +0100" endDate="2019-06-21 15:05:57 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 15:25:38 +0100" startDate="2019-06-21 15:14:38 +0100" endDate="2019-06-21 15:23:24 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 15:43:44 +0100" startDate="2019-06-21 15:31:46 +0100" endDate="2019-06-21 15:31:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 15:57:05 +0100" startDate="2019-06-21 15:45:22 +0100" endDate="2019-06-21 15:46:46 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 16:43:08 +0100" startDate="2019-06-21 16:30:37 +0100" endDate="2019-06-21 16:32:08 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 17:10:20 +0100" startDate="2019-06-21 16:57:32 +0100" endDate="2019-06-21 17:07:32 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 17:18:35 +0100" startDate="2019-06-21 17:07:32 +0100" endDate="2019-06-21 17:09:27 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 18:16:22 +0100" startDate="2019-06-21 17:55:42 +0100" endDate="2019-06-21 18:05:32 +0100" value="1028"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 18:16:22 +0100" startDate="2019-06-21 18:05:48 +0100" endDate="2019-06-21 18:15:46 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 18:26:49 +0100" startDate="2019-06-21 18:15:46 +0100" endDate="2019-06-21 18:25:47 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 18:45:06 +0100" startDate="2019-06-21 18:25:47 +0100" endDate="2019-06-21 18:31:03 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 18:55:27 +0100" startDate="2019-06-21 18:38:28 +0100" endDate="2019-06-21 18:38:46 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 19:05:08 +0100" startDate="2019-06-21 18:54:07 +0100" endDate="2019-06-21 19:04:08 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 19:15:11 +0100" startDate="2019-06-21 19:04:08 +0100" endDate="2019-06-21 19:09:37 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 19:42:37 +0100" startDate="2019-06-21 19:15:51 +0100" endDate="2019-06-21 19:25:52 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 19:42:37 +0100" startDate="2019-06-21 19:25:52 +0100" endDate="2019-06-21 19:31:13 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 20:16:22 +0100" startDate="2019-06-21 20:02:02 +0100" endDate="2019-06-21 20:09:43 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 20:26:36 +0100" startDate="2019-06-21 20:12:41 +0100" endDate="2019-06-21 20:22:37 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 20:33:45 +0100" startDate="2019-06-21 20:22:45 +0100" endDate="2019-06-21 20:28:49 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 21:02:17 +0100" startDate="2019-06-21 20:48:32 +0100" endDate="2019-06-21 20:51:07 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 21:20:59 +0100" startDate="2019-06-21 21:09:03 +0100" endDate="2019-06-21 21:18:33 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 21:30:22 +0100" startDate="2019-06-21 21:19:16 +0100" endDate="2019-06-21 21:27:02 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 21:43:53 +0100" startDate="2019-06-21 21:31:37 +0100" endDate="2019-06-21 21:40:07 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-21 22:29:48 +0100" startDate="2019-06-21 22:07:37 +0100" endDate="2019-06-21 22:09:01 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 00:21:40 +0100" startDate="2019-06-22 00:04:39 +0100" endDate="2019-06-22 00:04:47 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 09:24:51 +0100" startDate="2019-06-22 09:10:18 +0100" endDate="2019-06-22 09:20:19 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 09:35:38 +0100" startDate="2019-06-22 09:20:19 +0100" endDate="2019-06-22 09:30:20 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 09:45:16 +0100" startDate="2019-06-22 09:30:20 +0100" endDate="2019-06-22 09:39:17 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 09:54:24 +0100" startDate="2019-06-22 09:40:23 +0100" endDate="2019-06-22 09:43:26 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 10:35:24 +0100" startDate="2019-06-22 10:23:38 +0100" endDate="2019-06-22 10:26:36 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 10:54:31 +0100" startDate="2019-06-22 10:38:18 +0100" endDate="2019-06-22 10:45:07 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 11:21:17 +0100" startDate="2019-06-22 11:08:43 +0100" endDate="2019-06-22 11:11:23 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 13:04:05 +0100" startDate="2019-06-22 12:15:12 +0100" endDate="2019-06-22 12:25:13 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 13:04:05 +0100" startDate="2019-06-22 12:25:13 +0100" endDate="2019-06-22 12:34:53 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 13:04:05 +0100" startDate="2019-06-22 12:35:28 +0100" endDate="2019-06-22 12:45:28 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 13:04:05 +0100" startDate="2019-06-22 12:45:28 +0100" endDate="2019-06-22 12:48:19 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 13:05:12 +0100" startDate="2019-06-22 12:49:22 +0100" endDate="2019-06-22 12:59:14 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 13:41:20 +0100" startDate="2019-06-22 13:01:01 +0100" endDate="2019-06-22 13:08:54 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 13:41:20 +0100" startDate="2019-06-22 13:12:58 +0100" endDate="2019-06-22 13:18:01 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 13:41:20 +0100" startDate="2019-06-22 13:30:00 +0100" endDate="2019-06-22 13:33:39 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 14:01:48 +0100" startDate="2019-06-22 13:37:31 +0100" endDate="2019-06-22 13:45:45 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 14:01:48 +0100" startDate="2019-06-22 13:47:37 +0100" endDate="2019-06-22 13:53:54 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 14:04:54 +0100" startDate="2019-06-22 13:53:54 +0100" endDate="2019-06-22 14:00:22 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 14:20:11 +0100" startDate="2019-06-22 14:05:45 +0100" endDate="2019-06-22 14:05:48 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 14:35:25 +0100" startDate="2019-06-22 14:16:32 +0100" endDate="2019-06-22 14:26:33 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 14:43:25 +0100" startDate="2019-06-22 14:26:33 +0100" endDate="2019-06-22 14:29:00 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 14:52:41 +0100" startDate="2019-06-22 14:40:05 +0100" endDate="2019-06-22 14:45:34 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 15:06:59 +0100" startDate="2019-06-22 14:50:30 +0100" endDate="2019-06-22 14:56:04 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 15:22:04 +0100" startDate="2019-06-22 15:08:42 +0100" endDate="2019-06-22 15:16:45 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 16:12:16 +0100" startDate="2019-06-22 15:52:40 +0100" endDate="2019-06-22 15:59:41 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 16:20:11 +0100" startDate="2019-06-22 16:04:00 +0100" endDate="2019-06-22 16:12:49 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 16:31:36 +0100" startDate="2019-06-22 16:14:31 +0100" endDate="2019-06-22 16:23:43 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 16:46:51 +0100" startDate="2019-06-22 16:26:39 +0100" endDate="2019-06-22 16:36:39 +0100" value="654"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 16:46:51 +0100" startDate="2019-06-22 16:36:44 +0100" endDate="2019-06-22 16:37:25 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 16:52:05 +0100" startDate="2019-06-22 16:37:28 +0100" endDate="2019-06-22 16:42:40 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 17:00:54 +0100" startDate="2019-06-22 16:48:08 +0100" endDate="2019-06-22 16:58:08 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 17:09:11 +0100" startDate="2019-06-22 16:58:08 +0100" endDate="2019-06-22 17:04:32 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 17:20:46 +0100" startDate="2019-06-22 17:09:23 +0100" endDate="2019-06-22 17:18:21 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 17:42:13 +0100" startDate="2019-06-22 17:22:19 +0100" endDate="2019-06-22 17:30:38 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 17:51:46 +0100" startDate="2019-06-22 17:36:31 +0100" endDate="2019-06-22 17:40:38 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 19:23:54 +0100" startDate="2019-06-22 19:05:18 +0100" endDate="2019-06-22 19:12:54 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 19:31:53 +0100" startDate="2019-06-22 19:20:50 +0100" endDate="2019-06-22 19:20:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-22 20:14:29 +0100" startDate="2019-06-22 19:54:28 +0100" endDate="2019-06-22 19:56:22 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 09:13:19 +0100" startDate="2019-06-23 09:02:05 +0100" endDate="2019-06-23 09:09:42 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 09:25:17 +0100" startDate="2019-06-23 09:12:58 +0100" endDate="2019-06-23 09:21:18 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 10:18:20 +0100" startDate="2019-06-23 10:07:17 +0100" endDate="2019-06-23 10:07:20 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 10:41:25 +0100" startDate="2019-06-23 10:27:14 +0100" endDate="2019-06-23 10:33:17 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 11:09:23 +0100" startDate="2019-06-23 10:54:52 +0100" endDate="2019-06-23 11:04:53 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 11:16:02 +0100" startDate="2019-06-23 11:04:53 +0100" endDate="2019-06-23 11:14:38 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 11:26:58 +0100" startDate="2019-06-23 11:15:36 +0100" endDate="2019-06-23 11:25:36 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 11:42:19 +0100" startDate="2019-06-23 11:25:36 +0100" endDate="2019-06-23 11:35:21 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 11:55:23 +0100" startDate="2019-06-23 11:35:44 +0100" endDate="2019-06-23 11:45:45 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 11:59:09 +0100" startDate="2019-06-23 11:45:45 +0100" endDate="2019-06-23 11:55:43 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 12:53:15 +0100" startDate="2019-06-23 11:55:48 +0100" endDate="2019-06-23 11:59:09 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 12:53:15 +0100" startDate="2019-06-23 12:28:33 +0100" endDate="2019-06-23 12:35:11 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 13:03:14 +0100" startDate="2019-06-23 12:52:24 +0100" endDate="2019-06-23 12:55:01 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 13:19:02 +0100" startDate="2019-06-23 13:02:54 +0100" endDate="2019-06-23 13:04:49 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 13:48:01 +0100" startDate="2019-06-23 13:26:06 +0100" endDate="2019-06-23 13:26:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 14:11:13 +0100" startDate="2019-06-23 13:48:30 +0100" endDate="2019-06-23 13:53:30 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 14:59:10 +0100" startDate="2019-06-23 14:47:22 +0100" endDate="2019-06-23 14:48:10 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 16:25:00 +0100" startDate="2019-06-23 16:13:11 +0100" endDate="2019-06-23 16:22:37 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 16:35:24 +0100" startDate="2019-06-23 16:23:56 +0100" endDate="2019-06-23 16:25:53 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 17:18:32 +0100" startDate="2019-06-23 17:05:28 +0100" endDate="2019-06-23 17:07:32 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 17:45:35 +0100" startDate="2019-06-23 17:32:10 +0100" endDate="2019-06-23 17:32:41 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 18:28:47 +0100" startDate="2019-06-23 17:43:29 +0100" endDate="2019-06-23 17:53:25 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 18:28:47 +0100" startDate="2019-06-23 17:53:30 +0100" endDate="2019-06-23 17:56:53 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 18:34:40 +0100" startDate="2019-06-23 18:22:51 +0100" endDate="2019-06-23 18:31:54 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 18:45:44 +0100" startDate="2019-06-23 18:33:00 +0100" endDate="2019-06-23 18:41:50 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 18:54:19 +0100" startDate="2019-06-23 18:43:16 +0100" endDate="2019-06-23 18:52:04 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 19:26:55 +0100" startDate="2019-06-23 19:14:13 +0100" endDate="2019-06-23 19:23:58 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 19:38:18 +0100" startDate="2019-06-23 19:24:24 +0100" endDate="2019-06-23 19:31:05 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 19:50:07 +0100" startDate="2019-06-23 19:38:48 +0100" endDate="2019-06-23 19:47:20 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 20:41:17 +0100" startDate="2019-06-23 20:28:06 +0100" endDate="2019-06-23 20:30:13 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 21:48:42 +0100" startDate="2019-06-23 21:37:04 +0100" endDate="2019-06-23 21:37:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-23 22:20:42 +0100" startDate="2019-06-23 22:03:51 +0100" endDate="2019-06-23 22:04:49 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 06:24:33 +0100" startDate="2019-06-24 06:12:57 +0100" endDate="2019-06-24 06:22:53 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 07:27:59 +0100" startDate="2019-06-24 07:15:45 +0100" endDate="2019-06-24 07:16:06 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 07:42:31 +0100" startDate="2019-06-24 07:26:05 +0100" endDate="2019-06-24 07:36:05 +0100" value="836"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 07:47:08 +0100" startDate="2019-06-24 07:36:05 +0100" endDate="2019-06-24 07:40:52 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 08:34:39 +0100" startDate="2019-06-24 08:17:26 +0100" endDate="2019-06-24 08:17:46 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 10:06:00 +0100" startDate="2019-06-24 09:52:33 +0100" endDate="2019-06-24 09:52:49 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 10:54:35 +0100" startDate="2019-06-24 10:43:30 +0100" endDate="2019-06-24 10:51:56 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 11:13:11 +0100" startDate="2019-06-24 10:52:49 +0100" endDate="2019-06-24 10:57:56 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 11:39:20 +0100" startDate="2019-06-24 11:18:36 +0100" endDate="2019-06-24 11:22:47 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 11:53:57 +0100" startDate="2019-06-24 11:41:00 +0100" endDate="2019-06-24 11:50:55 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 12:05:27 +0100" startDate="2019-06-24 11:51:01 +0100" endDate="2019-06-24 11:59:49 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 13:11:56 +0100" startDate="2019-06-24 12:58:23 +0100" endDate="2019-06-24 13:05:47 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 13:37:10 +0100" startDate="2019-06-24 13:12:18 +0100" endDate="2019-06-24 13:21:46 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 13:37:10 +0100" startDate="2019-06-24 13:22:37 +0100" endDate="2019-06-24 13:29:13 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 13:51:44 +0100" startDate="2019-06-24 13:35:36 +0100" endDate="2019-06-24 13:40:56 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 14:05:46 +0100" startDate="2019-06-24 13:49:54 +0100" endDate="2019-06-24 13:50:50 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 14:24:07 +0100" startDate="2019-06-24 14:07:07 +0100" endDate="2019-06-24 14:09:49 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 15:21:03 +0100" startDate="2019-06-24 15:08:00 +0100" endDate="2019-06-24 15:17:45 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 15:30:01 +0100" startDate="2019-06-24 15:18:58 +0100" endDate="2019-06-24 15:23:53 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 15:59:17 +0100" startDate="2019-06-24 15:42:37 +0100" endDate="2019-06-24 15:52:00 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 16:04:56 +0100" startDate="2019-06-24 15:53:03 +0100" endDate="2019-06-24 16:01:17 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 16:16:19 +0100" startDate="2019-06-24 16:03:09 +0100" endDate="2019-06-24 16:12:33 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 16:24:16 +0100" startDate="2019-06-24 16:13:13 +0100" endDate="2019-06-24 16:22:49 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 16:44:46 +0100" startDate="2019-06-24 16:31:25 +0100" endDate="2019-06-24 16:39:35 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 16:58:16 +0100" startDate="2019-06-24 16:46:37 +0100" endDate="2019-06-24 16:54:17 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 17:17:38 +0100" startDate="2019-06-24 16:58:18 +0100" endDate="2019-06-24 17:03:23 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 18:39:28 +0100" startDate="2019-06-24 18:27:57 +0100" endDate="2019-06-24 18:28:28 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 18:56:49 +0100" startDate="2019-06-24 18:45:32 +0100" endDate="2019-06-24 18:54:32 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 19:08:01 +0100" startDate="2019-06-24 18:56:56 +0100" endDate="2019-06-24 18:58:58 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-24 20:04:52 +0100" startDate="2019-06-24 19:52:30 +0100" endDate="2019-06-24 19:53:52 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 06:31:59 +0100" startDate="2019-06-25 06:15:24 +0100" endDate="2019-06-25 06:15:42 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 07:40:23 +0100" startDate="2019-06-25 07:20:18 +0100" endDate="2019-06-25 07:20:58 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 07:40:23 +0100" startDate="2019-06-25 07:30:20 +0100" endDate="2019-06-25 07:32:01 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 07:44:45 +0100" startDate="2019-06-25 07:32:04 +0100" endDate="2019-06-25 07:40:04 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 08:05:18 +0100" startDate="2019-06-25 07:53:43 +0100" endDate="2019-06-25 07:54:18 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 08:24:21 +0100" startDate="2019-06-25 08:12:10 +0100" endDate="2019-06-25 08:13:21 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 08:39:54 +0100" startDate="2019-06-25 08:28:57 +0100" endDate="2019-06-25 08:29:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 09:24:16 +0100" startDate="2019-06-25 09:11:44 +0100" endDate="2019-06-25 09:12:58 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 10:02:33 +0100" startDate="2019-06-25 09:46:18 +0100" endDate="2019-06-25 09:47:39 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 10:18:42 +0100" startDate="2019-06-25 10:04:57 +0100" endDate="2019-06-25 10:07:45 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 10:47:44 +0100" startDate="2019-06-25 10:34:34 +0100" endDate="2019-06-25 10:44:36 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 10:58:27 +0100" startDate="2019-06-25 10:44:36 +0100" endDate="2019-06-25 10:54:06 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 11:08:59 +0100" startDate="2019-06-25 10:54:36 +0100" endDate="2019-06-25 10:58:33 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 11:42:18 +0100" startDate="2019-06-25 11:32:14 +0100" endDate="2019-06-25 11:32:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 12:07:59 +0100" startDate="2019-06-25 11:40:02 +0100" endDate="2019-06-25 11:47:27 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 12:07:59 +0100" startDate="2019-06-25 11:50:32 +0100" endDate="2019-06-25 12:00:30 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 12:25:09 +0100" startDate="2019-06-25 12:04:36 +0100" endDate="2019-06-25 12:14:37 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 12:25:09 +0100" startDate="2019-06-25 12:14:37 +0100" endDate="2019-06-25 12:21:13 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 12:40:33 +0100" startDate="2019-06-25 12:21:36 +0100" endDate="2019-06-25 12:21:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 12:47:35 +0100" startDate="2019-06-25 12:35:26 +0100" endDate="2019-06-25 12:35:33 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 13:42:50 +0100" startDate="2019-06-25 13:21:11 +0100" endDate="2019-06-25 13:22:48 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 15:20:47 +0100" startDate="2019-06-25 14:54:17 +0100" endDate="2019-06-25 15:03:48 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 15:32:02 +0100" startDate="2019-06-25 15:21:52 +0100" endDate="2019-06-25 15:25:46 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 15:42:03 +0100" startDate="2019-06-25 15:25:46 +0100" endDate="2019-06-25 15:25:48 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 16:01:55 +0100" startDate="2019-06-25 15:44:42 +0100" endDate="2019-06-25 15:44:42 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 16:59:55 +0100" startDate="2019-06-25 16:18:30 +0100" endDate="2019-06-25 16:18:51 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 17:45:46 +0100" startDate="2019-06-25 17:22:20 +0100" endDate="2019-06-25 17:27:44 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 18:01:27 +0100" startDate="2019-06-25 17:37:33 +0100" endDate="2019-06-25 17:47:03 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 19:33:14 +0100" startDate="2019-06-25 19:22:09 +0100" endDate="2019-06-25 19:22:14 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 19:48:19 +0100" startDate="2019-06-25 19:34:55 +0100" endDate="2019-06-25 19:35:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 20:33:48 +0100" startDate="2019-06-25 20:22:24 +0100" endDate="2019-06-25 20:28:57 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 21:07:38 +0100" startDate="2019-06-25 20:53:53 +0100" endDate="2019-06-25 20:57:10 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-25 21:42:06 +0100" startDate="2019-06-25 21:21:21 +0100" endDate="2019-06-25 21:21:54 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 05:38:49 +0100" startDate="2019-06-26 05:27:36 +0100" endDate="2019-06-26 05:28:14 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 05:54:42 +0100" startDate="2019-06-26 05:42:17 +0100" endDate="2019-06-26 05:50:17 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 06:25:40 +0100" startDate="2019-06-26 06:14:20 +0100" endDate="2019-06-26 06:24:20 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 06:37:55 +0100" startDate="2019-06-26 06:24:20 +0100" endDate="2019-06-26 06:34:19 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 06:50:56 +0100" startDate="2019-06-26 06:34:19 +0100" endDate="2019-06-26 06:38:08 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 08:06:03 +0100" startDate="2019-06-26 07:54:21 +0100" endDate="2019-06-26 07:54:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 09:24:17 +0100" startDate="2019-06-26 09:13:48 +0100" endDate="2019-06-26 09:15:22 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 10:05:40 +0100" startDate="2019-06-26 09:52:44 +0100" endDate="2019-06-26 09:59:40 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 10:58:27 +0100" startDate="2019-06-26 10:40:44 +0100" endDate="2019-06-26 10:47:01 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 11:02:23 +0100" startDate="2019-06-26 10:51:23 +0100" endDate="2019-06-26 10:59:51 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 11:36:10 +0100" startDate="2019-06-26 11:19:23 +0100" endDate="2019-06-26 11:22:21 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 12:12:52 +0100" startDate="2019-06-26 11:48:09 +0100" endDate="2019-06-26 11:57:31 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 13:17:40 +0100" startDate="2019-06-26 13:05:17 +0100" endDate="2019-06-26 13:11:41 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 13:46:27 +0100" startDate="2019-06-26 13:32:19 +0100" endDate="2019-06-26 13:42:19 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 15:08:21 +0100" startDate="2019-06-26 13:48:32 +0100" endDate="2019-06-26 13:49:10 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 15:17:27 +0100" startDate="2019-06-26 15:06:24 +0100" endDate="2019-06-26 15:15:21 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 16:43:55 +0100" startDate="2019-06-26 16:31:11 +0100" endDate="2019-06-26 16:31:18 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 16:55:08 +0100" startDate="2019-06-26 16:43:04 +0100" endDate="2019-06-26 16:46:16 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 17:21:37 +0100" startDate="2019-06-26 17:09:38 +0100" endDate="2019-06-26 17:17:08 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 17:36:42 +0100" startDate="2019-06-26 17:24:54 +0100" endDate="2019-06-26 17:25:42 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 17:50:13 +0100" startDate="2019-06-26 17:35:02 +0100" endDate="2019-06-26 17:42:31 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 18:05:59 +0100" startDate="2019-06-26 17:54:48 +0100" endDate="2019-06-26 18:04:06 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 18:20:31 +0100" startDate="2019-06-26 18:06:13 +0100" endDate="2019-06-26 18:09:25 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 18:44:02 +0100" startDate="2019-06-26 18:30:21 +0100" endDate="2019-06-26 18:37:46 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 18:58:07 +0100" startDate="2019-06-26 18:41:22 +0100" endDate="2019-06-26 18:48:44 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 19:09:22 +0100" startDate="2019-06-26 18:52:55 +0100" endDate="2019-06-26 18:52:55 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 19:24:44 +0100" startDate="2019-06-26 19:02:59 +0100" endDate="2019-06-26 19:07:41 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 19:32:01 +0100" startDate="2019-06-26 19:15:18 +0100" endDate="2019-06-26 19:23:03 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 19:54:33 +0100" startDate="2019-06-26 19:41:56 +0100" endDate="2019-06-26 19:48:10 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 20:20:16 +0100" startDate="2019-06-26 20:08:06 +0100" endDate="2019-06-26 20:08:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 20:52:05 +0100" startDate="2019-06-26 20:22:28 +0100" endDate="2019-06-26 20:22:31 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-26 23:03:57 +0100" startDate="2019-06-26 22:47:57 +0100" endDate="2019-06-26 22:53:07 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 06:05:47 +0100" startDate="2019-06-27 05:49:56 +0100" endDate="2019-06-27 05:50:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 06:21:24 +0100" startDate="2019-06-27 06:05:51 +0100" endDate="2019-06-27 06:05:56 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 07:19:49 +0100" startDate="2019-06-27 07:05:56 +0100" endDate="2019-06-27 07:15:56 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 07:30:34 +0100" startDate="2019-06-27 07:15:56 +0100" endDate="2019-06-27 07:24:41 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 07:37:41 +0100" startDate="2019-06-27 07:26:41 +0100" endDate="2019-06-27 07:30:30 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 08:14:27 +0100" startDate="2019-06-27 08:01:09 +0100" endDate="2019-06-27 08:10:06 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 08:21:41 +0100" startDate="2019-06-27 08:11:38 +0100" endDate="2019-06-27 08:11:38 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 08:33:57 +0100" startDate="2019-06-27 08:23:09 +0100" endDate="2019-06-27 08:23:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 09:16:10 +0100" startDate="2019-06-27 09:05:00 +0100" endDate="2019-06-27 09:05:10 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 09:34:24 +0100" startDate="2019-06-27 09:21:29 +0100" endDate="2019-06-27 09:31:21 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 09:44:46 +0100" startDate="2019-06-27 09:31:44 +0100" endDate="2019-06-27 09:41:45 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 09:55:22 +0100" startDate="2019-06-27 09:41:45 +0100" endDate="2019-06-27 09:49:51 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 10:21:28 +0100" startDate="2019-06-27 09:55:37 +0100" endDate="2019-06-27 10:05:29 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 10:21:28 +0100" startDate="2019-06-27 10:05:49 +0100" endDate="2019-06-27 10:08:17 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 11:37:45 +0100" startDate="2019-06-27 11:21:43 +0100" endDate="2019-06-27 11:30:09 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 12:37:46 +0100" startDate="2019-06-27 11:36:22 +0100" endDate="2019-06-27 11:46:07 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 12:37:46 +0100" startDate="2019-06-27 11:46:25 +0100" endDate="2019-06-27 11:49:05 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 12:49:48 +0100" startDate="2019-06-27 12:36:15 +0100" endDate="2019-06-27 12:36:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 13:16:27 +0100" startDate="2019-06-27 12:55:27 +0100" endDate="2019-06-27 13:01:21 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 13:59:08 +0100" startDate="2019-06-27 13:44:30 +0100" endDate="2019-06-27 13:54:30 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 14:08:20 +0100" startDate="2019-06-27 13:54:30 +0100" endDate="2019-06-27 13:59:35 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 14:16:03 +0100" startDate="2019-06-27 14:05:03 +0100" endDate="2019-06-27 14:06:09 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 14:29:19 +0100" startDate="2019-06-27 14:15:46 +0100" endDate="2019-06-27 14:17:28 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 14:41:12 +0100" startDate="2019-06-27 14:26:16 +0100" endDate="2019-06-27 14:34:42 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 15:30:15 +0100" startDate="2019-06-27 15:16:19 +0100" endDate="2019-06-27 15:25:58 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 16:09:10 +0100" startDate="2019-06-27 15:55:31 +0100" endDate="2019-06-27 16:04:04 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 16:24:25 +0100" startDate="2019-06-27 16:05:43 +0100" endDate="2019-06-27 16:14:37 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 16:30:28 +0100" startDate="2019-06-27 16:17:22 +0100" endDate="2019-06-27 16:27:14 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 16:35:43 +0100" startDate="2019-06-27 16:17:22 +0100" endDate="2019-06-27 16:27:14 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 16:38:34 +0100" startDate="2019-06-27 16:27:34 +0100" endDate="2019-06-27 16:37:34 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 16:55:06 +0100" startDate="2019-06-27 16:37:34 +0100" endDate="2019-06-27 16:37:59 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 17:32:04 +0100" startDate="2019-06-27 17:17:46 +0100" endDate="2019-06-27 17:24:12 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 18:01:52 +0100" startDate="2019-06-27 17:48:14 +0100" endDate="2019-06-27 17:49:08 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 18:53:28 +0100" startDate="2019-06-27 18:40:53 +0100" endDate="2019-06-27 18:41:31 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 19:08:38 +0100" startDate="2019-06-27 18:52:45 +0100" endDate="2019-06-27 18:59:34 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 19:54:51 +0100" startDate="2019-06-27 19:41:49 +0100" endDate="2019-06-27 19:51:39 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 20:06:43 +0100" startDate="2019-06-27 19:53:46 +0100" endDate="2019-06-27 19:53:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 20:20:23 +0100" startDate="2019-06-27 20:09:04 +0100" endDate="2019-06-27 20:09:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-27 22:36:41 +0100" startDate="2019-06-27 22:18:20 +0100" endDate="2019-06-27 22:24:20 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 07:16:29 +0100" startDate="2019-06-28 07:03:56 +0100" endDate="2019-06-28 07:13:57 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 07:25:28 +0100" startDate="2019-06-28 07:13:57 +0100" endDate="2019-06-28 07:23:53 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 07:32:47 +0100" startDate="2019-06-28 07:13:57 +0100" endDate="2019-06-28 07:23:53 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 08:15:59 +0100" startDate="2019-06-28 08:02:43 +0100" endDate="2019-06-28 08:09:41 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 08:52:02 +0100" startDate="2019-06-28 08:30:32 +0100" endDate="2019-06-28 08:30:50 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 09:15:22 +0100" startDate="2019-06-28 09:04:01 +0100" endDate="2019-06-28 09:11:20 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 10:34:04 +0100" startDate="2019-06-28 10:19:40 +0100" endDate="2019-06-28 10:29:37 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 10:48:21 +0100" startDate="2019-06-28 10:29:42 +0100" endDate="2019-06-28 10:36:32 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 11:55:38 +0100" startDate="2019-06-28 11:39:19 +0100" endDate="2019-06-28 11:46:13 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 15:06:24 +0100" startDate="2019-06-28 14:54:20 +0100" endDate="2019-06-28 15:04:21 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 15:17:09 +0100" startDate="2019-06-28 15:04:21 +0100" endDate="2019-06-28 15:05:52 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 15:46:27 +0100" startDate="2019-06-28 15:35:04 +0100" endDate="2019-06-28 15:45:00 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 16:02:34 +0100" startDate="2019-06-28 15:48:38 +0100" endDate="2019-06-28 15:54:52 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 16:18:27 +0100" startDate="2019-06-28 16:07:21 +0100" endDate="2019-06-28 16:14:01 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 18:05:12 +0100" startDate="2019-06-28 17:42:15 +0100" endDate="2019-06-28 17:51:04 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 20:34:44 +0100" startDate="2019-06-28 19:35:49 +0100" endDate="2019-06-28 19:38:21 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 20:34:44 +0100" startDate="2019-06-28 20:16:06 +0100" endDate="2019-06-28 20:17:07 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 22:19:39 +0100" startDate="2019-06-28 22:06:39 +0100" endDate="2019-06-28 22:15:00 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 22:37:19 +0100" startDate="2019-06-28 22:24:27 +0100" endDate="2019-06-28 22:26:39 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-28 23:43:14 +0100" startDate="2019-06-28 23:31:13 +0100" endDate="2019-06-28 23:35:38 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 07:22:28 +0100" startDate="2019-06-29 07:10:22 +0100" endDate="2019-06-29 07:15:36 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 08:53:58 +0100" startDate="2019-06-29 08:30:06 +0100" endDate="2019-06-29 08:38:10 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 09:09:24 +0100" startDate="2019-06-29 08:54:04 +0100" endDate="2019-06-29 08:55:59 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 09:21:29 +0100" startDate="2019-06-29 09:08:46 +0100" endDate="2019-06-29 09:14:14 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 10:46:25 +0100" startDate="2019-06-29 10:34:08 +0100" endDate="2019-06-29 10:35:38 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 12:25:12 +0100" startDate="2019-06-29 12:02:07 +0100" endDate="2019-06-29 12:11:34 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 12:40:47 +0100" startDate="2019-06-29 12:25:37 +0100" endDate="2019-06-29 12:26:31 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 12:56:04 +0100" startDate="2019-06-29 12:44:10 +0100" endDate="2019-06-29 12:45:04 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 16:33:46 +0100" startDate="2019-06-29 16:20:17 +0100" endDate="2019-06-29 16:20:43 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 17:05:18 +0100" startDate="2019-06-29 16:50:59 +0100" endDate="2019-06-29 16:51:14 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 22:11:00 +0100" startDate="2019-06-29 21:55:11 +0100" endDate="2019-06-29 22:00:19 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 22:24:42 +0100" startDate="2019-06-29 22:11:51 +0100" endDate="2019-06-29 22:20:34 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-29 22:40:52 +0100" startDate="2019-06-29 22:29:01 +0100" endDate="2019-06-29 22:30:28 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 08:50:12 +0100" startDate="2019-06-30 08:35:03 +0100" endDate="2019-06-30 08:37:48 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 09:02:42 +0100" startDate="2019-06-30 08:50:42 +0100" endDate="2019-06-30 09:00:43 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 09:11:58 +0100" startDate="2019-06-30 09:00:58 +0100" endDate="2019-06-30 09:03:23 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 09:49:34 +0100" startDate="2019-06-30 09:37:43 +0100" endDate="2019-06-30 09:40:23 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 10:29:15 +0100" startDate="2019-06-30 10:17:26 +0100" endDate="2019-06-30 10:21:01 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 10:49:23 +0100" startDate="2019-06-30 10:35:17 +0100" endDate="2019-06-30 10:36:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 12:39:49 +0100" startDate="2019-06-30 12:27:05 +0100" endDate="2019-06-30 12:27:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 12:50:06 +0100" startDate="2019-06-30 12:39:03 +0100" endDate="2019-06-30 12:39:23 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 13:34:42 +0100" startDate="2019-06-30 13:22:18 +0100" endDate="2019-06-30 13:32:19 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 13:49:59 +0100" startDate="2019-06-30 13:32:19 +0100" endDate="2019-06-30 13:42:18 +0100" value="1177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 14:00:47 +0100" startDate="2019-06-30 13:42:18 +0100" endDate="2019-06-30 13:43:36 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 14:25:05 +0100" startDate="2019-06-30 14:06:09 +0100" endDate="2019-06-30 14:16:10 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 14:27:48 +0100" startDate="2019-06-30 14:16:10 +0100" endDate="2019-06-30 14:26:09 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 14:42:51 +0100" startDate="2019-06-30 14:26:09 +0100" endDate="2019-06-30 14:32:02 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 15:48:28 +0100" startDate="2019-06-30 15:37:41 +0100" endDate="2019-06-30 15:47:10 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 16:35:26 +0100" startDate="2019-06-30 16:21:33 +0100" endDate="2019-06-30 16:22:47 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 16:50:39 +0100" startDate="2019-06-30 16:39:09 +0100" endDate="2019-06-30 16:40:27 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 17:19:59 +0100" startDate="2019-06-30 17:08:04 +0100" endDate="2019-06-30 17:18:05 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 17:29:07 +0100" startDate="2019-06-30 17:18:05 +0100" endDate="2019-06-30 17:19:44 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 17:54:59 +0100" startDate="2019-06-30 17:41:15 +0100" endDate="2019-06-30 17:49:56 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 18:03:40 +0100" startDate="2019-06-30 17:51:37 +0100" endDate="2019-06-30 17:59:46 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 18:13:56 +0100" startDate="2019-06-30 18:02:46 +0100" endDate="2019-06-30 18:12:25 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 18:29:54 +0100" startDate="2019-06-30 18:13:01 +0100" endDate="2019-06-30 18:16:04 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 18:44:18 +0100" startDate="2019-06-30 18:28:33 +0100" endDate="2019-06-30 18:38:33 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 19:01:21 +0100" startDate="2019-06-30 18:38:33 +0100" endDate="2019-06-30 18:40:02 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 19:44:39 +0100" startDate="2019-06-30 19:32:20 +0100" endDate="2019-06-30 19:42:15 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 20:00:06 +0100" startDate="2019-06-30 19:43:46 +0100" endDate="2019-06-30 19:43:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-06-30 22:00:33 +0100" startDate="2019-06-30 21:47:44 +0100" endDate="2019-06-30 21:47:54 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 05:23:57 +0100" startDate="2019-07-01 05:06:17 +0100" endDate="2019-07-01 05:16:18 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 05:28:42 +0100" startDate="2019-07-01 05:16:18 +0100" endDate="2019-07-01 05:26:17 +0100" value="1162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 05:39:24 +0100" startDate="2019-07-01 05:26:17 +0100" endDate="2019-07-01 05:36:17 +0100" value="1095"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 05:48:17 +0100" startDate="2019-07-01 05:36:17 +0100" endDate="2019-07-01 05:37:49 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 07:01:59 +0100" startDate="2019-07-01 06:23:27 +0100" endDate="2019-07-01 06:32:43 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 07:01:59 +0100" startDate="2019-07-01 06:34:46 +0100" endDate="2019-07-01 06:40:58 +0100" value="656"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 08:04:39 +0100" startDate="2019-07-01 07:52:57 +0100" endDate="2019-07-01 08:01:29 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 08:31:27 +0100" startDate="2019-07-01 08:18:29 +0100" endDate="2019-07-01 08:28:29 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 08:38:51 +0100" startDate="2019-07-01 08:28:40 +0100" endDate="2019-07-01 08:31:32 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 08:54:30 +0100" startDate="2019-07-01 08:43:12 +0100" endDate="2019-07-01 08:49:06 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 09:08:11 +0100" startDate="2019-07-01 08:56:53 +0100" endDate="2019-07-01 09:00:11 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 09:32:16 +0100" startDate="2019-07-01 09:20:24 +0100" endDate="2019-07-01 09:26:36 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 10:10:12 +0100" startDate="2019-07-01 09:58:42 +0100" endDate="2019-07-01 09:59:28 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 11:22:03 +0100" startDate="2019-07-01 11:09:31 +0100" endDate="2019-07-01 11:11:03 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 12:13:48 +0100" startDate="2019-07-01 12:00:40 +0100" endDate="2019-07-01 12:01:00 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 14:20:47 +0100" startDate="2019-07-01 14:09:27 +0100" endDate="2019-07-01 14:18:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 14:39:07 +0100" startDate="2019-07-01 14:24:02 +0100" endDate="2019-07-01 14:31:06 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 14:48:57 +0100" startDate="2019-07-01 14:36:05 +0100" endDate="2019-07-01 14:44:33 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 14:57:23 +0100" startDate="2019-07-01 14:46:23 +0100" endDate="2019-07-01 14:56:22 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 15:07:25 +0100" startDate="2019-07-01 14:56:22 +0100" endDate="2019-07-01 15:01:45 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 15:20:11 +0100" startDate="2019-07-01 15:08:56 +0100" endDate="2019-07-01 15:17:13 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 15:38:56 +0100" startDate="2019-07-01 15:23:18 +0100" endDate="2019-07-01 15:33:17 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 15:45:38 +0100" startDate="2019-07-01 15:33:17 +0100" endDate="2019-07-01 15:43:02 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 15:53:38 +0100" startDate="2019-07-01 15:43:17 +0100" endDate="2019-07-01 15:53:18 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 16:14:02 +0100" startDate="2019-07-01 15:53:18 +0100" endDate="2019-07-01 16:03:18 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 16:14:02 +0100" startDate="2019-07-01 16:03:18 +0100" endDate="2019-07-01 16:05:58 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 17:16:12 +0100" startDate="2019-07-01 17:04:02 +0100" endDate="2019-07-01 17:05:51 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 17:32:32 +0100" startDate="2019-07-01 17:21:16 +0100" endDate="2019-07-01 17:21:32 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 18:03:46 +0100" startDate="2019-07-01 17:47:13 +0100" endDate="2019-07-01 17:56:50 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 18:09:24 +0100" startDate="2019-07-01 17:58:24 +0100" endDate="2019-07-01 18:08:07 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 18:19:32 +0100" startDate="2019-07-01 18:08:30 +0100" endDate="2019-07-01 18:10:52 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 18:42:12 +0100" startDate="2019-07-01 18:30:56 +0100" endDate="2019-07-01 18:32:48 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 19:20:17 +0100" startDate="2019-07-01 19:08:35 +0100" endDate="2019-07-01 19:08:38 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 19:58:39 +0100" startDate="2019-07-01 19:41:19 +0100" endDate="2019-07-01 19:44:42 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-01 21:33:34 +0100" startDate="2019-07-01 21:15:18 +0100" endDate="2019-07-01 21:21:56 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 05:48:12 +0100" startDate="2019-07-02 05:35:00 +0100" endDate="2019-07-02 05:35:41 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 06:07:15 +0100" startDate="2019-07-02 05:50:31 +0100" endDate="2019-07-02 05:57:54 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 06:12:29 +0100" startDate="2019-07-02 06:01:26 +0100" endDate="2019-07-02 06:06:16 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 06:35:18 +0100" startDate="2019-07-02 06:23:39 +0100" endDate="2019-07-02 06:31:10 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 06:53:04 +0100" startDate="2019-07-02 06:37:58 +0100" endDate="2019-07-02 06:47:57 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 07:01:48 +0100" startDate="2019-07-02 06:47:57 +0100" endDate="2019-07-02 06:49:14 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 07:41:35 +0100" startDate="2019-07-02 07:30:00 +0100" endDate="2019-07-02 07:35:23 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 07:54:34 +0100" startDate="2019-07-02 07:43:12 +0100" endDate="2019-07-02 07:45:44 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 09:02:19 +0100" startDate="2019-07-02 08:47:04 +0100" endDate="2019-07-02 08:54:27 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 09:36:34 +0100" startDate="2019-07-02 09:25:24 +0100" endDate="2019-07-02 09:35:23 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 09:50:58 +0100" startDate="2019-07-02 09:35:23 +0100" endDate="2019-07-02 09:43:48 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 10:18:40 +0100" startDate="2019-07-02 10:06:54 +0100" endDate="2019-07-02 10:09:47 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 10:53:44 +0100" startDate="2019-07-02 10:41:48 +0100" endDate="2019-07-02 10:41:53 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 11:38:21 +0100" startDate="2019-07-02 11:27:25 +0100" endDate="2019-07-02 11:37:24 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 11:53:46 +0100" startDate="2019-07-02 11:37:24 +0100" endDate="2019-07-02 11:46:23 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 12:15:20 +0100" startDate="2019-07-02 11:58:26 +0100" endDate="2019-07-02 12:07:53 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 12:24:51 +0100" startDate="2019-07-02 12:09:50 +0100" endDate="2019-07-02 12:19:51 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 12:31:28 +0100" startDate="2019-07-02 12:19:51 +0100" endDate="2019-07-02 12:28:37 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 14:29:15 +0100" startDate="2019-07-02 14:14:48 +0100" endDate="2019-07-02 14:20:29 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 15:16:07 +0100" startDate="2019-07-02 15:00:34 +0100" endDate="2019-07-02 15:09:33 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 15:32:23 +0100" startDate="2019-07-02 15:11:09 +0100" endDate="2019-07-02 15:21:10 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 15:32:23 +0100" startDate="2019-07-02 15:21:10 +0100" endDate="2019-07-02 15:31:10 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 15:42:13 +0100" startDate="2019-07-02 15:31:10 +0100" endDate="2019-07-02 15:41:11 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 15:53:36 +0100" startDate="2019-07-02 15:41:11 +0100" endDate="2019-07-02 15:51:11 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 16:02:56 +0100" startDate="2019-07-02 15:51:11 +0100" endDate="2019-07-02 16:00:24 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 16:13:13 +0100" startDate="2019-07-02 16:02:10 +0100" endDate="2019-07-02 16:11:09 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 16:25:30 +0100" startDate="2019-07-02 16:12:13 +0100" endDate="2019-07-02 16:14:44 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 18:04:02 +0100" startDate="2019-07-02 17:51:19 +0100" endDate="2019-07-02 17:51:42 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 20:34:06 +0100" startDate="2019-07-02 18:18:12 +0100" endDate="2019-07-02 18:27:55 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 20:34:06 +0100" startDate="2019-07-02 18:33:27 +0100" endDate="2019-07-02 18:34:59 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 20:52:24 +0100" startDate="2019-07-02 20:37:46 +0100" endDate="2019-07-02 20:39:43 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-02 23:38:52 +0100" startDate="2019-07-02 22:39:17 +0100" endDate="2019-07-02 22:39:45 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 06:17:47 +0100" startDate="2019-07-03 06:06:24 +0100" endDate="2019-07-03 06:06:47 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 06:42:18 +0100" startDate="2019-07-03 06:29:36 +0100" endDate="2019-07-03 06:39:37 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 07:02:56 +0100" startDate="2019-07-03 06:39:37 +0100" endDate="2019-07-03 06:40:58 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 07:08:50 +0100" startDate="2019-07-03 06:55:14 +0100" endDate="2019-07-03 07:01:13 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 08:12:54 +0100" startDate="2019-07-03 08:00:26 +0100" endDate="2019-07-03 08:05:24 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 08:23:21 +0100" startDate="2019-07-03 08:12:09 +0100" endDate="2019-07-03 08:16:54 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 08:33:29 +0100" startDate="2019-07-03 08:22:25 +0100" endDate="2019-07-03 08:32:07 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 09:49:44 +0100" startDate="2019-07-03 09:34:33 +0100" endDate="2019-07-03 09:36:58 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 10:02:24 +0100" startDate="2019-07-03 09:51:13 +0100" endDate="2019-07-03 09:51:31 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 10:28:30 +0100" startDate="2019-07-03 10:17:24 +0100" endDate="2019-07-03 10:19:48 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 10:39:01 +0100" startDate="2019-07-03 10:28:36 +0100" endDate="2019-07-03 10:34:06 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 11:04:48 +0100" startDate="2019-07-03 10:48:31 +0100" endDate="2019-07-03 10:49:47 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 11:31:36 +0100" startDate="2019-07-03 11:18:56 +0100" endDate="2019-07-03 11:28:58 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 11:40:00 +0100" startDate="2019-07-03 11:28:58 +0100" endDate="2019-07-03 11:37:47 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 12:06:00 +0100" startDate="2019-07-03 11:53:04 +0100" endDate="2019-07-03 12:03:04 +0100" value="950"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 12:16:04 +0100" startDate="2019-07-03 12:03:04 +0100" endDate="2019-07-03 12:11:41 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 16:07:06 +0100" startDate="2019-07-03 15:47:44 +0100" endDate="2019-07-03 15:57:38 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 16:08:58 +0100" startDate="2019-07-03 15:57:55 +0100" endDate="2019-07-03 16:07:29 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 16:38:43 +0100" startDate="2019-07-03 16:19:08 +0100" endDate="2019-07-03 16:29:07 +0100" value="1059"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 16:44:45 +0100" startDate="2019-07-03 16:29:07 +0100" endDate="2019-07-03 16:35:22 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 18:28:20 +0100" startDate="2019-07-03 18:06:42 +0100" endDate="2019-07-03 18:16:43 +0100" value="885"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 18:28:20 +0100" startDate="2019-07-03 18:16:43 +0100" endDate="2019-07-03 18:23:03 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 18:39:13 +0100" startDate="2019-07-03 18:23:03 +0100" endDate="2019-07-03 18:28:13 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 18:48:52 +0100" startDate="2019-07-03 18:37:50 +0100" endDate="2019-07-03 18:47:51 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 18:59:01 +0100" startDate="2019-07-03 18:47:58 +0100" endDate="2019-07-03 18:57:58 +0100" value="1085"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 19:19:24 +0100" startDate="2019-07-03 18:57:58 +0100" endDate="2019-07-03 19:07:44 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 19:31:19 +0100" startDate="2019-07-03 19:11:16 +0100" endDate="2019-07-03 19:16:37 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 20:22:24 +0100" startDate="2019-07-03 19:59:22 +0100" endDate="2019-07-03 19:59:30 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 22:41:51 +0100" startDate="2019-07-03 22:25:33 +0100" endDate="2019-07-03 22:35:34 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 22:48:25 +0100" startDate="2019-07-03 22:35:34 +0100" endDate="2019-07-03 22:45:34 +0100" value="1102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-03 22:57:29 +0100" startDate="2019-07-03 22:45:34 +0100" endDate="2019-07-03 22:49:05 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 06:01:44 +0100" startDate="2019-07-04 05:49:50 +0100" endDate="2019-07-04 05:50:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 06:16:59 +0100" startDate="2019-07-04 06:01:50 +0100" endDate="2019-07-04 06:03:27 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 06:59:18 +0100" startDate="2019-07-04 06:46:49 +0100" endDate="2019-07-04 06:56:48 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 07:10:09 +0100" startDate="2019-07-04 06:56:48 +0100" endDate="2019-07-04 07:04:32 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 07:22:07 +0100" startDate="2019-07-04 07:07:17 +0100" endDate="2019-07-04 07:12:28 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 07:44:45 +0100" startDate="2019-07-04 07:30:24 +0100" endDate="2019-07-04 07:32:08 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 07:56:41 +0100" startDate="2019-07-04 07:41:12 +0100" endDate="2019-07-04 07:43:27 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 08:15:18 +0100" startDate="2019-07-04 08:03:27 +0100" endDate="2019-07-04 08:13:03 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 08:32:53 +0100" startDate="2019-07-04 08:16:32 +0100" endDate="2019-07-04 08:16:57 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 09:20:05 +0100" startDate="2019-07-04 09:07:05 +0100" endDate="2019-07-04 09:12:29 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 09:36:25 +0100" startDate="2019-07-04 09:24:54 +0100" endDate="2019-07-04 09:25:55 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 09:50:29 +0100" startDate="2019-07-04 09:40:12 +0100" endDate="2019-07-04 09:40:17 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 10:16:53 +0100" startDate="2019-07-04 10:06:05 +0100" endDate="2019-07-04 10:12:08 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 11:00:02 +0100" startDate="2019-07-04 10:40:26 +0100" endDate="2019-07-04 10:50:27 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 11:42:07 +0100" startDate="2019-07-04 10:50:27 +0100" endDate="2019-07-04 10:59:59 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 11:54:24 +0100" startDate="2019-07-04 11:41:37 +0100" endDate="2019-07-04 11:41:57 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 12:13:22 +0100" startDate="2019-07-04 12:01:39 +0100" endDate="2019-07-04 12:02:22 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 12:29:00 +0100" startDate="2019-07-04 12:12:53 +0100" endDate="2019-07-04 12:13:11 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 15:01:55 +0100" startDate="2019-07-04 14:43:23 +0100" endDate="2019-07-04 14:48:54 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 15:18:02 +0100" startDate="2019-07-04 15:02:34 +0100" endDate="2019-07-04 15:04:06 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 15:27:33 +0100" startDate="2019-07-04 15:16:30 +0100" endDate="2019-07-04 15:24:43 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 16:10:49 +0100" startDate="2019-07-04 15:56:36 +0100" endDate="2019-07-04 15:56:48 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 16:23:03 +0100" startDate="2019-07-04 16:11:17 +0100" endDate="2019-07-04 16:12:59 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 16:36:54 +0100" startDate="2019-07-04 16:26:29 +0100" endDate="2019-07-04 16:26:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 19:33:11 +0100" startDate="2019-07-04 19:22:05 +0100" endDate="2019-07-04 19:22:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-04 23:22:56 +0100" startDate="2019-07-04 23:09:07 +0100" endDate="2019-07-04 23:11:56 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 06:54:28 +0100" startDate="2019-07-05 06:42:50 +0100" endDate="2019-07-05 06:52:49 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 07:30:16 +0100" startDate="2019-07-05 07:17:39 +0100" endDate="2019-07-05 07:27:08 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 07:50:13 +0100" startDate="2019-07-05 07:36:14 +0100" endDate="2019-07-05 07:44:53 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 08:13:00 +0100" startDate="2019-07-05 07:54:01 +0100" endDate="2019-07-05 08:02:00 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 08:57:31 +0100" startDate="2019-07-05 08:46:14 +0100" endDate="2019-07-05 08:46:19 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 09:11:31 +0100" startDate="2019-07-05 08:57:48 +0100" endDate="2019-07-05 09:05:01 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 09:25:43 +0100" startDate="2019-07-05 09:14:26 +0100" endDate="2019-07-05 09:16:43 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 09:53:41 +0100" startDate="2019-07-05 09:38:21 +0100" endDate="2019-07-05 09:45:39 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 10:11:21 +0100" startDate="2019-07-05 10:01:13 +0100" endDate="2019-07-05 10:01:56 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 10:33:29 +0100" startDate="2019-07-05 10:21:24 +0100" endDate="2019-07-05 10:27:37 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 10:47:39 +0100" startDate="2019-07-05 10:33:38 +0100" endDate="2019-07-05 10:41:07 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 11:01:57 +0100" startDate="2019-07-05 10:47:44 +0100" endDate="2019-07-05 10:53:39 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 11:15:15 +0100" startDate="2019-07-05 11:03:09 +0100" endDate="2019-07-05 11:07:46 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 11:43:57 +0100" startDate="2019-07-05 11:23:10 +0100" endDate="2019-07-05 11:32:43 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 11:48:43 +0100" startDate="2019-07-05 11:35:54 +0100" endDate="2019-07-05 11:45:16 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 11:57:05 +0100" startDate="2019-07-05 11:46:05 +0100" endDate="2019-07-05 11:47:44 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 12:15:35 +0100" startDate="2019-07-05 12:00:03 +0100" endDate="2019-07-05 12:08:28 +0100" value="926"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 14:50:46 +0100" startDate="2019-07-05 14:35:29 +0100" endDate="2019-07-05 14:42:12 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 15:24:29 +0100" startDate="2019-07-05 15:11:19 +0100" endDate="2019-07-05 15:20:36 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 16:51:06 +0100" startDate="2019-07-05 16:39:25 +0100" endDate="2019-07-05 16:39:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 17:10:12 +0100" startDate="2019-07-05 16:57:26 +0100" endDate="2019-07-05 17:07:09 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 17:24:18 +0100" startDate="2019-07-05 17:11:05 +0100" endDate="2019-07-05 17:18:07 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 18:36:14 +0100" startDate="2019-07-05 18:17:59 +0100" endDate="2019-07-05 18:24:35 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 19:35:17 +0100" startDate="2019-07-05 19:10:11 +0100" endDate="2019-07-05 19:10:33 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 21:59:37 +0100" startDate="2019-07-05 21:41:04 +0100" endDate="2019-07-05 21:51:05 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 22:02:09 +0100" startDate="2019-07-05 21:51:05 +0100" endDate="2019-07-05 21:58:15 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-05 22:42:48 +0100" startDate="2019-07-05 22:29:52 +0100" endDate="2019-07-05 22:31:48 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 08:39:24 +0100" startDate="2019-07-06 08:29:20 +0100" endDate="2019-07-06 08:29:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 09:02:15 +0100" startDate="2019-07-06 08:44:17 +0100" endDate="2019-07-06 08:44:50 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 09:33:16 +0100" startDate="2019-07-06 09:20:55 +0100" endDate="2019-07-06 09:24:26 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 09:34:30 +0100" startDate="2019-07-06 09:24:26 +0100" endDate="2019-07-06 09:24:43 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 10:21:05 +0100" startDate="2019-07-06 09:35:14 +0100" endDate="2019-07-06 09:36:25 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 11:10:57 +0100" startDate="2019-07-06 10:38:11 +0100" endDate="2019-07-06 10:40:50 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 11:20:30 +0100" startDate="2019-07-06 11:09:25 +0100" endDate="2019-07-06 11:15:27 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 12:20:10 +0100" startDate="2019-07-06 11:47:32 +0100" endDate="2019-07-06 11:51:28 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 12:24:37 +0100" startDate="2019-07-06 12:13:37 +0100" endDate="2019-07-06 12:20:58 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 12:40:08 +0100" startDate="2019-07-06 12:26:12 +0100" endDate="2019-07-06 12:26:40 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 14:39:40 +0100" startDate="2019-07-06 14:25:51 +0100" endDate="2019-07-06 14:34:20 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 14:50:45 +0100" startDate="2019-07-06 14:40:39 +0100" endDate="2019-07-06 14:40:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 18:25:23 +0100" startDate="2019-07-06 14:50:51 +0100" endDate="2019-07-06 14:51:22 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 18:57:24 +0100" startDate="2019-07-06 18:43:56 +0100" endDate="2019-07-06 18:44:55 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 19:20:50 +0100" startDate="2019-07-06 18:59:20 +0100" endDate="2019-07-06 19:07:42 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 19:33:39 +0100" startDate="2019-07-06 19:12:32 +0100" endDate="2019-07-06 19:13:58 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 21:17:38 +0100" startDate="2019-07-06 21:02:19 +0100" endDate="2019-07-06 21:06:11 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 22:50:13 +0100" startDate="2019-07-06 21:13:26 +0100" endDate="2019-07-06 21:17:40 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 23:00:13 +0100" startDate="2019-07-06 22:49:45 +0100" endDate="2019-07-06 22:57:52 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-06 23:18:16 +0100" startDate="2019-07-06 23:07:07 +0100" endDate="2019-07-06 23:07:10 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 08:29:32 +0100" startDate="2019-07-07 08:13:45 +0100" endDate="2019-07-07 08:22:54 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 12:25:11 +0100" startDate="2019-07-07 12:08:44 +0100" endDate="2019-07-07 12:18:45 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 12:30:26 +0100" startDate="2019-07-07 12:18:45 +0100" endDate="2019-07-07 12:28:33 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 12:42:13 +0100" startDate="2019-07-07 12:29:29 +0100" endDate="2019-07-07 12:39:30 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 12:54:47 +0100" startDate="2019-07-07 12:39:30 +0100" endDate="2019-07-07 12:40:36 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 14:55:40 +0100" startDate="2019-07-07 14:33:22 +0100" endDate="2019-07-07 14:43:22 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 14:55:40 +0100" startDate="2019-07-07 14:43:22 +0100" endDate="2019-07-07 14:45:45 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 14:57:03 +0100" startDate="2019-07-07 14:45:45 +0100" endDate="2019-07-07 14:55:41 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 15:13:28 +0100" startDate="2019-07-07 14:57:18 +0100" endDate="2019-07-07 15:07:19 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 15:19:21 +0100" startDate="2019-07-07 15:07:19 +0100" endDate="2019-07-07 15:07:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 17:10:20 +0100" startDate="2019-07-07 16:52:37 +0100" endDate="2019-07-07 17:01:39 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 17:20:49 +0100" startDate="2019-07-07 17:08:02 +0100" endDate="2019-07-07 17:17:38 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 17:29:14 +0100" startDate="2019-07-07 17:18:11 +0100" endDate="2019-07-07 17:26:56 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone8,4, software:12.3.1, creation date:2019-06-06 05:57:38 +0000&gt;" unit="count" creationDate="2019-07-07 17:42:16 +0100" startDate="2019-07-07 17:31:08 +0100" endDate="2019-07-07 17:31:15 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-07 21:02:19 +0100" startDate="2019-07-07 20:51:08 +0100" endDate="2019-07-07 20:51:18 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-08 21:21:58 +0100" startDate="2019-07-08 21:11:30 +0100" endDate="2019-07-08 21:13:31 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-08 21:34:19 +0100" startDate="2019-07-08 21:21:56 +0100" endDate="2019-07-08 21:22:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-08 21:48:57 +0100" startDate="2019-07-08 21:36:55 +0100" endDate="2019-07-08 21:43:12 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 06:24:08 +0100" startDate="2019-07-09 06:12:11 +0100" endDate="2019-07-09 06:16:48 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 07:11:15 +0100" startDate="2019-07-09 06:58:53 +0100" endDate="2019-07-09 07:01:55 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 07:26:36 +0100" startDate="2019-07-09 07:14:08 +0100" endDate="2019-07-09 07:24:09 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 07:38:17 +0100" startDate="2019-07-09 07:24:09 +0100" endDate="2019-07-09 07:31:46 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 09:13:28 +0100" startDate="2019-07-09 09:01:30 +0100" endDate="2019-07-09 09:02:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 10:05:17 +0100" startDate="2019-07-09 09:55:00 +0100" endDate="2019-07-09 10:02:19 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 11:27:20 +0100" startDate="2019-07-09 11:14:06 +0100" endDate="2019-07-09 11:19:40 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 12:21:03 +0100" startDate="2019-07-09 12:00:56 +0100" endDate="2019-07-09 12:10:57 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 12:21:03 +0100" startDate="2019-07-09 12:10:57 +0100" endDate="2019-07-09 12:16:30 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 12:33:49 +0100" startDate="2019-07-09 12:18:05 +0100" endDate="2019-07-09 12:21:25 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 14:09:28 +0100" startDate="2019-07-09 13:58:05 +0100" endDate="2019-07-09 14:02:24 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 16:06:26 +0100" startDate="2019-07-09 15:52:55 +0100" endDate="2019-07-09 16:02:37 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 16:16:08 +0100" startDate="2019-07-09 16:03:15 +0100" endDate="2019-07-09 16:12:11 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 16:36:40 +0100" startDate="2019-07-09 16:18:21 +0100" endDate="2019-07-09 16:28:16 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 16:41:14 +0100" startDate="2019-07-09 16:28:23 +0100" endDate="2019-07-09 16:38:24 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 16:50:44 +0100" startDate="2019-07-09 16:38:24 +0100" endDate="2019-07-09 16:48:04 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 16:59:24 +0100" startDate="2019-07-09 16:48:24 +0100" endDate="2019-07-09 16:49:31 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 17:12:54 +0100" startDate="2019-07-09 17:01:01 +0100" endDate="2019-07-09 17:05:53 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 17:45:22 +0100" startDate="2019-07-09 17:33:51 +0100" endDate="2019-07-09 17:43:33 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 18:11:02 +0100" startDate="2019-07-09 17:54:53 +0100" endDate="2019-07-09 17:56:51 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-09 21:53:23 +0100" startDate="2019-07-09 21:40:30 +0100" endDate="2019-07-09 21:40:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 07:19:51 +0100" startDate="2019-07-10 07:08:17 +0100" endDate="2019-07-10 07:18:17 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 07:33:24 +0100" startDate="2019-07-10 07:18:17 +0100" endDate="2019-07-10 07:18:40 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 07:59:02 +0100" startDate="2019-07-10 07:42:41 +0100" endDate="2019-07-10 07:52:41 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 08:04:38 +0100" startDate="2019-07-10 07:52:49 +0100" endDate="2019-07-10 08:02:19 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 08:13:05 +0100" startDate="2019-07-10 08:02:49 +0100" endDate="2019-07-10 08:03:20 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 09:41:35 +0100" startDate="2019-07-10 09:13:20 +0100" endDate="2019-07-10 09:21:45 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 09:57:55 +0100" startDate="2019-07-10 09:37:16 +0100" endDate="2019-07-10 09:39:35 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 10:12:13 +0100" startDate="2019-07-10 09:58:08 +0100" endDate="2019-07-10 10:03:57 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 10:28:22 +0100" startDate="2019-07-10 10:16:57 +0100" endDate="2019-07-10 10:26:03 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 10:46:04 +0100" startDate="2019-07-10 10:29:46 +0100" endDate="2019-07-10 10:35:29 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 11:16:48 +0100" startDate="2019-07-10 11:04:43 +0100" endDate="2019-07-10 11:04:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 11:27:31 +0100" startDate="2019-07-10 11:14:46 +0100" endDate="2019-07-10 11:24:46 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 11:35:49 +0100" startDate="2019-07-10 11:24:46 +0100" endDate="2019-07-10 11:25:55 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 11:51:40 +0100" startDate="2019-07-10 11:35:58 +0100" endDate="2019-07-10 11:37:48 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 12:16:15 +0100" startDate="2019-07-10 12:04:05 +0100" endDate="2019-07-10 12:12:37 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 12:41:50 +0100" startDate="2019-07-10 12:27:51 +0100" endDate="2019-07-10 12:29:10 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 14:03:40 +0100" startDate="2019-07-10 13:45:09 +0100" endDate="2019-07-10 13:49:00 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 14:03:40 +0100" startDate="2019-07-10 13:52:15 +0100" endDate="2019-07-10 13:59:24 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 14:38:00 +0100" startDate="2019-07-10 14:25:55 +0100" endDate="2019-07-10 14:29:40 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 15:12:26 +0100" startDate="2019-07-10 14:57:38 +0100" endDate="2019-07-10 15:02:31 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 15:56:04 +0100" startDate="2019-07-10 15:40:31 +0100" endDate="2019-07-10 15:50:32 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 16:04:08 +0100" startDate="2019-07-10 15:50:32 +0100" endDate="2019-07-10 15:52:09 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 16:31:12 +0100" startDate="2019-07-10 16:21:06 +0100" endDate="2019-07-10 16:21:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 18:36:04 +0100" startDate="2019-07-10 18:24:25 +0100" endDate="2019-07-10 18:33:04 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 18:52:52 +0100" startDate="2019-07-10 18:41:13 +0100" endDate="2019-07-10 18:42:58 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 19:35:42 +0100" startDate="2019-07-10 19:22:03 +0100" endDate="2019-07-10 19:27:44 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 19:48:55 +0100" startDate="2019-07-10 19:33:07 +0100" endDate="2019-07-10 19:33:07 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 22:09:35 +0100" startDate="2019-07-10 21:56:48 +0100" endDate="2019-07-10 21:58:30 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 22:19:10 +0100" startDate="2019-07-10 22:08:44 +0100" endDate="2019-07-10 22:18:10 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-10 22:39:14 +0100" startDate="2019-07-10 22:20:42 +0100" endDate="2019-07-10 22:20:52 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 06:31:13 +0100" startDate="2019-07-11 06:20:49 +0100" endDate="2019-07-11 06:30:03 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 07:40:10 +0100" startDate="2019-07-11 07:28:21 +0100" endDate="2019-07-11 07:37:31 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 07:51:03 +0100" startDate="2019-07-11 07:38:53 +0100" endDate="2019-07-11 07:48:53 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 08:01:56 +0100" startDate="2019-07-11 07:48:53 +0100" endDate="2019-07-11 07:49:08 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 08:12:22 +0100" startDate="2019-07-11 07:59:52 +0100" endDate="2019-07-11 08:07:50 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 09:05:19 +0100" startDate="2019-07-11 08:53:25 +0100" endDate="2019-07-11 08:54:19 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 09:42:30 +0100" startDate="2019-07-11 09:31:40 +0100" endDate="2019-07-11 09:35:03 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 10:15:36 +0100" startDate="2019-07-11 10:04:30 +0100" endDate="2019-07-11 10:05:16 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 10:17:03 +0100" startDate="2019-07-11 10:05:16 +0100" endDate="2019-07-11 10:05:19 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 10:48:15 +0100" startDate="2019-07-11 10:33:04 +0100" endDate="2019-07-11 10:43:04 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 10:58:54 +0100" startDate="2019-07-11 10:43:04 +0100" endDate="2019-07-11 10:53:05 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 11:12:56 +0100" startDate="2019-07-11 10:53:05 +0100" endDate="2019-07-11 10:53:13 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 11:26:00 +0100" startDate="2019-07-11 11:12:32 +0100" endDate="2019-07-11 11:21:59 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 11:33:48 +0100" startDate="2019-07-11 11:22:48 +0100" endDate="2019-07-11 11:31:28 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 11:54:01 +0100" startDate="2019-07-11 11:34:02 +0100" endDate="2019-07-11 11:34:23 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 12:26:06 +0100" startDate="2019-07-11 12:03:20 +0100" endDate="2019-07-11 12:12:50 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 12:26:06 +0100" startDate="2019-07-11 12:13:36 +0100" endDate="2019-07-11 12:16:41 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 12:43:44 +0100" startDate="2019-07-11 12:29:54 +0100" endDate="2019-07-11 12:30:32 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 15:13:21 +0100" startDate="2019-07-11 15:00:11 +0100" endDate="2019-07-11 15:01:20 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 16:28:48 +0100" startDate="2019-07-11 16:09:44 +0100" endDate="2019-07-11 16:10:20 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 16:44:57 +0100" startDate="2019-07-11 16:34:09 +0100" endDate="2019-07-11 16:44:09 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 16:55:12 +0100" startDate="2019-07-11 16:44:09 +0100" endDate="2019-07-11 16:49:48 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 17:09:49 +0100" startDate="2019-07-11 16:58:44 +0100" endDate="2019-07-11 17:00:47 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 17:21:31 +0100" startDate="2019-07-11 17:10:05 +0100" endDate="2019-07-11 17:20:05 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 17:31:27 +0100" startDate="2019-07-11 17:20:11 +0100" endDate="2019-07-11 17:30:11 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 17:50:34 +0100" startDate="2019-07-11 17:30:11 +0100" endDate="2019-07-11 17:34:04 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 21:09:20 +0100" startDate="2019-07-11 20:49:48 +0100" endDate="2019-07-11 20:59:48 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 21:11:12 +0100" startDate="2019-07-11 20:59:48 +0100" endDate="2019-07-11 21:05:48 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 21:21:12 +0100" startDate="2019-07-11 21:10:12 +0100" endDate="2019-07-11 21:19:34 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-11 21:42:00 +0100" startDate="2019-07-11 21:25:48 +0100" endDate="2019-07-11 21:26:13 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 07:37:20 +0100" startDate="2019-07-12 07:22:22 +0100" endDate="2019-07-12 07:32:04 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 07:44:09 +0100" startDate="2019-07-12 07:33:06 +0100" endDate="2019-07-12 07:35:25 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 08:06:31 +0100" startDate="2019-07-12 07:55:23 +0100" endDate="2019-07-12 07:57:06 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 08:44:11 +0100" startDate="2019-07-12 08:32:56 +0100" endDate="2019-07-12 08:33:11 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 09:27:55 +0100" startDate="2019-07-12 09:16:47 +0100" endDate="2019-07-12 09:23:26 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 10:09:01 +0100" startDate="2019-07-12 09:57:17 +0100" endDate="2019-07-12 09:59:38 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 11:39:13 +0100" startDate="2019-07-12 11:25:28 +0100" endDate="2019-07-12 11:35:15 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 11:51:49 +0100" startDate="2019-07-12 11:38:12 +0100" endDate="2019-07-12 11:41:30 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 14:17:28 +0100" startDate="2019-07-12 14:04:58 +0100" endDate="2019-07-12 14:14:56 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 14:26:14 +0100" startDate="2019-07-12 14:15:16 +0100" endDate="2019-07-12 14:24:46 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 14:37:11 +0100" startDate="2019-07-12 14:26:08 +0100" endDate="2019-07-12 14:31:31 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 15:31:28 +0100" startDate="2019-07-12 15:20:29 +0100" endDate="2019-07-12 15:20:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 15:58:02 +0100" startDate="2019-07-12 15:47:53 +0100" endDate="2019-07-12 15:57:12 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 16:23:43 +0100" startDate="2019-07-12 16:12:38 +0100" endDate="2019-07-12 16:17:35 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 20:36:56 +0100" startDate="2019-07-12 20:26:53 +0100" endDate="2019-07-12 20:26:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-12 21:43:55 +0100" startDate="2019-07-12 21:32:24 +0100" endDate="2019-07-12 21:34:27 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-13 22:30:14 +0100" startDate="2019-07-13 22:17:20 +0100" endDate="2019-07-13 22:21:34 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-13 23:12:08 +0100" startDate="2019-07-13 23:00:34 +0100" endDate="2019-07-13 23:01:08 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 07:50:53 +0100" startDate="2019-07-14 07:40:49 +0100" endDate="2019-07-14 07:40:52 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 10:37:43 +0100" startDate="2019-07-14 10:26:40 +0100" endDate="2019-07-14 10:31:50 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 11:02:09 +0100" startDate="2019-07-14 10:50:46 +0100" endDate="2019-07-14 10:56:10 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 12:00:39 +0100" startDate="2019-07-14 11:45:46 +0100" endDate="2019-07-14 11:52:29 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 13:00:11 +0100" startDate="2019-07-14 12:46:28 +0100" endDate="2019-07-14 12:56:28 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 13:11:55 +0100" startDate="2019-07-14 12:56:28 +0100" endDate="2019-07-14 13:06:29 +0100" value="1125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 13:22:36 +0100" startDate="2019-07-14 13:06:29 +0100" endDate="2019-07-14 13:16:29 +0100" value="1027"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 13:32:03 +0100" startDate="2019-07-14 13:16:29 +0100" endDate="2019-07-14 13:17:39 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 13:50:20 +0100" startDate="2019-07-14 13:39:03 +0100" endDate="2019-07-14 13:39:08 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 14:36:21 +0100" startDate="2019-07-14 14:22:31 +0100" endDate="2019-07-14 14:24:35 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 14:24:18 +0100" startDate="2019-07-14 14:12:00 +0100" endDate="2019-07-14 14:18:51 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 14:47:27 +0100" startDate="2019-07-14 14:36:10 +0100" endDate="2019-07-14 14:46:10 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 15:08:31 +0100" startDate="2019-07-14 14:46:10 +0100" endDate="2019-07-14 14:53:05 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 16:40:36 +0100" startDate="2019-07-14 16:21:31 +0100" endDate="2019-07-14 16:31:06 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 16:48:10 +0100" startDate="2019-07-14 16:35:23 +0100" endDate="2019-07-14 16:44:34 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 17:05:02 +0100" startDate="2019-07-14 16:45:53 +0100" endDate="2019-07-14 16:55:54 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 17:06:56 +0100" startDate="2019-07-14 16:55:54 +0100" endDate="2019-07-14 17:01:22 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 17:25:55 +0100" startDate="2019-07-14 17:13:56 +0100" endDate="2019-07-14 17:19:25 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 17:38:45 +0100" startDate="2019-07-14 17:25:01 +0100" endDate="2019-07-14 17:25:11 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 19:39:16 +0100" startDate="2019-07-14 19:29:07 +0100" endDate="2019-07-14 19:29:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-14 22:20:57 +0100" startDate="2019-07-14 21:50:50 +0100" endDate="2019-07-14 21:54:16 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 07:02:02 +0100" startDate="2019-07-15 06:49:55 +0100" endDate="2019-07-15 06:51:02 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 07:47:20 +0100" startDate="2019-07-15 07:22:04 +0100" endDate="2019-07-15 07:28:24 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 07:50:41 +0100" startDate="2019-07-15 07:37:33 +0100" endDate="2019-07-15 07:47:34 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 08:01:48 +0100" startDate="2019-07-15 07:47:34 +0100" endDate="2019-07-15 07:51:58 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 10:55:38 +0100" startDate="2019-07-15 10:44:15 +0100" endDate="2019-07-15 10:54:16 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 11:11:59 +0100" startDate="2019-07-15 10:54:16 +0100" endDate="2019-07-15 11:04:16 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 11:22:10 +0100" startDate="2019-07-15 11:04:16 +0100" endDate="2019-07-15 11:04:29 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 12:31:55 +0100" startDate="2019-07-15 12:18:41 +0100" endDate="2019-07-15 12:28:26 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 12:53:45 +0100" startDate="2019-07-15 12:29:00 +0100" endDate="2019-07-15 12:32:53 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 14:33:28 +0100" startDate="2019-07-15 14:15:35 +0100" endDate="2019-07-15 14:25:20 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 14:40:31 +0100" startDate="2019-07-15 14:26:14 +0100" endDate="2019-07-15 14:33:00 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 14:52:25 +0100" startDate="2019-07-15 14:38:18 +0100" endDate="2019-07-15 14:45:50 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 15:11:30 +0100" startDate="2019-07-15 14:51:47 +0100" endDate="2019-07-15 15:00:41 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 15:22:43 +0100" startDate="2019-07-15 15:02:34 +0100" endDate="2019-07-15 15:02:49 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 16:36:04 +0100" startDate="2019-07-15 16:19:07 +0100" endDate="2019-07-15 16:26:26 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 17:11:12 +0100" startDate="2019-07-15 16:53:26 +0100" endDate="2019-07-15 16:54:58 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 17:41:47 +0100" startDate="2019-07-15 17:26:55 +0100" endDate="2019-07-15 17:35:00 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 17:50:02 +0100" startDate="2019-07-15 17:39:02 +0100" endDate="2019-07-15 17:40:16 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 19:01:58 +0100" startDate="2019-07-15 18:11:39 +0100" endDate="2019-07-15 18:19:15 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-15 19:01:58 +0100" startDate="2019-07-15 18:22:07 +0100" endDate="2019-07-15 18:22:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 06:18:03 +0100" startDate="2019-07-16 06:07:43 +0100" endDate="2019-07-16 06:07:46 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 06:29:49 +0100" startDate="2019-07-16 06:17:47 +0100" endDate="2019-07-16 06:18:22 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 07:22:16 +0100" startDate="2019-07-16 07:04:52 +0100" endDate="2019-07-16 07:14:52 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 07:32:00 +0100" startDate="2019-07-16 07:14:52 +0100" endDate="2019-07-16 07:22:52 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 10:31:23 +0100" startDate="2019-07-16 10:15:23 +0100" endDate="2019-07-16 10:23:59 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 10:40:03 +0100" startDate="2019-07-16 10:26:44 +0100" endDate="2019-07-16 10:36:08 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 10:57:52 +0100" startDate="2019-07-16 10:43:58 +0100" endDate="2019-07-16 10:52:23 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 13:28:11 +0100" startDate="2019-07-16 13:11:16 +0100" endDate="2019-07-16 13:14:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 15:08:15 +0100" startDate="2019-07-16 14:57:58 +0100" endDate="2019-07-16 15:03:44 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 16:33:50 +0100" startDate="2019-07-16 16:20:55 +0100" endDate="2019-07-16 16:20:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 16:56:42 +0100" startDate="2019-07-16 16:42:03 +0100" endDate="2019-07-16 16:52:03 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 17:04:06 +0100" startDate="2019-07-16 16:52:03 +0100" endDate="2019-07-16 16:59:37 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 17:19:07 +0100" startDate="2019-07-16 17:04:30 +0100" endDate="2019-07-16 17:14:30 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 17:25:32 +0100" startDate="2019-07-16 17:14:30 +0100" endDate="2019-07-16 17:23:47 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 17:40:22 +0100" startDate="2019-07-16 17:24:33 +0100" endDate="2019-07-16 17:26:49 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 17:55:57 +0100" startDate="2019-07-16 17:43:52 +0100" endDate="2019-07-16 17:53:53 +0100" value="1038"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 18:17:46 +0100" startDate="2019-07-16 17:53:53 +0100" endDate="2019-07-16 17:55:02 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 20:53:33 +0100" startDate="2019-07-16 20:38:05 +0100" endDate="2019-07-16 20:48:05 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 21:00:23 +0100" startDate="2019-07-16 20:48:38 +0100" endDate="2019-07-16 20:58:11 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 21:13:30 +0100" startDate="2019-07-16 21:00:06 +0100" endDate="2019-07-16 21:08:37 +0100" value="832"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-16 22:51:56 +0100" startDate="2019-07-16 22:25:54 +0100" endDate="2019-07-16 22:32:47 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 06:51:17 +0100" startDate="2019-07-17 06:40:55 +0100" endDate="2019-07-17 06:48:09 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 07:27:50 +0100" startDate="2019-07-17 07:16:22 +0100" endDate="2019-07-17 07:26:18 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 07:39:50 +0100" startDate="2019-07-17 07:26:18 +0100" endDate="2019-07-17 07:36:18 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 08:02:19 +0100" startDate="2019-07-17 07:36:18 +0100" endDate="2019-07-17 07:36:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 08:12:24 +0100" startDate="2019-07-17 08:00:55 +0100" endDate="2019-07-17 08:02:12 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 09:40:30 +0100" startDate="2019-07-17 09:22:50 +0100" endDate="2019-07-17 09:24:43 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 09:55:06 +0100" startDate="2019-07-17 09:40:02 +0100" endDate="2019-07-17 09:44:11 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 10:11:53 +0100" startDate="2019-07-17 10:00:41 +0100" endDate="2019-07-17 10:00:47 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 10:22:54 +0100" startDate="2019-07-17 10:11:33 +0100" endDate="2019-07-17 10:17:55 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 10:44:04 +0100" startDate="2019-07-17 10:30:35 +0100" endDate="2019-07-17 10:40:15 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 11:08:10 +0100" startDate="2019-07-17 10:52:03 +0100" endDate="2019-07-17 10:54:42 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 11:23:21 +0100" startDate="2019-07-17 11:08:31 +0100" endDate="2019-07-17 11:08:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 11:37:11 +0100" startDate="2019-07-17 11:25:24 +0100" endDate="2019-07-17 11:33:29 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 11:47:27 +0100" startDate="2019-07-17 11:35:37 +0100" endDate="2019-07-17 11:45:24 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 12:01:51 +0100" startDate="2019-07-17 11:45:45 +0100" endDate="2019-07-17 11:48:52 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 12:14:56 +0100" startDate="2019-07-17 12:03:51 +0100" endDate="2019-07-17 12:08:38 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 12:31:40 +0100" startDate="2019-07-17 12:17:13 +0100" endDate="2019-07-17 12:17:49 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 13:26:42 +0100" startDate="2019-07-17 13:11:16 +0100" endDate="2019-07-17 13:16:29 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 13:38:00 +0100" startDate="2019-07-17 13:26:37 +0100" endDate="2019-07-17 13:32:59 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 14:01:15 +0100" startDate="2019-07-17 13:39:39 +0100" endDate="2019-07-17 13:47:00 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 14:07:06 +0100" startDate="2019-07-17 13:52:18 +0100" endDate="2019-07-17 13:57:29 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 14:41:58 +0100" startDate="2019-07-17 14:24:55 +0100" endDate="2019-07-17 14:33:13 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 15:00:27 +0100" startDate="2019-07-17 14:43:21 +0100" endDate="2019-07-17 14:43:21 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 15:36:14 +0100" startDate="2019-07-17 15:22:11 +0100" endDate="2019-07-17 15:31:08 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 16:18:24 +0100" startDate="2019-07-17 16:06:37 +0100" endDate="2019-07-17 16:06:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 16:41:15 +0100" startDate="2019-07-17 16:29:44 +0100" endDate="2019-07-17 16:29:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 17:12:23 +0100" startDate="2019-07-17 16:59:15 +0100" endDate="2019-07-17 17:08:29 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 17:20:45 +0100" startDate="2019-07-17 17:09:28 +0100" endDate="2019-07-17 17:17:28 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 17:39:35 +0100" startDate="2019-07-17 17:27:12 +0100" endDate="2019-07-17 17:29:23 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 17:49:19 +0100" startDate="2019-07-17 17:38:19 +0100" endDate="2019-07-17 17:47:59 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 18:01:24 +0100" startDate="2019-07-17 17:49:23 +0100" endDate="2019-07-17 17:49:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 18:20:26 +0100" startDate="2019-07-17 18:08:51 +0100" endDate="2019-07-17 18:09:04 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 19:16:31 +0100" startDate="2019-07-17 19:03:11 +0100" endDate="2019-07-17 19:08:42 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 20:47:30 +0100" startDate="2019-07-17 20:35:57 +0100" endDate="2019-07-17 20:37:32 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 21:20:04 +0100" startDate="2019-07-17 21:09:14 +0100" endDate="2019-07-17 21:19:04 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 21:30:19 +0100" startDate="2019-07-17 21:19:24 +0100" endDate="2019-07-17 21:28:56 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-17 21:54:30 +0100" startDate="2019-07-17 21:30:13 +0100" endDate="2019-07-17 21:30:23 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 06:00:17 +0100" startDate="2019-07-18 05:49:14 +0100" endDate="2019-07-18 05:49:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 06:21:48 +0100" startDate="2019-07-18 06:02:29 +0100" endDate="2019-07-18 06:07:32 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 06:39:31 +0100" startDate="2019-07-18 06:23:06 +0100" endDate="2019-07-18 06:29:25 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 07:02:13 +0100" startDate="2019-07-18 06:44:18 +0100" endDate="2019-07-18 06:47:56 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 07:25:19 +0100" startDate="2019-07-18 07:04:37 +0100" endDate="2019-07-18 07:14:37 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 07:25:19 +0100" startDate="2019-07-18 07:14:37 +0100" endDate="2019-07-18 07:14:42 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 08:02:11 +0100" startDate="2019-07-18 07:43:39 +0100" endDate="2019-07-18 07:52:13 +0100" value="1034"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 08:10:11 +0100" startDate="2019-07-18 07:54:54 +0100" endDate="2019-07-18 08:00:12 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 08:25:40 +0100" startDate="2019-07-18 08:13:36 +0100" endDate="2019-07-18 08:16:17 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 11:16:44 +0100" startDate="2019-07-18 11:00:21 +0100" endDate="2019-07-18 11:10:21 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 11:28:03 +0100" startDate="2019-07-18 11:10:21 +0100" endDate="2019-07-18 11:17:53 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 11:43:46 +0100" startDate="2019-07-18 11:32:28 +0100" endDate="2019-07-18 11:42:23 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 12:18:57 +0100" startDate="2019-07-18 12:06:50 +0100" endDate="2019-07-18 12:16:50 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 12:37:18 +0100" startDate="2019-07-18 12:21:20 +0100" endDate="2019-07-18 12:22:06 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 12:52:49 +0100" startDate="2019-07-18 12:37:06 +0100" endDate="2019-07-18 12:37:24 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 14:42:15 +0100" startDate="2019-07-18 14:16:08 +0100" endDate="2019-07-18 14:23:24 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 15:41:48 +0100" startDate="2019-07-18 15:28:27 +0100" endDate="2019-07-18 15:38:28 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 15:52:54 +0100" startDate="2019-07-18 15:38:28 +0100" endDate="2019-07-18 15:46:43 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 16:06:58 +0100" startDate="2019-07-18 15:52:04 +0100" endDate="2019-07-18 16:00:19 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 16:13:10 +0100" startDate="2019-07-18 16:02:10 +0100" endDate="2019-07-18 16:11:22 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 16:25:11 +0100" startDate="2019-07-18 16:14:55 +0100" endDate="2019-07-18 16:20:44 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 17:56:34 +0100" startDate="2019-07-18 17:42:24 +0100" endDate="2019-07-18 17:48:00 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 19:00:58 +0100" startDate="2019-07-18 18:46:51 +0100" endDate="2019-07-18 18:56:34 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 19:10:05 +0100" startDate="2019-07-18 18:56:52 +0100" endDate="2019-07-18 18:57:02 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 20:16:48 +0100" startDate="2019-07-18 20:03:26 +0100" endDate="2019-07-18 20:10:35 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 20:33:06 +0100" startDate="2019-07-18 20:15:25 +0100" endDate="2019-07-18 20:22:13 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 20:49:54 +0100" startDate="2019-07-18 20:31:43 +0100" endDate="2019-07-18 20:37:11 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 20:58:43 +0100" startDate="2019-07-18 20:42:40 +0100" endDate="2019-07-18 20:42:45 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 21:09:54 +0100" startDate="2019-07-18 20:50:19 +0100" endDate="2019-07-18 21:00:07 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 21:18:21 +0100" startDate="2019-07-18 21:00:37 +0100" endDate="2019-07-18 21:00:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 22:06:47 +0100" startDate="2019-07-18 21:54:17 +0100" endDate="2019-07-18 22:01:21 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 22:18:59 +0100" startDate="2019-07-18 22:05:55 +0100" endDate="2019-07-18 22:12:05 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-18 23:20:14 +0100" startDate="2019-07-18 23:05:50 +0100" endDate="2019-07-18 23:06:16 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 06:01:09 +0100" startDate="2019-07-19 05:44:18 +0100" endDate="2019-07-19 05:44:31 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 07:41:12 +0100" startDate="2019-07-19 07:26:05 +0100" endDate="2019-07-19 07:28:59 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 08:05:07 +0100" startDate="2019-07-19 07:49:03 +0100" endDate="2019-07-19 07:49:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 08:20:35 +0100" startDate="2019-07-19 08:05:43 +0100" endDate="2019-07-19 08:15:44 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 08:38:34 +0100" startDate="2019-07-19 08:15:44 +0100" endDate="2019-07-19 08:19:37 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 09:07:26 +0100" startDate="2019-07-19 08:47:29 +0100" endDate="2019-07-19 08:55:39 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 10:15:10 +0100" startDate="2019-07-19 10:03:36 +0100" endDate="2019-07-19 10:04:53 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 11:32:22 +0100" startDate="2019-07-19 11:17:33 +0100" endDate="2019-07-19 11:21:23 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 11:40:03 +0100" startDate="2019-07-19 11:29:03 +0100" endDate="2019-07-19 11:36:19 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 12:16:26 +0100" startDate="2019-07-19 12:02:03 +0100" endDate="2019-07-19 12:11:14 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 13:47:53 +0100" startDate="2019-07-19 13:28:01 +0100" endDate="2019-07-19 13:31:47 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 14:27:57 +0100" startDate="2019-07-19 14:04:28 +0100" endDate="2019-07-19 14:14:23 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 14:27:57 +0100" startDate="2019-07-19 14:14:59 +0100" endDate="2019-07-19 14:15:14 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 14:44:54 +0100" startDate="2019-07-19 14:32:16 +0100" endDate="2019-07-19 14:33:02 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 15:08:53 +0100" startDate="2019-07-19 14:54:20 +0100" endDate="2019-07-19 14:57:53 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 15:24:41 +0100" startDate="2019-07-19 15:12:09 +0100" endDate="2019-07-19 15:21:54 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 17:32:47 +0100" startDate="2019-07-19 17:21:36 +0100" endDate="2019-07-19 17:31:36 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 17:43:02 +0100" startDate="2019-07-19 17:31:36 +0100" endDate="2019-07-19 17:31:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 17:54:45 +0100" startDate="2019-07-19 17:43:34 +0100" endDate="2019-07-19 17:47:13 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 18:30:44 +0100" startDate="2019-07-19 18:17:51 +0100" endDate="2019-07-19 18:19:10 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 19:12:41 +0100" startDate="2019-07-19 18:57:39 +0100" endDate="2019-07-19 19:07:08 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 21:25:49 +0100" startDate="2019-07-19 21:10:43 +0100" endDate="2019-07-19 21:19:19 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 21:38:32 +0100" startDate="2019-07-19 21:20:44 +0100" endDate="2019-07-19 21:27:34 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 22:06:39 +0100" startDate="2019-07-19 21:52:20 +0100" endDate="2019-07-19 21:52:59 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 22:48:46 +0100" startDate="2019-07-19 22:37:02 +0100" endDate="2019-07-19 22:40:23 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 22:58:52 +0100" startDate="2019-07-19 22:47:49 +0100" endDate="2019-07-19 22:50:59 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-19 23:37:12 +0100" startDate="2019-07-19 23:03:28 +0100" endDate="2019-07-19 23:03:36 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 03:35:56 +0100" startDate="2019-07-20 03:24:40 +0100" endDate="2019-07-20 03:28:21 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 06:12:42 +0100" startDate="2019-07-20 06:02:41 +0100" endDate="2019-07-20 06:02:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 06:42:42 +0100" startDate="2019-07-20 06:22:31 +0100" endDate="2019-07-20 06:24:37 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 06:50:12 +0100" startDate="2019-07-20 06:34:07 +0100" endDate="2019-07-20 06:43:52 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 07:20:34 +0100" startDate="2019-07-20 07:00:28 +0100" endDate="2019-07-20 07:00:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 07:46:36 +0100" startDate="2019-07-20 07:30:03 +0100" endDate="2019-07-20 07:31:25 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 08:00:23 +0100" startDate="2019-07-20 07:47:20 +0100" endDate="2019-07-20 07:50:53 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 08:36:38 +0100" startDate="2019-07-20 08:23:05 +0100" endDate="2019-07-20 08:26:07 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 10:47:35 +0100" startDate="2019-07-20 10:36:21 +0100" endDate="2019-07-20 10:39:49 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 11:01:17 +0100" startDate="2019-07-20 10:49:03 +0100" endDate="2019-07-20 10:59:03 +0100" value="1068"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 11:10:06 +0100" startDate="2019-07-20 10:59:03 +0100" endDate="2019-07-20 11:08:59 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 11:28:07 +0100" startDate="2019-07-20 11:14:15 +0100" endDate="2019-07-20 11:21:41 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 11:54:01 +0100" startDate="2019-07-20 11:35:09 +0100" endDate="2019-07-20 11:41:18 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 12:09:50 +0100" startDate="2019-07-20 11:49:02 +0100" endDate="2019-07-20 11:49:02 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 12:09:50 +0100" startDate="2019-07-20 11:59:08 +0100" endDate="2019-07-20 12:02:53 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 12:25:08 +0100" startDate="2019-07-20 12:11:34 +0100" endDate="2019-07-20 12:14:57 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 12:34:03 +0100" startDate="2019-07-20 12:15:07 +0100" endDate="2019-07-20 12:22:44 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 12:44:06 +0100" startDate="2019-07-20 12:25:25 +0100" endDate="2019-07-20 12:31:40 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 12:55:03 +0100" startDate="2019-07-20 12:44:29 +0100" endDate="2019-07-20 12:44:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 13:12:18 +0100" startDate="2019-07-20 12:59:31 +0100" endDate="2019-07-20 13:09:32 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 13:21:30 +0100" startDate="2019-07-20 13:09:32 +0100" endDate="2019-07-20 13:19:14 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 13:31:40 +0100" startDate="2019-07-20 13:20:21 +0100" endDate="2019-07-20 13:20:31 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 16:04:09 +0100" startDate="2019-07-20 15:52:10 +0100" endDate="2019-07-20 15:53:12 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 16:34:10 +0100" startDate="2019-07-20 16:23:00 +0100" endDate="2019-07-20 16:24:14 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 18:19:53 +0100" startDate="2019-07-20 18:01:59 +0100" endDate="2019-07-20 18:11:59 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 18:23:29 +0100" startDate="2019-07-20 18:11:59 +0100" endDate="2019-07-20 18:21:59 +0100" value="1022"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 18:48:32 +0100" startDate="2019-07-20 18:21:59 +0100" endDate="2019-07-20 18:28:11 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 19:27:35 +0100" startDate="2019-07-20 19:09:35 +0100" endDate="2019-07-20 19:10:00 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 20:20:49 +0100" startDate="2019-07-20 20:01:09 +0100" endDate="2019-07-20 20:01:27 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 20:42:45 +0100" startDate="2019-07-20 20:25:34 +0100" endDate="2019-07-20 20:34:00 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 20:53:12 +0100" startDate="2019-07-20 20:41:36 +0100" endDate="2019-07-20 20:41:39 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 21:21:26 +0100" startDate="2019-07-20 21:06:04 +0100" endDate="2019-07-20 21:13:56 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 22:57:23 +0100" startDate="2019-07-20 22:42:25 +0100" endDate="2019-07-20 22:42:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-20 23:20:10 +0100" startDate="2019-07-20 23:01:16 +0100" endDate="2019-07-20 23:07:08 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 00:06:27 +0100" startDate="2019-07-20 23:38:26 +0100" endDate="2019-07-20 23:43:00 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 00:06:27 +0100" startDate="2019-07-20 23:49:12 +0100" endDate="2019-07-20 23:49:15 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 00:16:30 +0100" startDate="2019-07-21 00:00:24 +0100" endDate="2019-07-21 00:03:06 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 00:45:49 +0100" startDate="2019-07-21 00:27:34 +0100" endDate="2019-07-21 00:27:36 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 01:09:39 +0100" startDate="2019-07-21 00:56:15 +0100" endDate="2019-07-21 00:58:44 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 01:16:53 +0100" startDate="2019-07-21 00:59:46 +0100" endDate="2019-07-21 01:07:51 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 01:31:21 +0100" startDate="2019-07-21 01:13:55 +0100" endDate="2019-07-21 01:16:29 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 02:07:36 +0100" startDate="2019-07-21 01:39:14 +0100" endDate="2019-07-21 01:46:59 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 02:14:35 +0100" startDate="2019-07-21 02:01:00 +0100" endDate="2019-07-21 02:07:38 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 02:21:52 +0100" startDate="2019-07-21 02:07:38 +0100" endDate="2019-07-21 02:10:58 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 02:27:53 +0100" startDate="2019-07-21 02:17:13 +0100" endDate="2019-07-21 02:19:54 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 02:49:50 +0100" startDate="2019-07-21 02:28:30 +0100" endDate="2019-07-21 02:34:34 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 03:04:20 +0100" startDate="2019-07-21 02:49:53 +0100" endDate="2019-07-21 02:59:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 03:18:25 +0100" startDate="2019-07-21 02:59:48 +0100" endDate="2019-07-21 03:09:48 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 03:23:24 +0100" startDate="2019-07-21 03:09:48 +0100" endDate="2019-07-21 03:11:05 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 03:38:42 +0100" startDate="2019-07-21 03:23:37 +0100" endDate="2019-07-21 03:23:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 16:45:05 +0100" startDate="2019-07-21 16:33:10 +0100" endDate="2019-07-21 16:43:11 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 16:55:07 +0100" startDate="2019-07-21 16:43:11 +0100" endDate="2019-07-21 16:53:11 +0100" value="1122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 17:04:14 +0100" startDate="2019-07-21 16:53:11 +0100" endDate="2019-07-21 16:59:11 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 17:22:23 +0100" startDate="2019-07-21 17:10:31 +0100" endDate="2019-07-21 17:12:34 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 17:40:56 +0100" startDate="2019-07-21 17:27:45 +0100" endDate="2019-07-21 17:31:43 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 20:21:01 +0100" startDate="2019-07-21 20:10:50 +0100" endDate="2019-07-21 20:10:53 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-21 22:00:15 +0100" startDate="2019-07-21 21:48:52 +0100" endDate="2019-07-21 21:49:15 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 06:33:30 +0100" startDate="2019-07-22 06:21:33 +0100" endDate="2019-07-22 06:22:30 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 07:14:46 +0100" startDate="2019-07-22 07:03:51 +0100" endDate="2019-07-22 07:12:03 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 07:35:57 +0100" startDate="2019-07-22 07:23:49 +0100" endDate="2019-07-22 07:26:05 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 09:44:55 +0100" startDate="2019-07-22 09:32:54 +0100" endDate="2019-07-22 09:36:30 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 11:13:03 +0100" startDate="2019-07-22 11:01:56 +0100" endDate="2019-07-22 11:10:49 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 11:31:07 +0100" startDate="2019-07-22 11:19:38 +0100" endDate="2019-07-22 11:21:41 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 11:58:37 +0100" startDate="2019-07-22 11:46:36 +0100" endDate="2019-07-22 11:56:18 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 12:07:40 +0100" startDate="2019-07-22 11:57:02 +0100" endDate="2019-07-22 12:01:57 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 14:31:17 +0100" startDate="2019-07-22 14:19:36 +0100" endDate="2019-07-22 14:27:31 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 15:40:05 +0100" startDate="2019-07-22 15:28:01 +0100" endDate="2019-07-22 15:38:01 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 15:49:53 +0100" startDate="2019-07-22 15:38:01 +0100" endDate="2019-07-22 15:39:49 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 15:58:54 +0100" startDate="2019-07-22 15:47:56 +0100" endDate="2019-07-22 15:52:15 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 16:12:50 +0100" startDate="2019-07-22 16:01:34 +0100" endDate="2019-07-22 16:11:16 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 16:22:47 +0100" startDate="2019-07-22 16:11:47 +0100" endDate="2019-07-22 16:20:23 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 16:36:12 +0100" startDate="2019-07-22 16:22:05 +0100" endDate="2019-07-22 16:28:30 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 16:47:01 +0100" startDate="2019-07-22 16:35:21 +0100" endDate="2019-07-22 16:37:57 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 17:12:21 +0100" startDate="2019-07-22 17:00:27 +0100" endDate="2019-07-22 17:05:06 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 17:23:36 +0100" startDate="2019-07-22 17:12:46 +0100" endDate="2019-07-22 17:17:43 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 17:35:03 +0100" startDate="2019-07-22 17:23:32 +0100" endDate="2019-07-22 17:24:23 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 18:26:01 +0100" startDate="2019-07-22 18:14:56 +0100" endDate="2019-07-22 18:15:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 19:16:33 +0100" startDate="2019-07-22 19:05:41 +0100" endDate="2019-07-22 19:05:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 20:02:39 +0100" startDate="2019-07-22 19:50:57 +0100" endDate="2019-07-22 20:00:58 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-22 20:12:47 +0100" startDate="2019-07-22 20:00:58 +0100" endDate="2019-07-22 20:09:44 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 06:34:35 +0100" startDate="2019-07-23 06:23:09 +0100" endDate="2019-07-23 06:23:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 07:20:19 +0100" startDate="2019-07-23 07:08:21 +0100" endDate="2019-07-23 07:18:14 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 07:29:10 +0100" startDate="2019-07-23 07:18:24 +0100" endDate="2019-07-23 07:28:09 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 07:40:16 +0100" startDate="2019-07-23 07:28:09 +0100" endDate="2019-07-23 07:36:55 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 07:52:06 +0100" startDate="2019-07-23 07:40:13 +0100" endDate="2019-07-23 07:45:21 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 08:12:22 +0100" startDate="2019-07-23 08:01:49 +0100" endDate="2019-07-23 08:09:28 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 09:55:12 +0100" startDate="2019-07-23 09:43:51 +0100" endDate="2019-07-23 09:53:49 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 10:04:25 +0100" startDate="2019-07-23 09:53:54 +0100" endDate="2019-07-23 09:56:43 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 10:41:50 +0100" startDate="2019-07-23 10:29:51 +0100" endDate="2019-07-23 10:39:52 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 10:50:54 +0100" startDate="2019-07-23 10:39:52 +0100" endDate="2019-07-23 10:49:41 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 11:02:12 +0100" startDate="2019-07-23 10:50:35 +0100" endDate="2019-07-23 11:00:10 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 11:12:20 +0100" startDate="2019-07-23 11:00:58 +0100" endDate="2019-07-23 11:10:30 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 11:51:07 +0100" startDate="2019-07-23 11:39:38 +0100" endDate="2019-07-23 11:49:26 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 13:23:37 +0100" startDate="2019-07-23 13:11:31 +0100" endDate="2019-07-23 13:21:32 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 13:32:54 +0100" startDate="2019-07-23 13:21:32 +0100" endDate="2019-07-23 13:27:00 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 14:58:08 +0100" startDate="2019-07-23 14:46:52 +0100" endDate="2019-07-23 14:47:08 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 15:20:04 +0100" startDate="2019-07-23 15:09:42 +0100" endDate="2019-07-23 15:09:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 15:52:23 +0100" startDate="2019-07-23 15:39:42 +0100" endDate="2019-07-23 15:41:10 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 16:12:49 +0100" startDate="2019-07-23 16:00:28 +0100" endDate="2019-07-23 16:09:24 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 16:21:57 +0100" startDate="2019-07-23 16:10:53 +0100" endDate="2019-07-23 16:20:41 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 16:33:07 +0100" startDate="2019-07-23 16:21:14 +0100" endDate="2019-07-23 16:31:14 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 16:43:19 +0100" startDate="2019-07-23 16:31:22 +0100" endDate="2019-07-23 16:41:17 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 16:52:30 +0100" startDate="2019-07-23 16:41:30 +0100" endDate="2019-07-23 16:51:30 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 17:02:34 +0100" startDate="2019-07-23 16:51:30 +0100" endDate="2019-07-23 17:01:28 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 17:13:05 +0100" startDate="2019-07-23 17:01:44 +0100" endDate="2019-07-23 17:07:58 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 17:51:05 +0100" startDate="2019-07-23 17:32:57 +0100" endDate="2019-07-23 17:41:58 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 18:03:34 +0100" startDate="2019-07-23 17:51:35 +0100" endDate="2019-07-23 17:54:45 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 19:07:52 +0100" startDate="2019-07-23 18:56:19 +0100" endDate="2019-07-23 18:56:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-23 21:49:42 +0100" startDate="2019-07-23 21:38:05 +0100" endDate="2019-07-23 21:38:20 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 06:43:38 +0100" startDate="2019-07-24 06:32:11 +0100" endDate="2019-07-24 06:32:44 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 07:34:19 +0100" startDate="2019-07-24 07:21:30 +0100" endDate="2019-07-24 07:30:06 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 07:42:23 +0100" startDate="2019-07-24 07:31:46 +0100" endDate="2019-07-24 07:35:11 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 07:57:28 +0100" startDate="2019-07-24 07:45:50 +0100" endDate="2019-07-24 07:52:22 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 08:07:31 +0100" startDate="2019-07-24 07:56:29 +0100" endDate="2019-07-24 07:57:30 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 09:22:34 +0100" startDate="2019-07-24 09:11:37 +0100" endDate="2019-07-24 09:18:20 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 09:49:06 +0100" startDate="2019-07-24 09:37:09 +0100" endDate="2019-07-24 09:37:47 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 10:11:49 +0100" startDate="2019-07-24 10:00:19 +0100" endDate="2019-07-24 10:01:16 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 11:25:34 +0100" startDate="2019-07-24 11:14:26 +0100" endDate="2019-07-24 11:24:26 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 11:34:56 +0100" startDate="2019-07-24 11:24:26 +0100" endDate="2019-07-24 11:34:26 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 11:45:59 +0100" startDate="2019-07-24 11:34:26 +0100" endDate="2019-07-24 11:34:57 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 11:56:07 +0100" startDate="2019-07-24 11:45:07 +0100" endDate="2019-07-24 11:55:07 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 12:07:06 +0100" startDate="2019-07-24 11:55:07 +0100" endDate="2019-07-24 12:03:09 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 12:17:13 +0100" startDate="2019-07-24 12:05:20 +0100" endDate="2019-07-24 12:08:17 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 14:10:13 +0100" startDate="2019-07-24 13:57:51 +0100" endDate="2019-07-24 14:00:48 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 15:41:50 +0100" startDate="2019-07-24 15:29:21 +0100" endDate="2019-07-24 15:38:22 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 16:20:52 +0100" startDate="2019-07-24 16:09:39 +0100" endDate="2019-07-24 16:15:58 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 16:34:05 +0100" startDate="2019-07-24 16:22:41 +0100" endDate="2019-07-24 16:23:01 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 17:08:32 +0100" startDate="2019-07-24 16:48:19 +0100" endDate="2019-07-24 16:57:32 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 17:12:07 +0100" startDate="2019-07-24 17:01:04 +0100" endDate="2019-07-24 17:03:32 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 17:25:24 +0100" startDate="2019-07-24 17:14:39 +0100" endDate="2019-07-24 17:20:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 17:39:23 +0100" startDate="2019-07-24 17:27:17 +0100" endDate="2019-07-24 17:35:11 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 17:49:29 +0100" startDate="2019-07-24 17:37:53 +0100" endDate="2019-07-24 17:38:59 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 18:10:44 +0100" startDate="2019-07-24 17:58:29 +0100" endDate="2019-07-24 18:04:40 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 18:19:47 +0100" startDate="2019-07-24 18:08:36 +0100" endDate="2019-07-24 18:17:09 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 18:36:55 +0100" startDate="2019-07-24 18:20:44 +0100" endDate="2019-07-24 18:28:31 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 18:44:45 +0100" startDate="2019-07-24 18:33:11 +0100" endDate="2019-07-24 18:33:29 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 19:04:07 +0100" startDate="2019-07-24 18:51:48 +0100" endDate="2019-07-24 18:52:17 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 19:24:29 +0100" startDate="2019-07-24 19:12:29 +0100" endDate="2019-07-24 19:22:04 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 19:33:53 +0100" startDate="2019-07-24 19:22:35 +0100" endDate="2019-07-24 19:27:01 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 19:44:20 +0100" startDate="2019-07-24 19:32:57 +0100" endDate="2019-07-24 19:42:11 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 20:15:27 +0100" startDate="2019-07-24 20:03:10 +0100" endDate="2019-07-24 20:03:33 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 20:25:01 +0100" startDate="2019-07-24 20:13:54 +0100" endDate="2019-07-24 20:23:05 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 20:39:29 +0100" startDate="2019-07-24 20:25:54 +0100" endDate="2019-07-24 20:31:45 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 20:52:14 +0100" startDate="2019-07-24 20:40:51 +0100" endDate="2019-07-24 20:41:14 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 21:45:27 +0100" startDate="2019-07-24 21:34:41 +0100" endDate="2019-07-24 21:39:20 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-24 22:11:08 +0100" startDate="2019-07-24 21:59:28 +0100" endDate="2019-07-24 21:59:36 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 06:46:29 +0100" startDate="2019-07-25 06:34:23 +0100" endDate="2019-07-25 06:41:26 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 07:23:22 +0100" startDate="2019-07-25 07:11:22 +0100" endDate="2019-07-25 07:21:22 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 07:32:30 +0100" startDate="2019-07-25 07:21:22 +0100" endDate="2019-07-25 07:31:22 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 07:42:34 +0100" startDate="2019-07-25 07:31:22 +0100" endDate="2019-07-25 07:40:39 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 08:12:56 +0100" startDate="2019-07-25 08:00:57 +0100" endDate="2019-07-25 08:02:16 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 08:32:15 +0100" startDate="2019-07-25 08:19:58 +0100" endDate="2019-07-25 08:20:31 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 09:14:41 +0100" startDate="2019-07-25 09:02:30 +0100" endDate="2019-07-25 09:10:48 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 09:24:47 +0100" startDate="2019-07-25 09:13:16 +0100" endDate="2019-07-25 09:13:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 10:09:45 +0100" startDate="2019-07-25 09:59:05 +0100" endDate="2019-07-25 10:08:42 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 10:41:00 +0100" startDate="2019-07-25 10:28:32 +0100" endDate="2019-07-25 10:38:32 +0100" value="656"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 10:49:46 +0100" startDate="2019-07-25 10:38:37 +0100" endDate="2019-07-25 10:48:34 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 10:59:18 +0100" startDate="2019-07-25 10:48:42 +0100" endDate="2019-07-25 10:49:51 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 11:31:06 +0100" startDate="2019-07-25 11:18:27 +0100" endDate="2019-07-25 11:23:09 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 11:40:15 +0100" startDate="2019-07-25 11:29:03 +0100" endDate="2019-07-25 11:30:30 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 12:22:04 +0100" startDate="2019-07-25 12:09:03 +0100" endDate="2019-07-25 12:17:59 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 12:38:13 +0100" startDate="2019-07-25 12:26:16 +0100" endDate="2019-07-25 12:26:19 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 12:53:19 +0100" startDate="2019-07-25 12:41:14 +0100" endDate="2019-07-25 12:50:37 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 13:03:27 +0100" startDate="2019-07-25 12:52:15 +0100" endDate="2019-07-25 13:02:15 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 13:13:17 +0100" startDate="2019-07-25 13:02:15 +0100" endDate="2019-07-25 13:10:50 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 13:35:02 +0100" startDate="2019-07-25 13:23:06 +0100" endDate="2019-07-25 13:24:02 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 14:20:13 +0100" startDate="2019-07-25 14:08:59 +0100" endDate="2019-07-25 14:09:20 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 15:13:20 +0100" startDate="2019-07-25 15:02:10 +0100" endDate="2019-07-25 15:02:20 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 17:12:58 +0100" startDate="2019-07-25 17:01:43 +0100" endDate="2019-07-25 17:01:58 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 17:23:42 +0100" startDate="2019-07-25 17:12:39 +0100" endDate="2019-07-25 17:12:44 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 20:48:41 +0100" startDate="2019-07-25 20:37:26 +0100" endDate="2019-07-25 20:42:41 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-25 22:25:47 +0100" startDate="2019-07-25 22:14:24 +0100" endDate="2019-07-25 22:14:47 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 06:45:21 +0100" startDate="2019-07-26 06:33:53 +0100" endDate="2019-07-26 06:40:56 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 07:37:21 +0100" startDate="2019-07-26 07:25:02 +0100" endDate="2019-07-26 07:34:58 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 07:45:29 +0100" startDate="2019-07-26 07:35:18 +0100" endDate="2019-07-26 07:38:53 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 08:01:50 +0100" startDate="2019-07-26 07:48:51 +0100" endDate="2019-07-26 07:50:10 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 14:01:45 +0100" startDate="2019-07-26 09:03:35 +0100" endDate="2019-07-26 09:13:20 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 14:01:45 +0100" startDate="2019-07-26 09:14:35 +0100" endDate="2019-07-26 09:21:40 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 14:01:45 +0100" startDate="2019-07-26 09:33:46 +0100" endDate="2019-07-26 09:41:46 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 14:01:45 +0100" startDate="2019-07-26 10:02:42 +0100" endDate="2019-07-26 10:04:33 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 14:01:45 +0100" startDate="2019-07-26 10:32:35 +0100" endDate="2019-07-26 10:42:35 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 14:01:45 +0100" startDate="2019-07-26 10:42:35 +0100" endDate="2019-07-26 10:52:36 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 14:01:45 +0100" startDate="2019-07-26 10:52:36 +0100" endDate="2019-07-26 10:53:32 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 14:01:45 +0100" startDate="2019-07-26 11:04:44 +0100" endDate="2019-07-26 11:14:28 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 14:01:45 +0100" startDate="2019-07-26 11:14:49 +0100" endDate="2019-07-26 11:15:07 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 14:01:45 +0100" startDate="2019-07-26 13:14:07 +0100" endDate="2019-07-26 13:24:07 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 14:01:45 +0100" startDate="2019-07-26 13:24:35 +0100" endDate="2019-07-26 13:25:14 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 14:21:24 +0100" startDate="2019-07-26 14:07:38 +0100" endDate="2019-07-26 14:09:43 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 16:22:14 +0100" startDate="2019-07-26 16:10:12 +0100" endDate="2019-07-26 16:14:41 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 16:36:52 +0100" startDate="2019-07-26 16:25:37 +0100" endDate="2019-07-26 16:35:37 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 16:47:03 +0100" startDate="2019-07-26 16:35:37 +0100" endDate="2019-07-26 16:44:05 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 16:58:13 +0100" startDate="2019-07-26 16:46:52 +0100" endDate="2019-07-26 16:50:15 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 17:08:49 +0100" startDate="2019-07-26 16:56:32 +0100" endDate="2019-07-26 17:01:42 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 17:51:36 +0100" startDate="2019-07-26 17:12:26 +0100" endDate="2019-07-26 17:13:38 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 17:51:36 +0100" startDate="2019-07-26 17:25:33 +0100" endDate="2019-07-26 17:35:33 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 17:51:36 +0100" startDate="2019-07-26 17:35:33 +0100" endDate="2019-07-26 17:36:45 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 20:40:58 +0100" startDate="2019-07-26 20:25:30 +0100" endDate="2019-07-26 20:35:30 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 20:46:56 +0100" startDate="2019-07-26 20:35:30 +0100" endDate="2019-07-26 20:45:31 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 20:56:43 +0100" startDate="2019-07-26 20:45:31 +0100" endDate="2019-07-26 20:47:57 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 21:36:20 +0100" startDate="2019-07-26 21:20:38 +0100" endDate="2019-07-26 21:29:52 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 21:41:56 +0100" startDate="2019-07-26 21:30:56 +0100" endDate="2019-07-26 21:40:15 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 21:54:58 +0100" startDate="2019-07-26 21:41:37 +0100" endDate="2019-07-26 21:51:20 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 22:02:53 +0100" startDate="2019-07-26 21:51:38 +0100" endDate="2019-07-26 22:01:31 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 22:12:56 +0100" startDate="2019-07-26 22:01:54 +0100" endDate="2019-07-26 22:11:54 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 22:25:00 +0100" startDate="2019-07-26 22:12:02 +0100" endDate="2019-07-26 22:17:43 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 22:35:03 +0100" startDate="2019-07-26 22:22:53 +0100" endDate="2019-07-26 22:31:06 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 22:43:56 +0100" startDate="2019-07-26 22:32:56 +0100" endDate="2019-07-26 22:41:26 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 22:59:06 +0100" startDate="2019-07-26 22:44:08 +0100" endDate="2019-07-26 22:52:31 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 23:12:24 +0100" startDate="2019-07-26 22:54:23 +0100" endDate="2019-07-26 23:04:24 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 23:18:28 +0100" startDate="2019-07-26 23:04:24 +0100" endDate="2019-07-26 23:14:24 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 23:25:29 +0100" startDate="2019-07-26 23:14:24 +0100" endDate="2019-07-26 23:24:25 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-26 23:41:46 +0100" startDate="2019-07-26 23:24:25 +0100" endDate="2019-07-26 23:25:47 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-27 00:30:02 +0100" startDate="2019-07-27 00:18:57 +0100" endDate="2019-07-27 00:28:57 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-27 00:40:00 +0100" startDate="2019-07-27 00:28:57 +0100" endDate="2019-07-27 00:35:27 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-27 01:42:13 +0100" startDate="2019-07-27 01:30:13 +0100" endDate="2019-07-27 01:35:03 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-27 09:38:15 +0100" startDate="2019-07-27 09:26:13 +0100" endDate="2019-07-27 09:35:02 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-27 10:23:28 +0100" startDate="2019-07-27 10:10:19 +0100" endDate="2019-07-27 10:17:52 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-27 11:52:03 +0100" startDate="2019-07-27 11:40:04 +0100" endDate="2019-07-27 11:49:59 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-27 11:26:35 +0100" startDate="2019-07-27 11:14:23 +0100" endDate="2019-07-27 11:17:12 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-27 12:02:47 +0100" startDate="2019-07-27 11:51:44 +0100" endDate="2019-07-27 12:00:41 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-27 12:24:04 +0100" startDate="2019-07-27 12:13:02 +0100" endDate="2019-07-27 12:18:02 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-27 12:13:21 +0100" startDate="2019-07-27 12:02:18 +0100" endDate="2019-07-27 12:08:48 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-27 12:50:41 +0100" startDate="2019-07-27 12:38:33 +0100" endDate="2019-07-27 12:41:48 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-27 19:39:18 +0100" startDate="2019-07-27 19:29:15 +0100" endDate="2019-07-27 19:39:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-28 11:25:12 +0100" startDate="2019-07-28 10:12:28 +0100" endDate="2019-07-28 10:12:36 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-28 12:30:30 +0100" startDate="2019-07-28 12:19:14 +0100" endDate="2019-07-28 12:19:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-28 17:26:38 +0100" startDate="2019-07-28 17:09:55 +0100" endDate="2019-07-28 17:10:00 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-28 18:01:51 +0100" startDate="2019-07-28 17:41:25 +0100" endDate="2019-07-28 17:45:01 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-28 18:41:01 +0100" startDate="2019-07-28 18:25:30 +0100" endDate="2019-07-28 18:34:49 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-28 18:50:33 +0100" startDate="2019-07-28 18:35:43 +0100" endDate="2019-07-28 18:43:12 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-28 21:24:21 +0100" startDate="2019-07-28 21:02:34 +0100" endDate="2019-07-28 21:10:57 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-28 21:31:03 +0100" startDate="2019-07-28 21:14:56 +0100" endDate="2019-07-28 21:20:27 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-28 21:51:17 +0100" startDate="2019-07-28 21:38:38 +0100" endDate="2019-07-28 21:42:13 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-28 22:03:32 +0100" startDate="2019-07-28 21:51:30 +0100" endDate="2019-07-28 21:53:21 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-28 22:36:05 +0100" startDate="2019-07-28 22:16:45 +0100" endDate="2019-07-28 22:17:26 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 06:33:18 +0100" startDate="2019-07-29 06:22:03 +0100" endDate="2019-07-29 06:22:16 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 07:21:56 +0100" startDate="2019-07-29 07:06:22 +0100" endDate="2019-07-29 07:08:17 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 07:29:31 +0100" startDate="2019-07-29 07:17:16 +0100" endDate="2019-07-29 07:17:31 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 07:37:51 +0100" startDate="2019-07-29 07:27:50 +0100" endDate="2019-07-29 07:37:25 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 07:59:45 +0100" startDate="2019-07-29 07:39:41 +0100" endDate="2019-07-29 07:41:28 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 08:01:33 +0100" startDate="2019-07-29 07:50:33 +0100" endDate="2019-07-29 08:00:10 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 09:34:12 +0100" startDate="2019-07-29 09:18:46 +0100" endDate="2019-07-29 09:27:17 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 09:45:14 +0100" startDate="2019-07-29 09:33:21 +0100" endDate="2019-07-29 09:37:32 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 10:13:38 +0100" startDate="2019-07-29 10:01:16 +0100" endDate="2019-07-29 10:06:37 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 11:38:34 +0100" startDate="2019-07-29 11:26:28 +0100" endDate="2019-07-29 11:34:00 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 11:49:16 +0100" startDate="2019-07-29 11:36:38 +0100" endDate="2019-07-29 11:46:13 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 11:59:12 +0100" startDate="2019-07-29 11:46:39 +0100" endDate="2019-07-29 11:51:36 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 12:15:41 +0100" startDate="2019-07-29 12:03:09 +0100" endDate="2019-07-29 12:11:21 +0100" value="843"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 12:42:36 +0100" startDate="2019-07-29 12:14:51 +0100" endDate="2019-07-29 12:17:18 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 16:05:08 +0100" startDate="2019-07-29 15:50:46 +0100" endDate="2019-07-29 16:00:03 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 16:32:24 +0100" startDate="2019-07-29 16:13:59 +0100" endDate="2019-07-29 16:18:03 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 18:50:42 +0100" startDate="2019-07-29 18:36:36 +0100" endDate="2019-07-29 18:37:53 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 19:01:08 +0100" startDate="2019-07-29 18:49:20 +0100" endDate="2019-07-29 18:50:48 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 20:13:34 +0100" startDate="2019-07-29 20:02:01 +0100" endDate="2019-07-29 20:02:34 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 20:55:19 +0100" startDate="2019-07-29 20:44:14 +0100" endDate="2019-07-29 20:46:22 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-29 21:25:11 +0100" startDate="2019-07-29 21:13:58 +0100" endDate="2019-07-29 21:14:11 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 06:30:02 +0100" startDate="2019-07-30 06:16:49 +0100" endDate="2019-07-30 06:17:04 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 07:29:03 +0100" startDate="2019-07-30 07:14:12 +0100" endDate="2019-07-30 07:18:02 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 07:40:26 +0100" startDate="2019-07-30 07:27:29 +0100" endDate="2019-07-30 07:37:03 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 07:49:18 +0100" startDate="2019-07-30 07:37:47 +0100" endDate="2019-07-30 07:40:49 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 08:08:12 +0100" startDate="2019-07-30 07:55:57 +0100" endDate="2019-07-30 07:58:08 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 09:04:44 +0100" startDate="2019-07-30 08:53:26 +0100" endDate="2019-07-30 08:55:55 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 09:30:31 +0100" startDate="2019-07-30 09:12:52 +0100" endDate="2019-07-30 09:22:53 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 09:35:35 +0100" startDate="2019-07-30 09:22:53 +0100" endDate="2019-07-30 09:23:36 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 09:51:48 +0100" startDate="2019-07-30 09:37:22 +0100" endDate="2019-07-30 09:45:04 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 10:10:59 +0100" startDate="2019-07-30 09:59:18 +0100" endDate="2019-07-30 10:04:54 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 10:26:06 +0100" startDate="2019-07-30 10:13:21 +0100" endDate="2019-07-30 10:13:37 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 10:54:53 +0100" startDate="2019-07-30 10:35:51 +0100" endDate="2019-07-30 10:44:39 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 11:03:20 +0100" startDate="2019-07-30 10:49:24 +0100" endDate="2019-07-30 10:51:04 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 11:45:12 +0100" startDate="2019-07-30 11:29:45 +0100" endDate="2019-07-30 11:39:38 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 12:40:15 +0100" startDate="2019-07-30 12:21:14 +0100" endDate="2019-07-30 12:23:19 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 13:36:07 +0100" startDate="2019-07-30 13:22:30 +0100" endDate="2019-07-30 13:24:56 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 13:48:18 +0100" startDate="2019-07-30 13:36:11 +0100" endDate="2019-07-30 13:39:10 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 13:58:05 +0100" startDate="2019-07-30 13:46:16 +0100" endDate="2019-07-30 13:56:16 +0100" value="836"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 14:07:19 +0100" startDate="2019-07-30 13:56:16 +0100" endDate="2019-07-30 13:57:33 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 16:48:36 +0100" startDate="2019-07-30 16:37:10 +0100" endDate="2019-07-30 16:37:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 18:32:29 +0100" startDate="2019-07-30 18:22:26 +0100" endDate="2019-07-30 18:22:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 18:52:07 +0100" startDate="2019-07-30 18:40:08 +0100" endDate="2019-07-30 18:45:59 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 19:42:38 +0100" startDate="2019-07-30 19:29:57 +0100" endDate="2019-07-30 19:35:21 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 20:00:47 +0100" startDate="2019-07-30 19:41:12 +0100" endDate="2019-07-30 19:41:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 20:25:04 +0100" startDate="2019-07-30 20:08:10 +0100" endDate="2019-07-30 20:17:37 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-30 22:42:00 +0100" startDate="2019-07-30 22:30:53 +0100" endDate="2019-07-30 22:31:00 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 06:18:47 +0100" startDate="2019-07-31 06:06:18 +0100" endDate="2019-07-31 06:09:23 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 06:30:11 +0100" startDate="2019-07-31 06:17:05 +0100" endDate="2019-07-31 06:20:10 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 06:50:51 +0100" startDate="2019-07-31 06:39:43 +0100" endDate="2019-07-31 06:43:21 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 07:42:50 +0100" startDate="2019-07-31 07:29:57 +0100" endDate="2019-07-31 07:38:51 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 08:12:16 +0100" startDate="2019-07-31 08:01:00 +0100" endDate="2019-07-31 08:02:14 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 10:02:58 +0100" startDate="2019-07-31 09:51:43 +0100" endDate="2019-07-31 09:52:22 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 10:41:50 +0100" startDate="2019-07-31 10:30:07 +0100" endDate="2019-07-31 10:34:01 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 10:58:13 +0100" startDate="2019-07-31 10:47:03 +0100" endDate="2019-07-31 10:50:13 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 11:32:40 +0100" startDate="2019-07-31 11:19:16 +0100" endDate="2019-07-31 11:29:17 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 11:40:19 +0100" startDate="2019-07-31 11:29:17 +0100" endDate="2019-07-31 11:37:27 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 12:03:28 +0100" startDate="2019-07-31 11:50:57 +0100" endDate="2019-07-31 12:00:42 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 12:13:43 +0100" startDate="2019-07-31 12:02:40 +0100" endDate="2019-07-31 12:02:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 13:16:37 +0100" startDate="2019-07-31 13:04:24 +0100" endDate="2019-07-31 13:06:17 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 14:39:53 +0100" startDate="2019-07-31 14:15:00 +0100" endDate="2019-07-31 14:19:55 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 16:31:02 +0100" startDate="2019-07-31 16:17:57 +0100" endDate="2019-07-31 16:27:58 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 16:40:24 +0100" startDate="2019-07-31 16:27:58 +0100" endDate="2019-07-31 16:37:01 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 16:50:46 +0100" startDate="2019-07-31 16:40:29 +0100" endDate="2019-07-31 16:40:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 17:22:25 +0100" startDate="2019-07-31 17:10:28 +0100" endDate="2019-07-31 17:11:25 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 17:38:34 +0100" startDate="2019-07-31 17:24:29 +0100" endDate="2019-07-31 17:27:01 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 18:07:55 +0100" startDate="2019-07-31 17:54:57 +0100" endDate="2019-07-31 17:56:11 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 18:32:36 +0100" startDate="2019-07-31 18:17:08 +0100" endDate="2019-07-31 18:26:53 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 18:43:07 +0100" startDate="2019-07-31 18:27:09 +0100" endDate="2019-07-31 18:36:00 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-07-31 19:55:56 +0100" startDate="2019-07-31 19:37:14 +0100" endDate="2019-07-31 19:37:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 05:42:35 +0100" startDate="2019-07-31 21:13:16 +0100" endDate="2019-07-31 21:22:15 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 05:42:35 +0100" startDate="2019-07-31 21:27:38 +0100" endDate="2019-07-31 21:29:55 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 05:42:35 +0100" startDate="2019-07-31 21:53:29 +0100" endDate="2019-07-31 22:02:53 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 05:42:35 +0100" startDate="2019-07-31 22:08:50 +0100" endDate="2019-07-31 22:08:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 05:42:35 +0100" startDate="2019-07-31 22:44:19 +0100" endDate="2019-07-31 22:44:24 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 05:53:50 +0100" startDate="2019-08-01 05:41:34 +0100" endDate="2019-08-01 05:41:39 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 06:03:42 +0100" startDate="2019-08-01 05:52:59 +0100" endDate="2019-08-01 05:54:39 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 07:34:18 +0100" startDate="2019-08-01 07:22:44 +0100" endDate="2019-08-01 07:32:13 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 07:45:03 +0100" startDate="2019-08-01 07:32:57 +0100" endDate="2019-08-01 07:41:56 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 07:59:35 +0100" startDate="2019-08-01 07:43:23 +0100" endDate="2019-08-01 07:51:31 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 08:10:05 +0100" startDate="2019-08-01 07:59:05 +0100" endDate="2019-08-01 07:59:53 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 09:34:41 +0100" startDate="2019-08-01 09:20:42 +0100" endDate="2019-08-01 09:26:16 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 09:53:10 +0100" startDate="2019-08-01 09:34:31 +0100" endDate="2019-08-01 09:38:42 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 10:01:41 +0100" startDate="2019-08-01 09:50:51 +0100" endDate="2019-08-01 09:51:37 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 10:23:22 +0100" startDate="2019-08-01 10:12:19 +0100" endDate="2019-08-01 10:19:40 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 11:33:13 +0100" startDate="2019-08-01 11:17:32 +0100" endDate="2019-08-01 11:23:21 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 11:43:44 +0100" startDate="2019-08-01 11:32:09 +0100" endDate="2019-08-01 11:42:09 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 11:53:12 +0100" startDate="2019-08-01 11:42:09 +0100" endDate="2019-08-01 11:42:32 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 12:16:04 +0100" startDate="2019-08-01 12:04:59 +0100" endDate="2019-08-01 12:14:02 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 14:02:02 +0100" startDate="2019-08-01 13:50:46 +0100" endDate="2019-08-01 13:59:22 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 14:50:11 +0100" startDate="2019-08-01 14:36:15 +0100" endDate="2019-08-01 14:43:11 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 15:03:11 +0100" startDate="2019-08-01 14:48:03 +0100" endDate="2019-08-01 14:58:04 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 15:12:02 +0100" startDate="2019-08-01 14:58:04 +0100" endDate="2019-08-01 14:58:06 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 15:41:05 +0100" startDate="2019-08-01 15:21:47 +0100" endDate="2019-08-01 15:31:47 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 17:33:50 +0100" startDate="2019-08-01 17:15:23 +0100" endDate="2019-08-01 17:19:29 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 17:44:21 +0100" startDate="2019-08-01 17:27:34 +0100" endDate="2019-08-01 17:27:52 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 18:11:00 +0100" startDate="2019-08-01 17:57:12 +0100" endDate="2019-08-01 18:00:24 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 18:57:17 +0100" startDate="2019-08-01 18:38:30 +0100" endDate="2019-08-01 18:38:35 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 19:20:50 +0100" startDate="2019-08-01 18:55:00 +0100" endDate="2019-08-01 19:00:08 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 19:38:21 +0100" startDate="2019-08-01 19:28:17 +0100" endDate="2019-08-01 19:28:20 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 20:26:14 +0100" startDate="2019-08-01 20:07:33 +0100" endDate="2019-08-01 20:17:26 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 21:05:27 +0100" startDate="2019-08-01 20:51:10 +0100" endDate="2019-08-01 21:00:49 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 21:14:24 +0100" startDate="2019-08-01 21:01:10 +0100" endDate="2019-08-01 21:04:56 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 21:54:54 +0100" startDate="2019-08-01 21:44:37 +0100" endDate="2019-08-01 21:44:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 22:25:53 +0100" startDate="2019-08-01 22:15:51 +0100" endDate="2019-08-01 22:15:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 22:42:06 +0100" startDate="2019-08-01 22:31:07 +0100" endDate="2019-08-01 22:31:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-01 23:17:58 +0100" startDate="2019-08-01 22:57:07 +0100" endDate="2019-08-01 22:57:15 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 05:52:11 +0100" startDate="2019-08-02 05:39:59 +0100" endDate="2019-08-02 05:40:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 07:34:48 +0100" startDate="2019-08-02 07:21:30 +0100" endDate="2019-08-02 07:22:50 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 07:48:18 +0100" startDate="2019-08-02 07:33:56 +0100" endDate="2019-08-02 07:43:57 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 07:56:40 +0100" startDate="2019-08-02 07:43:57 +0100" endDate="2019-08-02 07:50:03 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 08:16:27 +0100" startDate="2019-08-02 08:04:51 +0100" endDate="2019-08-02 08:09:18 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 09:04:48 +0100" startDate="2019-08-02 08:53:20 +0100" endDate="2019-08-02 08:58:25 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 10:09:06 +0100" startDate="2019-08-02 09:58:26 +0100" endDate="2019-08-02 09:59:04 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 10:27:50 +0100" startDate="2019-08-02 10:16:56 +0100" endDate="2019-08-02 10:19:12 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 11:19:09 +0100" startDate="2019-08-02 11:07:40 +0100" endDate="2019-08-02 11:18:06 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 11:28:11 +0100" startDate="2019-08-02 11:18:06 +0100" endDate="2019-08-02 11:28:06 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 11:39:48 +0100" startDate="2019-08-02 11:28:06 +0100" endDate="2019-08-02 11:34:05 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 12:14:40 +0100" startDate="2019-08-02 11:55:38 +0100" endDate="2019-08-02 12:04:52 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 12:49:56 +0100" startDate="2019-08-02 12:37:53 +0100" endDate="2019-08-02 12:39:39 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 14:15:54 +0100" startDate="2019-08-02 14:01:46 +0100" endDate="2019-08-02 14:08:03 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 15:41:36 +0100" startDate="2019-08-02 15:28:18 +0100" endDate="2019-08-02 15:33:36 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 15:50:10 +0100" startDate="2019-08-02 15:40:04 +0100" endDate="2019-08-02 15:50:04 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 16:00:34 +0100" startDate="2019-08-02 15:50:04 +0100" endDate="2019-08-02 15:54:31 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 18:10:56 +0100" startDate="2019-08-02 17:58:41 +0100" endDate="2019-08-02 18:03:42 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 18:23:14 +0100" startDate="2019-08-02 18:09:28 +0100" endDate="2019-08-02 18:09:33 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 18:39:19 +0100" startDate="2019-08-02 18:22:54 +0100" endDate="2019-08-02 18:32:26 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 18:56:26 +0100" startDate="2019-08-02 18:40:39 +0100" endDate="2019-08-02 18:50:39 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 19:01:31 +0100" startDate="2019-08-02 18:50:39 +0100" endDate="2019-08-02 18:59:23 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 19:15:57 +0100" startDate="2019-08-02 19:01:41 +0100" endDate="2019-08-02 19:01:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 21:19:07 +0100" startDate="2019-08-02 21:03:25 +0100" endDate="2019-08-02 21:08:15 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 22:55:50 +0100" startDate="2019-08-02 22:35:36 +0100" endDate="2019-08-02 22:39:22 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 23:09:31 +0100" startDate="2019-08-02 22:54:53 +0100" endDate="2019-08-02 23:04:28 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 23:16:38 +0100" startDate="2019-08-02 23:05:27 +0100" endDate="2019-08-02 23:15:28 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-02 23:43:26 +0100" startDate="2019-08-02 23:15:28 +0100" endDate="2019-08-02 23:16:55 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 11:36:46 +0100" startDate="2019-08-03 11:20:38 +0100" endDate="2019-08-03 11:28:36 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 11:59:02 +0100" startDate="2019-08-03 11:32:50 +0100" endDate="2019-08-03 11:39:23 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 12:56:09 +0100" startDate="2019-08-03 12:43:44 +0100" endDate="2019-08-03 12:43:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 13:28:38 +0100" startDate="2019-08-03 13:14:13 +0100" endDate="2019-08-03 13:21:25 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 13:42:21 +0100" startDate="2019-08-03 13:26:09 +0100" endDate="2019-08-03 13:26:12 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 13:54:29 +0100" startDate="2019-08-03 13:41:53 +0100" endDate="2019-08-03 13:44:42 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 14:04:20 +0100" startDate="2019-08-03 13:53:05 +0100" endDate="2019-08-03 13:57:11 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 14:22:25 +0100" startDate="2019-08-03 14:11:17 +0100" endDate="2019-08-03 14:11:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 14:45:43 +0100" startDate="2019-08-03 14:28:52 +0100" endDate="2019-08-03 14:36:51 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 15:14:57 +0100" startDate="2019-08-03 15:02:59 +0100" endDate="2019-08-03 15:04:02 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 15:45:58 +0100" startDate="2019-08-03 15:29:46 +0100" endDate="2019-08-03 15:30:16 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 16:11:12 +0100" startDate="2019-08-03 15:56:28 +0100" endDate="2019-08-03 15:56:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 16:27:29 +0100" startDate="2019-08-03 16:15:37 +0100" endDate="2019-08-03 16:25:19 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 16:43:32 +0100" startDate="2019-08-03 16:26:03 +0100" endDate="2019-08-03 16:34:05 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 16:48:05 +0100" startDate="2019-08-03 16:37:05 +0100" endDate="2019-08-03 16:47:05 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 17:01:50 +0100" startDate="2019-08-03 16:47:05 +0100" endDate="2019-08-03 16:57:05 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 17:12:47 +0100" startDate="2019-08-03 16:57:05 +0100" endDate="2019-08-03 17:07:06 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 17:21:01 +0100" startDate="2019-08-03 17:07:06 +0100" endDate="2019-08-03 17:13:44 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 17:45:31 +0100" startDate="2019-08-03 17:31:18 +0100" endDate="2019-08-03 17:39:00 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 17:56:54 +0100" startDate="2019-08-03 17:45:36 +0100" endDate="2019-08-03 17:51:12 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 18:15:30 +0100" startDate="2019-08-03 18:02:47 +0100" endDate="2019-08-03 18:07:27 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 18:30:59 +0100" startDate="2019-08-03 18:19:20 +0100" endDate="2019-08-03 18:24:04 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 18:49:56 +0100" startDate="2019-08-03 18:38:10 +0100" endDate="2019-08-03 18:40:54 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-03 21:34:08 +0100" startDate="2019-08-03 21:22:42 +0100" endDate="2019-08-03 21:27:53 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 06:10:18 +0100" startDate="2019-08-04 05:58:55 +0100" endDate="2019-08-04 05:59:51 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 07:48:10 +0100" startDate="2019-08-04 07:37:42 +0100" endDate="2019-08-04 07:41:56 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 08:20:55 +0100" startDate="2019-08-04 08:08:53 +0100" endDate="2019-08-04 08:11:11 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 08:35:02 +0100" startDate="2019-08-04 08:24:08 +0100" endDate="2019-08-04 08:24:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 09:57:13 +0100" startDate="2019-08-04 09:46:08 +0100" endDate="2019-08-04 09:46:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 10:24:23 +0100" startDate="2019-08-04 10:12:53 +0100" endDate="2019-08-04 10:22:09 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 12:35:50 +0100" startDate="2019-08-04 12:24:32 +0100" endDate="2019-08-04 12:24:50 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 13:28:27 +0100" startDate="2019-08-04 13:17:12 +0100" endDate="2019-08-04 13:17:27 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 15:12:18 +0100" startDate="2019-08-04 14:59:29 +0100" endDate="2019-08-04 15:09:30 +0100" value="1038"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 15:20:33 +0100" startDate="2019-08-04 15:09:30 +0100" endDate="2019-08-04 15:19:02 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 15:42:03 +0100" startDate="2019-08-04 15:29:58 +0100" endDate="2019-08-04 15:30:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 15:55:05 +0100" startDate="2019-08-04 15:42:27 +0100" endDate="2019-08-04 15:43:36 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 17:02:59 +0100" startDate="2019-08-04 16:50:45 +0100" endDate="2019-08-04 17:00:07 +0100" value="785"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 17:16:08 +0100" startDate="2019-08-04 17:03:32 +0100" endDate="2019-08-04 17:04:31 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 17:26:11 +0100" startDate="2019-08-04 17:14:54 +0100" endDate="2019-08-04 17:24:55 +0100" value="1029"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 17:35:57 +0100" startDate="2019-08-04 17:24:55 +0100" endDate="2019-08-04 17:34:37 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 18:20:43 +0100" startDate="2019-08-04 18:08:47 +0100" endDate="2019-08-04 18:17:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-04 21:45:34 +0100" startDate="2019-08-04 21:34:15 +0100" endDate="2019-08-04 21:34:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 06:44:22 +0100" startDate="2019-08-05 06:32:43 +0100" endDate="2019-08-05 06:33:22 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 07:01:28 +0100" startDate="2019-08-05 06:48:27 +0100" endDate="2019-08-05 06:58:28 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 07:09:39 +0100" startDate="2019-08-05 06:58:28 +0100" endDate="2019-08-05 07:08:28 +0100" value="1164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 07:19:41 +0100" startDate="2019-08-05 07:08:28 +0100" endDate="2019-08-05 07:18:29 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 07:29:42 +0100" startDate="2019-08-05 07:18:29 +0100" endDate="2019-08-05 07:24:46 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 08:13:19 +0100" startDate="2019-08-05 08:01:08 +0100" endDate="2019-08-05 08:06:36 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 10:11:52 +0100" startDate="2019-08-05 09:59:05 +0100" endDate="2019-08-05 10:05:02 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 10:44:15 +0100" startDate="2019-08-05 10:32:37 +0100" endDate="2019-08-05 10:41:56 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 10:55:24 +0100" startDate="2019-08-05 10:44:09 +0100" endDate="2019-08-05 10:45:29 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 11:38:55 +0100" startDate="2019-08-05 11:25:44 +0100" endDate="2019-08-05 11:35:26 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 11:47:58 +0100" startDate="2019-08-05 11:36:56 +0100" endDate="2019-08-05 11:38:59 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 12:57:27 +0100" startDate="2019-08-05 12:44:53 +0100" endDate="2019-08-05 12:53:34 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 13:16:39 +0100" startDate="2019-08-05 13:04:00 +0100" endDate="2019-08-05 13:07:50 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 13:36:54 +0100" startDate="2019-08-05 13:25:12 +0100" endDate="2019-08-05 13:26:55 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 13:58:09 +0100" startDate="2019-08-05 13:46:43 +0100" endDate="2019-08-05 13:49:50 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 15:49:49 +0100" startDate="2019-08-05 15:37:04 +0100" endDate="2019-08-05 15:47:03 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 15:58:23 +0100" startDate="2019-08-05 15:47:03 +0100" endDate="2019-08-05 15:48:02 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 16:08:55 +0100" startDate="2019-08-05 15:57:34 +0100" endDate="2019-08-05 16:00:46 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 16:23:52 +0100" startDate="2019-08-05 16:11:02 +0100" endDate="2019-08-05 16:17:47 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 16:33:58 +0100" startDate="2019-08-05 16:22:16 +0100" endDate="2019-08-05 16:29:17 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 16:44:19 +0100" startDate="2019-08-05 16:32:29 +0100" endDate="2019-08-05 16:42:27 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 17:02:19 +0100" startDate="2019-08-05 16:48:41 +0100" endDate="2019-08-05 16:58:03 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 17:10:39 +0100" startDate="2019-08-05 16:58:44 +0100" endDate="2019-08-05 17:08:34 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 17:19:44 +0100" startDate="2019-08-05 17:08:54 +0100" endDate="2019-08-05 17:17:46 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 18:13:14 +0100" startDate="2019-08-05 18:01:25 +0100" endDate="2019-08-05 18:01:58 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 18:23:09 +0100" startDate="2019-08-05 18:12:09 +0100" endDate="2019-08-05 18:17:58 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 18:39:08 +0100" startDate="2019-08-05 18:27:17 +0100" endDate="2019-08-05 18:36:03 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 21:25:33 +0100" startDate="2019-08-05 21:15:30 +0100" endDate="2019-08-05 21:15:33 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 22:19:08 +0100" startDate="2019-08-05 22:08:03 +0100" endDate="2019-08-05 22:08:08 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-05 23:01:19 +0100" startDate="2019-08-05 22:50:11 +0100" endDate="2019-08-05 22:50:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 06:37:10 +0100" startDate="2019-08-06 06:26:51 +0100" endDate="2019-08-06 06:35:24 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 07:39:48 +0100" startDate="2019-08-06 07:28:57 +0100" endDate="2019-08-06 07:38:58 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 07:50:53 +0100" startDate="2019-08-06 07:38:58 +0100" endDate="2019-08-06 07:45:58 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 08:06:31 +0100" startDate="2019-08-06 07:56:11 +0100" endDate="2019-08-06 08:00:25 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 08:25:48 +0100" startDate="2019-08-06 08:14:22 +0100" endDate="2019-08-06 08:17:42 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 09:34:46 +0100" startDate="2019-08-06 09:23:44 +0100" endDate="2019-08-06 09:30:02 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 09:44:55 +0100" startDate="2019-08-06 09:33:55 +0100" endDate="2019-08-06 09:42:54 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 11:15:13 +0100" startDate="2019-08-06 11:03:10 +0100" endDate="2019-08-06 11:13:10 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 11:24:13 +0100" startDate="2019-08-06 11:13:10 +0100" endDate="2019-08-06 11:22:24 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 11:40:58 +0100" startDate="2019-08-06 11:29:12 +0100" endDate="2019-08-06 11:29:58 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 11:54:35 +0100" startDate="2019-08-06 11:43:26 +0100" endDate="2019-08-06 11:44:14 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 12:50:17 +0100" startDate="2019-08-06 12:38:15 +0100" endDate="2019-08-06 12:46:04 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 13:01:43 +0100" startDate="2019-08-06 12:49:45 +0100" endDate="2019-08-06 12:54:35 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 13:20:53 +0100" startDate="2019-08-06 13:08:54 +0100" endDate="2019-08-06 13:10:19 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 14:06:23 +0100" startDate="2019-08-06 13:54:53 +0100" endDate="2019-08-06 13:58:02 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 15:12:41 +0100" startDate="2019-08-06 15:00:05 +0100" endDate="2019-08-06 15:08:03 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 16:25:21 +0100" startDate="2019-08-06 16:13:03 +0100" endDate="2019-08-06 16:21:49 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 17:10:39 +0100" startDate="2019-08-06 16:58:18 +0100" endDate="2019-08-06 16:59:22 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 17:35:03 +0100" startDate="2019-08-06 17:23:47 +0100" endDate="2019-08-06 17:24:03 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 18:56:06 +0100" startDate="2019-08-06 18:45:50 +0100" endDate="2019-08-06 18:45:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 19:14:05 +0100" startDate="2019-08-06 19:01:57 +0100" endDate="2019-08-06 19:11:52 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 19:24:08 +0100" startDate="2019-08-06 19:12:23 +0100" endDate="2019-08-06 19:13:09 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 19:40:16 +0100" startDate="2019-08-06 19:29:49 +0100" endDate="2019-08-06 19:29:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 22:55:53 +0100" startDate="2019-08-06 22:44:32 +0100" endDate="2019-08-06 22:54:32 +0100" value="964"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-06 23:04:59 +0100" startDate="2019-08-06 22:54:32 +0100" endDate="2019-08-06 23:02:40 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 06:51:37 +0100" startDate="2019-08-07 06:40:58 +0100" endDate="2019-08-07 06:45:56 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 07:33:16 +0100" startDate="2019-08-07 07:22:51 +0100" endDate="2019-08-07 07:32:46 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 07:45:52 +0100" startDate="2019-08-07 07:32:46 +0100" endDate="2019-08-07 07:36:54 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 08:11:45 +0100" startDate="2019-08-07 07:59:09 +0100" endDate="2019-08-07 07:59:50 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 08:39:05 +0100" startDate="2019-08-07 08:27:06 +0100" endDate="2019-08-07 08:36:41 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 08:49:41 +0100" startDate="2019-08-07 08:38:41 +0100" endDate="2019-08-07 08:39:04 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 09:22:23 +0100" startDate="2019-08-07 09:11:17 +0100" endDate="2019-08-07 09:18:59 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 09:33:11 +0100" startDate="2019-08-07 09:21:18 +0100" endDate="2019-08-07 09:27:38 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 10:11:47 +0100" startDate="2019-08-07 10:00:03 +0100" endDate="2019-08-07 10:00:47 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 10:56:41 +0100" startDate="2019-08-07 10:45:21 +0100" endDate="2019-08-07 10:46:33 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 11:18:27 +0100" startDate="2019-08-07 11:07:09 +0100" endDate="2019-08-07 11:17:09 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 11:27:15 +0100" startDate="2019-08-07 11:17:09 +0100" endDate="2019-08-07 11:17:45 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 11:48:20 +0100" startDate="2019-08-07 11:36:08 +0100" endDate="2019-08-07 11:44:08 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 12:13:35 +0100" startDate="2019-08-07 12:01:50 +0100" endDate="2019-08-07 12:10:33 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 12:24:25 +0100" startDate="2019-08-07 12:13:38 +0100" endDate="2019-08-07 12:21:17 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 13:09:04 +0100" startDate="2019-08-07 12:56:49 +0100" endDate="2019-08-07 13:02:53 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 13:55:26 +0100" startDate="2019-08-07 13:44:04 +0100" endDate="2019-08-07 13:54:05 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 14:04:33 +0100" startDate="2019-08-07 13:54:05 +0100" endDate="2019-08-07 13:54:20 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 14:15:38 +0100" startDate="2019-08-07 14:05:04 +0100" endDate="2019-08-07 14:05:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 14:35:08 +0100" startDate="2019-08-07 14:23:18 +0100" endDate="2019-08-07 14:32:14 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 15:46:36 +0100" startDate="2019-08-07 15:34:17 +0100" endDate="2019-08-07 15:43:55 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 15:55:46 +0100" startDate="2019-08-07 15:44:43 +0100" endDate="2019-08-07 15:52:20 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 16:13:01 +0100" startDate="2019-08-07 16:00:56 +0100" endDate="2019-08-07 16:10:56 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 16:22:05 +0100" startDate="2019-08-07 16:10:56 +0100" endDate="2019-08-07 16:20:56 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 16:32:11 +0100" startDate="2019-08-07 16:20:56 +0100" endDate="2019-08-07 16:26:27 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 16:43:17 +0100" startDate="2019-08-07 16:31:17 +0100" endDate="2019-08-07 16:38:33 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 17:08:28 +0100" startDate="2019-08-07 16:56:33 +0100" endDate="2019-08-07 17:04:54 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 17:19:31 +0100" startDate="2019-08-07 17:07:33 +0100" endDate="2019-08-07 17:14:51 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 17:29:35 +0100" startDate="2019-08-07 17:18:32 +0100" endDate="2019-08-07 17:27:23 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 17:43:39 +0100" startDate="2019-08-07 17:31:40 +0100" endDate="2019-08-07 17:38:59 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 17:55:44 +0100" startDate="2019-08-07 17:43:20 +0100" endDate="2019-08-07 17:53:21 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 18:05:45 +0100" startDate="2019-08-07 17:53:44 +0100" endDate="2019-08-07 18:03:47 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 18:14:51 +0100" startDate="2019-08-07 18:03:47 +0100" endDate="2019-08-07 18:12:48 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 18:26:02 +0100" startDate="2019-08-07 18:14:16 +0100" endDate="2019-08-07 18:24:08 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 18:34:51 +0100" startDate="2019-08-07 18:24:21 +0100" endDate="2019-08-07 18:34:11 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 18:46:31 +0100" startDate="2019-08-07 18:34:52 +0100" endDate="2019-08-07 18:43:43 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 19:01:19 +0100" startDate="2019-08-07 18:49:01 +0100" endDate="2019-08-07 18:51:43 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 19:10:40 +0100" startDate="2019-08-07 18:59:37 +0100" endDate="2019-08-07 19:01:22 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 20:47:04 +0100" startDate="2019-08-07 20:35:55 +0100" endDate="2019-08-07 20:35:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 21:23:26 +0100" startDate="2019-08-07 21:11:45 +0100" endDate="2019-08-07 21:18:23 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-07 22:08:36 +0100" startDate="2019-08-07 21:56:23 +0100" endDate="2019-08-07 21:56:59 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 06:42:28 +0100" startDate="2019-08-08 06:31:40 +0100" endDate="2019-08-08 06:31:52 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 07:04:51 +0100" startDate="2019-08-08 06:54:48 +0100" endDate="2019-08-08 06:54:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 07:17:08 +0100" startDate="2019-08-08 07:05:21 +0100" endDate="2019-08-08 07:07:12 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 07:55:23 +0100" startDate="2019-08-08 07:37:19 +0100" endDate="2019-08-08 07:47:17 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 08:09:38 +0100" startDate="2019-08-08 07:59:36 +0100" endDate="2019-08-08 08:01:13 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 08:11:28 +0100" startDate="2019-08-08 08:01:13 +0100" endDate="2019-08-08 08:02:00 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 08:42:23 +0100" startDate="2019-08-08 08:27:55 +0100" endDate="2019-08-08 08:30:23 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 09:44:59 +0100" startDate="2019-08-08 09:33:49 +0100" endDate="2019-08-08 09:43:24 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 10:11:15 +0100" startDate="2019-08-08 09:59:31 +0100" endDate="2019-08-08 10:05:02 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 10:38:10 +0100" startDate="2019-08-08 10:26:50 +0100" endDate="2019-08-08 10:29:00 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 10:56:15 +0100" startDate="2019-08-08 10:43:14 +0100" endDate="2019-08-08 10:45:20 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 11:08:28 +0100" startDate="2019-08-08 10:57:23 +0100" endDate="2019-08-08 11:00:48 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 11:41:50 +0100" startDate="2019-08-08 11:27:13 +0100" endDate="2019-08-08 11:31:14 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 11:52:51 +0100" startDate="2019-08-08 11:40:44 +0100" endDate="2019-08-08 11:50:44 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 12:04:07 +0100" startDate="2019-08-08 11:53:00 +0100" endDate="2019-08-08 12:01:51 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 12:26:52 +0100" startDate="2019-08-08 12:14:20 +0100" endDate="2019-08-08 12:23:54 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 12:39:06 +0100" startDate="2019-08-08 12:24:20 +0100" endDate="2019-08-08 12:33:57 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 12:48:30 +0100" startDate="2019-08-08 12:37:23 +0100" endDate="2019-08-08 12:39:39 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 16:54:59 +0100" startDate="2019-08-08 16:39:55 +0100" endDate="2019-08-08 16:49:24 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 17:01:55 +0100" startDate="2019-08-08 16:50:05 +0100" endDate="2019-08-08 17:00:06 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 17:19:51 +0100" startDate="2019-08-08 17:00:06 +0100" endDate="2019-08-08 17:07:01 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 17:49:04 +0100" startDate="2019-08-08 17:36:29 +0100" endDate="2019-08-08 17:38:09 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 18:23:16 +0100" startDate="2019-08-08 18:10:30 +0100" endDate="2019-08-08 18:10:48 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 18:41:04 +0100" startDate="2019-08-08 18:23:20 +0100" endDate="2019-08-08 18:26:24 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 19:05:17 +0100" startDate="2019-08-08 18:40:49 +0100" endDate="2019-08-08 18:45:47 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 19:05:17 +0100" startDate="2019-08-08 18:53:26 +0100" endDate="2019-08-08 18:55:08 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 19:08:32 +0100" startDate="2019-08-08 18:57:06 +0100" endDate="2019-08-08 19:06:03 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 19:23:36 +0100" startDate="2019-08-08 19:06:03 +0100" endDate="2019-08-08 19:10:27 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 19:36:30 +0100" startDate="2019-08-08 19:25:10 +0100" endDate="2019-08-08 19:25:12 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 19:59:07 +0100" startDate="2019-08-08 19:40:38 +0100" endDate="2019-08-08 19:42:44 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-08 20:48:00 +0100" startDate="2019-08-08 20:32:16 +0100" endDate="2019-08-08 20:32:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 06:38:28 +0100" startDate="2019-08-09 06:24:13 +0100" endDate="2019-08-09 06:30:30 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 07:45:25 +0100" startDate="2019-08-09 07:34:05 +0100" endDate="2019-08-09 07:44:05 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 08:04:00 +0100" startDate="2019-08-09 07:44:05 +0100" endDate="2019-08-09 07:53:37 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 08:18:49 +0100" startDate="2019-08-09 08:05:59 +0100" endDate="2019-08-09 08:15:44 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 08:42:20 +0100" startDate="2019-08-09 08:31:07 +0100" endDate="2019-08-09 08:33:26 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 09:25:46 +0100" startDate="2019-08-09 09:15:20 +0100" endDate="2019-08-09 09:15:33 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 09:54:50 +0100" startDate="2019-08-09 09:33:51 +0100" endDate="2019-08-09 09:39:43 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 10:06:09 +0100" startDate="2019-08-09 09:53:47 +0100" endDate="2019-08-09 10:03:40 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 10:15:05 +0100" startDate="2019-08-09 10:04:54 +0100" endDate="2019-08-09 10:05:00 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 10:41:39 +0100" startDate="2019-08-09 10:29:53 +0100" endDate="2019-08-09 10:37:29 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 11:08:38 +0100" startDate="2019-08-09 10:56:45 +0100" endDate="2019-08-09 11:02:34 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 11:28:50 +0100" startDate="2019-08-09 11:17:37 +0100" endDate="2019-08-09 11:20:42 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 11:43:54 +0100" startDate="2019-08-09 11:31:21 +0100" endDate="2019-08-09 11:41:21 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 11:52:59 +0100" startDate="2019-08-09 11:41:21 +0100" endDate="2019-08-09 11:49:18 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 12:16:01 +0100" startDate="2019-08-09 12:01:53 +0100" endDate="2019-08-09 12:11:53 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 12:23:40 +0100" startDate="2019-08-09 12:11:53 +0100" endDate="2019-08-09 12:14:19 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 13:49:53 +0100" startDate="2019-08-09 13:33:02 +0100" endDate="2019-08-09 13:34:11 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 13:55:40 +0100" startDate="2019-08-09 13:44:40 +0100" endDate="2019-08-09 13:51:59 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 14:07:45 +0100" startDate="2019-08-09 13:56:20 +0100" endDate="2019-08-09 14:04:51 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 14:29:26 +0100" startDate="2019-08-09 14:15:14 +0100" endDate="2019-08-09 14:24:33 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 14:35:52 +0100" startDate="2019-08-09 14:25:14 +0100" endDate="2019-08-09 14:34:57 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 15:40:20 +0100" startDate="2019-08-09 15:29:56 +0100" endDate="2019-08-09 15:31:41 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 16:34:42 +0100" startDate="2019-08-09 16:21:41 +0100" endDate="2019-08-09 16:21:46 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 17:41:30 +0100" startDate="2019-08-09 17:23:15 +0100" endDate="2019-08-09 17:27:52 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 18:19:03 +0100" startDate="2019-08-09 18:07:43 +0100" endDate="2019-08-09 18:14:46 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-09 21:31:16 +0100" startDate="2019-08-09 21:20:03 +0100" endDate="2019-08-09 21:22:09 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-10 08:28:37 +0100" startDate="2019-08-10 08:17:43 +0100" endDate="2019-08-10 08:17:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-10 12:44:19 +0100" startDate="2019-08-10 12:28:05 +0100" endDate="2019-08-10 12:28:49 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-10 16:21:47 +0100" startDate="2019-08-10 16:10:44 +0100" endDate="2019-08-10 16:11:04 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-10 18:57:27 +0100" startDate="2019-08-10 18:37:34 +0100" endDate="2019-08-10 18:38:41 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-10 22:37:45 +0100" startDate="2019-08-10 22:26:28 +0100" endDate="2019-08-10 22:26:28 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-10 23:28:36 +0100" startDate="2019-08-10 23:15:00 +0100" endDate="2019-08-10 23:18:28 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 10:20:12 +0100" startDate="2019-08-11 10:07:45 +0100" endDate="2019-08-11 10:14:39 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 10:29:40 +0100" startDate="2019-08-11 10:18:40 +0100" endDate="2019-08-11 10:27:44 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 10:41:29 +0100" startDate="2019-08-11 10:29:32 +0100" endDate="2019-08-11 10:35:41 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 11:05:24 +0100" startDate="2019-08-11 10:54:02 +0100" endDate="2019-08-11 10:54:14 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 13:42:20 +0100" startDate="2019-08-11 13:31:09 +0100" endDate="2019-08-11 13:31:20 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 17:31:30 +0100" startDate="2019-08-11 17:19:14 +0100" endDate="2019-08-11 17:25:01 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 17:43:07 +0100" startDate="2019-08-11 17:31:49 +0100" endDate="2019-08-11 17:33:49 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 17:58:03 +0100" startDate="2019-08-11 17:46:39 +0100" endDate="2019-08-11 17:56:39 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 18:08:09 +0100" startDate="2019-08-11 17:56:39 +0100" endDate="2019-08-11 18:06:39 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 18:18:13 +0100" startDate="2019-08-11 18:06:39 +0100" endDate="2019-08-11 18:16:32 +0100" value="1027"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 18:27:43 +0100" startDate="2019-08-11 18:16:43 +0100" endDate="2019-08-11 18:20:54 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 20:00:54 +0100" startDate="2019-08-11 19:48:44 +0100" endDate="2019-08-11 19:49:53 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 21:40:01 +0100" startDate="2019-08-11 21:29:13 +0100" endDate="2019-08-11 21:29:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 21:54:19 +0100" startDate="2019-08-11 21:41:40 +0100" endDate="2019-08-11 21:45:03 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 22:03:29 +0100" startDate="2019-08-11 21:52:29 +0100" endDate="2019-08-11 21:56:56 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-11 22:19:00 +0100" startDate="2019-08-11 22:07:27 +0100" endDate="2019-08-11 22:08:00 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 06:57:43 +0100" startDate="2019-08-12 06:46:44 +0100" endDate="2019-08-12 06:51:55 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 07:44:47 +0100" startDate="2019-08-12 07:33:39 +0100" endDate="2019-08-12 07:42:59 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 08:10:40 +0100" startDate="2019-08-12 07:51:58 +0100" endDate="2019-08-12 07:59:40 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 08:14:42 +0100" startDate="2019-08-12 08:03:33 +0100" endDate="2019-08-12 08:05:52 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 08:32:26 +0100" startDate="2019-08-12 08:21:13 +0100" endDate="2019-08-12 08:21:28 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 09:30:51 +0100" startDate="2019-08-12 09:19:21 +0100" endDate="2019-08-12 09:26:07 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 10:12:20 +0100" startDate="2019-08-12 10:00:41 +0100" endDate="2019-08-12 10:07:29 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 10:32:48 +0100" startDate="2019-08-12 10:21:18 +0100" endDate="2019-08-12 10:25:47 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 11:18:03 +0100" startDate="2019-08-12 11:06:50 +0100" endDate="2019-08-12 11:16:42 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 11:27:07 +0100" startDate="2019-08-12 11:16:50 +0100" endDate="2019-08-12 11:16:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 11:43:03 +0100" startDate="2019-08-12 11:31:40 +0100" endDate="2019-08-12 11:38:00 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 11:53:50 +0100" startDate="2019-08-12 11:42:50 +0100" endDate="2019-08-12 11:52:50 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 12:03:44 +0100" startDate="2019-08-12 11:52:50 +0100" endDate="2019-08-12 12:02:51 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 12:14:09 +0100" startDate="2019-08-12 12:02:51 +0100" endDate="2019-08-12 12:02:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 12:25:17 +0100" startDate="2019-08-12 12:13:40 +0100" endDate="2019-08-12 12:23:38 +0100" value="963"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 12:35:20 +0100" startDate="2019-08-12 12:23:46 +0100" endDate="2019-08-12 12:24:57 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 14:25:27 +0100" startDate="2019-08-12 14:12:38 +0100" endDate="2019-08-12 14:21:27 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 15:06:58 +0100" startDate="2019-08-12 14:54:33 +0100" endDate="2019-08-12 14:58:31 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 15:29:10 +0100" startDate="2019-08-12 15:17:33 +0100" endDate="2019-08-12 15:20:07 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 17:26:29 +0100" startDate="2019-08-12 17:14:21 +0100" endDate="2019-08-12 17:23:38 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 17:36:12 +0100" startDate="2019-08-12 17:24:30 +0100" endDate="2019-08-12 17:31:00 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 17:50:49 +0100" startDate="2019-08-12 17:38:29 +0100" endDate="2019-08-12 17:48:27 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 17:59:54 +0100" startDate="2019-08-12 17:48:45 +0100" endDate="2019-08-12 17:58:43 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 18:10:00 +0100" startDate="2019-08-12 17:58:48 +0100" endDate="2019-08-12 18:08:49 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 18:20:12 +0100" startDate="2019-08-12 18:08:49 +0100" endDate="2019-08-12 18:18:09 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 18:36:56 +0100" startDate="2019-08-12 18:25:22 +0100" endDate="2019-08-12 18:25:56 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-12 18:47:34 +0100" startDate="2019-08-12 18:36:20 +0100" endDate="2019-08-12 18:39:37 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 07:44:48 +0100" startDate="2019-08-13 07:32:41 +0100" endDate="2019-08-13 07:37:03 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 07:54:58 +0100" startDate="2019-08-13 07:44:42 +0100" endDate="2019-08-13 07:54:43 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 08:05:45 +0100" startDate="2019-08-13 07:54:43 +0100" endDate="2019-08-13 08:00:40 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 08:24:46 +0100" startDate="2019-08-13 08:14:41 +0100" endDate="2019-08-13 08:14:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 09:19:20 +0100" startDate="2019-08-13 09:08:33 +0100" endDate="2019-08-13 09:17:06 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 09:30:32 +0100" startDate="2019-08-13 09:18:59 +0100" endDate="2019-08-13 09:22:50 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 10:08:58 +0100" startDate="2019-08-13 09:56:40 +0100" endDate="2019-08-13 09:57:19 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 10:37:16 +0100" startDate="2019-08-13 10:26:43 +0100" endDate="2019-08-13 10:26:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 11:26:50 +0100" startDate="2019-08-13 11:14:50 +0100" endDate="2019-08-13 11:24:50 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 11:36:35 +0100" startDate="2019-08-13 11:24:50 +0100" endDate="2019-08-13 11:33:54 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 11:47:53 +0100" startDate="2019-08-13 11:36:23 +0100" endDate="2019-08-13 11:38:52 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 12:09:35 +0100" startDate="2019-08-13 11:57:36 +0100" endDate="2019-08-13 12:07:13 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 12:20:57 +0100" startDate="2019-08-13 12:08:53 +0100" endDate="2019-08-13 12:09:32 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 14:40:49 +0100" startDate="2019-08-13 14:29:26 +0100" endDate="2019-08-13 14:32:26 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 15:06:29 +0100" startDate="2019-08-13 14:55:32 +0100" endDate="2019-08-13 15:05:32 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 15:17:31 +0100" startDate="2019-08-13 15:05:32 +0100" endDate="2019-08-13 15:14:21 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 15:27:29 +0100" startDate="2019-08-13 15:15:59 +0100" endDate="2019-08-13 15:22:44 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 15:40:32 +0100" startDate="2019-08-13 15:28:15 +0100" endDate="2019-08-13 15:37:56 +0100" value="1029"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 15:50:05 +0100" startDate="2019-08-13 15:38:44 +0100" endDate="2019-08-13 15:45:45 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 17:28:52 +0100" startDate="2019-08-13 17:16:28 +0100" endDate="2019-08-13 17:19:41 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 18:12:30 +0100" startDate="2019-08-13 18:00:28 +0100" endDate="2019-08-13 18:01:48 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 18:39:05 +0100" startDate="2019-08-13 18:27:07 +0100" endDate="2019-08-13 18:36:16 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 18:52:39 +0100" startDate="2019-08-13 18:40:38 +0100" endDate="2019-08-13 18:42:49 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 21:03:52 +0100" startDate="2019-08-13 20:50:56 +0100" endDate="2019-08-13 20:52:54 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 21:32:31 +0100" startDate="2019-08-13 21:21:20 +0100" endDate="2019-08-13 21:29:43 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 22:22:40 +0100" startDate="2019-08-13 22:12:36 +0100" endDate="2019-08-13 22:12:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-13 22:52:05 +0100" startDate="2019-08-13 22:41:55 +0100" endDate="2019-08-13 22:41:58 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 06:23:55 +0100" startDate="2019-08-14 06:12:27 +0100" endDate="2019-08-14 06:17:56 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 07:18:04 +0100" startDate="2019-08-14 07:06:13 +0100" endDate="2019-08-14 07:07:04 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 07:32:49 +0100" startDate="2019-08-14 07:20:42 +0100" endDate="2019-08-14 07:30:43 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 07:41:51 +0100" startDate="2019-08-14 07:30:43 +0100" endDate="2019-08-14 07:34:44 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 07:56:59 +0100" startDate="2019-08-14 07:45:23 +0100" endDate="2019-08-14 07:54:14 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 08:31:00 +0100" startDate="2019-08-14 08:19:46 +0100" endDate="2019-08-14 08:20:15 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 09:01:26 +0100" startDate="2019-08-14 08:51:16 +0100" endDate="2019-08-14 08:51:45 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 09:15:54 +0100" startDate="2019-08-14 09:02:00 +0100" endDate="2019-08-14 09:08:43 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 10:05:39 +0100" startDate="2019-08-14 09:54:33 +0100" endDate="2019-08-14 10:01:34 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 11:31:03 +0100" startDate="2019-08-14 11:18:12 +0100" endDate="2019-08-14 11:28:12 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303ca5f40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 11:42:05 +0100" startDate="2019-08-14 11:28:12 +0100" endDate="2019-08-14 11:35:13 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 11:52:10 +0100" startDate="2019-08-14 11:38:46 +0100" endDate="2019-08-14 11:42:34 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 11:53:19 +0100" startDate="2019-08-14 11:42:34 +0100" endDate="2019-08-14 11:52:35 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 12:03:25 +0100" startDate="2019-08-14 11:52:50 +0100" endDate="2019-08-14 12:02:51 +0100" value="969"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 12:13:56 +0100" startDate="2019-08-14 12:02:51 +0100" endDate="2019-08-14 12:03:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 12:28:53 +0100" startDate="2019-08-14 12:14:44 +0100" endDate="2019-08-14 12:24:44 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 12:37:52 +0100" startDate="2019-08-14 12:24:44 +0100" endDate="2019-08-14 12:27:05 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 15:50:17 +0100" startDate="2019-08-14 15:37:06 +0100" endDate="2019-08-14 15:39:40 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 16:04:20 +0100" startDate="2019-08-14 15:49:43 +0100" endDate="2019-08-14 15:59:43 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 16:15:08 +0100" startDate="2019-08-14 15:59:43 +0100" endDate="2019-08-14 16:06:57 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 16:23:08 +0100" startDate="2019-08-14 16:12:07 +0100" endDate="2019-08-14 16:12:20 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 18:43:15 +0100" startDate="2019-08-14 18:28:38 +0100" endDate="2019-08-14 18:30:59 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 19:00:58 +0100" startDate="2019-08-14 18:42:45 +0100" endDate="2019-08-14 18:46:51 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 19:20:53 +0100" startDate="2019-08-14 18:55:06 +0100" endDate="2019-08-14 19:00:12 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 19:20:53 +0100" startDate="2019-08-14 19:09:37 +0100" endDate="2019-08-14 19:10:59 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 19:22:27 +0100" startDate="2019-08-14 19:10:59 +0100" endDate="2019-08-14 19:17:52 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 19:38:45 +0100" startDate="2019-08-14 19:22:04 +0100" endDate="2019-08-14 19:23:49 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 19:48:49 +0100" startDate="2019-08-14 19:32:09 +0100" endDate="2019-08-14 19:39:46 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 22:07:58 +0100" startDate="2019-08-14 21:54:04 +0100" endDate="2019-08-14 22:04:04 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 22:15:11 +0100" startDate="2019-08-14 22:04:04 +0100" endDate="2019-08-14 22:10:11 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-14 22:27:34 +0100" startDate="2019-08-14 22:15:32 +0100" endDate="2019-08-14 22:20:04 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 06:16:19 +0100" startDate="2019-08-15 05:50:37 +0100" endDate="2019-08-15 05:57:33 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 06:48:30 +0100" startDate="2019-08-15 06:36:32 +0100" endDate="2019-08-15 06:45:06 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 08:52:18 +0100" startDate="2019-08-15 08:40:41 +0100" endDate="2019-08-15 08:50:05 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 09:14:13 +0100" startDate="2019-08-15 09:01:27 +0100" endDate="2019-08-15 09:11:25 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 09:21:54 +0100" startDate="2019-08-15 09:11:30 +0100" endDate="2019-08-15 09:20:23 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 09:37:56 +0100" startDate="2019-08-15 09:21:56 +0100" endDate="2019-08-15 09:31:56 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 09:46:18 +0100" startDate="2019-08-15 09:31:56 +0100" endDate="2019-08-15 09:41:56 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 09:55:29 +0100" startDate="2019-08-15 09:41:56 +0100" endDate="2019-08-15 09:51:57 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 10:14:55 +0100" startDate="2019-08-15 09:51:57 +0100" endDate="2019-08-15 10:01:57 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 10:14:55 +0100" startDate="2019-08-15 10:01:57 +0100" endDate="2019-08-15 10:06:58 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 10:30:13 +0100" startDate="2019-08-15 10:09:04 +0100" endDate="2019-08-15 10:16:43 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 11:04:16 +0100" startDate="2019-08-15 10:45:12 +0100" endDate="2019-08-15 10:52:13 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 11:11:08 +0100" startDate="2019-08-15 11:00:08 +0100" endDate="2019-08-15 11:04:28 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 14:09:17 +0100" startDate="2019-08-15 13:56:44 +0100" endDate="2019-08-15 13:58:16 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 14:56:48 +0100" startDate="2019-08-15 14:45:23 +0100" endDate="2019-08-15 14:54:42 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 15:15:14 +0100" startDate="2019-08-15 14:58:15 +0100" endDate="2019-08-15 15:01:51 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 15:31:19 +0100" startDate="2019-08-15 15:19:02 +0100" endDate="2019-08-15 15:28:49 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 15:42:22 +0100" startDate="2019-08-15 15:29:02 +0100" endDate="2019-08-15 15:30:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 16:01:59 +0100" startDate="2019-08-15 15:50:23 +0100" endDate="2019-08-15 15:55:59 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 18:02:03 +0100" startDate="2019-08-15 17:50:28 +0100" endDate="2019-08-15 17:54:37 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 18:13:06 +0100" startDate="2019-08-15 18:01:38 +0100" endDate="2019-08-15 18:11:38 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 18:29:33 +0100" startDate="2019-08-15 18:11:38 +0100" endDate="2019-08-15 18:21:39 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 18:33:47 +0100" startDate="2019-08-15 18:21:39 +0100" endDate="2019-08-15 18:26:01 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 21:05:21 +0100" startDate="2019-08-15 20:54:22 +0100" endDate="2019-08-15 20:54:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 21:33:52 +0100" startDate="2019-08-15 21:21:11 +0100" endDate="2019-08-15 21:31:12 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 21:42:15 +0100" startDate="2019-08-15 21:31:12 +0100" endDate="2019-08-15 21:41:13 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 21:57:45 +0100" startDate="2019-08-15 21:41:13 +0100" endDate="2019-08-15 21:47:02 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 22:49:34 +0100" startDate="2019-08-15 22:31:36 +0100" endDate="2019-08-15 22:41:36 +0100" value="1158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 22:55:38 +0100" startDate="2019-08-15 22:41:36 +0100" endDate="2019-08-15 22:51:37 +0100" value="1160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-15 23:02:39 +0100" startDate="2019-08-15 22:51:37 +0100" endDate="2019-08-15 22:57:51 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 06:41:35 +0100" startDate="2019-08-16 06:30:12 +0100" endDate="2019-08-16 06:36:11 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 07:24:05 +0100" startDate="2019-08-16 07:11:59 +0100" endDate="2019-08-16 07:12:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 07:36:14 +0100" startDate="2019-08-16 07:22:40 +0100" endDate="2019-08-16 07:32:40 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 07:44:45 +0100" startDate="2019-08-16 07:32:40 +0100" endDate="2019-08-16 07:35:22 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 08:15:01 +0100" startDate="2019-08-16 07:55:11 +0100" endDate="2019-08-16 08:05:11 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 08:16:14 +0100" startDate="2019-08-16 08:05:11 +0100" endDate="2019-08-16 08:06:33 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 09:35:05 +0100" startDate="2019-08-16 09:19:25 +0100" endDate="2019-08-16 09:20:14 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 10:03:43 +0100" startDate="2019-08-16 09:51:38 +0100" endDate="2019-08-16 09:56:31 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 10:12:47 +0100" startDate="2019-08-16 10:01:46 +0100" endDate="2019-08-16 10:01:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 10:31:53 +0100" startDate="2019-08-16 10:20:28 +0100" endDate="2019-08-16 10:20:53 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 11:37:58 +0100" startDate="2019-08-16 11:27:08 +0100" endDate="2019-08-16 11:37:09 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 11:47:24 +0100" startDate="2019-08-16 11:37:09 +0100" endDate="2019-08-16 11:47:09 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 11:58:51 +0100" startDate="2019-08-16 11:47:09 +0100" endDate="2019-08-16 11:49:12 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 12:12:42 +0100" startDate="2019-08-16 11:59:54 +0100" endDate="2019-08-16 12:09:13 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 12:41:13 +0100" startDate="2019-08-16 12:12:36 +0100" endDate="2019-08-16 12:12:56 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 13:09:22 +0100" startDate="2019-08-16 12:50:59 +0100" endDate="2019-08-16 12:58:25 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 14:12:18 +0100" startDate="2019-08-16 13:56:16 +0100" endDate="2019-08-16 13:58:35 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 14:56:21 +0100" startDate="2019-08-16 14:43:32 +0100" endDate="2019-08-16 14:48:37 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 15:10:37 +0100" startDate="2019-08-16 14:53:50 +0100" endDate="2019-08-16 14:56:35 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 15:24:55 +0100" startDate="2019-08-16 15:08:15 +0100" endDate="2019-08-16 15:18:16 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 15:29:18 +0100" startDate="2019-08-16 15:18:16 +0100" endDate="2019-08-16 15:25:22 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.3.1, creation date:2019-07-07 20:02:19 +0000&gt;" unit="count" creationDate="2019-08-16 18:23:36 +0100" startDate="2019-08-16 18:12:23 +0100" endDate="2019-08-16 18:18:01 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 04:44:09 +0100" startDate="2019-08-17 04:29:47 +0100" endDate="2019-08-17 04:35:52 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 05:16:57 +0100" startDate="2019-08-17 05:04:10 +0100" endDate="2019-08-17 05:05:53 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 05:33:44 +0100" startDate="2019-08-17 05:15:15 +0100" endDate="2019-08-17 05:21:57 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 07:34:02 +0100" startDate="2019-08-17 07:20:35 +0100" endDate="2019-08-17 07:30:34 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 07:42:27 +0100" startDate="2019-08-17 07:30:34 +0100" endDate="2019-08-17 07:34:13 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 07:58:55 +0100" startDate="2019-08-17 07:47:13 +0100" endDate="2019-08-17 07:56:48 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 08:16:54 +0100" startDate="2019-08-17 07:57:37 +0100" endDate="2019-08-17 08:06:30 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 09:02:42 +0100" startDate="2019-08-17 08:41:38 +0100" endDate="2019-08-17 08:51:39 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 09:02:42 +0100" startDate="2019-08-17 08:51:39 +0100" endDate="2019-08-17 08:58:50 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 09:26:00 +0100" startDate="2019-08-17 08:58:50 +0100" endDate="2019-08-17 09:05:23 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 09:26:00 +0100" startDate="2019-08-17 09:09:58 +0100" endDate="2019-08-17 09:12:06 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 09:50:06 +0100" startDate="2019-08-17 09:20:50 +0100" endDate="2019-08-17 09:25:58 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 09:50:06 +0100" startDate="2019-08-17 09:32:11 +0100" endDate="2019-08-17 09:32:52 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 09:55:12 +0100" startDate="2019-08-17 09:44:38 +0100" endDate="2019-08-17 09:48:11 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 10:15:01 +0100" startDate="2019-08-17 09:58:43 +0100" endDate="2019-08-17 10:04:35 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 10:29:25 +0100" startDate="2019-08-17 10:10:27 +0100" endDate="2019-08-17 10:20:28 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 10:41:31 +0100" startDate="2019-08-17 10:23:10 +0100" endDate="2019-08-17 10:30:14 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 10:51:58 +0100" startDate="2019-08-17 10:33:37 +0100" endDate="2019-08-17 10:33:37 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 10:58:17 +0100" startDate="2019-08-17 10:43:43 +0100" endDate="2019-08-17 10:51:43 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 11:12:11 +0100" startDate="2019-08-17 10:55:14 +0100" endDate="2019-08-17 11:05:15 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 11:16:54 +0100" startDate="2019-08-17 11:05:15 +0100" endDate="2019-08-17 11:15:16 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 11:30:15 +0100" startDate="2019-08-17 11:15:16 +0100" endDate="2019-08-17 11:21:18 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 11:55:37 +0100" startDate="2019-08-17 11:29:59 +0100" endDate="2019-08-17 11:34:31 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 12:05:10 +0100" startDate="2019-08-17 11:54:10 +0100" endDate="2019-08-17 11:55:09 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 12:24:32 +0100" startDate="2019-08-17 12:07:56 +0100" endDate="2019-08-17 12:17:56 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 12:28:59 +0100" startDate="2019-08-17 12:17:56 +0100" endDate="2019-08-17 12:25:59 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 13:04:24 +0100" startDate="2019-08-17 12:46:26 +0100" endDate="2019-08-17 12:55:56 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 13:07:37 +0100" startDate="2019-08-17 12:56:37 +0100" endDate="2019-08-17 12:59:47 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 13:23:13 +0100" startDate="2019-08-17 13:11:56 +0100" endDate="2019-08-17 13:12:21 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 13:33:16 +0100" startDate="2019-08-17 13:22:45 +0100" endDate="2019-08-17 13:22:53 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 13:47:04 +0100" startDate="2019-08-17 13:26:16 +0100" endDate="2019-08-17 13:26:31 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 14:00:19 +0100" startDate="2019-08-17 13:39:53 +0100" endDate="2019-08-17 13:41:05 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 14:05:05 +0100" startDate="2019-08-17 13:51:11 +0100" endDate="2019-08-17 13:59:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 14:35:35 +0100" startDate="2019-08-17 14:21:06 +0100" endDate="2019-08-17 14:26:02 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 15:12:02 +0100" startDate="2019-08-17 14:47:05 +0100" endDate="2019-08-17 14:52:21 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 15:12:02 +0100" startDate="2019-08-17 15:01:02 +0100" endDate="2019-08-17 15:01:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 15:48:04 +0100" startDate="2019-08-17 15:37:02 +0100" endDate="2019-08-17 15:38:09 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 15:53:19 +0100" startDate="2019-08-17 15:38:09 +0100" endDate="2019-08-17 15:46:22 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 16:01:37 +0100" startDate="2019-08-17 15:50:03 +0100" endDate="2019-08-17 15:56:57 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 16:17:53 +0100" startDate="2019-08-17 16:03:42 +0100" endDate="2019-08-17 16:10:59 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 16:49:27 +0100" startDate="2019-08-17 16:35:35 +0100" endDate="2019-08-17 16:45:10 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 16:56:46 +0100" startDate="2019-08-17 16:45:44 +0100" endDate="2019-08-17 16:51:15 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 17:15:12 +0100" startDate="2019-08-17 17:00:16 +0100" endDate="2019-08-17 17:03:11 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 17:26:09 +0100" startDate="2019-08-17 17:15:07 +0100" endDate="2019-08-17 17:23:42 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 17:50:22 +0100" startDate="2019-08-17 17:31:22 +0100" endDate="2019-08-17 17:38:15 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 18:13:59 +0100" startDate="2019-08-17 17:57:47 +0100" endDate="2019-08-17 18:07:22 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 18:24:09 +0100" startDate="2019-08-17 18:10:11 +0100" endDate="2019-08-17 18:16:44 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 19:07:50 +0100" startDate="2019-08-17 18:52:34 +0100" endDate="2019-08-17 18:52:44 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 20:02:23 +0100" startDate="2019-08-17 19:47:21 +0100" endDate="2019-08-17 19:50:00 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 20:44:40 +0100" startDate="2019-08-17 20:32:34 +0100" endDate="2019-08-17 20:42:34 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 20:55:48 +0100" startDate="2019-08-17 20:42:34 +0100" endDate="2019-08-17 20:52:11 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 21:13:05 +0100" startDate="2019-08-17 20:52:35 +0100" endDate="2019-08-17 21:02:35 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 21:13:05 +0100" startDate="2019-08-17 21:02:35 +0100" endDate="2019-08-17 21:05:40 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 21:18:28 +0100" startDate="2019-08-17 21:06:00 +0100" endDate="2019-08-17 21:12:58 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 21:32:24 +0100" startDate="2019-08-17 21:13:26 +0100" endDate="2019-08-17 21:23:17 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 21:42:46 +0100" startDate="2019-08-17 21:23:58 +0100" endDate="2019-08-17 21:33:25 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 21:49:53 +0100" startDate="2019-08-17 21:34:06 +0100" endDate="2019-08-17 21:42:49 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 21:55:11 +0100" startDate="2019-08-17 21:44:11 +0100" endDate="2019-08-17 21:53:56 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 22:08:14 +0100" startDate="2019-08-17 21:54:14 +0100" endDate="2019-08-17 22:03:44 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 22:20:51 +0100" startDate="2019-08-17 22:05:49 +0100" endDate="2019-08-17 22:14:43 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 22:30:43 +0100" startDate="2019-08-17 22:16:46 +0100" endDate="2019-08-17 22:24:59 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 22:40:54 +0100" startDate="2019-08-17 22:27:18 +0100" endDate="2019-08-17 22:28:01 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 22:53:58 +0100" startDate="2019-08-17 22:37:26 +0100" endDate="2019-08-17 22:45:57 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 23:28:17 +0100" startDate="2019-08-17 23:10:15 +0100" endDate="2019-08-17 23:19:53 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-17 23:39:37 +0100" startDate="2019-08-17 23:25:19 +0100" endDate="2019-08-17 23:27:22 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 00:12:28 +0100" startDate="2019-08-17 23:54:57 +0100" endDate="2019-08-18 00:03:56 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 00:22:42 +0100" startDate="2019-08-18 00:05:31 +0100" endDate="2019-08-18 00:12:25 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 07:06:03 +0100" startDate="2019-08-18 06:53:44 +0100" endDate="2019-08-18 07:03:45 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 07:14:48 +0100" startDate="2019-08-18 07:03:45 +0100" endDate="2019-08-18 07:05:37 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 07:28:51 +0100" startDate="2019-08-18 07:17:38 +0100" endDate="2019-08-18 07:19:07 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 07:57:28 +0100" startDate="2019-08-18 07:45:30 +0100" endDate="2019-08-18 07:53:45 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 08:14:45 +0100" startDate="2019-08-18 08:03:14 +0100" endDate="2019-08-18 08:13:15 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 08:24:52 +0100" startDate="2019-08-18 08:13:15 +0100" endDate="2019-08-18 08:20:19 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 09:02:33 +0100" startDate="2019-08-18 08:51:17 +0100" endDate="2019-08-18 08:51:32 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 09:18:45 +0100" startDate="2019-08-18 09:07:45 +0100" endDate="2019-08-18 09:07:45 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 10:48:06 +0100" startDate="2019-08-18 10:36:38 +0100" endDate="2019-08-18 10:39:30 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 17:21:21 +0100" startDate="2019-08-18 17:09:29 +0100" endDate="2019-08-18 17:10:21 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 18:23:44 +0100" startDate="2019-08-18 18:07:53 +0100" endDate="2019-08-18 18:17:54 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 18:28:56 +0100" startDate="2019-08-18 18:17:54 +0100" endDate="2019-08-18 18:20:17 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 18:41:41 +0100" startDate="2019-08-18 18:29:22 +0100" endDate="2019-08-18 18:38:54 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 18:52:45 +0100" startDate="2019-08-18 18:41:08 +0100" endDate="2019-08-18 18:41:20 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 21:55:00 +0100" startDate="2019-08-18 21:32:52 +0100" endDate="2019-08-18 21:39:35 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-18 22:10:11 +0100" startDate="2019-08-18 21:58:12 +0100" endDate="2019-08-18 22:02:02 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 06:42:42 +0100" startDate="2019-08-19 06:30:29 +0100" endDate="2019-08-19 06:38:21 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 07:39:10 +0100" startDate="2019-08-19 07:27:37 +0100" endDate="2019-08-19 07:27:50 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 07:52:36 +0100" startDate="2019-08-19 07:38:11 +0100" endDate="2019-08-19 07:48:12 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 08:01:08 +0100" startDate="2019-08-19 07:48:12 +0100" endDate="2019-08-19 07:56:25 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 09:37:06 +0100" startDate="2019-08-19 09:19:17 +0100" endDate="2019-08-19 09:28:11 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 10:29:31 +0100" startDate="2019-08-19 10:17:49 +0100" endDate="2019-08-19 10:23:54 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 10:51:35 +0100" startDate="2019-08-19 10:35:43 +0100" endDate="2019-08-19 10:43:45 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 10:59:04 +0100" startDate="2019-08-19 10:45:46 +0100" endDate="2019-08-19 10:47:39 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 11:38:00 +0100" startDate="2019-08-19 11:26:29 +0100" endDate="2019-08-19 11:34:26 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 11:55:19 +0100" startDate="2019-08-19 11:37:59 +0100" endDate="2019-08-19 11:38:17 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 12:43:37 +0100" startDate="2019-08-19 12:32:36 +0100" endDate="2019-08-19 12:32:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 13:21:49 +0100" startDate="2019-08-19 13:10:04 +0100" endDate="2019-08-19 13:19:57 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 13:44:43 +0100" startDate="2019-08-19 13:20:54 +0100" endDate="2019-08-19 13:23:25 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 15:14:24 +0100" startDate="2019-08-19 15:02:43 +0100" endDate="2019-08-19 15:05:12 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 15:56:32 +0100" startDate="2019-08-19 15:45:01 +0100" endDate="2019-08-19 15:55:02 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 16:06:04 +0100" startDate="2019-08-19 15:55:02 +0100" endDate="2019-08-19 16:01:34 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 16:25:28 +0100" startDate="2019-08-19 16:15:25 +0100" endDate="2019-08-19 16:15:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 16:45:38 +0100" startDate="2019-08-19 16:29:12 +0100" endDate="2019-08-19 16:32:45 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 17:02:03 +0100" startDate="2019-08-19 16:50:53 +0100" endDate="2019-08-19 16:56:09 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 19:10:11 +0100" startDate="2019-08-19 18:50:59 +0100" endDate="2019-08-19 18:54:50 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 19:21:16 +0100" startDate="2019-08-19 19:09:49 +0100" endDate="2019-08-19 19:09:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 20:04:13 +0100" startDate="2019-08-19 19:51:58 +0100" endDate="2019-08-19 19:53:49 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 20:25:42 +0100" startDate="2019-08-19 20:14:29 +0100" endDate="2019-08-19 20:14:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-19 22:52:09 +0100" startDate="2019-08-19 22:40:21 +0100" endDate="2019-08-19 22:41:09 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 07:15:30 +0100" startDate="2019-08-20 07:05:03 +0100" endDate="2019-08-20 07:12:35 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 07:43:12 +0100" startDate="2019-08-20 07:32:05 +0100" endDate="2019-08-20 07:42:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 07:53:36 +0100" startDate="2019-08-20 07:42:28 +0100" endDate="2019-08-20 07:51:24 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 08:05:14 +0100" startDate="2019-08-20 07:53:40 +0100" endDate="2019-08-20 07:59:47 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 09:24:52 +0100" startDate="2019-08-20 09:13:04 +0100" endDate="2019-08-20 09:21:32 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 09:37:46 +0100" startDate="2019-08-20 09:24:52 +0100" endDate="2019-08-20 09:34:04 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 10:50:03 +0100" startDate="2019-08-20 10:32:39 +0100" endDate="2019-08-20 10:42:39 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 11:01:35 +0100" startDate="2019-08-20 10:42:39 +0100" endDate="2019-08-20 10:42:57 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 11:33:19 +0100" startDate="2019-08-20 11:21:02 +0100" endDate="2019-08-20 11:31:02 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 11:43:21 +0100" startDate="2019-08-20 11:31:02 +0100" endDate="2019-08-20 11:32:37 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 12:18:25 +0100" startDate="2019-08-20 12:07:37 +0100" endDate="2019-08-20 12:13:49 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 12:37:54 +0100" startDate="2019-08-20 12:27:34 +0100" endDate="2019-08-20 12:27:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 14:18:18 +0100" startDate="2019-08-20 13:58:28 +0100" endDate="2019-08-20 13:59:17 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 14:37:18 +0100" startDate="2019-08-20 14:22:00 +0100" endDate="2019-08-20 14:27:29 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 15:30:52 +0100" startDate="2019-08-20 15:17:57 +0100" endDate="2019-08-20 15:27:29 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 15:39:45 +0100" startDate="2019-08-20 15:28:13 +0100" endDate="2019-08-20 15:38:13 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 15:52:27 +0100" startDate="2019-08-20 15:38:13 +0100" endDate="2019-08-20 15:44:59 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 17:00:00 +0100" startDate="2019-08-20 16:47:06 +0100" endDate="2019-08-20 16:49:58 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 17:27:28 +0100" startDate="2019-08-20 17:16:18 +0100" endDate="2019-08-20 17:20:09 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 18:07:59 +0100" startDate="2019-08-20 17:56:51 +0100" endDate="2019-08-20 17:56:53 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 20:33:54 +0100" startDate="2019-08-20 20:09:02 +0100" endDate="2019-08-20 20:16:52 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 20:51:54 +0100" startDate="2019-08-20 20:40:21 +0100" endDate="2019-08-20 20:47:37 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-20 21:05:51 +0100" startDate="2019-08-20 20:54:46 +0100" endDate="2019-08-20 21:02:45 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 06:40:24 +0100" startDate="2019-08-21 06:29:43 +0100" endDate="2019-08-21 06:36:36 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 07:49:37 +0100" startDate="2019-08-21 07:31:49 +0100" endDate="2019-08-21 07:41:50 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 07:53:29 +0100" startDate="2019-08-21 07:41:50 +0100" endDate="2019-08-21 07:49:47 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 08:06:03 +0100" startDate="2019-08-21 07:54:11 +0100" endDate="2019-08-21 07:58:31 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 08:46:12 +0100" startDate="2019-08-21 08:33:36 +0100" endDate="2019-08-21 08:43:37 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 08:55:45 +0100" startDate="2019-08-21 08:43:37 +0100" endDate="2019-08-21 08:48:48 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 10:02:41 +0100" startDate="2019-08-21 09:46:17 +0100" endDate="2019-08-21 09:52:24 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 11:32:15 +0100" startDate="2019-08-21 11:21:02 +0100" endDate="2019-08-21 11:29:38 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 11:54:01 +0100" startDate="2019-08-21 11:36:41 +0100" endDate="2019-08-21 11:37:12 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 12:40:21 +0100" startDate="2019-08-21 12:21:31 +0100" endDate="2019-08-21 12:31:29 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 12:45:12 +0100" startDate="2019-08-21 12:31:35 +0100" endDate="2019-08-21 12:31:45 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 12:59:07 +0100" startDate="2019-08-21 12:46:54 +0100" endDate="2019-08-21 12:52:04 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 13:59:03 +0100" startDate="2019-08-21 13:44:16 +0100" endDate="2019-08-21 13:53:54 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 15:05:02 +0100" startDate="2019-08-21 14:49:57 +0100" endDate="2019-08-21 14:51:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 15:30:27 +0100" startDate="2019-08-21 15:13:23 +0100" endDate="2019-08-21 15:22:12 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 15:35:54 +0100" startDate="2019-08-21 15:22:58 +0100" endDate="2019-08-21 15:32:15 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 16:29:28 +0100" startDate="2019-08-21 16:17:29 +0100" endDate="2019-08-21 16:27:19 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 16:39:28 +0100" startDate="2019-08-21 16:27:58 +0100" endDate="2019-08-21 16:37:14 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 16:54:27 +0100" startDate="2019-08-21 16:37:14 +0100" endDate="2019-08-21 16:44:15 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 17:10:11 +0100" startDate="2019-08-21 16:55:43 +0100" endDate="2019-08-21 16:56:42 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 18:40:24 +0100" startDate="2019-08-21 18:27:54 +0100" endDate="2019-08-21 18:37:54 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 18:48:57 +0100" startDate="2019-08-21 18:37:54 +0100" endDate="2019-08-21 18:47:37 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 19:01:18 +0100" startDate="2019-08-21 18:48:18 +0100" endDate="2019-08-21 18:54:10 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 19:41:29 +0100" startDate="2019-08-21 19:28:13 +0100" endDate="2019-08-21 19:29:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 20:35:35 +0100" startDate="2019-08-21 20:24:24 +0100" endDate="2019-08-21 20:29:35 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 20:53:38 +0100" startDate="2019-08-21 20:42:35 +0100" endDate="2019-08-21 20:42:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-21 22:00:16 +0100" startDate="2019-08-21 21:46:09 +0100" endDate="2019-08-21 21:48:33 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 06:19:56 +0100" startDate="2019-08-22 06:09:04 +0100" endDate="2019-08-22 06:15:42 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 07:15:55 +0100" startDate="2019-08-22 07:00:46 +0100" endDate="2019-08-22 07:10:46 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 07:26:46 +0100" startDate="2019-08-22 07:10:46 +0100" endDate="2019-08-22 07:18:46 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 07:50:43 +0100" startDate="2019-08-22 07:36:10 +0100" endDate="2019-08-22 07:36:26 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 09:10:59 +0100" startDate="2019-08-22 08:58:21 +0100" endDate="2019-08-22 09:04:53 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 10:07:30 +0100" startDate="2019-08-22 09:55:38 +0100" endDate="2019-08-22 09:56:50 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 11:04:58 +0100" startDate="2019-08-22 10:54:16 +0100" endDate="2019-08-22 10:57:26 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 11:40:59 +0100" startDate="2019-08-22 11:26:43 +0100" endDate="2019-08-22 11:36:44 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 11:49:36 +0100" startDate="2019-08-22 11:36:44 +0100" endDate="2019-08-22 11:45:09 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 12:14:19 +0100" startDate="2019-08-22 11:58:22 +0100" endDate="2019-08-22 12:08:20 +0100" value="938"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 12:26:10 +0100" startDate="2019-08-22 12:08:46 +0100" endDate="2019-08-22 12:10:13 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 12:37:31 +0100" startDate="2019-08-22 12:26:23 +0100" endDate="2019-08-22 12:26:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 13:10:01 +0100" startDate="2019-08-22 12:59:50 +0100" endDate="2019-08-22 12:59:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 14:09:22 +0100" startDate="2019-08-22 13:57:04 +0100" endDate="2019-08-22 14:05:20 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 15:17:20 +0100" startDate="2019-08-22 15:00:51 +0100" endDate="2019-08-22 15:10:51 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 15:22:00 +0100" startDate="2019-08-22 15:10:51 +0100" endDate="2019-08-22 15:20:10 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 15:46:20 +0100" startDate="2019-08-22 15:27:21 +0100" endDate="2019-08-22 15:35:00 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 16:22:36 +0100" startDate="2019-08-22 15:55:09 +0100" endDate="2019-08-22 16:03:09 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 16:22:36 +0100" startDate="2019-08-22 16:11:16 +0100" endDate="2019-08-22 16:17:46 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 16:47:02 +0100" startDate="2019-08-22 16:32:21 +0100" endDate="2019-08-22 16:38:46 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 16:59:32 +0100" startDate="2019-08-22 16:44:07 +0100" endDate="2019-08-22 16:49:59 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 17:14:00 +0100" startDate="2019-08-22 16:59:26 +0100" endDate="2019-08-22 17:01:55 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 17:45:10 +0100" startDate="2019-08-22 17:33:57 +0100" endDate="2019-08-22 17:42:38 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 18:02:45 +0100" startDate="2019-08-22 17:51:11 +0100" endDate="2019-08-22 17:57:54 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 18:23:14 +0100" startDate="2019-08-22 18:08:48 +0100" endDate="2019-08-22 18:18:48 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 18:29:55 +0100" startDate="2019-08-22 18:18:48 +0100" endDate="2019-08-22 18:28:49 +0100" value="1056"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 18:39:52 +0100" startDate="2019-08-22 18:28:49 +0100" endDate="2019-08-22 18:36:38 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 18:53:35 +0100" startDate="2019-08-22 18:42:09 +0100" endDate="2019-08-22 18:47:53 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 21:25:22 +0100" startDate="2019-08-22 21:09:19 +0100" endDate="2019-08-22 21:19:20 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 21:32:22 +0100" startDate="2019-08-22 21:19:20 +0100" endDate="2019-08-22 21:27:45 +0100" value="975"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 21:41:57 +0100" startDate="2019-08-22 21:29:49 +0100" endDate="2019-08-22 21:37:54 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-22 21:54:27 +0100" startDate="2019-08-22 21:40:51 +0100" endDate="2019-08-22 21:49:19 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 06:27:26 +0100" startDate="2019-08-23 06:16:12 +0100" endDate="2019-08-23 06:21:43 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 07:16:00 +0100" startDate="2019-08-23 07:03:09 +0100" endDate="2019-08-23 07:04:06 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 07:29:19 +0100" startDate="2019-08-23 07:15:44 +0100" endDate="2019-08-23 07:25:08 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 07:44:31 +0100" startDate="2019-08-23 07:25:44 +0100" endDate="2019-08-23 07:30:55 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 07:53:06 +0100" startDate="2019-08-23 07:36:16 +0100" endDate="2019-08-23 07:42:38 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 08:21:11 +0100" startDate="2019-08-23 08:06:54 +0100" endDate="2019-08-23 08:06:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 10:44:22 +0100" startDate="2019-08-23 10:32:53 +0100" endDate="2019-08-23 10:41:52 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 10:55:11 +0100" startDate="2019-08-23 10:43:47 +0100" endDate="2019-08-23 10:50:45 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 11:40:33 +0100" startDate="2019-08-23 11:22:39 +0100" endDate="2019-08-23 11:31:27 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 11:57:17 +0100" startDate="2019-08-23 11:44:40 +0100" endDate="2019-08-23 11:47:09 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 12:12:50 +0100" startDate="2019-08-23 12:00:32 +0100" endDate="2019-08-23 12:00:35 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 13:01:50 +0100" startDate="2019-08-23 12:50:30 +0100" endDate="2019-08-23 12:51:42 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 13:16:15 +0100" startDate="2019-08-23 13:02:24 +0100" endDate="2019-08-23 13:12:24 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 13:23:27 +0100" startDate="2019-08-23 13:12:24 +0100" endDate="2019-08-23 13:13:57 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 15:16:04 +0100" startDate="2019-08-23 15:00:44 +0100" endDate="2019-08-23 15:09:56 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 15:34:06 +0100" startDate="2019-08-23 15:12:38 +0100" endDate="2019-08-23 15:16:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 15:47:58 +0100" startDate="2019-08-23 15:36:08 +0100" endDate="2019-08-23 15:46:08 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 15:57:11 +0100" startDate="2019-08-23 15:46:08 +0100" endDate="2019-08-23 15:51:21 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 16:41:47 +0100" startDate="2019-08-23 16:30:37 +0100" endDate="2019-08-23 16:34:21 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 16:53:27 +0100" startDate="2019-08-23 16:43:24 +0100" endDate="2019-08-23 16:43:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 17:18:55 +0100" startDate="2019-08-23 16:59:40 +0100" endDate="2019-08-23 16:59:50 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 17:45:33 +0100" startDate="2019-08-23 17:30:36 +0100" endDate="2019-08-23 17:32:26 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 18:16:59 +0100" startDate="2019-08-23 18:03:17 +0100" endDate="2019-08-23 18:06:45 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 18:24:45 +0100" startDate="2019-08-23 18:13:17 +0100" endDate="2019-08-23 18:13:22 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 18:55:15 +0100" startDate="2019-08-23 18:41:37 +0100" endDate="2019-08-23 18:51:37 +0100" value="1031"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 19:04:23 +0100" startDate="2019-08-23 18:52:10 +0100" endDate="2019-08-23 18:59:03 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 22:20:33 +0100" startDate="2019-08-23 22:03:59 +0100" endDate="2019-08-23 22:14:00 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 22:27:08 +0100" startDate="2019-08-23 22:14:00 +0100" endDate="2019-08-23 22:22:20 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-23 22:59:31 +0100" startDate="2019-08-23 22:45:21 +0100" endDate="2019-08-23 22:49:22 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 01:31:21 +0100" startDate="2019-08-24 01:13:05 +0100" endDate="2019-08-24 01:13:10 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 09:09:06 +0100" startDate="2019-08-24 08:53:36 +0100" endDate="2019-08-24 09:00:42 +0100" value="671"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 09:24:12 +0100" startDate="2019-08-24 09:03:49 +0100" endDate="2019-08-24 09:12:41 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 09:39:58 +0100" startDate="2019-08-24 09:23:32 +0100" endDate="2019-08-24 09:32:00 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 09:49:20 +0100" startDate="2019-08-24 09:38:20 +0100" endDate="2019-08-24 09:46:25 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 12:14:24 +0100" startDate="2019-08-24 12:00:11 +0100" endDate="2019-08-24 12:09:00 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 12:32:29 +0100" startDate="2019-08-24 12:14:20 +0100" endDate="2019-08-24 12:21:52 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 12:36:30 +0100" startDate="2019-08-24 12:25:35 +0100" endDate="2019-08-24 12:34:21 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 12:58:26 +0100" startDate="2019-08-24 12:46:52 +0100" endDate="2019-08-24 12:56:52 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 13:12:34 +0100" startDate="2019-08-24 12:56:52 +0100" endDate="2019-08-24 12:57:03 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 13:24:26 +0100" startDate="2019-08-24 13:12:06 +0100" endDate="2019-08-24 13:20:59 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 13:42:47 +0100" startDate="2019-08-24 13:29:32 +0100" endDate="2019-08-24 13:29:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 13:56:04 +0100" startDate="2019-08-24 13:43:06 +0100" endDate="2019-08-24 13:43:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 14:07:12 +0100" startDate="2019-08-24 13:56:34 +0100" endDate="2019-08-24 13:56:36 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 14:40:10 +0100" startDate="2019-08-24 14:28:57 +0100" endDate="2019-08-24 14:29:10 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 17:46:15 +0100" startDate="2019-08-24 17:27:19 +0100" endDate="2019-08-24 17:35:32 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 18:10:48 +0100" startDate="2019-08-24 17:48:09 +0100" endDate="2019-08-24 17:48:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 18:34:07 +0100" startDate="2019-08-24 18:20:36 +0100" endDate="2019-08-24 18:27:40 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 19:01:04 +0100" startDate="2019-08-24 18:47:43 +0100" endDate="2019-08-24 18:53:14 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 19:12:52 +0100" startDate="2019-08-24 19:00:46 +0100" endDate="2019-08-24 19:04:47 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 19:36:43 +0100" startDate="2019-08-24 19:24:25 +0100" endDate="2019-08-24 19:34:18 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 19:48:50 +0100" startDate="2019-08-24 19:34:51 +0100" endDate="2019-08-24 19:35:35 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 20:14:30 +0100" startDate="2019-08-24 20:01:21 +0100" endDate="2019-08-24 20:08:14 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 20:50:20 +0100" startDate="2019-08-24 20:35:05 +0100" endDate="2019-08-24 20:35:59 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 21:04:44 +0100" startDate="2019-08-24 20:46:25 +0100" endDate="2019-08-24 20:46:36 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 21:15:53 +0100" startDate="2019-08-24 21:03:52 +0100" endDate="2019-08-24 21:04:00 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 21:53:52 +0100" startDate="2019-08-24 21:26:53 +0100" endDate="2019-08-24 21:26:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 22:36:21 +0100" startDate="2019-08-24 22:21:38 +0100" endDate="2019-08-24 22:27:29 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 23:14:49 +0100" startDate="2019-08-24 22:57:44 +0100" endDate="2019-08-24 23:01:09 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 23:33:49 +0100" startDate="2019-08-24 23:12:26 +0100" endDate="2019-08-24 23:16:40 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 23:50:25 +0100" startDate="2019-08-24 23:32:20 +0100" endDate="2019-08-24 23:40:43 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-24 23:59:12 +0100" startDate="2019-08-24 23:42:38 +0100" endDate="2019-08-24 23:52:39 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-25 00:07:34 +0100" startDate="2019-08-24 23:52:39 +0100" endDate="2019-08-25 00:00:46 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-25 18:09:49 +0100" startDate="2019-08-25 17:57:50 +0100" endDate="2019-08-25 18:07:35 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-25 18:18:59 +0100" startDate="2019-08-25 18:07:59 +0100" endDate="2019-08-25 18:16:27 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-25 18:34:10 +0100" startDate="2019-08-25 18:22:02 +0100" endDate="2019-08-25 18:31:14 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-25 18:50:24 +0100" startDate="2019-08-25 18:39:50 +0100" endDate="2019-08-25 18:43:38 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-25 19:19:57 +0100" startDate="2019-08-25 19:09:54 +0100" endDate="2019-08-25 19:09:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-25 19:39:07 +0100" startDate="2019-08-25 19:28:02 +0100" endDate="2019-08-25 19:28:07 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-25 21:29:03 +0100" startDate="2019-08-25 21:16:29 +0100" endDate="2019-08-25 21:24:31 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-25 21:51:27 +0100" startDate="2019-08-25 21:40:22 +0100" endDate="2019-08-25 21:40:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 06:22:40 +0100" startDate="2019-08-26 06:11:27 +0100" endDate="2019-08-26 06:11:40 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 07:11:10 +0100" startDate="2019-08-26 06:59:06 +0100" endDate="2019-08-26 07:00:26 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 07:21:21 +0100" startDate="2019-08-26 07:10:00 +0100" endDate="2019-08-26 07:19:55 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 07:31:32 +0100" startDate="2019-08-26 07:20:01 +0100" endDate="2019-08-26 07:29:22 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 07:41:41 +0100" startDate="2019-08-26 07:30:37 +0100" endDate="2019-08-26 07:38:24 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 07:55:54 +0100" startDate="2019-08-26 07:40:58 +0100" endDate="2019-08-26 07:46:34 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 08:02:02 +0100" startDate="2019-08-26 07:51:06 +0100" endDate="2019-08-26 07:56:22 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 08:13:13 +0100" startDate="2019-08-26 08:01:32 +0100" endDate="2019-08-26 08:11:33 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 08:23:25 +0100" startDate="2019-08-26 08:11:33 +0100" endDate="2019-08-26 08:18:13 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 08:57:54 +0100" startDate="2019-08-26 08:45:22 +0100" endDate="2019-08-26 08:55:22 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 09:08:08 +0100" startDate="2019-08-26 08:57:08 +0100" endDate="2019-08-26 09:01:29 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 09:28:29 +0100" startDate="2019-08-26 09:17:16 +0100" endDate="2019-08-26 09:20:28 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 09:57:59 +0100" startDate="2019-08-26 09:46:43 +0100" endDate="2019-08-26 09:56:44 +0100" value="1122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 10:08:08 +0100" startDate="2019-08-26 09:56:44 +0100" endDate="2019-08-26 10:01:28 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 10:17:57 +0100" startDate="2019-08-26 10:06:57 +0100" endDate="2019-08-26 10:13:42 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 10:28:16 +0100" startDate="2019-08-26 10:17:00 +0100" endDate="2019-08-26 10:25:58 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 10:40:05 +0100" startDate="2019-08-26 10:29:06 +0100" endDate="2019-08-26 10:34:16 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 11:08:50 +0100" startDate="2019-08-26 10:57:33 +0100" endDate="2019-08-26 11:06:11 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 11:21:20 +0100" startDate="2019-08-26 11:10:15 +0100" endDate="2019-08-26 11:15:20 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 11:33:24 +0100" startDate="2019-08-26 11:21:25 +0100" endDate="2019-08-26 11:31:25 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 11:43:23 +0100" startDate="2019-08-26 11:31:41 +0100" endDate="2019-08-26 11:41:41 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 11:52:06 +0100" startDate="2019-08-26 11:41:41 +0100" endDate="2019-08-26 11:51:29 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 12:04:14 +0100" startDate="2019-08-26 11:52:53 +0100" endDate="2019-08-26 11:56:52 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 12:16:10 +0100" startDate="2019-08-26 12:04:50 +0100" endDate="2019-08-26 12:14:50 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 12:26:31 +0100" startDate="2019-08-26 12:15:28 +0100" endDate="2019-08-26 12:25:29 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 12:36:56 +0100" startDate="2019-08-26 12:25:29 +0100" endDate="2019-08-26 12:34:41 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 12:55:59 +0100" startDate="2019-08-26 12:43:22 +0100" endDate="2019-08-26 12:46:32 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 13:50:13 +0100" startDate="2019-08-26 13:38:38 +0100" endDate="2019-08-26 13:48:39 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 14:00:22 +0100" startDate="2019-08-26 13:48:49 +0100" endDate="2019-08-26 13:58:42 +0100" value="1095"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 14:10:23 +0100" startDate="2019-08-26 13:58:42 +0100" endDate="2019-08-26 14:04:41 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 14:50:53 +0100" startDate="2019-08-26 14:39:23 +0100" endDate="2019-08-26 14:44:59 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 15:10:12 +0100" startDate="2019-08-26 14:58:25 +0100" endDate="2019-08-26 15:00:13 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 15:41:29 +0100" startDate="2019-08-26 15:30:06 +0100" endDate="2019-08-26 15:39:25 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 15:52:26 +0100" startDate="2019-08-26 15:40:47 +0100" endDate="2019-08-26 15:41:23 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 16:24:32 +0100" startDate="2019-08-26 16:12:43 +0100" endDate="2019-08-26 16:14:08 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 16:42:30 +0100" startDate="2019-08-26 16:29:39 +0100" endDate="2019-08-26 16:39:39 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 16:50:37 +0100" startDate="2019-08-26 16:39:39 +0100" endDate="2019-08-26 16:49:35 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 17:02:05 +0100" startDate="2019-08-26 16:49:35 +0100" endDate="2019-08-26 16:59:35 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 17:12:49 +0100" startDate="2019-08-26 17:01:46 +0100" endDate="2019-08-26 17:11:08 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 17:25:00 +0100" startDate="2019-08-26 17:13:55 +0100" endDate="2019-08-26 17:21:19 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 17:35:36 +0100" startDate="2019-08-26 17:25:07 +0100" endDate="2019-08-26 17:25:10 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 17:53:42 +0100" startDate="2019-08-26 17:42:29 +0100" endDate="2019-08-26 17:42:42 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 18:11:16 +0100" startDate="2019-08-26 18:00:01 +0100" endDate="2019-08-26 18:05:16 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 18:26:45 +0100" startDate="2019-08-26 18:15:21 +0100" endDate="2019-08-26 18:20:52 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 18:47:20 +0100" startDate="2019-08-26 18:35:34 +0100" endDate="2019-08-26 18:40:21 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 19:28:41 +0100" startDate="2019-08-26 19:18:35 +0100" endDate="2019-08-26 19:18:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-26 21:29:36 +0100" startDate="2019-08-26 21:18:02 +0100" endDate="2019-08-26 21:18:35 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 06:33:15 +0100" startDate="2019-08-27 06:21:39 +0100" endDate="2019-08-27 06:29:32 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 06:43:25 +0100" startDate="2019-08-27 06:32:16 +0100" endDate="2019-08-27 06:33:53 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 07:28:06 +0100" startDate="2019-08-27 07:15:30 +0100" endDate="2019-08-27 07:25:30 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 07:37:07 +0100" startDate="2019-08-27 07:25:30 +0100" endDate="2019-08-27 07:32:54 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 07:48:22 +0100" startDate="2019-08-27 07:36:48 +0100" endDate="2019-08-27 07:43:54 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 08:01:52 +0100" startDate="2019-08-27 07:49:12 +0100" endDate="2019-08-27 07:59:12 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 08:10:15 +0100" startDate="2019-08-27 07:59:12 +0100" endDate="2019-08-27 08:00:21 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 08:22:42 +0100" startDate="2019-08-27 08:11:49 +0100" endDate="2019-08-27 08:11:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 09:20:22 +0100" startDate="2019-08-27 09:08:56 +0100" endDate="2019-08-27 09:10:15 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 10:18:06 +0100" startDate="2019-08-27 10:06:51 +0100" endDate="2019-08-27 10:15:12 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 10:35:11 +0100" startDate="2019-08-27 10:23:17 +0100" endDate="2019-08-27 10:26:52 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 10:45:17 +0100" startDate="2019-08-27 10:33:58 +0100" endDate="2019-08-27 10:43:59 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 10:55:26 +0100" startDate="2019-08-27 10:43:59 +0100" endDate="2019-08-27 10:44:35 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 11:22:13 +0100" startDate="2019-08-27 11:10:01 +0100" endDate="2019-08-27 11:15:53 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 11:47:30 +0100" startDate="2019-08-27 11:34:57 +0100" endDate="2019-08-27 11:36:16 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 12:23:57 +0100" startDate="2019-08-27 12:12:19 +0100" endDate="2019-08-27 12:22:19 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 12:34:02 +0100" startDate="2019-08-27 12:22:19 +0100" endDate="2019-08-27 12:23:18 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 13:08:02 +0100" startDate="2019-08-27 12:54:59 +0100" endDate="2019-08-27 12:57:30 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 14:23:50 +0100" startDate="2019-08-27 14:11:59 +0100" endDate="2019-08-27 14:21:54 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 14:45:40 +0100" startDate="2019-08-27 14:33:11 +0100" endDate="2019-08-27 14:34:59 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 14:54:55 +0100" startDate="2019-08-27 14:44:03 +0100" endDate="2019-08-27 14:52:32 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 15:06:10 +0100" startDate="2019-08-27 14:54:20 +0100" endDate="2019-08-27 14:57:50 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 15:33:25 +0100" startDate="2019-08-27 15:21:55 +0100" endDate="2019-08-27 15:31:07 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 15:44:33 +0100" startDate="2019-08-27 15:32:59 +0100" endDate="2019-08-27 15:32:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 16:03:04 +0100" startDate="2019-08-27 15:51:58 +0100" endDate="2019-08-27 15:55:57 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 16:15:11 +0100" startDate="2019-08-27 16:03:31 +0100" endDate="2019-08-27 16:11:36 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 16:32:34 +0100" startDate="2019-08-27 16:20:14 +0100" endDate="2019-08-27 16:26:38 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 17:00:11 +0100" startDate="2019-08-27 16:47:48 +0100" endDate="2019-08-27 16:57:45 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 17:09:13 +0100" startDate="2019-08-27 16:57:47 +0100" endDate="2019-08-27 17:07:37 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 17:22:36 +0100" startDate="2019-08-27 17:10:29 +0100" endDate="2019-08-27 17:20:27 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 17:35:43 +0100" startDate="2019-08-27 17:24:25 +0100" endDate="2019-08-27 17:24:43 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 18:20:49 +0100" startDate="2019-08-27 18:09:00 +0100" endDate="2019-08-27 18:15:29 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 21:43:58 +0100" startDate="2019-08-27 21:32:00 +0100" endDate="2019-08-27 21:33:49 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-27 22:19:29 +0100" startDate="2019-08-27 22:07:25 +0100" endDate="2019-08-27 22:08:01 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 06:13:09 +0100" startDate="2019-08-28 06:02:41 +0100" endDate="2019-08-28 06:11:17 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 06:51:11 +0100" startDate="2019-08-28 06:39:05 +0100" endDate="2019-08-28 06:49:03 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 07:00:58 +0100" startDate="2019-08-28 06:49:44 +0100" endDate="2019-08-28 06:56:40 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 07:11:05 +0100" startDate="2019-08-28 06:59:50 +0100" endDate="2019-08-28 06:59:55 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 07:37:34 +0100" startDate="2019-08-28 07:25:53 +0100" endDate="2019-08-28 07:35:54 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 07:46:58 +0100" startDate="2019-08-28 07:35:54 +0100" endDate="2019-08-28 07:42:31 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 08:01:02 +0100" startDate="2019-08-28 07:49:11 +0100" endDate="2019-08-28 07:51:56 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 08:10:38 +0100" startDate="2019-08-28 07:59:38 +0100" endDate="2019-08-28 08:03:47 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 09:23:55 +0100" startDate="2019-08-28 09:12:36 +0100" endDate="2019-08-28 09:13:53 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 09:44:45 +0100" startDate="2019-08-28 09:33:15 +0100" endDate="2019-08-28 09:43:16 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 09:54:28 +0100" startDate="2019-08-28 09:43:16 +0100" endDate="2019-08-28 09:43:52 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 11:21:12 +0100" startDate="2019-08-28 11:09:34 +0100" endDate="2019-08-28 11:18:43 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 11:33:30 +0100" startDate="2019-08-28 11:20:00 +0100" endDate="2019-08-28 11:27:34 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 12:07:26 +0100" startDate="2019-08-28 11:55:09 +0100" endDate="2019-08-28 12:05:09 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 12:16:12 +0100" startDate="2019-08-28 12:05:09 +0100" endDate="2019-08-28 12:12:10 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 12:55:35 +0100" startDate="2019-08-28 12:44:20 +0100" endDate="2019-08-28 12:44:30 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 13:13:11 +0100" startDate="2019-08-28 13:01:59 +0100" endDate="2019-08-28 13:02:07 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 14:28:12 +0100" startDate="2019-08-28 14:16:27 +0100" endDate="2019-08-28 14:26:19 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 14:56:42 +0100" startDate="2019-08-28 14:44:58 +0100" endDate="2019-08-28 14:54:58 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 15:06:01 +0100" startDate="2019-08-28 14:54:58 +0100" endDate="2019-08-28 15:04:43 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 15:20:11 +0100" startDate="2019-08-28 15:04:58 +0100" endDate="2019-08-28 15:12:42 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 15:31:41 +0100" startDate="2019-08-28 15:19:58 +0100" endDate="2019-08-28 15:29:45 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 15:41:49 +0100" startDate="2019-08-28 15:30:06 +0100" endDate="2019-08-28 15:39:59 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 15:52:22 +0100" startDate="2019-08-28 15:41:08 +0100" endDate="2019-08-28 15:49:03 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 16:10:19 +0100" startDate="2019-08-28 15:59:03 +0100" endDate="2019-08-28 16:07:11 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 16:21:09 +0100" startDate="2019-08-28 16:10:03 +0100" endDate="2019-08-28 16:15:00 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 16:35:16 +0100" startDate="2019-08-28 16:22:11 +0100" endDate="2019-08-28 16:29:04 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 16:58:13 +0100" startDate="2019-08-28 16:46:31 +0100" endDate="2019-08-28 16:46:36 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 17:44:16 +0100" startDate="2019-08-28 17:32:22 +0100" endDate="2019-08-28 17:32:34 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 17:55:49 +0100" startDate="2019-08-28 17:44:33 +0100" endDate="2019-08-28 17:54:31 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 18:09:32 +0100" startDate="2019-08-28 17:58:16 +0100" endDate="2019-08-28 17:58:32 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 18:45:00 +0100" startDate="2019-08-28 18:33:42 +0100" endDate="2019-08-28 18:34:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 19:21:52 +0100" startDate="2019-08-28 19:09:12 +0100" endDate="2019-08-28 19:12:51 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 19:50:22 +0100" startDate="2019-08-28 19:40:19 +0100" endDate="2019-08-28 19:40:22 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-28 22:10:05 +0100" startDate="2019-08-28 21:58:40 +0100" endDate="2019-08-28 21:58:53 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 06:35:18 +0100" startDate="2019-08-29 06:24:37 +0100" endDate="2019-08-29 06:32:26 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 07:28:33 +0100" startDate="2019-08-29 07:17:52 +0100" endDate="2019-08-29 07:17:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 08:00:01 +0100" startDate="2019-08-29 07:47:05 +0100" endDate="2019-08-29 07:55:07 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 08:17:18 +0100" startDate="2019-08-29 08:05:59 +0100" endDate="2019-08-29 08:06:02 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 08:52:50 +0100" startDate="2019-08-29 08:39:49 +0100" endDate="2019-08-29 08:44:03 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 09:21:45 +0100" startDate="2019-08-29 09:10:47 +0100" endDate="2019-08-29 09:20:47 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 09:31:52 +0100" startDate="2019-08-29 09:20:47 +0100" endDate="2019-08-29 09:30:48 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 09:41:57 +0100" startDate="2019-08-29 09:30:48 +0100" endDate="2019-08-29 09:37:34 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 09:55:03 +0100" startDate="2019-08-29 09:43:18 +0100" endDate="2019-08-29 09:52:09 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 10:04:23 +0100" startDate="2019-08-29 09:53:34 +0100" endDate="2019-08-29 10:00:24 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 10:26:56 +0100" startDate="2019-08-29 10:15:25 +0100" endDate="2019-08-29 10:15:55 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 10:40:02 +0100" startDate="2019-08-29 10:28:17 +0100" endDate="2019-08-29 10:36:48 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 10:50:11 +0100" startDate="2019-08-29 10:38:38 +0100" endDate="2019-08-29 10:40:52 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 11:01:16 +0100" startDate="2019-08-29 10:49:48 +0100" endDate="2019-08-29 10:51:00 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 11:42:51 +0100" startDate="2019-08-29 11:31:29 +0100" endDate="2019-08-29 11:41:29 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 11:52:35 +0100" startDate="2019-08-29 11:41:29 +0100" endDate="2019-08-29 11:51:11 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 12:11:18 +0100" startDate="2019-08-29 11:59:55 +0100" endDate="2019-08-29 12:07:11 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 12:24:28 +0100" startDate="2019-08-29 12:12:55 +0100" endDate="2019-08-29 12:22:55 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 12:34:38 +0100" startDate="2019-08-29 12:22:55 +0100" endDate="2019-08-29 12:32:56 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 12:44:42 +0100" startDate="2019-08-29 12:32:56 +0100" endDate="2019-08-29 12:42:56 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 12:54:47 +0100" startDate="2019-08-29 12:42:56 +0100" endDate="2019-08-29 12:52:57 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 13:04:55 +0100" startDate="2019-08-29 12:52:57 +0100" endDate="2019-08-29 13:00:31 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 13:15:28 +0100" startDate="2019-08-29 13:04:17 +0100" endDate="2019-08-29 13:14:17 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 13:25:30 +0100" startDate="2019-08-29 13:14:17 +0100" endDate="2019-08-29 13:17:22 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 13:37:39 +0100" startDate="2019-08-29 13:24:59 +0100" endDate="2019-08-29 13:34:39 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 13:47:51 +0100" startDate="2019-08-29 13:36:37 +0100" endDate="2019-08-29 13:46:37 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 13:57:52 +0100" startDate="2019-08-29 13:46:37 +0100" endDate="2019-08-29 13:56:38 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 14:07:54 +0100" startDate="2019-08-29 13:56:38 +0100" endDate="2019-08-29 13:59:43 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 14:18:32 +0100" startDate="2019-08-29 14:07:32 +0100" endDate="2019-08-29 14:11:59 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 14:39:29 +0100" startDate="2019-08-29 14:28:04 +0100" endDate="2019-08-29 14:28:55 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 14:50:06 +0100" startDate="2019-08-29 14:39:06 +0100" endDate="2019-08-29 14:43:04 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 15:03:41 +0100" startDate="2019-08-29 14:51:02 +0100" endDate="2019-08-29 14:52:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 15:24:56 +0100" startDate="2019-08-29 15:12:45 +0100" endDate="2019-08-29 15:20:55 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 15:41:32 +0100" startDate="2019-08-29 15:30:19 +0100" endDate="2019-08-29 15:31:47 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 15:58:27 +0100" startDate="2019-08-29 15:46:47 +0100" endDate="2019-08-29 15:56:45 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 16:08:46 +0100" startDate="2019-08-29 15:57:16 +0100" endDate="2019-08-29 15:58:38 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 16:21:49 +0100" startDate="2019-08-29 16:09:58 +0100" endDate="2019-08-29 16:13:38 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 17:15:36 +0100" startDate="2019-08-29 17:04:28 +0100" endDate="2019-08-29 17:12:54 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 17:32:34 +0100" startDate="2019-08-29 17:20:41 +0100" endDate="2019-08-29 17:22:59 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 18:04:05 +0100" startDate="2019-08-29 17:51:18 +0100" endDate="2019-08-29 18:01:13 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 18:13:59 +0100" startDate="2019-08-29 18:02:19 +0100" endDate="2019-08-29 18:07:22 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 18:46:58 +0100" startDate="2019-08-29 18:35:15 +0100" endDate="2019-08-29 18:35:58 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 20:17:01 +0100" startDate="2019-08-29 20:04:17 +0100" endDate="2019-08-29 20:10:32 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 20:27:05 +0100" startDate="2019-08-29 20:15:35 +0100" endDate="2019-08-29 20:22:25 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 20:56:26 +0100" startDate="2019-08-29 20:45:08 +0100" endDate="2019-08-29 20:54:40 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 21:15:17 +0100" startDate="2019-08-29 20:56:59 +0100" endDate="2019-08-29 21:06:37 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 21:20:33 +0100" startDate="2019-08-29 21:09:30 +0100" endDate="2019-08-29 21:09:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 21:42:33 +0100" startDate="2019-08-29 21:30:51 +0100" endDate="2019-08-29 21:30:56 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-29 22:07:45 +0100" startDate="2019-08-29 21:56:07 +0100" endDate="2019-08-29 21:56:13 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 06:27:20 +0100" startDate="2019-08-30 06:16:16 +0100" endDate="2019-08-30 06:16:34 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 06:52:43 +0100" startDate="2019-08-30 06:41:21 +0100" endDate="2019-08-30 06:51:18 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 07:01:46 +0100" startDate="2019-08-30 06:51:41 +0100" endDate="2019-08-30 07:01:41 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 07:13:18 +0100" startDate="2019-08-30 07:01:41 +0100" endDate="2019-08-30 07:11:42 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 07:23:26 +0100" startDate="2019-08-30 07:11:42 +0100" endDate="2019-08-30 07:13:09 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 08:04:07 +0100" startDate="2019-08-30 07:51:41 +0100" endDate="2019-08-30 07:53:39 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 08:42:18 +0100" startDate="2019-08-30 08:29:35 +0100" endDate="2019-08-30 08:39:15 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 08:52:37 +0100" startDate="2019-08-30 08:40:53 +0100" endDate="2019-08-30 08:44:28 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 10:36:55 +0100" startDate="2019-08-30 10:24:55 +0100" endDate="2019-08-30 10:34:55 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 10:46:06 +0100" startDate="2019-08-30 10:34:55 +0100" endDate="2019-08-30 10:43:11 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 11:39:00 +0100" startDate="2019-08-30 11:27:15 +0100" endDate="2019-08-30 11:36:06 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 11:49:06 +0100" startDate="2019-08-30 11:37:38 +0100" endDate="2019-08-30 11:44:54 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 11:59:12 +0100" startDate="2019-08-30 11:49:03 +0100" endDate="2019-08-30 11:49:03 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 13:23:56 +0100" startDate="2019-08-30 13:11:00 +0100" endDate="2019-08-30 13:21:00 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 13:32:57 +0100" startDate="2019-08-30 13:21:00 +0100" endDate="2019-08-30 13:31:00 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 13:42:06 +0100" startDate="2019-08-30 13:31:00 +0100" endDate="2019-08-30 13:41:01 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 13:52:03 +0100" startDate="2019-08-30 13:41:01 +0100" endDate="2019-08-30 13:50:41 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 14:03:00 +0100" startDate="2019-08-30 13:51:50 +0100" endDate="2019-08-30 13:56:53 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 14:20:10 +0100" startDate="2019-08-30 14:04:26 +0100" endDate="2019-08-30 14:13:48 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 14:26:10 +0100" startDate="2019-08-30 14:14:48 +0100" endDate="2019-08-30 14:24:48 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 14:36:17 +0100" startDate="2019-08-30 14:24:59 +0100" endDate="2019-08-30 14:32:17 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 14:50:47 +0100" startDate="2019-08-30 14:38:55 +0100" endDate="2019-08-30 14:43:37 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 15:57:38 +0100" startDate="2019-08-30 15:46:25 +0100" endDate="2019-08-30 15:46:37 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 16:12:47 +0100" startDate="2019-08-30 15:59:39 +0100" endDate="2019-08-30 15:59:47 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 16:56:22 +0100" startDate="2019-08-30 16:44:42 +0100" endDate="2019-08-30 16:51:20 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 17:14:21 +0100" startDate="2019-08-30 17:02:21 +0100" endDate="2019-08-30 17:12:11 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 17:24:03 +0100" startDate="2019-08-30 17:12:50 +0100" endDate="2019-08-30 17:22:50 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 17:34:07 +0100" startDate="2019-08-30 17:22:50 +0100" endDate="2019-08-30 17:32:50 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 17:43:53 +0100" startDate="2019-08-30 17:32:50 +0100" endDate="2019-08-30 17:37:35 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 18:55:30 +0100" startDate="2019-08-30 18:44:11 +0100" endDate="2019-08-30 18:54:12 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-30 19:05:45 +0100" startDate="2019-08-30 18:54:12 +0100" endDate="2019-08-30 18:56:20 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-31 18:04:38 +0100" startDate="2019-08-30 21:36:47 +0100" endDate="2019-08-30 21:46:46 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-31 18:04:38 +0100" startDate="2019-08-30 21:46:46 +0100" endDate="2019-08-30 21:56:47 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-31 18:04:38 +0100" startDate="2019-08-30 21:56:47 +0100" endDate="2019-08-30 22:05:26 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-31 18:04:38 +0100" startDate="2019-08-30 22:27:31 +0100" endDate="2019-08-30 22:35:20 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-31 18:04:38 +0100" startDate="2019-08-31 10:27:32 +0100" endDate="2019-08-31 10:37:32 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-31 18:04:38 +0100" startDate="2019-08-31 10:37:32 +0100" endDate="2019-08-31 10:47:33 +0100" value="1058"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-31 18:04:38 +0100" startDate="2019-08-31 10:47:33 +0100" endDate="2019-08-31 10:57:20 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-31 18:04:38 +0100" startDate="2019-08-31 10:57:43 +0100" endDate="2019-08-31 10:59:34 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-31 18:04:38 +0100" startDate="2019-08-31 12:32:06 +0100" endDate="2019-08-31 12:32:12 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-31 20:10:50 +0100" startDate="2019-08-31 19:58:30 +0100" endDate="2019-08-31 20:02:18 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-08-31 22:10:50 +0100" startDate="2019-08-31 21:58:14 +0100" endDate="2019-08-31 22:01:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-01 05:53:36 +0100" startDate="2019-09-01 05:42:15 +0100" endDate="2019-09-01 05:49:50 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-01 07:45:39 +0100" startDate="2019-09-01 07:33:32 +0100" endDate="2019-09-01 07:34:26 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-01 09:19:42 +0100" startDate="2019-09-01 09:08:24 +0100" endDate="2019-09-01 09:10:30 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-01 09:43:06 +0100" startDate="2019-09-01 09:31:09 +0100" endDate="2019-09-01 09:36:25 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-01 09:52:28 +0100" startDate="2019-09-01 09:42:11 +0100" endDate="2019-09-01 09:42:37 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-01 17:23:24 +0100" startDate="2019-09-01 17:11:43 +0100" endDate="2019-09-01 17:12:36 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-01 17:53:16 +0100" startDate="2019-09-01 17:41:46 +0100" endDate="2019-09-01 17:42:04 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-01 18:30:14 +0100" startDate="2019-09-01 18:18:12 +0100" endDate="2019-09-01 18:18:22 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-01 18:58:31 +0100" startDate="2019-09-01 18:46:23 +0100" endDate="2019-09-01 18:46:36 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-01 22:22:01 +0100" startDate="2019-09-01 22:10:32 +0100" endDate="2019-09-01 22:10:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-01 22:40:25 +0100" startDate="2019-09-01 22:27:43 +0100" endDate="2019-09-01 22:37:33 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 06:45:37 +0100" startDate="2019-09-02 06:34:01 +0100" endDate="2019-09-02 06:41:58 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 07:31:05 +0100" startDate="2019-09-02 07:19:18 +0100" endDate="2019-09-02 07:19:41 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 07:41:43 +0100" startDate="2019-09-02 07:30:30 +0100" endDate="2019-09-02 07:40:30 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 07:51:47 +0100" startDate="2019-09-02 07:40:30 +0100" endDate="2019-09-02 07:48:20 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 08:20:04 +0100" startDate="2019-09-02 08:08:36 +0100" endDate="2019-09-02 08:17:43 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 08:31:11 +0100" startDate="2019-09-02 08:20:04 +0100" endDate="2019-09-02 08:20:19 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 09:02:27 +0100" startDate="2019-09-02 08:49:22 +0100" endDate="2019-09-02 08:52:57 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 09:58:07 +0100" startDate="2019-09-02 09:45:48 +0100" endDate="2019-09-02 09:55:49 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 10:07:11 +0100" startDate="2019-09-02 09:55:49 +0100" endDate="2019-09-02 10:00:16 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 10:44:33 +0100" startDate="2019-09-02 10:32:38 +0100" endDate="2019-09-02 10:42:11 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 10:54:40 +0100" startDate="2019-09-02 10:43:10 +0100" endDate="2019-09-02 10:49:09 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 11:26:02 +0100" startDate="2019-09-02 11:14:48 +0100" endDate="2019-09-02 11:22:35 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 11:55:30 +0100" startDate="2019-09-02 11:43:35 +0100" endDate="2019-09-02 11:47:16 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 12:05:38 +0100" startDate="2019-09-02 11:54:30 +0100" endDate="2019-09-02 12:02:32 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 13:30:32 +0100" startDate="2019-09-02 13:17:26 +0100" endDate="2019-09-02 13:18:45 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 13:43:38 +0100" startDate="2019-09-02 13:30:49 +0100" endDate="2019-09-02 13:35:45 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 13:57:51 +0100" startDate="2019-09-02 13:46:29 +0100" endDate="2019-09-02 13:48:47 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 15:12:40 +0100" startDate="2019-09-02 15:01:08 +0100" endDate="2019-09-02 15:04:52 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 16:17:32 +0100" startDate="2019-09-02 16:05:22 +0100" endDate="2019-09-02 16:05:35 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 16:38:46 +0100" startDate="2019-09-02 16:27:16 +0100" endDate="2019-09-02 16:28:18 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 17:21:06 +0100" startDate="2019-09-02 17:09:45 +0100" endDate="2019-09-02 17:18:49 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 17:44:44 +0100" startDate="2019-09-02 17:32:43 +0100" endDate="2019-09-02 17:38:50 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 18:37:01 +0100" startDate="2019-09-02 18:25:17 +0100" endDate="2019-09-02 18:27:23 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 18:48:19 +0100" startDate="2019-09-02 18:36:19 +0100" endDate="2019-09-02 18:42:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 19:25:10 +0100" startDate="2019-09-02 19:13:57 +0100" endDate="2019-09-02 19:21:09 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 19:36:09 +0100" startDate="2019-09-02 19:24:11 +0100" endDate="2019-09-02 19:34:11 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 19:45:20 +0100" startDate="2019-09-02 19:34:11 +0100" endDate="2019-09-02 19:34:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 21:15:56 +0100" startDate="2019-09-02 21:03:54 +0100" endDate="2019-09-02 21:13:47 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-02 21:25:08 +0100" startDate="2019-09-02 21:14:07 +0100" endDate="2019-09-02 21:14:20 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 02:35:03 +0100" startDate="2019-09-03 02:23:13 +0100" endDate="2019-09-03 02:25:39 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 06:47:46 +0100" startDate="2019-09-03 06:36:14 +0100" endDate="2019-09-03 06:44:34 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 06:57:43 +0100" startDate="2019-09-03 06:46:42 +0100" endDate="2019-09-03 06:46:55 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 07:45:56 +0100" startDate="2019-09-03 07:34:02 +0100" endDate="2019-09-03 07:35:06 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 07:59:07 +0100" startDate="2019-09-03 07:46:51 +0100" endDate="2019-09-03 07:55:58 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 08:08:39 +0100" startDate="2019-09-03 07:56:52 +0100" endDate="2019-09-03 08:01:44 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 09:36:25 +0100" startDate="2019-09-03 09:24:33 +0100" endDate="2019-09-03 09:30:58 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 10:43:46 +0100" startDate="2019-09-03 10:31:49 +0100" endDate="2019-09-03 10:41:49 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 10:52:52 +0100" startDate="2019-09-03 10:41:49 +0100" endDate="2019-09-03 10:51:50 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 11:03:20 +0100" startDate="2019-09-03 10:51:50 +0100" endDate="2019-09-03 10:53:56 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 11:22:37 +0100" startDate="2019-09-03 11:10:11 +0100" endDate="2019-09-03 11:19:48 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 11:35:50 +0100" startDate="2019-09-03 11:24:10 +0100" endDate="2019-09-03 11:34:10 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 11:45:59 +0100" startDate="2019-09-03 11:34:10 +0100" endDate="2019-09-03 11:39:57 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 14:29:16 +0100" startDate="2019-09-03 14:17:21 +0100" endDate="2019-09-03 14:22:49 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 15:06:37 +0100" startDate="2019-09-03 14:55:17 +0100" endDate="2019-09-03 15:01:08 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 15:37:49 +0100" startDate="2019-09-03 15:25:51 +0100" endDate="2019-09-03 15:35:52 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 15:45:56 +0100" startDate="2019-09-03 15:35:52 +0100" endDate="2019-09-03 15:38:51 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 16:01:19 +0100" startDate="2019-09-03 15:50:12 +0100" endDate="2019-09-03 15:50:19 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 17:12:18 +0100" startDate="2019-09-03 17:01:03 +0100" endDate="2019-09-03 17:05:17 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 19:01:48 +0100" startDate="2019-09-03 18:50:40 +0100" endDate="2019-09-03 18:50:48 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 21:08:33 +0100" startDate="2019-09-03 20:56:22 +0100" endDate="2019-09-03 20:57:33 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-03 21:46:19 +0100" startDate="2019-09-03 21:34:30 +0100" endDate="2019-09-03 21:41:07 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 06:34:46 +0100" startDate="2019-09-04 06:23:43 +0100" endDate="2019-09-04 06:30:23 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 07:11:04 +0100" startDate="2019-09-04 06:59:17 +0100" endDate="2019-09-04 07:00:03 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 07:26:50 +0100" startDate="2019-09-04 07:15:12 +0100" endDate="2019-09-04 07:25:12 +0100" value="985"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 07:37:09 +0100" startDate="2019-09-04 07:25:22 +0100" endDate="2019-09-04 07:25:40 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 08:12:42 +0100" startDate="2019-09-04 08:00:48 +0100" endDate="2019-09-04 08:07:57 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 09:48:27 +0100" startDate="2019-09-04 09:36:59 +0100" endDate="2019-09-04 09:38:26 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 10:08:47 +0100" startDate="2019-09-04 09:56:45 +0100" endDate="2019-09-04 10:06:46 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 10:17:48 +0100" startDate="2019-09-04 10:06:46 +0100" endDate="2019-09-04 10:12:53 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 10:46:39 +0100" startDate="2019-09-04 10:34:08 +0100" endDate="2019-09-04 10:34:49 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 11:38:12 +0100" startDate="2019-09-04 11:26:44 +0100" endDate="2019-09-04 11:36:44 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 11:48:20 +0100" startDate="2019-09-04 11:36:44 +0100" endDate="2019-09-04 11:46:14 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 12:31:00 +0100" startDate="2019-09-04 12:18:33 +0100" endDate="2019-09-04 12:28:31 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 12:40:07 +0100" startDate="2019-09-04 12:29:04 +0100" endDate="2019-09-04 12:39:04 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 12:50:10 +0100" startDate="2019-09-04 12:39:07 +0100" endDate="2019-09-04 12:39:15 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 14:10:55 +0100" startDate="2019-09-04 13:56:53 +0100" endDate="2019-09-04 14:06:46 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 15:30:42 +0100" startDate="2019-09-04 15:18:56 +0100" endDate="2019-09-04 15:19:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 15:42:52 +0100" startDate="2019-09-04 15:31:05 +0100" endDate="2019-09-04 15:38:49 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 15:53:00 +0100" startDate="2019-09-04 15:41:13 +0100" endDate="2019-09-04 15:44:38 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 16:21:25 +0100" startDate="2019-09-04 16:10:02 +0100" endDate="2019-09-04 16:16:06 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 16:58:52 +0100" startDate="2019-09-04 16:46:44 +0100" endDate="2019-09-04 16:56:44 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 17:08:21 +0100" startDate="2019-09-04 16:56:44 +0100" endDate="2019-09-04 16:58:01 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 17:33:24 +0100" startDate="2019-09-04 17:21:09 +0100" endDate="2019-09-04 17:22:24 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 18:02:52 +0100" startDate="2019-09-04 17:50:43 +0100" endDate="2019-09-04 17:58:35 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 18:15:42 +0100" startDate="2019-09-04 18:04:32 +0100" endDate="2019-09-04 18:09:02 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 18:28:20 +0100" startDate="2019-09-04 18:17:07 +0100" endDate="2019-09-04 18:17:20 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 18:41:34 +0100" startDate="2019-09-04 18:31:10 +0100" endDate="2019-09-04 18:31:13 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 18:52:55 +0100" startDate="2019-09-04 18:41:44 +0100" endDate="2019-09-04 18:41:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 19:52:54 +0100" startDate="2019-09-04 19:40:08 +0100" endDate="2019-09-04 19:49:15 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 20:12:11 +0100" startDate="2019-09-04 19:59:44 +0100" endDate="2019-09-04 20:00:20 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 21:33:31 +0100" startDate="2019-09-04 21:20:32 +0100" endDate="2019-09-04 21:23:08 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 21:59:43 +0100" startDate="2019-09-04 21:48:00 +0100" endDate="2019-09-04 21:49:58 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 23:02:26 +0100" startDate="2019-09-04 22:50:26 +0100" endDate="2019-09-04 23:00:27 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 23:11:29 +0100" startDate="2019-09-04 23:00:27 +0100" endDate="2019-09-04 23:10:27 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 23:22:26 +0100" startDate="2019-09-04 23:10:55 +0100" endDate="2019-09-04 23:18:39 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-04 23:39:24 +0100" startDate="2019-09-04 23:27:41 +0100" endDate="2019-09-04 23:28:19 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 06:18:57 +0100" startDate="2019-09-05 06:07:53 +0100" endDate="2019-09-05 06:08:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 07:07:49 +0100" startDate="2019-09-05 06:55:09 +0100" endDate="2019-09-05 07:04:02 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 07:44:12 +0100" startDate="2019-09-05 07:31:13 +0100" endDate="2019-09-05 07:35:17 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 08:02:04 +0100" startDate="2019-09-05 07:51:42 +0100" endDate="2019-09-05 08:00:49 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 08:14:05 +0100" startDate="2019-09-05 08:02:34 +0100" endDate="2019-09-05 08:02:52 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 08:24:42 +0100" startDate="2019-09-05 08:13:39 +0100" endDate="2019-09-05 08:19:33 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 08:46:10 +0100" startDate="2019-09-05 08:34:18 +0100" endDate="2019-09-05 08:39:08 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 08:59:16 +0100" startDate="2019-09-05 08:46:47 +0100" endDate="2019-09-05 08:52:54 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 11:08:52 +0100" startDate="2019-09-05 10:56:40 +0100" endDate="2019-09-05 11:06:15 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 11:22:01 +0100" startDate="2019-09-05 11:09:56 +0100" endDate="2019-09-05 11:19:56 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 11:30:37 +0100" startDate="2019-09-05 11:19:56 +0100" endDate="2019-09-05 11:27:15 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 11:55:56 +0100" startDate="2019-09-05 11:43:41 +0100" endDate="2019-09-05 11:53:41 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 12:04:44 +0100" startDate="2019-09-05 11:53:41 +0100" endDate="2019-09-05 12:01:31 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 12:38:04 +0100" startDate="2019-09-05 12:25:26 +0100" endDate="2019-09-05 12:28:05 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 13:20:31 +0100" startDate="2019-09-05 13:09:07 +0100" endDate="2019-09-05 13:10:27 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 13:53:48 +0100" startDate="2019-09-05 13:42:22 +0100" endDate="2019-09-05 13:45:48 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 14:09:54 +0100" startDate="2019-09-05 13:58:30 +0100" endDate="2019-09-05 14:07:24 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 14:20:02 +0100" startDate="2019-09-05 14:08:59 +0100" endDate="2019-09-05 14:15:19 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 14:31:23 +0100" startDate="2019-09-05 14:19:40 +0100" endDate="2019-09-05 14:19:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 14:44:22 +0100" startDate="2019-09-05 14:32:40 +0100" endDate="2019-09-05 14:41:42 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 14:55:06 +0100" startDate="2019-09-05 14:44:03 +0100" endDate="2019-09-05 14:53:53 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 15:05:49 +0100" startDate="2019-09-05 14:54:11 +0100" endDate="2019-09-05 14:57:13 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 15:48:25 +0100" startDate="2019-09-05 15:36:13 +0100" endDate="2019-09-05 15:46:14 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 15:57:34 +0100" startDate="2019-09-05 15:46:14 +0100" endDate="2019-09-05 15:50:31 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 16:32:55 +0100" startDate="2019-09-05 16:21:44 +0100" endDate="2019-09-05 16:31:45 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 16:43:00 +0100" startDate="2019-09-05 16:31:45 +0100" endDate="2019-09-05 16:36:35 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 16:53:51 +0100" startDate="2019-09-05 16:42:27 +0100" endDate="2019-09-05 16:42:34 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 17:32:29 +0100" startDate="2019-09-05 17:20:35 +0100" endDate="2019-09-05 17:21:34 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 18:03:20 +0100" startDate="2019-09-05 17:50:27 +0100" endDate="2019-09-05 17:56:01 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 19:53:01 +0100" startDate="2019-09-05 19:41:18 +0100" endDate="2019-09-05 19:46:11 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 20:28:36 +0100" startDate="2019-09-05 20:16:29 +0100" endDate="2019-09-05 20:22:59 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 20:59:32 +0100" startDate="2019-09-05 20:49:23 +0100" endDate="2019-09-05 20:49:26 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-05 22:21:09 +0100" startDate="2019-09-05 22:09:41 +0100" endDate="2019-09-05 22:09:51 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 06:30:53 +0100" startDate="2019-09-06 06:20:46 +0100" endDate="2019-09-06 06:29:45 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 06:47:07 +0100" startDate="2019-09-06 06:35:19 +0100" endDate="2019-09-06 06:44:35 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 07:58:42 +0100" startDate="2019-09-06 07:48:15 +0100" endDate="2019-09-06 07:57:55 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 08:10:27 +0100" startDate="2019-09-06 07:58:44 +0100" endDate="2019-09-06 08:07:38 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 08:23:43 +0100" startDate="2019-09-06 08:12:48 +0100" endDate="2019-09-06 08:20:58 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 08:41:38 +0100" startDate="2019-09-06 08:28:45 +0100" endDate="2019-09-06 08:38:33 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 08:52:25 +0100" startDate="2019-09-06 08:41:23 +0100" endDate="2019-09-06 08:49:32 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 09:06:15 +0100" startDate="2019-09-06 08:55:52 +0100" endDate="2019-09-06 08:55:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 09:46:19 +0100" startDate="2019-09-06 09:34:50 +0100" endDate="2019-09-06 09:35:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 10:01:31 +0100" startDate="2019-09-06 09:49:51 +0100" endDate="2019-09-06 09:50:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 10:14:27 +0100" startDate="2019-09-06 10:02:36 +0100" endDate="2019-09-06 10:03:04 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 11:41:16 +0100" startDate="2019-09-06 11:28:29 +0100" endDate="2019-09-06 11:38:30 +0100" value="1039"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 11:49:32 +0100" startDate="2019-09-06 11:38:30 +0100" endDate="2019-09-06 11:44:08 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 12:29:41 +0100" startDate="2019-09-06 12:17:40 +0100" endDate="2019-09-06 12:18:01 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 12:49:50 +0100" startDate="2019-09-06 12:38:14 +0100" endDate="2019-09-06 12:38:27 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 13:18:39 +0100" startDate="2019-09-06 13:07:19 +0100" endDate="2019-09-06 13:16:41 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 13:31:10 +0100" startDate="2019-09-06 13:17:38 +0100" endDate="2019-09-06 13:19:15 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 13:43:16 +0100" startDate="2019-09-06 13:31:45 +0100" endDate="2019-09-06 13:31:47 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 13:57:21 +0100" startDate="2019-09-06 13:45:26 +0100" endDate="2019-09-06 13:45:41 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 15:11:00 +0100" startDate="2019-09-06 14:59:02 +0100" endDate="2019-09-06 15:04:46 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 15:36:08 +0100" startDate="2019-09-06 15:20:30 +0100" endDate="2019-09-06 15:25:07 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 16:30:52 +0100" startDate="2019-09-06 16:19:37 +0100" endDate="2019-09-06 16:22:29 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 16:47:04 +0100" startDate="2019-09-06 16:34:14 +0100" endDate="2019-09-06 16:42:01 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 17:46:52 +0100" startDate="2019-09-06 17:34:03 +0100" endDate="2019-09-06 17:35:05 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 18:48:19 +0100" startDate="2019-09-06 18:36:50 +0100" endDate="2019-09-06 18:42:32 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 19:02:25 +0100" startDate="2019-09-06 18:49:20 +0100" endDate="2019-09-06 18:56:05 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 19:12:31 +0100" startDate="2019-09-06 19:01:01 +0100" endDate="2019-09-06 19:05:38 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 19:28:28 +0100" startDate="2019-09-06 19:16:47 +0100" endDate="2019-09-06 19:24:29 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 19:39:09 +0100" startDate="2019-09-06 19:27:26 +0100" endDate="2019-09-06 19:32:55 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 20:29:13 +0100" startDate="2019-09-06 20:18:21 +0100" endDate="2019-09-06 20:26:00 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-06 22:33:01 +0100" startDate="2019-09-06 22:20:52 +0100" endDate="2019-09-06 22:25:21 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 06:13:30 +0100" startDate="2019-09-07 06:01:56 +0100" endDate="2019-09-07 06:02:04 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 10:40:49 +0100" startDate="2019-09-07 10:29:41 +0100" endDate="2019-09-07 10:38:09 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 11:24:33 +0100" startDate="2019-09-07 11:11:48 +0100" endDate="2019-09-07 11:21:49 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 11:32:37 +0100" startDate="2019-09-07 11:21:49 +0100" endDate="2019-09-07 11:30:53 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 11:52:48 +0100" startDate="2019-09-07 11:39:57 +0100" endDate="2019-09-07 11:49:32 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 12:01:51 +0100" startDate="2019-09-07 11:50:13 +0100" endDate="2019-09-07 11:59:25 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 12:12:09 +0100" startDate="2019-09-07 12:00:16 +0100" endDate="2019-09-07 12:10:16 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 12:21:19 +0100" startDate="2019-09-07 12:10:16 +0100" endDate="2019-09-07 12:20:17 +0100" value="1047"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 12:31:20 +0100" startDate="2019-09-07 12:20:17 +0100" endDate="2019-09-07 12:29:31 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 12:46:36 +0100" startDate="2019-09-07 12:34:39 +0100" endDate="2019-09-07 12:41:17 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 12:58:21 +0100" startDate="2019-09-07 12:46:30 +0100" endDate="2019-09-07 12:46:48 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 13:42:42 +0100" startDate="2019-09-07 13:30:29 +0100" endDate="2019-09-07 13:39:46 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 13:51:37 +0100" startDate="2019-09-07 13:40:37 +0100" endDate="2019-09-07 13:50:38 +0100" value="996"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 14:01:40 +0100" startDate="2019-09-07 13:50:38 +0100" endDate="2019-09-07 13:52:36 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 15:14:22 +0100" startDate="2019-09-07 15:02:07 +0100" endDate="2019-09-07 15:10:35 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 15:48:34 +0100" startDate="2019-09-07 15:36:48 +0100" endDate="2019-09-07 15:45:06 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 15:58:40 +0100" startDate="2019-09-07 15:47:12 +0100" endDate="2019-09-07 15:55:30 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 16:09:45 +0100" startDate="2019-09-07 15:57:46 +0100" endDate="2019-09-07 16:07:47 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 16:18:51 +0100" startDate="2019-09-07 16:07:47 +0100" endDate="2019-09-07 16:14:58 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 16:43:57 +0100" startDate="2019-09-07 16:32:18 +0100" endDate="2019-09-07 16:35:59 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 17:06:58 +0100" startDate="2019-09-07 16:55:01 +0100" endDate="2019-09-07 17:01:36 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 17:54:11 +0100" startDate="2019-09-07 17:42:20 +0100" endDate="2019-09-07 17:52:21 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 18:03:27 +0100" startDate="2019-09-07 17:52:21 +0100" endDate="2019-09-07 18:00:37 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 18:15:23 +0100" startDate="2019-09-07 18:04:33 +0100" endDate="2019-09-07 18:14:34 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 18:26:36 +0100" startDate="2019-09-07 18:14:34 +0100" endDate="2019-09-07 18:21:15 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 18:38:49 +0100" startDate="2019-09-07 18:26:18 +0100" endDate="2019-09-07 18:31:05 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 19:07:02 +0100" startDate="2019-09-07 18:50:12 +0100" endDate="2019-09-07 18:56:04 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 21:25:33 +0100" startDate="2019-09-07 21:15:11 +0100" endDate="2019-09-07 21:15:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-07 22:03:52 +0100" startDate="2019-09-07 21:52:04 +0100" endDate="2019-09-07 21:52:19 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 07:37:06 +0100" startDate="2019-09-08 07:25:56 +0100" endDate="2019-09-08 07:28:22 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 07:56:29 +0100" startDate="2019-09-08 07:44:45 +0100" endDate="2019-09-08 07:54:46 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 08:06:05 +0100" startDate="2019-09-08 07:54:46 +0100" endDate="2019-09-08 07:59:59 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 08:16:02 +0100" startDate="2019-09-08 08:04:54 +0100" endDate="2019-09-08 08:12:41 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 08:30:55 +0100" startDate="2019-09-08 08:19:01 +0100" endDate="2019-09-08 08:21:30 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 09:54:10 +0100" startDate="2019-09-08 09:42:49 +0100" endDate="2019-09-08 09:43:10 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 13:22:04 +0100" startDate="2019-09-08 13:11:33 +0100" endDate="2019-09-08 13:21:31 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 13:34:01 +0100" startDate="2019-09-08 13:22:46 +0100" endDate="2019-09-08 13:27:00 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 15:23:49 +0100" startDate="2019-09-08 15:12:14 +0100" endDate="2019-09-08 15:12:30 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 15:34:51 +0100" startDate="2019-09-08 15:23:48 +0100" endDate="2019-09-08 15:24:34 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 16:07:01 +0100" startDate="2019-09-08 15:56:29 +0100" endDate="2019-09-08 15:56:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 16:23:09 +0100" startDate="2019-09-08 16:12:00 +0100" endDate="2019-09-08 16:15:18 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 16:58:21 +0100" startDate="2019-09-08 16:47:04 +0100" endDate="2019-09-08 16:47:07 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 17:16:31 +0100" startDate="2019-09-08 17:04:34 +0100" endDate="2019-09-08 17:04:44 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 17:29:15 +0100" startDate="2019-09-08 17:18:05 +0100" endDate="2019-09-08 17:25:39 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 18:05:43 +0100" startDate="2019-09-08 17:53:33 +0100" endDate="2019-09-08 18:03:31 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 18:15:11 +0100" startDate="2019-09-08 18:03:39 +0100" endDate="2019-09-08 18:08:39 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 18:27:24 +0100" startDate="2019-09-08 18:14:35 +0100" endDate="2019-09-08 18:24:36 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 18:36:04 +0100" startDate="2019-09-08 18:24:36 +0100" endDate="2019-09-08 18:34:36 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 18:45:39 +0100" startDate="2019-09-08 18:34:36 +0100" endDate="2019-09-08 18:41:27 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 19:03:16 +0100" startDate="2019-09-08 18:51:15 +0100" endDate="2019-09-08 19:01:14 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 19:12:21 +0100" startDate="2019-09-08 19:01:14 +0100" endDate="2019-09-08 19:11:15 +0100" value="1048"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 19:22:33 +0100" startDate="2019-09-08 19:11:15 +0100" endDate="2019-09-08 19:18:52 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 19:35:39 +0100" startDate="2019-09-08 19:23:09 +0100" endDate="2019-09-08 19:31:04 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 21:53:10 +0100" startDate="2019-09-08 21:41:49 +0100" endDate="2019-09-08 21:41:54 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-08 23:38:13 +0100" startDate="2019-09-08 23:26:45 +0100" endDate="2019-09-08 23:35:06 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 06:22:10 +0100" startDate="2019-09-09 06:10:08 +0100" endDate="2019-09-09 06:20:09 +0100" value="1120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 06:31:20 +0100" startDate="2019-09-09 06:20:09 +0100" endDate="2019-09-09 06:30:09 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 06:41:24 +0100" startDate="2019-09-09 06:30:09 +0100" endDate="2019-09-09 06:39:26 +0100" value="983"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 07:02:20 +0100" startDate="2019-09-09 06:51:40 +0100" endDate="2019-09-09 06:59:58 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 07:17:16 +0100" startDate="2019-09-09 07:06:41 +0100" endDate="2019-09-09 07:06:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 07:42:48 +0100" startDate="2019-09-09 07:30:33 +0100" endDate="2019-09-09 07:38:39 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 07:56:11 +0100" startDate="2019-09-09 07:44:33 +0100" endDate="2019-09-09 07:51:01 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 08:15:27 +0100" startDate="2019-09-09 08:03:33 +0100" endDate="2019-09-09 08:08:03 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 09:33:04 +0100" startDate="2019-09-09 09:22:16 +0100" endDate="2019-09-09 09:31:33 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 09:46:00 +0100" startDate="2019-09-09 09:34:01 +0100" endDate="2019-09-09 09:34:11 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 10:03:19 +0100" startDate="2019-09-09 09:51:57 +0100" endDate="2019-09-09 09:59:46 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 10:15:41 +0100" startDate="2019-09-09 10:03:50 +0100" endDate="2019-09-09 10:11:19 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 11:43:22 +0100" startDate="2019-09-09 11:31:48 +0100" endDate="2019-09-09 11:41:49 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 11:53:25 +0100" startDate="2019-09-09 11:41:49 +0100" endDate="2019-09-09 11:48:22 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 12:07:31 +0100" startDate="2019-09-09 11:55:46 +0100" endDate="2019-09-09 12:03:43 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 12:23:36 +0100" startDate="2019-09-09 12:11:30 +0100" endDate="2019-09-09 12:13:41 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 12:32:23 +0100" startDate="2019-09-09 12:22:09 +0100" endDate="2019-09-09 12:25:32 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 14:39:19 +0100" startDate="2019-09-09 14:27:17 +0100" endDate="2019-09-09 14:27:38 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 15:54:32 +0100" startDate="2019-09-09 15:43:05 +0100" endDate="2019-09-09 15:52:47 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 16:03:39 +0100" startDate="2019-09-09 15:53:05 +0100" endDate="2019-09-09 15:54:42 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 16:19:51 +0100" startDate="2019-09-09 16:07:35 +0100" endDate="2019-09-09 16:14:13 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 16:36:51 +0100" startDate="2019-09-09 16:25:00 +0100" endDate="2019-09-09 16:34:53 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 16:52:49 +0100" startDate="2019-09-09 16:40:24 +0100" endDate="2019-09-09 16:48:55 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-09 17:02:53 +0100" startDate="2019-09-09 16:51:44 +0100" endDate="2019-09-09 16:58:07 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-09 17:05:28 +0100" endDate="2019-09-09 17:10:22 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-09 17:52:58 +0100" endDate="2019-09-09 17:54:21 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-09 18:07:05 +0100" endDate="2019-09-09 18:09:42 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-09 18:17:42 +0100" endDate="2019-09-09 18:22:42 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-09 20:20:26 +0100" endDate="2019-09-09 20:26:18 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-09 20:34:54 +0100" endDate="2019-09-09 20:41:52 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-09 20:46:19 +0100" endDate="2019-09-09 20:46:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-09 21:38:00 +0100" endDate="2019-09-09 21:38:33 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 06:36:53 +0100" endDate="2019-09-10 06:45:48 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 06:58:23 +0100" endDate="2019-09-10 07:08:19 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 07:08:27 +0100" endDate="2019-09-10 07:17:11 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 07:19:24 +0100" endDate="2019-09-10 07:29:25 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 07:29:25 +0100" endDate="2019-09-10 07:30:22 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 07:55:08 +0100" endDate="2019-09-10 08:05:06 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 08:05:42 +0100" endDate="2019-09-10 08:05:53 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 09:58:46 +0100" endDate="2019-09-10 10:06:41 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 10:11:03 +0100" endDate="2019-09-10 10:12:20 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 10:29:53 +0100" endDate="2019-09-10 10:39:53 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 10:39:53 +0100" endDate="2019-09-10 10:49:41 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 11:27:36 +0100" endDate="2019-09-10 11:36:07 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 11:37:59 +0100" endDate="2019-09-10 11:38:46 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 12:00:03 +0100" endDate="2019-09-10 12:06:36 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 12:33:02 +0100" endDate="2019-09-10 12:38:22 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 12:56:48 +0100" endDate="2019-09-10 13:00:14 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 13:59:53 +0100" endDate="2019-09-10 14:09:02 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 14:11:05 +0100" endDate="2019-09-10 14:15:30 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 15:01:12 +0100" endDate="2019-09-10 15:02:16 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 15:27:52 +0100" endDate="2019-09-10 15:31:54 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 16:20:13 +0100" endDate="2019-09-10 16:30:13 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 16:30:13 +0100" endDate="2019-09-10 16:34:12 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 16:42:40 +0100" endDate="2019-09-10 16:49:54 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 16:53:11 +0100" endDate="2019-09-10 16:59:16 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 17:06:03 +0100" endDate="2019-09-10 17:16:03 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 17:16:03 +0100" endDate="2019-09-10 17:24:36 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 17:29:52 +0100" endDate="2019-09-10 17:34:37 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 17:40:56 +0100" endDate="2019-09-10 17:41:55 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 17:55:52 +0100" endDate="2019-09-10 18:00:29 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 18:06:54 +0100" endDate="2019-09-10 18:16:21 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 18:18:32 +0100" endDate="2019-09-10 18:28:32 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 18:28:32 +0100" endDate="2019-09-10 18:38:33 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 18:38:33 +0100" endDate="2019-09-10 18:48:33 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 18:48:33 +0100" endDate="2019-09-10 18:58:34 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 18:58:34 +0100" endDate="2019-09-10 19:01:52 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 22:46:04 +0100" endDate="2019-09-10 22:53:46 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 22:58:21 +0100" endDate="2019-09-10 23:08:22 +0100" value="1105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 23:08:22 +0100" endDate="2019-09-10 23:18:23 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 23:18:23 +0100" endDate="2019-09-10 23:28:21 +0100" value="970"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 05:52:26 +0100" startDate="2019-09-10 23:29:43 +0100" endDate="2019-09-10 23:30:17 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 06:03:05 +0100" startDate="2019-09-11 05:51:39 +0100" endDate="2019-09-11 05:59:36 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 06:52:13 +0100" startDate="2019-09-11 06:41:09 +0100" endDate="2019-09-11 06:45:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 07:02:12 +0100" startDate="2019-09-11 06:51:10 +0100" endDate="2019-09-11 06:51:25 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 07:28:52 +0100" startDate="2019-09-11 07:18:06 +0100" endDate="2019-09-11 07:28:05 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 07:45:28 +0100" startDate="2019-09-11 07:28:05 +0100" endDate="2019-09-11 07:35:00 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 07:58:18 +0100" startDate="2019-09-11 07:41:41 +0100" endDate="2019-09-11 07:41:41 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 08:15:15 +0100" startDate="2019-09-11 08:01:55 +0100" endDate="2019-09-11 08:02:13 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 08:32:21 +0100" startDate="2019-09-11 08:15:14 +0100" endDate="2019-09-11 08:21:08 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 09:02:05 +0100" startDate="2019-09-11 08:47:13 +0100" endDate="2019-09-11 08:57:14 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 10:10:32 +0100" startDate="2019-09-11 09:53:54 +0100" endDate="2019-09-11 10:02:19 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 10:21:38 +0100" startDate="2019-09-11 10:07:04 +0100" endDate="2019-09-11 10:09:02 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 10:44:09 +0100" startDate="2019-09-11 10:31:57 +0100" endDate="2019-09-11 10:41:58 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 10:57:00 +0100" startDate="2019-09-11 10:41:58 +0100" endDate="2019-09-11 10:48:23 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 11:32:06 +0100" startDate="2019-09-11 11:11:49 +0100" endDate="2019-09-11 11:21:29 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 11:32:06 +0100" startDate="2019-09-11 11:22:02 +0100" endDate="2019-09-11 11:25:22 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 11:41:01 +0100" startDate="2019-09-11 11:26:52 +0100" endDate="2019-09-11 11:27:07 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 14:01:25 +0100" startDate="2019-09-11 13:49:10 +0100" endDate="2019-09-11 13:59:11 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 14:10:20 +0100" startDate="2019-09-11 13:59:11 +0100" endDate="2019-09-11 14:08:33 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 14:19:56 +0100" startDate="2019-09-11 14:09:40 +0100" endDate="2019-09-11 14:19:40 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 14:30:43 +0100" startDate="2019-09-11 14:19:40 +0100" endDate="2019-09-11 14:29:26 +0100" value="729"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 14:50:55 +0100" startDate="2019-09-11 14:34:51 +0100" endDate="2019-09-11 14:40:32 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 15:40:10 +0100" startDate="2019-09-11 15:26:32 +0100" endDate="2019-09-11 15:36:27 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 15:49:50 +0100" startDate="2019-09-11 15:36:33 +0100" endDate="2019-09-11 15:46:33 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 15:57:27 +0100" startDate="2019-09-11 15:46:33 +0100" endDate="2019-09-11 15:50:42 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 16:39:53 +0100" startDate="2019-09-11 16:29:13 +0100" endDate="2019-09-11 16:39:03 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 18:28:41 +0100" startDate="2019-09-11 18:17:34 +0100" endDate="2019-09-11 18:17:41 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 19:33:43 +0100" startDate="2019-09-11 19:22:33 +0100" endDate="2019-09-11 19:28:42 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 19:47:33 +0100" startDate="2019-09-11 19:36:50 +0100" endDate="2019-09-11 19:36:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 20:08:02 +0100" startDate="2019-09-11 19:56:44 +0100" endDate="2019-09-11 19:57:02 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 20:34:58 +0100" startDate="2019-09-11 20:22:52 +0100" endDate="2019-09-11 20:32:19 +0100" value="656"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 20:58:16 +0100" startDate="2019-09-11 20:42:22 +0100" endDate="2019-09-11 20:42:25 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 22:16:19 +0100" startDate="2019-09-11 22:05:14 +0100" endDate="2019-09-11 22:09:56 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 23:05:09 +0100" startDate="2019-09-11 22:51:15 +0100" endDate="2019-09-11 23:01:00 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4, creation date:2019-08-17 03:44:09 +0000&gt;" unit="count" creationDate="2019-09-11 23:12:23 +0100" startDate="2019-09-11 23:01:23 +0100" endDate="2019-09-11 23:11:19 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 05:52:23 +0100" startDate="2019-09-12 05:41:17 +0100" endDate="2019-09-12 05:41:23 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 06:38:25 +0100" startDate="2019-09-12 06:20:50 +0100" endDate="2019-09-12 06:21:39 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 07:32:19 +0100" startDate="2019-09-12 07:18:41 +0100" endDate="2019-09-12 07:28:41 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 07:40:34 +0100" startDate="2019-09-12 07:28:41 +0100" endDate="2019-09-12 07:38:42 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 07:58:47 +0100" startDate="2019-09-12 07:38:42 +0100" endDate="2019-09-12 07:38:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 08:12:17 +0100" startDate="2019-09-12 08:00:03 +0100" endDate="2019-09-12 08:00:49 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 09:26:14 +0100" startDate="2019-09-12 09:11:44 +0100" endDate="2019-09-12 09:21:44 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 09:33:48 +0100" startDate="2019-09-12 09:21:44 +0100" endDate="2019-09-12 09:23:58 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 09:43:34 +0100" startDate="2019-09-12 09:32:31 +0100" endDate="2019-09-12 09:39:21 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 10:17:17 +0100" startDate="2019-09-12 10:05:59 +0100" endDate="2019-09-12 10:06:17 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 11:00:42 +0100" startDate="2019-09-12 10:46:37 +0100" endDate="2019-09-12 10:52:10 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 11:19:14 +0100" startDate="2019-09-12 10:58:50 +0100" endDate="2019-09-12 11:01:55 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 11:34:57 +0100" startDate="2019-09-12 11:22:37 +0100" endDate="2019-09-12 11:32:17 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 11:48:30 +0100" startDate="2019-09-12 11:35:04 +0100" endDate="2019-09-12 11:39:48 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 13:33:15 +0100" startDate="2019-09-12 13:19:46 +0100" endDate="2019-09-12 13:29:46 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 13:42:11 +0100" startDate="2019-09-12 13:29:46 +0100" endDate="2019-09-12 13:29:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 13:54:09 +0100" startDate="2019-09-12 13:41:50 +0100" endDate="2019-09-12 13:45:10 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 14:21:42 +0100" startDate="2019-09-12 14:07:32 +0100" endDate="2019-09-12 14:13:57 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 14:51:51 +0100" startDate="2019-09-12 14:29:49 +0100" endDate="2019-09-12 14:34:59 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 15:18:52 +0100" startDate="2019-09-12 15:03:23 +0100" endDate="2019-09-12 15:13:23 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 15:25:36 +0100" startDate="2019-09-12 15:13:23 +0100" endDate="2019-09-12 15:23:09 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 15:35:08 +0100" startDate="2019-09-12 15:24:08 +0100" endDate="2019-09-12 15:34:08 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 15:46:11 +0100" startDate="2019-09-12 15:34:08 +0100" endDate="2019-09-12 15:43:35 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 15:57:35 +0100" startDate="2019-09-12 15:45:33 +0100" endDate="2019-09-12 15:55:33 +0100" value="986"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 16:07:24 +0100" startDate="2019-09-12 15:55:33 +0100" endDate="2019-09-12 16:01:40 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 16:21:06 +0100" startDate="2019-09-12 16:07:11 +0100" endDate="2019-09-12 16:16:54 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 16:34:27 +0100" startDate="2019-09-12 16:21:03 +0100" endDate="2019-09-12 16:21:16 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 16:51:28 +0100" startDate="2019-09-12 16:40:02 +0100" endDate="2019-09-12 16:49:24 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 17:52:11 +0100" startDate="2019-09-12 17:39:46 +0100" endDate="2019-09-12 17:41:31 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 18:34:14 +0100" startDate="2019-09-12 18:21:37 +0100" endDate="2019-09-12 18:30:51 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 18:43:09 +0100" startDate="2019-09-12 18:32:11 +0100" endDate="2019-09-12 18:41:46 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 18:57:16 +0100" startDate="2019-09-12 18:45:06 +0100" endDate="2019-09-12 18:50:24 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 19:55:29 +0100" startDate="2019-09-12 19:41:23 +0100" endDate="2019-09-12 19:47:22 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 21:18:49 +0100" startDate="2019-09-12 21:07:01 +0100" endDate="2019-09-12 21:16:58 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 21:28:19 +0100" startDate="2019-09-12 21:17:16 +0100" endDate="2019-09-12 21:27:12 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 21:38:32 +0100" startDate="2019-09-12 21:27:30 +0100" endDate="2019-09-12 21:37:20 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 21:48:51 +0100" startDate="2019-09-12 21:37:48 +0100" endDate="2019-09-12 21:46:06 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-12 22:23:54 +0100" startDate="2019-09-12 22:11:32 +0100" endDate="2019-09-12 22:18:02 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 05:39:51 +0100" startDate="2019-09-13 05:26:06 +0100" endDate="2019-09-13 05:26:27 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 06:26:54 +0100" startDate="2019-09-13 06:16:24 +0100" endDate="2019-09-13 06:25:51 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 07:37:40 +0100" startDate="2019-09-13 07:25:04 +0100" endDate="2019-09-13 07:25:22 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 07:51:01 +0100" startDate="2019-09-13 07:39:59 +0100" endDate="2019-09-13 07:49:59 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 08:01:29 +0100" startDate="2019-09-13 07:50:06 +0100" endDate="2019-09-13 07:59:46 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 08:11:12 +0100" startDate="2019-09-13 08:00:12 +0100" endDate="2019-09-13 08:01:39 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 08:29:37 +0100" startDate="2019-09-13 08:16:50 +0100" endDate="2019-09-13 08:17:31 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 08:46:05 +0100" startDate="2019-09-13 08:34:50 +0100" endDate="2019-09-13 08:35:05 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 09:02:30 +0100" startDate="2019-09-13 08:51:14 +0100" endDate="2019-09-13 08:51:30 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 09:43:01 +0100" startDate="2019-09-13 09:26:23 +0100" endDate="2019-09-13 09:36:23 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 09:48:27 +0100" startDate="2019-09-13 09:36:23 +0100" endDate="2019-09-13 09:36:38 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 10:02:15 +0100" startDate="2019-09-13 09:48:42 +0100" endDate="2019-09-13 09:50:40 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 10:54:01 +0100" startDate="2019-09-13 10:42:56 +0100" endDate="2019-09-13 10:47:04 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 11:18:33 +0100" startDate="2019-09-13 11:03:50 +0100" endDate="2019-09-13 11:13:04 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 11:33:33 +0100" startDate="2019-09-13 11:18:15 +0100" endDate="2019-09-13 11:26:43 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 11:46:38 +0100" startDate="2019-09-13 11:32:39 +0100" endDate="2019-09-13 11:37:55 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 11:58:03 +0100" startDate="2019-09-13 11:46:15 +0100" endDate="2019-09-13 11:46:15 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 13:36:39 +0100" startDate="2019-09-13 13:22:47 +0100" endDate="2019-09-13 13:31:18 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 13:49:46 +0100" startDate="2019-09-13 13:35:37 +0100" endDate="2019-09-13 13:36:00 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 14:26:13 +0100" startDate="2019-09-13 14:14:09 +0100" endDate="2019-09-13 14:23:36 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 14:35:53 +0100" startDate="2019-09-13 14:24:35 +0100" endDate="2019-09-13 14:34:35 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 14:47:43 +0100" startDate="2019-09-13 14:34:35 +0100" endDate="2019-09-13 14:44:36 +0100" value="1029"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 15:00:14 +0100" startDate="2019-09-13 14:44:36 +0100" endDate="2019-09-13 14:54:00 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 15:19:42 +0100" startDate="2019-09-13 15:04:14 +0100" endDate="2019-09-13 15:14:14 +0100" value="1074"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 15:26:52 +0100" startDate="2019-09-13 15:14:14 +0100" endDate="2019-09-13 15:23:52 +0100" value="1024"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 15:38:07 +0100" startDate="2019-09-13 15:23:52 +0100" endDate="2019-09-13 15:28:26 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 15:46:22 +0100" startDate="2019-09-13 15:35:20 +0100" endDate="2019-09-13 15:37:59 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 16:09:10 +0100" startDate="2019-09-13 15:55:10 +0100" endDate="2019-09-13 15:57:14 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 17:42:59 +0100" startDate="2019-09-13 17:27:24 +0100" endDate="2019-09-13 17:28:41 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 18:47:55 +0100" startDate="2019-09-13 18:33:04 +0100" endDate="2019-09-13 18:34:49 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 19:44:57 +0100" startDate="2019-09-13 19:30:00 +0100" endDate="2019-09-13 19:32:01 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 20:01:56 +0100" startDate="2019-09-13 19:50:48 +0100" endDate="2019-09-13 19:58:07 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 20:39:37 +0100" startDate="2019-09-13 20:27:49 +0100" endDate="2019-09-13 20:33:35 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 21:06:22 +0100" startDate="2019-09-13 20:53:28 +0100" endDate="2019-09-13 21:01:02 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 21:21:44 +0100" startDate="2019-09-13 21:04:53 +0100" endDate="2019-09-13 21:05:06 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 22:23:26 +0100" startDate="2019-09-13 22:12:20 +0100" endDate="2019-09-13 22:22:21 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 22:35:26 +0100" startDate="2019-09-13 22:22:21 +0100" endDate="2019-09-13 22:29:57 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 22:54:12 +0100" startDate="2019-09-13 22:43:44 +0100" endDate="2019-09-13 22:48:26 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-13 23:20:22 +0100" startDate="2019-09-13 23:06:32 +0100" endDate="2019-09-13 23:09:03 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 06:05:52 +0100" startDate="2019-09-14 05:46:17 +0100" endDate="2019-09-14 05:55:46 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 08:08:11 +0100" startDate="2019-09-14 07:56:14 +0100" endDate="2019-09-14 07:57:11 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 09:38:53 +0100" startDate="2019-09-14 09:27:17 +0100" endDate="2019-09-14 09:37:17 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 09:49:23 +0100" startDate="2019-09-14 09:37:17 +0100" endDate="2019-09-14 09:38:09 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 10:11:42 +0100" startDate="2019-09-14 09:50:00 +0100" endDate="2019-09-14 10:00:01 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 10:11:42 +0100" startDate="2019-09-14 10:00:01 +0100" endDate="2019-09-14 10:07:48 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 10:26:24 +0100" startDate="2019-09-14 10:10:46 +0100" endDate="2019-09-14 10:20:26 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 10:42:26 +0100" startDate="2019-09-14 10:22:34 +0100" endDate="2019-09-14 10:31:26 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 11:00:14 +0100" startDate="2019-09-14 10:46:14 +0100" endDate="2019-09-14 10:47:49 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 11:09:14 +0100" startDate="2019-09-14 10:56:56 +0100" endDate="2019-09-14 11:04:46 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 11:21:58 +0100" startDate="2019-09-14 11:08:34 +0100" endDate="2019-09-14 11:08:52 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 11:39:09 +0100" startDate="2019-09-14 11:22:43 +0100" endDate="2019-09-14 11:25:38 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 11:51:28 +0100" startDate="2019-09-14 11:38:22 +0100" endDate="2019-09-14 11:47:31 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 12:17:21 +0100" startDate="2019-09-14 11:58:29 +0100" endDate="2019-09-14 12:08:14 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 12:22:52 +0100" startDate="2019-09-14 12:08:34 +0100" endDate="2019-09-14 12:17:49 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 12:35:12 +0100" startDate="2019-09-14 12:21:34 +0100" endDate="2019-09-14 12:30:51 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 12:45:12 +0100" startDate="2019-09-14 12:31:50 +0100" endDate="2019-09-14 12:41:12 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 13:07:37 +0100" startDate="2019-09-14 12:57:22 +0100" endDate="2019-09-14 13:04:54 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 13:35:02 +0100" startDate="2019-09-14 13:17:26 +0100" endDate="2019-09-14 13:24:13 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 14:00:58 +0100" startDate="2019-09-14 13:47:34 +0100" endDate="2019-09-14 13:57:34 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 14:12:50 +0100" startDate="2019-09-14 13:57:34 +0100" endDate="2019-09-14 13:57:45 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 15:29:20 +0100" startDate="2019-09-14 15:14:28 +0100" endDate="2019-09-14 15:24:29 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 15:37:31 +0100" startDate="2019-09-14 15:24:29 +0100" endDate="2019-09-14 15:34:29 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 15:45:32 +0100" startDate="2019-09-14 15:34:29 +0100" endDate="2019-09-14 15:38:49 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 16:22:50 +0100" startDate="2019-09-14 16:10:21 +0100" endDate="2019-09-14 16:19:50 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 16:38:20 +0100" startDate="2019-09-14 16:21:45 +0100" endDate="2019-09-14 16:28:13 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 16:56:39 +0100" startDate="2019-09-14 16:45:29 +0100" endDate="2019-09-14 16:49:53 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-14 21:58:58 +0100" startDate="2019-09-14 21:42:07 +0100" endDate="2019-09-14 21:49:08 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 00:36:14 +0100" startDate="2019-09-15 00:24:51 +0100" endDate="2019-09-15 00:25:09 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 00:52:07 +0100" startDate="2019-09-15 00:37:05 +0100" endDate="2019-09-15 00:40:36 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 00:58:42 +0100" startDate="2019-09-15 00:47:19 +0100" endDate="2019-09-15 00:52:45 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 01:16:20 +0100" startDate="2019-09-15 00:57:45 +0100" endDate="2019-09-15 00:58:41 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 06:51:45 +0100" startDate="2019-09-15 06:40:27 +0100" endDate="2019-09-15 06:40:47 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 10:04:15 +0100" startDate="2019-09-15 09:52:39 +0100" endDate="2019-09-15 09:53:15 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 10:25:18 +0100" startDate="2019-09-15 10:08:03 +0100" endDate="2019-09-15 10:17:54 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 10:29:21 +0100" startDate="2019-09-15 10:18:07 +0100" endDate="2019-09-15 10:27:01 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 13:00:07 +0100" startDate="2019-09-15 12:46:37 +0100" endDate="2019-09-15 12:56:38 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 13:08:07 +0100" startDate="2019-09-15 12:56:38 +0100" endDate="2019-09-15 13:06:38 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 13:17:41 +0100" startDate="2019-09-15 13:06:38 +0100" endDate="2019-09-15 13:09:04 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 13:39:54 +0100" startDate="2019-09-15 13:28:46 +0100" endDate="2019-09-15 13:28:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 16:26:03 +0100" startDate="2019-09-15 16:14:52 +0100" endDate="2019-09-15 16:15:03 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 16:45:00 +0100" startDate="2019-09-15 16:33:49 +0100" endDate="2019-09-15 16:42:31 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 17:08:51 +0100" startDate="2019-09-15 16:58:25 +0100" endDate="2019-09-15 16:58:28 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 17:54:53 +0100" startDate="2019-09-15 17:42:42 +0100" endDate="2019-09-15 17:52:24 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 21:19:21 +0100" startDate="2019-09-15 21:08:22 +0100" endDate="2019-09-15 21:10:50 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-15 21:30:05 +0100" startDate="2019-09-15 21:19:03 +0100" endDate="2019-09-15 21:19:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 05:44:12 +0100" startDate="2019-09-16 05:20:08 +0100" endDate="2019-09-16 05:20:51 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 06:13:35 +0100" startDate="2019-09-16 06:01:00 +0100" endDate="2019-09-16 06:07:54 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 06:59:59 +0100" startDate="2019-09-16 06:49:05 +0100" endDate="2019-09-16 06:59:00 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 07:13:12 +0100" startDate="2019-09-16 06:59:25 +0100" endDate="2019-09-16 07:08:53 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 07:34:16 +0100" startDate="2019-09-16 07:18:30 +0100" endDate="2019-09-16 07:20:33 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 07:48:13 +0100" startDate="2019-09-16 07:30:11 +0100" endDate="2019-09-16 07:30:42 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 08:39:31 +0100" startDate="2019-09-16 08:28:16 +0100" endDate="2019-09-16 08:28:31 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 09:39:54 +0100" startDate="2019-09-16 09:21:24 +0100" endDate="2019-09-16 09:31:25 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 09:42:28 +0100" startDate="2019-09-16 09:31:25 +0100" endDate="2019-09-16 09:39:33 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 09:54:26 +0100" startDate="2019-09-16 09:42:19 +0100" endDate="2019-09-16 09:42:30 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 10:05:41 +0100" startDate="2019-09-16 09:54:15 +0100" endDate="2019-09-16 10:01:19 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 10:41:25 +0100" startDate="2019-09-16 10:29:43 +0100" endDate="2019-09-16 10:39:44 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 10:56:06 +0100" startDate="2019-09-16 10:42:08 +0100" endDate="2019-09-16 10:43:12 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 11:26:34 +0100" startDate="2019-09-16 11:12:27 +0100" endDate="2019-09-16 11:22:28 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 11:33:30 +0100" startDate="2019-09-16 11:22:28 +0100" endDate="2019-09-16 11:25:09 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 12:01:24 +0100" startDate="2019-09-16 11:48:23 +0100" endDate="2019-09-16 11:49:11 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 12:11:29 +0100" startDate="2019-09-16 11:58:38 +0100" endDate="2019-09-16 12:08:39 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 12:21:53 +0100" startDate="2019-09-16 12:08:39 +0100" endDate="2019-09-16 12:15:45 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 15:25:20 +0100" startDate="2019-09-16 15:14:04 +0100" endDate="2019-09-16 15:23:16 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 15:35:10 +0100" startDate="2019-09-16 15:24:09 +0100" endDate="2019-09-16 15:34:09 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 15:45:51 +0100" startDate="2019-09-16 15:34:09 +0100" endDate="2019-09-16 15:43:41 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 15:55:22 +0100" startDate="2019-09-16 15:44:22 +0100" endDate="2019-09-16 15:47:01 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 16:11:41 +0100" startDate="2019-09-16 15:57:37 +0100" endDate="2019-09-16 16:04:53 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 16:24:21 +0100" startDate="2019-09-16 16:10:19 +0100" endDate="2019-09-16 16:11:57 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 16:55:56 +0100" startDate="2019-09-16 16:45:55 +0100" endDate="2019-09-16 16:45:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 17:37:25 +0100" startDate="2019-09-16 17:25:16 +0100" endDate="2019-09-16 17:32:58 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 17:54:11 +0100" startDate="2019-09-16 17:42:12 +0100" endDate="2019-09-16 17:43:16 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 18:32:26 +0100" startDate="2019-09-16 18:18:32 +0100" endDate="2019-09-16 18:19:47 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 19:10:20 +0100" startDate="2019-09-16 18:56:44 +0100" endDate="2019-09-16 18:58:42 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 19:27:37 +0100" startDate="2019-09-16 19:16:21 +0100" endDate="2019-09-16 19:19:23 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-16 19:56:54 +0100" startDate="2019-09-16 19:45:36 +0100" endDate="2019-09-16 19:45:53 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 05:58:43 +0100" startDate="2019-09-17 05:47:37 +0100" endDate="2019-09-17 05:55:37 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 06:18:30 +0100" startDate="2019-09-17 06:06:49 +0100" endDate="2019-09-17 06:16:28 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 06:30:19 +0100" startDate="2019-09-17 06:16:56 +0100" endDate="2019-09-17 06:23:49 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 06:40:35 +0100" startDate="2019-09-17 06:26:13 +0100" endDate="2019-09-17 06:30:50 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 06:47:39 +0100" startDate="2019-09-17 06:36:36 +0100" endDate="2019-09-17 06:40:22 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 07:26:03 +0100" startDate="2019-09-17 07:14:07 +0100" endDate="2019-09-17 07:24:08 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 07:35:11 +0100" startDate="2019-09-17 07:24:08 +0100" endDate="2019-09-17 07:24:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 09:01:18 +0100" startDate="2019-09-17 08:49:03 +0100" endDate="2019-09-17 08:56:24 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 09:45:58 +0100" startDate="2019-09-17 09:35:39 +0100" endDate="2019-09-17 09:35:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 11:30:20 +0100" startDate="2019-09-17 11:18:11 +0100" endDate="2019-09-17 11:27:59 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 11:43:55 +0100" startDate="2019-09-17 11:29:10 +0100" endDate="2019-09-17 11:38:33 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 12:36:14 +0100" startDate="2019-09-17 12:24:31 +0100" endDate="2019-09-17 12:27:32 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 12:55:48 +0100" startDate="2019-09-17 12:41:12 +0100" endDate="2019-09-17 12:43:45 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 13:52:02 +0100" startDate="2019-09-17 13:36:43 +0100" endDate="2019-09-17 13:36:45 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 14:38:42 +0100" startDate="2019-09-17 14:26:40 +0100" endDate="2019-09-17 14:29:24 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 15:11:44 +0100" startDate="2019-09-17 14:59:33 +0100" endDate="2019-09-17 15:01:13 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 17:28:19 +0100" startDate="2019-09-17 17:16:59 +0100" endDate="2019-09-17 17:25:45 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 17:42:56 +0100" startDate="2019-09-17 17:30:12 +0100" endDate="2019-09-17 17:31:32 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 18:29:26 +0100" startDate="2019-09-17 18:18:03 +0100" endDate="2019-09-17 18:18:26 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 19:12:07 +0100" startDate="2019-09-17 19:00:51 +0100" endDate="2019-09-17 19:01:43 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-17 19:59:36 +0100" startDate="2019-09-17 19:46:18 +0100" endDate="2019-09-17 19:50:31 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 06:21:01 +0100" startDate="2019-09-18 06:10:57 +0100" endDate="2019-09-18 06:11:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 06:40:53 +0100" startDate="2019-09-18 06:22:28 +0100" endDate="2019-09-18 06:29:42 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 06:51:53 +0100" startDate="2019-09-18 06:39:38 +0100" endDate="2019-09-18 06:45:18 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 10:55:37 +0100" startDate="2019-09-18 10:42:07 +0100" endDate="2019-09-18 10:44:00 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 11:10:27 +0100" startDate="2019-09-18 10:55:49 +0100" endDate="2019-09-18 10:56:07 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 11:27:41 +0100" startDate="2019-09-18 11:14:29 +0100" endDate="2019-09-18 11:15:33 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 17:46:42 +0100" startDate="2019-09-18 17:31:02 +0100" endDate="2019-09-18 17:35:19 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 18:09:23 +0100" startDate="2019-09-18 17:51:42 +0100" endDate="2019-09-18 17:53:38 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 18:23:11 +0100" startDate="2019-09-18 18:12:30 +0100" endDate="2019-09-18 18:12:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 18:35:44 +0100" startDate="2019-09-18 18:23:30 +0100" endDate="2019-09-18 18:24:03 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 19:19:22 +0100" startDate="2019-09-18 19:08:11 +0100" endDate="2019-09-18 19:08:21 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 19:56:51 +0100" startDate="2019-09-18 19:45:40 +0100" endDate="2019-09-18 19:45:51 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-18 21:33:04 +0100" startDate="2019-09-18 21:21:12 +0100" endDate="2019-09-18 21:25:05 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 05:07:22 +0100" startDate="2019-09-19 04:55:43 +0100" endDate="2019-09-19 05:02:13 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 05:44:38 +0100" startDate="2019-09-19 05:33:53 +0100" endDate="2019-09-19 05:34:03 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 06:15:04 +0100" startDate="2019-09-19 06:02:25 +0100" endDate="2019-09-19 06:10:09 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 06:27:51 +0100" startDate="2019-09-19 06:14:02 +0100" endDate="2019-09-19 06:24:03 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 06:37:11 +0100" startDate="2019-09-19 06:24:03 +0100" endDate="2019-09-19 06:33:28 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 06:47:26 +0100" startDate="2019-09-19 06:34:55 +0100" endDate="2019-09-19 06:38:54 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 07:23:01 +0100" startDate="2019-09-19 07:10:44 +0100" endDate="2019-09-19 07:20:00 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 07:43:39 +0100" startDate="2019-09-19 07:23:44 +0100" endDate="2019-09-19 07:25:21 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 08:43:39 +0100" startDate="2019-09-19 08:31:48 +0100" endDate="2019-09-19 08:34:17 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 09:22:05 +0100" startDate="2019-09-19 09:10:22 +0100" endDate="2019-09-19 09:15:35 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 10:37:28 +0100" startDate="2019-09-19 10:24:57 +0100" endDate="2019-09-19 10:34:58 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 10:52:40 +0100" startDate="2019-09-19 10:34:58 +0100" endDate="2019-09-19 10:39:12 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 11:40:43 +0100" startDate="2019-09-19 11:28:16 +0100" endDate="2019-09-19 11:32:53 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 12:05:08 +0100" startDate="2019-09-19 11:42:07 +0100" endDate="2019-09-19 11:45:17 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 12:14:45 +0100" startDate="2019-09-19 12:03:05 +0100" endDate="2019-09-19 12:04:25 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 12:42:40 +0100" startDate="2019-09-19 12:26:26 +0100" endDate="2019-09-19 12:29:18 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 13:34:48 +0100" startDate="2019-09-19 13:17:34 +0100" endDate="2019-09-19 13:25:55 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 14:55:54 +0100" startDate="2019-09-19 14:44:39 +0100" endDate="2019-09-19 14:54:45 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 15:09:45 +0100" startDate="2019-09-19 14:55:31 +0100" endDate="2019-09-19 15:01:12 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 15:21:16 +0100" startDate="2019-09-19 15:09:22 +0100" endDate="2019-09-19 15:19:23 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 15:35:23 +0100" startDate="2019-09-19 15:19:23 +0100" endDate="2019-09-19 15:27:59 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 15:49:39 +0100" startDate="2019-09-19 15:36:09 +0100" endDate="2019-09-19 15:41:38 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 16:48:29 +0100" startDate="2019-09-19 16:36:30 +0100" endDate="2019-09-19 16:45:11 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 17:02:23 +0100" startDate="2019-09-19 16:49:09 +0100" endDate="2019-09-19 16:49:58 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 17:15:50 +0100" startDate="2019-09-19 17:02:33 +0100" endDate="2019-09-19 17:04:44 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 17:39:59 +0100" startDate="2019-09-19 17:28:21 +0100" endDate="2019-09-19 17:38:06 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 17:49:42 +0100" startDate="2019-09-19 17:38:24 +0100" endDate="2019-09-19 17:42:46 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 18:24:08 +0100" startDate="2019-09-19 18:12:29 +0100" endDate="2019-09-19 18:22:30 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 18:33:32 +0100" startDate="2019-09-19 18:22:30 +0100" endDate="2019-09-19 18:32:30 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 18:44:45 +0100" startDate="2019-09-19 18:32:30 +0100" endDate="2019-09-19 18:36:16 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 19:52:19 +0100" startDate="2019-09-19 19:33:53 +0100" endDate="2019-09-19 19:43:30 +0100" value="843"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 20:00:25 +0100" startDate="2019-09-19 19:44:19 +0100" endDate="2019-09-19 19:44:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 21:39:36 +0100" startDate="2019-09-19 21:23:35 +0100" endDate="2019-09-19 21:23:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 22:01:16 +0100" startDate="2019-09-19 21:48:59 +0100" endDate="2019-09-19 21:49:06 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 22:29:22 +0100" startDate="2019-09-19 22:14:51 +0100" endDate="2019-09-19 22:19:35 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-19 22:59:25 +0100" startDate="2019-09-19 22:44:42 +0100" endDate="2019-09-19 22:47:08 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 05:33:28 +0100" startDate="2019-09-20 05:16:05 +0100" endDate="2019-09-20 05:17:42 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 06:09:22 +0100" startDate="2019-09-20 05:57:23 +0100" endDate="2019-09-20 06:05:12 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 06:57:36 +0100" startDate="2019-09-20 06:46:23 +0100" endDate="2019-09-20 06:55:35 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 07:10:57 +0100" startDate="2019-09-20 06:59:15 +0100" endDate="2019-09-20 07:09:16 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 07:22:07 +0100" startDate="2019-09-20 07:09:16 +0100" endDate="2019-09-20 07:18:12 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 07:39:01 +0100" startDate="2019-09-20 07:27:48 +0100" endDate="2019-09-20 07:28:31 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 09:13:31 +0100" startDate="2019-09-20 09:00:18 +0100" endDate="2019-09-20 09:03:00 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 10:12:31 +0100" startDate="2019-09-20 09:59:51 +0100" endDate="2019-09-20 10:07:22 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 10:43:01 +0100" startDate="2019-09-20 10:24:53 +0100" endDate="2019-09-20 10:26:28 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 11:01:16 +0100" startDate="2019-09-20 10:48:37 +0100" endDate="2019-09-20 10:48:55 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 11:30:37 +0100" startDate="2019-09-20 11:16:25 +0100" endDate="2019-09-20 11:21:51 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 11:48:23 +0100" startDate="2019-09-20 11:37:07 +0100" endDate="2019-09-20 11:47:07 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 11:58:23 +0100" startDate="2019-09-20 11:47:07 +0100" endDate="2019-09-20 11:51:24 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 12:30:59 +0100" startDate="2019-09-20 12:12:39 +0100" endDate="2019-09-20 12:22:40 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 12:33:49 +0100" startDate="2019-09-20 12:22:40 +0100" endDate="2019-09-20 12:32:07 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 13:56:43 +0100" startDate="2019-09-20 13:44:54 +0100" endDate="2019-09-20 13:45:58 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 14:21:39 +0100" startDate="2019-09-20 14:08:18 +0100" endDate="2019-09-20 14:08:38 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 14:50:06 +0100" startDate="2019-09-20 14:27:20 +0100" endDate="2019-09-20 14:33:52 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 15:18:40 +0100" startDate="2019-09-20 15:02:01 +0100" endDate="2019-09-20 15:11:48 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 15:24:29 +0100" startDate="2019-09-20 15:12:14 +0100" endDate="2019-09-20 15:22:04 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 15:40:46 +0100" startDate="2019-09-20 15:27:50 +0100" endDate="2019-09-20 15:37:43 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 16:44:07 +0100" startDate="2019-09-20 16:29:23 +0100" endDate="2019-09-20 16:39:24 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 16:54:32 +0100" startDate="2019-09-20 16:39:24 +0100" endDate="2019-09-20 16:49:24 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 17:02:53 +0100" startDate="2019-09-20 16:49:24 +0100" endDate="2019-09-20 16:59:25 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 17:11:49 +0100" startDate="2019-09-20 16:59:25 +0100" endDate="2019-09-20 17:09:26 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 17:20:29 +0100" startDate="2019-09-20 17:09:26 +0100" endDate="2019-09-20 17:11:37 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 17:35:27 +0100" startDate="2019-09-20 17:22:24 +0100" endDate="2019-09-20 17:24:32 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 18:43:45 +0100" startDate="2019-09-20 18:23:37 +0100" endDate="2019-09-20 18:33:27 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 18:43:45 +0100" startDate="2019-09-20 18:33:38 +0100" endDate="2019-09-20 18:40:16 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 18:52:29 +0100" startDate="2019-09-20 18:40:16 +0100" endDate="2019-09-20 18:50:06 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 19:03:58 +0100" startDate="2019-09-20 18:52:35 +0100" endDate="2019-09-20 19:02:36 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 19:15:17 +0100" startDate="2019-09-20 19:02:36 +0100" endDate="2019-09-20 19:12:36 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 19:23:39 +0100" startDate="2019-09-20 19:12:36 +0100" endDate="2019-09-20 19:15:28 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 22:34:14 +0100" startDate="2019-09-20 22:21:31 +0100" endDate="2019-09-20 22:24:26 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 22:56:28 +0100" startDate="2019-09-20 22:37:41 +0100" endDate="2019-09-20 22:47:42 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 23:02:33 +0100" startDate="2019-09-20 22:47:42 +0100" endDate="2019-09-20 22:57:42 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 23:09:19 +0100" startDate="2019-09-20 22:57:42 +0100" endDate="2019-09-20 23:07:33 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-20 23:18:59 +0100" startDate="2019-09-20 23:07:56 +0100" endDate="2019-09-20 23:09:36 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 00:36:21 +0100" startDate="2019-09-21 00:24:30 +0100" endDate="2019-09-21 00:33:08 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 07:02:50 +0100" startDate="2019-09-21 06:51:55 +0100" endDate="2019-09-21 06:59:06 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 07:20:43 +0100" startDate="2019-09-21 07:10:40 +0100" endDate="2019-09-21 07:10:43 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 07:37:45 +0100" startDate="2019-09-21 07:26:44 +0100" endDate="2019-09-21 07:35:32 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 08:31:06 +0100" startDate="2019-09-21 08:04:55 +0100" endDate="2019-09-21 08:14:12 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 08:37:18 +0100" startDate="2019-09-21 08:24:58 +0100" endDate="2019-09-21 08:25:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 08:50:49 +0100" startDate="2019-09-21 08:35:53 +0100" endDate="2019-09-21 08:36:06 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 09:06:34 +0100" startDate="2019-09-21 08:48:12 +0100" endDate="2019-09-21 08:54:01 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 09:26:02 +0100" startDate="2019-09-21 09:07:14 +0100" endDate="2019-09-21 09:07:32 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 10:06:25 +0100" startDate="2019-09-21 09:53:06 +0100" endDate="2019-09-21 09:54:05 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 10:16:25 +0100" startDate="2019-09-21 10:05:28 +0100" endDate="2019-09-21 10:09:58 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 11:03:23 +0100" startDate="2019-09-21 10:47:36 +0100" endDate="2019-09-21 10:57:31 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 11:13:19 +0100" startDate="2019-09-21 10:57:42 +0100" endDate="2019-09-21 11:07:22 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 11:22:25 +0100" startDate="2019-09-21 11:08:16 +0100" endDate="2019-09-21 11:18:16 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 11:38:07 +0100" startDate="2019-09-21 11:19:49 +0100" endDate="2019-09-21 11:25:17 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 11:50:16 +0100" startDate="2019-09-21 11:33:27 +0100" endDate="2019-09-21 11:38:56 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 11:54:46 +0100" startDate="2019-09-21 11:43:46 +0100" endDate="2019-09-21 11:45:21 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 12:17:23 +0100" startDate="2019-09-21 12:05:50 +0100" endDate="2019-09-21 12:15:45 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 12:27:42 +0100" startDate="2019-09-21 12:16:16 +0100" endDate="2019-09-21 12:26:17 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 12:38:39 +0100" startDate="2019-09-21 12:26:17 +0100" endDate="2019-09-21 12:36:04 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 12:50:43 +0100" startDate="2019-09-21 12:36:22 +0100" endDate="2019-09-21 12:44:56 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 13:02:47 +0100" startDate="2019-09-21 12:50:37 +0100" endDate="2019-09-21 13:00:38 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 13:13:24 +0100" startDate="2019-09-21 13:00:38 +0100" endDate="2019-09-21 13:04:03 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 13:28:24 +0100" startDate="2019-09-21 13:15:49 +0100" endDate="2019-09-21 13:25:31 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 13:41:09 +0100" startDate="2019-09-21 13:25:54 +0100" endDate="2019-09-21 13:35:49 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 15:11:25 +0100" startDate="2019-09-21 14:52:27 +0100" endDate="2019-09-21 15:02:28 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 15:15:42 +0100" startDate="2019-09-21 15:02:28 +0100" endDate="2019-09-21 15:12:23 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 15:25:46 +0100" startDate="2019-09-21 15:12:49 +0100" endDate="2019-09-21 15:21:24 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 15:40:17 +0100" startDate="2019-09-21 15:23:07 +0100" endDate="2019-09-21 15:32:31 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 15:51:41 +0100" startDate="2019-09-21 15:40:29 +0100" endDate="2019-09-21 15:49:48 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 16:06:09 +0100" startDate="2019-09-21 15:53:42 +0100" endDate="2019-09-21 16:03:32 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 16:15:30 +0100" startDate="2019-09-21 16:03:55 +0100" endDate="2019-09-21 16:05:04 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 18:59:17 +0100" startDate="2019-09-21 18:44:55 +0100" endDate="2019-09-21 18:54:56 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 19:09:39 +0100" startDate="2019-09-21 18:54:56 +0100" endDate="2019-09-21 19:04:56 +0100" value="1027"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 19:18:46 +0100" startDate="2019-09-21 19:04:56 +0100" endDate="2019-09-21 19:14:57 +0100" value="1070"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 19:32:44 +0100" startDate="2019-09-21 19:14:57 +0100" endDate="2019-09-21 19:17:18 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 19:43:32 +0100" startDate="2019-09-21 19:32:32 +0100" endDate="2019-09-21 19:32:37 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-21 22:31:24 +0100" startDate="2019-09-21 22:20:58 +0100" endDate="2019-09-21 22:21:24 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 09:41:19 +0100" startDate="2019-09-22 09:28:37 +0100" endDate="2019-09-22 09:37:03 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 09:51:30 +0100" startDate="2019-09-22 09:39:32 +0100" endDate="2019-09-22 09:49:27 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 13:47:41 +0100" startDate="2019-09-22 13:34:30 +0100" endDate="2019-09-22 13:44:31 +0100" value="1146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 13:55:45 +0100" startDate="2019-09-22 13:44:31 +0100" endDate="2019-09-22 13:54:31 +0100" value="1083"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 14:05:54 +0100" startDate="2019-09-22 13:54:31 +0100" endDate="2019-09-22 14:02:18 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 15:03:09 +0100" startDate="2019-09-22 14:48:44 +0100" endDate="2019-09-22 14:51:31 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 16:58:25 +0100" startDate="2019-09-22 16:47:17 +0100" endDate="2019-09-22 16:48:47 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 17:29:12 +0100" startDate="2019-09-22 17:14:14 +0100" endDate="2019-09-22 17:19:53 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 17:35:55 +0100" startDate="2019-09-22 17:24:50 +0100" endDate="2019-09-22 17:34:51 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 17:47:09 +0100" startDate="2019-09-22 17:34:51 +0100" endDate="2019-09-22 17:41:41 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 19:12:33 +0100" startDate="2019-09-22 18:56:56 +0100" endDate="2019-09-22 19:04:07 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 19:21:34 +0100" startDate="2019-09-22 19:09:51 +0100" endDate="2019-09-22 19:10:01 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 19:44:56 +0100" startDate="2019-09-22 19:28:48 +0100" endDate="2019-09-22 19:38:48 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 19:51:51 +0100" startDate="2019-09-22 19:38:48 +0100" endDate="2019-09-22 19:43:54 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-22 21:23:59 +0100" startDate="2019-09-22 21:08:22 +0100" endDate="2019-09-22 21:11:21 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 06:52:34 +0100" startDate="2019-09-23 06:40:37 +0100" endDate="2019-09-23 06:50:23 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 07:02:48 +0100" startDate="2019-09-23 06:51:48 +0100" endDate="2019-09-23 06:51:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 07:28:35 +0100" startDate="2019-09-23 07:15:01 +0100" endDate="2019-09-23 07:24:51 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 07:37:51 +0100" startDate="2019-09-23 07:25:04 +0100" endDate="2019-09-23 07:34:54 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 08:29:56 +0100" startDate="2019-09-23 08:17:14 +0100" endDate="2019-09-23 08:17:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 09:10:52 +0100" startDate="2019-09-23 08:56:57 +0100" endDate="2019-09-23 09:06:14 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 09:24:47 +0100" startDate="2019-09-23 09:07:11 +0100" endDate="2019-09-23 09:10:28 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 10:26:19 +0100" startDate="2019-09-23 10:14:30 +0100" endDate="2019-09-23 10:15:18 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 10:50:02 +0100" startDate="2019-09-23 10:35:17 +0100" endDate="2019-09-23 10:41:55 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 11:04:26 +0100" startDate="2019-09-23 10:47:45 +0100" endDate="2019-09-23 10:48:59 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 11:43:33 +0100" startDate="2019-09-23 11:25:46 +0100" endDate="2019-09-23 11:33:17 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 12:19:23 +0100" startDate="2019-09-23 12:03:52 +0100" endDate="2019-09-23 12:10:42 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 12:39:27 +0100" startDate="2019-09-23 12:24:08 +0100" endDate="2019-09-23 12:29:36 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 13:18:57 +0100" startDate="2019-09-23 13:08:34 +0100" endDate="2019-09-23 13:17:07 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 13:47:46 +0100" startDate="2019-09-23 13:23:37 +0100" endDate="2019-09-23 13:24:02 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 14:23:42 +0100" startDate="2019-09-23 14:09:03 +0100" endDate="2019-09-23 14:13:50 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 14:35:19 +0100" startDate="2019-09-23 14:20:23 +0100" endDate="2019-09-23 14:29:53 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 15:06:45 +0100" startDate="2019-09-23 14:49:52 +0100" endDate="2019-09-23 14:55:18 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 15:57:36 +0100" startDate="2019-09-23 15:39:34 +0100" endDate="2019-09-23 15:49:35 +0100" value="1112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 16:00:37 +0100" startDate="2019-09-23 15:49:35 +0100" endDate="2019-09-23 15:57:55 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 16:10:48 +0100" startDate="2019-09-23 15:59:45 +0100" endDate="2019-09-23 15:59:50 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 16:22:07 +0100" startDate="2019-09-23 16:09:48 +0100" endDate="2019-09-23 16:19:49 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 16:37:04 +0100" startDate="2019-09-23 16:19:49 +0100" endDate="2019-09-23 16:21:49 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 16:47:34 +0100" startDate="2019-09-23 16:35:54 +0100" endDate="2019-09-23 16:45:54 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 16:59:31 +0100" startDate="2019-09-23 16:45:54 +0100" endDate="2019-09-23 16:55:55 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 17:08:32 +0100" startDate="2019-09-23 16:55:55 +0100" endDate="2019-09-23 17:04:59 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 17:32:36 +0100" startDate="2019-09-23 17:19:58 +0100" endDate="2019-09-23 17:20:05 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 19:39:56 +0100" startDate="2019-09-23 19:28:14 +0100" endDate="2019-09-23 19:37:24 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 19:48:57 +0100" startDate="2019-09-23 19:38:23 +0100" endDate="2019-09-23 19:40:08 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 19:59:58 +0100" startDate="2019-09-23 19:48:43 +0100" endDate="2019-09-23 19:53:08 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-23 21:35:58 +0100" startDate="2019-09-23 21:24:36 +0100" endDate="2019-09-23 21:33:09 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 06:22:29 +0100" startDate="2019-09-24 06:10:53 +0100" endDate="2019-09-24 06:11:29 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 06:37:42 +0100" startDate="2019-09-24 06:27:39 +0100" endDate="2019-09-24 06:27:42 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 06:56:46 +0100" startDate="2019-09-24 06:44:48 +0100" endDate="2019-09-24 06:53:11 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 07:08:17 +0100" startDate="2019-09-24 06:56:28 +0100" endDate="2019-09-24 07:06:28 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 07:29:19 +0100" startDate="2019-09-24 07:06:28 +0100" endDate="2019-09-24 07:13:29 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 07:42:41 +0100" startDate="2019-09-24 07:29:01 +0100" endDate="2019-09-24 07:33:10 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 07:59:08 +0100" startDate="2019-09-24 07:44:05 +0100" endDate="2019-09-24 07:50:30 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 08:23:49 +0100" startDate="2019-09-24 08:02:08 +0100" endDate="2019-09-24 08:07:41 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 08:57:43 +0100" startDate="2019-09-24 08:45:26 +0100" endDate="2019-09-24 08:46:27 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 09:07:41 +0100" startDate="2019-09-24 08:56:38 +0100" endDate="2019-09-24 09:06:16 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 09:18:33 +0100" startDate="2019-09-24 09:07:31 +0100" endDate="2019-09-24 09:14:49 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 10:13:37 +0100" startDate="2019-09-24 09:19:16 +0100" endDate="2019-09-24 09:28:58 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 10:13:37 +0100" startDate="2019-09-24 09:33:30 +0100" endDate="2019-09-24 09:33:35 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 10:32:38 +0100" startDate="2019-09-24 10:20:37 +0100" endDate="2019-09-24 10:30:07 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 10:51:48 +0100" startDate="2019-09-24 10:30:53 +0100" endDate="2019-09-24 10:39:14 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 12:08:16 +0100" startDate="2019-09-24 11:54:34 +0100" endDate="2019-09-24 11:58:37 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 12:18:26 +0100" startDate="2019-09-24 12:07:26 +0100" endDate="2019-09-24 12:08:10 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 12:37:26 +0100" startDate="2019-09-24 12:25:45 +0100" endDate="2019-09-24 12:31:11 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 12:49:13 +0100" startDate="2019-09-24 12:36:42 +0100" endDate="2019-09-24 12:45:51 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 13:06:15 +0100" startDate="2019-09-24 12:48:43 +0100" endDate="2019-09-24 12:58:41 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 13:23:33 +0100" startDate="2019-09-24 12:59:06 +0100" endDate="2019-09-24 12:59:19 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 13:33:48 +0100" startDate="2019-09-24 13:21:11 +0100" endDate="2019-09-24 13:21:47 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 14:22:54 +0100" startDate="2019-09-24 13:43:05 +0100" endDate="2019-09-24 13:51:10 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 14:22:54 +0100" startDate="2019-09-24 13:55:01 +0100" endDate="2019-09-24 13:59:35 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 14:32:48 +0100" startDate="2019-09-24 14:19:47 +0100" endDate="2019-09-24 14:20:17 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 14:40:48 +0100" startDate="2019-09-24 14:30:15 +0100" endDate="2019-09-24 14:35:41 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 14:52:48 +0100" startDate="2019-09-24 14:41:43 +0100" endDate="2019-09-24 14:47:24 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 15:05:42 +0100" startDate="2019-09-24 14:53:33 +0100" endDate="2019-09-24 15:00:28 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 15:23:50 +0100" startDate="2019-09-24 15:04:58 +0100" endDate="2019-09-24 15:05:44 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 16:05:25 +0100" startDate="2019-09-24 15:53:13 +0100" endDate="2019-09-24 15:54:51 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 16:25:50 +0100" startDate="2019-09-24 16:12:49 +0100" endDate="2019-09-24 16:16:37 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 17:35:14 +0100" startDate="2019-09-24 17:20:03 +0100" endDate="2019-09-24 17:20:26 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 18:06:27 +0100" startDate="2019-09-24 17:47:46 +0100" endDate="2019-09-24 17:57:47 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 18:12:32 +0100" startDate="2019-09-24 17:57:47 +0100" endDate="2019-09-24 17:59:06 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 20:33:27 +0100" startDate="2019-09-24 20:22:15 +0100" endDate="2019-09-24 20:22:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 20:50:50 +0100" startDate="2019-09-24 20:34:23 +0100" endDate="2019-09-24 20:42:21 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 21:46:23 +0100" startDate="2019-09-24 21:32:57 +0100" endDate="2019-09-24 21:40:05 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 22:37:36 +0100" startDate="2019-09-24 22:24:39 +0100" endDate="2019-09-24 22:25:10 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-24 23:33:35 +0100" startDate="2019-09-24 23:11:42 +0100" endDate="2019-09-24 23:11:55 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 00:01:24 +0100" startDate="2019-09-24 23:50:04 +0100" endDate="2019-09-24 23:50:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 06:51:24 +0100" startDate="2019-09-25 06:37:58 +0100" endDate="2019-09-25 06:40:24 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 07:08:51 +0100" startDate="2019-09-25 06:54:15 +0100" endDate="2019-09-25 06:55:58 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 07:21:22 +0100" startDate="2019-09-25 07:08:56 +0100" endDate="2019-09-25 07:18:49 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 07:34:00 +0100" startDate="2019-09-25 07:19:14 +0100" endDate="2019-09-25 07:29:09 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 07:40:28 +0100" startDate="2019-09-25 07:29:27 +0100" endDate="2019-09-25 07:33:52 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 08:14:59 +0100" startDate="2019-09-25 08:02:59 +0100" endDate="2019-09-25 08:12:27 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 08:30:43 +0100" startDate="2019-09-25 08:13:41 +0100" endDate="2019-09-25 08:14:56 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 09:44:32 +0100" startDate="2019-09-25 09:33:14 +0100" endDate="2019-09-25 09:37:59 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 10:31:28 +0100" startDate="2019-09-25 10:16:34 +0100" endDate="2019-09-25 10:25:10 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 10:42:51 +0100" startDate="2019-09-25 10:30:44 +0100" endDate="2019-09-25 10:40:44 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 10:57:02 +0100" startDate="2019-09-25 10:40:44 +0100" endDate="2019-09-25 10:46:18 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 11:35:42 +0100" startDate="2019-09-25 11:20:23 +0100" endDate="2019-09-25 11:30:24 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 11:43:22 +0100" startDate="2019-09-25 11:30:24 +0100" endDate="2019-09-25 11:40:25 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 11:51:32 +0100" startDate="2019-09-25 11:40:25 +0100" endDate="2019-09-25 11:46:34 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 12:48:58 +0100" startDate="2019-09-25 12:31:04 +0100" endDate="2019-09-25 12:39:45 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 12:59:02 +0100" startDate="2019-09-25 12:41:51 +0100" endDate="2019-09-25 12:49:43 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 13:15:20 +0100" startDate="2019-09-25 13:00:15 +0100" endDate="2019-09-25 13:09:03 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 13:31:02 +0100" startDate="2019-09-25 13:14:04 +0100" endDate="2019-09-25 13:20:34 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 13:43:18 +0100" startDate="2019-09-25 13:25:27 +0100" endDate="2019-09-25 13:35:09 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 13:47:30 +0100" startDate="2019-09-25 13:35:09 +0100" endDate="2019-09-25 13:43:27 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 14:11:19 +0100" startDate="2019-09-25 13:57:14 +0100" endDate="2019-09-25 13:58:23 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 15:12:19 +0100" startDate="2019-09-25 14:56:22 +0100" endDate="2019-09-25 15:00:23 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 15:25:46 +0100" startDate="2019-09-25 15:11:30 +0100" endDate="2019-09-25 15:15:01 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 15:48:34 +0100" startDate="2019-09-25 15:31:21 +0100" endDate="2019-09-25 15:41:21 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 15:54:26 +0100" startDate="2019-09-25 15:41:21 +0100" endDate="2019-09-25 15:44:51 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 16:05:46 +0100" startDate="2019-09-25 15:53:45 +0100" endDate="2019-09-25 16:00:41 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 16:38:04 +0100" startDate="2019-09-25 16:26:38 +0100" endDate="2019-09-25 16:36:31 +0100" value="836"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 16:49:41 +0100" startDate="2019-09-25 16:36:41 +0100" endDate="2019-09-25 16:46:26 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 16:59:19 +0100" startDate="2019-09-25 16:46:54 +0100" endDate="2019-09-25 16:55:46 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 17:41:09 +0100" startDate="2019-09-25 17:30:18 +0100" endDate="2019-09-25 17:30:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-25 20:34:04 +0100" startDate="2019-09-25 20:22:56 +0100" endDate="2019-09-25 20:23:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 06:03:27 +0100" startDate="2019-09-26 05:53:23 +0100" endDate="2019-09-26 05:53:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 06:30:08 +0100" startDate="2019-09-26 06:16:01 +0100" endDate="2019-09-26 06:20:43 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 07:32:54 +0100" startDate="2019-09-26 07:10:33 +0100" endDate="2019-09-26 07:20:33 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 07:32:54 +0100" startDate="2019-09-26 07:20:33 +0100" endDate="2019-09-26 07:20:56 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 08:58:53 +0100" startDate="2019-09-26 08:46:58 +0100" endDate="2019-09-26 08:56:59 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 09:08:15 +0100" startDate="2019-09-26 08:56:59 +0100" endDate="2019-09-26 09:05:19 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 09:26:30 +0100" startDate="2019-09-26 09:08:11 +0100" endDate="2019-09-26 09:14:00 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 09:40:40 +0100" startDate="2019-09-26 09:29:37 +0100" endDate="2019-09-26 09:35:59 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 09:57:48 +0100" startDate="2019-09-26 09:38:02 +0100" endDate="2019-09-26 09:45:24 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 10:39:46 +0100" startDate="2019-09-26 09:57:04 +0100" endDate="2019-09-26 09:58:32 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 11:58:37 +0100" startDate="2019-09-26 11:39:55 +0100" endDate="2019-09-26 11:49:56 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 12:00:58 +0100" startDate="2019-09-26 11:49:56 +0100" endDate="2019-09-26 11:57:50 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 12:19:35 +0100" startDate="2019-09-26 12:04:58 +0100" endDate="2019-09-26 12:05:39 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 12:40:55 +0100" startDate="2019-09-26 12:28:19 +0100" endDate="2019-09-26 12:30:10 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 13:44:58 +0100" startDate="2019-09-26 13:30:07 +0100" endDate="2019-09-26 13:34:46 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 15:25:29 +0100" startDate="2019-09-26 15:06:34 +0100" endDate="2019-09-26 15:14:34 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 15:37:48 +0100" startDate="2019-09-26 15:25:34 +0100" endDate="2019-09-26 15:27:24 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 16:28:42 +0100" startDate="2019-09-26 16:14:14 +0100" endDate="2019-09-26 16:24:15 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 16:35:17 +0100" startDate="2019-09-26 16:24:15 +0100" endDate="2019-09-26 16:28:47 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 16:51:37 +0100" startDate="2019-09-26 16:34:22 +0100" endDate="2019-09-26 16:38:21 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 17:05:56 +0100" startDate="2019-09-26 16:49:36 +0100" endDate="2019-09-26 16:58:22 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 17:11:12 +0100" startDate="2019-09-26 17:00:12 +0100" endDate="2019-09-26 17:00:12 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 17:21:21 +0100" startDate="2019-09-26 17:10:18 +0100" endDate="2019-09-26 17:18:44 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 17:35:09 +0100" startDate="2019-09-26 17:21:18 +0100" endDate="2019-09-26 17:30:14 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 18:02:09 +0100" startDate="2019-09-26 17:50:59 +0100" endDate="2019-09-26 17:57:35 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 18:25:35 +0100" startDate="2019-09-26 18:14:05 +0100" endDate="2019-09-26 18:14:13 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 18:51:37 +0100" startDate="2019-09-26 18:29:47 +0100" endDate="2019-09-26 18:35:49 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 20:12:04 +0100" startDate="2019-09-26 19:58:17 +0100" endDate="2019-09-26 19:58:40 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-26 21:35:29 +0100" startDate="2019-09-26 21:05:41 +0100" endDate="2019-09-26 21:14:45 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 05:34:02 +0100" startDate="2019-09-27 05:16:33 +0100" endDate="2019-09-27 05:26:34 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 05:38:40 +0100" startDate="2019-09-27 05:26:34 +0100" endDate="2019-09-27 05:36:35 +0100" value="1202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 05:49:36 +0100" startDate="2019-09-27 05:36:35 +0100" endDate="2019-09-27 05:46:36 +0100" value="1099"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 06:01:28 +0100" startDate="2019-09-27 05:46:36 +0100" endDate="2019-09-27 05:50:17 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 06:15:43 +0100" startDate="2019-09-27 06:04:19 +0100" endDate="2019-09-27 06:07:34 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 07:13:55 +0100" startDate="2019-09-27 07:00:29 +0100" endDate="2019-09-27 07:09:41 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 07:21:50 +0100" startDate="2019-09-27 07:10:48 +0100" endDate="2019-09-27 07:13:19 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 08:44:45 +0100" startDate="2019-09-27 08:31:04 +0100" endDate="2019-09-27 08:36:33 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 09:24:40 +0100" startDate="2019-09-27 09:02:06 +0100" endDate="2019-09-27 09:02:59 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 10:23:16 +0100" startDate="2019-09-27 10:11:19 +0100" endDate="2019-09-27 10:11:27 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 11:07:13 +0100" startDate="2019-09-27 10:39:31 +0100" endDate="2019-09-27 10:39:33 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 11:07:13 +0100" startDate="2019-09-27 10:52:59 +0100" endDate="2019-09-27 10:53:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 11:23:36 +0100" startDate="2019-09-27 11:06:00 +0100" endDate="2019-09-27 11:06:07 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 11:56:43 +0100" startDate="2019-09-27 11:43:39 +0100" endDate="2019-09-27 11:52:48 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 12:10:26 +0100" startDate="2019-09-27 11:54:20 +0100" endDate="2019-09-27 11:54:31 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 12:25:28 +0100" startDate="2019-09-27 12:13:10 +0100" endDate="2019-09-27 12:20:52 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 12:44:21 +0100" startDate="2019-09-27 12:25:37 +0100" endDate="2019-09-27 12:26:33 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 14:19:54 +0100" startDate="2019-09-27 14:02:22 +0100" endDate="2019-09-27 14:02:25 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 14:32:01 +0100" startDate="2019-09-27 14:18:40 +0100" endDate="2019-09-27 14:20:33 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 14:53:25 +0100" startDate="2019-09-27 14:41:03 +0100" endDate="2019-09-27 14:42:35 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 16:05:58 +0100" startDate="2019-09-27 15:52:22 +0100" endDate="2019-09-27 16:02:08 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 16:13:40 +0100" startDate="2019-09-27 16:02:32 +0100" endDate="2019-09-27 16:02:55 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 16:36:08 +0100" startDate="2019-09-27 16:21:36 +0100" endDate="2019-09-27 16:24:26 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 17:06:35 +0100" startDate="2019-09-27 16:56:22 +0100" endDate="2019-09-27 16:56:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 17:30:46 +0100" startDate="2019-09-27 17:17:04 +0100" endDate="2019-09-27 17:25:30 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 17:42:15 +0100" startDate="2019-09-27 17:29:18 +0100" endDate="2019-09-27 17:29:36 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 18:42:59 +0100" startDate="2019-09-27 18:31:15 +0100" endDate="2019-09-27 18:41:07 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 18:56:21 +0100" startDate="2019-09-27 18:41:33 +0100" endDate="2019-09-27 18:50:35 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 19:08:05 +0100" startDate="2019-09-27 18:54:41 +0100" endDate="2019-09-27 19:04:42 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 19:14:53 +0100" startDate="2019-09-27 19:04:42 +0100" endDate="2019-09-27 19:13:21 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 19:44:42 +0100" startDate="2019-09-27 19:33:11 +0100" endDate="2019-09-27 19:33:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 20:01:36 +0100" startDate="2019-09-27 19:49:47 +0100" endDate="2019-09-27 19:52:47 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 21:09:53 +0100" startDate="2019-09-27 20:57:53 +0100" endDate="2019-09-27 21:07:54 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 21:19:47 +0100" startDate="2019-09-27 21:07:54 +0100" endDate="2019-09-27 21:17:09 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 21:31:06 +0100" startDate="2019-09-27 21:19:48 +0100" endDate="2019-09-27 21:20:13 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-27 22:21:09 +0100" startDate="2019-09-27 22:09:38 +0100" endDate="2019-09-27 22:10:09 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 06:28:59 +0100" startDate="2019-09-28 06:11:26 +0100" endDate="2019-09-28 06:20:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 07:23:23 +0100" startDate="2019-09-28 07:08:23 +0100" endDate="2019-09-28 07:14:27 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 07:45:27 +0100" startDate="2019-09-28 07:25:14 +0100" endDate="2019-09-28 07:35:14 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 07:45:27 +0100" startDate="2019-09-28 07:35:14 +0100" endDate="2019-09-28 07:40:46 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 08:02:34 +0100" startDate="2019-09-28 07:41:14 +0100" endDate="2019-09-28 07:51:15 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 08:02:34 +0100" startDate="2019-09-28 07:51:15 +0100" endDate="2019-09-28 08:00:42 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 08:21:55 +0100" startDate="2019-09-28 08:01:00 +0100" endDate="2019-09-28 08:10:54 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 08:21:55 +0100" startDate="2019-09-28 08:11:07 +0100" endDate="2019-09-28 08:16:48 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 08:29:05 +0100" startDate="2019-09-28 08:16:48 +0100" endDate="2019-09-28 08:21:49 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 08:41:33 +0100" startDate="2019-09-28 08:23:21 +0100" endDate="2019-09-28 08:33:14 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 08:48:37 +0100" startDate="2019-09-28 08:33:40 +0100" endDate="2019-09-28 08:43:18 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 08:58:00 +0100" startDate="2019-09-28 08:43:51 +0100" endDate="2019-09-28 08:45:34 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 11:44:54 +0100" startDate="2019-09-28 11:28:25 +0100" endDate="2019-09-28 11:32:45 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 12:51:28 +0100" startDate="2019-09-28 12:37:11 +0100" endDate="2019-09-28 12:37:24 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 13:41:16 +0100" startDate="2019-09-28 13:27:28 +0100" endDate="2019-09-28 13:37:29 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 13:50:46 +0100" startDate="2019-09-28 13:37:29 +0100" endDate="2019-09-28 13:44:22 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 14:07:08 +0100" startDate="2019-09-28 13:50:58 +0100" endDate="2019-09-28 13:58:04 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 14:25:41 +0100" startDate="2019-09-28 14:07:08 +0100" endDate="2019-09-28 14:13:25 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 15:34:38 +0100" startDate="2019-09-28 15:12:40 +0100" endDate="2019-09-28 15:14:46 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 16:18:39 +0100" startDate="2019-09-28 16:04:35 +0100" endDate="2019-09-28 16:12:50 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 17:26:00 +0100" startDate="2019-09-28 17:12:44 +0100" endDate="2019-09-28 17:13:58 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 17:48:05 +0100" startDate="2019-09-28 17:27:43 +0100" endDate="2019-09-28 17:34:49 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 18:28:01 +0100" startDate="2019-09-28 18:04:43 +0100" endDate="2019-09-28 18:09:02 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 19:43:16 +0100" startDate="2019-09-28 19:23:00 +0100" endDate="2019-09-28 19:28:44 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 19:50:59 +0100" startDate="2019-09-28 19:35:07 +0100" endDate="2019-09-28 19:35:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 20:52:23 +0100" startDate="2019-09-28 20:38:08 +0100" endDate="2019-09-28 20:38:16 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 21:41:57 +0100" startDate="2019-09-28 21:24:44 +0100" endDate="2019-09-28 21:27:02 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-28 23:52:23 +0100" startDate="2019-09-28 23:40:38 +0100" endDate="2019-09-28 23:43:02 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 00:09:20 +0100" startDate="2019-09-28 23:56:14 +0100" endDate="2019-09-29 00:00:41 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 00:40:29 +0100" startDate="2019-09-29 00:25:51 +0100" endDate="2019-09-29 00:26:01 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 00:52:46 +0100" startDate="2019-09-29 00:42:37 +0100" endDate="2019-09-29 00:42:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 01:20:46 +0100" startDate="2019-09-29 01:01:33 +0100" endDate="2019-09-29 01:02:43 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 01:27:37 +0100" startDate="2019-09-29 01:14:28 +0100" endDate="2019-09-29 01:24:24 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 01:43:07 +0100" startDate="2019-09-29 01:24:34 +0100" endDate="2019-09-29 01:24:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 02:00:12 +0100" startDate="2019-09-29 01:48:02 +0100" endDate="2019-09-29 01:49:45 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 09:33:10 +0100" startDate="2019-09-29 09:21:07 +0100" endDate="2019-09-29 09:28:54 +0100" value="729"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 09:48:10 +0100" startDate="2019-09-29 09:36:24 +0100" endDate="2019-09-29 09:44:06 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 10:36:28 +0100" startDate="2019-09-29 10:26:25 +0100" endDate="2019-09-29 10:26:27 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 15:20:58 +0100" startDate="2019-09-29 15:08:36 +0100" endDate="2019-09-29 15:13:33 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 15:37:20 +0100" startDate="2019-09-29 15:25:25 +0100" endDate="2019-09-29 15:27:43 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 17:36:38 +0100" startDate="2019-09-29 17:25:26 +0100" endDate="2019-09-29 17:35:27 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 17:46:41 +0100" startDate="2019-09-29 17:35:27 +0100" endDate="2019-09-29 17:42:07 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 18:38:05 +0100" startDate="2019-09-29 18:27:52 +0100" endDate="2019-09-29 18:27:52 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 19:24:58 +0100" startDate="2019-09-29 19:13:22 +0100" endDate="2019-09-29 19:23:23 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 19:34:32 +0100" startDate="2019-09-29 19:23:23 +0100" endDate="2019-09-29 19:32:55 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 19:56:22 +0100" startDate="2019-09-29 19:44:36 +0100" endDate="2019-09-29 19:49:19 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 20:07:39 +0100" startDate="2019-09-29 19:55:59 +0100" endDate="2019-09-29 19:57:37 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-29 21:03:38 +0100" startDate="2019-09-29 20:52:20 +0100" endDate="2019-09-29 20:52:38 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 05:39:56 +0100" startDate="2019-09-30 05:28:47 +0100" endDate="2019-09-30 05:29:29 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 06:05:27 +0100" startDate="2019-09-30 05:53:20 +0100" endDate="2019-09-30 05:56:23 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 06:21:16 +0100" startDate="2019-09-30 06:09:35 +0100" endDate="2019-09-30 06:19:36 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 06:31:32 +0100" startDate="2019-09-30 06:19:36 +0100" endDate="2019-09-30 06:20:27 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 06:40:37 +0100" startDate="2019-09-30 06:29:31 +0100" endDate="2019-09-30 06:33:20 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 08:54:34 +0100" startDate="2019-09-30 08:42:55 +0100" endDate="2019-09-30 08:43:02 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 09:04:40 +0100" startDate="2019-09-30 08:53:37 +0100" endDate="2019-09-30 09:03:12 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 09:18:41 +0100" startDate="2019-09-30 09:07:18 +0100" endDate="2019-09-30 09:07:39 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 10:08:58 +0100" startDate="2019-09-30 09:56:30 +0100" endDate="2019-09-30 10:03:19 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 10:59:53 +0100" startDate="2019-09-30 10:47:56 +0100" endDate="2019-09-30 10:48:11 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 11:42:26 +0100" startDate="2019-09-30 11:29:20 +0100" endDate="2019-09-30 11:38:53 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 11:51:33 +0100" startDate="2019-09-30 11:40:30 +0100" endDate="2019-09-30 11:40:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 12:02:46 +0100" startDate="2019-09-30 11:51:07 +0100" endDate="2019-09-30 11:54:15 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 12:20:54 +0100" startDate="2019-09-30 12:09:13 +0100" endDate="2019-09-30 12:19:14 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 12:31:23 +0100" startDate="2019-09-30 12:19:57 +0100" endDate="2019-09-30 12:29:04 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 17:21:42 +0100" startDate="2019-09-30 17:08:57 +0100" endDate="2019-09-30 17:09:59 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 17:39:56 +0100" startDate="2019-09-30 17:26:41 +0100" endDate="2019-09-30 17:34:16 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 18:00:09 +0100" startDate="2019-09-30 17:48:10 +0100" endDate="2019-09-30 17:54:30 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 18:11:02 +0100" startDate="2019-09-30 17:59:12 +0100" endDate="2019-09-30 17:59:43 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 19:43:08 +0100" startDate="2019-09-30 19:32:29 +0100" endDate="2019-09-30 19:40:19 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-09-30 21:29:01 +0100" startDate="2019-09-30 21:16:41 +0100" endDate="2019-09-30 21:20:11 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 04:44:10 +0100" startDate="2019-10-01 04:32:47 +0100" endDate="2019-10-01 04:41:54 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 05:16:01 +0100" startDate="2019-10-01 05:04:12 +0100" endDate="2019-10-01 05:04:43 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 05:26:20 +0100" startDate="2019-10-01 05:15:06 +0100" endDate="2019-10-01 05:25:07 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 05:38:29 +0100" startDate="2019-10-01 05:25:38 +0100" endDate="2019-10-01 05:31:34 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 05:51:37 +0100" startDate="2019-10-01 05:41:01 +0100" endDate="2019-10-01 05:50:49 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 06:03:41 +0100" startDate="2019-10-01 05:50:49 +0100" endDate="2019-10-01 06:00:07 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 06:18:46 +0100" startDate="2019-10-01 06:07:33 +0100" endDate="2019-10-01 06:10:10 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 06:32:43 +0100" startDate="2019-10-01 06:21:23 +0100" endDate="2019-10-01 06:22:16 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 06:44:01 +0100" startDate="2019-10-01 06:32:53 +0100" endDate="2019-10-01 06:33:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 07:47:57 +0100" startDate="2019-10-01 07:37:54 +0100" endDate="2019-10-01 07:37:56 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 08:30:28 +0100" startDate="2019-10-01 08:17:41 +0100" endDate="2019-10-01 08:19:28 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 08:49:21 +0100" startDate="2019-10-01 08:39:18 +0100" endDate="2019-10-01 08:39:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 09:04:30 +0100" startDate="2019-10-01 08:52:35 +0100" endDate="2019-10-01 08:55:15 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 09:19:42 +0100" startDate="2019-10-01 09:07:14 +0100" endDate="2019-10-01 09:17:14 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 09:28:17 +0100" startDate="2019-10-01 09:17:14 +0100" endDate="2019-10-01 09:24:49 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 09:38:46 +0100" startDate="2019-10-01 09:27:43 +0100" endDate="2019-10-01 09:37:44 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 09:49:22 +0100" startDate="2019-10-01 09:37:44 +0100" endDate="2019-10-01 09:44:34 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 10:42:47 +0100" startDate="2019-10-01 10:31:52 +0100" endDate="2019-10-01 10:39:34 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 11:06:39 +0100" startDate="2019-10-01 10:54:14 +0100" endDate="2019-10-01 10:54:52 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 11:55:35 +0100" startDate="2019-10-01 11:44:48 +0100" endDate="2019-10-01 11:54:48 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 12:06:43 +0100" startDate="2019-10-01 11:54:48 +0100" endDate="2019-10-01 12:04:08 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 12:24:50 +0100" startDate="2019-10-01 12:13:25 +0100" endDate="2019-10-01 12:15:07 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 12:36:13 +0100" startDate="2019-10-01 12:24:09 +0100" endDate="2019-10-01 12:34:09 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 12:45:48 +0100" startDate="2019-10-01 12:34:09 +0100" endDate="2019-10-01 12:41:44 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 13:02:36 +0100" startDate="2019-10-01 12:50:45 +0100" endDate="2019-10-01 13:00:45 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 13:12:14 +0100" startDate="2019-10-01 13:00:45 +0100" endDate="2019-10-01 13:06:29 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 13:24:28 +0100" startDate="2019-10-01 13:12:57 +0100" endDate="2019-10-01 13:13:15 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 13:42:41 +0100" startDate="2019-10-01 13:31:10 +0100" endDate="2019-10-01 13:32:34 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 14:03:54 +0100" startDate="2019-10-01 13:51:44 +0100" endDate="2019-10-01 13:56:42 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 14:14:27 +0100" startDate="2019-10-01 14:02:41 +0100" endDate="2019-10-01 14:03:10 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 14:32:28 +0100" startDate="2019-10-01 14:20:29 +0100" endDate="2019-10-01 14:29:07 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 14:42:20 +0100" startDate="2019-10-01 14:31:15 +0100" endDate="2019-10-01 14:32:07 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 14:57:32 +0100" startDate="2019-10-01 14:45:35 +0100" endDate="2019-10-01 14:55:36 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 15:06:40 +0100" startDate="2019-10-01 14:55:36 +0100" endDate="2019-10-01 15:01:15 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 15:56:27 +0100" startDate="2019-10-01 15:44:04 +0100" endDate="2019-10-01 15:48:38 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 17:15:14 +0100" startDate="2019-10-01 17:02:31 +0100" endDate="2019-10-01 17:12:28 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 17:23:34 +0100" startDate="2019-10-01 17:12:31 +0100" endDate="2019-10-01 17:15:18 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 17:50:52 +0100" startDate="2019-10-01 17:38:28 +0100" endDate="2019-10-01 17:48:18 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 17:59:11 +0100" startDate="2019-10-01 17:48:52 +0100" endDate="2019-10-01 17:58:52 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 18:09:55 +0100" startDate="2019-10-01 17:58:52 +0100" endDate="2019-10-01 18:06:01 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 18:24:34 +0100" startDate="2019-10-01 18:14:03 +0100" endDate="2019-10-01 18:18:59 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 18:51:54 +0100" startDate="2019-10-01 18:40:14 +0100" endDate="2019-10-01 18:50:14 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 19:02:06 +0100" startDate="2019-10-01 18:50:14 +0100" endDate="2019-10-01 19:00:15 +0100" value="1075"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 19:12:10 +0100" startDate="2019-10-01 19:00:15 +0100" endDate="2019-10-01 19:10:16 +0100" value="978"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 19:21:19 +0100" startDate="2019-10-01 19:10:16 +0100" endDate="2019-10-01 19:12:40 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 21:09:12 +0100" startDate="2019-10-01 20:56:49 +0100" endDate="2019-10-01 21:06:50 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 21:17:06 +0100" startDate="2019-10-01 21:06:50 +0100" endDate="2019-10-01 21:13:58 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 21:31:17 +0100" startDate="2019-10-01 21:18:53 +0100" endDate="2019-10-01 21:21:15 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 21:54:28 +0100" startDate="2019-10-01 21:41:55 +0100" endDate="2019-10-01 21:50:26 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-01 23:53:59 +0100" startDate="2019-10-01 23:43:45 +0100" endDate="2019-10-01 23:53:58 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 00:09:15 +0100" startDate="2019-10-01 23:53:58 +0100" endDate="2019-10-02 00:03:02 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 00:17:24 +0100" startDate="2019-10-02 00:05:57 +0100" endDate="2019-10-02 00:15:57 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 00:27:29 +0100" startDate="2019-10-02 00:15:57 +0100" endDate="2019-10-02 00:25:12 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 00:36:35 +0100" startDate="2019-10-02 00:26:03 +0100" endDate="2019-10-02 00:26:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 00:47:14 +0100" startDate="2019-10-02 00:37:11 +0100" endDate="2019-10-02 00:37:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 06:39:25 +0100" startDate="2019-10-02 06:27:55 +0100" endDate="2019-10-02 06:35:31 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 06:51:24 +0100" startDate="2019-10-02 06:40:01 +0100" endDate="2019-10-02 06:46:43 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 07:04:34 +0100" startDate="2019-10-02 06:52:34 +0100" endDate="2019-10-02 06:53:36 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 07:16:04 +0100" startDate="2019-10-02 07:04:53 +0100" endDate="2019-10-02 07:08:57 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 07:29:57 +0100" startDate="2019-10-02 07:18:16 +0100" endDate="2019-10-02 07:27:33 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 07:40:13 +0100" startDate="2019-10-02 07:29:10 +0100" endDate="2019-10-02 07:39:11 +0100" value="1062"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 07:50:19 +0100" startDate="2019-10-02 07:39:11 +0100" endDate="2019-10-02 07:47:50 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 08:01:26 +0100" startDate="2019-10-02 07:50:06 +0100" endDate="2019-10-02 08:00:07 +0100" value="1043"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 08:12:04 +0100" startDate="2019-10-02 08:00:07 +0100" endDate="2019-10-02 08:09:52 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 08:21:16 +0100" startDate="2019-10-02 08:10:13 +0100" endDate="2019-10-02 08:18:03 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 08:58:38 +0100" startDate="2019-10-02 08:46:30 +0100" endDate="2019-10-02 08:54:48 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 09:07:53 +0100" startDate="2019-10-02 08:56:38 +0100" endDate="2019-10-02 08:58:26 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 10:08:24 +0100" startDate="2019-10-02 09:56:21 +0100" endDate="2019-10-02 09:56:39 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 10:18:29 +0100" startDate="2019-10-02 10:06:52 +0100" endDate="2019-10-02 10:07:28 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 11:09:44 +0100" startDate="2019-10-02 10:58:22 +0100" endDate="2019-10-02 11:08:22 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 11:18:55 +0100" startDate="2019-10-02 11:08:22 +0100" endDate="2019-10-02 11:15:08 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 11:33:27 +0100" startDate="2019-10-02 11:22:22 +0100" endDate="2019-10-02 11:22:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 12:54:38 +0100" startDate="2019-10-02 12:42:27 +0100" endDate="2019-10-02 12:47:16 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 13:46:36 +0100" startDate="2019-10-02 13:34:55 +0100" endDate="2019-10-02 13:44:55 +0100" value="1085"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 13:56:43 +0100" startDate="2019-10-02 13:44:55 +0100" endDate="2019-10-02 13:54:56 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 14:06:50 +0100" startDate="2019-10-02 13:54:56 +0100" endDate="2019-10-02 14:04:56 +0100" value="1027"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 14:15:59 +0100" startDate="2019-10-02 14:04:56 +0100" endDate="2019-10-02 14:14:57 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 14:28:10 +0100" startDate="2019-10-02 14:16:30 +0100" endDate="2019-10-02 14:16:47 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 15:17:32 +0100" startDate="2019-10-02 15:06:19 +0100" endDate="2019-10-02 15:14:52 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 15:37:21 +0100" startDate="2019-10-02 15:23:48 +0100" endDate="2019-10-02 15:33:44 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 15:59:39 +0100" startDate="2019-10-02 15:46:50 +0100" endDate="2019-10-02 15:56:50 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 16:08:45 +0100" startDate="2019-10-02 15:56:50 +0100" endDate="2019-10-02 16:06:51 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 16:17:54 +0100" startDate="2019-10-02 16:06:51 +0100" endDate="2019-10-02 16:15:19 +0100" value="831"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 16:32:08 +0100" startDate="2019-10-02 16:19:23 +0100" endDate="2019-10-02 16:21:37 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 16:47:17 +0100" startDate="2019-10-02 16:34:25 +0100" endDate="2019-10-02 16:44:25 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 16:55:28 +0100" startDate="2019-10-02 16:44:25 +0100" endDate="2019-10-02 16:46:21 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 19:51:24 +0100" startDate="2019-10-02 19:38:41 +0100" endDate="2019-10-02 19:48:42 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 19:59:53 +0100" startDate="2019-10-02 19:48:42 +0100" endDate="2019-10-02 19:58:43 +0100" value="1146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 20:09:46 +0100" startDate="2019-10-02 19:58:43 +0100" endDate="2019-10-02 20:04:15 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 20:25:59 +0100" startDate="2019-10-02 20:13:04 +0100" endDate="2019-10-02 20:20:20 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 20:59:34 +0100" startDate="2019-10-02 20:48:28 +0100" endDate="2019-10-02 20:48:33 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-02 22:02:16 +0100" startDate="2019-10-02 21:49:17 +0100" endDate="2019-10-02 21:50:34 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 07:38:34 +0100" startDate="2019-10-03 07:18:43 +0100" endDate="2019-10-03 07:18:48 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 10:45:09 +0100" startDate="2019-10-03 10:33:56 +0100" endDate="2019-10-03 10:37:06 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 12:52:12 +0100" startDate="2019-10-03 12:39:11 +0100" endDate="2019-10-03 12:49:12 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 13:00:14 +0100" startDate="2019-10-03 12:49:12 +0100" endDate="2019-10-03 12:49:22 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 13:16:15 +0100" startDate="2019-10-03 13:04:19 +0100" endDate="2019-10-03 13:14:07 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 14:22:57 +0100" startDate="2019-10-03 14:10:57 +0100" endDate="2019-10-03 14:20:53 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 14:53:13 +0100" startDate="2019-10-03 14:41:19 +0100" endDate="2019-10-03 14:45:46 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 15:56:58 +0100" startDate="2019-10-03 15:34:15 +0100" endDate="2019-10-03 15:41:52 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 15:56:58 +0100" startDate="2019-10-03 15:44:19 +0100" endDate="2019-10-03 15:47:00 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 15:57:58 +0100" startDate="2019-10-03 15:47:00 +0100" endDate="2019-10-03 15:57:02 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 16:10:23 +0100" startDate="2019-10-03 15:57:02 +0100" endDate="2019-10-03 16:07:15 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 16:31:19 +0100" startDate="2019-10-03 16:07:15 +0100" endDate="2019-10-03 16:17:16 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 16:31:19 +0100" startDate="2019-10-03 16:17:16 +0100" endDate="2019-10-03 16:19:04 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 16:44:35 +0100" startDate="2019-10-03 16:29:26 +0100" endDate="2019-10-03 16:39:27 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 16:52:48 +0100" startDate="2019-10-03 16:39:27 +0100" endDate="2019-10-03 16:49:28 +0100" value="1049"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 17:01:21 +0100" startDate="2019-10-03 16:49:28 +0100" endDate="2019-10-03 16:52:28 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 18:12:08 +0100" startDate="2019-10-03 17:56:22 +0100" endDate="2019-10-03 17:58:30 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 18:26:10 +0100" startDate="2019-10-03 18:11:54 +0100" endDate="2019-10-03 18:21:54 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 18:35:14 +0100" startDate="2019-10-03 18:21:54 +0100" endDate="2019-10-03 18:31:50 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 18:47:24 +0100" startDate="2019-10-03 18:32:52 +0100" endDate="2019-10-03 18:42:37 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 18:58:04 +0100" startDate="2019-10-03 18:47:01 +0100" endDate="2019-10-03 18:53:26 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 21:59:39 +0100" startDate="2019-10-03 21:39:11 +0100" endDate="2019-10-03 21:44:34 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 22:43:00 +0100" startDate="2019-10-03 22:22:28 +0100" endDate="2019-10-03 22:32:05 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-03 22:46:48 +0100" startDate="2019-10-03 22:33:30 +0100" endDate="2019-10-03 22:33:55 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 00:03:14 +0100" startDate="2019-10-03 23:36:40 +0100" endDate="2019-10-03 23:46:40 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 00:03:14 +0100" startDate="2019-10-03 23:46:40 +0100" endDate="2019-10-03 23:53:15 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 00:07:53 +0100" startDate="2019-10-03 23:53:15 +0100" endDate="2019-10-04 00:01:31 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 00:31:04 +0100" startDate="2019-10-04 00:12:28 +0100" endDate="2019-10-04 00:13:14 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 00:54:10 +0100" startDate="2019-10-04 00:40:53 +0100" endDate="2019-10-04 00:50:53 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 01:03:36 +0100" startDate="2019-10-04 00:50:53 +0100" endDate="2019-10-04 01:00:44 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 01:19:52 +0100" startDate="2019-10-04 01:03:26 +0100" endDate="2019-10-04 01:13:24 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 01:24:52 +0100" startDate="2019-10-04 01:13:32 +0100" endDate="2019-10-04 01:21:12 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 08:16:56 +0100" startDate="2019-10-04 08:05:17 +0100" endDate="2019-10-04 08:10:33 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 08:29:18 +0100" startDate="2019-10-04 08:18:35 +0100" endDate="2019-10-04 08:19:03 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 08:42:45 +0100" startDate="2019-10-04 08:29:42 +0100" endDate="2019-10-04 08:37:06 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 08:57:42 +0100" startDate="2019-10-04 08:41:20 +0100" endDate="2019-10-04 08:41:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 09:06:38 +0100" startDate="2019-10-04 08:51:33 +0100" endDate="2019-10-04 09:00:42 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 09:23:38 +0100" startDate="2019-10-04 09:06:13 +0100" endDate="2019-10-04 09:07:48 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 11:21:51 +0100" startDate="2019-10-04 11:01:56 +0100" endDate="2019-10-04 11:10:27 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 11:32:32 +0100" startDate="2019-10-04 11:13:42 +0100" endDate="2019-10-04 11:23:38 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 11:37:36 +0100" startDate="2019-10-04 11:23:43 +0100" endDate="2019-10-04 11:30:49 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 11:56:37 +0100" startDate="2019-10-04 11:37:12 +0100" endDate="2019-10-04 11:47:13 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 12:00:15 +0100" startDate="2019-10-04 11:47:13 +0100" endDate="2019-10-04 11:56:59 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 12:18:27 +0100" startDate="2019-10-04 11:58:59 +0100" endDate="2019-10-04 12:09:00 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 12:29:48 +0100" startDate="2019-10-04 12:09:00 +0100" endDate="2019-10-04 12:09:29 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 13:06:29 +0100" startDate="2019-10-04 12:47:54 +0100" endDate="2019-10-04 12:57:55 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 13:26:37 +0100" startDate="2019-10-04 12:57:55 +0100" endDate="2019-10-04 13:04:23 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 13:26:37 +0100" startDate="2019-10-04 13:10:43 +0100" endDate="2019-10-04 13:17:00 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 13:36:58 +0100" startDate="2019-10-04 13:17:00 +0100" endDate="2019-10-04 13:18:33 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 13:48:20 +0100" startDate="2019-10-04 13:30:19 +0100" endDate="2019-10-04 13:40:20 +0100" value="970"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 13:51:22 +0100" startDate="2019-10-04 13:40:20 +0100" endDate="2019-10-04 13:48:20 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 14:04:51 +0100" startDate="2019-10-04 13:53:02 +0100" endDate="2019-10-04 13:53:51 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 14:42:51 +0100" startDate="2019-10-04 14:28:29 +0100" endDate="2019-10-04 14:38:10 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 14:51:08 +0100" startDate="2019-10-04 14:39:09 +0100" endDate="2019-10-04 14:49:10 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 15:04:05 +0100" startDate="2019-10-04 14:49:10 +0100" endDate="2019-10-04 14:54:31 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 15:12:14 +0100" startDate="2019-10-04 15:01:14 +0100" endDate="2019-10-04 15:02:28 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 16:01:27 +0100" startDate="2019-10-04 15:50:20 +0100" endDate="2019-10-04 15:59:45 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 16:14:11 +0100" startDate="2019-10-04 16:02:14 +0100" endDate="2019-10-04 16:04:25 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 16:24:47 +0100" startDate="2019-10-04 16:13:16 +0100" endDate="2019-10-04 16:20:53 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-04 16:44:10 +0100" startDate="2019-10-04 16:32:52 +0100" endDate="2019-10-04 16:34:14 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 04:04:27 +0100" startDate="2019-10-05 03:52:56 +0100" endDate="2019-10-05 03:53:27 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 04:20:05 +0100" startDate="2019-10-05 04:09:35 +0100" endDate="2019-10-05 04:09:50 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 08:12:56 +0100" startDate="2019-10-05 07:51:57 +0100" endDate="2019-10-05 07:57:23 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 08:36:40 +0100" startDate="2019-10-05 08:22:47 +0100" endDate="2019-10-05 08:30:53 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 08:46:14 +0100" startDate="2019-10-05 08:35:04 +0100" endDate="2019-10-05 08:45:06 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 08:57:30 +0100" startDate="2019-10-05 08:45:06 +0100" endDate="2019-10-05 08:48:44 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 11:52:25 +0100" startDate="2019-10-05 11:30:37 +0100" endDate="2019-10-05 11:40:38 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 11:52:25 +0100" startDate="2019-10-05 11:40:38 +0100" endDate="2019-10-05 11:48:33 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 12:08:31 +0100" startDate="2019-10-05 11:54:17 +0100" endDate="2019-10-05 11:55:50 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 12:36:12 +0100" startDate="2019-10-05 12:23:02 +0100" endDate="2019-10-05 12:25:52 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 12:54:46 +0100" startDate="2019-10-05 12:38:50 +0100" endDate="2019-10-05 12:47:57 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 14:01:26 +0100" startDate="2019-10-05 13:39:36 +0100" endDate="2019-10-05 13:49:37 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 14:01:26 +0100" startDate="2019-10-05 13:49:37 +0100" endDate="2019-10-05 13:50:46 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 14:15:43 +0100" startDate="2019-10-05 14:00:13 +0100" endDate="2019-10-05 14:08:31 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 13:17:19 +0100" startDate="2019-10-05 13:05:46 +0100" endDate="2019-10-05 13:06:47 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 13:33:47 +0100" startDate="2019-10-05 13:18:10 +0100" endDate="2019-10-05 13:19:09 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 14:21:40 +0100" startDate="2019-10-05 14:10:16 +0100" endDate="2019-10-05 14:18:50 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 14:33:40 +0100" startDate="2019-10-05 14:21:49 +0100" endDate="2019-10-05 14:22:40 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 14:44:58 +0100" startDate="2019-10-05 14:33:37 +0100" endDate="2019-10-05 14:41:16 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 14:55:16 +0100" startDate="2019-10-05 14:44:16 +0100" endDate="2019-10-05 14:54:17 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 15:09:33 +0100" startDate="2019-10-05 14:54:17 +0100" endDate="2019-10-05 15:04:17 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 15:18:37 +0100" startDate="2019-10-05 15:04:17 +0100" endDate="2019-10-05 15:14:19 +0100" value="999"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 15:29:00 +0100" startDate="2019-10-05 15:14:19 +0100" endDate="2019-10-05 15:24:04 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 15:40:35 +0100" startDate="2019-10-05 15:24:30 +0100" endDate="2019-10-05 15:34:08 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 15:50:06 +0100" startDate="2019-10-05 15:38:30 +0100" endDate="2019-10-05 15:48:31 +0100" value="999"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 16:11:13 +0100" startDate="2019-10-05 15:48:31 +0100" endDate="2019-10-05 15:58:32 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 16:11:13 +0100" startDate="2019-10-05 15:58:32 +0100" endDate="2019-10-05 16:07:50 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 16:19:49 +0100" startDate="2019-10-05 16:08:49 +0100" endDate="2019-10-05 16:18:50 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 16:40:01 +0100" startDate="2019-10-05 16:18:50 +0100" endDate="2019-10-05 16:28:51 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 16:40:01 +0100" startDate="2019-10-05 16:28:51 +0100" endDate="2019-10-05 16:38:50 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 16:57:54 +0100" startDate="2019-10-05 16:38:50 +0100" endDate="2019-10-05 16:45:16 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 17:05:46 +0100" startDate="2019-10-05 16:54:46 +0100" endDate="2019-10-05 17:04:44 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 17:16:13 +0100" startDate="2019-10-05 17:05:10 +0100" endDate="2019-10-05 17:07:42 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 17:47:37 +0100" startDate="2019-10-05 17:26:20 +0100" endDate="2019-10-05 17:29:10 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 18:34:29 +0100" startDate="2019-10-05 18:12:30 +0100" endDate="2019-10-05 18:14:46 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-05 22:44:07 +0100" startDate="2019-10-05 22:19:30 +0100" endDate="2019-10-05 22:19:43 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 08:09:34 +0100" startDate="2019-10-06 07:54:07 +0100" endDate="2019-10-06 08:04:08 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 08:15:11 +0100" startDate="2019-10-06 08:04:08 +0100" endDate="2019-10-06 08:12:34 +0100" value="563"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 08:41:52 +0100" startDate="2019-10-06 08:22:58 +0100" endDate="2019-10-06 08:23:00 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 10:33:14 +0100" startDate="2019-10-06 10:17:25 +0100" endDate="2019-10-06 10:27:00 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 10:37:15 +0100" startDate="2019-10-06 10:27:00 +0100" endDate="2019-10-06 10:27:02 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 11:01:38 +0100" startDate="2019-10-06 10:51:17 +0100" endDate="2019-10-06 10:53:36 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 13:12:05 +0100" startDate="2019-10-06 12:57:49 +0100" endDate="2019-10-06 12:58:23 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 13:27:02 +0100" startDate="2019-10-06 13:09:15 +0100" endDate="2019-10-06 13:13:06 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 13:34:25 +0100" startDate="2019-10-06 13:23:22 +0100" endDate="2019-10-06 13:29:07 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 14:01:20 +0100" startDate="2019-10-06 13:41:31 +0100" endDate="2019-10-06 13:42:17 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 14:43:29 +0100" startDate="2019-10-06 14:31:32 +0100" endDate="2019-10-06 14:35:41 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 17:21:35 +0100" startDate="2019-10-06 17:10:28 +0100" endDate="2019-10-06 17:15:15 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 19:03:31 +0100" startDate="2019-10-06 18:49:12 +0100" endDate="2019-10-06 18:49:51 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-06 19:16:49 +0100" startDate="2019-10-06 19:06:04 +0100" endDate="2019-10-06 19:06:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 05:36:42 +0100" startDate="2019-10-07 05:25:36 +0100" endDate="2019-10-07 05:32:17 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 05:59:34 +0100" startDate="2019-10-07 05:48:06 +0100" endDate="2019-10-07 05:48:34 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 06:14:11 +0100" startDate="2019-10-07 05:59:07 +0100" endDate="2019-10-07 06:09:08 +0100" value="831"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 06:29:48 +0100" startDate="2019-10-07 06:09:08 +0100" endDate="2019-10-07 06:13:38 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 06:59:45 +0100" startDate="2019-10-07 06:48:40 +0100" endDate="2019-10-07 06:48:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 08:01:56 +0100" startDate="2019-10-07 07:38:38 +0100" endDate="2019-10-07 07:47:45 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 08:01:56 +0100" startDate="2019-10-07 07:51:00 +0100" endDate="2019-10-07 07:54:56 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 08:14:08 +0100" startDate="2019-10-07 08:01:01 +0100" endDate="2019-10-07 08:09:39 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 09:48:00 +0100" startDate="2019-10-07 09:35:59 +0100" endDate="2019-10-07 09:45:09 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 10:08:13 +0100" startDate="2019-10-07 09:47:04 +0100" endDate="2019-10-07 09:47:22 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 10:19:25 +0100" startDate="2019-10-07 10:08:10 +0100" endDate="2019-10-07 10:08:46 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 10:35:27 +0100" startDate="2019-10-07 10:23:16 +0100" endDate="2019-10-07 10:33:08 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 10:46:22 +0100" startDate="2019-10-07 10:35:22 +0100" endDate="2019-10-07 10:35:24 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 11:02:02 +0100" startDate="2019-10-07 10:48:27 +0100" endDate="2019-10-07 10:58:27 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 11:19:51 +0100" startDate="2019-10-07 10:58:27 +0100" endDate="2019-10-07 11:01:32 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 11:19:51 +0100" startDate="2019-10-07 11:09:43 +0100" endDate="2019-10-07 11:11:00 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 12:38:37 +0100" startDate="2019-10-07 12:20:17 +0100" endDate="2019-10-07 12:28:05 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 14:05:16 +0100" startDate="2019-10-07 13:52:59 +0100" endDate="2019-10-07 14:03:00 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 14:14:24 +0100" startDate="2019-10-07 14:03:00 +0100" endDate="2019-10-07 14:03:44 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 14:55:25 +0100" startDate="2019-10-07 14:33:02 +0100" endDate="2019-10-07 14:36:33 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 15:01:38 +0100" startDate="2019-10-07 14:46:13 +0100" endDate="2019-10-07 14:49:25 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 15:21:36 +0100" startDate="2019-10-07 15:07:28 +0100" endDate="2019-10-07 15:08:09 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 15:33:59 +0100" startDate="2019-10-07 15:20:21 +0100" endDate="2019-10-07 15:21:51 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 15:44:53 +0100" startDate="2019-10-07 15:33:21 +0100" endDate="2019-10-07 15:36:00 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 16:23:11 +0100" startDate="2019-10-07 16:11:46 +0100" endDate="2019-10-07 16:11:51 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 16:36:42 +0100" startDate="2019-10-07 16:24:02 +0100" endDate="2019-10-07 16:33:48 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 16:45:18 +0100" startDate="2019-10-07 16:34:03 +0100" endDate="2019-10-07 16:36:17 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 17:57:15 +0100" startDate="2019-10-07 17:45:16 +0100" endDate="2019-10-07 17:46:48 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 18:28:07 +0100" startDate="2019-10-07 18:16:24 +0100" endDate="2019-10-07 18:21:37 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 18:49:43 +0100" startDate="2019-10-07 18:37:03 +0100" endDate="2019-10-07 18:46:15 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 19:01:43 +0100" startDate="2019-10-07 18:49:17 +0100" endDate="2019-10-07 18:57:38 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 19:12:30 +0100" startDate="2019-10-07 19:01:47 +0100" endDate="2019-10-07 19:06:32 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-07 20:42:57 +0100" startDate="2019-10-07 20:29:58 +0100" endDate="2019-10-07 20:30:06 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 05:04:00 +0100" startDate="2019-10-07 21:26:32 +0100" endDate="2019-10-07 21:26:45 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 05:16:50 +0100" startDate="2019-10-08 05:05:19 +0100" endDate="2019-10-08 05:12:58 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 05:51:26 +0100" startDate="2019-10-08 05:40:20 +0100" endDate="2019-10-08 05:40:25 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 06:12:30 +0100" startDate="2019-10-08 06:00:23 +0100" endDate="2019-10-08 06:00:51 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 06:38:28 +0100" startDate="2019-10-08 06:12:42 +0100" endDate="2019-10-08 06:22:42 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 06:38:28 +0100" startDate="2019-10-08 06:22:55 +0100" endDate="2019-10-08 06:29:15 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 06:40:54 +0100" startDate="2019-10-08 06:29:15 +0100" endDate="2019-10-08 06:29:38 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 07:06:20 +0100" startDate="2019-10-08 06:53:51 +0100" endDate="2019-10-08 07:03:33 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 07:33:07 +0100" startDate="2019-10-08 07:07:24 +0100" endDate="2019-10-08 07:08:20 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 09:26:09 +0100" startDate="2019-10-08 09:12:43 +0100" endDate="2019-10-08 09:16:03 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 10:50:29 +0100" startDate="2019-10-08 10:36:32 +0100" endDate="2019-10-08 10:36:55 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 10:57:42 +0100" startDate="2019-10-08 10:47:37 +0100" endDate="2019-10-08 10:50:47 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 11:14:44 +0100" startDate="2019-10-08 10:59:59 +0100" endDate="2019-10-08 11:04:28 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 11:29:15 +0100" startDate="2019-10-08 11:17:49 +0100" endDate="2019-10-08 11:27:39 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 11:48:21 +0100" startDate="2019-10-08 11:31:10 +0100" endDate="2019-10-08 11:38:39 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 12:37:36 +0100" startDate="2019-10-08 12:22:41 +0100" endDate="2019-10-08 12:31:35 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 13:07:46 +0100" startDate="2019-10-08 12:54:41 +0100" endDate="2019-10-08 13:00:32 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 15:07:38 +0100" startDate="2019-10-08 14:53:16 +0100" endDate="2019-10-08 15:03:17 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 15:20:33 +0100" startDate="2019-10-08 15:03:17 +0100" endDate="2019-10-08 15:11:05 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 16:18:22 +0100" startDate="2019-10-08 16:07:09 +0100" endDate="2019-10-08 16:08:28 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 17:06:31 +0100" startDate="2019-10-08 16:49:39 +0100" endDate="2019-10-08 16:55:18 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 17:19:08 +0100" startDate="2019-10-08 17:07:58 +0100" endDate="2019-10-08 17:08:08 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 17:56:39 +0100" startDate="2019-10-08 17:43:40 +0100" endDate="2019-10-08 17:43:46 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-08 18:33:42 +0100" startDate="2019-10-08 18:19:36 +0100" endDate="2019-10-08 18:28:27 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 05:27:53 +0100" startDate="2019-10-09 05:11:04 +0100" endDate="2019-10-09 05:17:14 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 05:59:09 +0100" startDate="2019-10-09 05:47:10 +0100" endDate="2019-10-09 05:48:22 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 06:14:06 +0100" startDate="2019-10-09 06:02:54 +0100" endDate="2019-10-09 06:12:54 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 06:23:56 +0100" startDate="2019-10-09 06:12:54 +0100" endDate="2019-10-09 06:21:32 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 06:34:36 +0100" startDate="2019-10-09 06:23:33 +0100" endDate="2019-10-09 06:25:28 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 07:56:01 +0100" startDate="2019-10-09 07:30:30 +0100" endDate="2019-10-09 07:40:26 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 07:56:01 +0100" startDate="2019-10-09 07:41:35 +0100" endDate="2019-10-09 07:42:16 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 08:05:15 +0100" startDate="2019-10-09 07:52:04 +0100" endDate="2019-10-09 07:52:43 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 09:21:48 +0100" startDate="2019-10-09 09:03:54 +0100" endDate="2019-10-09 09:13:45 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 09:29:42 +0100" startDate="2019-10-09 09:16:06 +0100" endDate="2019-10-09 09:26:07 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 09:40:31 +0100" startDate="2019-10-09 09:26:07 +0100" endDate="2019-10-09 09:36:08 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 10:01:46 +0100" startDate="2019-10-09 09:36:08 +0100" endDate="2019-10-09 09:40:12 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 10:01:46 +0100" startDate="2019-10-09 09:46:40 +0100" endDate="2019-10-09 09:46:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 10:22:39 +0100" startDate="2019-10-09 10:07:25 +0100" endDate="2019-10-09 10:07:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 10:42:21 +0100" startDate="2019-10-09 10:28:08 +0100" endDate="2019-10-09 10:38:08 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 10:48:32 +0100" startDate="2019-10-09 10:38:08 +0100" endDate="2019-10-09 10:48:09 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 10:59:49 +0100" startDate="2019-10-09 10:48:09 +0100" endDate="2019-10-09 10:48:14 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 11:19:36 +0100" startDate="2019-10-09 11:04:50 +0100" endDate="2019-10-09 11:14:07 +0100" value="949"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 11:33:39 +0100" startDate="2019-10-09 11:19:41 +0100" endDate="2019-10-09 11:25:45 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 12:04:14 +0100" startDate="2019-10-09 11:52:45 +0100" endDate="2019-10-09 12:02:45 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 12:15:45 +0100" startDate="2019-10-09 12:02:45 +0100" endDate="2019-10-09 12:07:38 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 12:32:30 +0100" startDate="2019-10-09 12:20:33 +0100" endDate="2019-10-09 12:28:30 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 13:01:27 +0100" startDate="2019-10-09 12:50:24 +0100" endDate="2019-10-09 12:56:57 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 14:57:14 +0100" startDate="2019-10-09 14:45:18 +0100" endDate="2019-10-09 14:53:30 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 15:10:34 +0100" startDate="2019-10-09 14:57:39 +0100" endDate="2019-10-09 15:07:22 +0100" value="860"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 15:21:15 +0100" startDate="2019-10-09 15:07:43 +0100" endDate="2019-10-09 15:07:56 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 15:44:37 +0100" startDate="2019-10-09 15:30:44 +0100" endDate="2019-10-09 15:34:41 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 16:16:46 +0100" startDate="2019-10-09 16:03:26 +0100" endDate="2019-10-09 16:03:29 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 16:30:40 +0100" startDate="2019-10-09 16:09:56 +0100" endDate="2019-10-09 16:19:57 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 16:30:40 +0100" startDate="2019-10-09 16:19:57 +0100" endDate="2019-10-09 16:28:13 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 16:44:19 +0100" startDate="2019-10-09 16:28:13 +0100" endDate="2019-10-09 16:38:17 +0100" value="654"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 16:50:09 +0100" startDate="2019-10-09 16:38:17 +0100" endDate="2019-10-09 16:48:11 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 17:06:30 +0100" startDate="2019-10-09 16:48:29 +0100" endDate="2019-10-09 16:57:31 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 17:14:45 +0100" startDate="2019-10-09 16:59:39 +0100" endDate="2019-10-09 17:08:46 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 17:21:39 +0100" startDate="2019-10-09 17:10:16 +0100" endDate="2019-10-09 17:20:17 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 17:31:20 +0100" startDate="2019-10-09 17:20:17 +0100" endDate="2019-10-09 17:30:19 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 17:44:00 +0100" startDate="2019-10-09 17:30:19 +0100" endDate="2019-10-09 17:32:55 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 17:58:00 +0100" startDate="2019-10-09 17:45:10 +0100" endDate="2019-10-09 17:50:54 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 18:16:32 +0100" startDate="2019-10-09 17:58:42 +0100" endDate="2019-10-09 18:01:34 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 18:23:47 +0100" startDate="2019-10-09 18:09:29 +0100" endDate="2019-10-09 18:15:29 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 21:42:36 +0100" startDate="2019-10-09 21:30:09 +0100" endDate="2019-10-09 21:32:07 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 22:57:32 +0100" startDate="2019-10-09 22:44:29 +0100" endDate="2019-10-09 22:44:34 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 23:14:14 +0100" startDate="2019-10-09 23:01:46 +0100" endDate="2019-10-09 23:11:06 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-09 23:32:22 +0100" startDate="2019-10-09 23:13:21 +0100" endDate="2019-10-09 23:15:30 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 05:40:26 +0100" startDate="2019-10-10 05:30:16 +0100" endDate="2019-10-10 05:30:19 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 05:51:13 +0100" startDate="2019-10-10 05:40:25 +0100" endDate="2019-10-10 05:41:11 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 08:16:04 +0100" startDate="2019-10-10 08:03:24 +0100" endDate="2019-10-10 08:13:25 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 08:30:55 +0100" startDate="2019-10-10 08:13:25 +0100" endDate="2019-10-10 08:19:16 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 09:12:31 +0100" startDate="2019-10-10 08:59:32 +0100" endDate="2019-10-10 09:03:59 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 09:45:10 +0100" startDate="2019-10-10 09:28:58 +0100" endDate="2019-10-10 09:34:37 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 10:12:55 +0100" startDate="2019-10-10 10:00:22 +0100" endDate="2019-10-10 10:00:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 10:25:32 +0100" startDate="2019-10-10 10:12:31 +0100" endDate="2019-10-10 10:17:57 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 10:38:44 +0100" startDate="2019-10-10 10:26:45 +0100" endDate="2019-10-10 10:36:46 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 10:57:41 +0100" startDate="2019-10-10 10:36:46 +0100" endDate="2019-10-10 10:46:00 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 11:18:21 +0100" startDate="2019-10-10 11:05:13 +0100" endDate="2019-10-10 11:15:14 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 11:26:20 +0100" startDate="2019-10-10 11:15:14 +0100" endDate="2019-10-10 11:25:12 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 11:40:14 +0100" startDate="2019-10-10 11:28:24 +0100" endDate="2019-10-10 11:35:40 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 12:19:19 +0100" startDate="2019-10-10 12:00:37 +0100" endDate="2019-10-10 12:08:23 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 12:45:36 +0100" startDate="2019-10-10 12:34:11 +0100" endDate="2019-10-10 12:44:11 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 13:07:49 +0100" startDate="2019-10-10 12:44:11 +0100" endDate="2019-10-10 12:53:59 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 13:07:49 +0100" startDate="2019-10-10 12:54:12 +0100" endDate="2019-10-10 12:54:15 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 13:55:46 +0100" startDate="2019-10-10 13:41:02 +0100" endDate="2019-10-10 13:51:03 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 14:02:58 +0100" startDate="2019-10-10 13:51:03 +0100" endDate="2019-10-10 13:56:32 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 14:41:12 +0100" startDate="2019-10-10 14:29:57 +0100" endDate="2019-10-10 14:37:49 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 14:59:06 +0100" startDate="2019-10-10 14:47:10 +0100" endDate="2019-10-10 14:57:11 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 15:08:48 +0100" startDate="2019-10-10 14:57:11 +0100" endDate="2019-10-10 15:07:12 +0100" value="1069"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 15:24:37 +0100" startDate="2019-10-10 15:07:12 +0100" endDate="2019-10-10 15:17:02 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 15:29:21 +0100" startDate="2019-10-10 15:17:43 +0100" endDate="2019-10-10 15:27:45 +0100" value="1096"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 15:39:28 +0100" startDate="2019-10-10 15:27:45 +0100" endDate="2019-10-10 15:37:43 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 15:52:56 +0100" startDate="2019-10-10 15:38:47 +0100" endDate="2019-10-10 15:42:10 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 16:18:56 +0100" startDate="2019-10-10 16:02:01 +0100" endDate="2019-10-10 16:09:58 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 17:24:43 +0100" startDate="2019-10-10 17:11:53 +0100" endDate="2019-10-10 17:21:54 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 17:32:56 +0100" startDate="2019-10-10 17:21:54 +0100" endDate="2019-10-10 17:30:14 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 17:49:16 +0100" startDate="2019-10-10 17:33:06 +0100" endDate="2019-10-10 17:34:10 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 18:10:30 +0100" startDate="2019-10-10 17:50:03 +0100" endDate="2019-10-10 18:00:04 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 18:10:30 +0100" startDate="2019-10-10 18:00:04 +0100" endDate="2019-10-10 18:04:08 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 18:41:59 +0100" startDate="2019-10-10 18:27:35 +0100" endDate="2019-10-10 18:29:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 20:56:46 +0100" startDate="2019-10-10 20:42:24 +0100" endDate="2019-10-10 20:52:24 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 21:03:35 +0100" startDate="2019-10-10 20:52:24 +0100" endDate="2019-10-10 21:02:10 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 21:13:41 +0100" startDate="2019-10-10 21:02:38 +0100" endDate="2019-10-10 21:12:23 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-10 21:29:39 +0100" startDate="2019-10-10 21:12:51 +0100" endDate="2019-10-10 21:13:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="12.4.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:12.4.1, creation date:2019-09-12 04:52:23 +0000&gt;" unit="count" creationDate="2019-10-11 01:54:26 +0100" startDate="2019-10-11 01:39:39 +0100" endDate="2019-10-11 01:41:48 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 07:05:03 +0100" startDate="2019-10-11 07:02:40 +0100" endDate="2019-10-11 07:03:15 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 07:17:50 +0100" startDate="2019-10-11 07:06:48 +0100" endDate="2019-10-11 07:07:00 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 07:41:34 +0100" startDate="2019-10-11 07:30:11 +0100" endDate="2019-10-11 07:39:54 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 07:51:43 +0100" startDate="2019-10-11 07:40:43 +0100" endDate="2019-10-11 07:50:18 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 09:37:50 +0100" startDate="2019-10-11 09:18:50 +0100" endDate="2019-10-11 09:19:16 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 09:49:29 +0100" startDate="2019-10-11 09:37:23 +0100" endDate="2019-10-11 09:37:51 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 10:04:52 +0100" startDate="2019-10-11 09:53:50 +0100" endDate="2019-10-11 09:53:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 10:42:09 +0100" startDate="2019-10-11 10:30:07 +0100" endDate="2019-10-11 10:40:08 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 10:55:03 +0100" startDate="2019-10-11 10:40:08 +0100" endDate="2019-10-11 10:46:07 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 11:26:04 +0100" startDate="2019-10-11 11:14:09 +0100" endDate="2019-10-11 11:23:09 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 14:30:00 +0100" startDate="2019-10-11 14:18:36 +0100" endDate="2019-10-11 14:22:33 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 14:46:41 +0100" startDate="2019-10-11 14:34:26 +0100" endDate="2019-10-11 14:36:21 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 15:57:42 +0100" startDate="2019-10-11 15:46:41 +0100" endDate="2019-10-11 15:56:25 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 16:08:15 +0100" startDate="2019-10-11 15:56:45 +0100" endDate="2019-10-11 15:59:15 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 17:22:29 +0100" startDate="2019-10-11 17:09:53 +0100" endDate="2019-10-11 17:16:58 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 17:32:03 +0100" startDate="2019-10-11 17:20:50 +0100" endDate="2019-10-11 17:26:38 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 17:52:54 +0100" startDate="2019-10-11 17:32:04 +0100" endDate="2019-10-11 17:32:21 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 18:43:58 +0100" startDate="2019-10-11 18:32:41 +0100" endDate="2019-10-11 18:33:27 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 19:19:50 +0100" startDate="2019-10-11 19:17:33 +0100" endDate="2019-10-11 19:18:21 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 19:30:50 +0100" startDate="2019-10-11 19:19:53 +0100" endDate="2019-10-11 19:29:53 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 19:40:56 +0100" startDate="2019-10-11 19:29:53 +0100" endDate="2019-10-11 19:31:38 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 19:52:06 +0100" startDate="2019-10-11 19:41:01 +0100" endDate="2019-10-11 19:42:07 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 20:27:24 +0100" startDate="2019-10-11 20:11:13 +0100" endDate="2019-10-11 20:11:21 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 21:31:49 +0100" startDate="2019-10-11 21:07:51 +0100" endDate="2019-10-11 21:07:56 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 21:53:56 +0100" startDate="2019-10-11 21:41:22 +0100" endDate="2019-10-11 21:46:17 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 23:09:39 +0100" startDate="2019-10-11 22:57:44 +0100" endDate="2019-10-11 23:06:37 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-11 23:19:27 +0100" startDate="2019-10-11 23:08:24 +0100" endDate="2019-10-11 23:10:21 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 05:22:21 +0100" startDate="2019-10-12 05:19:22 +0100" endDate="2019-10-12 05:20:18 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 05:50:37 +0100" startDate="2019-10-12 05:33:02 +0100" endDate="2019-10-12 05:40:02 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 06:14:24 +0100" startDate="2019-10-12 06:01:41 +0100" endDate="2019-10-12 06:11:42 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 06:24:25 +0100" startDate="2019-10-12 06:11:42 +0100" endDate="2019-10-12 06:14:56 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 07:23:14 +0100" startDate="2019-10-12 07:09:46 +0100" endDate="2019-10-12 07:19:42 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 07:31:00 +0100" startDate="2019-10-12 07:20:00 +0100" endDate="2019-10-12 07:29:45 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 08:10:55 +0100" startDate="2019-10-12 07:59:40 +0100" endDate="2019-10-12 08:05:17 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 08:37:20 +0100" startDate="2019-10-12 08:22:38 +0100" endDate="2019-10-12 08:24:12 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 08:55:13 +0100" startDate="2019-10-12 08:41:42 +0100" endDate="2019-10-12 08:50:57 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 09:08:08 +0100" startDate="2019-10-12 08:55:48 +0100" endDate="2019-10-12 09:03:44 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 09:37:00 +0100" startDate="2019-10-12 09:24:05 +0100" endDate="2019-10-12 09:32:47 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 09:49:14 +0100" startDate="2019-10-12 09:35:09 +0100" endDate="2019-10-12 09:43:34 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 09:59:32 +0100" startDate="2019-10-12 09:46:27 +0100" endDate="2019-10-12 09:56:13 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 10:09:57 +0100" startDate="2019-10-12 09:58:33 +0100" endDate="2019-10-12 10:07:12 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 10:27:32 +0100" startDate="2019-10-12 10:10:36 +0100" endDate="2019-10-12 10:19:13 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 10:36:58 +0100" startDate="2019-10-12 10:26:01 +0100" endDate="2019-10-12 10:36:02 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 10:36:58 +0100" startDate="2019-10-12 10:36:02 +0100" endDate="2019-10-12 10:36:52 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 12:37:38 +0100" startDate="2019-10-12 12:25:16 +0100" endDate="2019-10-12 12:28:05 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 13:02:51 +0100" startDate="2019-10-12 12:40:24 +0100" endDate="2019-10-12 12:42:21 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 15:36:09 +0100" startDate="2019-10-12 15:23:01 +0100" endDate="2019-10-12 15:24:13 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca5900&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 16:50:50 +0100" startDate="2019-10-12 16:39:42 +0100" endDate="2019-10-12 16:43:54 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 17:07:33 +0100" startDate="2019-10-12 16:54:49 +0100" endDate="2019-10-12 17:04:48 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 17:16:10 +0100" startDate="2019-10-12 17:04:48 +0100" endDate="2019-10-12 17:14:44 +0100" value="1117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 17:56:09 +0100" startDate="2019-10-12 17:30:35 +0100" endDate="2019-10-12 17:36:29 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 20:13:52 +0100" startDate="2019-10-12 20:01:47 +0100" endDate="2019-10-12 20:11:48 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 20:13:52 +0100" startDate="2019-10-12 20:11:48 +0100" endDate="2019-10-12 20:11:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 20:37:28 +0100" startDate="2019-10-12 20:26:28 +0100" endDate="2019-10-12 20:36:21 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 20:47:29 +0100" startDate="2019-10-12 20:36:27 +0100" endDate="2019-10-12 20:40:44 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-12 22:10:56 +0100" startDate="2019-10-12 21:55:40 +0100" endDate="2019-10-12 21:55:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 08:33:39 +0100" startDate="2019-10-13 08:17:59 +0100" endDate="2019-10-13 08:27:58 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 08:39:12 +0100" startDate="2019-10-13 08:27:58 +0100" endDate="2019-10-13 08:37:59 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 08:48:42 +0100" startDate="2019-10-13 08:37:59 +0100" endDate="2019-10-13 08:42:08 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 09:38:38 +0100" startDate="2019-10-13 09:27:36 +0100" endDate="2019-10-13 09:27:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 12:33:08 +0100" startDate="2019-10-13 12:22:08 +0100" endDate="2019-10-13 12:30:27 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 12:49:14 +0100" startDate="2019-10-13 12:37:40 +0100" endDate="2019-10-13 12:46:24 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 13:03:00 +0100" startDate="2019-10-13 12:48:19 +0100" endDate="2019-10-13 12:52:11 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 13:14:30 +0100" startDate="2019-10-13 13:01:22 +0100" endDate="2019-10-13 13:01:24 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 13:42:57 +0100" startDate="2019-10-13 13:30:36 +0100" endDate="2019-10-13 13:40:37 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 13:53:41 +0100" startDate="2019-10-13 13:40:37 +0100" endDate="2019-10-13 13:50:38 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 13:53:49 +0100" startDate="2019-10-13 13:50:38 +0100" endDate="2019-10-13 13:53:46 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 15:27:11 +0100" startDate="2019-10-13 15:14:23 +0100" endDate="2019-10-13 15:20:42 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 15:56:33 +0100" startDate="2019-10-13 15:42:17 +0100" endDate="2019-10-13 15:46:54 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 14:07:09 +0100" startDate="2019-10-13 13:53:46 +0100" endDate="2019-10-13 14:03:47 +0100" value="972"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 14:16:38 +0100" startDate="2019-10-13 14:03:47 +0100" endDate="2019-10-13 14:13:23 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 14:25:28 +0100" startDate="2019-10-13 14:13:59 +0100" endDate="2019-10-13 14:24:00 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 14:40:03 +0100" startDate="2019-10-13 14:24:00 +0100" endDate="2019-10-13 14:34:01 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 14:50:59 +0100" startDate="2019-10-13 14:34:01 +0100" endDate="2019-10-13 14:44:02 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 14:59:37 +0100" startDate="2019-10-13 14:44:02 +0100" endDate="2019-10-13 14:54:03 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 15:07:28 +0100" startDate="2019-10-13 14:54:03 +0100" endDate="2019-10-13 15:04:04 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 15:16:19 +0100" startDate="2019-10-13 15:04:04 +0100" endDate="2019-10-13 15:14:03 +0100" value="682"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 16:39:41 +0100" startDate="2019-10-13 16:27:59 +0100" endDate="2019-10-13 16:29:59 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 17:06:33 +0100" startDate="2019-10-13 16:50:10 +0100" endDate="2019-10-13 16:51:14 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 17:18:58 +0100" startDate="2019-10-13 17:07:08 +0100" endDate="2019-10-13 17:13:30 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 17:45:30 +0100" startDate="2019-10-13 17:34:08 +0100" endDate="2019-10-13 17:35:40 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 19:57:17 +0100" startDate="2019-10-13 19:46:01 +0100" endDate="2019-10-13 19:50:46 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 20:19:09 +0100" startDate="2019-10-13 20:04:08 +0100" endDate="2019-10-13 20:09:24 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 20:59:18 +0100" startDate="2019-10-13 20:47:39 +0100" endDate="2019-10-13 20:56:44 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-13 21:26:49 +0100" startDate="2019-10-13 21:11:03 +0100" endDate="2019-10-13 21:16:52 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 05:36:00 +0100" startDate="2019-10-14 05:24:01 +0100" endDate="2019-10-14 05:24:21 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 06:30:30 +0100" startDate="2019-10-14 06:18:52 +0100" endDate="2019-10-14 06:28:25 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 07:38:31 +0100" startDate="2019-10-14 07:27:28 +0100" endDate="2019-10-14 07:34:54 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 07:54:32 +0100" startDate="2019-10-14 07:39:47 +0100" endDate="2019-10-14 07:47:22 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 08:57:27 +0100" startDate="2019-10-14 08:38:09 +0100" endDate="2019-10-14 08:38:27 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 09:41:21 +0100" startDate="2019-10-14 09:30:01 +0100" endDate="2019-10-14 09:32:24 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 10:35:52 +0100" startDate="2019-10-14 10:23:25 +0100" endDate="2019-10-14 10:33:04 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 10:48:19 +0100" startDate="2019-10-14 10:35:12 +0100" endDate="2019-10-14 10:35:47 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 10:58:18 +0100" startDate="2019-10-14 10:47:17 +0100" endDate="2019-10-14 10:55:17 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 11:11:50 +0100" startDate="2019-10-14 10:57:32 +0100" endDate="2019-10-14 11:03:03 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 12:14:15 +0100" startDate="2019-10-14 12:00:17 +0100" endDate="2019-10-14 12:08:49 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 12:36:45 +0100" startDate="2019-10-14 12:23:38 +0100" endDate="2019-10-14 12:30:00 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 13:49:13 +0100" startDate="2019-10-14 13:33:02 +0100" endDate="2019-10-14 13:37:25 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 14:19:28 +0100" startDate="2019-10-14 14:07:02 +0100" endDate="2019-10-14 14:17:02 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 14:29:40 +0100" startDate="2019-10-14 14:17:02 +0100" endDate="2019-10-14 14:27:01 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 14:40:48 +0100" startDate="2019-10-14 14:27:26 +0100" endDate="2019-10-14 14:35:03 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 15:21:19 +0100" startDate="2019-10-14 15:08:42 +0100" endDate="2019-10-14 15:18:31 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 15:31:59 +0100" startDate="2019-10-14 15:19:02 +0100" endDate="2019-10-14 15:29:03 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 15:40:06 +0100" startDate="2019-10-14 15:29:03 +0100" endDate="2019-10-14 15:39:04 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 15:50:09 +0100" startDate="2019-10-14 15:39:04 +0100" endDate="2019-10-14 15:48:18 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 17:23:07 +0100" startDate="2019-10-14 17:11:10 +0100" endDate="2019-10-14 17:11:25 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-14 19:54:57 +0100" startDate="2019-10-14 19:43:54 +0100" endDate="2019-10-14 19:45:41 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 05:20:44 +0100" startDate="2019-10-15 05:09:41 +0100" endDate="2019-10-15 05:09:59 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 05:35:50 +0100" startDate="2019-10-15 05:24:48 +0100" endDate="2019-10-15 05:27:52 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 06:09:02 +0100" startDate="2019-10-15 05:57:59 +0100" endDate="2019-10-15 06:03:02 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 06:22:53 +0100" startDate="2019-10-15 06:10:05 +0100" endDate="2019-10-15 06:20:06 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 06:35:11 +0100" startDate="2019-10-15 06:20:06 +0100" endDate="2019-10-15 06:24:31 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 08:20:15 +0100" startDate="2019-10-15 08:08:22 +0100" endDate="2019-10-15 08:09:11 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 09:05:09 +0100" startDate="2019-10-15 08:53:30 +0100" endDate="2019-10-15 08:53:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 09:28:23 +0100" startDate="2019-10-15 09:16:17 +0100" endDate="2019-10-15 09:26:18 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 09:37:21 +0100" startDate="2019-10-15 09:26:18 +0100" endDate="2019-10-15 09:27:44 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 10:39:32 +0100" startDate="2019-10-15 10:27:57 +0100" endDate="2019-10-15 10:37:58 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 10:51:31 +0100" startDate="2019-10-15 10:37:58 +0100" endDate="2019-10-15 10:46:50 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 11:23:14 +0100" startDate="2019-10-15 11:12:12 +0100" endDate="2019-10-15 11:21:32 +0100" value="986"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 11:33:36 +0100" startDate="2019-10-15 11:22:33 +0100" endDate="2019-10-15 11:30:14 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 11:57:56 +0100" startDate="2019-10-15 11:46:40 +0100" endDate="2019-10-15 11:50:04 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 12:15:12 +0100" startDate="2019-10-15 11:57:58 +0100" endDate="2019-10-15 11:59:35 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 13:12:07 +0100" startDate="2019-10-15 12:59:59 +0100" endDate="2019-10-15 13:00:20 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 13:20:46 +0100" startDate="2019-10-15 13:14:48 +0100" endDate="2019-10-15 13:19:51 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 13:41:42 +0100" startDate="2019-10-15 13:22:13 +0100" endDate="2019-10-15 13:25:04 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 15:01:36 +0100" startDate="2019-10-15 14:50:16 +0100" endDate="2019-10-15 15:00:00 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 16:17:50 +0100" startDate="2019-10-15 16:05:10 +0100" endDate="2019-10-15 16:07:03 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 16:27:17 +0100" startDate="2019-10-15 16:15:34 +0100" endDate="2019-10-15 16:25:18 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 16:38:55 +0100" startDate="2019-10-15 16:25:46 +0100" endDate="2019-10-15 16:32:02 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 16:53:45 +0100" startDate="2019-10-15 16:36:09 +0100" endDate="2019-10-15 16:37:13 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 17:06:43 +0100" startDate="2019-10-15 16:53:26 +0100" endDate="2019-10-15 17:03:27 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 17:20:32 +0100" startDate="2019-10-15 17:03:27 +0100" endDate="2019-10-15 17:05:04 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 17:46:35 +0100" startDate="2019-10-15 17:35:32 +0100" endDate="2019-10-15 17:36:01 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 18:20:38 +0100" startDate="2019-10-15 18:04:46 +0100" endDate="2019-10-15 18:13:25 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 18:45:00 +0100" startDate="2019-10-15 18:32:16 +0100" endDate="2019-10-15 18:37:04 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 21:22:49 +0100" startDate="2019-10-15 21:10:47 +0100" endDate="2019-10-15 21:16:13 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 21:37:39 +0100" startDate="2019-10-15 21:23:37 +0100" endDate="2019-10-15 21:24:27 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-15 21:50:30 +0100" startDate="2019-10-15 21:34:41 +0100" endDate="2019-10-15 21:39:37 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 00:01:48 +0100" startDate="2019-10-15 23:47:18 +0100" endDate="2019-10-15 23:52:52 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 00:15:31 +0100" startDate="2019-10-16 00:01:55 +0100" endDate="2019-10-16 00:07:59 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 00:39:03 +0100" startDate="2019-10-16 00:27:56 +0100" endDate="2019-10-16 00:27:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 05:49:20 +0100" startDate="2019-10-16 05:49:11 +0100" endDate="2019-10-16 05:49:16 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 06:05:29 +0100" startDate="2019-10-16 05:49:24 +0100" endDate="2019-10-16 05:57:48 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 06:18:19 +0100" startDate="2019-10-16 06:07:05 +0100" endDate="2019-10-16 06:07:38 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 07:36:47 +0100" startDate="2019-10-16 07:25:47 +0100" endDate="2019-10-16 07:35:48 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 07:52:05 +0100" startDate="2019-10-16 07:37:27 +0100" endDate="2019-10-16 07:40:56 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 08:09:09 +0100" startDate="2019-10-16 07:58:06 +0100" endDate="2019-10-16 08:06:18 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 08:19:13 +0100" startDate="2019-10-16 08:08:12 +0100" endDate="2019-10-16 08:18:14 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 08:30:54 +0100" startDate="2019-10-16 08:18:14 +0100" endDate="2019-10-16 08:25:04 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 10:30:49 +0100" startDate="2019-10-16 10:14:31 +0100" endDate="2019-10-16 10:15:35 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 10:41:52 +0100" startDate="2019-10-16 10:30:17 +0100" endDate="2019-10-16 10:40:16 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 10:51:18 +0100" startDate="2019-10-16 10:40:16 +0100" endDate="2019-10-16 10:50:09 +0100" value="711"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 11:23:09 +0100" startDate="2019-10-16 11:07:43 +0100" endDate="2019-10-16 11:17:16 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 12:47:29 +0100" startDate="2019-10-16 12:36:29 +0100" endDate="2019-10-16 12:45:19 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 13:18:55 +0100" startDate="2019-10-16 13:05:12 +0100" endDate="2019-10-16 13:11:05 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 13:32:16 +0100" startDate="2019-10-16 13:20:21 +0100" endDate="2019-10-16 13:30:20 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 13:43:39 +0100" startDate="2019-10-16 13:30:20 +0100" endDate="2019-10-16 13:40:18 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 13:51:21 +0100" startDate="2019-10-16 13:40:18 +0100" endDate="2019-10-16 13:48:02 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 14:04:43 +0100" startDate="2019-10-16 13:52:55 +0100" endDate="2019-10-16 14:02:06 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 14:54:22 +0100" startDate="2019-10-16 14:38:34 +0100" endDate="2019-10-16 14:43:16 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 16:01:09 +0100" startDate="2019-10-16 15:50:06 +0100" endDate="2019-10-16 15:58:34 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 16:18:28 +0100" startDate="2019-10-16 16:06:04 +0100" endDate="2019-10-16 16:11:30 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 16:35:14 +0100" startDate="2019-10-16 16:24:13 +0100" endDate="2019-10-16 16:24:24 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 16:46:21 +0100" startDate="2019-10-16 16:34:54 +0100" endDate="2019-10-16 16:44:53 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 17:03:47 +0100" startDate="2019-10-16 16:45:08 +0100" endDate="2019-10-16 16:45:11 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 17:26:05 +0100" startDate="2019-10-16 17:14:00 +0100" endDate="2019-10-16 17:15:11 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 18:03:15 +0100" startDate="2019-10-16 17:48:49 +0100" endDate="2019-10-16 17:57:58 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 18:11:08 +0100" startDate="2019-10-16 18:00:08 +0100" endDate="2019-10-16 18:10:09 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 18:23:48 +0100" startDate="2019-10-16 18:10:09 +0100" endDate="2019-10-16 18:10:32 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 18:53:26 +0100" startDate="2019-10-16 18:39:52 +0100" endDate="2019-10-16 18:48:37 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 19:06:26 +0100" startDate="2019-10-16 18:52:57 +0100" endDate="2019-10-16 19:01:24 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 20:30:31 +0100" startDate="2019-10-16 20:19:01 +0100" endDate="2019-10-16 20:19:14 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 20:55:18 +0100" startDate="2019-10-16 20:42:17 +0100" endDate="2019-10-16 20:43:49 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 21:14:39 +0100" startDate="2019-10-16 21:01:29 +0100" endDate="2019-10-16 21:01:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 21:28:46 +0100" startDate="2019-10-16 21:19:13 +0100" endDate="2019-10-16 21:27:09 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 22:02:33 +0100" startDate="2019-10-16 21:51:31 +0100" endDate="2019-10-16 21:53:28 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 22:34:35 +0100" startDate="2019-10-16 22:23:32 +0100" endDate="2019-10-16 22:23:55 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-16 22:52:06 +0100" startDate="2019-10-16 22:41:04 +0100" endDate="2019-10-16 22:43:01 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 06:23:37 +0100" startDate="2019-10-17 06:12:34 +0100" endDate="2019-10-17 06:19:29 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 07:13:58 +0100" startDate="2019-10-17 07:01:52 +0100" endDate="2019-10-17 07:11:17 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 07:25:22 +0100" startDate="2019-10-17 07:12:42 +0100" endDate="2019-10-17 07:22:17 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 07:37:20 +0100" startDate="2019-10-17 07:25:41 +0100" endDate="2019-10-17 07:28:04 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 07:48:01 +0100" startDate="2019-10-17 07:37:01 +0100" endDate="2019-10-17 07:37:17 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 08:07:27 +0100" startDate="2019-10-17 07:54:16 +0100" endDate="2019-10-17 07:54:57 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 09:38:45 +0100" startDate="2019-10-17 09:22:30 +0100" endDate="2019-10-17 09:23:11 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 10:05:11 +0100" startDate="2019-10-17 09:38:03 +0100" endDate="2019-10-17 09:44:13 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 10:10:22 +0100" startDate="2019-10-17 09:56:51 +0100" endDate="2019-10-17 10:02:05 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 10:21:11 +0100" startDate="2019-10-17 10:10:50 +0100" endDate="2019-10-17 10:12:14 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 12:02:03 +0100" startDate="2019-10-17 11:51:03 +0100" endDate="2019-10-17 12:01:04 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 12:12:42 +0100" startDate="2019-10-17 12:01:04 +0100" endDate="2019-10-17 12:11:05 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 12:23:48 +0100" startDate="2019-10-17 12:11:05 +0100" endDate="2019-10-17 12:16:41 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 13:51:14 +0100" startDate="2019-10-17 13:40:11 +0100" endDate="2019-10-17 13:46:28 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 14:02:08 +0100" startDate="2019-10-17 13:50:33 +0100" endDate="2019-10-17 13:57:07 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 14:16:01 +0100" startDate="2019-10-17 14:02:23 +0100" endDate="2019-10-17 14:12:25 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 14:23:33 +0100" startDate="2019-10-17 14:12:25 +0100" endDate="2019-10-17 14:17:00 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 15:58:02 +0100" startDate="2019-10-17 15:41:13 +0100" endDate="2019-10-17 15:41:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 16:29:35 +0100" startDate="2019-10-17 16:18:33 +0100" endDate="2019-10-17 16:24:42 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 16:46:19 +0100" startDate="2019-10-17 16:31:42 +0100" endDate="2019-10-17 16:41:43 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 17:04:59 +0100" startDate="2019-10-17 16:41:43 +0100" endDate="2019-10-17 16:46:26 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 17:08:29 +0100" startDate="2019-10-17 16:56:40 +0100" endDate="2019-10-17 17:05:43 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 17:22:47 +0100" startDate="2019-10-17 17:06:50 +0100" endDate="2019-10-17 17:11:28 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 17:31:07 +0100" startDate="2019-10-17 17:17:37 +0100" endDate="2019-10-17 17:26:01 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 17:41:02 +0100" startDate="2019-10-17 17:28:01 +0100" endDate="2019-10-17 17:34:26 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 18:02:43 +0100" startDate="2019-10-17 17:49:11 +0100" endDate="2019-10-17 17:52:57 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-17 22:28:58 +0100" startDate="2019-10-17 22:17:58 +0100" endDate="2019-10-17 22:18:31 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 06:22:59 +0100" startDate="2019-10-18 06:09:19 +0100" endDate="2019-10-18 06:14:50 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 06:27:03 +0100" startDate="2019-10-18 06:24:42 +0100" endDate="2019-10-18 06:27:02 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 06:37:09 +0100" startDate="2019-10-18 06:27:02 +0100" endDate="2019-10-18 06:27:14 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 07:46:13 +0100" startDate="2019-10-18 07:35:10 +0100" endDate="2019-10-18 07:45:11 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 07:56:14 +0100" startDate="2019-10-18 07:45:11 +0100" endDate="2019-10-18 07:49:18 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 08:34:44 +0100" startDate="2019-10-18 08:23:41 +0100" endDate="2019-10-18 08:32:45 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 08:45:44 +0100" startDate="2019-10-18 08:34:02 +0100" endDate="2019-10-18 08:38:04 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 09:05:20 +0100" startDate="2019-10-18 08:54:20 +0100" endDate="2019-10-18 09:04:21 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 09:15:23 +0100" startDate="2019-10-18 09:04:21 +0100" endDate="2019-10-18 09:10:58 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 09:31:39 +0100" startDate="2019-10-18 09:18:04 +0100" endDate="2019-10-18 09:22:49 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 10:11:14 +0100" startDate="2019-10-18 09:59:21 +0100" endDate="2019-10-18 10:09:22 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 10:22:56 +0100" startDate="2019-10-18 10:09:22 +0100" endDate="2019-10-18 10:13:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 10:44:00 +0100" startDate="2019-10-18 10:22:29 +0100" endDate="2019-10-18 10:28:56 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 10:55:10 +0100" startDate="2019-10-18 10:44:10 +0100" endDate="2019-10-18 10:54:11 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 11:11:42 +0100" startDate="2019-10-18 10:54:11 +0100" endDate="2019-10-18 10:55:33 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 11:23:30 +0100" startDate="2019-10-18 11:11:36 +0100" endDate="2019-10-18 11:21:21 +0100" value="1029"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 11:36:02 +0100" startDate="2019-10-18 11:21:37 +0100" endDate="2019-10-18 11:31:35 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 12:05:20 +0100" startDate="2019-10-18 11:56:32 +0100" endDate="2019-10-18 12:03:30 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 13:20:19 +0100" startDate="2019-10-18 13:07:20 +0100" endDate="2019-10-18 13:17:21 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 13:32:35 +0100" startDate="2019-10-18 13:17:21 +0100" endDate="2019-10-18 13:27:22 +0100" value="1110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 13:47:13 +0100" startDate="2019-10-18 13:27:22 +0100" endDate="2019-10-18 13:34:10 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 14:00:00 +0100" startDate="2019-10-18 13:46:13 +0100" endDate="2019-10-18 13:56:14 +0100" value="1166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 14:07:58 +0100" startDate="2019-10-18 13:56:14 +0100" endDate="2019-10-18 14:06:08 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 14:17:46 +0100" startDate="2019-10-18 14:06:51 +0100" endDate="2019-10-18 14:16:52 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 14:28:48 +0100" startDate="2019-10-18 14:17:00 +0100" endDate="2019-10-18 14:20:08 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 15:04:50 +0100" startDate="2019-10-18 14:46:53 +0100" endDate="2019-10-18 14:54:49 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 15:30:00 +0100" startDate="2019-10-18 15:17:45 +0100" endDate="2019-10-18 15:27:44 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 16:16:12 +0100" startDate="2019-10-18 16:05:00 +0100" endDate="2019-10-18 16:13:37 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 16:30:38 +0100" startDate="2019-10-18 16:19:37 +0100" endDate="2019-10-18 16:21:04 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 16:53:47 +0100" startDate="2019-10-18 16:39:03 +0100" endDate="2019-10-18 16:48:39 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 17:10:09 +0100" startDate="2019-10-18 16:59:09 +0100" endDate="2019-10-18 16:59:27 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 17:27:37 +0100" startDate="2019-10-18 17:15:26 +0100" endDate="2019-10-18 17:25:27 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 17:37:04 +0100" startDate="2019-10-18 17:26:00 +0100" endDate="2019-10-18 17:27:01 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 18:51:34 +0100" startDate="2019-10-18 18:39:19 +0100" endDate="2019-10-18 18:46:57 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 19:31:20 +0100" startDate="2019-10-18 19:20:11 +0100" endDate="2019-10-18 19:30:10 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 19:35:19 +0100" startDate="2019-10-18 19:30:10 +0100" endDate="2019-10-18 19:30:58 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 20:16:31 +0100" startDate="2019-10-18 20:04:49 +0100" endDate="2019-10-18 20:09:32 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 20:54:46 +0100" startDate="2019-10-18 20:40:08 +0100" endDate="2019-10-18 20:41:14 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 21:09:22 +0100" startDate="2019-10-18 20:58:24 +0100" endDate="2019-10-18 21:08:24 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 21:20:16 +0100" startDate="2019-10-18 21:08:27 +0100" endDate="2019-10-18 21:08:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-18 22:56:49 +0100" startDate="2019-10-18 22:42:12 +0100" endDate="2019-10-18 22:43:08 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 06:30:11 +0100" startDate="2019-10-19 06:30:05 +0100" endDate="2019-10-19 06:30:10 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303ca54a0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 06:41:11 +0100" startDate="2019-10-19 06:30:18 +0100" endDate="2019-10-19 06:30:21 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 07:09:28 +0100" startDate="2019-10-19 06:57:23 +0100" endDate="2019-10-19 06:58:06 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 09:11:35 +0100" startDate="2019-10-19 08:55:59 +0100" endDate="2019-10-19 08:58:06 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 11:08:42 +0100" startDate="2019-10-19 10:57:34 +0100" endDate="2019-10-19 10:57:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 12:29:31 +0100" startDate="2019-10-19 12:13:30 +0100" endDate="2019-10-19 12:18:40 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 13:07:06 +0100" startDate="2019-10-19 12:49:50 +0100" endDate="2019-10-19 12:51:25 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 14:11:02 +0100" startDate="2019-10-19 13:55:12 +0100" endDate="2019-10-19 14:03:00 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 14:36:51 +0100" startDate="2019-10-19 14:21:47 +0100" endDate="2019-10-19 14:30:04 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 14:48:18 +0100" startDate="2019-10-19 14:37:15 +0100" endDate="2019-10-19 14:46:46 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 14:59:10 +0100" startDate="2019-10-19 14:47:19 +0100" endDate="2019-10-19 14:48:25 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 18:00:42 +0100" startDate="2019-10-19 17:49:32 +0100" endDate="2019-10-19 17:57:18 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 18:26:43 +0100" startDate="2019-10-19 18:14:04 +0100" endDate="2019-10-19 18:24:05 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 18:37:39 +0100" startDate="2019-10-19 18:24:05 +0100" endDate="2019-10-19 18:34:06 +0100" value="1143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 18:45:08 +0100" startDate="2019-10-19 18:34:06 +0100" endDate="2019-10-19 18:40:15 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 19:40:33 +0100" startDate="2019-10-19 19:27:31 +0100" endDate="2019-10-19 19:37:32 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 19:56:43 +0100" startDate="2019-10-19 19:37:32 +0100" endDate="2019-10-19 19:46:42 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 20:07:34 +0100" startDate="2019-10-19 19:56:34 +0100" endDate="2019-10-19 19:56:34 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 20:31:23 +0100" startDate="2019-10-19 20:19:47 +0100" endDate="2019-10-19 20:29:10 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 20:53:30 +0100" startDate="2019-10-19 20:38:34 +0100" endDate="2019-10-19 20:46:11 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 21:18:50 +0100" startDate="2019-10-19 21:00:06 +0100" endDate="2019-10-19 21:00:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 21:43:01 +0100" startDate="2019-10-19 21:30:14 +0100" endDate="2019-10-19 21:39:50 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 22:04:23 +0100" startDate="2019-10-19 21:52:34 +0100" endDate="2019-10-19 21:58:41 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 22:21:02 +0100" startDate="2019-10-19 22:08:48 +0100" endDate="2019-10-19 22:15:07 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 22:35:05 +0100" startDate="2019-10-19 22:21:34 +0100" endDate="2019-10-19 22:21:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 22:49:36 +0100" startDate="2019-10-19 22:34:01 +0100" endDate="2019-10-19 22:43:39 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 22:59:39 +0100" startDate="2019-10-19 22:44:12 +0100" endDate="2019-10-19 22:53:00 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 23:10:36 +0100" startDate="2019-10-19 22:55:53 +0100" endDate="2019-10-19 23:03:54 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 23:25:45 +0100" startDate="2019-10-19 23:09:30 +0100" endDate="2019-10-19 23:14:18 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-19 23:35:12 +0100" startDate="2019-10-19 23:22:04 +0100" endDate="2019-10-19 23:26:01 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 00:00:21 +0100" startDate="2019-10-19 23:45:59 +0100" endDate="2019-10-19 23:56:00 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 00:10:31 +0100" startDate="2019-10-19 23:56:00 +0100" endDate="2019-10-20 00:05:56 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 00:22:42 +0100" startDate="2019-10-20 00:06:01 +0100" endDate="2019-10-20 00:12:28 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 00:39:24 +0100" startDate="2019-10-20 00:26:24 +0100" endDate="2019-10-20 00:30:52 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 00:48:24 +0100" startDate="2019-10-20 00:36:56 +0100" endDate="2019-10-20 00:46:34 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 00:58:25 +0100" startDate="2019-10-20 00:47:15 +0100" endDate="2019-10-20 00:48:21 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 01:02:19 +0100" startDate="2019-10-20 00:48:39 +0100" endDate="2019-10-20 00:58:25 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 01:03:37 +0100" startDate="2019-10-20 00:58:43 +0100" endDate="2019-10-20 01:03:28 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 01:16:18 +0100" startDate="2019-10-20 01:03:48 +0100" endDate="2019-10-20 01:13:44 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 01:43:52 +0100" startDate="2019-10-20 01:29:32 +0100" endDate="2019-10-20 01:33:54 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 10:53:35 +0100" startDate="2019-10-20 10:42:26 +0100" endDate="2019-10-20 10:52:21 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 11:06:20 +0100" startDate="2019-10-20 10:54:52 +0100" endDate="2019-10-20 11:03:39 +0100" value="785"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 12:13:38 +0100" startDate="2019-10-20 12:01:55 +0100" endDate="2019-10-20 12:11:56 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 12:24:13 +0100" startDate="2019-10-20 12:11:56 +0100" endDate="2019-10-20 12:12:57 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 12:48:24 +0100" startDate="2019-10-20 12:28:34 +0100" endDate="2019-10-20 12:33:40 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 13:07:53 +0100" startDate="2019-10-20 12:56:37 +0100" endDate="2019-10-20 12:56:47 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 14:10:37 +0100" startDate="2019-10-20 13:58:40 +0100" endDate="2019-10-20 13:58:45 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 14:25:10 +0100" startDate="2019-10-20 14:15:35 +0100" endDate="2019-10-20 14:19:48 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 14:40:23 +0100" startDate="2019-10-20 14:29:21 +0100" endDate="2019-10-20 14:29:28 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 14:53:46 +0100" startDate="2019-10-20 14:42:43 +0100" endDate="2019-10-20 14:42:46 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 15:05:59 +0100" startDate="2019-10-20 14:54:57 +0100" endDate="2019-10-20 14:54:59 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 15:17:04 +0100" startDate="2019-10-20 15:05:23 +0100" endDate="2019-10-20 15:14:15 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 15:44:42 +0100" startDate="2019-10-20 15:18:35 +0100" endDate="2019-10-20 15:28:08 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 16:31:46 +0100" startDate="2019-10-20 15:52:37 +0100" endDate="2019-10-20 15:57:48 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 18:15:31 +0100" startDate="2019-10-20 18:01:18 +0100" endDate="2019-10-20 18:10:41 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 18:24:52 +0100" startDate="2019-10-20 18:13:44 +0100" endDate="2019-10-20 18:13:57 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 18:40:33 +0100" startDate="2019-10-20 18:29:13 +0100" endDate="2019-10-20 18:30:26 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 18:51:09 +0100" startDate="2019-10-20 18:40:09 +0100" endDate="2019-10-20 18:40:27 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 19:51:07 +0100" startDate="2019-10-20 19:40:30 +0100" endDate="2019-10-20 19:50:00 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 20:01:03 +0100" startDate="2019-10-20 19:50:00 +0100" endDate="2019-10-20 19:51:22 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 20:11:48 +0100" startDate="2019-10-20 20:00:45 +0100" endDate="2019-10-20 20:06:44 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 20:38:12 +0100" startDate="2019-10-20 20:15:08 +0100" endDate="2019-10-20 20:15:29 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 21:14:18 +0100" startDate="2019-10-20 20:59:59 +0100" endDate="2019-10-20 21:00:22 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 21:21:06 +0100" startDate="2019-10-20 21:10:06 +0100" endDate="2019-10-20 21:10:16 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-20 21:48:58 +0100" startDate="2019-10-20 21:27:56 +0100" endDate="2019-10-20 21:33:47 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 07:01:43 +0100" startDate="2019-10-21 06:52:06 +0100" endDate="2019-10-21 06:52:21 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 07:30:39 +0100" startDate="2019-10-21 07:16:36 +0100" endDate="2019-10-21 07:19:47 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 07:41:18 +0100" startDate="2019-10-21 07:28:34 +0100" endDate="2019-10-21 07:36:05 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 08:05:58 +0100" startDate="2019-10-21 07:53:46 +0100" endDate="2019-10-21 08:02:59 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 08:25:18 +0100" startDate="2019-10-21 08:04:13 +0100" endDate="2019-10-21 08:04:30 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 09:05:08 +0100" startDate="2019-10-21 08:53:17 +0100" endDate="2019-10-21 08:55:55 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 10:05:18 +0100" startDate="2019-10-21 09:51:58 +0100" endDate="2019-10-21 10:01:29 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 10:37:27 +0100" startDate="2019-10-21 10:26:22 +0100" endDate="2019-10-21 10:36:23 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 10:47:26 +0100" startDate="2019-10-21 10:36:23 +0100" endDate="2019-10-21 10:46:24 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 10:57:58 +0100" startDate="2019-10-21 10:46:32 +0100" endDate="2019-10-21 10:47:38 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 11:27:08 +0100" startDate="2019-10-21 11:16:08 +0100" endDate="2019-10-21 11:25:44 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 11:42:08 +0100" startDate="2019-10-21 11:26:09 +0100" endDate="2019-10-21 11:31:38 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 11:53:08 +0100" startDate="2019-10-21 11:41:26 +0100" endDate="2019-10-21 11:47:02 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 12:17:47 +0100" startDate="2019-10-21 12:03:40 +0100" endDate="2019-10-21 12:07:27 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 13:30:55 +0100" startDate="2019-10-21 13:30:04 +0100" endDate="2019-10-21 13:30:32 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 13:50:27 +0100" startDate="2019-10-21 13:36:11 +0100" endDate="2019-10-21 13:36:29 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 14:08:59 +0100" startDate="2019-10-21 13:57:00 +0100" endDate="2019-10-21 13:59:22 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 14:56:50 +0100" startDate="2019-10-21 14:46:30 +0100" endDate="2019-10-21 14:54:31 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 15:08:46 +0100" startDate="2019-10-21 14:57:07 +0100" endDate="2019-10-21 15:04:13 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 15:37:07 +0100" startDate="2019-10-21 15:23:43 +0100" endDate="2019-10-21 15:33:43 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 15:44:45 +0100" startDate="2019-10-21 15:33:43 +0100" endDate="2019-10-21 15:41:08 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 15:59:14 +0100" startDate="2019-10-21 15:46:50 +0100" endDate="2019-10-21 15:56:51 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 16:10:55 +0100" startDate="2019-10-21 15:56:51 +0100" endDate="2019-10-21 16:01:36 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 16:20:58 +0100" startDate="2019-10-21 16:09:58 +0100" endDate="2019-10-21 16:10:11 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 17:33:42 +0100" startDate="2019-10-21 17:22:42 +0100" endDate="2019-10-21 17:32:43 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 17:45:34 +0100" startDate="2019-10-21 17:32:43 +0100" endDate="2019-10-21 17:41:08 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 18:04:33 +0100" startDate="2019-10-21 17:45:28 +0100" endDate="2019-10-21 17:49:02 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 18:51:30 +0100" startDate="2019-10-21 18:38:12 +0100" endDate="2019-10-21 18:41:48 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.2" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.2, creation date:2019-10-11 06:05:03 +0000&gt;" unit="count" creationDate="2019-10-21 20:13:27 +0100" startDate="2019-10-21 20:02:27 +0100" endDate="2019-10-21 20:02:40 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 06:07:37 +0100" startDate="2019-10-22 05:56:34 +0100" endDate="2019-10-22 05:56:59 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 06:46:22 +0100" startDate="2019-10-22 06:30:20 +0100" endDate="2019-10-22 06:30:58 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 06:58:35 +0100" startDate="2019-10-22 06:46:24 +0100" endDate="2019-10-22 06:52:10 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 07:28:40 +0100" startDate="2019-10-22 07:14:51 +0100" endDate="2019-10-22 07:18:53 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 07:46:33 +0100" startDate="2019-10-22 07:34:55 +0100" endDate="2019-10-22 07:35:31 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 08:21:51 +0100" startDate="2019-10-22 08:04:02 +0100" endDate="2019-10-22 08:04:10 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 08:43:17 +0100" startDate="2019-10-22 08:23:47 +0100" endDate="2019-10-22 08:27:51 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 09:07:12 +0100" startDate="2019-10-22 08:55:55 +0100" endDate="2019-10-22 09:04:57 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 11:31:02 +0100" startDate="2019-10-22 11:17:58 +0100" endDate="2019-10-22 11:18:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 12:29:29 +0100" startDate="2019-10-22 12:16:47 +0100" endDate="2019-10-22 12:26:43 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 12:40:32 +0100" startDate="2019-10-22 12:26:56 +0100" endDate="2019-10-22 12:33:46 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 13:04:32 +0100" startDate="2019-10-22 12:48:33 +0100" endDate="2019-10-22 12:57:59 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 13:19:52 +0100" startDate="2019-10-22 13:08:52 +0100" endDate="2019-10-22 13:13:14 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 13:35:15 +0100" startDate="2019-10-22 13:24:06 +0100" endDate="2019-10-22 13:27:00 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 13:49:11 +0100" startDate="2019-10-22 13:36:02 +0100" endDate="2019-10-22 13:36:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 13:57:37 +0100" startDate="2019-10-22 13:46:37 +0100" endDate="2019-10-22 13:55:13 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 14:09:11 +0100" startDate="2019-10-22 13:57:36 +0100" endDate="2019-10-22 13:59:43 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 14:20:26 +0100" startDate="2019-10-22 14:09:24 +0100" endDate="2019-10-22 14:10:40 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 14:48:34 +0100" startDate="2019-10-22 14:34:19 +0100" endDate="2019-10-22 14:43:55 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 15:02:28 +0100" startDate="2019-10-22 14:49:16 +0100" endDate="2019-10-22 14:52:15 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 15:20:48 +0100" startDate="2019-10-22 15:14:00 +0100" endDate="2019-10-22 15:19:36 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 15:40:29 +0100" startDate="2019-10-22 15:24:19 +0100" endDate="2019-10-22 15:24:57 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 15:49:00 +0100" startDate="2019-10-22 15:37:38 +0100" endDate="2019-10-22 15:39:27 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 16:20:19 +0100" startDate="2019-10-22 16:09:04 +0100" endDate="2019-10-22 16:17:36 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 16:30:34 +0100" startDate="2019-10-22 16:19:30 +0100" endDate="2019-10-22 16:20:11 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 16:46:11 +0100" startDate="2019-10-22 16:35:00 +0100" endDate="2019-10-22 16:44:41 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 17:03:46 +0100" startDate="2019-10-22 16:45:42 +0100" endDate="2019-10-22 16:46:28 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 17:27:23 +0100" startDate="2019-10-22 17:16:13 +0100" endDate="2019-10-22 17:16:21 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-22 19:24:53 +0100" startDate="2019-10-22 19:08:30 +0100" endDate="2019-10-22 19:08:48 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 07:46:00 +0100" startDate="2019-10-23 07:32:46 +0100" endDate="2019-10-23 07:33:12 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 08:02:40 +0100" startDate="2019-10-23 07:51:37 +0100" endDate="2019-10-23 07:55:47 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 08:35:45 +0100" startDate="2019-10-23 08:21:39 +0100" endDate="2019-10-23 08:31:40 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 08:45:27 +0100" startDate="2019-10-23 08:31:40 +0100" endDate="2019-10-23 08:37:11 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 08:57:29 +0100" startDate="2019-10-23 08:45:40 +0100" endDate="2019-10-23 08:45:48 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 10:42:52 +0100" startDate="2019-10-23 10:28:50 +0100" endDate="2019-10-23 10:34:30 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 10:54:05 +0100" startDate="2019-10-23 10:43:02 +0100" endDate="2019-10-23 10:46:20 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 11:51:18 +0100" startDate="2019-10-23 11:38:03 +0100" endDate="2019-10-23 11:39:45 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 12:00:19 +0100" startDate="2019-10-23 11:49:20 +0100" endDate="2019-10-23 11:59:13 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 12:11:13 +0100" startDate="2019-10-23 11:59:34 +0100" endDate="2019-10-23 12:02:40 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 12:31:44 +0100" startDate="2019-10-23 12:20:29 +0100" endDate="2019-10-23 12:28:36 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 12:44:31 +0100" startDate="2019-10-23 12:30:33 +0100" endDate="2019-10-23 12:40:32 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 12:56:23 +0100" startDate="2019-10-23 12:40:32 +0100" endDate="2019-10-23 12:50:08 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 13:02:43 +0100" startDate="2019-10-23 12:51:30 +0100" endDate="2019-10-23 13:01:12 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 15:17:57 +0100" startDate="2019-10-23 14:56:16 +0100" endDate="2019-10-23 14:59:30 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 15:47:17 +0100" startDate="2019-10-23 15:37:03 +0100" endDate="2019-10-23 15:47:04 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 16:00:05 +0100" startDate="2019-10-23 15:47:04 +0100" endDate="2019-10-23 15:47:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 18:47:27 +0100" startDate="2019-10-23 18:36:19 +0100" endDate="2019-10-23 18:42:41 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 19:02:52 +0100" startDate="2019-10-23 18:48:12 +0100" endDate="2019-10-23 18:56:09 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 19:15:56 +0100" startDate="2019-10-23 19:03:23 +0100" endDate="2019-10-23 19:11:24 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 21:00:04 +0100" startDate="2019-10-23 20:47:59 +0100" endDate="2019-10-23 20:50:06 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 21:12:08 +0100" startDate="2019-10-23 21:03:40 +0100" endDate="2019-10-23 21:09:42 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 21:25:12 +0100" startDate="2019-10-23 21:12:10 +0100" endDate="2019-10-23 21:12:28 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-23 22:34:24 +0100" startDate="2019-10-23 22:23:21 +0100" endDate="2019-10-23 22:27:21 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 05:52:36 +0100" startDate="2019-10-24 05:41:34 +0100" endDate="2019-10-24 05:41:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 06:15:13 +0100" startDate="2019-10-24 05:59:26 +0100" endDate="2019-10-24 05:59:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 09:19:07 +0100" startDate="2019-10-24 09:07:53 +0100" endDate="2019-10-24 09:17:54 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 09:33:39 +0100" startDate="2019-10-24 09:17:54 +0100" endDate="2019-10-24 09:21:48 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 10:13:18 +0100" startDate="2019-10-24 09:58:49 +0100" endDate="2019-10-24 10:01:50 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 11:18:42 +0100" startDate="2019-10-24 11:07:15 +0100" endDate="2019-10-24 11:07:56 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 11:44:12 +0100" startDate="2019-10-24 11:31:35 +0100" endDate="2019-10-24 11:40:30 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 11:56:25 +0100" startDate="2019-10-24 11:44:24 +0100" endDate="2019-10-24 11:53:52 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 12:10:33 +0100" startDate="2019-10-24 11:54:28 +0100" endDate="2019-10-24 12:00:13 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 12:24:34 +0100" startDate="2019-10-24 12:12:28 +0100" endDate="2019-10-24 12:22:03 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 12:36:13 +0100" startDate="2019-10-24 12:22:41 +0100" endDate="2019-10-24 12:24:26 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 14:52:44 +0100" startDate="2019-10-24 14:37:42 +0100" endDate="2019-10-24 14:47:44 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 14:59:59 +0100" startDate="2019-10-24 14:47:44 +0100" endDate="2019-10-24 14:57:01 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 15:16:58 +0100" startDate="2019-10-24 15:03:16 +0100" endDate="2019-10-24 15:12:21 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 15:27:59 +0100" startDate="2019-10-24 15:15:22 +0100" endDate="2019-10-24 15:20:58 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 16:42:03 +0100" startDate="2019-10-24 15:43:32 +0100" endDate="2019-10-24 15:53:08 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 16:42:03 +0100" startDate="2019-10-24 15:53:51 +0100" endDate="2019-10-24 15:59:23 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 17:56:24 +0100" startDate="2019-10-24 17:44:31 +0100" endDate="2019-10-24 17:44:31 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 18:31:36 +0100" startDate="2019-10-24 18:20:33 +0100" endDate="2019-10-24 18:30:24 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 18:49:00 +0100" startDate="2019-10-24 18:30:42 +0100" endDate="2019-10-24 18:32:44 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 20:11:32 +0100" startDate="2019-10-24 19:59:56 +0100" endDate="2019-10-24 20:04:43 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 20:24:02 +0100" startDate="2019-10-24 20:10:35 +0100" endDate="2019-10-24 20:14:29 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-24 21:26:22 +0100" startDate="2019-10-24 21:15:36 +0100" endDate="2019-10-24 21:15:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 07:39:51 +0100" startDate="2019-10-25 07:21:04 +0100" endDate="2019-10-25 07:21:12 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 07:54:17 +0100" startDate="2019-10-25 07:42:29 +0100" endDate="2019-10-25 07:42:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 09:00:52 +0100" startDate="2019-10-25 08:48:28 +0100" endDate="2019-10-25 08:51:08 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 09:11:37 +0100" startDate="2019-10-25 08:59:30 +0100" endDate="2019-10-25 09:07:37 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 09:44:24 +0100" startDate="2019-10-25 09:25:05 +0100" endDate="2019-10-25 09:27:20 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 10:22:54 +0100" startDate="2019-10-25 10:10:15 +0100" endDate="2019-10-25 10:12:36 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 10:53:27 +0100" startDate="2019-10-25 10:42:24 +0100" endDate="2019-10-25 10:51:44 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 11:03:46 +0100" startDate="2019-10-25 10:52:45 +0100" endDate="2019-10-25 11:01:30 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 11:32:18 +0100" startDate="2019-10-25 11:21:18 +0100" endDate="2019-10-25 11:22:01 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 11:55:28 +0100" startDate="2019-10-25 11:43:06 +0100" endDate="2019-10-25 11:53:07 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 12:04:35 +0100" startDate="2019-10-25 11:53:07 +0100" endDate="2019-10-25 12:01:36 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 12:22:09 +0100" startDate="2019-10-25 12:11:09 +0100" endDate="2019-10-25 12:15:21 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 13:13:59 +0100" startDate="2019-10-25 13:01:22 +0100" endDate="2019-10-25 13:06:00 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 13:27:07 +0100" startDate="2019-10-25 13:22:41 +0100" endDate="2019-10-25 13:22:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 13:53:02 +0100" startDate="2019-10-25 13:42:50 +0100" endDate="2019-10-25 13:47:12 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 14:48:28 +0100" startDate="2019-10-25 14:34:39 +0100" endDate="2019-10-25 14:39:52 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 15:05:00 +0100" startDate="2019-10-25 14:54:00 +0100" endDate="2019-10-25 14:58:51 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 15:19:16 +0100" startDate="2019-10-25 15:06:11 +0100" endDate="2019-10-25 15:09:32 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 15:39:36 +0100" startDate="2019-10-25 15:22:06 +0100" endDate="2019-10-25 15:22:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 15:48:14 +0100" startDate="2019-10-25 15:37:14 +0100" endDate="2019-10-25 15:40:15 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 16:20:30 +0100" startDate="2019-10-25 16:02:13 +0100" endDate="2019-10-25 16:02:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 16:41:30 +0100" startDate="2019-10-25 16:28:17 +0100" endDate="2019-10-25 16:28:22 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 17:10:22 +0100" startDate="2019-10-25 16:55:47 +0100" endDate="2019-10-25 16:55:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 18:06:40 +0100" startDate="2019-10-25 17:53:33 +0100" endDate="2019-10-25 17:57:02 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 19:56:18 +0100" startDate="2019-10-25 19:40:47 +0100" endDate="2019-10-25 19:43:53 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 20:19:49 +0100" startDate="2019-10-25 20:05:51 +0100" endDate="2019-10-25 20:10:51 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 20:28:36 +0100" startDate="2019-10-25 20:17:36 +0100" endDate="2019-10-25 20:25:35 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-25 22:26:25 +0100" startDate="2019-10-25 22:15:25 +0100" endDate="2019-10-25 22:17:53 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 06:18:19 +0100" startDate="2019-10-26 06:18:16 +0100" endDate="2019-10-26 06:18:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 06:29:19 +0100" startDate="2019-10-26 06:18:18 +0100" endDate="2019-10-26 06:18:29 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 06:43:16 +0100" startDate="2019-10-26 06:32:14 +0100" endDate="2019-10-26 06:32:21 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 07:07:20 +0100" startDate="2019-10-26 06:54:51 +0100" endDate="2019-10-26 06:55:14 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 07:21:39 +0100" startDate="2019-10-26 07:06:23 +0100" endDate="2019-10-26 07:06:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 08:10:24 +0100" startDate="2019-10-26 07:57:43 +0100" endDate="2019-10-26 07:57:53 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 08:49:54 +0100" startDate="2019-10-26 08:37:11 +0100" endDate="2019-10-26 08:42:01 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 09:03:34 +0100" startDate="2019-10-26 08:48:59 +0100" endDate="2019-10-26 08:58:45 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 11:43:58 +0100" startDate="2019-10-26 11:24:35 +0100" endDate="2019-10-26 11:24:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 12:13:27 +0100" startDate="2019-10-26 12:02:19 +0100" endDate="2019-10-26 12:08:54 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 12:53:19 +0100" startDate="2019-10-26 12:32:25 +0100" endDate="2019-10-26 12:32:30 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 12:58:42 +0100" startDate="2019-10-26 12:45:09 +0100" endDate="2019-10-26 12:53:01 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 13:07:38 +0100" startDate="2019-10-26 12:56:38 +0100" endDate="2019-10-26 13:05:00 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 13:16:48 +0100" startDate="2019-10-26 13:08:29 +0100" endDate="2019-10-26 13:13:01 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 13:29:53 +0100" startDate="2019-10-26 13:16:58 +0100" endDate="2019-10-26 13:26:59 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 13:45:10 +0100" startDate="2019-10-26 13:26:59 +0100" endDate="2019-10-26 13:36:29 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 13:51:49 +0100" startDate="2019-10-26 13:40:37 +0100" endDate="2019-10-26 13:50:38 +0100" value="1045"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 14:01:50 +0100" startDate="2019-10-26 13:50:46 +0100" endDate="2019-10-26 13:59:53 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 14:55:12 +0100" startDate="2019-10-26 14:42:53 +0100" endDate="2019-10-26 14:52:55 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 15:03:57 +0100" startDate="2019-10-26 14:52:55 +0100" endDate="2019-10-26 15:02:56 +0100" value="999"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 15:16:08 +0100" startDate="2019-10-26 15:02:56 +0100" endDate="2019-10-26 15:12:57 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 15:23:59 +0100" startDate="2019-10-26 15:12:57 +0100" endDate="2019-10-26 15:22:56 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 15:34:04 +0100" startDate="2019-10-26 15:22:56 +0100" endDate="2019-10-26 15:32:57 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 15:48:31 +0100" startDate="2019-10-26 15:32:57 +0100" endDate="2019-10-26 15:42:58 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 15:58:04 +0100" startDate="2019-10-26 15:42:58 +0100" endDate="2019-10-26 15:52:59 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 16:04:19 +0100" startDate="2019-10-26 15:52:59 +0100" endDate="2019-10-26 16:03:00 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 16:17:53 +0100" startDate="2019-10-26 16:03:00 +0100" endDate="2019-10-26 16:13:01 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 16:26:45 +0100" startDate="2019-10-26 16:13:01 +0100" endDate="2019-10-26 16:23:02 +0100" value="972"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 16:34:05 +0100" startDate="2019-10-26 16:23:02 +0100" endDate="2019-10-26 16:26:49 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 17:10:47 +0100" startDate="2019-10-26 16:54:27 +0100" endDate="2019-10-26 17:03:14 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 17:15:37 +0100" startDate="2019-10-26 17:04:28 +0100" endDate="2019-10-26 17:14:27 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 17:28:19 +0100" startDate="2019-10-26 17:14:27 +0100" endDate="2019-10-26 17:15:00 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 17:38:22 +0100" startDate="2019-10-26 17:23:25 +0100" endDate="2019-10-26 17:33:26 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 17:47:50 +0100" startDate="2019-10-26 17:33:26 +0100" endDate="2019-10-26 17:41:12 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 18:02:23 +0100" startDate="2019-10-26 17:47:49 +0100" endDate="2019-10-26 17:50:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 19:12:04 +0100" startDate="2019-10-26 18:55:40 +0100" endDate="2019-10-26 18:57:33 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-26 19:29:03 +0100" startDate="2019-10-26 19:17:50 +0100" endDate="2019-10-26 19:20:13 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 00:27:59 +0100" startDate="2019-10-27 00:09:47 +0100" endDate="2019-10-27 00:15:46 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 07:09:14 +0100" startDate="2019-10-27 06:56:27 +0100" endDate="2019-10-27 06:56:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 07:23:17 +0100" startDate="2019-10-27 07:07:12 +0100" endDate="2019-10-27 07:12:25 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 07:35:18 +0100" startDate="2019-10-27 07:23:20 +0100" endDate="2019-10-27 07:23:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 08:36:04 +0100" startDate="2019-10-27 08:20:11 +0100" endDate="2019-10-27 08:23:17 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 10:02:56 +0100" startDate="2019-10-27 09:46:53 +0100" endDate="2019-10-27 09:49:41 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 11:13:07 +0100" startDate="2019-10-27 11:02:07 +0100" endDate="2019-10-27 11:09:41 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 11:30:06 +0100" startDate="2019-10-27 11:18:06 +0100" endDate="2019-10-27 11:19:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 11:48:04 +0100" startDate="2019-10-27 11:36:40 +0100" endDate="2019-10-27 11:45:45 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 12:06:53 +0100" startDate="2019-10-27 11:53:51 +0100" endDate="2019-10-27 12:00:23 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 12:17:49 +0100" startDate="2019-10-27 12:06:11 +0100" endDate="2019-10-27 12:12:07 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 12:40:01 +0100" startDate="2019-10-27 12:17:59 +0100" endDate="2019-10-27 12:18:50 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 12:53:11 +0100" startDate="2019-10-27 12:42:05 +0100" endDate="2019-10-27 12:48:32 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 13:34:49 +0100" startDate="2019-10-27 13:31:04 +0100" endDate="2019-10-27 13:34:44 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 13:46:20 +0100" startDate="2019-10-27 13:34:56 +0100" endDate="2019-10-27 13:35:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 14:14:20 +0100" startDate="2019-10-27 14:03:05 +0100" endDate="2019-10-27 14:08:36 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 15:27:27 +0100" startDate="2019-10-27 15:14:36 +0100" endDate="2019-10-27 15:16:58 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 17:18:53 +0100" startDate="2019-10-27 17:05:56 +0100" endDate="2019-10-27 17:11:50 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 17:34:03 +0100" startDate="2019-10-27 17:21:27 +0100" endDate="2019-10-27 17:21:34 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 17:47:36 +0100" startDate="2019-10-27 17:33:59 +0100" endDate="2019-10-27 17:38:29 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 19:36:08 +0100" startDate="2019-10-27 19:15:18 +0100" endDate="2019-10-27 19:15:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 20:05:29 +0100" startDate="2019-10-27 19:47:50 +0100" endDate="2019-10-27 19:47:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-27 22:31:55 +0100" startDate="2019-10-27 22:18:43 +0100" endDate="2019-10-27 22:18:48 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 07:29:11 +0100" startDate="2019-10-28 07:20:35 +0100" endDate="2019-10-28 07:20:40 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 08:08:56 +0100" startDate="2019-10-28 07:53:30 +0100" endDate="2019-10-28 07:59:34 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 08:25:24 +0100" startDate="2019-10-28 08:13:35 +0100" endDate="2019-10-28 08:23:37 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 08:43:03 +0100" startDate="2019-10-28 08:23:37 +0100" endDate="2019-10-28 08:27:57 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 10:23:50 +0100" startDate="2019-10-28 10:10:54 +0100" endDate="2019-10-28 10:19:31 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 10:54:31 +0100" startDate="2019-10-28 10:35:57 +0100" endDate="2019-10-28 10:36:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 11:26:50 +0100" startDate="2019-10-28 10:57:18 +0100" endDate="2019-10-28 10:59:28 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 12:43:25 +0100" startDate="2019-10-28 12:32:25 +0100" endDate="2019-10-28 12:42:26 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 12:53:28 +0100" startDate="2019-10-28 12:42:26 +0100" endDate="2019-10-28 12:49:51 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 13:06:10 +0100" startDate="2019-10-28 12:54:42 +0100" endDate="2019-10-28 13:00:00 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 14:36:22 +0100" startDate="2019-10-28 14:16:38 +0100" endDate="2019-10-28 14:21:15 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 15:34:33 +0100" startDate="2019-10-28 15:14:37 +0100" endDate="2019-10-28 15:18:37 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 16:18:05 +0100" startDate="2019-10-28 16:04:11 +0100" endDate="2019-10-28 16:07:14 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 16:33:43 +0100" startDate="2019-10-28 16:18:25 +0100" endDate="2019-10-28 16:18:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 17:14:50 +0100" startDate="2019-10-28 17:03:35 +0100" endDate="2019-10-28 17:13:36 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 17:24:39 +0100" startDate="2019-10-28 17:13:36 +0100" endDate="2019-10-28 17:23:35 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 17:34:39 +0100" startDate="2019-10-28 17:23:35 +0100" endDate="2019-10-28 17:26:15 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 18:28:50 +0100" startDate="2019-10-28 18:13:20 +0100" endDate="2019-10-28 18:15:50 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 19:04:38 +0100" startDate="2019-10-28 18:36:00 +0100" endDate="2019-10-28 18:40:25 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 19:22:14 +0100" startDate="2019-10-28 19:04:57 +0100" endDate="2019-10-28 19:05:56 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 19:51:43 +0100" startDate="2019-10-28 19:33:48 +0100" endDate="2019-10-28 19:40:29 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 20:41:37 +0100" startDate="2019-10-28 20:19:20 +0100" endDate="2019-10-28 20:21:18 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 21:04:47 +0100" startDate="2019-10-28 20:56:53 +0100" endDate="2019-10-28 20:56:58 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 21:24:11 +0100" startDate="2019-10-28 21:12:55 +0100" endDate="2019-10-28 21:18:31 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 22:18:39 +0100" startDate="2019-10-28 22:07:36 +0100" endDate="2019-10-28 22:12:04 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-28 22:50:08 +0100" startDate="2019-10-28 22:39:08 +0100" endDate="2019-10-28 22:39:31 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 06:36:58 +0100" startDate="2019-10-29 06:26:19 +0100" endDate="2019-10-29 06:26:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 06:59:38 +0100" startDate="2019-10-29 06:42:53 +0100" endDate="2019-10-29 06:43:08 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 07:24:09 +0100" startDate="2019-10-29 07:06:27 +0100" endDate="2019-10-29 07:13:40 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 08:19:43 +0100" startDate="2019-10-29 08:07:22 +0100" endDate="2019-10-29 08:15:54 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 08:30:34 +0100" startDate="2019-10-29 08:19:34 +0100" endDate="2019-10-29 08:26:45 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 08:48:10 +0100" startDate="2019-10-29 08:35:50 +0100" endDate="2019-10-29 08:45:39 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 10:24:02 +0100" startDate="2019-10-29 10:11:56 +0100" endDate="2019-10-29 10:21:29 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 10:34:51 +0100" startDate="2019-10-29 10:22:09 +0100" endDate="2019-10-29 10:22:45 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 11:50:44 +0100" startDate="2019-10-29 11:38:11 +0100" endDate="2019-10-29 11:45:37 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 12:07:57 +0100" startDate="2019-10-29 11:53:51 +0100" endDate="2019-10-29 12:03:52 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 12:16:00 +0100" startDate="2019-10-29 12:03:52 +0100" endDate="2019-10-29 12:08:17 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 14:39:57 +0100" startDate="2019-10-29 14:25:53 +0100" endDate="2019-10-29 14:25:56 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 15:28:36 +0100" startDate="2019-10-29 15:17:26 +0100" endDate="2019-10-29 15:27:27 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 15:38:30 +0100" startDate="2019-10-29 15:27:27 +0100" endDate="2019-10-29 15:30:18 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 17:38:22 +0100" startDate="2019-10-29 17:27:22 +0100" endDate="2019-10-29 17:37:13 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 17:50:36 +0100" startDate="2019-10-29 17:39:33 +0100" endDate="2019-10-29 17:48:13 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 18:00:57 +0100" startDate="2019-10-29 17:49:54 +0100" endDate="2019-10-29 17:49:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 18:12:02 +0100" startDate="2019-10-29 18:00:49 +0100" endDate="2019-10-29 18:04:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 18:22:51 +0100" startDate="2019-10-29 18:11:51 +0100" endDate="2019-10-29 18:12:37 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-29 22:06:13 +0100" startDate="2019-10-29 21:55:10 +0100" endDate="2019-10-29 22:02:14 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 06:36:59 +0100" startDate="2019-10-30 06:23:48 +0100" endDate="2019-10-30 06:24:21 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 08:20:31 +0100" startDate="2019-10-30 08:09:29 +0100" endDate="2019-10-30 08:09:39 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 08:34:46 +0100" startDate="2019-10-30 08:23:28 +0100" endDate="2019-10-30 08:33:29 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 08:44:32 +0100" startDate="2019-10-30 08:33:29 +0100" endDate="2019-10-30 08:41:34 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 09:36:28 +0100" startDate="2019-10-30 08:56:33 +0100" endDate="2019-10-30 08:56:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 09:53:01 +0100" startDate="2019-10-30 09:42:01 +0100" endDate="2019-10-30 09:52:02 +0100" value="1028"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 10:03:32 +0100" startDate="2019-10-30 09:52:02 +0100" endDate="2019-10-30 10:02:01 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 10:13:57 +0100" startDate="2019-10-30 10:02:01 +0100" endDate="2019-10-30 10:04:29 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 10:51:58 +0100" startDate="2019-10-30 10:40:58 +0100" endDate="2019-10-30 10:50:59 +0100" value="1104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 11:03:44 +0100" startDate="2019-10-30 10:50:59 +0100" endDate="2019-10-30 10:58:55 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 11:26:45 +0100" startDate="2019-10-30 11:15:31 +0100" endDate="2019-10-30 11:15:54 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 11:37:43 +0100" startDate="2019-10-30 11:25:39 +0100" endDate="2019-10-30 11:35:40 +0100" value="1182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 11:46:58 +0100" startDate="2019-10-30 11:35:40 +0100" endDate="2019-10-30 11:45:13 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 11:58:36 +0100" startDate="2019-10-30 11:46:47 +0100" endDate="2019-10-30 11:55:12 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 12:15:40 +0100" startDate="2019-10-30 12:04:19 +0100" endDate="2019-10-30 12:05:20 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 12:35:09 +0100" startDate="2019-10-30 12:21:21 +0100" endDate="2019-10-30 12:29:36 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 12:58:49 +0100" startDate="2019-10-30 12:44:37 +0100" endDate="2019-10-30 12:54:23 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 13:11:54 +0100" startDate="2019-10-30 12:57:06 +0100" endDate="2019-10-30 12:57:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 14:03:23 +0100" startDate="2019-10-30 13:52:23 +0100" endDate="2019-10-30 14:00:16 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 15:03:57 +0100" startDate="2019-10-30 14:52:54 +0100" endDate="2019-10-30 15:00:51 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 15:26:35 +0100" startDate="2019-10-30 15:15:21 +0100" endDate="2019-10-30 15:17:26 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 15:38:05 +0100" startDate="2019-10-30 15:25:39 +0100" endDate="2019-10-30 15:35:20 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 15:53:09 +0100" startDate="2019-10-30 15:37:00 +0100" endDate="2019-10-30 15:46:56 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 16:10:23 +0100" startDate="2019-10-30 15:57:43 +0100" endDate="2019-10-30 16:05:13 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 16:43:12 +0100" startDate="2019-10-30 16:32:12 +0100" endDate="2019-10-30 16:40:54 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 17:00:52 +0100" startDate="2019-10-30 16:45:14 +0100" endDate="2019-10-30 16:46:38 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 17:19:47 +0100" startDate="2019-10-30 17:07:44 +0100" endDate="2019-10-30 17:08:50 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 17:31:14 +0100" startDate="2019-10-30 17:19:47 +0100" endDate="2019-10-30 17:29:35 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 17:41:29 +0100" startDate="2019-10-30 17:29:53 +0100" endDate="2019-10-30 17:29:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 18:06:43 +0100" startDate="2019-10-30 17:54:07 +0100" endDate="2019-10-30 18:03:27 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 18:27:18 +0100" startDate="2019-10-30 18:04:43 +0100" endDate="2019-10-30 18:07:04 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 19:16:53 +0100" startDate="2019-10-30 19:04:55 +0100" endDate="2019-10-30 19:07:48 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 23:13:33 +0100" startDate="2019-10-30 22:59:52 +0100" endDate="2019-10-30 23:02:22 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-30 23:56:51 +0100" startDate="2019-10-30 23:43:24 +0100" endDate="2019-10-30 23:53:25 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 00:07:22 +0100" startDate="2019-10-30 23:53:25 +0100" endDate="2019-10-31 00:01:03 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 00:40:01 +0100" startDate="2019-10-31 00:28:58 +0100" endDate="2019-10-31 00:29:01 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 07:01:51 +0100" startDate="2019-10-31 06:58:32 +0100" endDate="2019-10-31 07:01:46 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 07:40:10 +0100" startDate="2019-10-31 07:24:02 +0100" endDate="2019-10-31 07:25:03 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 09:27:16 +0100" startDate="2019-10-31 09:16:13 +0100" endDate="2019-10-31 09:16:39 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 10:02:36 +0100" startDate="2019-10-31 09:48:59 +0100" endDate="2019-10-31 09:49:25 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 10:58:07 +0100" startDate="2019-10-31 10:45:20 +0100" endDate="2019-10-31 10:50:05 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 11:10:35 +0100" startDate="2019-10-31 10:59:33 +0100" endDate="2019-10-31 10:59:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 12:36:26 +0100" startDate="2019-10-31 12:23:30 +0100" endDate="2019-10-31 12:30:50 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 12:49:10 +0100" startDate="2019-10-31 12:33:36 +0100" endDate="2019-10-31 12:41:57 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 13:34:09 +0100" startDate="2019-10-31 13:02:24 +0100" endDate="2019-10-31 13:02:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 14:02:41 +0100" startDate="2019-10-31 13:34:25 +0100" endDate="2019-10-31 13:34:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 14:23:22 +0100" startDate="2019-10-31 14:09:39 +0100" endDate="2019-10-31 14:19:40 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 14:33:22 +0100" startDate="2019-10-31 14:19:40 +0100" endDate="2019-10-31 14:25:55 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 15:40:55 +0100" startDate="2019-10-31 15:27:53 +0100" endDate="2019-10-31 15:37:33 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 16:00:00 +0100" startDate="2019-10-31 15:44:06 +0100" endDate="2019-10-31 15:46:47 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 17:03:23 +0100" startDate="2019-10-31 16:49:14 +0100" endDate="2019-10-31 16:56:27 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 17:07:30 +0100" startDate="2019-10-31 16:56:27 +0100" endDate="2019-10-31 17:06:23 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 19:26:41 +0100" startDate="2019-10-31 19:14:13 +0100" endDate="2019-10-31 19:24:09 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 19:37:58 +0100" startDate="2019-10-31 19:24:39 +0100" endDate="2019-10-31 19:29:40 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 19:49:12 +0100" startDate="2019-10-31 19:39:08 +0100" endDate="2019-10-31 19:40:29 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 20:00:28 +0100" startDate="2019-10-31 19:46:51 +0100" endDate="2019-10-31 19:52:42 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 20:12:45 +0100" startDate="2019-10-31 19:58:51 +0100" endDate="2019-10-31 20:03:52 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 20:54:42 +0100" startDate="2019-10-31 20:40:51 +0100" endDate="2019-10-31 20:41:27 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-10-31 21:58:31 +0100" startDate="2019-10-31 21:41:20 +0100" endDate="2019-10-31 21:41:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 09:35:36 +0100" startDate="2019-11-01 09:23:08 +0100" endDate="2019-11-01 09:28:57 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 09:51:37 +0100" startDate="2019-11-01 09:36:15 +0100" endDate="2019-11-01 09:45:09 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 09:57:38 +0100" startDate="2019-11-01 09:46:34 +0100" endDate="2019-11-01 09:56:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 10:57:35 +0100" startDate="2019-11-01 10:46:35 +0100" endDate="2019-11-01 10:47:00 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 11:17:25 +0100" startDate="2019-11-01 10:59:54 +0100" endDate="2019-11-01 11:06:23 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 11:26:03 +0100" startDate="2019-11-01 11:14:22 +0100" endDate="2019-11-01 11:21:53 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 11:56:39 +0100" startDate="2019-11-01 11:43:36 +0100" endDate="2019-11-01 11:45:23 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 13:22:00 +0100" startDate="2019-11-01 13:07:51 +0100" endDate="2019-11-01 13:07:56 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 13:36:03 +0100" startDate="2019-11-01 13:21:19 +0100" endDate="2019-11-01 13:26:53 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 14:02:03 +0100" startDate="2019-11-01 13:44:23 +0100" endDate="2019-11-01 13:46:48 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 14:18:14 +0100" startDate="2019-11-01 14:05:05 +0100" endDate="2019-11-01 14:13:39 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 14:29:37 +0100" startDate="2019-11-01 14:15:57 +0100" endDate="2019-11-01 14:22:19 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 17:51:36 +0100" startDate="2019-11-01 17:40:33 +0100" endDate="2019-11-01 17:41:39 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 18:16:56 +0100" startDate="2019-11-01 18:06:46 +0100" endDate="2019-11-01 18:09:24 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 18:23:03 +0100" startDate="2019-11-01 18:09:24 +0100" endDate="2019-11-01 18:19:25 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 18:33:12 +0100" startDate="2019-11-01 18:19:25 +0100" endDate="2019-11-01 18:29:26 +0100" value="1001"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 18:42:42 +0100" startDate="2019-11-01 18:29:26 +0100" endDate="2019-11-01 18:39:27 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 18:54:14 +0100" startDate="2019-11-01 18:39:27 +0100" endDate="2019-11-01 18:40:39 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 19:28:30 +0100" startDate="2019-11-01 19:15:29 +0100" endDate="2019-11-01 19:21:16 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 20:42:11 +0100" startDate="2019-11-01 19:26:47 +0100" endDate="2019-11-01 19:28:03 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 21:01:46 +0100" startDate="2019-11-01 20:42:42 +0100" endDate="2019-11-01 20:44:21 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 21:10:11 +0100" startDate="2019-11-01 20:44:21 +0100" endDate="2019-11-01 20:45:12 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 21:59:45 +0100" startDate="2019-11-01 21:09:42 +0100" endDate="2019-11-01 21:10:41 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 22:58:25 +0100" startDate="2019-11-01 22:41:42 +0100" endDate="2019-11-01 22:51:43 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 23:04:27 +0100" startDate="2019-11-01 22:51:43 +0100" endDate="2019-11-01 23:01:44 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 23:22:38 +0100" startDate="2019-11-01 23:01:44 +0100" endDate="2019-11-01 23:05:10 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 23:33:10 +0100" startDate="2019-11-01 23:21:32 +0100" endDate="2019-11-01 23:31:33 +0100" value="1105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 23:42:43 +0100" startDate="2019-11-01 23:31:33 +0100" endDate="2019-11-01 23:41:34 +0100" value="1130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 23:52:36 +0100" startDate="2019-11-01 23:41:34 +0100" endDate="2019-11-01 23:50:13 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-01 23:58:49 +0100" startDate="2019-11-01 23:53:50 +0100" endDate="2019-11-01 23:56:10 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 00:12:39 +0100" startDate="2019-11-02 00:01:36 +0100" endDate="2019-11-02 00:01:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 07:21:34 +0100" startDate="2019-11-02 07:10:57 +0100" endDate="2019-11-02 07:20:31 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 07:48:21 +0100" startDate="2019-11-02 07:36:37 +0100" endDate="2019-11-02 07:39:12 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 08:00:40 +0100" startDate="2019-11-02 07:47:29 +0100" endDate="2019-11-02 07:57:15 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 08:16:21 +0100" startDate="2019-11-02 07:58:36 +0100" endDate="2019-11-02 08:08:37 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 08:26:46 +0100" startDate="2019-11-02 08:08:47 +0100" endDate="2019-11-02 08:18:48 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 08:35:33 +0100" startDate="2019-11-02 08:18:48 +0100" endDate="2019-11-02 08:28:11 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 08:47:44 +0100" startDate="2019-11-02 08:29:35 +0100" endDate="2019-11-02 08:38:58 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 08:58:52 +0100" startDate="2019-11-02 08:41:26 +0100" endDate="2019-11-02 08:51:17 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 09:10:17 +0100" startDate="2019-11-02 08:51:32 +0100" endDate="2019-11-02 08:52:54 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 09:17:20 +0100" startDate="2019-11-02 09:05:35 +0100" endDate="2019-11-02 09:15:36 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 09:29:11 +0100" startDate="2019-11-02 09:15:36 +0100" endDate="2019-11-02 09:16:42 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 09:38:37 +0100" startDate="2019-11-02 09:27:37 +0100" endDate="2019-11-02 09:37:14 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 09:52:36 +0100" startDate="2019-11-02 09:41:33 +0100" endDate="2019-11-02 09:44:57 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 10:53:38 +0100" startDate="2019-11-02 10:42:35 +0100" endDate="2019-11-02 10:49:46 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 11:04:39 +0100" startDate="2019-11-02 10:53:55 +0100" endDate="2019-11-02 11:03:41 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 11:15:30 +0100" startDate="2019-11-02 11:03:59 +0100" endDate="2019-11-02 11:14:00 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 11:27:38 +0100" startDate="2019-11-02 11:14:00 +0100" endDate="2019-11-02 11:15:01 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 12:10:29 +0100" startDate="2019-11-02 11:59:26 +0100" endDate="2019-11-02 12:02:42 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 12:27:59 +0100" startDate="2019-11-02 12:10:10 +0100" endDate="2019-11-02 12:20:11 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 12:34:31 +0100" startDate="2019-11-02 12:21:05 +0100" endDate="2019-11-02 12:30:23 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 12:45:38 +0100" startDate="2019-11-02 12:34:35 +0100" endDate="2019-11-02 12:44:26 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 12:57:27 +0100" startDate="2019-11-02 12:44:47 +0100" endDate="2019-11-02 12:54:46 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 13:10:34 +0100" startDate="2019-11-02 12:54:46 +0100" endDate="2019-11-02 12:56:15 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 13:11:09 +0100" startDate="2019-11-02 13:10:49 +0100" endDate="2019-11-02 13:11:04 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 13:24:39 +0100" startDate="2019-11-02 13:11:04 +0100" endDate="2019-11-02 13:16:30 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 13:35:34 +0100" startDate="2019-11-02 13:23:30 +0100" endDate="2019-11-02 13:25:07 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 13:46:53 +0100" startDate="2019-11-02 13:34:27 +0100" endDate="2019-11-02 13:35:15 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 14:56:16 +0100" startDate="2019-11-02 14:39:29 +0100" endDate="2019-11-02 14:41:46 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 15:27:10 +0100" startDate="2019-11-02 15:16:07 +0100" endDate="2019-11-02 15:17:11 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 15:58:45 +0100" startDate="2019-11-02 15:47:00 +0100" endDate="2019-11-02 15:57:01 +0100" value="1144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 16:10:48 +0100" startDate="2019-11-02 15:57:01 +0100" endDate="2019-11-02 16:07:02 +0100" value="1105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 16:19:02 +0100" startDate="2019-11-02 16:07:02 +0100" endDate="2019-11-02 16:17:03 +0100" value="1127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 16:28:15 +0100" startDate="2019-11-02 16:17:03 +0100" endDate="2019-11-02 16:27:04 +0100" value="1123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 16:54:59 +0100" startDate="2019-11-02 16:27:04 +0100" endDate="2019-11-02 16:37:05 +0100" value="1039"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 16:54:59 +0100" startDate="2019-11-02 16:37:05 +0100" endDate="2019-11-02 16:46:12 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 17:06:09 +0100" startDate="2019-11-02 16:46:12 +0100" endDate="2019-11-02 16:56:13 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 17:08:25 +0100" startDate="2019-11-02 16:56:13 +0100" endDate="2019-11-02 17:06:14 +0100" value="1119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 17:19:11 +0100" startDate="2019-11-02 17:06:14 +0100" endDate="2019-11-02 17:16:15 +0100" value="1097"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 17:27:17 +0100" startDate="2019-11-02 17:16:15 +0100" endDate="2019-11-02 17:20:40 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 17:44:10 +0100" startDate="2019-11-02 17:29:22 +0100" endDate="2019-11-02 17:37:11 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 17:53:10 +0100" startDate="2019-11-02 17:42:48 +0100" endDate="2019-11-02 17:50:24 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 18:16:41 +0100" startDate="2019-11-02 18:03:35 +0100" endDate="2019-11-02 18:03:40 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 19:06:20 +0100" startDate="2019-11-02 18:46:59 +0100" endDate="2019-11-02 18:49:42 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 19:28:25 +0100" startDate="2019-11-02 19:15:18 +0100" endDate="2019-11-02 19:19:28 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 19:44:41 +0100" startDate="2019-11-02 19:33:41 +0100" endDate="2019-11-02 19:35:41 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 21:19:45 +0100" startDate="2019-11-02 21:08:43 +0100" endDate="2019-11-02 21:08:50 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-02 21:39:06 +0100" startDate="2019-11-02 21:26:35 +0100" endDate="2019-11-02 21:27:00 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 07:20:29 +0100" startDate="2019-11-03 07:09:26 +0100" endDate="2019-11-03 07:11:13 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 08:28:17 +0100" startDate="2019-11-03 08:14:34 +0100" endDate="2019-11-03 08:17:50 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 09:33:22 +0100" startDate="2019-11-03 09:21:06 +0100" endDate="2019-11-03 09:21:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 13:02:17 +0100" startDate="2019-11-03 12:49:03 +0100" endDate="2019-11-03 12:54:11 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 13:36:59 +0100" startDate="2019-11-03 13:24:15 +0100" endDate="2019-11-03 13:34:14 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 13:37:15 +0100" startDate="2019-11-03 13:34:14 +0100" endDate="2019-11-03 13:37:02 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 14:26:22 +0100" startDate="2019-11-03 14:08:58 +0100" endDate="2019-11-03 14:18:59 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 14:31:21 +0100" startDate="2019-11-03 14:18:59 +0100" endDate="2019-11-03 14:29:00 +0100" value="980"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 14:47:04 +0100" startDate="2019-11-03 14:29:00 +0100" endDate="2019-11-03 14:39:01 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 14:51:28 +0100" startDate="2019-11-03 14:39:01 +0100" endDate="2019-11-03 14:49:02 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 15:01:29 +0100" startDate="2019-11-03 14:49:02 +0100" endDate="2019-11-03 14:59:03 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 15:11:50 +0100" startDate="2019-11-03 14:59:03 +0100" endDate="2019-11-03 15:09:04 +0100" value="1055"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 15:23:11 +0100" startDate="2019-11-03 15:09:04 +0100" endDate="2019-11-03 15:19:04 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 15:38:10 +0100" startDate="2019-11-03 15:19:04 +0100" endDate="2019-11-03 15:29:05 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 15:42:53 +0100" startDate="2019-11-03 15:29:05 +0100" endDate="2019-11-03 15:39:06 +0100" value="1048"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 15:52:19 +0100" startDate="2019-11-03 15:39:06 +0100" endDate="2019-11-03 15:49:07 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 16:03:46 +0100" startDate="2019-11-03 15:49:07 +0100" endDate="2019-11-03 15:50:31 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 16:51:41 +0100" startDate="2019-11-03 16:37:56 +0100" endDate="2019-11-03 16:42:13 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 17:05:21 +0100" startDate="2019-11-03 16:48:46 +0100" endDate="2019-11-03 16:54:30 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 19:09:02 +0100" startDate="2019-11-03 18:56:45 +0100" endDate="2019-11-03 18:56:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 20:14:08 +0100" startDate="2019-11-03 20:01:01 +0100" endDate="2019-11-03 20:01:34 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 20:30:20 +0100" startDate="2019-11-03 20:14:16 +0100" endDate="2019-11-03 20:21:42 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-03 22:48:40 +0100" startDate="2019-11-03 22:37:37 +0100" endDate="2019-11-03 22:46:25 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 06:37:39 +0100" startDate="2019-11-04 06:24:47 +0100" endDate="2019-11-04 06:24:50 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 06:47:46 +0100" startDate="2019-11-04 06:36:43 +0100" endDate="2019-11-04 06:36:48 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 08:05:50 +0100" startDate="2019-11-04 07:51:55 +0100" endDate="2019-11-04 07:52:18 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 08:14:38 +0100" startDate="2019-11-04 08:02:52 +0100" endDate="2019-11-04 08:12:53 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 08:26:02 +0100" startDate="2019-11-04 08:12:53 +0100" endDate="2019-11-04 08:14:45 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 09:23:33 +0100" startDate="2019-11-04 09:12:32 +0100" endDate="2019-11-04 09:18:42 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 09:36:19 +0100" startDate="2019-11-04 09:22:36 +0100" endDate="2019-11-04 09:23:07 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 11:07:29 +0100" startDate="2019-11-04 10:55:58 +0100" endDate="2019-11-04 10:58:41 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 11:23:22 +0100" startDate="2019-11-04 11:09:25 +0100" endDate="2019-11-04 11:13:07 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 12:33:30 +0100" startDate="2019-11-04 12:16:33 +0100" endDate="2019-11-04 12:20:43 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 12:49:24 +0100" startDate="2019-11-04 12:38:23 +0100" endDate="2019-11-04 12:48:12 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 13:13:26 +0100" startDate="2019-11-04 12:58:33 +0100" endDate="2019-11-04 12:59:39 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 14:05:35 +0100" startDate="2019-11-04 13:49:41 +0100" endDate="2019-11-04 13:53:10 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 14:15:45 +0100" startDate="2019-11-04 14:04:41 +0100" endDate="2019-11-04 14:13:23 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 14:43:50 +0100" startDate="2019-11-04 14:30:14 +0100" endDate="2019-11-04 14:36:06 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 15:13:50 +0100" startDate="2019-11-04 14:59:09 +0100" endDate="2019-11-04 14:59:37 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 15:41:18 +0100" startDate="2019-11-04 15:30:05 +0100" endDate="2019-11-04 15:38:37 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 15:55:04 +0100" startDate="2019-11-04 15:40:31 +0100" endDate="2019-11-04 15:49:41 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 16:02:18 +0100" startDate="2019-11-04 15:51:18 +0100" endDate="2019-11-04 15:58:44 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 17:04:51 +0100" startDate="2019-11-04 16:50:32 +0100" endDate="2019-11-04 16:50:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 18:00:33 +0100" startDate="2019-11-04 17:47:34 +0100" endDate="2019-11-04 17:57:35 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 18:13:25 +0100" startDate="2019-11-04 17:57:35 +0100" endDate="2019-11-04 18:07:36 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 18:19:27 +0100" startDate="2019-11-04 18:07:36 +0100" endDate="2019-11-04 18:17:37 +0100" value="1056"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 18:29:36 +0100" startDate="2019-11-04 18:17:37 +0100" endDate="2019-11-04 18:26:37 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 18:39:55 +0100" startDate="2019-11-04 18:27:38 +0100" endDate="2019-11-04 18:36:43 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 18:51:18 +0100" startDate="2019-11-04 18:39:44 +0100" endDate="2019-11-04 18:49:43 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 19:04:55 +0100" startDate="2019-11-04 18:49:43 +0100" endDate="2019-11-04 18:55:06 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 19:23:24 +0100" startDate="2019-11-04 19:12:11 +0100" endDate="2019-11-04 19:20:39 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 19:38:20 +0100" startDate="2019-11-04 19:24:12 +0100" endDate="2019-11-04 19:31:54 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-04 23:15:51 +0100" startDate="2019-11-04 23:04:05 +0100" endDate="2019-11-04 23:04:20 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 08:00:33 +0100" startDate="2019-11-05 07:49:31 +0100" endDate="2019-11-05 07:51:53 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 08:34:38 +0100" startDate="2019-11-05 08:15:47 +0100" endDate="2019-11-05 08:24:12 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 09:02:24 +0100" startDate="2019-11-05 08:26:06 +0100" endDate="2019-11-05 08:34:08 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 09:07:47 +0100" startDate="2019-11-05 08:53:59 +0100" endDate="2019-11-05 08:54:53 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 09:19:13 +0100" startDate="2019-11-05 09:06:52 +0100" endDate="2019-11-05 09:14:18 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 09:28:22 +0100" startDate="2019-11-05 09:18:08 +0100" endDate="2019-11-05 09:27:09 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 09:44:39 +0100" startDate="2019-11-05 09:28:46 +0100" endDate="2019-11-05 09:29:11 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 10:55:48 +0100" startDate="2019-11-05 10:44:06 +0100" endDate="2019-11-05 10:47:19 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 11:42:04 +0100" startDate="2019-11-05 11:26:43 +0100" endDate="2019-11-05 11:29:57 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 12:14:30 +0100" startDate="2019-11-05 12:02:00 +0100" endDate="2019-11-05 12:11:56 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 12:24:21 +0100" startDate="2019-11-05 12:12:11 +0100" endDate="2019-11-05 12:12:47 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 12:42:34 +0100" startDate="2019-11-05 12:31:31 +0100" endDate="2019-11-05 12:33:54 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 12:57:34 +0100" startDate="2019-11-05 12:46:14 +0100" endDate="2019-11-05 12:56:13 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 13:08:39 +0100" startDate="2019-11-05 12:56:13 +0100" endDate="2019-11-05 13:04:53 +0100" value="671"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 13:19:56 +0100" startDate="2019-11-05 13:06:32 +0100" endDate="2019-11-05 13:15:29 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 13:31:24 +0100" startDate="2019-11-05 13:19:16 +0100" endDate="2019-11-05 13:22:22 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 13:43:52 +0100" startDate="2019-11-05 13:32:10 +0100" endDate="2019-11-05 13:42:11 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 14:00:14 +0100" startDate="2019-11-05 13:48:46 +0100" endDate="2019-11-05 13:48:48 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 14:13:14 +0100" startDate="2019-11-05 14:07:39 +0100" endDate="2019-11-05 14:13:08 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 14:28:00 +0100" startDate="2019-11-05 14:14:53 +0100" endDate="2019-11-05 14:23:04 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 17:58:51 +0100" startDate="2019-11-05 17:47:15 +0100" endDate="2019-11-05 17:55:31 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 18:08:36 +0100" startDate="2019-11-05 17:57:26 +0100" endDate="2019-11-05 18:07:06 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 18:27:01 +0100" startDate="2019-11-05 18:16:00 +0100" endDate="2019-11-05 18:25:15 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 19:01:53 +0100" startDate="2019-11-05 18:49:30 +0100" endDate="2019-11-05 18:49:30 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 19:18:29 +0100" startDate="2019-11-05 19:05:12 +0100" endDate="2019-11-05 19:05:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 19:42:29 +0100" startDate="2019-11-05 19:25:40 +0100" endDate="2019-11-05 19:35:41 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 19:54:26 +0100" startDate="2019-11-05 19:35:41 +0100" endDate="2019-11-05 19:39:43 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-05 22:14:52 +0100" startDate="2019-11-05 22:04:03 +0100" endDate="2019-11-05 22:13:54 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 04:58:45 +0100" startDate="2019-11-06 04:45:46 +0100" endDate="2019-11-06 04:55:47 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 05:14:48 +0100" startDate="2019-11-06 04:55:47 +0100" endDate="2019-11-06 05:05:33 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 05:38:07 +0100" startDate="2019-11-06 05:21:59 +0100" endDate="2019-11-06 05:23:44 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 05:48:12 +0100" startDate="2019-11-06 05:35:48 +0100" endDate="2019-11-06 05:40:49 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 06:01:19 +0100" startDate="2019-11-06 05:48:45 +0100" endDate="2019-11-06 05:58:36 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 06:09:47 +0100" startDate="2019-11-06 05:58:47 +0100" endDate="2019-11-06 05:58:52 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 06:40:57 +0100" startDate="2019-11-06 06:25:28 +0100" endDate="2019-11-06 06:35:13 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 06:50:16 +0100" startDate="2019-11-06 06:35:13 +0100" endDate="2019-11-06 06:40:32 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 07:15:47 +0100" startDate="2019-11-06 06:47:21 +0100" endDate="2019-11-06 06:54:55 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 07:15:47 +0100" startDate="2019-11-06 07:04:36 +0100" endDate="2019-11-06 07:09:28 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 11:37:05 +0100" startDate="2019-11-06 11:26:00 +0100" endDate="2019-11-06 11:33:56 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 11:48:07 +0100" startDate="2019-11-06 11:33:56 +0100" endDate="2019-11-06 11:43:47 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 11:56:21 +0100" startDate="2019-11-06 11:44:17 +0100" endDate="2019-11-06 11:54:18 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 12:05:21 +0100" startDate="2019-11-06 11:54:18 +0100" endDate="2019-11-06 12:00:58 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 12:44:26 +0100" startDate="2019-11-06 12:29:20 +0100" endDate="2019-11-06 12:39:03 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 12:54:39 +0100" startDate="2019-11-06 12:40:12 +0100" endDate="2019-11-06 12:48:13 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 13:06:22 +0100" startDate="2019-11-06 12:53:04 +0100" endDate="2019-11-06 13:01:26 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 14:18:13 +0100" startDate="2019-11-06 14:04:11 +0100" endDate="2019-11-06 14:11:51 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 14:27:00 +0100" startDate="2019-11-06 14:14:57 +0100" endDate="2019-11-06 14:24:35 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 14:44:33 +0100" startDate="2019-11-06 14:25:54 +0100" endDate="2019-11-06 14:25:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 19:12:30 +0100" startDate="2019-11-06 18:47:18 +0100" endDate="2019-11-06 18:57:19 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 19:12:30 +0100" startDate="2019-11-06 18:57:19 +0100" endDate="2019-11-06 19:01:42 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 19:14:41 +0100" startDate="2019-11-06 19:01:42 +0100" endDate="2019-11-06 19:11:41 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 19:22:43 +0100" startDate="2019-11-06 19:11:41 +0100" endDate="2019-11-06 19:20:41 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 19:35:39 +0100" startDate="2019-11-06 19:24:02 +0100" endDate="2019-11-06 19:32:49 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 19:47:39 +0100" startDate="2019-11-06 19:34:34 +0100" endDate="2019-11-06 19:41:57 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 21:27:54 +0100" startDate="2019-11-06 21:14:36 +0100" endDate="2019-11-06 21:24:37 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 21:34:54 +0100" startDate="2019-11-06 21:24:37 +0100" endDate="2019-11-06 21:33:37 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 22:09:07 +0100" startDate="2019-11-06 21:35:14 +0100" endDate="2019-11-06 21:40:53 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-06 23:21:03 +0100" startDate="2019-11-06 23:02:24 +0100" endDate="2019-11-06 23:07:38 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 10:51:45 +0100" startDate="2019-11-07 10:31:37 +0100" endDate="2019-11-07 10:38:38 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 11:01:46 +0100" startDate="2019-11-07 10:42:15 +0100" endDate="2019-11-07 10:50:41 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 11:05:57 +0100" startDate="2019-11-07 10:52:23 +0100" endDate="2019-11-07 10:52:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 11:47:56 +0100" startDate="2019-11-07 11:36:55 +0100" endDate="2019-11-07 11:37:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 12:42:05 +0100" startDate="2019-11-07 12:21:03 +0100" endDate="2019-11-07 12:31:04 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 12:42:05 +0100" startDate="2019-11-07 12:31:04 +0100" endDate="2019-11-07 12:39:46 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 12:50:13 +0100" startDate="2019-11-07 12:39:46 +0100" endDate="2019-11-07 12:42:17 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 12:53:14 +0100" startDate="2019-11-07 12:42:17 +0100" endDate="2019-11-07 12:50:13 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 13:06:23 +0100" startDate="2019-11-07 12:50:13 +0100" endDate="2019-11-07 13:00:14 +0100" value="978"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 13:13:56 +0100" startDate="2019-11-07 13:00:14 +0100" endDate="2019-11-07 13:10:15 +0100" value="980"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 13:24:31 +0100" startDate="2019-11-07 13:10:15 +0100" endDate="2019-11-07 13:20:16 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 13:35:23 +0100" startDate="2019-11-07 13:20:52 +0100" endDate="2019-11-07 13:30:34 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 14:07:19 +0100" startDate="2019-11-07 13:31:17 +0100" endDate="2019-11-07 13:36:13 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 17:44:06 +0100" startDate="2019-11-07 17:40:59 +0100" endDate="2019-11-07 17:41:09 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 18:02:28 +0100" startDate="2019-11-07 17:51:25 +0100" endDate="2019-11-07 17:56:35 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 19:04:14 +0100" startDate="2019-11-07 18:52:11 +0100" endDate="2019-11-07 18:54:15 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 19:27:23 +0100" startDate="2019-11-07 19:02:14 +0100" endDate="2019-11-07 19:07:32 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 20:03:33 +0100" startDate="2019-11-07 19:50:00 +0100" endDate="2019-11-07 20:00:01 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 20:21:25 +0100" startDate="2019-11-07 20:00:01 +0100" endDate="2019-11-07 20:00:47 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 22:21:59 +0100" startDate="2019-11-07 22:10:48 +0100" endDate="2019-11-07 22:19:42 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 22:21:59 +0100" startDate="2019-11-07 22:21:32 +0100" endDate="2019-11-07 22:21:47 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 22:43:23 +0100" startDate="2019-11-07 22:23:47 +0100" endDate="2019-11-07 22:33:20 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-07 23:28:46 +0100" startDate="2019-11-07 23:16:41 +0100" endDate="2019-11-07 23:18:59 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 13:18:43 +0100" startDate="2019-11-08 12:52:17 +0100" endDate="2019-11-08 12:58:16 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 16:22:47 +0100" startDate="2019-11-08 16:05:26 +0100" endDate="2019-11-08 16:09:08 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 16:47:34 +0100" startDate="2019-11-08 16:28:09 +0100" endDate="2019-11-08 16:31:12 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 17:01:07 +0100" startDate="2019-11-08 16:50:04 +0100" endDate="2019-11-08 16:54:01 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 18:07:44 +0100" startDate="2019-11-08 17:50:32 +0100" endDate="2019-11-08 18:00:15 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 18:12:41 +0100" startDate="2019-11-08 18:00:53 +0100" endDate="2019-11-08 18:07:21 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 18:25:45 +0100" startDate="2019-11-08 18:12:01 +0100" endDate="2019-11-08 18:19:14 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 18:42:26 +0100" startDate="2019-11-08 18:22:40 +0100" endDate="2019-11-08 18:32:41 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 18:47:08 +0100" startDate="2019-11-08 18:32:41 +0100" endDate="2019-11-08 18:42:43 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 18:55:01 +0100" startDate="2019-11-08 18:42:43 +0100" endDate="2019-11-08 18:51:43 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 19:12:48 +0100" startDate="2019-11-08 18:53:12 +0100" endDate="2019-11-08 19:03:13 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 19:14:15 +0100" startDate="2019-11-08 19:03:13 +0100" endDate="2019-11-08 19:13:14 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 19:24:16 +0100" startDate="2019-11-08 19:13:14 +0100" endDate="2019-11-08 19:22:19 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 19:35:49 +0100" startDate="2019-11-08 19:24:29 +0100" endDate="2019-11-08 19:28:56 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 20:09:22 +0100" startDate="2019-11-08 19:58:12 +0100" endDate="2019-11-08 20:05:23 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 22:02:42 +0100" startDate="2019-11-08 21:51:27 +0100" endDate="2019-11-08 21:59:36 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 22:15:16 +0100" startDate="2019-11-08 22:04:05 +0100" endDate="2019-11-08 22:12:22 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-08 22:26:31 +0100" startDate="2019-11-08 22:14:12 +0100" endDate="2019-11-08 22:16:32 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 10:42:14 +0100" startDate="2019-11-09 10:23:22 +0100" endDate="2019-11-09 10:33:21 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 10:52:15 +0100" startDate="2019-11-09 10:39:53 +0100" endDate="2019-11-09 10:40:18 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 10:55:00 +0100" startDate="2019-11-09 10:42:18 +0100" endDate="2019-11-09 10:51:34 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 11:08:05 +0100" startDate="2019-11-09 10:53:10 +0100" endDate="2019-11-09 10:53:36 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 11:21:18 +0100" startDate="2019-11-09 11:05:00 +0100" endDate="2019-11-09 11:06:57 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 11:45:28 +0100" startDate="2019-11-09 11:31:30 +0100" endDate="2019-11-09 11:41:31 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 11:54:22 +0100" startDate="2019-11-09 11:41:31 +0100" endDate="2019-11-09 11:51:17 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 12:16:27 +0100" startDate="2019-11-09 12:02:50 +0100" endDate="2019-11-09 12:12:25 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 13:09:56 +0100" startDate="2019-11-09 12:58:08 +0100" endDate="2019-11-09 13:08:09 +0100" value="1008"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 13:20:44 +0100" startDate="2019-11-09 13:08:09 +0100" endDate="2019-11-09 13:18:10 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 13:37:41 +0100" startDate="2019-11-09 13:18:10 +0100" endDate="2019-11-09 13:21:26 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 13:46:10 +0100" startDate="2019-11-09 13:29:48 +0100" endDate="2019-11-09 13:37:34 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 13:56:31 +0100" startDate="2019-11-09 13:41:21 +0100" endDate="2019-11-09 13:51:22 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 14:03:37 +0100" startDate="2019-11-09 13:51:22 +0100" endDate="2019-11-09 14:01:23 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 14:15:36 +0100" startDate="2019-11-09 14:01:23 +0100" endDate="2019-11-09 14:11:24 +0100" value="1018"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 14:27:52 +0100" startDate="2019-11-09 14:11:24 +0100" endDate="2019-11-09 14:21:23 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 14:32:56 +0100" startDate="2019-11-09 14:21:56 +0100" endDate="2019-11-09 14:28:28 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 16:37:54 +0100" startDate="2019-11-09 16:18:25 +0100" endDate="2019-11-09 16:24:14 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 19:24:43 +0100" startDate="2019-11-09 19:13:43 +0100" endDate="2019-11-09 19:17:07 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 19:46:29 +0100" startDate="2019-11-09 19:34:49 +0100" endDate="2019-11-09 19:38:41 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 20:04:26 +0100" startDate="2019-11-09 19:50:49 +0100" endDate="2019-11-09 19:50:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 21:43:49 +0100" startDate="2019-11-09 21:31:14 +0100" endDate="2019-11-09 21:33:31 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 22:06:05 +0100" startDate="2019-11-09 21:55:05 +0100" endDate="2019-11-09 21:59:50 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 22:43:50 +0100" startDate="2019-11-09 22:25:49 +0100" endDate="2019-11-09 22:29:07 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-09 23:45:25 +0100" startDate="2019-11-09 23:34:18 +0100" endDate="2019-11-09 23:34:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 00:05:53 +0100" startDate="2019-11-09 23:53:24 +0100" endDate="2019-11-09 23:55:16 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 07:16:31 +0100" startDate="2019-11-10 07:03:15 +0100" endDate="2019-11-10 07:12:02 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 11:06:58 +0100" startDate="2019-11-10 10:29:43 +0100" endDate="2019-11-10 10:36:25 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 11:06:58 +0100" startDate="2019-11-10 10:43:48 +0100" endDate="2019-11-10 10:45:20 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 11:10:01 +0100" startDate="2019-11-10 10:53:34 +0100" endDate="2019-11-10 10:55:09 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 11:18:13 +0100" startDate="2019-11-10 11:03:51 +0100" endDate="2019-11-10 11:04:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 11:54:03 +0100" startDate="2019-11-10 11:43:03 +0100" endDate="2019-11-10 11:45:41 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 12:38:24 +0100" startDate="2019-11-10 12:20:11 +0100" endDate="2019-11-10 12:30:12 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 12:46:40 +0100" startDate="2019-11-10 12:30:45 +0100" endDate="2019-11-10 12:39:28 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 12:54:15 +0100" startDate="2019-11-10 12:41:09 +0100" endDate="2019-11-10 12:51:09 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 13:05:19 +0100" startDate="2019-11-10 12:51:09 +0100" endDate="2019-11-10 13:01:10 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 13:19:26 +0100" startDate="2019-11-10 13:01:10 +0100" endDate="2019-11-10 13:06:13 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 13:33:47 +0100" startDate="2019-11-10 13:22:34 +0100" endDate="2019-11-10 13:29:04 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 19:50:48 +0100" startDate="2019-11-10 19:39:48 +0100" endDate="2019-11-10 19:42:31 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 21:06:14 +0100" startDate="2019-11-10 20:55:14 +0100" endDate="2019-11-10 21:05:15 +0100" value="966"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 21:16:29 +0100" startDate="2019-11-10 21:05:15 +0100" endDate="2019-11-10 21:15:16 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 21:26:19 +0100" startDate="2019-11-10 21:15:16 +0100" endDate="2019-11-10 21:16:00 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 23:16:06 +0100" startDate="2019-11-10 23:00:38 +0100" endDate="2019-11-10 23:01:57 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-10 23:59:49 +0100" startDate="2019-11-10 23:46:25 +0100" endDate="2019-11-10 23:49:28 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 00:22:41 +0100" startDate="2019-11-11 00:12:01 +0100" endDate="2019-11-11 00:21:17 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 00:33:03 +0100" startDate="2019-11-11 00:21:17 +0100" endDate="2019-11-11 00:31:18 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 00:48:20 +0100" startDate="2019-11-11 00:31:18 +0100" endDate="2019-11-11 00:37:12 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 10:25:28 +0100" startDate="2019-11-11 10:10:09 +0100" endDate="2019-11-11 10:14:26 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 10:32:50 +0100" startDate="2019-11-11 10:21:50 +0100" endDate="2019-11-11 10:23:52 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 10:45:00 +0100" startDate="2019-11-11 10:33:11 +0100" endDate="2019-11-11 10:40:53 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 11:00:46 +0100" startDate="2019-11-11 10:47:52 +0100" endDate="2019-11-11 10:49:21 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 11:50:59 +0100" startDate="2019-11-11 11:39:56 +0100" endDate="2019-11-11 11:46:59 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 12:52:14 +0100" startDate="2019-11-11 12:40:57 +0100" endDate="2019-11-11 12:50:59 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 13:02:01 +0100" startDate="2019-11-11 12:50:59 +0100" endDate="2019-11-11 12:52:17 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 13:37:10 +0100" startDate="2019-11-11 13:26:08 +0100" endDate="2019-11-11 13:26:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 14:10:55 +0100" startDate="2019-11-11 13:54:55 +0100" endDate="2019-11-11 14:04:54 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 14:18:14 +0100" startDate="2019-11-11 14:04:54 +0100" endDate="2019-11-11 14:12:09 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 14:30:54 +0100" startDate="2019-11-11 14:16:34 +0100" endDate="2019-11-11 14:26:35 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 14:37:48 +0100" startDate="2019-11-11 14:26:35 +0100" endDate="2019-11-11 14:32:55 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 14:49:23 +0100" startDate="2019-11-11 14:37:12 +0100" endDate="2019-11-11 14:44:58 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 15:05:39 +0100" startDate="2019-11-11 14:52:57 +0100" endDate="2019-11-11 15:02:58 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 15:14:01 +0100" startDate="2019-11-11 15:02:58 +0100" endDate="2019-11-11 15:10:54 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 16:40:24 +0100" startDate="2019-11-11 16:29:22 +0100" endDate="2019-11-11 16:38:57 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 16:51:22 +0100" startDate="2019-11-11 16:39:38 +0100" endDate="2019-11-11 16:49:32 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 17:02:49 +0100" startDate="2019-11-11 16:51:47 +0100" endDate="2019-11-11 17:01:00 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 17:20:54 +0100" startDate="2019-11-11 17:07:22 +0100" endDate="2019-11-11 17:17:23 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 17:28:26 +0100" startDate="2019-11-11 17:17:23 +0100" endDate="2019-11-11 17:19:46 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 18:28:07 +0100" startDate="2019-11-11 18:17:07 +0100" endDate="2019-11-11 18:20:26 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 21:54:45 +0100" startDate="2019-11-11 21:43:20 +0100" endDate="2019-11-11 21:53:19 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 22:06:22 +0100" startDate="2019-11-11 21:53:19 +0100" endDate="2019-11-11 21:54:48 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 23:40:07 +0100" startDate="2019-11-11 23:27:07 +0100" endDate="2019-11-11 23:37:08 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-11 23:52:11 +0100" startDate="2019-11-11 23:37:08 +0100" endDate="2019-11-11 23:39:59 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 01:28:51 +0100" startDate="2019-11-12 01:10:12 +0100" endDate="2019-11-12 01:11:21 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 06:00:30 +0100" startDate="2019-11-12 05:56:35 +0100" endDate="2019-11-12 05:56:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 06:12:41 +0100" startDate="2019-11-12 06:01:38 +0100" endDate="2019-11-12 06:08:16 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 10:30:32 +0100" startDate="2019-11-12 10:08:09 +0100" endDate="2019-11-12 10:16:17 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 10:36:02 +0100" startDate="2019-11-12 10:25:02 +0100" endDate="2019-11-12 10:35:05 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 10:48:01 +0100" startDate="2019-11-12 10:35:05 +0100" endDate="2019-11-12 10:43:34 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 11:04:46 +0100" startDate="2019-11-12 10:53:46 +0100" endDate="2019-11-12 10:55:18 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 11:40:11 +0100" startDate="2019-11-12 11:29:08 +0100" endDate="2019-11-12 11:30:32 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 13:08:03 +0100" startDate="2019-11-12 12:40:26 +0100" endDate="2019-11-12 12:50:27 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 13:08:03 +0100" startDate="2019-11-12 12:50:27 +0100" endDate="2019-11-12 12:51:51 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 13:24:55 +0100" startDate="2019-11-12 13:08:38 +0100" endDate="2019-11-12 13:11:24 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 13:33:45 +0100" startDate="2019-11-12 13:11:24 +0100" endDate="2019-11-12 13:14:04 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 13:42:05 +0100" startDate="2019-11-12 13:24:06 +0100" endDate="2019-11-12 13:34:05 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 13:47:43 +0100" startDate="2019-11-12 13:34:05 +0100" endDate="2019-11-12 13:40:24 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 13:55:39 +0100" startDate="2019-11-12 13:44:37 +0100" endDate="2019-11-12 13:54:00 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 14:43:11 +0100" startDate="2019-11-12 14:28:02 +0100" endDate="2019-11-12 14:28:05 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 15:11:26 +0100" startDate="2019-11-12 14:59:04 +0100" endDate="2019-11-12 15:02:10 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 17:41:32 +0100" startDate="2019-11-12 17:24:12 +0100" endDate="2019-11-12 17:30:29 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 18:55:15 +0100" startDate="2019-11-12 18:39:09 +0100" endDate="2019-11-12 18:40:13 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 20:08:42 +0100" startDate="2019-11-12 19:53:55 +0100" endDate="2019-11-12 19:57:03 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 21:20:38 +0100" startDate="2019-11-12 21:08:45 +0100" endDate="2019-11-12 21:18:46 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 21:29:49 +0100" startDate="2019-11-12 21:18:46 +0100" endDate="2019-11-12 21:24:15 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-12 23:41:10 +0100" startDate="2019-11-12 23:29:32 +0100" endDate="2019-11-12 23:37:21 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 09:24:25 +0100" startDate="2019-11-13 09:11:17 +0100" endDate="2019-11-13 09:20:59 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 09:36:26 +0100" startDate="2019-11-13 09:21:34 +0100" endDate="2019-11-13 09:31:12 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 09:48:19 +0100" startDate="2019-11-13 09:32:46 +0100" endDate="2019-11-13 09:32:59 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 09:58:22 +0100" startDate="2019-11-13 09:43:13 +0100" endDate="2019-11-13 09:44:27 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 10:08:54 +0100" startDate="2019-11-13 09:55:28 +0100" endDate="2019-11-13 10:05:24 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 10:19:32 +0100" startDate="2019-11-13 10:08:32 +0100" endDate="2019-11-13 10:18:31 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 11:09:04 +0100" startDate="2019-11-13 10:51:43 +0100" endDate="2019-11-13 10:58:30 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 11:34:05 +0100" startDate="2019-11-13 11:13:43 +0100" endDate="2019-11-13 11:22:40 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 11:47:13 +0100" startDate="2019-11-13 11:25:39 +0100" endDate="2019-11-13 11:34:57 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 11:47:13 +0100" startDate="2019-11-13 11:35:42 +0100" endDate="2019-11-13 11:37:04 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 11:48:34 +0100" startDate="2019-11-13 11:37:19 +0100" endDate="2019-11-13 11:46:45 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 12:03:23 +0100" startDate="2019-11-13 11:47:53 +0100" endDate="2019-11-13 11:50:36 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 12:13:16 +0100" startDate="2019-11-13 11:59:00 +0100" endDate="2019-11-13 12:05:50 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 16:05:46 +0100" startDate="2019-11-13 12:09:16 +0100" endDate="2019-11-13 12:11:36 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 16:23:18 +0100" startDate="2019-11-13 16:11:34 +0100" endDate="2019-11-13 16:17:03 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 16:32:06 +0100" startDate="2019-11-13 16:17:03 +0100" endDate="2019-11-13 16:26:31 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 16:39:01 +0100" startDate="2019-11-13 16:27:48 +0100" endDate="2019-11-13 16:37:40 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 16:50:01 +0100" startDate="2019-11-13 16:37:40 +0100" endDate="2019-11-13 16:47:13 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 16:59:55 +0100" startDate="2019-11-13 16:47:51 +0100" endDate="2019-11-13 16:51:53 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 17:18:17 +0100" startDate="2019-11-13 17:04:23 +0100" endDate="2019-11-13 17:04:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 17:40:33 +0100" startDate="2019-11-13 17:28:36 +0100" endDate="2019-11-13 17:32:15 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 18:01:20 +0100" startDate="2019-11-13 17:46:15 +0100" endDate="2019-11-13 17:47:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 19:07:34 +0100" startDate="2019-11-13 18:52:46 +0100" endDate="2019-11-13 19:02:42 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 19:22:48 +0100" startDate="2019-11-13 19:11:48 +0100" endDate="2019-11-13 19:12:36 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 19:37:53 +0100" startDate="2019-11-13 19:26:35 +0100" endDate="2019-11-13 19:31:11 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 20:01:30 +0100" startDate="2019-11-13 19:49:59 +0100" endDate="2019-11-13 19:50:01 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 20:24:23 +0100" startDate="2019-11-13 20:12:57 +0100" endDate="2019-11-13 20:18:15 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 20:38:34 +0100" startDate="2019-11-13 20:24:50 +0100" endDate="2019-11-13 20:33:14 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 20:47:55 +0100" startDate="2019-11-13 20:36:22 +0100" endDate="2019-11-13 20:36:38 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 21:10:23 +0100" startDate="2019-11-13 20:58:41 +0100" endDate="2019-11-13 20:58:49 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-13 21:34:36 +0100" startDate="2019-11-13 21:30:42 +0100" endDate="2019-11-13 21:33:52 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 07:51:05 +0100" startDate="2019-11-14 07:35:56 +0100" endDate="2019-11-14 07:36:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 08:02:20 +0100" startDate="2019-11-14 07:51:20 +0100" endDate="2019-11-14 07:52:46 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 08:13:10 +0100" startDate="2019-11-14 08:02:07 +0100" endDate="2019-11-14 08:07:58 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 09:00:48 +0100" startDate="2019-11-14 08:41:57 +0100" endDate="2019-11-14 08:51:58 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 09:16:33 +0100" startDate="2019-11-14 08:51:58 +0100" endDate="2019-11-14 08:57:06 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 10:11:18 +0100" startDate="2019-11-14 10:00:16 +0100" endDate="2019-11-14 10:06:56 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 10:27:28 +0100" startDate="2019-11-14 10:13:36 +0100" endDate="2019-11-14 10:23:36 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 10:45:41 +0100" startDate="2019-11-14 10:23:36 +0100" endDate="2019-11-14 10:29:43 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 11:03:01 +0100" startDate="2019-11-14 10:48:22 +0100" endDate="2019-11-14 10:54:14 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 11:34:53 +0100" startDate="2019-11-14 11:22:50 +0100" endDate="2019-11-14 11:26:06 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 11:47:28 +0100" startDate="2019-11-14 11:34:02 +0100" endDate="2019-11-14 11:38:49 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 13:09:21 +0100" startDate="2019-11-14 12:55:58 +0100" endDate="2019-11-14 13:02:18 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 13:25:08 +0100" startDate="2019-11-14 13:11:16 +0100" endDate="2019-11-14 13:13:16 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 14:54:50 +0100" startDate="2019-11-14 14:43:10 +0100" endDate="2019-11-14 14:44:03 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 15:06:11 +0100" startDate="2019-11-14 14:52:54 +0100" endDate="2019-11-14 15:02:55 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 15:14:48 +0100" startDate="2019-11-14 15:02:55 +0100" endDate="2019-11-14 15:12:12 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 15:27:09 +0100" startDate="2019-11-14 15:16:09 +0100" endDate="2019-11-14 15:17:21 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 16:32:30 +0100" startDate="2019-11-14 16:20:15 +0100" endDate="2019-11-14 16:29:31 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 16:42:32 +0100" startDate="2019-11-14 16:30:32 +0100" endDate="2019-11-14 16:40:33 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 17:09:25 +0100" startDate="2019-11-14 16:40:33 +0100" endDate="2019-11-14 16:49:20 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 17:09:25 +0100" startDate="2019-11-14 16:51:50 +0100" endDate="2019-11-14 16:54:28 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 20:37:36 +0100" startDate="2019-11-14 20:21:04 +0100" endDate="2019-11-14 20:31:05 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 20:48:17 +0100" startDate="2019-11-14 20:31:10 +0100" endDate="2019-11-14 20:40:45 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 22:57:34 +0100" startDate="2019-11-14 22:51:07 +0100" endDate="2019-11-14 22:57:29 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 23:09:14 +0100" startDate="2019-11-14 22:57:29 +0100" endDate="2019-11-14 23:06:36 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-14 23:21:39 +0100" startDate="2019-11-14 23:08:05 +0100" endDate="2019-11-14 23:12:50 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 00:07:21 +0100" startDate="2019-11-14 23:56:18 +0100" endDate="2019-11-14 23:57:17 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 08:08:41 +0100" startDate="2019-11-15 07:56:32 +0100" endDate="2019-11-15 08:06:30 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 09:08:53 +0100" startDate="2019-11-15 08:56:47 +0100" endDate="2019-11-15 08:57:15 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 09:21:48 +0100" startDate="2019-11-15 09:08:43 +0100" endDate="2019-11-15 09:18:44 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 11:36:21 +0100" startDate="2019-11-15 11:22:21 +0100" endDate="2019-11-15 11:29:58 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 11:45:07 +0100" startDate="2019-11-15 11:32:46 +0100" endDate="2019-11-15 11:42:47 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 11:56:31 +0100" startDate="2019-11-15 11:42:47 +0100" endDate="2019-11-15 11:43:23 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 12:17:29 +0100" startDate="2019-11-15 12:07:27 +0100" endDate="2019-11-15 12:08:48 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 12:20:20 +0100" startDate="2019-11-15 12:08:48 +0100" endDate="2019-11-15 12:17:15 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 12:34:58 +0100" startDate="2019-11-15 12:20:01 +0100" endDate="2019-11-15 12:20:16 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 13:00:46 +0100" startDate="2019-11-15 12:45:20 +0100" endDate="2019-11-15 12:49:39 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 14:02:11 +0100" startDate="2019-11-15 13:51:08 +0100" endDate="2019-11-15 13:58:47 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 14:19:27 +0100" startDate="2019-11-15 14:06:54 +0100" endDate="2019-11-15 14:16:32 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 14:28:38 +0100" startDate="2019-11-15 14:17:18 +0100" endDate="2019-11-15 14:26:56 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 15:29:29 +0100" startDate="2019-11-15 15:18:26 +0100" endDate="2019-11-15 15:26:41 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 15:43:15 +0100" startDate="2019-11-15 15:32:15 +0100" endDate="2019-11-15 15:41:50 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 15:57:49 +0100" startDate="2019-11-15 15:46:36 +0100" endDate="2019-11-15 15:56:35 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 16:12:03 +0100" startDate="2019-11-15 15:56:47 +0100" endDate="2019-11-15 16:06:37 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 17:00:05 +0100" startDate="2019-11-15 16:47:46 +0100" endDate="2019-11-15 16:49:56 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 17:22:17 +0100" startDate="2019-11-15 17:06:41 +0100" endDate="2019-11-15 17:06:44 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 18:15:07 +0100" startDate="2019-11-15 18:03:49 +0100" endDate="2019-11-15 18:11:59 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 19:06:02 +0100" startDate="2019-11-15 18:47:00 +0100" endDate="2019-11-15 18:53:02 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 20:31:44 +0100" startDate="2019-11-15 20:20:37 +0100" endDate="2019-11-15 20:27:07 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 20:42:12 +0100" startDate="2019-11-15 20:31:09 +0100" endDate="2019-11-15 20:31:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 21:21:52 +0100" startDate="2019-11-15 21:14:32 +0100" endDate="2019-11-15 21:16:16 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 22:06:36 +0100" startDate="2019-11-15 21:50:19 +0100" endDate="2019-11-15 21:57:30 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 22:13:42 +0100" startDate="2019-11-15 22:01:11 +0100" endDate="2019-11-15 22:01:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 22:38:06 +0100" startDate="2019-11-15 22:21:55 +0100" endDate="2019-11-15 22:21:55 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 22:44:56 +0100" startDate="2019-11-15 22:33:56 +0100" endDate="2019-11-15 22:39:14 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 22:57:22 +0100" startDate="2019-11-15 22:44:32 +0100" endDate="2019-11-15 22:48:29 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 23:09:46 +0100" startDate="2019-11-15 22:58:30 +0100" endDate="2019-11-15 23:06:24 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 23:23:06 +0100" startDate="2019-11-15 23:10:06 +0100" endDate="2019-11-15 23:19:42 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 23:36:07 +0100" startDate="2019-11-15 23:22:48 +0100" endDate="2019-11-15 23:23:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-15 23:45:07 +0100" startDate="2019-11-15 23:33:32 +0100" endDate="2019-11-15 23:41:06 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 00:05:42 +0100" startDate="2019-11-15 23:49:17 +0100" endDate="2019-11-15 23:56:15 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 00:24:55 +0100" startDate="2019-11-16 00:12:23 +0100" endDate="2019-11-16 00:22:17 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 00:34:14 +0100" startDate="2019-11-16 00:23:08 +0100" endDate="2019-11-16 00:31:52 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 07:34:53 +0100" startDate="2019-11-16 07:16:59 +0100" endDate="2019-11-16 07:22:31 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 08:02:38 +0100" startDate="2019-11-16 07:51:38 +0100" endDate="2019-11-16 08:01:14 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 08:58:34 +0100" startDate="2019-11-16 08:47:03 +0100" endDate="2019-11-16 08:53:15 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 09:17:40 +0100" startDate="2019-11-16 09:01:35 +0100" endDate="2019-11-16 09:03:55 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 11:20:03 +0100" startDate="2019-11-16 11:09:03 +0100" endDate="2019-11-16 11:15:10 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 11:38:49 +0100" startDate="2019-11-16 11:27:46 +0100" endDate="2019-11-16 11:36:23 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 11:50:45 +0100" startDate="2019-11-16 11:37:52 +0100" endDate="2019-11-16 11:41:39 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 12:04:10 +0100" startDate="2019-11-16 11:51:46 +0100" endDate="2019-11-16 12:00:39 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 12:13:03 +0100" startDate="2019-11-16 12:02:03 +0100" endDate="2019-11-16 12:07:40 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 12:29:52 +0100" startDate="2019-11-16 12:18:49 +0100" endDate="2019-11-16 12:28:50 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 12:40:09 +0100" startDate="2019-11-16 12:28:50 +0100" endDate="2019-11-16 12:38:16 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 12:55:23 +0100" startDate="2019-11-16 12:42:05 +0100" endDate="2019-11-16 12:51:38 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 13:08:33 +0100" startDate="2019-11-16 12:55:20 +0100" endDate="2019-11-16 13:04:58 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 13:21:59 +0100" startDate="2019-11-16 13:05:59 +0100" endDate="2019-11-16 13:15:55 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 13:30:31 +0100" startDate="2019-11-16 13:16:16 +0100" endDate="2019-11-16 13:25:08 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 14:09:40 +0100" startDate="2019-11-16 13:58:04 +0100" endDate="2019-11-16 14:04:29 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 14:54:24 +0100" startDate="2019-11-16 14:42:45 +0100" endDate="2019-11-16 14:52:46 +0100" value="1202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 15:06:29 +0100" startDate="2019-11-16 14:52:46 +0100" endDate="2019-11-16 15:02:47 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 15:19:50 +0100" startDate="2019-11-16 15:02:47 +0100" endDate="2019-11-16 15:05:09 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 15:26:57 +0100" startDate="2019-11-16 15:15:56 +0100" endDate="2019-11-16 15:25:55 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 15:39:51 +0100" startDate="2019-11-16 15:25:55 +0100" endDate="2019-11-16 15:35:54 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 15:49:00 +0100" startDate="2019-11-16 15:35:54 +0100" endDate="2019-11-16 15:45:04 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 15:59:37 +0100" startDate="2019-11-16 15:47:37 +0100" endDate="2019-11-16 15:57:15 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 16:08:51 +0100" startDate="2019-11-16 15:57:51 +0100" endDate="2019-11-16 16:00:08 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 16:31:09 +0100" startDate="2019-11-16 16:14:25 +0100" endDate="2019-11-16 16:22:42 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 18:36:14 +0100" startDate="2019-11-16 18:25:11 +0100" endDate="2019-11-16 18:25:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-16 19:01:31 +0100" startDate="2019-11-16 18:50:28 +0100" endDate="2019-11-16 18:50:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 00:11:30 +0100" startDate="2019-11-17 00:00:27 +0100" endDate="2019-11-17 00:10:28 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 00:21:31 +0100" startDate="2019-11-17 00:10:28 +0100" endDate="2019-11-17 00:10:51 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 01:18:09 +0100" startDate="2019-11-17 01:07:06 +0100" endDate="2019-11-17 01:07:55 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 07:06:22 +0100" startDate="2019-11-17 07:03:28 +0100" endDate="2019-11-17 07:03:36 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 07:19:11 +0100" startDate="2019-11-17 07:08:08 +0100" endDate="2019-11-17 07:08:28 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 10:11:08 +0100" startDate="2019-11-17 10:00:05 +0100" endDate="2019-11-17 10:07:21 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 11:10:44 +0100" startDate="2019-11-17 10:57:58 +0100" endDate="2019-11-17 11:07:06 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 11:33:07 +0100" startDate="2019-11-17 11:19:25 +0100" endDate="2019-11-17 11:23:48 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 11:47:24 +0100" startDate="2019-11-17 11:36:05 +0100" endDate="2019-11-17 11:45:58 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 11:58:13 +0100" startDate="2019-11-17 11:46:39 +0100" endDate="2019-11-17 11:55:06 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 12:10:31 +0100" startDate="2019-11-17 11:57:31 +0100" endDate="2019-11-17 12:05:26 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 12:22:56 +0100" startDate="2019-11-17 12:08:01 +0100" endDate="2019-11-17 12:10:52 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 12:48:36 +0100" startDate="2019-11-17 12:37:34 +0100" endDate="2019-11-17 12:47:27 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 13:04:08 +0100" startDate="2019-11-17 12:49:34 +0100" endDate="2019-11-17 12:58:01 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 13:18:17 +0100" startDate="2019-11-17 13:00:04 +0100" endDate="2019-11-17 13:07:06 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 13:26:49 +0100" startDate="2019-11-17 13:13:03 +0100" endDate="2019-11-17 13:22:41 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 13:38:08 +0100" startDate="2019-11-17 13:26:12 +0100" endDate="2019-11-17 13:35:07 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 13:51:44 +0100" startDate="2019-11-17 13:37:50 +0100" endDate="2019-11-17 13:46:40 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 14:02:59 +0100" startDate="2019-11-17 13:47:54 +0100" endDate="2019-11-17 13:56:18 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 14:14:06 +0100" startDate="2019-11-17 13:59:29 +0100" endDate="2019-11-17 14:08:49 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 14:30:14 +0100" startDate="2019-11-17 14:12:28 +0100" endDate="2019-11-17 14:17:54 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 14:34:00 +0100" startDate="2019-11-17 14:23:00 +0100" endDate="2019-11-17 14:26:13 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 14:44:43 +0100" startDate="2019-11-17 14:33:08 +0100" endDate="2019-11-17 14:38:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 15:01:04 +0100" startDate="2019-11-17 14:48:15 +0100" endDate="2019-11-17 14:58:03 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 15:14:01 +0100" startDate="2019-11-17 15:00:05 +0100" endDate="2019-11-17 15:08:12 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 15:24:22 +0100" startDate="2019-11-17 15:10:27 +0100" endDate="2019-11-17 15:20:28 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 15:34:12 +0100" startDate="2019-11-17 15:20:28 +0100" endDate="2019-11-17 15:30:01 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 15:44:48 +0100" startDate="2019-11-17 15:30:29 +0100" endDate="2019-11-17 15:36:12 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 18:11:41 +0100" startDate="2019-11-17 18:06:44 +0100" endDate="2019-11-17 18:11:36 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 18:30:44 +0100" startDate="2019-11-17 18:11:36 +0100" endDate="2019-11-17 18:12:30 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 18:49:35 +0100" startDate="2019-11-17 18:37:43 +0100" endDate="2019-11-17 18:43:24 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 19:16:44 +0100" startDate="2019-11-17 19:02:36 +0100" endDate="2019-11-17 19:05:22 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 19:34:16 +0100" startDate="2019-11-17 19:12:58 +0100" endDate="2019-11-17 19:13:21 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 19:34:16 +0100" startDate="2019-11-17 19:23:04 +0100" endDate="2019-11-17 19:29:16 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 20:46:23 +0100" startDate="2019-11-17 20:33:38 +0100" endDate="2019-11-17 20:33:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 21:29:36 +0100" startDate="2019-11-17 21:16:21 +0100" endDate="2019-11-17 21:16:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 23:44:48 +0100" startDate="2019-11-17 23:28:39 +0100" endDate="2019-11-17 23:36:24 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-17 23:59:47 +0100" startDate="2019-11-17 23:44:49 +0100" endDate="2019-11-17 23:54:50 +0100" value="1208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 00:08:44 +0100" startDate="2019-11-17 23:54:50 +0100" endDate="2019-11-18 00:04:50 +0100" value="1220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 00:17:45 +0100" startDate="2019-11-18 00:04:50 +0100" endDate="2019-11-18 00:10:52 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 00:28:00 +0100" startDate="2019-11-18 00:16:59 +0100" endDate="2019-11-18 00:23:55 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 08:28:31 +0100" startDate="2019-11-18 08:16:04 +0100" endDate="2019-11-18 08:24:03 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 09:55:27 +0100" startDate="2019-11-18 09:44:15 +0100" endDate="2019-11-18 09:52:29 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 10:34:27 +0100" startDate="2019-11-18 10:20:35 +0100" endDate="2019-11-18 10:27:43 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 10:50:48 +0100" startDate="2019-11-18 10:39:39 +0100" endDate="2019-11-18 10:48:26 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 11:19:03 +0100" startDate="2019-11-18 11:06:17 +0100" endDate="2019-11-18 11:16:18 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 11:29:50 +0100" startDate="2019-11-18 11:16:18 +0100" endDate="2019-11-18 11:25:06 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 11:46:50 +0100" startDate="2019-11-18 11:35:30 +0100" endDate="2019-11-18 11:45:31 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 11:57:07 +0100" startDate="2019-11-18 11:45:31 +0100" endDate="2019-11-18 11:55:24 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 12:28:20 +0100" startDate="2019-11-18 12:16:55 +0100" endDate="2019-11-18 12:26:18 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 12:57:16 +0100" startDate="2019-11-18 12:45:14 +0100" endDate="2019-11-18 12:55:15 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 13:06:39 +0100" startDate="2019-11-18 12:55:15 +0100" endDate="2019-11-18 13:03:22 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 13:32:17 +0100" startDate="2019-11-18 13:28:23 +0100" endDate="2019-11-18 13:32:13 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 13:44:47 +0100" startDate="2019-11-18 13:32:13 +0100" endDate="2019-11-18 13:41:59 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 13:55:21 +0100" startDate="2019-11-18 13:42:32 +0100" endDate="2019-11-18 13:45:49 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 14:58:56 +0100" startDate="2019-11-18 14:47:10 +0100" endDate="2019-11-18 14:57:01 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 15:09:00 +0100" startDate="2019-11-18 14:57:11 +0100" endDate="2019-11-18 14:57:18 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 15:26:04 +0100" startDate="2019-11-18 15:11:08 +0100" endDate="2019-11-18 15:13:29 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 15:51:24 +0100" startDate="2019-11-18 15:37:23 +0100" endDate="2019-11-18 15:42:03 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 16:02:37 +0100" startDate="2019-11-18 15:48:52 +0100" endDate="2019-11-18 15:53:31 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 16:25:30 +0100" startDate="2019-11-18 16:10:18 +0100" endDate="2019-11-18 16:16:23 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 16:38:42 +0100" startDate="2019-11-18 16:22:12 +0100" endDate="2019-11-18 16:22:12 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 17:04:40 +0100" startDate="2019-11-18 16:53:21 +0100" endDate="2019-11-18 16:53:29 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 17:21:09 +0100" startDate="2019-11-18 17:10:53 +0100" endDate="2019-11-18 17:20:54 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 17:31:58 +0100" startDate="2019-11-18 17:20:54 +0100" endDate="2019-11-18 17:30:45 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 17:42:44 +0100" startDate="2019-11-18 17:31:41 +0100" endDate="2019-11-18 17:40:21 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-18 22:34:19 +0100" startDate="2019-11-18 22:23:17 +0100" endDate="2019-11-18 22:26:58 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 08:43:18 +0100" startDate="2019-11-19 08:28:04 +0100" endDate="2019-11-19 08:33:42 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 08:54:41 +0100" startDate="2019-11-19 08:43:41 +0100" endDate="2019-11-19 08:50:29 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 09:13:37 +0100" startDate="2019-11-19 08:58:10 +0100" endDate="2019-11-19 09:01:44 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 09:28:36 +0100" startDate="2019-11-19 09:17:47 +0100" endDate="2019-11-19 09:18:10 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 09:58:09 +0100" startDate="2019-11-19 09:45:44 +0100" endDate="2019-11-19 09:49:40 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 10:29:25 +0100" startDate="2019-11-19 10:11:01 +0100" endDate="2019-11-19 10:11:19 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 11:19:09 +0100" startDate="2019-11-19 11:07:45 +0100" endDate="2019-11-19 11:07:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 11:52:42 +0100" startDate="2019-11-19 11:36:47 +0100" endDate="2019-11-19 11:36:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 12:47:41 +0100" startDate="2019-11-19 12:31:25 +0100" endDate="2019-11-19 12:31:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 13:18:39 +0100" startDate="2019-11-19 13:07:15 +0100" endDate="2019-11-19 13:16:00 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 13:39:12 +0100" startDate="2019-11-19 13:24:11 +0100" endDate="2019-11-19 13:34:12 +0100" value="1076"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 13:46:57 +0100" startDate="2019-11-19 13:34:12 +0100" endDate="2019-11-19 13:44:11 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 13:55:14 +0100" startDate="2019-11-19 13:44:11 +0100" endDate="2019-11-19 13:46:31 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 14:28:26 +0100" startDate="2019-11-19 14:09:14 +0100" endDate="2019-11-19 14:11:01 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 16:46:32 +0100" startDate="2019-11-19 16:35:07 +0100" endDate="2019-11-19 16:45:08 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 16:56:11 +0100" startDate="2019-11-19 16:45:08 +0100" endDate="2019-11-19 16:54:57 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 17:12:06 +0100" startDate="2019-11-19 16:55:35 +0100" endDate="2019-11-19 17:03:11 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 17:27:12 +0100" startDate="2019-11-19 17:16:10 +0100" endDate="2019-11-19 17:26:11 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 17:37:14 +0100" startDate="2019-11-19 17:26:11 +0100" endDate="2019-11-19 17:36:10 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 17:53:13 +0100" startDate="2019-11-19 17:36:22 +0100" endDate="2019-11-19 17:41:00 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 18:03:36 +0100" startDate="2019-11-19 17:49:27 +0100" endDate="2019-11-19 17:49:37 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 18:14:15 +0100" startDate="2019-11-19 18:02:40 +0100" endDate="2019-11-19 18:12:41 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 18:24:01 +0100" startDate="2019-11-19 18:12:58 +0100" endDate="2019-11-19 18:23:00 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 18:39:33 +0100" startDate="2019-11-19 18:23:00 +0100" endDate="2019-11-19 18:23:02 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 18:53:26 +0100" startDate="2019-11-19 18:39:59 +0100" endDate="2019-11-19 18:46:36 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 22:26:43 +0100" startDate="2019-11-19 22:13:09 +0100" endDate="2019-11-19 22:23:10 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 22:35:28 +0100" startDate="2019-11-19 22:23:10 +0100" endDate="2019-11-19 22:33:11 +0100" value="1186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 22:44:21 +0100" startDate="2019-11-19 22:33:11 +0100" endDate="2019-11-19 22:42:56 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-19 22:49:20 +0100" startDate="2019-11-19 22:48:48 +0100" endDate="2019-11-19 22:48:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 07:08:11 +0100" startDate="2019-11-20 06:53:17 +0100" endDate="2019-11-20 06:53:25 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 07:23:38 +0100" startDate="2019-11-20 07:11:47 +0100" endDate="2019-11-20 07:19:00 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 08:20:52 +0100" startDate="2019-11-20 08:09:34 +0100" endDate="2019-11-20 08:19:20 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 08:33:18 +0100" startDate="2019-11-20 08:20:21 +0100" endDate="2019-11-20 08:28:32 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 09:45:00 +0100" startDate="2019-11-20 09:33:48 +0100" endDate="2019-11-20 09:37:40 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 10:02:40 +0100" startDate="2019-11-20 09:47:51 +0100" endDate="2019-11-20 09:56:39 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 11:20:19 +0100" startDate="2019-11-20 11:09:17 +0100" endDate="2019-11-20 11:10:33 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 11:36:38 +0100" startDate="2019-11-20 11:25:38 +0100" endDate="2019-11-20 11:34:04 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 12:01:56 +0100" startDate="2019-11-20 11:49:17 +0100" endDate="2019-11-20 11:50:46 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 12:16:07 +0100" startDate="2019-11-20 11:59:51 +0100" endDate="2019-11-20 12:04:00 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 12:27:37 +0100" startDate="2019-11-20 12:16:10 +0100" endDate="2019-11-20 12:26:09 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 12:54:17 +0100" startDate="2019-11-20 12:36:18 +0100" endDate="2019-11-20 12:41:01 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 13:26:26 +0100" startDate="2019-11-20 13:00:06 +0100" endDate="2019-11-20 13:00:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 13:52:47 +0100" startDate="2019-11-20 13:41:00 +0100" endDate="2019-11-20 13:50:56 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 14:02:57 +0100" startDate="2019-11-20 13:50:56 +0100" endDate="2019-11-20 13:55:44 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 15:09:36 +0100" startDate="2019-11-20 14:52:33 +0100" endDate="2019-11-20 14:57:57 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 15:25:47 +0100" startDate="2019-11-20 15:15:26 +0100" endDate="2019-11-20 15:19:46 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 16:56:45 +0100" startDate="2019-11-20 16:43:32 +0100" endDate="2019-11-20 16:53:33 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 17:06:28 +0100" startDate="2019-11-20 16:53:33 +0100" endDate="2019-11-20 16:57:35 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 17:17:35 +0100" startDate="2019-11-20 17:06:32 +0100" endDate="2019-11-20 17:06:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 17:31:16 +0100" startDate="2019-11-20 17:19:24 +0100" endDate="2019-11-20 17:29:23 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 17:40:28 +0100" startDate="2019-11-20 17:29:25 +0100" endDate="2019-11-20 17:30:11 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 19:19:11 +0100" startDate="2019-11-20 19:07:48 +0100" endDate="2019-11-20 19:16:07 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 19:30:03 +0100" startDate="2019-11-20 19:17:49 +0100" endDate="2019-11-20 19:20:01 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 19:58:43 +0100" startDate="2019-11-20 19:47:34 +0100" endDate="2019-11-20 19:55:20 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 20:12:47 +0100" startDate="2019-11-20 19:57:58 +0100" endDate="2019-11-20 19:58:33 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 20:57:00 +0100" startDate="2019-11-20 20:42:04 +0100" endDate="2019-11-20 20:47:46 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 21:11:05 +0100" startDate="2019-11-20 20:56:58 +0100" endDate="2019-11-20 21:04:09 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 21:23:54 +0100" startDate="2019-11-20 21:10:29 +0100" endDate="2019-11-20 21:10:47 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 22:23:08 +0100" startDate="2019-11-20 22:08:06 +0100" endDate="2019-11-20 22:14:28 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-20 23:08:04 +0100" startDate="2019-11-20 23:02:34 +0100" endDate="2019-11-20 23:06:57 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 07:32:29 +0100" startDate="2019-11-21 07:12:15 +0100" endDate="2019-11-21 07:12:55 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 08:22:20 +0100" startDate="2019-11-21 08:09:36 +0100" endDate="2019-11-21 08:10:06 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 08:34:31 +0100" startDate="2019-11-21 08:22:20 +0100" endDate="2019-11-21 08:32:21 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 08:44:07 +0100" startDate="2019-11-21 08:32:21 +0100" endDate="2019-11-21 08:40:17 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 09:54:48 +0100" startDate="2019-11-21 09:39:47 +0100" endDate="2019-11-21 09:46:40 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 10:13:50 +0100" startDate="2019-11-21 10:00:06 +0100" endDate="2019-11-21 10:01:14 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 11:30:49 +0100" startDate="2019-11-21 11:13:52 +0100" endDate="2019-11-21 11:18:05 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 11:41:20 +0100" startDate="2019-11-21 11:30:20 +0100" endDate="2019-11-21 11:35:41 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 12:01:00 +0100" startDate="2019-11-21 11:49:57 +0100" endDate="2019-11-21 11:53:44 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 12:38:35 +0100" startDate="2019-11-21 12:26:54 +0100" endDate="2019-11-21 12:36:55 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 12:49:52 +0100" startDate="2019-11-21 12:36:55 +0100" endDate="2019-11-21 12:42:26 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 13:02:18 +0100" startDate="2019-11-21 12:49:26 +0100" endDate="2019-11-21 12:53:15 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 15:47:29 +0100" startDate="2019-11-21 15:35:41 +0100" endDate="2019-11-21 15:45:40 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 15:59:21 +0100" startDate="2019-11-21 15:45:40 +0100" endDate="2019-11-21 15:47:27 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 18:00:44 +0100" startDate="2019-11-21 17:47:29 +0100" endDate="2019-11-21 17:55:34 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 18:22:50 +0100" startDate="2019-11-21 17:57:56 +0100" endDate="2019-11-21 17:58:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 18:36:24 +0100" startDate="2019-11-21 18:25:41 +0100" endDate="2019-11-21 18:25:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 18:37:37 +0100" startDate="2019-11-21 18:25:49 +0100" endDate="2019-11-21 18:25:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 19:40:05 +0100" startDate="2019-11-21 19:24:50 +0100" endDate="2019-11-21 19:34:49 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 19:47:02 +0100" startDate="2019-11-21 19:34:49 +0100" endDate="2019-11-21 19:44:50 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 19:58:12 +0100" startDate="2019-11-21 19:44:50 +0100" endDate="2019-11-21 19:54:51 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 20:10:26 +0100" startDate="2019-11-21 19:54:51 +0100" endDate="2019-11-21 19:58:20 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 22:57:49 +0100" startDate="2019-11-21 22:46:49 +0100" endDate="2019-11-21 22:50:02 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 23:18:41 +0100" startDate="2019-11-21 23:07:39 +0100" endDate="2019-11-21 23:17:02 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 23:32:22 +0100" startDate="2019-11-21 23:21:19 +0100" endDate="2019-11-21 23:21:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-21 23:45:50 +0100" startDate="2019-11-21 23:34:47 +0100" endDate="2019-11-21 23:37:20 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 08:18:39 +0100" startDate="2019-11-22 08:04:20 +0100" endDate="2019-11-22 08:10:52 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 08:38:14 +0100" startDate="2019-11-22 08:23:25 +0100" endDate="2019-11-22 08:30:33 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 08:48:46 +0100" startDate="2019-11-22 08:37:38 +0100" endDate="2019-11-22 08:44:51 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 09:30:18 +0100" startDate="2019-11-22 09:13:17 +0100" endDate="2019-11-22 09:18:56 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 10:13:00 +0100" startDate="2019-11-22 10:00:32 +0100" endDate="2019-11-22 10:07:45 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 10:22:52 +0100" startDate="2019-11-22 10:10:56 +0100" endDate="2019-11-22 10:14:58 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 11:35:42 +0100" startDate="2019-11-22 11:22:56 +0100" endDate="2019-11-22 11:29:33 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 11:45:46 +0100" startDate="2019-11-22 11:33:17 +0100" endDate="2019-11-22 11:37:46 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 12:16:11 +0100" startDate="2019-11-22 12:04:40 +0100" endDate="2019-11-22 12:09:20 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 12:57:45 +0100" startDate="2019-11-22 12:45:33 +0100" endDate="2019-11-22 12:55:15 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 13:08:11 +0100" startDate="2019-11-22 12:55:51 +0100" endDate="2019-11-22 13:04:58 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 13:19:28 +0100" startDate="2019-11-22 13:07:49 +0100" endDate="2019-11-22 13:08:19 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 13:30:25 +0100" startDate="2019-11-22 13:19:13 +0100" endDate="2019-11-22 13:29:12 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 13:43:47 +0100" startDate="2019-11-22 13:29:12 +0100" endDate="2019-11-22 13:33:50 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 14:47:24 +0100" startDate="2019-11-22 14:30:56 +0100" endDate="2019-11-22 14:40:57 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 14:52:05 +0100" startDate="2019-11-22 14:41:02 +0100" endDate="2019-11-22 14:50:43 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 15:31:11 +0100" startDate="2019-11-22 15:17:43 +0100" endDate="2019-11-22 15:27:39 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 15:39:54 +0100" startDate="2019-11-22 15:28:10 +0100" endDate="2019-11-22 15:30:40 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 16:24:29 +0100" startDate="2019-11-22 16:11:50 +0100" endDate="2019-11-22 16:21:51 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 16:35:11 +0100" startDate="2019-11-22 16:21:51 +0100" endDate="2019-11-22 16:31:19 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 16:46:47 +0100" startDate="2019-11-22 16:31:52 +0100" endDate="2019-11-22 16:39:07 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 17:21:44 +0100" startDate="2019-11-22 17:09:18 +0100" endDate="2019-11-22 17:13:50 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 17:32:07 +0100" startDate="2019-11-22 17:20:39 +0100" endDate="2019-11-22 17:20:44 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 18:01:00 +0100" startDate="2019-11-22 17:48:19 +0100" endDate="2019-11-22 17:52:57 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 18:11:59 +0100" startDate="2019-11-22 17:59:46 +0100" endDate="2019-11-22 18:04:07 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 18:38:48 +0100" startDate="2019-11-22 18:18:46 +0100" endDate="2019-11-22 18:28:47 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 18:38:48 +0100" startDate="2019-11-22 18:28:47 +0100" endDate="2019-11-22 18:28:50 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 18:55:08 +0100" startDate="2019-11-22 18:42:03 +0100" endDate="2019-11-22 18:50:15 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 19:09:12 +0100" startDate="2019-11-22 18:52:15 +0100" endDate="2019-11-22 19:01:43 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 19:19:45 +0100" startDate="2019-11-22 19:08:29 +0100" endDate="2019-11-22 19:12:31 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 19:42:07 +0100" startDate="2019-11-22 19:24:15 +0100" endDate="2019-11-22 19:25:01 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 20:10:27 +0100" startDate="2019-11-22 20:01:13 +0100" endDate="2019-11-22 20:09:30 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 20:26:12 +0100" startDate="2019-11-22 20:13:47 +0100" endDate="2019-11-22 20:14:28 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 20:43:45 +0100" startDate="2019-11-22 20:32:42 +0100" endDate="2019-11-22 20:41:50 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-22 22:35:12 +0100" startDate="2019-11-22 22:17:00 +0100" endDate="2019-11-22 22:19:35 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 07:38:34 +0100" startDate="2019-11-23 07:27:37 +0100" endDate="2019-11-23 07:27:40 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 07:58:24 +0100" startDate="2019-11-23 07:44:10 +0100" endDate="2019-11-23 07:50:27 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 09:47:24 +0100" startDate="2019-11-23 09:35:11 +0100" endDate="2019-11-23 09:35:31 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 10:23:11 +0100" startDate="2019-11-23 10:10:53 +0100" endDate="2019-11-23 10:20:18 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 10:36:02 +0100" startDate="2019-11-23 10:21:04 +0100" endDate="2019-11-23 10:21:45 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 14:19:54 +0100" startDate="2019-11-23 14:08:05 +0100" endDate="2019-11-23 14:15:08 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 15:00:53 +0100" startDate="2019-11-23 14:47:54 +0100" endDate="2019-11-23 14:54:28 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 15:11:23 +0100" startDate="2019-11-23 15:00:12 +0100" endDate="2019-11-23 15:09:17 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 15:22:12 +0100" startDate="2019-11-23 15:10:28 +0100" endDate="2019-11-23 15:19:15 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 15:37:19 +0100" startDate="2019-11-23 15:23:53 +0100" endDate="2019-11-23 15:33:14 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 15:47:32 +0100" startDate="2019-11-23 15:34:20 +0100" endDate="2019-11-23 15:44:21 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 15:56:35 +0100" startDate="2019-11-23 15:44:21 +0100" endDate="2019-11-23 15:52:58 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 16:09:55 +0100" startDate="2019-11-23 15:56:22 +0100" endDate="2019-11-23 16:03:17 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 16:33:42 +0100" startDate="2019-11-23 16:18:08 +0100" endDate="2019-11-23 16:20:25 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 16:44:55 +0100" startDate="2019-11-23 16:33:53 +0100" endDate="2019-11-23 16:37:34 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 17:01:59 +0100" startDate="2019-11-23 16:50:36 +0100" endDate="2019-11-23 17:00:35 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 17:16:06 +0100" startDate="2019-11-23 17:04:47 +0100" endDate="2019-11-23 17:10:06 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 17:37:12 +0100" startDate="2019-11-23 17:23:19 +0100" endDate="2019-11-23 17:27:54 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 17:50:18 +0100" startDate="2019-11-23 17:37:40 +0100" endDate="2019-11-23 17:46:10 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 18:11:10 +0100" startDate="2019-11-23 17:59:40 +0100" endDate="2019-11-23 18:05:41 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 18:24:13 +0100" startDate="2019-11-23 18:12:52 +0100" endDate="2019-11-23 18:22:35 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 18:44:40 +0100" startDate="2019-11-23 18:25:24 +0100" endDate="2019-11-23 18:25:37 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 19:00:05 +0100" startDate="2019-11-23 18:46:30 +0100" endDate="2019-11-23 18:51:56 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 19:25:04 +0100" startDate="2019-11-23 19:10:26 +0100" endDate="2019-11-23 19:10:59 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 19:55:36 +0100" startDate="2019-11-23 19:44:54 +0100" endDate="2019-11-23 19:45:17 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 21:07:58 +0100" startDate="2019-11-23 20:52:28 +0100" endDate="2019-11-23 20:59:49 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 21:41:24 +0100" startDate="2019-11-23 21:28:37 +0100" endDate="2019-11-23 21:28:37 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 22:37:46 +0100" startDate="2019-11-23 22:22:45 +0100" endDate="2019-11-23 22:23:05 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-23 23:48:50 +0100" startDate="2019-11-23 23:37:24 +0100" endDate="2019-11-23 23:39:13 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 01:02:06 +0100" startDate="2019-11-24 00:51:06 +0100" endDate="2019-11-24 00:51:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 11:33:01 +0100" startDate="2019-11-24 11:20:44 +0100" endDate="2019-11-24 11:30:45 +0100" value="1125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 12:24:03 +0100" startDate="2019-11-24 11:30:45 +0100" endDate="2019-11-24 11:33:07 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 12:38:11 +0100" startDate="2019-11-24 12:23:01 +0100" endDate="2019-11-24 12:32:51 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 12:38:23 +0100" startDate="2019-11-24 12:33:01 +0100" endDate="2019-11-24 12:38:19 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 12:51:11 +0100" startDate="2019-11-24 12:38:19 +0100" endDate="2019-11-24 12:48:20 +0100" value="988"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 13:01:35 +0100" startDate="2019-11-24 12:48:20 +0100" endDate="2019-11-24 12:49:29 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 13:12:57 +0100" startDate="2019-11-24 13:00:32 +0100" endDate="2019-11-24 13:10:05 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 13:45:27 +0100" startDate="2019-11-24 13:34:25 +0100" endDate="2019-11-24 13:34:55 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 14:48:06 +0100" startDate="2019-11-24 14:31:15 +0100" endDate="2019-11-24 14:37:55 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 16:16:50 +0100" startDate="2019-11-24 16:04:36 +0100" endDate="2019-11-24 16:13:41 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 16:26:54 +0100" startDate="2019-11-24 16:14:55 +0100" endDate="2019-11-24 16:23:42 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 16:37:20 +0100" startDate="2019-11-24 16:25:19 +0100" endDate="2019-11-24 16:35:20 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 16:46:29 +0100" startDate="2019-11-24 16:35:20 +0100" endDate="2019-11-24 16:38:16 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 17:03:43 +0100" startDate="2019-11-24 16:51:13 +0100" endDate="2019-11-24 17:01:14 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 17:13:54 +0100" startDate="2019-11-24 17:01:14 +0100" endDate="2019-11-24 17:11:15 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 17:26:37 +0100" startDate="2019-11-24 17:12:57 +0100" endDate="2019-11-24 17:22:58 +0100" value="904"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 17:34:00 +0100" startDate="2019-11-24 17:22:58 +0100" endDate="2019-11-24 17:32:56 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 18:46:41 +0100" startDate="2019-11-24 18:30:43 +0100" endDate="2019-11-24 18:40:39 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 18:54:26 +0100" startDate="2019-11-24 18:40:39 +0100" endDate="2019-11-24 18:46:18 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 19:06:58 +0100" startDate="2019-11-24 18:55:51 +0100" endDate="2019-11-24 19:05:52 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 20:29:08 +0100" startDate="2019-11-24 19:05:52 +0100" endDate="2019-11-24 19:08:35 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 21:53:47 +0100" startDate="2019-11-24 21:41:03 +0100" endDate="2019-11-24 21:51:04 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 22:02:11 +0100" startDate="2019-11-24 21:51:04 +0100" endDate="2019-11-24 22:00:47 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 22:17:22 +0100" startDate="2019-11-24 22:05:33 +0100" endDate="2019-11-24 22:15:16 +0100" value="1067"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 22:28:06 +0100" startDate="2019-11-24 22:15:16 +0100" endDate="2019-11-24 22:25:17 +0100" value="1147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 22:36:27 +0100" startDate="2019-11-24 22:25:17 +0100" endDate="2019-11-24 22:34:12 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 22:51:08 +0100" startDate="2019-11-24 22:36:27 +0100" endDate="2019-11-24 22:38:09 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-24 23:34:32 +0100" startDate="2019-11-24 23:23:29 +0100" endDate="2019-11-24 23:25:04 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 07:26:14 +0100" startDate="2019-11-25 07:06:52 +0100" endDate="2019-11-25 07:07:45 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 08:14:08 +0100" startDate="2019-11-25 08:02:15 +0100" endDate="2019-11-25 08:10:57 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 08:26:43 +0100" startDate="2019-11-25 08:13:12 +0100" endDate="2019-11-25 08:23:08 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 08:43:44 +0100" startDate="2019-11-25 08:31:51 +0100" endDate="2019-11-25 08:31:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 11:24:49 +0100" startDate="2019-11-25 11:07:53 +0100" endDate="2019-11-25 11:14:49 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 11:36:23 +0100" startDate="2019-11-25 11:23:03 +0100" endDate="2019-11-25 11:32:56 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 11:44:42 +0100" startDate="2019-11-25 11:33:16 +0100" endDate="2019-11-25 11:40:17 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 12:16:11 +0100" startDate="2019-11-25 12:01:30 +0100" endDate="2019-11-25 12:01:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 12:56:57 +0100" startDate="2019-11-25 12:45:30 +0100" endDate="2019-11-25 12:55:19 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 13:13:49 +0100" startDate="2019-11-25 12:55:36 +0100" endDate="2019-11-25 12:55:44 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 13:33:06 +0100" startDate="2019-11-25 13:14:31 +0100" endDate="2019-11-25 13:16:11 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 13:49:44 +0100" startDate="2019-11-25 13:38:44 +0100" endDate="2019-11-25 13:47:54 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 14:38:03 +0100" startDate="2019-11-25 14:24:36 +0100" endDate="2019-11-25 14:31:42 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 15:26:47 +0100" startDate="2019-11-25 15:14:00 +0100" endDate="2019-11-25 15:18:42 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 15:39:19 +0100" startDate="2019-11-25 15:26:35 +0100" endDate="2019-11-25 15:26:40 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 17:51:08 +0100" startDate="2019-11-25 17:38:16 +0100" endDate="2019-11-25 17:38:37 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 18:18:42 +0100" startDate="2019-11-25 18:06:41 +0100" endDate="2019-11-25 18:06:46 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 20:22:35 +0100" startDate="2019-11-25 20:03:38 +0100" endDate="2019-11-25 20:08:16 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 20:48:31 +0100" startDate="2019-11-25 20:37:27 +0100" endDate="2019-11-25 20:46:53 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 20:58:53 +0100" startDate="2019-11-25 20:47:49 +0100" endDate="2019-11-25 20:57:32 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 21:10:23 +0100" startDate="2019-11-25 20:57:52 +0100" endDate="2019-11-25 20:59:42 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 21:20:28 +0100" startDate="2019-11-25 21:07:51 +0100" endDate="2019-11-25 21:10:39 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 22:05:01 +0100" startDate="2019-11-25 21:53:58 +0100" endDate="2019-11-25 21:54:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 22:50:46 +0100" startDate="2019-11-25 22:36:01 +0100" endDate="2019-11-25 22:36:04 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-25 23:43:24 +0100" startDate="2019-11-25 23:32:21 +0100" endDate="2019-11-25 23:36:51 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 07:00:16 +0100" startDate="2019-11-26 06:49:20 +0100" endDate="2019-11-26 06:49:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 07:39:56 +0100" startDate="2019-11-26 07:25:48 +0100" endDate="2019-11-26 07:26:06 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 08:30:52 +0100" startDate="2019-11-26 08:13:37 +0100" endDate="2019-11-26 08:23:38 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 08:41:01 +0100" startDate="2019-11-26 08:23:38 +0100" endDate="2019-11-26 08:31:04 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 08:48:24 +0100" startDate="2019-11-26 08:34:59 +0100" endDate="2019-11-26 08:36:21 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 09:29:50 +0100" startDate="2019-11-26 09:18:48 +0100" endDate="2019-11-26 09:18:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 11:07:57 +0100" startDate="2019-11-26 10:51:53 +0100" endDate="2019-11-26 10:51:53 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 11:43:32 +0100" startDate="2019-11-26 11:30:29 +0100" endDate="2019-11-26 11:38:20 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 13:02:18 +0100" startDate="2019-11-26 12:46:02 +0100" endDate="2019-11-26 12:56:01 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 13:07:03 +0100" startDate="2019-11-26 12:56:01 +0100" endDate="2019-11-26 13:06:02 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 13:17:40 +0100" startDate="2019-11-26 13:06:02 +0100" endDate="2019-11-26 13:16:03 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 13:28:41 +0100" startDate="2019-11-26 13:16:03 +0100" endDate="2019-11-26 13:18:38 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 15:06:43 +0100" startDate="2019-11-26 14:55:04 +0100" endDate="2019-11-26 15:02:32 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 16:38:48 +0100" startDate="2019-11-26 16:27:48 +0100" endDate="2019-11-26 16:31:00 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 16:57:22 +0100" startDate="2019-11-26 16:43:43 +0100" endDate="2019-11-26 16:43:59 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 17:49:28 +0100" startDate="2019-11-26 17:33:26 +0100" endDate="2019-11-26 17:37:48 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 18:06:40 +0100" startDate="2019-11-26 17:55:06 +0100" endDate="2019-11-26 17:55:29 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 18:26:20 +0100" startDate="2019-11-26 18:14:45 +0100" endDate="2019-11-26 18:23:22 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 19:03:21 +0100" startDate="2019-11-26 18:52:18 +0100" endDate="2019-11-26 18:55:22 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 19:14:33 +0100" startDate="2019-11-26 19:02:34 +0100" endDate="2019-11-26 19:07:55 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 19:28:21 +0100" startDate="2019-11-26 19:13:09 +0100" endDate="2019-11-26 19:23:10 +0100" value="1057"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 19:34:13 +0100" startDate="2019-11-26 19:23:10 +0100" endDate="2019-11-26 19:33:11 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 19:47:50 +0100" startDate="2019-11-26 19:33:11 +0100" endDate="2019-11-26 19:33:26 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 21:04:25 +0100" startDate="2019-11-26 21:03:04 +0100" endDate="2019-11-26 21:04:21 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 21:22:34 +0100" startDate="2019-11-26 21:04:21 +0100" endDate="2019-11-26 21:04:56 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 22:11:45 +0100" startDate="2019-11-26 21:59:21 +0100" endDate="2019-11-26 22:09:07 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 22:20:09 +0100" startDate="2019-11-26 22:09:07 +0100" endDate="2019-11-26 22:12:51 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-26 22:49:00 +0100" startDate="2019-11-26 22:37:57 +0100" endDate="2019-11-26 22:38:28 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 07:01:12 +0100" startDate="2019-11-27 06:47:30 +0100" endDate="2019-11-27 06:50:51 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 07:55:38 +0100" startDate="2019-11-27 07:44:26 +0100" endDate="2019-11-27 07:45:12 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 08:09:08 +0100" startDate="2019-11-27 07:57:38 +0100" endDate="2019-11-27 08:07:39 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 08:19:22 +0100" startDate="2019-11-27 08:07:39 +0100" endDate="2019-11-27 08:11:03 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 08:33:05 +0100" startDate="2019-11-27 08:19:03 +0100" endDate="2019-11-27 08:23:02 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 09:09:13 +0100" startDate="2019-11-27 08:58:11 +0100" endDate="2019-11-27 08:59:37 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 10:02:51 +0100" startDate="2019-11-27 09:52:46 +0100" endDate="2019-11-27 09:58:52 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 11:04:13 +0100" startDate="2019-11-27 10:50:39 +0100" endDate="2019-11-27 11:00:12 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 11:25:38 +0100" startDate="2019-11-27 11:14:38 +0100" endDate="2019-11-27 11:24:18 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 11:37:46 +0100" startDate="2019-11-27 11:26:46 +0100" endDate="2019-11-27 11:36:38 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 11:47:43 +0100" startDate="2019-11-27 11:36:48 +0100" endDate="2019-11-27 11:37:29 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 12:52:41 +0100" startDate="2019-11-27 12:35:14 +0100" endDate="2019-11-27 12:39:34 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 13:04:35 +0100" startDate="2019-11-27 12:52:24 +0100" endDate="2019-11-27 13:02:23 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 13:15:13 +0100" startDate="2019-11-27 13:02:23 +0100" endDate="2019-11-27 13:12:24 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 13:26:44 +0100" startDate="2019-11-27 13:12:24 +0100" endDate="2019-11-27 13:15:07 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 14:25:06 +0100" startDate="2019-11-27 14:11:32 +0100" endDate="2019-11-27 14:21:31 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 14:32:34 +0100" startDate="2019-11-27 14:21:31 +0100" endDate="2019-11-27 14:31:22 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 14:47:23 +0100" startDate="2019-11-27 14:36:22 +0100" endDate="2019-11-27 14:40:45 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 16:00:57 +0100" startDate="2019-11-27 15:48:34 +0100" endDate="2019-11-27 15:49:35 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 16:16:06 +0100" startDate="2019-11-27 15:59:11 +0100" endDate="2019-11-27 16:04:00 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 16:28:00 +0100" startDate="2019-11-27 16:16:57 +0100" endDate="2019-11-27 16:17:53 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 17:43:30 +0100" startDate="2019-11-27 17:29:36 +0100" endDate="2019-11-27 17:39:02 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 17:52:44 +0100" startDate="2019-11-27 17:39:55 +0100" endDate="2019-11-27 17:49:56 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 18:02:01 +0100" startDate="2019-11-27 17:49:56 +0100" endDate="2019-11-27 17:59:57 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 18:03:50 +0100" startDate="2019-11-27 17:59:57 +0100" endDate="2019-11-27 18:03:13 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 18:17:37 +0100" startDate="2019-11-27 18:04:17 +0100" endDate="2019-11-27 18:04:20 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 18:33:48 +0100" startDate="2019-11-27 18:19:52 +0100" endDate="2019-11-27 18:23:05 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 19:00:59 +0100" startDate="2019-11-27 18:49:54 +0100" endDate="2019-11-27 18:59:04 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 19:12:27 +0100" startDate="2019-11-27 19:00:00 +0100" endDate="2019-11-27 19:10:01 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 19:21:29 +0100" startDate="2019-11-27 19:10:01 +0100" endDate="2019-11-27 19:20:02 +0100" value="1182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 19:34:14 +0100" startDate="2019-11-27 19:20:02 +0100" endDate="2019-11-27 19:26:09 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 19:50:21 +0100" startDate="2019-11-27 19:37:04 +0100" endDate="2019-11-27 19:37:04 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 20:33:47 +0100" startDate="2019-11-27 20:17:27 +0100" endDate="2019-11-27 20:17:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 21:04:51 +0100" startDate="2019-11-27 20:54:05 +0100" endDate="2019-11-27 20:54:20 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-27 23:53:59 +0100" startDate="2019-11-27 23:39:46 +0100" endDate="2019-11-27 23:49:47 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 00:04:20 +0100" startDate="2019-11-27 23:49:47 +0100" endDate="2019-11-27 23:59:48 +0100" value="1192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 00:12:16 +0100" startDate="2019-11-27 23:59:48 +0100" endDate="2019-11-28 00:09:49 +0100" value="1177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 00:20:03 +0100" startDate="2019-11-28 00:09:49 +0100" endDate="2019-11-28 00:14:06 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 00:31:41 +0100" startDate="2019-11-28 00:20:41 +0100" endDate="2019-11-28 00:23:01 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 07:08:02 +0100" startDate="2019-11-28 06:56:33 +0100" endDate="2019-11-28 06:57:31 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 08:11:27 +0100" startDate="2019-11-28 08:00:17 +0100" endDate="2019-11-28 08:00:45 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 08:23:36 +0100" startDate="2019-11-28 08:10:36 +0100" endDate="2019-11-28 08:20:37 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 08:32:29 +0100" startDate="2019-11-28 08:20:37 +0100" endDate="2019-11-28 08:30:37 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 08:41:40 +0100" startDate="2019-11-28 08:30:37 +0100" endDate="2019-11-28 08:30:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 09:33:54 +0100" startDate="2019-11-28 09:22:52 +0100" endDate="2019-11-28 09:23:30 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 10:16:18 +0100" startDate="2019-11-28 10:05:35 +0100" endDate="2019-11-28 10:06:26 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 11:19:23 +0100" startDate="2019-11-28 11:07:10 +0100" endDate="2019-11-28 11:09:23 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 11:31:02 +0100" startDate="2019-11-28 11:20:02 +0100" endDate="2019-11-28 11:23:13 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 12:00:08 +0100" startDate="2019-11-28 11:49:05 +0100" endDate="2019-11-28 11:51:59 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 13:20:26 +0100" startDate="2019-11-28 13:03:07 +0100" endDate="2019-11-28 13:07:19 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 13:41:25 +0100" startDate="2019-11-28 13:24:21 +0100" endDate="2019-11-28 13:29:16 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 14:15:29 +0100" startDate="2019-11-28 14:03:29 +0100" endDate="2019-11-28 14:09:41 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 15:33:46 +0100" startDate="2019-11-28 15:10:09 +0100" endDate="2019-11-28 15:15:47 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 16:07:03 +0100" startDate="2019-11-28 15:56:03 +0100" endDate="2019-11-28 16:06:04 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 16:17:07 +0100" startDate="2019-11-28 16:06:04 +0100" endDate="2019-11-28 16:12:11 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 17:57:50 +0100" startDate="2019-11-28 17:46:22 +0100" endDate="2019-11-28 17:56:23 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 17:59:53 +0100" startDate="2019-11-28 17:56:23 +0100" endDate="2019-11-28 17:59:49 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 17:59:56 +0100" startDate="2019-11-28 17:59:49 +0100" endDate="2019-11-28 17:59:52 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 18:18:25 +0100" startDate="2019-11-28 17:59:52 +0100" endDate="2019-11-28 18:08:21 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 19:36:55 +0100" startDate="2019-11-28 19:15:31 +0100" endDate="2019-11-28 19:20:34 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 19:40:55 +0100" startDate="2019-11-28 19:26:59 +0100" endDate="2019-11-28 19:28:46 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 20:25:08 +0100" startDate="2019-11-28 20:12:13 +0100" endDate="2019-11-28 20:22:14 +0100" value="1131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 20:33:16 +0100" startDate="2019-11-28 20:22:14 +0100" endDate="2019-11-28 20:25:32 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 20:47:52 +0100" startDate="2019-11-28 20:36:47 +0100" endDate="2019-11-28 20:37:05 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 21:47:20 +0100" startDate="2019-11-28 21:36:01 +0100" endDate="2019-11-28 21:36:19 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 22:06:30 +0100" startDate="2019-11-28 21:55:30 +0100" endDate="2019-11-28 22:05:21 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-28 22:19:53 +0100" startDate="2019-11-28 22:08:50 +0100" endDate="2019-11-28 22:08:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 05:29:26 +0100" startDate="2019-11-29 05:18:23 +0100" endDate="2019-11-29 05:18:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 06:33:12 +0100" startDate="2019-11-29 06:20:24 +0100" endDate="2019-11-29 06:26:56 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 06:42:29 +0100" startDate="2019-11-29 06:31:29 +0100" endDate="2019-11-29 06:32:20 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 07:58:01 +0100" startDate="2019-11-29 07:46:38 +0100" endDate="2019-11-29 07:56:39 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 08:08:58 +0100" startDate="2019-11-29 07:56:39 +0100" endDate="2019-11-29 08:02:00 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 08:46:29 +0100" startDate="2019-11-29 08:35:29 +0100" endDate="2019-11-29 08:36:07 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 09:57:32 +0100" startDate="2019-11-29 09:44:58 +0100" endDate="2019-11-29 09:49:43 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 10:13:22 +0100" startDate="2019-11-29 10:01:03 +0100" endDate="2019-11-29 10:10:05 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 10:52:16 +0100" startDate="2019-11-29 10:35:11 +0100" endDate="2019-11-29 10:44:21 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 11:03:15 +0100" startDate="2019-11-29 10:52:15 +0100" endDate="2019-11-29 10:59:30 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 11:19:39 +0100" startDate="2019-11-29 11:08:36 +0100" endDate="2019-11-29 11:17:03 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 11:52:16 +0100" startDate="2019-11-29 11:39:30 +0100" endDate="2019-11-29 11:47:50 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 12:35:55 +0100" startDate="2019-11-29 12:24:42 +0100" endDate="2019-11-29 12:34:33 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 12:49:08 +0100" startDate="2019-11-29 12:34:58 +0100" endDate="2019-11-29 12:35:03 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 15:24:16 +0100" startDate="2019-11-29 15:06:59 +0100" endDate="2019-11-29 15:15:50 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 15:59:38 +0100" startDate="2019-11-29 15:48:28 +0100" endDate="2019-11-29 15:56:27 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 17:44:23 +0100" startDate="2019-11-29 17:32:58 +0100" endDate="2019-11-29 17:42:26 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 17:56:45 +0100" startDate="2019-11-29 17:43:17 +0100" endDate="2019-11-29 17:52:15 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 18:05:49 +0100" startDate="2019-11-29 17:53:33 +0100" endDate="2019-11-29 18:02:05 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 18:23:35 +0100" startDate="2019-11-29 18:12:04 +0100" endDate="2019-11-29 18:18:01 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 18:41:19 +0100" startDate="2019-11-29 18:23:45 +0100" endDate="2019-11-29 18:24:11 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 19:14:20 +0100" startDate="2019-11-29 18:58:22 +0100" endDate="2019-11-29 18:59:10 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 19:51:32 +0100" startDate="2019-11-29 19:32:11 +0100" endDate="2019-11-29 19:33:15 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 20:07:42 +0100" startDate="2019-11-29 19:56:18 +0100" endDate="2019-11-29 20:02:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 20:35:27 +0100" startDate="2019-11-29 20:18:03 +0100" endDate="2019-11-29 20:18:06 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 20:44:53 +0100" startDate="2019-11-29 20:30:43 +0100" endDate="2019-11-29 20:37:43 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 20:59:51 +0100" startDate="2019-11-29 20:44:39 +0100" endDate="2019-11-29 20:45:37 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 21:16:19 +0100" startDate="2019-11-29 21:01:15 +0100" endDate="2019-11-29 21:09:39 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 21:29:22 +0100" startDate="2019-11-29 21:14:39 +0100" endDate="2019-11-29 21:24:12 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 21:33:55 +0100" startDate="2019-11-29 21:25:54 +0100" endDate="2019-11-29 21:33:43 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 21:50:50 +0100" startDate="2019-11-29 21:34:36 +0100" endDate="2019-11-29 21:43:31 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 21:59:46 +0100" startDate="2019-11-29 21:47:15 +0100" endDate="2019-11-29 21:51:30 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 22:11:22 +0100" startDate="2019-11-29 21:59:04 +0100" endDate="2019-11-29 22:07:51 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 22:22:33 +0100" startDate="2019-11-29 22:09:56 +0100" endDate="2019-11-29 22:16:07 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 22:36:53 +0100" startDate="2019-11-29 22:24:37 +0100" endDate="2019-11-29 22:34:33 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 22:57:56 +0100" startDate="2019-11-29 22:36:41 +0100" endDate="2019-11-29 22:38:30 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 23:08:17 +0100" startDate="2019-11-29 22:54:36 +0100" endDate="2019-11-29 22:57:47 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 23:23:11 +0100" startDate="2019-11-29 23:08:14 +0100" endDate="2019-11-29 23:16:23 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 23:41:30 +0100" startDate="2019-11-29 23:22:07 +0100" endDate="2019-11-29 23:23:39 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-29 23:56:08 +0100" startDate="2019-11-29 23:42:53 +0100" endDate="2019-11-29 23:45:57 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 00:06:48 +0100" startDate="2019-11-29 23:54:18 +0100" endDate="2019-11-30 00:04:18 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 00:19:58 +0100" startDate="2019-11-30 00:04:18 +0100" endDate="2019-11-30 00:14:19 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 00:25:22 +0100" startDate="2019-11-30 00:14:19 +0100" endDate="2019-11-30 00:24:02 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 00:42:16 +0100" startDate="2019-11-30 00:31:13 +0100" endDate="2019-11-30 00:31:20 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 09:04:31 +0100" startDate="2019-11-30 08:53:05 +0100" endDate="2019-11-30 09:01:12 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 09:36:39 +0100" startDate="2019-11-30 09:25:38 +0100" endDate="2019-11-30 09:28:42 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 09:54:10 +0100" startDate="2019-11-30 09:42:05 +0100" endDate="2019-11-30 09:45:00 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 10:28:30 +0100" startDate="2019-11-30 10:16:33 +0100" endDate="2019-11-30 10:17:29 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 10:40:58 +0100" startDate="2019-11-30 10:27:50 +0100" endDate="2019-11-30 10:28:59 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 11:10:01 +0100" startDate="2019-11-30 10:54:46 +0100" endDate="2019-11-30 11:04:14 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 11:20:02 +0100" startDate="2019-11-30 11:06:47 +0100" endDate="2019-11-30 11:12:43 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 11:28:41 +0100" startDate="2019-11-30 11:16:53 +0100" endDate="2019-11-30 11:26:54 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 11:39:23 +0100" startDate="2019-11-30 11:26:54 +0100" endDate="2019-11-30 11:36:56 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 11:49:19 +0100" startDate="2019-11-30 11:36:56 +0100" endDate="2019-11-30 11:46:57 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 12:03:04 +0100" startDate="2019-11-30 11:46:57 +0100" endDate="2019-11-30 11:52:38 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 12:13:28 +0100" startDate="2019-11-30 11:59:28 +0100" endDate="2019-11-30 12:09:14 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 16:04:28 +0100" startDate="2019-11-30 15:52:51 +0100" endDate="2019-11-30 16:01:16 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 16:15:51 +0100" startDate="2019-11-30 16:03:56 +0100" endDate="2019-11-30 16:12:31 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 16:26:05 +0100" startDate="2019-11-30 16:14:38 +0100" endDate="2019-11-30 16:23:36 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 16:44:21 +0100" startDate="2019-11-30 16:31:35 +0100" endDate="2019-11-30 16:32:31 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 17:04:55 +0100" startDate="2019-11-30 16:53:52 +0100" endDate="2019-11-30 16:59:26 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 17:15:08 +0100" startDate="2019-11-30 17:04:06 +0100" endDate="2019-11-30 17:04:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 18:01:29 +0100" startDate="2019-11-30 17:50:27 +0100" endDate="2019-11-30 17:50:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 18:28:06 +0100" startDate="2019-11-30 18:13:07 +0100" endDate="2019-11-30 18:14:25 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 18:47:01 +0100" startDate="2019-11-30 18:36:08 +0100" endDate="2019-11-30 18:42:27 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 19:06:25 +0100" startDate="2019-11-30 18:53:29 +0100" endDate="2019-11-30 19:03:28 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 19:31:53 +0100" startDate="2019-11-30 19:04:39 +0100" endDate="2019-11-30 19:05:00 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 19:48:29 +0100" startDate="2019-11-30 19:37:55 +0100" endDate="2019-11-30 19:38:23 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 20:27:52 +0100" startDate="2019-11-30 20:12:54 +0100" endDate="2019-11-30 20:17:55 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 21:25:12 +0100" startDate="2019-11-30 21:09:42 +0100" endDate="2019-11-30 21:10:43 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 22:02:14 +0100" startDate="2019-11-30 21:48:51 +0100" endDate="2019-11-30 21:52:48 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 22:29:39 +0100" startDate="2019-11-30 22:14:57 +0100" endDate="2019-11-30 22:17:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 22:42:42 +0100" startDate="2019-11-30 22:25:09 +0100" endDate="2019-11-30 22:28:26 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 22:50:08 +0100" startDate="2019-11-30 22:36:42 +0100" endDate="2019-11-30 22:44:43 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 23:23:02 +0100" startDate="2019-11-30 23:04:24 +0100" endDate="2019-11-30 23:14:25 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 23:27:55 +0100" startDate="2019-11-30 23:14:25 +0100" endDate="2019-11-30 23:24:16 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-11-30 23:35:54 +0100" startDate="2019-11-30 23:24:54 +0100" endDate="2019-11-30 23:28:38 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 09:12:00 +0100" startDate="2019-12-01 08:58:54 +0100" endDate="2019-12-01 09:07:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 09:32:55 +0100" startDate="2019-12-01 09:10:00 +0100" endDate="2019-12-01 09:15:06 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 09:32:55 +0100" startDate="2019-12-01 09:18:53 +0100" endDate="2019-12-01 09:25:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 09:41:46 +0100" startDate="2019-12-01 09:26:01 +0100" endDate="2019-12-01 09:32:17 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 10:00:56 +0100" startDate="2019-12-01 09:41:20 +0100" endDate="2019-12-01 09:41:25 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 10:17:44 +0100" startDate="2019-12-01 10:04:26 +0100" endDate="2019-12-01 10:14:27 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 10:27:45 +0100" startDate="2019-12-01 10:14:27 +0100" endDate="2019-12-01 10:24:20 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 10:36:55 +0100" startDate="2019-12-01 10:25:11 +0100" endDate="2019-12-01 10:35:00 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 10:52:35 +0100" startDate="2019-12-01 10:35:13 +0100" endDate="2019-12-01 10:43:22 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 11:12:32 +0100" startDate="2019-12-01 11:01:30 +0100" endDate="2019-12-01 11:01:35 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 11:52:56 +0100" startDate="2019-12-01 11:41:54 +0100" endDate="2019-12-01 11:42:29 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 12:55:57 +0100" startDate="2019-12-01 12:44:30 +0100" endDate="2019-12-01 12:49:38 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 13:10:46 +0100" startDate="2019-12-01 12:54:57 +0100" endDate="2019-12-01 12:55:22 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-01 22:46:01 +0100" startDate="2019-12-01 22:35:01 +0100" endDate="2019-12-01 22:40:32 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 07:09:38 +0100" startDate="2019-12-02 06:47:41 +0100" endDate="2019-12-02 06:56:48 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 07:27:24 +0100" startDate="2019-12-02 07:06:19 +0100" endDate="2019-12-02 07:09:35 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 08:19:07 +0100" startDate="2019-12-02 08:07:59 +0100" endDate="2019-12-02 08:18:00 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 08:29:03 +0100" startDate="2019-12-02 08:18:00 +0100" endDate="2019-12-02 08:24:41 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 08:44:57 +0100" startDate="2019-12-02 08:29:26 +0100" endDate="2019-12-02 08:30:20 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 08:53:16 +0100" startDate="2019-12-02 08:41:13 +0100" endDate="2019-12-02 08:45:48 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 09:43:44 +0100" startDate="2019-12-02 09:32:33 +0100" endDate="2019-12-02 09:42:32 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 09:53:59 +0100" startDate="2019-12-02 09:42:32 +0100" endDate="2019-12-02 09:52:31 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 10:04:09 +0100" startDate="2019-12-02 09:52:36 +0100" endDate="2019-12-02 09:56:23 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 10:16:21 +0100" startDate="2019-12-02 10:05:18 +0100" endDate="2019-12-02 10:15:14 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 10:32:48 +0100" startDate="2019-12-02 10:16:53 +0100" endDate="2019-12-02 10:21:08 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 11:38:55 +0100" startDate="2019-12-02 11:27:09 +0100" endDate="2019-12-02 11:37:08 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 12:23:49 +0100" startDate="2019-12-02 12:07:02 +0100" endDate="2019-12-02 12:07:09 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 13:20:42 +0100" startDate="2019-12-02 13:04:31 +0100" endDate="2019-12-02 13:09:02 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 14:54:00 +0100" startDate="2019-12-02 14:42:57 +0100" endDate="2019-12-02 14:50:41 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 15:07:48 +0100" startDate="2019-12-02 14:56:48 +0100" endDate="2019-12-02 15:06:42 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 15:19:08 +0100" startDate="2019-12-02 15:07:51 +0100" endDate="2019-12-02 15:17:52 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 15:28:55 +0100" startDate="2019-12-02 15:17:52 +0100" endDate="2019-12-02 15:18:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 16:35:48 +0100" startDate="2019-12-02 16:24:48 +0100" endDate="2019-12-02 16:31:15 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 16:46:12 +0100" startDate="2019-12-02 16:35:10 +0100" endDate="2019-12-02 16:39:45 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 16:58:34 +0100" startDate="2019-12-02 16:46:32 +0100" endDate="2019-12-02 16:55:19 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 17:11:08 +0100" startDate="2019-12-02 16:59:21 +0100" endDate="2019-12-02 17:06:40 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 17:24:42 +0100" startDate="2019-12-02 17:10:39 +0100" endDate="2019-12-02 17:19:49 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 17:44:32 +0100" startDate="2019-12-02 17:32:42 +0100" endDate="2019-12-02 17:42:43 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 17:54:29 +0100" startDate="2019-12-02 17:42:43 +0100" endDate="2019-12-02 17:47:06 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 18:03:52 +0100" startDate="2019-12-02 17:52:52 +0100" endDate="2019-12-02 18:02:53 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 18:13:56 +0100" startDate="2019-12-02 18:02:53 +0100" endDate="2019-12-02 18:12:23 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 18:55:05 +0100" startDate="2019-12-02 18:42:40 +0100" endDate="2019-12-02 18:51:00 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 20:42:29 +0100" startDate="2019-12-02 20:30:28 +0100" endDate="2019-12-02 20:40:29 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 20:51:32 +0100" startDate="2019-12-02 20:40:29 +0100" endDate="2019-12-02 20:49:49 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 22:13:06 +0100" startDate="2019-12-02 22:01:52 +0100" endDate="2019-12-02 22:11:09 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-02 22:38:51 +0100" startDate="2019-12-02 22:26:39 +0100" endDate="2019-12-02 22:35:20 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 07:10:11 +0100" startDate="2019-12-03 06:59:08 +0100" endDate="2019-12-03 06:59:28 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 07:46:09 +0100" startDate="2019-12-03 07:34:51 +0100" endDate="2019-12-03 07:44:51 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 07:59:45 +0100" startDate="2019-12-03 07:44:51 +0100" endDate="2019-12-03 07:46:40 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 08:25:24 +0100" startDate="2019-12-03 08:13:15 +0100" endDate="2019-12-03 08:23:16 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 09:23:26 +0100" startDate="2019-12-03 09:09:49 +0100" endDate="2019-12-03 09:09:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 09:38:27 +0100" startDate="2019-12-03 09:26:38 +0100" endDate="2019-12-03 09:29:34 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 10:00:17 +0100" startDate="2019-12-03 09:43:47 +0100" endDate="2019-12-03 09:50:34 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 11:29:09 +0100" startDate="2019-12-03 11:14:53 +0100" endDate="2019-12-03 11:14:55 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 11:59:14 +0100" startDate="2019-12-03 11:42:32 +0100" endDate="2019-12-03 11:42:35 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 12:11:39 +0100" startDate="2019-12-03 11:59:26 +0100" endDate="2019-12-03 11:59:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 12:21:42 +0100" startDate="2019-12-03 12:10:17 +0100" endDate="2019-12-03 12:10:19 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 12:38:31 +0100" startDate="2019-12-03 12:27:28 +0100" endDate="2019-12-03 12:27:31 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 13:13:17 +0100" startDate="2019-12-03 13:00:21 +0100" endDate="2019-12-03 13:10:19 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 13:21:37 +0100" startDate="2019-12-03 13:10:37 +0100" endDate="2019-12-03 13:15:30 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 13:35:32 +0100" startDate="2019-12-03 13:21:59 +0100" endDate="2019-12-03 13:31:52 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 13:46:09 +0100" startDate="2019-12-03 13:33:34 +0100" endDate="2019-12-03 13:33:47 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 13:57:32 +0100" startDate="2019-12-03 13:45:48 +0100" endDate="2019-12-03 13:49:42 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 14:08:10 +0100" startDate="2019-12-03 13:57:10 +0100" endDate="2019-12-03 13:59:00 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 14:28:27 +0100" startDate="2019-12-03 14:13:41 +0100" endDate="2019-12-03 14:15:08 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 14:37:08 +0100" startDate="2019-12-03 14:25:50 +0100" endDate="2019-12-03 14:26:41 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 14:52:32 +0100" startDate="2019-12-03 14:36:24 +0100" endDate="2019-12-03 14:36:45 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 15:15:18 +0100" startDate="2019-12-03 15:01:37 +0100" endDate="2019-12-03 15:02:58 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 15:29:45 +0100" startDate="2019-12-03 15:18:41 +0100" endDate="2019-12-03 15:28:34 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 15:44:26 +0100" startDate="2019-12-03 15:29:15 +0100" endDate="2019-12-03 15:31:09 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 16:02:33 +0100" startDate="2019-12-03 15:46:56 +0100" endDate="2019-12-03 15:52:39 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 16:21:43 +0100" startDate="2019-12-03 16:06:27 +0100" endDate="2019-12-03 16:09:07 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 16:39:29 +0100" startDate="2019-12-03 16:28:04 +0100" endDate="2019-12-03 16:31:10 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 17:02:44 +0100" startDate="2019-12-03 16:51:02 +0100" endDate="2019-12-03 16:53:45 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 18:06:21 +0100" startDate="2019-12-03 17:55:18 +0100" endDate="2019-12-03 18:04:49 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 18:43:42 +0100" startDate="2019-12-03 18:30:57 +0100" endDate="2019-12-03 18:30:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-03 21:38:53 +0100" startDate="2019-12-03 21:27:53 +0100" endDate="2019-12-03 21:28:26 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 06:10:47 +0100" startDate="2019-12-04 05:59:44 +0100" endDate="2019-12-04 06:06:37 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 06:36:29 +0100" startDate="2019-12-04 06:23:48 +0100" endDate="2019-12-04 06:25:38 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 06:45:51 +0100" startDate="2019-12-04 06:34:50 +0100" endDate="2019-12-04 06:39:54 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 08:12:22 +0100" startDate="2019-12-04 07:58:42 +0100" endDate="2019-12-04 08:06:49 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 08:23:57 +0100" startDate="2019-12-04 08:11:59 +0100" endDate="2019-12-04 08:22:00 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 08:33:03 +0100" startDate="2019-12-04 08:22:00 +0100" endDate="2019-12-04 08:32:01 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 08:43:04 +0100" startDate="2019-12-04 08:32:01 +0100" endDate="2019-12-04 08:33:15 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 08:54:07 +0100" startDate="2019-12-04 08:42:51 +0100" endDate="2019-12-04 08:42:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 10:07:57 +0100" startDate="2019-12-04 09:56:26 +0100" endDate="2019-12-04 10:06:07 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 10:20:15 +0100" startDate="2019-12-04 10:06:47 +0100" endDate="2019-12-04 10:16:47 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 10:30:10 +0100" startDate="2019-12-04 10:16:47 +0100" endDate="2019-12-04 10:25:37 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 10:43:21 +0100" startDate="2019-12-04 10:27:50 +0100" endDate="2019-12-04 10:27:52 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 11:03:33 +0100" startDate="2019-12-04 10:51:17 +0100" endDate="2019-12-04 11:01:16 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 11:18:01 +0100" startDate="2019-12-04 11:01:16 +0100" endDate="2019-12-04 11:03:23 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 11:43:06 +0100" startDate="2019-12-04 11:42:27 +0100" endDate="2019-12-04 11:43:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 11:55:30 +0100" startDate="2019-12-04 11:43:02 +0100" endDate="2019-12-04 11:52:33 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 12:10:50 +0100" startDate="2019-12-04 11:59:18 +0100" endDate="2019-12-04 12:09:19 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 12:20:22 +0100" startDate="2019-12-04 12:09:19 +0100" endDate="2019-12-04 12:14:50 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 12:35:10 +0100" startDate="2019-12-04 12:24:06 +0100" endDate="2019-12-04 12:31:42 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 12:47:50 +0100" startDate="2019-12-04 12:36:50 +0100" endDate="2019-12-04 12:45:25 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 13:17:22 +0100" startDate="2019-12-04 12:48:00 +0100" endDate="2019-12-04 12:49:29 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 14:43:37 +0100" startDate="2019-12-04 14:31:08 +0100" endDate="2019-12-04 14:41:09 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 14:56:14 +0100" startDate="2019-12-04 14:41:09 +0100" endDate="2019-12-04 14:49:41 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 15:05:17 +0100" startDate="2019-12-04 14:52:32 +0100" endDate="2019-12-04 15:02:15 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 15:16:27 +0100" startDate="2019-12-04 15:02:53 +0100" endDate="2019-12-04 15:07:08 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 16:40:42 +0100" startDate="2019-12-04 16:28:52 +0100" endDate="2019-12-04 16:38:53 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 16:50:54 +0100" startDate="2019-12-04 16:38:56 +0100" endDate="2019-12-04 16:48:36 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 17:03:12 +0100" startDate="2019-12-04 16:49:27 +0100" endDate="2019-12-04 16:49:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 17:47:33 +0100" startDate="2019-12-04 17:35:51 +0100" endDate="2019-12-04 17:42:49 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 18:01:18 +0100" startDate="2019-12-04 17:50:03 +0100" endDate="2019-12-04 18:00:03 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 18:16:43 +0100" startDate="2019-12-04 18:00:03 +0100" endDate="2019-12-04 18:00:43 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 19:34:27 +0100" startDate="2019-12-04 19:23:27 +0100" endDate="2019-12-04 19:33:28 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 19:45:06 +0100" startDate="2019-12-04 19:33:28 +0100" endDate="2019-12-04 19:43:09 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 19:55:52 +0100" startDate="2019-12-04 19:44:02 +0100" endDate="2019-12-04 19:44:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-04 22:44:50 +0100" startDate="2019-12-04 22:25:47 +0100" endDate="2019-12-04 22:26:07 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 07:22:59 +0100" startDate="2019-12-05 07:05:25 +0100" endDate="2019-12-05 07:05:38 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 07:33:06 +0100" startDate="2019-12-05 07:15:53 +0100" endDate="2019-12-05 07:16:11 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 08:18:51 +0100" startDate="2019-12-05 08:07:03 +0100" endDate="2019-12-05 08:15:55 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 08:33:00 +0100" startDate="2019-12-05 08:18:07 +0100" endDate="2019-12-05 08:28:09 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 08:39:17 +0100" startDate="2019-12-05 08:28:09 +0100" endDate="2019-12-05 08:28:16 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 09:04:00 +0100" startDate="2019-12-05 08:52:57 +0100" endDate="2019-12-05 08:54:34 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 11:43:09 +0100" startDate="2019-12-05 11:29:23 +0100" endDate="2019-12-05 11:35:32 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 11:46:57 +0100" startDate="2019-12-05 11:41:55 +0100" endDate="2019-12-05 11:41:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 12:54:35 +0100" startDate="2019-12-05 12:36:39 +0100" endDate="2019-12-05 12:45:31 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 13:15:00 +0100" startDate="2019-12-05 12:56:15 +0100" endDate="2019-12-05 13:06:14 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 13:17:50 +0100" startDate="2019-12-05 13:06:14 +0100" endDate="2019-12-05 13:16:10 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 14:25:23 +0100" startDate="2019-12-05 14:13:20 +0100" endDate="2019-12-05 14:23:06 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 14:35:01 +0100" startDate="2019-12-05 14:23:26 +0100" endDate="2019-12-05 14:32:33 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 14:48:46 +0100" startDate="2019-12-05 14:34:31 +0100" endDate="2019-12-05 14:34:43 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 15:04:24 +0100" startDate="2019-12-05 14:48:32 +0100" endDate="2019-12-05 14:52:31 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 16:02:32 +0100" startDate="2019-12-05 15:46:59 +0100" endDate="2019-12-05 15:47:06 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 16:15:21 +0100" startDate="2019-12-05 16:04:14 +0100" endDate="2019-12-05 16:04:32 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 16:40:08 +0100" startDate="2019-12-05 16:28:22 +0100" endDate="2019-12-05 16:36:31 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 19:15:44 +0100" startDate="2019-12-05 19:01:30 +0100" endDate="2019-12-05 19:06:18 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 20:11:36 +0100" startDate="2019-12-05 20:00:21 +0100" endDate="2019-12-05 20:10:22 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 20:25:57 +0100" startDate="2019-12-05 20:10:22 +0100" endDate="2019-12-05 20:20:23 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-05 20:32:55 +0100" startDate="2019-12-05 20:20:23 +0100" endDate="2019-12-05 20:29:56 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 00:43:34 +0100" startDate="2019-12-06 00:32:04 +0100" endDate="2019-12-06 00:37:27 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 07:00:14 +0100" startDate="2019-12-06 06:52:57 +0100" endDate="2019-12-06 07:00:10 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 07:14:11 +0100" startDate="2019-12-06 07:00:10 +0100" endDate="2019-12-06 07:10:11 +0100" value="1147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 07:23:04 +0100" startDate="2019-12-06 07:10:11 +0100" endDate="2019-12-06 07:20:12 +0100" value="1179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 07:36:08 +0100" startDate="2019-12-06 07:20:12 +0100" endDate="2019-12-06 07:26:01 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 07:55:13 +0100" startDate="2019-12-06 07:40:59 +0100" endDate="2019-12-06 07:45:41 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 08:52:41 +0100" startDate="2019-12-06 08:39:30 +0100" endDate="2019-12-06 08:49:18 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 09:00:56 +0100" startDate="2019-12-06 08:49:56 +0100" endDate="2019-12-06 08:50:01 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 09:21:48 +0100" startDate="2019-12-06 09:10:11 +0100" endDate="2019-12-06 09:20:00 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 09:35:07 +0100" startDate="2019-12-06 09:20:30 +0100" endDate="2019-12-06 09:20:33 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 10:21:05 +0100" startDate="2019-12-06 10:04:25 +0100" endDate="2019-12-06 10:05:03 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 11:37:29 +0100" startDate="2019-12-06 11:26:29 +0100" endDate="2019-12-06 11:33:48 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 12:41:08 +0100" startDate="2019-12-06 12:29:29 +0100" endDate="2019-12-06 12:39:28 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 12:51:18 +0100" startDate="2019-12-06 12:39:28 +0100" endDate="2019-12-06 12:48:43 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 13:01:08 +0100" startDate="2019-12-06 12:50:08 +0100" endDate="2019-12-06 12:50:46 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 13:17:54 +0100" startDate="2019-12-06 13:03:51 +0100" endDate="2019-12-06 13:12:56 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 13:28:17 +0100" startDate="2019-12-06 13:14:41 +0100" endDate="2019-12-06 13:22:02 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 14:07:02 +0100" startDate="2019-12-06 13:56:02 +0100" endDate="2019-12-06 13:56:40 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 14:24:57 +0100" startDate="2019-12-06 14:12:38 +0100" endDate="2019-12-06 14:12:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 14:42:19 +0100" startDate="2019-12-06 14:28:18 +0100" endDate="2019-12-06 14:37:33 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 14:52:25 +0100" startDate="2019-12-06 14:38:22 +0100" endDate="2019-12-06 14:47:29 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 15:06:27 +0100" startDate="2019-12-06 14:52:32 +0100" endDate="2019-12-06 14:53:00 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 15:25:15 +0100" startDate="2019-12-06 15:13:52 +0100" endDate="2019-12-06 15:14:09 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 15:35:25 +0100" startDate="2019-12-06 15:24:15 +0100" endDate="2019-12-06 15:34:15 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 15:46:47 +0100" startDate="2019-12-06 15:34:15 +0100" endDate="2019-12-06 15:44:14 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 15:58:38 +0100" startDate="2019-12-06 15:44:14 +0100" endDate="2019-12-06 15:46:57 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 16:09:09 +0100" startDate="2019-12-06 15:52:28 +0100" endDate="2019-12-06 16:02:28 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 16:14:28 +0100" startDate="2019-12-06 16:02:28 +0100" endDate="2019-12-06 16:07:46 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 16:29:24 +0100" startDate="2019-12-06 16:17:56 +0100" endDate="2019-12-06 16:17:58 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 18:13:16 +0100" startDate="2019-12-06 18:00:31 +0100" endDate="2019-12-06 18:05:30 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 18:24:36 +0100" startDate="2019-12-06 18:12:20 +0100" endDate="2019-12-06 18:18:35 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 18:36:15 +0100" startDate="2019-12-06 18:22:40 +0100" endDate="2019-12-06 18:30:03 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 19:46:22 +0100" startDate="2019-12-06 19:34:20 +0100" endDate="2019-12-06 19:41:35 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 20:03:19 +0100" startDate="2019-12-06 19:47:53 +0100" endDate="2019-12-06 19:55:23 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 20:51:22 +0100" startDate="2019-12-06 20:48:43 +0100" endDate="2019-12-06 20:51:15 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-06 21:09:41 +0100" startDate="2019-12-06 20:51:26 +0100" endDate="2019-12-06 20:54:03 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 05:14:45 +0100" startDate="2019-12-07 05:14:01 +0100" endDate="2019-12-07 05:14:37 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 05:26:40 +0100" startDate="2019-12-07 05:15:38 +0100" endDate="2019-12-07 05:16:31 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 10:30:38 +0100" startDate="2019-12-07 10:15:09 +0100" endDate="2019-12-07 10:22:07 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 12:56:20 +0100" startDate="2019-12-07 12:40:33 +0100" endDate="2019-12-07 12:50:34 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 13:09:06 +0100" startDate="2019-12-07 12:51:12 +0100" endDate="2019-12-07 12:59:21 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 14:03:27 +0100" startDate="2019-12-07 13:51:58 +0100" endDate="2019-12-07 14:01:43 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 14:15:15 +0100" startDate="2019-12-07 14:02:24 +0100" endDate="2019-12-07 14:09:11 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 16:03:11 +0100" startDate="2019-12-07 15:51:02 +0100" endDate="2019-12-07 15:59:09 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 16:15:50 +0100" startDate="2019-12-07 16:02:15 +0100" endDate="2019-12-07 16:03:26 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 17:04:11 +0100" startDate="2019-12-07 16:50:53 +0100" endDate="2019-12-07 16:53:59 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 17:42:09 +0100" startDate="2019-12-07 17:29:41 +0100" endDate="2019-12-07 17:38:26 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 17:57:59 +0100" startDate="2019-12-07 17:43:25 +0100" endDate="2019-12-07 17:50:20 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 18:07:03 +0100" startDate="2019-12-07 17:54:40 +0100" endDate="2019-12-07 17:54:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 18:29:07 +0100" startDate="2019-12-07 18:16:56 +0100" endDate="2019-12-07 18:22:35 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 18:49:28 +0100" startDate="2019-12-07 18:31:15 +0100" endDate="2019-12-07 18:36:15 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 18:55:57 +0100" startDate="2019-12-07 18:41:26 +0100" endDate="2019-12-07 18:47:56 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 19:26:23 +0100" startDate="2019-12-07 19:11:46 +0100" endDate="2019-12-07 19:11:51 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 19:50:30 +0100" startDate="2019-12-07 19:33:53 +0100" endDate="2019-12-07 19:40:28 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 20:06:02 +0100" startDate="2019-12-07 19:52:11 +0100" endDate="2019-12-07 19:58:53 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 20:30:30 +0100" startDate="2019-12-07 20:16:41 +0100" endDate="2019-12-07 20:19:06 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 21:22:23 +0100" startDate="2019-12-07 21:09:22 +0100" endDate="2019-12-07 21:13:49 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 21:50:32 +0100" startDate="2019-12-07 21:35:55 +0100" endDate="2019-12-07 21:42:32 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 22:03:34 +0100" startDate="2019-12-07 21:47:21 +0100" endDate="2019-12-07 21:57:20 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 22:12:15 +0100" startDate="2019-12-07 21:57:20 +0100" endDate="2019-12-07 22:07:21 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 22:21:30 +0100" startDate="2019-12-07 22:07:21 +0100" endDate="2019-12-07 22:08:50 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 22:33:34 +0100" startDate="2019-12-07 22:19:30 +0100" endDate="2019-12-07 22:20:59 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 22:57:41 +0100" startDate="2019-12-07 22:37:13 +0100" endDate="2019-12-07 22:38:24 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 23:35:48 +0100" startDate="2019-12-07 23:20:44 +0100" endDate="2019-12-07 23:23:53 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 23:49:59 +0100" startDate="2019-12-07 23:33:26 +0100" endDate="2019-12-07 23:43:09 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-07 23:57:33 +0100" startDate="2019-12-07 23:46:02 +0100" endDate="2019-12-07 23:46:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 00:21:24 +0100" startDate="2019-12-07 23:58:34 +0100" endDate="2019-12-08 00:04:46 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 00:42:28 +0100" startDate="2019-12-08 00:20:48 +0100" endDate="2019-12-08 00:30:47 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 00:49:47 +0100" startDate="2019-12-08 00:33:04 +0100" endDate="2019-12-08 00:39:47 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 01:02:27 +0100" startDate="2019-12-08 00:50:06 +0100" endDate="2019-12-08 00:54:36 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 01:17:08 +0100" startDate="2019-12-08 01:01:34 +0100" endDate="2019-12-08 01:11:35 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 01:26:56 +0100" startDate="2019-12-08 01:11:35 +0100" endDate="2019-12-08 01:14:59 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 02:00:55 +0100" startDate="2019-12-08 01:43:14 +0100" endDate="2019-12-08 01:51:21 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 02:11:04 +0100" startDate="2019-12-08 01:58:06 +0100" endDate="2019-12-08 02:06:33 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 02:21:30 +0100" startDate="2019-12-08 02:09:03 +0100" endDate="2019-12-08 02:19:04 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 02:43:54 +0100" startDate="2019-12-08 02:19:04 +0100" endDate="2019-12-08 02:21:57 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 03:03:08 +0100" startDate="2019-12-08 02:51:08 +0100" endDate="2019-12-08 03:00:13 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 03:14:37 +0100" startDate="2019-12-08 03:03:15 +0100" endDate="2019-12-08 03:10:45 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 03:32:45 +0100" startDate="2019-12-08 03:13:49 +0100" endDate="2019-12-08 03:22:00 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 11:04:54 +0100" startDate="2019-12-08 10:54:27 +0100" endDate="2019-12-08 11:03:37 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 11:14:42 +0100" startDate="2019-12-08 11:03:37 +0100" endDate="2019-12-08 11:13:38 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 11:25:59 +0100" startDate="2019-12-08 11:13:38 +0100" endDate="2019-12-08 11:16:18 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 12:05:58 +0100" startDate="2019-12-08 11:25:26 +0100" endDate="2019-12-08 11:28:12 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 12:33:53 +0100" startDate="2019-12-08 12:16:18 +0100" endDate="2019-12-08 12:16:38 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 12:36:51 +0100" startDate="2019-12-08 12:25:35 +0100" endDate="2019-12-08 12:35:34 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 12:47:08 +0100" startDate="2019-12-08 12:35:34 +0100" endDate="2019-12-08 12:45:33 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 12:57:02 +0100" startDate="2019-12-08 12:45:33 +0100" endDate="2019-12-08 12:54:56 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 13:06:51 +0100" startDate="2019-12-08 12:55:36 +0100" endDate="2019-12-08 13:00:05 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 13:38:08 +0100" startDate="2019-12-08 13:24:57 +0100" endDate="2019-12-08 13:34:38 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 13:58:32 +0100" startDate="2019-12-08 13:36:45 +0100" endDate="2019-12-08 13:39:05 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 13:58:32 +0100" startDate="2019-12-08 13:47:02 +0100" endDate="2019-12-08 13:48:33 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 14:01:26 +0100" startDate="2019-12-08 13:48:33 +0100" endDate="2019-12-08 13:48:36 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 14:24:14 +0100" startDate="2019-12-08 14:03:08 +0100" endDate="2019-12-08 14:04:48 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 14:48:08 +0100" startDate="2019-12-08 14:34:57 +0100" endDate="2019-12-08 14:40:06 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 14:57:22 +0100" startDate="2019-12-08 14:45:48 +0100" endDate="2019-12-08 14:55:46 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 15:08:25 +0100" startDate="2019-12-08 14:56:12 +0100" endDate="2019-12-08 15:02:21 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 15:18:52 +0100" startDate="2019-12-08 15:06:18 +0100" endDate="2019-12-08 15:08:13 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 15:27:19 +0100" startDate="2019-12-08 15:16:19 +0100" endDate="2019-12-08 15:24:22 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-08 22:06:31 +0100" startDate="2019-12-08 21:55:31 +0100" endDate="2019-12-08 21:57:13 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 07:50:34 +0100" startDate="2019-12-09 07:35:05 +0100" endDate="2019-12-09 07:42:36 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 08:02:08 +0100" startDate="2019-12-09 07:48:51 +0100" endDate="2019-12-09 07:57:18 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 08:12:45 +0100" startDate="2019-12-09 08:01:45 +0100" endDate="2019-12-09 08:08:43 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 08:40:13 +0100" startDate="2019-12-09 08:28:47 +0100" endDate="2019-12-09 08:38:48 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 08:50:54 +0100" startDate="2019-12-09 08:38:48 +0100" endDate="2019-12-09 08:41:36 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 09:01:32 +0100" startDate="2019-12-09 08:49:58 +0100" endDate="2019-12-09 08:50:49 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 09:47:25 +0100" startDate="2019-12-09 09:34:29 +0100" endDate="2019-12-09 09:34:54 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 11:13:58 +0100" startDate="2019-12-09 10:57:52 +0100" endDate="2019-12-09 11:03:48 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 11:44:18 +0100" startDate="2019-12-09 11:32:24 +0100" endDate="2019-12-09 11:42:17 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 11:53:57 +0100" startDate="2019-12-09 11:42:53 +0100" endDate="2019-12-09 11:46:52 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 12:19:45 +0100" startDate="2019-12-09 12:08:34 +0100" endDate="2019-12-09 12:17:14 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 12:28:02 +0100" startDate="2019-12-09 12:24:11 +0100" endDate="2019-12-09 12:24:54 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 12:48:45 +0100" startDate="2019-12-09 12:31:04 +0100" endDate="2019-12-09 12:31:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 15:35:13 +0100" startDate="2019-12-09 15:23:35 +0100" endDate="2019-12-09 15:33:36 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 15:45:46 +0100" startDate="2019-12-09 15:33:36 +0100" endDate="2019-12-09 15:43:35 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 15:47:48 +0100" startDate="2019-12-09 15:43:35 +0100" endDate="2019-12-09 15:47:47 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 15:49:56 +0100" startDate="2019-12-09 15:48:53 +0100" endDate="2019-12-09 15:48:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 15:49:56 +0100" startDate="2019-12-09 15:49:42 +0100" endDate="2019-12-09 15:49:47 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 16:14:47 +0100" startDate="2019-12-09 15:59:57 +0100" endDate="2019-12-09 16:00:05 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 16:58:52 +0100" startDate="2019-12-09 16:44:45 +0100" endDate="2019-12-09 16:54:31 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 17:10:07 +0100" startDate="2019-12-09 16:57:01 +0100" endDate="2019-12-09 17:07:00 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 17:18:03 +0100" startDate="2019-12-09 17:07:00 +0100" endDate="2019-12-09 17:10:31 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 17:30:51 +0100" startDate="2019-12-09 17:19:48 +0100" endDate="2019-12-09 17:24:49 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 17:47:04 +0100" startDate="2019-12-09 17:36:01 +0100" endDate="2019-12-09 17:40:56 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 18:04:47 +0100" startDate="2019-12-09 17:53:44 +0100" endDate="2019-12-09 17:58:04 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 18:23:44 +0100" startDate="2019-12-09 18:12:42 +0100" endDate="2019-12-09 18:12:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 18:48:19 +0100" startDate="2019-12-09 18:37:16 +0100" endDate="2019-12-09 18:44:24 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 20:02:41 +0100" startDate="2019-12-09 19:50:43 +0100" endDate="2019-12-09 19:56:11 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 20:27:27 +0100" startDate="2019-12-09 20:16:07 +0100" endDate="2019-12-09 20:23:37 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 20:43:05 +0100" startDate="2019-12-09 20:26:38 +0100" endDate="2019-12-09 20:26:46 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 22:50:04 +0100" startDate="2019-12-09 22:39:48 +0100" endDate="2019-12-09 22:40:26 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-09 23:06:45 +0100" startDate="2019-12-09 22:55:43 +0100" endDate="2019-12-09 22:56:16 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 06:47:33 +0100" startDate="2019-12-10 06:46:51 +0100" endDate="2019-12-10 06:46:59 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 07:18:15 +0100" startDate="2019-12-10 07:06:32 +0100" endDate="2019-12-10 07:07:33 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 08:24:59 +0100" startDate="2019-12-10 08:13:59 +0100" endDate="2019-12-10 08:23:55 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 08:38:15 +0100" startDate="2019-12-10 08:24:02 +0100" endDate="2019-12-10 08:24:38 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 08:58:23 +0100" startDate="2019-12-10 08:38:47 +0100" endDate="2019-12-10 08:48:45 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 08:59:48 +0100" startDate="2019-12-10 08:48:45 +0100" endDate="2019-12-10 08:51:08 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 12:28:42 +0100" startDate="2019-12-10 12:09:49 +0100" endDate="2019-12-10 12:19:50 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 12:45:37 +0100" startDate="2019-12-10 12:19:50 +0100" endDate="2019-12-10 12:27:44 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 12:45:37 +0100" startDate="2019-12-10 12:30:38 +0100" endDate="2019-12-10 12:33:05 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 14:03:31 +0100" startDate="2019-12-10 13:50:29 +0100" endDate="2019-12-10 13:52:11 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 15:56:11 +0100" startDate="2019-12-10 15:45:11 +0100" endDate="2019-12-10 15:47:46 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 16:09:27 +0100" startDate="2019-12-10 15:58:39 +0100" endDate="2019-12-10 16:04:38 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 16:27:27 +0100" startDate="2019-12-10 16:14:09 +0100" endDate="2019-12-10 16:21:43 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 16:36:22 +0100" startDate="2019-12-10 16:24:46 +0100" endDate="2019-12-10 16:33:16 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 16:59:59 +0100" startDate="2019-12-10 16:44:43 +0100" endDate="2019-12-10 16:54:45 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 17:08:05 +0100" startDate="2019-12-10 16:54:45 +0100" endDate="2019-12-10 16:59:55 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 20:00:37 +0100" startDate="2019-12-10 19:49:34 +0100" endDate="2019-12-10 19:58:06 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 20:20:12 +0100" startDate="2019-12-10 20:00:49 +0100" endDate="2019-12-10 20:00:54 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-10 22:22:49 +0100" startDate="2019-12-10 22:10:34 +0100" endDate="2019-12-10 22:18:20 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 00:07:57 +0100" startDate="2019-12-10 23:56:55 +0100" endDate="2019-12-11 00:03:27 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 00:23:32 +0100" startDate="2019-12-11 00:12:29 +0100" endDate="2019-12-11 00:14:21 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 07:14:27 +0100" startDate="2019-12-11 07:00:40 +0100" endDate="2019-12-11 07:02:04 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 08:31:25 +0100" startDate="2019-12-11 08:16:04 +0100" endDate="2019-12-11 08:24:28 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 08:52:31 +0100" startDate="2019-12-11 08:34:08 +0100" endDate="2019-12-11 08:43:27 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 09:05:51 +0100" startDate="2019-12-11 08:44:41 +0100" endDate="2019-12-11 08:51:47 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 09:45:42 +0100" startDate="2019-12-11 09:32:28 +0100" endDate="2019-12-11 09:40:30 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 10:07:57 +0100" startDate="2019-12-11 09:56:38 +0100" endDate="2019-12-11 10:00:25 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 11:19:27 +0100" startDate="2019-12-11 11:04:34 +0100" endDate="2019-12-11 11:11:47 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 11:49:47 +0100" startDate="2019-12-11 11:38:47 +0100" endDate="2019-12-11 11:42:08 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 12:32:34 +0100" startDate="2019-12-11 12:17:46 +0100" endDate="2019-12-11 12:21:40 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 12:43:08 +0100" startDate="2019-12-11 12:26:50 +0100" endDate="2019-12-11 12:36:51 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 12:47:53 +0100" startDate="2019-12-11 12:36:51 +0100" endDate="2019-12-11 12:46:42 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 13:34:29 +0100" startDate="2019-12-11 13:18:04 +0100" endDate="2019-12-11 13:27:34 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 13:47:17 +0100" startDate="2019-12-11 13:35:23 +0100" endDate="2019-12-11 13:45:06 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 14:23:35 +0100" startDate="2019-12-11 14:12:35 +0100" endDate="2019-12-11 14:20:41 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 15:21:58 +0100" startDate="2019-12-11 15:10:55 +0100" endDate="2019-12-11 15:20:56 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 15:33:17 +0100" startDate="2019-12-11 15:20:56 +0100" endDate="2019-12-11 15:30:42 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 16:26:57 +0100" startDate="2019-12-11 16:08:49 +0100" endDate="2019-12-11 16:08:51 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 16:51:17 +0100" startDate="2019-12-11 16:36:21 +0100" endDate="2019-12-11 16:42:58 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 17:02:05 +0100" startDate="2019-12-11 16:48:45 +0100" endDate="2019-12-11 16:49:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 17:12:32 +0100" startDate="2019-12-11 17:00:36 +0100" endDate="2019-12-11 17:03:19 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 17:24:51 +0100" startDate="2019-12-11 17:10:53 +0100" endDate="2019-12-11 17:14:09 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 17:34:15 +0100" startDate="2019-12-11 17:21:45 +0100" endDate="2019-12-11 17:31:46 +0100" value="1050"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 17:47:33 +0100" startDate="2019-12-11 17:31:46 +0100" endDate="2019-12-11 17:34:37 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 18:29:16 +0100" startDate="2019-12-11 17:46:38 +0100" endDate="2019-12-11 17:47:34 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 19:16:47 +0100" startDate="2019-12-11 19:04:38 +0100" endDate="2019-12-11 19:12:04 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 20:28:31 +0100" startDate="2019-12-11 20:17:18 +0100" endDate="2019-12-11 20:27:09 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 20:48:21 +0100" startDate="2019-12-11 20:27:22 +0100" endDate="2019-12-11 20:28:25 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 20:58:12 +0100" startDate="2019-12-11 20:42:02 +0100" endDate="2019-12-11 20:47:18 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 22:23:14 +0100" startDate="2019-12-11 22:09:26 +0100" endDate="2019-12-11 22:19:26 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 22:31:01 +0100" startDate="2019-12-11 22:19:26 +0100" endDate="2019-12-11 22:27:25 +0100" value="711"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-11 23:18:07 +0100" startDate="2019-12-11 23:07:04 +0100" endDate="2019-12-11 23:08:26 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 07:26:44 +0100" startDate="2019-12-12 07:11:46 +0100" endDate="2019-12-12 07:17:32 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 08:01:18 +0100" startDate="2019-12-12 07:49:17 +0100" endDate="2019-12-12 07:49:45 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 08:15:09 +0100" startDate="2019-12-12 08:04:09 +0100" endDate="2019-12-12 08:07:38 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 08:44:10 +0100" startDate="2019-12-12 08:29:26 +0100" endDate="2019-12-12 08:35:55 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 08:59:26 +0100" startDate="2019-12-12 08:45:16 +0100" endDate="2019-12-12 08:50:39 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 10:24:10 +0100" startDate="2019-12-12 10:11:41 +0100" endDate="2019-12-12 10:11:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 11:20:00 +0100" startDate="2019-12-12 11:01:41 +0100" endDate="2019-12-12 11:01:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 12:56:03 +0100" startDate="2019-12-12 12:40:13 +0100" endDate="2019-12-12 12:46:45 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 13:41:59 +0100" startDate="2019-12-12 13:26:19 +0100" endDate="2019-12-12 13:28:52 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 13:54:51 +0100" startDate="2019-12-12 13:42:18 +0100" endDate="2019-12-12 13:42:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 14:33:38 +0100" startDate="2019-12-12 14:19:08 +0100" endDate="2019-12-12 14:21:02 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 15:08:25 +0100" startDate="2019-12-12 14:52:58 +0100" endDate="2019-12-12 14:53:00 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 16:27:09 +0100" startDate="2019-12-12 16:13:50 +0100" endDate="2019-12-12 16:13:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 16:49:07 +0100" startDate="2019-12-12 16:33:13 +0100" endDate="2019-12-12 16:33:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 17:06:51 +0100" startDate="2019-12-12 16:55:48 +0100" endDate="2019-12-12 17:01:27 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 17:43:38 +0100" startDate="2019-12-12 17:27:12 +0100" endDate="2019-12-12 17:30:51 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 18:07:15 +0100" startDate="2019-12-12 17:56:12 +0100" endDate="2019-12-12 18:04:44 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 18:34:31 +0100" startDate="2019-12-12 18:23:09 +0100" endDate="2019-12-12 18:28:40 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 19:05:10 +0100" startDate="2019-12-12 18:53:56 +0100" endDate="2019-12-12 18:58:49 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 23:07:06 +0100" startDate="2019-12-12 22:56:03 +0100" endDate="2019-12-12 23:03:29 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 23:26:54 +0100" startDate="2019-12-12 23:13:00 +0100" endDate="2019-12-12 23:18:28 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 23:36:27 +0100" startDate="2019-12-12 23:25:27 +0100" endDate="2019-12-12 23:25:27 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-12 23:38:59 +0100" startDate="2019-12-12 23:36:07 +0100" endDate="2019-12-12 23:36:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 08:06:52 +0100" startDate="2019-12-13 07:55:14 +0100" endDate="2019-12-13 08:00:48 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 08:23:19 +0100" startDate="2019-12-13 08:09:28 +0100" endDate="2019-12-13 08:19:29 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 08:31:21 +0100" startDate="2019-12-13 08:19:29 +0100" endDate="2019-12-13 08:29:30 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 08:48:00 +0100" startDate="2019-12-13 08:29:30 +0100" endDate="2019-12-13 08:39:01 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 09:09:59 +0100" startDate="2019-12-13 08:58:12 +0100" endDate="2019-12-13 09:02:22 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 09:49:36 +0100" startDate="2019-12-13 09:36:15 +0100" endDate="2019-12-13 09:43:13 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 10:00:54 +0100" startDate="2019-12-13 09:49:23 +0100" endDate="2019-12-13 09:49:41 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 10:12:58 +0100" startDate="2019-12-13 10:01:34 +0100" endDate="2019-12-13 10:01:39 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 10:41:45 +0100" startDate="2019-12-13 10:28:12 +0100" endDate="2019-12-13 10:37:14 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 10:50:55 +0100" startDate="2019-12-13 10:39:55 +0100" endDate="2019-12-13 10:40:08 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 12:08:43 +0100" startDate="2019-12-13 11:54:28 +0100" endDate="2019-12-13 11:55:57 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 12:20:39 +0100" startDate="2019-12-13 12:07:59 +0100" endDate="2019-12-13 12:18:00 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 12:40:01 +0100" startDate="2019-12-13 12:18:00 +0100" endDate="2019-12-13 12:19:34 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 13:40:46 +0100" startDate="2019-12-13 13:25:16 +0100" endDate="2019-12-13 13:32:14 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 14:16:34 +0100" startDate="2019-12-13 14:05:14 +0100" endDate="2019-12-13 14:08:23 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 14:32:37 +0100" startDate="2019-12-13 14:19:24 +0100" endDate="2019-12-13 14:23:39 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 14:46:48 +0100" startDate="2019-12-13 14:32:56 +0100" endDate="2019-12-13 14:38:06 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 15:34:05 +0100" startDate="2019-12-13 15:18:26 +0100" endDate="2019-12-13 15:18:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 15:58:10 +0100" startDate="2019-12-13 15:44:39 +0100" endDate="2019-12-13 15:54:40 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 16:05:42 +0100" startDate="2019-12-13 15:54:40 +0100" endDate="2019-12-13 16:04:41 +0100" value="918"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 16:17:44 +0100" startDate="2019-12-13 16:04:41 +0100" endDate="2019-12-13 16:14:26 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 16:25:49 +0100" startDate="2019-12-13 16:14:49 +0100" endDate="2019-12-13 16:19:45 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 16:51:55 +0100" startDate="2019-12-13 16:38:38 +0100" endDate="2019-12-13 16:38:46 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 17:08:13 +0100" startDate="2019-12-13 16:57:13 +0100" endDate="2019-12-13 16:57:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 17:16:54 +0100" startDate="2019-12-13 17:15:25 +0100" endDate="2019-12-13 17:15:55 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 17:32:43 +0100" startDate="2019-12-13 17:21:24 +0100" endDate="2019-12-13 17:25:54 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 18:37:16 +0100" startDate="2019-12-13 18:25:47 +0100" endDate="2019-12-13 18:26:50 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 18:48:43 +0100" startDate="2019-12-13 18:36:22 +0100" endDate="2019-12-13 18:36:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 19:43:42 +0100" startDate="2019-12-13 19:32:15 +0100" endDate="2019-12-13 19:34:45 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 20:46:56 +0100" startDate="2019-12-13 20:33:50 +0100" endDate="2019-12-13 20:35:19 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-13 23:59:18 +0100" startDate="2019-12-13 23:44:11 +0100" endDate="2019-12-13 23:44:29 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 11:30:25 +0100" startDate="2019-12-14 11:17:48 +0100" endDate="2019-12-14 11:26:02 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 11:48:17 +0100" startDate="2019-12-14 11:30:22 +0100" endDate="2019-12-14 11:39:06 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 11:53:51 +0100" startDate="2019-12-14 11:41:01 +0100" endDate="2019-12-14 11:43:49 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 13:10:29 +0100" startDate="2019-12-14 12:54:42 +0100" endDate="2019-12-14 13:04:35 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 13:16:17 +0100" startDate="2019-12-14 13:04:50 +0100" endDate="2019-12-14 13:13:43 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 13:31:26 +0100" startDate="2019-12-14 13:20:18 +0100" endDate="2019-12-14 13:30:29 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 13:48:44 +0100" startDate="2019-12-14 13:37:42 +0100" endDate="2019-12-14 13:43:20 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 14:01:59 +0100" startDate="2019-12-14 13:49:07 +0100" endDate="2019-12-14 13:53:52 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 15:22:36 +0100" startDate="2019-12-14 15:11:34 +0100" endDate="2019-12-14 15:11:49 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 16:36:05 +0100" startDate="2019-12-14 16:24:01 +0100" endDate="2019-12-14 16:24:16 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 17:13:08 +0100" startDate="2019-12-14 17:02:05 +0100" endDate="2019-12-14 17:05:54 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 18:17:59 +0100" startDate="2019-12-14 18:03:52 +0100" endDate="2019-12-14 18:13:53 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 18:28:47 +0100" startDate="2019-12-14 18:13:53 +0100" endDate="2019-12-14 18:23:54 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 18:40:03 +0100" startDate="2019-12-14 18:23:54 +0100" endDate="2019-12-14 18:33:06 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 19:34:10 +0100" startDate="2019-12-14 19:17:05 +0100" endDate="2019-12-14 19:17:10 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 19:44:11 +0100" startDate="2019-12-14 19:28:42 +0100" endDate="2019-12-14 19:38:20 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 20:00:20 +0100" startDate="2019-12-14 19:45:33 +0100" endDate="2019-12-14 19:55:34 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 20:07:36 +0100" startDate="2019-12-14 19:56:17 +0100" endDate="2019-12-14 20:06:03 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 20:17:41 +0100" startDate="2019-12-14 20:06:39 +0100" endDate="2019-12-14 20:14:13 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 20:23:16 +0100" startDate="2019-12-14 20:18:20 +0100" endDate="2019-12-14 20:19:04 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 21:20:41 +0100" startDate="2019-12-14 21:07:43 +0100" endDate="2019-12-14 21:10:36 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 21:45:31 +0100" startDate="2019-12-14 21:31:54 +0100" endDate="2019-12-14 21:41:55 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 21:55:23 +0100" startDate="2019-12-14 21:41:55 +0100" endDate="2019-12-14 21:51:56 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 22:04:35 +0100" startDate="2019-12-14 21:51:56 +0100" endDate="2019-12-14 22:01:56 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 22:14:23 +0100" startDate="2019-12-14 22:01:56 +0100" endDate="2019-12-14 22:11:35 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 22:24:02 +0100" startDate="2019-12-14 22:13:02 +0100" endDate="2019-12-14 22:23:03 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-14 22:42:01 +0100" startDate="2019-12-14 22:30:59 +0100" endDate="2019-12-14 22:35:34 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 00:04:17 +0100" startDate="2019-12-14 23:48:13 +0100" endDate="2019-12-14 23:48:23 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 10:48:34 +0100" startDate="2019-12-15 10:36:53 +0100" endDate="2019-12-15 10:45:09 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 11:16:17 +0100" startDate="2019-12-15 10:48:28 +0100" endDate="2019-12-15 10:58:14 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 11:16:17 +0100" startDate="2019-12-15 11:00:13 +0100" endDate="2019-12-15 11:00:19 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 14:05:48 +0100" startDate="2019-12-15 12:02:25 +0100" endDate="2019-12-15 12:03:13 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 14:05:48 +0100" startDate="2019-12-15 12:57:00 +0100" endDate="2019-12-15 13:05:34 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 14:05:48 +0100" startDate="2019-12-15 13:14:40 +0100" endDate="2019-12-15 13:24:21 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 14:05:48 +0100" startDate="2019-12-15 13:26:51 +0100" endDate="2019-12-15 13:35:28 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 15:39:48 +0100" startDate="2019-12-15 15:28:20 +0100" endDate="2019-12-15 15:37:51 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 15:50:45 +0100" startDate="2019-12-15 15:38:39 +0100" endDate="2019-12-15 15:42:10 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 15:50:54 +0100" startDate="2019-12-15 15:48:56 +0100" endDate="2019-12-15 15:48:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 17:02:15 +0100" startDate="2019-12-15 16:45:00 +0100" endDate="2019-12-15 16:55:01 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 17:06:04 +0100" startDate="2019-12-15 16:55:01 +0100" endDate="2019-12-15 17:01:46 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 17:32:07 +0100" startDate="2019-12-15 17:06:18 +0100" endDate="2019-12-15 17:15:31 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 17:32:07 +0100" startDate="2019-12-15 17:16:30 +0100" endDate="2019-12-15 17:17:21 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 17:43:25 +0100" startDate="2019-12-15 17:23:28 +0100" endDate="2019-12-15 17:23:35 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 18:24:55 +0100" startDate="2019-12-15 17:51:53 +0100" endDate="2019-12-15 17:52:14 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 19:08:01 +0100" startDate="2019-12-15 18:48:32 +0100" endDate="2019-12-15 18:49:13 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 19:37:51 +0100" startDate="2019-12-15 19:06:54 +0100" endDate="2019-12-15 19:07:35 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 20:26:08 +0100" startDate="2019-12-15 20:09:52 +0100" endDate="2019-12-15 20:19:53 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 20:32:18 +0100" startDate="2019-12-15 20:19:53 +0100" endDate="2019-12-15 20:29:54 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 20:44:03 +0100" startDate="2019-12-15 20:29:54 +0100" endDate="2019-12-15 20:34:03 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 21:42:21 +0100" startDate="2019-12-15 21:31:31 +0100" endDate="2019-12-15 21:41:42 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 21:52:45 +0100" startDate="2019-12-15 21:41:42 +0100" endDate="2019-12-15 21:44:51 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-15 22:23:33 +0100" startDate="2019-12-15 22:12:30 +0100" endDate="2019-12-15 22:16:07 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 05:39:07 +0100" startDate="2019-12-16 05:23:48 +0100" endDate="2019-12-16 05:32:20 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 07:28:46 +0100" startDate="2019-12-16 07:18:34 +0100" endDate="2019-12-16 07:27:51 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 07:39:28 +0100" startDate="2019-12-16 07:28:35 +0100" endDate="2019-12-16 07:38:08 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 07:52:58 +0100" startDate="2019-12-16 07:39:06 +0100" endDate="2019-12-16 07:43:11 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 08:05:25 +0100" startDate="2019-12-16 07:51:33 +0100" endDate="2019-12-16 07:51:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 08:19:22 +0100" startDate="2019-12-16 08:06:12 +0100" endDate="2019-12-16 08:15:35 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 08:31:30 +0100" startDate="2019-12-16 08:19:32 +0100" endDate="2019-12-16 08:19:57 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 08:41:41 +0100" startDate="2019-12-16 08:30:41 +0100" endDate="2019-12-16 08:30:56 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 09:55:20 +0100" startDate="2019-12-16 09:37:47 +0100" endDate="2019-12-16 09:42:37 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 09:59:51 +0100" startDate="2019-12-16 09:48:18 +0100" endDate="2019-12-16 09:58:19 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 12:06:37 +0100" startDate="2019-12-16 11:53:09 +0100" endDate="2019-12-16 12:02:09 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 12:22:04 +0100" startDate="2019-12-16 12:06:31 +0100" endDate="2019-12-16 12:13:47 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 12:34:08 +0100" startDate="2019-12-16 12:22:49 +0100" endDate="2019-12-16 12:32:26 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 15:54:51 +0100" startDate="2019-12-16 15:43:22 +0100" endDate="2019-12-16 15:53:23 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 16:12:57 +0100" startDate="2019-12-16 15:53:23 +0100" endDate="2019-12-16 15:55:20 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 16:46:13 +0100" startDate="2019-12-16 16:23:47 +0100" endDate="2019-12-16 16:25:59 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 17:15:25 +0100" startDate="2019-12-16 17:02:20 +0100" endDate="2019-12-16 17:11:46 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 17:39:25 +0100" startDate="2019-12-16 17:28:02 +0100" endDate="2019-12-16 17:29:36 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 18:01:19 +0100" startDate="2019-12-16 17:44:30 +0100" endDate="2019-12-16 17:47:46 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 18:25:13 +0100" startDate="2019-12-16 18:11:22 +0100" endDate="2019-12-16 18:21:23 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 18:32:26 +0100" startDate="2019-12-16 18:21:23 +0100" endDate="2019-12-16 18:28:57 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 18:53:46 +0100" startDate="2019-12-16 18:37:13 +0100" endDate="2019-12-16 18:44:24 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 19:05:52 +0100" startDate="2019-12-16 18:54:49 +0100" endDate="2019-12-16 18:57:14 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.1.3" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.1.3, creation date:2019-10-22 05:07:37 +0000&gt;" unit="count" creationDate="2019-12-16 22:18:21 +0100" startDate="2019-12-16 22:07:19 +0100" endDate="2019-12-16 22:11:38 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 07:09:43 +0100" startDate="2019-12-17 06:57:27 +0100" endDate="2019-12-17 06:57:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 07:29:49 +0100" startDate="2019-12-17 07:07:46 +0100" endDate="2019-12-17 07:10:14 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 09:35:42 +0100" startDate="2019-12-17 09:23:28 +0100" endDate="2019-12-17 09:33:24 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 10:00:58 +0100" startDate="2019-12-17 09:46:36 +0100" endDate="2019-12-17 09:50:31 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 10:13:35 +0100" startDate="2019-12-17 10:01:01 +0100" endDate="2019-12-17 10:10:59 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 10:29:04 +0100" startDate="2019-12-17 10:15:55 +0100" endDate="2019-12-17 10:25:54 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 10:39:54 +0100" startDate="2019-12-17 10:26:40 +0100" endDate="2019-12-17 10:28:01 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 11:01:59 +0100" startDate="2019-12-17 10:46:37 +0100" endDate="2019-12-17 10:47:05 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 11:10:00 +0100" startDate="2019-12-17 10:57:44 +0100" endDate="2019-12-17 11:07:30 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 11:23:27 +0100" startDate="2019-12-17 11:08:06 +0100" endDate="2019-12-17 11:18:05 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 11:32:47 +0100" startDate="2019-12-17 11:18:05 +0100" endDate="2019-12-17 11:27:38 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 11:40:13 +0100" startDate="2019-12-17 11:29:10 +0100" endDate="2019-12-17 11:38:20 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 11:53:38 +0100" startDate="2019-12-17 11:42:38 +0100" endDate="2019-12-17 11:50:59 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 12:07:17 +0100" startDate="2019-12-17 11:56:15 +0100" endDate="2019-12-17 12:06:06 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 12:22:45 +0100" startDate="2019-12-17 12:06:26 +0100" endDate="2019-12-17 12:08:57 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 12:46:14 +0100" startDate="2019-12-17 12:29:39 +0100" endDate="2019-12-17 12:39:40 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 12:52:42 +0100" startDate="2019-12-17 12:39:40 +0100" endDate="2019-12-17 12:49:41 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 13:06:01 +0100" startDate="2019-12-17 12:49:41 +0100" endDate="2019-12-17 12:50:39 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 13:29:08 +0100" startDate="2019-12-17 13:09:00 +0100" endDate="2019-12-17 13:10:11 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 14:06:26 +0100" startDate="2019-12-17 13:49:27 +0100" endDate="2019-12-17 13:49:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 14:26:46 +0100" startDate="2019-12-17 14:15:46 +0100" endDate="2019-12-17 14:25:40 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 14:40:44 +0100" startDate="2019-12-17 14:26:26 +0100" endDate="2019-12-17 14:32:22 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 15:28:40 +0100" startDate="2019-12-17 15:15:37 +0100" endDate="2019-12-17 15:15:45 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 15:43:08 +0100" startDate="2019-12-17 15:26:47 +0100" endDate="2019-12-17 15:28:11 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 16:28:43 +0100" startDate="2019-12-17 16:16:19 +0100" endDate="2019-12-17 16:24:41 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 16:44:08 +0100" startDate="2019-12-17 16:29:31 +0100" endDate="2019-12-17 16:35:53 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 17:02:34 +0100" startDate="2019-12-17 16:51:31 +0100" endDate="2019-12-17 16:54:50 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 17:15:33 +0100" startDate="2019-12-17 17:04:07 +0100" endDate="2019-12-17 17:13:45 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 17:25:31 +0100" startDate="2019-12-17 17:14:28 +0100" endDate="2019-12-17 17:14:33 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 19:35:32 +0100" startDate="2019-12-17 19:23:33 +0100" endDate="2019-12-17 19:27:47 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 19:46:32 +0100" startDate="2019-12-17 19:34:28 +0100" endDate="2019-12-17 19:36:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 20:05:51 +0100" startDate="2019-12-17 19:54:10 +0100" endDate="2019-12-17 20:02:17 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-17 21:47:20 +0100" startDate="2019-12-17 21:35:48 +0100" endDate="2019-12-17 21:38:49 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 04:23:38 +0100" startDate="2019-12-18 04:12:20 +0100" endDate="2019-12-18 04:19:10 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 04:47:47 +0100" startDate="2019-12-18 04:22:37 +0100" endDate="2019-12-18 04:22:52 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 04:59:06 +0100" startDate="2019-12-18 04:48:05 +0100" endDate="2019-12-18 04:58:06 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 05:09:38 +0100" startDate="2019-12-18 04:58:31 +0100" endDate="2019-12-18 04:58:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 09:53:42 +0100" startDate="2019-12-18 09:42:39 +0100" endDate="2019-12-18 09:47:20 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 11:00:48 +0100" startDate="2019-12-18 10:49:46 +0100" endDate="2019-12-18 10:50:04 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 11:16:15 +0100" startDate="2019-12-18 11:05:13 +0100" endDate="2019-12-18 11:05:31 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 13:17:31 +0100" startDate="2019-12-18 13:06:21 +0100" endDate="2019-12-18 13:12:17 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 13:29:33 +0100" startDate="2019-12-18 13:17:28 +0100" endDate="2019-12-18 13:24:46 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 13:40:59 +0100" startDate="2019-12-18 13:28:54 +0100" endDate="2019-12-18 13:29:39 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 14:08:40 +0100" startDate="2019-12-18 13:57:40 +0100" endDate="2019-12-18 14:07:00 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 14:23:47 +0100" startDate="2019-12-18 14:08:14 +0100" endDate="2019-12-18 14:17:44 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 14:35:23 +0100" startDate="2019-12-18 14:23:51 +0100" endDate="2019-12-18 14:31:27 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 14:50:44 +0100" startDate="2019-12-18 14:37:54 +0100" endDate="2019-12-18 14:46:16 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 15:00:34 +0100" startDate="2019-12-18 14:47:58 +0100" endDate="2019-12-18 14:56:53 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 18:17:51 +0100" startDate="2019-12-18 18:06:04 +0100" endDate="2019-12-18 18:10:14 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-18 19:35:59 +0100" startDate="2019-12-18 19:20:20 +0100" endDate="2019-12-18 19:23:08 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 07:30:05 +0100" startDate="2019-12-19 07:11:56 +0100" endDate="2019-12-19 07:21:55 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 07:49:02 +0100" startDate="2019-12-19 07:32:28 +0100" endDate="2019-12-19 07:38:07 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 08:04:21 +0100" startDate="2019-12-19 07:51:04 +0100" endDate="2019-12-19 07:52:43 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 08:16:50 +0100" startDate="2019-12-19 08:02:49 +0100" endDate="2019-12-19 08:04:24 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 08:32:26 +0100" startDate="2019-12-19 08:18:42 +0100" endDate="2019-12-19 08:20:52 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 08:41:31 +0100" startDate="2019-12-19 08:29:59 +0100" endDate="2019-12-19 08:37:55 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 09:01:19 +0100" startDate="2019-12-19 08:50:16 +0100" endDate="2019-12-19 08:59:54 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 09:12:47 +0100" startDate="2019-12-19 09:01:44 +0100" endDate="2019-12-19 09:01:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 09:25:41 +0100" startDate="2019-12-19 09:14:38 +0100" endDate="2019-12-19 09:22:04 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 09:47:58 +0100" startDate="2019-12-19 09:36:55 +0100" endDate="2019-12-19 09:46:20 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 10:00:01 +0100" startDate="2019-12-19 09:48:58 +0100" endDate="2019-12-19 09:56:29 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 10:16:39 +0100" startDate="2019-12-19 10:05:36 +0100" endDate="2019-12-19 10:10:16 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 10:36:51 +0100" startDate="2019-12-19 10:25:48 +0100" endDate="2019-12-19 10:34:02 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 10:47:50 +0100" startDate="2019-12-19 10:36:48 +0100" endDate="2019-12-19 10:40:01 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 11:03:32 +0100" startDate="2019-12-19 10:52:30 +0100" endDate="2019-12-19 11:02:26 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 11:51:37 +0100" startDate="2019-12-19 11:40:35 +0100" endDate="2019-12-19 11:47:37 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 12:09:22 +0100" startDate="2019-12-19 11:58:19 +0100" endDate="2019-12-19 12:05:37 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 12:27:37 +0100" startDate="2019-12-19 12:16:34 +0100" endDate="2019-12-19 12:20:26 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 12:43:42 +0100" startDate="2019-12-19 12:32:39 +0100" endDate="2019-12-19 12:42:07 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 12:50:21 +0100" startDate="2019-12-19 12:42:55 +0100" endDate="2019-12-19 12:48:29 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 13:17:34 +0100" startDate="2019-12-19 13:02:32 +0100" endDate="2019-12-19 13:12:33 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 13:24:04 +0100" startDate="2019-12-19 13:12:33 +0100" endDate="2019-12-19 13:21:54 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 13:53:02 +0100" startDate="2019-12-19 13:41:20 +0100" endDate="2019-12-19 13:51:14 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 15:23:08 +0100" startDate="2019-12-19 15:12:06 +0100" endDate="2019-12-19 15:12:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 20:06:57 +0100" startDate="2019-12-19 19:55:54 +0100" endDate="2019-12-19 20:05:48 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 20:18:08 +0100" startDate="2019-12-19 20:07:05 +0100" endDate="2019-12-19 20:16:56 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 20:29:10 +0100" startDate="2019-12-19 20:18:07 +0100" endDate="2019-12-19 20:28:08 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 20:39:11 +0100" startDate="2019-12-19 20:28:08 +0100" endDate="2019-12-19 20:38:02 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 20:49:20 +0100" startDate="2019-12-19 20:38:17 +0100" endDate="2019-12-19 20:48:15 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 20:59:38 +0100" startDate="2019-12-19 20:48:36 +0100" endDate="2019-12-19 20:58:32 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 21:09:40 +0100" startDate="2019-12-19 20:58:37 +0100" endDate="2019-12-19 21:08:33 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 21:19:48 +0100" startDate="2019-12-19 21:08:46 +0100" endDate="2019-12-19 21:18:11 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-19 21:30:40 +0100" startDate="2019-12-19 21:19:37 +0100" endDate="2019-12-19 21:28:58 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 08:29:58 +0100" startDate="2019-12-20 08:14:32 +0100" endDate="2019-12-20 08:24:00 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 08:40:01 +0100" startDate="2019-12-20 08:28:02 +0100" endDate="2019-12-20 08:30:30 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 09:01:32 +0100" startDate="2019-12-20 08:50:29 +0100" endDate="2019-12-20 08:51:26 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 09:11:33 +0100" startDate="2019-12-20 09:00:31 +0100" endDate="2019-12-20 09:09:28 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 09:23:31 +0100" startDate="2019-12-20 09:12:29 +0100" endDate="2019-12-20 09:13:32 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 09:35:07 +0100" startDate="2019-12-20 09:24:04 +0100" endDate="2019-12-20 09:31:37 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 09:55:11 +0100" startDate="2019-12-20 09:44:08 +0100" endDate="2019-12-20 09:46:49 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 10:10:12 +0100" startDate="2019-12-20 09:59:10 +0100" endDate="2019-12-20 10:05:01 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 10:30:45 +0100" startDate="2019-12-20 10:19:42 +0100" endDate="2019-12-20 10:24:35 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 10:47:03 +0100" startDate="2019-12-20 10:36:00 +0100" endDate="2019-12-20 10:45:48 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 11:14:02 +0100" startDate="2019-12-20 11:02:59 +0100" endDate="2019-12-20 11:07:49 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 11:37:32 +0100" startDate="2019-12-20 11:26:30 +0100" endDate="2019-12-20 11:36:13 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 11:49:18 +0100" startDate="2019-12-20 11:38:15 +0100" endDate="2019-12-20 11:47:05 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 12:09:07 +0100" startDate="2019-12-20 11:58:05 +0100" endDate="2019-12-20 12:03:05 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 12:25:20 +0100" startDate="2019-12-20 12:14:17 +0100" endDate="2019-12-20 12:18:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 12:39:33 +0100" startDate="2019-12-20 12:28:30 +0100" endDate="2019-12-20 12:35:13 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 13:06:02 +0100" startDate="2019-12-20 12:53:48 +0100" endDate="2019-12-20 13:02:18 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 13:17:25 +0100" startDate="2019-12-20 13:04:50 +0100" endDate="2019-12-20 13:13:15 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 13:28:37 +0100" startDate="2019-12-20 13:16:06 +0100" endDate="2019-12-20 13:25:29 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 13:37:22 +0100" startDate="2019-12-20 13:26:15 +0100" endDate="2019-12-20 13:26:48 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 18:53:43 +0100" startDate="2019-12-20 18:36:38 +0100" endDate="2019-12-20 18:40:58 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 19:35:13 +0100" startDate="2019-12-20 19:18:55 +0100" endDate="2019-12-20 19:24:01 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-20 20:16:23 +0100" startDate="2019-12-20 20:05:23 +0100" endDate="2019-12-20 20:06:37 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 07:41:39 +0100" startDate="2019-12-21 07:29:35 +0100" endDate="2019-12-21 07:39:13 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 08:02:27 +0100" startDate="2019-12-21 07:40:14 +0100" endDate="2019-12-21 07:49:19 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 08:05:46 +0100" startDate="2019-12-21 07:53:17 +0100" endDate="2019-12-21 08:03:11 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 08:14:38 +0100" startDate="2019-12-21 08:03:16 +0100" endDate="2019-12-21 08:03:26 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 08:41:23 +0100" startDate="2019-12-21 08:14:00 +0100" endDate="2019-12-21 08:24:01 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 08:41:23 +0100" startDate="2019-12-21 08:24:01 +0100" endDate="2019-12-21 08:31:09 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 08:47:51 +0100" startDate="2019-12-21 08:31:09 +0100" endDate="2019-12-21 08:31:11 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 08:56:40 +0100" startDate="2019-12-21 08:45:40 +0100" endDate="2019-12-21 08:49:47 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 09:14:52 +0100" startDate="2019-12-21 09:03:49 +0100" endDate="2019-12-21 09:07:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 09:36:18 +0100" startDate="2019-12-21 09:25:15 +0100" endDate="2019-12-21 09:28:52 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 09:51:22 +0100" startDate="2019-12-21 09:40:19 +0100" endDate="2019-12-21 09:49:06 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 10:11:28 +0100" startDate="2019-12-21 10:00:26 +0100" endDate="2019-12-21 10:02:41 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 10:26:53 +0100" startDate="2019-12-21 10:15:50 +0100" endDate="2019-12-21 10:20:43 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 10:42:12 +0100" startDate="2019-12-21 10:31:09 +0100" endDate="2019-12-21 10:39:48 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 11:31:22 +0100" startDate="2019-12-21 11:20:19 +0100" endDate="2019-12-21 11:27:16 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 11:51:16 +0100" startDate="2019-12-21 11:40:13 +0100" endDate="2019-12-21 11:50:14 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 12:01:17 +0100" startDate="2019-12-21 11:50:14 +0100" endDate="2019-12-21 11:51:20 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 12:11:53 +0100" startDate="2019-12-21 12:00:50 +0100" endDate="2019-12-21 12:10:43 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 12:27:25 +0100" startDate="2019-12-21 12:16:22 +0100" endDate="2019-12-21 12:19:53 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 12:40:33 +0100" startDate="2019-12-21 12:30:09 +0100" endDate="2019-12-21 12:37:53 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 13:02:48 +0100" startDate="2019-12-21 12:46:14 +0100" endDate="2019-12-21 12:55:45 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 13:09:04 +0100" startDate="2019-12-21 12:58:00 +0100" endDate="2019-12-21 13:07:20 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 18:24:31 +0100" startDate="2019-12-21 18:09:15 +0100" endDate="2019-12-21 18:12:01 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 18:53:36 +0100" startDate="2019-12-21 18:38:01 +0100" endDate="2019-12-21 18:41:24 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 19:42:03 +0100" startDate="2019-12-21 19:26:00 +0100" endDate="2019-12-21 19:35:29 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 19:47:20 +0100" startDate="2019-12-21 19:36:20 +0100" endDate="2019-12-21 19:42:05 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 20:35:46 +0100" startDate="2019-12-21 20:24:44 +0100" endDate="2019-12-21 20:24:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 22:11:48 +0100" startDate="2019-12-21 21:58:31 +0100" endDate="2019-12-21 22:01:35 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-21 22:23:43 +0100" startDate="2019-12-21 22:11:12 +0100" endDate="2019-12-21 22:11:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 07:53:29 +0100" startDate="2019-12-22 07:41:33 +0100" endDate="2019-12-22 07:44:57 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 08:06:20 +0100" startDate="2019-12-22 07:51:41 +0100" endDate="2019-12-22 08:01:17 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 08:12:58 +0100" startDate="2019-12-22 08:01:58 +0100" endDate="2019-12-22 08:10:47 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 08:24:29 +0100" startDate="2019-12-22 08:12:37 +0100" endDate="2019-12-22 08:22:12 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 08:37:14 +0100" startDate="2019-12-22 08:26:14 +0100" endDate="2019-12-22 08:29:05 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 10:33:57 +0100" startDate="2019-12-22 10:22:54 +0100" endDate="2019-12-22 10:23:20 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 10:53:16 +0100" startDate="2019-12-22 10:42:13 +0100" endDate="2019-12-22 10:42:16 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 11:03:33 +0100" startDate="2019-12-22 10:52:30 +0100" endDate="2019-12-22 11:00:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 11:20:55 +0100" startDate="2019-12-22 11:09:52 +0100" endDate="2019-12-22 11:10:07 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 11:54:27 +0100" startDate="2019-12-22 11:43:24 +0100" endDate="2019-12-22 11:52:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 12:06:25 +0100" startDate="2019-12-22 11:55:23 +0100" endDate="2019-12-22 12:01:27 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 12:18:34 +0100" startDate="2019-12-22 12:07:31 +0100" endDate="2019-12-22 12:14:19 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 12:49:03 +0100" startDate="2019-12-22 12:38:00 +0100" endDate="2019-12-22 12:44:33 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 13:01:45 +0100" startDate="2019-12-22 12:50:42 +0100" endDate="2019-12-22 12:59:45 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 13:12:39 +0100" startDate="2019-12-22 13:01:37 +0100" endDate="2019-12-22 13:05:51 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 16:13:22 +0100" startDate="2019-12-22 16:01:32 +0100" endDate="2019-12-22 16:10:44 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 16:23:18 +0100" startDate="2019-12-22 16:12:03 +0100" endDate="2019-12-22 16:12:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 16:38:42 +0100" startDate="2019-12-22 16:26:47 +0100" endDate="2019-12-22 16:36:35 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 16:48:36 +0100" startDate="2019-12-22 16:37:36 +0100" endDate="2019-12-22 16:39:07 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 17:40:58 +0100" startDate="2019-12-22 17:25:35 +0100" endDate="2019-12-22 17:31:57 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 18:02:11 +0100" startDate="2019-12-22 17:51:02 +0100" endDate="2019-12-22 17:52:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 18:15:07 +0100" startDate="2019-12-22 18:02:49 +0100" endDate="2019-12-22 18:11:31 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 18:25:44 +0100" startDate="2019-12-22 18:14:09 +0100" endDate="2019-12-22 18:24:08 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 18:35:11 +0100" startDate="2019-12-22 18:24:08 +0100" endDate="2019-12-22 18:25:14 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 18:53:01 +0100" startDate="2019-12-22 18:37:48 +0100" endDate="2019-12-22 18:39:53 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-22 19:09:17 +0100" startDate="2019-12-22 18:52:57 +0100" endDate="2019-12-22 18:58:21 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 00:16:25 +0100" startDate="2019-12-22 23:58:03 +0100" endDate="2019-12-22 23:58:05 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 10:48:30 +0100" startDate="2019-12-23 10:33:42 +0100" endDate="2019-12-23 10:40:44 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 10:59:05 +0100" startDate="2019-12-23 10:45:51 +0100" endDate="2019-12-23 10:51:45 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 11:07:03 +0100" startDate="2019-12-23 10:56:03 +0100" endDate="2019-12-23 11:03:10 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 11:20:52 +0100" startDate="2019-12-23 11:07:33 +0100" endDate="2019-12-23 11:08:21 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 11:35:36 +0100" startDate="2019-12-23 11:20:00 +0100" endDate="2019-12-23 11:28:14 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 11:48:27 +0100" startDate="2019-12-23 11:33:12 +0100" endDate="2019-12-23 11:43:11 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 11:55:34 +0100" startDate="2019-12-23 11:43:42 +0100" endDate="2019-12-23 11:53:23 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 12:08:19 +0100" startDate="2019-12-23 11:56:06 +0100" endDate="2019-12-23 11:57:32 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 12:21:03 +0100" startDate="2019-12-23 12:06:07 +0100" endDate="2019-12-23 12:11:05 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 13:26:57 +0100" startDate="2019-12-23 13:13:40 +0100" endDate="2019-12-23 13:23:41 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 13:35:48 +0100" startDate="2019-12-23 13:23:41 +0100" endDate="2019-12-23 13:33:42 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 13:44:54 +0100" startDate="2019-12-23 13:33:42 +0100" endDate="2019-12-23 13:42:31 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 13:55:30 +0100" startDate="2019-12-23 13:43:58 +0100" endDate="2019-12-23 13:46:11 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 14:11:45 +0100" startDate="2019-12-23 13:58:56 +0100" endDate="2019-12-23 13:59:49 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 14:23:19 +0100" startDate="2019-12-23 14:12:19 +0100" endDate="2019-12-23 14:22:20 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 14:34:10 +0100" startDate="2019-12-23 14:22:20 +0100" endDate="2019-12-23 14:32:09 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 14:43:10 +0100" startDate="2019-12-23 14:32:21 +0100" endDate="2019-12-23 14:42:02 +0100" value="1073"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 14:58:15 +0100" startDate="2019-12-23 14:42:02 +0100" endDate="2019-12-23 14:45:54 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 15:15:19 +0100" startDate="2019-12-23 15:00:50 +0100" endDate="2019-12-23 15:00:58 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 15:30:40 +0100" startDate="2019-12-23 15:17:32 +0100" endDate="2019-12-23 15:17:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 16:10:33 +0100" startDate="2019-12-23 15:58:17 +0100" endDate="2019-12-23 16:07:30 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 16:21:14 +0100" startDate="2019-12-23 16:07:40 +0100" endDate="2019-12-23 16:12:30 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 16:57:00 +0100" startDate="2019-12-23 16:39:40 +0100" endDate="2019-12-23 16:49:27 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 17:03:37 +0100" startDate="2019-12-23 16:51:32 +0100" endDate="2019-12-23 16:56:04 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 17:16:01 +0100" startDate="2019-12-23 17:03:55 +0100" endDate="2019-12-23 17:09:09 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 17:26:23 +0100" startDate="2019-12-23 17:14:56 +0100" endDate="2019-12-23 17:15:29 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 17:43:26 +0100" startDate="2019-12-23 17:29:46 +0100" endDate="2019-12-23 17:30:42 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 18:39:41 +0100" startDate="2019-12-23 18:28:38 +0100" endDate="2019-12-23 18:29:09 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 19:20:32 +0100" startDate="2019-12-23 19:05:01 +0100" endDate="2019-12-23 19:13:53 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 19:05:15 +0100" startDate="2019-12-23 18:51:44 +0100" endDate="2019-12-23 18:52:34 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-23 21:58:56 +0100" startDate="2019-12-23 21:47:56 +0100" endDate="2019-12-23 21:48:34 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 09:14:37 +0100" startDate="2019-12-24 09:01:33 +0100" endDate="2019-12-24 09:02:34 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 09:53:51 +0100" startDate="2019-12-24 09:42:42 +0100" endDate="2019-12-24 09:50:23 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 10:12:23 +0100" startDate="2019-12-24 10:01:20 +0100" endDate="2019-12-24 10:09:29 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 10:27:54 +0100" startDate="2019-12-24 10:14:25 +0100" endDate="2019-12-24 10:23:35 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 10:36:38 +0100" startDate="2019-12-24 10:25:17 +0100" endDate="2019-12-24 10:27:53 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 10:52:41 +0100" startDate="2019-12-24 10:40:34 +0100" endDate="2019-12-24 10:46:36 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 15:34:01 +0100" startDate="2019-12-24 15:19:14 +0100" endDate="2019-12-24 15:26:25 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 15:57:58 +0100" startDate="2019-12-24 15:46:58 +0100" endDate="2019-12-24 15:47:13 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 16:12:03 +0100" startDate="2019-12-24 15:57:40 +0100" endDate="2019-12-24 16:02:26 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 17:01:36 +0100" startDate="2019-12-24 16:50:27 +0100" endDate="2019-12-24 16:59:37 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 17:16:25 +0100" startDate="2019-12-24 17:02:11 +0100" endDate="2019-12-24 17:07:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 17:29:39 +0100" startDate="2019-12-24 17:15:16 +0100" endDate="2019-12-24 17:18:45 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 17:41:54 +0100" startDate="2019-12-24 17:27:45 +0100" endDate="2019-12-24 17:27:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 17:51:38 +0100" startDate="2019-12-24 17:39:03 +0100" endDate="2019-12-24 17:42:14 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 18:28:06 +0100" startDate="2019-12-24 18:12:12 +0100" endDate="2019-12-24 18:14:39 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 18:41:38 +0100" startDate="2019-12-24 18:26:36 +0100" endDate="2019-12-24 18:27:04 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 18:52:19 +0100" startDate="2019-12-24 18:41:19 +0100" endDate="2019-12-24 18:44:53 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 19:54:08 +0100" startDate="2019-12-24 19:43:05 +0100" endDate="2019-12-24 19:43:54 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 21:26:18 +0100" startDate="2019-12-24 21:15:15 +0100" endDate="2019-12-24 21:15:38 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 22:31:49 +0100" startDate="2019-12-24 22:20:47 +0100" endDate="2019-12-24 22:21:09 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-24 23:04:08 +0100" startDate="2019-12-24 22:52:46 +0100" endDate="2019-12-24 22:53:16 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 09:17:06 +0100" startDate="2019-12-25 09:05:41 +0100" endDate="2019-12-25 09:14:57 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 09:50:00 +0100" startDate="2019-12-25 09:33:52 +0100" endDate="2019-12-25 09:39:13 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 10:12:51 +0100" startDate="2019-12-25 09:59:29 +0100" endDate="2019-12-25 09:59:52 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 10:44:08 +0100" startDate="2019-12-25 10:31:05 +0100" endDate="2019-12-25 10:38:38 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 10:58:01 +0100" startDate="2019-12-25 10:46:11 +0100" endDate="2019-12-25 10:56:07 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 11:08:59 +0100" startDate="2019-12-25 10:57:59 +0100" endDate="2019-12-25 11:08:00 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 11:19:05 +0100" startDate="2019-12-25 11:08:03 +0100" endDate="2019-12-25 11:16:50 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 11:37:41 +0100" startDate="2019-12-25 11:26:33 +0100" endDate="2019-12-25 11:28:30 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 11:58:33 +0100" startDate="2019-12-25 11:38:32 +0100" endDate="2019-12-25 11:44:00 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 12:13:55 +0100" startDate="2019-12-25 11:56:51 +0100" endDate="2019-12-25 12:00:50 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 12:25:14 +0100" startDate="2019-12-25 12:09:45 +0100" endDate="2019-12-25 12:13:42 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 13:33:42 +0100" startDate="2019-12-25 13:18:22 +0100" endDate="2019-12-25 13:20:26 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 13:54:40 +0100" startDate="2019-12-25 13:40:19 +0100" endDate="2019-12-25 13:43:28 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 14:08:45 +0100" startDate="2019-12-25 13:51:35 +0100" endDate="2019-12-25 13:52:43 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 14:31:52 +0100" startDate="2019-12-25 14:07:01 +0100" endDate="2019-12-25 14:09:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 14:44:30 +0100" startDate="2019-12-25 14:32:17 +0100" endDate="2019-12-25 14:38:01 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 15:04:01 +0100" startDate="2019-12-25 14:47:39 +0100" endDate="2019-12-25 14:51:08 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 15:17:20 +0100" startDate="2019-12-25 15:01:00 +0100" endDate="2019-12-25 15:05:07 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 16:39:12 +0100" startDate="2019-12-25 16:23:40 +0100" endDate="2019-12-25 16:30:23 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 17:03:08 +0100" startDate="2019-12-25 16:50:40 +0100" endDate="2019-12-25 16:58:01 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 17:20:46 +0100" startDate="2019-12-25 17:03:35 +0100" endDate="2019-12-25 17:04:05 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 18:04:33 +0100" startDate="2019-12-25 17:52:43 +0100" endDate="2019-12-25 18:02:43 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 18:15:59 +0100" startDate="2019-12-25 18:02:43 +0100" endDate="2019-12-25 18:11:15 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 18:28:29 +0100" startDate="2019-12-25 18:14:21 +0100" endDate="2019-12-25 18:20:07 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 18:38:00 +0100" startDate="2019-12-25 18:26:17 +0100" endDate="2019-12-25 18:27:53 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 19:29:30 +0100" startDate="2019-12-25 19:16:48 +0100" endDate="2019-12-25 19:17:29 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 19:41:34 +0100" startDate="2019-12-25 19:28:22 +0100" endDate="2019-12-25 19:28:37 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 19:59:38 +0100" startDate="2019-12-25 19:41:38 +0100" endDate="2019-12-25 19:46:26 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 20:29:10 +0100" startDate="2019-12-25 20:15:26 +0100" endDate="2019-12-25 20:15:36 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-25 22:55:43 +0100" startDate="2019-12-25 22:44:40 +0100" endDate="2019-12-25 22:50:09 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 07:57:45 +0100" startDate="2019-12-26 07:46:42 +0100" endDate="2019-12-26 07:46:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 09:00:03 +0100" startDate="2019-12-26 08:49:00 +0100" endDate="2019-12-26 08:49:03 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 09:16:25 +0100" startDate="2019-12-26 09:02:56 +0100" endDate="2019-12-26 09:10:50 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 09:26:56 +0100" startDate="2019-12-26 09:14:39 +0100" endDate="2019-12-26 09:16:05 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 10:17:15 +0100" startDate="2019-12-26 10:04:36 +0100" endDate="2019-12-26 10:12:38 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 10:42:10 +0100" startDate="2019-12-26 10:29:03 +0100" endDate="2019-12-26 10:39:04 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 11:17:27 +0100" startDate="2019-12-26 10:39:04 +0100" endDate="2019-12-26 10:40:28 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 12:36:05 +0100" startDate="2019-12-26 11:59:11 +0100" endDate="2019-12-26 11:59:32 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 12:40:02 +0100" startDate="2019-12-26 12:22:24 +0100" endDate="2019-12-26 12:27:16 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 13:16:47 +0100" startDate="2019-12-26 12:39:02 +0100" endDate="2019-12-26 12:41:40 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 13:52:50 +0100" startDate="2019-12-26 13:39:43 +0100" endDate="2019-12-26 13:49:44 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 14:00:46 +0100" startDate="2019-12-26 13:49:44 +0100" endDate="2019-12-26 13:58:28 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 14:17:05 +0100" startDate="2019-12-26 14:03:31 +0100" endDate="2019-12-26 14:04:04 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 15:00:44 +0100" startDate="2019-12-26 14:49:21 +0100" endDate="2019-12-26 14:51:38 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 15:32:24 +0100" startDate="2019-12-26 15:20:24 +0100" endDate="2019-12-26 15:23:00 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 15:54:23 +0100" startDate="2019-12-26 15:39:44 +0100" endDate="2019-12-26 15:42:19 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 19:05:33 +0100" startDate="2019-12-26 18:50:11 +0100" endDate="2019-12-26 18:58:25 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 19:28:47 +0100" startDate="2019-12-26 19:12:49 +0100" endDate="2019-12-26 19:17:50 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 19:39:22 +0100" startDate="2019-12-26 19:27:08 +0100" endDate="2019-12-26 19:32:42 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 21:05:29 +0100" startDate="2019-12-26 20:53:34 +0100" endDate="2019-12-26 20:54:00 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 21:58:49 +0100" startDate="2019-12-26 21:41:55 +0100" endDate="2019-12-26 21:43:03 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 22:15:29 +0100" startDate="2019-12-26 22:00:33 +0100" endDate="2019-12-26 22:01:13 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-26 23:14:31 +0100" startDate="2019-12-26 23:03:28 +0100" endDate="2019-12-26 23:05:38 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 00:19:22 +0100" startDate="2019-12-27 00:08:19 +0100" endDate="2019-12-27 00:08:52 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 06:27:35 +0100" startDate="2019-12-27 06:15:19 +0100" endDate="2019-12-27 06:15:42 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 06:37:34 +0100" startDate="2019-12-27 06:26:34 +0100" endDate="2019-12-27 06:26:52 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 07:47:18 +0100" startDate="2019-12-27 07:32:12 +0100" endDate="2019-12-27 07:33:16 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 08:00:56 +0100" startDate="2019-12-27 07:49:49 +0100" endDate="2019-12-27 07:49:52 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 11:08:25 +0100" startDate="2019-12-27 10:57:22 +0100" endDate="2019-12-27 10:57:37 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 11:33:13 +0100" startDate="2019-12-27 11:21:32 +0100" endDate="2019-12-27 11:28:09 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 11:48:57 +0100" startDate="2019-12-27 11:37:42 +0100" endDate="2019-12-27 11:47:15 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 12:06:46 +0100" startDate="2019-12-27 11:52:41 +0100" endDate="2019-12-27 12:02:39 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 12:17:50 +0100" startDate="2019-12-27 12:02:47 +0100" endDate="2019-12-27 12:10:10 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 12:26:06 +0100" startDate="2019-12-27 12:14:20 +0100" endDate="2019-12-27 12:23:53 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 12:36:48 +0100" startDate="2019-12-27 12:24:29 +0100" endDate="2019-12-27 12:32:58 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 14:32:56 +0100" startDate="2019-12-27 14:21:42 +0100" endDate="2019-12-27 14:22:40 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 15:06:33 +0100" startDate="2019-12-27 14:55:21 +0100" endDate="2019-12-27 14:55:54 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 15:40:39 +0100" startDate="2019-12-27 15:28:27 +0100" endDate="2019-12-27 15:28:55 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 15:50:54 +0100" startDate="2019-12-27 15:39:50 +0100" endDate="2019-12-27 15:48:58 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 16:01:54 +0100" startDate="2019-12-27 15:51:07 +0100" endDate="2019-12-27 15:54:51 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 16:18:41 +0100" startDate="2019-12-27 16:03:49 +0100" endDate="2019-12-27 16:10:08 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 16:28:51 +0100" startDate="2019-12-27 16:16:07 +0100" endDate="2019-12-27 16:26:08 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 16:37:41 +0100" startDate="2019-12-27 16:26:08 +0100" endDate="2019-12-27 16:34:55 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 16:55:06 +0100" startDate="2019-12-27 16:44:03 +0100" endDate="2019-12-27 16:53:34 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 17:13:03 +0100" startDate="2019-12-27 17:01:00 +0100" endDate="2019-12-27 17:09:44 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 17:23:08 +0100" startDate="2019-12-27 17:11:39 +0100" endDate="2019-12-27 17:16:09 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 17:36:37 +0100" startDate="2019-12-27 17:22:23 +0100" endDate="2019-12-27 17:26:03 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 18:17:03 +0100" startDate="2019-12-27 18:02:23 +0100" endDate="2019-12-27 18:03:52 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 18:41:53 +0100" startDate="2019-12-27 18:30:31 +0100" endDate="2019-12-27 18:31:43 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 19:45:32 +0100" startDate="2019-12-27 19:27:03 +0100" endDate="2019-12-27 19:34:04 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 20:32:32 +0100" startDate="2019-12-27 20:19:21 +0100" endDate="2019-12-27 20:20:17 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 20:53:59 +0100" startDate="2019-12-27 20:38:56 +0100" endDate="2019-12-27 20:45:59 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 21:05:18 +0100" startDate="2019-12-27 20:54:15 +0100" endDate="2019-12-27 21:00:35 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-27 21:23:51 +0100" startDate="2019-12-27 21:09:56 +0100" endDate="2019-12-27 21:10:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 01:10:19 +0100" startDate="2019-12-28 00:52:17 +0100" endDate="2019-12-28 00:53:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 10:37:29 +0100" startDate="2019-12-28 10:24:21 +0100" endDate="2019-12-28 10:32:35 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 10:47:13 +0100" startDate="2019-12-28 10:32:50 +0100" endDate="2019-12-28 10:42:36 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 10:53:59 +0100" startDate="2019-12-28 10:42:59 +0100" endDate="2019-12-28 10:44:51 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 12:50:07 +0100" startDate="2019-12-28 12:37:49 +0100" endDate="2019-12-28 12:37:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 13:15:11 +0100" startDate="2019-12-28 13:03:03 +0100" endDate="2019-12-28 13:10:57 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 13:27:33 +0100" startDate="2019-12-28 13:14:31 +0100" endDate="2019-12-28 13:16:18 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 14:20:08 +0100" startDate="2019-12-28 14:02:49 +0100" endDate="2019-12-28 14:12:50 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 14:30:02 +0100" startDate="2019-12-28 14:12:50 +0100" endDate="2019-12-28 14:22:51 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 14:42:10 +0100" startDate="2019-12-28 14:22:51 +0100" endDate="2019-12-28 14:32:52 +0100" value="729"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 14:46:09 +0100" startDate="2019-12-28 14:32:52 +0100" endDate="2019-12-28 14:42:38 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 14:55:53 +0100" startDate="2019-12-28 14:42:56 +0100" endDate="2019-12-28 14:52:57 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 15:13:46 +0100" startDate="2019-12-28 14:52:57 +0100" endDate="2019-12-28 15:02:55 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 15:13:46 +0100" startDate="2019-12-28 15:03:08 +0100" endDate="2019-12-28 15:08:57 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 15:21:41 +0100" startDate="2019-12-28 15:10:18 +0100" endDate="2019-12-28 15:17:49 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 15:36:55 +0100" startDate="2019-12-28 15:23:18 +0100" endDate="2019-12-28 15:33:19 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 15:47:19 +0100" startDate="2019-12-28 15:33:19 +0100" endDate="2019-12-28 15:43:20 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:44:21 +0100" endDate="2019-12-28 15:44:26 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:44:26 +0100" endDate="2019-12-28 15:44:31 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:44:31 +0100" endDate="2019-12-28 15:44:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:44:36 +0100" endDate="2019-12-28 15:44:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:44:41 +0100" endDate="2019-12-28 15:44:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:44:46 +0100" endDate="2019-12-28 15:44:51 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:44:51 +0100" endDate="2019-12-28 15:44:56 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:44:56 +0100" endDate="2019-12-28 15:45:01 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:45:01 +0100" endDate="2019-12-28 15:45:04 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:45:09 +0100" endDate="2019-12-28 15:45:09 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:45:40 +0100" endDate="2019-12-28 15:45:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:45:45 +0100" endDate="2019-12-28 15:45:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:45:50 +0100" endDate="2019-12-28 15:45:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:45:55 +0100" endDate="2019-12-28 15:46:00 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:46:00 +0100" endDate="2019-12-28 15:46:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:46:05 +0100" endDate="2019-12-28 15:46:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:46:10 +0100" endDate="2019-12-28 15:46:15 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:46:15 +0100" endDate="2019-12-28 15:46:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:46:20 +0100" endDate="2019-12-28 15:46:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:46:25 +0100" endDate="2019-12-28 15:46:31 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:46:31 +0100" endDate="2019-12-28 15:46:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:46:36 +0100" endDate="2019-12-28 15:46:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:46:41 +0100" endDate="2019-12-28 15:46:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:46:46 +0100" endDate="2019-12-28 15:46:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:46:51 +0100" endDate="2019-12-28 15:46:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:46:56 +0100" endDate="2019-12-28 15:47:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:47:01 +0100" endDate="2019-12-28 15:47:06 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:47:06 +0100" endDate="2019-12-28 15:47:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:47:11 +0100" endDate="2019-12-28 15:47:16 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:47:29 +0100" endDate="2019-12-28 15:47:34 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:47:34 +0100" endDate="2019-12-28 15:47:39 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:47:39 +0100" endDate="2019-12-28 15:47:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:47:44 +0100" endDate="2019-12-28 15:47:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:47:49 +0100" endDate="2019-12-28 15:47:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:47:55 +0100" endDate="2019-12-28 15:48:00 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:48:00 +0100" endDate="2019-12-28 15:48:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:48:05 +0100" endDate="2019-12-28 15:48:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:48:10 +0100" endDate="2019-12-28 15:48:15 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:48:15 +0100" endDate="2019-12-28 15:48:20 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:48:38 +0100" endDate="2019-12-28 15:48:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:48:43 +0100" endDate="2019-12-28 15:48:48 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:49:06 +0100" endDate="2019-12-28 15:49:11 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:49:11 +0100" endDate="2019-12-28 15:49:13 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:49:36 +0100" endDate="2019-12-28 15:49:41 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:49:41 +0100" endDate="2019-12-28 15:49:47 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:49:47 +0100" endDate="2019-12-28 15:49:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:49:52 +0100" endDate="2019-12-28 15:49:57 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:49:57 +0100" endDate="2019-12-28 15:50:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:50:02 +0100" endDate="2019-12-28 15:50:07 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:50:07 +0100" endDate="2019-12-28 15:50:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:50:12 +0100" endDate="2019-12-28 15:50:15 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:50:43 +0100" endDate="2019-12-28 15:50:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:51:44 +0100" endDate="2019-12-28 15:51:49 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:51:49 +0100" endDate="2019-12-28 15:51:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:51:54 +0100" endDate="2019-12-28 15:51:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:53:23 +0100" endDate="2019-12-28 15:53:28 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:53:28 +0100" endDate="2019-12-28 15:53:31 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:55:02 +0100" endDate="2019-12-28 15:55:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:55:07 +0100" endDate="2019-12-28 15:55:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:55:18 +0100" endDate="2019-12-28 15:55:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:55:23 +0100" endDate="2019-12-28 15:55:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:55:28 +0100" endDate="2019-12-28 15:55:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:55:33 +0100" endDate="2019-12-28 15:55:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:55:38 +0100" endDate="2019-12-28 15:55:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:55:43 +0100" endDate="2019-12-28 15:55:48 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:55:48 +0100" endDate="2019-12-28 15:55:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:56:09 +0100" endDate="2019-12-28 15:56:14 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:56:14 +0100" endDate="2019-12-28 15:56:19 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:56:19 +0100" endDate="2019-12-28 15:56:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:56:24 +0100" endDate="2019-12-28 15:56:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:56:29 +0100" endDate="2019-12-28 15:56:31 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:56:44 +0100" endDate="2019-12-28 15:56:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:56:49 +0100" endDate="2019-12-28 15:56:54 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:56:54 +0100" endDate="2019-12-28 15:56:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:56:59 +0100" endDate="2019-12-28 15:57:05 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:57:05 +0100" endDate="2019-12-28 15:57:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:57:10 +0100" endDate="2019-12-28 15:57:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:57:15 +0100" endDate="2019-12-28 15:57:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:57:20 +0100" endDate="2019-12-28 15:57:22 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:57:38 +0100" endDate="2019-12-28 15:57:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:57:43 +0100" endDate="2019-12-28 15:57:48 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:57:48 +0100" endDate="2019-12-28 15:57:53 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:57:53 +0100" endDate="2019-12-28 15:57:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:57:58 +0100" endDate="2019-12-28 15:58:03 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:58:03 +0100" endDate="2019-12-28 15:58:08 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:58:08 +0100" endDate="2019-12-28 15:58:13 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:58:13 +0100" endDate="2019-12-28 15:58:18 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:58:18 +0100" endDate="2019-12-28 15:58:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:58:23 +0100" endDate="2019-12-28 15:58:29 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:58:29 +0100" endDate="2019-12-28 15:58:31 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:58:44 +0100" endDate="2019-12-28 15:58:49 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:58:49 +0100" endDate="2019-12-28 15:58:54 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:59:07 +0100" endDate="2019-12-28 15:59:12 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:59:12 +0100" endDate="2019-12-28 15:59:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:59:17 +0100" endDate="2019-12-28 15:59:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:59:22 +0100" endDate="2019-12-28 15:59:27 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:59:27 +0100" endDate="2019-12-28 15:59:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:59:32 +0100" endDate="2019-12-28 15:59:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:59:37 +0100" endDate="2019-12-28 15:59:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:59:42 +0100" endDate="2019-12-28 15:59:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:59:47 +0100" endDate="2019-12-28 15:59:53 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:59:53 +0100" endDate="2019-12-28 15:59:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 15:59:58 +0100" endDate="2019-12-28 16:00:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:00:03 +0100" endDate="2019-12-28 16:00:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:00:08 +0100" endDate="2019-12-28 16:00:13 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:00:13 +0100" endDate="2019-12-28 16:00:18 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:00:43 +0100" endDate="2019-12-28 16:00:49 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:00:49 +0100" endDate="2019-12-28 16:00:54 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:00:54 +0100" endDate="2019-12-28 16:00:59 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:00:59 +0100" endDate="2019-12-28 16:01:04 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:01:04 +0100" endDate="2019-12-28 16:01:09 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:01:09 +0100" endDate="2019-12-28 16:01:14 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:01:14 +0100" endDate="2019-12-28 16:01:19 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:01:19 +0100" endDate="2019-12-28 16:01:24 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:01:24 +0100" endDate="2019-12-28 16:01:29 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:01:29 +0100" endDate="2019-12-28 16:01:34 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:01:34 +0100" endDate="2019-12-28 16:01:39 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:01:39 +0100" endDate="2019-12-28 16:01:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:01:45 +0100" endDate="2019-12-28 16:01:50 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:01:50 +0100" endDate="2019-12-28 16:01:55 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:01:55 +0100" endDate="2019-12-28 16:02:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:02:00 +0100" endDate="2019-12-28 16:02:05 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:02:05 +0100" endDate="2019-12-28 16:02:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:02:10 +0100" endDate="2019-12-28 16:02:15 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:02:15 +0100" endDate="2019-12-28 16:02:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:02:20 +0100" endDate="2019-12-28 16:02:25 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:02:25 +0100" endDate="2019-12-28 16:02:30 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:02:30 +0100" endDate="2019-12-28 16:02:33 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:02:56 +0100" endDate="2019-12-28 16:03:01 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:03:01 +0100" endDate="2019-12-28 16:03:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:03:06 +0100" endDate="2019-12-28 16:03:11 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:03:11 +0100" endDate="2019-12-28 16:03:14 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:03:47 +0100" endDate="2019-12-28 16:03:52 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:03:52 +0100" endDate="2019-12-28 16:03:57 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:03:57 +0100" endDate="2019-12-28 16:04:02 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:04:02 +0100" endDate="2019-12-28 16:04:07 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:04:07 +0100" endDate="2019-12-28 16:04:12 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:04:12 +0100" endDate="2019-12-28 16:04:17 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:04:17 +0100" endDate="2019-12-28 16:04:22 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:04:22 +0100" endDate="2019-12-28 16:04:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:04:28 +0100" endDate="2019-12-28 16:04:33 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:04:33 +0100" endDate="2019-12-28 16:04:35 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:04:50 +0100" endDate="2019-12-28 16:04:56 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:04:56 +0100" endDate="2019-12-28 16:05:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:05:01 +0100" endDate="2019-12-28 16:05:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:05:06 +0100" endDate="2019-12-28 16:05:11 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:05:11 +0100" endDate="2019-12-28 16:05:16 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:05:16 +0100" endDate="2019-12-28 16:05:21 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:05:21 +0100" endDate="2019-12-28 16:05:26 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:05:36 +0100" endDate="2019-12-28 16:05:41 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:05:41 +0100" endDate="2019-12-28 16:05:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:05:46 +0100" endDate="2019-12-28 16:05:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:05:52 +0100" endDate="2019-12-28 16:05:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:05:57 +0100" endDate="2019-12-28 16:06:02 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:06:42 +0100" endDate="2019-12-28 16:06:48 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:07:05 +0100" endDate="2019-12-28 16:07:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:07:10 +0100" endDate="2019-12-28 16:07:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:07:16 +0100" endDate="2019-12-28 16:07:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:07:21 +0100" endDate="2019-12-28 16:07:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:07:26 +0100" endDate="2019-12-28 16:07:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:07:31 +0100" endDate="2019-12-28 16:07:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:07:36 +0100" endDate="2019-12-28 16:07:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:07:41 +0100" endDate="2019-12-28 16:07:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:54 +0100" startDate="2019-12-28 16:07:46 +0100" endDate="2019-12-28 16:07:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:07:57 +0100" startDate="2019-12-28 16:07:51 +0100" endDate="2019-12-28 16:07:54 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:08:01 +0100" startDate="2019-12-28 16:07:54 +0100" endDate="2019-12-28 16:07:56 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:08:06 +0100" startDate="2019-12-28 16:07:56 +0100" endDate="2019-12-28 16:08:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:08:11 +0100" startDate="2019-12-28 16:08:01 +0100" endDate="2019-12-28 16:08:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:08:17 +0100" startDate="2019-12-28 16:08:06 +0100" endDate="2019-12-28 16:08:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:08:22 +0100" startDate="2019-12-28 16:08:12 +0100" endDate="2019-12-28 16:08:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:08:27 +0100" startDate="2019-12-28 16:08:17 +0100" endDate="2019-12-28 16:08:19 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:21:26 +0100" startDate="2019-12-28 16:08:24 +0100" endDate="2019-12-28 16:18:25 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:32:19 +0100" startDate="2019-12-28 16:18:25 +0100" endDate="2019-12-28 16:28:26 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 16:39:29 +0100" startDate="2019-12-28 16:28:26 +0100" endDate="2019-12-28 16:32:20 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 17:09:23 +0100" startDate="2019-12-28 16:51:11 +0100" endDate="2019-12-28 17:00:28 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 17:15:41 +0100" startDate="2019-12-28 17:02:10 +0100" endDate="2019-12-28 17:10:02 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 17:27:27 +0100" startDate="2019-12-28 17:12:55 +0100" endDate="2019-12-28 17:14:06 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 18:00:05 +0100" startDate="2019-12-28 17:45:01 +0100" endDate="2019-12-28 17:52:52 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 18:07:54 +0100" startDate="2019-12-28 17:55:50 +0100" endDate="2019-12-28 18:05:36 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 18:10:37 +0100" startDate="2019-12-28 18:05:59 +0100" endDate="2019-12-28 18:10:31 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 18:22:33 +0100" startDate="2019-12-28 18:10:34 +0100" endDate="2019-12-28 18:10:44 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 19:20:58 +0100" startDate="2019-12-28 19:09:56 +0100" endDate="2019-12-28 19:10:03 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 22:22:32 +0100" startDate="2019-12-28 22:22:26 +0100" endDate="2019-12-28 22:22:28 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 22:22:36 +0100" startDate="2019-12-28 22:22:31 +0100" endDate="2019-12-28 22:22:34 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-28 22:35:40 +0100" startDate="2019-12-28 22:22:54 +0100" endDate="2019-12-28 22:23:04 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 00:37:28 +0100" startDate="2019-12-29 00:06:14 +0100" endDate="2019-12-29 00:11:40 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 01:22:58 +0100" startDate="2019-12-29 00:58:24 +0100" endDate="2019-12-29 00:58:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 12:14:17 +0100" startDate="2019-12-29 12:02:24 +0100" endDate="2019-12-29 12:12:25 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 12:25:32 +0100" startDate="2019-12-29 12:12:25 +0100" endDate="2019-12-29 12:18:42 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 12:34:50 +0100" startDate="2019-12-29 12:23:50 +0100" endDate="2019-12-29 12:31:59 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 12:46:39 +0100" startDate="2019-12-29 12:35:36 +0100" endDate="2019-12-29 12:36:02 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 14:20:35 +0100" startDate="2019-12-29 14:09:33 +0100" endDate="2019-12-29 14:09:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 14:32:57 +0100" startDate="2019-12-29 14:21:54 +0100" endDate="2019-12-29 14:27:51 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 14:46:13 +0100" startDate="2019-12-29 14:34:16 +0100" endDate="2019-12-29 14:36:39 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 17:10:22 +0100" startDate="2019-12-29 16:51:57 +0100" endDate="2019-12-29 16:59:56 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 19:33:55 +0100" startDate="2019-12-29 19:20:47 +0100" endDate="2019-12-29 19:24:21 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 19:44:16 +0100" startDate="2019-12-29 19:31:08 +0100" endDate="2019-12-29 19:33:13 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 20:05:05 +0100" startDate="2019-12-29 19:51:13 +0100" endDate="2019-12-29 19:51:28 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 20:38:52 +0100" startDate="2019-12-29 20:26:08 +0100" endDate="2019-12-29 20:26:57 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-29 23:15:58 +0100" startDate="2019-12-29 23:04:35 +0100" endDate="2019-12-29 23:04:45 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 07:52:30 +0100" startDate="2019-12-30 07:41:30 +0100" endDate="2019-12-30 07:44:56 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 08:42:33 +0100" startDate="2019-12-30 08:31:33 +0100" endDate="2019-12-30 08:32:29 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 09:44:34 +0100" startDate="2019-12-30 08:48:31 +0100" endDate="2019-12-30 08:48:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 09:44:34 +0100" startDate="2019-12-30 09:01:59 +0100" endDate="2019-12-30 09:03:41 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 10:18:00 +0100" startDate="2019-12-30 10:03:54 +0100" endDate="2019-12-30 10:13:55 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 10:25:19 +0100" startDate="2019-12-30 10:13:55 +0100" endDate="2019-12-30 10:20:33 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 10:43:33 +0100" startDate="2019-12-30 10:31:28 +0100" endDate="2019-12-30 10:36:06 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 10:57:16 +0100" startDate="2019-12-30 10:45:30 +0100" endDate="2019-12-30 10:45:40 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 11:12:14 +0100" startDate="2019-12-30 10:59:31 +0100" endDate="2019-12-30 11:07:15 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 11:29:47 +0100" startDate="2019-12-30 11:13:42 +0100" endDate="2019-12-30 11:18:50 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 11:39:50 +0100" startDate="2019-12-30 11:24:41 +0100" endDate="2019-12-30 11:33:26 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 11:48:04 +0100" startDate="2019-12-30 11:35:44 +0100" endDate="2019-12-30 11:45:17 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 11:58:46 +0100" startDate="2019-12-30 11:45:52 +0100" endDate="2019-12-30 11:49:32 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 12:27:18 +0100" startDate="2019-12-30 12:15:01 +0100" endDate="2019-12-30 12:25:02 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 12:39:19 +0100" startDate="2019-12-30 12:25:02 +0100" endDate="2019-12-30 12:30:41 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 12:52:07 +0100" startDate="2019-12-30 12:40:27 +0100" endDate="2019-12-30 12:46:54 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 13:03:13 +0100" startDate="2019-12-30 12:50:51 +0100" endDate="2019-12-30 13:00:45 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 13:21:08 +0100" startDate="2019-12-30 13:01:59 +0100" endDate="2019-12-30 13:11:29 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 13:27:23 +0100" startDate="2019-12-30 13:12:02 +0100" endDate="2019-12-30 13:13:57 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 13:44:55 +0100" startDate="2019-12-30 13:22:28 +0100" endDate="2019-12-30 13:32:29 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 13:44:55 +0100" startDate="2019-12-30 13:32:29 +0100" endDate="2019-12-30 13:34:00 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 14:02:57 +0100" startDate="2019-12-30 13:50:35 +0100" endDate="2019-12-30 14:00:29 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 14:16:19 +0100" startDate="2019-12-30 14:01:30 +0100" endDate="2019-12-30 14:11:16 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 14:23:01 +0100" startDate="2019-12-30 14:11:59 +0100" endDate="2019-12-30 14:12:58 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 14:36:37 +0100" startDate="2019-12-30 14:20:05 +0100" endDate="2019-12-30 14:29:26 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 14:42:42 +0100" startDate="2019-12-30 14:31:03 +0100" endDate="2019-12-30 14:40:20 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 14:55:50 +0100" startDate="2019-12-30 14:41:45 +0100" endDate="2019-12-30 14:51:46 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 15:02:48 +0100" startDate="2019-12-30 14:51:46 +0100" endDate="2019-12-30 15:01:26 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 15:53:44 +0100" startDate="2019-12-30 15:41:23 +0100" endDate="2019-12-30 15:49:01 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 16:03:18 +0100" startDate="2019-12-30 15:49:01 +0100" endDate="2019-12-30 15:52:05 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 16:58:42 +0100" startDate="2019-12-30 16:41:52 +0100" endDate="2019-12-30 16:50:19 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 17:38:26 +0100" startDate="2019-12-30 17:26:10 +0100" endDate="2019-12-30 17:36:06 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 17:50:06 +0100" startDate="2019-12-30 17:36:11 +0100" endDate="2019-12-30 17:46:07 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 17:57:35 +0100" startDate="2019-12-30 17:46:35 +0100" endDate="2019-12-30 17:53:27 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-30 21:09:58 +0100" startDate="2019-12-30 20:57:13 +0100" endDate="2019-12-30 20:57:15 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 10:06:23 +0100" startDate="2019-12-31 09:52:48 +0100" endDate="2019-12-31 09:52:53 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 10:19:33 +0100" startDate="2019-12-31 10:07:14 +0100" endDate="2019-12-31 10:16:50 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 10:29:36 +0100" startDate="2019-12-31 10:17:28 +0100" endDate="2019-12-31 10:27:24 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 10:44:37 +0100" startDate="2019-12-31 10:27:29 +0100" endDate="2019-12-31 10:27:47 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 13:26:43 +0100" startDate="2019-12-31 13:14:11 +0100" endDate="2019-12-31 13:14:19 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 14:26:13 +0100" startDate="2019-12-31 14:10:05 +0100" endDate="2019-12-31 14:14:33 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 14:40:35 +0100" startDate="2019-12-31 14:26:36 +0100" endDate="2019-12-31 14:26:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 16:50:31 +0100" startDate="2019-12-31 16:38:54 +0100" endDate="2019-12-31 16:46:58 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 17:03:57 +0100" startDate="2019-12-31 16:52:32 +0100" endDate="2019-12-31 16:57:22 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 17:19:14 +0100" startDate="2019-12-31 17:08:07 +0100" endDate="2019-12-31 17:13:36 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 17:31:31 +0100" startDate="2019-12-31 17:20:42 +0100" endDate="2019-12-31 17:30:10 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 17:59:05 +0100" startDate="2019-12-31 17:43:55 +0100" endDate="2019-12-31 17:43:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 18:20:59 +0100" startDate="2019-12-31 18:09:31 +0100" endDate="2019-12-31 18:09:44 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 19:05:16 +0100" startDate="2019-12-31 18:52:29 +0100" endDate="2019-12-31 19:01:01 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 19:18:28 +0100" startDate="2019-12-31 19:05:05 +0100" endDate="2019-12-31 19:15:06 +0100" value="985"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 19:29:02 +0100" startDate="2019-12-31 19:15:06 +0100" endDate="2019-12-31 19:24:49 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 19:38:55 +0100" startDate="2019-12-31 19:25:20 +0100" endDate="2019-12-31 19:35:18 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 19:54:16 +0100" startDate="2019-12-31 19:35:44 +0100" endDate="2019-12-31 19:42:47 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 21:42:45 +0100" startDate="2019-12-31 21:23:45 +0100" endDate="2019-12-31 21:24:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 22:08:49 +0100" startDate="2019-12-31 21:53:12 +0100" endDate="2019-12-31 21:53:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 23:27:48 +0100" startDate="2019-12-31 23:16:06 +0100" endDate="2019-12-31 23:16:16 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 23:43:23 +0100" startDate="2019-12-31 23:26:10 +0100" endDate="2019-12-31 23:36:01 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 23:49:02 +0100" startDate="2019-12-31 23:36:16 +0100" endDate="2019-12-31 23:45:55 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2019-12-31 23:57:14 +0100" startDate="2019-12-31 23:46:30 +0100" endDate="2019-12-31 23:55:38 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 00:11:38 +0100" startDate="2019-12-31 23:57:40 +0100" endDate="2020-01-01 00:07:41 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 00:20:42 +0100" startDate="2020-01-01 00:07:41 +0100" endDate="2020-01-01 00:17:32 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 00:33:26 +0100" startDate="2020-01-01 00:17:47 +0100" endDate="2020-01-01 00:18:13 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 00:41:17 +0100" startDate="2020-01-01 00:28:39 +0100" endDate="2020-01-01 00:38:27 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 00:53:04 +0100" startDate="2020-01-01 00:39:29 +0100" endDate="2020-01-01 00:44:06 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 01:09:40 +0100" startDate="2020-01-01 00:49:50 +0100" endDate="2020-01-01 00:59:08 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 01:15:28 +0100" startDate="2020-01-01 01:01:59 +0100" endDate="2020-01-01 01:12:00 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 01:24:33 +0100" startDate="2020-01-01 01:12:00 +0100" endDate="2020-01-01 01:17:23 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 01:46:22 +0100" startDate="2020-01-01 01:29:49 +0100" endDate="2020-01-01 01:39:12 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 01:56:04 +0100" startDate="2020-01-01 01:41:30 +0100" endDate="2020-01-01 01:50:30 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 02:09:15 +0100" startDate="2020-01-01 01:53:38 +0100" endDate="2020-01-01 01:54:32 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 02:17:50 +0100" startDate="2020-01-01 02:05:44 +0100" endDate="2020-01-01 02:15:45 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 02:27:14 +0100" startDate="2020-01-01 02:15:45 +0100" endDate="2020-01-01 02:24:56 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 02:51:42 +0100" startDate="2020-01-01 02:38:13 +0100" endDate="2020-01-01 02:48:14 +0100" value="1025"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 03:01:11 +0100" startDate="2020-01-01 02:48:14 +0100" endDate="2020-01-01 02:57:54 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 03:15:52 +0100" startDate="2020-01-01 02:58:35 +0100" endDate="2020-01-01 03:01:05 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 11:39:35 +0100" startDate="2020-01-01 11:28:33 +0100" endDate="2020-01-01 11:28:45 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 12:00:50 +0100" startDate="2020-01-01 11:44:30 +0100" endDate="2020-01-01 11:44:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 13:21:17 +0100" startDate="2020-01-01 13:10:17 +0100" endDate="2020-01-01 13:13:53 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 16:55:05 +0100" startDate="2020-01-01 16:39:35 +0100" endDate="2020-01-01 16:49:34 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 17:07:32 +0100" startDate="2020-01-01 16:49:44 +0100" endDate="2020-01-01 16:59:45 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 17:18:29 +0100" startDate="2020-01-01 16:59:45 +0100" endDate="2020-01-01 17:09:46 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 17:21:54 +0100" startDate="2020-01-01 17:09:46 +0100" endDate="2020-01-01 17:19:47 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 17:33:55 +0100" startDate="2020-01-01 17:19:47 +0100" endDate="2020-01-01 17:29:48 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 17:43:25 +0100" startDate="2020-01-01 17:29:48 +0100" endDate="2020-01-01 17:35:04 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 18:06:04 +0100" startDate="2020-01-01 17:52:59 +0100" endDate="2020-01-01 17:53:24 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 18:23:46 +0100" startDate="2020-01-01 18:12:33 +0100" endDate="2020-01-01 18:17:31 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 18:52:43 +0100" startDate="2020-01-01 18:37:13 +0100" endDate="2020-01-01 18:37:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 23:09:02 +0100" startDate="2020-01-01 22:52:20 +0100" endDate="2020-01-01 22:57:13 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 23:21:12 +0100" startDate="2020-01-01 23:02:29 +0100" endDate="2020-01-01 23:12:30 +0100" value="1130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 23:27:00 +0100" startDate="2020-01-01 23:12:30 +0100" endDate="2020-01-01 23:22:30 +0100" value="1139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-01 23:35:06 +0100" startDate="2020-01-01 23:22:30 +0100" endDate="2020-01-01 23:29:02 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 00:28:34 +0100" startDate="2020-01-02 00:16:20 +0100" endDate="2020-01-02 00:16:27 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 08:45:13 +0100" startDate="2020-01-02 08:34:11 +0100" endDate="2020-01-02 08:41:36 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 10:08:30 +0100" startDate="2020-01-02 09:55:49 +0100" endDate="2020-01-02 09:56:02 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 11:16:18 +0100" startDate="2020-01-02 11:05:16 +0100" endDate="2020-01-02 11:05:26 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 11:52:57 +0100" startDate="2020-01-02 11:41:37 +0100" endDate="2020-01-02 11:41:47 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 12:36:49 +0100" startDate="2020-01-02 12:24:35 +0100" endDate="2020-01-02 12:24:40 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 14:00:59 +0100" startDate="2020-01-02 13:41:25 +0100" endDate="2020-01-02 13:41:28 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 14:12:26 +0100" startDate="2020-01-02 14:00:57 +0100" endDate="2020-01-02 14:01:33 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 14:23:14 +0100" startDate="2020-01-02 14:11:34 +0100" endDate="2020-01-02 14:21:35 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 14:32:38 +0100" startDate="2020-01-02 14:21:35 +0100" endDate="2020-01-02 14:22:01 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 15:17:40 +0100" startDate="2020-01-02 15:05:45 +0100" endDate="2020-01-02 15:12:15 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 16:09:41 +0100" startDate="2020-01-02 15:58:03 +0100" endDate="2020-01-02 16:08:04 +0100" value="1121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 16:23:45 +0100" startDate="2020-01-02 16:08:04 +0100" endDate="2020-01-02 16:16:08 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 16:36:46 +0100" startDate="2020-01-02 16:21:28 +0100" endDate="2020-01-02 16:31:07 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 16:43:43 +0100" startDate="2020-01-02 16:31:55 +0100" endDate="2020-01-02 16:38:35 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 16:58:36 +0100" startDate="2020-01-02 16:44:57 +0100" endDate="2020-01-02 16:54:58 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 17:07:06 +0100" startDate="2020-01-02 16:54:58 +0100" endDate="2020-01-02 16:59:23 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 17:19:38 +0100" startDate="2020-01-02 17:06:01 +0100" endDate="2020-01-02 17:06:11 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 19:14:26 +0100" startDate="2020-01-02 19:03:23 +0100" endDate="2020-01-02 19:03:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 19:30:56 +0100" startDate="2020-01-02 19:16:44 +0100" endDate="2020-01-02 19:16:49 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 20:09:15 +0100" startDate="2020-01-02 19:57:59 +0100" endDate="2020-01-02 20:07:52 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 20:20:12 +0100" startDate="2020-01-02 20:08:41 +0100" endDate="2020-01-02 20:18:42 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 20:30:50 +0100" startDate="2020-01-02 20:18:42 +0100" endDate="2020-01-02 20:29:13 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 20:40:47 +0100" startDate="2020-01-02 20:29:13 +0100" endDate="2020-01-02 20:29:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-02 22:55:11 +0100" startDate="2020-01-02 22:46:17 +0100" endDate="2020-01-02 22:47:11 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 07:49:57 +0100" startDate="2020-01-03 07:31:39 +0100" endDate="2020-01-03 07:32:15 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 09:04:01 +0100" startDate="2020-01-03 08:52:52 +0100" endDate="2020-01-03 08:59:35 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 10:41:59 +0100" startDate="2020-01-03 10:25:09 +0100" endDate="2020-01-03 10:30:50 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 12:02:56 +0100" startDate="2020-01-03 11:51:27 +0100" endDate="2020-01-03 11:56:58 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 12:20:40 +0100" startDate="2020-01-03 12:09:29 +0100" endDate="2020-01-03 12:19:27 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 12:31:54 +0100" startDate="2020-01-03 12:20:54 +0100" endDate="2020-01-03 12:23:24 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 18:32:31 +0100" startDate="2020-01-03 18:19:11 +0100" endDate="2020-01-03 18:28:52 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 18:43:45 +0100" startDate="2020-01-03 18:31:19 +0100" endDate="2020-01-03 18:31:27 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 19:39:03 +0100" startDate="2020-01-03 19:28:01 +0100" endDate="2020-01-03 19:29:48 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 20:42:14 +0100" startDate="2020-01-03 20:19:53 +0100" endDate="2020-01-03 20:24:06 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 21:11:42 +0100" startDate="2020-01-03 20:59:23 +0100" endDate="2020-01-03 20:59:28 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 22:30:36 +0100" startDate="2020-01-03 22:14:48 +0100" endDate="2020-01-03 22:15:21 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-03 23:36:58 +0100" startDate="2020-01-03 23:25:55 +0100" endDate="2020-01-03 23:28:00 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 07:53:01 +0100" startDate="2020-01-04 07:52:26 +0100" endDate="2020-01-04 07:52:37 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 08:14:20 +0100" startDate="2020-01-04 08:02:45 +0100" endDate="2020-01-04 08:09:43 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 09:25:42 +0100" startDate="2020-01-04 09:12:51 +0100" endDate="2020-01-04 09:22:50 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 09:33:53 +0100" startDate="2020-01-04 09:22:50 +0100" endDate="2020-01-04 09:27:10 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 09:54:41 +0100" startDate="2020-01-04 09:43:38 +0100" endDate="2020-01-04 09:46:21 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 10:13:41 +0100" startDate="2020-01-04 10:00:11 +0100" endDate="2020-01-04 10:09:29 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 10:59:54 +0100" startDate="2020-01-04 10:45:49 +0100" endDate="2020-01-04 10:55:27 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 10:27:26 +0100" startDate="2020-01-04 10:11:08 +0100" endDate="2020-01-04 10:20:59 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 10:37:58 +0100" startDate="2020-01-04 10:21:30 +0100" endDate="2020-01-04 10:27:24 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 11:08:51 +0100" startDate="2020-01-04 10:56:23 +0100" endDate="2020-01-04 11:06:24 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 11:21:28 +0100" startDate="2020-01-04 11:06:24 +0100" endDate="2020-01-04 11:08:29 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 11:29:32 +0100" startDate="2020-01-04 11:16:44 +0100" endDate="2020-01-04 11:21:29 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 12:18:34 +0100" startDate="2020-01-04 12:04:40 +0100" endDate="2020-01-04 12:14:25 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 12:30:11 +0100" startDate="2020-01-04 12:17:44 +0100" endDate="2020-01-04 12:24:36 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 13:27:57 +0100" startDate="2020-01-04 13:14:28 +0100" endDate="2020-01-04 13:24:29 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 13:39:29 +0100" startDate="2020-01-04 13:24:55 +0100" endDate="2020-01-04 13:34:55 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 13:47:35 +0100" startDate="2020-01-04 13:34:55 +0100" endDate="2020-01-04 13:44:54 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 14:01:40 +0100" startDate="2020-01-04 13:44:54 +0100" endDate="2020-01-04 13:54:55 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 14:16:56 +0100" startDate="2020-01-04 13:54:55 +0100" endDate="2020-01-04 14:04:56 +0100" value="860"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 14:16:56 +0100" startDate="2020-01-04 14:04:56 +0100" endDate="2020-01-04 14:07:14 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 14:18:05 +0100" startDate="2020-01-04 14:07:14 +0100" endDate="2020-01-04 14:17:04 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 14:29:21 +0100" startDate="2020-01-04 14:17:58 +0100" endDate="2020-01-04 14:27:15 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 14:42:10 +0100" startDate="2020-01-04 14:28:40 +0100" endDate="2020-01-04 14:38:25 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 14:52:10 +0100" startDate="2020-01-04 14:38:46 +0100" endDate="2020-01-04 14:48:41 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 15:02:08 +0100" startDate="2020-01-04 14:49:35 +0100" endDate="2020-01-04 14:50:59 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 15:43:12 +0100" startDate="2020-01-04 15:31:41 +0100" endDate="2020-01-04 15:40:51 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 15:54:43 +0100" startDate="2020-01-04 15:42:48 +0100" endDate="2020-01-04 15:48:37 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 16:07:51 +0100" startDate="2020-01-04 15:53:07 +0100" endDate="2020-01-04 16:02:43 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 16:08:33 +0100" startDate="2020-01-04 16:04:04 +0100" endDate="2020-01-04 16:05:31 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 16:23:20 +0100" startDate="2020-01-04 16:11:10 +0100" endDate="2020-01-04 16:16:41 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 16:35:46 +0100" startDate="2020-01-04 16:24:37 +0100" endDate="2020-01-04 16:29:46 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 16:49:41 +0100" startDate="2020-01-04 16:34:52 +0100" endDate="2020-01-04 16:37:14 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 16:59:12 +0100" startDate="2020-01-04 16:46:42 +0100" endDate="2020-01-04 16:56:26 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 17:09:45 +0100" startDate="2020-01-04 16:56:54 +0100" endDate="2020-01-04 17:05:21 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 17:26:41 +0100" startDate="2020-01-04 17:08:37 +0100" endDate="2020-01-04 17:09:41 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 22:38:46 +0100" startDate="2020-01-04 22:23:00 +0100" endDate="2020-01-04 22:29:07 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 22:51:51 +0100" startDate="2020-01-04 22:33:09 +0100" endDate="2020-01-04 22:43:03 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-04 23:07:32 +0100" startDate="2020-01-04 22:44:09 +0100" endDate="2020-01-04 22:44:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 10:43:42 +0100" startDate="2020-01-05 10:32:27 +0100" endDate="2020-01-05 10:41:39 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 10:54:37 +0100" startDate="2020-01-05 10:43:37 +0100" endDate="2020-01-05 10:52:31 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 12:24:23 +0100" startDate="2020-01-05 12:12:45 +0100" endDate="2020-01-05 12:22:23 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 12:38:42 +0100" startDate="2020-01-05 12:27:39 +0100" endDate="2020-01-05 12:34:40 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 16:45:26 +0100" startDate="2020-01-05 16:34:38 +0100" endDate="2020-01-05 16:44:22 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 16:59:33 +0100" startDate="2020-01-05 16:45:20 +0100" endDate="2020-01-05 16:54:20 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 17:08:36 +0100" startDate="2020-01-05 16:57:36 +0100" endDate="2020-01-05 17:02:08 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 17:43:54 +0100" startDate="2020-01-05 17:42:59 +0100" endDate="2020-01-05 17:43:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 17:58:17 +0100" startDate="2020-01-05 17:45:12 +0100" endDate="2020-01-05 17:54:37 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 18:08:17 +0100" startDate="2020-01-05 17:54:37 +0100" endDate="2020-01-05 18:04:38 +0100" value="1219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 18:19:45 +0100" startDate="2020-01-05 18:04:38 +0100" endDate="2020-01-05 18:14:39 +0100" value="1214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 18:28:47 +0100" startDate="2020-01-05 18:14:39 +0100" endDate="2020-01-05 18:24:30 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 19:50:41 +0100" startDate="2020-01-05 19:31:46 +0100" endDate="2020-01-05 19:39:53 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 19:57:21 +0100" startDate="2020-01-05 19:43:11 +0100" endDate="2020-01-05 19:52:22 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 20:07:34 +0100" startDate="2020-01-05 19:56:34 +0100" endDate="2020-01-05 19:59:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 21:06:24 +0100" startDate="2020-01-05 20:52:14 +0100" endDate="2020-01-05 20:58:08 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 21:32:29 +0100" startDate="2020-01-05 21:20:31 +0100" endDate="2020-01-05 21:22:56 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-05 23:51:05 +0100" startDate="2020-01-05 23:40:01 +0100" endDate="2020-01-05 23:50:02 +0100" value="1238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 00:03:27 +0100" startDate="2020-01-05 23:50:02 +0100" endDate="2020-01-06 00:00:03 +0100" value="1206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 00:11:06 +0100" startDate="2020-01-06 00:00:03 +0100" endDate="2020-01-06 00:09:41 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 00:33:21 +0100" startDate="2020-01-06 00:22:51 +0100" endDate="2020-01-06 00:23:31 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 07:19:41 +0100" startDate="2020-01-06 07:08:38 +0100" endDate="2020-01-06 07:08:53 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 07:46:47 +0100" startDate="2020-01-06 07:33:35 +0100" endDate="2020-01-06 07:34:01 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 07:57:19 +0100" startDate="2020-01-06 07:44:17 +0100" endDate="2020-01-06 07:54:18 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 08:07:37 +0100" startDate="2020-01-06 07:54:18 +0100" endDate="2020-01-06 07:54:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 08:21:52 +0100" startDate="2020-01-06 08:09:16 +0100" endDate="2020-01-06 08:16:47 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 08:38:53 +0100" startDate="2020-01-06 08:25:41 +0100" endDate="2020-01-06 08:35:41 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 08:46:44 +0100" startDate="2020-01-06 08:35:41 +0100" endDate="2020-01-06 08:36:01 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 09:46:41 +0100" startDate="2020-01-06 09:35:33 +0100" endDate="2020-01-06 09:45:32 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 09:57:41 +0100" startDate="2020-01-06 09:45:32 +0100" endDate="2020-01-06 09:54:56 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 10:19:54 +0100" startDate="2020-01-06 09:58:00 +0100" endDate="2020-01-06 10:04:22 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 10:19:54 +0100" startDate="2020-01-06 10:09:32 +0100" endDate="2020-01-06 10:11:02 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 11:39:45 +0100" startDate="2020-01-06 11:27:04 +0100" endDate="2020-01-06 11:37:05 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 11:48:56 +0100" startDate="2020-01-06 11:37:05 +0100" endDate="2020-01-06 11:47:06 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 12:02:39 +0100" startDate="2020-01-06 11:47:06 +0100" endDate="2020-01-06 11:47:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 12:26:59 +0100" startDate="2020-01-06 12:13:41 +0100" endDate="2020-01-06 12:23:42 +0100" value="1024"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 12:39:17 +0100" startDate="2020-01-06 12:23:42 +0100" endDate="2020-01-06 12:31:20 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 12:53:14 +0100" startDate="2020-01-06 12:42:14 +0100" endDate="2020-01-06 12:49:47 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 13:14:19 +0100" startDate="2020-01-06 12:55:39 +0100" endDate="2020-01-06 13:04:01 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 13:35:24 +0100" startDate="2020-01-06 13:22:04 +0100" endDate="2020-01-06 13:30:36 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 15:03:41 +0100" startDate="2020-01-06 14:50:36 +0100" endDate="2020-01-06 14:57:57 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 15:16:18 +0100" startDate="2020-01-06 15:03:11 +0100" endDate="2020-01-06 15:05:46 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 15:31:31 +0100" startDate="2020-01-06 15:19:38 +0100" endDate="2020-01-06 15:28:20 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 15:45:01 +0100" startDate="2020-01-06 15:31:52 +0100" endDate="2020-01-06 15:40:32 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 16:08:09 +0100" startDate="2020-01-06 15:47:55 +0100" endDate="2020-01-06 15:57:18 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 16:08:09 +0100" startDate="2020-01-06 15:58:09 +0100" endDate="2020-01-06 15:58:12 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 16:10:24 +0100" startDate="2020-01-06 15:58:12 +0100" endDate="2020-01-06 16:08:13 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 16:22:26 +0100" startDate="2020-01-06 16:08:13 +0100" endDate="2020-01-06 16:18:14 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 16:34:45 +0100" startDate="2020-01-06 16:18:29 +0100" endDate="2020-01-06 16:21:37 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 16:50:16 +0100" startDate="2020-01-06 16:36:54 +0100" endDate="2020-01-06 16:40:59 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 17:07:01 +0100" startDate="2020-01-06 16:51:41 +0100" endDate="2020-01-06 17:01:42 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 17:13:25 +0100" startDate="2020-01-06 17:01:42 +0100" endDate="2020-01-06 17:11:43 +0100" value="1138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 17:25:20 +0100" startDate="2020-01-06 17:11:43 +0100" endDate="2020-01-06 17:20:53 +0100" value="1060"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 17:31:27 +0100" startDate="2020-01-06 17:22:43 +0100" endDate="2020-01-06 17:30:54 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 17:44:50 +0100" startDate="2020-01-06 17:33:04 +0100" endDate="2020-01-06 17:42:20 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 17:54:15 +0100" startDate="2020-01-06 17:42:20 +0100" endDate="2020-01-06 17:52:19 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 18:05:56 +0100" startDate="2020-01-06 17:52:19 +0100" endDate="2020-01-06 18:00:28 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 19:12:48 +0100" startDate="2020-01-06 19:01:45 +0100" endDate="2020-01-06 19:02:33 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 21:10:15 +0100" startDate="2020-01-06 20:59:12 +0100" endDate="2020-01-06 21:08:22 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 23:02:04 +0100" startDate="2020-01-06 22:49:33 +0100" endDate="2020-01-06 22:49:46 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-06 23:13:26 +0100" startDate="2020-01-06 23:02:23 +0100" endDate="2020-01-06 23:02:28 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 07:44:37 +0100" startDate="2020-01-07 07:33:34 +0100" endDate="2020-01-07 07:41:56 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 08:06:38 +0100" startDate="2020-01-07 07:55:41 +0100" endDate="2020-01-07 08:04:58 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 08:20:58 +0100" startDate="2020-01-07 08:06:33 +0100" endDate="2020-01-07 08:16:11 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 08:39:57 +0100" startDate="2020-01-07 08:25:33 +0100" endDate="2020-01-07 08:30:31 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 08:53:00 +0100" startDate="2020-01-07 08:37:59 +0100" endDate="2020-01-07 08:43:05 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 10:02:27 +0100" startDate="2020-01-07 09:49:05 +0100" endDate="2020-01-07 09:49:55 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 10:19:13 +0100" startDate="2020-01-07 10:05:23 +0100" endDate="2020-01-07 10:10:21 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 11:01:50 +0100" startDate="2020-01-07 10:40:54 +0100" endDate="2020-01-07 10:46:12 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 11:40:18 +0100" startDate="2020-01-07 11:28:05 +0100" endDate="2020-01-07 11:28:54 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 12:43:42 +0100" startDate="2020-01-07 12:32:39 +0100" endDate="2020-01-07 12:42:10 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 12:55:09 +0100" startDate="2020-01-07 12:43:01 +0100" endDate="2020-01-07 12:53:02 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 13:09:37 +0100" startDate="2020-01-07 12:53:38 +0100" endDate="2020-01-07 13:03:23 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 13:20:18 +0100" startDate="2020-01-07 13:06:22 +0100" endDate="2020-01-07 13:16:21 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 13:27:40 +0100" startDate="2020-01-07 13:16:21 +0100" endDate="2020-01-07 13:20:46 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 13:43:56 +0100" startDate="2020-01-07 13:26:37 +0100" endDate="2020-01-07 13:28:11 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 14:47:57 +0100" startDate="2020-01-07 14:32:01 +0100" endDate="2020-01-07 14:39:06 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 15:18:38 +0100" startDate="2020-01-07 15:04:52 +0100" endDate="2020-01-07 15:12:51 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 15:37:23 +0100" startDate="2020-01-07 15:19:12 +0100" endDate="2020-01-07 15:19:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 15:55:34 +0100" startDate="2020-01-07 15:54:49 +0100" endDate="2020-01-07 15:54:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 17:07:35 +0100" startDate="2020-01-07 16:55:51 +0100" endDate="2020-01-07 17:05:53 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 17:17:00 +0100" startDate="2020-01-07 17:05:53 +0100" endDate="2020-01-07 17:08:38 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 19:19:01 +0100" startDate="2020-01-07 19:07:40 +0100" endDate="2020-01-07 19:17:36 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 19:32:17 +0100" startDate="2020-01-07 19:18:38 +0100" endDate="2020-01-07 19:18:38 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 19:46:07 +0100" startDate="2020-01-07 19:32:36 +0100" endDate="2020-01-07 19:39:52 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 21:04:34 +0100" startDate="2020-01-07 19:44:52 +0100" endDate="2020-01-07 19:51:04 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 21:21:53 +0100" startDate="2020-01-07 21:05:46 +0100" endDate="2020-01-07 21:06:57 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 21:59:45 +0100" startDate="2020-01-07 21:21:01 +0100" endDate="2020-01-07 21:21:50 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 23:03:21 +0100" startDate="2020-01-07 22:26:08 +0100" endDate="2020-01-07 22:35:33 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 23:24:26 +0100" startDate="2020-01-07 22:51:49 +0100" endDate="2020-01-07 22:51:56 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-07 23:41:50 +0100" startDate="2020-01-07 23:30:49 +0100" endDate="2020-01-07 23:34:56 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 07:41:28 +0100" startDate="2020-01-08 07:28:48 +0100" endDate="2020-01-08 07:34:29 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 08:08:11 +0100" startDate="2020-01-08 07:56:08 +0100" endDate="2020-01-08 07:56:21 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 08:21:28 +0100" startDate="2020-01-08 08:07:00 +0100" endDate="2020-01-08 08:17:01 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 08:30:32 +0100" startDate="2020-01-08 08:17:01 +0100" endDate="2020-01-08 08:18:45 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 08:43:14 +0100" startDate="2020-01-08 08:30:19 +0100" endDate="2020-01-08 08:39:40 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 08:59:28 +0100" startDate="2020-01-08 08:40:21 +0100" endDate="2020-01-08 08:49:46 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 09:02:08 +0100" startDate="2020-01-08 08:51:08 +0100" endDate="2020-01-08 08:58:39 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 09:14:08 +0100" startDate="2020-01-08 09:01:27 +0100" endDate="2020-01-08 09:02:10 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 09:40:36 +0100" startDate="2020-01-08 09:23:24 +0100" endDate="2020-01-08 09:24:15 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 10:11:03 +0100" startDate="2020-01-08 09:54:44 +0100" endDate="2020-01-08 10:02:40 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 11:36:14 +0100" startDate="2020-01-08 11:17:41 +0100" endDate="2020-01-08 11:24:33 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 12:05:07 +0100" startDate="2020-01-08 11:51:53 +0100" endDate="2020-01-08 11:54:39 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 13:27:41 +0100" startDate="2020-01-08 13:17:02 +0100" endDate="2020-01-08 13:17:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 13:28:48 +0100" startDate="2020-01-08 13:18:31 +0100" endDate="2020-01-08 13:24:10 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 13:45:40 +0100" startDate="2020-01-08 13:30:40 +0100" endDate="2020-01-08 13:33:15 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 14:39:14 +0100" startDate="2020-01-08 14:17:53 +0100" endDate="2020-01-08 14:21:07 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 16:56:34 +0100" startDate="2020-01-08 16:44:37 +0100" endDate="2020-01-08 16:51:30 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 17:21:20 +0100" startDate="2020-01-08 17:01:09 +0100" endDate="2020-01-08 17:01:09 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 18:16:37 +0100" startDate="2020-01-08 18:05:26 +0100" endDate="2020-01-08 18:05:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 18:44:30 +0100" startDate="2020-01-08 18:32:03 +0100" endDate="2020-01-08 18:34:57 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 19:36:54 +0100" startDate="2020-01-08 19:24:19 +0100" endDate="2020-01-08 19:34:21 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 19:48:01 +0100" startDate="2020-01-08 19:34:21 +0100" endDate="2020-01-08 19:44:22 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 19:58:38 +0100" startDate="2020-01-08 19:44:22 +0100" endDate="2020-01-08 19:53:06 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 20:11:10 +0100" startDate="2020-01-08 19:58:19 +0100" endDate="2020-01-08 19:58:32 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-08 22:46:48 +0100" startDate="2020-01-08 22:35:45 +0100" endDate="2020-01-08 22:35:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 06:56:41 +0100" startDate="2020-01-09 06:35:57 +0100" endDate="2020-01-09 06:36:58 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 08:14:29 +0100" startDate="2020-01-09 08:01:33 +0100" endDate="2020-01-09 08:10:40 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 08:28:10 +0100" startDate="2020-01-09 08:11:59 +0100" endDate="2020-01-09 08:19:56 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 08:49:10 +0100" startDate="2020-01-09 08:32:40 +0100" endDate="2020-01-09 08:42:40 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 08:54:00 +0100" startDate="2020-01-09 08:43:00 +0100" endDate="2020-01-09 08:44:09 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 09:51:47 +0100" startDate="2020-01-09 09:40:35 +0100" endDate="2020-01-09 09:50:34 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 10:01:39 +0100" startDate="2020-01-09 09:50:34 +0100" endDate="2020-01-09 09:50:45 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 10:12:19 +0100" startDate="2020-01-09 10:01:16 +0100" endDate="2020-01-09 10:04:42 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 10:28:25 +0100" startDate="2020-01-09 10:16:49 +0100" endDate="2020-01-09 10:23:44 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 10:47:16 +0100" startDate="2020-01-09 10:32:53 +0100" endDate="2020-01-09 10:33:01 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 11:05:08 +0100" startDate="2020-01-09 10:48:28 +0100" endDate="2020-01-09 10:48:36 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 11:36:23 +0100" startDate="2020-01-09 11:22:01 +0100" endDate="2020-01-09 11:23:28 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 12:36:28 +0100" startDate="2020-01-09 12:24:55 +0100" endDate="2020-01-09 12:25:51 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 12:47:25 +0100" startDate="2020-01-09 12:35:33 +0100" endDate="2020-01-09 12:43:01 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 13:03:30 +0100" startDate="2020-01-09 12:45:39 +0100" endDate="2020-01-09 12:55:17 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 13:06:55 +0100" startDate="2020-01-09 12:55:55 +0100" endDate="2020-01-09 13:00:50 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 14:39:53 +0100" startDate="2020-01-09 14:26:27 +0100" endDate="2020-01-09 14:36:11 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 14:51:58 +0100" startDate="2020-01-09 14:37:43 +0100" endDate="2020-01-09 14:47:44 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 15:52:58 +0100" startDate="2020-01-09 15:39:39 +0100" endDate="2020-01-09 15:49:28 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 16:08:25 +0100" startDate="2020-01-09 15:58:13 +0100" endDate="2020-01-09 16:01:09 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 16:12:19 +0100" startDate="2020-01-09 16:01:09 +0100" endDate="2020-01-09 16:01:14 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 16:59:15 +0100" startDate="2020-01-09 16:48:39 +0100" endDate="2020-01-09 16:58:40 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 17:09:42 +0100" startDate="2020-01-09 16:58:40 +0100" endDate="2020-01-09 17:02:24 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 18:00:41 +0100" startDate="2020-01-09 17:45:21 +0100" endDate="2020-01-09 17:45:31 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 18:25:25 +0100" startDate="2020-01-09 18:14:23 +0100" endDate="2020-01-09 18:23:35 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 18:36:15 +0100" startDate="2020-01-09 18:25:12 +0100" endDate="2020-01-09 18:35:03 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 18:46:29 +0100" startDate="2020-01-09 18:35:26 +0100" endDate="2020-01-09 18:44:57 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 18:56:32 +0100" startDate="2020-01-09 18:45:30 +0100" endDate="2020-01-09 18:55:15 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 19:06:41 +0100" startDate="2020-01-09 18:55:38 +0100" endDate="2020-01-09 19:05:27 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 19:16:42 +0100" startDate="2020-01-09 19:05:39 +0100" endDate="2020-01-09 19:15:23 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 19:27:24 +0100" startDate="2020-01-09 19:16:21 +0100" endDate="2020-01-09 19:26:09 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 19:37:50 +0100" startDate="2020-01-09 19:26:48 +0100" endDate="2020-01-09 19:36:36 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 19:48:04 +0100" startDate="2020-01-09 19:37:02 +0100" endDate="2020-01-09 19:46:52 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 19:58:33 +0100" startDate="2020-01-09 19:47:31 +0100" endDate="2020-01-09 19:53:07 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 20:08:47 +0100" startDate="2020-01-09 19:57:44 +0100" endDate="2020-01-09 20:05:46 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 20:20:21 +0100" startDate="2020-01-09 20:07:50 +0100" endDate="2020-01-09 20:13:55 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 20:30:21 +0100" startDate="2020-01-09 20:19:15 +0100" endDate="2020-01-09 20:20:26 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-09 23:45:51 +0100" startDate="2020-01-09 23:34:48 +0100" endDate="2020-01-09 23:36:25 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 06:59:53 +0100" startDate="2020-01-10 06:44:27 +0100" endDate="2020-01-10 06:45:46 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 08:32:20 +0100" startDate="2020-01-10 08:10:30 +0100" endDate="2020-01-10 08:20:31 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 08:32:20 +0100" startDate="2020-01-10 08:20:54 +0100" endDate="2020-01-10 08:28:58 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 08:48:13 +0100" startDate="2020-01-10 08:37:10 +0100" endDate="2020-01-10 08:37:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 09:56:30 +0100" startDate="2020-01-10 09:44:42 +0100" endDate="2020-01-10 09:54:15 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 10:14:26 +0100" startDate="2020-01-10 09:55:57 +0100" endDate="2020-01-10 10:00:39 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 10:50:05 +0100" startDate="2020-01-10 10:38:24 +0100" endDate="2020-01-10 10:48:23 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 11:03:38 +0100" startDate="2020-01-10 10:48:23 +0100" endDate="2020-01-10 10:57:54 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 11:15:24 +0100" startDate="2020-01-10 11:00:14 +0100" endDate="2020-01-10 11:02:08 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 11:38:02 +0100" startDate="2020-01-10 11:27:01 +0100" endDate="2020-01-10 11:27:44 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 12:56:57 +0100" startDate="2020-01-10 12:41:55 +0100" endDate="2020-01-10 12:51:48 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 13:16:54 +0100" startDate="2020-01-10 13:05:21 +0100" endDate="2020-01-10 13:15:22 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 13:26:29 +0100" startDate="2020-01-10 13:15:22 +0100" endDate="2020-01-10 13:25:03 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 13:37:25 +0100" startDate="2020-01-10 13:25:23 +0100" endDate="2020-01-10 13:28:24 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 14:36:50 +0100" startDate="2020-01-10 14:23:06 +0100" endDate="2020-01-10 14:24:43 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 15:00:17 +0100" startDate="2020-01-10 14:49:17 +0100" endDate="2020-01-10 14:57:08 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 15:13:16 +0100" startDate="2020-01-10 15:02:14 +0100" endDate="2020-01-10 15:03:00 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 15:28:13 +0100" startDate="2020-01-10 15:14:25 +0100" endDate="2020-01-10 15:24:26 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 15:38:56 +0100" startDate="2020-01-10 15:24:26 +0100" endDate="2020-01-10 15:34:25 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 15:48:57 +0100" startDate="2020-01-10 15:34:40 +0100" endDate="2020-01-10 15:44:41 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 16:00:09 +0100" startDate="2020-01-10 15:44:41 +0100" endDate="2020-01-10 15:54:42 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 16:05:55 +0100" startDate="2020-01-10 15:54:52 +0100" endDate="2020-01-10 16:04:30 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 16:16:29 +0100" startDate="2020-01-10 16:05:29 +0100" endDate="2020-01-10 16:14:49 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 16:27:05 +0100" startDate="2020-01-10 16:16:00 +0100" endDate="2020-01-10 16:25:10 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 16:38:25 +0100" startDate="2020-01-10 16:26:42 +0100" endDate="2020-01-10 16:36:22 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 16:48:49 +0100" startDate="2020-01-10 16:37:49 +0100" endDate="2020-01-10 16:47:19 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 16:59:36 +0100" startDate="2020-01-10 16:48:05 +0100" endDate="2020-01-10 16:58:06 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 17:11:30 +0100" startDate="2020-01-10 16:58:06 +0100" endDate="2020-01-10 17:08:07 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 17:22:42 +0100" startDate="2020-01-10 17:08:07 +0100" endDate="2020-01-10 17:15:39 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 17:34:36 +0100" startDate="2020-01-10 17:20:17 +0100" endDate="2020-01-10 17:22:04 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 17:39:53 +0100" startDate="2020-01-10 17:34:27 +0100" endDate="2020-01-10 17:39:13 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 17:58:14 +0100" startDate="2020-01-10 17:46:55 +0100" endDate="2020-01-10 17:48:22 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 18:12:20 +0100" startDate="2020-01-10 18:01:17 +0100" endDate="2020-01-10 18:01:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 18:29:32 +0100" startDate="2020-01-10 18:17:33 +0100" endDate="2020-01-10 18:26:54 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 19:37:38 +0100" startDate="2020-01-10 19:26:01 +0100" endDate="2020-01-10 19:35:44 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 19:48:36 +0100" startDate="2020-01-10 19:37:29 +0100" endDate="2020-01-10 19:40:35 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 20:01:25 +0100" startDate="2020-01-10 19:48:31 +0100" endDate="2020-01-10 19:50:08 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 20:15:47 +0100" startDate="2020-01-10 20:03:20 +0100" endDate="2020-01-10 20:05:50 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 20:55:51 +0100" startDate="2020-01-10 20:40:22 +0100" endDate="2020-01-10 20:50:18 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-10 21:12:40 +0100" startDate="2020-01-10 20:56:43 +0100" endDate="2020-01-10 21:00:27 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 01:16:41 +0100" startDate="2020-01-11 01:05:41 +0100" endDate="2020-01-11 01:06:27 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 10:01:09 +0100" startDate="2020-01-11 09:48:06 +0100" endDate="2020-01-11 09:58:07 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 10:09:52 +0100" startDate="2020-01-11 09:58:07 +0100" endDate="2020-01-11 10:07:37 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 10:18:24 +0100" startDate="2020-01-11 10:07:37 +0100" endDate="2020-01-11 10:10:35 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 10:31:13 +0100" startDate="2020-01-11 10:17:39 +0100" endDate="2020-01-11 10:17:44 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 11:39:01 +0100" startDate="2020-01-11 11:25:57 +0100" endDate="2020-01-11 11:35:43 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 11:48:42 +0100" startDate="2020-01-11 11:36:41 +0100" endDate="2020-01-11 11:46:42 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 12:03:21 +0100" startDate="2020-01-11 11:46:42 +0100" endDate="2020-01-11 11:54:28 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 12:11:42 +0100" startDate="2020-01-11 11:58:25 +0100" endDate="2020-01-11 12:01:36 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 12:27:04 +0100" startDate="2020-01-11 12:12:52 +0100" endDate="2020-01-11 12:13:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 12:39:29 +0100" startDate="2020-01-11 12:28:09 +0100" endDate="2020-01-11 12:30:47 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 12:58:11 +0100" startDate="2020-01-11 12:47:06 +0100" endDate="2020-01-11 12:47:08 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 13:13:06 +0100" startDate="2020-01-11 12:57:32 +0100" endDate="2020-01-11 13:01:36 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 14:19:13 +0100" startDate="2020-01-11 14:03:06 +0100" endDate="2020-01-11 14:12:55 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 14:29:14 +0100" startDate="2020-01-11 14:13:13 +0100" endDate="2020-01-11 14:13:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 14:57:23 +0100" startDate="2020-01-11 14:44:02 +0100" endDate="2020-01-11 14:44:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 15:18:14 +0100" startDate="2020-01-11 15:00:04 +0100" endDate="2020-01-11 15:10:04 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 15:25:35 +0100" startDate="2020-01-11 15:10:04 +0100" endDate="2020-01-11 15:10:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 16:21:30 +0100" startDate="2020-01-11 16:09:24 +0100" endDate="2020-01-11 16:15:15 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 16:32:55 +0100" startDate="2020-01-11 16:20:06 +0100" endDate="2020-01-11 16:22:41 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 16:41:13 +0100" startDate="2020-01-11 16:30:12 +0100" endDate="2020-01-11 16:33:57 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 16:56:42 +0100" startDate="2020-01-11 16:44:51 +0100" endDate="2020-01-11 16:54:50 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 17:06:04 +0100" startDate="2020-01-11 16:54:50 +0100" endDate="2020-01-11 17:01:22 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 17:22:19 +0100" startDate="2020-01-11 17:11:18 +0100" endDate="2020-01-11 17:21:20 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 17:36:11 +0100" startDate="2020-01-11 17:21:40 +0100" endDate="2020-01-11 17:31:03 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 17:47:19 +0100" startDate="2020-01-11 17:31:59 +0100" endDate="2020-01-11 17:42:00 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 17:53:34 +0100" startDate="2020-01-11 17:42:00 +0100" endDate="2020-01-11 17:51:13 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 18:03:49 +0100" startDate="2020-01-11 17:52:19 +0100" endDate="2020-01-11 17:59:47 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-11 18:20:44 +0100" startDate="2020-01-11 18:08:02 +0100" endDate="2020-01-11 18:16:08 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 00:25:38 +0100" startDate="2020-01-12 00:12:33 +0100" endDate="2020-01-12 00:12:36 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 10:13:17 +0100" startDate="2020-01-12 09:57:45 +0100" endDate="2020-01-12 10:07:46 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 10:19:48 +0100" startDate="2020-01-12 10:07:46 +0100" endDate="2020-01-12 10:14:43 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 12:03:58 +0100" startDate="2020-01-12 11:50:57 +0100" endDate="2020-01-12 11:54:13 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 12:16:47 +0100" startDate="2020-01-12 12:05:25 +0100" endDate="2020-01-12 12:15:26 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 12:28:12 +0100" startDate="2020-01-12 12:15:26 +0100" endDate="2020-01-12 12:25:27 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 12:38:26 +0100" startDate="2020-01-12 12:25:27 +0100" endDate="2020-01-12 12:35:28 +0100" value="1126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 12:50:36 +0100" startDate="2020-01-12 12:35:28 +0100" endDate="2020-01-12 12:45:29 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 12:56:36 +0100" startDate="2020-01-12 12:45:29 +0100" endDate="2020-01-12 12:55:30 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 13:10:04 +0100" startDate="2020-01-12 12:55:30 +0100" endDate="2020-01-12 13:05:31 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 13:19:06 +0100" startDate="2020-01-12 13:05:36 +0100" endDate="2020-01-12 13:15:37 +0100" value="1144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 13:26:43 +0100" startDate="2020-01-12 13:15:37 +0100" endDate="2020-01-12 13:22:14 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 13:46:42 +0100" startDate="2020-01-12 13:30:21 +0100" endDate="2020-01-12 13:37:31 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 14:01:39 +0100" startDate="2020-01-12 13:44:50 +0100" endDate="2020-01-12 13:51:27 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 14:31:22 +0100" startDate="2020-01-12 14:09:59 +0100" endDate="2020-01-12 14:11:00 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 17:04:28 +0100" startDate="2020-01-12 16:51:06 +0100" endDate="2020-01-12 17:00:59 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 17:14:21 +0100" startDate="2020-01-12 17:02:03 +0100" endDate="2020-01-12 17:06:31 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 17:39:43 +0100" startDate="2020-01-12 17:27:33 +0100" endDate="2020-01-12 17:33:43 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 18:08:50 +0100" startDate="2020-01-12 17:55:55 +0100" endDate="2020-01-12 17:55:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 18:34:48 +0100" startDate="2020-01-12 18:19:29 +0100" endDate="2020-01-12 18:23:49 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 18:45:59 +0100" startDate="2020-01-12 18:34:56 +0100" endDate="2020-01-12 18:35:12 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 22:51:40 +0100" startDate="2020-01-12 22:40:37 +0100" endDate="2020-01-12 22:49:52 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 23:01:44 +0100" startDate="2020-01-12 22:50:41 +0100" endDate="2020-01-12 22:59:13 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-12 23:12:55 +0100" startDate="2020-01-12 23:01:52 +0100" endDate="2020-01-12 23:02:00 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 06:51:43 +0100" startDate="2020-01-13 06:36:21 +0100" endDate="2020-01-13 06:36:31 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 07:01:57 +0100" startDate="2020-01-13 06:50:54 +0100" endDate="2020-01-13 06:50:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 07:25:04 +0100" startDate="2020-01-13 07:06:33 +0100" endDate="2020-01-13 07:12:01 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 07:28:53 +0100" startDate="2020-01-13 07:17:50 +0100" endDate="2020-01-13 07:24:41 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 07:49:18 +0100" startDate="2020-01-13 07:36:06 +0100" endDate="2020-01-13 07:38:13 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 09:00:11 +0100" startDate="2020-01-13 08:30:09 +0100" endDate="2020-01-13 08:40:10 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 09:00:11 +0100" startDate="2020-01-13 08:40:10 +0100" endDate="2020-01-13 08:42:27 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 09:33:36 +0100" startDate="2020-01-13 09:22:22 +0100" endDate="2020-01-13 09:28:52 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 10:07:17 +0100" startDate="2020-01-13 09:54:34 +0100" endDate="2020-01-13 10:03:22 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 10:24:59 +0100" startDate="2020-01-13 10:09:22 +0100" endDate="2020-01-13 10:12:10 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 10:48:04 +0100" startDate="2020-01-13 10:37:01 +0100" endDate="2020-01-13 10:46:57 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 11:05:45 +0100" startDate="2020-01-13 10:48:59 +0100" endDate="2020-01-13 10:50:33 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 11:19:43 +0100" startDate="2020-01-13 11:07:56 +0100" endDate="2020-01-13 11:11:38 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 11:31:30 +0100" startDate="2020-01-13 11:19:57 +0100" endDate="2020-01-13 11:21:24 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 11:44:43 +0100" startDate="2020-01-13 11:32:55 +0100" endDate="2020-01-13 11:42:56 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 11:56:47 +0100" startDate="2020-01-13 11:42:56 +0100" endDate="2020-01-13 11:47:49 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 12:28:11 +0100" startDate="2020-01-13 12:16:39 +0100" endDate="2020-01-13 12:26:12 +0100" value="983"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 12:44:06 +0100" startDate="2020-01-13 12:28:25 +0100" endDate="2020-01-13 12:30:53 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 13:19:12 +0100" startDate="2020-01-13 13:06:55 +0100" endDate="2020-01-13 13:12:05 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 14:05:57 +0100" startDate="2020-01-13 13:47:08 +0100" endDate="2020-01-13 13:55:25 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 14:36:11 +0100" startDate="2020-01-13 14:18:06 +0100" endDate="2020-01-13 14:20:00 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 14:50:06 +0100" startDate="2020-01-13 14:39:06 +0100" endDate="2020-01-13 14:44:35 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 15:06:38 +0100" startDate="2020-01-13 14:51:27 +0100" endDate="2020-01-13 14:59:37 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 15:30:16 +0100" startDate="2020-01-13 15:19:16 +0100" endDate="2020-01-13 15:26:44 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 15:43:38 +0100" startDate="2020-01-13 15:30:05 +0100" endDate="2020-01-13 15:36:02 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 16:09:59 +0100" startDate="2020-01-13 15:58:27 +0100" endDate="2020-01-13 16:02:19 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 17:34:18 +0100" startDate="2020-01-13 17:30:38 +0100" endDate="2020-01-13 17:34:15 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 17:45:39 +0100" startDate="2020-01-13 17:34:15 +0100" endDate="2020-01-13 17:37:01 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 18:08:49 +0100" startDate="2020-01-13 17:57:24 +0100" endDate="2020-01-13 18:03:33 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 18:21:06 +0100" startDate="2020-01-13 18:08:57 +0100" endDate="2020-01-13 18:18:53 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 18:30:21 +0100" startDate="2020-01-13 18:19:16 +0100" endDate="2020-01-13 18:29:12 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 18:40:32 +0100" startDate="2020-01-13 18:29:22 +0100" endDate="2020-01-13 18:37:59 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 18:57:41 +0100" startDate="2020-01-13 18:43:03 +0100" endDate="2020-01-13 18:50:56 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 19:07:47 +0100" startDate="2020-01-13 18:54:22 +0100" endDate="2020-01-13 19:01:10 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 19:51:31 +0100" startDate="2020-01-13 19:40:15 +0100" endDate="2020-01-13 19:44:31 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 20:12:25 +0100" startDate="2020-01-13 19:56:37 +0100" endDate="2020-01-13 20:01:58 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 21:28:38 +0100" startDate="2020-01-13 21:17:35 +0100" endDate="2020-01-13 21:23:06 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-13 22:41:46 +0100" startDate="2020-01-13 22:30:43 +0100" endDate="2020-01-13 22:37:18 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 07:04:43 +0100" startDate="2020-01-14 06:53:40 +0100" endDate="2020-01-14 07:03:29 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 07:15:43 +0100" startDate="2020-01-14 07:04:40 +0100" endDate="2020-01-14 07:04:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 08:01:40 +0100" startDate="2020-01-14 07:47:50 +0100" endDate="2020-01-14 07:57:51 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 08:11:00 +0100" startDate="2020-01-14 07:57:51 +0100" endDate="2020-01-14 08:02:51 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 08:32:54 +0100" startDate="2020-01-14 08:19:16 +0100" endDate="2020-01-14 08:20:04 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 08:58:11 +0100" startDate="2020-01-14 08:43:23 +0100" endDate="2020-01-14 08:50:28 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 09:54:54 +0100" startDate="2020-01-14 09:37:25 +0100" endDate="2020-01-14 09:41:05 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 10:12:19 +0100" startDate="2020-01-14 10:01:01 +0100" endDate="2020-01-14 10:05:51 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 11:34:54 +0100" startDate="2020-01-14 11:21:55 +0100" endDate="2020-01-14 11:31:41 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 11:54:44 +0100" startDate="2020-01-14 11:32:47 +0100" endDate="2020-01-14 11:36:49 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 13:25:12 +0100" startDate="2020-01-14 13:11:39 +0100" endDate="2020-01-14 13:13:19 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 14:05:33 +0100" startDate="2020-01-14 13:54:33 +0100" endDate="2020-01-14 14:02:08 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 14:21:49 +0100" startDate="2020-01-14 14:07:09 +0100" endDate="2020-01-14 14:16:39 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 14:29:57 +0100" startDate="2020-01-14 14:18:55 +0100" endDate="2020-01-14 14:21:53 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 16:27:15 +0100" startDate="2020-01-14 16:15:31 +0100" endDate="2020-01-14 16:21:00 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 16:42:18 +0100" startDate="2020-01-14 16:27:24 +0100" endDate="2020-01-14 16:31:44 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 19:45:50 +0100" startDate="2020-01-14 19:34:47 +0100" endDate="2020-01-14 19:44:48 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 19:55:50 +0100" startDate="2020-01-14 19:44:48 +0100" endDate="2020-01-14 19:53:23 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 20:11:32 +0100" startDate="2020-01-14 19:59:32 +0100" endDate="2020-01-14 20:09:33 +0100" value="1146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 20:22:15 +0100" startDate="2020-01-14 20:09:33 +0100" endDate="2020-01-14 20:18:38 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 20:36:10 +0100" startDate="2020-01-14 20:21:34 +0100" endDate="2020-01-14 20:25:56 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 22:29:06 +0100" startDate="2020-01-14 22:09:57 +0100" endDate="2020-01-14 22:11:44 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:31:41 +0100" startDate="2020-01-14 23:20:31 +0100" endDate="2020-01-14 23:30:32 +0100" value="1143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:30:32 +0100" endDate="2020-01-14 23:30:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:30:37 +0100" endDate="2020-01-14 23:30:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:30:42 +0100" endDate="2020-01-14 23:30:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:30:47 +0100" endDate="2020-01-14 23:30:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:30:52 +0100" endDate="2020-01-14 23:30:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:30:57 +0100" endDate="2020-01-14 23:31:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:31:02 +0100" endDate="2020-01-14 23:31:07 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:31:07 +0100" endDate="2020-01-14 23:31:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:31:12 +0100" endDate="2020-01-14 23:31:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:31:17 +0100" endDate="2020-01-14 23:31:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:31:23 +0100" endDate="2020-01-14 23:31:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:31:28 +0100" endDate="2020-01-14 23:31:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:31:33 +0100" endDate="2020-01-14 23:31:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:31:38 +0100" endDate="2020-01-14 23:31:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:31:43 +0100" endDate="2020-01-14 23:31:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:31:48 +0100" endDate="2020-01-14 23:31:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:31:53 +0100" endDate="2020-01-14 23:31:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:31:58 +0100" endDate="2020-01-14 23:32:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:32:03 +0100" endDate="2020-01-14 23:32:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:32:08 +0100" endDate="2020-01-14 23:32:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:32:13 +0100" endDate="2020-01-14 23:32:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:32:19 +0100" endDate="2020-01-14 23:32:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:32:24 +0100" endDate="2020-01-14 23:32:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:32:29 +0100" endDate="2020-01-14 23:32:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:32:34 +0100" endDate="2020-01-14 23:32:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:32:39 +0100" endDate="2020-01-14 23:32:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:32:44 +0100" endDate="2020-01-14 23:32:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:32:49 +0100" endDate="2020-01-14 23:32:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:32:54 +0100" endDate="2020-01-14 23:32:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:32:59 +0100" endDate="2020-01-14 23:33:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:33:04 +0100" endDate="2020-01-14 23:33:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:33:09 +0100" endDate="2020-01-14 23:33:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:33:15 +0100" endDate="2020-01-14 23:33:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:33:20 +0100" endDate="2020-01-14 23:33:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:33:25 +0100" endDate="2020-01-14 23:33:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:33:30 +0100" endDate="2020-01-14 23:33:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:33:35 +0100" endDate="2020-01-14 23:33:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:33:40 +0100" endDate="2020-01-14 23:33:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:33:45 +0100" endDate="2020-01-14 23:33:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:33:50 +0100" endDate="2020-01-14 23:33:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:33:55 +0100" endDate="2020-01-14 23:34:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:34:00 +0100" endDate="2020-01-14 23:34:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:34:05 +0100" endDate="2020-01-14 23:34:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:34:11 +0100" endDate="2020-01-14 23:34:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:34:16 +0100" endDate="2020-01-14 23:34:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:34:21 +0100" endDate="2020-01-14 23:34:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:34:26 +0100" endDate="2020-01-14 23:34:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:34:31 +0100" endDate="2020-01-14 23:34:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:34:36 +0100" endDate="2020-01-14 23:34:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:34:41 +0100" endDate="2020-01-14 23:34:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:34:46 +0100" endDate="2020-01-14 23:34:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:00 +0100" startDate="2020-01-14 23:34:51 +0100" endDate="2020-01-14 23:34:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:02 +0100" startDate="2020-01-14 23:34:56 +0100" endDate="2020-01-14 23:34:59 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:06 +0100" startDate="2020-01-14 23:34:59 +0100" endDate="2020-01-14 23:35:02 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:35:08 +0100" startDate="2020-01-14 23:35:02 +0100" endDate="2020-01-14 23:35:04 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:46:43 +0100" startDate="2020-01-14 23:35:04 +0100" endDate="2020-01-14 23:44:55 +0100" value="1145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-14 23:56:13 +0100" startDate="2020-01-14 23:45:13 +0100" endDate="2020-01-14 23:52:26 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 06:53:23 +0100" startDate="2020-01-15 06:37:50 +0100" endDate="2020-01-15 06:38:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 07:05:16 +0100" startDate="2020-01-15 06:54:13 +0100" endDate="2020-01-15 06:58:36 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 07:37:19 +0100" startDate="2020-01-15 07:25:05 +0100" endDate="2020-01-15 07:34:56 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 07:59:45 +0100" startDate="2020-01-15 07:38:55 +0100" endDate="2020-01-15 07:48:56 +0100" value="869"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 07:59:45 +0100" startDate="2020-01-15 07:48:56 +0100" endDate="2020-01-15 07:49:04 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 08:01:16 +0100" startDate="2020-01-15 07:49:04 +0100" endDate="2020-01-15 07:52:58 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 09:03:00 +0100" startDate="2020-01-15 08:48:22 +0100" endDate="2020-01-15 08:48:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 09:15:30 +0100" startDate="2020-01-15 08:48:24 +0100" endDate="2020-01-15 08:49:43 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 09:44:52 +0100" startDate="2020-01-15 09:18:43 +0100" endDate="2020-01-15 09:21:48 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 10:10:07 +0100" startDate="2020-01-15 09:48:25 +0100" endDate="2020-01-15 09:55:23 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 10:10:07 +0100" startDate="2020-01-15 09:58:44 +0100" endDate="2020-01-15 09:58:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 10:13:13 +0100" startDate="2020-01-15 10:02:13 +0100" endDate="2020-01-15 10:09:41 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 10:25:43 +0100" startDate="2020-01-15 10:14:49 +0100" endDate="2020-01-15 10:20:41 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 11:48:36 +0100" startDate="2020-01-15 11:37:14 +0100" endDate="2020-01-15 11:47:15 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 12:04:24 +0100" startDate="2020-01-15 11:47:15 +0100" endDate="2020-01-15 11:54:41 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 12:22:39 +0100" startDate="2020-01-15 12:07:23 +0100" endDate="2020-01-15 12:16:23 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 12:46:59 +0100" startDate="2020-01-15 12:32:54 +0100" endDate="2020-01-15 12:40:13 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 13:02:04 +0100" startDate="2020-01-15 12:50:03 +0100" endDate="2020-01-15 12:53:09 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 13:12:59 +0100" startDate="2020-01-15 13:01:59 +0100" endDate="2020-01-15 13:02:09 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 13:38:33 +0100" startDate="2020-01-15 13:26:51 +0100" endDate="2020-01-15 13:30:17 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 14:02:31 +0100" startDate="2020-01-15 13:48:10 +0100" endDate="2020-01-15 13:58:11 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 14:12:36 +0100" startDate="2020-01-15 13:58:11 +0100" endDate="2020-01-15 14:03:52 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 18:04:46 +0100" startDate="2020-01-15 17:53:43 +0100" endDate="2020-01-15 18:00:02 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 18:17:06 +0100" startDate="2020-01-15 18:06:04 +0100" endDate="2020-01-15 18:16:02 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 18:29:14 +0100" startDate="2020-01-15 18:17:19 +0100" endDate="2020-01-15 18:19:44 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-15 23:14:32 +0100" startDate="2020-01-15 23:03:29 +0100" endDate="2020-01-15 23:03:52 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 07:23:31 +0100" startDate="2020-01-16 07:03:53 +0100" endDate="2020-01-16 07:04:24 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 08:28:39 +0100" startDate="2020-01-16 08:17:03 +0100" endDate="2020-01-16 08:27:04 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 08:43:10 +0100" startDate="2020-01-16 08:27:04 +0100" endDate="2020-01-16 08:36:42 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 08:53:36 +0100" startDate="2020-01-16 08:38:47 +0100" endDate="2020-01-16 08:46:56 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 09:19:44 +0100" startDate="2020-01-16 09:05:11 +0100" endDate="2020-01-16 09:15:10 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 09:29:07 +0100" startDate="2020-01-16 09:16:49 +0100" endDate="2020-01-16 09:25:57 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 09:39:53 +0100" startDate="2020-01-16 09:26:50 +0100" endDate="2020-01-16 09:26:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 10:18:44 +0100" startDate="2020-01-16 10:06:58 +0100" endDate="2020-01-16 10:16:59 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 10:28:04 +0100" startDate="2020-01-16 10:16:59 +0100" endDate="2020-01-16 10:25:46 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 11:40:24 +0100" startDate="2020-01-16 10:29:38 +0100" endDate="2020-01-16 10:33:17 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 12:05:33 +0100" startDate="2020-01-16 11:48:52 +0100" endDate="2020-01-16 11:58:53 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 12:10:32 +0100" startDate="2020-01-16 11:58:53 +0100" endDate="2020-01-16 12:08:38 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 12:20:34 +0100" startDate="2020-01-16 12:08:38 +0100" endDate="2020-01-16 12:10:56 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 13:24:49 +0100" startDate="2020-01-16 13:09:59 +0100" endDate="2020-01-16 13:19:59 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 13:31:02 +0100" startDate="2020-01-16 13:19:59 +0100" endDate="2020-01-16 13:28:58 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 15:28:51 +0100" startDate="2020-01-16 15:07:47 +0100" endDate="2020-01-16 15:15:33 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 17:03:13 +0100" startDate="2020-01-16 16:50:42 +0100" endDate="2020-01-16 17:00:38 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 17:12:31 +0100" startDate="2020-01-16 17:01:14 +0100" endDate="2020-01-16 17:11:10 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 17:27:52 +0100" startDate="2020-01-16 17:11:38 +0100" endDate="2020-01-16 17:11:46 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 17:46:43 +0100" startDate="2020-01-16 17:35:32 +0100" endDate="2020-01-16 17:41:08 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 19:28:03 +0100" startDate="2020-01-16 19:16:48 +0100" endDate="2020-01-16 19:26:03 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 19:39:25 +0100" startDate="2020-01-16 19:27:45 +0100" endDate="2020-01-16 19:37:44 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 19:49:09 +0100" startDate="2020-01-16 19:38:09 +0100" endDate="2020-01-16 19:48:05 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 19:59:28 +0100" startDate="2020-01-16 19:48:26 +0100" endDate="2020-01-16 19:58:27 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 20:09:29 +0100" startDate="2020-01-16 19:58:27 +0100" endDate="2020-01-16 20:03:40 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 23:06:21 +0100" startDate="2020-01-16 22:55:18 +0100" endDate="2020-01-16 23:01:45 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-16 23:16:26 +0100" startDate="2020-01-16 23:05:23 +0100" endDate="2020-01-16 23:06:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 06:48:33 +0100" startDate="2020-01-17 06:37:33 +0100" endDate="2020-01-17 06:39:35 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 07:19:07 +0100" startDate="2020-01-17 07:08:04 +0100" endDate="2020-01-17 07:08:35 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfc1e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 08:55:00 +0100" startDate="2020-01-17 08:39:39 +0100" endDate="2020-01-17 08:47:58 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 09:05:54 +0100" startDate="2020-01-17 08:49:40 +0100" endDate="2020-01-17 08:53:57 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 09:44:11 +0100" startDate="2020-01-17 09:29:45 +0100" endDate="2020-01-17 09:39:13 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 10:17:48 +0100" startDate="2020-01-17 10:04:39 +0100" endDate="2020-01-17 10:14:40 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 10:25:43 +0100" startDate="2020-01-17 10:14:40 +0100" endDate="2020-01-17 10:19:38 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 10:47:40 +0100" startDate="2020-01-17 10:28:15 +0100" endDate="2020-01-17 10:31:19 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 12:00:31 +0100" startDate="2020-01-17 11:45:16 +0100" endDate="2020-01-17 11:52:12 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 12:11:14 +0100" startDate="2020-01-17 11:59:04 +0100" endDate="2020-01-17 12:08:04 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 12:21:04 +0100" startDate="2020-01-17 12:09:26 +0100" endDate="2020-01-17 12:19:08 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 13:59:15 +0100" startDate="2020-01-17 13:46:53 +0100" endDate="2020-01-17 13:56:54 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 14:11:34 +0100" startDate="2020-01-17 13:56:54 +0100" endDate="2020-01-17 14:06:56 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 14:17:58 +0100" startDate="2020-01-17 14:06:56 +0100" endDate="2020-01-17 14:16:34 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 14:32:53 +0100" startDate="2020-01-17 14:21:47 +0100" endDate="2020-01-17 14:24:43 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 15:01:41 +0100" startDate="2020-01-17 14:49:13 +0100" endDate="2020-01-17 14:59:14 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 15:10:33 +0100" startDate="2020-01-17 14:59:14 +0100" endDate="2020-01-17 15:01:39 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 15:42:26 +0100" startDate="2020-01-17 15:30:30 +0100" endDate="2020-01-17 15:36:24 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 16:08:03 +0100" startDate="2020-01-17 15:56:38 +0100" endDate="2020-01-17 15:58:43 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 16:35:53 +0100" startDate="2020-01-17 16:22:14 +0100" endDate="2020-01-17 16:31:32 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 16:44:31 +0100" startDate="2020-01-17 16:32:15 +0100" endDate="2020-01-17 16:33:37 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 17:08:47 +0100" startDate="2020-01-17 16:57:47 +0100" endDate="2020-01-17 17:03:06 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 17:43:13 +0100" startDate="2020-01-17 17:27:33 +0100" endDate="2020-01-17 17:27:38 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 18:17:14 +0100" startDate="2020-01-17 18:04:01 +0100" endDate="2020-01-17 18:14:02 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 18:28:24 +0100" startDate="2020-01-17 18:14:02 +0100" endDate="2020-01-17 18:22:49 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 18:40:22 +0100" startDate="2020-01-17 18:25:32 +0100" endDate="2020-01-17 18:28:52 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 19:08:08 +0100" startDate="2020-01-17 18:55:01 +0100" endDate="2020-01-17 18:55:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 19:26:06 +0100" startDate="2020-01-17 19:10:14 +0100" endDate="2020-01-17 19:19:50 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 19:35:53 +0100" startDate="2020-01-17 19:22:27 +0100" endDate="2020-01-17 19:32:28 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 19:44:05 +0100" startDate="2020-01-17 19:33:02 +0100" endDate="2020-01-17 19:33:40 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 23:10:49 +0100" startDate="2020-01-17 22:57:04 +0100" endDate="2020-01-17 23:05:33 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-17 23:26:11 +0100" startDate="2020-01-17 23:07:33 +0100" endDate="2020-01-17 23:13:19 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 00:42:57 +0100" startDate="2020-01-18 00:31:57 +0100" endDate="2020-01-18 00:34:45 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 00:55:35 +0100" startDate="2020-01-18 00:42:33 +0100" endDate="2020-01-18 00:49:05 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 05:38:51 +0100" startDate="2020-01-18 05:06:40 +0100" endDate="2020-01-18 05:10:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 08:27:20 +0100" startDate="2020-01-18 08:16:07 +0100" endDate="2020-01-18 08:26:06 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 08:37:28 +0100" startDate="2020-01-18 08:26:06 +0100" endDate="2020-01-18 08:34:51 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 08:49:55 +0100" startDate="2020-01-18 08:38:55 +0100" endDate="2020-01-18 08:40:52 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 09:42:35 +0100" startDate="2020-01-18 09:31:25 +0100" endDate="2020-01-18 09:35:57 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 09:55:18 +0100" startDate="2020-01-18 09:41:31 +0100" endDate="2020-01-18 09:51:01 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 10:05:22 +0100" startDate="2020-01-18 09:52:15 +0100" endDate="2020-01-18 10:00:34 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 10:25:57 +0100" startDate="2020-01-18 10:06:26 +0100" endDate="2020-01-18 10:06:46 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 13:27:59 +0100" startDate="2020-01-18 13:16:15 +0100" endDate="2020-01-18 13:21:16 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 14:19:39 +0100" startDate="2020-01-18 14:06:10 +0100" endDate="2020-01-18 14:11:31 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 14:50:44 +0100" startDate="2020-01-18 14:23:00 +0100" endDate="2020-01-18 14:25:56 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 16:09:30 +0100" startDate="2020-01-18 15:58:20 +0100" endDate="2020-01-18 16:06:21 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 16:20:04 +0100" startDate="2020-01-18 16:08:32 +0100" endDate="2020-01-18 16:10:44 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 17:53:45 +0100" startDate="2020-01-18 17:40:15 +0100" endDate="2020-01-18 17:50:00 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 18:03:00 +0100" startDate="2020-01-18 17:51:47 +0100" endDate="2020-01-18 18:01:18 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 18:13:11 +0100" startDate="2020-01-18 18:02:09 +0100" endDate="2020-01-18 18:09:11 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 18:25:53 +0100" startDate="2020-01-18 18:13:44 +0100" endDate="2020-01-18 18:16:35 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 18:39:00 +0100" startDate="2020-01-18 18:25:12 +0100" endDate="2020-01-18 18:31:16 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 18:50:37 +0100" startDate="2020-01-18 18:39:18 +0100" endDate="2020-01-18 18:44:32 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 19:03:45 +0100" startDate="2020-01-18 18:50:41 +0100" endDate="2020-01-18 18:55:51 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 19:16:57 +0100" startDate="2020-01-18 19:01:10 +0100" endDate="2020-01-18 19:01:53 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 21:21:16 +0100" startDate="2020-01-18 21:10:08 +0100" endDate="2020-01-18 21:10:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-18 23:59:55 +0100" startDate="2020-01-18 23:44:37 +0100" endDate="2020-01-18 23:46:39 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 00:22:43 +0100" startDate="2020-01-19 00:00:00 +0100" endDate="2020-01-19 00:00:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 10:27:55 +0100" startDate="2020-01-19 10:13:12 +0100" endDate="2020-01-19 10:21:24 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 10:44:17 +0100" startDate="2020-01-19 10:26:48 +0100" endDate="2020-01-19 10:34:59 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 10:55:59 +0100" startDate="2020-01-19 10:39:27 +0100" endDate="2020-01-19 10:47:08 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 11:11:43 +0100" startDate="2020-01-19 10:54:16 +0100" endDate="2020-01-19 10:57:07 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 12:04:11 +0100" startDate="2020-01-19 11:52:10 +0100" endDate="2020-01-19 11:52:28 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 12:25:51 +0100" startDate="2020-01-19 12:14:02 +0100" endDate="2020-01-19 12:24:02 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 12:59:52 +0100" startDate="2020-01-19 12:48:25 +0100" endDate="2020-01-19 12:58:20 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 13:11:27 +0100" startDate="2020-01-19 12:58:33 +0100" endDate="2020-01-19 13:08:34 +0100" value="1040"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 13:20:11 +0100" startDate="2020-01-19 13:08:34 +0100" endDate="2020-01-19 13:18:35 +0100" value="1045"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 13:29:42 +0100" startDate="2020-01-19 13:18:35 +0100" endDate="2020-01-19 13:28:28 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 13:43:43 +0100" startDate="2020-01-19 13:28:49 +0100" endDate="2020-01-19 13:38:19 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 13:53:56 +0100" startDate="2020-01-19 13:39:02 +0100" endDate="2020-01-19 13:49:03 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:00:40 +0100" startDate="2020-01-19 13:49:03 +0100" endDate="2020-01-19 13:59:04 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:16:41 +0100" startDate="2020-01-19 13:59:04 +0100" endDate="2020-01-19 14:09:05 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:20:47 +0100" startDate="2020-01-19 14:09:05 +0100" endDate="2020-01-19 14:19:06 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:32:02 +0100" startDate="2020-01-19 14:19:06 +0100" endDate="2020-01-19 14:29:07 +0100" value="899"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:29:07 +0100" endDate="2020-01-19 14:29:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:29:12 +0100" endDate="2020-01-19 14:29:17 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:29:17 +0100" endDate="2020-01-19 14:29:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:29:22 +0100" endDate="2020-01-19 14:29:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:29:27 +0100" endDate="2020-01-19 14:29:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:29:32 +0100" endDate="2020-01-19 14:29:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:29:37 +0100" endDate="2020-01-19 14:29:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:29:42 +0100" endDate="2020-01-19 14:29:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:29:47 +0100" endDate="2020-01-19 14:29:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:29:53 +0100" endDate="2020-01-19 14:29:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:29:58 +0100" endDate="2020-01-19 14:30:03 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:30:03 +0100" endDate="2020-01-19 14:30:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:30:08 +0100" endDate="2020-01-19 14:30:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:30:13 +0100" endDate="2020-01-19 14:30:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:30:18 +0100" endDate="2020-01-19 14:30:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:30:23 +0100" endDate="2020-01-19 14:30:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:30:28 +0100" endDate="2020-01-19 14:30:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:30:33 +0100" endDate="2020-01-19 14:30:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:30:38 +0100" endDate="2020-01-19 14:30:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:30:43 +0100" endDate="2020-01-19 14:30:46 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:31:06 +0100" endDate="2020-01-19 14:31:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:31:11 +0100" endDate="2020-01-19 14:31:17 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:31:17 +0100" endDate="2020-01-19 14:31:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:31:22 +0100" endDate="2020-01-19 14:31:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:31:27 +0100" endDate="2020-01-19 14:31:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:31:32 +0100" endDate="2020-01-19 14:31:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:31:37 +0100" endDate="2020-01-19 14:31:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:31:42 +0100" endDate="2020-01-19 14:31:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:31:47 +0100" endDate="2020-01-19 14:31:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:31:52 +0100" endDate="2020-01-19 14:31:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:31:57 +0100" endDate="2020-01-19 14:32:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:32:02 +0100" endDate="2020-01-19 14:32:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:32:07 +0100" endDate="2020-01-19 14:32:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:32:13 +0100" endDate="2020-01-19 14:32:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:32:18 +0100" endDate="2020-01-19 14:32:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:32:23 +0100" endDate="2020-01-19 14:32:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:32:28 +0100" endDate="2020-01-19 14:32:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:32:33 +0100" endDate="2020-01-19 14:32:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:32:38 +0100" endDate="2020-01-19 14:32:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:32:43 +0100" endDate="2020-01-19 14:32:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:32:48 +0100" endDate="2020-01-19 14:32:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:32:53 +0100" endDate="2020-01-19 14:32:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:32:58 +0100" endDate="2020-01-19 14:33:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:33:03 +0100" endDate="2020-01-19 14:33:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:33:09 +0100" endDate="2020-01-19 14:33:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:33:14 +0100" endDate="2020-01-19 14:33:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:33:19 +0100" endDate="2020-01-19 14:33:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:33:24 +0100" endDate="2020-01-19 14:33:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:33:29 +0100" endDate="2020-01-19 14:33:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:33:34 +0100" endDate="2020-01-19 14:33:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:33:39 +0100" endDate="2020-01-19 14:33:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:33:44 +0100" endDate="2020-01-19 14:33:47 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:34:02 +0100" endDate="2020-01-19 14:34:07 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:34:07 +0100" endDate="2020-01-19 14:34:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:34:12 +0100" endDate="2020-01-19 14:34:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:34:17 +0100" endDate="2020-01-19 14:34:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:34:22 +0100" endDate="2020-01-19 14:34:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:34:27 +0100" endDate="2020-01-19 14:34:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:34:33 +0100" endDate="2020-01-19 14:34:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:34:38 +0100" endDate="2020-01-19 14:34:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:34:43 +0100" endDate="2020-01-19 14:34:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:34:48 +0100" endDate="2020-01-19 14:34:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:34:53 +0100" endDate="2020-01-19 14:34:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:34:58 +0100" endDate="2020-01-19 14:35:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:35:03 +0100" endDate="2020-01-19 14:35:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:35:08 +0100" endDate="2020-01-19 14:35:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:35:13 +0100" endDate="2020-01-19 14:35:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:35:18 +0100" endDate="2020-01-19 14:35:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:35:24 +0100" endDate="2020-01-19 14:35:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:35:29 +0100" endDate="2020-01-19 14:35:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:35:34 +0100" endDate="2020-01-19 14:35:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:35:39 +0100" endDate="2020-01-19 14:35:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:35:44 +0100" endDate="2020-01-19 14:35:49 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:35:59 +0100" endDate="2020-01-19 14:36:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:36:04 +0100" endDate="2020-01-19 14:36:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:36:09 +0100" endDate="2020-01-19 14:36:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:36:14 +0100" endDate="2020-01-19 14:36:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:36:20 +0100" endDate="2020-01-19 14:36:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:36:25 +0100" endDate="2020-01-19 14:36:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:36:30 +0100" endDate="2020-01-19 14:36:35 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:36:35 +0100" endDate="2020-01-19 14:36:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:36:40 +0100" endDate="2020-01-19 14:36:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:36:45 +0100" endDate="2020-01-19 14:36:50 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:36:50 +0100" endDate="2020-01-19 14:36:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:36:55 +0100" endDate="2020-01-19 14:37:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:37:00 +0100" endDate="2020-01-19 14:37:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:37:05 +0100" endDate="2020-01-19 14:37:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:37:10 +0100" endDate="2020-01-19 14:37:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:37:16 +0100" endDate="2020-01-19 14:37:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:37:21 +0100" endDate="2020-01-19 14:37:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:37:26 +0100" endDate="2020-01-19 14:37:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:37:31 +0100" endDate="2020-01-19 14:37:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:37:36 +0100" endDate="2020-01-19 14:37:41 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:38:04 +0100" endDate="2020-01-19 14:38:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:38:17 +0100" endDate="2020-01-19 14:38:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:38:22 +0100" endDate="2020-01-19 14:38:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:38:27 +0100" endDate="2020-01-19 14:38:32 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:38:32 +0100" endDate="2020-01-19 14:38:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:38:37 +0100" endDate="2020-01-19 14:38:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:38:42 +0100" endDate="2020-01-19 14:38:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:38:47 +0100" endDate="2020-01-19 14:38:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:38:52 +0100" endDate="2020-01-19 14:38:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:38:57 +0100" endDate="2020-01-19 14:39:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:39:02 +0100" endDate="2020-01-19 14:39:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:39:08 +0100" endDate="2020-01-19 14:39:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:39:13 +0100" endDate="2020-01-19 14:39:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:39:18 +0100" endDate="2020-01-19 14:39:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:39:23 +0100" endDate="2020-01-19 14:39:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:39:28 +0100" endDate="2020-01-19 14:39:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:39:33 +0100" endDate="2020-01-19 14:39:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:39:38 +0100" endDate="2020-01-19 14:39:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:53 +0100" startDate="2020-01-19 14:39:43 +0100" endDate="2020-01-19 14:39:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:56 +0100" startDate="2020-01-19 14:39:48 +0100" endDate="2020-01-19 14:39:51 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:39:58 +0100" startDate="2020-01-19 14:39:51 +0100" endDate="2020-01-19 14:39:53 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:40:03 +0100" startDate="2020-01-19 14:39:53 +0100" endDate="2020-01-19 14:39:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:40:09 +0100" startDate="2020-01-19 14:39:58 +0100" endDate="2020-01-19 14:40:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:40:14 +0100" startDate="2020-01-19 14:40:04 +0100" endDate="2020-01-19 14:40:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:40:19 +0100" startDate="2020-01-19 14:40:09 +0100" endDate="2020-01-19 14:40:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:40:20 +0100" startDate="2020-01-19 14:40:14 +0100" endDate="2020-01-19 14:40:16 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:40:21 +0100" startDate="2020-01-19 14:40:16 +0100" endDate="2020-01-19 14:40:19 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:40:25 +0100" startDate="2020-01-19 14:40:19 +0100" endDate="2020-01-19 14:40:21 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:40:28 +0100" startDate="2020-01-19 14:40:21 +0100" endDate="2020-01-19 14:40:24 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:40:31 +0100" startDate="2020-01-19 14:40:24 +0100" endDate="2020-01-19 14:40:26 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:40:32 +0100" startDate="2020-01-19 14:40:26 +0100" endDate="2020-01-19 14:40:29 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 14:54:55 +0100" startDate="2020-01-19 14:40:29 +0100" endDate="2020-01-19 14:50:30 +0100" value="1077"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 15:03:46 +0100" startDate="2020-01-19 14:50:30 +0100" endDate="2020-01-19 15:00:31 +0100" value="1126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 15:11:49 +0100" startDate="2020-01-19 15:00:31 +0100" endDate="2020-01-19 15:03:21 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 15:24:18 +0100" startDate="2020-01-19 15:11:43 +0100" endDate="2020-01-19 15:16:38 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 15:50:47 +0100" startDate="2020-01-19 15:39:44 +0100" endDate="2020-01-19 15:39:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 16:05:55 +0100" startDate="2020-01-19 16:02:38 +0100" endDate="2020-01-19 16:05:49 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 16:22:16 +0100" startDate="2020-01-19 16:05:52 +0100" endDate="2020-01-19 16:14:57 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 16:30:22 +0100" startDate="2020-01-19 16:16:23 +0100" endDate="2020-01-19 16:20:52 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 19:34:31 +0100" startDate="2020-01-19 19:23:28 +0100" endDate="2020-01-19 19:23:44 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 19:55:27 +0100" startDate="2020-01-19 19:35:44 +0100" endDate="2020-01-19 19:41:13 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 20:06:29 +0100" startDate="2020-01-19 19:52:53 +0100" endDate="2020-01-19 19:53:09 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 22:32:56 +0100" startDate="2020-01-19 22:20:03 +0100" endDate="2020-01-19 22:24:25 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-19 23:24:36 +0100" startDate="2020-01-19 23:12:25 +0100" endDate="2020-01-19 23:15:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 07:12:08 +0100" startDate="2020-01-20 06:59:31 +0100" endDate="2020-01-20 07:08:26 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 07:22:14 +0100" startDate="2020-01-20 07:11:11 +0100" endDate="2020-01-20 07:11:14 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 08:07:56 +0100" startDate="2020-01-20 07:51:32 +0100" endDate="2020-01-20 07:51:32 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 08:48:27 +0100" startDate="2020-01-20 08:33:13 +0100" endDate="2020-01-20 08:43:14 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 08:55:43 +0100" startDate="2020-01-20 08:43:14 +0100" endDate="2020-01-20 08:52:47 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 09:06:31 +0100" startDate="2020-01-20 08:53:33 +0100" endDate="2020-01-20 09:03:23 +0100" value="1059"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 09:18:37 +0100" startDate="2020-01-20 09:04:29 +0100" endDate="2020-01-20 09:04:32 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 09:42:10 +0100" startDate="2020-01-20 09:16:26 +0100" endDate="2020-01-20 09:17:32 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 09:43:10 +0100" startDate="2020-01-20 09:29:53 +0100" endDate="2020-01-20 09:29:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 10:26:19 +0100" startDate="2020-01-20 10:14:28 +0100" endDate="2020-01-20 10:22:22 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 11:26:46 +0100" startDate="2020-01-20 11:12:27 +0100" endDate="2020-01-20 11:22:18 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 11:33:51 +0100" startDate="2020-01-20 11:22:41 +0100" endDate="2020-01-20 11:25:37 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 12:01:34 +0100" startDate="2020-01-20 11:46:57 +0100" endDate="2020-01-20 11:56:58 +0100" value="1044"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 12:09:40 +0100" startDate="2020-01-20 11:56:58 +0100" endDate="2020-01-20 12:06:59 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 12:21:28 +0100" startDate="2020-01-20 12:06:59 +0100" endDate="2020-01-20 12:09:09 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 12:31:25 +0100" startDate="2020-01-20 12:19:28 +0100" endDate="2020-01-20 12:26:16 +0100" value="654"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 12:54:24 +0100" startDate="2020-01-20 12:36:19 +0100" endDate="2020-01-20 12:46:02 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 14:14:15 +0100" startDate="2020-01-20 14:02:30 +0100" endDate="2020-01-20 14:05:34 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 14:28:19 +0100" startDate="2020-01-20 14:13:26 +0100" endDate="2020-01-20 14:18:29 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 15:40:08 +0100" startDate="2020-01-20 15:23:47 +0100" endDate="2020-01-20 15:28:20 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 15:48:53 +0100" startDate="2020-01-20 15:34:12 +0100" endDate="2020-01-20 15:37:02 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 15:57:11 +0100" startDate="2020-01-20 15:45:06 +0100" endDate="2020-01-20 15:48:41 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 16:16:13 +0100" startDate="2020-01-20 16:03:02 +0100" endDate="2020-01-20 16:12:36 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 16:25:00 +0100" startDate="2020-01-20 16:13:24 +0100" endDate="2020-01-20 16:17:51 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 16:36:20 +0100" startDate="2020-01-20 16:24:31 +0100" endDate="2020-01-20 16:34:31 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 16:52:39 +0100" startDate="2020-01-20 16:34:31 +0100" endDate="2020-01-20 16:35:50 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 17:27:41 +0100" startDate="2020-01-20 17:14:02 +0100" endDate="2020-01-20 17:22:29 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 19:07:56 +0100" startDate="2020-01-20 17:27:33 +0100" endDate="2020-01-20 17:27:51 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 19:49:45 +0100" startDate="2020-01-20 19:38:45 +0100" endDate="2020-01-20 19:44:37 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 20:11:46 +0100" startDate="2020-01-20 19:56:17 +0100" endDate="2020-01-20 20:05:47 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 20:18:14 +0100" startDate="2020-01-20 20:07:14 +0100" endDate="2020-01-20 20:17:15 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 20:28:52 +0100" startDate="2020-01-20 20:17:23 +0100" endDate="2020-01-20 20:20:29 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-20 22:12:59 +0100" startDate="2020-01-20 22:01:56 +0100" endDate="2020-01-20 22:03:08 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 05:01:40 +0100" startDate="2020-01-21 04:48:17 +0100" endDate="2020-01-21 04:56:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 05:13:38 +0100" startDate="2020-01-21 04:59:12 +0100" endDate="2020-01-21 05:00:36 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 07:40:00 +0100" startDate="2020-01-21 07:36:41 +0100" endDate="2020-01-21 07:39:57 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 07:40:04 +0100" startDate="2020-01-21 07:39:57 +0100" endDate="2020-01-21 07:40:00 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 07:40:16 +0100" startDate="2020-01-21 07:40:00 +0100" endDate="2020-01-21 07:40:13 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 07:51:15 +0100" startDate="2020-01-21 07:40:13 +0100" endDate="2020-01-21 07:46:04 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 08:15:45 +0100" startDate="2020-01-21 08:04:42 +0100" endDate="2020-01-21 08:04:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 08:54:52 +0100" startDate="2020-01-21 08:43:11 +0100" endDate="2020-01-21 08:45:36 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 09:04:19 +0100" startDate="2020-01-21 08:53:19 +0100" endDate="2020-01-21 09:02:40 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 10:45:24 +0100" startDate="2020-01-21 10:33:08 +0100" endDate="2020-01-21 10:42:23 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 11:01:50 +0100" startDate="2020-01-21 10:45:24 +0100" endDate="2020-01-21 10:53:38 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 11:38:57 +0100" startDate="2020-01-21 11:26:02 +0100" endDate="2020-01-21 11:36:03 +0100" value="1086"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 11:52:17 +0100" startDate="2020-01-21 11:36:03 +0100" endDate="2020-01-21 11:45:29 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 11:59:56 +0100" startDate="2020-01-21 11:46:04 +0100" endDate="2020-01-21 11:46:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 12:18:27 +0100" startDate="2020-01-21 12:07:05 +0100" endDate="2020-01-21 12:17:06 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 12:29:35 +0100" startDate="2020-01-21 12:17:06 +0100" endDate="2020-01-21 12:20:57 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 12:38:23 +0100" startDate="2020-01-21 12:27:23 +0100" endDate="2020-01-21 12:32:54 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 14:07:05 +0100" startDate="2020-01-21 13:55:06 +0100" endDate="2020-01-21 13:57:41 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 14:17:33 +0100" startDate="2020-01-21 14:05:13 +0100" endDate="2020-01-21 14:06:14 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 15:12:51 +0100" startDate="2020-01-21 14:54:30 +0100" endDate="2020-01-21 14:58:17 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 15:31:53 +0100" startDate="2020-01-21 15:20:51 +0100" endDate="2020-01-21 15:30:35 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 15:42:40 +0100" startDate="2020-01-21 15:31:13 +0100" endDate="2020-01-21 15:39:30 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 15:55:37 +0100" startDate="2020-01-21 15:41:45 +0100" endDate="2020-01-21 15:44:38 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 17:34:23 +0100" startDate="2020-01-21 17:20:47 +0100" endDate="2020-01-21 17:20:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 17:43:47 +0100" startDate="2020-01-21 17:31:23 +0100" endDate="2020-01-21 17:41:25 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 17:56:38 +0100" startDate="2020-01-21 17:41:25 +0100" endDate="2020-01-21 17:47:52 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 18:09:02 +0100" startDate="2020-01-21 17:57:45 +0100" endDate="2020-01-21 17:57:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 18:54:12 +0100" startDate="2020-01-21 18:43:09 +0100" endDate="2020-01-21 18:43:24 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 19:23:28 +0100" startDate="2020-01-21 19:12:25 +0100" endDate="2020-01-21 19:13:31 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-21 22:52:09 +0100" startDate="2020-01-21 22:41:06 +0100" endDate="2020-01-21 22:43:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 07:10:44 +0100" startDate="2020-01-22 06:57:32 +0100" endDate="2020-01-22 07:03:48 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 07:20:31 +0100" startDate="2020-01-22 07:09:31 +0100" endDate="2020-01-22 07:09:44 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 08:09:19 +0100" startDate="2020-01-22 07:55:49 +0100" endDate="2020-01-22 07:56:37 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 08:17:37 +0100" startDate="2020-01-22 08:06:33 +0100" endDate="2020-01-22 08:16:34 +0100" value="904"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 08:32:10 +0100" startDate="2020-01-22 08:16:34 +0100" endDate="2020-01-22 08:16:54 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 10:12:52 +0100" startDate="2020-01-22 09:59:17 +0100" endDate="2020-01-22 09:59:48 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 10:28:56 +0100" startDate="2020-01-22 10:13:30 +0100" endDate="2020-01-22 10:20:19 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 11:00:26 +0100" startDate="2020-01-22 10:49:21 +0100" endDate="2020-01-22 10:58:49 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 11:11:55 +0100" startDate="2020-01-22 11:00:23 +0100" endDate="2020-01-22 11:02:51 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 11:23:47 +0100" startDate="2020-01-22 11:11:08 +0100" endDate="2020-01-22 11:12:17 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 11:42:29 +0100" startDate="2020-01-22 11:30:53 +0100" endDate="2020-01-22 11:40:54 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 11:52:06 +0100" startDate="2020-01-22 11:40:54 +0100" endDate="2020-01-22 11:46:12 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 12:18:56 +0100" startDate="2020-01-22 12:07:47 +0100" endDate="2020-01-22 12:17:20 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 14:01:02 +0100" startDate="2020-01-22 13:49:55 +0100" endDate="2020-01-22 13:59:41 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 14:28:01 +0100" startDate="2020-01-22 14:16:24 +0100" endDate="2020-01-22 14:17:45 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 15:21:05 +0100" startDate="2020-01-22 15:09:35 +0100" endDate="2020-01-22 15:17:39 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 16:14:15 +0100" startDate="2020-01-22 15:53:56 +0100" endDate="2020-01-22 15:58:01 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 16:33:06 +0100" startDate="2020-01-22 16:20:50 +0100" endDate="2020-01-22 16:26:35 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 17:12:53 +0100" startDate="2020-01-22 16:57:23 +0100" endDate="2020-01-22 17:07:21 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 17:18:36 +0100" startDate="2020-01-22 17:07:21 +0100" endDate="2020-01-22 17:17:20 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 17:31:33 +0100" startDate="2020-01-22 17:17:27 +0100" endDate="2020-01-22 17:21:29 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 17:59:14 +0100" startDate="2020-01-22 17:44:04 +0100" endDate="2020-01-22 17:54:05 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 18:05:20 +0100" startDate="2020-01-22 17:54:05 +0100" endDate="2020-01-22 18:04:06 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 18:15:09 +0100" startDate="2020-01-22 18:04:06 +0100" endDate="2020-01-22 18:14:07 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 18:26:31 +0100" startDate="2020-01-22 18:14:07 +0100" endDate="2020-01-22 18:24:06 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 18:37:38 +0100" startDate="2020-01-22 18:24:34 +0100" endDate="2020-01-22 18:34:10 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 18:48:07 +0100" startDate="2020-01-22 18:35:47 +0100" endDate="2020-01-22 18:44:31 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 18:57:26 +0100" startDate="2020-01-22 18:46:26 +0100" endDate="2020-01-22 18:52:45 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 19:17:54 +0100" startDate="2020-01-22 19:06:41 +0100" endDate="2020-01-22 19:09:34 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 19:29:08 +0100" startDate="2020-01-22 19:18:06 +0100" endDate="2020-01-22 19:18:11 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 19:42:03 +0100" startDate="2020-01-22 19:30:50 +0100" endDate="2020-01-22 19:33:07 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-22 23:47:03 +0100" startDate="2020-01-22 23:36:01 +0100" endDate="2020-01-22 23:40:23 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 07:12:29 +0100" startDate="2020-01-23 06:55:46 +0100" endDate="2020-01-23 06:59:53 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 07:40:17 +0100" startDate="2020-01-23 07:28:52 +0100" endDate="2020-01-23 07:28:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 07:49:32 +0100" startDate="2020-01-23 07:42:59 +0100" endDate="2020-01-23 07:43:39 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 08:08:01 +0100" startDate="2020-01-23 07:54:49 +0100" endDate="2020-01-23 08:04:50 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 08:16:00 +0100" startDate="2020-01-23 08:04:50 +0100" endDate="2020-01-23 08:14:51 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 08:31:58 +0100" startDate="2020-01-23 08:14:51 +0100" endDate="2020-01-23 08:23:28 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 09:55:55 +0100" startDate="2020-01-23 09:40:21 +0100" endDate="2020-01-23 09:45:32 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 10:02:57 +0100" startDate="2020-01-23 09:50:24 +0100" endDate="2020-01-23 09:56:18 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 10:14:34 +0100" startDate="2020-01-23 10:04:07 +0100" endDate="2020-01-23 10:05:23 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 11:11:42 +0100" startDate="2020-01-23 10:59:33 +0100" endDate="2020-01-23 11:09:09 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 11:43:49 +0100" startDate="2020-01-23 11:31:31 +0100" endDate="2020-01-23 11:33:51 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 11:53:52 +0100" startDate="2020-01-23 11:42:06 +0100" endDate="2020-01-23 11:42:12 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 12:25:35 +0100" startDate="2020-01-23 12:12:10 +0100" endDate="2020-01-23 12:20:06 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 12:42:14 +0100" startDate="2020-01-23 12:23:40 +0100" endDate="2020-01-23 12:29:42 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 12:53:48 +0100" startDate="2020-01-23 12:41:11 +0100" endDate="2020-01-23 12:47:00 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 13:16:26 +0100" startDate="2020-01-23 13:00:56 +0100" endDate="2020-01-23 13:07:37 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 14:34:18 +0100" startDate="2020-01-23 14:20:01 +0100" endDate="2020-01-23 14:23:04 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 16:13:38 +0100" startDate="2020-01-23 16:00:01 +0100" endDate="2020-01-23 16:10:00 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 16:21:12 +0100" startDate="2020-01-23 16:10:00 +0100" endDate="2020-01-23 16:19:38 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 16:33:31 +0100" startDate="2020-01-23 16:21:07 +0100" endDate="2020-01-23 16:30:45 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 16:47:29 +0100" startDate="2020-01-23 16:33:00 +0100" endDate="2020-01-23 16:37:56 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 17:29:04 +0100" startDate="2020-01-23 17:14:07 +0100" endDate="2020-01-23 17:23:51 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 17:37:30 +0100" startDate="2020-01-23 17:24:36 +0100" endDate="2020-01-23 17:29:04 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 17:55:20 +0100" startDate="2020-01-23 17:43:12 +0100" endDate="2020-01-23 17:43:45 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 18:10:47 +0100" startDate="2020-01-23 17:59:29 +0100" endDate="2020-01-23 18:03:11 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 18:24:04 +0100" startDate="2020-01-23 18:11:58 +0100" endDate="2020-01-23 18:20:53 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 18:33:25 +0100" startDate="2020-01-23 18:22:25 +0100" endDate="2020-01-23 18:23:03 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 19:31:24 +0100" startDate="2020-01-23 19:16:29 +0100" endDate="2020-01-23 19:19:14 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 19:49:32 +0100" startDate="2020-01-23 19:38:29 +0100" endDate="2020-01-23 19:40:14 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 20:13:40 +0100" startDate="2020-01-23 20:02:38 +0100" endDate="2020-01-23 20:11:31 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 20:25:02 +0100" startDate="2020-01-23 20:13:59 +0100" endDate="2020-01-23 20:15:20 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 21:21:53 +0100" startDate="2020-01-23 21:10:50 +0100" endDate="2020-01-23 21:20:43 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 21:31:59 +0100" startDate="2020-01-23 21:20:56 +0100" endDate="2020-01-23 21:26:08 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 21:47:29 +0100" startDate="2020-01-23 21:36:26 +0100" endDate="2020-01-23 21:43:45 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 21:58:09 +0100" startDate="2020-01-23 21:47:06 +0100" endDate="2020-01-23 21:50:35 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 22:11:23 +0100" startDate="2020-01-23 22:00:20 +0100" endDate="2020-01-23 22:05:18 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 22:41:47 +0100" startDate="2020-01-23 22:30:39 +0100" endDate="2020-01-23 22:40:38 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 22:51:41 +0100" startDate="2020-01-23 22:40:38 +0100" endDate="2020-01-23 22:41:34 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 23:18:00 +0100" startDate="2020-01-23 23:06:57 +0100" endDate="2020-01-23 23:07:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-23 23:36:12 +0100" startDate="2020-01-23 23:23:02 +0100" endDate="2020-01-23 23:25:17 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 00:17:05 +0100" startDate="2020-01-24 00:06:05 +0100" endDate="2020-01-24 00:10:31 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 06:57:56 +0100" startDate="2020-01-24 06:44:45 +0100" endDate="2020-01-24 06:45:00 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 07:15:50 +0100" startDate="2020-01-24 07:04:44 +0100" endDate="2020-01-24 07:07:37 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 07:56:25 +0100" startDate="2020-01-24 07:43:42 +0100" endDate="2020-01-24 07:43:57 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 08:08:14 +0100" startDate="2020-01-24 07:56:56 +0100" endDate="2020-01-24 08:06:58 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 08:18:34 +0100" startDate="2020-01-24 08:06:58 +0100" endDate="2020-01-24 08:08:50 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 08:39:16 +0100" startDate="2020-01-24 08:26:49 +0100" endDate="2020-01-24 08:29:50 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 09:02:41 +0100" startDate="2020-01-24 08:51:23 +0100" endDate="2020-01-24 08:53:23 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 09:51:32 +0100" startDate="2020-01-24 09:41:12 +0100" endDate="2020-01-24 09:41:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 10:06:06 +0100" startDate="2020-01-24 09:52:53 +0100" endDate="2020-01-24 10:02:38 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 10:19:28 +0100" startDate="2020-01-24 10:08:26 +0100" endDate="2020-01-24 10:08:51 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 11:05:04 +0100" startDate="2020-01-24 10:54:04 +0100" endDate="2020-01-24 11:03:55 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 11:15:58 +0100" startDate="2020-01-24 11:04:15 +0100" endDate="2020-01-24 11:10:35 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 11:36:43 +0100" startDate="2020-01-24 11:22:03 +0100" endDate="2020-01-24 11:29:56 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 11:58:24 +0100" startDate="2020-01-24 11:45:38 +0100" endDate="2020-01-24 11:52:48 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 12:48:07 +0100" startDate="2020-01-24 12:35:08 +0100" endDate="2020-01-24 12:45:07 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 12:56:38 +0100" startDate="2020-01-24 12:45:07 +0100" endDate="2020-01-24 12:55:06 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 13:07:12 +0100" startDate="2020-01-24 12:55:06 +0100" endDate="2020-01-24 13:05:06 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 13:16:08 +0100" startDate="2020-01-24 13:05:06 +0100" endDate="2020-01-24 13:10:57 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 14:06:46 +0100" startDate="2020-01-24 13:50:11 +0100" endDate="2020-01-24 14:00:07 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 14:13:46 +0100" startDate="2020-01-24 14:00:43 +0100" endDate="2020-01-24 14:10:06 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 14:23:41 +0100" startDate="2020-01-24 14:12:41 +0100" endDate="2020-01-24 14:13:45 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 14:36:05 +0100" startDate="2020-01-24 14:25:02 +0100" endDate="2020-01-24 14:34:38 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 15:02:22 +0100" startDate="2020-01-24 14:51:19 +0100" endDate="2020-01-24 14:55:21 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 15:20:16 +0100" startDate="2020-01-24 15:07:04 +0100" endDate="2020-01-24 15:14:25 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 15:33:04 +0100" startDate="2020-01-24 15:22:01 +0100" endDate="2020-01-24 15:22:16 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 16:51:14 +0100" startDate="2020-01-24 16:40:12 +0100" endDate="2020-01-24 16:41:41 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 17:01:24 +0100" startDate="2020-01-24 16:50:16 +0100" endDate="2020-01-24 16:59:16 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 17:15:22 +0100" startDate="2020-01-24 17:01:03 +0100" endDate="2020-01-24 17:11:02 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 17:30:34 +0100" startDate="2020-01-24 17:11:02 +0100" endDate="2020-01-24 17:11:43 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 17:46:44 +0100" startDate="2020-01-24 17:43:17 +0100" endDate="2020-01-24 17:43:30 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 18:57:00 +0100" startDate="2020-01-24 18:45:04 +0100" endDate="2020-01-24 18:45:50 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 19:40:21 +0100" startDate="2020-01-24 19:29:21 +0100" endDate="2020-01-24 19:36:03 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 19:52:47 +0100" startDate="2020-01-24 19:40:13 +0100" endDate="2020-01-24 19:44:02 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 21:47:16 +0100" startDate="2020-01-24 21:36:16 +0100" endDate="2020-01-24 21:45:57 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 21:58:13 +0100" startDate="2020-01-24 21:47:11 +0100" endDate="2020-01-24 21:47:49 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 22:39:12 +0100" startDate="2020-01-24 22:27:30 +0100" endDate="2020-01-24 22:37:31 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 22:48:34 +0100" startDate="2020-01-24 22:37:31 +0100" endDate="2020-01-24 22:39:26 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 23:01:50 +0100" startDate="2020-01-24 22:50:43 +0100" endDate="2020-01-24 23:00:44 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 23:15:01 +0100" startDate="2020-01-24 23:00:44 +0100" endDate="2020-01-24 23:10:45 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 23:27:26 +0100" startDate="2020-01-24 23:10:45 +0100" endDate="2020-01-24 23:20:46 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 23:37:52 +0100" startDate="2020-01-24 23:23:06 +0100" endDate="2020-01-24 23:32:52 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 23:45:40 +0100" startDate="2020-01-24 23:33:18 +0100" endDate="2020-01-24 23:43:02 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-24 23:56:23 +0100" startDate="2020-01-24 23:44:51 +0100" endDate="2020-01-24 23:53:00 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 00:06:44 +0100" startDate="2020-01-24 23:55:41 +0100" endDate="2020-01-25 00:03:35 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 08:15:38 +0100" startDate="2020-01-25 08:04:35 +0100" endDate="2020-01-25 08:04:48 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 08:34:13 +0100" startDate="2020-01-25 08:23:10 +0100" endDate="2020-01-25 08:23:43 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 09:50:38 +0100" startDate="2020-01-25 09:28:55 +0100" endDate="2020-01-25 09:35:27 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 10:24:57 +0100" startDate="2020-01-25 10:11:28 +0100" endDate="2020-01-25 10:11:34 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 12:39:15 +0100" startDate="2020-01-25 12:28:12 +0100" endDate="2020-01-25 12:28:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 12:54:18 +0100" startDate="2020-01-25 12:54:02 +0100" endDate="2020-01-25 12:54:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 13:05:18 +0100" startDate="2020-01-25 12:54:55 +0100" endDate="2020-01-25 13:04:55 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 13:16:26 +0100" startDate="2020-01-25 13:05:46 +0100" endDate="2020-01-25 13:15:11 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 13:26:59 +0100" startDate="2020-01-25 13:16:25 +0100" endDate="2020-01-25 13:25:26 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 13:51:28 +0100" startDate="2020-01-25 13:38:43 +0100" endDate="2020-01-25 13:41:13 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 14:02:06 +0100" startDate="2020-01-25 13:49:39 +0100" endDate="2020-01-25 13:49:52 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 14:57:08 +0100" startDate="2020-01-25 14:42:55 +0100" endDate="2020-01-25 14:51:20 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 15:15:42 +0100" startDate="2020-01-25 15:02:05 +0100" endDate="2020-01-25 15:02:41 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 15:31:02 +0100" startDate="2020-01-25 15:15:38 +0100" endDate="2020-01-25 15:22:26 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 15:42:23 +0100" startDate="2020-01-25 15:31:23 +0100" endDate="2020-01-25 15:36:59 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 15:53:59 +0100" startDate="2020-01-25 15:42:56 +0100" endDate="2020-01-25 15:52:43 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 17:15:02 +0100" startDate="2020-01-25 17:00:58 +0100" endDate="2020-01-25 17:10:39 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 17:23:33 +0100" startDate="2020-01-25 17:11:55 +0100" endDate="2020-01-25 17:21:55 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 17:33:45 +0100" startDate="2020-01-25 17:21:55 +0100" endDate="2020-01-25 17:23:57 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 17:52:01 +0100" startDate="2020-01-25 17:40:58 +0100" endDate="2020-01-25 17:46:37 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 18:15:46 +0100" startDate="2020-01-25 18:04:46 +0100" endDate="2020-01-25 18:14:45 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 18:28:46 +0100" startDate="2020-01-25 18:14:45 +0100" endDate="2020-01-25 18:17:05 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-25 18:57:06 +0100" startDate="2020-01-25 18:29:06 +0100" endDate="2020-01-25 18:36:52 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 03:23:32 +0100" startDate="2020-01-26 03:12:24 +0100" endDate="2020-01-26 03:13:07 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 04:55:40 +0100" startDate="2020-01-26 04:38:29 +0100" endDate="2020-01-26 04:45:17 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 08:54:39 +0100" startDate="2020-01-26 08:43:43 +0100" endDate="2020-01-26 08:53:20 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 09:05:39 +0100" startDate="2020-01-26 08:54:39 +0100" endDate="2020-01-26 08:58:58 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 09:26:58 +0100" startDate="2020-01-26 09:13:09 +0100" endDate="2020-01-26 09:22:52 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 09:34:20 +0100" startDate="2020-01-26 09:23:20 +0100" endDate="2020-01-26 09:31:04 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 09:50:52 +0100" startDate="2020-01-26 09:35:55 +0100" endDate="2020-01-26 09:45:51 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 09:59:45 +0100" startDate="2020-01-26 09:45:56 +0100" endDate="2020-01-26 09:49:46 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 10:17:49 +0100" startDate="2020-01-26 10:06:40 +0100" endDate="2020-01-26 10:11:51 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 10:33:13 +0100" startDate="2020-01-26 10:22:11 +0100" endDate="2020-01-26 10:22:46 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 12:20:03 +0100" startDate="2020-01-26 12:09:00 +0100" endDate="2020-01-26 12:13:46 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 12:48:25 +0100" startDate="2020-01-26 12:34:30 +0100" endDate="2020-01-26 12:43:55 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 13:32:03 +0100" startDate="2020-01-26 13:17:12 +0100" endDate="2020-01-26 13:17:45 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 13:40:30 +0100" startDate="2020-01-26 13:28:13 +0100" endDate="2020-01-26 13:37:39 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 13:58:22 +0100" startDate="2020-01-26 13:40:24 +0100" endDate="2020-01-26 13:50:12 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 14:04:10 +0100" startDate="2020-01-26 13:50:35 +0100" endDate="2020-01-26 14:00:26 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 14:15:31 +0100" startDate="2020-01-26 14:01:55 +0100" endDate="2020-01-26 14:10:53 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 14:25:20 +0100" startDate="2020-01-26 14:14:55 +0100" endDate="2020-01-26 14:24:12 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 14:36:08 +0100" startDate="2020-01-26 14:25:08 +0100" endDate="2020-01-26 14:34:34 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 14:47:44 +0100" startDate="2020-01-26 14:35:35 +0100" endDate="2020-01-26 14:44:27 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 15:00:23 +0100" startDate="2020-01-26 14:48:45 +0100" endDate="2020-01-26 14:58:24 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 15:07:43 +0100" startDate="2020-01-26 14:59:05 +0100" endDate="2020-01-26 15:07:14 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 15:18:43 +0100" startDate="2020-01-26 15:08:23 +0100" endDate="2020-01-26 15:09:42 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 15:40:35 +0100" startDate="2020-01-26 15:28:23 +0100" endDate="2020-01-26 15:37:10 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 15:55:41 +0100" startDate="2020-01-26 15:38:50 +0100" endDate="2020-01-26 15:48:51 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 15:59:42 +0100" startDate="2020-01-26 15:48:51 +0100" endDate="2020-01-26 15:58:50 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 16:14:24 +0100" startDate="2020-01-26 15:58:50 +0100" endDate="2020-01-26 16:08:13 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 16:27:19 +0100" startDate="2020-01-26 16:09:12 +0100" endDate="2020-01-26 16:19:13 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 16:31:37 +0100" startDate="2020-01-26 16:19:13 +0100" endDate="2020-01-26 16:29:09 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 16:41:21 +0100" startDate="2020-01-26 16:30:15 +0100" endDate="2020-01-26 16:38:27 +0100" value="729"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 17:05:00 +0100" startDate="2020-01-26 16:53:54 +0100" endDate="2020-01-26 17:02:39 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 17:17:13 +0100" startDate="2020-01-26 17:06:13 +0100" endDate="2020-01-26 17:15:30 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 17:29:59 +0100" startDate="2020-01-26 17:17:50 +0100" endDate="2020-01-26 17:22:59 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 17:43:51 +0100" startDate="2020-01-26 17:32:50 +0100" endDate="2020-01-26 17:42:19 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 17:58:40 +0100" startDate="2020-01-26 17:44:55 +0100" endDate="2020-01-26 17:54:56 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 18:07:44 +0100" startDate="2020-01-26 17:54:56 +0100" endDate="2020-01-26 18:01:49 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 18:27:26 +0100" startDate="2020-01-26 18:16:26 +0100" endDate="2020-01-26 18:22:33 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 19:25:44 +0100" startDate="2020-01-26 19:13:13 +0100" endDate="2020-01-26 19:15:39 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-26 21:14:40 +0100" startDate="2020-01-26 21:03:37 +0100" endDate="2020-01-26 21:03:42 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 07:20:27 +0100" startDate="2020-01-27 07:05:44 +0100" endDate="2020-01-27 07:11:54 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 07:35:59 +0100" startDate="2020-01-27 07:22:36 +0100" endDate="2020-01-27 07:24:54 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 07:51:24 +0100" startDate="2020-01-27 07:40:30 +0100" endDate="2020-01-27 07:41:01 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 08:14:08 +0100" startDate="2020-01-27 08:02:11 +0100" endDate="2020-01-27 08:12:10 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 08:24:37 +0100" startDate="2020-01-27 08:13:08 +0100" endDate="2020-01-27 08:23:09 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 08:34:28 +0100" startDate="2020-01-27 08:23:09 +0100" endDate="2020-01-27 08:29:37 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 09:39:11 +0100" startDate="2020-01-27 09:25:25 +0100" endDate="2020-01-27 09:33:47 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 10:06:13 +0100" startDate="2020-01-27 09:54:40 +0100" endDate="2020-01-27 10:01:30 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 10:36:05 +0100" startDate="2020-01-27 10:16:30 +0100" endDate="2020-01-27 10:16:38 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 10:51:53 +0100" startDate="2020-01-27 10:37:44 +0100" endDate="2020-01-27 10:41:38 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 11:00:08 +0100" startDate="2020-01-27 10:47:57 +0100" endDate="2020-01-27 10:57:35 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 11:14:38 +0100" startDate="2020-01-27 10:57:58 +0100" endDate="2020-01-27 10:58:57 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 11:43:41 +0100" startDate="2020-01-27 11:32:06 +0100" endDate="2020-01-27 11:42:07 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 11:57:22 +0100" startDate="2020-01-27 11:42:07 +0100" endDate="2020-01-27 11:45:11 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 12:22:29 +0100" startDate="2020-01-27 12:11:29 +0100" endDate="2020-01-27 12:20:34 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 17:02:40 +0100" startDate="2020-01-27 16:50:37 +0100" endDate="2020-01-27 17:00:30 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 17:13:12 +0100" startDate="2020-01-27 17:02:10 +0100" endDate="2020-01-27 17:11:56 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 18:39:50 +0100" startDate="2020-01-27 18:17:05 +0100" endDate="2020-01-27 18:27:06 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 18:39:50 +0100" startDate="2020-01-27 18:27:06 +0100" endDate="2020-01-27 18:29:36 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 18:45:02 +0100" startDate="2020-01-27 18:32:10 +0100" endDate="2020-01-27 18:33:01 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 20:23:31 +0100" startDate="2020-01-27 20:12:25 +0100" endDate="2020-01-27 20:22:24 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 20:33:27 +0100" startDate="2020-01-27 20:22:24 +0100" endDate="2020-01-27 20:31:54 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 20:44:36 +0100" startDate="2020-01-27 20:33:34 +0100" endDate="2020-01-27 20:42:13 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 21:12:16 +0100" startDate="2020-01-27 20:56:13 +0100" endDate="2020-01-27 21:01:31 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 21:59:47 +0100" startDate="2020-01-27 21:48:44 +0100" endDate="2020-01-27 21:48:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-27 22:36:08 +0100" startDate="2020-01-27 22:25:05 +0100" endDate="2020-01-27 22:25:10 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 06:23:11 +0100" startDate="2020-01-28 06:12:08 +0100" endDate="2020-01-28 06:21:56 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 06:35:24 +0100" startDate="2020-01-28 06:22:29 +0100" endDate="2020-01-28 06:27:12 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 08:14:07 +0100" startDate="2020-01-28 08:02:31 +0100" endDate="2020-01-28 08:12:25 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 08:41:38 +0100" startDate="2020-01-28 08:30:35 +0100" endDate="2020-01-28 08:31:16 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 09:33:26 +0100" startDate="2020-01-28 09:18:28 +0100" endDate="2020-01-28 09:22:38 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 09:48:58 +0100" startDate="2020-01-28 09:28:31 +0100" endDate="2020-01-28 09:37:03 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 10:27:47 +0100" startDate="2020-01-28 10:16:47 +0100" endDate="2020-01-28 10:26:22 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 10:44:06 +0100" startDate="2020-01-28 10:28:07 +0100" endDate="2020-01-28 10:28:24 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 11:42:55 +0100" startDate="2020-01-28 11:31:50 +0100" endDate="2020-01-28 11:41:52 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 12:01:41 +0100" startDate="2020-01-28 11:41:52 +0100" endDate="2020-01-28 11:45:59 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 12:11:02 +0100" startDate="2020-01-28 12:00:02 +0100" endDate="2020-01-28 12:01:54 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 12:28:04 +0100" startDate="2020-01-28 12:15:09 +0100" endDate="2020-01-28 12:19:34 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 12:41:13 +0100" startDate="2020-01-28 12:27:49 +0100" endDate="2020-01-28 12:27:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 13:53:46 +0100" startDate="2020-01-28 13:37:24 +0100" endDate="2020-01-28 13:37:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 14:51:03 +0100" startDate="2020-01-28 14:34:30 +0100" endDate="2020-01-28 14:37:08 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 16:24:58 +0100" startDate="2020-01-28 16:08:46 +0100" endDate="2020-01-28 16:16:43 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 17:10:35 +0100" startDate="2020-01-28 16:59:22 +0100" endDate="2020-01-28 17:03:58 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 17:32:00 +0100" startDate="2020-01-28 17:19:54 +0100" endDate="2020-01-28 17:28:03 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 17:45:03 +0100" startDate="2020-01-28 17:33:19 +0100" endDate="2020-01-28 17:43:18 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 17:54:21 +0100" startDate="2020-01-28 17:43:18 +0100" endDate="2020-01-28 17:44:14 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 18:28:14 +0100" startDate="2020-01-28 18:17:08 +0100" endDate="2020-01-28 18:20:42 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 18:47:46 +0100" startDate="2020-01-28 18:30:08 +0100" endDate="2020-01-28 18:33:42 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 19:01:00 +0100" startDate="2020-01-28 18:47:31 +0100" endDate="2020-01-28 18:57:14 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 19:12:27 +0100" startDate="2020-01-28 18:57:58 +0100" endDate="2020-01-28 18:59:22 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 19:24:05 +0100" startDate="2020-01-28 19:13:02 +0100" endDate="2020-01-28 19:23:03 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 19:34:05 +0100" startDate="2020-01-28 19:23:03 +0100" endDate="2020-01-28 19:23:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 19:52:14 +0100" startDate="2020-01-28 19:40:29 +0100" endDate="2020-01-28 19:48:05 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 20:06:43 +0100" startDate="2020-01-28 19:55:43 +0100" endDate="2020-01-28 20:02:48 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 20:25:02 +0100" startDate="2020-01-28 20:12:41 +0100" endDate="2020-01-28 20:16:13 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 21:55:44 +0100" startDate="2020-01-28 21:44:05 +0100" endDate="2020-01-28 21:54:04 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-28 22:10:21 +0100" startDate="2020-01-28 21:54:17 +0100" endDate="2020-01-28 21:54:40 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 05:57:15 +0100" startDate="2020-01-29 05:41:36 +0100" endDate="2020-01-29 05:42:17 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 06:23:26 +0100" startDate="2020-01-29 06:08:54 +0100" endDate="2020-01-29 06:16:10 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 07:52:07 +0100" startDate="2020-01-29 07:44:33 +0100" endDate="2020-01-29 07:52:04 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 08:14:50 +0100" startDate="2020-01-29 08:01:52 +0100" endDate="2020-01-29 08:11:53 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 08:31:30 +0100" startDate="2020-01-29 08:11:53 +0100" endDate="2020-01-29 08:17:14 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 09:06:49 +0100" startDate="2020-01-29 08:55:07 +0100" endDate="2020-01-29 09:00:26 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 09:17:06 +0100" startDate="2020-01-29 09:06:47 +0100" endDate="2020-01-29 09:16:17 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 09:32:03 +0100" startDate="2020-01-29 09:19:18 +0100" endDate="2020-01-29 09:20:29 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 11:20:57 +0100" startDate="2020-01-29 11:03:33 +0100" endDate="2020-01-29 11:05:05 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 11:43:29 +0100" startDate="2020-01-29 11:32:29 +0100" endDate="2020-01-29 11:41:24 +0100" value="987"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 12:01:55 +0100" startDate="2020-01-29 11:49:07 +0100" endDate="2020-01-29 11:51:17 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 12:17:10 +0100" startDate="2020-01-29 12:05:44 +0100" endDate="2020-01-29 12:15:22 +0100" value="1074"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 12:28:04 +0100" startDate="2020-01-29 12:15:52 +0100" endDate="2020-01-29 12:19:39 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 12:48:07 +0100" startDate="2020-01-29 12:31:40 +0100" endDate="2020-01-29 12:33:12 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 13:35:15 +0100" startDate="2020-01-29 13:20:57 +0100" endDate="2020-01-29 13:29:01 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 13:50:12 +0100" startDate="2020-01-29 13:34:58 +0100" endDate="2020-01-29 13:42:56 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 14:04:22 +0100" startDate="2020-01-29 13:52:12 +0100" endDate="2020-01-29 13:59:10 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 14:17:01 +0100" startDate="2020-01-29 14:02:39 +0100" endDate="2020-01-29 14:08:18 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 14:55:53 +0100" startDate="2020-01-29 14:44:53 +0100" endDate="2020-01-29 14:54:47 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 15:08:05 +0100" startDate="2020-01-29 14:55:15 +0100" endDate="2020-01-29 15:03:16 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 15:29:07 +0100" startDate="2020-01-29 15:13:36 +0100" endDate="2020-01-29 15:16:47 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 16:08:22 +0100" startDate="2020-01-29 15:52:48 +0100" endDate="2020-01-29 15:57:18 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 17:17:01 +0100" startDate="2020-01-29 17:00:47 +0100" endDate="2020-01-29 17:10:27 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 17:26:02 +0100" startDate="2020-01-29 17:10:47 +0100" endDate="2020-01-29 17:10:52 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 18:19:14 +0100" startDate="2020-01-29 18:02:44 +0100" endDate="2020-01-29 18:02:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 19:09:56 +0100" startDate="2020-01-29 18:57:46 +0100" endDate="2020-01-29 19:07:37 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 19:26:55 +0100" startDate="2020-01-29 19:11:55 +0100" endDate="2020-01-29 19:19:46 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 19:39:25 +0100" startDate="2020-01-29 19:28:25 +0100" endDate="2020-01-29 19:33:15 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 19:50:27 +0100" startDate="2020-01-29 19:39:25 +0100" endDate="2020-01-29 19:39:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 20:28:53 +0100" startDate="2020-01-29 20:13:25 +0100" endDate="2020-01-29 20:23:03 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 21:03:28 +0100" startDate="2020-01-29 20:51:43 +0100" endDate="2020-01-29 20:51:43 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 21:38:49 +0100" startDate="2020-01-29 21:27:14 +0100" endDate="2020-01-29 21:37:07 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-29 21:48:17 +0100" startDate="2020-01-29 21:37:17 +0100" endDate="2020-01-29 21:42:07 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 00:28:18 +0100" startDate="2020-01-30 00:12:39 +0100" endDate="2020-01-30 00:13:35 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 07:19:59 +0100" startDate="2020-01-30 07:02:02 +0100" endDate="2020-01-30 07:02:10 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 07:43:02 +0100" startDate="2020-01-30 07:31:59 +0100" endDate="2020-01-30 07:38:06 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 08:13:56 +0100" startDate="2020-01-30 08:00:34 +0100" endDate="2020-01-30 08:10:32 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 08:22:13 +0100" startDate="2020-01-30 08:11:13 +0100" endDate="2020-01-30 08:18:34 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 08:40:00 +0100" startDate="2020-01-30 08:28:26 +0100" endDate="2020-01-30 08:38:13 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 08:49:15 +0100" startDate="2020-01-30 08:38:28 +0100" endDate="2020-01-30 08:39:07 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 10:14:13 +0100" startDate="2020-01-30 10:03:05 +0100" endDate="2020-01-30 10:12:58 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 10:28:08 +0100" startDate="2020-01-30 10:13:59 +0100" endDate="2020-01-30 10:14:27 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 11:15:59 +0100" startDate="2020-01-30 11:02:15 +0100" endDate="2020-01-30 11:08:32 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 11:28:34 +0100" startDate="2020-01-30 11:15:02 +0100" endDate="2020-01-30 11:25:03 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 11:36:06 +0100" startDate="2020-01-30 11:25:03 +0100" endDate="2020-01-30 11:35:04 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 11:46:32 +0100" startDate="2020-01-30 11:35:04 +0100" endDate="2020-01-30 11:44:52 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 12:09:00 +0100" startDate="2020-01-30 11:45:43 +0100" endDate="2020-01-30 11:45:48 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 12:39:18 +0100" startDate="2020-01-30 12:27:08 +0100" endDate="2020-01-30 12:36:43 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 12:54:24 +0100" startDate="2020-01-30 12:37:37 +0100" endDate="2020-01-30 12:47:36 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 13:03:55 +0100" startDate="2020-01-30 12:47:36 +0100" endDate="2020-01-30 12:49:00 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 14:42:36 +0100" startDate="2020-01-30 14:31:09 +0100" endDate="2020-01-30 14:38:48 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 14:52:31 +0100" startDate="2020-01-30 14:41:18 +0100" endDate="2020-01-30 14:44:29 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 15:05:19 +0100" startDate="2020-01-30 14:51:25 +0100" endDate="2020-01-30 14:56:41 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 15:07:47 +0100" startDate="2020-01-30 15:07:31 +0100" endDate="2020-01-30 15:07:44 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 15:21:48 +0100" startDate="2020-01-30 15:07:44 +0100" endDate="2020-01-30 15:16:33 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 15:29:38 +0100" startDate="2020-01-30 15:17:45 +0100" endDate="2020-01-30 15:22:53 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 16:05:35 +0100" startDate="2020-01-30 15:45:41 +0100" endDate="2020-01-30 15:54:10 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 16:20:13 +0100" startDate="2020-01-30 16:04:17 +0100" endDate="2020-01-30 16:08:20 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 16:31:56 +0100" startDate="2020-01-30 16:17:18 +0100" endDate="2020-01-30 16:27:05 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 16:50:41 +0100" startDate="2020-01-30 16:31:46 +0100" endDate="2020-01-30 16:31:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 16:58:20 +0100" startDate="2020-01-30 16:46:32 +0100" endDate="2020-01-30 16:52:09 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 17:19:46 +0100" startDate="2020-01-30 16:59:41 +0100" endDate="2020-01-30 16:59:43 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 17:26:44 +0100" startDate="2020-01-30 17:13:51 +0100" endDate="2020-01-30 17:18:04 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 17:39:08 +0100" startDate="2020-01-30 17:27:38 +0100" endDate="2020-01-30 17:37:24 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 18:08:05 +0100" startDate="2020-01-30 17:57:35 +0100" endDate="2020-01-30 17:57:38 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 18:27:00 +0100" startDate="2020-01-30 18:11:43 +0100" endDate="2020-01-30 18:19:27 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 18:38:40 +0100" startDate="2020-01-30 18:27:40 +0100" endDate="2020-01-30 18:36:55 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 18:54:47 +0100" startDate="2020-01-30 18:42:44 +0100" endDate="2020-01-30 18:51:29 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 19:04:45 +0100" startDate="2020-01-30 18:53:44 +0100" endDate="2020-01-30 18:53:57 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 19:22:08 +0100" startDate="2020-01-30 19:10:03 +0100" endDate="2020-01-30 19:18:58 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 19:56:41 +0100" startDate="2020-01-30 19:37:44 +0100" endDate="2020-01-30 19:46:33 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 21:13:53 +0100" startDate="2020-01-30 21:01:19 +0100" endDate="2020-01-30 21:11:10 +0100" value="843"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 21:26:13 +0100" startDate="2020-01-30 21:11:33 +0100" endDate="2020-01-30 21:11:35 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 21:59:45 +0100" startDate="2020-01-30 21:45:52 +0100" endDate="2020-01-30 21:46:48 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-30 23:10:12 +0100" startDate="2020-01-30 22:59:46 +0100" endDate="2020-01-30 22:59:49 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 07:38:00 +0100" startDate="2020-01-31 07:21:09 +0100" endDate="2020-01-31 07:31:03 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 07:48:58 +0100" startDate="2020-01-31 07:38:52 +0100" endDate="2020-01-31 07:38:54 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 08:24:31 +0100" startDate="2020-01-31 08:12:10 +0100" endDate="2020-01-31 08:22:11 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 08:30:39 +0100" startDate="2020-01-31 08:22:11 +0100" endDate="2020-01-31 08:27:28 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 10:28:15 +0100" startDate="2020-01-31 10:15:36 +0100" endDate="2020-01-31 10:25:37 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 10:36:40 +0100" startDate="2020-01-31 10:25:37 +0100" endDate="2020-01-31 10:26:54 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 12:44:10 +0100" startDate="2020-01-31 12:31:20 +0100" endDate="2020-01-31 12:40:54 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 12:55:28 +0100" startDate="2020-01-31 12:43:52 +0100" endDate="2020-01-31 12:51:15 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 13:35:34 +0100" startDate="2020-01-31 13:21:42 +0100" endDate="2020-01-31 13:27:39 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 13:43:12 +0100" startDate="2020-01-31 13:32:12 +0100" endDate="2020-01-31 13:42:13 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 13:53:46 +0100" startDate="2020-01-31 13:42:13 +0100" endDate="2020-01-31 13:48:17 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 14:33:55 +0100" startDate="2020-01-31 14:22:59 +0100" endDate="2020-01-31 14:23:15 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 14:44:38 +0100" startDate="2020-01-31 14:33:38 +0100" endDate="2020-01-31 14:38:29 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 15:44:37 +0100" startDate="2020-01-31 15:29:17 +0100" endDate="2020-01-31 15:39:10 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 15:50:51 +0100" startDate="2020-01-31 15:39:38 +0100" endDate="2020-01-31 15:49:37 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 16:02:15 +0100" startDate="2020-01-31 15:49:37 +0100" endDate="2020-01-31 15:53:01 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 16:25:12 +0100" startDate="2020-01-31 16:11:01 +0100" endDate="2020-01-31 16:17:30 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 16:36:22 +0100" startDate="2020-01-31 16:23:43 +0100" endDate="2020-01-31 16:23:50 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 16:47:27 +0100" startDate="2020-01-31 16:35:18 +0100" endDate="2020-01-31 16:45:01 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 16:56:19 +0100" startDate="2020-01-31 16:45:19 +0100" endDate="2020-01-31 16:53:38 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 17:17:30 +0100" startDate="2020-01-31 17:06:28 +0100" endDate="2020-01-31 17:16:18 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 17:27:36 +0100" startDate="2020-01-31 17:16:34 +0100" endDate="2020-01-31 17:16:36 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 18:42:26 +0100" startDate="2020-01-31 18:29:14 +0100" endDate="2020-01-31 18:38:51 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 18:50:42 +0100" startDate="2020-01-31 18:39:32 +0100" endDate="2020-01-31 18:49:08 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 19:20:49 +0100" startDate="2020-01-31 18:52:11 +0100" endDate="2020-01-31 18:54:09 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 19:20:49 +0100" startDate="2020-01-31 19:10:42 +0100" endDate="2020-01-31 19:14:22 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 19:35:34 +0100" startDate="2020-01-31 19:14:27 +0100" endDate="2020-01-31 19:14:27 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 19:42:39 +0100" startDate="2020-01-31 19:27:57 +0100" endDate="2020-01-31 19:34:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 19:57:23 +0100" startDate="2020-01-31 19:41:24 +0100" endDate="2020-01-31 19:41:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 22:05:10 +0100" startDate="2020-01-31 21:54:55 +0100" endDate="2020-01-31 22:02:58 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 22:25:28 +0100" startDate="2020-01-31 22:12:42 +0100" endDate="2020-01-31 22:12:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-01-31 23:54:54 +0100" startDate="2020-01-31 23:41:46 +0100" endDate="2020-01-31 23:43:28 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 00:23:39 +0100" startDate="2020-02-01 00:08:24 +0100" endDate="2020-02-01 00:14:03 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 00:34:24 +0100" startDate="2020-02-01 00:23:22 +0100" endDate="2020-02-01 00:23:32 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 08:11:48 +0100" startDate="2020-02-01 07:57:12 +0100" endDate="2020-02-01 07:59:27 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 10:50:01 +0100" startDate="2020-02-01 10:38:59 +0100" endDate="2020-02-01 10:49:00 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 11:00:15 +0100" startDate="2020-02-01 10:49:00 +0100" endDate="2020-02-01 10:59:01 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 11:09:57 +0100" startDate="2020-02-01 10:59:11 +0100" endDate="2020-02-01 11:08:49 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 11:32:11 +0100" startDate="2020-02-01 11:21:08 +0100" endDate="2020-02-01 11:29:52 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 11:55:33 +0100" startDate="2020-02-01 11:40:19 +0100" endDate="2020-02-01 11:50:20 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 12:01:44 +0100" startDate="2020-02-01 11:50:20 +0100" endDate="2020-02-01 12:00:21 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 12:12:49 +0100" startDate="2020-02-01 12:00:21 +0100" endDate="2020-02-01 12:09:00 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 12:21:27 +0100" startDate="2020-02-01 12:10:27 +0100" endDate="2020-02-01 12:11:18 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 12:38:45 +0100" startDate="2020-02-01 12:26:53 +0100" endDate="2020-02-01 12:36:39 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 12:47:31 +0100" startDate="2020-02-01 12:36:56 +0100" endDate="2020-02-01 12:46:01 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 13:03:39 +0100" startDate="2020-02-01 12:47:25 +0100" endDate="2020-02-01 12:56:54 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 13:26:40 +0100" startDate="2020-02-01 13:16:26 +0100" endDate="2020-02-01 13:26:17 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 13:40:29 +0100" startDate="2020-02-01 13:26:37 +0100" endDate="2020-02-01 13:33:01 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 13:56:56 +0100" startDate="2020-02-01 13:45:54 +0100" endDate="2020-02-01 13:55:50 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 14:08:18 +0100" startDate="2020-02-01 13:57:15 +0100" endDate="2020-02-01 13:57:23 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 16:30:33 +0100" startDate="2020-02-01 14:50:18 +0100" endDate="2020-02-01 14:51:01 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 16:30:33 +0100" startDate="2020-02-01 15:51:00 +0100" endDate="2020-02-01 16:00:44 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 16:30:33 +0100" startDate="2020-02-01 16:00:59 +0100" endDate="2020-02-01 16:07:27 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 16:39:40 +0100" startDate="2020-02-01 16:28:40 +0100" endDate="2020-02-01 16:29:41 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 16:59:16 +0100" startDate="2020-02-01 16:48:13 +0100" endDate="2020-02-01 16:48:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 18:15:14 +0100" startDate="2020-02-01 18:02:23 +0100" endDate="2020-02-01 18:08:36 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 18:58:57 +0100" startDate="2020-02-01 18:46:08 +0100" endDate="2020-02-01 18:46:11 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 19:18:57 +0100" startDate="2020-02-01 19:06:53 +0100" endDate="2020-02-01 19:16:52 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 19:32:56 +0100" startDate="2020-02-01 19:16:52 +0100" endDate="2020-02-01 19:26:29 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 19:46:32 +0100" startDate="2020-02-01 19:30:54 +0100" endDate="2020-02-01 19:31:04 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 19:56:34 +0100" startDate="2020-02-01 19:42:55 +0100" endDate="2020-02-01 19:49:52 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 20:05:16 +0100" startDate="2020-02-01 19:53:09 +0100" endDate="2020-02-01 19:59:36 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 20:18:10 +0100" startDate="2020-02-01 20:04:11 +0100" endDate="2020-02-01 20:14:10 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 20:28:07 +0100" startDate="2020-02-01 20:14:15 +0100" endDate="2020-02-01 20:20:04 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 20:48:23 +0100" startDate="2020-02-01 20:31:22 +0100" endDate="2020-02-01 20:33:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 20:54:31 +0100" startDate="2020-02-01 20:41:31 +0100" endDate="2020-02-01 20:47:30 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 21:40:10 +0100" startDate="2020-02-01 21:22:02 +0100" endDate="2020-02-01 21:30:54 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 21:48:13 +0100" startDate="2020-02-01 21:32:06 +0100" endDate="2020-02-01 21:34:46 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 22:01:54 +0100" startDate="2020-02-01 21:49:37 +0100" endDate="2020-02-01 21:58:17 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 22:15:21 +0100" startDate="2020-02-01 22:04:37 +0100" endDate="2020-02-01 22:07:30 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 22:21:26 +0100" startDate="2020-02-01 22:09:04 +0100" endDate="2020-02-01 22:15:39 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 22:40:16 +0100" startDate="2020-02-01 22:16:43 +0100" endDate="2020-02-01 22:26:21 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 22:40:16 +0100" startDate="2020-02-01 22:26:46 +0100" endDate="2020-02-01 22:35:18 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 22:50:17 +0100" startDate="2020-02-01 22:37:46 +0100" endDate="2020-02-01 22:44:54 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 23:02:13 +0100" startDate="2020-02-01 22:48:12 +0100" endDate="2020-02-01 22:48:12 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 23:23:44 +0100" startDate="2020-02-01 23:06:07 +0100" endDate="2020-02-01 23:09:18 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 23:29:34 +0100" startDate="2020-02-01 23:16:41 +0100" endDate="2020-02-01 23:26:42 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 23:46:50 +0100" startDate="2020-02-01 23:26:42 +0100" endDate="2020-02-01 23:36:38 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-01 23:50:07 +0100" startDate="2020-02-01 23:37:39 +0100" endDate="2020-02-01 23:43:54 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 00:18:26 +0100" startDate="2020-02-02 00:04:17 +0100" endDate="2020-02-02 00:13:02 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 00:32:48 +0100" startDate="2020-02-02 00:15:04 +0100" endDate="2020-02-02 00:23:28 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 00:38:15 +0100" startDate="2020-02-02 00:25:18 +0100" endDate="2020-02-02 00:34:58 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 00:50:59 +0100" startDate="2020-02-02 00:35:34 +0100" endDate="2020-02-02 00:37:18 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 01:16:16 +0100" startDate="2020-02-02 00:51:16 +0100" endDate="2020-02-02 01:01:02 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 01:16:16 +0100" startDate="2020-02-02 01:01:27 +0100" endDate="2020-02-02 01:01:40 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 01:27:19 +0100" startDate="2020-02-02 01:16:17 +0100" endDate="2020-02-02 01:16:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 09:02:12 +0100" startDate="2020-02-02 08:48:50 +0100" endDate="2020-02-02 08:48:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 09:36:12 +0100" startDate="2020-02-02 09:25:10 +0100" endDate="2020-02-02 09:25:40 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 10:55:25 +0100" startDate="2020-02-02 10:41:22 +0100" endDate="2020-02-02 10:45:34 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 11:08:37 +0100" startDate="2020-02-02 10:55:29 +0100" endDate="2020-02-02 10:55:44 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 11:31:51 +0100" startDate="2020-02-02 11:18:24 +0100" endDate="2020-02-02 11:20:34 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 11:44:03 +0100" startDate="2020-02-02 11:31:57 +0100" endDate="2020-02-02 11:32:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 12:51:38 +0100" startDate="2020-02-02 12:33:31 +0100" endDate="2020-02-02 12:35:34 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 12:57:01 +0100" startDate="2020-02-02 12:43:46 +0100" endDate="2020-02-02 12:43:58 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 13:08:36 +0100" startDate="2020-02-02 12:55:31 +0100" endDate="2020-02-02 13:00:19 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 13:42:19 +0100" startDate="2020-02-02 13:17:18 +0100" endDate="2020-02-02 13:22:13 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 14:29:52 +0100" startDate="2020-02-02 14:12:03 +0100" endDate="2020-02-02 14:18:13 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 17:47:09 +0100" startDate="2020-02-02 17:36:06 +0100" endDate="2020-02-02 17:44:31 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 18:06:26 +0100" startDate="2020-02-02 17:47:49 +0100" endDate="2020-02-02 17:49:54 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 18:13:17 +0100" startDate="2020-02-02 17:58:55 +0100" endDate="2020-02-02 18:05:46 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 18:27:19 +0100" startDate="2020-02-02 18:09:48 +0100" endDate="2020-02-02 18:18:56 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 18:32:09 +0100" startDate="2020-02-02 18:19:55 +0100" endDate="2020-02-02 18:26:20 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 18:48:48 +0100" startDate="2020-02-02 18:31:10 +0100" endDate="2020-02-02 18:35:41 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 19:11:17 +0100" startDate="2020-02-02 19:00:00 +0100" endDate="2020-02-02 19:09:58 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 19:21:08 +0100" startDate="2020-02-02 19:09:58 +0100" endDate="2020-02-02 19:12:43 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 20:58:20 +0100" startDate="2020-02-02 20:45:38 +0100" endDate="2020-02-02 20:53:26 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 21:07:02 +0100" startDate="2020-02-02 20:55:59 +0100" endDate="2020-02-02 20:56:25 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 23:00:26 +0100" startDate="2020-02-02 22:48:05 +0100" endDate="2020-02-02 22:48:13 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-02 23:12:16 +0100" startDate="2020-02-02 23:00:20 +0100" endDate="2020-02-02 23:01:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 08:30:50 +0100" startDate="2020-02-03 08:15:04 +0100" endDate="2020-02-03 08:24:20 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 08:35:33 +0100" startDate="2020-02-03 08:30:42 +0100" endDate="2020-02-03 08:35:30 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 08:57:34 +0100" startDate="2020-02-03 08:45:49 +0100" endDate="2020-02-03 08:46:29 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 09:18:15 +0100" startDate="2020-02-03 09:05:58 +0100" endDate="2020-02-03 09:15:59 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 09:28:25 +0100" startDate="2020-02-03 09:15:59 +0100" endDate="2020-02-03 09:22:11 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 10:27:07 +0100" startDate="2020-02-03 10:15:42 +0100" endDate="2020-02-03 10:25:43 +0100" value="1132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 10:38:52 +0100" startDate="2020-02-03 10:25:43 +0100" endDate="2020-02-03 10:30:36 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 10:49:39 +0100" startDate="2020-02-03 10:38:39 +0100" endDate="2020-02-03 10:39:22 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 11:39:18 +0100" startDate="2020-02-03 11:24:12 +0100" endDate="2020-02-03 11:24:58 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 11:52:30 +0100" startDate="2020-02-03 11:40:36 +0100" endDate="2020-02-03 11:49:44 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 12:03:36 +0100" startDate="2020-02-03 11:50:43 +0100" endDate="2020-02-03 11:55:15 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 12:58:59 +0100" startDate="2020-02-03 12:43:26 +0100" endDate="2020-02-03 12:49:06 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 13:10:28 +0100" startDate="2020-02-03 12:53:28 +0100" endDate="2020-02-03 12:53:41 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 14:36:04 +0100" startDate="2020-02-03 14:18:09 +0100" endDate="2020-02-03 14:25:01 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 15:12:08 +0100" startDate="2020-02-03 15:00:21 +0100" endDate="2020-02-03 15:01:07 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 15:40:10 +0100" startDate="2020-02-03 15:20:52 +0100" endDate="2020-02-03 15:21:07 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 16:31:34 +0100" startDate="2020-02-03 16:20:24 +0100" endDate="2020-02-03 16:30:15 +0100" value="964"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 16:54:34 +0100" startDate="2020-02-03 16:40:52 +0100" endDate="2020-02-03 16:50:53 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 17:03:38 +0100" startDate="2020-02-03 16:50:53 +0100" endDate="2020-02-03 17:00:52 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 17:14:20 +0100" startDate="2020-02-03 17:01:43 +0100" endDate="2020-02-03 17:04:23 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 17:22:44 +0100" startDate="2020-02-03 17:11:44 +0100" endDate="2020-02-03 17:17:02 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 18:19:11 +0100" startDate="2020-02-03 18:08:11 +0100" endDate="2020-02-03 18:13:08 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 20:57:54 +0100" startDate="2020-02-03 20:46:53 +0100" endDate="2020-02-03 20:46:58 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 21:15:03 +0100" startDate="2020-02-03 21:04:00 +0100" endDate="2020-02-03 21:04:08 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 21:34:15 +0100" startDate="2020-02-03 21:19:45 +0100" endDate="2020-02-03 21:19:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-03 22:24:10 +0100" startDate="2020-02-03 22:13:07 +0100" endDate="2020-02-03 22:18:04 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 07:35:46 +0100" startDate="2020-02-04 07:16:58 +0100" endDate="2020-02-04 07:17:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 08:20:59 +0100" startDate="2020-02-04 08:08:25 +0100" endDate="2020-02-04 08:17:48 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 08:25:17 +0100" startDate="2020-02-04 08:19:17 +0100" endDate="2020-02-04 08:25:14 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 08:25:21 +0100" startDate="2020-02-04 08:25:14 +0100" endDate="2020-02-04 08:25:16 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 08:44:56 +0100" startDate="2020-02-04 08:25:16 +0100" endDate="2020-02-04 08:32:55 +0100" value="785"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 08:52:25 +0100" startDate="2020-02-04 08:39:31 +0100" endDate="2020-02-04 08:40:55 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 09:09:08 +0100" startDate="2020-02-04 08:58:08 +0100" endDate="2020-02-04 08:59:06 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 10:43:18 +0100" startDate="2020-02-04 10:26:16 +0100" endDate="2020-02-04 10:35:42 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 10:51:59 +0100" startDate="2020-02-04 10:38:37 +0100" endDate="2020-02-04 10:48:05 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 11:05:26 +0100" startDate="2020-02-04 10:51:21 +0100" endDate="2020-02-04 11:00:03 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 11:22:25 +0100" startDate="2020-02-04 11:04:49 +0100" endDate="2020-02-04 11:12:28 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 11:30:57 +0100" startDate="2020-02-04 11:19:57 +0100" endDate="2020-02-04 11:29:55 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 11:41:33 +0100" startDate="2020-02-04 11:29:55 +0100" endDate="2020-02-04 11:39:56 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 11:53:38 +0100" startDate="2020-02-04 11:39:56 +0100" endDate="2020-02-04 11:47:35 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 12:29:34 +0100" startDate="2020-02-04 12:18:31 +0100" endDate="2020-02-04 12:27:05 +0100" value="949"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 12:43:01 +0100" startDate="2020-02-04 12:28:39 +0100" endDate="2020-02-04 12:30:09 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 12:57:22 +0100" startDate="2020-02-04 12:44:26 +0100" endDate="2020-02-04 12:54:21 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 13:07:25 +0100" startDate="2020-02-04 12:54:21 +0100" endDate="2020-02-04 13:01:55 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 13:29:23 +0100" startDate="2020-02-04 13:14:54 +0100" endDate="2020-02-04 13:24:06 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 13:47:33 +0100" startDate="2020-02-04 13:26:17 +0100" endDate="2020-02-04 13:27:43 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 14:26:55 +0100" startDate="2020-02-04 14:15:30 +0100" endDate="2020-02-04 14:19:04 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 14:30:19 +0100" startDate="2020-02-04 14:25:54 +0100" endDate="2020-02-04 14:27:25 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 14:44:44 +0100" startDate="2020-02-04 14:33:14 +0100" endDate="2020-02-04 14:33:35 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 15:07:58 +0100" startDate="2020-02-04 14:55:49 +0100" endDate="2020-02-04 15:00:09 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 17:04:38 +0100" startDate="2020-02-04 16:50:35 +0100" endDate="2020-02-04 16:56:54 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 19:34:45 +0100" startDate="2020-02-04 19:22:33 +0100" endDate="2020-02-04 19:32:11 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 19:47:43 +0100" startDate="2020-02-04 19:33:37 +0100" endDate="2020-02-04 19:43:26 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 19:57:38 +0100" startDate="2020-02-04 19:43:41 +0100" endDate="2020-02-04 19:52:18 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 20:10:20 +0100" startDate="2020-02-04 19:56:53 +0100" endDate="2020-02-04 19:57:08 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 22:26:30 +0100" startDate="2020-02-04 22:15:25 +0100" endDate="2020-02-04 22:17:15 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-04 23:42:03 +0100" startDate="2020-02-04 23:31:11 +0100" endDate="2020-02-04 23:36:06 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 06:32:30 +0100" startDate="2020-02-05 06:14:54 +0100" endDate="2020-02-05 06:15:47 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 08:01:32 +0100" startDate="2020-02-05 07:49:06 +0100" endDate="2020-02-05 07:58:00 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 08:17:02 +0100" startDate="2020-02-05 08:00:31 +0100" endDate="2020-02-05 08:00:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 09:39:24 +0100" startDate="2020-02-05 09:25:28 +0100" endDate="2020-02-05 09:25:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 09:59:50 +0100" startDate="2020-02-05 09:48:47 +0100" endDate="2020-02-05 09:53:35 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 10:10:13 +0100" startDate="2020-02-05 09:58:49 +0100" endDate="2020-02-05 10:04:38 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 12:10:58 +0100" startDate="2020-02-05 11:59:12 +0100" endDate="2020-02-05 12:08:37 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 12:27:53 +0100" startDate="2020-02-05 12:09:21 +0100" endDate="2020-02-05 12:15:22 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 13:10:14 +0100" startDate="2020-02-05 12:58:25 +0100" endDate="2020-02-05 13:08:24 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 13:19:34 +0100" startDate="2020-02-05 13:08:24 +0100" endDate="2020-02-05 13:18:17 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 13:37:22 +0100" startDate="2020-02-05 13:20:04 +0100" endDate="2020-02-05 13:20:20 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 14:35:18 +0100" startDate="2020-02-05 14:23:46 +0100" endDate="2020-02-05 14:33:47 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 14:45:37 +0100" startDate="2020-02-05 14:33:47 +0100" endDate="2020-02-05 14:40:40 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 16:04:23 +0100" startDate="2020-02-05 15:50:11 +0100" endDate="2020-02-05 15:50:26 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 16:30:40 +0100" startDate="2020-02-05 16:18:38 +0100" endDate="2020-02-05 16:25:43 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 18:51:11 +0100" startDate="2020-02-05 18:39:58 +0100" endDate="2020-02-05 18:49:59 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 19:01:02 +0100" startDate="2020-02-05 18:49:59 +0100" endDate="2020-02-05 18:58:59 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 19:20:38 +0100" startDate="2020-02-05 19:09:38 +0100" endDate="2020-02-05 19:17:57 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-05 22:26:32 +0100" startDate="2020-02-05 22:15:29 +0100" endDate="2020-02-05 22:19:39 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 07:12:07 +0100" startDate="2020-02-06 06:57:40 +0100" endDate="2020-02-06 06:57:50 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 07:26:47 +0100" startDate="2020-02-06 07:14:57 +0100" endDate="2020-02-06 07:16:16 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 07:38:29 +0100" startDate="2020-02-06 07:26:35 +0100" endDate="2020-02-06 07:27:49 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 07:48:18 +0100" startDate="2020-02-06 07:37:18 +0100" endDate="2020-02-06 07:37:36 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 08:22:48 +0100" startDate="2020-02-06 08:17:48 +0100" endDate="2020-02-06 08:19:10 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 08:40:35 +0100" startDate="2020-02-06 08:27:52 +0100" endDate="2020-02-06 08:37:53 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 08:52:33 +0100" startDate="2020-02-06 08:37:53 +0100" endDate="2020-02-06 08:47:21 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 09:02:35 +0100" startDate="2020-02-06 08:48:50 +0100" endDate="2020-02-06 08:49:38 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 09:16:21 +0100" startDate="2020-02-06 09:03:33 +0100" endDate="2020-02-06 09:11:11 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 11:25:59 +0100" startDate="2020-02-06 11:10:13 +0100" endDate="2020-02-06 11:14:33 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 11:46:29 +0100" startDate="2020-02-06 11:35:29 +0100" endDate="2020-02-06 11:45:30 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 11:57:13 +0100" startDate="2020-02-06 11:45:30 +0100" endDate="2020-02-06 11:54:55 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 12:07:08 +0100" startDate="2020-02-06 11:55:41 +0100" endDate="2020-02-06 12:03:12 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 12:52:37 +0100" startDate="2020-02-06 12:38:53 +0100" endDate="2020-02-06 12:43:13 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 13:05:54 +0100" startDate="2020-02-06 12:54:41 +0100" endDate="2020-02-06 13:04:41 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 13:16:55 +0100" startDate="2020-02-06 13:04:41 +0100" endDate="2020-02-06 13:07:36 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 13:51:54 +0100" startDate="2020-02-06 13:39:03 +0100" endDate="2020-02-06 13:49:04 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 14:00:41 +0100" startDate="2020-02-06 13:49:04 +0100" endDate="2020-02-06 13:57:56 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 14:12:44 +0100" startDate="2020-02-06 13:59:51 +0100" endDate="2020-02-06 14:05:45 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 14:27:08 +0100" startDate="2020-02-06 14:10:46 +0100" endDate="2020-02-06 14:10:54 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 16:28:37 +0100" startDate="2020-02-06 16:10:45 +0100" endDate="2020-02-06 16:10:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 16:39:26 +0100" startDate="2020-02-06 16:25:55 +0100" endDate="2020-02-06 16:31:08 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 16:53:03 +0100" startDate="2020-02-06 16:40:27 +0100" endDate="2020-02-06 16:49:09 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 17:06:32 +0100" startDate="2020-02-06 16:50:54 +0100" endDate="2020-02-06 16:52:51 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 17:12:46 +0100" startDate="2020-02-06 17:01:19 +0100" endDate="2020-02-06 17:11:20 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 17:22:34 +0100" startDate="2020-02-06 17:11:20 +0100" endDate="2020-02-06 17:20:58 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 17:32:41 +0100" startDate="2020-02-06 17:21:26 +0100" endDate="2020-02-06 17:31:17 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 17:43:18 +0100" startDate="2020-02-06 17:31:34 +0100" endDate="2020-02-06 17:41:28 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 17:53:44 +0100" startDate="2020-02-06 17:42:31 +0100" endDate="2020-02-06 17:51:39 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 18:05:17 +0100" startDate="2020-02-06 17:53:18 +0100" endDate="2020-02-06 17:53:46 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 18:57:50 +0100" startDate="2020-02-06 18:46:47 +0100" endDate="2020-02-06 18:52:39 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 19:10:58 +0100" startDate="2020-02-06 18:59:29 +0100" endDate="2020-02-06 19:01:54 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 19:22:14 +0100" startDate="2020-02-06 19:11:14 +0100" endDate="2020-02-06 19:11:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 19:41:09 +0100" startDate="2020-02-06 19:23:25 +0100" endDate="2020-02-06 19:33:24 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 19:50:38 +0100" startDate="2020-02-06 19:33:24 +0100" endDate="2020-02-06 19:39:21 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 19:55:50 +0100" startDate="2020-02-06 19:44:50 +0100" endDate="2020-02-06 19:44:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 20:07:04 +0100" startDate="2020-02-06 19:56:01 +0100" endDate="2020-02-06 19:56:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 20:19:08 +0100" startDate="2020-02-06 20:06:27 +0100" endDate="2020-02-06 20:06:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 20:31:57 +0100" startDate="2020-02-06 20:20:57 +0100" endDate="2020-02-06 20:30:02 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 20:45:00 +0100" startDate="2020-02-06 20:33:03 +0100" endDate="2020-02-06 20:33:52 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 20:54:31 +0100" startDate="2020-02-06 20:43:29 +0100" endDate="2020-02-06 20:51:27 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 21:06:17 +0100" startDate="2020-02-06 20:55:14 +0100" endDate="2020-02-06 21:03:33 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 22:04:13 +0100" startDate="2020-02-06 21:53:10 +0100" endDate="2020-02-06 22:03:11 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 22:14:45 +0100" startDate="2020-02-06 22:03:11 +0100" endDate="2020-02-06 22:04:51 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-06 23:43:31 +0100" startDate="2020-02-06 23:32:28 +0100" endDate="2020-02-06 23:33:22 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 06:40:46 +0100" startDate="2020-02-07 06:25:03 +0100" endDate="2020-02-07 06:25:51 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 08:55:27 +0100" startDate="2020-02-07 08:43:11 +0100" endDate="2020-02-07 08:44:25 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 09:13:09 +0100" startDate="2020-02-07 09:00:15 +0100" endDate="2020-02-07 09:02:41 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 09:27:49 +0100" startDate="2020-02-07 09:16:49 +0100" endDate="2020-02-07 09:26:50 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 09:37:52 +0100" startDate="2020-02-07 09:26:50 +0100" endDate="2020-02-07 09:27:51 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 10:11:53 +0100" startDate="2020-02-07 09:59:23 +0100" endDate="2020-02-07 10:00:11 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 10:25:54 +0100" startDate="2020-02-07 10:10:33 +0100" endDate="2020-02-07 10:14:20 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 10:57:43 +0100" startDate="2020-02-07 10:38:11 +0100" endDate="2020-02-07 10:40:09 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 11:57:02 +0100" startDate="2020-02-07 11:43:17 +0100" endDate="2020-02-07 11:45:25 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 12:42:49 +0100" startDate="2020-02-07 12:26:38 +0100" endDate="2020-02-07 12:31:33 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 12:57:28 +0100" startDate="2020-02-07 12:42:48 +0100" endDate="2020-02-07 12:47:09 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 13:24:24 +0100" startDate="2020-02-07 13:08:20 +0100" endDate="2020-02-07 13:09:14 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 13:35:41 +0100" startDate="2020-02-07 13:24:09 +0100" endDate="2020-02-07 13:25:40 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 14:33:34 +0100" startDate="2020-02-07 14:18:55 +0100" endDate="2020-02-07 14:20:42 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 15:19:57 +0100" startDate="2020-02-07 15:02:44 +0100" endDate="2020-02-07 15:05:57 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 15:41:43 +0100" startDate="2020-02-07 15:30:41 +0100" endDate="2020-02-07 15:40:42 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 15:52:59 +0100" startDate="2020-02-07 15:40:42 +0100" endDate="2020-02-07 15:44:33 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 17:25:08 +0100" startDate="2020-02-07 17:14:05 +0100" endDate="2020-02-07 17:16:40 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 19:20:52 +0100" startDate="2020-02-07 19:09:09 +0100" endDate="2020-02-07 19:09:45 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 19:43:50 +0100" startDate="2020-02-07 19:32:39 +0100" endDate="2020-02-07 19:42:20 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 19:57:00 +0100" startDate="2020-02-07 19:45:03 +0100" endDate="2020-02-07 19:47:13 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 20:06:59 +0100" startDate="2020-02-07 19:55:55 +0100" endDate="2020-02-07 19:56:25 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 20:48:33 +0100" startDate="2020-02-07 20:33:47 +0100" endDate="2020-02-07 20:38:27 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 21:02:47 +0100" startDate="2020-02-07 20:47:49 +0100" endDate="2020-02-07 20:48:35 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-07 23:44:43 +0100" startDate="2020-02-07 23:30:21 +0100" endDate="2020-02-07 23:32:08 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 09:31:37 +0100" startDate="2020-02-08 09:19:44 +0100" endDate="2020-02-08 09:29:45 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 09:40:48 +0100" startDate="2020-02-08 09:29:45 +0100" endDate="2020-02-08 09:39:46 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 09:50:49 +0100" startDate="2020-02-08 09:39:46 +0100" endDate="2020-02-08 09:46:39 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 10:03:04 +0100" startDate="2020-02-08 09:49:55 +0100" endDate="2020-02-08 09:59:36 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 11:05:59 +0100" startDate="2020-02-08 10:53:58 +0100" endDate="2020-02-08 10:57:52 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 11:33:35 +0100" startDate="2020-02-08 11:21:52 +0100" endDate="2020-02-08 11:27:28 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 11:59:36 +0100" startDate="2020-02-08 11:47:33 +0100" endDate="2020-02-08 11:55:09 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 12:09:23 +0100" startDate="2020-02-08 11:58:23 +0100" endDate="2020-02-08 12:08:24 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 12:19:35 +0100" startDate="2020-02-08 12:08:24 +0100" endDate="2020-02-08 12:16:23 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 12:31:41 +0100" startDate="2020-02-08 12:20:48 +0100" endDate="2020-02-08 12:30:05 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 12:42:50 +0100" startDate="2020-02-08 12:31:47 +0100" endDate="2020-02-08 12:41:41 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 12:53:04 +0100" startDate="2020-02-08 12:42:01 +0100" endDate="2020-02-08 12:50:30 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 13:04:31 +0100" startDate="2020-02-08 12:53:03 +0100" endDate="2020-02-08 13:01:58 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 13:16:40 +0100" startDate="2020-02-08 13:04:15 +0100" endDate="2020-02-08 13:13:46 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 13:26:44 +0100" startDate="2020-02-08 13:14:29 +0100" endDate="2020-02-08 13:22:51 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 13:36:10 +0100" startDate="2020-02-08 13:25:24 +0100" endDate="2020-02-08 13:33:22 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 13:48:15 +0100" startDate="2020-02-08 13:35:25 +0100" endDate="2020-02-08 13:36:08 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 14:01:19 +0100" startDate="2020-02-08 13:50:19 +0100" endDate="2020-02-08 13:57:25 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 14:16:57 +0100" startDate="2020-02-08 14:05:50 +0100" endDate="2020-02-08 14:06:59 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 14:27:27 +0100" startDate="2020-02-08 14:16:24 +0100" endDate="2020-02-08 14:26:14 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 14:39:33 +0100" startDate="2020-02-08 14:27:00 +0100" endDate="2020-02-08 14:33:50 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 14:53:17 +0100" startDate="2020-02-08 14:39:31 +0100" endDate="2020-02-08 14:40:32 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 15:05:47 +0100" startDate="2020-02-08 14:50:08 +0100" endDate="2020-02-08 14:58:35 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 15:08:21 +0100" startDate="2020-02-08 15:04:06 +0100" endDate="2020-02-08 15:07:48 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 15:19:33 +0100" startDate="2020-02-08 15:09:09 +0100" endDate="2020-02-08 15:12:02 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 15:38:55 +0100" startDate="2020-02-08 15:24:08 +0100" endDate="2020-02-08 15:28:02 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 15:51:41 +0100" startDate="2020-02-08 15:38:19 +0100" endDate="2020-02-08 15:41:50 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 17:00:57 +0100" startDate="2020-02-08 16:46:42 +0100" endDate="2020-02-08 16:47:43 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 17:17:59 +0100" startDate="2020-02-08 17:06:56 +0100" endDate="2020-02-08 17:16:58 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 17:28:57 +0100" startDate="2020-02-08 17:16:58 +0100" endDate="2020-02-08 17:22:11 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 17:51:07 +0100" startDate="2020-02-08 17:39:57 +0100" endDate="2020-02-08 17:40:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 18:06:18 +0100" startDate="2020-02-08 17:55:15 +0100" endDate="2020-02-08 18:04:38 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 18:18:11 +0100" startDate="2020-02-08 18:05:26 +0100" endDate="2020-02-08 18:14:51 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 18:26:47 +0100" startDate="2020-02-08 18:15:44 +0100" endDate="2020-02-08 18:20:14 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 18:44:38 +0100" startDate="2020-02-08 18:26:11 +0100" endDate="2020-02-08 18:26:59 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 18:56:30 +0100" startDate="2020-02-08 18:45:21 +0100" endDate="2020-02-08 18:50:24 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-08 19:22:36 +0100" startDate="2020-02-08 19:07:32 +0100" endDate="2020-02-08 19:12:22 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 01:09:50 +0100" startDate="2020-02-09 00:50:40 +0100" endDate="2020-02-09 00:52:35 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 03:01:24 +0100" startDate="2020-02-09 02:49:00 +0100" endDate="2020-02-09 02:50:18 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 03:16:38 +0100" startDate="2020-02-09 03:05:38 +0100" endDate="2020-02-09 03:06:21 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 04:46:28 +0100" startDate="2020-02-09 04:35:05 +0100" endDate="2020-02-09 04:45:04 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 05:06:55 +0100" startDate="2020-02-09 04:45:19 +0100" endDate="2020-02-09 04:45:24 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 08:29:26 +0100" startDate="2020-02-09 08:18:21 +0100" endDate="2020-02-09 08:27:35 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 11:09:29 +0100" startDate="2020-02-09 10:55:22 +0100" endDate="2020-02-09 10:55:32 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 13:04:20 +0100" startDate="2020-02-09 12:47:56 +0100" endDate="2020-02-09 12:57:57 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 13:11:55 +0100" startDate="2020-02-09 12:57:57 +0100" endDate="2020-02-09 13:07:58 +0100" value="1112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 13:19:01 +0100" startDate="2020-02-09 13:07:58 +0100" endDate="2020-02-09 13:15:47 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 13:49:34 +0100" startDate="2020-02-09 13:35:07 +0100" endDate="2020-02-09 13:45:08 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 13:56:48 +0100" startDate="2020-02-09 13:45:19 +0100" endDate="2020-02-09 13:54:08 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 14:07:43 +0100" startDate="2020-02-09 13:55:40 +0100" endDate="2020-02-09 14:05:36 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 14:17:33 +0100" startDate="2020-02-09 14:05:43 +0100" endDate="2020-02-09 14:15:29 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 14:27:32 +0100" startDate="2020-02-09 14:16:17 +0100" endDate="2020-02-09 14:26:18 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 14:37:21 +0100" startDate="2020-02-09 14:26:18 +0100" endDate="2020-02-09 14:36:14 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 14:47:35 +0100" startDate="2020-02-09 14:36:35 +0100" endDate="2020-02-09 14:39:10 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 15:02:45 +0100" startDate="2020-02-09 14:51:39 +0100" endDate="2020-02-09 15:01:37 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 15:23:22 +0100" startDate="2020-02-09 15:12:22 +0100" endDate="2020-02-09 15:22:15 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 15:41:10 +0100" startDate="2020-02-09 15:26:09 +0100" endDate="2020-02-09 15:30:14 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 16:26:51 +0100" startDate="2020-02-09 16:14:43 +0100" endDate="2020-02-09 16:24:36 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 16:36:38 +0100" startDate="2020-02-09 16:25:37 +0100" endDate="2020-02-09 16:25:50 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 18:10:45 +0100" startDate="2020-02-09 17:59:05 +0100" endDate="2020-02-09 18:08:51 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 18:23:34 +0100" startDate="2020-02-09 18:09:21 +0100" endDate="2020-02-09 18:17:00 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 18:48:14 +0100" startDate="2020-02-09 18:35:06 +0100" endDate="2020-02-09 18:38:52 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 20:57:40 +0100" startDate="2020-02-09 20:43:22 +0100" endDate="2020-02-09 20:43:27 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-09 23:04:45 +0100" startDate="2020-02-09 22:49:40 +0100" endDate="2020-02-09 22:49:57 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 08:54:25 +0100" startDate="2020-02-10 08:42:55 +0100" endDate="2020-02-10 08:43:31 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 09:11:07 +0100" startDate="2020-02-10 08:56:05 +0100" endDate="2020-02-10 08:56:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 09:19:39 +0100" startDate="2020-02-10 09:06:11 +0100" endDate="2020-02-10 09:14:51 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 09:34:44 +0100" startDate="2020-02-10 09:22:10 +0100" endDate="2020-02-10 09:32:11 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 09:43:13 +0100" startDate="2020-02-10 09:32:11 +0100" endDate="2020-02-10 09:35:50 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 09:59:28 +0100" startDate="2020-02-10 09:45:26 +0100" endDate="2020-02-10 09:46:45 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 11:54:42 +0100" startDate="2020-02-10 11:38:04 +0100" endDate="2020-02-10 11:43:55 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 13:36:40 +0100" startDate="2020-02-10 13:24:23 +0100" endDate="2020-02-10 13:34:24 +0100" value="950"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 13:47:07 +0100" startDate="2020-02-10 13:34:24 +0100" endDate="2020-02-10 13:43:34 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 14:00:58 +0100" startDate="2020-02-10 13:47:48 +0100" endDate="2020-02-10 13:57:47 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 14:09:48 +0100" startDate="2020-02-10 13:58:15 +0100" endDate="2020-02-10 14:08:01 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 14:20:43 +0100" startDate="2020-02-10 14:09:35 +0100" endDate="2020-02-10 14:19:26 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 14:27:02 +0100" startDate="2020-02-10 14:20:35 +0100" endDate="2020-02-10 14:26:39 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 14:39:16 +0100" startDate="2020-02-10 14:27:30 +0100" endDate="2020-02-10 14:37:31 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 14:49:33 +0100" startDate="2020-02-10 14:38:32 +0100" endDate="2020-02-10 14:44:49 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 15:00:19 +0100" startDate="2020-02-10 14:49:17 +0100" endDate="2020-02-10 14:59:18 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 15:11:20 +0100" startDate="2020-02-10 14:59:18 +0100" endDate="2020-02-10 15:08:43 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 15:23:13 +0100" startDate="2020-02-10 15:09:26 +0100" endDate="2020-02-10 15:13:26 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 15:36:00 +0100" startDate="2020-02-10 15:23:46 +0100" endDate="2020-02-10 15:33:45 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 15:45:43 +0100" startDate="2020-02-10 15:33:45 +0100" endDate="2020-02-10 15:43:46 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 15:55:54 +0100" startDate="2020-02-10 15:43:46 +0100" endDate="2020-02-10 15:52:59 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 16:04:47 +0100" startDate="2020-02-10 15:53:47 +0100" endDate="2020-02-10 16:03:43 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 16:17:50 +0100" startDate="2020-02-10 16:04:13 +0100" endDate="2020-02-10 16:04:26 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 16:52:36 +0100" startDate="2020-02-10 16:40:15 +0100" endDate="2020-02-10 16:49:53 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 17:01:55 +0100" startDate="2020-02-10 16:50:26 +0100" endDate="2020-02-10 16:54:31 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 17:16:12 +0100" startDate="2020-02-10 17:04:57 +0100" endDate="2020-02-10 17:14:53 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 17:30:11 +0100" startDate="2020-02-10 17:18:53 +0100" endDate="2020-02-10 17:26:49 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 17:45:26 +0100" startDate="2020-02-10 17:30:59 +0100" endDate="2020-02-10 17:37:41 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 18:17:08 +0100" startDate="2020-02-10 18:03:27 +0100" endDate="2020-02-10 18:03:58 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-10 20:24:29 +0100" startDate="2020-02-10 20:09:07 +0100" endDate="2020-02-10 20:10:20 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 08:39:03 +0100" startDate="2020-02-11 08:27:28 +0100" endDate="2020-02-11 08:27:33 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 08:53:23 +0100" startDate="2020-02-11 08:38:32 +0100" endDate="2020-02-11 08:38:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 09:40:18 +0100" startDate="2020-02-11 09:28:34 +0100" endDate="2020-02-11 09:33:54 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 11:41:27 +0100" startDate="2020-02-11 11:20:46 +0100" endDate="2020-02-11 11:27:56 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 11:41:27 +0100" startDate="2020-02-11 11:31:02 +0100" endDate="2020-02-11 11:36:43 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 11:51:08 +0100" startDate="2020-02-11 11:39:49 +0100" endDate="2020-02-11 11:49:20 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 12:04:19 +0100" startDate="2020-02-11 11:50:56 +0100" endDate="2020-02-11 12:00:04 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 12:18:20 +0100" startDate="2020-02-11 12:01:41 +0100" endDate="2020-02-11 12:11:42 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 12:23:50 +0100" startDate="2020-02-11 12:11:42 +0100" endDate="2020-02-11 12:21:41 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 12:34:09 +0100" startDate="2020-02-11 12:21:41 +0100" endDate="2020-02-11 12:31:30 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 12:43:51 +0100" startDate="2020-02-11 12:32:28 +0100" endDate="2020-02-11 12:37:07 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 13:18:47 +0100" startDate="2020-02-11 13:07:44 +0100" endDate="2020-02-11 13:17:35 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 13:29:10 +0100" startDate="2020-02-11 13:17:45 +0100" endDate="2020-02-11 13:26:22 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 14:29:07 +0100" startDate="2020-02-11 14:17:49 +0100" endDate="2020-02-11 14:21:53 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 15:30:09 +0100" startDate="2020-02-11 15:12:38 +0100" endDate="2020-02-11 15:13:31 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 16:25:41 +0100" startDate="2020-02-11 16:14:38 +0100" endDate="2020-02-11 16:22:14 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 18:28:14 +0100" startDate="2020-02-11 18:14:53 +0100" endDate="2020-02-11 18:23:51 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 18:40:38 +0100" startDate="2020-02-11 18:27:35 +0100" endDate="2020-02-11 18:27:37 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 18:55:07 +0100" startDate="2020-02-11 18:42:06 +0100" endDate="2020-02-11 18:51:01 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 19:34:02 +0100" startDate="2020-02-11 19:23:01 +0100" endDate="2020-02-11 19:23:29 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 20:21:12 +0100" startDate="2020-02-11 20:05:23 +0100" endDate="2020-02-11 20:05:28 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-11 23:09:41 +0100" startDate="2020-02-11 22:58:38 +0100" endDate="2020-02-11 23:00:23 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 08:48:06 +0100" startDate="2020-02-12 08:34:11 +0100" endDate="2020-02-12 08:44:12 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 09:00:34 +0100" startDate="2020-02-12 08:44:12 +0100" endDate="2020-02-12 08:46:24 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 09:19:52 +0100" startDate="2020-02-12 09:08:54 +0100" endDate="2020-02-12 09:18:53 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 09:30:09 +0100" startDate="2020-02-12 09:18:53 +0100" endDate="2020-02-12 09:28:49 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 09:40:09 +0100" startDate="2020-02-12 09:29:09 +0100" endDate="2020-02-12 09:29:45 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 09:58:35 +0100" startDate="2020-02-12 09:47:34 +0100" endDate="2020-02-12 09:49:37 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 11:01:39 +0100" startDate="2020-02-12 10:50:36 +0100" endDate="2020-02-12 11:00:17 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 11:15:44 +0100" startDate="2020-02-12 11:01:32 +0100" endDate="2020-02-12 11:01:47 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 12:41:59 +0100" startDate="2020-02-12 12:28:37 +0100" endDate="2020-02-12 12:37:11 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 12:55:21 +0100" startDate="2020-02-12 12:42:02 +0100" endDate="2020-02-12 12:46:11 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 13:06:52 +0100" startDate="2020-02-12 12:53:29 +0100" endDate="2020-02-12 13:01:36 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 13:16:49 +0100" startDate="2020-02-12 13:03:43 +0100" endDate="2020-02-12 13:13:21 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 13:26:45 +0100" startDate="2020-02-12 13:15:18 +0100" endDate="2020-02-12 13:24:06 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 13:41:21 +0100" startDate="2020-02-12 13:25:22 +0100" endDate="2020-02-12 13:31:24 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 13:50:55 +0100" startDate="2020-02-12 13:36:57 +0100" endDate="2020-02-12 13:46:00 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 14:00:17 +0100" startDate="2020-02-12 13:49:17 +0100" endDate="2020-02-12 13:52:28 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 15:01:04 +0100" startDate="2020-02-12 14:45:54 +0100" endDate="2020-02-12 14:55:30 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 15:08:24 +0100" startDate="2020-02-12 14:56:08 +0100" endDate="2020-02-12 15:05:46 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 15:20:36 +0100" startDate="2020-02-12 15:06:12 +0100" endDate="2020-02-12 15:16:00 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 15:28:24 +0100" startDate="2020-02-12 15:16:43 +0100" endDate="2020-02-12 15:25:56 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 15:46:15 +0100" startDate="2020-02-12 15:27:20 +0100" endDate="2020-02-12 15:35:24 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 15:58:47 +0100" startDate="2020-02-12 15:45:50 +0100" endDate="2020-02-12 15:55:51 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 16:08:52 +0100" startDate="2020-02-12 15:55:51 +0100" endDate="2020-02-12 16:05:51 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 16:17:35 +0100" startDate="2020-02-12 16:05:51 +0100" endDate="2020-02-12 16:15:47 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 16:27:10 +0100" startDate="2020-02-12 16:16:10 +0100" endDate="2020-02-12 16:20:48 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 21:23:44 +0100" startDate="2020-02-12 21:11:11 +0100" endDate="2020-02-12 21:21:07 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 21:39:51 +0100" startDate="2020-02-12 21:21:55 +0100" endDate="2020-02-12 21:30:48 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 21:52:55 +0100" startDate="2020-02-12 21:41:55 +0100" endDate="2020-02-12 21:50:39 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-12 22:09:47 +0100" startDate="2020-02-12 21:52:59 +0100" endDate="2020-02-12 21:54:08 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 11:03:25 +0100" startDate="2020-02-13 10:51:15 +0100" endDate="2020-02-13 10:57:02 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 11:16:06 +0100" startDate="2020-02-13 11:02:26 +0100" endDate="2020-02-13 11:12:19 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 11:25:14 +0100" startDate="2020-02-13 11:12:45 +0100" endDate="2020-02-13 11:19:27 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 12:47:36 +0100" startDate="2020-02-13 12:35:53 +0100" endDate="2020-02-13 12:43:24 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 13:21:29 +0100" startDate="2020-02-13 13:07:25 +0100" endDate="2020-02-13 13:11:17 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 13:39:23 +0100" startDate="2020-02-13 13:24:58 +0100" endDate="2020-02-13 13:32:35 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 13:50:34 +0100" startDate="2020-02-13 13:35:11 +0100" endDate="2020-02-13 13:43:36 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 14:05:54 +0100" startDate="2020-02-13 13:46:37 +0100" endDate="2020-02-13 13:48:21 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 14:35:35 +0100" startDate="2020-02-13 14:22:06 +0100" endDate="2020-02-13 14:22:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 14:51:52 +0100" startDate="2020-02-13 14:37:37 +0100" endDate="2020-02-13 14:46:29 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 14:59:23 +0100" startDate="2020-02-13 14:48:01 +0100" endDate="2020-02-13 14:48:37 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 15:17:15 +0100" startDate="2020-02-13 14:59:02 +0100" endDate="2020-02-13 14:59:23 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 15:41:45 +0100" startDate="2020-02-13 15:21:14 +0100" endDate="2020-02-13 15:21:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 16:29:09 +0100" startDate="2020-02-13 16:14:11 +0100" endDate="2020-02-13 16:24:12 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 16:39:13 +0100" startDate="2020-02-13 16:24:12 +0100" endDate="2020-02-13 16:33:51 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 16:47:01 +0100" startDate="2020-02-13 16:33:51 +0100" endDate="2020-02-13 16:39:01 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 18:36:42 +0100" startDate="2020-02-13 18:24:19 +0100" endDate="2020-02-13 18:24:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 18:48:17 +0100" startDate="2020-02-13 18:36:39 +0100" endDate="2020-02-13 18:43:57 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 19:06:32 +0100" startDate="2020-02-13 18:48:15 +0100" endDate="2020-02-13 18:58:11 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 19:17:44 +0100" startDate="2020-02-13 18:58:28 +0100" endDate="2020-02-13 19:02:51 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 20:16:51 +0100" startDate="2020-02-13 19:58:21 +0100" endDate="2020-02-13 19:58:47 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 20:35:56 +0100" startDate="2020-02-13 20:21:27 +0100" endDate="2020-02-13 20:28:19 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 20:46:15 +0100" startDate="2020-02-13 20:35:14 +0100" endDate="2020-02-13 20:36:08 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 21:23:58 +0100" startDate="2020-02-13 21:06:43 +0100" endDate="2020-02-13 21:15:35 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 23:27:05 +0100" startDate="2020-02-13 23:11:07 +0100" endDate="2020-02-13 23:12:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-13 23:54:22 +0100" startDate="2020-02-13 23:32:06 +0100" endDate="2020-02-13 23:32:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 07:00:10 +0100" startDate="2020-02-14 06:47:10 +0100" endDate="2020-02-14 06:47:17 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 07:10:31 +0100" startDate="2020-02-14 06:59:14 +0100" endDate="2020-02-14 07:07:05 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 07:46:13 +0100" startDate="2020-02-14 07:34:54 +0100" endDate="2020-02-14 07:35:14 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 07:59:43 +0100" startDate="2020-02-14 07:47:28 +0100" endDate="2020-02-14 07:49:40 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 08:21:53 +0100" startDate="2020-02-14 08:04:37 +0100" endDate="2020-02-14 08:14:38 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 08:25:57 +0100" startDate="2020-02-14 08:14:38 +0100" endDate="2020-02-14 08:24:39 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 08:37:43 +0100" startDate="2020-02-14 08:24:39 +0100" endDate="2020-02-14 08:34:40 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 08:48:12 +0100" startDate="2020-02-14 08:34:40 +0100" endDate="2020-02-14 08:44:38 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 08:56:50 +0100" startDate="2020-02-14 08:44:44 +0100" endDate="2020-02-14 08:54:32 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 09:07:42 +0100" startDate="2020-02-14 08:56:21 +0100" endDate="2020-02-14 09:05:44 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 09:26:45 +0100" startDate="2020-02-14 09:07:18 +0100" endDate="2020-02-14 09:16:46 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 09:49:28 +0100" startDate="2020-02-14 09:17:55 +0100" endDate="2020-02-14 09:27:28 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 09:49:28 +0100" startDate="2020-02-14 09:29:05 +0100" endDate="2020-02-14 09:34:54 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 09:50:55 +0100" startDate="2020-02-14 09:35:01 +0100" endDate="2020-02-14 09:44:14 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 10:12:23 +0100" startDate="2020-02-14 09:47:45 +0100" endDate="2020-02-14 09:52:48 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 10:12:23 +0100" startDate="2020-02-14 10:00:14 +0100" endDate="2020-02-14 10:03:07 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 10:27:10 +0100" startDate="2020-02-14 10:07:19 +0100" endDate="2020-02-14 10:13:26 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 10:32:46 +0100" startDate="2020-02-14 10:17:31 +0100" endDate="2020-02-14 10:26:02 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 10:46:42 +0100" startDate="2020-02-14 10:28:00 +0100" endDate="2020-02-14 10:37:25 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 10:51:04 +0100" startDate="2020-02-14 10:39:20 +0100" endDate="2020-02-14 10:48:37 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 11:01:46 +0100" startDate="2020-02-14 10:49:31 +0100" endDate="2020-02-14 10:58:31 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 11:13:26 +0100" startDate="2020-02-14 11:00:46 +0100" endDate="2020-02-14 11:09:31 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 11:26:25 +0100" startDate="2020-02-14 11:11:56 +0100" endDate="2020-02-14 11:20:49 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 12:10:31 +0100" startDate="2020-02-14 11:55:18 +0100" endDate="2020-02-14 11:58:52 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 12:55:38 +0100" startDate="2020-02-14 12:42:53 +0100" endDate="2020-02-14 12:51:00 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 13:06:30 +0100" startDate="2020-02-14 12:53:20 +0100" endDate="2020-02-14 13:03:03 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 13:16:01 +0100" startDate="2020-02-14 13:03:36 +0100" endDate="2020-02-14 13:04:04 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 13:37:30 +0100" startDate="2020-02-14 13:24:28 +0100" endDate="2020-02-14 13:34:29 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 13:47:43 +0100" startDate="2020-02-14 13:34:29 +0100" endDate="2020-02-14 13:44:10 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 14:50:40 +0100" startDate="2020-02-14 14:38:28 +0100" endDate="2020-02-14 14:43:11 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 15:02:07 +0100" startDate="2020-02-14 14:49:58 +0100" endDate="2020-02-14 14:59:59 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 15:13:32 +0100" startDate="2020-02-14 14:59:59 +0100" endDate="2020-02-14 15:08:54 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 15:25:57 +0100" startDate="2020-02-14 15:10:54 +0100" endDate="2020-02-14 15:17:54 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 15:48:55 +0100" startDate="2020-02-14 15:36:48 +0100" endDate="2020-02-14 15:43:35 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 16:04:24 +0100" startDate="2020-02-14 15:49:11 +0100" endDate="2020-02-14 15:57:37 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 20:47:24 +0100" startDate="2020-02-14 20:24:19 +0100" endDate="2020-02-14 20:28:59 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-14 21:28:19 +0100" startDate="2020-02-14 21:14:41 +0100" endDate="2020-02-14 21:15:17 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 00:19:49 +0100" startDate="2020-02-15 00:08:03 +0100" endDate="2020-02-15 00:12:06 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 00:29:10 +0100" startDate="2020-02-15 00:18:10 +0100" endDate="2020-02-15 00:18:40 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 07:25:10 +0100" startDate="2020-02-15 07:14:07 +0100" endDate="2020-02-15 07:14:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 11:13:48 +0100" startDate="2020-02-15 11:02:45 +0100" endDate="2020-02-15 11:09:07 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 12:05:15 +0100" startDate="2020-02-15 11:53:26 +0100" endDate="2020-02-15 12:02:02 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 12:19:52 +0100" startDate="2020-02-15 12:05:52 +0100" endDate="2020-02-15 12:13:41 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 12:38:16 +0100" startDate="2020-02-15 12:26:05 +0100" endDate="2020-02-15 12:36:06 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 12:47:12 +0100" startDate="2020-02-15 12:36:06 +0100" endDate="2020-02-15 12:40:46 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 13:04:40 +0100" startDate="2020-02-15 12:52:57 +0100" endDate="2020-02-15 13:02:58 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 13:15:13 +0100" startDate="2020-02-15 13:02:58 +0100" endDate="2020-02-15 13:12:54 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 13:26:44 +0100" startDate="2020-02-15 13:13:12 +0100" endDate="2020-02-15 13:20:58 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 13:34:37 +0100" startDate="2020-02-15 13:23:23 +0100" endDate="2020-02-15 13:33:19 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 13:44:58 +0100" startDate="2020-02-15 13:33:57 +0100" endDate="2020-02-15 13:43:58 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 13:55:10 +0100" startDate="2020-02-15 13:43:58 +0100" endDate="2020-02-15 13:53:44 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 14:05:09 +0100" startDate="2020-02-15 13:54:09 +0100" endDate="2020-02-15 14:03:40 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 14:16:22 +0100" startDate="2020-02-15 14:05:20 +0100" endDate="2020-02-15 14:15:21 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 14:35:17 +0100" startDate="2020-02-15 14:15:21 +0100" endDate="2020-02-15 14:19:12 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 14:49:33 +0100" startDate="2020-02-15 14:37:30 +0100" endDate="2020-02-15 14:41:17 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 15:04:08 +0100" startDate="2020-02-15 14:53:42 +0100" endDate="2020-02-15 15:02:55 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 15:57:21 +0100" startDate="2020-02-15 15:39:56 +0100" endDate="2020-02-15 15:45:12 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 16:08:54 +0100" startDate="2020-02-15 15:57:52 +0100" endDate="2020-02-15 16:07:53 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 16:23:10 +0100" startDate="2020-02-15 16:07:53 +0100" endDate="2020-02-15 16:17:49 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 16:30:44 +0100" startDate="2020-02-15 16:18:19 +0100" endDate="2020-02-15 16:26:38 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 16:45:07 +0100" startDate="2020-02-15 16:29:47 +0100" endDate="2020-02-15 16:38:20 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 17:55:00 +0100" startDate="2020-02-15 17:39:48 +0100" endDate="2020-02-15 17:39:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 18:59:42 +0100" startDate="2020-02-15 18:33:00 +0100" endDate="2020-02-15 18:33:41 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 23:04:42 +0100" startDate="2020-02-15 22:53:42 +0100" endDate="2020-02-15 22:59:54 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 23:21:48 +0100" startDate="2020-02-15 23:05:48 +0100" endDate="2020-02-15 23:13:26 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 23:31:17 +0100" startDate="2020-02-15 23:20:17 +0100" endDate="2020-02-15 23:24:59 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-15 23:45:58 +0100" startDate="2020-02-15 23:32:36 +0100" endDate="2020-02-15 23:33:35 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 07:54:27 +0100" startDate="2020-02-16 07:42:05 +0100" endDate="2020-02-16 07:42:18 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 08:13:32 +0100" startDate="2020-02-16 08:00:21 +0100" endDate="2020-02-16 08:07:01 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 08:34:38 +0100" startDate="2020-02-16 08:20:20 +0100" endDate="2020-02-16 08:24:56 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 08:47:31 +0100" startDate="2020-02-16 08:36:28 +0100" endDate="2020-02-16 08:36:31 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 09:23:47 +0100" startDate="2020-02-16 09:11:54 +0100" endDate="2020-02-16 09:21:40 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 09:44:56 +0100" startDate="2020-02-16 09:34:07 +0100" endDate="2020-02-16 09:43:29 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 09:58:05 +0100" startDate="2020-02-16 09:43:29 +0100" endDate="2020-02-16 09:46:35 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 10:11:13 +0100" startDate="2020-02-16 09:55:15 +0100" endDate="2020-02-16 10:03:14 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 10:24:16 +0100" startDate="2020-02-16 10:12:25 +0100" endDate="2020-02-16 10:22:00 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 10:39:26 +0100" startDate="2020-02-16 10:25:37 +0100" endDate="2020-02-16 10:33:44 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 10:52:00 +0100" startDate="2020-02-16 10:37:56 +0100" endDate="2020-02-16 10:47:55 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 11:02:03 +0100" startDate="2020-02-16 10:48:00 +0100" endDate="2020-02-16 10:54:42 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 11:12:35 +0100" startDate="2020-02-16 10:58:04 +0100" endDate="2020-02-16 11:08:05 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 11:20:41 +0100" startDate="2020-02-16 11:08:05 +0100" endDate="2020-02-16 11:17:56 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 11:36:59 +0100" startDate="2020-02-16 11:18:49 +0100" endDate="2020-02-16 11:28:24 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 11:43:20 +0100" startDate="2020-02-16 11:30:19 +0100" endDate="2020-02-16 11:40:20 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 11:55:30 +0100" startDate="2020-02-16 11:40:20 +0100" endDate="2020-02-16 11:49:05 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 12:08:03 +0100" startDate="2020-02-16 11:51:50 +0100" endDate="2020-02-16 12:01:51 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 12:12:13 +0100" startDate="2020-02-16 12:01:51 +0100" endDate="2020-02-16 12:09:58 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 12:28:00 +0100" startDate="2020-02-16 12:12:33 +0100" endDate="2020-02-16 12:17:26 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 12:42:09 +0100" startDate="2020-02-16 12:22:44 +0100" endDate="2020-02-16 12:30:12 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 12:52:09 +0100" startDate="2020-02-16 12:36:50 +0100" endDate="2020-02-16 12:42:06 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 12:53:48 +0100" startDate="2020-02-16 12:42:36 +0100" endDate="2020-02-16 12:52:12 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 13:05:15 +0100" startDate="2020-02-16 12:52:14 +0100" endDate="2020-02-16 13:02:05 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 13:15:56 +0100" startDate="2020-02-16 13:02:51 +0100" endDate="2020-02-16 13:12:49 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 13:24:02 +0100" startDate="2020-02-16 13:12:54 +0100" endDate="2020-02-16 13:21:31 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 13:42:16 +0100" startDate="2020-02-16 13:23:26 +0100" endDate="2020-02-16 13:32:31 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 13:50:16 +0100" startDate="2020-02-16 13:35:04 +0100" endDate="2020-02-16 13:44:22 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 14:03:28 +0100" startDate="2020-02-16 13:46:29 +0100" endDate="2020-02-16 13:56:23 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 14:06:33 +0100" startDate="2020-02-16 13:56:30 +0100" endDate="2020-02-16 14:06:06 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 14:26:06 +0100" startDate="2020-02-16 14:10:28 +0100" endDate="2020-02-16 14:20:09 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 14:42:50 +0100" startDate="2020-02-16 14:20:32 +0100" endDate="2020-02-16 14:28:26 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 14:42:50 +0100" startDate="2020-02-16 14:32:21 +0100" endDate="2020-02-16 14:36:15 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 14:56:06 +0100" startDate="2020-02-16 14:37:52 +0100" endDate="2020-02-16 14:46:34 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 15:02:43 +0100" startDate="2020-02-16 14:48:08 +0100" endDate="2020-02-16 14:57:59 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 15:10:48 +0100" startDate="2020-02-16 14:58:14 +0100" endDate="2020-02-16 15:03:30 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 15:11:07 +0100" startDate="2020-02-16 15:08:51 +0100" endDate="2020-02-16 15:09:45 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 15:27:25 +0100" startDate="2020-02-16 15:12:10 +0100" endDate="2020-02-16 15:14:40 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 15:48:29 +0100" startDate="2020-02-16 15:37:11 +0100" endDate="2020-02-16 15:45:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 16:09:57 +0100" startDate="2020-02-16 15:46:59 +0100" endDate="2020-02-16 15:54:33 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 16:09:57 +0100" startDate="2020-02-16 15:59:21 +0100" endDate="2020-02-16 16:08:16 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 16:29:47 +0100" startDate="2020-02-16 16:08:16 +0100" endDate="2020-02-16 16:10:44 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 16:38:24 +0100" startDate="2020-02-16 16:24:00 +0100" endDate="2020-02-16 16:33:51 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 16:54:05 +0100" startDate="2020-02-16 16:34:16 +0100" endDate="2020-02-16 16:42:56 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 17:06:03 +0100" startDate="2020-02-16 16:44:40 +0100" endDate="2020-02-16 16:54:29 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 17:06:03 +0100" startDate="2020-02-16 16:54:54 +0100" endDate="2020-02-16 17:01:34 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 17:25:17 +0100" startDate="2020-02-16 17:07:08 +0100" endDate="2020-02-16 17:14:28 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 17:40:35 +0100" startDate="2020-02-16 17:17:06 +0100" endDate="2020-02-16 17:27:02 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 17:40:35 +0100" startDate="2020-02-16 17:28:19 +0100" endDate="2020-02-16 17:29:20 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 17:54:42 +0100" startDate="2020-02-16 17:38:13 +0100" endDate="2020-02-16 17:48:04 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 18:06:53 +0100" startDate="2020-02-16 17:48:27 +0100" endDate="2020-02-16 17:51:46 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 18:16:56 +0100" startDate="2020-02-16 17:59:12 +0100" endDate="2020-02-16 18:09:01 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 18:26:10 +0100" startDate="2020-02-16 18:09:46 +0100" endDate="2020-02-16 18:19:32 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 18:31:33 +0100" startDate="2020-02-16 18:20:41 +0100" endDate="2020-02-16 18:30:35 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 18:47:22 +0100" startDate="2020-02-16 18:35:02 +0100" endDate="2020-02-16 18:35:40 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 19:36:10 +0100" startDate="2020-02-16 19:25:10 +0100" endDate="2020-02-16 19:26:24 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 20:21:58 +0100" startDate="2020-02-16 20:04:23 +0100" endDate="2020-02-16 20:10:48 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 20:35:17 +0100" startDate="2020-02-16 20:20:28 +0100" endDate="2020-02-16 20:22:28 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 21:15:24 +0100" startDate="2020-02-16 21:04:23 +0100" endDate="2020-02-16 21:04:31 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3, creation date:2019-12-17 01:42:18 +0000&gt;" unit="count" creationDate="2020-02-16 22:56:26 +0100" startDate="2020-02-16 22:35:08 +0100" endDate="2020-02-16 22:35:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 06:38:14 +0100" startDate="2020-02-17 06:26:41 +0100" endDate="2020-02-17 06:36:32 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 06:49:39 +0100" startDate="2020-02-17 06:37:02 +0100" endDate="2020-02-17 06:38:47 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 07:03:34 +0100" startDate="2020-02-17 06:52:31 +0100" endDate="2020-02-17 06:52:59 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 07:21:25 +0100" startDate="2020-02-17 07:10:19 +0100" endDate="2020-02-17 07:19:01 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 07:38:07 +0100" startDate="2020-02-17 07:21:11 +0100" endDate="2020-02-17 07:31:12 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 07:44:05 +0100" startDate="2020-02-17 07:31:12 +0100" endDate="2020-02-17 07:40:22 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 07:56:38 +0100" startDate="2020-02-17 07:45:21 +0100" endDate="2020-02-17 07:55:21 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 08:09:21 +0100" startDate="2020-02-17 07:55:21 +0100" endDate="2020-02-17 08:05:22 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 08:16:25 +0100" startDate="2020-02-17 08:05:22 +0100" endDate="2020-02-17 08:15:23 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 08:27:32 +0100" startDate="2020-02-17 08:15:23 +0100" endDate="2020-02-17 08:24:48 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 08:39:08 +0100" startDate="2020-02-17 08:27:06 +0100" endDate="2020-02-17 08:36:14 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 08:55:16 +0100" startDate="2020-02-17 08:43:19 +0100" endDate="2020-02-17 08:51:00 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 09:06:36 +0100" startDate="2020-02-17 08:54:41 +0100" endDate="2020-02-17 09:03:47 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 09:18:26 +0100" startDate="2020-02-17 09:05:34 +0100" endDate="2020-02-17 09:13:35 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 09:27:37 +0100" startDate="2020-02-17 09:16:03 +0100" endDate="2020-02-17 09:25:54 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 09:39:01 +0100" startDate="2020-02-17 09:26:45 +0100" endDate="2020-02-17 09:36:38 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 09:48:32 +0100" startDate="2020-02-17 09:37:24 +0100" endDate="2020-02-17 09:47:17 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 10:00:50 +0100" startDate="2020-02-17 09:48:18 +0100" endDate="2020-02-17 09:57:00 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 10:10:55 +0100" startDate="2020-02-17 09:59:05 +0100" endDate="2020-02-17 10:08:54 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 10:21:09 +0100" startDate="2020-02-17 10:09:07 +0100" endDate="2020-02-17 10:18:25 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 10:31:01 +0100" startDate="2020-02-17 10:19:54 +0100" endDate="2020-02-17 10:29:52 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 10:43:23 +0100" startDate="2020-02-17 10:31:37 +0100" endDate="2020-02-17 10:41:38 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 10:53:40 +0100" startDate="2020-02-17 10:41:38 +0100" endDate="2020-02-17 10:51:24 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 11:04:42 +0100" startDate="2020-02-17 10:51:49 +0100" endDate="2020-02-17 11:01:50 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 11:13:02 +0100" startDate="2020-02-17 11:01:50 +0100" endDate="2020-02-17 11:11:51 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 11:35:35 +0100" startDate="2020-02-17 11:11:51 +0100" endDate="2020-02-17 11:14:06 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 11:45:40 +0100" startDate="2020-02-17 11:29:00 +0100" endDate="2020-02-17 11:38:59 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 12:05:33 +0100" startDate="2020-02-17 11:38:59 +0100" endDate="2020-02-17 11:40:36 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 13:06:32 +0100" startDate="2020-02-17 12:49:38 +0100" endDate="2020-02-17 12:58:48 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 13:14:14 +0100" startDate="2020-02-17 13:02:30 +0100" endDate="2020-02-17 13:09:40 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 14:29:22 +0100" startDate="2020-02-17 14:18:19 +0100" endDate="2020-02-17 14:19:46 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 14:42:57 +0100" startDate="2020-02-17 14:31:55 +0100" endDate="2020-02-17 14:35:01 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 15:25:27 +0100" startDate="2020-02-17 15:14:05 +0100" endDate="2020-02-17 15:24:05 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 15:35:07 +0100" startDate="2020-02-17 15:24:05 +0100" endDate="2020-02-17 15:27:23 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 17:16:36 +0100" startDate="2020-02-17 17:05:06 +0100" endDate="2020-02-17 17:14:53 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 17:27:30 +0100" startDate="2020-02-17 17:16:30 +0100" endDate="2020-02-17 17:25:23 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 17:37:47 +0100" startDate="2020-02-17 17:26:29 +0100" endDate="2020-02-17 17:36:31 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 17:51:52 +0100" startDate="2020-02-17 17:36:31 +0100" endDate="2020-02-17 17:42:50 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 18:00:17 +0100" startDate="2020-02-17 17:47:20 +0100" endDate="2020-02-17 17:53:04 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 18:24:23 +0100" startDate="2020-02-17 18:08:13 +0100" endDate="2020-02-17 18:16:04 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 18:37:27 +0100" startDate="2020-02-17 18:26:27 +0100" endDate="2020-02-17 18:36:23 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 18:50:48 +0100" startDate="2020-02-17 18:37:09 +0100" endDate="2020-02-17 18:44:27 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 19:00:34 +0100" startDate="2020-02-17 18:49:17 +0100" endDate="2020-02-17 18:59:16 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 19:11:51 +0100" startDate="2020-02-17 18:59:16 +0100" endDate="2020-02-17 19:00:17 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 19:23:14 +0100" startDate="2020-02-17 19:11:17 +0100" endDate="2020-02-17 19:21:13 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 19:32:39 +0100" startDate="2020-02-17 19:21:39 +0100" endDate="2020-02-17 19:26:26 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 19:42:50 +0100" startDate="2020-02-17 19:31:47 +0100" endDate="2020-02-17 19:31:57 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 20:22:30 +0100" startDate="2020-02-17 20:05:10 +0100" endDate="2020-02-17 20:05:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 20:48:57 +0100" startDate="2020-02-17 20:37:29 +0100" endDate="2020-02-17 20:38:53 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 21:26:28 +0100" startDate="2020-02-17 21:14:43 +0100" endDate="2020-02-17 21:14:48 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-17 22:28:45 +0100" startDate="2020-02-17 22:17:44 +0100" endDate="2020-02-17 22:21:03 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 07:10:14 +0100" startDate="2020-02-18 06:55:20 +0100" endDate="2020-02-18 06:55:53 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 07:46:08 +0100" startDate="2020-02-18 07:34:38 +0100" endDate="2020-02-18 07:44:36 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 07:55:39 +0100" startDate="2020-02-18 07:45:12 +0100" endDate="2020-02-18 07:52:45 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 08:14:23 +0100" startDate="2020-02-18 08:04:20 +0100" endDate="2020-02-18 08:13:33 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 08:26:33 +0100" startDate="2020-02-18 08:15:33 +0100" endDate="2020-02-18 08:25:34 +0100" value="912"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 08:43:32 +0100" startDate="2020-02-18 08:25:34 +0100" endDate="2020-02-18 08:29:26 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 08:57:05 +0100" startDate="2020-02-18 08:38:50 +0100" endDate="2020-02-18 08:42:05 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 09:04:51 +0100" startDate="2020-02-18 08:53:51 +0100" endDate="2020-02-18 09:00:07 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 09:38:56 +0100" startDate="2020-02-18 09:27:53 +0100" endDate="2020-02-18 09:28:01 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 10:51:06 +0100" startDate="2020-02-18 10:39:37 +0100" endDate="2020-02-18 10:49:33 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 11:07:45 +0100" startDate="2020-02-18 10:50:42 +0100" endDate="2020-02-18 11:00:35 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 11:14:30 +0100" startDate="2020-02-18 11:01:08 +0100" endDate="2020-02-18 11:06:40 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 11:20:53 +0100" startDate="2020-02-18 11:08:19 +0100" endDate="2020-02-18 11:18:12 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 11:30:23 +0100" startDate="2020-02-18 11:18:28 +0100" endDate="2020-02-18 11:27:22 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 11:39:51 +0100" startDate="2020-02-18 11:27:58 +0100" endDate="2020-02-18 11:37:52 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 11:50:13 +0100" startDate="2020-02-18 11:38:12 +0100" endDate="2020-02-18 11:46:18 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 12:03:26 +0100" startDate="2020-02-18 11:48:54 +0100" endDate="2020-02-18 11:57:05 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 12:14:24 +0100" startDate="2020-02-18 11:59:28 +0100" endDate="2020-02-18 12:09:24 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 12:22:23 +0100" startDate="2020-02-18 12:10:05 +0100" endDate="2020-02-18 12:19:43 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 12:34:06 +0100" startDate="2020-02-18 12:20:19 +0100" endDate="2020-02-18 12:29:22 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 12:43:50 +0100" startDate="2020-02-18 12:31:11 +0100" endDate="2020-02-18 12:41:12 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 12:53:01 +0100" startDate="2020-02-18 12:41:12 +0100" endDate="2020-02-18 12:51:13 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 13:05:27 +0100" startDate="2020-02-18 12:51:13 +0100" endDate="2020-02-18 12:52:02 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 13:23:41 +0100" startDate="2020-02-18 13:10:36 +0100" endDate="2020-02-18 13:20:35 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 13:34:19 +0100" startDate="2020-02-18 13:20:35 +0100" endDate="2020-02-18 13:30:03 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 13:44:41 +0100" startDate="2020-02-18 13:33:39 +0100" endDate="2020-02-18 13:39:56 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 13:56:24 +0100" startDate="2020-02-18 13:43:53 +0100" endDate="2020-02-18 13:52:00 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 14:16:05 +0100" startDate="2020-02-18 13:56:44 +0100" endDate="2020-02-18 13:57:01 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 14:28:01 +0100" startDate="2020-02-18 14:15:31 +0100" endDate="2020-02-18 14:24:59 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 14:30:41 +0100" startDate="2020-02-18 14:25:38 +0100" endDate="2020-02-18 14:30:18 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 14:41:41 +0100" startDate="2020-02-18 14:31:19 +0100" endDate="2020-02-18 14:31:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 16:03:02 +0100" startDate="2020-02-18 15:31:53 +0100" endDate="2020-02-18 15:41:47 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 16:03:02 +0100" startDate="2020-02-18 15:42:02 +0100" endDate="2020-02-18 15:45:51 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 16:16:49 +0100" startDate="2020-02-18 16:05:46 +0100" endDate="2020-02-18 16:14:54 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 16:27:36 +0100" startDate="2020-02-18 16:16:33 +0100" endDate="2020-02-18 16:19:29 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 16:46:41 +0100" startDate="2020-02-18 16:33:16 +0100" endDate="2020-02-18 16:33:29 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 16:55:21 +0100" startDate="2020-02-18 16:44:21 +0100" endDate="2020-02-18 16:47:22 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 20:05:40 +0100" startDate="2020-02-18 19:54:20 +0100" endDate="2020-02-18 19:58:29 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 20:17:29 +0100" startDate="2020-02-18 20:06:00 +0100" endDate="2020-02-18 20:11:51 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 20:29:52 +0100" startDate="2020-02-18 20:18:52 +0100" endDate="2020-02-18 20:28:53 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 20:41:59 +0100" startDate="2020-02-18 20:28:53 +0100" endDate="2020-02-18 20:36:41 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 21:01:04 +0100" startDate="2020-02-18 20:50:01 +0100" endDate="2020-02-18 20:50:12 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-18 21:34:38 +0100" startDate="2020-02-18 21:23:36 +0100" endDate="2020-02-18 21:24:24 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 07:53:38 +0100" startDate="2020-02-19 07:42:38 +0100" endDate="2020-02-19 07:52:39 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 08:06:42 +0100" startDate="2020-02-19 07:53:09 +0100" endDate="2020-02-19 07:57:14 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 08:23:10 +0100" startDate="2020-02-19 08:09:25 +0100" endDate="2020-02-19 08:10:54 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 08:40:29 +0100" startDate="2020-02-19 08:29:06 +0100" endDate="2020-02-19 08:29:29 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 09:41:58 +0100" startDate="2020-02-19 09:04:33 +0100" endDate="2020-02-19 09:12:09 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 10:04:29 +0100" startDate="2020-02-19 09:49:31 +0100" endDate="2020-02-19 09:54:47 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 10:32:50 +0100" startDate="2020-02-19 10:17:22 +0100" endDate="2020-02-19 10:17:37 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 10:55:53 +0100" startDate="2020-02-19 10:43:53 +0100" endDate="2020-02-19 10:47:14 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 11:12:53 +0100" startDate="2020-02-19 10:54:22 +0100" endDate="2020-02-19 10:54:37 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 12:36:02 +0100" startDate="2020-02-19 12:19:33 +0100" endDate="2020-02-19 12:19:38 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 13:16:22 +0100" startDate="2020-02-19 12:57:16 +0100" endDate="2020-02-19 12:58:20 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 14:02:14 +0100" startDate="2020-02-19 13:50:03 +0100" endDate="2020-02-19 14:00:04 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 14:14:18 +0100" startDate="2020-02-19 14:00:04 +0100" endDate="2020-02-19 14:09:42 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 14:27:34 +0100" startDate="2020-02-19 14:10:38 +0100" endDate="2020-02-19 14:20:37 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 14:40:22 +0100" startDate="2020-02-19 14:20:37 +0100" endDate="2020-02-19 14:28:54 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 14:47:13 +0100" startDate="2020-02-19 14:33:07 +0100" endDate="2020-02-19 14:34:19 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 15:00:31 +0100" startDate="2020-02-19 14:47:42 +0100" endDate="2020-02-19 14:55:18 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 15:14:42 +0100" startDate="2020-02-19 14:58:19 +0100" endDate="2020-02-19 15:06:25 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 16:26:41 +0100" startDate="2020-02-19 16:14:13 +0100" endDate="2020-02-19 16:24:14 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 16:35:21 +0100" startDate="2020-02-19 16:24:14 +0100" endDate="2020-02-19 16:30:29 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 16:45:59 +0100" startDate="2020-02-19 16:34:59 +0100" endDate="2020-02-19 16:45:00 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 16:56:02 +0100" startDate="2020-02-19 16:45:00 +0100" endDate="2020-02-19 16:55:01 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 17:18:32 +0100" startDate="2020-02-19 16:55:01 +0100" endDate="2020-02-19 17:05:02 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 17:18:32 +0100" startDate="2020-02-19 17:05:02 +0100" endDate="2020-02-19 17:15:03 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 17:26:05 +0100" startDate="2020-02-19 17:15:03 +0100" endDate="2020-02-19 17:21:07 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 17:36:14 +0100" startDate="2020-02-19 17:25:12 +0100" endDate="2020-02-19 17:28:12 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 18:41:14 +0100" startDate="2020-02-19 18:26:21 +0100" endDate="2020-02-19 18:36:22 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 18:53:02 +0100" startDate="2020-02-19 18:38:24 +0100" endDate="2020-02-19 18:41:45 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 19:02:55 +0100" startDate="2020-02-19 18:49:36 +0100" endDate="2020-02-19 18:51:05 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 21:44:48 +0100" startDate="2020-02-19 21:33:01 +0100" endDate="2020-02-19 21:43:02 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 21:54:26 +0100" startDate="2020-02-19 21:43:02 +0100" endDate="2020-02-19 21:48:36 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 22:10:30 +0100" startDate="2020-02-19 21:58:39 +0100" endDate="2020-02-19 22:03:55 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 22:23:57 +0100" startDate="2020-02-19 22:12:47 +0100" endDate="2020-02-19 22:13:08 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 22:43:27 +0100" startDate="2020-02-19 22:30:22 +0100" endDate="2020-02-19 22:36:13 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 23:04:44 +0100" startDate="2020-02-19 22:53:04 +0100" endDate="2020-02-19 22:53:14 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 23:16:36 +0100" startDate="2020-02-19 23:03:18 +0100" endDate="2020-02-19 23:12:38 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 23:27:37 +0100" startDate="2020-02-19 23:15:36 +0100" endDate="2020-02-19 23:25:35 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 23:41:33 +0100" startDate="2020-02-19 23:27:32 +0100" endDate="2020-02-19 23:35:51 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-19 23:54:38 +0100" startDate="2020-02-19 23:37:51 +0100" endDate="2020-02-19 23:38:37 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 00:09:32 +0100" startDate="2020-02-19 23:55:07 +0100" endDate="2020-02-19 23:55:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 00:25:34 +0100" startDate="2020-02-20 00:14:28 +0100" endDate="2020-02-20 00:14:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 00:41:53 +0100" startDate="2020-02-20 00:30:26 +0100" endDate="2020-02-20 00:37:39 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 01:07:37 +0100" startDate="2020-02-20 00:55:03 +0100" endDate="2020-02-20 00:55:06 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 01:20:00 +0100" startDate="2020-02-20 01:08:36 +0100" endDate="2020-02-20 01:18:38 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 01:30:56 +0100" startDate="2020-02-20 01:20:12 +0100" endDate="2020-02-20 01:20:42 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 02:45:16 +0100" startDate="2020-02-20 02:34:13 +0100" endDate="2020-02-20 02:40:22 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 07:18:15 +0100" startDate="2020-02-20 06:59:47 +0100" endDate="2020-02-20 06:59:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 08:15:44 +0100" startDate="2020-02-20 07:58:48 +0100" endDate="2020-02-20 08:07:00 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 08:28:03 +0100" startDate="2020-02-20 08:11:45 +0100" endDate="2020-02-20 08:12:10 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 08:39:23 +0100" startDate="2020-02-20 08:28:13 +0100" endDate="2020-02-20 08:38:12 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 08:55:53 +0100" startDate="2020-02-20 08:38:17 +0100" endDate="2020-02-20 08:48:07 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 09:03:39 +0100" startDate="2020-02-20 08:49:19 +0100" endDate="2020-02-20 08:59:17 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 09:11:29 +0100" startDate="2020-02-20 08:59:35 +0100" endDate="2020-02-20 09:09:36 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 09:22:27 +0100" startDate="2020-02-20 09:09:36 +0100" endDate="2020-02-20 09:19:37 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 09:31:01 +0100" startDate="2020-02-20 09:19:37 +0100" endDate="2020-02-20 09:28:57 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 09:41:39 +0100" startDate="2020-02-20 09:29:48 +0100" endDate="2020-02-20 09:36:53 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 10:00:39 +0100" startDate="2020-02-20 09:40:01 +0100" endDate="2020-02-20 09:49:24 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 10:01:55 +0100" startDate="2020-02-20 09:51:11 +0100" endDate="2020-02-20 10:00:24 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 10:15:15 +0100" startDate="2020-02-20 10:04:08 +0100" endDate="2020-02-20 10:08:05 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 10:27:35 +0100" startDate="2020-02-20 10:14:34 +0100" endDate="2020-02-20 10:17:43 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 10:51:14 +0100" startDate="2020-02-20 10:28:17 +0100" endDate="2020-02-20 10:38:02 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 10:51:14 +0100" startDate="2020-02-20 10:40:12 +0100" endDate="2020-02-20 10:40:58 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 11:12:39 +0100" startDate="2020-02-20 10:54:48 +0100" endDate="2020-02-20 11:03:51 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 11:23:43 +0100" startDate="2020-02-20 11:05:45 +0100" endDate="2020-02-20 11:10:36 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 11:32:18 +0100" startDate="2020-02-20 11:20:47 +0100" endDate="2020-02-20 11:29:41 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 11:52:04 +0100" startDate="2020-02-20 11:41:17 +0100" endDate="2020-02-20 11:42:23 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 12:00:12 +0100" startDate="2020-02-20 11:47:16 +0100" endDate="2020-02-20 11:47:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 12:12:52 +0100" startDate="2020-02-20 11:59:53 +0100" endDate="2020-02-20 12:00:15 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 12:27:19 +0100" startDate="2020-02-20 12:15:34 +0100" endDate="2020-02-20 12:15:34 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 12:38:11 +0100" startDate="2020-02-20 12:25:35 +0100" endDate="2020-02-20 12:35:36 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 12:48:18 +0100" startDate="2020-02-20 12:35:36 +0100" endDate="2020-02-20 12:45:37 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 12:56:39 +0100" startDate="2020-02-20 12:45:37 +0100" endDate="2020-02-20 12:47:11 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 13:39:11 +0100" startDate="2020-02-20 13:26:04 +0100" endDate="2020-02-20 13:29:22 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 13:52:53 +0100" startDate="2020-02-20 13:38:31 +0100" endDate="2020-02-20 13:41:09 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 14:43:21 +0100" startDate="2020-02-20 14:29:41 +0100" endDate="2020-02-20 14:30:40 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 15:00:13 +0100" startDate="2020-02-20 14:43:24 +0100" endDate="2020-02-20 14:51:43 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 15:42:33 +0100" startDate="2020-02-20 15:30:53 +0100" endDate="2020-02-20 15:40:54 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 15:51:57 +0100" startDate="2020-02-20 15:40:54 +0100" endDate="2020-02-20 15:41:43 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 16:32:44 +0100" startDate="2020-02-20 16:20:38 +0100" endDate="2020-02-20 16:22:07 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 16:46:11 +0100" startDate="2020-02-20 16:30:51 +0100" endDate="2020-02-20 16:30:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 17:17:01 +0100" startDate="2020-02-20 17:02:44 +0100" endDate="2020-02-20 17:03:02 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 20:37:17 +0100" startDate="2020-02-20 20:26:14 +0100" endDate="2020-02-20 20:26:50 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-20 22:02:50 +0100" startDate="2020-02-20 21:51:48 +0100" endDate="2020-02-20 21:54:56 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 05:34:22 +0100" startDate="2020-02-21 05:33:18 +0100" endDate="2020-02-21 05:33:39 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 08:41:22 +0100" startDate="2020-02-21 08:30:16 +0100" endDate="2020-02-21 08:38:52 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 08:52:00 +0100" startDate="2020-02-21 08:40:57 +0100" endDate="2020-02-21 08:44:52 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 10:23:34 +0100" startDate="2020-02-21 10:11:49 +0100" endDate="2020-02-21 10:21:50 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 10:40:03 +0100" startDate="2020-02-21 10:22:08 +0100" endDate="2020-02-21 10:23:39 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 11:14:40 +0100" startDate="2020-02-21 10:58:45 +0100" endDate="2020-02-21 11:08:44 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 11:21:04 +0100" startDate="2020-02-21 11:08:44 +0100" endDate="2020-02-21 11:17:51 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 11:34:08 +0100" startDate="2020-02-21 11:19:45 +0100" endDate="2020-02-21 11:23:11 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 11:49:31 +0100" startDate="2020-02-21 11:37:21 +0100" endDate="2020-02-21 11:40:04 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 12:05:55 +0100" startDate="2020-02-21 11:51:38 +0100" endDate="2020-02-21 11:52:14 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 12:38:17 +0100" startDate="2020-02-21 12:18:29 +0100" endDate="2020-02-21 12:28:10 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 12:48:08 +0100" startDate="2020-02-21 12:32:09 +0100" endDate="2020-02-21 12:35:56 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 13:05:02 +0100" startDate="2020-02-21 12:42:56 +0100" endDate="2020-02-21 12:51:41 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 13:09:47 +0100" startDate="2020-02-21 12:55:10 +0100" endDate="2020-02-21 13:03:47 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 13:17:49 +0100" startDate="2020-02-21 13:05:52 +0100" endDate="2020-02-21 13:15:17 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 13:31:09 +0100" startDate="2020-02-21 13:16:44 +0100" endDate="2020-02-21 13:24:43 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 13:52:35 +0100" startDate="2020-02-21 13:35:32 +0100" endDate="2020-02-21 13:42:12 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 14:14:30 +0100" startDate="2020-02-21 13:58:12 +0100" endDate="2020-02-21 14:07:47 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 14:20:06 +0100" startDate="2020-02-21 14:09:06 +0100" endDate="2020-02-21 14:17:23 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 14:40:07 +0100" startDate="2020-02-21 14:24:28 +0100" endDate="2020-02-21 14:28:35 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 14:50:50 +0100" startDate="2020-02-21 14:39:50 +0100" endDate="2020-02-21 14:49:51 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 15:01:29 +0100" startDate="2020-02-21 14:50:27 +0100" endDate="2020-02-21 14:52:26 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 16:55:42 +0100" startDate="2020-02-21 16:39:14 +0100" endDate="2020-02-21 16:41:13 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 17:15:35 +0100" startDate="2020-02-21 17:04:20 +0100" endDate="2020-02-21 17:05:24 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 17:35:53 +0100" startDate="2020-02-21 17:19:26 +0100" endDate="2020-02-21 17:29:27 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 17:40:48 +0100" startDate="2020-02-21 17:29:48 +0100" endDate="2020-02-21 17:34:51 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 17:55:01 +0100" startDate="2020-02-21 17:43:59 +0100" endDate="2020-02-21 17:44:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 18:17:00 +0100" startDate="2020-02-21 18:02:26 +0100" endDate="2020-02-21 18:03:58 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 18:51:05 +0100" startDate="2020-02-21 18:39:40 +0100" endDate="2020-02-21 18:40:11 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 19:06:47 +0100" startDate="2020-02-21 18:54:32 +0100" endDate="2020-02-21 19:02:10 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 19:19:30 +0100" startDate="2020-02-21 19:07:49 +0100" endDate="2020-02-21 19:10:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 19:41:38 +0100" startDate="2020-02-21 19:30:38 +0100" endDate="2020-02-21 19:36:25 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 19:55:20 +0100" startDate="2020-02-21 19:44:06 +0100" endDate="2020-02-21 19:51:32 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 20:05:56 +0100" startDate="2020-02-21 19:54:38 +0100" endDate="2020-02-21 20:04:17 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 20:19:50 +0100" startDate="2020-02-21 20:07:57 +0100" endDate="2020-02-21 20:17:56 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 20:31:04 +0100" startDate="2020-02-21 20:17:56 +0100" endDate="2020-02-21 20:25:32 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 20:44:51 +0100" startDate="2020-02-21 20:30:33 +0100" endDate="2020-02-21 20:38:52 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 20:58:24 +0100" startDate="2020-02-21 20:43:09 +0100" endDate="2020-02-21 20:49:16 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 21:15:39 +0100" startDate="2020-02-21 20:57:18 +0100" endDate="2020-02-21 21:06:02 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 21:21:31 +0100" startDate="2020-02-21 21:09:16 +0100" endDate="2020-02-21 21:16:52 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 21:32:42 +0100" startDate="2020-02-21 21:21:42 +0100" endDate="2020-02-21 21:31:23 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 21:43:39 +0100" startDate="2020-02-21 21:32:37 +0100" endDate="2020-02-21 21:32:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 22:11:43 +0100" startDate="2020-02-21 22:00:37 +0100" endDate="2020-02-21 22:10:38 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 22:23:06 +0100" startDate="2020-02-21 22:10:38 +0100" endDate="2020-02-21 22:19:15 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 22:38:37 +0100" startDate="2020-02-21 22:27:04 +0100" endDate="2020-02-21 22:36:52 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 22:48:05 +0100" startDate="2020-02-21 22:37:05 +0100" endDate="2020-02-21 22:47:06 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 22:59:08 +0100" startDate="2020-02-21 22:47:06 +0100" endDate="2020-02-21 22:56:52 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 23:08:22 +0100" startDate="2020-02-21 22:57:20 +0100" endDate="2020-02-21 23:07:05 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 23:21:14 +0100" startDate="2020-02-21 23:08:58 +0100" endDate="2020-02-21 23:17:47 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 23:31:00 +0100" startDate="2020-02-21 23:19:11 +0100" endDate="2020-02-21 23:27:18 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 23:43:08 +0100" startDate="2020-02-21 23:29:25 +0100" endDate="2020-02-21 23:39:26 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-21 23:50:29 +0100" startDate="2020-02-21 23:39:26 +0100" endDate="2020-02-21 23:48:01 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 00:05:03 +0100" startDate="2020-02-21 23:53:27 +0100" endDate="2020-02-22 00:03:05 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 00:14:58 +0100" startDate="2020-02-22 00:03:33 +0100" endDate="2020-02-22 00:13:31 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 00:25:37 +0100" startDate="2020-02-22 00:13:57 +0100" endDate="2020-02-22 00:22:54 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 00:36:08 +0100" startDate="2020-02-22 00:25:02 +0100" endDate="2020-02-22 00:34:48 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 00:48:47 +0100" startDate="2020-02-22 00:35:16 +0100" endDate="2020-02-22 00:45:17 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 01:02:02 +0100" startDate="2020-02-22 00:45:37 +0100" endDate="2020-02-22 00:55:38 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 01:06:41 +0100" startDate="2020-02-22 00:55:38 +0100" endDate="2020-02-22 01:00:18 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 02:21:20 +0100" startDate="2020-02-22 02:10:13 +0100" endDate="2020-02-22 02:15:31 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 08:05:22 +0100" startDate="2020-02-22 08:03:24 +0100" endDate="2020-02-22 08:05:03 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 09:39:41 +0100" startDate="2020-02-22 09:28:38 +0100" endDate="2020-02-22 09:28:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 09:50:56 +0100" startDate="2020-02-22 09:39:50 +0100" endDate="2020-02-22 09:40:01 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 12:02:49 +0100" startDate="2020-02-22 11:49:02 +0100" endDate="2020-02-22 11:49:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 18:29:10 +0100" startDate="2020-02-22 18:15:15 +0100" endDate="2020-02-22 18:16:16 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 18:59:55 +0100" startDate="2020-02-22 18:48:55 +0100" endDate="2020-02-22 18:52:54 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 19:14:26 +0100" startDate="2020-02-22 19:00:45 +0100" endDate="2020-02-22 19:10:01 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 20:01:37 +0100" startDate="2020-02-22 19:37:54 +0100" endDate="2020-02-22 19:39:20 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 20:30:14 +0100" startDate="2020-02-22 20:16:40 +0100" endDate="2020-02-22 20:25:06 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 20:42:34 +0100" startDate="2020-02-22 20:28:22 +0100" endDate="2020-02-22 20:36:52 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 20:52:15 +0100" startDate="2020-02-22 20:38:46 +0100" endDate="2020-02-22 20:48:17 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 21:02:24 +0100" startDate="2020-02-22 20:50:34 +0100" endDate="2020-02-22 20:58:36 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 21:13:21 +0100" startDate="2020-02-22 21:01:04 +0100" endDate="2020-02-22 21:01:04 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 21:59:07 +0100" startDate="2020-02-22 21:43:31 +0100" endDate="2020-02-22 21:44:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 22:15:54 +0100" startDate="2020-02-22 22:00:44 +0100" endDate="2020-02-22 22:00:44 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 22:20:59 +0100" startDate="2020-02-22 22:07:34 +0100" endDate="2020-02-22 22:07:34 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 22:50:57 +0100" startDate="2020-02-22 22:38:52 +0100" endDate="2020-02-22 22:47:27 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 23:02:59 +0100" startDate="2020-02-22 22:48:54 +0100" endDate="2020-02-22 22:57:54 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 23:18:04 +0100" startDate="2020-02-22 23:00:44 +0100" endDate="2020-02-22 23:10:46 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-22 23:27:51 +0100" startDate="2020-02-22 23:14:27 +0100" endDate="2020-02-22 23:18:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 00:09:57 +0100" startDate="2020-02-22 23:58:23 +0100" endDate="2020-02-23 00:00:58 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 00:28:48 +0100" startDate="2020-02-23 00:17:21 +0100" endDate="2020-02-23 00:19:18 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 00:39:12 +0100" startDate="2020-02-23 00:28:09 +0100" endDate="2020-02-23 00:28:45 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 11:35:40 +0100" startDate="2020-02-23 11:24:30 +0100" endDate="2020-02-23 11:31:38 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 11:51:05 +0100" startDate="2020-02-23 11:35:24 +0100" endDate="2020-02-23 11:39:59 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 12:54:36 +0100" startDate="2020-02-23 12:41:58 +0100" endDate="2020-02-23 12:44:53 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 13:07:49 +0100" startDate="2020-02-23 12:56:06 +0100" endDate="2020-02-23 13:00:05 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 13:23:17 +0100" startDate="2020-02-23 13:10:44 +0100" endDate="2020-02-23 13:10:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 13:37:12 +0100" startDate="2020-02-23 13:26:06 +0100" endDate="2020-02-23 13:30:31 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 13:52:05 +0100" startDate="2020-02-23 13:40:12 +0100" endDate="2020-02-23 13:40:14 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 14:06:33 +0100" startDate="2020-02-23 13:55:28 +0100" endDate="2020-02-23 14:00:14 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 14:23:37 +0100" startDate="2020-02-23 14:11:49 +0100" endDate="2020-02-23 14:19:17 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 14:35:58 +0100" startDate="2020-02-23 14:22:05 +0100" endDate="2020-02-23 14:31:51 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 14:49:23 +0100" startDate="2020-02-23 14:33:56 +0100" endDate="2020-02-23 14:43:54 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 14:57:05 +0100" startDate="2020-02-23 14:45:44 +0100" endDate="2020-02-23 14:55:04 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 16:09:08 +0100" startDate="2020-02-23 15:57:17 +0100" endDate="2020-02-23 16:07:18 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 16:20:43 +0100" startDate="2020-02-23 16:07:18 +0100" endDate="2020-02-23 16:08:19 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 20:00:03 +0100" startDate="2020-02-23 19:44:03 +0100" endDate="2020-02-23 19:44:08 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-23 23:15:31 +0100" startDate="2020-02-23 23:03:36 +0100" endDate="2020-02-23 23:03:39 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 06:50:53 +0100" startDate="2020-02-24 06:36:51 +0100" endDate="2020-02-24 06:37:07 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 07:29:33 +0100" startDate="2020-02-24 07:14:22 +0100" endDate="2020-02-24 07:14:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 07:44:26 +0100" startDate="2020-02-24 07:30:22 +0100" endDate="2020-02-24 07:30:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 09:13:06 +0100" startDate="2020-02-24 08:58:04 +0100" endDate="2020-02-24 09:07:30 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 09:25:02 +0100" startDate="2020-02-24 09:12:56 +0100" endDate="2020-02-24 09:22:27 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 09:41:56 +0100" startDate="2020-02-24 09:24:03 +0100" endDate="2020-02-24 09:24:54 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 10:35:54 +0100" startDate="2020-02-24 10:24:11 +0100" endDate="2020-02-24 10:34:12 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 10:45:15 +0100" startDate="2020-02-24 10:34:12 +0100" endDate="2020-02-24 10:43:30 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 10:48:21 +0100" startDate="2020-02-24 10:44:21 +0100" endDate="2020-02-24 10:44:36 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 11:15:28 +0100" startDate="2020-02-24 11:04:26 +0100" endDate="2020-02-24 11:04:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 11:58:25 +0100" startDate="2020-02-24 11:47:10 +0100" endDate="2020-02-24 11:54:08 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 12:08:34 +0100" startDate="2020-02-24 11:57:32 +0100" endDate="2020-02-24 12:07:28 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 12:18:58 +0100" startDate="2020-02-24 12:07:56 +0100" endDate="2020-02-24 12:17:48 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 12:29:44 +0100" startDate="2020-02-24 12:17:55 +0100" endDate="2020-02-24 12:25:39 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 12:44:39 +0100" startDate="2020-02-24 12:32:54 +0100" endDate="2020-02-24 12:37:40 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 12:57:09 +0100" startDate="2020-02-24 12:46:07 +0100" endDate="2020-02-24 12:56:08 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 13:07:41 +0100" startDate="2020-02-24 12:56:41 +0100" endDate="2020-02-24 13:05:23 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 13:38:37 +0100" startDate="2020-02-24 13:23:33 +0100" endDate="2020-02-24 13:33:26 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 13:56:30 +0100" startDate="2020-02-24 13:44:33 +0100" endDate="2020-02-24 13:53:48 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 14:05:58 +0100" startDate="2020-02-24 13:54:34 +0100" endDate="2020-02-24 14:03:13 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 14:16:56 +0100" startDate="2020-02-24 14:04:47 +0100" endDate="2020-02-24 14:14:38 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 14:30:30 +0100" startDate="2020-02-24 14:16:40 +0100" endDate="2020-02-24 14:26:23 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 14:41:09 +0100" startDate="2020-02-24 14:26:51 +0100" endDate="2020-02-24 14:36:52 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 14:48:07 +0100" startDate="2020-02-24 14:37:07 +0100" endDate="2020-02-24 14:46:55 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 14:58:28 +0100" startDate="2020-02-24 14:47:23 +0100" endDate="2020-02-24 14:57:24 +0100" value="656"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 15:08:55 +0100" startDate="2020-02-24 14:57:52 +0100" endDate="2020-02-24 15:07:38 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 15:20:08 +0100" startDate="2020-02-24 15:08:13 +0100" endDate="2020-02-24 15:17:56 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 15:29:42 +0100" startDate="2020-02-24 15:18:42 +0100" endDate="2020-02-24 15:28:33 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 15:41:22 +0100" startDate="2020-02-24 15:29:31 +0100" endDate="2020-02-24 15:38:56 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 15:55:25 +0100" startDate="2020-02-24 15:38:56 +0100" endDate="2020-02-24 15:48:37 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 16:02:50 +0100" startDate="2020-02-24 15:49:28 +0100" endDate="2020-02-24 15:55:27 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 16:11:23 +0100" startDate="2020-02-24 16:00:12 +0100" endDate="2020-02-24 16:06:34 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 17:44:41 +0100" startDate="2020-02-24 17:33:38 +0100" endDate="2020-02-24 17:39:37 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 17:58:09 +0100" startDate="2020-02-24 17:44:33 +0100" endDate="2020-02-24 17:44:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 18:09:46 +0100" startDate="2020-02-24 17:58:01 +0100" endDate="2020-02-24 18:07:47 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 18:27:43 +0100" startDate="2020-02-24 18:09:00 +0100" endDate="2020-02-24 18:10:27 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 18:51:49 +0100" startDate="2020-02-24 18:40:29 +0100" endDate="2020-02-24 18:46:16 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 19:02:03 +0100" startDate="2020-02-24 18:51:03 +0100" endDate="2020-02-24 18:56:49 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 19:17:54 +0100" startDate="2020-02-24 19:04:25 +0100" endDate="2020-02-24 19:04:28 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 19:34:48 +0100" startDate="2020-02-24 19:17:07 +0100" endDate="2020-02-24 19:24:38 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 19:41:31 +0100" startDate="2020-02-24 19:28:25 +0100" endDate="2020-02-24 19:28:45 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 19:57:38 +0100" startDate="2020-02-24 19:43:04 +0100" endDate="2020-02-24 19:43:22 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 20:32:38 +0100" startDate="2020-02-24 20:19:38 +0100" endDate="2020-02-24 20:29:39 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 20:46:27 +0100" startDate="2020-02-24 20:29:49 +0100" endDate="2020-02-24 20:39:38 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 21:10:38 +0100" startDate="2020-02-24 20:43:40 +0100" endDate="2020-02-24 20:43:42 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 21:15:21 +0100" startDate="2020-02-24 21:02:13 +0100" endDate="2020-02-24 21:05:59 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 21:40:51 +0100" startDate="2020-02-24 21:19:37 +0100" endDate="2020-02-24 21:22:35 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 21:44:12 +0100" startDate="2020-02-24 21:33:02 +0100" endDate="2020-02-24 21:40:07 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 22:02:40 +0100" startDate="2020-02-24 21:43:54 +0100" endDate="2020-02-24 21:51:05 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 22:13:22 +0100" startDate="2020-02-24 22:02:22 +0100" endDate="2020-02-24 22:11:30 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 22:33:47 +0100" startDate="2020-02-24 22:19:31 +0100" endDate="2020-02-24 22:26:29 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 22:42:24 +0100" startDate="2020-02-24 22:30:46 +0100" endDate="2020-02-24 22:40:47 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 22:52:59 +0100" startDate="2020-02-24 22:40:47 +0100" endDate="2020-02-24 22:50:07 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 23:12:01 +0100" startDate="2020-02-24 22:53:03 +0100" endDate="2020-02-24 22:58:26 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 23:28:52 +0100" startDate="2020-02-24 23:16:18 +0100" endDate="2020-02-24 23:26:12 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 23:39:23 +0100" startDate="2020-02-24 23:26:19 +0100" endDate="2020-02-24 23:33:19 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-24 23:55:56 +0100" startDate="2020-02-24 23:39:52 +0100" endDate="2020-02-24 23:48:44 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 00:05:17 +0100" startDate="2020-02-24 23:50:41 +0100" endDate="2020-02-24 23:59:16 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 00:24:03 +0100" startDate="2020-02-25 00:09:22 +0100" endDate="2020-02-25 00:17:59 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 00:33:50 +0100" startDate="2020-02-25 00:21:48 +0100" endDate="2020-02-25 00:30:38 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 00:45:56 +0100" startDate="2020-02-25 00:34:53 +0100" endDate="2020-02-25 00:41:51 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 08:32:04 +0100" startDate="2020-02-25 08:20:34 +0100" endDate="2020-02-25 08:29:15 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 08:44:15 +0100" startDate="2020-02-25 08:32:01 +0100" endDate="2020-02-25 08:32:36 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 08:55:27 +0100" startDate="2020-02-25 08:42:50 +0100" endDate="2020-02-25 08:43:31 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 09:06:41 +0100" startDate="2020-02-25 08:55:27 +0100" endDate="2020-02-25 09:05:29 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 09:09:37 +0100" startDate="2020-02-25 09:05:29 +0100" endDate="2020-02-25 09:08:47 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 09:44:26 +0100" startDate="2020-02-25 09:33:21 +0100" endDate="2020-02-25 09:42:21 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 09:54:43 +0100" startDate="2020-02-25 09:43:40 +0100" endDate="2020-02-25 09:52:38 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 10:09:16 +0100" startDate="2020-02-25 09:55:03 +0100" endDate="2020-02-25 09:58:11 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 10:27:40 +0100" startDate="2020-02-25 10:14:19 +0100" endDate="2020-02-25 10:23:29 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 10:39:16 +0100" startDate="2020-02-25 10:24:58 +0100" endDate="2020-02-25 10:31:17 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 10:49:36 +0100" startDate="2020-02-25 10:35:55 +0100" endDate="2020-02-25 10:44:09 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 10:56:59 +0100" startDate="2020-02-25 10:45:56 +0100" endDate="2020-02-25 10:55:54 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 11:08:59 +0100" startDate="2020-02-25 10:55:57 +0100" endDate="2020-02-25 11:05:37 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 11:17:18 +0100" startDate="2020-02-25 11:06:18 +0100" endDate="2020-02-25 11:08:15 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 11:29:47 +0100" startDate="2020-02-25 11:18:44 +0100" endDate="2020-02-25 11:25:34 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 13:12:53 +0100" startDate="2020-02-25 13:01:50 +0100" endDate="2020-02-25 13:09:59 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 13:26:48 +0100" startDate="2020-02-25 13:12:04 +0100" endDate="2020-02-25 13:21:28 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 13:36:42 +0100" startDate="2020-02-25 13:23:36 +0100" endDate="2020-02-25 13:33:16 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 13:46:59 +0100" startDate="2020-02-25 13:35:59 +0100" endDate="2020-02-25 13:39:20 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 14:04:05 +0100" startDate="2020-02-25 13:48:20 +0100" endDate="2020-02-25 13:48:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 14:20:08 +0100" startDate="2020-02-25 14:09:08 +0100" endDate="2020-02-25 14:19:09 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 14:30:11 +0100" startDate="2020-02-25 14:19:09 +0100" endDate="2020-02-25 14:28:44 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 14:40:12 +0100" startDate="2020-02-25 14:29:09 +0100" endDate="2020-02-25 14:39:10 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 14:50:13 +0100" startDate="2020-02-25 14:39:10 +0100" endDate="2020-02-25 14:49:06 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 15:00:14 +0100" startDate="2020-02-25 14:49:11 +0100" endDate="2020-02-25 14:58:47 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 15:10:30 +0100" startDate="2020-02-25 14:59:27 +0100" endDate="2020-02-25 15:08:53 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 15:21:27 +0100" startDate="2020-02-25 15:10:24 +0100" endDate="2020-02-25 15:16:49 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 15:31:46 +0100" startDate="2020-02-25 15:20:43 +0100" endDate="2020-02-25 15:21:24 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 15:52:44 +0100" startDate="2020-02-25 15:36:38 +0100" endDate="2020-02-25 15:45:22 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 16:12:47 +0100" startDate="2020-02-25 15:58:08 +0100" endDate="2020-02-25 16:05:06 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 16:20:53 +0100" startDate="2020-02-25 16:08:12 +0100" endDate="2020-02-25 16:11:41 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 16:46:01 +0100" startDate="2020-02-25 16:28:16 +0100" endDate="2020-02-25 16:36:14 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 16:56:05 +0100" startDate="2020-02-25 16:38:35 +0100" endDate="2020-02-25 16:44:08 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 17:11:05 +0100" startDate="2020-02-25 16:51:31 +0100" endDate="2020-02-25 16:59:12 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 17:15:24 +0100" startDate="2020-02-25 17:03:57 +0100" endDate="2020-02-25 17:13:00 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 17:33:29 +0100" startDate="2020-02-25 17:17:35 +0100" endDate="2020-02-25 17:21:14 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 17:48:20 +0100" startDate="2020-02-25 17:37:56 +0100" endDate="2020-02-25 17:41:43 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 17:58:24 +0100" startDate="2020-02-25 17:44:18 +0100" endDate="2020-02-25 17:47:27 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 18:03:25 +0100" startDate="2020-02-25 17:50:27 +0100" endDate="2020-02-25 17:58:26 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 18:16:11 +0100" startDate="2020-02-25 17:58:26 +0100" endDate="2020-02-25 18:08:27 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 18:25:29 +0100" startDate="2020-02-25 18:08:27 +0100" endDate="2020-02-25 18:18:28 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 18:32:14 +0100" startDate="2020-02-25 18:18:28 +0100" endDate="2020-02-25 18:27:54 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 18:41:19 +0100" startDate="2020-02-25 18:28:37 +0100" endDate="2020-02-25 18:37:21 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 18:52:56 +0100" startDate="2020-02-25 18:39:37 +0100" endDate="2020-02-25 18:44:17 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 19:04:01 +0100" startDate="2020-02-25 18:52:26 +0100" endDate="2020-02-25 18:52:57 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 19:32:17 +0100" startDate="2020-02-25 19:15:21 +0100" endDate="2020-02-25 19:24:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 19:41:07 +0100" startDate="2020-02-25 19:27:30 +0100" endDate="2020-02-25 19:32:54 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 19:52:27 +0100" startDate="2020-02-25 19:37:49 +0100" endDate="2020-02-25 19:45:46 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 20:07:11 +0100" startDate="2020-02-25 19:50:51 +0100" endDate="2020-02-25 19:59:10 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 20:21:21 +0100" startDate="2020-02-25 20:01:05 +0100" endDate="2020-02-25 20:11:03 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 20:21:21 +0100" startDate="2020-02-25 20:11:08 +0100" endDate="2020-02-25 20:13:28 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 20:38:18 +0100" startDate="2020-02-25 20:19:48 +0100" endDate="2020-02-25 20:29:21 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 20:52:44 +0100" startDate="2020-02-25 20:36:52 +0100" endDate="2020-02-25 20:42:48 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 21:00:45 +0100" startDate="2020-02-25 20:47:06 +0100" endDate="2020-02-25 20:54:26 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 21:37:20 +0100" startDate="2020-02-25 21:14:44 +0100" endDate="2020-02-25 21:22:33 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-25 22:27:14 +0100" startDate="2020-02-25 22:01:12 +0100" endDate="2020-02-25 22:01:53 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 07:03:49 +0100" startDate="2020-02-26 06:52:46 +0100" endDate="2020-02-26 06:53:07 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 08:01:34 +0100" startDate="2020-02-26 07:47:31 +0100" endDate="2020-02-26 07:56:57 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 08:30:14 +0100" startDate="2020-02-26 08:14:10 +0100" endDate="2020-02-26 08:20:11 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 09:06:41 +0100" startDate="2020-02-26 08:55:27 +0100" endDate="2020-02-26 09:02:47 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 09:17:55 +0100" startDate="2020-02-26 09:05:28 +0100" endDate="2020-02-26 09:15:29 +0100" value="1232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 09:27:31 +0100" startDate="2020-02-26 09:15:29 +0100" endDate="2020-02-26 09:24:41 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 09:37:18 +0100" startDate="2020-02-26 09:25:30 +0100" endDate="2020-02-26 09:35:23 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 09:54:09 +0100" startDate="2020-02-26 09:38:13 +0100" endDate="2020-02-26 09:48:14 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 10:02:36 +0100" startDate="2020-02-26 09:48:14 +0100" endDate="2020-02-26 09:58:05 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 10:11:31 +0100" startDate="2020-02-26 09:58:30 +0100" endDate="2020-02-26 10:08:31 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 10:21:19 +0100" startDate="2020-02-26 10:08:31 +0100" endDate="2020-02-26 10:18:27 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 10:33:31 +0100" startDate="2020-02-26 10:20:19 +0100" endDate="2020-02-26 10:30:20 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 10:47:59 +0100" startDate="2020-02-26 10:30:20 +0100" endDate="2020-02-26 10:39:58 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 10:55:58 +0100" startDate="2020-02-26 10:40:54 +0100" endDate="2020-02-26 10:50:45 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 11:02:51 +0100" startDate="2020-02-26 10:51:03 +0100" endDate="2020-02-26 10:56:01 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 11:20:47 +0100" startDate="2020-02-26 11:01:27 +0100" endDate="2020-02-26 11:10:11 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 11:25:25 +0100" startDate="2020-02-26 11:12:37 +0100" endDate="2020-02-26 11:22:36 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 11:34:47 +0100" startDate="2020-02-26 11:22:36 +0100" endDate="2020-02-26 11:32:11 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 11:46:44 +0100" startDate="2020-02-26 11:33:10 +0100" endDate="2020-02-26 11:41:55 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 12:02:38 +0100" startDate="2020-02-26 11:45:48 +0100" endDate="2020-02-26 11:53:12 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 12:11:14 +0100" startDate="2020-02-26 12:00:13 +0100" endDate="2020-02-26 12:09:31 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 12:27:57 +0100" startDate="2020-02-26 12:16:57 +0100" endDate="2020-02-26 12:16:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 12:52:25 +0100" startDate="2020-02-26 12:38:53 +0100" endDate="2020-02-26 12:43:28 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 13:45:07 +0100" startDate="2020-02-26 13:33:45 +0100" endDate="2020-02-26 13:38:46 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 15:35:45 +0100" startDate="2020-02-26 15:23:06 +0100" endDate="2020-02-26 15:33:07 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 15:44:20 +0100" startDate="2020-02-26 15:33:07 +0100" endDate="2020-02-26 15:43:02 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 15:54:13 +0100" startDate="2020-02-26 15:43:13 +0100" endDate="2020-02-26 15:51:37 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 16:10:56 +0100" startDate="2020-02-26 15:58:16 +0100" endDate="2020-02-26 16:04:59 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 16:26:20 +0100" startDate="2020-02-26 16:13:23 +0100" endDate="2020-02-26 16:20:13 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 17:19:05 +0100" startDate="2020-02-26 17:07:51 +0100" endDate="2020-02-26 17:16:07 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 17:30:26 +0100" startDate="2020-02-26 17:19:23 +0100" endDate="2020-02-26 17:20:09 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-26 22:32:22 +0100" startDate="2020-02-26 22:21:19 +0100" endDate="2020-02-26 22:21:32 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 05:49:55 +0100" startDate="2020-02-27 05:32:22 +0100" endDate="2020-02-27 05:39:17 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 08:25:02 +0100" startDate="2020-02-27 08:13:42 +0100" endDate="2020-02-27 08:16:43 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 08:43:05 +0100" startDate="2020-02-27 08:28:04 +0100" endDate="2020-02-27 08:36:41 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 08:52:58 +0100" startDate="2020-02-27 08:41:06 +0100" endDate="2020-02-27 08:49:14 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 09:20:52 +0100" startDate="2020-02-27 09:06:42 +0100" endDate="2020-02-27 09:11:12 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 09:54:19 +0100" startDate="2020-02-27 09:39:49 +0100" endDate="2020-02-27 09:45:02 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 10:10:06 +0100" startDate="2020-02-27 09:55:30 +0100" endDate="2020-02-27 10:05:31 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 10:16:46 +0100" startDate="2020-02-27 10:05:31 +0100" endDate="2020-02-27 10:10:09 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 10:29:33 +0100" startDate="2020-02-27 10:18:30 +0100" endDate="2020-02-27 10:27:38 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 10:40:59 +0100" startDate="2020-02-27 10:29:27 +0100" endDate="2020-02-27 10:30:26 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 10:59:48 +0100" startDate="2020-02-27 10:43:46 +0100" endDate="2020-02-27 10:45:56 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 12:12:30 +0100" startDate="2020-02-27 12:00:25 +0100" endDate="2020-02-27 12:05:13 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 12:22:02 +0100" startDate="2020-02-27 12:11:02 +0100" endDate="2020-02-27 12:13:48 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 12:34:18 +0100" startDate="2020-02-27 12:23:18 +0100" endDate="2020-02-27 12:23:38 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 12:57:29 +0100" startDate="2020-02-27 12:46:18 +0100" endDate="2020-02-27 12:56:20 +0100" value="1056"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 13:10:15 +0100" startDate="2020-02-27 12:56:20 +0100" endDate="2020-02-27 12:58:42 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 14:16:41 +0100" startDate="2020-02-27 14:04:15 +0100" endDate="2020-02-27 14:12:37 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 14:28:05 +0100" startDate="2020-02-27 14:16:54 +0100" endDate="2020-02-27 14:26:53 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 14:43:20 +0100" startDate="2020-02-27 14:26:53 +0100" endDate="2020-02-27 14:27:03 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 14:54:49 +0100" startDate="2020-02-27 14:43:07 +0100" endDate="2020-02-27 14:43:52 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 15:25:58 +0100" startDate="2020-02-27 15:08:41 +0100" endDate="2020-02-27 15:14:17 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 16:40:16 +0100" startDate="2020-02-27 16:29:16 +0100" endDate="2020-02-27 16:37:20 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 17:02:53 +0100" startDate="2020-02-27 16:50:13 +0100" endDate="2020-02-27 17:00:12 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 17:11:34 +0100" startDate="2020-02-27 17:00:12 +0100" endDate="2020-02-27 17:09:58 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 17:22:30 +0100" startDate="2020-02-27 17:10:15 +0100" endDate="2020-02-27 17:18:17 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 17:33:49 +0100" startDate="2020-02-27 17:21:30 +0100" endDate="2020-02-27 17:31:21 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 17:46:14 +0100" startDate="2020-02-27 17:31:42 +0100" endDate="2020-02-27 17:33:44 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 18:52:50 +0100" startDate="2020-02-27 18:35:49 +0100" endDate="2020-02-27 18:37:59 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-27 21:40:01 +0100" startDate="2020-02-27 21:29:01 +0100" endDate="2020-02-27 21:34:24 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 07:37:11 +0100" startDate="2020-02-28 07:24:39 +0100" endDate="2020-02-28 07:24:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 07:46:03 +0100" startDate="2020-02-28 07:35:03 +0100" endDate="2020-02-28 07:35:05 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 08:01:52 +0100" startDate="2020-02-28 07:49:16 +0100" endDate="2020-02-28 07:55:41 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 08:16:09 +0100" startDate="2020-02-28 08:04:23 +0100" endDate="2020-02-28 08:14:17 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 08:30:57 +0100" startDate="2020-02-28 08:14:45 +0100" endDate="2020-02-28 08:19:45 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 09:20:42 +0100" startDate="2020-02-28 09:07:14 +0100" endDate="2020-02-28 09:16:50 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 09:28:23 +0100" startDate="2020-02-28 09:17:23 +0100" endDate="2020-02-28 09:27:16 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 09:41:43 +0100" startDate="2020-02-28 09:27:57 +0100" endDate="2020-02-28 09:37:12 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 09:50:03 +0100" startDate="2020-02-28 09:38:41 +0100" endDate="2020-02-28 09:47:36 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 10:10:30 +0100" startDate="2020-02-28 09:49:23 +0100" endDate="2020-02-28 09:50:45 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 11:58:27 +0100" startDate="2020-02-28 11:44:44 +0100" endDate="2020-02-28 11:53:11 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 12:10:32 +0100" startDate="2020-02-28 11:55:26 +0100" endDate="2020-02-28 12:00:06 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 13:10:26 +0100" startDate="2020-02-28 12:57:12 +0100" endDate="2020-02-28 13:05:12 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 14:27:45 +0100" startDate="2020-02-28 14:12:10 +0100" endDate="2020-02-28 14:12:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 14:39:09 +0100" startDate="2020-02-28 14:27:54 +0100" endDate="2020-02-28 14:37:02 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 14:49:38 +0100" startDate="2020-02-28 14:37:56 +0100" endDate="2020-02-28 14:47:57 +0100" value="1119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 15:01:00 +0100" startDate="2020-02-28 14:47:57 +0100" endDate="2020-02-28 14:53:43 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 15:35:09 +0100" startDate="2020-02-28 15:23:06 +0100" endDate="2020-02-28 15:24:30 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 17:49:07 +0100" startDate="2020-02-28 17:33:22 +0100" endDate="2020-02-28 17:33:38 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 17:56:49 +0100" startDate="2020-02-28 17:45:49 +0100" endDate="2020-02-28 17:54:01 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 18:15:48 +0100" startDate="2020-02-28 18:02:23 +0100" endDate="2020-02-28 18:03:32 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 19:06:59 +0100" startDate="2020-02-28 18:52:48 +0100" endDate="2020-02-28 19:02:20 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 19:33:45 +0100" startDate="2020-02-28 19:21:16 +0100" endDate="2020-02-28 19:22:41 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 19:44:34 +0100" startDate="2020-02-28 19:33:34 +0100" endDate="2020-02-28 19:40:31 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-28 22:23:05 +0100" startDate="2020-02-28 22:12:03 +0100" endDate="2020-02-28 22:12:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-29 01:58:39 +0100" startDate="2020-02-29 01:46:10 +0100" endDate="2020-02-29 01:46:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-29 13:42:13 +0100" startDate="2020-02-29 13:30:21 +0100" endDate="2020-02-29 13:40:23 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-29 13:57:02 +0100" startDate="2020-02-29 13:40:23 +0100" endDate="2020-02-29 13:50:24 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-29 14:09:55 +0100" startDate="2020-02-29 13:50:24 +0100" endDate="2020-02-29 13:59:55 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-29 14:13:34 +0100" startDate="2020-02-29 14:02:15 +0100" endDate="2020-02-29 14:12:16 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-29 14:24:44 +0100" startDate="2020-02-29 14:12:16 +0100" endDate="2020-02-29 14:21:44 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-29 14:36:13 +0100" startDate="2020-02-29 14:24:14 +0100" endDate="2020-02-29 14:34:15 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-29 14:45:18 +0100" startDate="2020-02-29 14:34:15 +0100" endDate="2020-02-29 14:36:20 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-29 14:55:23 +0100" startDate="2020-02-29 14:44:20 +0100" endDate="2020-02-29 14:54:14 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-29 15:06:48 +0100" startDate="2020-02-29 14:54:36 +0100" endDate="2020-02-29 15:02:18 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-02-29 23:06:57 +0100" startDate="2020-02-29 22:50:51 +0100" endDate="2020-02-29 22:53:21 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 09:36:57 +0100" startDate="2020-03-01 09:23:54 +0100" endDate="2020-03-01 09:33:55 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 09:45:01 +0100" startDate="2020-03-01 09:33:55 +0100" endDate="2020-03-01 09:43:56 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 09:57:18 +0100" startDate="2020-03-01 09:43:56 +0100" endDate="2020-03-01 09:52:48 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 10:07:23 +0100" startDate="2020-03-01 09:55:54 +0100" endDate="2020-03-01 10:03:46 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 10:53:43 +0100" startDate="2020-03-01 10:37:54 +0100" endDate="2020-03-01 10:38:04 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 11:02:27 +0100" startDate="2020-03-01 10:50:06 +0100" endDate="2020-03-01 10:54:00 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 11:13:11 +0100" startDate="2020-03-01 11:01:09 +0100" endDate="2020-03-01 11:09:20 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 11:24:30 +0100" startDate="2020-03-01 11:12:44 +0100" endDate="2020-03-01 11:17:40 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 11:35:04 +0100" startDate="2020-03-01 11:24:04 +0100" endDate="2020-03-01 11:26:01 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 12:19:02 +0100" startDate="2020-03-01 12:06:13 +0100" endDate="2020-03-01 12:10:13 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 13:19:00 +0100" startDate="2020-03-01 13:04:38 +0100" endDate="2020-03-01 13:06:12 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 13:33:21 +0100" startDate="2020-03-01 13:16:37 +0100" endDate="2020-03-01 13:17:46 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 14:05:30 +0100" startDate="2020-03-01 13:53:57 +0100" endDate="2020-03-01 13:54:07 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 15:42:54 +0100" startDate="2020-03-01 15:28:05 +0100" endDate="2020-03-01 15:32:55 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 16:24:05 +0100" startDate="2020-03-01 16:12:58 +0100" endDate="2020-03-01 16:22:41 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 16:34:14 +0100" startDate="2020-03-01 16:23:02 +0100" endDate="2020-03-01 16:28:58 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 16:49:24 +0100" startDate="2020-03-01 16:33:49 +0100" endDate="2020-03-01 16:43:47 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 16:59:27 +0100" startDate="2020-03-01 16:43:47 +0100" endDate="2020-03-01 16:51:40 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 17:17:06 +0100" startDate="2020-03-01 17:03:54 +0100" endDate="2020-03-01 17:13:27 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 17:30:00 +0100" startDate="2020-03-01 17:15:19 +0100" endDate="2020-03-01 17:16:56 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 17:37:36 +0100" startDate="2020-03-01 17:25:35 +0100" endDate="2020-03-01 17:25:53 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 19:36:58 +0100" startDate="2020-03-01 19:20:14 +0100" endDate="2020-03-01 19:22:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 19:48:56 +0100" startDate="2020-03-01 19:31:35 +0100" endDate="2020-03-01 19:37:27 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 19:55:13 +0100" startDate="2020-03-01 19:41:44 +0100" endDate="2020-03-01 19:43:01 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 20:35:42 +0100" startDate="2020-03-01 20:24:31 +0100" endDate="2020-03-01 20:25:10 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-01 22:14:31 +0100" startDate="2020-03-01 22:03:10 +0100" endDate="2020-03-01 22:03:15 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 07:17:22 +0100" startDate="2020-03-02 07:15:51 +0100" endDate="2020-03-02 07:16:09 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 07:39:51 +0100" startDate="2020-03-02 07:28:48 +0100" endDate="2020-03-02 07:38:26 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 07:59:35 +0100" startDate="2020-03-02 07:46:47 +0100" endDate="2020-03-02 07:51:27 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 08:16:40 +0100" startDate="2020-03-02 08:01:15 +0100" endDate="2020-03-02 08:04:24 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 08:31:39 +0100" startDate="2020-03-02 08:18:28 +0100" endDate="2020-03-02 08:21:52 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 09:08:26 +0100" startDate="2020-03-02 08:51:48 +0100" endDate="2020-03-02 09:01:04 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 09:19:47 +0100" startDate="2020-03-02 09:02:58 +0100" endDate="2020-03-02 09:09:36 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 10:28:09 +0100" startDate="2020-03-02 10:17:06 +0100" endDate="2020-03-02 10:17:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 11:10:16 +0100" startDate="2020-03-02 10:58:34 +0100" endDate="2020-03-02 11:01:17 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 11:28:35 +0100" startDate="2020-03-02 11:09:07 +0100" endDate="2020-03-02 11:18:25 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 11:43:48 +0100" startDate="2020-03-02 11:29:01 +0100" endDate="2020-03-02 11:39:02 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 11:52:52 +0100" startDate="2020-03-02 11:39:02 +0100" endDate="2020-03-02 11:42:33 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 13:11:51 +0100" startDate="2020-03-02 12:59:27 +0100" endDate="2020-03-02 13:09:26 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 13:20:41 +0100" startDate="2020-03-02 13:09:41 +0100" endDate="2020-03-02 13:09:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 13:38:10 +0100" startDate="2020-03-02 13:20:30 +0100" endDate="2020-03-02 13:27:33 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 14:31:04 +0100" startDate="2020-03-02 14:16:43 +0100" endDate="2020-03-02 14:24:01 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 15:16:36 +0100" startDate="2020-03-02 15:01:28 +0100" endDate="2020-03-02 15:06:00 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 16:21:47 +0100" startDate="2020-03-02 16:10:13 +0100" endDate="2020-03-02 16:13:34 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 16:55:43 +0100" startDate="2020-03-02 16:44:30 +0100" endDate="2020-03-02 16:44:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 17:21:31 +0100" startDate="2020-03-02 17:06:06 +0100" endDate="2020-03-02 17:16:07 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 17:28:00 +0100" startDate="2020-03-02 17:16:07 +0100" endDate="2020-03-02 17:25:27 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 17:37:51 +0100" startDate="2020-03-02 17:26:03 +0100" endDate="2020-03-02 17:27:09 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 17:49:24 +0100" startDate="2020-03-02 17:38:24 +0100" endDate="2020-03-02 17:40:39 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 18:15:01 +0100" startDate="2020-03-02 17:58:50 +0100" endDate="2020-03-02 18:08:49 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 18:18:58 +0100" startDate="2020-03-02 18:08:49 +0100" endDate="2020-03-02 18:18:50 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 18:31:34 +0100" startDate="2020-03-02 18:18:50 +0100" endDate="2020-03-02 18:28:51 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 18:40:49 +0100" startDate="2020-03-02 18:28:51 +0100" endDate="2020-03-02 18:38:24 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 18:51:54 +0100" startDate="2020-03-02 18:40:47 +0100" endDate="2020-03-02 18:49:19 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 19:07:53 +0100" startDate="2020-03-02 18:51:21 +0100" endDate="2020-03-02 19:00:28 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 19:41:46 +0100" startDate="2020-03-02 19:30:46 +0100" endDate="2020-03-02 19:33:09 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 21:14:09 +0100" startDate="2020-03-02 21:02:51 +0100" endDate="2020-03-02 21:12:52 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 21:25:59 +0100" startDate="2020-03-02 21:12:52 +0100" endDate="2020-03-02 21:22:43 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 21:35:42 +0100" startDate="2020-03-02 21:22:56 +0100" endDate="2020-03-02 21:32:52 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 21:48:17 +0100" startDate="2020-03-02 21:33:02 +0100" endDate="2020-03-02 21:34:16 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-02 22:24:27 +0100" startDate="2020-03-02 22:10:50 +0100" endDate="2020-03-02 22:15:14 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 07:53:48 +0100" startDate="2020-03-03 07:42:48 +0100" endDate="2020-03-03 07:48:24 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 08:19:04 +0100" startDate="2020-03-03 08:02:07 +0100" endDate="2020-03-03 08:12:08 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 08:22:59 +0100" startDate="2020-03-03 08:12:08 +0100" endDate="2020-03-03 08:21:16 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 08:34:12 +0100" startDate="2020-03-03 08:22:47 +0100" endDate="2020-03-03 08:32:18 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 08:46:14 +0100" startDate="2020-03-03 08:33:01 +0100" endDate="2020-03-03 08:33:50 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 11:50:44 +0100" startDate="2020-03-03 11:39:41 +0100" endDate="2020-03-03 11:49:42 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 12:05:13 +0100" startDate="2020-03-03 11:49:42 +0100" endDate="2020-03-03 11:55:57 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 12:17:01 +0100" startDate="2020-03-03 12:06:01 +0100" endDate="2020-03-03 12:15:26 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 12:32:55 +0100" startDate="2020-03-03 12:16:07 +0100" endDate="2020-03-03 12:20:06 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 12:41:30 +0100" startDate="2020-03-03 12:28:28 +0100" endDate="2020-03-03 12:28:38 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 13:32:59 +0100" startDate="2020-03-03 13:21:59 +0100" endDate="2020-03-03 13:21:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 16:23:10 +0100" startDate="2020-03-03 16:07:54 +0100" endDate="2020-03-03 16:14:57 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 16:36:25 +0100" startDate="2020-03-03 16:23:57 +0100" endDate="2020-03-03 16:33:58 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 16:57:54 +0100" startDate="2020-03-03 16:33:58 +0100" endDate="2020-03-03 16:40:51 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 16:59:59 +0100" startDate="2020-03-03 16:49:51 +0100" endDate="2020-03-03 16:49:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 17:14:25 +0100" startDate="2020-03-03 16:59:49 +0100" endDate="2020-03-03 17:05:25 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 18:13:07 +0100" startDate="2020-03-03 18:01:29 +0100" endDate="2020-03-03 18:10:19 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 18:22:36 +0100" startDate="2020-03-03 18:11:35 +0100" endDate="2020-03-03 18:21:34 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 18:32:37 +0100" startDate="2020-03-03 18:21:34 +0100" endDate="2020-03-03 18:23:59 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 18:56:54 +0100" startDate="2020-03-03 18:38:58 +0100" endDate="2020-03-03 18:45:38 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 19:54:58 +0100" startDate="2020-03-03 19:43:58 +0100" endDate="2020-03-03 19:47:04 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 22:27:54 +0100" startDate="2020-03-03 22:16:29 +0100" endDate="2020-03-03 22:22:25 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-03 22:41:46 +0100" startDate="2020-03-03 22:27:31 +0100" endDate="2020-03-03 22:27:34 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 07:34:59 +0100" startDate="2020-03-04 07:23:59 +0100" endDate="2020-03-04 07:24:14 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 08:19:42 +0100" startDate="2020-03-04 08:03:49 +0100" endDate="2020-03-04 08:13:42 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 08:30:13 +0100" startDate="2020-03-04 08:17:59 +0100" endDate="2020-03-04 08:26:39 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 08:43:09 +0100" startDate="2020-03-04 08:30:32 +0100" endDate="2020-03-04 08:36:31 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 11:00:45 +0100" startDate="2020-03-04 10:48:57 +0100" endDate="2020-03-04 10:49:18 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 11:24:12 +0100" startDate="2020-03-04 11:10:42 +0100" endDate="2020-03-04 11:13:41 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 11:55:28 +0100" startDate="2020-03-04 11:44:13 +0100" endDate="2020-03-04 11:46:41 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 12:10:53 +0100" startDate="2020-03-04 11:56:38 +0100" endDate="2020-03-04 11:58:12 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 13:28:36 +0100" startDate="2020-03-04 13:16:37 +0100" endDate="2020-03-04 13:26:38 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 13:37:41 +0100" startDate="2020-03-04 13:26:38 +0100" endDate="2020-03-04 13:32:35 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 14:05:00 +0100" startDate="2020-03-04 13:53:00 +0100" endDate="2020-03-04 14:03:01 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 14:15:17 +0100" startDate="2020-03-04 14:03:01 +0100" endDate="2020-03-04 14:07:36 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 15:23:15 +0100" startDate="2020-03-04 15:12:12 +0100" endDate="2020-03-04 15:16:24 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 15:37:44 +0100" startDate="2020-03-04 15:25:05 +0100" endDate="2020-03-04 15:25:13 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 16:05:30 +0100" startDate="2020-03-04 15:53:37 +0100" endDate="2020-03-04 16:03:38 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 16:17:20 +0100" startDate="2020-03-04 16:03:38 +0100" endDate="2020-03-04 16:10:51 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 18:23:06 +0100" startDate="2020-03-04 18:12:04 +0100" endDate="2020-03-04 18:13:00 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 21:03:15 +0100" startDate="2020-03-04 20:52:12 +0100" endDate="2020-03-04 20:52:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 22:06:44 +0100" startDate="2020-03-04 21:55:42 +0100" endDate="2020-03-04 21:59:06 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-04 22:34:32 +0100" startDate="2020-03-04 22:23:29 +0100" endDate="2020-03-04 22:30:39 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 05:51:17 +0100" startDate="2020-03-05 05:40:14 +0100" endDate="2020-03-05 05:43:15 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 06:43:21 +0100" startDate="2020-03-05 06:25:59 +0100" endDate="2020-03-05 06:26:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 08:30:38 +0100" startDate="2020-03-05 08:17:39 +0100" endDate="2020-03-05 08:19:54 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 08:41:54 +0100" startDate="2020-03-05 08:28:19 +0100" endDate="2020-03-05 08:38:20 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 08:50:33 +0100" startDate="2020-03-05 08:38:20 +0100" endDate="2020-03-05 08:44:49 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 09:29:40 +0100" startDate="2020-03-05 09:16:11 +0100" endDate="2020-03-05 09:16:17 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 09:39:59 +0100" startDate="2020-03-05 09:29:51 +0100" endDate="2020-03-05 09:38:49 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 10:01:24 +0100" startDate="2020-03-05 09:49:33 +0100" endDate="2020-03-05 09:53:38 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 11:25:50 +0100" startDate="2020-03-05 11:14:48 +0100" endDate="2020-03-05 11:20:21 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 11:50:03 +0100" startDate="2020-03-05 11:38:21 +0100" endDate="2020-03-05 11:48:12 +0100" value="1107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 11:59:58 +0100" startDate="2020-03-05 11:48:35 +0100" endDate="2020-03-05 11:54:21 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 12:36:34 +0100" startDate="2020-03-05 12:25:26 +0100" endDate="2020-03-05 12:30:22 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 13:23:40 +0100" startDate="2020-03-05 13:12:32 +0100" endDate="2020-03-05 13:21:45 +0100" value="926"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 13:35:30 +0100" startDate="2020-03-05 13:22:43 +0100" endDate="2020-03-05 13:32:06 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 13:52:52 +0100" startDate="2020-03-05 13:35:04 +0100" endDate="2020-03-05 13:35:30 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 14:23:34 +0100" startDate="2020-03-05 14:12:24 +0100" endDate="2020-03-05 14:15:45 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 15:34:14 +0100" startDate="2020-03-05 15:21:04 +0100" endDate="2020-03-05 15:21:45 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 15:50:09 +0100" startDate="2020-03-05 15:37:25 +0100" endDate="2020-03-05 15:43:52 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 16:01:55 +0100" startDate="2020-03-05 15:49:39 +0100" endDate="2020-03-05 15:59:21 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 16:16:06 +0100" startDate="2020-03-05 16:01:46 +0100" endDate="2020-03-05 16:01:48 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 17:26:36 +0100" startDate="2020-03-05 17:15:06 +0100" endDate="2020-03-05 17:25:05 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 17:36:08 +0100" startDate="2020-03-05 17:25:05 +0100" endDate="2020-03-05 17:34:43 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 17:52:10 +0100" startDate="2020-03-05 17:41:08 +0100" endDate="2020-03-05 17:41:31 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 20:30:17 +0100" startDate="2020-03-05 20:19:14 +0100" endDate="2020-03-05 20:27:18 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 21:38:48 +0100" startDate="2020-03-05 21:27:45 +0100" endDate="2020-03-05 21:27:52 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-05 23:09:54 +0100" startDate="2020-03-05 22:58:51 +0100" endDate="2020-03-05 23:02:17 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-06 06:36:21 +0100" startDate="2020-03-06 06:23:36 +0100" endDate="2020-03-06 06:23:49 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-06 10:15:00 +0100" startDate="2020-03-06 10:02:57 +0100" endDate="2020-03-06 10:12:57 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-06 10:26:25 +0100" startDate="2020-03-06 10:13:40 +0100" endDate="2020-03-06 10:21:13 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-06 10:31:37 +0100" startDate="2020-03-06 10:23:49 +0100" endDate="2020-03-06 10:29:59 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-06 12:19:59 +0100" startDate="2020-03-06 12:00:58 +0100" endDate="2020-03-06 12:07:32 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-06 12:24:12 +0100" startDate="2020-03-06 12:13:07 +0100" endDate="2020-03-06 12:13:22 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-06 12:37:41 +0100" startDate="2020-03-06 12:25:25 +0100" endDate="2020-03-06 12:30:31 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-06 14:01:10 +0100" startDate="2020-03-06 13:46:12 +0100" endDate="2020-03-06 13:49:00 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-06 14:11:29 +0100" startDate="2020-03-06 13:57:42 +0100" endDate="2020-03-06 13:57:49 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-06 14:23:17 +0100" startDate="2020-03-06 14:11:12 +0100" endDate="2020-03-06 14:19:19 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-06 15:19:01 +0100" startDate="2020-03-06 15:07:58 +0100" endDate="2020-03-06 15:08:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 12:11:03 +0100" startDate="2020-03-07 12:00:03 +0100" endDate="2020-03-07 12:03:04 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 12:29:54 +0100" startDate="2020-03-07 12:15:40 +0100" endDate="2020-03-07 12:25:41 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 12:44:25 +0100" startDate="2020-03-07 12:25:52 +0100" endDate="2020-03-07 12:35:53 +0100" value="1023"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 12:50:12 +0100" startDate="2020-03-07 12:35:53 +0100" endDate="2020-03-07 12:45:53 +0100" value="1089"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 12:58:34 +0100" startDate="2020-03-07 12:45:53 +0100" endDate="2020-03-07 12:55:55 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 13:07:26 +0100" startDate="2020-03-07 12:55:55 +0100" endDate="2020-03-07 13:05:55 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 13:16:58 +0100" startDate="2020-03-07 13:05:55 +0100" endDate="2020-03-07 13:11:16 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 13:29:37 +0100" startDate="2020-03-07 13:18:12 +0100" endDate="2020-03-07 13:27:02 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 13:52:19 +0100" startDate="2020-03-07 13:28:36 +0100" endDate="2020-03-07 13:38:17 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 13:52:19 +0100" startDate="2020-03-07 13:38:55 +0100" endDate="2020-03-07 13:41:38 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 14:01:58 +0100" startDate="2020-03-07 13:42:04 +0100" endDate="2020-03-07 13:52:04 +0100" value="901"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 14:04:49 +0100" startDate="2020-03-07 13:52:04 +0100" endDate="2020-03-07 14:02:06 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 14:13:38 +0100" startDate="2020-03-07 14:02:06 +0100" endDate="2020-03-07 14:06:13 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 14:39:43 +0100" startDate="2020-03-07 14:28:42 +0100" endDate="2020-03-07 14:34:31 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-07 19:15:23 +0100" startDate="2020-03-07 19:01:29 +0100" endDate="2020-03-07 19:01:37 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 10:10:02 +0100" startDate="2020-03-08 09:51:06 +0100" endDate="2020-03-08 09:57:44 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 10:54:56 +0100" startDate="2020-03-08 10:43:14 +0100" endDate="2020-03-08 10:46:32 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 11:15:36 +0100" startDate="2020-03-08 11:02:30 +0100" endDate="2020-03-08 11:06:40 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 11:27:08 +0100" startDate="2020-03-08 11:13:55 +0100" endDate="2020-03-08 11:23:56 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 11:39:20 +0100" startDate="2020-03-08 11:23:56 +0100" endDate="2020-03-08 11:31:14 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 12:55:06 +0100" startDate="2020-03-08 12:40:33 +0100" endDate="2020-03-08 12:50:34 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 13:03:12 +0100" startDate="2020-03-08 12:50:34 +0100" endDate="2020-03-08 13:00:33 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 13:13:12 +0100" startDate="2020-03-08 13:00:33 +0100" endDate="2020-03-08 13:08:29 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 13:31:04 +0100" startDate="2020-03-08 13:19:02 +0100" endDate="2020-03-08 13:27:01 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 13:44:12 +0100" startDate="2020-03-08 13:29:39 +0100" endDate="2020-03-08 13:39:20 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 13:56:51 +0100" startDate="2020-03-08 13:39:46 +0100" endDate="2020-03-08 13:49:14 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 14:03:49 +0100" startDate="2020-03-08 13:50:22 +0100" endDate="2020-03-08 13:51:21 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 14:25:03 +0100" startDate="2020-03-08 14:06:56 +0100" endDate="2020-03-08 14:06:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 15:01:24 +0100" startDate="2020-03-08 14:45:51 +0100" endDate="2020-03-08 14:45:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 15:21:17 +0100" startDate="2020-03-08 15:05:46 +0100" endDate="2020-03-08 15:11:24 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 15:32:10 +0100" startDate="2020-03-08 15:18:17 +0100" endDate="2020-03-08 15:20:25 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 15:39:59 +0100" startDate="2020-03-08 15:28:42 +0100" endDate="2020-03-08 15:38:43 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 15:53:31 +0100" startDate="2020-03-08 15:38:43 +0100" endDate="2020-03-08 15:40:42 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 17:34:09 +0100" startDate="2020-03-08 16:26:35 +0100" endDate="2020-03-08 16:28:29 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 18:58:38 +0100" startDate="2020-03-08 18:46:52 +0100" endDate="2020-03-08 18:55:47 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 19:10:21 +0100" startDate="2020-03-08 18:56:46 +0100" endDate="2020-03-08 19:04:14 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 20:15:07 +0100" startDate="2020-03-08 19:22:23 +0100" endDate="2020-03-08 19:29:39 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 20:57:17 +0100" startDate="2020-03-08 20:46:17 +0100" endDate="2020-03-08 20:48:42 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 21:38:55 +0100" startDate="2020-03-08 21:27:41 +0100" endDate="2020-03-08 21:33:12 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 21:55:14 +0100" startDate="2020-03-08 21:41:01 +0100" endDate="2020-03-08 21:50:39 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 22:02:07 +0100" startDate="2020-03-08 21:51:05 +0100" endDate="2020-03-08 21:55:43 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 22:15:13 +0100" startDate="2020-03-08 22:04:10 +0100" endDate="2020-03-08 22:04:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 22:59:59 +0100" startDate="2020-03-08 22:58:55 +0100" endDate="2020-03-08 22:59:13 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-08 23:00:04 +0100" startDate="2020-03-08 22:59:56 +0100" endDate="2020-03-08 22:59:59 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 08:01:48 +0100" startDate="2020-03-09 07:47:52 +0100" endDate="2020-03-09 07:53:18 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 08:14:33 +0100" startDate="2020-03-09 07:58:41 +0100" endDate="2020-03-09 08:00:33 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 09:33:23 +0100" startDate="2020-03-09 09:21:44 +0100" endDate="2020-03-09 09:31:12 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 09:42:53 +0100" startDate="2020-03-09 09:31:52 +0100" endDate="2020-03-09 09:41:51 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 09:58:04 +0100" startDate="2020-03-09 09:42:09 +0100" endDate="2020-03-09 09:52:02 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 10:05:17 +0100" startDate="2020-03-09 09:53:01 +0100" endDate="2020-03-09 10:02:22 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 10:15:22 +0100" startDate="2020-03-09 10:04:20 +0100" endDate="2020-03-09 10:11:10 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 10:40:23 +0100" startDate="2020-03-09 10:29:13 +0100" endDate="2020-03-09 10:30:52 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 11:05:09 +0100" startDate="2020-03-09 10:49:36 +0100" endDate="2020-03-09 10:58:35 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 11:22:23 +0100" startDate="2020-03-09 11:08:34 +0100" endDate="2020-03-09 11:09:05 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 11:43:11 +0100" startDate="2020-03-09 11:29:13 +0100" endDate="2020-03-09 11:39:14 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 11:55:03 +0100" startDate="2020-03-09 11:39:14 +0100" endDate="2020-03-09 11:47:43 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 12:26:00 +0100" startDate="2020-03-09 12:15:00 +0100" endDate="2020-03-09 12:24:54 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 12:36:54 +0100" startDate="2020-03-09 12:25:11 +0100" endDate="2020-03-09 12:34:45 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 12:50:51 +0100" startDate="2020-03-09 12:35:38 +0100" endDate="2020-03-09 12:40:41 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 13:07:22 +0100" startDate="2020-03-09 12:55:38 +0100" endDate="2020-03-09 12:57:45 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 15:13:49 +0100" startDate="2020-03-09 15:00:02 +0100" endDate="2020-03-09 15:02:27 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 15:45:49 +0100" startDate="2020-03-09 15:31:55 +0100" endDate="2020-03-09 15:41:03 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 15:59:38 +0100" startDate="2020-03-09 15:42:35 +0100" endDate="2020-03-09 15:49:38 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 16:07:08 +0100" startDate="2020-03-09 15:55:02 +0100" endDate="2020-03-09 16:00:36 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 16:16:44 +0100" startDate="2020-03-09 16:05:44 +0100" endDate="2020-03-09 16:11:48 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 16:29:22 +0100" startDate="2020-03-09 16:17:12 +0100" endDate="2020-03-09 16:26:53 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 16:48:09 +0100" startDate="2020-03-09 16:31:23 +0100" endDate="2020-03-09 16:40:59 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 16:57:11 +0100" startDate="2020-03-09 16:42:00 +0100" endDate="2020-03-09 16:51:25 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 17:05:40 +0100" startDate="2020-03-09 16:52:26 +0100" endDate="2020-03-09 17:01:46 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 17:14:49 +0100" startDate="2020-03-09 17:02:58 +0100" endDate="2020-03-09 17:12:52 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 17:25:07 +0100" startDate="2020-03-09 17:13:35 +0100" endDate="2020-03-09 17:13:40 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 17:36:13 +0100" startDate="2020-03-09 17:24:54 +0100" endDate="2020-03-09 17:25:45 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 17:52:40 +0100" startDate="2020-03-09 17:37:02 +0100" endDate="2020-03-09 17:37:13 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 18:07:44 +0100" startDate="2020-03-09 17:55:28 +0100" endDate="2020-03-09 17:55:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 18:49:23 +0100" startDate="2020-03-09 18:32:14 +0100" endDate="2020-03-09 18:40:41 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 19:12:57 +0100" startDate="2020-03-09 18:54:09 +0100" endDate="2020-03-09 18:54:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 19:22:36 +0100" startDate="2020-03-09 19:11:03 +0100" endDate="2020-03-09 19:11:31 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 19:45:46 +0100" startDate="2020-03-09 19:34:08 +0100" endDate="2020-03-09 19:34:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 21:32:13 +0100" startDate="2020-03-09 21:21:13 +0100" endDate="2020-03-09 21:29:47 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 21:42:32 +0100" startDate="2020-03-09 21:31:29 +0100" endDate="2020-03-09 21:35:51 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 21:55:51 +0100" startDate="2020-03-09 21:44:41 +0100" endDate="2020-03-09 21:49:57 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-09 22:49:52 +0100" startDate="2020-03-09 22:38:49 +0100" endDate="2020-03-09 22:38:51 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 07:00:24 +0100" startDate="2020-03-10 06:49:24 +0100" endDate="2020-03-10 06:59:04 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 07:13:34 +0100" startDate="2020-03-10 07:01:17 +0100" endDate="2020-03-10 07:08:04 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 07:23:48 +0100" startDate="2020-03-10 07:12:11 +0100" endDate="2020-03-10 07:12:24 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 08:26:47 +0100" startDate="2020-03-10 08:12:53 +0100" endDate="2020-03-10 08:22:54 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 08:38:34 +0100" startDate="2020-03-10 08:23:52 +0100" endDate="2020-03-10 08:32:40 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 08:51:42 +0100" startDate="2020-03-10 08:40:38 +0100" endDate="2020-03-10 08:50:39 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 09:02:50 +0100" startDate="2020-03-10 08:50:39 +0100" endDate="2020-03-10 08:53:20 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 09:42:49 +0100" startDate="2020-03-10 09:30:34 +0100" endDate="2020-03-10 09:31:13 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 10:18:13 +0100" startDate="2020-03-10 10:01:16 +0100" endDate="2020-03-10 10:06:14 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 10:40:28 +0100" startDate="2020-03-10 10:27:07 +0100" endDate="2020-03-10 10:34:28 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 11:06:46 +0100" startDate="2020-03-10 10:47:01 +0100" endDate="2020-03-10 10:55:47 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 11:36:08 +0100" startDate="2020-03-10 11:24:14 +0100" endDate="2020-03-10 11:31:44 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 11:48:48 +0100" startDate="2020-03-10 11:36:04 +0100" endDate="2020-03-10 11:42:11 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 12:59:35 +0100" startDate="2020-03-10 12:47:45 +0100" endDate="2020-03-10 12:57:46 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 13:11:53 +0100" startDate="2020-03-10 12:57:46 +0100" endDate="2020-03-10 13:07:47 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 13:20:12 +0100" startDate="2020-03-10 13:07:47 +0100" endDate="2020-03-10 13:17:10 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 15:13:37 +0100" startDate="2020-03-10 14:56:51 +0100" endDate="2020-03-10 15:01:24 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 15:31:11 +0100" startDate="2020-03-10 15:17:11 +0100" endDate="2020-03-10 15:21:42 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 16:14:31 +0100" startDate="2020-03-10 15:55:40 +0100" endDate="2020-03-10 15:55:55 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 16:32:58 +0100" startDate="2020-03-10 16:19:57 +0100" endDate="2020-03-10 16:25:51 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 17:43:46 +0100" startDate="2020-03-10 17:32:01 +0100" endDate="2020-03-10 17:42:00 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 17:54:23 +0100" startDate="2020-03-10 17:42:00 +0100" endDate="2020-03-10 17:52:01 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 18:05:07 +0100" startDate="2020-03-10 17:52:01 +0100" endDate="2020-03-10 18:02:02 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 18:14:41 +0100" startDate="2020-03-10 18:02:02 +0100" endDate="2020-03-10 18:05:59 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 18:25:32 +0100" startDate="2020-03-10 18:12:26 +0100" endDate="2020-03-10 18:12:26 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 18:41:58 +0100" startDate="2020-03-10 18:26:24 +0100" endDate="2020-03-10 18:30:03 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 19:06:27 +0100" startDate="2020-03-10 18:54:54 +0100" endDate="2020-03-10 19:04:09 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 19:18:13 +0100" startDate="2020-03-10 19:05:25 +0100" endDate="2020-03-10 19:15:26 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 19:26:29 +0100" startDate="2020-03-10 19:15:26 +0100" endDate="2020-03-10 19:25:27 +0100" value="1003"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 19:37:44 +0100" startDate="2020-03-10 19:25:27 +0100" endDate="2020-03-10 19:30:13 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 19:55:52 +0100" startDate="2020-03-10 19:40:57 +0100" endDate="2020-03-10 19:41:15 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 21:44:53 +0100" startDate="2020-03-10 21:27:17 +0100" endDate="2020-03-10 21:27:27 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-10 22:58:02 +0100" startDate="2020-03-10 22:47:02 +0100" endDate="2020-03-10 22:47:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 08:05:35 +0100" startDate="2020-03-11 07:52:20 +0100" endDate="2020-03-11 07:58:20 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 08:21:03 +0100" startDate="2020-03-11 08:06:44 +0100" endDate="2020-03-11 08:14:55 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 08:33:40 +0100" startDate="2020-03-11 08:20:01 +0100" endDate="2020-03-11 08:22:11 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 08:51:35 +0100" startDate="2020-03-11 08:39:29 +0100" endDate="2020-03-11 08:48:04 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 09:02:55 +0100" startDate="2020-03-11 08:49:31 +0100" endDate="2020-03-11 08:50:52 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 09:57:10 +0100" startDate="2020-03-11 09:47:18 +0100" endDate="2020-03-11 09:52:29 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 10:28:08 +0100" startDate="2020-03-11 10:15:08 +0100" endDate="2020-03-11 10:23:52 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 10:40:41 +0100" startDate="2020-03-11 10:26:35 +0100" endDate="2020-03-11 10:30:45 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 10:48:54 +0100" startDate="2020-03-11 10:38:39 +0100" endDate="2020-03-11 10:48:32 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 10:59:55 +0100" startDate="2020-03-11 10:48:53 +0100" endDate="2020-03-11 10:55:50 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 11:21:09 +0100" startDate="2020-03-11 11:08:52 +0100" endDate="2020-03-11 11:13:42 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 11:45:53 +0100" startDate="2020-03-11 11:27:29 +0100" endDate="2020-03-11 11:35:55 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 11:49:30 +0100" startDate="2020-03-11 11:38:00 +0100" endDate="2020-03-11 11:44:55 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 11:57:41 +0100" startDate="2020-03-11 11:46:06 +0100" endDate="2020-03-11 11:54:51 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 12:11:37 +0100" startDate="2020-03-11 11:59:45 +0100" endDate="2020-03-11 12:09:46 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 12:21:18 +0100" startDate="2020-03-11 12:09:46 +0100" endDate="2020-03-11 12:19:45 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 12:30:50 +0100" startDate="2020-03-11 12:19:45 +0100" endDate="2020-03-11 12:28:53 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 12:42:38 +0100" startDate="2020-03-11 12:31:38 +0100" endDate="2020-03-11 12:36:51 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 12:55:07 +0100" startDate="2020-03-11 12:43:34 +0100" endDate="2020-03-11 12:53:33 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 13:05:37 +0100" startDate="2020-03-11 12:53:59 +0100" endDate="2020-03-11 13:03:45 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 13:16:39 +0100" startDate="2020-03-11 13:04:00 +0100" endDate="2020-03-11 13:05:44 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 13:30:27 +0100" startDate="2020-03-11 13:18:18 +0100" endDate="2020-03-11 13:25:31 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 13:40:49 +0100" startDate="2020-03-11 13:28:43 +0100" endDate="2020-03-11 13:38:21 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 13:54:41 +0100" startDate="2020-03-11 13:41:07 +0100" endDate="2020-03-11 13:50:42 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 14:09:11 +0100" startDate="2020-03-11 13:55:07 +0100" endDate="2020-03-11 14:05:08 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 14:21:12 +0100" startDate="2020-03-11 14:05:08 +0100" endDate="2020-03-11 14:08:22 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 14:59:50 +0100" startDate="2020-03-11 14:48:47 +0100" endDate="2020-03-11 14:58:23 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 15:11:00 +0100" startDate="2020-03-11 14:59:32 +0100" endDate="2020-03-11 15:09:05 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 15:21:17 +0100" startDate="2020-03-11 15:09:33 +0100" endDate="2020-03-11 15:13:10 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 17:39:07 +0100" startDate="2020-03-11 17:24:41 +0100" endDate="2020-03-11 17:24:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 17:50:09 +0100" startDate="2020-03-11 17:38:43 +0100" endDate="2020-03-11 17:47:30 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 18:00:15 +0100" startDate="2020-03-11 17:49:12 +0100" endDate="2020-03-11 17:58:37 +0100" value="975"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 20:56:17 +0100" startDate="2020-03-11 20:45:11 +0100" endDate="2020-03-11 20:45:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 21:32:30 +0100" startDate="2020-03-11 21:19:49 +0100" endDate="2020-03-11 21:29:50 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 21:45:45 +0100" startDate="2020-03-11 21:29:50 +0100" endDate="2020-03-11 21:33:14 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-11 22:49:10 +0100" startDate="2020-03-11 22:38:08 +0100" endDate="2020-03-11 22:38:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 08:01:44 +0100" startDate="2020-03-12 07:48:48 +0100" endDate="2020-03-12 07:55:38 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 08:32:36 +0100" startDate="2020-03-12 08:19:32 +0100" endDate="2020-03-12 08:25:43 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 08:45:02 +0100" startDate="2020-03-12 08:32:21 +0100" endDate="2020-03-12 08:36:00 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 09:00:11 +0100" startDate="2020-03-12 08:47:35 +0100" endDate="2020-03-12 08:56:30 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 09:12:31 +0100" startDate="2020-03-12 08:58:00 +0100" endDate="2020-03-12 08:59:24 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 09:35:13 +0100" startDate="2020-03-12 09:20:29 +0100" endDate="2020-03-12 09:20:39 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 10:13:54 +0100" startDate="2020-03-12 09:59:30 +0100" endDate="2020-03-12 09:59:48 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 10:50:52 +0100" startDate="2020-03-12 10:35:44 +0100" endDate="2020-03-12 10:36:07 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 11:06:37 +0100" startDate="2020-03-12 10:54:43 +0100" endDate="2020-03-12 11:04:44 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 11:07:21 +0100" startDate="2020-03-12 11:04:44 +0100" endDate="2020-03-12 11:07:14 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 12:16:24 +0100" startDate="2020-03-12 12:02:43 +0100" endDate="2020-03-12 12:12:45 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 12:27:15 +0100" startDate="2020-03-12 12:12:45 +0100" endDate="2020-03-12 12:21:57 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 12:58:24 +0100" startDate="2020-03-12 12:45:43 +0100" endDate="2020-03-12 12:55:39 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 13:40:28 +0100" startDate="2020-03-12 13:29:25 +0100" endDate="2020-03-12 13:39:27 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 13:51:56 +0100" startDate="2020-03-12 13:39:27 +0100" endDate="2020-03-12 13:47:13 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 15:29:35 +0100" startDate="2020-03-12 15:16:07 +0100" endDate="2020-03-12 15:16:10 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 15:47:52 +0100" startDate="2020-03-12 15:35:09 +0100" endDate="2020-03-12 15:44:34 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 15:58:15 +0100" startDate="2020-03-12 15:45:14 +0100" endDate="2020-03-12 15:55:13 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 16:06:59 +0100" startDate="2020-03-12 15:55:13 +0100" endDate="2020-03-12 16:05:14 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 16:19:30 +0100" startDate="2020-03-12 16:05:14 +0100" endDate="2020-03-12 16:10:25 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 17:22:57 +0100" startDate="2020-03-12 17:09:55 +0100" endDate="2020-03-12 17:16:14 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 17:36:01 +0100" startDate="2020-03-12 17:22:17 +0100" endDate="2020-03-12 17:27:38 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 17:55:49 +0100" startDate="2020-03-12 17:44:01 +0100" endDate="2020-03-12 17:44:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 18:26:30 +0100" startDate="2020-03-12 18:14:07 +0100" endDate="2020-03-12 18:23:25 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 18:36:50 +0100" startDate="2020-03-12 18:24:49 +0100" endDate="2020-03-12 18:34:48 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 18:46:06 +0100" startDate="2020-03-12 18:34:48 +0100" endDate="2020-03-12 18:38:35 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 19:53:31 +0100" startDate="2020-03-12 19:40:22 +0100" endDate="2020-03-12 19:42:09 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 19:10:44 +0100" startDate="2020-03-12 18:51:29 +0100" endDate="2020-03-12 18:58:12 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 19:13:27 +0100" startDate="2020-03-12 19:02:01 +0100" endDate="2020-03-12 19:11:52 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 19:23:18 +0100" startDate="2020-03-12 19:12:15 +0100" endDate="2020-03-12 19:13:32 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 20:03:32 +0100" startDate="2020-03-12 19:51:27 +0100" endDate="2020-03-12 19:51:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 20:29:32 +0100" startDate="2020-03-12 20:17:13 +0100" endDate="2020-03-12 20:22:21 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 20:40:52 +0100" startDate="2020-03-12 20:27:50 +0100" endDate="2020-03-12 20:37:40 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 20:58:06 +0100" startDate="2020-03-12 20:39:24 +0100" endDate="2020-03-12 20:47:38 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 21:09:30 +0100" startDate="2020-03-12 20:58:16 +0100" endDate="2020-03-12 20:59:02 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 21:39:42 +0100" startDate="2020-03-12 21:19:22 +0100" endDate="2020-03-12 21:25:19 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-12 22:28:33 +0100" startDate="2020-03-12 22:09:27 +0100" endDate="2020-03-12 22:12:08 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 00:06:02 +0100" startDate="2020-03-12 23:54:59 +0100" endDate="2020-03-12 23:55:22 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 06:15:03 +0100" startDate="2020-03-13 06:04:00 +0100" endDate="2020-03-13 06:13:33 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 06:53:04 +0100" startDate="2020-03-13 06:42:01 +0100" endDate="2020-03-13 06:46:10 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 08:27:04 +0100" startDate="2020-03-13 08:15:16 +0100" endDate="2020-03-13 08:25:17 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 08:36:26 +0100" startDate="2020-03-13 08:25:17 +0100" endDate="2020-03-13 08:34:25 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 08:47:50 +0100" startDate="2020-03-13 08:36:04 +0100" endDate="2020-03-13 08:37:33 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 09:06:58 +0100" startDate="2020-03-13 08:54:40 +0100" endDate="2020-03-13 08:55:16 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 09:34:41 +0100" startDate="2020-03-13 09:24:13 +0100" endDate="2020-03-13 09:33:26 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 10:04:43 +0100" startDate="2020-03-13 09:52:39 +0100" endDate="2020-03-13 10:02:38 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 10:16:52 +0100" startDate="2020-03-13 10:02:38 +0100" endDate="2020-03-13 10:10:37 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 10:26:31 +0100" startDate="2020-03-13 10:15:43 +0100" endDate="2020-03-13 10:25:36 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 10:36:07 +0100" startDate="2020-03-13 10:25:36 +0100" endDate="2020-03-13 10:35:10 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 10:47:19 +0100" startDate="2020-03-13 10:35:55 +0100" endDate="2020-03-13 10:45:56 +0100" value="1002"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 10:57:37 +0100" startDate="2020-03-13 10:45:56 +0100" endDate="2020-03-13 10:55:06 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 11:08:21 +0100" startDate="2020-03-13 10:57:21 +0100" endDate="2020-03-13 10:57:37 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 11:39:43 +0100" startDate="2020-03-13 11:28:41 +0100" endDate="2020-03-13 11:28:58 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 12:23:01 +0100" startDate="2020-03-13 12:10:29 +0100" endDate="2020-03-13 12:15:04 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 12:35:43 +0100" startDate="2020-03-13 12:21:13 +0100" endDate="2020-03-13 12:30:34 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 12:44:36 +0100" startDate="2020-03-13 12:31:22 +0100" endDate="2020-03-13 12:36:15 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 12:55:12 +0100" startDate="2020-03-13 12:41:49 +0100" endDate="2020-03-13 12:49:02 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 13:01:06 +0100" startDate="2020-03-13 12:59:11 +0100" endDate="2020-03-13 12:59:52 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 14:08:18 +0100" startDate="2020-03-13 13:56:37 +0100" endDate="2020-03-13 14:06:00 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 14:18:42 +0100" startDate="2020-03-13 14:07:42 +0100" endDate="2020-03-13 14:08:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 14:49:49 +0100" startDate="2020-03-13 14:38:46 +0100" endDate="2020-03-13 14:38:49 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 15:32:13 +0100" startDate="2020-03-13 15:21:11 +0100" endDate="2020-03-13 15:31:09 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 15:42:14 +0100" startDate="2020-03-13 15:31:12 +0100" endDate="2020-03-13 15:36:51 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 15:56:52 +0100" startDate="2020-03-13 15:45:10 +0100" endDate="2020-03-13 15:46:04 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 16:19:41 +0100" startDate="2020-03-13 16:08:39 +0100" endDate="2020-03-13 16:09:27 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 17:21:30 +0100" startDate="2020-03-13 17:08:25 +0100" endDate="2020-03-13 17:08:30 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 18:41:58 +0100" startDate="2020-03-13 18:21:59 +0100" endDate="2020-03-13 18:27:30 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 19:12:09 +0100" startDate="2020-03-13 19:01:06 +0100" endDate="2020-03-13 19:01:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 19:53:23 +0100" startDate="2020-03-13 19:42:20 +0100" endDate="2020-03-13 19:42:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 22:16:58 +0100" startDate="2020-03-13 22:05:55 +0100" endDate="2020-03-13 22:05:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 22:39:52 +0100" startDate="2020-03-13 22:28:49 +0100" endDate="2020-03-13 22:33:58 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 22:53:48 +0100" startDate="2020-03-13 22:42:45 +0100" endDate="2020-03-13 22:42:50 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-13 23:08:25 +0100" startDate="2020-03-13 22:57:22 +0100" endDate="2020-03-13 22:57:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 04:41:33 +0100" startDate="2020-03-14 04:30:31 +0100" endDate="2020-03-14 04:36:30 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 07:40:01 +0100" startDate="2020-03-14 07:24:47 +0100" endDate="2020-03-14 07:26:31 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 09:53:26 +0100" startDate="2020-03-14 09:40:54 +0100" endDate="2020-03-14 09:50:53 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 10:03:46 +0100" startDate="2020-03-14 09:51:13 +0100" endDate="2020-03-14 10:00:31 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 13:11:00 +0100" startDate="2020-03-14 12:58:51 +0100" endDate="2020-03-14 12:59:14 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 13:41:48 +0100" startDate="2020-03-14 13:18:14 +0100" endDate="2020-03-14 13:21:27 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 14:04:31 +0100" startDate="2020-03-14 13:49:32 +0100" endDate="2020-03-14 13:59:12 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 16:05:57 +0100" startDate="2020-03-14 15:54:40 +0100" endDate="2020-03-14 16:03:53 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 16:15:49 +0100" startDate="2020-03-14 16:04:49 +0100" endDate="2020-03-14 16:14:04 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 16:27:43 +0100" startDate="2020-03-14 16:16:40 +0100" endDate="2020-03-14 16:16:42 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 16:37:54 +0100" startDate="2020-03-14 16:26:51 +0100" endDate="2020-03-14 16:36:29 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 16:49:09 +0100" startDate="2020-03-14 16:38:06 +0100" endDate="2020-03-14 16:48:02 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 16:59:20 +0100" startDate="2020-03-14 16:48:17 +0100" endDate="2020-03-14 16:55:15 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 17:12:06 +0100" startDate="2020-03-14 16:59:52 +0100" endDate="2020-03-14 17:02:41 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 17:26:16 +0100" startDate="2020-03-14 17:13:43 +0100" endDate="2020-03-14 17:21:36 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 17:40:12 +0100" startDate="2020-03-14 17:25:11 +0100" endDate="2020-03-14 17:30:40 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 19:08:44 +0100" startDate="2020-03-14 18:53:38 +0100" endDate="2020-03-14 18:56:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 19:38:46 +0100" startDate="2020-03-14 19:25:43 +0100" endDate="2020-03-14 19:26:52 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 20:43:01 +0100" startDate="2020-03-14 20:28:27 +0100" endDate="2020-03-14 20:38:29 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 20:54:27 +0100" startDate="2020-03-14 20:38:29 +0100" endDate="2020-03-14 20:41:34 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 21:07:31 +0100" startDate="2020-03-14 20:55:51 +0100" endDate="2020-03-14 20:55:53 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-14 22:04:02 +0100" startDate="2020-03-14 21:48:13 +0100" endDate="2020-03-14 21:48:54 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 00:10:57 +0100" startDate="2020-03-14 23:54:37 +0100" endDate="2020-03-15 00:04:38 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 00:16:31 +0100" startDate="2020-03-15 00:04:38 +0100" endDate="2020-03-15 00:14:08 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 08:30:39 +0100" startDate="2020-03-15 08:19:37 +0100" endDate="2020-03-15 08:19:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 08:44:37 +0100" startDate="2020-03-15 08:32:14 +0100" endDate="2020-03-15 08:42:15 +0100" value="1008"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 08:53:52 +0100" startDate="2020-03-15 08:42:15 +0100" endDate="2020-03-15 08:52:16 +0100" value="1096"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 09:04:46 +0100" startDate="2020-03-15 08:52:16 +0100" endDate="2020-03-15 09:02:17 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 09:13:22 +0100" startDate="2020-03-15 09:02:22 +0100" endDate="2020-03-15 09:05:38 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 09:46:39 +0100" startDate="2020-03-15 09:35:36 +0100" endDate="2020-03-15 09:44:54 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 10:08:12 +0100" startDate="2020-03-15 09:54:52 +0100" endDate="2020-03-15 10:02:18 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 10:23:46 +0100" startDate="2020-03-15 10:06:58 +0100" endDate="2020-03-15 10:12:50 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 10:34:42 +0100" startDate="2020-03-15 10:23:39 +0100" endDate="2020-03-15 10:32:41 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 10:45:43 +0100" startDate="2020-03-15 10:33:43 +0100" endDate="2020-03-15 10:43:16 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 10:56:22 +0100" startDate="2020-03-15 10:44:40 +0100" endDate="2020-03-15 10:47:59 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 11:08:01 +0100" startDate="2020-03-15 10:55:11 +0100" endDate="2020-03-15 11:05:12 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 11:16:29 +0100" startDate="2020-03-15 11:05:12 +0100" endDate="2020-03-15 11:15:11 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 11:26:16 +0100" startDate="2020-03-15 11:15:11 +0100" endDate="2020-03-15 11:23:56 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 11:38:12 +0100" startDate="2020-03-15 11:26:34 +0100" endDate="2020-03-15 11:33:22 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 12:32:03 +0100" startDate="2020-03-15 12:16:54 +0100" endDate="2020-03-15 12:16:54 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 16:01:27 +0100" startDate="2020-03-15 15:44:44 +0100" endDate="2020-03-15 15:47:19 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 16:19:48 +0100" startDate="2020-03-15 16:04:12 +0100" endDate="2020-03-15 16:12:42 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 16:31:47 +0100" startDate="2020-03-15 16:20:27 +0100" endDate="2020-03-15 16:25:07 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 18:07:52 +0100" startDate="2020-03-15 17:56:52 +0100" endDate="2020-03-15 18:04:18 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 18:38:47 +0100" startDate="2020-03-15 18:24:16 +0100" endDate="2020-03-15 18:32:13 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 18:58:17 +0100" startDate="2020-03-15 18:46:28 +0100" endDate="2020-03-15 18:56:29 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 19:14:22 +0100" startDate="2020-03-15 18:56:29 +0100" endDate="2020-03-15 19:06:28 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 19:21:13 +0100" startDate="2020-03-15 19:08:09 +0100" endDate="2020-03-15 19:16:57 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 20:10:06 +0100" startDate="2020-03-15 19:58:45 +0100" endDate="2020-03-15 20:08:46 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 20:19:49 +0100" startDate="2020-03-15 20:08:46 +0100" endDate="2020-03-15 20:11:19 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 20:33:11 +0100" startDate="2020-03-15 20:22:08 +0100" endDate="2020-03-15 20:28:45 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-15 23:09:49 +0100" startDate="2020-03-15 22:58:19 +0100" endDate="2020-03-15 22:59:40 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 07:57:02 +0100" startDate="2020-03-16 07:46:02 +0100" endDate="2020-03-16 07:46:15 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 09:08:58 +0100" startDate="2020-03-16 08:57:55 +0100" endDate="2020-03-16 08:59:29 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 09:36:57 +0100" startDate="2020-03-16 09:25:15 +0100" endDate="2020-03-16 09:25:33 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 09:47:41 +0100" startDate="2020-03-16 09:36:39 +0100" endDate="2020-03-16 09:37:27 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 11:56:24 +0100" startDate="2020-03-16 11:43:44 +0100" endDate="2020-03-16 11:48:34 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 12:16:22 +0100" startDate="2020-03-16 12:04:49 +0100" endDate="2020-03-16 12:14:25 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 12:30:06 +0100" startDate="2020-03-16 12:18:35 +0100" endDate="2020-03-16 12:25:46 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 12:39:37 +0100" startDate="2020-03-16 12:28:36 +0100" endDate="2020-03-16 12:37:59 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 12:55:58 +0100" startDate="2020-03-16 12:40:57 +0100" endDate="2020-03-16 12:50:10 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 13:02:57 +0100" startDate="2020-03-16 12:51:22 +0100" endDate="2020-03-16 12:59:28 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 13:49:15 +0100" startDate="2020-03-16 13:37:47 +0100" endDate="2020-03-16 13:38:20 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 14:00:24 +0100" startDate="2020-03-16 13:48:36 +0100" endDate="2020-03-16 13:57:54 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 14:36:03 +0100" startDate="2020-03-16 14:25:00 +0100" endDate="2020-03-16 14:25:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 15:05:44 +0100" startDate="2020-03-16 14:54:25 +0100" endDate="2020-03-16 15:03:53 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 15:24:19 +0100" startDate="2020-03-16 15:13:19 +0100" endDate="2020-03-16 15:15:16 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 15:43:11 +0100" startDate="2020-03-16 15:32:11 +0100" endDate="2020-03-16 15:33:07 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 16:43:57 +0100" startDate="2020-03-16 16:32:54 +0100" endDate="2020-03-16 16:41:14 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 17:11:25 +0100" startDate="2020-03-16 17:00:23 +0100" endDate="2020-03-16 17:01:34 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 17:42:29 +0100" startDate="2020-03-16 17:31:26 +0100" endDate="2020-03-16 17:32:07 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 18:07:36 +0100" startDate="2020-03-16 17:56:34 +0100" endDate="2020-03-16 17:56:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 19:46:50 +0100" startDate="2020-03-16 19:35:47 +0100" endDate="2020-03-16 19:37:32 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-16 22:57:48 +0100" startDate="2020-03-16 22:46:48 +0100" endDate="2020-03-16 22:54:50 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 09:10:24 +0100" startDate="2020-03-17 08:58:34 +0100" endDate="2020-03-17 09:07:44 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 09:20:39 +0100" startDate="2020-03-17 09:09:13 +0100" endDate="2020-03-17 09:10:47 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 09:37:55 +0100" startDate="2020-03-17 09:24:00 +0100" endDate="2020-03-17 09:26:33 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 09:57:44 +0100" startDate="2020-03-17 09:44:57 +0100" endDate="2020-03-17 09:54:48 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 10:06:57 +0100" startDate="2020-03-17 09:54:58 +0100" endDate="2020-03-17 10:04:28 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 10:16:19 +0100" startDate="2020-03-17 10:05:17 +0100" endDate="2020-03-17 10:15:15 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 10:28:22 +0100" startDate="2020-03-17 10:15:28 +0100" endDate="2020-03-17 10:16:24 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 10:42:38 +0100" startDate="2020-03-17 10:30:52 +0100" endDate="2020-03-17 10:40:50 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 10:53:58 +0100" startDate="2020-03-17 10:40:50 +0100" endDate="2020-03-17 10:41:16 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 11:05:52 +0100" startDate="2020-03-17 10:52:19 +0100" endDate="2020-03-17 10:59:14 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 11:20:25 +0100" startDate="2020-03-17 11:06:28 +0100" endDate="2020-03-17 11:15:10 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 11:29:49 +0100" startDate="2020-03-17 11:16:47 +0100" endDate="2020-03-17 11:25:17 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 11:38:12 +0100" startDate="2020-03-17 11:27:12 +0100" endDate="2020-03-17 11:37:11 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 11:48:49 +0100" startDate="2020-03-17 11:37:11 +0100" endDate="2020-03-17 11:41:53 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 12:11:33 +0100" startDate="2020-03-17 11:59:34 +0100" endDate="2020-03-17 12:09:22 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 12:28:45 +0100" startDate="2020-03-17 12:14:59 +0100" endDate="2020-03-17 12:22:35 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 12:43:00 +0100" startDate="2020-03-17 12:27:16 +0100" endDate="2020-03-17 12:37:17 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 12:48:20 +0100" startDate="2020-03-17 12:37:17 +0100" endDate="2020-03-17 12:46:33 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 13:07:38 +0100" startDate="2020-03-17 12:56:21 +0100" endDate="2020-03-17 13:06:07 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 13:17:35 +0100" startDate="2020-03-17 13:06:07 +0100" endDate="2020-03-17 13:16:08 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 13:27:24 +0100" startDate="2020-03-17 13:16:21 +0100" endDate="2020-03-17 13:23:42 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 13:44:14 +0100" startDate="2020-03-17 13:30:49 +0100" endDate="2020-03-17 13:30:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 14:00:39 +0100" startDate="2020-03-17 13:47:23 +0100" endDate="2020-03-17 13:52:01 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 14:18:58 +0100" startDate="2020-03-17 14:02:28 +0100" endDate="2020-03-17 14:04:18 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 14:45:40 +0100" startDate="2020-03-17 14:33:41 +0100" endDate="2020-03-17 14:43:42 +0100" value="1025"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 14:54:51 +0100" startDate="2020-03-17 14:43:42 +0100" endDate="2020-03-17 14:52:42 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 17:00:40 +0100" startDate="2020-03-17 16:49:00 +0100" endDate="2020-03-17 16:50:16 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 19:19:59 +0100" startDate="2020-03-17 19:08:56 +0100" endDate="2020-03-17 19:13:44 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-17 20:04:57 +0100" startDate="2020-03-17 19:53:54 +0100" endDate="2020-03-17 19:54:07 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 08:33:12 +0100" startDate="2020-03-18 08:22:11 +0100" endDate="2020-03-18 08:22:16 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 10:50:25 +0100" startDate="2020-03-18 10:39:22 +0100" endDate="2020-03-18 10:39:50 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 11:11:21 +0100" startDate="2020-03-18 11:00:19 +0100" endDate="2020-03-18 11:00:42 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 11:36:36 +0100" startDate="2020-03-18 11:25:34 +0100" endDate="2020-03-18 11:25:44 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 11:54:44 +0100" startDate="2020-03-18 11:35:48 +0100" endDate="2020-03-18 11:44:20 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 12:05:50 +0100" startDate="2020-03-18 11:46:02 +0100" endDate="2020-03-18 11:53:10 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 12:07:58 +0100" startDate="2020-03-18 11:56:58 +0100" endDate="2020-03-18 12:03:25 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 12:21:13 +0100" startDate="2020-03-18 12:10:13 +0100" endDate="2020-03-18 12:19:39 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 12:41:17 +0100" startDate="2020-03-18 12:30:13 +0100" endDate="2020-03-18 12:36:02 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 12:53:47 +0100" startDate="2020-03-18 12:40:43 +0100" endDate="2020-03-18 12:40:53 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 14:34:46 +0100" startDate="2020-03-18 14:23:44 +0100" endDate="2020-03-18 14:32:36 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 14:49:55 +0100" startDate="2020-03-18 14:38:50 +0100" endDate="2020-03-18 14:39:03 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 15:37:08 +0100" startDate="2020-03-18 15:25:13 +0100" endDate="2020-03-18 15:32:51 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 15:48:54 +0100" startDate="2020-03-18 15:37:54 +0100" endDate="2020-03-18 15:47:55 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 16:05:11 +0100" startDate="2020-03-18 15:52:51 +0100" endDate="2020-03-18 16:02:52 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 16:15:33 +0100" startDate="2020-03-18 16:02:52 +0100" endDate="2020-03-18 16:06:54 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 16:25:32 +0100" startDate="2020-03-18 16:14:32 +0100" endDate="2020-03-18 16:24:08 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 16:58:18 +0100" startDate="2020-03-18 16:41:34 +0100" endDate="2020-03-18 16:41:49 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 17:13:48 +0100" startDate="2020-03-18 16:59:08 +0100" endDate="2020-03-18 16:59:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 18:04:09 +0100" startDate="2020-03-18 17:51:20 +0100" endDate="2020-03-18 17:56:48 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-18 22:37:04 +0100" startDate="2020-03-18 22:22:44 +0100" endDate="2020-03-18 22:25:24 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 07:31:38 +0100" startDate="2020-03-19 07:20:37 +0100" endDate="2020-03-19 07:29:41 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 07:55:16 +0100" startDate="2020-03-19 07:44:15 +0100" endDate="2020-03-19 07:51:41 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 08:16:52 +0100" startDate="2020-03-19 07:59:40 +0100" endDate="2020-03-19 08:07:47 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 08:28:02 +0100" startDate="2020-03-19 08:16:59 +0100" endDate="2020-03-19 08:26:22 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 08:45:13 +0100" startDate="2020-03-19 08:34:11 +0100" endDate="2020-03-19 08:42:19 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 08:59:35 +0100" startDate="2020-03-19 08:47:43 +0100" endDate="2020-03-19 08:49:35 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 09:11:40 +0100" startDate="2020-03-19 09:00:58 +0100" endDate="2020-03-19 09:10:18 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 11:07:46 +0100" startDate="2020-03-19 10:56:15 +0100" endDate="2020-03-19 10:56:22 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 11:24:36 +0100" startDate="2020-03-19 11:13:33 +0100" endDate="2020-03-19 11:16:19 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 12:31:59 +0100" startDate="2020-03-19 12:14:46 +0100" endDate="2020-03-19 12:22:42 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 12:44:27 +0100" startDate="2020-03-19 12:33:25 +0100" endDate="2020-03-19 12:43:26 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 12:54:28 +0100" startDate="2020-03-19 12:43:26 +0100" endDate="2020-03-19 12:52:33 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 13:04:40 +0100" startDate="2020-03-19 12:53:37 +0100" endDate="2020-03-19 13:03:28 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 13:16:55 +0100" startDate="2020-03-19 13:03:41 +0100" endDate="2020-03-19 13:07:38 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 13:31:47 +0100" startDate="2020-03-19 13:17:24 +0100" endDate="2020-03-19 13:26:16 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 13:39:08 +0100" startDate="2020-03-19 13:28:08 +0100" endDate="2020-03-19 13:34:18 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 13:57:32 +0100" startDate="2020-03-19 13:45:17 +0100" endDate="2020-03-19 13:45:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 17:58:41 +0100" startDate="2020-03-19 17:47:41 +0100" endDate="2020-03-19 17:47:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 18:29:41 +0100" startDate="2020-03-19 18:16:57 +0100" endDate="2020-03-19 18:22:11 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 18:40:35 +0100" startDate="2020-03-19 18:28:48 +0100" endDate="2020-03-19 18:38:39 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 18:54:57 +0100" startDate="2020-03-19 18:38:55 +0100" endDate="2020-03-19 18:45:53 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 19:26:19 +0100" startDate="2020-03-19 19:15:19 +0100" endDate="2020-03-19 19:16:12 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 19:45:08 +0100" startDate="2020-03-19 19:34:08 +0100" endDate="2020-03-19 19:34:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 20:51:28 +0100" startDate="2020-03-19 20:31:17 +0100" endDate="2020-03-19 20:34:00 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 21:58:45 +0100" startDate="2020-03-19 21:46:27 +0100" endDate="2020-03-19 21:46:53 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-19 22:24:11 +0100" startDate="2020-03-19 22:13:05 +0100" endDate="2020-03-19 22:17:20 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 07:41:19 +0100" startDate="2020-03-20 07:29:08 +0100" endDate="2020-03-20 07:38:50 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 07:51:11 +0100" startDate="2020-03-20 07:40:11 +0100" endDate="2020-03-20 07:40:21 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 09:30:10 +0100" startDate="2020-03-20 09:18:58 +0100" endDate="2020-03-20 09:24:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 09:40:25 +0100" startDate="2020-03-20 09:29:02 +0100" endDate="2020-03-20 09:30:08 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 13:59:19 +0100" startDate="2020-03-20 13:47:20 +0100" endDate="2020-03-20 13:56:49 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 14:12:24 +0100" startDate="2020-03-20 14:00:30 +0100" endDate="2020-03-20 14:10:32 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 14:22:29 +0100" startDate="2020-03-20 14:10:32 +0100" endDate="2020-03-20 14:20:31 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 14:32:06 +0100" startDate="2020-03-20 14:20:31 +0100" endDate="2020-03-20 14:30:29 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 14:42:23 +0100" startDate="2020-03-20 14:30:29 +0100" endDate="2020-03-20 14:33:43 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 15:02:34 +0100" startDate="2020-03-20 14:51:31 +0100" endDate="2020-03-20 14:54:55 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 16:43:33 +0100" startDate="2020-03-20 16:19:02 +0100" endDate="2020-03-20 16:20:56 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 16:52:45 +0100" startDate="2020-03-20 16:41:45 +0100" endDate="2020-03-20 16:51:03 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 17:24:59 +0100" startDate="2020-03-20 17:13:56 +0100" endDate="2020-03-20 17:22:47 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 18:44:29 +0100" startDate="2020-03-20 18:33:02 +0100" endDate="2020-03-20 18:42:26 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 19:02:57 +0100" startDate="2020-03-20 18:51:57 +0100" endDate="2020-03-20 18:51:57 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-20 21:18:29 +0100" startDate="2020-03-20 21:07:10 +0100" endDate="2020-03-20 21:07:40 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 01:18:10 +0100" startDate="2020-03-21 01:07:08 +0100" endDate="2020-03-21 01:07:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 11:41:36 +0100" startDate="2020-03-21 11:25:14 +0100" endDate="2020-03-21 11:25:39 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 13:22:03 +0100" startDate="2020-03-21 13:08:16 +0100" endDate="2020-03-21 13:08:24 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 14:27:01 +0100" startDate="2020-03-21 14:13:59 +0100" endDate="2020-03-21 14:23:06 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 14:49:28 +0100" startDate="2020-03-21 14:33:26 +0100" endDate="2020-03-21 14:36:32 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 15:02:43 +0100" startDate="2020-03-21 14:50:22 +0100" endDate="2020-03-21 15:00:23 +0100" value="1055"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 15:13:28 +0100" startDate="2020-03-21 15:00:23 +0100" endDate="2020-03-21 15:10:24 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 15:27:46 +0100" startDate="2020-03-21 15:10:24 +0100" endDate="2020-03-21 15:20:23 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 15:33:47 +0100" startDate="2020-03-21 15:21:08 +0100" endDate="2020-03-21 15:30:51 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 15:43:55 +0100" startDate="2020-03-21 15:31:19 +0100" endDate="2020-03-21 15:41:20 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 15:55:10 +0100" startDate="2020-03-21 15:41:20 +0100" endDate="2020-03-21 15:51:21 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 16:04:13 +0100" startDate="2020-03-21 15:51:21 +0100" endDate="2020-03-21 16:01:12 +0100" value="1043"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 16:15:27 +0100" startDate="2020-03-21 16:01:32 +0100" endDate="2020-03-21 16:11:26 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 16:26:42 +0100" startDate="2020-03-21 16:11:33 +0100" endDate="2020-03-21 16:21:34 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 16:33:16 +0100" startDate="2020-03-21 16:21:34 +0100" endDate="2020-03-21 16:27:03 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 17:04:08 +0100" startDate="2020-03-21 16:50:01 +0100" endDate="2020-03-21 16:59:41 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 17:13:04 +0100" startDate="2020-03-21 17:02:04 +0100" endDate="2020-03-21 17:08:54 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 17:47:17 +0100" startDate="2020-03-21 17:36:17 +0100" endDate="2020-03-21 17:42:11 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-21 20:06:32 +0100" startDate="2020-03-21 19:54:18 +0100" endDate="2020-03-21 19:54:20 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 11:30:39 +0100" startDate="2020-03-22 11:19:36 +0100" endDate="2020-03-22 11:21:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 11:51:20 +0100" startDate="2020-03-22 11:40:17 +0100" endDate="2020-03-22 11:40:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 16:03:14 +0100" startDate="2020-03-22 15:52:11 +0100" endDate="2020-03-22 15:52:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 18:01:11 +0100" startDate="2020-03-22 17:46:35 +0100" endDate="2020-03-22 17:56:13 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 18:10:44 +0100" startDate="2020-03-22 17:57:44 +0100" endDate="2020-03-22 18:07:45 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 18:21:18 +0100" startDate="2020-03-22 18:07:45 +0100" endDate="2020-03-22 18:17:46 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 18:32:16 +0100" startDate="2020-03-22 18:17:46 +0100" endDate="2020-03-22 18:23:22 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 18:45:04 +0100" startDate="2020-03-22 18:27:56 +0100" endDate="2020-03-22 18:32:00 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 19:04:27 +0100" startDate="2020-03-22 18:53:24 +0100" endDate="2020-03-22 18:53:27 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 19:19:27 +0100" startDate="2020-03-22 19:07:51 +0100" endDate="2020-03-22 19:17:34 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 19:32:20 +0100" startDate="2020-03-22 19:17:54 +0100" endDate="2020-03-22 19:17:57 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 20:04:05 +0100" startDate="2020-03-22 19:49:52 +0100" endDate="2020-03-22 19:52:15 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-22 20:46:56 +0100" startDate="2020-03-22 20:35:53 +0100" endDate="2020-03-22 20:36:52 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-23 00:10:48 +0100" startDate="2020-03-23 00:09:26 +0100" endDate="2020-03-23 00:09:31 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-23 07:33:17 +0100" startDate="2020-03-23 07:19:06 +0100" endDate="2020-03-23 07:19:11 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-23 08:11:02 +0100" startDate="2020-03-23 07:56:33 +0100" endDate="2020-03-23 08:00:30 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-23 08:19:21 +0100" startDate="2020-03-23 08:08:21 +0100" endDate="2020-03-23 08:11:32 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-23 08:40:50 +0100" startDate="2020-03-23 08:26:43 +0100" endDate="2020-03-23 08:36:21 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-23 08:54:06 +0100" startDate="2020-03-23 08:39:45 +0100" endDate="2020-03-23 08:46:32 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-23 09:05:42 +0100" startDate="2020-03-23 08:54:42 +0100" endDate="2020-03-23 09:03:52 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-23 13:24:37 +0100" startDate="2020-03-23 13:10:12 +0100" endDate="2020-03-23 13:10:30 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-23 17:17:09 +0100" startDate="2020-03-23 17:00:14 +0100" endDate="2020-03-23 17:01:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-23 18:34:08 +0100" startDate="2020-03-23 18:15:08 +0100" endDate="2020-03-23 18:24:03 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-23 22:55:16 +0100" startDate="2020-03-23 22:44:14 +0100" endDate="2020-03-23 22:49:22 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 07:10:12 +0100" startDate="2020-03-24 06:59:04 +0100" endDate="2020-03-24 06:59:22 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 07:26:52 +0100" startDate="2020-03-24 07:13:05 +0100" endDate="2020-03-24 07:20:41 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 08:41:52 +0100" startDate="2020-03-24 08:27:25 +0100" endDate="2020-03-24 08:28:14 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 09:05:27 +0100" startDate="2020-03-24 08:53:34 +0100" endDate="2020-03-24 08:54:30 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 09:58:24 +0100" startDate="2020-03-24 09:43:44 +0100" endDate="2020-03-24 09:46:30 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 11:07:51 +0100" startDate="2020-03-24 10:56:15 +0100" endDate="2020-03-24 10:58:33 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 11:53:06 +0100" startDate="2020-03-24 11:42:12 +0100" endDate="2020-03-24 11:52:13 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 12:03:56 +0100" startDate="2020-03-24 11:52:13 +0100" endDate="2020-03-24 12:02:14 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 12:13:48 +0100" startDate="2020-03-24 12:02:14 +0100" endDate="2020-03-24 12:09:58 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 12:24:31 +0100" startDate="2020-03-24 12:12:31 +0100" endDate="2020-03-24 12:22:11 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 12:34:51 +0100" startDate="2020-03-24 12:23:15 +0100" endDate="2020-03-24 12:33:04 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 12:45:36 +0100" startDate="2020-03-24 12:33:39 +0100" endDate="2020-03-24 12:35:34 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 14:05:04 +0100" startDate="2020-03-24 13:54:01 +0100" endDate="2020-03-24 13:54:06 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 15:38:38 +0100" startDate="2020-03-24 15:27:35 +0100" endDate="2020-03-24 15:27:58 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 15:55:14 +0100" startDate="2020-03-24 15:44:11 +0100" endDate="2020-03-24 15:54:07 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 16:05:25 +0100" startDate="2020-03-24 15:54:22 +0100" endDate="2020-03-24 15:54:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 22:57:37 +0100" startDate="2020-03-24 22:39:14 +0100" endDate="2020-03-24 22:39:34 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-24 23:13:20 +0100" startDate="2020-03-24 23:00:40 +0100" endDate="2020-03-24 23:07:37 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 08:39:44 +0100" startDate="2020-03-25 08:26:44 +0100" endDate="2020-03-25 08:26:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 08:54:21 +0100" startDate="2020-03-25 08:38:32 +0100" endDate="2020-03-25 08:38:39 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 09:14:40 +0100" startDate="2020-03-25 08:55:54 +0100" endDate="2020-03-25 08:56:12 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 10:33:28 +0100" startDate="2020-03-25 10:21:25 +0100" endDate="2020-03-25 10:28:53 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 11:24:37 +0100" startDate="2020-03-25 11:13:28 +0100" endDate="2020-03-25 11:13:56 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 12:31:19 +0100" startDate="2020-03-25 12:20:16 +0100" endDate="2020-03-25 12:30:17 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 12:47:11 +0100" startDate="2020-03-25 12:30:17 +0100" endDate="2020-03-25 12:37:27 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 12:57:01 +0100" startDate="2020-03-25 12:42:41 +0100" endDate="2020-03-25 12:52:42 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 13:04:12 +0100" startDate="2020-03-25 12:52:42 +0100" endDate="2020-03-25 13:02:20 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 13:15:47 +0100" startDate="2020-03-25 13:03:11 +0100" endDate="2020-03-25 13:11:38 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 13:25:34 +0100" startDate="2020-03-25 13:14:08 +0100" endDate="2020-03-25 13:24:07 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 13:36:21 +0100" startDate="2020-03-25 13:24:07 +0100" endDate="2020-03-25 13:32:44 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 13:37:52 +0100" startDate="2020-03-25 13:36:23 +0100" endDate="2020-03-25 13:36:26 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 14:27:22 +0100" startDate="2020-03-25 14:00:33 +0100" endDate="2020-03-25 14:01:19 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 14:27:22 +0100" startDate="2020-03-25 14:11:02 +0100" endDate="2020-03-25 14:11:05 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 14:51:52 +0100" startDate="2020-03-25 14:40:50 +0100" endDate="2020-03-25 14:41:18 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 17:41:31 +0100" startDate="2020-03-25 17:30:28 +0100" endDate="2020-03-25 17:39:56 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 17:53:39 +0100" startDate="2020-03-25 17:42:36 +0100" endDate="2020-03-25 17:42:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 18:21:26 +0100" startDate="2020-03-25 18:06:03 +0100" endDate="2020-03-25 18:11:11 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 19:35:25 +0100" startDate="2020-03-25 19:23:57 +0100" endDate="2020-03-25 19:27:29 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-25 23:22:01 +0100" startDate="2020-03-25 23:10:58 +0100" endDate="2020-03-25 23:11:21 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 06:47:36 +0100" startDate="2020-03-26 06:36:34 +0100" endDate="2020-03-26 06:39:24 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 07:10:22 +0100" startDate="2020-03-26 06:59:20 +0100" endDate="2020-03-26 06:59:45 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 07:20:31 +0100" startDate="2020-03-26 07:09:28 +0100" endDate="2020-03-26 07:12:37 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 07:47:46 +0100" startDate="2020-03-26 07:22:12 +0100" endDate="2020-03-26 07:22:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 09:19:57 +0100" startDate="2020-03-26 09:08:55 +0100" endDate="2020-03-26 09:09:02 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 09:41:40 +0100" startDate="2020-03-26 09:30:37 +0100" endDate="2020-03-26 09:31:15 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 09:55:37 +0100" startDate="2020-03-26 09:44:07 +0100" endDate="2020-03-26 09:50:52 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 10:22:35 +0100" startDate="2020-03-26 10:11:32 +0100" endDate="2020-03-26 10:12:11 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 12:59:37 +0100" startDate="2020-03-26 12:46:59 +0100" endDate="2020-03-26 12:47:15 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 13:27:10 +0100" startDate="2020-03-26 13:11:19 +0100" endDate="2020-03-26 13:14:10 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 13:41:32 +0100" startDate="2020-03-26 13:26:15 +0100" endDate="2020-03-26 13:28:30 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 16:17:58 +0100" startDate="2020-03-26 16:06:55 +0100" endDate="2020-03-26 16:11:13 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 16:35:27 +0100" startDate="2020-03-26 16:19:35 +0100" endDate="2020-03-26 16:28:30 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 16:49:55 +0100" startDate="2020-03-26 16:34:37 +0100" endDate="2020-03-26 16:43:50 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 16:56:55 +0100" startDate="2020-03-26 16:45:27 +0100" endDate="2020-03-26 16:51:36 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 17:08:33 +0100" startDate="2020-03-26 16:57:33 +0100" endDate="2020-03-26 17:06:40 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 17:18:54 +0100" startDate="2020-03-26 17:07:52 +0100" endDate="2020-03-26 17:08:02 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 18:24:03 +0100" startDate="2020-03-26 18:12:03 +0100" endDate="2020-03-26 18:15:02 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 18:34:24 +0100" startDate="2020-03-26 18:22:58 +0100" endDate="2020-03-26 18:24:51 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 18:48:03 +0100" startDate="2020-03-26 18:36:17 +0100" endDate="2020-03-26 18:45:58 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 20:53:57 +0100" startDate="2020-03-26 20:37:45 +0100" endDate="2020-03-26 20:37:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 21:24:04 +0100" startDate="2020-03-26 21:00:04 +0100" endDate="2020-03-26 21:02:06 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 23:00:38 +0100" startDate="2020-03-26 22:46:01 +0100" endDate="2020-03-26 22:47:55 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-26 23:14:56 +0100" startDate="2020-03-26 23:01:26 +0100" endDate="2020-03-26 23:09:04 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 08:51:06 +0100" startDate="2020-03-27 08:40:01 +0100" endDate="2020-03-27 08:41:15 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 10:07:18 +0100" startDate="2020-03-27 09:56:15 +0100" endDate="2020-03-27 10:04:40 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 11:46:30 +0100" startDate="2020-03-27 11:35:09 +0100" endDate="2020-03-27 11:35:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 12:30:31 +0100" startDate="2020-03-27 12:17:36 +0100" endDate="2020-03-27 12:17:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 14:06:45 +0100" startDate="2020-03-27 13:55:24 +0100" endDate="2020-03-27 14:04:45 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 15:21:15 +0100" startDate="2020-03-27 15:09:50 +0100" endDate="2020-03-27 15:19:50 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 15:31:50 +0100" startDate="2020-03-27 15:19:50 +0100" endDate="2020-03-27 15:23:21 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 15:44:01 +0100" startDate="2020-03-27 15:31:54 +0100" endDate="2020-03-27 15:37:25 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 16:07:14 +0100" startDate="2020-03-27 15:50:05 +0100" endDate="2020-03-27 16:00:06 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 16:11:29 +0100" startDate="2020-03-27 16:00:06 +0100" endDate="2020-03-27 16:10:07 +0100" value="1076"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 16:21:46 +0100" startDate="2020-03-27 16:10:07 +0100" endDate="2020-03-27 16:18:56 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 16:31:53 +0100" startDate="2020-03-27 16:20:08 +0100" endDate="2020-03-27 16:30:09 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 16:41:16 +0100" startDate="2020-03-27 16:30:09 +0100" endDate="2020-03-27 16:39:14 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 16:55:44 +0100" startDate="2020-03-27 16:40:15 +0100" endDate="2020-03-27 16:50:08 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 17:02:25 +0100" startDate="2020-03-27 16:50:21 +0100" endDate="2020-03-27 17:00:22 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 17:13:31 +0100" startDate="2020-03-27 17:00:22 +0100" endDate="2020-03-27 17:10:23 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 17:23:19 +0100" startDate="2020-03-27 17:10:23 +0100" endDate="2020-03-27 17:15:41 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 17:48:57 +0100" startDate="2020-03-27 17:34:30 +0100" endDate="2020-03-27 17:43:07 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 18:04:05 +0100" startDate="2020-03-27 17:53:54 +0100" endDate="2020-03-27 17:53:54 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 18:16:35 +0100" startDate="2020-03-27 18:03:45 +0100" endDate="2020-03-27 18:13:23 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 18:27:23 +0100" startDate="2020-03-27 18:15:05 +0100" endDate="2020-03-27 18:15:30 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 19:10:36 +0100" startDate="2020-03-27 18:59:06 +0100" endDate="2020-03-27 19:06:52 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-27 23:34:40 +0100" startDate="2020-03-27 23:23:37 +0100" endDate="2020-03-27 23:24:10 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-28 10:13:52 +0100" startDate="2020-03-28 09:58:15 +0100" endDate="2020-03-28 10:07:07 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-28 10:20:29 +0100" startDate="2020-03-28 10:08:39 +0100" endDate="2020-03-28 10:18:38 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-28 10:30:32 +0100" startDate="2020-03-28 10:18:38 +0100" endDate="2020-03-28 10:26:50 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-28 10:42:36 +0100" startDate="2020-03-28 10:29:51 +0100" endDate="2020-03-28 10:39:03 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-28 11:44:46 +0100" startDate="2020-03-28 11:30:34 +0100" endDate="2020-03-28 11:39:12 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-28 11:55:25 +0100" startDate="2020-03-28 11:44:22 +0100" endDate="2020-03-28 11:44:48 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-28 14:37:19 +0100" startDate="2020-03-28 14:26:16 +0100" endDate="2020-03-28 14:31:57 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-28 18:03:52 +0100" startDate="2020-03-28 17:46:45 +0100" endDate="2020-03-28 17:53:37 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-28 18:12:26 +0100" startDate="2020-03-28 18:01:23 +0100" endDate="2020-03-28 18:09:51 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-28 18:27:12 +0100" startDate="2020-03-28 18:13:30 +0100" endDate="2020-03-28 18:15:40 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-28 18:41:44 +0100" startDate="2020-03-28 18:30:44 +0100" endDate="2020-03-28 18:37:39 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-28 23:10:35 +0100" startDate="2020-03-28 22:54:43 +0100" endDate="2020-03-28 23:04:26 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 10:33:18 +0100" startDate="2020-03-29 10:20:15 +0100" endDate="2020-03-29 10:20:38 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 12:27:12 +0100" startDate="2020-03-29 12:07:48 +0100" endDate="2020-03-29 12:15:47 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 13:07:44 +0100" startDate="2020-03-29 12:52:52 +0100" endDate="2020-03-29 12:53:07 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 13:33:14 +0100" startDate="2020-03-29 13:22:01 +0100" endDate="2020-03-29 13:22:44 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 16:02:23 +0100" startDate="2020-03-29 15:42:22 +0100" endDate="2020-03-29 15:46:26 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 16:57:22 +0100" startDate="2020-03-29 16:46:22 +0100" endDate="2020-03-29 16:56:23 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 17:08:58 +0100" startDate="2020-03-29 16:56:23 +0100" endDate="2020-03-29 17:06:23 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 17:18:58 +0100" startDate="2020-03-29 17:06:23 +0100" endDate="2020-03-29 17:16:24 +0100" value="1155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 17:26:50 +0100" startDate="2020-03-29 17:16:24 +0100" endDate="2020-03-29 17:25:57 +0100" value="1083"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 17:38:14 +0100" startDate="2020-03-29 17:26:53 +0100" endDate="2020-03-29 17:31:00 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 17:55:08 +0100" startDate="2020-03-29 17:42:17 +0100" endDate="2020-03-29 17:43:26 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 19:09:57 +0100" startDate="2020-03-29 18:57:52 +0100" endDate="2020-03-29 19:06:48 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 19:27:38 +0100" startDate="2020-03-29 19:14:39 +0100" endDate="2020-03-29 19:17:57 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 19:50:08 +0100" startDate="2020-03-29 19:33:08 +0100" endDate="2020-03-29 19:42:12 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 20:07:35 +0100" startDate="2020-03-29 19:52:07 +0100" endDate="2020-03-29 20:01:53 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 20:18:36 +0100" startDate="2020-03-29 20:04:19 +0100" endDate="2020-03-29 20:13:54 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 20:27:53 +0100" startDate="2020-03-29 20:14:24 +0100" endDate="2020-03-29 20:23:47 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 20:40:38 +0100" startDate="2020-03-29 20:24:48 +0100" endDate="2020-03-29 20:29:28 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-29 23:04:16 +0100" startDate="2020-03-29 22:52:56 +0100" endDate="2020-03-29 23:00:09 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 06:29:23 +0100" startDate="2020-03-30 06:18:21 +0100" endDate="2020-03-30 06:25:19 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 07:15:14 +0100" startDate="2020-03-30 07:02:55 +0100" endDate="2020-03-30 07:05:02 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 07:58:03 +0100" startDate="2020-03-30 07:43:11 +0100" endDate="2020-03-30 07:53:05 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 08:11:14 +0100" startDate="2020-03-30 07:53:20 +0100" endDate="2020-03-30 07:57:02 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 08:22:15 +0100" startDate="2020-03-30 08:09:33 +0100" endDate="2020-03-30 08:17:24 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 08:36:49 +0100" startDate="2020-03-30 08:25:49 +0100" endDate="2020-03-30 08:25:59 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 09:05:28 +0100" startDate="2020-03-30 08:53:52 +0100" endDate="2020-03-30 08:54:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 12:51:13 +0100" startDate="2020-03-30 12:39:53 +0100" endDate="2020-03-30 12:40:33 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 13:49:09 +0100" startDate="2020-03-30 13:38:07 +0100" endDate="2020-03-30 13:45:53 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 14:01:07 +0100" startDate="2020-03-30 13:50:05 +0100" endDate="2020-03-30 13:50:20 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 15:42:06 +0100" startDate="2020-03-30 15:31:03 +0100" endDate="2020-03-30 15:39:14 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 15:59:03 +0100" startDate="2020-03-30 15:46:32 +0100" endDate="2020-03-30 15:54:23 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 16:09:23 +0100" startDate="2020-03-30 15:57:34 +0100" endDate="2020-03-30 16:07:35 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 16:21:22 +0100" startDate="2020-03-30 16:07:35 +0100" endDate="2020-03-30 16:14:20 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 16:30:48 +0100" startDate="2020-03-30 16:19:24 +0100" endDate="2020-03-30 16:22:58 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 16:43:15 +0100" startDate="2020-03-30 16:31:08 +0100" endDate="2020-03-30 16:39:22 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 16:52:45 +0100" startDate="2020-03-30 16:41:44 +0100" endDate="2020-03-30 16:48:42 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 17:08:35 +0100" startDate="2020-03-30 16:56:35 +0100" endDate="2020-03-30 16:58:25 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 18:03:03 +0100" startDate="2020-03-30 17:51:29 +0100" endDate="2020-03-30 17:53:47 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 18:53:58 +0100" startDate="2020-03-30 18:41:25 +0100" endDate="2020-03-30 18:41:38 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 21:50:48 +0100" startDate="2020-03-30 21:39:09 +0100" endDate="2020-03-30 21:49:00 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 22:01:20 +0100" startDate="2020-03-30 21:49:15 +0100" endDate="2020-03-30 21:51:13 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-30 22:52:11 +0100" startDate="2020-03-30 22:48:50 +0100" endDate="2020-03-30 22:49:00 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 06:26:52 +0100" startDate="2020-03-31 06:15:49 +0100" endDate="2020-03-31 06:18:50 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 06:42:12 +0100" startDate="2020-03-31 06:29:19 +0100" endDate="2020-03-31 06:31:31 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 06:51:37 +0100" startDate="2020-03-31 06:40:36 +0100" endDate="2020-03-31 06:46:53 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 08:45:13 +0100" startDate="2020-03-31 08:34:07 +0100" endDate="2020-03-31 08:36:07 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 09:49:08 +0100" startDate="2020-03-31 08:44:24 +0100" endDate="2020-03-31 08:51:24 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 10:23:35 +0100" startDate="2020-03-31 10:12:33 +0100" endDate="2020-03-31 10:22:17 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 12:30:54 +0100" startDate="2020-03-31 12:16:06 +0100" endDate="2020-03-31 12:26:02 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 12:39:30 +0100" startDate="2020-03-31 12:26:51 +0100" endDate="2020-03-31 12:36:34 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 12:47:55 +0100" startDate="2020-03-31 12:36:55 +0100" endDate="2020-03-31 12:46:10 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 12:58:22 +0100" startDate="2020-03-31 12:47:19 +0100" endDate="2020-03-31 12:57:20 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 13:12:40 +0100" startDate="2020-03-31 12:57:20 +0100" endDate="2020-03-31 13:02:18 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 14:11:34 +0100" startDate="2020-03-31 13:56:25 +0100" endDate="2020-03-31 14:02:14 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 14:21:47 +0100" startDate="2020-03-31 14:10:18 +0100" endDate="2020-03-31 14:15:09 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-03-31 21:00:07 +0100" startDate="2020-03-31 20:49:04 +0100" endDate="2020-03-31 20:52:54 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 06:21:53 +0100" startDate="2020-04-01 06:08:00 +0100" endDate="2020-04-01 06:10:18 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 09:36:29 +0100" startDate="2020-04-01 08:59:03 +0100" endDate="2020-04-01 08:59:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 10:37:45 +0100" startDate="2020-04-01 10:26:34 +0100" endDate="2020-04-01 10:26:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 10:48:55 +0100" startDate="2020-04-01 10:37:51 +0100" endDate="2020-04-01 10:38:29 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 11:15:19 +0100" startDate="2020-04-01 11:03:48 +0100" endDate="2020-04-01 11:04:31 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 11:40:30 +0100" startDate="2020-04-01 11:24:44 +0100" endDate="2020-04-01 11:31:52 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 12:36:27 +0100" startDate="2020-04-01 11:42:48 +0100" endDate="2020-04-01 11:52:49 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 12:36:27 +0100" startDate="2020-04-01 11:52:49 +0100" endDate="2020-04-01 12:02:50 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 12:36:27 +0100" startDate="2020-04-01 12:02:50 +0100" endDate="2020-04-01 12:03:00 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 12:36:27 +0100" startDate="2020-04-01 12:13:04 +0100" endDate="2020-04-01 12:14:13 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 12:46:27 +0100" startDate="2020-04-01 12:36:03 +0100" endDate="2020-04-01 12:43:31 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 17:03:40 +0100" startDate="2020-04-01 16:51:52 +0100" endDate="2020-04-01 16:51:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 18:37:48 +0100" startDate="2020-04-01 18:26:47 +0100" endDate="2020-04-01 18:27:41 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 20:33:59 +0100" startDate="2020-04-01 20:27:44 +0100" endDate="2020-04-01 20:28:27 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-01 22:56:56 +0100" startDate="2020-04-01 22:45:53 +0100" endDate="2020-04-01 22:47:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 07:05:44 +0100" startDate="2020-04-02 06:51:13 +0100" endDate="2020-04-02 06:59:32 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 12:06:28 +0100" startDate="2020-04-02 11:54:16 +0100" endDate="2020-04-02 11:54:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 12:55:48 +0100" startDate="2020-04-02 12:40:17 +0100" endDate="2020-04-02 12:41:18 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 13:11:01 +0100" startDate="2020-04-02 12:57:23 +0100" endDate="2020-04-02 12:57:48 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 13:35:39 +0100" startDate="2020-04-02 13:23:36 +0100" endDate="2020-04-02 13:33:29 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 13:44:42 +0100" startDate="2020-04-02 13:33:42 +0100" endDate="2020-04-02 13:35:29 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 14:00:04 +0100" startDate="2020-04-02 13:49:04 +0100" endDate="2020-04-02 13:49:06 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 14:18:07 +0100" startDate="2020-04-02 14:05:50 +0100" endDate="2020-04-02 14:15:51 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 14:28:03 +0100" startDate="2020-04-02 14:15:51 +0100" endDate="2020-04-02 14:25:52 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 14:37:55 +0100" startDate="2020-04-02 14:26:10 +0100" endDate="2020-04-02 14:36:11 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 14:49:45 +0100" startDate="2020-04-02 14:36:11 +0100" endDate="2020-04-02 14:46:02 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 15:01:41 +0100" startDate="2020-04-02 14:46:14 +0100" endDate="2020-04-02 14:56:15 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 15:07:30 +0100" startDate="2020-04-02 14:56:15 +0100" endDate="2020-04-02 15:05:59 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 15:17:48 +0100" startDate="2020-04-02 15:06:19 +0100" endDate="2020-04-02 15:13:19 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 15:45:00 +0100" startDate="2020-04-02 15:32:58 +0100" endDate="2020-04-02 15:33:51 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 16:00:20 +0100" startDate="2020-04-02 15:49:03 +0100" endDate="2020-04-02 15:52:35 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 16:11:06 +0100" startDate="2020-04-02 16:00:03 +0100" endDate="2020-04-02 16:07:54 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 16:21:30 +0100" startDate="2020-04-02 16:10:27 +0100" endDate="2020-04-02 16:15:58 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 16:44:15 +0100" startDate="2020-04-02 16:33:12 +0100" endDate="2020-04-02 16:33:17 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-02 21:33:09 +0100" startDate="2020-04-02 21:22:06 +0100" endDate="2020-04-02 21:23:56 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 06:02:40 +0100" startDate="2020-04-03 05:51:20 +0100" endDate="2020-04-03 05:56:00 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 06:17:18 +0100" startDate="2020-04-03 06:03:03 +0100" endDate="2020-04-03 06:09:59 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 06:51:59 +0100" startDate="2020-04-03 06:37:44 +0100" endDate="2020-04-03 06:38:48 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 07:39:18 +0100" startDate="2020-04-03 07:27:50 +0100" endDate="2020-04-03 07:36:37 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 07:59:11 +0100" startDate="2020-04-03 07:41:00 +0100" endDate="2020-04-03 07:50:33 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 08:09:56 +0100" startDate="2020-04-03 07:52:40 +0100" endDate="2020-04-03 08:02:39 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 08:21:32 +0100" startDate="2020-04-03 08:02:47 +0100" endDate="2020-04-03 08:12:37 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 08:25:25 +0100" startDate="2020-04-03 08:13:03 +0100" endDate="2020-04-03 08:19:05 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 08:49:20 +0100" startDate="2020-04-03 08:37:07 +0100" endDate="2020-04-03 08:47:08 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 08:58:30 +0100" startDate="2020-04-03 08:47:08 +0100" endDate="2020-04-03 08:53:38 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 09:11:22 +0100" startDate="2020-04-03 09:00:11 +0100" endDate="2020-04-03 09:10:09 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 09:21:12 +0100" startDate="2020-04-03 09:10:09 +0100" endDate="2020-04-03 09:16:06 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 09:36:36 +0100" startDate="2020-04-03 09:22:33 +0100" endDate="2020-04-03 09:25:29 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 10:01:13 +0100" startDate="2020-04-03 09:48:06 +0100" endDate="2020-04-03 09:48:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 10:26:42 +0100" startDate="2020-04-03 10:15:21 +0100" endDate="2020-04-03 10:15:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 11:15:19 +0100" startDate="2020-04-03 11:04:16 +0100" endDate="2020-04-03 11:04:27 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 11:33:25 +0100" startDate="2020-04-03 11:22:23 +0100" endDate="2020-04-03 11:30:39 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 11:43:47 +0100" startDate="2020-04-03 11:32:44 +0100" endDate="2020-04-03 11:38:26 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 11:58:50 +0100" startDate="2020-04-03 11:47:47 +0100" endDate="2020-04-03 11:56:06 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 12:26:46 +0100" startDate="2020-04-03 12:15:43 +0100" endDate="2020-04-03 12:21:04 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 14:03:53 +0100" startDate="2020-04-03 13:52:31 +0100" endDate="2020-04-03 13:52:51 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 14:47:26 +0100" startDate="2020-04-03 14:35:59 +0100" endDate="2020-04-03 14:39:43 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 15:39:11 +0100" startDate="2020-04-03 15:28:08 +0100" endDate="2020-04-03 15:31:52 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 16:08:42 +0100" startDate="2020-04-03 15:56:06 +0100" endDate="2020-04-03 15:56:16 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 16:44:14 +0100" startDate="2020-04-03 16:31:11 +0100" endDate="2020-04-03 16:31:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 21:02:31 +0100" startDate="2020-04-03 19:19:58 +0100" endDate="2020-04-03 19:24:33 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 21:02:31 +0100" startDate="2020-04-03 19:34:55 +0100" endDate="2020-04-03 19:44:56 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 21:02:31 +0100" startDate="2020-04-03 19:44:56 +0100" endDate="2020-04-03 19:54:52 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 21:02:31 +0100" startDate="2020-04-03 19:55:15 +0100" endDate="2020-04-03 20:03:29 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-03 21:02:31 +0100" startDate="2020-04-03 20:09:55 +0100" endDate="2020-04-03 20:14:28 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 09:36:42 +0100" startDate="2020-04-04 09:25:39 +0100" endDate="2020-04-04 09:34:19 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 09:53:46 +0100" startDate="2020-04-04 09:39:30 +0100" endDate="2020-04-04 09:49:31 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 10:04:25 +0100" startDate="2020-04-04 09:49:31 +0100" endDate="2020-04-04 09:59:19 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 10:13:29 +0100" startDate="2020-04-04 09:59:39 +0100" endDate="2020-04-04 10:03:49 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 10:32:34 +0100" startDate="2020-04-04 10:11:32 +0100" endDate="2020-04-04 10:11:42 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 10:39:38 +0100" startDate="2020-04-04 10:23:50 +0100" endDate="2020-04-04 10:23:52 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 11:15:16 +0100" startDate="2020-04-04 11:00:56 +0100" endDate="2020-04-04 11:00:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 11:35:48 +0100" startDate="2020-04-04 11:17:28 +0100" endDate="2020-04-04 11:26:46 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 12:01:18 +0100" startDate="2020-04-04 11:50:16 +0100" endDate="2020-04-04 11:50:29 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 14:53:46 +0100" startDate="2020-04-04 14:42:43 +0100" endDate="2020-04-04 14:43:54 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 15:15:31 +0100" startDate="2020-04-04 15:04:29 +0100" endDate="2020-04-04 15:04:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 17:07:33 +0100" startDate="2020-04-04 16:55:45 +0100" endDate="2020-04-04 17:05:29 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 17:17:20 +0100" startDate="2020-04-04 17:05:55 +0100" endDate="2020-04-04 17:15:56 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 17:27:31 +0100" startDate="2020-04-04 17:15:56 +0100" endDate="2020-04-04 17:25:57 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 17:40:30 +0100" startDate="2020-04-04 17:25:57 +0100" endDate="2020-04-04 17:35:50 +0100" value="993"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 17:47:46 +0100" startDate="2020-04-04 17:36:13 +0100" endDate="2020-04-04 17:46:14 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 17:57:19 +0100" startDate="2020-04-04 17:46:19 +0100" endDate="2020-04-04 17:47:23 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 18:12:02 +0100" startDate="2020-04-04 18:00:59 +0100" endDate="2020-04-04 18:09:42 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 18:35:33 +0100" startDate="2020-04-04 18:23:35 +0100" endDate="2020-04-04 18:33:36 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 18:44:39 +0100" startDate="2020-04-04 18:33:36 +0100" endDate="2020-04-04 18:42:15 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 18:56:40 +0100" startDate="2020-04-04 18:44:26 +0100" endDate="2020-04-04 18:54:27 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 19:05:41 +0100" startDate="2020-04-04 18:54:27 +0100" endDate="2020-04-04 19:01:37 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 19:20:48 +0100" startDate="2020-04-04 19:09:30 +0100" endDate="2020-04-04 19:19:19 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 19:32:13 +0100" startDate="2020-04-04 19:21:19 +0100" endDate="2020-04-04 19:30:55 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 19:45:35 +0100" startDate="2020-04-04 19:31:38 +0100" endDate="2020-04-04 19:31:40 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 20:13:07 +0100" startDate="2020-04-04 19:59:43 +0100" endDate="2020-04-04 19:59:58 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-04 21:30:09 +0100" startDate="2020-04-04 21:19:09 +0100" endDate="2020-04-04 21:19:37 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 09:54:29 +0100" startDate="2020-04-05 09:43:11 +0100" endDate="2020-04-05 09:51:24 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 10:06:19 +0100" startDate="2020-04-05 09:53:30 +0100" endDate="2020-04-05 10:03:31 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 10:15:02 +0100" startDate="2020-04-05 10:03:31 +0100" endDate="2020-04-05 10:13:22 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 10:26:27 +0100" startDate="2020-04-05 10:13:35 +0100" endDate="2020-04-05 10:22:05 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 10:45:51 +0100" startDate="2020-04-05 10:23:59 +0100" endDate="2020-04-05 10:31:05 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 10:52:30 +0100" startDate="2020-04-05 10:37:04 +0100" endDate="2020-04-05 10:37:09 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 11:21:56 +0100" startDate="2020-04-05 11:03:53 +0100" endDate="2020-04-05 11:06:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 11:29:45 +0100" startDate="2020-04-05 11:18:45 +0100" endDate="2020-04-05 11:20:32 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 11:59:45 +0100" startDate="2020-04-05 11:47:31 +0100" endDate="2020-04-05 11:56:36 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 12:16:51 +0100" startDate="2020-04-05 11:59:58 +0100" endDate="2020-04-05 12:00:13 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 12:28:32 +0100" startDate="2020-04-05 12:16:25 +0100" endDate="2020-04-05 12:17:49 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 12:42:30 +0100" startDate="2020-04-05 12:31:30 +0100" endDate="2020-04-05 12:31:45 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 14:46:18 +0100" startDate="2020-04-05 14:30:11 +0100" endDate="2020-04-05 14:31:19 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 17:54:11 +0100" startDate="2020-04-05 17:42:27 +0100" endDate="2020-04-05 17:42:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 18:21:24 +0100" startDate="2020-04-05 18:07:22 +0100" endDate="2020-04-05 18:14:00 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 18:30:16 +0100" startDate="2020-04-05 18:19:15 +0100" endDate="2020-04-05 18:19:18 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 18:57:14 +0100" startDate="2020-04-05 18:44:23 +0100" endDate="2020-04-05 18:49:36 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 19:15:42 +0100" startDate="2020-04-05 19:04:15 +0100" endDate="2020-04-05 19:10:54 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 19:58:17 +0100" startDate="2020-04-05 19:57:53 +0100" endDate="2020-04-05 19:58:08 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-05 23:00:46 +0100" startDate="2020-04-05 22:43:20 +0100" endDate="2020-04-05 22:48:23 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 05:31:19 +0100" startDate="2020-04-06 05:13:56 +0100" endDate="2020-04-06 05:16:37 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 06:13:54 +0100" startDate="2020-04-06 06:02:44 +0100" endDate="2020-04-06 06:02:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 06:24:08 +0100" startDate="2020-04-06 06:13:05 +0100" endDate="2020-04-06 06:14:59 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 06:46:41 +0100" startDate="2020-04-06 06:33:02 +0100" endDate="2020-04-06 06:37:24 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 07:41:05 +0100" startDate="2020-04-06 07:29:19 +0100" endDate="2020-04-06 07:39:05 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 07:53:21 +0100" startDate="2020-04-06 07:39:36 +0100" endDate="2020-04-06 07:49:24 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 08:02:12 +0100" startDate="2020-04-06 07:49:52 +0100" endDate="2020-04-06 07:59:52 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 08:11:27 +0100" startDate="2020-04-06 07:59:52 +0100" endDate="2020-04-06 08:09:51 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 08:24:29 +0100" startDate="2020-04-06 08:09:51 +0100" endDate="2020-04-06 08:16:36 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 08:41:08 +0100" startDate="2020-04-06 08:22:00 +0100" endDate="2020-04-06 08:31:23 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 09:02:14 +0100" startDate="2020-04-06 08:46:15 +0100" endDate="2020-04-06 08:54:52 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 09:12:30 +0100" startDate="2020-04-06 09:01:11 +0100" endDate="2020-04-06 09:10:26 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 09:25:44 +0100" startDate="2020-04-06 09:12:21 +0100" endDate="2020-04-06 09:22:19 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 09:37:01 +0100" startDate="2020-04-06 09:22:24 +0100" endDate="2020-04-06 09:32:05 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 09:50:47 +0100" startDate="2020-04-06 09:34:58 +0100" endDate="2020-04-06 09:44:54 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 09:55:46 +0100" startDate="2020-04-06 09:45:04 +0100" endDate="2020-04-06 09:51:08 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 10:48:45 +0100" startDate="2020-04-06 10:37:42 +0100" endDate="2020-04-06 10:39:14 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 11:53:59 +0100" startDate="2020-04-06 11:34:39 +0100" endDate="2020-04-06 11:34:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 12:44:36 +0100" startDate="2020-04-06 12:33:20 +0100" endDate="2020-04-06 12:33:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 13:48:57 +0100" startDate="2020-04-06 13:37:36 +0100" endDate="2020-04-06 13:45:01 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 16:30:07 +0100" startDate="2020-04-06 16:15:02 +0100" endDate="2020-04-06 16:15:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 18:22:48 +0100" startDate="2020-04-06 18:11:47 +0100" endDate="2020-04-06 18:21:47 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 18:40:27 +0100" startDate="2020-04-06 18:21:47 +0100" endDate="2020-04-06 18:31:47 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 18:45:26 +0100" startDate="2020-04-06 18:31:47 +0100" endDate="2020-04-06 18:41:48 +0100" value="1106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 18:55:46 +0100" startDate="2020-04-06 18:41:48 +0100" endDate="2020-04-06 18:51:49 +0100" value="1152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 19:12:12 +0100" startDate="2020-04-06 18:51:49 +0100" endDate="2020-04-06 18:56:57 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 19:13:12 +0100" startDate="2020-04-06 19:02:31 +0100" endDate="2020-04-06 19:12:06 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 19:25:48 +0100" startDate="2020-04-06 19:13:10 +0100" endDate="2020-04-06 19:13:30 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 20:29:04 +0100" startDate="2020-04-06 20:17:18 +0100" endDate="2020-04-06 20:27:20 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 20:40:55 +0100" startDate="2020-04-06 20:27:20 +0100" endDate="2020-04-06 20:28:41 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-06 21:51:51 +0100" startDate="2020-04-06 21:40:49 +0100" endDate="2020-04-06 21:45:26 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 05:59:02 +0100" startDate="2020-04-07 05:48:41 +0100" endDate="2020-04-07 05:48:41 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 06:17:39 +0100" startDate="2020-04-07 05:59:12 +0100" endDate="2020-04-07 05:59:33 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 07:02:39 +0100" startDate="2020-04-07 06:51:36 +0100" endDate="2020-04-07 06:53:13 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 07:17:24 +0100" startDate="2020-04-07 07:06:22 +0100" endDate="2020-04-07 07:16:16 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 07:32:39 +0100" startDate="2020-04-07 07:17:14 +0100" endDate="2020-04-07 07:27:15 +0100" value="1034"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 07:39:47 +0100" startDate="2020-04-07 07:27:15 +0100" endDate="2020-04-07 07:37:16 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 07:49:56 +0100" startDate="2020-04-07 07:37:16 +0100" endDate="2020-04-07 07:47:15 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 07:58:25 +0100" startDate="2020-04-07 07:47:25 +0100" endDate="2020-04-07 07:52:51 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 11:30:40 +0100" startDate="2020-04-07 11:18:10 +0100" endDate="2020-04-07 11:28:01 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 11:41:32 +0100" startDate="2020-04-07 11:29:46 +0100" endDate="2020-04-07 11:39:47 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 11:50:52 +0100" startDate="2020-04-07 11:39:47 +0100" endDate="2020-04-07 11:47:59 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 12:05:19 +0100" startDate="2020-04-07 11:51:07 +0100" endDate="2020-04-07 12:01:01 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 12:13:49 +0100" startDate="2020-04-07 12:01:19 +0100" endDate="2020-04-07 12:10:06 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 12:25:08 +0100" startDate="2020-04-07 12:11:40 +0100" endDate="2020-04-07 12:19:34 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 12:35:20 +0100" startDate="2020-04-07 12:23:38 +0100" endDate="2020-04-07 12:32:10 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 12:44:58 +0100" startDate="2020-04-07 12:33:50 +0100" endDate="2020-04-07 12:40:50 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 15:25:21 +0100" startDate="2020-04-07 15:14:18 +0100" endDate="2020-04-07 15:14:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 16:21:49 +0100" startDate="2020-04-07 16:10:46 +0100" endDate="2020-04-07 16:15:26 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 17:26:34 +0100" startDate="2020-04-07 17:15:30 +0100" endDate="2020-04-07 17:25:29 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 17:37:07 +0100" startDate="2020-04-07 17:25:29 +0100" endDate="2020-04-07 17:25:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 17:47:16 +0100" startDate="2020-04-07 17:36:13 +0100" endDate="2020-04-07 17:44:14 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 18:10:03 +0100" startDate="2020-04-07 17:58:10 +0100" endDate="2020-04-07 18:03:23 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 19:48:38 +0100" startDate="2020-04-07 19:37:38 +0100" endDate="2020-04-07 19:39:50 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-07 22:05:07 +0100" startDate="2020-04-07 21:53:54 +0100" endDate="2020-04-07 21:54:27 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 06:59:45 +0100" startDate="2020-04-08 06:38:03 +0100" endDate="2020-04-08 06:44:46 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 08:28:25 +0100" startDate="2020-04-08 08:17:23 +0100" endDate="2020-04-08 08:21:50 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 08:55:25 +0100" startDate="2020-04-08 08:44:06 +0100" endDate="2020-04-08 08:49:17 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 11:22:14 +0100" startDate="2020-04-08 11:09:53 +0100" endDate="2020-04-08 11:14:02 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 12:50:45 +0100" startDate="2020-04-08 12:33:17 +0100" endDate="2020-04-08 12:33:22 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 14:13:22 +0100" startDate="2020-04-08 14:02:15 +0100" endDate="2020-04-08 14:12:24 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 14:26:02 +0100" startDate="2020-04-08 14:12:29 +0100" endDate="2020-04-08 14:18:03 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 14:34:35 +0100" startDate="2020-04-08 14:23:09 +0100" endDate="2020-04-08 14:32:50 +0100" value="1050"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 14:44:20 +0100" startDate="2020-04-08 14:33:18 +0100" endDate="2020-04-08 14:43:19 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 14:56:32 +0100" startDate="2020-04-08 14:43:19 +0100" endDate="2020-04-08 14:49:56 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 15:07:47 +0100" startDate="2020-04-08 14:53:43 +0100" endDate="2020-04-08 15:02:18 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 15:19:55 +0100" startDate="2020-04-08 15:07:46 +0100" endDate="2020-04-08 15:09:59 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 16:26:45 +0100" startDate="2020-04-08 16:14:20 +0100" endDate="2020-04-08 16:24:11 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 18:21:25 +0100" startDate="2020-04-08 18:10:09 +0100" endDate="2020-04-08 18:10:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 20:27:11 +0100" startDate="2020-04-08 20:08:15 +0100" endDate="2020-04-08 20:09:18 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-08 22:01:28 +0100" startDate="2020-04-08 21:50:25 +0100" endDate="2020-04-08 21:55:02 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 05:56:46 +0100" startDate="2020-04-09 05:45:43 +0100" endDate="2020-04-09 05:51:05 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 07:12:16 +0100" startDate="2020-04-09 06:58:26 +0100" endDate="2020-04-09 06:58:44 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 08:00:42 +0100" startDate="2020-04-09 07:49:17 +0100" endDate="2020-04-09 07:49:48 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 08:34:38 +0100" startDate="2020-04-09 08:22:26 +0100" endDate="2020-04-09 08:23:42 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 08:59:06 +0100" startDate="2020-04-09 08:47:33 +0100" endDate="2020-04-09 08:55:59 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 09:39:37 +0100" startDate="2020-04-09 09:28:24 +0100" endDate="2020-04-09 09:38:12 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 09:49:30 +0100" startDate="2020-04-09 09:38:38 +0100" endDate="2020-04-09 09:48:39 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 10:00:35 +0100" startDate="2020-04-09 09:48:39 +0100" endDate="2020-04-09 09:58:25 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 10:15:55 +0100" startDate="2020-04-09 10:04:54 +0100" endDate="2020-04-09 10:14:12 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 10:27:08 +0100" startDate="2020-04-09 10:15:54 +0100" endDate="2020-04-09 10:16:58 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 10:50:19 +0100" startDate="2020-04-09 10:37:18 +0100" endDate="2020-04-09 10:44:13 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 10:59:09 +0100" startDate="2020-04-09 10:47:44 +0100" endDate="2020-04-09 10:53:18 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 11:20:21 +0100" startDate="2020-04-09 10:58:42 +0100" endDate="2020-04-09 11:08:25 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 11:20:21 +0100" startDate="2020-04-09 11:08:53 +0100" endDate="2020-04-09 11:17:18 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 11:31:25 +0100" startDate="2020-04-09 11:19:18 +0100" endDate="2020-04-09 11:24:36 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 11:43:08 +0100" startDate="2020-04-09 11:31:40 +0100" endDate="2020-04-09 11:38:04 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 12:18:30 +0100" startDate="2020-04-09 12:04:54 +0100" endDate="2020-04-09 12:10:38 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 12:58:11 +0100" startDate="2020-04-09 12:47:08 +0100" endDate="2020-04-09 12:52:49 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 13:17:04 +0100" startDate="2020-04-09 13:01:42 +0100" endDate="2020-04-09 13:11:10 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 13:24:08 +0100" startDate="2020-04-09 13:12:57 +0100" endDate="2020-04-09 13:14:23 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 14:58:02 +0100" startDate="2020-04-09 14:46:59 +0100" endDate="2020-04-09 14:53:34 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 15:34:50 +0100" startDate="2020-04-09 15:23:15 +0100" endDate="2020-04-09 15:30:13 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 15:46:19 +0100" startDate="2020-04-09 15:33:19 +0100" endDate="2020-04-09 15:42:29 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 16:05:48 +0100" startDate="2020-04-09 15:54:19 +0100" endDate="2020-04-09 16:03:55 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 16:24:29 +0100" startDate="2020-04-09 16:06:40 +0100" endDate="2020-04-09 16:16:11 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 16:29:18 +0100" startDate="2020-04-09 16:17:00 +0100" endDate="2020-04-09 16:26:27 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 16:35:47 +0100" startDate="2020-04-09 16:27:11 +0100" endDate="2020-04-09 16:33:10 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 16:48:45 +0100" startDate="2020-04-09 16:37:02 +0100" endDate="2020-04-09 16:45:08 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 17:07:21 +0100" startDate="2020-04-09 16:55:40 +0100" endDate="2020-04-09 16:56:16 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 17:27:08 +0100" startDate="2020-04-09 17:09:13 +0100" endDate="2020-04-09 17:11:36 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 17:37:47 +0100" startDate="2020-04-09 17:25:47 +0100" endDate="2020-04-09 17:35:41 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 17:51:15 +0100" startDate="2020-04-09 17:36:01 +0100" endDate="2020-04-09 17:45:59 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 17:58:24 +0100" startDate="2020-04-09 17:46:12 +0100" endDate="2020-04-09 17:51:31 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 18:08:40 +0100" startDate="2020-04-09 17:56:23 +0100" endDate="2020-04-09 18:06:22 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 18:19:17 +0100" startDate="2020-04-09 18:06:22 +0100" endDate="2020-04-09 18:16:08 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 18:31:28 +0100" startDate="2020-04-09 18:16:26 +0100" endDate="2020-04-09 18:20:41 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 18:47:21 +0100" startDate="2020-04-09 18:30:32 +0100" endDate="2020-04-09 18:30:55 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 19:38:58 +0100" startDate="2020-04-09 19:27:56 +0100" endDate="2020-04-09 19:30:44 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 19:57:32 +0100" startDate="2020-04-09 19:38:52 +0100" endDate="2020-04-09 19:38:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 20:16:12 +0100" startDate="2020-04-09 20:05:09 +0100" endDate="2020-04-09 20:10:25 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-09 21:57:27 +0100" startDate="2020-04-09 21:46:24 +0100" endDate="2020-04-09 21:49:56 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 06:20:41 +0100" startDate="2020-04-10 06:09:38 +0100" endDate="2020-04-10 06:10:19 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 06:37:12 +0100" startDate="2020-04-10 06:23:11 +0100" endDate="2020-04-10 06:23:21 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 09:10:49 +0100" startDate="2020-04-10 08:56:21 +0100" endDate="2020-04-10 09:06:22 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 09:17:42 +0100" startDate="2020-04-10 09:06:22 +0100" endDate="2020-04-10 09:16:23 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 09:35:01 +0100" startDate="2020-04-10 09:16:23 +0100" endDate="2020-04-10 09:24:07 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 09:39:13 +0100" startDate="2020-04-10 09:26:29 +0100" endDate="2020-04-10 09:36:30 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 09:48:08 +0100" startDate="2020-04-10 09:36:30 +0100" endDate="2020-04-10 09:36:58 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 10:12:05 +0100" startDate="2020-04-10 09:56:52 +0100" endDate="2020-04-10 10:06:20 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 10:18:51 +0100" startDate="2020-04-10 10:07:03 +0100" endDate="2020-04-10 10:11:54 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 12:08:05 +0100" startDate="2020-04-10 11:57:56 +0100" endDate="2020-04-10 12:04:11 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 12:20:04 +0100" startDate="2020-04-10 12:09:04 +0100" endDate="2020-04-10 12:11:04 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 12:39:40 +0100" startDate="2020-04-10 12:26:39 +0100" endDate="2020-04-10 12:36:38 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 12:52:33 +0100" startDate="2020-04-10 12:36:38 +0100" endDate="2020-04-10 12:46:39 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 13:05:02 +0100" startDate="2020-04-10 12:46:39 +0100" endDate="2020-04-10 12:54:51 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 13:33:59 +0100" startDate="2020-04-10 13:17:57 +0100" endDate="2020-04-10 13:27:27 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 13:52:03 +0100" startDate="2020-04-10 13:31:34 +0100" endDate="2020-04-10 13:40:07 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 13:57:22 +0100" startDate="2020-04-10 13:44:18 +0100" endDate="2020-04-10 13:53:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 14:14:32 +0100" startDate="2020-04-10 13:59:01 +0100" endDate="2020-04-10 13:59:09 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 15:33:19 +0100" startDate="2020-04-10 15:17:35 +0100" endDate="2020-04-10 15:18:26 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 16:35:19 +0100" startDate="2020-04-10 16:24:16 +0100" endDate="2020-04-10 16:24:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 16:52:57 +0100" startDate="2020-04-10 16:37:48 +0100" endDate="2020-04-10 16:46:41 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 17:12:59 +0100" startDate="2020-04-10 16:56:34 +0100" endDate="2020-04-10 17:06:30 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c3bc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 17:29:03 +0100" startDate="2020-04-10 17:06:48 +0100" endDate="2020-04-10 17:13:58 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 17:29:03 +0100" startDate="2020-04-10 17:17:42 +0100" endDate="2020-04-10 17:18:33 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 17:57:12 +0100" startDate="2020-04-10 17:43:18 +0100" endDate="2020-04-10 17:43:38 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 18:10:01 +0100" startDate="2020-04-10 17:56:43 +0100" endDate="2020-04-10 17:57:21 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 21:57:25 +0100" startDate="2020-04-10 21:43:39 +0100" endDate="2020-04-10 21:53:38 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-10 22:06:26 +0100" startDate="2020-04-10 21:53:38 +0100" endDate="2020-04-10 21:54:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-11 02:21:56 +0100" startDate="2020-04-11 01:59:24 +0100" endDate="2020-04-11 02:02:00 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-11 10:23:19 +0100" startDate="2020-04-11 10:10:13 +0100" endDate="2020-04-11 10:11:04 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-11 17:28:01 +0100" startDate="2020-04-11 12:41:54 +0100" endDate="2020-04-11 12:51:55 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-11 17:28:01 +0100" startDate="2020-04-11 12:51:55 +0100" endDate="2020-04-11 13:01:35 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-11 17:28:01 +0100" startDate="2020-04-11 13:03:10 +0100" endDate="2020-04-11 13:13:11 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-11 17:28:01 +0100" startDate="2020-04-11 13:13:11 +0100" endDate="2020-04-11 13:23:12 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-11 17:28:01 +0100" startDate="2020-04-11 13:23:12 +0100" endDate="2020-04-11 13:26:56 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-11 17:28:01 +0100" startDate="2020-04-11 15:32:22 +0100" endDate="2020-04-11 15:40:56 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-11 17:35:20 +0100" startDate="2020-04-11 17:24:17 +0100" endDate="2020-04-11 17:24:35 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-11 18:10:44 +0100" startDate="2020-04-11 18:06:57 +0100" endDate="2020-04-11 18:08:28 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-11 20:47:34 +0100" startDate="2020-04-11 20:36:34 +0100" endDate="2020-04-11 20:46:25 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-11 23:43:20 +0100" startDate="2020-04-11 23:32:04 +0100" endDate="2020-04-11 23:32:27 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 04:56:46 +0100" startDate="2020-04-12 04:41:14 +0100" endDate="2020-04-12 04:44:02 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 09:15:13 +0100" startDate="2020-04-12 09:01:29 +0100" endDate="2020-04-12 09:11:30 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 09:24:27 +0100" startDate="2020-04-12 09:11:30 +0100" endDate="2020-04-12 09:21:32 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 09:32:34 +0100" startDate="2020-04-12 09:21:32 +0100" endDate="2020-04-12 09:31:33 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 09:44:15 +0100" startDate="2020-04-12 09:31:58 +0100" endDate="2020-04-12 09:32:16 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 10:24:40 +0100" startDate="2020-04-12 10:07:04 +0100" endDate="2020-04-12 10:10:48 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 11:07:38 +0100" startDate="2020-04-12 10:25:24 +0100" endDate="2020-04-12 10:25:34 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 11:07:38 +0100" startDate="2020-04-12 10:44:29 +0100" endDate="2020-04-12 10:51:19 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 11:21:31 +0100" startDate="2020-04-12 11:06:45 +0100" endDate="2020-04-12 11:12:04 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 11:40:46 +0100" startDate="2020-04-12 11:25:29 +0100" endDate="2020-04-12 11:26:35 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 12:01:13 +0100" startDate="2020-04-12 11:47:34 +0100" endDate="2020-04-12 11:50:15 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 12:20:00 +0100" startDate="2020-04-12 12:09:00 +0100" endDate="2020-04-12 12:16:29 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 13:43:57 +0100" startDate="2020-04-12 13:27:40 +0100" endDate="2020-04-12 13:35:19 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 13:52:11 +0100" startDate="2020-04-12 13:38:07 +0100" endDate="2020-04-12 13:43:56 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 14:06:57 +0100" startDate="2020-04-12 13:55:57 +0100" endDate="2020-04-12 14:04:27 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 14:37:01 +0100" startDate="2020-04-12 14:24:19 +0100" endDate="2020-04-12 14:28:26 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 14:49:24 +0100" startDate="2020-04-12 14:37:48 +0100" endDate="2020-04-12 14:42:18 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 15:23:50 +0100" startDate="2020-04-12 15:11:35 +0100" endDate="2020-04-12 15:21:36 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 15:36:44 +0100" startDate="2020-04-12 15:23:21 +0100" endDate="2020-04-12 15:23:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 15:52:08 +0100" startDate="2020-04-12 15:38:47 +0100" endDate="2020-04-12 15:40:09 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 16:07:30 +0100" startDate="2020-04-12 15:54:38 +0100" endDate="2020-04-12 16:04:39 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 16:15:07 +0100" startDate="2020-04-12 16:04:39 +0100" endDate="2020-04-12 16:14:24 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 16:25:04 +0100" startDate="2020-04-12 16:14:47 +0100" endDate="2020-04-12 16:24:48 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 16:35:52 +0100" startDate="2020-04-12 16:24:48 +0100" endDate="2020-04-12 16:34:47 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 16:51:53 +0100" startDate="2020-04-12 16:34:52 +0100" endDate="2020-04-12 16:42:33 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 17:02:13 +0100" startDate="2020-04-12 16:45:03 +0100" endDate="2020-04-12 16:45:08 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 17:51:00 +0100" startDate="2020-04-12 17:39:58 +0100" endDate="2020-04-12 17:40:20 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 18:55:16 +0100" startDate="2020-04-12 18:44:13 +0100" endDate="2020-04-12 18:44:21 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 19:06:38 +0100" startDate="2020-04-12 18:55:35 +0100" endDate="2020-04-12 18:55:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 23:07:05 +0100" startDate="2020-04-12 22:56:02 +0100" endDate="2020-04-12 23:05:54 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-12 23:26:19 +0100" startDate="2020-04-12 23:10:28 +0100" endDate="2020-04-12 23:10:33 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 06:02:55 +0100" startDate="2020-04-13 05:34:51 +0100" endDate="2020-04-13 05:37:21 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 08:24:10 +0100" startDate="2020-04-13 08:05:38 +0100" endDate="2020-04-13 08:06:54 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 09:45:33 +0100" startDate="2020-04-13 09:31:12 +0100" endDate="2020-04-13 09:31:17 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 13:12:47 +0100" startDate="2020-04-13 13:01:22 +0100" endDate="2020-04-13 13:04:20 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 13:54:39 +0100" startDate="2020-04-13 13:38:54 +0100" endDate="2020-04-13 13:39:58 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 14:21:58 +0100" startDate="2020-04-13 14:09:57 +0100" endDate="2020-04-13 14:10:04 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 14:34:07 +0100" startDate="2020-04-13 14:21:00 +0100" endDate="2020-04-13 14:25:22 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 14:49:43 +0100" startDate="2020-04-13 14:37:24 +0100" endDate="2020-04-13 14:47:10 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 14:58:15 +0100" startDate="2020-04-13 14:47:25 +0100" endDate="2020-04-13 14:51:02 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 15:14:12 +0100" startDate="2020-04-13 14:58:10 +0100" endDate="2020-04-13 15:07:56 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 15:20:14 +0100" startDate="2020-04-13 15:08:27 +0100" endDate="2020-04-13 15:18:24 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 15:31:52 +0100" startDate="2020-04-13 15:18:29 +0100" endDate="2020-04-13 15:20:18 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 15:53:37 +0100" startDate="2020-04-13 15:41:32 +0100" endDate="2020-04-13 15:51:33 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 16:02:35 +0100" startDate="2020-04-13 15:51:33 +0100" endDate="2020-04-13 16:01:34 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 16:14:27 +0100" startDate="2020-04-13 16:01:34 +0100" endDate="2020-04-13 16:11:35 +0100" value="897"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 16:26:08 +0100" startDate="2020-04-13 16:11:35 +0100" endDate="2020-04-13 16:21:36 +0100" value="997"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 16:32:40 +0100" startDate="2020-04-13 16:21:36 +0100" endDate="2020-04-13 16:31:37 +0100" value="1104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 16:42:26 +0100" startDate="2020-04-13 16:31:37 +0100" endDate="2020-04-13 16:41:25 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 16:52:33 +0100" startDate="2020-04-13 16:41:25 +0100" endDate="2020-04-13 16:51:21 +0100" value="987"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 17:07:45 +0100" startDate="2020-04-13 16:51:33 +0100" endDate="2020-04-13 17:01:34 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 17:12:37 +0100" startDate="2020-04-13 17:01:34 +0100" endDate="2020-04-13 17:10:21 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 17:24:01 +0100" startDate="2020-04-13 17:12:44 +0100" endDate="2020-04-13 17:12:54 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 17:47:26 +0100" startDate="2020-04-13 17:36:23 +0100" endDate="2020-04-13 17:36:39 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 17:58:39 +0100" startDate="2020-04-13 17:47:36 +0100" endDate="2020-04-13 17:52:29 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 18:30:28 +0100" startDate="2020-04-13 18:18:51 +0100" endDate="2020-04-13 18:19:12 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 19:17:50 +0100" startDate="2020-04-13 19:06:50 +0100" endDate="2020-04-13 19:13:17 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 19:34:34 +0100" startDate="2020-04-13 19:20:28 +0100" endDate="2020-04-13 19:25:31 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 21:09:01 +0100" startDate="2020-04-13 20:52:00 +0100" endDate="2020-04-13 20:52:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 21:59:53 +0100" startDate="2020-04-13 21:45:23 +0100" endDate="2020-04-13 21:46:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 22:13:02 +0100" startDate="2020-04-13 21:55:36 +0100" endDate="2020-04-13 21:58:16 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-13 22:23:10 +0100" startDate="2020-04-13 22:12:10 +0100" endDate="2020-04-13 22:17:53 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 07:38:36 +0100" startDate="2020-04-14 07:26:56 +0100" endDate="2020-04-14 07:33:11 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 08:06:00 +0100" startDate="2020-04-14 07:50:09 +0100" endDate="2020-04-14 07:58:18 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 08:21:39 +0100" startDate="2020-04-14 08:06:58 +0100" endDate="2020-04-14 08:16:56 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 08:33:24 +0100" startDate="2020-04-14 08:17:14 +0100" endDate="2020-04-14 08:24:32 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 13:22:23 +0100" startDate="2020-04-14 13:03:50 +0100" endDate="2020-04-14 13:12:14 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 13:33:27 +0100" startDate="2020-04-14 13:21:52 +0100" endDate="2020-04-14 13:22:18 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 16:10:51 +0100" startDate="2020-04-14 15:59:48 +0100" endDate="2020-04-14 16:03:58 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 16:29:00 +0100" startDate="2020-04-14 16:14:48 +0100" endDate="2020-04-14 16:24:49 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 16:42:31 +0100" startDate="2020-04-14 16:24:49 +0100" endDate="2020-04-14 16:29:01 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 16:46:06 +0100" startDate="2020-04-14 16:35:06 +0100" endDate="2020-04-14 16:43:58 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 17:16:00 +0100" startDate="2020-04-14 17:04:11 +0100" endDate="2020-04-14 17:04:29 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 17:32:04 +0100" startDate="2020-04-14 17:18:07 +0100" endDate="2020-04-14 17:20:48 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 19:10:12 +0100" startDate="2020-04-14 18:54:44 +0100" endDate="2020-04-14 19:00:02 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 19:19:30 +0100" startDate="2020-04-14 19:06:55 +0100" endDate="2020-04-14 19:15:44 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 20:33:38 +0100" startDate="2020-04-14 20:22:38 +0100" endDate="2020-04-14 20:22:41 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-14 22:33:50 +0100" startDate="2020-04-14 22:22:47 +0100" endDate="2020-04-14 22:24:19 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 09:00:07 +0100" startDate="2020-04-15 07:13:20 +0100" endDate="2020-04-15 07:15:19 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 09:10:07 +0100" startDate="2020-04-15 08:59:52 +0100" endDate="2020-04-15 09:01:24 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 10:09:45 +0100" startDate="2020-04-15 09:58:43 +0100" endDate="2020-04-15 10:08:44 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 10:26:06 +0100" startDate="2020-04-15 10:08:44 +0100" endDate="2020-04-15 10:12:36 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 11:49:10 +0100" startDate="2020-04-15 11:35:26 +0100" endDate="2020-04-15 11:43:33 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 11:57:47 +0100" startDate="2020-04-15 11:45:37 +0100" endDate="2020-04-15 11:53:16 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 12:13:08 +0100" startDate="2020-04-15 11:57:30 +0100" endDate="2020-04-15 12:05:39 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 14:09:06 +0100" startDate="2020-04-15 13:57:51 +0100" endDate="2020-04-15 14:02:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 15:26:39 +0100" startDate="2020-04-15 15:15:29 +0100" endDate="2020-04-15 15:25:12 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 15:38:40 +0100" startDate="2020-04-15 15:25:38 +0100" endDate="2020-04-15 15:35:29 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 15:47:26 +0100" startDate="2020-04-15 15:35:47 +0100" endDate="2020-04-15 15:38:09 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 17:23:41 +0100" startDate="2020-04-15 17:03:01 +0100" endDate="2020-04-15 17:13:01 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 17:23:41 +0100" startDate="2020-04-15 17:13:01 +0100" endDate="2020-04-15 17:18:42 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 17:31:29 +0100" startDate="2020-04-15 17:20:29 +0100" endDate="2020-04-15 17:25:09 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 17:53:00 +0100" startDate="2020-04-15 17:39:59 +0100" endDate="2020-04-15 17:47:35 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 18:55:15 +0100" startDate="2020-04-15 18:44:12 +0100" endDate="2020-04-15 18:45:16 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 20:19:32 +0100" startDate="2020-04-15 20:03:55 +0100" endDate="2020-04-15 20:04:51 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-15 21:23:08 +0100" startDate="2020-04-15 21:12:05 +0100" endDate="2020-04-15 21:14:10 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 06:22:41 +0100" startDate="2020-04-16 06:10:00 +0100" endDate="2020-04-16 06:10:15 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 06:24:57 +0100" startDate="2020-04-16 06:24:45 +0100" endDate="2020-04-16 06:24:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 08:19:54 +0100" startDate="2020-04-16 08:07:48 +0100" endDate="2020-04-16 08:16:53 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 08:35:42 +0100" startDate="2020-04-16 08:18:07 +0100" endDate="2020-04-16 08:26:31 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 08:41:03 +0100" startDate="2020-04-16 08:30:03 +0100" endDate="2020-04-16 08:38:45 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 10:43:58 +0100" startDate="2020-04-16 10:30:54 +0100" endDate="2020-04-16 10:36:12 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 11:01:12 +0100" startDate="2020-04-16 10:43:37 +0100" endDate="2020-04-16 10:48:49 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 13:23:45 +0100" startDate="2020-04-16 13:07:43 +0100" endDate="2020-04-16 13:17:34 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 13:28:57 +0100" startDate="2020-04-16 13:17:47 +0100" endDate="2020-04-16 13:27:15 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 13:39:16 +0100" startDate="2020-04-16 13:28:31 +0100" endDate="2020-04-16 13:34:33 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 14:04:26 +0100" startDate="2020-04-16 13:39:08 +0100" endDate="2020-04-16 13:39:41 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 15:49:59 +0100" startDate="2020-04-16 15:38:59 +0100" endDate="2020-04-16 15:38:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 16:01:15 +0100" startDate="2020-04-16 15:49:52 +0100" endDate="2020-04-16 15:50:43 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 16:49:45 +0100" startDate="2020-04-16 16:38:34 +0100" endDate="2020-04-16 16:38:52 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 17:21:48 +0100" startDate="2020-04-16 17:09:44 +0100" endDate="2020-04-16 17:18:01 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 17:34:24 +0100" startDate="2020-04-16 17:21:14 +0100" endDate="2020-04-16 17:31:15 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 17:44:02 +0100" startDate="2020-04-16 17:31:15 +0100" endDate="2020-04-16 17:37:25 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 19:11:19 +0100" startDate="2020-04-16 18:56:33 +0100" endDate="2020-04-16 18:59:13 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-16 21:53:03 +0100" startDate="2020-04-16 21:42:00 +0100" endDate="2020-04-16 21:45:40 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 07:28:37 +0100" startDate="2020-04-17 07:15:18 +0100" endDate="2020-04-17 07:23:02 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 08:53:16 +0100" startDate="2020-04-17 08:41:35 +0100" endDate="2020-04-17 08:41:48 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 09:03:37 +0100" startDate="2020-04-17 08:52:35 +0100" endDate="2020-04-17 09:02:08 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 09:16:59 +0100" startDate="2020-04-17 09:03:01 +0100" endDate="2020-04-17 09:12:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 09:29:56 +0100" startDate="2020-04-17 09:13:12 +0100" endDate="2020-04-17 09:23:13 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 09:34:53 +0100" startDate="2020-04-17 09:23:13 +0100" endDate="2020-04-17 09:31:43 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 09:45:32 +0100" startDate="2020-04-17 09:34:13 +0100" endDate="2020-04-17 09:42:29 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 09:56:13 +0100" startDate="2020-04-17 09:44:16 +0100" endDate="2020-04-17 09:54:17 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 10:05:45 +0100" startDate="2020-04-17 09:54:45 +0100" endDate="2020-04-17 10:00:39 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 10:24:48 +0100" startDate="2020-04-17 10:13:45 +0100" endDate="2020-04-17 10:22:45 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 10:41:06 +0100" startDate="2020-04-17 10:29:49 +0100" endDate="2020-04-17 10:37:46 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 11:20:52 +0100" startDate="2020-04-17 11:09:45 +0100" endDate="2020-04-17 11:09:57 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 12:39:02 +0100" startDate="2020-04-17 12:27:01 +0100" endDate="2020-04-17 12:36:45 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 12:48:05 +0100" startDate="2020-04-17 12:37:05 +0100" endDate="2020-04-17 12:44:59 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 12:58:37 +0100" startDate="2020-04-17 12:47:34 +0100" endDate="2020-04-17 12:47:37 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 13:19:02 +0100" startDate="2020-04-17 13:07:59 +0100" endDate="2020-04-17 13:11:43 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 13:32:13 +0100" startDate="2020-04-17 13:18:05 +0100" endDate="2020-04-17 13:18:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 14:14:54 +0100" startDate="2020-04-17 14:03:27 +0100" endDate="2020-04-17 14:03:57 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 17:03:58 +0100" startDate="2020-04-17 16:52:03 +0100" endDate="2020-04-17 16:59:06 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 17:03:58 +0100" startDate="2020-04-17 17:03:20 +0100" endDate="2020-04-17 17:03:33 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 19:08:49 +0100" startDate="2020-04-17 18:57:46 +0100" endDate="2020-04-17 18:57:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 19:46:05 +0100" startDate="2020-04-17 19:23:04 +0100" endDate="2020-04-17 19:33:00 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 19:46:05 +0100" startDate="2020-04-17 19:33:07 +0100" endDate="2020-04-17 19:42:43 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 20:05:25 +0100" startDate="2020-04-17 19:43:08 +0100" endDate="2020-04-17 19:53:10 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 20:05:25 +0100" startDate="2020-04-17 19:53:10 +0100" endDate="2020-04-17 19:54:18 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 20:06:26 +0100" startDate="2020-04-17 19:54:18 +0100" endDate="2020-04-17 20:04:17 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 20:16:08 +0100" startDate="2020-04-17 20:04:29 +0100" endDate="2020-04-17 20:14:30 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 20:26:49 +0100" startDate="2020-04-17 20:14:30 +0100" endDate="2020-04-17 20:24:31 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 20:38:52 +0100" startDate="2020-04-17 20:24:31 +0100" endDate="2020-04-17 20:34:32 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 20:47:12 +0100" startDate="2020-04-17 20:34:32 +0100" endDate="2020-04-17 20:39:23 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 21:23:50 +0100" startDate="2020-04-17 21:12:28 +0100" endDate="2020-04-17 21:12:59 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-17 22:02:21 +0100" startDate="2020-04-17 21:51:21 +0100" endDate="2020-04-17 21:51:54 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 02:36:47 +0100" startDate="2020-04-18 02:17:45 +0100" endDate="2020-04-18 02:19:55 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 08:09:57 +0100" startDate="2020-04-18 07:55:41 +0100" endDate="2020-04-18 07:55:59 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 08:20:38 +0100" startDate="2020-04-18 08:08:46 +0100" endDate="2020-04-18 08:18:27 +0100" value="978"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 08:33:32 +0100" startDate="2020-04-18 08:19:13 +0100" endDate="2020-04-18 08:29:14 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 08:40:48 +0100" startDate="2020-04-18 08:29:14 +0100" endDate="2020-04-18 08:30:25 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 09:10:43 +0100" startDate="2020-04-18 08:59:47 +0100" endDate="2020-04-18 09:02:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 13:20:06 +0100" startDate="2020-04-18 13:09:03 +0100" endDate="2020-04-18 13:14:22 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 13:48:24 +0100" startDate="2020-04-18 13:37:17 +0100" endDate="2020-04-18 13:37:52 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 14:27:18 +0100" startDate="2020-04-18 14:14:36 +0100" endDate="2020-04-18 14:16:21 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 14:42:16 +0100" startDate="2020-04-18 14:25:39 +0100" endDate="2020-04-18 14:33:00 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 15:07:35 +0100" startDate="2020-04-18 14:54:41 +0100" endDate="2020-04-18 14:54:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 15:35:25 +0100" startDate="2020-04-18 15:16:26 +0100" endDate="2020-04-18 15:16:34 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 15:50:22 +0100" startDate="2020-04-18 15:27:28 +0100" endDate="2020-04-18 15:33:30 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 15:58:58 +0100" startDate="2020-04-18 15:46:35 +0100" endDate="2020-04-18 15:53:48 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 16:20:34 +0100" startDate="2020-04-18 16:08:09 +0100" endDate="2020-04-18 16:08:11 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 16:48:40 +0100" startDate="2020-04-18 16:35:09 +0100" endDate="2020-04-18 16:35:11 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 17:08:46 +0100" startDate="2020-04-18 16:47:53 +0100" endDate="2020-04-18 16:57:06 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 17:08:46 +0100" startDate="2020-04-18 16:58:27 +0100" endDate="2020-04-18 16:59:28 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 17:17:39 +0100" startDate="2020-04-18 17:06:39 +0100" endDate="2020-04-18 17:10:46 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 17:32:08 +0100" startDate="2020-04-18 17:21:06 +0100" endDate="2020-04-18 17:26:09 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 17:52:42 +0100" startDate="2020-04-18 17:35:51 +0100" endDate="2020-04-18 17:37:28 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 20:08:02 +0100" startDate="2020-04-18 19:53:08 +0100" endDate="2020-04-18 19:56:58 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 20:17:38 +0100" startDate="2020-04-18 20:05:00 +0100" endDate="2020-04-18 20:05:07 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 20:27:17 +0100" startDate="2020-04-18 20:16:17 +0100" endDate="2020-04-18 20:16:47 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 20:52:01 +0100" startDate="2020-04-18 20:38:13 +0100" endDate="2020-04-18 20:48:14 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 21:00:00 +0100" startDate="2020-04-18 20:48:14 +0100" endDate="2020-04-18 20:56:39 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 21:59:43 +0100" startDate="2020-04-18 21:40:20 +0100" endDate="2020-04-18 21:48:06 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 22:04:10 +0100" startDate="2020-04-18 22:01:34 +0100" endDate="2020-04-18 22:02:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 22:04:30 +0100" startDate="2020-04-18 22:04:06 +0100" endDate="2020-04-18 22:04:09 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-18 22:15:10 +0100" startDate="2020-04-18 22:04:29 +0100" endDate="2020-04-18 22:05:20 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 08:32:15 +0100" startDate="2020-04-19 08:21:15 +0100" endDate="2020-04-19 08:30:33 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 08:45:00 +0100" startDate="2020-04-19 08:33:49 +0100" endDate="2020-04-19 08:42:03 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 11:08:24 +0100" startDate="2020-04-19 10:57:21 +0100" endDate="2020-04-19 10:57:34 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 12:31:37 +0100" startDate="2020-04-19 12:20:37 +0100" endDate="2020-04-19 12:20:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 12:49:37 +0100" startDate="2020-04-19 12:37:32 +0100" endDate="2020-04-19 12:46:16 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 13:09:09 +0100" startDate="2020-04-19 12:53:55 +0100" endDate="2020-04-19 13:03:43 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 13:19:17 +0100" startDate="2020-04-19 13:04:04 +0100" endDate="2020-04-19 13:12:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 13:33:08 +0100" startDate="2020-04-19 13:19:35 +0100" endDate="2020-04-19 13:29:36 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 13:44:55 +0100" startDate="2020-04-19 13:29:36 +0100" endDate="2020-04-19 13:33:00 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 14:03:25 +0100" startDate="2020-04-19 13:47:35 +0100" endDate="2020-04-19 13:47:45 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 14:13:03 +0100" startDate="2020-04-19 14:00:19 +0100" endDate="2020-04-19 14:06:19 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 14:36:46 +0100" startDate="2020-04-19 14:18:50 +0100" endDate="2020-04-19 14:25:43 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 14:46:54 +0100" startDate="2020-04-19 14:32:54 +0100" endDate="2020-04-19 14:40:49 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 14:58:50 +0100" startDate="2020-04-19 14:45:54 +0100" endDate="2020-04-19 14:50:11 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 15:12:24 +0100" startDate="2020-04-19 14:57:45 +0100" endDate="2020-04-19 15:07:08 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 15:22:45 +0100" startDate="2020-04-19 15:08:58 +0100" endDate="2020-04-19 15:10:14 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 15:39:24 +0100" startDate="2020-04-19 15:22:38 +0100" endDate="2020-04-19 15:23:18 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 16:46:39 +0100" startDate="2020-04-19 16:35:39 +0100" endDate="2020-04-19 16:36:04 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-19 22:41:10 +0100" startDate="2020-04-19 22:21:14 +0100" endDate="2020-04-19 22:21:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 07:19:27 +0100" startDate="2020-04-20 07:08:27 +0100" endDate="2020-04-20 07:08:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 07:49:50 +0100" startDate="2020-04-20 07:37:28 +0100" endDate="2020-04-20 07:47:29 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 08:01:13 +0100" startDate="2020-04-20 07:47:29 +0100" endDate="2020-04-20 07:54:47 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 08:25:00 +0100" startDate="2020-04-20 08:13:57 +0100" endDate="2020-04-20 08:14:28 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 09:32:59 +0100" startDate="2020-04-20 09:18:50 +0100" endDate="2020-04-20 09:27:48 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 11:43:23 +0100" startDate="2020-04-20 11:31:58 +0100" endDate="2020-04-20 11:41:18 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 11:56:46 +0100" startDate="2020-04-20 11:43:15 +0100" endDate="2020-04-20 11:53:01 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 12:05:18 +0100" startDate="2020-04-20 11:53:16 +0100" endDate="2020-04-20 11:57:00 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 12:19:40 +0100" startDate="2020-04-20 12:08:38 +0100" endDate="2020-04-20 12:18:40 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 12:34:28 +0100" startDate="2020-04-20 12:18:42 +0100" endDate="2020-04-20 12:24:23 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 13:00:24 +0100" startDate="2020-04-20 12:48:24 +0100" endDate="2020-04-20 12:57:36 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 13:11:58 +0100" startDate="2020-04-20 13:00:14 +0100" endDate="2020-04-20 13:00:32 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 14:05:23 +0100" startDate="2020-04-20 13:52:58 +0100" endDate="2020-04-20 13:56:53 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 16:27:26 +0100" startDate="2020-04-20 16:16:23 +0100" endDate="2020-04-20 16:17:37 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 16:47:28 +0100" startDate="2020-04-20 16:36:25 +0100" endDate="2020-04-20 16:46:26 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 16:57:29 +0100" startDate="2020-04-20 16:46:26 +0100" endDate="2020-04-20 16:56:17 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 17:07:45 +0100" startDate="2020-04-20 16:56:43 +0100" endDate="2020-04-20 17:01:23 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 18:29:31 +0100" startDate="2020-04-20 18:16:00 +0100" endDate="2020-04-20 18:18:07 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 18:46:23 +0100" startDate="2020-04-20 18:32:15 +0100" endDate="2020-04-20 18:32:31 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-20 20:55:13 +0100" startDate="2020-04-20 20:37:29 +0100" endDate="2020-04-20 20:40:40 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 05:18:10 +0100" startDate="2020-04-21 05:03:08 +0100" endDate="2020-04-21 05:09:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 07:21:22 +0100" startDate="2020-04-21 07:10:20 +0100" endDate="2020-04-21 07:11:16 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 09:42:00 +0100" startDate="2020-04-21 09:29:30 +0100" endDate="2020-04-21 09:39:31 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 09:51:01 +0100" startDate="2020-04-21 09:39:31 +0100" endDate="2020-04-21 09:49:17 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 10:02:02 +0100" startDate="2020-04-21 09:50:13 +0100" endDate="2020-04-21 10:00:06 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 10:11:16 +0100" startDate="2020-04-21 10:00:14 +0100" endDate="2020-04-21 10:08:18 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 10:21:33 +0100" startDate="2020-04-21 10:10:30 +0100" endDate="2020-04-21 10:20:29 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 10:34:45 +0100" startDate="2020-04-21 10:20:29 +0100" endDate="2020-04-21 10:20:44 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 12:53:48 +0100" startDate="2020-04-21 12:42:45 +0100" endDate="2020-04-21 12:52:33 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 16:25:46 +0100" startDate="2020-04-21 16:14:43 +0100" endDate="2020-04-21 16:17:47 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 17:18:52 +0100" startDate="2020-04-21 17:05:21 +0100" endDate="2020-04-21 17:05:31 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 18:38:26 +0100" startDate="2020-04-21 18:27:23 +0100" endDate="2020-04-21 18:36:48 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 18:50:49 +0100" startDate="2020-04-21 18:39:47 +0100" endDate="2020-04-21 18:48:34 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 19:05:13 +0100" startDate="2020-04-21 18:54:10 +0100" endDate="2020-04-21 19:04:06 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 19:15:29 +0100" startDate="2020-04-21 19:04:26 +0100" endDate="2020-04-21 19:14:07 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 19:26:36 +0100" startDate="2020-04-21 19:15:34 +0100" endDate="2020-04-21 19:24:59 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 19:37:23 +0100" startDate="2020-04-21 19:26:20 +0100" endDate="2020-04-21 19:36:21 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 19:47:24 +0100" startDate="2020-04-21 19:36:21 +0100" endDate="2020-04-21 19:46:22 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 19:59:59 +0100" startDate="2020-04-21 19:46:22 +0100" endDate="2020-04-21 19:54:57 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 20:11:00 +0100" startDate="2020-04-21 19:57:14 +0100" endDate="2020-04-21 20:07:15 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 20:19:34 +0100" startDate="2020-04-21 20:07:15 +0100" endDate="2020-04-21 20:16:56 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 20:32:40 +0100" startDate="2020-04-21 20:17:39 +0100" endDate="2020-04-21 20:20:45 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-21 22:18:28 +0100" startDate="2020-04-21 22:00:23 +0100" endDate="2020-04-21 22:01:04 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 00:04:42 +0100" startDate="2020-04-21 23:53:10 +0100" endDate="2020-04-21 23:54:21 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 08:04:52 +0100" startDate="2020-04-22 07:53:49 +0100" endDate="2020-04-22 08:02:19 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 08:19:13 +0100" startDate="2020-04-22 08:04:08 +0100" endDate="2020-04-22 08:12:04 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 08:33:24 +0100" startDate="2020-04-22 08:22:24 +0100" endDate="2020-04-22 08:32:17 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 08:43:33 +0100" startDate="2020-04-22 08:32:30 +0100" endDate="2020-04-22 08:41:56 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 08:59:30 +0100" startDate="2020-04-22 08:48:28 +0100" endDate="2020-04-22 08:57:50 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 09:14:41 +0100" startDate="2020-04-22 09:02:41 +0100" endDate="2020-04-22 09:02:59 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 11:37:45 +0100" startDate="2020-04-22 11:26:42 +0100" endDate="2020-04-22 11:35:04 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 12:05:28 +0100" startDate="2020-04-22 11:52:56 +0100" endDate="2020-04-22 11:53:07 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 13:01:57 +0100" startDate="2020-04-22 12:50:02 +0100" endDate="2020-04-22 12:59:54 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 13:11:09 +0100" startDate="2020-04-22 13:00:09 +0100" endDate="2020-04-22 13:01:59 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 13:21:14 +0100" startDate="2020-04-22 13:10:11 +0100" endDate="2020-04-22 13:12:46 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 13:36:41 +0100" startDate="2020-04-22 13:23:36 +0100" endDate="2020-04-22 13:29:33 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 13:50:03 +0100" startDate="2020-04-22 13:38:08 +0100" endDate="2020-04-22 13:46:12 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 14:07:08 +0100" startDate="2020-04-22 13:48:11 +0100" endDate="2020-04-22 13:53:27 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 14:24:25 +0100" startDate="2020-04-22 14:11:02 +0100" endDate="2020-04-22 14:12:38 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 15:02:29 +0100" startDate="2020-04-22 14:50:30 +0100" endDate="2020-04-22 14:51:41 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 15:26:08 +0100" startDate="2020-04-22 15:11:37 +0100" endDate="2020-04-22 15:18:27 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 15:46:21 +0100" startDate="2020-04-22 15:35:21 +0100" endDate="2020-04-22 15:44:01 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 16:00:01 +0100" startDate="2020-04-22 15:45:33 +0100" endDate="2020-04-22 15:51:55 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 17:19:06 +0100" startDate="2020-04-22 17:06:43 +0100" endDate="2020-04-22 17:06:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 18:25:25 +0100" startDate="2020-04-22 18:13:06 +0100" endDate="2020-04-22 18:23:18 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 18:34:20 +0100" startDate="2020-04-22 18:23:18 +0100" endDate="2020-04-22 18:31:01 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 19:43:57 +0100" startDate="2020-04-22 19:32:54 +0100" endDate="2020-04-22 19:35:52 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 20:19:44 +0100" startDate="2020-04-22 20:07:20 +0100" endDate="2020-04-22 20:12:36 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 21:33:46 +0100" startDate="2020-04-22 21:22:03 +0100" endDate="2020-04-22 21:26:23 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-22 22:33:07 +0100" startDate="2020-04-22 22:22:07 +0100" endDate="2020-04-22 22:25:23 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 06:05:45 +0100" startDate="2020-04-23 05:54:42 +0100" endDate="2020-04-23 05:54:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 08:04:23 +0100" startDate="2020-04-23 07:51:30 +0100" endDate="2020-04-23 08:00:58 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 10:21:48 +0100" startDate="2020-04-23 10:10:10 +0100" endDate="2020-04-23 10:17:54 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 10:36:21 +0100" startDate="2020-04-23 10:20:29 +0100" endDate="2020-04-23 10:21:13 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 13:00:51 +0100" startDate="2020-04-23 12:49:49 +0100" endDate="2020-04-23 12:54:39 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 13:16:25 +0100" startDate="2020-04-23 13:01:19 +0100" endDate="2020-04-23 13:01:35 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 14:24:59 +0100" startDate="2020-04-23 14:12:19 +0100" endDate="2020-04-23 14:13:28 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 15:31:08 +0100" startDate="2020-04-23 15:20:08 +0100" endDate="2020-04-23 15:20:21 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 15:47:13 +0100" startDate="2020-04-23 15:36:10 +0100" endDate="2020-04-23 15:36:28 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 16:12:48 +0100" startDate="2020-04-23 15:57:22 +0100" endDate="2020-04-23 15:57:40 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 16:44:53 +0100" startDate="2020-04-23 16:33:51 +0100" endDate="2020-04-23 16:37:58 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 16:55:55 +0100" startDate="2020-04-23 16:44:43 +0100" endDate="2020-04-23 16:54:31 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 17:07:54 +0100" startDate="2020-04-23 16:54:44 +0100" endDate="2020-04-23 17:04:45 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 17:22:33 +0100" startDate="2020-04-23 17:04:45 +0100" endDate="2020-04-23 17:11:42 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 17:26:17 +0100" startDate="2020-04-23 17:15:17 +0100" endDate="2020-04-23 17:21:59 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 19:30:07 +0100" startDate="2020-04-23 19:19:07 +0100" endDate="2020-04-23 19:29:06 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 19:40:59 +0100" startDate="2020-04-23 19:29:57 +0100" endDate="2020-04-23 19:32:32 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-23 22:44:56 +0100" startDate="2020-04-23 22:33:56 +0100" endDate="2020-04-23 22:40:00 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 06:54:43 +0100" startDate="2020-04-24 06:43:41 +0100" endDate="2020-04-24 06:46:16 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 07:22:23 +0100" startDate="2020-04-24 07:09:49 +0100" endDate="2020-04-24 07:19:42 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 07:30:50 +0100" startDate="2020-04-24 07:19:50 +0100" endDate="2020-04-24 07:28:58 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 07:53:25 +0100" startDate="2020-04-24 07:40:18 +0100" endDate="2020-04-24 07:41:02 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 09:41:15 +0100" startDate="2020-04-24 09:30:12 +0100" endDate="2020-04-24 09:30:33 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 11:51:23 +0100" startDate="2020-04-24 11:39:46 +0100" endDate="2020-04-24 11:48:16 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 12:09:37 +0100" startDate="2020-04-24 11:53:57 +0100" endDate="2020-04-24 11:54:17 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 13:03:48 +0100" startDate="2020-04-24 12:48:34 +0100" endDate="2020-04-24 12:57:21 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 13:13:25 +0100" startDate="2020-04-24 13:00:14 +0100" endDate="2020-04-24 13:10:15 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 13:22:56 +0100" startDate="2020-04-24 13:11:29 +0100" endDate="2020-04-24 13:21:27 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 13:40:06 +0100" startDate="2020-04-24 13:27:01 +0100" endDate="2020-04-24 13:36:44 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 13:53:18 +0100" startDate="2020-04-24 13:37:10 +0100" endDate="2020-04-24 13:46:28 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 13:58:51 +0100" startDate="2020-04-24 13:47:29 +0100" endDate="2020-04-24 13:56:14 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 14:14:43 +0100" startDate="2020-04-24 13:57:53 +0100" endDate="2020-04-24 14:07:42 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 14:23:01 +0100" startDate="2020-04-24 14:07:57 +0100" endDate="2020-04-24 14:14:39 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 16:28:29 +0100" startDate="2020-04-24 16:17:24 +0100" endDate="2020-04-24 16:27:10 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 16:46:47 +0100" startDate="2020-04-24 16:32:33 +0100" endDate="2020-04-24 16:40:42 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 16:58:32 +0100" startDate="2020-04-24 16:46:57 +0100" endDate="2020-04-24 16:52:36 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 17:12:41 +0100" startDate="2020-04-24 17:00:40 +0100" endDate="2020-04-24 17:00:45 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 17:25:56 +0100" startDate="2020-04-24 17:12:53 +0100" endDate="2020-04-24 17:22:54 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 17:36:58 +0100" startDate="2020-04-24 17:22:54 +0100" endDate="2020-04-24 17:32:22 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 17:48:56 +0100" startDate="2020-04-24 17:37:20 +0100" endDate="2020-04-24 17:47:19 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 18:01:51 +0100" startDate="2020-04-24 17:47:24 +0100" endDate="2020-04-24 17:57:25 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 18:11:14 +0100" startDate="2020-04-24 17:57:25 +0100" endDate="2020-04-24 18:00:28 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 18:28:31 +0100" startDate="2020-04-24 18:15:51 +0100" endDate="2020-04-24 18:25:52 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 18:38:45 +0100" startDate="2020-04-24 18:25:52 +0100" endDate="2020-04-24 18:35:53 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 18:46:56 +0100" startDate="2020-04-24 18:35:53 +0100" endDate="2020-04-24 18:45:44 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 19:06:29 +0100" startDate="2020-04-24 18:51:56 +0100" endDate="2020-04-24 18:56:06 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 19:17:36 +0100" startDate="2020-04-24 19:05:16 +0100" endDate="2020-04-24 19:05:21 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-24 21:06:39 +0100" startDate="2020-04-24 20:53:28 +0100" endDate="2020-04-24 20:53:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 07:03:41 +0100" startDate="2020-04-25 06:52:38 +0100" endDate="2020-04-25 06:58:33 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 07:34:51 +0100" startDate="2020-04-25 07:23:48 +0100" endDate="2020-04-25 07:30:00 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 07:46:04 +0100" startDate="2020-04-25 07:35:01 +0100" endDate="2020-04-25 07:41:03 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 08:43:21 +0100" startDate="2020-04-25 08:30:00 +0100" endDate="2020-04-25 08:30:23 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 10:04:38 +0100" startDate="2020-04-25 09:53:35 +0100" endDate="2020-04-25 09:54:05 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 11:05:01 +0100" startDate="2020-04-25 10:49:04 +0100" endDate="2020-04-25 10:58:45 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 11:10:48 +0100" startDate="2020-04-25 10:59:26 +0100" endDate="2020-04-25 11:03:43 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 11:24:01 +0100" startDate="2020-04-25 11:12:55 +0100" endDate="2020-04-25 11:18:35 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 11:36:18 +0100" startDate="2020-04-25 11:24:39 +0100" endDate="2020-04-25 11:28:20 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 11:46:54 +0100" startDate="2020-04-25 11:35:49 +0100" endDate="2020-04-25 11:44:57 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 11:56:55 +0100" startDate="2020-04-25 11:45:50 +0100" endDate="2020-04-25 11:48:49 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 12:07:56 +0100" startDate="2020-04-25 11:56:14 +0100" endDate="2020-04-25 11:56:17 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 13:40:51 +0100" startDate="2020-04-25 13:29:48 +0100" endDate="2020-04-25 13:29:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 14:45:59 +0100" startDate="2020-04-25 14:32:58 +0100" endDate="2020-04-25 14:35:26 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 15:27:13 +0100" startDate="2020-04-25 15:15:55 +0100" endDate="2020-04-25 15:21:03 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 15:42:49 +0100" startDate="2020-04-25 15:30:37 +0100" endDate="2020-04-25 15:40:15 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 15:51:48 +0100" startDate="2020-04-25 15:40:48 +0100" endDate="2020-04-25 15:44:32 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 17:15:07 +0100" startDate="2020-04-25 17:01:28 +0100" endDate="2020-04-25 17:01:40 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 18:32:18 +0100" startDate="2020-04-25 18:20:10 +0100" endDate="2020-04-25 18:29:56 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 18:41:29 +0100" startDate="2020-04-25 18:30:06 +0100" endDate="2020-04-25 18:38:44 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 18:57:11 +0100" startDate="2020-04-25 18:45:19 +0100" endDate="2020-04-25 18:48:02 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 21:51:10 +0100" startDate="2020-04-25 21:39:25 +0100" endDate="2020-04-25 21:39:43 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 23:02:01 +0100" startDate="2020-04-25 22:45:39 +0100" endDate="2020-04-25 22:55:22 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-25 23:07:13 +0100" startDate="2020-04-25 22:56:13 +0100" endDate="2020-04-25 22:56:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 09:25:47 +0100" startDate="2020-04-26 09:13:01 +0100" endDate="2020-04-26 09:22:35 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 09:43:03 +0100" startDate="2020-04-26 09:29:42 +0100" endDate="2020-04-26 09:39:42 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 09:53:43 +0100" startDate="2020-04-26 09:39:42 +0100" endDate="2020-04-26 09:49:39 +0100" value="950"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 10:04:03 +0100" startDate="2020-04-26 09:49:49 +0100" endDate="2020-04-26 09:53:48 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 11:00:38 +0100" startDate="2020-04-26 10:49:36 +0100" endDate="2020-04-26 10:49:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 11:39:59 +0100" startDate="2020-04-26 11:25:17 +0100" endDate="2020-04-26 11:25:48 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 13:13:49 +0100" startDate="2020-04-26 12:59:34 +0100" endDate="2020-04-26 13:09:30 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 13:21:18 +0100" startDate="2020-04-26 13:10:18 +0100" endDate="2020-04-26 13:16:43 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 13:34:59 +0100" startDate="2020-04-26 13:21:18 +0100" endDate="2020-04-26 13:30:41 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 13:43:44 +0100" startDate="2020-04-26 13:32:07 +0100" endDate="2020-04-26 13:42:06 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 13:55:59 +0100" startDate="2020-04-26 13:42:06 +0100" endDate="2020-04-26 13:50:00 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 14:11:44 +0100" startDate="2020-04-26 14:00:44 +0100" endDate="2020-04-26 14:08:30 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 14:14:19 +0100" endDate="2020-04-26 14:20:43 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 14:30:52 +0100" endDate="2020-04-26 14:38:33 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 14:45:49 +0100" endDate="2020-04-26 14:47:13 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 14:57:26 +0100" endDate="2020-04-26 15:06:54 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 15:13:11 +0100" endDate="2020-04-26 15:21:48 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 15:24:26 +0100" endDate="2020-04-26 15:30:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 16:02:26 +0100" endDate="2020-04-26 16:10:05 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 16:17:59 +0100" endDate="2020-04-26 16:24:57 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 17:32:35 +0100" endDate="2020-04-26 17:38:27 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 17:56:08 +0100" endDate="2020-04-26 17:58:23 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 18:38:16 +0100" endDate="2020-04-26 18:40:03 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 20:32:14 +0100" endDate="2020-04-26 20:40:25 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:45:49 +0100" startDate="2020-04-26 22:21:48 +0100" endDate="2020-04-26 22:28:53 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-26 22:55:42 +0100" startDate="2020-04-26 22:44:42 +0100" endDate="2020-04-26 22:47:17 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 06:43:37 +0100" startDate="2020-04-27 06:32:34 +0100" endDate="2020-04-27 06:40:51 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 12:30:40 +0100" startDate="2020-04-27 12:19:05 +0100" endDate="2020-04-27 12:27:58 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 14:55:12 +0100" startDate="2020-04-27 14:44:12 +0100" endDate="2020-04-27 14:54:03 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 15:05:46 +0100" startDate="2020-04-27 14:54:44 +0100" endDate="2020-04-27 15:03:14 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 15:22:16 +0100" startDate="2020-04-27 15:10:37 +0100" endDate="2020-04-27 15:20:38 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 15:31:34 +0100" startDate="2020-04-27 15:20:38 +0100" endDate="2020-04-27 15:30:21 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 15:45:00 +0100" startDate="2020-04-27 15:31:35 +0100" endDate="2020-04-27 15:41:36 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 15:56:26 +0100" startDate="2020-04-27 15:41:36 +0100" endDate="2020-04-27 15:43:36 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 19:08:51 +0100" startDate="2020-04-27 18:57:51 +0100" endDate="2020-04-27 19:00:34 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 19:53:44 +0100" startDate="2020-04-27 19:36:51 +0100" endDate="2020-04-27 19:36:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 20:31:00 +0100" startDate="2020-04-27 20:18:25 +0100" endDate="2020-04-27 20:28:27 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 20:39:56 +0100" startDate="2020-04-27 20:28:27 +0100" endDate="2020-04-27 20:38:26 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 20:50:04 +0100" startDate="2020-04-27 20:38:26 +0100" endDate="2020-04-27 20:43:34 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 22:01:07 +0100" startDate="2020-04-27 22:01:03 +0100" endDate="2020-04-27 22:01:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 22:12:07 +0100" startDate="2020-04-27 22:01:08 +0100" endDate="2020-04-27 22:01:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-27 23:00:30 +0100" startDate="2020-04-27 22:49:27 +0100" endDate="2020-04-27 22:53:10 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-28 06:50:35 +0100" startDate="2020-04-28 06:37:01 +0100" endDate="2020-04-28 06:37:37 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-28 08:53:37 +0100" startDate="2020-04-28 08:41:42 +0100" endDate="2020-04-28 08:44:25 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-28 10:37:41 +0100" startDate="2020-04-28 10:24:16 +0100" endDate="2020-04-28 10:27:49 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-28 12:40:04 +0100" startDate="2020-04-28 12:28:52 +0100" endDate="2020-04-28 12:38:48 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-28 13:39:33 +0100" startDate="2020-04-28 13:25:47 +0100" endDate="2020-04-28 13:27:29 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-28 15:25:40 +0100" startDate="2020-04-28 15:07:19 +0100" endDate="2020-04-28 15:15:51 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-28 18:40:23 +0100" startDate="2020-04-28 18:26:22 +0100" endDate="2020-04-28 18:26:38 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-28 19:23:37 +0100" startDate="2020-04-28 19:08:39 +0100" endDate="2020-04-28 19:08:57 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-28 22:12:07 +0100" startDate="2020-04-28 21:58:42 +0100" endDate="2020-04-28 22:04:18 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-28 22:38:26 +0100" startDate="2020-04-28 22:27:23 +0100" endDate="2020-04-28 22:36:44 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-28 23:05:53 +0100" startDate="2020-04-28 22:54:51 +0100" endDate="2020-04-28 22:56:05 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 07:37:46 +0100" startDate="2020-04-29 07:24:23 +0100" endDate="2020-04-29 07:29:14 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 07:50:06 +0100" startDate="2020-04-29 07:36:04 +0100" endDate="2020-04-29 07:37:41 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 08:18:52 +0100" startDate="2020-04-29 07:59:53 +0100" endDate="2020-04-29 08:06:25 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 11:31:53 +0100" startDate="2020-04-29 11:14:41 +0100" endDate="2020-04-29 11:24:42 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 11:36:11 +0100" startDate="2020-04-29 11:24:42 +0100" endDate="2020-04-29 11:24:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 12:06:15 +0100" startDate="2020-04-29 11:54:40 +0100" endDate="2020-04-29 11:55:08 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 12:18:37 +0100" startDate="2020-04-29 12:04:49 +0100" endDate="2020-04-29 12:10:01 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 13:28:57 +0100" startDate="2020-04-29 13:17:54 +0100" endDate="2020-04-29 13:26:18 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 13:41:18 +0100" startDate="2020-04-29 13:29:45 +0100" endDate="2020-04-29 13:35:52 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 14:07:55 +0100" startDate="2020-04-29 13:48:36 +0100" endDate="2020-04-29 13:55:42 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 14:21:59 +0100" startDate="2020-04-29 14:10:32 +0100" endDate="2020-04-29 14:15:00 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 14:43:54 +0100" startDate="2020-04-29 14:29:55 +0100" endDate="2020-04-29 14:39:38 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 14:54:13 +0100" startDate="2020-04-29 14:40:42 +0100" endDate="2020-04-29 14:50:43 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 15:04:28 +0100" startDate="2020-04-29 14:51:11 +0100" endDate="2020-04-29 15:01:04 +0100" value="1021"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 15:12:54 +0100" startDate="2020-04-29 15:01:12 +0100" endDate="2020-04-29 15:11:13 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 15:22:22 +0100" startDate="2020-04-29 15:11:13 +0100" endDate="2020-04-29 15:18:56 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 15:45:00 +0100" startDate="2020-04-29 15:23:47 +0100" endDate="2020-04-29 15:25:55 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 18:24:59 +0100" startDate="2020-04-29 18:12:15 +0100" endDate="2020-04-29 18:22:16 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 18:37:51 +0100" startDate="2020-04-29 18:22:16 +0100" endDate="2020-04-29 18:32:17 +0100" value="1096"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 18:43:46 +0100" startDate="2020-04-29 18:32:17 +0100" endDate="2020-04-29 18:42:18 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 18:55:31 +0100" startDate="2020-04-29 18:42:18 +0100" endDate="2020-04-29 18:52:04 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 19:08:00 +0100" startDate="2020-04-29 18:52:19 +0100" endDate="2020-04-29 19:02:10 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 19:20:26 +0100" startDate="2020-04-29 19:02:31 +0100" endDate="2020-04-29 19:10:22 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-29 22:16:17 +0100" startDate="2020-04-29 22:05:27 +0100" endDate="2020-04-29 22:10:19 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 06:42:45 +0100" startDate="2020-04-30 06:31:42 +0100" endDate="2020-04-30 06:39:41 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 08:15:13 +0100" startDate="2020-04-30 08:04:10 +0100" endDate="2020-04-30 08:11:02 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 10:11:37 +0100" startDate="2020-04-30 10:00:08 +0100" endDate="2020-04-30 10:10:09 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 10:25:06 +0100" startDate="2020-04-30 10:10:09 +0100" endDate="2020-04-30 10:17:53 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 10:33:36 +0100" startDate="2020-04-30 10:22:36 +0100" endDate="2020-04-30 10:22:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 11:16:16 +0100" startDate="2020-04-30 10:58:34 +0100" endDate="2020-04-30 11:07:16 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 11:23:30 +0100" startDate="2020-04-30 11:09:36 +0100" endDate="2020-04-30 11:19:29 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 11:33:03 +0100" startDate="2020-04-30 11:21:04 +0100" endDate="2020-04-30 11:25:59 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 11:55:22 +0100" startDate="2020-04-30 11:43:46 +0100" endDate="2020-04-30 11:53:30 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 12:12:05 +0100" startDate="2020-04-30 12:01:03 +0100" endDate="2020-04-30 12:01:21 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 14:33:55 +0100" startDate="2020-04-30 14:22:43 +0100" endDate="2020-04-30 14:31:48 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 14:51:43 +0100" startDate="2020-04-30 14:35:04 +0100" endDate="2020-04-30 14:45:05 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 15:00:47 +0100" startDate="2020-04-30 14:45:05 +0100" endDate="2020-04-30 14:51:43 +0100" value="610"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 15:11:29 +0100" startDate="2020-04-30 15:00:07 +0100" endDate="2020-04-30 15:04:52 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 19:01:58 +0100" startDate="2020-04-30 18:48:43 +0100" endDate="2020-04-30 18:48:51 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-04-30 22:41:59 +0100" startDate="2020-04-30 22:26:06 +0100" endDate="2020-04-30 22:29:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 13:02:24 +0100" startDate="2020-05-01 12:51:24 +0100" endDate="2020-05-01 12:59:08 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 13:17:36 +0100" startDate="2020-05-01 13:06:33 +0100" endDate="2020-05-01 13:13:54 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 13:32:44 +0100" startDate="2020-05-01 13:20:21 +0100" endDate="2020-05-01 13:22:26 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 13:49:02 +0100" startDate="2020-05-01 13:37:59 +0100" endDate="2020-05-01 13:46:44 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 14:08:03 +0100" startDate="2020-05-01 13:50:33 +0100" endDate="2020-05-01 13:54:00 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 14:12:58 +0100" startDate="2020-05-01 14:01:58 +0100" endDate="2020-05-01 14:11:57 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 14:23:00 +0100" startDate="2020-05-01 14:11:57 +0100" endDate="2020-05-01 14:21:53 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 14:33:37 +0100" startDate="2020-05-01 14:22:34 +0100" endDate="2020-05-01 14:32:22 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 14:44:16 +0100" startDate="2020-05-01 14:33:13 +0100" endDate="2020-05-01 14:43:14 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 14:54:17 +0100" startDate="2020-05-01 14:43:14 +0100" endDate="2020-05-01 14:50:02 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 15:19:23 +0100" startDate="2020-05-01 14:59:38 +0100" endDate="2020-05-01 15:07:46 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 15:59:19 +0100" startDate="2020-05-01 15:48:18 +0100" endDate="2020-05-01 15:48:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 16:18:54 +0100" startDate="2020-05-01 16:03:14 +0100" endDate="2020-05-01 16:11:33 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 16:27:41 +0100" startDate="2020-05-01 16:13:33 +0100" endDate="2020-05-01 16:23:33 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 16:34:36 +0100" startDate="2020-05-01 16:23:33 +0100" endDate="2020-05-01 16:31:42 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 16:49:58 +0100" startDate="2020-05-01 16:39:21 +0100" endDate="2020-05-01 16:49:20 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 17:02:42 +0100" startDate="2020-05-01 16:49:20 +0100" endDate="2020-05-01 16:53:30 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 17:57:56 +0100" startDate="2020-05-01 17:43:24 +0100" endDate="2020-05-01 17:52:54 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 18:07:58 +0100" startDate="2020-05-01 17:54:21 +0100" endDate="2020-05-01 17:57:44 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 20:13:15 +0100" startDate="2020-05-01 19:57:42 +0100" endDate="2020-05-01 20:07:43 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 20:26:31 +0100" startDate="2020-05-01 20:07:43 +0100" endDate="2020-05-01 20:10:39 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 20:41:18 +0100" startDate="2020-05-01 20:28:27 +0100" endDate="2020-05-01 20:31:56 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 21:04:11 +0100" startDate="2020-05-01 20:52:49 +0100" endDate="2020-05-01 21:02:20 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 21:26:50 +0100" startDate="2020-05-01 21:13:41 +0100" endDate="2020-05-01 21:20:28 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 21:38:27 +0100" startDate="2020-05-01 21:26:56 +0100" endDate="2020-05-01 21:27:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-01 23:55:41 +0100" startDate="2020-05-01 23:44:40 +0100" endDate="2020-05-01 23:44:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 09:28:33 +0100" startDate="2020-05-02 09:16:07 +0100" endDate="2020-05-02 09:22:01 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 09:39:05 +0100" startDate="2020-05-02 09:27:24 +0100" endDate="2020-05-02 09:34:40 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 09:50:41 +0100" startDate="2020-05-02 09:38:59 +0100" endDate="2020-05-02 09:46:18 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 10:03:42 +0100" startDate="2020-05-02 09:51:41 +0100" endDate="2020-05-02 09:56:26 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 14:24:21 +0100" startDate="2020-05-02 14:06:53 +0100" endDate="2020-05-02 14:16:54 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 14:28:35 +0100" startDate="2020-05-02 14:16:54 +0100" endDate="2020-05-02 14:26:53 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 14:39:38 +0100" startDate="2020-05-02 14:27:00 +0100" endDate="2020-05-02 14:36:39 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 14:49:50 +0100" startDate="2020-05-02 14:37:01 +0100" endDate="2020-05-02 14:47:02 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 14:58:42 +0100" startDate="2020-05-02 14:47:02 +0100" endDate="2020-05-02 14:55:47 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 17:07:13 +0100" startDate="2020-05-02 16:49:39 +0100" endDate="2020-05-02 16:57:33 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 17:14:51 +0100" startDate="2020-05-02 17:01:07 +0100" endDate="2020-05-02 17:01:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 17:23:19 +0100" startDate="2020-05-02 17:11:42 +0100" endDate="2020-05-02 17:14:53 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 17:36:28 +0100" startDate="2020-05-02 17:23:30 +0100" endDate="2020-05-02 17:24:08 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 17:47:28 +0100" startDate="2020-05-02 17:35:03 +0100" endDate="2020-05-02 17:38:57 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 18:07:30 +0100" startDate="2020-05-02 17:54:37 +0100" endDate="2020-05-02 17:54:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 18:28:19 +0100" startDate="2020-05-02 18:10:40 +0100" endDate="2020-05-02 18:19:43 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 20:12:21 +0100" startDate="2020-05-02 20:00:11 +0100" endDate="2020-05-02 20:00:24 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-02 23:29:40 +0100" startDate="2020-05-02 23:15:40 +0100" endDate="2020-05-02 23:16:46 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 09:49:10 +0100" startDate="2020-05-03 09:37:38 +0100" endDate="2020-05-03 09:46:58 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 10:00:18 +0100" startDate="2020-05-03 09:47:52 +0100" endDate="2020-05-03 09:57:53 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 10:10:51 +0100" startDate="2020-05-03 09:57:53 +0100" endDate="2020-05-03 10:07:43 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 10:24:47 +0100" startDate="2020-05-03 10:07:54 +0100" endDate="2020-05-03 10:16:48 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 10:32:35 +0100" startDate="2020-05-03 10:18:07 +0100" endDate="2020-05-03 10:26:47 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 10:48:17 +0100" startDate="2020-05-03 10:28:29 +0100" endDate="2020-05-03 10:28:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 11:50:26 +0100" startDate="2020-05-03 11:32:58 +0100" endDate="2020-05-03 11:42:31 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 12:01:01 +0100" startDate="2020-05-03 11:46:05 +0100" endDate="2020-05-03 11:55:33 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 12:12:05 +0100" startDate="2020-05-03 11:57:23 +0100" endDate="2020-05-03 12:01:14 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 12:56:23 +0100" startDate="2020-05-03 12:45:20 +0100" endDate="2020-05-03 12:45:33 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 14:46:07 +0100" startDate="2020-05-03 14:35:05 +0100" endDate="2020-05-03 14:44:32 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 16:47:49 +0100" startDate="2020-05-03 16:33:46 +0100" endDate="2020-05-03 16:43:47 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 16:55:22 +0100" startDate="2020-05-03 16:43:47 +0100" endDate="2020-05-03 16:53:48 +0100" value="1150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 17:04:59 +0100" startDate="2020-05-03 16:53:48 +0100" endDate="2020-05-03 17:03:49 +0100" value="1048"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 17:16:08 +0100" startDate="2020-05-03 17:03:49 +0100" endDate="2020-05-03 17:13:40 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 17:31:30 +0100" startDate="2020-05-03 17:14:18 +0100" endDate="2020-05-03 17:21:52 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 17:58:31 +0100" startDate="2020-05-03 17:40:12 +0100" endDate="2020-05-03 17:49:33 +0100" value="832"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 18:08:24 +0100" startDate="2020-05-03 17:50:16 +0100" endDate="2020-05-03 17:59:32 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 18:18:25 +0100" startDate="2020-05-03 18:00:46 +0100" endDate="2020-05-03 18:10:04 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 18:25:48 +0100" startDate="2020-05-03 18:11:43 +0100" endDate="2020-05-03 18:21:29 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 18:36:11 +0100" startDate="2020-05-03 18:21:47 +0100" endDate="2020-05-03 18:31:48 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 18:44:39 +0100" startDate="2020-05-03 18:31:48 +0100" endDate="2020-05-03 18:34:54 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 18:59:20 +0100" startDate="2020-05-03 18:46:14 +0100" endDate="2020-05-03 18:54:26 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-03 22:26:03 +0100" startDate="2020-05-03 22:15:03 +0100" endDate="2020-05-03 22:16:14 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 06:31:50 +0100" startDate="2020-05-04 06:17:00 +0100" endDate="2020-05-04 06:23:22 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 06:57:08 +0100" startDate="2020-05-04 06:45:59 +0100" endDate="2020-05-04 06:49:26 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 07:24:40 +0100" startDate="2020-05-04 07:10:32 +0100" endDate="2020-05-04 07:19:58 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 07:42:27 +0100" startDate="2020-05-04 07:28:08 +0100" endDate="2020-05-04 07:30:30 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 07:57:32 +0100" startDate="2020-05-04 07:45:52 +0100" endDate="2020-05-04 07:46:46 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 10:00:25 +0100" startDate="2020-05-04 09:47:41 +0100" endDate="2020-05-04 09:47:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 11:20:24 +0100" startDate="2020-05-04 11:09:08 +0100" endDate="2020-05-04 11:19:09 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 11:30:31 +0100" startDate="2020-05-04 11:19:09 +0100" endDate="2020-05-04 11:19:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 12:45:56 +0100" startDate="2020-05-04 12:30:00 +0100" endDate="2020-05-04 12:39:00 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 13:45:20 +0100" startDate="2020-05-04 13:27:35 +0100" endDate="2020-05-04 13:27:40 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 14:53:40 +0100" startDate="2020-05-04 14:36:53 +0100" endDate="2020-05-04 14:44:31 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 15:32:15 +0100" startDate="2020-05-04 15:21:12 +0100" endDate="2020-05-04 15:30:51 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 17:01:59 +0100" startDate="2020-05-04 16:49:04 +0100" endDate="2020-05-04 16:56:39 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 17:15:44 +0100" startDate="2020-05-04 17:04:44 +0100" endDate="2020-05-04 17:04:59 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 18:43:05 +0100" startDate="2020-05-04 18:31:07 +0100" endDate="2020-05-04 18:33:04 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 19:11:12 +0100" startDate="2020-05-04 19:00:09 +0100" endDate="2020-05-04 19:00:50 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 19:28:36 +0100" startDate="2020-05-04 19:17:33 +0100" endDate="2020-05-04 19:17:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-04 21:51:08 +0100" startDate="2020-05-04 21:40:05 +0100" endDate="2020-05-04 21:43:57 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 06:49:52 +0100" startDate="2020-05-05 06:38:50 +0100" endDate="2020-05-05 06:39:08 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 07:09:47 +0100" startDate="2020-05-05 06:58:45 +0100" endDate="2020-05-05 07:04:07 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 07:46:36 +0100" startDate="2020-05-05 07:35:01 +0100" endDate="2020-05-05 07:39:00 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 07:57:11 +0100" startDate="2020-05-05 07:45:33 +0100" endDate="2020-05-05 07:52:46 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 08:08:42 +0100" startDate="2020-05-05 07:55:49 +0100" endDate="2020-05-05 07:56:09 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 12:37:22 +0100" startDate="2020-05-05 12:25:31 +0100" endDate="2020-05-05 12:25:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 14:36:11 +0100" startDate="2020-05-05 14:21:24 +0100" endDate="2020-05-05 14:30:04 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 14:50:51 +0100" startDate="2020-05-05 14:36:29 +0100" endDate="2020-05-05 14:45:45 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 15:01:09 +0100" startDate="2020-05-05 14:46:36 +0100" endDate="2020-05-05 14:55:38 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 15:08:10 +0100" startDate="2020-05-05 14:56:55 +0100" endDate="2020-05-05 15:07:12 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 15:12:46 +0100" startDate="2020-05-05 15:07:12 +0100" endDate="2020-05-05 15:09:57 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 15:12:50 +0100" startDate="2020-05-05 15:12:48 +0100" endDate="2020-05-05 15:12:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 15:27:30 +0100" startDate="2020-05-05 15:14:58 +0100" endDate="2020-05-05 15:24:00 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 15:43:46 +0100" startDate="2020-05-05 15:29:35 +0100" endDate="2020-05-05 15:35:57 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 15:54:34 +0100" startDate="2020-05-05 15:40:27 +0100" endDate="2020-05-05 15:48:02 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 16:24:26 +0100" startDate="2020-05-05 16:13:23 +0100" endDate="2020-05-05 16:17:05 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 17:23:57 +0100" startDate="2020-05-05 17:12:53 +0100" endDate="2020-05-05 17:17:59 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 17:37:20 +0100" startDate="2020-05-05 17:25:55 +0100" endDate="2020-05-05 17:31:21 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 17:51:30 +0100" startDate="2020-05-05 17:39:20 +0100" endDate="2020-05-05 17:46:00 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 18:02:58 +0100" startDate="2020-05-05 17:49:47 +0100" endDate="2020-05-05 17:59:33 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 18:11:57 +0100" startDate="2020-05-05 17:59:54 +0100" endDate="2020-05-05 18:09:37 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 18:35:53 +0100" startDate="2020-05-05 18:24:51 +0100" endDate="2020-05-05 18:24:56 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 19:02:28 +0100" startDate="2020-05-05 18:47:20 +0100" endDate="2020-05-05 18:47:30 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-05 23:06:04 +0100" startDate="2020-05-05 20:37:53 +0100" endDate="2020-05-05 20:37:55 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 07:19:20 +0100" startDate="2020-05-06 07:08:18 +0100" endDate="2020-05-06 07:08:30 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 08:24:17 +0100" startDate="2020-05-06 08:11:31 +0100" endDate="2020-05-06 08:21:30 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 09:19:21 +0100" startDate="2020-05-06 09:08:02 +0100" endDate="2020-05-06 09:10:22 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 09:35:57 +0100" startDate="2020-05-06 09:24:37 +0100" endDate="2020-05-06 09:34:13 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 10:38:34 +0100" startDate="2020-05-06 10:26:28 +0100" endDate="2020-05-06 10:27:40 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 10:51:49 +0100" startDate="2020-05-06 10:40:49 +0100" endDate="2020-05-06 10:46:53 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 11:01:56 +0100" startDate="2020-05-06 10:50:56 +0100" endDate="2020-05-06 10:58:14 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 11:33:32 +0100" startDate="2020-05-06 11:19:33 +0100" endDate="2020-05-06 11:22:39 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 12:04:32 +0100" startDate="2020-05-06 11:44:03 +0100" endDate="2020-05-06 11:44:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 13:05:49 +0100" startDate="2020-05-06 12:54:07 +0100" endDate="2020-05-06 12:57:56 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 13:17:15 +0100" startDate="2020-05-06 13:04:47 +0100" endDate="2020-05-06 13:05:09 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 13:34:17 +0100" startDate="2020-05-06 13:18:06 +0100" endDate="2020-05-06 13:27:32 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 13:53:03 +0100" startDate="2020-05-06 13:37:39 +0100" endDate="2020-05-06 13:43:35 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 14:19:35 +0100" startDate="2020-05-06 14:08:35 +0100" endDate="2020-05-06 14:09:39 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 14:29:37 +0100" startDate="2020-05-06 14:18:34 +0100" endDate="2020-05-06 14:23:04 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 14:48:18 +0100" startDate="2020-05-06 14:32:52 +0100" endDate="2020-05-06 14:39:14 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 14:59:33 +0100" startDate="2020-05-06 14:46:25 +0100" endDate="2020-05-06 14:46:42 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 17:59:48 +0100" startDate="2020-05-06 17:45:23 +0100" endDate="2020-05-06 17:48:08 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 18:26:04 +0100" startDate="2020-05-06 18:14:33 +0100" endDate="2020-05-06 18:24:15 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 18:45:13 +0100" startDate="2020-05-06 18:34:13 +0100" endDate="2020-05-06 18:35:40 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 20:41:24 +0100" startDate="2020-05-06 20:28:13 +0100" endDate="2020-05-06 20:34:15 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 21:03:23 +0100" startDate="2020-05-06 20:45:58 +0100" endDate="2020-05-06 20:46:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 21:19:54 +0100" startDate="2020-05-06 21:07:25 +0100" endDate="2020-05-06 21:17:26 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 21:28:42 +0100" startDate="2020-05-06 21:17:26 +0100" endDate="2020-05-06 21:24:43 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-06 21:39:30 +0100" startDate="2020-05-06 21:27:52 +0100" endDate="2020-05-06 21:27:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 05:15:22 +0100" startDate="2020-05-07 04:59:00 +0100" endDate="2020-05-07 04:59:21 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 08:15:06 +0100" startDate="2020-05-07 08:04:03 +0100" endDate="2020-05-07 08:07:09 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 10:56:28 +0100" startDate="2020-05-07 10:41:08 +0100" endDate="2020-05-07 10:50:23 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 11:08:13 +0100" startDate="2020-05-07 10:57:10 +0100" endDate="2020-05-07 11:06:56 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 11:22:40 +0100" startDate="2020-05-07 11:07:14 +0100" endDate="2020-05-07 11:07:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 12:26:37 +0100" startDate="2020-05-07 12:09:18 +0100" endDate="2020-05-07 12:19:17 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 12:31:45 +0100" startDate="2020-05-07 12:19:17 +0100" endDate="2020-05-07 12:29:13 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 12:44:50 +0100" startDate="2020-05-07 12:30:02 +0100" endDate="2020-05-07 12:40:03 +0100" value="1147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 12:51:12 +0100" startDate="2020-05-07 12:40:03 +0100" endDate="2020-05-07 12:49:51 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 13:15:29 +0100" startDate="2020-05-07 13:00:15 +0100" endDate="2020-05-07 13:09:03 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 13:30:41 +0100" startDate="2020-05-07 13:13:07 +0100" endDate="2020-05-07 13:19:47 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 14:02:05 +0100" startDate="2020-05-07 13:51:02 +0100" endDate="2020-05-07 13:51:30 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 14:24:35 +0100" startDate="2020-05-07 14:09:09 +0100" endDate="2020-05-07 14:15:23 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 15:45:25 +0100" startDate="2020-05-07 15:31:17 +0100" endDate="2020-05-07 15:41:18 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 15:54:00 +0100" startDate="2020-05-07 15:41:18 +0100" endDate="2020-05-07 15:51:19 +0100" value="1169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 16:02:30 +0100" startDate="2020-05-07 15:51:19 +0100" endDate="2020-05-07 16:01:20 +0100" value="1086"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 16:12:29 +0100" startDate="2020-05-07 16:01:20 +0100" endDate="2020-05-07 16:10:56 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 16:43:06 +0100" startDate="2020-05-07 16:31:41 +0100" endDate="2020-05-07 16:36:08 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 16:53:09 +0100" startDate="2020-05-07 16:36:08 +0100" endDate="2020-05-07 16:46:09 +0100" value="1083"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 17:01:57 +0100" startDate="2020-05-07 16:46:09 +0100" endDate="2020-05-07 16:55:55 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 17:08:12 +0100" startDate="2020-05-07 16:56:25 +0100" endDate="2020-05-07 17:06:19 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 17:17:31 +0100" startDate="2020-05-07 17:06:27 +0100" endDate="2020-05-07 17:16:08 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 17:31:02 +0100" startDate="2020-05-07 17:16:33 +0100" endDate="2020-05-07 17:25:36 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 17:38:28 +0100" startDate="2020-05-07 17:26:37 +0100" endDate="2020-05-07 17:36:20 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 17:52:06 +0100" startDate="2020-05-07 17:36:46 +0100" endDate="2020-05-07 17:42:45 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 20:16:01 +0100" startDate="2020-05-07 20:15:30 +0100" endDate="2020-05-07 20:15:40 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-07 21:48:45 +0100" startDate="2020-05-07 21:37:45 +0100" endDate="2020-05-07 21:42:43 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 06:38:43 +0100" startDate="2020-05-08 06:27:08 +0100" endDate="2020-05-08 06:27:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 07:19:01 +0100" startDate="2020-05-08 07:06:26 +0100" endDate="2020-05-08 07:15:19 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 07:31:32 +0100" startDate="2020-05-08 07:20:32 +0100" endDate="2020-05-08 07:30:28 +0100" value="980"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 07:51:36 +0100" startDate="2020-05-08 07:38:20 +0100" endDate="2020-05-08 07:47:28 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 08:07:04 +0100" startDate="2020-05-08 07:48:54 +0100" endDate="2020-05-08 07:50:31 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 08:21:28 +0100" startDate="2020-05-08 08:07:18 +0100" endDate="2020-05-08 08:16:21 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 08:31:57 +0100" startDate="2020-05-08 08:20:13 +0100" endDate="2020-05-08 08:20:31 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 10:03:55 +0100" startDate="2020-05-08 09:50:40 +0100" endDate="2020-05-08 10:00:11 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 10:17:49 +0100" startDate="2020-05-08 10:04:38 +0100" endDate="2020-05-08 10:13:26 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 10:28:33 +0100" startDate="2020-05-08 10:15:13 +0100" endDate="2020-05-08 10:16:47 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 10:41:39 +0100" startDate="2020-05-08 10:27:42 +0100" endDate="2020-05-08 10:29:21 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 11:03:40 +0100" startDate="2020-05-08 10:46:46 +0100" endDate="2020-05-08 10:47:09 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 11:55:13 +0100" startDate="2020-05-08 11:39:19 +0100" endDate="2020-05-08 11:42:23 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 14:15:11 +0100" startDate="2020-05-08 14:01:39 +0100" endDate="2020-05-08 14:10:49 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 14:28:10 +0100" startDate="2020-05-08 14:15:44 +0100" endDate="2020-05-08 14:18:14 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 15:25:47 +0100" startDate="2020-05-08 15:15:22 +0100" endDate="2020-05-08 15:24:19 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 15:41:10 +0100" startDate="2020-05-08 15:26:55 +0100" endDate="2020-05-08 15:28:01 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 15:50:21 +0100" startDate="2020-05-08 15:39:16 +0100" endDate="2020-05-08 15:46:31 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 16:04:11 +0100" startDate="2020-05-08 15:50:15 +0100" endDate="2020-05-08 15:50:28 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 16:40:03 +0100" startDate="2020-05-08 16:26:44 +0100" endDate="2020-05-08 16:36:20 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 16:49:03 +0100" startDate="2020-05-08 16:37:16 +0100" endDate="2020-05-08 16:47:17 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 17:00:01 +0100" startDate="2020-05-08 16:47:17 +0100" endDate="2020-05-08 16:57:18 +0100" value="1156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 17:09:01 +0100" startDate="2020-05-08 16:57:18 +0100" endDate="2020-05-08 17:07:04 +0100" value="1094"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 17:18:34 +0100" startDate="2020-05-08 17:07:32 +0100" endDate="2020-05-08 17:16:06 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 20:20:38 +0100" startDate="2020-05-08 20:03:31 +0100" endDate="2020-05-08 20:03:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-08 22:34:14 +0100" startDate="2020-05-08 22:20:00 +0100" endDate="2020-05-08 22:20:08 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 08:40:16 +0100" startDate="2020-05-09 08:24:28 +0100" endDate="2020-05-09 08:34:29 +0100" value="869"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 08:49:44 +0100" startDate="2020-05-09 08:34:29 +0100" endDate="2020-05-09 08:41:27 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 09:00:23 +0100" startDate="2020-05-09 08:49:23 +0100" endDate="2020-05-09 08:49:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 11:08:05 +0100" startDate="2020-05-09 10:57:02 +0100" endDate="2020-05-09 10:57:07 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 12:06:16 +0100" startDate="2020-05-09 11:51:39 +0100" endDate="2020-05-09 12:01:41 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 12:12:43 +0100" startDate="2020-05-09 12:01:41 +0100" endDate="2020-05-09 12:03:45 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 12:34:02 +0100" startDate="2020-05-09 12:18:02 +0100" endDate="2020-05-09 12:21:08 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 12:53:04 +0100" startDate="2020-05-09 12:38:22 +0100" endDate="2020-05-09 12:40:55 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 13:15:45 +0100" startDate="2020-05-09 13:04:37 +0100" endDate="2020-05-09 13:14:38 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 13:28:28 +0100" startDate="2020-05-09 13:14:38 +0100" endDate="2020-05-09 13:24:37 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 13:39:05 +0100" startDate="2020-05-09 13:26:47 +0100" endDate="2020-05-09 13:33:09 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 14:00:54 +0100" startDate="2020-05-09 13:38:55 +0100" endDate="2020-05-09 13:45:25 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 14:00:54 +0100" startDate="2020-05-09 13:50:23 +0100" endDate="2020-05-09 13:55:52 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 14:06:15 +0100" startDate="2020-05-09 13:55:52 +0100" endDate="2020-05-09 14:00:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 14:24:11 +0100" startDate="2020-05-09 14:01:48 +0100" endDate="2020-05-09 14:10:43 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 14:27:49 +0100" startDate="2020-05-09 14:15:38 +0100" endDate="2020-05-09 14:23:50 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 14:42:01 +0100" startDate="2020-05-09 14:29:01 +0100" endDate="2020-05-09 14:29:01 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 14:53:45 +0100" startDate="2020-05-09 14:39:55 +0100" endDate="2020-05-09 14:47:36 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 15:15:45 +0100" startDate="2020-05-09 15:03:39 +0100" endDate="2020-05-09 15:09:49 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 15:18:36 +0100" startDate="2020-05-09 15:16:49 +0100" endDate="2020-05-09 15:17:48 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 15:36:30 +0100" startDate="2020-05-09 15:20:36 +0100" endDate="2020-05-09 15:20:44 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 15:54:07 +0100" startDate="2020-05-09 15:35:01 +0100" endDate="2020-05-09 15:35:34 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 16:07:50 +0100" startDate="2020-05-09 15:56:48 +0100" endDate="2020-05-09 16:06:44 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 16:23:46 +0100" startDate="2020-05-09 16:07:24 +0100" endDate="2020-05-09 16:07:47 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 19:02:42 +0100" startDate="2020-05-09 18:49:09 +0100" endDate="2020-05-09 18:49:17 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 20:14:16 +0100" startDate="2020-05-09 20:02:35 +0100" endDate="2020-05-09 20:09:31 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 20:23:50 +0100" startDate="2020-05-09 20:12:50 +0100" endDate="2020-05-09 20:21:06 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 20:40:00 +0100" startDate="2020-05-09 20:24:48 +0100" endDate="2020-05-09 20:33:38 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 20:51:08 +0100" startDate="2020-05-09 20:40:05 +0100" endDate="2020-05-09 20:42:53 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-09 22:32:40 +0100" startDate="2020-05-09 22:19:34 +0100" endDate="2020-05-09 22:19:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 09:03:40 +0100" startDate="2020-05-10 08:49:14 +0100" endDate="2020-05-10 08:58:04 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 09:15:28 +0100" startDate="2020-05-10 09:03:33 +0100" endDate="2020-05-10 09:13:08 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 09:30:52 +0100" startDate="2020-05-10 09:14:55 +0100" endDate="2020-05-10 09:14:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 10:36:11 +0100" startDate="2020-05-10 10:22:32 +0100" endDate="2020-05-10 10:32:31 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 10:49:33 +0100" startDate="2020-05-10 10:33:55 +0100" endDate="2020-05-10 10:40:04 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 11:05:25 +0100" startDate="2020-05-10 10:43:43 +0100" endDate="2020-05-10 10:49:02 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 11:05:25 +0100" startDate="2020-05-10 10:54:33 +0100" endDate="2020-05-10 10:55:19 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 12:00:52 +0100" startDate="2020-05-10 11:40:50 +0100" endDate="2020-05-10 11:42:19 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 12:38:56 +0100" startDate="2020-05-10 12:17:56 +0100" endDate="2020-05-10 12:18:21 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 13:06:16 +0100" startDate="2020-05-10 12:54:03 +0100" endDate="2020-05-10 12:54:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 13:31:58 +0100" startDate="2020-05-10 13:13:29 +0100" endDate="2020-05-10 13:16:07 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 14:54:02 +0100" startDate="2020-05-10 14:41:39 +0100" endDate="2020-05-10 14:48:37 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 15:14:34 +0100" startDate="2020-05-10 15:02:58 +0100" endDate="2020-05-10 15:12:57 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 15:22:27 +0100" startDate="2020-05-10 15:12:57 +0100" endDate="2020-05-10 15:22:14 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 15:36:17 +0100" startDate="2020-05-10 15:22:25 +0100" endDate="2020-05-10 15:30:01 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 16:05:24 +0100" startDate="2020-05-10 15:54:22 +0100" endDate="2020-05-10 15:55:35 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 16:24:39 +0100" startDate="2020-05-10 16:12:26 +0100" endDate="2020-05-10 16:15:30 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 17:26:49 +0100" startDate="2020-05-10 17:15:46 +0100" endDate="2020-05-10 17:22:11 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 17:53:02 +0100" startDate="2020-05-10 17:39:42 +0100" endDate="2020-05-10 17:41:25 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 18:11:28 +0100" startDate="2020-05-10 17:57:05 +0100" endDate="2020-05-10 18:03:07 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 19:03:41 +0100" startDate="2020-05-10 18:51:17 +0100" endDate="2020-05-10 19:00:22 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 19:14:22 +0100" startDate="2020-05-10 19:01:49 +0100" endDate="2020-05-10 19:11:50 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 19:25:46 +0100" startDate="2020-05-10 19:11:50 +0100" endDate="2020-05-10 19:14:17 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 19:43:10 +0100" startDate="2020-05-10 19:29:50 +0100" endDate="2020-05-10 19:39:12 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 20:53:17 +0100" startDate="2020-05-10 20:42:14 +0100" endDate="2020-05-10 20:42:29 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 21:22:48 +0100" startDate="2020-05-10 21:05:40 +0100" endDate="2020-05-10 21:05:47 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 22:14:38 +0100" startDate="2020-05-10 22:03:35 +0100" endDate="2020-05-10 22:06:08 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-10 22:46:53 +0100" startDate="2020-05-10 22:35:51 +0100" endDate="2020-05-10 22:38:13 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 03:31:55 +0100" startDate="2020-05-11 03:20:53 +0100" endDate="2020-05-11 03:26:01 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 07:17:19 +0100" startDate="2020-05-11 07:06:16 +0100" endDate="2020-05-11 07:06:41 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 07:44:15 +0100" startDate="2020-05-11 07:26:53 +0100" endDate="2020-05-11 07:34:43 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 08:02:33 +0100" startDate="2020-05-11 07:49:33 +0100" endDate="2020-05-11 07:50:14 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 11:11:40 +0100" startDate="2020-05-11 11:00:37 +0100" endDate="2020-05-11 11:10:18 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 12:57:42 +0100" startDate="2020-05-11 12:46:18 +0100" endDate="2020-05-11 12:56:19 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 13:08:11 +0100" startDate="2020-05-11 12:56:19 +0100" endDate="2020-05-11 13:01:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 13:22:24 +0100" startDate="2020-05-11 13:09:18 +0100" endDate="2020-05-11 13:09:41 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 14:10:58 +0100" startDate="2020-05-11 13:55:14 +0100" endDate="2020-05-11 13:58:07 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 14:24:53 +0100" startDate="2020-05-11 14:05:36 +0100" endDate="2020-05-11 14:10:39 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 17:00:11 +0100" startDate="2020-05-11 16:45:51 +0100" endDate="2020-05-11 16:52:03 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 17:25:58 +0100" startDate="2020-05-11 17:10:29 +0100" endDate="2020-05-11 17:20:28 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 17:32:03 +0100" startDate="2020-05-11 17:20:28 +0100" endDate="2020-05-11 17:30:29 +0100" value="1150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 17:43:19 +0100" startDate="2020-05-11 17:30:29 +0100" endDate="2020-05-11 17:40:30 +0100" value="1029"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 17:59:02 +0100" startDate="2020-05-11 17:40:30 +0100" endDate="2020-05-11 17:49:30 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 18:17:19 +0100" startDate="2020-05-11 17:54:48 +0100" endDate="2020-05-11 18:01:10 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 18:30:39 +0100" startDate="2020-05-11 18:19:54 +0100" endDate="2020-05-11 18:19:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 20:03:42 +0100" startDate="2020-05-11 19:50:27 +0100" endDate="2020-05-11 19:50:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 20:43:24 +0100" startDate="2020-05-11 20:28:57 +0100" endDate="2020-05-11 20:33:40 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 21:07:39 +0100" startDate="2020-05-11 20:56:26 +0100" endDate="2020-05-11 21:06:27 +0100" value="1098"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 21:17:30 +0100" startDate="2020-05-11 21:06:27 +0100" endDate="2020-05-11 21:16:28 +0100" value="1100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 21:27:31 +0100" startDate="2020-05-11 21:16:28 +0100" endDate="2020-05-11 21:26:17 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 21:39:44 +0100" startDate="2020-05-11 21:26:29 +0100" endDate="2020-05-11 21:31:25 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-11 23:09:47 +0100" startDate="2020-05-11 22:58:44 +0100" endDate="2020-05-11 22:58:55 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-12 07:59:56 +0100" startDate="2020-05-12 07:47:43 +0100" endDate="2020-05-12 07:55:37 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-12 08:12:05 +0100" startDate="2020-05-12 07:58:02 +0100" endDate="2020-05-12 08:06:37 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-12 08:23:48 +0100" startDate="2020-05-12 08:11:30 +0100" endDate="2020-05-12 08:16:30 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-12 08:43:32 +0100" startDate="2020-05-12 08:32:32 +0100" endDate="2020-05-12 08:40:59 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-12 08:56:29 +0100" startDate="2020-05-12 08:43:31 +0100" endDate="2020-05-12 08:47:46 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-12 12:40:38 +0100" startDate="2020-05-12 12:25:49 +0100" endDate="2020-05-12 12:35:48 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-12 12:48:24 +0100" startDate="2020-05-12 12:36:13 +0100" endDate="2020-05-12 12:46:14 +0100" value="1085"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-12 13:01:16 +0100" startDate="2020-05-12 12:46:14 +0100" endDate="2020-05-12 12:56:03 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-12 13:08:37 +0100" startDate="2020-05-12 12:57:37 +0100" endDate="2020-05-12 13:05:43 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-12 13:21:31 +0100" startDate="2020-05-12 13:08:57 +0100" endDate="2020-05-12 13:18:27 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-12 13:32:31 +0100" startDate="2020-05-12 13:19:26 +0100" endDate="2020-05-12 13:19:29 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-12 21:53:26 +0100" startDate="2020-05-12 21:50:24 +0100" endDate="2020-05-12 21:52:29 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 06:04:33 +0100" startDate="2020-05-13 05:53:31 +0100" endDate="2020-05-13 06:03:02 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 07:07:08 +0100" startDate="2020-05-13 06:56:05 +0100" endDate="2020-05-13 06:56:36 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 07:34:58 +0100" startDate="2020-05-13 07:23:58 +0100" endDate="2020-05-13 07:31:58 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 07:52:01 +0100" startDate="2020-05-13 07:37:02 +0100" endDate="2020-05-13 07:37:22 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 09:16:52 +0100" startDate="2020-05-13 09:01:02 +0100" endDate="2020-05-13 09:01:33 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 09:35:45 +0100" startDate="2020-05-13 09:19:40 +0100" endDate="2020-05-13 09:21:21 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 11:13:23 +0100" startDate="2020-05-13 11:01:04 +0100" endDate="2020-05-13 11:11:05 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 11:22:55 +0100" startDate="2020-05-13 11:11:05 +0100" endDate="2020-05-13 11:13:45 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 11:33:33 +0100" startDate="2020-05-13 11:22:15 +0100" endDate="2020-05-13 11:32:16 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 11:44:19 +0100" startDate="2020-05-13 11:32:16 +0100" endDate="2020-05-13 11:39:27 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 11:53:56 +0100" startDate="2020-05-13 11:42:53 +0100" endDate="2020-05-13 11:52:54 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 12:03:59 +0100" startDate="2020-05-13 11:52:54 +0100" endDate="2020-05-13 12:02:27 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 12:20:18 +0100" startDate="2020-05-13 12:07:15 +0100" endDate="2020-05-13 12:16:52 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 12:30:47 +0100" startDate="2020-05-13 12:18:01 +0100" endDate="2020-05-13 12:27:07 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 12:40:23 +0100" startDate="2020-05-13 12:28:46 +0100" endDate="2020-05-13 12:30:08 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 13:14:09 +0100" startDate="2020-05-13 13:02:59 +0100" endDate="2020-05-13 13:04:13 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 13:37:48 +0100" startDate="2020-05-13 13:26:10 +0100" endDate="2020-05-13 13:30:01 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 14:49:33 +0100" startDate="2020-05-13 14:38:17 +0100" endDate="2020-05-13 14:41:02 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 15:25:21 +0100" startDate="2020-05-13 15:15:47 +0100" endDate="2020-05-13 15:24:55 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 16:49:26 +0100" startDate="2020-05-13 16:38:23 +0100" endDate="2020-05-13 16:38:36 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-13 21:54:25 +0100" startDate="2020-05-13 21:43:22 +0100" endDate="2020-05-13 21:50:53 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 05:40:29 +0100" startDate="2020-05-14 05:27:53 +0100" endDate="2020-05-14 05:30:31 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 06:45:32 +0100" startDate="2020-05-14 06:33:47 +0100" endDate="2020-05-14 06:34:46 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 08:28:00 +0100" startDate="2020-05-14 08:16:57 +0100" endDate="2020-05-14 08:24:53 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 08:49:47 +0100" startDate="2020-05-14 08:36:41 +0100" endDate="2020-05-14 08:46:14 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 09:00:28 +0100" startDate="2020-05-14 08:48:55 +0100" endDate="2020-05-14 08:56:13 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 09:15:09 +0100" startDate="2020-05-14 09:01:57 +0100" endDate="2020-05-14 09:02:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 09:22:59 +0100" startDate="2020-05-14 09:11:58 +0100" endDate="2020-05-14 09:15:07 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 09:44:15 +0100" startDate="2020-05-14 09:33:12 +0100" endDate="2020-05-14 09:40:23 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 10:53:49 +0100" startDate="2020-05-14 10:41:03 +0100" endDate="2020-05-14 10:47:00 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 11:08:24 +0100" startDate="2020-05-14 10:56:56 +0100" endDate="2020-05-14 10:56:58 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 11:20:18 +0100" startDate="2020-05-14 11:09:35 +0100" endDate="2020-05-14 11:19:36 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 11:30:18 +0100" startDate="2020-05-14 11:19:36 +0100" endDate="2020-05-14 11:20:06 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 11:59:17 +0100" startDate="2020-05-14 11:47:27 +0100" endDate="2020-05-14 11:56:14 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 12:09:08 +0100" startDate="2020-05-14 11:58:01 +0100" endDate="2020-05-14 12:00:42 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 12:43:06 +0100" startDate="2020-05-14 12:32:04 +0100" endDate="2020-05-14 12:41:44 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 12:56:25 +0100" startDate="2020-05-14 12:45:21 +0100" endDate="2020-05-14 12:51:02 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 14:09:42 +0100" startDate="2020-05-14 13:58:39 +0100" endDate="2020-05-14 13:58:44 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 14:28:58 +0100" startDate="2020-05-14 14:17:55 +0100" endDate="2020-05-14 14:17:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 14:57:23 +0100" startDate="2020-05-14 14:45:24 +0100" endDate="2020-05-14 14:45:34 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 17:15:11 +0100" startDate="2020-05-14 17:04:09 +0100" endDate="2020-05-14 17:04:19 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 17:59:57 +0100" startDate="2020-05-14 17:45:35 +0100" endDate="2020-05-14 17:49:03 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 18:23:50 +0100" startDate="2020-05-14 18:12:47 +0100" endDate="2020-05-14 18:18:59 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 19:07:51 +0100" startDate="2020-05-14 18:56:15 +0100" endDate="2020-05-14 19:02:27 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 19:21:05 +0100" startDate="2020-05-14 19:09:48 +0100" endDate="2020-05-14 19:12:03 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 21:04:57 +0100" startDate="2020-05-14 20:53:54 +0100" endDate="2020-05-14 21:01:53 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 21:40:16 +0100" startDate="2020-05-14 21:24:38 +0100" endDate="2020-05-14 21:31:15 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-14 21:51:17 +0100" startDate="2020-05-14 21:40:14 +0100" endDate="2020-05-14 21:40:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 06:19:01 +0100" startDate="2020-05-15 06:07:59 +0100" endDate="2020-05-15 06:17:49 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 07:35:28 +0100" startDate="2020-05-15 07:21:32 +0100" endDate="2020-05-15 07:31:31 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 07:42:44 +0100" startDate="2020-05-15 07:31:31 +0100" endDate="2020-05-15 07:40:43 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 08:05:50 +0100" startDate="2020-05-15 07:53:05 +0100" endDate="2020-05-15 07:55:46 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 10:57:29 +0100" startDate="2020-05-15 10:46:27 +0100" endDate="2020-05-15 10:55:24 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 11:14:47 +0100" startDate="2020-05-15 11:00:34 +0100" endDate="2020-05-15 11:00:41 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 12:09:24 +0100" startDate="2020-05-15 11:52:57 +0100" endDate="2020-05-15 11:53:10 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 13:19:00 +0100" startDate="2020-05-15 13:08:20 +0100" endDate="2020-05-15 13:08:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 16:58:50 +0100" startDate="2020-05-15 16:47:44 +0100" endDate="2020-05-15 16:57:45 +0100" value="1144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 17:09:24 +0100" startDate="2020-05-15 16:57:45 +0100" endDate="2020-05-15 17:07:47 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 17:18:38 +0100" startDate="2020-05-15 17:07:47 +0100" endDate="2020-05-15 17:17:48 +0100" value="1123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 17:28:35 +0100" startDate="2020-05-15 17:17:48 +0100" endDate="2020-05-15 17:26:48 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-15 17:44:34 +0100" startDate="2020-05-15 17:27:49 +0100" endDate="2020-05-15 17:28:01 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 04:52:58 +0100" startDate="2020-05-16 04:41:55 +0100" endDate="2020-05-16 04:42:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 08:18:34 +0100" startDate="2020-05-16 08:07:32 +0100" endDate="2020-05-16 08:14:10 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 10:51:34 +0100" startDate="2020-05-16 10:37:24 +0100" endDate="2020-05-16 10:37:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 12:22:00 +0100" startDate="2020-05-16 12:09:39 +0100" endDate="2020-05-16 12:18:50 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 12:39:20 +0100" startDate="2020-05-16 12:21:03 +0100" endDate="2020-05-16 12:22:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 13:03:20 +0100" startDate="2020-05-16 12:45:34 +0100" endDate="2020-05-16 12:55:33 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 13:07:47 +0100" startDate="2020-05-16 12:55:33 +0100" endDate="2020-05-16 12:55:38 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 17:55:00 +0100" startDate="2020-05-16 17:43:28 +0100" endDate="2020-05-16 17:44:52 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 18:22:10 +0100" startDate="2020-05-16 18:09:53 +0100" endDate="2020-05-16 18:10:57 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 18:58:22 +0100" startDate="2020-05-16 18:43:39 +0100" endDate="2020-05-16 18:51:54 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 19:05:37 +0100" startDate="2020-05-16 18:54:37 +0100" endDate="2020-05-16 18:56:31 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 20:51:10 +0100" startDate="2020-05-16 20:38:17 +0100" endDate="2020-05-16 20:45:22 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 21:04:22 +0100" startDate="2020-05-16 20:53:03 +0100" endDate="2020-05-16 21:01:43 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 21:21:32 +0100" startDate="2020-05-16 21:07:47 +0100" endDate="2020-05-16 21:07:55 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 21:23:41 +0100" startDate="2020-05-16 21:07:55 +0100" endDate="2020-05-16 21:07:57 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 21:33:05 +0100" startDate="2020-05-16 21:22:05 +0100" endDate="2020-05-16 21:29:16 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-16 22:32:58 +0100" startDate="2020-05-16 22:21:55 +0100" endDate="2020-05-16 22:22:15 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-17 05:34:59 +0100" startDate="2020-05-17 05:23:56 +0100" endDate="2020-05-17 05:29:04 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-17 09:21:43 +0100" startDate="2020-05-17 09:10:40 +0100" endDate="2020-05-17 09:11:21 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-17 10:04:41 +0100" startDate="2020-05-17 09:52:27 +0100" endDate="2020-05-17 09:52:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-17 16:10:07 +0100" startDate="2020-05-17 15:58:25 +0100" endDate="2020-05-17 16:04:32 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-17 16:33:57 +0100" startDate="2020-05-17 16:22:47 +0100" endDate="2020-05-17 16:24:59 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-17 16:46:24 +0100" startDate="2020-05-17 16:34:56 +0100" endDate="2020-05-17 16:40:22 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-17 17:01:42 +0100" startDate="2020-05-17 16:49:50 +0100" endDate="2020-05-17 16:51:55 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-17 21:05:03 +0100" startDate="2020-05-17 20:54:00 +0100" endDate="2020-05-17 20:59:52 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-18 08:35:01 +0100" startDate="2020-05-18 08:23:58 +0100" endDate="2020-05-18 08:24:11 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-18 11:51:18 +0100" startDate="2020-05-18 11:34:53 +0100" endDate="2020-05-18 11:37:28 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-18 12:27:07 +0100" startDate="2020-05-18 12:15:51 +0100" endDate="2020-05-18 12:19:42 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-18 13:07:00 +0100" startDate="2020-05-18 12:52:34 +0100" endDate="2020-05-18 12:57:07 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-18 18:33:23 +0100" startDate="2020-05-18 18:21:47 +0100" endDate="2020-05-18 18:22:28 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-18 21:36:57 +0100" startDate="2020-05-18 21:25:46 +0100" endDate="2020-05-18 21:25:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.3.1" device="&lt;&lt;HKDevice: 0x303c39220&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.3.1, creation date:2020-02-17 05:38:14 +0000&gt;" unit="count" creationDate="2020-05-18 22:33:16 +0100" startDate="2020-05-18 22:22:14 +0100" endDate="2020-05-18 22:30:44 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 05:29:05 +0100" startDate="2020-05-19 05:14:39 +0100" endDate="2020-05-19 05:16:00 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 06:27:08 +0100" startDate="2020-05-19 06:15:49 +0100" endDate="2020-05-19 06:16:07 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 06:39:26 +0100" startDate="2020-05-19 06:27:03 +0100" endDate="2020-05-19 06:37:02 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 06:48:18 +0100" startDate="2020-05-19 06:37:22 +0100" endDate="2020-05-19 06:47:23 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 07:01:46 +0100" startDate="2020-05-19 06:47:23 +0100" endDate="2020-05-19 06:56:18 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 07:14:15 +0100" startDate="2020-05-19 06:58:41 +0100" endDate="2020-05-19 06:58:59 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 07:50:52 +0100" startDate="2020-05-19 07:39:20 +0100" endDate="2020-05-19 07:49:21 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 08:02:00 +0100" startDate="2020-05-19 07:49:26 +0100" endDate="2020-05-19 07:51:39 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 08:35:33 +0100" startDate="2020-05-19 08:24:30 +0100" endDate="2020-05-19 08:30:52 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 08:47:55 +0100" startDate="2020-05-19 08:35:53 +0100" endDate="2020-05-19 08:45:54 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 08:57:02 +0100" startDate="2020-05-19 08:45:59 +0100" endDate="2020-05-19 08:52:09 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 10:33:10 +0100" startDate="2020-05-19 10:18:09 +0100" endDate="2020-05-19 10:19:20 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 10:42:03 +0100" startDate="2020-05-19 10:29:34 +0100" endDate="2020-05-19 10:29:42 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 11:14:26 +0100" startDate="2020-05-19 11:01:19 +0100" endDate="2020-05-19 11:03:32 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 11:26:50 +0100" startDate="2020-05-19 11:13:56 +0100" endDate="2020-05-19 11:23:14 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 11:48:39 +0100" startDate="2020-05-19 11:30:45 +0100" endDate="2020-05-19 11:37:19 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 11:55:14 +0100" startDate="2020-05-19 11:41:52 +0100" endDate="2020-05-19 11:50:14 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 12:07:50 +0100" startDate="2020-05-19 11:52:03 +0100" endDate="2020-05-19 12:01:09 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 12:27:50 +0100" startDate="2020-05-19 12:12:34 +0100" endDate="2020-05-19 12:17:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 13:09:20 +0100" startDate="2020-05-19 12:58:12 +0100" endDate="2020-05-19 13:08:11 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 13:22:35 +0100" startDate="2020-05-19 13:08:11 +0100" endDate="2020-05-19 13:18:12 +0100" value="1125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 13:29:21 +0100" startDate="2020-05-19 13:18:12 +0100" endDate="2020-05-19 13:28:13 +0100" value="1131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 13:40:04 +0100" startDate="2020-05-19 13:28:13 +0100" endDate="2020-05-19 13:38:14 +0100" value="1168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 13:49:59 +0100" startDate="2020-05-19 13:38:14 +0100" endDate="2020-05-19 13:48:15 +0100" value="1061"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 14:02:06 +0100" startDate="2020-05-19 13:48:15 +0100" endDate="2020-05-19 13:58:16 +0100" value="1070"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 14:09:32 +0100" startDate="2020-05-19 13:58:16 +0100" endDate="2020-05-19 14:08:17 +0100" value="1173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 14:19:20 +0100" startDate="2020-05-19 14:08:17 +0100" endDate="2020-05-19 14:18:03 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 14:30:17 +0100" startDate="2020-05-19 14:18:23 +0100" endDate="2020-05-19 14:27:54 +0100" value="1063"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 17:33:47 +0100" startDate="2020-05-19 17:04:29 +0100" endDate="2020-05-19 17:04:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 17:33:47 +0100" startDate="2020-05-19 17:20:27 +0100" endDate="2020-05-19 17:21:25 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 17:46:17 +0100" startDate="2020-05-19 17:34:07 +0100" endDate="2020-05-19 17:34:09 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 17:58:22 +0100" startDate="2020-05-19 17:46:59 +0100" endDate="2020-05-19 17:56:43 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 18:33:41 +0100" startDate="2020-05-19 18:18:04 +0100" endDate="2020-05-19 18:18:14 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 20:24:07 +0100" startDate="2020-05-19 20:13:04 +0100" endDate="2020-05-19 20:22:55 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 20:34:26 +0100" startDate="2020-05-19 20:23:23 +0100" endDate="2020-05-19 20:33:14 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 20:44:52 +0100" startDate="2020-05-19 20:33:49 +0100" endDate="2020-05-19 20:43:50 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 20:54:53 +0100" startDate="2020-05-19 20:43:50 +0100" endDate="2020-05-19 20:53:52 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 21:04:59 +0100" startDate="2020-05-19 20:53:57 +0100" endDate="2020-05-19 21:03:27 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 21:15:08 +0100" startDate="2020-05-19 21:04:05 +0100" endDate="2020-05-19 21:13:59 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 21:26:00 +0100" startDate="2020-05-19 21:14:57 +0100" endDate="2020-05-19 21:24:48 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-19 22:24:45 +0100" startDate="2020-05-19 22:13:42 +0100" endDate="2020-05-19 22:19:08 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 06:29:46 +0100" startDate="2020-05-20 06:13:09 +0100" endDate="2020-05-20 06:13:39 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 06:41:41 +0100" startDate="2020-05-20 06:30:39 +0100" endDate="2020-05-20 06:35:16 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 08:55:04 +0100" startDate="2020-05-20 08:43:41 +0100" endDate="2020-05-20 08:48:29 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 11:05:40 +0100" startDate="2020-05-20 10:49:21 +0100" endDate="2020-05-20 10:59:21 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 11:10:53 +0100" startDate="2020-05-20 10:59:21 +0100" endDate="2020-05-20 11:08:03 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 11:20:27 +0100" startDate="2020-05-20 11:09:24 +0100" endDate="2020-05-20 11:16:22 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 11:35:11 +0100" startDate="2020-05-20 11:20:24 +0100" endDate="2020-05-20 11:29:57 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 11:44:48 +0100" startDate="2020-05-20 11:30:35 +0100" endDate="2020-05-20 11:34:32 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 12:08:06 +0100" startDate="2020-05-20 11:49:39 +0100" endDate="2020-05-20 11:59:36 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 12:16:46 +0100" startDate="2020-05-20 12:03:32 +0100" endDate="2020-05-20 12:12:12 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 12:32:12 +0100" startDate="2020-05-20 12:17:13 +0100" endDate="2020-05-20 12:26:23 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 12:44:11 +0100" startDate="2020-05-20 12:33:01 +0100" endDate="2020-05-20 12:43:02 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 12:59:20 +0100" startDate="2020-05-20 12:43:02 +0100" endDate="2020-05-20 12:51:57 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 13:17:37 +0100" startDate="2020-05-20 13:06:34 +0100" endDate="2020-05-20 13:10:31 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 14:07:45 +0100" startDate="2020-05-20 13:56:42 +0100" endDate="2020-05-20 14:06:43 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 14:18:00 +0100" startDate="2020-05-20 14:06:43 +0100" endDate="2020-05-20 14:16:44 +0100" value="1049"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 14:34:39 +0100" startDate="2020-05-20 14:17:20 +0100" endDate="2020-05-20 14:19:22 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 15:20:05 +0100" startDate="2020-05-20 15:08:47 +0100" endDate="2020-05-20 15:16:36 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 15:42:28 +0100" startDate="2020-05-20 15:31:25 +0100" endDate="2020-05-20 15:34:41 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 16:00:03 +0100" startDate="2020-05-20 15:43:24 +0100" endDate="2020-05-20 15:52:01 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 16:08:58 +0100" startDate="2020-05-20 15:55:45 +0100" endDate="2020-05-20 16:02:00 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 17:19:01 +0100" startDate="2020-05-20 17:07:10 +0100" endDate="2020-05-20 17:14:59 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 18:30:01 +0100" startDate="2020-05-20 18:18:53 +0100" endDate="2020-05-20 18:24:34 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 19:48:56 +0100" startDate="2020-05-20 19:32:28 +0100" endDate="2020-05-20 19:42:08 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 19:58:25 +0100" startDate="2020-05-20 19:42:54 +0100" endDate="2020-05-20 19:42:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 21:25:53 +0100" startDate="2020-05-20 21:09:51 +0100" endDate="2020-05-20 21:12:09 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-20 22:40:41 +0100" startDate="2020-05-20 22:29:38 +0100" endDate="2020-05-20 22:35:56 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 04:31:20 +0100" startDate="2020-05-21 04:20:18 +0100" endDate="2020-05-21 04:28:32 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 08:26:08 +0100" startDate="2020-05-21 08:11:06 +0100" endDate="2020-05-21 08:16:30 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 10:06:00 +0100" startDate="2020-05-21 09:47:54 +0100" endDate="2020-05-21 09:52:14 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 11:02:42 +0100" startDate="2020-05-21 10:50:36 +0100" endDate="2020-05-21 10:56:20 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 11:23:59 +0100" startDate="2020-05-21 11:10:16 +0100" endDate="2020-05-21 11:12:29 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 12:07:11 +0100" startDate="2020-05-21 11:55:12 +0100" endDate="2020-05-21 11:57:19 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 12:28:20 +0100" startDate="2020-05-21 12:17:17 +0100" endDate="2020-05-21 12:22:18 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 12:51:55 +0100" startDate="2020-05-21 12:40:35 +0100" endDate="2020-05-21 12:40:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 13:29:58 +0100" startDate="2020-05-21 13:16:53 +0100" endDate="2020-05-21 13:22:14 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 13:49:47 +0100" startDate="2020-05-21 13:36:57 +0100" endDate="2020-05-21 13:37:33 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 14:17:38 +0100" startDate="2020-05-21 14:05:57 +0100" endDate="2020-05-21 14:15:18 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 14:27:25 +0100" startDate="2020-05-21 14:15:56 +0100" endDate="2020-05-21 14:16:09 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 16:21:09 +0100" startDate="2020-05-21 14:48:23 +0100" endDate="2020-05-21 14:58:25 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 16:21:09 +0100" startDate="2020-05-21 14:58:53 +0100" endDate="2020-05-21 15:08:08 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 16:21:09 +0100" startDate="2020-05-21 15:09:07 +0100" endDate="2020-05-21 15:19:08 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 16:21:09 +0100" startDate="2020-05-21 15:19:08 +0100" endDate="2020-05-21 15:21:36 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 16:21:09 +0100" startDate="2020-05-21 15:29:41 +0100" endDate="2020-05-21 15:39:40 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 16:21:09 +0100" startDate="2020-05-21 15:39:40 +0100" endDate="2020-05-21 15:40:08 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 16:44:08 +0100" startDate="2020-05-21 16:33:05 +0100" endDate="2020-05-21 16:36:50 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 16:55:44 +0100" startDate="2020-05-21 16:44:10 +0100" endDate="2020-05-21 16:50:17 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-21 21:21:09 +0100" startDate="2020-05-21 21:10:06 +0100" endDate="2020-05-21 21:18:13 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 06:32:54 +0100" startDate="2020-05-22 06:18:55 +0100" endDate="2020-05-22 06:19:38 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 07:44:57 +0100" startDate="2020-05-22 07:32:01 +0100" endDate="2020-05-22 07:41:36 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 08:04:54 +0100" startDate="2020-05-22 07:48:34 +0100" endDate="2020-05-22 07:58:25 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 08:10:52 +0100" startDate="2020-05-22 07:59:11 +0100" endDate="2020-05-22 08:08:57 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 08:21:46 +0100" startDate="2020-05-22 08:10:31 +0100" endDate="2020-05-22 08:20:32 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 08:32:35 +0100" startDate="2020-05-22 08:20:32 +0100" endDate="2020-05-22 08:27:17 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 09:16:04 +0100" startDate="2020-05-22 09:02:33 +0100" endDate="2020-05-22 09:08:37 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 09:27:44 +0100" startDate="2020-05-22 09:14:49 +0100" endDate="2020-05-22 09:15:12 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 10:14:01 +0100" startDate="2020-05-22 10:02:58 +0100" endDate="2020-05-22 10:03:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 11:55:11 +0100" startDate="2020-05-22 11:43:22 +0100" endDate="2020-05-22 11:45:27 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 13:02:18 +0100" startDate="2020-05-22 12:50:47 +0100" endDate="2020-05-22 12:51:07 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 13:22:56 +0100" startDate="2020-05-22 13:10:04 +0100" endDate="2020-05-22 13:19:46 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 13:30:13 +0100" startDate="2020-05-22 13:20:06 +0100" endDate="2020-05-22 13:26:16 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 14:45:00 +0100" startDate="2020-05-22 14:30:49 +0100" endDate="2020-05-22 14:40:48 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 14:56:53 +0100" startDate="2020-05-22 14:40:48 +0100" endDate="2020-05-22 14:42:42 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 15:11:40 +0100" startDate="2020-05-22 15:02:19 +0100" endDate="2020-05-22 15:10:48 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 15:25:10 +0100" startDate="2020-05-22 15:13:47 +0100" endDate="2020-05-22 15:17:26 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 15:35:30 +0100" startDate="2020-05-22 15:23:57 +0100" endDate="2020-05-22 15:33:55 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 16:04:31 +0100" startDate="2020-05-22 15:33:55 +0100" endDate="2020-05-22 15:42:48 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 16:04:31 +0100" startDate="2020-05-22 15:43:59 +0100" endDate="2020-05-22 15:53:04 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 16:04:31 +0100" startDate="2020-05-22 15:54:00 +0100" endDate="2020-05-22 15:55:50 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 18:37:39 +0100" startDate="2020-05-22 18:26:26 +0100" endDate="2020-05-22 18:27:25 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 20:45:57 +0100" startDate="2020-05-22 20:34:54 +0100" endDate="2020-05-22 20:34:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-22 21:23:36 +0100" startDate="2020-05-22 21:12:33 +0100" endDate="2020-05-22 21:12:41 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 07:15:30 +0100" startDate="2020-05-23 07:04:09 +0100" endDate="2020-05-23 07:10:41 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 07:34:07 +0100" startDate="2020-05-23 07:19:27 +0100" endDate="2020-05-23 07:19:45 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 09:36:38 +0100" startDate="2020-05-23 09:25:35 +0100" endDate="2020-05-23 09:32:18 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 13:40:22 +0100" startDate="2020-05-23 13:27:42 +0100" endDate="2020-05-23 13:30:37 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 13:50:51 +0100" startDate="2020-05-23 13:38:17 +0100" endDate="2020-05-23 13:42:50 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 14:42:42 +0100" startDate="2020-05-23 14:28:59 +0100" endDate="2020-05-23 14:29:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 14:56:58 +0100" startDate="2020-05-23 14:42:49 +0100" endDate="2020-05-23 14:44:18 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 16:39:31 +0100" startDate="2020-05-23 16:24:27 +0100" endDate="2020-05-23 16:24:50 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 16:55:02 +0100" startDate="2020-05-23 16:41:56 +0100" endDate="2020-05-23 16:41:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 18:25:24 +0100" startDate="2020-05-23 18:13:14 +0100" endDate="2020-05-23 18:13:17 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 20:07:37 +0100" startDate="2020-05-23 19:28:12 +0100" endDate="2020-05-23 19:36:57 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 21:55:54 +0100" startDate="2020-05-23 21:27:59 +0100" endDate="2020-05-23 21:34:32 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-23 23:29:03 +0100" startDate="2020-05-23 23:15:01 +0100" endDate="2020-05-23 23:16:56 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-24 00:05:45 +0100" startDate="2020-05-23 23:54:43 +0100" endDate="2020-05-24 00:02:23 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-24 03:18:09 +0100" startDate="2020-05-24 03:07:06 +0100" endDate="2020-05-24 03:11:00 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-24 07:59:19 +0100" startDate="2020-05-24 07:44:04 +0100" endDate="2020-05-24 07:48:01 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-24 09:17:35 +0100" startDate="2020-05-24 09:06:23 +0100" endDate="2020-05-24 09:15:31 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-24 09:41:21 +0100" startDate="2020-05-24 09:22:14 +0100" endDate="2020-05-24 09:30:40 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-24 09:51:44 +0100" startDate="2020-05-24 09:40:32 +0100" endDate="2020-05-24 09:41:50 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-24 10:02:24 +0100" startDate="2020-05-24 09:51:16 +0100" endDate="2020-05-24 09:53:49 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-24 11:16:20 +0100" startDate="2020-05-24 11:05:17 +0100" endDate="2020-05-24 11:06:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-24 13:36:29 +0100" startDate="2020-05-24 13:22:17 +0100" endDate="2020-05-24 13:24:57 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 06:32:37 +0100" startDate="2020-05-24 20:55:49 +0100" endDate="2020-05-24 20:57:36 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 06:59:52 +0100" startDate="2020-05-25 06:48:49 +0100" endDate="2020-05-25 06:55:31 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 07:15:55 +0100" startDate="2020-05-25 07:02:16 +0100" endDate="2020-05-25 07:07:14 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 08:01:10 +0100" startDate="2020-05-25 07:50:07 +0100" endDate="2020-05-25 07:50:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 08:13:56 +0100" startDate="2020-05-25 08:02:54 +0100" endDate="2020-05-25 08:10:37 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 08:45:07 +0100" startDate="2020-05-25 08:33:47 +0100" endDate="2020-05-25 08:34:25 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 10:36:42 +0100" startDate="2020-05-25 10:23:46 +0100" endDate="2020-05-25 10:33:47 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 10:45:01 +0100" startDate="2020-05-25 10:33:47 +0100" endDate="2020-05-25 10:39:44 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 10:59:15 +0100" startDate="2020-05-25 10:47:02 +0100" endDate="2020-05-25 10:56:51 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 11:10:23 +0100" startDate="2020-05-25 10:57:03 +0100" endDate="2020-05-25 11:06:52 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 11:19:36 +0100" startDate="2020-05-25 11:07:35 +0100" endDate="2020-05-25 11:16:48 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 12:32:09 +0100" startDate="2020-05-25 12:21:06 +0100" endDate="2020-05-25 12:31:07 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 12:42:18 +0100" startDate="2020-05-25 12:31:07 +0100" endDate="2020-05-25 12:40:43 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 12:53:10 +0100" startDate="2020-05-25 12:41:57 +0100" endDate="2020-05-25 12:51:58 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 13:02:21 +0100" startDate="2020-05-25 12:51:58 +0100" endDate="2020-05-25 13:00:42 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 13:13:38 +0100" startDate="2020-05-25 13:02:17 +0100" endDate="2020-05-25 13:11:57 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 13:24:45 +0100" startDate="2020-05-25 13:13:39 +0100" endDate="2020-05-25 13:21:36 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 13:36:50 +0100" startDate="2020-05-25 13:25:15 +0100" endDate="2020-05-25 13:26:54 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 14:12:36 +0100" startDate="2020-05-25 14:01:13 +0100" endDate="2020-05-25 14:01:31 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 14:49:10 +0100" startDate="2020-05-25 14:38:03 +0100" endDate="2020-05-25 14:43:34 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 15:20:08 +0100" startDate="2020-05-25 14:55:21 +0100" endDate="2020-05-25 14:55:34 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 15:53:49 +0100" startDate="2020-05-25 15:41:57 +0100" endDate="2020-05-25 15:47:49 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 16:11:38 +0100" startDate="2020-05-25 16:00:33 +0100" endDate="2020-05-25 16:03:28 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 18:15:50 +0100" startDate="2020-05-25 18:04:48 +0100" endDate="2020-05-25 18:06:35 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 18:46:17 +0100" startDate="2020-05-25 18:34:29 +0100" endDate="2020-05-25 18:39:52 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 18:57:32 +0100" startDate="2020-05-25 18:46:29 +0100" endDate="2020-05-25 18:51:04 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 19:14:46 +0100" startDate="2020-05-25 19:03:44 +0100" endDate="2020-05-25 19:03:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 20:07:34 +0100" startDate="2020-05-25 19:56:51 +0100" endDate="2020-05-25 19:59:31 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 21:00:31 +0100" startDate="2020-05-25 20:48:52 +0100" endDate="2020-05-25 20:53:40 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 21:12:21 +0100" startDate="2020-05-25 21:01:16 +0100" endDate="2020-05-25 21:01:33 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 21:40:06 +0100" startDate="2020-05-25 21:27:50 +0100" endDate="2020-05-25 21:36:42 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-25 21:48:56 +0100" startDate="2020-05-25 21:37:53 +0100" endDate="2020-05-25 21:42:24 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 07:46:46 +0100" startDate="2020-05-26 07:29:36 +0100" endDate="2020-05-26 07:29:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 08:02:10 +0100" startDate="2020-05-26 07:49:44 +0100" endDate="2020-05-26 07:53:47 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 08:30:56 +0100" startDate="2020-05-26 08:19:53 +0100" endDate="2020-05-26 08:24:26 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 08:49:33 +0100" startDate="2020-05-26 08:32:15 +0100" endDate="2020-05-26 08:38:48 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 10:44:30 +0100" startDate="2020-05-26 10:30:42 +0100" endDate="2020-05-26 10:33:27 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 10:57:31 +0100" startDate="2020-05-26 10:43:24 +0100" endDate="2020-05-26 10:43:54 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 11:08:17 +0100" startDate="2020-05-26 10:54:56 +0100" endDate="2020-05-26 10:57:47 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 11:20:03 +0100" startDate="2020-05-26 11:08:41 +0100" endDate="2020-05-26 11:11:29 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 11:49:44 +0100" startDate="2020-05-26 11:20:36 +0100" endDate="2020-05-26 11:21:29 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303c38d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 12:59:59 +0100" startDate="2020-05-26 12:48:40 +0100" endDate="2020-05-26 12:52:40 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 13:09:58 +0100" startDate="2020-05-26 12:58:39 +0100" endDate="2020-05-26 13:06:51 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 13:20:36 +0100" startDate="2020-05-26 13:09:16 +0100" endDate="2020-05-26 13:09:49 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 15:07:40 +0100" startDate="2020-05-26 14:56:19 +0100" endDate="2020-05-26 15:03:24 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 15:18:40 +0100" startDate="2020-05-26 15:07:01 +0100" endDate="2020-05-26 15:07:21 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 16:18:37 +0100" startDate="2020-05-26 16:01:49 +0100" endDate="2020-05-26 16:07:51 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 16:24:02 +0100" startDate="2020-05-26 16:12:59 +0100" endDate="2020-05-26 16:15:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 16:37:17 +0100" startDate="2020-05-26 16:25:35 +0100" endDate="2020-05-26 16:33:14 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 17:06:26 +0100" startDate="2020-05-26 16:55:23 +0100" endDate="2020-05-26 16:55:26 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 18:26:45 +0100" startDate="2020-05-26 18:15:22 +0100" endDate="2020-05-26 18:19:01 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 18:57:33 +0100" startDate="2020-05-26 18:45:31 +0100" endDate="2020-05-26 18:49:20 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 20:52:11 +0100" startDate="2020-05-26 20:41:08 +0100" endDate="2020-05-26 20:50:59 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 21:28:02 +0100" startDate="2020-05-26 21:17:00 +0100" endDate="2020-05-26 21:24:19 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 21:38:53 +0100" startDate="2020-05-26 21:27:51 +0100" endDate="2020-05-26 21:27:56 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-26 22:28:45 +0100" startDate="2020-05-26 22:17:42 +0100" endDate="2020-05-26 22:20:52 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 07:24:41 +0100" startDate="2020-05-27 07:06:19 +0100" endDate="2020-05-27 07:06:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 07:43:10 +0100" startDate="2020-05-27 07:30:31 +0100" endDate="2020-05-27 07:30:54 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 08:21:06 +0100" startDate="2020-05-27 08:09:12 +0100" endDate="2020-05-27 08:09:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 09:37:59 +0100" startDate="2020-05-27 09:25:46 +0100" endDate="2020-05-27 09:31:55 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 10:02:58 +0100" startDate="2020-05-27 09:51:04 +0100" endDate="2020-05-27 09:52:41 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 11:57:32 +0100" startDate="2020-05-27 11:44:33 +0100" endDate="2020-05-27 11:54:34 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 12:06:16 +0100" startDate="2020-05-27 11:54:34 +0100" endDate="2020-05-27 11:59:27 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 13:20:30 +0100" startDate="2020-05-27 13:09:10 +0100" endDate="2020-05-27 13:19:03 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 13:30:41 +0100" startDate="2020-05-27 13:19:32 +0100" endDate="2020-05-27 13:24:24 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 15:48:29 +0100" startDate="2020-05-27 15:33:48 +0100" endDate="2020-05-27 15:43:11 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 15:55:50 +0100" startDate="2020-05-27 15:44:48 +0100" endDate="2020-05-27 15:52:36 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 19:20:59 +0100" startDate="2020-05-27 19:06:55 +0100" endDate="2020-05-27 19:16:56 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 19:27:59 +0100" startDate="2020-05-27 19:16:56 +0100" endDate="2020-05-27 19:26:57 +0100" value="1072"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 19:40:53 +0100" startDate="2020-05-27 19:26:57 +0100" endDate="2020-05-27 19:36:58 +0100" value="1162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 19:49:28 +0100" startDate="2020-05-27 19:36:58 +0100" endDate="2020-05-27 19:46:59 +0100" value="1104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 20:03:15 +0100" startDate="2020-05-27 19:46:59 +0100" endDate="2020-05-27 19:57:00 +0100" value="1123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 20:08:03 +0100" startDate="2020-05-27 19:57:00 +0100" endDate="2020-05-27 20:06:26 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-27 22:14:45 +0100" startDate="2020-05-27 22:03:42 +0100" endDate="2020-05-27 22:07:15 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 07:08:05 +0100" startDate="2020-05-28 06:53:02 +0100" endDate="2020-05-28 07:02:07 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 07:19:44 +0100" startDate="2020-05-28 07:04:40 +0100" endDate="2020-05-28 07:13:58 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 07:35:46 +0100" startDate="2020-05-28 07:24:36 +0100" endDate="2020-05-28 07:34:29 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 07:47:28 +0100" startDate="2020-05-28 07:35:23 +0100" endDate="2020-05-28 07:42:00 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 08:00:35 +0100" startDate="2020-05-28 07:47:56 +0100" endDate="2020-05-28 07:57:52 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 08:10:54 +0100" startDate="2020-05-28 07:59:32 +0100" endDate="2020-05-28 08:09:33 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 08:21:28 +0100" startDate="2020-05-28 08:09:33 +0100" endDate="2020-05-28 08:19:34 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 08:31:42 +0100" startDate="2020-05-28 08:19:34 +0100" endDate="2020-05-28 08:29:04 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 08:45:16 +0100" startDate="2020-05-28 08:34:04 +0100" endDate="2020-05-28 08:43:45 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 08:55:13 +0100" startDate="2020-05-28 08:44:10 +0100" endDate="2020-05-28 08:52:52 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 09:08:21 +0100" startDate="2020-05-28 08:54:37 +0100" endDate="2020-05-28 08:57:22 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 09:26:02 +0100" startDate="2020-05-28 09:10:50 +0100" endDate="2020-05-28 09:20:17 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 09:41:28 +0100" startDate="2020-05-28 09:30:13 +0100" endDate="2020-05-28 09:33:42 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 09:53:46 +0100" startDate="2020-05-28 09:41:51 +0100" endDate="2020-05-28 09:51:06 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 10:09:42 +0100" startDate="2020-05-28 09:54:53 +0100" endDate="2020-05-28 10:03:53 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 10:19:26 +0100" startDate="2020-05-28 10:05:15 +0100" endDate="2020-05-28 10:15:16 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 10:26:32 +0100" startDate="2020-05-28 10:15:21 +0100" endDate="2020-05-28 10:25:20 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 10:41:01 +0100" startDate="2020-05-28 10:25:20 +0100" endDate="2020-05-28 10:34:28 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 10:49:58 +0100" startDate="2020-05-28 10:37:24 +0100" endDate="2020-05-28 10:47:25 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 11:00:53 +0100" startDate="2020-05-28 10:47:25 +0100" endDate="2020-05-28 10:48:44 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 11:17:01 +0100" startDate="2020-05-28 11:01:31 +0100" endDate="2020-05-28 11:09:38 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 11:26:22 +0100" startDate="2020-05-28 11:13:22 +0100" endDate="2020-05-28 11:17:06 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 11:37:57 +0100" startDate="2020-05-28 11:25:08 +0100" endDate="2020-05-28 11:30:43 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 11:48:47 +0100" startDate="2020-05-28 11:37:31 +0100" endDate="2020-05-28 11:40:57 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 12:15:19 +0100" startDate="2020-05-28 12:04:15 +0100" endDate="2020-05-28 12:07:16 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 13:03:30 +0100" startDate="2020-05-28 12:52:27 +0100" endDate="2020-05-28 12:54:17 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 14:46:07 +0100" startDate="2020-05-28 14:35:04 +0100" endDate="2020-05-28 14:43:39 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 14:56:16 +0100" startDate="2020-05-28 14:45:13 +0100" endDate="2020-05-28 14:45:33 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 15:33:38 +0100" startDate="2020-05-28 15:22:35 +0100" endDate="2020-05-28 15:30:09 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 16:14:54 +0100" startDate="2020-05-28 16:03:39 +0100" endDate="2020-05-28 16:08:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 16:55:28 +0100" startDate="2020-05-28 16:44:25 +0100" endDate="2020-05-28 16:48:24 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 17:23:11 +0100" startDate="2020-05-28 17:09:28 +0100" endDate="2020-05-28 17:09:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 17:43:22 +0100" startDate="2020-05-28 17:27:15 +0100" endDate="2020-05-28 17:27:30 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 18:12:29 +0100" startDate="2020-05-28 18:01:27 +0100" endDate="2020-05-28 18:11:28 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 18:22:16 +0100" startDate="2020-05-28 18:11:28 +0100" endDate="2020-05-28 18:21:29 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 18:32:14 +0100" startDate="2020-05-28 18:21:29 +0100" endDate="2020-05-28 18:31:17 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 18:42:59 +0100" startDate="2020-05-28 18:31:32 +0100" endDate="2020-05-28 18:41:34 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 18:52:36 +0100" startDate="2020-05-28 18:41:34 +0100" endDate="2020-05-28 18:51:35 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 19:03:33 +0100" startDate="2020-05-28 18:51:35 +0100" endDate="2020-05-28 19:00:29 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 19:18:22 +0100" startDate="2020-05-28 19:02:09 +0100" endDate="2020-05-28 19:05:40 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-28 21:48:03 +0100" startDate="2020-05-28 21:37:00 +0100" endDate="2020-05-28 21:40:47 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 03:14:10 +0100" startDate="2020-05-29 03:02:10 +0100" endDate="2020-05-29 03:02:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 04:56:15 +0100" startDate="2020-05-29 04:45:12 +0100" endDate="2020-05-29 04:46:56 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 10:33:56 +0100" startDate="2020-05-29 10:22:53 +0100" endDate="2020-05-29 10:32:22 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 10:55:53 +0100" startDate="2020-05-29 10:44:07 +0100" endDate="2020-05-29 10:50:04 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 11:06:31 +0100" startDate="2020-05-29 10:55:17 +0100" endDate="2020-05-29 11:05:18 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 11:16:21 +0100" startDate="2020-05-29 11:05:18 +0100" endDate="2020-05-29 11:13:52 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 11:33:36 +0100" startDate="2020-05-29 11:16:23 +0100" endDate="2020-05-29 11:17:24 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 12:43:52 +0100" startDate="2020-05-29 12:32:49 +0100" endDate="2020-05-29 12:42:48 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 12:54:04 +0100" startDate="2020-05-29 12:42:48 +0100" endDate="2020-05-29 12:51:12 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 13:03:00 +0100" startDate="2020-05-29 12:52:49 +0100" endDate="2020-05-29 13:02:30 +0100" value="1063"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 13:14:08 +0100" startDate="2020-05-29 13:03:05 +0100" endDate="2020-05-29 13:12:31 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 16:12:31 +0100" startDate="2020-05-29 13:15:17 +0100" endDate="2020-05-29 13:21:23 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 16:12:31 +0100" startDate="2020-05-29 14:10:03 +0100" endDate="2020-05-29 14:10:08 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 16:12:31 +0100" startDate="2020-05-29 15:44:32 +0100" endDate="2020-05-29 15:52:54 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 16:12:31 +0100" startDate="2020-05-29 15:56:38 +0100" endDate="2020-05-29 15:57:09 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 16:12:31 +0100" startDate="2020-05-29 16:07:40 +0100" endDate="2020-05-29 16:07:58 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 17:15:57 +0100" startDate="2020-05-29 17:04:34 +0100" endDate="2020-05-29 17:04:39 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 17:29:11 +0100" startDate="2020-05-29 17:17:39 +0100" endDate="2020-05-29 17:22:29 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 18:11:37 +0100" startDate="2020-05-29 17:59:41 +0100" endDate="2020-05-29 18:01:13 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 18:57:26 +0100" startDate="2020-05-29 18:46:09 +0100" endDate="2020-05-29 18:55:17 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 19:11:15 +0100" startDate="2020-05-29 19:00:13 +0100" endDate="2020-05-29 19:00:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 19:35:32 +0100" startDate="2020-05-29 19:23:46 +0100" endDate="2020-05-29 19:24:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 21:12:15 +0100" startDate="2020-05-29 21:01:11 +0100" endDate="2020-05-29 21:09:32 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 21:42:11 +0100" startDate="2020-05-29 21:30:49 +0100" endDate="2020-05-29 21:40:40 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 21:51:30 +0100" startDate="2020-05-29 21:40:50 +0100" endDate="2020-05-29 21:41:06 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-29 22:34:31 +0100" startDate="2020-05-29 22:23:28 +0100" endDate="2020-05-29 22:24:06 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 05:35:27 +0100" startDate="2020-05-30 05:24:24 +0100" endDate="2020-05-30 05:29:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 08:19:06 +0100" startDate="2020-05-30 08:02:25 +0100" endDate="2020-05-30 08:08:48 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 10:41:26 +0100" startDate="2020-05-30 10:25:36 +0100" endDate="2020-05-30 10:31:50 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 10:55:04 +0100" startDate="2020-05-30 10:41:46 +0100" endDate="2020-05-30 10:51:48 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 11:05:05 +0100" startDate="2020-05-30 10:51:50 +0100" endDate="2020-05-30 11:01:11 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 11:22:19 +0100" startDate="2020-05-30 11:05:46 +0100" endDate="2020-05-30 11:15:19 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 11:27:44 +0100" startDate="2020-05-30 11:15:52 +0100" endDate="2020-05-30 11:25:10 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 11:45:58 +0100" startDate="2020-05-30 11:33:47 +0100" endDate="2020-05-30 11:41:33 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 11:56:33 +0100" startDate="2020-05-30 11:44:50 +0100" endDate="2020-05-30 11:45:35 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 12:08:09 +0100" startDate="2020-05-30 11:55:11 +0100" endDate="2020-05-30 12:03:39 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 12:36:10 +0100" startDate="2020-05-30 12:22:56 +0100" endDate="2020-05-30 12:28:56 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 12:53:58 +0100" startDate="2020-05-30 12:42:07 +0100" endDate="2020-05-30 12:42:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 14:57:08 +0100" startDate="2020-05-30 14:46:06 +0100" endDate="2020-05-30 14:46:46 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 15:20:37 +0100" startDate="2020-05-30 15:08:01 +0100" endDate="2020-05-30 15:08:23 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 16:08:19 +0100" startDate="2020-05-30 15:58:03 +0100" endDate="2020-05-30 16:06:45 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 16:28:26 +0100" startDate="2020-05-30 16:13:07 +0100" endDate="2020-05-30 16:15:20 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 16:36:32 +0100" startDate="2020-05-30 16:23:37 +0100" endDate="2020-05-30 16:33:05 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 16:47:40 +0100" startDate="2020-05-30 16:33:41 +0100" endDate="2020-05-30 16:43:42 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 17:01:05 +0100" startDate="2020-05-30 16:43:42 +0100" endDate="2020-05-30 16:53:31 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 19:26:09 +0100" startDate="2020-05-30 19:15:06 +0100" endDate="2020-05-30 19:18:10 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 19:50:30 +0100" startDate="2020-05-30 19:39:28 +0100" endDate="2020-05-30 19:48:12 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 20:59:46 +0100" startDate="2020-05-30 20:46:37 +0100" endDate="2020-05-30 20:46:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-30 23:44:29 +0100" startDate="2020-05-30 23:33:26 +0100" endDate="2020-05-30 23:34:07 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 07:59:13 +0100" startDate="2020-05-31 07:43:27 +0100" endDate="2020-05-31 07:52:58 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 08:41:16 +0100" startDate="2020-05-31 08:27:21 +0100" endDate="2020-05-31 08:27:36 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 08:57:00 +0100" startDate="2020-05-31 08:45:58 +0100" endDate="2020-05-31 08:52:10 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 09:16:37 +0100" startDate="2020-05-31 09:03:53 +0100" endDate="2020-05-31 09:10:25 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 10:27:04 +0100" startDate="2020-05-31 10:11:33 +0100" endDate="2020-05-31 10:11:40 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 10:52:52 +0100" startDate="2020-05-31 10:36:23 +0100" endDate="2020-05-31 10:40:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 11:06:08 +0100" startDate="2020-05-31 10:52:01 +0100" endDate="2020-05-31 11:01:57 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 11:15:11 +0100" startDate="2020-05-31 11:02:07 +0100" endDate="2020-05-31 11:11:33 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 11:25:12 +0100" startDate="2020-05-31 11:12:16 +0100" endDate="2020-05-31 11:21:52 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 11:35:14 +0100" startDate="2020-05-31 11:22:22 +0100" endDate="2020-05-31 11:27:53 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 12:28:46 +0100" startDate="2020-05-31 12:09:53 +0100" endDate="2020-05-31 12:09:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 12:43:47 +0100" startDate="2020-05-31 12:30:21 +0100" endDate="2020-05-31 12:33:27 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 21:58:15 +0100" startDate="2020-05-31 21:46:42 +0100" endDate="2020-05-31 21:49:48 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-05-31 22:01:43 +0100" startDate="2020-05-31 21:57:27 +0100" endDate="2020-05-31 21:57:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 07:38:45 +0100" startDate="2020-06-01 07:27:42 +0100" endDate="2020-06-01 07:36:39 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 08:15:39 +0100" startDate="2020-06-01 07:56:48 +0100" endDate="2020-06-01 07:57:52 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 09:30:50 +0100" startDate="2020-06-01 09:16:06 +0100" endDate="2020-06-01 09:22:53 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 11:42:54 +0100" startDate="2020-06-01 11:31:29 +0100" endDate="2020-06-01 11:33:34 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 12:15:07 +0100" startDate="2020-06-01 11:57:45 +0100" endDate="2020-06-01 12:07:34 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 12:23:02 +0100" startDate="2020-06-01 12:08:25 +0100" endDate="2020-06-01 12:18:18 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 12:34:20 +0100" startDate="2020-06-01 12:18:46 +0100" endDate="2020-06-01 12:28:22 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 12:40:41 +0100" startDate="2020-06-01 12:29:38 +0100" endDate="2020-06-01 12:37:07 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 12:54:02 +0100" startDate="2020-06-01 12:40:02 +0100" endDate="2020-06-01 12:47:56 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 13:04:14 +0100" startDate="2020-06-01 12:50:31 +0100" endDate="2020-06-01 12:55:12 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 13:19:30 +0100" startDate="2020-06-01 13:03:21 +0100" endDate="2020-06-01 13:13:12 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 13:30:38 +0100" startDate="2020-06-01 13:13:30 +0100" endDate="2020-06-01 13:23:23 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 13:38:31 +0100" startDate="2020-06-01 13:23:51 +0100" endDate="2020-06-01 13:30:46 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 13:46:54 +0100" startDate="2020-06-01 13:35:01 +0100" endDate="2020-06-01 13:41:34 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 13:57:01 +0100" startDate="2020-06-01 13:45:59 +0100" endDate="2020-06-01 13:54:23 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 14:22:58 +0100" startDate="2020-06-01 14:11:42 +0100" endDate="2020-06-01 14:20:55 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 14:33:14 +0100" startDate="2020-06-01 14:22:12 +0100" endDate="2020-06-01 14:22:17 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 14:44:54 +0100" startDate="2020-06-01 14:33:51 +0100" endDate="2020-06-01 14:33:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 15:53:16 +0100" startDate="2020-06-01 15:41:50 +0100" endDate="2020-06-01 15:42:07 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 16:48:17 +0100" startDate="2020-06-01 16:34:24 +0100" endDate="2020-06-01 16:42:18 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 16:59:24 +0100" startDate="2020-06-01 16:48:21 +0100" endDate="2020-06-01 16:56:41 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 17:23:49 +0100" startDate="2020-06-01 17:10:01 +0100" endDate="2020-06-01 17:20:02 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 17:32:54 +0100" startDate="2020-06-01 17:20:02 +0100" endDate="2020-06-01 17:30:03 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 17:42:25 +0100" startDate="2020-06-01 17:30:03 +0100" endDate="2020-06-01 17:40:04 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 17:52:19 +0100" startDate="2020-06-01 17:40:04 +0100" endDate="2020-06-01 17:49:37 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 18:01:10 +0100" startDate="2020-06-01 17:50:07 +0100" endDate="2020-06-01 18:00:09 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 18:12:25 +0100" startDate="2020-06-01 18:00:09 +0100" endDate="2020-06-01 18:10:10 +0100" value="901"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 18:23:20 +0100" startDate="2020-06-01 18:10:10 +0100" endDate="2020-06-01 18:20:08 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 18:34:14 +0100" startDate="2020-06-01 18:20:28 +0100" endDate="2020-06-01 18:30:29 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 18:43:17 +0100" startDate="2020-06-01 18:30:29 +0100" endDate="2020-06-01 18:34:37 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 18:52:05 +0100" startDate="2020-06-01 18:40:31 +0100" endDate="2020-06-01 18:50:32 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 19:01:34 +0100" startDate="2020-06-01 18:50:32 +0100" endDate="2020-06-01 18:50:47 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:40:28 +0100" startDate="2020-06-01 20:29:25 +0100" endDate="2020-06-01 20:29:50 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:40 +0100" startDate="2020-06-01 20:44:39 +0100" endDate="2020-06-01 20:44:44 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:40 +0100" startDate="2020-06-01 20:44:44 +0100" endDate="2020-06-01 20:44:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:40 +0100" startDate="2020-06-01 20:44:49 +0100" endDate="2020-06-01 20:44:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:40 +0100" startDate="2020-06-01 20:44:54 +0100" endDate="2020-06-01 20:45:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:40 +0100" startDate="2020-06-01 20:45:00 +0100" endDate="2020-06-01 20:45:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:40 +0100" startDate="2020-06-01 20:45:05 +0100" endDate="2020-06-01 20:45:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:40 +0100" startDate="2020-06-01 20:45:10 +0100" endDate="2020-06-01 20:45:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:40 +0100" startDate="2020-06-01 20:45:15 +0100" endDate="2020-06-01 20:45:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:40 +0100" startDate="2020-06-01 20:45:20 +0100" endDate="2020-06-01 20:45:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:40 +0100" startDate="2020-06-01 20:45:25 +0100" endDate="2020-06-01 20:45:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:40 +0100" startDate="2020-06-01 20:45:33 +0100" endDate="2020-06-01 20:45:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:43 +0100" startDate="2020-06-01 20:45:38 +0100" endDate="2020-06-01 20:45:40 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:48 +0100" startDate="2020-06-01 20:45:40 +0100" endDate="2020-06-01 20:45:43 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:53 +0100" startDate="2020-06-01 20:45:43 +0100" endDate="2020-06-01 20:45:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:45:56 +0100" startDate="2020-06-01 20:45:48 +0100" endDate="2020-06-01 20:45:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 20:57:46 +0100" startDate="2020-06-01 20:45:53 +0100" endDate="2020-06-01 20:54:12 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 21:56:36 +0100" startDate="2020-06-01 21:42:55 +0100" endDate="2020-06-01 21:42:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 22:15:02 +0100" startDate="2020-06-01 22:00:31 +0100" endDate="2020-06-01 22:00:39 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-01 22:41:13 +0100" startDate="2020-06-01 22:30:11 +0100" endDate="2020-06-01 22:30:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 06:47:52 +0100" startDate="2020-06-02 06:33:51 +0100" endDate="2020-06-02 06:39:02 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 07:48:34 +0100" startDate="2020-06-02 07:36:44 +0100" endDate="2020-06-02 07:38:39 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 09:27:09 +0100" startDate="2020-06-02 09:12:38 +0100" endDate="2020-06-02 09:17:10 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 09:53:23 +0100" startDate="2020-06-02 09:41:12 +0100" endDate="2020-06-02 09:48:45 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 10:54:22 +0100" startDate="2020-06-02 10:43:20 +0100" endDate="2020-06-02 10:43:45 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 11:08:53 +0100" startDate="2020-06-02 10:57:51 +0100" endDate="2020-06-02 11:00:13 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 11:27:58 +0100" startDate="2020-06-02 11:16:18 +0100" endDate="2020-06-02 11:17:02 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 12:13:07 +0100" startDate="2020-06-02 11:58:36 +0100" endDate="2020-06-02 12:08:38 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 12:20:21 +0100" startDate="2020-06-02 12:08:38 +0100" endDate="2020-06-02 12:09:59 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 13:06:50 +0100" startDate="2020-06-02 12:55:47 +0100" endDate="2020-06-02 13:03:39 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 13:17:45 +0100" startDate="2020-06-02 13:06:42 +0100" endDate="2020-06-02 13:12:06 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 14:22:03 +0100" startDate="2020-06-02 14:10:47 +0100" endDate="2020-06-02 14:20:21 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 15:06:21 +0100" startDate="2020-06-02 14:55:19 +0100" endDate="2020-06-02 15:01:08 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 16:05:43 +0100" startDate="2020-06-02 15:54:37 +0100" endDate="2020-06-02 15:55:46 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 16:16:57 +0100" startDate="2020-06-02 16:04:47 +0100" endDate="2020-06-02 16:04:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 16:58:38 +0100" startDate="2020-06-02 16:47:00 +0100" endDate="2020-06-02 16:47:07 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 17:11:48 +0100" startDate="2020-06-02 17:00:45 +0100" endDate="2020-06-02 17:09:37 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 17:41:27 +0100" startDate="2020-06-02 17:30:24 +0100" endDate="2020-06-02 17:30:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 18:31:50 +0100" startDate="2020-06-02 18:20:38 +0100" endDate="2020-06-02 18:30:38 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 18:41:41 +0100" startDate="2020-06-02 18:30:38 +0100" endDate="2020-06-02 18:36:07 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 19:34:22 +0100" startDate="2020-06-02 19:23:20 +0100" endDate="2020-06-02 19:28:38 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 20:00:28 +0100" startDate="2020-06-02 19:48:55 +0100" endDate="2020-06-02 19:49:18 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-02 22:30:11 +0100" startDate="2020-06-02 22:19:09 +0100" endDate="2020-06-02 22:19:24 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 06:37:18 +0100" startDate="2020-06-03 06:21:59 +0100" endDate="2020-06-03 06:31:57 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 06:43:50 +0100" startDate="2020-06-03 06:32:00 +0100" endDate="2020-06-03 06:36:48 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 07:21:31 +0100" startDate="2020-06-03 07:09:45 +0100" endDate="2020-06-03 07:09:55 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 08:05:32 +0100" startDate="2020-06-03 07:54:18 +0100" endDate="2020-06-03 08:00:27 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 11:19:05 +0100" startDate="2020-06-03 11:07:28 +0100" endDate="2020-06-03 11:09:23 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 11:45:49 +0100" startDate="2020-06-03 11:34:34 +0100" endDate="2020-06-03 11:44:28 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 11:58:07 +0100" startDate="2020-06-03 11:44:56 +0100" endDate="2020-06-03 11:54:57 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 12:10:59 +0100" startDate="2020-06-03 11:54:57 +0100" endDate="2020-06-03 11:55:30 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 13:10:53 +0100" startDate="2020-06-03 12:59:35 +0100" endDate="2020-06-03 13:08:55 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 13:21:43 +0100" startDate="2020-06-03 13:09:46 +0100" endDate="2020-06-03 13:19:47 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 13:31:18 +0100" startDate="2020-06-03 13:19:47 +0100" endDate="2020-06-03 13:23:29 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 13:47:31 +0100" startDate="2020-06-03 13:36:28 +0100" endDate="2020-06-03 13:43:16 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 14:01:38 +0100" startDate="2020-06-03 13:47:18 +0100" endDate="2020-06-03 13:52:21 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 14:25:11 +0100" startDate="2020-06-03 14:11:13 +0100" endDate="2020-06-03 14:17:43 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 14:36:38 +0100" startDate="2020-06-03 14:25:26 +0100" endDate="2020-06-03 14:26:58 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 15:20:04 +0100" startDate="2020-06-03 15:09:01 +0100" endDate="2020-06-03 15:12:00 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 16:56:57 +0100" startDate="2020-06-03 16:45:55 +0100" endDate="2020-06-03 16:47:03 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 17:12:09 +0100" startDate="2020-06-03 16:58:49 +0100" endDate="2020-06-03 16:59:04 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 17:54:39 +0100" startDate="2020-06-03 17:40:43 +0100" endDate="2020-06-03 17:49:38 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 18:09:05 +0100" startDate="2020-06-03 17:54:05 +0100" endDate="2020-06-03 18:00:45 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 18:54:24 +0100" startDate="2020-06-03 18:35:30 +0100" endDate="2020-06-03 18:39:09 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 19:45:44 +0100" startDate="2020-06-03 19:32:43 +0100" endDate="2020-06-03 19:40:06 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-03 22:17:05 +0100" startDate="2020-06-03 22:06:02 +0100" endDate="2020-06-03 22:09:39 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 06:59:45 +0100" startDate="2020-06-04 06:47:47 +0100" endDate="2020-06-04 06:47:54 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 07:45:02 +0100" startDate="2020-06-04 07:33:59 +0100" endDate="2020-06-04 07:35:25 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 08:13:55 +0100" startDate="2020-06-04 08:00:34 +0100" endDate="2020-06-04 08:10:35 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 08:21:37 +0100" startDate="2020-06-04 08:10:35 +0100" endDate="2020-06-04 08:20:36 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 08:31:38 +0100" startDate="2020-06-04 08:20:36 +0100" endDate="2020-06-04 08:30:32 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 08:45:35 +0100" startDate="2020-06-04 08:30:37 +0100" endDate="2020-06-04 08:35:32 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 11:25:07 +0100" startDate="2020-06-04 11:13:59 +0100" endDate="2020-06-04 11:14:21 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 12:19:08 +0100" startDate="2020-06-04 12:08:05 +0100" endDate="2020-06-04 12:16:04 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 12:30:32 +0100" startDate="2020-06-04 12:19:15 +0100" endDate="2020-06-04 12:20:52 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 13:46:26 +0100" startDate="2020-06-04 13:31:09 +0100" endDate="2020-06-04 13:31:24 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 14:55:25 +0100" startDate="2020-06-04 14:42:48 +0100" endDate="2020-06-04 14:52:48 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 15:04:10 +0100" startDate="2020-06-04 14:52:48 +0100" endDate="2020-06-04 15:02:06 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 15:15:33 +0100" startDate="2020-06-04 15:03:50 +0100" endDate="2020-06-04 15:04:54 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 16:18:31 +0100" startDate="2020-06-04 16:04:31 +0100" endDate="2020-06-04 16:13:41 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 16:48:38 +0100" startDate="2020-06-04 16:36:57 +0100" endDate="2020-06-04 16:44:28 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 17:04:13 +0100" startDate="2020-06-04 16:51:24 +0100" endDate="2020-06-04 16:57:23 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 17:50:26 +0100" startDate="2020-06-04 17:39:12 +0100" endDate="2020-06-04 17:44:31 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 18:23:17 +0100" startDate="2020-06-04 18:12:14 +0100" endDate="2020-06-04 18:20:26 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 19:11:18 +0100" startDate="2020-06-04 18:58:22 +0100" endDate="2020-06-04 18:58:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 21:12:19 +0100" startDate="2020-06-04 21:01:16 +0100" endDate="2020-06-04 21:03:29 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 21:34:07 +0100" startDate="2020-06-04 21:22:53 +0100" endDate="2020-06-04 21:32:54 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 21:43:57 +0100" startDate="2020-06-04 21:32:54 +0100" endDate="2020-06-04 21:40:40 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-04 22:29:29 +0100" startDate="2020-06-04 22:18:26 +0100" endDate="2020-06-04 22:21:23 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 06:17:02 +0100" startDate="2020-06-05 06:03:37 +0100" endDate="2020-06-05 06:04:15 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 06:53:56 +0100" startDate="2020-06-05 06:42:08 +0100" endDate="2020-06-05 06:42:29 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 07:10:54 +0100" startDate="2020-06-05 06:59:51 +0100" endDate="2020-06-05 07:07:32 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 07:56:59 +0100" startDate="2020-06-05 07:34:58 +0100" endDate="2020-06-05 07:44:59 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 07:56:59 +0100" startDate="2020-06-05 07:45:17 +0100" endDate="2020-06-05 07:50:33 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 08:05:22 +0100" startDate="2020-06-05 07:54:19 +0100" endDate="2020-06-05 07:57:02 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 08:23:01 +0100" startDate="2020-06-05 08:11:59 +0100" endDate="2020-06-05 08:14:14 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 08:58:17 +0100" startDate="2020-06-05 08:42:45 +0100" endDate="2020-06-05 08:45:10 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 09:49:27 +0100" startDate="2020-06-05 09:38:25 +0100" endDate="2020-06-05 09:47:07 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 10:07:39 +0100" startDate="2020-06-05 09:50:44 +0100" endDate="2020-06-05 09:56:35 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 14:11:37 +0100" startDate="2020-06-05 14:00:23 +0100" endDate="2020-06-05 14:05:44 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 14:59:50 +0100" startDate="2020-06-05 14:48:18 +0100" endDate="2020-06-05 14:48:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 15:16:52 +0100" startDate="2020-06-05 15:05:39 +0100" endDate="2020-06-05 15:10:35 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 16:17:35 +0100" startDate="2020-06-05 16:06:06 +0100" endDate="2020-06-05 16:06:14 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 18:01:37 +0100" startDate="2020-06-05 17:47:58 +0100" endDate="2020-06-05 17:56:50 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-05 18:09:20 +0100" startDate="2020-06-05 17:58:17 +0100" endDate="2020-06-05 18:02:50 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-06 03:13:50 +0100" startDate="2020-06-06 02:58:02 +0100" endDate="2020-06-06 03:05:33 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-06 03:33:56 +0100" startDate="2020-06-06 03:22:53 +0100" endDate="2020-06-06 03:24:51 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-06 09:18:11 +0100" startDate="2020-06-06 09:07:08 +0100" endDate="2020-06-06 09:09:23 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-06 10:19:29 +0100" startDate="2020-06-06 10:08:27 +0100" endDate="2020-06-06 10:16:21 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-06 11:07:27 +0100" startDate="2020-06-06 10:55:17 +0100" endDate="2020-06-06 11:05:05 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-06 11:20:17 +0100" startDate="2020-06-06 11:08:01 +0100" endDate="2020-06-06 11:08:14 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-06 22:31:33 +0100" startDate="2020-06-06 22:20:31 +0100" endDate="2020-06-06 22:24:38 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 02:37:45 +0100" startDate="2020-06-07 02:26:42 +0100" endDate="2020-06-07 02:33:53 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 07:50:48 +0100" startDate="2020-06-07 07:34:42 +0100" endDate="2020-06-07 07:36:01 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 10:10:52 +0100" startDate="2020-06-07 09:59:30 +0100" endDate="2020-06-07 10:03:07 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 12:37:01 +0100" startDate="2020-06-07 12:25:30 +0100" endDate="2020-06-07 12:26:59 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 13:14:10 +0100" startDate="2020-06-07 13:03:19 +0100" endDate="2020-06-07 13:12:54 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 13:40:57 +0100" startDate="2020-06-07 13:24:30 +0100" endDate="2020-06-07 13:24:37 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 18:17:43 +0100" startDate="2020-06-07 18:06:31 +0100" endDate="2020-06-07 18:15:48 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 18:51:57 +0100" startDate="2020-06-07 18:36:31 +0100" endDate="2020-06-07 18:36:59 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 19:03:17 +0100" startDate="2020-06-07 18:49:54 +0100" endDate="2020-06-07 18:58:10 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 20:37:42 +0100" startDate="2020-06-07 19:47:12 +0100" endDate="2020-06-07 19:57:08 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 20:37:42 +0100" startDate="2020-06-07 20:02:58 +0100" endDate="2020-06-07 20:11:40 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 20:37:42 +0100" startDate="2020-06-07 20:15:09 +0100" endDate="2020-06-07 20:25:03 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 20:37:42 +0100" startDate="2020-06-07 20:25:11 +0100" endDate="2020-06-07 20:32:29 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 20:37:42 +0100" startDate="2020-06-07 20:36:10 +0100" endDate="2020-06-07 20:36:41 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 21:18:45 +0100" startDate="2020-06-07 21:01:32 +0100" endDate="2020-06-07 21:01:58 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 21:35:26 +0100" startDate="2020-06-07 21:24:23 +0100" endDate="2020-06-07 21:32:08 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 21:46:09 +0100" startDate="2020-06-07 21:35:06 +0100" endDate="2020-06-07 21:35:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 22:32:51 +0100" startDate="2020-06-07 22:21:48 +0100" endDate="2020-06-07 22:26:38 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-07 23:48:22 +0100" startDate="2020-06-07 23:37:20 +0100" endDate="2020-06-07 23:37:25 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 06:34:37 +0100" startDate="2020-06-08 06:23:34 +0100" endDate="2020-06-08 06:27:30 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 07:32:11 +0100" startDate="2020-06-08 07:18:41 +0100" endDate="2020-06-08 07:18:56 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 09:54:39 +0100" startDate="2020-06-08 09:38:21 +0100" endDate="2020-06-08 09:45:16 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 12:21:28 +0100" startDate="2020-06-08 12:10:26 +0100" endDate="2020-06-08 12:15:22 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 12:42:52 +0100" startDate="2020-06-08 12:31:49 +0100" endDate="2020-06-08 12:41:22 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 13:03:30 +0100" startDate="2020-06-08 12:51:34 +0100" endDate="2020-06-08 13:00:11 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 14:12:55 +0100" startDate="2020-06-08 14:01:52 +0100" endDate="2020-06-08 14:07:46 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 15:50:44 +0100" startDate="2020-06-08 15:39:15 +0100" endDate="2020-06-08 15:39:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 17:14:21 +0100" startDate="2020-06-08 17:00:52 +0100" endDate="2020-06-08 17:01:48 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 17:25:23 +0100" startDate="2020-06-08 17:14:20 +0100" endDate="2020-06-08 17:17:03 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 17:43:08 +0100" startDate="2020-06-08 17:32:05 +0100" endDate="2020-06-08 17:38:30 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 18:03:18 +0100" startDate="2020-06-08 17:46:59 +0100" endDate="2020-06-08 17:48:38 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-08 21:49:31 +0100" startDate="2020-06-08 21:38:28 +0100" endDate="2020-06-08 21:41:11 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 06:55:54 +0100" startDate="2020-06-09 06:41:01 +0100" endDate="2020-06-09 06:44:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 07:55:19 +0100" startDate="2020-06-09 07:42:41 +0100" endDate="2020-06-09 07:42:56 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 08:16:36 +0100" startDate="2020-06-09 08:00:30 +0100" endDate="2020-06-09 08:03:41 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 08:43:18 +0100" startDate="2020-06-09 08:32:15 +0100" endDate="2020-06-09 08:37:41 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 10:59:43 +0100" startDate="2020-06-09 10:48:40 +0100" endDate="2020-06-09 10:58:38 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 11:10:27 +0100" startDate="2020-06-09 10:58:41 +0100" endDate="2020-06-09 11:08:11 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 11:20:10 +0100" startDate="2020-06-09 11:09:07 +0100" endDate="2020-06-09 11:14:05 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 11:31:07 +0100" startDate="2020-06-09 11:20:05 +0100" endDate="2020-06-09 11:28:01 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 13:09:57 +0100" startDate="2020-06-09 12:19:48 +0100" endDate="2020-06-09 12:28:17 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 13:39:51 +0100" startDate="2020-06-09 13:26:20 +0100" endDate="2020-06-09 13:27:44 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 14:05:33 +0100" startDate="2020-06-09 13:53:53 +0100" endDate="2020-06-09 14:03:54 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 14:18:36 +0100" startDate="2020-06-09 14:03:54 +0100" endDate="2020-06-09 14:13:55 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 14:25:00 +0100" startDate="2020-06-09 14:13:55 +0100" endDate="2020-06-09 14:22:14 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 14:35:12 +0100" startDate="2020-06-09 14:24:04 +0100" endDate="2020-06-09 14:26:39 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 15:35:36 +0100" startDate="2020-06-09 15:23:04 +0100" endDate="2020-06-09 15:23:35 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 16:58:58 +0100" startDate="2020-06-09 16:47:56 +0100" endDate="2020-06-09 16:52:15 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 17:25:14 +0100" startDate="2020-06-09 17:05:52 +0100" endDate="2020-06-09 17:13:46 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 18:01:02 +0100" startDate="2020-06-09 17:49:59 +0100" endDate="2020-06-09 17:58:44 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 18:11:28 +0100" startDate="2020-06-09 18:00:18 +0100" endDate="2020-06-09 18:06:25 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 18:36:42 +0100" startDate="2020-06-09 18:23:47 +0100" endDate="2020-06-09 18:33:48 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 20:09:08 +0100" startDate="2020-06-09 19:57:28 +0100" endDate="2020-06-09 20:02:18 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 18:45:00 +0100" startDate="2020-06-09 18:33:48 +0100" endDate="2020-06-09 18:42:10 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 18:55:02 +0100" startDate="2020-06-09 18:43:59 +0100" endDate="2020-06-09 18:54:00 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 19:06:59 +0100" startDate="2020-06-09 18:54:00 +0100" endDate="2020-06-09 19:03:59 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 19:19:17 +0100" startDate="2020-06-09 19:04:01 +0100" endDate="2020-06-09 19:14:02 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 19:27:22 +0100" startDate="2020-06-09 19:14:02 +0100" endDate="2020-06-09 19:23:38 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 19:37:16 +0100" startDate="2020-06-09 19:24:19 +0100" endDate="2020-06-09 19:34:20 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 19:45:48 +0100" startDate="2020-06-09 19:34:20 +0100" endDate="2020-06-09 19:35:14 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 20:24:21 +0100" startDate="2020-06-09 20:08:46 +0100" endDate="2020-06-09 20:08:58 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-09 22:30:03 +0100" startDate="2020-06-09 22:19:00 +0100" endDate="2020-06-09 22:22:44 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 06:22:25 +0100" startDate="2020-06-10 06:11:23 +0100" endDate="2020-06-10 06:20:10 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 09:17:39 +0100" startDate="2020-06-10 09:01:29 +0100" endDate="2020-06-10 09:01:42 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 09:46:46 +0100" startDate="2020-06-10 09:34:01 +0100" endDate="2020-06-10 09:39:47 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 12:21:45 +0100" startDate="2020-06-10 12:09:26 +0100" endDate="2020-06-10 12:18:16 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 12:31:18 +0100" startDate="2020-06-10 12:20:06 +0100" endDate="2020-06-10 12:29:11 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 12:46:46 +0100" startDate="2020-06-10 12:34:26 +0100" endDate="2020-06-10 12:34:49 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 13:38:55 +0100" startDate="2020-06-10 13:27:52 +0100" endDate="2020-06-10 13:28:17 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 13:56:09 +0100" startDate="2020-06-10 13:45:06 +0100" endDate="2020-06-10 13:52:12 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 14:12:14 +0100" startDate="2020-06-10 14:01:12 +0100" endDate="2020-06-10 14:01:40 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 14:36:41 +0100" startDate="2020-06-10 14:24:07 +0100" endDate="2020-06-10 14:33:51 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 14:45:18 +0100" startDate="2020-06-10 14:34:09 +0100" endDate="2020-06-10 14:34:24 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 15:43:07 +0100" startDate="2020-06-10 15:30:41 +0100" endDate="2020-06-10 15:40:42 +0100" value="897"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 15:52:05 +0100" startDate="2020-06-10 15:40:42 +0100" endDate="2020-06-10 15:50:43 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 16:03:47 +0100" startDate="2020-06-10 15:50:43 +0100" endDate="2020-06-10 15:56:50 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 16:14:04 +0100" startDate="2020-06-10 16:03:02 +0100" endDate="2020-06-10 16:03:42 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 16:28:43 +0100" startDate="2020-06-10 16:17:40 +0100" endDate="2020-06-10 16:25:41 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 18:04:29 +0100" startDate="2020-06-10 17:46:28 +0100" endDate="2020-06-10 17:49:39 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 18:33:10 +0100" startDate="2020-06-10 18:21:39 +0100" endDate="2020-06-10 18:22:35 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 20:16:26 +0100" startDate="2020-06-10 20:02:21 +0100" endDate="2020-06-10 20:12:23 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 20:23:25 +0100" startDate="2020-06-10 20:12:23 +0100" endDate="2020-06-10 20:22:24 +0100" value="860"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 20:37:11 +0100" startDate="2020-06-10 20:22:24 +0100" endDate="2020-06-10 20:32:25 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 20:45:18 +0100" startDate="2020-06-10 20:32:25 +0100" endDate="2020-06-10 20:42:26 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 20:53:50 +0100" startDate="2020-06-10 20:42:26 +0100" endDate="2020-06-10 20:45:26 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 21:09:42 +0100" startDate="2020-06-10 20:58:02 +0100" endDate="2020-06-10 20:58:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 21:31:18 +0100" startDate="2020-06-10 21:11:50 +0100" endDate="2020-06-10 21:12:05 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 22:12:35 +0100" startDate="2020-06-10 21:57:08 +0100" endDate="2020-06-10 21:57:10 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-10 22:32:04 +0100" startDate="2020-06-10 22:14:58 +0100" endDate="2020-06-10 22:15:15 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 01:50:40 +0100" startDate="2020-06-11 01:37:14 +0100" endDate="2020-06-11 01:40:28 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 02:02:13 +0100" startDate="2020-06-11 01:51:11 +0100" endDate="2020-06-11 01:51:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 02:35:20 +0100" startDate="2020-06-11 02:24:17 +0100" endDate="2020-06-11 02:24:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 05:48:39 +0100" startDate="2020-06-11 05:31:24 +0100" endDate="2020-06-11 05:31:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 10:15:26 +0100" startDate="2020-06-11 10:04:23 +0100" endDate="2020-06-11 10:07:17 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 10:44:08 +0100" startDate="2020-06-11 10:33:05 +0100" endDate="2020-06-11 10:33:59 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 11:29:44 +0100" startDate="2020-06-11 11:18:38 +0100" endDate="2020-06-11 11:27:25 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 11:42:27 +0100" startDate="2020-06-11 11:31:25 +0100" endDate="2020-06-11 11:33:19 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 12:29:27 +0100" startDate="2020-06-11 12:18:25 +0100" endDate="2020-06-11 12:27:08 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 12:49:54 +0100" startDate="2020-06-11 12:37:30 +0100" endDate="2020-06-11 12:38:10 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 14:10:58 +0100" startDate="2020-06-11 13:50:19 +0100" endDate="2020-06-11 13:54:59 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 15:51:43 +0100" startDate="2020-06-11 15:40:13 +0100" endDate="2020-06-11 15:41:14 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 17:43:11 +0100" startDate="2020-06-11 17:30:13 +0100" endDate="2020-06-11 17:30:21 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 18:15:04 +0100" startDate="2020-06-11 18:03:13 +0100" endDate="2020-06-11 18:03:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 18:24:24 +0100" startDate="2020-06-11 18:13:22 +0100" endDate="2020-06-11 18:16:15 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 18:59:20 +0100" startDate="2020-06-11 18:37:10 +0100" endDate="2020-06-11 18:38:04 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 19:11:03 +0100" startDate="2020-06-11 18:58:06 +0100" endDate="2020-06-11 19:05:16 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 19:19:33 +0100" startDate="2020-06-11 19:08:30 +0100" endDate="2020-06-11 19:11:38 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 21:08:18 +0100" startDate="2020-06-11 20:55:22 +0100" endDate="2020-06-11 20:55:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 21:23:57 +0100" startDate="2020-06-11 21:12:11 +0100" endDate="2020-06-11 21:18:13 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 21:56:18 +0100" startDate="2020-06-11 21:45:15 +0100" endDate="2020-06-11 21:52:49 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-11 22:10:21 +0100" startDate="2020-06-11 21:59:19 +0100" endDate="2020-06-11 21:59:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 07:07:34 +0100" startDate="2020-06-12 06:32:47 +0100" endDate="2020-06-12 06:32:54 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 07:48:58 +0100" startDate="2020-06-12 07:36:53 +0100" endDate="2020-06-12 07:36:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 08:25:08 +0100" startDate="2020-06-12 08:12:17 +0100" endDate="2020-06-12 08:18:17 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 08:37:18 +0100" startDate="2020-06-12 08:24:55 +0100" endDate="2020-06-12 08:25:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 08:58:04 +0100" startDate="2020-06-12 08:46:21 +0100" endDate="2020-06-12 08:46:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 09:20:59 +0100" startDate="2020-06-12 09:06:37 +0100" endDate="2020-06-12 09:09:30 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 09:39:17 +0100" startDate="2020-06-12 09:21:36 +0100" endDate="2020-06-12 09:31:29 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 09:52:04 +0100" startDate="2020-06-12 09:37:08 +0100" endDate="2020-06-12 09:46:26 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 09:59:26 +0100" startDate="2020-06-12 09:48:18 +0100" endDate="2020-06-12 09:57:13 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 10:15:47 +0100" startDate="2020-06-12 09:59:10 +0100" endDate="2020-06-12 10:06:20 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 11:03:55 +0100" startDate="2020-06-12 10:46:24 +0100" endDate="2020-06-12 10:53:50 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 11:27:28 +0100" startDate="2020-06-12 11:16:25 +0100" endDate="2020-06-12 11:17:03 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 11:59:24 +0100" startDate="2020-06-12 11:46:03 +0100" endDate="2020-06-12 11:46:24 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 12:59:10 +0100" startDate="2020-06-12 12:49:00 +0100" endDate="2020-06-12 12:49:08 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 13:27:09 +0100" startDate="2020-06-12 13:16:07 +0100" endDate="2020-06-12 13:24:44 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 13:49:58 +0100" startDate="2020-06-12 13:35:56 +0100" endDate="2020-06-12 13:35:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 15:49:14 +0100" startDate="2020-06-12 15:38:11 +0100" endDate="2020-06-12 15:38:22 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 16:15:57 +0100" startDate="2020-06-12 16:04:54 +0100" endDate="2020-06-12 16:13:52 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 16:30:34 +0100" startDate="2020-06-12 16:17:03 +0100" endDate="2020-06-12 16:27:04 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 16:40:37 +0100" startDate="2020-06-12 16:27:04 +0100" endDate="2020-06-12 16:30:30 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 17:26:52 +0100" startDate="2020-06-12 17:11:01 +0100" endDate="2020-06-12 17:21:02 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 17:35:37 +0100" startDate="2020-06-12 17:21:02 +0100" endDate="2020-06-12 17:31:03 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 17:47:10 +0100" startDate="2020-06-12 17:31:03 +0100" endDate="2020-06-12 17:39:48 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 18:03:48 +0100" startDate="2020-06-12 17:51:58 +0100" endDate="2020-06-12 18:01:45 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 18:14:37 +0100" startDate="2020-06-12 18:03:34 +0100" endDate="2020-06-12 18:03:47 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-12 22:07:31 +0100" startDate="2020-06-12 21:56:28 +0100" endDate="2020-06-12 22:02:11 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 07:36:03 +0100" startDate="2020-06-13 07:21:54 +0100" endDate="2020-06-13 07:21:59 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 07:52:47 +0100" startDate="2020-06-13 07:41:43 +0100" endDate="2020-06-13 07:48:58 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 08:42:45 +0100" startDate="2020-06-13 08:31:42 +0100" endDate="2020-06-13 08:41:30 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 08:53:37 +0100" startDate="2020-06-13 08:42:21 +0100" endDate="2020-06-13 08:43:53 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 09:31:31 +0100" startDate="2020-06-13 09:20:23 +0100" endDate="2020-06-13 09:20:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 12:12:47 +0100" startDate="2020-06-13 12:01:41 +0100" endDate="2020-06-13 12:02:04 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 12:48:39 +0100" startDate="2020-06-13 12:37:37 +0100" endDate="2020-06-13 12:42:50 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 13:26:22 +0100" startDate="2020-06-13 13:15:19 +0100" endDate="2020-06-13 13:22:20 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 14:04:10 +0100" startDate="2020-06-13 13:53:05 +0100" endDate="2020-06-13 14:02:08 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 14:21:21 +0100" startDate="2020-06-13 14:03:39 +0100" endDate="2020-06-13 14:05:03 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 16:18:44 +0100" startDate="2020-06-13 16:06:58 +0100" endDate="2020-06-13 16:10:04 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 17:21:00 +0100" startDate="2020-06-13 17:09:58 +0100" endDate="2020-06-13 17:14:33 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 22:52:42 +0100" startDate="2020-06-13 22:41:39 +0100" endDate="2020-06-13 22:43:24 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-13 23:20:31 +0100" startDate="2020-06-13 23:09:11 +0100" endDate="2020-06-13 23:09:41 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 08:01:10 +0100" startDate="2020-06-14 07:47:52 +0100" endDate="2020-06-14 07:54:19 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 08:13:55 +0100" startDate="2020-06-14 08:00:06 +0100" endDate="2020-06-14 08:00:21 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 10:29:51 +0100" startDate="2020-06-14 10:18:32 +0100" endDate="2020-06-14 10:24:14 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 11:03:24 +0100" startDate="2020-06-14 10:52:21 +0100" endDate="2020-06-14 10:53:07 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 11:37:01 +0100" startDate="2020-06-14 11:23:55 +0100" endDate="2020-06-14 11:33:55 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 11:44:58 +0100" startDate="2020-06-14 11:33:55 +0100" endDate="2020-06-14 11:37:52 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 12:17:49 +0100" startDate="2020-06-14 12:03:05 +0100" endDate="2020-06-14 12:04:19 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 12:30:10 +0100" startDate="2020-06-14 12:19:07 +0100" endDate="2020-06-14 12:20:57 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 12:47:11 +0100" startDate="2020-06-14 12:36:09 +0100" endDate="2020-06-14 12:46:08 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 12:57:19 +0100" startDate="2020-06-14 12:46:08 +0100" endDate="2020-06-14 12:56:09 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 13:10:10 +0100" startDate="2020-06-14 12:56:09 +0100" endDate="2020-06-14 12:57:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 13:33:46 +0100" startDate="2020-06-14 13:22:21 +0100" endDate="2020-06-14 13:22:29 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 14:21:22 +0100" startDate="2020-06-14 14:03:23 +0100" endDate="2020-06-14 14:03:59 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 14:32:46 +0100" startDate="2020-06-14 14:21:43 +0100" endDate="2020-06-14 14:25:02 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 15:05:01 +0100" startDate="2020-06-14 14:52:40 +0100" endDate="2020-06-14 14:54:22 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 15:41:22 +0100" startDate="2020-06-14 15:21:22 +0100" endDate="2020-06-14 15:26:08 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 15:53:42 +0100" startDate="2020-06-14 15:42:29 +0100" endDate="2020-06-14 15:42:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 16:07:01 +0100" startDate="2020-06-14 15:53:32 +0100" endDate="2020-06-14 15:53:39 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 16:30:11 +0100" startDate="2020-06-14 16:13:58 +0100" endDate="2020-06-14 16:21:19 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 16:49:56 +0100" startDate="2020-06-14 16:38:53 +0100" endDate="2020-06-14 16:43:33 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 17:40:24 +0100" startDate="2020-06-14 17:29:22 +0100" endDate="2020-06-14 17:31:32 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-14 22:12:59 +0100" startDate="2020-06-14 22:01:56 +0100" endDate="2020-06-14 22:02:44 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 07:11:49 +0100" startDate="2020-06-15 07:00:20 +0100" endDate="2020-06-15 07:10:21 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 07:21:25 +0100" startDate="2020-06-15 07:10:21 +0100" endDate="2020-06-15 07:12:34 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 08:25:51 +0100" startDate="2020-06-15 08:14:36 +0100" endDate="2020-06-15 08:21:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 08:39:10 +0100" startDate="2020-06-15 08:26:42 +0100" endDate="2020-06-15 08:35:35 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 11:42:09 +0100" startDate="2020-06-15 11:30:53 +0100" endDate="2020-06-15 11:40:54 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 11:54:53 +0100" startDate="2020-06-15 11:40:54 +0100" endDate="2020-06-15 11:50:55 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 12:02:44 +0100" startDate="2020-06-15 11:50:55 +0100" endDate="2020-06-15 11:58:08 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 12:18:17 +0100" startDate="2020-06-15 12:05:24 +0100" endDate="2020-06-15 12:07:39 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 13:52:14 +0100" startDate="2020-06-15 13:36:19 +0100" endDate="2020-06-15 13:36:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 15:07:48 +0100" startDate="2020-06-15 14:54:30 +0100" endDate="2020-06-15 14:58:14 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 15:59:22 +0100" startDate="2020-06-15 15:45:43 +0100" endDate="2020-06-15 15:49:48 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 16:51:15 +0100" startDate="2020-06-15 16:38:23 +0100" endDate="2020-06-15 16:38:38 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 18:20:26 +0100" startDate="2020-06-15 18:09:23 +0100" endDate="2020-06-15 18:09:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 21:37:42 +0100" startDate="2020-06-15 21:26:39 +0100" endDate="2020-06-15 21:27:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-15 21:47:54 +0100" startDate="2020-06-15 21:36:51 +0100" endDate="2020-06-15 21:37:52 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.4.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.4.1, creation date:2020-05-19 04:29:05 +0000&gt;" unit="count" creationDate="2020-06-16 06:47:23 +0100" startDate="2020-06-16 06:33:58 +0100" endDate="2020-06-16 06:41:14 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 06:56:58 +0100" startDate="2020-06-16 06:45:31 +0100" endDate="2020-06-16 06:47:46 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 07:18:12 +0100" startDate="2020-06-16 07:04:11 +0100" endDate="2020-06-16 07:09:09 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 07:53:50 +0100" startDate="2020-06-16 07:42:26 +0100" endDate="2020-06-16 07:42:57 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 08:09:19 +0100" startDate="2020-06-16 07:53:04 +0100" endDate="2020-06-16 07:53:12 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 09:07:00 +0100" startDate="2020-06-16 08:54:25 +0100" endDate="2020-06-16 09:01:32 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 09:21:14 +0100" startDate="2020-06-16 09:05:27 +0100" endDate="2020-06-16 09:07:52 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 09:31:27 +0100" startDate="2020-06-16 09:18:21 +0100" endDate="2020-06-16 09:22:51 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 09:44:22 +0100" startDate="2020-06-16 09:31:38 +0100" endDate="2020-06-16 09:37:45 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 10:03:27 +0100" startDate="2020-06-16 09:52:25 +0100" endDate="2020-06-16 10:02:26 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 10:13:28 +0100" startDate="2020-06-16 10:02:26 +0100" endDate="2020-06-16 10:10:50 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 10:24:41 +0100" startDate="2020-06-16 10:13:38 +0100" endDate="2020-06-16 10:18:06 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 11:03:10 +0100" startDate="2020-06-16 11:02:34 +0100" endDate="2020-06-16 11:02:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 13:02:21 +0100" startDate="2020-06-16 12:47:28 +0100" endDate="2020-06-16 12:47:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 13:21:01 +0100" startDate="2020-06-16 13:09:49 +0100" endDate="2020-06-16 13:16:11 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 14:40:36 +0100" startDate="2020-06-16 14:27:31 +0100" endDate="2020-06-16 14:29:08 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 15:03:07 +0100" startDate="2020-06-16 14:52:05 +0100" endDate="2020-06-16 14:52:10 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 15:15:32 +0100" startDate="2020-06-16 15:03:37 +0100" endDate="2020-06-16 15:13:18 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 15:30:26 +0100" startDate="2020-06-16 15:18:08 +0100" endDate="2020-06-16 15:27:34 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 15:40:23 +0100" startDate="2020-06-16 15:28:40 +0100" endDate="2020-06-16 15:32:47 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 15:56:38 +0100" startDate="2020-06-16 15:45:34 +0100" endDate="2020-06-16 15:55:35 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 16:06:38 +0100" startDate="2020-06-16 15:55:35 +0100" endDate="2020-06-16 15:57:22 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 16:17:48 +0100" startDate="2020-06-16 16:05:42 +0100" endDate="2020-06-16 16:09:59 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 17:14:28 +0100" startDate="2020-06-16 17:03:25 +0100" endDate="2020-06-16 17:03:35 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 17:31:55 +0100" startDate="2020-06-16 17:20:53 +0100" endDate="2020-06-16 17:30:29 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 17:42:26 +0100" startDate="2020-06-16 17:31:02 +0100" endDate="2020-06-16 17:37:57 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 17:52:42 +0100" startDate="2020-06-16 17:41:39 +0100" endDate="2020-06-16 17:41:52 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-16 21:55:24 +0100" startDate="2020-06-16 21:44:21 +0100" endDate="2020-06-16 21:50:30 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 07:00:23 +0100" startDate="2020-06-17 06:49:12 +0100" endDate="2020-06-17 06:49:15 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 08:17:39 +0100" startDate="2020-06-17 08:06:33 +0100" endDate="2020-06-17 08:12:16 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 09:16:43 +0100" startDate="2020-06-17 09:05:41 +0100" endDate="2020-06-17 09:15:01 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 09:28:05 +0100" startDate="2020-06-17 09:15:42 +0100" endDate="2020-06-17 09:25:43 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 09:40:43 +0100" startDate="2020-06-17 09:25:43 +0100" endDate="2020-06-17 09:33:08 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 09:49:40 +0100" startDate="2020-06-17 09:37:00 +0100" endDate="2020-06-17 09:37:28 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 10:04:02 +0100" startDate="2020-06-17 09:51:26 +0100" endDate="2020-06-17 09:54:37 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 10:14:17 +0100" startDate="2020-06-17 10:02:37 +0100" endDate="2020-06-17 10:03:18 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 11:01:52 +0100" startDate="2020-06-17 10:45:47 +0100" endDate="2020-06-17 10:55:34 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 11:09:05 +0100" startDate="2020-06-17 10:57:29 +0100" endDate="2020-06-17 10:57:34 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 11:48:58 +0100" startDate="2020-06-17 11:37:55 +0100" endDate="2020-06-17 11:38:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 12:04:36 +0100" startDate="2020-06-17 11:52:51 +0100" endDate="2020-06-17 11:52:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 14:01:31 +0100" startDate="2020-06-17 13:50:05 +0100" endDate="2020-06-17 13:57:31 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 14:11:26 +0100" startDate="2020-06-17 14:00:16 +0100" endDate="2020-06-17 14:10:17 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 14:21:20 +0100" startDate="2020-06-17 14:10:17 +0100" endDate="2020-06-17 14:20:18 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 14:31:21 +0100" startDate="2020-06-17 14:20:18 +0100" endDate="2020-06-17 14:25:26 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 15:24:15 +0100" startDate="2020-06-17 15:13:12 +0100" endDate="2020-06-17 15:15:07 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 15:54:40 +0100" startDate="2020-06-17 15:43:37 +0100" endDate="2020-06-17 15:44:51 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 17:04:48 +0100" startDate="2020-06-17 16:53:45 +0100" endDate="2020-06-17 16:57:21 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 17:32:42 +0100" startDate="2020-06-17 17:20:53 +0100" endDate="2020-06-17 17:21:04 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 17:51:24 +0100" startDate="2020-06-17 17:37:58 +0100" endDate="2020-06-17 17:45:39 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 18:01:39 +0100" startDate="2020-06-17 17:50:36 +0100" endDate="2020-06-17 18:00:37 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 18:11:40 +0100" startDate="2020-06-17 18:00:37 +0100" endDate="2020-06-17 18:01:28 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 18:25:00 +0100" startDate="2020-06-17 18:13:58 +0100" endDate="2020-06-17 18:19:39 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 18:50:04 +0100" startDate="2020-06-17 18:36:49 +0100" endDate="2020-06-17 18:46:50 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 18:58:28 +0100" startDate="2020-06-17 18:46:50 +0100" endDate="2020-06-17 18:54:44 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 19:20:36 +0100" startDate="2020-06-17 19:09:33 +0100" endDate="2020-06-17 19:09:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 19:39:04 +0100" startDate="2020-06-17 19:28:02 +0100" endDate="2020-06-17 19:35:35 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 19:53:10 +0100" startDate="2020-06-17 19:42:07 +0100" endDate="2020-06-17 19:50:44 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 20:03:11 +0100" startDate="2020-06-17 19:52:08 +0100" endDate="2020-06-17 19:55:24 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 20:13:40 +0100" startDate="2020-06-17 20:02:38 +0100" endDate="2020-06-17 20:02:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-17 22:20:52 +0100" startDate="2020-06-17 22:09:50 +0100" endDate="2020-06-17 22:11:39 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 07:11:46 +0100" startDate="2020-06-18 07:00:43 +0100" endDate="2020-06-18 07:01:34 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 07:30:21 +0100" startDate="2020-06-18 07:17:26 +0100" endDate="2020-06-18 07:17:39 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 07:46:33 +0100" startDate="2020-06-18 07:35:30 +0100" endDate="2020-06-18 07:42:40 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 11:00:37 +0100" startDate="2020-06-18 09:51:47 +0100" endDate="2020-06-18 09:56:10 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 11:50:36 +0100" startDate="2020-06-18 11:39:34 +0100" endDate="2020-06-18 11:45:15 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 12:00:38 +0100" startDate="2020-06-18 11:49:35 +0100" endDate="2020-06-18 11:54:54 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 13:57:56 +0100" startDate="2020-06-18 12:50:39 +0100" endDate="2020-06-18 12:55:34 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 13:57:56 +0100" startDate="2020-06-18 13:06:08 +0100" endDate="2020-06-18 13:13:06 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 13:57:56 +0100" startDate="2020-06-18 13:17:18 +0100" endDate="2020-06-18 13:21:51 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 13:57:56 +0100" startDate="2020-06-18 13:31:24 +0100" endDate="2020-06-18 13:32:15 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 13:57:56 +0100" startDate="2020-06-18 13:47:21 +0100" endDate="2020-06-18 13:51:33 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 14:54:14 +0100" startDate="2020-06-18 13:59:02 +0100" endDate="2020-06-18 14:02:31 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 15:22:56 +0100" startDate="2020-06-18 15:11:53 +0100" endDate="2020-06-18 15:11:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 16:02:03 +0100" startDate="2020-06-18 15:51:00 +0100" endDate="2020-06-18 15:52:52 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 16:41:56 +0100" startDate="2020-06-18 16:30:48 +0100" endDate="2020-06-18 16:32:43 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 17:50:35 +0100" startDate="2020-06-18 17:36:52 +0100" endDate="2020-06-18 17:46:53 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 17:57:00 +0100" startDate="2020-06-18 17:46:53 +0100" endDate="2020-06-18 17:56:49 +0100" value="1023"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:08:02 +0100" startDate="2020-06-18 17:56:59 +0100" endDate="2020-06-18 18:07:00 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:07:00 +0100" endDate="2020-06-18 18:07:05 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:07:05 +0100" endDate="2020-06-18 18:07:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:07:13 +0100" endDate="2020-06-18 18:07:18 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:08:57 +0100" endDate="2020-06-18 18:09:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:09:03 +0100" endDate="2020-06-18 18:09:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:09:08 +0100" endDate="2020-06-18 18:09:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:09:13 +0100" endDate="2020-06-18 18:09:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:09:18 +0100" endDate="2020-06-18 18:09:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:09:26 +0100" endDate="2020-06-18 18:09:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:09:31 +0100" endDate="2020-06-18 18:09:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:09:36 +0100" endDate="2020-06-18 18:09:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:09:41 +0100" endDate="2020-06-18 18:09:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:09:46 +0100" endDate="2020-06-18 18:09:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:09:51 +0100" endDate="2020-06-18 18:09:56 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:09:56 +0100" endDate="2020-06-18 18:10:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:10:01 +0100" endDate="2020-06-18 18:10:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:10:06 +0100" endDate="2020-06-18 18:10:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:10:11 +0100" endDate="2020-06-18 18:10:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:10:16 +0100" endDate="2020-06-18 18:10:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:10:22 +0100" endDate="2020-06-18 18:10:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:10:27 +0100" endDate="2020-06-18 18:10:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:10:32 +0100" endDate="2020-06-18 18:10:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:10:37 +0100" endDate="2020-06-18 18:10:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:10:42 +0100" endDate="2020-06-18 18:10:47 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:10:47 +0100" endDate="2020-06-18 18:10:50 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:29 +0100" startDate="2020-06-18 18:10:57 +0100" endDate="2020-06-18 18:11:02 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 18:11:31 +0100" startDate="2020-06-18 18:11:28 +0100" endDate="2020-06-18 18:11:30 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 19:51:12 +0100" startDate="2020-06-18 19:40:10 +0100" endDate="2020-06-18 19:42:30 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 20:53:40 +0100" startDate="2020-06-18 20:43:04 +0100" endDate="2020-06-18 20:50:35 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 21:34:50 +0100" startDate="2020-06-18 21:23:48 +0100" endDate="2020-06-18 21:29:04 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 21:56:11 +0100" startDate="2020-06-18 21:45:08 +0100" endDate="2020-06-18 21:53:57 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-18 22:44:36 +0100" startDate="2020-06-18 22:33:34 +0100" endDate="2020-06-18 22:36:48 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 07:07:52 +0100" startDate="2020-06-19 06:20:35 +0100" endDate="2020-06-19 06:29:42 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 07:07:52 +0100" startDate="2020-06-19 06:31:24 +0100" endDate="2020-06-19 06:33:29 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 07:39:06 +0100" startDate="2020-06-19 07:28:03 +0100" endDate="2020-06-19 07:34:07 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 07:54:33 +0100" startDate="2020-06-19 07:43:30 +0100" endDate="2020-06-19 07:51:04 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 08:06:37 +0100" startDate="2020-06-19 07:55:34 +0100" endDate="2020-06-19 07:58:35 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 08:50:51 +0100" startDate="2020-06-19 08:39:48 +0100" endDate="2020-06-19 08:39:53 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 09:12:01 +0100" startDate="2020-06-19 09:00:59 +0100" endDate="2020-06-19 09:01:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 10:04:27 +0100" startDate="2020-06-19 09:53:25 +0100" endDate="2020-06-19 10:03:26 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 10:14:28 +0100" startDate="2020-06-19 10:03:26 +0100" endDate="2020-06-19 10:13:17 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 10:25:04 +0100" startDate="2020-06-19 10:14:23 +0100" endDate="2020-06-19 10:24:11 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 10:35:01 +0100" startDate="2020-06-19 10:24:24 +0100" endDate="2020-06-19 10:34:20 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 10:45:37 +0100" startDate="2020-06-19 10:34:33 +0100" endDate="2020-06-19 10:44:03 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 10:56:50 +0100" startDate="2020-06-19 10:45:48 +0100" endDate="2020-06-19 10:52:28 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 11:11:52 +0100" startDate="2020-06-19 11:00:50 +0100" endDate="2020-06-19 11:03:38 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 12:05:10 +0100" startDate="2020-06-19 11:54:07 +0100" endDate="2020-06-19 12:03:54 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 12:16:14 +0100" startDate="2020-06-19 12:04:35 +0100" endDate="2020-06-19 12:04:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 12:40:29 +0100" startDate="2020-06-19 12:29:26 +0100" endDate="2020-06-19 12:32:14 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 13:20:10 +0100" startDate="2020-06-19 13:09:08 +0100" endDate="2020-06-19 13:10:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 15:25:43 +0100" startDate="2020-06-19 13:28:13 +0100" endDate="2020-06-19 13:33:11 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 15:25:43 +0100" startDate="2020-06-19 14:13:21 +0100" endDate="2020-06-19 14:13:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 15:25:43 +0100" startDate="2020-06-19 14:49:46 +0100" endDate="2020-06-19 14:49:49 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 15:25:43 +0100" startDate="2020-06-19 15:05:57 +0100" endDate="2020-06-19 15:06:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 15:58:55 +0100" startDate="2020-06-19 15:46:47 +0100" endDate="2020-06-19 15:56:48 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 16:07:50 +0100" startDate="2020-06-19 15:56:48 +0100" endDate="2020-06-19 16:06:49 +0100" value="1162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 16:17:52 +0100" startDate="2020-06-19 16:06:49 +0100" endDate="2020-06-19 16:16:50 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 16:28:45 +0100" startDate="2020-06-19 16:16:50 +0100" endDate="2020-06-19 16:26:51 +0100" value="1089"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 16:38:06 +0100" startDate="2020-06-19 16:26:51 +0100" endDate="2020-06-19 16:36:52 +0100" value="1147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 16:48:19 +0100" startDate="2020-06-19 16:36:52 +0100" endDate="2020-06-19 16:45:39 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 17:08:24 +0100" startDate="2020-06-19 16:57:22 +0100" endDate="2020-06-19 17:04:24 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 17:18:48 +0100" startDate="2020-06-19 17:07:45 +0100" endDate="2020-06-19 17:11:50 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 18:11:23 +0100" startDate="2020-06-19 18:00:20 +0100" endDate="2020-06-19 18:10:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 18:21:53 +0100" startDate="2020-06-19 18:10:51 +0100" endDate="2020-06-19 18:12:07 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 18:48:36 +0100" startDate="2020-06-19 18:36:49 +0100" endDate="2020-06-19 18:38:21 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 19:00:59 +0100" startDate="2020-06-19 18:49:54 +0100" endDate="2020-06-19 18:59:42 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 19:14:10 +0100" startDate="2020-06-19 19:02:25 +0100" endDate="2020-06-19 19:04:22 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 19:32:30 +0100" startDate="2020-06-19 19:21:28 +0100" endDate="2020-06-19 19:21:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 20:20:40 +0100" startDate="2020-06-19 20:08:59 +0100" endDate="2020-06-19 20:09:04 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 20:41:56 +0100" startDate="2020-06-19 20:30:19 +0100" endDate="2020-06-19 20:30:29 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 20:55:48 +0100" startDate="2020-06-19 20:44:45 +0100" endDate="2020-06-19 20:44:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 21:36:18 +0100" startDate="2020-06-19 21:25:15 +0100" endDate="2020-06-19 21:25:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 21:20:12 +0100" startDate="2020-06-19 21:09:10 +0100" endDate="2020-06-19 21:18:40 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 22:01:11 +0100" startDate="2020-06-19 21:50:08 +0100" endDate="2020-06-19 21:58:19 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-19 23:22:04 +0100" startDate="2020-06-19 23:11:01 +0100" endDate="2020-06-19 23:16:55 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 08:07:15 +0100" startDate="2020-06-20 07:54:18 +0100" endDate="2020-06-20 08:01:58 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 08:43:52 +0100" startDate="2020-06-20 08:32:49 +0100" endDate="2020-06-20 08:39:17 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 09:07:14 +0100" startDate="2020-06-20 08:54:12 +0100" endDate="2020-06-20 09:03:20 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 10:08:56 +0100" startDate="2020-06-20 09:52:53 +0100" endDate="2020-06-20 09:52:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 10:23:39 +0100" startDate="2020-06-20 10:12:36 +0100" endDate="2020-06-20 10:18:18 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 10:40:43 +0100" startDate="2020-06-20 10:29:40 +0100" endDate="2020-06-20 10:38:12 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 11:12:12 +0100" startDate="2020-06-20 10:54:49 +0100" endDate="2020-06-20 11:04:42 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 11:17:50 +0100" startDate="2020-06-20 11:04:50 +0100" endDate="2020-06-20 11:12:05 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 11:26:17 +0100" startDate="2020-06-20 11:15:14 +0100" endDate="2020-06-20 11:17:09 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 11:39:39 +0100" startDate="2020-06-20 11:28:37 +0100" endDate="2020-06-20 11:35:01 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 11:59:54 +0100" startDate="2020-06-20 11:45:15 +0100" endDate="2020-06-20 11:52:25 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 12:06:19 +0100" startDate="2020-06-20 11:55:16 +0100" endDate="2020-06-20 11:59:21 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 12:24:30 +0100" startDate="2020-06-20 12:11:25 +0100" endDate="2020-06-20 12:13:50 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 13:50:10 +0100" startDate="2020-06-20 13:39:08 +0100" endDate="2020-06-20 13:44:26 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 14:06:24 +0100" startDate="2020-06-20 13:52:05 +0100" endDate="2020-06-20 13:58:22 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 15:29:10 +0100" startDate="2020-06-20 15:17:22 +0100" endDate="2020-06-20 15:20:28 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 16:06:55 +0100" startDate="2020-06-20 15:39:01 +0100" endDate="2020-06-20 15:39:41 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 16:06:55 +0100" startDate="2020-06-20 15:51:48 +0100" endDate="2020-06-20 15:58:15 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 16:13:50 +0100" startDate="2020-06-20 16:02:48 +0100" endDate="2020-06-20 16:08:34 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 16:28:30 +0100" startDate="2020-06-20 16:17:27 +0100" endDate="2020-06-20 16:22:38 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 16:46:49 +0100" startDate="2020-06-20 16:31:48 +0100" endDate="2020-06-20 16:32:21 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-20 22:33:12 +0100" startDate="2020-06-20 22:22:10 +0100" endDate="2020-06-20 22:24:53 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 04:56:08 +0100" startDate="2020-06-21 04:41:24 +0100" endDate="2020-06-21 04:48:19 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 09:25:01 +0100" startDate="2020-06-21 09:07:39 +0100" endDate="2020-06-21 09:07:41 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 10:30:19 +0100" startDate="2020-06-21 10:19:00 +0100" endDate="2020-06-21 10:19:16 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 11:18:02 +0100" startDate="2020-06-21 11:06:59 +0100" endDate="2020-06-21 11:07:12 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 12:26:04 +0100" startDate="2020-06-21 12:15:01 +0100" endDate="2020-06-21 12:21:28 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 12:46:57 +0100" startDate="2020-06-21 12:35:54 +0100" endDate="2020-06-21 12:36:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 13:50:01 +0100" startDate="2020-06-21 13:02:01 +0100" endDate="2020-06-21 13:08:01 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 13:50:01 +0100" startDate="2020-06-21 13:15:48 +0100" endDate="2020-06-21 13:20:28 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 14:42:16 +0100" startDate="2020-06-21 14:31:14 +0100" endDate="2020-06-21 14:37:13 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 14:57:56 +0100" startDate="2020-06-21 14:46:53 +0100" endDate="2020-06-21 14:50:58 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 15:18:30 +0100" startDate="2020-06-21 15:07:28 +0100" endDate="2020-06-21 15:08:03 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 15:34:27 +0100" startDate="2020-06-21 15:23:24 +0100" endDate="2020-06-21 15:23:47 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 16:02:30 +0100" startDate="2020-06-21 15:51:28 +0100" endDate="2020-06-21 16:00:53 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 16:13:05 +0100" startDate="2020-06-21 16:01:49 +0100" endDate="2020-06-21 16:06:45 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 16:24:23 +0100" startDate="2020-06-21 16:13:07 +0100" endDate="2020-06-21 16:23:08 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 16:34:11 +0100" startDate="2020-06-21 16:23:08 +0100" endDate="2020-06-21 16:33:07 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 16:44:10 +0100" startDate="2020-06-21 16:33:07 +0100" endDate="2020-06-21 16:40:33 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 18:08:49 +0100" startDate="2020-06-21 17:57:46 +0100" endDate="2020-06-21 18:06:03 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 18:26:41 +0100" startDate="2020-06-21 18:08:54 +0100" endDate="2020-06-21 18:16:33 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-21 22:04:17 +0100" startDate="2020-06-21 21:53:14 +0100" endDate="2020-06-21 21:55:47 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 04:50:36 +0100" startDate="2020-06-22 04:39:33 +0100" endDate="2020-06-22 04:43:35 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 05:36:39 +0100" startDate="2020-06-22 05:21:33 +0100" endDate="2020-06-22 05:21:51 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 06:35:33 +0100" startDate="2020-06-22 06:24:30 +0100" endDate="2020-06-22 06:31:02 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 06:50:02 +0100" startDate="2020-06-22 06:38:59 +0100" endDate="2020-06-22 06:46:04 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 07:13:09 +0100" startDate="2020-06-22 07:00:30 +0100" endDate="2020-06-22 07:05:28 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 07:29:36 +0100" startDate="2020-06-22 07:18:33 +0100" endDate="2020-06-22 07:27:21 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 07:40:23 +0100" startDate="2020-06-22 07:29:20 +0100" endDate="2020-06-22 07:37:01 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 07:54:52 +0100" startDate="2020-06-22 07:43:48 +0100" endDate="2020-06-22 07:53:24 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 09:53:02 +0100" startDate="2020-06-22 09:39:32 +0100" endDate="2020-06-22 09:47:12 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 10:25:43 +0100" startDate="2020-06-22 10:14:40 +0100" endDate="2020-06-22 10:14:48 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 10:47:21 +0100" startDate="2020-06-22 10:34:08 +0100" endDate="2020-06-22 10:43:31 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 10:55:25 +0100" startDate="2020-06-22 10:44:12 +0100" endDate="2020-06-22 10:54:13 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 11:07:48 +0100" startDate="2020-06-22 10:54:13 +0100" endDate="2020-06-22 11:00:07 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 11:24:28 +0100" startDate="2020-06-22 11:12:36 +0100" endDate="2020-06-22 11:22:35 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 11:36:03 +0100" startDate="2020-06-22 11:22:35 +0100" endDate="2020-06-22 11:23:15 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 13:51:26 +0100" startDate="2020-06-22 13:38:52 +0100" endDate="2020-06-22 13:48:53 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 13:59:56 +0100" startDate="2020-06-22 13:48:53 +0100" endDate="2020-06-22 13:58:34 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 14:10:16 +0100" startDate="2020-06-22 13:58:55 +0100" endDate="2020-06-22 14:06:56 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 14:20:20 +0100" startDate="2020-06-22 14:08:54 +0100" endDate="2020-06-22 14:09:22 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 14:46:31 +0100" startDate="2020-06-22 14:35:28 +0100" endDate="2020-06-22 14:35:49 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 14:58:26 +0100" startDate="2020-06-22 14:47:21 +0100" endDate="2020-06-22 14:52:47 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 16:10:25 +0100" startDate="2020-06-22 15:58:48 +0100" endDate="2020-06-22 16:06:01 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 16:30:23 +0100" startDate="2020-06-22 16:18:30 +0100" endDate="2020-06-22 16:18:38 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-22 21:40:12 +0100" startDate="2020-06-22 21:29:10 +0100" endDate="2020-06-22 21:35:53 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 05:48:44 +0100" startDate="2020-06-23 05:37:27 +0100" endDate="2020-06-23 05:45:49 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 06:01:27 +0100" startDate="2020-06-23 05:48:11 +0100" endDate="2020-06-23 05:58:12 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 06:10:48 +0100" startDate="2020-06-23 05:58:12 +0100" endDate="2020-06-23 06:00:30 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 06:44:23 +0100" startDate="2020-06-23 06:30:05 +0100" endDate="2020-06-23 06:39:10 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 06:52:12 +0100" startDate="2020-06-23 06:40:09 +0100" endDate="2020-06-23 06:50:04 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 07:01:45 +0100" startDate="2020-06-23 06:50:15 +0100" endDate="2020-06-23 06:58:57 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 07:16:26 +0100" startDate="2020-06-23 07:00:24 +0100" endDate="2020-06-23 07:07:19 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 07:32:34 +0100" startDate="2020-06-23 07:21:31 +0100" endDate="2020-06-23 07:21:41 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 08:15:40 +0100" startDate="2020-06-23 08:00:26 +0100" endDate="2020-06-23 08:05:58 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 08:27:00 +0100" startDate="2020-06-23 08:15:57 +0100" endDate="2020-06-23 08:25:40 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 08:40:00 +0100" startDate="2020-06-23 08:28:36 +0100" endDate="2020-06-23 08:36:24 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 11:06:43 +0100" startDate="2020-06-23 10:55:24 +0100" endDate="2020-06-23 10:55:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 11:23:34 +0100" startDate="2020-06-23 11:12:09 +0100" endDate="2020-06-23 11:14:24 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 12:40:11 +0100" startDate="2020-06-23 12:29:09 +0100" endDate="2020-06-23 12:37:52 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 12:51:05 +0100" startDate="2020-06-23 12:40:02 +0100" endDate="2020-06-23 12:49:38 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 13:15:41 +0100" startDate="2020-06-23 13:04:39 +0100" endDate="2020-06-23 13:13:54 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 13:26:46 +0100" startDate="2020-06-23 13:15:18 +0100" endDate="2020-06-23 13:21:58 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 15:00:30 +0100" startDate="2020-06-23 14:48:46 +0100" endDate="2020-06-23 14:50:36 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 15:21:10 +0100" startDate="2020-06-23 15:09:27 +0100" endDate="2020-06-23 15:14:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 16:54:38 +0100" startDate="2020-06-23 16:39:53 +0100" endDate="2020-06-23 16:48:07 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 17:15:27 +0100" startDate="2020-06-23 17:04:20 +0100" endDate="2020-06-23 17:14:21 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 17:28:00 +0100" startDate="2020-06-23 17:14:21 +0100" endDate="2020-06-23 17:14:31 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 18:25:45 +0100" startDate="2020-06-23 18:14:43 +0100" endDate="2020-06-23 18:17:36 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-23 21:46:31 +0100" startDate="2020-06-23 21:35:28 +0100" endDate="2020-06-23 21:35:36 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 07:18:49 +0100" startDate="2020-06-24 07:07:46 +0100" endDate="2020-06-24 07:11:45 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 07:32:22 +0100" startDate="2020-06-24 07:19:06 +0100" endDate="2020-06-24 07:20:22 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 09:55:31 +0100" startDate="2020-06-24 09:42:16 +0100" endDate="2020-06-24 09:48:23 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 10:11:13 +0100" startDate="2020-06-24 09:56:14 +0100" endDate="2020-06-24 10:02:59 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 10:54:58 +0100" startDate="2020-06-24 10:43:27 +0100" endDate="2020-06-24 10:47:47 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 11:15:33 +0100" startDate="2020-06-24 11:01:20 +0100" endDate="2020-06-24 11:01:55 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 11:45:46 +0100" startDate="2020-06-24 11:34:08 +0100" endDate="2020-06-24 11:35:27 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 15:44:19 +0100" startDate="2020-06-24 15:33:16 +0100" endDate="2020-06-24 15:33:37 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 16:00:00 +0100" startDate="2020-06-24 15:48:54 +0100" endDate="2020-06-24 15:58:55 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 16:11:32 +0100" startDate="2020-06-24 15:58:55 +0100" endDate="2020-06-24 16:08:56 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 16:22:00 +0100" startDate="2020-06-24 16:08:56 +0100" endDate="2020-06-24 16:10:51 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 17:07:53 +0100" startDate="2020-06-24 16:20:16 +0100" endDate="2020-06-24 16:20:57 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 17:07:53 +0100" startDate="2020-06-24 16:34:47 +0100" endDate="2020-06-24 16:34:55 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 17:42:20 +0100" startDate="2020-06-24 17:28:15 +0100" endDate="2020-06-24 17:28:30 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 18:08:41 +0100" startDate="2020-06-24 17:57:52 +0100" endDate="2020-06-24 17:58:10 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 18:34:06 +0100" startDate="2020-06-24 18:19:24 +0100" endDate="2020-06-24 18:19:42 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 19:56:51 +0100" startDate="2020-06-24 19:42:57 +0100" endDate="2020-06-24 19:43:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-24 21:35:42 +0100" startDate="2020-06-24 21:24:39 +0100" endDate="2020-06-24 21:24:54 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 07:53:30 +0100" startDate="2020-06-25 07:42:27 +0100" endDate="2020-06-25 07:45:12 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 08:41:47 +0100" startDate="2020-06-25 08:30:45 +0100" endDate="2020-06-25 08:32:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 10:33:21 +0100" startDate="2020-06-25 10:21:30 +0100" endDate="2020-06-25 10:29:25 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 10:43:32 +0100" startDate="2020-06-25 10:32:29 +0100" endDate="2020-06-25 10:33:48 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 11:32:50 +0100" startDate="2020-06-25 11:20:59 +0100" endDate="2020-06-25 11:22:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 11:45:35 +0100" startDate="2020-06-25 11:33:07 +0100" endDate="2020-06-25 11:41:36 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 11:55:24 +0100" startDate="2020-06-25 11:43:29 +0100" endDate="2020-06-25 11:47:08 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 12:31:34 +0100" startDate="2020-06-25 12:16:31 +0100" endDate="2020-06-25 12:23:22 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 13:23:53 +0100" startDate="2020-06-25 13:09:28 +0100" endDate="2020-06-25 13:19:21 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 13:32:52 +0100" startDate="2020-06-25 13:20:30 +0100" endDate="2020-06-25 13:30:31 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 13:41:00 +0100" startDate="2020-06-25 13:30:31 +0100" endDate="2020-06-25 13:39:46 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 13:53:20 +0100" startDate="2020-06-25 13:41:51 +0100" endDate="2020-06-25 13:44:01 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 15:44:59 +0100" startDate="2020-06-25 15:31:32 +0100" endDate="2020-06-25 15:32:03 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 16:30:10 +0100" startDate="2020-06-25 16:17:06 +0100" endDate="2020-06-25 16:22:02 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 17:30:13 +0100" startDate="2020-06-25 17:17:39 +0100" endDate="2020-06-25 17:27:40 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 17:39:32 +0100" startDate="2020-06-25 17:27:40 +0100" endDate="2020-06-25 17:37:41 +0100" value="1028"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 17:51:25 +0100" startDate="2020-06-25 17:37:41 +0100" endDate="2020-06-25 17:47:16 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 18:02:32 +0100" startDate="2020-06-25 17:48:23 +0100" endDate="2020-06-25 17:48:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 19:51:29 +0100" startDate="2020-06-25 19:39:54 +0100" endDate="2020-06-25 19:49:12 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 20:01:21 +0100" startDate="2020-06-25 19:49:55 +0100" endDate="2020-06-25 19:59:26 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-25 21:34:34 +0100" startDate="2020-06-25 21:23:32 +0100" endDate="2020-06-25 21:24:10 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 07:18:38 +0100" startDate="2020-06-26 07:05:48 +0100" endDate="2020-06-26 07:12:21 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 08:00:08 +0100" startDate="2020-06-26 07:46:08 +0100" endDate="2020-06-26 07:49:31 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 08:16:34 +0100" startDate="2020-06-26 08:05:31 +0100" endDate="2020-06-26 08:12:41 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 08:40:42 +0100" startDate="2020-06-26 08:27:05 +0100" endDate="2020-06-26 08:32:42 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 10:02:05 +0100" startDate="2020-06-26 09:51:02 +0100" endDate="2020-06-26 09:52:54 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 10:24:16 +0100" startDate="2020-06-26 10:09:28 +0100" endDate="2020-06-26 10:18:00 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 10:44:35 +0100" startDate="2020-06-26 10:33:33 +0100" endDate="2020-06-26 10:33:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 11:29:19 +0100" startDate="2020-06-26 11:17:01 +0100" endDate="2020-06-26 11:17:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 13:18:11 +0100" startDate="2020-06-26 13:07:07 +0100" endDate="2020-06-26 13:11:32 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 14:39:26 +0100" startDate="2020-06-26 14:26:26 +0100" endDate="2020-06-26 14:28:57 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 15:32:56 +0100" startDate="2020-06-26 15:21:03 +0100" endDate="2020-06-26 15:21:36 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 16:14:58 +0100" startDate="2020-06-26 16:03:55 +0100" endDate="2020-06-26 16:09:01 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 18:52:25 +0100" startDate="2020-06-26 18:41:22 +0100" endDate="2020-06-26 18:42:59 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 19:18:23 +0100" startDate="2020-06-26 19:07:21 +0100" endDate="2020-06-26 19:10:01 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-26 21:47:23 +0100" startDate="2020-06-26 21:36:21 +0100" endDate="2020-06-26 21:39:35 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 04:17:34 +0100" startDate="2020-06-27 04:06:31 +0100" endDate="2020-06-27 04:09:15 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 06:55:43 +0100" startDate="2020-06-27 06:41:19 +0100" endDate="2020-06-27 06:41:44 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 08:12:59 +0100" startDate="2020-06-27 08:01:56 +0100" endDate="2020-06-27 08:04:39 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 09:20:48 +0100" startDate="2020-06-27 09:09:45 +0100" endDate="2020-06-27 09:19:38 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 09:30:53 +0100" startDate="2020-06-27 09:20:13 +0100" endDate="2020-06-27 09:30:14 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 09:40:36 +0100" startDate="2020-06-27 09:30:14 +0100" endDate="2020-06-27 09:32:57 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 10:12:42 +0100" startDate="2020-06-27 10:01:39 +0100" endDate="2020-06-27 10:01:41 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 10:42:10 +0100" startDate="2020-06-27 10:30:19 +0100" endDate="2020-06-27 10:39:04 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 10:55:15 +0100" startDate="2020-06-27 10:40:38 +0100" endDate="2020-06-27 10:49:38 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 11:02:34 +0100" startDate="2020-06-27 10:50:57 +0100" endDate="2020-06-27 10:57:47 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 11:18:29 +0100" startDate="2020-06-27 11:04:55 +0100" endDate="2020-06-27 11:14:56 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 11:27:04 +0100" startDate="2020-06-27 11:14:56 +0100" endDate="2020-06-27 11:21:46 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 11:37:47 +0100" startDate="2020-06-27 11:26:44 +0100" endDate="2020-06-27 11:27:07 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 11:51:55 +0100" startDate="2020-06-27 11:40:53 +0100" endDate="2020-06-27 11:50:28 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 12:05:27 +0100" startDate="2020-06-27 11:51:04 +0100" endDate="2020-06-27 11:51:11 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 14:39:39 +0100" startDate="2020-06-27 14:28:25 +0100" endDate="2020-06-27 14:36:52 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 15:14:26 +0100" startDate="2020-06-27 15:02:41 +0100" endDate="2020-06-27 15:12:24 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 15:24:02 +0100" startDate="2020-06-27 15:12:42 +0100" endDate="2020-06-27 15:12:50 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 16:05:38 +0100" startDate="2020-06-27 15:54:35 +0100" endDate="2020-06-27 15:57:23 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 16:16:44 +0100" startDate="2020-06-27 16:05:41 +0100" endDate="2020-06-27 16:12:26 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 16:34:48 +0100" startDate="2020-06-27 16:23:35 +0100" endDate="2020-06-27 16:25:52 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 17:08:56 +0100" startDate="2020-06-27 16:57:54 +0100" endDate="2020-06-27 17:00:19 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 17:26:16 +0100" startDate="2020-06-27 17:13:35 +0100" endDate="2020-06-27 17:13:40 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 17:44:27 +0100" startDate="2020-06-27 17:33:10 +0100" endDate="2020-06-27 17:33:43 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 17:57:15 +0100" startDate="2020-06-27 17:46:12 +0100" endDate="2020-06-27 17:51:54 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 18:52:11 +0100" startDate="2020-06-27 18:41:08 +0100" endDate="2020-06-27 18:49:39 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 19:21:47 +0100" startDate="2020-06-27 19:10:45 +0100" endDate="2020-06-27 19:20:38 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 19:32:14 +0100" startDate="2020-06-27 19:21:11 +0100" endDate="2020-06-27 19:21:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 20:27:11 +0100" startDate="2020-06-27 20:14:29 +0100" endDate="2020-06-27 20:23:09 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 20:39:06 +0100" startDate="2020-06-27 20:25:39 +0100" endDate="2020-06-27 20:25:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-27 21:57:30 +0100" startDate="2020-06-27 21:46:27 +0100" endDate="2020-06-27 21:48:37 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-28 08:08:51 +0100" startDate="2020-06-28 07:56:28 +0100" endDate="2020-06-28 08:03:41 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-28 10:33:57 +0100" startDate="2020-06-28 10:22:54 +0100" endDate="2020-06-28 10:30:58 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-28 10:49:02 +0100" startDate="2020-06-28 10:32:58 +0100" endDate="2020-06-28 10:40:23 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-28 11:04:56 +0100" startDate="2020-06-28 10:43:19 +0100" endDate="2020-06-28 10:44:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-28 11:55:41 +0100" startDate="2020-06-28 11:43:18 +0100" endDate="2020-06-28 11:43:33 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-28 12:06:53 +0100" startDate="2020-06-28 11:54:32 +0100" endDate="2020-06-28 12:04:33 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-28 12:15:35 +0100" startDate="2020-06-28 12:04:33 +0100" endDate="2020-06-28 12:13:58 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-28 12:27:21 +0100" startDate="2020-06-28 12:15:30 +0100" endDate="2020-06-28 12:15:38 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-28 16:43:30 +0100" startDate="2020-06-28 16:31:14 +0100" endDate="2020-06-28 16:31:50 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-28 18:29:07 +0100" startDate="2020-06-28 18:17:53 +0100" endDate="2020-06-28 18:24:46 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-28 18:48:25 +0100" startDate="2020-06-28 18:29:05 +0100" endDate="2020-06-28 18:29:21 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-28 21:54:04 +0100" startDate="2020-06-28 21:43:01 +0100" endDate="2020-06-28 21:48:00 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 02:15:20 +0100" startDate="2020-06-29 02:04:17 +0100" endDate="2020-06-29 02:07:13 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 06:16:05 +0100" startDate="2020-06-29 06:05:02 +0100" endDate="2020-06-29 06:10:43 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 06:50:19 +0100" startDate="2020-06-29 06:39:16 +0100" endDate="2020-06-29 06:39:19 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 08:54:05 +0100" startDate="2020-06-29 08:43:02 +0100" endDate="2020-06-29 08:47:29 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 09:32:17 +0100" startDate="2020-06-29 09:21:14 +0100" endDate="2020-06-29 09:28:11 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 09:47:27 +0100" startDate="2020-06-29 09:36:24 +0100" endDate="2020-06-29 09:44:13 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 10:08:15 +0100" startDate="2020-06-29 09:57:13 +0100" endDate="2020-06-29 09:59:53 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 10:20:39 +0100" startDate="2020-06-29 10:09:36 +0100" endDate="2020-06-29 10:14:39 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 10:32:58 +0100" startDate="2020-06-29 10:21:55 +0100" endDate="2020-06-29 10:28:22 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 10:49:34 +0100" startDate="2020-06-29 10:38:31 +0100" endDate="2020-06-29 10:41:48 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 11:02:36 +0100" startDate="2020-06-29 10:51:33 +0100" endDate="2020-06-29 10:57:09 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 11:12:53 +0100" startDate="2020-06-29 11:01:51 +0100" endDate="2020-06-29 11:11:32 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 13:46:06 +0100" startDate="2020-06-29 13:35:03 +0100" endDate="2020-06-29 13:38:32 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 14:13:53 +0100" startDate="2020-06-29 14:02:50 +0100" endDate="2020-06-29 14:11:45 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 15:20:54 +0100" startDate="2020-06-29 15:09:52 +0100" endDate="2020-06-29 15:15:49 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 15:38:23 +0100" startDate="2020-06-29 15:27:20 +0100" endDate="2020-06-29 15:29:04 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 15:57:20 +0100" startDate="2020-06-29 15:46:17 +0100" endDate="2020-06-29 15:49:11 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 16:30:58 +0100" startDate="2020-06-29 16:19:55 +0100" endDate="2020-06-29 16:22:35 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 17:40:16 +0100" startDate="2020-06-29 17:29:14 +0100" endDate="2020-06-29 17:29:47 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-29 22:14:17 +0100" startDate="2020-06-29 22:03:15 +0100" endDate="2020-06-29 22:05:32 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 06:14:47 +0100" startDate="2020-06-30 06:03:44 +0100" endDate="2020-06-30 06:05:44 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 08:19:03 +0100" startDate="2020-06-30 08:08:00 +0100" endDate="2020-06-30 08:09:01 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 09:05:43 +0100" startDate="2020-06-30 08:54:40 +0100" endDate="2020-06-30 09:01:56 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 10:24:19 +0100" startDate="2020-06-30 10:13:16 +0100" endDate="2020-06-30 10:13:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 12:36:51 +0100" startDate="2020-06-30 12:25:49 +0100" endDate="2020-06-30 12:26:12 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 13:31:48 +0100" startDate="2020-06-30 13:20:46 +0100" endDate="2020-06-30 13:20:48 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 15:20:56 +0100" startDate="2020-06-30 15:07:14 +0100" endDate="2020-06-30 15:07:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 15:43:49 +0100" startDate="2020-06-30 15:31:23 +0100" endDate="2020-06-30 15:40:00 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 17:40:15 +0100" startDate="2020-06-30 17:29:12 +0100" endDate="2020-06-30 17:37:14 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 17:52:07 +0100" startDate="2020-06-30 17:40:38 +0100" endDate="2020-06-30 17:50:39 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 18:02:16 +0100" startDate="2020-06-30 17:50:39 +0100" endDate="2020-06-30 18:00:40 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 18:12:59 +0100" startDate="2020-06-30 18:00:40 +0100" endDate="2020-06-30 18:10:41 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 18:25:38 +0100" startDate="2020-06-30 18:10:41 +0100" endDate="2020-06-30 18:19:01 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 18:47:25 +0100" startDate="2020-06-30 18:34:33 +0100" endDate="2020-06-30 18:35:47 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-06-30 23:15:32 +0100" startDate="2020-06-30 23:04:29 +0100" endDate="2020-06-30 23:07:05 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 06:37:50 +0100" startDate="2020-07-01 06:24:33 +0100" endDate="2020-07-01 06:30:27 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 07:11:11 +0100" startDate="2020-07-01 07:00:09 +0100" endDate="2020-07-01 07:02:49 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 07:31:20 +0100" startDate="2020-07-01 07:15:10 +0100" endDate="2020-07-01 07:25:09 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 07:37:07 +0100" startDate="2020-07-01 07:25:09 +0100" endDate="2020-07-01 07:35:10 +0100" value="1039"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 07:48:06 +0100" startDate="2020-07-01 07:35:10 +0100" endDate="2020-07-01 07:42:02 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 08:52:46 +0100" startDate="2020-07-01 08:40:58 +0100" endDate="2020-07-01 08:48:31 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 09:52:50 +0100" startDate="2020-07-01 09:40:57 +0100" endDate="2020-07-01 09:47:10 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 11:27:25 +0100" startDate="2020-07-01 11:16:05 +0100" endDate="2020-07-01 11:25:58 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 11:38:29 +0100" startDate="2020-07-01 11:26:42 +0100" endDate="2020-07-01 11:36:43 +0100" value="1047"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 11:49:13 +0100" startDate="2020-07-01 11:36:43 +0100" endDate="2020-07-01 11:43:35 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 12:01:13 +0100" startDate="2020-07-01 11:49:04 +0100" endDate="2020-07-01 11:58:24 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 12:18:36 +0100" startDate="2020-07-01 12:07:22 +0100" endDate="2020-07-01 12:15:24 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 12:29:47 +0100" startDate="2020-07-01 12:18:01 +0100" endDate="2020-07-01 12:18:12 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 12:49:50 +0100" startDate="2020-07-01 12:44:41 +0100" endDate="2020-07-01 12:44:47 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 12:49:50 +0100" startDate="2020-07-01 12:44:47 +0100" endDate="2020-07-01 12:44:52 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 12:49:50 +0100" startDate="2020-07-01 12:46:00 +0100" endDate="2020-07-01 12:46:06 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 12:49:50 +0100" startDate="2020-07-01 12:46:06 +0100" endDate="2020-07-01 12:46:11 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 13:06:12 +0100" startDate="2020-07-01 12:54:23 +0100" endDate="2020-07-01 13:03:31 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 13:21:28 +0100" startDate="2020-07-01 13:06:22 +0100" endDate="2020-07-01 13:14:15 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 14:11:27 +0100" startDate="2020-07-01 13:57:26 +0100" endDate="2020-07-01 14:07:27 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 14:18:30 +0100" startDate="2020-07-01 14:07:27 +0100" endDate="2020-07-01 14:16:45 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 14:33:14 +0100" startDate="2020-07-01 14:17:33 +0100" endDate="2020-07-01 14:26:51 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 14:40:29 +0100" startDate="2020-07-01 14:27:34 +0100" endDate="2020-07-01 14:37:36 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 14:49:26 +0100" startDate="2020-07-01 14:37:36 +0100" endDate="2020-07-01 14:47:37 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 14:59:34 +0100" startDate="2020-07-01 14:47:37 +0100" endDate="2020-07-01 14:57:38 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 15:09:32 +0100" startDate="2020-07-01 14:57:38 +0100" endDate="2020-07-01 15:07:01 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 15:20:13 +0100" startDate="2020-07-01 15:08:02 +0100" endDate="2020-07-01 15:08:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 17:51:58 +0100" startDate="2020-07-01 17:47:59 +0100" endDate="2020-07-01 17:49:20 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-01 18:15:22 +0100" startDate="2020-07-01 18:04:19 +0100" endDate="2020-07-01 18:04:22 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 00:25:49 +0100" startDate="2020-07-02 00:14:46 +0100" endDate="2020-07-02 00:18:02 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 05:41:17 +0100" startDate="2020-07-02 05:28:57 +0100" endDate="2020-07-02 05:29:18 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 07:46:01 +0100" startDate="2020-07-02 07:34:46 +0100" endDate="2020-07-02 07:35:09 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 09:15:01 +0100" startDate="2020-07-02 09:03:59 +0100" endDate="2020-07-02 09:14:00 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 09:25:03 +0100" startDate="2020-07-02 09:14:00 +0100" endDate="2020-07-02 09:14:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 09:36:15 +0100" startDate="2020-07-02 09:25:12 +0100" endDate="2020-07-02 09:32:40 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 09:49:41 +0100" startDate="2020-07-02 09:38:29 +0100" endDate="2020-07-02 09:41:30 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 10:44:06 +0100" startDate="2020-07-02 10:31:52 +0100" endDate="2020-07-02 10:41:53 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 10:56:06 +0100" startDate="2020-07-02 10:42:01 +0100" endDate="2020-07-02 10:43:37 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 11:07:51 +0100" startDate="2020-07-02 10:52:37 +0100" endDate="2020-07-02 11:02:38 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 11:14:11 +0100" startDate="2020-07-02 11:02:44 +0100" endDate="2020-07-02 11:09:31 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 11:27:47 +0100" startDate="2020-07-02 11:16:44 +0100" endDate="2020-07-02 11:26:43 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 11:39:29 +0100" startDate="2020-07-02 11:27:19 +0100" endDate="2020-07-02 11:35:40 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 11:55:18 +0100" startDate="2020-07-02 11:43:44 +0100" endDate="2020-07-02 11:44:35 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 12:19:23 +0100" startDate="2020-07-02 12:08:20 +0100" endDate="2020-07-02 12:10:55 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 12:39:50 +0100" startDate="2020-07-02 12:28:48 +0100" endDate="2020-07-02 12:28:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 13:10:43 +0100" startDate="2020-07-02 12:59:34 +0100" endDate="2020-07-02 13:07:25 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 15:12:15 +0100" startDate="2020-07-02 14:58:27 +0100" endDate="2020-07-02 15:05:02 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 16:34:17 +0100" startDate="2020-07-02 16:23:09 +0100" endDate="2020-07-02 16:31:23 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 16:44:43 +0100" startDate="2020-07-02 16:33:40 +0100" endDate="2020-07-02 16:33:58 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 17:43:38 +0100" startDate="2020-07-02 17:32:35 +0100" endDate="2020-07-02 17:36:42 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 18:12:58 +0100" startDate="2020-07-02 18:01:55 +0100" endDate="2020-07-02 18:02:53 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 18:43:35 +0100" startDate="2020-07-02 18:30:15 +0100" endDate="2020-07-02 18:39:48 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 18:52:58 +0100" startDate="2020-07-02 18:40:19 +0100" endDate="2020-07-02 18:48:13 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 19:03:32 +0100" startDate="2020-07-02 18:52:22 +0100" endDate="2020-07-02 18:53:51 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 21:29:11 +0100" startDate="2020-07-02 21:15:52 +0100" endDate="2020-07-02 21:25:53 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 21:38:04 +0100" startDate="2020-07-02 21:25:53 +0100" endDate="2020-07-02 21:31:09 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 21:53:28 +0100" startDate="2020-07-02 21:37:03 +0100" endDate="2020-07-02 21:37:10 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 22:09:46 +0100" startDate="2020-07-02 21:58:12 +0100" endDate="2020-07-02 22:08:06 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 22:26:15 +0100" startDate="2020-07-02 22:11:39 +0100" endDate="2020-07-02 22:11:44 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-02 23:54:12 +0100" startDate="2020-07-02 23:43:09 +0100" endDate="2020-07-02 23:43:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 07:15:00 +0100" startDate="2020-07-03 07:01:03 +0100" endDate="2020-07-03 07:11:04 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 07:23:44 +0100" startDate="2020-07-03 07:11:04 +0100" endDate="2020-07-03 07:19:38 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 07:35:41 +0100" startDate="2020-07-03 07:21:12 +0100" endDate="2020-07-03 07:30:43 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 07:41:53 +0100" startDate="2020-07-03 07:31:13 +0100" endDate="2020-07-03 07:41:12 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 08:01:24 +0100" startDate="2020-07-03 07:48:48 +0100" endDate="2020-07-03 07:50:47 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 08:18:22 +0100" startDate="2020-07-03 08:07:15 +0100" endDate="2020-07-03 08:16:28 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 08:28:29 +0100" startDate="2020-07-03 08:17:24 +0100" endDate="2020-07-03 08:26:37 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 08:38:45 +0100" startDate="2020-07-03 08:27:43 +0100" endDate="2020-07-03 08:29:47 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 08:55:57 +0100" startDate="2020-07-03 08:44:50 +0100" endDate="2020-07-03 08:52:13 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 09:06:50 +0100" startDate="2020-07-03 08:55:37 +0100" endDate="2020-07-03 08:56:46 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 11:15:02 +0100" startDate="2020-07-03 11:03:18 +0100" endDate="2020-07-03 11:03:46 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 12:24:00 +0100" startDate="2020-07-03 12:12:58 +0100" endDate="2020-07-03 12:22:59 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 12:34:31 +0100" startDate="2020-07-03 12:22:59 +0100" endDate="2020-07-03 12:29:28 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 13:41:03 +0100" startDate="2020-07-03 13:30:00 +0100" endDate="2020-07-03 13:30:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 13:56:08 +0100" startDate="2020-07-03 13:45:05 +0100" endDate="2020-07-03 13:54:30 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 14:14:43 +0100" startDate="2020-07-03 14:03:25 +0100" endDate="2020-07-03 14:11:17 +0100" value="711"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 15:00:33 +0100" startDate="2020-07-03 14:48:34 +0100" endDate="2020-07-03 14:58:35 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 15:10:02 +0100" startDate="2020-07-03 14:58:35 +0100" endDate="2020-07-03 15:00:37 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 15:54:58 +0100" startDate="2020-07-03 15:43:55 +0100" endDate="2020-07-03 15:46:26 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 16:25:25 +0100" startDate="2020-07-03 16:14:22 +0100" endDate="2020-07-03 16:23:58 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 16:39:04 +0100" startDate="2020-07-03 16:26:05 +0100" endDate="2020-07-03 16:36:07 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 16:47:43 +0100" startDate="2020-07-03 16:36:07 +0100" endDate="2020-07-03 16:41:27 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 16:59:26 +0100" startDate="2020-07-03 16:46:36 +0100" endDate="2020-07-03 16:56:37 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 17:09:18 +0100" startDate="2020-07-03 16:56:37 +0100" endDate="2020-07-03 17:02:59 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 21:26:16 +0100" startDate="2020-07-03 21:11:40 +0100" endDate="2020-07-03 21:11:53 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-03 21:51:47 +0100" startDate="2020-07-03 21:40:44 +0100" endDate="2020-07-03 21:40:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 04:34:28 +0100" startDate="2020-07-04 04:20:58 +0100" endDate="2020-07-04 04:28:26 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 05:21:40 +0100" startDate="2020-07-04 05:10:37 +0100" endDate="2020-07-04 05:10:45 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 07:42:10 +0100" startDate="2020-07-04 07:27:25 +0100" endDate="2020-07-04 07:27:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 09:17:42 +0100" startDate="2020-07-04 09:06:05 +0100" endDate="2020-07-04 09:16:06 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 09:27:32 +0100" startDate="2020-07-04 09:16:06 +0100" endDate="2020-07-04 09:19:42 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 09:44:30 +0100" startDate="2020-07-04 09:27:28 +0100" endDate="2020-07-04 09:32:52 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 10:01:27 +0100" startDate="2020-07-04 09:50:24 +0100" endDate="2020-07-04 09:53:51 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 16:20:29 +0100" startDate="2020-07-04 16:08:25 +0100" endDate="2020-07-04 16:16:52 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 16:32:33 +0100" startDate="2020-07-04 16:19:08 +0100" endDate="2020-07-04 16:29:02 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 16:43:12 +0100" startDate="2020-07-04 16:29:58 +0100" endDate="2020-07-04 16:36:45 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 17:02:54 +0100" startDate="2020-07-04 16:49:22 +0100" endDate="2020-07-04 16:54:43 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 17:22:18 +0100" startDate="2020-07-04 17:08:58 +0100" endDate="2020-07-04 17:18:59 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 17:30:47 +0100" startDate="2020-07-04 17:18:59 +0100" endDate="2020-07-04 17:29:00 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 17:45:44 +0100" startDate="2020-07-04 17:29:00 +0100" endDate="2020-07-04 17:35:04 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 18:30:18 +0100" startDate="2020-07-04 18:17:46 +0100" endDate="2020-07-04 18:27:47 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 18:40:12 +0100" startDate="2020-07-04 18:27:47 +0100" endDate="2020-07-04 18:36:29 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 21:19:04 +0100" startDate="2020-07-04 21:03:59 +0100" endDate="2020-07-04 21:04:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 23:00:46 +0100" startDate="2020-07-04 22:46:52 +0100" endDate="2020-07-04 22:50:38 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 23:44:46 +0100" startDate="2020-07-04 23:29:24 +0100" endDate="2020-07-04 23:36:52 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-04 23:58:21 +0100" startDate="2020-07-04 23:44:25 +0100" endDate="2020-07-04 23:45:11 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 00:12:39 +0100" startDate="2020-07-04 23:57:44 +0100" endDate="2020-07-04 23:59:06 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 00:40:01 +0100" startDate="2020-07-05 00:27:27 +0100" endDate="2020-07-05 00:32:55 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 01:29:27 +0100" startDate="2020-07-05 01:17:07 +0100" endDate="2020-07-05 01:27:06 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 01:38:23 +0100" startDate="2020-07-05 01:27:06 +0100" endDate="2020-07-05 01:31:18 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 01:53:09 +0100" startDate="2020-07-05 01:37:51 +0100" endDate="2020-07-05 01:39:38 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 04:01:12 +0100" startDate="2020-07-05 03:50:10 +0100" endDate="2020-07-05 03:53:08 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 06:39:32 +0100" startDate="2020-07-05 06:26:19 +0100" endDate="2020-07-05 06:26:37 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 08:44:31 +0100" startDate="2020-07-05 08:33:29 +0100" endDate="2020-07-05 08:33:52 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 11:36:08 +0100" startDate="2020-07-05 11:23:57 +0100" endDate="2020-07-05 11:28:58 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 12:30:12 +0100" startDate="2020-07-05 12:16:16 +0100" endDate="2020-07-05 12:22:50 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 14:46:45 +0100" startDate="2020-07-05 14:32:47 +0100" endDate="2020-07-05 14:32:55 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 16:12:54 +0100" startDate="2020-07-05 16:01:51 +0100" endDate="2020-07-05 16:01:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 16:54:47 +0100" startDate="2020-07-05 16:43:13 +0100" endDate="2020-07-05 16:53:13 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 17:04:46 +0100" startDate="2020-07-05 16:53:13 +0100" endDate="2020-07-05 17:03:14 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 17:14:27 +0100" startDate="2020-07-05 17:03:14 +0100" endDate="2020-07-05 17:03:47 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-05 22:03:13 +0100" startDate="2020-07-05 21:52:10 +0100" endDate="2020-07-05 22:01:49 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 05:51:06 +0100" startDate="2020-07-06 05:33:42 +0100" endDate="2020-07-06 05:33:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 06:02:15 +0100" startDate="2020-07-06 05:51:13 +0100" endDate="2020-07-06 05:58:56 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 06:24:31 +0100" startDate="2020-07-06 06:13:28 +0100" endDate="2020-07-06 06:15:43 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 08:21:54 +0100" startDate="2020-07-06 08:05:54 +0100" endDate="2020-07-06 08:11:58 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 09:24:10 +0100" startDate="2020-07-06 09:09:41 +0100" endDate="2020-07-06 09:11:43 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 11:17:40 +0100" startDate="2020-07-06 11:05:26 +0100" endDate="2020-07-06 11:09:00 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 12:32:09 +0100" startDate="2020-07-06 12:21:06 +0100" endDate="2020-07-06 12:27:36 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 12:42:47 +0100" startDate="2020-07-06 12:31:35 +0100" endDate="2020-07-06 12:35:14 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 12:54:34 +0100" startDate="2020-07-06 12:42:30 +0100" endDate="2020-07-06 12:49:35 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 13:30:47 +0100" startDate="2020-07-06 13:19:45 +0100" endDate="2020-07-06 13:19:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 15:50:08 +0100" startDate="2020-07-06 15:37:38 +0100" endDate="2020-07-06 15:41:50 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 16:00:46 +0100" startDate="2020-07-06 15:49:39 +0100" endDate="2020-07-06 15:53:02 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 16:19:15 +0100" startDate="2020-07-06 16:07:52 +0100" endDate="2020-07-06 16:17:49 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 16:31:18 +0100" startDate="2020-07-06 16:17:57 +0100" endDate="2020-07-06 16:24:15 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 16:43:45 +0100" startDate="2020-07-06 16:28:33 +0100" endDate="2020-07-06 16:38:34 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 16:52:24 +0100" startDate="2020-07-06 16:38:34 +0100" endDate="2020-07-06 16:46:08 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 17:06:40 +0100" startDate="2020-07-06 16:52:20 +0100" endDate="2020-07-06 17:01:20 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 17:18:20 +0100" startDate="2020-07-06 17:07:06 +0100" endDate="2020-07-06 17:08:28 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 17:28:10 +0100" startDate="2020-07-06 17:17:08 +0100" endDate="2020-07-06 17:27:09 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 17:38:11 +0100" startDate="2020-07-06 17:27:09 +0100" endDate="2020-07-06 17:27:11 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 21:59:35 +0100" startDate="2020-07-06 21:48:32 +0100" endDate="2020-07-06 21:52:27 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-06 23:06:22 +0100" startDate="2020-07-06 22:55:19 +0100" endDate="2020-07-06 22:55:27 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 05:27:28 +0100" startDate="2020-07-07 05:16:25 +0100" endDate="2020-07-07 05:22:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 06:49:09 +0100" startDate="2020-07-07 06:37:24 +0100" endDate="2020-07-07 06:43:23 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 06:59:28 +0100" startDate="2020-07-07 06:48:00 +0100" endDate="2020-07-07 06:48:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 07:34:41 +0100" startDate="2020-07-07 07:23:38 +0100" endDate="2020-07-07 07:23:43 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 07:54:32 +0100" startDate="2020-07-07 07:42:51 +0100" endDate="2020-07-07 07:43:01 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 08:14:29 +0100" startDate="2020-07-07 08:02:55 +0100" endDate="2020-07-07 08:12:34 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 08:24:22 +0100" startDate="2020-07-07 08:13:12 +0100" endDate="2020-07-07 08:16:05 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 09:50:43 +0100" startDate="2020-07-07 09:39:03 +0100" endDate="2020-07-07 09:40:24 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 10:04:54 +0100" startDate="2020-07-07 09:52:00 +0100" endDate="2020-07-07 10:01:41 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 10:14:30 +0100" startDate="2020-07-07 10:03:18 +0100" endDate="2020-07-07 10:12:36 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 10:26:21 +0100" startDate="2020-07-07 10:15:03 +0100" endDate="2020-07-07 10:25:02 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 10:37:16 +0100" startDate="2020-07-07 10:25:55 +0100" endDate="2020-07-07 10:26:21 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 12:33:51 +0100" startDate="2020-07-07 12:22:48 +0100" endDate="2020-07-07 12:30:34 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 12:44:51 +0100" startDate="2020-07-07 12:33:45 +0100" endDate="2020-07-07 12:40:30 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 13:47:34 +0100" startDate="2020-07-07 13:36:31 +0100" endDate="2020-07-07 13:40:28 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 14:38:58 +0100" startDate="2020-07-07 14:27:55 +0100" endDate="2020-07-07 14:32:17 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 15:19:33 +0100" startDate="2020-07-07 15:08:30 +0100" endDate="2020-07-07 15:17:00 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 15:41:37 +0100" startDate="2020-07-07 15:30:27 +0100" endDate="2020-07-07 15:35:12 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 16:51:43 +0100" startDate="2020-07-07 16:40:40 +0100" endDate="2020-07-07 16:41:00 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 18:28:29 +0100" startDate="2020-07-07 18:13:08 +0100" endDate="2020-07-07 18:13:31 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-07 22:09:03 +0100" startDate="2020-07-07 21:58:00 +0100" endDate="2020-07-07 21:58:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 03:41:00 +0100" startDate="2020-07-08 03:24:35 +0100" endDate="2020-07-08 03:31:28 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 07:12:25 +0100" startDate="2020-07-08 07:01:22 +0100" endDate="2020-07-08 07:07:16 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 08:04:40 +0100" startDate="2020-07-08 07:51:55 +0100" endDate="2020-07-08 07:52:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 09:10:55 +0100" startDate="2020-07-08 08:59:52 +0100" endDate="2020-07-08 09:09:41 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 10:18:19 +0100" startDate="2020-07-08 10:04:20 +0100" endDate="2020-07-08 10:05:03 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 10:53:49 +0100" startDate="2020-07-08 10:41:16 +0100" endDate="2020-07-08 10:51:18 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 11:03:53 +0100" startDate="2020-07-08 10:51:18 +0100" endDate="2020-07-08 11:00:53 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 11:14:21 +0100" startDate="2020-07-08 11:01:34 +0100" endDate="2020-07-08 11:05:26 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 13:43:33 +0100" startDate="2020-07-08 13:32:05 +0100" endDate="2020-07-08 13:41:41 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 13:53:57 +0100" startDate="2020-07-08 13:42:06 +0100" endDate="2020-07-08 13:52:07 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 14:03:10 +0100" startDate="2020-07-08 13:52:07 +0100" endDate="2020-07-08 14:00:42 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 14:14:10 +0100" startDate="2020-07-08 14:03:07 +0100" endDate="2020-07-08 14:03:38 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 14:28:10 +0100" startDate="2020-07-08 14:17:08 +0100" endDate="2020-07-08 14:17:20 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 16:16:16 +0100" startDate="2020-07-08 16:00:59 +0100" endDate="2020-07-08 16:04:48 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 18:49:04 +0100" startDate="2020-07-08 18:38:01 +0100" endDate="2020-07-08 18:38:16 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 19:02:00 +0100" startDate="2020-07-08 18:50:57 +0100" endDate="2020-07-08 18:54:13 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 19:25:56 +0100" startDate="2020-07-08 19:14:53 +0100" endDate="2020-07-08 19:19:26 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-08 21:49:15 +0100" startDate="2020-07-08 21:38:13 +0100" endDate="2020-07-08 21:39:01 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 05:39:44 +0100" startDate="2020-07-09 05:28:41 +0100" endDate="2020-07-09 05:29:12 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 07:08:58 +0100" startDate="2020-07-09 06:57:55 +0100" endDate="2020-07-09 07:05:35 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 07:22:20 +0100" startDate="2020-07-09 07:10:45 +0100" endDate="2020-07-09 07:15:03 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 07:45:00 +0100" startDate="2020-07-09 07:30:30 +0100" endDate="2020-07-09 07:35:44 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 07:59:29 +0100" startDate="2020-07-09 07:48:26 +0100" endDate="2020-07-09 07:56:48 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 08:19:21 +0100" startDate="2020-07-09 08:08:18 +0100" endDate="2020-07-09 08:10:31 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 08:40:04 +0100" startDate="2020-07-09 08:29:02 +0100" endDate="2020-07-09 08:38:52 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 09:02:24 +0100" startDate="2020-07-09 08:51:21 +0100" endDate="2020-07-09 09:01:22 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 09:12:25 +0100" startDate="2020-07-09 09:01:22 +0100" endDate="2020-07-09 09:02:54 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 10:33:53 +0100" startDate="2020-07-09 10:22:50 +0100" endDate="2020-07-09 10:31:30 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 10:43:54 +0100" startDate="2020-07-09 10:32:51 +0100" endDate="2020-07-09 10:37:11 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 10:57:56 +0100" startDate="2020-07-09 10:46:33 +0100" endDate="2020-07-09 10:49:45 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 11:12:03 +0100" startDate="2020-07-09 11:00:03 +0100" endDate="2020-07-09 11:02:33 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 12:22:27 +0100" startDate="2020-07-09 12:11:24 +0100" endDate="2020-07-09 12:21:20 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 12:50:58 +0100" startDate="2020-07-09 12:39:55 +0100" endDate="2020-07-09 12:41:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 13:46:48 +0100" startDate="2020-07-09 13:35:45 +0100" endDate="2020-07-09 13:41:57 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 14:22:55 +0100" startDate="2020-07-09 14:09:08 +0100" endDate="2020-07-09 14:10:19 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 15:33:52 +0100" startDate="2020-07-09 15:22:50 +0100" endDate="2020-07-09 15:31:50 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 17:08:12 +0100" startDate="2020-07-09 16:57:10 +0100" endDate="2020-07-09 17:03:17 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 18:16:18 +0100" startDate="2020-07-09 18:04:42 +0100" endDate="2020-07-09 18:12:03 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 18:37:19 +0100" startDate="2020-07-09 18:23:18 +0100" endDate="2020-07-09 18:25:23 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 21:24:46 +0100" startDate="2020-07-09 21:12:11 +0100" endDate="2020-07-09 21:17:37 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 21:49:05 +0100" startDate="2020-07-09 21:36:46 +0100" endDate="2020-07-09 21:43:56 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-09 22:26:55 +0100" startDate="2020-07-09 22:15:52 +0100" endDate="2020-07-09 22:15:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 06:01:03 +0100" startDate="2020-07-10 05:50:00 +0100" endDate="2020-07-10 05:50:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 08:10:48 +0100" startDate="2020-07-10 07:59:45 +0100" endDate="2020-07-10 08:00:18 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 10:02:47 +0100" startDate="2020-07-10 09:51:45 +0100" endDate="2020-07-10 09:54:23 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 10:22:30 +0100" startDate="2020-07-10 10:06:59 +0100" endDate="2020-07-10 10:07:40 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 10:52:17 +0100" startDate="2020-07-10 10:41:14 +0100" endDate="2020-07-10 10:49:44 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 11:11:00 +0100" startDate="2020-07-10 10:59:58 +0100" endDate="2020-07-10 11:00:26 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 11:45:23 +0100" startDate="2020-07-10 11:33:32 +0100" endDate="2020-07-10 11:33:42 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 11:55:30 +0100" startDate="2020-07-10 11:43:38 +0100" endDate="2020-07-10 11:45:07 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 12:38:38 +0100" startDate="2020-07-10 12:26:37 +0100" endDate="2020-07-10 12:26:47 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 13:06:34 +0100" startDate="2020-07-10 12:55:31 +0100" endDate="2020-07-10 13:00:37 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 14:10:11 +0100" startDate="2020-07-10 13:59:08 +0100" endDate="2020-07-10 13:59:44 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 15:09:45 +0100" startDate="2020-07-10 14:58:42 +0100" endDate="2020-07-10 15:08:21 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 15:28:26 +0100" startDate="2020-07-10 15:17:03 +0100" endDate="2020-07-10 15:18:37 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 15:51:51 +0100" startDate="2020-07-10 15:40:48 +0100" endDate="2020-07-10 15:50:49 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 16:01:52 +0100" startDate="2020-07-10 15:50:49 +0100" endDate="2020-07-10 16:00:50 +0100" value="1173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 16:11:53 +0100" startDate="2020-07-10 16:00:50 +0100" endDate="2020-07-10 16:10:52 +0100" value="1176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 16:21:54 +0100" startDate="2020-07-10 16:10:52 +0100" endDate="2020-07-10 16:20:53 +0100" value="1214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 16:32:22 +0100" startDate="2020-07-10 16:20:53 +0100" endDate="2020-07-10 16:29:50 +0100" value="1063"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 17:02:19 +0100" startDate="2020-07-10 16:51:17 +0100" endDate="2020-07-10 17:00:14 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 17:51:54 +0100" startDate="2020-07-10 17:40:52 +0100" endDate="2020-07-10 17:40:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 17:41:55 +0100" startDate="2020-07-10 17:30:53 +0100" endDate="2020-07-10 17:40:52 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 21:48:23 +0100" startDate="2020-07-10 21:37:20 +0100" endDate="2020-07-10 21:43:12 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-10 22:25:00 +0100" startDate="2020-07-10 22:13:58 +0100" endDate="2020-07-10 22:14:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 07:52:40 +0100" startDate="2020-07-11 07:41:37 +0100" endDate="2020-07-11 07:46:59 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 08:26:27 +0100" startDate="2020-07-11 08:10:08 +0100" endDate="2020-07-11 08:10:36 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 09:54:51 +0100" startDate="2020-07-11 09:40:53 +0100" endDate="2020-07-11 09:45:13 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 10:09:10 +0100" startDate="2020-07-11 09:58:07 +0100" endDate="2020-07-11 09:58:20 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 11:25:38 +0100" startDate="2020-07-11 11:13:39 +0100" endDate="2020-07-11 11:20:22 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 13:27:18 +0100" startDate="2020-07-11 13:15:37 +0100" endDate="2020-07-11 13:15:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 14:47:39 +0100" startDate="2020-07-11 14:34:24 +0100" endDate="2020-07-11 14:34:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 15:29:41 +0100" startDate="2020-07-11 15:18:28 +0100" endDate="2020-07-11 15:18:48 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 16:04:17 +0100" startDate="2020-07-11 15:50:18 +0100" endDate="2020-07-11 15:50:36 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 19:13:07 +0100" startDate="2020-07-11 19:02:04 +0100" endDate="2020-07-11 19:02:07 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 20:58:51 +0100" startDate="2020-07-11 20:45:48 +0100" endDate="2020-07-11 20:53:50 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 22:26:37 +0100" startDate="2020-07-11 22:15:34 +0100" endDate="2020-07-11 22:16:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 22:42:54 +0100" startDate="2020-07-11 22:31:51 +0100" endDate="2020-07-11 22:32:04 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-11 23:24:08 +0100" startDate="2020-07-11 23:13:05 +0100" endDate="2020-07-11 23:16:51 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 08:06:09 +0100" startDate="2020-07-12 07:54:49 +0100" endDate="2020-07-12 08:03:02 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 09:16:01 +0100" startDate="2020-07-12 09:04:58 +0100" endDate="2020-07-12 09:05:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 10:05:50 +0100" startDate="2020-07-12 09:54:47 +0100" endDate="2020-07-12 10:04:30 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 10:20:22 +0100" startDate="2020-07-12 10:05:37 +0100" endDate="2020-07-12 10:09:16 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 12:06:27 +0100" startDate="2020-07-12 11:55:24 +0100" endDate="2020-07-12 11:55:37 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 12:40:36 +0100" startDate="2020-07-12 12:29:33 +0100" endDate="2020-07-12 12:29:43 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 14:19:33 +0100" startDate="2020-07-12 14:08:30 +0100" endDate="2020-07-12 14:08:46 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 14:50:43 +0100" startDate="2020-07-12 14:39:40 +0100" endDate="2020-07-12 14:40:21 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 15:21:27 +0100" startDate="2020-07-12 15:20:56 +0100" endDate="2020-07-12 15:21:21 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 17:57:34 +0100" startDate="2020-07-12 17:45:12 +0100" endDate="2020-07-12 17:55:08 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 18:11:07 +0100" startDate="2020-07-12 18:00:04 +0100" endDate="2020-07-12 18:03:00 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 18:37:14 +0100" startDate="2020-07-12 18:25:35 +0100" endDate="2020-07-12 18:32:42 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 18:50:08 +0100" startDate="2020-07-12 18:35:46 +0100" endDate="2020-07-12 18:38:44 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 19:03:24 +0100" startDate="2020-07-12 18:52:09 +0100" endDate="2020-07-12 19:02:10 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 19:13:13 +0100" startDate="2020-07-12 19:02:10 +0100" endDate="2020-07-12 19:04:38 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 21:12:11 +0100" startDate="2020-07-12 20:59:57 +0100" endDate="2020-07-12 21:08:37 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 21:24:46 +0100" startDate="2020-07-12 21:12:56 +0100" endDate="2020-07-12 21:12:59 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 21:36:13 +0100" startDate="2020-07-12 21:25:10 +0100" endDate="2020-07-12 21:25:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-12 22:01:38 +0100" startDate="2020-07-12 21:50:36 +0100" endDate="2020-07-12 21:56:27 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 06:05:46 +0100" startDate="2020-07-13 05:54:43 +0100" endDate="2020-07-13 05:58:35 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 06:25:37 +0100" startDate="2020-07-13 06:12:43 +0100" endDate="2020-07-13 06:16:42 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 06:43:48 +0100" startDate="2020-07-13 06:31:37 +0100" endDate="2020-07-13 06:37:25 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 07:29:43 +0100" startDate="2020-07-13 07:18:16 +0100" endDate="2020-07-13 07:24:53 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 07:40:01 +0100" startDate="2020-07-13 07:28:32 +0100" endDate="2020-07-13 07:33:22 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 08:14:13 +0100" startDate="2020-07-13 07:58:49 +0100" endDate="2020-07-13 07:59:22 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 08:33:10 +0100" startDate="2020-07-13 08:22:07 +0100" endDate="2020-07-13 08:30:08 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 09:05:30 +0100" startDate="2020-07-13 08:52:11 +0100" endDate="2020-07-13 09:01:59 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 09:18:38 +0100" startDate="2020-07-13 09:02:15 +0100" endDate="2020-07-13 09:11:43 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 09:23:39 +0100" startDate="2020-07-13 09:12:36 +0100" endDate="2020-07-13 09:20:22 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 09:39:24 +0100" startDate="2020-07-13 09:28:21 +0100" endDate="2020-07-13 09:30:16 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 10:11:07 +0100" startDate="2020-07-13 10:00:05 +0100" endDate="2020-07-13 10:00:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 10:51:26 +0100" startDate="2020-07-13 10:38:36 +0100" endDate="2020-07-13 10:39:25 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 12:18:34 +0100" startDate="2020-07-13 12:07:32 +0100" endDate="2020-07-13 12:16:14 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 12:28:58 +0100" startDate="2020-07-13 12:17:56 +0100" endDate="2020-07-13 12:23:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 12:59:48 +0100" startDate="2020-07-13 12:48:09 +0100" endDate="2020-07-13 12:48:16 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 13:36:58 +0100" startDate="2020-07-13 13:25:39 +0100" endDate="2020-07-13 13:35:40 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 13:50:45 +0100" startDate="2020-07-13 13:35:40 +0100" endDate="2020-07-13 13:45:41 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 13:57:53 +0100" startDate="2020-07-13 13:45:41 +0100" endDate="2020-07-13 13:53:30 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 14:24:10 +0100" startDate="2020-07-13 14:12:37 +0100" endDate="2020-07-13 14:21:58 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 17:03:47 +0100" startDate="2020-07-13 16:49:34 +0100" endDate="2020-07-13 16:56:40 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 18:12:13 +0100" startDate="2020-07-13 18:00:16 +0100" endDate="2020-07-13 18:00:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 18:21:46 +0100" startDate="2020-07-13 18:10:44 +0100" endDate="2020-07-13 18:11:09 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 18:47:45 +0100" startDate="2020-07-13 18:36:43 +0100" endDate="2020-07-13 18:43:40 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 20:41:48 +0100" startDate="2020-07-13 20:30:45 +0100" endDate="2020-07-13 20:30:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 21:12:45 +0100" startDate="2020-07-13 21:01:36 +0100" endDate="2020-07-13 21:10:13 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 21:35:26 +0100" startDate="2020-07-13 21:24:01 +0100" endDate="2020-07-13 21:24:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-13 21:45:54 +0100" startDate="2020-07-13 21:34:51 +0100" endDate="2020-07-13 21:43:30 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 06:51:52 +0100" startDate="2020-07-14 06:39:19 +0100" endDate="2020-07-14 06:39:21 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 08:02:04 +0100" startDate="2020-07-14 07:48:49 +0100" endDate="2020-07-14 07:58:33 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 08:10:13 +0100" startDate="2020-07-14 07:59:08 +0100" endDate="2020-07-14 08:09:09 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 08:20:12 +0100" startDate="2020-07-14 08:09:09 +0100" endDate="2020-07-14 08:18:38 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 09:12:06 +0100" startDate="2020-07-14 08:59:39 +0100" endDate="2020-07-14 08:59:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 09:31:35 +0100" startDate="2020-07-14 09:20:25 +0100" endDate="2020-07-14 09:20:30 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 10:39:21 +0100" startDate="2020-07-14 10:25:13 +0100" endDate="2020-07-14 10:25:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 10:50:11 +0100" startDate="2020-07-14 10:38:59 +0100" endDate="2020-07-14 10:48:30 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 11:02:37 +0100" startDate="2020-07-14 10:49:21 +0100" endDate="2020-07-14 10:59:20 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 11:11:31 +0100" startDate="2020-07-14 10:59:20 +0100" endDate="2020-07-14 11:01:12 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 12:09:52 +0100" startDate="2020-07-14 11:55:55 +0100" endDate="2020-07-14 12:05:56 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 12:16:59 +0100" startDate="2020-07-14 12:05:56 +0100" endDate="2020-07-14 12:10:03 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 12:28:18 +0100" startDate="2020-07-14 12:16:00 +0100" endDate="2020-07-14 12:16:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 13:11:53 +0100" startDate="2020-07-14 13:00:43 +0100" endDate="2020-07-14 13:00:51 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 13:24:01 +0100" startDate="2020-07-14 13:12:55 +0100" endDate="2020-07-14 13:22:56 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 13:34:53 +0100" startDate="2020-07-14 13:22:56 +0100" endDate="2020-07-14 13:29:57 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 13:47:19 +0100" startDate="2020-07-14 13:35:46 +0100" endDate="2020-07-14 13:36:07 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 13:58:52 +0100" startDate="2020-07-14 13:45:55 +0100" endDate="2020-07-14 13:52:51 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 14:12:15 +0100" startDate="2020-07-14 13:57:16 +0100" endDate="2020-07-14 13:59:39 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 14:38:11 +0100" startDate="2020-07-14 14:26:35 +0100" endDate="2020-07-14 14:31:15 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 14:48:30 +0100" startDate="2020-07-14 14:37:27 +0100" endDate="2020-07-14 14:38:16 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 15:05:49 +0100" startDate="2020-07-14 14:54:46 +0100" endDate="2020-07-14 14:54:51 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 15:24:35 +0100" startDate="2020-07-14 15:10:30 +0100" endDate="2020-07-14 15:20:31 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 15:31:34 +0100" startDate="2020-07-14 15:20:31 +0100" endDate="2020-07-14 15:30:17 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 16:03:44 +0100" startDate="2020-07-14 15:52:41 +0100" endDate="2020-07-14 16:01:13 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 16:16:19 +0100" startDate="2020-07-14 16:03:08 +0100" endDate="2020-07-14 16:10:22 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 17:26:03 +0100" startDate="2020-07-14 17:13:22 +0100" endDate="2020-07-14 17:14:31 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 20:03:05 +0100" startDate="2020-07-14 19:51:11 +0100" endDate="2020-07-14 19:51:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 20:39:56 +0100" startDate="2020-07-14 20:28:44 +0100" endDate="2020-07-14 20:28:54 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-14 22:08:13 +0100" startDate="2020-07-14 21:57:10 +0100" endDate="2020-07-14 21:57:56 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 06:03:29 +0100" startDate="2020-07-15 05:51:22 +0100" endDate="2020-07-15 05:51:29 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 07:46:51 +0100" startDate="2020-07-15 07:33:27 +0100" endDate="2020-07-15 07:39:44 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 10:37:13 +0100" startDate="2020-07-15 10:26:08 +0100" endDate="2020-07-15 10:34:47 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 10:49:13 +0100" startDate="2020-07-15 10:36:11 +0100" endDate="2020-07-15 10:45:19 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 11:10:55 +0100" startDate="2020-07-15 10:59:52 +0100" endDate="2020-07-15 11:02:28 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 11:26:51 +0100" startDate="2020-07-15 11:14:36 +0100" endDate="2020-07-15 11:24:12 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 11:37:05 +0100" startDate="2020-07-15 11:25:31 +0100" endDate="2020-07-15 11:35:29 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 11:49:13 +0100" startDate="2020-07-15 11:35:29 +0100" endDate="2020-07-15 11:36:05 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 12:08:55 +0100" startDate="2020-07-15 11:57:08 +0100" endDate="2020-07-15 12:03:45 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 12:20:52 +0100" startDate="2020-07-15 12:08:26 +0100" endDate="2020-07-15 12:18:27 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 12:29:30 +0100" startDate="2020-07-15 12:18:27 +0100" endDate="2020-07-15 12:26:54 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 12:48:28 +0100" startDate="2020-07-15 12:36:47 +0100" endDate="2020-07-15 12:45:50 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 12:59:53 +0100" startDate="2020-07-15 12:47:17 +0100" endDate="2020-07-15 12:56:45 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 13:59:51 +0100" startDate="2020-07-15 13:48:16 +0100" endDate="2020-07-15 13:58:17 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 14:10:36 +0100" startDate="2020-07-15 13:58:17 +0100" endDate="2020-07-15 14:07:58 +0100" value="963"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 14:21:16 +0100" startDate="2020-07-15 14:08:23 +0100" endDate="2020-07-15 14:11:24 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 15:36:50 +0100" startDate="2020-07-15 15:25:44 +0100" endDate="2020-07-15 15:34:11 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 15:48:58 +0100" startDate="2020-07-15 15:37:27 +0100" endDate="2020-07-15 15:47:28 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 16:00:25 +0100" startDate="2020-07-15 15:49:23 +0100" endDate="2020-07-15 15:59:08 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 16:15:14 +0100" startDate="2020-07-15 15:59:26 +0100" endDate="2020-07-15 16:07:33 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 16:32:08 +0100" startDate="2020-07-15 16:19:33 +0100" endDate="2020-07-15 16:19:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 17:06:43 +0100" startDate="2020-07-15 16:55:40 +0100" endDate="2020-07-15 16:57:17 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 17:34:27 +0100" startDate="2020-07-15 17:21:54 +0100" endDate="2020-07-15 17:31:53 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 17:45:01 +0100" startDate="2020-07-15 17:32:05 +0100" endDate="2020-07-15 17:39:57 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 17:58:38 +0100" startDate="2020-07-15 17:43:08 +0100" endDate="2020-07-15 17:52:52 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 18:08:32 +0100" startDate="2020-07-15 17:53:07 +0100" endDate="2020-07-15 18:02:35 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 18:21:16 +0100" startDate="2020-07-15 18:04:35 +0100" endDate="2020-07-15 18:13:35 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 18:27:18 +0100" startDate="2020-07-15 18:16:15 +0100" endDate="2020-07-15 18:21:44 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 18:41:09 +0100" startDate="2020-07-15 18:27:58 +0100" endDate="2020-07-15 18:31:17 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 18:59:56 +0100" startDate="2020-07-15 18:43:27 +0100" endDate="2020-07-15 18:43:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 20:41:32 +0100" startDate="2020-07-15 20:30:30 +0100" endDate="2020-07-15 20:33:25 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 21:11:32 +0100" startDate="2020-07-15 20:59:14 +0100" endDate="2020-07-15 21:09:15 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 21:20:32 +0100" startDate="2020-07-15 21:09:15 +0100" endDate="2020-07-15 21:11:42 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 21:30:50 +0100" startDate="2020-07-15 21:19:48 +0100" endDate="2020-07-15 21:20:26 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-15 22:07:44 +0100" startDate="2020-07-15 21:56:42 +0100" endDate="2020-07-15 21:57:15 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 06:55:49 +0100" startDate="2020-07-16 06:40:11 +0100" endDate="2020-07-16 06:40:29 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 09:21:38 +0100" startDate="2020-07-16 09:10:24 +0100" endDate="2020-07-16 09:11:36 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 09:45:01 +0100" startDate="2020-07-16 09:30:30 +0100" endDate="2020-07-16 09:30:38 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 09:56:36 +0100" startDate="2020-07-16 09:56:27 +0100" endDate="2020-07-16 09:56:29 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 11:11:50 +0100" startDate="2020-07-16 11:00:47 +0100" endDate="2020-07-16 11:03:12 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 11:46:48 +0100" startDate="2020-07-16 11:35:44 +0100" endDate="2020-07-16 11:38:12 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 12:47:10 +0100" startDate="2020-07-16 12:36:08 +0100" endDate="2020-07-16 12:36:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 15:19:15 +0100" startDate="2020-07-16 15:08:10 +0100" endDate="2020-07-16 15:15:55 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 15:35:30 +0100" startDate="2020-07-16 15:22:06 +0100" endDate="2020-07-16 15:32:07 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 15:43:35 +0100" startDate="2020-07-16 15:32:07 +0100" endDate="2020-07-16 15:41:51 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 15:54:30 +0100" startDate="2020-07-16 15:43:10 +0100" endDate="2020-07-16 15:52:20 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 16:06:10 +0100" startDate="2020-07-16 15:54:14 +0100" endDate="2020-07-16 15:57:25 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 18:18:04 +0100" startDate="2020-07-16 18:04:28 +0100" endDate="2020-07-16 18:13:33 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 18:25:39 +0100" startDate="2020-07-16 18:14:36 +0100" endDate="2020-07-16 18:14:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 18:48:53 +0100" startDate="2020-07-16 18:37:20 +0100" endDate="2020-07-16 18:40:51 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 20:42:08 +0100" startDate="2020-07-16 20:29:16 +0100" endDate="2020-07-16 20:30:22 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-16 21:10:18 +0100" startDate="2020-07-16 20:59:15 +0100" endDate="2020-07-16 21:01:17 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 07:08:04 +0100" startDate="2020-07-17 06:56:48 +0100" endDate="2020-07-17 07:02:34 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 08:07:27 +0100" startDate="2020-07-17 07:51:33 +0100" endDate="2020-07-17 07:51:41 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 08:45:41 +0100" startDate="2020-07-17 08:34:38 +0100" endDate="2020-07-17 08:35:19 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 08:57:13 +0100" startDate="2020-07-17 08:46:10 +0100" endDate="2020-07-17 08:46:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 09:37:40 +0100" startDate="2020-07-17 09:25:49 +0100" endDate="2020-07-17 09:35:50 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 09:46:53 +0100" startDate="2020-07-17 09:35:50 +0100" endDate="2020-07-17 09:45:26 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 09:57:07 +0100" startDate="2020-07-17 09:46:04 +0100" endDate="2020-07-17 09:46:38 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 10:09:59 +0100" startDate="2020-07-17 09:58:56 +0100" endDate="2020-07-17 10:02:55 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 10:53:40 +0100" startDate="2020-07-17 10:42:38 +0100" endDate="2020-07-17 10:42:45 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 14:02:15 +0100" startDate="2020-07-17 13:51:12 +0100" endDate="2020-07-17 13:58:15 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 16:23:46 +0100" startDate="2020-07-17 16:10:51 +0100" endDate="2020-07-17 16:11:01 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 17:18:36 +0100" startDate="2020-07-17 17:06:45 +0100" endDate="2020-07-17 17:13:48 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 17:28:59 +0100" startDate="2020-07-17 17:17:56 +0100" endDate="2020-07-17 17:18:11 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 17:43:57 +0100" startDate="2020-07-17 17:32:55 +0100" endDate="2020-07-17 17:35:38 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 18:10:54 +0100" startDate="2020-07-17 17:56:28 +0100" endDate="2020-07-17 17:57:24 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 18:25:07 +0100" startDate="2020-07-17 18:13:36 +0100" endDate="2020-07-17 18:23:19 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 18:35:21 +0100" startDate="2020-07-17 18:23:44 +0100" endDate="2020-07-17 18:24:56 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 18:54:15 +0100" startDate="2020-07-17 18:41:45 +0100" endDate="2020-07-17 18:50:04 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 19:03:32 +0100" startDate="2020-07-17 18:52:29 +0100" endDate="2020-07-17 18:54:11 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 20:07:59 +0100" startDate="2020-07-17 19:56:57 +0100" endDate="2020-07-17 19:56:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 20:32:29 +0100" startDate="2020-07-17 20:21:26 +0100" endDate="2020-07-17 20:21:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 20:51:49 +0100" startDate="2020-07-17 20:38:45 +0100" endDate="2020-07-17 20:48:33 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 21:25:12 +0100" startDate="2020-07-17 21:13:16 +0100" endDate="2020-07-17 21:19:29 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-17 23:02:14 +0100" startDate="2020-07-17 22:51:11 +0100" endDate="2020-07-17 22:51:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 00:38:13 +0100" startDate="2020-07-18 00:27:20 +0100" endDate="2020-07-18 00:29:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 04:25:25 +0100" startDate="2020-07-18 04:13:33 +0100" endDate="2020-07-18 04:20:10 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 04:36:44 +0100" startDate="2020-07-18 04:25:10 +0100" endDate="2020-07-18 04:25:23 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 04:53:59 +0100" startDate="2020-07-18 04:42:57 +0100" endDate="2020-07-18 04:46:56 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 05:20:03 +0100" startDate="2020-07-18 05:08:02 +0100" endDate="2020-07-18 05:17:27 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 06:56:43 +0100" startDate="2020-07-18 06:45:40 +0100" endDate="2020-07-18 06:50:20 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 07:10:28 +0100" startDate="2020-07-18 06:59:13 +0100" endDate="2020-07-18 07:07:55 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 07:26:01 +0100" startDate="2020-07-18 07:14:03 +0100" endDate="2020-07-18 07:23:08 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 08:46:12 +0100" startDate="2020-07-18 08:35:09 +0100" endDate="2020-07-18 08:36:41 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 08:59:24 +0100" startDate="2020-07-18 08:48:21 +0100" endDate="2020-07-18 08:48:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 07:36:54 +0100" startDate="2020-07-18 07:25:43 +0100" endDate="2020-07-18 07:27:00 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 08:27:31 +0100" startDate="2020-07-18 08:13:02 +0100" endDate="2020-07-18 08:22:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 09:24:45 +0100" startDate="2020-07-18 09:12:00 +0100" endDate="2020-07-18 09:12:58 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 10:02:16 +0100" startDate="2020-07-18 09:51:13 +0100" endDate="2020-07-18 09:57:20 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 10:49:40 +0100" startDate="2020-07-18 10:35:40 +0100" endDate="2020-07-18 10:36:57 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 11:00:56 +0100" startDate="2020-07-18 10:49:51 +0100" endDate="2020-07-18 10:49:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 11:17:15 +0100" startDate="2020-07-18 11:06:12 +0100" endDate="2020-07-18 11:06:35 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 11:41:41 +0100" startDate="2020-07-18 11:30:39 +0100" endDate="2020-07-18 11:37:59 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 12:11:23 +0100" startDate="2020-07-18 11:58:53 +0100" endDate="2020-07-18 12:08:34 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 12:23:01 +0100" startDate="2020-07-18 12:09:14 +0100" endDate="2020-07-18 12:19:15 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 12:30:26 +0100" startDate="2020-07-18 12:19:15 +0100" endDate="2020-07-18 12:29:14 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 12:44:34 +0100" startDate="2020-07-18 12:29:14 +0100" endDate="2020-07-18 12:35:34 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 13:29:58 +0100" startDate="2020-07-18 13:18:23 +0100" endDate="2020-07-18 13:26:12 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 15:04:30 +0100" startDate="2020-07-18 14:50:30 +0100" endDate="2020-07-18 14:50:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 15:40:23 +0100" startDate="2020-07-18 15:28:20 +0100" endDate="2020-07-18 15:31:01 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 20:50:36 +0100" startDate="2020-07-18 20:39:34 +0100" endDate="2020-07-18 20:39:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-18 22:56:47 +0100" startDate="2020-07-18 22:45:44 +0100" endDate="2020-07-18 22:46:15 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 00:22:57 +0100" startDate="2020-07-19 00:11:54 +0100" endDate="2020-07-19 00:14:32 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 07:59:22 +0100" startDate="2020-07-19 07:48:19 +0100" endDate="2020-07-19 07:48:24 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 09:06:25 +0100" startDate="2020-07-19 08:49:15 +0100" endDate="2020-07-19 08:58:02 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 09:15:21 +0100" startDate="2020-07-19 09:04:53 +0100" endDate="2020-07-19 09:14:41 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 09:30:31 +0100" startDate="2020-07-19 09:14:57 +0100" endDate="2020-07-19 09:15:22 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 10:31:45 +0100" startDate="2020-07-19 10:20:42 +0100" endDate="2020-07-19 10:24:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 11:29:35 +0100" startDate="2020-07-19 11:17:04 +0100" endDate="2020-07-19 11:17:11 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 11:41:35 +0100" startDate="2020-07-19 11:29:28 +0100" endDate="2020-07-19 11:29:53 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 13:21:46 +0100" startDate="2020-07-19 13:10:01 +0100" endDate="2020-07-19 13:20:02 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 13:31:05 +0100" startDate="2020-07-19 13:20:02 +0100" endDate="2020-07-19 13:22:02 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 14:18:46 +0100" startDate="2020-07-19 14:02:13 +0100" endDate="2020-07-19 14:03:12 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 17:13:18 +0100" startDate="2020-07-19 16:58:31 +0100" endDate="2020-07-19 16:58:56 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 21:16:19 +0100" startDate="2020-07-19 21:01:07 +0100" endDate="2020-07-19 21:01:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-19 22:05:00 +0100" startDate="2020-07-19 21:53:57 +0100" endDate="2020-07-19 22:03:58 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 07:27:50 +0100" startDate="2020-07-20 07:13:10 +0100" endDate="2020-07-20 07:20:06 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 09:36:41 +0100" startDate="2020-07-20 09:18:20 +0100" endDate="2020-07-20 09:23:25 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 10:21:44 +0100" startDate="2020-07-20 10:09:58 +0100" endDate="2020-07-20 10:11:52 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 11:02:31 +0100" startDate="2020-07-20 10:51:28 +0100" endDate="2020-07-20 11:01:29 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 11:12:50 +0100" startDate="2020-07-20 11:01:29 +0100" endDate="2020-07-20 11:11:02 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 12:04:54 +0100" startDate="2020-07-20 11:53:25 +0100" endDate="2020-07-20 11:57:05 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 12:41:50 +0100" startDate="2020-07-20 12:30:23 +0100" endDate="2020-07-20 12:32:46 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 13:16:21 +0100" startDate="2020-07-20 13:05:18 +0100" endDate="2020-07-20 13:08:21 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 14:02:54 +0100" startDate="2020-07-20 13:48:43 +0100" endDate="2020-07-20 13:52:40 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 15:18:21 +0100" startDate="2020-07-20 15:05:31 +0100" endDate="2020-07-20 15:15:29 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 15:26:32 +0100" startDate="2020-07-20 15:15:29 +0100" endDate="2020-07-20 15:25:30 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 15:37:03 +0100" startDate="2020-07-20 15:25:30 +0100" endDate="2020-07-20 15:35:29 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 15:46:36 +0100" startDate="2020-07-20 15:35:34 +0100" endDate="2020-07-20 15:45:23 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 15:57:07 +0100" startDate="2020-07-20 15:46:04 +0100" endDate="2020-07-20 15:49:25 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 16:55:33 +0100" startDate="2020-07-20 16:44:31 +0100" endDate="2020-07-20 16:44:48 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 18:09:30 +0100" startDate="2020-07-20 17:58:10 +0100" endDate="2020-07-20 18:06:41 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 18:20:55 +0100" startDate="2020-07-20 18:09:52 +0100" endDate="2020-07-20 18:15:35 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 18:51:17 +0100" startDate="2020-07-20 18:40:15 +0100" endDate="2020-07-20 18:44:11 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 19:06:22 +0100" startDate="2020-07-20 18:55:19 +0100" endDate="2020-07-20 18:55:22 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 21:45:53 +0100" startDate="2020-07-20 21:34:50 +0100" endDate="2020-07-20 21:36:09 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-20 22:13:01 +0100" startDate="2020-07-20 22:01:20 +0100" endDate="2020-07-20 22:10:40 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 07:57:40 +0100" startDate="2020-07-21 07:46:37 +0100" endDate="2020-07-21 07:54:43 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 08:14:20 +0100" startDate="2020-07-21 07:57:39 +0100" endDate="2020-07-21 07:57:57 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 08:39:47 +0100" startDate="2020-07-21 08:27:21 +0100" endDate="2020-07-21 08:29:21 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 12:41:55 +0100" startDate="2020-07-21 12:30:52 +0100" endDate="2020-07-21 12:31:31 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 13:10:06 +0100" startDate="2020-07-21 12:59:01 +0100" endDate="2020-07-21 13:00:48 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 13:57:54 +0100" startDate="2020-07-21 13:46:51 +0100" endDate="2020-07-21 13:47:24 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 14:09:34 +0100" startDate="2020-07-21 13:58:22 +0100" endDate="2020-07-21 13:58:35 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 14:45:46 +0100" startDate="2020-07-21 14:34:36 +0100" endDate="2020-07-21 14:34:53 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 15:23:22 +0100" startDate="2020-07-21 15:12:19 +0100" endDate="2020-07-21 15:13:43 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 15:53:08 +0100" startDate="2020-07-21 15:42:06 +0100" endDate="2020-07-21 15:44:10 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 18:51:24 +0100" startDate="2020-07-21 18:39:18 +0100" endDate="2020-07-21 18:49:18 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 19:00:21 +0100" startDate="2020-07-21 18:49:18 +0100" endDate="2020-07-21 18:51:08 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 19:12:36 +0100" startDate="2020-07-21 19:01:09 +0100" endDate="2020-07-21 19:08:04 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 19:26:47 +0100" startDate="2020-07-21 19:12:01 +0100" endDate="2020-07-21 19:16:37 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 20:46:29 +0100" startDate="2020-07-21 20:33:45 +0100" endDate="2020-07-21 20:43:44 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 20:54:51 +0100" startDate="2020-07-21 20:43:44 +0100" endDate="2020-07-21 20:53:19 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 21:09:13 +0100" startDate="2020-07-21 20:55:01 +0100" endDate="2020-07-21 21:05:02 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 21:19:18 +0100" startDate="2020-07-21 21:05:02 +0100" endDate="2020-07-21 21:11:14 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 21:34:13 +0100" startDate="2020-07-21 21:22:11 +0100" endDate="2020-07-21 21:22:57 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-21 23:34:49 +0100" startDate="2020-07-21 23:23:34 +0100" endDate="2020-07-21 23:29:28 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 07:29:26 +0100" startDate="2020-07-22 07:15:25 +0100" endDate="2020-07-22 07:23:29 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 07:46:57 +0100" startDate="2020-07-22 07:34:52 +0100" endDate="2020-07-22 07:36:57 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 09:18:34 +0100" startDate="2020-07-22 09:07:31 +0100" endDate="2020-07-22 09:16:41 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 10:18:37 +0100" startDate="2020-07-22 10:04:27 +0100" endDate="2020-07-22 10:04:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 10:40:45 +0100" startDate="2020-07-22 10:28:59 +0100" endDate="2020-07-22 10:31:25 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 10:52:14 +0100" startDate="2020-07-22 10:41:11 +0100" endDate="2020-07-22 10:44:20 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 11:09:49 +0100" startDate="2020-07-22 10:58:46 +0100" endDate="2020-07-22 11:02:33 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 11:23:06 +0100" startDate="2020-07-22 11:12:03 +0100" endDate="2020-07-22 11:12:41 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 11:35:19 +0100" startDate="2020-07-22 11:24:16 +0100" endDate="2020-07-22 11:34:17 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 11:45:22 +0100" startDate="2020-07-22 11:34:17 +0100" endDate="2020-07-22 11:35:54 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 12:26:25 +0100" startDate="2020-07-22 12:14:40 +0100" endDate="2020-07-22 12:23:12 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 12:40:54 +0100" startDate="2020-07-22 12:29:44 +0100" endDate="2020-07-22 12:39:30 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 12:53:24 +0100" startDate="2020-07-22 12:42:00 +0100" endDate="2020-07-22 12:45:24 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 13:27:06 +0100" startDate="2020-07-22 13:16:03 +0100" endDate="2020-07-22 13:19:57 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 14:11:10 +0100" startDate="2020-07-22 14:00:07 +0100" endDate="2020-07-22 14:00:45 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 16:44:27 +0100" startDate="2020-07-22 16:33:24 +0100" endDate="2020-07-22 16:35:24 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 17:00:53 +0100" startDate="2020-07-22 16:49:24 +0100" endDate="2020-07-22 16:49:32 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 18:21:10 +0100" startDate="2020-07-22 18:08:48 +0100" endDate="2020-07-22 18:18:49 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 18:31:11 +0100" startDate="2020-07-22 18:18:49 +0100" endDate="2020-07-22 18:28:50 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 18:39:53 +0100" startDate="2020-07-22 18:28:50 +0100" endDate="2020-07-22 18:38:51 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 18:51:21 +0100" startDate="2020-07-22 18:38:51 +0100" endDate="2020-07-22 18:48:52 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 19:02:19 +0100" startDate="2020-07-22 18:48:52 +0100" endDate="2020-07-22 18:58:53 +0100" value="904"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 19:09:56 +0100" startDate="2020-07-22 18:58:53 +0100" endDate="2020-07-22 19:08:54 +0100" value="1066"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 19:22:42 +0100" startDate="2020-07-22 19:08:54 +0100" endDate="2020-07-22 19:18:55 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 19:30:20 +0100" startDate="2020-07-22 19:18:55 +0100" endDate="2020-07-22 19:28:54 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 19:43:31 +0100" startDate="2020-07-22 19:28:59 +0100" endDate="2020-07-22 19:35:28 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 21:43:04 +0100" startDate="2020-07-22 21:32:02 +0100" endDate="2020-07-22 21:34:04 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-22 22:11:49 +0100" startDate="2020-07-22 22:00:47 +0100" endDate="2020-07-22 22:09:55 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 07:11:14 +0100" startDate="2020-07-23 07:03:51 +0100" endDate="2020-07-23 07:04:01 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 07:59:12 +0100" startDate="2020-07-23 07:44:50 +0100" endDate="2020-07-23 07:51:40 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 09:10:47 +0100" startDate="2020-07-23 08:57:59 +0100" endDate="2020-07-23 08:58:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 09:46:43 +0100" startDate="2020-07-23 09:31:32 +0100" endDate="2020-07-23 09:37:36 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 10:02:04 +0100" startDate="2020-07-23 09:50:08 +0100" endDate="2020-07-23 09:59:57 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 10:14:37 +0100" startDate="2020-07-23 10:01:10 +0100" endDate="2020-07-23 10:10:18 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 10:24:47 +0100" startDate="2020-07-23 10:11:30 +0100" endDate="2020-07-23 10:21:31 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 10:35:38 +0100" startDate="2020-07-23 10:21:31 +0100" endDate="2020-07-23 10:31:11 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 10:45:05 +0100" startDate="2020-07-23 10:33:37 +0100" endDate="2020-07-23 10:34:43 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 11:07:30 +0100" startDate="2020-07-23 10:56:27 +0100" endDate="2020-07-23 10:57:54 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 12:04:45 +0100" startDate="2020-07-23 11:52:59 +0100" endDate="2020-07-23 11:53:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 14:05:43 +0100" startDate="2020-07-23 13:54:40 +0100" endDate="2020-07-23 14:00:48 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 14:25:28 +0100" startDate="2020-07-23 14:14:25 +0100" endDate="2020-07-23 14:18:53 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 14:40:12 +0100" startDate="2020-07-23 14:27:50 +0100" endDate="2020-07-23 14:28:41 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 15:18:04 +0100" startDate="2020-07-23 15:04:18 +0100" endDate="2020-07-23 15:14:19 +0100" value="1123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 15:28:12 +0100" startDate="2020-07-23 15:14:19 +0100" endDate="2020-07-23 15:24:20 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 15:37:29 +0100" startDate="2020-07-23 15:24:20 +0100" endDate="2020-07-23 15:34:19 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 15:48:00 +0100" startDate="2020-07-23 15:34:19 +0100" endDate="2020-07-23 15:44:20 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 15:55:22 +0100" startDate="2020-07-23 15:44:20 +0100" endDate="2020-07-23 15:53:15 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:10:44 +0100" startDate="2020-07-23 15:54:44 +0100" endDate="2020-07-23 16:04:45 +0100" value="1089"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:19:03 +0100" startDate="2020-07-23 16:04:45 +0100" endDate="2020-07-23 16:14:46 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:28:13 +0100" startDate="2020-07-23 16:14:46 +0100" endDate="2020-07-23 16:24:47 +0100" value="1076"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:37:11 +0100" startDate="2020-07-23 16:24:47 +0100" endDate="2020-07-23 16:34:48 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:34:48 +0100" endDate="2020-07-23 16:34:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:34:53 +0100" endDate="2020-07-23 16:34:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:34:58 +0100" endDate="2020-07-23 16:35:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:35:03 +0100" endDate="2020-07-23 16:35:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:35:08 +0100" endDate="2020-07-23 16:35:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:35:13 +0100" endDate="2020-07-23 16:35:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:35:18 +0100" endDate="2020-07-23 16:35:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:35:24 +0100" endDate="2020-07-23 16:35:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:35:29 +0100" endDate="2020-07-23 16:35:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:35:34 +0100" endDate="2020-07-23 16:35:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:35:39 +0100" endDate="2020-07-23 16:35:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:35:44 +0100" endDate="2020-07-23 16:35:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:35:49 +0100" endDate="2020-07-23 16:35:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:35:54 +0100" endDate="2020-07-23 16:35:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:35:59 +0100" endDate="2020-07-23 16:36:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:36:04 +0100" endDate="2020-07-23 16:36:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:36:09 +0100" endDate="2020-07-23 16:36:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:36:15 +0100" endDate="2020-07-23 16:36:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:36:20 +0100" endDate="2020-07-23 16:36:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:36:25 +0100" endDate="2020-07-23 16:36:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:36:30 +0100" endDate="2020-07-23 16:36:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:36:35 +0100" endDate="2020-07-23 16:36:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:36:40 +0100" endDate="2020-07-23 16:36:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:36:45 +0100" endDate="2020-07-23 16:36:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:36:50 +0100" endDate="2020-07-23 16:36:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:36:55 +0100" endDate="2020-07-23 16:37:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303c3be80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:37:00 +0100" endDate="2020-07-23 16:37:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:37:05 +0100" endDate="2020-07-23 16:37:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:37:11 +0100" endDate="2020-07-23 16:37:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:37:16 +0100" endDate="2020-07-23 16:37:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:37:21 +0100" endDate="2020-07-23 16:37:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:37:26 +0100" endDate="2020-07-23 16:37:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:37:31 +0100" endDate="2020-07-23 16:37:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:37:36 +0100" endDate="2020-07-23 16:37:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:37:41 +0100" endDate="2020-07-23 16:37:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:37:46 +0100" endDate="2020-07-23 16:37:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:37:51 +0100" endDate="2020-07-23 16:37:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:37:56 +0100" endDate="2020-07-23 16:38:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:38:01 +0100" endDate="2020-07-23 16:38:07 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:38:07 +0100" endDate="2020-07-23 16:38:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:38:12 +0100" endDate="2020-07-23 16:38:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:38:17 +0100" endDate="2020-07-23 16:38:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:38:22 +0100" endDate="2020-07-23 16:38:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:38:27 +0100" endDate="2020-07-23 16:38:32 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:38:32 +0100" endDate="2020-07-23 16:38:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:38:37 +0100" endDate="2020-07-23 16:38:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:38:42 +0100" endDate="2020-07-23 16:38:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:38:47 +0100" endDate="2020-07-23 16:38:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:38:52 +0100" endDate="2020-07-23 16:38:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:38:57 +0100" endDate="2020-07-23 16:39:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:39:03 +0100" endDate="2020-07-23 16:39:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:39:08 +0100" endDate="2020-07-23 16:39:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:39:13 +0100" endDate="2020-07-23 16:39:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:39:18 +0100" endDate="2020-07-23 16:39:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:39:23 +0100" endDate="2020-07-23 16:39:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:39:28 +0100" endDate="2020-07-23 16:39:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:39:33 +0100" endDate="2020-07-23 16:39:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:39:38 +0100" endDate="2020-07-23 16:39:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:39:43 +0100" endDate="2020-07-23 16:39:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:39:48 +0100" endDate="2020-07-23 16:39:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:39:54 +0100" endDate="2020-07-23 16:39:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:39:59 +0100" endDate="2020-07-23 16:40:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:40:04 +0100" endDate="2020-07-23 16:40:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:40:09 +0100" endDate="2020-07-23 16:40:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:40:14 +0100" endDate="2020-07-23 16:40:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:40:19 +0100" endDate="2020-07-23 16:40:22 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:40:24 +0100" endDate="2020-07-23 16:40:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:40:29 +0100" endDate="2020-07-23 16:40:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:40:34 +0100" endDate="2020-07-23 16:40:39 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:40:39 +0100" endDate="2020-07-23 16:40:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:40:44 +0100" endDate="2020-07-23 16:40:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:40:50 +0100" endDate="2020-07-23 16:40:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:40:55 +0100" endDate="2020-07-23 16:41:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:41:00 +0100" endDate="2020-07-23 16:41:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:41:05 +0100" endDate="2020-07-23 16:41:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:41:10 +0100" endDate="2020-07-23 16:41:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:41:15 +0100" endDate="2020-07-23 16:41:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:41:20 +0100" endDate="2020-07-23 16:41:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:41:25 +0100" endDate="2020-07-23 16:41:30 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:41:40 +0100" endDate="2020-07-23 16:41:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:41:46 +0100" endDate="2020-07-23 16:41:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:41:51 +0100" endDate="2020-07-23 16:41:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:41:56 +0100" endDate="2020-07-23 16:42:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:42:01 +0100" endDate="2020-07-23 16:42:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:42:06 +0100" endDate="2020-07-23 16:42:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:42:11 +0100" endDate="2020-07-23 16:42:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:42:16 +0100" endDate="2020-07-23 16:42:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:42:21 +0100" endDate="2020-07-23 16:42:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:42:26 +0100" endDate="2020-07-23 16:42:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:42:31 +0100" endDate="2020-07-23 16:42:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:42:37 +0100" endDate="2020-07-23 16:42:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:42:42 +0100" endDate="2020-07-23 16:42:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:42:47 +0100" endDate="2020-07-23 16:42:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:42:52 +0100" endDate="2020-07-23 16:42:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:42:57 +0100" endDate="2020-07-23 16:43:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:43:02 +0100" endDate="2020-07-23 16:43:07 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:43:07 +0100" endDate="2020-07-23 16:43:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:22 +0100" startDate="2020-07-23 16:43:12 +0100" endDate="2020-07-23 16:43:15 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:24 +0100" startDate="2020-07-23 16:43:17 +0100" endDate="2020-07-23 16:43:20 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:27 +0100" startDate="2020-07-23 16:43:20 +0100" endDate="2020-07-23 16:43:22 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:32 +0100" startDate="2020-07-23 16:43:22 +0100" endDate="2020-07-23 16:43:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:38 +0100" startDate="2020-07-23 16:43:27 +0100" endDate="2020-07-23 16:43:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:43:39 +0100" startDate="2020-07-23 16:43:33 +0100" endDate="2020-07-23 16:43:35 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 16:51:02 +0100" startDate="2020-07-23 16:43:35 +0100" endDate="2020-07-23 16:47:42 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-23 21:29:59 +0100" startDate="2020-07-23 21:19:22 +0100" endDate="2020-07-23 21:21:22 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 07:13:55 +0100" startDate="2020-07-24 07:02:53 +0100" endDate="2020-07-24 07:03:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 07:28:25 +0100" startDate="2020-07-24 07:17:22 +0100" endDate="2020-07-24 07:19:37 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 07:40:13 +0100" startDate="2020-07-24 07:28:04 +0100" endDate="2020-07-24 07:28:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 09:42:32 +0100" startDate="2020-07-24 09:26:50 +0100" endDate="2020-07-24 09:26:57 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 11:24:13 +0100" startDate="2020-07-24 11:13:00 +0100" endDate="2020-07-24 11:13:10 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 11:47:16 +0100" startDate="2020-07-24 11:33:15 +0100" endDate="2020-07-24 11:42:58 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 11:56:49 +0100" startDate="2020-07-24 11:44:56 +0100" endDate="2020-07-24 11:52:52 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 12:09:56 +0100" startDate="2020-07-24 11:55:45 +0100" endDate="2020-07-24 12:03:29 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 12:20:31 +0100" startDate="2020-07-24 12:07:01 +0100" endDate="2020-07-24 12:16:20 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 12:30:26 +0100" startDate="2020-07-24 12:17:37 +0100" endDate="2020-07-24 12:27:38 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 12:40:30 +0100" startDate="2020-07-24 12:28:21 +0100" endDate="2020-07-24 12:38:22 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 12:51:30 +0100" startDate="2020-07-24 12:38:25 +0100" endDate="2020-07-24 12:40:07 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 13:06:01 +0100" startDate="2020-07-24 12:54:10 +0100" endDate="2020-07-24 13:02:27 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 13:16:05 +0100" startDate="2020-07-24 13:04:44 +0100" endDate="2020-07-24 13:14:46 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 13:27:44 +0100" startDate="2020-07-24 13:14:46 +0100" endDate="2020-07-24 13:21:44 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 13:48:24 +0100" startDate="2020-07-24 13:34:26 +0100" endDate="2020-07-24 13:44:07 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 13:58:57 +0100" startDate="2020-07-24 13:47:18 +0100" endDate="2020-07-24 13:49:13 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 14:19:28 +0100" startDate="2020-07-24 14:03:52 +0100" endDate="2020-07-24 14:10:44 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 16:31:58 +0100" startDate="2020-07-24 16:22:00 +0100" endDate="2020-07-24 16:31:54 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 16:46:26 +0100" startDate="2020-07-24 16:31:57 +0100" endDate="2020-07-24 16:41:58 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 16:57:35 +0100" startDate="2020-07-24 16:41:58 +0100" endDate="2020-07-24 16:51:59 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 17:07:43 +0100" startDate="2020-07-24 16:51:59 +0100" endDate="2020-07-24 17:01:57 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 17:15:50 +0100" startDate="2020-07-24 17:02:05 +0100" endDate="2020-07-24 17:12:06 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 17:27:25 +0100" startDate="2020-07-24 17:12:06 +0100" endDate="2020-07-24 17:22:07 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 17:38:08 +0100" startDate="2020-07-24 17:22:07 +0100" endDate="2020-07-24 17:31:37 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 17:51:19 +0100" startDate="2020-07-24 17:32:36 +0100" endDate="2020-07-24 17:42:37 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 18:01:27 +0100" startDate="2020-07-24 17:42:37 +0100" endDate="2020-07-24 17:52:38 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 18:11:35 +0100" startDate="2020-07-24 17:52:38 +0100" endDate="2020-07-24 18:02:39 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 18:18:59 +0100" startDate="2020-07-24 18:02:39 +0100" endDate="2020-07-24 18:12:40 +0100" value="1050"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 18:24:09 +0100" startDate="2020-07-24 18:12:40 +0100" endDate="2020-07-24 18:22:41 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 18:33:44 +0100" startDate="2020-07-24 18:22:41 +0100" endDate="2020-07-24 18:22:43 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-24 21:28:17 +0100" startDate="2020-07-24 21:17:15 +0100" endDate="2020-07-24 21:17:22 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 08:14:19 +0100" startDate="2020-07-25 07:59:09 +0100" endDate="2020-07-25 07:59:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 12:26:39 +0100" startDate="2020-07-25 12:15:37 +0100" endDate="2020-07-25 12:15:44 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 15:32:56 +0100" startDate="2020-07-25 15:20:08 +0100" endDate="2020-07-25 15:27:34 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 16:07:27 +0100" startDate="2020-07-25 15:54:47 +0100" endDate="2020-07-25 16:04:35 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 16:16:44 +0100" startDate="2020-07-25 16:04:53 +0100" endDate="2020-07-25 16:14:11 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 16:23:06 +0100" startDate="2020-07-25 16:15:07 +0100" endDate="2020-07-25 16:23:01 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 16:34:06 +0100" startDate="2020-07-25 16:23:08 +0100" endDate="2020-07-25 16:33:10 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 16:44:19 +0100" startDate="2020-07-25 16:33:10 +0100" endDate="2020-07-25 16:43:11 +0100" value="1025"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 16:54:13 +0100" startDate="2020-07-25 16:43:11 +0100" endDate="2020-07-25 16:53:12 +0100" value="1043"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 17:04:14 +0100" startDate="2020-07-25 16:53:12 +0100" endDate="2020-07-25 17:01:59 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 17:22:32 +0100" startDate="2020-07-25 17:11:19 +0100" endDate="2020-07-25 17:21:20 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 17:32:43 +0100" startDate="2020-07-25 17:21:20 +0100" endDate="2020-07-25 17:31:21 +0100" value="1084"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 17:42:33 +0100" startDate="2020-07-25 17:31:21 +0100" endDate="2020-07-25 17:40:42 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 18:30:37 +0100" startDate="2020-07-25 18:19:34 +0100" endDate="2020-07-25 18:27:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 18:56:04 +0100" startDate="2020-07-25 18:44:56 +0100" endDate="2020-07-25 18:48:10 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 19:07:06 +0100" startDate="2020-07-25 18:56:04 +0100" endDate="2020-07-25 18:56:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 19:42:31 +0100" startDate="2020-07-25 19:31:28 +0100" endDate="2020-07-25 19:32:29 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 21:24:27 +0100" startDate="2020-07-25 21:13:25 +0100" endDate="2020-07-25 21:13:27 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-25 23:46:01 +0100" startDate="2020-07-25 23:34:59 +0100" endDate="2020-07-25 23:36:18 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 00:43:12 +0100" startDate="2020-07-26 00:32:09 +0100" endDate="2020-07-26 00:32:12 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 09:53:45 +0100" startDate="2020-07-26 09:41:06 +0100" endDate="2020-07-26 09:48:02 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 10:15:34 +0100" startDate="2020-07-26 10:00:44 +0100" endDate="2020-07-26 10:04:36 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 10:28:16 +0100" startDate="2020-07-26 10:16:06 +0100" endDate="2020-07-26 10:19:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 10:52:37 +0100" startDate="2020-07-26 10:41:34 +0100" endDate="2020-07-26 10:51:25 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 11:08:12 +0100" startDate="2020-07-26 10:52:52 +0100" endDate="2020-07-26 10:53:35 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 11:52:40 +0100" startDate="2020-07-26 11:41:37 +0100" endDate="2020-07-26 11:51:30 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 12:03:09 +0100" startDate="2020-07-26 11:52:06 +0100" endDate="2020-07-26 11:57:42 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 12:28:46 +0100" startDate="2020-07-26 12:17:43 +0100" endDate="2020-07-26 12:18:09 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 12:49:03 +0100" startDate="2020-07-26 12:33:34 +0100" endDate="2020-07-26 12:33:46 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 13:00:21 +0100" startDate="2020-07-26 12:49:18 +0100" endDate="2020-07-26 12:58:36 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 13:12:18 +0100" startDate="2020-07-26 12:59:24 +0100" endDate="2020-07-26 13:01:21 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 13:21:19 +0100" startDate="2020-07-26 13:09:25 +0100" endDate="2020-07-26 13:09:41 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 13:37:19 +0100" startDate="2020-07-26 13:23:45 +0100" endDate="2020-07-26 13:33:47 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 13:46:47 +0100" startDate="2020-07-26 13:33:47 +0100" endDate="2020-07-26 13:43:48 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 13:55:34 +0100" startDate="2020-07-26 13:43:48 +0100" endDate="2020-07-26 13:53:49 +0100" value="1101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 14:08:52 +0100" startDate="2020-07-26 13:53:49 +0100" endDate="2020-07-26 14:03:50 +0100" value="1123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 14:16:01 +0100" startDate="2020-07-26 14:03:50 +0100" endDate="2020-07-26 14:13:51 +0100" value="1093"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 14:24:53 +0100" startDate="2020-07-26 14:13:51 +0100" endDate="2020-07-26 14:23:16 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 14:36:52 +0100" startDate="2020-07-26 14:24:27 +0100" endDate="2020-07-26 14:34:28 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 14:47:35 +0100" startDate="2020-07-26 14:34:28 +0100" endDate="2020-07-26 14:44:29 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 14:58:25 +0100" startDate="2020-07-26 14:44:29 +0100" endDate="2020-07-26 14:54:30 +0100" value="1073"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 15:08:08 +0100" startDate="2020-07-26 14:54:30 +0100" endDate="2020-07-26 15:04:31 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 15:19:21 +0100" startDate="2020-07-26 15:04:31 +0100" endDate="2020-07-26 15:13:29 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 15:37:01 +0100" startDate="2020-07-26 15:22:19 +0100" endDate="2020-07-26 15:32:20 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 15:43:23 +0100" startDate="2020-07-26 15:32:20 +0100" endDate="2020-07-26 15:35:59 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 18:51:07 +0100" startDate="2020-07-26 18:40:05 +0100" endDate="2020-07-26 18:44:42 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 19:37:17 +0100" startDate="2020-07-26 19:26:14 +0100" endDate="2020-07-26 19:26:40 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 20:04:17 +0100" startDate="2020-07-26 19:53:14 +0100" endDate="2020-07-26 20:02:47 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 20:14:27 +0100" startDate="2020-07-26 20:03:18 +0100" endDate="2020-07-26 20:08:36 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 20:28:53 +0100" startDate="2020-07-26 20:17:16 +0100" endDate="2020-07-26 20:24:44 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-26 22:29:40 +0100" startDate="2020-07-26 22:18:37 +0100" endDate="2020-07-26 22:18:55 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 03:17:36 +0100" startDate="2020-07-27 03:03:57 +0100" endDate="2020-07-27 03:04:46 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 03:27:36 +0100" startDate="2020-07-27 03:16:56 +0100" endDate="2020-07-27 03:16:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 07:26:39 +0100" startDate="2020-07-27 07:15:06 +0100" endDate="2020-07-27 07:19:42 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 08:35:50 +0100" startDate="2020-07-27 08:24:48 +0100" endDate="2020-07-27 08:24:53 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 09:48:35 +0100" startDate="2020-07-27 09:37:33 +0100" endDate="2020-07-27 09:47:31 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 09:58:34 +0100" startDate="2020-07-27 09:47:31 +0100" endDate="2020-07-27 09:55:58 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 10:10:45 +0100" startDate="2020-07-27 09:59:42 +0100" endDate="2020-07-27 10:07:41 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 10:20:56 +0100" startDate="2020-07-27 10:09:48 +0100" endDate="2020-07-27 10:19:45 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 10:33:37 +0100" startDate="2020-07-27 10:21:32 +0100" endDate="2020-07-27 10:31:33 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 10:42:47 +0100" startDate="2020-07-27 10:31:33 +0100" endDate="2020-07-27 10:40:02 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 10:53:47 +0100" startDate="2020-07-27 10:42:35 +0100" endDate="2020-07-27 10:48:14 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 11:58:14 +0100" startDate="2020-07-27 11:45:39 +0100" endDate="2020-07-27 11:55:23 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 12:08:47 +0100" startDate="2020-07-27 11:55:41 +0100" endDate="2020-07-27 12:05:37 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 12:17:49 +0100" startDate="2020-07-27 12:05:55 +0100" endDate="2020-07-27 12:14:37 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 12:29:04 +0100" startDate="2020-07-27 12:18:01 +0100" endDate="2020-07-27 12:20:44 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 12:47:49 +0100" startDate="2020-07-27 12:36:31 +0100" endDate="2020-07-27 12:36:46 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 13:08:54 +0100" startDate="2020-07-27 12:57:43 +0100" endDate="2020-07-27 13:06:35 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 13:49:12 +0100" startDate="2020-07-27 13:38:10 +0100" endDate="2020-07-27 13:46:45 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-27 16:44:24 +0100" startDate="2020-07-27 16:31:42 +0100" endDate="2020-07-27 16:31:47 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 00:03:05 +0100" startDate="2020-07-27 23:52:02 +0100" endDate="2020-07-27 23:52:18 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 05:52:46 +0100" startDate="2020-07-28 05:41:44 +0100" endDate="2020-07-28 05:44:39 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 08:39:10 +0100" startDate="2020-07-28 08:27:30 +0100" endDate="2020-07-28 08:28:39 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 10:18:27 +0100" startDate="2020-07-28 10:07:12 +0100" endDate="2020-07-28 10:10:38 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 11:45:50 +0100" startDate="2020-07-28 11:34:41 +0100" endDate="2020-07-28 11:34:46 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 12:07:09 +0100" startDate="2020-07-28 11:56:06 +0100" endDate="2020-07-28 11:56:09 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 12:46:59 +0100" startDate="2020-07-28 12:35:57 +0100" endDate="2020-07-28 12:40:20 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 14:47:05 +0100" startDate="2020-07-28 14:36:03 +0100" endDate="2020-07-28 14:36:10 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 14:58:16 +0100" startDate="2020-07-28 14:47:14 +0100" endDate="2020-07-28 14:49:24 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 15:35:51 +0100" startDate="2020-07-28 15:24:22 +0100" endDate="2020-07-28 15:25:08 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 16:44:48 +0100" startDate="2020-07-28 16:33:45 +0100" endDate="2020-07-28 16:39:43 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 18:27:48 +0100" startDate="2020-07-28 18:16:45 +0100" endDate="2020-07-28 18:22:55 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 19:58:28 +0100" startDate="2020-07-28 18:50:12 +0100" endDate="2020-07-28 18:54:04 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 19:58:28 +0100" startDate="2020-07-28 19:09:14 +0100" endDate="2020-07-28 19:11:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 19:58:28 +0100" startDate="2020-07-28 19:25:55 +0100" endDate="2020-07-28 19:25:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 20:00:49 +0100" startDate="2020-07-28 19:49:47 +0100" endDate="2020-07-28 19:59:45 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 20:10:56 +0100" startDate="2020-07-28 19:59:53 +0100" endDate="2020-07-28 20:03:22 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 20:40:39 +0100" startDate="2020-07-28 20:29:37 +0100" endDate="2020-07-28 20:29:42 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 20:59:41 +0100" startDate="2020-07-28 20:48:38 +0100" endDate="2020-07-28 20:48:41 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 21:12:45 +0100" startDate="2020-07-28 21:01:43 +0100" endDate="2020-07-28 21:11:44 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 21:22:46 +0100" startDate="2020-07-28 21:11:44 +0100" endDate="2020-07-28 21:19:30 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 21:50:38 +0100" startDate="2020-07-28 21:39:35 +0100" endDate="2020-07-28 21:48:35 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-28 23:07:38 +0100" startDate="2020-07-28 22:56:35 +0100" endDate="2020-07-28 22:58:32 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 06:30:48 +0100" startDate="2020-07-29 06:19:45 +0100" endDate="2020-07-29 06:27:17 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 06:41:39 +0100" startDate="2020-07-29 06:30:37 +0100" endDate="2020-07-29 06:30:39 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 07:34:07 +0100" startDate="2020-07-29 07:22:53 +0100" endDate="2020-07-29 07:32:54 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 07:48:43 +0100" startDate="2020-07-29 07:32:54 +0100" endDate="2020-07-29 07:40:24 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 09:11:54 +0100" startDate="2020-07-29 08:57:22 +0100" endDate="2020-07-29 08:59:58 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 10:06:00 +0100" startDate="2020-07-29 09:51:07 +0100" endDate="2020-07-29 09:54:26 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 10:30:23 +0100" startDate="2020-07-29 10:17:46 +0100" endDate="2020-07-29 10:26:05 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 10:43:09 +0100" startDate="2020-07-29 10:31:08 +0100" endDate="2020-07-29 10:41:07 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 10:57:59 +0100" startDate="2020-07-29 10:42:36 +0100" endDate="2020-07-29 10:52:37 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 11:05:36 +0100" startDate="2020-07-29 10:52:37 +0100" endDate="2020-07-29 11:00:23 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 11:50:46 +0100" startDate="2020-07-29 11:39:43 +0100" endDate="2020-07-29 11:49:34 +0100" value="885"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 12:01:07 +0100" startDate="2020-07-29 11:50:04 +0100" endDate="2020-07-29 11:55:36 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 12:47:36 +0100" startDate="2020-07-29 12:36:33 +0100" endDate="2020-07-29 12:41:46 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 13:28:38 +0100" startDate="2020-07-29 13:15:49 +0100" endDate="2020-07-29 13:20:34 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 13:52:15 +0100" startDate="2020-07-29 13:37:12 +0100" endDate="2020-07-29 13:44:33 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 14:08:19 +0100" startDate="2020-07-29 13:55:22 +0100" endDate="2020-07-29 14:04:56 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 14:20:07 +0100" startDate="2020-07-29 14:09:04 +0100" endDate="2020-07-29 14:18:47 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 14:44:28 +0100" startDate="2020-07-29 14:30:44 +0100" endDate="2020-07-29 14:38:18 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 15:00:51 +0100" startDate="2020-07-29 14:46:16 +0100" endDate="2020-07-29 14:54:40 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 15:23:09 +0100" startDate="2020-07-29 15:11:20 +0100" endDate="2020-07-29 15:20:56 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 15:35:10 +0100" startDate="2020-07-29 15:22:35 +0100" endDate="2020-07-29 15:32:34 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 15:46:17 +0100" startDate="2020-07-29 15:35:09 +0100" endDate="2020-07-29 15:45:01 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 15:56:29 +0100" startDate="2020-07-29 15:45:26 +0100" endDate="2020-07-29 15:50:34 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 16:13:53 +0100" startDate="2020-07-29 16:02:50 +0100" endDate="2020-07-29 16:09:51 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 16:36:35 +0100" startDate="2020-07-29 16:24:39 +0100" endDate="2020-07-29 16:30:51 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 16:46:42 +0100" startDate="2020-07-29 16:35:15 +0100" endDate="2020-07-29 16:36:13 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 18:09:36 +0100" startDate="2020-07-29 17:57:22 +0100" endDate="2020-07-29 18:07:16 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 18:18:36 +0100" startDate="2020-07-29 18:07:33 +0100" endDate="2020-07-29 18:09:03 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 18:45:05 +0100" startDate="2020-07-29 18:32:44 +0100" endDate="2020-07-29 18:33:09 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 18:58:38 +0100" startDate="2020-07-29 18:45:08 +0100" endDate="2020-07-29 18:45:36 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 19:07:15 +0100" startDate="2020-07-29 18:56:12 +0100" endDate="2020-07-29 18:57:34 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 19:43:50 +0100" startDate="2020-07-29 19:26:59 +0100" endDate="2020-07-29 19:27:04 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 20:05:33 +0100" startDate="2020-07-29 19:54:30 +0100" endDate="2020-07-29 19:54:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 21:25:28 +0100" startDate="2020-07-29 21:14:25 +0100" endDate="2020-07-29 21:14:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 21:11:45 +0100" startDate="2020-07-29 21:00:43 +0100" endDate="2020-07-29 21:04:35 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 21:48:16 +0100" startDate="2020-07-29 21:37:14 +0100" endDate="2020-07-29 21:43:31 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 22:00:13 +0100" startDate="2020-07-29 21:49:10 +0100" endDate="2020-07-29 21:58:46 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-29 23:08:42 +0100" startDate="2020-07-29 22:57:39 +0100" endDate="2020-07-29 22:58:40 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 06:52:47 +0100" startDate="2020-07-30 06:39:45 +0100" endDate="2020-07-30 06:40:11 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 07:03:05 +0100" startDate="2020-07-30 06:52:37 +0100" endDate="2020-07-30 06:52:45 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 07:59:45 +0100" startDate="2020-07-30 07:48:18 +0100" endDate="2020-07-30 07:48:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 08:10:43 +0100" startDate="2020-07-30 07:59:40 +0100" endDate="2020-07-30 08:04:31 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 08:25:21 +0100" startDate="2020-07-30 08:14:18 +0100" endDate="2020-07-30 08:14:23 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 10:33:05 +0100" startDate="2020-07-30 10:22:02 +0100" endDate="2020-07-30 10:32:03 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 10:43:15 +0100" startDate="2020-07-30 10:32:03 +0100" endDate="2020-07-30 10:41:36 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 10:53:53 +0100" startDate="2020-07-30 10:42:50 +0100" endDate="2020-07-30 10:52:49 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 11:05:44 +0100" startDate="2020-07-30 10:52:49 +0100" endDate="2020-07-30 10:59:21 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 11:16:03 +0100" startDate="2020-07-30 11:04:45 +0100" endDate="2020-07-30 11:10:22 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 11:31:50 +0100" startDate="2020-07-30 11:20:47 +0100" endDate="2020-07-30 11:21:00 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 11:48:55 +0100" startDate="2020-07-30 11:37:28 +0100" endDate="2020-07-30 11:41:38 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 12:29:38 +0100" startDate="2020-07-30 12:16:29 +0100" endDate="2020-07-30 12:17:10 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 14:55:29 +0100" startDate="2020-07-30 14:44:23 +0100" endDate="2020-07-30 14:54:24 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 15:05:27 +0100" startDate="2020-07-30 14:54:24 +0100" endDate="2020-07-30 15:00:31 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 15:15:41 +0100" startDate="2020-07-30 15:04:39 +0100" endDate="2020-07-30 15:14:22 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 15:28:05 +0100" startDate="2020-07-30 15:17:03 +0100" endDate="2020-07-30 15:18:55 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 15:52:21 +0100" startDate="2020-07-30 15:41:27 +0100" endDate="2020-07-30 15:51:16 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 16:02:08 +0100" startDate="2020-07-30 15:51:31 +0100" endDate="2020-07-30 15:53:23 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 18:52:24 +0100" startDate="2020-07-30 18:40:49 +0100" endDate="2020-07-30 18:42:47 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 19:03:18 +0100" startDate="2020-07-30 18:51:37 +0100" endDate="2020-07-30 18:52:16 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-30 19:40:05 +0100" startDate="2020-07-30 19:29:02 +0100" endDate="2020-07-30 19:29:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 06:46:22 +0100" startDate="2020-07-31 06:35:19 +0100" endDate="2020-07-31 06:40:56 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 07:30:49 +0100" startDate="2020-07-31 07:18:08 +0100" endDate="2020-07-31 07:18:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 07:46:09 +0100" startDate="2020-07-31 07:30:32 +0100" endDate="2020-07-31 07:30:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 08:33:15 +0100" startDate="2020-07-31 08:22:13 +0100" endDate="2020-07-31 08:30:09 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 08:48:41 +0100" startDate="2020-07-31 08:37:38 +0100" endDate="2020-07-31 08:37:43 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 10:17:28 +0100" startDate="2020-07-31 10:06:26 +0100" endDate="2020-07-31 10:13:58 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 12:43:16 +0100" startDate="2020-07-31 10:21:23 +0100" endDate="2020-07-31 10:31:23 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 12:43:16 +0100" startDate="2020-07-31 10:31:49 +0100" endDate="2020-07-31 10:41:50 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 12:43:16 +0100" startDate="2020-07-31 10:41:50 +0100" endDate="2020-07-31 10:50:14 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 12:43:16 +0100" startDate="2020-07-31 10:53:18 +0100" endDate="2020-07-31 10:56:57 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 12:43:16 +0100" startDate="2020-07-31 11:50:08 +0100" endDate="2020-07-31 11:59:01 +0100" value="843"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 13:05:51 +0100" startDate="2020-07-31 12:54:48 +0100" endDate="2020-07-31 13:04:19 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 13:25:54 +0100" startDate="2020-07-31 13:13:37 +0100" endDate="2020-07-31 13:23:38 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 13:38:02 +0100" startDate="2020-07-31 13:23:38 +0100" endDate="2020-07-31 13:28:36 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 13:53:00 +0100" startDate="2020-07-31 13:37:47 +0100" endDate="2020-07-31 13:47:20 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 14:00:27 +0100" startDate="2020-07-31 13:48:06 +0100" endDate="2020-07-31 13:57:16 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 14:10:33 +0100" startDate="2020-07-31 13:58:48 +0100" endDate="2020-07-31 14:06:45 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 14:24:13 +0100" startDate="2020-07-31 14:12:18 +0100" endDate="2020-07-31 14:17:55 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 14:39:25 +0100" startDate="2020-07-31 14:28:22 +0100" endDate="2020-07-31 14:36:03 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 18:06:36 +0100" startDate="2020-07-31 16:51:36 +0100" endDate="2020-07-31 16:51:53 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 18:12:36 +0100" startDate="2020-07-31 18:01:34 +0100" endDate="2020-07-31 18:01:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 18:30:17 +0100" startDate="2020-07-31 18:19:14 +0100" endDate="2020-07-31 18:19:45 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 18:51:38 +0100" startDate="2020-07-31 18:40:36 +0100" endDate="2020-07-31 18:41:16 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 19:11:25 +0100" startDate="2020-07-31 19:00:22 +0100" endDate="2020-07-31 19:00:43 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 19:51:06 +0100" startDate="2020-07-31 19:38:57 +0100" endDate="2020-07-31 19:48:58 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 20:01:02 +0100" startDate="2020-07-31 19:48:58 +0100" endDate="2020-07-31 19:58:29 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 20:13:47 +0100" startDate="2020-07-31 20:02:22 +0100" endDate="2020-07-31 20:12:21 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 20:24:11 +0100" startDate="2020-07-31 20:12:26 +0100" endDate="2020-07-31 20:21:39 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 20:36:20 +0100" startDate="2020-07-31 20:22:43 +0100" endDate="2020-07-31 20:30:32 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 23:07:32 +0100" startDate="2020-07-31 22:55:47 +0100" endDate="2020-07-31 23:05:46 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-07-31 23:18:26 +0100" startDate="2020-07-31 23:05:46 +0100" endDate="2020-07-31 23:07:26 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 00:47:11 +0100" startDate="2020-08-01 00:32:01 +0100" endDate="2020-08-01 00:42:00 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 00:56:29 +0100" startDate="2020-08-01 00:42:00 +0100" endDate="2020-08-01 00:51:44 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 01:09:38 +0100" startDate="2020-08-01 00:52:45 +0100" endDate="2020-08-01 01:00:10 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 02:50:07 +0100" startDate="2020-08-01 02:36:58 +0100" endDate="2020-08-01 02:40:30 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 03:51:42 +0100" startDate="2020-08-01 03:39:18 +0100" endDate="2020-08-01 03:48:24 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 07:12:35 +0100" startDate="2020-08-01 06:57:26 +0100" endDate="2020-08-01 06:57:51 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 07:35:58 +0100" startDate="2020-08-01 07:24:55 +0100" endDate="2020-08-01 07:33:00 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 08:02:25 +0100" startDate="2020-08-01 07:49:03 +0100" endDate="2020-08-01 07:56:50 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 08:17:29 +0100" startDate="2020-08-01 08:03:48 +0100" endDate="2020-08-01 08:07:47 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 08:44:41 +0100" startDate="2020-08-01 08:29:34 +0100" endDate="2020-08-01 08:38:10 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 10:33:47 +0100" startDate="2020-08-01 10:19:34 +0100" endDate="2020-08-01 10:28:59 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 09:57:19 +0100" startDate="2020-08-01 09:43:13 +0100" endDate="2020-08-01 09:47:02 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 10:08:43 +0100" startDate="2020-08-01 09:55:09 +0100" endDate="2020-08-01 10:00:25 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 10:47:43 +0100" startDate="2020-08-01 10:31:55 +0100" endDate="2020-08-01 10:41:56 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 10:55:23 +0100" startDate="2020-08-01 10:41:56 +0100" endDate="2020-08-01 10:50:00 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 11:06:55 +0100" startDate="2020-08-01 10:54:20 +0100" endDate="2020-08-01 11:04:06 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 11:29:57 +0100" startDate="2020-08-01 11:15:19 +0100" endDate="2020-08-01 11:25:00 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 11:41:20 +0100" startDate="2020-08-01 11:25:38 +0100" endDate="2020-08-01 11:34:53 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 11:50:00 +0100" startDate="2020-08-01 11:35:39 +0100" endDate="2020-08-01 11:45:35 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 12:00:01 +0100" startDate="2020-08-01 11:46:21 +0100" endDate="2020-08-01 11:56:09 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 12:07:58 +0100" startDate="2020-08-01 11:56:24 +0100" endDate="2020-08-01 12:06:08 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 12:33:01 +0100" startDate="2020-08-01 12:19:58 +0100" endDate="2020-08-01 12:20:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 12:57:22 +0100" startDate="2020-08-01 12:41:59 +0100" endDate="2020-08-01 12:44:42 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 13:56:16 +0100" startDate="2020-08-01 13:42:31 +0100" endDate="2020-08-01 13:45:14 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 15:26:04 +0100" startDate="2020-08-01 15:14:14 +0100" endDate="2020-08-01 15:21:37 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 15:40:19 +0100" startDate="2020-08-01 15:28:15 +0100" endDate="2020-08-01 15:35:15 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 16:02:22 +0100" startDate="2020-08-01 15:47:14 +0100" endDate="2020-08-01 15:57:15 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 16:09:30 +0100" startDate="2020-08-01 15:57:15 +0100" endDate="2020-08-01 16:07:16 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 16:21:23 +0100" startDate="2020-08-01 16:07:44 +0100" endDate="2020-08-01 16:17:45 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 16:30:00 +0100" startDate="2020-08-01 16:17:45 +0100" endDate="2020-08-01 16:27:41 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 16:33:59 +0100" startDate="2020-08-01 16:28:04 +0100" endDate="2020-08-01 16:32:19 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 16:46:28 +0100" startDate="2020-08-01 16:34:09 +0100" endDate="2020-08-01 16:40:18 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 17:00:15 +0100" startDate="2020-08-01 16:45:47 +0100" endDate="2020-08-01 16:48:50 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 17:08:06 +0100" startDate="2020-08-01 16:56:32 +0100" endDate="2020-08-01 17:06:12 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 17:19:30 +0100" startDate="2020-08-01 17:06:46 +0100" endDate="2020-08-01 17:07:31 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 17:30:41 +0100" startDate="2020-08-01 17:19:38 +0100" endDate="2020-08-01 17:23:23 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 18:02:09 +0100" startDate="2020-08-01 17:49:00 +0100" endDate="2020-08-01 17:59:02 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 18:10:12 +0100" startDate="2020-08-01 17:59:02 +0100" endDate="2020-08-01 18:07:49 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 18:27:11 +0100" startDate="2020-08-01 18:09:21 +0100" endDate="2020-08-01 18:14:57 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 20:16:53 +0100" startDate="2020-08-01 20:04:34 +0100" endDate="2020-08-01 20:10:16 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 21:36:31 +0100" startDate="2020-08-01 21:22:09 +0100" endDate="2020-08-01 21:24:36 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 22:48:42 +0100" startDate="2020-08-01 22:35:38 +0100" endDate="2020-08-01 22:45:39 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 22:56:42 +0100" startDate="2020-08-01 22:45:39 +0100" endDate="2020-08-01 22:55:41 +0100" value="885"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 23:07:55 +0100" startDate="2020-08-01 22:55:41 +0100" endDate="2020-08-01 23:05:11 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-01 23:22:59 +0100" startDate="2020-08-01 23:06:07 +0100" endDate="2020-08-01 23:06:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 00:51:08 +0100" startDate="2020-08-02 00:40:06 +0100" endDate="2020-08-02 00:46:19 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 07:39:42 +0100" startDate="2020-08-02 07:23:45 +0100" endDate="2020-08-02 07:23:57 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 08:14:19 +0100" startDate="2020-08-02 08:00:36 +0100" endDate="2020-08-02 08:01:12 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 09:00:30 +0100" startDate="2020-08-02 08:47:39 +0100" endDate="2020-08-02 08:57:40 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 09:11:07 +0100" startDate="2020-08-02 08:57:40 +0100" endDate="2020-08-02 09:07:41 +0100" value="1042"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 09:18:08 +0100" startDate="2020-08-02 09:07:41 +0100" endDate="2020-08-02 09:14:46 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 09:32:57 +0100" startDate="2020-08-02 09:19:32 +0100" endDate="2020-08-02 09:29:33 +0100" value="1032"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 09:42:37 +0100" startDate="2020-08-02 09:29:33 +0100" endDate="2020-08-02 09:39:29 +0100" value="1020"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 09:50:42 +0100" startDate="2020-08-02 09:39:39 +0100" endDate="2020-08-02 09:48:54 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 10:03:46 +0100" startDate="2020-08-02 09:50:13 +0100" endDate="2020-08-02 10:00:12 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 10:13:50 +0100" startDate="2020-08-02 10:00:12 +0100" endDate="2020-08-02 10:09:27 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 10:22:50 +0100" startDate="2020-08-02 10:10:34 +0100" endDate="2020-08-02 10:20:35 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 10:31:37 +0100" startDate="2020-08-02 10:20:35 +0100" endDate="2020-08-02 10:29:19 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 10:46:25 +0100" startDate="2020-08-02 10:35:19 +0100" endDate="2020-08-02 10:35:29 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 11:26:49 +0100" startDate="2020-08-02 11:15:44 +0100" endDate="2020-08-02 11:25:45 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 11:36:47 +0100" startDate="2020-08-02 11:25:45 +0100" endDate="2020-08-02 11:31:18 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 12:25:50 +0100" startDate="2020-08-02 12:13:58 +0100" endDate="2020-08-02 12:23:39 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 12:35:09 +0100" startDate="2020-08-02 12:24:22 +0100" endDate="2020-08-02 12:33:56 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 12:58:21 +0100" startDate="2020-08-02 12:47:19 +0100" endDate="2020-08-02 12:56:39 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 13:09:19 +0100" startDate="2020-08-02 12:58:16 +0100" endDate="2020-08-02 13:03:45 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 14:36:23 +0100" startDate="2020-08-02 14:25:20 +0100" endDate="2020-08-02 14:32:46 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 17:58:55 +0100" startDate="2020-08-02 17:47:21 +0100" endDate="2020-08-02 17:48:02 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 18:17:55 +0100" startDate="2020-08-02 18:06:52 +0100" endDate="2020-08-02 18:11:30 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 18:53:09 +0100" startDate="2020-08-02 18:42:07 +0100" endDate="2020-08-02 18:47:56 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 19:06:17 +0100" startDate="2020-08-02 18:55:14 +0100" endDate="2020-08-02 18:56:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 19:16:36 +0100" startDate="2020-08-02 19:05:33 +0100" endDate="2020-08-02 19:05:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 19:30:03 +0100" startDate="2020-08-02 19:19:00 +0100" endDate="2020-08-02 19:23:46 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 19:44:01 +0100" startDate="2020-08-02 19:32:59 +0100" endDate="2020-08-02 19:33:06 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 20:31:26 +0100" startDate="2020-08-02 20:20:23 +0100" endDate="2020-08-02 20:20:33 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 20:42:34 +0100" startDate="2020-08-02 20:30:33 +0100" endDate="2020-08-02 20:40:29 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 20:52:55 +0100" startDate="2020-08-02 20:41:53 +0100" endDate="2020-08-02 20:46:23 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 21:31:21 +0100" startDate="2020-08-02 21:20:18 +0100" endDate="2020-08-02 21:27:50 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 22:03:45 +0100" startDate="2020-08-02 21:52:42 +0100" endDate="2020-08-02 21:53:08 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-02 22:49:12 +0100" startDate="2020-08-02 22:38:09 +0100" endDate="2020-08-02 22:40:42 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 06:46:30 +0100" startDate="2020-08-03 06:35:27 +0100" endDate="2020-08-03 06:36:00 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 07:14:39 +0100" startDate="2020-08-03 07:00:00 +0100" endDate="2020-08-03 07:10:01 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 07:21:54 +0100" startDate="2020-08-03 07:10:01 +0100" endDate="2020-08-03 07:19:29 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 07:29:56 +0100" startDate="2020-08-03 07:19:50 +0100" endDate="2020-08-03 07:29:33 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 08:32:47 +0100" startDate="2020-08-03 08:21:44 +0100" endDate="2020-08-03 08:21:52 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 09:17:52 +0100" startDate="2020-08-03 09:06:49 +0100" endDate="2020-08-03 09:09:20 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 10:06:08 +0100" startDate="2020-08-03 09:52:37 +0100" endDate="2020-08-03 09:59:17 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 11:12:09 +0100" startDate="2020-08-03 10:38:42 +0100" endDate="2020-08-03 10:48:44 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 11:12:09 +0100" startDate="2020-08-03 10:48:44 +0100" endDate="2020-08-03 10:58:43 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 11:12:09 +0100" startDate="2020-08-03 10:58:43 +0100" endDate="2020-08-03 10:59:54 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 11:23:08 +0100" startDate="2020-08-03 11:08:48 +0100" endDate="2020-08-03 11:17:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 11:53:27 +0100" startDate="2020-08-03 11:41:43 +0100" endDate="2020-08-03 11:51:44 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 12:05:25 +0100" startDate="2020-08-03 11:51:44 +0100" endDate="2020-08-03 11:59:54 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 13:33:03 +0100" startDate="2020-08-03 13:21:21 +0100" endDate="2020-08-03 13:30:54 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 13:42:28 +0100" startDate="2020-08-03 13:31:25 +0100" endDate="2020-08-03 13:38:28 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 13:54:21 +0100" startDate="2020-08-03 13:44:14 +0100" endDate="2020-08-03 13:53:32 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 14:04:32 +0100" startDate="2020-08-03 13:53:32 +0100" endDate="2020-08-03 14:03:08 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 14:16:23 +0100" startDate="2020-08-03 14:04:40 +0100" endDate="2020-08-03 14:13:55 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 15:07:13 +0100" startDate="2020-08-03 14:55:37 +0100" endDate="2020-08-03 15:03:06 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 15:17:43 +0100" startDate="2020-08-03 15:06:40 +0100" endDate="2020-08-03 15:12:03 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 15:53:35 +0100" startDate="2020-08-03 15:42:32 +0100" endDate="2020-08-03 15:44:19 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 16:42:03 +0100" startDate="2020-08-03 16:27:49 +0100" endDate="2020-08-03 16:28:12 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 16:55:16 +0100" startDate="2020-08-03 16:43:46 +0100" endDate="2020-08-03 16:50:34 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 17:43:29 +0100" startDate="2020-08-03 17:30:06 +0100" endDate="2020-08-03 17:40:05 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 17:51:08 +0100" startDate="2020-08-03 17:40:05 +0100" endDate="2020-08-03 17:49:38 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 18:08:37 +0100" startDate="2020-08-03 17:51:35 +0100" endDate="2020-08-03 18:01:24 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 18:15:39 +0100" startDate="2020-08-03 18:01:49 +0100" endDate="2020-08-03 18:11:50 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 18:22:53 +0100" startDate="2020-08-03 18:11:50 +0100" endDate="2020-08-03 18:21:51 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 18:32:20 +0100" startDate="2020-08-03 18:21:51 +0100" endDate="2020-08-03 18:31:53 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 18:46:21 +0100" startDate="2020-08-03 18:31:53 +0100" endDate="2020-08-03 18:41:54 +0100" value="1057"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 18:54:36 +0100" startDate="2020-08-03 18:41:54 +0100" endDate="2020-08-03 18:51:55 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 19:07:37 +0100" startDate="2020-08-03 18:51:55 +0100" endDate="2020-08-03 19:01:56 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 19:13:41 +0100" startDate="2020-08-03 19:01:56 +0100" endDate="2020-08-03 19:07:52 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 19:32:07 +0100" startDate="2020-08-03 19:20:03 +0100" endDate="2020-08-03 19:30:04 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 19:42:05 +0100" startDate="2020-08-03 19:30:04 +0100" endDate="2020-08-03 19:40:05 +0100" value="1088"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 19:53:05 +0100" startDate="2020-08-03 19:40:05 +0100" endDate="2020-08-03 19:50:06 +0100" value="975"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 20:03:20 +0100" startDate="2020-08-03 19:50:06 +0100" endDate="2020-08-03 20:00:07 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 20:13:25 +0100" startDate="2020-08-03 20:00:07 +0100" endDate="2020-08-03 20:03:03 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 21:45:42 +0100" startDate="2020-08-03 21:34:39 +0100" endDate="2020-08-03 21:44:40 +0100" value="987"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 21:55:43 +0100" startDate="2020-08-03 21:44:40 +0100" endDate="2020-08-03 21:50:06 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-03 22:07:57 +0100" startDate="2020-08-03 21:56:54 +0100" endDate="2020-08-03 22:01:49 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 02:53:28 +0100" startDate="2020-08-04 02:42:25 +0100" endDate="2020-08-04 02:42:48 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 03:41:11 +0100" startDate="2020-08-04 03:30:09 +0100" endDate="2020-08-04 03:39:37 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 07:10:44 +0100" startDate="2020-08-04 06:59:41 +0100" endDate="2020-08-04 07:08:11 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 07:29:05 +0100" startDate="2020-08-04 07:18:03 +0100" endDate="2020-08-04 07:19:01 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 07:44:54 +0100" startDate="2020-08-04 07:33:32 +0100" endDate="2020-08-04 07:43:33 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 07:54:38 +0100" startDate="2020-08-04 07:43:33 +0100" endDate="2020-08-04 07:53:34 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 08:08:04 +0100" startDate="2020-08-04 07:53:34 +0100" endDate="2020-08-04 07:57:56 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 08:32:23 +0100" startDate="2020-08-04 08:21:20 +0100" endDate="2020-08-04 08:21:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 10:16:26 +0100" startDate="2020-08-04 10:05:23 +0100" endDate="2020-08-04 10:10:00 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 11:40:14 +0100" startDate="2020-08-04 11:03:38 +0100" endDate="2020-08-04 11:10:38 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 11:47:53 +0100" startDate="2020-08-04 11:35:41 +0100" endDate="2020-08-04 11:45:42 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 11:57:31 +0100" startDate="2020-08-04 11:45:42 +0100" endDate="2020-08-04 11:53:03 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 12:13:25 +0100" startDate="2020-08-04 11:57:23 +0100" endDate="2020-08-04 11:59:21 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 12:34:40 +0100" startDate="2020-08-04 12:22:55 +0100" endDate="2020-08-04 12:32:49 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 12:44:25 +0100" startDate="2020-08-04 12:33:22 +0100" endDate="2020-08-04 12:41:46 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 13:58:25 +0100" startDate="2020-08-04 13:45:20 +0100" endDate="2020-08-04 13:52:05 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 14:11:53 +0100" startDate="2020-08-04 13:59:50 +0100" endDate="2020-08-04 14:01:32 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 14:24:00 +0100" startDate="2020-08-04 14:12:57 +0100" endDate="2020-08-04 14:20:23 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 14:58:22 +0100" startDate="2020-08-04 14:46:37 +0100" endDate="2020-08-04 14:56:38 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 15:08:17 +0100" startDate="2020-08-04 14:56:38 +0100" endDate="2020-08-04 15:06:37 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 15:17:39 +0100" startDate="2020-08-04 15:06:37 +0100" endDate="2020-08-04 15:15:34 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 15:29:51 +0100" startDate="2020-08-04 15:16:51 +0100" endDate="2020-08-04 15:21:57 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 16:49:01 +0100" startDate="2020-08-04 16:37:10 +0100" endDate="2020-08-04 16:39:05 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 18:06:25 +0100" startDate="2020-08-04 17:55:22 +0100" endDate="2020-08-04 18:02:51 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 18:57:54 +0100" startDate="2020-08-04 18:46:51 +0100" endDate="2020-08-04 18:48:59 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 20:29:37 +0100" startDate="2020-08-04 20:18:08 +0100" endDate="2020-08-04 20:18:11 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 21:07:54 +0100" startDate="2020-08-04 20:56:17 +0100" endDate="2020-08-04 21:05:45 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 21:49:46 +0100" startDate="2020-08-04 21:38:25 +0100" endDate="2020-08-04 21:46:16 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-04 22:01:54 +0100" startDate="2020-08-04 21:50:51 +0100" endDate="2020-08-04 21:52:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 06:19:50 +0100" startDate="2020-08-05 06:08:47 +0100" endDate="2020-08-05 06:18:25 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 06:50:26 +0100" startDate="2020-08-05 06:36:50 +0100" endDate="2020-08-05 06:46:49 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 06:57:52 +0100" startDate="2020-08-05 06:46:49 +0100" endDate="2020-08-05 06:51:12 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 07:08:52 +0100" startDate="2020-08-05 06:57:49 +0100" endDate="2020-08-05 07:06:57 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 08:45:36 +0100" startDate="2020-08-05 08:34:33 +0100" endDate="2020-08-05 08:37:49 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 08:59:14 +0100" startDate="2020-08-05 08:48:11 +0100" endDate="2020-08-05 08:55:48 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 09:13:10 +0100" startDate="2020-08-05 09:00:00 +0100" endDate="2020-08-05 09:01:58 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 11:19:09 +0100" startDate="2020-08-05 11:08:07 +0100" endDate="2020-08-05 11:17:40 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 11:32:40 +0100" startDate="2020-08-05 11:20:59 +0100" endDate="2020-08-05 11:21:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 11:44:10 +0100" startDate="2020-08-05 11:32:28 +0100" endDate="2020-08-05 11:32:43 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 11:56:43 +0100" startDate="2020-08-05 11:45:38 +0100" endDate="2020-08-05 11:45:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 13:21:58 +0100" startDate="2020-08-05 13:08:26 +0100" endDate="2020-08-05 13:12:07 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 14:01:50 +0100" startDate="2020-08-05 13:50:47 +0100" endDate="2020-08-05 13:56:01 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 14:15:49 +0100" startDate="2020-08-05 14:03:57 +0100" endDate="2020-08-05 14:05:59 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 15:08:35 +0100" startDate="2020-08-05 14:57:01 +0100" endDate="2020-08-05 14:58:07 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 15:57:36 +0100" startDate="2020-08-05 15:46:13 +0100" endDate="2020-08-05 15:53:26 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 16:08:28 +0100" startDate="2020-08-05 15:57:25 +0100" endDate="2020-08-05 15:58:34 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 16:29:13 +0100" startDate="2020-08-05 16:14:47 +0100" endDate="2020-08-05 16:18:18 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 18:35:49 +0100" startDate="2020-08-05 18:24:46 +0100" endDate="2020-08-05 18:25:32 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 18:58:10 +0100" startDate="2020-08-05 18:43:46 +0100" endDate="2020-08-05 18:46:01 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 19:09:34 +0100" startDate="2020-08-05 18:56:35 +0100" endDate="2020-08-05 18:59:03 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 20:44:26 +0100" startDate="2020-08-05 20:33:24 +0100" endDate="2020-08-05 20:43:25 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 20:54:27 +0100" startDate="2020-08-05 20:43:25 +0100" endDate="2020-08-05 20:52:32 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 21:28:58 +0100" startDate="2020-08-05 21:17:56 +0100" endDate="2020-08-05 21:27:42 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 21:39:20 +0100" startDate="2020-08-05 21:28:17 +0100" endDate="2020-08-05 21:31:28 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-05 22:24:40 +0100" startDate="2020-08-05 22:13:38 +0100" endDate="2020-08-05 22:16:54 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 06:10:54 +0100" startDate="2020-08-06 05:56:41 +0100" endDate="2020-08-06 06:00:44 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 07:30:49 +0100" startDate="2020-08-06 07:19:12 +0100" endDate="2020-08-06 07:19:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 09:17:03 +0100" startDate="2020-08-06 09:01:08 +0100" endDate="2020-08-06 09:03:49 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 10:25:10 +0100" startDate="2020-08-06 10:13:28 +0100" endDate="2020-08-06 10:22:34 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 11:01:06 +0100" startDate="2020-08-06 10:48:27 +0100" endDate="2020-08-06 10:58:28 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 11:10:26 +0100" startDate="2020-08-06 10:58:28 +0100" endDate="2020-08-06 11:08:27 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 11:19:55 +0100" startDate="2020-08-06 11:08:27 +0100" endDate="2020-08-06 11:14:59 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 12:16:57 +0100" startDate="2020-08-06 12:05:54 +0100" endDate="2020-08-06 12:06:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 12:27:47 +0100" startDate="2020-08-06 12:16:44 +0100" endDate="2020-08-06 12:17:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 13:27:43 +0100" startDate="2020-08-06 13:10:11 +0100" endDate="2020-08-06 13:10:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 16:55:03 +0100" startDate="2020-08-06 16:43:15 +0100" endDate="2020-08-06 16:46:00 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 17:31:53 +0100" startDate="2020-08-06 17:20:50 +0100" endDate="2020-08-06 17:22:14 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 17:45:13 +0100" startDate="2020-08-06 17:34:10 +0100" endDate="2020-08-06 17:41:08 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 17:57:24 +0100" startDate="2020-08-06 17:46:21 +0100" endDate="2020-08-06 17:46:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 18:29:22 +0100" startDate="2020-08-06 18:17:38 +0100" endDate="2020-08-06 18:27:39 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 18:38:42 +0100" startDate="2020-08-06 18:27:39 +0100" endDate="2020-08-06 18:28:25 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 19:06:55 +0100" startDate="2020-08-06 18:53:05 +0100" endDate="2020-08-06 19:03:06 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 19:14:08 +0100" startDate="2020-08-06 19:03:06 +0100" endDate="2020-08-06 19:07:38 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 21:03:37 +0100" startDate="2020-08-06 20:51:17 +0100" endDate="2020-08-06 20:59:57 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 21:14:59 +0100" startDate="2020-08-06 21:03:56 +0100" endDate="2020-08-06 21:04:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 21:37:54 +0100" startDate="2020-08-06 21:25:53 +0100" endDate="2020-08-06 21:28:26 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-06 22:45:27 +0100" startDate="2020-08-06 22:34:24 +0100" endDate="2020-08-06 22:36:46 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 07:29:56 +0100" startDate="2020-08-07 07:18:41 +0100" endDate="2020-08-07 07:24:53 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 08:49:27 +0100" startDate="2020-08-07 08:38:24 +0100" endDate="2020-08-07 08:43:33 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 09:09:08 +0100" startDate="2020-08-07 08:58:06 +0100" endDate="2020-08-07 09:02:49 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 10:05:56 +0100" startDate="2020-08-07 09:54:25 +0100" endDate="2020-08-07 09:55:01 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 11:49:41 +0100" startDate="2020-08-07 11:38:03 +0100" endDate="2020-08-07 11:47:47 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 12:00:59 +0100" startDate="2020-08-07 11:48:27 +0100" endDate="2020-08-07 11:58:29 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 12:09:31 +0100" startDate="2020-08-07 11:58:29 +0100" endDate="2020-08-07 12:05:26 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 13:50:58 +0100" startDate="2020-08-07 13:39:55 +0100" endDate="2020-08-07 13:41:19 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 14:20:49 +0100" startDate="2020-08-07 14:09:46 +0100" endDate="2020-08-07 14:11:26 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 16:22:54 +0100" startDate="2020-08-07 16:16:32 +0100" endDate="2020-08-07 16:22:13 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 16:35:44 +0100" startDate="2020-08-07 16:24:41 +0100" endDate="2020-08-07 16:24:54 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 17:36:25 +0100" startDate="2020-08-07 17:25:22 +0100" endDate="2020-08-07 17:28:38 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 18:01:47 +0100" startDate="2020-08-07 17:50:35 +0100" endDate="2020-08-07 17:52:05 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 18:24:03 +0100" startDate="2020-08-07 18:10:33 +0100" endDate="2020-08-07 18:14:16 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 20:12:47 +0100" startDate="2020-08-07 20:00:32 +0100" endDate="2020-08-07 20:00:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 21:13:37 +0100" startDate="2020-08-07 21:02:35 +0100" endDate="2020-08-07 21:03:31 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 21:44:23 +0100" startDate="2020-08-07 21:27:22 +0100" endDate="2020-08-07 21:27:45 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-07 22:30:53 +0100" startDate="2020-08-07 22:19:51 +0100" endDate="2020-08-07 22:22:13 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 06:12:52 +0100" startDate="2020-08-08 05:57:54 +0100" endDate="2020-08-08 06:03:00 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 06:25:17 +0100" startDate="2020-08-08 06:13:10 +0100" endDate="2020-08-08 06:13:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 07:32:14 +0100" startDate="2020-08-08 07:21:06 +0100" endDate="2020-08-08 07:31:04 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 07:42:12 +0100" startDate="2020-08-08 07:31:09 +0100" endDate="2020-08-08 07:34:20 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 07:55:48 +0100" startDate="2020-08-08 07:44:33 +0100" endDate="2020-08-08 07:45:24 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 08:17:44 +0100" startDate="2020-08-08 08:06:42 +0100" endDate="2020-08-08 08:07:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 08:52:22 +0100" startDate="2020-08-08 08:41:20 +0100" endDate="2020-08-08 08:50:02 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 10:32:25 +0100" startDate="2020-08-08 10:17:24 +0100" endDate="2020-08-08 10:24:37 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 10:43:54 +0100" startDate="2020-08-08 10:33:08 +0100" endDate="2020-08-08 10:42:41 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 10:54:55 +0100" startDate="2020-08-08 10:43:52 +0100" endDate="2020-08-08 10:46:50 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 11:21:45 +0100" startDate="2020-08-08 11:10:43 +0100" endDate="2020-08-08 11:16:24 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 14:25:48 +0100" startDate="2020-08-08 14:13:04 +0100" endDate="2020-08-08 14:23:03 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 14:34:28 +0100" startDate="2020-08-08 14:23:03 +0100" endDate="2020-08-08 14:33:02 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 14:44:05 +0100" startDate="2020-08-08 14:33:02 +0100" endDate="2020-08-08 14:33:28 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 15:06:20 +0100" startDate="2020-08-08 14:51:26 +0100" endDate="2020-08-08 14:55:41 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 17:03:45 +0100" startDate="2020-08-08 16:52:42 +0100" endDate="2020-08-08 16:57:48 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 17:35:01 +0100" startDate="2020-08-08 17:20:33 +0100" endDate="2020-08-08 17:20:41 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 19:29:52 +0100" startDate="2020-08-08 19:18:49 +0100" endDate="2020-08-08 19:19:50 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 20:46:56 +0100" startDate="2020-08-08 20:35:53 +0100" endDate="2020-08-08 20:36:39 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 20:57:18 +0100" startDate="2020-08-08 20:46:16 +0100" endDate="2020-08-08 20:46:54 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 21:12:23 +0100" startDate="2020-08-08 21:01:20 +0100" endDate="2020-08-08 21:01:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-08 23:05:32 +0100" startDate="2020-08-08 22:54:30 +0100" endDate="2020-08-08 22:57:57 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-09 09:01:00 +0100" startDate="2020-08-09 08:46:36 +0100" endDate="2020-08-09 08:47:09 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-09 09:22:42 +0100" startDate="2020-08-09 09:09:07 +0100" endDate="2020-08-09 09:19:08 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-09 09:32:45 +0100" startDate="2020-08-09 09:19:08 +0100" endDate="2020-08-09 09:24:36 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-09 10:47:34 +0100" startDate="2020-08-09 10:36:32 +0100" endDate="2020-08-09 10:36:44 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-09 11:11:29 +0100" startDate="2020-08-09 11:00:27 +0100" endDate="2020-08-09 11:00:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-09 11:39:24 +0100" startDate="2020-08-09 11:28:21 +0100" endDate="2020-08-09 11:35:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-09 13:22:03 +0100" startDate="2020-08-09 13:11:01 +0100" endDate="2020-08-09 13:11:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-09 14:27:58 +0100" startDate="2020-08-09 14:16:55 +0100" endDate="2020-08-09 14:17:20 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-09 14:41:28 +0100" startDate="2020-08-09 14:30:25 +0100" endDate="2020-08-09 14:39:38 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-09 14:53:23 +0100" startDate="2020-08-09 14:42:21 +0100" endDate="2020-08-09 14:42:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-09 15:15:20 +0100" startDate="2020-08-09 15:04:18 +0100" endDate="2020-08-09 15:06:38 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-09 21:45:49 +0100" startDate="2020-08-09 21:34:46 +0100" endDate="2020-08-09 21:39:24 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 06:31:04 +0100" startDate="2020-08-10 06:16:37 +0100" endDate="2020-08-10 06:16:52 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 06:52:52 +0100" startDate="2020-08-10 06:41:49 +0100" endDate="2020-08-10 06:48:24 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 07:18:52 +0100" startDate="2020-08-10 07:05:50 +0100" endDate="2020-08-10 07:15:49 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 07:29:14 +0100" startDate="2020-08-10 07:15:49 +0100" endDate="2020-08-10 07:25:50 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 07:38:04 +0100" startDate="2020-08-10 07:25:50 +0100" endDate="2020-08-10 07:33:39 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 07:48:13 +0100" startDate="2020-08-10 07:37:10 +0100" endDate="2020-08-10 07:43:45 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 09:32:57 +0100" startDate="2020-08-10 09:19:02 +0100" endDate="2020-08-10 09:28:27 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 10:49:50 +0100" startDate="2020-08-10 10:38:40 +0100" endDate="2020-08-10 10:48:41 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 11:00:37 +0100" startDate="2020-08-10 10:48:41 +0100" endDate="2020-08-10 10:58:42 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 11:10:37 +0100" startDate="2020-08-10 10:58:42 +0100" endDate="2020-08-10 10:59:53 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 11:54:12 +0100" startDate="2020-08-10 11:41:57 +0100" endDate="2020-08-10 11:50:03 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 12:19:31 +0100" startDate="2020-08-10 12:08:27 +0100" endDate="2020-08-10 12:09:13 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 12:33:31 +0100" startDate="2020-08-10 12:19:53 +0100" endDate="2020-08-10 12:20:51 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 13:37:18 +0100" startDate="2020-08-10 13:25:57 +0100" endDate="2020-08-10 13:34:36 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 13:48:32 +0100" startDate="2020-08-10 13:37:29 +0100" endDate="2020-08-10 13:39:27 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 14:02:23 +0100" startDate="2020-08-10 13:48:42 +0100" endDate="2020-08-10 13:58:43 +0100" value="999"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 14:09:45 +0100" startDate="2020-08-10 13:58:43 +0100" endDate="2020-08-10 14:07:12 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 14:22:51 +0100" startDate="2020-08-10 14:09:45 +0100" endDate="2020-08-10 14:14:03 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 15:55:04 +0100" startDate="2020-08-10 15:43:49 +0100" endDate="2020-08-10 15:43:51 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 17:56:57 +0100" startDate="2020-08-10 17:44:23 +0100" endDate="2020-08-10 17:54:24 +0100" value="1103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 18:05:27 +0100" startDate="2020-08-10 17:54:24 +0100" endDate="2020-08-10 18:04:25 +0100" value="1115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 18:16:38 +0100" startDate="2020-08-10 18:04:25 +0100" endDate="2020-08-10 18:14:26 +0100" value="1099"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 18:25:29 +0100" startDate="2020-08-10 18:14:26 +0100" endDate="2020-08-10 18:24:15 +0100" value="1092"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 18:35:33 +0100" startDate="2020-08-10 18:24:30 +0100" endDate="2020-08-10 18:34:26 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 18:45:52 +0100" startDate="2020-08-10 18:34:49 +0100" endDate="2020-08-10 18:39:14 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 19:42:45 +0100" startDate="2020-08-10 19:31:43 +0100" endDate="2020-08-10 19:39:40 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.5.1" device="&lt;&lt;HKDevice: 0x303cc8820&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.5.1, creation date:2020-06-16 05:56:57 +0000&gt;" unit="count" creationDate="2020-08-10 21:27:28 +0100" startDate="2020-08-10 21:16:25 +0100" endDate="2020-08-10 21:16:58 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 06:08:38 +0100" startDate="2020-08-11 05:57:35 +0100" endDate="2020-08-11 06:03:44 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 06:19:39 +0100" startDate="2020-08-11 06:07:58 +0100" endDate="2020-08-11 06:10:54 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 07:25:05 +0100" startDate="2020-08-11 07:13:09 +0100" endDate="2020-08-11 07:23:10 +0100" value="1084"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 07:36:35 +0100" startDate="2020-08-11 07:23:10 +0100" endDate="2020-08-11 07:30:36 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 08:39:16 +0100" startDate="2020-08-11 08:24:46 +0100" endDate="2020-08-11 08:34:14 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 08:46:15 +0100" startDate="2020-08-11 08:35:12 +0100" endDate="2020-08-11 08:44:35 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 09:00:32 +0100" startDate="2020-08-11 08:45:59 +0100" endDate="2020-08-11 08:49:15 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 09:15:16 +0100" startDate="2020-08-11 08:59:26 +0100" endDate="2020-08-11 09:01:18 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 09:41:27 +0100" startDate="2020-08-11 09:30:24 +0100" endDate="2020-08-11 09:35:04 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 10:12:03 +0100" startDate="2020-08-11 10:00:45 +0100" endDate="2020-08-11 10:00:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 11:34:34 +0100" startDate="2020-08-11 11:21:24 +0100" endDate="2020-08-11 11:24:17 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 11:51:20 +0100" startDate="2020-08-11 11:39:09 +0100" endDate="2020-08-11 11:49:10 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 12:00:24 +0100" startDate="2020-08-11 11:49:10 +0100" endDate="2020-08-11 11:55:58 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 12:50:07 +0100" startDate="2020-08-11 12:36:58 +0100" endDate="2020-08-11 12:37:08 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 13:07:27 +0100" startDate="2020-08-11 12:56:25 +0100" endDate="2020-08-11 13:06:26 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 13:17:39 +0100" startDate="2020-08-11 13:06:26 +0100" endDate="2020-08-11 13:12:20 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 13:50:37 +0100" startDate="2020-08-11 13:34:40 +0100" endDate="2020-08-11 13:40:58 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 14:37:59 +0100" startDate="2020-08-11 14:26:46 +0100" endDate="2020-08-11 14:35:02 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 16:22:39 +0100" startDate="2020-08-11 16:11:33 +0100" endDate="2020-08-11 16:21:09 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 16:34:30 +0100" startDate="2020-08-11 16:21:54 +0100" endDate="2020-08-11 16:31:22 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-11 21:52:19 +0100" startDate="2020-08-11 21:41:16 +0100" endDate="2020-08-11 21:43:39 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 06:39:38 +0100" startDate="2020-08-12 06:28:31 +0100" endDate="2020-08-12 06:28:52 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 06:50:05 +0100" startDate="2020-08-12 06:38:52 +0100" endDate="2020-08-12 06:38:57 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 07:56:26 +0100" startDate="2020-08-12 07:45:24 +0100" endDate="2020-08-12 07:54:31 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 08:06:50 +0100" startDate="2020-08-12 07:55:48 +0100" endDate="2020-08-12 08:05:37 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 09:56:40 +0100" startDate="2020-08-12 09:45:38 +0100" endDate="2020-08-12 09:47:17 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 10:09:23 +0100" startDate="2020-08-12 09:58:20 +0100" endDate="2020-08-12 09:58:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 10:48:03 +0100" startDate="2020-08-12 10:35:18 +0100" endDate="2020-08-12 10:45:19 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 10:56:39 +0100" startDate="2020-08-12 10:45:19 +0100" endDate="2020-08-12 10:55:20 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cd8eb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 11:06:23 +0100" startDate="2020-08-12 10:55:20 +0100" endDate="2020-08-12 11:03:52 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 12:50:45 +0100" endDate="2020-08-12 12:52:15 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 14:39:59 +0100" endDate="2020-08-12 14:41:08 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 15:02:38 +0100" endDate="2020-08-12 15:02:50 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 15:41:37 +0100" endDate="2020-08-12 15:43:14 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 15:58:35 +0100" endDate="2020-08-12 16:01:57 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 16:09:20 +0100" endDate="2020-08-12 16:13:09 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 16:24:47 +0100" endDate="2020-08-12 16:29:58 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 18:33:42 +0100" endDate="2020-08-12 18:40:15 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 18:47:54 +0100" endDate="2020-08-12 18:52:59 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 19:04:32 +0100" endDate="2020-08-12 19:06:57 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 19:16:25 +0100" endDate="2020-08-12 19:26:26 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 19:26:26 +0100" endDate="2020-08-12 19:34:50 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 20:09:04 +0100" endDate="2020-08-12 20:11:35 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 21:15:47 +0100" endDate="2020-08-12 21:25:48 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 21:25:48 +0100" endDate="2020-08-12 21:31:18 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-12 22:47:22 +0100" startDate="2020-08-12 22:39:46 +0100" endDate="2020-08-12 22:41:49 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 06:25:44 +0100" startDate="2020-08-13 06:12:07 +0100" endDate="2020-08-13 06:12:58 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 07:49:40 +0100" startDate="2020-08-13 07:37:41 +0100" endDate="2020-08-13 07:38:25 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 09:10:05 +0100" startDate="2020-08-13 08:58:45 +0100" endDate="2020-08-13 09:06:14 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 10:31:17 +0100" startDate="2020-08-13 10:20:12 +0100" endDate="2020-08-13 10:20:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 11:03:02 +0100" startDate="2020-08-13 10:51:15 +0100" endDate="2020-08-13 10:51:26 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 11:33:52 +0100" startDate="2020-08-13 11:22:44 +0100" endDate="2020-08-13 11:31:52 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 11:44:39 +0100" startDate="2020-08-13 11:33:36 +0100" endDate="2020-08-13 11:43:27 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 11:55:32 +0100" startDate="2020-08-13 11:44:05 +0100" endDate="2020-08-13 11:45:04 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 13:45:43 +0100" startDate="2020-08-13 13:34:40 +0100" endDate="2020-08-13 13:42:00 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 14:36:36 +0100" startDate="2020-08-13 14:22:48 +0100" endDate="2020-08-13 14:23:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 14:56:50 +0100" startDate="2020-08-13 14:45:36 +0100" endDate="2020-08-13 14:55:30 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 15:08:26 +0100" startDate="2020-08-13 14:56:31 +0100" endDate="2020-08-13 15:06:12 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 15:24:46 +0100" startDate="2020-08-13 15:09:00 +0100" endDate="2020-08-13 15:09:35 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 15:55:01 +0100" startDate="2020-08-13 15:40:47 +0100" endDate="2020-08-13 15:48:54 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 16:06:15 +0100" startDate="2020-08-13 15:52:13 +0100" endDate="2020-08-13 16:02:06 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 16:26:20 +0100" startDate="2020-08-13 16:09:58 +0100" endDate="2020-08-13 16:17:11 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 16:35:03 +0100" startDate="2020-08-13 16:21:15 +0100" endDate="2020-08-13 16:31:04 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 16:49:31 +0100" startDate="2020-08-13 16:36:27 +0100" endDate="2020-08-13 16:42:06 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 17:00:09 +0100" startDate="2020-08-13 16:47:22 +0100" endDate="2020-08-13 16:51:52 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 17:10:26 +0100" startDate="2020-08-13 16:57:41 +0100" endDate="2020-08-13 16:58:01 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 17:29:09 +0100" startDate="2020-08-13 17:13:16 +0100" endDate="2020-08-13 17:15:52 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 17:43:08 +0100" startDate="2020-08-13 17:32:05 +0100" endDate="2020-08-13 17:42:06 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 17:53:50 +0100" startDate="2020-08-13 17:42:06 +0100" endDate="2020-08-13 17:47:43 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 19:37:06 +0100" startDate="2020-08-13 19:26:04 +0100" endDate="2020-08-13 19:30:49 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-13 22:14:32 +0100" startDate="2020-08-13 22:07:03 +0100" endDate="2020-08-13 22:07:14 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 03:39:00 +0100" startDate="2020-08-14 03:27:57 +0100" endDate="2020-08-14 03:28:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 07:00:14 +0100" startDate="2020-08-14 06:49:12 +0100" endDate="2020-08-14 06:49:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 08:20:50 +0100" startDate="2020-08-14 08:07:13 +0100" endDate="2020-08-14 08:17:01 +0100" value="1003"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 08:31:02 +0100" startDate="2020-08-14 08:17:24 +0100" endDate="2020-08-14 08:24:55 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 09:04:58 +0100" startDate="2020-08-14 08:50:05 +0100" endDate="2020-08-14 08:59:38 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 09:14:17 +0100" startDate="2020-08-14 09:00:11 +0100" endDate="2020-08-14 09:00:19 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 09:27:23 +0100" startDate="2020-08-14 09:16:21 +0100" endDate="2020-08-14 09:16:41 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 10:06:17 +0100" startDate="2020-08-14 09:54:13 +0100" endDate="2020-08-14 10:00:29 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 10:46:59 +0100" startDate="2020-08-14 10:31:56 +0100" endDate="2020-08-14 10:32:08 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 11:19:03 +0100" startDate="2020-08-14 11:01:42 +0100" endDate="2020-08-14 11:09:28 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 12:49:44 +0100" startDate="2020-08-14 12:35:21 +0100" endDate="2020-08-14 12:45:23 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 12:56:49 +0100" startDate="2020-08-14 12:45:23 +0100" endDate="2020-08-14 12:55:24 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 13:09:40 +0100" startDate="2020-08-14 12:55:24 +0100" endDate="2020-08-14 12:57:34 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 14:12:40 +0100" startDate="2020-08-14 14:01:37 +0100" endDate="2020-08-14 14:01:39 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 16:01:00 +0100" startDate="2020-08-14 15:49:57 +0100" endDate="2020-08-14 15:50:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 16:18:29 +0100" startDate="2020-08-14 16:06:38 +0100" endDate="2020-08-14 16:12:27 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 16:33:47 +0100" startDate="2020-08-14 16:19:14 +0100" endDate="2020-08-14 16:19:32 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 17:14:40 +0100" startDate="2020-08-14 17:03:37 +0100" endDate="2020-08-14 17:03:45 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 19:24:22 +0100" startDate="2020-08-14 19:13:20 +0100" endDate="2020-08-14 19:15:50 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 19:40:15 +0100" startDate="2020-08-14 19:29:12 +0100" endDate="2020-08-14 19:29:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 20:59:49 +0100" startDate="2020-08-14 20:48:46 +0100" endDate="2020-08-14 20:52:58 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 21:31:24 +0100" startDate="2020-08-14 21:20:21 +0100" endDate="2020-08-14 21:26:44 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-14 21:47:49 +0100" startDate="2020-08-14 21:36:46 +0100" endDate="2020-08-14 21:40:48 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 00:02:59 +0100" startDate="2020-08-14 23:51:57 +0100" endDate="2020-08-14 23:51:59 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 00:41:24 +0100" startDate="2020-08-15 00:30:21 +0100" endDate="2020-08-15 00:32:26 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 08:42:52 +0100" startDate="2020-08-15 08:31:38 +0100" endDate="2020-08-15 08:38:43 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 09:20:48 +0100" startDate="2020-08-15 09:08:51 +0100" endDate="2020-08-15 09:09:01 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 11:53:22 +0100" startDate="2020-08-15 11:38:04 +0100" endDate="2020-08-15 11:38:40 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 12:37:35 +0100" startDate="2020-08-15 12:21:14 +0100" endDate="2020-08-15 12:21:24 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 16:28:03 +0100" startDate="2020-08-15 16:17:00 +0100" endDate="2020-08-15 16:25:57 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 16:39:20 +0100" startDate="2020-08-15 16:28:17 +0100" endDate="2020-08-15 16:37:23 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 16:50:07 +0100" startDate="2020-08-15 16:39:04 +0100" endDate="2020-08-15 16:47:54 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 17:00:18 +0100" startDate="2020-08-15 16:49:16 +0100" endDate="2020-08-15 16:58:59 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 17:10:22 +0100" startDate="2020-08-15 16:59:19 +0100" endDate="2020-08-15 17:09:10 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 17:20:31 +0100" startDate="2020-08-15 17:09:28 +0100" endDate="2020-08-15 17:18:15 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 17:32:57 +0100" startDate="2020-08-15 17:19:47 +0100" endDate="2020-08-15 17:27:51 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 17:43:43 +0100" startDate="2020-08-15 17:32:40 +0100" endDate="2020-08-15 17:36:29 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 18:08:28 +0100" startDate="2020-08-15 17:57:25 +0100" endDate="2020-08-15 18:07:23 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 18:22:05 +0100" startDate="2020-08-15 18:09:08 +0100" endDate="2020-08-15 18:19:09 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 18:30:11 +0100" startDate="2020-08-15 18:19:09 +0100" endDate="2020-08-15 18:19:47 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 20:06:36 +0100" startDate="2020-08-15 19:55:33 +0100" endDate="2020-08-15 19:56:19 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 20:33:00 +0100" startDate="2020-08-15 20:21:58 +0100" endDate="2020-08-15 20:31:08 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 21:12:43 +0100" startDate="2020-08-15 21:01:37 +0100" endDate="2020-08-15 21:08:59 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-15 22:36:40 +0100" startDate="2020-08-15 22:25:37 +0100" endDate="2020-08-15 22:25:50 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 08:02:12 +0100" startDate="2020-08-16 07:43:35 +0100" endDate="2020-08-16 07:52:23 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 09:14:29 +0100" startDate="2020-08-16 09:01:00 +0100" endDate="2020-08-16 09:05:51 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 10:00:36 +0100" startDate="2020-08-16 09:45:59 +0100" endDate="2020-08-16 09:46:14 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 10:20:43 +0100" startDate="2020-08-16 10:08:39 +0100" endDate="2020-08-16 10:18:12 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 10:32:36 +0100" startDate="2020-08-16 10:20:27 +0100" endDate="2020-08-16 10:30:28 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 10:41:31 +0100" startDate="2020-08-16 10:30:28 +0100" endDate="2020-08-16 10:31:40 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 11:11:21 +0100" startDate="2020-08-16 11:00:17 +0100" endDate="2020-08-16 11:03:49 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 11:27:24 +0100" startDate="2020-08-16 11:14:16 +0100" endDate="2020-08-16 11:14:52 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 12:11:08 +0100" startDate="2020-08-16 11:58:30 +0100" endDate="2020-08-16 12:08:27 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 13:46:17 +0100" startDate="2020-08-16 12:08:32 +0100" endDate="2020-08-16 12:09:00 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 14:20:35 +0100" startDate="2020-08-16 14:09:01 +0100" endDate="2020-08-16 14:14:14 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 15:01:35 +0100" startDate="2020-08-16 14:48:06 +0100" endDate="2020-08-16 14:50:24 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 15:23:31 +0100" startDate="2020-08-16 15:11:34 +0100" endDate="2020-08-16 15:11:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 15:39:26 +0100" startDate="2020-08-16 15:36:04 +0100" endDate="2020-08-16 15:38:39 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 16:16:36 +0100" startDate="2020-08-16 16:04:48 +0100" endDate="2020-08-16 16:06:45 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 19:49:06 +0100" startDate="2020-08-16 19:38:04 +0100" endDate="2020-08-16 19:43:05 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-16 21:41:42 +0100" startDate="2020-08-16 21:30:39 +0100" endDate="2020-08-16 21:39:50 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 06:28:49 +0100" startDate="2020-08-17 06:15:30 +0100" endDate="2020-08-17 06:19:38 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 06:41:12 +0100" startDate="2020-08-17 06:28:58 +0100" endDate="2020-08-17 06:29:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 07:44:21 +0100" startDate="2020-08-17 07:32:47 +0100" endDate="2020-08-17 07:37:45 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 08:05:32 +0100" startDate="2020-08-17 07:54:05 +0100" endDate="2020-08-17 07:54:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 08:36:28 +0100" startDate="2020-08-17 08:25:25 +0100" endDate="2020-08-17 08:32:48 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 09:28:08 +0100" startDate="2020-08-17 09:17:05 +0100" endDate="2020-08-17 09:20:22 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 10:12:20 +0100" startDate="2020-08-17 10:01:18 +0100" endDate="2020-08-17 10:01:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 12:13:48 +0100" startDate="2020-08-17 12:02:46 +0100" endDate="2020-08-17 12:12:39 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 12:24:19 +0100" startDate="2020-08-17 12:12:49 +0100" endDate="2020-08-17 12:22:51 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 12:34:26 +0100" startDate="2020-08-17 12:22:51 +0100" endDate="2020-08-17 12:32:49 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 12:43:21 +0100" startDate="2020-08-17 12:32:49 +0100" endDate="2020-08-17 12:35:55 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 13:10:33 +0100" startDate="2020-08-17 12:58:20 +0100" endDate="2020-08-17 12:59:18 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 13:37:52 +0100" startDate="2020-08-17 13:26:21 +0100" endDate="2020-08-17 13:26:44 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 14:12:17 +0100" startDate="2020-08-17 14:01:13 +0100" endDate="2020-08-17 14:05:07 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 14:40:24 +0100" startDate="2020-08-17 14:27:23 +0100" endDate="2020-08-17 14:34:49 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 14:53:13 +0100" startDate="2020-08-17 14:40:28 +0100" endDate="2020-08-17 14:50:13 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 15:04:41 +0100" startDate="2020-08-17 14:50:51 +0100" endDate="2020-08-17 15:00:14 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 15:13:28 +0100" startDate="2020-08-17 15:01:31 +0100" endDate="2020-08-17 15:11:30 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 15:23:38 +0100" startDate="2020-08-17 15:11:30 +0100" endDate="2020-08-17 15:15:34 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 15:35:33 +0100" startDate="2020-08-17 15:24:30 +0100" endDate="2020-08-17 15:25:11 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 16:38:04 +0100" startDate="2020-08-17 16:27:02 +0100" endDate="2020-08-17 16:27:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 17:05:45 +0100" startDate="2020-08-17 16:54:43 +0100" endDate="2020-08-17 16:57:46 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 17:16:09 +0100" startDate="2020-08-17 17:05:05 +0100" endDate="2020-08-17 17:12:23 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 17:27:03 +0100" startDate="2020-08-17 17:16:00 +0100" endDate="2020-08-17 17:22:02 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 17:38:10 +0100" startDate="2020-08-17 17:27:08 +0100" endDate="2020-08-17 17:36:20 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 17:50:11 +0100" startDate="2020-08-17 17:38:18 +0100" endDate="2020-08-17 17:40:58 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 18:04:53 +0100" startDate="2020-08-17 17:53:50 +0100" endDate="2020-08-17 17:55:20 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 18:34:59 +0100" startDate="2020-08-17 18:23:56 +0100" endDate="2020-08-17 18:32:43 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 19:06:53 +0100" startDate="2020-08-17 18:55:50 +0100" endDate="2020-08-17 18:59:37 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 20:10:02 +0100" startDate="2020-08-17 19:57:47 +0100" endDate="2020-08-17 20:07:48 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 20:19:53 +0100" startDate="2020-08-17 20:07:48 +0100" endDate="2020-08-17 20:17:49 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 20:28:52 +0100" startDate="2020-08-17 20:17:49 +0100" endDate="2020-08-17 20:20:50 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 20:58:52 +0100" startDate="2020-08-17 20:47:49 +0100" endDate="2020-08-17 20:54:52 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 21:12:22 +0100" startDate="2020-08-17 21:00:07 +0100" endDate="2020-08-17 21:05:45 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-17 22:15:35 +0100" startDate="2020-08-17 22:04:32 +0100" endDate="2020-08-17 22:05:46 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 07:29:47 +0100" startDate="2020-08-18 07:16:28 +0100" endDate="2020-08-18 07:26:01 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 07:38:16 +0100" startDate="2020-08-18 07:26:45 +0100" endDate="2020-08-18 07:36:41 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 07:50:54 +0100" startDate="2020-08-18 07:36:53 +0100" endDate="2020-08-18 07:45:05 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 08:15:45 +0100" startDate="2020-08-18 07:59:36 +0100" endDate="2020-08-18 07:59:46 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 09:00:47 +0100" startDate="2020-08-18 08:48:29 +0100" endDate="2020-08-18 08:55:50 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 11:31:31 +0100" startDate="2020-08-18 11:19:35 +0100" endDate="2020-08-18 11:29:36 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 11:41:26 +0100" startDate="2020-08-18 11:29:36 +0100" endDate="2020-08-18 11:39:37 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 11:50:39 +0100" startDate="2020-08-18 11:39:37 +0100" endDate="2020-08-18 11:49:38 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 12:00:40 +0100" startDate="2020-08-18 11:49:38 +0100" endDate="2020-08-18 11:49:58 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 12:12:21 +0100" startDate="2020-08-18 12:00:35 +0100" endDate="2020-08-18 12:03:46 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 13:15:36 +0100" startDate="2020-08-18 13:03:34 +0100" endDate="2020-08-18 13:09:59 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 14:39:40 +0100" startDate="2020-08-18 14:28:37 +0100" endDate="2020-08-18 14:38:36 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 14:49:39 +0100" startDate="2020-08-18 14:38:36 +0100" endDate="2020-08-18 14:45:54 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 15:40:18 +0100" startDate="2020-08-18 15:28:20 +0100" endDate="2020-08-18 15:30:53 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 16:00:12 +0100" startDate="2020-08-18 15:49:02 +0100" endDate="2020-08-18 15:54:33 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 16:13:17 +0100" startDate="2020-08-18 16:02:14 +0100" endDate="2020-08-18 16:04:21 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 16:46:11 +0100" startDate="2020-08-18 16:35:08 +0100" endDate="2020-08-18 16:36:01 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 17:11:40 +0100" startDate="2020-08-18 17:00:37 +0100" endDate="2020-08-18 17:01:36 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 19:09:22 +0100" startDate="2020-08-18 18:57:34 +0100" endDate="2020-08-18 19:07:35 +0100" value="1110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 19:20:50 +0100" startDate="2020-08-18 19:07:35 +0100" endDate="2020-08-18 19:10:29 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 20:45:11 +0100" startDate="2020-08-18 20:31:59 +0100" endDate="2020-08-18 20:42:00 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 20:53:40 +0100" startDate="2020-08-18 20:42:00 +0100" endDate="2020-08-18 20:52:01 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 21:03:11 +0100" startDate="2020-08-18 20:52:09 +0100" endDate="2020-08-18 20:53:23 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-18 22:50:08 +0100" startDate="2020-08-18 22:39:05 +0100" endDate="2020-08-18 22:39:21 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 07:33:51 +0100" startDate="2020-08-19 07:23:34 +0100" endDate="2020-08-19 07:24:00 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 08:37:41 +0100" startDate="2020-08-19 08:25:59 +0100" endDate="2020-08-19 08:28:47 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 08:52:48 +0100" startDate="2020-08-19 08:40:58 +0100" endDate="2020-08-19 08:48:44 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 10:00:03 +0100" startDate="2020-08-19 09:49:00 +0100" endDate="2020-08-19 09:54:54 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 10:26:20 +0100" startDate="2020-08-19 10:15:17 +0100" endDate="2020-08-19 10:15:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 10:50:38 +0100" startDate="2020-08-19 10:38:54 +0100" endDate="2020-08-19 10:44:35 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 11:04:20 +0100" startDate="2020-08-19 10:53:18 +0100" endDate="2020-08-19 10:55:33 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 11:17:52 +0100" startDate="2020-08-19 11:06:50 +0100" endDate="2020-08-19 11:08:01 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 12:07:46 +0100" startDate="2020-08-19 11:56:05 +0100" endDate="2020-08-19 12:01:41 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 12:24:24 +0100" startDate="2020-08-19 12:13:21 +0100" endDate="2020-08-19 12:14:12 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 14:00:02 +0100" startDate="2020-08-19 13:48:59 +0100" endDate="2020-08-19 13:58:09 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 14:44:03 +0100" startDate="2020-08-19 14:33:00 +0100" endDate="2020-08-19 14:42:58 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 14:55:25 +0100" startDate="2020-08-19 14:44:22 +0100" endDate="2020-08-19 14:45:34 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 15:32:51 +0100" startDate="2020-08-19 15:20:13 +0100" endDate="2020-08-19 15:30:13 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 15:42:41 +0100" startDate="2020-08-19 15:30:13 +0100" endDate="2020-08-19 15:31:37 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 18:55:11 +0100" startDate="2020-08-19 18:43:14 +0100" endDate="2020-08-19 18:45:12 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 19:10:11 +0100" startDate="2020-08-19 18:57:54 +0100" endDate="2020-08-19 19:07:55 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 19:22:26 +0100" startDate="2020-08-19 19:07:55 +0100" endDate="2020-08-19 19:12:05 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 19:42:27 +0100" startDate="2020-08-19 19:27:13 +0100" endDate="2020-08-19 19:27:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 20:01:20 +0100" startDate="2020-08-19 19:45:10 +0100" endDate="2020-08-19 19:47:17 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 20:55:40 +0100" startDate="2020-08-19 20:40:45 +0100" endDate="2020-08-19 20:43:28 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 21:22:19 +0100" startDate="2020-08-19 21:07:59 +0100" endDate="2020-08-19 21:15:22 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 22:03:01 +0100" startDate="2020-08-19 21:49:04 +0100" endDate="2020-08-19 21:53:47 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 22:26:17 +0100" startDate="2020-08-19 22:12:19 +0100" endDate="2020-08-19 22:13:15 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 22:39:25 +0100" startDate="2020-08-19 22:22:55 +0100" endDate="2020-08-19 22:26:52 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 22:54:01 +0100" startDate="2020-08-19 22:39:01 +0100" endDate="2020-08-19 22:46:15 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 23:21:30 +0100" startDate="2020-08-19 23:09:50 +0100" endDate="2020-08-19 23:19:48 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-19 23:26:39 +0100" startDate="2020-08-19 23:19:48 +0100" endDate="2020-08-19 23:23:50 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 07:28:29 +0100" startDate="2020-08-20 07:16:25 +0100" endDate="2020-08-20 07:17:16 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 08:49:03 +0100" startDate="2020-08-20 08:38:00 +0100" endDate="2020-08-20 08:47:05 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 09:06:05 +0100" startDate="2020-08-20 08:54:31 +0100" endDate="2020-08-20 08:57:50 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 09:25:41 +0100" startDate="2020-08-20 09:14:39 +0100" endDate="2020-08-20 09:22:25 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 09:58:33 +0100" startDate="2020-08-20 09:48:27 +0100" endDate="2020-08-20 09:57:28 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 11:46:14 +0100" startDate="2020-08-20 11:34:56 +0100" endDate="2020-08-20 11:35:04 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 12:11:58 +0100" startDate="2020-08-20 12:00:56 +0100" endDate="2020-08-20 12:01:03 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 12:23:25 +0100" startDate="2020-08-20 12:12:23 +0100" endDate="2020-08-20 12:12:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 12:44:54 +0100" startDate="2020-08-20 12:33:51 +0100" endDate="2020-08-20 12:37:03 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 13:23:02 +0100" startDate="2020-08-20 13:11:32 +0100" endDate="2020-08-20 13:11:39 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303c3bde0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 14:04:41 +0100" startDate="2020-08-20 13:53:38 +0100" endDate="2020-08-20 14:03:39 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 14:14:42 +0100" startDate="2020-08-20 14:03:39 +0100" endDate="2020-08-20 14:13:40 +0100" value="1079"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 14:24:43 +0100" startDate="2020-08-20 14:13:40 +0100" endDate="2020-08-20 14:23:41 +0100" value="1068"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 14:34:44 +0100" startDate="2020-08-20 14:23:41 +0100" endDate="2020-08-20 14:33:43 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 14:44:45 +0100" startDate="2020-08-20 14:33:43 +0100" endDate="2020-08-20 14:43:44 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 14:54:47 +0100" startDate="2020-08-20 14:43:44 +0100" endDate="2020-08-20 14:53:45 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 15:04:48 +0100" startDate="2020-08-20 14:53:45 +0100" endDate="2020-08-20 14:56:21 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 15:39:35 +0100" startDate="2020-08-20 15:28:32 +0100" endDate="2020-08-20 15:28:52 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 15:54:13 +0100" startDate="2020-08-20 15:43:10 +0100" endDate="2020-08-20 15:49:49 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 16:07:05 +0100" startDate="2020-08-20 15:56:03 +0100" endDate="2020-08-20 15:58:56 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 17:46:32 +0100" startDate="2020-08-20 17:35:17 +0100" endDate="2020-08-20 17:35:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 19:43:05 +0100" startDate="2020-08-20 19:31:04 +0100" endDate="2020-08-20 19:31:16 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-20 21:51:20 +0100" startDate="2020-08-20 21:40:17 +0100" endDate="2020-08-20 21:42:45 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 06:58:00 +0100" startDate="2020-08-21 06:43:52 +0100" endDate="2020-08-21 06:49:10 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 08:04:54 +0100" startDate="2020-08-21 07:52:26 +0100" endDate="2020-08-21 08:02:27 +0100" value="1027"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 08:15:50 +0100" startDate="2020-08-21 08:02:27 +0100" endDate="2020-08-21 08:09:12 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 08:38:08 +0100" startDate="2020-08-21 08:26:58 +0100" endDate="2020-08-21 08:27:03 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 09:34:53 +0100" startDate="2020-08-21 09:23:04 +0100" endDate="2020-08-21 09:29:38 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 09:46:12 +0100" startDate="2020-08-21 09:35:09 +0100" endDate="2020-08-21 09:41:16 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 09:57:30 +0100" startDate="2020-08-21 09:46:14 +0100" endDate="2020-08-21 09:46:45 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 10:50:14 +0100" startDate="2020-08-21 10:38:23 +0100" endDate="2020-08-21 10:48:24 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 11:00:55 +0100" startDate="2020-08-21 10:48:24 +0100" endDate="2020-08-21 10:57:45 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 11:54:41 +0100" startDate="2020-08-21 11:42:53 +0100" endDate="2020-08-21 11:52:41 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 12:06:37 +0100" startDate="2020-08-21 11:53:12 +0100" endDate="2020-08-21 11:53:35 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 12:18:04 +0100" startDate="2020-08-21 12:06:32 +0100" endDate="2020-08-21 12:07:30 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 12:30:43 +0100" startDate="2020-08-21 12:17:19 +0100" endDate="2020-08-21 12:18:30 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 12:53:55 +0100" startDate="2020-08-21 12:42:53 +0100" endDate="2020-08-21 12:43:18 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 13:07:12 +0100" startDate="2020-08-21 12:56:09 +0100" endDate="2020-08-21 13:01:18 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 13:48:08 +0100" startDate="2020-08-21 13:33:56 +0100" endDate="2020-08-21 13:34:55 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 14:19:57 +0100" startDate="2020-08-21 14:07:53 +0100" endDate="2020-08-21 14:15:57 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 14:41:27 +0100" startDate="2020-08-21 14:28:22 +0100" endDate="2020-08-21 14:36:03 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 14:55:43 +0100" startDate="2020-08-21 14:44:07 +0100" endDate="2020-08-21 14:54:08 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 15:05:10 +0100" startDate="2020-08-21 14:54:08 +0100" endDate="2020-08-21 15:03:16 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 15:15:45 +0100" startDate="2020-08-21 15:04:42 +0100" endDate="2020-08-21 15:14:28 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 15:25:54 +0100" startDate="2020-08-21 15:14:51 +0100" endDate="2020-08-21 15:22:50 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 15:44:57 +0100" startDate="2020-08-21 15:33:55 +0100" endDate="2020-08-21 15:35:24 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 17:32:46 +0100" startDate="2020-08-21 17:21:43 +0100" endDate="2020-08-21 17:29:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 17:47:42 +0100" startDate="2020-08-21 17:36:18 +0100" endDate="2020-08-21 17:36:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-21 22:15:57 +0100" startDate="2020-08-21 22:04:54 +0100" endDate="2020-08-21 22:09:33 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 05:02:03 +0100" startDate="2020-08-22 04:49:53 +0100" endDate="2020-08-22 04:49:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 05:18:26 +0100" startDate="2020-08-22 05:05:38 +0100" endDate="2020-08-22 05:05:48 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 05:27:48 +0100" startDate="2020-08-22 05:16:45 +0100" endDate="2020-08-22 05:21:53 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 05:54:02 +0100" startDate="2020-08-22 05:40:15 +0100" endDate="2020-08-22 05:50:16 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 06:01:25 +0100" startDate="2020-08-22 05:50:16 +0100" endDate="2020-08-22 05:57:47 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 06:14:06 +0100" startDate="2020-08-22 06:00:50 +0100" endDate="2020-08-22 06:03:03 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 06:33:25 +0100" startDate="2020-08-22 06:22:22 +0100" endDate="2020-08-22 06:32:23 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 06:43:57 +0100" startDate="2020-08-22 06:32:23 +0100" endDate="2020-08-22 06:42:24 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 06:54:44 +0100" startDate="2020-08-22 06:42:24 +0100" endDate="2020-08-22 06:51:04 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 07:06:02 +0100" startDate="2020-08-22 06:54:35 +0100" endDate="2020-08-22 07:02:47 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 07:21:11 +0100" startDate="2020-08-22 07:09:49 +0100" endDate="2020-08-22 07:18:49 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 07:32:42 +0100" startDate="2020-08-22 07:21:25 +0100" endDate="2020-08-22 07:28:23 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 07:44:33 +0100" startDate="2020-08-22 07:32:48 +0100" endDate="2020-08-22 07:42:49 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 07:53:51 +0100" startDate="2020-08-22 07:42:49 +0100" endDate="2020-08-22 07:52:47 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 08:23:47 +0100" startDate="2020-08-22 07:52:50 +0100" endDate="2020-08-22 07:56:52 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 08:27:18 +0100" startDate="2020-08-22 08:16:34 +0100" endDate="2020-08-22 08:26:30 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 08:38:53 +0100" startDate="2020-08-22 08:27:23 +0100" endDate="2020-08-22 08:30:47 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 08:49:00 +0100" startDate="2020-08-22 08:37:53 +0100" endDate="2020-08-22 08:45:49 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 09:04:41 +0100" startDate="2020-08-22 08:53:35 +0100" endDate="2020-08-22 08:54:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 09:15:48 +0100" startDate="2020-08-22 09:04:45 +0100" endDate="2020-08-22 09:14:18 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 09:26:02 +0100" startDate="2020-08-22 09:14:59 +0100" endDate="2020-08-22 09:22:10 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 09:43:18 +0100" startDate="2020-08-22 09:31:33 +0100" endDate="2020-08-22 09:36:44 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 12:15:49 +0100" startDate="2020-08-22 09:45:01 +0100" endDate="2020-08-22 09:52:32 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 12:15:49 +0100" startDate="2020-08-22 09:55:43 +0100" endDate="2020-08-22 10:05:19 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 12:15:49 +0100" startDate="2020-08-22 10:06:15 +0100" endDate="2020-08-22 10:16:16 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 12:15:49 +0100" startDate="2020-08-22 10:16:34 +0100" endDate="2020-08-22 10:16:47 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 12:15:49 +0100" startDate="2020-08-22 10:33:56 +0100" endDate="2020-08-22 10:42:43 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 12:15:49 +0100" startDate="2020-08-22 10:44:37 +0100" endDate="2020-08-22 10:54:39 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 12:15:49 +0100" startDate="2020-08-22 10:54:39 +0100" endDate="2020-08-22 11:02:45 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 12:15:49 +0100" startDate="2020-08-22 11:20:58 +0100" endDate="2020-08-22 11:30:59 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 12:15:49 +0100" startDate="2020-08-22 11:30:59 +0100" endDate="2020-08-22 11:36:12 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 18:07:58 +0100" startDate="2020-08-22 17:55:28 +0100" endDate="2020-08-22 17:56:08 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 18:32:10 +0100" startDate="2020-08-22 18:20:28 +0100" endDate="2020-08-22 18:29:33 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 18:42:18 +0100" startDate="2020-08-22 18:30:57 +0100" endDate="2020-08-22 18:31:04 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 18:52:49 +0100" startDate="2020-08-22 18:41:33 +0100" endDate="2020-08-22 18:51:34 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 19:06:16 +0100" startDate="2020-08-22 18:51:34 +0100" endDate="2020-08-22 18:57:56 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 19:14:38 +0100" startDate="2020-08-22 19:02:13 +0100" endDate="2020-08-22 19:09:49 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-22 21:36:47 +0100" startDate="2020-08-22 21:21:08 +0100" endDate="2020-08-22 21:21:13 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 00:32:12 +0100" startDate="2020-08-23 00:17:51 +0100" endDate="2020-08-23 00:27:50 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 00:42:48 +0100" startDate="2020-08-23 00:27:50 +0100" endDate="2020-08-23 00:29:34 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 00:53:17 +0100" startDate="2020-08-23 00:41:48 +0100" endDate="2020-08-23 00:51:49 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 01:02:51 +0100" startDate="2020-08-23 00:51:49 +0100" endDate="2020-08-23 00:56:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 01:48:01 +0100" startDate="2020-08-23 01:36:58 +0100" endDate="2020-08-23 01:45:38 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 08:22:17 +0100" startDate="2020-08-23 08:10:45 +0100" endDate="2020-08-23 08:11:13 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 12:40:59 +0100" startDate="2020-08-23 12:29:57 +0100" endDate="2020-08-23 12:30:10 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 15:42:13 +0100" startDate="2020-08-23 15:30:01 +0100" endDate="2020-08-23 15:32:26 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 17:35:25 +0100" startDate="2020-08-23 17:23:40 +0100" endDate="2020-08-23 17:33:40 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 17:44:43 +0100" startDate="2020-08-23 17:33:40 +0100" endDate="2020-08-23 17:34:57 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 18:07:23 +0100" startDate="2020-08-23 17:56:20 +0100" endDate="2020-08-23 17:58:45 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 18:22:16 +0100" startDate="2020-08-23 18:10:28 +0100" endDate="2020-08-23 18:12:46 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 19:45:26 +0100" startDate="2020-08-23 19:34:23 +0100" endDate="2020-08-23 19:37:24 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 20:28:29 +0100" startDate="2020-08-23 20:17:02 +0100" endDate="2020-08-23 20:24:53 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-23 20:39:51 +0100" startDate="2020-08-23 20:28:10 +0100" endDate="2020-08-23 20:28:15 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 00:55:05 +0100" startDate="2020-08-23 21:22:43 +0100" endDate="2020-08-23 21:23:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 00:55:05 +0100" startDate="2020-08-24 00:48:48 +0100" endDate="2020-08-24 00:54:55 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 01:06:03 +0100" startDate="2020-08-24 00:55:00 +0100" endDate="2020-08-24 00:55:05 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 07:18:16 +0100" startDate="2020-08-24 07:06:42 +0100" endDate="2020-08-24 07:06:55 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 08:52:51 +0100" startDate="2020-08-24 08:41:49 +0100" endDate="2020-08-24 08:50:16 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 09:05:49 +0100" startDate="2020-08-24 08:54:43 +0100" endDate="2020-08-24 08:55:54 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 10:27:36 +0100" startDate="2020-08-24 10:13:54 +0100" endDate="2020-08-24 10:14:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 10:37:08 +0100" startDate="2020-08-24 10:24:33 +0100" endDate="2020-08-24 10:33:58 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 10:46:53 +0100" startDate="2020-08-24 10:35:38 +0100" endDate="2020-08-24 10:45:39 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 10:57:01 +0100" startDate="2020-08-24 10:45:39 +0100" endDate="2020-08-24 10:55:35 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 11:08:03 +0100" startDate="2020-08-24 10:56:59 +0100" endDate="2020-08-24 11:06:57 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 11:19:54 +0100" startDate="2020-08-24 11:06:57 +0100" endDate="2020-08-24 11:10:54 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 12:21:12 +0100" startDate="2020-08-24 12:09:57 +0100" endDate="2020-08-24 12:19:17 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 12:31:53 +0100" startDate="2020-08-24 12:19:58 +0100" endDate="2020-08-24 12:22:54 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 12:41:50 +0100" startDate="2020-08-24 12:30:48 +0100" endDate="2020-08-24 12:31:41 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 13:32:42 +0100" startDate="2020-08-24 13:21:40 +0100" endDate="2020-08-24 13:25:34 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 13:49:16 +0100" startDate="2020-08-24 13:35:35 +0100" endDate="2020-08-24 13:38:49 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 14:00:48 +0100" startDate="2020-08-24 13:49:28 +0100" endDate="2020-08-24 13:49:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 14:56:42 +0100" startDate="2020-08-24 14:45:15 +0100" endDate="2020-08-24 14:55:16 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 15:06:29 +0100" startDate="2020-08-24 14:55:16 +0100" endDate="2020-08-24 15:05:17 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 15:16:20 +0100" startDate="2020-08-24 15:05:17 +0100" endDate="2020-08-24 15:10:17 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 15:37:57 +0100" startDate="2020-08-24 15:26:54 +0100" endDate="2020-08-24 15:26:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 16:12:51 +0100" startDate="2020-08-24 16:01:48 +0100" endDate="2020-08-24 16:11:37 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 17:08:20 +0100" startDate="2020-08-24 16:57:18 +0100" endDate="2020-08-24 16:58:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 17:24:43 +0100" startDate="2020-08-24 17:13:41 +0100" endDate="2020-08-24 17:14:24 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 18:35:31 +0100" startDate="2020-08-24 18:24:29 +0100" endDate="2020-08-24 18:34:12 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 18:45:40 +0100" startDate="2020-08-24 18:34:37 +0100" endDate="2020-08-24 18:44:10 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 18:56:54 +0100" startDate="2020-08-24 18:45:01 +0100" endDate="2020-08-24 18:54:54 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 19:06:28 +0100" startDate="2020-08-24 18:55:25 +0100" endDate="2020-08-24 18:57:04 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 20:07:46 +0100" startDate="2020-08-24 19:53:34 +0100" endDate="2020-08-24 19:54:58 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-24 21:35:29 +0100" startDate="2020-08-24 21:24:27 +0100" endDate="2020-08-24 21:24:39 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 06:17:10 +0100" startDate="2020-08-25 06:06:07 +0100" endDate="2020-08-25 06:13:46 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 08:25:00 +0100" startDate="2020-08-25 08:13:11 +0100" endDate="2020-08-25 08:23:12 +0100" value="1105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 08:36:46 +0100" startDate="2020-08-25 08:23:12 +0100" endDate="2020-08-25 08:30:35 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 09:10:06 +0100" startDate="2020-08-25 08:57:15 +0100" endDate="2020-08-25 08:58:52 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 10:19:13 +0100" startDate="2020-08-25 10:08:10 +0100" endDate="2020-08-25 10:18:10 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 10:29:20 +0100" startDate="2020-08-25 10:18:17 +0100" endDate="2020-08-25 10:28:19 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 10:39:21 +0100" startDate="2020-08-25 10:28:19 +0100" endDate="2020-08-25 10:31:50 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 10:49:35 +0100" startDate="2020-08-25 10:38:32 +0100" endDate="2020-08-25 10:48:21 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 11:00:01 +0100" startDate="2020-08-25 10:48:59 +0100" endDate="2020-08-25 10:53:13 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 12:39:04 +0100" startDate="2020-08-25 12:23:30 +0100" endDate="2020-08-25 12:31:32 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 13:41:40 +0100" startDate="2020-08-25 13:29:51 +0100" endDate="2020-08-25 13:38:54 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 14:31:03 +0100" startDate="2020-08-25 14:18:53 +0100" endDate="2020-08-25 14:27:39 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 14:42:47 +0100" startDate="2020-08-25 14:30:55 +0100" endDate="2020-08-25 14:40:56 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 14:51:23 +0100" startDate="2020-08-25 14:40:56 +0100" endDate="2020-08-25 14:47:49 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 15:20:17 +0100" startDate="2020-08-25 15:09:15 +0100" endDate="2020-08-25 15:12:59 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 15:44:36 +0100" startDate="2020-08-25 15:33:17 +0100" endDate="2020-08-25 15:41:13 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 17:23:58 +0100" startDate="2020-08-25 17:11:25 +0100" endDate="2020-08-25 17:21:09 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 17:33:41 +0100" startDate="2020-08-25 17:22:35 +0100" endDate="2020-08-25 17:26:19 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 18:04:14 +0100" startDate="2020-08-25 17:53:09 +0100" endDate="2020-08-25 18:02:18 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 18:28:59 +0100" startDate="2020-08-25 18:17:25 +0100" endDate="2020-08-25 18:27:24 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 18:38:26 +0100" startDate="2020-08-25 18:27:24 +0100" endDate="2020-08-25 18:36:57 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 19:16:21 +0100" startDate="2020-08-25 19:02:46 +0100" endDate="2020-08-25 19:08:37 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 19:29:41 +0100" startDate="2020-08-25 19:14:44 +0100" endDate="2020-08-25 19:17:42 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-25 22:08:51 +0100" startDate="2020-08-25 21:57:07 +0100" endDate="2020-08-25 21:57:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 08:25:18 +0100" startDate="2020-08-26 08:11:09 +0100" endDate="2020-08-26 08:20:17 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 10:38:53 +0100" startDate="2020-08-26 10:27:23 +0100" endDate="2020-08-26 10:37:24 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 10:52:52 +0100" startDate="2020-08-26 10:40:00 +0100" endDate="2020-08-26 10:50:01 +0100" value="831"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 11:01:17 +0100" startDate="2020-08-26 10:50:01 +0100" endDate="2020-08-26 10:53:25 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 12:49:12 +0100" startDate="2020-08-26 12:37:34 +0100" endDate="2020-08-26 12:44:59 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 13:00:20 +0100" startDate="2020-08-26 12:48:28 +0100" endDate="2020-08-26 12:48:43 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 13:33:44 +0100" startDate="2020-08-26 13:19:08 +0100" endDate="2020-08-26 13:26:16 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 15:02:14 +0100" startDate="2020-08-26 14:57:41 +0100" endDate="2020-08-26 14:58:45 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 15:14:45 +0100" startDate="2020-08-26 15:03:42 +0100" endDate="2020-08-26 15:07:27 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 15:26:36 +0100" startDate="2020-08-26 15:15:21 +0100" endDate="2020-08-26 15:17:23 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 15:44:17 +0100" startDate="2020-08-26 15:30:12 +0100" endDate="2020-08-26 15:35:48 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 16:11:28 +0100" startDate="2020-08-26 16:00:25 +0100" endDate="2020-08-26 16:04:40 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 16:30:27 +0100" startDate="2020-08-26 16:15:09 +0100" endDate="2020-08-26 16:22:04 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 16:42:53 +0100" startDate="2020-08-26 16:30:31 +0100" endDate="2020-08-26 16:30:41 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-26 20:52:26 +0100" startDate="2020-08-26 20:41:23 +0100" endDate="2020-08-26 20:41:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 06:05:52 +0100" startDate="2020-08-27 05:52:16 +0100" endDate="2020-08-27 05:52:31 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 07:42:24 +0100" startDate="2020-08-27 07:30:57 +0100" endDate="2020-08-27 07:40:58 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 07:52:00 +0100" startDate="2020-08-27 07:40:58 +0100" endDate="2020-08-27 07:42:47 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 08:24:14 +0100" startDate="2020-08-27 08:13:11 +0100" endDate="2020-08-27 08:18:22 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 08:43:53 +0100" startDate="2020-08-27 08:31:39 +0100" endDate="2020-08-27 08:37:02 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 12:17:32 +0100" startDate="2020-08-27 12:06:27 +0100" endDate="2020-08-27 12:16:08 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 15:24:38 +0100" startDate="2020-08-27 15:11:11 +0100" endDate="2020-08-27 15:19:50 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 17:07:34 +0100" startDate="2020-08-27 16:56:32 +0100" endDate="2020-08-27 17:01:35 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 17:44:13 +0100" startDate="2020-08-27 17:33:10 +0100" endDate="2020-08-27 17:43:03 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 17:56:29 +0100" startDate="2020-08-27 17:45:26 +0100" endDate="2020-08-27 17:53:33 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 18:11:47 +0100" startDate="2020-08-27 18:00:08 +0100" endDate="2020-08-27 18:06:04 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 18:28:10 +0100" startDate="2020-08-27 18:15:10 +0100" endDate="2020-08-27 18:15:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 18:43:25 +0100" startDate="2020-08-27 18:32:22 +0100" endDate="2020-08-27 18:34:07 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 18:54:22 +0100" startDate="2020-08-27 18:43:20 +0100" endDate="2020-08-27 18:53:11 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 19:04:44 +0100" startDate="2020-08-27 18:53:41 +0100" endDate="2020-08-27 19:02:59 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 19:16:06 +0100" startDate="2020-08-27 19:05:04 +0100" endDate="2020-08-27 19:14:42 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 19:26:07 +0100" startDate="2020-08-27 19:15:05 +0100" endDate="2020-08-27 19:25:06 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 19:36:09 +0100" startDate="2020-08-27 19:25:06 +0100" endDate="2020-08-27 19:34:54 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 19:55:43 +0100" startDate="2020-08-27 19:44:40 +0100" endDate="2020-08-27 19:54:26 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 20:05:46 +0100" startDate="2020-08-27 19:54:44 +0100" endDate="2020-08-27 20:04:40 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 20:18:31 +0100" startDate="2020-08-27 20:07:28 +0100" endDate="2020-08-27 20:08:09 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-27 21:10:35 +0100" startDate="2020-08-27 20:59:32 +0100" endDate="2020-08-27 20:59:55 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 08:11:34 +0100" startDate="2020-08-28 08:00:32 +0100" endDate="2020-08-28 08:00:42 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 08:23:04 +0100" startDate="2020-08-28 08:12:02 +0100" endDate="2020-08-28 08:15:05 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 08:38:33 +0100" startDate="2020-08-28 08:27:11 +0100" endDate="2020-08-28 08:27:18 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 09:18:38 +0100" startDate="2020-08-28 09:07:35 +0100" endDate="2020-08-28 09:08:00 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 09:38:45 +0100" startDate="2020-08-28 09:27:42 +0100" endDate="2020-08-28 09:35:52 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 10:17:31 +0100" startDate="2020-08-28 10:05:31 +0100" endDate="2020-08-28 10:14:33 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 10:27:05 +0100" startDate="2020-08-28 10:16:02 +0100" endDate="2020-08-28 10:17:47 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 11:20:29 +0100" startDate="2020-08-28 11:09:26 +0100" endDate="2020-08-28 11:14:24 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 12:13:27 +0100" startDate="2020-08-28 12:02:25 +0100" endDate="2020-08-28 12:07:45 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 12:51:05 +0100" startDate="2020-08-28 12:40:01 +0100" endDate="2020-08-28 12:48:44 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 13:00:45 +0100" startDate="2020-08-28 12:50:13 +0100" endDate="2020-08-28 12:59:36 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 13:31:26 +0100" startDate="2020-08-28 13:20:24 +0100" endDate="2020-08-28 13:30:25 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 13:42:03 +0100" startDate="2020-08-28 13:30:48 +0100" endDate="2020-08-28 13:35:00 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 14:44:27 +0100" startDate="2020-08-28 14:33:24 +0100" endDate="2020-08-28 14:43:25 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 14:55:21 +0100" startDate="2020-08-28 14:44:19 +0100" endDate="2020-08-28 14:53:54 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 15:05:22 +0100" startDate="2020-08-28 14:54:20 +0100" endDate="2020-08-28 15:00:09 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 15:19:59 +0100" startDate="2020-08-28 15:08:56 +0100" endDate="2020-08-28 15:17:03 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 15:33:47 +0100" startDate="2020-08-28 15:19:30 +0100" endDate="2020-08-28 15:27:09 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 15:59:13 +0100" startDate="2020-08-28 15:45:25 +0100" endDate="2020-08-28 15:45:37 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 18:43:22 +0100" startDate="2020-08-28 18:32:20 +0100" endDate="2020-08-28 18:32:58 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 19:13:14 +0100" startDate="2020-08-28 19:02:11 +0100" endDate="2020-08-28 19:06:17 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 20:06:50 +0100" startDate="2020-08-28 19:54:40 +0100" endDate="2020-08-28 20:04:18 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 20:15:46 +0100" startDate="2020-08-28 20:04:43 +0100" endDate="2020-08-28 20:12:29 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 20:30:35 +0100" startDate="2020-08-28 20:19:32 +0100" endDate="2020-08-28 20:20:18 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 21:26:57 +0100" startDate="2020-08-28 21:15:54 +0100" endDate="2020-08-28 21:15:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 21:47:04 +0100" startDate="2020-08-28 21:34:32 +0100" endDate="2020-08-28 21:34:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 22:08:44 +0100" startDate="2020-08-28 21:57:01 +0100" endDate="2020-08-28 22:03:23 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 22:32:17 +0100" startDate="2020-08-28 22:18:36 +0100" endDate="2020-08-28 22:26:45 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 22:43:31 +0100" startDate="2020-08-28 22:31:00 +0100" endDate="2020-08-28 22:40:51 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 23:09:08 +0100" startDate="2020-08-28 22:55:06 +0100" endDate="2020-08-28 23:01:43 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-28 23:32:58 +0100" startDate="2020-08-28 23:17:53 +0100" endDate="2020-08-28 23:17:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 10:20:26 +0100" startDate="2020-08-29 10:06:22 +0100" endDate="2020-08-29 10:06:24 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 15:19:02 +0100" startDate="2020-08-29 15:07:59 +0100" endDate="2020-08-29 15:14:18 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 15:40:46 +0100" startDate="2020-08-29 15:29:43 +0100" endDate="2020-08-29 15:32:34 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 15:51:15 +0100" startDate="2020-08-29 15:40:12 +0100" endDate="2020-08-29 15:40:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 16:02:47 +0100" startDate="2020-08-29 15:51:45 +0100" endDate="2020-08-29 15:51:52 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 16:19:16 +0100" startDate="2020-08-29 16:08:13 +0100" endDate="2020-08-29 16:10:28 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 16:30:46 +0100" startDate="2020-08-29 16:19:43 +0100" endDate="2020-08-29 16:26:54 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 17:05:55 +0100" startDate="2020-08-29 16:51:44 +0100" endDate="2020-08-29 16:58:03 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 17:25:29 +0100" startDate="2020-08-29 17:13:12 +0100" endDate="2020-08-29 17:23:14 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 17:35:40 +0100" startDate="2020-08-29 17:23:14 +0100" endDate="2020-08-29 17:33:15 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 17:44:17 +0100" startDate="2020-08-29 17:33:15 +0100" endDate="2020-08-29 17:37:17 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 17:59:25 +0100" startDate="2020-08-29 17:47:19 +0100" endDate="2020-08-29 17:50:30 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 18:48:37 +0100" startDate="2020-08-29 18:37:34 +0100" endDate="2020-08-29 18:46:49 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 19:34:45 +0100" startDate="2020-08-29 19:23:42 +0100" endDate="2020-08-29 19:33:43 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 19:44:46 +0100" startDate="2020-08-29 19:33:43 +0100" endDate="2020-08-29 19:43:44 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 19:54:47 +0100" startDate="2020-08-29 19:43:44 +0100" endDate="2020-08-29 19:53:46 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 20:04:48 +0100" startDate="2020-08-29 19:53:46 +0100" endDate="2020-08-29 20:00:29 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 20:19:27 +0100" startDate="2020-08-29 20:06:26 +0100" endDate="2020-08-29 20:16:12 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 20:29:24 +0100" startDate="2020-08-29 20:16:40 +0100" endDate="2020-08-29 20:26:41 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 20:38:54 +0100" startDate="2020-08-29 20:26:59 +0100" endDate="2020-08-29 20:36:58 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 20:50:33 +0100" startDate="2020-08-29 20:37:15 +0100" endDate="2020-08-29 20:42:08 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 21:15:31 +0100" startDate="2020-08-29 21:04:29 +0100" endDate="2020-08-29 21:14:25 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 21:30:43 +0100" startDate="2020-08-29 21:14:35 +0100" endDate="2020-08-29 21:24:36 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 21:36:40 +0100" startDate="2020-08-29 21:24:36 +0100" endDate="2020-08-29 21:34:37 +0100" value="1039"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 21:51:49 +0100" startDate="2020-08-29 21:34:37 +0100" endDate="2020-08-29 21:36:09 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 23:40:56 +0100" startDate="2020-08-29 23:28:12 +0100" endDate="2020-08-29 23:38:13 +0100" value="1003"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-29 23:51:36 +0100" startDate="2020-08-29 23:38:13 +0100" endDate="2020-08-29 23:40:00 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-30 00:11:53 +0100" startDate="2020-08-29 23:57:24 +0100" endDate="2020-08-30 00:01:13 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-30 00:50:15 +0100" startDate="2020-08-30 00:39:12 +0100" endDate="2020-08-30 00:47:40 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-30 08:29:46 +0100" startDate="2020-08-30 08:18:29 +0100" endDate="2020-08-30 08:18:37 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-30 08:41:17 +0100" startDate="2020-08-30 08:29:47 +0100" endDate="2020-08-30 08:39:46 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6, creation date:2020-08-11 05:08:38 +0000&gt;" unit="count" creationDate="2020-08-30 08:51:08 +0100" startDate="2020-08-30 08:39:46 +0100" endDate="2020-08-30 08:42:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 09:17:21 +0100" startDate="2020-08-30 09:02:37 +0100" endDate="2020-08-30 09:06:01 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 09:28:42 +0100" startDate="2020-08-30 09:17:39 +0100" endDate="2020-08-30 09:20:42 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 09:43:53 +0100" startDate="2020-08-30 09:32:51 +0100" endDate="2020-08-30 09:33:19 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 11:30:04 +0100" startDate="2020-08-30 11:16:46 +0100" endDate="2020-08-30 11:26:47 +0100" value="1089"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 11:37:50 +0100" startDate="2020-08-30 11:26:47 +0100" endDate="2020-08-30 11:32:01 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 11:53:04 +0100" startDate="2020-08-30 11:39:06 +0100" endDate="2020-08-30 11:46:39 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 12:57:52 +0100" startDate="2020-08-30 12:46:05 +0100" endDate="2020-08-30 12:55:01 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 13:07:27 +0100" startDate="2020-08-30 12:56:25 +0100" endDate="2020-08-30 12:59:08 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 14:03:05 +0100" startDate="2020-08-30 13:51:53 +0100" endDate="2020-08-30 14:01:39 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 14:24:08 +0100" startDate="2020-08-30 14:12:52 +0100" endDate="2020-08-30 14:13:30 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 14:41:32 +0100" startDate="2020-08-30 14:29:25 +0100" endDate="2020-08-30 14:32:38 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 14:51:59 +0100" startDate="2020-08-30 14:40:30 +0100" endDate="2020-08-30 14:42:52 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 15:33:44 +0100" startDate="2020-08-30 15:15:39 +0100" endDate="2020-08-30 15:16:56 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 15:44:59 +0100" startDate="2020-08-30 15:33:56 +0100" endDate="2020-08-30 15:40:31 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 15:56:14 +0100" startDate="2020-08-30 15:45:11 +0100" endDate="2020-08-30 15:45:16 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 17:19:25 +0100" startDate="2020-08-30 17:08:22 +0100" endDate="2020-08-30 17:10:50 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 17:37:33 +0100" startDate="2020-08-30 17:25:47 +0100" endDate="2020-08-30 17:27:21 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 17:58:34 +0100" startDate="2020-08-30 17:47:31 +0100" endDate="2020-08-30 17:47:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 18:44:31 +0100" startDate="2020-08-30 18:33:17 +0100" endDate="2020-08-30 18:41:59 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-30 21:26:30 +0100" startDate="2020-08-30 21:15:28 +0100" endDate="2020-08-30 21:21:50 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 07:02:38 +0100" startDate="2020-08-31 06:51:06 +0100" endDate="2020-08-31 06:56:37 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 07:13:43 +0100" startDate="2020-08-31 07:02:59 +0100" endDate="2020-08-31 07:08:13 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 07:34:31 +0100" startDate="2020-08-31 07:20:29 +0100" endDate="2020-08-31 07:22:03 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 08:38:25 +0100" startDate="2020-08-31 08:27:22 +0100" endDate="2020-08-31 08:35:48 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 08:49:19 +0100" startDate="2020-08-31 08:38:16 +0100" endDate="2020-08-31 08:41:12 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 08:59:33 +0100" startDate="2020-08-31 08:48:30 +0100" endDate="2020-08-31 08:49:44 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 10:07:29 +0100" startDate="2020-08-31 09:55:59 +0100" endDate="2020-08-31 09:56:25 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 11:00:30 +0100" startDate="2020-08-31 10:49:27 +0100" endDate="2020-08-31 10:52:59 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 11:11:46 +0100" startDate="2020-08-31 11:00:16 +0100" endDate="2020-08-31 11:00:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 11:27:51 +0100" startDate="2020-08-31 11:14:45 +0100" endDate="2020-08-31 11:17:20 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 11:41:15 +0100" startDate="2020-08-31 11:28:00 +0100" endDate="2020-08-31 11:37:39 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 11:50:00 +0100" startDate="2020-08-31 11:38:09 +0100" endDate="2020-08-31 11:46:56 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 12:02:52 +0100" startDate="2020-08-31 11:51:50 +0100" endDate="2020-08-31 12:01:03 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 12:19:55 +0100" startDate="2020-08-31 12:06:26 +0100" endDate="2020-08-31 12:15:57 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 12:32:32 +0100" startDate="2020-08-31 12:16:43 +0100" endDate="2020-08-31 12:23:25 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 12:42:58 +0100" startDate="2020-08-31 12:30:44 +0100" endDate="2020-08-31 12:36:51 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 12:57:17 +0100" startDate="2020-08-31 12:46:14 +0100" endDate="2020-08-31 12:55:10 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 13:22:07 +0100" startDate="2020-08-31 13:11:05 +0100" endDate="2020-08-31 13:15:22 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 14:31:57 +0100" startDate="2020-08-31 14:20:55 +0100" endDate="2020-08-31 14:20:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 14:54:47 +0100" startDate="2020-08-31 14:42:59 +0100" endDate="2020-08-31 14:44:28 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 15:11:53 +0100" startDate="2020-08-31 15:00:50 +0100" endDate="2020-08-31 15:10:16 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 15:35:52 +0100" startDate="2020-08-31 15:24:50 +0100" endDate="2020-08-31 15:24:57 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 15:50:34 +0100" startDate="2020-08-31 15:39:31 +0100" endDate="2020-08-31 15:47:02 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 16:01:01 +0100" startDate="2020-08-31 15:49:45 +0100" endDate="2020-08-31 15:49:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 16:32:10 +0100" startDate="2020-08-31 16:21:07 +0100" endDate="2020-08-31 16:21:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 16:52:09 +0100" startDate="2020-08-31 16:41:01 +0100" endDate="2020-08-31 16:41:54 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 17:09:12 +0100" startDate="2020-08-31 16:58:10 +0100" endDate="2020-08-31 16:59:52 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 17:38:40 +0100" startDate="2020-08-31 17:26:42 +0100" endDate="2020-08-31 17:36:42 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 17:52:16 +0100" startDate="2020-08-31 17:37:23 +0100" endDate="2020-08-31 17:46:00 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 17:59:25 +0100" startDate="2020-08-31 17:48:23 +0100" endDate="2020-08-31 17:58:07 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 18:10:56 +0100" startDate="2020-08-31 17:59:15 +0100" endDate="2020-08-31 18:09:15 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 18:22:50 +0100" startDate="2020-08-31 18:09:15 +0100" endDate="2020-08-31 18:09:53 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 18:39:37 +0100" startDate="2020-08-31 18:28:35 +0100" endDate="2020-08-31 18:33:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 19:13:43 +0100" startDate="2020-08-31 19:02:40 +0100" endDate="2020-08-31 19:12:03 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 19:54:09 +0100" startDate="2020-08-31 19:41:21 +0100" endDate="2020-08-31 19:47:05 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 20:09:16 +0100" startDate="2020-08-31 19:55:39 +0100" endDate="2020-08-31 19:55:50 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 20:33:19 +0100" startDate="2020-08-31 20:22:16 +0100" endDate="2020-08-31 20:30:45 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 20:44:19 +0100" startDate="2020-08-31 20:33:16 +0100" endDate="2020-08-31 20:42:17 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 21:12:55 +0100" startDate="2020-08-31 21:01:53 +0100" endDate="2020-08-31 21:02:41 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-08-31 21:25:43 +0100" startDate="2020-08-31 21:14:40 +0100" endDate="2020-08-31 21:18:01 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 05:40:09 +0100" startDate="2020-09-01 05:21:42 +0100" endDate="2020-09-01 05:21:45 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 05:55:04 +0100" startDate="2020-09-01 05:43:43 +0100" endDate="2020-09-01 05:50:02 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 06:04:53 +0100" startDate="2020-09-01 05:53:51 +0100" endDate="2020-09-01 05:57:07 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 06:30:49 +0100" startDate="2020-09-01 06:17:21 +0100" endDate="2020-09-01 06:27:17 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 06:38:27 +0100" startDate="2020-09-01 06:27:24 +0100" endDate="2020-09-01 06:36:29 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 06:52:08 +0100" startDate="2020-09-01 06:40:08 +0100" endDate="2020-09-01 06:49:31 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 07:09:55 +0100" startDate="2020-09-01 06:58:15 +0100" endDate="2020-09-01 06:58:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 07:24:31 +0100" startDate="2020-09-01 07:11:47 +0100" endDate="2020-09-01 07:21:20 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 07:46:08 +0100" startDate="2020-09-01 07:33:33 +0100" endDate="2020-09-01 07:35:25 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 07:50:49 +0100" startDate="2020-09-01 07:50:42 +0100" endDate="2020-09-01 07:50:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 08:30:36 +0100" startDate="2020-09-01 08:18:21 +0100" endDate="2020-09-01 08:26:22 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 09:19:52 +0100" startDate="2020-09-01 09:08:17 +0100" endDate="2020-09-01 09:11:31 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 10:23:11 +0100" startDate="2020-09-01 10:11:38 +0100" endDate="2020-09-01 10:17:17 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 10:56:10 +0100" startDate="2020-09-01 10:44:01 +0100" endDate="2020-09-01 10:49:51 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 11:12:11 +0100" startDate="2020-09-01 11:00:30 +0100" endDate="2020-09-01 11:04:27 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 12:33:21 +0100" startDate="2020-09-01 12:22:18 +0100" endDate="2020-09-01 12:31:59 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 12:51:18 +0100" startDate="2020-09-01 12:39:14 +0100" endDate="2020-09-01 12:39:50 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 13:28:27 +0100" startDate="2020-09-01 13:15:51 +0100" endDate="2020-09-01 13:20:03 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 14:06:20 +0100" startDate="2020-09-01 13:55:02 +0100" endDate="2020-09-01 14:04:30 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 14:16:41 +0100" startDate="2020-09-01 14:05:29 +0100" endDate="2020-09-01 14:15:02 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 16:49:25 +0100" startDate="2020-09-01 16:38:22 +0100" endDate="2020-09-01 16:39:03 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 17:48:29 +0100" startDate="2020-09-01 17:37:12 +0100" endDate="2020-09-01 17:37:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 18:04:33 +0100" startDate="2020-09-01 17:52:23 +0100" endDate="2020-09-01 17:52:48 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 18:21:52 +0100" startDate="2020-09-01 18:10:49 +0100" endDate="2020-09-01 18:17:18 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 18:45:03 +0100" startDate="2020-09-01 18:34:00 +0100" endDate="2020-09-01 18:34:10 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 19:49:24 +0100" startDate="2020-09-01 19:38:21 +0100" endDate="2020-09-01 19:47:45 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-01 21:26:45 +0100" startDate="2020-09-01 21:15:43 +0100" endDate="2020-09-01 21:21:00 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 04:53:12 +0100" startDate="2020-09-02 04:39:44 +0100" endDate="2020-09-02 04:45:35 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 06:45:46 +0100" startDate="2020-09-02 06:31:27 +0100" endDate="2020-09-02 06:35:55 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 07:04:09 +0100" startDate="2020-09-02 06:52:19 +0100" endDate="2020-09-02 07:02:20 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 07:14:28 +0100" startDate="2020-09-02 07:02:20 +0100" endDate="2020-09-02 07:09:21 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 07:26:49 +0100" startDate="2020-09-02 07:14:40 +0100" endDate="2020-09-02 07:14:50 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 07:47:03 +0100" startDate="2020-09-02 07:35:16 +0100" endDate="2020-09-02 07:35:28 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 08:16:44 +0100" startDate="2020-09-02 08:01:55 +0100" endDate="2020-09-02 08:02:13 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 08:57:33 +0100" startDate="2020-09-02 08:46:31 +0100" endDate="2020-09-02 08:46:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 09:21:10 +0100" startDate="2020-09-02 09:10:07 +0100" endDate="2020-09-02 09:10:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 09:33:08 +0100" startDate="2020-09-02 09:21:13 +0100" endDate="2020-09-02 09:23:46 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 10:04:58 +0100" startDate="2020-09-02 09:53:55 +0100" endDate="2020-09-02 09:54:08 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 10:17:53 +0100" startDate="2020-09-02 10:06:50 +0100" endDate="2020-09-02 10:07:36 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 10:44:59 +0100" startDate="2020-09-02 10:33:05 +0100" endDate="2020-09-02 10:36:55 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 10:55:26 +0100" startDate="2020-09-02 10:43:41 +0100" endDate="2020-09-02 10:52:43 +0100" value="885"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 11:06:01 +0100" startDate="2020-09-02 10:54:25 +0100" endDate="2020-09-02 10:57:59 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 11:34:47 +0100" startDate="2020-09-02 11:20:18 +0100" endDate="2020-09-02 11:20:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 11:59:07 +0100" startDate="2020-09-02 11:48:04 +0100" endDate="2020-09-02 11:58:03 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 12:10:42 +0100" startDate="2020-09-02 11:58:08 +0100" endDate="2020-09-02 12:05:29 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 12:21:08 +0100" startDate="2020-09-02 12:09:04 +0100" endDate="2020-09-02 12:17:39 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 12:44:06 +0100" startDate="2020-09-02 12:33:03 +0100" endDate="2020-09-02 12:43:04 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 12:57:25 +0100" startDate="2020-09-02 12:43:04 +0100" endDate="2020-09-02 12:53:05 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 13:04:15 +0100" startDate="2020-09-02 12:53:05 +0100" endDate="2020-09-02 13:03:06 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 13:14:09 +0100" startDate="2020-09-02 13:03:06 +0100" endDate="2020-09-02 13:04:13 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 13:53:49 +0100" startDate="2020-09-02 13:43:23 +0100" endDate="2020-09-02 13:53:24 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 14:03:49 +0100" startDate="2020-09-02 13:53:24 +0100" endDate="2020-09-02 13:59:18 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 15:09:17 +0100" startDate="2020-09-02 14:58:15 +0100" endDate="2020-09-02 15:08:16 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 15:20:15 +0100" startDate="2020-09-02 15:09:12 +0100" endDate="2020-09-02 15:09:20 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-02 16:32:44 +0100" startDate="2020-09-02 16:17:23 +0100" endDate="2020-09-02 16:23:17 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 06:57:48 +0100" startDate="2020-09-03 06:47:52 +0100" endDate="2020-09-03 06:57:05 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 08:02:53 +0100" startDate="2020-09-03 07:51:49 +0100" endDate="2020-09-03 07:52:32 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 08:13:55 +0100" startDate="2020-09-03 08:02:30 +0100" endDate="2020-09-03 08:02:36 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 08:25:03 +0100" startDate="2020-09-03 08:14:01 +0100" endDate="2020-09-03 08:22:53 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 08:39:00 +0100" startDate="2020-09-03 08:25:16 +0100" endDate="2020-09-03 08:35:17 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 08:52:38 +0100" startDate="2020-09-03 08:35:35 +0100" endDate="2020-09-03 08:38:23 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 09:01:26 +0100" startDate="2020-09-03 08:49:15 +0100" endDate="2020-09-03 08:56:18 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 10:09:22 +0100" startDate="2020-09-03 09:56:58 +0100" endDate="2020-09-03 10:06:44 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 10:36:01 +0100" startDate="2020-09-03 10:22:21 +0100" endDate="2020-09-03 10:31:13 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 10:46:14 +0100" startDate="2020-09-03 10:32:34 +0100" endDate="2020-09-03 10:36:01 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 10:56:27 +0100" startDate="2020-09-03 10:45:24 +0100" endDate="2020-09-03 10:49:41 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 11:39:57 +0100" startDate="2020-09-03 11:28:54 +0100" endDate="2020-09-03 11:38:50 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 12:04:47 +0100" startDate="2020-09-03 11:53:45 +0100" endDate="2020-09-03 11:54:25 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 12:33:45 +0100" startDate="2020-09-03 12:22:09 +0100" endDate="2020-09-03 12:25:35 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 12:47:32 +0100" startDate="2020-09-03 12:32:50 +0100" endDate="2020-09-03 12:42:51 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 12:55:04 +0100" startDate="2020-09-03 12:43:24 +0100" endDate="2020-09-03 12:52:42 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 13:10:45 +0100" startDate="2020-09-03 12:55:59 +0100" endDate="2020-09-03 13:05:32 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 13:18:30 +0100" startDate="2020-09-03 13:06:00 +0100" endDate="2020-09-03 13:10:02 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 14:36:10 +0100" startDate="2020-09-03 14:21:58 +0100" endDate="2020-09-03 14:32:00 +0100" value="885"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 14:44:04 +0100" startDate="2020-09-03 14:32:00 +0100" endDate="2020-09-03 14:42:01 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 14:54:24 +0100" startDate="2020-09-03 14:42:01 +0100" endDate="2020-09-03 14:52:02 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 15:03:04 +0100" startDate="2020-09-03 14:52:02 +0100" endDate="2020-09-03 15:01:58 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 15:13:46 +0100" startDate="2020-09-03 15:02:13 +0100" endDate="2020-09-03 15:06:20 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 15:48:43 +0100" startDate="2020-09-03 15:37:21 +0100" endDate="2020-09-03 15:37:46 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 16:33:31 +0100" startDate="2020-09-03 16:22:28 +0100" endDate="2020-09-03 16:30:45 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 17:12:53 +0100" startDate="2020-09-03 16:57:11 +0100" endDate="2020-09-03 17:04:32 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 17:31:47 +0100" startDate="2020-09-03 17:17:24 +0100" endDate="2020-09-03 17:25:47 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 17:47:23 +0100" startDate="2020-09-03 17:36:16 +0100" endDate="2020-09-03 17:45:21 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 18:10:56 +0100" startDate="2020-09-03 17:56:16 +0100" endDate="2020-09-03 18:00:36 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 18:37:09 +0100" startDate="2020-09-03 18:25:08 +0100" endDate="2020-09-03 18:35:06 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 18:53:22 +0100" startDate="2020-09-03 18:35:06 +0100" endDate="2020-09-03 18:44:58 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 18:58:31 +0100" startDate="2020-09-03 18:46:47 +0100" endDate="2020-09-03 18:56:46 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 19:08:16 +0100" startDate="2020-09-03 18:56:49 +0100" endDate="2020-09-03 18:58:51 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 19:22:33 +0100" startDate="2020-09-03 19:11:30 +0100" endDate="2020-09-03 19:14:34 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 23:02:46 +0100" startDate="2020-09-03 22:51:43 +0100" endDate="2020-09-03 23:00:35 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-03 23:07:10 +0100" startDate="2020-09-03 23:03:10 +0100" endDate="2020-09-03 23:03:46 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 06:52:05 +0100" startDate="2020-09-04 06:39:00 +0100" endDate="2020-09-04 06:45:35 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 07:27:03 +0100" startDate="2020-09-04 07:15:30 +0100" endDate="2020-09-04 07:20:16 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 07:39:35 +0100" startDate="2020-09-04 07:28:20 +0100" endDate="2020-09-04 07:31:26 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 08:22:18 +0100" startDate="2020-09-04 08:08:57 +0100" endDate="2020-09-04 08:18:55 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 08:31:07 +0100" startDate="2020-09-04 08:18:55 +0100" endDate="2020-09-04 08:28:34 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 08:40:30 +0100" startDate="2020-09-04 08:29:27 +0100" endDate="2020-09-04 08:34:05 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 09:04:29 +0100" startDate="2020-09-04 08:53:02 +0100" endDate="2020-09-04 09:00:49 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 09:23:55 +0100" startDate="2020-09-04 09:13:20 +0100" endDate="2020-09-04 09:23:03 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 09:40:28 +0100" startDate="2020-09-04 09:23:49 +0100" endDate="2020-09-04 09:23:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 11:02:10 +0100" startDate="2020-09-04 10:47:46 +0100" endDate="2020-09-04 10:48:04 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 11:22:31 +0100" startDate="2020-09-04 11:11:28 +0100" endDate="2020-09-04 11:21:11 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 11:33:02 +0100" startDate="2020-09-04 11:22:00 +0100" endDate="2020-09-04 11:32:01 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 11:43:04 +0100" startDate="2020-09-04 11:32:01 +0100" endDate="2020-09-04 11:32:24 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 12:06:58 +0100" startDate="2020-09-04 11:55:42 +0100" endDate="2020-09-04 12:04:14 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 14:12:04 +0100" startDate="2020-09-04 14:00:22 +0100" endDate="2020-09-04 14:01:59 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 14:38:01 +0100" startDate="2020-09-04 14:23:27 +0100" endDate="2020-09-04 14:24:07 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 15:54:42 +0100" startDate="2020-09-04 15:43:39 +0100" endDate="2020-09-04 15:53:32 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 16:04:45 +0100" startDate="2020-09-04 15:53:43 +0100" endDate="2020-09-04 15:55:32 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 16:17:13 +0100" startDate="2020-09-04 16:05:15 +0100" endDate="2020-09-04 16:10:43 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-04 23:09:34 +0100" startDate="2020-09-04 22:57:48 +0100" endDate="2020-09-04 22:58:23 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 08:33:12 +0100" startDate="2020-09-05 08:22:10 +0100" endDate="2020-09-05 08:31:40 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 08:43:38 +0100" startDate="2020-09-05 08:32:18 +0100" endDate="2020-09-05 08:42:20 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 08:53:22 +0100" startDate="2020-09-05 08:42:20 +0100" endDate="2020-09-05 08:45:59 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 11:31:50 +0100" startDate="2020-09-05 11:18:52 +0100" endDate="2020-09-05 11:24:28 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 11:41:39 +0100" startDate="2020-09-05 11:30:36 +0100" endDate="2020-09-05 11:37:49 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 11:52:49 +0100" startDate="2020-09-05 11:41:46 +0100" endDate="2020-09-05 11:43:08 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 13:57:10 +0100" startDate="2020-09-05 13:45:06 +0100" endDate="2020-09-05 13:45:49 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 14:12:58 +0100" startDate="2020-09-05 14:01:55 +0100" endDate="2020-09-05 14:01:58 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 14:29:43 +0100" startDate="2020-09-05 14:18:26 +0100" endDate="2020-09-05 14:18:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 15:05:08 +0100" startDate="2020-09-05 14:54:05 +0100" endDate="2020-09-05 14:54:28 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 15:29:27 +0100" startDate="2020-09-05 15:12:56 +0100" endDate="2020-09-05 15:13:26 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 16:11:27 +0100" startDate="2020-09-05 16:00:24 +0100" endDate="2020-09-05 16:01:15 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 16:23:53 +0100" startDate="2020-09-05 16:12:51 +0100" endDate="2020-09-05 16:13:11 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 16:43:04 +0100" startDate="2020-09-05 16:32:01 +0100" endDate="2020-09-05 16:32:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 16:55:39 +0100" startDate="2020-09-05 16:42:08 +0100" endDate="2020-09-05 16:52:09 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 17:04:28 +0100" startDate="2020-09-05 16:52:09 +0100" endDate="2020-09-05 17:02:10 +0100" value="831"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 17:14:04 +0100" startDate="2020-09-05 17:02:10 +0100" endDate="2020-09-05 17:12:08 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 17:24:50 +0100" startDate="2020-09-05 17:12:08 +0100" endDate="2020-09-05 17:17:37 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 17:42:01 +0100" startDate="2020-09-05 17:26:32 +0100" endDate="2020-09-05 17:32:21 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 18:56:55 +0100" startDate="2020-09-05 18:38:44 +0100" endDate="2020-09-05 18:38:56 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 19:16:52 +0100" startDate="2020-09-05 19:03:55 +0100" endDate="2020-09-05 19:05:55 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 20:13:09 +0100" startDate="2020-09-05 19:59:51 +0100" endDate="2020-09-05 20:09:52 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 20:22:24 +0100" startDate="2020-09-05 20:09:52 +0100" endDate="2020-09-05 20:18:22 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 21:08:07 +0100" startDate="2020-09-05 20:56:26 +0100" endDate="2020-09-05 21:06:27 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 21:19:30 +0100" startDate="2020-09-05 21:06:50 +0100" endDate="2020-09-05 21:13:35 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 21:34:09 +0100" startDate="2020-09-05 21:17:54 +0100" endDate="2020-09-05 21:27:53 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 21:40:04 +0100" startDate="2020-09-05 21:27:53 +0100" endDate="2020-09-05 21:37:54 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-05 21:52:34 +0100" startDate="2020-09-05 21:37:54 +0100" endDate="2020-09-05 21:41:41 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 00:48:31 +0100" startDate="2020-09-06 00:34:10 +0100" endDate="2020-09-06 00:43:37 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 00:59:50 +0100" startDate="2020-09-06 00:48:17 +0100" endDate="2020-09-06 00:50:17 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 01:21:35 +0100" startDate="2020-09-06 01:06:36 +0100" endDate="2020-09-06 01:15:41 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 01:28:17 +0100" startDate="2020-09-06 01:16:52 +0100" endDate="2020-09-06 01:26:53 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 01:40:31 +0100" startDate="2020-09-06 01:26:53 +0100" endDate="2020-09-06 01:36:54 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 01:48:39 +0100" startDate="2020-09-06 01:36:54 +0100" endDate="2020-09-06 01:46:55 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 01:58:10 +0100" startDate="2020-09-06 01:47:08 +0100" endDate="2020-09-06 01:50:37 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 04:03:34 +0100" startDate="2020-09-06 03:52:31 +0100" endDate="2020-09-06 03:52:42 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 09:32:17 +0100" startDate="2020-09-06 09:17:10 +0100" endDate="2020-09-06 09:17:13 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 11:33:32 +0100" startDate="2020-09-06 11:20:01 +0100" endDate="2020-09-06 11:20:11 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 11:54:53 +0100" startDate="2020-09-06 11:43:19 +0100" endDate="2020-09-06 11:43:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 12:08:55 +0100" startDate="2020-09-06 11:57:52 +0100" endDate="2020-09-06 11:57:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 12:28:54 +0100" startDate="2020-09-06 12:17:52 +0100" endDate="2020-09-06 12:25:02 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 13:44:15 +0100" startDate="2020-09-06 13:32:29 +0100" endDate="2020-09-06 13:39:47 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 13:54:58 +0100" startDate="2020-09-06 13:43:55 +0100" endDate="2020-09-06 13:47:09 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 14:49:36 +0100" startDate="2020-09-06 14:38:33 +0100" endDate="2020-09-06 14:38:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 15:19:39 +0100" startDate="2020-09-06 15:08:36 +0100" endDate="2020-09-06 15:11:04 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 15:55:01 +0100" startDate="2020-09-06 15:43:59 +0100" endDate="2020-09-06 15:44:14 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 16:07:59 +0100" startDate="2020-09-06 15:56:56 +0100" endDate="2020-09-06 15:57:16 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 17:27:47 +0100" startDate="2020-09-06 17:12:54 +0100" endDate="2020-09-06 17:16:28 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 17:37:41 +0100" startDate="2020-09-06 17:25:47 +0100" endDate="2020-09-06 17:34:36 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 17:47:55 +0100" startDate="2020-09-06 17:36:10 +0100" endDate="2020-09-06 17:36:44 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 18:07:44 +0100" startDate="2020-09-06 17:56:10 +0100" endDate="2020-09-06 18:05:59 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 20:13:52 +0100" startDate="2020-09-06 20:01:27 +0100" endDate="2020-09-06 20:10:12 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 20:50:56 +0100" startDate="2020-09-06 20:39:32 +0100" endDate="2020-09-06 20:44:47 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 21:00:36 +0100" startDate="2020-09-06 20:49:33 +0100" endDate="2020-09-06 20:58:56 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-06 21:58:11 +0100" startDate="2020-09-06 21:47:08 +0100" endDate="2020-09-06 21:48:25 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 06:50:13 +0100" startDate="2020-09-07 06:37:16 +0100" endDate="2020-09-07 06:37:23 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 07:02:55 +0100" startDate="2020-09-07 06:50:32 +0100" endDate="2020-09-07 06:56:39 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 07:16:48 +0100" startDate="2020-09-07 07:02:30 +0100" endDate="2020-09-07 07:03:04 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 07:39:46 +0100" startDate="2020-09-07 07:23:10 +0100" endDate="2020-09-07 07:25:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 09:00:55 +0100" startDate="2020-09-07 08:47:38 +0100" endDate="2020-09-07 08:51:12 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 09:10:47 +0100" startDate="2020-09-07 08:59:11 +0100" endDate="2020-09-07 09:08:09 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 09:21:52 +0100" startDate="2020-09-07 09:09:18 +0100" endDate="2020-09-07 09:18:20 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 09:32:38 +0100" startDate="2020-09-07 09:20:20 +0100" endDate="2020-09-07 09:30:21 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 09:45:06 +0100" startDate="2020-09-07 09:30:21 +0100" endDate="2020-09-07 09:32:36 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 11:03:33 +0100" startDate="2020-09-07 10:52:30 +0100" endDate="2020-09-07 10:53:26 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 11:15:34 +0100" startDate="2020-09-07 11:02:48 +0100" endDate="2020-09-07 11:12:49 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 11:25:18 +0100" startDate="2020-09-07 11:12:49 +0100" endDate="2020-09-07 11:19:57 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 11:49:17 +0100" startDate="2020-09-07 11:37:12 +0100" endDate="2020-09-07 11:46:40 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 11:52:27 +0100" startDate="2020-09-07 11:47:56 +0100" endDate="2020-09-07 11:51:07 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 12:53:38 +0100" startDate="2020-09-07 12:41:53 +0100" endDate="2020-09-07 12:48:08 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 13:10:52 +0100" startDate="2020-09-07 12:59:49 +0100" endDate="2020-09-07 13:07:22 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 13:21:28 +0100" startDate="2020-09-07 13:10:26 +0100" endDate="2020-09-07 13:13:16 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 13:43:20 +0100" startDate="2020-09-07 13:32:17 +0100" endDate="2020-09-07 13:37:08 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 14:17:28 +0100" startDate="2020-09-07 14:06:25 +0100" endDate="2020-09-07 14:16:26 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 14:27:29 +0100" startDate="2020-09-07 14:16:26 +0100" endDate="2020-09-07 14:26:20 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 14:37:36 +0100" startDate="2020-09-07 14:26:33 +0100" endDate="2020-09-07 14:36:33 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 14:47:35 +0100" startDate="2020-09-07 14:36:33 +0100" endDate="2020-09-07 14:44:09 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 15:31:36 +0100" startDate="2020-09-07 15:20:11 +0100" endDate="2020-09-07 15:24:00 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 16:22:09 +0100" startDate="2020-09-07 16:10:46 +0100" endDate="2020-09-07 16:14:03 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 16:49:18 +0100" startDate="2020-09-07 16:36:33 +0100" endDate="2020-09-07 16:39:16 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 16:58:47 +0100" startDate="2020-09-07 16:47:41 +0100" endDate="2020-09-07 16:55:37 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 17:09:38 +0100" startDate="2020-09-07 16:58:25 +0100" endDate="2020-09-07 17:07:53 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 17:57:01 +0100" startDate="2020-09-07 17:45:58 +0100" endDate="2020-09-07 17:46:34 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 18:37:59 +0100" startDate="2020-09-07 18:26:13 +0100" endDate="2020-09-07 18:35:46 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 18:50:16 +0100" startDate="2020-09-07 18:38:44 +0100" endDate="2020-09-07 18:46:38 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 20:44:33 +0100" startDate="2020-09-07 20:32:30 +0100" endDate="2020-09-07 20:38:21 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-07 22:16:46 +0100" startDate="2020-09-07 22:05:22 +0100" endDate="2020-09-07 22:07:19 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 06:29:54 +0100" startDate="2020-09-08 06:19:28 +0100" endDate="2020-09-08 06:28:53 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 06:49:11 +0100" startDate="2020-09-08 06:37:33 +0100" endDate="2020-09-08 06:37:36 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 07:15:08 +0100" startDate="2020-09-08 07:03:22 +0100" endDate="2020-09-08 07:08:48 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 07:26:01 +0100" startDate="2020-09-08 07:14:09 +0100" endDate="2020-09-08 07:22:24 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 10:38:20 +0100" startDate="2020-09-08 10:27:17 +0100" endDate="2020-09-08 10:27:30 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 11:03:55 +0100" startDate="2020-09-08 10:52:50 +0100" endDate="2020-09-08 11:01:58 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 11:14:43 +0100" startDate="2020-09-08 11:02:59 +0100" endDate="2020-09-08 11:11:48 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 12:22:25 +0100" startDate="2020-09-08 12:10:40 +0100" endDate="2020-09-08 12:20:39 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 12:34:14 +0100" startDate="2020-09-08 12:20:39 +0100" endDate="2020-09-08 12:30:40 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 12:41:43 +0100" startDate="2020-09-08 12:30:40 +0100" endDate="2020-09-08 12:34:16 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 12:56:22 +0100" startDate="2020-09-08 12:43:11 +0100" endDate="2020-09-08 12:48:09 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 14:26:20 +0100" startDate="2020-09-08 14:15:17 +0100" endDate="2020-09-08 14:18:48 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 14:42:59 +0100" startDate="2020-09-08 14:39:00 +0100" endDate="2020-09-08 14:40:42 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 15:04:11 +0100" startDate="2020-09-08 14:53:08 +0100" endDate="2020-09-08 14:54:53 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 15:24:57 +0100" startDate="2020-09-08 15:12:35 +0100" endDate="2020-09-08 15:20:16 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 19:14:07 +0100" startDate="2020-09-08 19:03:04 +0100" endDate="2020-09-08 19:03:27 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 19:51:17 +0100" startDate="2020-09-08 19:39:58 +0100" endDate="2020-09-08 19:46:14 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 20:43:50 +0100" startDate="2020-09-08 20:31:08 +0100" endDate="2020-09-08 20:32:58 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 20:58:22 +0100" startDate="2020-09-08 20:45:43 +0100" endDate="2020-09-08 20:45:56 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-08 21:38:11 +0100" startDate="2020-09-08 21:36:34 +0100" endDate="2020-09-08 21:36:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 05:36:02 +0100" startDate="2020-09-09 05:21:59 +0100" endDate="2020-09-09 05:27:47 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 05:49:20 +0100" startDate="2020-09-09 05:35:51 +0100" endDate="2020-09-09 05:36:30 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 06:03:10 +0100" startDate="2020-09-09 05:52:08 +0100" endDate="2020-09-09 05:59:28 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 06:41:52 +0100" startDate="2020-09-09 06:26:36 +0100" endDate="2020-09-09 06:34:55 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 06:48:05 +0100" startDate="2020-09-09 06:37:02 +0100" endDate="2020-09-09 06:41:15 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 07:28:06 +0100" startDate="2020-09-09 07:17:04 +0100" endDate="2020-09-09 07:22:07 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 07:56:29 +0100" startDate="2020-09-09 07:45:02 +0100" endDate="2020-09-09 07:47:15 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 08:34:10 +0100" startDate="2020-09-09 08:21:33 +0100" endDate="2020-09-09 08:21:40 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 10:12:28 +0100" startDate="2020-09-09 09:58:30 +0100" endDate="2020-09-09 10:03:38 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 10:27:09 +0100" startDate="2020-09-09 10:14:02 +0100" endDate="2020-09-09 10:15:19 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 11:10:24 +0100" startDate="2020-09-09 10:57:19 +0100" endDate="2020-09-09 11:07:05 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 11:22:15 +0100" startDate="2020-09-09 11:08:14 +0100" endDate="2020-09-09 11:17:50 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 11:34:27 +0100" startDate="2020-09-09 11:18:18 +0100" endDate="2020-09-09 11:26:32 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 15:18:52 +0100" startDate="2020-09-09 15:06:19 +0100" endDate="2020-09-09 15:16:03 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 15:29:06 +0100" startDate="2020-09-09 15:16:51 +0100" endDate="2020-09-09 15:25:46 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 15:38:25 +0100" startDate="2020-09-09 15:27:23 +0100" endDate="2020-09-09 15:34:11 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 15:56:40 +0100" startDate="2020-09-09 15:45:25 +0100" endDate="2020-09-09 15:55:06 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 16:06:37 +0100" startDate="2020-09-09 15:55:34 +0100" endDate="2020-09-09 16:05:12 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 16:24:14 +0100" startDate="2020-09-09 16:08:31 +0100" endDate="2020-09-09 16:18:25 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 16:31:47 +0100" startDate="2020-09-09 16:18:35 +0100" endDate="2020-09-09 16:20:47 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 16:43:43 +0100" startDate="2020-09-09 16:31:00 +0100" endDate="2020-09-09 16:40:49 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 16:53:22 +0100" startDate="2020-09-09 16:42:10 +0100" endDate="2020-09-09 16:51:08 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 17:04:07 +0100" startDate="2020-09-09 16:52:14 +0100" endDate="2020-09-09 17:00:36 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 18:04:19 +0100" startDate="2020-09-09 17:46:46 +0100" endDate="2020-09-09 17:54:24 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 18:09:28 +0100" startDate="2020-09-09 17:57:00 +0100" endDate="2020-09-09 18:07:01 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 18:21:19 +0100" startDate="2020-09-09 18:07:01 +0100" endDate="2020-09-09 18:17:02 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 18:31:20 +0100" startDate="2020-09-09 18:17:02 +0100" endDate="2020-09-09 18:27:03 +0100" value="1112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 18:41:05 +0100" startDate="2020-09-09 18:27:03 +0100" endDate="2020-09-09 18:36:54 +0100" value="1079"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 19:17:16 +0100" startDate="2020-09-09 19:06:13 +0100" endDate="2020-09-09 19:15:54 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 19:29:36 +0100" startDate="2020-09-09 19:16:30 +0100" endDate="2020-09-09 19:26:31 +0100" value="1023"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 19:37:33 +0100" startDate="2020-09-09 19:26:31 +0100" endDate="2020-09-09 19:29:47 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 20:15:34 +0100" startDate="2020-09-09 20:03:47 +0100" endDate="2020-09-09 20:13:48 +0100" value="1042"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 20:24:51 +0100" startDate="2020-09-09 20:13:48 +0100" endDate="2020-09-09 20:15:43 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 22:07:05 +0100" startDate="2020-09-09 22:05:09 +0100" endDate="2020-09-09 22:05:27 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 22:13:25 +0100" startDate="2020-09-09 22:08:18 +0100" endDate="2020-09-09 22:08:33 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-09 22:26:03 +0100" startDate="2020-09-09 22:15:01 +0100" endDate="2020-09-09 22:16:07 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 08:28:53 +0100" startDate="2020-09-10 08:17:50 +0100" endDate="2020-09-10 08:26:58 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 08:41:25 +0100" startDate="2020-09-10 08:30:22 +0100" endDate="2020-09-10 08:33:00 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 09:49:12 +0100" startDate="2020-09-10 09:36:25 +0100" endDate="2020-09-10 09:37:24 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 10:04:56 +0100" startDate="2020-09-10 09:49:48 +0100" endDate="2020-09-10 09:49:53 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 11:12:07 +0100" startDate="2020-09-10 11:01:04 +0100" endDate="2020-09-10 11:01:12 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 11:41:28 +0100" startDate="2020-09-10 11:30:26 +0100" endDate="2020-09-10 11:30:51 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 12:15:31 +0100" startDate="2020-09-10 12:04:20 +0100" endDate="2020-09-10 12:14:21 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 12:33:36 +0100" startDate="2020-09-10 12:14:21 +0100" endDate="2020-09-10 12:24:22 +0100" value="1114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 12:39:43 +0100" startDate="2020-09-10 12:24:22 +0100" endDate="2020-09-10 12:34:23 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 12:48:14 +0100" startDate="2020-09-10 12:34:23 +0100" endDate="2020-09-10 12:44:24 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 12:58:31 +0100" startDate="2020-09-10 12:44:24 +0100" endDate="2020-09-10 12:54:25 +0100" value="1051"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 13:08:33 +0100" startDate="2020-09-10 12:54:25 +0100" endDate="2020-09-10 12:59:18 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 13:30:54 +0100" startDate="2020-09-10 13:19:51 +0100" endDate="2020-09-10 13:19:53 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 13:46:16 +0100" startDate="2020-09-10 13:30:59 +0100" endDate="2020-09-10 13:31:07 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 14:01:57 +0100" startDate="2020-09-10 13:48:13 +0100" endDate="2020-09-10 13:58:14 +0100" value="988"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 14:14:31 +0100" startDate="2020-09-10 13:58:14 +0100" endDate="2020-09-10 14:08:15 +0100" value="997"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 14:20:00 +0100" startDate="2020-09-10 14:08:15 +0100" endDate="2020-09-10 14:18:14 +0100" value="1090"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 14:31:01 +0100" startDate="2020-09-10 14:18:16 +0100" endDate="2020-09-10 14:28:17 +0100" value="903"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 14:40:23 +0100" startDate="2020-09-10 14:28:17 +0100" endDate="2020-09-10 14:38:19 +0100" value="1016"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 14:50:11 +0100" startDate="2020-09-10 14:38:19 +0100" endDate="2020-09-10 14:48:15 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 15:01:24 +0100" startDate="2020-09-10 14:49:11 +0100" endDate="2020-09-10 14:59:12 +0100" value="1107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 15:10:14 +0100" startDate="2020-09-10 14:59:12 +0100" endDate="2020-09-10 15:08:35 +0100" value="1022"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 15:23:36 +0100" startDate="2020-09-10 15:09:46 +0100" endDate="2020-09-10 15:09:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 16:47:07 +0100" startDate="2020-09-10 16:34:55 +0100" endDate="2020-09-10 16:37:26 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 18:22:20 +0100" startDate="2020-09-10 18:10:24 +0100" endDate="2020-09-10 18:20:23 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 18:34:56 +0100" startDate="2020-09-10 18:20:23 +0100" endDate="2020-09-10 18:29:38 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 19:24:46 +0100" startDate="2020-09-10 19:11:19 +0100" endDate="2020-09-10 19:11:21 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 19:42:19 +0100" startDate="2020-09-10 19:28:21 +0100" endDate="2020-09-10 19:38:22 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 19:50:15 +0100" startDate="2020-09-10 19:38:22 +0100" endDate="2020-09-10 19:48:03 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 20:00:45 +0100" startDate="2020-09-10 19:48:43 +0100" endDate="2020-09-10 19:49:06 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 20:15:04 +0100" startDate="2020-09-10 20:00:58 +0100" endDate="2020-09-10 20:01:01 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-10 22:46:25 +0100" startDate="2020-09-10 22:32:20 +0100" endDate="2020-09-10 22:34:08 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 07:44:53 +0100" startDate="2020-09-11 07:32:12 +0100" endDate="2020-09-11 07:33:49 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 08:01:30 +0100" startDate="2020-09-11 07:50:01 +0100" endDate="2020-09-11 07:50:39 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 08:24:30 +0100" startDate="2020-09-11 08:05:15 +0100" endDate="2020-09-11 08:06:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 09:46:05 +0100" startDate="2020-09-11 09:31:53 +0100" endDate="2020-09-11 09:32:44 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 10:04:48 +0100" startDate="2020-09-11 09:53:45 +0100" endDate="2020-09-11 10:03:28 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 10:15:26 +0100" startDate="2020-09-11 10:04:09 +0100" endDate="2020-09-11 10:13:32 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 10:27:03 +0100" startDate="2020-09-11 10:14:48 +0100" endDate="2020-09-11 10:24:49 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 10:37:02 +0100" startDate="2020-09-11 10:24:49 +0100" endDate="2020-09-11 10:34:50 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 10:48:19 +0100" startDate="2020-09-11 10:34:50 +0100" endDate="2020-09-11 10:44:52 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 10:56:12 +0100" startDate="2020-09-11 10:44:52 +0100" endDate="2020-09-11 10:54:53 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 11:05:55 +0100" startDate="2020-09-11 10:54:53 +0100" endDate="2020-09-11 11:04:16 +0100" value="997"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 11:27:07 +0100" startDate="2020-09-11 11:14:52 +0100" endDate="2020-09-11 11:23:47 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 11:43:30 +0100" startDate="2020-09-11 11:32:27 +0100" endDate="2020-09-11 11:35:56 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 11:57:56 +0100" startDate="2020-09-11 11:46:53 +0100" endDate="2020-09-11 11:46:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 12:59:11 +0100" startDate="2020-09-11 12:47:21 +0100" endDate="2020-09-11 12:57:22 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 13:10:36 +0100" startDate="2020-09-11 12:57:22 +0100" endDate="2020-09-11 13:06:27 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 13:29:28 +0100" startDate="2020-09-11 13:16:18 +0100" endDate="2020-09-11 13:16:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 14:50:09 +0100" startDate="2020-09-11 14:38:00 +0100" endDate="2020-09-11 14:47:59 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 14:59:04 +0100" startDate="2020-09-11 14:48:02 +0100" endDate="2020-09-11 14:58:03 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 15:14:15 +0100" startDate="2020-09-11 14:58:03 +0100" endDate="2020-09-11 15:08:04 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 15:19:46 +0100" startDate="2020-09-11 15:08:04 +0100" endDate="2020-09-11 15:17:55 +0100" value="885"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 15:30:07 +0100" startDate="2020-09-11 15:18:05 +0100" endDate="2020-09-11 15:28:06 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 15:39:09 +0100" startDate="2020-09-11 15:28:06 +0100" endDate="2020-09-11 15:38:07 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 15:49:10 +0100" startDate="2020-09-11 15:38:07 +0100" endDate="2020-09-11 15:39:26 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 16:04:01 +0100" startDate="2020-09-11 15:52:58 +0100" endDate="2020-09-11 15:55:26 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 16:18:31 +0100" startDate="2020-09-11 16:07:29 +0100" endDate="2020-09-11 16:15:53 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 16:32:37 +0100" startDate="2020-09-11 16:20:39 +0100" endDate="2020-09-11 16:23:04 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 20:00:20 +0100" startDate="2020-09-11 19:46:27 +0100" endDate="2020-09-11 19:54:41 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 20:12:44 +0100" startDate="2020-09-11 20:00:18 +0100" endDate="2020-09-11 20:00:40 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 20:28:36 +0100" startDate="2020-09-11 20:17:08 +0100" endDate="2020-09-11 20:17:59 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-11 21:15:06 +0100" startDate="2020-09-11 21:04:03 +0100" endDate="2020-09-11 21:13:36 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 08:03:29 +0100" startDate="2020-09-12 07:52:14 +0100" endDate="2020-09-12 08:01:55 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 08:20:36 +0100" startDate="2020-09-12 08:03:42 +0100" endDate="2020-09-12 08:10:37 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 08:40:56 +0100" startDate="2020-09-12 08:22:51 +0100" endDate="2020-09-12 08:23:07 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 09:04:41 +0100" startDate="2020-09-12 08:53:30 +0100" endDate="2020-09-12 08:57:19 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 09:45:59 +0100" startDate="2020-09-12 09:34:25 +0100" endDate="2020-09-12 09:43:45 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 09:55:52 +0100" startDate="2020-09-12 09:44:49 +0100" endDate="2020-09-12 09:54:27 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 10:21:09 +0100" startDate="2020-09-12 10:09:16 +0100" endDate="2020-09-12 10:09:44 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 10:32:32 +0100" startDate="2020-09-12 10:21:08 +0100" endDate="2020-09-12 10:27:36 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 10:42:31 +0100" startDate="2020-09-12 10:31:17 +0100" endDate="2020-09-12 10:41:00 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 10:55:10 +0100" startDate="2020-09-12 10:42:55 +0100" endDate="2020-09-12 10:46:06 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 11:52:38 +0100" startDate="2020-09-12 11:41:06 +0100" endDate="2020-09-12 11:51:07 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 12:02:10 +0100" startDate="2020-09-12 11:51:07 +0100" endDate="2020-09-12 11:59:50 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 12:19:27 +0100" startDate="2020-09-12 12:04:20 +0100" endDate="2020-09-12 12:11:02 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 12:28:08 +0100" startDate="2020-09-12 12:17:06 +0100" endDate="2020-09-12 12:17:34 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 12:52:54 +0100" startDate="2020-09-12 12:39:54 +0100" endDate="2020-09-12 12:45:56 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 13:04:26 +0100" startDate="2020-09-12 12:53:03 +0100" endDate="2020-09-12 12:55:26 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 14:15:12 +0100" startDate="2020-09-12 14:03:21 +0100" endDate="2020-09-12 14:07:20 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 14:33:49 +0100" startDate="2020-09-12 14:29:10 +0100" endDate="2020-09-12 14:33:12 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 16:04:36 +0100" startDate="2020-09-12 15:53:34 +0100" endDate="2020-09-12 15:53:41 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-12 16:36:20 +0100" startDate="2020-09-12 16:21:27 +0100" endDate="2020-09-12 16:25:47 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 03:37:48 +0100" startDate="2020-09-13 03:25:50 +0100" endDate="2020-09-13 03:35:33 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 04:18:26 +0100" startDate="2020-09-13 04:07:23 +0100" endDate="2020-09-13 04:08:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 04:43:29 +0100" startDate="2020-09-13 04:32:26 +0100" endDate="2020-09-13 04:35:12 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 08:10:23 +0100" startDate="2020-09-13 07:59:20 +0100" endDate="2020-09-13 08:06:56 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 09:11:49 +0100" startDate="2020-09-13 09:00:46 +0100" endDate="2020-09-13 09:00:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 09:38:43 +0100" startDate="2020-09-13 09:27:41 +0100" endDate="2020-09-13 09:35:16 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 10:58:19 +0100" startDate="2020-09-13 10:44:06 +0100" endDate="2020-09-13 10:54:07 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 11:08:36 +0100" startDate="2020-09-13 10:54:07 +0100" endDate="2020-09-13 11:03:50 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 11:16:07 +0100" startDate="2020-09-13 11:04:08 +0100" endDate="2020-09-13 11:14:09 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 11:29:42 +0100" startDate="2020-09-13 11:14:09 +0100" endDate="2020-09-13 11:24:10 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 11:35:27 +0100" startDate="2020-09-13 11:24:10 +0100" endDate="2020-09-13 11:34:11 +0100" value="1061"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 11:46:44 +0100" startDate="2020-09-13 11:34:11 +0100" endDate="2020-09-13 11:44:12 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 11:56:43 +0100" startDate="2020-09-13 11:44:12 +0100" endDate="2020-09-13 11:54:13 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 12:06:36 +0100" startDate="2020-09-13 11:54:13 +0100" endDate="2020-09-13 12:04:15 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 12:19:05 +0100" startDate="2020-09-13 12:04:15 +0100" endDate="2020-09-13 12:04:48 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 12:45:37 +0100" startDate="2020-09-13 12:34:34 +0100" endDate="2020-09-13 12:43:36 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 13:06:10 +0100" startDate="2020-09-13 12:48:39 +0100" endDate="2020-09-13 12:58:41 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 13:09:43 +0100" startDate="2020-09-13 12:58:41 +0100" endDate="2020-09-13 13:06:34 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 15:00:48 +0100" startDate="2020-09-13 14:49:45 +0100" endDate="2020-09-13 14:49:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 15:41:19 +0100" startDate="2020-09-13 15:28:57 +0100" endDate="2020-09-13 15:37:29 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 15:55:55 +0100" startDate="2020-09-13 15:39:32 +0100" endDate="2020-09-13 15:40:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 17:57:59 +0100" startDate="2020-09-13 17:46:56 +0100" endDate="2020-09-13 17:55:54 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 18:09:38 +0100" startDate="2020-09-13 17:58:01 +0100" endDate="2020-09-13 17:58:24 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-13 21:40:43 +0100" startDate="2020-09-13 21:29:41 +0100" endDate="2020-09-13 21:33:11 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 05:54:45 +0100" startDate="2020-09-14 05:43:43 +0100" endDate="2020-09-14 05:46:52 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 06:11:54 +0100" startDate="2020-09-14 06:00:30 +0100" endDate="2020-09-14 06:00:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 10:19:29 +0100" startDate="2020-09-14 10:08:22 +0100" endDate="2020-09-14 10:16:43 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 10:40:22 +0100" startDate="2020-09-14 10:29:19 +0100" endDate="2020-09-14 10:35:49 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 10:52:30 +0100" startDate="2020-09-14 10:40:29 +0100" endDate="2020-09-14 10:47:17 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 12:35:45 +0100" startDate="2020-09-14 12:24:42 +0100" endDate="2020-09-14 12:33:01 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 12:47:45 +0100" startDate="2020-09-14 12:36:43 +0100" endDate="2020-09-14 12:45:07 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 12:58:17 +0100" startDate="2020-09-14 12:47:14 +0100" endDate="2020-09-14 12:52:12 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 13:15:11 +0100" startDate="2020-09-14 13:04:08 +0100" endDate="2020-09-14 13:11:52 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 13:29:12 +0100" startDate="2020-09-14 13:17:30 +0100" endDate="2020-09-14 13:17:40 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 14:02:47 +0100" startDate="2020-09-14 13:51:35 +0100" endDate="2020-09-14 13:51:56 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 17:08:41 +0100" startDate="2020-09-14 16:57:20 +0100" endDate="2020-09-14 16:59:02 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 17:18:42 +0100" startDate="2020-09-14 17:07:39 +0100" endDate="2020-09-14 17:09:42 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 17:53:39 +0100" startDate="2020-09-14 17:42:36 +0100" endDate="2020-09-14 17:52:33 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 18:07:34 +0100" startDate="2020-09-14 17:53:41 +0100" endDate="2020-09-14 18:02:06 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 18:16:16 +0100" startDate="2020-09-14 18:03:43 +0100" endDate="2020-09-14 18:13:26 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 18:31:31 +0100" startDate="2020-09-14 18:18:37 +0100" endDate="2020-09-14 18:26:31 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 18:45:02 +0100" startDate="2020-09-14 18:32:12 +0100" endDate="2020-09-14 18:41:36 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 19:51:59 +0100" startDate="2020-09-14 19:38:18 +0100" endDate="2020-09-14 19:40:08 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 20:00:39 +0100" startDate="2020-09-14 19:49:36 +0100" endDate="2020-09-14 19:51:23 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 20:26:20 +0100" startDate="2020-09-14 20:15:17 +0100" endDate="2020-09-14 20:19:42 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 21:52:55 +0100" startDate="2020-09-14 21:39:01 +0100" endDate="2020-09-14 21:45:27 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-14 22:14:17 +0100" startDate="2020-09-14 22:03:14 +0100" endDate="2020-09-14 22:04:43 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 05:46:43 +0100" startDate="2020-09-15 05:35:17 +0100" endDate="2020-09-15 05:39:37 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 06:01:01 +0100" startDate="2020-09-15 05:48:21 +0100" endDate="2020-09-15 05:48:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 07:08:45 +0100" startDate="2020-09-15 06:58:51 +0100" endDate="2020-09-15 07:00:48 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 09:39:20 +0100" startDate="2020-09-15 09:27:58 +0100" endDate="2020-09-15 09:37:51 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 09:54:15 +0100" startDate="2020-09-15 09:43:12 +0100" endDate="2020-09-15 09:53:13 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 10:04:16 +0100" startDate="2020-09-15 09:53:13 +0100" endDate="2020-09-15 10:03:07 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 10:14:25 +0100" startDate="2020-09-15 10:03:22 +0100" endDate="2020-09-15 10:12:19 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 10:24:36 +0100" startDate="2020-09-15 10:13:28 +0100" endDate="2020-09-15 10:23:27 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 10:37:31 +0100" startDate="2020-09-15 10:23:52 +0100" endDate="2020-09-15 10:33:53 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 10:44:56 +0100" startDate="2020-09-15 10:33:53 +0100" endDate="2020-09-15 10:37:30 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 11:34:36 +0100" startDate="2020-09-15 11:23:34 +0100" endDate="2020-09-15 11:25:23 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 12:16:18 +0100" startDate="2020-09-15 12:05:16 +0100" endDate="2020-09-15 12:10:29 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 13:43:22 +0100" startDate="2020-09-15 13:32:19 +0100" endDate="2020-09-15 13:32:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 14:08:45 +0100" startDate="2020-09-15 13:58:23 +0100" endDate="2020-09-15 14:07:29 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 16:04:50 +0100" startDate="2020-09-15 15:53:07 +0100" endDate="2020-09-15 16:02:17 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 16:15:01 +0100" startDate="2020-09-15 16:03:16 +0100" endDate="2020-09-15 16:13:17 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 16:27:18 +0100" startDate="2020-09-15 16:13:17 +0100" endDate="2020-09-15 16:23:18 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 16:34:49 +0100" startDate="2020-09-15 16:23:18 +0100" endDate="2020-09-15 16:23:43 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 17:50:03 +0100" startDate="2020-09-15 17:33:52 +0100" endDate="2020-09-15 17:33:55 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 20:26:49 +0100" startDate="2020-09-15 20:14:57 +0100" endDate="2020-09-15 20:15:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 20:41:31 +0100" startDate="2020-09-15 20:27:53 +0100" endDate="2020-09-15 20:37:21 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 21:29:00 +0100" startDate="2020-09-15 21:13:36 +0100" endDate="2020-09-15 21:14:24 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 21:39:53 +0100" startDate="2020-09-15 21:24:48 +0100" endDate="2020-09-15 21:29:48 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-15 22:23:34 +0100" startDate="2020-09-15 22:12:31 +0100" endDate="2020-09-15 22:20:38 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 05:21:32 +0100" startDate="2020-09-16 05:10:30 +0100" endDate="2020-09-16 05:13:56 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 07:03:09 +0100" startDate="2020-09-16 06:50:38 +0100" endDate="2020-09-16 06:52:18 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 07:58:34 +0100" startDate="2020-09-16 07:45:27 +0100" endDate="2020-09-16 07:55:28 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 08:06:31 +0100" startDate="2020-09-16 07:55:28 +0100" endDate="2020-09-16 08:05:29 +0100" value="682"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 08:18:03 +0100" startDate="2020-09-16 08:06:59 +0100" endDate="2020-09-16 08:13:38 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 10:23:54 +0100" startDate="2020-09-16 10:08:27 +0100" endDate="2020-09-16 10:08:58 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 10:35:44 +0100" startDate="2020-09-16 10:23:47 +0100" endDate="2020-09-16 10:24:20 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 10:57:17 +0100" startDate="2020-09-16 10:40:56 +0100" endDate="2020-09-16 10:48:32 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 11:07:16 +0100" startDate="2020-09-16 10:56:13 +0100" endDate="2020-09-16 11:03:21 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 11:22:46 +0100" startDate="2020-09-16 11:10:04 +0100" endDate="2020-09-16 11:12:21 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 11:37:21 +0100" startDate="2020-09-16 11:22:31 +0100" endDate="2020-09-16 11:22:44 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 11:47:34 +0100" startDate="2020-09-16 11:36:37 +0100" endDate="2020-09-16 11:46:25 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 12:15:38 +0100" startDate="2020-09-16 12:02:48 +0100" endDate="2020-09-16 12:03:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 12:43:07 +0100" startDate="2020-09-16 12:32:05 +0100" endDate="2020-09-16 12:41:59 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 12:55:21 +0100" startDate="2020-09-16 12:42:40 +0100" endDate="2020-09-16 12:47:17 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 13:40:58 +0100" startDate="2020-09-16 13:29:24 +0100" endDate="2020-09-16 13:39:22 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 13:54:40 +0100" startDate="2020-09-16 13:39:30 +0100" endDate="2020-09-16 13:41:43 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 15:45:54 +0100" startDate="2020-09-16 15:34:37 +0100" endDate="2020-09-16 15:42:00 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 15:58:02 +0100" startDate="2020-09-16 15:45:29 +0100" endDate="2020-09-16 15:46:05 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 16:50:00 +0100" startDate="2020-09-16 16:38:47 +0100" endDate="2020-09-16 16:48:48 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 17:02:14 +0100" startDate="2020-09-16 16:48:48 +0100" endDate="2020-09-16 16:55:54 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 17:23:00 +0100" startDate="2020-09-16 17:10:40 +0100" endDate="2020-09-16 17:12:53 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 18:00:31 +0100" startDate="2020-09-16 17:49:28 +0100" endDate="2020-09-16 17:57:36 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 18:34:09 +0100" startDate="2020-09-16 18:22:43 +0100" endDate="2020-09-16 18:32:44 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 18:43:51 +0100" startDate="2020-09-16 18:32:44 +0100" endDate="2020-09-16 18:42:23 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 18:54:06 +0100" startDate="2020-09-16 18:43:03 +0100" endDate="2020-09-16 18:43:16 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 20:54:52 +0100" startDate="2020-09-16 20:42:20 +0100" endDate="2020-09-16 20:42:46 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 21:56:02 +0100" startDate="2020-09-16 21:41:55 +0100" endDate="2020-09-16 21:51:03 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 22:13:02 +0100" startDate="2020-09-16 22:01:10 +0100" endDate="2020-09-16 22:08:30 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 22:45:50 +0100" startDate="2020-09-16 22:31:39 +0100" endDate="2020-09-16 22:32:50 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 23:02:22 +0100" startDate="2020-09-16 22:51:19 +0100" endDate="2020-09-16 22:57:44 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-16 23:15:40 +0100" startDate="2020-09-16 23:04:37 +0100" endDate="2020-09-16 23:04:45 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 05:42:38 +0100" startDate="2020-09-17 05:31:35 +0100" endDate="2020-09-17 05:39:22 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 06:44:07 +0100" startDate="2020-09-17 06:33:04 +0100" endDate="2020-09-17 06:33:22 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 09:18:33 +0100" startDate="2020-09-17 09:07:31 +0100" endDate="2020-09-17 09:14:54 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 13:28:41 +0100" startDate="2020-09-17 13:17:38 +0100" endDate="2020-09-17 13:17:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 13:41:58 +0100" startDate="2020-09-17 13:30:38 +0100" endDate="2020-09-17 13:37:17 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 13:56:03 +0100" startDate="2020-09-17 13:45:00 +0100" endDate="2020-09-17 13:51:45 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 15:43:08 +0100" startDate="2020-09-17 15:31:36 +0100" endDate="2020-09-17 15:40:49 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 15:55:39 +0100" startDate="2020-09-17 15:44:33 +0100" endDate="2020-09-17 15:51:21 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 16:06:24 +0100" startDate="2020-09-17 15:55:18 +0100" endDate="2020-09-17 16:04:35 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 16:18:10 +0100" startDate="2020-09-17 16:06:32 +0100" endDate="2020-09-17 16:10:15 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 16:54:52 +0100" startDate="2020-09-17 16:43:49 +0100" endDate="2020-09-17 16:44:20 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 17:16:36 +0100" startDate="2020-09-17 17:04:52 +0100" endDate="2020-09-17 17:10:15 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 17:44:26 +0100" startDate="2020-09-17 17:34:12 +0100" endDate="2020-09-17 17:43:35 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 18:25:01 +0100" startDate="2020-09-17 18:13:58 +0100" endDate="2020-09-17 18:16:11 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 18:56:18 +0100" startDate="2020-09-17 18:40:22 +0100" endDate="2020-09-17 18:43:02 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 19:11:25 +0100" startDate="2020-09-17 19:00:23 +0100" endDate="2020-09-17 19:05:08 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 19:58:19 +0100" startDate="2020-09-17 19:46:46 +0100" endDate="2020-09-17 19:50:43 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-17 21:22:13 +0100" startDate="2020-09-17 21:11:10 +0100" endDate="2020-09-17 21:11:54 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 05:56:39 +0100" startDate="2020-09-18 05:45:36 +0100" endDate="2020-09-18 05:55:07 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 07:25:43 +0100" startDate="2020-09-18 07:14:39 +0100" endDate="2020-09-18 07:14:55 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 07:49:51 +0100" startDate="2020-09-18 07:38:48 +0100" endDate="2020-09-18 07:38:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 08:52:34 +0100" startDate="2020-09-18 08:41:26 +0100" endDate="2020-09-18 08:46:47 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 10:23:43 +0100" startDate="2020-09-18 10:12:18 +0100" endDate="2020-09-18 10:22:19 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 10:33:34 +0100" startDate="2020-09-18 10:22:19 +0100" endDate="2020-09-18 10:32:18 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 10:44:19 +0100" startDate="2020-09-18 10:33:04 +0100" endDate="2020-09-18 10:43:05 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 10:54:32 +0100" startDate="2020-09-18 10:43:05 +0100" endDate="2020-09-18 10:48:08 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 11:49:58 +0100" startDate="2020-09-18 11:44:46 +0100" endDate="2020-09-18 11:47:34 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 12:42:58 +0100" startDate="2020-09-18 12:31:55 +0100" endDate="2020-09-18 12:41:41 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 12:53:14 +0100" startDate="2020-09-18 12:42:11 +0100" endDate="2020-09-18 12:50:33 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 13:31:23 +0100" startDate="2020-09-18 13:20:20 +0100" endDate="2020-09-18 13:30:16 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 13:41:42 +0100" startDate="2020-09-18 13:30:39 +0100" endDate="2020-09-18 13:40:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 13:53:34 +0100" startDate="2020-09-18 13:42:22 +0100" endDate="2020-09-18 13:45:28 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 15:09:15 +0100" startDate="2020-09-18 14:58:05 +0100" endDate="2020-09-18 15:08:06 +0100" value="1011"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 15:19:08 +0100" startDate="2020-09-18 15:08:06 +0100" endDate="2020-09-18 15:16:15 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 15:31:22 +0100" startDate="2020-09-18 15:20:19 +0100" endDate="2020-09-18 15:29:57 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 15:43:42 +0100" startDate="2020-09-18 15:32:23 +0100" endDate="2020-09-18 15:37:56 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 15:55:21 +0100" startDate="2020-09-18 15:43:18 +0100" endDate="2020-09-18 15:49:48 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 16:10:49 +0100" startDate="2020-09-18 15:59:01 +0100" endDate="2020-09-18 16:09:02 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 16:20:02 +0100" startDate="2020-09-18 16:09:02 +0100" endDate="2020-09-18 16:14:36 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 17:18:49 +0100" startDate="2020-09-18 17:07:46 +0100" endDate="2020-09-18 17:10:31 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 17:52:10 +0100" startDate="2020-09-18 17:41:07 +0100" endDate="2020-09-18 17:49:15 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 18:09:02 +0100" startDate="2020-09-18 17:54:33 +0100" endDate="2020-09-18 18:00:43 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 18:25:19 +0100" startDate="2020-09-18 18:09:07 +0100" endDate="2020-09-18 18:11:09 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 19:38:50 +0100" startDate="2020-09-18 19:25:11 +0100" endDate="2020-09-18 19:29:44 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 19:49:41 +0100" startDate="2020-09-18 19:38:39 +0100" endDate="2020-09-18 19:41:42 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 20:16:29 +0100" startDate="2020-09-18 20:02:31 +0100" endDate="2020-09-18 20:05:57 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-18 22:00:48 +0100" startDate="2020-09-18 21:49:45 +0100" endDate="2020-09-18 21:52:05 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 04:23:06 +0100" startDate="2020-09-19 04:12:03 +0100" endDate="2020-09-19 04:14:13 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 05:23:58 +0100" startDate="2020-09-19 05:09:53 +0100" endDate="2020-09-19 05:10:18 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 07:25:59 +0100" startDate="2020-09-19 07:14:56 +0100" endDate="2020-09-19 07:23:45 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 08:22:57 +0100" startDate="2020-09-19 08:11:54 +0100" endDate="2020-09-19 08:21:17 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 08:45:52 +0100" startDate="2020-09-19 08:34:49 +0100" endDate="2020-09-19 08:44:50 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 08:55:53 +0100" startDate="2020-09-19 08:44:50 +0100" endDate="2020-09-19 08:50:24 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 09:48:08 +0100" startDate="2020-09-19 09:34:37 +0100" endDate="2020-09-19 09:44:18 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 09:55:56 +0100" startDate="2020-09-19 09:44:54 +0100" endDate="2020-09-19 09:49:26 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 10:12:05 +0100" startDate="2020-09-19 09:59:27 +0100" endDate="2020-09-19 10:00:21 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 10:53:03 +0100" startDate="2020-09-19 10:42:00 +0100" endDate="2020-09-19 10:49:34 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 11:05:36 +0100" startDate="2020-09-19 10:54:17 +0100" endDate="2020-09-19 10:54:22 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 11:31:08 +0100" startDate="2020-09-19 11:20:05 +0100" endDate="2020-09-19 11:25:54 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 11:49:18 +0100" startDate="2020-09-19 11:38:15 +0100" endDate="2020-09-19 11:44:07 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 12:06:20 +0100" startDate="2020-09-19 11:54:49 +0100" endDate="2020-09-19 11:56:38 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 12:38:00 +0100" startDate="2020-09-19 12:25:29 +0100" endDate="2020-09-19 12:30:47 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 13:02:09 +0100" startDate="2020-09-19 12:49:47 +0100" endDate="2020-09-19 12:53:16 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 13:26:12 +0100" startDate="2020-09-19 13:15:30 +0100" endDate="2020-09-19 13:25:11 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 13:36:37 +0100" startDate="2020-09-19 13:25:34 +0100" endDate="2020-09-19 13:33:33 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 14:58:41 +0100" startDate="2020-09-19 14:47:38 +0100" endDate="2020-09-19 14:56:43 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 15:18:28 +0100" startDate="2020-09-19 15:07:26 +0100" endDate="2020-09-19 15:08:17 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 15:31:32 +0100" startDate="2020-09-19 15:18:46 +0100" endDate="2020-09-19 15:21:16 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 16:29:47 +0100" startDate="2020-09-19 16:18:00 +0100" endDate="2020-09-19 16:18:23 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 18:08:40 +0100" startDate="2020-09-19 17:57:04 +0100" endDate="2020-09-19 17:57:52 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-19 21:26:12 +0100" startDate="2020-09-19 21:15:09 +0100" endDate="2020-09-19 21:17:35 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 06:29:18 +0100" startDate="2020-09-20 06:18:15 +0100" endDate="2020-09-20 06:28:11 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 07:23:40 +0100" startDate="2020-09-20 07:12:04 +0100" endDate="2020-09-20 07:12:09 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 09:44:55 +0100" startDate="2020-09-20 09:33:05 +0100" endDate="2020-09-20 09:35:25 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 10:48:16 +0100" startDate="2020-09-20 10:37:13 +0100" endDate="2020-09-20 10:37:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 11:09:45 +0100" startDate="2020-09-20 10:58:43 +0100" endDate="2020-09-20 11:08:27 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 11:20:07 +0100" startDate="2020-09-20 11:09:05 +0100" endDate="2020-09-20 11:15:57 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 11:47:14 +0100" startDate="2020-09-20 11:35:28 +0100" endDate="2020-09-20 11:35:46 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 15:03:01 +0100" startDate="2020-09-20 14:51:58 +0100" endDate="2020-09-20 14:54:21 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 15:21:06 +0100" startDate="2020-09-20 15:10:03 +0100" endDate="2020-09-20 15:17:47 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 15:35:09 +0100" startDate="2020-09-20 15:24:06 +0100" endDate="2020-09-20 15:34:07 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 15:45:25 +0100" startDate="2020-09-20 15:34:23 +0100" endDate="2020-09-20 15:36:17 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 16:54:49 +0100" startDate="2020-09-20 16:43:47 +0100" endDate="2020-09-20 16:46:42 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 17:18:01 +0100" startDate="2020-09-20 17:06:55 +0100" endDate="2020-09-20 17:07:53 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 17:58:47 +0100" startDate="2020-09-20 17:47:17 +0100" endDate="2020-09-20 17:57:18 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 18:08:21 +0100" startDate="2020-09-20 17:57:18 +0100" endDate="2020-09-20 17:58:45 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 19:16:16 +0100" startDate="2020-09-20 19:04:49 +0100" endDate="2020-09-20 19:04:51 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 19:36:35 +0100" startDate="2020-09-20 19:25:22 +0100" endDate="2020-09-20 19:30:38 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 19:50:27 +0100" startDate="2020-09-20 19:39:25 +0100" endDate="2020-09-20 19:39:27 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 20:12:28 +0100" startDate="2020-09-20 20:00:38 +0100" endDate="2020-09-20 20:08:42 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 20:23:34 +0100" startDate="2020-09-20 20:12:17 +0100" endDate="2020-09-20 20:12:28 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-20 21:46:59 +0100" startDate="2020-09-20 21:35:57 +0100" endDate="2020-09-20 21:36:20 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 05:51:04 +0100" startDate="2020-09-21 05:39:44 +0100" endDate="2020-09-21 05:47:20 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 06:19:15 +0100" startDate="2020-09-21 06:07:52 +0100" endDate="2020-09-21 06:12:25 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 10:25:38 +0100" startDate="2020-09-21 10:14:06 +0100" endDate="2020-09-21 10:14:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 10:40:09 +0100" startDate="2020-09-21 10:28:58 +0100" endDate="2020-09-21 10:36:49 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 11:09:48 +0100" startDate="2020-09-21 10:58:12 +0100" endDate="2020-09-21 10:58:22 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 11:42:41 +0100" startDate="2020-09-21 11:31:39 +0100" endDate="2020-09-21 11:34:47 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 12:12:45 +0100" startDate="2020-09-21 12:01:05 +0100" endDate="2020-09-21 12:01:07 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 12:23:11 +0100" startDate="2020-09-21 12:11:48 +0100" endDate="2020-09-21 12:12:04 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 12:39:22 +0100" startDate="2020-09-21 12:27:49 +0100" endDate="2020-09-21 12:27:59 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 13:52:16 +0100" startDate="2020-09-21 13:41:14 +0100" endDate="2020-09-21 13:50:24 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 14:03:13 +0100" startDate="2020-09-21 13:52:11 +0100" endDate="2020-09-21 13:57:44 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 14:14:15 +0100" startDate="2020-09-21 14:03:05 +0100" endDate="2020-09-21 14:13:06 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 14:24:30 +0100" startDate="2020-09-21 14:13:06 +0100" endDate="2020-09-21 14:21:07 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 14:34:41 +0100" startDate="2020-09-21 14:23:28 +0100" endDate="2020-09-21 14:27:40 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="13.6.1" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:13.6.1, creation date:2020-08-30 08:17:20 +0000&gt;" unit="count" creationDate="2020-09-21 14:45:35 +0100" startDate="2020-09-21 14:34:32 +0100" endDate="2020-09-21 14:44:05 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-21 16:19:28 +0100" startDate="2020-09-21 15:58:48 +0100" endDate="2020-09-21 16:04:52 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-21 17:12:51 +0100" startDate="2020-09-21 16:59:42 +0100" endDate="2020-09-21 17:01:29 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-21 18:44:28 +0100" startDate="2020-09-21 18:33:26 +0100" endDate="2020-09-21 18:35:00 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-21 19:32:31 +0100" startDate="2020-09-21 19:21:29 +0100" endDate="2020-09-21 19:30:27 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-21 19:42:34 +0100" startDate="2020-09-21 19:31:31 +0100" endDate="2020-09-21 19:32:47 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-21 20:26:11 +0100" startDate="2020-09-21 20:12:31 +0100" endDate="2020-09-21 20:12:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-21 20:58:58 +0100" startDate="2020-09-21 20:47:55 +0100" endDate="2020-09-21 20:50:15 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 04:59:15 +0100" startDate="2020-09-22 04:48:12 +0100" endDate="2020-09-22 04:55:13 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 05:38:26 +0100" startDate="2020-09-22 05:26:04 +0100" endDate="2020-09-22 05:31:31 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 07:01:23 +0100" startDate="2020-09-22 06:48:59 +0100" endDate="2020-09-22 06:49:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 08:00:43 +0100" startDate="2020-09-22 07:48:08 +0100" endDate="2020-09-22 07:49:24 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 08:15:58 +0100" startDate="2020-09-22 08:03:15 +0100" endDate="2020-09-22 08:13:16 +0100" value="938"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 08:25:37 +0100" startDate="2020-09-22 08:13:16 +0100" endDate="2020-09-22 08:21:15 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 08:53:41 +0100" startDate="2020-09-22 08:38:52 +0100" endDate="2020-09-22 08:41:05 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 09:58:33 +0100" startDate="2020-09-22 09:44:40 +0100" endDate="2020-09-22 09:51:07 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 10:08:40 +0100" startDate="2020-09-22 09:57:37 +0100" endDate="2020-09-22 09:58:41 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 11:37:37 +0100" startDate="2020-09-22 11:26:34 +0100" endDate="2020-09-22 11:36:35 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 11:47:38 +0100" startDate="2020-09-22 11:36:35 +0100" endDate="2020-09-22 11:46:36 +0100" value="1039"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 11:57:49 +0100" startDate="2020-09-22 11:46:36 +0100" endDate="2020-09-22 11:53:21 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 12:32:10 +0100" startDate="2020-09-22 12:21:07 +0100" endDate="2020-09-22 12:22:46 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 13:11:22 +0100" startDate="2020-09-22 13:00:19 +0100" endDate="2020-09-22 13:10:20 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 13:25:39 +0100" startDate="2020-09-22 13:10:20 +0100" endDate="2020-09-22 13:16:40 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 16:13:35 +0100" startDate="2020-09-22 16:02:32 +0100" endDate="2020-09-22 16:07:05 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 16:33:00 +0100" startDate="2020-09-22 16:21:50 +0100" endDate="2020-09-22 16:29:51 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 16:45:59 +0100" startDate="2020-09-22 16:34:49 +0100" endDate="2020-09-22 16:36:59 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 17:35:28 +0100" startDate="2020-09-22 17:23:34 +0100" endDate="2020-09-22 17:23:39 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 17:52:34 +0100" startDate="2020-09-22 17:39:05 +0100" endDate="2020-09-22 17:43:02 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 18:17:39 +0100" startDate="2020-09-22 18:05:15 +0100" endDate="2020-09-22 18:08:42 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 18:51:39 +0100" startDate="2020-09-22 18:40:31 +0100" endDate="2020-09-22 18:49:32 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 19:02:38 +0100" startDate="2020-09-22 18:51:35 +0100" endDate="2020-09-22 19:01:36 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 19:12:39 +0100" startDate="2020-09-22 19:01:36 +0100" endDate="2020-09-22 19:09:42 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 19:35:47 +0100" startDate="2020-09-22 19:24:44 +0100" endDate="2020-09-22 19:25:12 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-22 21:06:04 +0100" startDate="2020-09-22 20:55:01 +0100" endDate="2020-09-22 20:57:34 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 06:41:25 +0100" startDate="2020-09-23 06:30:23 +0100" endDate="2020-09-23 06:33:18 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 06:56:32 +0100" startDate="2020-09-23 06:42:28 +0100" endDate="2020-09-23 06:46:30 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 07:24:54 +0100" startDate="2020-09-23 07:13:51 +0100" endDate="2020-09-23 07:13:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 07:56:06 +0100" startDate="2020-09-23 07:44:28 +0100" endDate="2020-09-23 07:44:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 08:13:03 +0100" startDate="2020-09-23 07:56:14 +0100" endDate="2020-09-23 07:57:31 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 08:52:11 +0100" startDate="2020-09-23 08:41:05 +0100" endDate="2020-09-23 08:50:38 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 09:04:44 +0100" startDate="2020-09-23 08:53:08 +0100" endDate="2020-09-23 09:03:09 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 09:15:08 +0100" startDate="2020-09-23 09:03:09 +0100" endDate="2020-09-23 09:13:10 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 09:24:27 +0100" startDate="2020-09-23 09:13:10 +0100" endDate="2020-09-23 09:13:33 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 10:00:44 +0100" startDate="2020-09-23 09:49:42 +0100" endDate="2020-09-23 09:58:54 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 10:13:59 +0100" startDate="2020-09-23 10:02:03 +0100" endDate="2020-09-23 10:07:29 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 11:15:22 +0100" startDate="2020-09-23 11:03:58 +0100" endDate="2020-09-23 11:05:32 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 11:26:03 +0100" startDate="2020-09-23 11:15:00 +0100" endDate="2020-09-23 11:15:10 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 11:39:47 +0100" startDate="2020-09-23 11:28:13 +0100" endDate="2020-09-23 11:38:14 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 11:49:22 +0100" startDate="2020-09-23 11:38:14 +0100" endDate="2020-09-23 11:48:15 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 12:00:03 +0100" startDate="2020-09-23 11:48:15 +0100" endDate="2020-09-23 11:54:06 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 13:37:09 +0100" startDate="2020-09-23 13:26:07 +0100" endDate="2020-09-23 13:31:23 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 13:49:41 +0100" startDate="2020-09-23 13:38:16 +0100" endDate="2020-09-23 13:40:57 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 14:28:24 +0100" startDate="2020-09-23 14:16:58 +0100" endDate="2020-09-23 14:17:52 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 15:22:13 +0100" startDate="2020-09-23 15:11:10 +0100" endDate="2020-09-23 15:16:00 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 15:43:05 +0100" startDate="2020-09-23 15:31:22 +0100" endDate="2020-09-23 15:33:04 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 16:13:15 +0100" startDate="2020-09-23 16:01:52 +0100" endDate="2020-09-23 16:03:39 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 16:28:37 +0100" startDate="2020-09-23 16:17:22 +0100" endDate="2020-09-23 16:17:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 16:55:50 +0100" startDate="2020-09-23 16:44:47 +0100" endDate="2020-09-23 16:48:54 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 17:09:39 +0100" startDate="2020-09-23 16:58:35 +0100" endDate="2020-09-23 17:08:36 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 17:20:34 +0100" startDate="2020-09-23 17:08:36 +0100" endDate="2020-09-23 17:15:24 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 17:35:40 +0100" startDate="2020-09-23 17:24:38 +0100" endDate="2020-09-23 17:28:45 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-23 19:56:01 +0100" startDate="2020-09-23 19:44:58 +0100" endDate="2020-09-23 19:45:14 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 05:07:30 +0100" startDate="2020-09-24 04:56:28 +0100" endDate="2020-09-24 04:56:56 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 06:30:08 +0100" startDate="2020-09-24 06:18:51 +0100" endDate="2020-09-24 06:19:39 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 07:18:14 +0100" startDate="2020-09-24 07:06:37 +0100" endDate="2020-09-24 07:16:33 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 07:28:04 +0100" startDate="2020-09-24 07:17:01 +0100" endDate="2020-09-24 07:27:02 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 07:38:05 +0100" startDate="2020-09-24 07:27:02 +0100" endDate="2020-09-24 07:32:13 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 08:12:23 +0100" startDate="2020-09-24 08:01:20 +0100" endDate="2020-09-24 08:03:58 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 09:05:49 +0100" startDate="2020-09-24 08:53:51 +0100" endDate="2020-09-24 09:01:48 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 09:16:02 +0100" startDate="2020-09-24 09:04:59 +0100" endDate="2020-09-24 09:06:05 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 09:57:18 +0100" startDate="2020-09-24 09:45:29 +0100" endDate="2020-09-24 09:45:37 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 10:33:22 +0100" startDate="2020-09-24 10:22:19 +0100" endDate="2020-09-24 10:31:04 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 11:38:10 +0100" startDate="2020-09-24 11:26:48 +0100" endDate="2020-09-24 11:36:49 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 11:48:39 +0100" startDate="2020-09-24 11:36:49 +0100" endDate="2020-09-24 11:46:50 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 11:58:29 +0100" startDate="2020-09-24 11:46:50 +0100" endDate="2020-09-24 11:56:00 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 12:30:22 +0100" startDate="2020-09-24 12:19:19 +0100" endDate="2020-09-24 12:26:04 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 14:54:39 +0100" startDate="2020-09-24 14:43:37 +0100" endDate="2020-09-24 14:44:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 15:13:55 +0100" startDate="2020-09-24 15:02:53 +0100" endDate="2020-09-24 15:07:31 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 15:54:59 +0100" startDate="2020-09-24 15:39:30 +0100" endDate="2020-09-24 15:44:32 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 16:36:36 +0100" startDate="2020-09-24 16:25:34 +0100" endDate="2020-09-24 16:25:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-24 20:18:32 +0100" startDate="2020-09-24 20:07:29 +0100" endDate="2020-09-24 20:07:44 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 02:41:45 +0100" startDate="2020-09-25 02:22:29 +0100" endDate="2020-09-25 02:22:44 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 04:39:45 +0100" startDate="2020-09-25 04:23:59 +0100" endDate="2020-09-25 04:24:17 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 05:37:39 +0100" startDate="2020-09-25 05:18:25 +0100" endDate="2020-09-25 05:18:36 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 07:21:25 +0100" startDate="2020-09-25 07:09:34 +0100" endDate="2020-09-25 07:09:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 09:16:44 +0100" startDate="2020-09-25 09:02:38 +0100" endDate="2020-09-25 09:05:13 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 09:28:09 +0100" startDate="2020-09-25 09:17:06 +0100" endDate="2020-09-25 09:23:21 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 09:45:00 +0100" startDate="2020-09-25 09:33:57 +0100" endDate="2020-09-25 09:43:43 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 09:55:04 +0100" startDate="2020-09-25 09:44:01 +0100" endDate="2020-09-25 09:52:46 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 10:10:11 +0100" startDate="2020-09-25 09:57:27 +0100" endDate="2020-09-25 10:00:05 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 10:20:29 +0100" startDate="2020-09-25 10:09:18 +0100" endDate="2020-09-25 10:14:03 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 14:34:53 +0100" startDate="2020-09-25 14:23:50 +0100" endDate="2020-09-25 14:30:21 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 20:33:02 +0100" startDate="2020-09-25 20:20:46 +0100" endDate="2020-09-25 20:21:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-25 20:51:18 +0100" startDate="2020-09-25 20:36:31 +0100" endDate="2020-09-25 20:36:43 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-26 01:14:22 +0100" startDate="2020-09-26 01:03:19 +0100" endDate="2020-09-26 01:05:12 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-26 02:49:51 +0100" startDate="2020-09-26 02:38:48 +0100" endDate="2020-09-26 02:42:30 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-26 06:56:05 +0100" startDate="2020-09-26 06:41:04 +0100" endDate="2020-09-26 06:47:06 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-26 12:49:04 +0100" startDate="2020-09-26 12:34:54 +0100" endDate="2020-09-26 12:44:50 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-26 12:56:24 +0100" startDate="2020-09-26 12:44:50 +0100" endDate="2020-09-26 12:54:51 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-26 13:05:54 +0100" startDate="2020-09-26 12:54:51 +0100" endDate="2020-09-26 12:56:23 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-26 13:21:02 +0100" startDate="2020-09-26 13:05:33 +0100" endDate="2020-09-26 13:05:36 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-26 14:31:33 +0100" startDate="2020-09-26 14:14:08 +0100" endDate="2020-09-26 14:24:09 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-26 14:39:23 +0100" startDate="2020-09-26 14:24:09 +0100" endDate="2020-09-26 14:26:44 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-26 17:45:10 +0100" startDate="2020-09-26 17:32:02 +0100" endDate="2020-09-26 17:32:14 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-26 21:42:27 +0100" startDate="2020-09-26 21:31:25 +0100" endDate="2020-09-26 21:31:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-27 01:53:37 +0100" startDate="2020-09-27 01:41:10 +0100" endDate="2020-09-27 01:41:43 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-27 02:31:46 +0100" startDate="2020-09-27 02:20:43 +0100" endDate="2020-09-27 02:25:11 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-27 03:11:00 +0100" startDate="2020-09-27 02:58:24 +0100" endDate="2020-09-27 02:58:37 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-27 05:53:55 +0100" startDate="2020-09-27 05:42:52 +0100" endDate="2020-09-27 05:43:15 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-27 07:29:22 +0100" startDate="2020-09-27 07:16:35 +0100" endDate="2020-09-27 07:16:48 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-27 14:59:21 +0100" startDate="2020-09-27 14:48:18 +0100" endDate="2020-09-27 14:49:53 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-27 15:52:51 +0100" startDate="2020-09-27 15:41:48 +0100" endDate="2020-09-27 15:47:25 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-27 16:26:39 +0100" startDate="2020-09-27 16:15:37 +0100" endDate="2020-09-27 16:25:35 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-27 16:36:55 +0100" startDate="2020-09-27 16:25:53 +0100" endDate="2020-09-27 16:26:23 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-27 17:05:18 +0100" startDate="2020-09-27 16:54:16 +0100" endDate="2020-09-27 16:55:06 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-27 22:22:08 +0100" startDate="2020-09-27 22:11:05 +0100" endDate="2020-09-27 22:11:46 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 07:12:29 +0100" startDate="2020-09-28 07:01:26 +0100" endDate="2020-09-28 07:01:36 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 07:23:40 +0100" startDate="2020-09-28 07:12:37 +0100" endDate="2020-09-28 07:13:08 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 07:38:27 +0100" startDate="2020-09-28 07:36:08 +0100" endDate="2020-09-28 07:36:51 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 08:09:30 +0100" startDate="2020-09-28 07:58:27 +0100" endDate="2020-09-28 07:59:41 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 08:26:33 +0100" startDate="2020-09-28 08:15:30 +0100" endDate="2020-09-28 08:15:35 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 09:14:32 +0100" startDate="2020-09-28 08:58:00 +0100" endDate="2020-09-28 08:58:21 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 11:02:41 +0100" startDate="2020-09-28 10:51:04 +0100" endDate="2020-09-28 10:51:30 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 11:14:26 +0100" startDate="2020-09-28 11:03:23 +0100" endDate="2020-09-28 11:03:41 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 11:26:11 +0100" startDate="2020-09-28 11:14:35 +0100" endDate="2020-09-28 11:14:38 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 13:50:33 +0100" startDate="2020-09-28 13:39:30 +0100" endDate="2020-09-28 13:49:26 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 14:00:44 +0100" startDate="2020-09-28 13:49:41 +0100" endDate="2020-09-28 13:51:38 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 14:11:53 +0100" startDate="2020-09-28 13:59:55 +0100" endDate="2020-09-28 14:07:33 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 15:11:33 +0100" startDate="2020-09-28 15:00:21 +0100" endDate="2020-09-28 15:00:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 16:02:26 +0100" startDate="2020-09-28 15:51:19 +0100" endDate="2020-09-28 15:51:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 16:27:25 +0100" startDate="2020-09-28 16:16:23 +0100" endDate="2020-09-28 16:26:19 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 16:39:40 +0100" startDate="2020-09-28 16:28:13 +0100" endDate="2020-09-28 16:33:16 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 16:50:56 +0100" startDate="2020-09-28 16:39:16 +0100" endDate="2020-09-28 16:49:17 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 17:00:19 +0100" startDate="2020-09-28 16:49:17 +0100" endDate="2020-09-28 16:58:11 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 17:14:28 +0100" startDate="2020-09-28 17:02:34 +0100" endDate="2020-09-28 17:05:40 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 17:35:21 +0100" startDate="2020-09-28 17:23:43 +0100" endDate="2020-09-28 17:33:29 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 17:45:53 +0100" startDate="2020-09-28 17:34:28 +0100" endDate="2020-09-28 17:43:07 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 17:58:14 +0100" startDate="2020-09-28 17:46:39 +0100" endDate="2020-09-28 17:55:59 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 18:10:44 +0100" startDate="2020-09-28 17:58:49 +0100" endDate="2020-09-28 18:04:00 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 18:20:58 +0100" startDate="2020-09-28 18:09:03 +0100" endDate="2020-09-28 18:18:51 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 18:30:12 +0100" startDate="2020-09-28 18:19:09 +0100" endDate="2020-09-28 18:28:37 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 18:47:39 +0100" startDate="2020-09-28 18:36:36 +0100" endDate="2020-09-28 18:43:05 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 19:04:06 +0100" startDate="2020-09-28 18:52:42 +0100" endDate="2020-09-28 19:01:52 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-28 22:19:49 +0100" startDate="2020-09-28 22:08:46 +0100" endDate="2020-09-28 22:08:54 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 07:15:48 +0100" startDate="2020-09-29 07:04:17 +0100" endDate="2020-09-29 07:09:57 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 07:29:22 +0100" startDate="2020-09-29 07:16:19 +0100" endDate="2020-09-29 07:26:20 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 07:39:27 +0100" startDate="2020-09-29 07:26:20 +0100" endDate="2020-09-29 07:36:21 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cff890&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 07:48:22 +0100" startDate="2020-09-29 07:36:24 +0100" endDate="2020-09-29 07:44:17 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 08:43:09 +0100" startDate="2020-09-29 08:32:06 +0100" endDate="2020-09-29 08:32:49 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 08:56:40 +0100" startDate="2020-09-29 08:44:28 +0100" endDate="2020-09-29 08:44:38 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 10:17:14 +0100" startDate="2020-09-29 10:05:36 +0100" endDate="2020-09-29 10:14:18 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 12:40:23 +0100" startDate="2020-09-29 12:28:22 +0100" endDate="2020-09-29 12:37:53 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 13:07:10 +0100" startDate="2020-09-29 12:56:07 +0100" endDate="2020-09-29 12:56:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 15:06:38 +0100" startDate="2020-09-29 14:54:58 +0100" endDate="2020-09-29 14:59:58 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 16:47:08 +0100" startDate="2020-09-29 16:35:18 +0100" endDate="2020-09-29 16:45:12 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 16:56:52 +0100" startDate="2020-09-29 16:45:19 +0100" endDate="2020-09-29 16:51:52 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 17:07:31 +0100" startDate="2020-09-29 16:55:31 +0100" endDate="2020-09-29 17:04:00 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-29 21:49:53 +0100" startDate="2020-09-29 21:38:50 +0100" endDate="2020-09-29 21:41:51 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 06:51:01 +0100" startDate="2020-09-30 06:39:15 +0100" endDate="2020-09-30 06:49:16 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 07:00:36 +0100" startDate="2020-09-30 06:49:16 +0100" endDate="2020-09-30 06:59:17 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 07:10:20 +0100" startDate="2020-09-30 06:59:17 +0100" endDate="2020-09-30 07:07:52 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 07:27:27 +0100" startDate="2020-09-30 07:16:09 +0100" endDate="2020-09-30 07:20:03 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 08:11:27 +0100" startDate="2020-09-30 08:00:03 +0100" endDate="2020-09-30 08:06:05 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 10:04:51 +0100" startDate="2020-09-30 09:53:49 +0100" endDate="2020-09-30 09:53:51 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 11:05:33 +0100" startDate="2020-09-30 10:52:29 +0100" endDate="2020-09-30 10:59:14 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 11:15:48 +0100" startDate="2020-09-30 11:03:59 +0100" endDate="2020-09-30 11:04:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 11:28:21 +0100" startDate="2020-09-30 11:16:42 +0100" endDate="2020-09-30 11:24:31 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 11:35:53 +0100" startDate="2020-09-30 11:26:56 +0100" endDate="2020-09-30 11:31:16 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 13:05:54 +0100" startDate="2020-09-30 12:54:45 +0100" endDate="2020-09-30 12:58:21 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 15:36:40 +0100" startDate="2020-09-30 15:25:38 +0100" endDate="2020-09-30 15:26:06 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 17:04:24 +0100" startDate="2020-09-30 16:53:21 +0100" endDate="2020-09-30 17:03:22 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 17:15:10 +0100" startDate="2020-09-30 17:03:22 +0100" endDate="2020-09-30 17:13:23 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 17:25:00 +0100" startDate="2020-09-30 17:13:31 +0100" endDate="2020-09-30 17:23:32 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 17:34:45 +0100" startDate="2020-09-30 17:23:32 +0100" endDate="2020-09-30 17:32:10 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 17:47:54 +0100" startDate="2020-09-30 17:33:49 +0100" endDate="2020-09-30 17:33:54 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 18:02:13 +0100" startDate="2020-09-30 17:47:40 +0100" endDate="2020-09-30 17:51:54 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 19:47:25 +0100" startDate="2020-09-30 19:36:22 +0100" endDate="2020-09-30 19:45:15 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-09-30 21:20:39 +0100" startDate="2020-09-30 21:09:17 +0100" endDate="2020-09-30 21:09:48 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 06:38:47 +0100" startDate="2020-10-01 06:27:37 +0100" endDate="2020-10-01 06:37:36 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 06:49:09 +0100" startDate="2020-10-01 06:38:06 +0100" endDate="2020-10-01 06:39:46 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 07:03:59 +0100" startDate="2020-10-01 06:52:28 +0100" endDate="2020-10-01 06:59:59 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 07:15:19 +0100" startDate="2020-10-01 07:03:59 +0100" endDate="2020-10-01 07:04:52 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 07:31:25 +0100" startDate="2020-10-01 07:20:22 +0100" endDate="2020-10-01 07:27:15 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 07:53:52 +0100" startDate="2020-10-01 07:42:50 +0100" endDate="2020-10-01 07:42:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 08:10:39 +0100" startDate="2020-10-01 07:59:37 +0100" endDate="2020-10-01 08:04:19 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 09:01:40 +0100" startDate="2020-10-01 08:50:22 +0100" endDate="2020-10-01 08:50:32 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 09:41:11 +0100" startDate="2020-10-01 09:29:20 +0100" endDate="2020-10-01 09:34:52 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 10:17:51 +0100" startDate="2020-10-01 10:06:00 +0100" endDate="2020-10-01 10:11:31 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 10:33:53 +0100" startDate="2020-10-01 10:22:49 +0100" endDate="2020-10-01 10:32:50 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 12:53:42 +0100" startDate="2020-10-01 12:41:58 +0100" endDate="2020-10-01 12:43:25 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 15:12:33 +0100" startDate="2020-10-01 15:02:22 +0100" endDate="2020-10-01 15:11:04 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 15:25:05 +0100" startDate="2020-10-01 15:13:52 +0100" endDate="2020-10-01 15:18:58 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 16:38:50 +0100" startDate="2020-10-01 16:27:47 +0100" endDate="2020-10-01 16:33:36 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 17:12:41 +0100" startDate="2020-10-01 17:01:19 +0100" endDate="2020-10-01 17:11:20 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 17:22:43 +0100" startDate="2020-10-01 17:11:20 +0100" endDate="2020-10-01 17:21:18 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 17:33:12 +0100" startDate="2020-10-01 17:21:26 +0100" endDate="2020-10-01 17:30:00 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 17:46:11 +0100" startDate="2020-10-01 17:34:41 +0100" endDate="2020-10-01 17:44:26 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 17:56:27 +0100" startDate="2020-10-01 17:44:44 +0100" endDate="2020-10-01 17:44:59 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 18:08:53 +0100" startDate="2020-10-01 17:57:50 +0100" endDate="2020-10-01 18:06:12 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 18:27:41 +0100" startDate="2020-10-01 18:16:38 +0100" endDate="2020-10-01 18:24:37 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 19:13:20 +0100" startDate="2020-10-01 19:01:25 +0100" endDate="2020-10-01 19:06:51 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-01 21:14:14 +0100" startDate="2020-10-01 21:02:23 +0100" endDate="2020-10-01 21:02:33 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 05:59:31 +0100" startDate="2020-10-02 05:47:51 +0100" endDate="2020-10-02 05:57:06 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 06:10:30 +0100" startDate="2020-10-02 05:59:16 +0100" endDate="2020-10-02 05:59:24 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 07:23:03 +0100" startDate="2020-10-02 07:12:00 +0100" endDate="2020-10-02 07:14:03 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 07:34:33 +0100" startDate="2020-10-02 07:22:55 +0100" endDate="2020-10-02 07:32:11 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 09:03:38 +0100" startDate="2020-10-02 08:52:19 +0100" endDate="2020-10-02 08:59:09 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 10:27:40 +0100" startDate="2020-10-02 10:16:34 +0100" endDate="2020-10-02 10:18:21 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 10:38:24 +0100" startDate="2020-10-02 10:27:21 +0100" endDate="2020-10-02 10:27:39 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 11:34:51 +0100" startDate="2020-10-02 11:23:17 +0100" endDate="2020-10-02 11:23:37 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 13:39:24 +0100" startDate="2020-10-02 13:27:30 +0100" endDate="2020-10-02 13:27:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 13:54:10 +0100" startDate="2020-10-02 13:43:00 +0100" endDate="2020-10-02 13:48:26 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 14:33:37 +0100" startDate="2020-10-02 14:22:34 +0100" endDate="2020-10-02 14:29:06 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 15:13:00 +0100" startDate="2020-10-02 15:01:57 +0100" endDate="2020-10-02 15:04:22 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 15:24:25 +0100" startDate="2020-10-02 15:12:47 +0100" endDate="2020-10-02 15:13:15 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 20:26:48 +0100" startDate="2020-10-02 20:12:33 +0100" endDate="2020-10-02 20:12:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-02 21:59:49 +0100" startDate="2020-10-02 21:48:47 +0100" endDate="2020-10-02 21:49:50 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 03:56:38 +0100" startDate="2020-10-03 03:41:42 +0100" endDate="2020-10-03 03:41:45 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 05:18:01 +0100" startDate="2020-10-03 05:05:03 +0100" endDate="2020-10-03 05:05:59 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 08:58:42 +0100" startDate="2020-10-03 08:45:10 +0100" endDate="2020-10-03 08:54:48 +0100" value="970"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 09:11:23 +0100" startDate="2020-10-03 08:57:51 +0100" endDate="2020-10-03 09:07:37 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 09:19:05 +0100" startDate="2020-10-03 09:08:02 +0100" endDate="2020-10-03 09:13:25 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 10:26:31 +0100" startDate="2020-10-03 10:11:58 +0100" endDate="2020-10-03 10:12:03 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 10:37:36 +0100" startDate="2020-10-03 10:26:34 +0100" endDate="2020-10-03 10:26:41 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 15:23:21 +0100" startDate="2020-10-03 15:12:18 +0100" endDate="2020-10-03 15:14:12 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 15:51:55 +0100" startDate="2020-10-03 15:40:53 +0100" endDate="2020-10-03 15:45:14 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 16:25:05 +0100" startDate="2020-10-03 16:14:01 +0100" endDate="2020-10-03 16:23:18 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 16:34:33 +0100" startDate="2020-10-03 16:24:01 +0100" endDate="2020-10-03 16:26:26 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 17:32:02 +0100" startDate="2020-10-03 17:20:29 +0100" endDate="2020-10-03 17:29:44 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 17:43:30 +0100" startDate="2020-10-03 17:31:59 +0100" endDate="2020-10-03 17:39:50 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 18:00:44 +0100" startDate="2020-10-03 17:49:23 +0100" endDate="2020-10-03 17:59:24 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 18:10:27 +0100" startDate="2020-10-03 17:59:24 +0100" endDate="2020-10-03 18:04:47 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 19:17:59 +0100" startDate="2020-10-03 19:06:47 +0100" endDate="2020-10-03 19:15:52 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 19:39:31 +0100" startDate="2020-10-03 19:28:29 +0100" endDate="2020-10-03 19:32:36 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 20:45:14 +0100" startDate="2020-10-03 20:34:11 +0100" endDate="2020-10-03 20:35:22 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-03 23:15:05 +0100" startDate="2020-10-03 23:02:00 +0100" endDate="2020-10-03 23:02:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 04:50:10 +0100" startDate="2020-10-04 04:36:14 +0100" endDate="2020-10-04 04:36:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 08:13:21 +0100" startDate="2020-10-04 08:00:24 +0100" endDate="2020-10-04 08:00:37 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 09:04:01 +0100" startDate="2020-10-04 08:52:55 +0100" endDate="2020-10-04 09:02:38 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 10:07:45 +0100" startDate="2020-10-04 09:56:43 +0100" endDate="2020-10-04 10:05:40 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 11:27:20 +0100" startDate="2020-10-04 11:15:41 +0100" endDate="2020-10-04 11:22:39 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 13:03:00 +0100" startDate="2020-10-04 12:51:44 +0100" endDate="2020-10-04 12:51:54 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 14:15:24 +0100" startDate="2020-10-04 14:03:55 +0100" endDate="2020-10-04 14:11:40 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 15:12:21 +0100" startDate="2020-10-04 15:01:09 +0100" endDate="2020-10-04 15:10:01 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 15:23:42 +0100" startDate="2020-10-04 15:12:39 +0100" endDate="2020-10-04 15:19:37 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 15:36:25 +0100" startDate="2020-10-04 15:33:02 +0100" endDate="2020-10-04 15:35:55 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 16:23:25 +0100" startDate="2020-10-04 16:10:00 +0100" endDate="2020-10-04 16:11:54 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 16:32:02 +0100" startDate="2020-10-04 16:20:26 +0100" endDate="2020-10-04 16:23:25 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 21:12:43 +0100" startDate="2020-10-04 21:01:40 +0100" endDate="2020-10-04 21:01:45 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-04 22:07:49 +0100" startDate="2020-10-04 22:04:35 +0100" endDate="2020-10-04 22:04:42 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 05:55:11 +0100" startDate="2020-10-05 05:43:47 +0100" endDate="2020-10-05 05:52:07 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 07:32:59 +0100" startDate="2020-10-05 07:21:23 +0100" endDate="2020-10-05 07:21:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 07:52:06 +0100" startDate="2020-10-05 07:40:07 +0100" endDate="2020-10-05 07:40:17 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 08:07:59 +0100" startDate="2020-10-05 07:56:31 +0100" endDate="2020-10-05 07:58:46 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 08:21:23 +0100" startDate="2020-10-05 08:10:20 +0100" endDate="2020-10-05 08:13:03 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 08:47:48 +0100" startDate="2020-10-05 08:36:46 +0100" endDate="2020-10-05 08:46:47 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 08:58:05 +0100" startDate="2020-10-05 08:46:47 +0100" endDate="2020-10-05 08:56:02 +0100" value="1008"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 09:10:44 +0100" startDate="2020-10-05 08:59:41 +0100" endDate="2020-10-05 09:02:03 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 09:34:00 +0100" startDate="2020-10-05 09:22:16 +0100" endDate="2020-10-05 09:32:16 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 09:47:37 +0100" startDate="2020-10-05 09:32:16 +0100" endDate="2020-10-05 09:35:20 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 10:10:40 +0100" startDate="2020-10-05 09:59:09 +0100" endDate="2020-10-05 10:02:25 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 10:36:37 +0100" startDate="2020-10-05 10:22:00 +0100" endDate="2020-10-05 10:27:31 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 10:53:46 +0100" startDate="2020-10-05 10:42:43 +0100" endDate="2020-10-05 10:50:45 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 11:13:13 +0100" startDate="2020-10-05 11:00:15 +0100" endDate="2020-10-05 11:10:16 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 11:24:14 +0100" startDate="2020-10-05 11:10:16 +0100" endDate="2020-10-05 11:19:55 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 11:34:10 +0100" startDate="2020-10-05 11:20:20 +0100" endDate="2020-10-05 11:23:44 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 12:30:25 +0100" startDate="2020-10-05 12:18:51 +0100" endDate="2020-10-05 12:28:52 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 12:40:41 +0100" startDate="2020-10-05 12:28:52 +0100" endDate="2020-10-05 12:38:53 +0100" value="1139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 12:50:41 +0100" startDate="2020-10-05 12:38:53 +0100" endDate="2020-10-05 12:48:54 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 13:00:09 +0100" startDate="2020-10-05 12:48:54 +0100" endDate="2020-10-05 12:56:32 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 13:18:22 +0100" startDate="2020-10-05 13:05:57 +0100" endDate="2020-10-05 13:13:05 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 14:49:35 +0100" startDate="2020-10-05 14:37:27 +0100" endDate="2020-10-05 14:47:02 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 15:05:29 +0100" startDate="2020-10-05 14:49:22 +0100" endDate="2020-10-05 14:50:44 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 15:22:48 +0100" startDate="2020-10-05 15:11:45 +0100" endDate="2020-10-05 15:21:18 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 15:33:11 +0100" startDate="2020-10-05 15:22:09 +0100" endDate="2020-10-05 15:29:27 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 15:49:48 +0100" startDate="2020-10-05 15:38:45 +0100" endDate="2020-10-05 15:43:58 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 16:03:48 +0100" startDate="2020-10-05 15:49:55 +0100" endDate="2020-10-05 15:58:42 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 16:13:53 +0100" startDate="2020-10-05 16:00:06 +0100" endDate="2020-10-05 16:10:00 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 16:22:46 +0100" startDate="2020-10-05 16:10:25 +0100" endDate="2020-10-05 16:13:51 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 16:35:06 +0100" startDate="2020-10-05 16:21:55 +0100" endDate="2020-10-05 16:31:56 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 16:42:59 +0100" startDate="2020-10-05 16:31:56 +0100" endDate="2020-10-05 16:41:29 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 18:02:57 +0100" startDate="2020-10-05 17:51:54 +0100" endDate="2020-10-05 17:51:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 18:29:33 +0100" startDate="2020-10-05 18:18:22 +0100" endDate="2020-10-05 18:23:58 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 18:41:29 +0100" startDate="2020-10-05 18:29:46 +0100" endDate="2020-10-05 18:29:59 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 19:42:50 +0100" startDate="2020-10-05 19:31:47 +0100" endDate="2020-10-05 19:36:25 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0, creation date:2020-09-21 15:19:28 +0000&gt;" unit="count" creationDate="2020-10-05 22:10:28 +0100" startDate="2020-10-05 22:00:06 +0100" endDate="2020-10-05 22:00:22 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 04:33:30 +0100" startDate="2020-10-06 04:22:27 +0100" endDate="2020-10-06 04:26:43 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 05:11:19 +0100" startDate="2020-10-06 04:54:47 +0100" endDate="2020-10-06 04:55:13 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 07:03:40 +0100" startDate="2020-10-06 06:50:47 +0100" endDate="2020-10-06 07:00:48 +0100" value="918"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 07:14:11 +0100" startDate="2020-10-06 07:00:48 +0100" endDate="2020-10-06 07:08:19 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 07:38:14 +0100" startDate="2020-10-06 07:25:27 +0100" endDate="2020-10-06 07:34:40 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 08:33:47 +0100" startDate="2020-10-06 08:21:01 +0100" endDate="2020-10-06 08:30:47 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 08:42:17 +0100" startDate="2020-10-06 08:31:03 +0100" endDate="2020-10-06 08:41:04 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 08:52:34 +0100" startDate="2020-10-06 08:41:04 +0100" endDate="2020-10-06 08:45:34 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 09:02:08 +0100" startDate="2020-10-06 08:51:05 +0100" endDate="2020-10-06 09:01:06 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 09:12:15 +0100" startDate="2020-10-06 09:01:06 +0100" endDate="2020-10-06 09:11:02 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 09:25:17 +0100" startDate="2020-10-06 09:11:10 +0100" endDate="2020-10-06 09:11:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 10:54:39 +0100" startDate="2020-10-06 10:40:34 +0100" endDate="2020-10-06 10:50:35 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 11:01:38 +0100" startDate="2020-10-06 10:50:35 +0100" endDate="2020-10-06 11:00:03 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 11:19:41 +0100" startDate="2020-10-06 11:05:34 +0100" endDate="2020-10-06 11:05:37 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 11:35:18 +0100" startDate="2020-10-06 11:19:57 +0100" endDate="2020-10-06 11:28:32 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 11:47:21 +0100" startDate="2020-10-06 11:30:16 +0100" endDate="2020-10-06 11:30:27 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 12:10:23 +0100" startDate="2020-10-06 11:59:13 +0100" endDate="2020-10-06 12:09:14 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 12:23:00 +0100" startDate="2020-10-06 12:09:14 +0100" endDate="2020-10-06 12:19:16 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 12:30:57 +0100" startDate="2020-10-06 12:19:16 +0100" endDate="2020-10-06 12:28:23 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 12:40:55 +0100" startDate="2020-10-06 12:29:52 +0100" endDate="2020-10-06 12:34:09 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 12:53:02 +0100" startDate="2020-10-06 12:41:06 +0100" endDate="2020-10-06 12:42:12 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 14:34:24 +0100" startDate="2020-10-06 14:23:10 +0100" endDate="2020-10-06 14:32:10 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 15:05:59 +0100" startDate="2020-10-06 14:49:12 +0100" endDate="2020-10-06 14:53:19 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 16:02:01 +0100" startDate="2020-10-06 15:50:59 +0100" endDate="2020-10-06 15:56:19 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 16:15:01 +0100" startDate="2020-10-06 16:02:08 +0100" endDate="2020-10-06 16:12:09 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 16:23:49 +0100" startDate="2020-10-06 16:12:09 +0100" endDate="2020-10-06 16:22:10 +0100" value="1118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 16:33:13 +0100" startDate="2020-10-06 16:22:10 +0100" endDate="2020-10-06 16:25:26 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 16:45:01 +0100" startDate="2020-10-06 16:33:23 +0100" endDate="2020-10-06 16:39:01 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 17:09:11 +0100" startDate="2020-10-06 16:58:08 +0100" endDate="2020-10-06 17:06:15 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 17:31:26 +0100" startDate="2020-10-06 17:18:59 +0100" endDate="2020-10-06 17:28:55 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 17:41:33 +0100" startDate="2020-10-06 17:30:21 +0100" endDate="2020-10-06 17:33:20 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 18:36:00 +0100" startDate="2020-10-06 18:24:25 +0100" endDate="2020-10-06 18:25:34 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 18:49:30 +0100" startDate="2020-10-06 18:38:27 +0100" endDate="2020-10-06 18:38:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-06 20:41:19 +0100" startDate="2020-10-06 20:25:12 +0100" endDate="2020-10-06 20:25:35 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 04:20:44 +0100" startDate="2020-10-07 04:09:41 +0100" endDate="2020-10-07 04:16:41 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 04:34:05 +0100" startDate="2020-10-07 04:20:48 +0100" endDate="2020-10-07 04:24:17 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 04:48:35 +0100" startDate="2020-10-07 04:37:32 +0100" endDate="2020-10-07 04:42:04 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 05:42:52 +0100" startDate="2020-10-07 05:29:04 +0100" endDate="2020-10-07 05:38:27 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 05:54:25 +0100" startDate="2020-10-07 05:41:18 +0100" endDate="2020-10-07 05:41:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 07:28:34 +0100" startDate="2020-10-07 07:17:31 +0100" endDate="2020-10-07 07:22:37 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 07:44:28 +0100" startDate="2020-10-07 07:32:31 +0100" endDate="2020-10-07 07:42:32 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 07:55:55 +0100" startDate="2020-10-07 07:42:32 +0100" endDate="2020-10-07 07:49:40 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 09:21:16 +0100" startDate="2020-10-07 09:10:14 +0100" endDate="2020-10-07 09:10:34 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 09:41:02 +0100" startDate="2020-10-07 09:29:58 +0100" endDate="2020-10-07 09:36:39 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 10:07:45 +0100" startDate="2020-10-07 09:55:08 +0100" endDate="2020-10-07 10:01:07 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 11:14:49 +0100" startDate="2020-10-07 10:59:50 +0100" endDate="2020-10-07 11:05:08 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 11:51:26 +0100" startDate="2020-10-07 11:39:59 +0100" endDate="2020-10-07 11:41:10 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 12:03:16 +0100" startDate="2020-10-07 11:52:13 +0100" endDate="2020-10-07 12:01:59 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 12:15:03 +0100" startDate="2020-10-07 12:02:34 +0100" endDate="2020-10-07 12:12:35 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 12:23:57 +0100" startDate="2020-10-07 12:12:35 +0100" endDate="2020-10-07 12:15:57 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 12:35:01 +0100" startDate="2020-10-07 12:23:58 +0100" endDate="2020-10-07 12:26:15 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 15:01:16 +0100" startDate="2020-10-07 14:50:14 +0100" endDate="2020-10-07 14:52:11 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 15:14:11 +0100" startDate="2020-10-07 15:01:51 +0100" endDate="2020-10-07 15:06:21 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 17:19:14 +0100" startDate="2020-10-07 17:05:49 +0100" endDate="2020-10-07 17:09:15 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 17:50:06 +0100" startDate="2020-10-07 17:37:30 +0100" endDate="2020-10-07 17:40:16 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 18:10:23 +0100" startDate="2020-10-07 17:58:36 +0100" endDate="2020-10-07 18:00:41 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 20:56:27 +0100" startDate="2020-10-07 20:41:49 +0100" endDate="2020-10-07 20:45:43 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 21:11:02 +0100" startDate="2020-10-07 20:59:59 +0100" endDate="2020-10-07 21:05:17 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 22:01:19 +0100" startDate="2020-10-07 21:49:59 +0100" endDate="2020-10-07 21:58:21 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 22:25:23 +0100" startDate="2020-10-07 22:13:26 +0100" endDate="2020-10-07 22:22:03 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-07 22:38:24 +0100" startDate="2020-10-07 22:23:50 +0100" endDate="2020-10-07 22:24:11 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 06:10:39 +0100" startDate="2020-10-08 05:59:36 +0100" endDate="2020-10-08 06:00:10 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 06:25:56 +0100" startDate="2020-10-08 06:14:38 +0100" endDate="2020-10-08 06:14:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 06:52:20 +0100" startDate="2020-10-08 06:41:10 +0100" endDate="2020-10-08 06:45:25 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 07:18:17 +0100" startDate="2020-10-08 07:06:56 +0100" endDate="2020-10-08 07:10:55 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 07:28:20 +0100" startDate="2020-10-08 07:17:05 +0100" endDate="2020-10-08 07:24:08 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 07:39:15 +0100" startDate="2020-10-08 07:27:14 +0100" endDate="2020-10-08 07:28:02 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 08:01:09 +0100" startDate="2020-10-08 07:50:06 +0100" endDate="2020-10-08 07:58:25 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 08:11:33 +0100" startDate="2020-10-08 08:00:12 +0100" endDate="2020-10-08 08:01:44 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 09:33:58 +0100" startDate="2020-10-08 09:22:53 +0100" endDate="2020-10-08 09:22:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 10:33:38 +0100" startDate="2020-10-08 10:22:35 +0100" endDate="2020-10-08 10:22:37 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 11:12:40 +0100" startDate="2020-10-08 11:01:29 +0100" endDate="2020-10-08 11:09:30 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 11:32:45 +0100" startDate="2020-10-08 11:21:13 +0100" endDate="2020-10-08 11:25:56 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 11:54:18 +0100" startDate="2020-10-08 11:43:03 +0100" endDate="2020-10-08 11:52:21 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 12:07:32 +0100" startDate="2020-10-08 11:56:10 +0100" endDate="2020-10-08 11:56:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 12:31:12 +0100" startDate="2020-10-08 12:20:09 +0100" endDate="2020-10-08 12:25:17 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 14:45:50 +0100" startDate="2020-10-08 14:34:30 +0100" endDate="2020-10-08 14:44:31 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 14:56:20 +0100" startDate="2020-10-08 14:44:31 +0100" endDate="2020-10-08 14:44:49 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 16:19:06 +0100" startDate="2020-10-08 16:08:03 +0100" endDate="2020-10-08 16:16:47 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 16:54:55 +0100" startDate="2020-10-08 16:41:14 +0100" endDate="2020-10-08 16:50:29 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 17:03:13 +0100" startDate="2020-10-08 16:51:25 +0100" endDate="2020-10-08 17:01:26 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 17:15:14 +0100" startDate="2020-10-08 17:01:32 +0100" endDate="2020-10-08 17:11:32 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 17:26:33 +0100" startDate="2020-10-08 17:11:32 +0100" endDate="2020-10-08 17:18:35 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 17:38:23 +0100" startDate="2020-10-08 17:22:17 +0100" endDate="2020-10-08 17:29:43 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 17:44:36 +0100" startDate="2020-10-08 17:32:18 +0100" endDate="2020-10-08 17:40:40 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 17:54:23 +0100" startDate="2020-10-08 17:43:20 +0100" endDate="2020-10-08 17:51:21 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 18:14:19 +0100" startDate="2020-10-08 18:01:12 +0100" endDate="2020-10-08 18:04:00 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 18:23:02 +0100" startDate="2020-10-08 18:11:59 +0100" endDate="2020-10-08 18:17:25 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 18:37:30 +0100" startDate="2020-10-08 18:26:28 +0100" endDate="2020-10-08 18:36:29 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 18:47:32 +0100" startDate="2020-10-08 18:36:29 +0100" endDate="2020-10-08 18:46:30 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 18:58:21 +0100" startDate="2020-10-08 18:46:30 +0100" endDate="2020-10-08 18:47:05 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 21:13:12 +0100" startDate="2020-10-08 21:02:09 +0100" endDate="2020-10-08 21:02:27 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 21:42:00 +0100" startDate="2020-10-08 21:30:10 +0100" endDate="2020-10-08 21:31:21 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 21:56:36 +0100" startDate="2020-10-08 21:45:22 +0100" endDate="2020-10-08 21:49:39 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-08 22:52:52 +0100" startDate="2020-10-08 22:40:52 +0100" endDate="2020-10-08 22:40:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 06:37:40 +0100" startDate="2020-10-09 06:25:56 +0100" endDate="2020-10-09 06:34:56 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 06:48:19 +0100" startDate="2020-10-09 06:37:16 +0100" endDate="2020-10-09 06:41:38 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 07:21:38 +0100" startDate="2020-10-09 07:10:44 +0100" endDate="2020-10-09 07:20:30 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 07:30:33 +0100" startDate="2020-10-09 07:28:27 +0100" endDate="2020-10-09 07:29:34 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 07:50:51 +0100" startDate="2020-10-09 07:39:23 +0100" endDate="2020-10-09 07:39:41 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 11:25:14 +0100" startDate="2020-10-09 11:13:25 +0100" endDate="2020-10-09 11:13:35 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 11:41:58 +0100" startDate="2020-10-09 11:30:23 +0100" endDate="2020-10-09 11:39:44 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 11:55:36 +0100" startDate="2020-10-09 11:43:46 +0100" endDate="2020-10-09 11:48:44 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 12:09:44 +0100" startDate="2020-10-09 11:58:33 +0100" endDate="2020-10-09 11:59:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 12:26:19 +0100" startDate="2020-10-09 12:14:33 +0100" endDate="2020-10-09 12:22:47 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 13:05:43 +0100" startDate="2020-10-09 12:54:40 +0100" endDate="2020-10-09 13:04:06 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 13:16:02 +0100" startDate="2020-10-09 13:04:59 +0100" endDate="2020-10-09 13:09:42 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 13:31:42 +0100" startDate="2020-10-09 13:20:11 +0100" endDate="2020-10-09 13:23:22 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 13:50:02 +0100" startDate="2020-10-09 13:38:04 +0100" endDate="2020-10-09 13:48:05 +0100" value="1160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 13:59:14 +0100" startDate="2020-10-09 13:48:05 +0100" endDate="2020-10-09 13:54:06 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 14:13:47 +0100" startDate="2020-10-09 14:03:17 +0100" endDate="2020-10-09 14:13:18 +0100" value="901"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 14:23:45 +0100" startDate="2020-10-09 14:13:18 +0100" endDate="2020-10-09 14:21:14 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 14:34:22 +0100" startDate="2020-10-09 14:23:19 +0100" endDate="2020-10-09 14:29:08 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 14:46:30 +0100" startDate="2020-10-09 14:35:12 +0100" endDate="2020-10-09 14:45:13 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 14:56:22 +0100" startDate="2020-10-09 14:45:13 +0100" endDate="2020-10-09 14:53:35 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 16:13:00 +0100" startDate="2020-10-09 14:56:08 +0100" endDate="2020-10-09 14:56:28 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 16:22:49 +0100" startDate="2020-10-09 16:11:46 +0100" endDate="2020-10-09 16:20:51 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 17:19:13 +0100" startDate="2020-10-09 17:07:43 +0100" endDate="2020-10-09 17:09:35 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 17:37:46 +0100" startDate="2020-10-09 17:20:49 +0100" endDate="2020-10-09 17:30:32 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 17:44:15 +0100" startDate="2020-10-09 17:30:50 +0100" endDate="2020-10-09 17:31:05 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 18:14:33 +0100" startDate="2020-10-09 17:57:04 +0100" endDate="2020-10-09 17:57:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 18:37:34 +0100" startDate="2020-10-09 18:26:31 +0100" endDate="2020-10-09 18:32:22 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 18:47:58 +0100" startDate="2020-10-09 18:36:47 +0100" endDate="2020-10-09 18:46:46 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 18:59:23 +0100" startDate="2020-10-09 18:48:20 +0100" endDate="2020-10-09 18:49:24 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 19:50:44 +0100" startDate="2020-10-09 19:39:42 +0100" endDate="2020-10-09 19:48:52 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 20:04:17 +0100" startDate="2020-10-09 19:53:14 +0100" endDate="2020-10-09 19:57:39 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 21:34:57 +0100" startDate="2020-10-09 21:20:35 +0100" endDate="2020-10-09 21:26:34 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-09 23:03:41 +0100" startDate="2020-10-09 22:47:46 +0100" endDate="2020-10-09 22:52:29 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-10 14:10:44 +0100" startDate="2020-10-10 13:59:39 +0100" endDate="2020-10-10 13:59:44 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-10 15:57:08 +0100" startDate="2020-10-10 15:46:05 +0100" endDate="2020-10-10 15:56:06 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-10 16:07:09 +0100" startDate="2020-10-10 15:56:06 +0100" endDate="2020-10-10 15:56:22 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-10 17:00:58 +0100" startDate="2020-10-10 16:49:38 +0100" endDate="2020-10-10 16:54:36 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-10 17:13:37 +0100" startDate="2020-10-10 16:59:47 +0100" endDate="2020-10-10 16:59:49 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-10 17:35:06 +0100" startDate="2020-10-10 17:24:03 +0100" endDate="2020-10-10 17:24:26 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-10 19:18:32 +0100" startDate="2020-10-10 19:07:30 +0100" endDate="2020-10-10 19:10:48 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-10 19:44:18 +0100" startDate="2020-10-10 19:33:03 +0100" endDate="2020-10-10 19:42:18 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 01:24:27 +0100" startDate="2020-10-11 01:13:24 +0100" endDate="2020-10-11 01:19:46 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 02:32:55 +0100" startDate="2020-10-11 02:21:27 +0100" endDate="2020-10-11 02:24:15 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 10:14:00 +0100" startDate="2020-10-11 09:58:18 +0100" endDate="2020-10-11 10:08:19 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 10:19:21 +0100" startDate="2020-10-11 10:08:19 +0100" endDate="2020-10-11 10:16:15 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 10:31:49 +0100" startDate="2020-10-11 10:20:19 +0100" endDate="2020-10-11 10:30:20 +0100" value="1137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 10:41:36 +0100" startDate="2020-10-11 10:30:20 +0100" endDate="2020-10-11 10:36:04 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 13:06:35 +0100" startDate="2020-10-11 13:03:54 +0100" endDate="2020-10-11 13:05:56 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 17:12:36 +0100" startDate="2020-10-11 17:00:25 +0100" endDate="2020-10-11 17:08:44 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 17:27:34 +0100" startDate="2020-10-11 17:16:20 +0100" endDate="2020-10-11 17:26:19 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 17:38:21 +0100" startDate="2020-10-11 17:26:19 +0100" endDate="2020-10-11 17:34:49 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 18:07:54 +0100" startDate="2020-10-11 17:54:57 +0100" endDate="2020-10-11 17:55:22 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 19:38:24 +0100" startDate="2020-10-11 19:23:23 +0100" endDate="2020-10-11 19:28:39 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-11 20:08:23 +0100" startDate="2020-10-11 19:52:56 +0100" endDate="2020-10-11 19:56:48 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 10:51:19 +0100" startDate="2020-10-12 10:40:17 +0100" endDate="2020-10-12 10:42:01 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 11:29:58 +0100" startDate="2020-10-12 11:18:32 +0100" endDate="2020-10-12 11:28:33 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 11:43:06 +0100" startDate="2020-10-12 11:28:33 +0100" endDate="2020-10-12 11:38:26 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 11:54:20 +0100" startDate="2020-10-12 11:38:34 +0100" endDate="2020-10-12 11:48:35 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 12:04:24 +0100" startDate="2020-10-12 11:48:35 +0100" endDate="2020-10-12 11:58:36 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 12:09:38 +0100" startDate="2020-10-12 11:58:36 +0100" endDate="2020-10-12 12:03:44 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 12:24:20 +0100" startDate="2020-10-12 12:08:39 +0100" endDate="2020-10-12 12:18:40 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 12:29:43 +0100" startDate="2020-10-12 12:18:40 +0100" endDate="2020-10-12 12:27:55 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 13:22:03 +0100" startDate="2020-10-12 13:10:23 +0100" endDate="2020-10-12 13:13:18 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 13:35:13 +0100" startDate="2020-10-12 13:24:10 +0100" endDate="2020-10-12 13:24:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 16:48:33 +0100" startDate="2020-10-12 16:34:14 +0100" endDate="2020-10-12 16:34:16 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 18:24:24 +0100" startDate="2020-10-12 18:10:10 +0100" endDate="2020-10-12 18:10:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 20:31:04 +0100" startDate="2020-10-12 20:19:20 +0100" endDate="2020-10-12 20:26:54 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-12 21:22:21 +0100" startDate="2020-10-12 21:11:06 +0100" endDate="2020-10-12 21:11:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 06:45:27 +0100" startDate="2020-10-13 06:39:34 +0100" endDate="2020-10-13 06:44:15 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 09:51:19 +0100" startDate="2020-10-13 09:37:29 +0100" endDate="2020-10-13 09:37:39 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 12:08:00 +0100" startDate="2020-10-13 11:55:07 +0100" endDate="2020-10-13 11:55:12 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 13:07:08 +0100" startDate="2020-10-13 12:56:24 +0100" endDate="2020-10-13 13:05:21 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 13:53:10 +0100" startDate="2020-10-13 13:42:28 +0100" endDate="2020-10-13 13:42:35 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 15:34:09 +0100" startDate="2020-10-13 15:23:06 +0100" endDate="2020-10-13 15:33:07 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 15:44:24 +0100" startDate="2020-10-13 15:33:07 +0100" endDate="2020-10-13 15:43:08 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 15:54:11 +0100" startDate="2020-10-13 15:43:08 +0100" endDate="2020-10-13 15:51:17 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 16:18:29 +0100" startDate="2020-10-13 16:07:10 +0100" endDate="2020-10-13 16:17:11 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 16:28:49 +0100" startDate="2020-10-13 16:17:11 +0100" endDate="2020-10-13 16:27:12 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 16:39:09 +0100" startDate="2020-10-13 16:27:12 +0100" endDate="2020-10-13 16:37:13 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 16:48:23 +0100" startDate="2020-10-13 16:37:13 +0100" endDate="2020-10-13 16:46:56 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 16:58:32 +0100" startDate="2020-10-13 16:47:16 +0100" endDate="2020-10-13 16:57:17 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-13 17:08:32 +0100" startDate="2020-10-13 16:57:17 +0100" endDate="2020-10-13 17:06:33 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 06:54:18 +0100" startDate="2020-10-14 06:41:21 +0100" endDate="2020-10-14 06:41:24 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 10:24:42 +0100" startDate="2020-10-14 10:13:39 +0100" endDate="2020-10-14 10:15:59 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 12:20:49 +0100" startDate="2020-10-14 12:09:47 +0100" endDate="2020-10-14 12:16:03 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 12:58:33 +0100" startDate="2020-10-14 12:47:31 +0100" endDate="2020-10-14 12:57:32 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 13:10:19 +0100" startDate="2020-10-14 12:57:32 +0100" endDate="2020-10-14 13:01:31 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 13:24:16 +0100" startDate="2020-10-14 13:10:13 +0100" endDate="2020-10-14 13:19:23 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 13:35:53 +0100" startDate="2020-10-14 13:20:42 +0100" endDate="2020-10-14 13:20:55 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 14:22:13 +0100" startDate="2020-10-14 13:35:43 +0100" endDate="2020-10-14 13:41:24 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 15:28:51 +0100" startDate="2020-10-14 15:05:47 +0100" endDate="2020-10-14 15:06:48 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 16:04:35 +0100" startDate="2020-10-14 15:33:21 +0100" endDate="2020-10-14 15:33:31 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 16:08:23 +0100" startDate="2020-10-14 15:57:15 +0100" endDate="2020-10-14 16:06:28 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 16:18:42 +0100" startDate="2020-10-14 16:07:39 +0100" endDate="2020-10-14 16:08:28 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 16:50:50 +0100" startDate="2020-10-14 16:38:11 +0100" endDate="2020-10-14 16:40:26 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 16:59:39 +0100" startDate="2020-10-14 16:48:36 +0100" endDate="2020-10-14 16:58:02 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 17:12:58 +0100" startDate="2020-10-14 17:00:29 +0100" endDate="2020-10-14 17:10:25 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 17:24:59 +0100" startDate="2020-10-14 17:10:38 +0100" endDate="2020-10-14 17:12:48 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 19:28:28 +0100" startDate="2020-10-14 19:15:14 +0100" endDate="2020-10-14 19:25:15 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 19:40:42 +0100" startDate="2020-10-14 19:25:15 +0100" endDate="2020-10-14 19:29:37 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 20:02:05 +0100" startDate="2020-10-14 19:47:48 +0100" endDate="2020-10-14 19:57:49 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 20:10:03 +0100" startDate="2020-10-14 19:59:00 +0100" endDate="2020-10-14 20:02:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 20:34:45 +0100" startDate="2020-10-14 20:23:43 +0100" endDate="2020-10-14 20:27:39 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 21:13:36 +0100" startDate="2020-10-14 21:02:33 +0100" endDate="2020-10-14 21:08:45 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 21:26:27 +0100" startDate="2020-10-14 21:15:24 +0100" endDate="2020-10-14 21:21:26 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 21:48:59 +0100" startDate="2020-10-14 21:37:57 +0100" endDate="2020-10-14 21:44:59 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 22:00:29 +0100" startDate="2020-10-14 21:49:27 +0100" endDate="2020-10-14 21:58:37 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-14 22:10:36 +0100" startDate="2020-10-14 21:59:33 +0100" endDate="2020-10-14 21:59:38 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 06:39:44 +0100" startDate="2020-10-15 06:26:37 +0100" endDate="2020-10-15 06:27:30 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 06:51:56 +0100" startDate="2020-10-15 06:39:49 +0100" endDate="2020-10-15 06:49:04 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 07:32:59 +0100" startDate="2020-10-15 07:21:56 +0100" endDate="2020-10-15 07:22:11 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 07:54:45 +0100" startDate="2020-10-15 07:42:49 +0100" endDate="2020-10-15 07:43:15 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 09:02:00 +0100" startDate="2020-10-15 08:50:17 +0100" endDate="2020-10-15 08:59:38 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 09:11:36 +0100" startDate="2020-10-15 09:00:34 +0100" endDate="2020-10-15 09:09:44 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 09:24:26 +0100" startDate="2020-10-15 09:11:36 +0100" endDate="2020-10-15 09:18:56 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 09:37:25 +0100" startDate="2020-10-15 09:23:08 +0100" endDate="2020-10-15 09:24:22 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 09:56:14 +0100" startDate="2020-10-15 09:40:24 +0100" endDate="2020-10-15 09:40:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 10:33:57 +0100" startDate="2020-10-15 10:20:09 +0100" endDate="2020-10-15 10:20:47 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 11:44:18 +0100" startDate="2020-10-15 11:33:16 +0100" endDate="2020-10-15 11:37:23 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 12:01:59 +0100" startDate="2020-10-15 11:47:38 +0100" endDate="2020-10-15 11:47:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 12:13:34 +0100" startDate="2020-10-15 12:02:11 +0100" endDate="2020-10-15 12:12:05 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 12:25:32 +0100" startDate="2020-10-15 12:12:25 +0100" endDate="2020-10-15 12:22:26 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 12:35:19 +0100" startDate="2020-10-15 12:22:39 +0100" endDate="2020-10-15 12:32:40 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 12:46:17 +0100" startDate="2020-10-15 12:32:40 +0100" endDate="2020-10-15 12:39:30 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 12:56:27 +0100" startDate="2020-10-15 12:43:14 +0100" endDate="2020-10-15 12:52:14 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 13:10:49 +0100" startDate="2020-10-15 12:57:22 +0100" endDate="2020-10-15 13:04:20 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 13:19:12 +0100" startDate="2020-10-15 13:08:09 +0100" endDate="2020-10-15 13:15:58 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 14:27:03 +0100" startDate="2020-10-15 14:14:30 +0100" endDate="2020-10-15 14:24:06 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 14:36:06 +0100" startDate="2020-10-15 14:25:17 +0100" endDate="2020-10-15 14:35:11 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 14:47:40 +0100" startDate="2020-10-15 14:36:37 +0100" endDate="2020-10-15 14:37:44 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 15:03:53 +0100" startDate="2020-10-15 14:48:25 +0100" endDate="2020-10-15 14:50:58 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-15 21:33:02 +0100" startDate="2020-10-15 21:22:00 +0100" endDate="2020-10-15 21:22:07 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 02:47:54 +0100" startDate="2020-10-16 02:36:16 +0100" endDate="2020-10-16 02:46:15 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 02:58:38 +0100" startDate="2020-10-16 02:46:15 +0100" endDate="2020-10-16 02:49:14 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 05:52:26 +0100" startDate="2020-10-16 05:37:04 +0100" endDate="2020-10-16 05:44:23 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 06:21:40 +0100" startDate="2020-10-16 06:10:38 +0100" endDate="2020-10-16 06:10:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 07:38:57 +0100" startDate="2020-10-16 07:26:12 +0100" endDate="2020-10-16 07:36:13 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 07:49:53 +0100" startDate="2020-10-16 07:36:13 +0100" endDate="2020-10-16 07:46:14 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 07:59:32 +0100" startDate="2020-10-16 07:46:14 +0100" endDate="2020-10-16 07:56:13 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 08:10:16 +0100" startDate="2020-10-16 07:56:13 +0100" endDate="2020-10-16 08:04:58 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 08:22:32 +0100" startDate="2020-10-16 08:11:04 +0100" endDate="2020-10-16 08:11:53 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 10:09:42 +0100" startDate="2020-10-16 09:58:39 +0100" endDate="2020-10-16 09:59:38 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 12:02:52 +0100" startDate="2020-10-16 11:51:42 +0100" endDate="2020-10-16 11:52:07 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 12:13:39 +0100" startDate="2020-10-16 12:02:36 +0100" endDate="2020-10-16 12:03:15 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 13:35:05 +0100" startDate="2020-10-16 13:19:57 +0100" endDate="2020-10-16 13:20:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 15:40:11 +0100" startDate="2020-10-16 15:29:08 +0100" endDate="2020-10-16 15:31:29 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 16:08:48 +0100" startDate="2020-10-16 15:56:39 +0100" endDate="2020-10-16 16:02:45 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 16:21:38 +0100" startDate="2020-10-16 16:06:42 +0100" endDate="2020-10-16 16:16:23 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 16:33:12 +0100" startDate="2020-10-16 16:19:03 +0100" endDate="2020-10-16 16:21:06 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 16:49:55 +0100" startDate="2020-10-16 16:36:50 +0100" endDate="2020-10-16 16:36:55 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 17:42:16 +0100" startDate="2020-10-16 17:29:44 +0100" endDate="2020-10-16 17:36:01 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 17:51:23 +0100" startDate="2020-10-16 17:40:21 +0100" endDate="2020-10-16 17:40:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 18:29:24 +0100" startDate="2020-10-16 18:14:56 +0100" endDate="2020-10-16 18:20:07 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 19:12:00 +0100" startDate="2020-10-16 19:00:40 +0100" endDate="2020-10-16 19:00:56 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-16 22:32:15 +0100" startDate="2020-10-16 22:21:12 +0100" endDate="2020-10-16 22:21:22 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 07:03:12 +0100" startDate="2020-10-17 06:48:51 +0100" endDate="2020-10-17 06:55:23 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 07:12:45 +0100" startDate="2020-10-17 07:01:42 +0100" endDate="2020-10-17 07:08:09 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 07:41:53 +0100" startDate="2020-10-17 07:31:44 +0100" endDate="2020-10-17 07:40:29 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 08:14:42 +0100" startDate="2020-10-17 08:00:00 +0100" endDate="2020-10-17 08:07:57 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 08:25:58 +0100" startDate="2020-10-17 08:13:56 +0100" endDate="2020-10-17 08:20:49 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 08:36:13 +0100" startDate="2020-10-17 08:24:49 +0100" endDate="2020-10-17 08:30:46 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 09:39:07 +0100" startDate="2020-10-17 09:23:47 +0100" endDate="2020-10-17 09:25:57 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 09:57:49 +0100" startDate="2020-10-17 09:44:48 +0100" endDate="2020-10-17 09:53:58 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 10:11:16 +0100" startDate="2020-10-17 09:57:17 +0100" endDate="2020-10-17 10:05:48 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 10:22:08 +0100" startDate="2020-10-17 10:10:08 +0100" endDate="2020-10-17 10:19:44 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 10:33:41 +0100" startDate="2020-10-17 10:20:22 +0100" endDate="2020-10-17 10:30:23 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 10:41:29 +0100" startDate="2020-10-17 10:30:23 +0100" endDate="2020-10-17 10:40:24 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 10:51:56 +0100" startDate="2020-10-17 10:40:24 +0100" endDate="2020-10-17 10:45:17 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 11:10:41 +0100" startDate="2020-10-17 10:57:28 +0100" endDate="2020-10-17 11:01:33 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 11:38:56 +0100" startDate="2020-10-17 11:25:40 +0100" endDate="2020-10-17 11:30:23 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 11:58:50 +0100" startDate="2020-10-17 11:47:31 +0100" endDate="2020-10-17 11:57:32 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 12:09:55 +0100" startDate="2020-10-17 11:57:32 +0100" endDate="2020-10-17 12:04:43 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 12:22:31 +0100" startDate="2020-10-17 12:10:10 +0100" endDate="2020-10-17 12:20:05 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 12:33:23 +0100" startDate="2020-10-17 12:22:20 +0100" endDate="2020-10-17 12:32:10 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 12:43:45 +0100" startDate="2020-10-17 12:32:43 +0100" endDate="2020-10-17 12:39:07 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 12:54:40 +0100" startDate="2020-10-17 12:43:37 +0100" endDate="2020-10-17 12:52:32 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 13:24:18 +0100" startDate="2020-10-17 13:13:16 +0100" endDate="2020-10-17 13:13:44 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 13:35:25 +0100" startDate="2020-10-17 13:24:20 +0100" endDate="2020-10-17 13:30:55 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 13:48:13 +0100" startDate="2020-10-17 13:37:11 +0100" endDate="2020-10-17 13:47:12 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 13:58:15 +0100" startDate="2020-10-17 13:47:12 +0100" endDate="2020-10-17 13:47:14 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 14:50:44 +0100" startDate="2020-10-17 14:39:37 +0100" endDate="2020-10-17 14:47:39 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 15:05:58 +0100" startDate="2020-10-17 14:54:55 +0100" endDate="2020-10-17 14:55:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 15:22:17 +0100" startDate="2020-10-17 15:11:14 +0100" endDate="2020-10-17 15:15:19 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 15:38:44 +0100" startDate="2020-10-17 15:23:31 +0100" endDate="2020-10-17 15:32:46 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 16:47:29 +0100" startDate="2020-10-17 16:36:03 +0100" endDate="2020-10-17 16:36:06 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 17:25:17 +0100" startDate="2020-10-17 17:12:12 +0100" endDate="2020-10-17 17:22:06 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 17:51:40 +0100" startDate="2020-10-17 17:37:33 +0100" endDate="2020-10-17 17:47:11 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 18:01:54 +0100" startDate="2020-10-17 17:48:17 +0100" endDate="2020-10-17 17:54:48 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 18:13:17 +0100" startDate="2020-10-17 17:59:29 +0100" endDate="2020-10-17 18:07:57 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 18:57:34 +0100" startDate="2020-10-17 18:14:14 +0100" endDate="2020-10-17 18:14:40 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-17 19:26:36 +0100" startDate="2020-10-17 19:15:12 +0100" endDate="2020-10-17 19:16:13 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-18 01:05:03 +0100" startDate="2020-10-18 00:53:50 +0100" endDate="2020-10-18 01:03:00 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-18 06:17:16 +0100" startDate="2020-10-18 06:06:13 +0100" endDate="2020-10-18 06:06:28 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-18 11:07:42 +0100" startDate="2020-10-18 10:56:39 +0100" endDate="2020-10-18 10:57:48 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-18 12:19:13 +0100" startDate="2020-10-18 12:08:10 +0100" endDate="2020-10-18 12:15:51 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-18 18:14:19 +0100" startDate="2020-10-18 18:03:17 +0100" endDate="2020-10-18 18:09:28 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-18 18:25:32 +0100" startDate="2020-10-18 18:14:29 +0100" endDate="2020-10-18 18:16:44 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-18 19:22:10 +0100" startDate="2020-10-18 19:11:07 +0100" endDate="2020-10-18 19:11:17 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-18 19:40:56 +0100" startDate="2020-10-18 19:29:53 +0100" endDate="2020-10-18 19:35:02 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-18 20:09:20 +0100" startDate="2020-10-18 19:58:17 +0100" endDate="2020-10-18 20:02:09 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-18 21:28:17 +0100" startDate="2020-10-18 21:17:14 +0100" endDate="2020-10-18 21:21:06 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 07:06:45 +0100" startDate="2020-10-19 06:54:58 +0100" endDate="2020-10-19 06:55:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 08:13:53 +0100" startDate="2020-10-19 08:02:27 +0100" endDate="2020-10-19 08:09:04 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 11:00:48 +0100" startDate="2020-10-19 10:49:40 +0100" endDate="2020-10-19 10:53:21 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 11:18:19 +0100" startDate="2020-10-19 11:07:17 +0100" endDate="2020-10-19 11:17:16 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 11:28:47 +0100" startDate="2020-10-19 11:17:16 +0100" endDate="2020-10-19 11:21:18 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 12:12:29 +0100" startDate="2020-10-19 12:00:56 +0100" endDate="2020-10-19 12:01:01 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 14:32:21 +0100" startDate="2020-10-19 14:20:27 +0100" endDate="2020-10-19 14:29:30 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 14:43:58 +0100" startDate="2020-10-19 14:32:36 +0100" endDate="2020-10-19 14:41:25 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 14:56:06 +0100" startDate="2020-10-19 14:44:14 +0100" endDate="2020-10-19 14:53:42 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 15:10:23 +0100" startDate="2020-10-19 14:58:58 +0100" endDate="2020-10-19 14:59:01 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 15:21:34 +0100" startDate="2020-10-19 15:10:26 +0100" endDate="2020-10-19 15:18:56 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 15:46:17 +0100" startDate="2020-10-19 15:34:43 +0100" endDate="2020-10-19 15:41:46 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 16:35:09 +0100" startDate="2020-10-19 16:22:04 +0100" endDate="2020-10-19 16:31:16 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 16:46:18 +0100" startDate="2020-10-19 16:35:15 +0100" endDate="2020-10-19 16:37:30 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 17:22:54 +0100" startDate="2020-10-19 17:11:00 +0100" endDate="2020-10-19 17:21:01 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 17:33:24 +0100" startDate="2020-10-19 17:21:01 +0100" endDate="2020-10-19 17:29:43 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 17:48:40 +0100" startDate="2020-10-19 17:33:57 +0100" endDate="2020-10-19 17:42:27 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 17:59:42 +0100" startDate="2020-10-19 17:48:33 +0100" endDate="2020-10-19 17:58:32 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 18:12:08 +0100" startDate="2020-10-19 17:58:35 +0100" endDate="2020-10-19 18:08:35 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 18:21:50 +0100" startDate="2020-10-19 18:08:35 +0100" endDate="2020-10-19 18:18:24 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 18:29:44 +0100" startDate="2020-10-19 18:18:41 +0100" endDate="2020-10-19 18:22:18 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 19:07:02 +0100" startDate="2020-10-19 18:56:00 +0100" endDate="2020-10-19 19:04:14 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 19:17:47 +0100" startDate="2020-10-19 19:06:27 +0100" endDate="2020-10-19 19:06:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-19 21:22:15 +0100" startDate="2020-10-19 21:11:12 +0100" endDate="2020-10-19 21:13:22 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 05:32:09 +0100" startDate="2020-10-20 05:21:06 +0100" endDate="2020-10-20 05:30:27 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 06:13:21 +0100" startDate="2020-10-20 05:57:47 +0100" endDate="2020-10-20 06:01:40 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 08:00:33 +0100" startDate="2020-10-20 07:49:30 +0100" endDate="2020-10-20 07:52:13 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 08:13:43 +0100" startDate="2020-10-20 08:00:39 +0100" endDate="2020-10-20 08:09:57 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 08:22:03 +0100" startDate="2020-10-20 08:10:41 +0100" endDate="2020-10-20 08:20:42 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 08:33:20 +0100" startDate="2020-10-20 08:20:42 +0100" endDate="2020-10-20 08:27:14 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 08:46:48 +0100" startDate="2020-10-20 08:35:46 +0100" endDate="2020-10-20 08:36:01 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 09:19:54 +0100" startDate="2020-10-20 09:06:17 +0100" endDate="2020-10-20 09:16:18 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 09:35:13 +0100" startDate="2020-10-20 09:17:58 +0100" endDate="2020-10-20 09:27:05 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 09:49:15 +0100" startDate="2020-10-20 09:36:38 +0100" endDate="2020-10-20 09:37:57 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 10:00:02 +0100" startDate="2020-10-20 09:49:00 +0100" endDate="2020-10-20 09:49:28 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 10:39:41 +0100" startDate="2020-10-20 10:27:05 +0100" endDate="2020-10-20 10:27:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 11:18:20 +0100" startDate="2020-10-20 11:05:44 +0100" endDate="2020-10-20 11:14:49 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 11:28:00 +0100" startDate="2020-10-20 11:16:56 +0100" endDate="2020-10-20 11:26:58 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 11:40:57 +0100" startDate="2020-10-20 11:27:05 +0100" endDate="2020-10-20 11:37:06 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 11:49:38 +0100" startDate="2020-10-20 11:37:06 +0100" endDate="2020-10-20 11:46:14 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 12:46:40 +0100" startDate="2020-10-20 12:35:37 +0100" endDate="2020-10-20 12:35:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 13:08:04 +0100" startDate="2020-10-20 12:56:28 +0100" endDate="2020-10-20 13:02:45 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 13:20:35 +0100" startDate="2020-10-20 13:08:11 +0100" endDate="2020-10-20 13:08:31 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 16:27:57 +0100" startDate="2020-10-20 16:16:28 +0100" endDate="2020-10-20 16:16:54 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 17:20:42 +0100" startDate="2020-10-20 17:09:39 +0100" endDate="2020-10-20 17:19:40 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 17:31:28 +0100" startDate="2020-10-20 17:20:13 +0100" endDate="2020-10-20 17:29:47 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 17:45:04 +0100" startDate="2020-10-20 17:33:26 +0100" endDate="2020-10-20 17:40:08 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 18:14:23 +0100" startDate="2020-10-20 18:02:10 +0100" endDate="2020-10-20 18:08:55 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 18:27:10 +0100" startDate="2020-10-20 18:13:47 +0100" endDate="2020-10-20 18:14:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-20 21:48:49 +0100" startDate="2020-10-20 21:37:46 +0100" endDate="2020-10-20 21:37:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 03:20:17 +0100" startDate="2020-10-21 03:09:14 +0100" endDate="2020-10-21 03:09:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 06:45:54 +0100" startDate="2020-10-21 06:36:37 +0100" endDate="2020-10-21 06:38:23 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 09:18:55 +0100" startDate="2020-10-21 09:06:54 +0100" endDate="2020-10-21 09:16:45 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 09:29:07 +0100" startDate="2020-10-21 09:17:11 +0100" endDate="2020-10-21 09:21:59 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 09:39:33 +0100" startDate="2020-10-21 09:28:27 +0100" endDate="2020-10-21 09:28:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 09:55:32 +0100" startDate="2020-10-21 09:41:52 +0100" endDate="2020-10-21 09:45:00 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 10:11:49 +0100" startDate="2020-10-21 09:59:54 +0100" endDate="2020-10-21 09:59:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 10:52:29 +0100" startDate="2020-10-21 10:39:27 +0100" endDate="2020-10-21 10:41:07 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 12:42:11 +0100" startDate="2020-10-21 12:31:09 +0100" endDate="2020-10-21 12:33:49 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 12:59:12 +0100" startDate="2020-10-21 12:48:09 +0100" endDate="2020-10-21 12:51:08 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 13:15:07 +0100" startDate="2020-10-21 13:03:09 +0100" endDate="2020-10-21 13:12:23 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 13:25:32 +0100" startDate="2020-10-21 13:14:08 +0100" endDate="2020-10-21 13:23:48 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 13:27:56 +0100" startDate="2020-10-21 13:24:29 +0100" endDate="2020-10-21 13:25:25 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 16:09:09 +0100" startDate="2020-10-21 14:50:08 +0100" endDate="2020-10-21 14:52:51 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 17:03:04 +0100" startDate="2020-10-21 16:49:47 +0100" endDate="2020-10-21 16:49:52 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 17:14:42 +0100" startDate="2020-10-21 17:01:53 +0100" endDate="2020-10-21 17:01:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-21 17:31:06 +0100" startDate="2020-10-21 17:15:23 +0100" endDate="2020-10-21 17:23:54 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 07:44:57 +0100" startDate="2020-10-22 07:33:54 +0100" endDate="2020-10-22 07:33:59 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 10:15:27 +0100" startDate="2020-10-22 10:03:40 +0100" endDate="2020-10-22 10:03:56 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 11:36:29 +0100" startDate="2020-10-22 11:24:49 +0100" endDate="2020-10-22 11:34:35 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 11:48:01 +0100" startDate="2020-10-22 11:36:58 +0100" endDate="2020-10-22 11:37:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 12:51:38 +0100" startDate="2020-10-22 12:40:36 +0100" endDate="2020-10-22 12:41:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 14:55:34 +0100" startDate="2020-10-22 14:43:33 +0100" endDate="2020-10-22 14:43:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 17:01:54 +0100" startDate="2020-10-22 16:50:52 +0100" endDate="2020-10-22 16:59:54 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 17:20:31 +0100" startDate="2020-10-22 17:07:57 +0100" endDate="2020-10-22 17:15:05 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 18:06:30 +0100" startDate="2020-10-22 17:52:53 +0100" endDate="2020-10-22 18:02:54 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 18:18:30 +0100" startDate="2020-10-22 18:02:54 +0100" endDate="2020-10-22 18:12:32 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 18:26:50 +0100" startDate="2020-10-22 18:13:00 +0100" endDate="2020-10-22 18:22:18 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 18:34:45 +0100" startDate="2020-10-22 18:23:09 +0100" endDate="2020-10-22 18:25:41 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 19:21:34 +0100" startDate="2020-10-22 19:10:44 +0100" endDate="2020-10-22 19:19:39 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 19:30:44 +0100" startDate="2020-10-22 19:20:12 +0100" endDate="2020-10-22 19:30:13 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 19:41:04 +0100" startDate="2020-10-22 19:30:13 +0100" endDate="2020-10-22 19:40:14 +0100" value="682"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 19:51:59 +0100" startDate="2020-10-22 19:40:14 +0100" endDate="2020-10-22 19:48:28 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-22 21:21:01 +0100" startDate="2020-10-22 21:08:37 +0100" endDate="2020-10-22 21:08:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 05:20:34 +0100" startDate="2020-10-23 05:09:18 +0100" endDate="2020-10-23 05:15:36 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 05:27:53 +0100" startDate="2020-10-23 05:20:57 +0100" endDate="2020-10-23 05:26:15 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 06:20:38 +0100" startDate="2020-10-23 06:06:33 +0100" endDate="2020-10-23 06:16:01 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 06:29:21 +0100" startDate="2020-10-23 06:17:10 +0100" endDate="2020-10-23 06:27:11 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 06:39:17 +0100" startDate="2020-10-23 06:27:11 +0100" endDate="2020-10-23 06:27:57 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 06:56:03 +0100" startDate="2020-10-23 06:45:01 +0100" endDate="2020-10-23 06:54:44 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 07:17:32 +0100" startDate="2020-10-23 07:05:58 +0100" endDate="2020-10-23 07:07:12 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 07:43:57 +0100" startDate="2020-10-23 07:32:03 +0100" endDate="2020-10-23 07:39:54 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 07:58:25 +0100" startDate="2020-10-23 07:46:54 +0100" endDate="2020-10-23 07:46:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 08:12:16 +0100" startDate="2020-10-23 08:00:29 +0100" endDate="2020-10-23 08:05:25 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 08:24:34 +0100" startDate="2020-10-23 08:13:26 +0100" endDate="2020-10-23 08:22:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 08:34:50 +0100" startDate="2020-10-23 08:23:47 +0100" endDate="2020-10-23 08:26:13 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 16:34:21 +0100" startDate="2020-10-23 16:23:12 +0100" endDate="2020-10-23 16:32:42 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 16:47:34 +0100" startDate="2020-10-23 16:35:53 +0100" endDate="2020-10-23 16:45:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 16:57:48 +0100" startDate="2020-10-23 16:46:27 +0100" endDate="2020-10-23 16:56:28 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 17:08:01 +0100" startDate="2020-10-23 16:56:28 +0100" endDate="2020-10-23 17:06:19 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 17:17:57 +0100" startDate="2020-10-23 17:06:55 +0100" endDate="2020-10-23 17:07:07 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 17:42:43 +0100" startDate="2020-10-23 17:31:09 +0100" endDate="2020-10-23 17:40:04 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 17:52:37 +0100" startDate="2020-10-23 17:41:33 +0100" endDate="2020-10-23 17:44:59 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 18:35:54 +0100" startDate="2020-10-23 18:24:06 +0100" endDate="2020-10-23 18:33:36 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 18:46:27 +0100" startDate="2020-10-23 18:34:14 +0100" endDate="2020-10-23 18:44:13 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 18:55:41 +0100" startDate="2020-10-23 18:44:26 +0100" endDate="2020-10-23 18:54:25 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 19:06:12 +0100" startDate="2020-10-23 18:54:32 +0100" endDate="2020-10-23 19:03:19 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 19:20:02 +0100" startDate="2020-10-23 19:07:30 +0100" endDate="2020-10-23 19:09:06 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-23 20:19:44 +0100" startDate="2020-10-23 20:05:46 +0100" endDate="2020-10-23 20:15:07 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 05:14:06 +0100" startDate="2020-10-24 05:03:03 +0100" endDate="2020-10-24 05:06:58 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 06:01:00 +0100" startDate="2020-10-24 05:49:58 +0100" endDate="2020-10-24 05:50:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 06:44:15 +0100" startDate="2020-10-24 06:33:13 +0100" endDate="2020-10-24 06:42:58 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 06:57:44 +0100" startDate="2020-10-24 06:44:20 +0100" endDate="2020-10-24 06:54:08 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 07:06:08 +0100" startDate="2020-10-24 06:54:39 +0100" endDate="2020-10-24 06:56:36 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 07:24:22 +0100" startDate="2020-10-24 07:09:43 +0100" endDate="2020-10-24 07:09:48 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 07:34:22 +0100" startDate="2020-10-24 07:20:10 +0100" endDate="2020-10-24 07:28:24 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 07:48:22 +0100" startDate="2020-10-24 07:33:22 +0100" endDate="2020-10-24 07:40:19 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 08:02:33 +0100" startDate="2020-10-24 07:49:45 +0100" endDate="2020-10-24 07:58:34 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 08:23:18 +0100" startDate="2020-10-24 08:09:26 +0100" endDate="2020-10-24 08:18:49 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 08:40:47 +0100" startDate="2020-10-24 08:24:43 +0100" endDate="2020-10-24 08:34:44 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 08:48:11 +0100" startDate="2020-10-24 08:34:44 +0100" endDate="2020-10-24 08:44:37 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 09:00:56 +0100" startDate="2020-10-24 08:48:44 +0100" endDate="2020-10-24 08:52:08 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 09:15:09 +0100" startDate="2020-10-24 09:01:39 +0100" endDate="2020-10-24 09:11:40 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 09:22:47 +0100" startDate="2020-10-24 09:11:40 +0100" endDate="2020-10-24 09:20:35 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 09:34:45 +0100" startDate="2020-10-24 09:23:00 +0100" endDate="2020-10-24 09:32:43 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 09:49:50 +0100" startDate="2020-10-24 09:33:57 +0100" endDate="2020-10-24 09:42:29 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 09:57:37 +0100" startDate="2020-10-24 09:44:01 +0100" endDate="2020-10-24 09:51:06 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 10:08:05 +0100" startDate="2020-10-24 09:55:10 +0100" endDate="2020-10-24 10:04:46 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 10:16:32 +0100" startDate="2020-10-24 10:05:29 +0100" endDate="2020-10-24 10:15:25 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 10:26:37 +0100" startDate="2020-10-24 10:15:30 +0100" endDate="2020-10-24 10:24:50 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 10:37:32 +0100" startDate="2020-10-24 10:26:53 +0100" endDate="2020-10-24 10:36:31 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 10:50:09 +0100" startDate="2020-10-24 10:37:04 +0100" endDate="2020-10-24 10:43:26 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 11:00:17 +0100" startDate="2020-10-24 10:47:33 +0100" endDate="2020-10-24 10:56:36 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 11:11:02 +0100" startDate="2020-10-24 10:57:50 +0100" endDate="2020-10-24 11:07:07 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 11:23:27 +0100" startDate="2020-10-24 11:09:07 +0100" endDate="2020-10-24 11:17:41 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 11:38:28 +0100" startDate="2020-10-24 11:24:34 +0100" endDate="2020-10-24 11:34:35 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 11:46:03 +0100" startDate="2020-10-24 11:34:35 +0100" endDate="2020-10-24 11:40:41 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 12:06:51 +0100" startDate="2020-10-24 11:51:22 +0100" endDate="2020-10-24 11:55:27 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 12:29:17 +0100" startDate="2020-10-24 12:18:14 +0100" endDate="2020-10-24 12:26:39 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 12:43:05 +0100" startDate="2020-10-24 12:32:03 +0100" endDate="2020-10-24 12:36:38 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 13:26:49 +0100" startDate="2020-10-24 13:14:58 +0100" endDate="2020-10-24 13:20:44 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 13:38:25 +0100" startDate="2020-10-24 13:25:00 +0100" endDate="2020-10-24 13:25:40 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 13:51:35 +0100" startDate="2020-10-24 13:39:01 +0100" endDate="2020-10-24 13:40:12 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 14:01:08 +0100" startDate="2020-10-24 13:50:05 +0100" endDate="2020-10-24 13:50:28 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 14:18:45 +0100" startDate="2020-10-24 14:06:23 +0100" endDate="2020-10-24 14:16:24 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 14:27:26 +0100" startDate="2020-10-24 14:16:24 +0100" endDate="2020-10-24 14:24:25 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 14:37:33 +0100" startDate="2020-10-24 14:26:30 +0100" endDate="2020-10-24 14:36:18 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 14:48:36 +0100" startDate="2020-10-24 14:36:33 +0100" endDate="2020-10-24 14:43:32 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 14:57:51 +0100" startDate="2020-10-24 14:46:48 +0100" endDate="2020-10-24 14:55:02 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 15:08:30 +0100" startDate="2020-10-24 14:57:27 +0100" endDate="2020-10-24 14:59:50 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 17:01:17 +0100" startDate="2020-10-24 16:49:54 +0100" endDate="2020-10-24 16:59:22 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 17:14:01 +0100" startDate="2020-10-24 17:00:00 +0100" endDate="2020-10-24 17:00:03 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 18:11:58 +0100" startDate="2020-10-24 18:00:12 +0100" endDate="2020-10-24 18:10:08 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 18:23:21 +0100" startDate="2020-10-24 18:10:41 +0100" endDate="2020-10-24 18:11:04 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 18:42:43 +0100" startDate="2020-10-24 18:31:41 +0100" endDate="2020-10-24 18:40:33 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 19:08:51 +0100" startDate="2020-10-24 18:57:48 +0100" endDate="2020-10-24 19:00:08 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-24 19:20:11 +0100" startDate="2020-10-24 19:09:08 +0100" endDate="2020-10-24 19:10:35 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-25 05:44:33 +0100" startDate="2020-10-25 05:31:56 +0100" endDate="2020-10-25 05:31:58 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-25 05:55:41 +0100" startDate="2020-10-25 05:44:39 +0100" endDate="2020-10-25 05:48:51 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-25 06:08:57 +0100" startDate="2020-10-25 05:57:54 +0100" endDate="2020-10-25 06:01:10 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-25 07:07:48 +0100" startDate="2020-10-25 06:53:43 +0100" endDate="2020-10-25 06:59:24 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-25 07:21:43 +0100" startDate="2020-10-25 07:08:43 +0100" endDate="2020-10-25 07:17:33 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-25 07:32:12 +0100" startDate="2020-10-25 07:21:09 +0100" endDate="2020-10-25 07:28:45 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-25 18:28:56 +0100" startDate="2020-10-25 18:17:53 +0100" endDate="2020-10-25 18:18:09 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-25 18:45:19 +0100" startDate="2020-10-25 18:32:37 +0100" endDate="2020-10-25 18:39:55 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-25 21:19:20 +0100" startDate="2020-10-25 21:06:11 +0100" endDate="2020-10-25 21:06:47 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 08:40:11 +0100" startDate="2020-10-26 08:27:53 +0100" endDate="2020-10-26 08:29:30 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 09:11:47 +0100" startDate="2020-10-26 09:00:24 +0100" endDate="2020-10-26 09:03:12 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 09:24:25 +0100" startDate="2020-10-26 09:12:41 +0100" endDate="2020-10-26 09:15:16 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 09:35:11 +0100" startDate="2020-10-26 09:23:33 +0100" endDate="2020-10-26 09:33:34 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 09:44:50 +0100" startDate="2020-10-26 09:33:34 +0100" endDate="2020-10-26 09:43:35 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 09:56:06 +0100" startDate="2020-10-26 09:43:35 +0100" endDate="2020-10-26 09:53:26 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 10:06:26 +0100" startDate="2020-10-26 09:53:41 +0100" endDate="2020-10-26 10:03:42 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 10:15:05 +0100" startDate="2020-10-26 10:03:42 +0100" endDate="2020-10-26 10:13:23 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 10:28:20 +0100" startDate="2020-10-26 10:13:56 +0100" endDate="2020-10-26 10:14:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 11:17:02 +0100" startDate="2020-10-26 11:05:59 +0100" endDate="2020-10-26 11:15:07 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 12:48:08 +0100" startDate="2020-10-26 12:36:08 +0100" endDate="2020-10-26 12:37:09 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 13:12:05 +0100" startDate="2020-10-26 13:00:50 +0100" endDate="2020-10-26 13:08:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 13:22:39 +0100" startDate="2020-10-26 13:11:10 +0100" endDate="2020-10-26 13:17:24 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 14:29:26 +0100" startDate="2020-10-26 14:17:45 +0100" endDate="2020-10-26 14:17:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 14:58:52 +0100" startDate="2020-10-26 14:48:01 +0100" endDate="2020-10-26 14:57:57 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 15:08:18 +0100" startDate="2020-10-26 14:58:00 +0100" endDate="2020-10-26 14:59:39 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 17:29:10 +0100" startDate="2020-10-26 17:16:59 +0100" endDate="2020-10-26 17:17:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-26 21:32:24 +0100" startDate="2020-10-26 21:18:04 +0100" endDate="2020-10-26 21:20:17 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 07:16:46 +0100" startDate="2020-10-27 07:05:43 +0100" endDate="2020-10-27 07:13:14 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 07:33:55 +0100" startDate="2020-10-27 07:22:53 +0100" endDate="2020-10-27 07:23:10 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 08:00:50 +0100" startDate="2020-10-27 07:48:41 +0100" endDate="2020-10-27 07:48:49 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 08:24:08 +0100" startDate="2020-10-27 08:11:25 +0100" endDate="2020-10-27 08:21:18 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 08:40:32 +0100" startDate="2020-10-27 08:29:30 +0100" endDate="2020-10-27 08:29:53 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 11:47:27 +0100" startDate="2020-10-27 11:33:37 +0100" endDate="2020-10-27 11:38:35 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 11:55:39 +0100" startDate="2020-10-27 11:44:36 +0100" endDate="2020-10-27 11:51:06 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 15:20:45 +0100" startDate="2020-10-27 15:06:35 +0100" endDate="2020-10-27 15:14:46 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 15:32:21 +0100" startDate="2020-10-27 15:21:18 +0100" endDate="2020-10-27 15:29:27 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 15:48:52 +0100" startDate="2020-10-27 15:36:59 +0100" endDate="2020-10-27 15:46:19 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 16:03:34 +0100" startDate="2020-10-27 15:52:16 +0100" endDate="2020-10-27 15:52:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 19:06:41 +0100" startDate="2020-10-27 18:51:45 +0100" endDate="2020-10-27 18:51:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 19:48:08 +0100" startDate="2020-10-27 19:37:05 +0100" endDate="2020-10-27 19:38:22 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 22:19:49 +0100" startDate="2020-10-27 22:08:46 +0100" endDate="2020-10-27 22:13:53 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-27 22:31:41 +0100" startDate="2020-10-27 22:20:39 +0100" endDate="2020-10-27 22:20:49 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 05:19:26 +0100" startDate="2020-10-28 05:08:23 +0100" endDate="2020-10-28 05:08:46 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 05:33:34 +0100" startDate="2020-10-28 05:18:28 +0100" endDate="2020-10-28 05:19:08 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 08:03:58 +0100" startDate="2020-10-28 07:51:58 +0100" endDate="2020-10-28 08:01:59 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 08:13:14 +0100" startDate="2020-10-28 08:01:59 +0100" endDate="2020-10-28 08:12:00 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 08:23:03 +0100" startDate="2020-10-28 08:12:00 +0100" endDate="2020-10-28 08:22:01 +0100" value="899"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 08:33:40 +0100" startDate="2020-10-28 08:22:01 +0100" endDate="2020-10-28 08:30:08 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 09:15:18 +0100" startDate="2020-10-28 09:04:12 +0100" endDate="2020-10-28 09:08:58 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 10:28:50 +0100" startDate="2020-10-28 10:17:30 +0100" endDate="2020-10-28 10:22:00 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 11:27:44 +0100" startDate="2020-10-28 11:22:02 +0100" endDate="2020-10-28 11:27:33 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 13:09:44 +0100" startDate="2020-10-28 12:57:58 +0100" endDate="2020-10-28 12:58:04 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 13:51:05 +0100" startDate="2020-10-28 13:39:43 +0100" endDate="2020-10-28 13:44:58 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 14:01:09 +0100" startDate="2020-10-28 13:50:07 +0100" endDate="2020-10-28 13:51:54 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 15:03:51 +0100" startDate="2020-10-28 14:52:42 +0100" endDate="2020-10-28 14:58:36 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 15:29:16 +0100" startDate="2020-10-28 15:17:20 +0100" endDate="2020-10-28 15:22:06 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 16:06:53 +0100" startDate="2020-10-28 15:55:09 +0100" endDate="2020-10-28 16:05:10 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 16:16:59 +0100" startDate="2020-10-28 16:05:10 +0100" endDate="2020-10-28 16:14:02 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 16:27:18 +0100" startDate="2020-10-28 16:15:21 +0100" endDate="2020-10-28 16:23:20 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 16:43:12 +0100" startDate="2020-10-28 16:31:55 +0100" endDate="2020-10-28 16:41:18 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 16:55:21 +0100" startDate="2020-10-28 16:43:50 +0100" endDate="2020-10-28 16:48:38 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 17:10:14 +0100" startDate="2020-10-28 16:59:06 +0100" endDate="2020-10-28 17:09:07 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 17:20:55 +0100" startDate="2020-10-28 17:09:53 +0100" endDate="2020-10-28 17:10:49 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 17:34:33 +0100" startDate="2020-10-28 17:23:31 +0100" endDate="2020-10-28 17:33:11 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 17:48:53 +0100" startDate="2020-10-28 17:37:23 +0100" endDate="2020-10-28 17:37:26 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 18:27:48 +0100" startDate="2020-10-28 18:15:58 +0100" endDate="2020-10-28 18:24:37 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 18:42:13 +0100" startDate="2020-10-28 18:28:24 +0100" endDate="2020-10-28 18:32:36 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 18:52:26 +0100" startDate="2020-10-28 18:41:23 +0100" endDate="2020-10-28 18:47:04 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 19:04:35 +0100" startDate="2020-10-28 18:53:14 +0100" endDate="2020-10-28 19:02:58 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 19:15:52 +0100" startDate="2020-10-28 19:04:42 +0100" endDate="2020-10-28 19:07:30 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 20:23:55 +0100" startDate="2020-10-28 20:12:19 +0100" endDate="2020-10-28 20:15:43 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 20:35:53 +0100" startDate="2020-10-28 20:24:25 +0100" endDate="2020-10-28 20:33:12 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-28 20:47:41 +0100" startDate="2020-10-28 20:36:39 +0100" endDate="2020-10-28 20:38:15 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-29 08:19:12 +0100" startDate="2020-10-29 08:00:52 +0100" endDate="2020-10-29 08:08:36 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-29 08:24:50 +0100" startDate="2020-10-29 08:13:24 +0100" endDate="2020-10-29 08:15:11 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-29 10:02:29 +0100" startDate="2020-10-29 09:51:26 +0100" endDate="2020-10-29 09:51:31 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-29 10:39:44 +0100" startDate="2020-10-29 10:21:55 +0100" endDate="2020-10-29 10:21:57 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-29 13:46:29 +0100" startDate="2020-10-29 13:35:26 +0100" endDate="2020-10-29 13:35:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-29 14:05:55 +0100" startDate="2020-10-29 13:54:52 +0100" endDate="2020-10-29 13:54:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-29 14:19:30 +0100" startDate="2020-10-29 14:08:27 +0100" endDate="2020-10-29 14:08:35 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-29 16:25:29 +0100" startDate="2020-10-29 16:14:27 +0100" endDate="2020-10-29 16:16:01 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-29 16:42:48 +0100" startDate="2020-10-29 16:31:46 +0100" endDate="2020-10-29 16:32:34 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-29 20:33:38 +0100" startDate="2020-10-29 20:22:25 +0100" endDate="2020-10-29 20:22:30 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-29 20:51:39 +0100" startDate="2020-10-29 20:40:37 +0100" endDate="2020-10-29 20:48:52 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-29 21:40:59 +0100" startDate="2020-10-29 21:29:50 +0100" endDate="2020-10-29 21:29:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 08:21:30 +0100" startDate="2020-10-30 08:07:17 +0100" endDate="2020-10-30 08:07:28 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 11:00:43 +0100" startDate="2020-10-30 10:49:29 +0100" endDate="2020-10-30 10:59:04 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 11:01:40 +0100" startDate="2020-10-30 10:59:50 +0100" endDate="2020-10-30 10:59:58 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 11:35:40 +0100" startDate="2020-10-30 11:24:38 +0100" endDate="2020-10-30 11:31:48 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 11:50:55 +0100" startDate="2020-10-30 11:39:52 +0100" endDate="2020-10-30 11:39:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 12:33:06 +0100" startDate="2020-10-30 12:21:50 +0100" endDate="2020-10-30 12:30:25 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 12:43:53 +0100" startDate="2020-10-30 12:32:50 +0100" endDate="2020-10-30 12:32:55 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 12:59:14 +0100" startDate="2020-10-30 12:46:12 +0100" endDate="2020-10-30 12:51:25 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 13:50:21 +0100" startDate="2020-10-30 13:39:19 +0100" endDate="2020-10-30 13:39:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 14:13:49 +0100" startDate="2020-10-30 14:02:46 +0100" endDate="2020-10-30 14:10:12 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 14:24:28 +0100" startDate="2020-10-30 14:13:25 +0100" endDate="2020-10-30 14:16:54 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 14:36:31 +0100" startDate="2020-10-30 14:25:28 +0100" endDate="2020-10-30 14:34:48 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 14:46:42 +0100" startDate="2020-10-30 14:35:39 +0100" endDate="2020-10-30 14:45:41 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 14:56:43 +0100" startDate="2020-10-30 14:45:41 +0100" endDate="2020-10-30 14:54:51 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 15:06:49 +0100" startDate="2020-10-30 14:55:47 +0100" endDate="2020-10-30 15:00:35 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 16:34:18 +0100" startDate="2020-10-30 16:23:15 +0100" endDate="2020-10-30 16:31:57 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 17:03:54 +0100" startDate="2020-10-30 16:49:10 +0100" endDate="2020-10-30 16:50:49 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 17:23:43 +0100" startDate="2020-10-30 17:12:40 +0100" endDate="2020-10-30 17:20:40 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 17:34:57 +0100" startDate="2020-10-30 17:23:54 +0100" endDate="2020-10-30 17:24:12 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 17:53:44 +0100" startDate="2020-10-30 17:40:37 +0100" endDate="2020-10-30 17:40:43 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 18:04:16 +0100" startDate="2020-10-30 17:53:10 +0100" endDate="2020-10-30 18:00:37 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-30 18:14:45 +0100" startDate="2020-10-30 18:03:43 +0100" endDate="2020-10-30 18:10:45 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 06:54:13 +0100" startDate="2020-10-31 06:43:11 +0100" endDate="2020-10-31 06:49:00 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 07:23:30 +0100" startDate="2020-10-31 07:11:01 +0100" endDate="2020-10-31 07:18:43 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 07:48:53 +0100" startDate="2020-10-31 07:30:53 +0100" endDate="2020-10-31 07:31:31 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 09:20:24 +0100" startDate="2020-10-31 09:08:27 +0100" endDate="2020-10-31 09:12:11 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 09:42:05 +0100" startDate="2020-10-31 09:31:02 +0100" endDate="2020-10-31 09:37:48 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 09:52:06 +0100" startDate="2020-10-31 09:41:04 +0100" endDate="2020-10-31 09:42:28 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 10:11:25 +0100" startDate="2020-10-31 10:00:22 +0100" endDate="2020-10-31 10:03:41 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 10:36:44 +0100" startDate="2020-10-31 10:24:45 +0100" endDate="2020-10-31 10:31:53 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 10:47:03 +0100" startDate="2020-10-31 10:36:01 +0100" endDate="2020-10-31 10:36:49 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 11:13:56 +0100" startDate="2020-10-31 11:02:53 +0100" endDate="2020-10-31 11:07:33 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 11:39:47 +0100" startDate="2020-10-31 11:28:03 +0100" endDate="2020-10-31 11:32:13 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 13:14:03 +0100" startDate="2020-10-31 13:03:00 +0100" endDate="2020-10-31 13:10:13 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 14:17:45 +0100" startDate="2020-10-31 14:06:01 +0100" endDate="2020-10-31 14:14:17 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 14:31:27 +0100" startDate="2020-10-31 14:19:03 +0100" endDate="2020-10-31 14:28:13 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 14:40:09 +0100" startDate="2020-10-31 14:29:06 +0100" endDate="2020-10-31 14:33:19 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 15:02:59 +0100" startDate="2020-10-31 14:51:57 +0100" endDate="2020-10-31 14:51:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 15:13:15 +0100" startDate="2020-10-31 15:02:49 +0100" endDate="2020-10-31 15:11:16 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 15:31:37 +0100" startDate="2020-10-31 15:15:40 +0100" endDate="2020-10-31 15:17:32 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 15:40:42 +0100" startDate="2020-10-31 15:26:07 +0100" endDate="2020-10-31 15:33:53 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 16:14:20 +0100" startDate="2020-10-31 16:01:36 +0100" endDate="2020-10-31 16:11:14 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 16:30:45 +0100" startDate="2020-10-31 16:16:30 +0100" endDate="2020-10-31 16:26:31 +0100" value="899"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 16:39:07 +0100" startDate="2020-10-31 16:26:31 +0100" endDate="2020-10-31 16:36:31 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 16:48:35 +0100" startDate="2020-10-31 16:36:31 +0100" endDate="2020-10-31 16:37:47 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 17:13:21 +0100" startDate="2020-10-31 17:01:06 +0100" endDate="2020-10-31 17:11:05 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 17:22:56 +0100" startDate="2020-10-31 17:11:05 +0100" endDate="2020-10-31 17:21:06 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 17:35:39 +0100" startDate="2020-10-31 17:21:06 +0100" endDate="2020-10-31 17:25:41 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 20:37:38 +0100" startDate="2020-10-31 20:26:29 +0100" endDate="2020-10-31 20:36:15 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 21:54:53 +0100" startDate="2020-10-31 21:40:23 +0100" endDate="2020-10-31 21:49:20 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 22:03:42 +0100" startDate="2020-10-31 21:51:25 +0100" endDate="2020-10-31 21:51:35 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 22:14:23 +0100" startDate="2020-10-31 22:02:38 +0100" endDate="2020-10-31 22:02:40 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 22:35:57 +0100" startDate="2020-10-31 22:22:53 +0100" endDate="2020-10-31 22:32:54 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-10-31 22:43:56 +0100" startDate="2020-10-31 22:32:54 +0100" endDate="2020-10-31 22:42:06 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 12:19:39 +0100" startDate="2020-11-01 12:08:37 +0100" endDate="2020-11-01 12:08:39 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 14:38:32 +0100" startDate="2020-11-01 14:27:29 +0100" endDate="2020-11-01 14:27:34 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 16:29:35 +0100" startDate="2020-11-01 16:18:33 +0100" endDate="2020-11-01 16:18:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 16:56:46 +0100" startDate="2020-11-01 16:45:43 +0100" endDate="2020-11-01 16:45:46 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 17:11:57 +0100" startDate="2020-11-01 17:00:54 +0100" endDate="2020-11-01 17:03:32 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 17:22:23 +0100" startDate="2020-11-01 17:11:21 +0100" endDate="2020-11-01 17:11:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 18:27:59 +0100" startDate="2020-11-01 18:14:59 +0100" endDate="2020-11-01 18:24:58 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 18:36:01 +0100" startDate="2020-11-01 18:24:58 +0100" endDate="2020-11-01 18:34:59 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 18:46:02 +0100" startDate="2020-11-01 18:34:59 +0100" endDate="2020-11-01 18:44:45 +0100" value="1143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 18:59:09 +0100" startDate="2020-11-01 18:45:00 +0100" endDate="2020-11-01 18:54:43 +0100" value="1088"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 19:11:50 +0100" startDate="2020-11-01 18:55:39 +0100" endDate="2020-11-01 18:57:49 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 19:30:42 +0100" startDate="2020-11-01 19:17:30 +0100" endDate="2020-11-01 19:17:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 20:00:21 +0100" startDate="2020-11-01 19:45:07 +0100" endDate="2020-11-01 19:45:17 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 20:36:38 +0100" startDate="2020-11-01 20:21:50 +0100" endDate="2020-11-01 20:22:07 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 21:30:50 +0100" startDate="2020-11-01 21:17:50 +0100" endDate="2020-11-01 21:21:27 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 21:42:16 +0100" startDate="2020-11-01 21:31:13 +0100" endDate="2020-11-01 21:32:32 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-01 22:33:53 +0100" startDate="2020-11-01 22:22:48 +0100" endDate="2020-11-01 22:27:23 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 09:37:34 +0100" startDate="2020-11-02 09:26:31 +0100" endDate="2020-11-02 09:26:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 10:02:18 +0100" startDate="2020-11-02 09:51:15 +0100" endDate="2020-11-02 09:58:17 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 11:52:33 +0100" startDate="2020-11-02 11:41:30 +0100" endDate="2020-11-02 11:41:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 13:53:14 +0100" startDate="2020-11-02 13:39:26 +0100" endDate="2020-11-02 13:49:26 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 14:00:28 +0100" startDate="2020-11-02 13:49:26 +0100" endDate="2020-11-02 13:51:36 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 14:52:08 +0100" startDate="2020-11-02 14:40:56 +0100" endDate="2020-11-02 14:42:30 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 15:02:18 +0100" startDate="2020-11-02 14:51:15 +0100" endDate="2020-11-02 14:59:34 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 16:59:05 +0100" startDate="2020-11-02 16:48:03 +0100" endDate="2020-11-02 16:51:52 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 17:12:54 +0100" startDate="2020-11-02 17:01:08 +0100" endDate="2020-11-02 17:03:00 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 18:10:39 +0100" startDate="2020-11-02 17:59:36 +0100" endDate="2020-11-02 18:00:45 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 18:38:14 +0100" startDate="2020-11-02 18:27:11 +0100" endDate="2020-11-02 18:36:34 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 18:52:26 +0100" startDate="2020-11-02 18:37:13 +0100" endDate="2020-11-02 18:41:45 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-02 21:40:48 +0100" startDate="2020-11-02 21:29:45 +0100" endDate="2020-11-02 21:32:08 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 08:32:51 +0100" startDate="2020-11-03 08:21:49 +0100" endDate="2020-11-03 08:28:34 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 08:54:00 +0100" startDate="2020-11-03 08:42:57 +0100" endDate="2020-11-03 08:52:26 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 09:11:21 +0100" startDate="2020-11-03 08:54:59 +0100" endDate="2020-11-03 08:55:42 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 10:09:47 +0100" startDate="2020-11-03 09:58:13 +0100" endDate="2020-11-03 10:08:14 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 10:19:17 +0100" startDate="2020-11-03 10:08:14 +0100" endDate="2020-11-03 10:16:25 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 10:34:04 +0100" startDate="2020-11-03 10:20:43 +0100" endDate="2020-11-03 10:30:41 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 10:45:54 +0100" startDate="2020-11-03 10:30:41 +0100" endDate="2020-11-03 10:40:40 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 10:58:47 +0100" startDate="2020-11-03 10:42:30 +0100" endDate="2020-11-03 10:51:57 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 11:05:21 +0100" startDate="2020-11-03 10:52:48 +0100" endDate="2020-11-03 10:59:36 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 11:14:28 +0100" startDate="2020-11-03 11:03:25 +0100" endDate="2020-11-03 11:10:15 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 11:29:58 +0100" startDate="2020-11-03 11:18:09 +0100" endDate="2020-11-03 11:25:39 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 11:44:37 +0100" startDate="2020-11-03 11:29:06 +0100" endDate="2020-11-03 11:36:36 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 11:55:56 +0100" startDate="2020-11-03 11:44:53 +0100" endDate="2020-11-03 11:45:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 13:11:30 +0100" startDate="2020-11-03 13:00:28 +0100" endDate="2020-11-03 13:10:29 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 13:23:39 +0100" startDate="2020-11-03 13:10:29 +0100" endDate="2020-11-03 13:20:30 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 13:31:38 +0100" startDate="2020-11-03 13:20:30 +0100" endDate="2020-11-03 13:30:16 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 13:43:41 +0100" startDate="2020-11-03 13:31:27 +0100" endDate="2020-11-03 13:41:28 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 13:52:31 +0100" startDate="2020-11-03 13:41:28 +0100" endDate="2020-11-03 13:47:47 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 14:09:34 +0100" startDate="2020-11-03 13:58:32 +0100" endDate="2020-11-03 14:08:25 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 15:45:30 +0100" startDate="2020-11-03 15:34:12 +0100" endDate="2020-11-03 15:40:37 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 19:24:40 +0100" startDate="2020-11-03 19:13:37 +0100" endDate="2020-11-03 19:23:08 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 19:34:38 +0100" startDate="2020-11-03 19:23:36 +0100" endDate="2020-11-03 19:24:09 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 20:20:25 +0100" startDate="2020-11-03 20:09:22 +0100" endDate="2020-11-03 20:09:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-03 21:29:59 +0100" startDate="2020-11-03 21:18:56 +0100" endDate="2020-11-03 21:19:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 00:54:47 +0100" startDate="2020-11-04 00:43:44 +0100" endDate="2020-11-04 00:48:00 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 07:47:42 +0100" startDate="2020-11-04 07:36:39 +0100" endDate="2020-11-04 07:44:05 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 09:08:46 +0100" startDate="2020-11-04 08:53:44 +0100" endDate="2020-11-04 08:54:10 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 09:36:51 +0100" startDate="2020-11-04 09:24:07 +0100" endDate="2020-11-04 09:24:48 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 11:22:53 +0100" startDate="2020-11-04 11:11:50 +0100" endDate="2020-11-04 11:17:26 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 13:17:45 +0100" startDate="2020-11-04 13:03:52 +0100" endDate="2020-11-04 13:10:01 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 13:29:59 +0100" startDate="2020-11-04 13:16:51 +0100" endDate="2020-11-04 13:26:17 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 13:46:45 +0100" startDate="2020-11-04 13:30:57 +0100" endDate="2020-11-04 13:30:59 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 14:09:55 +0100" startDate="2020-11-04 13:58:52 +0100" endDate="2020-11-04 14:06:32 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 15:50:28 +0100" startDate="2020-11-04 15:38:58 +0100" endDate="2020-11-04 15:48:59 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 16:00:19 +0100" startDate="2020-11-04 15:48:59 +0100" endDate="2020-11-04 15:52:10 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 16:58:57 +0100" startDate="2020-11-04 16:45:54 +0100" endDate="2020-11-04 16:46:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 18:10:00 +0100" startDate="2020-11-04 17:58:57 +0100" endDate="2020-11-04 18:03:32 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 20:19:54 +0100" startDate="2020-11-04 20:08:52 +0100" endDate="2020-11-04 20:18:53 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 20:30:16 +0100" startDate="2020-11-04 20:19:13 +0100" endDate="2020-11-04 20:20:07 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 20:42:45 +0100" startDate="2020-11-04 20:31:43 +0100" endDate="2020-11-04 20:39:39 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-04 22:15:59 +0100" startDate="2020-11-04 22:11:50 +0100" endDate="2020-11-04 22:12:03 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 06:10:16 +0100" startDate="2020-11-05 05:59:13 +0100" endDate="2020-11-05 05:59:18 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 06:21:54 +0100" startDate="2020-11-05 06:10:51 +0100" endDate="2020-11-05 06:11:14 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 07:02:50 +0100" startDate="2020-11-05 06:51:22 +0100" endDate="2020-11-05 06:52:38 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 08:15:04 +0100" startDate="2020-11-05 08:04:02 +0100" endDate="2020-11-05 08:12:27 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 08:45:32 +0100" startDate="2020-11-05 08:32:23 +0100" endDate="2020-11-05 08:40:48 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 08:59:50 +0100" startDate="2020-11-05 08:48:50 +0100" endDate="2020-11-05 08:49:10 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 11:06:51 +0100" startDate="2020-11-05 10:53:53 +0100" endDate="2020-11-05 11:03:39 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 11:15:07 +0100" startDate="2020-11-05 11:04:04 +0100" endDate="2020-11-05 11:12:46 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 11:27:17 +0100" startDate="2020-11-05 11:16:15 +0100" endDate="2020-11-05 11:23:43 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 11:47:13 +0100" startDate="2020-11-05 11:32:38 +0100" endDate="2020-11-05 11:39:54 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 11:56:35 +0100" startDate="2020-11-05 11:45:32 +0100" endDate="2020-11-05 11:46:16 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 12:17:56 +0100" startDate="2020-11-05 12:06:53 +0100" endDate="2020-11-05 12:16:46 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 12:28:07 +0100" startDate="2020-11-05 12:17:04 +0100" endDate="2020-11-05 12:18:00 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 12:42:13 +0100" startDate="2020-11-05 12:31:10 +0100" endDate="2020-11-05 12:35:30 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 12:58:05 +0100" startDate="2020-11-05 12:47:03 +0100" endDate="2020-11-05 12:48:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 13:18:59 +0100" startDate="2020-11-05 13:07:57 +0100" endDate="2020-11-05 13:17:17 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 13:34:05 +0100" startDate="2020-11-05 13:22:28 +0100" endDate="2020-11-05 13:32:29 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 13:46:56 +0100" startDate="2020-11-05 13:33:30 +0100" endDate="2020-11-05 13:43:31 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 13:54:34 +0100" startDate="2020-11-05 13:43:31 +0100" endDate="2020-11-05 13:46:39 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 15:01:11 +0100" startDate="2020-11-05 14:49:29 +0100" endDate="2020-11-05 14:51:11 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 16:04:09 +0100" startDate="2020-11-05 15:53:06 +0100" endDate="2020-11-05 15:55:22 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 17:17:05 +0100" startDate="2020-11-05 17:06:02 +0100" endDate="2020-11-05 17:06:36 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 17:30:55 +0100" startDate="2020-11-05 17:19:50 +0100" endDate="2020-11-05 17:29:51 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-05 17:42:15 +0100" startDate="2020-11-05 17:29:51 +0100" endDate="2020-11-05 17:29:54 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-06 07:51:07 +0100" startDate="2020-11-06 07:40:05 +0100" endDate="2020-11-06 07:40:18 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-06 08:08:10 +0100" startDate="2020-11-06 07:56:41 +0100" endDate="2020-11-06 07:56:43 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-06 12:33:23 +0100" startDate="2020-11-06 12:22:21 +0100" endDate="2020-11-06 12:23:04 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-06 14:32:27 +0100" startDate="2020-11-06 14:12:25 +0100" endDate="2020-11-06 14:12:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-06 16:19:01 +0100" startDate="2020-11-06 16:07:58 +0100" endDate="2020-11-06 16:16:59 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-06 16:37:05 +0100" startDate="2020-11-06 16:26:03 +0100" endDate="2020-11-06 16:26:08 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 04:50:00 +0100" startDate="2020-11-07 04:38:58 +0100" endDate="2020-11-07 04:39:00 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 13:36:12 +0100" startDate="2020-11-07 13:25:09 +0100" endDate="2020-11-07 13:30:22 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 14:45:24 +0100" startDate="2020-11-07 14:31:08 +0100" endDate="2020-11-07 14:41:06 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 14:55:23 +0100" startDate="2020-11-07 14:41:16 +0100" endDate="2020-11-07 14:47:00 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 15:03:23 +0100" startDate="2020-11-07 14:51:35 +0100" endDate="2020-11-07 14:55:27 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 15:13:40 +0100" startDate="2020-11-07 15:02:37 +0100" endDate="2020-11-07 15:12:08 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 15:27:42 +0100" startDate="2020-11-07 15:14:33 +0100" endDate="2020-11-07 15:23:59 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 15:35:48 +0100" startDate="2020-11-07 15:24:45 +0100" endDate="2020-11-07 15:27:46 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 16:03:05 +0100" startDate="2020-11-07 15:49:55 +0100" endDate="2020-11-07 15:51:47 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 16:11:40 +0100" startDate="2020-11-07 16:00:01 +0100" endDate="2020-11-07 16:07:37 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 17:28:07 +0100" startDate="2020-11-07 17:17:05 +0100" endDate="2020-11-07 17:22:00 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 17:43:47 +0100" startDate="2020-11-07 17:32:44 +0100" endDate="2020-11-07 17:35:40 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 17:58:28 +0100" startDate="2020-11-07 17:47:26 +0100" endDate="2020-11-07 17:57:22 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 18:09:02 +0100" startDate="2020-11-07 17:57:32 +0100" endDate="2020-11-07 17:58:23 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 18:37:38 +0100" startDate="2020-11-07 18:25:27 +0100" endDate="2020-11-07 18:34:32 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 18:51:33 +0100" startDate="2020-11-07 18:38:49 +0100" endDate="2020-11-07 18:43:44 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 19:02:33 +0100" startDate="2020-11-07 18:51:12 +0100" endDate="2020-11-07 18:51:28 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 19:27:10 +0100" startDate="2020-11-07 19:12:53 +0100" endDate="2020-11-07 19:13:01 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 20:24:14 +0100" startDate="2020-11-07 20:13:11 +0100" endDate="2020-11-07 20:22:47 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 21:11:08 +0100" startDate="2020-11-07 20:56:11 +0100" endDate="2020-11-07 21:06:12 +0100" value="1016"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 21:18:36 +0100" startDate="2020-11-07 21:06:12 +0100" endDate="2020-11-07 21:16:12 +0100" value="1065"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 21:27:53 +0100" startDate="2020-11-07 21:16:25 +0100" endDate="2020-11-07 21:26:26 +0100" value="1006"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 21:38:23 +0100" startDate="2020-11-07 21:26:26 +0100" endDate="2020-11-07 21:36:27 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-07 23:44:57 +0100" startDate="2020-11-07 23:33:41 +0100" endDate="2020-11-07 23:33:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-08 07:58:20 +0100" startDate="2020-11-08 07:44:21 +0100" endDate="2020-11-08 07:44:26 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-08 09:01:13 +0100" startDate="2020-11-08 08:48:35 +0100" endDate="2020-11-08 08:49:41 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-08 09:13:19 +0100" startDate="2020-11-08 08:59:47 +0100" endDate="2020-11-08 09:09:48 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-08 09:23:31 +0100" startDate="2020-11-08 09:09:48 +0100" endDate="2020-11-08 09:15:35 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-08 09:36:31 +0100" startDate="2020-11-08 09:22:20 +0100" endDate="2020-11-08 09:31:51 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-08 09:44:51 +0100" startDate="2020-11-08 09:33:48 +0100" endDate="2020-11-08 09:36:33 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-08 15:49:31 +0100" startDate="2020-11-08 15:37:34 +0100" endDate="2020-11-08 15:37:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-08 17:15:55 +0100" startDate="2020-11-08 17:03:38 +0100" endDate="2020-11-08 17:13:39 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-08 17:29:00 +0100" startDate="2020-11-08 17:13:39 +0100" endDate="2020-11-08 17:23:40 +0100" value="1158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-08 17:34:57 +0100" startDate="2020-11-08 17:23:40 +0100" endDate="2020-11-08 17:33:41 +0100" value="1187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-08 17:46:44 +0100" startDate="2020-11-08 17:33:41 +0100" endDate="2020-11-08 17:41:58 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-08 22:01:34 +0100" startDate="2020-11-08 21:48:30 +0100" endDate="2020-11-08 21:55:20 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 06:06:29 +0100" startDate="2020-11-09 05:53:29 +0100" endDate="2020-11-09 05:57:23 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 07:42:26 +0100" startDate="2020-11-09 07:26:08 +0100" endDate="2020-11-09 07:33:59 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 07:57:58 +0100" startDate="2020-11-09 07:46:38 +0100" endDate="2020-11-09 07:47:47 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 08:11:28 +0100" startDate="2020-11-09 07:58:39 +0100" endDate="2020-11-09 08:03:42 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 09:12:27 +0100" startDate="2020-11-09 09:01:10 +0100" endDate="2020-11-09 09:09:57 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 09:56:17 +0100" startDate="2020-11-09 09:43:52 +0100" endDate="2020-11-09 09:53:35 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 10:05:46 +0100" startDate="2020-11-09 09:54:14 +0100" endDate="2020-11-09 10:03:54 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 10:17:43 +0100" startDate="2020-11-09 10:04:38 +0100" endDate="2020-11-09 10:08:55 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 10:28:29 +0100" startDate="2020-11-09 10:15:25 +0100" endDate="2020-11-09 10:18:43 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 10:41:41 +0100" startDate="2020-11-09 10:27:43 +0100" endDate="2020-11-09 10:35:06 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 10:56:20 +0100" startDate="2020-11-09 10:44:46 +0100" endDate="2020-11-09 10:54:47 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 11:05:49 +0100" startDate="2020-11-09 10:54:47 +0100" endDate="2020-11-09 11:00:11 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 11:17:25 +0100" startDate="2020-11-09 11:05:25 +0100" endDate="2020-11-09 11:07:20 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 12:17:47 +0100" startDate="2020-11-09 12:02:21 +0100" endDate="2020-11-09 12:04:57 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 12:52:37 +0100" startDate="2020-11-09 12:41:34 +0100" endDate="2020-11-09 12:48:04 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 13:08:15 +0100" startDate="2020-11-09 12:57:31 +0100" endDate="2020-11-09 13:07:33 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 13:20:56 +0100" startDate="2020-11-09 13:07:33 +0100" endDate="2020-11-09 13:10:51 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 14:40:54 +0100" startDate="2020-11-09 14:29:51 +0100" endDate="2020-11-09 14:30:42 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 15:00:02 +0100" startDate="2020-11-09 14:48:20 +0100" endDate="2020-11-09 14:51:34 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 15:10:03 +0100" startDate="2020-11-09 14:59:01 +0100" endDate="2020-11-09 15:03:05 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 15:40:10 +0100" startDate="2020-11-09 15:28:38 +0100" endDate="2020-11-09 15:38:39 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 15:54:22 +0100" startDate="2020-11-09 15:38:39 +0100" endDate="2020-11-09 15:47:44 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 16:01:13 +0100" startDate="2020-11-09 15:49:54 +0100" endDate="2020-11-09 15:54:42 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 16:16:12 +0100" startDate="2020-11-09 16:02:19 +0100" endDate="2020-11-09 16:02:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 17:09:51 +0100" startDate="2020-11-09 16:58:17 +0100" endDate="2020-11-09 17:07:39 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 17:21:20 +0100" startDate="2020-11-09 17:09:37 +0100" endDate="2020-11-09 17:09:39 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 17:32:48 +0100" startDate="2020-11-09 17:20:26 +0100" endDate="2020-11-09 17:20:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 17:49:34 +0100" startDate="2020-11-09 17:37:29 +0100" endDate="2020-11-09 17:37:42 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 18:03:46 +0100" startDate="2020-11-09 17:52:44 +0100" endDate="2020-11-09 17:53:06 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 18:33:21 +0100" startDate="2020-11-09 18:21:05 +0100" endDate="2020-11-09 18:22:59 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-09 23:15:27 +0100" startDate="2020-11-09 23:04:25 +0100" endDate="2020-11-09 23:07:41 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 07:27:50 +0100" startDate="2020-11-10 07:15:44 +0100" endDate="2020-11-10 07:24:39 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 07:38:03 +0100" startDate="2020-11-10 07:26:50 +0100" endDate="2020-11-10 07:36:51 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 07:50:18 +0100" startDate="2020-11-10 07:36:51 +0100" endDate="2020-11-10 07:46:52 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 07:58:09 +0100" startDate="2020-11-10 07:46:52 +0100" endDate="2020-11-10 07:56:53 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 08:24:51 +0100" startDate="2020-11-10 07:56:53 +0100" endDate="2020-11-10 08:00:22 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 08:48:24 +0100" startDate="2020-11-10 08:37:22 +0100" endDate="2020-11-10 08:45:15 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 09:09:13 +0100" startDate="2020-11-10 08:58:10 +0100" endDate="2020-11-10 09:06:42 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 09:37:24 +0100" startDate="2020-11-10 09:26:22 +0100" endDate="2020-11-10 09:26:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 09:47:41 +0100" startDate="2020-11-10 09:36:38 +0100" endDate="2020-11-10 09:46:16 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 09:59:52 +0100" startDate="2020-11-10 09:48:49 +0100" endDate="2020-11-10 09:50:51 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 10:50:33 +0100" startDate="2020-11-10 10:38:54 +0100" endDate="2020-11-10 10:38:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 11:39:27 +0100" startDate="2020-11-10 11:27:54 +0100" endDate="2020-11-10 11:27:57 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 12:35:29 +0100" startDate="2020-11-10 12:21:52 +0100" endDate="2020-11-10 12:30:44 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 12:53:53 +0100" startDate="2020-11-10 12:39:25 +0100" endDate="2020-11-10 12:39:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 13:08:52 +0100" startDate="2020-11-10 12:57:49 +0100" endDate="2020-11-10 12:58:07 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 15:18:25 +0100" startDate="2020-11-10 15:06:05 +0100" endDate="2020-11-10 15:06:25 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 16:10:57 +0100" startDate="2020-11-10 15:59:55 +0100" endDate="2020-11-10 16:09:54 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 16:21:39 +0100" startDate="2020-11-10 16:09:54 +0100" endDate="2020-11-10 16:19:03 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 16:32:49 +0100" startDate="2020-11-10 16:20:55 +0100" endDate="2020-11-10 16:30:56 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 16:42:38 +0100" startDate="2020-11-10 16:30:56 +0100" endDate="2020-11-10 16:40:57 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 16:52:00 +0100" startDate="2020-11-10 16:40:57 +0100" endDate="2020-11-10 16:45:20 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 17:10:47 +0100" startDate="2020-11-10 16:59:15 +0100" endDate="2020-11-10 17:08:05 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 17:22:32 +0100" startDate="2020-11-10 17:09:17 +0100" endDate="2020-11-10 17:19:18 +0100" value="912"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 17:30:19 +0100" startDate="2020-11-10 17:19:18 +0100" endDate="2020-11-10 17:28:12 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 17:42:10 +0100" startDate="2020-11-10 17:30:20 +0100" endDate="2020-11-10 17:32:42 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 17:55:12 +0100" startDate="2020-11-10 17:42:56 +0100" endDate="2020-11-10 17:52:35 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 18:05:14 +0100" startDate="2020-11-10 17:54:11 +0100" endDate="2020-11-10 18:00:06 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 19:04:35 +0100" startDate="2020-11-10 18:53:32 +0100" endDate="2020-11-10 19:03:33 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 19:14:36 +0100" startDate="2020-11-10 19:03:33 +0100" endDate="2020-11-10 19:12:38 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 19:58:44 +0100" startDate="2020-11-10 19:44:33 +0100" endDate="2020-11-10 19:54:34 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 20:08:00 +0100" startDate="2020-11-10 19:54:34 +0100" endDate="2020-11-10 20:01:55 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 20:20:19 +0100" startDate="2020-11-10 20:05:52 +0100" endDate="2020-11-10 20:08:04 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 21:56:23 +0100" startDate="2020-11-10 21:42:17 +0100" endDate="2020-11-10 21:46:42 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-10 22:24:20 +0100" startDate="2020-11-10 22:07:11 +0100" endDate="2020-11-10 22:07:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 01:40:43 +0100" startDate="2020-11-11 01:29:40 +0100" endDate="2020-11-11 01:31:25 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 02:19:39 +0100" startDate="2020-11-11 02:08:36 +0100" endDate="2020-11-11 02:12:33 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 02:51:09 +0100" startDate="2020-11-11 02:36:17 +0100" endDate="2020-11-11 02:41:30 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 10:22:14 +0100" startDate="2020-11-11 10:09:22 +0100" endDate="2020-11-11 10:09:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 10:50:58 +0100" startDate="2020-11-11 10:36:04 +0100" endDate="2020-11-11 10:46:05 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 10:57:50 +0100" startDate="2020-11-11 10:46:05 +0100" endDate="2020-11-11 10:52:52 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 11:10:36 +0100" startDate="2020-11-11 10:56:16 +0100" endDate="2020-11-11 11:06:17 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 11:20:23 +0100" startDate="2020-11-11 11:06:17 +0100" endDate="2020-11-11 11:15:07 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 11:28:04 +0100" startDate="2020-11-11 11:16:44 +0100" endDate="2020-11-11 11:22:22 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 12:30:54 +0100" startDate="2020-11-11 12:19:52 +0100" endDate="2020-11-11 12:19:59 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 14:06:19 +0100" startDate="2020-11-11 13:54:40 +0100" endDate="2020-11-11 13:56:07 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 16:23:03 +0100" startDate="2020-11-11 16:08:19 +0100" endDate="2020-11-11 16:18:20 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 16:32:21 +0100" startDate="2020-11-11 16:18:20 +0100" endDate="2020-11-11 16:28:21 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 16:40:10 +0100" startDate="2020-11-11 16:28:21 +0100" endDate="2020-11-11 16:37:16 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 16:54:50 +0100" startDate="2020-11-11 16:40:35 +0100" endDate="2020-11-11 16:41:16 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 17:03:17 +0100" startDate="2020-11-11 16:50:44 +0100" endDate="2020-11-11 16:56:18 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 17:13:52 +0100" startDate="2020-11-11 17:01:59 +0100" endDate="2020-11-11 17:11:27 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 17:24:27 +0100" startDate="2020-11-11 17:13:06 +0100" endDate="2020-11-11 17:22:27 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 17:39:41 +0100" startDate="2020-11-11 17:24:49 +0100" endDate="2020-11-11 17:33:26 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 18:42:30 +0100" startDate="2020-11-11 18:29:50 +0100" endDate="2020-11-11 18:30:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 20:34:58 +0100" startDate="2020-11-11 20:21:19 +0100" endDate="2020-11-11 20:21:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-11 23:04:13 +0100" startDate="2020-11-11 22:53:10 +0100" endDate="2020-11-11 22:53:13 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 08:09:45 +0100" startDate="2020-11-12 07:55:17 +0100" endDate="2020-11-12 08:05:18 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 08:16:26 +0100" startDate="2020-11-12 08:05:18 +0100" endDate="2020-11-12 08:15:16 +0100" value="1003"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 08:29:08 +0100" startDate="2020-11-12 08:15:16 +0100" endDate="2020-11-12 08:25:00 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 08:40:46 +0100" startDate="2020-11-12 08:25:23 +0100" endDate="2020-11-12 08:27:38 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 09:25:58 +0100" startDate="2020-11-12 09:12:12 +0100" endDate="2020-11-12 09:21:35 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 09:32:43 +0100" startDate="2020-11-12 09:25:14 +0100" endDate="2020-11-12 09:25:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 11:20:15 +0100" startDate="2020-11-12 10:21:12 +0100" endDate="2020-11-12 10:21:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 11:20:15 +0100" startDate="2020-11-12 10:37:38 +0100" endDate="2020-11-12 10:37:40 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 11:29:13 +0100" startDate="2020-11-12 11:18:07 +0100" endDate="2020-11-12 11:27:35 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 11:41:16 +0100" startDate="2020-11-12 11:28:14 +0100" endDate="2020-11-12 11:38:12 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 11:50:00 +0100" startDate="2020-11-12 11:38:12 +0100" endDate="2020-11-12 11:48:01 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 12:00:05 +0100" startDate="2020-11-12 11:49:02 +0100" endDate="2020-11-12 11:49:35 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 12:57:27 +0100" startDate="2020-11-12 12:45:40 +0100" endDate="2020-11-12 12:55:41 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 13:06:43 +0100" startDate="2020-11-12 12:55:41 +0100" endDate="2020-11-12 13:05:42 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 13:16:44 +0100" startDate="2020-11-12 13:05:42 +0100" endDate="2020-11-12 13:05:44 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 13:34:23 +0100" startDate="2020-11-12 13:17:43 +0100" endDate="2020-11-12 13:20:31 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 13:41:10 +0100" startDate="2020-11-12 13:29:34 +0100" endDate="2020-11-12 13:29:42 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 15:18:32 +0100" startDate="2020-11-12 15:07:29 +0100" endDate="2020-11-12 15:08:15 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 15:48:00 +0100" startDate="2020-11-12 15:35:00 +0100" endDate="2020-11-12 15:36:14 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 15:58:38 +0100" startDate="2020-11-12 15:45:54 +0100" endDate="2020-11-12 15:55:27 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 16:11:44 +0100" startDate="2020-11-12 15:57:50 +0100" endDate="2020-11-12 16:02:25 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 16:52:51 +0100" startDate="2020-11-12 16:38:52 +0100" endDate="2020-11-12 16:39:43 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 17:22:21 +0100" startDate="2020-11-12 17:11:19 +0100" endDate="2020-11-12 17:16:52 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 17:40:10 +0100" startDate="2020-11-12 17:28:43 +0100" endDate="2020-11-12 17:31:13 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 18:20:49 +0100" startDate="2020-11-12 18:09:11 +0100" endDate="2020-11-12 18:09:21 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 19:10:15 +0100" startDate="2020-11-12 18:59:13 +0100" endDate="2020-11-12 19:01:20 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 19:39:07 +0100" startDate="2020-11-12 19:25:09 +0100" endDate="2020-11-12 19:33:23 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 19:55:37 +0100" startDate="2020-11-12 19:43:26 +0100" endDate="2020-11-12 19:53:22 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-12 22:23:44 +0100" startDate="2020-11-12 22:17:27 +0100" endDate="2020-11-12 22:17:43 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 06:16:25 +0100" startDate="2020-11-13 06:05:22 +0100" endDate="2020-11-13 06:12:25 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 06:53:34 +0100" startDate="2020-11-13 06:42:31 +0100" endDate="2020-11-13 06:43:07 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 09:02:47 +0100" startDate="2020-11-13 08:51:45 +0100" endDate="2020-11-13 09:01:38 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 09:13:14 +0100" startDate="2020-11-13 09:02:11 +0100" endDate="2020-11-13 09:10:51 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 09:23:28 +0100" startDate="2020-11-13 09:12:21 +0100" endDate="2020-11-13 09:13:19 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 10:50:19 +0100" startDate="2020-11-13 10:39:16 +0100" endDate="2020-11-13 10:49:17 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 11:00:20 +0100" startDate="2020-11-13 10:49:17 +0100" endDate="2020-11-13 10:58:12 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 11:32:17 +0100" startDate="2020-11-13 11:17:36 +0100" endDate="2020-11-13 11:27:37 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 11:38:39 +0100" startDate="2020-11-13 11:27:37 +0100" endDate="2020-11-13 11:33:10 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 12:14:11 +0100" startDate="2020-11-13 12:03:08 +0100" endDate="2020-11-13 12:07:00 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 13:34:07 +0100" startDate="2020-11-13 13:23:04 +0100" endDate="2020-11-13 13:31:19 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 13:44:18 +0100" startDate="2020-11-13 13:33:16 +0100" endDate="2020-11-13 13:35:41 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 14:25:21 +0100" startDate="2020-11-13 14:14:19 +0100" endDate="2020-11-13 14:19:02 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 18:04:19 +0100" startDate="2020-11-13 17:52:40 +0100" endDate="2020-11-13 18:02:41 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 18:13:43 +0100" startDate="2020-11-13 18:02:41 +0100" endDate="2020-11-13 18:04:53 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 18:45:40 +0100" startDate="2020-11-13 18:29:43 +0100" endDate="2020-11-13 18:30:44 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-13 20:14:38 +0100" startDate="2020-11-13 19:59:19 +0100" endDate="2020-11-13 19:59:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 09:01:46 +0100" startDate="2020-11-14 08:50:43 +0100" endDate="2020-11-14 08:53:44 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 09:41:33 +0100" startDate="2020-11-14 09:25:47 +0100" endDate="2020-11-14 09:35:25 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 09:52:45 +0100" startDate="2020-11-14 09:35:51 +0100" endDate="2020-11-14 09:45:44 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 09:59:12 +0100" startDate="2020-11-14 09:46:27 +0100" endDate="2020-11-14 09:53:58 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 10:12:25 +0100" startDate="2020-11-14 09:58:59 +0100" endDate="2020-11-14 10:08:57 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 10:21:50 +0100" startDate="2020-11-14 10:09:03 +0100" endDate="2020-11-14 10:19:03 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 10:32:44 +0100" startDate="2020-11-14 10:19:03 +0100" endDate="2020-11-14 10:28:36 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 10:42:42 +0100" startDate="2020-11-14 10:29:07 +0100" endDate="2020-11-14 10:39:03 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 10:52:56 +0100" startDate="2020-11-14 10:39:08 +0100" endDate="2020-11-14 10:49:09 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 11:01:42 +0100" startDate="2020-11-14 10:49:24 +0100" endDate="2020-11-14 10:59:22 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 11:16:08 +0100" startDate="2020-11-14 10:59:25 +0100" endDate="2020-11-14 11:08:40 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 11:22:14 +0100" startDate="2020-11-14 11:09:26 +0100" endDate="2020-11-14 11:13:18 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 11:42:40 +0100" startDate="2020-11-14 11:27:31 +0100" endDate="2020-11-14 11:37:14 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 11:51:11 +0100" startDate="2020-11-14 11:37:35 +0100" endDate="2020-11-14 11:46:42 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 12:00:53 +0100" startDate="2020-11-14 11:47:38 +0100" endDate="2020-11-14 11:57:17 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 12:11:20 +0100" startDate="2020-11-14 11:57:45 +0100" endDate="2020-11-14 12:04:04 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 12:20:59 +0100" startDate="2020-11-14 12:08:00 +0100" endDate="2020-11-14 12:17:17 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 12:33:16 +0100" startDate="2020-11-14 12:20:29 +0100" endDate="2020-11-14 12:28:33 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 12:45:13 +0100" startDate="2020-11-14 12:30:36 +0100" endDate="2020-11-14 12:39:58 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 12:56:34 +0100" startDate="2020-11-14 12:42:13 +0100" endDate="2020-11-14 12:52:14 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 13:04:47 +0100" startDate="2020-11-14 12:52:22 +0100" endDate="2020-11-14 13:02:23 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 13:16:25 +0100" startDate="2020-11-14 13:03:32 +0100" endDate="2020-11-14 13:13:31 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 13:26:45 +0100" startDate="2020-11-14 13:13:33 +0100" endDate="2020-11-14 13:17:53 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 13:44:23 +0100" startDate="2020-11-14 13:32:21 +0100" endDate="2020-11-14 13:42:17 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 13:57:15 +0100" startDate="2020-11-14 13:42:22 +0100" endDate="2020-11-14 13:52:16 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 14:05:55 +0100" startDate="2020-11-14 13:54:00 +0100" endDate="2020-11-14 14:03:41 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 14:16:07 +0100" startDate="2020-11-14 14:04:12 +0100" endDate="2020-11-14 14:12:19 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 14:27:20 +0100" startDate="2020-11-14 14:14:19 +0100" endDate="2020-11-14 14:21:24 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 14:40:29 +0100" startDate="2020-11-14 14:25:05 +0100" endDate="2020-11-14 14:35:06 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 14:50:20 +0100" startDate="2020-11-14 14:35:06 +0100" endDate="2020-11-14 14:40:04 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 15:01:28 +0100" startDate="2020-11-14 14:49:24 +0100" endDate="2020-11-14 14:59:24 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 15:12:28 +0100" startDate="2020-11-14 14:59:24 +0100" endDate="2020-11-14 15:09:25 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 15:20:38 +0100" startDate="2020-11-14 15:09:25 +0100" endDate="2020-11-14 15:17:26 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 15:42:18 +0100" startDate="2020-11-14 15:25:43 +0100" endDate="2020-11-14 15:35:42 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 15:51:43 +0100" startDate="2020-11-14 15:35:42 +0100" endDate="2020-11-14 15:45:15 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 15:59:10 +0100" startDate="2020-11-14 15:45:50 +0100" endDate="2020-11-14 15:55:50 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 16:08:23 +0100" startDate="2020-11-14 15:55:50 +0100" endDate="2020-11-14 16:01:16 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 16:19:12 +0100" startDate="2020-11-14 16:08:10 +0100" endDate="2020-11-14 16:16:55 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 16:31:48 +0100" startDate="2020-11-14 16:19:12 +0100" endDate="2020-11-14 16:28:52 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 16:41:52 +0100" startDate="2020-11-14 16:29:13 +0100" endDate="2020-11-14 16:39:07 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 16:50:42 +0100" startDate="2020-11-14 16:39:12 +0100" endDate="2020-11-14 16:42:48 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 17:09:22 +0100" startDate="2020-11-14 16:56:45 +0100" endDate="2020-11-14 17:05:47 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 17:25:40 +0100" startDate="2020-11-14 17:11:16 +0100" endDate="2020-11-14 17:15:39 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 17:44:45 +0100" startDate="2020-11-14 17:30:10 +0100" endDate="2020-11-14 17:39:43 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 17:57:25 +0100" startDate="2020-11-14 17:43:27 +0100" endDate="2020-11-14 17:53:21 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 18:10:23 +0100" startDate="2020-11-14 17:53:26 +0100" endDate="2020-11-14 17:57:20 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 18:26:13 +0100" startDate="2020-11-14 18:12:43 +0100" endDate="2020-11-14 18:16:37 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 19:22:29 +0100" startDate="2020-11-14 19:06:28 +0100" endDate="2020-11-14 19:07:27 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 20:00:38 +0100" startDate="2020-11-14 19:47:50 +0100" endDate="2020-11-14 19:48:28 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 20:17:26 +0100" startDate="2020-11-14 20:05:46 +0100" endDate="2020-11-14 20:07:59 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 21:06:29 +0100" startDate="2020-11-14 20:55:26 +0100" endDate="2020-11-14 21:04:36 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 21:16:45 +0100" startDate="2020-11-14 21:05:42 +0100" endDate="2020-11-14 21:06:16 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 21:33:34 +0100" startDate="2020-11-14 21:22:31 +0100" endDate="2020-11-14 21:24:31 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-14 23:05:41 +0100" startDate="2020-11-14 22:54:39 +0100" endDate="2020-11-14 22:57:06 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 06:44:04 +0100" startDate="2020-11-15 06:33:01 +0100" endDate="2020-11-15 06:36:43 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 07:19:58 +0100" startDate="2020-11-15 07:08:56 +0100" endDate="2020-11-15 07:09:34 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 08:38:42 +0100" startDate="2020-11-15 08:25:51 +0100" endDate="2020-11-15 08:35:49 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 08:47:13 +0100" startDate="2020-11-15 08:36:07 +0100" endDate="2020-11-15 08:43:30 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 09:19:58 +0100" startDate="2020-11-15 09:08:56 +0100" endDate="2020-11-15 09:09:47 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 09:31:42 +0100" startDate="2020-11-15 09:20:39 +0100" endDate="2020-11-15 09:26:23 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 09:42:13 +0100" startDate="2020-11-15 09:31:11 +0100" endDate="2020-11-15 09:38:21 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 09:54:47 +0100" startDate="2020-11-15 09:43:45 +0100" endDate="2020-11-15 09:51:54 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 10:37:45 +0100" startDate="2020-11-15 10:24:28 +0100" endDate="2020-11-15 10:34:27 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 10:46:00 +0100" startDate="2020-11-15 10:34:57 +0100" endDate="2020-11-15 10:38:08 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 11:56:02 +0100" startDate="2020-11-15 11:45:16 +0100" endDate="2020-11-15 11:50:34 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 15:49:45 +0100" startDate="2020-11-15 15:38:42 +0100" endDate="2020-11-15 15:38:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 16:08:17 +0100" startDate="2020-11-15 15:57:14 +0100" endDate="2020-11-15 15:59:27 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 16:22:05 +0100" startDate="2020-11-15 16:10:41 +0100" endDate="2020-11-15 16:14:03 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 17:41:28 +0100" startDate="2020-11-15 17:30:25 +0100" endDate="2020-11-15 17:35:51 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-15 18:21:23 +0100" startDate="2020-11-15 18:10:21 +0100" endDate="2020-11-15 18:17:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-16 08:35:37 +0100" startDate="2020-11-16 08:24:34 +0100" endDate="2020-11-16 08:30:44 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-16 09:17:11 +0100" startDate="2020-11-16 09:06:09 +0100" endDate="2020-11-16 09:06:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-16 12:29:35 +0100" startDate="2020-11-16 12:17:43 +0100" endDate="2020-11-16 12:27:44 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-16 12:40:57 +0100" startDate="2020-11-16 12:27:44 +0100" endDate="2020-11-16 12:36:09 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-16 12:51:31 +0100" startDate="2020-11-16 12:39:56 +0100" endDate="2020-11-16 12:49:57 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-16 13:01:00 +0100" startDate="2020-11-16 12:49:57 +0100" endDate="2020-11-16 12:59:56 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-16 13:11:16 +0100" startDate="2020-11-16 13:00:14 +0100" endDate="2020-11-16 13:02:46 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-16 14:04:40 +0100" startDate="2020-11-16 13:51:37 +0100" endDate="2020-11-16 13:51:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-16 15:20:45 +0100" startDate="2020-11-16 15:08:37 +0100" endDate="2020-11-16 15:10:44 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-16 16:21:50 +0100" startDate="2020-11-16 16:09:38 +0100" endDate="2020-11-16 16:18:40 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-16 21:16:42 +0100" startDate="2020-11-16 21:04:13 +0100" endDate="2020-11-16 21:04:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-16 22:00:02 +0100" startDate="2020-11-16 21:48:33 +0100" endDate="2020-11-16 21:49:52 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 09:35:10 +0100" startDate="2020-11-17 09:24:07 +0100" endDate="2020-11-17 09:24:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 09:49:07 +0100" startDate="2020-11-17 09:37:29 +0100" endDate="2020-11-17 09:46:34 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 11:13:10 +0100" startDate="2020-11-17 11:00:54 +0100" endDate="2020-11-17 11:10:53 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 11:23:53 +0100" startDate="2020-11-17 11:10:53 +0100" endDate="2020-11-17 11:16:01 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 11:39:49 +0100" startDate="2020-11-17 11:28:46 +0100" endDate="2020-11-17 11:34:15 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 12:54:28 +0100" startDate="2020-11-17 12:43:25 +0100" endDate="2020-11-17 12:53:18 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 13:05:09 +0100" startDate="2020-11-17 12:54:07 +0100" endDate="2020-11-17 13:04:03 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 13:16:12 +0100" startDate="2020-11-17 13:05:09 +0100" endDate="2020-11-17 13:13:34 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 13:27:14 +0100" startDate="2020-11-17 13:16:12 +0100" endDate="2020-11-17 13:16:34 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 16:38:14 +0100" startDate="2020-11-17 16:25:15 +0100" endDate="2020-11-17 16:30:07 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 20:15:52 +0100" startDate="2020-11-17 20:04:50 +0100" endDate="2020-11-17 20:10:19 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 20:34:41 +0100" startDate="2020-11-17 20:23:16 +0100" endDate="2020-11-17 20:29:22 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 20:54:21 +0100" startDate="2020-11-17 20:43:05 +0100" endDate="2020-11-17 20:43:35 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 21:05:15 +0100" startDate="2020-11-17 20:54:12 +0100" endDate="2020-11-17 20:54:30 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 21:23:09 +0100" startDate="2020-11-17 21:12:06 +0100" endDate="2020-11-17 21:14:18 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-17 22:04:58 +0100" startDate="2020-11-17 21:53:55 +0100" endDate="2020-11-17 21:54:18 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 03:58:14 +0100" startDate="2020-11-18 03:47:12 +0100" endDate="2020-11-18 03:49:37 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 04:33:32 +0100" startDate="2020-11-18 04:22:30 +0100" endDate="2020-11-18 04:22:40 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 05:52:04 +0100" startDate="2020-11-18 05:41:02 +0100" endDate="2020-11-18 05:42:49 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 08:14:24 +0100" startDate="2020-11-18 08:01:12 +0100" endDate="2020-11-18 08:03:04 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 09:11:36 +0100" startDate="2020-11-18 08:57:25 +0100" endDate="2020-11-18 09:06:00 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 09:32:01 +0100" startDate="2020-11-18 09:18:42 +0100" endDate="2020-11-18 09:24:59 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 10:38:52 +0100" startDate="2020-11-18 10:24:58 +0100" endDate="2020-11-18 10:29:50 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 11:05:12 +0100" startDate="2020-11-18 10:51:34 +0100" endDate="2020-11-18 11:00:54 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 11:19:37 +0100" startDate="2020-11-18 11:07:24 +0100" endDate="2020-11-18 11:17:20 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 11:33:02 +0100" startDate="2020-11-18 11:18:11 +0100" endDate="2020-11-18 11:26:28 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 11:56:18 +0100" startDate="2020-11-18 11:45:15 +0100" endDate="2020-11-18 11:54:19 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 12:11:52 +0100" startDate="2020-11-18 11:58:29 +0100" endDate="2020-11-18 12:07:16 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 13:55:02 +0100" startDate="2020-11-18 13:43:26 +0100" endDate="2020-11-18 13:51:48 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 14:19:18 +0100" startDate="2020-11-18 14:07:46 +0100" endDate="2020-11-18 14:12:49 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 14:31:58 +0100" startDate="2020-11-18 14:20:55 +0100" endDate="2020-11-18 14:21:51 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 15:31:50 +0100" startDate="2020-11-18 15:20:29 +0100" endDate="2020-11-18 15:30:30 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 15:42:24 +0100" startDate="2020-11-18 15:31:21 +0100" endDate="2020-11-18 15:31:34 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 16:28:00 +0100" startDate="2020-11-18 16:16:38 +0100" endDate="2020-11-18 16:25:08 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 17:03:44 +0100" startDate="2020-11-18 16:50:30 +0100" endDate="2020-11-18 16:50:58 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 17:18:01 +0100" startDate="2020-11-18 17:04:05 +0100" endDate="2020-11-18 17:11:57 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 18:14:27 +0100" startDate="2020-11-18 18:03:24 +0100" endDate="2020-11-18 18:12:29 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 20:39:18 +0100" startDate="2020-11-18 20:28:15 +0100" endDate="2020-11-18 20:35:43 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 20:53:11 +0100" startDate="2020-11-18 20:42:08 +0100" endDate="2020-11-18 20:48:53 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 21:04:09 +0100" startDate="2020-11-18 20:53:07 +0100" endDate="2020-11-18 20:55:29 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-18 22:05:32 +0100" startDate="2020-11-18 21:54:29 +0100" endDate="2020-11-18 21:56:29 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 04:23:48 +0100" startDate="2020-11-19 04:12:46 +0100" endDate="2020-11-19 04:13:01 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 06:11:08 +0100" startDate="2020-11-19 06:00:06 +0100" endDate="2020-11-19 06:01:48 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 09:01:59 +0100" startDate="2020-11-19 08:50:56 +0100" endDate="2020-11-19 08:55:47 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 09:18:41 +0100" startDate="2020-11-19 09:05:22 +0100" endDate="2020-11-19 09:09:02 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 10:11:32 +0100" startDate="2020-11-19 10:01:12 +0100" endDate="2020-11-19 10:09:57 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 10:27:51 +0100" startDate="2020-11-19 10:13:20 +0100" endDate="2020-11-19 10:14:09 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 11:29:53 +0100" startDate="2020-11-19 11:18:50 +0100" endDate="2020-11-19 11:19:16 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 12:26:24 +0100" startDate="2020-11-19 12:11:46 +0100" endDate="2020-11-19 12:21:32 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 14:10:55 +0100" startDate="2020-11-19 13:59:52 +0100" endDate="2020-11-19 14:08:37 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 14:22:22 +0100" startDate="2020-11-19 14:11:20 +0100" endDate="2020-11-19 14:21:18 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 14:32:41 +0100" startDate="2020-11-19 14:21:39 +0100" endDate="2020-11-19 14:31:40 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 14:42:43 +0100" startDate="2020-11-19 14:31:40 +0100" endDate="2020-11-19 14:41:13 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 14:56:19 +0100" startDate="2020-11-19 14:44:06 +0100" endDate="2020-11-19 14:49:42 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 15:42:41 +0100" startDate="2020-11-19 15:30:11 +0100" endDate="2020-11-19 15:39:39 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 15:54:15 +0100" startDate="2020-11-19 15:42:20 +0100" endDate="2020-11-19 15:52:13 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 16:04:42 +0100" startDate="2020-11-19 15:52:23 +0100" endDate="2020-11-19 16:00:35 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 16:16:38 +0100" startDate="2020-11-19 16:05:35 +0100" endDate="2020-11-19 16:08:21 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 16:38:20 +0100" startDate="2020-11-19 16:25:28 +0100" endDate="2020-11-19 16:25:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-19 17:55:51 +0100" startDate="2020-11-19 17:44:24 +0100" endDate="2020-11-19 17:52:51 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 07:24:26 +0100" startDate="2020-11-20 07:13:23 +0100" endDate="2020-11-20 07:23:24 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 07:35:16 +0100" startDate="2020-11-20 07:23:24 +0100" endDate="2020-11-20 07:31:30 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 07:45:13 +0100" startDate="2020-11-20 07:34:11 +0100" endDate="2020-11-20 07:43:59 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 07:59:49 +0100" startDate="2020-11-20 07:44:30 +0100" endDate="2020-11-20 07:47:38 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 08:16:09 +0100" startDate="2020-11-20 08:02:05 +0100" endDate="2020-11-20 08:08:22 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 09:38:37 +0100" startDate="2020-11-20 09:27:34 +0100" endDate="2020-11-20 09:27:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 12:16:01 +0100" startDate="2020-11-20 12:02:49 +0100" endDate="2020-11-20 12:02:51 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 13:54:24 +0100" startDate="2020-11-20 13:43:22 +0100" endDate="2020-11-20 13:47:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 14:14:38 +0100" startDate="2020-11-20 14:03:36 +0100" endDate="2020-11-20 14:10:08 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 15:16:07 +0100" startDate="2020-11-20 15:05:04 +0100" endDate="2020-11-20 15:06:46 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 15:40:19 +0100" startDate="2020-11-20 15:29:16 +0100" endDate="2020-11-20 15:30:05 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 15:59:38 +0100" startDate="2020-11-20 15:48:18 +0100" endDate="2020-11-20 15:49:06 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-20 16:42:14 +0100" startDate="2020-11-20 16:30:04 +0100" endDate="2020-11-20 16:35:53 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 08:59:10 +0100" startDate="2020-11-21 08:48:07 +0100" endDate="2020-11-21 08:51:13 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 09:17:23 +0100" startDate="2020-11-21 09:06:20 +0100" endDate="2020-11-21 09:06:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 09:30:58 +0100" startDate="2020-11-21 09:19:55 +0100" endDate="2020-11-21 09:20:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 11:11:25 +0100" startDate="2020-11-21 10:57:27 +0100" endDate="2020-11-21 10:57:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 12:13:06 +0100" startDate="2020-11-21 12:00:55 +0100" endDate="2020-11-21 12:10:56 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 12:21:59 +0100" startDate="2020-11-21 12:10:56 +0100" endDate="2020-11-21 12:20:57 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 12:33:53 +0100" startDate="2020-11-21 12:20:57 +0100" endDate="2020-11-21 12:28:53 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 12:43:22 +0100" startDate="2020-11-21 12:31:31 +0100" endDate="2020-11-21 12:41:32 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 12:53:17 +0100" startDate="2020-11-21 12:41:32 +0100" endDate="2020-11-21 12:51:20 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 13:02:53 +0100" startDate="2020-11-21 12:51:51 +0100" endDate="2020-11-21 12:51:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 13:15:37 +0100" startDate="2020-11-21 13:03:18 +0100" endDate="2020-11-21 13:09:30 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 13:40:58 +0100" startDate="2020-11-21 13:29:20 +0100" endDate="2020-11-21 13:33:19 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 13:51:20 +0100" startDate="2020-11-21 13:39:54 +0100" endDate="2020-11-21 13:40:50 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 14:17:52 +0100" startDate="2020-11-21 14:03:25 +0100" endDate="2020-11-21 14:08:41 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 14:31:15 +0100" startDate="2020-11-21 14:18:42 +0100" endDate="2020-11-21 14:28:25 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 14:53:26 +0100" startDate="2020-11-21 14:42:24 +0100" endDate="2020-11-21 14:48:58 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 15:18:26 +0100" startDate="2020-11-21 15:07:24 +0100" endDate="2020-11-21 15:10:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 15:54:16 +0100" startDate="2020-11-21 15:43:13 +0100" endDate="2020-11-21 15:43:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 16:39:36 +0100" startDate="2020-11-21 16:26:54 +0100" endDate="2020-11-21 16:30:38 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 16:51:08 +0100" startDate="2020-11-21 16:38:09 +0100" endDate="2020-11-21 16:46:08 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 17:04:43 +0100" startDate="2020-11-21 16:48:56 +0100" endDate="2020-11-21 16:48:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 17:16:28 +0100" startDate="2020-11-21 17:02:00 +0100" endDate="2020-11-21 17:04:31 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 18:34:07 +0100" startDate="2020-11-21 18:20:58 +0100" endDate="2020-11-21 18:29:57 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 18:44:24 +0100" startDate="2020-11-21 18:31:00 +0100" endDate="2020-11-21 18:31:08 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 20:18:13 +0100" startDate="2020-11-21 20:01:49 +0100" endDate="2020-11-21 20:02:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 23:00:27 +0100" startDate="2020-11-21 22:49:08 +0100" endDate="2020-11-21 22:57:53 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 23:16:57 +0100" startDate="2020-11-21 23:02:48 +0100" endDate="2020-11-21 23:06:55 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-21 23:28:09 +0100" startDate="2020-11-21 23:17:06 +0100" endDate="2020-11-21 23:18:17 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 08:37:31 +0100" startDate="2020-11-22 08:26:28 +0100" endDate="2020-11-22 08:27:01 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 10:37:07 +0100" startDate="2020-11-22 10:24:59 +0100" endDate="2020-11-22 10:30:12 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 11:08:31 +0100" startDate="2020-11-22 10:57:28 +0100" endDate="2020-11-22 10:57:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 11:23:32 +0100" startDate="2020-11-22 11:09:50 +0100" endDate="2020-11-22 11:19:46 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 11:32:34 +0100" startDate="2020-11-22 11:19:51 +0100" endDate="2020-11-22 11:25:22 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 11:49:09 +0100" startDate="2020-11-22 11:38:06 +0100" endDate="2020-11-22 11:39:07 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 12:03:55 +0100" startDate="2020-11-22 11:52:52 +0100" endDate="2020-11-22 11:57:22 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 12:18:02 +0100" startDate="2020-11-22 12:04:25 +0100" endDate="2020-11-22 12:09:30 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 12:31:18 +0100" startDate="2020-11-22 12:20:15 +0100" endDate="2020-11-22 12:25:24 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 12:45:49 +0100" startDate="2020-11-22 12:34:46 +0100" endDate="2020-11-22 12:39:37 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 13:17:00 +0100" startDate="2020-11-22 13:05:51 +0100" endDate="2020-11-22 13:15:51 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 13:30:49 +0100" startDate="2020-11-22 13:15:51 +0100" endDate="2020-11-22 13:25:39 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 14:25:33 +0100" startDate="2020-11-22 14:14:27 +0100" endDate="2020-11-22 14:23:35 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 14:51:11 +0100" startDate="2020-11-22 14:38:58 +0100" endDate="2020-11-22 14:41:18 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 15:15:48 +0100" startDate="2020-11-22 15:04:41 +0100" endDate="2020-11-22 15:13:51 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 15:28:36 +0100" startDate="2020-11-22 15:15:15 +0100" endDate="2020-11-22 15:25:16 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 15:41:18 +0100" startDate="2020-11-22 15:25:16 +0100" endDate="2020-11-22 15:28:35 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 16:48:45 +0100" startDate="2020-11-22 16:36:43 +0100" endDate="2020-11-22 16:38:10 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 17:01:47 +0100" startDate="2020-11-22 16:47:02 +0100" endDate="2020-11-22 16:54:10 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 17:14:55 +0100" startDate="2020-11-22 17:03:12 +0100" endDate="2020-11-22 17:06:21 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 17:28:30 +0100" startDate="2020-11-22 17:13:28 +0100" endDate="2020-11-22 17:14:58 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 17:49:06 +0100" startDate="2020-11-22 17:38:03 +0100" endDate="2020-11-22 17:48:02 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 17:59:07 +0100" startDate="2020-11-22 17:48:05 +0100" endDate="2020-11-22 17:56:28 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 18:13:54 +0100" startDate="2020-11-22 18:01:01 +0100" endDate="2020-11-22 18:10:06 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 18:25:22 +0100" startDate="2020-11-22 18:14:19 +0100" endDate="2020-11-22 18:17:50 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.0.1" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.0.1, creation date:2020-10-06 03:33:30 +0000&gt;" unit="count" creationDate="2020-11-22 22:27:39 +0100" startDate="2020-11-22 22:16:36 +0100" endDate="2020-11-22 22:20:07 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 06:16:47 +0100" startDate="2020-11-23 06:05:44 +0100" endDate="2020-11-23 06:08:09 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 09:02:46 +0100" startDate="2020-11-23 08:50:59 +0100" endDate="2020-11-23 08:57:57 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 09:28:38 +0100" startDate="2020-11-23 09:17:12 +0100" endDate="2020-11-23 09:24:53 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 09:44:18 +0100" startDate="2020-11-23 09:30:29 +0100" endDate="2020-11-23 09:40:00 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 09:52:19 +0100" startDate="2020-11-23 09:40:33 +0100" endDate="2020-11-23 09:50:34 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 10:04:38 +0100" startDate="2020-11-23 09:51:43 +0100" endDate="2020-11-23 09:53:50 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 10:59:38 +0100" startDate="2020-11-23 10:47:28 +0100" endDate="2020-11-23 10:57:03 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 11:12:14 +0100" startDate="2020-11-23 10:59:18 +0100" endDate="2020-11-23 11:00:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 12:07:03 +0100" startDate="2020-11-23 11:54:32 +0100" endDate="2020-11-23 11:55:51 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 12:21:47 +0100" startDate="2020-11-23 12:10:44 +0100" endDate="2020-11-23 12:13:53 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 13:13:05 +0100" startDate="2020-11-23 13:02:03 +0100" endDate="2020-11-23 13:12:01 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 13:24:00 +0100" startDate="2020-11-23 13:12:57 +0100" endDate="2020-11-23 13:15:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 14:15:00 +0100" startDate="2020-11-23 14:02:47 +0100" endDate="2020-11-23 14:10:36 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 14:35:14 +0100" startDate="2020-11-23 14:18:19 +0100" endDate="2020-11-23 14:28:20 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 14:40:05 +0100" startDate="2020-11-23 14:28:20 +0100" endDate="2020-11-23 14:38:16 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 14:51:49 +0100" startDate="2020-11-23 14:38:21 +0100" endDate="2020-11-23 14:48:10 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 15:01:07 +0100" startDate="2020-11-23 14:50:04 +0100" endDate="2020-11-23 15:00:03 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 15:12:36 +0100" startDate="2020-11-23 15:00:39 +0100" endDate="2020-11-23 15:10:40 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 15:21:42 +0100" startDate="2020-11-23 15:10:40 +0100" endDate="2020-11-23 15:20:03 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 15:50:05 +0100" startDate="2020-11-23 15:37:51 +0100" endDate="2020-11-23 15:47:40 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 16:20:20 +0100" startDate="2020-11-23 16:08:01 +0100" endDate="2020-11-23 16:16:38 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 17:01:03 +0100" startDate="2020-11-23 16:50:01 +0100" endDate="2020-11-23 16:50:11 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 17:49:00 +0100" startDate="2020-11-23 17:37:57 +0100" endDate="2020-11-23 17:44:21 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 18:04:28 +0100" startDate="2020-11-23 17:51:50 +0100" endDate="2020-11-23 18:01:51 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 18:13:45 +0100" startDate="2020-11-23 18:01:51 +0100" endDate="2020-11-23 18:04:08 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 18:33:35 +0100" startDate="2020-11-23 18:21:23 +0100" endDate="2020-11-23 18:24:03 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 18:45:35 +0100" startDate="2020-11-23 18:33:44 +0100" endDate="2020-11-23 18:41:12 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 18:59:28 +0100" startDate="2020-11-23 18:45:01 +0100" endDate="2020-11-23 18:45:32 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 21:26:48 +0100" startDate="2020-11-23 21:12:36 +0100" endDate="2020-11-23 21:12:41 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-23 22:41:29 +0100" startDate="2020-11-23 22:30:26 +0100" endDate="2020-11-23 22:36:07 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 04:10:21 +0100" startDate="2020-11-24 03:59:18 +0100" endDate="2020-11-24 03:59:28 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 08:47:27 +0100" startDate="2020-11-24 08:36:24 +0100" endDate="2020-11-24 08:41:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 09:12:21 +0100" startDate="2020-11-24 09:01:18 +0100" endDate="2020-11-24 09:10:05 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 09:29:23 +0100" startDate="2020-11-24 09:16:20 +0100" endDate="2020-11-24 09:21:18 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 09:55:12 +0100" startDate="2020-11-24 09:40:54 +0100" endDate="2020-11-24 09:47:19 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 10:10:22 +0100" startDate="2020-11-24 09:58:31 +0100" endDate="2020-11-24 10:05:05 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 10:26:54 +0100" startDate="2020-11-24 10:13:25 +0100" endDate="2020-11-24 10:21:23 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 10:41:33 +0100" startDate="2020-11-24 10:25:30 +0100" endDate="2020-11-24 10:31:32 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 11:04:28 +0100" startDate="2020-11-24 10:53:25 +0100" endDate="2020-11-24 11:01:24 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 11:40:28 +0100" startDate="2020-11-24 11:24:24 +0100" endDate="2020-11-24 11:32:58 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 11:46:55 +0100" startDate="2020-11-24 11:34:27 +0100" endDate="2020-11-24 11:44:29 +0100" value="1102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 11:57:33 +0100" startDate="2020-11-24 11:44:29 +0100" endDate="2020-11-24 11:54:29 +0100" value="1116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 12:09:51 +0100" startDate="2020-11-24 11:54:29 +0100" endDate="2020-11-24 12:02:35 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 12:31:22 +0100" startDate="2020-11-24 12:20:16 +0100" endDate="2020-11-24 12:28:07 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 12:43:16 +0100" startDate="2020-11-24 12:31:03 +0100" endDate="2020-11-24 12:40:46 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 12:54:54 +0100" startDate="2020-11-24 12:41:37 +0100" endDate="2020-11-24 12:51:12 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 13:06:45 +0100" startDate="2020-11-24 12:51:56 +0100" endDate="2020-11-24 13:01:57 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 13:16:08 +0100" startDate="2020-11-24 13:01:57 +0100" endDate="2020-11-24 13:11:37 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 13:26:41 +0100" startDate="2020-11-24 13:14:31 +0100" endDate="2020-11-24 13:24:24 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 13:38:07 +0100" startDate="2020-11-24 13:27:04 +0100" endDate="2020-11-24 13:28:00 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 14:09:16 +0100" startDate="2020-11-24 13:58:02 +0100" endDate="2020-11-24 14:07:47 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 14:24:06 +0100" startDate="2020-11-24 14:10:38 +0100" endDate="2020-11-24 14:19:49 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 14:42:52 +0100" startDate="2020-11-24 14:28:13 +0100" endDate="2020-11-24 14:29:01 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 14:56:41 +0100" startDate="2020-11-24 14:42:26 +0100" endDate="2020-11-24 14:42:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 17:21:24 +0100" startDate="2020-11-24 17:10:21 +0100" endDate="2020-11-24 17:10:29 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 18:04:36 +0100" startDate="2020-11-24 17:51:28 +0100" endDate="2020-11-24 17:51:36 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-24 22:36:24 +0100" startDate="2020-11-24 22:25:21 +0100" endDate="2020-11-24 22:27:10 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 07:55:01 +0100" startDate="2020-11-25 07:43:31 +0100" endDate="2020-11-25 07:43:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 08:34:34 +0100" startDate="2020-11-25 08:23:27 +0100" endDate="2020-11-25 08:27:24 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 08:56:43 +0100" startDate="2020-11-25 08:45:12 +0100" endDate="2020-11-25 08:45:30 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 09:08:26 +0100" startDate="2020-11-25 08:55:32 +0100" endDate="2020-11-25 09:05:33 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 09:18:25 +0100" startDate="2020-11-25 09:06:04 +0100" endDate="2020-11-25 09:16:05 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 09:29:58 +0100" startDate="2020-11-25 09:16:05 +0100" endDate="2020-11-25 09:18:25 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 09:58:27 +0100" startDate="2020-11-25 09:47:02 +0100" endDate="2020-11-25 09:55:55 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 10:09:46 +0100" startDate="2020-11-25 09:57:37 +0100" endDate="2020-11-25 10:00:17 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 10:28:52 +0100" startDate="2020-11-25 10:17:49 +0100" endDate="2020-11-25 10:25:20 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 10:49:02 +0100" startDate="2020-11-25 10:35:52 +0100" endDate="2020-11-25 10:43:28 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 11:01:04 +0100" startDate="2020-11-25 10:49:31 +0100" endDate="2020-11-25 10:59:08 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 11:10:55 +0100" startDate="2020-11-25 10:59:51 +0100" endDate="2020-11-25 11:09:50 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 11:23:25 +0100" startDate="2020-11-25 11:09:50 +0100" endDate="2020-11-25 11:10:58 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 11:42:13 +0100" startDate="2020-11-25 11:30:54 +0100" endDate="2020-11-25 11:40:34 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 11:54:49 +0100" startDate="2020-11-25 11:41:00 +0100" endDate="2020-11-25 11:43:45 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 12:06:38 +0100" startDate="2020-11-25 11:55:05 +0100" endDate="2020-11-25 12:05:06 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 12:18:36 +0100" startDate="2020-11-25 12:05:06 +0100" endDate="2020-11-25 12:14:54 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 12:26:43 +0100" startDate="2020-11-25 12:15:40 +0100" endDate="2020-11-25 12:24:32 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 12:37:39 +0100" startDate="2020-11-25 12:26:11 +0100" endDate="2020-11-25 12:34:26 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 12:49:48 +0100" startDate="2020-11-25 12:38:45 +0100" endDate="2020-11-25 12:45:51 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 13:09:44 +0100" startDate="2020-11-25 12:58:11 +0100" endDate="2020-11-25 12:58:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 14:33:14 +0100" startDate="2020-11-25 14:21:40 +0100" endDate="2020-11-25 14:28:53 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 14:42:27 +0100" startDate="2020-11-25 14:31:51 +0100" endDate="2020-11-25 14:41:52 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 14:55:57 +0100" startDate="2020-11-25 14:41:55 +0100" endDate="2020-11-25 14:50:16 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 15:06:03 +0100" startDate="2020-11-25 14:51:58 +0100" endDate="2020-11-25 15:01:11 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 15:21:07 +0100" startDate="2020-11-25 15:03:05 +0100" endDate="2020-11-25 15:09:35 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 15:32:15 +0100" startDate="2020-11-25 15:21:12 +0100" endDate="2020-11-25 15:26:18 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 16:23:03 +0100" startDate="2020-11-25 16:12:00 +0100" endDate="2020-11-25 16:12:59 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 16:41:42 +0100" startDate="2020-11-25 16:29:32 +0100" endDate="2020-11-25 16:37:08 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 16:50:52 +0100" startDate="2020-11-25 16:39:48 +0100" endDate="2020-11-25 16:48:48 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 17:04:03 +0100" startDate="2020-11-25 16:53:01 +0100" endDate="2020-11-25 16:53:36 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 17:22:56 +0100" startDate="2020-11-25 17:10:41 +0100" endDate="2020-11-25 17:13:57 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 18:13:16 +0100" startDate="2020-11-25 18:02:13 +0100" endDate="2020-11-25 18:02:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 18:37:11 +0100" startDate="2020-11-25 18:22:28 +0100" endDate="2020-11-25 18:30:02 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 19:39:53 +0100" startDate="2020-11-25 19:28:59 +0100" endDate="2020-11-25 19:38:38 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 19:50:13 +0100" startDate="2020-11-25 19:39:00 +0100" endDate="2020-11-25 19:49:01 +0100" value="978"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 20:01:08 +0100" startDate="2020-11-25 19:49:01 +0100" endDate="2020-11-25 19:59:00 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 20:11:13 +0100" startDate="2020-11-25 19:59:00 +0100" endDate="2020-11-25 20:09:01 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 20:22:31 +0100" startDate="2020-11-25 20:09:01 +0100" endDate="2020-11-25 20:15:46 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-25 22:33:46 +0100" startDate="2020-11-25 22:22:43 +0100" endDate="2020-11-25 22:24:02 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 10:03:32 +0100" startDate="2020-11-26 09:50:35 +0100" endDate="2020-11-26 09:56:49 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 10:12:27 +0100" startDate="2020-11-26 10:00:49 +0100" endDate="2020-11-26 10:10:50 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 10:22:46 +0100" startDate="2020-11-26 10:10:50 +0100" endDate="2020-11-26 10:20:48 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 10:32:32 +0100" startDate="2020-11-26 10:20:48 +0100" endDate="2020-11-26 10:23:31 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 12:02:07 +0100" startDate="2020-11-26 11:51:04 +0100" endDate="2020-11-26 11:56:56 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 12:19:23 +0100" startDate="2020-11-26 12:03:44 +0100" endDate="2020-11-26 12:13:41 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 12:26:43 +0100" startDate="2020-11-26 12:14:25 +0100" endDate="2020-11-26 12:24:26 +0100" value="1079"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 12:35:56 +0100" startDate="2020-11-26 12:24:26 +0100" endDate="2020-11-26 12:33:56 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 12:50:10 +0100" startDate="2020-11-26 12:36:29 +0100" endDate="2020-11-26 12:46:30 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 12:59:30 +0100" startDate="2020-11-26 12:46:30 +0100" endDate="2020-11-26 12:56:31 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 13:07:58 +0100" startDate="2020-11-26 12:56:31 +0100" endDate="2020-11-26 13:04:02 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 13:19:27 +0100" startDate="2020-11-26 13:07:18 +0100" endDate="2020-11-26 13:16:00 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 13:38:08 +0100" startDate="2020-11-26 13:23:05 +0100" endDate="2020-11-26 13:32:36 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 13:48:31 +0100" startDate="2020-11-26 13:33:19 +0100" endDate="2020-11-26 13:39:24 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 13:58:27 +0100" startDate="2020-11-26 13:43:51 +0100" endDate="2020-11-26 13:53:12 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 14:05:35 +0100" startDate="2020-11-26 13:54:13 +0100" endDate="2020-11-26 14:03:53 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 14:15:00 +0100" startDate="2020-11-26 14:03:53 +0100" endDate="2020-11-26 14:13:36 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 14:25:02 +0100" startDate="2020-11-26 14:13:59 +0100" endDate="2020-11-26 14:21:27 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 15:39:28 +0100" startDate="2020-11-26 15:35:05 +0100" endDate="2020-11-26 15:38:47 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 16:26:53 +0100" startDate="2020-11-26 16:15:50 +0100" endDate="2020-11-26 16:19:52 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 18:15:13 +0100" startDate="2020-11-26 18:04:10 +0100" endDate="2020-11-26 18:04:58 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 18:47:14 +0100" startDate="2020-11-26 18:34:41 +0100" endDate="2020-11-26 18:41:59 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 19:20:59 +0100" startDate="2020-11-26 19:08:14 +0100" endDate="2020-11-26 19:09:41 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 20:40:22 +0100" startDate="2020-11-26 20:27:49 +0100" endDate="2020-11-26 20:37:40 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 20:51:49 +0100" startDate="2020-11-26 20:40:26 +0100" endDate="2020-11-26 20:41:22 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 21:10:16 +0100" startDate="2020-11-26 20:56:16 +0100" endDate="2020-11-26 20:57:43 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-26 22:38:38 +0100" startDate="2020-11-26 22:27:35 +0100" endDate="2020-11-26 22:29:55 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 08:00:50 +0100" startDate="2020-11-27 07:49:47 +0100" endDate="2020-11-27 07:54:37 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 11:34:01 +0100" startDate="2020-11-27 11:20:31 +0100" endDate="2020-11-27 11:30:18 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 11:44:28 +0100" startDate="2020-11-27 11:32:22 +0100" endDate="2020-11-27 11:36:24 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 12:42:39 +0100" startDate="2020-11-27 12:30:59 +0100" endDate="2020-11-27 12:33:40 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 13:35:53 +0100" startDate="2020-11-27 13:21:56 +0100" endDate="2020-11-27 13:22:52 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 13:55:22 +0100" startDate="2020-11-27 13:42:27 +0100" endDate="2020-11-27 13:45:53 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 14:35:36 +0100" startDate="2020-11-27 14:23:38 +0100" endDate="2020-11-27 14:29:55 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 14:46:01 +0100" startDate="2020-11-27 14:33:39 +0100" endDate="2020-11-27 14:34:07 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 14:58:52 +0100" startDate="2020-11-27 14:46:11 +0100" endDate="2020-11-27 14:46:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 16:04:37 +0100" startDate="2020-11-27 15:49:43 +0100" endDate="2020-11-27 15:57:01 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 16:40:45 +0100" startDate="2020-11-27 16:27:24 +0100" endDate="2020-11-27 16:29:19 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 17:04:09 +0100" startDate="2020-11-27 16:49:51 +0100" endDate="2020-11-27 16:58:41 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 17:15:38 +0100" startDate="2020-11-27 17:04:35 +0100" endDate="2020-11-27 17:14:36 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 17:29:18 +0100" startDate="2020-11-27 17:14:36 +0100" endDate="2020-11-27 17:15:40 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 17:42:25 +0100" startDate="2020-11-27 17:31:22 +0100" endDate="2020-11-27 17:32:13 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 18:20:56 +0100" startDate="2020-11-27 18:09:53 +0100" endDate="2020-11-27 18:16:30 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 18:32:57 +0100" startDate="2020-11-27 18:21:21 +0100" endDate="2020-11-27 18:23:56 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 19:01:51 +0100" startDate="2020-11-27 18:50:05 +0100" endDate="2020-11-27 18:54:14 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 20:29:12 +0100" startDate="2020-11-27 20:18:02 +0100" endDate="2020-11-27 20:24:21 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 20:47:29 +0100" startDate="2020-11-27 20:36:12 +0100" endDate="2020-11-27 20:45:58 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 20:57:16 +0100" startDate="2020-11-27 20:46:13 +0100" endDate="2020-11-27 20:56:14 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 21:08:52 +0100" startDate="2020-11-27 20:56:17 +0100" endDate="2020-11-27 21:03:02 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 22:18:13 +0100" startDate="2020-11-27 22:06:43 +0100" endDate="2020-11-27 22:15:55 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 22:29:39 +0100" startDate="2020-11-27 22:18:36 +0100" endDate="2020-11-27 22:23:47 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-27 23:03:03 +0100" startDate="2020-11-27 22:52:00 +0100" endDate="2020-11-27 22:58:12 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 09:42:12 +0100" startDate="2020-11-28 09:28:47 +0100" endDate="2020-11-28 09:34:13 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 10:23:09 +0100" startDate="2020-11-28 10:10:23 +0100" endDate="2020-11-28 10:10:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 10:34:59 +0100" startDate="2020-11-28 10:21:10 +0100" endDate="2020-11-28 10:31:04 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 10:46:42 +0100" startDate="2020-11-28 10:31:19 +0100" endDate="2020-11-28 10:41:20 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 10:52:27 +0100" startDate="2020-11-28 10:41:20 +0100" endDate="2020-11-28 10:51:19 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 11:05:07 +0100" startDate="2020-11-28 10:51:42 +0100" endDate="2020-11-28 11:01:10 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 11:14:54 +0100" startDate="2020-11-28 11:02:26 +0100" endDate="2020-11-28 11:03:09 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 11:25:19 +0100" startDate="2020-11-28 11:14:17 +0100" endDate="2020-11-28 11:23:55 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 11:36:25 +0100" startDate="2020-11-28 11:24:51 +0100" endDate="2020-11-28 11:33:51 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 11:48:24 +0100" startDate="2020-11-28 11:35:25 +0100" endDate="2020-11-28 11:45:11 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 15:00:47 +0100" startDate="2020-11-28 11:45:34 +0100" endDate="2020-11-28 11:49:59 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 15:10:34 +0100" startDate="2020-11-28 14:59:31 +0100" endDate="2020-11-28 15:00:24 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 17:11:53 +0100" startDate="2020-11-28 16:59:50 +0100" endDate="2020-11-28 17:09:49 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 17:23:29 +0100" startDate="2020-11-28 17:09:51 +0100" endDate="2020-11-28 17:19:47 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-28 17:30:53 +0100" startDate="2020-11-28 17:19:50 +0100" endDate="2020-11-28 17:28:30 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 00:35:25 +0100" startDate="2020-11-29 00:24:22 +0100" endDate="2020-11-29 00:25:15 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 09:55:51 +0100" startDate="2020-11-29 09:42:40 +0100" endDate="2020-11-29 09:44:40 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 10:07:49 +0100" startDate="2020-11-29 09:54:18 +0100" endDate="2020-11-29 10:02:37 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 10:21:38 +0100" startDate="2020-11-29 10:05:07 +0100" endDate="2020-11-29 10:14:45 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 10:29:38 +0100" startDate="2020-11-29 10:15:34 +0100" endDate="2020-11-29 10:23:56 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 10:49:42 +0100" startDate="2020-11-29 10:36:54 +0100" endDate="2020-11-29 10:44:06 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 11:40:38 +0100" startDate="2020-11-29 11:23:12 +0100" endDate="2020-11-29 11:23:32 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 12:11:21 +0100" startDate="2020-11-29 11:59:21 +0100" endDate="2020-11-29 12:01:06 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 12:24:50 +0100" startDate="2020-11-29 12:12:00 +0100" endDate="2020-11-29 12:12:41 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 13:02:46 +0100" startDate="2020-11-29 12:48:38 +0100" endDate="2020-11-29 12:48:59 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 14:44:41 +0100" startDate="2020-11-29 14:32:13 +0100" endDate="2020-11-29 14:34:17 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 16:26:26 +0100" startDate="2020-11-29 16:14:35 +0100" endDate="2020-11-29 16:23:40 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 16:41:55 +0100" startDate="2020-11-29 16:24:36 +0100" endDate="2020-11-29 16:24:46 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 17:19:17 +0100" startDate="2020-11-29 17:03:37 +0100" endDate="2020-11-29 17:03:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 17:47:42 +0100" startDate="2020-11-29 17:30:40 +0100" endDate="2020-11-29 17:30:53 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 18:10:38 +0100" startDate="2020-11-29 17:58:45 +0100" endDate="2020-11-29 18:00:55 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 19:41:54 +0100" startDate="2020-11-29 19:30:50 +0100" endDate="2020-11-29 19:38:16 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 19:55:11 +0100" startDate="2020-11-29 19:41:32 +0100" endDate="2020-11-29 19:51:33 +0100" value="1074"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 20:03:18 +0100" startDate="2020-11-29 19:51:33 +0100" endDate="2020-11-29 20:01:34 +0100" value="1081"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 20:17:14 +0100" startDate="2020-11-29 20:01:34 +0100" endDate="2020-11-29 20:11:35 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 20:23:39 +0100" startDate="2020-11-29 20:11:35 +0100" endDate="2020-11-29 20:21:20 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 20:36:00 +0100" startDate="2020-11-29 20:21:46 +0100" endDate="2020-11-29 20:25:22 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-29 20:52:19 +0100" startDate="2020-11-29 20:40:11 +0100" endDate="2020-11-29 20:46:22 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 05:24:30 +0100" startDate="2020-11-30 05:13:28 +0100" endDate="2020-11-30 05:13:48 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 11:30:27 +0100" startDate="2020-11-30 11:19:24 +0100" endDate="2020-11-30 11:22:12 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 11:50:29 +0100" startDate="2020-11-30 11:38:57 +0100" endDate="2020-11-30 11:48:58 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 12:01:55 +0100" startDate="2020-11-30 11:48:58 +0100" endDate="2020-11-30 11:58:57 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 12:11:36 +0100" startDate="2020-11-30 11:59:20 +0100" endDate="2020-11-30 12:09:19 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 12:25:08 +0100" startDate="2020-11-30 12:09:19 +0100" endDate="2020-11-30 12:18:29 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 12:32:56 +0100" startDate="2020-11-30 12:19:22 +0100" endDate="2020-11-30 12:27:22 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 12:45:35 +0100" startDate="2020-11-30 12:30:17 +0100" endDate="2020-11-30 12:37:03 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 12:54:58 +0100" startDate="2020-11-30 12:42:15 +0100" endDate="2020-11-30 12:43:06 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 13:05:31 +0100" startDate="2020-11-30 13:00:11 +0100" endDate="2020-11-30 13:05:14 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 15:23:36 +0100" startDate="2020-11-30 15:12:33 +0100" endDate="2020-11-30 15:13:32 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 18:28:12 +0100" startDate="2020-11-30 18:15:55 +0100" endDate="2020-11-30 18:22:34 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 20:09:20 +0100" startDate="2020-11-30 19:57:55 +0100" endDate="2020-11-30 19:58:00 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-11-30 21:42:26 +0100" startDate="2020-11-30 21:30:58 +0100" endDate="2020-11-30 21:31:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-01 09:25:33 +0100" startDate="2020-12-01 09:14:31 +0100" endDate="2020-12-01 09:22:47 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-01 10:29:35 +0100" startDate="2020-12-01 10:18:33 +0100" endDate="2020-12-01 10:18:35 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-01 11:00:42 +0100" startDate="2020-12-01 11:00:16 +0100" endDate="2020-12-01 11:00:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-01 12:55:54 +0100" startDate="2020-12-01 12:44:51 +0100" endDate="2020-12-01 12:54:51 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-01 13:06:45 +0100" startDate="2020-12-01 12:54:51 +0100" endDate="2020-12-01 13:04:27 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-01 13:16:46 +0100" startDate="2020-12-01 13:05:43 +0100" endDate="2020-12-01 13:15:44 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-01 13:26:47 +0100" startDate="2020-12-01 13:15:44 +0100" endDate="2020-12-01 13:17:29 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-01 14:01:07 +0100" startDate="2020-12-01 13:49:44 +0100" endDate="2020-12-01 13:50:28 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-01 16:45:53 +0100" startDate="2020-12-01 16:32:30 +0100" endDate="2020-12-01 16:33:14 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-01 18:32:25 +0100" startDate="2020-12-01 18:21:22 +0100" endDate="2020-12-01 18:29:44 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-01 20:35:12 +0100" startDate="2020-12-01 20:24:10 +0100" endDate="2020-12-01 20:24:12 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 08:27:23 +0100" startDate="2020-12-02 08:16:20 +0100" endDate="2020-12-02 08:25:30 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 10:24:25 +0100" startDate="2020-12-02 10:12:57 +0100" endDate="2020-12-02 10:22:56 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 10:34:24 +0100" startDate="2020-12-02 10:23:16 +0100" endDate="2020-12-02 10:31:58 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 10:46:18 +0100" startDate="2020-12-02 10:35:58 +0100" endDate="2020-12-02 10:36:31 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 11:17:16 +0100" startDate="2020-12-02 11:06:27 +0100" endDate="2020-12-02 11:08:21 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 12:35:22 +0100" startDate="2020-12-02 12:22:04 +0100" endDate="2020-12-02 12:31:37 +0100" value="899"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 12:45:40 +0100" startDate="2020-12-02 12:32:46 +0100" endDate="2020-12-02 12:41:53 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 12:54:28 +0100" startDate="2020-12-02 12:43:25 +0100" endDate="2020-12-02 12:49:22 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 13:07:26 +0100" startDate="2020-12-02 12:56:24 +0100" endDate="2020-12-02 13:00:57 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 13:21:26 +0100" startDate="2020-12-02 13:10:09 +0100" endDate="2020-12-02 13:15:00 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 14:48:15 +0100" startDate="2020-12-02 14:35:38 +0100" endDate="2020-12-02 14:44:41 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 14:59:28 +0100" startDate="2020-12-02 14:47:47 +0100" endDate="2020-12-02 14:57:04 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 15:10:23 +0100" startDate="2020-12-02 14:57:53 +0100" endDate="2020-12-02 15:02:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 16:00:49 +0100" startDate="2020-12-02 15:49:46 +0100" endDate="2020-12-02 15:59:34 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 16:16:01 +0100" startDate="2020-12-02 16:00:48 +0100" endDate="2020-12-02 16:03:13 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 16:29:49 +0100" startDate="2020-12-02 16:18:47 +0100" endDate="2020-12-02 16:25:29 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 16:37:04 +0100" startDate="2020-12-02 16:30:36 +0100" endDate="2020-12-02 16:30:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 19:21:47 +0100" startDate="2020-12-02 19:10:45 +0100" endDate="2020-12-02 19:10:57 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-02 22:12:10 +0100" startDate="2020-12-02 22:01:07 +0100" endDate="2020-12-02 22:10:48 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 06:23:52 +0100" startDate="2020-12-03 06:11:48 +0100" endDate="2020-12-03 06:15:29 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 06:37:03 +0100" startDate="2020-12-03 06:23:10 +0100" endDate="2020-12-03 06:26:23 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 07:07:12 +0100" startDate="2020-12-03 06:50:23 +0100" endDate="2020-12-03 06:53:47 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 08:01:29 +0100" startDate="2020-12-03 07:47:42 +0100" endDate="2020-12-03 07:55:10 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 08:37:41 +0100" startDate="2020-12-03 08:26:38 +0100" endDate="2020-12-03 08:33:13 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 08:59:34 +0100" startDate="2020-12-03 08:48:32 +0100" endDate="2020-12-03 08:58:16 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 09:21:26 +0100" startDate="2020-12-03 09:10:24 +0100" endDate="2020-12-03 09:13:37 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 09:45:23 +0100" startDate="2020-12-03 09:34:20 +0100" endDate="2020-12-03 09:42:06 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 10:34:16 +0100" startDate="2020-12-03 10:23:13 +0100" endDate="2020-12-03 10:26:29 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 13:31:04 +0100" startDate="2020-12-03 13:16:07 +0100" endDate="2020-12-03 13:23:19 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 13:41:22 +0100" startDate="2020-12-03 13:26:12 +0100" endDate="2020-12-03 13:26:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 14:31:24 +0100" startDate="2020-12-03 14:20:22 +0100" endDate="2020-12-03 14:30:23 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 14:41:51 +0100" startDate="2020-12-03 14:30:48 +0100" endDate="2020-12-03 14:39:08 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 15:03:57 +0100" startDate="2020-12-03 14:52:41 +0100" endDate="2020-12-03 14:52:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 15:23:49 +0100" startDate="2020-12-03 15:12:46 +0100" endDate="2020-12-03 15:13:01 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 15:39:41 +0100" startDate="2020-12-03 15:25:53 +0100" endDate="2020-12-03 15:26:01 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 15:50:26 +0100" startDate="2020-12-03 15:39:23 +0100" endDate="2020-12-03 15:41:33 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 16:21:22 +0100" startDate="2020-12-03 16:10:17 +0100" endDate="2020-12-03 16:17:25 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 16:43:37 +0100" startDate="2020-12-03 16:31:41 +0100" endDate="2020-12-03 16:34:52 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 17:31:23 +0100" startDate="2020-12-03 17:17:33 +0100" endDate="2020-12-03 17:27:33 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 17:38:35 +0100" startDate="2020-12-03 17:27:33 +0100" endDate="2020-12-03 17:35:29 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 18:19:03 +0100" startDate="2020-12-03 18:05:11 +0100" endDate="2020-12-03 18:07:56 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 20:49:23 +0100" startDate="2020-12-03 20:38:21 +0100" endDate="2020-12-03 20:40:46 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-03 22:47:05 +0100" startDate="2020-12-03 22:36:02 +0100" endDate="2020-12-03 22:37:52 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 06:23:28 +0100" startDate="2020-12-04 06:11:49 +0100" endDate="2020-12-04 06:21:48 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 06:35:46 +0100" startDate="2020-12-04 06:21:48 +0100" endDate="2020-12-04 06:22:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 06:58:25 +0100" startDate="2020-12-04 06:47:14 +0100" endDate="2020-12-04 06:54:09 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 08:03:51 +0100" startDate="2020-12-04 07:52:48 +0100" endDate="2020-12-04 07:52:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 08:15:38 +0100" startDate="2020-12-04 08:04:09 +0100" endDate="2020-12-04 08:12:59 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 08:31:43 +0100" startDate="2020-12-04 08:16:20 +0100" endDate="2020-12-04 08:17:21 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 08:54:05 +0100" startDate="2020-12-04 08:43:03 +0100" endDate="2020-12-04 08:44:55 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 09:04:37 +0100" startDate="2020-12-04 08:53:05 +0100" endDate="2020-12-04 09:01:53 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 10:02:27 +0100" startDate="2020-12-04 09:49:15 +0100" endDate="2020-12-04 09:53:53 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 10:54:35 +0100" startDate="2020-12-04 10:40:52 +0100" endDate="2020-12-04 10:40:57 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 11:18:39 +0100" startDate="2020-12-04 11:03:34 +0100" endDate="2020-12-04 11:08:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 11:44:46 +0100" startDate="2020-12-04 11:34:36 +0100" endDate="2020-12-04 11:44:04 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 11:59:56 +0100" startDate="2020-12-04 11:47:02 +0100" endDate="2020-12-04 11:57:01 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 12:08:10 +0100" startDate="2020-12-04 11:57:01 +0100" endDate="2020-12-04 12:07:00 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 12:18:22 +0100" startDate="2020-12-04 12:07:00 +0100" endDate="2020-12-04 12:09:02 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 12:30:05 +0100" startDate="2020-12-04 12:18:53 +0100" endDate="2020-12-04 12:28:23 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 13:06:27 +0100" startDate="2020-12-04 12:54:36 +0100" endDate="2020-12-04 12:54:46 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 13:42:27 +0100" startDate="2020-12-04 13:24:45 +0100" endDate="2020-12-04 13:29:25 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 15:20:51 +0100" startDate="2020-12-04 15:09:29 +0100" endDate="2020-12-04 15:15:41 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 17:35:00 +0100" startDate="2020-12-04 17:23:57 +0100" endDate="2020-12-04 17:33:56 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 17:45:19 +0100" startDate="2020-12-04 17:34:16 +0100" endDate="2020-12-04 17:43:41 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 17:55:38 +0100" startDate="2020-12-04 17:44:35 +0100" endDate="2020-12-04 17:53:32 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 18:05:51 +0100" startDate="2020-12-04 17:54:49 +0100" endDate="2020-12-04 18:04:42 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 18:16:02 +0100" startDate="2020-12-04 18:05:00 +0100" endDate="2020-12-04 18:14:58 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 18:26:04 +0100" startDate="2020-12-04 18:15:01 +0100" endDate="2020-12-04 18:24:01 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 18:37:42 +0100" startDate="2020-12-04 18:26:39 +0100" endDate="2020-12-04 18:36:15 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 18:48:24 +0100" startDate="2020-12-04 18:37:21 +0100" endDate="2020-12-04 18:42:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 19:01:39 +0100" startDate="2020-12-04 18:48:50 +0100" endDate="2020-12-04 18:58:47 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 19:15:21 +0100" startDate="2020-12-04 19:02:09 +0100" endDate="2020-12-04 19:12:10 +0100" value="1166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 19:23:12 +0100" startDate="2020-12-04 19:12:10 +0100" endDate="2020-12-04 19:22:11 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 19:33:07 +0100" startDate="2020-12-04 19:22:11 +0100" endDate="2020-12-04 19:22:36 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 20:51:29 +0100" startDate="2020-12-04 20:36:21 +0100" endDate="2020-12-04 20:46:17 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 21:01:28 +0100" startDate="2020-12-04 20:47:31 +0100" endDate="2020-12-04 20:47:33 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 21:14:57 +0100" startDate="2020-12-04 21:03:54 +0100" endDate="2020-12-04 21:04:04 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-04 23:53:52 +0100" startDate="2020-12-04 23:42:47 +0100" endDate="2020-12-04 23:46:58 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 10:10:19 +0100" startDate="2020-12-05 09:52:08 +0100" endDate="2020-12-05 09:52:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 10:31:54 +0100" startDate="2020-12-05 10:17:51 +0100" endDate="2020-12-05 10:27:01 +0100" value="711"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 10:45:26 +0100" startDate="2020-12-05 10:29:09 +0100" endDate="2020-12-05 10:38:44 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 10:57:13 +0100" startDate="2020-12-05 10:41:53 +0100" endDate="2020-12-05 10:51:23 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 11:05:19 +0100" startDate="2020-12-05 10:52:22 +0100" endDate="2020-12-05 10:59:45 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 12:11:42 +0100" startDate="2020-12-05 11:54:09 +0100" endDate="2020-12-05 12:03:52 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 12:18:00 +0100" startDate="2020-12-05 12:04:25 +0100" endDate="2020-12-05 12:14:24 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 12:28:21 +0100" startDate="2020-12-05 12:14:24 +0100" endDate="2020-12-05 12:15:07 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 12:43:23 +0100" startDate="2020-12-05 12:25:36 +0100" endDate="2020-12-05 12:33:27 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 12:54:03 +0100" startDate="2020-12-05 12:42:22 +0100" endDate="2020-12-05 12:43:46 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 13:54:36 +0100" startDate="2020-12-05 13:43:33 +0100" endDate="2020-12-05 13:44:19 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 15:29:33 +0100" startDate="2020-12-05 15:15:59 +0100" endDate="2020-12-05 15:25:19 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 15:37:55 +0100" startDate="2020-12-05 15:26:02 +0100" endDate="2020-12-05 15:36:03 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 15:47:57 +0100" startDate="2020-12-05 15:36:03 +0100" endDate="2020-12-05 15:44:12 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 15:57:45 +0100" startDate="2020-12-05 15:46:43 +0100" endDate="2020-12-05 15:46:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 16:56:14 +0100" startDate="2020-12-05 16:43:32 +0100" endDate="2020-12-05 16:52:01 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-05 17:08:43 +0100" startDate="2020-12-05 16:57:40 +0100" endDate="2020-12-05 16:58:47 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-06 02:13:41 +0100" startDate="2020-12-06 02:00:29 +0100" endDate="2020-12-06 02:00:36 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-06 10:26:59 +0100" startDate="2020-12-06 10:12:46 +0100" endDate="2020-12-06 10:21:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-06 10:36:11 +0100" startDate="2020-12-06 10:22:54 +0100" endDate="2020-12-06 10:32:46 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-06 10:45:40 +0100" startDate="2020-12-06 10:33:01 +0100" endDate="2020-12-06 10:42:29 +0100" value="671"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-06 10:59:27 +0100" startDate="2020-12-06 10:44:54 +0100" endDate="2020-12-06 10:51:42 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-06 11:46:52 +0100" startDate="2020-12-06 11:32:04 +0100" endDate="2020-12-06 11:32:55 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-06 23:06:22 +0100" startDate="2020-12-06 22:55:19 +0100" endDate="2020-12-06 22:55:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 07:24:45 +0100" startDate="2020-12-07 07:13:42 +0100" endDate="2020-12-07 07:22:24 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 09:20:56 +0100" startDate="2020-12-07 09:09:54 +0100" endDate="2020-12-07 09:19:55 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 09:30:57 +0100" startDate="2020-12-07 09:19:55 +0100" endDate="2020-12-07 09:27:23 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 10:09:33 +0100" startDate="2020-12-07 09:58:35 +0100" endDate="2020-12-07 09:58:38 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 11:26:15 +0100" startDate="2020-12-07 11:13:09 +0100" endDate="2020-12-07 11:23:10 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 11:34:12 +0100" startDate="2020-12-07 11:23:10 +0100" endDate="2020-12-07 11:33:09 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 11:47:12 +0100" startDate="2020-12-07 11:33:09 +0100" endDate="2020-12-07 11:41:46 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 11:55:00 +0100" startDate="2020-12-07 11:43:46 +0100" endDate="2020-12-07 11:47:15 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 12:34:45 +0100" startDate="2020-12-07 12:22:45 +0100" endDate="2020-12-07 12:29:40 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 15:06:32 +0100" startDate="2020-12-07 14:55:30 +0100" endDate="2020-12-07 15:05:23 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 15:20:27 +0100" startDate="2020-12-07 15:07:53 +0100" endDate="2020-12-07 15:17:40 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 15:30:20 +0100" startDate="2020-12-07 15:18:11 +0100" endDate="2020-12-07 15:18:34 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 15:42:46 +0100" startDate="2020-12-07 15:30:24 +0100" endDate="2020-12-07 15:39:58 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 15:56:48 +0100" startDate="2020-12-07 15:40:36 +0100" endDate="2020-12-07 15:49:21 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 16:08:24 +0100" startDate="2020-12-07 15:57:10 +0100" endDate="2020-12-07 16:04:59 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 16:21:27 +0100" startDate="2020-12-07 16:09:54 +0100" endDate="2020-12-07 16:19:28 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 16:35:50 +0100" startDate="2020-12-07 16:20:26 +0100" endDate="2020-12-07 16:28:43 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 16:58:15 +0100" startDate="2020-12-07 16:40:50 +0100" endDate="2020-12-07 16:50:30 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 17:04:46 +0100" startDate="2020-12-07 16:51:57 +0100" endDate="2020-12-07 16:56:09 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 17:19:06 +0100" startDate="2020-12-07 17:03:43 +0100" endDate="2020-12-07 17:07:47 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 17:26:45 +0100" startDate="2020-12-07 17:15:42 +0100" endDate="2020-12-07 17:22:50 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 17:48:23 +0100" startDate="2020-12-07 17:36:44 +0100" endDate="2020-12-07 17:43:34 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 18:02:38 +0100" startDate="2020-12-07 17:51:36 +0100" endDate="2020-12-07 17:51:48 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 18:18:08 +0100" startDate="2020-12-07 18:04:14 +0100" endDate="2020-12-07 18:04:24 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 18:29:43 +0100" startDate="2020-12-07 18:17:24 +0100" endDate="2020-12-07 18:25:33 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 18:40:19 +0100" startDate="2020-12-07 18:28:29 +0100" endDate="2020-12-07 18:31:50 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 20:07:56 +0100" startDate="2020-12-07 19:56:53 +0100" endDate="2020-12-07 20:00:09 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 20:49:50 +0100" startDate="2020-12-07 20:38:47 +0100" endDate="2020-12-07 20:42:37 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-07 22:07:12 +0100" startDate="2020-12-07 21:56:09 +0100" endDate="2020-12-07 21:59:23 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 07:02:56 +0100" startDate="2020-12-08 06:51:53 +0100" endDate="2020-12-08 07:00:49 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 07:16:18 +0100" startDate="2020-12-08 07:02:54 +0100" endDate="2020-12-08 07:03:40 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 07:29:59 +0100" startDate="2020-12-08 07:18:36 +0100" endDate="2020-12-08 07:25:39 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 07:42:53 +0100" startDate="2020-12-08 07:29:37 +0100" endDate="2020-12-08 07:29:48 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 08:33:23 +0100" startDate="2020-12-08 08:20:25 +0100" endDate="2020-12-08 08:28:14 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 08:50:57 +0100" startDate="2020-12-08 08:33:37 +0100" endDate="2020-12-08 08:35:57 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 09:01:15 +0100" startDate="2020-12-08 08:50:01 +0100" endDate="2020-12-08 08:50:04 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 09:13:19 +0100" startDate="2020-12-08 09:02:00 +0100" endDate="2020-12-08 09:03:27 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 09:48:46 +0100" startDate="2020-12-08 09:37:43 +0100" endDate="2020-12-08 09:44:26 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 10:11:31 +0100" startDate="2020-12-08 09:57:23 +0100" endDate="2020-12-08 09:58:29 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 10:29:12 +0100" startDate="2020-12-08 10:14:34 +0100" endDate="2020-12-08 10:24:35 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 10:37:35 +0100" startDate="2020-12-08 10:24:35 +0100" endDate="2020-12-08 10:34:36 +0100" value="1140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 10:46:25 +0100" startDate="2020-12-08 10:34:36 +0100" endDate="2020-12-08 10:44:37 +0100" value="1008"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 10:58:47 +0100" startDate="2020-12-08 10:44:37 +0100" endDate="2020-12-08 10:54:38 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 11:01:42 +0100" startDate="2020-12-08 10:54:38 +0100" endDate="2020-12-08 11:01:30 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 11:18:45 +0100" startDate="2020-12-08 11:01:43 +0100" endDate="2020-12-08 11:05:50 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 11:41:35 +0100" startDate="2020-12-08 11:30:21 +0100" endDate="2020-12-08 11:40:21 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 11:53:25 +0100" startDate="2020-12-08 11:40:21 +0100" endDate="2020-12-08 11:50:22 +0100" value="1135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 12:01:31 +0100" startDate="2020-12-08 11:50:22 +0100" endDate="2020-12-08 11:59:24 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 12:14:54 +0100" startDate="2020-12-08 12:03:37 +0100" endDate="2020-12-08 12:13:37 +0100" value="1122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 12:24:47 +0100" startDate="2020-12-08 12:13:37 +0100" endDate="2020-12-08 12:23:38 +0100" value="1132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 12:34:57 +0100" startDate="2020-12-08 12:23:38 +0100" endDate="2020-12-08 12:33:39 +0100" value="1147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 12:44:42 +0100" startDate="2020-12-08 12:33:39 +0100" endDate="2020-12-08 12:43:22 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 13:16:20 +0100" startDate="2020-12-08 13:05:17 +0100" endDate="2020-12-08 13:11:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 13:33:34 +0100" startDate="2020-12-08 13:22:23 +0100" endDate="2020-12-08 13:22:26 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 13:49:21 +0100" startDate="2020-12-08 13:34:16 +0100" endDate="2020-12-08 13:35:55 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 15:53:15 +0100" startDate="2020-12-08 15:41:03 +0100" endDate="2020-12-08 15:42:27 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 16:25:39 +0100" startDate="2020-12-08 16:14:18 +0100" endDate="2020-12-08 16:22:01 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 16:42:21 +0100" startDate="2020-12-08 16:30:53 +0100" endDate="2020-12-08 16:30:55 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 16:58:54 +0100" startDate="2020-12-08 16:45:44 +0100" endDate="2020-12-08 16:54:57 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 17:10:50 +0100" startDate="2020-12-08 16:59:48 +0100" endDate="2020-12-08 17:09:42 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 17:23:17 +0100" startDate="2020-12-08 17:12:15 +0100" endDate="2020-12-08 17:21:02 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 17:38:43 +0100" startDate="2020-12-08 17:27:07 +0100" endDate="2020-12-08 17:36:05 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 18:16:01 +0100" startDate="2020-12-08 18:04:58 +0100" endDate="2020-12-08 18:11:41 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 19:38:11 +0100" startDate="2020-12-08 19:25:44 +0100" endDate="2020-12-08 19:26:35 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 20:00:06 +0100" startDate="2020-12-08 19:47:39 +0100" endDate="2020-12-08 19:50:17 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 21:39:42 +0100" startDate="2020-12-08 21:28:40 +0100" endDate="2020-12-08 21:34:18 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 21:52:32 +0100" startDate="2020-12-08 21:41:29 +0100" endDate="2020-12-08 21:41:47 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 22:48:45 +0100" startDate="2020-12-08 22:37:42 +0100" endDate="2020-12-08 22:37:57 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 23:13:30 +0100" startDate="2020-12-08 23:02:28 +0100" endDate="2020-12-08 23:05:29 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-08 23:57:06 +0100" startDate="2020-12-08 23:45:01 +0100" endDate="2020-12-08 23:46:33 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 00:11:34 +0100" startDate="2020-12-09 00:00:31 +0100" endDate="2020-12-09 00:00:54 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 07:03:23 +0100" startDate="2020-12-09 06:51:22 +0100" endDate="2020-12-09 06:51:50 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 08:38:36 +0100" startDate="2020-12-09 08:24:56 +0100" endDate="2020-12-09 08:24:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 09:01:33 +0100" startDate="2020-12-09 08:50:30 +0100" endDate="2020-12-09 09:00:06 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 09:11:59 +0100" startDate="2020-12-09 09:00:57 +0100" endDate="2020-12-09 09:10:37 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 09:22:03 +0100" startDate="2020-12-09 09:11:00 +0100" endDate="2020-12-09 09:17:45 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 09:35:04 +0100" startDate="2020-12-09 09:21:19 +0100" endDate="2020-12-09 09:30:24 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 10:05:29 +0100" startDate="2020-12-09 09:51:02 +0100" endDate="2020-12-09 09:59:49 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 10:20:41 +0100" startDate="2020-12-09 10:08:17 +0100" endDate="2020-12-09 10:18:18 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 10:29:48 +0100" startDate="2020-12-09 10:18:28 +0100" endDate="2020-12-09 10:27:53 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 10:41:46 +0100" startDate="2020-12-09 10:29:43 +0100" endDate="2020-12-09 10:29:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 10:55:32 +0100" startDate="2020-12-09 10:43:08 +0100" endDate="2020-12-09 10:53:07 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 11:04:10 +0100" startDate="2020-12-09 10:53:07 +0100" endDate="2020-12-09 11:03:08 +0100" value="912"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 11:14:42 +0100" startDate="2020-12-09 11:03:08 +0100" endDate="2020-12-09 11:13:09 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 11:24:12 +0100" startDate="2020-12-09 11:13:09 +0100" endDate="2020-12-09 11:13:50 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 11:37:53 +0100" startDate="2020-12-09 11:24:21 +0100" endDate="2020-12-09 11:31:09 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 11:50:36 +0100" startDate="2020-12-09 11:39:33 +0100" endDate="2020-12-09 11:44:44 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 12:02:48 +0100" startDate="2020-12-09 11:50:28 +0100" endDate="2020-12-09 11:50:33 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 12:18:10 +0100" startDate="2020-12-09 12:05:29 +0100" endDate="2020-12-09 12:09:36 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 12:31:11 +0100" startDate="2020-12-09 12:19:47 +0100" endDate="2020-12-09 12:22:35 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 13:27:50 +0100" startDate="2020-12-09 13:14:26 +0100" endDate="2020-12-09 13:22:43 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 13:39:43 +0100" startDate="2020-12-09 13:25:32 +0100" endDate="2020-12-09 13:35:32 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 13:46:35 +0100" startDate="2020-12-09 13:35:32 +0100" endDate="2020-12-09 13:45:31 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 14:02:16 +0100" startDate="2020-12-09 13:48:32 +0100" endDate="2020-12-09 13:58:04 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 14:13:31 +0100" startDate="2020-12-09 14:02:00 +0100" endDate="2020-12-09 14:09:58 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 14:23:34 +0100" startDate="2020-12-09 14:12:31 +0100" endDate="2020-12-09 14:22:32 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 14:33:53 +0100" startDate="2020-12-09 14:22:32 +0100" endDate="2020-12-09 14:31:39 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 14:44:59 +0100" startDate="2020-12-09 14:33:49 +0100" endDate="2020-12-09 14:39:36 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 16:23:46 +0100" startDate="2020-12-09 16:11:50 +0100" endDate="2020-12-09 16:21:49 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 16:33:30 +0100" startDate="2020-12-09 16:22:27 +0100" endDate="2020-12-09 16:32:03 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 16:46:09 +0100" startDate="2020-12-09 16:35:06 +0100" endDate="2020-12-09 16:44:44 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 17:09:20 +0100" startDate="2020-12-09 16:58:17 +0100" endDate="2020-12-09 17:03:48 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 17:55:33 +0100" startDate="2020-12-09 17:44:31 +0100" endDate="2020-12-09 17:54:24 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 18:09:03 +0100" startDate="2020-12-09 17:58:01 +0100" endDate="2020-12-09 17:59:53 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 19:19:33 +0100" startDate="2020-12-09 19:08:30 +0100" endDate="2020-12-09 19:10:20 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 20:32:32 +0100" startDate="2020-12-09 20:20:54 +0100" endDate="2020-12-09 20:28:00 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 20:44:15 +0100" startDate="2020-12-09 20:31:29 +0100" endDate="2020-12-09 20:41:30 +0100" value="1078"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 20:55:19 +0100" startDate="2020-12-09 20:41:30 +0100" endDate="2020-12-09 20:51:31 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 21:05:14 +0100" startDate="2020-12-09 20:51:31 +0100" endDate="2020-12-09 21:00:41 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 21:14:52 +0100" startDate="2020-12-09 21:03:49 +0100" endDate="2020-12-09 21:07:49 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 21:44:29 +0100" startDate="2020-12-09 21:25:16 +0100" endDate="2020-12-09 21:25:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-09 23:07:56 +0100" startDate="2020-12-09 22:55:00 +0100" endDate="2020-12-09 22:55:46 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 07:37:41 +0100" startDate="2020-12-10 07:24:49 +0100" endDate="2020-12-10 07:26:46 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 08:43:11 +0100" startDate="2020-12-10 08:32:02 +0100" endDate="2020-12-10 08:36:09 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 08:55:03 +0100" startDate="2020-12-10 08:44:00 +0100" endDate="2020-12-10 08:53:31 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 10:14:26 +0100" startDate="2020-12-10 10:01:23 +0100" endDate="2020-12-10 10:01:33 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 10:27:14 +0100" startDate="2020-12-10 10:16:11 +0100" endDate="2020-12-10 10:16:21 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 11:10:33 +0100" startDate="2020-12-10 10:59:30 +0100" endDate="2020-12-10 11:01:27 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 13:20:31 +0100" startDate="2020-12-10 13:09:28 +0100" endDate="2020-12-10 13:16:39 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 13:33:41 +0100" startDate="2020-12-10 13:22:38 +0100" endDate="2020-12-10 13:28:45 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 14:07:40 +0100" startDate="2020-12-10 13:56:11 +0100" endDate="2020-12-10 14:01:43 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 14:17:21 +0100" startDate="2020-12-10 14:06:18 +0100" endDate="2020-12-10 14:06:56 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 14:35:53 +0100" startDate="2020-12-10 14:21:40 +0100" endDate="2020-12-10 14:30:02 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 14:43:24 +0100" startDate="2020-12-10 14:31:56 +0100" endDate="2020-12-10 14:41:17 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 14:57:48 +0100" startDate="2020-12-10 14:46:46 +0100" endDate="2020-12-10 14:54:45 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 15:31:12 +0100" startDate="2020-12-10 15:18:58 +0100" endDate="2020-12-10 15:28:57 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 15:45:05 +0100" startDate="2020-12-10 15:28:57 +0100" endDate="2020-12-10 15:36:08 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 15:58:23 +0100" startDate="2020-12-10 15:46:48 +0100" endDate="2020-12-10 15:56:45 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 16:07:50 +0100" startDate="2020-12-10 15:56:48 +0100" endDate="2020-12-10 16:03:08 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 16:25:56 +0100" startDate="2020-12-10 16:12:46 +0100" endDate="2020-12-10 16:16:05 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 16:37:23 +0100" startDate="2020-12-10 16:25:45 +0100" endDate="2020-12-10 16:35:19 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 17:11:45 +0100" startDate="2020-12-10 16:59:42 +0100" endDate="2020-12-10 17:00:10 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-10 22:37:33 +0100" startDate="2020-12-10 22:21:34 +0100" endDate="2020-12-10 22:21:37 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 01:09:59 +0100" startDate="2020-12-11 00:55:27 +0100" endDate="2020-12-11 00:59:47 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 05:31:18 +0100" startDate="2020-12-11 05:19:18 +0100" endDate="2020-12-11 05:22:16 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 07:52:55 +0100" startDate="2020-12-11 07:40:14 +0100" endDate="2020-12-11 07:49:49 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 07:56:44 +0100" startDate="2020-12-11 07:50:45 +0100" endDate="2020-12-11 07:55:48 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 08:31:59 +0100" startDate="2020-12-11 08:19:48 +0100" endDate="2020-12-11 08:22:36 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 08:45:30 +0100" startDate="2020-12-11 08:32:27 +0100" endDate="2020-12-11 08:42:28 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 08:54:19 +0100" startDate="2020-12-11 08:42:28 +0100" endDate="2020-12-11 08:51:45 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 09:05:22 +0100" startDate="2020-12-11 08:54:00 +0100" endDate="2020-12-11 09:03:41 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 09:17:48 +0100" startDate="2020-12-11 09:06:25 +0100" endDate="2020-12-11 09:16:18 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 09:27:58 +0100" startDate="2020-12-11 09:16:36 +0100" endDate="2020-12-11 09:25:36 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 09:39:51 +0100" startDate="2020-12-11 09:27:23 +0100" endDate="2020-12-11 09:28:21 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 10:45:25 +0100" startDate="2020-12-11 10:34:22 +0100" endDate="2020-12-11 10:44:15 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 11:01:52 +0100" startDate="2020-12-11 10:50:49 +0100" endDate="2020-12-11 11:00:40 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 11:11:53 +0100" startDate="2020-12-11 11:00:51 +0100" endDate="2020-12-11 11:05:56 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 11:28:46 +0100" startDate="2020-12-11 11:17:43 +0100" endDate="2020-12-11 11:27:42 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 11:38:45 +0100" startDate="2020-12-11 11:27:42 +0100" endDate="2020-12-11 11:29:37 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 12:02:25 +0100" startDate="2020-12-11 11:50:22 +0100" endDate="2020-12-11 11:58:44 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 12:13:59 +0100" startDate="2020-12-11 12:00:23 +0100" endDate="2020-12-11 12:03:14 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 13:19:35 +0100" startDate="2020-12-11 13:06:09 +0100" endDate="2020-12-11 13:16:07 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 13:28:04 +0100" startDate="2020-12-11 13:16:53 +0100" endDate="2020-12-11 13:17:39 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 16:15:17 +0100" startDate="2020-12-11 16:03:28 +0100" endDate="2020-12-11 16:10:52 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 16:35:15 +0100" startDate="2020-12-11 16:21:24 +0100" endDate="2020-12-11 16:31:13 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 16:48:24 +0100" startDate="2020-12-11 16:34:24 +0100" endDate="2020-12-11 16:44:25 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 16:57:25 +0100" startDate="2020-12-11 16:44:25 +0100" endDate="2020-12-11 16:54:16 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 17:06:40 +0100" startDate="2020-12-11 16:54:57 +0100" endDate="2020-12-11 17:04:56 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 17:17:02 +0100" startDate="2020-12-11 17:04:56 +0100" endDate="2020-12-11 17:14:29 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 17:27:04 +0100" startDate="2020-12-11 17:14:59 +0100" endDate="2020-12-11 17:24:27 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 17:36:40 +0100" startDate="2020-12-11 17:25:13 +0100" endDate="2020-12-11 17:35:14 +0100" value="964"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 17:46:29 +0100" startDate="2020-12-11 17:35:14 +0100" endDate="2020-12-11 17:41:13 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 17:57:06 +0100" startDate="2020-12-11 17:46:03 +0100" endDate="2020-12-11 17:48:52 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 19:24:04 +0100" startDate="2020-12-11 19:12:22 +0100" endDate="2020-12-11 19:12:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-11 20:28:17 +0100" startDate="2020-12-11 20:17:14 +0100" endDate="2020-12-11 20:17:16 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 09:21:00 +0100" startDate="2020-12-12 09:09:57 +0100" endDate="2020-12-12 09:10:28 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 09:43:25 +0100" startDate="2020-12-12 09:32:22 +0100" endDate="2020-12-12 09:42:23 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 09:53:26 +0100" startDate="2020-12-12 09:42:23 +0100" endDate="2020-12-12 09:43:04 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 10:07:57 +0100" startDate="2020-12-12 09:56:54 +0100" endDate="2020-12-12 10:02:02 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 10:29:39 +0100" startDate="2020-12-12 10:16:31 +0100" endDate="2020-12-12 10:21:45 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 10:42:29 +0100" startDate="2020-12-12 10:29:36 +0100" endDate="2020-12-12 10:39:35 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 10:55:37 +0100" startDate="2020-12-12 10:39:35 +0100" endDate="2020-12-12 10:45:11 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 11:44:56 +0100" startDate="2020-12-12 11:33:53 +0100" endDate="2020-12-12 11:36:36 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 12:14:06 +0100" startDate="2020-12-12 12:00:50 +0100" endDate="2020-12-12 12:09:12 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 12:22:38 +0100" startDate="2020-12-12 12:11:35 +0100" endDate="2020-12-12 12:16:53 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 13:19:55 +0100" startDate="2020-12-12 13:02:03 +0100" endDate="2020-12-12 13:12:04 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 13:27:45 +0100" startDate="2020-12-12 13:12:04 +0100" endDate="2020-12-12 13:21:44 +0100" value="1062"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 13:41:10 +0100" startDate="2020-12-12 13:24:17 +0100" endDate="2020-12-12 13:34:18 +0100" value="1007"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 13:45:36 +0100" startDate="2020-12-12 13:34:18 +0100" endDate="2020-12-12 13:44:09 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 13:57:09 +0100" startDate="2020-12-12 13:45:56 +0100" endDate="2020-12-12 13:55:57 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 14:07:19 +0100" startDate="2020-12-12 13:55:57 +0100" endDate="2020-12-12 14:03:43 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 14:18:58 +0100" startDate="2020-12-12 14:07:35 +0100" endDate="2020-12-12 14:15:56 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 14:29:29 +0100" startDate="2020-12-12 14:18:17 +0100" endDate="2020-12-12 14:24:46 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 15:00:28 +0100" startDate="2020-12-12 14:48:59 +0100" endDate="2020-12-12 14:59:00 +0100" value="1001"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 15:10:14 +0100" startDate="2020-12-12 14:59:00 +0100" endDate="2020-12-12 15:09:01 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 15:20:04 +0100" startDate="2020-12-12 15:09:01 +0100" endDate="2020-12-12 15:14:58 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 15:44:55 +0100" startDate="2020-12-12 15:33:08 +0100" endDate="2020-12-12 15:34:07 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 15:57:14 +0100" startDate="2020-12-12 15:45:44 +0100" endDate="2020-12-12 15:48:43 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 16:18:19 +0100" startDate="2020-12-12 16:06:28 +0100" endDate="2020-12-12 16:10:07 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 16:30:57 +0100" startDate="2020-12-12 16:17:04 +0100" endDate="2020-12-12 16:17:37 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 17:39:07 +0100" startDate="2020-12-12 17:19:33 +0100" endDate="2020-12-12 17:20:57 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 18:08:54 +0100" startDate="2020-12-12 17:57:39 +0100" endDate="2020-12-12 17:59:51 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 19:28:06 +0100" startDate="2020-12-12 19:17:03 +0100" endDate="2020-12-12 19:20:42 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 19:50:07 +0100" startDate="2020-12-12 19:37:49 +0100" endDate="2020-12-12 19:40:14 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 20:39:35 +0100" startDate="2020-12-12 20:27:33 +0100" endDate="2020-12-12 20:35:39 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 20:52:45 +0100" startDate="2020-12-12 20:39:05 +0100" endDate="2020-12-12 20:48:51 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 21:05:29 +0100" startDate="2020-12-12 20:54:23 +0100" endDate="2020-12-12 20:54:30 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 21:51:41 +0100" startDate="2020-12-12 21:38:19 +0100" endDate="2020-12-12 21:39:28 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 22:29:39 +0100" startDate="2020-12-12 22:17:49 +0100" endDate="2020-12-12 22:27:40 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-12 22:42:56 +0100" startDate="2020-12-12 22:31:37 +0100" endDate="2020-12-12 22:33:17 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 04:28:53 +0100" startDate="2020-12-13 04:14:19 +0100" endDate="2020-12-13 04:19:58 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 09:40:46 +0100" startDate="2020-12-13 09:29:43 +0100" endDate="2020-12-13 09:29:50 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 11:48:33 +0100" startDate="2020-12-13 11:37:13 +0100" endDate="2020-12-13 11:39:03 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 12:00:33 +0100" startDate="2020-12-13 11:49:19 +0100" endDate="2020-12-13 11:58:01 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 12:17:09 +0100" startDate="2020-12-13 12:01:38 +0100" endDate="2020-12-13 12:02:54 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 13:08:12 +0100" startDate="2020-12-13 12:57:09 +0100" endDate="2020-12-13 12:57:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 13:27:36 +0100" startDate="2020-12-13 13:16:33 +0100" endDate="2020-12-13 13:24:07 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 13:38:57 +0100" startDate="2020-12-13 13:27:52 +0100" endDate="2020-12-13 13:33:51 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 14:06:31 +0100" startDate="2020-12-13 13:47:02 +0100" endDate="2020-12-13 13:49:00 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 14:19:57 +0100" startDate="2020-12-13 14:05:54 +0100" endDate="2020-12-13 14:08:04 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 15:25:30 +0100" startDate="2020-12-13 15:14:05 +0100" endDate="2020-12-13 15:24:06 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 15:36:05 +0100" startDate="2020-12-13 15:24:06 +0100" endDate="2020-12-13 15:34:07 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 15:45:47 +0100" startDate="2020-12-13 15:34:07 +0100" endDate="2020-12-13 15:44:08 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 15:59:41 +0100" startDate="2020-12-13 15:44:36 +0100" endDate="2020-12-13 15:54:37 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 16:07:11 +0100" startDate="2020-12-13 15:54:37 +0100" endDate="2020-12-13 16:04:36 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 16:16:14 +0100" startDate="2020-12-13 16:04:36 +0100" endDate="2020-12-13 16:14:37 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 16:27:05 +0100" startDate="2020-12-13 16:14:37 +0100" endDate="2020-12-13 16:24:38 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 16:39:23 +0100" startDate="2020-12-13 16:24:38 +0100" endDate="2020-12-13 16:33:53 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 16:46:43 +0100" startDate="2020-12-13 16:34:46 +0100" endDate="2020-12-13 16:42:20 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 17:00:42 +0100" startDate="2020-12-13 16:47:59 +0100" endDate="2020-12-13 16:55:50 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 17:11:02 +0100" startDate="2020-12-13 16:58:18 +0100" endDate="2020-12-13 16:58:53 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 20:03:26 +0100" startDate="2020-12-13 19:52:23 +0100" endDate="2020-12-13 19:52:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 20:59:27 +0100" startDate="2020-12-13 20:46:56 +0100" endDate="2020-12-13 20:49:32 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 21:15:02 +0100" startDate="2020-12-13 21:03:59 +0100" endDate="2020-12-13 21:13:43 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 21:36:52 +0100" startDate="2020-12-13 21:25:31 +0100" endDate="2020-12-13 21:26:04 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-13 23:05:03 +0100" startDate="2020-12-13 22:54:00 +0100" endDate="2020-12-13 22:54:46 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 07:46:48 +0100" startDate="2020-12-14 07:32:52 +0100" endDate="2020-12-14 07:37:57 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 08:21:01 +0100" startDate="2020-12-14 08:09:14 +0100" endDate="2020-12-14 08:10:31 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 08:40:58 +0100" startDate="2020-12-14 08:28:45 +0100" endDate="2020-12-14 08:38:03 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 08:54:08 +0100" startDate="2020-12-14 08:39:07 +0100" endDate="2020-12-14 08:45:08 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 09:51:58 +0100" startDate="2020-12-14 09:36:56 +0100" endDate="2020-12-14 09:39:42 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 10:05:43 +0100" startDate="2020-12-14 09:54:08 +0100" endDate="2020-12-14 09:54:10 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 10:27:48 +0100" startDate="2020-12-14 10:12:28 +0100" endDate="2020-12-14 10:22:29 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 10:35:08 +0100" startDate="2020-12-14 10:22:29 +0100" endDate="2020-12-14 10:32:30 +0100" value="1006"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 10:43:42 +0100" startDate="2020-12-14 10:32:30 +0100" endDate="2020-12-14 10:42:31 +0100" value="1149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 10:53:34 +0100" startDate="2020-12-14 10:42:31 +0100" endDate="2020-12-14 10:45:24 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 11:05:22 +0100" startDate="2020-12-14 10:52:55 +0100" endDate="2020-12-14 11:02:46 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 11:16:22 +0100" startDate="2020-12-14 11:03:57 +0100" endDate="2020-12-14 11:10:58 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 11:37:59 +0100" startDate="2020-12-14 11:22:40 +0100" endDate="2020-12-14 11:32:41 +0100" value="1097"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 11:45:28 +0100" startDate="2020-12-14 11:32:41 +0100" endDate="2020-12-14 11:42:37 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 11:55:23 +0100" startDate="2020-12-14 11:43:43 +0100" endDate="2020-12-14 11:53:32 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 12:09:53 +0100" startDate="2020-12-14 11:53:57 +0100" endDate="2020-12-14 11:58:55 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 15:21:33 +0100" startDate="2020-12-14 15:08:56 +0100" endDate="2020-12-14 15:13:39 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 15:51:18 +0100" startDate="2020-12-14 15:39:38 +0100" endDate="2020-12-14 15:48:53 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 16:06:16 +0100" startDate="2020-12-14 15:55:13 +0100" endDate="2020-12-14 16:01:22 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 17:32:11 +0100" startDate="2020-12-14 17:20:49 +0100" endDate="2020-12-14 17:22:36 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 17:52:03 +0100" startDate="2020-12-14 17:35:46 +0100" endDate="2020-12-14 17:35:49 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 18:16:07 +0100" startDate="2020-12-14 18:02:27 +0100" endDate="2020-12-14 18:05:15 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 19:23:07 +0100" startDate="2020-12-14 19:10:37 +0100" endDate="2020-12-14 19:20:38 +0100" value="983"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 19:33:50 +0100" startDate="2020-12-14 19:20:38 +0100" endDate="2020-12-14 19:27:13 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 19:44:40 +0100" startDate="2020-12-14 19:31:08 +0100" endDate="2020-12-14 19:41:09 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 19:54:53 +0100" startDate="2020-12-14 19:41:09 +0100" endDate="2020-12-14 19:50:57 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 21:05:01 +0100" startDate="2020-12-14 20:53:59 +0100" endDate="2020-12-14 20:54:44 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-14 21:51:45 +0100" startDate="2020-12-14 21:40:43 +0100" endDate="2020-12-14 21:41:34 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 06:31:24 +0100" startDate="2020-12-15 06:20:21 +0100" endDate="2020-12-15 06:27:04 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 07:24:53 +0100" startDate="2020-12-15 07:13:50 +0100" endDate="2020-12-15 07:15:42 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 08:00:08 +0100" startDate="2020-12-15 07:47:04 +0100" endDate="2020-12-15 07:48:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 08:12:03 +0100" startDate="2020-12-15 08:01:00 +0100" endDate="2020-12-15 08:01:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 09:12:19 +0100" startDate="2020-12-15 09:01:17 +0100" endDate="2020-12-15 09:08:25 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 09:32:27 +0100" startDate="2020-12-15 09:21:24 +0100" endDate="2020-12-15 09:30:50 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 09:44:25 +0100" startDate="2020-12-15 09:32:39 +0100" endDate="2020-12-15 09:42:22 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 09:53:53 +0100" startDate="2020-12-15 09:42:50 +0100" endDate="2020-12-15 09:44:40 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 10:06:17 +0100" startDate="2020-12-15 09:55:14 +0100" endDate="2020-12-15 09:58:07 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 10:50:58 +0100" startDate="2020-12-15 10:39:00 +0100" endDate="2020-12-15 10:46:41 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 11:01:46 +0100" startDate="2020-12-15 10:50:02 +0100" endDate="2020-12-15 10:52:00 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 11:13:34 +0100" startDate="2020-12-15 11:01:33 +0100" endDate="2020-12-15 11:11:29 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 11:24:17 +0100" startDate="2020-12-15 11:11:57 +0100" endDate="2020-12-15 11:20:11 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 12:03:41 +0100" startDate="2020-12-15 11:52:38 +0100" endDate="2020-12-15 12:02:21 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 12:16:09 +0100" startDate="2020-12-15 12:05:07 +0100" endDate="2020-12-15 12:13:10 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 12:57:24 +0100" startDate="2020-12-15 12:46:21 +0100" endDate="2020-12-15 12:46:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 13:17:51 +0100" startDate="2020-12-15 13:05:29 +0100" endDate="2020-12-15 13:11:02 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 13:42:05 +0100" startDate="2020-12-15 13:27:39 +0100" endDate="2020-12-15 13:33:03 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 13:50:38 +0100" startDate="2020-12-15 13:39:35 +0100" endDate="2020-12-15 13:49:29 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 14:38:27 +0100" startDate="2020-12-15 14:27:25 +0100" endDate="2020-12-15 14:34:50 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 14:49:42 +0100" startDate="2020-12-15 14:38:40 +0100" endDate="2020-12-15 14:48:36 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 15:03:29 +0100" startDate="2020-12-15 14:51:57 +0100" endDate="2020-12-15 14:54:30 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 16:58:44 +0100" startDate="2020-12-15 16:44:26 +0100" endDate="2020-12-15 16:49:24 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 17:55:51 +0100" startDate="2020-12-15 17:44:36 +0100" endDate="2020-12-15 17:45:06 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 19:52:18 +0100" startDate="2020-12-15 19:38:42 +0100" endDate="2020-12-15 19:40:12 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 20:08:22 +0100" startDate="2020-12-15 19:57:19 +0100" endDate="2020-12-15 20:06:16 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 20:19:21 +0100" startDate="2020-12-15 20:08:19 +0100" endDate="2020-12-15 20:17:24 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 20:29:45 +0100" startDate="2020-12-15 20:18:43 +0100" endDate="2020-12-15 20:28:41 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 20:41:18 +0100" startDate="2020-12-15 20:30:16 +0100" endDate="2020-12-15 20:40:17 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 20:51:19 +0100" startDate="2020-12-15 20:40:17 +0100" endDate="2020-12-15 20:49:50 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 21:01:28 +0100" startDate="2020-12-15 20:50:25 +0100" endDate="2020-12-15 20:54:20 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 21:23:50 +0100" startDate="2020-12-15 21:12:47 +0100" endDate="2020-12-15 21:22:47 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 21:33:50 +0100" startDate="2020-12-15 21:22:47 +0100" endDate="2020-12-15 21:23:00 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 22:09:17 +0100" startDate="2020-12-15 21:58:14 +0100" endDate="2020-12-15 22:06:44 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 22:22:04 +0100" startDate="2020-12-15 22:11:01 +0100" endDate="2020-12-15 22:19:43 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-15 23:06:54 +0100" startDate="2020-12-15 22:55:52 +0100" endDate="2020-12-15 22:56:32 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 06:56:27 +0100" startDate="2020-12-16 06:43:45 +0100" endDate="2020-12-16 06:50:03 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 08:26:22 +0100" startDate="2020-12-16 08:13:58 +0100" endDate="2020-12-16 08:23:59 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 08:37:39 +0100" startDate="2020-12-16 08:23:59 +0100" endDate="2020-12-16 08:25:00 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 09:31:26 +0100" startDate="2020-12-16 09:20:23 +0100" endDate="2020-12-16 09:27:14 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 09:49:02 +0100" startDate="2020-12-16 09:37:43 +0100" endDate="2020-12-16 09:46:05 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 12:58:51 +0100" startDate="2020-12-16 12:46:17 +0100" endDate="2020-12-16 12:48:14 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 13:14:48 +0100" startDate="2020-12-16 13:00:15 +0100" endDate="2020-12-16 13:00:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 13:28:09 +0100" startDate="2020-12-16 13:13:43 +0100" endDate="2020-12-16 13:23:41 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 13:38:29 +0100" startDate="2020-12-16 13:23:41 +0100" endDate="2020-12-16 13:33:40 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 13:49:18 +0100" startDate="2020-12-16 13:36:03 +0100" endDate="2020-12-16 13:43:44 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 13:59:33 +0100" startDate="2020-12-16 13:46:37 +0100" endDate="2020-12-16 13:56:06 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 14:11:14 +0100" startDate="2020-12-16 13:56:39 +0100" endDate="2020-12-16 14:03:32 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 14:21:22 +0100" startDate="2020-12-16 14:08:15 +0100" endDate="2020-12-16 14:16:11 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 14:34:14 +0100" startDate="2020-12-16 14:21:47 +0100" endDate="2020-12-16 14:26:27 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 14:47:34 +0100" startDate="2020-12-16 14:32:06 +0100" endDate="2020-12-16 14:41:55 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 14:54:24 +0100" startDate="2020-12-16 14:43:14 +0100" endDate="2020-12-16 14:51:01 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 15:05:58 +0100" startDate="2020-12-16 14:54:55 +0100" endDate="2020-12-16 15:04:11 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 15:16:42 +0100" startDate="2020-12-16 15:05:40 +0100" endDate="2020-12-16 15:15:03 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 15:27:38 +0100" startDate="2020-12-16 15:15:51 +0100" endDate="2020-12-16 15:25:19 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 16:03:43 +0100" startDate="2020-12-16 15:52:40 +0100" endDate="2020-12-16 15:58:55 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 16:29:51 +0100" startDate="2020-12-16 16:18:48 +0100" endDate="2020-12-16 16:28:41 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 16:40:45 +0100" startDate="2020-12-16 16:29:07 +0100" endDate="2020-12-16 16:33:27 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 16:56:29 +0100" startDate="2020-12-16 16:44:01 +0100" endDate="2020-12-16 16:49:32 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 17:47:08 +0100" startDate="2020-12-16 17:34:06 +0100" endDate="2020-12-16 17:41:47 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 18:10:52 +0100" startDate="2020-12-16 17:58:41 +0100" endDate="2020-12-16 17:59:52 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 19:05:03 +0100" startDate="2020-12-16 18:54:00 +0100" endDate="2020-12-16 18:58:15 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 20:48:03 +0100" startDate="2020-12-16 20:31:20 +0100" endDate="2020-12-16 20:36:18 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-16 22:12:58 +0100" startDate="2020-12-16 22:00:39 +0100" endDate="2020-12-16 22:01:27 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 07:40:50 +0100" startDate="2020-12-17 07:29:15 +0100" endDate="2020-12-17 07:37:47 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 07:55:34 +0100" startDate="2020-12-17 07:42:17 +0100" endDate="2020-12-17 07:52:18 +0100" value="938"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 08:03:21 +0100" startDate="2020-12-17 07:52:18 +0100" endDate="2020-12-17 07:54:38 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 09:19:46 +0100" startDate="2020-12-17 09:04:23 +0100" endDate="2020-12-17 09:06:08 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 11:41:26 +0100" startDate="2020-12-17 11:30:23 +0100" endDate="2020-12-17 11:37:03 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 12:20:20 +0100" startDate="2020-12-17 12:08:38 +0100" endDate="2020-12-17 12:13:00 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 12:31:15 +0100" startDate="2020-12-17 12:20:06 +0100" endDate="2020-12-17 12:20:39 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 12:42:10 +0100" startDate="2020-12-17 12:30:12 +0100" endDate="2020-12-17 12:39:35 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 12:55:22 +0100" startDate="2020-12-17 12:44:00 +0100" endDate="2020-12-17 12:48:56 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 13:35:16 +0100" startDate="2020-12-17 13:23:25 +0100" endDate="2020-12-17 13:32:22 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 13:53:12 +0100" startDate="2020-12-17 13:41:43 +0100" endDate="2020-12-17 13:45:01 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 14:08:00 +0100" startDate="2020-12-17 13:56:58 +0100" endDate="2020-12-17 13:57:33 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 14:48:48 +0100" startDate="2020-12-17 14:37:45 +0100" endDate="2020-12-17 14:46:38 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 15:04:34 +0100" startDate="2020-12-17 14:51:05 +0100" endDate="2020-12-17 14:51:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 16:22:52 +0100" startDate="2020-12-17 16:11:50 +0100" endDate="2020-12-17 16:11:52 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-17 20:16:43 +0100" startDate="2020-12-17 20:05:40 +0100" endDate="2020-12-17 20:05:43 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 08:05:59 +0100" startDate="2020-12-18 07:54:44 +0100" endDate="2020-12-18 07:54:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 08:32:32 +0100" startDate="2020-12-18 08:21:29 +0100" endDate="2020-12-18 08:22:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 10:19:41 +0100" startDate="2020-12-18 10:07:58 +0100" endDate="2020-12-18 10:17:59 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 10:32:23 +0100" startDate="2020-12-18 10:17:59 +0100" endDate="2020-12-18 10:27:07 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 10:41:28 +0100" startDate="2020-12-18 10:29:04 +0100" endDate="2020-12-18 10:38:52 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 10:50:51 +0100" startDate="2020-12-18 10:39:48 +0100" endDate="2020-12-18 10:44:44 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 11:39:03 +0100" startDate="2020-12-18 11:28:01 +0100" endDate="2020-12-18 11:28:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 14:46:21 +0100" startDate="2020-12-18 14:31:38 +0100" endDate="2020-12-18 14:31:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 16:20:33 +0100" startDate="2020-12-18 16:05:24 +0100" endDate="2020-12-18 16:13:13 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 17:48:59 +0100" startDate="2020-12-18 17:35:21 +0100" endDate="2020-12-18 17:35:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 18:15:27 +0100" startDate="2020-12-18 18:02:20 +0100" endDate="2020-12-18 18:12:22 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 18:23:40 +0100" startDate="2020-12-18 18:12:22 +0100" endDate="2020-12-18 18:16:26 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 19:32:38 +0100" startDate="2020-12-18 19:21:36 +0100" endDate="2020-12-18 19:30:13 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 19:43:05 +0100" startDate="2020-12-18 19:31:39 +0100" endDate="2020-12-18 19:38:29 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 20:19:21 +0100" startDate="2020-12-18 20:08:19 +0100" endDate="2020-12-18 20:09:02 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 20:39:57 +0100" startDate="2020-12-18 20:28:54 +0100" endDate="2020-12-18 20:29:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 20:55:12 +0100" startDate="2020-12-18 20:41:36 +0100" endDate="2020-12-18 20:43:10 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-18 22:30:01 +0100" startDate="2020-12-18 22:18:58 +0100" endDate="2020-12-18 22:19:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 06:23:25 +0100" startDate="2020-12-19 06:11:47 +0100" endDate="2020-12-19 06:21:46 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 06:34:24 +0100" startDate="2020-12-19 06:21:46 +0100" endDate="2020-12-19 06:31:45 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 06:46:00 +0100" startDate="2020-12-19 06:31:45 +0100" endDate="2020-12-19 06:36:58 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 06:58:15 +0100" startDate="2020-12-19 06:44:29 +0100" endDate="2020-12-19 06:54:28 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 07:11:04 +0100" startDate="2020-12-19 06:54:28 +0100" endDate="2020-12-19 06:54:40 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 07:32:42 +0100" startDate="2020-12-19 07:18:11 +0100" endDate="2020-12-19 07:25:59 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 07:43:50 +0100" startDate="2020-12-19 07:32:48 +0100" endDate="2020-12-19 07:42:03 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 07:57:02 +0100" startDate="2020-12-19 07:43:42 +0100" endDate="2020-12-19 07:47:34 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 08:16:44 +0100" startDate="2020-12-19 08:05:42 +0100" endDate="2020-12-19 08:11:28 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 09:00:05 +0100" startDate="2020-12-19 08:49:03 +0100" endDate="2020-12-19 08:55:27 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 09:37:51 +0100" startDate="2020-12-19 09:26:48 +0100" endDate="2020-12-19 09:36:44 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 09:48:25 +0100" startDate="2020-12-19 09:37:22 +0100" endDate="2020-12-19 09:47:23 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 09:58:26 +0100" startDate="2020-12-19 09:47:23 +0100" endDate="2020-12-19 09:57:09 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 10:08:28 +0100" startDate="2020-12-19 09:58:05 +0100" endDate="2020-12-19 10:07:33 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 10:19:52 +0100" startDate="2020-12-19 10:08:49 +0100" endDate="2020-12-19 10:18:45 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 10:29:53 +0100" startDate="2020-12-19 10:18:50 +0100" endDate="2020-12-19 10:28:51 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 10:39:54 +0100" startDate="2020-12-19 10:28:51 +0100" endDate="2020-12-19 10:38:52 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 10:49:55 +0100" startDate="2020-12-19 10:38:52 +0100" endDate="2020-12-19 10:48:53 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 10:59:56 +0100" startDate="2020-12-19 10:48:53 +0100" endDate="2020-12-19 10:58:54 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 11:09:57 +0100" startDate="2020-12-19 10:58:54 +0100" endDate="2020-12-19 10:59:27 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 11:24:59 +0100" startDate="2020-12-19 11:13:56 +0100" endDate="2020-12-19 11:23:57 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 11:35:02 +0100" startDate="2020-12-19 11:24:00 +0100" endDate="2020-12-19 11:34:01 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 11:45:03 +0100" startDate="2020-12-19 11:34:01 +0100" endDate="2020-12-19 11:44:02 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 11:55:04 +0100" startDate="2020-12-19 11:44:02 +0100" endDate="2020-12-19 11:54:03 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 12:06:29 +0100" startDate="2020-12-19 11:54:03 +0100" endDate="2020-12-19 12:02:47 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 12:19:41 +0100" startDate="2020-12-19 12:06:14 +0100" endDate="2020-12-19 12:16:15 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 12:28:35 +0100" startDate="2020-12-19 12:16:15 +0100" endDate="2020-12-19 12:26:16 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 12:39:24 +0100" startDate="2020-12-19 12:26:16 +0100" endDate="2020-12-19 12:34:47 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 12:56:09 +0100" startDate="2020-12-19 12:42:49 +0100" endDate="2020-12-19 12:50:58 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 13:11:28 +0100" startDate="2020-12-19 12:55:49 +0100" endDate="2020-12-19 12:58:40 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 13:20:54 +0100" startDate="2020-12-19 13:08:00 +0100" endDate="2020-12-19 13:12:48 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 13:30:41 +0100" startDate="2020-12-19 13:19:38 +0100" endDate="2020-12-19 13:22:08 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 13:55:18 +0100" startDate="2020-12-19 13:42:18 +0100" endDate="2020-12-19 13:52:19 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 14:04:26 +0100" startDate="2020-12-19 13:52:19 +0100" endDate="2020-12-19 14:02:20 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 14:15:09 +0100" startDate="2020-12-19 14:02:20 +0100" endDate="2020-12-19 14:12:21 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 14:25:12 +0100" startDate="2020-12-19 14:12:21 +0100" endDate="2020-12-19 14:22:22 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 14:33:25 +0100" startDate="2020-12-19 14:22:22 +0100" endDate="2020-12-19 14:31:04 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 14:44:09 +0100" startDate="2020-12-19 14:33:07 +0100" endDate="2020-12-19 14:43:08 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 14:54:10 +0100" startDate="2020-12-19 14:43:08 +0100" endDate="2020-12-19 14:53:09 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 15:03:55 +0100" startDate="2020-12-19 14:53:09 +0100" endDate="2020-12-19 15:03:10 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 15:17:02 +0100" startDate="2020-12-19 15:03:10 +0100" endDate="2020-12-19 15:13:11 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 15:25:12 +0100" startDate="2020-12-19 15:13:11 +0100" endDate="2020-12-19 15:20:09 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 15:33:37 +0100" startDate="2020-12-19 15:23:40 +0100" endDate="2020-12-19 15:23:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 15:33:37 +0100" startDate="2020-12-19 15:32:20 +0100" endDate="2020-12-19 15:32:23 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 15:51:44 +0100" startDate="2020-12-19 15:40:00 +0100" endDate="2020-12-19 15:40:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 16:19:20 +0100" startDate="2020-12-19 16:07:58 +0100" endDate="2020-12-19 16:09:10 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 17:59:18 +0100" startDate="2020-12-19 17:48:14 +0100" endDate="2020-12-19 17:57:53 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 18:57:36 +0100" startDate="2020-12-19 18:46:11 +0100" endDate="2020-12-19 18:55:52 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 19:10:51 +0100" startDate="2020-12-19 18:56:12 +0100" endDate="2020-12-19 19:06:13 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 19:20:28 +0100" startDate="2020-12-19 19:06:13 +0100" endDate="2020-12-19 19:16:14 +0100" value="1046"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 19:27:17 +0100" startDate="2020-12-19 19:16:14 +0100" endDate="2020-12-19 19:19:12 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 19:33:29 +0100" startDate="2020-12-19 19:27:34 +0100" endDate="2020-12-19 19:31:03 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 20:10:10 +0100" startDate="2020-12-19 19:59:55 +0100" endDate="2020-12-19 19:59:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 20:39:46 +0100" startDate="2020-12-19 20:24:46 +0100" endDate="2020-12-19 20:24:53 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 20:47:21 +0100" startDate="2020-12-19 20:35:13 +0100" endDate="2020-12-19 20:45:11 +0100" value="899"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 20:58:50 +0100" startDate="2020-12-19 20:46:38 +0100" endDate="2020-12-19 20:49:59 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-19 22:11:15 +0100" startDate="2020-12-19 21:59:42 +0100" endDate="2020-12-19 21:59:45 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-20 11:58:38 +0100" startDate="2020-12-20 11:45:05 +0100" endDate="2020-12-20 11:45:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-20 20:54:42 +0100" startDate="2020-12-20 20:37:39 +0100" endDate="2020-12-20 20:37:42 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-20 21:55:27 +0100" startDate="2020-12-20 21:42:02 +0100" endDate="2020-12-20 21:44:07 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-21 06:53:09 +0100" startDate="2020-12-21 06:35:18 +0100" endDate="2020-12-21 06:35:23 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-21 07:19:35 +0100" startDate="2020-12-21 07:05:32 +0100" endDate="2020-12-21 07:14:56 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-21 07:36:23 +0100" startDate="2020-12-21 07:19:46 +0100" endDate="2020-12-21 07:19:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-21 13:24:23 +0100" startDate="2020-12-21 13:09:25 +0100" endDate="2020-12-21 13:19:24 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-21 13:31:47 +0100" startDate="2020-12-21 13:19:24 +0100" endDate="2020-12-21 13:20:28 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-21 15:10:33 +0100" startDate="2020-12-21 14:59:31 +0100" endDate="2020-12-21 14:59:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-21 15:31:12 +0100" startDate="2020-12-21 15:20:09 +0100" endDate="2020-12-21 15:25:48 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-21 23:29:59 +0100" startDate="2020-12-21 23:17:29 +0100" endDate="2020-12-21 23:20:48 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 07:58:38 +0100" startDate="2020-12-22 07:46:48 +0100" endDate="2020-12-22 07:46:50 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 09:11:10 +0100" startDate="2020-12-22 08:55:09 +0100" endDate="2020-12-22 08:55:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 09:34:11 +0100" startDate="2020-12-22 09:15:52 +0100" endDate="2020-12-22 09:18:17 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 10:15:20 +0100" startDate="2020-12-22 10:02:08 +0100" endDate="2020-12-22 10:12:09 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 10:23:15 +0100" startDate="2020-12-22 10:12:09 +0100" endDate="2020-12-22 10:20:41 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 10:37:22 +0100" startDate="2020-12-22 10:26:17 +0100" endDate="2020-12-22 10:35:52 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 11:17:29 +0100" startDate="2020-12-22 11:06:26 +0100" endDate="2020-12-22 11:08:11 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 11:30:33 +0100" startDate="2020-12-22 11:19:31 +0100" endDate="2020-12-22 11:20:19 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 12:53:17 +0100" startDate="2020-12-22 12:39:56 +0100" endDate="2020-12-22 12:49:57 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 13:03:35 +0100" startDate="2020-12-22 12:49:57 +0100" endDate="2020-12-22 12:56:29 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 13:13:36 +0100" startDate="2020-12-22 13:02:33 +0100" endDate="2020-12-22 13:05:16 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 13:25:23 +0100" startDate="2020-12-22 13:13:44 +0100" endDate="2020-12-22 13:23:06 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 13:35:47 +0100" startDate="2020-12-22 13:24:23 +0100" endDate="2020-12-22 13:33:28 +0100" value="899"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 13:47:26 +0100" startDate="2020-12-22 13:34:44 +0100" endDate="2020-12-22 13:44:45 +0100" value="1032"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 13:57:42 +0100" startDate="2020-12-22 13:44:45 +0100" endDate="2020-12-22 13:52:03 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 14:39:52 +0100" startDate="2020-12-22 14:27:04 +0100" endDate="2020-12-22 14:29:17 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 16:46:31 +0100" startDate="2020-12-22 16:35:18 +0100" endDate="2020-12-22 16:37:49 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 17:22:36 +0100" startDate="2020-12-22 17:11:33 +0100" endDate="2020-12-22 17:13:48 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 17:59:14 +0100" startDate="2020-12-22 17:47:07 +0100" endDate="2020-12-22 17:54:59 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 18:32:22 +0100" startDate="2020-12-22 18:08:40 +0100" endDate="2020-12-22 18:13:53 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 18:39:38 +0100" startDate="2020-12-22 18:27:13 +0100" endDate="2020-12-22 18:37:04 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 18:51:05 +0100" startDate="2020-12-22 18:39:09 +0100" endDate="2020-12-22 18:46:35 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 19:02:14 +0100" startDate="2020-12-22 18:49:38 +0100" endDate="2020-12-22 18:59:39 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 19:10:44 +0100" startDate="2020-12-22 18:59:39 +0100" endDate="2020-12-22 19:09:38 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 19:23:10 +0100" startDate="2020-12-22 19:09:38 +0100" endDate="2020-12-22 19:19:14 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 19:31:38 +0100" startDate="2020-12-22 19:20:35 +0100" endDate="2020-12-22 19:20:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 20:14:28 +0100" startDate="2020-12-22 20:02:55 +0100" endDate="2020-12-22 20:12:26 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 20:24:31 +0100" startDate="2020-12-22 20:12:54 +0100" endDate="2020-12-22 20:20:56 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 20:35:41 +0100" startDate="2020-12-22 20:24:22 +0100" endDate="2020-12-22 20:31:43 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 20:54:17 +0100" startDate="2020-12-22 20:42:33 +0100" endDate="2020-12-22 20:52:34 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 21:04:02 +0100" startDate="2020-12-22 20:52:59 +0100" endDate="2020-12-22 20:54:11 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 21:46:44 +0100" startDate="2020-12-22 21:35:42 +0100" endDate="2020-12-22 21:40:50 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-22 22:50:13 +0100" startDate="2020-12-22 22:39:07 +0100" endDate="2020-12-22 22:39:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 07:00:07 +0100" startDate="2020-12-23 06:49:03 +0100" endDate="2020-12-23 06:56:59 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 07:41:45 +0100" startDate="2020-12-23 07:29:06 +0100" endDate="2020-12-23 07:29:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 08:03:27 +0100" startDate="2020-12-23 07:48:47 +0100" endDate="2020-12-23 07:48:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 08:41:11 +0100" startDate="2020-12-23 08:29:55 +0100" endDate="2020-12-23 08:37:44 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 08:50:59 +0100" startDate="2020-12-23 08:39:56 +0100" endDate="2020-12-23 08:49:39 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 09:57:40 +0100" startDate="2020-12-23 09:46:37 +0100" endDate="2020-12-23 09:55:40 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 10:11:25 +0100" startDate="2020-12-23 09:58:53 +0100" endDate="2020-12-23 10:03:00 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 15:07:09 +0100" startDate="2020-12-23 14:56:05 +0100" endDate="2020-12-23 15:06:06 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 15:18:09 +0100" startDate="2020-12-23 15:06:06 +0100" endDate="2020-12-23 15:15:39 +0100" value="536"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 15:27:32 +0100" startDate="2020-12-23 15:16:25 +0100" endDate="2020-12-23 15:26:08 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 15:39:39 +0100" startDate="2020-12-23 15:28:36 +0100" endDate="2020-12-23 15:37:31 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 17:19:43 +0100" startDate="2020-12-23 17:04:58 +0100" endDate="2020-12-23 17:09:18 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 17:39:38 +0100" startDate="2020-12-23 17:28:32 +0100" endDate="2020-12-23 17:37:55 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 17:50:24 +0100" startDate="2020-12-23 17:39:09 +0100" endDate="2020-12-23 17:47:25 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-23 19:32:46 +0100" startDate="2020-12-23 19:21:43 +0100" endDate="2020-12-23 19:22:31 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 10:27:12 +0100" startDate="2020-12-24 10:16:05 +0100" endDate="2020-12-24 10:26:04 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 10:37:20 +0100" startDate="2020-12-24 10:26:04 +0100" endDate="2020-12-24 10:36:05 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 10:47:21 +0100" startDate="2020-12-24 10:36:18 +0100" endDate="2020-12-24 10:36:48 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 11:02:35 +0100" startDate="2020-12-24 10:50:18 +0100" endDate="2020-12-24 10:57:41 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 11:18:42 +0100" startDate="2020-12-24 11:05:00 +0100" endDate="2020-12-24 11:05:25 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 12:24:55 +0100" startDate="2020-12-24 12:12:27 +0100" endDate="2020-12-24 12:20:31 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 12:34:14 +0100" startDate="2020-12-24 12:22:34 +0100" endDate="2020-12-24 12:27:50 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 13:06:45 +0100" startDate="2020-12-24 12:55:43 +0100" endDate="2020-12-24 13:03:28 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 13:26:37 +0100" startDate="2020-12-24 13:12:56 +0100" endDate="2020-12-24 13:13:06 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 14:59:17 +0100" startDate="2020-12-24 14:48:14 +0100" endDate="2020-12-24 14:57:19 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 15:52:29 +0100" startDate="2020-12-24 15:41:26 +0100" endDate="2020-12-24 15:51:20 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 16:07:23 +0100" startDate="2020-12-24 15:55:37 +0100" endDate="2020-12-24 16:04:40 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 16:17:12 +0100" startDate="2020-12-24 16:06:09 +0100" endDate="2020-12-24 16:16:10 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 16:27:18 +0100" startDate="2020-12-24 16:16:15 +0100" endDate="2020-12-24 16:21:13 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 16:38:11 +0100" startDate="2020-12-24 16:27:05 +0100" endDate="2020-12-24 16:35:42 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 16:52:51 +0100" startDate="2020-12-24 16:38:40 +0100" endDate="2020-12-24 16:43:23 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 17:03:51 +0100" startDate="2020-12-24 16:52:49 +0100" endDate="2020-12-24 17:01:26 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 17:38:31 +0100" startDate="2020-12-24 17:21:54 +0100" endDate="2020-12-24 17:21:56 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 17:55:30 +0100" startDate="2020-12-24 17:44:24 +0100" endDate="2020-12-24 17:44:57 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 18:07:09 +0100" startDate="2020-12-24 17:55:43 +0100" endDate="2020-12-24 18:05:42 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 18:17:43 +0100" startDate="2020-12-24 18:05:42 +0100" endDate="2020-12-24 18:05:58 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 19:03:18 +0100" startDate="2020-12-24 18:52:15 +0100" endDate="2020-12-24 18:52:28 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-24 21:31:01 +0100" startDate="2020-12-24 21:19:59 +0100" endDate="2020-12-24 21:20:45 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 08:45:01 +0100" startDate="2020-12-25 08:33:12 +0100" endDate="2020-12-25 08:43:12 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 08:54:19 +0100" startDate="2020-12-25 08:43:12 +0100" endDate="2020-12-25 08:51:57 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 09:11:18 +0100" startDate="2020-12-25 08:56:09 +0100" endDate="2020-12-25 09:05:50 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 09:18:39 +0100" startDate="2020-12-25 09:07:06 +0100" endDate="2020-12-25 09:17:05 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 09:28:08 +0100" startDate="2020-12-25 09:17:05 +0100" endDate="2020-12-25 09:20:54 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 09:51:44 +0100" startDate="2020-12-25 09:39:30 +0100" endDate="2020-12-25 09:41:30 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 10:32:19 +0100" startDate="2020-12-25 10:20:06 +0100" endDate="2020-12-25 10:28:59 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 10:43:58 +0100" startDate="2020-12-25 10:31:50 +0100" endDate="2020-12-25 10:39:57 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 11:15:18 +0100" startDate="2020-12-25 11:02:53 +0100" endDate="2020-12-25 11:04:58 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 11:46:08 +0100" startDate="2020-12-25 11:34:39 +0100" endDate="2020-12-25 11:34:49 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 11:57:21 +0100" startDate="2020-12-25 11:45:25 +0100" endDate="2020-12-25 11:49:53 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 12:09:21 +0100" startDate="2020-12-25 11:57:37 +0100" endDate="2020-12-25 12:04:25 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 12:32:26 +0100" startDate="2020-12-25 12:19:18 +0100" endDate="2020-12-25 12:24:33 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 13:08:34 +0100" startDate="2020-12-25 12:52:08 +0100" endDate="2020-12-25 12:59:11 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 14:07:16 +0100" startDate="2020-12-25 13:53:46 +0100" endDate="2020-12-25 13:54:04 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 14:59:53 +0100" startDate="2020-12-25 14:42:33 +0100" endDate="2020-12-25 14:42:46 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 15:26:53 +0100" startDate="2020-12-25 15:15:24 +0100" endDate="2020-12-25 15:25:13 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 15:37:23 +0100" startDate="2020-12-25 15:25:36 +0100" endDate="2020-12-25 15:30:59 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 15:48:21 +0100" startDate="2020-12-25 15:37:18 +0100" endDate="2020-12-25 15:43:33 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 17:14:44 +0100" startDate="2020-12-25 17:02:30 +0100" endDate="2020-12-25 17:02:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-25 17:35:27 +0100" startDate="2020-12-25 17:22:40 +0100" endDate="2020-12-25 17:22:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-26 09:26:45 +0100" startDate="2020-12-25 17:49:49 +0100" endDate="2020-12-25 17:50:20 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-26 10:32:07 +0100" startDate="2020-12-26 10:21:02 +0100" endDate="2020-12-26 10:28:48 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-26 10:47:02 +0100" startDate="2020-12-26 10:35:14 +0100" endDate="2020-12-26 10:45:13 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-26 10:59:39 +0100" startDate="2020-12-26 10:47:35 +0100" endDate="2020-12-26 10:47:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-26 11:51:01 +0100" startDate="2020-12-26 11:39:59 +0100" endDate="2020-12-26 11:43:33 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-26 12:14:46 +0100" startDate="2020-12-26 12:03:44 +0100" endDate="2020-12-26 12:06:37 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-26 14:02:10 +0100" startDate="2020-12-26 13:49:02 +0100" endDate="2020-12-26 13:54:08 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-26 15:55:36 +0100" startDate="2020-12-26 15:41:39 +0100" endDate="2020-12-26 15:46:34 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-26 16:11:45 +0100" startDate="2020-12-26 16:00:42 +0100" endDate="2020-12-26 16:08:46 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-26 16:29:35 +0100" startDate="2020-12-26 16:10:44 +0100" endDate="2020-12-26 16:10:46 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-26 16:53:27 +0100" startDate="2020-12-26 16:39:32 +0100" endDate="2020-12-26 16:41:42 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-26 22:37:40 +0100" startDate="2020-12-26 22:22:36 +0100" endDate="2020-12-26 22:22:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 00:34:52 +0100" startDate="2020-12-27 00:23:12 +0100" endDate="2020-12-27 00:23:32 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 12:51:52 +0100" startDate="2020-12-27 12:38:53 +0100" endDate="2020-12-27 12:43:38 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 13:00:15 +0100" startDate="2020-12-27 12:49:12 +0100" endDate="2020-12-27 12:52:52 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 13:14:25 +0100" startDate="2020-12-27 12:59:14 +0100" endDate="2020-12-27 13:00:10 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 14:05:53 +0100" startDate="2020-12-27 13:53:45 +0100" endDate="2020-12-27 13:58:10 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 16:21:40 +0100" startDate="2020-12-27 16:05:27 +0100" endDate="2020-12-27 16:06:05 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 17:33:04 +0100" startDate="2020-12-27 17:20:21 +0100" endDate="2020-12-27 17:28:55 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 17:45:13 +0100" startDate="2020-12-27 17:31:33 +0100" endDate="2020-12-27 17:40:57 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 18:04:29 +0100" startDate="2020-12-27 17:51:06 +0100" endDate="2020-12-27 17:51:42 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 18:38:24 +0100" startDate="2020-12-27 18:28:15 +0100" endDate="2020-12-27 18:37:53 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 18:49:25 +0100" startDate="2020-12-27 18:38:46 +0100" endDate="2020-12-27 18:39:24 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 23:30:27 +0100" startDate="2020-12-27 23:17:39 +0100" endDate="2020-12-27 23:27:31 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-27 23:42:23 +0100" startDate="2020-12-27 23:27:38 +0100" endDate="2020-12-27 23:35:04 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 09:20:37 +0100" startDate="2020-12-28 09:09:34 +0100" endDate="2020-12-28 09:18:21 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 10:27:34 +0100" startDate="2020-12-28 10:09:35 +0100" endDate="2020-12-28 10:18:43 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 10:33:19 +0100" startDate="2020-12-28 10:22:04 +0100" endDate="2020-12-28 10:29:42 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 10:46:18 +0100" startDate="2020-12-28 10:34:40 +0100" endDate="2020-12-28 10:37:33 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 11:11:18 +0100" startDate="2020-12-28 11:00:15 +0100" endDate="2020-12-28 11:08:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 11:31:41 +0100" startDate="2020-12-28 11:18:37 +0100" endDate="2020-12-28 11:26:58 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 11:41:20 +0100" startDate="2020-12-28 11:30:17 +0100" endDate="2020-12-28 11:32:12 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 12:03:47 +0100" startDate="2020-12-28 11:51:08 +0100" endDate="2020-12-28 11:56:16 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 12:25:06 +0100" startDate="2020-12-28 12:13:56 +0100" endDate="2020-12-28 12:23:57 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 12:38:54 +0100" startDate="2020-12-28 12:24:04 +0100" endDate="2020-12-28 12:33:55 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 12:46:41 +0100" startDate="2020-12-28 12:35:07 +0100" endDate="2020-12-28 12:45:06 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 12:57:24 +0100" startDate="2020-12-28 12:45:06 +0100" endDate="2020-12-28 12:54:13 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 13:09:23 +0100" startDate="2020-12-28 12:56:05 +0100" endDate="2020-12-28 13:03:47 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 13:25:49 +0100" startDate="2020-12-28 13:09:25 +0100" endDate="2020-12-28 13:16:03 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 13:42:55 +0100" startDate="2020-12-28 13:31:22 +0100" endDate="2020-12-28 13:38:50 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 14:04:29 +0100" startDate="2020-12-28 13:51:07 +0100" endDate="2020-12-28 14:00:40 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 14:15:43 +0100" startDate="2020-12-28 14:01:33 +0100" endDate="2020-12-28 14:04:52 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 14:29:27 +0100" startDate="2020-12-28 14:17:06 +0100" endDate="2020-12-28 14:26:16 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 14:38:34 +0100" startDate="2020-12-28 14:27:20 +0100" endDate="2020-12-28 14:28:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 15:15:05 +0100" startDate="2020-12-28 15:00:17 +0100" endDate="2020-12-28 15:09:15 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 15:21:55 +0100" startDate="2020-12-28 15:10:47 +0100" endDate="2020-12-28 15:20:48 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 15:32:10 +0100" startDate="2020-12-28 15:20:48 +0100" endDate="2020-12-28 15:29:27 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 15:57:02 +0100" startDate="2020-12-28 15:45:56 +0100" endDate="2020-12-28 15:51:55 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 16:08:11 +0100" startDate="2020-12-28 15:56:38 +0100" endDate="2020-12-28 16:04:50 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 16:20:02 +0100" startDate="2020-12-28 16:07:39 +0100" endDate="2020-12-28 16:15:07 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 16:46:04 +0100" startDate="2020-12-28 16:33:09 +0100" endDate="2020-12-28 16:43:10 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 16:56:10 +0100" startDate="2020-12-28 16:43:10 +0100" endDate="2020-12-28 16:53:09 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 17:08:38 +0100" startDate="2020-12-28 16:53:34 +0100" endDate="2020-12-28 16:58:32 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 17:21:04 +0100" startDate="2020-12-28 17:06:49 +0100" endDate="2020-12-28 17:08:38 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 17:51:28 +0100" startDate="2020-12-28 17:36:39 +0100" endDate="2020-12-28 17:41:30 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 18:08:06 +0100" startDate="2020-12-28 17:52:21 +0100" endDate="2020-12-28 18:00:20 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 18:15:52 +0100" startDate="2020-12-28 18:02:28 +0100" endDate="2020-12-28 18:08:27 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 19:32:22 +0100" startDate="2020-12-28 19:20:12 +0100" endDate="2020-12-28 19:20:17 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-28 22:42:31 +0100" startDate="2020-12-28 22:31:00 +0100" endDate="2020-12-28 22:34:34 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 03:48:38 +0100" startDate="2020-12-29 03:36:38 +0100" endDate="2020-12-29 03:37:24 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 05:42:25 +0100" startDate="2020-12-29 05:29:21 +0100" endDate="2020-12-29 05:31:03 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 09:08:36 +0100" startDate="2020-12-29 08:55:39 +0100" endDate="2020-12-29 08:59:19 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 09:31:17 +0100" startDate="2020-12-29 09:15:30 +0100" endDate="2020-12-29 09:17:10 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 10:31:39 +0100" startDate="2020-12-29 10:18:15 +0100" endDate="2020-12-29 10:21:34 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 10:59:48 +0100" startDate="2020-12-29 10:48:46 +0100" endDate="2020-12-29 10:58:00 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 11:10:02 +0100" startDate="2020-12-29 10:58:59 +0100" endDate="2020-12-29 11:04:53 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 13:52:15 +0100" startDate="2020-12-29 13:41:12 +0100" endDate="2020-12-29 13:50:07 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 14:32:41 +0100" startDate="2020-12-29 14:20:28 +0100" endDate="2020-12-29 14:30:04 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 14:42:29 +0100" startDate="2020-12-29 14:30:34 +0100" endDate="2020-12-29 14:40:35 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 14:52:49 +0100" startDate="2020-12-29 14:40:35 +0100" endDate="2020-12-29 14:41:29 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 15:03:34 +0100" startDate="2020-12-29 14:52:21 +0100" endDate="2020-12-29 15:02:22 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 15:15:20 +0100" startDate="2020-12-29 15:02:22 +0100" endDate="2020-12-29 15:09:43 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 15:31:23 +0100" startDate="2020-12-29 15:17:49 +0100" endDate="2020-12-29 15:27:09 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 15:41:40 +0100" startDate="2020-12-29 15:28:13 +0100" endDate="2020-12-29 15:36:55 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 15:50:22 +0100" startDate="2020-12-29 15:38:45 +0100" endDate="2020-12-29 15:47:42 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 16:07:44 +0100" startDate="2020-12-29 15:54:55 +0100" endDate="2020-12-29 16:04:56 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 16:16:59 +0100" startDate="2020-12-29 16:04:56 +0100" endDate="2020-12-29 16:14:52 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 16:28:08 +0100" startDate="2020-12-29 16:15:05 +0100" endDate="2020-12-29 16:18:36 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 16:39:05 +0100" startDate="2020-12-29 16:27:56 +0100" endDate="2020-12-29 16:37:04 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 16:52:00 +0100" startDate="2020-12-29 16:39:09 +0100" endDate="2020-12-29 16:48:29 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 17:03:25 +0100" startDate="2020-12-29 16:49:40 +0100" endDate="2020-12-29 16:59:36 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 17:11:04 +0100" startDate="2020-12-29 16:59:49 +0100" endDate="2020-12-29 17:09:50 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 17:20:53 +0100" startDate="2020-12-29 17:09:50 +0100" endDate="2020-12-29 17:14:38 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 17:35:19 +0100" startDate="2020-12-29 17:24:16 +0100" endDate="2020-12-29 17:33:21 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 17:45:24 +0100" startDate="2020-12-29 17:34:17 +0100" endDate="2020-12-29 17:42:16 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 18:48:01 +0100" startDate="2020-12-29 18:36:59 +0100" endDate="2020-12-29 18:37:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 19:08:01 +0100" startDate="2020-12-29 18:56:58 +0100" endDate="2020-12-29 19:06:59 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 19:20:56 +0100" startDate="2020-12-29 19:06:59 +0100" endDate="2020-12-29 19:07:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 19:52:52 +0100" startDate="2020-12-29 19:41:01 +0100" endDate="2020-12-29 19:41:09 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 20:03:47 +0100" startDate="2020-12-29 19:52:19 +0100" endDate="2020-12-29 19:52:52 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 20:26:45 +0100" startDate="2020-12-29 20:14:38 +0100" endDate="2020-12-29 20:17:19 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 21:25:22 +0100" startDate="2020-12-29 21:14:19 +0100" endDate="2020-12-29 21:23:11 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-29 21:35:28 +0100" startDate="2020-12-29 21:24:26 +0100" endDate="2020-12-29 21:24:33 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 06:51:33 +0100" startDate="2020-12-30 06:39:58 +0100" endDate="2020-12-30 06:40:21 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 07:59:22 +0100" startDate="2020-12-30 07:48:19 +0100" endDate="2020-12-30 07:49:33 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 08:16:06 +0100" startDate="2020-12-30 08:01:37 +0100" endDate="2020-12-30 08:11:02 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 08:36:54 +0100" startDate="2020-12-30 08:24:12 +0100" endDate="2020-12-30 08:32:01 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 08:55:56 +0100" startDate="2020-12-30 08:42:20 +0100" endDate="2020-12-30 08:51:02 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 09:06:35 +0100" startDate="2020-12-30 08:52:39 +0100" endDate="2020-12-30 08:59:55 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 09:23:03 +0100" startDate="2020-12-30 09:10:18 +0100" endDate="2020-12-30 09:19:34 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 09:45:40 +0100" startDate="2020-12-30 09:32:01 +0100" endDate="2020-12-30 09:41:59 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 09:53:10 +0100" startDate="2020-12-30 09:42:07 +0100" endDate="2020-12-30 09:42:58 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 10:36:43 +0100" startDate="2020-12-30 10:25:40 +0100" endDate="2020-12-30 10:35:23 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 10:48:16 +0100" startDate="2020-12-30 10:37:13 +0100" endDate="2020-12-30 10:37:31 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 11:01:04 +0100" startDate="2020-12-30 10:49:46 +0100" endDate="2020-12-30 10:55:15 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 11:15:27 +0100" startDate="2020-12-30 11:03:49 +0100" endDate="2020-12-30 11:10:34 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 11:39:21 +0100" startDate="2020-12-30 11:26:43 +0100" endDate="2020-12-30 11:36:43 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 11:50:43 +0100" startDate="2020-12-30 11:36:43 +0100" endDate="2020-12-30 11:45:00 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 12:06:26 +0100" startDate="2020-12-30 11:52:38 +0100" endDate="2020-12-30 12:01:35 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 12:14:20 +0100" startDate="2020-12-30 12:03:17 +0100" endDate="2020-12-30 12:09:42 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 12:24:44 +0100" startDate="2020-12-30 12:13:42 +0100" endDate="2020-12-30 12:23:41 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 12:35:37 +0100" startDate="2020-12-30 12:23:41 +0100" endDate="2020-12-30 12:27:43 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 13:01:14 +0100" startDate="2020-12-30 12:49:09 +0100" endDate="2020-12-30 12:49:11 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 13:16:52 +0100" startDate="2020-12-30 13:05:50 +0100" endDate="2020-12-30 13:14:32 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 13:27:45 +0100" startDate="2020-12-30 13:16:16 +0100" endDate="2020-12-30 13:17:58 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 13:40:42 +0100" startDate="2020-12-30 13:28:58 +0100" endDate="2020-12-30 13:37:23 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 14:18:08 +0100" startDate="2020-12-30 14:04:54 +0100" endDate="2020-12-30 14:06:18 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 15:56:59 +0100" startDate="2020-12-30 15:38:44 +0100" endDate="2020-12-30 15:45:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 16:30:15 +0100" startDate="2020-12-30 16:19:13 +0100" endDate="2020-12-30 16:27:34 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 17:00:06 +0100" startDate="2020-12-30 16:49:03 +0100" endDate="2020-12-30 16:55:11 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 17:12:30 +0100" startDate="2020-12-30 16:59:38 +0100" endDate="2020-12-30 17:03:45 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 17:22:47 +0100" startDate="2020-12-30 17:10:15 +0100" endDate="2020-12-30 17:10:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 17:37:32 +0100" startDate="2020-12-30 17:22:31 +0100" endDate="2020-12-30 17:22:38 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 17:47:41 +0100" startDate="2020-12-30 17:36:06 +0100" endDate="2020-12-30 17:39:29 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 18:14:24 +0100" startDate="2020-12-30 18:00:29 +0100" endDate="2020-12-30 18:10:25 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 18:21:58 +0100" startDate="2020-12-30 18:10:40 +0100" endDate="2020-12-30 18:20:42 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 18:34:21 +0100" startDate="2020-12-30 18:20:42 +0100" endDate="2020-12-30 18:23:27 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 19:31:28 +0100" startDate="2020-12-30 19:20:07 +0100" endDate="2020-12-30 19:21:49 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 21:35:23 +0100" startDate="2020-12-30 21:24:05 +0100" endDate="2020-12-30 21:25:21 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 22:08:41 +0100" startDate="2020-12-30 21:54:55 +0100" endDate="2020-12-30 22:03:53 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 22:22:16 +0100" startDate="2020-12-30 22:05:30 +0100" endDate="2020-12-30 22:05:37 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-30 22:33:21 +0100" startDate="2020-12-30 22:21:20 +0100" endDate="2020-12-30 22:27:10 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 12:41:47 +0100" startDate="2020-12-31 12:29:25 +0100" endDate="2020-12-31 12:29:51 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 13:54:13 +0100" startDate="2020-12-31 13:43:05 +0100" endDate="2020-12-31 13:43:56 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 15:53:50 +0100" startDate="2020-12-31 15:42:47 +0100" endDate="2020-12-31 15:42:50 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 17:01:43 +0100" startDate="2020-12-31 16:50:41 +0100" endDate="2020-12-31 16:57:28 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 17:32:31 +0100" startDate="2020-12-31 17:20:41 +0100" endDate="2020-12-31 17:29:21 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 17:44:38 +0100" startDate="2020-12-31 17:33:35 +0100" endDate="2020-12-31 17:42:12 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 18:39:06 +0100" startDate="2020-12-31 18:25:28 +0100" endDate="2020-12-31 18:33:49 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 18:50:25 +0100" startDate="2020-12-31 18:35:57 +0100" endDate="2020-12-31 18:36:45 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 19:25:33 +0100" startDate="2020-12-31 19:11:50 +0100" endDate="2020-12-31 19:11:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 21:32:32 +0100" startDate="2020-12-31 21:17:24 +0100" endDate="2020-12-31 21:21:56 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 22:33:25 +0100" startDate="2020-12-31 22:19:22 +0100" endDate="2020-12-31 22:19:34 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 23:42:32 +0100" startDate="2020-12-31 23:40:24 +0100" endDate="2020-12-31 23:41:05 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2020-12-31 23:56:03 +0100" startDate="2020-12-31 23:43:08 +0100" endDate="2020-12-31 23:50:00 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 00:16:04 +0100" startDate="2021-01-01 00:04:09 +0100" endDate="2021-01-01 00:04:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 00:35:29 +0100" startDate="2021-01-01 00:19:57 +0100" endDate="2021-01-01 00:24:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 01:19:44 +0100" startDate="2021-01-01 01:04:55 +0100" endDate="2021-01-01 01:05:00 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 01:44:16 +0100" startDate="2021-01-01 01:29:45 +0100" endDate="2021-01-01 01:36:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 02:37:22 +0100" startDate="2021-01-01 02:23:37 +0100" endDate="2021-01-01 02:23:50 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 11:56:51 +0100" startDate="2021-01-01 11:42:49 +0100" endDate="2021-01-01 11:48:23 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 12:15:19 +0100" startDate="2021-01-01 12:02:01 +0100" endDate="2021-01-01 12:02:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 12:34:58 +0100" startDate="2021-01-01 12:19:45 +0100" endDate="2021-01-01 12:19:55 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 13:27:57 +0100" startDate="2021-01-01 13:16:11 +0100" endDate="2021-01-01 13:25:01 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 13:36:36 +0100" startDate="2021-01-01 13:26:13 +0100" endDate="2021-01-01 13:36:14 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 13:47:50 +0100" startDate="2021-01-01 13:36:14 +0100" endDate="2021-01-01 13:37:30 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 13:58:22 +0100" startDate="2021-01-01 13:46:25 +0100" endDate="2021-01-01 13:56:26 +0100" value="997"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 14:11:59 +0100" startDate="2021-01-01 13:56:26 +0100" endDate="2021-01-01 14:06:27 +0100" value="1025"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 14:18:00 +0100" startDate="2021-01-01 14:06:27 +0100" endDate="2021-01-01 14:16:28 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 14:29:30 +0100" startDate="2021-01-01 14:16:28 +0100" endDate="2021-01-01 14:26:29 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 14:37:32 +0100" startDate="2021-01-01 14:26:29 +0100" endDate="2021-01-01 14:27:53 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 15:23:24 +0100" startDate="2021-01-01 15:19:53 +0100" endDate="2021-01-01 15:22:36 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-01 15:34:24 +0100" startDate="2021-01-01 15:24:08 +0100" endDate="2021-01-01 15:29:44 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-02 00:18:27 +0100" startDate="2021-01-02 00:07:24 +0100" endDate="2021-01-02 00:09:27 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5f90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-02 10:05:14 +0100" startDate="2021-01-02 09:51:24 +0100" endDate="2021-01-02 09:51:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-02 14:40:41 +0100" startDate="2021-01-02 14:29:38 +0100" endDate="2021-01-02 14:29:41 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-02 15:00:50 +0100" startDate="2021-01-02 14:46:55 +0100" endDate="2021-01-02 14:47:00 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-02 16:07:45 +0100" startDate="2021-01-02 15:56:43 +0100" endDate="2021-01-02 15:57:21 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-02 16:29:04 +0100" startDate="2021-01-02 16:14:04 +0100" endDate="2021-01-02 16:17:10 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-02 16:55:19 +0100" startDate="2021-01-02 16:44:17 +0100" endDate="2021-01-02 16:47:08 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-02 17:10:38 +0100" startDate="2021-01-02 16:58:25 +0100" endDate="2021-01-02 17:05:53 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-02 17:38:07 +0100" startDate="2021-01-02 17:27:04 +0100" endDate="2021-01-02 17:27:27 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-02 17:57:50 +0100" startDate="2021-01-02 17:46:47 +0100" endDate="2021-01-02 17:47:05 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-02 22:36:20 +0100" startDate="2021-01-02 22:22:40 +0100" endDate="2021-01-02 22:31:12 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 09:26:43 +0100" startDate="2021-01-03 09:15:40 +0100" endDate="2021-01-03 09:18:54 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 11:07:41 +0100" startDate="2021-01-03 10:56:39 +0100" endDate="2021-01-03 10:56:41 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 13:42:53 +0100" startDate="2021-01-03 13:31:49 +0100" endDate="2021-01-03 13:31:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 15:09:42 +0100" startDate="2021-01-03 14:57:58 +0100" endDate="2021-01-03 15:07:59 +0100" value="899"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 15:19:01 +0100" startDate="2021-01-03 15:07:59 +0100" endDate="2021-01-03 15:12:41 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 15:35:35 +0100" startDate="2021-01-03 15:24:32 +0100" endDate="2021-01-03 15:32:28 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 16:44:42 +0100" startDate="2021-01-03 16:31:01 +0100" endDate="2021-01-03 16:41:03 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 16:53:45 +0100" startDate="2021-01-03 16:41:03 +0100" endDate="2021-01-03 16:50:56 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 17:05:28 +0100" startDate="2021-01-03 16:54:17 +0100" endDate="2021-01-03 17:04:18 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 17:16:10 +0100" startDate="2021-01-03 17:04:20 +0100" endDate="2021-01-03 17:04:30 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 17:28:43 +0100" startDate="2021-01-03 17:15:15 +0100" endDate="2021-01-03 17:24:48 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 17:37:18 +0100" startDate="2021-01-03 17:25:41 +0100" endDate="2021-01-03 17:34:23 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 17:48:37 +0100" startDate="2021-01-03 17:35:55 +0100" endDate="2021-01-03 17:45:56 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 17:58:39 +0100" startDate="2021-01-03 17:45:56 +0100" endDate="2021-01-03 17:53:21 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 18:08:37 +0100" startDate="2021-01-03 17:57:16 +0100" endDate="2021-01-03 18:06:56 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 18:18:19 +0100" startDate="2021-01-03 18:07:17 +0100" endDate="2021-01-03 18:08:02 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 18:35:17 +0100" startDate="2021-01-03 18:21:12 +0100" endDate="2021-01-03 18:24:38 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 21:50:33 +0100" startDate="2021-01-03 21:39:30 +0100" endDate="2021-01-03 21:41:07 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-03 23:06:30 +0100" startDate="2021-01-03 22:55:27 +0100" endDate="2021-01-03 22:58:00 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 06:46:52 +0100" startDate="2021-01-04 06:34:37 +0100" endDate="2021-01-04 06:41:18 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 06:58:34 +0100" startDate="2021-01-04 06:47:05 +0100" endDate="2021-01-04 06:50:21 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 07:13:15 +0100" startDate="2021-01-04 06:57:34 +0100" endDate="2021-01-04 07:07:35 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 07:20:57 +0100" startDate="2021-01-04 07:07:35 +0100" endDate="2021-01-04 07:17:23 +0100" value="1007"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 07:32:39 +0100" startDate="2021-01-04 07:21:10 +0100" endDate="2021-01-04 07:29:12 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 07:42:20 +0100" startDate="2021-01-04 07:31:14 +0100" endDate="2021-01-04 07:40:58 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 08:06:18 +0100" startDate="2021-01-04 07:55:04 +0100" endDate="2021-01-04 07:58:22 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 08:18:27 +0100" startDate="2021-01-04 08:05:18 +0100" endDate="2021-01-04 08:15:11 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 08:31:03 +0100" startDate="2021-01-04 08:18:14 +0100" endDate="2021-01-04 08:20:55 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 08:45:41 +0100" startDate="2021-01-04 08:30:53 +0100" endDate="2021-01-04 08:36:42 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 09:01:13 +0100" startDate="2021-01-04 08:48:07 +0100" endDate="2021-01-04 08:54:42 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 09:09:46 +0100" startDate="2021-01-04 08:58:08 +0100" endDate="2021-01-04 09:08:02 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 09:22:56 +0100" startDate="2021-01-04 09:08:09 +0100" endDate="2021-01-04 09:18:10 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 09:29:14 +0100" startDate="2021-01-04 09:18:10 +0100" endDate="2021-01-04 09:28:11 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 09:39:14 +0100" startDate="2021-01-04 09:28:11 +0100" endDate="2021-01-04 09:28:16 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 10:11:17 +0100" startDate="2021-01-04 09:58:20 +0100" endDate="2021-01-04 10:04:09 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 12:19:16 +0100" startDate="2021-01-04 12:07:14 +0100" endDate="2021-01-04 12:11:49 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 12:29:55 +0100" startDate="2021-01-04 12:18:16 +0100" endDate="2021-01-04 12:22:23 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 12:43:16 +0100" startDate="2021-01-04 12:30:19 +0100" endDate="2021-01-04 12:31:13 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 13:20:21 +0100" startDate="2021-01-04 13:09:15 +0100" endDate="2021-01-04 13:19:15 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 13:30:18 +0100" startDate="2021-01-04 13:19:15 +0100" endDate="2021-01-04 13:20:24 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 13:58:20 +0100" startDate="2021-01-04 13:45:11 +0100" endDate="2021-01-04 13:45:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 14:12:35 +0100" startDate="2021-01-04 14:01:10 +0100" endDate="2021-01-04 14:10:55 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 14:26:40 +0100" startDate="2021-01-04 14:11:21 +0100" endDate="2021-01-04 14:12:40 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 14:38:00 +0100" startDate="2021-01-04 14:22:59 +0100" endDate="2021-01-04 14:29:37 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 14:52:42 +0100" startDate="2021-01-04 14:40:34 +0100" endDate="2021-01-04 14:49:32 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 15:03:18 +0100" startDate="2021-01-04 14:51:16 +0100" endDate="2021-01-04 14:57:28 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 15:17:17 +0100" startDate="2021-01-04 15:05:25 +0100" endDate="2021-01-04 15:14:23 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 15:33:00 +0100" startDate="2021-01-04 15:17:18 +0100" endDate="2021-01-04 15:25:02 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 15:43:42 +0100" startDate="2021-01-04 15:31:29 +0100" endDate="2021-01-04 15:36:40 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 16:01:08 +0100" startDate="2021-01-04 15:49:20 +0100" endDate="2021-01-04 15:56:51 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 16:11:45 +0100" startDate="2021-01-04 16:00:42 +0100" endDate="2021-01-04 16:09:50 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 16:36:27 +0100" startDate="2021-01-04 16:25:25 +0100" endDate="2021-01-04 16:32:20 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 16:47:10 +0100" startDate="2021-01-04 16:35:38 +0100" endDate="2021-01-04 16:39:12 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 16:57:46 +0100" startDate="2021-01-04 16:46:44 +0100" endDate="2021-01-04 16:56:22 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 17:11:03 +0100" startDate="2021-01-04 16:59:17 +0100" endDate="2021-01-04 17:03:57 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 17:22:08 +0100" startDate="2021-01-04 17:11:01 +0100" endDate="2021-01-04 17:20:27 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 17:37:29 +0100" startDate="2021-01-04 17:26:26 +0100" endDate="2021-01-04 17:35:36 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 17:47:32 +0100" startDate="2021-01-04 17:36:30 +0100" endDate="2021-01-04 17:45:47 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 17:58:47 +0100" startDate="2021-01-04 17:47:45 +0100" endDate="2021-01-04 17:57:23 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 18:13:11 +0100" startDate="2021-01-04 18:01:55 +0100" endDate="2021-01-04 18:08:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 18:23:35 +0100" startDate="2021-01-04 18:12:19 +0100" endDate="2021-01-04 18:12:50 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 18:38:44 +0100" startDate="2021-01-04 18:25:32 +0100" endDate="2021-01-04 18:34:30 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 18:53:30 +0100" startDate="2021-01-04 18:38:16 +0100" endDate="2021-01-04 18:45:19 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-04 22:53:19 +0100" startDate="2021-01-04 22:42:16 +0100" endDate="2021-01-04 22:44:59 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 06:57:14 +0100" startDate="2021-01-05 06:46:12 +0100" endDate="2021-01-05 06:48:19 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 07:38:38 +0100" startDate="2021-01-05 07:27:35 +0100" endDate="2021-01-05 07:30:03 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 09:07:25 +0100" startDate="2021-01-05 08:53:23 +0100" endDate="2021-01-05 08:54:06 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 09:21:56 +0100" startDate="2021-01-05 09:08:05 +0100" endDate="2021-01-05 09:15:03 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 09:33:52 +0100" startDate="2021-01-05 09:22:49 +0100" endDate="2021-01-05 09:32:50 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 09:47:22 +0100" startDate="2021-01-05 09:32:50 +0100" endDate="2021-01-05 09:42:51 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 09:57:07 +0100" startDate="2021-01-05 09:43:32 +0100" endDate="2021-01-05 09:51:13 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 10:07:12 +0100" startDate="2021-01-05 09:54:32 +0100" endDate="2021-01-05 09:57:10 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 10:37:43 +0100" startDate="2021-01-05 10:25:40 +0100" endDate="2021-01-05 10:34:25 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 10:47:35 +0100" startDate="2021-01-05 10:36:32 +0100" endDate="2021-01-05 10:44:06 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 11:00:07 +0100" startDate="2021-01-05 10:47:22 +0100" endDate="2021-01-05 10:55:49 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 11:09:40 +0100" startDate="2021-01-05 10:57:48 +0100" endDate="2021-01-05 11:05:22 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 11:21:09 +0100" startDate="2021-01-05 11:07:57 +0100" endDate="2021-01-05 11:08:43 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 11:30:44 +0100" startDate="2021-01-05 11:18:42 +0100" endDate="2021-01-05 11:26:23 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 12:05:13 +0100" startDate="2021-01-05 11:52:25 +0100" endDate="2021-01-05 11:58:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 12:23:35 +0100" startDate="2021-01-05 12:10:10 +0100" endDate="2021-01-05 12:19:40 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 12:32:46 +0100" startDate="2021-01-05 12:20:18 +0100" endDate="2021-01-05 12:30:19 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 12:41:22 +0100" startDate="2021-01-05 12:30:19 +0100" endDate="2021-01-05 12:35:53 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 12:51:26 +0100" startDate="2021-01-05 12:40:23 +0100" endDate="2021-01-05 12:40:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 13:05:34 +0100" startDate="2021-01-05 12:54:32 +0100" endDate="2021-01-05 13:02:00 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 13:17:10 +0100" startDate="2021-01-05 13:06:07 +0100" endDate="2021-01-05 13:06:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 13:53:30 +0100" startDate="2021-01-05 13:42:28 +0100" endDate="2021-01-05 13:49:20 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 14:24:10 +0100" startDate="2021-01-05 14:13:07 +0100" endDate="2021-01-05 14:13:38 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 15:11:25 +0100" startDate="2021-01-05 15:00:02 +0100" endDate="2021-01-05 15:01:56 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 15:27:46 +0100" startDate="2021-01-05 15:15:29 +0100" endDate="2021-01-05 15:21:23 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 15:30:21 +0100" startDate="2021-01-05 15:27:48 +0100" endDate="2021-01-05 15:27:53 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 18:20:03 +0100" startDate="2021-01-05 18:08:45 +0100" endDate="2021-01-05 18:18:37 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 18:42:44 +0100" startDate="2021-01-05 18:31:41 +0100" endDate="2021-01-05 18:36:31 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 19:08:19 +0100" startDate="2021-01-05 18:53:35 +0100" endDate="2021-01-05 19:03:34 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 19:16:04 +0100" startDate="2021-01-05 19:03:34 +0100" endDate="2021-01-05 19:11:00 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-05 19:26:22 +0100" startDate="2021-01-05 19:14:16 +0100" endDate="2021-01-05 19:14:21 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 08:57:19 +0100" startDate="2021-01-06 08:43:48 +0100" endDate="2021-01-06 08:46:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 10:16:49 +0100" startDate="2021-01-06 10:04:56 +0100" endDate="2021-01-06 10:04:59 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 10:53:07 +0100" startDate="2021-01-06 10:38:12 +0100" endDate="2021-01-06 10:42:50 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 12:29:33 +0100" startDate="2021-01-06 12:18:30 +0100" endDate="2021-01-06 12:25:48 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 12:41:19 +0100" startDate="2021-01-06 12:30:16 +0100" endDate="2021-01-06 12:30:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 13:07:02 +0100" startDate="2021-01-06 12:53:18 +0100" endDate="2021-01-06 12:53:23 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 14:49:27 +0100" startDate="2021-01-06 14:37:56 +0100" endDate="2021-01-06 14:38:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 15:05:19 +0100" startDate="2021-01-06 14:53:58 +0100" endDate="2021-01-06 14:54:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 16:04:25 +0100" startDate="2021-01-06 15:53:23 +0100" endDate="2021-01-06 16:02:51 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 16:28:21 +0100" startDate="2021-01-06 16:15:36 +0100" endDate="2021-01-06 16:25:35 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 16:39:38 +0100" startDate="2021-01-06 16:25:40 +0100" endDate="2021-01-06 16:34:10 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 16:52:41 +0100" startDate="2021-01-06 16:36:20 +0100" endDate="2021-01-06 16:43:33 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 17:03:21 +0100" startDate="2021-01-06 16:49:01 +0100" endDate="2021-01-06 16:59:02 +0100" value="1031"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 17:12:39 +0100" startDate="2021-01-06 16:59:02 +0100" endDate="2021-01-06 17:09:03 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 17:22:46 +0100" startDate="2021-01-06 17:09:03 +0100" endDate="2021-01-06 17:19:04 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 17:31:30 +0100" startDate="2021-01-06 17:19:04 +0100" endDate="2021-01-06 17:29:05 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 17:42:19 +0100" startDate="2021-01-06 17:29:05 +0100" endDate="2021-01-06 17:39:06 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 17:52:06 +0100" startDate="2021-01-06 17:39:14 +0100" endDate="2021-01-06 17:49:15 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 18:01:07 +0100" startDate="2021-01-06 17:49:15 +0100" endDate="2021-01-06 17:59:16 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 18:10:18 +0100" startDate="2021-01-06 17:59:16 +0100" endDate="2021-01-06 18:09:17 +0100" value="1016"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 18:20:19 +0100" startDate="2021-01-06 18:09:17 +0100" endDate="2021-01-06 18:19:17 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 18:30:20 +0100" startDate="2021-01-06 18:19:17 +0100" endDate="2021-01-06 18:28:38 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 18:51:20 +0100" startDate="2021-01-06 18:40:18 +0100" endDate="2021-01-06 18:43:29 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 19:08:02 +0100" startDate="2021-01-06 18:54:08 +0100" endDate="2021-01-06 18:54:39 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-06 19:35:25 +0100" startDate="2021-01-06 19:24:22 +0100" endDate="2021-01-06 19:24:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 07:29:56 +0100" startDate="2021-01-07 07:14:32 +0100" endDate="2021-01-07 07:24:33 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 07:35:36 +0100" startDate="2021-01-07 07:24:33 +0100" endDate="2021-01-07 07:30:50 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 07:48:05 +0100" startDate="2021-01-07 07:37:02 +0100" endDate="2021-01-07 07:37:07 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 08:17:20 +0100" startDate="2021-01-07 08:06:17 +0100" endDate="2021-01-07 08:08:24 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 08:30:14 +0100" startDate="2021-01-07 08:20:05 +0100" endDate="2021-01-07 08:20:25 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 09:32:43 +0100" startDate="2021-01-07 09:19:39 +0100" endDate="2021-01-07 09:29:40 +0100" value="1031"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 09:42:06 +0100" startDate="2021-01-07 09:29:40 +0100" endDate="2021-01-07 09:33:19 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 09:59:18 +0100" startDate="2021-01-07 09:46:15 +0100" endDate="2021-01-07 09:47:40 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 12:18:44 +0100" startDate="2021-01-07 12:07:42 +0100" endDate="2021-01-07 12:11:23 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 12:30:04 +0100" startDate="2021-01-07 12:19:02 +0100" endDate="2021-01-07 12:28:45 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 12:40:46 +0100" startDate="2021-01-07 12:29:03 +0100" endDate="2021-01-07 12:30:37 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 12:52:55 +0100" startDate="2021-01-07 12:39:46 +0100" endDate="2021-01-07 12:47:02 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 13:17:13 +0100" startDate="2021-01-07 13:04:21 +0100" endDate="2021-01-07 13:04:42 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 13:27:55 +0100" startDate="2021-01-07 13:15:49 +0100" endDate="2021-01-07 13:25:46 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 13:38:41 +0100" startDate="2021-01-07 13:25:48 +0100" endDate="2021-01-07 13:25:51 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 14:18:26 +0100" startDate="2021-01-07 14:07:23 +0100" endDate="2021-01-07 14:16:23 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 14:34:14 +0100" startDate="2021-01-07 14:23:11 +0100" endDate="2021-01-07 14:32:57 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 14:45:06 +0100" startDate="2021-01-07 14:34:03 +0100" endDate="2021-01-07 14:43:26 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 14:55:19 +0100" startDate="2021-01-07 14:44:17 +0100" endDate="2021-01-07 14:54:18 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 15:05:21 +0100" startDate="2021-01-07 14:54:18 +0100" endDate="2021-01-07 15:04:01 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 15:16:10 +0100" startDate="2021-01-07 15:05:07 +0100" endDate="2021-01-07 15:05:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 15:22:33 +0100" startDate="2021-01-07 15:22:08 +0100" endDate="2021-01-07 15:22:28 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 15:22:35 +0100" startDate="2021-01-07 15:22:28 +0100" endDate="2021-01-07 15:22:31 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 15:22:49 +0100" startDate="2021-01-07 15:22:31 +0100" endDate="2021-01-07 15:22:33 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 15:23:03 +0100" startDate="2021-01-07 15:22:54 +0100" endDate="2021-01-07 15:22:59 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 15:33:33 +0100" startDate="2021-01-07 15:23:09 +0100" endDate="2021-01-07 15:31:34 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 16:25:23 +0100" startDate="2021-01-07 16:12:24 +0100" endDate="2021-01-07 16:13:20 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 16:47:06 +0100" startDate="2021-01-07 16:36:03 +0100" endDate="2021-01-07 16:45:54 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 16:59:26 +0100" startDate="2021-01-07 16:47:51 +0100" endDate="2021-01-07 16:52:39 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 17:13:23 +0100" startDate="2021-01-07 17:02:20 +0100" endDate="2021-01-07 17:09:36 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 17:49:24 +0100" startDate="2021-01-07 17:38:22 +0100" endDate="2021-01-07 17:39:59 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 18:42:14 +0100" startDate="2021-01-07 18:30:43 +0100" endDate="2021-01-07 18:30:48 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 19:33:35 +0100" startDate="2021-01-07 19:22:28 +0100" endDate="2021-01-07 19:23:37 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-07 21:42:29 +0100" startDate="2021-01-07 21:31:26 +0100" endDate="2021-01-07 21:31:37 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 06:38:29 +0100" startDate="2021-01-08 06:27:26 +0100" endDate="2021-01-08 06:27:57 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 06:52:42 +0100" startDate="2021-01-08 06:41:39 +0100" endDate="2021-01-08 06:49:36 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 07:12:27 +0100" startDate="2021-01-08 07:00:33 +0100" endDate="2021-01-08 07:00:40 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 07:44:46 +0100" startDate="2021-01-08 07:32:43 +0100" endDate="2021-01-08 07:41:48 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 07:56:41 +0100" startDate="2021-01-08 07:43:25 +0100" endDate="2021-01-08 07:47:22 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 08:10:19 +0100" startDate="2021-01-08 07:56:58 +0100" endDate="2021-01-08 08:02:29 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 08:45:09 +0100" startDate="2021-01-08 08:30:10 +0100" endDate="2021-01-08 08:34:55 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 08:56:05 +0100" startDate="2021-01-08 08:43:52 +0100" endDate="2021-01-08 08:53:53 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 09:04:56 +0100" startDate="2021-01-08 08:53:53 +0100" endDate="2021-01-08 09:00:05 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 09:16:01 +0100" startDate="2021-01-08 09:04:28 +0100" endDate="2021-01-08 09:11:28 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 09:39:53 +0100" startDate="2021-01-08 09:28:51 +0100" endDate="2021-01-08 09:38:52 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 09:51:17 +0100" startDate="2021-01-08 09:38:52 +0100" endDate="2021-01-08 09:48:07 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 10:02:37 +0100" startDate="2021-01-08 09:51:08 +0100" endDate="2021-01-08 10:00:21 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 10:19:49 +0100" startDate="2021-01-08 10:07:06 +0100" endDate="2021-01-08 10:08:05 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 11:22:46 +0100" startDate="2021-01-08 11:11:43 +0100" endDate="2021-01-08 11:20:25 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 11:32:52 +0100" startDate="2021-01-08 11:21:49 +0100" endDate="2021-01-08 11:30:31 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 11:44:40 +0100" startDate="2021-01-08 11:31:50 +0100" endDate="2021-01-08 11:41:21 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 12:35:26 +0100" startDate="2021-01-08 12:22:48 +0100" endDate="2021-01-08 12:31:18 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 12:46:28 +0100" startDate="2021-01-08 12:33:00 +0100" endDate="2021-01-08 12:40:53 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 13:01:51 +0100" startDate="2021-01-08 12:50:27 +0100" endDate="2021-01-08 13:00:26 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 13:13:14 +0100" startDate="2021-01-08 13:00:36 +0100" endDate="2021-01-08 13:00:54 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 13:26:35 +0100" startDate="2021-01-08 13:13:26 +0100" endDate="2021-01-08 13:20:39 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 13:46:25 +0100" startDate="2021-01-08 13:34:20 +0100" endDate="2021-01-08 13:41:30 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 14:06:35 +0100" startDate="2021-01-08 13:53:18 +0100" endDate="2021-01-08 13:56:04 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 14:22:21 +0100" startDate="2021-01-08 14:07:29 +0100" endDate="2021-01-08 14:15:07 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 14:31:31 +0100" startDate="2021-01-08 14:18:28 +0100" endDate="2021-01-08 14:28:29 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 14:42:39 +0100" startDate="2021-01-08 14:28:29 +0100" endDate="2021-01-08 14:31:20 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 14:54:44 +0100" startDate="2021-01-08 14:43:41 +0100" endDate="2021-01-08 14:47:40 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 15:24:57 +0100" startDate="2021-01-08 15:19:17 +0100" endDate="2021-01-08 15:24:53 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 15:35:56 +0100" startDate="2021-01-08 15:24:53 +0100" endDate="2021-01-08 15:31:59 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 16:20:07 +0100" startDate="2021-01-08 16:09:04 +0100" endDate="2021-01-08 16:19:05 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 16:30:15 +0100" startDate="2021-01-08 16:19:05 +0100" endDate="2021-01-08 16:28:18 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 16:40:35 +0100" startDate="2021-01-08 16:29:27 +0100" endDate="2021-01-08 16:39:00 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 16:51:06 +0100" startDate="2021-01-08 16:40:04 +0100" endDate="2021-01-08 16:48:51 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 17:04:38 +0100" startDate="2021-01-08 16:51:47 +0100" endDate="2021-01-08 16:58:14 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 17:21:58 +0100" startDate="2021-01-08 17:10:07 +0100" endDate="2021-01-08 17:20:08 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 17:34:51 +0100" startDate="2021-01-08 17:20:08 +0100" endDate="2021-01-08 17:30:06 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 17:42:17 +0100" startDate="2021-01-08 17:30:24 +0100" endDate="2021-01-08 17:39:42 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 17:52:55 +0100" startDate="2021-01-08 17:40:25 +0100" endDate="2021-01-08 17:49:35 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 18:05:52 +0100" startDate="2021-01-08 17:53:50 +0100" endDate="2021-01-08 17:59:21 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 18:18:00 +0100" startDate="2021-01-08 18:04:37 +0100" endDate="2021-01-08 18:04:52 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 18:32:47 +0100" startDate="2021-01-08 18:15:42 +0100" endDate="2021-01-08 18:21:36 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 18:48:19 +0100" startDate="2021-01-08 18:34:41 +0100" endDate="2021-01-08 18:42:32 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 19:10:27 +0100" startDate="2021-01-08 18:58:28 +0100" endDate="2021-01-08 19:05:13 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 19:22:15 +0100" startDate="2021-01-08 19:11:13 +0100" endDate="2021-01-08 19:11:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-08 20:08:34 +0100" startDate="2021-01-08 19:56:52 +0100" endDate="2021-01-08 19:56:55 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 02:42:02 +0100" startDate="2021-01-09 02:29:38 +0100" endDate="2021-01-09 02:33:58 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 09:35:46 +0100" startDate="2021-01-09 09:20:44 +0100" endDate="2021-01-09 09:27:50 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 09:41:46 +0100" startDate="2021-01-09 09:30:44 +0100" endDate="2021-01-09 09:33:09 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 10:32:20 +0100" startDate="2021-01-09 10:17:03 +0100" endDate="2021-01-09 10:17:59 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 10:47:38 +0100" startDate="2021-01-09 10:35:05 +0100" endDate="2021-01-09 10:44:57 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 10:56:57 +0100" startDate="2021-01-09 10:45:40 +0100" endDate="2021-01-09 10:45:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 12:33:12 +0100" startDate="2021-01-09 12:22:09 +0100" endDate="2021-01-09 12:27:38 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 13:13:07 +0100" startDate="2021-01-09 12:59:40 +0100" endDate="2021-01-09 13:01:40 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 14:40:27 +0100" startDate="2021-01-09 14:29:24 +0100" endDate="2021-01-09 14:33:41 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 15:16:01 +0100" startDate="2021-01-09 15:03:55 +0100" endDate="2021-01-09 15:04:13 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 15:37:54 +0100" startDate="2021-01-09 15:26:48 +0100" endDate="2021-01-09 15:36:44 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 15:49:31 +0100" startDate="2021-01-09 15:37:12 +0100" endDate="2021-01-09 15:47:13 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 16:00:35 +0100" startDate="2021-01-09 15:47:13 +0100" endDate="2021-01-09 15:57:14 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 16:08:17 +0100" startDate="2021-01-09 15:57:14 +0100" endDate="2021-01-09 16:07:15 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 16:18:30 +0100" startDate="2021-01-09 16:07:15 +0100" endDate="2021-01-09 16:17:16 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 16:28:19 +0100" startDate="2021-01-09 16:17:16 +0100" endDate="2021-01-09 16:27:17 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 16:39:00 +0100" startDate="2021-01-09 16:27:17 +0100" endDate="2021-01-09 16:37:18 +0100" value="1079"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 16:49:28 +0100" startDate="2021-01-09 16:37:18 +0100" endDate="2021-01-09 16:47:18 +0100" value="1070"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 17:00:57 +0100" startDate="2021-01-09 16:47:18 +0100" endDate="2021-01-09 16:57:19 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 17:08:25 +0100" startDate="2021-01-09 16:57:19 +0100" endDate="2021-01-09 17:07:20 +0100" value="1040"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 17:19:14 +0100" startDate="2021-01-09 17:07:20 +0100" endDate="2021-01-09 17:15:01 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 17:38:32 +0100" startDate="2021-01-09 17:27:29 +0100" endDate="2021-01-09 17:34:47 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 18:00:21 +0100" startDate="2021-01-09 17:49:19 +0100" endDate="2021-01-09 17:55:17 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.2" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.2, creation date:2020-11-23 05:16:47 +0000&gt;" unit="count" creationDate="2021-01-09 21:56:43 +0100" startDate="2021-01-09 21:45:40 +0100" endDate="2021-01-09 21:46:44 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 07:44:38 +0100" startDate="2021-01-10 07:30:37 +0100" endDate="2021-01-10 07:37:55 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 09:17:44 +0100" startDate="2021-01-10 09:03:38 +0100" endDate="2021-01-10 09:04:11 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 10:18:15 +0100" startDate="2021-01-10 10:07:13 +0100" endDate="2021-01-10 10:07:30 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 10:33:04 +0100" startDate="2021-01-10 10:22:01 +0100" endDate="2021-01-10 10:30:49 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 10:47:11 +0100" startDate="2021-01-10 10:34:56 +0100" endDate="2021-01-10 10:42:04 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 12:01:21 +0100" startDate="2021-01-10 11:44:42 +0100" endDate="2021-01-10 11:45:02 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 12:08:18 +0100" startDate="2021-01-10 11:54:43 +0100" endDate="2021-01-10 11:54:51 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 14:19:06 +0100" startDate="2021-01-10 14:03:11 +0100" endDate="2021-01-10 14:11:42 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 14:26:26 +0100" startDate="2021-01-10 14:13:40 +0100" endDate="2021-01-10 14:23:41 +0100" value="1092"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 14:34:43 +0100" startDate="2021-01-10 14:23:41 +0100" endDate="2021-01-10 14:29:42 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 14:45:01 +0100" startDate="2021-01-10 14:33:44 +0100" endDate="2021-01-10 14:33:47 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 15:30:13 +0100" startDate="2021-01-10 15:24:42 +0100" endDate="2021-01-10 15:25:25 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 15:46:45 +0100" startDate="2021-01-10 15:33:19 +0100" endDate="2021-01-10 15:33:24 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 16:00:40 +0100" startDate="2021-01-10 15:47:54 +0100" endDate="2021-01-10 15:57:40 +0100" value="926"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 16:12:11 +0100" startDate="2021-01-10 15:58:21 +0100" endDate="2021-01-10 16:07:08 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 16:23:12 +0100" startDate="2021-01-10 16:11:15 +0100" endDate="2021-01-10 16:20:51 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 16:32:26 +0100" startDate="2021-01-10 16:21:24 +0100" endDate="2021-01-10 16:21:37 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 17:16:18 +0100" startDate="2021-01-10 17:05:15 +0100" endDate="2021-01-10 17:08:28 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-10 21:45:50 +0100" startDate="2021-01-10 21:33:59 +0100" endDate="2021-01-10 21:34:29 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 06:35:46 +0100" startDate="2021-01-11 06:24:19 +0100" endDate="2021-01-11 06:25:59 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 06:52:03 +0100" startDate="2021-01-11 06:40:11 +0100" endDate="2021-01-11 06:48:18 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 07:01:53 +0100" startDate="2021-01-11 06:50:50 +0100" endDate="2021-01-11 06:56:42 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 08:46:52 +0100" startDate="2021-01-11 08:35:50 +0100" endDate="2021-01-11 08:45:51 +0100" value="1134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 08:57:48 +0100" startDate="2021-01-11 08:45:51 +0100" endDate="2021-01-11 08:55:41 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 09:10:15 +0100" startDate="2021-01-11 08:55:54 +0100" endDate="2021-01-11 09:05:55 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 09:22:28 +0100" startDate="2021-01-11 09:05:55 +0100" endDate="2021-01-11 09:12:45 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 09:28:56 +0100" startDate="2021-01-11 09:17:54 +0100" endDate="2021-01-11 09:17:56 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 09:52:02 +0100" startDate="2021-01-11 09:40:59 +0100" endDate="2021-01-11 09:46:20 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 10:09:54 +0100" startDate="2021-01-11 09:55:00 +0100" endDate="2021-01-11 09:56:01 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 10:16:16 +0100" startDate="2021-01-11 10:05:04 +0100" endDate="2021-01-11 10:13:26 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 10:32:23 +0100" startDate="2021-01-11 10:15:08 +0100" endDate="2021-01-11 10:15:11 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 12:22:58 +0100" startDate="2021-01-11 12:06:29 +0100" endDate="2021-01-11 12:16:30 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 12:29:20 +0100" startDate="2021-01-11 12:16:30 +0100" endDate="2021-01-11 12:26:31 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 12:43:56 +0100" startDate="2021-01-11 12:26:31 +0100" endDate="2021-01-11 12:32:00 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 16:20:56 +0100" startDate="2021-01-11 16:08:05 +0100" endDate="2021-01-11 16:18:07 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 16:31:04 +0100" startDate="2021-01-11 16:18:07 +0100" endDate="2021-01-11 16:28:08 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 16:39:17 +0100" startDate="2021-01-11 16:28:08 +0100" endDate="2021-01-11 16:38:09 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 16:49:24 +0100" startDate="2021-01-11 16:38:21 +0100" endDate="2021-01-11 16:41:25 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 17:15:22 +0100" startDate="2021-01-11 17:04:20 +0100" endDate="2021-01-11 17:04:25 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 17:33:09 +0100" startDate="2021-01-11 17:22:07 +0100" endDate="2021-01-11 17:22:17 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 18:03:23 +0100" startDate="2021-01-11 17:52:20 +0100" endDate="2021-01-11 18:01:36 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 19:12:01 +0100" startDate="2021-01-11 18:56:29 +0100" endDate="2021-01-11 19:06:30 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 19:19:21 +0100" startDate="2021-01-11 19:06:30 +0100" endDate="2021-01-11 19:16:31 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 19:27:54 +0100" startDate="2021-01-11 19:16:31 +0100" endDate="2021-01-11 19:25:49 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 19:42:47 +0100" startDate="2021-01-11 19:28:01 +0100" endDate="2021-01-11 19:30:42 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 20:05:58 +0100" startDate="2021-01-11 19:50:26 +0100" endDate="2021-01-11 19:50:46 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 20:44:19 +0100" startDate="2021-01-11 20:30:01 +0100" endDate="2021-01-11 20:34:22 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-11 22:40:08 +0100" startDate="2021-01-11 22:26:21 +0100" endDate="2021-01-11 22:27:09 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 07:24:58 +0100" startDate="2021-01-12 07:13:55 +0100" endDate="2021-01-12 07:13:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 10:23:52 +0100" startDate="2021-01-12 10:11:29 +0100" endDate="2021-01-12 10:20:42 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 10:34:02 +0100" startDate="2021-01-12 10:22:59 +0100" endDate="2021-01-12 10:31:46 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 10:47:50 +0100" startDate="2021-01-12 10:36:47 +0100" endDate="2021-01-12 10:44:53 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 11:17:48 +0100" startDate="2021-01-12 11:06:45 +0100" endDate="2021-01-12 11:08:45 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 11:30:29 +0100" startDate="2021-01-12 11:19:27 +0100" endDate="2021-01-12 11:23:06 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 12:32:41 +0100" startDate="2021-01-12 12:19:21 +0100" endDate="2021-01-12 12:29:22 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 12:40:53 +0100" startDate="2021-01-12 12:29:22 +0100" endDate="2021-01-12 12:33:47 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 12:50:44 +0100" startDate="2021-01-12 12:39:41 +0100" endDate="2021-01-12 12:46:03 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 15:47:09 +0100" startDate="2021-01-12 15:40:25 +0100" endDate="2021-01-12 15:47:03 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 15:52:11 +0100" startDate="2021-01-12 15:47:46 +0100" endDate="2021-01-12 15:51:22 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 16:03:59 +0100" startDate="2021-01-12 15:52:21 +0100" endDate="2021-01-12 15:54:21 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 16:18:32 +0100" startDate="2021-01-12 16:07:29 +0100" endDate="2021-01-12 16:08:33 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 16:34:49 +0100" startDate="2021-01-12 16:18:41 +0100" endDate="2021-01-12 16:25:31 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 16:56:10 +0100" startDate="2021-01-12 16:44:26 +0100" endDate="2021-01-12 16:45:58 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 18:33:57 +0100" startDate="2021-01-12 18:22:54 +0100" endDate="2021-01-12 18:32:04 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-12 22:05:21 +0100" startDate="2021-01-12 21:54:19 +0100" endDate="2021-01-12 21:57:27 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 06:38:41 +0100" startDate="2021-01-13 06:27:38 +0100" endDate="2021-01-13 06:37:37 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 07:19:17 +0100" startDate="2021-01-13 07:06:17 +0100" endDate="2021-01-13 07:06:25 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 07:31:18 +0100" startDate="2021-01-13 07:18:01 +0100" endDate="2021-01-13 07:22:33 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 08:34:20 +0100" startDate="2021-01-13 08:18:43 +0100" endDate="2021-01-13 08:19:51 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 08:57:59 +0100" startDate="2021-01-13 08:46:02 +0100" endDate="2021-01-13 08:54:01 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 09:34:28 +0100" startDate="2021-01-13 09:18:48 +0100" endDate="2021-01-13 09:22:10 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 10:20:14 +0100" startDate="2021-01-13 10:09:11 +0100" endDate="2021-01-13 10:15:15 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 11:26:12 +0100" startDate="2021-01-13 11:15:10 +0100" endDate="2021-01-13 11:20:00 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 11:37:17 +0100" startDate="2021-01-13 11:26:14 +0100" endDate="2021-01-13 11:35:55 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 11:55:37 +0100" startDate="2021-01-13 11:36:26 +0100" endDate="2021-01-13 11:42:46 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 12:03:53 +0100" startDate="2021-01-13 11:53:03 +0100" endDate="2021-01-13 12:02:45 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 12:14:10 +0100" startDate="2021-01-13 12:03:08 +0100" endDate="2021-01-13 12:12:13 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 12:25:53 +0100" startDate="2021-01-13 12:13:44 +0100" endDate="2021-01-13 12:22:06 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 12:35:14 +0100" startDate="2021-01-13 12:24:11 +0100" endDate="2021-01-13 12:34:02 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 12:47:57 +0100" startDate="2021-01-13 12:34:35 +0100" endDate="2021-01-13 12:37:59 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 12:57:54 +0100" startDate="2021-01-13 12:46:51 +0100" endDate="2021-01-13 12:53:47 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 13:11:32 +0100" startDate="2021-01-13 12:59:05 +0100" endDate="2021-01-13 13:09:06 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 13:19:50 +0100" startDate="2021-01-13 13:09:06 +0100" endDate="2021-01-13 13:18:59 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 13:29:44 +0100" startDate="2021-01-13 13:19:02 +0100" endDate="2021-01-13 13:28:43 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 13:40:13 +0100" startDate="2021-01-13 13:29:11 +0100" endDate="2021-01-13 13:29:26 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 17:10:42 +0100" startDate="2021-01-13 16:59:39 +0100" endDate="2021-01-13 17:08:24 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 17:21:03 +0100" startDate="2021-01-13 17:10:01 +0100" endDate="2021-01-13 17:13:40 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 18:29:46 +0100" startDate="2021-01-13 18:16:30 +0100" endDate="2021-01-13 18:20:09 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-13 19:38:42 +0100" startDate="2021-01-13 19:27:37 +0100" endDate="2021-01-13 19:29:14 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 00:09:17 +0100" startDate="2021-01-13 23:55:46 +0100" endDate="2021-01-13 23:58:16 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 00:19:24 +0100" startDate="2021-01-14 00:08:21 +0100" endDate="2021-01-14 00:09:12 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 04:48:26 +0100" startDate="2021-01-14 04:37:23 +0100" endDate="2021-01-14 04:40:19 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 07:45:56 +0100" startDate="2021-01-14 07:34:53 +0100" endDate="2021-01-14 07:42:35 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 08:32:02 +0100" startDate="2021-01-14 08:21:00 +0100" endDate="2021-01-14 08:30:58 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 08:48:25 +0100" startDate="2021-01-14 08:37:08 +0100" endDate="2021-01-14 08:42:52 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 09:01:39 +0100" startDate="2021-01-14 08:47:33 +0100" endDate="2021-01-14 08:48:19 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 09:16:59 +0100" startDate="2021-01-14 09:04:26 +0100" endDate="2021-01-14 09:11:12 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 09:40:31 +0100" startDate="2021-01-14 09:25:54 +0100" endDate="2021-01-14 09:27:08 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 11:21:44 +0100" startDate="2021-01-14 11:09:53 +0100" endDate="2021-01-14 11:19:36 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 12:31:33 +0100" startDate="2021-01-14 12:18:44 +0100" endDate="2021-01-14 12:18:51 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 15:06:49 +0100" startDate="2021-01-14 14:55:16 +0100" endDate="2021-01-14 15:03:53 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 15:20:35 +0100" startDate="2021-01-14 15:09:32 +0100" endDate="2021-01-14 15:12:43 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 17:44:50 +0100" startDate="2021-01-14 17:33:32 +0100" endDate="2021-01-14 17:43:30 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 17:54:43 +0100" startDate="2021-01-14 17:43:41 +0100" endDate="2021-01-14 17:45:07 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 18:10:15 +0100" startDate="2021-01-14 17:58:22 +0100" endDate="2021-01-14 18:05:43 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 18:23:03 +0100" startDate="2021-01-14 18:12:00 +0100" endDate="2021-01-14 18:15:11 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 18:51:04 +0100" startDate="2021-01-14 18:37:05 +0100" endDate="2021-01-14 18:40:26 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 18:59:23 +0100" startDate="2021-01-14 18:48:20 +0100" endDate="2021-01-14 18:57:15 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 19:11:16 +0100" startDate="2021-01-14 18:59:00 +0100" endDate="2021-01-14 19:02:56 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 19:23:10 +0100" startDate="2021-01-14 19:12:00 +0100" endDate="2021-01-14 19:19:12 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 19:39:01 +0100" startDate="2021-01-14 19:27:34 +0100" endDate="2021-01-14 19:36:24 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 20:17:05 +0100" startDate="2021-01-14 20:06:03 +0100" endDate="2021-01-14 20:15:18 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 20:37:56 +0100" startDate="2021-01-14 20:26:54 +0100" endDate="2021-01-14 20:33:31 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 20:51:08 +0100" startDate="2021-01-14 20:40:06 +0100" endDate="2021-01-14 20:48:40 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-14 21:30:32 +0100" startDate="2021-01-14 21:16:58 +0100" endDate="2021-01-14 21:17:28 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 08:11:29 +0100" startDate="2021-01-15 07:58:04 +0100" endDate="2021-01-15 08:06:20 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 08:52:44 +0100" startDate="2021-01-15 08:39:39 +0100" endDate="2021-01-15 08:49:40 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 08:59:56 +0100" startDate="2021-01-15 08:49:40 +0100" endDate="2021-01-15 08:58:53 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 09:09:56 +0100" startDate="2021-01-15 08:58:53 +0100" endDate="2021-01-15 09:06:35 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 10:04:15 +0100" startDate="2021-01-15 09:53:12 +0100" endDate="2021-01-15 09:54:08 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 13:18:38 +0100" startDate="2021-01-15 13:05:47 +0100" endDate="2021-01-15 13:15:40 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 13:28:39 +0100" startDate="2021-01-15 13:16:16 +0100" endDate="2021-01-15 13:25:49 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 13:39:58 +0100" startDate="2021-01-15 13:26:27 +0100" endDate="2021-01-15 13:35:58 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 13:48:18 +0100" startDate="2021-01-15 13:36:51 +0100" endDate="2021-01-15 13:43:29 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 14:00:29 +0100" startDate="2021-01-15 13:50:06 +0100" endDate="2021-01-15 13:59:31 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 14:11:02 +0100" startDate="2021-01-15 13:59:59 +0100" endDate="2021-01-15 14:08:26 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 14:54:18 +0100" startDate="2021-01-15 14:41:50 +0100" endDate="2021-01-15 14:44:13 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 15:49:02 +0100" startDate="2021-01-15 15:37:11 +0100" endDate="2021-01-15 15:45:23 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 16:18:50 +0100" startDate="2021-01-15 16:02:28 +0100" endDate="2021-01-15 16:05:41 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 17:13:06 +0100" startDate="2021-01-15 16:58:07 +0100" endDate="2021-01-15 16:58:17 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 18:09:51 +0100" startDate="2021-01-15 17:58:38 +0100" endDate="2021-01-15 18:07:46 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 18:21:23 +0100" startDate="2021-01-15 18:09:13 +0100" endDate="2021-01-15 18:19:14 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 18:30:17 +0100" startDate="2021-01-15 18:19:14 +0100" endDate="2021-01-15 18:29:12 +0100" value="1085"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 18:43:14 +0100" startDate="2021-01-15 18:30:16 +0100" endDate="2021-01-15 18:40:17 +0100" value="1028"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 18:51:35 +0100" startDate="2021-01-15 18:40:17 +0100" endDate="2021-01-15 18:50:18 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 19:01:47 +0100" startDate="2021-01-15 18:50:18 +0100" endDate="2021-01-15 18:59:15 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 19:12:03 +0100" startDate="2021-01-15 19:01:00 +0100" endDate="2021-01-15 19:02:24 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 19:25:25 +0100" startDate="2021-01-15 19:14:22 +0100" endDate="2021-01-15 19:15:18 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 19:43:20 +0100" startDate="2021-01-15 19:32:17 +0100" endDate="2021-01-15 19:32:25 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 20:00:34 +0100" startDate="2021-01-15 19:49:31 +0100" endDate="2021-01-15 19:56:42 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 20:18:10 +0100" startDate="2021-01-15 20:03:17 +0100" endDate="2021-01-15 20:03:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-15 21:17:05 +0100" startDate="2021-01-15 21:06:02 +0100" endDate="2021-01-15 21:08:20 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 09:03:36 +0100" startDate="2021-01-16 08:51:09 +0100" endDate="2021-01-16 08:51:24 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 09:18:02 +0100" startDate="2021-01-16 09:06:39 +0100" endDate="2021-01-16 09:06:52 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 10:13:50 +0100" startDate="2021-01-16 10:02:14 +0100" endDate="2021-01-16 10:03:48 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 12:46:12 +0100" startDate="2021-01-16 12:34:00 +0100" endDate="2021-01-16 12:34:13 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 13:05:53 +0100" startDate="2021-01-16 12:52:43 +0100" endDate="2021-01-16 12:52:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 13:28:11 +0100" startDate="2021-01-16 13:17:08 +0100" endDate="2021-01-16 13:19:23 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 14:08:14 +0100" startDate="2021-01-16 13:55:55 +0100" endDate="2021-01-16 14:05:46 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 14:39:14 +0100" startDate="2021-01-16 14:27:07 +0100" endDate="2021-01-16 14:28:05 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 14:49:16 +0100" startDate="2021-01-16 14:37:26 +0100" endDate="2021-01-16 14:47:27 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 14:59:58 +0100" startDate="2021-01-16 14:47:27 +0100" endDate="2021-01-16 14:57:15 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 15:08:33 +0100" startDate="2021-01-16 14:57:30 +0100" endDate="2021-01-16 15:07:29 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 15:20:02 +0100" startDate="2021-01-16 15:07:54 +0100" endDate="2021-01-16 15:17:40 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 15:36:39 +0100" startDate="2021-01-16 15:24:46 +0100" endDate="2021-01-16 15:34:47 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 15:46:41 +0100" startDate="2021-01-16 15:34:47 +0100" endDate="2021-01-16 15:44:46 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 15:56:00 +0100" startDate="2021-01-16 15:44:46 +0100" endDate="2021-01-16 15:54:36 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 16:12:03 +0100" startDate="2021-01-16 15:59:57 +0100" endDate="2021-01-16 16:02:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 16:21:14 +0100" startDate="2021-01-16 16:10:12 +0100" endDate="2021-01-16 16:11:15 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 17:20:23 +0100" startDate="2021-01-16 17:06:18 +0100" endDate="2021-01-16 17:08:20 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 19:10:04 +0100" startDate="2021-01-16 18:56:17 +0100" endDate="2021-01-16 18:56:27 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-16 23:07:14 +0100" startDate="2021-01-16 22:55:26 +0100" endDate="2021-01-16 22:55:34 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-17 09:55:47 +0100" startDate="2021-01-17 09:43:23 +0100" endDate="2021-01-17 09:53:09 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-17 10:11:04 +0100" startDate="2021-01-17 09:58:17 +0100" endDate="2021-01-17 10:01:13 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-17 10:23:26 +0100" startDate="2021-01-17 10:11:27 +0100" endDate="2021-01-17 10:11:37 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-17 16:08:51 +0100" startDate="2021-01-17 15:57:48 +0100" endDate="2021-01-17 15:57:56 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-17 16:36:18 +0100" startDate="2021-01-17 16:23:20 +0100" endDate="2021-01-17 16:33:09 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-17 16:45:58 +0100" startDate="2021-01-17 16:34:56 +0100" endDate="2021-01-17 16:40:29 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-17 16:56:38 +0100" startDate="2021-01-17 16:45:35 +0100" endDate="2021-01-17 16:46:44 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-17 19:20:32 +0100" startDate="2021-01-17 19:07:54 +0100" endDate="2021-01-17 19:17:55 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-17 19:29:50 +0100" startDate="2021-01-17 19:17:55 +0100" endDate="2021-01-17 19:24:12 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-17 19:40:09 +0100" startDate="2021-01-17 19:28:47 +0100" endDate="2021-01-17 19:29:35 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-17 20:40:43 +0100" startDate="2021-01-17 20:29:11 +0100" endDate="2021-01-17 20:35:15 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-17 20:59:00 +0100" startDate="2021-01-17 20:48:03 +0100" endDate="2021-01-17 20:57:54 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 07:01:51 +0100" startDate="2021-01-18 06:50:48 +0100" endDate="2021-01-18 06:50:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 08:24:39 +0100" startDate="2021-01-18 08:13:14 +0100" endDate="2021-01-18 08:18:45 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 09:01:00 +0100" startDate="2021-01-18 08:45:50 +0100" endDate="2021-01-18 08:48:20 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 10:15:27 +0100" startDate="2021-01-18 10:03:02 +0100" endDate="2021-01-18 10:03:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 12:06:41 +0100" startDate="2021-01-18 11:55:38 +0100" endDate="2021-01-18 12:01:42 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 13:10:39 +0100" startDate="2021-01-18 12:55:35 +0100" endDate="2021-01-18 13:05:16 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 13:20:20 +0100" startDate="2021-01-18 13:05:51 +0100" endDate="2021-01-18 13:10:59 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 13:49:11 +0100" startDate="2021-01-18 13:38:07 +0100" endDate="2021-01-18 13:45:35 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 15:42:10 +0100" startDate="2021-01-18 15:31:07 +0100" endDate="2021-01-18 15:40:55 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 15:57:10 +0100" startDate="2021-01-18 15:41:36 +0100" endDate="2021-01-18 15:51:37 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 16:07:06 +0100" startDate="2021-01-18 15:51:37 +0100" endDate="2021-01-18 16:01:30 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 16:13:22 +0100" startDate="2021-01-18 16:02:11 +0100" endDate="2021-01-18 16:11:39 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 16:25:57 +0100" startDate="2021-01-18 16:13:19 +0100" endDate="2021-01-18 16:23:17 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 16:34:27 +0100" startDate="2021-01-18 16:23:25 +0100" endDate="2021-01-18 16:33:26 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 16:45:48 +0100" startDate="2021-01-18 16:33:26 +0100" endDate="2021-01-18 16:43:27 +0100" value="1011"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 16:59:02 +0100" startDate="2021-01-18 16:43:27 +0100" endDate="2021-01-18 16:51:07 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 17:08:33 +0100" startDate="2021-01-18 16:54:16 +0100" endDate="2021-01-18 17:02:46 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 17:19:04 +0100" startDate="2021-01-18 17:04:38 +0100" endDate="2021-01-18 17:14:39 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 17:25:42 +0100" startDate="2021-01-18 17:14:39 +0100" endDate="2021-01-18 17:24:14 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 17:37:06 +0100" startDate="2021-01-18 17:27:56 +0100" endDate="2021-01-18 17:28:01 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 17:37:06 +0100" startDate="2021-01-18 17:28:01 +0100" endDate="2021-01-18 17:28:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 17:37:06 +0100" startDate="2021-01-18 17:28:06 +0100" endDate="2021-01-18 17:28:09 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-18 21:47:45 +0100" startDate="2021-01-18 21:34:36 +0100" endDate="2021-01-18 21:34:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 08:32:34 +0100" startDate="2021-01-19 08:19:37 +0100" endDate="2021-01-19 08:19:58 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 10:47:37 +0100" startDate="2021-01-19 10:33:30 +0100" endDate="2021-01-19 10:33:40 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 12:14:52 +0100" startDate="2021-01-19 12:03:50 +0100" endDate="2021-01-19 12:03:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 13:43:31 +0100" startDate="2021-01-19 13:32:29 +0100" endDate="2021-01-19 13:36:46 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 14:21:20 +0100" startDate="2021-01-19 14:08:00 +0100" endDate="2021-01-19 14:17:22 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 14:33:52 +0100" startDate="2021-01-19 14:21:18 +0100" endDate="2021-01-19 14:23:51 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 14:50:00 +0100" startDate="2021-01-19 14:37:09 +0100" endDate="2021-01-19 14:37:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 16:33:57 +0100" startDate="2021-01-19 16:18:33 +0100" endDate="2021-01-19 16:28:34 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 16:42:34 +0100" startDate="2021-01-19 16:28:34 +0100" endDate="2021-01-19 16:38:35 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 16:52:24 +0100" startDate="2021-01-19 16:38:35 +0100" endDate="2021-01-19 16:48:26 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 17:00:34 +0100" startDate="2021-01-19 16:49:07 +0100" endDate="2021-01-19 16:58:20 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 17:25:20 +0100" startDate="2021-01-19 17:09:42 +0100" endDate="2021-01-19 17:18:57 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 18:12:20 +0100" startDate="2021-01-19 18:01:18 +0100" endDate="2021-01-19 18:02:34 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-19 22:11:19 +0100" startDate="2021-01-19 22:00:16 +0100" endDate="2021-01-19 22:00:39 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 06:32:10 +0100" startDate="2021-01-20 06:21:07 +0100" endDate="2021-01-20 06:29:08 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 06:46:59 +0100" startDate="2021-01-20 06:35:26 +0100" endDate="2021-01-20 06:45:27 +0100" value="832"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 06:58:26 +0100" startDate="2021-01-20 06:45:27 +0100" endDate="2021-01-20 06:52:02 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 07:06:51 +0100" startDate="2021-01-20 06:55:49 +0100" endDate="2021-01-20 06:58:09 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 07:22:57 +0100" startDate="2021-01-20 07:11:54 +0100" endDate="2021-01-20 07:11:57 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 08:48:25 +0100" startDate="2021-01-20 08:34:34 +0100" endDate="2021-01-20 08:44:35 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 08:56:57 +0100" startDate="2021-01-20 08:44:35 +0100" endDate="2021-01-20 08:54:36 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 09:09:39 +0100" startDate="2021-01-20 08:55:07 +0100" endDate="2021-01-20 09:04:47 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 09:30:49 +0100" startDate="2021-01-20 09:14:23 +0100" endDate="2021-01-20 09:15:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 09:40:18 +0100" startDate="2021-01-20 09:28:39 +0100" endDate="2021-01-20 09:36:12 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 09:49:57 +0100" startDate="2021-01-20 09:38:55 +0100" endDate="2021-01-20 09:47:22 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 10:13:08 +0100" startDate="2021-01-20 09:58:03 +0100" endDate="2021-01-20 10:06:19 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 10:35:01 +0100" startDate="2021-01-20 10:20:58 +0100" endDate="2021-01-20 10:30:57 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 10:42:02 +0100" startDate="2021-01-20 10:30:59 +0100" endDate="2021-01-20 10:40:48 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 11:17:21 +0100" startDate="2021-01-20 11:06:18 +0100" endDate="2021-01-20 11:15:51 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 11:32:12 +0100" startDate="2021-01-20 11:21:09 +0100" endDate="2021-01-20 11:21:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 12:47:14 +0100" startDate="2021-01-20 12:35:06 +0100" endDate="2021-01-20 12:40:07 +0100" value="536"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 13:19:22 +0100" startDate="2021-01-20 13:05:23 +0100" endDate="2021-01-20 13:14:44 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 15:29:03 +0100" startDate="2021-01-20 15:14:08 +0100" endDate="2021-01-20 15:15:09 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 15:40:26 +0100" startDate="2021-01-20 15:29:23 +0100" endDate="2021-01-20 15:34:24 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 17:14:48 +0100" startDate="2021-01-20 17:03:45 +0100" endDate="2021-01-20 17:03:48 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 17:25:16 +0100" startDate="2021-01-20 17:16:32 +0100" endDate="2021-01-20 17:25:12 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 17:37:02 +0100" startDate="2021-01-20 17:25:12 +0100" endDate="2021-01-20 17:31:34 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 17:46:41 +0100" startDate="2021-01-20 17:35:38 +0100" endDate="2021-01-20 17:45:16 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 18:02:28 +0100" startDate="2021-01-20 17:51:25 +0100" endDate="2021-01-20 17:52:39 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 18:27:50 +0100" startDate="2021-01-20 18:16:47 +0100" endDate="2021-01-20 18:17:28 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 18:52:46 +0100" startDate="2021-01-20 18:40:30 +0100" endDate="2021-01-20 18:50:31 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 19:05:34 +0100" startDate="2021-01-20 18:50:31 +0100" endDate="2021-01-20 18:57:52 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 19:17:34 +0100" startDate="2021-01-20 19:05:25 +0100" endDate="2021-01-20 19:15:06 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 19:31:01 +0100" startDate="2021-01-20 19:17:38 +0100" endDate="2021-01-20 19:18:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 20:31:04 +0100" startDate="2021-01-20 20:18:30 +0100" endDate="2021-01-20 20:19:34 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 21:25:12 +0100" startDate="2021-01-20 21:13:41 +0100" endDate="2021-01-20 21:16:12 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 21:38:05 +0100" startDate="2021-01-20 21:27:02 +0100" endDate="2021-01-20 21:36:12 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 23:34:30 +0100" startDate="2021-01-20 23:22:50 +0100" endDate="2021-01-20 23:26:27 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-20 23:44:39 +0100" startDate="2021-01-20 23:33:36 +0100" endDate="2021-01-20 23:33:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 03:05:38 +0100" startDate="2021-01-21 02:54:35 +0100" endDate="2021-01-21 02:58:09 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 06:35:54 +0100" startDate="2021-01-21 06:21:02 +0100" endDate="2021-01-21 06:28:30 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 07:44:50 +0100" startDate="2021-01-21 07:33:47 +0100" endDate="2021-01-21 07:43:43 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 07:55:19 +0100" startDate="2021-01-21 07:43:48 +0100" endDate="2021-01-21 07:52:59 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 10:53:50 +0100" startDate="2021-01-21 10:42:47 +0100" endDate="2021-01-21 10:52:48 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 11:03:51 +0100" startDate="2021-01-21 10:52:48 +0100" endDate="2021-01-21 10:56:43 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 14:38:22 +0100" startDate="2021-01-21 14:27:19 +0100" endDate="2021-01-21 14:35:25 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 14:49:08 +0100" startDate="2021-01-21 14:37:23 +0100" endDate="2021-01-21 14:45:18 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 15:00:38 +0100" startDate="2021-01-21 14:49:35 +0100" endDate="2021-01-21 14:59:36 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 15:13:02 +0100" startDate="2021-01-21 14:59:36 +0100" endDate="2021-01-21 15:09:37 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 15:21:58 +0100" startDate="2021-01-21 15:09:37 +0100" endDate="2021-01-21 15:18:06 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 15:33:42 +0100" startDate="2021-01-21 15:20:19 +0100" endDate="2021-01-21 15:30:20 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 15:41:23 +0100" startDate="2021-01-21 15:30:20 +0100" endDate="2021-01-21 15:33:05 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 16:11:22 +0100" startDate="2021-01-21 16:00:19 +0100" endDate="2021-01-21 16:00:47 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 16:24:45 +0100" startDate="2021-01-21 16:13:36 +0100" endDate="2021-01-21 16:17:20 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 16:35:00 +0100" startDate="2021-01-21 16:23:58 +0100" endDate="2021-01-21 16:33:59 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 16:45:39 +0100" startDate="2021-01-21 16:34:37 +0100" endDate="2021-01-21 16:44:35 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 16:55:53 +0100" startDate="2021-01-21 16:44:51 +0100" endDate="2021-01-21 16:50:35 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 17:10:19 +0100" startDate="2021-01-21 16:59:09 +0100" endDate="2021-01-21 17:04:58 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 18:32:47 +0100" startDate="2021-01-21 18:21:44 +0100" endDate="2021-01-21 18:30:48 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 18:45:17 +0100" startDate="2021-01-21 18:34:14 +0100" endDate="2021-01-21 18:34:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 22:34:33 +0100" startDate="2021-01-21 20:23:25 +0100" endDate="2021-01-21 20:26:06 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-21 22:34:33 +0100" startDate="2021-01-21 22:13:01 +0100" endDate="2021-01-21 22:16:02 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 08:23:44 +0100" startDate="2021-01-22 08:09:49 +0100" endDate="2021-01-22 08:16:06 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 08:35:59 +0100" startDate="2021-01-22 08:23:59 +0100" endDate="2021-01-22 08:32:53 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 08:55:28 +0100" startDate="2021-01-22 08:40:53 +0100" endDate="2021-01-22 08:41:37 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 09:28:16 +0100" startDate="2021-01-22 09:17:13 +0100" endDate="2021-01-22 09:17:26 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 10:15:51 +0100" startDate="2021-01-22 10:04:48 +0100" endDate="2021-01-22 10:13:33 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 10:26:05 +0100" startDate="2021-01-22 10:15:02 +0100" endDate="2021-01-22 10:16:36 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 11:15:27 +0100" startDate="2021-01-22 11:02:19 +0100" endDate="2021-01-22 11:10:17 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 13:10:07 +0100" startDate="2021-01-22 12:58:13 +0100" endDate="2021-01-22 12:59:04 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 13:27:12 +0100" startDate="2021-01-22 13:11:56 +0100" endDate="2021-01-22 13:21:37 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 13:46:00 +0100" startDate="2021-01-22 13:34:56 +0100" endDate="2021-01-22 13:36:33 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 14:07:46 +0100" startDate="2021-01-22 13:56:44 +0100" endDate="2021-01-22 14:05:17 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 14:25:05 +0100" startDate="2021-01-22 14:12:20 +0100" endDate="2021-01-22 14:12:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 14:46:28 +0100" startDate="2021-01-22 14:35:26 +0100" endDate="2021-01-22 14:45:24 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 15:03:43 +0100" startDate="2021-01-22 14:52:40 +0100" endDate="2021-01-22 14:53:44 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 15:15:16 +0100" startDate="2021-01-22 15:03:35 +0100" endDate="2021-01-22 15:12:38 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 15:25:10 +0100" startDate="2021-01-22 15:14:07 +0100" endDate="2021-01-22 15:21:13 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 15:53:16 +0100" startDate="2021-01-22 15:42:13 +0100" endDate="2021-01-22 15:42:51 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 17:18:27 +0100" startDate="2021-01-22 17:04:31 +0100" endDate="2021-01-22 17:11:34 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 17:29:49 +0100" startDate="2021-01-22 17:18:30 +0100" endDate="2021-01-22 17:19:33 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 17:48:47 +0100" startDate="2021-01-22 17:37:44 +0100" endDate="2021-01-22 17:47:32 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 18:03:04 +0100" startDate="2021-01-22 17:51:01 +0100" endDate="2021-01-22 17:53:54 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 18:17:34 +0100" startDate="2021-01-22 18:03:02 +0100" endDate="2021-01-22 18:07:53 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 18:39:29 +0100" startDate="2021-01-22 18:24:28 +0100" endDate="2021-01-22 18:33:35 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 18:55:44 +0100" startDate="2021-01-22 18:38:35 +0100" endDate="2021-01-22 18:46:08 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-22 19:21:27 +0100" startDate="2021-01-22 19:07:38 +0100" endDate="2021-01-22 19:07:44 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 00:43:42 +0100" startDate="2021-01-23 00:32:39 +0100" endDate="2021-01-23 00:32:44 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 08:12:13 +0100" startDate="2021-01-23 08:01:10 +0100" endDate="2021-01-23 08:01:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 09:53:40 +0100" startDate="2021-01-23 09:42:37 +0100" endDate="2021-01-23 09:44:24 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 10:03:59 +0100" startDate="2021-01-23 09:52:53 +0100" endDate="2021-01-23 09:56:25 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 10:14:59 +0100" startDate="2021-01-23 10:03:43 +0100" endDate="2021-01-23 10:09:01 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 10:27:28 +0100" startDate="2021-01-23 10:15:16 +0100" endDate="2021-01-23 10:15:41 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 10:46:57 +0100" startDate="2021-01-23 10:34:41 +0100" endDate="2021-01-23 10:37:26 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 11:14:23 +0100" startDate="2021-01-23 11:03:20 +0100" endDate="2021-01-23 11:07:25 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 12:11:25 +0100" startDate="2021-01-23 11:57:30 +0100" endDate="2021-01-23 12:00:44 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 12:44:17 +0100" startDate="2021-01-23 12:30:59 +0100" endDate="2021-01-23 12:39:00 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 12:54:20 +0100" startDate="2021-01-23 12:43:17 +0100" endDate="2021-01-23 12:48:41 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 13:09:41 +0100" startDate="2021-01-23 12:58:27 +0100" endDate="2021-01-23 13:05:58 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 14:23:09 +0100" startDate="2021-01-23 14:09:51 +0100" endDate="2021-01-23 14:19:37 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 14:32:31 +0100" startDate="2021-01-23 14:21:14 +0100" endDate="2021-01-23 14:27:21 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 15:03:08 +0100" startDate="2021-01-23 14:49:35 +0100" endDate="2021-01-23 14:51:04 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 17:36:22 +0100" startDate="2021-01-23 17:24:37 +0100" endDate="2021-01-23 17:24:39 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 21:10:10 +0100" startDate="2021-01-23 20:59:08 +0100" endDate="2021-01-23 21:00:27 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 21:30:17 +0100" startDate="2021-01-23 21:19:01 +0100" endDate="2021-01-23 21:19:49 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 22:06:03 +0100" startDate="2021-01-23 21:54:47 +0100" endDate="2021-01-23 22:00:46 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 22:21:09 +0100" startDate="2021-01-23 22:09:21 +0100" endDate="2021-01-23 22:19:15 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-23 22:33:13 +0100" startDate="2021-01-23 22:22:10 +0100" endDate="2021-01-23 22:22:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 09:02:26 +0100" startDate="2021-01-24 08:50:17 +0100" endDate="2021-01-24 08:59:55 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 09:11:26 +0100" startDate="2021-01-24 09:00:23 +0100" endDate="2021-01-24 09:00:33 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 10:21:59 +0100" startDate="2021-01-24 10:08:08 +0100" endDate="2021-01-24 10:08:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 10:56:19 +0100" startDate="2021-01-24 10:44:42 +0100" endDate="2021-01-24 10:54:05 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 11:08:34 +0100" startDate="2021-01-24 10:57:31 +0100" endDate="2021-01-24 11:07:19 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 11:24:01 +0100" startDate="2021-01-24 11:11:45 +0100" endDate="2021-01-24 11:21:38 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 11:34:34 +0100" startDate="2021-01-24 11:22:06 +0100" endDate="2021-01-24 11:27:17 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 12:27:47 +0100" startDate="2021-01-24 12:16:01 +0100" endDate="2021-01-24 12:17:20 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 12:53:26 +0100" startDate="2021-01-24 12:41:42 +0100" endDate="2021-01-24 12:47:16 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 13:06:49 +0100" startDate="2021-01-24 12:54:41 +0100" endDate="2021-01-24 13:01:16 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 13:19:00 +0100" startDate="2021-01-24 13:05:39 +0100" endDate="2021-01-24 13:05:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 13:32:42 +0100" startDate="2021-01-24 13:18:39 +0100" endDate="2021-01-24 13:20:29 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 14:02:05 +0100" startDate="2021-01-24 13:50:24 +0100" endDate="2021-01-24 13:59:14 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 14:13:26 +0100" startDate="2021-01-24 14:01:06 +0100" endDate="2021-01-24 14:06:12 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 15:17:47 +0100" startDate="2021-01-24 15:04:24 +0100" endDate="2021-01-24 15:14:26 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 15:27:51 +0100" startDate="2021-01-24 15:14:26 +0100" endDate="2021-01-24 15:24:26 +0100" value="1012"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 15:38:43 +0100" startDate="2021-01-24 15:24:29 +0100" endDate="2021-01-24 15:34:30 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 15:45:33 +0100" startDate="2021-01-24 15:34:30 +0100" endDate="2021-01-24 15:44:26 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 15:57:51 +0100" startDate="2021-01-24 15:45:19 +0100" endDate="2021-01-24 15:54:24 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 16:07:26 +0100" startDate="2021-01-24 15:56:24 +0100" endDate="2021-01-24 16:05:57 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 16:17:30 +0100" startDate="2021-01-24 16:06:27 +0100" endDate="2021-01-24 16:09:05 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 16:41:44 +0100" startDate="2021-01-24 16:29:57 +0100" endDate="2021-01-24 16:34:27 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 16:59:31 +0100" startDate="2021-01-24 16:46:23 +0100" endDate="2021-01-24 16:46:59 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 17:18:42 +0100" startDate="2021-01-24 17:05:18 +0100" endDate="2021-01-24 17:06:57 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 17:43:03 +0100" startDate="2021-01-24 17:28:46 +0100" endDate="2021-01-24 17:34:53 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 18:02:39 +0100" startDate="2021-01-24 17:51:36 +0100" endDate="2021-01-24 17:58:50 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 18:13:09 +0100" startDate="2021-01-24 18:01:39 +0100" endDate="2021-01-24 18:06:32 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 19:06:22 +0100" startDate="2021-01-24 18:54:37 +0100" endDate="2021-01-24 19:02:03 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 19:17:00 +0100" startDate="2021-01-24 19:05:57 +0100" endDate="2021-01-24 19:07:13 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 19:29:51 +0100" startDate="2021-01-24 19:18:31 +0100" endDate="2021-01-24 19:19:29 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-24 22:09:17 +0100" startDate="2021-01-24 21:58:15 +0100" endDate="2021-01-24 22:07:44 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 07:07:37 +0100" startDate="2021-01-25 06:56:03 +0100" endDate="2021-01-25 07:00:48 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 07:39:45 +0100" startDate="2021-01-25 07:27:39 +0100" endDate="2021-01-25 07:32:45 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 08:49:20 +0100" startDate="2021-01-25 08:37:56 +0100" endDate="2021-01-25 08:47:27 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 09:00:48 +0100" startDate="2021-01-25 08:48:18 +0100" endDate="2021-01-25 08:48:20 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 09:28:49 +0100" startDate="2021-01-25 09:13:45 +0100" endDate="2021-01-25 09:19:28 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 09:50:06 +0100" startDate="2021-01-25 09:39:03 +0100" endDate="2021-01-25 09:48:14 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 10:24:47 +0100" startDate="2021-01-25 10:11:39 +0100" endDate="2021-01-25 10:17:00 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 10:49:33 +0100" startDate="2021-01-25 10:38:30 +0100" endDate="2021-01-25 10:47:02 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 11:07:06 +0100" startDate="2021-01-25 10:54:15 +0100" endDate="2021-01-25 10:54:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 11:21:41 +0100" startDate="2021-01-25 11:09:07 +0100" endDate="2021-01-25 11:09:38 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 12:01:48 +0100" startDate="2021-01-25 11:50:45 +0100" endDate="2021-01-25 11:53:05 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 12:12:14 +0100" startDate="2021-01-25 12:01:12 +0100" endDate="2021-01-25 12:10:11 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 13:14:47 +0100" startDate="2021-01-25 12:39:41 +0100" endDate="2021-01-25 12:47:17 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 13:43:35 +0100" startDate="2021-01-25 13:32:10 +0100" endDate="2021-01-25 13:39:30 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 14:13:09 +0100" startDate="2021-01-25 13:58:00 +0100" endDate="2021-01-25 14:06:04 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 15:28:39 +0100" startDate="2021-01-25 15:14:10 +0100" endDate="2021-01-25 15:22:08 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 16:33:12 +0100" startDate="2021-01-25 16:17:03 +0100" endDate="2021-01-25 16:24:39 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 17:12:40 +0100" startDate="2021-01-25 17:00:16 +0100" endDate="2021-01-25 17:10:12 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 17:22:42 +0100" startDate="2021-01-25 17:10:28 +0100" endDate="2021-01-25 17:20:01 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 17:24:25 +0100" startDate="2021-01-25 17:20:42 +0100" endDate="2021-01-25 17:24:21 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 18:00:20 +0100" startDate="2021-01-25 17:49:18 +0100" endDate="2021-01-25 17:58:34 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 18:28:49 +0100" startDate="2021-01-25 18:17:46 +0100" endDate="2021-01-25 18:17:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 19:17:22 +0100" startDate="2021-01-25 19:05:47 +0100" endDate="2021-01-25 19:11:54 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 19:29:19 +0100" startDate="2021-01-25 19:18:16 +0100" endDate="2021-01-25 19:18:51 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 19:46:54 +0100" startDate="2021-01-25 19:34:39 +0100" endDate="2021-01-25 19:44:17 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 19:56:48 +0100" startDate="2021-01-25 19:44:58 +0100" endDate="2021-01-25 19:54:15 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 20:07:05 +0100" startDate="2021-01-25 19:55:04 +0100" endDate="2021-01-25 19:56:53 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 20:25:28 +0100" startDate="2021-01-25 20:13:20 +0100" endDate="2021-01-25 20:22:40 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 20:35:57 +0100" startDate="2021-01-25 20:23:38 +0100" endDate="2021-01-25 20:25:18 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-25 22:01:40 +0100" startDate="2021-01-25 21:47:41 +0100" endDate="2021-01-25 21:48:17 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 08:43:45 +0100" startDate="2021-01-26 08:29:09 +0100" endDate="2021-01-26 08:29:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 09:01:47 +0100" startDate="2021-01-26 08:48:16 +0100" endDate="2021-01-26 08:52:41 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 09:19:03 +0100" startDate="2021-01-26 09:05:54 +0100" endDate="2021-01-26 09:13:09 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 09:44:21 +0100" startDate="2021-01-26 09:32:29 +0100" endDate="2021-01-26 09:37:45 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 10:58:54 +0100" startDate="2021-01-26 10:42:33 +0100" endDate="2021-01-26 10:52:08 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 11:12:18 +0100" startDate="2021-01-26 10:57:44 +0100" endDate="2021-01-26 11:07:45 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 11:19:22 +0100" startDate="2021-01-26 11:07:45 +0100" endDate="2021-01-26 11:17:45 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 11:30:19 +0100" startDate="2021-01-26 11:17:45 +0100" endDate="2021-01-26 11:27:46 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 11:38:48 +0100" startDate="2021-01-26 11:27:46 +0100" endDate="2021-01-26 11:37:47 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 11:49:04 +0100" startDate="2021-01-26 11:37:47 +0100" endDate="2021-01-26 11:38:35 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 12:04:02 +0100" startDate="2021-01-26 11:52:59 +0100" endDate="2021-01-26 12:01:36 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 13:40:52 +0100" startDate="2021-01-26 13:27:09 +0100" endDate="2021-01-26 13:27:22 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 15:04:43 +0100" startDate="2021-01-26 14:52:19 +0100" endDate="2021-01-26 14:52:29 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 15:54:43 +0100" startDate="2021-01-26 15:39:17 +0100" endDate="2021-01-26 15:39:35 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 16:17:03 +0100" startDate="2021-01-26 16:03:44 +0100" endDate="2021-01-26 16:06:32 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 16:30:45 +0100" startDate="2021-01-26 16:17:09 +0100" endDate="2021-01-26 16:17:32 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 17:52:40 +0100" startDate="2021-01-26 17:40:09 +0100" endDate="2021-01-26 17:50:09 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 18:08:08 +0100" startDate="2021-01-26 17:56:42 +0100" endDate="2021-01-26 18:06:41 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 18:18:49 +0100" startDate="2021-01-26 18:06:41 +0100" endDate="2021-01-26 18:12:59 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 18:46:45 +0100" startDate="2021-01-26 18:35:42 +0100" endDate="2021-01-26 18:40:35 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 19:26:08 +0100" startDate="2021-01-26 19:15:05 +0100" endDate="2021-01-26 19:15:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 19:41:14 +0100" startDate="2021-01-26 19:27:23 +0100" endDate="2021-01-26 19:27:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 19:56:49 +0100" startDate="2021-01-26 19:43:32 +0100" endDate="2021-01-26 19:43:42 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 20:13:57 +0100" startDate="2021-01-26 20:01:29 +0100" endDate="2021-01-26 20:01:34 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 20:32:27 +0100" startDate="2021-01-26 20:21:02 +0100" endDate="2021-01-26 20:31:03 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 20:44:56 +0100" startDate="2021-01-26 20:31:03 +0100" endDate="2021-01-26 20:33:10 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 20:56:56 +0100" startDate="2021-01-26 20:44:57 +0100" endDate="2021-01-26 20:50:10 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 21:16:31 +0100" startDate="2021-01-26 21:02:45 +0100" endDate="2021-01-26 21:12:46 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 21:24:16 +0100" startDate="2021-01-26 21:12:46 +0100" endDate="2021-01-26 21:22:47 +0100" value="1145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 21:34:01 +0100" startDate="2021-01-26 21:22:47 +0100" endDate="2021-01-26 21:32:46 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 21:44:42 +0100" startDate="2021-01-26 21:32:46 +0100" endDate="2021-01-26 21:42:47 +0100" value="969"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 21:53:33 +0100" startDate="2021-01-26 21:42:47 +0100" endDate="2021-01-26 21:48:56 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 22:07:47 +0100" startDate="2021-01-26 21:54:53 +0100" endDate="2021-01-26 21:54:58 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-26 22:28:36 +0100" startDate="2021-01-26 22:13:40 +0100" endDate="2021-01-26 22:13:42 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 09:04:41 +0100" startDate="2021-01-27 08:53:39 +0100" endDate="2021-01-27 08:54:19 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 09:21:35 +0100" startDate="2021-01-27 09:08:04 +0100" endDate="2021-01-27 09:08:32 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 12:09:46 +0100" startDate="2021-01-27 11:57:53 +0100" endDate="2021-01-27 11:59:07 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 14:15:01 +0100" startDate="2021-01-27 14:03:59 +0100" endDate="2021-01-27 14:04:22 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 14:46:44 +0100" startDate="2021-01-27 14:31:59 +0100" endDate="2021-01-27 14:38:41 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 16:38:48 +0100" startDate="2021-01-27 16:27:45 +0100" endDate="2021-01-27 16:31:45 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 17:04:37 +0100" startDate="2021-01-27 16:53:34 +0100" endDate="2021-01-27 16:54:38 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 17:45:07 +0100" startDate="2021-01-27 17:32:53 +0100" endDate="2021-01-27 17:42:54 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 17:53:57 +0100" startDate="2021-01-27 17:42:54 +0100" endDate="2021-01-27 17:52:44 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 18:09:23 +0100" startDate="2021-01-27 17:54:34 +0100" endDate="2021-01-27 17:54:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 18:26:48 +0100" startDate="2021-01-27 18:13:59 +0100" endDate="2021-01-27 18:18:23 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 18:36:14 +0100" startDate="2021-01-27 18:25:11 +0100" endDate="2021-01-27 18:27:54 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 20:18:30 +0100" startDate="2021-01-27 20:06:31 +0100" endDate="2021-01-27 20:06:36 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 22:27:00 +0100" startDate="2021-01-27 22:12:20 +0100" endDate="2021-01-27 22:14:22 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 22:47:42 +0100" startDate="2021-01-27 22:36:21 +0100" endDate="2021-01-27 22:37:07 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-27 22:58:52 +0100" startDate="2021-01-27 22:47:49 +0100" endDate="2021-01-27 22:47:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 07:15:45 +0100" startDate="2021-01-28 07:04:41 +0100" endDate="2021-01-28 07:13:24 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 07:33:07 +0100" startDate="2021-01-28 07:19:44 +0100" endDate="2021-01-28 07:28:23 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 09:05:24 +0100" startDate="2021-01-28 08:54:15 +0100" endDate="2021-01-28 08:54:25 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 11:47:15 +0100" startDate="2021-01-28 11:34:50 +0100" endDate="2021-01-28 11:35:06 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 12:05:36 +0100" startDate="2021-01-28 11:52:20 +0100" endDate="2021-01-28 11:52:36 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 12:22:26 +0100" startDate="2021-01-28 12:10:10 +0100" endDate="2021-01-28 12:11:04 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 13:05:53 +0100" startDate="2021-01-28 12:54:10 +0100" endDate="2021-01-28 13:00:25 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 13:18:38 +0100" startDate="2021-01-28 13:04:11 +0100" endDate="2021-01-28 13:14:12 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 13:25:58 +0100" startDate="2021-01-28 13:14:12 +0100" endDate="2021-01-28 13:18:27 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 13:48:22 +0100" startDate="2021-01-28 13:33:39 +0100" endDate="2021-01-28 13:34:10 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 14:10:32 +0100" startDate="2021-01-28 13:57:20 +0100" endDate="2021-01-28 13:57:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 14:21:40 +0100" startDate="2021-01-28 14:10:38 +0100" endDate="2021-01-28 14:11:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 17:15:29 +0100" startDate="2021-01-28 16:59:30 +0100" endDate="2021-01-28 16:59:43 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 17:34:47 +0100" startDate="2021-01-28 17:32:59 +0100" endDate="2021-01-28 17:34:46 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 17:45:02 +0100" startDate="2021-01-28 17:34:46 +0100" endDate="2021-01-28 17:44:26 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 18:02:33 +0100" startDate="2021-01-28 17:51:01 +0100" endDate="2021-01-28 17:51:37 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 18:15:28 +0100" startDate="2021-01-28 18:03:38 +0100" endDate="2021-01-28 18:04:04 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 18:27:05 +0100" startDate="2021-01-28 18:14:41 +0100" endDate="2021-01-28 18:15:21 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 18:52:36 +0100" startDate="2021-01-28 18:39:59 +0100" endDate="2021-01-28 18:50:00 +0100" value="1020"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 19:01:03 +0100" startDate="2021-01-28 18:50:00 +0100" endDate="2021-01-28 18:58:04 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 19:14:38 +0100" startDate="2021-01-28 19:00:06 +0100" endDate="2021-01-28 19:09:29 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 19:21:54 +0100" startDate="2021-01-28 19:10:17 +0100" endDate="2021-01-28 19:20:18 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 19:32:43 +0100" startDate="2021-01-28 19:20:18 +0100" endDate="2021-01-28 19:23:32 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-28 22:58:18 +0100" startDate="2021-01-28 22:47:06 +0100" endDate="2021-01-28 22:50:55 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 07:40:55 +0100" startDate="2021-01-29 07:25:54 +0100" endDate="2021-01-29 07:31:42 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 09:37:18 +0100" startDate="2021-01-29 09:24:50 +0100" endDate="2021-01-29 09:25:13 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 09:48:35 +0100" startDate="2021-01-29 09:37:32 +0100" endDate="2021-01-29 09:37:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 10:13:51 +0100" startDate="2021-01-29 10:01:54 +0100" endDate="2021-01-29 10:02:42 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 12:28:42 +0100" startDate="2021-01-29 12:11:19 +0100" endDate="2021-01-29 12:21:20 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 12:32:22 +0100" startDate="2021-01-29 12:21:20 +0100" endDate="2021-01-29 12:29:44 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 12:44:50 +0100" startDate="2021-01-29 12:33:46 +0100" endDate="2021-01-29 12:43:45 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 12:56:18 +0100" startDate="2021-01-29 12:43:45 +0100" endDate="2021-01-29 12:53:46 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 13:06:13 +0100" startDate="2021-01-29 12:53:46 +0100" endDate="2021-01-29 13:03:47 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 13:16:08 +0100" startDate="2021-01-29 13:03:47 +0100" endDate="2021-01-29 13:05:49 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 13:26:43 +0100" startDate="2021-01-29 13:15:40 +0100" endDate="2021-01-29 13:24:23 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 13:49:41 +0100" startDate="2021-01-29 13:36:28 +0100" endDate="2021-01-29 13:39:04 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 14:01:28 +0100" startDate="2021-01-29 13:47:49 +0100" endDate="2021-01-29 13:57:27 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 14:10:43 +0100" startDate="2021-01-29 13:57:58 +0100" endDate="2021-01-29 14:07:13 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 14:19:55 +0100" startDate="2021-01-29 14:08:52 +0100" endDate="2021-01-29 14:09:46 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 14:37:57 +0100" startDate="2021-01-29 14:26:55 +0100" endDate="2021-01-29 14:35:37 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 14:57:49 +0100" startDate="2021-01-29 14:46:47 +0100" endDate="2021-01-29 14:56:45 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 15:18:04 +0100" startDate="2021-01-29 15:07:02 +0100" endDate="2021-01-29 15:10:51 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 15:33:49 +0100" startDate="2021-01-29 15:22:34 +0100" endDate="2021-01-29 15:31:47 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 15:47:39 +0100" startDate="2021-01-29 15:36:19 +0100" endDate="2021-01-29 15:37:43 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 16:00:52 +0100" startDate="2021-01-29 15:49:49 +0100" endDate="2021-01-29 15:55:31 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 17:10:15 +0100" startDate="2021-01-29 16:54:00 +0100" endDate="2021-01-29 17:04:01 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 17:15:22 +0100" startDate="2021-01-29 17:04:01 +0100" endDate="2021-01-29 17:12:38 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 17:25:52 +0100" startDate="2021-01-29 17:14:32 +0100" endDate="2021-01-29 17:23:27 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 17:36:47 +0100" startDate="2021-01-29 17:25:14 +0100" endDate="2021-01-29 17:34:11 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 17:49:23 +0100" startDate="2021-01-29 17:36:19 +0100" endDate="2021-01-29 17:46:20 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 17:59:31 +0100" startDate="2021-01-29 17:46:20 +0100" endDate="2021-01-29 17:56:21 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 18:08:17 +0100" startDate="2021-01-29 17:56:21 +0100" endDate="2021-01-29 18:05:51 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 18:17:50 +0100" startDate="2021-01-29 18:06:47 +0100" endDate="2021-01-29 18:16:41 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 18:31:13 +0100" startDate="2021-01-29 18:20:11 +0100" endDate="2021-01-29 18:20:26 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-29 18:42:19 +0100" startDate="2021-01-29 18:31:05 +0100" endDate="2021-01-29 18:31:13 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 00:13:56 +0100" startDate="2021-01-30 00:00:51 +0100" endDate="2021-01-30 00:02:08 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 04:46:03 +0100" startDate="2021-01-30 04:29:20 +0100" endDate="2021-01-30 04:37:12 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 09:39:21 +0100" startDate="2021-01-30 09:23:45 +0100" endDate="2021-01-30 09:33:46 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 09:48:07 +0100" startDate="2021-01-30 09:33:46 +0100" endDate="2021-01-30 09:43:45 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 09:58:27 +0100" startDate="2021-01-30 09:43:45 +0100" endDate="2021-01-30 09:49:26 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 10:16:36 +0100" startDate="2021-01-30 10:05:15 +0100" endDate="2021-01-30 10:05:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 11:14:03 +0100" startDate="2021-01-30 11:01:41 +0100" endDate="2021-01-30 11:09:40 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 11:40:48 +0100" startDate="2021-01-30 11:28:53 +0100" endDate="2021-01-30 11:32:02 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 11:54:50 +0100" startDate="2021-01-30 11:43:29 +0100" endDate="2021-01-30 11:53:30 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 12:07:41 +0100" startDate="2021-01-30 11:53:30 +0100" endDate="2021-01-30 11:56:06 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 12:17:05 +0100" startDate="2021-01-30 12:03:44 +0100" endDate="2021-01-30 12:08:32 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 12:36:37 +0100" startDate="2021-01-30 12:25:18 +0100" endDate="2021-01-30 12:27:39 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 12:59:34 +0100" startDate="2021-01-30 12:48:31 +0100" endDate="2021-01-30 12:57:07 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-30 17:00:11 +0100" startDate="2021-01-30 16:48:23 +0100" endDate="2021-01-30 16:49:47 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 00:03:49 +0100" startDate="2021-01-30 23:51:51 +0100" endDate="2021-01-30 23:51:54 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 09:30:41 +0100" startDate="2021-01-31 09:16:32 +0100" endDate="2021-01-31 09:18:13 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 10:31:05 +0100" startDate="2021-01-31 10:20:03 +0100" endDate="2021-01-31 10:27:33 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 10:42:41 +0100" startDate="2021-01-31 10:31:36 +0100" endDate="2021-01-31 10:41:27 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 10:53:39 +0100" startDate="2021-01-31 10:41:57 +0100" endDate="2021-01-31 10:51:51 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 11:06:08 +0100" startDate="2021-01-31 10:52:14 +0100" endDate="2021-01-31 11:02:10 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 11:14:40 +0100" startDate="2021-01-31 11:03:16 +0100" endDate="2021-01-31 11:13:07 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 11:24:30 +0100" startDate="2021-01-31 11:13:28 +0100" endDate="2021-01-31 11:13:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 12:28:36 +0100" startDate="2021-01-31 12:15:49 +0100" endDate="2021-01-31 12:17:49 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 13:51:39 +0100" startDate="2021-01-31 13:40:16 +0100" endDate="2021-01-31 13:41:35 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 14:11:45 +0100" startDate="2021-01-31 13:57:00 +0100" endDate="2021-01-31 14:06:02 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 14:21:28 +0100" startDate="2021-01-31 14:08:30 +0100" endDate="2021-01-31 14:18:03 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 14:31:31 +0100" startDate="2021-01-31 14:18:34 +0100" endDate="2021-01-31 14:20:13 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 15:03:07 +0100" startDate="2021-01-31 14:51:17 +0100" endDate="2021-01-31 14:56:41 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 15:18:19 +0100" startDate="2021-01-31 15:02:32 +0100" endDate="2021-01-31 15:10:31 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 15:25:40 +0100" startDate="2021-01-31 15:12:46 +0100" endDate="2021-01-31 15:22:47 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 15:37:32 +0100" startDate="2021-01-31 15:22:47 +0100" endDate="2021-01-31 15:32:48 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 15:45:55 +0100" startDate="2021-01-31 15:32:48 +0100" endDate="2021-01-31 15:42:49 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 15:53:56 +0100" startDate="2021-01-31 15:42:49 +0100" endDate="2021-01-31 15:51:52 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 16:05:16 +0100" startDate="2021-01-31 15:53:23 +0100" endDate="2021-01-31 16:01:40 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 16:18:06 +0100" startDate="2021-01-31 16:06:25 +0100" endDate="2021-01-31 16:16:26 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 16:28:09 +0100" startDate="2021-01-31 16:16:26 +0100" endDate="2021-01-31 16:26:27 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 16:39:05 +0100" startDate="2021-01-31 16:26:27 +0100" endDate="2021-01-31 16:36:28 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 16:50:15 +0100" startDate="2021-01-31 16:36:28 +0100" endDate="2021-01-31 16:46:28 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 16:59:36 +0100" startDate="2021-01-31 16:46:28 +0100" endDate="2021-01-31 16:56:29 +0100" value="1085"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 17:10:35 +0100" startDate="2021-01-31 16:56:29 +0100" endDate="2021-01-31 17:06:30 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 17:21:03 +0100" startDate="2021-01-31 17:06:30 +0100" endDate="2021-01-31 17:16:31 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 17:30:21 +0100" startDate="2021-01-31 17:16:31 +0100" endDate="2021-01-31 17:26:32 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 17:39:40 +0100" startDate="2021-01-31 17:26:32 +0100" endDate="2021-01-31 17:36:15 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 17:48:39 +0100" startDate="2021-01-31 17:37:36 +0100" endDate="2021-01-31 17:45:58 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 19:00:05 +0100" startDate="2021-01-31 18:51:30 +0100" endDate="2021-01-31 18:51:35 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 19:00:05 +0100" startDate="2021-01-31 18:51:35 +0100" endDate="2021-01-31 18:51:40 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 19:00:05 +0100" startDate="2021-01-31 18:51:45 +0100" endDate="2021-01-31 18:51:50 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-01-31 21:49:58 +0100" startDate="2021-01-31 21:38:55 +0100" endDate="2021-01-31 21:39:18 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 06:18:49 +0100" startDate="2021-02-01 06:04:17 +0100" endDate="2021-02-01 06:04:22 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 06:39:06 +0100" startDate="2021-02-01 06:28:04 +0100" endDate="2021-02-01 06:32:34 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 06:57:30 +0100" startDate="2021-02-01 06:46:16 +0100" endDate="2021-02-01 06:46:32 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 07:06:55 +0100" startDate="2021-02-01 06:55:52 +0100" endDate="2021-02-01 07:01:28 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 08:48:15 +0100" startDate="2021-02-01 08:35:43 +0100" endDate="2021-02-01 08:42:25 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 09:01:11 +0100" startDate="2021-02-01 08:48:24 +0100" endDate="2021-02-01 08:51:46 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 09:54:25 +0100" startDate="2021-02-01 09:43:22 +0100" endDate="2021-02-01 09:45:25 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 10:24:17 +0100" startDate="2021-02-01 10:12:21 +0100" endDate="2021-02-01 10:13:22 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 10:47:48 +0100" startDate="2021-02-01 10:36:45 +0100" endDate="2021-02-01 10:37:11 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 11:48:55 +0100" startDate="2021-02-01 11:37:10 +0100" endDate="2021-02-01 11:45:22 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 11:59:43 +0100" startDate="2021-02-01 11:47:57 +0100" endDate="2021-02-01 11:57:58 +0100" value="964"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 12:09:07 +0100" startDate="2021-02-01 11:57:58 +0100" endDate="2021-02-01 12:07:36 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 13:07:51 +0100" startDate="2021-02-01 12:55:10 +0100" endDate="2021-02-01 12:57:15 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 13:40:48 +0100" startDate="2021-02-01 13:28:58 +0100" endDate="2021-02-01 13:33:21 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 14:18:58 +0100" startDate="2021-02-01 14:05:42 +0100" endDate="2021-02-01 14:07:54 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 15:18:47 +0100" startDate="2021-02-01 15:06:47 +0100" endDate="2021-02-01 15:07:05 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 15:30:56 +0100" startDate="2021-02-01 15:19:04 +0100" endDate="2021-02-01 15:19:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 15:43:14 +0100" startDate="2021-02-01 15:31:23 +0100" endDate="2021-02-01 15:36:16 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 17:02:01 +0100" startDate="2021-02-01 16:50:14 +0100" endDate="2021-02-01 17:00:15 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 17:14:04 +0100" startDate="2021-02-01 17:00:15 +0100" endDate="2021-02-01 17:04:37 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 17:35:52 +0100" startDate="2021-02-01 17:19:22 +0100" endDate="2021-02-01 17:29:21 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 17:36:03 +0100" startDate="2021-02-01 17:29:21 +0100" endDate="2021-02-01 17:36:00 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 17:41:08 +0100" startDate="2021-02-01 17:36:00 +0100" endDate="2021-02-01 17:37:17 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 17:53:25 +0100" startDate="2021-02-01 17:42:22 +0100" endDate="2021-02-01 17:50:06 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 18:28:59 +0100" startDate="2021-02-01 18:16:02 +0100" endDate="2021-02-01 18:26:03 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 18:38:40 +0100" startDate="2021-02-01 18:26:03 +0100" endDate="2021-02-01 18:36:05 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 18:47:07 +0100" startDate="2021-02-01 18:36:05 +0100" endDate="2021-02-01 18:46:06 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 18:57:34 +0100" startDate="2021-02-01 18:46:06 +0100" endDate="2021-02-01 18:54:20 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 19:10:39 +0100" startDate="2021-02-01 18:56:24 +0100" endDate="2021-02-01 19:06:25 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 19:20:53 +0100" startDate="2021-02-01 19:06:25 +0100" endDate="2021-02-01 19:16:27 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 19:31:51 +0100" startDate="2021-02-01 19:16:27 +0100" endDate="2021-02-01 19:22:26 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 19:52:10 +0100" startDate="2021-02-01 19:41:08 +0100" endDate="2021-02-01 19:41:10 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 20:03:09 +0100" startDate="2021-02-01 19:51:37 +0100" endDate="2021-02-01 19:55:47 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-01 21:20:06 +0100" startDate="2021-02-01 21:09:03 +0100" endDate="2021-02-01 21:09:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 07:24:32 +0100" startDate="2021-02-02 07:13:29 +0100" endDate="2021-02-02 07:13:34 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 08:20:44 +0100" startDate="2021-02-02 08:06:12 +0100" endDate="2021-02-02 08:13:40 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 08:29:48 +0100" startDate="2021-02-02 08:18:13 +0100" endDate="2021-02-02 08:28:14 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 08:39:17 +0100" startDate="2021-02-02 08:28:14 +0100" endDate="2021-02-02 08:29:59 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 09:07:23 +0100" startDate="2021-02-02 08:54:25 +0100" endDate="2021-02-02 08:59:39 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 10:24:27 +0100" startDate="2021-02-02 10:11:59 +0100" endDate="2021-02-02 10:20:37 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 10:38:49 +0100" startDate="2021-02-02 10:24:39 +0100" endDate="2021-02-02 10:24:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 11:04:56 +0100" startDate="2021-02-02 10:53:45 +0100" endDate="2021-02-02 11:00:53 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 11:36:07 +0100" startDate="2021-02-02 11:23:30 +0100" endDate="2021-02-02 11:33:31 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 11:47:38 +0100" startDate="2021-02-02 11:33:31 +0100" endDate="2021-02-02 11:38:21 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 12:04:50 +0100" startDate="2021-02-02 11:52:52 +0100" endDate="2021-02-02 11:59:43 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 13:50:17 +0100" startDate="2021-02-02 13:37:49 +0100" endDate="2021-02-02 13:47:22 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 14:04:00 +0100" startDate="2021-02-02 13:48:26 +0100" endDate="2021-02-02 13:50:51 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 14:19:03 +0100" startDate="2021-02-02 14:07:46 +0100" endDate="2021-02-02 14:17:46 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 14:29:31 +0100" startDate="2021-02-02 14:17:56 +0100" endDate="2021-02-02 14:27:16 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 14:39:18 +0100" startDate="2021-02-02 14:28:15 +0100" endDate="2021-02-02 14:35:59 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 14:54:30 +0100" startDate="2021-02-02 14:42:49 +0100" endDate="2021-02-02 14:42:59 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 15:36:09 +0100" startDate="2021-02-02 15:23:18 +0100" endDate="2021-02-02 15:33:19 +0100" value="938"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 15:44:02 +0100" startDate="2021-02-02 15:33:19 +0100" endDate="2021-02-02 15:36:53 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 16:01:51 +0100" startDate="2021-02-02 15:50:48 +0100" endDate="2021-02-02 15:59:15 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 16:16:29 +0100" startDate="2021-02-02 16:01:33 +0100" endDate="2021-02-02 16:11:34 +0100" value="1137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 16:25:23 +0100" startDate="2021-02-02 16:11:34 +0100" endDate="2021-02-02 16:21:04 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 16:35:14 +0100" startDate="2021-02-02 16:23:22 +0100" endDate="2021-02-02 16:24:33 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 19:03:56 +0100" startDate="2021-02-02 18:52:54 +0100" endDate="2021-02-02 18:54:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 20:11:14 +0100" startDate="2021-02-02 20:00:11 +0100" endDate="2021-02-02 20:00:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-02 20:23:21 +0100" startDate="2021-02-02 20:12:18 +0100" endDate="2021-02-02 20:12:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 08:19:15 +0100" startDate="2021-02-03 08:05:45 +0100" endDate="2021-02-03 08:14:50 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 08:26:57 +0100" startDate="2021-02-03 08:15:54 +0100" endDate="2021-02-03 08:22:44 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 09:27:56 +0100" startDate="2021-02-03 09:15:37 +0100" endDate="2021-02-03 09:20:40 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 09:52:50 +0100" startDate="2021-02-03 09:39:46 +0100" endDate="2021-02-03 09:48:00 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 10:39:02 +0100" startDate="2021-02-03 10:27:53 +0100" endDate="2021-02-03 10:31:27 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 11:00:10 +0100" startDate="2021-02-03 10:46:46 +0100" endDate="2021-02-03 10:47:11 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 11:49:02 +0100" startDate="2021-02-03 11:35:47 +0100" endDate="2021-02-03 11:42:22 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 12:11:21 +0100" startDate="2021-02-03 11:59:27 +0100" endDate="2021-02-03 12:07:44 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 12:36:15 +0100" startDate="2021-02-03 12:19:46 +0100" endDate="2021-02-03 12:20:07 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 12:55:42 +0100" startDate="2021-02-03 12:44:39 +0100" endDate="2021-02-03 12:46:56 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 13:17:28 +0100" startDate="2021-02-03 13:06:26 +0100" endDate="2021-02-03 13:16:27 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 13:27:29 +0100" startDate="2021-02-03 13:16:27 +0100" endDate="2021-02-03 13:26:28 +0100" value="1187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 13:38:22 +0100" startDate="2021-02-03 13:26:28 +0100" endDate="2021-02-03 13:33:05 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 13:55:52 +0100" startDate="2021-02-03 13:44:50 +0100" endDate="2021-02-03 13:54:51 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 14:05:53 +0100" startDate="2021-02-03 13:54:51 +0100" endDate="2021-02-03 14:04:52 +0100" value="1096"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 14:15:54 +0100" startDate="2021-02-03 14:04:52 +0100" endDate="2021-02-03 14:13:01 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 15:46:10 +0100" startDate="2021-02-03 15:34:03 +0100" endDate="2021-02-03 15:36:26 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 15:55:34 +0100" startDate="2021-02-03 15:44:02 +0100" endDate="2021-02-03 15:53:55 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 16:06:49 +0100" startDate="2021-02-03 15:54:21 +0100" endDate="2021-02-03 16:04:22 +0100" value="1043"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 16:17:17 +0100" startDate="2021-02-03 16:04:22 +0100" endDate="2021-02-03 16:12:05 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 16:27:23 +0100" startDate="2021-02-03 16:14:43 +0100" endDate="2021-02-03 16:24:11 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 16:36:02 +0100" startDate="2021-02-03 16:25:00 +0100" endDate="2021-02-03 16:29:32 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 17:37:49 +0100" startDate="2021-02-03 17:26:46 +0100" endDate="2021-02-03 17:35:59 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-03 18:30:17 +0100" startDate="2021-02-03 18:17:10 +0100" endDate="2021-02-03 18:19:00 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 08:02:39 +0100" startDate="2021-02-04 07:51:33 +0100" endDate="2021-02-04 08:01:34 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 08:14:28 +0100" startDate="2021-02-04 08:01:34 +0100" endDate="2021-02-04 08:07:51 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 08:41:17 +0100" startDate="2021-02-04 08:29:13 +0100" endDate="2021-02-04 08:33:23 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 08:57:42 +0100" startDate="2021-02-04 08:45:09 +0100" endDate="2021-02-04 08:45:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 09:14:48 +0100" startDate="2021-02-04 09:00:49 +0100" endDate="2021-02-04 09:01:17 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 09:23:47 +0100" startDate="2021-02-04 09:12:36 +0100" endDate="2021-02-04 09:16:10 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 10:10:57 +0100" startDate="2021-02-04 09:59:47 +0100" endDate="2021-02-04 10:06:22 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 12:14:45 +0100" startDate="2021-02-04 12:03:11 +0100" endDate="2021-02-04 12:13:07 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 12:28:36 +0100" startDate="2021-02-04 12:13:22 +0100" endDate="2021-02-04 12:13:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 12:53:41 +0100" startDate="2021-02-04 12:40:52 +0100" endDate="2021-02-04 12:48:44 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 13:04:12 +0100" startDate="2021-02-04 12:52:12 +0100" endDate="2021-02-04 12:54:55 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 14:36:04 +0100" startDate="2021-02-04 14:23:47 +0100" endDate="2021-02-04 14:26:30 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 15:01:34 +0100" startDate="2021-02-04 14:49:51 +0100" endDate="2021-02-04 14:59:20 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 15:16:32 +0100" startDate="2021-02-04 15:04:43 +0100" endDate="2021-02-04 15:05:37 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 15:42:15 +0100" startDate="2021-02-04 15:31:12 +0100" endDate="2021-02-04 15:40:35 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 16:06:44 +0100" startDate="2021-02-04 15:55:42 +0100" endDate="2021-02-04 15:56:07 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 16:17:26 +0100" startDate="2021-02-04 16:06:23 +0100" endDate="2021-02-04 16:16:24 +0100" value="1117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 16:27:27 +0100" startDate="2021-02-04 16:16:24 +0100" endDate="2021-02-04 16:26:25 +0100" value="1109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 16:37:28 +0100" startDate="2021-02-04 16:26:25 +0100" endDate="2021-02-04 16:33:31 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 18:19:08 +0100" startDate="2021-02-04 18:05:22 +0100" endDate="2021-02-04 18:12:25 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-04 21:13:55 +0100" startDate="2021-02-04 21:01:29 +0100" endDate="2021-02-04 21:01:49 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 07:28:12 +0100" startDate="2021-02-05 07:17:09 +0100" endDate="2021-02-05 07:17:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 08:29:42 +0100" startDate="2021-02-05 08:18:40 +0100" endDate="2021-02-05 08:18:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 15:14:53 +0100" startDate="2021-02-05 15:01:31 +0100" endDate="2021-02-05 15:01:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 16:34:37 +0100" startDate="2021-02-05 16:21:27 +0100" endDate="2021-02-05 16:30:46 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 16:47:02 +0100" startDate="2021-02-05 16:34:31 +0100" endDate="2021-02-05 16:44:29 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 17:04:52 +0100" startDate="2021-02-05 16:53:50 +0100" endDate="2021-02-05 17:01:54 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 18:34:44 +0100" startDate="2021-02-05 18:23:34 +0100" endDate="2021-02-05 18:33:10 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 18:47:33 +0100" startDate="2021-02-05 18:33:35 +0100" endDate="2021-02-05 18:34:06 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 19:05:09 +0100" startDate="2021-02-05 18:54:06 +0100" endDate="2021-02-05 18:54:49 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 19:34:09 +0100" startDate="2021-02-05 19:22:01 +0100" endDate="2021-02-05 19:22:29 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 20:28:34 +0100" startDate="2021-02-05 20:12:20 +0100" endDate="2021-02-05 20:12:38 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 21:02:39 +0100" startDate="2021-02-05 20:51:15 +0100" endDate="2021-02-05 20:54:43 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 22:10:18 +0100" startDate="2021-02-05 21:59:15 +0100" endDate="2021-02-05 22:06:03 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 22:58:06 +0100" startDate="2021-02-05 22:47:03 +0100" endDate="2021-02-05 22:56:49 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-05 23:09:06 +0100" startDate="2021-02-05 22:57:07 +0100" endDate="2021-02-05 22:57:27 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 08:43:22 +0100" startDate="2021-02-06 08:31:37 +0100" endDate="2021-02-06 08:32:05 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 08:58:30 +0100" startDate="2021-02-06 08:47:27 +0100" endDate="2021-02-06 08:47:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 12:12:40 +0100" startDate="2021-02-06 11:59:47 +0100" endDate="2021-02-06 12:07:08 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 12:21:02 +0100" startDate="2021-02-06 12:09:59 +0100" endDate="2021-02-06 12:20:00 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 12:31:03 +0100" startDate="2021-02-06 12:20:00 +0100" endDate="2021-02-06 12:23:42 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 12:46:20 +0100" startDate="2021-02-06 12:33:02 +0100" endDate="2021-02-06 12:43:03 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 12:55:49 +0100" startDate="2021-02-06 12:43:03 +0100" endDate="2021-02-06 12:48:26 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 13:44:10 +0100" startDate="2021-02-06 13:33:08 +0100" endDate="2021-02-06 13:41:32 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 14:00:10 +0100" startDate="2021-02-06 13:47:19 +0100" endDate="2021-02-06 13:54:42 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 14:40:30 +0100" startDate="2021-02-06 14:28:56 +0100" endDate="2021-02-06 14:38:45 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 14:54:10 +0100" startDate="2021-02-06 14:43:08 +0100" endDate="2021-02-06 14:44:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 15:07:07 +0100" startDate="2021-02-06 14:56:05 +0100" endDate="2021-02-06 15:00:45 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 15:28:54 +0100" startDate="2021-02-06 15:17:52 +0100" endDate="2021-02-06 15:27:40 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 15:39:31 +0100" startDate="2021-02-06 15:28:28 +0100" endDate="2021-02-06 15:38:04 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 15:52:45 +0100" startDate="2021-02-06 15:40:57 +0100" endDate="2021-02-06 15:48:20 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 16:03:14 +0100" startDate="2021-02-06 15:52:07 +0100" endDate="2021-02-06 16:00:52 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 16:13:14 +0100" startDate="2021-02-06 16:02:09 +0100" endDate="2021-02-06 16:09:14 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 16:27:56 +0100" startDate="2021-02-06 16:16:50 +0100" endDate="2021-02-06 16:26:41 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 16:37:54 +0100" startDate="2021-02-06 16:26:51 +0100" endDate="2021-02-06 16:28:26 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 16:54:33 +0100" startDate="2021-02-06 16:43:30 +0100" endDate="2021-02-06 16:50:53 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 17:16:19 +0100" startDate="2021-02-06 17:05:09 +0100" endDate="2021-02-06 17:10:22 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 17:47:12 +0100" startDate="2021-02-06 17:35:55 +0100" endDate="2021-02-06 17:36:28 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 18:16:49 +0100" startDate="2021-02-06 18:05:47 +0100" endDate="2021-02-06 18:07:34 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-06 18:32:49 +0100" startDate="2021-02-06 18:20:43 +0100" endDate="2021-02-06 18:23:39 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 09:48:32 +0100" startDate="2021-02-07 09:37:30 +0100" endDate="2021-02-07 09:40:26 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 10:05:19 +0100" startDate="2021-02-07 09:51:42 +0100" endDate="2021-02-07 10:01:43 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 10:13:19 +0100" startDate="2021-02-07 10:01:43 +0100" endDate="2021-02-07 10:10:38 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 10:26:12 +0100" startDate="2021-02-07 10:13:34 +0100" endDate="2021-02-07 10:23:04 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 10:38:55 +0100" startDate="2021-02-07 10:23:35 +0100" endDate="2021-02-07 10:27:16 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 11:36:50 +0100" startDate="2021-02-07 11:25:47 +0100" endDate="2021-02-07 11:25:55 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 12:17:09 +0100" startDate="2021-02-07 12:05:40 +0100" endDate="2021-02-07 12:14:26 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 12:28:28 +0100" startDate="2021-02-07 12:16:10 +0100" endDate="2021-02-07 12:23:11 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 13:24:49 +0100" startDate="2021-02-07 13:13:46 +0100" endDate="2021-02-07 13:16:52 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 13:37:11 +0100" startDate="2021-02-07 13:25:14 +0100" endDate="2021-02-07 13:25:19 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 17:08:23 +0100" startDate="2021-02-07 16:57:21 +0100" endDate="2021-02-07 17:00:09 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 17:42:56 +0100" startDate="2021-02-07 17:31:26 +0100" endDate="2021-02-07 17:41:22 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-07 17:54:19 +0100" startDate="2021-02-07 17:43:16 +0100" endDate="2021-02-07 17:43:37 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 07:44:34 +0100" startDate="2021-02-08 07:32:58 +0100" endDate="2021-02-08 07:33:01 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 11:09:28 +0100" startDate="2021-02-08 10:58:19 +0100" endDate="2021-02-08 10:58:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 12:03:00 +0100" startDate="2021-02-08 11:51:57 +0100" endDate="2021-02-08 11:52:10 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 12:38:29 +0100" startDate="2021-02-08 12:27:21 +0100" endDate="2021-02-08 12:36:37 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 12:51:50 +0100" startDate="2021-02-08 12:38:57 +0100" endDate="2021-02-08 12:38:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 13:46:13 +0100" startDate="2021-02-08 13:35:11 +0100" endDate="2021-02-08 13:43:43 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 14:00:49 +0100" startDate="2021-02-08 13:46:13 +0100" endDate="2021-02-08 13:47:45 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 15:30:35 +0100" startDate="2021-02-08 15:19:32 +0100" endDate="2021-02-08 15:29:00 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 15:41:44 +0100" startDate="2021-02-08 15:29:33 +0100" endDate="2021-02-08 15:32:01 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 16:02:34 +0100" startDate="2021-02-08 15:51:31 +0100" endDate="2021-02-08 15:55:20 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 16:27:25 +0100" startDate="2021-02-08 16:16:00 +0100" endDate="2021-02-08 16:19:29 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 16:57:16 +0100" startDate="2021-02-08 16:44:57 +0100" endDate="2021-02-08 16:51:29 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 17:09:48 +0100" startDate="2021-02-08 16:58:45 +0100" endDate="2021-02-08 17:03:20 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 17:53:01 +0100" startDate="2021-02-08 17:41:59 +0100" endDate="2021-02-08 17:42:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 18:06:30 +0100" startDate="2021-02-08 17:55:27 +0100" endDate="2021-02-08 17:55:32 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 18:19:51 +0100" startDate="2021-02-08 18:08:48 +0100" endDate="2021-02-08 18:08:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 18:52:31 +0100" startDate="2021-02-08 18:41:28 +0100" endDate="2021-02-08 18:44:55 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 19:10:31 +0100" startDate="2021-02-08 18:59:23 +0100" endDate="2021-02-08 19:03:10 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 19:22:49 +0100" startDate="2021-02-08 19:11:47 +0100" endDate="2021-02-08 19:21:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 19:32:53 +0100" startDate="2021-02-08 19:21:51 +0100" endDate="2021-02-08 19:28:00 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 19:45:05 +0100" startDate="2021-02-08 19:34:02 +0100" endDate="2021-02-08 19:35:34 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 21:50:32 +0100" startDate="2021-02-08 21:39:30 +0100" endDate="2021-02-08 21:44:43 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-08 22:23:07 +0100" startDate="2021-02-08 22:12:04 +0100" endDate="2021-02-08 22:14:32 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 05:28:35 +0100" startDate="2021-02-09 05:17:33 +0100" endDate="2021-02-09 05:26:33 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 06:43:24 +0100" startDate="2021-02-09 06:32:21 +0100" endDate="2021-02-09 06:33:20 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 08:32:53 +0100" startDate="2021-02-09 08:21:46 +0100" endDate="2021-02-09 08:28:52 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 09:14:15 +0100" startDate="2021-02-09 09:02:48 +0100" endDate="2021-02-09 09:12:06 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 12:06:50 +0100" startDate="2021-02-09 11:54:06 +0100" endDate="2021-02-09 12:00:35 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 13:44:31 +0100" startDate="2021-02-09 13:30:06 +0100" endDate="2021-02-09 13:30:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 13:56:46 +0100" startDate="2021-02-09 13:46:06 +0100" endDate="2021-02-09 13:55:59 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 14:06:44 +0100" startDate="2021-02-09 13:56:32 +0100" endDate="2021-02-09 13:56:37 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 14:24:42 +0100" startDate="2021-02-09 14:13:34 +0100" endDate="2021-02-09 14:13:54 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 14:42:12 +0100" startDate="2021-02-09 14:28:58 +0100" endDate="2021-02-09 14:29:04 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 14:58:22 +0100" startDate="2021-02-09 14:47:15 +0100" endDate="2021-02-09 14:50:19 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 15:27:20 +0100" startDate="2021-02-09 15:14:30 +0100" endDate="2021-02-09 15:16:55 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 16:33:44 +0100" startDate="2021-02-09 16:22:41 +0100" endDate="2021-02-09 16:32:42 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 16:43:45 +0100" startDate="2021-02-09 16:32:42 +0100" endDate="2021-02-09 16:42:18 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 17:13:47 +0100" startDate="2021-02-09 17:01:17 +0100" endDate="2021-02-09 17:10:39 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 17:52:04 +0100" startDate="2021-02-09 17:37:55 +0100" endDate="2021-02-09 17:42:48 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 19:06:43 +0100" startDate="2021-02-09 18:55:40 +0100" endDate="2021-02-09 19:02:45 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 19:27:17 +0100" startDate="2021-02-09 19:14:41 +0100" endDate="2021-02-09 19:24:42 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 19:41:52 +0100" startDate="2021-02-09 19:24:44 +0100" endDate="2021-02-09 19:27:20 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 19:54:29 +0100" startDate="2021-02-09 19:42:01 +0100" endDate="2021-02-09 19:47:55 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 20:26:01 +0100" startDate="2021-02-09 20:14:58 +0100" endDate="2021-02-09 20:15:03 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 21:16:13 +0100" startDate="2021-02-09 21:05:10 +0100" endDate="2021-02-09 21:14:09 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-09 21:45:58 +0100" startDate="2021-02-09 21:34:55 +0100" endDate="2021-02-09 21:35:05 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 06:39:09 +0100" startDate="2021-02-10 06:26:04 +0100" endDate="2021-02-10 06:35:18 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 07:08:01 +0100" startDate="2021-02-10 06:56:21 +0100" endDate="2021-02-10 06:56:34 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 09:22:24 +0100" startDate="2021-02-10 09:09:44 +0100" endDate="2021-02-10 09:10:10 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 11:05:51 +0100" startDate="2021-02-10 10:54:48 +0100" endDate="2021-02-10 11:01:08 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 11:30:22 +0100" startDate="2021-02-10 11:19:10 +0100" endDate="2021-02-10 11:28:55 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 11:43:07 +0100" startDate="2021-02-10 11:29:54 +0100" endDate="2021-02-10 11:31:21 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 12:31:32 +0100" startDate="2021-02-10 12:20:29 +0100" endDate="2021-02-10 12:29:32 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 12:56:09 +0100" startDate="2021-02-10 12:45:06 +0100" endDate="2021-02-10 12:52:22 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 15:04:11 +0100" startDate="2021-02-10 14:53:08 +0100" endDate="2021-02-10 14:53:39 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 15:32:49 +0100" startDate="2021-02-10 15:21:26 +0100" endDate="2021-02-10 15:30:11 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 15:47:32 +0100" startDate="2021-02-10 15:35:31 +0100" endDate="2021-02-10 15:36:01 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 16:04:12 +0100" startDate="2021-02-10 15:52:47 +0100" endDate="2021-02-10 15:58:48 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 16:19:22 +0100" startDate="2021-02-10 16:08:13 +0100" endDate="2021-02-10 16:10:53 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 17:10:48 +0100" startDate="2021-02-10 16:59:45 +0100" endDate="2021-02-10 17:08:22 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 17:22:18 +0100" startDate="2021-02-10 17:11:05 +0100" endDate="2021-02-10 17:20:15 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 17:32:15 +0100" startDate="2021-02-10 17:21:11 +0100" endDate="2021-02-10 17:31:04 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 17:43:51 +0100" startDate="2021-02-10 17:31:32 +0100" endDate="2021-02-10 17:40:25 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 17:54:56 +0100" startDate="2021-02-10 17:43:33 +0100" endDate="2021-02-10 17:53:29 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 18:07:09 +0100" startDate="2021-02-10 17:53:42 +0100" endDate="2021-02-10 18:03:40 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 18:19:18 +0100" startDate="2021-02-10 18:03:42 +0100" endDate="2021-02-10 18:13:43 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 18:28:47 +0100" startDate="2021-02-10 18:13:43 +0100" endDate="2021-02-10 18:23:34 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 18:34:28 +0100" startDate="2021-02-10 18:23:44 +0100" endDate="2021-02-10 18:33:45 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 18:44:53 +0100" startDate="2021-02-10 18:33:50 +0100" endDate="2021-02-10 18:41:35 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 19:18:46 +0100" startDate="2021-02-10 19:03:45 +0100" endDate="2021-02-10 19:03:58 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 19:44:33 +0100" startDate="2021-02-10 19:33:30 +0100" endDate="2021-02-10 19:43:25 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 19:54:43 +0100" startDate="2021-02-10 19:43:40 +0100" endDate="2021-02-10 19:51:11 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-10 20:29:02 +0100" startDate="2021-02-10 20:17:59 +0100" endDate="2021-02-10 20:18:32 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.3" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.3, creation date:2021-01-10 02:29:31 +0000&gt;" unit="count" creationDate="2021-02-11 06:53:17 +0100" startDate="2021-02-11 06:42:14 +0100" endDate="2021-02-11 06:42:19 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 10:24:56 +0100" startDate="2021-02-12 10:12:53 +0100" endDate="2021-02-12 10:15:43 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 10:56:43 +0100" startDate="2021-02-12 10:45:41 +0100" endDate="2021-02-12 10:55:42 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 11:09:29 +0100" startDate="2021-02-12 10:55:42 +0100" endDate="2021-02-12 10:56:20 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 12:10:12 +0100" startDate="2021-02-12 11:59:09 +0100" endDate="2021-02-12 12:03:06 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 12:27:49 +0100" startDate="2021-02-12 12:16:46 +0100" endDate="2021-02-12 12:16:57 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 12:53:46 +0100" startDate="2021-02-12 12:42:43 +0100" endDate="2021-02-12 12:44:45 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 13:54:08 +0100" startDate="2021-02-12 13:43:05 +0100" endDate="2021-02-12 13:43:53 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 14:43:30 +0100" startDate="2021-02-12 14:31:18 +0100" endDate="2021-02-12 14:38:59 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 14:58:16 +0100" startDate="2021-02-12 14:41:44 +0100" endDate="2021-02-12 14:49:00 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 15:13:04 +0100" startDate="2021-02-12 15:02:01 +0100" endDate="2021-02-12 15:10:53 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 15:37:06 +0100" startDate="2021-02-12 15:26:03 +0100" endDate="2021-02-12 15:34:32 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 15:47:07 +0100" startDate="2021-02-12 15:36:04 +0100" endDate="2021-02-12 15:40:06 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 16:00:14 +0100" startDate="2021-02-12 15:49:11 +0100" endDate="2021-02-12 15:49:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 16:50:48 +0100" startDate="2021-02-12 16:39:45 +0100" endDate="2021-02-12 16:45:19 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 17:01:03 +0100" startDate="2021-02-12 16:50:00 +0100" endDate="2021-02-12 16:50:13 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 17:34:21 +0100" startDate="2021-02-12 17:24:05 +0100" endDate="2021-02-12 17:26:23 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 18:28:07 +0100" startDate="2021-02-12 18:17:04 +0100" endDate="2021-02-12 18:17:17 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 18:50:11 +0100" startDate="2021-02-12 18:38:42 +0100" endDate="2021-02-12 18:39:00 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 19:06:37 +0100" startDate="2021-02-12 18:55:17 +0100" endDate="2021-02-12 19:04:28 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 19:23:14 +0100" startDate="2021-02-12 19:08:21 +0100" endDate="2021-02-12 19:09:20 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 21:00:21 +0100" startDate="2021-02-12 20:49:18 +0100" endDate="2021-02-12 20:51:26 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 22:00:16 +0100" startDate="2021-02-12 21:47:54 +0100" endDate="2021-02-12 21:51:33 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-12 22:45:52 +0100" startDate="2021-02-12 22:32:36 +0100" endDate="2021-02-12 22:33:21 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 00:22:10 +0100" startDate="2021-02-13 00:11:07 +0100" endDate="2021-02-13 00:15:12 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 00:34:56 +0100" startDate="2021-02-13 00:21:21 +0100" endDate="2021-02-13 00:21:32 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 12:59:10 +0100" startDate="2021-02-13 12:48:08 +0100" endDate="2021-02-13 12:58:07 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 13:10:00 +0100" startDate="2021-02-13 12:58:07 +0100" endDate="2021-02-13 12:59:08 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 13:38:47 +0100" startDate="2021-02-13 13:27:40 +0100" endDate="2021-02-13 13:37:39 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 14:06:39 +0100" startDate="2021-02-13 13:55:36 +0100" endDate="2021-02-13 14:00:37 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 15:25:03 +0100" startDate="2021-02-13 15:13:57 +0100" endDate="2021-02-13 15:23:25 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 15:34:59 +0100" startDate="2021-02-13 15:24:11 +0100" endDate="2021-02-13 15:33:51 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 15:44:57 +0100" startDate="2021-02-13 15:34:37 +0100" endDate="2021-02-13 15:35:15 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 16:25:19 +0100" startDate="2021-02-13 16:14:17 +0100" endDate="2021-02-13 16:23:06 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 16:39:30 +0100" startDate="2021-02-13 16:28:27 +0100" endDate="2021-02-13 16:32:52 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 16:49:44 +0100" startDate="2021-02-13 16:38:41 +0100" endDate="2021-02-13 16:48:30 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 17:02:45 +0100" startDate="2021-02-13 16:51:08 +0100" endDate="2021-02-13 17:00:59 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 17:14:26 +0100" startDate="2021-02-13 17:01:37 +0100" endDate="2021-02-13 17:06:38 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 18:06:19 +0100" startDate="2021-02-13 17:53:14 +0100" endDate="2021-02-13 18:02:55 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 18:16:01 +0100" startDate="2021-02-13 18:04:29 +0100" endDate="2021-02-13 18:14:02 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 18:27:09 +0100" startDate="2021-02-13 18:15:57 +0100" endDate="2021-02-13 18:16:02 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 18:42:32 +0100" startDate="2021-02-13 18:30:55 +0100" endDate="2021-02-13 18:40:26 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 18:53:50 +0100" startDate="2021-02-13 18:41:01 +0100" endDate="2021-02-13 18:41:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-13 20:54:26 +0100" startDate="2021-02-13 20:43:23 +0100" endDate="2021-02-13 20:43:31 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-14 09:38:47 +0100" startDate="2021-02-14 09:25:23 +0100" endDate="2021-02-14 09:26:16 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-14 10:48:01 +0100" startDate="2021-02-14 10:35:32 +0100" endDate="2021-02-14 10:41:59 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-14 12:20:57 +0100" startDate="2021-02-14 12:06:45 +0100" endDate="2021-02-14 12:08:40 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-14 13:29:06 +0100" startDate="2021-02-14 13:18:03 +0100" endDate="2021-02-14 13:27:31 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-14 13:39:55 +0100" startDate="2021-02-14 13:28:25 +0100" endDate="2021-02-14 13:38:18 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-14 13:55:29 +0100" startDate="2021-02-14 13:44:17 +0100" endDate="2021-02-14 13:54:18 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-14 14:06:07 +0100" startDate="2021-02-14 13:54:18 +0100" endDate="2021-02-14 14:03:49 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-14 14:15:36 +0100" startDate="2021-02-14 14:04:22 +0100" endDate="2021-02-14 14:10:46 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-14 16:45:47 +0100" startDate="2021-02-14 16:34:44 +0100" endDate="2021-02-14 16:44:25 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-14 17:02:37 +0100" startDate="2021-02-14 16:49:13 +0100" endDate="2021-02-14 16:49:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-14 18:02:32 +0100" startDate="2021-02-14 17:51:30 +0100" endDate="2021-02-14 17:51:35 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-14 23:18:17 +0100" startDate="2021-02-14 23:03:22 +0100" endDate="2021-02-14 23:04:21 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 08:08:42 +0100" startDate="2021-02-15 07:57:39 +0100" endDate="2021-02-15 08:02:38 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 08:37:31 +0100" startDate="2021-02-15 08:25:26 +0100" endDate="2021-02-15 08:33:38 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 08:49:53 +0100" startDate="2021-02-15 08:38:35 +0100" endDate="2021-02-15 08:42:57 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 13:31:13 +0100" startDate="2021-02-15 13:17:42 +0100" endDate="2021-02-15 13:23:44 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 15:29:30 +0100" startDate="2021-02-15 15:16:37 +0100" endDate="2021-02-15 15:20:23 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 17:13:37 +0100" startDate="2021-02-15 17:01:45 +0100" endDate="2021-02-15 17:05:49 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 17:26:38 +0100" startDate="2021-02-15 17:13:58 +0100" endDate="2021-02-15 17:23:52 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 17:38:47 +0100" startDate="2021-02-15 17:27:41 +0100" endDate="2021-02-15 17:32:01 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 18:02:30 +0100" startDate="2021-02-15 17:51:11 +0100" endDate="2021-02-15 17:55:28 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 18:21:15 +0100" startDate="2021-02-15 18:09:55 +0100" endDate="2021-02-15 18:18:57 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 18:31:52 +0100" startDate="2021-02-15 18:20:49 +0100" endDate="2021-02-15 18:21:43 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 19:48:53 +0100" startDate="2021-02-15 19:37:42 +0100" endDate="2021-02-15 19:37:44 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 20:26:43 +0100" startDate="2021-02-15 20:15:40 +0100" endDate="2021-02-15 20:15:45 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 20:44:29 +0100" startDate="2021-02-15 20:31:17 +0100" endDate="2021-02-15 20:34:59 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-15 22:31:56 +0100" startDate="2021-02-15 22:20:53 +0100" endDate="2021-02-15 22:28:25 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 07:18:46 +0100" startDate="2021-02-16 07:06:44 +0100" endDate="2021-02-16 07:07:17 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 11:56:41 +0100" startDate="2021-02-16 11:45:31 +0100" endDate="2021-02-16 11:55:13 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 12:06:38 +0100" startDate="2021-02-16 11:55:36 +0100" endDate="2021-02-16 12:04:10 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 12:21:08 +0100" startDate="2021-02-16 12:07:37 +0100" endDate="2021-02-16 12:17:38 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 12:29:11 +0100" startDate="2021-02-16 12:17:38 +0100" endDate="2021-02-16 12:26:00 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 12:41:38 +0100" startDate="2021-02-16 12:30:35 +0100" endDate="2021-02-16 12:35:54 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 13:07:57 +0100" startDate="2021-02-16 12:55:30 +0100" endDate="2021-02-16 12:55:45 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 14:13:14 +0100" startDate="2021-02-16 14:00:33 +0100" endDate="2021-02-16 14:08:01 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 14:22:30 +0100" startDate="2021-02-16 14:11:00 +0100" endDate="2021-02-16 14:20:28 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 14:35:25 +0100" startDate="2021-02-16 14:23:23 +0100" endDate="2021-02-16 14:33:22 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 14:48:35 +0100" startDate="2021-02-16 14:33:24 +0100" endDate="2021-02-16 14:38:48 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 16:39:12 +0100" startDate="2021-02-16 16:28:09 +0100" endDate="2021-02-16 16:31:56 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 18:07:17 +0100" startDate="2021-02-16 17:56:15 +0100" endDate="2021-02-16 18:03:17 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 18:24:35 +0100" startDate="2021-02-16 18:13:11 +0100" endDate="2021-02-16 18:18:09 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 19:15:33 +0100" startDate="2021-02-16 19:02:49 +0100" endDate="2021-02-16 19:02:59 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-16 21:39:42 +0100" startDate="2021-02-16 21:28:39 +0100" endDate="2021-02-16 21:29:28 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 06:35:12 +0100" startDate="2021-02-17 06:24:09 +0100" endDate="2021-02-17 06:28:21 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 06:51:02 +0100" startDate="2021-02-17 06:40:00 +0100" endDate="2021-02-17 06:47:33 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 07:31:04 +0100" startDate="2021-02-17 07:20:01 +0100" endDate="2021-02-17 07:20:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 08:24:18 +0100" startDate="2021-02-17 08:13:15 +0100" endDate="2021-02-17 08:21:06 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 08:36:19 +0100" startDate="2021-02-17 08:23:16 +0100" endDate="2021-02-17 08:23:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 09:27:42 +0100" startDate="2021-02-17 09:13:39 +0100" endDate="2021-02-17 09:18:42 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 10:19:34 +0100" startDate="2021-02-17 10:03:42 +0100" endDate="2021-02-17 10:03:55 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 11:01:48 +0100" startDate="2021-02-17 10:50:46 +0100" endDate="2021-02-17 10:56:19 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 12:53:31 +0100" startDate="2021-02-17 12:42:02 +0100" endDate="2021-02-17 12:52:03 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 13:04:54 +0100" startDate="2021-02-17 12:52:03 +0100" endDate="2021-02-17 13:02:02 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 13:13:39 +0100" startDate="2021-02-17 13:02:02 +0100" endDate="2021-02-17 13:08:39 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 13:38:51 +0100" startDate="2021-02-17 13:24:30 +0100" endDate="2021-02-17 13:34:28 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 13:48:14 +0100" startDate="2021-02-17 13:34:28 +0100" endDate="2021-02-17 13:35:07 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 15:31:01 +0100" startDate="2021-02-17 15:19:00 +0100" endDate="2021-02-17 15:19:58 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 15:41:56 +0100" startDate="2021-02-17 15:30:48 +0100" endDate="2021-02-17 15:31:08 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 16:25:53 +0100" startDate="2021-02-17 16:14:46 +0100" endDate="2021-02-17 16:15:27 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 17:11:50 +0100" startDate="2021-02-17 16:59:57 +0100" endDate="2021-02-17 17:00:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 18:02:39 +0100" startDate="2021-02-17 17:51:36 +0100" endDate="2021-02-17 18:00:29 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 18:18:11 +0100" startDate="2021-02-17 18:06:12 +0100" endDate="2021-02-17 18:16:13 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 18:29:04 +0100" startDate="2021-02-17 18:16:13 +0100" endDate="2021-02-17 18:26:14 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 18:37:17 +0100" startDate="2021-02-17 18:26:14 +0100" endDate="2021-02-17 18:32:54 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 18:52:01 +0100" startDate="2021-02-17 18:40:58 +0100" endDate="2021-02-17 18:49:00 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 19:27:35 +0100" startDate="2021-02-17 19:16:00 +0100" endDate="2021-02-17 19:16:02 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-17 22:05:04 +0100" startDate="2021-02-17 21:54:01 +0100" endDate="2021-02-17 21:54:06 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 07:19:43 +0100" startDate="2021-02-18 07:05:39 +0100" endDate="2021-02-18 07:05:47 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 07:52:56 +0100" startDate="2021-02-18 07:38:23 +0100" endDate="2021-02-18 07:38:28 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 08:01:32 +0100" startDate="2021-02-18 07:49:41 +0100" endDate="2021-02-18 07:58:48 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 08:12:21 +0100" startDate="2021-02-18 08:00:02 +0100" endDate="2021-02-18 08:04:22 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 08:43:56 +0100" startDate="2021-02-18 08:32:20 +0100" endDate="2021-02-18 08:34:10 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 09:14:14 +0100" startDate="2021-02-18 09:01:55 +0100" endDate="2021-02-18 09:04:12 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 11:04:10 +0100" startDate="2021-02-18 10:51:30 +0100" endDate="2021-02-18 10:54:10 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 11:54:02 +0100" startDate="2021-02-18 11:42:52 +0100" endDate="2021-02-18 11:43:18 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 12:08:03 +0100" startDate="2021-02-18 11:56:10 +0100" endDate="2021-02-18 12:03:33 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 12:24:22 +0100" startDate="2021-02-18 12:13:17 +0100" endDate="2021-02-18 12:22:32 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 12:37:54 +0100" startDate="2021-02-18 12:23:43 +0100" endDate="2021-02-18 12:23:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 13:22:05 +0100" startDate="2021-02-18 13:10:02 +0100" endDate="2021-02-18 13:16:32 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 16:30:11 +0100" startDate="2021-02-18 16:18:34 +0100" endDate="2021-02-18 16:28:35 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 16:40:08 +0100" startDate="2021-02-18 16:28:35 +0100" endDate="2021-02-18 16:38:36 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 16:49:39 +0100" startDate="2021-02-18 16:38:36 +0100" endDate="2021-02-18 16:40:03 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 17:38:33 +0100" startDate="2021-02-18 17:27:31 +0100" endDate="2021-02-18 17:29:36 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 17:51:23 +0100" startDate="2021-02-18 17:40:20 +0100" endDate="2021-02-18 17:40:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 19:10:32 +0100" startDate="2021-02-18 18:59:05 +0100" endDate="2021-02-18 19:09:06 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 19:20:08 +0100" startDate="2021-02-18 19:09:06 +0100" endDate="2021-02-18 19:17:32 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 19:56:59 +0100" startDate="2021-02-18 19:45:15 +0100" endDate="2021-02-18 19:46:49 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 20:09:32 +0100" startDate="2021-02-18 19:58:29 +0100" endDate="2021-02-18 20:02:59 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 20:43:57 +0100" startDate="2021-02-18 20:32:54 +0100" endDate="2021-02-18 20:33:25 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-18 20:59:49 +0100" startDate="2021-02-18 20:48:47 +0100" endDate="2021-02-18 20:49:02 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 07:19:48 +0100" startDate="2021-02-19 07:08:45 +0100" endDate="2021-02-19 07:09:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 11:05:02 +0100" startDate="2021-02-19 10:51:26 +0100" endDate="2021-02-19 10:51:41 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 12:00:59 +0100" startDate="2021-02-19 11:49:13 +0100" endDate="2021-02-19 11:49:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 12:22:45 +0100" startDate="2021-02-19 12:11:35 +0100" endDate="2021-02-19 12:12:13 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 12:59:55 +0100" startDate="2021-02-19 12:46:47 +0100" endDate="2021-02-19 12:56:49 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 13:10:22 +0100" startDate="2021-02-19 12:56:49 +0100" endDate="2021-02-19 13:02:12 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 13:26:05 +0100" startDate="2021-02-19 13:11:52 +0100" endDate="2021-02-19 13:12:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 14:03:37 +0100" startDate="2021-02-19 13:52:35 +0100" endDate="2021-02-19 14:00:28 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 14:21:05 +0100" startDate="2021-02-19 14:08:27 +0100" endDate="2021-02-19 14:13:58 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 15:52:42 +0100" startDate="2021-02-19 15:41:39 +0100" endDate="2021-02-19 15:46:02 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 16:27:48 +0100" startDate="2021-02-19 16:14:53 +0100" endDate="2021-02-19 16:17:08 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 16:51:53 +0100" startDate="2021-02-19 16:37:40 +0100" endDate="2021-02-19 16:43:26 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 17:07:34 +0100" startDate="2021-02-19 16:56:09 +0100" endDate="2021-02-19 17:04:41 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 17:21:50 +0100" startDate="2021-02-19 17:07:18 +0100" endDate="2021-02-19 17:16:06 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 17:31:13 +0100" startDate="2021-02-19 17:18:03 +0100" endDate="2021-02-19 17:28:04 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 17:39:37 +0100" startDate="2021-02-19 17:28:04 +0100" endDate="2021-02-19 17:38:05 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 17:51:11 +0100" startDate="2021-02-19 17:38:05 +0100" endDate="2021-02-19 17:41:13 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 18:02:57 +0100" startDate="2021-02-19 17:51:37 +0100" endDate="2021-02-19 17:55:49 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 18:16:02 +0100" startDate="2021-02-19 18:04:59 +0100" endDate="2021-02-19 18:07:27 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 18:54:42 +0100" startDate="2021-02-19 18:43:18 +0100" endDate="2021-02-19 18:45:30 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 22:56:09 +0100" startDate="2021-02-19 22:42:53 +0100" endDate="2021-02-19 22:51:05 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-19 23:03:59 +0100" startDate="2021-02-19 22:52:57 +0100" endDate="2021-02-19 22:52:59 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 07:28:28 +0100" startDate="2021-02-20 07:16:26 +0100" endDate="2021-02-20 07:25:26 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 08:53:20 +0100" startDate="2021-02-20 08:41:19 +0100" endDate="2021-02-20 08:41:35 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 09:44:16 +0100" startDate="2021-02-20 09:33:26 +0100" endDate="2021-02-20 09:42:56 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 09:53:36 +0100" startDate="2021-02-20 09:42:56 +0100" endDate="2021-02-20 09:50:40 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 10:10:53 +0100" startDate="2021-02-20 09:55:35 +0100" endDate="2021-02-20 10:02:15 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 12:00:15 +0100" startDate="2021-02-20 11:49:12 +0100" endDate="2021-02-20 11:58:27 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 12:13:53 +0100" startDate="2021-02-20 12:00:29 +0100" endDate="2021-02-20 12:06:46 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 12:22:26 +0100" startDate="2021-02-20 12:11:24 +0100" endDate="2021-02-20 12:20:47 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 12:33:26 +0100" startDate="2021-02-20 12:22:23 +0100" endDate="2021-02-20 12:29:14 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 12:44:02 +0100" startDate="2021-02-20 12:32:55 +0100" endDate="2021-02-20 12:42:37 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 14:07:28 +0100" startDate="2021-02-20 13:52:48 +0100" endDate="2021-02-20 13:52:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 14:17:37 +0100" startDate="2021-02-20 14:02:57 +0100" endDate="2021-02-20 14:07:35 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 13:32:46 +0100" startDate="2021-02-20 13:17:46 +0100" endDate="2021-02-20 13:27:47 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 13:38:57 +0100" startDate="2021-02-20 13:27:47 +0100" endDate="2021-02-20 13:37:41 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 13:51:59 +0100" startDate="2021-02-20 13:38:37 +0100" endDate="2021-02-20 13:46:49 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 14:29:25 +0100" startDate="2021-02-20 14:16:07 +0100" endDate="2021-02-20 14:21:23 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 14:44:03 +0100" startDate="2021-02-20 14:31:32 +0100" endDate="2021-02-20 14:31:44 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 15:07:38 +0100" startDate="2021-02-20 14:55:36 +0100" endDate="2021-02-20 15:00:13 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 15:33:23 +0100" startDate="2021-02-20 15:20:44 +0100" endDate="2021-02-20 15:27:40 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 17:38:41 +0100" startDate="2021-02-20 17:27:38 +0100" endDate="2021-02-20 17:34:41 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 18:01:55 +0100" startDate="2021-02-20 17:47:38 +0100" endDate="2021-02-20 17:48:36 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 19:04:14 +0100" startDate="2021-02-20 18:50:22 +0100" endDate="2021-02-20 18:50:25 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-20 23:01:33 +0100" startDate="2021-02-20 22:48:18 +0100" endDate="2021-02-20 22:51:53 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 14:52:05 +0100" startDate="2021-02-21 14:38:29 +0100" endDate="2021-02-21 14:47:42 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 15:01:44 +0100" startDate="2021-02-21 14:49:29 +0100" endDate="2021-02-21 14:59:30 +0100" value="1118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 15:14:08 +0100" startDate="2021-02-21 14:59:30 +0100" endDate="2021-02-21 15:09:31 +0100" value="1061"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 15:21:04 +0100" startDate="2021-02-21 15:09:31 +0100" endDate="2021-02-21 15:19:32 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 15:35:32 +0100" startDate="2021-02-21 15:19:32 +0100" endDate="2021-02-21 15:29:33 +0100" value="1083"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 15:40:56 +0100" startDate="2021-02-21 15:29:33 +0100" endDate="2021-02-21 15:39:34 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 15:53:09 +0100" startDate="2021-02-21 15:39:34 +0100" endDate="2021-02-21 15:49:35 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 16:02:46 +0100" startDate="2021-02-21 15:49:35 +0100" endDate="2021-02-21 15:59:36 +0100" value="1114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 16:14:28 +0100" startDate="2021-02-21 15:59:36 +0100" endDate="2021-02-21 16:08:54 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 16:23:30 +0100" startDate="2021-02-21 16:10:00 +0100" endDate="2021-02-21 16:20:01 +0100" value="1057"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 16:31:04 +0100" startDate="2021-02-21 16:20:01 +0100" endDate="2021-02-21 16:29:54 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 16:43:33 +0100" startDate="2021-02-21 16:30:17 +0100" endDate="2021-02-21 16:34:37 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 17:01:50 +0100" startDate="2021-02-21 16:50:47 +0100" endDate="2021-02-21 16:56:52 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 17:56:31 +0100" startDate="2021-02-21 17:42:43 +0100" endDate="2021-02-21 17:44:00 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 22:26:18 +0100" startDate="2021-02-21 22:15:15 +0100" endDate="2021-02-21 22:25:08 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-21 22:38:18 +0100" startDate="2021-02-21 22:25:16 +0100" endDate="2021-02-21 22:25:19 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-22 07:20:08 +0100" startDate="2021-02-22 07:08:07 +0100" endDate="2021-02-22 07:16:24 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-22 08:18:32 +0100" startDate="2021-02-22 08:07:21 +0100" endDate="2021-02-22 08:13:20 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-22 12:45:49 +0100" startDate="2021-02-22 12:31:46 +0100" endDate="2021-02-22 12:33:21 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-22 13:54:46 +0100" startDate="2021-02-22 13:43:24 +0100" endDate="2021-02-22 13:52:54 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-22 14:07:05 +0100" startDate="2021-02-22 13:53:28 +0100" endDate="2021-02-22 13:57:14 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-22 15:36:07 +0100" startDate="2021-02-22 15:24:21 +0100" endDate="2021-02-22 15:24:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-22 16:43:40 +0100" startDate="2021-02-22 16:30:11 +0100" endDate="2021-02-22 16:35:09 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-22 22:33:43 +0100" startDate="2021-02-22 22:19:52 +0100" endDate="2021-02-22 22:23:34 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 08:21:15 +0100" startDate="2021-02-23 08:09:22 +0100" endDate="2021-02-23 08:10:26 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 08:34:00 +0100" startDate="2021-02-23 08:20:49 +0100" endDate="2021-02-23 08:21:09 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 12:31:15 +0100" startDate="2021-02-23 12:19:07 +0100" endDate="2021-02-23 12:26:00 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 12:45:30 +0100" startDate="2021-02-23 12:31:29 +0100" endDate="2021-02-23 12:40:49 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 12:55:25 +0100" startDate="2021-02-23 12:41:50 +0100" endDate="2021-02-23 12:50:47 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 13:07:44 +0100" startDate="2021-02-23 12:54:16 +0100" endDate="2021-02-23 13:03:47 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 13:17:19 +0100" startDate="2021-02-23 13:04:38 +0100" endDate="2021-02-23 13:06:04 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 13:28:33 +0100" startDate="2021-02-23 13:15:53 +0100" endDate="2021-02-23 13:17:48 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 14:45:04 +0100" startDate="2021-02-23 14:33:05 +0100" endDate="2021-02-23 14:33:20 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 15:10:26 +0100" startDate="2021-02-23 14:59:24 +0100" endDate="2021-02-23 15:04:44 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 15:29:04 +0100" startDate="2021-02-23 15:17:54 +0100" endDate="2021-02-23 15:20:48 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 18:07:23 +0100" startDate="2021-02-23 17:56:05 +0100" endDate="2021-02-23 17:56:53 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 18:29:03 +0100" startDate="2021-02-23 18:16:49 +0100" endDate="2021-02-23 18:26:12 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 18:39:40 +0100" startDate="2021-02-23 18:27:11 +0100" endDate="2021-02-23 18:37:12 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 18:48:17 +0100" startDate="2021-02-23 18:37:14 +0100" endDate="2021-02-23 18:47:13 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 18:58:23 +0100" startDate="2021-02-23 18:47:20 +0100" endDate="2021-02-23 18:48:01 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-23 21:11:41 +0100" startDate="2021-02-23 20:56:47 +0100" endDate="2021-02-23 21:02:56 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 07:41:12 +0100" startDate="2021-02-24 07:26:47 +0100" endDate="2021-02-24 07:26:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 07:59:04 +0100" startDate="2021-02-24 07:48:01 +0100" endDate="2021-02-24 07:48:09 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 08:16:32 +0100" startDate="2021-02-24 08:04:53 +0100" endDate="2021-02-24 08:10:48 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 08:53:41 +0100" startDate="2021-02-24 08:42:00 +0100" endDate="2021-02-24 08:52:01 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 09:06:27 +0100" startDate="2021-02-24 08:52:01 +0100" endDate="2021-02-24 08:58:10 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 09:23:25 +0100" startDate="2021-02-24 09:11:20 +0100" endDate="2021-02-24 09:11:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 09:57:45 +0100" startDate="2021-02-24 09:46:11 +0100" endDate="2021-02-24 09:46:29 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 10:07:23 +0100" startDate="2021-02-24 09:56:20 +0100" endDate="2021-02-24 09:57:34 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 12:22:58 +0100" startDate="2021-02-24 12:11:05 +0100" endDate="2021-02-24 12:11:56 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 12:39:23 +0100" startDate="2021-02-24 12:24:58 +0100" endDate="2021-02-24 12:27:26 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 12:52:05 +0100" startDate="2021-02-24 12:37:18 +0100" endDate="2021-02-24 12:37:43 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 13:05:18 +0100" startDate="2021-02-24 12:53:00 +0100" endDate="2021-02-24 13:01:26 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 13:39:35 +0100" startDate="2021-02-24 13:25:40 +0100" endDate="2021-02-24 13:27:24 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 17:15:54 +0100" startDate="2021-02-24 17:02:26 +0100" endDate="2021-02-24 17:08:13 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 18:13:01 +0100" startDate="2021-02-24 18:01:38 +0100" endDate="2021-02-24 18:05:48 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 19:11:52 +0100" startDate="2021-02-24 18:58:29 +0100" endDate="2021-02-24 19:08:18 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 19:22:18 +0100" startDate="2021-02-24 19:11:16 +0100" endDate="2021-02-24 19:15:51 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 19:49:41 +0100" startDate="2021-02-24 19:38:39 +0100" endDate="2021-02-24 19:38:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 20:04:21 +0100" startDate="2021-02-24 19:52:50 +0100" endDate="2021-02-24 20:01:12 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 20:31:13 +0100" startDate="2021-02-24 20:20:10 +0100" endDate="2021-02-24 20:20:33 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 20:51:11 +0100" startDate="2021-02-24 20:39:03 +0100" endDate="2021-02-24 20:39:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 21:10:08 +0100" startDate="2021-02-24 20:56:28 +0100" endDate="2021-02-24 20:57:22 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 21:29:38 +0100" startDate="2021-02-24 21:15:11 +0100" endDate="2021-02-24 21:16:02 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 22:48:54 +0100" startDate="2021-02-24 22:37:30 +0100" endDate="2021-02-24 22:47:29 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 22:58:45 +0100" startDate="2021-02-24 22:47:29 +0100" endDate="2021-02-24 22:57:30 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-24 23:08:33 +0100" startDate="2021-02-24 22:57:30 +0100" endDate="2021-02-24 23:00:34 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 00:39:09 +0100" startDate="2021-02-25 00:27:15 +0100" endDate="2021-02-25 00:37:01 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 00:50:06 +0100" startDate="2021-02-25 00:39:03 +0100" endDate="2021-02-25 00:46:21 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 01:03:29 +0100" startDate="2021-02-25 00:51:29 +0100" endDate="2021-02-25 00:52:23 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 07:18:07 +0100" startDate="2021-02-25 07:03:32 +0100" endDate="2021-02-25 07:03:39 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 07:31:01 +0100" startDate="2021-02-25 07:19:58 +0100" endDate="2021-02-25 07:28:23 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 11:00:18 +0100" startDate="2021-02-25 10:49:13 +0100" endDate="2021-02-25 10:51:30 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 11:31:18 +0100" startDate="2021-02-25 11:20:01 +0100" endDate="2021-02-25 11:25:55 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 11:43:51 +0100" startDate="2021-02-25 11:30:31 +0100" endDate="2021-02-25 11:31:30 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 12:33:08 +0100" startDate="2021-02-25 12:19:29 +0100" endDate="2021-02-25 12:20:35 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 16:28:40 +0100" startDate="2021-02-25 16:17:38 +0100" endDate="2021-02-25 16:24:54 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 16:39:18 +0100" startDate="2021-02-25 16:28:15 +0100" endDate="2021-02-25 16:32:04 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 16:55:57 +0100" startDate="2021-02-25 16:44:25 +0100" endDate="2021-02-25 16:53:43 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 17:15:53 +0100" startDate="2021-02-25 17:04:50 +0100" endDate="2021-02-25 17:11:30 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 17:27:24 +0100" startDate="2021-02-25 17:15:53 +0100" endDate="2021-02-25 17:20:00 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 17:38:14 +0100" startDate="2021-02-25 17:26:17 +0100" endDate="2021-02-25 17:36:18 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 17:47:45 +0100" startDate="2021-02-25 17:36:18 +0100" endDate="2021-02-25 17:46:06 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 18:00:11 +0100" startDate="2021-02-25 17:48:36 +0100" endDate="2021-02-25 17:48:54 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 18:12:36 +0100" startDate="2021-02-25 18:01:21 +0100" endDate="2021-02-25 18:02:14 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 18:25:56 +0100" startDate="2021-02-25 18:14:00 +0100" endDate="2021-02-25 18:17:16 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 18:38:23 +0100" startDate="2021-02-25 18:26:49 +0100" endDate="2021-02-25 18:30:16 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 20:11:02 +0100" startDate="2021-02-25 19:59:49 +0100" endDate="2021-02-25 20:00:00 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-25 23:04:51 +0100" startDate="2021-02-25 22:52:19 +0100" endDate="2021-02-25 22:58:36 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 07:13:31 +0100" startDate="2021-02-26 07:00:10 +0100" endDate="2021-02-26 07:00:15 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 08:04:13 +0100" startDate="2021-02-26 07:53:01 +0100" endDate="2021-02-26 08:00:50 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 08:14:25 +0100" startDate="2021-02-26 08:03:10 +0100" endDate="2021-02-26 08:12:28 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 08:24:34 +0100" startDate="2021-02-26 08:13:31 +0100" endDate="2021-02-26 08:22:32 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 09:14:39 +0100" startDate="2021-02-26 09:03:37 +0100" endDate="2021-02-26 09:08:12 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 10:07:43 +0100" startDate="2021-02-26 09:56:30 +0100" endDate="2021-02-26 09:56:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 11:44:50 +0100" startDate="2021-02-26 11:33:47 +0100" endDate="2021-02-26 11:42:57 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 12:08:24 +0100" startDate="2021-02-26 11:56:24 +0100" endDate="2021-02-26 12:05:24 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 12:18:32 +0100" startDate="2021-02-26 12:07:29 +0100" endDate="2021-02-26 12:11:56 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 12:43:23 +0100" startDate="2021-02-26 12:31:43 +0100" endDate="2021-02-26 12:35:50 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 12:56:03 +0100" startDate="2021-02-26 12:43:56 +0100" endDate="2021-02-26 12:51:40 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 13:07:31 +0100" startDate="2021-02-26 12:54:31 +0100" endDate="2021-02-26 13:04:00 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 13:18:43 +0100" startDate="2021-02-26 13:05:06 +0100" endDate="2021-02-26 13:05:19 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 14:53:02 +0100" startDate="2021-02-26 14:38:05 +0100" endDate="2021-02-26 14:42:58 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 15:07:32 +0100" startDate="2021-02-26 14:55:55 +0100" endDate="2021-02-26 15:01:16 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 15:41:13 +0100" startDate="2021-02-26 15:28:53 +0100" endDate="2021-02-26 15:31:05 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 17:19:00 +0100" startDate="2021-02-26 17:06:27 +0100" endDate="2021-02-26 17:14:49 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 17:29:37 +0100" startDate="2021-02-26 17:17:09 +0100" endDate="2021-02-26 17:21:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 18:53:59 +0100" startDate="2021-02-26 18:39:12 +0100" endDate="2021-02-26 18:43:42 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 18:17:30 +0100" startDate="2021-02-26 18:05:35 +0100" endDate="2021-02-26 18:15:36 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 18:28:55 +0100" startDate="2021-02-26 18:15:36 +0100" endDate="2021-02-26 18:16:24 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 18:55:51 +0100" startDate="2021-02-26 18:53:59 +0100" endDate="2021-02-26 18:55:17 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-26 20:59:21 +0100" startDate="2021-02-26 20:47:24 +0100" endDate="2021-02-26 20:47:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 09:05:35 +0100" startDate="2021-02-27 08:52:18 +0100" endDate="2021-02-27 08:53:19 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 09:29:43 +0100" startDate="2021-02-27 09:18:30 +0100" endDate="2021-02-27 09:24:16 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 10:07:00 +0100" startDate="2021-02-27 09:54:52 +0100" endDate="2021-02-27 10:00:27 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 10:17:48 +0100" startDate="2021-02-27 10:06:29 +0100" endDate="2021-02-27 10:16:30 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 10:29:42 +0100" startDate="2021-02-27 10:16:30 +0100" endDate="2021-02-27 10:26:30 +0100" value="963"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 10:38:07 +0100" startDate="2021-02-27 10:26:36 +0100" endDate="2021-02-27 10:36:36 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 10:51:52 +0100" startDate="2021-02-27 10:36:52 +0100" endDate="2021-02-27 10:44:55 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 11:04:08 +0100" startDate="2021-02-27 10:51:52 +0100" endDate="2021-02-27 11:01:17 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 11:16:18 +0100" startDate="2021-02-27 11:02:39 +0100" endDate="2021-02-27 11:11:43 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 11:26:16 +0100" startDate="2021-02-27 11:13:08 +0100" endDate="2021-02-27 11:22:31 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 11:39:03 +0100" startDate="2021-02-27 11:23:22 +0100" endDate="2021-02-27 11:33:23 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 11:45:55 +0100" startDate="2021-02-27 11:33:53 +0100" endDate="2021-02-27 11:42:39 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 11:58:38 +0100" startDate="2021-02-27 11:45:45 +0100" endDate="2021-02-27 11:53:11 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 12:08:40 +0100" startDate="2021-02-27 11:57:28 +0100" endDate="2021-02-27 12:07:25 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 12:21:28 +0100" startDate="2021-02-27 12:07:30 +0100" endDate="2021-02-27 12:17:18 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 12:31:07 +0100" startDate="2021-02-27 12:18:30 +0100" endDate="2021-02-27 12:28:29 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 12:39:16 +0100" startDate="2021-02-27 12:28:29 +0100" endDate="2021-02-27 12:37:21 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 12:49:52 +0100" startDate="2021-02-27 12:38:45 +0100" endDate="2021-02-27 12:44:01 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 13:10:58 +0100" startDate="2021-02-27 12:58:08 +0100" endDate="2021-02-27 13:06:00 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 13:31:23 +0100" startDate="2021-02-27 13:20:06 +0100" endDate="2021-02-27 13:26:21 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 13:47:42 +0100" startDate="2021-02-27 13:35:57 +0100" endDate="2021-02-27 13:41:19 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 13:58:49 +0100" startDate="2021-02-27 13:46:41 +0100" endDate="2021-02-27 13:49:19 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 14:22:37 +0100" startDate="2021-02-27 14:09:06 +0100" endDate="2021-02-27 14:19:06 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 14:30:31 +0100" startDate="2021-02-27 14:19:06 +0100" endDate="2021-02-27 14:29:07 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 14:45:03 +0100" startDate="2021-02-27 14:29:07 +0100" endDate="2021-02-27 14:39:03 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 14:50:48 +0100" startDate="2021-02-27 14:39:13 +0100" endDate="2021-02-27 14:49:14 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 15:00:50 +0100" startDate="2021-02-27 14:49:37 +0100" endDate="2021-02-27 14:56:40 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 15:14:07 +0100" startDate="2021-02-27 15:03:05 +0100" endDate="2021-02-27 15:10:05 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 15:27:00 +0100" startDate="2021-02-27 15:15:34 +0100" endDate="2021-02-27 15:24:50 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 15:37:09 +0100" startDate="2021-02-27 15:26:06 +0100" endDate="2021-02-27 15:34:08 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 15:50:15 +0100" startDate="2021-02-27 15:39:06 +0100" endDate="2021-02-27 15:48:52 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 16:05:39 +0100" startDate="2021-02-27 15:53:18 +0100" endDate="2021-02-27 16:02:30 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 16:16:25 +0100" startDate="2021-02-27 16:03:26 +0100" endDate="2021-02-27 16:05:10 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 17:48:56 +0100" startDate="2021-02-27 16:29:14 +0100" endDate="2021-02-27 16:29:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 17:58:28 +0100" startDate="2021-02-27 17:47:57 +0100" endDate="2021-02-27 17:57:31 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 18:58:40 +0100" startDate="2021-02-27 18:47:28 +0100" endDate="2021-02-27 18:51:10 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 22:37:14 +0100" startDate="2021-02-27 22:26:08 +0100" endDate="2021-02-27 22:33:38 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-27 22:47:17 +0100" startDate="2021-02-27 22:36:11 +0100" endDate="2021-02-27 22:37:20 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 09:52:31 +0100" startDate="2021-02-28 09:41:03 +0100" endDate="2021-02-28 09:41:43 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 10:55:22 +0100" startDate="2021-02-28 10:41:19 +0100" endDate="2021-02-28 10:41:39 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 11:36:40 +0100" startDate="2021-02-28 11:25:04 +0100" endDate="2021-02-28 11:32:56 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 11:49:34 +0100" startDate="2021-02-28 11:36:57 +0100" endDate="2021-02-28 11:45:07 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 12:36:23 +0100" startDate="2021-02-28 12:25:20 +0100" endDate="2021-02-28 12:27:58 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 12:47:20 +0100" startDate="2021-02-28 12:36:17 +0100" endDate="2021-02-28 12:36:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 13:18:17 +0100" startDate="2021-02-28 13:06:08 +0100" endDate="2021-02-28 13:06:34 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 13:34:08 +0100" startDate="2021-02-28 13:21:42 +0100" endDate="2021-02-28 13:28:31 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 14:26:31 +0100" startDate="2021-02-28 14:15:12 +0100" endDate="2021-02-28 14:25:12 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 14:36:33 +0100" startDate="2021-02-28 14:25:12 +0100" endDate="2021-02-28 14:25:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 14:51:15 +0100" startDate="2021-02-28 14:38:40 +0100" endDate="2021-02-28 14:48:41 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 14:59:41 +0100" startDate="2021-02-28 14:48:41 +0100" endDate="2021-02-28 14:48:43 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 15:13:58 +0100" startDate="2021-02-28 15:02:45 +0100" endDate="2021-02-28 15:09:20 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 15:38:41 +0100" startDate="2021-02-28 15:23:50 +0100" endDate="2021-02-28 15:33:51 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 15:45:34 +0100" startDate="2021-02-28 15:33:51 +0100" endDate="2021-02-28 15:43:52 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 15:55:53 +0100" startDate="2021-02-28 15:43:52 +0100" endDate="2021-02-28 15:51:53 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 16:10:10 +0100" startDate="2021-02-28 15:56:31 +0100" endDate="2021-02-28 15:56:47 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 16:25:04 +0100" startDate="2021-02-28 16:12:30 +0100" endDate="2021-02-28 16:15:31 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 16:38:09 +0100" startDate="2021-02-28 16:26:31 +0100" endDate="2021-02-28 16:36:32 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 16:50:39 +0100" startDate="2021-02-28 16:36:32 +0100" endDate="2021-02-28 16:46:33 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 17:01:49 +0100" startDate="2021-02-28 16:46:33 +0100" endDate="2021-02-28 16:49:03 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 17:37:36 +0100" startDate="2021-02-28 17:26:33 +0100" endDate="2021-02-28 17:34:57 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 18:57:06 +0100" startDate="2021-02-28 18:41:45 +0100" endDate="2021-02-28 18:48:00 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 21:49:11 +0100" startDate="2021-02-28 21:38:08 +0100" endDate="2021-02-28 21:38:26 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 23:35:49 +0100" startDate="2021-02-28 23:24:46 +0100" endDate="2021-02-28 23:25:17 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-02-28 23:57:43 +0100" startDate="2021-02-28 23:42:28 +0100" endDate="2021-02-28 23:43:19 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 07:13:42 +0100" startDate="2021-03-01 07:01:55 +0100" endDate="2021-03-01 07:02:52 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 10:13:47 +0100" startDate="2021-03-01 10:02:45 +0100" endDate="2021-03-01 10:06:52 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 10:40:25 +0100" startDate="2021-03-01 10:29:03 +0100" endDate="2021-03-01 10:29:36 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 10:52:26 +0100" startDate="2021-03-01 10:39:58 +0100" endDate="2021-03-01 10:42:33 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 15:45:23 +0100" startDate="2021-03-01 15:32:48 +0100" endDate="2021-03-01 15:42:26 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 15:54:39 +0100" startDate="2021-03-01 15:42:44 +0100" endDate="2021-03-01 15:52:42 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 16:04:34 +0100" startDate="2021-03-01 15:52:42 +0100" endDate="2021-03-01 15:58:21 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 16:16:03 +0100" startDate="2021-03-01 16:05:01 +0100" endDate="2021-03-01 16:15:02 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 16:27:14 +0100" startDate="2021-03-01 16:16:11 +0100" endDate="2021-03-01 16:16:26 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 16:52:23 +0100" startDate="2021-03-01 16:39:17 +0100" endDate="2021-03-01 16:39:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 18:18:11 +0100" startDate="2021-03-01 18:07:09 +0100" endDate="2021-03-01 18:07:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 18:31:59 +0100" startDate="2021-03-01 18:20:41 +0100" endDate="2021-03-01 18:20:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 20:19:08 +0100" startDate="2021-03-01 20:06:47 +0100" endDate="2021-03-01 20:16:09 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 21:21:00 +0100" startDate="2021-03-01 21:07:26 +0100" endDate="2021-03-01 21:07:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-01 22:29:40 +0100" startDate="2021-03-01 22:17:15 +0100" endDate="2021-03-01 22:19:50 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 07:06:59 +0100" startDate="2021-03-02 06:55:24 +0100" endDate="2021-03-02 07:04:19 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 07:21:49 +0100" startDate="2021-03-02 07:08:44 +0100" endDate="2021-03-02 07:09:10 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 08:05:29 +0100" startDate="2021-03-02 07:54:26 +0100" endDate="2021-03-02 08:00:32 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 08:18:04 +0100" startDate="2021-03-02 08:07:01 +0100" endDate="2021-03-02 08:09:11 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 09:57:36 +0100" startDate="2021-03-02 09:46:33 +0100" endDate="2021-03-02 09:48:53 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 10:11:05 +0100" startDate="2021-03-02 09:59:41 +0100" endDate="2021-03-02 10:09:10 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 10:24:14 +0100" startDate="2021-03-02 10:09:43 +0100" endDate="2021-03-02 10:15:14 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 12:16:47 +0100" startDate="2021-03-02 12:04:51 +0100" endDate="2021-03-02 12:04:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 14:09:14 +0100" startDate="2021-03-02 13:56:56 +0100" endDate="2021-03-02 13:57:06 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 15:30:13 +0100" startDate="2021-03-02 15:16:31 +0100" endDate="2021-03-02 15:16:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 16:04:34 +0100" startDate="2021-03-02 15:52:20 +0100" endDate="2021-03-02 15:55:54 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 16:18:14 +0100" startDate="2021-03-02 16:06:29 +0100" endDate="2021-03-02 16:08:36 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 16:32:56 +0100" startDate="2021-03-02 16:18:25 +0100" endDate="2021-03-02 16:26:30 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 17:08:28 +0100" startDate="2021-03-02 16:56:35 +0100" endDate="2021-03-02 16:57:00 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 18:45:16 +0100" startDate="2021-03-02 18:34:01 +0100" endDate="2021-03-02 18:35:13 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 21:37:23 +0100" startDate="2021-03-02 21:24:33 +0100" endDate="2021-03-02 21:34:19 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 21:46:13 +0100" startDate="2021-03-02 21:35:10 +0100" endDate="2021-03-02 21:42:31 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 21:58:26 +0100" startDate="2021-03-02 21:47:09 +0100" endDate="2021-03-02 21:47:34 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 22:44:02 +0100" startDate="2021-03-02 22:32:57 +0100" endDate="2021-03-02 22:42:55 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 22:54:54 +0100" startDate="2021-03-02 22:42:58 +0100" endDate="2021-03-02 22:52:56 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 23:04:04 +0100" startDate="2021-03-02 22:52:59 +0100" endDate="2021-03-02 22:56:51 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-02 23:22:03 +0100" startDate="2021-03-02 23:10:54 +0100" endDate="2021-03-02 23:10:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 06:27:22 +0100" startDate="2021-03-03 06:16:20 +0100" endDate="2021-03-03 06:21:43 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 06:49:28 +0100" startDate="2021-03-03 06:37:13 +0100" endDate="2021-03-03 06:45:45 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 07:02:47 +0100" startDate="2021-03-03 06:49:06 +0100" endDate="2021-03-03 06:59:06 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 07:10:19 +0100" startDate="2021-03-03 06:59:06 +0100" endDate="2021-03-03 07:01:38 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 08:48:55 +0100" startDate="2021-03-03 08:34:55 +0100" endDate="2021-03-03 08:44:56 +0100" value="1135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 08:58:12 +0100" startDate="2021-03-03 08:44:56 +0100" endDate="2021-03-03 08:54:57 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 09:06:07 +0100" startDate="2021-03-03 08:54:57 +0100" endDate="2021-03-03 09:04:30 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 10:17:11 +0100" startDate="2021-03-03 10:06:04 +0100" endDate="2021-03-03 10:14:11 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 11:18:18 +0100" startDate="2021-03-03 11:05:34 +0100" endDate="2021-03-03 11:06:17 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 11:37:14 +0100" startDate="2021-03-03 11:26:05 +0100" endDate="2021-03-03 11:35:37 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 11:48:04 +0100" startDate="2021-03-03 11:36:51 +0100" endDate="2021-03-03 11:37:14 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 11:59:15 +0100" startDate="2021-03-03 11:47:39 +0100" endDate="2021-03-03 11:48:48 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 12:10:22 +0100" startDate="2021-03-03 11:59:10 +0100" endDate="2021-03-03 12:09:09 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 12:21:51 +0100" startDate="2021-03-03 12:09:09 +0100" endDate="2021-03-03 12:17:43 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 12:31:13 +0100" startDate="2021-03-03 12:19:30 +0100" endDate="2021-03-03 12:28:50 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 12:45:30 +0100" startDate="2021-03-03 12:34:16 +0100" endDate="2021-03-03 12:44:17 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 12:55:37 +0100" startDate="2021-03-03 12:44:17 +0100" endDate="2021-03-03 12:45:28 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 13:34:58 +0100" startDate="2021-03-03 13:22:02 +0100" endDate="2021-03-03 13:31:13 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 15:09:12 +0100" startDate="2021-03-03 14:56:53 +0100" endDate="2021-03-03 15:05:51 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 16:08:54 +0100" startDate="2021-03-03 15:55:52 +0100" endDate="2021-03-03 16:00:53 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 16:20:02 +0100" startDate="2021-03-03 16:08:38 +0100" endDate="2021-03-03 16:09:14 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 18:43:41 +0100" startDate="2021-03-03 18:30:47 +0100" endDate="2021-03-03 18:32:44 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 18:54:03 +0100" startDate="2021-03-03 18:43:00 +0100" endDate="2021-03-03 18:45:35 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 19:10:14 +0100" startDate="2021-03-03 18:56:49 +0100" endDate="2021-03-03 18:56:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 21:26:44 +0100" startDate="2021-03-03 21:03:18 +0100" endDate="2021-03-03 21:10:06 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 21:35:21 +0100" startDate="2021-03-03 21:24:27 +0100" endDate="2021-03-03 21:34:18 +0100" value="1027"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-03 22:00:25 +0100" startDate="2021-03-03 21:49:22 +0100" endDate="2021-03-03 21:49:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 07:46:39 +0100" startDate="2021-03-04 07:33:53 +0100" endDate="2021-03-04 07:33:55 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 08:18:24 +0100" startDate="2021-03-04 08:06:25 +0100" endDate="2021-03-04 08:16:26 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 08:27:29 +0100" startDate="2021-03-04 08:16:26 +0100" endDate="2021-03-04 08:26:25 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 08:37:09 +0100" startDate="2021-03-04 08:26:25 +0100" endDate="2021-03-04 08:28:32 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 09:17:50 +0100" startDate="2021-03-04 09:06:26 +0100" endDate="2021-03-04 09:07:09 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 10:11:48 +0100" startDate="2021-03-04 09:59:45 +0100" endDate="2021-03-04 10:08:55 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 11:17:50 +0100" startDate="2021-03-04 11:06:47 +0100" endDate="2021-03-04 11:07:20 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 15:04:07 +0100" startDate="2021-03-04 14:53:04 +0100" endDate="2021-03-04 14:59:36 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 15:20:46 +0100" startDate="2021-03-04 15:04:57 +0100" endDate="2021-03-04 15:10:16 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 16:12:18 +0100" startDate="2021-03-04 16:00:48 +0100" endDate="2021-03-04 16:07:48 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 16:27:06 +0100" startDate="2021-03-04 16:13:22 +0100" endDate="2021-03-04 16:13:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 16:51:28 +0100" startDate="2021-03-04 16:38:47 +0100" endDate="2021-03-04 16:47:17 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 17:00:20 +0100" startDate="2021-03-04 16:48:49 +0100" endDate="2021-03-04 16:58:35 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 17:20:25 +0100" startDate="2021-03-04 17:09:22 +0100" endDate="2021-03-04 17:19:23 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 17:31:06 +0100" startDate="2021-03-04 17:19:23 +0100" endDate="2021-03-04 17:29:24 +0100" value="1165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 17:40:27 +0100" startDate="2021-03-04 17:29:24 +0100" endDate="2021-03-04 17:29:26 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 19:11:10 +0100" startDate="2021-03-04 19:00:08 +0100" endDate="2021-03-04 19:01:06 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 19:36:07 +0100" startDate="2021-03-04 19:23:57 +0100" endDate="2021-03-04 19:33:58 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 19:46:49 +0100" startDate="2021-03-04 19:33:58 +0100" endDate="2021-03-04 19:40:56 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-04 20:41:18 +0100" startDate="2021-03-04 20:30:16 +0100" endDate="2021-03-04 20:36:45 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 08:44:25 +0100" startDate="2021-03-05 08:33:22 +0100" endDate="2021-03-05 08:36:13 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 09:00:12 +0100" startDate="2021-03-05 08:49:10 +0100" endDate="2021-03-05 08:55:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 12:52:27 +0100" startDate="2021-03-05 12:37:53 +0100" endDate="2021-03-05 12:37:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 13:08:31 +0100" startDate="2021-03-05 13:04:16 +0100" endDate="2021-03-05 13:05:27 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 14:48:42 +0100" startDate="2021-03-05 14:37:39 +0100" endDate="2021-03-05 14:47:30 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 17:10:27 +0100" startDate="2021-03-05 16:58:07 +0100" endDate="2021-03-05 17:07:50 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 17:21:28 +0100" startDate="2021-03-05 17:08:43 +0100" endDate="2021-03-05 17:18:45 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 17:30:53 +0100" startDate="2021-03-05 17:18:45 +0100" endDate="2021-03-05 17:25:40 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 17:42:24 +0100" startDate="2021-03-05 17:29:39 +0100" endDate="2021-03-05 17:30:22 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 17:56:37 +0100" startDate="2021-03-05 17:45:03 +0100" endDate="2021-03-05 17:53:30 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 18:10:53 +0100" startDate="2021-03-05 17:57:12 +0100" endDate="2021-03-05 18:07:11 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 18:18:50 +0100" startDate="2021-03-05 18:07:11 +0100" endDate="2021-03-05 18:17:10 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 18:28:33 +0100" startDate="2021-03-05 18:17:10 +0100" endDate="2021-03-05 18:25:31 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 18:38:46 +0100" startDate="2021-03-05 18:27:41 +0100" endDate="2021-03-05 18:37:42 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 18:48:45 +0100" startDate="2021-03-05 18:37:42 +0100" endDate="2021-03-05 18:39:14 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 19:16:45 +0100" startDate="2021-03-05 19:04:00 +0100" endDate="2021-03-05 19:13:59 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 19:25:22 +0100" startDate="2021-03-05 19:13:59 +0100" endDate="2021-03-05 19:23:41 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 19:35:17 +0100" startDate="2021-03-05 19:24:01 +0100" endDate="2021-03-05 19:25:25 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 19:49:23 +0100" startDate="2021-03-05 19:38:20 +0100" endDate="2021-03-05 19:43:41 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 20:12:01 +0100" startDate="2021-03-05 19:58:52 +0100" endDate="2021-03-05 20:08:53 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 20:21:26 +0100" startDate="2021-03-05 20:08:53 +0100" endDate="2021-03-05 20:11:56 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 20:30:28 +0100" startDate="2021-03-05 20:19:17 +0100" endDate="2021-03-05 20:27:56 +0100" value="938"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 20:41:38 +0100" startDate="2021-03-05 20:29:51 +0100" endDate="2021-03-05 20:30:01 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 21:19:55 +0100" startDate="2021-03-05 21:08:27 +0100" endDate="2021-03-05 21:18:13 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 22:23:13 +0100" startDate="2021-03-05 22:12:10 +0100" endDate="2021-03-05 22:16:01 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 22:39:51 +0100" startDate="2021-03-05 22:28:48 +0100" endDate="2021-03-05 22:35:41 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 23:05:47 +0100" startDate="2021-03-05 22:51:11 +0100" endDate="2021-03-05 23:01:02 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 23:12:54 +0100" startDate="2021-03-05 23:01:17 +0100" endDate="2021-03-05 23:09:03 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-05 23:26:07 +0100" startDate="2021-03-05 23:15:05 +0100" endDate="2021-03-05 23:16:26 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 09:01:31 +0100" startDate="2021-03-06 08:49:15 +0100" endDate="2021-03-06 08:50:21 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 09:31:28 +0100" startDate="2021-03-06 09:17:31 +0100" endDate="2021-03-06 09:27:04 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 09:40:39 +0100" startDate="2021-03-06 09:29:27 +0100" endDate="2021-03-06 09:39:18 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 09:57:41 +0100" startDate="2021-03-06 09:46:38 +0100" endDate="2021-03-06 09:46:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 14:18:38 +0100" startDate="2021-03-06 14:06:17 +0100" endDate="2021-03-06 14:06:27 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 14:33:16 +0100" startDate="2021-03-06 14:19:14 +0100" endDate="2021-03-06 14:24:43 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 14:57:14 +0100" startDate="2021-03-06 14:45:36 +0100" endDate="2021-03-06 14:47:05 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 15:11:13 +0100" startDate="2021-03-06 14:57:11 +0100" endDate="2021-03-06 15:01:03 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 15:47:07 +0100" startDate="2021-03-06 15:31:20 +0100" endDate="2021-03-06 15:31:25 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 16:12:47 +0100" startDate="2021-03-06 15:57:06 +0100" endDate="2021-03-06 15:57:11 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 16:35:35 +0100" startDate="2021-03-06 16:22:19 +0100" endDate="2021-03-06 16:22:30 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 16:57:15 +0100" startDate="2021-03-06 16:44:52 +0100" endDate="2021-03-06 16:44:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 17:41:25 +0100" startDate="2021-03-06 17:28:07 +0100" endDate="2021-03-06 17:28:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 18:17:01 +0100" startDate="2021-03-06 18:02:42 +0100" endDate="2021-03-06 18:10:44 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 18:37:07 +0100" startDate="2021-03-06 18:24:35 +0100" endDate="2021-03-06 18:25:19 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 19:15:31 +0100" startDate="2021-03-06 19:01:28 +0100" endDate="2021-03-06 19:05:38 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-06 19:40:18 +0100" startDate="2021-03-06 19:24:07 +0100" endDate="2021-03-06 19:24:25 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 09:58:22 +0100" startDate="2021-03-07 09:44:19 +0100" endDate="2021-03-07 09:44:22 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 10:41:04 +0100" startDate="2021-03-07 10:30:01 +0100" endDate="2021-03-07 10:30:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 11:34:35 +0100" startDate="2021-03-07 11:20:39 +0100" endDate="2021-03-07 11:21:58 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 11:47:12 +0100" startDate="2021-03-07 11:35:00 +0100" endDate="2021-03-07 11:44:51 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 11:57:52 +0100" startDate="2021-03-07 11:45:01 +0100" endDate="2021-03-07 11:45:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 13:08:09 +0100" startDate="2021-03-07 12:53:54 +0100" endDate="2021-03-07 12:53:56 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 13:20:42 +0100" startDate="2021-03-07 13:09:39 +0100" endDate="2021-03-07 13:11:21 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 14:13:41 +0100" startDate="2021-03-07 14:01:09 +0100" endDate="2021-03-07 14:09:51 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 14:33:55 +0100" startDate="2021-03-07 14:17:22 +0100" endDate="2021-03-07 14:23:32 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 14:52:06 +0100" startDate="2021-03-07 14:38:48 +0100" endDate="2021-03-07 14:40:18 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 15:03:20 +0100" startDate="2021-03-07 14:50:58 +0100" endDate="2021-03-07 14:51:48 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 15:47:18 +0100" startDate="2021-03-07 15:32:37 +0100" endDate="2021-03-07 15:33:15 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 16:39:37 +0100" startDate="2021-03-07 16:27:50 +0100" endDate="2021-03-07 16:31:39 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 16:52:48 +0100" startDate="2021-03-07 16:41:31 +0100" endDate="2021-03-07 16:51:05 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 17:05:29 +0100" startDate="2021-03-07 16:54:27 +0100" endDate="2021-03-07 17:00:26 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 17:21:51 +0100" startDate="2021-03-07 17:09:11 +0100" endDate="2021-03-07 17:19:10 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 17:31:30 +0100" startDate="2021-03-07 17:19:10 +0100" endDate="2021-03-07 17:29:11 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 17:42:06 +0100" startDate="2021-03-07 17:29:11 +0100" endDate="2021-03-07 17:39:12 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 17:53:40 +0100" startDate="2021-03-07 17:39:12 +0100" endDate="2021-03-07 17:49:13 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 18:02:06 +0100" startDate="2021-03-07 17:49:13 +0100" endDate="2021-03-07 17:55:17 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 18:10:52 +0100" startDate="2021-03-07 17:59:49 +0100" endDate="2021-03-07 18:03:31 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-07 21:35:02 +0100" startDate="2021-03-07 21:20:44 +0100" endDate="2021-03-07 21:21:33 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 06:34:37 +0100" startDate="2021-03-08 06:23:34 +0100" endDate="2021-03-08 06:33:30 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 06:47:42 +0100" startDate="2021-03-08 06:33:35 +0100" endDate="2021-03-08 06:43:36 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 06:55:35 +0100" startDate="2021-03-08 06:43:36 +0100" endDate="2021-03-08 06:53:37 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 07:04:40 +0100" startDate="2021-03-08 06:53:37 +0100" endDate="2021-03-08 06:59:29 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 08:44:59 +0100" startDate="2021-03-08 08:33:56 +0100" endDate="2021-03-08 08:43:57 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 08:55:00 +0100" startDate="2021-03-08 08:43:57 +0100" endDate="2021-03-08 08:53:58 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 09:05:01 +0100" startDate="2021-03-08 08:53:58 +0100" endDate="2021-03-08 09:01:11 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 12:15:57 +0100" startDate="2021-03-08 12:04:10 +0100" endDate="2021-03-08 12:06:45 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 12:32:21 +0100" startDate="2021-03-08 12:16:20 +0100" endDate="2021-03-08 12:16:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 12:50:06 +0100" startDate="2021-03-08 12:37:23 +0100" endDate="2021-03-08 12:43:30 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 13:17:10 +0100" startDate="2021-03-08 13:06:08 +0100" endDate="2021-03-08 13:11:28 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 13:37:00 +0100" startDate="2021-03-08 13:23:47 +0100" endDate="2021-03-08 13:28:50 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 14:08:26 +0100" startDate="2021-03-08 13:56:26 +0100" endDate="2021-03-08 13:57:12 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 15:07:57 +0100" startDate="2021-03-08 14:56:54 +0100" endDate="2021-03-08 14:59:58 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 16:24:27 +0100" startDate="2021-03-08 16:12:00 +0100" endDate="2021-03-08 16:14:45 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 17:39:46 +0100" startDate="2021-03-08 17:28:04 +0100" endDate="2021-03-08 17:29:25 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 17:52:12 +0100" startDate="2021-03-08 17:40:02 +0100" endDate="2021-03-08 17:41:23 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-08 18:11:20 +0100" startDate="2021-03-08 18:00:17 +0100" endDate="2021-03-08 18:07:48 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 00:07:17 +0100" startDate="2021-03-08 23:53:16 +0100" endDate="2021-03-08 23:53:44 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 00:17:07 +0100" startDate="2021-03-09 00:06:44 +0100" endDate="2021-03-09 00:15:08 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 00:57:41 +0100" startDate="2021-03-09 00:46:39 +0100" endDate="2021-03-09 00:46:41 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 07:23:50 +0100" startDate="2021-03-09 07:12:47 +0100" endDate="2021-03-09 07:12:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 08:36:13 +0100" startDate="2021-03-09 08:24:10 +0100" endDate="2021-03-09 08:33:58 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 08:45:22 +0100" startDate="2021-03-09 08:34:13 +0100" endDate="2021-03-09 08:44:14 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 08:55:46 +0100" startDate="2021-03-09 08:44:14 +0100" endDate="2021-03-09 08:44:32 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 10:22:54 +0100" startDate="2021-03-09 09:20:19 +0100" endDate="2021-03-09 09:27:14 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 10:28:03 +0100" startDate="2021-03-09 10:17:00 +0100" endDate="2021-03-09 10:17:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 10:55:27 +0100" startDate="2021-03-09 10:44:24 +0100" endDate="2021-03-09 10:47:33 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 12:05:22 +0100" startDate="2021-03-09 11:51:40 +0100" endDate="2021-03-09 12:01:42 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 12:15:27 +0100" startDate="2021-03-09 12:01:42 +0100" endDate="2021-03-09 12:08:01 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 12:38:59 +0100" startDate="2021-03-09 12:27:38 +0100" endDate="2021-03-09 12:37:34 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 12:51:23 +0100" startDate="2021-03-09 12:38:25 +0100" endDate="2021-03-09 12:43:23 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 15:17:55 +0100" startDate="2021-03-09 15:06:05 +0100" endDate="2021-03-09 15:15:23 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 15:29:31 +0100" startDate="2021-03-09 15:18:28 +0100" endDate="2021-03-09 15:18:54 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 16:20:09 +0100" startDate="2021-03-09 16:09:06 +0100" endDate="2021-03-09 16:13:21 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 16:33:58 +0100" startDate="2021-03-09 16:22:23 +0100" endDate="2021-03-09 16:32:24 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 16:47:53 +0100" startDate="2021-03-09 16:32:24 +0100" endDate="2021-03-09 16:42:25 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 16:57:07 +0100" startDate="2021-03-09 16:42:25 +0100" endDate="2021-03-09 16:52:16 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 17:03:54 +0100" startDate="2021-03-09 16:52:26 +0100" endDate="2021-03-09 17:01:51 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 17:15:45 +0100" startDate="2021-03-09 17:03:36 +0100" endDate="2021-03-09 17:12:58 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 17:26:22 +0100" startDate="2021-03-09 17:14:38 +0100" endDate="2021-03-09 17:14:40 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 17:38:29 +0100" startDate="2021-03-09 17:27:26 +0100" endDate="2021-03-09 17:27:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 17:59:12 +0100" startDate="2021-03-09 17:48:09 +0100" endDate="2021-03-09 17:48:14 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 19:01:13 +0100" startDate="2021-03-09 18:50:11 +0100" endDate="2021-03-09 18:50:21 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 19:21:42 +0100" startDate="2021-03-09 19:10:40 +0100" endDate="2021-03-09 19:10:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 19:52:23 +0100" startDate="2021-03-09 19:41:20 +0100" endDate="2021-03-09 19:41:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-09 20:53:18 +0100" startDate="2021-03-09 20:42:15 +0100" endDate="2021-03-09 20:42:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 08:16:11 +0100" startDate="2021-03-10 08:05:08 +0100" endDate="2021-03-10 08:15:09 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 08:26:12 +0100" startDate="2021-03-10 08:15:09 +0100" endDate="2021-03-10 08:17:52 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 10:59:42 +0100" startDate="2021-03-10 10:48:08 +0100" endDate="2021-03-10 10:54:18 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 11:15:00 +0100" startDate="2021-03-10 11:01:21 +0100" endDate="2021-03-10 11:01:26 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 12:13:23 +0100" startDate="2021-03-10 12:01:07 +0100" endDate="2021-03-10 12:11:08 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 12:23:28 +0100" startDate="2021-03-10 12:11:08 +0100" endDate="2021-03-10 12:19:17 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 12:55:27 +0100" startDate="2021-03-10 12:42:22 +0100" endDate="2021-03-10 12:50:16 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 15:45:01 +0100" startDate="2021-03-10 15:32:49 +0100" endDate="2021-03-10 15:35:55 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 16:03:45 +0100" startDate="2021-03-10 15:50:49 +0100" endDate="2021-03-10 15:53:35 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 18:02:36 +0100" startDate="2021-03-10 17:49:22 +0100" endDate="2021-03-10 17:59:23 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 18:10:38 +0100" startDate="2021-03-10 17:59:23 +0100" endDate="2021-03-10 18:09:04 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 18:23:06 +0100" startDate="2021-03-10 18:10:41 +0100" endDate="2021-03-10 18:16:12 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 18:36:45 +0100" startDate="2021-03-10 18:24:48 +0100" endDate="2021-03-10 18:34:46 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 18:46:20 +0100" startDate="2021-03-10 18:35:17 +0100" endDate="2021-03-10 18:37:42 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 19:16:38 +0100" startDate="2021-03-10 19:05:35 +0100" endDate="2021-03-10 19:05:58 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-10 19:36:28 +0100" startDate="2021-03-10 19:25:25 +0100" endDate="2021-03-10 19:32:15 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 08:00:21 +0100" startDate="2021-03-11 07:48:58 +0100" endDate="2021-03-11 07:58:59 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 08:10:02 +0100" startDate="2021-03-11 07:58:59 +0100" endDate="2021-03-11 08:08:27 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 08:21:07 +0100" startDate="2021-03-11 08:10:04 +0100" endDate="2021-03-11 08:12:57 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 09:24:30 +0100" startDate="2021-03-11 09:14:10 +0100" endDate="2021-03-11 09:14:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 10:34:42 +0100" startDate="2021-03-11 10:22:03 +0100" endDate="2021-03-11 10:28:41 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 10:51:12 +0100" startDate="2021-03-11 10:40:07 +0100" endDate="2021-03-11 10:50:07 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 11:01:19 +0100" startDate="2021-03-11 10:50:07 +0100" endDate="2021-03-11 10:53:31 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 11:12:59 +0100" startDate="2021-03-11 11:00:56 +0100" endDate="2021-03-11 11:10:35 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 12:18:37 +0100" startDate="2021-03-11 12:07:34 +0100" endDate="2021-03-11 12:15:03 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 12:44:48 +0100" startDate="2021-03-11 12:31:42 +0100" endDate="2021-03-11 12:39:05 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 13:02:30 +0100" startDate="2021-03-11 12:51:23 +0100" endDate="2021-03-11 12:51:51 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 13:13:07 +0100" startDate="2021-03-11 13:02:04 +0100" endDate="2021-03-11 13:03:21 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 13:39:04 +0100" startDate="2021-03-11 13:27:33 +0100" endDate="2021-03-11 13:27:51 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 13:54:33 +0100" startDate="2021-03-11 13:43:16 +0100" endDate="2021-03-11 13:53:15 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 14:04:36 +0100" startDate="2021-03-11 13:53:15 +0100" endDate="2021-03-11 14:03:16 +0100" value="1145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 14:14:19 +0100" startDate="2021-03-11 14:03:16 +0100" endDate="2021-03-11 14:11:07 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 14:25:22 +0100" startDate="2021-03-11 14:15:01 +0100" endDate="2021-03-11 14:24:39 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 14:44:49 +0100" startDate="2021-03-11 14:33:47 +0100" endDate="2021-03-11 14:33:52 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 16:20:41 +0100" startDate="2021-03-11 16:09:39 +0100" endDate="2021-03-11 16:11:13 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 16:50:18 +0100" startDate="2021-03-11 16:38:59 +0100" endDate="2021-03-11 16:45:41 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 17:02:34 +0100" startDate="2021-03-11 16:49:53 +0100" endDate="2021-03-11 16:57:37 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 17:18:23 +0100" startDate="2021-03-11 17:06:33 +0100" endDate="2021-03-11 17:13:13 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 17:30:14 +0100" startDate="2021-03-11 17:19:01 +0100" endDate="2021-03-11 17:19:26 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 17:49:17 +0100" startDate="2021-03-11 17:37:30 +0100" endDate="2021-03-11 17:42:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-11 20:46:21 +0100" startDate="2021-03-11 20:33:18 +0100" endDate="2021-03-11 20:33:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 07:32:45 +0100" startDate="2021-03-12 07:21:16 +0100" endDate="2021-03-12 07:21:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 09:09:43 +0100" startDate="2021-03-12 08:58:03 +0100" endDate="2021-03-12 08:58:38 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 10:55:52 +0100" startDate="2021-03-12 10:43:01 +0100" endDate="2021-03-12 10:43:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 11:07:42 +0100" startDate="2021-03-12 10:54:05 +0100" endDate="2021-03-12 10:54:38 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 12:29:27 +0100" startDate="2021-03-12 12:16:37 +0100" endDate="2021-03-12 12:23:35 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 12:42:50 +0100" startDate="2021-03-12 12:27:22 +0100" endDate="2021-03-12 12:34:24 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 13:10:30 +0100" startDate="2021-03-12 12:57:47 +0100" endDate="2021-03-12 12:57:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 14:05:57 +0100" startDate="2021-03-12 13:53:01 +0100" endDate="2021-03-12 13:53:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 15:26:40 +0100" startDate="2021-03-12 15:13:50 +0100" endDate="2021-03-12 15:21:05 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 15:48:54 +0100" startDate="2021-03-12 15:35:11 +0100" endDate="2021-03-12 15:45:05 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 15:56:18 +0100" startDate="2021-03-12 15:45:10 +0100" endDate="2021-03-12 15:55:09 +0100" value="983"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 16:07:58 +0100" startDate="2021-03-12 15:55:14 +0100" endDate="2021-03-12 16:05:13 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 16:17:06 +0100" startDate="2021-03-12 16:05:13 +0100" endDate="2021-03-12 16:10:41 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 16:54:52 +0100" startDate="2021-03-12 16:38:40 +0100" endDate="2021-03-12 16:47:31 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 17:07:13 +0100" startDate="2021-03-12 16:56:10 +0100" endDate="2021-03-12 17:04:40 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 17:40:33 +0100" startDate="2021-03-12 17:29:30 +0100" endDate="2021-03-12 17:39:31 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 17:50:34 +0100" startDate="2021-03-12 17:39:31 +0100" endDate="2021-03-12 17:47:48 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 18:59:33 +0100" startDate="2021-03-12 18:47:05 +0100" endDate="2021-03-12 18:53:10 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 19:24:37 +0100" startDate="2021-03-12 19:12:44 +0100" endDate="2021-03-12 19:17:47 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 19:39:08 +0100" startDate="2021-03-12 19:27:33 +0100" endDate="2021-03-12 19:28:01 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 23:26:57 +0100" startDate="2021-03-12 23:14:35 +0100" endDate="2021-03-12 23:16:55 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-12 23:50:52 +0100" startDate="2021-03-12 23:39:58 +0100" endDate="2021-03-12 23:49:39 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 00:07:45 +0100" startDate="2021-03-12 23:56:42 +0100" endDate="2021-03-13 00:00:21 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 08:52:13 +0100" startDate="2021-03-13 08:41:10 +0100" endDate="2021-03-13 08:49:27 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 09:14:05 +0100" startDate="2021-03-13 09:03:03 +0100" endDate="2021-03-13 09:12:21 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 09:31:31 +0100" startDate="2021-03-13 09:18:33 +0100" endDate="2021-03-13 09:26:43 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 09:43:53 +0100" startDate="2021-03-13 09:32:08 +0100" endDate="2021-03-13 09:32:18 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 11:36:52 +0100" startDate="2021-03-13 11:25:49 +0100" endDate="2021-03-13 11:28:38 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 13:31:13 +0100" startDate="2021-03-13 13:18:03 +0100" endDate="2021-03-13 13:18:13 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 15:03:04 +0100" startDate="2021-03-13 14:51:56 +0100" endDate="2021-03-13 14:52:09 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 15:22:52 +0100" startDate="2021-03-13 15:11:26 +0100" endDate="2021-03-13 15:21:06 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 15:34:27 +0100" startDate="2021-03-13 15:23:24 +0100" endDate="2021-03-13 15:33:23 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 15:45:20 +0100" startDate="2021-03-13 15:33:23 +0100" endDate="2021-03-13 15:40:43 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 15:59:07 +0100" startDate="2021-03-13 15:47:13 +0100" endDate="2021-03-13 15:55:12 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 16:13:14 +0100" startDate="2021-03-13 15:59:45 +0100" endDate="2021-03-13 16:02:56 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 16:37:16 +0100" startDate="2021-03-13 16:26:05 +0100" endDate="2021-03-13 16:27:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 20:26:29 +0100" startDate="2021-03-13 20:14:52 +0100" endDate="2021-03-13 20:14:59 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-13 22:17:10 +0100" startDate="2021-03-13 22:02:53 +0100" endDate="2021-03-13 22:03:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 08:24:07 +0100" startDate="2021-03-14 08:10:18 +0100" endDate="2021-03-14 08:11:20 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 09:42:52 +0100" startDate="2021-03-14 09:30:51 +0100" endDate="2021-03-14 09:40:27 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 11:15:32 +0100" startDate="2021-03-14 11:01:59 +0100" endDate="2021-03-14 11:02:30 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 11:23:25 +0100" startDate="2021-03-14 11:12:22 +0100" endDate="2021-03-14 11:22:23 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 11:34:45 +0100" startDate="2021-03-14 11:22:23 +0100" endDate="2021-03-14 11:31:59 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 11:44:34 +0100" startDate="2021-03-14 11:32:50 +0100" endDate="2021-03-14 11:34:19 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 12:35:37 +0100" startDate="2021-03-14 12:23:09 +0100" endDate="2021-03-14 12:31:50 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 12:54:03 +0100" startDate="2021-03-14 12:34:44 +0100" endDate="2021-03-14 12:35:23 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 13:27:13 +0100" startDate="2021-03-14 13:15:06 +0100" endDate="2021-03-14 13:15:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 13:57:12 +0100" startDate="2021-03-14 13:45:52 +0100" endDate="2021-03-14 13:55:43 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 14:07:03 +0100" startDate="2021-03-14 13:56:00 +0100" endDate="2021-03-14 14:05:38 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 14:46:48 +0100" startDate="2021-03-14 14:35:46 +0100" endDate="2021-03-14 14:40:03 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 15:17:57 +0100" startDate="2021-03-14 15:06:21 +0100" endDate="2021-03-14 15:16:20 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 15:29:20 +0100" startDate="2021-03-14 15:16:20 +0100" endDate="2021-03-14 15:26:21 +0100" value="869"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 15:37:34 +0100" startDate="2021-03-14 15:26:21 +0100" endDate="2021-03-14 15:34:14 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 15:52:25 +0100" startDate="2021-03-14 15:40:44 +0100" endDate="2021-03-14 15:50:43 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 16:04:02 +0100" startDate="2021-03-14 15:51:36 +0100" endDate="2021-03-14 16:01:28 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 16:12:59 +0100" startDate="2021-03-14 16:01:57 +0100" endDate="2021-03-14 16:02:12 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 16:54:58 +0100" startDate="2021-03-14 16:41:50 +0100" endDate="2021-03-14 16:44:38 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 17:39:47 +0100" startDate="2021-03-14 17:24:35 +0100" endDate="2021-03-14 17:34:31 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 18:03:54 +0100" startDate="2021-03-14 17:52:36 +0100" endDate="2021-03-14 17:52:46 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 19:54:41 +0100" startDate="2021-03-14 19:43:01 +0100" endDate="2021-03-14 19:52:55 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 20:04:32 +0100" startDate="2021-03-14 19:53:00 +0100" endDate="2021-03-14 19:57:38 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 20:14:22 +0100" startDate="2021-03-14 20:03:19 +0100" endDate="2021-03-14 20:05:47 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-14 22:52:35 +0100" startDate="2021-03-14 22:41:33 +0100" endDate="2021-03-14 22:41:58 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 07:50:29 +0100" startDate="2021-03-15 07:39:11 +0100" endDate="2021-03-15 07:41:54 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 08:01:50 +0100" startDate="2021-03-15 07:50:34 +0100" endDate="2021-03-15 07:51:05 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 08:41:56 +0100" startDate="2021-03-15 08:29:40 +0100" endDate="2021-03-15 08:37:36 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 08:55:50 +0100" startDate="2021-03-15 08:41:15 +0100" endDate="2021-03-15 08:41:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 11:06:43 +0100" startDate="2021-03-15 10:50:09 +0100" endDate="2021-03-15 11:00:10 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 11:12:59 +0100" startDate="2021-03-15 11:00:10 +0100" endDate="2021-03-15 11:00:54 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 11:37:31 +0100" startDate="2021-03-15 11:26:29 +0100" endDate="2021-03-15 11:33:23 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 13:32:57 +0100" startDate="2021-03-15 13:21:55 +0100" endDate="2021-03-15 13:22:20 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 13:48:21 +0100" startDate="2021-03-15 13:36:26 +0100" endDate="2021-03-15 13:36:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 15:06:39 +0100" startDate="2021-03-15 14:55:36 +0100" endDate="2021-03-15 14:55:46 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 16:33:55 +0100" startDate="2021-03-15 16:21:54 +0100" endDate="2021-03-15 16:22:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 18:41:36 +0100" startDate="2021-03-15 18:27:43 +0100" endDate="2021-03-15 18:30:09 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 20:18:10 +0100" startDate="2021-03-15 20:05:24 +0100" endDate="2021-03-15 20:05:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-15 21:34:11 +0100" startDate="2021-03-15 21:23:08 +0100" endDate="2021-03-15 21:27:10 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 07:51:06 +0100" startDate="2021-03-16 07:39:47 +0100" endDate="2021-03-16 07:49:48 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 08:05:25 +0100" startDate="2021-03-16 07:49:48 +0100" endDate="2021-03-16 07:50:03 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 10:05:24 +0100" startDate="2021-03-16 09:53:13 +0100" endDate="2021-03-16 09:53:26 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 10:36:15 +0100" startDate="2021-03-16 10:24:30 +0100" endDate="2021-03-16 10:26:27 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 12:22:13 +0100" startDate="2021-03-16 12:10:25 +0100" endDate="2021-03-16 12:20:26 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 12:31:34 +0100" startDate="2021-03-16 12:20:26 +0100" endDate="2021-03-16 12:30:02 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 12:42:33 +0100" startDate="2021-03-16 12:30:50 +0100" endDate="2021-03-16 12:39:47 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 13:29:45 +0100" startDate="2021-03-16 12:40:54 +0100" endDate="2021-03-16 12:42:38 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 15:36:23 +0100" startDate="2021-03-16 15:16:07 +0100" endDate="2021-03-16 15:16:20 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 15:38:49 +0100" startDate="2021-03-16 15:27:27 +0100" endDate="2021-03-16 15:27:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 15:50:14 +0100" startDate="2021-03-16 15:37:38 +0100" endDate="2021-03-16 15:39:10 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 16:35:00 +0100" startDate="2021-03-16 16:22:49 +0100" endDate="2021-03-16 16:32:50 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 16:44:27 +0100" startDate="2021-03-16 16:32:50 +0100" endDate="2021-03-16 16:42:51 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 16:53:53 +0100" startDate="2021-03-16 16:42:51 +0100" endDate="2021-03-16 16:52:16 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 17:02:42 +0100" startDate="2021-03-16 16:52:16 +0100" endDate="2021-03-16 17:01:17 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 17:19:10 +0100" startDate="2021-03-16 17:07:51 +0100" endDate="2021-03-16 17:16:26 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 18:19:39 +0100" startDate="2021-03-16 18:08:37 +0100" endDate="2021-03-16 18:17:39 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 18:30:37 +0100" startDate="2021-03-16 18:19:34 +0100" endDate="2021-03-16 18:24:27 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 18:46:06 +0100" startDate="2021-03-16 18:35:00 +0100" endDate="2021-03-16 18:44:57 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 18:58:29 +0100" startDate="2021-03-16 18:45:15 +0100" endDate="2021-03-16 18:45:17 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 19:13:54 +0100" startDate="2021-03-16 19:02:51 +0100" endDate="2021-03-16 19:09:41 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 19:58:03 +0100" startDate="2021-03-16 19:46:32 +0100" endDate="2021-03-16 19:50:01 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 20:14:05 +0100" startDate="2021-03-16 20:02:55 +0100" endDate="2021-03-16 20:06:29 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 20:24:42 +0100" startDate="2021-03-16 20:13:03 +0100" endDate="2021-03-16 20:13:47 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 20:34:56 +0100" startDate="2021-03-16 20:23:27 +0100" endDate="2021-03-16 20:31:49 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 20:50:35 +0100" startDate="2021-03-16 20:35:05 +0100" endDate="2021-03-16 20:36:57 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 21:09:44 +0100" startDate="2021-03-16 20:58:26 +0100" endDate="2021-03-16 21:01:47 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 21:38:19 +0100" startDate="2021-03-16 21:26:40 +0100" endDate="2021-03-16 21:36:29 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-16 21:53:50 +0100" startDate="2021-03-16 21:42:28 +0100" endDate="2021-03-16 21:48:04 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 06:46:46 +0100" startDate="2021-03-17 06:31:47 +0100" endDate="2021-03-17 06:33:37 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 07:48:38 +0100" startDate="2021-03-17 07:37:35 +0100" endDate="2021-03-17 07:46:35 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 08:14:36 +0100" startDate="2021-03-17 08:03:34 +0100" endDate="2021-03-17 08:11:05 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 08:25:24 +0100" startDate="2021-03-17 08:14:21 +0100" endDate="2021-03-17 08:14:34 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 08:40:17 +0100" startDate="2021-03-17 08:29:15 +0100" endDate="2021-03-17 08:35:56 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 09:44:45 +0100" startDate="2021-03-17 09:32:32 +0100" endDate="2021-03-17 09:32:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 10:02:00 +0100" startDate="2021-03-17 09:50:58 +0100" endDate="2021-03-17 09:51:26 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 13:15:13 +0100" startDate="2021-03-17 13:00:40 +0100" endDate="2021-03-17 13:01:26 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 15:46:00 +0100" startDate="2021-03-17 15:34:36 +0100" endDate="2021-03-17 15:36:28 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 15:56:41 +0100" startDate="2021-03-17 15:45:38 +0100" endDate="2021-03-17 15:50:59 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 16:12:35 +0100" startDate="2021-03-17 15:58:48 +0100" endDate="2021-03-17 16:08:39 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 16:23:04 +0100" startDate="2021-03-17 16:10:16 +0100" endDate="2021-03-17 16:20:17 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 16:32:23 +0100" startDate="2021-03-17 16:20:17 +0100" endDate="2021-03-17 16:28:23 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 17:02:55 +0100" startDate="2021-03-17 16:50:56 +0100" endDate="2021-03-17 16:51:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 17:15:03 +0100" startDate="2021-03-17 17:02:31 +0100" endDate="2021-03-17 17:02:34 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 17:34:48 +0100" startDate="2021-03-17 17:21:50 +0100" endDate="2021-03-17 17:22:43 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 17:45:31 +0100" startDate="2021-03-17 17:33:08 +0100" endDate="2021-03-17 17:37:07 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 18:00:43 +0100" startDate="2021-03-17 17:49:03 +0100" endDate="2021-03-17 17:58:41 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 18:11:07 +0100" startDate="2021-03-17 17:59:14 +0100" endDate="2021-03-17 18:09:13 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 18:22:37 +0100" startDate="2021-03-17 18:09:13 +0100" endDate="2021-03-17 18:19:14 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-17 18:30:53 +0100" startDate="2021-03-17 18:19:50 +0100" endDate="2021-03-17 18:21:47 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 08:28:35 +0100" startDate="2021-03-18 08:14:16 +0100" endDate="2021-03-18 08:14:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 11:00:31 +0100" startDate="2021-03-18 10:49:29 +0100" endDate="2021-03-18 10:49:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 11:15:25 +0100" startDate="2021-03-18 11:04:22 +0100" endDate="2021-03-18 11:10:42 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 12:17:54 +0100" startDate="2021-03-18 12:06:52 +0100" endDate="2021-03-18 12:14:22 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 15:23:06 +0100" startDate="2021-03-18 15:11:56 +0100" endDate="2021-03-18 15:19:27 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 16:13:57 +0100" startDate="2021-03-18 16:02:42 +0100" endDate="2021-03-18 16:11:42 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 16:44:58 +0100" startDate="2021-03-18 16:31:30 +0100" endDate="2021-03-18 16:35:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 16:53:07 +0100" startDate="2021-03-18 16:42:04 +0100" endDate="2021-03-18 16:46:04 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 17:12:15 +0100" startDate="2021-03-18 17:00:50 +0100" endDate="2021-03-18 17:01:02 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 17:25:29 +0100" startDate="2021-03-18 17:12:15 +0100" endDate="2021-03-18 17:12:41 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 17:54:07 +0100" startDate="2021-03-18 17:43:05 +0100" endDate="2021-03-18 17:49:57 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 18:12:38 +0100" startDate="2021-03-18 17:58:26 +0100" endDate="2021-03-18 18:08:27 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 18:23:47 +0100" startDate="2021-03-18 18:08:27 +0100" endDate="2021-03-18 18:18:28 +0100" value="1156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 18:29:31 +0100" startDate="2021-03-18 18:18:28 +0100" endDate="2021-03-18 18:28:29 +0100" value="1048"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 18:39:56 +0100" startDate="2021-03-18 18:28:29 +0100" endDate="2021-03-18 18:38:30 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 18:51:38 +0100" startDate="2021-03-18 18:38:30 +0100" endDate="2021-03-18 18:48:32 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 19:03:58 +0100" startDate="2021-03-18 18:48:32 +0100" endDate="2021-03-18 18:58:32 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 19:11:40 +0100" startDate="2021-03-18 18:58:32 +0100" endDate="2021-03-18 19:08:33 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 19:20:52 +0100" startDate="2021-03-18 19:08:33 +0100" endDate="2021-03-18 19:18:34 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 19:32:41 +0100" startDate="2021-03-18 19:18:34 +0100" endDate="2021-03-18 19:28:35 +0100" value="1091"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 19:42:26 +0100" startDate="2021-03-18 19:28:35 +0100" endDate="2021-03-18 19:38:36 +0100" value="1072"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 19:55:07 +0100" startDate="2021-03-18 19:38:36 +0100" endDate="2021-03-18 19:48:37 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 19:59:40 +0100" startDate="2021-03-18 19:48:37 +0100" endDate="2021-03-18 19:58:38 +0100" value="1069"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 20:09:48 +0100" startDate="2021-03-18 19:58:38 +0100" endDate="2021-03-18 19:59:24 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 20:37:23 +0100" startDate="2021-03-18 20:26:20 +0100" endDate="2021-03-18 20:30:53 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 20:53:11 +0100" startDate="2021-03-18 20:42:08 +0100" endDate="2021-03-18 20:48:58 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-18 21:32:52 +0100" startDate="2021-03-18 21:21:49 +0100" endDate="2021-03-18 21:22:00 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 08:14:21 +0100" startDate="2021-03-19 08:00:27 +0100" endDate="2021-03-19 08:01:46 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 10:15:00 +0100" startDate="2021-03-19 10:03:20 +0100" endDate="2021-03-19 10:04:54 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 13:39:11 +0100" startDate="2021-03-19 13:25:25 +0100" endDate="2021-03-19 13:33:03 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 13:51:25 +0100" startDate="2021-03-19 13:38:53 +0100" endDate="2021-03-19 13:39:26 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 14:00:25 +0100" startDate="2021-03-19 13:49:05 +0100" endDate="2021-03-19 13:53:07 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 14:26:46 +0100" startDate="2021-03-19 14:09:44 +0100" endDate="2021-03-19 14:09:57 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 15:27:23 +0100" startDate="2021-03-19 15:21:59 +0100" endDate="2021-03-19 15:22:12 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 17:01:38 +0100" startDate="2021-03-19 16:50:35 +0100" endDate="2021-03-19 16:56:17 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 17:30:48 +0100" startDate="2021-03-19 17:15:52 +0100" endDate="2021-03-19 17:23:31 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 17:49:53 +0100" startDate="2021-03-19 17:36:21 +0100" endDate="2021-03-19 17:37:57 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 18:36:49 +0100" startDate="2021-03-19 18:22:56 +0100" endDate="2021-03-19 18:32:57 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 18:44:00 +0100" startDate="2021-03-19 18:32:57 +0100" endDate="2021-03-19 18:36:51 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 19:00:46 +0100" startDate="2021-03-19 18:49:43 +0100" endDate="2021-03-19 18:56:00 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 19:27:28 +0100" startDate="2021-03-19 19:17:16 +0100" endDate="2021-03-19 19:17:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 19:55:32 +0100" startDate="2021-03-19 19:44:29 +0100" endDate="2021-03-19 19:45:56 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 20:22:58 +0100" startDate="2021-03-19 20:10:48 +0100" endDate="2021-03-19 20:19:56 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 20:32:10 +0100" startDate="2021-03-19 20:21:05 +0100" endDate="2021-03-19 20:31:06 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 20:42:16 +0100" startDate="2021-03-19 20:31:14 +0100" endDate="2021-03-19 20:31:36 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-19 22:12:40 +0100" startDate="2021-03-19 22:01:31 +0100" endDate="2021-03-19 22:01:36 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 00:16:02 +0100" startDate="2021-03-20 00:04:59 +0100" endDate="2021-03-20 00:05:20 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 07:09:12 +0100" startDate="2021-03-20 06:58:10 +0100" endDate="2021-03-20 06:58:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 07:23:58 +0100" startDate="2021-03-20 07:11:57 +0100" endDate="2021-03-20 07:18:18 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 07:34:58 +0100" startDate="2021-03-20 07:22:58 +0100" endDate="2021-03-20 07:23:54 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 09:57:35 +0100" startDate="2021-03-20 09:46:32 +0100" endDate="2021-03-20 09:56:33 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 10:12:50 +0100" startDate="2021-03-20 09:56:33 +0100" endDate="2021-03-20 10:02:29 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 10:27:21 +0100" startDate="2021-03-20 10:16:18 +0100" endDate="2021-03-20 10:24:55 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 10:43:46 +0100" startDate="2021-03-20 10:29:35 +0100" endDate="2021-03-20 10:36:23 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 10:52:03 +0100" startDate="2021-03-20 10:40:07 +0100" endDate="2021-03-20 10:42:52 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 11:06:12 +0100" startDate="2021-03-20 10:52:15 +0100" endDate="2021-03-20 11:02:11 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 11:16:17 +0100" startDate="2021-03-20 11:02:59 +0100" endDate="2021-03-20 11:08:20 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 11:52:46 +0100" startDate="2021-03-20 11:40:09 +0100" endDate="2021-03-20 11:41:56 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 13:22:51 +0100" startDate="2021-03-20 13:10:48 +0100" endDate="2021-03-20 13:20:29 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 13:32:49 +0100" startDate="2021-03-20 13:20:52 +0100" endDate="2021-03-20 13:27:19 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 14:15:54 +0100" startDate="2021-03-20 13:56:11 +0100" endDate="2021-03-20 14:05:21 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 14:30:37 +0100" startDate="2021-03-20 14:09:58 +0100" endDate="2021-03-20 14:17:16 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 14:35:09 +0100" startDate="2021-03-20 14:21:41 +0100" endDate="2021-03-20 14:21:54 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 15:28:19 +0100" startDate="2021-03-20 14:31:50 +0100" endDate="2021-03-20 14:37:29 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 15:28:19 +0100" startDate="2021-03-20 14:43:31 +0100" endDate="2021-03-20 14:52:03 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 15:28:19 +0100" startDate="2021-03-20 14:54:21 +0100" endDate="2021-03-20 14:57:27 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 15:28:19 +0100" startDate="2021-03-20 15:08:26 +0100" endDate="2021-03-20 15:15:30 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 15:39:37 +0100" startDate="2021-03-20 15:28:34 +0100" endDate="2021-03-20 15:31:53 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 16:04:44 +0100" startDate="2021-03-20 15:53:42 +0100" endDate="2021-03-20 16:02:06 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 16:20:40 +0100" startDate="2021-03-20 16:07:04 +0100" endDate="2021-03-20 16:17:05 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 16:28:25 +0100" startDate="2021-03-20 16:17:05 +0100" endDate="2021-03-20 16:26:18 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 16:36:37 +0100" startDate="2021-03-20 16:26:20 +0100" endDate="2021-03-20 16:31:26 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 17:22:42 +0100" startDate="2021-03-20 17:10:24 +0100" endDate="2021-03-20 17:20:09 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 17:31:50 +0100" startDate="2021-03-20 17:20:48 +0100" endDate="2021-03-20 17:28:41 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 19:02:59 +0100" startDate="2021-03-20 18:49:26 +0100" endDate="2021-03-20 18:50:35 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 19:29:12 +0100" startDate="2021-03-20 19:18:09 +0100" endDate="2021-03-20 19:28:10 +0100" value="1075"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 19:40:32 +0100" startDate="2021-03-20 19:28:10 +0100" endDate="2021-03-20 19:38:11 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 19:50:42 +0100" startDate="2021-03-20 19:38:11 +0100" endDate="2021-03-20 19:41:32 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-20 23:02:25 +0100" startDate="2021-03-20 22:48:31 +0100" endDate="2021-03-20 22:48:59 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 09:48:13 +0100" startDate="2021-03-21 09:36:41 +0100" endDate="2021-03-21 09:46:25 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 10:02:21 +0100" startDate="2021-03-21 09:49:05 +0100" endDate="2021-03-21 09:50:04 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 13:12:32 +0100" startDate="2021-03-21 13:01:29 +0100" endDate="2021-03-21 13:04:42 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 13:33:00 +0100" startDate="2021-03-21 13:21:06 +0100" endDate="2021-03-21 13:31:07 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 13:45:50 +0100" startDate="2021-03-21 13:31:07 +0100" endDate="2021-03-21 13:36:48 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 14:01:54 +0100" startDate="2021-03-21 13:50:08 +0100" endDate="2021-03-21 13:50:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca6260&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 17:28:22 +0100" startDate="2021-03-21 17:16:22 +0100" endDate="2021-03-21 17:17:53 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 18:12:38 +0100" startDate="2021-03-21 18:00:54 +0100" endDate="2021-03-21 18:03:45 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 18:56:41 +0100" startDate="2021-03-21 18:31:16 +0100" endDate="2021-03-21 18:40:21 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 19:27:55 +0100" startDate="2021-03-21 19:11:52 +0100" endDate="2021-03-21 19:21:53 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 19:32:56 +0100" startDate="2021-03-21 19:21:53 +0100" endDate="2021-03-21 19:31:05 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 19:45:42 +0100" startDate="2021-03-21 19:34:14 +0100" endDate="2021-03-21 19:43:55 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 20:05:36 +0100" startDate="2021-03-21 19:52:04 +0100" endDate="2021-03-21 19:53:03 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 20:21:15 +0100" startDate="2021-03-21 20:10:13 +0100" endDate="2021-03-21 20:12:30 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 20:31:38 +0100" startDate="2021-03-21 20:20:36 +0100" endDate="2021-03-21 20:20:43 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 21:37:23 +0100" startDate="2021-03-21 21:24:03 +0100" endDate="2021-03-21 21:34:04 +0100" value="1020"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 21:45:07 +0100" startDate="2021-03-21 21:34:04 +0100" endDate="2021-03-21 21:44:05 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4, creation date:2021-02-12 09:24:56 +0000&gt;" unit="count" creationDate="2021-03-21 21:56:20 +0100" startDate="2021-03-21 21:44:16 +0100" endDate="2021-03-21 21:44:28 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 08:15:42 +0100" startDate="2021-03-22 07:59:03 +0100" endDate="2021-03-22 08:06:16 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 08:26:49 +0100" startDate="2021-03-22 08:15:47 +0100" endDate="2021-03-22 08:23:34 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 09:24:30 +0100" startDate="2021-03-22 09:12:30 +0100" endDate="2021-03-22 09:12:38 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 10:11:25 +0100" startDate="2021-03-22 10:00:05 +0100" endDate="2021-03-22 10:00:33 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 10:26:03 +0100" startDate="2021-03-22 10:14:52 +0100" endDate="2021-03-22 10:23:18 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 10:51:07 +0100" startDate="2021-03-22 10:38:35 +0100" endDate="2021-03-22 10:38:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 11:13:11 +0100" startDate="2021-03-22 10:59:27 +0100" endDate="2021-03-22 10:59:39 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 13:07:39 +0100" startDate="2021-03-22 12:56:24 +0100" endDate="2021-03-22 13:06:25 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 13:17:41 +0100" startDate="2021-03-22 13:06:25 +0100" endDate="2021-03-22 13:15:22 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 13:28:50 +0100" startDate="2021-03-22 13:17:43 +0100" endDate="2021-03-22 13:27:44 +0100" value="1195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 13:39:39 +0100" startDate="2021-03-22 13:27:44 +0100" endDate="2021-03-22 13:29:31 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 13:51:14 +0100" startDate="2021-03-22 13:38:45 +0100" endDate="2021-03-22 13:48:46 +0100" value="1171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 13:59:52 +0100" startDate="2021-03-22 13:48:46 +0100" endDate="2021-03-22 13:57:18 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 14:11:19 +0100" startDate="2021-03-22 14:00:16 +0100" endDate="2021-03-22 14:05:32 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 14:54:12 +0100" startDate="2021-03-22 14:42:31 +0100" endDate="2021-03-22 14:51:57 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 14:55:15 +0100" startDate="2021-03-22 14:53:03 +0100" endDate="2021-03-22 14:54:40 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 16:00:34 +0100" startDate="2021-03-22 15:48:58 +0100" endDate="2021-03-22 15:54:37 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 16:11:54 +0100" startDate="2021-03-22 16:00:05 +0100" endDate="2021-03-22 16:00:08 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 16:22:08 +0100" startDate="2021-03-22 16:11:05 +0100" endDate="2021-03-22 16:20:41 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 16:37:51 +0100" startDate="2021-03-22 16:22:16 +0100" endDate="2021-03-22 16:24:46 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 16:56:18 +0100" startDate="2021-03-22 16:42:28 +0100" endDate="2021-03-22 16:45:36 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 17:06:36 +0100" startDate="2021-03-22 16:55:33 +0100" endDate="2021-03-22 17:04:46 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 17:19:54 +0100" startDate="2021-03-22 17:09:01 +0100" endDate="2021-03-22 17:18:52 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 17:35:57 +0100" startDate="2021-03-22 17:24:54 +0100" endDate="2021-03-22 17:26:21 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 17:48:16 +0100" startDate="2021-03-22 17:37:11 +0100" endDate="2021-03-22 17:47:11 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 17:58:14 +0100" startDate="2021-03-22 17:47:11 +0100" endDate="2021-03-22 17:57:12 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 18:10:21 +0100" startDate="2021-03-22 17:57:12 +0100" endDate="2021-03-22 18:07:12 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 18:21:54 +0100" startDate="2021-03-22 18:07:12 +0100" endDate="2021-03-22 18:12:35 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 18:32:27 +0100" startDate="2021-03-22 18:17:26 +0100" endDate="2021-03-22 18:22:07 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 18:39:49 +0100" startDate="2021-03-22 18:27:43 +0100" endDate="2021-03-22 18:37:42 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 18:48:58 +0100" startDate="2021-03-22 18:37:42 +0100" endDate="2021-03-22 18:47:41 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 18:59:30 +0100" startDate="2021-03-22 18:47:41 +0100" endDate="2021-03-22 18:55:58 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 19:09:58 +0100" startDate="2021-03-22 18:57:52 +0100" endDate="2021-03-22 19:07:21 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 19:20:05 +0100" startDate="2021-03-22 19:08:02 +0100" endDate="2021-03-22 19:08:45 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 19:43:21 +0100" startDate="2021-03-22 19:32:18 +0100" endDate="2021-03-22 19:36:15 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 20:06:27 +0100" startDate="2021-03-22 19:55:25 +0100" endDate="2021-03-22 19:59:50 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 20:40:07 +0100" startDate="2021-03-22 20:29:04 +0100" endDate="2021-03-22 20:36:07 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 21:07:06 +0100" startDate="2021-03-22 20:55:14 +0100" endDate="2021-03-22 21:05:10 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 21:22:09 +0100" startDate="2021-03-22 21:10:49 +0100" endDate="2021-03-22 21:12:28 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-22 22:15:48 +0100" startDate="2021-03-22 22:04:45 +0100" endDate="2021-03-22 22:09:22 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 07:45:17 +0100" startDate="2021-03-23 07:29:18 +0100" endDate="2021-03-23 07:38:03 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 07:55:52 +0100" startDate="2021-03-23 07:44:40 +0100" endDate="2021-03-23 07:53:48 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 08:16:46 +0100" startDate="2021-03-23 08:02:55 +0100" endDate="2021-03-23 08:09:56 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 08:26:25 +0100" startDate="2021-03-23 08:13:52 +0100" endDate="2021-03-23 08:17:29 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 11:02:10 +0100" startDate="2021-03-23 10:51:07 +0100" endDate="2021-03-23 10:53:53 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 12:13:23 +0100" startDate="2021-03-23 12:01:31 +0100" endDate="2021-03-23 12:02:17 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 12:56:48 +0100" startDate="2021-03-23 12:43:44 +0100" endDate="2021-03-23 12:53:45 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 13:04:47 +0100" startDate="2021-03-23 12:53:45 +0100" endDate="2021-03-23 13:01:44 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 13:20:24 +0100" startDate="2021-03-23 13:07:25 +0100" endDate="2021-03-23 13:08:06 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 14:06:10 +0100" startDate="2021-03-23 13:52:29 +0100" endDate="2021-03-23 13:54:57 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 17:16:10 +0100" startDate="2021-03-23 17:00:48 +0100" endDate="2021-03-23 17:08:55 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 17:28:34 +0100" startDate="2021-03-23 17:16:37 +0100" endDate="2021-03-23 17:24:13 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 17:43:30 +0100" startDate="2021-03-23 17:30:52 +0100" endDate="2021-03-23 17:40:15 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 17:53:21 +0100" startDate="2021-03-23 17:41:29 +0100" endDate="2021-03-23 17:51:30 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 18:03:03 +0100" startDate="2021-03-23 17:51:30 +0100" endDate="2021-03-23 18:01:31 +0100" value="1061"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 18:15:05 +0100" startDate="2021-03-23 18:01:31 +0100" endDate="2021-03-23 18:11:32 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 18:24:10 +0100" startDate="2021-03-23 18:11:32 +0100" endDate="2021-03-23 18:21:33 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 18:34:11 +0100" startDate="2021-03-23 18:21:33 +0100" endDate="2021-03-23 18:30:28 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 18:44:18 +0100" startDate="2021-03-23 18:31:34 +0100" endDate="2021-03-23 18:41:35 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 18:54:19 +0100" startDate="2021-03-23 18:41:35 +0100" endDate="2021-03-23 18:51:36 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 19:04:10 +0100" startDate="2021-03-23 18:51:36 +0100" endDate="2021-03-23 19:00:18 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 19:12:53 +0100" startDate="2021-03-23 19:01:50 +0100" endDate="2021-03-23 19:04:41 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-23 22:06:22 +0100" startDate="2021-03-23 21:54:57 +0100" endDate="2021-03-23 21:55:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 08:29:50 +0100" startDate="2021-03-24 08:17:06 +0100" endDate="2021-03-24 08:18:10 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 08:44:31 +0100" startDate="2021-03-24 08:33:28 +0100" endDate="2021-03-24 08:34:32 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 10:16:12 +0100" startDate="2021-03-24 10:04:38 +0100" endDate="2021-03-24 10:05:01 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 11:00:21 +0100" startDate="2021-03-24 10:48:48 +0100" endDate="2021-03-24 10:56:11 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 13:43:22 +0100" startDate="2021-03-24 13:32:13 +0100" endDate="2021-03-24 13:38:35 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 13:55:55 +0100" startDate="2021-03-24 13:44:52 +0100" endDate="2021-03-24 13:51:45 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 15:26:28 +0100" startDate="2021-03-24 15:15:26 +0100" endDate="2021-03-24 15:17:53 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 15:54:25 +0100" startDate="2021-03-24 15:43:18 +0100" endDate="2021-03-24 15:51:39 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 16:27:41 +0100" startDate="2021-03-24 16:16:38 +0100" endDate="2021-03-24 16:21:21 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 16:42:28 +0100" startDate="2021-03-24 16:28:40 +0100" endDate="2021-03-24 16:36:56 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 16:53:21 +0100" startDate="2021-03-24 16:40:20 +0100" endDate="2021-03-24 16:40:38 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 17:14:26 +0100" startDate="2021-03-24 17:01:08 +0100" endDate="2021-03-24 17:09:35 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 17:26:55 +0100" startDate="2021-03-24 17:15:52 +0100" endDate="2021-03-24 17:25:45 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 17:39:07 +0100" startDate="2021-03-24 17:25:55 +0100" endDate="2021-03-24 17:30:23 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 17:57:29 +0100" startDate="2021-03-24 17:45:18 +0100" endDate="2021-03-24 17:50:37 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 18:06:40 +0100" startDate="2021-03-24 17:55:37 +0100" endDate="2021-03-24 18:05:03 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 18:20:36 +0100" startDate="2021-03-24 18:08:11 +0100" endDate="2021-03-24 18:18:12 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 18:28:42 +0100" startDate="2021-03-24 18:18:12 +0100" endDate="2021-03-24 18:26:31 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 18:44:53 +0100" startDate="2021-03-24 18:33:35 +0100" endDate="2021-03-24 18:34:13 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 19:05:31 +0100" startDate="2021-03-24 18:54:28 +0100" endDate="2021-03-24 18:54:46 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 19:39:17 +0100" startDate="2021-03-24 19:27:35 +0100" endDate="2021-03-24 19:34:15 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 19:58:25 +0100" startDate="2021-03-24 19:47:22 +0100" endDate="2021-03-24 19:57:23 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 20:09:34 +0100" startDate="2021-03-24 19:57:23 +0100" endDate="2021-03-24 20:07:04 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 20:18:32 +0100" startDate="2021-03-24 20:07:30 +0100" endDate="2021-03-24 20:09:32 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 22:23:28 +0100" startDate="2021-03-24 22:12:25 +0100" endDate="2021-03-24 22:13:39 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-24 22:36:18 +0100" startDate="2021-03-24 22:25:13 +0100" endDate="2021-03-24 22:25:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-25 08:09:48 +0100" startDate="2021-03-25 07:58:45 +0100" endDate="2021-03-25 08:04:55 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-25 08:33:36 +0100" startDate="2021-03-25 08:21:40 +0100" endDate="2021-03-25 08:25:52 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-25 11:54:54 +0100" startDate="2021-03-25 11:43:52 +0100" endDate="2021-03-25 11:47:42 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-25 14:26:34 +0100" startDate="2021-03-25 14:15:31 +0100" endDate="2021-03-25 14:15:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-25 15:01:16 +0100" startDate="2021-03-25 14:49:52 +0100" endDate="2021-03-25 14:49:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-25 17:16:18 +0100" startDate="2021-03-25 17:03:53 +0100" endDate="2021-03-25 17:05:50 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-25 17:57:34 +0100" startDate="2021-03-25 17:46:31 +0100" endDate="2021-03-25 17:46:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-25 18:12:41 +0100" startDate="2021-03-25 18:01:32 +0100" endDate="2021-03-25 18:01:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-25 19:42:28 +0100" startDate="2021-03-25 19:31:25 +0100" endDate="2021-03-25 19:31:56 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-25 21:00:54 +0100" startDate="2021-03-25 20:46:59 +0100" endDate="2021-03-25 20:48:31 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 07:43:49 +0100" startDate="2021-03-26 07:29:32 +0100" endDate="2021-03-26 07:29:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 07:55:25 +0100" startDate="2021-03-26 07:44:22 +0100" endDate="2021-03-26 07:44:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 08:34:45 +0100" startDate="2021-03-26 08:23:42 +0100" endDate="2021-03-26 08:31:03 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 10:33:00 +0100" startDate="2021-03-26 10:19:32 +0100" endDate="2021-03-26 10:22:56 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 11:29:44 +0100" startDate="2021-03-26 11:16:48 +0100" endDate="2021-03-26 11:16:55 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 12:11:18 +0100" startDate="2021-03-26 11:59:36 +0100" endDate="2021-03-26 11:59:43 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 15:42:06 +0100" startDate="2021-03-26 15:27:46 +0100" endDate="2021-03-26 15:37:25 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 15:57:15 +0100" startDate="2021-03-26 15:44:35 +0100" endDate="2021-03-26 15:46:43 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 16:13:09 +0100" startDate="2021-03-26 16:02:06 +0100" endDate="2021-03-26 16:02:42 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 17:32:06 +0100" startDate="2021-03-26 17:21:03 +0100" endDate="2021-03-26 17:23:00 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 17:42:17 +0100" startDate="2021-03-26 17:31:14 +0100" endDate="2021-03-26 17:41:15 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 17:52:18 +0100" startDate="2021-03-26 17:41:15 +0100" endDate="2021-03-26 17:46:28 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 18:04:57 +0100" startDate="2021-03-26 17:53:05 +0100" endDate="2021-03-26 18:02:33 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 18:14:23 +0100" startDate="2021-03-26 18:03:17 +0100" endDate="2021-03-26 18:06:53 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 18:39:22 +0100" startDate="2021-03-26 18:14:04 +0100" endDate="2021-03-26 18:20:34 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 19:08:14 +0100" startDate="2021-03-26 18:39:26 +0100" endDate="2021-03-26 18:40:53 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 19:24:27 +0100" startDate="2021-03-26 19:08:09 +0100" endDate="2021-03-26 19:08:15 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-26 21:24:51 +0100" startDate="2021-03-26 21:13:48 +0100" endDate="2021-03-26 21:14:01 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-27 13:12:12 +0100" startDate="2021-03-27 12:59:39 +0100" endDate="2021-03-27 12:59:49 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-27 14:34:05 +0100" startDate="2021-03-27 14:21:58 +0100" endDate="2021-03-27 14:22:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-27 16:53:42 +0100" startDate="2021-03-27 16:38:45 +0100" endDate="2021-03-27 16:48:44 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-27 17:01:46 +0100" startDate="2021-03-27 16:48:44 +0100" endDate="2021-03-27 16:53:24 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-27 17:31:06 +0100" startDate="2021-03-27 17:19:35 +0100" endDate="2021-03-27 17:21:12 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-27 18:54:19 +0100" startDate="2021-03-27 18:41:58 +0100" endDate="2021-03-27 18:42:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-27 19:08:23 +0100" startDate="2021-03-27 18:53:34 +0100" endDate="2021-03-27 18:56:29 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-27 19:16:09 +0100" startDate="2021-03-27 19:04:08 +0100" endDate="2021-03-27 19:04:28 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-27 21:52:01 +0100" startDate="2021-03-27 21:39:53 +0100" endDate="2021-03-27 21:44:34 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-27 22:17:18 +0100" startDate="2021-03-27 22:06:15 +0100" endDate="2021-03-27 22:07:47 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-27 22:53:07 +0100" startDate="2021-03-27 22:42:04 +0100" endDate="2021-03-27 22:44:47 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-28 07:15:33 +0100" startDate="2021-03-28 07:04:31 +0100" endDate="2021-03-28 07:04:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-28 07:45:49 +0100" startDate="2021-03-28 07:29:51 +0100" endDate="2021-03-28 07:29:54 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-28 10:23:13 +0100" startDate="2021-03-28 10:08:58 +0100" endDate="2021-03-28 10:09:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-28 11:58:04 +0100" startDate="2021-03-28 11:47:01 +0100" endDate="2021-03-28 11:47:22 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-28 12:14:22 +0100" startDate="2021-03-28 12:00:49 +0100" endDate="2021-03-28 12:10:07 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-28 12:40:16 +0100" startDate="2021-03-28 12:27:19 +0100" endDate="2021-03-28 12:28:21 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-28 13:03:26 +0100" startDate="2021-03-28 12:52:20 +0100" endDate="2021-03-28 12:52:38 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-28 13:56:35 +0100" startDate="2021-03-28 13:45:31 +0100" endDate="2021-03-28 13:45:44 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-28 16:49:11 +0100" startDate="2021-03-28 16:37:05 +0100" endDate="2021-03-28 16:37:18 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-28 17:39:57 +0100" startDate="2021-03-28 17:28:55 +0100" endDate="2021-03-28 17:28:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-28 21:03:02 +0100" startDate="2021-03-28 20:49:15 +0100" endDate="2021-03-28 20:50:49 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 07:02:09 +0100" startDate="2021-03-29 06:47:30 +0100" endDate="2021-03-29 06:47:41 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 08:23:35 +0100" startDate="2021-03-29 08:08:37 +0100" endDate="2021-03-29 08:15:40 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 09:52:20 +0100" startDate="2021-03-29 09:40:18 +0100" endDate="2021-03-29 09:40:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 11:50:01 +0100" startDate="2021-03-29 11:37:33 +0100" endDate="2021-03-29 11:47:34 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 12:01:41 +0100" startDate="2021-03-29 11:47:34 +0100" endDate="2021-03-29 11:56:21 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 12:12:01 +0100" startDate="2021-03-29 11:58:03 +0100" endDate="2021-03-29 12:08:02 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 12:19:05 +0100" startDate="2021-03-29 12:08:02 +0100" endDate="2021-03-29 12:18:03 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 12:29:06 +0100" startDate="2021-03-29 12:18:03 +0100" endDate="2021-03-29 12:23:14 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 12:59:53 +0100" startDate="2021-03-29 12:48:50 +0100" endDate="2021-03-29 12:48:58 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 13:31:01 +0100" startDate="2021-03-29 13:26:45 +0100" endDate="2021-03-29 13:30:48 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 14:35:27 +0100" startDate="2021-03-29 14:24:25 +0100" endDate="2021-03-29 14:25:31 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 15:14:05 +0100" startDate="2021-03-29 15:02:59 +0100" endDate="2021-03-29 15:03:37 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 16:20:41 +0100" startDate="2021-03-29 16:09:47 +0100" endDate="2021-03-29 16:17:41 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 16:33:27 +0100" startDate="2021-03-29 16:22:24 +0100" endDate="2021-03-29 16:30:59 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 16:44:36 +0100" startDate="2021-03-29 16:33:34 +0100" endDate="2021-03-29 16:36:14 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 16:59:05 +0100" startDate="2021-03-29 16:48:02 +0100" endDate="2021-03-29 16:55:36 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 18:10:30 +0100" startDate="2021-03-29 17:59:27 +0100" endDate="2021-03-29 18:09:26 +0100" value="1105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 18:20:54 +0100" startDate="2021-03-29 18:09:51 +0100" endDate="2021-03-29 18:19:17 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 18:32:06 +0100" startDate="2021-03-29 18:21:04 +0100" endDate="2021-03-29 18:30:24 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 18:43:21 +0100" startDate="2021-03-29 18:32:19 +0100" endDate="2021-03-29 18:42:20 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 18:53:22 +0100" startDate="2021-03-29 18:42:20 +0100" endDate="2021-03-29 18:47:13 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 19:07:46 +0100" startDate="2021-03-29 18:56:43 +0100" endDate="2021-03-29 18:57:09 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-29 21:38:58 +0100" startDate="2021-03-29 21:27:55 +0100" endDate="2021-03-29 21:31:03 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 06:04:08 +0100" startDate="2021-03-30 05:53:05 +0100" endDate="2021-03-30 06:00:49 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 06:14:12 +0100" startDate="2021-03-30 06:03:09 +0100" endDate="2021-03-30 06:06:28 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 10:49:28 +0100" startDate="2021-03-30 10:35:26 +0100" endDate="2021-03-30 10:45:00 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 10:57:09 +0100" startDate="2021-03-30 10:46:06 +0100" endDate="2021-03-30 10:48:47 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 11:20:24 +0100" startDate="2021-03-30 11:08:37 +0100" endDate="2021-03-30 11:18:38 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 11:33:24 +0100" startDate="2021-03-30 11:18:51 +0100" endDate="2021-03-30 11:28:26 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 11:44:16 +0100" startDate="2021-03-30 11:29:56 +0100" endDate="2021-03-30 11:38:43 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 11:51:42 +0100" startDate="2021-03-30 11:40:10 +0100" endDate="2021-03-30 11:50:11 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 12:03:39 +0100" startDate="2021-03-30 11:50:11 +0100" endDate="2021-03-30 11:59:19 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 12:18:57 +0100" startDate="2021-03-30 12:05:49 +0100" endDate="2021-03-30 12:15:20 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 13:01:37 +0100" startDate="2021-03-30 12:50:22 +0100" endDate="2021-03-30 13:00:21 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 14:28:10 +0100" startDate="2021-03-30 14:17:07 +0100" endDate="2021-03-30 14:17:12 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 14:46:29 +0100" startDate="2021-03-30 14:35:26 +0100" endDate="2021-03-30 14:41:56 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 15:09:24 +0100" startDate="2021-03-30 14:55:59 +0100" endDate="2021-03-30 14:59:41 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 16:03:59 +0100" startDate="2021-03-30 15:51:34 +0100" endDate="2021-03-30 15:59:07 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 16:14:05 +0100" startDate="2021-03-30 16:02:29 +0100" endDate="2021-03-30 16:12:28 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 16:24:16 +0100" startDate="2021-03-30 16:12:28 +0100" endDate="2021-03-30 16:22:04 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 16:24:16 +0100" startDate="2021-03-30 16:22:32 +0100" endDate="2021-03-30 16:23:07 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 17:32:22 +0100" startDate="2021-03-30 17:21:20 +0100" endDate="2021-03-30 17:26:25 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 17:46:06 +0100" startDate="2021-03-30 17:32:50 +0100" endDate="2021-03-30 17:39:36 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 18:29:45 +0100" startDate="2021-03-30 18:18:43 +0100" endDate="2021-03-30 18:21:31 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 18:47:27 +0100" startDate="2021-03-30 18:36:25 +0100" endDate="2021-03-30 18:37:13 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 19:34:41 +0100" startDate="2021-03-30 19:23:38 +0100" endDate="2021-03-30 19:31:06 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-30 20:02:09 +0100" startDate="2021-03-30 19:51:07 +0100" endDate="2021-03-30 19:55:14 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 06:40:47 +0100" startDate="2021-03-31 06:28:50 +0100" endDate="2021-03-31 06:38:48 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 06:54:17 +0100" startDate="2021-03-31 06:41:32 +0100" endDate="2021-03-31 06:41:47 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 12:03:16 +0100" startDate="2021-03-31 11:52:13 +0100" endDate="2021-03-31 11:52:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 12:22:46 +0100" startDate="2021-03-31 12:09:39 +0100" endDate="2021-03-31 12:19:38 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 12:35:20 +0100" startDate="2021-03-31 12:19:38 +0100" endDate="2021-03-31 12:29:39 +0100" value="1069"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 12:43:38 +0100" startDate="2021-03-31 12:29:39 +0100" endDate="2021-03-31 12:38:52 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 12:53:23 +0100" startDate="2021-03-31 12:40:16 +0100" endDate="2021-03-31 12:50:02 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 13:01:56 +0100" startDate="2021-03-31 12:50:58 +0100" endDate="2021-03-31 13:00:39 +0100" value="1073"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 13:13:53 +0100" startDate="2021-03-31 13:01:30 +0100" endDate="2021-03-31 13:01:58 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 16:38:21 +0100" startDate="2021-03-31 16:23:44 +0100" endDate="2021-03-31 16:33:43 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 16:45:39 +0100" startDate="2021-03-31 16:33:43 +0100" endDate="2021-03-31 16:43:44 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 16:58:45 +0100" startDate="2021-03-31 16:43:44 +0100" endDate="2021-03-31 16:53:45 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 17:05:42 +0100" startDate="2021-03-31 16:53:45 +0100" endDate="2021-03-31 17:03:46 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 17:14:55 +0100" startDate="2021-03-31 17:03:46 +0100" endDate="2021-03-31 17:05:41 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 17:30:39 +0100" startDate="2021-03-31 17:17:25 +0100" endDate="2021-03-31 17:27:26 +0100" value="1021"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 17:41:03 +0100" startDate="2021-03-31 17:27:26 +0100" endDate="2021-03-31 17:37:02 +0100" value="993"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 17:50:24 +0100" startDate="2021-03-31 17:37:30 +0100" endDate="2021-03-31 17:46:42 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 18:42:32 +0100" startDate="2021-03-31 18:31:29 +0100" endDate="2021-03-31 18:31:54 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 19:08:39 +0100" startDate="2021-03-31 18:57:36 +0100" endDate="2021-03-31 18:58:40 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-03-31 21:21:27 +0100" startDate="2021-03-31 21:09:32 +0100" endDate="2021-03-31 21:11:34 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 07:32:57 +0100" startDate="2021-04-01 07:19:52 +0100" endDate="2021-04-01 07:19:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 12:22:40 +0100" startDate="2021-04-01 12:11:33 +0100" endDate="2021-04-01 12:11:38 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 12:58:47 +0100" startDate="2021-04-01 12:45:49 +0100" endDate="2021-04-01 12:49:46 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 15:02:19 +0100" startDate="2021-04-01 14:51:14 +0100" endDate="2021-04-01 15:00:02 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 15:40:59 +0100" startDate="2021-04-01 15:29:03 +0100" endDate="2021-04-01 15:38:51 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 15:50:23 +0100" startDate="2021-04-01 15:39:19 +0100" endDate="2021-04-01 15:44:05 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 16:08:03 +0100" startDate="2021-04-01 15:57:00 +0100" endDate="2021-04-01 16:05:12 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 16:43:26 +0100" startDate="2021-04-01 16:31:54 +0100" endDate="2021-04-01 16:37:31 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 17:12:18 +0100" startDate="2021-04-01 17:01:07 +0100" endDate="2021-04-01 17:01:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 17:25:23 +0100" startDate="2021-04-01 17:12:14 +0100" endDate="2021-04-01 17:12:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 17:36:37 +0100" startDate="2021-04-01 17:25:34 +0100" endDate="2021-04-01 17:31:00 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 17:50:07 +0100" startDate="2021-04-01 17:39:00 +0100" endDate="2021-04-01 17:49:01 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 18:03:47 +0100" startDate="2021-04-01 17:49:01 +0100" endDate="2021-04-01 17:52:50 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-01 18:31:54 +0100" startDate="2021-04-01 18:20:50 +0100" endDate="2021-04-01 18:30:20 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 00:17:00 +0100" startDate="2021-04-02 00:04:42 +0100" endDate="2021-04-02 00:07:23 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 07:25:17 +0100" startDate="2021-04-02 07:14:14 +0100" endDate="2021-04-02 07:20:39 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 08:11:11 +0100" startDate="2021-04-02 07:57:44 +0100" endDate="2021-04-02 08:07:25 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 08:23:05 +0100" startDate="2021-04-02 08:08:19 +0100" endDate="2021-04-02 08:16:40 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 08:33:31 +0100" startDate="2021-04-02 08:19:03 +0100" endDate="2021-04-02 08:22:55 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 11:21:23 +0100" startDate="2021-04-02 11:10:21 +0100" endDate="2021-04-02 11:16:35 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 11:35:43 +0100" startDate="2021-04-02 11:23:00 +0100" endDate="2021-04-02 11:32:25 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 11:47:05 +0100" startDate="2021-04-02 11:34:27 +0100" endDate="2021-04-02 11:38:27 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 12:38:10 +0100" startDate="2021-04-02 12:26:04 +0100" endDate="2021-04-02 12:35:08 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 12:48:06 +0100" startDate="2021-04-02 12:36:42 +0100" endDate="2021-04-02 12:41:07 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 13:13:00 +0100" startDate="2021-04-02 12:54:17 +0100" endDate="2021-04-02 12:58:31 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 14:08:20 +0100" startDate="2021-04-02 13:58:15 +0100" endDate="2021-04-02 14:07:08 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 14:22:51 +0100" startDate="2021-04-02 14:09:00 +0100" endDate="2021-04-02 14:10:11 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 15:04:27 +0100" startDate="2021-04-02 14:49:41 +0100" endDate="2021-04-02 14:54:47 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 15:17:12 +0100" startDate="2021-04-02 15:05:35 +0100" endDate="2021-04-02 15:15:16 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 15:30:58 +0100" startDate="2021-04-02 15:16:45 +0100" endDate="2021-04-02 15:16:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 17:06:36 +0100" startDate="2021-04-02 16:55:34 +0100" endDate="2021-04-02 17:02:24 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 17:17:56 +0100" startDate="2021-04-02 17:06:37 +0100" endDate="2021-04-02 17:16:38 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 17:28:07 +0100" startDate="2021-04-02 17:16:38 +0100" endDate="2021-04-02 17:17:11 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 18:17:17 +0100" startDate="2021-04-02 18:04:59 +0100" endDate="2021-04-02 18:07:02 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-02 20:47:10 +0100" startDate="2021-04-02 20:36:08 +0100" endDate="2021-04-02 20:36:38 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-03 07:47:29 +0100" startDate="2021-04-03 07:35:53 +0100" endDate="2021-04-03 07:44:45 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-03 08:02:55 +0100" startDate="2021-04-03 07:48:45 +0100" endDate="2021-04-03 07:49:25 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-03 12:16:41 +0100" startDate="2021-04-03 12:03:02 +0100" endDate="2021-04-03 12:03:25 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-03 12:29:04 +0100" startDate="2021-04-03 12:16:48 +0100" endDate="2021-04-03 12:19:11 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-03 16:50:09 +0100" startDate="2021-04-03 16:37:38 +0100" endDate="2021-04-03 16:47:26 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-03 17:00:26 +0100" startDate="2021-04-03 16:49:23 +0100" endDate="2021-04-03 16:52:57 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-03 17:11:42 +0100" startDate="2021-04-03 17:00:36 +0100" endDate="2021-04-03 17:10:21 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-03 18:21:11 +0100" startDate="2021-04-03 18:10:08 +0100" endDate="2021-04-03 18:18:45 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-03 18:34:53 +0100" startDate="2021-04-03 18:23:51 +0100" endDate="2021-04-03 18:33:01 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-03 18:46:22 +0100" startDate="2021-04-03 18:34:22 +0100" endDate="2021-04-03 18:34:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-03 22:32:51 +0100" startDate="2021-04-03 22:21:48 +0100" endDate="2021-04-03 22:22:14 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-04 09:23:27 +0100" startDate="2021-04-04 09:19:15 +0100" endDate="2021-04-04 09:19:20 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-04 12:51:19 +0100" startDate="2021-04-04 12:37:47 +0100" endDate="2021-04-04 12:41:19 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-04 13:19:39 +0100" startDate="2021-04-04 13:07:45 +0100" endDate="2021-04-04 13:07:53 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-04 17:58:37 +0100" startDate="2021-04-04 17:47:35 +0100" endDate="2021-04-04 17:47:45 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-04 18:27:52 +0100" startDate="2021-04-04 18:16:49 +0100" endDate="2021-04-04 18:20:13 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 08:40:39 +0100" startDate="2021-04-05 08:29:16 +0100" endDate="2021-04-05 08:38:40 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 08:54:25 +0100" startDate="2021-04-05 08:42:11 +0100" endDate="2021-04-05 08:44:37 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 09:21:15 +0100" startDate="2021-04-05 09:04:49 +0100" endDate="2021-04-05 09:08:28 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 10:20:39 +0100" startDate="2021-04-05 10:08:40 +0100" endDate="2021-04-05 10:08:58 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 11:10:37 +0100" startDate="2021-04-05 10:55:00 +0100" endDate="2021-04-05 10:55:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 12:55:55 +0100" startDate="2021-04-05 12:40:46 +0100" endDate="2021-04-05 12:50:47 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 13:03:03 +0100" startDate="2021-04-05 12:50:47 +0100" endDate="2021-04-05 13:00:31 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 13:13:18 +0100" startDate="2021-04-05 13:00:51 +0100" endDate="2021-04-05 13:00:59 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 15:29:56 +0100" startDate="2021-04-05 15:16:02 +0100" endDate="2021-04-05 15:16:07 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 17:13:50 +0100" startDate="2021-04-05 17:02:35 +0100" endDate="2021-04-05 17:04:12 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 17:44:25 +0100" startDate="2021-04-05 17:29:30 +0100" endDate="2021-04-05 17:38:53 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 17:54:01 +0100" startDate="2021-04-05 17:41:02 +0100" endDate="2021-04-05 17:50:43 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 18:32:05 +0100" startDate="2021-04-05 18:18:01 +0100" endDate="2021-04-05 18:19:04 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-05 21:50:16 +0100" startDate="2021-04-05 21:38:55 +0100" endDate="2021-04-05 21:41:25 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-06 07:41:01 +0100" startDate="2021-04-06 07:26:19 +0100" endDate="2021-04-06 07:26:29 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-06 08:01:10 +0100" startDate="2021-04-06 07:50:07 +0100" endDate="2021-04-06 07:58:11 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-06 08:15:30 +0100" startDate="2021-04-06 08:04:13 +0100" endDate="2021-04-06 08:04:56 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-06 10:21:41 +0100" startDate="2021-04-06 10:10:38 +0100" endDate="2021-04-06 10:20:16 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-06 10:32:00 +0100" startDate="2021-04-06 10:20:57 +0100" endDate="2021-04-06 10:30:48 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-06 10:43:04 +0100" startDate="2021-04-06 10:31:08 +0100" endDate="2021-04-06 10:40:41 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-06 14:05:26 +0100" startDate="2021-04-06 13:53:52 +0100" endDate="2021-04-06 13:54:38 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-06 17:33:09 +0100" startDate="2021-04-06 17:22:06 +0100" endDate="2021-04-06 17:25:28 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-06 20:09:13 +0100" startDate="2021-04-06 19:57:38 +0100" endDate="2021-04-06 19:57:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-06 21:19:32 +0100" startDate="2021-04-06 21:08:28 +0100" endDate="2021-04-06 21:12:30 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 05:13:36 +0100" startDate="2021-04-07 05:02:33 +0100" endDate="2021-04-07 05:06:10 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 05:29:34 +0100" startDate="2021-04-07 05:18:31 +0100" endDate="2021-04-07 05:25:08 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 05:48:01 +0100" startDate="2021-04-07 05:35:05 +0100" endDate="2021-04-07 05:45:06 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 05:57:23 +0100" startDate="2021-04-07 05:45:06 +0100" endDate="2021-04-07 05:54:24 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 06:06:48 +0100" startDate="2021-04-07 05:55:45 +0100" endDate="2021-04-07 06:04:17 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 07:13:15 +0100" startDate="2021-04-07 07:02:13 +0100" endDate="2021-04-07 07:02:15 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 07:50:05 +0100" startDate="2021-04-07 07:38:33 +0100" endDate="2021-04-07 07:48:34 +0100" value="1114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 08:00:39 +0100" startDate="2021-04-07 07:49:00 +0100" endDate="2021-04-07 07:58:55 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 08:10:27 +0100" startDate="2021-04-07 07:59:13 +0100" endDate="2021-04-07 08:04:47 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 10:02:14 +0100" startDate="2021-04-07 09:50:37 +0100" endDate="2021-04-07 10:00:36 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 10:11:39 +0100" startDate="2021-04-07 10:00:36 +0100" endDate="2021-04-07 10:03:44 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 10:28:38 +0100" startDate="2021-04-07 10:15:50 +0100" endDate="2021-04-07 10:22:27 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 11:29:39 +0100" startDate="2021-04-07 11:17:56 +0100" endDate="2021-04-07 11:25:33 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 12:41:39 +0100" startDate="2021-04-07 12:30:21 +0100" endDate="2021-04-07 12:39:16 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 12:54:04 +0100" startDate="2021-04-07 12:41:08 +0100" endDate="2021-04-07 12:44:42 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 13:06:47 +0100" startDate="2021-04-07 12:55:28 +0100" endDate="2021-04-07 12:57:09 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 13:32:31 +0100" startDate="2021-04-07 13:20:43 +0100" endDate="2021-04-07 13:23:28 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 14:42:51 +0100" startDate="2021-04-07 14:28:53 +0100" endDate="2021-04-07 14:34:01 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 15:03:23 +0100" startDate="2021-04-07 14:49:25 +0100" endDate="2021-04-07 14:55:54 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 15:55:09 +0100" startDate="2021-04-07 15:41:55 +0100" endDate="2021-04-07 15:43:52 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 16:09:37 +0100" startDate="2021-04-07 15:58:28 +0100" endDate="2021-04-07 15:58:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 16:36:27 +0100" startDate="2021-04-07 16:24:50 +0100" endDate="2021-04-07 16:26:47 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 16:51:44 +0100" startDate="2021-04-07 16:39:42 +0100" endDate="2021-04-07 16:48:09 +0100" value="536"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 17:01:41 +0100" startDate="2021-04-07 16:49:46 +0100" endDate="2021-04-07 16:59:47 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 17:11:06 +0100" startDate="2021-04-07 16:59:47 +0100" endDate="2021-04-07 17:09:10 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-07 17:20:56 +0100" startDate="2021-04-07 17:09:53 +0100" endDate="2021-04-07 17:09:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 08:05:24 +0100" startDate="2021-04-08 07:52:32 +0100" endDate="2021-04-08 08:02:34 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 08:14:06 +0100" startDate="2021-04-08 08:02:34 +0100" endDate="2021-04-08 08:06:13 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 11:11:38 +0100" startDate="2021-04-08 11:00:36 +0100" endDate="2021-04-08 11:10:24 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 11:30:29 +0100" startDate="2021-04-08 11:18:48 +0100" endDate="2021-04-08 11:26:50 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 12:18:14 +0100" startDate="2021-04-08 12:07:11 +0100" endDate="2021-04-08 12:15:44 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 13:23:38 +0100" startDate="2021-04-08 13:12:35 +0100" endDate="2021-04-08 13:12:46 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 15:51:58 +0100" startDate="2021-04-08 15:40:39 +0100" endDate="2021-04-08 15:50:40 +0100" value="659"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 16:01:52 +0100" startDate="2021-04-08 15:50:40 +0100" endDate="2021-04-08 16:00:41 +0100" value="1081"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 16:11:44 +0100" startDate="2021-04-08 16:00:41 +0100" endDate="2021-04-08 16:04:18 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 16:39:54 +0100" startDate="2021-04-08 16:29:31 +0100" endDate="2021-04-08 16:32:37 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 18:05:20 +0100" startDate="2021-04-08 17:54:17 +0100" endDate="2021-04-08 18:04:19 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 18:15:21 +0100" startDate="2021-04-08 18:04:19 +0100" endDate="2021-04-08 18:13:13 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 18:25:25 +0100" startDate="2021-04-08 18:15:03 +0100" endDate="2021-04-08 18:24:50 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 18:54:35 +0100" startDate="2021-04-08 18:42:46 +0100" endDate="2021-04-08 18:42:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.1, creation date:2021-03-22 07:15:42 +0000&gt;" unit="count" creationDate="2021-04-08 21:10:02 +0100" startDate="2021-04-08 20:58:52 +0100" endDate="2021-04-08 20:58:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-09 06:23:12 +0100" startDate="2021-04-09 06:11:28 +0100" endDate="2021-04-09 06:12:03 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-09 10:33:46 +0100" startDate="2021-04-09 10:22:38 +0100" endDate="2021-04-09 10:22:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-09 16:49:09 +0100" startDate="2021-04-09 16:38:07 +0100" endDate="2021-04-09 16:39:28 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-09 21:02:02 +0100" startDate="2021-04-09 20:47:30 +0100" endDate="2021-04-09 20:52:03 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 07:20:08 +0100" startDate="2021-04-10 07:09:01 +0100" endDate="2021-04-10 07:09:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 07:35:41 +0100" startDate="2021-04-10 07:22:59 +0100" endDate="2021-04-10 07:23:34 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 09:48:29 +0100" startDate="2021-04-10 09:37:44 +0100" endDate="2021-04-10 09:37:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 10:08:04 +0100" startDate="2021-04-10 09:49:15 +0100" endDate="2021-04-10 09:59:14 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 10:13:18 +0100" startDate="2021-04-10 09:59:14 +0100" endDate="2021-04-10 10:09:15 +0100" value="1101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 10:22:00 +0100" startDate="2021-04-10 10:09:15 +0100" endDate="2021-04-10 10:19:16 +0100" value="1085"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 10:31:24 +0100" startDate="2021-04-10 10:19:16 +0100" endDate="2021-04-10 10:21:59 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 10:46:56 +0100" startDate="2021-04-10 10:33:26 +0100" endDate="2021-04-10 10:41:32 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 11:08:33 +0100" startDate="2021-04-10 10:57:30 +0100" endDate="2021-04-10 11:05:26 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 11:23:41 +0100" startDate="2021-04-10 11:09:20 +0100" endDate="2021-04-10 11:19:21 +0100" value="1123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 11:31:16 +0100" startDate="2021-04-10 11:19:21 +0100" endDate="2021-04-10 11:28:49 +0100" value="1043"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 11:40:01 +0100" startDate="2021-04-10 11:29:32 +0100" endDate="2021-04-10 11:38:48 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 11:51:07 +0100" startDate="2021-04-10 11:40:04 +0100" endDate="2021-04-10 11:40:24 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 12:56:24 +0100" startDate="2021-04-10 12:45:21 +0100" endDate="2021-04-10 12:45:29 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 16:22:28 +0100" startDate="2021-04-10 16:10:48 +0100" endDate="2021-04-10 16:20:33 +0100" value="1018"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 16:37:30 +0100" startDate="2021-04-10 16:24:58 +0100" endDate="2021-04-10 16:33:53 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 16:48:11 +0100" startDate="2021-04-10 16:36:26 +0100" endDate="2021-04-10 16:46:25 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 17:00:02 +0100" startDate="2021-04-10 16:46:25 +0100" endDate="2021-04-10 16:56:26 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 17:08:40 +0100" startDate="2021-04-10 16:56:26 +0100" endDate="2021-04-10 17:06:24 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 17:18:36 +0100" startDate="2021-04-10 17:07:05 +0100" endDate="2021-04-10 17:16:51 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 17:49:43 +0100" startDate="2021-04-10 17:35:42 +0100" endDate="2021-04-10 17:45:43 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 18:00:39 +0100" startDate="2021-04-10 17:45:43 +0100" endDate="2021-04-10 17:49:45 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 18:59:30 +0100" startDate="2021-04-10 18:44:54 +0100" endDate="2021-04-10 18:50:20 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 19:09:12 +0100" startDate="2021-04-10 18:58:08 +0100" endDate="2021-04-10 19:07:29 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 19:20:32 +0100" startDate="2021-04-10 19:08:25 +0100" endDate="2021-04-10 19:14:57 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 19:32:46 +0100" startDate="2021-04-10 19:21:02 +0100" endDate="2021-04-10 19:30:07 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 19:46:06 +0100" startDate="2021-04-10 19:32:43 +0100" endDate="2021-04-10 19:41:53 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 19:55:31 +0100" startDate="2021-04-10 19:44:28 +0100" endDate="2021-04-10 19:49:47 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-10 23:34:27 +0100" startDate="2021-04-10 23:23:24 +0100" endDate="2021-04-10 23:27:25 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 08:03:45 +0100" startDate="2021-04-11 07:52:42 +0100" endDate="2021-04-11 08:02:08 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 08:23:13 +0100" startDate="2021-04-11 08:11:03 +0100" endDate="2021-04-11 08:21:04 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 08:32:38 +0100" startDate="2021-04-11 08:21:04 +0100" endDate="2021-04-11 08:31:04 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 08:42:15 +0100" startDate="2021-04-11 08:31:04 +0100" endDate="2021-04-11 08:39:10 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 09:40:43 +0100" startDate="2021-04-11 09:29:01 +0100" endDate="2021-04-11 09:30:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 11:23:58 +0100" startDate="2021-04-11 11:12:55 +0100" endDate="2021-04-11 11:12:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 11:51:33 +0100" startDate="2021-04-11 11:39:55 +0100" endDate="2021-04-11 11:40:13 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 13:01:00 +0100" startDate="2021-04-11 12:46:54 +0100" endDate="2021-04-11 12:46:57 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 13:15:27 +0100" startDate="2021-04-11 13:03:28 +0100" endDate="2021-04-11 13:13:29 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 13:25:39 +0100" startDate="2021-04-11 13:13:29 +0100" endDate="2021-04-11 13:23:30 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 13:36:18 +0100" startDate="2021-04-11 13:23:30 +0100" endDate="2021-04-11 13:33:31 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 13:45:14 +0100" startDate="2021-04-11 13:33:31 +0100" endDate="2021-04-11 13:39:48 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 13:56:45 +0100" startDate="2021-04-11 13:45:35 +0100" endDate="2021-04-11 13:54:22 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 15:11:42 +0100" startDate="2021-04-11 14:56:59 +0100" endDate="2021-04-11 14:57:14 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 17:07:40 +0100" startDate="2021-04-11 16:56:13 +0100" endDate="2021-04-11 16:57:34 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 17:27:22 +0100" startDate="2021-04-11 17:14:12 +0100" endDate="2021-04-11 17:14:47 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-11 17:38:48 +0100" startDate="2021-04-11 17:25:48 +0100" endDate="2021-04-11 17:35:39 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 00:12:03 +0100" startDate="2021-04-11 23:57:47 +0100" endDate="2021-04-12 00:02:22 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 06:27:57 +0100" startDate="2021-04-12 06:16:35 +0100" endDate="2021-04-12 06:25:56 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 06:41:45 +0100" startDate="2021-04-12 06:26:47 +0100" endDate="2021-04-12 06:27:02 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 06:54:48 +0100" startDate="2021-04-12 06:41:07 +0100" endDate="2021-04-12 06:48:15 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 07:06:24 +0100" startDate="2021-04-12 06:52:07 +0100" endDate="2021-04-12 06:56:22 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 07:44:41 +0100" startDate="2021-04-12 07:33:38 +0100" endDate="2021-04-12 07:38:00 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 08:38:56 +0100" startDate="2021-04-12 08:27:48 +0100" endDate="2021-04-12 08:27:53 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 08:58:20 +0100" startDate="2021-04-12 08:47:17 +0100" endDate="2021-04-12 08:47:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 09:09:13 +0100" startDate="2021-04-12 08:57:43 +0100" endDate="2021-04-12 09:03:19 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 09:38:05 +0100" startDate="2021-04-12 09:27:02 +0100" endDate="2021-04-12 09:37:01 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 09:48:39 +0100" startDate="2021-04-12 09:37:36 +0100" endDate="2021-04-12 09:47:12 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 09:58:50 +0100" startDate="2021-04-12 09:47:47 +0100" endDate="2021-04-12 09:57:38 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 10:10:02 +0100" startDate="2021-04-12 09:59:00 +0100" endDate="2021-04-12 10:08:48 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 10:20:29 +0100" startDate="2021-04-12 10:09:26 +0100" endDate="2021-04-12 10:17:25 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 11:04:34 +0100" startDate="2021-04-12 10:52:50 +0100" endDate="2021-04-12 11:02:51 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 11:14:44 +0100" startDate="2021-04-12 11:03:04 +0100" endDate="2021-04-12 11:12:55 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 11:25:43 +0100" startDate="2021-04-12 11:13:31 +0100" endDate="2021-04-12 11:23:32 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 11:36:30 +0100" startDate="2021-04-12 11:23:32 +0100" endDate="2021-04-12 11:33:33 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 11:44:35 +0100" startDate="2021-04-12 11:33:33 +0100" endDate="2021-04-12 11:43:32 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 11:54:55 +0100" startDate="2021-04-12 11:43:32 +0100" endDate="2021-04-12 11:51:15 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 13:04:31 +0100" startDate="2021-04-12 12:53:28 +0100" endDate="2021-04-12 12:59:25 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 13:16:34 +0100" startDate="2021-04-12 13:04:23 +0100" endDate="2021-04-12 13:13:41 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 13:25:32 +0100" startDate="2021-04-12 13:14:30 +0100" endDate="2021-04-12 13:19:47 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 13:35:31 +0100" startDate="2021-04-12 13:24:29 +0100" endDate="2021-04-12 13:25:30 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 14:25:29 +0100" startDate="2021-04-12 14:14:26 +0100" endDate="2021-04-12 14:20:25 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 14:37:41 +0100" startDate="2021-04-12 14:26:27 +0100" endDate="2021-04-12 14:34:00 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 14:49:00 +0100" startDate="2021-04-12 14:37:55 +0100" endDate="2021-04-12 14:41:21 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 15:18:43 +0100" startDate="2021-04-12 15:04:48 +0100" endDate="2021-04-12 15:08:06 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 16:06:01 +0100" startDate="2021-04-12 15:54:25 +0100" endDate="2021-04-12 16:04:03 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 16:44:03 +0100" startDate="2021-04-12 16:29:56 +0100" endDate="2021-04-12 16:32:28 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 16:58:43 +0100" startDate="2021-04-12 16:45:39 +0100" endDate="2021-04-12 16:45:46 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 17:16:22 +0100" startDate="2021-04-12 17:02:56 +0100" endDate="2021-04-12 17:08:16 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 17:35:21 +0100" startDate="2021-04-12 17:23:51 +0100" endDate="2021-04-12 17:25:23 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 18:02:50 +0100" startDate="2021-04-12 17:49:22 +0100" endDate="2021-04-12 17:58:38 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 18:12:54 +0100" startDate="2021-04-12 18:00:38 +0100" endDate="2021-04-12 18:10:22 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 18:22:25 +0100" startDate="2021-04-12 18:10:45 +0100" endDate="2021-04-12 18:12:17 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 18:35:29 +0100" startDate="2021-04-12 18:24:26 +0100" endDate="2021-04-12 18:25:53 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 19:02:04 +0100" startDate="2021-04-12 18:51:01 +0100" endDate="2021-04-12 18:56:14 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 19:14:58 +0100" startDate="2021-04-12 19:03:55 +0100" endDate="2021-04-12 19:13:51 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 19:24:59 +0100" startDate="2021-04-12 19:13:56 +0100" endDate="2021-04-12 19:23:53 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 19:36:22 +0100" startDate="2021-04-12 19:23:56 +0100" endDate="2021-04-12 19:23:58 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-12 22:00:49 +0100" startDate="2021-04-12 21:49:47 +0100" endDate="2021-04-12 21:52:22 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 02:59:28 +0100" startDate="2021-04-13 02:48:26 +0100" endDate="2021-04-13 02:52:20 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 04:01:12 +0100" startDate="2021-04-13 03:46:48 +0100" endDate="2021-04-13 03:47:06 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 06:40:11 +0100" startDate="2021-04-13 06:27:34 +0100" endDate="2021-04-13 06:34:09 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 08:09:39 +0100" startDate="2021-04-13 07:57:21 +0100" endDate="2021-04-13 08:06:52 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 08:31:09 +0100" startDate="2021-04-13 08:20:07 +0100" endDate="2021-04-13 08:21:28 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 10:28:08 +0100" startDate="2021-04-13 10:17:05 +0100" endDate="2021-04-13 10:20:57 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 10:38:31 +0100" startDate="2021-04-13 10:27:09 +0100" endDate="2021-04-13 10:37:10 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 10:50:31 +0100" startDate="2021-04-13 10:37:10 +0100" endDate="2021-04-13 10:37:48 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 11:11:13 +0100" startDate="2021-04-13 10:59:50 +0100" endDate="2021-04-13 11:04:58 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 11:41:20 +0100" startDate="2021-04-13 11:30:01 +0100" endDate="2021-04-13 11:36:20 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 12:08:50 +0100" startDate="2021-04-13 11:57:48 +0100" endDate="2021-04-13 12:02:30 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 12:58:51 +0100" startDate="2021-04-13 12:45:59 +0100" endDate="2021-04-13 12:52:06 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 14:09:03 +0100" startDate="2021-04-13 13:57:49 +0100" endDate="2021-04-13 14:04:35 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 15:09:02 +0100" startDate="2021-04-13 14:53:33 +0100" endDate="2021-04-13 14:53:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 16:15:52 +0100" startDate="2021-04-13 16:02:39 +0100" endDate="2021-04-13 16:02:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 17:00:53 +0100" startDate="2021-04-13 16:49:50 +0100" endDate="2021-04-13 16:59:31 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 17:12:08 +0100" startDate="2021-04-13 17:01:05 +0100" endDate="2021-04-13 17:01:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 17:57:19 +0100" startDate="2021-04-13 17:46:16 +0100" endDate="2021-04-13 17:46:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 18:42:04 +0100" startDate="2021-04-13 18:30:30 +0100" endDate="2021-04-13 18:30:32 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-13 21:01:37 +0100" startDate="2021-04-13 20:50:34 +0100" endDate="2021-04-13 20:53:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 05:59:00 +0100" startDate="2021-04-14 05:47:36 +0100" endDate="2021-04-14 05:57:17 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 06:09:30 +0100" startDate="2021-04-14 05:57:45 +0100" endDate="2021-04-14 05:58:08 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 07:01:34 +0100" startDate="2021-04-14 06:50:27 +0100" endDate="2021-04-14 06:50:32 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 07:19:41 +0100" startDate="2021-04-14 07:06:44 +0100" endDate="2021-04-14 07:16:45 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 07:27:48 +0100" startDate="2021-04-14 07:16:45 +0100" endDate="2021-04-14 07:22:42 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 07:44:29 +0100" startDate="2021-04-14 07:33:27 +0100" endDate="2021-04-14 07:43:28 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 07:53:44 +0100" startDate="2021-04-14 07:43:28 +0100" endDate="2021-04-14 07:53:09 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 10:40:42 +0100" startDate="2021-04-14 10:29:33 +0100" endDate="2021-04-14 10:37:39 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 11:03:07 +0100" startDate="2021-04-14 10:52:04 +0100" endDate="2021-04-14 10:52:12 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 11:13:56 +0100" startDate="2021-04-14 11:02:54 +0100" endDate="2021-04-14 11:07:03 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 11:27:39 +0100" startDate="2021-04-14 11:14:06 +0100" endDate="2021-04-14 11:17:35 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 12:05:50 +0100" startDate="2021-04-14 11:54:59 +0100" endDate="2021-04-14 11:55:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 12:43:29 +0100" startDate="2021-04-14 12:32:27 +0100" endDate="2021-04-14 12:34:19 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 13:30:09 +0100" startDate="2021-04-14 13:19:06 +0100" endDate="2021-04-14 13:27:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 13:52:04 +0100" startDate="2021-04-14 13:41:01 +0100" endDate="2021-04-14 13:50:54 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 14:02:30 +0100" startDate="2021-04-14 13:51:28 +0100" endDate="2021-04-14 13:54:08 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 15:01:20 +0100" startDate="2021-04-14 14:50:18 +0100" endDate="2021-04-14 14:54:59 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 15:28:08 +0100" startDate="2021-04-14 15:13:29 +0100" endDate="2021-04-14 15:23:30 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 15:34:44 +0100" startDate="2021-04-14 15:23:30 +0100" endDate="2021-04-14 15:31:52 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 15:46:37 +0100" startDate="2021-04-14 15:34:49 +0100" endDate="2021-04-14 15:37:21 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 16:01:07 +0100" startDate="2021-04-14 15:48:59 +0100" endDate="2021-04-14 15:58:40 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 16:13:00 +0100" startDate="2021-04-14 16:00:53 +0100" endDate="2021-04-14 16:05:53 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 16:25:30 +0100" startDate="2021-04-14 16:14:03 +0100" endDate="2021-04-14 16:19:24 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 16:44:01 +0100" startDate="2021-04-14 16:31:56 +0100" endDate="2021-04-14 16:40:35 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 16:58:13 +0100" startDate="2021-04-14 16:43:41 +0100" endDate="2021-04-14 16:52:59 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 18:07:30 +0100" startDate="2021-04-14 17:55:30 +0100" endDate="2021-04-14 17:56:21 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 18:31:31 +0100" startDate="2021-04-14 18:20:28 +0100" endDate="2021-04-14 18:29:10 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 18:49:21 +0100" startDate="2021-04-14 18:38:18 +0100" endDate="2021-04-14 18:43:39 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 18:59:30 +0100" startDate="2021-04-14 18:48:27 +0100" endDate="2021-04-14 18:49:53 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 19:16:32 +0100" startDate="2021-04-14 19:03:15 +0100" endDate="2021-04-14 19:03:45 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-14 21:46:11 +0100" startDate="2021-04-14 21:33:24 +0100" endDate="2021-04-14 21:33:37 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 06:04:50 +0100" startDate="2021-04-15 05:53:45 +0100" endDate="2021-04-15 05:53:53 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 06:15:36 +0100" startDate="2021-04-15 06:04:12 +0100" endDate="2021-04-15 06:14:11 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 06:26:41 +0100" startDate="2021-04-15 06:14:13 +0100" endDate="2021-04-15 06:14:16 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 07:25:24 +0100" startDate="2021-04-15 07:11:05 +0100" endDate="2021-04-15 07:11:31 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 08:54:58 +0100" startDate="2021-04-15 08:43:55 +0100" endDate="2021-04-15 08:53:41 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 09:05:49 +0100" startDate="2021-04-15 08:54:09 +0100" endDate="2021-04-15 08:54:27 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 10:49:17 +0100" startDate="2021-04-15 09:59:55 +0100" endDate="2021-04-15 10:02:23 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 10:49:17 +0100" startDate="2021-04-15 10:19:48 +0100" endDate="2021-04-15 10:29:39 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 10:49:17 +0100" startDate="2021-04-15 10:30:12 +0100" endDate="2021-04-15 10:40:13 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 10:54:28 +0100" startDate="2021-04-15 10:40:13 +0100" endDate="2021-04-15 10:50:14 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 11:03:14 +0100" startDate="2021-04-15 10:50:14 +0100" endDate="2021-04-15 11:00:15 +0100" value="1078"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 11:12:31 +0100" startDate="2021-04-15 11:00:15 +0100" endDate="2021-04-15 11:10:16 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 11:22:04 +0100" startDate="2021-04-15 11:10:16 +0100" endDate="2021-04-15 11:15:24 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 11:55:08 +0100" startDate="2021-04-15 11:43:59 +0100" endDate="2021-04-15 11:53:43 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 12:08:37 +0100" startDate="2021-04-15 11:56:16 +0100" endDate="2021-04-15 11:56:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 12:54:09 +0100" startDate="2021-04-15 12:43:06 +0100" endDate="2021-04-15 12:44:25 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 13:08:10 +0100" startDate="2021-04-15 12:57:07 +0100" endDate="2021-04-15 12:57:20 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 13:28:15 +0100" startDate="2021-04-15 13:16:56 +0100" endDate="2021-04-15 13:23:27 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 15:31:02 +0100" startDate="2021-04-15 15:20:55 +0100" endDate="2021-04-15 15:29:25 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 16:28:46 +0100" startDate="2021-04-15 16:17:44 +0100" endDate="2021-04-15 16:18:04 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 16:53:35 +0100" startDate="2021-04-15 16:39:01 +0100" endDate="2021-04-15 16:39:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 17:08:58 +0100" startDate="2021-04-15 16:57:55 +0100" endDate="2021-04-15 16:59:45 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 17:25:48 +0100" startDate="2021-04-15 17:12:14 +0100" endDate="2021-04-15 17:22:15 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 17:34:16 +0100" startDate="2021-04-15 17:22:17 +0100" endDate="2021-04-15 17:32:18 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 17:44:35 +0100" startDate="2021-04-15 17:32:18 +0100" endDate="2021-04-15 17:42:19 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 17:54:06 +0100" startDate="2021-04-15 17:42:19 +0100" endDate="2021-04-15 17:52:20 +0100" value="831"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 18:03:33 +0100" startDate="2021-04-15 17:52:20 +0100" endDate="2021-04-15 17:56:55 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 18:27:10 +0100" startDate="2021-04-15 18:15:33 +0100" endDate="2021-04-15 18:25:34 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 18:38:12 +0100" startDate="2021-04-15 18:25:34 +0100" endDate="2021-04-15 18:30:15 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 21:48:39 +0100" startDate="2021-04-15 21:34:12 +0100" endDate="2021-04-15 21:34:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-15 22:09:26 +0100" startDate="2021-04-15 21:58:23 +0100" endDate="2021-04-15 22:04:33 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 05:06:05 +0100" startDate="2021-04-16 04:53:55 +0100" endDate="2021-04-16 04:55:04 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 06:14:32 +0100" startDate="2021-04-16 06:01:54 +0100" endDate="2021-04-16 06:01:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 10:33:55 +0100" startDate="2021-04-16 10:22:52 +0100" endDate="2021-04-16 10:32:18 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 10:44:16 +0100" startDate="2021-04-16 10:33:14 +0100" endDate="2021-04-16 10:42:09 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 11:00:53 +0100" startDate="2021-04-16 10:47:20 +0100" endDate="2021-04-16 10:47:43 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 13:08:13 +0100" startDate="2021-04-16 12:57:10 +0100" endDate="2021-04-16 13:06:39 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 14:00:37 +0100" startDate="2021-04-16 13:49:35 +0100" endDate="2021-04-16 13:59:20 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 14:12:33 +0100" startDate="2021-04-16 14:01:30 +0100" endDate="2021-04-16 14:11:26 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 14:36:53 +0100" startDate="2021-04-16 14:25:50 +0100" endDate="2021-04-16 14:26:51 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 15:15:51 +0100" startDate="2021-04-16 15:00:36 +0100" endDate="2021-04-16 15:10:37 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 15:23:40 +0100" startDate="2021-04-16 15:10:37 +0100" endDate="2021-04-16 15:16:54 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 15:54:40 +0100" startDate="2021-04-16 15:42:54 +0100" endDate="2021-04-16 15:46:30 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 16:21:55 +0100" startDate="2021-04-16 16:10:19 +0100" endDate="2021-04-16 16:13:10 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 16:47:40 +0100" startDate="2021-04-16 16:35:40 +0100" endDate="2021-04-16 16:40:03 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 16:59:22 +0100" startDate="2021-04-16 16:46:45 +0100" endDate="2021-04-16 16:53:08 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 17:10:44 +0100" startDate="2021-04-16 16:56:52 +0100" endDate="2021-04-16 16:58:19 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 17:20:46 +0100" startDate="2021-04-16 17:07:52 +0100" endDate="2021-04-16 17:15:51 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 17:34:40 +0100" startDate="2021-04-16 17:22:57 +0100" endDate="2021-04-16 17:28:15 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 17:44:36 +0100" startDate="2021-04-16 17:33:23 +0100" endDate="2021-04-16 17:38:11 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 18:02:07 +0100" startDate="2021-04-16 17:45:55 +0100" endDate="2021-04-16 17:46:30 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 19:31:30 +0100" startDate="2021-04-16 19:20:02 +0100" endDate="2021-04-16 19:20:20 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 19:56:31 +0100" startDate="2021-04-16 19:43:47 +0100" endDate="2021-04-16 19:47:00 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-16 21:46:56 +0100" startDate="2021-04-16 21:35:53 +0100" endDate="2021-04-16 21:38:05 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 05:00:37 +0100" startDate="2021-04-17 04:47:31 +0100" endDate="2021-04-17 04:49:53 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 05:32:58 +0100" startDate="2021-04-17 05:21:56 +0100" endDate="2021-04-17 05:22:21 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 07:22:09 +0100" startDate="2021-04-17 07:08:47 +0100" endDate="2021-04-17 07:15:29 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 07:39:27 +0100" startDate="2021-04-17 07:27:49 +0100" endDate="2021-04-17 07:30:50 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 08:31:54 +0100" startDate="2021-04-17 08:18:09 +0100" endDate="2021-04-17 08:20:34 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 09:08:40 +0100" startDate="2021-04-17 08:57:37 +0100" endDate="2021-04-17 09:07:33 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 09:19:11 +0100" startDate="2021-04-17 09:07:41 +0100" endDate="2021-04-17 09:17:42 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 09:28:52 +0100" startDate="2021-04-17 09:17:42 +0100" endDate="2021-04-17 09:19:52 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 09:44:53 +0100" startDate="2021-04-17 09:33:50 +0100" endDate="2021-04-17 09:33:58 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 09:57:49 +0100" startDate="2021-04-17 09:46:42 +0100" endDate="2021-04-17 09:47:27 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 10:28:51 +0100" startDate="2021-04-17 10:16:19 +0100" endDate="2021-04-17 10:18:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 10:46:11 +0100" startDate="2021-04-17 10:31:39 +0100" endDate="2021-04-17 10:32:09 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 11:07:12 +0100" startDate="2021-04-17 10:55:55 +0100" endDate="2021-04-17 11:00:03 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 11:22:56 +0100" startDate="2021-04-17 11:10:09 +0100" endDate="2021-04-17 11:13:22 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 11:41:31 +0100" startDate="2021-04-17 11:29:32 +0100" endDate="2021-04-17 11:39:33 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 11:53:11 +0100" startDate="2021-04-17 11:39:33 +0100" endDate="2021-04-17 11:42:29 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 12:11:02 +0100" startDate="2021-04-17 11:56:42 +0100" endDate="2021-04-17 12:03:58 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 12:23:47 +0100" startDate="2021-04-17 12:08:42 +0100" endDate="2021-04-17 12:16:34 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 12:49:41 +0100" startDate="2021-04-17 12:37:51 +0100" endDate="2021-04-17 12:47:02 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 13:31:00 +0100" startDate="2021-04-17 13:18:26 +0100" endDate="2021-04-17 13:20:41 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 14:01:52 +0100" startDate="2021-04-17 13:49:00 +0100" endDate="2021-04-17 13:51:20 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 14:36:51 +0100" startDate="2021-04-17 14:23:35 +0100" endDate="2021-04-17 14:25:25 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 14:54:56 +0100" startDate="2021-04-17 14:42:00 +0100" endDate="2021-04-17 14:46:28 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 15:17:37 +0100" startDate="2021-04-17 15:08:05 +0100" endDate="2021-04-17 15:11:21 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 16:05:41 +0100" startDate="2021-04-17 15:51:01 +0100" endDate="2021-04-17 15:53:47 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 16:20:15 +0100" startDate="2021-04-17 16:08:31 +0100" endDate="2021-04-17 16:10:33 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 17:01:19 +0100" startDate="2021-04-17 16:46:12 +0100" endDate="2021-04-17 16:52:34 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 17:10:10 +0100" startDate="2021-04-17 16:58:44 +0100" endDate="2021-04-17 17:05:11 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 17:21:50 +0100" startDate="2021-04-17 17:09:56 +0100" endDate="2021-04-17 17:16:18 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 17:33:26 +0100" startDate="2021-04-17 17:20:17 +0100" endDate="2021-04-17 17:29:43 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 17:44:57 +0100" startDate="2021-04-17 17:30:18 +0100" endDate="2021-04-17 17:38:55 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 17:53:46 +0100" startDate="2021-04-17 17:40:40 +0100" endDate="2021-04-17 17:46:21 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 18:33:01 +0100" startDate="2021-04-17 18:20:11 +0100" endDate="2021-04-17 18:27:34 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 19:11:10 +0100" startDate="2021-04-17 19:00:07 +0100" endDate="2021-04-17 19:00:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 19:22:22 +0100" startDate="2021-04-17 19:11:20 +0100" endDate="2021-04-17 19:11:22 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 19:43:24 +0100" startDate="2021-04-17 19:31:09 +0100" endDate="2021-04-17 19:41:10 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 19:52:05 +0100" startDate="2021-04-17 19:41:10 +0100" endDate="2021-04-17 19:41:35 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-17 21:12:14 +0100" startDate="2021-04-17 21:01:11 +0100" endDate="2021-04-17 21:01:16 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-18 09:22:42 +0100" startDate="2021-04-18 09:17:18 +0100" endDate="2021-04-18 09:17:31 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-18 12:09:41 +0100" startDate="2021-04-18 11:58:38 +0100" endDate="2021-04-18 12:05:11 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-18 12:24:02 +0100" startDate="2021-04-18 12:12:59 +0100" endDate="2021-04-18 12:21:07 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-18 13:00:00 +0100" startDate="2021-04-18 12:47:56 +0100" endDate="2021-04-18 12:55:22 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-18 13:12:03 +0100" startDate="2021-04-18 12:59:03 +0100" endDate="2021-04-18 13:09:02 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-18 13:22:05 +0100" startDate="2021-04-18 13:09:02 +0100" endDate="2021-04-18 13:19:03 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-18 13:30:06 +0100" startDate="2021-04-18 13:19:03 +0100" endDate="2021-04-18 13:25:07 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-18 19:12:37 +0100" startDate="2021-04-18 19:01:30 +0100" endDate="2021-04-18 19:02:00 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-18 21:26:57 +0100" startDate="2021-04-18 21:15:55 +0100" endDate="2021-04-18 21:15:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-19 07:06:01 +0100" startDate="2021-04-19 06:51:07 +0100" endDate="2021-04-19 06:51:28 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-19 08:00:11 +0100" startDate="2021-04-19 07:49:08 +0100" endDate="2021-04-19 07:54:21 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-19 15:14:12 +0100" startDate="2021-04-19 15:01:20 +0100" endDate="2021-04-19 15:05:10 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-19 15:30:43 +0100" startDate="2021-04-19 15:19:40 +0100" endDate="2021-04-19 15:26:47 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-19 16:03:22 +0100" startDate="2021-04-19 15:51:48 +0100" endDate="2021-04-19 15:54:16 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-19 16:55:11 +0100" startDate="2021-04-19 16:44:09 +0100" endDate="2021-04-19 16:54:10 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-19 17:05:12 +0100" startDate="2021-04-19 16:54:10 +0100" endDate="2021-04-19 16:58:35 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-19 18:40:19 +0100" startDate="2021-04-19 18:29:08 +0100" endDate="2021-04-19 18:39:09 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-19 18:50:34 +0100" startDate="2021-04-19 18:39:32 +0100" endDate="2021-04-19 18:49:20 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-19 20:34:51 +0100" startDate="2021-04-19 20:23:48 +0100" endDate="2021-04-19 20:23:53 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-19 21:10:40 +0100" startDate="2021-04-19 20:59:38 +0100" endDate="2021-04-19 20:59:40 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 05:50:08 +0100" startDate="2021-04-20 05:39:05 +0100" endDate="2021-04-20 05:45:53 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 06:46:35 +0100" startDate="2021-04-20 06:32:53 +0100" endDate="2021-04-20 06:42:52 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 06:54:23 +0100" startDate="2021-04-20 06:43:20 +0100" endDate="2021-04-20 06:52:02 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 07:07:19 +0100" startDate="2021-04-20 06:56:14 +0100" endDate="2021-04-20 06:57:51 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 07:43:24 +0100" startDate="2021-04-20 07:32:22 +0100" endDate="2021-04-20 07:32:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 07:59:32 +0100" startDate="2021-04-20 07:47:44 +0100" endDate="2021-04-20 07:47:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 08:19:19 +0100" startDate="2021-04-20 08:07:43 +0100" endDate="2021-04-20 08:08:05 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 10:43:08 +0100" startDate="2021-04-20 10:30:43 +0100" endDate="2021-04-20 10:36:12 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 11:06:50 +0100" startDate="2021-04-20 10:55:44 +0100" endDate="2021-04-20 11:05:46 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 11:16:47 +0100" startDate="2021-04-20 11:06:01 +0100" endDate="2021-04-20 11:16:02 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 11:48:56 +0100" startDate="2021-04-20 11:38:50 +0100" endDate="2021-04-20 11:48:15 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 14:41:16 +0100" startDate="2021-04-20 14:29:48 +0100" endDate="2021-04-20 14:31:09 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 15:08:05 +0100" startDate="2021-04-20 15:01:06 +0100" endDate="2021-04-20 15:04:29 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 15:23:50 +0100" startDate="2021-04-20 15:10:44 +0100" endDate="2021-04-20 15:10:51 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 16:00:28 +0100" startDate="2021-04-20 15:48:56 +0100" endDate="2021-04-20 15:58:29 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 18:00:39 +0100" startDate="2021-04-20 17:45:12 +0100" endDate="2021-04-20 17:55:13 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 18:06:16 +0100" startDate="2021-04-20 17:55:13 +0100" endDate="2021-04-20 17:56:32 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 18:23:34 +0100" startDate="2021-04-20 18:10:43 +0100" endDate="2021-04-20 18:20:44 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 18:31:47 +0100" startDate="2021-04-20 18:20:44 +0100" endDate="2021-04-20 18:30:35 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-20 18:45:26 +0100" startDate="2021-04-20 18:30:50 +0100" endDate="2021-04-20 18:35:53 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 07:14:50 +0100" startDate="2021-04-21 07:03:48 +0100" endDate="2021-04-21 07:12:30 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 08:08:41 +0100" startDate="2021-04-21 07:56:11 +0100" endDate="2021-04-21 07:59:27 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 08:59:57 +0100" startDate="2021-04-21 08:47:42 +0100" endDate="2021-04-21 08:48:07 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 09:19:14 +0100" startDate="2021-04-21 09:07:55 +0100" endDate="2021-04-21 09:08:23 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 09:36:42 +0100" startDate="2021-04-21 09:22:41 +0100" endDate="2021-04-21 09:28:05 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 09:48:25 +0100" startDate="2021-04-21 09:36:34 +0100" endDate="2021-04-21 09:46:31 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 09:58:57 +0100" startDate="2021-04-21 09:46:34 +0100" endDate="2021-04-21 09:46:52 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 11:07:08 +0100" startDate="2021-04-21 10:53:49 +0100" endDate="2021-04-21 10:54:19 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 11:53:44 +0100" startDate="2021-04-21 11:40:43 +0100" endDate="2021-04-21 11:41:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 12:23:48 +0100" startDate="2021-04-21 12:12:01 +0100" endDate="2021-04-21 12:22:02 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 12:32:27 +0100" startDate="2021-04-21 12:22:02 +0100" endDate="2021-04-21 12:32:03 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 12:46:04 +0100" startDate="2021-04-21 12:32:03 +0100" endDate="2021-04-21 12:34:33 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 13:04:07 +0100" startDate="2021-04-21 12:50:24 +0100" endDate="2021-04-21 12:55:42 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 13:15:46 +0100" startDate="2021-04-21 13:04:09 +0100" endDate="2021-04-21 13:13:42 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 13:25:42 +0100" startDate="2021-04-21 13:14:26 +0100" endDate="2021-04-21 13:24:12 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 13:43:20 +0100" startDate="2021-04-21 13:29:23 +0100" endDate="2021-04-21 13:38:56 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 13:54:26 +0100" startDate="2021-04-21 13:43:08 +0100" endDate="2021-04-21 13:44:45 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 14:09:39 +0100" startDate="2021-04-21 13:58:36 +0100" endDate="2021-04-21 14:04:23 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 14:24:06 +0100" startDate="2021-04-21 14:11:16 +0100" endDate="2021-04-21 14:21:15 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 14:32:22 +0100" startDate="2021-04-21 14:21:15 +0100" endDate="2021-04-21 14:21:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 14:52:18 +0100" startDate="2021-04-21 14:40:20 +0100" endDate="2021-04-21 14:41:08 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 16:29:34 +0100" startDate="2021-04-21 16:17:44 +0100" endDate="2021-04-21 16:18:30 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 16:42:16 +0100" startDate="2021-04-21 16:28:41 +0100" endDate="2021-04-21 16:29:50 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 17:58:52 +0100" startDate="2021-04-21 17:47:01 +0100" endDate="2021-04-21 17:56:13 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 18:10:12 +0100" startDate="2021-04-21 17:59:09 +0100" endDate="2021-04-21 18:09:10 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 18:20:13 +0100" startDate="2021-04-21 18:09:10 +0100" endDate="2021-04-21 18:16:36 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-21 18:36:56 +0100" startDate="2021-04-21 18:25:53 +0100" endDate="2021-04-21 18:25:58 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 03:59:17 +0100" startDate="2021-04-22 03:48:15 +0100" endDate="2021-04-22 03:48:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 06:18:27 +0100" startDate="2021-04-22 06:07:25 +0100" endDate="2021-04-22 06:07:32 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 06:41:22 +0100" startDate="2021-04-22 06:30:04 +0100" endDate="2021-04-22 06:30:07 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 07:42:23 +0100" startDate="2021-04-22 07:30:55 +0100" endDate="2021-04-22 07:40:56 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 07:52:11 +0100" startDate="2021-04-22 07:40:56 +0100" endDate="2021-04-22 07:42:27 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 08:07:30 +0100" startDate="2021-04-22 07:56:06 +0100" endDate="2021-04-22 07:56:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 09:11:09 +0100" startDate="2021-04-22 08:58:01 +0100" endDate="2021-04-22 09:04:54 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 10:18:48 +0100" startDate="2021-04-22 10:07:38 +0100" endDate="2021-04-22 10:16:08 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 10:29:59 +0100" startDate="2021-04-22 10:18:30 +0100" endDate="2021-04-22 10:27:51 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 10:44:22 +0100" startDate="2021-04-22 10:33:20 +0100" endDate="2021-04-22 10:34:26 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 11:00:18 +0100" startDate="2021-04-22 10:49:15 +0100" endDate="2021-04-22 10:59:03 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 11:14:44 +0100" startDate="2021-04-22 11:00:02 +0100" endDate="2021-04-22 11:09:02 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 11:21:32 +0100" startDate="2021-04-22 11:10:06 +0100" endDate="2021-04-22 11:11:02 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 11:31:26 +0100" startDate="2021-04-22 11:20:14 +0100" endDate="2021-04-22 11:30:03 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 11:40:59 +0100" startDate="2021-04-22 11:30:20 +0100" endDate="2021-04-22 11:30:36 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 12:09:33 +0100" startDate="2021-04-22 11:54:40 +0100" endDate="2021-04-22 12:03:27 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 12:15:59 +0100" startDate="2021-04-22 12:04:56 +0100" endDate="2021-04-22 12:14:14 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 12:28:09 +0100" startDate="2021-04-22 12:16:44 +0100" endDate="2021-04-22 12:25:45 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 12:41:24 +0100" startDate="2021-04-22 12:27:45 +0100" endDate="2021-04-22 12:31:18 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 13:07:29 +0100" startDate="2021-04-22 12:55:58 +0100" endDate="2021-04-22 13:01:30 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 15:19:39 +0100" startDate="2021-04-22 15:18:55 +0100" endDate="2021-04-22 15:19:10 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 15:35:27 +0100" startDate="2021-04-22 15:24:05 +0100" endDate="2021-04-22 15:30:35 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 15:43:09 +0100" startDate="2021-04-22 15:30:55 +0100" endDate="2021-04-22 15:37:12 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 16:02:28 +0100" startDate="2021-04-22 15:51:26 +0100" endDate="2021-04-22 15:52:34 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 16:13:36 +0100" startDate="2021-04-22 16:02:13 +0100" endDate="2021-04-22 16:12:04 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 16:23:46 +0100" startDate="2021-04-22 16:12:15 +0100" endDate="2021-04-22 16:22:16 +0100" value="1126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 16:33:48 +0100" startDate="2021-04-22 16:22:16 +0100" endDate="2021-04-22 16:32:17 +0100" value="1101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 16:43:19 +0100" startDate="2021-04-22 16:32:17 +0100" endDate="2021-04-22 16:41:27 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 16:53:51 +0100" startDate="2021-04-22 16:42:48 +0100" endDate="2021-04-22 16:42:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:08:26 +0100" endDate="2021-04-22 18:08:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:08:31 +0100" endDate="2021-04-22 18:08:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:09:10 +0100" endDate="2021-04-22 18:09:15 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:09:15 +0100" endDate="2021-04-22 18:09:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:09:20 +0100" endDate="2021-04-22 18:09:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:09:25 +0100" endDate="2021-04-22 18:09:30 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:09:30 +0100" endDate="2021-04-22 18:09:33 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:09:53 +0100" endDate="2021-04-22 18:09:58 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:09:58 +0100" endDate="2021-04-22 18:10:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:10:03 +0100" endDate="2021-04-22 18:10:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:10:08 +0100" endDate="2021-04-22 18:10:13 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:10:13 +0100" endDate="2021-04-22 18:10:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:10:18 +0100" endDate="2021-04-22 18:10:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:10:24 +0100" endDate="2021-04-22 18:10:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:10:29 +0100" endDate="2021-04-22 18:10:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:10:34 +0100" endDate="2021-04-22 18:10:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:10:39 +0100" endDate="2021-04-22 18:10:44 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:10:46 +0100" endDate="2021-04-22 18:10:49 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:17:48 +0100" startDate="2021-04-22 18:10:52 +0100" endDate="2021-04-22 18:10:54 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 18:31:41 +0100" startDate="2021-04-22 18:17:57 +0100" endDate="2021-04-22 18:20:40 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-22 21:50:20 +0100" startDate="2021-04-22 21:39:17 +0100" endDate="2021-04-22 21:40:01 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 06:51:02 +0100" startDate="2021-04-23 06:49:42 +0100" endDate="2021-04-23 06:49:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 07:48:09 +0100" startDate="2021-04-23 07:35:52 +0100" endDate="2021-04-23 07:36:00 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 09:05:51 +0100" startDate="2021-04-23 08:53:56 +0100" endDate="2021-04-23 09:03:34 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 09:19:36 +0100" startDate="2021-04-23 09:04:45 +0100" endDate="2021-04-23 09:08:24 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 11:45:00 +0100" startDate="2021-04-23 11:33:45 +0100" endDate="2021-04-23 11:43:46 +0100" value="671"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 11:54:49 +0100" startDate="2021-04-23 11:43:46 +0100" endDate="2021-04-23 11:52:33 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 12:05:15 +0100" startDate="2021-04-23 11:54:12 +0100" endDate="2021-04-23 12:04:14 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 12:15:16 +0100" startDate="2021-04-23 12:04:14 +0100" endDate="2021-04-23 12:13:47 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 12:35:14 +0100" startDate="2021-04-23 12:21:15 +0100" endDate="2021-04-23 12:30:28 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 12:45:38 +0100" startDate="2021-04-23 12:34:35 +0100" endDate="2021-04-23 12:34:40 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 13:35:29 +0100" startDate="2021-04-23 13:24:13 +0100" endDate="2021-04-23 13:31:57 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 13:47:05 +0100" startDate="2021-04-23 13:36:02 +0100" endDate="2021-04-23 13:36:07 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 15:06:47 +0100" startDate="2021-04-23 14:55:44 +0100" endDate="2021-04-23 14:56:25 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 15:31:10 +0100" startDate="2021-04-23 15:18:52 +0100" endDate="2021-04-23 15:28:51 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 15:42:12 +0100" startDate="2021-04-23 15:28:51 +0100" endDate="2021-04-23 15:38:50 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 15:49:53 +0100" startDate="2021-04-23 15:38:50 +0100" endDate="2021-04-23 15:48:26 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 16:03:22 +0100" startDate="2021-04-23 15:50:28 +0100" endDate="2021-04-23 15:51:37 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 16:26:26 +0100" startDate="2021-04-23 16:15:24 +0100" endDate="2021-04-23 16:15:29 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 17:03:01 +0100" startDate="2021-04-23 16:51:58 +0100" endDate="2021-04-23 16:58:57 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 17:14:59 +0100" startDate="2021-04-23 17:01:58 +0100" endDate="2021-04-23 17:08:56 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 17:37:34 +0100" startDate="2021-04-23 17:26:00 +0100" endDate="2021-04-23 17:26:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 17:53:36 +0100" startDate="2021-04-23 17:41:32 +0100" endDate="2021-04-23 17:48:10 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 18:09:53 +0100" startDate="2021-04-23 17:58:19 +0100" endDate="2021-04-23 18:04:46 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 18:23:18 +0100" startDate="2021-04-23 18:09:11 +0100" endDate="2021-04-23 18:09:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 18:34:31 +0100" startDate="2021-04-23 18:22:41 +0100" endDate="2021-04-23 18:22:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 18:50:23 +0100" startDate="2021-04-23 18:39:04 +0100" endDate="2021-04-23 18:48:19 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 19:00:53 +0100" startDate="2021-04-23 18:49:33 +0100" endDate="2021-04-23 18:59:06 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 19:16:03 +0100" startDate="2021-04-23 19:04:02 +0100" endDate="2021-04-23 19:05:39 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 19:55:23 +0100" startDate="2021-04-23 19:38:55 +0100" endDate="2021-04-23 19:39:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 20:08:06 +0100" startDate="2021-04-23 19:56:32 +0100" endDate="2021-04-23 20:04:31 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 20:20:46 +0100" startDate="2021-04-23 20:06:34 +0100" endDate="2021-04-23 20:06:41 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-23 21:21:42 +0100" startDate="2021-04-23 21:10:39 +0100" endDate="2021-04-23 21:17:40 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 08:44:50 +0100" startDate="2021-04-24 08:31:32 +0100" endDate="2021-04-24 08:33:40 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 12:28:57 +0100" startDate="2021-04-24 12:15:55 +0100" endDate="2021-04-24 12:21:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 15:05:41 +0100" startDate="2021-04-24 14:54:38 +0100" endDate="2021-04-24 15:02:25 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 15:42:16 +0100" startDate="2021-04-24 15:27:10 +0100" endDate="2021-04-24 15:35:34 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 15:49:06 +0100" startDate="2021-04-24 15:37:31 +0100" endDate="2021-04-24 15:46:19 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 16:00:18 +0100" startDate="2021-04-24 15:48:44 +0100" endDate="2021-04-24 15:58:45 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 16:09:15 +0100" startDate="2021-04-24 15:58:45 +0100" endDate="2021-04-24 16:08:31 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 16:23:58 +0100" startDate="2021-04-24 16:12:45 +0100" endDate="2021-04-24 16:22:46 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 16:35:10 +0100" startDate="2021-04-24 16:22:46 +0100" endDate="2021-04-24 16:32:46 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 16:43:59 +0100" startDate="2021-04-24 16:32:56 +0100" endDate="2021-04-24 16:40:40 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 16:59:11 +0100" startDate="2021-04-24 16:46:41 +0100" endDate="2021-04-24 16:56:30 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 17:10:34 +0100" startDate="2021-04-24 16:57:44 +0100" endDate="2021-04-24 17:07:45 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 17:19:03 +0100" startDate="2021-04-24 17:07:45 +0100" endDate="2021-04-24 17:17:03 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 17:36:32 +0100" startDate="2021-04-24 17:25:29 +0100" endDate="2021-04-24 17:35:13 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 17:47:12 +0100" startDate="2021-04-24 17:36:09 +0100" endDate="2021-04-24 17:46:11 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 17:58:43 +0100" startDate="2021-04-24 17:46:31 +0100" endDate="2021-04-24 17:54:38 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 18:18:03 +0100" startDate="2021-04-24 18:02:47 +0100" endDate="2021-04-24 18:04:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 18:28:51 +0100" startDate="2021-04-24 18:16:09 +0100" endDate="2021-04-24 18:16:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 18:37:59 +0100" startDate="2021-04-24 18:26:56 +0100" endDate="2021-04-24 18:33:36 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 19:00:04 +0100" startDate="2021-04-24 18:43:22 +0100" endDate="2021-04-24 18:53:24 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 19:52:38 +0100" startDate="2021-04-24 19:39:50 +0100" endDate="2021-04-24 19:43:55 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 20:07:26 +0100" startDate="2021-04-24 19:56:24 +0100" endDate="2021-04-24 19:56:44 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-24 20:33:09 +0100" startDate="2021-04-24 20:20:51 +0100" endDate="2021-04-24 20:28:34 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 08:07:16 +0100" startDate="2021-04-25 07:53:31 +0100" endDate="2021-04-25 07:54:07 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 09:21:14 +0100" startDate="2021-04-25 09:09:05 +0100" endDate="2021-04-25 09:14:54 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 10:36:20 +0100" startDate="2021-04-25 10:21:08 +0100" endDate="2021-04-25 10:21:13 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 14:04:26 +0100" startDate="2021-04-25 13:51:20 +0100" endDate="2021-04-25 13:51:40 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 16:08:21 +0100" startDate="2021-04-25 15:56:30 +0100" endDate="2021-04-25 16:00:52 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 16:29:40 +0100" startDate="2021-04-25 16:16:10 +0100" endDate="2021-04-25 16:16:46 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 17:01:29 +0100" startDate="2021-04-25 16:50:27 +0100" endDate="2021-04-25 17:00:15 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 17:16:13 +0100" startDate="2021-04-25 17:01:06 +0100" endDate="2021-04-25 17:11:07 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 17:22:26 +0100" startDate="2021-04-25 17:11:07 +0100" endDate="2021-04-25 17:21:08 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 17:33:12 +0100" startDate="2021-04-25 17:21:08 +0100" endDate="2021-04-25 17:28:47 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 18:37:29 +0100" startDate="2021-04-25 18:24:49 +0100" endDate="2021-04-25 18:33:01 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 18:58:15 +0100" startDate="2021-04-25 18:46:34 +0100" endDate="2021-04-25 18:55:57 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 19:07:06 +0100" startDate="2021-04-25 18:56:23 +0100" endDate="2021-04-25 19:00:07 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 19:20:53 +0100" startDate="2021-04-25 19:08:54 +0100" endDate="2021-04-25 19:12:38 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-25 21:37:55 +0100" startDate="2021-04-25 21:26:52 +0100" endDate="2021-04-25 21:26:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 06:52:23 +0100" startDate="2021-04-26 06:39:46 +0100" endDate="2021-04-26 06:40:11 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 11:27:49 +0100" startDate="2021-04-26 11:15:38 +0100" endDate="2021-04-26 11:16:44 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 11:59:31 +0100" startDate="2021-04-26 11:47:54 +0100" endDate="2021-04-26 11:57:32 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 12:11:29 +0100" startDate="2021-04-26 11:59:37 +0100" endDate="2021-04-26 12:09:11 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 12:21:31 +0100" startDate="2021-04-26 12:09:52 +0100" endDate="2021-04-26 12:19:35 +0100" value="1053"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 12:30:55 +0100" startDate="2021-04-26 12:19:53 +0100" endDate="2021-04-26 12:29:34 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 12:40:04 +0100" startDate="2021-04-26 12:29:59 +0100" endDate="2021-04-26 12:32:12 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 14:27:09 +0100" startDate="2021-04-26 14:16:08 +0100" endDate="2021-04-26 14:16:21 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 15:44:12 +0100" startDate="2021-04-26 15:32:55 +0100" endDate="2021-04-26 15:42:11 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 16:23:22 +0100" startDate="2021-04-26 16:11:13 +0100" endDate="2021-04-26 16:21:14 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 16:33:30 +0100" startDate="2021-04-26 16:21:14 +0100" endDate="2021-04-26 16:31:15 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 16:45:29 +0100" startDate="2021-04-26 16:31:15 +0100" endDate="2021-04-26 16:41:16 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 16:55:43 +0100" startDate="2021-04-26 16:41:21 +0100" endDate="2021-04-26 16:51:22 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:03:08 +0100" startDate="2021-04-26 16:51:22 +0100" endDate="2021-04-26 17:01:23 +0100" value="1027"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:17:20 +0100" startDate="2021-04-26 17:01:23 +0100" endDate="2021-04-26 17:11:24 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:23:26 +0100" startDate="2021-04-26 17:11:37 +0100" endDate="2021-04-26 17:21:38 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:36:57 +0100" startDate="2021-04-26 17:21:38 +0100" endDate="2021-04-26 17:31:39 +0100" value="993"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:45:32 +0100" startDate="2021-04-26 17:31:39 +0100" endDate="2021-04-26 17:41:40 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:41:40 +0100" endDate="2021-04-26 17:41:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:41:45 +0100" endDate="2021-04-26 17:41:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:41:50 +0100" endDate="2021-04-26 17:41:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:41:55 +0100" endDate="2021-04-26 17:42:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:42:00 +0100" endDate="2021-04-26 17:42:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:42:05 +0100" endDate="2021-04-26 17:42:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:42:10 +0100" endDate="2021-04-26 17:42:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:42:15 +0100" endDate="2021-04-26 17:42:20 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:42:20 +0100" endDate="2021-04-26 17:42:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:42:26 +0100" endDate="2021-04-26 17:42:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:42:31 +0100" endDate="2021-04-26 17:42:36 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:42:36 +0100" endDate="2021-04-26 17:42:38 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:42:48 +0100" endDate="2021-04-26 17:42:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:42:54 +0100" endDate="2021-04-26 17:42:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:42:59 +0100" endDate="2021-04-26 17:43:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:43:04 +0100" endDate="2021-04-26 17:43:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:43:09 +0100" endDate="2021-04-26 17:43:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:43:14 +0100" endDate="2021-04-26 17:43:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:43:19 +0100" endDate="2021-04-26 17:43:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:43:24 +0100" endDate="2021-04-26 17:43:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:43:29 +0100" endDate="2021-04-26 17:43:34 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:43:34 +0100" endDate="2021-04-26 17:43:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:44:05 +0100" endDate="2021-04-26 17:44:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:44:10 +0100" endDate="2021-04-26 17:44:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:44:15 +0100" endDate="2021-04-26 17:44:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:44:20 +0100" endDate="2021-04-26 17:44:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:44:25 +0100" endDate="2021-04-26 17:44:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:44:30 +0100" endDate="2021-04-26 17:44:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:44:35 +0100" endDate="2021-04-26 17:44:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:44:41 +0100" endDate="2021-04-26 17:44:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:44:46 +0100" endDate="2021-04-26 17:44:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:44:51 +0100" endDate="2021-04-26 17:44:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:44:56 +0100" endDate="2021-04-26 17:45:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:45:01 +0100" endDate="2021-04-26 17:45:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:45:06 +0100" endDate="2021-04-26 17:45:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:45:11 +0100" endDate="2021-04-26 17:45:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:45:16 +0100" endDate="2021-04-26 17:45:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:45:21 +0100" endDate="2021-04-26 17:45:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:45:26 +0100" endDate="2021-04-26 17:45:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:45:37 +0100" endDate="2021-04-26 17:45:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:45:42 +0100" endDate="2021-04-26 17:45:44 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:45:52 +0100" endDate="2021-04-26 17:45:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:45:57 +0100" endDate="2021-04-26 17:45:59 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:46:07 +0100" endDate="2021-04-26 17:46:12 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:46:12 +0100" endDate="2021-04-26 17:46:17 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:46:17 +0100" endDate="2021-04-26 17:46:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:46:25 +0100" endDate="2021-04-26 17:46:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:46:30 +0100" endDate="2021-04-26 17:46:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:46:35 +0100" endDate="2021-04-26 17:46:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:46:40 +0100" endDate="2021-04-26 17:46:43 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:46:48 +0100" endDate="2021-04-26 17:46:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:46:53 +0100" endDate="2021-04-26 17:46:58 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:46:58 +0100" endDate="2021-04-26 17:47:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:47:03 +0100" endDate="2021-04-26 17:47:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:47:13 +0100" endDate="2021-04-26 17:47:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:47:18 +0100" endDate="2021-04-26 17:47:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:47:24 +0100" endDate="2021-04-26 17:47:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:47:29 +0100" endDate="2021-04-26 17:47:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:47:34 +0100" endDate="2021-04-26 17:47:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:47:39 +0100" endDate="2021-04-26 17:47:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:47:44 +0100" endDate="2021-04-26 17:47:49 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:47:49 +0100" endDate="2021-04-26 17:47:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:47:54 +0100" endDate="2021-04-26 17:47:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:47:59 +0100" endDate="2021-04-26 17:48:04 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:48:04 +0100" endDate="2021-04-26 17:48:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:48:09 +0100" endDate="2021-04-26 17:48:14 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:44 +0100" startDate="2021-04-26 17:48:14 +0100" endDate="2021-04-26 17:48:17 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:49:56 +0100" startDate="2021-04-26 17:49:49 +0100" endDate="2021-04-26 17:49:54 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:50:04 +0100" startDate="2021-04-26 17:49:54 +0100" endDate="2021-04-26 17:49:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 17:50:05 +0100" startDate="2021-04-26 17:49:59 +0100" endDate="2021-04-26 17:50:01 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 18:06:46 +0100" startDate="2021-04-26 17:55:33 +0100" endDate="2021-04-26 18:05:11 +0100" value="836"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 18:14:56 +0100" startDate="2021-04-26 18:06:32 +0100" endDate="2021-04-26 18:12:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 18:25:56 +0100" startDate="2021-04-26 18:15:48 +0100" endDate="2021-04-26 18:15:53 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-26 20:56:05 +0100" startDate="2021-04-26 20:45:03 +0100" endDate="2021-04-26 20:47:54 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 05:26:00 +0100" startDate="2021-04-27 05:14:47 +0100" endDate="2021-04-27 05:24:24 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 05:42:37 +0100" startDate="2021-04-27 05:31:20 +0100" endDate="2021-04-27 05:41:21 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 05:52:24 +0100" startDate="2021-04-27 05:41:21 +0100" endDate="2021-04-27 05:50:28 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 06:06:50 +0100" startDate="2021-04-27 05:55:47 +0100" endDate="2021-04-27 05:55:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 07:43:19 +0100" startDate="2021-04-27 07:32:04 +0100" endDate="2021-04-27 07:40:39 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 07:56:12 +0100" startDate="2021-04-27 07:43:40 +0100" endDate="2021-04-27 07:53:20 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 08:05:43 +0100" startDate="2021-04-27 07:53:41 +0100" endDate="2021-04-27 08:03:24 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 08:18:01 +0100" startDate="2021-04-27 08:06:33 +0100" endDate="2021-04-27 08:16:27 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 08:40:58 +0100" startDate="2021-04-27 08:28:30 +0100" endDate="2021-04-27 08:37:13 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 08:51:27 +0100" startDate="2021-04-27 08:39:18 +0100" endDate="2021-04-27 08:39:46 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 10:11:25 +0100" startDate="2021-04-27 10:00:02 +0100" endDate="2021-04-27 10:03:19 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 11:23:36 +0100" startDate="2021-04-27 11:11:49 +0100" endDate="2021-04-27 11:21:50 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 11:32:53 +0100" startDate="2021-04-27 11:21:50 +0100" endDate="2021-04-27 11:31:15 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 11:43:10 +0100" startDate="2021-04-27 11:31:59 +0100" endDate="2021-04-27 11:38:54 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 12:14:02 +0100" startDate="2021-04-27 12:01:49 +0100" endDate="2021-04-27 12:09:45 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 12:25:01 +0100" startDate="2021-04-27 12:12:36 +0100" endDate="2021-04-27 12:21:08 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 13:14:33 +0100" startDate="2021-04-27 13:01:49 +0100" endDate="2021-04-27 13:09:10 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 13:25:34 +0100" startDate="2021-04-27 13:14:31 +0100" endDate="2021-04-27 13:24:30 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 13:38:13 +0100" startDate="2021-04-27 13:24:30 +0100" endDate="2021-04-27 13:27:57 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 14:37:34 +0100" startDate="2021-04-27 14:24:50 +0100" endDate="2021-04-27 14:27:45 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 14:58:11 +0100" startDate="2021-04-27 14:42:55 +0100" endDate="2021-04-27 14:43:23 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 15:10:31 +0100" startDate="2021-04-27 14:57:54 +0100" endDate="2021-04-27 15:02:45 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 15:33:02 +0100" startDate="2021-04-27 15:21:33 +0100" endDate="2021-04-27 15:26:52 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 15:46:56 +0100" startDate="2021-04-27 15:35:53 +0100" endDate="2021-04-27 15:45:54 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 15:56:57 +0100" startDate="2021-04-27 15:45:54 +0100" endDate="2021-04-27 15:55:54 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 16:07:07 +0100" startDate="2021-04-27 15:56:04 +0100" endDate="2021-04-27 16:03:20 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 16:32:33 +0100" startDate="2021-04-27 16:21:30 +0100" endDate="2021-04-27 16:21:53 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 17:24:31 +0100" startDate="2021-04-27 17:13:28 +0100" endDate="2021-04-27 17:13:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 18:04:20 +0100" startDate="2021-04-27 17:53:05 +0100" endDate="2021-04-27 18:03:04 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 18:14:08 +0100" startDate="2021-04-27 18:03:04 +0100" endDate="2021-04-27 18:12:55 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 18:28:59 +0100" startDate="2021-04-27 18:15:25 +0100" endDate="2021-04-27 18:23:57 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 18:40:39 +0100" startDate="2021-04-27 18:28:42 +0100" endDate="2021-04-27 18:37:00 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 18:51:17 +0100" startDate="2021-04-27 18:39:35 +0100" endDate="2021-04-27 18:48:44 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 19:04:01 +0100" startDate="2021-04-27 18:50:54 +0100" endDate="2021-04-27 18:57:07 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 19:34:50 +0100" startDate="2021-04-27 19:23:00 +0100" endDate="2021-04-27 19:25:38 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 19:49:29 +0100" startDate="2021-04-27 19:38:05 +0100" endDate="2021-04-27 19:38:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-27 20:44:57 +0100" startDate="2021-04-27 20:33:25 +0100" endDate="2021-04-27 20:33:40 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-28 09:15:06 +0100" startDate="2021-04-28 09:03:52 +0100" endDate="2021-04-28 09:05:33 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-28 10:18:30 +0100" startDate="2021-04-28 10:07:57 +0100" endDate="2021-04-28 10:08:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-28 10:53:58 +0100" startDate="2021-04-28 10:43:43 +0100" endDate="2021-04-28 10:43:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-28 13:07:31 +0100" startDate="2021-04-28 12:55:02 +0100" endDate="2021-04-28 13:04:05 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-28 13:27:30 +0100" startDate="2021-04-28 13:14:29 +0100" endDate="2021-04-28 13:21:19 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-28 14:31:15 +0100" startDate="2021-04-28 14:18:14 +0100" endDate="2021-04-28 14:18:32 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-28 14:42:37 +0100" startDate="2021-04-28 14:31:34 +0100" endDate="2021-04-28 14:32:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-28 14:55:36 +0100" startDate="2021-04-28 14:43:07 +0100" endDate="2021-04-28 14:50:05 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-28 15:44:31 +0100" startDate="2021-04-28 15:33:29 +0100" endDate="2021-04-28 15:37:36 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-28 17:07:58 +0100" startDate="2021-04-28 16:57:22 +0100" endDate="2021-04-28 17:03:09 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-28 17:25:14 +0100" startDate="2021-04-28 17:13:36 +0100" endDate="2021-04-28 17:13:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-28 19:08:07 +0100" startDate="2021-04-28 18:57:04 +0100" endDate="2021-04-28 18:58:00 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-29 07:15:11 +0100" startDate="2021-04-29 07:02:45 +0100" endDate="2021-04-29 07:02:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-29 11:55:30 +0100" startDate="2021-04-29 11:44:27 +0100" endDate="2021-04-29 11:44:40 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-29 16:21:49 +0100" startDate="2021-04-29 16:10:30 +0100" endDate="2021-04-29 16:19:40 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-29 16:32:11 +0100" startDate="2021-04-29 16:20:34 +0100" endDate="2021-04-29 16:27:59 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-29 20:41:11 +0100" startDate="2021-04-29 20:30:08 +0100" endDate="2021-04-29 20:30:57 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-30 06:44:49 +0100" startDate="2021-04-30 06:32:32 +0100" endDate="2021-04-30 06:32:38 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-30 07:28:02 +0100" startDate="2021-04-30 07:15:53 +0100" endDate="2021-04-30 07:20:18 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-30 07:39:30 +0100" startDate="2021-04-30 07:28:02 +0100" endDate="2021-04-30 07:28:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-30 10:15:17 +0100" startDate="2021-04-30 10:03:56 +0100" endDate="2021-04-30 10:11:19 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-30 12:41:19 +0100" startDate="2021-04-30 12:29:54 +0100" endDate="2021-04-30 12:29:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-30 13:41:34 +0100" startDate="2021-04-30 13:29:54 +0100" endDate="2021-04-30 13:30:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-30 14:01:41 +0100" startDate="2021-04-30 13:50:20 +0100" endDate="2021-04-30 13:51:13 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-30 14:15:32 +0100" startDate="2021-04-30 14:03:05 +0100" endDate="2021-04-30 14:05:12 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-30 16:16:47 +0100" startDate="2021-04-30 16:05:45 +0100" endDate="2021-04-30 16:06:10 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-30 16:50:04 +0100" startDate="2021-04-30 16:29:34 +0100" endDate="2021-04-30 16:29:36 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-30 18:33:10 +0100" startDate="2021-04-30 18:22:07 +0100" endDate="2021-04-30 18:22:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-04-30 22:15:32 +0100" startDate="2021-04-30 22:04:29 +0100" endDate="2021-04-30 22:04:36 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 09:21:06 +0100" startDate="2021-05-01 09:04:50 +0100" endDate="2021-05-01 09:13:23 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 09:31:47 +0100" startDate="2021-05-01 09:20:43 +0100" endDate="2021-05-01 09:30:00 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 09:46:36 +0100" startDate="2021-05-01 09:30:53 +0100" endDate="2021-05-01 09:32:02 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 11:03:58 +0100" startDate="2021-05-01 10:48:32 +0100" endDate="2021-05-01 10:54:05 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 11:51:43 +0100" startDate="2021-05-01 11:40:11 +0100" endDate="2021-05-01 11:49:49 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 12:03:42 +0100" startDate="2021-05-01 11:52:40 +0100" endDate="2021-05-01 12:00:54 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 12:16:18 +0100" startDate="2021-05-01 12:03:25 +0100" endDate="2021-05-01 12:12:12 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 12:37:21 +0100" startDate="2021-05-01 12:24:46 +0100" endDate="2021-05-01 12:33:16 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 13:40:29 +0100" startDate="2021-05-01 13:29:26 +0100" endDate="2021-05-01 13:38:19 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 13:55:15 +0100" startDate="2021-05-01 13:41:32 +0100" endDate="2021-05-01 13:51:33 +0100" value="993"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 14:02:30 +0100" startDate="2021-05-01 13:51:33 +0100" endDate="2021-05-01 14:01:09 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 14:18:44 +0100" startDate="2021-05-01 14:06:55 +0100" endDate="2021-05-01 14:08:07 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 16:30:29 +0100" startDate="2021-05-01 16:19:26 +0100" endDate="2021-05-01 16:25:46 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 17:07:07 +0100" startDate="2021-05-01 16:56:04 +0100" endDate="2021-05-01 16:56:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 17:25:45 +0100" startDate="2021-05-01 17:12:53 +0100" endDate="2021-05-01 17:13:26 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 17:55:00 +0100" startDate="2021-05-01 17:44:41 +0100" endDate="2021-05-01 17:53:05 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 18:10:51 +0100" startDate="2021-05-01 17:59:48 +0100" endDate="2021-05-01 18:04:38 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 19:04:57 +0100" startDate="2021-05-01 18:53:55 +0100" endDate="2021-05-01 18:57:13 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 20:20:53 +0100" startDate="2021-05-01 20:08:10 +0100" endDate="2021-05-01 20:18:01 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 20:30:25 +0100" startDate="2021-05-01 20:18:19 +0100" endDate="2021-05-01 20:27:01 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 20:44:44 +0100" startDate="2021-05-01 20:33:41 +0100" endDate="2021-05-01 20:38:27 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 21:07:13 +0100" startDate="2021-05-01 20:56:11 +0100" endDate="2021-05-01 20:58:31 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 21:30:27 +0100" startDate="2021-05-01 21:18:33 +0100" endDate="2021-05-01 21:21:37 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 22:43:33 +0100" startDate="2021-05-01 22:30:35 +0100" endDate="2021-05-01 22:37:19 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-01 22:55:32 +0100" startDate="2021-05-01 22:42:40 +0100" endDate="2021-05-01 22:43:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 09:44:48 +0100" startDate="2021-05-02 09:33:45 +0100" endDate="2021-05-02 09:34:28 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 10:42:51 +0100" startDate="2021-05-02 10:29:58 +0100" endDate="2021-05-02 10:32:51 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 11:49:39 +0100" startDate="2021-05-02 11:36:57 +0100" endDate="2021-05-02 11:37:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 12:19:59 +0100" startDate="2021-05-02 12:08:46 +0100" endDate="2021-05-02 12:18:47 +0100" value="1028"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 12:31:16 +0100" startDate="2021-05-02 12:18:47 +0100" endDate="2021-05-02 12:28:48 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 12:39:51 +0100" startDate="2021-05-02 12:28:48 +0100" endDate="2021-05-02 12:38:44 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 12:49:55 +0100" startDate="2021-05-02 12:38:52 +0100" endDate="2021-05-02 12:45:19 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 13:01:55 +0100" startDate="2021-05-02 12:50:52 +0100" endDate="2021-05-02 12:53:02 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 14:45:35 +0100" startDate="2021-05-02 14:34:30 +0100" endDate="2021-05-02 14:44:29 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 14:55:31 +0100" startDate="2021-05-02 14:44:29 +0100" endDate="2021-05-02 14:45:38 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 17:30:47 +0100" startDate="2021-05-02 17:19:14 +0100" endDate="2021-05-02 17:20:05 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 18:30:56 +0100" startDate="2021-05-02 18:19:18 +0100" endDate="2021-05-02 18:28:59 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 18:42:46 +0100" startDate="2021-05-02 18:30:02 +0100" endDate="2021-05-02 18:32:25 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 20:19:46 +0100" startDate="2021-05-02 20:06:44 +0100" endDate="2021-05-02 20:13:26 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 20:30:15 +0100" startDate="2021-05-02 20:19:13 +0100" endDate="2021-05-02 20:23:27 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 20:58:52 +0100" startDate="2021-05-02 20:47:50 +0100" endDate="2021-05-02 20:56:55 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 21:11:15 +0100" startDate="2021-05-02 21:00:12 +0100" endDate="2021-05-02 21:03:20 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-02 23:47:08 +0100" startDate="2021-05-02 23:36:06 +0100" endDate="2021-05-02 23:37:50 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 06:19:01 +0100" startDate="2021-05-03 06:02:39 +0100" endDate="2021-05-03 06:10:11 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 07:29:36 +0100" startDate="2021-05-03 07:18:31 +0100" endDate="2021-05-03 07:23:35 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 09:12:14 +0100" startDate="2021-05-03 09:00:56 +0100" endDate="2021-05-03 09:07:18 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 10:14:59 +0100" startDate="2021-05-03 10:03:48 +0100" endDate="2021-05-03 10:13:31 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 10:28:54 +0100" startDate="2021-05-03 10:16:02 +0100" endDate="2021-05-03 10:26:03 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 10:37:05 +0100" startDate="2021-05-03 10:26:03 +0100" endDate="2021-05-03 10:35:13 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 10:50:26 +0100" startDate="2021-05-03 10:37:44 +0100" endDate="2021-05-03 10:47:45 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 11:00:32 +0100" startDate="2021-05-03 10:47:45 +0100" endDate="2021-05-03 10:57:46 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 11:09:22 +0100" startDate="2021-05-03 10:57:46 +0100" endDate="2021-05-03 11:05:22 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 11:19:37 +0100" startDate="2021-05-03 11:07:54 +0100" endDate="2021-05-03 11:08:12 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 11:42:31 +0100" startDate="2021-05-03 11:27:56 +0100" endDate="2021-05-03 11:31:53 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 12:19:58 +0100" startDate="2021-05-03 12:06:19 +0100" endDate="2021-05-03 12:14:10 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 14:21:24 +0100" startDate="2021-05-03 14:10:16 +0100" endDate="2021-05-03 14:20:00 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 14:31:30 +0100" startDate="2021-05-03 14:20:28 +0100" endDate="2021-05-03 14:30:26 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 14:41:29 +0100" startDate="2021-05-03 14:30:26 +0100" endDate="2021-05-03 14:30:44 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 15:05:58 +0100" startDate="2021-05-03 14:54:55 +0100" endDate="2021-05-03 14:58:44 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 15:27:24 +0100" startDate="2021-05-03 15:16:16 +0100" endDate="2021-05-03 15:25:16 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 15:41:44 +0100" startDate="2021-05-03 15:29:41 +0100" endDate="2021-05-03 15:38:33 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 15:51:58 +0100" startDate="2021-05-03 15:39:57 +0100" endDate="2021-05-03 15:43:54 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 16:02:50 +0100" startDate="2021-05-03 15:51:27 +0100" endDate="2021-05-03 15:51:50 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 16:59:48 +0100" startDate="2021-05-03 16:48:35 +0100" endDate="2021-05-03 16:51:48 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 17:10:17 +0100" startDate="2021-05-03 16:59:14 +0100" endDate="2021-05-03 17:00:05 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 17:25:01 +0100" startDate="2021-05-03 17:13:58 +0100" endDate="2021-05-03 17:18:14 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 17:48:11 +0100" startDate="2021-05-03 17:37:51 +0100" endDate="2021-05-03 17:47:50 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 18:00:24 +0100" startDate="2021-05-03 17:48:05 +0100" endDate="2021-05-03 17:48:07 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 18:29:59 +0100" startDate="2021-05-03 18:17:16 +0100" endDate="2021-05-03 18:27:10 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 20:30:10 +0100" startDate="2021-05-03 20:18:25 +0100" endDate="2021-05-03 20:24:02 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 21:00:56 +0100" startDate="2021-05-03 20:49:53 +0100" endDate="2021-05-03 20:58:58 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 21:11:27 +0100" startDate="2021-05-03 21:00:22 +0100" endDate="2021-05-03 21:00:43 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-03 21:58:18 +0100" startDate="2021-05-03 21:47:15 +0100" endDate="2021-05-03 21:49:30 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 02:33:15 +0100" startDate="2021-05-04 02:22:13 +0100" endDate="2021-05-04 02:25:21 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 06:15:45 +0100" startDate="2021-05-04 06:03:49 +0100" endDate="2021-05-04 06:13:44 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 06:27:41 +0100" startDate="2021-05-04 06:13:51 +0100" endDate="2021-05-04 06:23:04 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 07:42:51 +0100" startDate="2021-05-04 07:31:49 +0100" endDate="2021-05-04 07:34:01 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 07:57:09 +0100" startDate="2021-05-04 07:46:06 +0100" endDate="2021-05-04 07:50:47 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 08:13:39 +0100" startDate="2021-05-04 08:00:24 +0100" endDate="2021-05-04 08:01:33 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 08:24:33 +0100" startDate="2021-05-04 08:13:30 +0100" endDate="2021-05-04 08:13:35 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 09:08:04 +0100" startDate="2021-05-04 08:56:58 +0100" endDate="2021-05-04 09:06:59 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 09:18:30 +0100" startDate="2021-05-04 09:06:59 +0100" endDate="2021-05-04 09:16:39 +0100" value="1047"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 09:29:25 +0100" startDate="2021-05-04 09:17:10 +0100" endDate="2021-05-04 09:17:33 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 09:41:33 +0100" startDate="2021-05-04 09:28:24 +0100" endDate="2021-05-04 09:38:05 +0100" value="1071"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 09:53:10 +0100" startDate="2021-05-04 09:38:28 +0100" endDate="2021-05-04 09:47:38 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 10:00:17 +0100" startDate="2021-05-04 09:48:31 +0100" endDate="2021-05-04 09:53:09 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 11:38:17 +0100" startDate="2021-05-04 11:27:10 +0100" endDate="2021-05-04 11:32:15 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 11:55:08 +0100" startDate="2021-05-04 11:41:43 +0100" endDate="2021-05-04 11:41:53 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 12:04:33 +0100" startDate="2021-05-04 11:52:46 +0100" endDate="2021-05-04 12:01:53 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 15:31:35 +0100" startDate="2021-05-04 15:20:32 +0100" endDate="2021-05-04 15:29:09 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 15:45:15 +0100" startDate="2021-05-04 15:34:12 +0100" endDate="2021-05-04 15:44:13 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 15:55:16 +0100" startDate="2021-05-04 15:44:13 +0100" endDate="2021-05-04 15:51:44 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 16:57:12 +0100" startDate="2021-05-04 16:46:09 +0100" endDate="2021-05-04 16:46:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 17:59:37 +0100" startDate="2021-05-04 17:48:34 +0100" endDate="2021-05-04 17:56:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 18:10:09 +0100" startDate="2021-05-04 17:59:06 +0100" endDate="2021-05-04 18:00:46 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 18:55:34 +0100" startDate="2021-05-04 18:44:32 +0100" endDate="2021-05-04 18:54:33 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 19:05:35 +0100" startDate="2021-05-04 18:54:33 +0100" endDate="2021-05-04 19:04:13 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 19:17:26 +0100" startDate="2021-05-04 19:05:32 +0100" endDate="2021-05-04 19:07:09 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 20:34:29 +0100" startDate="2021-05-04 20:22:47 +0100" endDate="2021-05-04 20:22:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-04 21:07:41 +0100" startDate="2021-05-04 20:56:38 +0100" endDate="2021-05-04 21:02:47 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 05:54:46 +0100" startDate="2021-05-05 05:43:44 +0100" endDate="2021-05-05 05:50:14 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 06:25:23 +0100" startDate="2021-05-05 06:13:20 +0100" endDate="2021-05-05 06:13:40 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 07:02:58 +0100" startDate="2021-05-05 06:51:31 +0100" endDate="2021-05-05 07:01:32 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 07:12:37 +0100" startDate="2021-05-05 07:01:34 +0100" endDate="2021-05-05 07:07:43 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 07:29:14 +0100" startDate="2021-05-05 07:17:22 +0100" endDate="2021-05-05 07:24:46 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 07:44:49 +0100" startDate="2021-05-05 07:33:46 +0100" endDate="2021-05-05 07:43:22 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 07:55:21 +0100" startDate="2021-05-05 07:43:50 +0100" endDate="2021-05-05 07:51:41 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 08:17:00 +0100" startDate="2021-05-05 08:03:58 +0100" endDate="2021-05-05 08:12:25 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 09:07:12 +0100" startDate="2021-05-05 08:54:46 +0100" endDate="2021-05-05 08:56:02 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 09:56:54 +0100" startDate="2021-05-05 09:44:22 +0100" endDate="2021-05-05 09:47:30 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 11:32:30 +0100" startDate="2021-05-05 11:21:27 +0100" endDate="2021-05-05 11:26:17 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 12:11:18 +0100" startDate="2021-05-05 12:00:16 +0100" endDate="2021-05-05 12:09:36 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 12:22:21 +0100" startDate="2021-05-05 12:11:18 +0100" endDate="2021-05-05 12:13:49 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 12:56:33 +0100" startDate="2021-05-05 12:44:38 +0100" endDate="2021-05-05 12:50:02 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 16:08:41 +0100" startDate="2021-05-05 15:57:38 +0100" endDate="2021-05-05 16:07:37 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 16:21:38 +0100" startDate="2021-05-05 16:09:26 +0100" endDate="2021-05-05 16:18:52 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 16:31:06 +0100" startDate="2021-05-05 16:19:45 +0100" endDate="2021-05-05 16:21:50 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 18:00:42 +0100" startDate="2021-05-05 17:48:09 +0100" endDate="2021-05-05 17:56:41 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 19:13:45 +0100" startDate="2021-05-05 19:01:29 +0100" endDate="2021-05-05 19:02:05 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 19:42:36 +0100" startDate="2021-05-05 19:29:05 +0100" endDate="2021-05-05 19:29:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-05 20:58:42 +0100" startDate="2021-05-05 20:45:51 +0100" endDate="2021-05-05 20:50:17 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 06:49:51 +0100" startDate="2021-05-06 06:31:57 +0100" endDate="2021-05-06 06:32:00 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 07:34:06 +0100" startDate="2021-05-06 07:20:57 +0100" endDate="2021-05-06 07:21:23 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 11:18:26 +0100" startDate="2021-05-06 11:07:24 +0100" endDate="2021-05-06 11:11:33 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 11:41:45 +0100" startDate="2021-05-06 11:27:49 +0100" endDate="2021-05-06 11:34:42 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 12:09:38 +0100" startDate="2021-05-06 11:56:51 +0100" endDate="2021-05-06 11:56:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 14:09:50 +0100" startDate="2021-05-06 13:57:06 +0100" endDate="2021-05-06 13:58:53 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 16:55:02 +0100" startDate="2021-05-06 16:40:52 +0100" endDate="2021-05-06 16:40:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 17:15:34 +0100" startDate="2021-05-06 17:02:48 +0100" endDate="2021-05-06 17:12:11 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 17:27:01 +0100" startDate="2021-05-06 17:12:57 +0100" endDate="2021-05-06 17:20:54 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 17:36:57 +0100" startDate="2021-05-06 17:24:30 +0100" endDate="2021-05-06 17:34:31 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 17:47:34 +0100" startDate="2021-05-06 17:35:27 +0100" endDate="2021-05-06 17:35:58 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 18:43:37 +0100" startDate="2021-05-06 18:30:53 +0100" endDate="2021-05-06 18:40:54 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 18:54:55 +0100" startDate="2021-05-06 18:40:54 +0100" endDate="2021-05-06 18:49:42 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 19:02:55 +0100" startDate="2021-05-06 18:51:52 +0100" endDate="2021-05-06 19:01:42 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 19:18:25 +0100" startDate="2021-05-06 19:01:55 +0100" endDate="2021-05-06 19:08:04 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 19:27:33 +0100" startDate="2021-05-06 19:12:45 +0100" endDate="2021-05-06 19:21:22 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-06 21:02:22 +0100" startDate="2021-05-06 20:50:21 +0100" endDate="2021-05-06 20:54:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 06:45:09 +0100" startDate="2021-05-07 06:34:07 +0100" endDate="2021-05-07 06:38:23 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 07:17:05 +0100" startDate="2021-05-07 07:02:11 +0100" endDate="2021-05-07 07:02:37 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 08:52:30 +0100" startDate="2021-05-07 08:41:02 +0100" endDate="2021-05-07 08:44:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 09:29:51 +0100" startDate="2021-05-07 09:18:48 +0100" endDate="2021-05-07 09:19:37 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 10:06:20 +0100" startDate="2021-05-07 09:55:18 +0100" endDate="2021-05-07 09:55:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 11:09:46 +0100" startDate="2021-05-07 10:57:44 +0100" endDate="2021-05-07 10:58:02 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 11:21:58 +0100" startDate="2021-05-07 11:10:25 +0100" endDate="2021-05-07 11:10:28 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 11:36:37 +0100" startDate="2021-05-07 11:20:32 +0100" endDate="2021-05-07 11:21:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 11:46:55 +0100" startDate="2021-05-07 11:34:33 +0100" endDate="2021-05-07 11:43:00 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 12:20:56 +0100" startDate="2021-05-07 12:09:43 +0100" endDate="2021-05-07 12:15:04 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 13:30:21 +0100" startDate="2021-05-07 13:19:05 +0100" endDate="2021-05-07 13:19:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 14:42:12 +0100" startDate="2021-05-07 14:31:10 +0100" endDate="2021-05-07 14:37:51 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 16:35:56 +0100" startDate="2021-05-07 16:24:54 +0100" endDate="2021-05-07 16:29:08 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 17:31:17 +0100" startDate="2021-05-07 17:18:34 +0100" endDate="2021-05-07 17:26:12 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 17:44:14 +0100" startDate="2021-05-07 17:32:09 +0100" endDate="2021-05-07 17:41:04 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 17:48:44 +0100" startDate="2021-05-07 17:43:55 +0100" endDate="2021-05-07 17:45:26 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 18:21:12 +0100" startDate="2021-05-07 18:09:35 +0100" endDate="2021-05-07 18:18:30 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 18:30:44 +0100" startDate="2021-05-07 18:19:41 +0100" endDate="2021-05-07 18:21:59 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 19:55:41 +0100" startDate="2021-05-07 19:44:39 +0100" endDate="2021-05-07 19:44:44 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 20:10:05 +0100" startDate="2021-05-07 19:59:02 +0100" endDate="2021-05-07 19:59:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 20:34:51 +0100" startDate="2021-05-07 20:23:00 +0100" endDate="2021-05-07 20:25:02 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 20:48:18 +0100" startDate="2021-05-07 20:37:06 +0100" endDate="2021-05-07 20:44:26 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 21:20:35 +0100" startDate="2021-05-07 21:08:59 +0100" endDate="2021-05-07 21:18:57 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 21:30:48 +0100" startDate="2021-05-07 21:19:05 +0100" endDate="2021-05-07 21:25:18 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-07 23:07:55 +0100" startDate="2021-05-07 22:56:53 +0100" endDate="2021-05-07 22:57:05 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 08:32:35 +0100" startDate="2021-05-08 08:21:39 +0100" endDate="2021-05-08 08:31:22 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 08:53:30 +0100" startDate="2021-05-08 08:42:08 +0100" endDate="2021-05-08 08:51:44 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 09:02:45 +0100" startDate="2021-05-08 08:52:15 +0100" endDate="2021-05-08 08:52:17 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 10:57:37 +0100" startDate="2021-05-08 10:43:52 +0100" endDate="2021-05-08 10:53:11 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 11:27:30 +0100" startDate="2021-05-08 11:13:35 +0100" endDate="2021-05-08 11:22:53 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 11:35:40 +0100" startDate="2021-05-08 11:24:38 +0100" endDate="2021-05-08 11:30:42 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 11:56:13 +0100" startDate="2021-05-08 11:42:48 +0100" endDate="2021-05-08 11:48:17 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 12:18:44 +0100" startDate="2021-05-08 12:05:25 +0100" endDate="2021-05-08 12:06:42 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 12:32:39 +0100" startDate="2021-05-08 12:21:10 +0100" endDate="2021-05-08 12:27:30 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 12:49:03 +0100" startDate="2021-05-08 12:37:05 +0100" endDate="2021-05-08 12:44:56 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 13:20:02 +0100" startDate="2021-05-08 13:05:31 +0100" endDate="2021-05-08 13:05:49 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 13:33:00 +0100" startDate="2021-05-08 13:18:38 +0100" endDate="2021-05-08 13:18:46 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 13:51:16 +0100" startDate="2021-05-08 13:37:36 +0100" endDate="2021-05-08 13:47:37 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 13:59:18 +0100" startDate="2021-05-08 13:47:37 +0100" endDate="2021-05-08 13:57:39 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 14:14:54 +0100" startDate="2021-05-08 13:57:39 +0100" endDate="2021-05-08 14:07:19 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 14:25:01 +0100" startDate="2021-05-08 14:08:51 +0100" endDate="2021-05-08 14:17:58 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 14:38:33 +0100" startDate="2021-05-08 14:25:47 +0100" endDate="2021-05-08 14:35:48 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 14:48:02 +0100" startDate="2021-05-08 14:36:59 +0100" endDate="2021-05-08 14:45:36 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 15:17:47 +0100" startDate="2021-05-08 15:08:55 +0100" endDate="2021-05-08 15:14:52 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 15:47:25 +0100" startDate="2021-05-08 15:35:24 +0100" endDate="2021-05-08 15:44:24 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 16:00:04 +0100" startDate="2021-05-08 15:45:51 +0100" endDate="2021-05-08 15:55:52 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 16:07:22 +0100" startDate="2021-05-08 15:55:52 +0100" endDate="2021-05-08 16:05:53 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 16:17:24 +0100" startDate="2021-05-08 16:05:53 +0100" endDate="2021-05-08 16:15:54 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 16:27:46 +0100" startDate="2021-05-08 16:15:54 +0100" endDate="2021-05-08 16:25:55 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 16:38:40 +0100" startDate="2021-05-08 16:25:55 +0100" endDate="2021-05-08 16:35:56 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 16:47:47 +0100" startDate="2021-05-08 16:35:56 +0100" endDate="2021-05-08 16:45:57 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 16:57:47 +0100" startDate="2021-05-08 16:45:57 +0100" endDate="2021-05-08 16:52:01 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 18:45:23 +0100" startDate="2021-05-08 18:33:33 +0100" endDate="2021-05-08 18:34:57 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 22:37:06 +0100" startDate="2021-05-08 22:26:01 +0100" endDate="2021-05-08 22:32:26 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-08 22:52:26 +0100" startDate="2021-05-08 22:40:36 +0100" endDate="2021-05-08 22:40:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 07:54:39 +0100" startDate="2021-05-09 07:37:20 +0100" endDate="2021-05-09 07:37:41 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 08:42:37 +0100" startDate="2021-05-09 08:29:01 +0100" endDate="2021-05-09 08:37:47 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 09:09:43 +0100" startDate="2021-05-09 08:58:40 +0100" endDate="2021-05-09 08:58:43 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 10:13:45 +0100" startDate="2021-05-09 10:00:21 +0100" endDate="2021-05-09 10:10:07 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 11:17:33 +0100" startDate="2021-05-09 11:06:28 +0100" endDate="2021-05-09 11:15:43 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 11:27:01 +0100" startDate="2021-05-09 11:16:29 +0100" endDate="2021-05-09 11:25:40 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 11:38:10 +0100" startDate="2021-05-09 11:26:39 +0100" endDate="2021-05-09 11:36:30 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 11:47:49 +0100" startDate="2021-05-09 11:36:38 +0100" endDate="2021-05-09 11:43:56 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 11:58:58 +0100" startDate="2021-05-09 11:47:50 +0100" endDate="2021-05-09 11:51:27 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 12:11:27 +0100" startDate="2021-05-09 11:59:41 +0100" endDate="2021-05-09 12:05:00 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 12:25:07 +0100" startDate="2021-05-09 12:14:05 +0100" endDate="2021-05-09 12:21:21 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 12:37:42 +0100" startDate="2021-05-09 12:24:58 +0100" endDate="2021-05-09 12:33:35 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 12:50:27 +0100" startDate="2021-05-09 12:38:29 +0100" endDate="2021-05-09 12:38:54 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 13:07:14 +0100" startDate="2021-05-09 12:55:18 +0100" endDate="2021-05-09 12:56:32 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 13:23:42 +0100" startDate="2021-05-09 13:11:24 +0100" endDate="2021-05-09 13:20:57 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 13:35:08 +0100" startDate="2021-05-09 13:24:03 +0100" endDate="2021-05-09 13:24:26 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 14:06:41 +0100" startDate="2021-05-09 13:54:46 +0100" endDate="2021-05-09 13:58:51 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 14:26:06 +0100" startDate="2021-05-09 14:15:01 +0100" endDate="2021-05-09 14:24:04 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 15:22:04 +0100" startDate="2021-05-09 15:07:51 +0100" endDate="2021-05-09 15:12:08 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 16:26:12 +0100" startDate="2021-05-09 16:12:00 +0100" endDate="2021-05-09 16:20:02 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 18:59:54 +0100" startDate="2021-05-09 18:48:52 +0100" endDate="2021-05-09 18:51:42 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 19:36:10 +0100" startDate="2021-05-09 19:25:07 +0100" endDate="2021-05-09 19:26:03 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 21:10:26 +0100" startDate="2021-05-09 20:59:24 +0100" endDate="2021-05-09 20:59:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-09 21:36:40 +0100" startDate="2021-05-09 21:25:37 +0100" endDate="2021-05-09 21:25:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 07:20:53 +0100" startDate="2021-05-10 07:08:43 +0100" endDate="2021-05-10 07:08:48 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 07:37:12 +0100" startDate="2021-05-10 07:23:03 +0100" endDate="2021-05-10 07:30:08 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 08:15:44 +0100" startDate="2021-05-10 08:04:41 +0100" endDate="2021-05-10 08:07:17 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 08:28:55 +0100" startDate="2021-05-10 08:17:52 +0100" endDate="2021-05-10 08:18:43 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 08:47:59 +0100" startDate="2021-05-10 08:36:37 +0100" endDate="2021-05-10 08:41:17 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 11:27:24 +0100" startDate="2021-05-10 11:14:37 +0100" endDate="2021-05-10 11:15:43 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 11:55:51 +0100" startDate="2021-05-10 11:44:48 +0100" endDate="2021-05-10 11:45:04 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 13:57:23 +0100" startDate="2021-05-10 13:42:23 +0100" endDate="2021-05-10 13:42:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 15:48:28 +0100" startDate="2021-05-10 15:37:03 +0100" endDate="2021-05-10 15:37:57 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 17:38:59 +0100" startDate="2021-05-10 17:29:08 +0100" endDate="2021-05-10 17:31:00 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 17:50:07 +0100" startDate="2021-05-10 17:39:55 +0100" endDate="2021-05-10 17:40:46 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 18:01:20 +0100" startDate="2021-05-10 17:50:17 +0100" endDate="2021-05-10 17:51:16 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 18:15:19 +0100" startDate="2021-05-10 18:02:18 +0100" endDate="2021-05-10 18:04:30 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 19:35:51 +0100" startDate="2021-05-10 19:24:48 +0100" endDate="2021-05-10 19:24:51 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 20:10:52 +0100" startDate="2021-05-10 19:59:30 +0100" endDate="2021-05-10 20:09:31 +0100" value="1016"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 20:23:44 +0100" startDate="2021-05-10 20:09:31 +0100" endDate="2021-05-10 20:14:24 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 20:35:55 +0100" startDate="2021-05-10 20:20:34 +0100" endDate="2021-05-10 20:30:35 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 20:41:57 +0100" startDate="2021-05-10 20:30:35 +0100" endDate="2021-05-10 20:40:36 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 20:52:37 +0100" startDate="2021-05-10 20:40:36 +0100" endDate="2021-05-10 20:50:35 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 21:01:40 +0100" startDate="2021-05-10 20:50:37 +0100" endDate="2021-05-10 20:53:20 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-10 22:04:56 +0100" startDate="2021-05-10 21:53:53 +0100" endDate="2021-05-10 21:54:39 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 06:36:58 +0100" startDate="2021-05-11 06:25:32 +0100" endDate="2021-05-11 06:26:18 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 07:22:23 +0100" startDate="2021-05-11 07:11:12 +0100" endDate="2021-05-11 07:11:15 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 09:41:30 +0100" startDate="2021-05-11 09:30:20 +0100" endDate="2021-05-11 09:40:19 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 09:51:30 +0100" startDate="2021-05-11 09:40:21 +0100" endDate="2021-05-11 09:43:20 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 12:19:28 +0100" startDate="2021-05-11 12:08:25 +0100" endDate="2021-05-11 12:09:57 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 12:36:28 +0100" startDate="2021-05-11 12:23:42 +0100" endDate="2021-05-11 12:33:43 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 12:44:50 +0100" startDate="2021-05-11 12:33:43 +0100" endDate="2021-05-11 12:37:07 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 13:09:42 +0100" startDate="2021-05-11 12:58:00 +0100" endDate="2021-05-11 12:58:30 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 16:13:47 +0100" startDate="2021-05-11 16:02:15 +0100" endDate="2021-05-11 16:02:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 16:54:17 +0100" startDate="2021-05-11 16:42:20 +0100" endDate="2021-05-11 16:52:21 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 17:04:30 +0100" startDate="2021-05-11 16:52:21 +0100" endDate="2021-05-11 16:58:25 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 17:21:29 +0100" startDate="2021-05-11 17:09:18 +0100" endDate="2021-05-11 17:16:36 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 17:32:16 +0100" startDate="2021-05-11 17:21:13 +0100" endDate="2021-05-11 17:26:09 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 17:46:01 +0100" startDate="2021-05-11 17:34:31 +0100" endDate="2021-05-11 17:37:42 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 18:43:39 +0100" startDate="2021-05-11 18:30:08 +0100" endDate="2021-05-11 18:40:09 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 18:55:57 +0100" startDate="2021-05-11 18:44:29 +0100" endDate="2021-05-11 18:44:44 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 19:07:14 +0100" startDate="2021-05-11 18:55:42 +0100" endDate="2021-05-11 19:05:43 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 19:16:46 +0100" startDate="2021-05-11 19:05:43 +0100" endDate="2021-05-11 19:14:54 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 19:29:45 +0100" startDate="2021-05-11 19:18:40 +0100" endDate="2021-05-11 19:28:08 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 19:42:54 +0100" startDate="2021-05-11 19:29:07 +0100" endDate="2021-05-11 19:29:48 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 19:54:51 +0100" startDate="2021-05-11 19:39:45 +0100" endDate="2021-05-11 19:46:20 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-11 20:16:51 +0100" startDate="2021-05-11 20:03:55 +0100" endDate="2021-05-11 20:03:57 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-12 07:56:19 +0100" startDate="2021-05-12 07:43:03 +0100" endDate="2021-05-12 07:43:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-12 12:45:06 +0100" startDate="2021-05-12 12:34:04 +0100" endDate="2021-05-12 12:34:32 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-12 13:13:54 +0100" startDate="2021-05-12 13:00:56 +0100" endDate="2021-05-12 13:02:23 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-12 13:23:51 +0100" startDate="2021-05-12 13:12:48 +0100" endDate="2021-05-12 13:13:24 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-12 13:52:27 +0100" startDate="2021-05-12 13:40:17 +0100" endDate="2021-05-12 13:44:21 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-12 15:21:01 +0100" startDate="2021-05-12 15:09:22 +0100" endDate="2021-05-12 15:18:57 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-12 15:33:09 +0100" startDate="2021-05-12 15:22:06 +0100" endDate="2021-05-12 15:22:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-12 16:07:48 +0100" startDate="2021-05-12 15:56:45 +0100" endDate="2021-05-12 16:04:46 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-12 17:26:18 +0100" startDate="2021-05-12 17:15:15 +0100" endDate="2021-05-12 17:15:44 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-12 19:13:43 +0100" startDate="2021-05-12 19:02:40 +0100" endDate="2021-05-12 19:05:10 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-12 21:17:31 +0100" startDate="2021-05-12 21:06:28 +0100" endDate="2021-05-12 21:11:00 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 07:51:22 +0100" startDate="2021-05-13 07:40:19 +0100" endDate="2021-05-13 07:41:56 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 08:09:10 +0100" startDate="2021-05-13 07:56:27 +0100" endDate="2021-05-13 08:03:05 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 08:22:31 +0100" startDate="2021-05-13 08:10:27 +0100" endDate="2021-05-13 08:17:17 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 08:32:35 +0100" startDate="2021-05-13 08:21:32 +0100" endDate="2021-05-13 08:29:13 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 09:31:19 +0100" startDate="2021-05-13 09:20:17 +0100" endDate="2021-05-13 09:27:40 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 09:59:54 +0100" startDate="2021-05-13 09:45:27 +0100" endDate="2021-05-13 09:55:28 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 10:09:10 +0100" startDate="2021-05-13 09:55:28 +0100" endDate="2021-05-13 09:59:18 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 10:18:47 +0100" startDate="2021-05-13 10:07:00 +0100" endDate="2021-05-13 10:14:59 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 10:28:39 +0100" startDate="2021-05-13 10:17:37 +0100" endDate="2021-05-13 10:17:44 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 11:01:02 +0100" startDate="2021-05-13 10:49:59 +0100" endDate="2021-05-13 10:52:45 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 11:30:15 +0100" startDate="2021-05-13 11:17:42 +0100" endDate="2021-05-13 11:20:58 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 11:41:09 +0100" startDate="2021-05-13 11:28:44 +0100" endDate="2021-05-13 11:38:43 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 11:52:52 +0100" startDate="2021-05-13 11:39:57 +0100" endDate="2021-05-13 11:49:28 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 12:01:34 +0100" startDate="2021-05-13 11:50:06 +0100" endDate="2021-05-13 12:00:07 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 12:12:42 +0100" startDate="2021-05-13 12:00:07 +0100" endDate="2021-05-13 12:08:08 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 12:25:37 +0100" startDate="2021-05-13 12:13:01 +0100" endDate="2021-05-13 12:21:48 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 12:36:50 +0100" startDate="2021-05-13 12:24:11 +0100" endDate="2021-05-13 12:25:30 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 12:46:42 +0100" startDate="2021-05-13 12:35:39 +0100" endDate="2021-05-13 12:37:39 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 13:21:52 +0100" startDate="2021-05-13 13:09:42 +0100" endDate="2021-05-13 13:19:17 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 13:36:06 +0100" startDate="2021-05-13 13:20:06 +0100" endDate="2021-05-13 13:22:54 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 14:20:40 +0100" startDate="2021-05-13 14:05:38 +0100" endDate="2021-05-13 14:06:37 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 14:42:22 +0100" startDate="2021-05-13 14:30:58 +0100" endDate="2021-05-13 14:31:08 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 16:22:39 +0100" startDate="2021-05-13 16:11:36 +0100" endDate="2021-05-13 16:20:08 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 16:33:28 +0100" startDate="2021-05-13 16:22:06 +0100" endDate="2021-05-13 16:32:02 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 16:43:36 +0100" startDate="2021-05-13 16:32:28 +0100" endDate="2021-05-13 16:42:19 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 16:57:22 +0100" startDate="2021-05-13 16:42:42 +0100" endDate="2021-05-13 16:42:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 17:33:07 +0100" startDate="2021-05-13 17:22:04 +0100" endDate="2021-05-13 17:23:25 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 18:19:55 +0100" startDate="2021-05-13 18:03:33 +0100" endDate="2021-05-13 18:04:21 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 18:31:44 +0100" startDate="2021-05-13 18:20:08 +0100" endDate="2021-05-13 18:28:35 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 18:45:29 +0100" startDate="2021-05-13 18:34:26 +0100" endDate="2021-05-13 18:37:12 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 19:24:24 +0100" startDate="2021-05-13 19:13:21 +0100" endDate="2021-05-13 19:13:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 20:33:29 +0100" startDate="2021-05-13 20:21:19 +0100" endDate="2021-05-13 20:21:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 20:59:51 +0100" startDate="2021-05-13 20:48:11 +0100" endDate="2021-05-13 20:56:17 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 21:12:15 +0100" startDate="2021-05-13 21:01:13 +0100" endDate="2021-05-13 21:10:41 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 21:42:26 +0100" startDate="2021-05-13 21:29:50 +0100" endDate="2021-05-13 21:31:32 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-13 22:54:15 +0100" startDate="2021-05-13 22:43:12 +0100" endDate="2021-05-13 22:43:32 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 00:22:07 +0100" startDate="2021-05-14 00:11:04 +0100" endDate="2021-05-14 00:14:02 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 05:54:09 +0100" startDate="2021-05-14 05:43:06 +0100" endDate="2021-05-14 05:43:11 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 06:24:50 +0100" startDate="2021-05-14 06:13:14 +0100" endDate="2021-05-14 06:14:00 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 07:56:26 +0100" startDate="2021-05-14 07:45:17 +0100" endDate="2021-05-14 07:54:38 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 08:07:08 +0100" startDate="2021-05-14 07:55:41 +0100" endDate="2021-05-14 08:04:52 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 08:18:59 +0100" startDate="2021-05-14 08:05:40 +0100" endDate="2021-05-14 08:07:17 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 09:57:39 +0100" startDate="2021-05-14 09:46:36 +0100" endDate="2021-05-14 09:55:03 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 10:12:24 +0100" startDate="2021-05-14 09:56:37 +0100" endDate="2021-05-14 10:05:22 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 10:18:22 +0100" startDate="2021-05-14 10:06:46 +0100" endDate="2021-05-14 10:16:42 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 10:27:18 +0100" startDate="2021-05-14 10:17:05 +0100" endDate="2021-05-14 10:27:06 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 10:41:52 +0100" startDate="2021-05-14 10:27:06 +0100" endDate="2021-05-14 10:36:57 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 10:48:54 +0100" startDate="2021-05-14 10:37:43 +0100" endDate="2021-05-14 10:47:44 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 11:01:36 +0100" startDate="2021-05-14 10:47:44 +0100" endDate="2021-05-14 10:51:30 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 11:09:58 +0100" startDate="2021-05-14 10:58:46 +0100" endDate="2021-05-14 10:58:57 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 15:31:20 +0100" startDate="2021-05-14 15:20:17 +0100" endDate="2021-05-14 15:30:16 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 15:41:47 +0100" startDate="2021-05-14 15:30:44 +0100" endDate="2021-05-14 15:31:09 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 15:52:36 +0100" startDate="2021-05-14 15:41:33 +0100" endDate="2021-05-14 15:49:53 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 16:54:29 +0100" startDate="2021-05-14 16:43:26 +0100" endDate="2021-05-14 16:53:27 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 18:08:28 +0100" startDate="2021-05-14 17:56:43 +0100" endDate="2021-05-14 18:01:54 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 18:18:47 +0100" startDate="2021-05-14 18:07:40 +0100" endDate="2021-05-14 18:10:56 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-14 21:06:15 +0100" startDate="2021-05-14 20:51:24 +0100" endDate="2021-05-14 20:51:37 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 00:35:12 +0100" startDate="2021-05-15 00:24:04 +0100" endDate="2021-05-15 00:28:42 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 01:02:03 +0100" startDate="2021-05-15 00:51:00 +0100" endDate="2021-05-15 00:54:29 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 08:35:56 +0100" startDate="2021-05-15 08:22:08 +0100" endDate="2021-05-15 08:26:33 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 08:49:48 +0100" startDate="2021-05-15 08:34:30 +0100" endDate="2021-05-15 08:38:42 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 09:28:49 +0100" startDate="2021-05-15 09:16:30 +0100" endDate="2021-05-15 09:22:34 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 09:49:42 +0100" startDate="2021-05-15 09:36:12 +0100" endDate="2021-05-15 09:40:39 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 10:02:41 +0100" startDate="2021-05-15 09:49:04 +0100" endDate="2021-05-15 09:56:37 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 10:33:06 +0100" startDate="2021-05-15 10:22:03 +0100" endDate="2021-05-15 10:31:24 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 11:39:00 +0100" startDate="2021-05-15 11:27:07 +0100" endDate="2021-05-15 11:37:08 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 11:50:15 +0100" startDate="2021-05-15 11:37:08 +0100" endDate="2021-05-15 11:46:46 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 11:59:56 +0100" startDate="2021-05-15 11:48:18 +0100" endDate="2021-05-15 11:57:31 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 12:09:42 +0100" startDate="2021-05-15 11:58:40 +0100" endDate="2021-05-15 11:59:05 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 16:07:51 +0100" startDate="2021-05-15 15:56:48 +0100" endDate="2021-05-15 15:57:26 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 16:21:36 +0100" startDate="2021-05-15 16:10:33 +0100" endDate="2021-05-15 16:19:38 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 16:39:51 +0100" startDate="2021-05-15 16:27:19 +0100" endDate="2021-05-15 16:27:29 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 17:57:03 +0100" startDate="2021-05-15 17:45:51 +0100" endDate="2021-05-15 17:45:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 18:07:25 +0100" startDate="2021-05-15 17:55:56 +0100" endDate="2021-05-15 17:56:34 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 18:32:21 +0100" startDate="2021-05-15 18:18:53 +0100" endDate="2021-05-15 18:23:56 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 20:55:47 +0100" startDate="2021-05-15 20:43:41 +0100" endDate="2021-05-15 20:51:06 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 21:13:46 +0100" startDate="2021-05-15 21:02:44 +0100" endDate="2021-05-15 21:06:58 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 21:41:59 +0100" startDate="2021-05-15 21:29:52 +0100" endDate="2021-05-15 21:38:18 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 21:56:00 +0100" startDate="2021-05-15 21:43:33 +0100" endDate="2021-05-15 21:52:59 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 22:05:24 +0100" startDate="2021-05-15 21:54:20 +0100" endDate="2021-05-15 21:57:03 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 23:09:38 +0100" startDate="2021-05-15 22:58:11 +0100" endDate="2021-05-15 23:06:37 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-15 23:22:18 +0100" startDate="2021-05-15 23:08:22 +0100" endDate="2021-05-15 23:15:00 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-16 09:06:47 +0100" startDate="2021-05-16 08:55:06 +0100" endDate="2021-05-16 08:55:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-16 12:52:11 +0100" startDate="2021-05-16 12:41:09 +0100" endDate="2021-05-16 12:41:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-16 15:06:56 +0100" startDate="2021-05-16 14:55:53 +0100" endDate="2021-05-16 14:55:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-16 22:03:00 +0100" startDate="2021-05-16 21:51:57 +0100" endDate="2021-05-16 21:59:09 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-16 22:15:24 +0100" startDate="2021-05-16 22:04:21 +0100" endDate="2021-05-16 22:04:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 07:07:02 +0100" startDate="2021-05-17 06:55:49 +0100" endDate="2021-05-17 06:57:31 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 11:57:43 +0100" startDate="2021-05-17 11:46:08 +0100" endDate="2021-05-17 11:46:23 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 12:13:17 +0100" startDate="2021-05-17 12:01:10 +0100" endDate="2021-05-17 12:01:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 12:47:35 +0100" startDate="2021-05-17 12:36:32 +0100" endDate="2021-05-17 12:45:34 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 12:58:41 +0100" startDate="2021-05-17 12:47:11 +0100" endDate="2021-05-17 12:47:14 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 13:57:40 +0100" startDate="2021-05-17 13:46:16 +0100" endDate="2021-05-17 13:52:36 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 14:24:11 +0100" startDate="2021-05-17 14:12:05 +0100" endDate="2021-05-17 14:12:51 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 15:01:35 +0100" startDate="2021-05-17 14:47:32 +0100" endDate="2021-05-17 14:57:31 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 15:09:05 +0100" startDate="2021-05-17 14:57:31 +0100" endDate="2021-05-17 15:06:51 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 15:18:35 +0100" startDate="2021-05-17 15:07:32 +0100" endDate="2021-05-17 15:17:13 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 15:30:03 +0100" startDate="2021-05-17 15:17:56 +0100" endDate="2021-05-17 15:20:09 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 15:49:34 +0100" startDate="2021-05-17 15:38:20 +0100" endDate="2021-05-17 15:47:38 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 16:03:29 +0100" startDate="2021-05-17 15:50:26 +0100" endDate="2021-05-17 16:00:27 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 16:13:41 +0100" startDate="2021-05-17 16:00:27 +0100" endDate="2021-05-17 16:01:26 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 16:43:59 +0100" startDate="2021-05-17 16:32:56 +0100" endDate="2021-05-17 16:34:25 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 17:07:15 +0100" startDate="2021-05-17 16:53:13 +0100" endDate="2021-05-17 17:03:09 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 17:16:51 +0100" startDate="2021-05-17 17:04:33 +0100" endDate="2021-05-17 17:10:50 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 17:26:45 +0100" startDate="2021-05-17 17:14:50 +0100" endDate="2021-05-17 17:15:54 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 17:46:29 +0100" startDate="2021-05-17 17:46:18 +0100" endDate="2021-05-17 17:46:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 17:46:40 +0100" startDate="2021-05-17 17:46:25 +0100" endDate="2021-05-17 17:46:36 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 17:57:37 +0100" startDate="2021-05-17 17:46:36 +0100" endDate="2021-05-17 17:56:34 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 18:24:14 +0100" startDate="2021-05-17 18:11:43 +0100" endDate="2021-05-17 18:18:46 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 18:51:26 +0100" startDate="2021-05-17 18:40:23 +0100" endDate="2021-05-17 18:47:47 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 20:32:30 +0100" startDate="2021-05-17 20:19:11 +0100" endDate="2021-05-17 20:19:16 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 20:58:29 +0100" startDate="2021-05-17 20:47:26 +0100" endDate="2021-05-17 20:47:29 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 21:11:47 +0100" startDate="2021-05-17 20:58:50 +0100" endDate="2021-05-17 21:04:06 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 21:33:57 +0100" startDate="2021-05-17 21:22:55 +0100" endDate="2021-05-17 21:32:23 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 21:47:41 +0100" startDate="2021-05-17 21:33:34 +0100" endDate="2021-05-17 21:33:52 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 22:21:16 +0100" startDate="2021-05-17 22:08:29 +0100" endDate="2021-05-17 22:09:05 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-17 22:32:50 +0100" startDate="2021-05-17 22:21:01 +0100" endDate="2021-05-17 22:21:14 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 07:16:45 +0100" startDate="2021-05-18 07:04:12 +0100" endDate="2021-05-18 07:11:43 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 07:53:39 +0100" startDate="2021-05-18 07:40:49 +0100" endDate="2021-05-18 07:50:50 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 08:04:22 +0100" startDate="2021-05-18 07:50:52 +0100" endDate="2021-05-18 07:52:49 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 09:40:16 +0100" startDate="2021-05-18 09:29:14 +0100" endDate="2021-05-18 09:31:06 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 09:52:27 +0100" startDate="2021-05-18 09:41:25 +0100" endDate="2021-05-18 09:42:23 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 11:21:47 +0100" startDate="2021-05-18 11:10:45 +0100" endDate="2021-05-18 11:16:16 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 11:32:47 +0100" startDate="2021-05-18 11:21:34 +0100" endDate="2021-05-18 11:31:35 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 11:42:48 +0100" startDate="2021-05-18 11:31:35 +0100" endDate="2021-05-18 11:31:43 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 12:17:34 +0100" startDate="2021-05-18 12:04:09 +0100" endDate="2021-05-18 12:10:24 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 12:40:29 +0100" startDate="2021-05-18 12:27:00 +0100" endDate="2021-05-18 12:27:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 12:56:38 +0100" startDate="2021-05-18 12:43:23 +0100" endDate="2021-05-18 12:43:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 13:33:59 +0100" startDate="2021-05-18 13:21:03 +0100" endDate="2021-05-18 13:30:49 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 13:45:22 +0100" startDate="2021-05-18 13:31:04 +0100" endDate="2021-05-18 13:34:41 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 14:06:53 +0100" startDate="2021-05-18 13:53:37 +0100" endDate="2021-05-18 14:00:45 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 14:15:02 +0100" startDate="2021-05-18 14:03:44 +0100" endDate="2021-05-18 14:07:13 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 14:51:26 +0100" startDate="2021-05-18 14:39:09 +0100" endDate="2021-05-18 14:44:46 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 15:25:20 +0100" startDate="2021-05-18 15:13:30 +0100" endDate="2021-05-18 15:14:36 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 15:34:51 +0100" startDate="2021-05-18 15:23:44 +0100" endDate="2021-05-18 15:26:24 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 16:22:11 +0100" startDate="2021-05-18 16:10:54 +0100" endDate="2021-05-18 16:20:42 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 16:31:42 +0100" startDate="2021-05-18 16:20:57 +0100" endDate="2021-05-18 16:25:30 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 18:21:47 +0100" startDate="2021-05-18 18:10:44 +0100" endDate="2021-05-18 18:13:22 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 19:03:26 +0100" startDate="2021-05-18 18:51:55 +0100" endDate="2021-05-18 18:55:26 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 19:16:23 +0100" startDate="2021-05-18 19:03:23 +0100" endDate="2021-05-18 19:13:22 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 19:29:29 +0100" startDate="2021-05-18 19:13:22 +0100" endDate="2021-05-18 19:22:50 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-18 19:34:36 +0100" startDate="2021-05-18 19:23:33 +0100" endDate="2021-05-18 19:29:50 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 06:57:05 +0100" startDate="2021-05-19 06:46:02 +0100" endDate="2021-05-19 06:46:04 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 07:13:57 +0100" startDate="2021-05-19 06:57:48 +0100" endDate="2021-05-19 07:07:49 +0100" value="996"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 07:21:12 +0100" startDate="2021-05-19 07:07:49 +0100" endDate="2021-05-19 07:16:59 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 07:33:09 +0100" startDate="2021-05-19 07:18:28 +0100" endDate="2021-05-19 07:28:29 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 07:41:47 +0100" startDate="2021-05-19 07:28:29 +0100" endDate="2021-05-19 07:38:10 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 07:50:22 +0100" startDate="2021-05-19 07:38:50 +0100" endDate="2021-05-19 07:42:32 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 08:06:52 +0100" startDate="2021-05-19 07:55:02 +0100" endDate="2021-05-19 08:00:59 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 09:13:14 +0100" startDate="2021-05-19 09:02:11 +0100" endDate="2021-05-19 09:12:12 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 09:25:43 +0100" startDate="2021-05-19 09:12:12 +0100" endDate="2021-05-19 09:12:28 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 10:17:00 +0100" startDate="2021-05-19 10:05:51 +0100" endDate="2021-05-19 10:14:30 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 10:28:47 +0100" startDate="2021-05-19 10:16:00 +0100" endDate="2021-05-19 10:22:48 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 10:58:15 +0100" startDate="2021-05-19 10:45:10 +0100" endDate="2021-05-19 10:45:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 11:50:13 +0100" startDate="2021-05-19 11:37:05 +0100" endDate="2021-05-19 11:45:07 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 13:29:29 +0100" startDate="2021-05-19 13:18:27 +0100" endDate="2021-05-19 13:20:44 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 14:26:57 +0100" startDate="2021-05-19 14:15:55 +0100" endDate="2021-05-19 14:15:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 14:39:45 +0100" startDate="2021-05-19 14:27:43 +0100" endDate="2021-05-19 14:31:57 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 15:02:27 +0100" startDate="2021-05-19 14:51:24 +0100" endDate="2021-05-19 14:52:00 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 16:05:45 +0100" startDate="2021-05-19 15:54:42 +0100" endDate="2021-05-19 16:04:43 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 16:15:46 +0100" startDate="2021-05-19 16:04:43 +0100" endDate="2021-05-19 16:14:44 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 16:25:47 +0100" startDate="2021-05-19 16:14:44 +0100" endDate="2021-05-19 16:23:37 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 16:37:20 +0100" startDate="2021-05-19 16:25:11 +0100" endDate="2021-05-19 16:34:44 +0100" value="1096"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 16:47:30 +0100" startDate="2021-05-19 16:35:40 +0100" endDate="2021-05-19 16:45:41 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 16:58:32 +0100" startDate="2021-05-19 16:46:52 +0100" endDate="2021-05-19 16:55:06 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 17:09:51 +0100" startDate="2021-05-19 16:58:02 +0100" endDate="2021-05-19 17:02:35 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 17:26:43 +0100" startDate="2021-05-19 17:12:16 +0100" endDate="2021-05-19 17:21:54 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 17:34:18 +0100" startDate="2021-05-19 17:22:50 +0100" endDate="2021-05-19 17:31:32 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 17:40:17 +0100" startDate="2021-05-19 17:33:55 +0100" endDate="2021-05-19 17:40:12 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 17:40:19 +0100" startDate="2021-05-19 17:40:12 +0100" endDate="2021-05-19 17:40:15 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 17:55:19 +0100" startDate="2021-05-19 17:40:15 +0100" endDate="2021-05-19 17:40:20 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 19:37:57 +0100" startDate="2021-05-19 19:26:28 +0100" endDate="2021-05-19 19:33:56 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 19:50:08 +0100" startDate="2021-05-19 19:37:48 +0100" endDate="2021-05-19 19:47:49 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-19 19:58:52 +0100" startDate="2021-05-19 19:47:49 +0100" endDate="2021-05-19 19:50:40 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 05:22:17 +0100" startDate="2021-05-20 05:11:15 +0100" endDate="2021-05-20 05:11:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 07:21:47 +0100" startDate="2021-05-20 07:09:02 +0100" endDate="2021-05-20 07:19:03 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 07:30:58 +0100" startDate="2021-05-20 07:19:03 +0100" endDate="2021-05-20 07:24:55 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 07:58:26 +0100" startDate="2021-05-20 07:47:23 +0100" endDate="2021-05-20 07:47:53 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 09:24:13 +0100" startDate="2021-05-20 09:11:22 +0100" endDate="2021-05-20 09:16:48 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 10:27:41 +0100" startDate="2021-05-20 10:16:03 +0100" endDate="2021-05-20 10:16:51 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 10:42:04 +0100" startDate="2021-05-20 10:30:49 +0100" endDate="2021-05-20 10:37:06 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 12:16:24 +0100" startDate="2021-05-20 12:05:21 +0100" endDate="2021-05-20 12:14:51 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 13:25:53 +0100" startDate="2021-05-20 13:14:50 +0100" endDate="2021-05-20 13:17:07 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 14:01:13 +0100" startDate="2021-05-20 13:48:42 +0100" endDate="2021-05-20 13:58:43 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 14:12:41 +0100" startDate="2021-05-20 13:59:11 +0100" endDate="2021-05-20 13:59:19 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 14:26:54 +0100" startDate="2021-05-20 14:13:59 +0100" endDate="2021-05-20 14:14:22 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 15:08:13 +0100" startDate="2021-05-20 14:56:35 +0100" endDate="2021-05-20 15:00:09 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 17:19:32 +0100" startDate="2021-05-20 17:07:37 +0100" endDate="2021-05-20 17:17:35 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 17:28:56 +0100" startDate="2021-05-20 17:17:53 +0100" endDate="2021-05-20 17:27:52 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 17:37:38 +0100" startDate="2021-05-20 17:28:04 +0100" endDate="2021-05-20 17:28:32 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 18:09:46 +0100" startDate="2021-05-20 17:58:44 +0100" endDate="2021-05-20 17:59:22 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 18:26:20 +0100" startDate="2021-05-20 18:15:17 +0100" endDate="2021-05-20 18:15:22 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 19:16:33 +0100" startDate="2021-05-20 19:05:31 +0100" endDate="2021-05-20 19:14:59 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 19:31:17 +0100" startDate="2021-05-20 19:19:36 +0100" endDate="2021-05-20 19:20:09 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 19:49:12 +0100" startDate="2021-05-20 19:34:36 +0100" endDate="2021-05-20 19:44:34 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 19:57:41 +0100" startDate="2021-05-20 19:44:47 +0100" endDate="2021-05-20 19:52:35 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 21:05:41 +0100" startDate="2021-05-20 20:54:39 +0100" endDate="2021-05-20 20:57:45 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-20 21:57:53 +0100" startDate="2021-05-20 21:46:50 +0100" endDate="2021-05-20 21:47:26 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-21 07:03:43 +0100" startDate="2021-05-21 06:52:13 +0100" endDate="2021-05-21 06:52:43 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-21 07:40:07 +0100" startDate="2021-05-21 07:29:04 +0100" endDate="2021-05-21 07:29:22 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-21 07:50:32 +0100" startDate="2021-05-21 07:39:03 +0100" endDate="2021-05-21 07:39:14 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-21 10:09:24 +0100" startDate="2021-05-21 09:58:19 +0100" endDate="2021-05-21 10:08:18 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-21 10:19:21 +0100" startDate="2021-05-21 10:08:18 +0100" endDate="2021-05-21 10:14:15 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-21 11:46:08 +0100" startDate="2021-05-21 11:35:05 +0100" endDate="2021-05-21 11:44:06 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-21 12:07:40 +0100" startDate="2021-05-21 11:56:33 +0100" endDate="2021-05-21 12:02:57 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-21 14:21:41 +0100" startDate="2021-05-21 14:10:35 +0100" endDate="2021-05-21 14:16:21 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-21 16:33:34 +0100" startDate="2021-05-21 16:22:31 +0100" endDate="2021-05-21 16:22:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-21 21:42:02 +0100" startDate="2021-05-21 21:24:56 +0100" endDate="2021-05-21 21:27:32 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 06:34:09 +0100" startDate="2021-05-22 06:23:06 +0100" endDate="2021-05-22 06:23:34 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 06:57:15 +0100" startDate="2021-05-22 06:46:12 +0100" endDate="2021-05-22 06:55:06 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 07:09:57 +0100" startDate="2021-05-22 06:58:34 +0100" endDate="2021-05-22 07:08:16 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 07:19:36 +0100" startDate="2021-05-22 07:08:33 +0100" endDate="2021-05-22 07:08:51 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 08:21:15 +0100" startDate="2021-05-22 08:10:12 +0100" endDate="2021-05-22 08:19:58 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 09:20:32 +0100" startDate="2021-05-22 09:07:21 +0100" endDate="2021-05-22 09:17:22 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 09:29:12 +0100" startDate="2021-05-22 09:17:29 +0100" endDate="2021-05-22 09:25:43 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 09:47:25 +0100" startDate="2021-05-22 09:34:05 +0100" endDate="2021-05-22 09:41:10 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 09:56:26 +0100" startDate="2021-05-22 09:44:47 +0100" endDate="2021-05-22 09:54:07 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 10:08:12 +0100" startDate="2021-05-22 09:57:04 +0100" endDate="2021-05-22 09:57:42 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 10:28:35 +0100" startDate="2021-05-22 10:17:33 +0100" endDate="2021-05-22 10:24:59 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 10:41:15 +0100" startDate="2021-05-22 10:29:36 +0100" endDate="2021-05-22 10:37:38 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 10:51:44 +0100" startDate="2021-05-22 10:40:41 +0100" endDate="2021-05-22 10:50:42 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 11:04:50 +0100" startDate="2021-05-22 10:50:42 +0100" endDate="2021-05-22 10:52:29 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 11:16:33 +0100" startDate="2021-05-22 11:05:27 +0100" endDate="2021-05-22 11:14:14 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 11:26:48 +0100" startDate="2021-05-22 11:15:45 +0100" endDate="2021-05-22 11:25:39 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 11:37:57 +0100" startDate="2021-05-22 11:26:07 +0100" endDate="2021-05-22 11:30:09 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 11:49:00 +0100" startDate="2021-05-22 11:36:59 +0100" endDate="2021-05-22 11:46:58 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 12:03:02 +0100" startDate="2021-05-22 11:47:00 +0100" endDate="2021-05-22 11:56:31 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 12:09:14 +0100" startDate="2021-05-22 11:57:06 +0100" endDate="2021-05-22 12:05:36 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 12:20:06 +0100" startDate="2021-05-22 12:07:15 +0100" endDate="2021-05-22 12:15:45 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 12:31:30 +0100" startDate="2021-05-22 12:20:16 +0100" endDate="2021-05-22 12:26:16 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 12:47:01 +0100" startDate="2021-05-22 12:35:35 +0100" endDate="2021-05-22 12:43:02 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 14:27:22 +0100" startDate="2021-05-22 14:16:34 +0100" endDate="2021-05-22 14:26:21 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 14:37:35 +0100" startDate="2021-05-22 14:26:37 +0100" endDate="2021-05-22 14:36:07 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 14:48:27 +0100" startDate="2021-05-22 14:37:11 +0100" endDate="2021-05-22 14:45:38 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 14:58:44 +0100" startDate="2021-05-22 14:47:32 +0100" endDate="2021-05-22 14:57:08 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 15:10:24 +0100" startDate="2021-05-22 14:57:36 +0100" endDate="2021-05-22 15:07:37 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 15:19:19 +0100" startDate="2021-05-22 15:07:37 +0100" endDate="2021-05-22 15:16:49 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 15:29:03 +0100" startDate="2021-05-22 15:17:43 +0100" endDate="2021-05-22 15:27:41 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 15:39:27 +0100" startDate="2021-05-22 15:27:54 +0100" endDate="2021-05-22 15:37:45 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 15:53:20 +0100" startDate="2021-05-22 15:38:18 +0100" endDate="2021-05-22 15:48:19 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 16:00:17 +0100" startDate="2021-05-22 15:48:39 +0100" endDate="2021-05-22 15:56:35 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 16:26:32 +0100" startDate="2021-05-22 16:15:25 +0100" endDate="2021-05-22 16:15:51 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 16:37:00 +0100" startDate="2021-05-22 16:25:39 +0100" endDate="2021-05-22 16:31:23 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 17:14:04 +0100" startDate="2021-05-22 17:02:38 +0100" endDate="2021-05-22 17:12:23 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 17:24:17 +0100" startDate="2021-05-22 17:13:14 +0100" endDate="2021-05-22 17:22:10 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 17:38:00 +0100" startDate="2021-05-22 17:26:57 +0100" endDate="2021-05-22 17:34:51 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 18:04:26 +0100" startDate="2021-05-22 17:52:28 +0100" endDate="2021-05-22 17:54:21 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 21:00:31 +0100" startDate="2021-05-22 20:45:35 +0100" endDate="2021-05-22 20:47:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-22 21:07:08 +0100" startDate="2021-05-22 20:56:06 +0100" endDate="2021-05-22 20:57:09 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-23 09:15:40 +0100" startDate="2021-05-23 09:04:00 +0100" endDate="2021-05-23 09:04:28 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-23 11:26:11 +0100" startDate="2021-05-23 11:14:12 +0100" endDate="2021-05-23 11:14:25 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-23 13:29:53 +0100" startDate="2021-05-23 13:18:13 +0100" endDate="2021-05-23 13:28:14 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-23 13:42:56 +0100" startDate="2021-05-23 13:28:14 +0100" endDate="2021-05-23 13:38:15 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-23 13:52:33 +0100" startDate="2021-05-23 13:38:15 +0100" endDate="2021-05-23 13:48:16 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-23 14:02:17 +0100" startDate="2021-05-23 13:48:16 +0100" endDate="2021-05-23 13:58:17 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-23 14:09:37 +0100" startDate="2021-05-23 13:58:17 +0100" endDate="2021-05-23 14:08:13 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-23 14:21:55 +0100" startDate="2021-05-23 14:08:18 +0100" endDate="2021-05-23 14:18:19 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-23 14:34:10 +0100" startDate="2021-05-23 14:18:19 +0100" endDate="2021-05-23 14:28:20 +0100" value="1012"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-23 14:39:23 +0100" startDate="2021-05-23 14:28:20 +0100" endDate="2021-05-23 14:35:25 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-23 14:54:36 +0100" startDate="2021-05-23 14:42:01 +0100" endDate="2021-05-23 14:42:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-23 20:59:43 +0100" startDate="2021-05-23 20:48:40 +0100" endDate="2021-05-23 20:49:21 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 05:50:29 +0100" startDate="2021-05-24 05:38:19 +0100" endDate="2021-05-24 05:38:26 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 06:08:02 +0100" startDate="2021-05-24 05:53:13 +0100" endDate="2021-05-24 06:03:15 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 06:14:46 +0100" startDate="2021-05-24 06:03:15 +0100" endDate="2021-05-24 06:03:40 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 06:32:18 +0100" startDate="2021-05-24 06:21:04 +0100" endDate="2021-05-24 06:29:41 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 06:46:56 +0100" startDate="2021-05-24 06:34:06 +0100" endDate="2021-05-24 06:34:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 07:17:17 +0100" startDate="2021-05-24 07:02:23 +0100" endDate="2021-05-24 07:02:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 07:33:28 +0100" startDate="2021-05-24 07:22:26 +0100" endDate="2021-05-24 07:25:34 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 07:52:49 +0100" startDate="2021-05-24 07:38:44 +0100" endDate="2021-05-24 07:42:31 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 08:05:59 +0100" startDate="2021-05-24 07:54:31 +0100" endDate="2021-05-24 08:02:18 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 09:53:13 +0100" startDate="2021-05-24 09:41:52 +0100" endDate="2021-05-24 09:48:48 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 10:28:24 +0100" startDate="2021-05-24 10:16:39 +0100" endDate="2021-05-24 10:16:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 10:47:42 +0100" startDate="2021-05-24 10:36:16 +0100" endDate="2021-05-24 10:41:31 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 10:58:36 +0100" startDate="2021-05-24 10:47:33 +0100" endDate="2021-05-24 10:56:49 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 11:09:49 +0100" startDate="2021-05-24 10:58:46 +0100" endDate="2021-05-24 11:00:00 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-24 21:21:30 +0100" startDate="2021-05-24 21:10:27 +0100" endDate="2021-05-24 21:12:53 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 05:04:59 +0100" startDate="2021-05-25 04:52:44 +0100" endDate="2021-05-25 04:52:46 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 05:21:33 +0100" startDate="2021-05-25 05:10:31 +0100" endDate="2021-05-25 05:20:27 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 05:39:01 +0100" startDate="2021-05-25 05:27:58 +0100" endDate="2021-05-25 05:33:09 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 06:03:03 +0100" startDate="2021-05-25 05:52:00 +0100" endDate="2021-05-25 05:52:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 06:18:12 +0100" startDate="2021-05-25 06:07:09 +0100" endDate="2021-05-25 06:17:03 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 07:08:23 +0100" startDate="2021-05-25 06:57:00 +0100" endDate="2021-05-25 07:02:15 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 07:19:44 +0100" startDate="2021-05-25 07:07:37 +0100" endDate="2021-05-25 07:17:07 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 07:33:41 +0100" startDate="2021-05-25 07:19:50 +0100" endDate="2021-05-25 07:22:44 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 07:48:14 +0100" startDate="2021-05-25 07:37:11 +0100" endDate="2021-05-25 07:39:36 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 08:26:34 +0100" startDate="2021-05-25 08:14:47 +0100" endDate="2021-05-25 08:19:12 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 08:56:43 +0100" startDate="2021-05-25 08:44:35 +0100" endDate="2021-05-25 08:46:58 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 09:43:02 +0100" startDate="2021-05-25 09:29:56 +0100" endDate="2021-05-25 09:30:59 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 10:17:21 +0100" startDate="2021-05-25 10:05:56 +0100" endDate="2021-05-25 10:09:45 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 11:17:16 +0100" startDate="2021-05-25 11:06:13 +0100" endDate="2021-05-25 11:16:14 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 11:29:15 +0100" startDate="2021-05-25 11:16:14 +0100" endDate="2021-05-25 11:18:03 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 11:43:43 +0100" startDate="2021-05-25 11:30:02 +0100" endDate="2021-05-25 11:35:26 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 12:06:28 +0100" startDate="2021-05-25 11:54:42 +0100" endDate="2021-05-25 11:55:35 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 12:49:14 +0100" startDate="2021-05-25 12:36:44 +0100" endDate="2021-05-25 12:38:54 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 13:29:36 +0100" startDate="2021-05-25 13:18:17 +0100" endDate="2021-05-25 13:28:16 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 13:40:37 +0100" startDate="2021-05-25 13:28:16 +0100" endDate="2021-05-25 13:32:08 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 14:42:19 +0100" startDate="2021-05-25 14:31:16 +0100" endDate="2021-05-25 14:37:11 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 14:57:33 +0100" startDate="2021-05-25 14:46:30 +0100" endDate="2021-05-25 14:52:34 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 16:18:54 +0100" startDate="2021-05-25 16:07:51 +0100" endDate="2021-05-25 16:08:24 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 16:30:55 +0100" startDate="2021-05-25 16:19:26 +0100" endDate="2021-05-25 16:27:38 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 16:44:45 +0100" startDate="2021-05-25 16:33:42 +0100" endDate="2021-05-25 16:34:33 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 17:01:50 +0100" startDate="2021-05-25 16:50:22 +0100" endDate="2021-05-25 16:52:17 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 17:42:27 +0100" startDate="2021-05-25 17:32:10 +0100" endDate="2021-05-25 17:32:38 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 19:15:58 +0100" startDate="2021-05-25 19:04:29 +0100" endDate="2021-05-25 19:14:30 +0100" value="1079"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-25 19:27:53 +0100" startDate="2021-05-25 19:14:30 +0100" endDate="2021-05-25 19:18:02 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 07:19:15 +0100" startDate="2021-05-26 07:07:49 +0100" endDate="2021-05-26 07:17:50 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 07:30:10 +0100" startDate="2021-05-26 07:17:50 +0100" endDate="2021-05-26 07:21:41 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 08:06:50 +0100" startDate="2021-05-26 07:55:36 +0100" endDate="2021-05-26 07:56:09 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 08:35:30 +0100" startDate="2021-05-26 08:21:15 +0100" endDate="2021-05-26 08:26:00 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 09:04:41 +0100" startDate="2021-05-26 08:49:21 +0100" endDate="2021-05-26 08:52:16 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 10:06:26 +0100" startDate="2021-05-26 09:55:23 +0100" endDate="2021-05-26 10:01:10 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 11:11:17 +0100" startDate="2021-05-26 10:57:07 +0100" endDate="2021-05-26 11:03:35 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 11:29:18 +0100" startDate="2021-05-26 11:15:22 +0100" endDate="2021-05-26 11:15:37 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 11:56:10 +0100" startDate="2021-05-26 11:44:36 +0100" endDate="2021-05-26 11:54:04 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 12:06:01 +0100" startDate="2021-05-26 11:54:35 +0100" endDate="2021-05-26 12:03:58 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 12:15:41 +0100" startDate="2021-05-26 12:04:38 +0100" endDate="2021-05-26 12:13:38 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 12:26:15 +0100" startDate="2021-05-26 12:15:13 +0100" endDate="2021-05-26 12:19:35 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 13:58:28 +0100" startDate="2021-05-26 13:46:53 +0100" endDate="2021-05-26 13:52:53 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 14:16:24 +0100" startDate="2021-05-26 14:05:21 +0100" endDate="2021-05-26 14:13:10 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 15:35:18 +0100" startDate="2021-05-26 15:24:02 +0100" endDate="2021-05-26 15:33:51 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 16:52:31 +0100" startDate="2021-05-26 16:41:28 +0100" endDate="2021-05-26 16:43:23 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 17:09:50 +0100" startDate="2021-05-26 16:58:47 +0100" endDate="2021-05-26 17:05:53 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 17:40:19 +0100" startDate="2021-05-26 17:29:07 +0100" endDate="2021-05-26 17:37:57 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 17:52:54 +0100" startDate="2021-05-26 17:42:14 +0100" endDate="2021-05-26 17:51:32 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 18:03:54 +0100" startDate="2021-05-26 17:52:51 +0100" endDate="2021-05-26 17:57:19 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-26 19:49:14 +0100" startDate="2021-05-26 19:38:12 +0100" endDate="2021-05-26 19:39:43 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 07:22:24 +0100" startDate="2021-05-27 07:11:19 +0100" endDate="2021-05-27 07:21:12 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 07:31:37 +0100" startDate="2021-05-27 07:21:20 +0100" endDate="2021-05-27 07:21:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 08:47:38 +0100" startDate="2021-05-27 08:36:21 +0100" endDate="2021-05-27 08:40:56 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 10:05:33 +0100" startDate="2021-05-27 09:53:17 +0100" endDate="2021-05-27 09:55:34 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 10:35:37 +0100" startDate="2021-05-27 10:21:00 +0100" endDate="2021-05-27 10:21:05 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 10:45:39 +0100" startDate="2021-05-27 10:34:16 +0100" endDate="2021-05-27 10:37:09 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 10:59:57 +0100" startDate="2021-05-27 10:45:08 +0100" endDate="2021-05-27 10:48:45 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 11:34:57 +0100" startDate="2021-05-27 11:22:45 +0100" endDate="2021-05-27 11:30:39 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 11:45:51 +0100" startDate="2021-05-27 11:33:22 +0100" endDate="2021-05-27 11:42:24 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 12:29:09 +0100" startDate="2021-05-27 12:16:22 +0100" endDate="2021-05-27 12:23:24 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 13:57:51 +0100" startDate="2021-05-27 13:46:55 +0100" endDate="2021-05-27 13:56:56 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 14:07:49 +0100" startDate="2021-05-27 13:56:56 +0100" endDate="2021-05-27 13:57:27 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 14:22:46 +0100" startDate="2021-05-27 14:11:43 +0100" endDate="2021-05-27 14:14:03 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 14:37:55 +0100" startDate="2021-05-27 14:24:34 +0100" endDate="2021-05-27 14:29:40 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 15:18:35 +0100" startDate="2021-05-27 15:07:25 +0100" endDate="2021-05-27 15:17:25 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 15:32:26 +0100" startDate="2021-05-27 15:17:25 +0100" endDate="2021-05-27 15:18:36 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 15:45:46 +0100" startDate="2021-05-27 15:34:44 +0100" endDate="2021-05-27 15:37:32 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 16:48:00 +0100" startDate="2021-05-27 16:40:44 +0100" endDate="2021-05-27 16:47:27 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 18:32:27 +0100" startDate="2021-05-27 18:21:06 +0100" endDate="2021-05-27 18:29:51 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 18:45:04 +0100" startDate="2021-05-27 18:33:46 +0100" endDate="2021-05-27 18:33:51 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-27 21:04:05 +0100" startDate="2021-05-27 20:49:50 +0100" endDate="2021-05-27 20:52:02 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 09:26:47 +0100" startDate="2021-05-28 09:13:21 +0100" endDate="2021-05-28 09:13:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 09:40:24 +0100" startDate="2021-05-28 09:29:22 +0100" endDate="2021-05-28 09:29:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 09:59:51 +0100" startDate="2021-05-28 09:48:18 +0100" endDate="2021-05-28 09:51:29 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 10:13:06 +0100" startDate="2021-05-28 09:59:39 +0100" endDate="2021-05-28 09:59:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 14:19:59 +0100" startDate="2021-05-28 14:08:56 +0100" endDate="2021-05-28 14:11:45 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 14:59:51 +0100" startDate="2021-05-28 14:47:19 +0100" endDate="2021-05-28 14:48:58 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 15:08:13 +0100" startDate="2021-05-28 14:58:39 +0100" endDate="2021-05-28 15:07:49 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 16:21:38 +0100" startDate="2021-05-28 16:10:36 +0100" endDate="2021-05-28 16:15:46 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 16:43:14 +0100" startDate="2021-05-28 16:32:11 +0100" endDate="2021-05-28 16:39:14 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 17:13:31 +0100" startDate="2021-05-28 17:02:28 +0100" endDate="2021-05-28 17:12:16 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 17:23:28 +0100" startDate="2021-05-28 17:13:12 +0100" endDate="2021-05-28 17:14:43 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 18:24:20 +0100" startDate="2021-05-28 18:11:01 +0100" endDate="2021-05-28 18:21:02 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 18:32:05 +0100" startDate="2021-05-28 18:21:02 +0100" endDate="2021-05-28 18:22:57 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 19:32:34 +0100" startDate="2021-05-28 19:21:31 +0100" endDate="2021-05-28 19:21:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 21:01:57 +0100" startDate="2021-05-28 20:48:37 +0100" endDate="2021-05-28 20:58:38 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 21:17:17 +0100" startDate="2021-05-28 20:58:38 +0100" endDate="2021-05-28 21:01:59 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 21:32:28 +0100" startDate="2021-05-28 21:20:10 +0100" endDate="2021-05-28 21:26:31 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-28 21:49:41 +0100" startDate="2021-05-28 21:38:39 +0100" endDate="2021-05-28 21:39:02 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 06:41:21 +0100" startDate="2021-05-29 06:28:41 +0100" endDate="2021-05-29 06:38:42 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 06:52:02 +0100" startDate="2021-05-29 06:38:42 +0100" endDate="2021-05-29 06:48:40 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 07:00:34 +0100" startDate="2021-05-29 06:48:40 +0100" endDate="2021-05-29 06:57:33 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 07:43:41 +0100" startDate="2021-05-29 07:31:04 +0100" endDate="2021-05-29 07:32:51 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 08:54:54 +0100" startDate="2021-05-29 08:43:34 +0100" endDate="2021-05-29 08:45:15 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 09:37:19 +0100" startDate="2021-05-29 09:21:54 +0100" endDate="2021-05-29 09:29:12 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 09:50:29 +0100" startDate="2021-05-29 09:36:00 +0100" endDate="2021-05-29 09:40:58 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 10:08:45 +0100" startDate="2021-05-29 09:53:38 +0100" endDate="2021-05-29 09:58:34 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 10:39:14 +0100" startDate="2021-05-29 10:28:11 +0100" endDate="2021-05-29 10:35:09 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 11:00:16 +0100" startDate="2021-05-29 10:49:12 +0100" endDate="2021-05-29 10:58:53 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 11:11:45 +0100" startDate="2021-05-29 11:00:43 +0100" endDate="2021-05-29 11:05:08 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 11:40:11 +0100" startDate="2021-05-29 11:28:16 +0100" endDate="2021-05-29 11:30:47 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 11:54:40 +0100" startDate="2021-05-29 11:43:37 +0100" endDate="2021-05-29 11:43:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 12:10:07 +0100" startDate="2021-05-29 11:57:33 +0100" endDate="2021-05-29 12:01:58 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 12:38:33 +0100" startDate="2021-05-29 12:24:10 +0100" endDate="2021-05-29 12:26:36 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 13:58:21 +0100" startDate="2021-05-29 13:47:13 +0100" endDate="2021-05-29 13:53:12 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 14:08:35 +0100" startDate="2021-05-29 13:57:27 +0100" endDate="2021-05-29 14:05:26 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 14:21:07 +0100" startDate="2021-05-29 14:09:13 +0100" endDate="2021-05-29 14:16:31 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 14:32:44 +0100" startDate="2021-05-29 14:21:29 +0100" endDate="2021-05-29 14:31:28 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 14:43:01 +0100" startDate="2021-05-29 14:31:58 +0100" endDate="2021-05-29 14:40:25 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 14:55:44 +0100" startDate="2021-05-29 14:43:57 +0100" endDate="2021-05-29 14:48:40 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 12:53:22 +0100" startDate="2021-05-29 12:41:51 +0100" endDate="2021-05-29 12:44:28 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 13:06:49 +0100" startDate="2021-05-29 12:55:16 +0100" endDate="2021-05-29 12:55:32 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 13:17:20 +0100" startDate="2021-05-29 13:06:12 +0100" endDate="2021-05-29 13:10:27 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 15:58:20 +0100" startDate="2021-05-29 15:47:17 +0100" endDate="2021-05-29 15:55:12 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 16:09:06 +0100" startDate="2021-05-29 15:57:50 +0100" endDate="2021-05-29 16:00:30 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 16:35:01 +0100" startDate="2021-05-29 16:23:53 +0100" endDate="2021-05-29 16:33:54 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 16:44:56 +0100" startDate="2021-05-29 16:33:54 +0100" endDate="2021-05-29 16:40:51 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 16:56:45 +0100" startDate="2021-05-29 16:45:32 +0100" endDate="2021-05-29 16:45:37 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 17:11:21 +0100" startDate="2021-05-29 17:00:18 +0100" endDate="2021-05-29 17:09:23 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 17:25:19 +0100" startDate="2021-05-29 17:14:16 +0100" endDate="2021-05-29 17:24:18 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 17:35:43 +0100" startDate="2021-05-29 17:24:18 +0100" endDate="2021-05-29 17:34:16 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 17:46:59 +0100" startDate="2021-05-29 17:35:53 +0100" endDate="2021-05-29 17:38:06 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 19:04:11 +0100" startDate="2021-05-29 18:52:24 +0100" endDate="2021-05-29 19:01:26 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 19:15:34 +0100" startDate="2021-05-29 19:02:27 +0100" endDate="2021-05-29 19:12:23 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 19:28:16 +0100" startDate="2021-05-29 19:16:51 +0100" endDate="2021-05-29 19:19:36 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-29 20:23:26 +0100" startDate="2021-05-29 20:10:44 +0100" endDate="2021-05-29 20:16:48 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-30 10:33:15 +0100" startDate="2021-05-30 10:21:02 +0100" endDate="2021-05-30 10:21:10 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-30 13:12:22 +0100" startDate="2021-05-30 13:01:16 +0100" endDate="2021-05-30 13:11:17 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-30 13:22:19 +0100" startDate="2021-05-30 13:11:17 +0100" endDate="2021-05-30 13:12:05 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-30 16:30:25 +0100" startDate="2021-05-30 16:19:22 +0100" endDate="2021-05-30 16:28:28 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-30 17:37:07 +0100" startDate="2021-05-30 17:26:04 +0100" endDate="2021-05-30 17:31:00 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-30 18:07:40 +0100" startDate="2021-05-30 17:54:59 +0100" endDate="2021-05-30 18:05:00 +0100" value="832"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-30 18:21:17 +0100" startDate="2021-05-30 18:05:00 +0100" endDate="2021-05-30 18:15:02 +0100" value="1032"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-30 18:27:23 +0100" startDate="2021-05-30 18:15:02 +0100" endDate="2021-05-30 18:19:21 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-30 18:38:44 +0100" startDate="2021-05-30 18:27:42 +0100" endDate="2021-05-30 18:37:33 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-30 18:50:26 +0100" startDate="2021-05-30 18:37:43 +0100" endDate="2021-05-30 18:47:44 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-30 18:57:52 +0100" startDate="2021-05-30 18:47:44 +0100" endDate="2021-05-30 18:57:30 +0100" value="843"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-30 21:06:34 +0100" startDate="2021-05-30 20:55:31 +0100" endDate="2021-05-30 20:55:54 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-31 07:07:28 +0100" startDate="2021-05-31 06:55:24 +0100" endDate="2021-05-31 07:02:50 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-31 07:20:07 +0100" startDate="2021-05-31 07:05:26 +0100" endDate="2021-05-31 07:05:31 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-31 19:28:32 +0100" startDate="2021-05-31 19:16:44 +0100" endDate="2021-05-31 19:16:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-31 19:50:59 +0100" startDate="2021-05-31 19:39:48 +0100" endDate="2021-05-31 19:41:07 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-31 21:12:13 +0100" startDate="2021-05-31 21:01:10 +0100" endDate="2021-05-31 21:01:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-05-31 21:57:11 +0100" startDate="2021-05-31 21:46:08 +0100" endDate="2021-05-31 21:46:18 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-01 05:58:59 +0100" startDate="2021-06-01 05:47:53 +0100" endDate="2021-06-01 05:47:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-01 07:12:51 +0100" startDate="2021-06-01 07:00:15 +0100" endDate="2021-06-01 07:00:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-01 08:08:44 +0100" startDate="2021-06-01 07:57:41 +0100" endDate="2021-06-01 07:57:47 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-01 09:02:11 +0100" startDate="2021-06-01 08:51:09 +0100" endDate="2021-06-01 08:51:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-01 12:06:14 +0100" startDate="2021-06-01 11:52:11 +0100" endDate="2021-06-01 11:52:16 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-01 12:38:24 +0100" startDate="2021-06-01 12:27:21 +0100" endDate="2021-06-01 12:36:34 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-01 18:18:07 +0100" startDate="2021-06-01 18:07:34 +0100" endDate="2021-06-01 18:11:44 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-01 19:37:20 +0100" startDate="2021-06-01 19:26:17 +0100" endDate="2021-06-01 19:29:06 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-01 21:45:38 +0100" startDate="2021-06-01 21:33:45 +0100" endDate="2021-06-01 21:33:48 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 06:46:55 +0100" startDate="2021-06-02 06:35:53 +0100" endDate="2021-06-02 06:42:51 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 07:12:20 +0100" startDate="2021-06-02 07:00:42 +0100" endDate="2021-06-02 07:08:53 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 08:17:08 +0100" startDate="2021-06-02 08:06:09 +0100" endDate="2021-06-02 08:16:06 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 08:27:06 +0100" startDate="2021-06-02 08:16:13 +0100" endDate="2021-06-02 08:24:40 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 08:46:38 +0100" startDate="2021-06-02 08:35:35 +0100" endDate="2021-06-02 08:41:37 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 10:06:35 +0100" startDate="2021-06-02 09:55:11 +0100" endDate="2021-06-02 10:04:54 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 10:17:43 +0100" startDate="2021-06-02 10:05:22 +0100" endDate="2021-06-02 10:08:23 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 11:23:27 +0100" startDate="2021-06-02 11:09:55 +0100" endDate="2021-06-02 11:16:17 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 11:40:25 +0100" startDate="2021-06-02 11:29:22 +0100" endDate="2021-06-02 11:29:35 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 11:55:13 +0100" startDate="2021-06-02 11:44:10 +0100" endDate="2021-06-02 11:44:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 12:13:19 +0100" startDate="2021-06-02 12:03:16 +0100" endDate="2021-06-02 12:12:16 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 12:28:08 +0100" startDate="2021-06-02 12:16:49 +0100" endDate="2021-06-02 12:16:59 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 13:31:09 +0100" startDate="2021-06-02 13:19:23 +0100" endDate="2021-06-02 13:28:28 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 15:10:31 +0100" startDate="2021-06-02 14:59:28 +0100" endDate="2021-06-02 15:08:02 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 15:26:51 +0100" startDate="2021-06-02 15:15:48 +0100" endDate="2021-06-02 15:18:34 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 15:51:50 +0100" startDate="2021-06-02 15:40:48 +0100" endDate="2021-06-02 15:47:50 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 16:57:38 +0100" startDate="2021-06-02 16:46:35 +0100" endDate="2021-06-02 16:47:13 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 17:25:01 +0100" startDate="2021-06-02 17:11:05 +0100" endDate="2021-06-02 17:11:10 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 18:04:02 +0100" startDate="2021-06-02 17:50:43 +0100" endDate="2021-06-02 17:53:43 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 18:45:02 +0100" startDate="2021-06-02 18:29:33 +0100" endDate="2021-06-02 18:30:21 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 19:14:26 +0100" startDate="2021-06-02 19:03:08 +0100" endDate="2021-06-02 19:08:59 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 19:35:26 +0100" startDate="2021-06-02 19:24:23 +0100" endDate="2021-06-02 19:26:07 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 20:02:40 +0100" startDate="2021-06-02 19:51:35 +0100" endDate="2021-06-02 20:01:11 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 20:14:55 +0100" startDate="2021-06-02 20:01:54 +0100" endDate="2021-06-02 20:10:46 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 20:25:41 +0100" startDate="2021-06-02 20:14:35 +0100" endDate="2021-06-02 20:14:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 20:47:35 +0100" startDate="2021-06-02 20:34:46 +0100" endDate="2021-06-02 20:34:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 21:02:18 +0100" startDate="2021-06-02 20:50:53 +0100" endDate="2021-06-02 20:59:37 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 23:48:49 +0100" startDate="2021-06-02 23:35:15 +0100" endDate="2021-06-02 23:42:20 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-02 23:59:00 +0100" startDate="2021-06-02 23:45:33 +0100" endDate="2021-06-02 23:45:51 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 07:22:20 +0100" startDate="2021-06-03 07:10:46 +0100" endDate="2021-06-03 07:11:14 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 07:35:35 +0100" startDate="2021-06-03 07:24:26 +0100" endDate="2021-06-03 07:24:36 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 08:55:03 +0100" startDate="2021-06-03 08:44:00 +0100" endDate="2021-06-03 08:50:22 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 09:12:11 +0100" startDate="2021-06-03 08:58:40 +0100" endDate="2021-06-03 09:07:22 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 09:21:15 +0100" startDate="2021-06-03 09:10:13 +0100" endDate="2021-06-03 09:13:21 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 11:25:47 +0100" startDate="2021-06-03 11:14:44 +0100" endDate="2021-06-03 11:14:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 12:50:04 +0100" startDate="2021-06-03 12:35:38 +0100" endDate="2021-06-03 12:40:08 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 17:24:52 +0100" startDate="2021-06-03 17:13:49 +0100" endDate="2021-06-03 17:13:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 19:09:55 +0100" startDate="2021-06-03 18:58:42 +0100" endDate="2021-06-03 19:08:44 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 19:20:16 +0100" startDate="2021-06-03 19:08:44 +0100" endDate="2021-06-03 19:18:44 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 19:29:52 +0100" startDate="2021-06-03 19:18:44 +0100" endDate="2021-06-03 19:20:29 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 19:54:29 +0100" startDate="2021-06-03 19:38:28 +0100" endDate="2021-06-03 19:48:29 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 20:01:35 +0100" startDate="2021-06-03 19:48:29 +0100" endDate="2021-06-03 19:58:31 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 20:12:20 +0100" startDate="2021-06-03 19:58:31 +0100" endDate="2021-06-03 20:01:26 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-03 20:59:04 +0100" startDate="2021-06-03 20:48:56 +0100" endDate="2021-06-03 20:57:43 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 07:33:25 +0100" startDate="2021-06-04 07:20:04 +0100" endDate="2021-06-04 07:22:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 08:09:08 +0100" startDate="2021-06-04 07:58:05 +0100" endDate="2021-06-04 07:58:28 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 08:59:56 +0100" startDate="2021-06-04 08:44:36 +0100" endDate="2021-06-04 08:44:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 10:50:45 +0100" startDate="2021-06-04 10:36:17 +0100" endDate="2021-06-04 10:46:16 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 10:58:34 +0100" startDate="2021-06-04 10:46:28 +0100" endDate="2021-06-04 10:52:23 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 11:13:45 +0100" startDate="2021-06-04 11:02:00 +0100" endDate="2021-06-04 11:06:30 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 12:40:59 +0100" startDate="2021-06-04 12:28:58 +0100" endDate="2021-06-04 12:31:48 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 13:06:11 +0100" startDate="2021-06-04 12:53:31 +0100" endDate="2021-06-04 13:03:16 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 13:15:16 +0100" startDate="2021-06-04 13:04:02 +0100" endDate="2021-06-04 13:13:51 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 13:36:02 +0100" startDate="2021-06-04 13:23:47 +0100" endDate="2021-06-04 13:28:12 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 14:10:10 +0100" startDate="2021-06-04 13:57:01 +0100" endDate="2021-06-04 14:07:02 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 14:21:41 +0100" startDate="2021-06-04 14:07:02 +0100" endDate="2021-06-04 14:16:42 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 14:29:15 +0100" startDate="2021-06-04 14:17:51 +0100" endDate="2021-06-04 14:27:52 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 14:39:15 +0100" startDate="2021-06-04 14:27:52 +0100" endDate="2021-06-04 14:37:53 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 14:49:30 +0100" startDate="2021-06-04 14:37:53 +0100" endDate="2021-06-04 14:47:54 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 14:59:10 +0100" startDate="2021-06-04 14:47:54 +0100" endDate="2021-06-04 14:57:55 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 15:12:01 +0100" startDate="2021-06-04 14:57:55 +0100" endDate="2021-06-04 15:04:07 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 16:49:05 +0100" startDate="2021-06-04 16:38:02 +0100" endDate="2021-06-04 16:38:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 17:59:22 +0100" startDate="2021-06-04 17:47:52 +0100" endDate="2021-06-04 17:57:53 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 18:05:03 +0100" startDate="2021-06-04 17:58:21 +0100" endDate="2021-06-04 17:59:50 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 18:25:55 +0100" startDate="2021-06-04 18:14:52 +0100" endDate="2021-06-04 18:14:54 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 21:25:25 +0100" startDate="2021-06-04 21:14:22 +0100" endDate="2021-06-04 21:18:21 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 21:36:29 +0100" startDate="2021-06-04 21:25:26 +0100" endDate="2021-06-04 21:34:32 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-04 21:49:11 +0100" startDate="2021-06-04 21:36:24 +0100" endDate="2021-06-04 21:38:13 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 06:37:17 +0100" startDate="2021-06-05 06:25:55 +0100" endDate="2021-06-05 06:25:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 08:27:24 +0100" startDate="2021-06-05 08:16:21 +0100" endDate="2021-06-05 08:16:57 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 10:04:17 +0100" startDate="2021-06-05 09:51:44 +0100" endDate="2021-06-05 09:59:43 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 11:23:14 +0100" startDate="2021-06-05 11:12:11 +0100" endDate="2021-06-05 11:18:42 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 11:35:53 +0100" startDate="2021-06-05 11:24:13 +0100" endDate="2021-06-05 11:26:00 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 12:12:07 +0100" startDate="2021-06-05 12:01:04 +0100" endDate="2021-06-05 12:03:19 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 13:18:22 +0100" startDate="2021-06-05 13:07:18 +0100" endDate="2021-06-05 13:07:28 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 14:03:58 +0100" startDate="2021-06-05 13:48:42 +0100" endDate="2021-06-05 13:48:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 14:20:43 +0100" startDate="2021-06-05 14:09:40 +0100" endDate="2021-06-05 14:09:43 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 15:54:35 +0100" startDate="2021-06-05 15:43:32 +0100" endDate="2021-06-05 15:47:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 16:18:22 +0100" startDate="2021-06-05 16:07:19 +0100" endDate="2021-06-05 16:07:29 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 18:42:58 +0100" startDate="2021-06-05 18:31:55 +0100" endDate="2021-06-05 18:35:19 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-05 22:33:07 +0100" startDate="2021-06-05 22:22:04 +0100" endDate="2021-06-05 22:24:09 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 05:33:02 +0100" startDate="2021-06-06 05:19:25 +0100" endDate="2021-06-06 05:23:52 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 05:57:45 +0100" startDate="2021-06-06 05:45:22 +0100" endDate="2021-06-06 05:54:30 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 07:19:05 +0100" startDate="2021-06-06 07:05:36 +0100" endDate="2021-06-06 07:11:40 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 07:39:57 +0100" startDate="2021-06-06 07:28:54 +0100" endDate="2021-06-06 07:32:41 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 07:55:27 +0100" startDate="2021-06-06 07:41:35 +0100" endDate="2021-06-06 07:42:31 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 08:05:57 +0100" startDate="2021-06-06 07:54:14 +0100" endDate="2021-06-06 07:54:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 11:11:14 +0100" startDate="2021-06-06 11:00:11 +0100" endDate="2021-06-06 11:05:02 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 11:41:06 +0100" startDate="2021-06-06 11:30:04 +0100" endDate="2021-06-06 11:34:45 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 12:10:54 +0100" startDate="2021-06-06 11:59:51 +0100" endDate="2021-06-06 12:06:05 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 13:00:12 +0100" startDate="2021-06-06 12:49:09 +0100" endDate="2021-06-06 12:58:22 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 13:13:55 +0100" startDate="2021-06-06 13:00:47 +0100" endDate="2021-06-06 13:06:31 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 13:37:29 +0100" startDate="2021-06-06 13:25:20 +0100" endDate="2021-06-06 13:25:56 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 16:34:16 +0100" startDate="2021-06-06 16:21:51 +0100" endDate="2021-06-06 16:31:35 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 16:44:12 +0100" startDate="2021-06-06 16:31:53 +0100" endDate="2021-06-06 16:32:03 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 17:46:41 +0100" startDate="2021-06-06 17:35:38 +0100" endDate="2021-06-06 17:40:05 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 18:25:37 +0100" startDate="2021-06-06 18:14:34 +0100" endDate="2021-06-06 18:21:53 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 19:11:40 +0100" startDate="2021-06-06 19:00:37 +0100" endDate="2021-06-06 19:01:13 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-06 19:50:15 +0100" startDate="2021-06-06 19:39:12 +0100" endDate="2021-06-06 19:39:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 04:40:35 +0100" startDate="2021-06-07 04:29:27 +0100" endDate="2021-06-07 04:38:12 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 04:54:26 +0100" startDate="2021-06-07 04:40:19 +0100" endDate="2021-06-07 04:40:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 05:06:02 +0100" startDate="2021-06-07 04:54:38 +0100" endDate="2021-06-07 04:57:14 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 05:52:49 +0100" startDate="2021-06-07 05:41:46 +0100" endDate="2021-06-07 05:49:17 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 06:05:39 +0100" startDate="2021-06-07 05:54:36 +0100" endDate="2021-06-07 06:00:40 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 08:44:50 +0100" startDate="2021-06-07 08:32:34 +0100" endDate="2021-06-07 08:37:39 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 10:43:39 +0100" startDate="2021-06-07 10:31:49 +0100" endDate="2021-06-07 10:40:14 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 10:55:22 +0100" startDate="2021-06-07 10:43:05 +0100" endDate="2021-06-07 10:47:56 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 11:50:44 +0100" startDate="2021-06-07 11:36:28 +0100" endDate="2021-06-07 11:44:14 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 12:05:58 +0100" startDate="2021-06-07 11:54:39 +0100" endDate="2021-06-07 12:00:51 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 12:21:01 +0100" startDate="2021-06-07 12:08:48 +0100" endDate="2021-06-07 12:08:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 12:40:31 +0100" startDate="2021-06-07 12:29:28 +0100" endDate="2021-06-07 12:29:49 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 16:00:27 +0100" startDate="2021-06-07 15:49:24 +0100" endDate="2021-06-07 15:56:35 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 17:46:36 +0100" startDate="2021-06-07 17:35:34 +0100" endDate="2021-06-07 17:35:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 18:01:11 +0100" startDate="2021-06-07 17:48:02 +0100" endDate="2021-06-07 17:56:55 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 18:10:09 +0100" startDate="2021-06-07 17:58:39 +0100" endDate="2021-06-07 17:59:12 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 18:35:38 +0100" startDate="2021-06-07 18:24:36 +0100" endDate="2021-06-07 18:24:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-07 21:40:48 +0100" startDate="2021-06-07 21:26:53 +0100" endDate="2021-06-07 21:26:55 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 04:48:03 +0100" startDate="2021-06-08 04:36:46 +0100" endDate="2021-06-08 04:36:48 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 05:06:32 +0100" startDate="2021-06-08 04:55:29 +0100" endDate="2021-06-08 04:57:37 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 05:36:51 +0100" startDate="2021-06-08 05:23:57 +0100" endDate="2021-06-08 05:33:56 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 05:46:04 +0100" startDate="2021-06-08 05:33:56 +0100" endDate="2021-06-08 05:40:49 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 05:57:15 +0100" startDate="2021-06-08 05:45:27 +0100" endDate="2021-06-08 05:51:08 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 06:15:57 +0100" startDate="2021-06-08 06:04:54 +0100" endDate="2021-06-08 06:05:24 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 07:51:02 +0100" startDate="2021-06-08 07:37:25 +0100" endDate="2021-06-08 07:41:39 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 07:59:57 +0100" startDate="2021-06-08 07:48:58 +0100" endDate="2021-06-08 07:58:54 +0100" value="1117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 08:09:56 +0100" startDate="2021-06-08 07:59:09 +0100" endDate="2021-06-08 08:09:10 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 08:21:11 +0100" startDate="2021-06-08 08:09:18 +0100" endDate="2021-06-08 08:09:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 08:36:32 +0100" startDate="2021-06-08 08:25:29 +0100" endDate="2021-06-08 08:30:30 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 09:56:36 +0100" startDate="2021-06-08 09:42:41 +0100" endDate="2021-06-08 09:47:09 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 10:31:48 +0100" startDate="2021-06-08 10:17:08 +0100" endDate="2021-06-08 10:20:04 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 10:45:00 +0100" startDate="2021-06-08 10:32:22 +0100" endDate="2021-06-08 10:32:45 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 11:25:14 +0100" startDate="2021-06-08 11:09:31 +0100" endDate="2021-06-08 11:19:32 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 11:32:48 +0100" startDate="2021-06-08 11:19:32 +0100" endDate="2021-06-08 11:26:42 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 11:41:47 +0100" startDate="2021-06-08 11:30:44 +0100" endDate="2021-06-08 11:40:45 +0100" value="926"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 11:51:48 +0100" startDate="2021-06-08 11:40:45 +0100" endDate="2021-06-08 11:42:22 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 12:34:19 +0100" startDate="2021-06-08 12:23:16 +0100" endDate="2021-06-08 12:30:57 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 12:50:34 +0100" startDate="2021-06-08 12:39:32 +0100" endDate="2021-06-08 12:46:30 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 14:12:13 +0100" startDate="2021-06-08 14:00:13 +0100" endDate="2021-06-08 14:04:53 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 14:23:50 +0100" startDate="2021-06-08 14:12:19 +0100" endDate="2021-06-08 14:14:18 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 14:48:45 +0100" startDate="2021-06-08 14:37:42 +0100" endDate="2021-06-08 14:38:41 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 14:58:56 +0100" startDate="2021-06-08 14:47:53 +0100" endDate="2021-06-08 14:54:26 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 15:52:54 +0100" startDate="2021-06-08 15:40:18 +0100" endDate="2021-06-08 15:50:19 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 16:02:21 +0100" startDate="2021-06-08 15:50:19 +0100" endDate="2021-06-08 16:00:20 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 16:12:37 +0100" startDate="2021-06-08 16:00:20 +0100" endDate="2021-06-08 16:10:19 +0100" value="995"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 16:25:45 +0100" startDate="2021-06-08 16:10:19 +0100" endDate="2021-06-08 16:20:18 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 16:34:42 +0100" startDate="2021-06-08 16:20:25 +0100" endDate="2021-06-08 16:30:26 +0100" value="1070"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 16:46:52 +0100" startDate="2021-06-08 16:30:26 +0100" endDate="2021-06-08 16:40:27 +0100" value="1124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 16:52:23 +0100" startDate="2021-06-08 16:40:27 +0100" endDate="2021-06-08 16:50:28 +0100" value="1142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 17:03:04 +0100" startDate="2021-06-08 16:50:28 +0100" endDate="2021-06-08 17:00:30 +0100" value="1140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 17:13:11 +0100" startDate="2021-06-08 17:00:30 +0100" endDate="2021-06-08 17:10:31 +0100" value="1158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 17:21:33 +0100" startDate="2021-06-08 17:10:31 +0100" endDate="2021-06-08 17:20:32 +0100" value="1048"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 17:34:34 +0100" startDate="2021-06-08 17:20:32 +0100" endDate="2021-06-08 17:30:23 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-08 17:42:56 +0100" startDate="2021-06-08 17:30:51 +0100" endDate="2021-06-08 17:35:26 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 06:09:52 +0100" startDate="2021-06-09 05:58:49 +0100" endDate="2021-06-09 06:06:13 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 06:53:36 +0100" startDate="2021-06-09 06:39:29 +0100" endDate="2021-06-09 06:48:03 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 07:03:04 +0100" startDate="2021-06-09 06:50:51 +0100" endDate="2021-06-09 06:51:22 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 07:50:07 +0100" startDate="2021-06-09 07:35:43 +0100" endDate="2021-06-09 07:40:51 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 08:36:44 +0100" startDate="2021-06-09 08:25:41 +0100" endDate="2021-06-09 08:31:23 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 10:07:47 +0100" startDate="2021-06-09 09:54:12 +0100" endDate="2021-06-09 10:01:12 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 10:57:13 +0100" startDate="2021-06-09 10:46:02 +0100" endDate="2021-06-09 10:47:37 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 11:15:39 +0100" startDate="2021-06-09 11:04:13 +0100" endDate="2021-06-09 11:14:07 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 11:25:51 +0100" startDate="2021-06-09 11:14:24 +0100" endDate="2021-06-09 11:23:35 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 11:41:50 +0100" startDate="2021-06-09 11:27:47 +0100" endDate="2021-06-09 11:35:05 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 12:09:07 +0100" startDate="2021-06-09 11:55:16 +0100" endDate="2021-06-09 11:58:09 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 13:09:09 +0100" startDate="2021-06-09 12:55:46 +0100" endDate="2021-06-09 13:00:38 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 13:20:19 +0100" startDate="2021-06-09 13:08:22 +0100" endDate="2021-06-09 13:13:38 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 14:00:00 +0100" startDate="2021-06-09 13:47:11 +0100" endDate="2021-06-09 13:47:21 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 15:01:21 +0100" startDate="2021-06-09 14:48:52 +0100" endDate="2021-06-09 14:58:17 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 15:12:01 +0100" startDate="2021-06-09 15:00:58 +0100" endDate="2021-06-09 15:02:24 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 15:57:47 +0100" startDate="2021-06-09 15:44:43 +0100" endDate="2021-06-09 15:54:45 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 16:05:52 +0100" startDate="2021-06-09 15:54:45 +0100" endDate="2021-06-09 16:04:46 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 16:15:53 +0100" startDate="2021-06-09 16:04:46 +0100" endDate="2021-06-09 16:14:47 +0100" value="1097"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 16:26:04 +0100" startDate="2021-06-09 16:14:47 +0100" endDate="2021-06-09 16:24:48 +0100" value="1084"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 16:35:51 +0100" startDate="2021-06-09 16:24:48 +0100" endDate="2021-06-09 16:34:49 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 16:46:23 +0100" startDate="2021-06-09 16:34:52 +0100" endDate="2021-06-09 16:44:53 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 16:56:08 +0100" startDate="2021-06-09 16:44:53 +0100" endDate="2021-06-09 16:54:26 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 17:06:01 +0100" startDate="2021-06-09 16:54:59 +0100" endDate="2021-06-09 17:04:38 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 18:18:12 +0100" startDate="2021-06-09 18:07:09 +0100" endDate="2021-06-09 18:17:08 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-09 18:21:11 +0100" startDate="2021-06-09 18:17:08 +0100" endDate="2021-06-09 18:17:10 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 07:46:51 +0100" startDate="2021-06-10 07:36:04 +0100" endDate="2021-06-10 07:46:03 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 07:57:44 +0100" startDate="2021-06-10 07:46:41 +0100" endDate="2021-06-10 07:49:16 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 09:09:49 +0100" startDate="2021-06-10 08:58:46 +0100" endDate="2021-06-10 09:02:38 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 09:53:51 +0100" startDate="2021-06-10 09:42:22 +0100" endDate="2021-06-10 09:42:43 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 10:25:24 +0100" startDate="2021-06-10 10:13:58 +0100" endDate="2021-06-10 10:18:56 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 11:51:04 +0100" startDate="2021-06-10 11:37:47 +0100" endDate="2021-06-10 11:39:01 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 12:17:19 +0100" startDate="2021-06-10 12:05:43 +0100" endDate="2021-06-10 12:15:14 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 12:27:57 +0100" startDate="2021-06-10 12:16:54 +0100" endDate="2021-06-10 12:26:55 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 12:44:40 +0100" startDate="2021-06-10 12:26:55 +0100" endDate="2021-06-10 12:32:34 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 13:06:19 +0100" startDate="2021-06-10 12:55:11 +0100" endDate="2021-06-10 12:55:19 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 14:41:10 +0100" startDate="2021-06-10 14:30:07 +0100" endDate="2021-06-10 14:30:20 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 16:53:21 +0100" startDate="2021-06-10 16:42:18 +0100" endDate="2021-06-10 16:52:19 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 17:05:30 +0100" startDate="2021-06-10 16:52:19 +0100" endDate="2021-06-10 17:02:20 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 17:13:23 +0100" startDate="2021-06-10 17:02:20 +0100" endDate="2021-06-10 17:05:23 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 17:34:34 +0100" startDate="2021-06-10 17:23:31 +0100" endDate="2021-06-10 17:23:49 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 19:19:57 +0100" startDate="2021-06-10 19:07:11 +0100" endDate="2021-06-10 19:09:01 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 19:39:20 +0100" startDate="2021-06-10 19:26:13 +0100" endDate="2021-06-10 19:36:15 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 19:49:42 +0100" startDate="2021-06-10 19:36:15 +0100" endDate="2021-06-10 19:38:40 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 20:40:53 +0100" startDate="2021-06-10 20:28:22 +0100" endDate="2021-06-10 20:35:37 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 20:54:42 +0100" startDate="2021-06-10 20:39:14 +0100" endDate="2021-06-10 20:39:24 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-10 21:30:17 +0100" startDate="2021-06-10 21:18:18 +0100" endDate="2021-06-10 21:23:28 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 07:20:20 +0100" startDate="2021-06-11 07:09:17 +0100" endDate="2021-06-11 07:09:48 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 07:44:56 +0100" startDate="2021-06-11 07:33:53 +0100" endDate="2021-06-11 07:36:41 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 11:07:06 +0100" startDate="2021-06-11 10:56:02 +0100" endDate="2021-06-11 11:05:59 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 11:21:49 +0100" startDate="2021-06-11 11:10:46 +0100" endDate="2021-06-11 11:12:56 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 12:38:49 +0100" startDate="2021-06-11 12:27:37 +0100" endDate="2021-06-11 12:31:54 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 13:02:09 +0100" startDate="2021-06-11 12:47:50 +0100" endDate="2021-06-11 12:57:23 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 13:16:00 +0100" startDate="2021-06-11 13:04:03 +0100" endDate="2021-06-11 13:13:06 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 13:26:47 +0100" startDate="2021-06-11 13:14:25 +0100" endDate="2021-06-11 13:24:16 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 13:36:44 +0100" startDate="2021-06-11 13:24:26 +0100" endDate="2021-06-11 13:29:14 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 13:50:35 +0100" startDate="2021-06-11 13:37:25 +0100" endDate="2021-06-11 13:38:39 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 14:10:44 +0100" startDate="2021-06-11 13:58:37 +0100" endDate="2021-06-11 13:59:05 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 15:48:12 +0100" startDate="2021-06-11 15:36:15 +0100" endDate="2021-06-11 15:36:40 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 16:19:26 +0100" startDate="2021-06-11 16:07:51 +0100" endDate="2021-06-11 16:08:37 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 16:42:03 +0100" startDate="2021-06-11 16:31:00 +0100" endDate="2021-06-11 16:34:19 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 17:14:21 +0100" startDate="2021-06-11 16:59:27 +0100" endDate="2021-06-11 17:00:40 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-11 23:03:15 +0100" startDate="2021-06-11 22:50:20 +0100" endDate="2021-06-11 22:52:25 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 08:12:22 +0100" startDate="2021-06-12 07:57:38 +0100" endDate="2021-06-12 08:07:19 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 08:45:58 +0100" startDate="2021-06-12 08:34:56 +0100" endDate="2021-06-12 08:35:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 11:02:49 +0100" startDate="2021-06-12 10:51:32 +0100" endDate="2021-06-12 11:01:18 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 11:13:20 +0100" startDate="2021-06-12 11:01:39 +0100" endDate="2021-06-12 11:05:43 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 11:31:24 +0100" startDate="2021-06-12 11:19:51 +0100" endDate="2021-06-12 11:27:58 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 11:46:51 +0100" startDate="2021-06-12 11:33:39 +0100" endDate="2021-06-12 11:43:40 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 11:57:59 +0100" startDate="2021-06-12 11:44:08 +0100" endDate="2021-06-12 11:48:15 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 12:10:23 +0100" startDate="2021-06-12 11:56:19 +0100" endDate="2021-06-12 12:05:09 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 12:24:51 +0100" startDate="2021-06-12 12:13:48 +0100" endDate="2021-06-12 12:15:05 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 12:37:28 +0100" startDate="2021-06-12 12:26:25 +0100" endDate="2021-06-12 12:27:46 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 12:53:02 +0100" startDate="2021-06-12 12:41:32 +0100" endDate="2021-06-12 12:50:40 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 13:09:55 +0100" startDate="2021-06-12 12:51:53 +0100" endDate="2021-06-12 12:58:31 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 13:16:58 +0100" startDate="2021-06-12 13:03:16 +0100" endDate="2021-06-12 13:12:57 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 13:29:20 +0100" startDate="2021-06-12 13:17:04 +0100" endDate="2021-06-12 13:17:27 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 14:05:35 +0100" startDate="2021-06-12 13:54:26 +0100" endDate="2021-06-12 14:03:15 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 14:47:37 +0100" startDate="2021-06-12 14:34:12 +0100" endDate="2021-06-12 14:40:42 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 15:03:40 +0100" startDate="2021-06-12 14:52:25 +0100" endDate="2021-06-12 14:59:38 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 15:31:45 +0100" startDate="2021-06-12 15:17:26 +0100" endDate="2021-06-12 15:19:56 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 18:08:35 +0100" startDate="2021-06-12 18:06:42 +0100" endDate="2021-06-12 18:08:12 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 18:31:34 +0100" startDate="2021-06-12 18:19:00 +0100" endDate="2021-06-12 18:23:14 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 18:55:56 +0100" startDate="2021-06-12 18:44:53 +0100" endDate="2021-06-12 18:52:45 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 19:16:38 +0100" startDate="2021-06-12 19:05:35 +0100" endDate="2021-06-12 19:05:48 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 20:06:50 +0100" startDate="2021-06-12 19:53:24 +0100" endDate="2021-06-12 19:53:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 20:36:04 +0100" startDate="2021-06-12 20:24:53 +0100" endDate="2021-06-12 20:34:26 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 20:47:12 +0100" startDate="2021-06-12 20:35:12 +0100" endDate="2021-06-12 20:44:35 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 20:57:05 +0100" startDate="2021-06-12 20:46:02 +0100" endDate="2021-06-12 20:55:27 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 21:10:59 +0100" startDate="2021-06-12 20:57:06 +0100" endDate="2021-06-12 20:57:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 21:32:34 +0100" startDate="2021-06-12 21:18:23 +0100" endDate="2021-06-12 21:25:42 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-12 22:18:12 +0100" startDate="2021-06-12 22:07:09 +0100" endDate="2021-06-12 22:07:16 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 08:48:19 +0100" startDate="2021-06-13 08:37:16 +0100" endDate="2021-06-13 08:46:32 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 09:04:07 +0100" startDate="2021-06-13 08:53:04 +0100" endDate="2021-06-13 08:56:29 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 11:38:34 +0100" startDate="2021-06-13 11:23:54 +0100" endDate="2021-06-13 11:26:52 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 12:33:54 +0100" startDate="2021-06-13 12:20:23 +0100" endDate="2021-06-13 12:30:22 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 12:45:20 +0100" startDate="2021-06-13 12:30:22 +0100" endDate="2021-06-13 12:40:21 +0100" value="1082"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 12:51:42 +0100" startDate="2021-06-13 12:40:21 +0100" endDate="2021-06-13 12:44:20 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 13:48:00 +0100" startDate="2021-06-13 13:36:55 +0100" endDate="2021-06-13 13:38:59 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 14:08:21 +0100" startDate="2021-06-13 13:56:06 +0100" endDate="2021-06-13 14:04:37 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 14:24:36 +0100" startDate="2021-06-13 14:12:06 +0100" endDate="2021-06-13 14:21:59 +0100" value="1021"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 14:37:16 +0100" startDate="2021-06-13 14:22:38 +0100" endDate="2021-06-13 14:30:40 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 14:47:06 +0100" startDate="2021-06-13 14:35:20 +0100" endDate="2021-06-13 14:35:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 14:56:47 +0100" startDate="2021-06-13 14:45:32 +0100" endDate="2021-06-13 14:53:31 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 15:06:56 +0100" startDate="2021-06-13 14:55:51 +0100" endDate="2021-06-13 15:05:50 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 15:18:56 +0100" startDate="2021-06-13 15:05:50 +0100" endDate="2021-06-13 15:15:51 +0100" value="975"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 15:29:01 +0100" startDate="2021-06-13 15:15:51 +0100" endDate="2021-06-13 15:25:52 +0100" value="1026"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 15:38:16 +0100" startDate="2021-06-13 15:25:52 +0100" endDate="2021-06-13 15:35:54 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 15:47:14 +0100" startDate="2021-06-13 15:35:54 +0100" endDate="2021-06-13 15:45:55 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 15:57:47 +0100" startDate="2021-06-13 15:45:55 +0100" endDate="2021-06-13 15:55:56 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 16:09:01 +0100" startDate="2021-06-13 15:55:56 +0100" endDate="2021-06-13 16:05:57 +0100" value="1080"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 16:17:00 +0100" startDate="2021-06-13 16:05:57 +0100" endDate="2021-06-13 16:13:48 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 16:30:53 +0100" startDate="2021-06-13 16:19:50 +0100" endDate="2021-06-13 16:23:50 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 16:41:56 +0100" startDate="2021-06-13 16:30:53 +0100" endDate="2021-06-13 16:32:20 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 17:44:15 +0100" startDate="2021-06-13 17:32:18 +0100" endDate="2021-06-13 17:42:20 +0100" value="918"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 17:55:03 +0100" startDate="2021-06-13 17:42:20 +0100" endDate="2021-06-13 17:49:05 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-13 20:11:48 +0100" startDate="2021-06-13 20:00:45 +0100" endDate="2021-06-13 20:03:56 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 06:47:15 +0100" startDate="2021-06-14 06:35:35 +0100" endDate="2021-06-14 06:41:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 07:25:32 +0100" startDate="2021-06-14 07:14:29 +0100" endDate="2021-06-14 07:14:42 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 11:58:37 +0100" startDate="2021-06-14 11:42:31 +0100" endDate="2021-06-14 11:51:41 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 12:39:38 +0100" startDate="2021-06-14 12:27:00 +0100" endDate="2021-06-14 12:27:08 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 14:52:42 +0100" startDate="2021-06-14 14:39:48 +0100" endDate="2021-06-14 14:43:25 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 15:04:13 +0100" startDate="2021-06-14 14:53:10 +0100" endDate="2021-06-14 14:53:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 15:28:50 +0100" startDate="2021-06-14 15:14:02 +0100" endDate="2021-06-14 15:14:10 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 15:41:41 +0100" startDate="2021-06-14 15:28:04 +0100" endDate="2021-06-14 15:28:29 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 16:20:00 +0100" startDate="2021-06-14 16:08:57 +0100" endDate="2021-06-14 16:09:08 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 17:08:32 +0100" startDate="2021-06-14 16:57:30 +0100" endDate="2021-06-14 16:59:07 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 17:29:49 +0100" startDate="2021-06-14 17:18:34 +0100" endDate="2021-06-14 17:18:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 19:29:01 +0100" startDate="2021-06-14 19:17:14 +0100" endDate="2021-06-14 19:17:24 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-14 22:30:34 +0100" startDate="2021-06-14 22:17:39 +0100" endDate="2021-06-14 22:17:47 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-15 07:04:30 +0100" startDate="2021-06-15 06:53:03 +0100" endDate="2021-06-15 06:53:46 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-15 07:42:53 +0100" startDate="2021-06-15 07:31:51 +0100" endDate="2021-06-15 07:35:08 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-15 07:53:53 +0100" startDate="2021-06-15 07:42:36 +0100" endDate="2021-06-15 07:42:57 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-15 09:46:01 +0100" startDate="2021-06-15 09:34:06 +0100" endDate="2021-06-15 09:39:58 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-15 11:14:57 +0100" startDate="2021-06-15 11:02:19 +0100" endDate="2021-06-15 11:02:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-15 14:25:50 +0100" startDate="2021-06-15 14:14:12 +0100" endDate="2021-06-15 14:14:38 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-15 15:36:17 +0100" startDate="2021-06-15 15:20:22 +0100" endDate="2021-06-15 15:20:37 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-15 20:40:12 +0100" startDate="2021-06-15 20:29:09 +0100" endDate="2021-06-15 20:29:20 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-15 21:38:57 +0100" startDate="2021-06-15 21:27:54 +0100" endDate="2021-06-15 21:28:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-16 06:43:52 +0100" startDate="2021-06-16 06:32:49 +0100" endDate="2021-06-16 06:33:17 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-16 07:26:12 +0100" startDate="2021-06-16 07:14:32 +0100" endDate="2021-06-16 07:14:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-16 11:42:27 +0100" startDate="2021-06-16 11:31:24 +0100" endDate="2021-06-16 11:39:18 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-16 12:50:01 +0100" startDate="2021-06-16 12:38:58 +0100" endDate="2021-06-16 12:39:13 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-16 19:27:08 +0100" startDate="2021-06-16 19:16:06 +0100" endDate="2021-06-16 19:19:40 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-16 20:35:50 +0100" startDate="2021-06-16 20:24:47 +0100" endDate="2021-06-16 20:24:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-16 23:00:33 +0100" startDate="2021-06-16 22:49:30 +0100" endDate="2021-06-16 22:52:08 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 06:41:06 +0100" startDate="2021-06-17 06:29:09 +0100" endDate="2021-06-17 06:39:08 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 06:52:43 +0100" startDate="2021-06-17 06:39:08 +0100" endDate="2021-06-17 06:39:57 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 07:07:52 +0100" startDate="2021-06-17 06:56:49 +0100" endDate="2021-06-17 06:56:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 12:13:10 +0100" startDate="2021-06-17 12:02:07 +0100" endDate="2021-06-17 12:06:27 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 12:25:56 +0100" startDate="2021-06-17 12:14:23 +0100" endDate="2021-06-17 12:23:23 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 12:52:50 +0100" startDate="2021-06-17 12:41:47 +0100" endDate="2021-06-17 12:42:07 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 13:08:52 +0100" startDate="2021-06-17 12:57:49 +0100" endDate="2021-06-17 13:01:06 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 13:20:50 +0100" startDate="2021-06-17 13:09:13 +0100" endDate="2021-06-17 13:15:53 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 14:20:54 +0100" startDate="2021-06-17 14:08:40 +0100" endDate="2021-06-17 14:18:14 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 16:06:36 +0100" startDate="2021-06-17 15:55:33 +0100" endDate="2021-06-17 15:59:12 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 16:29:53 +0100" startDate="2021-06-17 16:17:12 +0100" endDate="2021-06-17 16:17:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 16:52:11 +0100" startDate="2021-06-17 16:41:08 +0100" endDate="2021-06-17 16:42:58 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 17:30:34 +0100" startDate="2021-06-17 17:19:31 +0100" endDate="2021-06-17 17:23:05 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 18:12:04 +0100" startDate="2021-06-17 18:01:01 +0100" endDate="2021-06-17 18:04:12 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 18:57:04 +0100" startDate="2021-06-17 18:45:33 +0100" endDate="2021-06-17 18:55:34 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 19:07:36 +0100" startDate="2021-06-17 18:55:34 +0100" endDate="2021-06-17 19:05:22 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 19:18:36 +0100" startDate="2021-06-17 19:06:21 +0100" endDate="2021-06-17 19:16:15 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 19:28:36 +0100" startDate="2021-06-17 19:17:18 +0100" endDate="2021-06-17 19:26:39 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 19:41:00 +0100" startDate="2021-06-17 19:28:59 +0100" endDate="2021-06-17 19:35:44 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 19:52:11 +0100" startDate="2021-06-17 19:41:08 +0100" endDate="2021-06-17 19:41:19 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-17 22:12:52 +0100" startDate="2021-06-17 22:01:49 +0100" endDate="2021-06-17 22:02:25 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 07:19:46 +0100" startDate="2021-06-18 07:04:40 +0100" endDate="2021-06-18 07:11:31 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 07:32:47 +0100" startDate="2021-06-18 07:21:44 +0100" endDate="2021-06-18 07:21:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 08:45:33 +0100" startDate="2021-06-18 08:34:26 +0100" endDate="2021-06-18 08:34:56 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 09:41:46 +0100" startDate="2021-06-18 09:27:13 +0100" endDate="2021-06-18 09:35:31 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 11:58:57 +0100" startDate="2021-06-18 11:47:07 +0100" endDate="2021-06-18 11:47:20 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 12:34:13 +0100" startDate="2021-06-18 12:22:03 +0100" endDate="2021-06-18 12:23:57 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 17:15:21 +0100" startDate="2021-06-18 17:05:15 +0100" endDate="2021-06-18 17:15:16 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 17:27:15 +0100" startDate="2021-06-18 17:15:16 +0100" endDate="2021-06-18 17:25:18 +0100" value="1099"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 17:41:04 +0100" startDate="2021-06-18 17:25:18 +0100" endDate="2021-06-18 17:31:24 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 18:59:19 +0100" startDate="2021-06-18 18:47:05 +0100" endDate="2021-06-18 18:47:11 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 19:17:04 +0100" startDate="2021-06-18 19:03:11 +0100" endDate="2021-06-18 19:03:44 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 20:53:20 +0100" startDate="2021-06-18 20:42:17 +0100" endDate="2021-06-18 20:44:24 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 21:45:02 +0100" startDate="2021-06-18 21:33:46 +0100" endDate="2021-06-18 21:38:32 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-18 21:55:19 +0100" startDate="2021-06-18 21:44:16 +0100" endDate="2021-06-18 21:44:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 06:25:39 +0100" startDate="2021-06-19 06:14:37 +0100" endDate="2021-06-19 06:24:26 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 06:40:13 +0100" startDate="2021-06-19 06:29:10 +0100" endDate="2021-06-19 06:33:04 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 07:43:35 +0100" startDate="2021-06-19 07:31:09 +0100" endDate="2021-06-19 07:31:14 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 10:14:32 +0100" startDate="2021-06-19 10:02:09 +0100" endDate="2021-06-19 10:12:10 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 10:26:38 +0100" startDate="2021-06-19 10:12:10 +0100" endDate="2021-06-19 10:13:01 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 12:24:44 +0100" startDate="2021-06-19 12:13:31 +0100" endDate="2021-06-19 12:15:39 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 12:38:03 +0100" startDate="2021-06-19 12:24:53 +0100" endDate="2021-06-19 12:25:49 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 15:51:28 +0100" startDate="2021-06-19 15:40:17 +0100" endDate="2021-06-19 15:40:27 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 16:15:27 +0100" startDate="2021-06-19 16:04:24 +0100" endDate="2021-06-19 16:13:06 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 16:28:17 +0100" startDate="2021-06-19 16:16:27 +0100" endDate="2021-06-19 16:26:28 +0100" value="1101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 16:37:31 +0100" startDate="2021-06-19 16:26:28 +0100" endDate="2021-06-19 16:35:44 +0100" value="832"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 16:48:49 +0100" startDate="2021-06-19 16:37:46 +0100" endDate="2021-06-19 16:47:40 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 17:01:01 +0100" startDate="2021-06-19 16:49:32 +0100" endDate="2021-06-19 16:59:33 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 17:15:00 +0100" startDate="2021-06-19 16:59:33 +0100" endDate="2021-06-19 17:09:34 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 17:20:37 +0100" startDate="2021-06-19 17:09:34 +0100" endDate="2021-06-19 17:18:32 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 17:37:09 +0100" startDate="2021-06-19 17:25:43 +0100" endDate="2021-06-19 17:25:45 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 19:57:20 +0100" startDate="2021-06-19 19:41:10 +0100" endDate="2021-06-19 19:41:22 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-19 21:59:52 +0100" startDate="2021-06-19 21:48:49 +0100" endDate="2021-06-19 21:49:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-20 06:13:08 +0100" startDate="2021-06-20 05:59:40 +0100" endDate="2021-06-20 06:00:52 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-20 07:21:45 +0100" startDate="2021-06-20 07:10:42 +0100" endDate="2021-06-20 07:11:38 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-20 07:54:54 +0100" startDate="2021-06-20 07:43:51 +0100" endDate="2021-06-20 07:44:37 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-20 11:27:11 +0100" startDate="2021-06-20 11:16:08 +0100" endDate="2021-06-20 11:22:02 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-20 12:12:44 +0100" startDate="2021-06-20 12:01:41 +0100" endDate="2021-06-20 12:08:52 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-20 14:06:40 +0100" startDate="2021-06-20 13:52:58 +0100" endDate="2021-06-20 14:02:32 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-20 14:20:23 +0100" startDate="2021-06-20 14:04:42 +0100" endDate="2021-06-20 14:05:02 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-20 15:09:33 +0100" startDate="2021-06-20 14:56:02 +0100" endDate="2021-06-20 14:58:23 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-20 15:54:44 +0100" startDate="2021-06-20 15:41:58 +0100" endDate="2021-06-20 15:46:05 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-20 17:08:21 +0100" startDate="2021-06-20 16:56:16 +0100" endDate="2021-06-20 17:04:52 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-20 21:26:13 +0100" startDate="2021-06-20 21:15:10 +0100" endDate="2021-06-20 21:16:12 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 06:53:43 +0100" startDate="2021-06-21 06:39:05 +0100" endDate="2021-06-21 06:39:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 07:11:06 +0100" startDate="2021-06-21 06:58:57 +0100" endDate="2021-06-21 06:59:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 07:29:05 +0100" startDate="2021-06-21 07:15:59 +0100" endDate="2021-06-21 07:25:42 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 07:38:36 +0100" startDate="2021-06-21 07:26:18 +0100" endDate="2021-06-21 07:27:35 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 08:00:47 +0100" startDate="2021-06-21 07:48:27 +0100" endDate="2021-06-21 07:53:26 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 09:36:38 +0100" startDate="2021-06-21 09:24:28 +0100" endDate="2021-06-21 09:34:26 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 09:51:14 +0100" startDate="2021-06-21 09:34:57 +0100" endDate="2021-06-21 09:35:35 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 11:43:25 +0100" startDate="2021-06-21 11:28:30 +0100" endDate="2021-06-21 11:36:39 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 11:54:21 +0100" startDate="2021-06-21 11:41:17 +0100" endDate="2021-06-21 11:41:32 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 12:13:27 +0100" startDate="2021-06-21 11:59:12 +0100" endDate="2021-06-21 12:03:47 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 15:12:33 +0100" startDate="2021-06-21 14:59:29 +0100" endDate="2021-06-21 14:59:42 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 15:28:40 +0100" startDate="2021-06-21 15:17:06 +0100" endDate="2021-06-21 15:25:40 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 15:40:30 +0100" startDate="2021-06-21 15:27:20 +0100" endDate="2021-06-21 15:32:03 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 15:49:23 +0100" startDate="2021-06-21 15:37:37 +0100" endDate="2021-06-21 15:47:38 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 16:00:00 +0100" startDate="2021-06-21 15:47:38 +0100" endDate="2021-06-21 15:57:39 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 16:10:37 +0100" startDate="2021-06-21 15:57:39 +0100" endDate="2021-06-21 16:07:40 +0100" value="1002"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 16:21:49 +0100" startDate="2021-06-21 16:07:40 +0100" endDate="2021-06-21 16:17:33 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 16:29:03 +0100" startDate="2021-06-21 16:17:41 +0100" endDate="2021-06-21 16:26:46 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 16:41:48 +0100" startDate="2021-06-21 16:29:11 +0100" endDate="2021-06-21 16:39:12 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 16:50:52 +0100" startDate="2021-06-21 16:39:12 +0100" endDate="2021-06-21 16:47:14 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 16:52:44 +0100" startDate="2021-06-21 16:49:31 +0100" endDate="2021-06-21 16:50:04 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 17:08:40 +0100" startDate="2021-06-21 16:56:19 +0100" endDate="2021-06-21 16:56:42 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 17:35:41 +0100" startDate="2021-06-21 17:23:53 +0100" endDate="2021-06-21 17:33:33 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303cd8cd0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 17:48:40 +0100" startDate="2021-06-21 17:34:32 +0100" endDate="2021-06-21 17:34:52 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 18:18:03 +0100" startDate="2021-06-21 18:10:50 +0100" endDate="2021-06-21 18:11:05 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.4.2" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.4.2, creation date:2021-04-08 23:36:53 +0000&gt;" unit="count" creationDate="2021-06-21 21:20:24 +0100" startDate="2021-06-21 21:08:35 +0100" endDate="2021-06-21 21:09:21 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 06:06:30 +0100" startDate="2021-06-22 05:54:15 +0100" endDate="2021-06-22 05:55:28 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 06:26:11 +0100" startDate="2021-06-22 06:15:08 +0100" endDate="2021-06-22 06:15:10 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 07:01:11 +0100" startDate="2021-06-22 06:48:05 +0100" endDate="2021-06-22 06:52:04 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 08:02:09 +0100" startDate="2021-06-22 07:51:06 +0100" endDate="2021-06-22 08:00:37 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 09:27:31 +0100" startDate="2021-06-22 09:16:22 +0100" endDate="2021-06-22 09:20:42 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 10:34:03 +0100" startDate="2021-06-22 10:22:35 +0100" endDate="2021-06-22 10:30:34 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 10:45:16 +0100" startDate="2021-06-22 10:32:54 +0100" endDate="2021-06-22 10:37:50 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 11:21:54 +0100" startDate="2021-06-22 11:09:02 +0100" endDate="2021-06-22 11:14:03 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 12:24:51 +0100" startDate="2021-06-22 12:13:48 +0100" endDate="2021-06-22 12:21:32 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 12:49:18 +0100" startDate="2021-06-22 12:38:15 +0100" endDate="2021-06-22 12:40:51 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 13:22:40 +0100" startDate="2021-06-22 13:10:28 +0100" endDate="2021-06-22 13:14:12 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 13:57:44 +0100" startDate="2021-06-22 13:45:54 +0100" endDate="2021-06-22 13:55:48 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 14:11:23 +0100" startDate="2021-06-22 13:59:53 +0100" endDate="2021-06-22 14:05:19 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 14:41:41 +0100" startDate="2021-06-22 14:28:03 +0100" endDate="2021-06-22 14:35:13 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 15:15:34 +0100" startDate="2021-06-22 15:04:32 +0100" endDate="2021-06-22 15:06:19 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 15:37:08 +0100" startDate="2021-06-22 15:25:46 +0100" endDate="2021-06-22 15:34:48 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 15:48:23 +0100" startDate="2021-06-22 15:35:55 +0100" endDate="2021-06-22 15:36:38 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 16:33:30 +0100" startDate="2021-06-22 16:25:57 +0100" endDate="2021-06-22 16:26:53 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 17:41:51 +0100" startDate="2021-06-22 17:30:35 +0100" endDate="2021-06-22 17:40:36 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 17:51:39 +0100" startDate="2021-06-22 17:40:36 +0100" endDate="2021-06-22 17:44:10 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 18:04:27 +0100" startDate="2021-06-22 17:52:50 +0100" endDate="2021-06-22 17:53:53 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 18:18:34 +0100" startDate="2021-06-22 18:05:22 +0100" endDate="2021-06-22 18:15:21 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 18:29:58 +0100" startDate="2021-06-22 18:15:21 +0100" endDate="2021-06-22 18:25:07 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 18:37:23 +0100" startDate="2021-06-22 18:26:03 +0100" endDate="2021-06-22 18:32:26 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 19:06:40 +0100" startDate="2021-06-22 18:54:14 +0100" endDate="2021-06-22 19:00:51 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 19:16:47 +0100" startDate="2021-06-22 19:04:14 +0100" endDate="2021-06-22 19:05:07 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 19:25:25 +0100" startDate="2021-06-22 19:14:22 +0100" endDate="2021-06-22 19:21:07 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 19:43:38 +0100" startDate="2021-06-22 19:31:54 +0100" endDate="2021-06-22 19:34:07 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 19:55:26 +0100" startDate="2021-06-22 19:42:34 +0100" endDate="2021-06-22 19:52:18 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-22 21:08:34 +0100" startDate="2021-06-22 20:57:32 +0100" endDate="2021-06-22 20:57:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 06:58:44 +0100" startDate="2021-06-23 06:47:41 +0100" endDate="2021-06-23 06:56:04 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 07:17:24 +0100" startDate="2021-06-23 07:05:43 +0100" endDate="2021-06-23 07:05:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 08:08:01 +0100" startDate="2021-06-23 07:56:38 +0100" endDate="2021-06-23 08:00:15 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 09:29:43 +0100" startDate="2021-06-23 09:18:31 +0100" endDate="2021-06-23 09:18:36 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 09:57:42 +0100" startDate="2021-06-23 09:46:03 +0100" endDate="2021-06-23 09:54:17 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 10:41:44 +0100" startDate="2021-06-23 10:27:01 +0100" endDate="2021-06-23 10:29:08 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 11:36:58 +0100" startDate="2021-06-23 11:25:28 +0100" endDate="2021-06-23 11:35:29 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 11:47:56 +0100" startDate="2021-06-23 11:35:29 +0100" endDate="2021-06-23 11:42:20 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 11:59:28 +0100" startDate="2021-06-23 11:45:41 +0100" endDate="2021-06-23 11:45:52 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 14:50:42 +0100" startDate="2021-06-23 14:38:42 +0100" endDate="2021-06-23 14:40:47 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 15:33:23 +0100" startDate="2021-06-23 15:22:07 +0100" endDate="2021-06-23 15:29:48 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 15:43:38 +0100" startDate="2021-06-23 15:32:36 +0100" endDate="2021-06-23 15:37:18 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 16:05:49 +0100" startDate="2021-06-23 15:54:46 +0100" endDate="2021-06-23 15:55:07 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 17:04:58 +0100" startDate="2021-06-23 16:53:23 +0100" endDate="2021-06-23 17:01:18 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 17:27:36 +0100" startDate="2021-06-23 17:16:33 +0100" endDate="2021-06-23 17:16:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 17:45:18 +0100" startDate="2021-06-23 17:34:19 +0100" endDate="2021-06-23 17:39:07 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 17:54:59 +0100" startDate="2021-06-23 17:44:46 +0100" endDate="2021-06-23 17:54:31 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 18:08:44 +0100" startDate="2021-06-23 17:58:10 +0100" endDate="2021-06-23 18:08:06 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 18:19:23 +0100" startDate="2021-06-23 18:09:15 +0100" endDate="2021-06-23 18:16:10 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 18:29:53 +0100" startDate="2021-06-23 18:19:19 +0100" endDate="2021-06-23 18:29:15 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 18:47:54 +0100" startDate="2021-06-23 18:32:36 +0100" endDate="2021-06-23 18:40:14 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 19:09:06 +0100" startDate="2021-06-23 18:58:03 +0100" endDate="2021-06-23 19:03:17 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-23 21:25:59 +0100" startDate="2021-06-23 21:14:56 +0100" endDate="2021-06-23 21:18:46 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 04:06:24 +0100" startDate="2021-06-24 03:52:52 +0100" endDate="2021-06-24 03:53:15 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 04:42:13 +0100" startDate="2021-06-24 04:31:10 +0100" endDate="2021-06-24 04:31:35 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 05:47:35 +0100" startDate="2021-06-24 05:34:12 +0100" endDate="2021-06-24 05:35:21 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 06:33:53 +0100" startDate="2021-06-24 06:22:50 +0100" endDate="2021-06-24 06:29:56 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 09:05:03 +0100" startDate="2021-06-24 08:53:04 +0100" endDate="2021-06-24 08:53:53 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 10:11:40 +0100" startDate="2021-06-24 10:00:37 +0100" endDate="2021-06-24 10:02:19 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 10:41:18 +0100" startDate="2021-06-24 10:29:29 +0100" endDate="2021-06-24 10:34:56 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 11:13:35 +0100" startDate="2021-06-24 11:00:01 +0100" endDate="2021-06-24 11:10:02 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 11:21:45 +0100" startDate="2021-06-24 11:10:02 +0100" endDate="2021-06-24 11:20:04 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 11:31:38 +0100" startDate="2021-06-24 11:20:04 +0100" endDate="2021-06-24 11:30:03 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 11:41:06 +0100" startDate="2021-06-24 11:30:03 +0100" endDate="2021-06-24 11:39:55 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 11:52:00 +0100" startDate="2021-06-24 11:40:17 +0100" endDate="2021-06-24 11:50:01 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 12:24:07 +0100" startDate="2021-06-24 12:09:21 +0100" endDate="2021-06-24 12:09:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 15:46:02 +0100" startDate="2021-06-24 15:34:31 +0100" endDate="2021-06-24 15:43:06 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 15:57:57 +0100" startDate="2021-06-24 15:46:55 +0100" endDate="2021-06-24 15:47:48 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 17:06:31 +0100" startDate="2021-06-24 16:56:08 +0100" endDate="2021-06-24 17:04:58 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 17:18:00 +0100" startDate="2021-06-24 17:06:57 +0100" endDate="2021-06-24 17:16:54 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 17:28:10 +0100" startDate="2021-06-24 17:17:07 +0100" endDate="2021-06-24 17:26:25 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 17:38:24 +0100" startDate="2021-06-24 17:27:21 +0100" endDate="2021-06-24 17:37:20 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 17:48:54 +0100" startDate="2021-06-24 17:37:20 +0100" endDate="2021-06-24 17:47:22 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 17:59:24 +0100" startDate="2021-06-24 17:47:22 +0100" endDate="2021-06-24 17:55:48 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 18:13:43 +0100" startDate="2021-06-24 18:02:00 +0100" endDate="2021-06-24 18:08:53 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 18:28:08 +0100" startDate="2021-06-24 18:13:47 +0100" endDate="2021-06-24 18:14:00 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 20:41:03 +0100" startDate="2021-06-24 20:23:37 +0100" endDate="2021-06-24 20:23:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-24 21:32:28 +0100" startDate="2021-06-24 21:21:25 +0100" endDate="2021-06-24 21:28:50 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 07:33:34 +0100" startDate="2021-06-25 07:22:22 +0100" endDate="2021-06-25 07:29:18 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 07:43:37 +0100" startDate="2021-06-25 07:32:34 +0100" endDate="2021-06-25 07:33:43 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 08:34:47 +0100" startDate="2021-06-25 08:20:21 +0100" endDate="2021-06-25 08:27:55 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 11:04:02 +0100" startDate="2021-06-25 10:50:29 +0100" endDate="2021-06-25 10:54:09 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 11:19:28 +0100" startDate="2021-06-25 11:08:25 +0100" endDate="2021-06-25 11:09:34 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 11:33:37 +0100" startDate="2021-06-25 11:20:19 +0100" endDate="2021-06-25 11:26:13 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 11:42:49 +0100" startDate="2021-06-25 11:31:43 +0100" endDate="2021-06-25 11:34:46 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 11:56:45 +0100" startDate="2021-06-25 11:42:59 +0100" endDate="2021-06-25 11:52:52 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 12:08:41 +0100" startDate="2021-06-25 11:53:15 +0100" endDate="2021-06-25 11:57:53 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 12:27:05 +0100" startDate="2021-06-25 12:16:01 +0100" endDate="2021-06-25 12:17:23 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 12:58:59 +0100" startDate="2021-06-25 12:47:51 +0100" endDate="2021-06-25 12:57:50 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 13:11:32 +0100" startDate="2021-06-25 12:58:51 +0100" endDate="2021-06-25 12:58:54 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 13:48:45 +0100" startDate="2021-06-25 13:36:17 +0100" endDate="2021-06-25 13:37:18 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 14:58:55 +0100" startDate="2021-06-25 14:47:52 +0100" endDate="2021-06-25 14:57:03 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 15:11:21 +0100" startDate="2021-06-25 14:59:39 +0100" endDate="2021-06-25 15:09:40 +0100" value="938"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 15:23:06 +0100" startDate="2021-06-25 15:09:40 +0100" endDate="2021-06-25 15:19:41 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 15:31:21 +0100" startDate="2021-06-25 15:19:41 +0100" endDate="2021-06-25 15:26:57 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 16:31:37 +0100" startDate="2021-06-25 16:19:46 +0100" endDate="2021-06-25 16:29:45 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 16:41:47 +0100" startDate="2021-06-25 16:29:45 +0100" endDate="2021-06-25 16:39:46 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 16:53:24 +0100" startDate="2021-06-25 16:39:46 +0100" endDate="2021-06-25 16:49:47 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 17:01:09 +0100" startDate="2021-06-25 16:49:47 +0100" endDate="2021-06-25 16:59:48 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 17:11:11 +0100" startDate="2021-06-25 16:59:50 +0100" endDate="2021-06-25 17:09:52 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 17:20:54 +0100" startDate="2021-06-25 17:09:52 +0100" endDate="2021-06-25 17:15:15 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 17:35:02 +0100" startDate="2021-06-25 17:21:58 +0100" endDate="2021-06-25 17:29:34 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 17:46:34 +0100" startDate="2021-06-25 17:33:11 +0100" endDate="2021-06-25 17:43:04 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 17:57:17 +0100" startDate="2021-06-25 17:45:14 +0100" endDate="2021-06-25 17:48:05 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 18:15:18 +0100" startDate="2021-06-25 18:11:45 +0100" endDate="2021-06-25 18:15:17 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 18:35:37 +0100" startDate="2021-06-25 18:21:47 +0100" endDate="2021-06-25 18:22:05 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 18:46:51 +0100" startDate="2021-06-25 18:33:39 +0100" endDate="2021-06-25 18:36:22 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 19:14:41 +0100" startDate="2021-06-25 19:03:14 +0100" endDate="2021-06-25 19:11:36 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 21:08:07 +0100" startDate="2021-06-25 20:57:04 +0100" endDate="2021-06-25 21:02:30 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 21:36:54 +0100" startDate="2021-06-25 21:25:18 +0100" endDate="2021-06-25 21:35:01 +0100" value="563"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 21:54:39 +0100" startDate="2021-06-25 21:39:11 +0100" endDate="2021-06-25 21:39:44 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 22:19:43 +0100" startDate="2021-06-25 22:07:29 +0100" endDate="2021-06-25 22:13:51 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-25 23:35:33 +0100" startDate="2021-06-25 23:23:42 +0100" endDate="2021-06-25 23:23:55 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 06:57:29 +0100" startDate="2021-06-26 06:44:10 +0100" endDate="2021-06-26 06:51:00 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 07:12:51 +0100" startDate="2021-06-26 06:58:36 +0100" endDate="2021-06-26 07:08:17 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 07:22:59 +0100" startDate="2021-06-26 07:08:38 +0100" endDate="2021-06-26 07:18:34 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 07:30:16 +0100" startDate="2021-06-26 07:18:44 +0100" endDate="2021-06-26 07:28:40 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 07:39:58 +0100" startDate="2021-06-26 07:28:55 +0100" endDate="2021-06-26 07:38:44 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 08:13:48 +0100" startDate="2021-06-26 08:02:23 +0100" endDate="2021-06-26 08:10:22 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 08:45:11 +0100" startDate="2021-06-26 08:33:49 +0100" endDate="2021-06-26 08:43:17 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 09:07:20 +0100" startDate="2021-06-26 08:55:52 +0100" endDate="2021-06-26 08:55:57 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 09:26:24 +0100" startDate="2021-06-26 09:15:19 +0100" endDate="2021-06-26 09:23:40 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 09:37:04 +0100" startDate="2021-06-26 09:25:53 +0100" endDate="2021-06-26 09:35:00 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 09:55:35 +0100" startDate="2021-06-26 09:43:27 +0100" endDate="2021-06-26 09:52:32 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 10:05:38 +0100" startDate="2021-06-26 09:53:49 +0100" endDate="2021-06-26 10:03:25 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 10:15:23 +0100" startDate="2021-06-26 10:04:21 +0100" endDate="2021-06-26 10:09:44 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 10:27:15 +0100" startDate="2021-06-26 10:15:36 +0100" endDate="2021-06-26 10:22:56 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 10:54:19 +0100" startDate="2021-06-26 10:43:16 +0100" endDate="2021-06-26 10:53:17 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 11:06:04 +0100" startDate="2021-06-26 10:53:17 +0100" endDate="2021-06-26 11:00:38 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 11:15:38 +0100" startDate="2021-06-26 11:04:35 +0100" endDate="2021-06-26 11:13:58 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 11:25:51 +0100" startDate="2021-06-26 11:14:39 +0100" endDate="2021-06-26 11:24:40 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 11:38:49 +0100" startDate="2021-06-26 11:24:40 +0100" endDate="2021-06-26 11:34:36 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 11:49:50 +0100" startDate="2021-06-26 11:38:45 +0100" endDate="2021-06-26 11:46:39 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 12:02:30 +0100" startDate="2021-06-26 11:51:27 +0100" endDate="2021-06-26 12:01:18 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 12:14:04 +0100" startDate="2021-06-26 12:01:41 +0100" endDate="2021-06-26 12:05:41 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 12:31:45 +0100" startDate="2021-06-26 12:19:21 +0100" endDate="2021-06-26 12:26:06 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 12:40:33 +0100" startDate="2021-06-26 12:29:31 +0100" endDate="2021-06-26 12:39:04 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 12:53:02 +0100" startDate="2021-06-26 12:40:13 +0100" endDate="2021-06-26 12:42:58 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 13:06:07 +0100" startDate="2021-06-26 12:55:04 +0100" endDate="2021-06-26 13:04:58 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 13:16:54 +0100" startDate="2021-06-26 13:05:51 +0100" endDate="2021-06-26 13:13:40 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 13:29:29 +0100" startDate="2021-06-26 13:18:15 +0100" endDate="2021-06-26 13:28:16 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 13:40:13 +0100" startDate="2021-06-26 13:28:16 +0100" endDate="2021-06-26 13:38:17 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 13:52:47 +0100" startDate="2021-06-26 13:38:17 +0100" endDate="2021-06-26 13:38:35 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-26 17:10:56 +0100" startDate="2021-06-26 16:59:53 +0100" endDate="2021-06-26 17:03:09 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 07:01:32 +0100" startDate="2021-06-27 06:50:30 +0100" endDate="2021-06-27 06:51:28 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 10:02:28 +0100" startDate="2021-06-27 09:51:26 +0100" endDate="2021-06-27 10:00:08 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 10:13:22 +0100" startDate="2021-06-27 10:01:50 +0100" endDate="2021-06-27 10:03:27 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 10:51:12 +0100" startDate="2021-06-27 10:37:53 +0100" endDate="2021-06-27 10:45:20 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 11:06:19 +0100" startDate="2021-06-27 10:54:40 +0100" endDate="2021-06-27 11:01:05 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 13:34:08 +0100" startDate="2021-06-27 13:22:52 +0100" endDate="2021-06-27 13:22:57 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 13:56:08 +0100" startDate="2021-06-27 13:43:48 +0100" endDate="2021-06-27 13:52:15 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 14:42:42 +0100" startDate="2021-06-27 14:30:48 +0100" endDate="2021-06-27 14:33:18 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 15:51:08 +0100" startDate="2021-06-27 15:36:32 +0100" endDate="2021-06-27 15:41:28 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 16:15:58 +0100" startDate="2021-06-27 16:04:56 +0100" endDate="2021-06-27 16:07:36 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 16:50:38 +0100" startDate="2021-06-27 16:39:28 +0100" endDate="2021-06-27 16:49:29 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 17:00:37 +0100" startDate="2021-06-27 16:49:34 +0100" endDate="2021-06-27 16:57:42 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 17:49:46 +0100" startDate="2021-06-27 17:38:43 +0100" endDate="2021-06-27 17:47:50 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 18:00:29 +0100" startDate="2021-06-27 17:49:25 +0100" endDate="2021-06-27 17:51:01 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 18:16:18 +0100" startDate="2021-06-27 18:04:16 +0100" endDate="2021-06-27 18:06:28 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 19:40:09 +0100" startDate="2021-06-27 19:29:53 +0100" endDate="2021-06-27 19:39:54 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 19:50:19 +0100" startDate="2021-06-27 19:39:54 +0100" endDate="2021-06-27 19:41:18 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-27 21:16:13 +0100" startDate="2021-06-27 21:01:59 +0100" endDate="2021-06-27 21:02:17 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 07:16:19 +0100" startDate="2021-06-28 07:04:59 +0100" endDate="2021-06-28 07:05:01 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 08:03:54 +0100" startDate="2021-06-28 07:52:04 +0100" endDate="2021-06-28 07:52:07 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 11:35:07 +0100" startDate="2021-06-28 11:23:38 +0100" endDate="2021-06-28 11:24:59 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 12:03:39 +0100" startDate="2021-06-28 11:50:21 +0100" endDate="2021-06-28 11:53:14 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 12:59:10 +0100" startDate="2021-06-28 12:48:05 +0100" endDate="2021-06-28 12:55:39 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 13:10:15 +0100" startDate="2021-06-28 12:58:40 +0100" endDate="2021-06-28 12:59:01 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 14:14:26 +0100" startDate="2021-06-28 13:59:02 +0100" endDate="2021-06-28 13:59:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 15:53:34 +0100" startDate="2021-06-28 15:40:46 +0100" endDate="2021-06-28 15:50:01 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 16:02:05 +0100" startDate="2021-06-28 15:51:02 +0100" endDate="2021-06-28 16:01:04 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 16:15:04 +0100" startDate="2021-06-28 16:01:04 +0100" endDate="2021-06-28 16:06:50 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 16:37:38 +0100" startDate="2021-06-28 16:25:24 +0100" endDate="2021-06-28 16:35:17 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 16:40:54 +0100" startDate="2021-06-28 16:35:35 +0100" endDate="2021-06-28 16:37:40 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-28 19:25:21 +0100" startDate="2021-06-28 19:14:18 +0100" endDate="2021-06-28 19:17:24 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 05:18:23 +0100" startDate="2021-06-29 05:07:20 +0100" endDate="2021-06-29 05:07:25 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 05:39:18 +0100" startDate="2021-06-29 05:27:11 +0100" endDate="2021-06-29 05:37:10 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 05:49:54 +0100" startDate="2021-06-29 05:37:10 +0100" endDate="2021-06-29 05:46:43 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 06:01:11 +0100" startDate="2021-06-29 05:50:02 +0100" endDate="2021-06-29 05:54:27 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 06:36:51 +0100" startDate="2021-06-29 06:25:24 +0100" endDate="2021-06-29 06:28:07 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 06:47:01 +0100" startDate="2021-06-29 06:35:59 +0100" endDate="2021-06-29 06:38:09 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 07:51:05 +0100" startDate="2021-06-29 07:38:28 +0100" endDate="2021-06-29 07:48:29 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 08:00:32 +0100" startDate="2021-06-29 07:48:29 +0100" endDate="2021-06-29 07:58:30 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 08:11:29 +0100" startDate="2021-06-29 07:58:30 +0100" endDate="2021-06-29 08:04:19 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 08:31:49 +0100" startDate="2021-06-29 08:20:46 +0100" endDate="2021-06-29 08:30:07 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 08:41:53 +0100" startDate="2021-06-29 08:30:50 +0100" endDate="2021-06-29 08:31:54 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 08:52:48 +0100" startDate="2021-06-29 08:41:07 +0100" endDate="2021-06-29 08:45:16 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 09:35:55 +0100" startDate="2021-06-29 09:24:52 +0100" endDate="2021-06-29 09:28:36 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 10:44:44 +0100" startDate="2021-06-29 10:33:41 +0100" endDate="2021-06-29 10:41:15 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 11:05:52 +0100" startDate="2021-06-29 10:51:50 +0100" endDate="2021-06-29 10:52:24 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 11:18:00 +0100" startDate="2021-06-29 11:05:16 +0100" endDate="2021-06-29 11:15:17 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 11:26:21 +0100" startDate="2021-06-29 11:15:17 +0100" endDate="2021-06-29 11:21:42 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 11:40:03 +0100" startDate="2021-06-29 11:28:27 +0100" endDate="2021-06-29 11:36:55 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 11:50:17 +0100" startDate="2021-06-29 11:38:59 +0100" endDate="2021-06-29 11:39:15 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 12:10:07 +0100" startDate="2021-06-29 11:59:05 +0100" endDate="2021-06-29 12:09:06 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 12:21:00 +0100" startDate="2021-06-29 12:09:06 +0100" endDate="2021-06-29 12:11:46 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 12:42:39 +0100" startDate="2021-06-29 12:30:35 +0100" endDate="2021-06-29 12:31:28 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 13:14:42 +0100" startDate="2021-06-29 13:03:37 +0100" endDate="2021-06-29 13:09:06 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 13:31:06 +0100" startDate="2021-06-29 13:19:41 +0100" endDate="2021-06-29 13:27:33 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 15:54:09 +0100" startDate="2021-06-29 15:42:34 +0100" endDate="2021-06-29 15:52:33 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 16:06:05 +0100" startDate="2021-06-29 15:52:33 +0100" endDate="2021-06-29 15:59:25 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 16:16:14 +0100" startDate="2021-06-29 16:04:17 +0100" endDate="2021-06-29 16:07:28 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 17:01:39 +0100" startDate="2021-06-29 16:50:00 +0100" endDate="2021-06-29 17:00:01 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 17:11:37 +0100" startDate="2021-06-29 17:00:01 +0100" endDate="2021-06-29 17:10:02 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 17:21:39 +0100" startDate="2021-06-29 17:10:02 +0100" endDate="2021-06-29 17:20:03 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 17:30:24 +0100" startDate="2021-06-29 17:20:03 +0100" endDate="2021-06-29 17:29:54 +0100" value="904"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 17:49:50 +0100" startDate="2021-06-29 17:38:47 +0100" endDate="2021-06-29 17:38:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 18:33:06 +0100" startDate="2021-06-29 18:20:54 +0100" endDate="2021-06-29 18:21:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 19:17:17 +0100" startDate="2021-06-29 19:06:14 +0100" endDate="2021-06-29 19:06:17 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-29 21:35:51 +0100" startDate="2021-06-29 21:24:48 +0100" endDate="2021-06-29 21:24:53 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 07:03:27 +0100" startDate="2021-06-30 06:52:24 +0100" endDate="2021-06-30 06:52:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 07:54:57 +0100" startDate="2021-06-30 07:41:50 +0100" endDate="2021-06-30 07:51:51 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 08:02:57 +0100" startDate="2021-06-30 07:51:54 +0100" endDate="2021-06-30 07:54:01 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 08:20:20 +0100" startDate="2021-06-30 08:09:01 +0100" endDate="2021-06-30 08:11:29 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 09:29:50 +0100" startDate="2021-06-30 09:16:19 +0100" endDate="2021-06-30 09:20:50 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 09:42:26 +0100" startDate="2021-06-30 09:30:54 +0100" endDate="2021-06-30 09:33:58 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 09:56:38 +0100" startDate="2021-06-30 09:45:29 +0100" endDate="2021-06-30 09:55:30 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 10:07:24 +0100" startDate="2021-06-30 09:55:30 +0100" endDate="2021-06-30 09:56:36 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 10:25:18 +0100" startDate="2021-06-30 10:14:11 +0100" endDate="2021-06-30 10:18:38 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 10:39:53 +0100" startDate="2021-06-30 10:28:44 +0100" endDate="2021-06-30 10:35:47 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 11:28:50 +0100" startDate="2021-06-30 11:15:39 +0100" endDate="2021-06-30 11:25:41 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 11:36:43 +0100" startDate="2021-06-30 11:25:41 +0100" endDate="2021-06-30 11:34:05 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 11:47:22 +0100" startDate="2021-06-30 11:35:42 +0100" endDate="2021-06-30 11:39:00 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 12:21:38 +0100" startDate="2021-06-30 12:10:36 +0100" endDate="2021-06-30 12:20:37 +0100" value="985"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 12:31:40 +0100" startDate="2021-06-30 12:20:37 +0100" endDate="2021-06-30 12:30:35 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 12:43:30 +0100" startDate="2021-06-30 12:32:27 +0100" endDate="2021-06-30 12:37:56 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 14:07:03 +0100" startDate="2021-06-30 13:52:10 +0100" endDate="2021-06-30 13:53:04 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 14:44:05 +0100" startDate="2021-06-30 14:33:02 +0100" endDate="2021-06-30 14:35:50 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 14:55:44 +0100" startDate="2021-06-30 14:43:06 +0100" endDate="2021-06-30 14:45:26 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 16:16:31 +0100" startDate="2021-06-30 16:05:19 +0100" endDate="2021-06-30 16:14:22 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 16:45:13 +0100" startDate="2021-06-30 16:35:29 +0100" endDate="2021-06-30 16:35:37 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 17:09:55 +0100" startDate="2021-06-30 16:58:00 +0100" endDate="2021-06-30 16:58:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 17:25:57 +0100" startDate="2021-06-30 17:14:06 +0100" endDate="2021-06-30 17:24:07 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 17:36:41 +0100" startDate="2021-06-30 17:24:07 +0100" endDate="2021-06-30 17:34:07 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 17:45:47 +0100" startDate="2021-06-30 17:34:07 +0100" endDate="2021-06-30 17:44:08 +0100" value="1070"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-06-30 17:56:24 +0100" startDate="2021-06-30 17:44:08 +0100" endDate="2021-06-30 17:47:50 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 07:22:38 +0100" startDate="2021-07-01 07:11:24 +0100" endDate="2021-07-01 07:21:23 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 07:32:26 +0100" startDate="2021-07-01 07:21:23 +0100" endDate="2021-07-01 07:28:59 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 07:55:23 +0100" startDate="2021-07-01 07:44:20 +0100" endDate="2021-07-01 07:44:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 08:30:14 +0100" startDate="2021-07-01 08:13:36 +0100" endDate="2021-07-01 08:21:22 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 09:03:38 +0100" startDate="2021-07-01 08:51:29 +0100" endDate="2021-07-01 08:56:07 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 09:18:56 +0100" startDate="2021-07-01 09:07:21 +0100" endDate="2021-07-01 09:12:29 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 10:35:56 +0100" startDate="2021-07-01 10:24:26 +0100" endDate="2021-07-01 10:30:37 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 10:59:44 +0100" startDate="2021-07-01 10:48:24 +0100" endDate="2021-07-01 10:48:59 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 11:13:32 +0100" startDate="2021-07-01 11:00:05 +0100" endDate="2021-07-01 11:07:00 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 11:37:25 +0100" startDate="2021-07-01 11:26:11 +0100" endDate="2021-07-01 11:26:57 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 12:01:48 +0100" startDate="2021-07-01 11:50:04 +0100" endDate="2021-07-01 11:52:27 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 13:55:09 +0100" startDate="2021-07-01 13:43:10 +0100" endDate="2021-07-01 13:47:45 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 14:52:56 +0100" startDate="2021-07-01 14:41:53 +0100" endDate="2021-07-01 14:46:38 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 15:28:31 +0100" startDate="2021-07-01 15:17:13 +0100" endDate="2021-07-01 15:27:12 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 15:38:25 +0100" startDate="2021-07-01 15:27:22 +0100" endDate="2021-07-01 15:32:46 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 15:56:35 +0100" startDate="2021-07-01 15:43:43 +0100" endDate="2021-07-01 15:53:32 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 16:05:23 +0100" startDate="2021-07-01 15:54:20 +0100" endDate="2021-07-01 16:02:34 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 16:20:14 +0100" startDate="2021-07-01 16:09:12 +0100" endDate="2021-07-01 16:09:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 16:33:45 +0100" startDate="2021-07-01 16:24:11 +0100" endDate="2021-07-01 16:27:37 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 18:14:12 +0100" startDate="2021-07-01 18:01:55 +0100" endDate="2021-07-01 18:11:56 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 18:23:32 +0100" startDate="2021-07-01 18:11:56 +0100" endDate="2021-07-01 18:20:02 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 18:47:44 +0100" startDate="2021-07-01 18:36:19 +0100" endDate="2021-07-01 18:45:02 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 19:02:29 +0100" startDate="2021-07-01 18:50:35 +0100" endDate="2021-07-01 18:58:11 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 19:50:30 +0100" startDate="2021-07-01 19:36:39 +0100" endDate="2021-07-01 19:36:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 20:02:16 +0100" startDate="2021-07-01 19:50:22 +0100" endDate="2021-07-01 20:00:13 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 20:13:01 +0100" startDate="2021-07-01 20:01:47 +0100" endDate="2021-07-01 20:03:21 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 20:36:39 +0100" startDate="2021-07-01 20:24:00 +0100" endDate="2021-07-01 20:33:22 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 20:45:21 +0100" startDate="2021-07-01 20:34:18 +0100" endDate="2021-07-01 20:35:37 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-01 21:51:59 +0100" startDate="2021-07-01 21:38:16 +0100" endDate="2021-07-01 21:38:34 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 06:53:01 +0100" startDate="2021-07-02 06:39:03 +0100" endDate="2021-07-02 06:48:11 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 10:49:54 +0100" startDate="2021-07-02 10:38:52 +0100" endDate="2021-07-02 10:38:59 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 11:42:32 +0100" startDate="2021-07-02 11:31:09 +0100" endDate="2021-07-02 11:39:58 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 12:08:43 +0100" startDate="2021-07-02 11:57:36 +0100" endDate="2021-07-02 12:07:35 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 12:21:05 +0100" startDate="2021-07-02 12:07:35 +0100" endDate="2021-07-02 12:13:27 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 15:42:46 +0100" startDate="2021-07-02 15:30:56 +0100" endDate="2021-07-02 15:30:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 16:58:54 +0100" startDate="2021-07-02 16:46:49 +0100" endDate="2021-07-02 16:48:10 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 17:26:29 +0100" startDate="2021-07-02 17:14:40 +0100" endDate="2021-07-02 17:19:56 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 17:40:38 +0100" startDate="2021-07-02 17:29:03 +0100" endDate="2021-07-02 17:32:58 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 17:51:07 +0100" startDate="2021-07-02 17:40:11 +0100" endDate="2021-07-02 17:49:01 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 17:51:07 +0100" startDate="2021-07-02 17:50:12 +0100" endDate="2021-07-02 17:51:06 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 18:04:07 +0100" startDate="2021-07-02 17:51:06 +0100" endDate="2021-07-02 17:51:11 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 18:13:33 +0100" startDate="2021-07-02 18:01:38 +0100" endDate="2021-07-02 18:08:02 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 18:38:14 +0100" startDate="2021-07-02 18:26:43 +0100" endDate="2021-07-02 18:36:29 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 18:48:12 +0100" startDate="2021-07-02 18:37:04 +0100" endDate="2021-07-02 18:46:58 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 19:00:23 +0100" startDate="2021-07-02 18:49:20 +0100" endDate="2021-07-02 18:56:51 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 19:28:19 +0100" startDate="2021-07-02 19:15:52 +0100" endDate="2021-07-02 19:23:44 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 19:39:28 +0100" startDate="2021-07-02 19:28:24 +0100" endDate="2021-07-02 19:38:10 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 19:51:24 +0100" startDate="2021-07-02 19:39:41 +0100" endDate="2021-07-02 19:48:39 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 20:09:06 +0100" startDate="2021-07-02 19:57:27 +0100" endDate="2021-07-02 20:00:51 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 20:24:12 +0100" startDate="2021-07-02 20:10:44 +0100" endDate="2021-07-02 20:19:47 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 20:44:13 +0100" startDate="2021-07-02 20:32:08 +0100" endDate="2021-07-02 20:40:58 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 20:58:12 +0100" startDate="2021-07-02 20:43:38 +0100" endDate="2021-07-02 20:53:32 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 21:05:38 +0100" startDate="2021-07-02 20:54:12 +0100" endDate="2021-07-02 21:03:40 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 21:33:30 +0100" startDate="2021-07-02 21:21:36 +0100" endDate="2021-07-02 21:30:13 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 21:43:53 +0100" startDate="2021-07-02 21:32:51 +0100" endDate="2021-07-02 21:35:41 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-02 21:55:44 +0100" startDate="2021-07-02 21:43:45 +0100" endDate="2021-07-02 21:44:34 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 08:23:42 +0100" startDate="2021-07-03 08:09:18 +0100" endDate="2021-07-03 08:10:22 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 08:50:02 +0100" startDate="2021-07-03 08:38:10 +0100" endDate="2021-07-03 08:38:58 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 09:33:26 +0100" startDate="2021-07-03 09:22:24 +0100" endDate="2021-07-03 09:22:29 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 09:47:14 +0100" startDate="2021-07-03 09:33:34 +0100" endDate="2021-07-03 09:33:49 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 09:57:25 +0100" startDate="2021-07-03 09:46:23 +0100" endDate="2021-07-03 09:54:22 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 12:11:15 +0100" startDate="2021-07-03 12:00:12 +0100" endDate="2021-07-03 12:00:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 12:38:05 +0100" startDate="2021-07-03 12:27:02 +0100" endDate="2021-07-03 12:28:21 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 12:51:33 +0100" startDate="2021-07-03 12:40:23 +0100" endDate="2021-07-03 12:48:58 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 13:53:10 +0100" startDate="2021-07-03 13:41:39 +0100" endDate="2021-07-03 13:45:31 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 18:27:37 +0100" startDate="2021-07-03 18:15:10 +0100" endDate="2021-07-03 18:15:25 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 18:58:33 +0100" startDate="2021-07-03 18:45:33 +0100" endDate="2021-07-03 18:55:15 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 19:09:32 +0100" startDate="2021-07-03 18:58:16 +0100" endDate="2021-07-03 19:03:06 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 20:08:28 +0100" startDate="2021-07-03 19:56:14 +0100" endDate="2021-07-03 20:01:30 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-03 20:30:43 +0100" startDate="2021-07-03 20:19:03 +0100" endDate="2021-07-03 20:19:05 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 08:40:24 +0100" startDate="2021-07-04 08:24:14 +0100" endDate="2021-07-04 08:24:43 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 10:12:48 +0100" startDate="2021-07-04 10:01:45 +0100" endDate="2021-07-04 10:05:38 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 10:33:38 +0100" startDate="2021-07-04 10:22:35 +0100" endDate="2021-07-04 10:26:14 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 11:41:35 +0100" startDate="2021-07-04 11:30:33 +0100" endDate="2021-07-04 11:30:56 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 12:07:34 +0100" startDate="2021-07-04 11:50:49 +0100" endDate="2021-07-04 11:51:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 16:02:16 +0100" startDate="2021-07-04 15:51:02 +0100" endDate="2021-07-04 15:55:38 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 18:11:42 +0100" startDate="2021-07-04 17:59:38 +0100" endDate="2021-07-04 18:03:05 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 18:35:06 +0100" startDate="2021-07-04 18:23:35 +0100" endDate="2021-07-04 18:25:17 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 18:52:02 +0100" startDate="2021-07-04 18:39:28 +0100" endDate="2021-07-04 18:49:29 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 19:00:31 +0100" startDate="2021-07-04 18:49:29 +0100" endDate="2021-07-04 18:49:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 21:19:09 +0100" startDate="2021-07-04 21:07:51 +0100" endDate="2021-07-04 21:10:11 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 21:33:05 +0100" startDate="2021-07-04 21:20:20 +0100" endDate="2021-07-04 21:20:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 21:53:05 +0100" startDate="2021-07-04 21:42:02 +0100" endDate="2021-07-04 21:50:47 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-04 22:04:05 +0100" startDate="2021-07-04 21:53:02 +0100" endDate="2021-07-04 21:53:12 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 05:18:29 +0100" startDate="2021-07-05 05:04:55 +0100" endDate="2021-07-05 05:12:52 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 05:26:07 +0100" startDate="2021-07-05 05:15:05 +0100" endDate="2021-07-05 05:18:36 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 06:04:53 +0100" startDate="2021-07-05 05:52:12 +0100" endDate="2021-07-05 06:01:04 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 06:17:43 +0100" startDate="2021-07-05 06:05:16 +0100" endDate="2021-07-05 06:06:05 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 06:32:09 +0100" startDate="2021-07-05 06:19:12 +0100" endDate="2021-07-05 06:19:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 07:27:39 +0100" startDate="2021-07-05 07:15:01 +0100" endDate="2021-07-05 07:15:14 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 07:40:22 +0100" startDate="2021-07-05 07:28:25 +0100" endDate="2021-07-05 07:38:26 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 07:49:29 +0100" startDate="2021-07-05 07:38:26 +0100" endDate="2021-07-05 07:47:28 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 08:05:10 +0100" startDate="2021-07-05 07:51:25 +0100" endDate="2021-07-05 07:58:46 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 08:19:03 +0100" startDate="2021-07-05 08:07:50 +0100" endDate="2021-07-05 08:17:51 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 08:30:02 +0100" startDate="2021-07-05 08:17:51 +0100" endDate="2021-07-05 08:27:52 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 08:38:55 +0100" startDate="2021-07-05 08:27:52 +0100" endDate="2021-07-05 08:34:35 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 10:05:07 +0100" startDate="2021-07-05 09:51:27 +0100" endDate="2021-07-05 09:51:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 12:48:21 +0100" startDate="2021-07-05 12:37:18 +0100" endDate="2021-07-05 12:37:26 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 13:58:47 +0100" startDate="2021-07-05 13:45:18 +0100" endDate="2021-07-05 13:45:31 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 15:38:20 +0100" startDate="2021-07-05 15:27:17 +0100" endDate="2021-07-05 15:32:48 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 15:58:11 +0100" startDate="2021-07-05 15:47:03 +0100" endDate="2021-07-05 15:47:49 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 16:16:09 +0100" startDate="2021-07-05 16:05:06 +0100" endDate="2021-07-05 16:09:10 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 16:28:21 +0100" startDate="2021-07-05 16:16:41 +0100" endDate="2021-07-05 16:16:43 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 16:40:21 +0100" startDate="2021-07-05 16:26:57 +0100" endDate="2021-07-05 16:29:56 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 16:43:39 +0100" startDate="2021-07-05 16:42:02 +0100" endDate="2021-07-05 16:43:21 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 16:54:39 +0100" startDate="2021-07-05 16:43:39 +0100" endDate="2021-07-05 16:53:40 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 16:57:51 +0100" startDate="2021-07-05 16:53:40 +0100" endDate="2021-07-05 16:55:02 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 17:58:35 +0100" startDate="2021-07-05 17:47:32 +0100" endDate="2021-07-05 17:54:10 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 18:11:58 +0100" startDate="2021-07-05 18:00:42 +0100" endDate="2021-07-05 18:10:43 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 18:23:23 +0100" startDate="2021-07-05 18:10:43 +0100" endDate="2021-07-05 18:12:25 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 18:37:55 +0100" startDate="2021-07-05 18:26:46 +0100" endDate="2021-07-05 18:35:59 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 19:10:43 +0100" startDate="2021-07-05 18:58:43 +0100" endDate="2021-07-05 18:58:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-05 20:52:34 +0100" startDate="2021-07-05 20:41:32 +0100" endDate="2021-07-05 20:42:28 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 05:15:01 +0100" startDate="2021-07-06 05:03:58 +0100" endDate="2021-07-06 05:04:26 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 05:39:44 +0100" startDate="2021-07-06 05:28:33 +0100" endDate="2021-07-06 05:38:34 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 05:50:45 +0100" startDate="2021-07-06 05:38:34 +0100" endDate="2021-07-06 05:48:35 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 05:59:38 +0100" startDate="2021-07-06 05:48:35 +0100" endDate="2021-07-06 05:52:27 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 06:11:50 +0100" startDate="2021-07-06 05:59:40 +0100" endDate="2021-07-06 05:59:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 06:23:47 +0100" startDate="2021-07-06 06:12:44 +0100" endDate="2021-07-06 06:12:47 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 07:51:10 +0100" startDate="2021-07-06 07:39:44 +0100" endDate="2021-07-06 07:49:45 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 08:01:30 +0100" startDate="2021-07-06 07:49:45 +0100" endDate="2021-07-06 07:59:18 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 08:11:30 +0100" startDate="2021-07-06 08:00:12 +0100" endDate="2021-07-06 08:05:05 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 08:55:22 +0100" startDate="2021-07-06 08:42:24 +0100" endDate="2021-07-06 08:52:12 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 09:10:40 +0100" startDate="2021-07-06 08:57:13 +0100" endDate="2021-07-06 08:57:26 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 09:22:46 +0100" startDate="2021-07-06 09:10:20 +0100" endDate="2021-07-06 09:11:01 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 10:10:11 +0100" startDate="2021-07-06 09:55:54 +0100" endDate="2021-07-06 10:02:11 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 10:29:19 +0100" startDate="2021-07-06 10:18:02 +0100" endDate="2021-07-06 10:26:44 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 10:39:11 +0100" startDate="2021-07-06 10:28:08 +0100" endDate="2021-07-06 10:38:02 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 10:49:33 +0100" startDate="2021-07-06 10:38:30 +0100" endDate="2021-07-06 10:48:26 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 10:59:50 +0100" startDate="2021-07-06 10:48:39 +0100" endDate="2021-07-06 10:57:56 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 11:11:09 +0100" startDate="2021-07-06 11:00:06 +0100" endDate="2021-07-06 11:01:05 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 11:23:43 +0100" startDate="2021-07-06 11:12:40 +0100" endDate="2021-07-06 11:22:36 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 11:46:01 +0100" startDate="2021-07-06 11:29:42 +0100" endDate="2021-07-06 11:29:57 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 12:36:24 +0100" startDate="2021-07-06 12:24:52 +0100" endDate="2021-07-06 12:34:28 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 13:50:24 +0100" startDate="2021-07-06 13:38:41 +0100" endDate="2021-07-06 13:44:34 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 14:49:11 +0100" startDate="2021-07-06 14:34:58 +0100" endDate="2021-07-06 14:37:33 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 14:58:50 +0100" startDate="2021-07-06 14:46:48 +0100" endDate="2021-07-06 14:47:47 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 15:08:20 +0100" startDate="2021-07-06 14:57:05 +0100" endDate="2021-07-06 14:58:19 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 15:20:16 +0100" startDate="2021-07-06 15:07:52 +0100" endDate="2021-07-06 15:10:20 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 15:37:46 +0100" startDate="2021-07-06 15:25:20 +0100" endDate="2021-07-06 15:30:13 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 15:50:42 +0100" startDate="2021-07-06 15:36:35 +0100" endDate="2021-07-06 15:36:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 16:04:53 +0100" startDate="2021-07-06 15:52:13 +0100" endDate="2021-07-06 16:01:55 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 16:46:35 +0100" startDate="2021-07-06 16:35:54 +0100" endDate="2021-07-06 16:36:37 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 17:05:22 +0100" startDate="2021-07-06 16:54:18 +0100" endDate="2021-07-06 16:55:19 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 17:24:36 +0100" startDate="2021-07-06 17:10:32 +0100" endDate="2021-07-06 17:15:14 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 18:02:20 +0100" startDate="2021-07-06 17:48:04 +0100" endDate="2021-07-06 17:52:52 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 18:32:38 +0100" startDate="2021-07-06 18:21:34 +0100" endDate="2021-07-06 18:25:46 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 18:53:53 +0100" startDate="2021-07-06 18:40:59 +0100" endDate="2021-07-06 18:44:43 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 19:42:01 +0100" startDate="2021-07-06 19:30:41 +0100" endDate="2021-07-06 19:30:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 19:57:00 +0100" startDate="2021-07-06 19:41:36 +0100" endDate="2021-07-06 19:44:50 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 21:08:49 +0100" startDate="2021-07-06 20:57:09 +0100" endDate="2021-07-06 20:57:12 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 22:03:51 +0100" startDate="2021-07-06 21:52:38 +0100" endDate="2021-07-06 22:01:31 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 22:58:55 +0100" startDate="2021-07-06 22:47:29 +0100" endDate="2021-07-06 22:57:30 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 23:09:57 +0100" startDate="2021-07-06 22:57:30 +0100" endDate="2021-07-06 23:07:28 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 23:20:37 +0100" startDate="2021-07-06 23:07:39 +0100" endDate="2021-07-06 23:17:40 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 23:28:59 +0100" startDate="2021-07-06 23:17:40 +0100" endDate="2021-07-06 23:23:31 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-06 23:38:59 +0100" startDate="2021-07-06 23:27:56 +0100" endDate="2021-07-06 23:30:37 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 07:53:08 +0100" startDate="2021-07-07 07:40:04 +0100" endDate="2021-07-07 07:50:05 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 08:02:05 +0100" startDate="2021-07-07 07:50:05 +0100" endDate="2021-07-07 08:00:06 +0100" value="1046"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 08:11:09 +0100" startDate="2021-07-07 08:00:06 +0100" endDate="2021-07-07 08:07:31 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 08:56:16 +0100" startDate="2021-07-07 08:42:10 +0100" endDate="2021-07-07 08:42:43 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 09:12:02 +0100" startDate="2021-07-07 08:56:41 +0100" endDate="2021-07-07 08:56:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 09:41:41 +0100" startDate="2021-07-07 09:30:35 +0100" endDate="2021-07-07 09:40:28 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 09:51:57 +0100" startDate="2021-07-07 09:40:54 +0100" endDate="2021-07-07 09:41:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 10:13:08 +0100" startDate="2021-07-07 10:02:05 +0100" endDate="2021-07-07 10:02:43 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 10:46:11 +0100" startDate="2021-07-07 10:32:01 +0100" endDate="2021-07-07 10:33:56 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 11:09:25 +0100" startDate="2021-07-07 10:58:17 +0100" endDate="2021-07-07 10:58:53 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 11:20:10 +0100" startDate="2021-07-07 11:09:02 +0100" endDate="2021-07-07 11:19:03 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 11:30:07 +0100" startDate="2021-07-07 11:19:03 +0100" endDate="2021-07-07 11:28:26 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 11:41:22 +0100" startDate="2021-07-07 11:29:50 +0100" endDate="2021-07-07 11:30:08 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 12:02:38 +0100" startDate="2021-07-07 11:51:35 +0100" endDate="2021-07-07 12:01:36 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 12:12:39 +0100" startDate="2021-07-07 12:01:36 +0100" endDate="2021-07-07 12:05:13 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 12:36:03 +0100" startDate="2021-07-07 12:21:33 +0100" endDate="2021-07-07 12:22:22 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 12:52:38 +0100" startDate="2021-07-07 12:36:38 +0100" endDate="2021-07-07 12:36:58 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 13:12:12 +0100" startDate="2021-07-07 12:59:23 +0100" endDate="2021-07-07 13:05:47 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 14:11:35 +0100" startDate="2021-07-07 14:00:09 +0100" endDate="2021-07-07 14:09:04 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 15:08:19 +0100" startDate="2021-07-07 14:57:12 +0100" endDate="2021-07-07 15:05:55 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 15:22:27 +0100" startDate="2021-07-07 15:07:24 +0100" endDate="2021-07-07 15:08:53 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 15:36:51 +0100" startDate="2021-07-07 15:24:38 +0100" endDate="2021-07-07 15:30:27 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 15:58:32 +0100" startDate="2021-07-07 15:45:34 +0100" endDate="2021-07-07 15:49:03 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 17:15:19 +0100" startDate="2021-07-07 17:02:08 +0100" endDate="2021-07-07 17:08:13 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 18:23:55 +0100" startDate="2021-07-07 18:12:56 +0100" endDate="2021-07-07 18:22:57 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 18:34:00 +0100" startDate="2021-07-07 18:22:57 +0100" endDate="2021-07-07 18:32:58 +0100" value="1138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 18:44:08 +0100" startDate="2021-07-07 18:32:58 +0100" endDate="2021-07-07 18:42:59 +0100" value="1028"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 18:54:02 +0100" startDate="2021-07-07 18:42:59 +0100" endDate="2021-07-07 18:51:56 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 19:11:21 +0100" startDate="2021-07-07 19:00:11 +0100" endDate="2021-07-07 19:00:33 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 19:21:58 +0100" startDate="2021-07-07 19:10:20 +0100" endDate="2021-07-07 19:10:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 19:44:00 +0100" startDate="2021-07-07 19:32:47 +0100" endDate="2021-07-07 19:42:38 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 19:56:12 +0100" startDate="2021-07-07 19:43:57 +0100" endDate="2021-07-07 19:44:18 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 20:45:06 +0100" startDate="2021-07-07 20:30:33 +0100" endDate="2021-07-07 20:40:34 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 20:51:37 +0100" startDate="2021-07-07 20:40:34 +0100" endDate="2021-07-07 20:44:41 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-07 21:12:09 +0100" startDate="2021-07-07 21:01:06 +0100" endDate="2021-07-07 21:01:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 07:19:23 +0100" startDate="2021-07-08 07:07:41 +0100" endDate="2021-07-08 07:17:42 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 07:29:21 +0100" startDate="2021-07-08 07:17:42 +0100" endDate="2021-07-08 07:19:34 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 07:42:18 +0100" startDate="2021-07-08 07:28:25 +0100" endDate="2021-07-08 07:29:51 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 08:01:24 +0100" startDate="2021-07-08 07:45:42 +0100" endDate="2021-07-08 07:46:28 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 08:53:16 +0100" startDate="2021-07-08 08:40:25 +0100" endDate="2021-07-08 08:44:53 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 09:13:43 +0100" startDate="2021-07-08 08:57:28 +0100" endDate="2021-07-08 08:57:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 10:39:51 +0100" startDate="2021-07-08 10:25:41 +0100" endDate="2021-07-08 10:28:04 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 11:14:03 +0100" startDate="2021-07-08 11:02:57 +0100" endDate="2021-07-08 11:12:53 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 11:24:03 +0100" startDate="2021-07-08 11:13:01 +0100" endDate="2021-07-08 11:19:00 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 11:59:53 +0100" startDate="2021-07-08 11:48:30 +0100" endDate="2021-07-08 11:58:31 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 12:10:22 +0100" startDate="2021-07-08 11:58:31 +0100" endDate="2021-07-08 12:01:37 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 12:43:35 +0100" startDate="2021-07-08 12:32:32 +0100" endDate="2021-07-08 12:33:56 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 13:41:43 +0100" startDate="2021-07-08 13:28:18 +0100" endDate="2021-07-08 13:35:33 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 13:52:24 +0100" startDate="2021-07-08 13:40:05 +0100" endDate="2021-07-08 13:40:38 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 14:18:59 +0100" startDate="2021-07-08 14:05:16 +0100" endDate="2021-07-08 14:11:18 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 15:16:01 +0100" startDate="2021-07-08 15:03:32 +0100" endDate="2021-07-08 15:11:00 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 15:26:14 +0100" startDate="2021-07-08 15:14:01 +0100" endDate="2021-07-08 15:24:02 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 15:36:09 +0100" startDate="2021-07-08 15:24:02 +0100" endDate="2021-07-08 15:34:04 +0100" value="1065"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 15:45:06 +0100" startDate="2021-07-08 15:34:04 +0100" endDate="2021-07-08 15:42:46 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 16:33:30 +0100" startDate="2021-07-08 16:26:05 +0100" endDate="2021-07-08 16:27:11 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 17:59:39 +0100" startDate="2021-07-08 17:48:37 +0100" endDate="2021-07-08 17:55:01 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 18:24:35 +0100" startDate="2021-07-08 18:10:57 +0100" endDate="2021-07-08 18:19:12 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 18:34:39 +0100" startDate="2021-07-08 18:23:11 +0100" endDate="2021-07-08 18:33:12 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 18:45:17 +0100" startDate="2021-07-08 18:33:12 +0100" endDate="2021-07-08 18:36:26 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 19:30:36 +0100" startDate="2021-07-08 19:19:34 +0100" endDate="2021-07-08 19:19:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-08 21:41:21 +0100" startDate="2021-07-08 21:29:44 +0100" endDate="2021-07-08 21:30:15 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 07:12:02 +0100" startDate="2021-07-09 06:59:49 +0100" endDate="2021-07-09 06:59:51 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 07:50:00 +0100" startDate="2021-07-09 07:37:40 +0100" endDate="2021-07-09 07:37:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 13:12:32 +0100" startDate="2021-07-09 13:01:29 +0100" endDate="2021-07-09 13:01:37 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 14:48:25 +0100" startDate="2021-07-09 14:37:23 +0100" endDate="2021-07-09 14:37:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 17:03:54 +0100" startDate="2021-07-09 16:51:20 +0100" endDate="2021-07-09 17:00:20 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 17:14:47 +0100" startDate="2021-07-09 17:01:52 +0100" endDate="2021-07-09 17:11:53 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 17:24:04 +0100" startDate="2021-07-09 17:11:53 +0100" endDate="2021-07-09 17:12:16 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 18:17:45 +0100" startDate="2021-07-09 18:03:36 +0100" endDate="2021-07-09 18:13:27 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 18:25:22 +0100" startDate="2021-07-09 18:14:10 +0100" endDate="2021-07-09 18:23:05 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 18:36:26 +0100" startDate="2021-07-09 18:24:29 +0100" endDate="2021-07-09 18:34:28 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 18:45:31 +0100" startDate="2021-07-09 18:34:28 +0100" endDate="2021-07-09 18:44:27 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 18:57:10 +0100" startDate="2021-07-09 18:45:38 +0100" endDate="2021-07-09 18:55:39 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 19:07:19 +0100" startDate="2021-07-09 18:55:39 +0100" endDate="2021-07-09 18:57:16 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 19:39:51 +0100" startDate="2021-07-09 19:24:47 +0100" endDate="2021-07-09 19:24:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-09 22:47:05 +0100" startDate="2021-07-09 22:30:00 +0100" endDate="2021-07-09 22:30:05 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 07:14:37 +0100" startDate="2021-07-10 07:03:23 +0100" endDate="2021-07-10 07:03:30 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 07:31:09 +0100" startDate="2021-07-10 07:14:00 +0100" endDate="2021-07-10 07:14:28 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 07:51:25 +0100" startDate="2021-07-10 07:38:30 +0100" endDate="2021-07-10 07:39:55 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 10:17:44 +0100" startDate="2021-07-10 10:06:41 +0100" endDate="2021-07-10 10:09:42 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 10:46:50 +0100" startDate="2021-07-10 10:33:13 +0100" endDate="2021-07-10 10:40:21 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 10:57:00 +0100" startDate="2021-07-10 10:44:03 +0100" endDate="2021-07-10 10:53:59 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 11:06:13 +0100" startDate="2021-07-10 10:54:37 +0100" endDate="2021-07-10 11:00:00 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 11:31:20 +0100" startDate="2021-07-10 11:20:18 +0100" endDate="2021-07-10 11:21:24 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 11:42:38 +0100" startDate="2021-07-10 11:31:10 +0100" endDate="2021-07-10 11:40:02 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 11:54:04 +0100" startDate="2021-07-10 11:42:33 +0100" endDate="2021-07-10 11:48:47 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 12:29:04 +0100" startDate="2021-07-10 12:17:34 +0100" endDate="2021-07-10 12:24:55 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 12:57:07 +0100" startDate="2021-07-10 12:43:38 +0100" endDate="2021-07-10 12:43:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 13:07:34 +0100" startDate="2021-07-10 12:55:16 +0100" endDate="2021-07-10 13:04:29 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 13:22:08 +0100" startDate="2021-07-10 13:09:50 +0100" endDate="2021-07-10 13:17:06 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 13:38:51 +0100" startDate="2021-07-10 13:21:03 +0100" endDate="2021-07-10 13:30:23 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 13:48:59 +0100" startDate="2021-07-10 13:31:24 +0100" endDate="2021-07-10 13:41:23 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 13:59:02 +0100" startDate="2021-07-10 13:42:24 +0100" endDate="2021-07-10 13:51:12 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 14:09:03 +0100" startDate="2021-07-10 13:53:19 +0100" endDate="2021-07-10 14:00:50 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 14:24:03 +0100" startDate="2021-07-10 14:06:11 +0100" endDate="2021-07-10 14:14:48 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 14:30:16 +0100" startDate="2021-07-10 14:16:12 +0100" endDate="2021-07-10 14:25:52 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 14:46:56 +0100" startDate="2021-07-10 14:33:51 +0100" endDate="2021-07-10 14:41:40 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 14:55:47 +0100" startDate="2021-07-10 14:44:31 +0100" endDate="2021-07-10 14:54:16 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 15:25:59 +0100" startDate="2021-07-10 15:14:07 +0100" endDate="2021-07-10 15:20:18 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 15:43:52 +0100" startDate="2021-07-10 15:31:03 +0100" endDate="2021-07-10 15:31:08 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 16:01:59 +0100" startDate="2021-07-10 15:48:47 +0100" endDate="2021-07-10 15:56:34 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 17:20:30 +0100" startDate="2021-07-10 17:06:07 +0100" endDate="2021-07-10 17:07:49 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-10 18:32:07 +0100" startDate="2021-07-10 18:16:09 +0100" endDate="2021-07-10 18:17:00 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-11 00:52:49 +0100" startDate="2021-07-11 00:36:47 +0100" endDate="2021-07-11 00:38:16 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-11 08:45:15 +0100" startDate="2021-07-11 08:31:40 +0100" endDate="2021-07-11 08:38:38 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-11 08:57:13 +0100" startDate="2021-07-11 08:44:40 +0100" endDate="2021-07-11 08:47:41 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-11 09:09:40 +0100" startDate="2021-07-11 08:58:11 +0100" endDate="2021-07-11 08:58:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-11 09:30:01 +0100" startDate="2021-07-11 09:18:58 +0100" endDate="2021-07-11 09:19:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-11 10:52:19 +0100" startDate="2021-07-11 10:41:16 +0100" endDate="2021-07-11 10:41:26 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-11 16:48:34 +0100" startDate="2021-07-11 16:37:54 +0100" endDate="2021-07-11 16:46:41 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-11 16:57:26 +0100" startDate="2021-07-11 16:46:47 +0100" endDate="2021-07-11 16:54:58 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-11 17:25:14 +0100" startDate="2021-07-11 17:10:25 +0100" endDate="2021-07-11 17:19:38 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-11 17:38:06 +0100" startDate="2021-07-11 17:25:46 +0100" endDate="2021-07-11 17:33:16 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-11 18:55:59 +0100" startDate="2021-07-11 18:41:27 +0100" endDate="2021-07-11 18:41:38 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-11 19:56:33 +0100" startDate="2021-07-11 19:41:37 +0100" endDate="2021-07-11 19:46:32 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 07:25:36 +0100" startDate="2021-07-12 07:12:48 +0100" endDate="2021-07-12 07:13:04 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 07:59:42 +0100" startDate="2021-07-12 07:44:20 +0100" endDate="2021-07-12 07:44:35 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 11:38:17 +0100" startDate="2021-07-12 11:26:28 +0100" endDate="2021-07-12 11:26:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 12:04:18 +0100" startDate="2021-07-12 11:53:15 +0100" endDate="2021-07-12 11:58:51 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 12:26:11 +0100" startDate="2021-07-12 12:15:08 +0100" endDate="2021-07-12 12:15:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 14:49:35 +0100" startDate="2021-07-12 14:36:08 +0100" endDate="2021-07-12 14:36:15 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 15:11:18 +0100" startDate="2021-07-12 14:58:35 +0100" endDate="2021-07-12 14:58:40 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 15:55:40 +0100" startDate="2021-07-12 15:44:37 +0100" endDate="2021-07-12 15:44:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 16:25:58 +0100" startDate="2021-07-12 16:08:10 +0100" endDate="2021-07-12 16:08:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 17:14:07 +0100" startDate="2021-07-12 17:02:07 +0100" endDate="2021-07-12 17:12:08 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 17:24:27 +0100" startDate="2021-07-12 17:12:08 +0100" endDate="2021-07-12 17:19:31 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 18:25:45 +0100" startDate="2021-07-12 18:14:20 +0100" endDate="2021-07-12 18:24:21 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 18:35:23 +0100" startDate="2021-07-12 18:24:21 +0100" endDate="2021-07-12 18:26:56 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-12 21:40:06 +0100" startDate="2021-07-12 21:27:45 +0100" endDate="2021-07-12 21:27:57 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 05:15:26 +0100" startDate="2021-07-13 05:04:23 +0100" endDate="2021-07-13 05:06:02 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 05:39:24 +0100" startDate="2021-07-13 05:28:28 +0100" endDate="2021-07-13 05:38:24 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 05:50:48 +0100" startDate="2021-07-13 05:38:49 +0100" endDate="2021-07-13 05:48:15 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 06:08:47 +0100" startDate="2021-07-13 05:58:39 +0100" endDate="2021-07-13 05:59:07 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 07:35:33 +0100" startDate="2021-07-13 07:24:26 +0100" endDate="2021-07-13 07:25:27 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 07:45:45 +0100" startDate="2021-07-13 07:34:43 +0100" endDate="2021-07-13 07:44:44 +0100" value="1110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 07:55:47 +0100" startDate="2021-07-13 07:44:44 +0100" endDate="2021-07-13 07:54:45 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 08:05:48 +0100" startDate="2021-07-13 07:54:45 +0100" endDate="2021-07-13 08:04:08 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 08:21:55 +0100" startDate="2021-07-13 08:07:43 +0100" endDate="2021-07-13 08:08:21 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 09:18:03 +0100" startDate="2021-07-13 09:04:19 +0100" endDate="2021-07-13 09:08:10 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 10:59:21 +0100" startDate="2021-07-13 10:48:19 +0100" endDate="2021-07-13 10:50:13 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 11:13:11 +0100" startDate="2021-07-13 10:58:51 +0100" endDate="2021-07-13 11:02:50 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 11:28:53 +0100" startDate="2021-07-13 11:17:17 +0100" endDate="2021-07-13 11:27:18 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 11:39:26 +0100" startDate="2021-07-13 11:27:18 +0100" endDate="2021-07-13 11:33:20 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 12:00:28 +0100" startDate="2021-07-13 11:49:25 +0100" endDate="2021-07-13 11:59:26 +0100" value="1131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 12:10:54 +0100" startDate="2021-07-13 11:59:26 +0100" endDate="2021-07-13 12:01:34 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 12:59:23 +0100" startDate="2021-07-13 12:47:57 +0100" endDate="2021-07-13 12:55:33 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 13:53:24 +0100" startDate="2021-07-13 13:49:08 +0100" endDate="2021-07-13 13:49:57 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 14:07:36 +0100" startDate="2021-07-13 13:53:57 +0100" endDate="2021-07-13 13:54:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 14:30:24 +0100" startDate="2021-07-13 14:19:22 +0100" endDate="2021-07-13 14:27:36 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 14:54:54 +0100" startDate="2021-07-13 14:43:05 +0100" endDate="2021-07-13 14:50:59 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 15:15:43 +0100" startDate="2021-07-13 15:00:28 +0100" endDate="2021-07-13 15:10:25 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 15:21:47 +0100" startDate="2021-07-13 15:10:35 +0100" endDate="2021-07-13 15:11:23 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 15:35:54 +0100" startDate="2021-07-13 15:21:29 +0100" endDate="2021-07-13 15:22:25 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 16:47:35 +0100" startDate="2021-07-13 16:35:45 +0100" endDate="2021-07-13 16:39:22 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 18:35:17 +0100" startDate="2021-07-13 18:24:15 +0100" endDate="2021-07-13 18:33:32 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 18:46:22 +0100" startDate="2021-07-13 18:35:19 +0100" endDate="2021-07-13 18:45:21 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 18:56:23 +0100" startDate="2021-07-13 18:45:21 +0100" endDate="2021-07-13 18:45:38 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 19:30:37 +0100" startDate="2021-07-13 19:19:34 +0100" endDate="2021-07-13 19:19:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 19:54:01 +0100" startDate="2021-07-13 19:42:58 +0100" endDate="2021-07-13 19:43:08 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 20:15:43 +0100" startDate="2021-07-13 20:04:40 +0100" endDate="2021-07-13 20:04:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-13 20:41:29 +0100" startDate="2021-07-13 20:30:27 +0100" endDate="2021-07-13 20:30:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 07:18:29 +0100" startDate="2021-07-14 07:08:19 +0100" endDate="2021-07-14 07:17:32 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 07:29:51 +0100" startDate="2021-07-14 07:18:20 +0100" endDate="2021-07-14 07:23:13 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 07:58:37 +0100" startDate="2021-07-14 07:45:45 +0100" endDate="2021-07-14 07:49:47 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 08:35:31 +0100" startDate="2021-07-14 08:22:32 +0100" endDate="2021-07-14 08:22:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 09:03:50 +0100" startDate="2021-07-14 08:52:47 +0100" endDate="2021-07-14 08:52:52 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 09:18:40 +0100" startDate="2021-07-14 09:07:24 +0100" endDate="2021-07-14 09:07:44 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 09:31:12 +0100" startDate="2021-07-14 09:20:09 +0100" endDate="2021-07-14 09:29:22 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 11:28:41 +0100" startDate="2021-07-14 11:15:23 +0100" endDate="2021-07-14 11:25:24 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 11:38:23 +0100" startDate="2021-07-14 11:25:24 +0100" endDate="2021-07-14 11:35:25 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 11:47:26 +0100" startDate="2021-07-14 11:35:25 +0100" endDate="2021-07-14 11:41:17 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 12:04:53 +0100" startDate="2021-07-14 11:49:22 +0100" endDate="2021-07-14 11:53:06 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 13:02:03 +0100" startDate="2021-07-14 12:49:25 +0100" endDate="2021-07-14 12:52:03 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 13:54:34 +0100" startDate="2021-07-14 13:42:41 +0100" endDate="2021-07-14 13:47:32 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 14:12:16 +0100" startDate="2021-07-14 14:01:06 +0100" endDate="2021-07-14 14:02:05 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 15:13:34 +0100" startDate="2021-07-14 15:03:21 +0100" endDate="2021-07-14 15:12:26 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 15:36:53 +0100" startDate="2021-07-14 15:24:17 +0100" endDate="2021-07-14 15:24:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 16:32:38 +0100" startDate="2021-07-14 16:19:49 +0100" endDate="2021-07-14 16:25:05 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 16:45:26 +0100" startDate="2021-07-14 16:34:23 +0100" endDate="2021-07-14 16:43:46 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 16:56:28 +0100" startDate="2021-07-14 16:44:24 +0100" endDate="2021-07-14 16:54:10 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 17:07:56 +0100" startDate="2021-07-14 16:55:09 +0100" endDate="2021-07-14 17:05:10 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 17:16:37 +0100" startDate="2021-07-14 17:05:10 +0100" endDate="2021-07-14 17:11:27 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 17:29:16 +0100" startDate="2021-07-14 17:18:14 +0100" endDate="2021-07-14 17:23:48 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 18:01:05 +0100" startDate="2021-07-14 17:50:02 +0100" endDate="2021-07-14 17:50:40 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 18:12:20 +0100" startDate="2021-07-14 18:01:17 +0100" endDate="2021-07-14 18:10:14 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 18:26:33 +0100" startDate="2021-07-14 18:15:30 +0100" endDate="2021-07-14 18:25:31 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 18:36:52 +0100" startDate="2021-07-14 18:25:49 +0100" endDate="2021-07-14 18:26:43 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 18:51:56 +0100" startDate="2021-07-14 18:40:54 +0100" endDate="2021-07-14 18:41:29 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-14 19:24:18 +0100" startDate="2021-07-14 19:13:16 +0100" endDate="2021-07-14 19:13:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 07:02:20 +0100" startDate="2021-07-15 06:50:37 +0100" endDate="2021-07-15 07:00:39 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 07:14:04 +0100" startDate="2021-07-15 07:00:39 +0100" endDate="2021-07-15 07:04:58 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 07:46:56 +0100" startDate="2021-07-15 07:33:35 +0100" endDate="2021-07-15 07:40:33 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 08:12:20 +0100" startDate="2021-07-15 07:59:38 +0100" endDate="2021-07-15 08:03:12 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 08:40:53 +0100" startDate="2021-07-15 08:27:05 +0100" endDate="2021-07-15 08:31:02 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 09:36:40 +0100" startDate="2021-07-15 09:25:31 +0100" endDate="2021-07-15 09:35:30 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 09:48:09 +0100" startDate="2021-07-15 09:35:30 +0100" endDate="2021-07-15 09:45:29 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 09:56:56 +0100" startDate="2021-07-15 09:45:29 +0100" endDate="2021-07-15 09:53:53 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 10:07:46 +0100" startDate="2021-07-15 09:56:31 +0100" endDate="2021-07-15 10:06:32 +0100" value="1130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 10:19:44 +0100" startDate="2021-07-15 10:06:32 +0100" endDate="2021-07-15 10:10:44 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 10:34:11 +0100" startDate="2021-07-15 10:23:09 +0100" endDate="2021-07-15 10:23:59 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 11:07:51 +0100" startDate="2021-07-15 10:56:35 +0100" endDate="2021-07-15 11:05:09 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 11:22:38 +0100" startDate="2021-07-15 11:07:50 +0100" endDate="2021-07-15 11:17:49 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 11:31:22 +0100" startDate="2021-07-15 11:17:49 +0100" endDate="2021-07-15 11:27:50 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 11:41:07 +0100" startDate="2021-07-15 11:27:50 +0100" endDate="2021-07-15 11:36:15 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 12:00:42 +0100" startDate="2021-07-15 11:49:29 +0100" endDate="2021-07-15 11:51:21 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 12:11:30 +0100" startDate="2021-07-15 12:00:27 +0100" endDate="2021-07-15 12:00:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 12:55:07 +0100" startDate="2021-07-15 12:42:16 +0100" endDate="2021-07-15 12:45:42 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 14:48:39 +0100" startDate="2021-07-15 14:33:41 +0100" endDate="2021-07-15 14:34:25 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 15:11:08 +0100" startDate="2021-07-15 14:55:40 +0100" endDate="2021-07-15 15:03:49 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 15:36:36 +0100" startDate="2021-07-15 15:25:17 +0100" endDate="2021-07-15 15:35:17 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 15:46:40 +0100" startDate="2021-07-15 15:35:17 +0100" endDate="2021-07-15 15:45:18 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 15:56:43 +0100" startDate="2021-07-15 15:45:18 +0100" endDate="2021-07-15 15:55:19 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 16:06:32 +0100" startDate="2021-07-15 15:55:29 +0100" endDate="2021-07-15 16:02:50 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 16:32:58 +0100" startDate="2021-07-15 16:21:56 +0100" endDate="2021-07-15 16:22:34 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 16:45:43 +0100" startDate="2021-07-15 16:34:40 +0100" endDate="2021-07-15 16:42:14 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 18:17:44 +0100" startDate="2021-07-15 18:06:03 +0100" endDate="2021-07-15 18:16:02 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 18:28:33 +0100" startDate="2021-07-15 18:16:02 +0100" endDate="2021-07-15 18:26:03 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 18:37:20 +0100" startDate="2021-07-15 18:26:03 +0100" endDate="2021-07-15 18:35:18 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 18:47:16 +0100" startDate="2021-07-15 18:36:04 +0100" endDate="2021-07-15 18:45:07 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 19:45:52 +0100" startDate="2021-07-15 19:33:05 +0100" endDate="2021-07-15 19:43:04 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 19:57:16 +0100" startDate="2021-07-15 19:43:04 +0100" endDate="2021-07-15 19:45:14 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 20:53:53 +0100" startDate="2021-07-15 20:40:30 +0100" endDate="2021-07-15 20:48:32 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-15 21:04:53 +0100" startDate="2021-07-15 20:51:35 +0100" endDate="2021-07-15 20:57:45 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 07:29:34 +0100" startDate="2021-07-16 07:27:16 +0100" endDate="2021-07-16 07:29:00 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 11:40:12 +0100" startDate="2021-07-16 11:28:24 +0100" endDate="2021-07-16 11:35:55 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 11:55:59 +0100" startDate="2021-07-16 11:44:48 +0100" endDate="2021-07-16 11:48:34 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 12:42:39 +0100" startDate="2021-07-16 12:31:35 +0100" endDate="2021-07-16 12:34:19 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 13:22:01 +0100" startDate="2021-07-16 13:10:58 +0100" endDate="2021-07-16 13:11:49 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 15:19:55 +0100" startDate="2021-07-16 15:08:53 +0100" endDate="2021-07-16 15:10:01 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 17:17:39 +0100" startDate="2021-07-16 17:05:07 +0100" endDate="2021-07-16 17:12:28 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 17:30:50 +0100" startDate="2021-07-16 17:19:28 +0100" endDate="2021-07-16 17:19:38 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 17:42:35 +0100" startDate="2021-07-16 17:29:55 +0100" endDate="2021-07-16 17:30:56 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 18:09:05 +0100" startDate="2021-07-16 17:55:32 +0100" endDate="2021-07-16 17:58:33 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 18:19:08 +0100" startDate="2021-07-16 18:08:01 +0100" endDate="2021-07-16 18:11:37 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 19:22:02 +0100" startDate="2021-07-16 19:09:16 +0100" endDate="2021-07-16 19:10:53 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 19:45:02 +0100" startDate="2021-07-16 19:32:06 +0100" endDate="2021-07-16 19:37:04 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 20:43:10 +0100" startDate="2021-07-16 20:29:37 +0100" endDate="2021-07-16 20:29:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 21:14:57 +0100" startDate="2021-07-16 21:02:14 +0100" endDate="2021-07-16 21:10:31 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 21:36:32 +0100" startDate="2021-07-16 21:21:43 +0100" endDate="2021-07-16 21:21:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 22:05:36 +0100" startDate="2021-07-16 21:51:51 +0100" endDate="2021-07-16 21:52:12 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 23:22:51 +0100" startDate="2021-07-16 23:10:12 +0100" endDate="2021-07-16 23:14:55 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-16 23:38:52 +0100" startDate="2021-07-16 23:26:25 +0100" endDate="2021-07-16 23:26:36 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 00:14:22 +0100" startDate="2021-07-17 00:02:52 +0100" endDate="2021-07-17 00:05:55 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 00:35:55 +0100" startDate="2021-07-17 00:20:40 +0100" endDate="2021-07-17 00:27:32 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 08:53:44 +0100" startDate="2021-07-17 08:42:37 +0100" endDate="2021-07-17 08:42:45 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 10:04:26 +0100" startDate="2021-07-17 09:53:23 +0100" endDate="2021-07-17 10:02:44 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 10:20:05 +0100" startDate="2021-07-17 10:09:31 +0100" endDate="2021-07-17 10:19:30 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 10:31:54 +0100" startDate="2021-07-17 10:20:51 +0100" endDate="2021-07-17 10:20:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 12:52:43 +0100" startDate="2021-07-17 12:41:40 +0100" endDate="2021-07-17 12:51:41 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 13:04:00 +0100" startDate="2021-07-17 12:51:41 +0100" endDate="2021-07-17 12:57:12 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 13:14:47 +0100" startDate="2021-07-17 13:03:27 +0100" endDate="2021-07-17 13:13:26 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 13:24:48 +0100" startDate="2021-07-17 13:13:26 +0100" endDate="2021-07-17 13:23:27 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 13:35:58 +0100" startDate="2021-07-17 13:23:27 +0100" endDate="2021-07-17 13:33:28 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 13:44:57 +0100" startDate="2021-07-17 13:33:28 +0100" endDate="2021-07-17 13:43:29 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 13:54:39 +0100" startDate="2021-07-17 13:43:37 +0100" endDate="2021-07-17 13:51:15 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 14:13:32 +0100" startDate="2021-07-17 13:59:50 +0100" endDate="2021-07-17 13:59:53 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 14:58:42 +0100" startDate="2021-07-17 14:47:39 +0100" endDate="2021-07-17 14:48:15 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 15:23:12 +0100" startDate="2021-07-17 15:10:03 +0100" endDate="2021-07-17 15:10:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 16:32:00 +0100" startDate="2021-07-17 16:20:39 +0100" endDate="2021-07-17 16:24:16 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 17:17:16 +0100" startDate="2021-07-17 17:06:13 +0100" endDate="2021-07-17 17:13:13 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 17:47:54 +0100" startDate="2021-07-17 17:35:55 +0100" endDate="2021-07-17 17:43:56 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 17:57:17 +0100" startDate="2021-07-17 17:46:14 +0100" endDate="2021-07-17 17:49:40 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 18:26:21 +0100" startDate="2021-07-17 18:15:04 +0100" endDate="2021-07-17 18:18:38 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 22:14:08 +0100" startDate="2021-07-17 22:03:05 +0100" endDate="2021-07-17 22:04:32 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-17 23:08:03 +0100" startDate="2021-07-17 22:57:00 +0100" endDate="2021-07-17 23:03:37 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-18 10:02:39 +0100" startDate="2021-07-18 09:51:39 +0100" endDate="2021-07-18 09:52:15 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-18 10:48:09 +0100" startDate="2021-07-18 10:37:06 +0100" endDate="2021-07-18 10:37:52 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-18 11:06:13 +0100" startDate="2021-07-18 10:55:10 +0100" endDate="2021-07-18 10:55:12 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-18 11:23:04 +0100" startDate="2021-07-18 11:12:01 +0100" endDate="2021-07-18 11:12:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-18 14:14:01 +0100" startDate="2021-07-18 13:58:52 +0100" endDate="2021-07-18 13:58:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-18 21:59:34 +0100" startDate="2021-07-18 21:48:31 +0100" endDate="2021-07-18 21:50:57 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 05:07:58 +0100" startDate="2021-07-19 04:52:48 +0100" endDate="2021-07-19 04:52:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 05:23:07 +0100" startDate="2021-07-19 05:12:04 +0100" endDate="2021-07-19 05:12:14 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 05:42:58 +0100" startDate="2021-07-19 05:31:47 +0100" endDate="2021-07-19 05:41:48 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 05:52:51 +0100" startDate="2021-07-19 05:41:48 +0100" endDate="2021-07-19 05:42:34 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 06:08:03 +0100" startDate="2021-07-19 05:57:01 +0100" endDate="2021-07-19 06:03:58 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 07:53:26 +0100" startDate="2021-07-19 07:41:43 +0100" endDate="2021-07-19 07:51:41 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 08:03:55 +0100" startDate="2021-07-19 07:51:41 +0100" endDate="2021-07-19 08:01:42 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 08:12:45 +0100" startDate="2021-07-19 08:01:42 +0100" endDate="2021-07-19 08:10:32 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 10:39:37 +0100" startDate="2021-07-19 10:27:25 +0100" endDate="2021-07-19 10:35:01 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 11:15:58 +0100" startDate="2021-07-19 11:03:37 +0100" endDate="2021-07-19 11:13:38 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 11:24:55 +0100" startDate="2021-07-19 11:13:38 +0100" endDate="2021-07-19 11:23:24 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 11:39:25 +0100" startDate="2021-07-19 11:26:07 +0100" endDate="2021-07-19 11:27:23 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 12:06:52 +0100" startDate="2021-07-19 11:54:14 +0100" endDate="2021-07-19 12:04:15 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 12:15:39 +0100" startDate="2021-07-19 12:04:15 +0100" endDate="2021-07-19 12:07:21 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 12:36:55 +0100" startDate="2021-07-19 12:25:49 +0100" endDate="2021-07-19 12:34:34 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 13:43:27 +0100" startDate="2021-07-19 13:28:41 +0100" endDate="2021-07-19 13:34:48 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 14:02:03 +0100" startDate="2021-07-19 13:50:09 +0100" endDate="2021-07-19 13:58:59 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 14:16:06 +0100" startDate="2021-07-19 14:01:42 +0100" endDate="2021-07-19 14:08:17 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 14:26:08 +0100" startDate="2021-07-19 14:11:44 +0100" endDate="2021-07-19 14:11:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 15:51:35 +0100" startDate="2021-07-19 15:39:44 +0100" endDate="2021-07-19 15:40:50 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 16:08:26 +0100" startDate="2021-07-19 15:56:34 +0100" endDate="2021-07-19 15:57:38 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 16:28:35 +0100" startDate="2021-07-19 16:17:32 +0100" endDate="2021-07-19 16:27:34 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 16:38:36 +0100" startDate="2021-07-19 16:27:34 +0100" endDate="2021-07-19 16:37:35 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 16:51:47 +0100" startDate="2021-07-19 16:38:59 +0100" endDate="2021-07-19 16:48:04 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 17:02:25 +0100" startDate="2021-07-19 16:51:23 +0100" endDate="2021-07-19 17:01:24 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 17:12:27 +0100" startDate="2021-07-19 17:01:24 +0100" endDate="2021-07-19 17:09:43 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 17:43:31 +0100" startDate="2021-07-19 17:32:28 +0100" endDate="2021-07-19 17:32:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 18:00:17 +0100" startDate="2021-07-19 17:54:14 +0100" endDate="2021-07-19 17:54:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 18:19:14 +0100" startDate="2021-07-19 18:07:24 +0100" endDate="2021-07-19 18:16:50 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 18:29:15 +0100" startDate="2021-07-19 18:17:41 +0100" endDate="2021-07-19 18:27:42 +0100" value="1193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 18:39:18 +0100" startDate="2021-07-19 18:27:42 +0100" endDate="2021-07-19 18:37:43 +0100" value="1204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 18:48:46 +0100" startDate="2021-07-19 18:37:43 +0100" endDate="2021-07-19 18:47:44 +0100" value="1111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 18:59:25 +0100" startDate="2021-07-19 18:47:44 +0100" endDate="2021-07-19 18:57:45 +0100" value="1195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 19:09:15 +0100" startDate="2021-07-19 18:57:45 +0100" endDate="2021-07-19 19:07:46 +0100" value="1206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 19:19:47 +0100" startDate="2021-07-19 19:07:46 +0100" endDate="2021-07-19 19:17:47 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 19:28:50 +0100" startDate="2021-07-19 19:17:47 +0100" endDate="2021-07-19 19:27:43 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 19:38:58 +0100" startDate="2021-07-19 19:27:56 +0100" endDate="2021-07-19 19:37:57 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-19 19:49:02 +0100" startDate="2021-07-19 19:37:59 +0100" endDate="2021-07-19 19:38:32 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 07:05:59 +0100" startDate="2021-07-20 06:53:33 +0100" endDate="2021-07-20 07:03:27 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 07:16:27 +0100" startDate="2021-07-20 07:03:34 +0100" endDate="2021-07-20 07:09:21 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 08:11:05 +0100" startDate="2021-07-20 07:59:10 +0100" endDate="2021-07-20 08:07:01 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 08:21:57 +0100" startDate="2021-07-20 08:10:24 +0100" endDate="2021-07-20 08:20:25 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 08:31:30 +0100" startDate="2021-07-20 08:20:25 +0100" endDate="2021-07-20 08:29:43 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 08:53:51 +0100" startDate="2021-07-20 08:42:48 +0100" endDate="2021-07-20 08:51:43 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 09:36:23 +0100" startDate="2021-07-20 09:25:00 +0100" endDate="2021-07-20 09:25:16 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 11:47:27 +0100" startDate="2021-07-20 11:34:51 +0100" endDate="2021-07-20 11:44:52 +0100" value="1044"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 11:56:14 +0100" startDate="2021-07-20 11:44:52 +0100" endDate="2021-07-20 11:51:09 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 12:07:51 +0100" startDate="2021-07-20 11:56:15 +0100" endDate="2021-07-20 12:06:11 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 12:21:24 +0100" startDate="2021-07-20 12:10:08 +0100" endDate="2021-07-20 12:18:15 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 12:36:00 +0100" startDate="2021-07-20 12:24:57 +0100" endDate="2021-07-20 12:34:58 +0100" value="1083"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 12:46:20 +0100" startDate="2021-07-20 12:34:58 +0100" endDate="2021-07-20 12:43:53 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 13:44:45 +0100" startDate="2021-07-20 13:31:01 +0100" endDate="2021-07-20 13:36:12 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 14:07:46 +0100" startDate="2021-07-20 13:56:43 +0100" endDate="2021-07-20 14:05:15 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 15:02:56 +0100" startDate="2021-07-20 14:50:43 +0100" endDate="2021-07-20 14:51:03 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 15:18:51 +0100" startDate="2021-07-20 15:07:48 +0100" endDate="2021-07-20 15:09:25 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 15:35:32 +0100" startDate="2021-07-20 15:21:15 +0100" endDate="2021-07-20 15:31:16 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 15:42:19 +0100" startDate="2021-07-20 15:31:16 +0100" endDate="2021-07-20 15:41:15 +0100" value="711"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 15:53:38 +0100" startDate="2021-07-20 15:41:22 +0100" endDate="2021-07-20 15:47:29 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 16:08:31 +0100" startDate="2021-07-20 15:56:15 +0100" endDate="2021-07-20 16:05:57 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 16:17:40 +0100" startDate="2021-07-20 16:06:15 +0100" endDate="2021-07-20 16:09:49 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 16:31:59 +0100" startDate="2021-07-20 16:20:57 +0100" endDate="2021-07-20 16:21:40 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 17:32:52 +0100" startDate="2021-07-20 17:21:49 +0100" endDate="2021-07-20 17:22:02 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 18:03:44 +0100" startDate="2021-07-20 17:52:44 +0100" endDate="2021-07-20 18:02:00 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 18:23:49 +0100" startDate="2021-07-20 18:11:02 +0100" endDate="2021-07-20 18:20:48 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 18:33:55 +0100" startDate="2021-07-20 18:21:11 +0100" endDate="2021-07-20 18:31:12 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 18:43:56 +0100" startDate="2021-07-20 18:31:12 +0100" endDate="2021-07-20 18:38:56 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 18:56:32 +0100" startDate="2021-07-20 18:41:44 +0100" endDate="2021-07-20 18:45:44 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 19:15:32 +0100" startDate="2021-07-20 19:04:29 +0100" endDate="2021-07-20 19:05:26 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 19:58:16 +0100" startDate="2021-07-20 19:45:48 +0100" endDate="2021-07-20 19:50:56 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 20:07:00 +0100" startDate="2021-07-20 19:55:57 +0100" endDate="2021-07-20 19:57:39 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 20:59:02 +0100" startDate="2021-07-20 20:47:04 +0100" endDate="2021-07-20 20:53:34 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-20 21:25:25 +0100" startDate="2021-07-20 21:19:14 +0100" endDate="2021-07-20 21:19:42 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 05:45:04 +0100" startDate="2021-07-21 05:30:52 +0100" endDate="2021-07-21 05:31:18 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 06:50:16 +0100" startDate="2021-07-21 06:39:13 +0100" endDate="2021-07-21 06:39:52 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 07:11:10 +0100" startDate="2021-07-21 07:00:08 +0100" endDate="2021-07-21 07:01:01 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 07:56:59 +0100" startDate="2021-07-21 07:44:49 +0100" endDate="2021-07-21 07:50:03 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 08:08:21 +0100" startDate="2021-07-21 07:56:53 +0100" endDate="2021-07-21 07:57:18 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 08:25:40 +0100" startDate="2021-07-21 08:14:37 +0100" endDate="2021-07-21 08:21:35 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 08:39:38 +0100" startDate="2021-07-21 08:26:58 +0100" endDate="2021-07-21 08:34:17 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 08:57:48 +0100" startDate="2021-07-21 08:46:28 +0100" endDate="2021-07-21 08:54:38 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 09:07:30 +0100" startDate="2021-07-21 08:56:27 +0100" endDate="2021-07-21 08:56:35 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 09:30:28 +0100" startDate="2021-07-21 09:17:45 +0100" endDate="2021-07-21 09:20:23 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 09:52:34 +0100" startDate="2021-07-21 09:38:06 +0100" endDate="2021-07-21 09:44:29 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 10:50:36 +0100" startDate="2021-07-21 10:39:15 +0100" endDate="2021-07-21 10:48:56 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 11:03:30 +0100" startDate="2021-07-21 10:52:07 +0100" endDate="2021-07-21 10:53:33 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 12:35:48 +0100" startDate="2021-07-21 12:24:46 +0100" endDate="2021-07-21 12:29:24 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 14:15:26 +0100" startDate="2021-07-21 14:01:12 +0100" endDate="2021-07-21 14:10:38 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 14:54:34 +0100" startDate="2021-07-21 14:43:15 +0100" endDate="2021-07-21 14:52:40 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 15:05:16 +0100" startDate="2021-07-21 14:53:26 +0100" endDate="2021-07-21 15:03:14 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 15:45:30 +0100" startDate="2021-07-21 15:34:27 +0100" endDate="2021-07-21 15:35:00 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 16:55:38 +0100" startDate="2021-07-21 16:44:03 +0100" endDate="2021-07-21 16:44:43 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 17:08:29 +0100" startDate="2021-07-21 16:57:22 +0100" endDate="2021-07-21 16:57:28 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 17:19:56 +0100" startDate="2021-07-21 17:08:28 +0100" endDate="2021-07-21 17:17:25 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 17:36:16 +0100" startDate="2021-07-21 17:25:14 +0100" endDate="2021-07-21 17:30:45 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 17:50:38 +0100" startDate="2021-07-21 17:39:35 +0100" endDate="2021-07-21 17:43:11 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-21 19:36:03 +0100" startDate="2021-07-21 19:25:01 +0100" endDate="2021-07-21 19:26:35 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 06:05:28 +0100" startDate="2021-07-22 05:54:25 +0100" endDate="2021-07-22 06:00:14 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 06:24:32 +0100" startDate="2021-07-22 06:13:30 +0100" endDate="2021-07-22 06:19:54 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 06:49:50 +0100" startDate="2021-07-22 06:38:13 +0100" endDate="2021-07-22 06:45:16 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 07:01:13 +0100" startDate="2021-07-22 06:48:35 +0100" endDate="2021-07-22 06:54:36 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 07:15:40 +0100" startDate="2021-07-22 07:04:37 +0100" endDate="2021-07-22 07:13:27 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 07:36:07 +0100" startDate="2021-07-22 07:25:04 +0100" endDate="2021-07-22 07:35:03 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 07:46:46 +0100" startDate="2021-07-22 07:35:03 +0100" endDate="2021-07-22 07:41:29 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 07:59:46 +0100" startDate="2021-07-22 07:47:30 +0100" endDate="2021-07-22 07:54:12 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 09:37:33 +0100" startDate="2021-07-22 09:25:49 +0100" endDate="2021-07-22 09:26:53 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 10:14:38 +0100" startDate="2021-07-22 10:03:55 +0100" endDate="2021-07-22 10:13:34 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 10:24:36 +0100" startDate="2021-07-22 10:14:07 +0100" endDate="2021-07-22 10:23:55 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 10:51:04 +0100" startDate="2021-07-22 10:40:01 +0100" endDate="2021-07-22 10:47:34 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 11:07:19 +0100" startDate="2021-07-22 10:56:04 +0100" endDate="2021-07-22 11:02:01 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 12:01:37 +0100" startDate="2021-07-22 11:50:12 +0100" endDate="2021-07-22 11:53:48 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 14:32:35 +0100" startDate="2021-07-22 14:21:32 +0100" endDate="2021-07-22 14:21:55 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 15:30:24 +0100" startDate="2021-07-22 15:15:06 +0100" endDate="2021-07-22 15:25:06 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 15:36:08 +0100" startDate="2021-07-22 15:25:06 +0100" endDate="2021-07-22 15:25:11 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 15:48:27 +0100" startDate="2021-07-22 15:36:39 +0100" endDate="2021-07-22 15:37:20 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 16:23:13 +0100" startDate="2021-07-22 16:11:20 +0100" endDate="2021-07-22 16:11:25 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 16:39:54 +0100" startDate="2021-07-22 16:28:06 +0100" endDate="2021-07-22 16:28:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 17:42:54 +0100" startDate="2021-07-22 17:30:58 +0100" endDate="2021-07-22 17:33:18 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 17:52:30 +0100" startDate="2021-07-22 17:41:25 +0100" endDate="2021-07-22 17:42:57 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 18:04:29 +0100" startDate="2021-07-22 17:53:26 +0100" endDate="2021-07-22 18:03:22 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 18:14:38 +0100" startDate="2021-07-22 18:03:35 +0100" endDate="2021-07-22 18:03:48 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 18:40:27 +0100" startDate="2021-07-22 18:29:14 +0100" endDate="2021-07-22 18:35:20 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 18:51:27 +0100" startDate="2021-07-22 18:40:03 +0100" endDate="2021-07-22 18:44:16 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 19:02:27 +0100" startDate="2021-07-22 18:51:24 +0100" endDate="2021-07-22 18:52:25 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 19:31:35 +0100" startDate="2021-07-22 19:20:25 +0100" endDate="2021-07-22 19:23:08 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 19:45:08 +0100" startDate="2021-07-22 19:34:05 +0100" endDate="2021-07-22 19:36:30 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 20:32:58 +0100" startDate="2021-07-22 20:21:55 +0100" endDate="2021-07-22 20:21:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 21:18:57 +0100" startDate="2021-07-22 21:07:31 +0100" endDate="2021-07-22 21:14:10 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 21:40:11 +0100" startDate="2021-07-22 21:27:30 +0100" endDate="2021-07-22 21:33:27 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 22:07:20 +0100" startDate="2021-07-22 21:56:17 +0100" endDate="2021-07-22 22:04:27 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-22 22:48:38 +0100" startDate="2021-07-22 22:37:35 +0100" endDate="2021-07-22 22:37:53 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 07:12:59 +0100" startDate="2021-07-23 07:02:46 +0100" endDate="2021-07-23 07:11:46 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 07:28:32 +0100" startDate="2021-07-23 07:17:58 +0100" endDate="2021-07-23 07:27:29 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 07:40:36 +0100" startDate="2021-07-23 07:29:34 +0100" endDate="2021-07-23 07:31:08 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 09:11:53 +0100" startDate="2021-07-23 08:59:42 +0100" endDate="2021-07-23 09:03:16 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 10:00:59 +0100" startDate="2021-07-23 09:45:44 +0100" endDate="2021-07-23 09:55:45 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 10:10:00 +0100" startDate="2021-07-23 09:56:03 +0100" endDate="2021-07-23 09:59:37 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 11:30:14 +0100" startDate="2021-07-23 11:18:07 +0100" endDate="2021-07-23 11:28:08 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 11:39:11 +0100" startDate="2021-07-23 11:28:08 +0100" endDate="2021-07-23 11:37:26 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 11:52:36 +0100" startDate="2021-07-23 11:40:02 +0100" endDate="2021-07-23 11:50:03 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 12:01:06 +0100" startDate="2021-07-23 11:50:03 +0100" endDate="2021-07-23 11:56:17 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 12:18:43 +0100" startDate="2021-07-23 12:07:27 +0100" endDate="2021-07-23 12:16:27 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 12:30:14 +0100" startDate="2021-07-23 12:17:49 +0100" endDate="2021-07-23 12:20:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 12:41:29 +0100" startDate="2021-07-23 12:28:38 +0100" endDate="2021-07-23 12:37:24 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 12:51:40 +0100" startDate="2021-07-23 12:39:26 +0100" endDate="2021-07-23 12:45:20 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 13:01:52 +0100" startDate="2021-07-23 12:50:49 +0100" endDate="2021-07-23 12:52:28 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 14:06:13 +0100" startDate="2021-07-23 13:55:04 +0100" endDate="2021-07-23 14:02:58 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 14:16:58 +0100" startDate="2021-07-23 14:05:15 +0100" endDate="2021-07-23 14:11:25 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 14:30:13 +0100" startDate="2021-07-23 14:17:47 +0100" endDate="2021-07-23 14:27:33 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 14:39:58 +0100" startDate="2021-07-23 14:27:53 +0100" endDate="2021-07-23 14:37:39 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 14:52:06 +0100" startDate="2021-07-23 14:40:02 +0100" endDate="2021-07-23 14:43:53 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 15:03:52 +0100" startDate="2021-07-23 14:52:20 +0100" endDate="2021-07-23 14:58:45 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 15:16:18 +0100" startDate="2021-07-23 15:04:26 +0100" endDate="2021-07-23 15:06:59 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 16:18:36 +0100" startDate="2021-07-23 16:06:55 +0100" endDate="2021-07-23 16:13:28 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 18:51:19 +0100" startDate="2021-07-23 18:40:16 +0100" endDate="2021-07-23 18:40:39 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 19:25:39 +0100" startDate="2021-07-23 19:14:36 +0100" endDate="2021-07-23 19:24:19 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 20:37:19 +0100" startDate="2021-07-23 20:25:50 +0100" endDate="2021-07-23 20:33:36 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 20:55:31 +0100" startDate="2021-07-23 20:42:04 +0100" endDate="2021-07-23 20:42:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 21:17:44 +0100" startDate="2021-07-23 21:08:46 +0100" endDate="2021-07-23 21:16:17 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-23 22:27:49 +0100" startDate="2021-07-23 22:16:47 +0100" endDate="2021-07-23 22:17:20 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-24 09:02:23 +0100" startDate="2021-07-24 08:50:59 +0100" endDate="2021-07-24 08:51:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-24 10:38:43 +0100" startDate="2021-07-24 10:27:40 +0100" endDate="2021-07-24 10:27:55 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-24 12:14:22 +0100" startDate="2021-07-24 11:58:40 +0100" endDate="2021-07-24 12:00:12 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-24 14:34:34 +0100" startDate="2021-07-24 14:23:11 +0100" endDate="2021-07-24 14:27:34 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-24 15:49:01 +0100" startDate="2021-07-24 15:37:52 +0100" endDate="2021-07-24 15:47:53 +0100" value="904"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-24 15:59:24 +0100" startDate="2021-07-24 15:47:53 +0100" endDate="2021-07-24 15:57:34 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-24 16:11:18 +0100" startDate="2021-07-24 16:00:12 +0100" endDate="2021-07-24 16:09:45 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-24 16:28:40 +0100" startDate="2021-07-24 16:10:53 +0100" endDate="2021-07-24 16:11:21 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-24 19:09:23 +0100" startDate="2021-07-24 18:58:20 +0100" endDate="2021-07-24 19:01:44 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-24 21:06:23 +0100" startDate="2021-07-24 20:55:21 +0100" endDate="2021-07-24 20:58:25 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-25 08:41:56 +0100" startDate="2021-07-25 08:30:40 +0100" endDate="2021-07-25 08:35:13 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-25 11:37:57 +0100" startDate="2021-07-25 11:24:11 +0100" endDate="2021-07-25 11:25:53 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-25 12:38:11 +0100" startDate="2021-07-25 12:26:20 +0100" endDate="2021-07-25 12:28:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-25 13:14:57 +0100" startDate="2021-07-25 13:01:45 +0100" endDate="2021-07-25 13:02:18 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-25 14:14:41 +0100" startDate="2021-07-25 13:58:38 +0100" endDate="2021-07-25 14:08:24 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-25 14:22:23 +0100" startDate="2021-07-25 14:08:59 +0100" endDate="2021-07-25 14:13:24 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-25 14:32:54 +0100" startDate="2021-07-25 14:21:51 +0100" endDate="2021-07-25 14:31:27 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-25 19:57:22 +0100" startDate="2021-07-25 19:46:19 +0100" endDate="2021-07-25 19:46:24 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 07:32:45 +0100" startDate="2021-07-26 07:20:13 +0100" endDate="2021-07-26 07:20:35 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 08:15:05 +0100" startDate="2021-07-26 08:00:40 +0100" endDate="2021-07-26 08:01:26 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 08:55:54 +0100" startDate="2021-07-26 08:44:51 +0100" endDate="2021-07-26 08:52:14 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 09:06:23 +0100" startDate="2021-07-26 08:55:21 +0100" endDate="2021-07-26 08:55:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 09:23:06 +0100" startDate="2021-07-26 09:09:08 +0100" endDate="2021-07-26 09:14:19 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 13:54:46 +0100" startDate="2021-07-26 13:41:01 +0100" endDate="2021-07-26 13:42:33 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 14:20:55 +0100" startDate="2021-07-26 14:09:31 +0100" endDate="2021-07-26 14:09:39 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 14:55:01 +0100" startDate="2021-07-26 14:43:58 +0100" endDate="2021-07-26 14:44:03 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 15:08:12 +0100" startDate="2021-07-26 14:55:00 +0100" endDate="2021-07-26 15:03:40 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 15:31:35 +0100" startDate="2021-07-26 15:20:06 +0100" endDate="2021-07-26 15:29:53 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 15:42:02 +0100" startDate="2021-07-26 15:30:59 +0100" endDate="2021-07-26 15:33:29 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 16:23:35 +0100" startDate="2021-07-26 16:11:21 +0100" endDate="2021-07-26 16:19:41 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 16:34:47 +0100" startDate="2021-07-26 16:21:35 +0100" endDate="2021-07-26 16:26:08 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 17:03:07 +0100" startDate="2021-07-26 16:51:14 +0100" endDate="2021-07-26 16:54:25 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 17:17:47 +0100" startDate="2021-07-26 17:05:59 +0100" endDate="2021-07-26 17:12:24 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 17:40:22 +0100" startDate="2021-07-26 17:27:51 +0100" endDate="2021-07-26 17:30:37 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 20:17:02 +0100" startDate="2021-07-26 20:04:18 +0100" endDate="2021-07-26 20:13:10 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 20:41:25 +0100" startDate="2021-07-26 20:29:03 +0100" endDate="2021-07-26 20:38:51 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 20:55:40 +0100" startDate="2021-07-26 20:44:37 +0100" endDate="2021-07-26 20:44:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-26 21:19:08 +0100" startDate="2021-07-26 21:08:47 +0100" endDate="2021-07-26 21:11:44 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 05:23:43 +0100" startDate="2021-07-27 05:11:44 +0100" endDate="2021-07-27 05:21:43 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 05:32:58 +0100" startDate="2021-07-27 05:21:51 +0100" endDate="2021-07-27 05:29:11 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 05:45:02 +0100" startDate="2021-07-27 05:33:59 +0100" endDate="2021-07-27 05:41:30 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 06:06:38 +0100" startDate="2021-07-27 05:55:36 +0100" endDate="2021-07-27 05:55:56 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 07:49:51 +0100" startDate="2021-07-27 07:36:30 +0100" endDate="2021-07-27 07:46:31 +0100" value="1156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 07:57:44 +0100" startDate="2021-07-27 07:46:31 +0100" endDate="2021-07-27 07:56:09 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 08:08:00 +0100" startDate="2021-07-27 07:56:45 +0100" endDate="2021-07-27 07:59:33 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 08:20:28 +0100" startDate="2021-07-27 08:09:01 +0100" endDate="2021-07-27 08:14:40 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 08:44:04 +0100" startDate="2021-07-27 08:31:02 +0100" endDate="2021-07-27 08:32:14 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 09:56:55 +0100" startDate="2021-07-27 09:45:34 +0100" endDate="2021-07-27 09:52:07 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 10:13:40 +0100" startDate="2021-07-27 09:58:21 +0100" endDate="2021-07-27 09:58:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 11:02:07 +0100" startDate="2021-07-27 10:50:04 +0100" endDate="2021-07-27 10:54:16 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 11:20:05 +0100" startDate="2021-07-27 11:05:40 +0100" endDate="2021-07-27 11:15:39 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 11:27:15 +0100" startDate="2021-07-27 11:15:49 +0100" endDate="2021-07-27 11:25:14 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 11:38:49 +0100" startDate="2021-07-27 11:25:50 +0100" endDate="2021-07-27 11:35:51 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 11:47:18 +0100" startDate="2021-07-27 11:35:51 +0100" endDate="2021-07-27 11:45:42 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 11:57:35 +0100" startDate="2021-07-27 11:45:55 +0100" endDate="2021-07-27 11:49:57 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 12:26:57 +0100" startDate="2021-07-27 12:12:06 +0100" endDate="2021-07-27 12:15:27 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 12:40:34 +0100" startDate="2021-07-27 12:29:18 +0100" endDate="2021-07-27 12:30:06 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 13:45:15 +0100" startDate="2021-07-27 13:34:12 +0100" endDate="2021-07-27 13:41:25 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 14:41:06 +0100" startDate="2021-07-27 14:28:55 +0100" endDate="2021-07-27 14:35:58 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 15:53:38 +0100" startDate="2021-07-27 15:40:11 +0100" endDate="2021-07-27 15:42:34 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 16:27:06 +0100" startDate="2021-07-27 16:14:12 +0100" endDate="2021-07-27 16:24:11 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 16:35:19 +0100" startDate="2021-07-27 16:24:11 +0100" endDate="2021-07-27 16:34:13 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 16:45:54 +0100" startDate="2021-07-27 16:34:13 +0100" endDate="2021-07-27 16:44:14 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 16:59:10 +0100" startDate="2021-07-27 16:44:14 +0100" endDate="2021-07-27 16:51:04 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 17:17:03 +0100" startDate="2021-07-27 17:06:00 +0100" endDate="2021-07-27 17:06:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 17:39:50 +0100" startDate="2021-07-27 17:28:48 +0100" endDate="2021-07-27 17:29:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-27 19:51:11 +0100" startDate="2021-07-27 19:40:08 +0100" endDate="2021-07-27 19:40:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 04:10:23 +0100" startDate="2021-07-28 03:59:20 +0100" endDate="2021-07-28 03:59:28 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 06:57:17 +0100" startDate="2021-07-28 06:46:29 +0100" endDate="2021-07-28 06:56:30 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 07:09:26 +0100" startDate="2021-07-28 06:56:30 +0100" endDate="2021-07-28 06:58:24 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 08:01:24 +0100" startDate="2021-07-28 07:50:02 +0100" endDate="2021-07-28 07:58:03 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 08:13:56 +0100" startDate="2021-07-28 08:01:09 +0100" endDate="2021-07-28 08:04:10 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 08:52:47 +0100" startDate="2021-07-28 08:41:15 +0100" endDate="2021-07-28 08:50:38 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 09:18:04 +0100" startDate="2021-07-28 09:02:34 +0100" endDate="2021-07-28 09:05:15 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 10:54:37 +0100" startDate="2021-07-28 10:43:34 +0100" endDate="2021-07-28 10:46:47 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 12:12:42 +0100" startDate="2021-07-28 12:01:39 +0100" endDate="2021-07-28 12:07:33 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 12:26:57 +0100" startDate="2021-07-28 12:15:35 +0100" endDate="2021-07-28 12:24:17 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 12:36:46 +0100" startDate="2021-07-28 12:25:43 +0100" endDate="2021-07-28 12:35:42 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 12:46:45 +0100" startDate="2021-07-28 12:35:42 +0100" endDate="2021-07-28 12:42:22 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 13:12:53 +0100" startDate="2021-07-28 13:01:50 +0100" endDate="2021-07-28 13:04:10 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 13:28:44 +0100" startDate="2021-07-28 13:17:20 +0100" endDate="2021-07-28 13:19:15 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 14:05:35 +0100" startDate="2021-07-28 13:54:32 +0100" endDate="2021-07-28 13:55:48 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 14:21:27 +0100" startDate="2021-07-28 14:10:16 +0100" endDate="2021-07-28 14:14:36 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 15:01:52 +0100" startDate="2021-07-28 14:50:46 +0100" endDate="2021-07-28 15:00:47 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 15:11:31 +0100" startDate="2021-07-28 15:00:47 +0100" endDate="2021-07-28 15:02:50 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 15:28:29 +0100" startDate="2021-07-28 15:16:00 +0100" endDate="2021-07-28 15:26:01 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 15:38:39 +0100" startDate="2021-07-28 15:26:01 +0100" endDate="2021-07-28 15:36:02 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 15:47:05 +0100" startDate="2021-07-28 15:36:02 +0100" endDate="2021-07-28 15:40:32 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 17:10:01 +0100" startDate="2021-07-28 16:59:57 +0100" endDate="2021-07-28 17:09:58 +0100" value="1040"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 17:20:37 +0100" startDate="2021-07-28 17:09:58 +0100" endDate="2021-07-28 17:19:59 +0100" value="1187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 17:31:02 +0100" startDate="2021-07-28 17:19:59 +0100" endDate="2021-07-28 17:30:00 +0100" value="1236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 17:41:03 +0100" startDate="2021-07-28 17:30:00 +0100" endDate="2021-07-28 17:40:01 +0100" value="1172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 17:51:03 +0100" startDate="2021-07-28 17:40:01 +0100" endDate="2021-07-28 17:50:02 +0100" value="1268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:01:05 +0100" startDate="2021-07-28 17:50:02 +0100" endDate="2021-07-28 18:00:03 +0100" value="1268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:00:03 +0100" endDate="2021-07-28 18:00:08 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:00:08 +0100" endDate="2021-07-28 18:00:14 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:00:14 +0100" endDate="2021-07-28 18:00:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:00:19 +0100" endDate="2021-07-28 18:00:24 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:00:24 +0100" endDate="2021-07-28 18:00:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:00:29 +0100" endDate="2021-07-28 18:00:34 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:00:34 +0100" endDate="2021-07-28 18:00:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:00:39 +0100" endDate="2021-07-28 18:00:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:00:44 +0100" endDate="2021-07-28 18:00:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:00:49 +0100" endDate="2021-07-28 18:00:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:00:54 +0100" endDate="2021-07-28 18:00:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:00:59 +0100" endDate="2021-07-28 18:01:04 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:01:04 +0100" endDate="2021-07-28 18:01:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:01:10 +0100" endDate="2021-07-28 18:01:15 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:01:15 +0100" endDate="2021-07-28 18:01:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:01:20 +0100" endDate="2021-07-28 18:01:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:01:25 +0100" endDate="2021-07-28 18:01:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:01:30 +0100" endDate="2021-07-28 18:01:35 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:01:35 +0100" endDate="2021-07-28 18:01:40 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:01:40 +0100" endDate="2021-07-28 18:01:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:01:45 +0100" endDate="2021-07-28 18:01:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:01:50 +0100" endDate="2021-07-28 18:01:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:01:55 +0100" endDate="2021-07-28 18:02:00 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:02:00 +0100" endDate="2021-07-28 18:02:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:02:06 +0100" endDate="2021-07-28 18:02:11 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:02:11 +0100" endDate="2021-07-28 18:02:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:02:16 +0100" endDate="2021-07-28 18:02:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:02:21 +0100" endDate="2021-07-28 18:02:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:02:26 +0100" endDate="2021-07-28 18:02:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:02:31 +0100" endDate="2021-07-28 18:02:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:02:36 +0100" endDate="2021-07-28 18:02:41 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:02:41 +0100" endDate="2021-07-28 18:02:46 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:02:46 +0100" endDate="2021-07-28 18:02:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:02:51 +0100" endDate="2021-07-28 18:02:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:02:57 +0100" endDate="2021-07-28 18:03:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:03:02 +0100" endDate="2021-07-28 18:03:07 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:03:07 +0100" endDate="2021-07-28 18:03:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:03:14 +0100" endDate="2021-07-28 18:03:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:03:19 +0100" endDate="2021-07-28 18:03:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:03:25 +0100" endDate="2021-07-28 18:03:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:03:30 +0100" endDate="2021-07-28 18:03:35 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:03:35 +0100" endDate="2021-07-28 18:03:40 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:03:40 +0100" endDate="2021-07-28 18:03:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:03:45 +0100" endDate="2021-07-28 18:03:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:03:50 +0100" endDate="2021-07-28 18:03:55 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:03:55 +0100" endDate="2021-07-28 18:04:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:04:00 +0100" endDate="2021-07-28 18:04:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:04:05 +0100" endDate="2021-07-28 18:04:10 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:04:10 +0100" endDate="2021-07-28 18:04:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:04:15 +0100" endDate="2021-07-28 18:04:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:04:21 +0100" endDate="2021-07-28 18:04:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:04:26 +0100" endDate="2021-07-28 18:04:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:04:31 +0100" endDate="2021-07-28 18:04:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:04:36 +0100" endDate="2021-07-28 18:04:41 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:04:41 +0100" endDate="2021-07-28 18:04:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:04:46 +0100" endDate="2021-07-28 18:04:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:04:51 +0100" endDate="2021-07-28 18:04:56 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:04:56 +0100" endDate="2021-07-28 18:05:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:05:01 +0100" endDate="2021-07-28 18:05:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:05:06 +0100" endDate="2021-07-28 18:05:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:05:11 +0100" endDate="2021-07-28 18:05:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:05:17 +0100" endDate="2021-07-28 18:05:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:05:22 +0100" endDate="2021-07-28 18:05:24 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:05:32 +0100" endDate="2021-07-28 18:05:37 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:05:37 +0100" endDate="2021-07-28 18:05:42 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:05:42 +0100" endDate="2021-07-28 18:05:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:05:47 +0100" endDate="2021-07-28 18:05:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:05:52 +0100" endDate="2021-07-28 18:05:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:05:57 +0100" endDate="2021-07-28 18:06:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:06:02 +0100" endDate="2021-07-28 18:06:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:06:08 +0100" endDate="2021-07-28 18:06:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:06:13 +0100" endDate="2021-07-28 18:06:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:06:18 +0100" endDate="2021-07-28 18:06:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:28 +0100" startDate="2021-07-28 18:06:23 +0100" endDate="2021-07-28 18:06:25 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:06:31 +0100" startDate="2021-07-28 18:06:25 +0100" endDate="2021-07-28 18:06:28 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:17:31 +0100" startDate="2021-07-28 18:06:28 +0100" endDate="2021-07-28 18:16:29 +0100" value="1117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-28 18:27:32 +0100" startDate="2021-07-28 18:16:29 +0100" endDate="2021-07-28 18:23:14 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 07:58:17 +0100" startDate="2021-07-29 07:45:45 +0100" endDate="2021-07-29 07:55:46 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 08:06:49 +0100" startDate="2021-07-29 07:55:46 +0100" endDate="2021-07-29 08:04:57 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 08:57:09 +0100" startDate="2021-07-29 08:46:06 +0100" endDate="2021-07-29 08:54:05 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 09:43:20 +0100" startDate="2021-07-29 09:32:17 +0100" endDate="2021-07-29 09:32:35 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 10:01:04 +0100" startDate="2021-07-29 09:49:40 +0100" endDate="2021-07-29 09:54:57 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 10:51:33 +0100" startDate="2021-07-29 10:38:35 +0100" endDate="2021-07-29 10:45:00 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 11:00:13 +0100" startDate="2021-07-29 10:49:11 +0100" endDate="2021-07-29 10:50:30 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 11:15:41 +0100" startDate="2021-07-29 11:03:12 +0100" endDate="2021-07-29 11:13:05 +0100" value="1102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 11:26:24 +0100" startDate="2021-07-29 11:15:28 +0100" endDate="2021-07-29 11:25:29 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 11:42:30 +0100" startDate="2021-07-29 11:25:29 +0100" endDate="2021-07-29 11:33:13 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 12:10:19 +0100" startDate="2021-07-29 11:59:17 +0100" endDate="2021-07-29 12:04:22 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 13:11:51 +0100" startDate="2021-07-29 13:00:35 +0100" endDate="2021-07-29 13:03:39 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 13:50:06 +0100" startDate="2021-07-29 13:39:04 +0100" endDate="2021-07-29 13:49:02 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 14:50:57 +0100" startDate="2021-07-29 14:39:37 +0100" endDate="2021-07-29 14:41:08 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 15:05:17 +0100" startDate="2021-07-29 14:53:13 +0100" endDate="2021-07-29 15:03:12 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 15:15:04 +0100" startDate="2021-07-29 15:03:35 +0100" endDate="2021-07-29 15:13:36 +0100" value="1144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 15:25:36 +0100" startDate="2021-07-29 15:13:36 +0100" endDate="2021-07-29 15:22:51 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 15:34:42 +0100" startDate="2021-07-29 15:23:40 +0100" endDate="2021-07-29 15:25:27 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 17:11:55 +0100" startDate="2021-07-29 16:58:54 +0100" endDate="2021-07-29 17:08:20 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 17:25:06 +0100" startDate="2021-07-29 17:12:09 +0100" endDate="2021-07-29 17:21:27 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 18:04:04 +0100" startDate="2021-07-29 17:53:02 +0100" endDate="2021-07-29 18:00:15 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 18:18:39 +0100" startDate="2021-07-29 18:06:02 +0100" endDate="2021-07-29 18:16:03 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 18:27:48 +0100" startDate="2021-07-29 18:16:03 +0100" endDate="2021-07-29 18:25:05 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 18:37:45 +0100" startDate="2021-07-29 18:26:22 +0100" endDate="2021-07-29 18:27:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 18:54:33 +0100" startDate="2021-07-29 18:43:30 +0100" endDate="2021-07-29 18:50:54 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 19:28:55 +0100" startDate="2021-07-29 19:17:53 +0100" endDate="2021-07-29 19:24:25 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 19:41:33 +0100" startDate="2021-07-29 19:29:03 +0100" endDate="2021-07-29 19:38:42 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 19:55:16 +0100" startDate="2021-07-29 19:40:19 +0100" endDate="2021-07-29 19:49:57 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 20:03:48 +0100" startDate="2021-07-29 19:51:08 +0100" endDate="2021-07-29 19:51:49 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 20:59:37 +0100" startDate="2021-07-29 20:46:47 +0100" endDate="2021-07-29 20:56:16 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 21:11:31 +0100" startDate="2021-07-29 20:59:50 +0100" endDate="2021-07-29 21:09:38 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-29 21:57:39 +0100" startDate="2021-07-29 21:45:47 +0100" endDate="2021-07-29 21:46:00 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 07:09:34 +0100" startDate="2021-07-30 06:55:53 +0100" endDate="2021-07-30 06:56:21 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 07:46:20 +0100" startDate="2021-07-30 07:30:26 +0100" endDate="2021-07-30 07:30:31 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 10:45:00 +0100" startDate="2021-07-30 10:32:01 +0100" endDate="2021-07-30 10:32:13 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 11:52:53 +0100" startDate="2021-07-30 11:41:42 +0100" endDate="2021-07-30 11:41:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 12:34:26 +0100" startDate="2021-07-30 12:23:23 +0100" endDate="2021-07-30 12:23:39 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 13:01:26 +0100" startDate="2021-07-30 12:49:18 +0100" endDate="2021-07-30 12:57:25 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 14:34:11 +0100" startDate="2021-07-30 14:21:35 +0100" endDate="2021-07-30 14:30:41 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 14:51:00 +0100" startDate="2021-07-30 14:39:57 +0100" endDate="2021-07-30 14:40:05 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 15:21:36 +0100" startDate="2021-07-30 15:09:22 +0100" endDate="2021-07-30 15:18:45 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 15:37:54 +0100" startDate="2021-07-30 15:24:57 +0100" endDate="2021-07-30 15:34:50 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 15:48:08 +0100" startDate="2021-07-30 15:36:25 +0100" endDate="2021-07-30 15:36:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 16:16:02 +0100" startDate="2021-07-30 16:02:54 +0100" endDate="2021-07-30 16:12:55 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 16:25:34 +0100" startDate="2021-07-30 16:13:18 +0100" endDate="2021-07-30 16:23:19 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 16:37:00 +0100" startDate="2021-07-30 16:23:19 +0100" endDate="2021-07-30 16:28:55 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 16:54:52 +0100" startDate="2021-07-30 16:43:50 +0100" endDate="2021-07-30 16:53:28 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 17:49:14 +0100" startDate="2021-07-30 17:38:11 +0100" endDate="2021-07-30 17:47:54 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 18:03:10 +0100" startDate="2021-07-30 17:51:00 +0100" endDate="2021-07-30 17:57:50 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 18:13:24 +0100" startDate="2021-07-30 18:01:17 +0100" endDate="2021-07-30 18:03:47 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 18:25:22 +0100" startDate="2021-07-30 18:13:36 +0100" endDate="2021-07-30 18:18:41 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 19:08:11 +0100" startDate="2021-07-30 18:55:58 +0100" endDate="2021-07-30 19:05:00 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 19:21:37 +0100" startDate="2021-07-30 19:07:08 +0100" endDate="2021-07-30 19:07:59 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 21:03:19 +0100" startDate="2021-07-30 20:51:28 +0100" endDate="2021-07-30 20:52:12 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-30 23:57:48 +0100" startDate="2021-07-30 23:45:36 +0100" endDate="2021-07-30 23:45:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 00:16:57 +0100" startDate="2021-07-31 00:05:11 +0100" endDate="2021-07-31 00:08:02 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 00:37:21 +0100" startDate="2021-07-31 00:25:37 +0100" endDate="2021-07-31 00:33:51 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 01:23:52 +0100" startDate="2021-07-31 01:12:50 +0100" endDate="2021-07-31 01:16:36 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 09:21:52 +0100" startDate="2021-07-31 09:09:28 +0100" endDate="2021-07-31 09:09:36 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 12:36:36 +0100" startDate="2021-07-31 12:23:47 +0100" endDate="2021-07-31 12:31:00 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 13:07:58 +0100" startDate="2021-07-31 12:53:17 +0100" endDate="2021-07-31 13:00:00 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 13:19:26 +0100" startDate="2021-07-31 13:07:59 +0100" endDate="2021-07-31 13:08:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 17:37:22 +0100" startDate="2021-07-31 17:26:19 +0100" endDate="2021-07-31 17:26:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 17:54:45 +0100" startDate="2021-07-31 17:43:19 +0100" endDate="2021-07-31 17:53:20 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 18:06:47 +0100" startDate="2021-07-31 17:54:06 +0100" endDate="2021-07-31 18:04:02 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 18:16:39 +0100" startDate="2021-07-31 18:04:07 +0100" endDate="2021-07-31 18:13:35 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 18:26:16 +0100" startDate="2021-07-31 18:14:11 +0100" endDate="2021-07-31 18:20:43 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 18:56:22 +0100" startDate="2021-07-31 18:40:54 +0100" endDate="2021-07-31 18:41:48 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 19:31:26 +0100" startDate="2021-07-31 19:20:23 +0100" endDate="2021-07-31 19:24:38 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 19:57:35 +0100" startDate="2021-07-31 19:45:24 +0100" endDate="2021-07-31 19:47:41 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-07-31 22:31:54 +0100" startDate="2021-07-31 22:20:14 +0100" endDate="2021-07-31 22:20:34 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 08:59:33 +0100" startDate="2021-08-01 08:48:31 +0100" endDate="2021-08-01 08:58:29 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 09:23:57 +0100" startDate="2021-08-01 09:11:32 +0100" endDate="2021-08-01 09:20:45 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 09:39:04 +0100" startDate="2021-08-01 09:23:49 +0100" endDate="2021-08-01 09:33:22 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 10:13:44 +0100" startDate="2021-08-01 10:02:42 +0100" endDate="2021-08-01 10:02:49 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 11:59:32 +0100" startDate="2021-08-01 11:45:13 +0100" endDate="2021-08-01 11:45:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 12:30:45 +0100" startDate="2021-08-01 12:17:52 +0100" endDate="2021-08-01 12:27:53 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 12:40:19 +0100" startDate="2021-08-01 12:27:53 +0100" endDate="2021-08-01 12:30:36 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 13:43:26 +0100" startDate="2021-08-01 13:31:19 +0100" endDate="2021-08-01 13:36:02 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 13:55:18 +0100" startDate="2021-08-01 13:41:38 +0100" endDate="2021-08-01 13:43:58 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 15:02:42 +0100" startDate="2021-08-01 14:51:30 +0100" endDate="2021-08-01 14:53:58 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 17:31:07 +0100" startDate="2021-08-01 17:19:03 +0100" endDate="2021-08-01 17:19:16 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 18:29:03 +0100" startDate="2021-08-01 18:15:28 +0100" endDate="2021-08-01 18:21:10 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 19:03:45 +0100" startDate="2021-08-01 18:52:42 +0100" endDate="2021-08-01 18:58:14 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 19:23:01 +0100" startDate="2021-08-01 19:11:33 +0100" endDate="2021-08-01 19:18:23 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 19:34:29 +0100" startDate="2021-08-01 19:23:26 +0100" endDate="2021-08-01 19:23:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-01 21:44:11 +0100" startDate="2021-08-01 21:32:57 +0100" endDate="2021-08-01 21:34:03 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-02 07:46:39 +0100" startDate="2021-08-02 07:33:45 +0100" endDate="2021-08-02 07:36:20 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-02 11:45:24 +0100" startDate="2021-08-02 11:33:16 +0100" endDate="2021-08-02 11:43:17 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-02 11:56:37 +0100" startDate="2021-08-02 11:43:17 +0100" endDate="2021-08-02 11:53:16 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-02 12:05:23 +0100" startDate="2021-08-02 11:53:16 +0100" endDate="2021-08-02 12:03:07 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-02 12:15:35 +0100" startDate="2021-08-02 12:03:17 +0100" endDate="2021-08-02 12:13:18 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-02 12:24:44 +0100" startDate="2021-08-02 12:13:18 +0100" endDate="2021-08-02 12:23:17 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-02 12:34:20 +0100" startDate="2021-08-02 12:23:17 +0100" endDate="2021-08-02 12:32:28 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-02 12:44:52 +0100" startDate="2021-08-02 12:33:31 +0100" endDate="2021-08-02 12:33:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-02 13:04:01 +0100" startDate="2021-08-02 12:51:47 +0100" endDate="2021-08-02 12:59:32 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-02 15:10:23 +0100" startDate="2021-08-02 14:59:21 +0100" endDate="2021-08-02 15:00:32 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-02 20:06:51 +0100" startDate="2021-08-02 19:55:45 +0100" endDate="2021-08-02 19:55:47 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 05:23:03 +0100" startDate="2021-08-03 05:10:45 +0100" endDate="2021-08-03 05:18:48 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 05:33:00 +0100" startDate="2021-08-03 05:21:13 +0100" endDate="2021-08-03 05:31:02 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 05:46:11 +0100" startDate="2021-08-03 05:35:09 +0100" endDate="2021-08-03 05:37:52 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 06:08:06 +0100" startDate="2021-08-03 05:57:03 +0100" endDate="2021-08-03 05:57:44 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 07:49:47 +0100" startDate="2021-08-03 07:38:44 +0100" endDate="2021-08-03 07:48:45 +0100" value="1129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 08:00:04 +0100" startDate="2021-08-03 07:48:45 +0100" endDate="2021-08-03 07:58:46 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 08:12:32 +0100" startDate="2021-08-03 07:58:46 +0100" endDate="2021-08-03 08:08:47 +0100" value="993"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 08:23:06 +0100" startDate="2021-08-03 08:08:57 +0100" endDate="2021-08-03 08:11:56 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 08:40:03 +0100" startDate="2021-08-03 08:29:00 +0100" endDate="2021-08-03 08:36:23 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 08:50:56 +0100" startDate="2021-08-03 08:39:37 +0100" endDate="2021-08-03 08:40:38 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 09:35:15 +0100" startDate="2021-08-03 09:23:51 +0100" endDate="2021-08-03 09:27:02 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 10:19:30 +0100" startDate="2021-08-03 10:08:07 +0100" endDate="2021-08-03 10:08:14 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 10:30:17 +0100" startDate="2021-08-03 10:18:57 +0100" endDate="2021-08-03 10:20:56 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 11:04:33 +0100" startDate="2021-08-03 10:53:30 +0100" endDate="2021-08-03 10:56:13 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 11:15:57 +0100" startDate="2021-08-03 11:04:30 +0100" endDate="2021-08-03 11:14:31 +0100" value="610"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 11:25:44 +0100" startDate="2021-08-03 11:14:31 +0100" endDate="2021-08-03 11:24:32 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 11:35:51 +0100" startDate="2021-08-03 11:24:37 +0100" endDate="2021-08-03 11:25:00 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 11:58:10 +0100" startDate="2021-08-03 11:45:39 +0100" endDate="2021-08-03 11:54:09 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 12:06:14 +0100" startDate="2021-08-03 11:56:03 +0100" endDate="2021-08-03 12:01:34 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 13:42:01 +0100" startDate="2021-08-03 13:27:08 +0100" endDate="2021-08-03 13:29:11 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 14:26:17 +0100" startDate="2021-08-03 14:14:34 +0100" endDate="2021-08-03 14:24:05 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 16:30:57 +0100" startDate="2021-08-03 16:19:28 +0100" endDate="2021-08-03 16:29:29 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 16:40:40 +0100" startDate="2021-08-03 16:29:29 +0100" endDate="2021-08-03 16:39:30 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 16:52:19 +0100" startDate="2021-08-03 16:39:30 +0100" endDate="2021-08-03 16:49:31 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 17:00:33 +0100" startDate="2021-08-03 16:49:31 +0100" endDate="2021-08-03 16:58:51 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 18:31:12 +0100" startDate="2021-08-03 18:20:09 +0100" endDate="2021-08-03 18:20:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-03 18:41:47 +0100" startDate="2021-08-03 18:30:45 +0100" endDate="2021-08-03 18:30:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 06:32:15 +0100" startDate="2021-08-04 06:18:36 +0100" endDate="2021-08-04 06:28:27 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 06:39:32 +0100" startDate="2021-08-04 06:28:42 +0100" endDate="2021-08-04 06:36:29 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 07:27:46 +0100" startDate="2021-08-04 07:16:21 +0100" endDate="2021-08-04 07:24:40 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 08:14:07 +0100" startDate="2021-08-04 08:02:16 +0100" endDate="2021-08-04 08:02:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 08:38:47 +0100" startDate="2021-08-04 08:26:22 +0100" endDate="2021-08-04 08:34:39 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 08:53:08 +0100" startDate="2021-08-04 08:41:55 +0100" endDate="2021-08-04 08:51:54 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 09:03:13 +0100" startDate="2021-08-04 08:51:54 +0100" endDate="2021-08-04 08:52:55 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 09:18:40 +0100" startDate="2021-08-04 09:07:23 +0100" endDate="2021-08-04 09:09:41 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 09:36:42 +0100" startDate="2021-08-04 09:25:23 +0100" endDate="2021-08-04 09:26:04 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 09:59:47 +0100" startDate="2021-08-04 09:48:45 +0100" endDate="2021-08-04 09:57:43 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 10:11:27 +0100" startDate="2021-08-04 10:00:24 +0100" endDate="2021-08-04 10:01:55 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 11:29:48 +0100" startDate="2021-08-04 11:17:11 +0100" endDate="2021-08-04 11:27:04 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 11:38:47 +0100" startDate="2021-08-04 11:27:12 +0100" endDate="2021-08-04 11:27:24 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 11:55:45 +0100" startDate="2021-08-04 11:44:24 +0100" endDate="2021-08-04 11:53:24 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 12:04:56 +0100" startDate="2021-08-04 11:54:36 +0100" endDate="2021-08-04 12:04:37 +0100" value="1044"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 12:16:46 +0100" startDate="2021-08-04 12:04:37 +0100" endDate="2021-08-04 12:06:34 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 12:43:05 +0100" startDate="2021-08-04 12:32:03 +0100" endDate="2021-08-04 12:32:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 12:56:15 +0100" startDate="2021-08-04 12:45:12 +0100" endDate="2021-08-04 12:45:15 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 14:51:29 +0100" startDate="2021-08-04 14:40:27 +0100" endDate="2021-08-04 14:41:40 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 15:56:13 +0100" startDate="2021-08-04 15:42:51 +0100" endDate="2021-08-04 15:47:49 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 16:09:01 +0100" startDate="2021-08-04 15:55:56 +0100" endDate="2021-08-04 15:56:40 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 16:20:30 +0100" startDate="2021-08-04 16:08:20 +0100" endDate="2021-08-04 16:17:00 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 16:31:00 +0100" startDate="2021-08-04 16:18:59 +0100" endDate="2021-08-04 16:24:36 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 17:06:55 +0100" startDate="2021-08-04 16:54:04 +0100" endDate="2021-08-04 17:01:25 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 17:18:50 +0100" startDate="2021-08-04 17:04:26 +0100" endDate="2021-08-04 17:13:49 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 17:28:13 +0100" startDate="2021-08-04 17:15:18 +0100" endDate="2021-08-04 17:15:48 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 17:41:45 +0100" startDate="2021-08-04 17:28:48 +0100" endDate="2021-08-04 17:37:51 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 17:50:52 +0100" startDate="2021-08-04 17:39:43 +0100" endDate="2021-08-04 17:45:14 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 18:23:07 +0100" startDate="2021-08-04 18:12:04 +0100" endDate="2021-08-04 18:22:03 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 18:37:33 +0100" startDate="2021-08-04 18:26:15 +0100" endDate="2021-08-04 18:27:03 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 19:22:57 +0100" startDate="2021-08-04 19:11:54 +0100" endDate="2021-08-04 19:12:07 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 19:41:12 +0100" startDate="2021-08-04 19:29:34 +0100" endDate="2021-08-04 19:38:59 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 20:03:04 +0100" startDate="2021-08-04 19:51:46 +0100" endDate="2021-08-04 20:01:45 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 20:12:47 +0100" startDate="2021-08-04 20:01:45 +0100" endDate="2021-08-04 20:06:58 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 20:26:30 +0100" startDate="2021-08-04 20:12:58 +0100" endDate="2021-08-04 20:13:00 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-04 21:30:17 +0100" startDate="2021-08-04 21:19:14 +0100" endDate="2021-08-04 21:19:30 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 07:10:33 +0100" startDate="2021-08-05 06:58:20 +0100" endDate="2021-08-05 06:59:21 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 07:34:18 +0100" startDate="2021-08-05 07:23:16 +0100" endDate="2021-08-05 07:31:52 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 08:38:34 +0100" startDate="2021-08-05 08:24:26 +0100" endDate="2021-08-05 08:26:28 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 09:50:38 +0100" startDate="2021-08-05 09:38:28 +0100" endDate="2021-08-05 09:38:41 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 10:15:49 +0100" startDate="2021-08-05 09:59:44 +0100" endDate="2021-08-05 09:59:59 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 10:54:45 +0100" startDate="2021-08-05 10:43:42 +0100" endDate="2021-08-05 10:53:33 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 11:06:56 +0100" startDate="2021-08-05 10:54:14 +0100" endDate="2021-08-05 10:54:52 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 15:22:11 +0100" startDate="2021-08-05 15:09:28 +0100" endDate="2021-08-05 15:09:58 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 15:34:48 +0100" startDate="2021-08-05 15:22:07 +0100" endDate="2021-08-05 15:22:35 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 16:07:55 +0100" startDate="2021-08-05 15:56:03 +0100" endDate="2021-08-05 15:56:06 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 17:23:43 +0100" startDate="2021-08-05 17:09:22 +0100" endDate="2021-08-05 17:19:23 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 17:34:55 +0100" startDate="2021-08-05 17:19:23 +0100" endDate="2021-08-05 17:29:24 +0100" value="832"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 17:39:47 +0100" startDate="2021-08-05 17:29:24 +0100" endDate="2021-08-05 17:39:15 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 17:51:26 +0100" startDate="2021-08-05 17:39:15 +0100" endDate="2021-08-05 17:49:16 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 18:04:49 +0100" startDate="2021-08-05 17:49:16 +0100" endDate="2021-08-05 17:59:09 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 18:10:22 +0100" startDate="2021-08-05 17:59:20 +0100" endDate="2021-08-05 18:03:42 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 18:32:44 +0100" startDate="2021-08-05 18:21:05 +0100" endDate="2021-08-05 18:30:48 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 18:42:55 +0100" startDate="2021-08-05 18:31:09 +0100" endDate="2021-08-05 18:32:40 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 19:04:32 +0100" startDate="2021-08-05 18:53:30 +0100" endDate="2021-08-05 18:53:50 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 19:15:12 +0100" startDate="2021-08-05 19:04:09 +0100" endDate="2021-08-05 19:06:11 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 19:34:18 +0100" startDate="2021-08-05 19:23:15 +0100" endDate="2021-08-05 19:29:58 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 19:53:47 +0100" startDate="2021-08-05 19:42:45 +0100" endDate="2021-08-05 19:44:21 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-05 21:17:42 +0100" startDate="2021-08-05 21:06:39 +0100" endDate="2021-08-05 21:13:59 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 07:09:38 +0100" startDate="2021-08-06 06:58:35 +0100" endDate="2021-08-06 07:00:27 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 07:40:23 +0100" startDate="2021-08-06 07:28:44 +0100" endDate="2021-08-06 07:30:14 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 11:12:01 +0100" startDate="2021-08-06 11:00:58 +0100" endDate="2021-08-06 11:01:09 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 11:39:40 +0100" startDate="2021-08-06 11:24:15 +0100" endDate="2021-08-06 11:24:35 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 14:01:05 +0100" startDate="2021-08-06 13:49:24 +0100" endDate="2021-08-06 13:58:32 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 14:10:46 +0100" startDate="2021-08-06 13:59:43 +0100" endDate="2021-08-06 14:01:15 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 14:48:32 +0100" startDate="2021-08-06 14:37:15 +0100" endDate="2021-08-06 14:43:58 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 15:48:39 +0100" startDate="2021-08-06 15:35:24 +0100" endDate="2021-08-06 15:45:25 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 15:57:24 +0100" startDate="2021-08-06 15:45:25 +0100" endDate="2021-08-06 15:48:36 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 16:16:00 +0100" startDate="2021-08-06 16:04:54 +0100" endDate="2021-08-06 16:12:28 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 16:33:05 +0100" startDate="2021-08-06 16:17:10 +0100" endDate="2021-08-06 16:17:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 16:52:28 +0100" startDate="2021-08-06 16:41:12 +0100" endDate="2021-08-06 16:47:32 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 17:07:36 +0100" startDate="2021-08-06 16:54:32 +0100" endDate="2021-08-06 16:57:38 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 18:00:28 +0100" startDate="2021-08-06 17:48:54 +0100" endDate="2021-08-06 17:58:50 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 18:10:42 +0100" startDate="2021-08-06 17:59:03 +0100" endDate="2021-08-06 17:59:15 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 19:05:39 +0100" startDate="2021-08-06 18:52:43 +0100" endDate="2021-08-06 18:52:48 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 19:46:24 +0100" startDate="2021-08-06 19:34:23 +0100" endDate="2021-08-06 19:34:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 19:58:33 +0100" startDate="2021-08-06 19:47:21 +0100" endDate="2021-08-06 19:47:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 21:19:54 +0100" startDate="2021-08-06 21:08:19 +0100" endDate="2021-08-06 21:11:48 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 21:47:38 +0100" startDate="2021-08-06 21:35:41 +0100" endDate="2021-08-06 21:45:39 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-06 22:00:04 +0100" startDate="2021-08-06 21:45:39 +0100" endDate="2021-08-06 21:54:34 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 08:23:20 +0100" startDate="2021-08-07 08:12:18 +0100" endDate="2021-08-07 08:12:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 08:51:32 +0100" startDate="2021-08-07 08:35:47 +0100" endDate="2021-08-07 08:41:11 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 09:18:02 +0100" startDate="2021-08-07 09:02:54 +0100" endDate="2021-08-07 09:04:13 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 09:30:45 +0100" startDate="2021-08-07 09:19:43 +0100" endDate="2021-08-07 09:28:44 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 09:54:13 +0100" startDate="2021-08-07 09:43:10 +0100" endDate="2021-08-07 09:50:33 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 10:05:22 +0100" startDate="2021-08-07 09:54:20 +0100" endDate="2021-08-07 09:54:22 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 10:20:11 +0100" startDate="2021-08-07 10:09:09 +0100" endDate="2021-08-07 10:16:14 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 10:35:00 +0100" startDate="2021-08-07 10:23:58 +0100" endDate="2021-08-07 10:24:05 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 11:00:23 +0100" startDate="2021-08-07 10:46:16 +0100" endDate="2021-08-07 10:46:26 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 11:09:37 +0100" startDate="2021-08-07 10:56:51 +0100" endDate="2021-08-07 11:01:29 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 11:27:30 +0100" startDate="2021-08-07 11:16:09 +0100" endDate="2021-08-07 11:26:10 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 11:37:31 +0100" startDate="2021-08-07 11:26:10 +0100" endDate="2021-08-07 11:33:07 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 11:51:12 +0100" startDate="2021-08-07 11:39:19 +0100" endDate="2021-08-07 11:40:46 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 12:06:31 +0100" startDate="2021-08-07 11:53:17 +0100" endDate="2021-08-07 12:03:06 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 12:15:26 +0100" startDate="2021-08-07 12:03:29 +0100" endDate="2021-08-07 12:13:15 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 12:24:33 +0100" startDate="2021-08-07 12:13:30 +0100" endDate="2021-08-07 12:13:43 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 12:56:16 +0100" startDate="2021-08-07 12:45:13 +0100" endDate="2021-08-07 12:45:15 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 13:26:46 +0100" startDate="2021-08-07 13:15:40 +0100" endDate="2021-08-07 13:25:34 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 13:37:03 +0100" startDate="2021-08-07 13:26:00 +0100" endDate="2021-08-07 13:27:44 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 13:50:23 +0100" startDate="2021-08-07 13:36:34 +0100" endDate="2021-08-07 13:36:37 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 14:01:13 +0100" startDate="2021-08-07 13:50:06 +0100" endDate="2021-08-07 13:59:04 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 14:15:39 +0100" startDate="2021-08-07 14:01:47 +0100" endDate="2021-08-07 14:09:28 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 14:33:21 +0100" startDate="2021-08-07 14:20:48 +0100" endDate="2021-08-07 14:20:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 15:40:56 +0100" startDate="2021-08-07 15:29:42 +0100" endDate="2021-08-07 15:39:20 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 15:51:03 +0100" startDate="2021-08-07 15:40:00 +0100" endDate="2021-08-07 15:50:02 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 16:02:05 +0100" startDate="2021-08-07 15:50:02 +0100" endDate="2021-08-07 15:59:45 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 16:14:45 +0100" startDate="2021-08-07 16:00:38 +0100" endDate="2021-08-07 16:10:39 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 16:22:03 +0100" startDate="2021-08-07 16:11:00 +0100" endDate="2021-08-07 16:13:30 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 16:38:05 +0100" startDate="2021-08-07 16:25:49 +0100" endDate="2021-08-07 16:33:09 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 16:50:10 +0100" startDate="2021-08-07 16:39:01 +0100" endDate="2021-08-07 16:41:41 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 17:33:11 +0100" startDate="2021-08-07 17:20:27 +0100" endDate="2021-08-07 17:20:37 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 17:51:26 +0100" startDate="2021-08-07 17:40:01 +0100" endDate="2021-08-07 17:49:26 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 18:01:13 +0100" startDate="2021-08-07 17:50:02 +0100" endDate="2021-08-07 17:50:42 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 18:16:20 +0100" startDate="2021-08-07 18:01:12 +0100" endDate="2021-08-07 18:07:42 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 19:07:16 +0100" startDate="2021-08-07 18:53:08 +0100" endDate="2021-08-07 18:53:14 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 19:27:19 +0100" startDate="2021-08-07 19:16:16 +0100" endDate="2021-08-07 19:24:59 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 19:59:05 +0100" startDate="2021-08-07 19:46:28 +0100" endDate="2021-08-07 19:56:27 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 20:07:29 +0100" startDate="2021-08-07 19:56:27 +0100" endDate="2021-08-07 19:59:58 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 21:09:04 +0100" startDate="2021-08-07 20:58:02 +0100" endDate="2021-08-07 21:01:33 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-07 21:43:13 +0100" startDate="2021-08-07 21:30:52 +0100" endDate="2021-08-07 21:30:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-08 07:24:19 +0100" startDate="2021-08-08 07:13:16 +0100" endDate="2021-08-08 07:14:17 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-08 10:48:16 +0100" startDate="2021-08-08 10:28:43 +0100" endDate="2021-08-08 10:28:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-08 13:26:02 +0100" startDate="2021-08-08 13:15:00 +0100" endDate="2021-08-08 13:18:53 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-08 14:28:13 +0100" startDate="2021-08-08 14:17:11 +0100" endDate="2021-08-08 14:26:28 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-08 18:12:41 +0100" startDate="2021-08-08 17:59:21 +0100" endDate="2021-08-08 18:00:17 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-08 20:21:28 +0100" startDate="2021-08-08 20:05:44 +0100" endDate="2021-08-08 20:05:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 05:27:28 +0100" startDate="2021-08-09 05:16:25 +0100" endDate="2021-08-09 05:16:31 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 05:42:10 +0100" startDate="2021-08-09 05:29:05 +0100" endDate="2021-08-09 05:38:23 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 05:54:33 +0100" startDate="2021-08-09 05:43:26 +0100" endDate="2021-08-09 05:53:14 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 07:30:35 +0100" startDate="2021-08-09 07:19:32 +0100" endDate="2021-08-09 07:19:35 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 08:22:37 +0100" startDate="2021-08-09 08:11:03 +0100" endDate="2021-08-09 08:21:02 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 08:31:06 +0100" startDate="2021-08-09 08:21:02 +0100" endDate="2021-08-09 08:30:53 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 08:42:24 +0100" startDate="2021-08-09 08:31:18 +0100" endDate="2021-08-09 08:41:19 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 08:53:05 +0100" startDate="2021-08-09 08:41:19 +0100" endDate="2021-08-09 08:42:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 11:14:57 +0100" startDate="2021-08-09 11:02:47 +0100" endDate="2021-08-09 11:12:48 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 11:24:19 +0100" startDate="2021-08-09 11:12:51 +0100" endDate="2021-08-09 11:22:34 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 11:36:28 +0100" startDate="2021-08-09 11:22:57 +0100" endDate="2021-08-09 11:25:12 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 11:59:17 +0100" startDate="2021-08-09 11:47:35 +0100" endDate="2021-08-09 11:57:36 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 12:08:47 +0100" startDate="2021-08-09 11:57:36 +0100" endDate="2021-08-09 12:07:37 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 12:19:50 +0100" startDate="2021-08-09 12:07:37 +0100" endDate="2021-08-09 12:12:33 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 14:26:19 +0100" startDate="2021-08-09 14:13:13 +0100" endDate="2021-08-09 14:17:50 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 14:38:23 +0100" startDate="2021-08-09 14:24:20 +0100" endDate="2021-08-09 14:24:33 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 15:23:11 +0100" startDate="2021-08-09 15:09:20 +0100" endDate="2021-08-09 15:19:01 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 16:31:52 +0100" startDate="2021-08-09 16:19:54 +0100" endDate="2021-08-09 16:28:32 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 16:42:03 +0100" startDate="2021-08-09 16:30:06 +0100" endDate="2021-08-09 16:39:50 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 16:56:04 +0100" startDate="2021-08-09 16:41:49 +0100" endDate="2021-08-09 16:51:50 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 17:05:55 +0100" startDate="2021-08-09 16:51:50 +0100" endDate="2021-08-09 17:01:39 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 17:15:49 +0100" startDate="2021-08-09 17:02:22 +0100" endDate="2021-08-09 17:08:29 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 17:25:48 +0100" startDate="2021-08-09 17:13:17 +0100" endDate="2021-08-09 17:23:18 +0100" value="1109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 17:34:21 +0100" startDate="2021-08-09 17:23:18 +0100" endDate="2021-08-09 17:24:58 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-09 20:24:28 +0100" startDate="2021-08-09 20:13:26 +0100" endDate="2021-08-09 20:14:22 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 07:27:59 +0100" startDate="2021-08-10 07:16:57 +0100" endDate="2021-08-10 07:26:58 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 07:41:13 +0100" startDate="2021-08-10 07:26:58 +0100" endDate="2021-08-10 07:27:23 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 08:47:42 +0100" startDate="2021-08-10 08:37:24 +0100" endDate="2021-08-10 08:47:13 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 09:01:11 +0100" startDate="2021-08-10 08:49:07 +0100" endDate="2021-08-10 08:58:51 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 09:11:45 +0100" startDate="2021-08-10 08:59:08 +0100" endDate="2021-08-10 09:04:55 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 10:08:47 +0100" startDate="2021-08-10 09:57:28 +0100" endDate="2021-08-10 10:02:41 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 12:11:23 +0100" startDate="2021-08-10 11:58:13 +0100" endDate="2021-08-10 12:03:01 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 12:23:07 +0100" startDate="2021-08-10 12:11:56 +0100" endDate="2021-08-10 12:21:57 +0100" value="1079"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 12:33:00 +0100" startDate="2021-08-10 12:21:57 +0100" endDate="2021-08-10 12:31:28 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 13:04:46 +0100" startDate="2021-08-10 12:52:42 +0100" endDate="2021-08-10 13:02:44 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 13:13:46 +0100" startDate="2021-08-10 13:02:44 +0100" endDate="2021-08-10 13:05:19 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 16:44:58 +0100" startDate="2021-08-10 16:30:52 +0100" endDate="2021-08-10 16:40:32 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 16:55:18 +0100" startDate="2021-08-10 16:40:58 +0100" endDate="2021-08-10 16:50:16 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-10 17:13:10 +0100" startDate="2021-08-10 17:01:43 +0100" endDate="2021-08-10 17:01:46 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 06:55:33 +0100" startDate="2021-08-11 06:44:31 +0100" endDate="2021-08-11 06:44:33 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 07:10:53 +0100" startDate="2021-08-11 06:59:56 +0100" endDate="2021-08-11 07:09:29 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 07:21:33 +0100" startDate="2021-08-11 07:10:30 +0100" endDate="2021-08-11 07:10:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 07:34:30 +0100" startDate="2021-08-11 07:21:28 +0100" endDate="2021-08-11 07:22:01 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 10:58:57 +0100" startDate="2021-08-11 10:47:20 +0100" endDate="2021-08-11 10:54:58 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 11:18:32 +0100" startDate="2021-08-11 11:06:39 +0100" endDate="2021-08-11 11:16:25 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 11:28:36 +0100" startDate="2021-08-11 11:16:56 +0100" endDate="2021-08-11 11:25:38 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 11:39:36 +0100" startDate="2021-08-11 11:27:02 +0100" endDate="2021-08-11 11:27:35 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 12:30:00 +0100" startDate="2021-08-11 12:16:06 +0100" endDate="2021-08-11 12:17:56 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 12:55:50 +0100" startDate="2021-08-11 12:44:47 +0100" endDate="2021-08-11 12:54:47 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 13:08:34 +0100" startDate="2021-08-11 12:54:47 +0100" endDate="2021-08-11 12:55:00 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 14:52:47 +0100" startDate="2021-08-11 14:41:44 +0100" endDate="2021-08-11 14:51:45 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 15:03:14 +0100" startDate="2021-08-11 14:51:45 +0100" endDate="2021-08-11 15:00:30 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 15:13:38 +0100" startDate="2021-08-11 15:02:35 +0100" endDate="2021-08-11 15:03:21 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 15:45:20 +0100" startDate="2021-08-11 15:34:18 +0100" endDate="2021-08-11 15:42:37 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 17:08:47 +0100" startDate="2021-08-11 16:58:09 +0100" endDate="2021-08-11 17:07:32 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 17:21:07 +0100" startDate="2021-08-11 17:08:49 +0100" endDate="2021-08-11 17:18:37 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 17:29:57 +0100" startDate="2021-08-11 17:18:55 +0100" endDate="2021-08-11 17:28:56 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 17:42:35 +0100" startDate="2021-08-11 17:28:56 +0100" endDate="2021-08-11 17:32:22 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 18:46:04 +0100" startDate="2021-08-11 18:32:00 +0100" endDate="2021-08-11 18:37:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 18:55:17 +0100" startDate="2021-08-11 18:43:17 +0100" endDate="2021-08-11 18:53:18 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 19:04:26 +0100" startDate="2021-08-11 18:53:23 +0100" endDate="2021-08-11 18:54:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 19:37:07 +0100" startDate="2021-08-11 19:26:04 +0100" endDate="2021-08-11 19:26:10 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 19:58:56 +0100" startDate="2021-08-11 19:47:13 +0100" endDate="2021-08-11 19:55:45 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 20:09:21 +0100" startDate="2021-08-11 19:58:05 +0100" endDate="2021-08-11 19:59:36 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-11 21:16:57 +0100" startDate="2021-08-11 21:05:54 +0100" endDate="2021-08-11 21:06:07 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 06:32:26 +0100" startDate="2021-08-12 06:20:58 +0100" endDate="2021-08-12 06:21:26 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 07:12:50 +0100" startDate="2021-08-12 06:58:15 +0100" endDate="2021-08-12 06:58:38 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 08:28:39 +0100" startDate="2021-08-12 08:17:36 +0100" endDate="2021-08-12 08:24:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 11:33:46 +0100" startDate="2021-08-12 11:22:44 +0100" endDate="2021-08-12 11:24:48 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 11:47:54 +0100" startDate="2021-08-12 11:36:01 +0100" endDate="2021-08-12 11:41:45 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 11:59:31 +0100" startDate="2021-08-12 11:46:50 +0100" endDate="2021-08-12 11:56:26 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 12:08:22 +0100" startDate="2021-08-12 11:57:20 +0100" endDate="2021-08-12 12:07:21 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 12:18:28 +0100" startDate="2021-08-12 12:07:21 +0100" endDate="2021-08-12 12:16:49 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 12:28:27 +0100" startDate="2021-08-12 12:17:24 +0100" endDate="2021-08-12 12:22:10 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 12:45:55 +0100" startDate="2021-08-12 12:34:12 +0100" endDate="2021-08-12 12:34:15 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 14:54:08 +0100" startDate="2021-08-12 14:43:05 +0100" endDate="2021-08-12 14:43:26 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 15:10:21 +0100" startDate="2021-08-12 14:59:19 +0100" endDate="2021-08-12 15:08:33 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 15:20:26 +0100" startDate="2021-08-12 15:09:49 +0100" endDate="2021-08-12 15:19:48 +0100" value="986"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 15:30:03 +0100" startDate="2021-08-12 15:19:50 +0100" endDate="2021-08-12 15:29:51 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 15:40:54 +0100" startDate="2021-08-12 15:29:51 +0100" endDate="2021-08-12 15:39:52 +0100" value="1055"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 15:50:24 +0100" startDate="2021-08-12 15:39:52 +0100" endDate="2021-08-12 15:49:53 +0100" value="1126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 16:00:02 +0100" startDate="2021-08-12 15:49:53 +0100" endDate="2021-08-12 15:59:55 +0100" value="1094"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 16:12:22 +0100" startDate="2021-08-12 15:59:55 +0100" endDate="2021-08-12 16:09:30 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 16:22:14 +0100" startDate="2021-08-12 16:09:58 +0100" endDate="2021-08-12 16:12:26 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 16:48:32 +0100" startDate="2021-08-12 16:35:48 +0100" endDate="2021-08-12 16:40:03 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 17:09:30 +0100" startDate="2021-08-12 16:57:45 +0100" endDate="2021-08-12 17:05:37 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 18:38:51 +0100" startDate="2021-08-12 18:26:43 +0100" endDate="2021-08-12 18:31:44 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 19:24:42 +0100" startDate="2021-08-12 19:13:39 +0100" endDate="2021-08-12 19:20:11 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 20:48:20 +0100" startDate="2021-08-12 20:36:43 +0100" endDate="2021-08-12 20:39:26 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 21:53:34 +0100" startDate="2021-08-12 21:41:19 +0100" endDate="2021-08-12 21:45:08 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-12 22:42:48 +0100" startDate="2021-08-12 22:31:46 +0100" endDate="2021-08-12 22:34:57 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 06:42:50 +0100" startDate="2021-08-13 06:31:47 +0100" endDate="2021-08-13 06:38:55 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 07:28:45 +0100" startDate="2021-08-13 07:14:12 +0100" endDate="2021-08-13 07:14:24 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 11:21:19 +0100" startDate="2021-08-13 11:09:11 +0100" endDate="2021-08-13 11:10:30 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:19:12 +0100" startDate="2021-08-13 12:07:23 +0100" endDate="2021-08-13 12:09:26 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:39:20 +0100" startDate="2021-08-13 12:28:17 +0100" endDate="2021-08-13 12:38:18 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:49:21 +0100" startDate="2021-08-13 12:38:18 +0100" endDate="2021-08-13 12:48:19 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:48:19 +0100" endDate="2021-08-13 12:48:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:48:24 +0100" endDate="2021-08-13 12:48:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:48:30 +0100" endDate="2021-08-13 12:48:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:48:35 +0100" endDate="2021-08-13 12:48:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:48:40 +0100" endDate="2021-08-13 12:48:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:48:45 +0100" endDate="2021-08-13 12:48:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:48:50 +0100" endDate="2021-08-13 12:48:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:48:55 +0100" endDate="2021-08-13 12:49:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:49:00 +0100" endDate="2021-08-13 12:49:05 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:49:05 +0100" endDate="2021-08-13 12:49:10 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:49:10 +0100" endDate="2021-08-13 12:49:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:49:15 +0100" endDate="2021-08-13 12:49:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:49:21 +0100" endDate="2021-08-13 12:49:26 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:49:26 +0100" endDate="2021-08-13 12:49:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:49:31 +0100" endDate="2021-08-13 12:49:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:49:36 +0100" endDate="2021-08-13 12:49:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:49:41 +0100" endDate="2021-08-13 12:49:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:49:46 +0100" endDate="2021-08-13 12:49:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:49:51 +0100" endDate="2021-08-13 12:49:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:49:56 +0100" endDate="2021-08-13 12:50:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:50:01 +0100" endDate="2021-08-13 12:50:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:50:06 +0100" endDate="2021-08-13 12:50:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:50:11 +0100" endDate="2021-08-13 12:50:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:50:17 +0100" endDate="2021-08-13 12:50:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:50:22 +0100" endDate="2021-08-13 12:50:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:50:27 +0100" endDate="2021-08-13 12:50:32 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:50:32 +0100" endDate="2021-08-13 12:50:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:50:37 +0100" endDate="2021-08-13 12:50:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:50:42 +0100" endDate="2021-08-13 12:50:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:50:47 +0100" endDate="2021-08-13 12:50:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:50:52 +0100" endDate="2021-08-13 12:50:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:50:57 +0100" endDate="2021-08-13 12:51:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:51:02 +0100" endDate="2021-08-13 12:51:07 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:51:07 +0100" endDate="2021-08-13 12:51:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:51:13 +0100" endDate="2021-08-13 12:51:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:51:18 +0100" endDate="2021-08-13 12:51:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:51:23 +0100" endDate="2021-08-13 12:51:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:51:28 +0100" endDate="2021-08-13 12:51:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:51:33 +0100" endDate="2021-08-13 12:51:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:51:38 +0100" endDate="2021-08-13 12:51:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:51:43 +0100" endDate="2021-08-13 12:51:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:51:48 +0100" endDate="2021-08-13 12:51:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:51:53 +0100" endDate="2021-08-13 12:51:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:51:58 +0100" endDate="2021-08-13 12:52:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:52:04 +0100" endDate="2021-08-13 12:52:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:52:09 +0100" endDate="2021-08-13 12:52:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:52:14 +0100" endDate="2021-08-13 12:52:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:52:19 +0100" endDate="2021-08-13 12:52:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:52:24 +0100" endDate="2021-08-13 12:52:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:52:29 +0100" endDate="2021-08-13 12:52:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:52:34 +0100" endDate="2021-08-13 12:52:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:52:39 +0100" endDate="2021-08-13 12:52:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:52:44 +0100" endDate="2021-08-13 12:52:49 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:52:49 +0100" endDate="2021-08-13 12:52:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:52:54 +0100" endDate="2021-08-13 12:53:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:53:00 +0100" endDate="2021-08-13 12:53:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:53:05 +0100" endDate="2021-08-13 12:53:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:53:10 +0100" endDate="2021-08-13 12:53:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:53:15 +0100" endDate="2021-08-13 12:53:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:53:20 +0100" endDate="2021-08-13 12:53:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:53:25 +0100" endDate="2021-08-13 12:53:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:53:30 +0100" endDate="2021-08-13 12:53:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:53:35 +0100" endDate="2021-08-13 12:53:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:53:40 +0100" endDate="2021-08-13 12:53:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:53:45 +0100" endDate="2021-08-13 12:53:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:53:51 +0100" endDate="2021-08-13 12:53:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:53:56 +0100" endDate="2021-08-13 12:54:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:54:01 +0100" endDate="2021-08-13 12:54:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:54:06 +0100" endDate="2021-08-13 12:54:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:54:11 +0100" endDate="2021-08-13 12:54:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:54:16 +0100" endDate="2021-08-13 12:54:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:54:21 +0100" endDate="2021-08-13 12:54:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:34 +0100" startDate="2021-08-13 12:54:26 +0100" endDate="2021-08-13 12:54:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:38 +0100" startDate="2021-08-13 12:54:31 +0100" endDate="2021-08-13 12:54:34 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:44 +0100" startDate="2021-08-13 12:54:34 +0100" endDate="2021-08-13 12:54:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:44 +0100" startDate="2021-08-13 12:54:39 +0100" endDate="2021-08-13 12:54:41 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:49 +0100" startDate="2021-08-13 12:54:41 +0100" endDate="2021-08-13 12:54:44 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:49 +0100" startDate="2021-08-13 12:54:44 +0100" endDate="2021-08-13 12:54:47 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:54 +0100" startDate="2021-08-13 12:54:47 +0100" endDate="2021-08-13 12:54:49 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:54 +0100" startDate="2021-08-13 12:54:49 +0100" endDate="2021-08-13 12:54:52 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:59 +0100" startDate="2021-08-13 12:54:52 +0100" endDate="2021-08-13 12:54:54 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:54:59 +0100" startDate="2021-08-13 12:54:54 +0100" endDate="2021-08-13 12:54:57 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:55:04 +0100" startDate="2021-08-13 12:54:57 +0100" endDate="2021-08-13 12:54:59 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:55:04 +0100" startDate="2021-08-13 12:54:59 +0100" endDate="2021-08-13 12:55:02 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:55:09 +0100" startDate="2021-08-13 12:55:02 +0100" endDate="2021-08-13 12:55:04 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:55:09 +0100" startDate="2021-08-13 12:55:04 +0100" endDate="2021-08-13 12:55:07 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 12:55:13 +0100" startDate="2021-08-13 12:55:07 +0100" endDate="2021-08-13 12:55:09 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 13:06:12 +0100" startDate="2021-08-13 12:55:09 +0100" endDate="2021-08-13 13:05:11 +0100" value="1104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 13:15:26 +0100" startDate="2021-08-13 13:05:11 +0100" endDate="2021-08-13 13:15:12 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 13:26:12 +0100" startDate="2021-08-13 13:15:12 +0100" endDate="2021-08-13 13:25:13 +0100" value="1018"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 13:37:11 +0100" startDate="2021-08-13 13:25:13 +0100" endDate="2021-08-13 13:31:22 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 13:51:35 +0100" startDate="2021-08-13 13:40:32 +0100" endDate="2021-08-13 13:40:42 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 16:25:46 +0100" startDate="2021-08-13 16:13:54 +0100" endDate="2021-08-13 16:23:55 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 16:37:29 +0100" startDate="2021-08-13 16:23:55 +0100" endDate="2021-08-13 16:33:56 +0100" value="1072"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 16:45:05 +0100" startDate="2021-08-13 16:33:56 +0100" endDate="2021-08-13 16:43:58 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 16:56:14 +0100" startDate="2021-08-13 16:43:58 +0100" endDate="2021-08-13 16:53:59 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 17:05:07 +0100" startDate="2021-08-13 16:53:59 +0100" endDate="2021-08-13 17:03:29 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 20:09:37 +0100" startDate="2021-08-13 19:57:40 +0100" endDate="2021-08-13 20:07:41 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 20:18:47 +0100" startDate="2021-08-13 20:07:41 +0100" endDate="2021-08-13 20:15:14 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 20:29:10 +0100" startDate="2021-08-13 20:17:44 +0100" endDate="2021-08-13 20:27:43 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 20:40:21 +0100" startDate="2021-08-13 20:27:43 +0100" endDate="2021-08-13 20:37:43 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 20:52:40 +0100" startDate="2021-08-13 20:37:43 +0100" endDate="2021-08-13 20:45:07 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-13 21:50:23 +0100" startDate="2021-08-13 21:37:51 +0100" endDate="2021-08-13 21:37:58 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-14 09:05:17 +0100" startDate="2021-08-14 08:54:09 +0100" endDate="2021-08-14 08:56:24 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-14 09:17:42 +0100" startDate="2021-08-14 09:04:46 +0100" endDate="2021-08-14 09:11:36 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-14 10:38:46 +0100" startDate="2021-08-14 10:25:58 +0100" endDate="2021-08-14 10:26:21 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-14 12:49:47 +0100" startDate="2021-08-14 12:38:45 +0100" endDate="2021-08-14 12:40:32 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-14 13:12:19 +0100" startDate="2021-08-14 12:59:49 +0100" endDate="2021-08-14 12:59:52 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-14 22:03:50 +0100" startDate="2021-08-14 21:52:47 +0100" endDate="2021-08-14 21:55:36 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 07:36:31 +0100" startDate="2021-08-15 07:23:23 +0100" endDate="2021-08-15 07:23:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 09:59:10 +0100" startDate="2021-08-15 09:45:14 +0100" endDate="2021-08-15 09:45:27 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 11:50:13 +0100" startDate="2021-08-15 11:39:08 +0100" endDate="2021-08-15 11:49:09 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 12:01:05 +0100" startDate="2021-08-15 11:49:09 +0100" endDate="2021-08-15 11:59:10 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 12:11:31 +0100" startDate="2021-08-15 11:59:10 +0100" endDate="2021-08-15 12:09:11 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 12:20:14 +0100" startDate="2021-08-15 12:09:11 +0100" endDate="2021-08-15 12:19:12 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 12:30:15 +0100" startDate="2021-08-15 12:19:12 +0100" endDate="2021-08-15 12:29:13 +0100" value="1097"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 12:40:16 +0100" startDate="2021-08-15 12:29:13 +0100" endDate="2021-08-15 12:39:14 +0100" value="1023"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 12:50:17 +0100" startDate="2021-08-15 12:39:14 +0100" endDate="2021-08-15 12:49:16 +0100" value="1012"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 13:00:18 +0100" startDate="2021-08-15 12:49:16 +0100" endDate="2021-08-15 12:59:17 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 13:10:19 +0100" startDate="2021-08-15 12:59:17 +0100" endDate="2021-08-15 13:06:42 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 13:30:34 +0100" startDate="2021-08-15 13:19:19 +0100" endDate="2021-08-15 13:19:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 13:42:16 +0100" startDate="2021-08-15 13:29:48 +0100" endDate="2021-08-15 13:35:26 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 15:22:44 +0100" startDate="2021-08-15 15:11:04 +0100" endDate="2021-08-15 15:11:09 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 16:06:49 +0100" startDate="2021-08-15 15:55:45 +0100" endDate="2021-08-15 15:56:01 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 17:37:12 +0100" startDate="2021-08-15 17:26:10 +0100" endDate="2021-08-15 17:29:00 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 18:03:05 +0100" startDate="2021-08-15 17:52:01 +0100" endDate="2021-08-15 17:52:44 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 18:42:49 +0100" startDate="2021-08-15 18:28:32 +0100" endDate="2021-08-15 18:37:12 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 18:56:32 +0100" startDate="2021-08-15 18:40:07 +0100" endDate="2021-08-15 18:41:42 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 19:24:36 +0100" startDate="2021-08-15 19:11:24 +0100" endDate="2021-08-15 19:21:25 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 19:33:07 +0100" startDate="2021-08-15 19:21:25 +0100" endDate="2021-08-15 19:26:41 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 20:11:06 +0100" startDate="2021-08-15 19:54:55 +0100" endDate="2021-08-15 20:00:31 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 20:17:18 +0100" startDate="2021-08-15 20:06:15 +0100" endDate="2021-08-15 20:13:33 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 20:36:44 +0100" startDate="2021-08-15 20:25:42 +0100" endDate="2021-08-15 20:25:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 21:00:44 +0100" startDate="2021-08-15 20:49:41 +0100" endDate="2021-08-15 20:51:08 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-15 21:18:38 +0100" startDate="2021-08-15 21:07:35 +0100" endDate="2021-08-15 21:11:14 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-16 07:02:43 +0100" startDate="2021-08-16 06:49:01 +0100" endDate="2021-08-16 06:50:07 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-16 14:42:37 +0100" startDate="2021-08-16 14:31:34 +0100" endDate="2021-08-16 14:40:31 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-16 14:59:19 +0100" startDate="2021-08-16 14:45:01 +0100" endDate="2021-08-16 14:55:00 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-16 15:08:30 +0100" startDate="2021-08-16 14:55:00 +0100" endDate="2021-08-16 14:57:51 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-16 15:17:40 +0100" startDate="2021-08-16 15:06:07 +0100" endDate="2021-08-16 15:15:40 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-16 15:27:51 +0100" startDate="2021-08-16 15:16:49 +0100" endDate="2021-08-16 15:26:50 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-16 15:39:48 +0100" startDate="2021-08-16 15:26:50 +0100" endDate="2021-08-16 15:26:55 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-16 17:03:05 +0100" startDate="2021-08-16 16:49:19 +0100" endDate="2021-08-16 16:58:24 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-16 17:12:46 +0100" startDate="2021-08-16 17:00:51 +0100" endDate="2021-08-16 17:08:58 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-16 20:57:15 +0100" startDate="2021-08-16 20:46:12 +0100" endDate="2021-08-16 20:48:37 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 04:45:06 +0100" startDate="2021-08-17 04:33:41 +0100" endDate="2021-08-17 04:38:06 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 05:03:02 +0100" startDate="2021-08-17 04:50:03 +0100" endDate="2021-08-17 04:50:08 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 05:18:05 +0100" startDate="2021-08-17 05:06:59 +0100" endDate="2021-08-17 05:16:52 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 05:29:00 +0100" startDate="2021-08-17 05:17:13 +0100" endDate="2021-08-17 05:24:11 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 05:38:50 +0100" startDate="2021-08-17 05:27:47 +0100" endDate="2021-08-17 05:30:58 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 05:49:47 +0100" startDate="2021-08-17 05:38:44 +0100" endDate="2021-08-17 05:38:54 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 06:55:56 +0100" startDate="2021-08-17 06:44:54 +0100" endDate="2021-08-17 06:50:22 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 07:49:16 +0100" startDate="2021-08-17 07:35:20 +0100" endDate="2021-08-17 07:45:21 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 07:56:24 +0100" startDate="2021-08-17 07:45:21 +0100" endDate="2021-08-17 07:50:50 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 08:10:15 +0100" startDate="2021-08-17 07:59:29 +0100" endDate="2021-08-17 08:09:28 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 08:21:22 +0100" startDate="2021-08-17 08:09:53 +0100" endDate="2021-08-17 08:15:58 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 09:09:36 +0100" startDate="2021-08-17 08:58:32 +0100" endDate="2021-08-17 09:03:35 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 11:06:05 +0100" startDate="2021-08-17 10:54:52 +0100" endDate="2021-08-17 11:04:20 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 11:19:45 +0100" startDate="2021-08-17 11:06:02 +0100" endDate="2021-08-17 11:14:00 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 11:35:10 +0100" startDate="2021-08-17 11:22:36 +0100" endDate="2021-08-17 11:30:27 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 11:45:40 +0100" startDate="2021-08-17 11:33:38 +0100" endDate="2021-08-17 11:43:06 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 12:30:07 +0100" startDate="2021-08-17 12:19:04 +0100" endDate="2021-08-17 12:22:15 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 12:58:30 +0100" startDate="2021-08-17 12:46:23 +0100" endDate="2021-08-17 12:53:39 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 16:40:57 +0100" startDate="2021-08-17 16:28:52 +0100" endDate="2021-08-17 16:38:54 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 16:50:21 +0100" startDate="2021-08-17 16:38:54 +0100" endDate="2021-08-17 16:48:55 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 17:01:19 +0100" startDate="2021-08-17 16:48:55 +0100" endDate="2021-08-17 16:58:33 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-17 17:10:04 +0100" startDate="2021-08-17 16:59:01 +0100" endDate="2021-08-17 17:01:59 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 07:19:45 +0100" startDate="2021-08-18 07:08:30 +0100" endDate="2021-08-18 07:18:26 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 07:33:13 +0100" startDate="2021-08-18 07:18:54 +0100" endDate="2021-08-18 07:20:38 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 08:20:32 +0100" startDate="2021-08-18 08:09:06 +0100" endDate="2021-08-18 08:12:35 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 09:35:46 +0100" startDate="2021-08-18 09:24:09 +0100" endDate="2021-08-18 09:29:04 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 10:36:01 +0100" startDate="2021-08-18 10:24:58 +0100" endDate="2021-08-18 10:26:53 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 10:54:50 +0100" startDate="2021-08-18 10:43:43 +0100" endDate="2021-08-18 10:49:19 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 11:05:48 +0100" startDate="2021-08-18 10:54:40 +0100" endDate="2021-08-18 11:01:10 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 11:18:11 +0100" startDate="2021-08-18 11:06:51 +0100" endDate="2021-08-18 11:16:35 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 11:28:23 +0100" startDate="2021-08-18 11:16:58 +0100" endDate="2021-08-18 11:24:24 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 12:02:32 +0100" startDate="2021-08-18 11:50:28 +0100" endDate="2021-08-18 12:00:27 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 12:13:53 +0100" startDate="2021-08-18 12:01:03 +0100" endDate="2021-08-18 12:06:57 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 12:53:39 +0100" startDate="2021-08-18 12:41:52 +0100" endDate="2021-08-18 12:46:10 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 13:46:01 +0100" startDate="2021-08-18 13:31:58 +0100" endDate="2021-08-18 13:40:27 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 14:52:56 +0100" startDate="2021-08-18 14:41:00 +0100" endDate="2021-08-18 14:43:58 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 15:17:51 +0100" startDate="2021-08-18 15:06:40 +0100" endDate="2021-08-18 15:16:39 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 15:28:10 +0100" startDate="2021-08-18 15:16:39 +0100" endDate="2021-08-18 15:26:12 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 15:40:39 +0100" startDate="2021-08-18 15:28:52 +0100" endDate="2021-08-18 15:38:53 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 15:49:56 +0100" startDate="2021-08-18 15:38:53 +0100" endDate="2021-08-18 15:47:15 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 16:00:51 +0100" startDate="2021-08-18 15:49:48 +0100" endDate="2021-08-18 15:58:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 17:13:39 +0100" startDate="2021-08-18 17:02:37 +0100" endDate="2021-08-18 17:08:36 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 17:52:12 +0100" startDate="2021-08-18 17:40:16 +0100" endDate="2021-08-18 17:50:17 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 18:02:56 +0100" startDate="2021-08-18 17:50:17 +0100" endDate="2021-08-18 18:00:18 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 18:11:21 +0100" startDate="2021-08-18 18:00:18 +0100" endDate="2021-08-18 18:07:49 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 18:38:17 +0100" startDate="2021-08-18 18:27:23 +0100" endDate="2021-08-18 18:27:46 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.6, creation date:2021-06-21 23:02:36 +0000&gt;" unit="count" creationDate="2021-08-18 21:44:37 +0100" startDate="2021-08-18 21:29:10 +0100" endDate="2021-08-18 21:29:20 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 05:39:28 +0100" startDate="2021-08-19 05:28:26 +0100" endDate="2021-08-19 05:29:01 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 06:02:47 +0100" startDate="2021-08-19 05:51:44 +0100" endDate="2021-08-19 05:52:05 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 06:56:48 +0100" startDate="2021-08-19 06:45:46 +0100" endDate="2021-08-19 06:50:48 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 07:08:50 +0100" startDate="2021-08-19 06:57:47 +0100" endDate="2021-08-19 07:00:41 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 14:02:25 +0100" startDate="2021-08-19 13:50:12 +0100" endDate="2021-08-19 14:00:06 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 14:16:14 +0100" startDate="2021-08-19 14:03:09 +0100" endDate="2021-08-19 14:13:08 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 14:24:13 +0100" startDate="2021-08-19 14:13:08 +0100" endDate="2021-08-19 14:22:21 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 17:23:11 +0100" startDate="2021-08-19 17:12:08 +0100" endDate="2021-08-19 17:12:39 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 17:33:32 +0100" startDate="2021-08-19 17:22:30 +0100" endDate="2021-08-19 17:27:26 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 18:01:57 +0100" startDate="2021-08-19 17:48:24 +0100" endDate="2021-08-19 17:57:55 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 18:12:46 +0100" startDate="2021-08-19 18:01:11 +0100" endDate="2021-08-19 18:01:29 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 18:29:20 +0100" startDate="2021-08-19 18:18:17 +0100" endDate="2021-08-19 18:20:17 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 18:41:59 +0100" startDate="2021-08-19 18:30:56 +0100" endDate="2021-08-19 18:30:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 19:01:46 +0100" startDate="2021-08-19 18:50:44 +0100" endDate="2021-08-19 18:56:30 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-19 22:45:15 +0100" startDate="2021-08-19 22:34:12 +0100" endDate="2021-08-19 22:34:40 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 07:22:40 +0100" startDate="2021-08-20 07:11:38 +0100" endDate="2021-08-20 07:12:11 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 07:34:45 +0100" startDate="2021-08-20 07:21:45 +0100" endDate="2021-08-20 07:28:58 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 09:26:59 +0100" startDate="2021-08-20 09:15:01 +0100" endDate="2021-08-20 09:16:00 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 10:16:34 +0100" startDate="2021-08-20 10:05:31 +0100" endDate="2021-08-20 10:13:25 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 10:31:27 +0100" startDate="2021-08-20 10:18:03 +0100" endDate="2021-08-20 10:21:16 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 11:11:38 +0100" startDate="2021-08-20 10:59:50 +0100" endDate="2021-08-20 11:09:51 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 11:20:54 +0100" startDate="2021-08-20 11:09:51 +0100" endDate="2021-08-20 11:19:52 +0100" value="1044"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 11:30:55 +0100" startDate="2021-08-20 11:19:52 +0100" endDate="2021-08-20 11:25:41 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 13:06:35 +0100" startDate="2021-08-20 12:54:31 +0100" endDate="2021-08-20 13:04:32 +0100" value="966"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 13:15:34 +0100" startDate="2021-08-20 13:04:32 +0100" endDate="2021-08-20 13:14:33 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 13:25:36 +0100" startDate="2021-08-20 13:14:33 +0100" endDate="2021-08-20 13:19:03 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 13:41:29 +0100" startDate="2021-08-20 13:30:27 +0100" endDate="2021-08-20 13:31:02 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 14:45:01 +0100" startDate="2021-08-20 14:33:58 +0100" endDate="2021-08-20 14:34:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:54:25 +0100" endDate="2021-08-20 15:54:28 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:54:43 +0100" endDate="2021-08-20 15:54:46 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:54:51 +0100" endDate="2021-08-20 15:54:56 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:54:56 +0100" endDate="2021-08-20 15:55:01 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:55:06 +0100" endDate="2021-08-20 15:55:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:55:11 +0100" endDate="2021-08-20 15:55:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:55:16 +0100" endDate="2021-08-20 15:55:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:55:21 +0100" endDate="2021-08-20 15:55:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:55:26 +0100" endDate="2021-08-20 15:55:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:55:31 +0100" endDate="2021-08-20 15:55:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:55:37 +0100" endDate="2021-08-20 15:55:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:55:42 +0100" endDate="2021-08-20 15:55:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:55:47 +0100" endDate="2021-08-20 15:55:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:55:52 +0100" endDate="2021-08-20 15:55:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:55:57 +0100" endDate="2021-08-20 15:56:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:56:02 +0100" endDate="2021-08-20 15:56:07 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:56:07 +0100" endDate="2021-08-20 15:56:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:56:12 +0100" endDate="2021-08-20 15:56:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:56:17 +0100" endDate="2021-08-20 15:56:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:56:22 +0100" endDate="2021-08-20 15:56:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:56:27 +0100" endDate="2021-08-20 15:56:33 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:56:33 +0100" endDate="2021-08-20 15:56:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:56:38 +0100" endDate="2021-08-20 15:56:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:56:43 +0100" endDate="2021-08-20 15:56:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:56:48 +0100" endDate="2021-08-20 15:56:53 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:56:53 +0100" endDate="2021-08-20 15:56:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:56:58 +0100" endDate="2021-08-20 15:57:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:57:03 +0100" endDate="2021-08-20 15:57:08 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:57:08 +0100" endDate="2021-08-20 15:57:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:57:13 +0100" endDate="2021-08-20 15:57:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:57:18 +0100" endDate="2021-08-20 15:57:23 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:57:23 +0100" endDate="2021-08-20 15:57:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:57:29 +0100" endDate="2021-08-20 15:57:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:57:34 +0100" endDate="2021-08-20 15:57:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:57:39 +0100" endDate="2021-08-20 15:57:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:57:44 +0100" endDate="2021-08-20 15:57:49 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:57:49 +0100" endDate="2021-08-20 15:57:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:57:54 +0100" endDate="2021-08-20 15:57:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:57:59 +0100" endDate="2021-08-20 15:58:04 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:58:04 +0100" endDate="2021-08-20 15:58:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:58:09 +0100" endDate="2021-08-20 15:58:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:58:14 +0100" endDate="2021-08-20 15:58:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:58:19 +0100" endDate="2021-08-20 15:58:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:58:25 +0100" endDate="2021-08-20 15:58:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:58:30 +0100" endDate="2021-08-20 15:58:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:58:35 +0100" endDate="2021-08-20 15:58:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:58:40 +0100" endDate="2021-08-20 15:58:45 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:58:45 +0100" endDate="2021-08-20 15:58:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:58:50 +0100" endDate="2021-08-20 15:58:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:58:55 +0100" endDate="2021-08-20 15:59:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:59:00 +0100" endDate="2021-08-20 15:59:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:59:05 +0100" endDate="2021-08-20 15:59:10 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:59:10 +0100" endDate="2021-08-20 15:59:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:59:16 +0100" endDate="2021-08-20 15:59:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:59:21 +0100" endDate="2021-08-20 15:59:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:59:26 +0100" endDate="2021-08-20 15:59:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:59:31 +0100" endDate="2021-08-20 15:59:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:59:36 +0100" endDate="2021-08-20 15:59:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:59:41 +0100" endDate="2021-08-20 15:59:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:59:46 +0100" endDate="2021-08-20 15:59:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:59:51 +0100" endDate="2021-08-20 15:59:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 15:59:56 +0100" endDate="2021-08-20 16:00:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:00:01 +0100" endDate="2021-08-20 16:00:07 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:00:07 +0100" endDate="2021-08-20 16:00:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:00:12 +0100" endDate="2021-08-20 16:00:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:00:17 +0100" endDate="2021-08-20 16:00:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:00:22 +0100" endDate="2021-08-20 16:00:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:00:27 +0100" endDate="2021-08-20 16:00:32 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:00:32 +0100" endDate="2021-08-20 16:00:35 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:00:42 +0100" endDate="2021-08-20 16:00:45 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:01:13 +0100" endDate="2021-08-20 16:01:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:01:18 +0100" endDate="2021-08-20 16:01:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:01:23 +0100" endDate="2021-08-20 16:01:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:01:28 +0100" endDate="2021-08-20 16:01:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:01:33 +0100" endDate="2021-08-20 16:01:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:01:38 +0100" endDate="2021-08-20 16:01:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:01:43 +0100" endDate="2021-08-20 16:01:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:01:48 +0100" endDate="2021-08-20 16:01:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:01:54 +0100" endDate="2021-08-20 16:01:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:01:59 +0100" endDate="2021-08-20 16:02:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:02:04 +0100" endDate="2021-08-20 16:02:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:02:09 +0100" endDate="2021-08-20 16:02:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:02:14 +0100" endDate="2021-08-20 16:02:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:02:19 +0100" endDate="2021-08-20 16:02:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:02:24 +0100" endDate="2021-08-20 16:02:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:02:29 +0100" endDate="2021-08-20 16:02:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:02:34 +0100" endDate="2021-08-20 16:02:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:02:39 +0100" endDate="2021-08-20 16:02:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:02:44 +0100" endDate="2021-08-20 16:02:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:02:50 +0100" endDate="2021-08-20 16:02:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:02:55 +0100" endDate="2021-08-20 16:03:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:03:00 +0100" endDate="2021-08-20 16:03:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:03:05 +0100" endDate="2021-08-20 16:03:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:03:10 +0100" endDate="2021-08-20 16:03:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:03:15 +0100" endDate="2021-08-20 16:03:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:03:20 +0100" endDate="2021-08-20 16:03:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:03:25 +0100" endDate="2021-08-20 16:03:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:03:30 +0100" endDate="2021-08-20 16:03:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:03:35 +0100" endDate="2021-08-20 16:03:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:03:40 +0100" endDate="2021-08-20 16:03:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:03:46 +0100" endDate="2021-08-20 16:03:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:03:51 +0100" endDate="2021-08-20 16:03:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:41 +0100" startDate="2021-08-20 16:03:56 +0100" endDate="2021-08-20 16:04:01 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:04:45 +0100" startDate="2021-08-20 16:04:39 +0100" endDate="2021-08-20 16:04:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:05:20 +0100" endDate="2021-08-20 16:05:25 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:05:25 +0100" endDate="2021-08-20 16:05:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:05:30 +0100" endDate="2021-08-20 16:05:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:05:35 +0100" endDate="2021-08-20 16:05:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:05:40 +0100" endDate="2021-08-20 16:05:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:05:45 +0100" endDate="2021-08-20 16:05:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:05:50 +0100" endDate="2021-08-20 16:05:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:05:55 +0100" endDate="2021-08-20 16:06:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:06:01 +0100" endDate="2021-08-20 16:06:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:06:06 +0100" endDate="2021-08-20 16:06:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:06:11 +0100" endDate="2021-08-20 16:06:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:06:16 +0100" endDate="2021-08-20 16:06:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:06:21 +0100" endDate="2021-08-20 16:06:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:06:26 +0100" endDate="2021-08-20 16:06:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:06:31 +0100" endDate="2021-08-20 16:06:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:06:36 +0100" endDate="2021-08-20 16:06:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:06:41 +0100" endDate="2021-08-20 16:06:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:06:46 +0100" endDate="2021-08-20 16:06:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:06:52 +0100" endDate="2021-08-20 16:06:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:06:57 +0100" endDate="2021-08-20 16:07:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:07:02 +0100" endDate="2021-08-20 16:07:07 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:07:07 +0100" endDate="2021-08-20 16:07:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:07:12 +0100" endDate="2021-08-20 16:07:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:07:17 +0100" endDate="2021-08-20 16:07:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:07:22 +0100" endDate="2021-08-20 16:07:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:07:27 +0100" endDate="2021-08-20 16:07:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:07:32 +0100" endDate="2021-08-20 16:07:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:07:37 +0100" endDate="2021-08-20 16:07:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:07:42 +0100" endDate="2021-08-20 16:07:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:07:48 +0100" endDate="2021-08-20 16:07:53 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:07:53 +0100" endDate="2021-08-20 16:07:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:07:58 +0100" endDate="2021-08-20 16:08:03 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:08:10 +0100" endDate="2021-08-20 16:08:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:08:26 +0100" endDate="2021-08-20 16:08:28 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:08:36 +0100" endDate="2021-08-20 16:08:41 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:08:41 +0100" endDate="2021-08-20 16:08:46 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:08:46 +0100" endDate="2021-08-20 16:08:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:08:51 +0100" endDate="2021-08-20 16:08:56 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:08:56 +0100" endDate="2021-08-20 16:08:59 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:09:19 +0100" endDate="2021-08-20 16:09:22 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:13:15 +0100" startDate="2021-08-20 16:09:24 +0100" endDate="2021-08-20 16:09:27 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 16:25:23 +0100" startDate="2021-08-20 16:13:14 +0100" endDate="2021-08-20 16:13:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 17:29:56 +0100" startDate="2021-08-20 17:18:53 +0100" endDate="2021-08-20 17:23:02 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 17:55:31 +0100" startDate="2021-08-20 17:41:59 +0100" endDate="2021-08-20 17:42:47 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 18:13:50 +0100" startDate="2021-08-20 18:02:48 +0100" endDate="2021-08-20 18:04:14 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 18:28:53 +0100" startDate="2021-08-20 18:16:33 +0100" endDate="2021-08-20 18:25:07 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 20:24:41 +0100" startDate="2021-08-20 20:13:38 +0100" endDate="2021-08-20 20:17:30 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 21:02:33 +0100" startDate="2021-08-20 20:50:08 +0100" endDate="2021-08-20 20:52:39 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-20 22:33:41 +0100" startDate="2021-08-20 22:22:38 +0100" endDate="2021-08-20 22:25:06 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 05:45:32 +0100" startDate="2021-08-21 05:34:29 +0100" endDate="2021-08-21 05:37:15 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 06:42:20 +0100" startDate="2021-08-21 06:28:18 +0100" endDate="2021-08-21 06:28:33 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 08:33:24 +0100" startDate="2021-08-21 08:21:20 +0100" endDate="2021-08-21 08:24:59 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 08:58:10 +0100" startDate="2021-08-21 08:46:27 +0100" endDate="2021-08-21 08:55:35 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 09:08:52 +0100" startDate="2021-08-21 08:57:50 +0100" endDate="2021-08-21 09:07:48 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 09:26:09 +0100" startDate="2021-08-21 09:15:06 +0100" endDate="2021-08-21 09:15:55 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 09:39:08 +0100" startDate="2021-08-21 09:27:22 +0100" endDate="2021-08-21 09:36:43 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 09:53:57 +0100" startDate="2021-08-21 09:41:59 +0100" endDate="2021-08-21 09:51:23 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 10:05:05 +0100" startDate="2021-08-21 09:53:38 +0100" endDate="2021-08-21 10:03:39 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 10:14:54 +0100" startDate="2021-08-21 10:03:39 +0100" endDate="2021-08-21 10:12:24 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 10:36:25 +0100" startDate="2021-08-21 10:23:29 +0100" endDate="2021-08-21 10:33:30 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 10:48:14 +0100" startDate="2021-08-21 10:33:30 +0100" endDate="2021-08-21 10:42:10 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 11:03:05 +0100" startDate="2021-08-21 10:50:58 +0100" endDate="2021-08-21 10:53:21 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 11:29:52 +0100" startDate="2021-08-21 11:15:54 +0100" endDate="2021-08-21 11:23:38 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 11:41:53 +0100" startDate="2021-08-21 11:28:31 +0100" endDate="2021-08-21 11:38:30 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 11:50:08 +0100" startDate="2021-08-21 11:38:30 +0100" endDate="2021-08-21 11:48:26 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 12:03:11 +0100" startDate="2021-08-21 11:49:32 +0100" endDate="2021-08-21 11:50:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 12:47:34 +0100" startDate="2021-08-21 12:35:56 +0100" endDate="2021-08-21 12:43:19 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 13:00:38 +0100" startDate="2021-08-21 12:48:05 +0100" endDate="2021-08-21 12:55:34 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 13:09:20 +0100" startDate="2021-08-21 12:58:18 +0100" endDate="2021-08-21 13:00:07 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 14:48:31 +0100" startDate="2021-08-21 14:37:20 +0100" endDate="2021-08-21 14:46:53 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 15:02:01 +0100" startDate="2021-08-21 14:50:22 +0100" endDate="2021-08-21 14:59:09 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 15:15:08 +0100" startDate="2021-08-21 15:00:54 +0100" endDate="2021-08-21 15:02:13 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 17:08:27 +0100" startDate="2021-08-21 16:57:24 +0100" endDate="2021-08-21 17:07:23 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 17:18:33 +0100" startDate="2021-08-21 17:07:31 +0100" endDate="2021-08-21 17:17:32 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 17:29:10 +0100" startDate="2021-08-21 17:17:32 +0100" endDate="2021-08-21 17:26:16 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 21:36:10 +0100" startDate="2021-08-21 21:24:23 +0100" endDate="2021-08-21 21:34:24 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-21 21:49:15 +0100" startDate="2021-08-21 21:34:24 +0100" endDate="2021-08-21 21:41:35 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 09:48:18 +0100" startDate="2021-08-22 09:37:08 +0100" endDate="2021-08-22 09:37:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 11:03:40 +0100" startDate="2021-08-22 10:51:41 +0100" endDate="2021-08-22 11:01:40 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 11:15:30 +0100" startDate="2021-08-22 11:01:48 +0100" endDate="2021-08-22 11:11:49 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 11:30:00 +0100" startDate="2021-08-22 11:11:49 +0100" endDate="2021-08-22 11:20:51 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 11:35:19 +0100" startDate="2021-08-22 11:22:43 +0100" endDate="2021-08-22 11:31:38 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 11:46:09 +0100" startDate="2021-08-22 11:33:05 +0100" endDate="2021-08-22 11:43:04 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 11:55:43 +0100" startDate="2021-08-22 11:43:04 +0100" endDate="2021-08-22 11:53:05 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 12:04:56 +0100" startDate="2021-08-22 11:53:05 +0100" endDate="2021-08-22 12:02:58 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 12:14:26 +0100" startDate="2021-08-22 12:03:24 +0100" endDate="2021-08-22 12:13:17 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 12:23:35 +0100" startDate="2021-08-22 12:13:30 +0100" endDate="2021-08-22 12:23:11 +0100" value="904"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 12:35:55 +0100" startDate="2021-08-22 12:25:15 +0100" endDate="2021-08-22 12:33:47 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 12:36:01 +0100" startDate="2021-08-22 12:33:47 +0100" endDate="2021-08-22 12:35:55 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 12:36:12 +0100" startDate="2021-08-22 12:35:57 +0100" endDate="2021-08-22 12:36:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 12:49:12 +0100" startDate="2021-08-22 12:36:07 +0100" endDate="2021-08-22 12:46:08 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 12:59:03 +0100" startDate="2021-08-22 12:46:08 +0100" endDate="2021-08-22 12:56:10 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 13:08:25 +0100" startDate="2021-08-22 12:56:10 +0100" endDate="2021-08-22 13:05:33 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 13:20:07 +0100" startDate="2021-08-22 13:09:05 +0100" endDate="2021-08-22 13:12:56 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 14:06:56 +0100" startDate="2021-08-22 13:54:10 +0100" endDate="2021-08-22 13:55:26 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 15:58:50 +0100" startDate="2021-08-22 15:47:47 +0100" endDate="2021-08-22 15:51:47 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 18:08:55 +0100" startDate="2021-08-22 17:56:37 +0100" endDate="2021-08-22 18:06:02 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 18:20:04 +0100" startDate="2021-08-22 18:07:18 +0100" endDate="2021-08-22 18:17:17 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 18:28:57 +0100" startDate="2021-08-22 18:17:22 +0100" endDate="2021-08-22 18:25:31 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 18:49:27 +0100" startDate="2021-08-22 18:36:34 +0100" endDate="2021-08-22 18:46:35 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 18:59:47 +0100" startDate="2021-08-22 18:46:35 +0100" endDate="2021-08-22 18:56:36 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 19:08:16 +0100" startDate="2021-08-22 18:56:41 +0100" endDate="2021-08-22 19:06:42 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 19:20:55 +0100" startDate="2021-08-22 19:06:42 +0100" endDate="2021-08-22 19:16:43 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-22 19:28:28 +0100" startDate="2021-08-22 19:16:43 +0100" endDate="2021-08-22 19:24:32 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 10:52:30 +0100" startDate="2021-08-23 10:40:26 +0100" endDate="2021-08-23 10:49:57 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 11:03:13 +0100" startDate="2021-08-23 10:52:10 +0100" endDate="2021-08-23 10:54:12 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 12:59:34 +0100" startDate="2021-08-23 12:46:13 +0100" endDate="2021-08-23 12:52:00 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 13:11:22 +0100" startDate="2021-08-23 13:00:17 +0100" endDate="2021-08-23 13:00:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 13:21:41 +0100" startDate="2021-08-23 13:10:38 +0100" endDate="2021-08-23 13:10:46 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 14:22:40 +0100" startDate="2021-08-23 14:11:20 +0100" endDate="2021-08-23 14:21:21 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 14:35:23 +0100" startDate="2021-08-23 14:21:21 +0100" endDate="2021-08-23 14:31:20 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 14:43:08 +0100" startDate="2021-08-23 14:31:20 +0100" endDate="2021-08-23 14:41:10 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 14:56:01 +0100" startDate="2021-08-23 14:41:51 +0100" endDate="2021-08-23 14:49:58 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 15:09:51 +0100" startDate="2021-08-23 14:58:48 +0100" endDate="2021-08-23 15:07:51 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 15:20:36 +0100" startDate="2021-08-23 15:09:18 +0100" endDate="2021-08-23 15:17:45 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 15:57:48 +0100" startDate="2021-08-23 15:46:46 +0100" endDate="2021-08-23 15:50:35 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 19:57:59 +0100" startDate="2021-08-23 19:46:42 +0100" endDate="2021-08-23 19:56:43 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 19:58:06 +0100" startDate="2021-08-23 19:56:43 +0100" endDate="2021-08-23 19:57:57 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 20:10:52 +0100" startDate="2021-08-23 19:59:49 +0100" endDate="2021-08-23 19:59:55 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 20:56:53 +0100" startDate="2021-08-23 20:45:51 +0100" endDate="2021-08-23 20:54:40 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-23 22:27:47 +0100" startDate="2021-08-23 22:16:45 +0100" endDate="2021-08-23 22:24:21 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 07:41:42 +0100" startDate="2021-08-24 07:30:12 +0100" endDate="2021-08-24 07:37:18 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 09:08:09 +0100" startDate="2021-08-24 08:49:59 +0100" endDate="2021-08-24 08:50:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 10:44:20 +0100" startDate="2021-08-24 10:33:17 +0100" endDate="2021-08-24 10:37:55 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 12:02:31 +0100" startDate="2021-08-24 11:49:57 +0100" endDate="2021-08-24 11:58:01 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 13:23:20 +0100" startDate="2021-08-24 13:11:28 +0100" endDate="2021-08-24 13:16:42 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 13:34:52 +0100" startDate="2021-08-24 13:22:13 +0100" endDate="2021-08-24 13:25:03 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 13:58:15 +0100" startDate="2021-08-24 13:46:58 +0100" endDate="2021-08-24 13:47:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 15:18:56 +0100" startDate="2021-08-24 15:05:12 +0100" endDate="2021-08-24 15:05:20 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 15:35:11 +0100" startDate="2021-08-24 15:23:17 +0100" endDate="2021-08-24 15:33:13 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 15:45:07 +0100" startDate="2021-08-24 15:34:05 +0100" endDate="2021-08-24 15:43:41 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 16:37:04 +0100" startDate="2021-08-24 16:26:01 +0100" endDate="2021-08-24 16:28:39 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 17:08:46 +0100" startDate="2021-08-24 16:56:53 +0100" endDate="2021-08-24 16:57:29 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 17:19:40 +0100" startDate="2021-08-24 17:07:01 +0100" endDate="2021-08-24 17:07:42 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 17:32:06 +0100" startDate="2021-08-24 17:18:44 +0100" endDate="2021-08-24 17:28:45 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 17:46:06 +0100" startDate="2021-08-24 17:33:15 +0100" endDate="2021-08-24 17:41:49 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 17:57:50 +0100" startDate="2021-08-24 17:43:41 +0100" endDate="2021-08-24 17:43:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 19:19:55 +0100" startDate="2021-08-24 19:07:23 +0100" endDate="2021-08-24 19:16:28 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 19:36:49 +0100" startDate="2021-08-24 19:24:37 +0100" endDate="2021-08-24 19:33:37 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 20:03:15 +0100" startDate="2021-08-24 19:52:10 +0100" endDate="2021-08-24 19:52:40 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 20:24:06 +0100" startDate="2021-08-24 20:13:03 +0100" endDate="2021-08-24 20:23:04 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 20:34:14 +0100" startDate="2021-08-24 20:23:04 +0100" endDate="2021-08-24 20:28:38 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-24 21:33:08 +0100" startDate="2021-08-24 21:22:36 +0100" endDate="2021-08-24 21:23:14 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 06:05:20 +0100" startDate="2021-08-25 05:53:10 +0100" endDate="2021-08-25 05:53:33 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 07:59:14 +0100" startDate="2021-08-25 07:44:23 +0100" endDate="2021-08-25 07:51:01 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 09:00:05 +0100" startDate="2021-08-25 08:49:03 +0100" endDate="2021-08-25 08:53:38 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 09:56:51 +0100" startDate="2021-08-25 09:44:59 +0100" endDate="2021-08-25 09:54:30 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 10:07:17 +0100" startDate="2021-08-25 09:55:51 +0100" endDate="2021-08-25 10:05:09 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 10:18:14 +0100" startDate="2021-08-25 10:07:12 +0100" endDate="2021-08-25 10:16:17 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 10:29:30 +0100" startDate="2021-08-25 10:17:23 +0100" endDate="2021-08-25 10:20:52 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 10:42:37 +0100" startDate="2021-08-25 10:30:27 +0100" endDate="2021-08-25 10:32:47 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 11:03:23 +0100" startDate="2021-08-25 10:51:40 +0100" endDate="2021-08-25 10:54:36 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 11:42:24 +0100" startDate="2021-08-25 11:31:21 +0100" endDate="2021-08-25 11:31:31 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 12:14:13 +0100" startDate="2021-08-25 12:02:30 +0100" endDate="2021-08-25 12:12:26 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 12:23:59 +0100" startDate="2021-08-25 12:12:28 +0100" endDate="2021-08-25 12:13:47 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 12:35:49 +0100" startDate="2021-08-25 12:22:36 +0100" endDate="2021-08-25 12:22:54 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 12:39:15 +0100" startDate="2021-08-25 12:38:00 +0100" endDate="2021-08-25 12:39:08 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 12:50:29 +0100" startDate="2021-08-25 12:39:13 +0100" endDate="2021-08-25 12:47:08 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 13:06:20 +0100" startDate="2021-08-25 12:51:07 +0100" endDate="2021-08-25 13:00:02 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 13:25:43 +0100" startDate="2021-08-25 13:14:41 +0100" endDate="2021-08-25 13:22:04 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 14:33:07 +0100" startDate="2021-08-25 14:22:05 +0100" endDate="2021-08-25 14:28:12 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 14:48:26 +0100" startDate="2021-08-25 14:36:59 +0100" endDate="2021-08-25 14:39:17 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 16:34:32 +0100" startDate="2021-08-25 16:23:30 +0100" endDate="2021-08-25 16:23:37 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 18:30:04 +0100" startDate="2021-08-25 18:19:01 +0100" endDate="2021-08-25 18:28:40 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 18:45:06 +0100" startDate="2021-08-25 18:34:03 +0100" endDate="2021-08-25 18:43:39 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 19:18:34 +0100" startDate="2021-08-25 19:06:06 +0100" endDate="2021-08-25 19:13:25 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 19:32:33 +0100" startDate="2021-08-25 19:18:07 +0100" endDate="2021-08-25 19:24:37 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 19:42:32 +0100" startDate="2021-08-25 19:29:17 +0100" endDate="2021-08-25 19:38:00 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 19:52:14 +0100" startDate="2021-08-25 19:39:26 +0100" endDate="2021-08-25 19:49:26 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 20:02:16 +0100" startDate="2021-08-25 19:49:26 +0100" endDate="2021-08-25 19:57:02 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 20:10:31 +0100" startDate="2021-08-25 19:59:27 +0100" endDate="2021-08-25 20:09:29 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 20:23:31 +0100" startDate="2021-08-25 20:09:29 +0100" endDate="2021-08-25 20:14:32 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 23:42:48 +0100" startDate="2021-08-25 23:30:37 +0100" endDate="2021-08-25 23:40:03 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-25 23:52:30 +0100" startDate="2021-08-25 23:40:59 +0100" endDate="2021-08-25 23:48:14 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 08:09:32 +0100" startDate="2021-08-26 07:55:48 +0100" endDate="2021-08-26 07:55:56 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 08:43:38 +0100" startDate="2021-08-26 08:32:12 +0100" endDate="2021-08-26 08:40:09 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 09:09:07 +0100" startDate="2021-08-26 08:55:34 +0100" endDate="2021-08-26 08:56:15 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 11:20:07 +0100" startDate="2021-08-26 11:09:01 +0100" endDate="2021-08-26 11:09:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 13:11:32 +0100" startDate="2021-08-26 12:59:03 +0100" endDate="2021-08-26 13:09:01 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 13:22:17 +0100" startDate="2021-08-26 13:09:01 +0100" endDate="2021-08-26 13:19:02 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 13:33:44 +0100" startDate="2021-08-26 13:19:02 +0100" endDate="2021-08-26 13:29:04 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 13:42:30 +0100" startDate="2021-08-26 13:29:04 +0100" endDate="2021-08-26 13:39:05 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 13:53:18 +0100" startDate="2021-08-26 13:39:05 +0100" endDate="2021-08-26 13:49:05 +0100" value="1039"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:02:58 +0100" startDate="2021-08-26 13:49:05 +0100" endDate="2021-08-26 13:58:59 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 13:59:37 +0100" endDate="2021-08-26 13:59:42 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 13:59:42 +0100" endDate="2021-08-26 13:59:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 13:59:47 +0100" endDate="2021-08-26 13:59:50 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 13:59:55 +0100" endDate="2021-08-26 14:00:00 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:00:00 +0100" endDate="2021-08-26 14:00:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:00:05 +0100" endDate="2021-08-26 14:00:10 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:00:18 +0100" endDate="2021-08-26 14:00:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:00:23 +0100" endDate="2021-08-26 14:00:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:00:28 +0100" endDate="2021-08-26 14:00:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:00:33 +0100" endDate="2021-08-26 14:00:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:00:38 +0100" endDate="2021-08-26 14:00:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:00:43 +0100" endDate="2021-08-26 14:00:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:00:48 +0100" endDate="2021-08-26 14:00:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:01:04 +0100" endDate="2021-08-26 14:01:09 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:01:09 +0100" endDate="2021-08-26 14:01:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:01:14 +0100" endDate="2021-08-26 14:01:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:01:19 +0100" endDate="2021-08-26 14:01:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:01:24 +0100" endDate="2021-08-26 14:01:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:01:29 +0100" endDate="2021-08-26 14:01:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:01:34 +0100" endDate="2021-08-26 14:01:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:01:39 +0100" endDate="2021-08-26 14:01:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:01:44 +0100" endDate="2021-08-26 14:01:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:01:49 +0100" endDate="2021-08-26 14:01:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:01:55 +0100" endDate="2021-08-26 14:02:00 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:02:28 +0100" endDate="2021-08-26 14:02:33 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:02:45 +0100" endDate="2021-08-26 14:02:51 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:02:51 +0100" endDate="2021-08-26 14:02:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:02:56 +0100" endDate="2021-08-26 14:03:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:03:01 +0100" endDate="2021-08-26 14:03:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:03:06 +0100" endDate="2021-08-26 14:03:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:03:11 +0100" endDate="2021-08-26 14:03:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:03:16 +0100" endDate="2021-08-26 14:03:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:03:21 +0100" endDate="2021-08-26 14:03:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:03:26 +0100" endDate="2021-08-26 14:03:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:03:31 +0100" endDate="2021-08-26 14:03:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:03:36 +0100" endDate="2021-08-26 14:03:41 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:03:52 +0100" endDate="2021-08-26 14:03:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:04:45 +0100" endDate="2021-08-26 14:04:50 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:06:22 +0100" endDate="2021-08-26 14:06:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:06:27 +0100" endDate="2021-08-26 14:06:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:06:32 +0100" endDate="2021-08-26 14:06:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:06:37 +0100" endDate="2021-08-26 14:06:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:06:42 +0100" endDate="2021-08-26 14:06:47 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:06:47 +0100" endDate="2021-08-26 14:06:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:06:52 +0100" endDate="2021-08-26 14:06:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:06:58 +0100" endDate="2021-08-26 14:07:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:07:03 +0100" endDate="2021-08-26 14:07:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:07:08 +0100" endDate="2021-08-26 14:07:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:07:13 +0100" endDate="2021-08-26 14:07:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:07:18 +0100" endDate="2021-08-26 14:07:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:07:23 +0100" endDate="2021-08-26 14:07:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:07:28 +0100" endDate="2021-08-26 14:07:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:07:33 +0100" endDate="2021-08-26 14:07:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:07:38 +0100" endDate="2021-08-26 14:07:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:07:43 +0100" endDate="2021-08-26 14:07:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:07:49 +0100" endDate="2021-08-26 14:07:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:07:54 +0100" endDate="2021-08-26 14:07:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:07:59 +0100" endDate="2021-08-26 14:08:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:08:04 +0100" endDate="2021-08-26 14:08:06 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:08:11 +0100" endDate="2021-08-26 14:08:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:08:17 +0100" endDate="2021-08-26 14:08:19 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:08:39 +0100" endDate="2021-08-26 14:08:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:08:45 +0100" endDate="2021-08-26 14:08:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:08:50 +0100" endDate="2021-08-26 14:08:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:08:55 +0100" endDate="2021-08-26 14:09:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:09:09 +0100" startDate="2021-08-26 14:09:00 +0100" endDate="2021-08-26 14:09:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:09:15 +0100" endDate="2021-08-26 14:09:20 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:09:20 +0100" endDate="2021-08-26 14:09:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:09:25 +0100" endDate="2021-08-26 14:09:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:09:30 +0100" endDate="2021-08-26 14:09:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:09:35 +0100" endDate="2021-08-26 14:09:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:09:41 +0100" endDate="2021-08-26 14:09:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:09:46 +0100" endDate="2021-08-26 14:09:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:09:51 +0100" endDate="2021-08-26 14:09:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:09:56 +0100" endDate="2021-08-26 14:10:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:10:01 +0100" endDate="2021-08-26 14:10:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:10:06 +0100" endDate="2021-08-26 14:10:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:10:11 +0100" endDate="2021-08-26 14:10:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:10:16 +0100" endDate="2021-08-26 14:10:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:10:21 +0100" endDate="2021-08-26 14:10:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:10:26 +0100" endDate="2021-08-26 14:10:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:10:56 +0100" startDate="2021-08-26 14:10:39 +0100" endDate="2021-08-26 14:10:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:24:55 +0100" startDate="2021-08-26 14:11:07 +0100" endDate="2021-08-26 14:21:08 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:34:58 +0100" startDate="2021-08-26 14:21:08 +0100" endDate="2021-08-26 14:31:09 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:41:38 +0100" startDate="2021-08-26 14:31:09 +0100" endDate="2021-08-26 14:41:10 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 14:52:13 +0100" startDate="2021-08-26 14:41:10 +0100" endDate="2021-08-26 14:49:46 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-26 22:09:21 +0100" startDate="2021-08-26 21:56:39 +0100" endDate="2021-08-26 21:59:14 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 07:41:19 +0100" startDate="2021-08-27 07:30:16 +0100" endDate="2021-08-27 07:33:33 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 08:03:20 +0100" startDate="2021-08-27 07:49:25 +0100" endDate="2021-08-27 07:49:40 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 09:33:22 +0100" startDate="2021-08-27 09:20:03 +0100" endDate="2021-08-27 09:29:46 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 09:43:30 +0100" startDate="2021-08-27 09:30:53 +0100" endDate="2021-08-27 09:37:20 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 10:40:17 +0100" startDate="2021-08-27 10:26:00 +0100" endDate="2021-08-27 10:35:31 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 10:48:35 +0100" startDate="2021-08-27 10:37:13 +0100" endDate="2021-08-27 10:38:27 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 10:59:39 +0100" startDate="2021-08-27 10:48:36 +0100" endDate="2021-08-27 10:57:58 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 11:19:00 +0100" startDate="2021-08-27 11:07:03 +0100" endDate="2021-08-27 11:17:05 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 11:29:45 +0100" startDate="2021-08-27 11:17:05 +0100" endDate="2021-08-27 11:27:06 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 11:39:02 +0100" startDate="2021-08-27 11:27:06 +0100" endDate="2021-08-27 11:36:59 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 11:49:04 +0100" startDate="2021-08-27 11:37:12 +0100" endDate="2021-08-27 11:46:58 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 11:59:07 +0100" startDate="2021-08-27 11:47:13 +0100" endDate="2021-08-27 11:57:09 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:11:18 +0100" startDate="2021-08-27 11:57:14 +0100" endDate="2021-08-27 12:07:15 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:21:25 +0100" startDate="2021-08-27 12:07:15 +0100" endDate="2021-08-27 12:17:16 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:28:48 +0100" startDate="2021-08-27 12:17:23 +0100" endDate="2021-08-27 12:27:24 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:27:24 +0100" endDate="2021-08-27 12:27:30 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:27:32 +0100" endDate="2021-08-27 12:27:37 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:27:37 +0100" endDate="2021-08-27 12:27:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:27:42 +0100" endDate="2021-08-27 12:27:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:27:47 +0100" endDate="2021-08-27 12:27:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:27:52 +0100" endDate="2021-08-27 12:27:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:27:58 +0100" endDate="2021-08-27 12:28:03 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:28:03 +0100" endDate="2021-08-27 12:28:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:28:08 +0100" endDate="2021-08-27 12:28:13 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:28:13 +0100" endDate="2021-08-27 12:28:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:28:18 +0100" endDate="2021-08-27 12:28:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:28:23 +0100" endDate="2021-08-27 12:28:28 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:28:54 +0100" endDate="2021-08-27 12:28:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:28:59 +0100" endDate="2021-08-27 12:29:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:29:04 +0100" endDate="2021-08-27 12:29:06 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:29:22 +0100" endDate="2021-08-27 12:29:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:29:27 +0100" endDate="2021-08-27 12:29:29 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:29:32 +0100" endDate="2021-08-27 12:29:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:29:37 +0100" endDate="2021-08-27 12:29:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:29:42 +0100" endDate="2021-08-27 12:29:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:29:47 +0100" endDate="2021-08-27 12:29:52 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:29:52 +0100" endDate="2021-08-27 12:29:55 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:29:57 +0100" endDate="2021-08-27 12:30:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:30:02 +0100" endDate="2021-08-27 12:30:07 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:30:07 +0100" endDate="2021-08-27 12:30:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:30:13 +0100" endDate="2021-08-27 12:30:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:30:18 +0100" endDate="2021-08-27 12:30:23 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:30:23 +0100" endDate="2021-08-27 12:30:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:30:28 +0100" endDate="2021-08-27 12:30:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:30:33 +0100" endDate="2021-08-27 12:30:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:30:38 +0100" endDate="2021-08-27 12:30:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:30:43 +0100" endDate="2021-08-27 12:30:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:30:48 +0100" endDate="2021-08-27 12:30:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:30:53 +0100" endDate="2021-08-27 12:30:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:30:58 +0100" endDate="2021-08-27 12:31:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:31:03 +0100" endDate="2021-08-27 12:31:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:31:09 +0100" endDate="2021-08-27 12:31:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:31:14 +0100" endDate="2021-08-27 12:31:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:31:19 +0100" endDate="2021-08-27 12:31:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:31:24 +0100" endDate="2021-08-27 12:31:29 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 12:36:00 +0100" startDate="2021-08-27 12:31:29 +0100" endDate="2021-08-27 12:31:31 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 13:03:03 +0100" startDate="2021-08-27 12:48:31 +0100" endDate="2021-08-27 12:58:30 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 13:11:02 +0100" startDate="2021-08-27 12:58:30 +0100" endDate="2021-08-27 13:08:31 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 13:20:57 +0100" startDate="2021-08-27 13:08:31 +0100" endDate="2021-08-27 13:17:11 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 13:32:21 +0100" startDate="2021-08-27 13:19:54 +0100" endDate="2021-08-27 13:27:32 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303ca7a70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 13:50:36 +0100" startDate="2021-08-27 13:37:50 +0100" endDate="2021-08-27 13:47:51 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 13:59:00 +0100" startDate="2021-08-27 13:47:51 +0100" endDate="2021-08-27 13:57:14 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 14:08:16 +0100" startDate="2021-08-27 13:57:14 +0100" endDate="2021-08-27 14:07:15 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 14:20:28 +0100" startDate="2021-08-27 14:07:15 +0100" endDate="2021-08-27 14:17:16 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 14:28:19 +0100" startDate="2021-08-27 14:17:16 +0100" endDate="2021-08-27 14:25:10 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 14:40:20 +0100" startDate="2021-08-27 14:29:17 +0100" endDate="2021-08-27 14:30:18 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 14:59:53 +0100" startDate="2021-08-27 14:48:35 +0100" endDate="2021-08-27 14:49:14 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 16:37:53 +0100" startDate="2021-08-27 16:30:25 +0100" endDate="2021-08-27 16:33:46 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-27 21:59:44 +0100" startDate="2021-08-27 21:48:42 +0100" endDate="2021-08-27 21:49:33 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 08:51:21 +0100" startDate="2021-08-28 08:37:52 +0100" endDate="2021-08-28 08:37:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 10:07:17 +0100" startDate="2021-08-28 09:47:36 +0100" endDate="2021-08-28 09:47:42 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 11:59:27 +0100" startDate="2021-08-28 11:46:14 +0100" endDate="2021-08-28 11:56:15 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 12:07:14 +0100" startDate="2021-08-28 11:56:15 +0100" endDate="2021-08-28 12:06:06 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 12:24:45 +0100" startDate="2021-08-28 12:06:18 +0100" endDate="2021-08-28 12:16:09 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 12:25:40 +0100" startDate="2021-08-28 12:16:22 +0100" endDate="2021-08-28 12:25:37 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 12:36:45 +0100" startDate="2021-08-28 12:26:10 +0100" endDate="2021-08-28 12:36:11 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 12:51:24 +0100" startDate="2021-08-28 12:36:11 +0100" endDate="2021-08-28 12:46:12 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 13:01:31 +0100" startDate="2021-08-28 12:46:12 +0100" endDate="2021-08-28 12:56:13 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 13:09:16 +0100" startDate="2021-08-28 12:56:13 +0100" endDate="2021-08-28 13:05:01 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 13:26:43 +0100" startDate="2021-08-28 13:10:07 +0100" endDate="2021-08-28 13:20:08 +0100" value="1080"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 13:33:01 +0100" startDate="2021-08-28 13:20:08 +0100" endDate="2021-08-28 13:30:09 +0100" value="1124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 13:43:18 +0100" startDate="2021-08-28 13:30:09 +0100" endDate="2021-08-28 13:39:09 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-28 19:17:53 +0100" startDate="2021-08-28 19:04:57 +0100" endDate="2021-08-28 19:05:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 10:52:55 +0100" startDate="2021-08-29 10:37:15 +0100" endDate="2021-08-29 10:37:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 11:14:52 +0100" startDate="2021-08-29 11:03:50 +0100" endDate="2021-08-29 11:12:09 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 11:33:01 +0100" startDate="2021-08-29 11:21:04 +0100" endDate="2021-08-29 11:31:03 +0100" value="563"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 11:43:31 +0100" startDate="2021-08-29 11:31:10 +0100" endDate="2021-08-29 11:41:11 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 11:55:17 +0100" startDate="2021-08-29 11:41:11 +0100" endDate="2021-08-29 11:50:47 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 12:04:46 +0100" startDate="2021-08-29 11:51:15 +0100" endDate="2021-08-29 12:01:16 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 12:15:57 +0100" startDate="2021-08-29 12:01:16 +0100" endDate="2021-08-29 12:11:17 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 12:24:55 +0100" startDate="2021-08-29 12:11:17 +0100" endDate="2021-08-29 12:21:18 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 12:25:17 +0100" startDate="2021-08-29 12:21:18 +0100" endDate="2021-08-29 12:22:52 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 12:47:07 +0100" startDate="2021-08-29 12:29:07 +0100" endDate="2021-08-29 12:39:08 +0100" value="885"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 12:50:57 +0100" startDate="2021-08-29 12:39:08 +0100" endDate="2021-08-29 12:49:07 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:01:04 +0100" startDate="2021-08-29 12:49:07 +0100" endDate="2021-08-29 12:59:08 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 12:59:08 +0100" endDate="2021-08-29 12:59:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 12:59:13 +0100" endDate="2021-08-29 12:59:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 12:59:18 +0100" endDate="2021-08-29 12:59:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 12:59:23 +0100" endDate="2021-08-29 12:59:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 12:59:28 +0100" endDate="2021-08-29 12:59:33 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 12:59:33 +0100" endDate="2021-08-29 12:59:36 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:00:09 +0100" endDate="2021-08-29 13:00:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:00:14 +0100" endDate="2021-08-29 13:00:19 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:00:19 +0100" endDate="2021-08-29 13:00:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:00:24 +0100" endDate="2021-08-29 13:00:27 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:00:39 +0100" endDate="2021-08-29 13:00:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:00:44 +0100" endDate="2021-08-29 13:00:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:00:49 +0100" endDate="2021-08-29 13:00:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:00:55 +0100" endDate="2021-08-29 13:01:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:01:00 +0100" endDate="2021-08-29 13:01:05 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:01:05 +0100" endDate="2021-08-29 13:01:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:01:10 +0100" endDate="2021-08-29 13:01:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:01:15 +0100" endDate="2021-08-29 13:01:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:01:20 +0100" endDate="2021-08-29 13:01:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:01:25 +0100" endDate="2021-08-29 13:01:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:01:30 +0100" endDate="2021-08-29 13:01:35 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:01:35 +0100" endDate="2021-08-29 13:01:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:01:40 +0100" endDate="2021-08-29 13:01:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:01:45 +0100" endDate="2021-08-29 13:01:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:01:51 +0100" endDate="2021-08-29 13:01:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:01:56 +0100" endDate="2021-08-29 13:02:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:02:01 +0100" endDate="2021-08-29 13:02:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:02:06 +0100" endDate="2021-08-29 13:02:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:02:11 +0100" endDate="2021-08-29 13:02:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:02:16 +0100" endDate="2021-08-29 13:02:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:02:21 +0100" endDate="2021-08-29 13:02:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:02:26 +0100" endDate="2021-08-29 13:02:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:02:31 +0100" endDate="2021-08-29 13:02:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:02:36 +0100" endDate="2021-08-29 13:02:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:02:41 +0100" endDate="2021-08-29 13:02:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:02:47 +0100" endDate="2021-08-29 13:02:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:02:52 +0100" endDate="2021-08-29 13:02:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:02:57 +0100" endDate="2021-08-29 13:03:02 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:03:02 +0100" endDate="2021-08-29 13:03:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:03:07 +0100" endDate="2021-08-29 13:03:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:03:12 +0100" endDate="2021-08-29 13:03:17 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:03:17 +0100" endDate="2021-08-29 13:03:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:03:22 +0100" endDate="2021-08-29 13:03:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:03:27 +0100" endDate="2021-08-29 13:03:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:03:32 +0100" endDate="2021-08-29 13:03:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:03:38 +0100" endDate="2021-08-29 13:03:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:03:43 +0100" endDate="2021-08-29 13:03:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:03:48 +0100" endDate="2021-08-29 13:03:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:03:53 +0100" endDate="2021-08-29 13:03:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:04:00 +0100" endDate="2021-08-29 13:04:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:04:06 +0100" endDate="2021-08-29 13:04:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:04:11 +0100" endDate="2021-08-29 13:04:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:04:16 +0100" endDate="2021-08-29 13:04:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:04:21 +0100" endDate="2021-08-29 13:04:26 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:04:26 +0100" endDate="2021-08-29 13:04:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:04:31 +0100" endDate="2021-08-29 13:04:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:04:36 +0100" endDate="2021-08-29 13:04:41 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:04:41 +0100" endDate="2021-08-29 13:04:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:04:46 +0100" endDate="2021-08-29 13:04:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:04:51 +0100" endDate="2021-08-29 13:04:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:04:56 +0100" endDate="2021-08-29 13:05:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:05:02 +0100" endDate="2021-08-29 13:05:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:05:07 +0100" endDate="2021-08-29 13:05:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:05:12 +0100" endDate="2021-08-29 13:05:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:05:17 +0100" endDate="2021-08-29 13:05:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:05:22 +0100" endDate="2021-08-29 13:05:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:05:27 +0100" endDate="2021-08-29 13:05:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:05:32 +0100" endDate="2021-08-29 13:05:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:05:37 +0100" endDate="2021-08-29 13:05:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:05:42 +0100" endDate="2021-08-29 13:05:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:05:47 +0100" endDate="2021-08-29 13:05:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:05:52 +0100" endDate="2021-08-29 13:05:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:05:58 +0100" endDate="2021-08-29 13:06:03 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:06:03 +0100" endDate="2021-08-29 13:06:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:06:08 +0100" endDate="2021-08-29 13:06:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:06:13 +0100" endDate="2021-08-29 13:06:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:06:18 +0100" endDate="2021-08-29 13:06:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:06:23 +0100" endDate="2021-08-29 13:06:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:06:28 +0100" endDate="2021-08-29 13:06:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:06:33 +0100" endDate="2021-08-29 13:06:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:06:38 +0100" endDate="2021-08-29 13:06:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:06:43 +0100" endDate="2021-08-29 13:06:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:06:49 +0100" endDate="2021-08-29 13:06:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:06:54 +0100" endDate="2021-08-29 13:06:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:06:59 +0100" endDate="2021-08-29 13:07:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:07:04 +0100" endDate="2021-08-29 13:07:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:07:09 +0100" endDate="2021-08-29 13:07:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:07:14 +0100" endDate="2021-08-29 13:07:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:07:19 +0100" endDate="2021-08-29 13:07:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:07:24 +0100" endDate="2021-08-29 13:07:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:07:29 +0100" endDate="2021-08-29 13:07:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:07:34 +0100" endDate="2021-08-29 13:07:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:07:39 +0100" endDate="2021-08-29 13:07:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:07:45 +0100" endDate="2021-08-29 13:07:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:07:50 +0100" endDate="2021-08-29 13:07:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:07:55 +0100" endDate="2021-08-29 13:08:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:08:00 +0100" endDate="2021-08-29 13:08:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:08:05 +0100" endDate="2021-08-29 13:08:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:08:10 +0100" endDate="2021-08-29 13:08:15 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:08:15 +0100" endDate="2021-08-29 13:08:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:08:20 +0100" endDate="2021-08-29 13:08:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:08:25 +0100" endDate="2021-08-29 13:08:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:08:30 +0100" endDate="2021-08-29 13:08:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:08:35 +0100" endDate="2021-08-29 13:08:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:08:41 +0100" endDate="2021-08-29 13:08:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:08:46 +0100" endDate="2021-08-29 13:08:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:08:51 +0100" endDate="2021-08-29 13:08:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:08:56 +0100" endDate="2021-08-29 13:09:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:09:01 +0100" endDate="2021-08-29 13:09:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:09:06 +0100" endDate="2021-08-29 13:09:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:17 +0100" startDate="2021-08-29 13:09:11 +0100" endDate="2021-08-29 13:09:14 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:09:19 +0100" startDate="2021-08-29 13:09:14 +0100" endDate="2021-08-29 13:09:16 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:20:19 +0100" startDate="2021-08-29 13:09:16 +0100" endDate="2021-08-29 13:16:32 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:31:32 +0100" startDate="2021-08-29 13:19:45 +0100" endDate="2021-08-29 13:29:42 +0100" value="999"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:42:28 +0100" startDate="2021-08-29 13:29:57 +0100" endDate="2021-08-29 13:39:58 +0100" value="1043"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 13:51:05 +0100" startDate="2021-08-29 13:39:58 +0100" endDate="2021-08-29 13:41:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-29 21:07:37 +0100" startDate="2021-08-29 20:56:34 +0100" endDate="2021-08-29 20:56:50 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 08:23:23 +0100" startDate="2021-08-30 08:12:20 +0100" endDate="2021-08-30 08:19:35 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 08:33:44 +0100" startDate="2021-08-30 08:22:41 +0100" endDate="2021-08-30 08:32:40 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 08:43:55 +0100" startDate="2021-08-30 08:32:52 +0100" endDate="2021-08-30 08:42:54 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 08:53:56 +0100" startDate="2021-08-30 08:42:54 +0100" endDate="2021-08-30 08:43:42 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 09:21:22 +0100" startDate="2021-08-30 09:09:50 +0100" endDate="2021-08-30 09:19:51 +0100" value="1069"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 09:30:59 +0100" startDate="2021-08-30 09:19:51 +0100" endDate="2021-08-30 09:25:40 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 11:23:54 +0100" startDate="2021-08-30 11:11:45 +0100" endDate="2021-08-30 11:21:46 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 11:38:06 +0100" startDate="2021-08-30 11:21:46 +0100" endDate="2021-08-30 11:31:48 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 11:44:28 +0100" startDate="2021-08-30 11:32:39 +0100" endDate="2021-08-30 11:38:48 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 11:54:55 +0100" startDate="2021-08-30 11:43:49 +0100" endDate="2021-08-30 11:44:19 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 12:07:22 +0100" startDate="2021-08-30 11:55:45 +0100" endDate="2021-08-30 11:55:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 15:17:14 +0100" startDate="2021-08-30 15:06:04 +0100" endDate="2021-08-30 15:14:57 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 15:54:22 +0100" startDate="2021-08-30 15:43:19 +0100" endDate="2021-08-30 15:47:12 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 16:19:15 +0100" startDate="2021-08-30 16:07:47 +0100" endDate="2021-08-30 16:09:44 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 16:31:34 +0100" startDate="2021-08-30 16:20:32 +0100" endDate="2021-08-30 16:28:00 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 17:03:46 +0100" startDate="2021-08-30 16:49:37 +0100" endDate="2021-08-30 16:58:47 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 17:38:16 +0100" startDate="2021-08-30 17:25:51 +0100" endDate="2021-08-30 17:27:13 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 17:54:19 +0100" startDate="2021-08-30 17:43:09 +0100" endDate="2021-08-30 17:52:13 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 18:07:26 +0100" startDate="2021-08-30 17:53:44 +0100" endDate="2021-08-30 17:55:08 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 18:45:22 +0100" startDate="2021-08-30 18:34:20 +0100" endDate="2021-08-30 18:37:33 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 19:00:16 +0100" startDate="2021-08-30 18:48:07 +0100" endDate="2021-08-30 18:52:14 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 19:33:46 +0100" startDate="2021-08-30 19:21:33 +0100" endDate="2021-08-30 19:30:52 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 19:45:48 +0100" startDate="2021-08-30 19:33:46 +0100" endDate="2021-08-30 19:43:45 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 19:55:55 +0100" startDate="2021-08-30 19:43:45 +0100" endDate="2021-08-30 19:52:58 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 21:29:53 +0100" startDate="2021-08-30 21:15:50 +0100" endDate="2021-08-30 21:15:55 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 22:42:40 +0100" startDate="2021-08-30 22:31:38 +0100" endDate="2021-08-30 22:37:19 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 23:00:22 +0100" startDate="2021-08-30 22:45:23 +0100" endDate="2021-08-30 22:45:49 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-30 23:13:10 +0100" startDate="2021-08-30 23:00:42 +0100" endDate="2021-08-30 23:10:20 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 00:17:44 +0100" startDate="2021-08-31 00:03:31 +0100" endDate="2021-08-31 00:12:54 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 08:14:55 +0100" startDate="2021-08-31 08:02:39 +0100" endDate="2021-08-31 08:05:16 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 09:26:29 +0100" startDate="2021-08-31 09:15:27 +0100" endDate="2021-08-31 09:16:48 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 09:48:11 +0100" startDate="2021-08-31 09:37:08 +0100" endDate="2021-08-31 09:39:54 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 10:40:00 +0100" startDate="2021-08-31 10:27:40 +0100" endDate="2021-08-31 10:37:41 +0100" value="1077"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 10:48:44 +0100" startDate="2021-08-31 10:37:41 +0100" endDate="2021-08-31 10:45:58 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 11:00:45 +0100" startDate="2021-08-31 10:47:45 +0100" endDate="2021-08-31 10:57:10 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 11:09:29 +0100" startDate="2021-08-31 10:58:26 +0100" endDate="2021-08-31 11:08:16 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 11:22:58 +0100" startDate="2021-08-31 11:09:53 +0100" endDate="2021-08-31 11:18:09 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 12:42:55 +0100" startDate="2021-08-31 11:51:04 +0100" endDate="2021-08-31 11:55:47 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 13:51:07 +0100" startDate="2021-08-31 13:28:45 +0100" endDate="2021-08-31 13:32:22 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 13:52:34 +0100" startDate="2021-08-31 13:32:22 +0100" endDate="2021-08-31 13:42:03 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 14:13:22 +0100" startDate="2021-08-31 13:43:04 +0100" endDate="2021-08-31 13:47:39 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 14:13:22 +0100" startDate="2021-08-31 13:53:46 +0100" endDate="2021-08-31 13:59:51 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 14:16:22 +0100" startDate="2021-08-31 13:59:51 +0100" endDate="2021-08-31 14:09:50 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 14:23:43 +0100" startDate="2021-08-31 14:09:50 +0100" endDate="2021-08-31 14:19:36 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 16:08:59 +0100" startDate="2021-08-31 15:57:56 +0100" endDate="2021-08-31 16:07:57 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 16:20:00 +0100" startDate="2021-08-31 16:07:57 +0100" endDate="2021-08-31 16:17:58 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 16:28:15 +0100" startDate="2021-08-31 16:17:58 +0100" endDate="2021-08-31 16:22:03 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 17:29:18 +0100" startDate="2021-08-31 17:18:16 +0100" endDate="2021-08-31 17:27:31 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cffc50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 17:39:20 +0100" startDate="2021-08-31 17:28:17 +0100" endDate="2021-08-31 17:38:10 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 17:49:34 +0100" startDate="2021-08-31 17:38:31 +0100" endDate="2021-08-31 17:43:29 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:06:11 +0100" startDate="2021-08-31 18:01:59 +0100" endDate="2021-08-31 18:02:04 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:06:11 +0100" startDate="2021-08-31 18:02:04 +0100" endDate="2021-08-31 18:02:09 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:06:11 +0100" startDate="2021-08-31 18:02:43 +0100" endDate="2021-08-31 18:02:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:06:11 +0100" startDate="2021-08-31 18:02:48 +0100" endDate="2021-08-31 18:02:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:06:11 +0100" startDate="2021-08-31 18:02:53 +0100" endDate="2021-08-31 18:02:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:06:11 +0100" startDate="2021-08-31 18:02:58 +0100" endDate="2021-08-31 18:03:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:06:11 +0100" startDate="2021-08-31 18:03:03 +0100" endDate="2021-08-31 18:03:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:06:11 +0100" startDate="2021-08-31 18:03:08 +0100" endDate="2021-08-31 18:03:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:06:11 +0100" startDate="2021-08-31 18:03:13 +0100" endDate="2021-08-31 18:03:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:06:11 +0100" startDate="2021-08-31 18:03:18 +0100" endDate="2021-08-31 18:03:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:06:11 +0100" startDate="2021-08-31 18:03:23 +0100" endDate="2021-08-31 18:03:26 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:06:11 +0100" startDate="2021-08-31 18:04:17 +0100" endDate="2021-08-31 18:04:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 18:34:46 +0100" startDate="2021-08-31 18:22:57 +0100" endDate="2021-08-31 18:32:04 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 19:03:47 +0100" startDate="2021-08-31 18:52:44 +0100" endDate="2021-08-31 18:54:49 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 21:23:09 +0100" startDate="2021-08-31 21:11:13 +0100" endDate="2021-08-31 21:14:01 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 21:50:53 +0100" startDate="2021-08-31 21:39:22 +0100" endDate="2021-08-31 21:49:15 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 21:59:55 +0100" startDate="2021-08-31 21:49:51 +0100" endDate="2021-08-31 21:49:56 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-08-31 22:22:05 +0100" startDate="2021-08-31 22:11:02 +0100" endDate="2021-08-31 22:11:10 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 04:37:13 +0100" startDate="2021-09-01 04:26:10 +0100" endDate="2021-09-01 04:26:48 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 09:05:05 +0100" startDate="2021-09-01 08:54:02 +0100" endDate="2021-09-01 08:58:42 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 09:31:44 +0100" startDate="2021-09-01 09:20:41 +0100" endDate="2021-09-01 09:21:09 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 10:22:46 +0100" startDate="2021-09-01 10:11:42 +0100" endDate="2021-09-01 10:15:19 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 12:41:40 +0100" startDate="2021-09-01 12:28:25 +0100" endDate="2021-09-01 12:38:26 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 12:50:01 +0100" startDate="2021-09-01 12:38:26 +0100" endDate="2021-09-01 12:44:43 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 13:15:19 +0100" startDate="2021-09-01 13:04:16 +0100" endDate="2021-09-01 13:12:46 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 13:26:55 +0100" startDate="2021-09-01 13:15:52 +0100" endDate="2021-09-01 13:21:31 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 14:09:23 +0100" startDate="2021-09-01 13:58:20 +0100" endDate="2021-09-01 14:05:46 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 14:21:26 +0100" startDate="2021-09-01 14:10:24 +0100" endDate="2021-09-01 14:15:17 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 15:40:59 +0100" startDate="2021-09-01 15:27:54 +0100" endDate="2021-09-01 15:35:58 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 16:46:59 +0100" startDate="2021-09-01 16:35:56 +0100" endDate="2021-09-01 16:45:55 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 16:58:19 +0100" startDate="2021-09-01 16:47:16 +0100" endDate="2021-09-01 16:47:21 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 17:34:00 +0100" startDate="2021-09-01 17:21:45 +0100" endDate="2021-09-01 17:21:48 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 18:33:58 +0100" startDate="2021-09-01 18:20:21 +0100" endDate="2021-09-01 18:20:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-01 20:28:04 +0100" startDate="2021-09-01 20:17:02 +0100" endDate="2021-09-01 20:19:22 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 03:42:36 +0100" startDate="2021-09-02 03:31:34 +0100" endDate="2021-09-02 03:32:09 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 04:26:07 +0100" startDate="2021-09-02 04:12:14 +0100" endDate="2021-09-02 04:12:19 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 05:13:28 +0100" startDate="2021-09-02 05:02:22 +0100" endDate="2021-09-02 05:02:25 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 05:33:36 +0100" startDate="2021-09-02 05:22:34 +0100" endDate="2021-09-02 05:24:49 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 07:16:05 +0100" startDate="2021-09-02 07:04:36 +0100" endDate="2021-09-02 07:14:30 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 08:39:17 +0100" startDate="2021-09-02 08:26:38 +0100" endDate="2021-09-02 08:31:08 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 09:14:25 +0100" startDate="2021-09-02 09:02:14 +0100" endDate="2021-09-02 09:05:54 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 09:25:40 +0100" startDate="2021-09-02 09:12:51 +0100" endDate="2021-09-02 09:18:07 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 10:16:11 +0100" startDate="2021-09-02 10:04:52 +0100" endDate="2021-09-02 10:10:31 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 11:13:02 +0100" startDate="2021-09-02 11:00:17 +0100" endDate="2021-09-02 11:04:21 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 11:59:27 +0100" startDate="2021-09-02 11:48:24 +0100" endDate="2021-09-02 11:49:05 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 12:11:09 +0100" startDate="2021-09-02 11:59:56 +0100" endDate="2021-09-02 12:04:43 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 13:23:16 +0100" startDate="2021-09-02 13:11:25 +0100" endDate="2021-09-02 13:21:26 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 13:34:21 +0100" startDate="2021-09-02 13:21:26 +0100" endDate="2021-09-02 13:22:37 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 14:15:05 +0100" startDate="2021-09-02 14:02:08 +0100" endDate="2021-09-02 14:03:55 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 14:31:09 +0100" startDate="2021-09-02 14:20:06 +0100" endDate="2021-09-02 14:23:22 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 14:41:37 +0100" startDate="2021-09-02 14:30:20 +0100" endDate="2021-09-02 14:34:12 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 15:38:40 +0100" startDate="2021-09-02 15:26:30 +0100" endDate="2021-09-02 15:26:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 16:07:04 +0100" startDate="2021-09-02 15:54:45 +0100" endDate="2021-09-02 15:59:00 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 17:32:42 +0100" startDate="2021-09-02 17:20:46 +0100" endDate="2021-09-02 17:22:51 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 18:05:34 +0100" startDate="2021-09-02 17:52:45 +0100" endDate="2021-09-02 17:52:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 18:24:41 +0100" startDate="2021-09-02 18:11:18 +0100" endDate="2021-09-02 18:21:09 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 18:32:50 +0100" startDate="2021-09-02 18:21:34 +0100" endDate="2021-09-02 18:29:48 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 18:42:58 +0100" startDate="2021-09-02 18:31:56 +0100" endDate="2021-09-02 18:32:08 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 20:37:43 +0100" startDate="2021-09-02 20:25:57 +0100" endDate="2021-09-02 20:35:59 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 20:50:44 +0100" startDate="2021-09-02 20:35:59 +0100" endDate="2021-09-02 20:46:00 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-02 20:57:02 +0100" startDate="2021-09-02 20:46:00 +0100" endDate="2021-09-02 20:53:28 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 07:53:33 +0100" startDate="2021-09-03 07:41:15 +0100" endDate="2021-09-03 07:51:16 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 08:02:19 +0100" startDate="2021-09-03 07:51:16 +0100" endDate="2021-09-03 07:57:48 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 08:59:46 +0100" startDate="2021-09-03 08:47:29 +0100" endDate="2021-09-03 08:50:48 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 11:17:56 +0100" startDate="2021-09-03 11:06:21 +0100" endDate="2021-09-03 11:16:22 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 11:29:10 +0100" startDate="2021-09-03 11:16:22 +0100" endDate="2021-09-03 11:22:06 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 11:55:55 +0100" startDate="2021-09-03 11:43:21 +0100" endDate="2021-09-03 11:53:22 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 12:01:00 +0100" startDate="2021-09-03 11:53:22 +0100" endDate="2021-09-03 12:00:45 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 12:16:06 +0100" startDate="2021-09-03 12:02:02 +0100" endDate="2021-09-03 12:04:09 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 14:01:26 +0100" startDate="2021-09-03 13:50:24 +0100" endDate="2021-09-03 13:52:59 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 14:34:09 +0100" startDate="2021-09-03 14:22:42 +0100" endDate="2021-09-03 14:32:42 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 14:43:51 +0100" startDate="2021-09-03 14:32:42 +0100" endDate="2021-09-03 14:33:30 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 16:07:01 +0100" startDate="2021-09-03 15:55:37 +0100" endDate="2021-09-03 16:03:18 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 16:17:44 +0100" startDate="2021-09-03 16:06:42 +0100" endDate="2021-09-03 16:06:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 17:25:28 +0100" startDate="2021-09-03 17:14:26 +0100" endDate="2021-09-03 17:14:31 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 18:16:03 +0100" startDate="2021-09-03 18:04:24 +0100" endDate="2021-09-03 18:14:20 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 19:08:34 +0100" startDate="2021-09-03 18:57:13 +0100" endDate="2021-09-03 19:06:44 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 19:19:21 +0100" startDate="2021-09-03 19:08:18 +0100" endDate="2021-09-03 19:08:26 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 20:21:31 +0100" startDate="2021-09-03 20:06:33 +0100" endDate="2021-09-03 20:06:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-03 21:20:51 +0100" startDate="2021-09-03 21:18:20 +0100" endDate="2021-09-03 21:18:25 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 07:43:09 +0100" startDate="2021-09-04 07:32:06 +0100" endDate="2021-09-04 07:32:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 09:03:24 +0100" startDate="2021-09-04 08:52:21 +0100" endDate="2021-09-04 08:56:00 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 09:32:23 +0100" startDate="2021-09-04 09:20:45 +0100" endDate="2021-09-04 09:30:26 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 09:41:49 +0100" startDate="2021-09-04 09:30:46 +0100" endDate="2021-09-04 09:39:31 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 09:52:49 +0100" startDate="2021-09-04 09:41:46 +0100" endDate="2021-09-04 09:48:49 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 10:37:04 +0100" startDate="2021-09-04 10:25:18 +0100" endDate="2021-09-04 10:34:20 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 10:50:30 +0100" startDate="2021-09-04 10:38:12 +0100" endDate="2021-09-04 10:47:56 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 11:06:50 +0100" startDate="2021-09-04 10:54:59 +0100" endDate="2021-09-04 11:02:22 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 12:56:01 +0100" startDate="2021-09-04 12:44:56 +0100" endDate="2021-09-04 12:54:42 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 13:06:13 +0100" startDate="2021-09-04 12:55:10 +0100" endDate="2021-09-04 13:04:25 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 13:20:55 +0100" startDate="2021-09-04 13:08:55 +0100" endDate="2021-09-04 13:09:21 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 13:34:20 +0100" startDate="2021-09-04 13:23:17 +0100" endDate="2021-09-04 13:23:30 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 14:31:55 +0100" startDate="2021-09-04 14:17:16 +0100" endDate="2021-09-04 14:17:21 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 14:56:25 +0100" startDate="2021-09-04 14:45:22 +0100" endDate="2021-09-04 14:55:24 +0100" value="904"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 15:06:32 +0100" startDate="2021-09-04 14:55:24 +0100" endDate="2021-09-04 15:05:25 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 15:20:41 +0100" startDate="2021-09-04 15:05:25 +0100" endDate="2021-09-04 15:15:16 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 15:29:25 +0100" startDate="2021-09-04 15:15:28 +0100" endDate="2021-09-04 15:16:12 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 15:38:42 +0100" startDate="2021-09-04 15:27:39 +0100" endDate="2021-09-04 15:32:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-04 17:08:45 +0100" startDate="2021-09-04 16:57:42 +0100" endDate="2021-09-04 16:57:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 00:37:42 +0100" startDate="2021-09-05 00:23:06 +0100" endDate="2021-09-05 00:28:13 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 10:53:15 +0100" startDate="2021-09-05 10:42:12 +0100" endDate="2021-09-05 10:42:40 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 11:11:45 +0100" startDate="2021-09-05 10:56:49 +0100" endDate="2021-09-05 10:56:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 11:59:05 +0100" startDate="2021-09-05 11:43:10 +0100" endDate="2021-09-05 11:43:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 12:20:03 +0100" startDate="2021-09-05 12:08:53 +0100" endDate="2021-09-05 12:17:12 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 12:50:26 +0100" startDate="2021-09-05 12:36:29 +0100" endDate="2021-09-05 12:36:31 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 13:15:07 +0100" startDate="2021-09-05 13:04:04 +0100" endDate="2021-09-05 13:06:22 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 13:56:53 +0100" startDate="2021-09-05 13:44:24 +0100" endDate="2021-09-05 13:53:58 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 14:08:09 +0100" startDate="2021-09-05 13:54:48 +0100" endDate="2021-09-05 14:01:51 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:06:36 +0100" startDate="2021-09-05 14:55:33 +0100" endDate="2021-09-05 15:01:20 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:23:55 +0100" startDate="2021-09-05 15:12:35 +0100" endDate="2021-09-05 15:22:36 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:34:57 +0100" startDate="2021-09-05 15:22:36 +0100" endDate="2021-09-05 15:32:37 +0100" value="1101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:32:37 +0100" endDate="2021-09-05 15:32:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:32:42 +0100" endDate="2021-09-05 15:32:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:33:23 +0100" endDate="2021-09-05 15:33:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:33:28 +0100" endDate="2021-09-05 15:33:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:33:33 +0100" endDate="2021-09-05 15:33:36 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:33:41 +0100" endDate="2021-09-05 15:33:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:33:46 +0100" endDate="2021-09-05 15:33:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:33:51 +0100" endDate="2021-09-05 15:33:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:33:56 +0100" endDate="2021-09-05 15:34:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:34:01 +0100" endDate="2021-09-05 15:34:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:34:06 +0100" endDate="2021-09-05 15:34:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:34:11 +0100" endDate="2021-09-05 15:34:14 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:34:29 +0100" endDate="2021-09-05 15:34:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:34:34 +0100" endDate="2021-09-05 15:34:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:34:39 +0100" endDate="2021-09-05 15:34:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:34:44 +0100" endDate="2021-09-05 15:34:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:34:49 +0100" endDate="2021-09-05 15:34:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:34:54 +0100" endDate="2021-09-05 15:35:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:35:05 +0100" endDate="2021-09-05 15:35:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:35:10 +0100" endDate="2021-09-05 15:35:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:35:15 +0100" endDate="2021-09-05 15:35:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:35:20 +0100" endDate="2021-09-05 15:35:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:35:25 +0100" endDate="2021-09-05 15:35:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:35:30 +0100" endDate="2021-09-05 15:35:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:35:35 +0100" endDate="2021-09-05 15:35:40 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:35:40 +0100" endDate="2021-09-05 15:35:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:35:45 +0100" endDate="2021-09-05 15:35:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:35:50 +0100" endDate="2021-09-05 15:35:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:35:56 +0100" endDate="2021-09-05 15:36:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:36:01 +0100" endDate="2021-09-05 15:36:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:36:06 +0100" endDate="2021-09-05 15:36:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:36:11 +0100" endDate="2021-09-05 15:36:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:36:16 +0100" endDate="2021-09-05 15:36:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:36:21 +0100" endDate="2021-09-05 15:36:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:36:26 +0100" endDate="2021-09-05 15:36:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:36:31 +0100" endDate="2021-09-05 15:36:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:36:36 +0100" endDate="2021-09-05 15:36:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:36:41 +0100" endDate="2021-09-05 15:36:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:36:47 +0100" endDate="2021-09-05 15:36:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:36:52 +0100" endDate="2021-09-05 15:36:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:36:59 +0100" endDate="2021-09-05 15:37:02 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:37:15 +0100" endDate="2021-09-05 15:37:20 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:37:20 +0100" endDate="2021-09-05 15:37:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:37:25 +0100" endDate="2021-09-05 15:37:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:37:30 +0100" endDate="2021-09-05 15:37:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:37:35 +0100" endDate="2021-09-05 15:37:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:37:40 +0100" endDate="2021-09-05 15:37:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:37:45 +0100" endDate="2021-09-05 15:37:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:37:50 +0100" endDate="2021-09-05 15:37:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:37:55 +0100" endDate="2021-09-05 15:38:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:38:00 +0100" endDate="2021-09-05 15:38:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:38:05 +0100" endDate="2021-09-05 15:38:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:38:11 +0100" endDate="2021-09-05 15:38:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:38:18 +0100" endDate="2021-09-05 15:38:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:38:23 +0100" endDate="2021-09-05 15:38:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:38:28 +0100" endDate="2021-09-05 15:38:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:38:33 +0100" endDate="2021-09-05 15:38:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:38:39 +0100" endDate="2021-09-05 15:38:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:38:44 +0100" endDate="2021-09-05 15:38:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:38:49 +0100" endDate="2021-09-05 15:38:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:38:54 +0100" endDate="2021-09-05 15:38:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:38:59 +0100" endDate="2021-09-05 15:39:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:39:04 +0100" endDate="2021-09-05 15:39:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:39:09 +0100" endDate="2021-09-05 15:39:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:39:14 +0100" endDate="2021-09-05 15:39:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:39:19 +0100" endDate="2021-09-05 15:39:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:39:24 +0100" endDate="2021-09-05 15:39:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:39:30 +0100" endDate="2021-09-05 15:39:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:39:35 +0100" endDate="2021-09-05 15:39:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:39:40 +0100" endDate="2021-09-05 15:39:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:39:45 +0100" endDate="2021-09-05 15:39:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:39:50 +0100" endDate="2021-09-05 15:39:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:39:55 +0100" endDate="2021-09-05 15:40:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:40:00 +0100" endDate="2021-09-05 15:40:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:40:05 +0100" endDate="2021-09-05 15:40:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:40:10 +0100" endDate="2021-09-05 15:40:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:40:15 +0100" endDate="2021-09-05 15:40:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:40:20 +0100" endDate="2021-09-05 15:40:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:40:26 +0100" endDate="2021-09-05 15:40:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:40:31 +0100" endDate="2021-09-05 15:40:36 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:40:36 +0100" endDate="2021-09-05 15:40:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:40:41 +0100" endDate="2021-09-05 15:40:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:40:46 +0100" endDate="2021-09-05 15:40:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:40:51 +0100" endDate="2021-09-05 15:40:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:40:56 +0100" endDate="2021-09-05 15:41:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:41:01 +0100" endDate="2021-09-05 15:41:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:41:06 +0100" endDate="2021-09-05 15:41:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:41:11 +0100" endDate="2021-09-05 15:41:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:41:16 +0100" endDate="2021-09-05 15:41:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:41:22 +0100" endDate="2021-09-05 15:41:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:41:27 +0100" endDate="2021-09-05 15:41:32 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:41:32 +0100" endDate="2021-09-05 15:41:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:41:37 +0100" endDate="2021-09-05 15:41:42 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:41:42 +0100" endDate="2021-09-05 15:41:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:41:47 +0100" endDate="2021-09-05 15:41:50 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:41:57 +0100" endDate="2021-09-05 15:42:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:42:02 +0100" endDate="2021-09-05 15:42:07 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:22 +0100" startDate="2021-09-05 15:42:15 +0100" endDate="2021-09-05 15:42:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:42:29 +0100" startDate="2021-09-05 15:42:20 +0100" endDate="2021-09-05 15:42:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 15:54:57 +0100" startDate="2021-09-05 15:42:25 +0100" endDate="2021-09-05 15:52:21 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:52:34 +0100" endDate="2021-09-05 15:52:39 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:52:39 +0100" endDate="2021-09-05 15:52:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:52:44 +0100" endDate="2021-09-05 15:52:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:52:49 +0100" endDate="2021-09-05 15:52:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:52:54 +0100" endDate="2021-09-05 15:52:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:52:59 +0100" endDate="2021-09-05 15:53:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:53:05 +0100" endDate="2021-09-05 15:53:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:53:10 +0100" endDate="2021-09-05 15:53:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:53:15 +0100" endDate="2021-09-05 15:53:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:53:20 +0100" endDate="2021-09-05 15:53:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:53:25 +0100" endDate="2021-09-05 15:53:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:53:30 +0100" endDate="2021-09-05 15:53:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:53:35 +0100" endDate="2021-09-05 15:53:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:53:40 +0100" endDate="2021-09-05 15:53:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:53:45 +0100" endDate="2021-09-05 15:53:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:53:50 +0100" endDate="2021-09-05 15:53:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:53:55 +0100" endDate="2021-09-05 15:54:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:54:01 +0100" endDate="2021-09-05 15:54:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:54:06 +0100" endDate="2021-09-05 15:54:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:54:11 +0100" endDate="2021-09-05 15:54:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:54:16 +0100" endDate="2021-09-05 15:54:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:54:21 +0100" endDate="2021-09-05 15:54:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:54:26 +0100" endDate="2021-09-05 15:54:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:54:57 +0100" endDate="2021-09-05 15:55:02 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:55:02 +0100" endDate="2021-09-05 15:55:07 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:55:07 +0100" endDate="2021-09-05 15:55:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:55:12 +0100" endDate="2021-09-05 15:55:17 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:55:17 +0100" endDate="2021-09-05 15:55:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:55:22 +0100" endDate="2021-09-05 15:55:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:55:27 +0100" endDate="2021-09-05 15:55:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:55:37 +0100" endDate="2021-09-05 15:55:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:55:42 +0100" endDate="2021-09-05 15:55:45 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:55:58 +0100" endDate="2021-09-05 15:56:00 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:57:29 +0100" endDate="2021-09-05 15:57:35 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:57:35 +0100" endDate="2021-09-05 15:57:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:57:40 +0100" endDate="2021-09-05 15:57:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:57:45 +0100" endDate="2021-09-05 15:57:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:57:50 +0100" endDate="2021-09-05 15:57:55 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:57:55 +0100" endDate="2021-09-05 15:58:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:58:08 +0100" endDate="2021-09-05 15:58:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:58:13 +0100" endDate="2021-09-05 15:58:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:58:18 +0100" endDate="2021-09-05 15:58:23 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:58:23 +0100" endDate="2021-09-05 15:58:28 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:58:28 +0100" endDate="2021-09-05 15:58:31 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:59:24 +0100" endDate="2021-09-05 15:59:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:59:29 +0100" endDate="2021-09-05 15:59:34 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:59:34 +0100" endDate="2021-09-05 15:59:39 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:59:39 +0100" endDate="2021-09-05 15:59:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:59:44 +0100" endDate="2021-09-05 15:59:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:59:49 +0100" endDate="2021-09-05 15:59:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 15:59:55 +0100" endDate="2021-09-05 16:00:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:00:00 +0100" endDate="2021-09-05 16:00:05 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:00:05 +0100" endDate="2021-09-05 16:00:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:00:10 +0100" endDate="2021-09-05 16:00:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:00:15 +0100" endDate="2021-09-05 16:00:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:00:20 +0100" endDate="2021-09-05 16:00:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:00:25 +0100" endDate="2021-09-05 16:00:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:00:30 +0100" endDate="2021-09-05 16:00:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:00:35 +0100" endDate="2021-09-05 16:00:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:00:40 +0100" endDate="2021-09-05 16:00:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:00:46 +0100" endDate="2021-09-05 16:00:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:00:51 +0100" endDate="2021-09-05 16:00:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:00:56 +0100" endDate="2021-09-05 16:01:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:01:01 +0100" endDate="2021-09-05 16:01:06 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:01:08 +0100" endDate="2021-09-05 16:01:14 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:01:14 +0100" endDate="2021-09-05 16:01:19 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:01:19 +0100" endDate="2021-09-05 16:01:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:01:24 +0100" endDate="2021-09-05 16:01:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:01:29 +0100" endDate="2021-09-05 16:01:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:01:34 +0100" endDate="2021-09-05 16:01:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:01:39 +0100" endDate="2021-09-05 16:01:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:01:44 +0100" endDate="2021-09-05 16:01:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:01:49 +0100" endDate="2021-09-05 16:01:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:01:54 +0100" endDate="2021-09-05 16:01:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:01:59 +0100" endDate="2021-09-05 16:02:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:02:04 +0100" endDate="2021-09-05 16:02:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:02:10 +0100" endDate="2021-09-05 16:02:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:02:15 +0100" endDate="2021-09-05 16:02:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:02:20 +0100" endDate="2021-09-05 16:02:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:02:25 +0100" endDate="2021-09-05 16:02:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:02:30 +0100" endDate="2021-09-05 16:02:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:02:35 +0100" endDate="2021-09-05 16:02:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:02:40 +0100" endDate="2021-09-05 16:02:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:02:45 +0100" endDate="2021-09-05 16:02:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:02:50 +0100" endDate="2021-09-05 16:02:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:02:55 +0100" endDate="2021-09-05 16:03:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:03:01 +0100" endDate="2021-09-05 16:03:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:03:06 +0100" endDate="2021-09-05 16:03:11 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:03:11 +0100" endDate="2021-09-05 16:03:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:03:16 +0100" endDate="2021-09-05 16:03:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:29 +0100" startDate="2021-09-05 16:03:21 +0100" endDate="2021-09-05 16:03:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:03:32 +0100" startDate="2021-09-05 16:03:26 +0100" endDate="2021-09-05 16:03:29 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:14:31 +0100" startDate="2021-09-05 16:03:29 +0100" endDate="2021-09-05 16:10:49 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 16:29:03 +0100" startDate="2021-09-05 16:18:58 +0100" endDate="2021-09-05 16:19:24 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 17:44:08 +0100" startDate="2021-09-05 17:30:37 +0100" endDate="2021-09-05 17:37:07 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 18:35:24 +0100" startDate="2021-09-05 18:24:21 +0100" endDate="2021-09-05 18:27:32 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 19:01:37 +0100" startDate="2021-09-05 18:50:34 +0100" endDate="2021-09-05 18:53:54 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 19:33:00 +0100" startDate="2021-09-05 19:21:08 +0100" endDate="2021-09-05 19:23:08 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-05 22:15:54 +0100" startDate="2021-09-05 22:04:52 +0100" endDate="2021-09-05 22:05:10 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 06:46:15 +0100" startDate="2021-09-06 06:35:12 +0100" endDate="2021-09-06 06:43:04 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 07:01:56 +0100" startDate="2021-09-06 06:50:53 +0100" endDate="2021-09-06 06:51:21 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 07:44:56 +0100" startDate="2021-09-06 07:33:33 +0100" endDate="2021-09-06 07:33:49 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 09:09:10 +0100" startDate="2021-09-06 08:56:45 +0100" endDate="2021-09-06 08:56:50 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 11:43:46 +0100" startDate="2021-09-06 11:29:07 +0100" endDate="2021-09-06 11:39:08 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 11:50:11 +0100" startDate="2021-09-06 11:39:08 +0100" endDate="2021-09-06 11:46:45 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 12:04:49 +0100" startDate="2021-09-06 11:50:29 +0100" endDate="2021-09-06 11:56:00 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 12:34:32 +0100" startDate="2021-09-06 12:22:14 +0100" endDate="2021-09-06 12:23:00 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 13:14:17 +0100" startDate="2021-09-06 13:01:10 +0100" endDate="2021-09-06 13:07:09 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 13:24:30 +0100" startDate="2021-09-06 13:12:12 +0100" endDate="2021-09-06 13:15:21 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 13:56:58 +0100" startDate="2021-09-06 13:45:55 +0100" endDate="2021-09-06 13:46:26 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 14:13:45 +0100" startDate="2021-09-06 14:00:17 +0100" endDate="2021-09-06 14:03:44 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 14:27:42 +0100" startDate="2021-09-06 14:14:16 +0100" endDate="2021-09-06 14:15:22 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 14:43:46 +0100" startDate="2021-09-06 14:28:11 +0100" endDate="2021-09-06 14:29:53 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 15:03:13 +0100" startDate="2021-09-06 14:50:01 +0100" endDate="2021-09-06 14:50:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 15:30:35 +0100" startDate="2021-09-06 15:19:32 +0100" endDate="2021-09-06 15:28:27 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 15:55:04 +0100" startDate="2021-09-06 15:43:07 +0100" endDate="2021-09-06 15:50:35 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 17:36:13 +0100" startDate="2021-09-06 17:25:10 +0100" endDate="2021-09-06 17:34:57 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 17:51:14 +0100" startDate="2021-09-06 17:37:55 +0100" endDate="2021-09-06 17:46:45 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 18:01:24 +0100" startDate="2021-09-06 17:50:21 +0100" endDate="2021-09-06 17:59:57 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 18:18:03 +0100" startDate="2021-09-06 18:07:00 +0100" endDate="2021-09-06 18:07:08 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 19:28:40 +0100" startDate="2021-09-06 19:17:37 +0100" endDate="2021-09-06 19:21:50 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-06 21:55:57 +0100" startDate="2021-09-06 21:44:51 +0100" endDate="2021-09-06 21:44:58 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 07:30:21 +0100" startDate="2021-09-07 07:18:52 +0100" endDate="2021-09-07 07:19:00 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 08:04:45 +0100" startDate="2021-09-07 07:50:17 +0100" endDate="2021-09-07 07:50:22 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 11:43:19 +0100" startDate="2021-09-07 11:30:08 +0100" endDate="2021-09-07 11:37:13 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 11:55:27 +0100" startDate="2021-09-07 11:43:50 +0100" endDate="2021-09-07 11:53:52 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 12:05:51 +0100" startDate="2021-09-07 11:53:52 +0100" endDate="2021-09-07 11:56:52 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 12:10:16 +0100" startDate="2021-09-07 12:06:26 +0100" endDate="2021-09-07 12:06:56 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 12:40:04 +0100" startDate="2021-09-07 12:28:23 +0100" endDate="2021-09-07 12:29:39 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 12:57:45 +0100" startDate="2021-09-07 12:42:43 +0100" endDate="2021-09-07 12:44:12 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 17:07:59 +0100" startDate="2021-09-07 16:54:20 +0100" endDate="2021-09-07 16:57:49 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 17:44:39 +0100" startDate="2021-09-07 17:33:05 +0100" endDate="2021-09-07 17:43:06 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 17:54:30 +0100" startDate="2021-09-07 17:43:06 +0100" endDate="2021-09-07 17:53:02 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 18:16:18 +0100" startDate="2021-09-07 18:05:16 +0100" endDate="2021-09-07 18:05:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 19:58:33 +0100" startDate="2021-09-07 19:47:30 +0100" endDate="2021-09-07 19:57:31 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 20:08:34 +0100" startDate="2021-09-07 19:57:31 +0100" endDate="2021-09-07 20:07:12 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 20:20:10 +0100" startDate="2021-09-07 20:07:45 +0100" endDate="2021-09-07 20:08:56 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-07 20:36:23 +0100" startDate="2021-09-07 20:25:21 +0100" endDate="2021-09-07 20:25:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 03:32:57 +0100" startDate="2021-09-08 03:21:55 +0100" endDate="2021-09-08 03:23:42 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 06:53:43 +0100" startDate="2021-09-08 06:42:41 +0100" endDate="2021-09-08 06:42:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 07:19:40 +0100" startDate="2021-09-08 07:07:47 +0100" endDate="2021-09-08 07:08:18 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 07:41:48 +0100" startDate="2021-09-08 07:29:24 +0100" endDate="2021-09-08 07:39:12 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 07:53:20 +0100" startDate="2021-09-08 07:40:16 +0100" endDate="2021-09-08 07:46:43 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 08:02:22 +0100" startDate="2021-09-08 07:50:43 +0100" endDate="2021-09-08 07:58:26 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 08:26:20 +0100" startDate="2021-09-08 08:11:27 +0100" endDate="2021-09-08 08:12:28 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 09:34:59 +0100" startDate="2021-09-08 09:23:12 +0100" endDate="2021-09-08 09:23:32 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 09:55:35 +0100" startDate="2021-09-08 09:42:52 +0100" endDate="2021-09-08 09:48:26 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 12:08:20 +0100" startDate="2021-09-08 12:00:36 +0100" endDate="2021-09-08 12:07:37 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 12:19:20 +0100" startDate="2021-09-08 12:08:43 +0100" endDate="2021-09-08 12:14:57 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 12:33:08 +0100" startDate="2021-09-08 12:19:12 +0100" endDate="2021-09-08 12:21:37 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 13:03:12 +0100" startDate="2021-09-08 12:50:38 +0100" endDate="2021-09-08 13:00:37 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 13:14:55 +0100" startDate="2021-09-08 13:01:10 +0100" endDate="2021-09-08 13:07:12 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 14:25:26 +0100" startDate="2021-09-08 14:12:41 +0100" endDate="2021-09-08 14:12:56 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 15:17:53 +0100" startDate="2021-09-08 15:06:45 +0100" endDate="2021-09-08 15:13:58 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 15:28:33 +0100" startDate="2021-09-08 15:16:47 +0100" endDate="2021-09-08 15:23:04 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 17:10:36 +0100" startDate="2021-09-08 16:59:13 +0100" endDate="2021-09-08 17:08:51 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 17:31:53 +0100" startDate="2021-09-08 17:15:37 +0100" endDate="2021-09-08 17:25:23 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 18:06:29 +0100" startDate="2021-09-08 17:54:52 +0100" endDate="2021-09-08 18:03:11 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 18:16:11 +0100" startDate="2021-09-08 18:05:08 +0100" endDate="2021-09-08 18:14:39 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 18:29:19 +0100" startDate="2021-09-08 18:15:30 +0100" endDate="2021-09-08 18:25:31 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 18:36:34 +0100" startDate="2021-09-08 18:25:31 +0100" endDate="2021-09-08 18:32:31 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 22:17:15 +0100" startDate="2021-09-08 22:03:38 +0100" endDate="2021-09-08 22:07:17 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 22:31:52 +0100" startDate="2021-09-08 22:17:13 +0100" endDate="2021-09-08 22:27:12 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 22:38:15 +0100" startDate="2021-09-08 22:27:12 +0100" endDate="2021-09-08 22:37:13 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 22:53:00 +0100" startDate="2021-09-08 22:37:16 +0100" endDate="2021-09-08 22:45:35 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 23:06:44 +0100" startDate="2021-09-08 22:53:09 +0100" endDate="2021-09-08 22:53:19 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 23:34:12 +0100" startDate="2021-09-08 23:22:06 +0100" endDate="2021-09-08 23:32:07 +0100" value="843"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 23:46:10 +0100" startDate="2021-09-08 23:32:07 +0100" endDate="2021-09-08 23:42:08 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-08 23:53:56 +0100" startDate="2021-09-08 23:42:08 +0100" endDate="2021-09-08 23:51:51 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 00:08:39 +0100" startDate="2021-09-08 23:55:07 +0100" endDate="2021-09-09 00:01:32 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 00:32:50 +0100" startDate="2021-09-09 00:21:48 +0100" endDate="2021-09-09 00:21:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 08:06:15 +0100" startDate="2021-09-09 07:55:12 +0100" endDate="2021-09-09 08:05:05 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 09:12:02 +0100" startDate="2021-09-09 09:00:20 +0100" endDate="2021-09-09 09:06:32 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 09:32:59 +0100" startDate="2021-09-09 09:21:19 +0100" endDate="2021-09-09 09:29:27 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 09:46:32 +0100" startDate="2021-09-09 09:31:29 +0100" endDate="2021-09-09 09:32:10 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 10:16:15 +0100" startDate="2021-09-09 10:04:16 +0100" endDate="2021-09-09 10:05:05 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 10:32:48 +0100" startDate="2021-09-09 10:21:26 +0100" endDate="2021-09-09 10:29:04 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 10:44:34 +0100" startDate="2021-09-09 10:33:32 +0100" endDate="2021-09-09 10:41:53 +0100" value="904"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 11:00:13 +0100" startDate="2021-09-09 10:49:09 +0100" endDate="2021-09-09 10:58:43 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 11:12:42 +0100" startDate="2021-09-09 10:59:21 +0100" endDate="2021-09-09 11:09:07 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 11:33:17 +0100" startDate="2021-09-09 11:18:30 +0100" endDate="2021-09-09 11:27:28 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 11:40:36 +0100" startDate="2021-09-09 11:28:54 +0100" endDate="2021-09-09 11:38:50 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 11:52:53 +0100" startDate="2021-09-09 11:39:06 +0100" endDate="2021-09-09 11:39:11 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 12:07:18 +0100" startDate="2021-09-09 11:55:06 +0100" endDate="2021-09-09 11:56:48 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 12:20:47 +0100" startDate="2021-09-09 12:09:44 +0100" endDate="2021-09-09 12:15:46 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 14:48:29 +0100" startDate="2021-09-09 14:36:21 +0100" endDate="2021-09-09 14:44:12 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 15:05:25 +0100" startDate="2021-09-09 14:53:27 +0100" endDate="2021-09-09 15:03:03 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 15:15:50 +0100" startDate="2021-09-09 15:03:46 +0100" endDate="2021-09-09 15:09:15 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 15:28:16 +0100" startDate="2021-09-09 15:17:14 +0100" endDate="2021-09-09 15:26:14 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 15:50:13 +0100" startDate="2021-09-09 15:39:11 +0100" endDate="2021-09-09 15:48:18 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 16:00:25 +0100" startDate="2021-09-09 15:49:22 +0100" endDate="2021-09-09 15:53:21 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 16:15:42 +0100" startDate="2021-09-09 16:04:39 +0100" endDate="2021-09-09 16:05:50 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 16:32:13 +0100" startDate="2021-09-09 16:21:10 +0100" endDate="2021-09-09 16:22:04 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 18:08:33 +0100" startDate="2021-09-09 17:57:43 +0100" endDate="2021-09-09 17:59:58 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 18:22:28 +0100" startDate="2021-09-09 18:11:26 +0100" endDate="2021-09-09 18:21:27 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 18:32:30 +0100" startDate="2021-09-09 18:21:27 +0100" endDate="2021-09-09 18:26:20 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 20:02:14 +0100" startDate="2021-09-09 19:47:01 +0100" endDate="2021-09-09 19:56:07 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 20:51:30 +0100" startDate="2021-09-09 20:36:32 +0100" endDate="2021-09-09 20:36:40 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-09 22:04:36 +0100" startDate="2021-09-09 21:53:14 +0100" endDate="2021-09-09 21:57:31 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 06:56:49 +0100" startDate="2021-09-10 06:44:44 +0100" endDate="2021-09-10 06:46:44 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 07:27:17 +0100" startDate="2021-09-10 07:15:26 +0100" endDate="2021-09-10 07:15:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 11:37:04 +0100" startDate="2021-09-10 11:26:02 +0100" endDate="2021-09-10 11:27:49 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 12:00:13 +0100" startDate="2021-09-10 11:48:40 +0100" endDate="2021-09-10 11:58:29 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 12:10:07 +0100" startDate="2021-09-10 11:59:04 +0100" endDate="2021-09-10 11:59:17 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 12:44:20 +0100" startDate="2021-09-10 12:33:17 +0100" endDate="2021-09-10 12:33:43 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 13:04:02 +0100" startDate="2021-09-10 12:50:52 +0100" endDate="2021-09-10 12:51:43 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 14:05:47 +0100" startDate="2021-09-10 13:53:28 +0100" endDate="2021-09-10 14:03:29 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 14:15:47 +0100" startDate="2021-09-10 14:03:29 +0100" endDate="2021-09-10 14:13:30 +0100" value="1079"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 14:24:33 +0100" startDate="2021-09-10 14:13:30 +0100" endDate="2021-09-10 14:16:39 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 16:11:35 +0100" startDate="2021-09-10 16:00:33 +0100" endDate="2021-09-10 16:03:08 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 16:34:19 +0100" startDate="2021-09-10 16:21:00 +0100" endDate="2021-09-10 16:29:36 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 16:45:27 +0100" startDate="2021-09-10 16:34:23 +0100" endDate="2021-09-10 16:39:19 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 17:15:05 +0100" startDate="2021-09-10 17:03:49 +0100" endDate="2021-09-10 17:08:06 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 17:36:36 +0100" startDate="2021-09-10 17:23:37 +0100" endDate="2021-09-10 17:31:03 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 17:58:52 +0100" startDate="2021-09-10 17:45:54 +0100" endDate="2021-09-10 17:46:17 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-10 18:40:39 +0100" startDate="2021-09-10 18:28:51 +0100" endDate="2021-09-10 18:29:01 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 01:19:32 +0100" startDate="2021-09-11 01:08:29 +0100" endDate="2021-09-11 01:09:20 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 04:56:30 +0100" startDate="2021-09-11 04:45:27 +0100" endDate="2021-09-11 04:49:02 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 08:38:41 +0100" startDate="2021-09-11 08:25:22 +0100" endDate="2021-09-11 08:27:42 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 09:12:57 +0100" startDate="2021-09-11 09:01:55 +0100" endDate="2021-09-11 09:04:15 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 09:35:25 +0100" startDate="2021-09-11 09:24:22 +0100" endDate="2021-09-11 09:33:17 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 09:55:43 +0100" startDate="2021-09-11 09:41:29 +0100" endDate="2021-09-11 09:47:44 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 10:54:06 +0100" startDate="2021-09-11 10:42:18 +0100" endDate="2021-09-11 10:42:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 11:10:16 +0100" startDate="2021-09-11 10:57:54 +0100" endDate="2021-09-11 10:59:39 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 11:25:31 +0100" startDate="2021-09-11 11:13:13 +0100" endDate="2021-09-11 11:13:49 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 11:49:24 +0100" startDate="2021-09-11 11:38:21 +0100" endDate="2021-09-11 11:47:21 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 12:00:01 +0100" startDate="2021-09-11 11:48:58 +0100" endDate="2021-09-11 11:57:53 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 12:14:38 +0100" startDate="2021-09-11 12:02:13 +0100" endDate="2021-09-11 12:05:47 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 12:25:47 +0100" startDate="2021-09-11 12:13:43 +0100" endDate="2021-09-11 12:23:44 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 12:27:08 +0100" startDate="2021-09-11 12:23:49 +0100" endDate="2021-09-11 12:25:29 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 12:51:20 +0100" startDate="2021-09-11 12:40:18 +0100" endDate="2021-09-11 12:49:28 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 13:05:04 +0100" startDate="2021-09-11 12:52:46 +0100" endDate="2021-09-11 13:02:45 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 13:16:01 +0100" startDate="2021-09-11 13:02:45 +0100" endDate="2021-09-11 13:07:33 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 13:31:57 +0100" startDate="2021-09-11 13:20:30 +0100" endDate="2021-09-11 13:22:43 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 13:50:52 +0100" startDate="2021-09-11 13:39:50 +0100" endDate="2021-09-11 13:41:42 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 14:13:04 +0100" startDate="2021-09-11 13:58:30 +0100" endDate="2021-09-11 13:58:41 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 14:32:11 +0100" startDate="2021-09-11 14:21:08 +0100" endDate="2021-09-11 14:23:46 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 14:49:16 +0100" startDate="2021-09-11 14:37:32 +0100" endDate="2021-09-11 14:38:02 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 15:12:41 +0100" startDate="2021-09-11 15:00:30 +0100" endDate="2021-09-11 15:05:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 15:26:39 +0100" startDate="2021-09-11 15:13:06 +0100" endDate="2021-09-11 15:23:02 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 15:44:42 +0100" startDate="2021-09-11 15:33:40 +0100" endDate="2021-09-11 15:35:32 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 16:09:25 +0100" startDate="2021-09-11 15:55:25 +0100" endDate="2021-09-11 15:55:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 16:19:57 +0100" startDate="2021-09-11 16:08:55 +0100" endDate="2021-09-11 16:18:35 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 16:42:37 +0100" startDate="2021-09-11 16:29:38 +0100" endDate="2021-09-11 16:29:48 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 16:51:25 +0100" startDate="2021-09-11 16:39:49 +0100" endDate="2021-09-11 16:47:28 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 17:01:32 +0100" startDate="2021-09-11 16:50:47 +0100" endDate="2021-09-11 16:56:18 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 17:26:19 +0100" startDate="2021-09-11 17:15:16 +0100" endDate="2021-09-11 17:25:02 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 17:36:28 +0100" startDate="2021-09-11 17:25:25 +0100" endDate="2021-09-11 17:26:26 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 17:53:22 +0100" startDate="2021-09-11 17:38:42 +0100" endDate="2021-09-11 17:39:46 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 18:37:40 +0100" startDate="2021-09-11 18:26:38 +0100" endDate="2021-09-11 18:26:45 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-11 20:46:30 +0100" startDate="2021-09-11 20:35:27 +0100" endDate="2021-09-11 20:36:05 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 09:33:05 +0100" startDate="2021-09-12 09:21:45 +0100" endDate="2021-09-12 09:25:15 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 10:42:32 +0100" startDate="2021-09-12 10:29:43 +0100" endDate="2021-09-12 10:38:51 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 10:53:28 +0100" startDate="2021-09-12 10:42:25 +0100" endDate="2021-09-12 10:50:29 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 11:10:23 +0100" startDate="2021-09-12 10:58:48 +0100" endDate="2021-09-12 11:03:33 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 11:37:29 +0100" startDate="2021-09-12 11:26:26 +0100" endDate="2021-09-12 11:31:50 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 11:50:33 +0100" startDate="2021-09-12 11:36:50 +0100" endDate="2021-09-12 11:37:16 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 12:28:10 +0100" startDate="2021-09-12 12:17:08 +0100" endDate="2021-09-12 12:26:59 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 12:39:32 +0100" startDate="2021-09-12 12:27:19 +0100" endDate="2021-09-12 12:36:49 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 12:51:40 +0100" startDate="2021-09-12 12:38:34 +0100" endDate="2021-09-12 12:48:02 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 13:01:01 +0100" startDate="2021-09-12 12:48:38 +0100" endDate="2021-09-12 12:58:22 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 13:09:50 +0100" startDate="2021-09-12 12:58:47 +0100" endDate="2021-09-12 13:02:29 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 13:31:23 +0100" startDate="2021-09-12 13:20:21 +0100" endDate="2021-09-12 13:21:42 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 13:46:10 +0100" startDate="2021-09-12 13:35:07 +0100" endDate="2021-09-12 13:35:12 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 14:02:27 +0100" startDate="2021-09-12 13:51:25 +0100" endDate="2021-09-12 14:01:02 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 14:54:51 +0100" startDate="2021-09-12 14:43:42 +0100" endDate="2021-09-12 14:47:26 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 15:09:01 +0100" startDate="2021-09-12 14:55:10 +0100" endDate="2021-09-12 14:55:28 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 16:28:26 +0100" startDate="2021-09-12 15:05:29 +0100" endDate="2021-09-12 15:14:29 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 16:28:26 +0100" startDate="2021-09-12 15:18:00 +0100" endDate="2021-09-12 15:18:18 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 16:28:26 +0100" startDate="2021-09-12 15:38:10 +0100" endDate="2021-09-12 15:38:12 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 16:38:27 +0100" startDate="2021-09-12 16:26:16 +0100" endDate="2021-09-12 16:26:21 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 16:57:42 +0100" startDate="2021-09-12 16:45:50 +0100" endDate="2021-09-12 16:52:38 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 17:10:30 +0100" startDate="2021-09-12 16:59:23 +0100" endDate="2021-09-12 16:59:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 17:26:58 +0100" startDate="2021-09-12 17:15:26 +0100" endDate="2021-09-12 17:23:58 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 17:59:48 +0100" startDate="2021-09-12 17:48:45 +0100" endDate="2021-09-12 17:48:53 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 18:19:33 +0100" startDate="2021-09-12 18:08:30 +0100" endDate="2021-09-12 18:16:01 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 18:51:00 +0100" startDate="2021-09-12 18:39:57 +0100" endDate="2021-09-12 18:39:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-12 21:23:43 +0100" startDate="2021-09-12 21:10:54 +0100" endDate="2021-09-12 21:11:06 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 07:03:12 +0100" startDate="2021-09-13 06:51:43 +0100" endDate="2021-09-13 06:51:46 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 07:18:06 +0100" startDate="2021-09-13 07:06:50 +0100" endDate="2021-09-13 07:07:00 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 07:50:24 +0100" startDate="2021-09-13 07:39:03 +0100" endDate="2021-09-13 07:39:33 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 08:46:51 +0100" startDate="2021-09-13 08:35:48 +0100" endDate="2021-09-13 08:40:00 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 09:06:31 +0100" startDate="2021-09-13 08:52:16 +0100" endDate="2021-09-13 08:58:10 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 09:26:09 +0100" startDate="2021-09-13 09:15:06 +0100" endDate="2021-09-13 09:15:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 09:53:47 +0100" startDate="2021-09-13 09:42:44 +0100" endDate="2021-09-13 09:47:07 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 10:50:08 +0100" startDate="2021-09-13 10:39:05 +0100" endDate="2021-09-13 10:40:19 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 11:16:24 +0100" startDate="2021-09-13 11:04:34 +0100" endDate="2021-09-13 11:05:48 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 12:19:34 +0100" startDate="2021-09-13 12:08:32 +0100" endDate="2021-09-13 12:18:20 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 13:42:08 +0100" startDate="2021-09-13 13:37:52 +0100" endDate="2021-09-13 13:38:35 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 14:43:18 +0100" startDate="2021-09-13 14:32:15 +0100" endDate="2021-09-13 14:32:38 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 15:03:19 +0100" startDate="2021-09-13 14:51:55 +0100" endDate="2021-09-13 14:59:52 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 15:15:00 +0100" startDate="2021-09-13 15:03:49 +0100" endDate="2021-09-13 15:13:50 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 15:26:29 +0100" startDate="2021-09-13 15:13:50 +0100" endDate="2021-09-13 15:23:48 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 15:37:52 +0100" startDate="2021-09-13 15:23:51 +0100" endDate="2021-09-13 15:33:52 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 15:45:22 +0100" startDate="2021-09-13 15:33:52 +0100" endDate="2021-09-13 15:43:53 +0100" value="969"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 15:54:56 +0100" startDate="2021-09-13 15:43:53 +0100" endDate="2021-09-13 15:53:49 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:09:11 +0100" startDate="2021-09-13 15:54:02 +0100" endDate="2021-09-13 16:04:03 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:15:38 +0100" startDate="2021-09-13 16:04:03 +0100" endDate="2021-09-13 16:13:54 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:28:03 +0100" startDate="2021-09-13 16:14:04 +0100" endDate="2021-09-13 16:24:05 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:35:38 +0100" startDate="2021-09-13 16:24:05 +0100" endDate="2021-09-13 16:33:33 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:45:41 +0100" startDate="2021-09-13 16:34:09 +0100" endDate="2021-09-13 16:43:34 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:44:33 +0100" endDate="2021-09-13 16:44:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:45:08 +0100" endDate="2021-09-13 16:45:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:45:18 +0100" endDate="2021-09-13 16:45:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:45:23 +0100" endDate="2021-09-13 16:45:29 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:45:29 +0100" endDate="2021-09-13 16:45:31 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:46:12 +0100" endDate="2021-09-13 16:46:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:46:17 +0100" endDate="2021-09-13 16:46:22 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:46:22 +0100" endDate="2021-09-13 16:46:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:46:27 +0100" endDate="2021-09-13 16:46:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:46:32 +0100" endDate="2021-09-13 16:46:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:46:37 +0100" endDate="2021-09-13 16:46:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:46:42 +0100" endDate="2021-09-13 16:46:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:46:48 +0100" endDate="2021-09-13 16:46:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:46:53 +0100" endDate="2021-09-13 16:46:55 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:47:00 +0100" endDate="2021-09-13 16:47:05 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:47:05 +0100" endDate="2021-09-13 16:47:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:47:10 +0100" endDate="2021-09-13 16:47:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:47:16 +0100" endDate="2021-09-13 16:47:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:47:21 +0100" endDate="2021-09-13 16:47:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:47:26 +0100" endDate="2021-09-13 16:47:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:47:31 +0100" endDate="2021-09-13 16:47:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:47:36 +0100" endDate="2021-09-13 16:47:41 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:47:41 +0100" endDate="2021-09-13 16:47:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:47:46 +0100" endDate="2021-09-13 16:47:49 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:48:01 +0100" endDate="2021-09-13 16:48:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:15 +0100" startDate="2021-09-13 16:48:06 +0100" endDate="2021-09-13 16:48:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:48:18 +0100" startDate="2021-09-13 16:48:12 +0100" endDate="2021-09-13 16:48:14 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 16:59:34 +0100" startDate="2021-09-13 16:48:14 +0100" endDate="2021-09-13 16:58:05 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 17:09:24 +0100" startDate="2021-09-13 16:58:20 +0100" endDate="2021-09-13 17:08:21 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 17:20:11 +0100" startDate="2021-09-13 17:08:21 +0100" endDate="2021-09-13 17:09:43 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 17:33:27 +0100" startDate="2021-09-13 17:20:14 +0100" endDate="2021-09-13 17:29:40 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 17:43:42 +0100" startDate="2021-09-13 17:30:33 +0100" endDate="2021-09-13 17:40:34 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 17:52:46 +0100" startDate="2021-09-13 17:40:34 +0100" endDate="2021-09-13 17:50:35 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 18:01:39 +0100" startDate="2021-09-13 17:50:35 +0100" endDate="2021-09-13 17:59:56 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 18:06:51 +0100" startDate="2021-09-13 18:00:54 +0100" endDate="2021-09-13 18:02:31 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-13 20:50:51 +0100" startDate="2021-09-13 20:38:05 +0100" endDate="2021-09-13 20:38:10 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 02:26:39 +0100" startDate="2021-09-14 02:15:36 +0100" endDate="2021-09-14 02:15:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 04:08:05 +0100" startDate="2021-09-14 03:52:33 +0100" endDate="2021-09-14 03:52:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 07:32:51 +0100" startDate="2021-09-14 07:18:03 +0100" endDate="2021-09-14 07:18:08 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 11:04:27 +0100" startDate="2021-09-14 10:52:47 +0100" endDate="2021-09-14 10:53:05 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 12:13:18 +0100" startDate="2021-09-14 12:13:14 +0100" endDate="2021-09-14 12:13:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 12:24:41 +0100" startDate="2021-09-14 12:13:58 +0100" endDate="2021-09-14 12:14:46 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 12:47:32 +0100" startDate="2021-09-14 12:36:29 +0100" endDate="2021-09-14 12:36:44 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 13:55:52 +0100" startDate="2021-09-14 13:42:11 +0100" endDate="2021-09-14 13:42:14 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 15:42:31 +0100" startDate="2021-09-14 15:30:15 +0100" endDate="2021-09-14 15:39:28 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 16:49:59 +0100" startDate="2021-09-14 16:38:56 +0100" endDate="2021-09-14 16:48:57 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 17:00:00 +0100" startDate="2021-09-14 16:48:57 +0100" endDate="2021-09-14 16:56:43 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 17:15:40 +0100" startDate="2021-09-14 17:03:23 +0100" endDate="2021-09-14 17:09:50 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 17:27:30 +0100" startDate="2021-09-14 17:14:40 +0100" endDate="2021-09-14 17:17:20 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 17:52:51 +0100" startDate="2021-09-14 17:41:44 +0100" endDate="2021-09-14 17:42:20 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 18:11:06 +0100" startDate="2021-09-14 17:57:03 +0100" endDate="2021-09-14 18:07:04 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 18:18:07 +0100" startDate="2021-09-14 18:07:04 +0100" endDate="2021-09-14 18:11:11 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 19:02:39 +0100" startDate="2021-09-14 18:51:37 +0100" endDate="2021-09-14 18:51:44 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 19:41:29 +0100" startDate="2021-09-14 19:28:53 +0100" endDate="2021-09-14 19:28:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 20:03:29 +0100" startDate="2021-09-14 19:51:17 +0100" endDate="2021-09-14 19:52:13 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 20:12:43 +0100" startDate="2021-09-14 20:01:25 +0100" endDate="2021-09-14 20:08:15 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 20:49:24 +0100" startDate="2021-09-14 20:38:21 +0100" endDate="2021-09-14 20:47:32 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 21:00:24 +0100" startDate="2021-09-14 20:48:58 +0100" endDate="2021-09-14 20:54:36 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-14 21:48:26 +0100" startDate="2021-09-14 21:37:23 +0100" endDate="2021-09-14 21:38:40 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 05:23:42 +0100" startDate="2021-09-15 05:11:23 +0100" endDate="2021-09-15 05:11:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 08:49:56 +0100" startDate="2021-09-15 08:38:53 +0100" endDate="2021-09-15 08:46:32 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 09:02:29 +0100" startDate="2021-09-15 08:50:17 +0100" endDate="2021-09-15 08:51:20 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 09:19:39 +0100" startDate="2021-09-15 09:08:36 +0100" endDate="2021-09-15 09:10:00 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 10:16:56 +0100" startDate="2021-09-15 10:04:24 +0100" endDate="2021-09-15 10:09:56 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 10:28:35 +0100" startDate="2021-09-15 10:17:32 +0100" endDate="2021-09-15 10:26:06 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 10:39:37 +0100" startDate="2021-09-15 10:27:46 +0100" endDate="2021-09-15 10:34:36 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 10:50:16 +0100" startDate="2021-09-15 10:38:38 +0100" endDate="2021-09-15 10:48:11 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 11:01:24 +0100" startDate="2021-09-15 10:50:21 +0100" endDate="2021-09-15 10:50:23 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 11:13:32 +0100" startDate="2021-09-15 11:02:14 +0100" endDate="2021-09-15 11:04:14 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 11:38:17 +0100" startDate="2021-09-15 11:27:12 +0100" endDate="2021-09-15 11:31:30 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 12:19:18 +0100" startDate="2021-09-15 12:08:20 +0100" endDate="2021-09-15 12:08:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 13:56:37 +0100" startDate="2021-09-15 13:45:24 +0100" endDate="2021-09-15 13:48:17 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 14:10:24 +0100" startDate="2021-09-15 13:59:02 +0100" endDate="2021-09-15 14:07:51 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 15:07:19 +0100" startDate="2021-09-15 14:55:16 +0100" endDate="2021-09-15 14:55:24 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 16:33:36 +0100" startDate="2021-09-15 16:21:46 +0100" endDate="2021-09-15 16:25:21 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 17:05:06 +0100" startDate="2021-09-15 16:52:48 +0100" endDate="2021-09-15 17:00:34 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 17:16:00 +0100" startDate="2021-09-15 17:03:50 +0100" endDate="2021-09-15 17:12:30 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 17:29:59 +0100" startDate="2021-09-15 17:18:57 +0100" endDate="2021-09-15 17:28:34 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 17:41:38 +0100" startDate="2021-09-15 17:29:48 +0100" endDate="2021-09-15 17:37:39 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 21:03:07 +0100" startDate="2021-09-15 21:02:33 +0100" endDate="2021-09-15 21:02:46 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-15 21:15:23 +0100" startDate="2021-09-15 21:04:20 +0100" endDate="2021-09-15 21:04:38 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 04:20:43 +0100" startDate="2021-09-16 04:07:40 +0100" endDate="2021-09-16 04:07:57 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 06:44:12 +0100" startDate="2021-09-16 06:33:09 +0100" endDate="2021-09-16 06:37:01 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 06:54:52 +0100" startDate="2021-09-16 06:43:49 +0100" endDate="2021-09-16 06:44:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 07:08:50 +0100" startDate="2021-09-16 06:57:47 +0100" endDate="2021-09-16 07:01:52 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 07:53:20 +0100" startDate="2021-09-16 07:42:17 +0100" endDate="2021-09-16 07:42:35 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 08:06:22 +0100" startDate="2021-09-16 07:54:39 +0100" endDate="2021-09-16 07:59:07 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 11:19:25 +0100" startDate="2021-09-16 11:07:42 +0100" endDate="2021-09-16 11:11:39 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 11:44:35 +0100" startDate="2021-09-16 11:33:32 +0100" endDate="2021-09-16 11:33:42 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 12:08:14 +0100" startDate="2021-09-16 11:55:35 +0100" endDate="2021-09-16 11:58:13 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 13:39:41 +0100" startDate="2021-09-16 13:26:27 +0100" endDate="2021-09-16 13:26:40 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 13:59:55 +0100" startDate="2021-09-16 13:48:35 +0100" endDate="2021-09-16 13:58:31 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 14:09:39 +0100" startDate="2021-09-16 13:58:36 +0100" endDate="2021-09-16 14:08:07 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 14:22:59 +0100" startDate="2021-09-16 14:11:56 +0100" endDate="2021-09-16 14:14:32 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 16:35:27 +0100" startDate="2021-09-16 16:24:24 +0100" endDate="2021-09-16 16:33:01 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 17:14:15 +0100" startDate="2021-09-16 17:03:53 +0100" endDate="2021-09-16 17:13:42 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 17:27:31 +0100" startDate="2021-09-16 17:13:42 +0100" endDate="2021-09-16 17:23:43 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 17:37:14 +0100" startDate="2021-09-16 17:23:43 +0100" endDate="2021-09-16 17:24:13 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 18:18:14 +0100" startDate="2021-09-16 18:13:38 +0100" endDate="2021-09-16 18:16:19 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 18:30:35 +0100" startDate="2021-09-16 18:19:32 +0100" endDate="2021-09-16 18:26:35 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 18:42:36 +0100" startDate="2021-09-16 18:31:33 +0100" endDate="2021-09-16 18:31:41 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-16 21:14:20 +0100" startDate="2021-09-16 21:01:48 +0100" endDate="2021-09-16 21:02:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 04:04:08 +0100" startDate="2021-09-17 03:53:05 +0100" endDate="2021-09-17 03:53:56 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 06:09:40 +0100" startDate="2021-09-17 05:56:04 +0100" endDate="2021-09-17 05:56:20 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 07:39:10 +0100" startDate="2021-09-17 07:28:07 +0100" endDate="2021-09-17 07:29:01 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 08:53:17 +0100" startDate="2021-09-17 08:38:38 +0100" endDate="2021-09-17 08:43:51 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 11:32:13 +0100" startDate="2021-09-17 11:17:07 +0100" endDate="2021-09-17 11:25:07 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 12:33:29 +0100" startDate="2021-09-17 12:21:10 +0100" endDate="2021-09-17 12:27:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 12:45:14 +0100" startDate="2021-09-17 12:34:11 +0100" endDate="2021-09-17 12:34:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 13:00:32 +0100" startDate="2021-09-17 12:49:00 +0100" endDate="2021-09-17 12:49:18 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 14:06:07 +0100" startDate="2021-09-17 13:53:00 +0100" endDate="2021-09-17 13:53:11 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 14:46:32 +0100" startDate="2021-09-17 14:34:58 +0100" endDate="2021-09-17 14:43:10 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 15:00:20 +0100" startDate="2021-09-17 14:47:14 +0100" endDate="2021-09-17 14:51:01 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 15:27:24 +0100" startDate="2021-09-17 15:13:02 +0100" endDate="2021-09-17 15:19:14 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 16:02:26 +0100" startDate="2021-09-17 15:51:06 +0100" endDate="2021-09-17 15:51:28 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 18:48:16 +0100" startDate="2021-09-17 18:36:15 +0100" endDate="2021-09-17 18:40:23 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 18:57:32 +0100" startDate="2021-09-17 18:46:30 +0100" endDate="2021-09-17 18:55:58 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 19:09:03 +0100" startDate="2021-09-17 18:57:01 +0100" endDate="2021-09-17 18:57:17 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 19:25:08 +0100" startDate="2021-09-17 19:12:37 +0100" endDate="2021-09-17 19:20:56 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 19:38:57 +0100" startDate="2021-09-17 19:27:54 +0100" endDate="2021-09-17 19:33:48 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 21:03:53 +0100" startDate="2021-09-17 20:48:46 +0100" endDate="2021-09-17 20:55:21 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 21:14:02 +0100" startDate="2021-09-17 21:01:46 +0100" endDate="2021-09-17 21:11:47 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-17 21:24:27 +0100" startDate="2021-09-17 21:11:47 +0100" endDate="2021-09-17 21:15:46 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 04:20:45 +0100" startDate="2021-09-18 04:09:43 +0100" endDate="2021-09-18 04:10:16 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 05:14:43 +0100" startDate="2021-09-18 05:00:51 +0100" endDate="2021-09-18 05:00:59 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 08:02:53 +0100" startDate="2021-09-18 07:51:51 +0100" endDate="2021-09-18 07:53:30 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 08:20:53 +0100" startDate="2021-09-18 08:09:36 +0100" endDate="2021-09-18 08:19:37 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 08:30:48 +0100" startDate="2021-09-18 08:19:37 +0100" endDate="2021-09-18 08:22:25 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 09:32:35 +0100" startDate="2021-09-18 09:21:32 +0100" endDate="2021-09-18 09:28:15 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 09:55:37 +0100" startDate="2021-09-18 09:44:34 +0100" endDate="2021-09-18 09:52:38 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 10:11:45 +0100" startDate="2021-09-18 10:00:42 +0100" endDate="2021-09-18 10:10:31 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 10:45:30 +0100" startDate="2021-09-18 10:23:24 +0100" endDate="2021-09-18 10:32:58 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 10:55:17 +0100" startDate="2021-09-18 10:41:20 +0100" endDate="2021-09-18 10:51:19 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 11:06:32 +0100" startDate="2021-09-18 10:52:03 +0100" endDate="2021-09-18 10:58:12 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 11:47:10 +0100" startDate="2021-09-18 11:34:33 +0100" endDate="2021-09-18 11:34:43 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 12:01:55 +0100" startDate="2021-09-18 11:50:52 +0100" endDate="2021-09-18 11:57:59 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 12:13:21 +0100" startDate="2021-09-18 12:02:19 +0100" endDate="2021-09-18 12:12:12 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 12:23:30 +0100" startDate="2021-09-18 12:12:27 +0100" endDate="2021-09-18 12:16:40 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 13:10:46 +0100" startDate="2021-09-18 12:58:38 +0100" endDate="2021-09-18 13:06:54 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 13:20:38 +0100" startDate="2021-09-18 13:09:27 +0100" endDate="2021-09-18 13:12:43 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 13:30:42 +0100" startDate="2021-09-18 13:19:39 +0100" endDate="2021-09-18 13:24:04 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 13:45:37 +0100" startDate="2021-09-18 13:32:31 +0100" endDate="2021-09-18 13:39:14 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 13:56:09 +0100" startDate="2021-09-18 13:44:02 +0100" endDate="2021-09-18 13:47:15 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 14:06:35 +0100" startDate="2021-09-18 13:55:32 +0100" endDate="2021-09-18 14:04:56 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 14:38:50 +0100" startDate="2021-09-18 14:26:35 +0100" endDate="2021-09-18 14:36:36 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 14:48:56 +0100" startDate="2021-09-18 14:36:36 +0100" endDate="2021-09-18 14:46:37 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 14:57:40 +0100" startDate="2021-09-18 14:46:37 +0100" endDate="2021-09-18 14:51:35 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 15:54:29 +0100" startDate="2021-09-18 15:43:25 +0100" endDate="2021-09-18 15:53:17 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 16:05:17 +0100" startDate="2021-09-18 15:53:35 +0100" endDate="2021-09-18 15:58:13 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 16:50:11 +0100" startDate="2021-09-18 16:38:00 +0100" endDate="2021-09-18 16:46:47 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 17:00:35 +0100" startDate="2021-09-18 16:49:33 +0100" endDate="2021-09-18 16:59:34 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 17:11:32 +0100" startDate="2021-09-18 16:59:34 +0100" endDate="2021-09-18 17:09:27 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 17:21:05 +0100" startDate="2021-09-18 17:09:40 +0100" endDate="2021-09-18 17:19:36 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 17:31:04 +0100" startDate="2021-09-18 17:20:01 +0100" endDate="2021-09-18 17:29:27 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 17:42:37 +0100" startDate="2021-09-18 17:30:02 +0100" endDate="2021-09-18 17:30:15 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 18:35:58 +0100" startDate="2021-09-18 18:24:36 +0100" endDate="2021-09-18 18:34:27 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 18:46:08 +0100" startDate="2021-09-18 18:35:06 +0100" endDate="2021-09-18 18:36:35 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 19:16:55 +0100" startDate="2021-09-18 19:05:52 +0100" endDate="2021-09-18 19:06:20 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 19:39:19 +0100" startDate="2021-09-18 19:28:10 +0100" endDate="2021-09-18 19:31:33 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-18 21:36:27 +0100" startDate="2021-09-18 21:25:24 +0100" endDate="2021-09-18 21:30:07 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 05:40:12 +0100" startDate="2021-09-19 05:27:22 +0100" endDate="2021-09-19 05:35:54 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 05:49:04 +0100" startDate="2021-09-19 05:38:02 +0100" endDate="2021-09-19 05:39:23 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 06:11:18 +0100" startDate="2021-09-19 05:58:39 +0100" endDate="2021-09-19 06:03:42 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 07:45:43 +0100" startDate="2021-09-19 07:34:40 +0100" endDate="2021-09-19 07:42:09 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 07:59:26 +0100" startDate="2021-09-19 07:48:23 +0100" endDate="2021-09-19 07:51:01 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 08:16:35 +0100" startDate="2021-09-19 08:05:32 +0100" endDate="2021-09-19 08:15:17 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 09:33:04 +0100" startDate="2021-09-19 09:21:58 +0100" endDate="2021-09-19 09:22:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 09:58:48 +0100" startDate="2021-09-19 09:45:50 +0100" endDate="2021-09-19 09:50:51 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 10:12:09 +0100" startDate="2021-09-19 09:59:16 +0100" endDate="2021-09-19 10:02:47 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 10:30:00 +0100" startDate="2021-09-19 10:19:35 +0100" endDate="2021-09-19 10:29:10 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 10:50:17 +0100" startDate="2021-09-19 10:35:20 +0100" endDate="2021-09-19 10:35:32 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 11:08:30 +0100" startDate="2021-09-19 10:57:28 +0100" endDate="2021-09-19 11:02:18 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 12:03:25 +0100" startDate="2021-09-19 11:52:03 +0100" endDate="2021-09-19 12:02:04 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 12:13:25 +0100" startDate="2021-09-19 12:02:22 +0100" endDate="2021-09-19 12:11:20 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 12:23:54 +0100" startDate="2021-09-19 12:12:51 +0100" endDate="2021-09-19 12:12:54 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 13:05:03 +0100" startDate="2021-09-19 12:53:17 +0100" endDate="2021-09-19 13:01:39 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 13:43:14 +0100" startDate="2021-09-19 13:31:14 +0100" endDate="2021-09-19 13:35:34 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 13:54:35 +0100" startDate="2021-09-19 13:43:32 +0100" endDate="2021-09-19 13:47:49 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 16:23:17 +0100" startDate="2021-09-19 16:12:14 +0100" endDate="2021-09-19 16:15:28 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 16:44:47 +0100" startDate="2021-09-19 16:33:19 +0100" endDate="2021-09-19 16:37:52 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 16:58:33 +0100" startDate="2021-09-19 16:46:24 +0100" endDate="2021-09-19 16:56:25 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:08:35 +0100" startDate="2021-09-19 16:56:25 +0100" endDate="2021-09-19 17:06:26 +0100" value="963"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:18:48 +0100" startDate="2021-09-19 17:06:31 +0100" endDate="2021-09-19 17:16:32 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:28:50 +0100" startDate="2021-09-19 17:16:32 +0100" endDate="2021-09-19 17:26:33 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:26:33 +0100" endDate="2021-09-19 17:26:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:26:38 +0100" endDate="2021-09-19 17:26:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:26:43 +0100" endDate="2021-09-19 17:26:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:26:48 +0100" endDate="2021-09-19 17:26:53 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:26:53 +0100" endDate="2021-09-19 17:26:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:26:59 +0100" endDate="2021-09-19 17:27:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:27:04 +0100" endDate="2021-09-19 17:27:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:27:09 +0100" endDate="2021-09-19 17:27:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:27:14 +0100" endDate="2021-09-19 17:27:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:27:19 +0100" endDate="2021-09-19 17:27:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:27:24 +0100" endDate="2021-09-19 17:27:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:27:29 +0100" endDate="2021-09-19 17:27:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:27:34 +0100" endDate="2021-09-19 17:27:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:27:39 +0100" endDate="2021-09-19 17:27:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:27:44 +0100" endDate="2021-09-19 17:27:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:27:50 +0100" endDate="2021-09-19 17:27:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:27:57 +0100" endDate="2021-09-19 17:28:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:28:02 +0100" endDate="2021-09-19 17:28:07 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:28:07 +0100" endDate="2021-09-19 17:28:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:28:12 +0100" endDate="2021-09-19 17:28:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:28:18 +0100" endDate="2021-09-19 17:28:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:28:23 +0100" endDate="2021-09-19 17:28:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:28:28 +0100" endDate="2021-09-19 17:28:33 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:28:33 +0100" endDate="2021-09-19 17:28:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:28:38 +0100" endDate="2021-09-19 17:28:40 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:28:46 +0100" endDate="2021-09-19 17:28:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:28:51 +0100" endDate="2021-09-19 17:28:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:28:56 +0100" endDate="2021-09-19 17:29:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:29:01 +0100" endDate="2021-09-19 17:29:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:29:06 +0100" endDate="2021-09-19 17:29:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:17 +0100" startDate="2021-09-19 17:29:11 +0100" endDate="2021-09-19 17:29:14 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:29:20 +0100" startDate="2021-09-19 17:29:14 +0100" endDate="2021-09-19 17:29:16 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:45:11 +0100" startDate="2021-09-19 17:29:16 +0100" endDate="2021-09-19 17:39:12 +0100" value="1091"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 17:53:04 +0100" startDate="2021-09-19 17:39:25 +0100" endDate="2021-09-19 17:43:45 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 18:14:49 +0100" startDate="2021-09-19 18:03:47 +0100" endDate="2021-09-19 18:13:48 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 18:27:16 +0100" startDate="2021-09-19 18:13:48 +0100" endDate="2021-09-19 18:22:38 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-19 21:09:52 +0100" startDate="2021-09-19 20:58:42 +0100" endDate="2021-09-19 20:58:59 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 05:00:24 +0100" startDate="2021-09-20 04:49:21 +0100" endDate="2021-09-20 04:58:59 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 05:18:41 +0100" startDate="2021-09-20 05:07:02 +0100" endDate="2021-09-20 05:17:03 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 05:33:21 +0100" startDate="2021-09-20 05:17:03 +0100" endDate="2021-09-20 05:20:39 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 05:39:48 +0100" startDate="2021-09-20 05:28:36 +0100" endDate="2021-09-20 05:33:36 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 06:13:44 +0100" startDate="2021-09-20 06:02:41 +0100" endDate="2021-09-20 06:02:49 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 07:48:42 +0100" startDate="2021-09-20 07:37:09 +0100" endDate="2021-09-20 07:46:45 +0100" value="1105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 07:58:49 +0100" startDate="2021-09-20 07:47:33 +0100" endDate="2021-09-20 07:57:24 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 08:09:22 +0100" startDate="2021-09-20 07:57:37 +0100" endDate="2021-09-20 08:07:15 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 08:49:22 +0100" startDate="2021-09-20 08:37:48 +0100" endDate="2021-09-20 08:41:07 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 09:46:21 +0100" startDate="2021-09-20 09:34:35 +0100" endDate="2021-09-20 09:40:49 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 10:58:29 +0100" startDate="2021-09-20 10:46:57 +0100" endDate="2021-09-20 10:55:50 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 11:08:48 +0100" startDate="2021-09-20 10:57:21 +0100" endDate="2021-09-20 11:07:22 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 11:19:11 +0100" startDate="2021-09-20 11:07:22 +0100" endDate="2021-09-20 11:17:24 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 11:29:15 +0100" startDate="2021-09-20 11:17:24 +0100" endDate="2021-09-20 11:27:22 +0100" value="950"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 12:17:06 +0100" startDate="2021-09-20 12:05:00 +0100" endDate="2021-09-20 12:07:37 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 12:58:25 +0100" startDate="2021-09-20 12:47:22 +0100" endDate="2021-09-20 12:56:55 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 13:13:18 +0100" startDate="2021-09-20 12:58:42 +0100" endDate="2021-09-20 12:59:05 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 14:12:36 +0100" startDate="2021-09-20 14:00:23 +0100" endDate="2021-09-20 14:03:32 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 14:24:24 +0100" startDate="2021-09-20 14:13:20 +0100" endDate="2021-09-20 14:19:17 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 17:21:56 +0100" startDate="2021-09-20 17:11:38 +0100" endDate="2021-09-20 17:21:31 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 17:22:03 +0100" startDate="2021-09-20 17:21:51 +0100" endDate="2021-09-20 17:22:02 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 17:33:57 +0100" startDate="2021-09-20 17:22:04 +0100" endDate="2021-09-20 17:32:05 +0100" value="995"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 17:45:25 +0100" startDate="2021-09-20 17:32:05 +0100" endDate="2021-09-20 17:42:06 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 17:54:07 +0100" startDate="2021-09-20 17:42:06 +0100" endDate="2021-09-20 17:52:05 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 18:03:08 +0100" startDate="2021-09-20 17:52:05 +0100" endDate="2021-09-20 17:57:00 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-20 18:40:28 +0100" startDate="2021-09-20 18:29:25 +0100" endDate="2021-09-20 18:29:30 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 05:55:28 +0100" startDate="2021-09-21 05:44:25 +0100" endDate="2021-09-21 05:44:33 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 06:14:25 +0100" startDate="2021-09-21 06:05:01 +0100" endDate="2021-09-21 06:05:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 07:26:46 +0100" startDate="2021-09-21 07:15:43 +0100" endDate="2021-09-21 07:25:44 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 07:36:46 +0100" startDate="2021-09-21 07:25:44 +0100" endDate="2021-09-21 07:28:11 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 10:58:01 +0100" startDate="2021-09-21 10:46:57 +0100" endDate="2021-09-21 10:48:34 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 11:13:05 +0100" startDate="2021-09-21 11:01:45 +0100" endDate="2021-09-21 11:11:43 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 11:22:46 +0100" startDate="2021-09-21 11:11:43 +0100" endDate="2021-09-21 11:21:39 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 11:35:54 +0100" startDate="2021-09-21 11:22:48 +0100" endDate="2021-09-21 11:24:58 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 12:05:30 +0100" startDate="2021-09-21 11:52:46 +0100" endDate="2021-09-21 12:02:47 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 12:13:49 +0100" startDate="2021-09-21 12:02:47 +0100" endDate="2021-09-21 12:09:01 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 13:00:19 +0100" startDate="2021-09-21 12:49:06 +0100" endDate="2021-09-21 12:55:01 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 14:25:00 +0100" startDate="2021-09-21 14:13:58 +0100" endDate="2021-09-21 14:23:57 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 14:35:00 +0100" startDate="2021-09-21 14:23:57 +0100" endDate="2021-09-21 14:32:42 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 15:40:03 +0100" startDate="2021-09-21 15:27:38 +0100" endDate="2021-09-21 15:37:39 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 15:52:42 +0100" startDate="2021-09-21 15:37:39 +0100" endDate="2021-09-21 15:40:50 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 16:14:51 +0100" startDate="2021-09-21 16:03:43 +0100" endDate="2021-09-21 16:13:44 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 16:24:47 +0100" startDate="2021-09-21 16:13:44 +0100" endDate="2021-09-21 16:14:25 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 17:20:52 +0100" startDate="2021-09-21 17:10:10 +0100" endDate="2021-09-21 17:10:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-21 17:56:01 +0100" startDate="2021-09-21 17:44:58 +0100" endDate="2021-09-21 17:45:00 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 06:55:02 +0100" startDate="2021-09-22 06:43:59 +0100" endDate="2021-09-22 06:44:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 08:11:27 +0100" startDate="2021-09-22 07:59:15 +0100" endDate="2021-09-22 08:09:16 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 08:21:39 +0100" startDate="2021-09-22 08:09:16 +0100" endDate="2021-09-22 08:13:41 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 09:21:28 +0100" startDate="2021-09-22 09:09:00 +0100" endDate="2021-09-22 09:09:33 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 10:05:01 +0100" startDate="2021-09-22 09:53:21 +0100" endDate="2021-09-22 09:59:15 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 10:59:53 +0100" startDate="2021-09-22 10:48:36 +0100" endDate="2021-09-22 10:58:37 +0100" value="1099"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 11:09:40 +0100" startDate="2021-09-22 10:58:37 +0100" endDate="2021-09-22 11:08:39 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 11:19:56 +0100" startDate="2021-09-22 11:08:39 +0100" endDate="2021-09-22 11:18:27 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 13:18:08 +0100" startDate="2021-09-22 13:06:12 +0100" endDate="2021-09-22 13:16:13 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 13:27:16 +0100" startDate="2021-09-22 13:16:13 +0100" endDate="2021-09-22 13:25:05 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 13:38:18 +0100" startDate="2021-09-22 13:27:15 +0100" endDate="2021-09-22 13:35:39 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 14:01:43 +0100" startDate="2021-09-22 13:49:13 +0100" endDate="2021-09-22 13:58:49 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 15:00:50 +0100" startDate="2021-09-22 14:49:11 +0100" endDate="2021-09-22 14:56:39 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 17:18:25 +0100" startDate="2021-09-22 17:03:37 +0100" endDate="2021-09-22 17:10:22 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 17:50:10 +0100" startDate="2021-09-22 17:38:14 +0100" endDate="2021-09-22 17:48:13 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 17:59:37 +0100" startDate="2021-09-22 17:48:26 +0100" endDate="2021-09-22 17:58:19 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 18:09:45 +0100" startDate="2021-09-22 17:58:42 +0100" endDate="2021-09-22 18:05:19 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 18:31:45 +0100" startDate="2021-09-22 18:20:41 +0100" endDate="2021-09-22 18:20:52 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 19:07:32 +0100" startDate="2021-09-22 18:56:30 +0100" endDate="2021-09-22 18:56:45 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 19:23:58 +0100" startDate="2021-09-22 19:12:55 +0100" endDate="2021-09-22 19:13:03 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 20:22:45 +0100" startDate="2021-09-22 20:09:19 +0100" endDate="2021-09-22 20:13:44 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 20:39:52 +0100" startDate="2021-09-22 20:26:10 +0100" endDate="2021-09-22 20:36:09 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 20:47:54 +0100" startDate="2021-09-22 20:36:17 +0100" endDate="2021-09-22 20:44:23 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 21:00:16 +0100" startDate="2021-09-22 20:47:50 +0100" endDate="2021-09-22 20:48:02 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-22 21:26:20 +0100" startDate="2021-09-22 21:13:47 +0100" endDate="2021-09-22 21:18:23 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 06:52:37 +0100" startDate="2021-09-23 06:41:35 +0100" endDate="2021-09-23 06:41:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 08:00:23 +0100" startDate="2021-09-23 07:49:00 +0100" endDate="2021-09-23 07:57:32 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 12:38:09 +0100" startDate="2021-09-23 12:24:08 +0100" endDate="2021-09-23 12:26:31 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 13:36:47 +0100" startDate="2021-09-23 13:25:45 +0100" endDate="2021-09-23 13:29:02 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 13:44:07 +0100" startDate="2021-09-23 13:35:50 +0100" endDate="2021-09-23 13:37:25 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 14:48:45 +0100" startDate="2021-09-23 14:37:24 +0100" endDate="2021-09-23 14:39:29 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 15:07:19 +0100" startDate="2021-09-23 14:53:57 +0100" endDate="2021-09-23 14:54:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 16:21:18 +0100" startDate="2021-09-23 16:10:15 +0100" endDate="2021-09-23 16:12:35 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 17:19:58 +0100" startDate="2021-09-23 17:13:22 +0100" endDate="2021-09-23 17:19:22 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 17:31:05 +0100" startDate="2021-09-23 17:20:02 +0100" endDate="2021-09-23 17:20:12 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 17:44:20 +0100" startDate="2021-09-23 17:30:08 +0100" endDate="2021-09-23 17:35:42 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 18:06:30 +0100" startDate="2021-09-23 17:55:28 +0100" endDate="2021-09-23 17:57:40 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 21:01:59 +0100" startDate="2021-09-23 20:48:57 +0100" endDate="2021-09-23 20:55:14 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 21:24:57 +0100" startDate="2021-09-23 21:10:36 +0100" endDate="2021-09-23 21:11:53 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-23 22:12:57 +0100" startDate="2021-09-23 22:01:54 +0100" endDate="2021-09-23 22:02:02 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 07:13:06 +0100" startDate="2021-09-24 07:02:03 +0100" endDate="2021-09-24 07:03:48 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 08:48:46 +0100" startDate="2021-09-24 08:36:40 +0100" endDate="2021-09-24 08:36:45 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 09:08:29 +0100" startDate="2021-09-24 08:57:26 +0100" endDate="2021-09-24 08:57:41 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 11:40:11 +0100" startDate="2021-09-24 11:26:56 +0100" endDate="2021-09-24 11:27:09 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 11:58:50 +0100" startDate="2021-09-24 11:47:47 +0100" endDate="2021-09-24 11:57:46 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 12:11:10 +0100" startDate="2021-09-24 11:57:46 +0100" endDate="2021-09-24 11:57:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 12:39:46 +0100" startDate="2021-09-24 12:28:43 +0100" endDate="2021-09-24 12:37:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 12:52:26 +0100" startDate="2021-09-24 12:40:36 +0100" endDate="2021-09-24 12:43:06 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 13:20:32 +0100" startDate="2021-09-24 13:09:29 +0100" endDate="2021-09-24 13:18:11 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 13:30:42 +0100" startDate="2021-09-24 13:19:33 +0100" endDate="2021-09-24 13:29:34 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 13:41:20 +0100" startDate="2021-09-24 13:29:34 +0100" endDate="2021-09-24 13:39:35 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 13:50:38 +0100" startDate="2021-09-24 13:39:35 +0100" endDate="2021-09-24 13:48:15 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 14:29:03 +0100" startDate="2021-09-24 14:18:01 +0100" endDate="2021-09-24 14:18:08 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-24 22:26:47 +0100" startDate="2021-09-24 22:15:44 +0100" endDate="2021-09-24 22:21:28 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 08:26:50 +0100" startDate="2021-09-25 08:14:48 +0100" endDate="2021-09-25 08:15:03 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 08:50:24 +0100" startDate="2021-09-25 08:27:26 +0100" endDate="2021-09-25 08:27:36 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 09:18:56 +0100" startDate="2021-09-25 09:03:33 +0100" endDate="2021-09-25 09:12:19 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 09:28:59 +0100" startDate="2021-09-25 09:16:39 +0100" endDate="2021-09-25 09:24:51 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 09:44:48 +0100" startDate="2021-09-25 09:31:26 +0100" endDate="2021-09-25 09:31:34 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 09:55:31 +0100" startDate="2021-09-25 09:44:28 +0100" endDate="2021-09-25 09:48:25 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 10:47:52 +0100" startDate="2021-09-25 10:37:10 +0100" endDate="2021-09-25 10:37:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 11:30:08 +0100" startDate="2021-09-25 11:19:37 +0100" endDate="2021-09-25 11:29:05 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 11:48:43 +0100" startDate="2021-09-25 11:37:40 +0100" endDate="2021-09-25 11:39:50 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 12:14:35 +0100" startDate="2021-09-25 12:03:41 +0100" endDate="2021-09-25 12:04:15 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 13:34:09 +0100" startDate="2021-09-25 13:22:05 +0100" endDate="2021-09-25 13:32:06 +0100" value="1137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 13:44:54 +0100" startDate="2021-09-25 13:32:06 +0100" endDate="2021-09-25 13:38:36 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 13:55:01 +0100" startDate="2021-09-25 13:42:46 +0100" endDate="2021-09-25 13:50:44 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 14:05:29 +0100" startDate="2021-09-25 13:54:13 +0100" endDate="2021-09-25 13:55:42 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 14:24:57 +0100" startDate="2021-09-25 14:13:32 +0100" endDate="2021-09-25 14:23:33 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 14:40:53 +0100" startDate="2021-09-25 14:24:47 +0100" endDate="2021-09-25 14:34:48 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 14:48:06 +0100" startDate="2021-09-25 14:35:49 +0100" endDate="2021-09-25 14:45:02 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 15:03:37 +0100" startDate="2021-09-25 14:50:21 +0100" endDate="2021-09-25 15:00:22 +0100" value="1023"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 15:11:48 +0100" startDate="2021-09-25 15:00:22 +0100" endDate="2021-09-25 15:10:13 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 15:29:47 +0100" startDate="2021-09-25 15:18:45 +0100" endDate="2021-09-25 15:19:36 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 17:24:10 +0100" startDate="2021-09-25 17:13:07 +0100" endDate="2021-09-25 17:22:08 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 17:42:05 +0100" startDate="2021-09-25 17:31:46 +0100" endDate="2021-09-25 17:33:51 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 17:55:43 +0100" startDate="2021-09-25 17:44:40 +0100" endDate="2021-09-25 17:53:35 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 18:21:26 +0100" startDate="2021-09-25 18:10:04 +0100" endDate="2021-09-25 18:10:45 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 18:42:09 +0100" startDate="2021-09-25 18:32:08 +0100" endDate="2021-09-25 18:32:26 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 19:26:24 +0100" startDate="2021-09-25 19:13:44 +0100" endDate="2021-09-25 19:13:52 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 19:36:01 +0100" startDate="2021-09-25 19:24:11 +0100" endDate="2021-09-25 19:28:18 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 19:49:58 +0100" startDate="2021-09-25 19:37:49 +0100" endDate="2021-09-25 19:38:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 20:05:25 +0100" startDate="2021-09-25 19:53:43 +0100" endDate="2021-09-25 20:03:31 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 20:24:54 +0100" startDate="2021-09-25 20:10:37 +0100" endDate="2021-09-25 20:11:53 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 22:12:00 +0100" startDate="2021-09-25 22:00:58 +0100" endDate="2021-09-25 22:04:14 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-25 22:16:32 +0100" startDate="2021-09-25 22:13:40 +0100" endDate="2021-09-25 22:15:15 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-26 09:35:24 +0100" startDate="2021-09-26 09:24:21 +0100" endDate="2021-09-26 09:24:46 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-26 11:14:50 +0100" startDate="2021-09-26 11:03:48 +0100" endDate="2021-09-26 11:07:49 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-26 11:35:05 +0100" startDate="2021-09-26 11:24:02 +0100" endDate="2021-09-26 11:30:37 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-26 12:34:33 +0100" startDate="2021-09-26 12:23:30 +0100" endDate="2021-09-26 12:31:04 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-26 12:46:01 +0100" startDate="2021-09-26 12:34:58 +0100" endDate="2021-09-26 12:35:11 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-26 13:52:42 +0100" startDate="2021-09-26 13:41:40 +0100" endDate="2021-09-26 13:41:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-26 14:16:26 +0100" startDate="2021-09-26 14:05:23 +0100" endDate="2021-09-26 14:05:28 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-26 14:40:55 +0100" startDate="2021-09-26 14:29:53 +0100" endDate="2021-09-26 14:32:56 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-26 17:10:02 +0100" startDate="2021-09-26 16:58:59 +0100" endDate="2021-09-26 16:59:09 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-26 17:31:55 +0100" startDate="2021-09-26 17:20:52 +0100" endDate="2021-09-26 17:30:51 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.7.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.7.1, creation date:2021-08-19 04:39:28 +0000&gt;" unit="count" creationDate="2021-09-26 17:42:01 +0100" startDate="2021-09-26 17:30:58 +0100" endDate="2021-09-26 17:38:37 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 18:21:13 +0100" startDate="2021-09-26 18:10:10 +0100" endDate="2021-09-26 18:13:04 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 18:46:29 +0100" startDate="2021-09-26 18:35:26 +0100" endDate="2021-09-26 18:39:08 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 19:14:17 +0100" startDate="2021-09-26 19:03:14 +0100" endDate="2021-09-26 19:04:00 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 19:27:41 +0100" startDate="2021-09-26 19:16:38 +0100" endDate="2021-09-26 19:25:33 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 20:22:45 +0100" startDate="2021-09-26 20:11:42 +0100" endDate="2021-09-26 20:12:33 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:05:52 +0100" endDate="2021-09-26 21:05:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:05:57 +0100" endDate="2021-09-26 21:06:02 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:06:02 +0100" endDate="2021-09-26 21:06:07 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:06:07 +0100" endDate="2021-09-26 21:06:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:06:12 +0100" endDate="2021-09-26 21:06:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:06:17 +0100" endDate="2021-09-26 21:06:20 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:08:58 +0100" endDate="2021-09-26 21:09:03 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:09:03 +0100" endDate="2021-09-26 21:09:08 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:09:08 +0100" endDate="2021-09-26 21:09:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:09:13 +0100" endDate="2021-09-26 21:09:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:09:18 +0100" endDate="2021-09-26 21:09:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:09:23 +0100" endDate="2021-09-26 21:09:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:09:59 +0100" endDate="2021-09-26 21:10:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:10:04 +0100" endDate="2021-09-26 21:10:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:10:12 +0100" endDate="2021-09-26 21:10:17 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:10:22 +0100" endDate="2021-09-26 21:10:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:10:27 +0100" endDate="2021-09-26 21:10:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:10:32 +0100" endDate="2021-09-26 21:10:37 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:10:37 +0100" endDate="2021-09-26 21:10:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:10:42 +0100" endDate="2021-09-26 21:10:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:10:47 +0100" endDate="2021-09-26 21:10:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:11:23 +0100" endDate="2021-09-26 21:11:28 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:11:28 +0100" endDate="2021-09-26 21:11:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:11:36 +0100" endDate="2021-09-26 21:11:38 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:11:41 +0100" endDate="2021-09-26 21:11:43 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:11:48 +0100" endDate="2021-09-26 21:11:53 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:12:01 +0100" endDate="2021-09-26 21:12:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:12:09 +0100" endDate="2021-09-26 21:12:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-26 21:16:38 +0100" startDate="2021-09-26 21:12:14 +0100" endDate="2021-09-26 21:12:19 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 06:40:54 +0100" startDate="2021-09-27 06:29:51 +0100" endDate="2021-09-27 06:34:32 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 06:54:13 +0100" startDate="2021-09-27 06:43:10 +0100" endDate="2021-09-27 06:43:23 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 07:21:38 +0100" startDate="2021-09-27 07:10:35 +0100" endDate="2021-09-27 07:11:03 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 09:49:42 +0100" startDate="2021-09-27 09:38:39 +0100" endDate="2021-09-27 09:48:40 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 10:00:36 +0100" startDate="2021-09-27 09:48:40 +0100" endDate="2021-09-27 09:53:46 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 10:29:33 +0100" startDate="2021-09-27 10:18:30 +0100" endDate="2021-09-27 10:28:14 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 11:22:37 +0100" startDate="2021-09-27 11:11:34 +0100" endDate="2021-09-27 11:11:54 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 11:47:37 +0100" startDate="2021-09-27 11:36:34 +0100" endDate="2021-09-27 11:38:34 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 12:00:37 +0100" startDate="2021-09-27 11:49:12 +0100" endDate="2021-09-27 11:57:04 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 15:08:47 +0100" startDate="2021-09-27 14:55:01 +0100" endDate="2021-09-27 14:55:17 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 15:44:52 +0100" startDate="2021-09-27 15:33:48 +0100" endDate="2021-09-27 15:43:29 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 15:55:43 +0100" startDate="2021-09-27 15:44:40 +0100" endDate="2021-09-27 15:51:45 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 17:15:29 +0100" startDate="2021-09-27 17:04:26 +0100" endDate="2021-09-27 17:11:57 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-27 17:28:44 +0100" startDate="2021-09-27 17:17:42 +0100" endDate="2021-09-27 17:17:55 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 05:19:02 +0100" startDate="2021-09-28 05:08:00 +0100" endDate="2021-09-28 05:17:02 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 06:11:43 +0100" startDate="2021-09-28 06:00:48 +0100" endDate="2021-09-28 06:00:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 06:27:36 +0100" startDate="2021-09-28 06:16:33 +0100" endDate="2021-09-28 06:16:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 07:01:18 +0100" startDate="2021-09-28 06:50:15 +0100" endDate="2021-09-28 06:57:36 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 07:16:47 +0100" startDate="2021-09-28 07:03:50 +0100" endDate="2021-09-28 07:05:09 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 07:42:07 +0100" startDate="2021-09-28 07:30:23 +0100" endDate="2021-09-28 07:35:52 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 07:55:20 +0100" startDate="2021-09-28 07:43:39 +0100" endDate="2021-09-28 07:44:30 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 09:02:19 +0100" startDate="2021-09-28 08:51:10 +0100" endDate="2021-09-28 08:53:23 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 10:32:44 +0100" startDate="2021-09-28 10:19:38 +0100" endDate="2021-09-28 10:21:31 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 12:45:01 +0100" startDate="2021-09-28 12:33:12 +0100" endDate="2021-09-28 12:38:41 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 14:05:57 +0100" startDate="2021-09-28 13:54:54 +0100" endDate="2021-09-28 13:56:59 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 14:24:04 +0100" startDate="2021-09-28 14:09:34 +0100" endDate="2021-09-28 14:09:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 14:44:23 +0100" startDate="2021-09-28 14:33:07 +0100" endDate="2021-09-28 14:34:21 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 15:12:32 +0100" startDate="2021-09-28 14:57:58 +0100" endDate="2021-09-28 15:00:56 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 15:32:52 +0100" startDate="2021-09-28 15:21:27 +0100" endDate="2021-09-28 15:21:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 15:43:25 +0100" startDate="2021-09-28 15:31:59 +0100" endDate="2021-09-28 15:40:52 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 16:23:00 +0100" startDate="2021-09-28 16:10:13 +0100" endDate="2021-09-28 16:10:28 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 16:48:58 +0100" startDate="2021-09-28 16:35:47 +0100" endDate="2021-09-28 16:36:00 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 17:48:57 +0100" startDate="2021-09-28 17:36:35 +0100" endDate="2021-09-28 17:45:41 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 18:01:10 +0100" startDate="2021-09-28 17:48:42 +0100" endDate="2021-09-28 17:58:43 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 18:01:38 +0100" startDate="2021-09-28 17:58:43 +0100" endDate="2021-09-28 18:00:43 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 18:16:43 +0100" startDate="2021-09-28 18:05:41 +0100" endDate="2021-09-28 18:14:00 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 18:37:58 +0100" startDate="2021-09-28 18:26:34 +0100" endDate="2021-09-28 18:36:35 +0100" value="1126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 18:47:38 +0100" startDate="2021-09-28 18:36:35 +0100" endDate="2021-09-28 18:46:36 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 18:58:10 +0100" startDate="2021-09-28 18:46:36 +0100" endDate="2021-09-28 18:53:16 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 19:08:21 +0100" startDate="2021-09-28 18:56:45 +0100" endDate="2021-09-28 19:06:43 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-28 19:17:46 +0100" startDate="2021-09-28 19:06:43 +0100" endDate="2021-09-28 19:11:59 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 07:13:47 +0100" startDate="2021-09-29 07:02:20 +0100" endDate="2021-09-29 07:12:04 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 07:25:04 +0100" startDate="2021-09-29 07:13:15 +0100" endDate="2021-09-29 07:23:13 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 07:35:45 +0100" startDate="2021-09-29 07:23:21 +0100" endDate="2021-09-29 07:30:16 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 08:13:46 +0100" startDate="2021-09-29 08:00:03 +0100" endDate="2021-09-29 08:00:41 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 08:49:58 +0100" startDate="2021-09-29 08:38:56 +0100" endDate="2021-09-29 08:43:29 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 09:02:46 +0100" startDate="2021-09-29 08:50:40 +0100" endDate="2021-09-29 08:51:08 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 09:12:38 +0100" startDate="2021-09-29 09:00:43 +0100" endDate="2021-09-29 09:01:09 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 09:23:30 +0100" startDate="2021-09-29 09:11:41 +0100" endDate="2021-09-29 09:11:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 11:22:01 +0100" startDate="2021-09-29 11:09:57 +0100" endDate="2021-09-29 11:19:56 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 11:30:21 +0100" startDate="2021-09-29 11:19:56 +0100" endDate="2021-09-29 11:29:50 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 11:44:31 +0100" startDate="2021-09-29 11:31:09 +0100" endDate="2021-09-29 11:33:39 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 12:03:28 +0100" startDate="2021-09-29 11:50:52 +0100" endDate="2021-09-29 11:57:29 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 12:13:09 +0100" startDate="2021-09-29 12:02:07 +0100" endDate="2021-09-29 12:07:43 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 12:51:11 +0100" startDate="2021-09-29 12:39:29 +0100" endDate="2021-09-29 12:40:35 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 13:04:37 +0100" startDate="2021-09-29 12:51:03 +0100" endDate="2021-09-29 12:58:47 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 13:37:33 +0100" startDate="2021-09-29 13:26:17 +0100" endDate="2021-09-29 13:35:18 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 13:50:08 +0100" startDate="2021-09-29 13:37:18 +0100" endDate="2021-09-29 13:47:19 +0100" value="1184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 13:59:44 +0100" startDate="2021-09-29 13:47:21 +0100" endDate="2021-09-29 13:53:00 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 14:11:16 +0100" startDate="2021-09-29 13:59:08 +0100" endDate="2021-09-29 14:09:09 +0100" value="1098"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 14:20:11 +0100" startDate="2021-09-29 14:09:09 +0100" endDate="2021-09-29 14:18:29 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 16:20:18 +0100" startDate="2021-09-29 16:07:26 +0100" endDate="2021-09-29 16:14:11 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 16:30:54 +0100" startDate="2021-09-29 16:19:04 +0100" endDate="2021-09-29 16:19:50 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 17:02:10 +0100" startDate="2021-09-29 16:51:07 +0100" endDate="2021-09-29 16:53:53 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 17:15:59 +0100" startDate="2021-09-29 17:01:47 +0100" endDate="2021-09-29 17:08:45 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 18:01:54 +0100" startDate="2021-09-29 17:48:01 +0100" endDate="2021-09-29 17:48:52 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 18:13:19 +0100" startDate="2021-09-29 18:00:36 +0100" endDate="2021-09-29 18:03:57 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 18:28:25 +0100" startDate="2021-09-29 18:16:10 +0100" endDate="2021-09-29 18:16:13 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 19:18:59 +0100" startDate="2021-09-29 19:07:13 +0100" endDate="2021-09-29 19:11:56 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 21:01:05 +0100" startDate="2021-09-29 20:49:12 +0100" endDate="2021-09-29 20:57:52 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 21:13:34 +0100" startDate="2021-09-29 21:00:55 +0100" endDate="2021-09-29 21:10:56 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-29 21:21:59 +0100" startDate="2021-09-29 21:10:56 +0100" endDate="2021-09-29 21:13:44 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 06:55:23 +0100" startDate="2021-09-30 06:44:20 +0100" endDate="2021-09-30 06:49:37 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 08:00:30 +0100" startDate="2021-09-30 07:48:37 +0100" endDate="2021-09-30 07:58:13 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 08:11:28 +0100" startDate="2021-09-30 07:59:27 +0100" endDate="2021-09-30 07:59:30 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 08:23:40 +0100" startDate="2021-09-30 08:12:30 +0100" endDate="2021-09-30 08:12:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 09:05:21 +0100" startDate="2021-09-30 08:53:42 +0100" endDate="2021-09-30 09:03:36 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 09:39:23 +0100" startDate="2021-09-30 09:26:05 +0100" endDate="2021-09-30 09:32:24 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 10:34:37 +0100" startDate="2021-09-30 10:20:29 +0100" endDate="2021-09-30 10:27:53 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 11:15:48 +0100" startDate="2021-09-30 11:03:24 +0100" endDate="2021-09-30 11:13:25 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 11:27:35 +0100" startDate="2021-09-30 11:13:25 +0100" endDate="2021-09-30 11:21:46 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 11:54:19 +0100" startDate="2021-09-30 11:43:17 +0100" endDate="2021-09-30 11:53:18 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 12:04:50 +0100" startDate="2021-09-30 11:53:18 +0100" endDate="2021-09-30 12:03:14 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 12:14:22 +0100" startDate="2021-09-30 12:03:19 +0100" endDate="2021-09-30 12:06:10 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 12:43:28 +0100" startDate="2021-09-30 12:32:11 +0100" endDate="2021-09-30 12:33:40 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 14:11:36 +0100" startDate="2021-09-30 13:59:15 +0100" endDate="2021-09-30 14:08:18 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 14:26:46 +0100" startDate="2021-09-30 14:11:37 +0100" endDate="2021-09-30 14:12:45 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 14:46:33 +0100" startDate="2021-09-30 14:34:45 +0100" endDate="2021-09-30 14:36:49 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 15:29:22 +0100" startDate="2021-09-30 15:18:20 +0100" endDate="2021-09-30 15:25:22 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 15:44:00 +0100" startDate="2021-09-30 15:31:47 +0100" endDate="2021-09-30 15:41:48 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 15:57:14 +0100" startDate="2021-09-30 15:41:48 +0100" endDate="2021-09-30 15:51:49 +0100" value="1091"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 16:02:52 +0100" startDate="2021-09-30 15:51:49 +0100" endDate="2021-09-30 16:01:50 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 16:12:53 +0100" startDate="2021-09-30 16:01:50 +0100" endDate="2021-09-30 16:08:25 +0100" value="680"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 16:43:32 +0100" startDate="2021-09-30 16:32:29 +0100" endDate="2021-09-30 16:36:00 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 18:28:00 +0100" startDate="2021-09-30 18:16:57 +0100" endDate="2021-09-30 18:22:28 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-09-30 18:38:24 +0100" startDate="2021-09-30 18:27:21 +0100" endDate="2021-09-30 18:27:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 08:28:49 +0100" startDate="2021-10-01 07:17:25 +0100" endDate="2021-10-01 07:27:04 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 08:35:48 +0100" startDate="2021-10-01 08:24:45 +0100" endDate="2021-10-01 08:34:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 08:49:24 +0100" startDate="2021-10-01 08:34:59 +0100" endDate="2021-10-01 08:37:57 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 09:28:38 +0100" startDate="2021-10-01 09:14:51 +0100" endDate="2021-10-01 09:14:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 10:33:38 +0100" startDate="2021-10-01 10:20:20 +0100" endDate="2021-10-01 10:20:45 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 10:44:20 +0100" startDate="2021-10-01 10:32:57 +0100" endDate="2021-10-01 10:42:58 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 10:54:19 +0100" startDate="2021-10-01 10:42:58 +0100" endDate="2021-10-01 10:50:55 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 11:56:28 +0100" startDate="2021-10-01 11:45:25 +0100" endDate="2021-10-01 11:49:53 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 12:16:49 +0100" startDate="2021-10-01 12:05:06 +0100" endDate="2021-10-01 12:09:49 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 12:30:01 +0100" startDate="2021-10-01 12:17:48 +0100" endDate="2021-10-01 12:25:19 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 12:39:02 +0100" startDate="2021-10-01 12:28:00 +0100" endDate="2021-10-01 12:31:31 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 13:41:19 +0100" startDate="2021-10-01 13:30:16 +0100" endDate="2021-10-01 13:38:51 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 13:53:17 +0100" startDate="2021-10-01 13:42:15 +0100" endDate="2021-10-01 13:48:28 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 14:09:35 +0100" startDate="2021-10-01 13:58:32 +0100" endDate="2021-10-01 14:05:45 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 14:23:03 +0100" startDate="2021-10-01 14:09:45 +0100" endDate="2021-10-01 14:19:43 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 14:31:46 +0100" startDate="2021-10-01 14:19:49 +0100" endDate="2021-10-01 14:29:27 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 14:41:20 +0100" startDate="2021-10-01 14:29:57 +0100" endDate="2021-10-01 14:39:48 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 14:51:34 +0100" startDate="2021-10-01 14:39:58 +0100" endDate="2021-10-01 14:49:45 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 15:13:18 +0100" startDate="2021-10-01 15:00:37 +0100" endDate="2021-10-01 15:02:50 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 15:58:50 +0100" startDate="2021-10-01 15:47:47 +0100" endDate="2021-10-01 15:51:06 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 16:22:09 +0100" startDate="2021-10-01 16:11:06 +0100" endDate="2021-10-01 16:20:44 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 16:32:20 +0100" startDate="2021-10-01 16:21:17 +0100" endDate="2021-10-01 16:21:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 16:57:37 +0100" startDate="2021-10-01 16:46:26 +0100" endDate="2021-10-01 16:48:38 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 19:11:22 +0100" startDate="2021-10-01 19:00:19 +0100" endDate="2021-10-01 19:08:29 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-01 21:47:55 +0100" startDate="2021-10-01 21:36:53 +0100" endDate="2021-10-01 21:37:03 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 07:39:21 +0100" startDate="2021-10-02 07:27:34 +0100" endDate="2021-10-02 07:28:20 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 09:18:36 +0100" startDate="2021-10-02 09:07:30 +0100" endDate="2021-10-02 09:14:53 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 09:39:26 +0100" startDate="2021-10-02 09:28:23 +0100" endDate="2021-10-02 09:34:15 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 09:52:49 +0100" startDate="2021-10-02 09:41:28 +0100" endDate="2021-10-02 09:49:50 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 10:05:14 +0100" startDate="2021-10-02 09:53:21 +0100" endDate="2021-10-02 10:00:14 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 10:16:17 +0100" startDate="2021-10-02 10:05:05 +0100" endDate="2021-10-02 10:08:38 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 10:33:51 +0100" startDate="2021-10-02 10:20:26 +0100" endDate="2021-10-02 10:26:31 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 10:55:03 +0100" startDate="2021-10-02 10:44:01 +0100" endDate="2021-10-02 10:44:24 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 11:39:59 +0100" startDate="2021-10-02 11:28:49 +0100" endDate="2021-10-02 11:32:08 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 12:07:53 +0100" startDate="2021-10-02 11:56:50 +0100" endDate="2021-10-02 12:04:53 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 12:30:05 +0100" startDate="2021-10-02 12:19:11 +0100" endDate="2021-10-02 12:28:25 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 12:41:52 +0100" startDate="2021-10-02 12:30:50 +0100" endDate="2021-10-02 12:40:46 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 12:54:02 +0100" startDate="2021-10-02 12:42:59 +0100" endDate="2021-10-02 12:45:45 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 13:31:37 +0100" startDate="2021-10-02 13:18:36 +0100" endDate="2021-10-02 13:28:27 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 13:40:02 +0100" startDate="2021-10-02 13:28:43 +0100" endDate="2021-10-02 13:38:41 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 13:51:33 +0100" startDate="2021-10-02 13:38:41 +0100" endDate="2021-10-02 13:38:49 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 14:13:12 +0100" startDate="2021-10-02 14:02:02 +0100" endDate="2021-10-02 14:10:24 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 15:35:09 +0100" startDate="2021-10-02 15:24:07 +0100" endDate="2021-10-02 15:24:47 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 17:40:30 +0100" startDate="2021-10-02 17:27:18 +0100" endDate="2021-10-02 17:29:31 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 19:16:32 +0100" startDate="2021-10-02 19:04:56 +0100" endDate="2021-10-02 19:04:59 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-02 23:47:19 +0100" startDate="2021-10-02 23:36:16 +0100" endDate="2021-10-02 23:36:44 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 10:45:18 +0100" startDate="2021-10-03 10:32:01 +0100" endDate="2021-10-03 10:35:57 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 10:54:54 +0100" startDate="2021-10-03 10:43:51 +0100" endDate="2021-10-03 10:45:41 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 11:35:06 +0100" startDate="2021-10-03 11:22:37 +0100" endDate="2021-10-03 11:32:38 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 11:45:23 +0100" startDate="2021-10-03 11:32:58 +0100" endDate="2021-10-03 11:37:28 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 12:11:40 +0100" startDate="2021-10-03 11:59:26 +0100" endDate="2021-10-03 11:59:49 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 13:26:25 +0100" startDate="2021-10-03 13:10:44 +0100" endDate="2021-10-03 13:16:18 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 13:59:45 +0100" startDate="2021-10-03 13:48:43 +0100" endDate="2021-10-03 13:50:37 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 14:10:19 +0100" startDate="2021-10-03 13:58:51 +0100" endDate="2021-10-03 14:00:46 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 15:22:07 +0100" startDate="2021-10-03 15:10:44 +0100" endDate="2021-10-03 15:11:45 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 15:35:33 +0100" startDate="2021-10-03 15:24:01 +0100" endDate="2021-10-03 15:33:50 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 15:51:56 +0100" startDate="2021-10-03 15:39:23 +0100" endDate="2021-10-03 15:39:33 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 17:20:53 +0100" startDate="2021-10-03 17:09:39 +0100" endDate="2021-10-03 17:11:19 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 17:45:51 +0100" startDate="2021-10-03 17:34:48 +0100" endDate="2021-10-03 17:44:16 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 17:56:37 +0100" startDate="2021-10-03 17:44:49 +0100" endDate="2021-10-03 17:45:07 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 18:43:26 +0100" startDate="2021-10-03 18:39:34 +0100" endDate="2021-10-03 18:43:06 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 18:43:27 +0100" startDate="2021-10-03 18:43:23 +0100" endDate="2021-10-03 18:43:26 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 18:43:39 +0100" startDate="2021-10-03 18:43:29 +0100" endDate="2021-10-03 18:43:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 18:54:26 +0100" startDate="2021-10-03 18:43:36 +0100" endDate="2021-10-03 18:43:39 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-03 21:06:12 +0100" startDate="2021-10-03 20:55:09 +0100" endDate="2021-10-03 20:55:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-04 07:57:04 +0100" startDate="2021-10-04 07:46:01 +0100" endDate="2021-10-04 07:46:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-04 09:26:28 +0100" startDate="2021-10-04 09:13:56 +0100" endDate="2021-10-04 09:14:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-04 09:48:19 +0100" startDate="2021-10-04 09:37:42 +0100" endDate="2021-10-04 09:40:56 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-04 10:27:29 +0100" startDate="2021-10-04 10:16:32 +0100" endDate="2021-10-04 10:16:47 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-04 13:48:50 +0100" startDate="2021-10-04 13:37:47 +0100" endDate="2021-10-04 13:47:43 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-04 13:59:19 +0100" startDate="2021-10-04 13:48:16 +0100" endDate="2021-10-04 13:51:07 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-04 16:55:50 +0100" startDate="2021-10-04 16:44:48 +0100" endDate="2021-10-04 16:53:58 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-04 20:33:06 +0100" startDate="2021-10-04 20:22:03 +0100" endDate="2021-10-04 20:22:34 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-05 03:52:49 +0100" startDate="2021-10-05 03:41:47 +0100" endDate="2021-10-05 03:42:38 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-05 12:09:13 +0100" startDate="2021-10-05 11:54:49 +0100" endDate="2021-10-05 11:55:15 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-05 17:06:20 +0100" startDate="2021-10-05 16:55:17 +0100" endDate="2021-10-05 17:00:20 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-05 17:16:54 +0100" startDate="2021-10-05 17:05:51 +0100" endDate="2021-10-05 17:05:59 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-05 21:06:47 +0100" startDate="2021-10-05 20:55:44 +0100" endDate="2021-10-05 20:56:04 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 02:16:02 +0100" startDate="2021-10-06 02:04:59 +0100" endDate="2021-10-06 02:05:30 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 07:10:20 +0100" startDate="2021-10-06 06:59:11 +0100" endDate="2021-10-06 07:00:52 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 11:05:38 +0100" startDate="2021-10-06 10:54:06 +0100" endDate="2021-10-06 10:54:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 11:27:06 +0100" startDate="2021-10-06 11:15:49 +0100" endDate="2021-10-06 11:18:30 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 11:50:40 +0100" startDate="2021-10-06 11:38:12 +0100" endDate="2021-10-06 11:38:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 13:18:22 +0100" startDate="2021-10-06 13:05:31 +0100" endDate="2021-10-06 13:05:36 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 13:33:05 +0100" startDate="2021-10-06 13:20:56 +0100" endDate="2021-10-06 13:30:57 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 13:44:52 +0100" startDate="2021-10-06 13:30:57 +0100" endDate="2021-10-06 13:32:01 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 14:41:02 +0100" startDate="2021-10-06 14:29:59 +0100" endDate="2021-10-06 14:36:57 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 14:54:30 +0100" startDate="2021-10-06 14:43:12 +0100" endDate="2021-10-06 14:44:44 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 15:53:22 +0100" startDate="2021-10-06 15:43:10 +0100" endDate="2021-10-06 15:50:33 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 16:05:23 +0100" startDate="2021-10-06 15:54:21 +0100" endDate="2021-10-06 16:00:28 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 16:28:39 +0100" startDate="2021-10-06 16:18:19 +0100" endDate="2021-10-06 16:23:29 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 16:43:43 +0100" startDate="2021-10-06 16:30:35 +0100" endDate="2021-10-06 16:40:36 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 16:56:01 +0100" startDate="2021-10-06 16:40:51 +0100" endDate="2021-10-06 16:48:45 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 17:04:11 +0100" startDate="2021-10-06 16:51:05 +0100" endDate="2021-10-06 17:00:05 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 17:17:13 +0100" startDate="2021-10-06 17:05:47 +0100" endDate="2021-10-06 17:07:21 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 18:54:57 +0100" startDate="2021-10-06 18:43:55 +0100" endDate="2021-10-06 18:48:35 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-06 21:38:05 +0100" startDate="2021-10-06 21:27:02 +0100" endDate="2021-10-06 21:29:05 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 06:06:36 +0100" startDate="2021-10-07 05:53:52 +0100" endDate="2021-10-07 05:55:01 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 06:52:26 +0100" startDate="2021-10-07 06:40:06 +0100" endDate="2021-10-07 06:40:22 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 07:04:27 +0100" startDate="2021-10-07 06:53:12 +0100" endDate="2021-10-07 06:55:51 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 07:14:58 +0100" startDate="2021-10-07 07:03:55 +0100" endDate="2021-10-07 07:06:29 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 08:06:41 +0100" startDate="2021-10-07 07:55:02 +0100" endDate="2021-10-07 08:00:41 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 11:12:50 +0100" startDate="2021-10-07 10:57:17 +0100" endDate="2021-10-07 11:07:18 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 11:18:21 +0100" startDate="2021-10-07 11:07:18 +0100" endDate="2021-10-07 11:17:19 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 11:29:36 +0100" startDate="2021-10-07 11:17:19 +0100" endDate="2021-10-07 11:27:19 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 11:41:25 +0100" startDate="2021-10-07 11:27:19 +0100" endDate="2021-10-07 11:34:11 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 15:18:43 +0100" startDate="2021-10-07 15:06:39 +0100" endDate="2021-10-07 15:09:04 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 15:32:32 +0100" startDate="2021-10-07 15:19:59 +0100" endDate="2021-10-07 15:25:25 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 15:41:43 +0100" startDate="2021-10-07 15:30:38 +0100" endDate="2021-10-07 15:33:41 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 16:37:23 +0100" startDate="2021-10-07 16:26:20 +0100" endDate="2021-10-07 16:28:15 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 18:58:00 +0100" startDate="2021-10-07 18:43:13 +0100" endDate="2021-10-07 18:46:39 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 19:15:44 +0100" startDate="2021-10-07 19:03:47 +0100" endDate="2021-10-07 19:10:04 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 19:37:32 +0100" startDate="2021-10-07 19:24:48 +0100" endDate="2021-10-07 19:31:51 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 19:48:55 +0100" startDate="2021-10-07 19:37:07 +0100" endDate="2021-10-07 19:37:37 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-07 21:06:41 +0100" startDate="2021-10-07 20:55:38 +0100" endDate="2021-10-07 20:56:34 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 05:40:45 +0100" startDate="2021-10-08 05:29:20 +0100" endDate="2021-10-08 05:37:16 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 07:10:12 +0100" startDate="2021-10-08 06:59:09 +0100" endDate="2021-10-08 06:59:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 08:26:20 +0100" startDate="2021-10-08 08:15:45 +0100" endDate="2021-10-08 08:25:46 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 08:36:43 +0100" startDate="2021-10-08 08:25:46 +0100" endDate="2021-10-08 08:34:43 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 10:52:48 +0100" startDate="2021-10-08 10:39:36 +0100" endDate="2021-10-08 10:49:38 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 11:02:49 +0100" startDate="2021-10-08 10:49:38 +0100" endDate="2021-10-08 10:59:39 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 11:11:56 +0100" startDate="2021-10-08 10:59:39 +0100" endDate="2021-10-08 11:08:00 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 11:21:13 +0100" startDate="2021-10-08 11:09:42 +0100" endDate="2021-10-08 11:09:50 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 11:44:33 +0100" startDate="2021-10-08 11:33:15 +0100" endDate="2021-10-08 11:33:48 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 13:05:43 +0100" startDate="2021-10-08 12:54:40 +0100" endDate="2021-10-08 13:03:39 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 13:25:51 +0100" startDate="2021-10-08 13:13:02 +0100" endDate="2021-10-08 13:20:56 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 14:59:36 +0100" startDate="2021-10-08 14:47:35 +0100" endDate="2021-10-08 14:57:36 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 15:12:58 +0100" startDate="2021-10-08 14:58:22 +0100" endDate="2021-10-08 15:08:01 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 15:22:24 +0100" startDate="2021-10-08 15:08:46 +0100" endDate="2021-10-08 15:17:18 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 15:43:49 +0100" startDate="2021-10-08 15:32:56 +0100" endDate="2021-10-08 15:40:11 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 17:09:59 +0100" startDate="2021-10-08 16:57:59 +0100" endDate="2021-10-08 17:07:58 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 17:19:01 +0100" startDate="2021-10-08 17:07:58 +0100" endDate="2021-10-08 17:12:21 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 17:34:59 +0100" startDate="2021-10-08 17:23:46 +0100" endDate="2021-10-08 17:30:47 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 18:26:13 +0100" startDate="2021-10-08 18:14:16 +0100" endDate="2021-10-08 18:14:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 21:41:13 +0100" startDate="2021-10-08 21:30:11 +0100" endDate="2021-10-08 21:35:04 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 22:06:49 +0100" startDate="2021-10-08 21:55:24 +0100" endDate="2021-10-08 22:03:15 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 22:17:24 +0100" startDate="2021-10-08 22:06:21 +0100" endDate="2021-10-08 22:13:12 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 23:06:54 +0100" startDate="2021-10-08 22:55:52 +0100" endDate="2021-10-08 23:03:02 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 23:29:59 +0100" startDate="2021-10-08 23:18:01 +0100" endDate="2021-10-08 23:26:44 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-08 23:39:18 +0100" startDate="2021-10-08 23:28:15 +0100" endDate="2021-10-08 23:30:05 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 10:26:27 +0100" startDate="2021-10-09 10:12:07 +0100" endDate="2021-10-09 10:12:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 10:59:53 +0100" startDate="2021-10-09 10:48:12 +0100" endDate="2021-10-09 10:48:22 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 15:12:45 +0100" startDate="2021-10-09 15:01:42 +0100" endDate="2021-10-09 15:01:50 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 15:35:13 +0100" startDate="2021-10-09 15:24:10 +0100" endDate="2021-10-09 15:24:15 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 15:51:58 +0100" startDate="2021-10-09 15:37:06 +0100" endDate="2021-10-09 15:45:41 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 16:00:34 +0100" startDate="2021-10-09 15:48:32 +0100" endDate="2021-10-09 15:56:08 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 16:13:44 +0100" startDate="2021-10-09 15:59:39 +0100" endDate="2021-10-09 16:00:04 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 16:25:46 +0100" startDate="2021-10-09 16:14:43 +0100" endDate="2021-10-09 16:20:35 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 16:59:09 +0100" startDate="2021-10-09 16:46:53 +0100" endDate="2021-10-09 16:55:43 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 17:13:01 +0100" startDate="2021-10-09 17:00:39 +0100" endDate="2021-10-09 17:06:58 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 17:33:58 +0100" startDate="2021-10-09 17:21:33 +0100" endDate="2021-10-09 17:27:37 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 22:01:36 +0100" startDate="2021-10-09 21:50:11 +0100" endDate="2021-10-09 21:52:29 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 22:46:57 +0100" startDate="2021-10-09 22:35:21 +0100" endDate="2021-10-09 22:45:07 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 23:01:01 +0100" startDate="2021-10-09 22:45:35 +0100" endDate="2021-10-09 22:46:36 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 23:13:17 +0100" startDate="2021-10-09 22:59:52 +0100" endDate="2021-10-09 23:09:53 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 23:21:02 +0100" startDate="2021-10-09 23:09:53 +0100" endDate="2021-10-09 23:10:21 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-09 23:37:03 +0100" startDate="2021-10-09 23:25:56 +0100" endDate="2021-10-09 23:26:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 00:35:01 +0100" startDate="2021-10-10 00:23:58 +0100" endDate="2021-10-10 00:33:11 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 00:46:25 +0100" startDate="2021-10-10 00:34:17 +0100" endDate="2021-10-10 00:34:25 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 08:31:32 +0100" startDate="2021-10-10 08:20:29 +0100" endDate="2021-10-10 08:20:55 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 10:32:47 +0100" startDate="2021-10-10 10:19:42 +0100" endDate="2021-10-10 10:23:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 12:01:09 +0100" startDate="2021-10-10 11:49:25 +0100" endDate="2021-10-10 11:58:48 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 12:12:49 +0100" startDate="2021-10-10 11:59:46 +0100" endDate="2021-10-10 12:09:48 +0100" value="969"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 12:39:59 +0100" startDate="2021-10-10 12:26:54 +0100" endDate="2021-10-10 12:36:52 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 12:51:23 +0100" startDate="2021-10-10 12:36:55 +0100" endDate="2021-10-10 12:46:56 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 13:00:00 +0100" startDate="2021-10-10 12:46:56 +0100" endDate="2021-10-10 12:56:55 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 13:08:32 +0100" startDate="2021-10-10 12:56:55 +0100" endDate="2021-10-10 13:00:54 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 13:33:18 +0100" startDate="2021-10-10 13:21:02 +0100" endDate="2021-10-10 13:31:03 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 13:42:52 +0100" startDate="2021-10-10 13:31:03 +0100" endDate="2021-10-10 13:41:04 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 13:55:56 +0100" startDate="2021-10-10 13:41:04 +0100" endDate="2021-10-10 13:51:05 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 14:06:42 +0100" startDate="2021-10-10 13:51:05 +0100" endDate="2021-10-10 14:00:35 +0100" value="912"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 14:12:24 +0100" startDate="2021-10-10 14:01:21 +0100" endDate="2021-10-10 14:08:57 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-10 21:32:54 +0100" startDate="2021-10-10 21:21:51 +0100" endDate="2021-10-10 21:26:04 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 05:51:08 +0100" startDate="2021-10-11 05:40:05 +0100" endDate="2021-10-11 05:40:21 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 06:01:57 +0100" startDate="2021-10-11 05:54:05 +0100" endDate="2021-10-11 06:01:18 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 07:22:54 +0100" startDate="2021-10-11 07:08:53 +0100" endDate="2021-10-11 07:09:59 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 08:39:24 +0100" startDate="2021-10-11 08:27:08 +0100" endDate="2021-10-11 08:27:18 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 10:59:18 +0100" startDate="2021-10-11 10:48:14 +0100" endDate="2021-10-11 10:58:13 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 11:09:27 +0100" startDate="2021-10-11 10:58:13 +0100" endDate="2021-10-11 11:07:26 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 11:20:25 +0100" startDate="2021-10-11 11:09:23 +0100" endDate="2021-10-11 11:18:41 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 15:13:12 +0100" startDate="2021-10-11 15:02:03 +0100" endDate="2021-10-11 15:02:28 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 15:34:54 +0100" startDate="2021-10-11 15:22:59 +0100" endDate="2021-10-11 15:26:36 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 16:26:50 +0100" startDate="2021-10-11 16:15:47 +0100" endDate="2021-10-11 16:18:53 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 17:24:13 +0100" startDate="2021-10-11 17:13:11 +0100" endDate="2021-10-11 17:13:16 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 17:42:03 +0100" startDate="2021-10-11 17:30:59 +0100" endDate="2021-10-11 17:37:04 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 17:57:48 +0100" startDate="2021-10-11 17:50:56 +0100" endDate="2021-10-11 17:51:01 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 18:15:51 +0100" startDate="2021-10-11 18:02:00 +0100" endDate="2021-10-11 18:11:59 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 18:22:32 +0100" startDate="2021-10-11 18:11:59 +0100" endDate="2021-10-11 18:19:02 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 18:38:03 +0100" startDate="2021-10-11 18:24:33 +0100" endDate="2021-10-11 18:34:32 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 18:45:34 +0100" startDate="2021-10-11 18:34:32 +0100" endDate="2021-10-11 18:36:19 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 18:56:52 +0100" startDate="2021-10-11 18:45:49 +0100" endDate="2021-10-11 18:46:15 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 19:55:58 +0100" startDate="2021-10-11 19:44:56 +0100" endDate="2021-10-11 19:45:06 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:12:27 +0100" startDate="2021-10-11 20:01:52 +0100" endDate="2021-10-11 20:01:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:28:07 +0100" startDate="2021-10-11 20:17:04 +0100" endDate="2021-10-11 20:18:15 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:37:51 +0100" startDate="2021-10-11 20:27:41 +0100" endDate="2021-10-11 20:30:26 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:53:35 +0100" startDate="2021-10-11 20:42:32 +0100" endDate="2021-10-11 20:52:34 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:52:34 +0100" endDate="2021-10-11 20:52:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:52:39 +0100" endDate="2021-10-11 20:52:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:52:44 +0100" endDate="2021-10-11 20:52:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:52:49 +0100" endDate="2021-10-11 20:52:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:52:54 +0100" endDate="2021-10-11 20:52:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:52:59 +0100" endDate="2021-10-11 20:53:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:53:04 +0100" endDate="2021-10-11 20:53:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:53:09 +0100" endDate="2021-10-11 20:53:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:53:14 +0100" endDate="2021-10-11 20:53:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:53:19 +0100" endDate="2021-10-11 20:53:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:53:25 +0100" endDate="2021-10-11 20:53:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:53:30 +0100" endDate="2021-10-11 20:53:35 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:53:35 +0100" endDate="2021-10-11 20:53:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:53:40 +0100" endDate="2021-10-11 20:53:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:53:45 +0100" endDate="2021-10-11 20:53:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:53:50 +0100" endDate="2021-10-11 20:53:55 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:53:55 +0100" endDate="2021-10-11 20:54:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:54:00 +0100" endDate="2021-10-11 20:54:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:54:05 +0100" endDate="2021-10-11 20:54:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:54:10 +0100" endDate="2021-10-11 20:54:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:54:15 +0100" endDate="2021-10-11 20:54:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:54:21 +0100" endDate="2021-10-11 20:54:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:54:26 +0100" endDate="2021-10-11 20:54:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:54:31 +0100" endDate="2021-10-11 20:54:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:54:36 +0100" endDate="2021-10-11 20:54:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:54:41 +0100" endDate="2021-10-11 20:54:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:54:46 +0100" endDate="2021-10-11 20:54:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:54:51 +0100" endDate="2021-10-11 20:54:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:54:56 +0100" endDate="2021-10-11 20:55:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:55:01 +0100" endDate="2021-10-11 20:55:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:55:06 +0100" endDate="2021-10-11 20:55:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:55:12 +0100" endDate="2021-10-11 20:55:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:55:17 +0100" endDate="2021-10-11 20:55:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:55:22 +0100" endDate="2021-10-11 20:55:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:55:27 +0100" endDate="2021-10-11 20:55:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:55:32 +0100" endDate="2021-10-11 20:55:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:55:37 +0100" endDate="2021-10-11 20:55:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:55:42 +0100" endDate="2021-10-11 20:55:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:55:47 +0100" endDate="2021-10-11 20:55:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:55:52 +0100" endDate="2021-10-11 20:55:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:55:57 +0100" endDate="2021-10-11 20:56:02 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:56:02 +0100" endDate="2021-10-11 20:56:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:56:08 +0100" endDate="2021-10-11 20:56:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:56:13 +0100" endDate="2021-10-11 20:56:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:56:18 +0100" endDate="2021-10-11 20:56:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:56:23 +0100" endDate="2021-10-11 20:56:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:56:28 +0100" endDate="2021-10-11 20:56:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:56:33 +0100" endDate="2021-10-11 20:56:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:56:38 +0100" endDate="2021-10-11 20:56:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:56:43 +0100" endDate="2021-10-11 20:56:48 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:56:48 +0100" endDate="2021-10-11 20:56:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:56:53 +0100" endDate="2021-10-11 20:56:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:56:58 +0100" endDate="2021-10-11 20:57:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:57:04 +0100" endDate="2021-10-11 20:57:06 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:57:21 +0100" endDate="2021-10-11 20:57:26 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 20:58:34 +0100" startDate="2021-10-11 20:58:10 +0100" endDate="2021-10-11 20:58:15 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-11 21:09:38 +0100" startDate="2021-10-11 20:59:01 +0100" endDate="2021-10-11 21:02:53 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 06:28:33 +0100" startDate="2021-10-12 06:17:26 +0100" endDate="2021-10-12 06:23:38 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 07:22:04 +0100" startDate="2021-10-12 07:08:38 +0100" endDate="2021-10-12 07:18:40 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 07:31:15 +0100" startDate="2021-10-12 07:18:40 +0100" endDate="2021-10-12 07:26:03 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 07:41:11 +0100" startDate="2021-10-12 07:29:57 +0100" endDate="2021-10-12 07:30:10 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 08:29:29 +0100" startDate="2021-10-12 08:18:07 +0100" endDate="2021-10-12 08:18:12 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 09:56:54 +0100" startDate="2021-10-12 09:44:56 +0100" endDate="2021-10-12 09:49:22 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 10:06:51 +0100" startDate="2021-10-12 09:55:41 +0100" endDate="2021-10-12 10:04:54 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 10:23:12 +0100" startDate="2021-10-12 10:12:10 +0100" endDate="2021-10-12 10:19:43 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 11:11:25 +0100" startDate="2021-10-12 10:58:52 +0100" endDate="2021-10-12 11:08:53 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 11:19:55 +0100" startDate="2021-10-12 11:08:53 +0100" endDate="2021-10-12 11:18:44 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 11:30:57 +0100" startDate="2021-10-12 11:19:19 +0100" endDate="2021-10-12 11:29:21 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 11:40:23 +0100" startDate="2021-10-12 11:29:21 +0100" endDate="2021-10-12 11:31:33 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 12:01:40 +0100" startDate="2021-10-12 11:50:37 +0100" endDate="2021-10-12 11:50:47 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 12:37:48 +0100" startDate="2021-10-12 12:26:19 +0100" endDate="2021-10-12 12:36:10 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 12:47:35 +0100" startDate="2021-10-12 12:36:20 +0100" endDate="2021-10-12 12:39:08 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 13:03:19 +0100" startDate="2021-10-12 12:52:17 +0100" endDate="2021-10-12 12:58:21 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 13:27:03 +0100" startDate="2021-10-12 13:12:37 +0100" endDate="2021-10-12 13:21:22 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 13:34:52 +0100" startDate="2021-10-12 13:23:50 +0100" endDate="2021-10-12 13:28:25 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 13:51:13 +0100" startDate="2021-10-12 13:40:10 +0100" endDate="2021-10-12 13:49:00 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 14:02:07 +0100" startDate="2021-10-12 13:50:55 +0100" endDate="2021-10-12 14:00:52 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 14:24:13 +0100" startDate="2021-10-12 14:12:45 +0100" endDate="2021-10-12 14:13:47 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 15:07:53 +0100" startDate="2021-10-12 14:53:58 +0100" endDate="2021-10-12 15:01:44 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 15:20:26 +0100" startDate="2021-10-12 15:08:47 +0100" endDate="2021-10-12 15:08:50 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 16:01:21 +0100" startDate="2021-10-12 15:50:18 +0100" endDate="2021-10-12 15:56:59 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 16:21:51 +0100" startDate="2021-10-12 16:09:56 +0100" endDate="2021-10-12 16:14:03 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 17:53:14 +0100" startDate="2021-10-12 17:42:00 +0100" endDate="2021-10-12 17:42:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 17:58:52 +0100" startDate="2021-10-12 17:53:15 +0100" endDate="2021-10-12 17:58:49 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 17:58:55 +0100" startDate="2021-10-12 17:58:49 +0100" endDate="2021-10-12 17:58:51 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 18:09:53 +0100" startDate="2021-10-12 17:58:51 +0100" endDate="2021-10-12 18:08:52 +0100" value="1039"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 18:20:07 +0100" startDate="2021-10-12 18:08:52 +0100" endDate="2021-10-12 18:18:53 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 18:29:56 +0100" startDate="2021-10-12 18:18:53 +0100" endDate="2021-10-12 18:27:53 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 18:55:32 +0100" startDate="2021-10-12 18:44:08 +0100" endDate="2021-10-12 18:44:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 21:07:21 +0100" startDate="2021-10-12 20:55:52 +0100" endDate="2021-10-12 20:55:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-12 21:21:12 +0100" startDate="2021-10-12 21:10:09 +0100" endDate="2021-10-12 21:10:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 05:03:56 +0100" startDate="2021-10-13 04:51:24 +0100" endDate="2021-10-13 04:51:29 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 05:16:19 +0100" startDate="2021-10-13 05:05:16 +0100" endDate="2021-10-13 05:11:18 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 05:34:55 +0100" startDate="2021-10-13 05:22:53 +0100" endDate="2021-10-13 05:30:45 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 05:44:25 +0100" startDate="2021-10-13 05:33:23 +0100" endDate="2021-10-13 05:41:52 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 05:55:47 +0100" startDate="2021-10-13 05:44:25 +0100" endDate="2021-10-13 05:53:15 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 06:07:35 +0100" startDate="2021-10-13 05:57:22 +0100" endDate="2021-10-13 05:57:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 06:19:22 +0100" startDate="2021-10-13 06:08:19 +0100" endDate="2021-10-13 06:09:15 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 07:23:44 +0100" startDate="2021-10-13 07:12:41 +0100" endDate="2021-10-13 07:12:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 07:39:06 +0100" startDate="2021-10-13 07:26:49 +0100" endDate="2021-10-13 07:35:03 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 07:53:32 +0100" startDate="2021-10-13 07:37:59 +0100" endDate="2021-10-13 07:48:00 +0100" value="1168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 08:00:50 +0100" startDate="2021-10-13 07:48:00 +0100" endDate="2021-10-13 07:57:59 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 08:12:30 +0100" startDate="2021-10-13 08:00:39 +0100" endDate="2021-10-13 08:05:45 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 08:26:25 +0100" startDate="2021-10-13 08:15:04 +0100" endDate="2021-10-13 08:25:03 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 08:36:46 +0100" startDate="2021-10-13 08:25:06 +0100" endDate="2021-10-13 08:31:13 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 09:18:56 +0100" startDate="2021-10-13 08:44:18 +0100" endDate="2021-10-13 08:53:46 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 09:18:56 +0100" startDate="2021-10-13 08:57:39 +0100" endDate="2021-10-13 08:59:11 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 09:29:34 +0100" startDate="2021-10-13 09:17:33 +0100" endDate="2021-10-13 09:19:35 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 09:45:55 +0100" startDate="2021-10-13 09:34:53 +0100" endDate="2021-10-13 09:38:57 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 10:05:06 +0100" startDate="2021-10-13 09:53:56 +0100" endDate="2021-10-13 10:03:54 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 10:50:19 +0100" startDate="2021-10-13 10:36:14 +0100" endDate="2021-10-13 10:36:16 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 11:14:22 +0100" startDate="2021-10-13 11:02:22 +0100" endDate="2021-10-13 11:12:24 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 11:23:26 +0100" startDate="2021-10-13 11:12:24 +0100" endDate="2021-10-13 11:21:36 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 11:38:20 +0100" startDate="2021-10-13 11:26:27 +0100" endDate="2021-10-13 11:28:29 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 12:03:39 +0100" startDate="2021-10-13 11:50:37 +0100" endDate="2021-10-13 12:00:18 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 12:11:53 +0100" startDate="2021-10-13 12:00:51 +0100" endDate="2021-10-13 12:09:18 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 12:28:32 +0100" startDate="2021-10-13 12:17:24 +0100" endDate="2021-10-13 12:22:02 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 13:16:32 +0100" startDate="2021-10-13 12:58:45 +0100" endDate="2021-10-13 13:01:28 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 13:45:40 +0100" startDate="2021-10-13 13:34:37 +0100" endDate="2021-10-13 13:36:04 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 14:06:27 +0100" startDate="2021-10-13 13:55:24 +0100" endDate="2021-10-13 14:00:02 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 15:00:00 +0100" startDate="2021-10-13 14:47:27 +0100" endDate="2021-10-13 14:57:23 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 15:09:48 +0100" startDate="2021-10-13 14:58:09 +0100" endDate="2021-10-13 15:03:45 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 15:21:48 +0100" startDate="2021-10-13 15:10:07 +0100" endDate="2021-10-13 15:18:54 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 15:34:11 +0100" startDate="2021-10-13 15:22:25 +0100" endDate="2021-10-13 15:32:26 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 15:43:29 +0100" startDate="2021-10-13 15:32:26 +0100" endDate="2021-10-13 15:42:28 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 15:56:16 +0100" startDate="2021-10-13 15:42:28 +0100" endDate="2021-10-13 15:50:24 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 16:03:42 +0100" startDate="2021-10-13 15:52:36 +0100" endDate="2021-10-13 16:02:37 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 16:14:13 +0100" startDate="2021-10-13 16:02:37 +0100" endDate="2021-10-13 16:10:39 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 16:24:49 +0100" startDate="2021-10-13 16:13:11 +0100" endDate="2021-10-13 16:23:07 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 16:35:40 +0100" startDate="2021-10-13 16:23:15 +0100" endDate="2021-10-13 16:23:51 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 17:57:31 +0100" startDate="2021-10-13 17:47:41 +0100" endDate="2021-10-13 17:56:13 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 18:15:17 +0100" startDate="2021-10-13 18:04:15 +0100" endDate="2021-10-13 18:09:38 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-13 18:25:18 +0100" startDate="2021-10-13 18:14:16 +0100" endDate="2021-10-13 18:14:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 07:34:52 +0100" startDate="2021-10-14 07:21:37 +0100" endDate="2021-10-14 07:31:38 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 07:43:51 +0100" startDate="2021-10-14 07:31:38 +0100" endDate="2021-10-14 07:41:14 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 08:41:17 +0100" startDate="2021-10-14 08:30:09 +0100" endDate="2021-10-14 08:38:15 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 09:07:52 +0100" startDate="2021-10-14 08:56:49 +0100" endDate="2021-10-14 08:59:32 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 09:27:44 +0100" startDate="2021-10-14 09:13:13 +0100" endDate="2021-10-14 09:22:00 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 10:11:10 +0100" startDate="2021-10-14 10:00:07 +0100" endDate="2021-10-14 10:03:08 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 10:27:59 +0100" startDate="2021-10-14 10:16:06 +0100" endDate="2021-10-14 10:18:06 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 11:00:43 +0100" startDate="2021-10-14 10:49:35 +0100" endDate="2021-10-14 10:58:58 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 11:34:54 +0100" startDate="2021-10-14 11:22:43 +0100" endDate="2021-10-14 11:31:51 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 11:50:34 +0100" startDate="2021-10-14 11:39:32 +0100" endDate="2021-10-14 11:49:02 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 12:21:51 +0100" startDate="2021-10-14 12:09:03 +0100" endDate="2021-10-14 12:19:02 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 12:31:45 +0100" startDate="2021-10-14 12:19:02 +0100" endDate="2021-10-14 12:29:03 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 12:40:30 +0100" startDate="2021-10-14 12:29:03 +0100" endDate="2021-10-14 12:39:04 +0100" value="1152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 12:51:18 +0100" startDate="2021-10-14 12:39:04 +0100" endDate="2021-10-14 12:44:58 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 13:03:56 +0100" startDate="2021-10-14 12:51:58 +0100" endDate="2021-10-14 12:52:06 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 13:17:44 +0100" startDate="2021-10-14 13:06:39 +0100" endDate="2021-10-14 13:15:27 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 13:30:18 +0100" startDate="2021-10-14 13:19:14 +0100" endDate="2021-10-14 13:24:37 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 13:40:27 +0100" startDate="2021-10-14 13:29:15 +0100" endDate="2021-10-14 13:39:06 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 13:51:00 +0100" startDate="2021-10-14 13:39:27 +0100" endDate="2021-10-14 13:41:54 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 14:21:22 +0100" startDate="2021-10-14 14:09:00 +0100" endDate="2021-10-14 14:19:01 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 14:30:04 +0100" startDate="2021-10-14 14:19:01 +0100" endDate="2021-10-14 14:28:55 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 14:40:49 +0100" startDate="2021-10-14 14:29:02 +0100" endDate="2021-10-14 14:29:58 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 14:52:21 +0100" startDate="2021-10-14 14:39:29 +0100" endDate="2021-10-14 14:48:11 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 15:03:42 +0100" startDate="2021-10-14 14:51:33 +0100" endDate="2021-10-14 15:01:34 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 15:32:24 +0100" startDate="2021-10-14 15:21:21 +0100" endDate="2021-10-14 15:22:15 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 16:56:02 +0100" startDate="2021-10-14 16:44:59 +0100" endDate="2021-10-14 16:45:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 17:17:07 +0100" startDate="2021-10-14 17:03:16 +0100" endDate="2021-10-14 17:05:03 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 17:26:33 +0100" startDate="2021-10-14 17:15:09 +0100" endDate="2021-10-14 17:25:10 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 17:37:09 +0100" startDate="2021-10-14 17:25:10 +0100" endDate="2021-10-14 17:25:30 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 17:54:32 +0100" startDate="2021-10-14 17:41:48 +0100" endDate="2021-10-14 17:51:37 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 18:07:35 +0100" startDate="2021-10-14 17:55:08 +0100" endDate="2021-10-14 18:03:00 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 18:17:18 +0100" startDate="2021-10-14 18:16:47 +0100" endDate="2021-10-14 18:17:15 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 18:31:03 +0100" startDate="2021-10-14 18:17:15 +0100" endDate="2021-10-14 18:17:33 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 18:39:10 +0100" startDate="2021-10-14 18:27:27 +0100" endDate="2021-10-14 18:28:30 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 18:49:37 +0100" startDate="2021-10-14 18:37:35 +0100" endDate="2021-10-14 18:47:37 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 18:58:47 +0100" startDate="2021-10-14 18:47:44 +0100" endDate="2021-10-14 18:56:54 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 19:12:44 +0100" startDate="2021-10-14 18:59:25 +0100" endDate="2021-10-14 19:09:26 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 19:21:23 +0100" startDate="2021-10-14 19:09:26 +0100" endDate="2021-10-14 19:19:27 +0100" value="1097"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 19:31:16 +0100" startDate="2021-10-14 19:19:27 +0100" endDate="2021-10-14 19:20:43 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 19:43:31 +0100" startDate="2021-10-14 19:30:31 +0100" endDate="2021-10-14 19:40:32 +0100" value="1114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 19:55:28 +0100" startDate="2021-10-14 19:40:32 +0100" endDate="2021-10-14 19:48:49 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-14 21:05:53 +0100" startDate="2021-10-14 20:54:50 +0100" endDate="2021-10-14 21:01:31 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 05:51:36 +0100" startDate="2021-10-15 05:38:42 +0100" endDate="2021-10-15 05:48:43 +0100" value="1138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 06:00:15 +0100" startDate="2021-10-15 05:48:43 +0100" endDate="2021-10-15 05:58:44 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 06:09:16 +0100" startDate="2021-10-15 05:58:44 +0100" endDate="2021-10-15 06:08:27 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 06:19:45 +0100" startDate="2021-10-15 06:08:27 +0100" endDate="2021-10-15 06:18:16 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 06:41:41 +0100" startDate="2021-10-15 06:27:47 +0100" endDate="2021-10-15 06:37:40 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 06:52:44 +0100" startDate="2021-10-15 06:39:30 +0100" endDate="2021-10-15 06:45:11 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 07:07:10 +0100" startDate="2021-10-15 06:54:06 +0100" endDate="2021-10-15 06:57:02 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 07:39:21 +0100" startDate="2021-10-15 07:26:28 +0100" endDate="2021-10-15 07:36:24 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 07:51:18 +0100" startDate="2021-10-15 07:38:06 +0100" endDate="2021-10-15 07:48:07 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 08:00:22 +0100" startDate="2021-10-15 07:48:07 +0100" endDate="2021-10-15 07:57:40 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 08:13:12 +0100" startDate="2021-10-15 08:00:03 +0100" endDate="2021-10-15 08:09:54 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 08:21:51 +0100" startDate="2021-10-15 08:10:14 +0100" endDate="2021-10-15 08:20:15 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 08:32:07 +0100" startDate="2021-10-15 08:20:15 +0100" endDate="2021-10-15 08:29:20 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 08:42:03 +0100" startDate="2021-10-15 08:30:19 +0100" endDate="2021-10-15 08:40:15 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 08:51:43 +0100" startDate="2021-10-15 08:40:41 +0100" endDate="2021-10-15 08:49:18 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 09:14:03 +0100" startDate="2021-10-15 09:02:51 +0100" endDate="2021-10-15 09:12:52 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 09:24:37 +0100" startDate="2021-10-15 09:12:52 +0100" endDate="2021-10-15 09:22:51 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 09:35:41 +0100" startDate="2021-10-15 09:22:56 +0100" endDate="2021-10-15 09:26:43 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 10:15:00 +0100" startDate="2021-10-15 10:03:20 +0100" endDate="2021-10-15 10:06:16 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 10:25:15 +0100" startDate="2021-10-15 10:13:37 +0100" endDate="2021-10-15 10:21:13 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 10:56:17 +0100" startDate="2021-10-15 10:44:55 +0100" endDate="2021-10-15 10:51:40 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 11:09:43 +0100" startDate="2021-10-15 10:56:18 +0100" endDate="2021-10-15 11:05:44 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 11:17:34 +0100" startDate="2021-10-15 11:06:19 +0100" endDate="2021-10-15 11:16:20 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 11:27:41 +0100" startDate="2021-10-15 11:16:20 +0100" endDate="2021-10-15 11:26:22 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 11:37:42 +0100" startDate="2021-10-15 11:26:22 +0100" endDate="2021-10-15 11:36:18 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 11:48:29 +0100" startDate="2021-10-15 11:37:27 +0100" endDate="2021-10-15 11:47:22 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 11:58:45 +0100" startDate="2021-10-15 11:47:28 +0100" endDate="2021-10-15 11:57:29 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 12:09:39 +0100" startDate="2021-10-15 11:57:29 +0100" endDate="2021-10-15 11:58:55 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 12:25:23 +0100" startDate="2021-10-15 12:13:21 +0100" endDate="2021-10-15 12:20:17 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 12:37:09 +0100" startDate="2021-10-15 12:25:08 +0100" endDate="2021-10-15 12:27:08 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 12:48:41 +0100" startDate="2021-10-15 12:37:13 +0100" endDate="2021-10-15 12:37:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 13:10:21 +0100" startDate="2021-10-15 12:58:38 +0100" endDate="2021-10-15 13:00:33 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 13:54:50 +0100" startDate="2021-10-15 13:41:59 +0100" endDate="2021-10-15 13:48:04 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 14:04:29 +0100" startDate="2021-10-15 13:53:17 +0100" endDate="2021-10-15 14:03:16 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 14:14:37 +0100" startDate="2021-10-15 14:03:16 +0100" endDate="2021-10-15 14:10:55 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 14:36:51 +0100" startDate="2021-10-15 14:25:10 +0100" endDate="2021-10-15 14:25:20 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 14:51:43 +0100" startDate="2021-10-15 14:38:07 +0100" endDate="2021-10-15 14:42:27 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 15:02:48 +0100" startDate="2021-10-15 14:51:15 +0100" endDate="2021-10-15 14:54:28 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 15:18:04 +0100" startDate="2021-10-15 15:04:14 +0100" endDate="2021-10-15 15:05:41 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 16:03:56 +0100" startDate="2021-10-15 15:51:24 +0100" endDate="2021-10-15 15:51:47 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 16:57:16 +0100" startDate="2021-10-15 16:44:26 +0100" endDate="2021-10-15 16:53:05 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 17:17:37 +0100" startDate="2021-10-15 17:06:00 +0100" endDate="2021-10-15 17:06:12 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 17:49:58 +0100" startDate="2021-10-15 17:37:15 +0100" endDate="2021-10-15 17:42:08 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 18:03:37 +0100" startDate="2021-10-15 17:49:16 +0100" endDate="2021-10-15 17:59:17 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 18:10:36 +0100" startDate="2021-10-15 17:59:17 +0100" endDate="2021-10-15 18:09:18 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 18:20:59 +0100" startDate="2021-10-15 18:09:18 +0100" endDate="2021-10-15 18:11:51 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 18:30:51 +0100" startDate="2021-10-15 18:20:49 +0100" endDate="2021-10-15 18:29:59 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 20:03:14 +0100" startDate="2021-10-15 19:51:12 +0100" endDate="2021-10-15 19:59:21 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 20:14:23 +0100" startDate="2021-10-15 20:03:13 +0100" endDate="2021-10-15 20:13:14 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-15 20:25:57 +0100" startDate="2021-10-15 20:13:14 +0100" endDate="2021-10-15 20:14:10 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 10:54:28 +0100" startDate="2021-10-16 10:41:08 +0100" endDate="2021-10-16 10:51:09 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 11:03:02 +0100" startDate="2021-10-16 10:51:09 +0100" endDate="2021-10-16 11:01:10 +0100" value="1124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 11:12:17 +0100" startDate="2021-10-16 11:01:10 +0100" endDate="2021-10-16 11:10:38 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 11:29:21 +0100" startDate="2021-10-16 11:17:20 +0100" endDate="2021-10-16 11:27:06 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 11:39:19 +0100" startDate="2021-10-16 11:27:42 +0100" endDate="2021-10-16 11:37:42 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 11:50:34 +0100" startDate="2021-10-16 11:37:42 +0100" endDate="2021-10-16 11:38:03 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 12:52:54 +0100" startDate="2021-10-16 12:41:33 +0100" endDate="2021-10-16 12:51:04 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 13:03:58 +0100" startDate="2021-10-16 12:51:55 +0100" endDate="2021-10-16 13:01:35 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 13:13:43 +0100" startDate="2021-10-16 13:02:03 +0100" endDate="2021-10-16 13:05:02 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 13:50:50 +0100" startDate="2021-10-16 13:39:47 +0100" endDate="2021-10-16 13:39:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 15:38:42 +0100" startDate="2021-10-16 15:26:00 +0100" endDate="2021-10-16 15:30:02 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 15:54:18 +0100" startDate="2021-10-16 15:42:31 +0100" endDate="2021-10-16 15:42:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 16:07:26 +0100" startDate="2021-10-16 15:55:13 +0100" endDate="2021-10-16 15:56:45 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 16:21:39 +0100" startDate="2021-10-16 16:07:37 +0100" endDate="2021-10-16 16:16:42 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 17:17:42 +0100" startDate="2021-10-16 17:06:35 +0100" endDate="2021-10-16 17:09:11 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 17:38:58 +0100" startDate="2021-10-16 17:24:26 +0100" endDate="2021-10-16 17:30:17 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 18:54:31 +0100" startDate="2021-10-16 18:45:17 +0100" endDate="2021-10-16 18:54:08 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 20:47:11 +0100" startDate="2021-10-16 20:35:48 +0100" endDate="2021-10-16 20:36:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 21:26:44 +0100" startDate="2021-10-16 21:15:31 +0100" endDate="2021-10-16 21:16:34 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 22:04:49 +0100" startDate="2021-10-16 21:50:05 +0100" endDate="2021-10-16 21:53:04 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 22:55:37 +0100" startDate="2021-10-16 22:43:20 +0100" endDate="2021-10-16 22:53:19 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 23:07:07 +0100" startDate="2021-10-16 22:53:39 +0100" endDate="2021-10-16 22:58:15 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 23:16:21 +0100" startDate="2021-10-16 23:03:42 +0100" endDate="2021-10-16 23:13:42 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-16 23:26:41 +0100" startDate="2021-10-16 23:13:42 +0100" endDate="2021-10-16 23:17:03 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 00:24:14 +0100" startDate="2021-10-17 00:12:50 +0100" endDate="2021-10-17 00:20:35 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 06:58:37 +0100" startDate="2021-10-17 06:45:16 +0100" endDate="2021-10-17 06:45:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 08:42:59 +0100" startDate="2021-10-17 08:31:12 +0100" endDate="2021-10-17 08:41:04 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 09:00:11 +0100" startDate="2021-10-17 08:47:56 +0100" endDate="2021-10-17 08:57:04 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 09:09:41 +0100" startDate="2021-10-17 08:58:38 +0100" endDate="2021-10-17 09:08:27 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 09:23:28 +0100" startDate="2021-10-17 09:12:25 +0100" endDate="2021-10-17 09:17:00 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 09:39:57 +0100" startDate="2021-10-17 09:28:08 +0100" endDate="2021-10-17 09:31:14 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 10:00:07 +0100" startDate="2021-10-17 09:46:27 +0100" endDate="2021-10-17 09:48:07 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 11:05:06 +0100" startDate="2021-10-17 10:53:50 +0100" endDate="2021-10-17 11:01:04 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 11:16:11 +0100" startDate="2021-10-17 11:03:55 +0100" endDate="2021-10-17 11:04:10 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 11:34:35 +0100" startDate="2021-10-17 11:17:11 +0100" endDate="2021-10-17 11:26:07 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 11:39:15 +0100" startDate="2021-10-17 11:27:20 +0100" endDate="2021-10-17 11:34:57 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 13:00:45 +0100" startDate="2021-10-17 12:49:42 +0100" endDate="2021-10-17 12:58:12 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 13:12:07 +0100" startDate="2021-10-17 13:00:40 +0100" endDate="2021-10-17 13:09:24 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 13:31:16 +0100" startDate="2021-10-17 13:19:31 +0100" endDate="2021-10-17 13:28:59 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 13:53:06 +0100" startDate="2021-10-17 13:41:34 +0100" endDate="2021-10-17 13:48:27 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 14:04:05 +0100" startDate="2021-10-17 13:52:29 +0100" endDate="2021-10-17 14:02:23 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 14:13:01 +0100" startDate="2021-10-17 14:02:31 +0100" endDate="2021-10-17 14:12:29 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 14:16:06 +0100" startDate="2021-10-17 14:14:22 +0100" endDate="2021-10-17 14:15:59 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 14:29:59 +0100" startDate="2021-10-17 14:18:44 +0100" endDate="2021-10-17 14:18:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 15:25:11 +0100" startDate="2021-10-17 15:11:04 +0100" endDate="2021-10-17 15:11:50 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 16:15:34 +0100" startDate="2021-10-17 16:04:32 +0100" endDate="2021-10-17 16:06:44 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 17:13:56 +0100" startDate="2021-10-17 17:02:53 +0100" endDate="2021-10-17 17:07:51 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-17 19:57:23 +0100" startDate="2021-10-17 19:43:59 +0100" endDate="2021-10-17 19:44:24 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 05:30:50 +0100" startDate="2021-10-18 05:18:14 +0100" endDate="2021-10-18 05:22:26 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 10:19:49 +0100" startDate="2021-10-18 10:08:47 +0100" endDate="2021-10-18 10:16:33 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 10:31:13 +0100" startDate="2021-10-18 10:18:53 +0100" endDate="2021-10-18 10:19:26 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 11:57:37 +0100" startDate="2021-10-18 11:46:34 +0100" endDate="2021-10-18 11:56:12 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 12:08:11 +0100" startDate="2021-10-18 11:57:08 +0100" endDate="2021-10-18 11:57:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 12:24:21 +0100" startDate="2021-10-18 12:11:42 +0100" endDate="2021-10-18 12:12:25 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 12:43:03 +0100" startDate="2021-10-18 12:28:52 +0100" endDate="2021-10-18 12:38:53 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 12:50:39 +0100" startDate="2021-10-18 12:38:53 +0100" endDate="2021-10-18 12:48:46 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 13:00:13 +0100" startDate="2021-10-18 12:48:54 +0100" endDate="2021-10-18 12:58:55 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 13:12:12 +0100" startDate="2021-10-18 12:58:55 +0100" endDate="2021-10-18 13:06:33 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 13:37:19 +0100" startDate="2021-10-18 13:26:16 +0100" endDate="2021-10-18 13:35:39 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 14:38:36 +0100" startDate="2021-10-18 14:23:50 +0100" endDate="2021-10-18 14:30:02 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 18:11:58 +0100" startDate="2021-10-18 18:00:03 +0100" endDate="2021-10-18 18:09:47 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 18:25:13 +0100" startDate="2021-10-18 18:12:13 +0100" endDate="2021-10-18 18:12:28 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 21:28:50 +0100" startDate="2021-10-18 21:25:05 +0100" endDate="2021-10-18 21:25:10 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 21:28:50 +0100" startDate="2021-10-18 21:25:10 +0100" endDate="2021-10-18 21:25:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 21:28:50 +0100" startDate="2021-10-18 21:25:16 +0100" endDate="2021-10-18 21:25:21 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 21:28:50 +0100" startDate="2021-10-18 21:25:21 +0100" endDate="2021-10-18 21:25:23 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 21:28:50 +0100" startDate="2021-10-18 21:25:26 +0100" endDate="2021-10-18 21:25:31 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 21:28:50 +0100" startDate="2021-10-18 21:26:24 +0100" endDate="2021-10-18 21:26:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-18 21:28:50 +0100" startDate="2021-10-18 21:26:57 +0100" endDate="2021-10-18 21:27:00 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-19 06:52:54 +0100" startDate="2021-10-19 06:49:20 +0100" endDate="2021-10-19 06:49:33 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-19 07:10:07 +0100" startDate="2021-10-19 06:56:03 +0100" endDate="2021-10-19 07:04:53 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-19 11:03:27 +0100" startDate="2021-10-19 10:52:25 +0100" endDate="2021-10-19 10:56:01 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-19 11:18:45 +0100" startDate="2021-10-19 11:05:37 +0100" endDate="2021-10-19 11:05:57 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-19 11:38:18 +0100" startDate="2021-10-19 11:26:28 +0100" endDate="2021-10-19 11:31:23 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-19 12:30:25 +0100" startDate="2021-10-19 12:17:29 +0100" endDate="2021-10-19 12:21:21 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-19 15:44:53 +0100" startDate="2021-10-19 15:33:08 +0100" endDate="2021-10-19 15:34:37 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-19 17:47:10 +0100" startDate="2021-10-19 17:36:07 +0100" endDate="2021-10-19 17:37:54 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-19 19:20:19 +0100" startDate="2021-10-19 19:08:21 +0100" endDate="2021-10-19 19:17:57 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-19 19:30:03 +0100" startDate="2021-10-19 19:19:01 +0100" endDate="2021-10-19 19:28:52 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-19 19:40:37 +0100" startDate="2021-10-19 19:29:08 +0100" endDate="2021-10-19 19:33:17 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-19 21:19:09 +0100" startDate="2021-10-19 21:08:06 +0100" endDate="2021-10-19 21:11:02 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 05:02:47 +0100" startDate="2021-10-20 04:51:36 +0100" endDate="2021-10-20 04:59:19 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 07:14:25 +0100" startDate="2021-10-20 07:00:20 +0100" endDate="2021-10-20 07:07:35 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 08:20:04 +0100" startDate="2021-10-20 08:07:06 +0100" endDate="2021-10-20 08:16:57 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 08:30:51 +0100" startDate="2021-10-20 08:17:47 +0100" endDate="2021-10-20 08:17:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 09:24:45 +0100" startDate="2021-10-20 09:12:08 +0100" endDate="2021-10-20 09:12:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 09:42:59 +0100" startDate="2021-10-20 09:31:15 +0100" endDate="2021-10-20 09:38:25 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 10:11:43 +0100" startDate="2021-10-20 10:00:40 +0100" endDate="2021-10-20 10:06:58 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 11:26:36 +0100" startDate="2021-10-20 11:15:34 +0100" endDate="2021-10-20 11:24:59 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 11:42:39 +0100" startDate="2021-10-20 11:31:37 +0100" endDate="2021-10-20 11:31:39 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 11:53:16 +0100" startDate="2021-10-20 11:42:13 +0100" endDate="2021-10-20 11:46:43 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 17:46:18 +0100" startDate="2021-10-20 17:33:58 +0100" endDate="2021-10-20 17:36:02 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 19:33:58 +0100" startDate="2021-10-20 19:22:55 +0100" endDate="2021-10-20 19:23:23 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 19:53:40 +0100" startDate="2021-10-20 19:40:40 +0100" endDate="2021-10-20 19:44:14 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-20 21:49:35 +0100" startDate="2021-10-20 21:38:33 +0100" endDate="2021-10-20 21:40:45 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 05:38:51 +0100" startDate="2021-10-21 05:27:49 +0100" endDate="2021-10-21 05:28:04 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 07:45:13 +0100" startDate="2021-10-21 07:34:10 +0100" endDate="2021-10-21 07:34:35 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 09:06:06 +0100" startDate="2021-10-21 08:54:47 +0100" endDate="2021-10-21 08:55:20 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 10:10:08 +0100" startDate="2021-10-21 09:59:05 +0100" endDate="2021-10-21 10:08:41 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 10:21:34 +0100" startDate="2021-10-21 10:10:31 +0100" endDate="2021-10-21 10:10:46 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 10:43:52 +0100" startDate="2021-10-21 10:31:36 +0100" endDate="2021-10-21 10:41:32 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 10:53:33 +0100" startDate="2021-10-21 10:42:30 +0100" endDate="2021-10-21 10:49:43 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 11:03:35 +0100" startDate="2021-10-21 10:52:32 +0100" endDate="2021-10-21 11:00:35 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 11:21:23 +0100" startDate="2021-10-21 11:09:33 +0100" endDate="2021-10-21 11:09:48 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 13:41:59 +0100" startDate="2021-10-21 13:27:03 +0100" endDate="2021-10-21 13:37:04 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 13:49:28 +0100" startDate="2021-10-21 13:37:04 +0100" endDate="2021-10-21 13:47:05 +0100" value="1110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 14:01:00 +0100" startDate="2021-10-21 13:47:05 +0100" endDate="2021-10-21 13:57:06 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 14:08:08 +0100" startDate="2021-10-21 13:57:06 +0100" endDate="2021-10-21 14:05:05 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 14:09:39 +0100" startDate="2021-10-21 14:07:17 +0100" endDate="2021-10-21 14:08:36 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 15:18:01 +0100" startDate="2021-10-21 15:06:55 +0100" endDate="2021-10-21 15:07:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 15:36:46 +0100" startDate="2021-10-21 15:22:15 +0100" endDate="2021-10-21 15:22:25 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 15:50:33 +0100" startDate="2021-10-21 15:39:14 +0100" endDate="2021-10-21 15:39:25 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 20:11:58 +0100" startDate="2021-10-21 19:59:15 +0100" endDate="2021-10-21 20:05:18 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-21 21:41:56 +0100" startDate="2021-10-21 21:30:53 +0100" endDate="2021-10-21 21:32:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 05:35:03 +0100" startDate="2021-10-22 05:23:02 +0100" endDate="2021-10-22 05:33:04 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 05:45:16 +0100" startDate="2021-10-22 05:33:04 +0100" endDate="2021-10-22 05:42:44 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 06:00:04 +0100" startDate="2021-10-22 05:49:01 +0100" endDate="2021-10-22 05:49:06 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 06:11:22 +0100" startDate="2021-10-22 06:00:20 +0100" endDate="2021-10-22 06:00:30 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 06:58:22 +0100" startDate="2021-10-22 06:45:27 +0100" endDate="2021-10-22 06:45:35 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 08:50:39 +0100" startDate="2021-10-22 08:39:36 +0100" endDate="2021-10-22 08:45:14 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 09:24:36 +0100" startDate="2021-10-22 09:13:15 +0100" endDate="2021-10-22 09:19:02 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 09:51:08 +0100" startDate="2021-10-22 09:40:05 +0100" endDate="2021-10-22 09:44:13 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 10:27:32 +0100" startDate="2021-10-22 10:16:30 +0100" endDate="2021-10-22 10:23:58 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 10:50:01 +0100" startDate="2021-10-22 10:38:58 +0100" endDate="2021-10-22 10:39:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 11:07:40 +0100" startDate="2021-10-22 10:54:46 +0100" endDate="2021-10-22 11:04:47 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 11:15:54 +0100" startDate="2021-10-22 11:04:47 +0100" endDate="2021-10-22 11:13:24 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 11:30:04 +0100" startDate="2021-10-22 11:15:14 +0100" endDate="2021-10-22 11:15:55 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 11:47:12 +0100" startDate="2021-10-22 11:36:10 +0100" endDate="2021-10-22 11:46:11 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 11:57:25 +0100" startDate="2021-10-22 11:46:21 +0100" endDate="2021-10-22 11:52:10 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 13:46:24 +0100" startDate="2021-10-22 13:32:53 +0100" endDate="2021-10-22 13:41:30 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 13:58:06 +0100" startDate="2021-10-22 13:44:04 +0100" endDate="2021-10-22 13:44:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 14:52:41 +0100" startDate="2021-10-22 14:40:53 +0100" endDate="2021-10-22 14:41:01 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 15:23:02 +0100" startDate="2021-10-22 15:09:53 +0100" endDate="2021-10-22 15:19:54 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 15:31:29 +0100" startDate="2021-10-22 15:19:54 +0100" endDate="2021-10-22 15:29:47 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 15:41:21 +0100" startDate="2021-10-22 15:30:13 +0100" endDate="2021-10-22 15:39:29 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 15:52:57 +0100" startDate="2021-10-22 15:40:37 +0100" endDate="2021-10-22 15:46:19 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 16:16:57 +0100" startDate="2021-10-22 16:04:25 +0100" endDate="2021-10-22 16:07:39 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 16:37:45 +0100" startDate="2021-10-22 16:26:41 +0100" endDate="2021-10-22 16:27:04 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 16:50:42 +0100" startDate="2021-10-22 16:37:15 +0100" endDate="2021-10-22 16:46:25 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 17:20:13 +0100" startDate="2021-10-22 17:06:13 +0100" endDate="2021-10-22 17:13:59 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 18:14:13 +0100" startDate="2021-10-22 18:01:50 +0100" endDate="2021-10-22 18:02:02 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 18:43:27 +0100" startDate="2021-10-22 18:29:15 +0100" endDate="2021-10-22 18:29:33 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 19:10:43 +0100" startDate="2021-10-22 18:59:40 +0100" endDate="2021-10-22 19:00:41 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 19:46:25 +0100" startDate="2021-10-22 19:33:57 +0100" endDate="2021-10-22 19:34:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 20:39:21 +0100" startDate="2021-10-22 20:25:56 +0100" endDate="2021-10-22 20:29:14 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 21:40:52 +0100" startDate="2021-10-22 21:27:17 +0100" endDate="2021-10-22 21:33:57 +0100" value="656"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 22:53:07 +0100" startDate="2021-10-22 22:38:37 +0100" endDate="2021-10-22 22:48:31 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-22 23:01:37 +0100" startDate="2021-10-22 22:49:52 +0100" endDate="2021-10-22 22:54:12 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 06:22:37 +0100" startDate="2021-10-23 06:08:29 +0100" endDate="2021-10-23 06:08:37 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 06:42:35 +0100" startDate="2021-10-23 06:25:11 +0100" endDate="2021-10-23 06:31:00 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 06:54:06 +0100" startDate="2021-10-23 06:43:01 +0100" endDate="2021-10-23 06:50:12 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 07:06:59 +0100" startDate="2021-10-23 06:53:07 +0100" endDate="2021-10-23 06:58:00 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 07:17:24 +0100" startDate="2021-10-23 07:05:30 +0100" endDate="2021-10-23 07:15:31 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 07:29:27 +0100" startDate="2021-10-23 07:15:31 +0100" endDate="2021-10-23 07:24:32 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 09:36:46 +0100" startDate="2021-10-23 09:24:27 +0100" endDate="2021-10-23 09:34:08 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 09:56:11 +0100" startDate="2021-10-23 09:42:56 +0100" endDate="2021-10-23 09:43:01 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 10:08:57 +0100" startDate="2021-10-23 09:54:56 +0100" endDate="2021-10-23 10:00:18 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 10:19:18 +0100" startDate="2021-10-23 10:05:03 +0100" endDate="2021-10-23 10:15:04 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 10:30:21 +0100" startDate="2021-10-23 10:15:04 +0100" endDate="2021-10-23 10:25:05 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 10:36:27 +0100" startDate="2021-10-23 10:25:05 +0100" endDate="2021-10-23 10:32:51 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 10:50:48 +0100" startDate="2021-10-23 10:35:27 +0100" endDate="2021-10-23 10:45:28 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 11:00:47 +0100" startDate="2021-10-23 10:46:39 +0100" endDate="2021-10-23 10:56:40 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 11:07:43 +0100" startDate="2021-10-23 10:56:40 +0100" endDate="2021-10-23 11:03:02 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 12:03:14 +0100" startDate="2021-10-23 11:49:00 +0100" endDate="2021-10-23 11:59:01 +0100" value="1145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 12:10:29 +0100" startDate="2021-10-23 11:59:01 +0100" endDate="2021-10-23 12:09:02 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 12:21:00 +0100" startDate="2021-10-23 12:09:02 +0100" endDate="2021-10-23 12:19:03 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 12:31:00 +0100" startDate="2021-10-23 12:19:03 +0100" endDate="2021-10-23 12:29:04 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 12:43:02 +0100" startDate="2021-10-23 12:29:09 +0100" endDate="2021-10-23 12:36:51 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 12:57:07 +0100" startDate="2021-10-23 12:45:29 +0100" endDate="2021-10-23 12:55:30 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 13:06:47 +0100" startDate="2021-10-23 12:55:30 +0100" endDate="2021-10-23 12:55:32 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 14:18:18 +0100" startDate="2021-10-23 14:15:19 +0100" endDate="2021-10-23 14:17:29 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 14:43:52 +0100" startDate="2021-10-23 14:29:09 +0100" endDate="2021-10-23 14:39:00 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfd770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 14:50:16 +0100" startDate="2021-10-23 14:39:10 +0100" endDate="2021-10-23 14:49:11 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 15:05:28 +0100" startDate="2021-10-23 14:49:11 +0100" endDate="2021-10-23 14:58:55 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 15:12:09 +0100" startDate="2021-10-23 14:59:28 +0100" endDate="2021-10-23 15:00:06 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 15:22:31 +0100" startDate="2021-10-23 15:10:34 +0100" endDate="2021-10-23 15:20:35 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 15:35:26 +0100" startDate="2021-10-23 15:20:35 +0100" endDate="2021-10-23 15:29:48 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 15:54:12 +0100" startDate="2021-10-23 15:41:31 +0100" endDate="2021-10-23 15:51:33 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 16:04:45 +0100" startDate="2021-10-23 15:51:33 +0100" endDate="2021-10-23 16:01:34 +0100" value="843"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 16:14:47 +0100" startDate="2021-10-23 16:01:34 +0100" endDate="2021-10-23 16:11:07 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 16:24:55 +0100" startDate="2021-10-23 16:12:05 +0100" endDate="2021-10-23 16:22:06 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 16:34:22 +0100" startDate="2021-10-23 16:22:06 +0100" endDate="2021-10-23 16:32:07 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 16:43:17 +0100" startDate="2021-10-23 16:32:07 +0100" endDate="2021-10-23 16:34:17 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-23 16:53:29 +0100" startDate="2021-10-23 16:42:26 +0100" endDate="2021-10-23 16:45:32 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 09:07:34 +0100" startDate="2021-10-24 08:56:29 +0100" endDate="2021-10-24 08:58:21 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 09:43:08 +0100" startDate="2021-10-24 09:28:48 +0100" endDate="2021-10-24 09:38:47 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 09:53:40 +0100" startDate="2021-10-24 09:38:47 +0100" endDate="2021-10-24 09:48:48 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 10:03:19 +0100" startDate="2021-10-24 09:48:48 +0100" endDate="2021-10-24 09:48:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 10:51:46 +0100" startDate="2021-10-24 10:35:41 +0100" endDate="2021-10-24 10:45:42 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 10:58:06 +0100" startDate="2021-10-24 10:45:42 +0100" endDate="2021-10-24 10:55:43 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 11:10:38 +0100" startDate="2021-10-24 10:55:43 +0100" endDate="2021-10-24 11:05:45 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 11:16:47 +0100" startDate="2021-10-24 11:05:45 +0100" endDate="2021-10-24 11:13:00 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 12:02:49 +0100" startDate="2021-10-24 11:50:26 +0100" endDate="2021-10-24 12:00:27 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 12:13:40 +0100" startDate="2021-10-24 12:00:27 +0100" endDate="2021-10-24 12:04:16 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 14:08:48 +0100" startDate="2021-10-24 13:55:39 +0100" endDate="2021-10-24 14:05:12 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 14:17:14 +0100" startDate="2021-10-24 14:06:11 +0100" endDate="2021-10-24 14:10:03 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 14:34:15 +0100" startDate="2021-10-24 14:20:39 +0100" endDate="2021-10-24 14:30:40 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 14:41:43 +0100" startDate="2021-10-24 14:30:40 +0100" endDate="2021-10-24 14:31:08 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:18:16 +0100" endDate="2021-10-24 15:18:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:19:55 +0100" endDate="2021-10-24 15:20:00 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:20:00 +0100" endDate="2021-10-24 15:20:05 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:20:05 +0100" endDate="2021-10-24 15:20:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:20:10 +0100" endDate="2021-10-24 15:20:15 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:20:15 +0100" endDate="2021-10-24 15:20:18 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:20:33 +0100" endDate="2021-10-24 15:20:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:20:38 +0100" endDate="2021-10-24 15:20:43 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:20:43 +0100" endDate="2021-10-24 15:20:48 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:20:48 +0100" endDate="2021-10-24 15:20:54 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:20:54 +0100" endDate="2021-10-24 15:20:59 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:20:59 +0100" endDate="2021-10-24 15:21:04 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:21:04 +0100" endDate="2021-10-24 15:21:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:21:09 +0100" endDate="2021-10-24 15:21:14 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:21:14 +0100" endDate="2021-10-24 15:21:19 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:21:19 +0100" endDate="2021-10-24 15:21:24 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:21:24 +0100" endDate="2021-10-24 15:21:29 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:21:29 +0100" endDate="2021-10-24 15:21:34 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:21:50 +0100" endDate="2021-10-24 15:21:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:21:55 +0100" endDate="2021-10-24 15:22:00 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:22:00 +0100" endDate="2021-10-24 15:22:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:22:05 +0100" endDate="2021-10-24 15:22:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:22:10 +0100" endDate="2021-10-24 15:22:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:22:15 +0100" endDate="2021-10-24 15:22:20 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:22:20 +0100" endDate="2021-10-24 15:22:25 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:22:25 +0100" endDate="2021-10-24 15:22:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:22:30 +0100" endDate="2021-10-24 15:22:35 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:22:35 +0100" endDate="2021-10-24 15:22:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:22:41 +0100" endDate="2021-10-24 15:22:46 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:22:58 +0100" startDate="2021-10-24 15:22:46 +0100" endDate="2021-10-24 15:22:51 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:23:08 +0100" startDate="2021-10-24 15:23:01 +0100" endDate="2021-10-24 15:23:06 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:23:16 +0100" startDate="2021-10-24 15:23:06 +0100" endDate="2021-10-24 15:23:11 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:23:16 +0100" startDate="2021-10-24 15:23:11 +0100" endDate="2021-10-24 15:23:14 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:23:19 +0100" startDate="2021-10-24 15:23:14 +0100" endDate="2021-10-24 15:23:16 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:23:29 +0100" startDate="2021-10-24 15:23:16 +0100" endDate="2021-10-24 15:23:19 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:34:47 +0100" startDate="2021-10-24 15:23:57 +0100" endDate="2021-10-24 15:32:31 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:46:37 +0100" startDate="2021-10-24 15:34:06 +0100" endDate="2021-10-24 15:44:07 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 15:57:56 +0100" startDate="2021-10-24 15:44:07 +0100" endDate="2021-10-24 15:53:12 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 18:26:13 +0100" startDate="2021-10-24 18:14:41 +0100" endDate="2021-10-24 18:15:09 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 18:39:08 +0100" startDate="2021-10-24 18:26:55 +0100" endDate="2021-10-24 18:31:50 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-24 21:29:21 +0100" startDate="2021-10-24 21:16:32 +0100" endDate="2021-10-24 21:16:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 06:45:01 +0100" startDate="2021-10-25 06:33:51 +0100" endDate="2021-10-25 06:33:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 08:45:15 +0100" startDate="2021-10-25 08:33:03 +0100" endDate="2021-10-25 08:42:51 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 08:54:47 +0100" startDate="2021-10-25 08:43:17 +0100" endDate="2021-10-25 08:53:16 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 09:05:15 +0100" startDate="2021-10-25 08:53:16 +0100" endDate="2021-10-25 09:02:08 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 09:16:17 +0100" startDate="2021-10-25 09:05:14 +0100" endDate="2021-10-25 09:12:40 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 12:07:07 +0100" startDate="2021-10-25 11:55:37 +0100" endDate="2021-10-25 11:55:58 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 12:22:42 +0100" startDate="2021-10-25 12:11:05 +0100" endDate="2021-10-25 12:19:01 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 14:55:48 +0100" startDate="2021-10-25 14:44:45 +0100" endDate="2021-10-25 14:51:35 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 17:47:15 +0100" startDate="2021-10-25 17:36:26 +0100" endDate="2021-10-25 17:36:34 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 17:59:37 +0100" startDate="2021-10-25 17:54:21 +0100" endDate="2021-10-25 17:54:39 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 18:16:43 +0100" startDate="2021-10-25 18:05:41 +0100" endDate="2021-10-25 18:15:42 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 18:26:45 +0100" startDate="2021-10-25 18:15:42 +0100" endDate="2021-10-25 18:20:12 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 18:44:07 +0100" startDate="2021-10-25 18:32:13 +0100" endDate="2021-10-25 18:40:12 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 18:53:54 +0100" startDate="2021-10-25 18:42:45 +0100" endDate="2021-10-25 18:52:31 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-25 19:04:04 +0100" startDate="2021-10-25 18:53:02 +0100" endDate="2021-10-25 19:02:09 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 06:25:14 +0100" startDate="2021-10-26 06:11:29 +0100" endDate="2021-10-26 06:11:37 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 07:52:23 +0100" startDate="2021-10-26 07:41:21 +0100" endDate="2021-10-26 07:42:01 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 08:58:09 +0100" startDate="2021-10-26 08:47:06 +0100" endDate="2021-10-26 08:47:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 10:28:35 +0100" startDate="2021-10-26 10:17:11 +0100" endDate="2021-10-26 10:18:12 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 10:40:02 +0100" startDate="2021-10-26 10:29:00 +0100" endDate="2021-10-26 10:38:53 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 10:52:34 +0100" startDate="2021-10-26 10:41:31 +0100" endDate="2021-10-26 10:48:16 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 13:01:34 +0100" startDate="2021-10-26 12:50:31 +0100" endDate="2021-10-26 12:58:28 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 13:19:46 +0100" startDate="2021-10-26 13:07:02 +0100" endDate="2021-10-26 13:16:43 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 13:30:54 +0100" startDate="2021-10-26 13:17:57 +0100" endDate="2021-10-26 13:22:11 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 14:08:00 +0100" startDate="2021-10-26 13:56:57 +0100" endDate="2021-10-26 14:03:28 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 14:21:33 +0100" startDate="2021-10-26 14:10:10 +0100" endDate="2021-10-26 14:10:16 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 15:36:23 +0100" startDate="2021-10-26 15:24:10 +0100" endDate="2021-10-26 15:28:38 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 16:29:54 +0100" startDate="2021-10-26 16:16:34 +0100" endDate="2021-10-26 16:18:18 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 16:42:04 +0100" startDate="2021-10-26 16:26:42 +0100" endDate="2021-10-26 16:34:59 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 17:03:08 +0100" startDate="2021-10-26 16:48:17 +0100" endDate="2021-10-26 16:56:38 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 17:12:28 +0100" startDate="2021-10-26 16:58:23 +0100" endDate="2021-10-26 17:01:46 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 17:37:40 +0100" startDate="2021-10-26 17:26:37 +0100" endDate="2021-10-26 17:26:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 18:24:35 +0100" startDate="2021-10-26 18:13:24 +0100" endDate="2021-10-26 18:15:42 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 18:40:47 +0100" startDate="2021-10-26 18:29:27 +0100" endDate="2021-10-26 18:38:45 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 18:47:02 +0100" startDate="2021-10-26 18:39:28 +0100" endDate="2021-10-26 18:46:51 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 19:01:01 +0100" startDate="2021-10-26 18:47:12 +0100" endDate="2021-10-26 18:57:13 +0100" value="897"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 19:10:55 +0100" startDate="2021-10-26 18:57:13 +0100" endDate="2021-10-26 19:07:11 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 19:19:56 +0100" startDate="2021-10-26 19:07:11 +0100" endDate="2021-10-26 19:12:53 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-26 21:31:07 +0100" startDate="2021-10-26 21:19:47 +0100" endDate="2021-10-26 21:29:38 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 05:24:58 +0100" startDate="2021-10-27 05:13:55 +0100" endDate="2021-10-27 05:14:08 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 06:59:45 +0100" startDate="2021-10-27 06:44:32 +0100" endDate="2021-10-27 06:44:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 07:59:32 +0100" startDate="2021-10-27 07:48:29 +0100" endDate="2021-10-27 07:48:34 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 08:59:32 +0100" startDate="2021-10-27 08:45:18 +0100" endDate="2021-10-27 08:45:29 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 10:44:13 +0100" startDate="2021-10-27 10:33:10 +0100" endDate="2021-10-27 10:43:11 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 10:53:24 +0100" startDate="2021-10-27 10:43:11 +0100" endDate="2021-10-27 10:53:12 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 11:04:15 +0100" startDate="2021-10-27 10:53:12 +0100" endDate="2021-10-27 11:03:13 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 11:14:16 +0100" startDate="2021-10-27 11:03:13 +0100" endDate="2021-10-27 11:10:31 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 12:40:25 +0100" startDate="2021-10-27 12:29:22 +0100" endDate="2021-10-27 12:35:57 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 13:04:06 +0100" startDate="2021-10-27 12:53:34 +0100" endDate="2021-10-27 13:03:07 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 13:15:01 +0100" startDate="2021-10-27 13:03:58 +0100" endDate="2021-10-27 13:09:24 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 13:25:33 +0100" startDate="2021-10-27 13:14:30 +0100" endDate="2021-10-27 13:23:50 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 13:40:40 +0100" startDate="2021-10-27 13:29:37 +0100" endDate="2021-10-27 13:37:44 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 13:51:41 +0100" startDate="2021-10-27 13:40:38 +0100" endDate="2021-10-27 13:44:48 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 14:02:13 +0100" startDate="2021-10-27 13:51:10 +0100" endDate="2021-10-27 13:56:51 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 14:45:20 +0100" startDate="2021-10-27 14:34:17 +0100" endDate="2021-10-27 14:35:16 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 14:56:29 +0100" startDate="2021-10-27 14:45:27 +0100" endDate="2021-10-27 14:45:32 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 15:12:36 +0100" startDate="2021-10-27 15:01:34 +0100" endDate="2021-10-27 15:01:36 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 15:24:43 +0100" startDate="2021-10-27 15:13:40 +0100" endDate="2021-10-27 15:15:40 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 15:55:18 +0100" startDate="2021-10-27 15:44:15 +0100" endDate="2021-10-27 15:45:04 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 16:10:13 +0100" startDate="2021-10-27 15:59:17 +0100" endDate="2021-10-27 16:08:14 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 16:20:56 +0100" startDate="2021-10-27 16:09:53 +0100" endDate="2021-10-27 16:10:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 16:37:37 +0100" startDate="2021-10-27 16:26:34 +0100" endDate="2021-10-27 16:34:10 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 17:45:13 +0100" startDate="2021-10-27 17:34:10 +0100" endDate="2021-10-27 17:41:09 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 17:57:02 +0100" startDate="2021-10-27 17:45:44 +0100" endDate="2021-10-27 17:55:20 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 18:07:51 +0100" startDate="2021-10-27 17:56:39 +0100" endDate="2021-10-27 17:56:49 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 18:28:24 +0100" startDate="2021-10-27 18:16:37 +0100" endDate="2021-10-27 18:25:53 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 18:41:29 +0100" startDate="2021-10-27 18:30:00 +0100" endDate="2021-10-27 18:38:29 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 20:00:50 +0100" startDate="2021-10-27 19:48:49 +0100" endDate="2021-10-27 19:52:49 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 20:37:44 +0100" startDate="2021-10-27 20:20:19 +0100" endDate="2021-10-27 20:28:29 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 21:12:35 +0100" startDate="2021-10-27 21:02:28 +0100" endDate="2021-10-27 21:12:22 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 22:03:19 +0100" startDate="2021-10-27 21:49:56 +0100" endDate="2021-10-27 21:57:16 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 22:14:29 +0100" startDate="2021-10-27 22:00:02 +0100" endDate="2021-10-27 22:00:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-27 22:50:59 +0100" startDate="2021-10-27 22:39:57 +0100" endDate="2021-10-27 22:40:27 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 07:00:02 +0100" startDate="2021-10-28 06:48:59 +0100" endDate="2021-10-28 06:50:21 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 07:11:30 +0100" startDate="2021-10-28 07:00:27 +0100" endDate="2021-10-28 07:10:03 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 07:39:35 +0100" startDate="2021-10-28 07:28:17 +0100" endDate="2021-10-28 07:28:43 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 09:51:02 +0100" startDate="2021-10-28 09:38:47 +0100" endDate="2021-10-28 09:48:48 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 10:01:25 +0100" startDate="2021-10-28 09:48:48 +0100" endDate="2021-10-28 09:58:49 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 10:11:43 +0100" startDate="2021-10-28 09:58:49 +0100" endDate="2021-10-28 10:07:59 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 10:21:40 +0100" startDate="2021-10-28 10:10:37 +0100" endDate="2021-10-28 10:18:36 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 11:07:42 +0100" startDate="2021-10-28 10:56:15 +0100" endDate="2021-10-28 10:56:48 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 11:54:07 +0100" startDate="2021-10-28 11:40:29 +0100" endDate="2021-10-28 11:40:37 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 13:09:07 +0100" startDate="2021-10-28 12:56:13 +0100" endDate="2021-10-28 13:04:48 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 13:33:15 +0100" startDate="2021-10-28 13:20:23 +0100" endDate="2021-10-28 13:21:12 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 15:04:32 +0100" startDate="2021-10-28 14:50:13 +0100" endDate="2021-10-28 14:50:20 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 15:34:53 +0100" startDate="2021-10-28 15:23:51 +0100" endDate="2021-10-28 15:27:40 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 15:51:19 +0100" startDate="2021-10-28 15:39:38 +0100" endDate="2021-10-28 15:49:02 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 16:03:31 +0100" startDate="2021-10-28 15:52:28 +0100" endDate="2021-10-28 16:02:14 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 16:17:02 +0100" startDate="2021-10-28 16:04:50 +0100" endDate="2021-10-28 16:11:30 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 16:27:20 +0100" startDate="2021-10-28 16:15:47 +0100" endDate="2021-10-28 16:23:02 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 17:06:51 +0100" startDate="2021-10-28 16:55:18 +0100" endDate="2021-10-28 17:03:40 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 17:19:48 +0100" startDate="2021-10-28 17:07:16 +0100" endDate="2021-10-28 17:07:29 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 18:16:33 +0100" startDate="2021-10-28 18:05:31 +0100" endDate="2021-10-28 18:08:32 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 18:44:16 +0100" startDate="2021-10-28 18:33:10 +0100" endDate="2021-10-28 18:43:11 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 18:55:19 +0100" startDate="2021-10-28 18:43:11 +0100" endDate="2021-10-28 18:51:56 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 19:12:14 +0100" startDate="2021-10-28 19:01:04 +0100" endDate="2021-10-28 19:10:52 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 20:43:55 +0100" startDate="2021-10-28 20:32:52 +0100" endDate="2021-10-28 20:42:54 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 20:54:14 +0100" startDate="2021-10-28 20:42:54 +0100" endDate="2021-10-28 20:52:42 +0100" value="1016"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 21:04:07 +0100" startDate="2021-10-28 20:53:05 +0100" endDate="2021-10-28 20:57:45 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-28 21:24:51 +0100" startDate="2021-10-28 21:13:48 +0100" endDate="2021-10-28 21:14:34 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 06:46:22 +0100" startDate="2021-10-29 06:35:20 +0100" endDate="2021-10-29 06:40:18 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 07:13:10 +0100" startDate="2021-10-29 07:02:07 +0100" endDate="2021-10-29 07:07:56 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 07:27:18 +0100" startDate="2021-10-29 07:16:15 +0100" endDate="2021-10-29 07:25:28 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 11:36:02 +0100" startDate="2021-10-29 11:22:29 +0100" endDate="2021-10-29 11:32:29 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 12:06:28 +0100" startDate="2021-10-29 11:54:09 +0100" endDate="2021-10-29 12:03:11 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 12:36:12 +0100" startDate="2021-10-29 12:23:00 +0100" endDate="2021-10-29 12:28:34 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 13:01:55 +0100" startDate="2021-10-29 12:49:20 +0100" endDate="2021-10-29 12:55:27 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 13:14:46 +0100" startDate="2021-10-29 13:03:44 +0100" endDate="2021-10-29 13:03:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 13:57:52 +0100" startDate="2021-10-29 13:46:49 +0100" endDate="2021-10-29 13:56:04 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 14:09:21 +0100" startDate="2021-10-29 13:59:05 +0100" endDate="2021-10-29 14:09:01 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 14:20:27 +0100" startDate="2021-10-29 14:09:24 +0100" endDate="2021-10-29 14:19:00 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 14:23:11 +0100" startDate="2021-10-29 14:20:59 +0100" endDate="2021-10-29 14:22:44 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 14:39:51 +0100" startDate="2021-10-29 14:28:48 +0100" endDate="2021-10-29 14:33:29 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 14:57:04 +0100" startDate="2021-10-29 14:45:46 +0100" endDate="2021-10-29 14:45:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 15:07:26 +0100" startDate="2021-10-29 14:57:10 +0100" endDate="2021-10-29 15:02:49 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 15:22:30 +0100" startDate="2021-10-29 15:12:25 +0100" endDate="2021-10-29 15:20:37 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 15:36:19 +0100" startDate="2021-10-29 15:25:40 +0100" endDate="2021-10-29 15:34:35 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 15:52:23 +0100" startDate="2021-10-29 15:35:51 +0100" endDate="2021-10-29 15:35:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 16:01:04 +0100" startDate="2021-10-29 15:47:52 +0100" endDate="2021-10-29 15:54:14 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 16:16:23 +0100" startDate="2021-10-29 16:05:21 +0100" endDate="2021-10-29 16:06:37 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 16:32:36 +0100" startDate="2021-10-29 16:22:04 +0100" endDate="2021-10-29 16:31:58 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 16:43:38 +0100" startDate="2021-10-29 16:32:08 +0100" endDate="2021-10-29 16:32:54 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 17:08:27 +0100" startDate="2021-10-29 16:57:24 +0100" endDate="2021-10-29 16:57:45 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 18:23:50 +0100" startDate="2021-10-29 18:12:00 +0100" endDate="2021-10-29 18:12:31 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-29 23:21:32 +0100" startDate="2021-10-29 23:09:03 +0100" endDate="2021-10-29 23:09:08 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 00:14:42 +0100" startDate="2021-10-30 00:03:39 +0100" endDate="2021-10-30 00:03:42 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 01:03:08 +0100" startDate="2021-10-30 00:52:05 +0100" endDate="2021-10-30 00:55:57 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 06:10:32 +0100" startDate="2021-10-30 05:59:29 +0100" endDate="2021-10-30 06:07:05 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 08:10:42 +0100" startDate="2021-10-30 07:59:29 +0100" endDate="2021-10-30 08:08:20 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 08:23:09 +0100" startDate="2021-10-30 08:12:06 +0100" endDate="2021-10-30 08:12:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 08:41:59 +0100" startDate="2021-10-30 08:30:50 +0100" endDate="2021-10-30 08:40:51 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 08:55:48 +0100" startDate="2021-10-30 08:40:51 +0100" endDate="2021-10-30 08:50:24 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 09:02:15 +0100" startDate="2021-10-30 08:51:12 +0100" endDate="2021-10-30 08:57:24 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 09:12:37 +0100" startDate="2021-10-30 09:01:34 +0100" endDate="2021-10-30 09:09:51 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 09:32:55 +0100" startDate="2021-10-30 09:20:17 +0100" endDate="2021-10-30 09:26:06 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 09:52:11 +0100" startDate="2021-10-30 09:41:08 +0100" endDate="2021-10-30 09:51:09 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 10:03:34 +0100" startDate="2021-10-30 09:51:09 +0100" endDate="2021-10-30 09:59:00 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 10:15:46 +0100" startDate="2021-10-30 10:02:57 +0100" endDate="2021-10-30 10:03:37 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 10:40:16 +0100" startDate="2021-10-30 10:29:13 +0100" endDate="2021-10-30 10:35:35 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 10:55:22 +0100" startDate="2021-10-30 10:44:19 +0100" endDate="2021-10-30 10:44:37 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 11:09:26 +0100" startDate="2021-10-30 10:57:37 +0100" endDate="2021-10-30 11:00:10 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 12:25:46 +0100" startDate="2021-10-30 12:14:36 +0100" endDate="2021-10-30 12:22:36 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 12:46:01 +0100" startDate="2021-10-30 12:28:58 +0100" endDate="2021-10-30 12:31:08 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 13:01:57 +0100" startDate="2021-10-30 12:50:54 +0100" endDate="2021-10-30 12:51:07 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 13:34:37 +0100" startDate="2021-10-30 13:22:14 +0100" endDate="2021-10-30 13:24:13 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 13:50:30 +0100" startDate="2021-10-30 13:38:50 +0100" endDate="2021-10-30 13:41:23 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 14:02:29 +0100" startDate="2021-10-30 13:49:19 +0100" endDate="2021-10-30 13:59:10 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 14:14:22 +0100" startDate="2021-10-30 14:03:19 +0100" endDate="2021-10-30 14:03:32 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 14:24:27 +0100" startDate="2021-10-30 14:22:36 +0100" endDate="2021-10-30 14:24:18 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 14:50:31 +0100" startDate="2021-10-30 14:36:30 +0100" endDate="2021-10-30 14:41:00 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 15:03:25 +0100" startDate="2021-10-30 14:48:44 +0100" endDate="2021-10-30 14:53:16 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 15:38:58 +0100" startDate="2021-10-30 15:22:57 +0100" endDate="2021-10-30 15:24:39 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 16:37:16 +0100" startDate="2021-10-30 16:24:58 +0100" endDate="2021-10-30 16:31:15 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 16:49:08 +0100" startDate="2021-10-30 16:38:05 +0100" endDate="2021-10-30 16:38:18 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 17:23:29 +0100" startDate="2021-10-30 17:12:21 +0100" endDate="2021-10-30 17:20:02 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 17:35:55 +0100" startDate="2021-10-30 17:24:22 +0100" endDate="2021-10-30 17:27:43 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-30 19:55:07 +0100" startDate="2021-10-30 19:44:04 +0100" endDate="2021-10-30 19:47:20 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 05:52:18 +0100" startDate="2021-10-31 05:41:16 +0100" endDate="2021-10-31 05:44:47 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 09:23:08 +0100" startDate="2021-10-31 09:11:55 +0100" endDate="2021-10-31 09:20:47 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 09:33:01 +0100" startDate="2021-10-31 09:21:58 +0100" endDate="2021-10-31 09:22:06 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 09:43:58 +0100" startDate="2021-10-31 09:32:55 +0100" endDate="2021-10-31 09:38:49 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 09:54:50 +0100" startDate="2021-10-31 09:43:47 +0100" endDate="2021-10-31 09:43:55 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 10:36:30 +0100" startDate="2021-10-31 10:24:19 +0100" endDate="2021-10-31 10:24:36 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 12:43:04 +0100" startDate="2021-10-31 12:32:01 +0100" endDate="2021-10-31 12:35:55 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 13:30:56 +0100" startDate="2021-10-31 13:16:45 +0100" endDate="2021-10-31 13:19:56 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 13:51:21 +0100" startDate="2021-10-31 13:40:10 +0100" endDate="2021-10-31 13:42:14 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 14:10:48 +0100" startDate="2021-10-31 13:59:45 +0100" endDate="2021-10-31 14:07:55 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 14:22:11 +0100" startDate="2021-10-31 14:11:09 +0100" endDate="2021-10-31 14:17:21 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 15:00:09 +0100" startDate="2021-10-31 14:48:28 +0100" endDate="2021-10-31 14:51:14 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 16:06:16 +0100" startDate="2021-10-31 15:52:46 +0100" endDate="2021-10-31 15:53:29 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 16:33:21 +0100" startDate="2021-10-31 16:22:18 +0100" endDate="2021-10-31 16:32:18 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 16:47:03 +0100" startDate="2021-10-31 16:32:18 +0100" endDate="2021-10-31 16:32:53 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 16:56:19 +0100" startDate="2021-10-31 16:43:48 +0100" endDate="2021-10-31 16:45:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 17:16:48 +0100" startDate="2021-10-31 17:05:42 +0100" endDate="2021-10-31 17:09:29 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 17:54:51 +0100" startDate="2021-10-31 17:43:48 +0100" endDate="2021-10-31 17:44:06 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-10-31 18:08:45 +0100" startDate="2021-10-31 17:57:34 +0100" endDate="2021-10-31 18:01:41 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 00:02:12 +0100" startDate="2021-10-31 23:51:09 +0100" endDate="2021-10-31 23:59:44 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 08:51:37 +0100" startDate="2021-11-01 08:39:09 +0100" endDate="2021-11-01 08:46:04 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 09:02:39 +0100" startDate="2021-11-01 08:50:55 +0100" endDate="2021-11-01 09:00:56 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 09:11:58 +0100" startDate="2021-11-01 09:00:56 +0100" endDate="2021-11-01 09:07:38 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 09:29:54 +0100" startDate="2021-11-01 09:18:47 +0100" endDate="2021-11-01 09:28:41 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 09:41:37 +0100" startDate="2021-11-01 09:29:11 +0100" endDate="2021-11-01 09:33:13 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 13:56:02 +0100" startDate="2021-11-01 13:43:31 +0100" endDate="2021-11-01 13:53:17 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 14:07:45 +0100" startDate="2021-11-01 13:54:31 +0100" endDate="2021-11-01 14:04:32 +0100" value="1064"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 14:15:35 +0100" startDate="2021-11-01 14:04:32 +0100" endDate="2021-11-01 14:14:33 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 14:31:28 +0100" startDate="2021-11-01 14:14:33 +0100" endDate="2021-11-01 14:24:34 +0100" value="997"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 14:38:14 +0100" startDate="2021-11-01 14:24:34 +0100" endDate="2021-11-01 14:34:35 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 14:51:14 +0100" startDate="2021-11-01 14:34:35 +0100" endDate="2021-11-01 14:44:25 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 14:55:43 +0100" startDate="2021-11-01 14:44:41 +0100" endDate="2021-11-01 14:54:01 +0100" value="903"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 15:13:41 +0100" startDate="2021-11-01 15:01:55 +0100" endDate="2021-11-01 15:02:25 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 16:05:29 +0100" startDate="2021-11-01 15:50:50 +0100" endDate="2021-11-01 16:00:31 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 16:12:17 +0100" startDate="2021-11-01 16:01:14 +0100" endDate="2021-11-01 16:09:23 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 16:52:22 +0100" startDate="2021-11-01 16:41:19 +0100" endDate="2021-11-01 16:48:37 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 17:04:33 +0100" startDate="2021-11-01 16:54:22 +0100" endDate="2021-11-01 17:04:18 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 17:15:28 +0100" startDate="2021-11-01 17:04:26 +0100" endDate="2021-11-01 17:13:36 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 17:42:04 +0100" startDate="2021-11-01 17:30:44 +0100" endDate="2021-11-01 17:40:14 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 18:30:42 +0100" startDate="2021-11-01 18:17:04 +0100" endDate="2021-11-01 18:17:17 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 18:40:08 +0100" startDate="2021-11-01 18:29:05 +0100" endDate="2021-11-01 18:30:21 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 19:45:36 +0100" startDate="2021-11-01 19:33:46 +0100" endDate="2021-11-01 19:43:19 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 19:56:16 +0100" startDate="2021-11-01 19:45:13 +0100" endDate="2021-11-01 19:45:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 20:30:50 +0100" startDate="2021-11-01 20:19:47 +0100" endDate="2021-11-01 20:19:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-01 21:09:45 +0100" startDate="2021-11-01 20:58:42 +0100" endDate="2021-11-01 21:03:57 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 06:05:08 +0100" startDate="2021-11-02 05:53:59 +0100" endDate="2021-11-02 05:54:22 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 06:20:38 +0100" startDate="2021-11-02 06:08:29 +0100" endDate="2021-11-02 06:08:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 06:35:07 +0100" startDate="2021-11-02 06:24:05 +0100" endDate="2021-11-02 06:32:37 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 07:02:09 +0100" startDate="2021-11-02 06:51:06 +0100" endDate="2021-11-02 06:57:13 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 08:52:32 +0100" startDate="2021-11-02 08:39:34 +0100" endDate="2021-11-02 08:49:35 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 09:02:40 +0100" startDate="2021-11-02 08:49:35 +0100" endDate="2021-11-02 08:58:38 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 09:14:29 +0100" startDate="2021-11-02 09:03:26 +0100" endDate="2021-11-02 09:08:04 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 10:08:07 +0100" startDate="2021-11-02 09:55:56 +0100" endDate="2021-11-02 10:04:45 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 10:19:19 +0100" startDate="2021-11-02 10:07:34 +0100" endDate="2021-11-02 10:10:24 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 10:33:58 +0100" startDate="2021-11-02 10:21:43 +0100" endDate="2021-11-02 10:27:27 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 11:11:41 +0100" startDate="2021-11-02 11:00:22 +0100" endDate="2021-11-02 11:06:24 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 11:23:28 +0100" startDate="2021-11-02 11:11:21 +0100" endDate="2021-11-02 11:19:31 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 12:09:04 +0100" startDate="2021-11-02 11:56:59 +0100" endDate="2021-11-02 12:04:19 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 12:20:48 +0100" startDate="2021-11-02 12:08:26 +0100" endDate="2021-11-02 12:18:25 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 12:31:19 +0100" startDate="2021-11-02 12:18:25 +0100" endDate="2021-11-02 12:26:16 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 12:40:39 +0100" startDate="2021-11-02 12:29:19 +0100" endDate="2021-11-02 12:34:53 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 13:04:25 +0100" startDate="2021-11-02 12:52:23 +0100" endDate="2021-11-02 13:02:24 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 13:14:04 +0100" startDate="2021-11-02 13:02:24 +0100" endDate="2021-11-02 13:12:03 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 14:09:24 +0100" startDate="2021-11-02 13:57:46 +0100" endDate="2021-11-02 14:03:25 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 14:23:44 +0100" startDate="2021-11-02 14:11:47 +0100" endDate="2021-11-02 14:21:12 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 15:22:37 +0100" startDate="2021-11-02 15:21:14 +0100" endDate="2021-11-02 15:21:17 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 15:37:43 +0100" startDate="2021-11-02 15:25:54 +0100" endDate="2021-11-02 15:30:14 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 15:47:38 +0100" startDate="2021-11-02 15:36:13 +0100" endDate="2021-11-02 15:37:04 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 16:17:34 +0100" startDate="2021-11-02 16:05:46 +0100" endDate="2021-11-02 16:13:29 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 16:42:33 +0100" startDate="2021-11-02 16:31:31 +0100" endDate="2021-11-02 16:32:06 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 16:54:46 +0100" startDate="2021-11-02 16:43:43 +0100" endDate="2021-11-02 16:45:33 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 17:07:20 +0100" startDate="2021-11-02 16:55:03 +0100" endDate="2021-11-02 17:05:04 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 17:17:10 +0100" startDate="2021-11-02 17:05:04 +0100" endDate="2021-11-02 17:15:05 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 17:26:08 +0100" startDate="2021-11-02 17:15:05 +0100" endDate="2021-11-02 17:21:50 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 19:06:00 +0100" startDate="2021-11-02 18:54:23 +0100" endDate="2021-11-02 19:04:24 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 19:16:57 +0100" startDate="2021-11-02 19:04:24 +0100" endDate="2021-11-02 19:12:23 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 19:27:36 +0100" startDate="2021-11-02 19:16:30 +0100" endDate="2021-11-02 19:26:31 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 19:38:30 +0100" startDate="2021-11-02 19:26:31 +0100" endDate="2021-11-02 19:34:38 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 20:46:29 +0100" startDate="2021-11-02 20:34:08 +0100" endDate="2021-11-02 20:42:25 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 20:55:51 +0100" startDate="2021-11-02 20:44:27 +0100" endDate="2021-11-02 20:50:21 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-02 21:28:55 +0100" startDate="2021-11-02 21:17:52 +0100" endDate="2021-11-02 21:20:05 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 05:23:37 +0100" startDate="2021-11-03 05:12:34 +0100" endDate="2021-11-03 05:13:17 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 05:43:01 +0100" startDate="2021-11-03 05:31:58 +0100" endDate="2021-11-03 05:32:03 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 06:57:07 +0100" startDate="2021-11-03 06:45:39 +0100" endDate="2021-11-03 06:45:49 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 07:44:17 +0100" startDate="2021-11-03 07:33:15 +0100" endDate="2021-11-03 07:36:16 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 08:24:43 +0100" startDate="2021-11-03 08:08:18 +0100" endDate="2021-11-03 08:17:15 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 08:30:15 +0100" startDate="2021-11-03 08:19:13 +0100" endDate="2021-11-03 08:29:09 +0100" value="1060"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 08:41:10 +0100" startDate="2021-11-03 08:29:14 +0100" endDate="2021-11-03 08:37:10 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 08:57:42 +0100" startDate="2021-11-03 08:45:47 +0100" endDate="2021-11-03 08:55:20 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 09:08:32 +0100" startDate="2021-11-03 08:56:41 +0100" endDate="2021-11-03 09:06:42 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 09:17:45 +0100" startDate="2021-11-03 09:06:42 +0100" endDate="2021-11-03 09:13:48 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 09:29:50 +0100" startDate="2021-11-03 09:18:47 +0100" endDate="2021-11-03 09:18:59 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 09:48:47 +0100" startDate="2021-11-03 09:33:41 +0100" endDate="2021-11-03 09:33:59 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 10:23:28 +0100" startDate="2021-11-03 10:12:25 +0100" endDate="2021-11-03 10:22:03 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 10:42:39 +0100" startDate="2021-11-03 10:31:36 +0100" endDate="2021-11-03 10:33:13 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 10:53:55 +0100" startDate="2021-11-03 10:42:38 +0100" endDate="2021-11-03 10:52:24 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 11:05:04 +0100" startDate="2021-11-03 10:54:01 +0100" endDate="2021-11-03 11:03:03 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 11:31:05 +0100" startDate="2021-11-03 11:19:20 +0100" endDate="2021-11-03 11:19:38 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 11:42:07 +0100" startDate="2021-11-03 11:31:04 +0100" endDate="2021-11-03 11:31:07 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 16:54:16 +0100" startDate="2021-11-03 16:43:13 +0100" endDate="2021-11-03 16:43:16 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 17:18:01 +0100" startDate="2021-11-03 17:06:58 +0100" endDate="2021-11-03 17:11:15 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 17:40:45 +0100" startDate="2021-11-03 17:28:14 +0100" endDate="2021-11-03 17:32:21 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 18:29:36 +0100" startDate="2021-11-03 18:13:39 +0100" endDate="2021-11-03 18:23:40 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 18:36:06 +0100" startDate="2021-11-03 18:23:40 +0100" endDate="2021-11-03 18:26:51 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 18:52:25 +0100" startDate="2021-11-03 18:39:21 +0100" endDate="2021-11-03 18:49:10 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 19:01:37 +0100" startDate="2021-11-03 18:49:40 +0100" endDate="2021-11-03 18:56:15 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 20:00:30 +0100" startDate="2021-11-03 19:47:05 +0100" endDate="2021-11-03 19:57:06 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 20:09:33 +0100" startDate="2021-11-03 19:57:06 +0100" endDate="2021-11-03 20:07:07 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 20:22:15 +0100" startDate="2021-11-03 20:07:07 +0100" endDate="2021-11-03 20:12:43 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 19:14:26 +0100" startDate="2021-11-03 19:00:27 +0100" endDate="2021-11-03 19:08:52 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 19:26:18 +0100" startDate="2021-11-03 19:11:30 +0100" endDate="2021-11-03 19:21:21 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 19:34:55 +0100" startDate="2021-11-03 19:21:34 +0100" endDate="2021-11-03 19:23:44 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 21:49:44 +0100" startDate="2021-11-03 21:38:42 +0100" endDate="2021-11-03 21:38:52 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-03 23:06:52 +0100" startDate="2021-11-03 22:55:45 +0100" endDate="2021-11-03 22:55:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 00:29:53 +0100" startDate="2021-11-04 00:14:39 +0100" endDate="2021-11-04 00:17:42 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 00:41:44 +0100" startDate="2021-11-04 00:30:41 +0100" endDate="2021-11-04 00:40:19 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 07:18:21 +0100" startDate="2021-11-04 07:05:07 +0100" endDate="2021-11-04 07:05:35 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 07:32:39 +0100" startDate="2021-11-04 07:18:34 +0100" endDate="2021-11-04 07:26:23 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 07:43:30 +0100" startDate="2021-11-04 07:32:27 +0100" endDate="2021-11-04 07:32:37 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 08:35:08 +0100" startDate="2021-11-04 08:22:57 +0100" endDate="2021-11-04 08:23:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 09:49:53 +0100" startDate="2021-11-04 09:38:48 +0100" endDate="2021-11-04 09:42:03 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 10:36:24 +0100" startDate="2021-11-04 10:25:05 +0100" endDate="2021-11-04 10:31:55 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 12:10:10 +0100" startDate="2021-11-04 11:58:00 +0100" endDate="2021-11-04 11:58:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 12:20:10 +0100" startDate="2021-11-04 12:08:21 +0100" endDate="2021-11-04 12:08:31 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 13:06:12 +0100" startDate="2021-11-04 12:54:57 +0100" endDate="2021-11-04 12:54:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 15:28:03 +0100" startDate="2021-11-04 15:15:46 +0100" endDate="2021-11-04 15:25:45 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 15:36:54 +0100" startDate="2021-11-04 15:25:45 +0100" endDate="2021-11-04 15:35:46 +0100" value="1007"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 15:47:32 +0100" startDate="2021-11-04 15:35:46 +0100" endDate="2021-11-04 15:45:47 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 15:56:50 +0100" startDate="2021-11-04 15:45:47 +0100" endDate="2021-11-04 15:47:44 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 16:13:09 +0100" startDate="2021-11-04 16:00:13 +0100" endDate="2021-11-04 16:09:54 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 16:22:36 +0100" startDate="2021-11-04 16:11:33 +0100" endDate="2021-11-04 16:21:27 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 16:37:16 +0100" startDate="2021-11-04 16:23:11 +0100" endDate="2021-11-04 16:31:54 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 16:50:53 +0100" startDate="2021-11-04 16:39:50 +0100" endDate="2021-11-04 16:42:25 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 17:06:04 +0100" startDate="2021-11-04 16:53:43 +0100" endDate="2021-11-04 17:02:30 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 17:18:20 +0100" startDate="2021-11-04 17:05:05 +0100" endDate="2021-11-04 17:10:01 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 17:36:28 +0100" startDate="2021-11-04 17:25:25 +0100" endDate="2021-11-04 17:35:06 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 20:05:57 +0100" startDate="2021-11-04 19:52:28 +0100" endDate="2021-11-04 20:01:56 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 20:16:05 +0100" startDate="2021-11-04 20:04:16 +0100" endDate="2021-11-04 20:04:31 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-04 21:21:09 +0100" startDate="2021-11-04 21:10:06 +0100" endDate="2021-11-04 21:10:19 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 07:32:50 +0100" startDate="2021-11-05 07:17:19 +0100" endDate="2021-11-05 07:17:45 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 08:07:16 +0100" startDate="2021-11-05 07:55:49 +0100" endDate="2021-11-05 07:55:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 10:50:52 +0100" startDate="2021-11-05 10:37:59 +0100" endDate="2021-11-05 10:41:31 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 11:06:38 +0100" startDate="2021-11-05 10:54:05 +0100" endDate="2021-11-05 10:57:29 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 11:18:04 +0100" startDate="2021-11-05 11:04:57 +0100" endDate="2021-11-05 11:13:22 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 11:51:08 +0100" startDate="2021-11-05 11:38:20 +0100" endDate="2021-11-05 11:43:39 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 12:07:32 +0100" startDate="2021-11-05 11:55:20 +0100" endDate="2021-11-05 12:03:44 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 13:56:16 +0100" startDate="2021-11-05 13:44:44 +0100" endDate="2021-11-05 13:45:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 16:25:40 +0100" startDate="2021-11-05 16:25:27 +0100" endDate="2021-11-05 16:25:30 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 16:37:18 +0100" startDate="2021-11-05 16:27:12 +0100" endDate="2021-11-05 16:36:23 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 17:05:52 +0100" startDate="2021-11-05 16:54:51 +0100" endDate="2021-11-05 17:04:50 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 17:17:48 +0100" startDate="2021-11-05 17:05:44 +0100" endDate="2021-11-05 17:09:00 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 17:30:59 +0100" startDate="2021-11-05 17:16:36 +0100" endDate="2021-11-05 17:26:37 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 17:41:35 +0100" startDate="2021-11-05 17:26:37 +0100" endDate="2021-11-05 17:36:38 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 17:48:51 +0100" startDate="2021-11-05 17:36:38 +0100" endDate="2021-11-05 17:45:56 +0100" value="949"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 18:03:22 +0100" startDate="2021-11-05 17:47:10 +0100" endDate="2021-11-05 17:56:56 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 18:10:22 +0100" startDate="2021-11-05 17:58:51 +0100" endDate="2021-11-05 18:06:01 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 18:20:42 +0100" startDate="2021-11-05 18:09:38 +0100" endDate="2021-11-05 18:19:39 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 18:31:05 +0100" startDate="2021-11-05 18:19:39 +0100" endDate="2021-11-05 18:29:40 +0100" value="1040"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 18:41:40 +0100" startDate="2021-11-05 18:29:40 +0100" endDate="2021-11-05 18:39:41 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 18:50:44 +0100" startDate="2021-11-05 18:39:41 +0100" endDate="2021-11-05 18:47:28 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-05 21:54:02 +0100" startDate="2021-11-05 21:42:59 +0100" endDate="2021-11-05 21:46:25 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 09:04:05 +0100" startDate="2021-11-06 08:51:51 +0100" endDate="2021-11-06 08:56:34 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 09:19:34 +0100" startDate="2021-11-06 09:06:16 +0100" endDate="2021-11-06 09:06:31 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 11:35:31 +0100" startDate="2021-11-06 11:24:18 +0100" endDate="2021-11-06 11:34:19 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 11:48:46 +0100" startDate="2021-11-06 11:34:19 +0100" endDate="2021-11-06 11:37:14 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 12:16:27 +0100" startDate="2021-11-06 12:00:51 +0100" endDate="2021-11-06 12:09:44 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 12:24:20 +0100" startDate="2021-11-06 12:11:18 +0100" endDate="2021-11-06 12:17:56 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 12:34:54 +0100" startDate="2021-11-06 12:22:31 +0100" endDate="2021-11-06 12:23:27 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 12:55:54 +0100" startDate="2021-11-06 12:41:22 +0100" endDate="2021-11-06 12:47:06 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 13:03:08 +0100" startDate="2021-11-06 12:51:54 +0100" endDate="2021-11-06 12:59:14 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 13:15:17 +0100" startDate="2021-11-06 13:03:19 +0100" endDate="2021-11-06 13:11:28 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 13:26:13 +0100" startDate="2021-11-06 13:14:46 +0100" endDate="2021-11-06 13:24:17 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 13:35:25 +0100" startDate="2021-11-06 13:24:53 +0100" endDate="2021-11-06 13:29:35 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 13:59:17 +0100" startDate="2021-11-06 13:47:11 +0100" endDate="2021-11-06 13:47:16 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 22:52:53 +0100" startDate="2021-11-06 17:17:19 +0100" endDate="2021-11-06 17:17:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 22:52:53 +0100" startDate="2021-11-06 17:28:30 +0100" endDate="2021-11-06 17:28:41 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 22:52:53 +0100" startDate="2021-11-06 18:10:41 +0100" endDate="2021-11-06 18:20:10 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 22:52:53 +0100" startDate="2021-11-06 19:59:46 +0100" endDate="2021-11-06 20:00:12 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 23:02:59 +0100" startDate="2021-11-06 22:51:56 +0100" endDate="2021-11-06 23:01:57 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-06 23:14:34 +0100" startDate="2021-11-06 23:03:31 +0100" endDate="2021-11-06 23:03:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 04:44:49 +0100" startDate="2021-11-07 04:33:46 +0100" endDate="2021-11-07 04:35:10 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 07:33:29 +0100" startDate="2021-11-07 07:19:28 +0100" endDate="2021-11-07 07:19:41 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 11:26:22 +0100" startDate="2021-11-07 11:15:20 +0100" endDate="2021-11-07 11:15:55 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 13:35:29 +0100" startDate="2021-11-07 13:23:03 +0100" endDate="2021-11-07 13:30:21 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 13:48:10 +0100" startDate="2021-11-07 13:35:42 +0100" endDate="2021-11-07 13:37:42 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 14:34:02 +0100" startDate="2021-11-07 14:22:17 +0100" endDate="2021-11-07 14:22:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 15:05:51 +0100" startDate="2021-11-07 14:55:19 +0100" endDate="2021-11-07 14:55:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 15:18:57 +0100" startDate="2021-11-07 15:07:54 +0100" endDate="2021-11-07 15:15:03 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 15:26:45 +0100" startDate="2021-11-07 15:18:04 +0100" endDate="2021-11-07 15:26:03 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 15:45:24 +0100" startDate="2021-11-07 15:30:15 +0100" endDate="2021-11-07 15:30:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 16:38:55 +0100" startDate="2021-11-07 16:26:25 +0100" endDate="2021-11-07 16:36:11 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 16:47:47 +0100" startDate="2021-11-07 16:36:37 +0100" endDate="2021-11-07 16:46:30 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 17:11:46 +0100" startDate="2021-11-07 16:57:53 +0100" endDate="2021-11-07 17:07:06 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 17:28:02 +0100" startDate="2021-11-07 17:15:02 +0100" endDate="2021-11-07 17:24:12 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 20:11:14 +0100" startDate="2021-11-07 19:59:55 +0100" endDate="2021-11-07 20:09:56 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 20:22:41 +0100" startDate="2021-11-07 20:09:56 +0100" endDate="2021-11-07 20:11:58 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 21:28:18 +0100" startDate="2021-11-07 21:17:15 +0100" endDate="2021-11-07 21:27:16 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-07 21:38:19 +0100" startDate="2021-11-07 21:27:16 +0100" endDate="2021-11-07 21:27:19 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 08:21:18 +0100" startDate="2021-11-08 08:10:15 +0100" endDate="2021-11-08 08:12:16 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 09:12:04 +0100" startDate="2021-11-08 09:01:01 +0100" endDate="2021-11-08 09:01:03 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 12:40:56 +0100" startDate="2021-11-08 12:26:33 +0100" endDate="2021-11-08 12:36:34 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 12:48:26 +0100" startDate="2021-11-08 12:36:34 +0100" endDate="2021-11-08 12:45:34 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 12:57:46 +0100" startDate="2021-11-08 12:46:43 +0100" endDate="2021-11-08 12:48:20 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 13:22:19 +0100" startDate="2021-11-08 13:10:14 +0100" endDate="2021-11-08 13:10:22 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 14:40:15 +0100" startDate="2021-11-08 14:28:40 +0100" endDate="2021-11-08 14:37:42 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 14:50:37 +0100" startDate="2021-11-08 14:39:27 +0100" endDate="2021-11-08 14:45:49 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 15:20:04 +0100" startDate="2021-11-08 15:09:20 +0100" endDate="2021-11-08 15:17:19 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 17:24:06 +0100" startDate="2021-11-08 17:10:19 +0100" endDate="2021-11-08 17:20:07 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 17:33:46 +0100" startDate="2021-11-08 17:21:06 +0100" endDate="2021-11-08 17:26:24 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 17:51:37 +0100" startDate="2021-11-08 17:39:01 +0100" endDate="2021-11-08 17:46:44 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 18:06:39 +0100" startDate="2021-11-08 17:53:45 +0100" endDate="2021-11-08 18:03:46 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 18:14:49 +0100" startDate="2021-11-08 18:03:46 +0100" endDate="2021-11-08 18:05:05 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 20:28:43 +0100" startDate="2021-11-08 20:17:00 +0100" endDate="2021-11-08 20:25:14 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 20:42:12 +0100" startDate="2021-11-08 20:29:59 +0100" endDate="2021-11-08 20:36:08 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 20:51:39 +0100" startDate="2021-11-08 20:40:36 +0100" endDate="2021-11-08 20:40:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-08 21:05:21 +0100" startDate="2021-11-08 20:52:49 +0100" endDate="2021-11-08 20:59:45 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 08:05:35 +0100" startDate="2021-11-09 07:54:32 +0100" endDate="2021-11-09 07:55:51 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 08:23:44 +0100" startDate="2021-11-09 08:12:39 +0100" endDate="2021-11-09 08:12:46 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 08:35:08 +0100" startDate="2021-11-09 08:23:16 +0100" endDate="2021-11-09 08:33:17 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 08:45:06 +0100" startDate="2021-11-09 08:33:17 +0100" endDate="2021-11-09 08:41:21 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 08:55:40 +0100" startDate="2021-11-09 08:45:21 +0100" endDate="2021-11-09 08:53:07 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 09:25:23 +0100" startDate="2021-11-09 09:15:01 +0100" endDate="2021-11-09 09:15:09 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 09:42:51 +0100" startDate="2021-11-09 09:31:57 +0100" endDate="2021-11-09 09:32:00 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 10:09:46 +0100" startDate="2021-11-09 09:58:43 +0100" endDate="2021-11-09 10:06:42 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 10:27:05 +0100" startDate="2021-11-09 10:16:03 +0100" endDate="2021-11-09 10:25:00 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 10:42:24 +0100" startDate="2021-11-09 10:27:51 +0100" endDate="2021-11-09 10:37:52 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 10:49:43 +0100" startDate="2021-11-09 10:37:52 +0100" endDate="2021-11-09 10:47:53 +0100" value="1028"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 10:58:55 +0100" startDate="2021-11-09 10:47:53 +0100" endDate="2021-11-09 10:57:49 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 11:09:12 +0100" startDate="2021-11-09 10:58:09 +0100" endDate="2021-11-09 11:01:50 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 11:32:49 +0100" startDate="2021-11-09 11:17:53 +0100" endDate="2021-11-09 11:18:16 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 11:50:22 +0100" startDate="2021-11-09 11:39:14 +0100" endDate="2021-11-09 11:49:15 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 12:02:12 +0100" startDate="2021-11-09 11:49:15 +0100" endDate="2021-11-09 11:51:48 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 12:43:41 +0100" startDate="2021-11-09 12:31:43 +0100" endDate="2021-11-09 12:41:32 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 12:56:26 +0100" startDate="2021-11-09 12:43:29 +0100" endDate="2021-11-09 12:47:13 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 15:13:07 +0100" startDate="2021-11-09 15:12:36 +0100" endDate="2021-11-09 15:13:04 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 15:24:45 +0100" startDate="2021-11-09 15:13:04 +0100" endDate="2021-11-09 15:23:05 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 15:36:07 +0100" startDate="2021-11-09 15:23:05 +0100" endDate="2021-11-09 15:33:04 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 15:44:00 +0100" startDate="2021-11-09 15:33:04 +0100" endDate="2021-11-09 15:34:23 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 15:54:31 +0100" startDate="2021-11-09 15:43:28 +0100" endDate="2021-11-09 15:51:27 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 16:15:00 +0100" startDate="2021-11-09 16:03:33 +0100" endDate="2021-11-09 16:03:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 18:03:43 +0100" startDate="2021-11-09 17:52:33 +0100" endDate="2021-11-09 18:00:39 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 18:22:12 +0100" startDate="2021-11-09 18:11:31 +0100" endDate="2021-11-09 18:11:42 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 18:50:50 +0100" startDate="2021-11-09 18:37:54 +0100" endDate="2021-11-09 18:47:55 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 18:58:59 +0100" startDate="2021-11-09 18:47:55 +0100" endDate="2021-11-09 18:54:06 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 20:10:27 +0100" startDate="2021-11-09 19:55:32 +0100" endDate="2021-11-09 19:55:42 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 20:21:56 +0100" startDate="2021-11-09 20:11:40 +0100" endDate="2021-11-09 20:19:51 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 20:52:39 +0100" startDate="2021-11-09 20:38:40 +0100" endDate="2021-11-09 20:46:57 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 21:02:46 +0100" startDate="2021-11-09 20:50:36 +0100" endDate="2021-11-09 20:59:28 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 21:14:07 +0100" startDate="2021-11-09 21:02:44 +0100" endDate="2021-11-09 21:02:59 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-09 22:21:08 +0100" startDate="2021-11-09 22:10:05 +0100" endDate="2021-11-09 22:10:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 06:14:13 +0100" startDate="2021-11-10 06:01:57 +0100" endDate="2021-11-10 06:01:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 06:29:26 +0100" startDate="2021-11-10 06:18:23 +0100" endDate="2021-11-10 06:24:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 06:57:18 +0100" startDate="2021-11-10 06:45:22 +0100" endDate="2021-11-10 06:47:04 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 07:11:05 +0100" startDate="2021-11-10 06:59:38 +0100" endDate="2021-11-10 07:07:14 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 07:21:43 +0100" startDate="2021-11-10 07:10:40 +0100" endDate="2021-11-10 07:12:43 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 10:30:49 +0100" startDate="2021-11-10 10:19:47 +0100" endDate="2021-11-10 10:26:52 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 10:41:29 +0100" startDate="2021-11-10 10:30:26 +0100" endDate="2021-11-10 10:30:59 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 11:32:36 +0100" startDate="2021-11-10 11:20:43 +0100" endDate="2021-11-10 11:29:05 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 12:23:16 +0100" startDate="2021-11-10 12:11:11 +0100" endDate="2021-11-10 12:18:36 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 12:45:14 +0100" startDate="2021-11-10 12:31:53 +0100" endDate="2021-11-10 12:41:54 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 12:54:05 +0100" startDate="2021-11-10 12:41:54 +0100" endDate="2021-11-10 12:51:17 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 13:05:05 +0100" startDate="2021-11-10 12:53:42 +0100" endDate="2021-11-10 12:54:07 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 13:27:24 +0100" startDate="2021-11-10 13:16:21 +0100" endDate="2021-11-10 13:26:23 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 13:37:54 +0100" startDate="2021-11-10 13:26:23 +0100" endDate="2021-11-10 13:36:24 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 13:47:07 +0100" startDate="2021-11-10 13:36:24 +0100" endDate="2021-11-10 13:45:42 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 14:03:50 +0100" startDate="2021-11-10 13:52:12 +0100" endDate="2021-11-10 14:01:17 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 14:16:30 +0100" startDate="2021-11-10 14:03:04 +0100" endDate="2021-11-10 14:08:45 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 14:43:15 +0100" startDate="2021-11-10 14:31:49 +0100" endDate="2021-11-10 14:31:59 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 14:54:26 +0100" startDate="2021-11-10 14:42:28 +0100" endDate="2021-11-10 14:49:08 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 15:11:56 +0100" startDate="2021-11-10 15:10:22 +0100" endDate="2021-11-10 15:11:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 15:26:23 +0100" startDate="2021-11-10 15:13:18 +0100" endDate="2021-11-10 15:20:46 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 15:37:27 +0100" startDate="2021-11-10 15:25:42 +0100" endDate="2021-11-10 15:27:34 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 16:02:33 +0100" startDate="2021-11-10 15:51:07 +0100" endDate="2021-11-10 15:51:53 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 16:53:12 +0100" startDate="2021-11-10 16:39:55 +0100" endDate="2021-11-10 16:49:23 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 17:09:32 +0100" startDate="2021-11-10 16:58:24 +0100" endDate="2021-11-10 17:05:54 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 17:19:56 +0100" startDate="2021-11-10 17:08:53 +0100" endDate="2021-11-10 17:15:07 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 17:30:30 +0100" startDate="2021-11-10 17:19:27 +0100" endDate="2021-11-10 17:24:02 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 17:50:50 +0100" startDate="2021-11-10 17:39:47 +0100" endDate="2021-11-10 17:49:41 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 18:16:43 +0100" startDate="2021-11-10 18:05:13 +0100" endDate="2021-11-10 18:13:50 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 18:28:11 +0100" startDate="2021-11-10 18:16:05 +0100" endDate="2021-11-10 18:24:54 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 19:00:15 +0100" startDate="2021-11-10 18:47:57 +0100" endDate="2021-11-10 18:51:54 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 19:48:03 +0100" startDate="2021-11-10 19:36:12 +0100" endDate="2021-11-10 19:45:15 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 20:08:37 +0100" startDate="2021-11-10 19:57:00 +0100" endDate="2021-11-10 20:06:11 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 20:19:26 +0100" startDate="2021-11-10 20:08:24 +0100" endDate="2021-11-10 20:09:09 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 20:29:42 +0100" startDate="2021-11-10 20:18:39 +0100" endDate="2021-11-10 20:18:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 20:48:20 +0100" startDate="2021-11-10 20:37:18 +0100" endDate="2021-11-10 20:44:23 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 21:14:51 +0100" startDate="2021-11-10 21:03:12 +0100" endDate="2021-11-10 21:03:35 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 21:47:11 +0100" startDate="2021-11-10 21:36:07 +0100" endDate="2021-11-10 21:46:08 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 21:56:58 +0100" startDate="2021-11-10 21:46:08 +0100" endDate="2021-11-10 21:47:16 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 22:54:06 +0100" startDate="2021-11-10 22:43:03 +0100" endDate="2021-11-10 22:43:08 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-10 23:45:15 +0100" startDate="2021-11-10 23:33:42 +0100" endDate="2021-11-10 23:41:38 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 06:48:35 +0100" startDate="2021-11-11 06:37:17 +0100" endDate="2021-11-11 06:37:33 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 06:59:11 +0100" startDate="2021-11-11 06:48:09 +0100" endDate="2021-11-11 06:52:05 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 08:09:53 +0100" startDate="2021-11-11 07:57:52 +0100" endDate="2021-11-11 08:07:33 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 08:19:17 +0100" startDate="2021-11-11 08:07:54 +0100" endDate="2021-11-11 08:17:50 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 08:30:30 +0100" startDate="2021-11-11 08:17:55 +0100" endDate="2021-11-11 08:26:06 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 09:08:30 +0100" startDate="2021-11-11 08:56:22 +0100" endDate="2021-11-11 08:57:25 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 09:46:59 +0100" startDate="2021-11-11 09:33:49 +0100" endDate="2021-11-11 09:35:06 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 09:58:37 +0100" startDate="2021-11-11 09:47:34 +0100" endDate="2021-11-11 09:47:36 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 10:26:56 +0100" startDate="2021-11-11 10:15:54 +0100" endDate="2021-11-11 10:16:06 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 11:07:50 +0100" startDate="2021-11-11 10:56:47 +0100" endDate="2021-11-11 10:56:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 12:28:28 +0100" startDate="2021-11-11 12:13:45 +0100" endDate="2021-11-11 12:14:16 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 13:20:31 +0100" startDate="2021-11-11 13:09:27 +0100" endDate="2021-11-11 13:19:28 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 13:31:02 +0100" startDate="2021-11-11 13:19:28 +0100" endDate="2021-11-11 13:25:07 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 13:42:31 +0100" startDate="2021-11-11 13:29:43 +0100" endDate="2021-11-11 13:39:21 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 13:50:59 +0100" startDate="2021-11-11 13:39:57 +0100" endDate="2021-11-11 13:43:08 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 19:45:38 +0100" startDate="2021-11-11 19:34:36 +0100" endDate="2021-11-11 19:44:35 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 19:55:38 +0100" startDate="2021-11-11 19:44:35 +0100" endDate="2021-11-11 19:44:37 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-11 23:29:43 +0100" startDate="2021-11-11 23:18:40 +0100" endDate="2021-11-11 23:20:35 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 07:42:56 +0100" startDate="2021-11-12 07:31:05 +0100" endDate="2021-11-12 07:34:55 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 08:45:53 +0100" startDate="2021-11-12 08:34:06 +0100" endDate="2021-11-12 08:41:50 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 08:58:12 +0100" startDate="2021-11-12 08:45:37 +0100" endDate="2021-11-12 08:55:36 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 09:10:25 +0100" startDate="2021-11-12 08:55:36 +0100" endDate="2021-11-12 09:04:18 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 09:20:35 +0100" startDate="2021-11-12 09:05:52 +0100" endDate="2021-11-12 09:06:28 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 09:31:51 +0100" startDate="2021-11-12 09:19:41 +0100" endDate="2021-11-12 09:19:56 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 09:52:10 +0100" startDate="2021-11-12 09:37:23 +0100" endDate="2021-11-12 09:37:49 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 10:12:31 +0100" startDate="2021-11-12 09:57:33 +0100" endDate="2021-11-12 10:05:22 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 10:28:06 +0100" startDate="2021-11-12 10:14:54 +0100" endDate="2021-11-12 10:16:03 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 10:56:37 +0100" startDate="2021-11-12 10:43:17 +0100" endDate="2021-11-12 10:53:03 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 11:06:24 +0100" startDate="2021-11-12 10:53:23 +0100" endDate="2021-11-12 11:03:09 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 11:16:11 +0100" startDate="2021-11-12 11:03:58 +0100" endDate="2021-11-12 11:13:48 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 11:25:04 +0100" startDate="2021-11-12 11:14:01 +0100" endDate="2021-11-12 11:17:40 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 11:46:31 +0100" startDate="2021-11-12 11:27:59 +0100" endDate="2021-11-12 11:35:40 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 11:50:42 +0100" startDate="2021-11-12 11:39:32 +0100" endDate="2021-11-12 11:49:30 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 12:01:59 +0100" startDate="2021-11-12 11:49:33 +0100" endDate="2021-11-12 11:49:58 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 12:18:16 +0100" startDate="2021-11-12 12:07:14 +0100" endDate="2021-11-12 12:07:29 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 12:36:57 +0100" startDate="2021-11-12 12:24:47 +0100" endDate="2021-11-12 12:24:54 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 13:41:33 +0100" startDate="2021-11-12 13:30:30 +0100" endDate="2021-11-12 13:35:29 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 13:52:53 +0100" startDate="2021-11-12 13:41:50 +0100" endDate="2021-11-12 13:48:27 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 14:05:58 +0100" startDate="2021-11-12 13:53:30 +0100" endDate="2021-11-12 13:55:17 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 14:37:49 +0100" startDate="2021-11-12 14:26:46 +0100" endDate="2021-11-12 14:31:14 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 17:12:58 +0100" startDate="2021-11-12 17:01:49 +0100" endDate="2021-11-12 17:02:10 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 17:28:26 +0100" startDate="2021-11-12 17:18:00 +0100" endDate="2021-11-12 17:27:16 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 17:41:14 +0100" startDate="2021-11-12 17:30:11 +0100" endDate="2021-11-12 17:39:37 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 17:53:38 +0100" startDate="2021-11-12 17:41:01 +0100" endDate="2021-11-12 17:49:08 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 18:06:23 +0100" startDate="2021-11-12 17:56:18 +0100" endDate="2021-11-12 18:05:16 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 18:25:08 +0100" startDate="2021-11-12 18:09:26 +0100" endDate="2021-11-12 18:10:14 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 19:08:46 +0100" startDate="2021-11-12 18:57:42 +0100" endDate="2021-11-12 19:07:44 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 19:19:47 +0100" startDate="2021-11-12 19:07:44 +0100" endDate="2021-11-12 19:17:42 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 19:33:13 +0100" startDate="2021-11-12 19:22:10 +0100" endDate="2021-11-12 19:27:26 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 19:44:58 +0100" startDate="2021-11-12 19:32:40 +0100" endDate="2021-11-12 19:41:57 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 21:03:27 +0100" startDate="2021-11-12 20:47:20 +0100" endDate="2021-11-12 20:47:27 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 21:12:47 +0100" startDate="2021-11-12 21:01:21 +0100" endDate="2021-11-12 21:06:55 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 21:42:30 +0100" startDate="2021-11-12 21:30:55 +0100" endDate="2021-11-12 21:32:37 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 22:22:34 +0100" startDate="2021-11-12 22:11:16 +0100" endDate="2021-11-12 22:20:13 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 22:33:25 +0100" startDate="2021-11-12 22:21:27 +0100" endDate="2021-11-12 22:31:29 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 22:43:57 +0100" startDate="2021-11-12 22:31:29 +0100" endDate="2021-11-12 22:41:04 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 22:54:46 +0100" startDate="2021-11-12 22:43:19 +0100" endDate="2021-11-12 22:52:25 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 23:05:45 +0100" startDate="2021-11-12 22:54:42 +0100" endDate="2021-11-12 23:04:31 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 23:18:19 +0100" startDate="2021-11-12 23:05:57 +0100" endDate="2021-11-12 23:10:48 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-12 23:28:10 +0100" startDate="2021-11-12 23:17:07 +0100" endDate="2021-11-12 23:23:40 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 08:02:50 +0100" startDate="2021-11-13 07:51:47 +0100" endDate="2021-11-13 07:52:10 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 08:25:33 +0100" startDate="2021-11-13 08:12:21 +0100" endDate="2021-11-13 08:19:24 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 09:02:22 +0100" startDate="2021-11-13 08:48:13 +0100" endDate="2021-11-13 08:49:27 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 09:29:43 +0100" startDate="2021-11-13 09:17:56 +0100" endDate="2021-11-13 09:18:21 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 09:50:22 +0100" startDate="2021-11-13 09:38:55 +0100" endDate="2021-11-13 09:48:56 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 10:01:58 +0100" startDate="2021-11-13 09:48:56 +0100" endDate="2021-11-13 09:58:57 +0100" value="1236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 10:13:43 +0100" startDate="2021-11-13 09:58:57 +0100" endDate="2021-11-13 10:08:56 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 10:22:30 +0100" startDate="2021-11-13 10:09:01 +0100" endDate="2021-11-13 10:18:49 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 10:36:06 +0100" startDate="2021-11-13 10:19:07 +0100" endDate="2021-11-13 10:29:05 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 10:42:11 +0100" startDate="2021-11-13 10:29:33 +0100" endDate="2021-11-13 10:38:33 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 10:52:46 +0100" startDate="2021-11-13 10:40:38 +0100" endDate="2021-11-13 10:50:39 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 11:03:31 +0100" startDate="2021-11-13 10:50:39 +0100" endDate="2021-11-13 11:00:40 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 11:11:45 +0100" startDate="2021-11-13 11:00:40 +0100" endDate="2021-11-13 11:09:50 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 11:21:47 +0100" startDate="2021-11-13 11:10:44 +0100" endDate="2021-11-13 11:20:24 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 11:31:52 +0100" startDate="2021-11-13 11:20:47 +0100" endDate="2021-11-13 11:30:48 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 11:46:33 +0100" startDate="2021-11-13 11:35:11 +0100" endDate="2021-11-13 11:39:26 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 11:58:58 +0100" startDate="2021-11-13 11:46:11 +0100" endDate="2021-11-13 11:48:08 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 12:15:09 +0100" startDate="2021-11-13 12:00:09 +0100" endDate="2021-11-13 12:08:46 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 12:33:02 +0100" startDate="2021-11-13 12:20:55 +0100" endDate="2021-11-13 12:29:32 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 12:43:14 +0100" startDate="2021-11-13 12:31:49 +0100" endDate="2021-11-13 12:33:06 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 13:47:00 +0100" startDate="2021-11-13 13:33:59 +0100" endDate="2021-11-13 13:35:41 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 13:57:35 +0100" startDate="2021-11-13 13:46:32 +0100" endDate="2021-11-13 13:48:07 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 14:26:04 +0100" startDate="2021-11-13 14:13:50 +0100" endDate="2021-11-13 14:13:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 14:56:15 +0100" startDate="2021-11-13 14:45:12 +0100" endDate="2021-11-13 14:55:13 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 15:08:48 +0100" startDate="2021-11-13 14:55:13 +0100" endDate="2021-11-13 15:03:37 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 16:28:12 +0100" startDate="2021-11-13 16:15:40 +0100" endDate="2021-11-13 16:19:19 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 16:46:40 +0100" startDate="2021-11-13 16:34:39 +0100" endDate="2021-11-13 16:39:39 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 16:58:35 +0100" startDate="2021-11-13 16:45:18 +0100" endDate="2021-11-13 16:46:48 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 17:33:54 +0100" startDate="2021-11-13 17:21:06 +0100" endDate="2021-11-13 17:27:56 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 17:50:03 +0100" startDate="2021-11-13 17:36:59 +0100" endDate="2021-11-13 17:38:06 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 18:13:58 +0100" startDate="2021-11-13 18:01:04 +0100" endDate="2021-11-13 18:08:55 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 18:23:52 +0100" startDate="2021-11-13 18:11:28 +0100" endDate="2021-11-13 18:11:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 19:03:37 +0100" startDate="2021-11-13 18:52:10 +0100" endDate="2021-11-13 19:01:25 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 19:13:21 +0100" startDate="2021-11-13 19:02:18 +0100" endDate="2021-11-13 19:02:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 21:18:20 +0100" startDate="2021-11-13 21:12:18 +0100" endDate="2021-11-13 21:15:57 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 21:45:30 +0100" startDate="2021-11-13 21:33:48 +0100" endDate="2021-11-13 21:42:13 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 21:59:13 +0100" startDate="2021-11-13 21:47:16 +0100" endDate="2021-11-13 21:55:20 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-13 22:08:48 +0100" startDate="2021-11-13 21:57:45 +0100" endDate="2021-11-13 21:58:00 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 09:27:55 +0100" startDate="2021-11-14 09:16:53 +0100" endDate="2021-11-14 09:16:55 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 09:59:00 +0100" startDate="2021-11-14 09:46:25 +0100" endDate="2021-11-14 09:54:04 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 10:10:16 +0100" startDate="2021-11-14 09:58:19 +0100" endDate="2021-11-14 10:07:24 +0100" value="1032"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 10:19:56 +0100" startDate="2021-11-14 10:08:53 +0100" endDate="2021-11-14 10:16:19 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 15:03:42 +0100" startDate="2021-11-14 14:58:41 +0100" endDate="2021-11-14 14:58:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 15:14:47 +0100" startDate="2021-11-14 15:05:48 +0100" endDate="2021-11-14 15:05:55 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 16:52:04 +0100" startDate="2021-11-14 16:40:58 +0100" endDate="2021-11-14 16:47:48 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 17:18:38 +0100" startDate="2021-11-14 17:05:03 +0100" endDate="2021-11-14 17:12:36 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 17:32:16 +0100" startDate="2021-11-14 17:20:40 +0100" endDate="2021-11-14 17:26:27 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 17:52:19 +0100" startDate="2021-11-14 17:40:55 +0100" endDate="2021-11-14 17:50:56 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 18:03:01 +0100" startDate="2021-11-14 17:50:56 +0100" endDate="2021-11-14 18:00:37 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 19:14:17 +0100" startDate="2021-11-14 19:02:07 +0100" endDate="2021-11-14 19:11:14 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 19:23:31 +0100" startDate="2021-11-14 19:12:28 +0100" endDate="2021-11-14 19:16:30 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 19:43:45 +0100" startDate="2021-11-14 19:32:42 +0100" endDate="2021-11-14 19:35:28 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 20:02:39 +0100" startDate="2021-11-14 19:46:58 +0100" endDate="2021-11-14 19:51:51 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8, creation date:2021-09-26 16:51:52 +0000&gt;" unit="count" creationDate="2021-11-14 21:57:55 +0100" startDate="2021-11-14 21:46:52 +0100" endDate="2021-11-14 21:47:28 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 03:06:06 +0100" startDate="2021-11-15 02:55:04 +0100" endDate="2021-11-15 02:55:37 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 05:26:54 +0100" startDate="2021-11-15 05:15:51 +0100" endDate="2021-11-15 05:16:19 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 06:20:04 +0100" startDate="2021-11-15 06:06:09 +0100" endDate="2021-11-15 06:06:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 06:31:19 +0100" startDate="2021-11-15 06:19:48 +0100" endDate="2021-11-15 06:27:44 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 06:43:15 +0100" startDate="2021-11-15 06:32:12 +0100" endDate="2021-11-15 06:32:45 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 07:05:09 +0100" startDate="2021-11-15 06:54:41 +0100" endDate="2021-11-15 07:04:27 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 07:19:03 +0100" startDate="2021-11-15 07:05:46 +0100" endDate="2021-11-15 07:15:47 +0100" value="1006"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 07:26:50 +0100" startDate="2021-11-15 07:15:47 +0100" endDate="2021-11-15 07:19:36 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 07:39:21 +0100" startDate="2021-11-15 07:28:18 +0100" endDate="2021-11-15 07:29:58 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 08:07:23 +0100" startDate="2021-11-15 07:55:39 +0100" endDate="2021-11-15 07:55:41 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 08:22:52 +0100" startDate="2021-11-15 08:11:50 +0100" endDate="2021-11-15 08:20:47 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 08:32:54 +0100" startDate="2021-11-15 08:22:19 +0100" endDate="2021-11-15 08:24:06 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 10:13:29 +0100" startDate="2021-11-15 10:01:39 +0100" endDate="2021-11-15 10:01:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 10:41:13 +0100" startDate="2021-11-15 10:29:39 +0100" endDate="2021-11-15 10:39:40 +0100" value="1134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 10:52:11 +0100" startDate="2021-11-15 10:39:40 +0100" endDate="2021-11-15 10:47:56 +0100" value="831"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 11:07:04 +0100" startDate="2021-11-15 10:56:01 +0100" endDate="2021-11-15 11:02:38 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 11:59:39 +0100" startDate="2021-11-15 11:48:36 +0100" endDate="2021-11-15 11:57:52 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 12:14:16 +0100" startDate="2021-11-15 12:03:04 +0100" endDate="2021-11-15 12:13:03 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 12:24:05 +0100" startDate="2021-11-15 12:13:03 +0100" endDate="2021-11-15 12:23:01 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 12:36:05 +0100" startDate="2021-11-15 12:23:01 +0100" endDate="2021-11-15 12:30:30 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 13:07:40 +0100" startDate="2021-11-15 12:56:34 +0100" endDate="2021-11-15 13:00:42 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 14:00:07 +0100" startDate="2021-11-15 13:49:04 +0100" endDate="2021-11-15 13:57:23 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 14:11:21 +0100" startDate="2021-11-15 13:59:43 +0100" endDate="2021-11-15 14:00:39 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 14:50:18 +0100" startDate="2021-11-15 14:39:15 +0100" endDate="2021-11-15 14:39:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 15:06:02 +0100" startDate="2021-11-15 14:59:45 +0100" endDate="2021-11-15 14:59:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 15:26:05 +0100" startDate="2021-11-15 15:13:12 +0100" endDate="2021-11-15 15:22:38 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 16:10:12 +0100" startDate="2021-11-15 15:59:10 +0100" endDate="2021-11-15 16:00:29 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 16:26:34 +0100" startDate="2021-11-15 16:15:31 +0100" endDate="2021-11-15 16:24:03 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 16:38:17 +0100" startDate="2021-11-15 16:26:08 +0100" endDate="2021-11-15 16:36:07 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 16:47:31 +0100" startDate="2021-11-15 16:36:07 +0100" endDate="2021-11-15 16:38:34 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 16:57:47 +0100" startDate="2021-11-15 16:46:11 +0100" endDate="2021-11-15 16:54:16 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 17:08:57 +0100" startDate="2021-11-15 16:56:15 +0100" endDate="2021-11-15 17:05:57 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 17:21:36 +0100" startDate="2021-11-15 17:09:36 +0100" endDate="2021-11-15 17:19:27 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 17:35:47 +0100" startDate="2021-11-15 17:22:48 +0100" endDate="2021-11-15 17:27:49 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 17:48:32 +0100" startDate="2021-11-15 17:37:18 +0100" endDate="2021-11-15 17:37:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 18:12:56 +0100" startDate="2021-11-15 18:00:42 +0100" endDate="2021-11-15 18:09:47 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 18:37:15 +0100" startDate="2021-11-15 18:25:05 +0100" endDate="2021-11-15 18:34:59 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 18:46:48 +0100" startDate="2021-11-15 18:35:45 +0100" endDate="2021-11-15 18:45:46 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 19:00:51 +0100" startDate="2021-11-15 18:45:46 +0100" endDate="2021-11-15 18:55:47 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 19:06:41 +0100" startDate="2021-11-15 18:55:47 +0100" endDate="2021-11-15 19:05:38 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 19:17:52 +0100" startDate="2021-11-15 19:06:49 +0100" endDate="2021-11-15 19:07:20 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 19:37:32 +0100" startDate="2021-11-15 19:26:29 +0100" endDate="2021-11-15 19:26:57 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 21:54:41 +0100" startDate="2021-11-15 21:43:39 +0100" endDate="2021-11-15 21:48:27 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 23:29:15 +0100" startDate="2021-11-15 23:16:13 +0100" endDate="2021-11-15 23:26:14 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-15 23:37:17 +0100" startDate="2021-11-15 23:26:14 +0100" endDate="2021-11-15 23:31:58 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 05:44:55 +0100" startDate="2021-11-16 05:33:52 +0100" endDate="2021-11-16 05:41:16 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 07:59:58 +0100" startDate="2021-11-16 07:48:55 +0100" endDate="2021-11-16 07:50:57 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 08:24:06 +0100" startDate="2021-11-16 08:12:39 +0100" endDate="2021-11-16 08:13:02 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 08:39:28 +0100" startDate="2021-11-16 08:26:20 +0100" endDate="2021-11-16 08:35:35 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 08:48:33 +0100" startDate="2021-11-16 08:36:46 +0100" endDate="2021-11-16 08:39:47 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 09:05:45 +0100" startDate="2021-11-16 08:54:20 +0100" endDate="2021-11-16 09:04:22 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 09:16:38 +0100" startDate="2021-11-16 09:04:22 +0100" endDate="2021-11-16 09:14:18 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 09:25:43 +0100" startDate="2021-11-16 09:14:41 +0100" endDate="2021-11-16 09:19:59 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 10:00:06 +0100" startDate="2021-11-16 09:48:40 +0100" endDate="2021-11-16 09:48:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 11:36:45 +0100" startDate="2021-11-16 11:25:42 +0100" endDate="2021-11-16 11:35:23 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 12:48:19 +0100" startDate="2021-11-16 12:37:16 +0100" endDate="2021-11-16 12:37:27 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 13:00:18 +0100" startDate="2021-11-16 12:49:15 +0100" endDate="2021-11-16 12:49:28 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 13:38:07 +0100" startDate="2021-11-16 13:27:04 +0100" endDate="2021-11-16 13:36:01 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 14:04:33 +0100" startDate="2021-11-16 13:53:31 +0100" endDate="2021-11-16 13:57:57 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 14:52:35 +0100" startDate="2021-11-16 14:41:33 +0100" endDate="2021-11-16 14:45:48 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 15:06:35 +0100" startDate="2021-11-16 14:55:32 +0100" endDate="2021-11-16 14:59:35 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 15:34:57 +0100" startDate="2021-11-16 15:23:55 +0100" endDate="2021-11-16 15:25:54 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 16:30:52 +0100" startDate="2021-11-16 16:19:49 +0100" endDate="2021-11-16 16:28:21 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 20:21:38 +0100" startDate="2021-11-16 20:10:35 +0100" endDate="2021-11-16 20:16:21 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 20:43:15 +0100" startDate="2021-11-16 20:31:37 +0100" endDate="2021-11-16 20:31:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-16 23:15:42 +0100" startDate="2021-11-16 23:04:40 +0100" endDate="2021-11-16 23:09:22 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 08:10:39 +0100" startDate="2021-11-17 07:57:45 +0100" endDate="2021-11-17 08:07:16 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 08:55:44 +0100" startDate="2021-11-17 08:44:31 +0100" endDate="2021-11-17 08:44:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 09:17:43 +0100" startDate="2021-11-17 09:06:40 +0100" endDate="2021-11-17 09:09:29 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 09:46:53 +0100" startDate="2021-11-17 09:35:50 +0100" endDate="2021-11-17 09:44:58 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 09:57:07 +0100" startDate="2021-11-17 09:45:51 +0100" endDate="2021-11-17 09:46:52 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 10:08:56 +0100" startDate="2021-11-17 09:56:44 +0100" endDate="2021-11-17 09:56:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 11:12:16 +0100" startDate="2021-11-17 11:01:10 +0100" endDate="2021-11-17 11:02:09 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 11:22:45 +0100" startDate="2021-11-17 11:11:25 +0100" endDate="2021-11-17 11:16:08 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 11:42:17 +0100" startDate="2021-11-17 11:29:13 +0100" endDate="2021-11-17 11:39:09 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 11:54:35 +0100" startDate="2021-11-17 11:40:00 +0100" endDate="2021-11-17 11:45:03 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 12:16:12 +0100" startDate="2021-11-17 12:01:07 +0100" endDate="2021-11-17 12:06:26 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 12:47:52 +0100" startDate="2021-11-17 12:35:19 +0100" endDate="2021-11-17 12:37:39 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 13:26:29 +0100" startDate="2021-11-17 13:15:26 +0100" endDate="2021-11-17 13:15:39 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 15:04:10 +0100" startDate="2021-11-17 14:52:40 +0100" endDate="2021-11-17 15:02:42 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 15:15:58 +0100" startDate="2021-11-17 15:02:42 +0100" endDate="2021-11-17 15:03:05 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 16:55:27 +0100" startDate="2021-11-17 16:42:05 +0100" endDate="2021-11-17 16:47:21 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-17 22:11:25 +0100" startDate="2021-11-17 22:02:30 +0100" endDate="2021-11-17 22:08:57 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 07:45:17 +0100" startDate="2021-11-18 07:32:10 +0100" endDate="2021-11-18 07:37:01 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 08:09:40 +0100" startDate="2021-11-18 07:55:41 +0100" endDate="2021-11-18 08:05:32 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 08:23:14 +0100" startDate="2021-11-18 08:11:34 +0100" endDate="2021-11-18 08:15:13 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 08:37:38 +0100" startDate="2021-11-18 08:25:23 +0100" endDate="2021-11-18 08:35:16 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 08:48:27 +0100" startDate="2021-11-18 08:35:29 +0100" endDate="2021-11-18 08:45:18 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 08:57:33 +0100" startDate="2021-11-18 08:46:14 +0100" endDate="2021-11-18 08:47:38 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 09:07:28 +0100" startDate="2021-11-18 08:56:25 +0100" endDate="2021-11-18 09:03:08 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 09:35:02 +0100" startDate="2021-11-18 09:23:59 +0100" endDate="2021-11-18 09:25:18 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 11:56:34 +0100" startDate="2021-11-18 11:45:32 +0100" endDate="2021-11-18 11:54:34 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 13:06:38 +0100" startDate="2021-11-18 12:55:35 +0100" endDate="2021-11-18 13:05:23 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 13:19:14 +0100" startDate="2021-11-18 13:06:19 +0100" endDate="2021-11-18 13:16:13 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 13:28:45 +0100" startDate="2021-11-18 13:17:42 +0100" endDate="2021-11-18 13:18:33 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 13:48:26 +0100" startDate="2021-11-18 13:33:51 +0100" endDate="2021-11-18 13:42:05 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 14:40:07 +0100" startDate="2021-11-18 14:26:38 +0100" endDate="2021-11-18 14:27:40 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 15:39:29 +0100" startDate="2021-11-18 15:27:53 +0100" endDate="2021-11-18 15:29:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 16:18:49 +0100" startDate="2021-11-18 16:05:05 +0100" endDate="2021-11-18 16:07:17 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 16:53:36 +0100" startDate="2021-11-18 16:42:33 +0100" endDate="2021-11-18 16:47:01 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 18:10:47 +0100" startDate="2021-11-18 17:59:45 +0100" endDate="2021-11-18 18:01:52 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 18:47:01 +0100" startDate="2021-11-18 18:35:58 +0100" endDate="2021-11-18 18:45:57 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 18:57:00 +0100" startDate="2021-11-18 18:45:57 +0100" endDate="2021-11-18 18:46:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-18 22:44:18 +0100" startDate="2021-11-18 22:33:15 +0100" endDate="2021-11-18 22:35:56 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 07:06:43 +0100" startDate="2021-11-19 06:55:40 +0100" endDate="2021-11-19 06:56:03 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 08:44:07 +0100" startDate="2021-11-19 08:33:04 +0100" endDate="2021-11-19 08:34:41 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 11:03:03 +0100" startDate="2021-11-19 10:52:00 +0100" endDate="2021-11-19 10:52:46 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 11:16:05 +0100" startDate="2021-11-19 11:04:28 +0100" endDate="2021-11-19 11:07:49 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 11:48:10 +0100" startDate="2021-11-19 11:36:16 +0100" endDate="2021-11-19 11:44:27 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 11:59:55 +0100" startDate="2021-11-19 11:46:20 +0100" endDate="2021-11-19 11:47:03 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 12:32:24 +0100" startDate="2021-11-19 12:21:21 +0100" endDate="2021-11-19 12:27:15 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 12:46:04 +0100" startDate="2021-11-19 12:33:11 +0100" endDate="2021-11-19 12:41:31 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 12:53:32 +0100" startDate="2021-11-19 12:43:20 +0100" endDate="2021-11-19 12:52:16 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 13:26:10 +0100" startDate="2021-11-19 13:11:40 +0100" endDate="2021-11-19 13:11:42 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 13:48:43 +0100" startDate="2021-11-19 13:35:16 +0100" endDate="2021-11-19 13:41:43 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 14:06:16 +0100" startDate="2021-11-19 13:54:07 +0100" endDate="2021-11-19 14:02:03 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 14:17:54 +0100" startDate="2021-11-19 14:06:51 +0100" endDate="2021-11-19 14:06:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 14:31:17 +0100" startDate="2021-11-19 14:20:14 +0100" endDate="2021-11-19 14:29:04 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 14:47:42 +0100" startDate="2021-11-19 14:36:17 +0100" endDate="2021-11-19 14:36:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 15:58:51 +0100" startDate="2021-11-19 15:47:39 +0100" endDate="2021-11-19 15:47:46 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 17:34:51 +0100" startDate="2021-11-19 17:23:49 +0100" endDate="2021-11-19 17:23:51 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-19 21:39:13 +0100" startDate="2021-11-19 21:28:10 +0100" endDate="2021-11-19 21:28:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 09:23:32 +0100" startDate="2021-11-20 09:10:24 +0100" endDate="2021-11-20 09:17:22 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 09:42:35 +0100" startDate="2021-11-20 09:30:51 +0100" endDate="2021-11-20 09:40:50 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 09:51:53 +0100" startDate="2021-11-20 09:40:50 +0100" endDate="2021-11-20 09:48:36 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 10:05:10 +0100" startDate="2021-11-20 09:52:38 +0100" endDate="2021-11-20 09:56:46 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 10:31:22 +0100" startDate="2021-11-20 10:18:07 +0100" endDate="2021-11-20 10:19:31 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 15:14:13 +0100" startDate="2021-11-20 15:03:11 +0100" endDate="2021-11-20 15:03:18 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 15:41:25 +0100" startDate="2021-11-20 15:30:23 +0100" endDate="2021-11-20 15:30:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 16:12:38 +0100" startDate="2021-11-20 16:07:33 +0100" endDate="2021-11-20 16:09:07 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 16:33:12 +0100" startDate="2021-11-20 16:20:32 +0100" endDate="2021-11-20 16:23:48 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 17:11:05 +0100" startDate="2021-11-20 16:53:42 +0100" endDate="2021-11-20 16:56:05 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 19:03:53 +0100" startDate="2021-11-20 18:49:48 +0100" endDate="2021-11-20 18:54:28 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 19:12:11 +0100" startDate="2021-11-20 19:00:24 +0100" endDate="2021-11-20 19:09:55 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 19:22:20 +0100" startDate="2021-11-20 19:11:06 +0100" endDate="2021-11-20 19:21:07 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 19:34:00 +0100" startDate="2021-11-20 19:21:15 +0100" endDate="2021-11-20 19:31:16 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 19:43:23 +0100" startDate="2021-11-20 19:31:16 +0100" endDate="2021-11-20 19:34:27 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 20:12:22 +0100" startDate="2021-11-20 20:01:19 +0100" endDate="2021-11-20 20:01:22 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 20:29:03 +0100" startDate="2021-11-20 20:16:31 +0100" endDate="2021-11-20 20:26:27 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 20:39:32 +0100" startDate="2021-11-20 20:26:52 +0100" endDate="2021-11-20 20:36:46 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 20:49:54 +0100" startDate="2021-11-20 20:36:56 +0100" endDate="2021-11-20 20:44:50 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 20:59:41 +0100" startDate="2021-11-20 20:47:02 +0100" endDate="2021-11-20 20:47:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 21:11:32 +0100" startDate="2021-11-20 21:00:30 +0100" endDate="2021-11-20 21:10:16 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-20 22:15:46 +0100" startDate="2021-11-20 22:04:44 +0100" endDate="2021-11-20 22:06:13 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 04:57:36 +0100" startDate="2021-11-21 04:46:33 +0100" endDate="2021-11-21 04:47:14 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 07:41:50 +0100" startDate="2021-11-21 07:26:10 +0100" endDate="2021-11-21 07:26:31 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 08:31:30 +0100" startDate="2021-11-21 08:16:51 +0100" endDate="2021-11-21 08:25:40 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 08:42:28 +0100" startDate="2021-11-21 08:31:01 +0100" endDate="2021-11-21 08:31:24 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 08:52:13 +0100" startDate="2021-11-21 08:41:10 +0100" endDate="2021-11-21 08:50:56 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 09:02:55 +0100" startDate="2021-11-21 08:51:52 +0100" endDate="2021-11-21 08:54:50 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 09:16:29 +0100" startDate="2021-11-21 09:05:22 +0100" endDate="2021-11-21 09:05:27 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 09:35:13 +0100" startDate="2021-11-21 09:24:10 +0100" endDate="2021-11-21 09:30:41 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 10:15:34 +0100" startDate="2021-11-21 10:03:59 +0100" endDate="2021-11-21 10:10:54 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 10:25:52 +0100" startDate="2021-11-21 10:14:15 +0100" endDate="2021-11-21 10:16:00 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 10:52:24 +0100" startDate="2021-11-21 10:41:03 +0100" endDate="2021-11-21 10:43:51 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 11:21:56 +0100" startDate="2021-11-21 11:10:54 +0100" endDate="2021-11-21 11:16:55 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 11:34:00 +0100" startDate="2021-11-21 11:22:57 +0100" endDate="2021-11-21 11:31:39 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 11:58:50 +0100" startDate="2021-11-21 11:47:33 +0100" endDate="2021-11-21 11:49:43 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 14:51:58 +0100" startDate="2021-11-21 14:40:55 +0100" endDate="2021-11-21 14:47:48 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 15:02:45 +0100" startDate="2021-11-21 14:51:43 +0100" endDate="2021-11-21 14:55:19 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 15:17:35 +0100" startDate="2021-11-21 15:06:32 +0100" endDate="2021-11-21 15:07:18 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 15:31:39 +0100" startDate="2021-11-21 15:20:36 +0100" endDate="2021-11-21 15:22:36 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 15:42:03 +0100" startDate="2021-11-21 15:31:01 +0100" endDate="2021-11-21 15:39:48 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 15:53:17 +0100" startDate="2021-11-21 15:42:01 +0100" endDate="2021-11-21 15:49:34 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 16:11:56 +0100" startDate="2021-11-21 16:00:40 +0100" endDate="2021-11-21 16:01:36 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 16:35:30 +0100" startDate="2021-11-21 16:24:27 +0100" endDate="2021-11-21 16:30:13 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 16:46:23 +0100" startDate="2021-11-21 16:35:09 +0100" endDate="2021-11-21 16:42:10 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 17:30:36 +0100" startDate="2021-11-21 17:18:54 +0100" endDate="2021-11-21 17:27:00 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 18:17:36 +0100" startDate="2021-11-21 18:05:58 +0100" endDate="2021-11-21 18:12:05 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 18:54:19 +0100" startDate="2021-11-21 18:43:17 +0100" endDate="2021-11-21 18:43:42 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 20:25:36 +0100" startDate="2021-11-21 20:13:52 +0100" endDate="2021-11-21 20:16:27 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 20:47:14 +0100" startDate="2021-11-21 20:36:12 +0100" endDate="2021-11-21 20:45:42 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 20:59:38 +0100" startDate="2021-11-21 20:48:35 +0100" endDate="2021-11-21 20:49:49 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-21 21:51:23 +0100" startDate="2021-11-21 21:40:43 +0100" endDate="2021-11-21 21:43:00 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 07:10:52 +0100" startDate="2021-11-22 06:59:31 +0100" endDate="2021-11-22 07:04:04 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 07:32:54 +0100" startDate="2021-11-22 07:21:51 +0100" endDate="2021-11-22 07:24:19 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 08:22:56 +0100" startDate="2021-11-22 08:11:00 +0100" endDate="2021-11-22 08:18:02 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 09:06:32 +0100" startDate="2021-11-22 08:51:51 +0100" endDate="2021-11-22 09:00:40 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 10:28:21 +0100" startDate="2021-11-22 10:17:01 +0100" endDate="2021-11-22 10:25:36 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 12:14:41 +0100" startDate="2021-11-22 12:03:39 +0100" endDate="2021-11-22 12:09:30 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 13:00:16 +0100" startDate="2021-11-22 12:48:03 +0100" endDate="2021-11-22 12:58:04 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 13:09:56 +0100" startDate="2021-11-22 12:58:04 +0100" endDate="2021-11-22 13:07:45 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 13:21:57 +0100" startDate="2021-11-22 13:08:05 +0100" endDate="2021-11-22 13:18:01 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 13:32:11 +0100" startDate="2021-11-22 13:18:45 +0100" endDate="2021-11-22 13:24:26 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 14:10:02 +0100" startDate="2021-11-22 13:57:40 +0100" endDate="2021-11-22 13:57:58 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 18:00:43 +0100" startDate="2021-11-22 17:48:22 +0100" endDate="2021-11-22 17:48:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 18:16:11 +0100" startDate="2021-11-22 18:03:24 +0100" endDate="2021-11-22 18:12:55 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 18:27:15 +0100" startDate="2021-11-22 18:13:46 +0100" endDate="2021-11-22 18:23:32 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 18:48:00 +0100" startDate="2021-11-22 18:31:26 +0100" endDate="2021-11-22 18:36:26 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 18:54:11 +0100" startDate="2021-11-22 18:42:14 +0100" endDate="2021-11-22 18:50:20 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 19:06:22 +0100" startDate="2021-11-22 18:53:08 +0100" endDate="2021-11-22 19:02:57 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 19:15:28 +0100" startDate="2021-11-22 19:03:12 +0100" endDate="2021-11-22 19:04:16 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 21:38:42 +0100" startDate="2021-11-22 21:27:27 +0100" endDate="2021-11-22 21:27:34 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-22 22:16:24 +0100" startDate="2021-11-22 22:05:22 +0100" endDate="2021-11-22 22:07:47 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 04:44:23 +0100" startDate="2021-11-23 04:33:20 +0100" endDate="2021-11-23 04:34:04 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 06:22:26 +0100" startDate="2021-11-23 06:10:35 +0100" endDate="2021-11-23 06:11:10 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 06:43:04 +0100" startDate="2021-11-23 06:32:01 +0100" endDate="2021-11-23 06:32:21 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 06:59:24 +0100" startDate="2021-11-23 06:45:26 +0100" endDate="2021-11-23 06:54:16 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 07:53:42 +0100" startDate="2021-11-23 07:42:06 +0100" endDate="2021-11-23 07:48:43 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 08:51:02 +0100" startDate="2021-11-23 08:39:59 +0100" endDate="2021-11-23 08:47:07 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 09:21:12 +0100" startDate="2021-11-23 09:09:20 +0100" endDate="2021-11-23 09:12:59 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 09:33:02 +0100" startDate="2021-11-23 09:20:53 +0100" endDate="2021-11-23 09:21:26 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 11:39:05 +0100" startDate="2021-11-23 11:24:50 +0100" endDate="2021-11-23 11:34:12 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 11:49:37 +0100" startDate="2021-11-23 11:38:34 +0100" endDate="2021-11-23 11:38:52 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 14:29:49 +0100" startDate="2021-11-23 14:15:31 +0100" endDate="2021-11-23 14:15:46 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 14:48:39 +0100" startDate="2021-11-23 14:34:38 +0100" endDate="2021-11-23 14:38:12 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 15:18:23 +0100" startDate="2021-11-23 15:06:01 +0100" endDate="2021-11-23 15:12:17 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 15:30:32 +0100" startDate="2021-11-23 15:18:07 +0100" endDate="2021-11-23 15:22:17 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 16:35:20 +0100" startDate="2021-11-23 16:19:46 +0100" endDate="2021-11-23 16:22:01 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 17:43:51 +0100" startDate="2021-11-23 17:27:49 +0100" endDate="2021-11-23 17:28:43 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 18:55:18 +0100" startDate="2021-11-23 18:42:03 +0100" endDate="2021-11-23 18:50:27 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 19:05:42 +0100" startDate="2021-11-23 18:53:51 +0100" endDate="2021-11-23 19:03:52 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 19:15:40 +0100" startDate="2021-11-23 19:04:02 +0100" endDate="2021-11-23 19:13:56 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 19:27:33 +0100" startDate="2021-11-23 19:14:57 +0100" endDate="2021-11-23 19:15:40 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 20:27:11 +0100" startDate="2021-11-23 20:15:23 +0100" endDate="2021-11-23 20:25:24 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 20:36:37 +0100" startDate="2021-11-23 20:25:24 +0100" endDate="2021-11-23 20:29:01 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-23 21:58:58 +0100" startDate="2021-11-23 21:47:55 +0100" endDate="2021-11-23 21:50:08 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 07:03:29 +0100" startDate="2021-11-24 06:51:22 +0100" endDate="2021-11-24 06:56:18 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 07:20:43 +0100" startDate="2021-11-24 07:09:40 +0100" endDate="2021-11-24 07:10:16 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 07:34:28 +0100" startDate="2021-11-24 07:23:25 +0100" endDate="2021-11-24 07:23:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 08:05:55 +0100" startDate="2021-11-24 07:53:04 +0100" endDate="2021-11-24 07:53:07 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 11:05:13 +0100" startDate="2021-11-24 10:52:34 +0100" endDate="2021-11-24 10:58:36 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 11:42:29 +0100" startDate="2021-11-24 11:27:47 +0100" endDate="2021-11-24 11:29:04 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 12:07:03 +0100" startDate="2021-11-24 11:56:00 +0100" endDate="2021-11-24 11:56:21 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 12:52:38 +0100" startDate="2021-11-24 12:41:35 +0100" endDate="2021-11-24 12:41:53 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 13:32:41 +0100" startDate="2021-11-24 13:21:39 +0100" endDate="2021-11-24 13:31:38 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 13:46:04 +0100" startDate="2021-11-24 13:31:38 +0100" endDate="2021-11-24 13:35:02 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 14:12:32 +0100" startDate="2021-11-24 14:01:12 +0100" endDate="2021-11-24 14:01:17 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 15:48:11 +0100" startDate="2021-11-24 15:35:21 +0100" endDate="2021-11-24 15:45:22 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 15:56:25 +0100" startDate="2021-11-24 15:45:22 +0100" endDate="2021-11-24 15:55:23 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 15:56:39 +0100" startDate="2021-11-24 15:55:23 +0100" endDate="2021-11-24 15:56:32 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 15:56:47 +0100" startDate="2021-11-24 15:56:37 +0100" endDate="2021-11-24 15:56:42 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 15:57:11 +0100" startDate="2021-11-24 15:56:42 +0100" endDate="2021-11-24 15:57:00 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 16:09:06 +0100" startDate="2021-11-24 15:57:15 +0100" endDate="2021-11-24 16:07:09 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 16:19:39 +0100" startDate="2021-11-24 16:07:16 +0100" endDate="2021-11-24 16:14:45 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 16:29:54 +0100" startDate="2021-11-24 16:18:52 +0100" endDate="2021-11-24 16:23:35 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 17:28:35 +0100" startDate="2021-11-24 17:17:33 +0100" endDate="2021-11-24 17:23:16 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-24 20:41:00 +0100" startDate="2021-11-24 20:30:13 +0100" endDate="2021-11-24 20:30:33 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 06:23:41 +0100" startDate="2021-11-25 06:00:21 +0100" endDate="2021-11-25 06:00:29 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 09:16:20 +0100" startDate="2021-11-25 09:05:10 +0100" endDate="2021-11-25 09:14:59 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 09:28:53 +0100" startDate="2021-11-25 09:15:14 +0100" endDate="2021-11-25 09:23:26 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 09:39:54 +0100" startDate="2021-11-25 09:28:01 +0100" endDate="2021-11-25 09:29:07 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 11:44:40 +0100" startDate="2021-11-25 11:28:19 +0100" endDate="2021-11-25 11:29:23 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 12:24:09 +0100" startDate="2021-11-25 12:13:07 +0100" endDate="2021-11-25 12:22:50 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 12:44:55 +0100" startDate="2021-11-25 12:32:44 +0100" endDate="2021-11-25 12:42:45 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 12:55:00 +0100" startDate="2021-11-25 12:42:45 +0100" endDate="2021-11-25 12:49:13 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 13:06:42 +0100" startDate="2021-11-25 12:55:40 +0100" endDate="2021-11-25 13:04:17 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 13:24:07 +0100" startDate="2021-11-25 13:13:04 +0100" endDate="2021-11-25 13:15:04 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 14:06:13 +0100" startDate="2021-11-25 13:53:18 +0100" endDate="2021-11-25 13:53:31 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 19:15:08 +0100" startDate="2021-11-25 19:02:47 +0100" endDate="2021-11-25 19:08:03 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 19:34:19 +0100" startDate="2021-11-25 19:23:17 +0100" endDate="2021-11-25 19:23:32 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 19:52:12 +0100" startDate="2021-11-25 19:41:09 +0100" endDate="2021-11-25 19:42:05 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-25 20:56:09 +0100" startDate="2021-11-25 20:45:06 +0100" endDate="2021-11-25 20:45:44 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-26 05:25:38 +0100" startDate="2021-11-26 05:11:22 +0100" endDate="2021-11-26 05:20:50 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-26 05:38:02 +0100" startDate="2021-11-26 05:23:51 +0100" endDate="2021-11-26 05:27:22 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-26 10:24:20 +0100" startDate="2021-11-26 10:10:49 +0100" endDate="2021-11-26 10:11:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-26 11:22:49 +0100" startDate="2021-11-26 11:12:10 +0100" endDate="2021-11-26 11:21:46 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-26 11:51:05 +0100" startDate="2021-11-26 11:39:13 +0100" endDate="2021-11-26 11:43:26 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-26 17:41:35 +0100" startDate="2021-11-26 17:29:44 +0100" endDate="2021-11-26 17:30:27 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-26 18:15:24 +0100" startDate="2021-11-26 18:04:21 +0100" endDate="2021-11-26 18:08:31 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-26 19:04:22 +0100" startDate="2021-11-26 18:51:51 +0100" endDate="2021-11-26 19:01:52 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-26 19:12:55 +0100" startDate="2021-11-26 19:01:52 +0100" endDate="2021-11-26 19:03:24 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-26 19:32:52 +0100" startDate="2021-11-26 19:21:39 +0100" endDate="2021-11-26 19:23:19 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-26 23:03:37 +0100" startDate="2021-11-26 22:52:34 +0100" endDate="2021-11-26 22:54:52 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 06:04:27 +0100" startDate="2021-11-27 05:50:53 +0100" endDate="2021-11-27 05:56:37 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 09:24:56 +0100" startDate="2021-11-27 09:13:53 +0100" endDate="2021-11-27 09:23:53 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 09:35:31 +0100" startDate="2021-11-27 09:23:53 +0100" endDate="2021-11-27 09:24:11 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 10:44:57 +0100" startDate="2021-11-27 10:33:54 +0100" endDate="2021-11-27 10:40:18 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 11:17:13 +0100" startDate="2021-11-27 11:06:10 +0100" endDate="2021-11-27 11:06:43 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 12:26:46 +0100" startDate="2021-11-27 12:15:44 +0100" endDate="2021-11-27 12:15:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 13:29:33 +0100" startDate="2021-11-27 13:17:39 +0100" endDate="2021-11-27 13:27:33 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 13:40:38 +0100" startDate="2021-11-27 13:27:48 +0100" endDate="2021-11-27 13:37:44 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 13:54:05 +0100" startDate="2021-11-27 13:40:34 +0100" endDate="2021-11-27 13:50:33 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 14:02:27 +0100" startDate="2021-11-27 13:50:35 +0100" endDate="2021-11-27 13:54:32 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 15:31:33 +0100" startDate="2021-11-27 15:20:15 +0100" endDate="2021-11-27 15:24:09 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 17:32:02 +0100" startDate="2021-11-27 17:19:57 +0100" endDate="2021-11-27 17:29:58 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 17:43:14 +0100" startDate="2021-11-27 17:29:58 +0100" endDate="2021-11-27 17:38:09 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 17:55:14 +0100" startDate="2021-11-27 17:43:56 +0100" endDate="2021-11-27 17:53:54 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 18:08:16 +0100" startDate="2021-11-27 17:54:43 +0100" endDate="2021-11-27 18:03:53 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 18:16:51 +0100" startDate="2021-11-27 18:04:44 +0100" endDate="2021-11-27 18:14:45 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 18:25:14 +0100" startDate="2021-11-27 18:14:45 +0100" endDate="2021-11-27 18:23:37 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 18:39:26 +0100" startDate="2021-11-27 18:26:02 +0100" endDate="2021-11-27 18:34:26 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 18:53:40 +0100" startDate="2021-11-27 18:40:10 +0100" endDate="2021-11-27 18:43:03 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 21:16:44 +0100" startDate="2021-11-27 21:04:12 +0100" endDate="2021-11-27 21:04:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 21:36:40 +0100" startDate="2021-11-27 21:22:25 +0100" endDate="2021-11-27 21:24:09 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-27 23:52:05 +0100" startDate="2021-11-27 23:41:02 +0100" endDate="2021-11-27 23:43:20 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 07:32:29 +0100" startDate="2021-11-28 07:18:30 +0100" endDate="2021-11-28 07:28:06 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 07:43:48 +0100" startDate="2021-11-28 07:28:59 +0100" endDate="2021-11-28 07:38:07 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 07:54:58 +0100" startDate="2021-11-28 07:41:35 +0100" endDate="2021-11-28 07:50:27 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 08:09:01 +0100" startDate="2021-11-28 07:51:56 +0100" endDate="2021-11-28 07:52:06 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 08:39:04 +0100" startDate="2021-11-28 08:24:06 +0100" endDate="2021-11-28 08:34:07 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 08:48:10 +0100" startDate="2021-11-28 08:34:15 +0100" endDate="2021-11-28 08:43:38 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 08:59:07 +0100" startDate="2021-11-28 08:44:31 +0100" endDate="2021-11-28 08:52:20 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 09:10:02 +0100" startDate="2021-11-28 08:55:23 +0100" endDate="2021-11-28 09:05:22 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 09:20:20 +0100" startDate="2021-11-28 09:07:59 +0100" endDate="2021-11-28 09:17:58 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 09:31:44 +0100" startDate="2021-11-28 09:17:58 +0100" endDate="2021-11-28 09:27:54 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 09:40:52 +0100" startDate="2021-11-28 09:28:09 +0100" endDate="2021-11-28 09:36:56 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 09:56:51 +0100" startDate="2021-11-28 09:42:57 +0100" endDate="2021-11-28 09:52:24 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 10:04:43 +0100" startDate="2021-11-28 09:53:33 +0100" endDate="2021-11-28 10:02:28 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 10:17:01 +0100" startDate="2021-11-28 10:03:44 +0100" endDate="2021-11-28 10:13:27 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 10:25:57 +0100" startDate="2021-11-28 10:14:08 +0100" endDate="2021-11-28 10:24:09 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 10:39:06 +0100" startDate="2021-11-28 10:24:09 +0100" endDate="2021-11-28 10:30:28 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 13:17:30 +0100" startDate="2021-11-28 13:05:51 +0100" endDate="2021-11-28 13:15:44 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 13:29:47 +0100" startDate="2021-11-28 13:16:17 +0100" endDate="2021-11-28 13:24:40 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 13:38:16 +0100" startDate="2021-11-28 13:27:13 +0100" endDate="2021-11-28 13:30:01 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 16:53:29 +0100" startDate="2021-11-28 16:42:19 +0100" endDate="2021-11-28 16:45:15 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 17:38:27 +0100" startDate="2021-11-28 17:27:24 +0100" endDate="2021-11-28 17:33:00 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 17:52:58 +0100" startDate="2021-11-28 17:41:55 +0100" endDate="2021-11-28 17:47:52 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 18:21:27 +0100" startDate="2021-11-28 18:04:45 +0100" endDate="2021-11-28 18:05:02 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 19:11:59 +0100" startDate="2021-11-28 19:00:52 +0100" endDate="2021-11-28 19:01:48 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 19:45:12 +0100" startDate="2021-11-28 19:31:42 +0100" endDate="2021-11-28 19:37:44 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-28 20:47:20 +0100" startDate="2021-11-28 20:36:17 +0100" endDate="2021-11-28 20:39:51 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 05:51:39 +0100" startDate="2021-11-29 05:39:55 +0100" endDate="2021-11-29 05:40:49 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 06:40:39 +0100" startDate="2021-11-29 06:29:25 +0100" endDate="2021-11-29 06:38:38 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 08:07:26 +0100" startDate="2021-11-29 07:51:53 +0100" endDate="2021-11-29 08:00:25 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 08:14:34 +0100" startDate="2021-11-29 08:02:35 +0100" endDate="2021-11-29 08:09:38 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 08:23:49 +0100" startDate="2021-11-29 08:12:46 +0100" endDate="2021-11-29 08:22:47 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 08:36:36 +0100" startDate="2021-11-29 08:22:47 +0100" endDate="2021-11-29 08:31:24 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 08:46:39 +0100" startDate="2021-11-29 08:34:07 +0100" endDate="2021-11-29 08:43:19 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 08:55:36 +0100" startDate="2021-11-29 08:44:08 +0100" endDate="2021-11-29 08:53:26 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 09:06:06 +0100" startDate="2021-11-29 08:54:09 +0100" endDate="2021-11-29 09:04:00 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 09:20:07 +0100" startDate="2021-11-29 09:07:44 +0100" endDate="2021-11-29 09:17:39 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 09:30:09 +0100" startDate="2021-11-29 09:18:28 +0100" endDate="2021-11-29 09:28:29 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 09:40:07 +0100" startDate="2021-11-29 09:28:29 +0100" endDate="2021-11-29 09:36:00 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 09:51:43 +0100" startDate="2021-11-29 09:40:14 +0100" endDate="2021-11-29 09:49:55 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 10:02:32 +0100" startDate="2021-11-29 09:50:43 +0100" endDate="2021-11-29 10:00:24 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 10:14:13 +0100" startDate="2021-11-29 10:01:25 +0100" endDate="2021-11-29 10:11:26 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 10:22:31 +0100" startDate="2021-11-29 10:11:26 +0100" endDate="2021-11-29 10:21:27 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 10:33:38 +0100" startDate="2021-11-29 10:21:27 +0100" endDate="2021-11-29 10:30:39 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 10:43:40 +0100" startDate="2021-11-29 10:32:31 +0100" endDate="2021-11-29 10:41:18 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 12:30:51 +0100" startDate="2021-11-29 12:19:48 +0100" endDate="2021-11-29 12:27:50 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 12:44:40 +0100" startDate="2021-11-29 12:30:18 +0100" endDate="2021-11-29 12:36:42 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 13:05:03 +0100" startDate="2021-11-29 12:50:25 +0100" endDate="2021-11-29 12:55:36 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 13:31:25 +0100" startDate="2021-11-29 13:20:13 +0100" endDate="2021-11-29 13:24:15 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 13:41:20 +0100" startDate="2021-11-29 13:30:17 +0100" endDate="2021-11-29 13:39:43 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 13:56:02 +0100" startDate="2021-11-29 13:42:54 +0100" endDate="2021-11-29 13:52:48 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 14:04:37 +0100" startDate="2021-11-29 13:53:49 +0100" endDate="2021-11-29 14:01:48 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 14:16:22 +0100" startDate="2021-11-29 14:04:33 +0100" endDate="2021-11-29 14:04:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 14:39:49 +0100" startDate="2021-11-29 14:28:31 +0100" endDate="2021-11-29 14:29:27 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 14:50:47 +0100" startDate="2021-11-29 14:39:44 +0100" endDate="2021-11-29 14:47:12 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 15:03:49 +0100" startDate="2021-11-29 14:52:04 +0100" endDate="2021-11-29 14:52:52 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 15:23:27 +0100" startDate="2021-11-29 15:10:49 +0100" endDate="2021-11-29 15:11:30 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 15:34:46 +0100" startDate="2021-11-29 15:23:41 +0100" endDate="2021-11-29 15:29:41 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 15:47:43 +0100" startDate="2021-11-29 15:35:20 +0100" endDate="2021-11-29 15:43:27 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 16:01:46 +0100" startDate="2021-11-29 15:50:44 +0100" endDate="2021-11-29 15:53:24 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 16:29:19 +0100" startDate="2021-11-29 16:18:14 +0100" endDate="2021-11-29 16:28:08 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 17:57:47 +0100" startDate="2021-11-29 17:43:35 +0100" endDate="2021-11-29 17:51:45 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 18:10:15 +0100" startDate="2021-11-29 17:59:13 +0100" endDate="2021-11-29 18:07:22 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 18:25:11 +0100" startDate="2021-11-29 18:13:39 +0100" endDate="2021-11-29 18:16:20 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 18:35:44 +0100" startDate="2021-11-29 18:23:53 +0100" endDate="2021-11-29 18:31:06 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 18:46:16 +0100" startDate="2021-11-29 18:35:09 +0100" endDate="2021-11-29 18:39:25 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 19:29:36 +0100" startDate="2021-11-29 19:17:31 +0100" endDate="2021-11-29 19:22:24 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 19:50:00 +0100" startDate="2021-11-29 19:37:46 +0100" endDate="2021-11-29 19:40:29 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 20:38:43 +0100" startDate="2021-11-29 20:23:39 +0100" endDate="2021-11-29 20:31:45 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 20:48:47 +0100" startDate="2021-11-29 20:35:42 +0100" endDate="2021-11-29 20:45:10 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 20:57:28 +0100" startDate="2021-11-29 20:46:24 +0100" endDate="2021-11-29 20:55:59 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 21:10:05 +0100" startDate="2021-11-29 20:57:16 +0100" endDate="2021-11-29 21:05:02 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 21:20:00 +0100" startDate="2021-11-29 21:08:18 +0100" endDate="2021-11-29 21:17:03 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 21:29:24 +0100" startDate="2021-11-29 21:18:22 +0100" endDate="2021-11-29 21:28:00 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 21:50:33 +0100" startDate="2021-11-29 21:39:07 +0100" endDate="2021-11-29 21:40:39 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 22:04:11 +0100" startDate="2021-11-29 21:53:08 +0100" endDate="2021-11-29 21:55:13 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-29 22:37:47 +0100" startDate="2021-11-29 22:26:44 +0100" endDate="2021-11-29 22:27:17 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 03:31:04 +0100" startDate="2021-11-30 03:20:01 +0100" endDate="2021-11-30 03:20:39 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 06:08:23 +0100" startDate="2021-11-30 05:55:56 +0100" endDate="2021-11-30 05:56:14 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 06:35:28 +0100" startDate="2021-11-30 06:24:25 +0100" endDate="2021-11-30 06:30:21 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 07:26:21 +0100" startDate="2021-11-30 07:15:19 +0100" endDate="2021-11-30 07:18:32 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 08:18:53 +0100" startDate="2021-11-30 08:07:49 +0100" endDate="2021-11-30 08:10:12 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 08:29:49 +0100" startDate="2021-11-30 08:18:44 +0100" endDate="2021-11-30 08:28:45 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 08:44:37 +0100" startDate="2021-11-30 08:28:45 +0100" endDate="2021-11-30 08:31:51 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 09:27:27 +0100" startDate="2021-11-30 09:13:35 +0100" endDate="2021-11-30 09:21:04 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 09:57:31 +0100" startDate="2021-11-30 09:40:37 +0100" endDate="2021-11-30 09:46:49 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 10:14:44 +0100" startDate="2021-11-30 09:55:03 +0100" endDate="2021-11-30 09:57:28 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 11:10:02 +0100" startDate="2021-11-30 10:55:05 +0100" endDate="2021-11-30 10:55:08 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 12:17:58 +0100" startDate="2021-11-30 12:02:29 +0100" endDate="2021-11-30 12:08:10 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 12:40:16 +0100" startDate="2021-11-30 12:26:54 +0100" endDate="2021-11-30 12:34:58 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 12:55:53 +0100" startDate="2021-11-30 12:41:23 +0100" endDate="2021-11-30 12:47:32 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 13:05:48 +0100" startDate="2021-11-30 12:53:51 +0100" endDate="2021-11-30 13:03:47 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 13:14:53 +0100" startDate="2021-11-30 13:03:57 +0100" endDate="2021-11-30 13:06:53 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 13:29:15 +0100" startDate="2021-11-30 13:17:58 +0100" endDate="2021-11-30 13:24:50 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 13:39:37 +0100" startDate="2021-11-30 13:28:24 +0100" endDate="2021-11-30 13:31:40 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 14:28:54 +0100" startDate="2021-11-30 14:15:55 +0100" endDate="2021-11-30 14:18:12 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 15:11:31 +0100" startDate="2021-11-30 14:59:47 +0100" endDate="2021-11-30 15:05:35 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 15:24:26 +0100" startDate="2021-11-30 15:11:47 +0100" endDate="2021-11-30 15:21:46 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 15:34:19 +0100" startDate="2021-11-30 15:22:42 +0100" endDate="2021-11-30 15:32:38 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 15:43:48 +0100" startDate="2021-11-30 15:32:45 +0100" endDate="2021-11-30 15:42:16 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 15:55:57 +0100" startDate="2021-11-30 15:44:00 +0100" endDate="2021-11-30 15:53:43 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 16:05:04 +0100" startDate="2021-11-30 15:54:01 +0100" endDate="2021-11-30 15:56:44 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 17:08:03 +0100" startDate="2021-11-30 16:52:12 +0100" endDate="2021-11-30 16:53:49 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 17:49:46 +0100" startDate="2021-11-30 17:38:37 +0100" endDate="2021-11-30 17:39:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 18:03:31 +0100" startDate="2021-11-30 17:49:04 +0100" endDate="2021-11-30 17:56:15 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 18:13:16 +0100" startDate="2021-11-30 17:59:23 +0100" endDate="2021-11-30 18:05:02 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 18:23:43 +0100" startDate="2021-11-30 18:12:41 +0100" endDate="2021-11-30 18:18:27 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 18:43:03 +0100" startDate="2021-11-30 18:28:05 +0100" endDate="2021-11-30 18:34:02 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 18:53:15 +0100" startDate="2021-11-30 18:38:52 +0100" endDate="2021-11-30 18:43:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 19:14:02 +0100" startDate="2021-11-30 19:02:59 +0100" endDate="2021-11-30 19:12:47 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 20:09:58 +0100" startDate="2021-11-30 19:57:17 +0100" endDate="2021-11-30 19:57:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 21:04:55 +0100" startDate="2021-11-30 20:53:52 +0100" endDate="2021-11-30 20:58:25 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-11-30 21:18:08 +0100" startDate="2021-11-30 21:06:35 +0100" endDate="2021-11-30 21:15:24 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 02:58:05 +0100" startDate="2021-12-01 02:47:02 +0100" endDate="2021-12-01 02:49:23 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 05:10:29 +0100" startDate="2021-12-01 04:58:18 +0100" endDate="2021-12-01 04:58:36 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 06:29:46 +0100" startDate="2021-12-01 06:16:44 +0100" endDate="2021-12-01 06:22:46 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 06:42:57 +0100" startDate="2021-12-01 06:31:06 +0100" endDate="2021-12-01 06:32:53 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 06:52:32 +0100" startDate="2021-12-01 06:41:30 +0100" endDate="2021-12-01 06:41:32 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 07:04:58 +0100" startDate="2021-12-01 06:53:08 +0100" endDate="2021-12-01 07:02:51 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 07:14:20 +0100" startDate="2021-12-01 07:03:17 +0100" endDate="2021-12-01 07:03:32 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 08:34:23 +0100" startDate="2021-12-01 08:23:20 +0100" endDate="2021-12-01 08:23:28 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 08:56:26 +0100" startDate="2021-12-01 08:42:28 +0100" endDate="2021-12-01 08:52:29 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 09:05:21 +0100" startDate="2021-12-01 08:52:29 +0100" endDate="2021-12-01 08:59:07 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 09:19:25 +0100" startDate="2021-12-01 09:06:23 +0100" endDate="2021-12-01 09:13:10 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 09:38:58 +0100" startDate="2021-12-01 09:26:55 +0100" endDate="2021-12-01 09:27:08 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 10:03:08 +0100" startDate="2021-12-01 09:49:31 +0100" endDate="2021-12-01 09:59:30 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 10:11:08 +0100" startDate="2021-12-01 09:59:38 +0100" endDate="2021-12-01 10:09:36 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 10:21:50 +0100" startDate="2021-12-01 10:09:39 +0100" endDate="2021-12-01 10:19:40 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 10:31:14 +0100" startDate="2021-12-01 10:19:40 +0100" endDate="2021-12-01 10:27:21 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 13:36:58 +0100" startDate="2021-12-01 13:25:55 +0100" endDate="2021-12-01 13:35:56 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 13:48:03 +0100" startDate="2021-12-01 13:35:56 +0100" endDate="2021-12-01 13:42:57 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 13:57:13 +0100" startDate="2021-12-01 13:46:10 +0100" endDate="2021-12-01 13:54:19 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 18:04:04 +0100" startDate="2021-12-01 17:52:32 +0100" endDate="2021-12-01 18:02:34 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 18:13:36 +0100" startDate="2021-12-01 18:02:34 +0100" endDate="2021-12-01 18:04:05 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 19:35:11 +0100" startDate="2021-12-01 19:23:56 +0100" endDate="2021-12-01 19:28:16 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 19:49:16 +0100" startDate="2021-12-01 19:36:34 +0100" endDate="2021-12-01 19:37:09 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 20:01:06 +0100" startDate="2021-12-01 19:54:54 +0100" endDate="2021-12-01 20:01:01 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 20:27:45 +0100" startDate="2021-12-01 20:15:55 +0100" endDate="2021-12-01 20:16:00 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 21:10:57 +0100" startDate="2021-12-01 20:58:02 +0100" endDate="2021-12-01 20:58:33 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 21:32:28 +0100" startDate="2021-12-01 21:21:25 +0100" endDate="2021-12-01 21:31:08 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 21:42:38 +0100" startDate="2021-12-01 21:32:04 +0100" endDate="2021-12-01 21:42:05 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-01 21:53:08 +0100" startDate="2021-12-01 21:42:05 +0100" endDate="2021-12-01 21:44:58 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 06:37:09 +0100" startDate="2021-12-02 06:24:59 +0100" endDate="2021-12-02 06:26:49 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 08:26:44 +0100" startDate="2021-12-02 08:15:41 +0100" endDate="2021-12-02 08:25:37 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 08:38:05 +0100" startDate="2021-12-02 08:26:43 +0100" endDate="2021-12-02 08:35:48 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 08:50:40 +0100" startDate="2021-12-02 08:38:08 +0100" endDate="2021-12-02 08:41:52 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 09:06:25 +0100" startDate="2021-12-02 08:50:32 +0100" endDate="2021-12-02 08:51:35 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 09:17:55 +0100" startDate="2021-12-02 09:06:53 +0100" endDate="2021-12-02 09:14:31 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 10:18:05 +0100" startDate="2021-12-02 10:07:02 +0100" endDate="2021-12-02 10:16:23 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 11:03:48 +0100" startDate="2021-12-02 10:52:46 +0100" endDate="2021-12-02 11:01:33 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 11:15:29 +0100" startDate="2021-12-02 11:04:26 +0100" endDate="2021-12-02 11:13:49 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 11:26:00 +0100" startDate="2021-12-02 11:14:58 +0100" endDate="2021-12-02 11:20:47 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 11:40:39 +0100" startDate="2021-12-02 11:29:36 +0100" endDate="2021-12-02 11:32:07 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 12:05:01 +0100" startDate="2021-12-02 11:53:58 +0100" endDate="2021-12-02 12:03:59 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 12:15:05 +0100" startDate="2021-12-02 12:04:02 +0100" endDate="2021-12-02 12:04:35 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 12:44:40 +0100" startDate="2021-12-02 12:31:15 +0100" endDate="2021-12-02 12:35:40 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 17:36:53 +0100" startDate="2021-12-02 17:21:27 +0100" endDate="2021-12-02 17:30:42 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 17:46:20 +0100" startDate="2021-12-02 17:35:17 +0100" endDate="2021-12-02 17:37:34 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 18:01:24 +0100" startDate="2021-12-02 17:50:21 +0100" endDate="2021-12-02 17:58:20 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 18:14:48 +0100" startDate="2021-12-02 18:03:45 +0100" endDate="2021-12-02 18:13:44 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 18:24:47 +0100" startDate="2021-12-02 18:13:44 +0100" endDate="2021-12-02 18:14:10 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 18:36:07 +0100" startDate="2021-12-02 18:25:04 +0100" endDate="2021-12-02 18:35:05 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 18:46:08 +0100" startDate="2021-12-02 18:35:05 +0100" endDate="2021-12-02 18:35:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 19:20:53 +0100" startDate="2021-12-02 19:09:50 +0100" endDate="2021-12-02 19:13:19 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 19:34:28 +0100" startDate="2021-12-02 19:23:26 +0100" endDate="2021-12-02 19:26:29 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 19:49:24 +0100" startDate="2021-12-02 19:38:17 +0100" endDate="2021-12-02 19:48:18 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 19:59:30 +0100" startDate="2021-12-02 19:48:18 +0100" endDate="2021-12-02 19:58:19 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 20:00:49 +0100" startDate="2021-12-02 19:58:19 +0100" endDate="2021-12-02 19:58:32 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 20:00:52 +0100" startDate="2021-12-02 20:00:47 +0100" endDate="2021-12-02 20:00:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 21:23:28 +0100" startDate="2021-12-02 21:12:21 +0100" endDate="2021-12-02 21:16:48 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 21:43:13 +0100" startDate="2021-12-02 21:32:11 +0100" endDate="2021-12-02 21:33:27 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 21:54:22 +0100" startDate="2021-12-02 21:43:19 +0100" endDate="2021-12-02 21:43:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-02 22:21:17 +0100" startDate="2021-12-02 22:10:14 +0100" endDate="2021-12-02 22:11:23 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 06:36:58 +0100" startDate="2021-12-03 06:25:55 +0100" endDate="2021-12-03 06:26:34 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 07:03:33 +0100" startDate="2021-12-03 06:51:55 +0100" endDate="2021-12-03 07:01:48 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 07:13:57 +0100" startDate="2021-12-03 07:02:55 +0100" endDate="2021-12-03 07:11:44 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 08:11:51 +0100" startDate="2021-12-03 07:57:35 +0100" endDate="2021-12-03 07:57:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 08:53:48 +0100" startDate="2021-12-03 08:42:45 +0100" endDate="2021-12-03 08:44:50 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 09:27:52 +0100" startDate="2021-12-03 09:14:54 +0100" endDate="2021-12-03 09:24:55 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 09:37:19 +0100" startDate="2021-12-03 09:24:55 +0100" endDate="2021-12-03 09:34:56 +0100" value="1093"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 09:45:38 +0100" startDate="2021-12-03 09:34:56 +0100" endDate="2021-12-03 09:37:19 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 10:15:38 +0100" startDate="2021-12-03 10:00:48 +0100" endDate="2021-12-03 10:09:40 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 11:57:39 +0100" startDate="2021-12-03 11:05:43 +0100" endDate="2021-12-03 11:13:00 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 11:57:39 +0100" startDate="2021-12-03 11:20:29 +0100" endDate="2021-12-03 11:28:33 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 12:38:45 +0100" startDate="2021-12-03 12:25:33 +0100" endDate="2021-12-03 12:34:46 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 12:52:34 +0100" startDate="2021-12-03 12:39:10 +0100" endDate="2021-12-03 12:39:15 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 13:02:42 +0100" startDate="2021-12-03 12:50:11 +0100" endDate="2021-12-03 12:58:27 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 13:17:54 +0100" startDate="2021-12-03 13:02:24 +0100" endDate="2021-12-03 13:12:25 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 13:24:03 +0100" startDate="2021-12-03 13:12:25 +0100" endDate="2021-12-03 13:22:26 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 13:34:01 +0100" startDate="2021-12-03 13:22:26 +0100" endDate="2021-12-03 13:32:27 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 13:44:31 +0100" startDate="2021-12-03 13:32:27 +0100" endDate="2021-12-03 13:38:05 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 14:37:41 +0100" startDate="2021-12-03 14:26:38 +0100" endDate="2021-12-03 14:26:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 15:24:59 +0100" startDate="2021-12-03 15:11:17 +0100" endDate="2021-12-03 15:12:08 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 16:01:04 +0100" startDate="2021-12-03 15:50:02 +0100" endDate="2021-12-03 15:50:14 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 16:43:22 +0100" startDate="2021-12-03 16:32:09 +0100" endDate="2021-12-03 16:32:52 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 16:54:09 +0100" startDate="2021-12-03 16:43:06 +0100" endDate="2021-12-03 16:47:00 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 17:18:30 +0100" startDate="2021-12-03 17:04:30 +0100" endDate="2021-12-03 17:10:54 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 19:09:35 +0100" startDate="2021-12-03 18:56:55 +0100" endDate="2021-12-03 18:58:16 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 19:32:39 +0100" startDate="2021-12-03 19:19:35 +0100" endDate="2021-12-03 19:21:55 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 19:52:04 +0100" startDate="2021-12-03 19:44:58 +0100" endDate="2021-12-03 19:45:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-03 21:15:25 +0100" startDate="2021-12-03 21:03:37 +0100" endDate="2021-12-03 21:04:28 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 03:14:07 +0100" startDate="2021-12-04 03:03:04 +0100" endDate="2021-12-04 03:03:25 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 05:42:48 +0100" startDate="2021-12-04 05:29:44 +0100" endDate="2021-12-04 05:30:02 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 07:04:45 +0100" startDate="2021-12-04 06:53:00 +0100" endDate="2021-12-04 06:53:18 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 08:29:42 +0100" startDate="2021-12-04 08:16:37 +0100" endDate="2021-12-04 08:26:38 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 08:38:16 +0100" startDate="2021-12-04 08:26:38 +0100" endDate="2021-12-04 08:30:25 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 08:50:52 +0100" startDate="2021-12-04 08:36:58 +0100" endDate="2021-12-04 08:46:52 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 09:04:44 +0100" startDate="2021-12-04 08:51:25 +0100" endDate="2021-12-04 08:55:45 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 09:26:46 +0100" startDate="2021-12-04 09:13:27 +0100" endDate="2021-12-04 09:21:49 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 10:53:54 +0100" startDate="2021-12-04 10:40:52 +0100" endDate="2021-12-04 10:50:38 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 11:04:14 +0100" startDate="2021-12-04 10:52:05 +0100" endDate="2021-12-04 11:01:00 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 17:03:49 +0100" startDate="2021-12-04 16:52:38 +0100" endDate="2021-12-04 17:00:52 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 17:16:57 +0100" startDate="2021-12-04 17:05:02 +0100" endDate="2021-12-04 17:05:07 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 18:45:06 +0100" startDate="2021-12-04 18:26:39 +0100" endDate="2021-12-04 18:32:20 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 19:19:42 +0100" startDate="2021-12-04 19:08:40 +0100" endDate="2021-12-04 19:08:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-04 21:24:50 +0100" startDate="2021-12-04 21:11:18 +0100" endDate="2021-12-04 21:11:56 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 08:35:51 +0100" startDate="2021-12-05 08:24:48 +0100" endDate="2021-12-05 08:32:50 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 08:58:02 +0100" startDate="2021-12-05 08:42:02 +0100" endDate="2021-12-05 08:48:04 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 11:31:54 +0100" startDate="2021-12-05 11:20:45 +0100" endDate="2021-12-05 11:30:18 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 11:43:35 +0100" startDate="2021-12-05 11:31:01 +0100" endDate="2021-12-05 11:40:37 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 12:11:35 +0100" startDate="2021-12-05 12:00:32 +0100" endDate="2021-12-05 12:02:08 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 12:35:51 +0100" startDate="2021-12-05 12:23:32 +0100" endDate="2021-12-05 12:32:58 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 12:48:43 +0100" startDate="2021-12-05 12:37:40 +0100" endDate="2021-12-05 12:43:09 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 13:07:02 +0100" startDate="2021-12-05 12:55:56 +0100" endDate="2021-12-05 12:58:23 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 13:21:19 +0100" startDate="2021-12-05 13:10:17 +0100" endDate="2021-12-05 13:16:57 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 13:42:54 +0100" startDate="2021-12-05 13:29:08 +0100" endDate="2021-12-05 13:32:14 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 14:09:55 +0100" startDate="2021-12-05 13:58:10 +0100" endDate="2021-12-05 13:59:08 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 14:24:01 +0100" startDate="2021-12-05 14:11:08 +0100" endDate="2021-12-05 14:21:09 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 14:35:25 +0100" startDate="2021-12-05 14:21:09 +0100" endDate="2021-12-05 14:24:38 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 15:13:20 +0100" startDate="2021-12-05 15:01:14 +0100" endDate="2021-12-05 15:02:10 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 16:02:13 +0100" startDate="2021-12-05 15:50:03 +0100" endDate="2021-12-05 15:53:50 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 16:14:15 +0100" startDate="2021-12-05 16:01:31 +0100" endDate="2021-12-05 16:03:36 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 17:22:28 +0100" startDate="2021-12-05 17:11:10 +0100" endDate="2021-12-05 17:21:11 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 17:33:01 +0100" startDate="2021-12-05 17:21:11 +0100" endDate="2021-12-05 17:29:33 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 17:42:54 +0100" startDate="2021-12-05 17:31:45 +0100" endDate="2021-12-05 17:36:18 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 17:58:19 +0100" startDate="2021-12-05 17:45:26 +0100" endDate="2021-12-05 17:47:05 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 18:34:35 +0100" startDate="2021-12-05 18:22:56 +0100" endDate="2021-12-05 18:32:57 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 18:44:57 +0100" startDate="2021-12-05 18:32:57 +0100" endDate="2021-12-05 18:33:07 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 19:10:37 +0100" startDate="2021-12-05 18:58:53 +0100" endDate="2021-12-05 18:58:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 19:42:08 +0100" startDate="2021-12-05 19:31:05 +0100" endDate="2021-12-05 19:37:35 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-05 22:22:31 +0100" startDate="2021-12-05 22:11:28 +0100" endDate="2021-12-05 22:15:12 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-06 06:19:42 +0100" startDate="2021-12-06 06:06:55 +0100" endDate="2021-12-06 06:07:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-06 07:13:24 +0100" startDate="2021-12-06 07:00:05 +0100" endDate="2021-12-06 07:05:59 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-06 07:42:37 +0100" startDate="2021-12-06 07:31:35 +0100" endDate="2021-12-06 07:32:36 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-06 08:31:26 +0100" startDate="2021-12-06 08:19:46 +0100" endDate="2021-12-06 08:29:01 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-06 11:04:36 +0100" startDate="2021-12-06 10:53:02 +0100" endDate="2021-12-06 11:02:22 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-06 11:44:30 +0100" startDate="2021-12-06 11:33:21 +0100" endDate="2021-12-06 11:37:58 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-06 12:44:17 +0100" startDate="2021-12-06 12:33:15 +0100" endDate="2021-12-06 12:38:53 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-06 13:00:18 +0100" startDate="2021-12-06 12:48:54 +0100" endDate="2021-12-06 12:49:12 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-06 15:06:39 +0100" startDate="2021-12-06 14:55:36 +0100" endDate="2021-12-06 14:56:20 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-06 16:45:00 +0100" startDate="2021-12-06 16:31:33 +0100" endDate="2021-12-06 16:34:28 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-06 18:14:42 +0100" startDate="2021-12-06 18:03:07 +0100" endDate="2021-12-06 18:03:10 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-06 22:22:32 +0100" startDate="2021-12-06 22:11:29 +0100" endDate="2021-12-06 22:19:38 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 06:15:06 +0100" startDate="2021-12-07 06:04:15 +0100" endDate="2021-12-07 06:14:04 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 06:28:17 +0100" startDate="2021-12-07 06:17:15 +0100" endDate="2021-12-07 06:22:38 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 07:25:52 +0100" startDate="2021-12-07 07:14:27 +0100" endDate="2021-12-07 07:14:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 07:48:24 +0100" startDate="2021-12-07 07:36:09 +0100" endDate="2021-12-07 07:36:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 09:46:14 +0100" startDate="2021-12-07 09:34:25 +0100" endDate="2021-12-07 09:43:58 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 09:56:10 +0100" startDate="2021-12-07 09:45:07 +0100" endDate="2021-12-07 09:53:26 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 10:06:28 +0100" startDate="2021-12-07 09:55:26 +0100" endDate="2021-12-07 09:57:15 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 11:22:50 +0100" startDate="2021-12-07 11:09:58 +0100" endDate="2021-12-07 11:15:27 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 11:33:15 +0100" startDate="2021-12-07 11:22:12 +0100" endDate="2021-12-07 11:29:10 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 14:15:24 +0100" startDate="2021-12-07 14:04:21 +0100" endDate="2021-12-07 14:04:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 16:02:42 +0100" startDate="2021-12-07 15:51:40 +0100" endDate="2021-12-07 15:59:13 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 17:31:21 +0100" startDate="2021-12-07 17:17:53 +0100" endDate="2021-12-07 17:23:14 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 17:46:55 +0100" startDate="2021-12-07 17:34:24 +0100" endDate="2021-12-07 17:42:35 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 18:04:06 +0100" startDate="2021-12-07 17:49:30 +0100" endDate="2021-12-07 17:50:24 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 18:52:48 +0100" startDate="2021-12-07 18:41:45 +0100" endDate="2021-12-07 18:41:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 19:36:46 +0100" startDate="2021-12-07 19:23:25 +0100" endDate="2021-12-07 19:33:26 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 19:46:00 +0100" startDate="2021-12-07 19:33:26 +0100" endDate="2021-12-07 19:43:24 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 19:56:44 +0100" startDate="2021-12-07 19:43:29 +0100" endDate="2021-12-07 19:53:30 +0100" value="978"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 20:07:06 +0100" startDate="2021-12-07 19:53:30 +0100" endDate="2021-12-07 20:03:31 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 20:16:17 +0100" startDate="2021-12-07 20:03:31 +0100" endDate="2021-12-07 20:13:32 +0100" value="1018"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 20:18:41 +0100" startDate="2021-12-07 20:13:32 +0100" endDate="2021-12-07 20:18:02 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-07 21:41:30 +0100" startDate="2021-12-07 21:27:30 +0100" endDate="2021-12-07 21:27:37 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 06:59:42 +0100" startDate="2021-12-08 06:48:40 +0100" endDate="2021-12-08 06:56:39 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 07:13:28 +0100" startDate="2021-12-08 07:02:25 +0100" endDate="2021-12-08 07:02:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 08:04:34 +0100" startDate="2021-12-08 07:52:42 +0100" endDate="2021-12-08 07:53:07 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 08:35:43 +0100" startDate="2021-12-08 08:24:10 +0100" endDate="2021-12-08 08:28:48 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 13:09:56 +0100" startDate="2021-12-08 12:58:53 +0100" endDate="2021-12-08 12:59:08 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 14:04:11 +0100" startDate="2021-12-08 13:52:21 +0100" endDate="2021-12-08 13:52:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 14:59:56 +0100" startDate="2021-12-08 14:45:56 +0100" endDate="2021-12-08 14:53:32 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 15:21:23 +0100" startDate="2021-12-08 15:08:09 +0100" endDate="2021-12-08 15:13:45 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 15:34:34 +0100" startDate="2021-12-08 15:23:14 +0100" endDate="2021-12-08 15:29:13 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 15:55:04 +0100" startDate="2021-12-08 15:43:04 +0100" endDate="2021-12-08 15:51:44 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 16:32:20 +0100" startDate="2021-12-08 16:20:44 +0100" endDate="2021-12-08 16:21:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 16:45:22 +0100" startDate="2021-12-08 16:31:59 +0100" endDate="2021-12-08 16:38:01 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 17:08:28 +0100" startDate="2021-12-08 16:57:24 +0100" endDate="2021-12-08 17:07:23 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 17:32:06 +0100" startDate="2021-12-08 17:20:08 +0100" endDate="2021-12-08 17:20:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 18:04:14 +0100" startDate="2021-12-08 17:53:12 +0100" endDate="2021-12-08 17:55:37 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-08 20:53:46 +0100" startDate="2021-12-08 20:42:44 +0100" endDate="2021-12-08 20:44:54 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 06:45:46 +0100" startDate="2021-12-09 06:31:06 +0100" endDate="2021-12-09 06:34:43 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 07:19:22 +0100" startDate="2021-12-09 07:05:35 +0100" endDate="2021-12-09 07:10:48 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 08:16:43 +0100" startDate="2021-12-09 08:05:03 +0100" endDate="2021-12-09 08:14:39 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 08:27:21 +0100" startDate="2021-12-09 08:16:18 +0100" endDate="2021-12-09 08:24:45 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 09:02:47 +0100" startDate="2021-12-09 08:51:42 +0100" endDate="2021-12-09 09:01:43 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 09:12:46 +0100" startDate="2021-12-09 09:01:43 +0100" endDate="2021-12-09 09:09:04 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 11:16:55 +0100" startDate="2021-12-09 11:04:53 +0100" endDate="2021-12-09 11:13:05 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 12:24:05 +0100" startDate="2021-12-09 12:12:38 +0100" endDate="2021-12-09 12:16:07 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 12:34:53 +0100" startDate="2021-12-09 12:23:33 +0100" endDate="2021-12-09 12:32:07 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 13:24:42 +0100" startDate="2021-12-09 13:10:22 +0100" endDate="2021-12-09 13:10:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 13:53:15 +0100" startDate="2021-12-09 13:39:58 +0100" endDate="2021-12-09 13:40:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 14:03:26 +0100" startDate="2021-12-09 13:52:18 +0100" endDate="2021-12-09 13:55:12 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 16:21:16 +0100" startDate="2021-12-09 16:08:48 +0100" endDate="2021-12-09 16:14:40 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 20:35:21 +0100" startDate="2021-12-09 20:22:07 +0100" endDate="2021-12-09 20:30:26 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 20:44:23 +0100" startDate="2021-12-09 20:33:02 +0100" endDate="2021-12-09 20:35:29 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 21:35:55 +0100" startDate="2021-12-09 21:24:23 +0100" endDate="2021-12-09 21:27:01 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-09 22:11:31 +0100" startDate="2021-12-09 22:00:28 +0100" endDate="2021-12-09 22:01:42 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 06:36:45 +0100" startDate="2021-12-10 06:25:43 +0100" endDate="2021-12-10 06:34:30 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 07:39:38 +0100" startDate="2021-12-10 07:28:35 +0100" endDate="2021-12-10 07:30:55 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 09:22:18 +0100" startDate="2021-12-10 09:11:15 +0100" endDate="2021-12-10 09:20:10 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 10:42:34 +0100" startDate="2021-12-10 10:31:08 +0100" endDate="2021-12-10 10:41:09 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 10:53:05 +0100" startDate="2021-12-10 10:41:09 +0100" endDate="2021-12-10 10:43:12 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 11:45:41 +0100" startDate="2021-12-10 11:34:36 +0100" endDate="2021-12-10 11:43:47 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 12:23:37 +0100" startDate="2021-12-10 12:10:55 +0100" endDate="2021-12-10 12:20:41 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 12:33:44 +0100" startDate="2021-12-10 12:20:56 +0100" endDate="2021-12-10 12:29:53 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 12:42:46 +0100" startDate="2021-12-10 12:31:43 +0100" endDate="2021-12-10 12:32:44 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 13:01:58 +0100" startDate="2021-12-10 12:50:27 +0100" endDate="2021-12-10 12:58:16 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 13:13:35 +0100" startDate="2021-12-10 13:01:34 +0100" endDate="2021-12-10 13:11:33 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 13:23:11 +0100" startDate="2021-12-10 13:11:33 +0100" endDate="2021-12-10 13:21:34 +0100" value="1090"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 13:32:39 +0100" startDate="2021-12-10 13:21:34 +0100" endDate="2021-12-10 13:31:35 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 13:42:50 +0100" startDate="2021-12-10 13:31:35 +0100" endDate="2021-12-10 13:41:36 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 13:54:42 +0100" startDate="2021-12-10 13:41:36 +0100" endDate="2021-12-10 13:51:37 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 14:03:24 +0100" startDate="2021-12-10 13:51:37 +0100" endDate="2021-12-10 14:01:20 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 14:13:45 +0100" startDate="2021-12-10 14:02:42 +0100" endDate="2021-12-10 14:11:04 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 14:26:30 +0100" startDate="2021-12-10 14:14:53 +0100" endDate="2021-12-10 14:23:35 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 14:45:25 +0100" startDate="2021-12-10 14:33:37 +0100" endDate="2021-12-10 14:35:49 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 16:02:32 +0100" startDate="2021-12-10 15:48:45 +0100" endDate="2021-12-10 15:58:28 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 16:11:32 +0100" startDate="2021-12-10 15:59:32 +0100" endDate="2021-12-10 16:09:23 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 16:21:22 +0100" startDate="2021-12-10 16:09:33 +0100" endDate="2021-12-10 16:12:57 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 16:51:10 +0100" startDate="2021-12-10 16:39:44 +0100" endDate="2021-12-10 16:43:59 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-10 17:16:03 +0100" startDate="2021-12-10 17:01:45 +0100" endDate="2021-12-10 17:02:01 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 00:50:35 +0100" startDate="2021-12-11 00:43:23 +0100" endDate="2021-12-11 00:44:19 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 05:35:01 +0100" startDate="2021-12-11 05:23:58 +0100" endDate="2021-12-11 05:25:32 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 09:01:23 +0100" startDate="2021-12-11 08:48:53 +0100" endDate="2021-12-11 08:55:07 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 09:14:32 +0100" startDate="2021-12-11 09:03:29 +0100" endDate="2021-12-11 09:04:17 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 10:22:47 +0100" startDate="2021-12-11 10:09:58 +0100" endDate="2021-12-11 10:19:30 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 10:34:01 +0100" startDate="2021-12-11 10:22:56 +0100" endDate="2021-12-11 10:22:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 10:48:46 +0100" startDate="2021-12-11 10:37:07 +0100" endDate="2021-12-11 10:47:08 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 11:01:33 +0100" startDate="2021-12-11 10:47:08 +0100" endDate="2021-12-11 10:56:26 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 11:11:29 +0100" startDate="2021-12-11 10:58:03 +0100" endDate="2021-12-11 11:06:34 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 11:24:49 +0100" startDate="2021-12-11 11:11:15 +0100" endDate="2021-12-11 11:19:31 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 11:36:31 +0100" startDate="2021-12-11 11:22:37 +0100" endDate="2021-12-11 11:30:21 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 11:46:39 +0100" startDate="2021-12-11 11:33:24 +0100" endDate="2021-12-11 11:42:16 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 11:57:52 +0100" startDate="2021-12-11 11:43:35 +0100" endDate="2021-12-11 11:48:51 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 18:16:15 +0100" startDate="2021-12-11 18:04:04 +0100" endDate="2021-12-11 18:08:32 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 18:25:08 +0100" startDate="2021-12-11 18:14:05 +0100" endDate="2021-12-11 18:17:29 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 18:46:39 +0100" startDate="2021-12-11 18:35:04 +0100" endDate="2021-12-11 18:40:42 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 19:47:16 +0100" startDate="2021-12-11 19:32:48 +0100" endDate="2021-12-11 19:41:39 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 20:02:18 +0100" startDate="2021-12-11 19:51:15 +0100" endDate="2021-12-11 19:54:03 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-11 21:23:47 +0100" startDate="2021-12-11 21:09:38 +0100" endDate="2021-12-11 21:16:13 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 06:50:53 +0100" startDate="2021-12-12 06:37:16 +0100" endDate="2021-12-12 06:39:31 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 07:10:53 +0100" startDate="2021-12-12 06:54:28 +0100" endDate="2021-12-12 06:56:40 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 07:55:59 +0100" startDate="2021-12-12 07:42:03 +0100" endDate="2021-12-12 07:44:17 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 08:04:41 +0100" startDate="2021-12-12 07:57:59 +0100" endDate="2021-12-12 07:58:55 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 09:39:14 +0100" startDate="2021-12-12 09:28:11 +0100" endDate="2021-12-12 09:28:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 10:21:07 +0100" startDate="2021-12-12 10:08:11 +0100" endDate="2021-12-12 10:11:40 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 10:31:25 +0100" startDate="2021-12-12 10:19:18 +0100" endDate="2021-12-12 10:29:19 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 10:40:47 +0100" startDate="2021-12-12 10:29:19 +0100" endDate="2021-12-12 10:39:05 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 10:51:26 +0100" startDate="2021-12-12 10:39:23 +0100" endDate="2021-12-12 10:49:23 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 11:03:53 +0100" startDate="2021-12-12 10:49:23 +0100" endDate="2021-12-12 10:59:25 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 11:12:54 +0100" startDate="2021-12-12 10:59:25 +0100" endDate="2021-12-12 11:09:25 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 11:20:58 +0100" startDate="2021-12-12 11:09:25 +0100" endDate="2021-12-12 11:17:14 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 11:33:10 +0100" startDate="2021-12-12 11:21:11 +0100" endDate="2021-12-12 11:29:04 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 11:47:03 +0100" startDate="2021-12-12 11:33:32 +0100" endDate="2021-12-12 11:42:47 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 11:56:43 +0100" startDate="2021-12-12 11:45:40 +0100" endDate="2021-12-12 11:45:53 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 12:57:43 +0100" startDate="2021-12-12 12:45:49 +0100" endDate="2021-12-12 12:54:31 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 18:25:36 +0100" startDate="2021-12-12 18:13:01 +0100" endDate="2021-12-12 18:13:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 19:29:03 +0100" startDate="2021-12-12 19:18:00 +0100" endDate="2021-12-12 19:21:32 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 21:07:42 +0100" startDate="2021-12-12 20:55:41 +0100" endDate="2021-12-12 20:58:29 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-12 21:32:37 +0100" startDate="2021-12-12 21:21:34 +0100" endDate="2021-12-12 21:22:27 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 03:33:47 +0100" startDate="2021-12-13 03:21:26 +0100" endDate="2021-12-13 03:22:25 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 07:50:12 +0100" startDate="2021-12-13 07:35:17 +0100" endDate="2021-12-13 07:44:32 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 07:57:49 +0100" startDate="2021-12-13 07:46:47 +0100" endDate="2021-12-13 07:48:03 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 08:13:12 +0100" startDate="2021-12-13 08:02:30 +0100" endDate="2021-12-13 08:11:35 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 09:21:18 +0100" startDate="2021-12-13 09:10:28 +0100" endDate="2021-12-13 09:20:09 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 09:31:59 +0100" startDate="2021-12-13 09:20:45 +0100" endDate="2021-12-13 09:21:38 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 10:27:12 +0100" startDate="2021-12-13 10:15:40 +0100" endDate="2021-12-13 10:25:41 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 10:37:25 +0100" startDate="2021-12-13 10:25:41 +0100" endDate="2021-12-13 10:32:36 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 10:47:45 +0100" startDate="2021-12-13 10:35:44 +0100" endDate="2021-12-13 10:41:26 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 11:01:14 +0100" startDate="2021-12-13 10:50:11 +0100" endDate="2021-12-13 10:58:53 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 11:52:22 +0100" startDate="2021-12-13 11:39:59 +0100" endDate="2021-12-13 11:40:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 12:26:20 +0100" startDate="2021-12-13 12:13:31 +0100" endDate="2021-12-13 12:16:25 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 17:28:02 +0100" startDate="2021-12-13 17:17:00 +0100" endDate="2021-12-13 17:22:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 18:01:49 +0100" startDate="2021-12-13 17:50:05 +0100" endDate="2021-12-13 17:55:26 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 18:53:56 +0100" startDate="2021-12-13 18:40:31 +0100" endDate="2021-12-13 18:41:14 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 19:14:06 +0100" startDate="2021-12-13 19:02:35 +0100" endDate="2021-12-13 19:12:31 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 19:23:42 +0100" startDate="2021-12-13 19:12:39 +0100" endDate="2021-12-13 19:21:11 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 19:39:52 +0100" startDate="2021-12-13 19:28:19 +0100" endDate="2021-12-13 19:36:47 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 20:24:53 +0100" startDate="2021-12-13 20:13:51 +0100" endDate="2021-12-13 20:17:04 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-13 21:20:00 +0100" startDate="2021-12-13 21:08:28 +0100" endDate="2021-12-13 21:09:12 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 06:00:02 +0100" startDate="2021-12-14 05:43:10 +0100" endDate="2021-12-14 05:48:34 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 07:32:03 +0100" startDate="2021-12-14 07:21:00 +0100" endDate="2021-12-14 07:21:10 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 07:56:20 +0100" startDate="2021-12-14 07:49:06 +0100" endDate="2021-12-14 07:52:52 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 09:18:12 +0100" startDate="2021-12-14 09:06:56 +0100" endDate="2021-12-14 09:12:57 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 09:46:49 +0100" startDate="2021-12-14 09:34:52 +0100" endDate="2021-12-14 09:44:48 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 09:55:53 +0100" startDate="2021-12-14 09:44:51 +0100" endDate="2021-12-14 09:53:28 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 10:10:51 +0100" startDate="2021-12-14 09:58:21 +0100" endDate="2021-12-14 10:04:48 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 10:46:34 +0100" startDate="2021-12-14 10:35:32 +0100" endDate="2021-12-14 10:43:00 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 10:56:51 +0100" startDate="2021-12-14 10:45:33 +0100" endDate="2021-12-14 10:54:56 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 11:07:43 +0100" startDate="2021-12-14 10:56:04 +0100" endDate="2021-12-14 11:03:59 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 11:20:47 +0100" startDate="2021-12-14 11:08:36 +0100" endDate="2021-12-14 11:08:52 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 11:30:32 +0100" startDate="2021-12-14 11:19:29 +0100" endDate="2021-12-14 11:20:05 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 12:04:05 +0100" startDate="2021-12-14 11:52:55 +0100" endDate="2021-12-14 12:02:26 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 12:13:59 +0100" startDate="2021-12-14 12:02:56 +0100" endDate="2021-12-14 12:04:02 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 12:31:08 +0100" startDate="2021-12-14 12:17:43 +0100" endDate="2021-12-14 12:24:56 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 12:43:06 +0100" startDate="2021-12-14 12:28:45 +0100" endDate="2021-12-14 12:37:22 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 12:56:16 +0100" startDate="2021-12-14 12:43:50 +0100" endDate="2021-12-14 12:53:41 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 13:07:34 +0100" startDate="2021-12-14 12:54:25 +0100" endDate="2021-12-14 13:04:06 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 13:15:34 +0100" startDate="2021-12-14 13:04:31 +0100" endDate="2021-12-14 13:13:26 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 13:36:50 +0100" startDate="2021-12-14 13:25:42 +0100" endDate="2021-12-14 13:32:42 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 13:49:43 +0100" startDate="2021-12-14 13:37:56 +0100" endDate="2021-12-14 13:47:34 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 13:59:02 +0100" startDate="2021-12-14 13:47:59 +0100" endDate="2021-12-14 13:49:00 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 14:12:24 +0100" startDate="2021-12-14 14:01:22 +0100" endDate="2021-12-14 14:09:36 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 14:22:43 +0100" startDate="2021-12-14 14:11:25 +0100" endDate="2021-12-14 14:20:33 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 14:36:26 +0100" startDate="2021-12-14 14:25:23 +0100" endDate="2021-12-14 14:26:14 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 14:47:17 +0100" startDate="2021-12-14 14:36:14 +0100" endDate="2021-12-14 14:39:41 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 15:23:03 +0100" startDate="2021-12-14 15:12:01 +0100" endDate="2021-12-14 15:21:16 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 16:53:13 +0100" startDate="2021-12-14 16:41:23 +0100" endDate="2021-12-14 16:44:35 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 17:15:24 +0100" startDate="2021-12-14 17:04:21 +0100" endDate="2021-12-14 17:10:49 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 18:51:38 +0100" startDate="2021-12-14 18:36:42 +0100" endDate="2021-12-14 18:38:11 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 20:39:16 +0100" startDate="2021-12-14 20:28:10 +0100" endDate="2021-12-14 20:37:41 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 21:37:21 +0100" startDate="2021-12-14 21:24:07 +0100" endDate="2021-12-14 21:27:16 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-14 22:31:12 +0100" startDate="2021-12-14 22:20:07 +0100" endDate="2021-12-14 22:20:25 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 05:28:39 +0100" startDate="2021-12-15 05:16:38 +0100" endDate="2021-12-15 05:17:26 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 10:49:26 +0100" startDate="2021-12-15 10:38:20 +0100" endDate="2021-12-15 10:47:10 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 10:59:47 +0100" startDate="2021-12-15 10:48:44 +0100" endDate="2021-12-15 10:58:40 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 11:12:13 +0100" startDate="2021-12-15 11:01:10 +0100" endDate="2021-12-15 11:08:51 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 11:34:32 +0100" startDate="2021-12-15 11:18:47 +0100" endDate="2021-12-15 11:26:25 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 11:45:00 +0100" startDate="2021-12-15 11:30:48 +0100" endDate="2021-12-15 11:40:47 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 11:54:28 +0100" startDate="2021-12-15 11:40:47 +0100" endDate="2021-12-15 11:50:33 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 12:06:10 +0100" startDate="2021-12-15 11:50:48 +0100" endDate="2021-12-15 12:00:21 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 12:12:14 +0100" startDate="2021-12-15 12:01:07 +0100" endDate="2021-12-15 12:09:54 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 12:25:22 +0100" startDate="2021-12-15 12:13:51 +0100" endDate="2021-12-15 12:23:50 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 12:36:05 +0100" startDate="2021-12-15 12:23:50 +0100" endDate="2021-12-15 12:33:51 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 12:47:06 +0100" startDate="2021-12-15 12:33:51 +0100" endDate="2021-12-15 12:38:29 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 12:58:19 +0100" startDate="2021-12-15 12:46:20 +0100" endDate="2021-12-15 12:54:39 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 13:09:46 +0100" startDate="2021-12-15 12:58:05 +0100" endDate="2021-12-15 12:58:18 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 13:40:28 +0100" startDate="2021-12-15 13:27:30 +0100" endDate="2021-12-15 13:28:44 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 14:22:02 +0100" startDate="2021-12-15 14:10:49 +0100" endDate="2021-12-15 14:10:56 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 17:21:49 +0100" startDate="2021-12-15 17:10:15 +0100" endDate="2021-12-15 17:18:07 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 17:31:30 +0100" startDate="2021-12-15 17:20:27 +0100" endDate="2021-12-15 17:30:28 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 17:43:06 +0100" startDate="2021-12-15 17:30:28 +0100" endDate="2021-12-15 17:40:29 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 17:52:07 +0100" startDate="2021-12-15 17:40:29 +0100" endDate="2021-12-15 17:50:30 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 18:02:54 +0100" startDate="2021-12-15 17:50:30 +0100" endDate="2021-12-15 18:00:29 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 18:14:51 +0100" startDate="2021-12-15 18:00:29 +0100" endDate="2021-12-15 18:10:29 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 18:24:25 +0100" startDate="2021-12-15 18:10:29 +0100" endDate="2021-12-15 18:20:30 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 18:32:02 +0100" startDate="2021-12-15 18:20:30 +0100" endDate="2021-12-15 18:30:26 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 18:43:30 +0100" startDate="2021-12-15 18:31:12 +0100" endDate="2021-12-15 18:31:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 20:49:49 +0100" startDate="2021-12-15 20:38:32 +0100" endDate="2021-12-15 20:38:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-15 22:12:43 +0100" startDate="2021-12-15 22:01:40 +0100" endDate="2021-12-15 22:06:51 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 07:13:45 +0100" startDate="2021-12-16 07:02:10 +0100" endDate="2021-12-16 07:03:57 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 08:13:13 +0100" startDate="2021-12-16 08:01:21 +0100" endDate="2021-12-16 08:01:26 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 09:01:56 +0100" startDate="2021-12-16 08:49:36 +0100" endDate="2021-12-16 08:50:19 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 09:57:04 +0100" startDate="2021-12-16 09:46:01 +0100" endDate="2021-12-16 09:53:12 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 10:07:59 +0100" startDate="2021-12-16 09:56:56 +0100" endDate="2021-12-16 10:06:57 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 10:12:10 +0100" startDate="2021-12-16 10:08:09 +0100" endDate="2021-12-16 10:10:21 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 11:37:32 +0100" startDate="2021-12-16 11:25:57 +0100" endDate="2021-12-16 11:35:51 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 12:56:03 +0100" startDate="2021-12-16 12:44:17 +0100" endDate="2021-12-16 12:53:52 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 13:05:52 +0100" startDate="2021-12-16 12:54:35 +0100" endDate="2021-12-16 13:04:26 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 13:15:44 +0100" startDate="2021-12-16 13:04:41 +0100" endDate="2021-12-16 13:06:26 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 14:32:29 +0100" startDate="2021-12-16 14:19:05 +0100" endDate="2021-12-16 14:19:10 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 14:58:22 +0100" startDate="2021-12-16 14:47:19 +0100" endDate="2021-12-16 14:48:26 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 15:17:47 +0100" startDate="2021-12-16 15:06:44 +0100" endDate="2021-12-16 15:06:59 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 15:30:40 +0100" startDate="2021-12-16 15:19:33 +0100" endDate="2021-12-16 15:19:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 16:03:47 +0100" startDate="2021-12-16 15:52:45 +0100" endDate="2021-12-16 15:53:15 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 17:58:04 +0100" startDate="2021-12-16 17:47:01 +0100" endDate="2021-12-16 17:47:14 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 19:37:33 +0100" startDate="2021-12-16 19:26:30 +0100" endDate="2021-12-16 19:26:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 21:43:45 +0100" startDate="2021-12-16 21:32:42 +0100" endDate="2021-12-16 21:32:47 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 22:28:41 +0100" startDate="2021-12-16 22:17:38 +0100" endDate="2021-12-16 22:27:38 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-16 22:38:41 +0100" startDate="2021-12-16 22:27:38 +0100" endDate="2021-12-16 22:27:53 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 06:46:30 +0100" startDate="2021-12-17 06:35:27 +0100" endDate="2021-12-17 06:38:23 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 07:01:49 +0100" startDate="2021-12-17 06:49:42 +0100" endDate="2021-12-17 06:59:42 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 07:10:59 +0100" startDate="2021-12-17 06:59:42 +0100" endDate="2021-12-17 07:09:41 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 07:23:09 +0100" startDate="2021-12-17 07:10:11 +0100" endDate="2021-12-17 07:19:01 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 08:18:39 +0100" startDate="2021-12-17 08:06:30 +0100" endDate="2021-12-17 08:06:40 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 08:38:25 +0100" startDate="2021-12-17 08:25:01 +0100" endDate="2021-12-17 08:34:17 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 08:47:25 +0100" startDate="2021-12-17 08:35:03 +0100" endDate="2021-12-17 08:44:59 +0100" value="1107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 08:58:09 +0100" startDate="2021-12-17 08:45:37 +0100" endDate="2021-12-17 08:55:37 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 09:06:40 +0100" startDate="2021-12-17 08:55:37 +0100" endDate="2021-12-17 09:04:03 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 09:16:52 +0100" startDate="2021-12-17 09:05:47 +0100" endDate="2021-12-17 09:15:48 +0100" value="835"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 09:28:53 +0100" startDate="2021-12-17 09:15:48 +0100" endDate="2021-12-17 09:25:49 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 09:36:52 +0100" startDate="2021-12-17 09:25:49 +0100" endDate="2021-12-17 09:29:03 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 09:50:43 +0100" startDate="2021-12-17 09:37:22 +0100" endDate="2021-12-17 09:41:49 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 10:27:31 +0100" startDate="2021-12-17 10:26:14 +0100" endDate="2021-12-17 10:26:35 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 11:32:04 +0100" startDate="2021-12-17 11:21:01 +0100" endDate="2021-12-17 11:21:04 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 12:05:49 +0100" startDate="2021-12-17 11:54:46 +0100" endDate="2021-12-17 11:54:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 14:43:59 +0100" startDate="2021-12-17 14:31:14 +0100" endDate="2021-12-17 14:40:22 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 14:52:39 +0100" startDate="2021-12-17 14:41:36 +0100" endDate="2021-12-17 14:41:51 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 15:07:31 +0100" startDate="2021-12-17 14:56:29 +0100" endDate="2021-12-17 14:56:41 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 15:25:59 +0100" startDate="2021-12-17 15:14:57 +0100" endDate="2021-12-17 15:21:16 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 15:42:53 +0100" startDate="2021-12-17 15:31:50 +0100" endDate="2021-12-17 15:31:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 15:57:09 +0100" startDate="2021-12-17 15:45:10 +0100" endDate="2021-12-17 15:45:16 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 16:10:01 +0100" startDate="2021-12-17 15:58:37 +0100" endDate="2021-12-17 16:00:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 16:26:30 +0100" startDate="2021-12-17 16:14:33 +0100" endDate="2021-12-17 16:20:01 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 16:51:54 +0100" startDate="2021-12-17 16:40:31 +0100" endDate="2021-12-17 16:49:39 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 17:03:30 +0100" startDate="2021-12-17 16:50:40 +0100" endDate="2021-12-17 16:56:09 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 18:08:36 +0100" startDate="2021-12-17 17:53:40 +0100" endDate="2021-12-17 17:54:00 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 20:10:27 +0100" startDate="2021-12-17 19:56:17 +0100" endDate="2021-12-17 20:05:30 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-17 22:10:37 +0100" startDate="2021-12-17 21:58:34 +0100" endDate="2021-12-17 21:59:35 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-18 08:18:40 +0100" startDate="2021-12-18 08:04:52 +0100" endDate="2021-12-18 08:05:30 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-18 08:32:13 +0100" startDate="2021-12-18 08:21:05 +0100" endDate="2021-12-18 08:21:20 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-18 23:02:22 +0100" startDate="2021-12-18 22:51:19 +0100" endDate="2021-12-18 22:51:34 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 08:20:56 +0100" startDate="2021-12-19 08:09:53 +0100" endDate="2021-12-19 08:16:56 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 08:36:11 +0100" startDate="2021-12-19 08:22:52 +0100" endDate="2021-12-19 08:29:00 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 08:59:41 +0100" startDate="2021-12-19 08:48:19 +0100" endDate="2021-12-19 08:48:31 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 09:17:33 +0100" startDate="2021-12-19 09:05:34 +0100" endDate="2021-12-19 09:07:19 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 10:35:19 +0100" startDate="2021-12-19 10:23:30 +0100" endDate="2021-12-19 10:33:31 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 10:44:34 +0100" startDate="2021-12-19 10:33:31 +0100" endDate="2021-12-19 10:41:22 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 10:57:51 +0100" startDate="2021-12-19 10:45:50 +0100" endDate="2021-12-19 10:55:07 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 11:08:23 +0100" startDate="2021-12-19 10:56:13 +0100" endDate="2021-12-19 10:56:21 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 12:22:01 +0100" startDate="2021-12-19 12:10:56 +0100" endDate="2021-12-19 12:14:07 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 15:25:56 +0100" startDate="2021-12-19 15:12:06 +0100" endDate="2021-12-19 15:12:16 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 19:16:03 +0100" startDate="2021-12-19 19:05:00 +0100" endDate="2021-12-19 19:14:33 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 19:28:09 +0100" startDate="2021-12-19 19:17:06 +0100" endDate="2021-12-19 19:17:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 20:36:51 +0100" startDate="2021-12-19 20:23:53 +0100" endDate="2021-12-19 20:24:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-19 21:48:24 +0100" startDate="2021-12-19 21:36:55 +0100" endDate="2021-12-19 21:37:00 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 07:43:04 +0100" startDate="2021-12-20 07:31:02 +0100" endDate="2021-12-20 07:33:33 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 08:16:52 +0100" startDate="2021-12-20 08:03:13 +0100" endDate="2021-12-20 08:12:13 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 08:25:36 +0100" startDate="2021-12-20 08:14:33 +0100" endDate="2021-12-20 08:21:48 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 09:13:36 +0100" startDate="2021-12-20 08:58:42 +0100" endDate="2021-12-20 09:07:30 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 11:11:05 +0100" startDate="2021-12-20 10:58:54 +0100" endDate="2021-12-20 10:59:22 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 14:07:08 +0100" startDate="2021-12-20 13:53:32 +0100" endDate="2021-12-20 13:58:56 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 16:51:05 +0100" startDate="2021-12-20 16:39:30 +0100" endDate="2021-12-20 16:39:37 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 19:04:53 +0100" startDate="2021-12-20 18:53:50 +0100" endDate="2021-12-20 19:01:46 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 19:14:14 +0100" startDate="2021-12-20 19:04:07 +0100" endDate="2021-12-20 19:14:08 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 19:24:14 +0100" startDate="2021-12-20 19:14:08 +0100" endDate="2021-12-20 19:24:03 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 19:38:07 +0100" startDate="2021-12-20 19:24:32 +0100" endDate="2021-12-20 19:34:12 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 19:45:48 +0100" startDate="2021-12-20 19:34:45 +0100" endDate="2021-12-20 19:44:36 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 19:56:32 +0100" startDate="2021-12-20 19:44:59 +0100" endDate="2021-12-20 19:51:19 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 20:08:36 +0100" startDate="2021-12-20 19:55:54 +0100" endDate="2021-12-20 20:05:55 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 20:17:57 +0100" startDate="2021-12-20 20:05:55 +0100" endDate="2021-12-20 20:15:53 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 20:27:06 +0100" startDate="2021-12-20 20:16:03 +0100" endDate="2021-12-20 20:16:29 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 20:47:47 +0100" startDate="2021-12-20 20:35:36 +0100" endDate="2021-12-20 20:45:34 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 20:59:13 +0100" startDate="2021-12-20 20:48:10 +0100" endDate="2021-12-20 20:54:27 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 21:18:51 +0100" startDate="2021-12-20 21:07:34 +0100" endDate="2021-12-20 21:16:49 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 21:31:27 +0100" startDate="2021-12-20 21:18:03 +0100" endDate="2021-12-20 21:24:25 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 22:59:51 +0100" startDate="2021-12-20 22:46:52 +0100" endDate="2021-12-20 22:56:38 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 23:09:53 +0100" startDate="2021-12-20 22:57:06 +0100" endDate="2021-12-20 22:57:11 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-20 23:49:00 +0100" startDate="2021-12-20 23:37:57 +0100" endDate="2021-12-20 23:38:02 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 06:58:26 +0100" startDate="2021-12-21 06:45:05 +0100" endDate="2021-12-21 06:45:28 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 07:28:46 +0100" startDate="2021-12-21 07:17:43 +0100" endDate="2021-12-21 07:25:52 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 07:40:08 +0100" startDate="2021-12-21 07:29:05 +0100" endDate="2021-12-21 07:38:46 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 07:41:25 +0100" startDate="2021-12-21 07:39:45 +0100" endDate="2021-12-21 07:40:56 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 09:30:08 +0100" startDate="2021-12-21 09:16:57 +0100" endDate="2021-12-21 09:26:45 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 09:41:17 +0100" startDate="2021-12-21 09:29:59 +0100" endDate="2021-12-21 09:30:04 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 10:00:03 +0100" startDate="2021-12-21 09:47:57 +0100" endDate="2021-12-21 09:57:53 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 10:09:09 +0100" startDate="2021-12-21 09:58:06 +0100" endDate="2021-12-21 10:05:16 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 10:52:59 +0100" startDate="2021-12-21 10:40:39 +0100" endDate="2021-12-21 10:40:49 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 11:12:41 +0100" startDate="2021-12-21 11:01:39 +0100" endDate="2021-12-21 11:11:40 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 11:22:42 +0100" startDate="2021-12-21 11:11:40 +0100" endDate="2021-12-21 11:21:37 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 11:33:52 +0100" startDate="2021-12-21 11:21:42 +0100" endDate="2021-12-21 11:22:41 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 12:26:11 +0100" startDate="2021-12-21 12:14:57 +0100" endDate="2021-12-21 12:18:20 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 12:36:46 +0100" startDate="2021-12-21 12:24:56 +0100" endDate="2021-12-21 12:34:57 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 12:46:52 +0100" startDate="2021-12-21 12:34:57 +0100" endDate="2021-12-21 12:44:58 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 12:59:21 +0100" startDate="2021-12-21 12:44:58 +0100" endDate="2021-12-21 12:50:16 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 13:16:58 +0100" startDate="2021-12-21 13:02:24 +0100" endDate="2021-12-21 13:03:17 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 13:28:07 +0100" startDate="2021-12-21 13:16:45 +0100" endDate="2021-12-21 13:26:46 +0100" value="1145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 13:37:57 +0100" startDate="2021-12-21 13:26:46 +0100" endDate="2021-12-21 13:36:47 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 13:48:14 +0100" startDate="2021-12-21 13:36:47 +0100" endDate="2021-12-21 13:43:25 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 13:59:35 +0100" startDate="2021-12-21 13:47:45 +0100" endDate="2021-12-21 13:48:21 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 14:10:21 +0100" startDate="2021-12-21 13:59:18 +0100" endDate="2021-12-21 13:59:44 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 15:10:13 +0100" startDate="2021-12-21 14:59:07 +0100" endDate="2021-12-21 15:09:08 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 15:20:11 +0100" startDate="2021-12-21 15:09:08 +0100" endDate="2021-12-21 15:11:56 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 17:30:05 +0100" startDate="2021-12-21 17:19:00 +0100" endDate="2021-12-21 17:29:01 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 17:41:08 +0100" startDate="2021-12-21 17:29:01 +0100" endDate="2021-12-21 17:33:56 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 17:52:57 +0100" startDate="2021-12-21 17:41:22 +0100" endDate="2021-12-21 17:49:36 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 18:07:26 +0100" startDate="2021-12-21 17:54:56 +0100" endDate="2021-12-21 17:55:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 19:40:36 +0100" startDate="2021-12-21 19:29:33 +0100" endDate="2021-12-21 19:31:28 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-21 20:03:16 +0100" startDate="2021-12-21 19:57:37 +0100" endDate="2021-12-21 19:57:44 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 07:01:16 +0100" startDate="2021-12-22 06:50:13 +0100" endDate="2021-12-22 06:56:46 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 08:14:30 +0100" startDate="2021-12-22 08:03:28 +0100" endDate="2021-12-22 08:13:27 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 08:24:46 +0100" startDate="2021-12-22 08:13:27 +0100" endDate="2021-12-22 08:23:28 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 08:38:07 +0100" startDate="2021-12-22 08:23:28 +0100" endDate="2021-12-22 08:28:33 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 08:50:11 +0100" startDate="2021-12-22 08:39:09 +0100" endDate="2021-12-22 08:49:04 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 09:00:58 +0100" startDate="2021-12-22 08:49:22 +0100" endDate="2021-12-22 08:58:09 +0100" value="926"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 09:10:43 +0100" startDate="2021-12-22 08:59:23 +0100" endDate="2021-12-22 09:09:13 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 09:20:36 +0100" startDate="2021-12-22 09:09:24 +0100" endDate="2021-12-22 09:19:17 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 09:32:34 +0100" startDate="2021-12-22 09:21:32 +0100" endDate="2021-12-22 09:30:32 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 09:42:49 +0100" startDate="2021-12-22 09:31:43 +0100" endDate="2021-12-22 09:34:06 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 13:21:50 +0100" startDate="2021-12-22 13:09:41 +0100" endDate="2021-12-22 13:18:20 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 13:31:42 +0100" startDate="2021-12-22 13:19:57 +0100" endDate="2021-12-22 13:26:40 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 14:39:11 +0100" startDate="2021-12-22 14:27:42 +0100" endDate="2021-12-22 14:31:04 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 15:08:47 +0100" startDate="2021-12-22 14:57:25 +0100" endDate="2021-12-22 15:07:00 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 15:20:10 +0100" startDate="2021-12-22 15:09:08 +0100" endDate="2021-12-22 15:19:09 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 15:30:11 +0100" startDate="2021-12-22 15:19:09 +0100" endDate="2021-12-22 15:28:57 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 16:42:22 +0100" startDate="2021-12-22 16:29:19 +0100" endDate="2021-12-22 16:33:46 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 18:48:41 +0100" startDate="2021-12-22 18:37:38 +0100" endDate="2021-12-22 18:37:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 19:21:03 +0100" startDate="2021-12-22 19:09:59 +0100" endDate="2021-12-22 19:14:42 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 20:53:30 +0100" startDate="2021-12-22 20:42:27 +0100" endDate="2021-12-22 20:43:56 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-22 22:05:42 +0100" startDate="2021-12-22 21:54:39 +0100" endDate="2021-12-22 21:54:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 06:47:28 +0100" startDate="2021-12-23 06:36:25 +0100" endDate="2021-12-23 06:41:26 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 08:24:35 +0100" startDate="2021-12-23 08:13:33 +0100" endDate="2021-12-23 08:13:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 16:03:23 +0100" startDate="2021-12-23 15:52:21 +0100" endDate="2021-12-23 16:02:09 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 16:14:01 +0100" startDate="2021-12-23 16:02:22 +0100" endDate="2021-12-23 16:04:03 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 16:26:02 +0100" startDate="2021-12-23 16:13:30 +0100" endDate="2021-12-23 16:21:24 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 16:36:38 +0100" startDate="2021-12-23 16:23:42 +0100" endDate="2021-12-23 16:33:05 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 16:47:08 +0100" startDate="2021-12-23 16:34:13 +0100" endDate="2021-12-23 16:36:23 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 18:08:14 +0100" startDate="2021-12-23 17:56:32 +0100" endDate="2021-12-23 17:56:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 18:41:27 +0100" startDate="2021-12-23 18:29:02 +0100" endDate="2021-12-23 18:34:13 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 20:43:43 +0100" startDate="2021-12-23 20:32:41 +0100" endDate="2021-12-23 20:34:38 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 23:04:34 +0100" startDate="2021-12-23 22:50:00 +0100" endDate="2021-12-23 22:56:14 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 23:19:50 +0100" startDate="2021-12-23 23:01:28 +0100" endDate="2021-12-23 23:03:51 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 23:27:03 +0100" startDate="2021-12-23 23:15:14 +0100" endDate="2021-12-23 23:24:09 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-23 23:37:43 +0100" startDate="2021-12-23 23:25:33 +0100" endDate="2021-12-23 23:28:16 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 07:04:17 +0100" startDate="2021-12-24 06:53:15 +0100" endDate="2021-12-24 06:53:50 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 07:54:37 +0100" startDate="2021-12-24 07:38:04 +0100" endDate="2021-12-24 07:47:22 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 08:00:24 +0100" startDate="2021-12-24 07:49:21 +0100" endDate="2021-12-24 07:52:45 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 08:46:22 +0100" startDate="2021-12-24 08:35:36 +0100" endDate="2021-12-24 08:45:12 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 11:09:05 +0100" startDate="2021-12-24 10:57:18 +0100" endDate="2021-12-24 11:07:01 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 11:57:12 +0100" startDate="2021-12-24 11:46:04 +0100" endDate="2021-12-24 11:48:59 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 12:18:01 +0100" startDate="2021-12-24 12:02:45 +0100" endDate="2021-12-24 12:11:35 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 12:28:36 +0100" startDate="2021-12-24 12:14:52 +0100" endDate="2021-12-24 12:15:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 12:39:39 +0100" startDate="2021-12-24 12:28:37 +0100" endDate="2021-12-24 12:38:38 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 12:49:43 +0100" startDate="2021-12-24 12:38:38 +0100" endDate="2021-12-24 12:47:58 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 13:52:39 +0100" startDate="2021-12-24 13:42:05 +0100" endDate="2021-12-24 13:51:34 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 14:04:26 +0100" startDate="2021-12-24 13:52:40 +0100" endDate="2021-12-24 13:54:17 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 14:14:38 +0100" startDate="2021-12-24 14:03:09 +0100" endDate="2021-12-24 14:12:50 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 14:25:12 +0100" startDate="2021-12-24 14:14:09 +0100" endDate="2021-12-24 14:14:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 17:13:33 +0100" startDate="2021-12-24 17:02:31 +0100" endDate="2021-12-24 17:12:19 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 17:33:02 +0100" startDate="2021-12-24 17:18:55 +0100" endDate="2021-12-24 17:21:13 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 17:52:50 +0100" startDate="2021-12-24 17:41:40 +0100" endDate="2021-12-24 17:51:08 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 18:25:30 +0100" startDate="2021-12-24 18:10:28 +0100" endDate="2021-12-24 18:19:09 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-24 22:59:22 +0100" startDate="2021-12-24 22:45:13 +0100" endDate="2021-12-24 22:49:49 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 10:37:07 +0100" startDate="2021-12-25 10:25:13 +0100" endDate="2021-12-25 10:34:35 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 10:46:47 +0100" startDate="2021-12-25 10:35:39 +0100" endDate="2021-12-25 10:43:58 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 11:03:21 +0100" startDate="2021-12-25 10:50:39 +0100" endDate="2021-12-25 10:53:53 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 11:15:01 +0100" startDate="2021-12-25 11:03:42 +0100" endDate="2021-12-25 11:13:05 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 16:08:58 +0100" startDate="2021-12-25 15:57:03 +0100" endDate="2021-12-25 16:03:18 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 16:30:51 +0100" startDate="2021-12-25 16:19:12 +0100" endDate="2021-12-25 16:19:43 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 16:43:41 +0100" startDate="2021-12-25 16:31:45 +0100" endDate="2021-12-25 16:34:19 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 18:07:45 +0100" startDate="2021-12-25 17:56:30 +0100" endDate="2021-12-25 18:02:04 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 18:26:24 +0100" startDate="2021-12-25 18:14:33 +0100" endDate="2021-12-25 18:24:11 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 18:38:38 +0100" startDate="2021-12-25 18:24:31 +0100" endDate="2021-12-25 18:30:41 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 18:58:45 +0100" startDate="2021-12-25 18:47:42 +0100" endDate="2021-12-25 18:48:10 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 19:19:20 +0100" startDate="2021-12-25 19:08:34 +0100" endDate="2021-12-25 19:17:41 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 19:35:55 +0100" startDate="2021-12-25 19:24:53 +0100" endDate="2021-12-25 19:28:22 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 20:14:27 +0100" startDate="2021-12-25 20:03:24 +0100" endDate="2021-12-25 20:13:26 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 21:07:36 +0100" startDate="2021-12-25 20:56:33 +0100" endDate="2021-12-25 20:57:35 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 20:25:57 +0100" startDate="2021-12-25 20:14:55 +0100" endDate="2021-12-25 20:20:13 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 23:36:28 +0100" startDate="2021-12-25 23:21:54 +0100" endDate="2021-12-25 23:22:27 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-25 23:54:59 +0100" startDate="2021-12-25 23:41:03 +0100" endDate="2021-12-25 23:48:26 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-26 00:04:53 +0100" startDate="2021-12-25 23:53:27 +0100" endDate="2021-12-25 23:53:47 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-26 08:17:56 +0100" startDate="2021-12-26 08:05:10 +0100" endDate="2021-12-26 08:05:50 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-26 11:07:58 +0100" startDate="2021-12-26 10:53:34 +0100" endDate="2021-12-26 10:58:19 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-26 17:53:24 +0100" startDate="2021-12-26 17:42:21 +0100" endDate="2021-12-26 17:52:22 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-26 18:03:25 +0100" startDate="2021-12-26 17:52:22 +0100" endDate="2021-12-26 18:01:19 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 11:42:54 +0100" startDate="2021-12-27 11:31:51 +0100" endDate="2021-12-27 11:37:15 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 11:54:15 +0100" startDate="2021-12-27 11:42:58 +0100" endDate="2021-12-27 11:52:59 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 12:04:41 +0100" startDate="2021-12-27 11:52:59 +0100" endDate="2021-12-27 12:00:00 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 12:14:34 +0100" startDate="2021-12-27 12:03:31 +0100" endDate="2021-12-27 12:13:12 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 12:27:39 +0100" startDate="2021-12-27 12:13:47 +0100" endDate="2021-12-27 12:21:21 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 12:42:29 +0100" startDate="2021-12-27 12:24:44 +0100" endDate="2021-12-27 12:34:13 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 12:52:11 +0100" startDate="2021-12-27 12:34:53 +0100" endDate="2021-12-27 12:43:35 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 12:56:30 +0100" startDate="2021-12-27 12:45:27 +0100" endDate="2021-12-27 12:53:44 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 13:21:00 +0100" startDate="2021-12-27 13:08:58 +0100" endDate="2021-12-27 13:18:36 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 13:33:59 +0100" startDate="2021-12-27 13:22:56 +0100" endDate="2021-12-27 13:23:22 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 13:54:25 +0100" startDate="2021-12-27 13:40:10 +0100" endDate="2021-12-27 13:49:54 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 14:04:32 +0100" startDate="2021-12-27 13:51:28 +0100" endDate="2021-12-27 14:01:29 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 14:13:53 +0100" startDate="2021-12-27 14:01:29 +0100" endDate="2021-12-27 14:02:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 19:24:30 +0100" startDate="2021-12-27 19:11:09 +0100" endDate="2021-12-27 19:19:02 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 19:45:15 +0100" startDate="2021-12-27 19:29:55 +0100" endDate="2021-12-27 19:37:05 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 19:52:28 +0100" startDate="2021-12-27 19:41:25 +0100" endDate="2021-12-27 19:51:21 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 20:03:04 +0100" startDate="2021-12-27 19:51:26 +0100" endDate="2021-12-27 20:00:21 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 20:13:34 +0100" startDate="2021-12-27 20:02:31 +0100" endDate="2021-12-27 20:05:55 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 20:26:40 +0100" startDate="2021-12-27 20:14:01 +0100" endDate="2021-12-27 20:16:39 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 20:37:52 +0100" startDate="2021-12-27 20:24:52 +0100" endDate="2021-12-27 20:25:53 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-27 22:18:21 +0100" startDate="2021-12-27 22:00:51 +0100" endDate="2021-12-27 22:01:22 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-28 08:40:54 +0100" startDate="2021-12-28 08:28:16 +0100" endDate="2021-12-28 08:28:21 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-28 10:28:32 +0100" startDate="2021-12-28 10:15:44 +0100" endDate="2021-12-28 10:16:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-28 11:05:54 +0100" startDate="2021-12-28 10:54:47 +0100" endDate="2021-12-28 10:58:41 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-28 12:21:00 +0100" startDate="2021-12-28 12:05:39 +0100" endDate="2021-12-28 12:05:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-28 18:15:53 +0100" startDate="2021-12-28 18:04:50 +0100" endDate="2021-12-28 18:04:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-28 18:55:12 +0100" startDate="2021-12-28 18:43:54 +0100" endDate="2021-12-28 18:43:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-28 21:02:40 +0100" startDate="2021-12-28 20:51:37 +0100" endDate="2021-12-28 20:51:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 06:27:58 +0100" startDate="2021-12-29 06:16:55 +0100" endDate="2021-12-29 06:16:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 13:49:00 +0100" startDate="2021-12-29 13:37:32 +0100" endDate="2021-12-29 13:37:35 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 14:12:19 +0100" startDate="2021-12-29 14:00:24 +0100" endDate="2021-12-29 14:09:30 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 14:31:22 +0100" startDate="2021-12-29 14:18:42 +0100" endDate="2021-12-29 14:27:37 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 14:49:08 +0100" startDate="2021-12-29 14:36:58 +0100" endDate="2021-12-29 14:46:59 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 14:52:16 +0100" startDate="2021-12-29 14:47:09 +0100" endDate="2021-12-29 14:47:45 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 15:23:32 +0100" startDate="2021-12-29 15:06:44 +0100" endDate="2021-12-29 15:07:45 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 16:09:19 +0100" startDate="2021-12-29 15:57:38 +0100" endDate="2021-12-29 15:57:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 16:22:43 +0100" startDate="2021-12-29 16:09:04 +0100" endDate="2021-12-29 16:17:23 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 16:39:41 +0100" startDate="2021-12-29 16:29:04 +0100" endDate="2021-12-29 16:38:30 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 17:18:48 +0100" startDate="2021-12-29 16:42:29 +0100" endDate="2021-12-29 16:47:58 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 17:18:48 +0100" startDate="2021-12-29 16:53:17 +0100" endDate="2021-12-29 17:03:08 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 17:18:48 +0100" startDate="2021-12-29 17:04:06 +0100" endDate="2021-12-29 17:14:00 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 17:26:55 +0100" startDate="2021-12-29 17:14:30 +0100" endDate="2021-12-29 17:18:48 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 18:37:44 +0100" startDate="2021-12-29 18:26:41 +0100" endDate="2021-12-29 18:27:52 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-29 23:07:22 +0100" startDate="2021-12-29 22:56:20 +0100" endDate="2021-12-29 23:04:37 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 06:00:32 +0100" startDate="2021-12-30 05:48:50 +0100" endDate="2021-12-30 05:48:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 06:14:51 +0100" startDate="2021-12-30 05:59:41 +0100" endDate="2021-12-30 05:59:44 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 06:55:06 +0100" startDate="2021-12-30 06:40:03 +0100" endDate="2021-12-30 06:40:18 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 08:04:31 +0100" startDate="2021-12-30 07:51:27 +0100" endDate="2021-12-30 07:59:58 +0100" value="950"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 08:14:38 +0100" startDate="2021-12-30 08:02:03 +0100" endDate="2021-12-30 08:11:31 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 08:26:59 +0100" startDate="2021-12-30 08:13:18 +0100" endDate="2021-12-30 08:23:19 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 08:33:48 +0100" startDate="2021-12-30 08:23:19 +0100" endDate="2021-12-30 08:33:18 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 08:45:16 +0100" startDate="2021-12-30 08:33:18 +0100" endDate="2021-12-30 08:33:28 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 09:30:30 +0100" startDate="2021-12-30 09:19:20 +0100" endDate="2021-12-30 09:19:40 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 09:43:26 +0100" startDate="2021-12-30 09:30:27 +0100" endDate="2021-12-30 09:37:07 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 10:47:39 +0100" startDate="2021-12-30 10:36:16 +0100" endDate="2021-12-30 10:36:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 14:04:40 +0100" startDate="2021-12-30 13:53:09 +0100" endDate="2021-12-30 13:54:31 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 14:51:32 +0100" startDate="2021-12-30 14:38:41 +0100" endDate="2021-12-30 14:47:11 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 15:02:55 +0100" startDate="2021-12-30 14:50:09 +0100" endDate="2021-12-30 14:59:32 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 15:13:14 +0100" startDate="2021-12-30 15:00:18 +0100" endDate="2021-12-30 15:09:33 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 15:25:27 +0100" startDate="2021-12-30 15:13:05 +0100" endDate="2021-12-30 15:22:30 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 15:35:17 +0100" startDate="2021-12-30 15:23:31 +0100" endDate="2021-12-30 15:33:33 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 15:44:35 +0100" startDate="2021-12-30 15:33:33 +0100" endDate="2021-12-30 15:33:35 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 16:05:24 +0100" startDate="2021-12-30 15:48:40 +0100" endDate="2021-12-30 15:58:05 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 16:13:05 +0100" startDate="2021-12-30 15:59:16 +0100" endDate="2021-12-30 16:09:12 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 16:22:09 +0100" startDate="2021-12-30 16:09:46 +0100" endDate="2021-12-30 16:10:49 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 16:34:44 +0100" startDate="2021-12-30 16:20:22 +0100" endDate="2021-12-30 16:22:14 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 16:50:52 +0100" startDate="2021-12-30 16:36:04 +0100" endDate="2021-12-30 16:44:59 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 17:55:00 +0100" startDate="2021-12-30 17:41:53 +0100" endDate="2021-12-30 17:44:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-30 19:09:42 +0100" startDate="2021-12-30 18:56:32 +0100" endDate="2021-12-30 18:56:50 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 10:23:53 +0100" startDate="2021-12-31 10:12:28 +0100" endDate="2021-12-31 10:21:54 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 10:34:36 +0100" startDate="2021-12-31 10:23:33 +0100" endDate="2021-12-31 10:33:32 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 11:03:38 +0100" startDate="2021-12-31 10:51:40 +0100" endDate="2021-12-31 10:58:09 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 11:14:47 +0100" startDate="2021-12-31 11:02:16 +0100" endDate="2021-12-31 11:12:00 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 11:24:54 +0100" startDate="2021-12-31 11:13:42 +0100" endDate="2021-12-31 11:18:38 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 11:54:27 +0100" startDate="2021-12-31 11:40:59 +0100" endDate="2021-12-31 11:41:17 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 12:11:50 +0100" startDate="2021-12-31 11:58:00 +0100" endDate="2021-12-31 12:07:47 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 12:20:55 +0100" startDate="2021-12-31 12:08:10 +0100" endDate="2021-12-31 12:16:29 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 12:31:23 +0100" startDate="2021-12-31 12:19:50 +0100" endDate="2021-12-31 12:20:38 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 12:43:46 +0100" startDate="2021-12-31 12:30:25 +0100" endDate="2021-12-31 12:31:39 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 12:56:50 +0100" startDate="2021-12-31 12:44:03 +0100" endDate="2021-12-31 12:47:37 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 15:02:36 +0100" startDate="2021-12-31 14:50:44 +0100" endDate="2021-12-31 14:50:52 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2021-12-31 15:14:04 +0100" startDate="2021-12-31 15:01:41 +0100" endDate="2021-12-31 15:02:09 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 00:07:02 +0100" startDate="2021-12-31 23:55:22 +0100" endDate="2021-12-31 23:57:58 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 00:32:50 +0100" startDate="2022-01-01 00:21:29 +0100" endDate="2022-01-01 00:24:07 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 01:58:19 +0100" startDate="2022-01-01 01:47:16 +0100" endDate="2022-01-01 01:48:56 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 11:56:01 +0100" startDate="2022-01-01 11:43:41 +0100" endDate="2022-01-01 11:51:59 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 12:25:01 +0100" startDate="2022-01-01 12:08:50 +0100" endDate="2022-01-01 12:15:55 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 13:32:06 +0100" startDate="2022-01-01 13:19:06 +0100" endDate="2022-01-01 13:22:43 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 14:22:55 +0100" startDate="2022-01-01 14:09:50 +0100" endDate="2022-01-01 14:18:07 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 14:54:02 +0100" startDate="2022-01-01 14:40:27 +0100" endDate="2022-01-01 14:49:27 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 15:02:02 +0100" startDate="2022-01-01 14:50:49 +0100" endDate="2022-01-01 15:00:50 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 15:14:20 +0100" startDate="2022-01-01 15:01:05 +0100" endDate="2022-01-01 15:04:04 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 17:41:48 +0100" startDate="2022-01-01 17:30:45 +0100" endDate="2022-01-01 17:39:22 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 19:29:41 +0100" startDate="2022-01-01 17:45:47 +0100" endDate="2022-01-01 17:50:57 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 20:49:18 +0100" startDate="2022-01-01 20:38:15 +0100" endDate="2022-01-01 20:48:03 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 20:59:29 +0100" startDate="2022-01-01 20:48:26 +0100" endDate="2022-01-01 20:57:54 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 21:09:33 +0100" startDate="2022-01-01 20:58:30 +0100" endDate="2022-01-01 21:08:26 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 21:19:51 +0100" startDate="2022-01-01 21:08:49 +0100" endDate="2022-01-01 21:08:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 21:34:29 +0100" startDate="2022-01-01 21:23:05 +0100" endDate="2022-01-01 21:33:06 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 21:44:12 +0100" startDate="2022-01-01 21:33:06 +0100" endDate="2022-01-01 21:33:44 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-01 23:06:48 +0100" startDate="2022-01-01 22:55:45 +0100" endDate="2022-01-01 22:58:18 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-02 10:32:09 +0100" startDate="2022-01-02 10:21:06 +0100" endDate="2022-01-02 10:23:54 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-02 10:48:30 +0100" startDate="2022-01-02 10:37:27 +0100" endDate="2022-01-02 10:44:27 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-02 11:25:09 +0100" startDate="2022-01-02 11:13:22 +0100" endDate="2022-01-02 11:23:23 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-02 11:34:46 +0100" startDate="2022-01-02 11:23:43 +0100" endDate="2022-01-02 11:24:47 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-02 12:05:20 +0100" startDate="2022-01-02 11:54:17 +0100" endDate="2022-01-02 12:03:22 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-02 12:18:32 +0100" startDate="2022-01-02 12:07:09 +0100" endDate="2022-01-02 12:16:55 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-02 12:31:15 +0100" startDate="2022-01-02 12:17:30 +0100" endDate="2022-01-02 12:17:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-02 12:59:59 +0100" startDate="2022-01-02 12:48:34 +0100" endDate="2022-01-02 12:48:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-02 16:38:30 +0100" startDate="2022-01-02 16:26:02 +0100" endDate="2022-01-02 16:27:00 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-02 22:01:01 +0100" startDate="2022-01-02 21:49:32 +0100" endDate="2022-01-02 21:58:02 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 06:27:23 +0100" startDate="2022-01-03 06:16:20 +0100" endDate="2022-01-03 06:16:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 06:53:53 +0100" startDate="2022-01-03 06:42:51 +0100" endDate="2022-01-03 06:50:37 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 07:47:59 +0100" startDate="2022-01-03 07:36:56 +0100" endDate="2022-01-03 07:46:54 +0100" value="1060"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 08:00:17 +0100" startDate="2022-01-03 07:47:30 +0100" endDate="2022-01-03 07:48:11 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 08:10:28 +0100" startDate="2022-01-03 07:58:55 +0100" endDate="2022-01-03 08:06:16 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 09:54:32 +0100" startDate="2022-01-03 09:40:36 +0100" endDate="2022-01-03 09:50:16 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 10:01:47 +0100" startDate="2022-01-03 09:50:45 +0100" endDate="2022-01-03 09:51:00 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 12:50:08 +0100" startDate="2022-01-03 12:37:51 +0100" endDate="2022-01-03 12:45:12 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 13:01:57 +0100" startDate="2022-01-03 12:50:54 +0100" endDate="2022-01-03 12:56:25 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 13:18:22 +0100" startDate="2022-01-03 13:06:44 +0100" endDate="2022-01-03 13:16:46 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 13:27:48 +0100" startDate="2022-01-03 13:16:46 +0100" endDate="2022-01-03 13:26:47 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 13:37:49 +0100" startDate="2022-01-03 13:26:47 +0100" endDate="2022-01-03 13:28:44 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 15:38:55 +0100" startDate="2022-01-03 15:27:45 +0100" endDate="2022-01-03 15:37:44 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 15:47:47 +0100" startDate="2022-01-03 15:37:44 +0100" endDate="2022-01-03 15:46:03 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 16:49:49 +0100" startDate="2022-01-03 16:38:44 +0100" endDate="2022-01-03 16:44:56 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 17:00:18 +0100" startDate="2022-01-03 16:49:16 +0100" endDate="2022-01-03 16:53:58 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 17:24:44 +0100" startDate="2022-01-03 17:12:11 +0100" endDate="2022-01-03 17:12:16 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 18:18:33 +0100" startDate="2022-01-03 18:06:45 +0100" endDate="2022-01-03 18:16:30 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 18:33:28 +0100" startDate="2022-01-03 18:19:13 +0100" endDate="2022-01-03 18:29:14 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 18:42:28 +0100" startDate="2022-01-03 18:29:14 +0100" endDate="2022-01-03 18:38:09 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 18:50:59 +0100" startDate="2022-01-03 18:40:27 +0100" endDate="2022-01-03 18:49:20 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 19:13:20 +0100" startDate="2022-01-03 19:01:02 +0100" endDate="2022-01-03 19:11:04 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 19:24:43 +0100" startDate="2022-01-03 19:11:04 +0100" endDate="2022-01-03 19:19:28 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 19:32:15 +0100" startDate="2022-01-03 19:21:12 +0100" endDate="2022-01-03 19:25:42 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 20:12:48 +0100" startDate="2022-01-03 20:01:05 +0100" endDate="2022-01-03 20:11:03 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-03 20:22:48 +0100" startDate="2022-01-03 20:11:06 +0100" endDate="2022-01-03 20:19:23 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 06:05:39 +0100" startDate="2022-01-04 05:52:26 +0100" endDate="2022-01-04 05:52:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 06:21:08 +0100" startDate="2022-01-04 06:09:39 +0100" endDate="2022-01-04 06:14:39 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 07:01:01 +0100" startDate="2022-01-04 06:49:58 +0100" endDate="2022-01-04 06:53:04 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 07:57:04 +0100" startDate="2022-01-04 07:45:53 +0100" endDate="2022-01-04 07:52:05 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 08:47:54 +0100" startDate="2022-01-04 08:35:41 +0100" endDate="2022-01-04 08:45:42 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 09:00:06 +0100" startDate="2022-01-04 08:45:42 +0100" endDate="2022-01-04 08:46:10 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 09:37:37 +0100" startDate="2022-01-04 09:23:50 +0100" endDate="2022-01-04 09:28:56 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 11:13:29 +0100" startDate="2022-01-04 11:00:08 +0100" endDate="2022-01-04 11:03:35 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 11:34:00 +0100" startDate="2022-01-04 11:18:11 +0100" endDate="2022-01-04 11:21:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 12:46:43 +0100" startDate="2022-01-04 12:35:00 +0100" endDate="2022-01-04 12:39:14 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 12:57:37 +0100" startDate="2022-01-04 12:46:11 +0100" endDate="2022-01-04 12:53:09 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 13:13:55 +0100" startDate="2022-01-04 13:02:41 +0100" endDate="2022-01-04 13:12:40 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 13:25:11 +0100" startDate="2022-01-04 13:12:47 +0100" endDate="2022-01-04 13:22:46 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 13:34:02 +0100" startDate="2022-01-04 13:22:46 +0100" endDate="2022-01-04 13:32:39 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 13:44:08 +0100" startDate="2022-01-04 13:32:57 +0100" endDate="2022-01-04 13:33:00 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 15:04:42 +0100" startDate="2022-01-04 14:53:37 +0100" endDate="2022-01-04 14:57:03 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 16:35:06 +0100" startDate="2022-01-04 16:22:46 +0100" endDate="2022-01-04 16:31:39 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 16:46:00 +0100" startDate="2022-01-04 16:34:57 +0100" endDate="2022-01-04 16:40:05 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 18:20:03 +0100" startDate="2022-01-04 18:08:16 +0100" endDate="2022-01-04 18:12:56 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-04 22:40:58 +0100" startDate="2022-01-04 22:29:56 +0100" endDate="2022-01-04 22:34:08 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 06:19:50 +0100" startDate="2022-01-05 06:08:47 +0100" endDate="2022-01-05 06:08:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 06:51:06 +0100" startDate="2022-01-05 06:40:03 +0100" endDate="2022-01-05 06:42:28 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 07:46:08 +0100" startDate="2022-01-05 07:34:51 +0100" endDate="2022-01-05 07:42:48 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 08:15:00 +0100" startDate="2022-01-05 08:03:16 +0100" endDate="2022-01-05 08:11:36 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 11:01:48 +0100" startDate="2022-01-05 10:47:45 +0100" endDate="2022-01-05 10:57:00 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 12:28:02 +0100" startDate="2022-01-05 12:16:34 +0100" endDate="2022-01-05 12:26:35 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 12:37:48 +0100" startDate="2022-01-05 12:26:35 +0100" endDate="2022-01-05 12:36:32 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 12:49:30 +0100" startDate="2022-01-05 12:36:50 +0100" endDate="2022-01-05 12:46:00 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 16:23:28 +0100" startDate="2022-01-05 16:11:51 +0100" endDate="2022-01-05 16:21:39 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 16:34:06 +0100" startDate="2022-01-05 16:23:03 +0100" endDate="2022-01-05 16:28:17 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 16:55:40 +0100" startDate="2022-01-05 16:42:25 +0100" endDate="2022-01-05 16:52:26 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 17:03:29 +0100" startDate="2022-01-05 16:52:26 +0100" endDate="2022-01-05 16:59:34 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 17:59:16 +0100" startDate="2022-01-05 17:47:27 +0100" endDate="2022-01-05 17:55:23 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 18:08:54 +0100" startDate="2022-01-05 17:57:51 +0100" endDate="2022-01-05 17:58:19 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 18:50:59 +0100" startDate="2022-01-05 18:39:57 +0100" endDate="2022-01-05 18:39:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 20:15:54 +0100" startDate="2022-01-05 20:02:26 +0100" endDate="2022-01-05 20:02:31 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-05 20:39:51 +0100" startDate="2022-01-05 20:28:48 +0100" endDate="2022-01-05 20:29:11 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 06:01:50 +0100" startDate="2022-01-06 05:49:15 +0100" endDate="2022-01-06 05:50:14 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 06:18:14 +0100" startDate="2022-01-06 06:07:11 +0100" endDate="2022-01-06 06:09:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 06:48:28 +0100" startDate="2022-01-06 06:36:26 +0100" endDate="2022-01-06 06:45:06 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 06:58:13 +0100" startDate="2022-01-06 06:47:11 +0100" endDate="2022-01-06 06:48:52 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 07:52:38 +0100" startDate="2022-01-06 07:41:10 +0100" endDate="2022-01-06 07:45:58 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 09:30:32 +0100" startDate="2022-01-06 09:19:29 +0100" endDate="2022-01-06 09:19:54 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 12:42:56 +0100" startDate="2022-01-06 12:28:24 +0100" endDate="2022-01-06 12:38:24 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 12:49:27 +0100" startDate="2022-01-06 12:38:24 +0100" endDate="2022-01-06 12:48:25 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 12:59:28 +0100" startDate="2022-01-06 12:48:25 +0100" endDate="2022-01-06 12:58:13 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 13:10:02 +0100" startDate="2022-01-06 12:58:59 +0100" endDate="2022-01-06 13:03:39 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 13:40:27 +0100" startDate="2022-01-06 13:25:14 +0100" endDate="2022-01-06 13:31:13 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 13:56:54 +0100" startDate="2022-01-06 13:42:29 +0100" endDate="2022-01-06 13:45:40 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 14:56:00 +0100" startDate="2022-01-06 14:44:57 +0100" endDate="2022-01-06 14:54:58 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 15:06:39 +0100" startDate="2022-01-06 14:54:58 +0100" endDate="2022-01-06 15:04:59 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 15:18:10 +0100" startDate="2022-01-06 15:04:59 +0100" endDate="2022-01-06 15:09:01 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 16:10:16 +0100" startDate="2022-01-06 15:56:00 +0100" endDate="2022-01-06 16:04:42 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 16:19:28 +0100" startDate="2022-01-06 16:08:09 +0100" endDate="2022-01-06 16:18:10 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 16:29:53 +0100" startDate="2022-01-06 16:18:10 +0100" endDate="2022-01-06 16:18:58 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 19:29:37 +0100" startDate="2022-01-06 19:18:35 +0100" endDate="2022-01-06 19:22:08 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 20:24:45 +0100" startDate="2022-01-06 20:13:43 +0100" endDate="2022-01-06 20:16:54 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 20:38:37 +0100" startDate="2022-01-06 20:27:35 +0100" endDate="2022-01-06 20:27:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 21:22:45 +0100" startDate="2022-01-06 21:06:38 +0100" endDate="2022-01-06 21:06:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-06 22:44:26 +0100" startDate="2022-01-06 22:29:19 +0100" endDate="2022-01-06 22:29:32 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 06:47:15 +0100" startDate="2022-01-07 06:34:30 +0100" endDate="2022-01-07 06:34:38 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 07:16:45 +0100" startDate="2022-01-07 07:05:42 +0100" endDate="2022-01-07 07:14:36 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 07:41:25 +0100" startDate="2022-01-07 07:26:54 +0100" endDate="2022-01-07 07:32:35 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 07:52:25 +0100" startDate="2022-01-07 07:39:55 +0100" endDate="2022-01-07 07:49:22 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 08:02:54 +0100" startDate="2022-01-07 07:51:38 +0100" endDate="2022-01-07 07:53:47 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 09:33:54 +0100" startDate="2022-01-07 09:22:38 +0100" endDate="2022-01-07 09:22:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 09:58:59 +0100" startDate="2022-01-07 09:45:58 +0100" endDate="2022-01-07 09:46:29 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 10:15:23 +0100" startDate="2022-01-07 10:04:35 +0100" endDate="2022-01-07 10:12:09 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 10:32:51 +0100" startDate="2022-01-07 10:21:48 +0100" endDate="2022-01-07 10:21:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 12:09:47 +0100" startDate="2022-01-07 11:58:44 +0100" endDate="2022-01-07 11:58:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 12:46:02 +0100" startDate="2022-01-07 12:34:59 +0100" endDate="2022-01-07 12:35:04 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 13:25:02 +0100" startDate="2022-01-07 13:12:14 +0100" endDate="2022-01-07 13:12:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 13:38:34 +0100" startDate="2022-01-07 13:24:42 +0100" endDate="2022-01-07 13:29:36 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 15:35:26 +0100" startDate="2022-01-07 15:21:42 +0100" endDate="2022-01-07 15:26:40 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 15:48:13 +0100" startDate="2022-01-07 15:36:03 +0100" endDate="2022-01-07 15:39:39 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 16:14:27 +0100" startDate="2022-01-07 16:02:01 +0100" endDate="2022-01-07 16:03:15 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 16:26:23 +0100" startDate="2022-01-07 16:14:32 +0100" endDate="2022-01-07 16:15:30 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 16:57:12 +0100" startDate="2022-01-07 16:45:10 +0100" endDate="2022-01-07 16:48:44 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 17:59:45 +0100" startDate="2022-01-07 17:46:29 +0100" endDate="2022-01-07 17:56:30 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 18:07:49 +0100" startDate="2022-01-07 17:56:30 +0100" endDate="2022-01-07 18:02:47 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 18:22:08 +0100" startDate="2022-01-07 18:08:56 +0100" endDate="2022-01-07 18:17:18 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 18:34:47 +0100" startDate="2022-01-07 18:19:00 +0100" endDate="2022-01-07 18:26:41 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 18:46:53 +0100" startDate="2022-01-07 18:32:33 +0100" endDate="2022-01-07 18:41:15 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 18:53:37 +0100" startDate="2022-01-07 18:43:42 +0100" endDate="2022-01-07 18:53:03 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 20:04:05 +0100" startDate="2022-01-07 19:52:53 +0100" endDate="2022-01-07 20:01:43 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 21:32:16 +0100" startDate="2022-01-07 21:21:13 +0100" endDate="2022-01-07 21:29:04 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-07 22:28:31 +0100" startDate="2022-01-07 22:16:01 +0100" endDate="2022-01-07 22:16:57 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 10:05:12 +0100" startDate="2022-01-08 09:50:24 +0100" endDate="2022-01-08 09:55:29 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 11:06:30 +0100" startDate="2022-01-08 10:50:42 +0100" endDate="2022-01-08 10:54:06 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 11:21:40 +0100" startDate="2022-01-08 11:10:37 +0100" endDate="2022-01-08 11:15:48 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 12:16:11 +0100" startDate="2022-01-08 12:05:09 +0100" endDate="2022-01-08 12:06:35 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 13:27:19 +0100" startDate="2022-01-08 13:15:24 +0100" endDate="2022-01-08 13:25:18 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 13:37:12 +0100" startDate="2022-01-08 13:26:09 +0100" endDate="2022-01-08 13:32:57 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 13:57:07 +0100" startDate="2022-01-08 13:46:04 +0100" endDate="2022-01-08 13:46:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 14:08:55 +0100" startDate="2022-01-08 13:57:52 +0100" endDate="2022-01-08 14:05:59 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 14:25:34 +0100" startDate="2022-01-08 14:13:44 +0100" endDate="2022-01-08 14:23:34 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 14:34:50 +0100" startDate="2022-01-08 14:23:47 +0100" endDate="2022-01-08 14:24:02 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 15:24:43 +0100" startDate="2022-01-08 15:13:40 +0100" endDate="2022-01-08 15:21:54 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 16:27:07 +0100" startDate="2022-01-08 16:15:44 +0100" endDate="2022-01-08 16:25:40 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 16:38:15 +0100" startDate="2022-01-08 16:25:48 +0100" endDate="2022-01-08 16:35:46 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 16:51:44 +0100" startDate="2022-01-08 16:39:56 +0100" endDate="2022-01-08 16:40:11 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 19:53:05 +0100" startDate="2022-01-08 19:41:47 +0100" endDate="2022-01-08 19:51:48 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cff8e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 20:03:23 +0100" startDate="2022-01-08 19:51:48 +0100" endDate="2022-01-08 20:01:46 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 20:13:16 +0100" startDate="2022-01-08 20:01:49 +0100" endDate="2022-01-08 20:04:57 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 21:37:45 +0100" startDate="2022-01-08 21:26:42 +0100" endDate="2022-01-08 21:36:10 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-08 22:42:04 +0100" startDate="2022-01-08 22:31:01 +0100" endDate="2022-01-08 22:34:35 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-09 11:34:42 +0100" startDate="2022-01-09 11:23:39 +0100" endDate="2022-01-09 11:23:47 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-09 14:47:37 +0100" startDate="2022-01-09 14:34:56 +0100" endDate="2022-01-09 14:34:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-09 16:16:10 +0100" startDate="2022-01-09 16:05:08 +0100" endDate="2022-01-09 16:05:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-09 20:56:28 +0100" startDate="2022-01-09 20:44:58 +0100" endDate="2022-01-09 20:45:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-09 22:35:27 +0100" startDate="2022-01-09 22:23:20 +0100" endDate="2022-01-09 22:24:42 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 06:19:57 +0100" startDate="2022-01-10 06:08:54 +0100" endDate="2022-01-10 06:08:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 06:53:36 +0100" startDate="2022-01-10 06:42:33 +0100" endDate="2022-01-10 06:47:51 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 07:47:34 +0100" startDate="2022-01-10 07:36:12 +0100" endDate="2022-01-10 07:46:13 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 07:58:16 +0100" startDate="2022-01-10 07:46:18 +0100" endDate="2022-01-10 07:54:24 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 12:00:17 +0100" startDate="2022-01-10 11:49:09 +0100" endDate="2022-01-10 11:52:38 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 12:27:07 +0100" startDate="2022-01-10 12:15:36 +0100" endDate="2022-01-10 12:25:22 +0100" value="978"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 12:44:52 +0100" startDate="2022-01-10 12:32:13 +0100" endDate="2022-01-10 12:40:06 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 13:24:59 +0100" startDate="2022-01-10 13:13:52 +0100" endDate="2022-01-10 13:14:15 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 14:39:07 +0100" startDate="2022-01-10 14:25:58 +0100" endDate="2022-01-10 14:32:51 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 15:26:56 +0100" startDate="2022-01-10 15:15:19 +0100" endDate="2022-01-10 15:23:12 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 16:31:43 +0100" startDate="2022-01-10 16:20:15 +0100" endDate="2022-01-10 16:28:27 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 16:42:08 +0100" startDate="2022-01-10 16:31:05 +0100" endDate="2022-01-10 16:39:24 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 17:44:38 +0100" startDate="2022-01-10 17:31:48 +0100" endDate="2022-01-10 17:39:36 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 17:55:51 +0100" startDate="2022-01-10 17:43:36 +0100" endDate="2022-01-10 17:44:11 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 18:08:38 +0100" startDate="2022-01-10 17:56:38 +0100" endDate="2022-01-10 18:06:11 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 18:18:37 +0100" startDate="2022-01-10 18:06:52 +0100" endDate="2022-01-10 18:06:59 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 20:46:00 +0100" startDate="2022-01-10 20:34:57 +0100" endDate="2022-01-10 20:36:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-10 21:46:34 +0100" startDate="2022-01-10 21:33:33 +0100" endDate="2022-01-10 21:39:20 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 06:18:59 +0100" startDate="2022-01-11 06:07:56 +0100" endDate="2022-01-11 06:08:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 06:50:48 +0100" startDate="2022-01-11 06:39:46 +0100" endDate="2022-01-11 06:47:22 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 07:54:04 +0100" startDate="2022-01-11 07:42:30 +0100" endDate="2022-01-11 07:47:53 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 08:26:36 +0100" startDate="2022-01-11 08:15:24 +0100" endDate="2022-01-11 08:15:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 09:11:59 +0100" startDate="2022-01-11 08:57:32 +0100" endDate="2022-01-11 09:03:59 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 10:42:01 +0100" startDate="2022-01-11 10:30:58 +0100" endDate="2022-01-11 10:34:45 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 11:48:25 +0100" startDate="2022-01-11 11:37:22 +0100" endDate="2022-01-11 11:41:32 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 12:08:21 +0100" startDate="2022-01-11 11:56:51 +0100" endDate="2022-01-11 11:57:53 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 12:29:37 +0100" startDate="2022-01-11 12:16:34 +0100" endDate="2022-01-11 12:26:35 +0100" value="938"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 12:38:06 +0100" startDate="2022-01-11 12:26:35 +0100" endDate="2022-01-11 12:36:36 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 12:47:57 +0100" startDate="2022-01-11 12:36:36 +0100" endDate="2022-01-11 12:44:27 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 17:04:36 +0100" startDate="2022-01-11 16:51:12 +0100" endDate="2022-01-11 17:00:48 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 17:12:35 +0100" startDate="2022-01-11 17:01:26 +0100" endDate="2022-01-11 17:11:28 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 17:22:48 +0100" startDate="2022-01-11 17:11:28 +0100" endDate="2022-01-11 17:11:38 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 18:47:59 +0100" startDate="2022-01-11 18:42:46 +0100" endDate="2022-01-11 18:45:57 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 19:01:11 +0100" startDate="2022-01-11 18:49:06 +0100" endDate="2022-01-11 18:56:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 21:24:25 +0100" startDate="2022-01-11 21:13:03 +0100" endDate="2022-01-11 21:22:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-11 21:33:09 +0100" startDate="2022-01-11 21:23:13 +0100" endDate="2022-01-11 21:23:18 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 06:04:23 +0100" startDate="2022-01-12 05:52:15 +0100" endDate="2022-01-12 05:52:28 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 06:14:47 +0100" startDate="2022-01-12 06:03:44 +0100" endDate="2022-01-12 06:03:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 07:00:39 +0100" startDate="2022-01-12 06:49:37 +0100" endDate="2022-01-12 06:50:38 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 07:56:26 +0100" startDate="2022-01-12 07:42:50 +0100" endDate="2022-01-12 07:52:51 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 08:05:52 +0100" startDate="2022-01-12 07:52:51 +0100" endDate="2022-01-12 07:53:01 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 09:48:13 +0100" startDate="2022-01-12 09:37:03 +0100" endDate="2022-01-12 09:47:04 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 09:59:32 +0100" startDate="2022-01-12 09:47:04 +0100" endDate="2022-01-12 09:55:08 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 10:21:59 +0100" startDate="2022-01-12 10:10:19 +0100" endDate="2022-01-12 10:17:04 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 12:32:02 +0100" startDate="2022-01-12 12:20:28 +0100" endDate="2022-01-12 12:30:26 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 12:41:29 +0100" startDate="2022-01-12 12:30:26 +0100" endDate="2022-01-12 12:38:26 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 12:57:07 +0100" startDate="2022-01-12 12:45:57 +0100" endDate="2022-01-12 12:54:11 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 13:16:00 +0100" startDate="2022-01-12 13:04:18 +0100" endDate="2022-01-12 13:06:02 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 16:29:30 +0100" startDate="2022-01-12 16:18:28 +0100" endDate="2022-01-12 16:26:14 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 16:44:10 +0100" startDate="2022-01-12 16:32:51 +0100" endDate="2022-01-12 16:38:48 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 17:30:18 +0100" startDate="2022-01-12 17:19:15 +0100" endDate="2022-01-12 17:28:05 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 17:52:02 +0100" startDate="2022-01-12 17:40:59 +0100" endDate="2022-01-12 17:50:55 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 18:03:27 +0100" startDate="2022-01-12 17:51:36 +0100" endDate="2022-01-12 17:59:02 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 18:17:43 +0100" startDate="2022-01-12 18:06:08 +0100" endDate="2022-01-12 18:09:01 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-12 20:45:07 +0100" startDate="2022-01-12 20:34:05 +0100" endDate="2022-01-12 20:37:31 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 12:29:29 +0100" startDate="2022-01-13 12:18:27 +0100" endDate="2022-01-13 12:20:57 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 12:53:43 +0100" startDate="2022-01-13 12:42:40 +0100" endDate="2022-01-13 12:48:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 13:09:40 +0100" startDate="2022-01-13 12:58:37 +0100" endDate="2022-01-13 12:58:42 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 13:33:27 +0100" startDate="2022-01-13 13:22:24 +0100" endDate="2022-01-13 13:22:34 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 14:27:40 +0100" startDate="2022-01-13 14:16:37 +0100" endDate="2022-01-13 14:16:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 15:11:46 +0100" startDate="2022-01-13 15:00:43 +0100" endDate="2022-01-13 15:02:56 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 16:26:36 +0100" startDate="2022-01-13 16:15:34 +0100" endDate="2022-01-13 16:24:49 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 16:40:06 +0100" startDate="2022-01-13 16:29:03 +0100" endDate="2022-01-13 16:37:40 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 16:55:28 +0100" startDate="2022-01-13 16:44:25 +0100" endDate="2022-01-13 16:52:11 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 18:53:32 +0100" startDate="2022-01-13 18:42:29 +0100" endDate="2022-01-13 18:42:34 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 19:51:03 +0100" startDate="2022-01-13 19:40:01 +0100" endDate="2022-01-13 19:44:06 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 20:05:51 +0100" startDate="2022-01-13 19:53:01 +0100" endDate="2022-01-13 19:58:18 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 20:16:29 +0100" startDate="2022-01-13 20:05:27 +0100" endDate="2022-01-13 20:09:36 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 20:33:11 +0100" startDate="2022-01-13 20:19:00 +0100" endDate="2022-01-13 20:29:00 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 20:43:08 +0100" startDate="2022-01-13 20:29:00 +0100" endDate="2022-01-13 20:39:01 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 20:50:37 +0100" startDate="2022-01-13 20:39:01 +0100" endDate="2022-01-13 20:46:27 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 22:11:09 +0100" startDate="2022-01-13 22:00:06 +0100" endDate="2022-01-13 22:10:02 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 22:25:51 +0100" startDate="2022-01-13 22:11:06 +0100" endDate="2022-01-13 22:14:37 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-13 22:36:34 +0100" startDate="2022-01-13 22:25:31 +0100" endDate="2022-01-13 22:27:38 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 07:05:45 +0100" startDate="2022-01-14 06:51:42 +0100" endDate="2022-01-14 07:01:28 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 07:14:26 +0100" startDate="2022-01-14 07:03:23 +0100" endDate="2022-01-14 07:10:18 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 07:28:43 +0100" startDate="2022-01-14 07:17:22 +0100" endDate="2022-01-14 07:19:47 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 08:23:59 +0100" startDate="2022-01-14 08:12:20 +0100" endDate="2022-01-14 08:15:13 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 13:50:39 +0100" startDate="2022-01-14 13:35:39 +0100" endDate="2022-01-14 13:35:49 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 16:16:05 +0100" startDate="2022-01-14 16:04:28 +0100" endDate="2022-01-14 16:06:36 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 16:51:23 +0100" startDate="2022-01-14 16:36:15 +0100" endDate="2022-01-14 16:45:13 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 17:03:11 +0100" startDate="2022-01-14 16:50:36 +0100" endDate="2022-01-14 16:52:29 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 17:41:34 +0100" startDate="2022-01-14 17:30:31 +0100" endDate="2022-01-14 17:40:32 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 17:53:55 +0100" startDate="2022-01-14 17:40:32 +0100" endDate="2022-01-14 17:45:07 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 18:15:54 +0100" startDate="2022-01-14 18:01:54 +0100" endDate="2022-01-14 18:04:19 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 19:03:07 +0100" startDate="2022-01-14 18:56:08 +0100" endDate="2022-01-14 19:03:06 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 19:20:55 +0100" startDate="2022-01-14 19:03:41 +0100" endDate="2022-01-14 19:11:23 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-14 19:28:02 +0100" startDate="2022-01-14 19:14:34 +0100" endDate="2022-01-14 19:22:33 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 00:09:49 +0100" startDate="2022-01-14 23:58:46 +0100" endDate="2022-01-14 23:58:51 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 08:15:11 +0100" startDate="2022-01-15 08:04:08 +0100" endDate="2022-01-15 08:04:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 10:07:30 +0100" startDate="2022-01-15 09:53:25 +0100" endDate="2022-01-15 09:57:25 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 10:18:10 +0100" startDate="2022-01-15 10:07:05 +0100" endDate="2022-01-15 10:11:40 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 10:37:47 +0100" startDate="2022-01-15 10:21:08 +0100" endDate="2022-01-15 10:31:09 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 10:46:32 +0100" startDate="2022-01-15 10:31:09 +0100" endDate="2022-01-15 10:36:43 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 11:08:44 +0100" startDate="2022-01-15 10:53:14 +0100" endDate="2022-01-15 10:57:28 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 11:35:40 +0100" startDate="2022-01-15 11:24:18 +0100" endDate="2022-01-15 11:24:54 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 15:27:28 +0100" startDate="2022-01-15 15:16:25 +0100" endDate="2022-01-15 15:16:45 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 17:19:52 +0100" startDate="2022-01-15 17:07:56 +0100" endDate="2022-01-15 17:13:07 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 17:30:11 +0100" startDate="2022-01-15 17:19:06 +0100" endDate="2022-01-15 17:28:59 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 17:41:37 +0100" startDate="2022-01-15 17:29:22 +0100" endDate="2022-01-15 17:36:56 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 17:52:20 +0100" startDate="2022-01-15 17:40:50 +0100" endDate="2022-01-15 17:50:33 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 18:02:51 +0100" startDate="2022-01-15 17:51:42 +0100" endDate="2022-01-15 17:51:47 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 19:15:58 +0100" startDate="2022-01-15 19:04:48 +0100" endDate="2022-01-15 19:14:08 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 19:27:33 +0100" startDate="2022-01-15 19:14:59 +0100" endDate="2022-01-15 19:25:00 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 19:35:03 +0100" startDate="2022-01-15 19:25:00 +0100" endDate="2022-01-15 19:34:59 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 19:46:22 +0100" startDate="2022-01-15 19:34:59 +0100" endDate="2022-01-15 19:39:49 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 20:15:21 +0100" startDate="2022-01-15 20:04:12 +0100" endDate="2022-01-15 20:04:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 20:29:30 +0100" startDate="2022-01-15 20:16:26 +0100" endDate="2022-01-15 20:20:45 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-15 22:42:59 +0100" startDate="2022-01-15 22:31:57 +0100" endDate="2022-01-15 22:32:30 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 08:34:29 +0100" startDate="2022-01-16 08:23:26 +0100" endDate="2022-01-16 08:28:37 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 08:48:00 +0100" startDate="2022-01-16 08:36:13 +0100" endDate="2022-01-16 08:41:06 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 08:57:20 +0100" startDate="2022-01-16 08:46:17 +0100" endDate="2022-01-16 08:55:35 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 09:23:31 +0100" startDate="2022-01-16 09:12:28 +0100" endDate="2022-01-16 09:21:44 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 09:37:02 +0100" startDate="2022-01-16 09:25:33 +0100" endDate="2022-01-16 09:35:21 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 09:53:32 +0100" startDate="2022-01-16 09:42:29 +0100" endDate="2022-01-16 09:45:55 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 10:05:38 +0100" startDate="2022-01-16 09:54:35 +0100" endDate="2022-01-16 10:02:32 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 10:37:19 +0100" startDate="2022-01-16 10:23:55 +0100" endDate="2022-01-16 10:26:16 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 10:51:03 +0100" startDate="2022-01-16 10:34:07 +0100" endDate="2022-01-16 10:38:14 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 11:09:42 +0100" startDate="2022-01-16 10:55:54 +0100" endDate="2022-01-16 11:05:53 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 11:18:36 +0100" startDate="2022-01-16 11:06:49 +0100" endDate="2022-01-16 11:06:59 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 11:39:37 +0100" startDate="2022-01-16 11:24:47 +0100" endDate="2022-01-16 11:25:56 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 11:58:47 +0100" startDate="2022-01-16 11:46:06 +0100" endDate="2022-01-16 11:46:32 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 12:56:39 +0100" startDate="2022-01-16 12:42:36 +0100" endDate="2022-01-16 12:42:56 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 13:39:20 +0100" startDate="2022-01-16 13:25:03 +0100" endDate="2022-01-16 13:28:27 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 13:52:09 +0100" startDate="2022-01-16 13:37:52 +0100" endDate="2022-01-16 13:40:50 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 14:04:10 +0100" startDate="2022-01-16 13:50:46 +0100" endDate="2022-01-16 13:57:06 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 18:01:02 +0100" startDate="2022-01-16 17:47:26 +0100" endDate="2022-01-16 17:47:28 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 18:45:24 +0100" startDate="2022-01-16 18:29:20 +0100" endDate="2022-01-16 18:29:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 20:21:09 +0100" startDate="2022-01-16 20:07:13 +0100" endDate="2022-01-16 20:07:35 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 20:33:07 +0100" startDate="2022-01-16 20:19:48 +0100" endDate="2022-01-16 20:27:07 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 21:15:05 +0100" startDate="2022-01-16 21:04:00 +0100" endDate="2022-01-16 21:04:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 21:29:13 +0100" startDate="2022-01-16 21:18:06 +0100" endDate="2022-01-16 21:28:07 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-16 21:39:10 +0100" startDate="2022-01-16 21:28:07 +0100" endDate="2022-01-16 21:38:05 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-17 12:17:29 +0100" startDate="2022-01-17 12:06:26 +0100" endDate="2022-01-17 12:10:26 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-17 13:00:25 +0100" startDate="2022-01-17 12:49:19 +0100" endDate="2022-01-17 12:49:24 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-17 13:25:29 +0100" startDate="2022-01-17 13:11:17 +0100" endDate="2022-01-17 13:19:49 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-17 17:00:13 +0100" startDate="2022-01-17 16:48:28 +0100" endDate="2022-01-17 16:49:12 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-17 18:29:22 +0100" startDate="2022-01-17 18:17:41 +0100" endDate="2022-01-17 18:19:03 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-17 18:43:15 +0100" startDate="2022-01-17 18:30:00 +0100" endDate="2022-01-17 18:39:39 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-17 19:16:32 +0100" startDate="2022-01-17 19:05:24 +0100" endDate="2022-01-17 19:07:50 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-17 19:27:32 +0100" startDate="2022-01-17 19:15:59 +0100" endDate="2022-01-17 19:25:32 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-17 19:37:12 +0100" startDate="2022-01-17 19:26:00 +0100" endDate="2022-01-17 19:35:39 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-17 19:48:22 +0100" startDate="2022-01-17 19:35:59 +0100" endDate="2022-01-17 19:36:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-17 19:57:57 +0100" startDate="2022-01-17 19:46:54 +0100" endDate="2022-01-17 19:52:45 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-17 22:38:15 +0100" startDate="2022-01-17 22:27:12 +0100" endDate="2022-01-17 22:29:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 05:44:06 +0100" startDate="2022-01-18 05:32:27 +0100" endDate="2022-01-18 05:32:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 06:05:37 +0100" startDate="2022-01-18 05:51:52 +0100" endDate="2022-01-18 05:52:00 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 06:23:51 +0100" startDate="2022-01-18 06:12:48 +0100" endDate="2022-01-18 06:12:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 06:44:58 +0100" startDate="2022-01-18 06:33:55 +0100" endDate="2022-01-18 06:37:04 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 07:47:57 +0100" startDate="2022-01-18 07:33:08 +0100" endDate="2022-01-18 07:37:15 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 09:24:58 +0100" startDate="2022-01-18 09:13:55 +0100" endDate="2022-01-18 09:20:17 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 09:39:06 +0100" startDate="2022-01-18 09:27:36 +0100" endDate="2022-01-18 09:27:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 11:55:01 +0100" startDate="2022-01-18 11:43:58 +0100" endDate="2022-01-18 11:45:50 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 13:28:51 +0100" startDate="2022-01-18 13:17:41 +0100" endDate="2022-01-18 13:17:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 16:12:35 +0100" startDate="2022-01-18 15:59:38 +0100" endDate="2022-01-18 16:03:37 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 17:20:32 +0100" startDate="2022-01-18 17:07:54 +0100" endDate="2022-01-18 17:15:32 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 18:08:52 +0100" startDate="2022-01-18 17:57:49 +0100" endDate="2022-01-18 18:06:36 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 18:29:50 +0100" startDate="2022-01-18 18:18:47 +0100" endDate="2022-01-18 18:23:10 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 18:47:37 +0100" startDate="2022-01-18 18:36:35 +0100" endDate="2022-01-18 18:39:25 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 19:19:41 +0100" startDate="2022-01-18 19:08:38 +0100" endDate="2022-01-18 19:08:49 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 19:30:45 +0100" startDate="2022-01-18 19:20:26 +0100" endDate="2022-01-18 19:26:12 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-18 21:46:08 +0100" startDate="2022-01-18 21:33:07 +0100" endDate="2022-01-18 21:33:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 06:51:28 +0100" startDate="2022-01-19 06:40:25 +0100" endDate="2022-01-19 06:44:24 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 07:52:06 +0100" startDate="2022-01-19 07:37:51 +0100" endDate="2022-01-19 07:43:47 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 10:44:10 +0100" startDate="2022-01-19 10:30:53 +0100" endDate="2022-01-19 10:34:19 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 12:39:28 +0100" startDate="2022-01-19 12:24:22 +0100" endDate="2022-01-19 12:27:49 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 12:51:02 +0100" startDate="2022-01-19 12:39:07 +0100" endDate="2022-01-19 12:43:14 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 13:38:20 +0100" startDate="2022-01-19 13:26:06 +0100" endDate="2022-01-19 13:28:26 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 14:18:42 +0100" startDate="2022-01-19 14:04:55 +0100" endDate="2022-01-19 14:14:28 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 14:32:40 +0100" startDate="2022-01-19 14:15:09 +0100" endDate="2022-01-19 14:15:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 15:15:30 +0100" startDate="2022-01-19 15:02:02 +0100" endDate="2022-01-19 15:02:22 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 17:27:12 +0100" startDate="2022-01-19 17:14:21 +0100" endDate="2022-01-19 17:15:09 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 18:40:28 +0100" startDate="2022-01-19 18:29:25 +0100" endDate="2022-01-19 18:37:44 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 18:52:03 +0100" startDate="2022-01-19 18:41:00 +0100" endDate="2022-01-19 18:45:35 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 19:52:43 +0100" startDate="2022-01-19 19:39:02 +0100" endDate="2022-01-19 19:47:57 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 20:07:33 +0100" startDate="2022-01-19 19:52:02 +0100" endDate="2022-01-19 20:01:55 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 20:13:03 +0100" startDate="2022-01-19 20:02:00 +0100" endDate="2022-01-19 20:02:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 20:41:08 +0100" startDate="2022-01-19 20:29:19 +0100" endDate="2022-01-19 20:38:07 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 20:52:10 +0100" startDate="2022-01-19 20:41:08 +0100" endDate="2022-01-19 20:45:20 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-19 22:21:46 +0100" startDate="2022-01-19 22:10:43 +0100" endDate="2022-01-19 22:12:07 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 07:19:44 +0100" startDate="2022-01-20 07:06:34 +0100" endDate="2022-01-20 07:15:06 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 07:28:29 +0100" startDate="2022-01-20 07:16:56 +0100" endDate="2022-01-20 07:25:56 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 07:44:26 +0100" startDate="2022-01-20 07:27:28 +0100" endDate="2022-01-20 07:34:19 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 07:50:31 +0100" startDate="2022-01-20 07:39:26 +0100" endDate="2022-01-20 07:48:39 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 08:00:51 +0100" startDate="2022-01-20 07:49:48 +0100" endDate="2022-01-20 07:56:58 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 09:32:26 +0100" startDate="2022-01-20 09:21:23 +0100" endDate="2022-01-20 09:25:07 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 09:47:02 +0100" startDate="2022-01-20 09:35:59 +0100" endDate="2022-01-20 09:40:14 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 10:38:08 +0100" startDate="2022-01-20 10:27:05 +0100" endDate="2022-01-20 10:34:51 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 11:24:42 +0100" startDate="2022-01-20 11:13:39 +0100" endDate="2022-01-20 11:23:17 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 11:34:53 +0100" startDate="2022-01-20 11:23:50 +0100" endDate="2022-01-20 11:33:06 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 11:45:10 +0100" startDate="2022-01-20 11:34:07 +0100" endDate="2022-01-20 11:43:14 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 12:09:28 +0100" startDate="2022-01-20 11:58:25 +0100" endDate="2022-01-20 12:03:28 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 12:27:15 +0100" startDate="2022-01-20 12:16:12 +0100" endDate="2022-01-20 12:26:00 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 12:39:08 +0100" startDate="2022-01-20 12:28:05 +0100" endDate="2022-01-20 12:31:39 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 13:25:43 +0100" startDate="2022-01-20 13:14:41 +0100" endDate="2022-01-20 13:17:11 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 13:38:17 +0100" startDate="2022-01-20 13:27:15 +0100" endDate="2022-01-20 13:28:16 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 13:51:15 +0100" startDate="2022-01-20 13:40:12 +0100" endDate="2022-01-20 13:47:33 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 16:15:55 +0100" startDate="2022-01-20 16:04:52 +0100" endDate="2022-01-20 16:14:40 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 16:26:32 +0100" startDate="2022-01-20 16:15:29 +0100" endDate="2022-01-20 16:24:24 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 17:28:19 +0100" startDate="2022-01-20 17:17:16 +0100" endDate="2022-01-20 17:18:37 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 17:42:01 +0100" startDate="2022-01-20 17:30:59 +0100" endDate="2022-01-20 17:31:37 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 17:55:47 +0100" startDate="2022-01-20 17:44:44 +0100" endDate="2022-01-20 17:48:49 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 18:22:40 +0100" startDate="2022-01-20 18:11:38 +0100" endDate="2022-01-20 18:20:20 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 18:43:01 +0100" startDate="2022-01-20 18:31:58 +0100" endDate="2022-01-20 18:39:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 18:55:05 +0100" startDate="2022-01-20 18:46:14 +0100" endDate="2022-01-20 18:47:22 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 19:12:53 +0100" startDate="2022-01-20 19:01:50 +0100" endDate="2022-01-20 19:06:41 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 21:33:04 +0100" startDate="2022-01-20 21:22:01 +0100" endDate="2022-01-20 21:32:02 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-20 21:43:05 +0100" startDate="2022-01-20 21:32:02 +0100" endDate="2022-01-20 21:39:22 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-21 07:37:48 +0100" startDate="2022-01-21 07:26:46 +0100" endDate="2022-01-21 07:26:53 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-21 08:44:56 +0100" startDate="2022-01-21 08:33:53 +0100" endDate="2022-01-21 08:34:29 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-21 09:27:53 +0100" startDate="2022-01-21 09:16:50 +0100" endDate="2022-01-21 09:20:57 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-21 10:59:04 +0100" startDate="2022-01-21 10:48:01 +0100" endDate="2022-01-21 10:48:11 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-21 13:04:43 +0100" startDate="2022-01-21 12:53:40 +0100" endDate="2022-01-21 12:53:45 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-21 16:51:47 +0100" startDate="2022-01-21 16:40:44 +0100" endDate="2022-01-21 16:49:24 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-21 18:27:38 +0100" startDate="2022-01-21 17:47:59 +0100" endDate="2022-01-21 17:48:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-21 18:27:38 +0100" startDate="2022-01-21 18:07:27 +0100" endDate="2022-01-21 18:14:39 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-21 18:32:16 +0100" startDate="2022-01-21 18:21:14 +0100" endDate="2022-01-21 18:22:22 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-21 22:11:36 +0100" startDate="2022-01-21 22:00:34 +0100" endDate="2022-01-21 22:00:49 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 08:58:29 +0100" startDate="2022-01-22 08:47:27 +0100" endDate="2022-01-22 08:57:28 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 09:08:30 +0100" startDate="2022-01-22 08:57:28 +0100" endDate="2022-01-22 09:05:32 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 09:18:52 +0100" startDate="2022-01-22 09:07:49 +0100" endDate="2022-01-22 09:17:50 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 09:28:53 +0100" startDate="2022-01-22 09:17:50 +0100" endDate="2022-01-22 09:27:51 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 09:40:05 +0100" startDate="2022-01-22 09:29:02 +0100" endDate="2022-01-22 09:32:31 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 10:35:57 +0100" startDate="2022-01-22 10:24:55 +0100" endDate="2022-01-22 10:24:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 10:47:45 +0100" startDate="2022-01-22 10:36:43 +0100" endDate="2022-01-22 10:37:18 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 11:38:15 +0100" startDate="2022-01-22 11:27:12 +0100" endDate="2022-01-22 11:27:38 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 13:01:15 +0100" startDate="2022-01-22 12:50:13 +0100" endDate="2022-01-22 12:59:02 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 13:11:47 +0100" startDate="2022-01-22 13:00:44 +0100" endDate="2022-01-22 13:08:10 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 13:21:50 +0100" startDate="2022-01-22 13:10:48 +0100" endDate="2022-01-22 13:20:39 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 13:32:02 +0100" startDate="2022-01-22 13:21:00 +0100" endDate="2022-01-22 13:22:08 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-22 23:07:26 +0100" startDate="2022-01-22 22:56:23 +0100" endDate="2022-01-22 22:56:25 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-23 20:52:04 +0100" startDate="2022-01-23 20:41:01 +0100" endDate="2022-01-23 20:43:11 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-23 22:51:17 +0100" startDate="2022-01-23 22:40:14 +0100" endDate="2022-01-23 22:43:33 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 06:44:51 +0100" startDate="2022-01-24 06:33:48 +0100" endDate="2022-01-24 06:42:50 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 06:56:00 +0100" startDate="2022-01-24 06:44:58 +0100" endDate="2022-01-24 06:46:09 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 07:51:55 +0100" startDate="2022-01-24 07:40:52 +0100" endDate="2022-01-24 07:48:18 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 08:30:38 +0100" startDate="2022-01-24 08:19:35 +0100" endDate="2022-01-24 08:26:05 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 12:25:32 +0100" startDate="2022-01-24 12:14:29 +0100" endDate="2022-01-24 12:24:30 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 12:35:32 +0100" startDate="2022-01-24 12:24:30 +0100" endDate="2022-01-24 12:26:07 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 12:48:27 +0100" startDate="2022-01-24 12:37:24 +0100" endDate="2022-01-24 12:47:25 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 12:58:28 +0100" startDate="2022-01-24 12:47:25 +0100" endDate="2022-01-24 12:57:26 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 13:08:29 +0100" startDate="2022-01-24 12:57:26 +0100" endDate="2022-01-24 13:03:30 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 14:56:12 +0100" startDate="2022-01-24 14:45:10 +0100" endDate="2022-01-24 14:51:01 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 16:52:57 +0100" startDate="2022-01-24 16:41:54 +0100" endDate="2022-01-24 16:51:17 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 17:05:33 +0100" startDate="2022-01-24 16:54:31 +0100" endDate="2022-01-24 16:57:14 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 17:54:55 +0100" startDate="2022-01-24 17:43:53 +0100" endDate="2022-01-24 17:53:11 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 18:05:25 +0100" startDate="2022-01-24 17:54:22 +0100" endDate="2022-01-24 18:04:18 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 18:15:56 +0100" startDate="2022-01-24 18:04:53 +0100" endDate="2022-01-24 18:14:01 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 18:37:40 +0100" startDate="2022-01-24 18:26:37 +0100" endDate="2022-01-24 18:28:47 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 19:00:32 +0100" startDate="2022-01-24 18:49:30 +0100" endDate="2022-01-24 18:59:01 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 19:10:44 +0100" startDate="2022-01-24 18:59:41 +0100" endDate="2022-01-24 18:59:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 19:27:04 +0100" startDate="2022-01-24 19:16:01 +0100" endDate="2022-01-24 19:16:14 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-24 21:34:55 +0100" startDate="2022-01-24 21:23:52 +0100" endDate="2022-01-24 21:26:12 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 06:03:08 +0100" startDate="2022-01-25 05:52:06 +0100" endDate="2022-01-25 05:52:08 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 06:48:12 +0100" startDate="2022-01-25 06:37:09 +0100" endDate="2022-01-25 06:37:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 06:59:37 +0100" startDate="2022-01-25 06:48:34 +0100" endDate="2022-01-25 06:52:59 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 07:56:38 +0100" startDate="2022-01-25 07:45:35 +0100" endDate="2022-01-25 07:54:53 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 11:52:57 +0100" startDate="2022-01-25 11:41:55 +0100" endDate="2022-01-25 11:49:05 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 12:15:12 +0100" startDate="2022-01-25 12:04:09 +0100" endDate="2022-01-25 12:06:32 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 13:26:49 +0100" startDate="2022-01-25 13:15:47 +0100" endDate="2022-01-25 13:19:36 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 15:12:50 +0100" startDate="2022-01-25 15:01:47 +0100" endDate="2022-01-25 15:08:27 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 16:27:29 +0100" startDate="2022-01-25 16:16:26 +0100" endDate="2022-01-25 16:26:22 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 16:37:48 +0100" startDate="2022-01-25 16:26:45 +0100" endDate="2022-01-25 16:30:47 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 16:48:45 +0100" startDate="2022-01-25 16:37:42 +0100" endDate="2022-01-25 16:47:33 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 16:58:51 +0100" startDate="2022-01-25 16:47:48 +0100" endDate="2022-01-25 16:57:49 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 17:08:52 +0100" startDate="2022-01-25 16:57:49 +0100" endDate="2022-01-25 17:07:51 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 17:18:53 +0100" startDate="2022-01-25 17:07:51 +0100" endDate="2022-01-25 17:16:33 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 17:29:17 +0100" startDate="2022-01-25 17:18:15 +0100" endDate="2022-01-25 17:25:25 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 18:43:29 +0100" startDate="2022-01-25 18:32:26 +0100" endDate="2022-01-25 18:42:20 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 18:53:35 +0100" startDate="2022-01-25 18:42:33 +0100" endDate="2022-01-25 18:49:07 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 19:06:55 +0100" startDate="2022-01-25 18:55:52 +0100" endDate="2022-01-25 19:02:02 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 19:20:02 +0100" startDate="2022-01-25 19:08:59 +0100" endDate="2022-01-25 19:09:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-25 21:25:41 +0100" startDate="2022-01-25 21:24:42 +0100" endDate="2022-01-25 21:24:45 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-26 08:53:35 +0100" startDate="2022-01-26 08:42:33 +0100" endDate="2022-01-26 08:42:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-26 12:27:22 +0100" startDate="2022-01-26 12:16:19 +0100" endDate="2022-01-26 12:16:24 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-26 12:51:25 +0100" startDate="2022-01-26 12:40:22 +0100" endDate="2022-01-26 12:49:45 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-26 13:16:24 +0100" startDate="2022-01-26 13:05:21 +0100" endDate="2022-01-26 13:05:24 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-26 14:26:53 +0100" startDate="2022-01-26 14:15:50 +0100" endDate="2022-01-26 14:16:31 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-26 15:51:46 +0100" startDate="2022-01-26 15:40:43 +0100" endDate="2022-01-26 15:41:14 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-26 16:20:58 +0100" startDate="2022-01-26 16:09:55 +0100" endDate="2022-01-26 16:14:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-26 16:46:08 +0100" startDate="2022-01-26 16:35:05 +0100" endDate="2022-01-26 16:40:33 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-26 20:29:43 +0100" startDate="2022-01-26 20:18:40 +0100" endDate="2022-01-26 20:19:31 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-26 20:49:22 +0100" startDate="2022-01-26 20:38:19 +0100" endDate="2022-01-26 20:38:32 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-26 21:40:08 +0100" startDate="2022-01-26 21:34:43 +0100" endDate="2022-01-26 21:35:37 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 02:05:34 +0100" startDate="2022-01-27 01:54:32 +0100" endDate="2022-01-27 01:54:34 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 06:44:01 +0100" startDate="2022-01-27 06:32:59 +0100" endDate="2022-01-27 06:36:25 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 07:57:59 +0100" startDate="2022-01-27 07:46:56 +0100" endDate="2022-01-27 07:47:30 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 09:03:52 +0100" startDate="2022-01-27 08:52:50 +0100" endDate="2022-01-27 08:52:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 10:01:53 +0100" startDate="2022-01-27 09:50:50 +0100" endDate="2022-01-27 09:52:22 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 11:12:07 +0100" startDate="2022-01-27 11:01:05 +0100" endDate="2022-01-27 11:01:15 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 13:27:49 +0100" startDate="2022-01-27 13:16:46 +0100" endDate="2022-01-27 13:26:04 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 13:38:39 +0100" startDate="2022-01-27 13:27:36 +0100" endDate="2022-01-27 13:28:17 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 13:57:17 +0100" startDate="2022-01-27 13:46:14 +0100" endDate="2022-01-27 13:49:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 14:49:45 +0100" startDate="2022-01-27 14:38:43 +0100" endDate="2022-01-27 14:42:57 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 16:25:32 +0100" startDate="2022-01-27 16:14:30 +0100" endDate="2022-01-27 16:14:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 18:19:27 +0100" startDate="2022-01-27 18:08:24 +0100" endDate="2022-01-27 18:16:49 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 18:32:14 +0100" startDate="2022-01-27 18:21:11 +0100" endDate="2022-01-27 18:29:44 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-27 19:01:40 +0100" startDate="2022-01-27 18:50:37 +0100" endDate="2022-01-27 19:00:13 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 07:37:52 +0100" startDate="2022-01-28 07:26:49 +0100" endDate="2022-01-28 07:36:50 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 07:47:52 +0100" startDate="2022-01-28 07:36:50 +0100" endDate="2022-01-28 07:46:48 +0100" value="785"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 07:57:53 +0100" startDate="2022-01-28 07:46:51 +0100" endDate="2022-01-28 07:56:52 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 08:07:54 +0100" startDate="2022-01-28 07:56:52 +0100" endDate="2022-01-28 08:06:45 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 08:21:39 +0100" startDate="2022-01-28 08:10:37 +0100" endDate="2022-01-28 08:20:38 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 08:31:40 +0100" startDate="2022-01-28 08:20:38 +0100" endDate="2022-01-28 08:30:39 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 08:41:41 +0100" startDate="2022-01-28 08:30:39 +0100" endDate="2022-01-28 08:40:37 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 08:51:47 +0100" startDate="2022-01-28 08:40:45 +0100" endDate="2022-01-28 08:50:28 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 09:01:56 +0100" startDate="2022-01-28 08:50:53 +0100" endDate="2022-01-28 08:56:45 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 09:44:30 +0100" startDate="2022-01-28 09:33:27 +0100" endDate="2022-01-28 09:39:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 12:09:21 +0100" startDate="2022-01-28 11:58:18 +0100" endDate="2022-01-28 12:04:20 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 12:20:13 +0100" startDate="2022-01-28 12:09:10 +0100" endDate="2022-01-28 12:18:16 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 12:39:58 +0100" startDate="2022-01-28 12:28:55 +0100" endDate="2022-01-28 12:33:27 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 12:50:06 +0100" startDate="2022-01-28 12:39:04 +0100" endDate="2022-01-28 12:42:15 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 15:08:27 +0100" startDate="2022-01-28 14:57:24 +0100" endDate="2022-01-28 14:57:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 15:30:42 +0100" startDate="2022-01-28 15:19:39 +0100" endDate="2022-01-28 15:21:31 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 15:45:04 +0100" startDate="2022-01-28 15:34:02 +0100" endDate="2022-01-28 15:36:27 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 16:39:17 +0100" startDate="2022-01-28 16:28:15 +0100" endDate="2022-01-28 16:34:19 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 16:49:32 +0100" startDate="2022-01-28 16:38:29 +0100" endDate="2022-01-28 16:41:50 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 17:00:34 +0100" startDate="2022-01-28 16:49:31 +0100" endDate="2022-01-28 16:57:30 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 17:13:47 +0100" startDate="2022-01-28 17:02:44 +0100" endDate="2022-01-28 17:10:04 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 18:42:52 +0100" startDate="2022-01-28 18:31:49 +0100" endDate="2022-01-28 18:40:54 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 18:54:20 +0100" startDate="2022-01-28 18:43:17 +0100" endDate="2022-01-28 18:51:36 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 19:16:12 +0100" startDate="2022-01-28 19:05:09 +0100" endDate="2022-01-28 19:13:51 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 19:26:38 +0100" startDate="2022-01-28 19:15:35 +0100" endDate="2022-01-28 19:25:37 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 19:36:39 +0100" startDate="2022-01-28 19:25:37 +0100" endDate="2022-01-28 19:33:51 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-28 19:53:10 +0100" startDate="2022-01-28 19:42:08 +0100" endDate="2022-01-28 19:51:30 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-29 16:53:19 +0100" startDate="2022-01-29 16:42:16 +0100" endDate="2022-01-29 16:42:52 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-29 17:15:46 +0100" startDate="2022-01-29 17:04:44 +0100" endDate="2022-01-29 17:13:03 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-29 17:34:24 +0100" startDate="2022-01-29 17:23:22 +0100" endDate="2022-01-29 17:29:08 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-29 18:00:38 +0100" startDate="2022-01-29 17:49:35 +0100" endDate="2022-01-29 17:49:41 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-29 18:10:49 +0100" startDate="2022-01-29 17:59:47 +0100" endDate="2022-01-29 17:59:54 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-29 18:47:14 +0100" startDate="2022-01-29 18:36:12 +0100" endDate="2022-01-29 18:42:13 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-29 18:58:57 +0100" startDate="2022-01-29 18:47:55 +0100" endDate="2022-01-29 18:55:53 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-29 19:17:59 +0100" startDate="2022-01-29 19:06:56 +0100" endDate="2022-01-29 19:07:04 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-29 20:51:46 +0100" startDate="2022-01-29 20:40:43 +0100" endDate="2022-01-29 20:40:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-29 23:19:10 +0100" startDate="2022-01-29 23:08:07 +0100" endDate="2022-01-29 23:15:38 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-29 23:37:12 +0100" startDate="2022-01-29 23:26:09 +0100" endDate="2022-01-29 23:26:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-30 08:48:21 +0100" startDate="2022-01-30 08:37:19 +0100" endDate="2022-01-30 08:46:19 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-30 08:58:50 +0100" startDate="2022-01-30 08:47:48 +0100" endDate="2022-01-30 08:54:48 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-30 11:58:12 +0100" startDate="2022-01-30 11:47:09 +0100" endDate="2022-01-30 11:47:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-30 22:13:35 +0100" startDate="2022-01-30 22:02:32 +0100" endDate="2022-01-30 22:02:47 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-31 06:54:36 +0100" startDate="2022-01-31 06:43:33 +0100" endDate="2022-01-31 06:45:15 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-31 07:23:26 +0100" startDate="2022-01-31 07:12:23 +0100" endDate="2022-01-31 07:14:10 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-31 08:17:13 +0100" startDate="2022-01-31 08:06:11 +0100" endDate="2022-01-31 08:09:53 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-31 14:15:26 +0100" startDate="2022-01-31 14:04:23 +0100" endDate="2022-01-31 14:04:33 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-31 16:07:09 +0100" startDate="2022-01-31 15:56:07 +0100" endDate="2022-01-31 15:56:58 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-31 16:22:52 +0100" startDate="2022-01-31 16:11:49 +0100" endDate="2022-01-31 16:12:40 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-31 17:07:11 +0100" startDate="2022-01-31 16:56:09 +0100" endDate="2022-01-31 17:05:08 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-31 17:21:37 +0100" startDate="2022-01-31 17:10:35 +0100" endDate="2022-01-31 17:10:55 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-31 17:54:44 +0100" startDate="2022-01-31 17:43:42 +0100" endDate="2022-01-31 17:45:01 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-31 19:48:35 +0100" startDate="2022-01-31 19:37:33 +0100" endDate="2022-01-31 19:42:32 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-01-31 21:36:42 +0100" startDate="2022-01-31 21:25:39 +0100" endDate="2022-01-31 21:30:01 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 08:07:17 +0100" startDate="2022-02-01 07:56:14 +0100" endDate="2022-02-01 08:01:38 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 08:28:21 +0100" startDate="2022-02-01 08:17:19 +0100" endDate="2022-02-01 08:17:24 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 08:56:30 +0100" startDate="2022-02-01 08:45:27 +0100" endDate="2022-02-01 08:53:51 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 10:46:30 +0100" startDate="2022-02-01 10:35:27 +0100" endDate="2022-02-01 10:35:32 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 12:19:48 +0100" startDate="2022-02-01 12:08:45 +0100" endDate="2022-02-01 12:08:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 13:53:54 +0100" startDate="2022-02-01 13:42:51 +0100" endDate="2022-02-01 13:52:07 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 17:15:51 +0100" startDate="2022-02-01 17:04:48 +0100" endDate="2022-02-01 17:08:32 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 17:27:54 +0100" startDate="2022-02-01 17:16:51 +0100" endDate="2022-02-01 17:24:37 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 17:51:27 +0100" startDate="2022-02-01 17:40:25 +0100" endDate="2022-02-01 17:43:05 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 18:01:51 +0100" startDate="2022-02-01 17:50:49 +0100" endDate="2022-02-01 17:53:29 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 18:26:23 +0100" startDate="2022-02-01 18:13:06 +0100" endDate="2022-02-01 18:22:11 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 18:34:35 +0100" startDate="2022-02-01 18:23:33 +0100" endDate="2022-02-01 18:24:44 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 18:51:22 +0100" startDate="2022-02-01 18:40:19 +0100" endDate="2022-02-01 18:47:40 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-01 22:20:04 +0100" startDate="2022-02-01 22:09:01 +0100" endDate="2022-02-01 22:09:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 08:06:34 +0100" startDate="2022-02-02 07:55:32 +0100" endDate="2022-02-02 07:55:42 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 08:57:09 +0100" startDate="2022-02-02 08:46:06 +0100" endDate="2022-02-02 08:46:09 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 11:14:42 +0100" startDate="2022-02-02 11:03:39 +0100" endDate="2022-02-02 11:03:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 12:54:18 +0100" startDate="2022-02-02 12:43:16 +0100" endDate="2022-02-02 12:43:21 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 13:24:56 +0100" startDate="2022-02-02 13:14:48 +0100" endDate="2022-02-02 13:24:24 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 13:36:15 +0100" startDate="2022-02-02 13:25:12 +0100" endDate="2022-02-02 13:33:21 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 13:47:45 +0100" startDate="2022-02-02 13:36:42 +0100" endDate="2022-02-02 13:38:40 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 13:58:10 +0100" startDate="2022-02-02 13:47:07 +0100" endDate="2022-02-02 13:52:10 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 16:51:55 +0100" startDate="2022-02-02 16:40:52 +0100" endDate="2022-02-02 16:43:43 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 17:46:06 +0100" startDate="2022-02-02 17:35:03 +0100" endDate="2022-02-02 17:40:01 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 18:14:17 +0100" startDate="2022-02-02 18:03:14 +0100" endDate="2022-02-02 18:13:15 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 18:24:36 +0100" startDate="2022-02-02 18:13:33 +0100" endDate="2022-02-02 18:20:53 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 18:37:09 +0100" startDate="2022-02-02 18:26:07 +0100" endDate="2022-02-02 18:36:08 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 18:47:10 +0100" startDate="2022-02-02 18:36:08 +0100" endDate="2022-02-02 18:44:42 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 19:06:37 +0100" startDate="2022-02-02 18:55:34 +0100" endDate="2022-02-02 19:03:15 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 19:16:58 +0100" startDate="2022-02-02 19:05:55 +0100" endDate="2022-02-02 19:12:12 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-02 19:28:21 +0100" startDate="2022-02-02 19:17:18 +0100" endDate="2022-02-02 19:24:39 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-03 03:04:51 +0100" startDate="2022-02-03 02:53:48 +0100" endDate="2022-02-03 02:53:53 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-03 07:32:06 +0100" startDate="2022-02-03 07:21:04 +0100" endDate="2022-02-03 07:21:09 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-03 13:20:50 +0100" startDate="2022-02-03 13:09:47 +0100" endDate="2022-02-03 13:14:02 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-03 13:32:21 +0100" startDate="2022-02-03 13:21:18 +0100" endDate="2022-02-03 13:26:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-03 14:05:23 +0100" startDate="2022-02-03 13:54:20 +0100" endDate="2022-02-03 13:58:40 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-03 17:10:44 +0100" startDate="2022-02-03 16:59:42 +0100" endDate="2022-02-03 17:00:10 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-03 17:23:11 +0100" startDate="2022-02-03 17:12:08 +0100" endDate="2022-02-03 17:12:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-03 17:57:47 +0100" startDate="2022-02-03 17:46:44 +0100" endDate="2022-02-03 17:46:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-03 18:27:33 +0100" startDate="2022-02-03 18:16:31 +0100" endDate="2022-02-03 18:16:49 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 10:52:06 +0100" startDate="2022-02-04 10:41:03 +0100" endDate="2022-02-04 10:41:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 11:34:00 +0100" startDate="2022-02-04 11:22:57 +0100" endDate="2022-02-04 11:30:38 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 11:34:40 +0100" startDate="2022-02-04 11:33:41 +0100" endDate="2022-02-04 11:33:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 13:10:51 +0100" startDate="2022-02-04 12:59:48 +0100" endDate="2022-02-04 13:04:10 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 13:45:42 +0100" startDate="2022-02-04 13:34:40 +0100" endDate="2022-02-04 13:40:03 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 16:46:38 +0100" startDate="2022-02-04 16:35:35 +0100" endDate="2022-02-04 16:42:26 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 17:02:50 +0100" startDate="2022-02-04 16:51:47 +0100" endDate="2022-02-04 17:01:46 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 17:14:00 +0100" startDate="2022-02-04 17:02:57 +0100" endDate="2022-02-04 17:04:36 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 17:40:23 +0100" startDate="2022-02-04 17:29:20 +0100" endDate="2022-02-04 17:39:21 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 17:50:24 +0100" startDate="2022-02-04 17:39:21 +0100" endDate="2022-02-04 17:49:22 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 18:00:25 +0100" startDate="2022-02-04 17:49:22 +0100" endDate="2022-02-04 17:57:06 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 18:13:40 +0100" startDate="2022-02-04 18:02:38 +0100" endDate="2022-02-04 18:04:45 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 18:40:22 +0100" startDate="2022-02-04 18:29:19 +0100" endDate="2022-02-04 18:37:15 +0100" value="985"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 18:51:03 +0100" startDate="2022-02-04 18:40:01 +0100" endDate="2022-02-04 18:42:08 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 19:37:06 +0100" startDate="2022-02-04 19:26:04 +0100" endDate="2022-02-04 19:30:21 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 19:53:59 +0100" startDate="2022-02-04 19:42:56 +0100" endDate="2022-02-04 19:43:45 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 20:04:56 +0100" startDate="2022-02-04 19:53:54 +0100" endDate="2022-02-04 19:54:01 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 20:17:35 +0100" startDate="2022-02-04 20:06:33 +0100" endDate="2022-02-04 20:15:17 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-04 21:33:52 +0100" startDate="2022-02-04 21:22:49 +0100" endDate="2022-02-04 21:22:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 08:08:14 +0100" startDate="2022-02-05 07:57:11 +0100" endDate="2022-02-05 07:57:14 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 10:20:21 +0100" startDate="2022-02-05 10:09:18 +0100" endDate="2022-02-05 10:09:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 10:52:47 +0100" startDate="2022-02-05 10:41:44 +0100" endDate="2022-02-05 10:49:33 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 11:03:49 +0100" startDate="2022-02-05 10:52:47 +0100" endDate="2022-02-05 11:00:21 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 11:35:12 +0100" startDate="2022-02-05 11:24:10 +0100" endDate="2022-02-05 11:31:05 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 12:24:08 +0100" startDate="2022-02-05 12:13:05 +0100" endDate="2022-02-05 12:13:16 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 12:40:32 +0100" startDate="2022-02-05 12:29:29 +0100" endDate="2022-02-05 12:30:25 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 14:17:51 +0100" startDate="2022-02-05 14:06:48 +0100" endDate="2022-02-05 14:16:47 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 14:28:02 +0100" startDate="2022-02-05 14:17:00 +0100" endDate="2022-02-05 14:27:01 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 14:38:03 +0100" startDate="2022-02-05 14:27:01 +0100" endDate="2022-02-05 14:32:24 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 15:42:00 +0100" startDate="2022-02-05 15:30:57 +0100" endDate="2022-02-05 15:40:58 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 15:52:01 +0100" startDate="2022-02-05 15:40:58 +0100" endDate="2022-02-05 15:50:59 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 16:02:02 +0100" startDate="2022-02-05 15:50:59 +0100" endDate="2022-02-05 16:00:27 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 16:12:13 +0100" startDate="2022-02-05 16:01:10 +0100" endDate="2022-02-05 16:10:56 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 16:22:30 +0100" startDate="2022-02-05 16:11:27 +0100" endDate="2022-02-05 16:20:45 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 16:32:38 +0100" startDate="2022-02-05 16:21:36 +0100" endDate="2022-02-05 16:31:11 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 16:42:40 +0100" startDate="2022-02-05 16:31:37 +0100" endDate="2022-02-05 16:41:38 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 16:52:40 +0100" startDate="2022-02-05 16:41:38 +0100" endDate="2022-02-05 16:51:39 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 17:02:42 +0100" startDate="2022-02-05 16:51:39 +0100" endDate="2022-02-05 17:01:38 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 17:12:53 +0100" startDate="2022-02-05 17:01:50 +0100" endDate="2022-02-05 17:11:26 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 17:23:17 +0100" startDate="2022-02-05 17:12:14 +0100" endDate="2022-02-05 17:19:22 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 17:57:42 +0100" startDate="2022-02-05 17:46:40 +0100" endDate="2022-02-05 17:56:41 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 18:07:44 +0100" startDate="2022-02-05 17:56:41 +0100" endDate="2022-02-05 18:05:10 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 18:18:10 +0100" startDate="2022-02-05 18:07:07 +0100" endDate="2022-02-05 18:11:02 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 19:34:21 +0100" startDate="2022-02-05 19:23:18 +0100" endDate="2022-02-05 19:26:53 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-05 22:51:10 +0100" startDate="2022-02-05 22:40:08 +0100" endDate="2022-02-05 22:40:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-06 10:50:26 +0100" startDate="2022-02-06 10:39:24 +0100" endDate="2022-02-06 10:39:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-06 14:29:17 +0100" startDate="2022-02-06 14:18:14 +0100" endDate="2022-02-06 14:18:19 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-06 17:11:49 +0100" startDate="2022-02-06 17:00:46 +0100" endDate="2022-02-06 17:05:26 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-06 17:22:23 +0100" startDate="2022-02-06 17:11:20 +0100" endDate="2022-02-06 17:21:21 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-06 17:32:23 +0100" startDate="2022-02-06 17:21:21 +0100" endDate="2022-02-06 17:31:06 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-06 17:52:45 +0100" startDate="2022-02-06 17:41:42 +0100" endDate="2022-02-06 17:44:33 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-06 21:57:44 +0100" startDate="2022-02-06 21:46:41 +0100" endDate="2022-02-06 21:47:34 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-07 07:44:44 +0100" startDate="2022-02-07 07:33:41 +0100" endDate="2022-02-07 07:38:59 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-07 07:56:52 +0100" startDate="2022-02-07 07:45:49 +0100" endDate="2022-02-07 07:50:27 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-07 08:21:57 +0100" startDate="2022-02-07 08:10:55 +0100" endDate="2022-02-07 08:20:07 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-07 08:33:12 +0100" startDate="2022-02-07 08:22:10 +0100" endDate="2022-02-07 08:25:36 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-07 08:49:39 +0100" startDate="2022-02-07 08:38:37 +0100" endDate="2022-02-07 08:43:37 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-07 09:09:59 +0100" startDate="2022-02-07 08:58:56 +0100" endDate="2022-02-07 09:07:18 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-07 09:21:04 +0100" startDate="2022-02-07 09:10:01 +0100" endDate="2022-02-07 09:10:12 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-07 12:31:54 +0100" startDate="2022-02-07 12:20:52 +0100" endDate="2022-02-07 12:23:19 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-07 14:11:40 +0100" startDate="2022-02-07 14:00:38 +0100" endDate="2022-02-07 14:00:43 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-07 15:17:46 +0100" startDate="2022-02-07 15:06:43 +0100" endDate="2022-02-07 15:12:45 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-07 17:25:44 +0100" startDate="2022-02-07 17:14:41 +0100" endDate="2022-02-07 17:17:01 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-07 22:30:33 +0100" startDate="2022-02-07 22:19:30 +0100" endDate="2022-02-07 22:22:49 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-08 07:19:51 +0100" startDate="2022-02-08 07:08:48 +0100" endDate="2022-02-08 07:17:30 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-08 12:42:27 +0100" startDate="2022-02-08 12:31:24 +0100" endDate="2022-02-08 12:31:27 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-08 13:24:11 +0100" startDate="2022-02-08 13:13:09 +0100" endDate="2022-02-08 13:14:15 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-08 14:51:06 +0100" startDate="2022-02-08 14:40:03 +0100" endDate="2022-02-08 14:43:45 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-08 15:29:16 +0100" startDate="2022-02-08 15:18:14 +0100" endDate="2022-02-08 15:19:45 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-08 16:03:41 +0100" startDate="2022-02-08 15:52:38 +0100" endDate="2022-02-08 15:52:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-08 16:38:42 +0100" startDate="2022-02-08 16:27:40 +0100" endDate="2022-02-08 16:27:45 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-08 17:31:10 +0100" startDate="2022-02-08 17:20:07 +0100" endDate="2022-02-08 17:23:08 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-08 18:52:47 +0100" startDate="2022-02-08 18:41:44 +0100" endDate="2022-02-08 18:41:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-08 19:14:58 +0100" startDate="2022-02-08 19:03:55 +0100" endDate="2022-02-08 19:10:58 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-08 19:43:10 +0100" startDate="2022-02-08 19:32:07 +0100" endDate="2022-02-08 19:32:50 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 05:37:17 +0100" startDate="2022-02-09 05:26:14 +0100" endDate="2022-02-09 05:26:22 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 06:48:28 +0100" startDate="2022-02-09 06:37:25 +0100" endDate="2022-02-09 06:47:24 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 06:49:22 +0100" startDate="2022-02-09 06:47:44 +0100" endDate="2022-02-09 06:47:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 07:52:46 +0100" startDate="2022-02-09 07:41:44 +0100" endDate="2022-02-09 07:51:42 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 08:02:47 +0100" startDate="2022-02-09 07:51:45 +0100" endDate="2022-02-09 08:01:46 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 08:12:51 +0100" startDate="2022-02-09 08:01:48 +0100" endDate="2022-02-09 08:11:34 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 08:23:05 +0100" startDate="2022-02-09 08:12:02 +0100" endDate="2022-02-09 08:19:21 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 09:21:41 +0100" startDate="2022-02-09 09:10:38 +0100" endDate="2022-02-09 09:16:37 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 13:31:45 +0100" startDate="2022-02-09 13:20:43 +0100" endDate="2022-02-09 13:30:44 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 13:41:46 +0100" startDate="2022-02-09 13:30:44 +0100" endDate="2022-02-09 13:32:56 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 15:04:55 +0100" startDate="2022-02-09 14:53:53 +0100" endDate="2022-02-09 14:54:46 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 16:47:16 +0100" startDate="2022-02-09 16:36:14 +0100" endDate="2022-02-09 16:36:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 17:36:34 +0100" startDate="2022-02-09 17:25:31 +0100" endDate="2022-02-09 17:35:32 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 17:46:35 +0100" startDate="2022-02-09 17:35:32 +0100" endDate="2022-02-09 17:45:02 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 17:57:22 +0100" startDate="2022-02-09 17:46:19 +0100" endDate="2022-02-09 17:56:18 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 18:07:20 +0100" startDate="2022-02-09 17:56:18 +0100" endDate="2022-02-09 18:01:23 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 18:59:53 +0100" startDate="2022-02-09 18:48:50 +0100" endDate="2022-02-09 18:48:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 19:21:03 +0100" startDate="2022-02-09 19:10:00 +0100" endDate="2022-02-09 19:17:36 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 19:32:15 +0100" startDate="2022-02-09 19:21:12 +0100" endDate="2022-02-09 19:28:33 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-09 22:09:11 +0100" startDate="2022-02-09 21:58:09 +0100" endDate="2022-02-09 21:59:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 06:17:22 +0100" startDate="2022-02-10 06:06:19 +0100" endDate="2022-02-10 06:06:25 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 06:58:35 +0100" startDate="2022-02-10 06:47:32 +0100" endDate="2022-02-10 06:53:41 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 07:56:49 +0100" startDate="2022-02-10 07:45:46 +0100" endDate="2022-02-10 07:51:30 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 09:32:22 +0100" startDate="2022-02-10 09:21:19 +0100" endDate="2022-02-10 09:26:19 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 09:58:42 +0100" startDate="2022-02-10 09:47:39 +0100" endDate="2022-02-10 09:51:31 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 11:50:27 +0100" startDate="2022-02-10 11:39:24 +0100" endDate="2022-02-10 11:49:25 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 12:00:28 +0100" startDate="2022-02-10 11:49:25 +0100" endDate="2022-02-10 11:59:26 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 12:10:29 +0100" startDate="2022-02-10 11:59:26 +0100" endDate="2022-02-10 12:09:22 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 13:33:31 +0100" startDate="2022-02-10 13:22:28 +0100" endDate="2022-02-10 13:29:35 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 13:48:51 +0100" startDate="2022-02-10 13:37:49 +0100" endDate="2022-02-10 13:45:58 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 13:58:55 +0100" startDate="2022-02-10 13:47:52 +0100" endDate="2022-02-10 13:50:17 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 16:21:34 +0100" startDate="2022-02-10 16:10:32 +0100" endDate="2022-02-10 16:13:53 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 16:44:58 +0100" startDate="2022-02-10 16:33:55 +0100" endDate="2022-02-10 16:43:38 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 16:55:01 +0100" startDate="2022-02-10 16:43:59 +0100" endDate="2022-02-10 16:44:04 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 17:45:19 +0100" startDate="2022-02-10 17:34:16 +0100" endDate="2022-02-10 17:40:41 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 18:49:30 +0100" startDate="2022-02-10 18:38:27 +0100" endDate="2022-02-10 18:43:53 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 19:22:57 +0100" startDate="2022-02-10 19:11:54 +0100" endDate="2022-02-10 19:14:17 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 19:54:35 +0100" startDate="2022-02-10 19:43:32 +0100" endDate="2022-02-10 19:45:22 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 21:00:01 +0100" startDate="2022-02-10 20:49:12 +0100" endDate="2022-02-10 20:59:11 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 21:10:01 +0100" startDate="2022-02-10 20:59:11 +0100" endDate="2022-02-10 21:01:59 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-10 21:52:52 +0100" startDate="2022-02-10 21:41:49 +0100" endDate="2022-02-10 21:49:17 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 07:00:55 +0100" startDate="2022-02-11 06:49:52 +0100" endDate="2022-02-11 06:53:11 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 09:06:00 +0100" startDate="2022-02-11 08:54:58 +0100" endDate="2022-02-11 09:02:28 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 10:41:01 +0100" startDate="2022-02-11 10:26:44 +0100" endDate="2022-02-11 10:30:34 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 11:27:41 +0100" startDate="2022-02-11 11:16:00 +0100" endDate="2022-02-11 11:24:40 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 11:39:32 +0100" startDate="2022-02-11 11:28:19 +0100" endDate="2022-02-11 11:38:18 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 11:57:56 +0100" startDate="2022-02-11 11:38:18 +0100" endDate="2022-02-11 11:44:17 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 15:48:51 +0100" startDate="2022-02-11 15:37:48 +0100" endDate="2022-02-11 15:46:45 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 16:19:30 +0100" startDate="2022-02-11 16:08:27 +0100" endDate="2022-02-11 16:11:59 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 16:51:05 +0100" startDate="2022-02-11 16:40:02 +0100" endDate="2022-02-11 16:49:18 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 17:07:41 +0100" startDate="2022-02-11 16:56:38 +0100" endDate="2022-02-11 17:01:18 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 18:23:55 +0100" startDate="2022-02-11 18:12:53 +0100" endDate="2022-02-11 18:22:54 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 18:33:56 +0100" startDate="2022-02-11 18:22:54 +0100" endDate="2022-02-11 18:31:38 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 18:45:21 +0100" startDate="2022-02-11 18:34:18 +0100" endDate="2022-02-11 18:41:52 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 18:58:46 +0100" startDate="2022-02-11 18:47:43 +0100" endDate="2022-02-11 18:47:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 19:48:06 +0100" startDate="2022-02-11 19:37:03 +0100" endDate="2022-02-11 19:40:45 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-11 20:19:18 +0100" startDate="2022-02-11 20:08:16 +0100" endDate="2022-02-11 20:17:27 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 00:12:20 +0100" startDate="2022-02-12 00:01:18 +0100" endDate="2022-02-12 00:04:34 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 09:30:57 +0100" startDate="2022-02-12 09:19:54 +0100" endDate="2022-02-12 09:22:48 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 10:25:29 +0100" startDate="2022-02-12 10:14:27 +0100" endDate="2022-02-12 10:20:36 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 11:41:37 +0100" startDate="2022-02-12 11:30:34 +0100" endDate="2022-02-12 11:40:35 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 11:51:38 +0100" startDate="2022-02-12 11:40:35 +0100" endDate="2022-02-12 11:42:12 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 12:45:00 +0100" startDate="2022-02-12 12:33:57 +0100" endDate="2022-02-12 12:43:56 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 12:54:59 +0100" startDate="2022-02-12 12:43:56 +0100" endDate="2022-02-12 12:52:38 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 13:18:21 +0100" startDate="2022-02-12 13:07:18 +0100" endDate="2022-02-12 13:16:26 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 13:31:33 +0100" startDate="2022-02-12 13:20:31 +0100" endDate="2022-02-12 13:21:55 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 13:48:18 +0100" startDate="2022-02-12 13:37:16 +0100" endDate="2022-02-12 13:38:07 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 14:04:03 +0100" startDate="2022-02-12 13:53:00 +0100" endDate="2022-02-12 13:54:04 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 14:20:19 +0100" startDate="2022-02-12 14:09:16 +0100" endDate="2022-02-12 14:09:44 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 14:34:31 +0100" startDate="2022-02-12 14:23:28 +0100" endDate="2022-02-12 14:24:59 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 15:40:05 +0100" startDate="2022-02-12 15:29:02 +0100" endDate="2022-02-12 15:35:39 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 16:01:21 +0100" startDate="2022-02-12 15:50:18 +0100" endDate="2022-02-12 15:53:14 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 16:20:40 +0100" startDate="2022-02-12 16:09:37 +0100" endDate="2022-02-12 16:19:36 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 16:30:39 +0100" startDate="2022-02-12 16:19:36 +0100" endDate="2022-02-12 16:29:27 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 16:40:47 +0100" startDate="2022-02-12 16:29:45 +0100" endDate="2022-02-12 16:30:51 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 17:22:44 +0100" startDate="2022-02-12 17:11:41 +0100" endDate="2022-02-12 17:20:20 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 17:34:09 +0100" startDate="2022-02-12 17:23:06 +0100" endDate="2022-02-12 17:23:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 19:16:24 +0100" startDate="2022-02-12 19:05:21 +0100" endDate="2022-02-12 19:13:22 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 20:53:10 +0100" startDate="2022-02-12 20:42:07 +0100" endDate="2022-02-12 20:51:16 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 21:15:23 +0100" startDate="2022-02-12 21:04:20 +0100" endDate="2022-02-12 21:04:40 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-12 23:02:53 +0100" startDate="2022-02-12 22:51:50 +0100" endDate="2022-02-12 22:52:26 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 07:40:27 +0100" startDate="2022-02-13 07:29:24 +0100" endDate="2022-02-13 07:38:27 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 07:51:29 +0100" startDate="2022-02-13 07:40:26 +0100" endDate="2022-02-13 07:49:52 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 08:01:43 +0100" startDate="2022-02-13 07:50:40 +0100" endDate="2022-02-13 07:58:14 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 08:20:25 +0100" startDate="2022-02-13 08:09:22 +0100" endDate="2022-02-13 08:15:29 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 10:01:27 +0100" startDate="2022-02-13 09:50:25 +0100" endDate="2022-02-13 09:59:27 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 12:53:23 +0100" startDate="2022-02-13 12:42:21 +0100" endDate="2022-02-13 12:42:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 15:48:13 +0100" startDate="2022-02-13 15:37:10 +0100" endDate="2022-02-13 15:47:11 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 15:58:21 +0100" startDate="2022-02-13 15:47:19 +0100" endDate="2022-02-13 15:57:15 +0100" value="1055"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 16:09:29 +0100" startDate="2022-02-13 15:58:26 +0100" endDate="2022-02-13 16:08:27 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 16:19:29 +0100" startDate="2022-02-13 16:08:27 +0100" endDate="2022-02-13 16:18:28 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 16:29:30 +0100" startDate="2022-02-13 16:18:28 +0100" endDate="2022-02-13 16:28:13 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 16:39:25 +0100" startDate="2022-02-13 16:28:34 +0100" endDate="2022-02-13 16:38:35 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 16:49:22 +0100" startDate="2022-02-13 16:38:35 +0100" endDate="2022-02-13 16:48:36 +0100" value="996"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 16:59:38 +0100" startDate="2022-02-13 16:48:36 +0100" endDate="2022-02-13 16:58:37 +0100" value="1011"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 17:09:39 +0100" startDate="2022-02-13 16:58:37 +0100" endDate="2022-02-13 17:08:37 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 17:19:40 +0100" startDate="2022-02-13 17:08:37 +0100" endDate="2022-02-13 17:14:52 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 21:02:32 +0100" startDate="2022-02-13 20:51:29 +0100" endDate="2022-02-13 20:51:32 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-13 22:23:01 +0100" startDate="2022-02-13 22:11:59 +0100" endDate="2022-02-13 22:18:23 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 02:01:00 +0100" startDate="2022-02-14 01:49:57 +0100" endDate="2022-02-14 01:50:05 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 04:33:53 +0100" startDate="2022-02-14 04:22:50 +0100" endDate="2022-02-14 04:22:58 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 07:30:47 +0100" startDate="2022-02-14 07:19:45 +0100" endDate="2022-02-14 07:21:29 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 08:21:26 +0100" startDate="2022-02-14 08:10:23 +0100" endDate="2022-02-14 08:17:36 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 09:17:27 +0100" startDate="2022-02-14 09:06:24 +0100" endDate="2022-02-14 09:12:16 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 09:38:48 +0100" startDate="2022-02-14 09:27:46 +0100" endDate="2022-02-14 09:28:14 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 11:04:53 +0100" startDate="2022-02-14 10:53:50 +0100" endDate="2022-02-14 10:56:53 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 12:29:31 +0100" startDate="2022-02-14 12:18:29 +0100" endDate="2022-02-14 12:28:30 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 12:39:33 +0100" startDate="2022-02-14 12:28:30 +0100" endDate="2022-02-14 12:33:51 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 12:50:14 +0100" startDate="2022-02-14 12:39:12 +0100" endDate="2022-02-14 12:49:13 +0100" value="1062"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 13:00:41 +0100" startDate="2022-02-14 12:49:38 +0100" endDate="2022-02-14 12:49:41 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 13:57:49 +0100" startDate="2022-02-14 13:46:47 +0100" endDate="2022-02-14 13:52:53 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 16:29:26 +0100" startDate="2022-02-14 16:18:23 +0100" endDate="2022-02-14 16:23:19 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 17:20:38 +0100" startDate="2022-02-14 17:09:36 +0100" endDate="2022-02-14 17:19:24 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 18:11:06 +0100" startDate="2022-02-14 18:00:04 +0100" endDate="2022-02-14 18:09:52 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 18:21:10 +0100" startDate="2022-02-14 18:10:07 +0100" endDate="2022-02-14 18:11:13 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 18:38:26 +0100" startDate="2022-02-14 18:27:24 +0100" endDate="2022-02-14 18:32:01 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 18:48:52 +0100" startDate="2022-02-14 18:44:27 +0100" endDate="2022-02-14 18:48:32 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 19:05:26 +0100" startDate="2022-02-14 18:54:23 +0100" endDate="2022-02-14 18:58:25 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 20:47:02 +0100" startDate="2022-02-14 20:36:00 +0100" endDate="2022-02-14 20:39:21 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-14 21:56:40 +0100" startDate="2022-02-14 21:45:37 +0100" endDate="2022-02-14 21:45:50 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-15 07:08:47 +0100" startDate="2022-02-15 06:57:44 +0100" endDate="2022-02-15 07:07:45 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-15 07:18:58 +0100" startDate="2022-02-15 07:07:55 +0100" endDate="2022-02-15 07:08:13 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-15 08:10:40 +0100" startDate="2022-02-15 07:59:37 +0100" endDate="2022-02-15 08:06:30 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-15 08:34:43 +0100" startDate="2022-02-15 08:23:40 +0100" endDate="2022-02-15 08:29:24 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-15 12:40:12 +0100" startDate="2022-02-15 12:29:09 +0100" endDate="2022-02-15 12:39:10 +0100" value="1075"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-15 12:50:13 +0100" startDate="2022-02-15 12:39:10 +0100" endDate="2022-02-15 12:49:11 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-15 13:00:14 +0100" startDate="2022-02-15 12:49:11 +0100" endDate="2022-02-15 12:56:14 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-15 17:39:34 +0100" startDate="2022-02-15 17:28:31 +0100" endDate="2022-02-15 17:31:27 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-15 18:09:37 +0100" startDate="2022-02-15 17:58:35 +0100" endDate="2022-02-15 18:07:20 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-15 19:33:42 +0100" startDate="2022-02-15 19:22:39 +0100" endDate="2022-02-15 19:31:16 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-15 23:53:54 +0100" startDate="2022-02-15 23:42:51 +0100" endDate="2022-02-15 23:43:12 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 04:34:33 +0100" startDate="2022-02-16 04:23:30 +0100" endDate="2022-02-16 04:24:57 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 06:01:45 +0100" startDate="2022-02-16 05:50:43 +0100" endDate="2022-02-16 05:57:40 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 06:26:32 +0100" startDate="2022-02-16 06:15:29 +0100" endDate="2022-02-16 06:15:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 06:56:02 +0100" startDate="2022-02-16 06:45:00 +0100" endDate="2022-02-16 06:54:25 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 07:59:45 +0100" startDate="2022-02-16 07:48:42 +0100" endDate="2022-02-16 07:54:06 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 08:41:00 +0100" startDate="2022-02-16 08:29:57 +0100" endDate="2022-02-16 08:35:33 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 10:57:02 +0100" startDate="2022-02-16 10:45:59 +0100" endDate="2022-02-16 10:49:41 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 12:46:37 +0100" startDate="2022-02-16 12:35:34 +0100" endDate="2022-02-16 12:45:35 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 12:56:38 +0100" startDate="2022-02-16 12:45:35 +0100" endDate="2022-02-16 12:55:36 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 13:06:39 +0100" startDate="2022-02-16 12:55:36 +0100" endDate="2022-02-16 13:02:54 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 14:43:49 +0100" startDate="2022-02-16 14:32:46 +0100" endDate="2022-02-16 14:42:40 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 14:54:21 +0100" startDate="2022-02-16 14:43:18 +0100" endDate="2022-02-16 14:52:00 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 15:22:51 +0100" startDate="2022-02-16 15:11:49 +0100" endDate="2022-02-16 15:12:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 16:02:05 +0100" startDate="2022-02-16 15:51:02 +0100" endDate="2022-02-16 15:55:35 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 16:54:10 +0100" startDate="2022-02-16 16:43:07 +0100" endDate="2022-02-16 16:45:07 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 18:00:34 +0100" startDate="2022-02-16 17:49:32 +0100" endDate="2022-02-16 17:49:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 18:13:09 +0100" startDate="2022-02-16 18:02:06 +0100" endDate="2022-02-16 18:03:46 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 18:54:07 +0100" startDate="2022-02-16 18:43:05 +0100" endDate="2022-02-16 18:43:17 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-16 19:39:18 +0100" startDate="2022-02-16 19:36:24 +0100" endDate="2022-02-16 19:37:28 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 04:20:31 +0100" startDate="2022-02-17 04:09:28 +0100" endDate="2022-02-17 04:09:41 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 06:26:34 +0100" startDate="2022-02-17 06:15:30 +0100" endDate="2022-02-17 06:15:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 06:58:12 +0100" startDate="2022-02-17 06:47:09 +0100" endDate="2022-02-17 06:50:28 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 07:28:32 +0100" startDate="2022-02-17 07:17:30 +0100" endDate="2022-02-17 07:24:28 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 07:59:28 +0100" startDate="2022-02-17 07:48:26 +0100" endDate="2022-02-17 07:48:28 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 09:13:33 +0100" startDate="2022-02-17 09:02:31 +0100" endDate="2022-02-17 09:12:06 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 09:23:57 +0100" startDate="2022-02-17 09:12:55 +0100" endDate="2022-02-17 09:22:45 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 12:11:01 +0100" startDate="2022-02-17 11:59:58 +0100" endDate="2022-02-17 12:01:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 12:43:21 +0100" startDate="2022-02-17 12:32:18 +0100" endDate="2022-02-17 12:32:23 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 13:07:30 +0100" startDate="2022-02-17 13:06:45 +0100" endDate="2022-02-17 13:06:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 13:23:44 +0100" startDate="2022-02-17 13:12:41 +0100" endDate="2022-02-17 13:14:41 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 13:40:20 +0100" startDate="2022-02-17 13:29:18 +0100" endDate="2022-02-17 13:39:19 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 13:50:22 +0100" startDate="2022-02-17 13:39:19 +0100" endDate="2022-02-17 13:47:18 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 17:27:47 +0100" startDate="2022-02-17 17:17:00 +0100" endDate="2022-02-17 17:17:33 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 17:49:21 +0100" startDate="2022-02-17 17:38:19 +0100" endDate="2022-02-17 17:47:52 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 18:00:34 +0100" startDate="2022-02-17 17:49:31 +0100" endDate="2022-02-17 17:59:30 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 18:10:35 +0100" startDate="2022-02-17 17:59:33 +0100" endDate="2022-02-17 18:08:50 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 18:42:43 +0100" startDate="2022-02-17 18:31:40 +0100" endDate="2022-02-17 18:31:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 19:22:15 +0100" startDate="2022-02-17 19:11:12 +0100" endDate="2022-02-17 19:11:15 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-17 21:21:05 +0100" startDate="2022-02-17 21:10:03 +0100" endDate="2022-02-17 21:10:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-18 06:47:44 +0100" startDate="2022-02-18 06:36:42 +0100" endDate="2022-02-18 06:38:51 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-18 07:29:31 +0100" startDate="2022-02-18 07:18:28 +0100" endDate="2022-02-18 07:18:33 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-18 07:59:52 +0100" startDate="2022-02-18 07:48:49 +0100" endDate="2022-02-18 07:49:02 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-18 12:59:07 +0100" startDate="2022-02-18 12:48:04 +0100" endDate="2022-02-18 12:48:14 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-18 15:15:43 +0100" startDate="2022-02-18 15:04:40 +0100" endDate="2022-02-18 15:04:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-18 17:29:48 +0100" startDate="2022-02-18 17:18:45 +0100" endDate="2022-02-18 17:18:58 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-18 18:37:27 +0100" startDate="2022-02-18 18:26:24 +0100" endDate="2022-02-18 18:26:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-18 20:29:35 +0100" startDate="2022-02-18 20:18:32 +0100" endDate="2022-02-18 20:19:13 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-18 22:16:59 +0100" startDate="2022-02-18 22:05:56 +0100" endDate="2022-02-18 22:08:17 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-18 23:04:33 +0100" startDate="2022-02-18 22:53:30 +0100" endDate="2022-02-18 22:53:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-19 05:43:42 +0100" startDate="2022-02-19 05:32:39 +0100" endDate="2022-02-19 05:33:07 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-19 09:53:12 +0100" startDate="2022-02-19 09:42:09 +0100" endDate="2022-02-19 09:48:54 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-19 11:17:05 +0100" startDate="2022-02-19 11:06:02 +0100" endDate="2022-02-19 11:06:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-19 14:08:16 +0100" startDate="2022-02-19 13:57:13 +0100" endDate="2022-02-19 14:02:31 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-19 16:18:10 +0100" startDate="2022-02-19 16:07:07 +0100" endDate="2022-02-19 16:16:26 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-19 16:28:24 +0100" startDate="2022-02-19 16:17:22 +0100" endDate="2022-02-19 16:26:52 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-19 16:59:06 +0100" startDate="2022-02-19 16:48:03 +0100" endDate="2022-02-19 16:51:27 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-19 17:25:41 +0100" startDate="2022-02-19 17:14:38 +0100" endDate="2022-02-19 17:14:41 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-19 17:37:11 +0100" startDate="2022-02-19 17:26:08 +0100" endDate="2022-02-19 17:35:59 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-19 17:47:17 +0100" startDate="2022-02-19 17:36:27 +0100" endDate="2022-02-19 17:44:06 +0100" value="680"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-19 18:00:42 +0100" startDate="2022-02-19 17:49:40 +0100" endDate="2022-02-19 17:57:59 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-19 22:51:55 +0100" startDate="2022-02-19 22:40:52 +0100" endDate="2022-02-19 22:41:18 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-20 08:58:25 +0100" startDate="2022-02-20 08:47:23 +0100" endDate="2022-02-20 08:50:11 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-20 09:36:16 +0100" startDate="2022-02-20 09:25:13 +0100" endDate="2022-02-20 09:34:39 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-20 09:47:44 +0100" startDate="2022-02-20 09:36:41 +0100" endDate="2022-02-20 09:46:38 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-20 09:57:43 +0100" startDate="2022-02-20 09:46:40 +0100" endDate="2022-02-20 09:47:08 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-20 10:09:35 +0100" startDate="2022-02-20 09:58:33 +0100" endDate="2022-02-20 09:58:51 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-20 13:12:11 +0100" startDate="2022-02-20 13:01:08 +0100" endDate="2022-02-20 13:07:00 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-20 13:26:42 +0100" startDate="2022-02-20 13:15:39 +0100" endDate="2022-02-20 13:18:15 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-20 14:47:28 +0100" startDate="2022-02-20 14:36:26 +0100" endDate="2022-02-20 14:44:40 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-20 16:11:08 +0100" startDate="2022-02-20 16:00:05 +0100" endDate="2022-02-20 16:10:07 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-20 16:21:09 +0100" startDate="2022-02-20 16:10:07 +0100" endDate="2022-02-20 16:14:47 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-20 16:53:05 +0100" startDate="2022-02-20 16:42:02 +0100" endDate="2022-02-20 16:50:36 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-20 21:56:21 +0100" startDate="2022-02-20 21:45:19 +0100" endDate="2022-02-20 21:46:07 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 06:42:28 +0100" startDate="2022-02-21 06:31:25 +0100" endDate="2022-02-21 06:31:33 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 07:35:09 +0100" startDate="2022-02-21 07:24:06 +0100" endDate="2022-02-21 07:25:15 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 08:34:14 +0100" startDate="2022-02-21 08:23:11 +0100" endDate="2022-02-21 08:27:38 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 11:01:35 +0100" startDate="2022-02-21 10:50:32 +0100" endDate="2022-02-21 10:54:19 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 11:22:03 +0100" startDate="2022-02-21 11:11:00 +0100" endDate="2022-02-21 11:21:01 +0100" value="1029"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 11:32:04 +0100" startDate="2022-02-21 11:21:01 +0100" endDate="2022-02-21 11:31:02 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 11:42:05 +0100" startDate="2022-02-21 11:31:02 +0100" endDate="2022-02-21 11:36:54 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 14:21:52 +0100" startDate="2022-02-21 14:10:49 +0100" endDate="2022-02-21 14:19:54 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 18:54:15 +0100" startDate="2022-02-21 18:43:12 +0100" endDate="2022-02-21 18:53:13 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 19:04:16 +0100" startDate="2022-02-21 18:53:13 +0100" endDate="2022-02-21 18:53:54 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 19:56:19 +0100" startDate="2022-02-21 19:45:16 +0100" endDate="2022-02-21 19:52:56 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 20:10:22 +0100" startDate="2022-02-21 19:59:20 +0100" endDate="2022-02-21 20:04:38 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-21 21:34:11 +0100" startDate="2022-02-21 21:23:08 +0100" endDate="2022-02-21 21:29:12 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 05:45:13 +0100" startDate="2022-02-22 05:34:11 +0100" endDate="2022-02-22 05:34:21 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 06:02:59 +0100" startDate="2022-02-22 05:51:57 +0100" endDate="2022-02-22 05:52:27 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 06:25:47 +0100" startDate="2022-02-22 06:14:44 +0100" endDate="2022-02-22 06:14:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 06:55:08 +0100" startDate="2022-02-22 06:44:06 +0100" endDate="2022-02-22 06:54:05 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 07:05:08 +0100" startDate="2022-02-22 06:54:05 +0100" endDate="2022-02-22 06:54:58 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 07:56:14 +0100" startDate="2022-02-22 07:45:11 +0100" endDate="2022-02-22 07:50:27 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 08:33:02 +0100" startDate="2022-02-22 08:21:59 +0100" endDate="2022-02-22 08:22:22 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 09:51:01 +0100" startDate="2022-02-22 09:39:59 +0100" endDate="2022-02-22 09:43:02 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 11:06:45 +0100" startDate="2022-02-22 10:55:42 +0100" endDate="2022-02-22 10:58:48 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 12:10:52 +0100" startDate="2022-02-22 11:59:49 +0100" endDate="2022-02-22 12:09:30 +0100" value="1058"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 12:22:22 +0100" startDate="2022-02-22 12:11:19 +0100" endDate="2022-02-22 12:21:18 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 12:32:20 +0100" startDate="2022-02-22 12:21:18 +0100" endDate="2022-02-22 12:31:09 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 12:42:21 +0100" startDate="2022-02-22 12:31:19 +0100" endDate="2022-02-22 12:31:49 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 13:17:49 +0100" startDate="2022-02-22 13:15:10 +0100" endDate="2022-02-22 13:16:21 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 13:38:24 +0100" startDate="2022-02-22 13:27:21 +0100" endDate="2022-02-22 13:29:56 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 14:09:35 +0100" startDate="2022-02-22 13:58:32 +0100" endDate="2022-02-22 14:00:37 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 16:39:45 +0100" startDate="2022-02-22 16:28:42 +0100" endDate="2022-02-22 16:38:43 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 16:49:46 +0100" startDate="2022-02-22 16:38:43 +0100" endDate="2022-02-22 16:39:26 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 17:59:07 +0100" startDate="2022-02-22 17:48:04 +0100" endDate="2022-02-22 17:51:35 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 18:52:47 +0100" startDate="2022-02-22 18:41:45 +0100" endDate="2022-02-22 18:42:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-22 21:12:20 +0100" startDate="2022-02-22 21:01:17 +0100" endDate="2022-02-22 21:07:19 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-23 06:41:36 +0100" startDate="2022-02-23 06:30:33 +0100" endDate="2022-02-23 06:33:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-23 07:41:00 +0100" startDate="2022-02-23 07:29:58 +0100" endDate="2022-02-23 07:30:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-23 08:46:39 +0100" startDate="2022-02-23 08:35:36 +0100" endDate="2022-02-23 08:40:57 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-23 13:23:49 +0100" startDate="2022-02-23 13:21:54 +0100" endDate="2022-02-23 13:22:35 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-23 13:54:49 +0100" startDate="2022-02-23 13:43:46 +0100" endDate="2022-02-23 13:53:20 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-23 14:05:26 +0100" startDate="2022-02-23 13:54:23 +0100" endDate="2022-02-23 13:54:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-23 15:35:43 +0100" startDate="2022-02-23 15:24:41 +0100" endDate="2022-02-23 15:24:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-23 17:38:31 +0100" startDate="2022-02-23 17:27:28 +0100" endDate="2022-02-23 17:27:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-23 18:05:09 +0100" startDate="2022-02-23 17:54:06 +0100" endDate="2022-02-23 18:02:10 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-23 18:42:48 +0100" startDate="2022-02-23 18:31:46 +0100" endDate="2022-02-23 18:31:58 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-23 20:17:16 +0100" startDate="2022-02-23 20:06:13 +0100" endDate="2022-02-23 20:06:44 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-23 21:22:02 +0100" startDate="2022-02-23 21:10:59 +0100" endDate="2022-02-23 21:11:04 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 07:58:27 +0100" startDate="2022-02-24 07:47:25 +0100" endDate="2022-02-24 07:52:13 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 08:21:25 +0100" startDate="2022-02-24 08:10:22 +0100" endDate="2022-02-24 08:12:58 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 09:49:47 +0100" startDate="2022-02-24 09:38:44 +0100" endDate="2022-02-24 09:41:04 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 10:07:34 +0100" startDate="2022-02-24 09:56:31 +0100" endDate="2022-02-24 10:03:47 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 10:29:10 +0100" startDate="2022-02-24 10:18:08 +0100" endDate="2022-02-24 10:21:42 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 12:22:07 +0100" startDate="2022-02-24 12:11:04 +0100" endDate="2022-02-24 12:11:27 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 13:58:53 +0100" startDate="2022-02-24 13:47:51 +0100" endDate="2022-02-24 13:47:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 16:19:31 +0100" startDate="2022-02-24 16:08:29 +0100" endDate="2022-02-24 16:08:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 16:42:31 +0100" startDate="2022-02-24 16:31:28 +0100" endDate="2022-02-24 16:31:41 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 17:06:49 +0100" startDate="2022-02-24 16:55:47 +0100" endDate="2022-02-24 16:55:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 17:22:30 +0100" startDate="2022-02-24 17:11:27 +0100" endDate="2022-02-24 17:13:22 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 17:34:52 +0100" startDate="2022-02-24 17:23:49 +0100" endDate="2022-02-24 17:23:59 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 19:14:38 +0100" startDate="2022-02-24 19:03:35 +0100" endDate="2022-02-24 19:13:18 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 19:34:10 +0100" startDate="2022-02-24 19:23:08 +0100" endDate="2022-02-24 19:23:38 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 20:44:52 +0100" startDate="2022-02-24 20:33:49 +0100" endDate="2022-02-24 20:43:24 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 20:55:08 +0100" startDate="2022-02-24 20:44:05 +0100" endDate="2022-02-24 20:51:16 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-24 22:26:01 +0100" startDate="2022-02-24 22:14:58 +0100" endDate="2022-02-24 22:17:00 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 07:39:45 +0100" startDate="2022-02-25 07:28:43 +0100" endDate="2022-02-25 07:29:31 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 08:07:35 +0100" startDate="2022-02-25 07:56:32 +0100" endDate="2022-02-25 07:57:39 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 08:22:43 +0100" startDate="2022-02-25 08:11:41 +0100" endDate="2022-02-25 08:18:48 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 11:26:38 +0100" startDate="2022-02-25 11:15:35 +0100" endDate="2022-02-25 11:24:40 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 11:36:39 +0100" startDate="2022-02-25 11:25:39 +0100" endDate="2022-02-25 11:29:05 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 11:52:44 +0100" startDate="2022-02-25 11:41:42 +0100" endDate="2022-02-25 11:42:07 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 12:57:35 +0100" startDate="2022-02-25 12:46:33 +0100" endDate="2022-02-25 12:49:08 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 13:08:12 +0100" startDate="2022-02-25 12:57:09 +0100" endDate="2022-02-25 12:57:30 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 15:39:30 +0100" startDate="2022-02-25 15:28:28 +0100" endDate="2022-02-25 15:29:52 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 15:51:46 +0100" startDate="2022-02-25 15:40:43 +0100" endDate="2022-02-25 15:48:45 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 17:17:38 +0100" startDate="2022-02-25 17:06:35 +0100" endDate="2022-02-25 17:16:36 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 17:27:39 +0100" startDate="2022-02-25 17:16:36 +0100" endDate="2022-02-25 17:26:37 +0100" value="1131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 17:37:40 +0100" startDate="2022-02-25 17:26:37 +0100" endDate="2022-02-25 17:35:50 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 17:48:16 +0100" startDate="2022-02-25 17:37:14 +0100" endDate="2022-02-25 17:37:16 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 18:07:29 +0100" startDate="2022-02-25 17:56:27 +0100" endDate="2022-02-25 18:04:41 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 18:26:14 +0100" startDate="2022-02-25 18:15:11 +0100" endDate="2022-02-25 18:25:04 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 18:36:43 +0100" startDate="2022-02-25 18:25:40 +0100" endDate="2022-02-25 18:35:36 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 18:46:59 +0100" startDate="2022-02-25 18:35:56 +0100" endDate="2022-02-25 18:40:52 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 19:00:11 +0100" startDate="2022-02-25 18:49:08 +0100" endDate="2022-02-25 18:57:13 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 19:25:03 +0100" startDate="2022-02-25 19:14:00 +0100" endDate="2022-02-25 19:22:47 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 19:40:15 +0100" startDate="2022-02-25 19:29:12 +0100" endDate="2022-02-25 19:37:16 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 19:55:45 +0100" startDate="2022-02-25 19:44:42 +0100" endDate="2022-02-25 19:47:15 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-25 20:12:23 +0100" startDate="2022-02-25 20:01:20 +0100" endDate="2022-02-25 20:02:04 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 00:44:21 +0100" startDate="2022-02-26 00:33:18 +0100" endDate="2022-02-26 00:34:09 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 05:25:50 +0100" startDate="2022-02-26 05:14:47 +0100" endDate="2022-02-26 05:18:06 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 07:50:18 +0100" startDate="2022-02-26 07:39:15 +0100" endDate="2022-02-26 07:46:26 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 09:10:59 +0100" startDate="2022-02-26 08:59:56 +0100" endDate="2022-02-26 09:07:09 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 09:30:44 +0100" startDate="2022-02-26 09:19:41 +0100" endDate="2022-02-26 09:29:42 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 09:40:45 +0100" startDate="2022-02-26 09:29:42 +0100" endDate="2022-02-26 09:30:59 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 09:57:57 +0100" startDate="2022-02-26 09:46:54 +0100" endDate="2022-02-26 09:48:49 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 14:27:06 +0100" startDate="2022-02-26 14:16:03 +0100" endDate="2022-02-26 14:26:04 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 14:37:07 +0100" startDate="2022-02-26 14:26:04 +0100" endDate="2022-02-26 14:36:05 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 14:47:08 +0100" startDate="2022-02-26 14:36:05 +0100" endDate="2022-02-26 14:43:33 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 15:01:32 +0100" startDate="2022-02-26 14:50:29 +0100" endDate="2022-02-26 14:59:09 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 15:12:01 +0100" startDate="2022-02-26 15:00:58 +0100" endDate="2022-02-26 15:02:30 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 16:31:19 +0100" startDate="2022-02-26 16:20:16 +0100" endDate="2022-02-26 16:30:18 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 16:41:25 +0100" startDate="2022-02-26 16:30:23 +0100" endDate="2022-02-26 16:36:22 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 18:37:50 +0100" startDate="2022-02-26 18:26:48 +0100" endDate="2022-02-26 18:26:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-26 23:42:46 +0100" startDate="2022-02-26 23:31:43 +0100" endDate="2022-02-26 23:35:07 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 00:40:40 +0100" startDate="2022-02-27 00:29:38 +0100" endDate="2022-02-27 00:29:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 00:54:43 +0100" startDate="2022-02-27 00:43:40 +0100" endDate="2022-02-27 00:46:56 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 02:17:14 +0100" startDate="2022-02-27 02:06:12 +0100" endDate="2022-02-27 02:06:19 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 10:31:28 +0100" startDate="2022-02-27 10:20:25 +0100" endDate="2022-02-27 10:20:33 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 12:12:21 +0100" startDate="2022-02-27 12:01:18 +0100" endDate="2022-02-27 12:11:07 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 12:45:00 +0100" startDate="2022-02-27 12:33:57 +0100" endDate="2022-02-27 12:34:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 13:15:14 +0100" startDate="2022-02-27 13:04:11 +0100" endDate="2022-02-27 13:08:03 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 14:41:37 +0100" startDate="2022-02-27 14:30:34 +0100" endDate="2022-02-27 14:30:39 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 14:59:50 +0100" startDate="2022-02-27 14:48:48 +0100" endDate="2022-02-27 14:48:50 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 17:05:57 +0100" startDate="2022-02-27 16:54:54 +0100" endDate="2022-02-27 16:55:02 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 17:58:04 +0100" startDate="2022-02-27 17:47:01 +0100" endDate="2022-02-27 17:55:17 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 18:17:53 +0100" startDate="2022-02-27 18:06:50 +0100" endDate="2022-02-27 18:06:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 19:29:48 +0100" startDate="2022-02-27 19:18:45 +0100" endDate="2022-02-27 19:20:09 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-27 20:27:37 +0100" startDate="2022-02-27 20:16:34 +0100" endDate="2022-02-27 20:22:23 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 06:44:06 +0100" startDate="2022-02-28 06:33:03 +0100" endDate="2022-02-28 06:33:31 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 06:54:27 +0100" startDate="2022-02-28 06:43:25 +0100" endDate="2022-02-28 06:47:42 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 07:49:46 +0100" startDate="2022-02-28 07:38:44 +0100" endDate="2022-02-28 07:47:28 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 09:10:18 +0100" startDate="2022-02-28 08:59:15 +0100" endDate="2022-02-28 09:07:29 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 11:05:22 +0100" startDate="2022-02-28 10:54:20 +0100" endDate="2022-02-28 10:57:26 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 11:35:40 +0100" startDate="2022-02-28 11:24:37 +0100" endDate="2022-02-28 11:34:38 +0100" value="1090"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 11:45:41 +0100" startDate="2022-02-28 11:34:38 +0100" endDate="2022-02-28 11:42:12 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 11:58:55 +0100" startDate="2022-02-28 11:47:52 +0100" endDate="2022-02-28 11:57:53 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 12:08:56 +0100" startDate="2022-02-28 11:57:53 +0100" endDate="2022-02-28 12:01:35 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 14:14:07 +0100" startDate="2022-02-28 14:03:04 +0100" endDate="2022-02-28 14:06:41 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 16:27:44 +0100" startDate="2022-02-28 16:16:41 +0100" endDate="2022-02-28 16:25:29 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 16:37:56 +0100" startDate="2022-02-28 16:26:53 +0100" endDate="2022-02-28 16:29:36 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 17:26:57 +0100" startDate="2022-02-28 17:15:54 +0100" endDate="2022-02-28 17:25:53 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 17:37:06 +0100" startDate="2022-02-28 17:26:03 +0100" endDate="2022-02-28 17:36:04 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 17:39:25 +0100" startDate="2022-02-28 17:36:04 +0100" endDate="2022-02-28 17:38:32 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 18:34:01 +0100" startDate="2022-02-28 18:22:58 +0100" endDate="2022-02-28 18:24:35 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 19:19:53 +0100" startDate="2022-02-28 18:33:00 +0100" endDate="2022-02-28 18:39:32 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-02-28 21:31:36 +0100" startDate="2022-02-28 21:20:34 +0100" endDate="2022-02-28 21:20:59 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-01 06:54:37 +0100" startDate="2022-03-01 06:43:34 +0100" endDate="2022-03-01 06:52:06 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-01 07:56:25 +0100" startDate="2022-03-01 07:45:22 +0100" endDate="2022-03-01 07:55:23 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-01 08:06:26 +0100" startDate="2022-03-01 07:55:23 +0100" endDate="2022-03-01 07:55:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-01 08:56:17 +0100" startDate="2022-03-01 08:45:14 +0100" endDate="2022-03-01 08:45:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-01 09:59:00 +0100" startDate="2022-03-01 09:47:57 +0100" endDate="2022-03-01 09:55:56 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-01 13:34:31 +0100" startDate="2022-03-01 13:23:29 +0100" endDate="2022-03-01 13:33:30 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-01 13:44:32 +0100" startDate="2022-03-01 13:33:30 +0100" endDate="2022-03-01 13:43:31 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-01 13:54:33 +0100" startDate="2022-03-01 13:43:31 +0100" endDate="2022-03-01 13:49:37 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-01 14:06:31 +0100" startDate="2022-03-01 13:55:29 +0100" endDate="2022-03-01 13:57:49 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-01 17:44:42 +0100" startDate="2022-03-01 17:33:39 +0100" endDate="2022-03-01 17:38:22 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-01 18:40:59 +0100" startDate="2022-03-01 18:29:56 +0100" endDate="2022-03-01 18:34:09 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-01 22:14:35 +0100" startDate="2022-03-01 22:03:32 +0100" endDate="2022-03-01 22:04:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 05:15:05 +0100" startDate="2022-03-02 05:04:02 +0100" endDate="2022-03-02 05:04:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 06:01:42 +0100" startDate="2022-03-02 05:50:39 +0100" endDate="2022-03-02 05:51:53 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 06:56:04 +0100" startDate="2022-03-02 06:45:01 +0100" endDate="2022-03-02 06:53:15 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 07:06:25 +0100" startDate="2022-03-02 06:55:22 +0100" endDate="2022-03-02 06:56:24 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 08:01:36 +0100" startDate="2022-03-02 07:50:33 +0100" endDate="2022-03-02 07:55:16 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 12:41:20 +0100" startDate="2022-03-02 12:30:17 +0100" endDate="2022-03-02 12:31:36 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 13:13:56 +0100" startDate="2022-03-02 13:02:53 +0100" endDate="2022-03-02 13:12:54 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 13:23:57 +0100" startDate="2022-03-02 13:12:54 +0100" endDate="2022-03-02 13:19:26 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 14:03:38 +0100" startDate="2022-03-02 13:52:35 +0100" endDate="2022-03-02 14:01:50 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 14:50:42 +0100" startDate="2022-03-02 14:39:40 +0100" endDate="2022-03-02 14:49:36 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 15:06:05 +0100" startDate="2022-03-02 14:55:02 +0100" endDate="2022-03-02 15:00:51 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 15:33:00 +0100" startDate="2022-03-02 15:21:57 +0100" endDate="2022-03-02 15:22:12 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 16:04:31 +0100" startDate="2022-03-02 15:53:28 +0100" endDate="2022-03-02 15:58:08 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 16:23:12 +0100" startDate="2022-03-02 16:12:09 +0100" endDate="2022-03-02 16:12:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 17:02:28 +0100" startDate="2022-03-02 16:51:26 +0100" endDate="2022-03-02 16:56:11 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 17:14:39 +0100" startDate="2022-03-02 17:03:37 +0100" endDate="2022-03-02 17:13:33 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 17:27:13 +0100" startDate="2022-03-02 17:16:11 +0100" endDate="2022-03-02 17:26:12 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 17:35:52 +0100" startDate="2022-03-02 17:26:12 +0100" endDate="2022-03-02 17:33:50 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 17:48:16 +0100" startDate="2022-03-02 17:37:14 +0100" endDate="2022-03-02 17:46:49 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 18:00:20 +0100" startDate="2022-03-02 17:49:17 +0100" endDate="2022-03-02 17:49:48 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 19:30:22 +0100" startDate="2022-03-02 19:19:19 +0100" endDate="2022-03-02 19:27:20 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 19:36:38 +0100" startDate="2022-03-02 19:32:52 +0100" endDate="2022-03-02 19:36:25 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 20:20:59 +0100" startDate="2022-03-02 20:09:56 +0100" endDate="2022-03-02 20:19:34 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 20:31:35 +0100" startDate="2022-03-02 20:20:33 +0100" endDate="2022-03-02 20:27:49 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 21:01:06 +0100" startDate="2022-03-02 20:50:04 +0100" endDate="2022-03-02 20:54:34 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 21:54:54 +0100" startDate="2022-03-02 21:43:51 +0100" endDate="2022-03-02 21:49:15 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-02 22:07:16 +0100" startDate="2022-03-02 21:56:13 +0100" endDate="2022-03-02 21:56:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-03 07:36:24 +0100" startDate="2022-03-03 07:25:22 +0100" endDate="2022-03-03 07:26:56 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-03 09:06:52 +0100" startDate="2022-03-03 08:55:50 +0100" endDate="2022-03-03 08:55:52 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-03 12:46:11 +0100" startDate="2022-03-03 12:35:08 +0100" endDate="2022-03-03 12:35:24 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-03 12:58:39 +0100" startDate="2022-03-03 12:47:36 +0100" endDate="2022-03-03 12:53:20 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-03 17:35:52 +0100" startDate="2022-03-03 17:35:45 +0100" endDate="2022-03-03 17:35:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-03 17:48:32 +0100" startDate="2022-03-03 17:46:20 +0100" endDate="2022-03-03 17:46:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-03 18:32:48 +0100" startDate="2022-03-03 18:21:45 +0100" endDate="2022-03-03 18:24:51 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-03 19:12:19 +0100" startDate="2022-03-03 19:01:17 +0100" endDate="2022-03-03 19:08:20 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-03 19:27:57 +0100" startDate="2022-03-03 19:16:54 +0100" endDate="2022-03-03 19:24:18 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-03 22:21:17 +0100" startDate="2022-03-03 22:10:15 +0100" endDate="2022-03-03 22:10:55 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 03:36:05 +0100" startDate="2022-03-04 03:25:02 +0100" endDate="2022-03-04 03:25:50 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 06:02:22 +0100" startDate="2022-03-04 05:51:19 +0100" endDate="2022-03-04 05:52:03 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 07:00:53 +0100" startDate="2022-03-04 06:49:50 +0100" endDate="2022-03-04 06:50:08 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 07:12:23 +0100" startDate="2022-03-04 07:01:20 +0100" endDate="2022-03-04 07:07:32 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 07:22:57 +0100" startDate="2022-03-04 07:11:55 +0100" endDate="2022-03-04 07:11:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 08:11:23 +0100" startDate="2022-03-04 08:00:20 +0100" endDate="2022-03-04 08:10:14 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 08:21:27 +0100" startDate="2022-03-04 08:10:24 +0100" endDate="2022-03-04 08:16:04 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 08:33:23 +0100" startDate="2022-03-04 08:22:21 +0100" endDate="2022-03-04 08:22:44 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 09:27:38 +0100" startDate="2022-03-04 09:16:35 +0100" endDate="2022-03-04 09:23:41 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 12:00:09 +0100" startDate="2022-03-04 11:49:07 +0100" endDate="2022-03-04 11:55:34 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 12:20:01 +0100" startDate="2022-03-04 12:08:58 +0100" endDate="2022-03-04 12:18:59 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 12:30:37 +0100" startDate="2022-03-04 12:19:35 +0100" endDate="2022-03-04 12:26:48 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 12:40:44 +0100" startDate="2022-03-04 12:29:42 +0100" endDate="2022-03-04 12:30:15 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 13:05:34 +0100" startDate="2022-03-04 12:54:31 +0100" endDate="2022-03-04 12:58:51 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 13:19:55 +0100" startDate="2022-03-04 13:08:52 +0100" endDate="2022-03-04 13:09:15 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 16:06:57 +0100" startDate="2022-03-04 15:55:54 +0100" endDate="2022-03-04 15:56:07 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 18:14:21 +0100" startDate="2022-03-04 18:03:18 +0100" endDate="2022-03-04 18:13:14 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 18:24:20 +0100" startDate="2022-03-04 18:13:17 +0100" endDate="2022-03-04 18:18:40 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 19:20:16 +0100" startDate="2022-03-04 19:09:14 +0100" endDate="2022-03-04 19:19:15 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 19:30:18 +0100" startDate="2022-03-04 19:19:15 +0100" endDate="2022-03-04 19:23:12 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 19:53:17 +0100" startDate="2022-03-04 19:42:15 +0100" endDate="2022-03-04 19:44:55 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 20:05:45 +0100" startDate="2022-03-04 19:54:43 +0100" endDate="2022-03-04 19:56:32 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 20:20:21 +0100" startDate="2022-03-04 20:09:18 +0100" endDate="2022-03-04 20:16:23 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 20:41:01 +0100" startDate="2022-03-04 20:29:58 +0100" endDate="2022-03-04 20:32:31 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 21:18:10 +0100" startDate="2022-03-04 21:07:07 +0100" endDate="2022-03-04 21:17:08 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 21:28:11 +0100" startDate="2022-03-04 21:17:08 +0100" endDate="2022-03-04 21:17:38 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 21:38:17 +0100" startDate="2022-03-04 21:27:14 +0100" endDate="2022-03-04 21:36:29 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-04 22:51:21 +0100" startDate="2022-03-04 22:40:18 +0100" endDate="2022-03-04 22:48:30 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-05 07:22:59 +0100" startDate="2022-03-05 07:11:57 +0100" endDate="2022-03-05 07:12:07 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-05 07:49:39 +0100" startDate="2022-03-05 07:38:36 +0100" endDate="2022-03-05 07:48:19 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-05 07:59:40 +0100" startDate="2022-03-05 07:48:37 +0100" endDate="2022-03-05 07:57:57 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-05 08:09:46 +0100" startDate="2022-03-05 07:58:43 +0100" endDate="2022-03-05 08:00:32 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-05 16:35:43 +0100" startDate="2022-03-05 16:24:40 +0100" endDate="2022-03-05 16:32:57 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 08:26:13 +0100" startDate="2022-03-06 08:15:10 +0100" endDate="2022-03-06 08:15:23 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 08:45:01 +0100" startDate="2022-03-06 08:33:58 +0100" endDate="2022-03-06 08:43:59 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 08:55:02 +0100" startDate="2022-03-06 08:43:59 +0100" endDate="2022-03-06 08:53:07 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 09:25:39 +0100" startDate="2022-03-06 09:14:36 +0100" endDate="2022-03-06 09:16:18 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 09:44:29 +0100" startDate="2022-03-06 09:33:27 +0100" endDate="2022-03-06 09:34:23 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 10:04:07 +0100" startDate="2022-03-06 09:53:54 +0100" endDate="2022-03-06 10:03:45 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 10:56:52 +0100" startDate="2022-03-06 10:45:49 +0100" endDate="2022-03-06 10:52:16 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 13:38:48 +0100" startDate="2022-03-06 13:27:46 +0100" endDate="2022-03-06 13:37:39 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 13:49:15 +0100" startDate="2022-03-06 13:38:12 +0100" endDate="2022-03-06 13:40:12 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 14:10:34 +0100" startDate="2022-03-06 13:59:31 +0100" endDate="2022-03-06 14:09:04 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 14:21:21 +0100" startDate="2022-03-06 14:10:18 +0100" endDate="2022-03-06 14:19:31 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 14:33:39 +0100" startDate="2022-03-06 14:22:37 +0100" endDate="2022-03-06 14:23:56 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 15:01:07 +0100" startDate="2022-03-06 14:50:04 +0100" endDate="2022-03-06 15:00:03 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 15:12:32 +0100" startDate="2022-03-06 15:01:30 +0100" endDate="2022-03-06 15:06:53 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 19:05:44 +0100" startDate="2022-03-06 18:54:41 +0100" endDate="2022-03-06 19:03:34 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-06 20:23:25 +0100" startDate="2022-03-06 20:12:22 +0100" endDate="2022-03-06 20:13:49 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 08:40:50 +0100" startDate="2022-03-07 08:29:48 +0100" endDate="2022-03-07 08:38:48 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 08:52:41 +0100" startDate="2022-03-07 08:41:38 +0100" endDate="2022-03-07 08:51:24 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 09:04:26 +0100" startDate="2022-03-07 08:53:24 +0100" endDate="2022-03-07 09:00:37 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 09:15:06 +0100" startDate="2022-03-07 09:04:03 +0100" endDate="2022-03-07 09:09:31 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 09:31:23 +0100" startDate="2022-03-07 09:20:21 +0100" endDate="2022-03-07 09:29:54 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 09:52:59 +0100" startDate="2022-03-07 09:41:57 +0100" endDate="2022-03-07 09:51:30 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 09:53:47 +0100" startDate="2022-03-07 09:52:10 +0100" endDate="2022-03-07 09:53:37 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 10:51:24 +0100" startDate="2022-03-07 10:40:21 +0100" endDate="2022-03-07 10:50:22 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 11:01:24 +0100" startDate="2022-03-07 10:50:22 +0100" endDate="2022-03-07 10:57:50 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 11:18:36 +0100" startDate="2022-03-07 11:07:33 +0100" endDate="2022-03-07 11:15:39 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 11:35:24 +0100" startDate="2022-03-07 11:24:21 +0100" endDate="2022-03-07 11:29:29 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 11:48:00 +0100" startDate="2022-03-07 11:36:57 +0100" endDate="2022-03-07 11:46:15 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 11:59:43 +0100" startDate="2022-03-07 11:48:40 +0100" endDate="2022-03-07 11:50:40 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 12:11:15 +0100" startDate="2022-03-07 12:00:13 +0100" endDate="2022-03-07 12:09:15 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 12:25:18 +0100" startDate="2022-03-07 12:14:15 +0100" endDate="2022-03-07 12:18:25 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 12:37:39 +0100" startDate="2022-03-07 12:26:36 +0100" endDate="2022-03-07 12:33:11 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 12:49:09 +0100" startDate="2022-03-07 12:38:06 +0100" endDate="2022-03-07 12:47:29 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 12:59:22 +0100" startDate="2022-03-07 12:48:20 +0100" endDate="2022-03-07 12:53:02 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 13:04:12 +0100" startDate="2022-03-07 12:59:50 +0100" endDate="2022-03-07 13:01:11 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 13:16:44 +0100" startDate="2022-03-07 13:05:41 +0100" endDate="2022-03-07 13:13:07 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 13:39:01 +0100" startDate="2022-03-07 13:27:58 +0100" endDate="2022-03-07 13:36:30 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 13:48:39 +0100" startDate="2022-03-07 13:38:37 +0100" endDate="2022-03-07 13:38:40 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-07 19:56:33 +0100" startDate="2022-03-07 19:45:31 +0100" endDate="2022-03-07 19:45:33 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 07:22:29 +0100" startDate="2022-03-08 07:10:56 +0100" endDate="2022-03-08 07:11:03 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 08:45:10 +0100" startDate="2022-03-08 08:34:07 +0100" endDate="2022-03-08 08:41:56 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 09:13:26 +0100" startDate="2022-03-08 09:02:23 +0100" endDate="2022-03-08 09:04:10 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 09:27:36 +0100" startDate="2022-03-08 09:16:33 +0100" endDate="2022-03-08 09:25:10 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 09:46:55 +0100" startDate="2022-03-08 09:35:52 +0100" endDate="2022-03-08 09:38:40 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 10:02:24 +0100" startDate="2022-03-08 09:51:21 +0100" endDate="2022-03-08 10:01:15 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 10:15:49 +0100" startDate="2022-03-08 10:04:46 +0100" endDate="2022-03-08 10:11:03 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 10:29:49 +0100" startDate="2022-03-08 10:18:46 +0100" endDate="2022-03-08 10:19:47 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 10:45:41 +0100" startDate="2022-03-08 10:34:38 +0100" endDate="2022-03-08 10:43:43 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 10:55:52 +0100" startDate="2022-03-08 10:44:50 +0100" endDate="2022-03-08 10:54:05 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 11:19:53 +0100" startDate="2022-03-08 11:08:51 +0100" endDate="2022-03-08 11:18:19 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 11:31:36 +0100" startDate="2022-03-08 11:20:34 +0100" endDate="2022-03-08 11:22:15 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 11:43:04 +0100" startDate="2022-03-08 11:32:01 +0100" endDate="2022-03-08 11:40:58 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 11:53:07 +0100" startDate="2022-03-08 11:42:04 +0100" endDate="2022-03-08 11:49:28 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 12:40:57 +0100" startDate="2022-03-08 12:29:55 +0100" endDate="2022-03-08 12:37:02 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 12:53:03 +0100" startDate="2022-03-08 12:42:00 +0100" endDate="2022-03-08 12:49:41 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 13:03:19 +0100" startDate="2022-03-08 12:52:17 +0100" endDate="2022-03-08 12:55:25 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 13:22:43 +0100" startDate="2022-03-08 13:11:40 +0100" endDate="2022-03-08 13:21:36 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 13:34:00 +0100" startDate="2022-03-08 13:22:58 +0100" endDate="2022-03-08 13:24:04 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 14:22:08 +0100" startDate="2022-03-08 14:11:06 +0100" endDate="2022-03-08 14:17:00 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 14:56:26 +0100" startDate="2022-03-08 14:45:23 +0100" endDate="2022-03-08 14:54:33 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 17:34:21 +0100" startDate="2022-03-08 17:23:18 +0100" endDate="2022-03-08 17:23:26 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 18:31:19 +0100" startDate="2022-03-08 18:20:16 +0100" endDate="2022-03-08 18:24:31 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-08 19:23:01 +0100" startDate="2022-03-08 19:11:58 +0100" endDate="2022-03-08 19:13:45 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 08:54:47 +0100" startDate="2022-03-09 08:43:44 +0100" endDate="2022-03-09 08:52:16 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 09:10:59 +0100" startDate="2022-03-09 08:59:57 +0100" endDate="2022-03-09 09:01:34 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 09:23:00 +0100" startDate="2022-03-09 09:11:57 +0100" endDate="2022-03-09 09:20:29 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 09:46:36 +0100" startDate="2022-03-09 09:35:33 +0100" endDate="2022-03-09 09:45:34 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 09:56:37 +0100" startDate="2022-03-09 09:45:34 +0100" endDate="2022-03-09 09:49:21 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 10:08:25 +0100" startDate="2022-03-09 09:58:10 +0100" endDate="2022-03-09 10:07:40 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 12:35:31 +0100" startDate="2022-03-09 12:24:28 +0100" endDate="2022-03-09 12:33:03 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 12:54:06 +0100" startDate="2022-03-09 12:43:04 +0100" endDate="2022-03-09 12:52:55 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 13:04:20 +0100" startDate="2022-03-09 12:53:18 +0100" endDate="2022-03-09 12:53:46 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 13:43:54 +0100" startDate="2022-03-09 13:32:51 +0100" endDate="2022-03-09 13:42:29 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 13:56:20 +0100" startDate="2022-03-09 13:45:17 +0100" endDate="2022-03-09 13:55:08 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 14:06:56 +0100" startDate="2022-03-09 13:55:54 +0100" endDate="2022-03-09 13:59:07 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 14:19:15 +0100" startDate="2022-03-09 14:08:12 +0100" endDate="2022-03-09 14:17:15 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 14:29:24 +0100" startDate="2022-03-09 14:18:21 +0100" endDate="2022-03-09 14:26:35 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 14:41:45 +0100" startDate="2022-03-09 14:30:42 +0100" endDate="2022-03-09 14:35:20 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 18:11:48 +0100" startDate="2022-03-09 18:00:45 +0100" endDate="2022-03-09 18:00:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 18:23:15 +0100" startDate="2022-03-09 18:12:13 +0100" endDate="2022-03-09 18:13:16 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-09 19:53:28 +0100" startDate="2022-03-09 19:42:25 +0100" endDate="2022-03-09 19:43:49 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 07:16:35 +0100" startDate="2022-03-10 07:05:33 +0100" endDate="2022-03-10 07:13:49 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 07:29:12 +0100" startDate="2022-03-10 07:18:09 +0100" endDate="2022-03-10 07:27:04 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 07:39:26 +0100" startDate="2022-03-10 07:28:23 +0100" endDate="2022-03-10 07:28:30 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 07:55:05 +0100" startDate="2022-03-10 07:44:03 +0100" endDate="2022-03-10 07:44:48 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 08:05:33 +0100" startDate="2022-03-10 07:55:18 +0100" endDate="2022-03-10 08:04:56 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 08:49:30 +0100" startDate="2022-03-10 08:38:28 +0100" endDate="2022-03-10 08:47:48 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 09:04:27 +0100" startDate="2022-03-10 08:53:24 +0100" endDate="2022-03-10 08:55:31 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 09:17:36 +0100" startDate="2022-03-10 09:06:33 +0100" endDate="2022-03-10 09:14:02 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 09:29:57 +0100" startDate="2022-03-10 09:18:54 +0100" endDate="2022-03-10 09:19:25 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 09:41:45 +0100" startDate="2022-03-10 09:30:42 +0100" endDate="2022-03-10 09:40:43 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 09:51:46 +0100" startDate="2022-03-10 09:40:43 +0100" endDate="2022-03-10 09:40:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 10:02:17 +0100" startDate="2022-03-10 09:51:15 +0100" endDate="2022-03-10 09:51:45 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 10:15:47 +0100" startDate="2022-03-10 10:04:45 +0100" endDate="2022-03-10 10:13:14 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 10:42:52 +0100" startDate="2022-03-10 10:31:50 +0100" endDate="2022-03-10 10:37:31 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 10:55:11 +0100" startDate="2022-03-10 10:44:08 +0100" endDate="2022-03-10 10:53:41 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 11:06:30 +0100" startDate="2022-03-10 10:58:57 +0100" endDate="2022-03-10 11:04:25 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 11:37:33 +0100" startDate="2022-03-10 11:26:30 +0100" endDate="2022-03-10 11:36:01 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 11:48:09 +0100" startDate="2022-03-10 11:37:07 +0100" endDate="2022-03-10 11:47:08 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 11:58:11 +0100" startDate="2022-03-10 11:47:08 +0100" endDate="2022-03-10 11:57:09 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 12:08:12 +0100" startDate="2022-03-10 11:57:09 +0100" endDate="2022-03-10 12:06:19 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 12:25:56 +0100" startDate="2022-03-10 12:14:53 +0100" endDate="2022-03-10 12:18:02 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 12:37:03 +0100" startDate="2022-03-10 12:26:01 +0100" endDate="2022-03-10 12:28:46 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 12:47:53 +0100" startDate="2022-03-10 12:36:50 +0100" endDate="2022-03-10 12:46:38 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 12:52:39 +0100" startDate="2022-03-10 12:48:15 +0100" endDate="2022-03-10 12:49:01 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 13:31:56 +0100" startDate="2022-03-10 13:26:27 +0100" endDate="2022-03-10 13:28:37 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 13:42:56 +0100" startDate="2022-03-10 13:32:26 +0100" endDate="2022-03-10 13:32:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 13:55:50 +0100" startDate="2022-03-10 13:44:48 +0100" endDate="2022-03-10 13:54:15 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 14:07:28 +0100" startDate="2022-03-10 13:56:25 +0100" endDate="2022-03-10 13:59:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 14:18:22 +0100" startDate="2022-03-10 14:07:20 +0100" endDate="2022-03-10 14:12:08 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 14:30:38 +0100" startDate="2022-03-10 14:19:36 +0100" endDate="2022-03-10 14:29:37 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 14:33:39 +0100" startDate="2022-03-10 14:29:37 +0100" endDate="2022-03-10 14:30:51 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 14:48:05 +0100" startDate="2022-03-10 14:37:02 +0100" endDate="2022-03-10 14:43:24 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 18:25:16 +0100" startDate="2022-03-10 18:14:13 +0100" endDate="2022-03-10 18:19:54 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-10 20:05:52 +0100" startDate="2022-03-10 19:54:49 +0100" endDate="2022-03-10 19:56:18 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 07:23:22 +0100" startDate="2022-03-11 07:12:20 +0100" endDate="2022-03-11 07:17:33 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 07:35:51 +0100" startDate="2022-03-11 07:24:48 +0100" endDate="2022-03-11 07:25:01 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 08:05:49 +0100" startDate="2022-03-11 07:54:46 +0100" endDate="2022-03-11 07:56:43 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 08:27:15 +0100" startDate="2022-03-11 08:16:12 +0100" endDate="2022-03-11 08:26:13 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 08:37:16 +0100" startDate="2022-03-11 08:26:13 +0100" endDate="2022-03-11 08:26:21 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 08:48:31 +0100" startDate="2022-03-11 08:37:28 +0100" endDate="2022-03-11 08:39:25 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 09:00:36 +0100" startDate="2022-03-11 08:49:33 +0100" endDate="2022-03-11 08:55:50 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 09:12:42 +0100" startDate="2022-03-11 09:01:39 +0100" endDate="2022-03-11 09:09:23 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 09:31:04 +0100" startDate="2022-03-11 09:20:02 +0100" endDate="2022-03-11 09:20:35 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 09:41:43 +0100" startDate="2022-03-11 09:30:41 +0100" endDate="2022-03-11 09:32:07 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 09:52:35 +0100" startDate="2022-03-11 09:41:33 +0100" endDate="2022-03-11 09:41:35 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 10:03:07 +0100" startDate="2022-03-11 09:52:04 +0100" endDate="2022-03-11 10:01:27 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 10:13:38 +0100" startDate="2022-03-11 10:02:36 +0100" endDate="2022-03-11 10:02:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 10:24:38 +0100" startDate="2022-03-11 10:13:35 +0100" endDate="2022-03-11 10:15:07 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 10:43:39 +0100" startDate="2022-03-11 10:32:36 +0100" endDate="2022-03-11 10:32:41 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 11:08:16 +0100" startDate="2022-03-11 10:57:13 +0100" endDate="2022-03-11 10:59:56 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 11:33:31 +0100" startDate="2022-03-11 11:22:28 +0100" endDate="2022-03-11 11:30:58 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 11:48:15 +0100" startDate="2022-03-11 11:37:12 +0100" endDate="2022-03-11 11:45:19 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 12:11:43 +0100" startDate="2022-03-11 12:00:40 +0100" endDate="2022-03-11 12:03:00 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 12:29:48 +0100" startDate="2022-03-11 12:18:45 +0100" endDate="2022-03-11 12:18:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 12:40:14 +0100" startDate="2022-03-11 12:29:12 +0100" endDate="2022-03-11 12:38:57 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 12:50:31 +0100" startDate="2022-03-11 12:39:28 +0100" endDate="2022-03-11 12:48:18 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 13:02:36 +0100" startDate="2022-03-11 12:51:34 +0100" endDate="2022-03-11 13:01:17 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 13:08:46 +0100" startDate="2022-03-11 13:05:14 +0100" endDate="2022-03-11 13:07:26 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 13:22:51 +0100" startDate="2022-03-11 13:11:49 +0100" endDate="2022-03-11 13:19:22 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-11 13:34:44 +0100" startDate="2022-03-11 13:23:42 +0100" endDate="2022-03-11 13:30:06 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 07:38:46 +0100" startDate="2022-03-12 07:27:43 +0100" endDate="2022-03-12 07:31:55 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 07:54:44 +0100" startDate="2022-03-12 07:43:41 +0100" endDate="2022-03-12 07:45:36 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 08:05:43 +0100" startDate="2022-03-12 07:54:41 +0100" endDate="2022-03-12 07:56:00 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 08:20:17 +0100" startDate="2022-03-12 08:09:14 +0100" endDate="2022-03-12 08:10:41 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 08:46:42 +0100" startDate="2022-03-12 08:35:41 +0100" endDate="2022-03-12 08:45:21 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 08:56:42 +0100" startDate="2022-03-12 08:45:44 +0100" endDate="2022-03-12 08:52:04 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 09:12:29 +0100" startDate="2022-03-12 09:01:26 +0100" endDate="2022-03-12 09:07:36 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 09:23:26 +0100" startDate="2022-03-12 09:12:23 +0100" endDate="2022-03-12 09:12:28 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 09:36:07 +0100" startDate="2022-03-12 09:25:05 +0100" endDate="2022-03-12 09:32:48 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 09:46:41 +0100" startDate="2022-03-12 09:35:39 +0100" endDate="2022-03-12 09:43:48 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 10:14:06 +0100" startDate="2022-03-12 10:03:04 +0100" endDate="2022-03-12 10:11:25 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 10:31:20 +0100" startDate="2022-03-12 10:20:17 +0100" endDate="2022-03-12 10:28:01 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 10:48:01 +0100" startDate="2022-03-12 10:36:58 +0100" endDate="2022-03-12 10:41:18 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 11:14:43 +0100" startDate="2022-03-12 11:03:40 +0100" endDate="2022-03-12 11:12:45 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 11:28:30 +0100" startDate="2022-03-12 11:17:28 +0100" endDate="2022-03-12 11:22:21 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 11:41:02 +0100" startDate="2022-03-12 11:29:59 +0100" endDate="2022-03-12 11:32:55 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 11:52:09 +0100" startDate="2022-03-12 11:41:06 +0100" endDate="2022-03-12 11:47:36 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 12:06:02 +0100" startDate="2022-03-12 11:54:59 +0100" endDate="2022-03-12 11:57:29 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 12:17:37 +0100" startDate="2022-03-12 12:06:34 +0100" endDate="2022-03-12 12:14:30 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 12:28:57 +0100" startDate="2022-03-12 12:17:54 +0100" endDate="2022-03-12 12:27:35 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 12:41:53 +0100" startDate="2022-03-12 12:30:51 +0100" endDate="2022-03-12 12:38:57 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 12:54:15 +0100" startDate="2022-03-12 12:43:12 +0100" endDate="2022-03-12 12:43:42 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 13:06:53 +0100" startDate="2022-03-12 12:55:51 +0100" endDate="2022-03-12 13:04:45 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 13:16:13 +0100" startDate="2022-03-12 13:06:17 +0100" endDate="2022-03-12 13:14:11 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 13:27:13 +0100" startDate="2022-03-12 13:17:07 +0100" endDate="2022-03-12 13:17:09 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 13:56:30 +0100" startDate="2022-03-12 13:45:28 +0100" endDate="2022-03-12 13:55:29 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 14:07:55 +0100" startDate="2022-03-12 13:56:53 +0100" endDate="2022-03-12 14:06:49 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 14:18:17 +0100" startDate="2022-03-12 14:07:14 +0100" endDate="2022-03-12 14:08:41 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 15:00:06 +0100" startDate="2022-03-12 14:49:03 +0100" endDate="2022-03-12 14:51:36 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 15:14:47 +0100" startDate="2022-03-12 15:03:44 +0100" endDate="2022-03-12 15:08:07 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 15:26:32 +0100" startDate="2022-03-12 15:15:30 +0100" endDate="2022-03-12 15:25:31 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 15:36:33 +0100" startDate="2022-03-12 15:25:31 +0100" endDate="2022-03-12 15:35:32 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 15:46:34 +0100" startDate="2022-03-12 15:35:32 +0100" endDate="2022-03-12 15:38:32 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 16:21:33 +0100" startDate="2022-03-12 16:10:30 +0100" endDate="2022-03-12 16:13:39 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 16:47:39 +0100" startDate="2022-03-12 16:36:36 +0100" endDate="2022-03-12 16:39:37 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 18:19:52 +0100" startDate="2022-03-12 18:08:50 +0100" endDate="2022-03-12 18:09:46 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 18:33:22 +0100" startDate="2022-03-12 18:22:19 +0100" endDate="2022-03-12 18:23:26 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-12 19:32:28 +0100" startDate="2022-03-12 19:21:25 +0100" endDate="2022-03-12 19:22:28 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 07:36:02 +0100" startDate="2022-03-13 07:24:59 +0100" endDate="2022-03-13 07:33:41 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 07:53:59 +0100" startDate="2022-03-13 07:42:56 +0100" endDate="2022-03-13 07:52:55 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 08:11:27 +0100" startDate="2022-03-13 08:00:33 +0100" endDate="2022-03-13 08:10:34 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 08:21:24 +0100" startDate="2022-03-13 08:10:34 +0100" endDate="2022-03-13 08:11:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 08:33:22 +0100" startDate="2022-03-13 08:22:20 +0100" endDate="2022-03-13 08:27:23 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 09:14:23 +0100" startDate="2022-03-13 09:03:20 +0100" endDate="2022-03-13 09:03:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 12:20:13 +0100" startDate="2022-03-13 12:09:10 +0100" endDate="2022-03-13 12:17:09 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 12:34:26 +0100" startDate="2022-03-13 12:23:23 +0100" endDate="2022-03-13 12:25:18 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 19:12:09 +0100" startDate="2022-03-13 19:01:06 +0100" endDate="2022-03-13 19:09:33 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 19:25:57 +0100" startDate="2022-03-13 19:14:54 +0100" endDate="2022-03-13 19:21:54 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 19:38:08 +0100" startDate="2022-03-13 19:27:05 +0100" endDate="2022-03-13 19:35:24 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 20:54:04 +0100" startDate="2022-03-13 20:43:01 +0100" endDate="2022-03-13 20:43:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 22:01:40 +0100" startDate="2022-03-13 21:50:37 +0100" endDate="2022-03-13 21:51:18 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-13 23:09:37 +0100" startDate="2022-03-13 22:58:34 +0100" endDate="2022-03-13 22:58:42 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 06:14:21 +0100" startDate="2022-03-14 06:03:19 +0100" endDate="2022-03-14 06:10:45 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 06:41:29 +0100" startDate="2022-03-14 06:30:26 +0100" endDate="2022-03-14 06:30:36 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 07:04:01 +0100" startDate="2022-03-14 06:52:58 +0100" endDate="2022-03-14 06:53:01 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 09:04:10 +0100" startDate="2022-03-14 08:53:07 +0100" endDate="2022-03-14 08:56:00 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 09:16:20 +0100" startDate="2022-03-14 09:05:18 +0100" endDate="2022-03-14 09:05:25 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 09:27:53 +0100" startDate="2022-03-14 09:16:50 +0100" endDate="2022-03-14 09:26:06 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 10:56:28 +0100" startDate="2022-03-14 10:45:25 +0100" endDate="2022-03-14 10:45:28 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 13:18:17 +0100" startDate="2022-03-14 13:07:15 +0100" endDate="2022-03-14 13:13:16 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 13:25:01 +0100" startDate="2022-03-14 13:19:00 +0100" endDate="2022-03-14 13:24:26 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 13:52:22 +0100" startDate="2022-03-14 13:41:19 +0100" endDate="2022-03-14 13:41:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 15:23:37 +0100" startDate="2022-03-14 15:12:34 +0100" endDate="2022-03-14 15:12:54 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 18:10:57 +0100" startDate="2022-03-14 18:00:24 +0100" endDate="2022-03-14 18:10:08 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 18:22:32 +0100" startDate="2022-03-14 18:11:29 +0100" endDate="2022-03-14 18:16:19 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 18:46:25 +0100" startDate="2022-03-14 18:35:23 +0100" endDate="2022-03-14 18:35:25 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 18:59:42 +0100" startDate="2022-03-14 18:48:40 +0100" endDate="2022-03-14 18:52:49 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 19:11:41 +0100" startDate="2022-03-14 19:00:38 +0100" endDate="2022-03-14 19:01:39 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-14 21:20:51 +0100" startDate="2022-03-14 21:09:48 +0100" endDate="2022-03-14 21:09:51 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 09:59:35 +0100" startDate="2022-03-15 09:48:32 +0100" endDate="2022-03-15 09:48:37 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 12:10:53 +0100" startDate="2022-03-15 11:59:51 +0100" endDate="2022-03-15 12:02:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 12:50:22 +0100" startDate="2022-03-15 12:39:19 +0100" endDate="2022-03-15 12:43:46 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 13:03:34 +0100" startDate="2022-03-15 12:52:31 +0100" endDate="2022-03-15 12:56:56 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 13:16:18 +0100" startDate="2022-03-15 13:05:15 +0100" endDate="2022-03-15 13:05:23 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 13:29:24 +0100" startDate="2022-03-15 13:18:22 +0100" endDate="2022-03-15 13:22:36 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 13:54:50 +0100" startDate="2022-03-15 13:43:47 +0100" endDate="2022-03-15 13:52:55 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 14:08:40 +0100" startDate="2022-03-15 13:57:38 +0100" endDate="2022-03-15 13:58:16 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 14:57:11 +0100" startDate="2022-03-15 14:46:08 +0100" endDate="2022-03-15 14:49:09 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 15:13:59 +0100" startDate="2022-03-15 15:02:57 +0100" endDate="2022-03-15 15:08:48 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 15:36:42 +0100" startDate="2022-03-15 15:25:39 +0100" endDate="2022-03-15 15:26:05 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 18:10:20 +0100" startDate="2022-03-15 17:59:18 +0100" endDate="2022-03-15 18:08:33 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 18:24:51 +0100" startDate="2022-03-15 18:13:49 +0100" endDate="2022-03-15 18:23:50 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 18:37:51 +0100" startDate="2022-03-15 18:26:48 +0100" endDate="2022-03-15 18:35:43 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-15 19:11:12 +0100" startDate="2022-03-15 19:00:10 +0100" endDate="2022-03-15 19:08:57 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 08:27:09 +0100" startDate="2022-03-16 08:16:06 +0100" endDate="2022-03-16 08:17:56 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 09:54:12 +0100" startDate="2022-03-16 09:43:09 +0100" endDate="2022-03-16 09:52:19 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 12:40:08 +0100" startDate="2022-03-16 12:29:05 +0100" endDate="2022-03-16 12:37:14 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 12:51:05 +0100" startDate="2022-03-16 12:40:02 +0100" endDate="2022-03-16 12:50:03 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 13:01:06 +0100" startDate="2022-03-16 12:50:03 +0100" endDate="2022-03-16 12:59:10 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 13:23:19 +0100" startDate="2022-03-16 13:13:13 +0100" endDate="2022-03-16 13:23:14 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 13:29:58 +0100" startDate="2022-03-16 13:23:14 +0100" endDate="2022-03-16 13:28:40 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 14:53:18 +0100" startDate="2022-03-16 14:42:15 +0100" endDate="2022-03-16 14:51:41 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 15:07:56 +0100" startDate="2022-03-16 14:56:54 +0100" endDate="2022-03-16 15:00:41 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 15:47:15 +0100" startDate="2022-03-16 15:36:12 +0100" endDate="2022-03-16 15:36:20 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 17:47:21 +0100" startDate="2022-03-16 17:36:19 +0100" endDate="2022-03-16 17:43:57 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 18:14:49 +0100" startDate="2022-03-16 18:03:46 +0100" endDate="2022-03-16 18:06:22 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-16 21:09:33 +0100" startDate="2022-03-16 20:58:30 +0100" endDate="2022-03-16 21:01:21 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-17 00:34:30 +0100" startDate="2022-03-17 00:23:28 +0100" endDate="2022-03-17 00:24:01 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-17 02:36:54 +0100" startDate="2022-03-17 02:25:51 +0100" endDate="2022-03-17 02:26:09 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-17 07:27:54 +0100" startDate="2022-03-17 07:16:52 +0100" endDate="2022-03-17 07:22:03 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-17 08:13:35 +0100" startDate="2022-03-17 08:02:32 +0100" endDate="2022-03-17 08:06:49 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-17 08:27:30 +0100" startDate="2022-03-17 08:16:27 +0100" endDate="2022-03-17 08:25:58 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-17 08:37:31 +0100" startDate="2022-03-17 08:26:28 +0100" endDate="2022-03-17 08:26:46 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-17 09:15:20 +0100" startDate="2022-03-17 09:04:17 +0100" endDate="2022-03-17 09:04:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-17 09:31:20 +0100" startDate="2022-03-17 09:20:17 +0100" endDate="2022-03-17 09:30:00 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-17 14:01:43 +0100" startDate="2022-03-17 13:50:41 +0100" endDate="2022-03-17 13:53:44 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-17 17:35:50 +0100" startDate="2022-03-17 17:24:47 +0100" endDate="2022-03-17 17:34:00 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 00:22:27 +0100" startDate="2022-03-18 00:11:25 +0100" endDate="2022-03-18 00:11:47 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 06:22:49 +0100" startDate="2022-03-18 06:11:46 +0100" endDate="2022-03-18 06:20:00 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 06:37:30 +0100" startDate="2022-03-18 06:26:27 +0100" endDate="2022-03-18 06:32:24 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 09:54:51 +0100" startDate="2022-03-18 09:43:48 +0100" endDate="2022-03-18 09:53:46 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 10:04:52 +0100" startDate="2022-03-18 09:53:49 +0100" endDate="2022-03-18 10:03:50 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 10:14:53 +0100" startDate="2022-03-18 10:03:50 +0100" endDate="2022-03-18 10:05:50 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 10:29:52 +0100" startDate="2022-03-18 10:18:49 +0100" endDate="2022-03-18 10:19:02 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 14:04:01 +0100" startDate="2022-03-18 13:52:59 +0100" endDate="2022-03-18 13:53:11 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 14:17:11 +0100" startDate="2022-03-18 14:06:08 +0100" endDate="2022-03-18 14:09:37 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 14:45:22 +0100" startDate="2022-03-18 14:34:19 +0100" endDate="2022-03-18 14:38:47 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 14:56:37 +0100" startDate="2022-03-18 14:45:34 +0100" endDate="2022-03-18 14:50:10 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 15:21:53 +0100" startDate="2022-03-18 15:10:50 +0100" endDate="2022-03-18 15:11:26 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 18:08:42 +0100" startDate="2022-03-18 17:57:39 +0100" endDate="2022-03-18 18:07:09 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 18:19:18 +0100" startDate="2022-03-18 18:08:16 +0100" endDate="2022-03-18 18:10:31 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-18 21:49:49 +0100" startDate="2022-03-18 21:38:46 +0100" endDate="2022-03-18 21:38:59 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-19 05:21:38 +0100" startDate="2022-03-19 05:10:35 +0100" endDate="2022-03-19 05:11:03 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-19 07:45:41 +0100" startDate="2022-03-19 07:34:38 +0100" endDate="2022-03-19 07:36:48 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-19 12:02:16 +0100" startDate="2022-03-19 11:51:14 +0100" endDate="2022-03-19 12:00:11 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-19 12:43:22 +0100" startDate="2022-03-19 12:32:19 +0100" endDate="2022-03-19 12:32:34 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-19 14:21:33 +0100" startDate="2022-03-19 14:10:30 +0100" endDate="2022-03-19 14:20:05 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-19 14:32:19 +0100" startDate="2022-03-19 14:21:17 +0100" endDate="2022-03-19 14:31:10 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-19 14:46:17 +0100" startDate="2022-03-19 14:35:15 +0100" endDate="2022-03-19 14:39:37 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-19 15:14:57 +0100" startDate="2022-03-19 15:03:54 +0100" endDate="2022-03-19 15:04:02 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-19 15:30:16 +0100" startDate="2022-03-19 15:19:14 +0100" endDate="2022-03-19 15:19:21 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-19 22:29:06 +0100" startDate="2022-03-19 22:18:04 +0100" endDate="2022-03-19 22:20:26 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-20 06:45:40 +0100" startDate="2022-03-20 06:34:37 +0100" endDate="2022-03-20 06:39:07 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-20 06:59:18 +0100" startDate="2022-03-20 06:48:15 +0100" endDate="2022-03-20 06:53:59 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-20 09:40:14 +0100" startDate="2022-03-20 09:29:11 +0100" endDate="2022-03-20 09:29:49 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-20 09:57:23 +0100" startDate="2022-03-20 09:46:20 +0100" endDate="2022-03-20 09:56:11 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-20 10:08:05 +0100" startDate="2022-03-20 09:57:02 +0100" endDate="2022-03-20 10:01:17 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-20 16:30:16 +0100" startDate="2022-03-20 16:19:14 +0100" endDate="2022-03-20 16:29:12 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-20 16:40:35 +0100" startDate="2022-03-20 16:29:33 +0100" endDate="2022-03-20 16:36:10 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-20 17:34:58 +0100" startDate="2022-03-20 17:23:56 +0100" endDate="2022-03-20 17:24:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-20 19:04:09 +0100" startDate="2022-03-20 18:53:06 +0100" endDate="2022-03-20 18:53:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-20 22:24:50 +0100" startDate="2022-03-20 22:13:47 +0100" endDate="2022-03-20 22:17:59 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-21 07:18:47 +0100" startDate="2022-03-21 07:07:44 +0100" endDate="2022-03-21 07:13:53 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-21 07:58:46 +0100" startDate="2022-03-21 07:47:43 +0100" endDate="2022-03-21 07:53:48 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-21 08:21:59 +0100" startDate="2022-03-21 08:10:56 +0100" endDate="2022-03-21 08:11:14 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-21 12:49:07 +0100" startDate="2022-03-21 12:38:04 +0100" endDate="2022-03-21 12:45:17 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-21 13:15:51 +0100" startDate="2022-03-21 13:04:49 +0100" endDate="2022-03-21 13:09:44 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-21 13:28:00 +0100" startDate="2022-03-21 13:17:33 +0100" endDate="2022-03-21 13:22:05 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-21 13:52:40 +0100" startDate="2022-03-21 13:41:37 +0100" endDate="2022-03-21 13:41:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-21 15:01:20 +0100" startDate="2022-03-21 14:50:17 +0100" endDate="2022-03-21 14:55:23 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-21 23:12:14 +0100" startDate="2022-03-21 23:01:12 +0100" endDate="2022-03-21 23:04:25 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 06:49:21 +0100" startDate="2022-03-22 06:38:19 +0100" endDate="2022-03-22 06:45:39 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 07:20:18 +0100" startDate="2022-03-22 07:09:15 +0100" endDate="2022-03-22 07:19:09 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 07:31:25 +0100" startDate="2022-03-22 07:20:23 +0100" endDate="2022-03-22 07:24:35 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 08:06:19 +0100" startDate="2022-03-22 07:55:16 +0100" endDate="2022-03-22 07:55:37 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 08:26:26 +0100" startDate="2022-03-22 08:15:23 +0100" endDate="2022-03-22 08:18:06 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 08:48:07 +0100" startDate="2022-03-22 08:37:05 +0100" endDate="2022-03-22 08:42:10 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 10:19:10 +0100" startDate="2022-03-22 10:08:07 +0100" endDate="2022-03-22 10:17:45 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 10:29:59 +0100" startDate="2022-03-22 10:18:57 +0100" endDate="2022-03-22 10:19:35 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 10:58:43 +0100" startDate="2022-03-22 10:47:41 +0100" endDate="2022-03-22 10:52:28 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 12:02:12 +0100" startDate="2022-03-22 11:51:09 +0100" endDate="2022-03-22 11:51:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 12:27:45 +0100" startDate="2022-03-22 12:16:42 +0100" endDate="2022-03-22 12:24:41 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 12:37:54 +0100" startDate="2022-03-22 12:26:51 +0100" endDate="2022-03-22 12:27:47 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 13:34:01 +0100" startDate="2022-03-22 13:22:58 +0100" endDate="2022-03-22 13:24:00 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 13:39:51 +0100" startDate="2022-03-22 13:33:40 +0100" endDate="2022-03-22 13:36:11 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 13:52:34 +0100" startDate="2022-03-22 13:41:32 +0100" endDate="2022-03-22 13:50:39 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 15:51:14 +0100" startDate="2022-03-22 15:40:11 +0100" endDate="2022-03-22 15:50:10 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 16:01:12 +0100" startDate="2022-03-22 15:50:10 +0100" endDate="2022-03-22 15:51:31 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 16:59:22 +0100" startDate="2022-03-22 16:48:20 +0100" endDate="2022-03-22 16:55:12 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 20:10:02 +0100" startDate="2022-03-22 19:58:59 +0100" endDate="2022-03-22 20:04:35 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 20:20:51 +0100" startDate="2022-03-22 20:09:49 +0100" endDate="2022-03-22 20:19:14 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 20:31:18 +0100" startDate="2022-03-22 20:20:15 +0100" endDate="2022-03-22 20:23:39 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-22 21:56:32 +0100" startDate="2022-03-22 21:45:29 +0100" endDate="2022-03-22 21:46:17 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 06:59:55 +0100" startDate="2022-03-23 06:49:02 +0100" endDate="2022-03-23 06:58:53 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 07:14:28 +0100" startDate="2022-03-23 07:03:25 +0100" endDate="2022-03-23 07:03:33 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 07:49:39 +0100" startDate="2022-03-23 07:38:37 +0100" endDate="2022-03-23 07:38:39 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 08:24:12 +0100" startDate="2022-03-23 08:13:10 +0100" endDate="2022-03-23 08:15:50 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 11:01:17 +0100" startDate="2022-03-23 10:50:14 +0100" endDate="2022-03-23 10:50:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 13:32:55 +0100" startDate="2022-03-23 13:25:22 +0100" endDate="2022-03-23 13:29:34 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 14:05:14 +0100" startDate="2022-03-23 13:54:11 +0100" endDate="2022-03-23 14:02:10 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 14:21:12 +0100" startDate="2022-03-23 14:10:09 +0100" endDate="2022-03-23 14:10:27 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 16:03:04 +0100" startDate="2022-03-23 15:52:01 +0100" endDate="2022-03-23 15:55:58 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 16:55:01 +0100" startDate="2022-03-23 16:43:58 +0100" endDate="2022-03-23 16:53:59 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 17:05:02 +0100" startDate="2022-03-23 16:53:59 +0100" endDate="2022-03-23 17:03:27 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 17:15:34 +0100" startDate="2022-03-23 17:04:31 +0100" endDate="2022-03-23 17:14:32 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 17:25:35 +0100" startDate="2022-03-23 17:14:32 +0100" endDate="2022-03-23 17:19:40 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 17:38:01 +0100" startDate="2022-03-23 17:26:58 +0100" endDate="2022-03-23 17:36:11 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 17:57:25 +0100" startDate="2022-03-23 17:46:22 +0100" endDate="2022-03-23 17:46:30 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 18:21:31 +0100" startDate="2022-03-23 18:10:29 +0100" endDate="2022-03-23 18:10:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 18:41:28 +0100" startDate="2022-03-23 18:30:26 +0100" endDate="2022-03-23 18:30:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 18:53:01 +0100" startDate="2022-03-23 18:41:58 +0100" endDate="2022-03-23 18:46:59 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 19:06:59 +0100" startDate="2022-03-23 18:55:56 +0100" endDate="2022-03-23 18:58:57 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 19:17:23 +0100" startDate="2022-03-23 19:06:20 +0100" endDate="2022-03-23 19:11:06 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-23 21:59:38 +0100" startDate="2022-03-23 21:48:36 +0100" endDate="2022-03-23 21:54:27 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 06:46:51 +0100" startDate="2022-03-24 06:35:48 +0100" endDate="2022-03-24 06:41:55 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 07:53:58 +0100" startDate="2022-03-24 07:42:55 +0100" endDate="2022-03-24 07:42:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 08:21:22 +0100" startDate="2022-03-24 08:10:20 +0100" endDate="2022-03-24 08:17:25 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 09:26:41 +0100" startDate="2022-03-24 09:15:39 +0100" endDate="2022-03-24 09:25:40 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 09:36:42 +0100" startDate="2022-03-24 09:25:40 +0100" endDate="2022-03-24 09:34:09 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 09:50:48 +0100" startDate="2022-03-24 09:39:45 +0100" endDate="2022-03-24 09:48:45 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 11:34:42 +0100" startDate="2022-03-24 11:23:39 +0100" endDate="2022-03-24 11:29:33 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 13:03:22 +0100" startDate="2022-03-24 12:52:19 +0100" endDate="2022-03-24 13:02:18 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 13:13:23 +0100" startDate="2022-03-24 13:02:23 +0100" endDate="2022-03-24 13:02:25 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 13:45:13 +0100" startDate="2022-03-24 13:34:11 +0100" endDate="2022-03-24 13:34:21 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 14:06:45 +0100" startDate="2022-03-24 13:55:42 +0100" endDate="2022-03-24 13:55:47 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 16:36:37 +0100" startDate="2022-03-24 16:25:34 +0100" endDate="2022-03-24 16:35:30 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 16:48:42 +0100" startDate="2022-03-24 16:37:40 +0100" endDate="2022-03-24 16:47:33 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 16:59:01 +0100" startDate="2022-03-24 16:47:59 +0100" endDate="2022-03-24 16:51:45 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 17:17:47 +0100" startDate="2022-03-24 17:06:44 +0100" endDate="2022-03-24 17:15:01 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 17:30:31 +0100" startDate="2022-03-24 17:19:29 +0100" endDate="2022-03-24 17:29:30 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 17:40:40 +0100" startDate="2022-03-24 17:29:37 +0100" endDate="2022-03-24 17:39:39 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 17:50:41 +0100" startDate="2022-03-24 17:39:39 +0100" endDate="2022-03-24 17:49:40 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 18:00:42 +0100" startDate="2022-03-24 17:49:40 +0100" endDate="2022-03-24 17:56:22 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 18:28:00 +0100" startDate="2022-03-24 18:16:57 +0100" endDate="2022-03-24 18:17:00 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 18:43:43 +0100" startDate="2022-03-24 18:32:40 +0100" endDate="2022-03-24 18:32:55 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-24 21:31:01 +0100" startDate="2022-03-24 21:19:58 +0100" endDate="2022-03-24 21:23:07 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 06:16:27 +0100" startDate="2022-03-25 06:05:24 +0100" endDate="2022-03-25 06:08:00 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 06:58:31 +0100" startDate="2022-03-25 06:47:28 +0100" endDate="2022-03-25 06:54:41 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 08:32:29 +0100" startDate="2022-03-25 08:29:51 +0100" endDate="2022-03-25 08:32:16 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 08:43:29 +0100" startDate="2022-03-25 08:32:34 +0100" endDate="2022-03-25 08:39:27 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 09:05:51 +0100" startDate="2022-03-25 08:54:48 +0100" endDate="2022-03-25 08:58:35 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 12:47:18 +0100" startDate="2022-03-25 12:36:16 +0100" endDate="2022-03-25 12:36:44 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 13:22:35 +0100" startDate="2022-03-25 13:11:32 +0100" endDate="2022-03-25 13:12:59 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 13:34:53 +0100" startDate="2022-03-25 13:23:51 +0100" endDate="2022-03-25 13:25:07 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 13:41:03 +0100" startDate="2022-03-25 13:36:12 +0100" endDate="2022-03-25 13:40:57 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 14:13:36 +0100" startDate="2022-03-25 14:02:34 +0100" endDate="2022-03-25 14:05:47 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 14:39:30 +0100" startDate="2022-03-25 14:28:27 +0100" endDate="2022-03-25 14:37:47 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 15:14:00 +0100" startDate="2022-03-25 15:02:58 +0100" endDate="2022-03-25 15:03:59 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 15:46:31 +0100" startDate="2022-03-25 15:35:29 +0100" endDate="2022-03-25 15:45:30 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 15:57:41 +0100" startDate="2022-03-25 15:46:38 +0100" endDate="2022-03-25 15:54:37 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 16:41:19 +0100" startDate="2022-03-25 16:30:17 +0100" endDate="2022-03-25 16:39:07 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 16:58:39 +0100" startDate="2022-03-25 16:47:36 +0100" endDate="2022-03-25 16:55:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 17:52:28 +0100" startDate="2022-03-25 17:41:25 +0100" endDate="2022-03-25 17:46:06 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 19:25:58 +0100" startDate="2022-03-25 19:14:55 +0100" endDate="2022-03-25 19:19:51 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 19:39:36 +0100" startDate="2022-03-25 19:28:33 +0100" endDate="2022-03-25 19:28:36 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-25 22:31:24 +0100" startDate="2022-03-25 22:20:22 +0100" endDate="2022-03-25 22:24:11 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 06:26:52 +0100" startDate="2022-03-26 06:15:49 +0100" endDate="2022-03-26 06:23:23 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 09:17:42 +0100" startDate="2022-03-26 09:06:39 +0100" endDate="2022-03-26 09:08:01 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 09:54:42 +0100" startDate="2022-03-26 09:43:40 +0100" endDate="2022-03-26 09:53:41 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 10:04:43 +0100" startDate="2022-03-26 09:53:41 +0100" endDate="2022-03-26 10:03:39 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 10:14:47 +0100" startDate="2022-03-26 10:03:44 +0100" endDate="2022-03-26 10:04:30 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 10:32:24 +0100" startDate="2022-03-26 10:21:21 +0100" endDate="2022-03-26 10:31:09 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 10:49:28 +0100" startDate="2022-03-26 10:38:25 +0100" endDate="2022-03-26 10:48:23 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 10:59:59 +0100" startDate="2022-03-26 10:48:57 +0100" endDate="2022-03-26 10:57:31 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 11:11:52 +0100" startDate="2022-03-26 11:00:50 +0100" endDate="2022-03-26 11:10:51 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 11:21:59 +0100" startDate="2022-03-26 11:10:56 +0100" endDate="2022-03-26 11:19:17 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 11:35:21 +0100" startDate="2022-03-26 11:24:18 +0100" endDate="2022-03-26 11:24:56 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 12:11:56 +0100" startDate="2022-03-26 12:00:53 +0100" endDate="2022-03-26 12:06:06 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 12:26:55 +0100" startDate="2022-03-26 12:15:52 +0100" endDate="2022-03-26 12:25:53 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 12:37:24 +0100" startDate="2022-03-26 12:26:21 +0100" endDate="2022-03-26 12:36:14 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 12:47:35 +0100" startDate="2022-03-26 12:36:32 +0100" endDate="2022-03-26 12:44:59 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 12:59:26 +0100" startDate="2022-03-26 12:48:23 +0100" endDate="2022-03-26 12:48:28 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 14:07:06 +0100" startDate="2022-03-26 13:56:04 +0100" endDate="2022-03-26 13:58:13 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 14:56:39 +0100" startDate="2022-03-26 14:45:36 +0100" endDate="2022-03-26 14:51:02 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 15:11:12 +0100" startDate="2022-03-26 15:00:09 +0100" endDate="2022-03-26 15:08:44 +0100" value="966"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 15:21:23 +0100" startDate="2022-03-26 15:10:21 +0100" endDate="2022-03-26 15:10:36 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 17:19:19 +0100" startDate="2022-03-26 17:08:16 +0100" endDate="2022-03-26 17:17:57 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 18:21:58 +0100" startDate="2022-03-26 18:10:55 +0100" endDate="2022-03-26 18:11:31 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 18:47:03 +0100" startDate="2022-03-26 18:36:00 +0100" endDate="2022-03-26 18:43:26 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 19:56:31 +0100" startDate="2022-03-26 19:45:28 +0100" endDate="2022-03-26 19:54:16 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-26 20:07:26 +0100" startDate="2022-03-26 19:56:23 +0100" endDate="2022-03-26 20:01:21 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 02:22:46 +0100" startDate="2022-03-27 02:11:43 +0100" endDate="2022-03-27 02:13:28 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 07:57:51 +0100" startDate="2022-03-27 07:46:48 +0100" endDate="2022-03-27 07:46:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 15:30:09 +0100" startDate="2022-03-27 15:19:06 +0100" endDate="2022-03-27 15:29:07 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 15:40:10 +0100" startDate="2022-03-27 15:29:07 +0100" endDate="2022-03-27 15:39:08 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 15:50:11 +0100" startDate="2022-03-27 15:39:08 +0100" endDate="2022-03-27 15:49:09 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 16:00:12 +0100" startDate="2022-03-27 15:49:09 +0100" endDate="2022-03-27 15:59:10 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 16:10:21 +0100" startDate="2022-03-27 15:59:18 +0100" endDate="2022-03-27 16:09:19 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 16:20:22 +0100" startDate="2022-03-27 16:09:19 +0100" endDate="2022-03-27 16:19:20 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 16:30:23 +0100" startDate="2022-03-27 16:19:20 +0100" endDate="2022-03-27 16:28:33 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 16:41:33 +0100" startDate="2022-03-27 16:30:30 +0100" endDate="2022-03-27 16:40:31 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 16:51:34 +0100" startDate="2022-03-27 16:40:31 +0100" endDate="2022-03-27 16:50:32 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 17:01:35 +0100" startDate="2022-03-27 16:50:32 +0100" endDate="2022-03-27 17:00:28 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 17:11:36 +0100" startDate="2022-03-27 17:00:33 +0100" endDate="2022-03-27 17:10:34 +0100" value="1029"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 17:21:37 +0100" startDate="2022-03-27 17:10:34 +0100" endDate="2022-03-27 17:20:35 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 17:31:38 +0100" startDate="2022-03-27 17:20:35 +0100" endDate="2022-03-27 17:30:36 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 17:41:39 +0100" startDate="2022-03-27 17:30:36 +0100" endDate="2022-03-27 17:40:32 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 17:51:40 +0100" startDate="2022-03-27 17:40:37 +0100" endDate="2022-03-27 17:44:54 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 19:04:01 +0100" startDate="2022-03-27 18:52:58 +0100" endDate="2022-03-27 18:53:11 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 21:05:12 +0100" startDate="2022-03-27 20:54:10 +0100" endDate="2022-03-27 20:54:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-27 21:21:08 +0100" startDate="2022-03-27 21:10:05 +0100" endDate="2022-03-27 21:13:03 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 06:46:54 +0100" startDate="2022-03-28 06:35:52 +0100" endDate="2022-03-28 06:35:54 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 07:13:26 +0100" startDate="2022-03-28 07:02:23 +0100" endDate="2022-03-28 07:02:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 07:51:51 +0100" startDate="2022-03-28 07:40:48 +0100" endDate="2022-03-28 07:49:02 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 08:31:16 +0100" startDate="2022-03-28 08:20:13 +0100" endDate="2022-03-28 08:21:07 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 10:48:36 +0100" startDate="2022-03-28 10:37:34 +0100" endDate="2022-03-28 10:37:41 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 11:12:53 +0100" startDate="2022-03-28 11:01:50 +0100" endDate="2022-03-28 11:11:23 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 11:23:09 +0100" startDate="2022-03-28 11:12:06 +0100" endDate="2022-03-28 11:12:14 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 11:42:05 +0100" startDate="2022-03-28 11:31:02 +0100" endDate="2022-03-28 11:39:37 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 11:55:17 +0100" startDate="2022-03-28 11:44:14 +0100" endDate="2022-03-28 11:50:44 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 15:56:23 +0100" startDate="2022-03-28 15:45:21 +0100" endDate="2022-03-28 15:55:04 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 16:10:39 +0100" startDate="2022-03-28 15:59:36 +0100" endDate="2022-03-28 16:07:38 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 16:21:23 +0100" startDate="2022-03-28 16:10:21 +0100" endDate="2022-03-28 16:19:56 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 16:31:24 +0100" startDate="2022-03-28 16:20:22 +0100" endDate="2022-03-28 16:29:49 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 16:42:42 +0100" startDate="2022-03-28 16:31:39 +0100" endDate="2022-03-28 16:41:22 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 16:55:00 +0100" startDate="2022-03-28 16:43:58 +0100" endDate="2022-03-28 16:44:08 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 17:05:01 +0100" startDate="2022-03-28 16:53:59 +0100" endDate="2022-03-28 16:54:34 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-28 21:10:32 +0100" startDate="2022-03-28 20:59:29 +0100" endDate="2022-03-28 20:59:42 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 05:02:39 +0100" startDate="2022-03-29 04:51:37 +0100" endDate="2022-03-29 04:51:39 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 05:45:52 +0100" startDate="2022-03-29 05:34:49 +0100" endDate="2022-03-29 05:35:22 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 05:59:45 +0100" startDate="2022-03-29 05:48:42 +0100" endDate="2022-03-29 05:51:43 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 06:57:48 +0100" startDate="2022-03-29 06:46:45 +0100" endDate="2022-03-29 06:55:53 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 07:08:37 +0100" startDate="2022-03-29 06:57:35 +0100" endDate="2022-03-29 07:03:16 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 07:21:24 +0100" startDate="2022-03-29 07:10:21 +0100" endDate="2022-03-29 07:10:44 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 10:11:26 +0100" startDate="2022-03-29 10:00:23 +0100" endDate="2022-03-29 10:06:53 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 10:55:22 +0100" startDate="2022-03-29 10:45:12 +0100" endDate="2022-03-29 10:54:40 +0100" value="1018"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 11:26:08 +0100" startDate="2022-03-29 11:15:05 +0100" endDate="2022-03-29 11:15:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 12:23:31 +0100" startDate="2022-03-29 12:12:28 +0100" endDate="2022-03-29 12:22:14 +0100" value="1076"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 12:33:35 +0100" startDate="2022-03-29 12:22:32 +0100" endDate="2022-03-29 12:32:33 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 12:43:36 +0100" startDate="2022-03-29 12:32:33 +0100" endDate="2022-03-29 12:37:28 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 14:48:58 +0100" startDate="2022-03-29 14:37:56 +0100" endDate="2022-03-29 14:43:17 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 15:50:57 +0100" startDate="2022-03-29 15:39:54 +0100" endDate="2022-03-29 15:42:37 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 16:47:01 +0100" startDate="2022-03-29 16:35:58 +0100" endDate="2022-03-29 16:44:37 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 17:49:37 +0100" startDate="2022-03-29 17:38:34 +0100" endDate="2022-03-29 17:45:45 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-29 19:57:50 +0100" startDate="2022-03-29 19:46:47 +0100" endDate="2022-03-29 19:47:00 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 05:02:55 +0100" startDate="2022-03-30 04:51:52 +0100" endDate="2022-03-30 04:56:30 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 05:48:53 +0100" startDate="2022-03-30 05:37:50 +0100" endDate="2022-03-30 05:44:15 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 06:50:41 +0100" startDate="2022-03-30 06:39:38 +0100" endDate="2022-03-30 06:43:27 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 11:05:48 +0100" startDate="2022-03-30 10:54:45 +0100" endDate="2022-03-30 11:04:46 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 11:15:49 +0100" startDate="2022-03-30 11:04:46 +0100" endDate="2022-03-30 11:12:22 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 11:27:35 +0100" startDate="2022-03-30 11:17:20 +0100" endDate="2022-03-30 11:26:30 +0100" value="1032"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 11:40:31 +0100" startDate="2022-03-30 11:29:28 +0100" endDate="2022-03-30 11:32:37 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 14:03:41 +0100" startDate="2022-03-30 13:52:39 +0100" endDate="2022-03-30 13:53:01 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 14:20:55 +0100" startDate="2022-03-30 14:09:53 +0100" endDate="2022-03-30 14:15:16 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 15:15:48 +0100" startDate="2022-03-30 15:04:45 +0100" endDate="2022-03-30 15:05:24 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 16:26:51 +0100" startDate="2022-03-30 16:15:48 +0100" endDate="2022-03-30 16:25:14 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 17:21:33 +0100" startDate="2022-03-30 17:10:31 +0100" endDate="2022-03-30 17:20:24 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 17:32:03 +0100" startDate="2022-03-30 17:21:00 +0100" endDate="2022-03-30 17:27:40 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 17:53:16 +0100" startDate="2022-03-30 17:42:13 +0100" endDate="2022-03-30 17:51:39 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 18:50:16 +0100" startDate="2022-03-30 18:39:13 +0100" endDate="2022-03-30 18:39:16 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 20:54:21 +0100" startDate="2022-03-30 20:43:18 +0100" endDate="2022-03-30 20:43:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-30 21:06:22 +0100" startDate="2022-03-30 20:55:19 +0100" endDate="2022-03-30 20:55:24 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 05:29:58 +0100" startDate="2022-03-31 05:19:03 +0100" endDate="2022-03-31 05:24:29 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 06:01:15 +0100" startDate="2022-03-31 05:50:13 +0100" endDate="2022-03-31 05:59:58 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 06:11:32 +0100" startDate="2022-03-31 06:00:29 +0100" endDate="2022-03-31 06:00:42 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 07:07:07 +0100" startDate="2022-03-31 06:56:05 +0100" endDate="2022-03-31 07:01:28 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 07:22:09 +0100" startDate="2022-03-31 07:11:06 +0100" endDate="2022-03-31 07:16:55 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 11:57:47 +0100" startDate="2022-03-31 11:46:44 +0100" endDate="2022-03-31 11:56:45 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 12:07:48 +0100" startDate="2022-03-31 11:56:45 +0100" endDate="2022-03-31 12:06:46 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 12:16:20 +0100" startDate="2022-03-31 12:06:46 +0100" endDate="2022-03-31 12:14:40 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 13:44:31 +0100" startDate="2022-03-31 13:33:29 +0100" endDate="2022-03-31 13:36:04 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 16:30:51 +0100" startDate="2022-03-31 16:19:49 +0100" endDate="2022-03-31 16:27:24 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 18:03:42 +0100" startDate="2022-03-31 17:52:39 +0100" endDate="2022-03-31 17:57:27 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 18:22:18 +0100" startDate="2022-03-31 18:11:15 +0100" endDate="2022-03-31 18:14:44 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 18:36:38 +0100" startDate="2022-03-31 18:25:36 +0100" endDate="2022-03-31 18:29:12 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 18:58:02 +0100" startDate="2022-03-31 18:46:59 +0100" endDate="2022-03-31 18:56:27 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 19:08:08 +0100" startDate="2022-03-31 18:57:05 +0100" endDate="2022-03-31 19:05:12 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 19:21:05 +0100" startDate="2022-03-31 19:10:02 +0100" endDate="2022-03-31 19:12:53 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 19:45:29 +0100" startDate="2022-03-31 19:34:27 +0100" endDate="2022-03-31 19:42:36 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 19:46:46 +0100" startDate="2022-03-31 19:46:43 +0100" endDate="2022-03-31 19:46:45 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 19:52:03 +0100" startDate="2022-03-31 19:48:35 +0100" endDate="2022-03-31 19:48:37 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 20:03:06 +0100" startDate="2022-03-31 19:52:04 +0100" endDate="2022-03-31 19:53:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-03-31 21:30:25 +0100" startDate="2022-03-31 21:19:22 +0100" endDate="2022-03-31 21:21:37 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 05:47:55 +0100" startDate="2022-04-01 05:36:52 +0100" endDate="2022-04-01 05:37:25 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 06:07:37 +0100" startDate="2022-04-01 05:56:34 +0100" endDate="2022-04-01 06:03:50 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 06:30:04 +0100" startDate="2022-04-01 06:19:01 +0100" endDate="2022-04-01 06:19:12 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 07:06:22 +0100" startDate="2022-04-01 06:55:19 +0100" endDate="2022-04-01 07:05:20 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 07:16:23 +0100" startDate="2022-04-01 07:05:20 +0100" endDate="2022-04-01 07:06:44 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 12:14:59 +0100" startDate="2022-04-01 12:03:57 +0100" endDate="2022-04-01 12:12:03 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 13:50:34 +0100" startDate="2022-04-01 13:39:31 +0100" endDate="2022-04-01 13:49:32 +0100" value="680"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 14:00:35 +0100" startDate="2022-04-01 13:49:32 +0100" endDate="2022-04-01 13:58:04 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 14:12:20 +0100" startDate="2022-04-01 14:01:18 +0100" endDate="2022-04-01 14:02:47 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 14:42:52 +0100" startDate="2022-04-01 14:31:49 +0100" endDate="2022-04-01 14:40:13 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 14:56:42 +0100" startDate="2022-04-01 14:45:39 +0100" endDate="2022-04-01 14:51:20 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 15:21:26 +0100" startDate="2022-04-01 15:10:24 +0100" endDate="2022-04-01 15:10:26 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 15:31:48 +0100" startDate="2022-04-01 15:20:45 +0100" endDate="2022-04-01 15:21:00 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 15:52:15 +0100" startDate="2022-04-01 15:41:13 +0100" endDate="2022-04-01 15:51:09 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 16:02:19 +0100" startDate="2022-04-01 15:51:16 +0100" endDate="2022-04-01 15:52:18 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 16:18:27 +0100" startDate="2022-04-01 16:07:24 +0100" endDate="2022-04-01 16:10:22 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 16:54:44 +0100" startDate="2022-04-01 16:43:42 +0100" endDate="2022-04-01 16:44:35 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 17:06:32 +0100" startDate="2022-04-01 16:55:30 +0100" endDate="2022-04-01 17:00:07 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 17:16:39 +0100" startDate="2022-04-01 17:05:36 +0100" endDate="2022-04-01 17:15:37 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 17:26:45 +0100" startDate="2022-04-01 17:15:42 +0100" endDate="2022-04-01 17:20:45 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 18:14:55 +0100" startDate="2022-04-01 18:03:52 +0100" endDate="2022-04-01 18:13:07 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 18:30:01 +0100" startDate="2022-04-01 18:18:59 +0100" endDate="2022-04-01 18:19:09 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 18:57:34 +0100" startDate="2022-04-01 18:46:32 +0100" endDate="2022-04-01 18:48:49 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 19:12:00 +0100" startDate="2022-04-01 19:00:58 +0100" endDate="2022-04-01 19:02:04 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 20:18:42 +0100" startDate="2022-04-01 20:07:39 +0100" endDate="2022-04-01 20:07:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 22:26:33 +0100" startDate="2022-04-01 22:15:31 +0100" endDate="2022-04-01 22:18:34 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-01 23:31:56 +0100" startDate="2022-04-01 23:20:53 +0100" endDate="2022-04-01 23:23:39 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 00:06:55 +0100" startDate="2022-04-01 23:55:52 +0100" endDate="2022-04-02 00:04:49 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 00:18:12 +0100" startDate="2022-04-02 00:07:09 +0100" endDate="2022-04-02 00:14:22 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 05:51:49 +0100" startDate="2022-04-02 05:40:46 +0100" endDate="2022-04-02 05:40:56 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 06:18:18 +0100" startDate="2022-04-02 06:07:15 +0100" endDate="2022-04-02 06:08:57 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 07:33:58 +0100" startDate="2022-04-02 07:22:55 +0100" endDate="2022-04-02 07:23:00 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 07:48:26 +0100" startDate="2022-04-02 07:37:23 +0100" endDate="2022-04-02 07:46:43 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 08:00:04 +0100" startDate="2022-04-02 07:49:01 +0100" endDate="2022-04-02 07:55:10 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 08:28:50 +0100" startDate="2022-04-02 08:17:47 +0100" endDate="2022-04-02 08:25:51 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 09:51:25 +0100" startDate="2022-04-02 09:40:23 +0100" endDate="2022-04-02 09:46:14 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 10:04:22 +0100" startDate="2022-04-02 09:53:20 +0100" endDate="2022-04-02 09:53:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 10:21:44 +0100" startDate="2022-04-02 10:10:41 +0100" endDate="2022-04-02 10:19:10 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 10:31:52 +0100" startDate="2022-04-02 10:20:50 +0100" endDate="2022-04-02 10:20:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 11:16:47 +0100" startDate="2022-04-02 11:05:44 +0100" endDate="2022-04-02 11:15:45 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 11:26:48 +0100" startDate="2022-04-02 11:15:45 +0100" endDate="2022-04-02 11:21:52 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 11:37:07 +0100" startDate="2022-04-02 11:26:04 +0100" endDate="2022-04-02 11:34:13 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 11:48:45 +0100" startDate="2022-04-02 11:37:42 +0100" endDate="2022-04-02 11:43:36 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 12:26:16 +0100" startDate="2022-04-02 12:19:36 +0100" endDate="2022-04-02 12:19:38 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 13:03:58 +0100" startDate="2022-04-02 12:52:55 +0100" endDate="2022-04-02 12:53:54 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 13:27:37 +0100" startDate="2022-04-02 13:16:34 +0100" endDate="2022-04-02 13:16:44 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 14:48:47 +0100" startDate="2022-04-02 14:37:44 +0100" endDate="2022-04-02 14:39:26 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 15:28:28 +0100" startDate="2022-04-02 15:17:25 +0100" endDate="2022-04-02 15:25:34 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 15:56:29 +0100" startDate="2022-04-02 15:45:26 +0100" endDate="2022-04-02 15:55:27 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 16:06:30 +0100" startDate="2022-04-02 15:55:27 +0100" endDate="2022-04-02 15:55:48 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 16:56:56 +0100" startDate="2022-04-02 16:45:53 +0100" endDate="2022-04-02 16:55:54 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 17:06:57 +0100" startDate="2022-04-02 16:55:54 +0100" endDate="2022-04-02 17:02:16 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 17:27:42 +0100" startDate="2022-04-02 17:16:39 +0100" endDate="2022-04-02 17:25:36 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 17:37:43 +0100" startDate="2022-04-02 17:26:40 +0100" endDate="2022-04-02 17:36:31 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 17:57:27 +0100" startDate="2022-04-02 17:46:24 +0100" endDate="2022-04-02 17:50:16 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-02 19:11:38 +0100" startDate="2022-04-02 19:00:36 +0100" endDate="2022-04-02 19:00:59 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 00:20:08 +0100" startDate="2022-04-03 00:09:05 +0100" endDate="2022-04-03 00:10:19 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 08:43:49 +0100" startDate="2022-04-03 08:32:46 +0100" endDate="2022-04-03 08:42:47 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 08:53:49 +0100" startDate="2022-04-03 08:42:47 +0100" endDate="2022-04-03 08:52:48 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 09:03:50 +0100" startDate="2022-04-03 08:52:48 +0100" endDate="2022-04-03 09:02:10 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 09:14:45 +0100" startDate="2022-04-03 09:03:42 +0100" endDate="2022-04-03 09:10:50 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 10:44:05 +0100" startDate="2022-04-03 10:33:02 +0100" endDate="2022-04-03 10:36:36 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 11:23:08 +0100" startDate="2022-04-03 11:12:05 +0100" endDate="2022-04-03 11:12:53 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 13:19:25 +0100" startDate="2022-04-03 13:08:22 +0100" endDate="2022-04-03 13:16:46 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 13:31:25 +0100" startDate="2022-04-03 13:20:23 +0100" endDate="2022-04-03 13:30:24 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 13:41:26 +0100" startDate="2022-04-03 13:30:24 +0100" endDate="2022-04-03 13:39:21 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 15:29:18 +0100" startDate="2022-04-03 15:18:15 +0100" endDate="2022-04-03 15:22:20 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 15:45:51 +0100" startDate="2022-04-03 15:34:48 +0100" endDate="2022-04-03 15:35:16 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 14:10:36 +0100" startDate="2022-04-03 13:59:33 +0100" endDate="2022-04-03 14:01:48 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 14:39:30 +0100" startDate="2022-04-03 14:28:28 +0100" endDate="2022-04-03 14:31:06 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 14:58:36 +0100" startDate="2022-04-03 14:47:34 +0100" endDate="2022-04-03 14:49:44 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 17:46:06 +0100" startDate="2022-04-03 17:35:03 +0100" endDate="2022-04-03 17:45:04 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 17:56:07 +0100" startDate="2022-04-03 17:45:04 +0100" endDate="2022-04-03 17:55:03 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 18:06:08 +0100" startDate="2022-04-03 17:55:05 +0100" endDate="2022-04-03 18:00:24 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 18:22:24 +0100" startDate="2022-04-03 18:11:21 +0100" endDate="2022-04-03 18:20:03 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 21:02:52 +0100" startDate="2022-04-03 20:51:50 +0100" endDate="2022-04-03 20:51:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-03 21:21:43 +0100" startDate="2022-04-03 21:10:40 +0100" endDate="2022-04-03 21:10:46 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 06:47:23 +0100" startDate="2022-04-04 06:36:20 +0100" endDate="2022-04-04 06:37:11 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 07:31:14 +0100" startDate="2022-04-04 07:20:11 +0100" endDate="2022-04-04 07:26:12 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 07:46:10 +0100" startDate="2022-04-04 07:35:07 +0100" endDate="2022-04-04 07:35:56 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 09:07:54 +0100" startDate="2022-04-04 08:56:51 +0100" endDate="2022-04-04 08:58:46 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 12:31:40 +0100" startDate="2022-04-04 12:20:37 +0100" endDate="2022-04-04 12:29:34 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 13:21:09 +0100" startDate="2022-04-04 13:10:06 +0100" endDate="2022-04-04 13:20:07 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 13:31:10 +0100" startDate="2022-04-04 13:20:07 +0100" endDate="2022-04-04 13:28:29 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 13:47:46 +0100" startDate="2022-04-04 13:36:43 +0100" endDate="2022-04-04 13:40:22 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 14:06:36 +0100" startDate="2022-04-04 13:55:34 +0100" endDate="2022-04-04 13:55:57 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 15:36:09 +0100" startDate="2022-04-04 15:25:06 +0100" endDate="2022-04-04 15:35:04 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 15:47:11 +0100" startDate="2022-04-04 15:36:08 +0100" endDate="2022-04-04 15:36:26 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 15:57:14 +0100" startDate="2022-04-04 15:46:12 +0100" endDate="2022-04-04 15:52:57 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 17:24:23 +0100" startDate="2022-04-04 17:13:19 +0100" endDate="2022-04-04 17:18:12 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 17:37:24 +0100" startDate="2022-04-04 17:26:21 +0100" endDate="2022-04-04 17:30:05 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 17:58:17 +0100" startDate="2022-04-04 17:47:14 +0100" endDate="2022-04-04 17:53:23 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 18:10:07 +0100" startDate="2022-04-04 17:59:05 +0100" endDate="2022-04-04 17:59:53 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 18:21:19 +0100" startDate="2022-04-04 18:10:17 +0100" endDate="2022-04-04 18:14:34 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 19:48:02 +0100" startDate="2022-04-04 19:37:00 +0100" endDate="2022-04-04 19:39:12 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 21:05:38 +0100" startDate="2022-04-04 20:54:35 +0100" endDate="2022-04-04 21:03:58 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-04 21:17:46 +0100" startDate="2022-04-04 21:06:44 +0100" endDate="2022-04-04 21:09:42 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 05:51:18 +0100" startDate="2022-04-05 05:40:15 +0100" endDate="2022-04-05 05:46:50 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 06:50:25 +0100" startDate="2022-04-05 06:39:22 +0100" endDate="2022-04-05 06:47:08 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 07:01:35 +0100" startDate="2022-04-05 06:50:32 +0100" endDate="2022-04-05 06:57:14 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 09:31:29 +0100" startDate="2022-04-05 09:20:26 +0100" endDate="2022-04-05 09:30:19 +0100" value="1062"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 09:41:30 +0100" startDate="2022-04-05 09:30:27 +0100" endDate="2022-04-05 09:40:28 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 09:51:31 +0100" startDate="2022-04-05 09:40:28 +0100" endDate="2022-04-05 09:44:43 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 13:26:01 +0100" startDate="2022-04-05 13:14:58 +0100" endDate="2022-04-05 13:23:48 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 13:37:20 +0100" startDate="2022-04-05 13:26:18 +0100" endDate="2022-04-05 13:30:43 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 16:20:05 +0100" startDate="2022-04-05 16:09:03 +0100" endDate="2022-04-05 16:10:55 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 17:08:47 +0100" startDate="2022-04-05 16:57:44 +0100" endDate="2022-04-05 17:03:05 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 17:32:13 +0100" startDate="2022-04-05 17:21:10 +0100" endDate="2022-04-05 17:21:17 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 18:02:11 +0100" startDate="2022-04-05 17:51:08 +0100" endDate="2022-04-05 17:57:20 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 19:01:06 +0100" startDate="2022-04-05 18:50:03 +0100" endDate="2022-04-05 18:58:02 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-05 20:53:27 +0100" startDate="2022-04-05 20:42:24 +0100" endDate="2022-04-05 20:43:10 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 05:15:32 +0100" startDate="2022-04-06 05:04:29 +0100" endDate="2022-04-06 05:04:42 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 05:50:56 +0100" startDate="2022-04-06 05:39:53 +0100" endDate="2022-04-06 05:45:09 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 06:49:53 +0100" startDate="2022-04-06 06:38:50 +0100" endDate="2022-04-06 06:44:39 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 08:15:59 +0100" startDate="2022-04-06 08:04:56 +0100" endDate="2022-04-06 08:11:52 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 11:03:15 +0100" startDate="2022-04-06 10:52:12 +0100" endDate="2022-04-06 10:53:21 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 11:25:01 +0100" startDate="2022-04-06 11:13:58 +0100" endDate="2022-04-06 11:23:59 +0100" value="1118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 11:35:02 +0100" startDate="2022-04-06 11:23:59 +0100" endDate="2022-04-06 11:34:00 +0100" value="869"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 11:45:03 +0100" startDate="2022-04-06 11:34:00 +0100" endDate="2022-04-06 11:40:27 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 14:13:18 +0100" startDate="2022-04-06 14:02:15 +0100" endDate="2022-04-06 14:11:10 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 15:17:06 +0100" startDate="2022-04-06 15:06:03 +0100" endDate="2022-04-06 15:11:44 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 15:36:14 +0100" startDate="2022-04-06 15:25:11 +0100" endDate="2022-04-06 15:25:14 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 16:28:24 +0100" startDate="2022-04-06 16:17:21 +0100" endDate="2022-04-06 16:21:00 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 16:44:40 +0100" startDate="2022-04-06 16:33:37 +0100" endDate="2022-04-06 16:42:16 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 17:57:17 +0100" startDate="2022-04-06 17:46:14 +0100" endDate="2022-04-06 17:55:42 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 18:08:09 +0100" startDate="2022-04-06 17:57:06 +0100" endDate="2022-04-06 17:57:14 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-06 21:19:19 +0100" startDate="2022-04-06 21:08:17 +0100" endDate="2022-04-06 21:08:45 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 03:25:20 +0100" startDate="2022-04-07 03:14:17 +0100" endDate="2022-04-07 03:14:55 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 05:56:37 +0100" startDate="2022-04-07 05:45:34 +0100" endDate="2022-04-07 05:45:45 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 07:18:59 +0100" startDate="2022-04-07 07:07:57 +0100" endDate="2022-04-07 07:17:30 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 07:29:01 +0100" startDate="2022-04-07 07:17:58 +0100" endDate="2022-04-07 07:19:04 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 08:27:58 +0100" startDate="2022-04-07 08:16:55 +0100" endDate="2022-04-07 08:22:11 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 09:43:52 +0100" startDate="2022-04-07 09:32:49 +0100" endDate="2022-04-07 09:42:17 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 09:54:06 +0100" startDate="2022-04-07 09:43:03 +0100" endDate="2022-04-07 09:44:20 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 12:13:24 +0100" startDate="2022-04-07 12:02:21 +0100" endDate="2022-04-07 12:11:49 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 12:45:12 +0100" startDate="2022-04-07 12:34:09 +0100" endDate="2022-04-07 12:37:22 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 15:11:28 +0100" startDate="2022-04-07 15:01:13 +0100" endDate="2022-04-07 15:10:31 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 15:25:07 +0100" startDate="2022-04-07 15:14:05 +0100" endDate="2022-04-07 15:24:06 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 15:35:08 +0100" startDate="2022-04-07 15:24:06 +0100" endDate="2022-04-07 15:34:07 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 15:45:09 +0100" startDate="2022-04-07 15:34:07 +0100" endDate="2022-04-07 15:41:14 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 15:56:29 +0100" startDate="2022-04-07 15:45:27 +0100" endDate="2022-04-07 15:50:17 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 16:06:48 +0100" startDate="2022-04-07 15:55:45 +0100" endDate="2022-04-07 16:01:32 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 16:17:02 +0100" startDate="2022-04-07 16:05:59 +0100" endDate="2022-04-07 16:13:43 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 17:48:15 +0100" startDate="2022-04-07 17:37:13 +0100" endDate="2022-04-07 17:37:20 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 18:01:27 +0100" startDate="2022-04-07 17:50:25 +0100" endDate="2022-04-07 17:50:30 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 18:24:23 +0100" startDate="2022-04-07 18:13:20 +0100" endDate="2022-04-07 18:15:04 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 18:44:27 +0100" startDate="2022-04-07 18:33:25 +0100" endDate="2022-04-07 18:34:13 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 19:30:26 +0100" startDate="2022-04-07 19:19:23 +0100" endDate="2022-04-07 19:21:46 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 20:10:12 +0100" startDate="2022-04-07 19:59:09 +0100" endDate="2022-04-07 20:00:10 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 21:10:51 +0100" startDate="2022-04-07 20:59:49 +0100" endDate="2022-04-07 21:09:16 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 21:22:16 +0100" startDate="2022-04-07 21:11:14 +0100" endDate="2022-04-07 21:11:44 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-07 21:36:55 +0100" startDate="2022-04-07 21:25:52 +0100" endDate="2022-04-07 21:35:02 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 05:19:14 +0100" startDate="2022-04-08 05:12:25 +0100" endDate="2022-04-08 05:14:40 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 06:30:04 +0100" startDate="2022-04-08 06:19:41 +0100" endDate="2022-04-08 06:21:35 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 06:43:07 +0100" startDate="2022-04-08 06:32:05 +0100" endDate="2022-04-08 06:41:22 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 06:54:35 +0100" startDate="2022-04-08 06:43:32 +0100" endDate="2022-04-08 06:46:30 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 08:00:51 +0100" startDate="2022-04-08 07:49:48 +0100" endDate="2022-04-08 07:58:53 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 08:11:02 +0100" startDate="2022-04-08 07:59:59 +0100" endDate="2022-04-08 08:08:06 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 08:38:12 +0100" startDate="2022-04-08 08:27:09 +0100" endDate="2022-04-08 08:27:47 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 09:33:42 +0100" startDate="2022-04-08 09:22:39 +0100" endDate="2022-04-08 09:27:37 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 10:24:08 +0100" startDate="2022-04-08 10:13:05 +0100" endDate="2022-04-08 10:13:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 10:53:11 +0100" startDate="2022-04-08 10:42:08 +0100" endDate="2022-04-08 10:51:10 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 11:03:55 +0100" startDate="2022-04-08 10:52:52 +0100" endDate="2022-04-08 10:52:57 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 11:42:25 +0100" startDate="2022-04-08 11:31:22 +0100" endDate="2022-04-08 11:41:23 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 11:52:26 +0100" startDate="2022-04-08 11:41:23 +0100" endDate="2022-04-08 11:51:16 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 12:06:44 +0100" startDate="2022-04-08 11:55:41 +0100" endDate="2022-04-08 12:05:42 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 12:16:26 +0100" startDate="2022-04-08 12:05:42 +0100" endDate="2022-04-08 12:15:23 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 12:26:23 +0100" startDate="2022-04-08 12:15:54 +0100" endDate="2022-04-08 12:22:36 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 16:40:14 +0100" startDate="2022-04-08 16:29:11 +0100" endDate="2022-04-08 16:39:12 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 16:50:15 +0100" startDate="2022-04-08 16:39:12 +0100" endDate="2022-04-08 16:49:13 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 17:00:16 +0100" startDate="2022-04-08 16:49:13 +0100" endDate="2022-04-08 16:59:09 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 17:10:29 +0100" startDate="2022-04-08 16:59:27 +0100" endDate="2022-04-08 16:59:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 17:49:53 +0100" startDate="2022-04-08 17:38:51 +0100" endDate="2022-04-08 17:48:39 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 18:01:49 +0100" startDate="2022-04-08 17:50:46 +0100" endDate="2022-04-08 18:00:47 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 18:11:50 +0100" startDate="2022-04-08 18:00:47 +0100" endDate="2022-04-08 18:01:38 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 18:27:24 +0100" startDate="2022-04-08 18:16:22 +0100" endDate="2022-04-08 18:18:57 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 19:04:56 +0100" startDate="2022-04-08 18:53:53 +0100" endDate="2022-04-08 18:54:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 19:39:46 +0100" startDate="2022-04-08 19:28:44 +0100" endDate="2022-04-08 19:28:56 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 21:33:11 +0100" startDate="2022-04-08 21:22:08 +0100" endDate="2022-04-08 21:30:27 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 22:59:36 +0100" startDate="2022-04-08 22:48:33 +0100" endDate="2022-04-08 22:51:31 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 23:31:44 +0100" startDate="2022-04-08 23:20:56 +0100" endDate="2022-04-08 23:30:57 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-08 23:41:42 +0100" startDate="2022-04-08 23:30:57 +0100" endDate="2022-04-08 23:31:35 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 00:54:22 +0100" startDate="2022-04-09 00:43:19 +0100" endDate="2022-04-09 00:43:27 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 07:47:22 +0100" startDate="2022-04-09 07:36:19 +0100" endDate="2022-04-09 07:36:40 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 10:15:36 +0100" startDate="2022-04-09 10:04:34 +0100" endDate="2022-04-09 10:14:35 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 10:25:37 +0100" startDate="2022-04-09 10:14:35 +0100" endDate="2022-04-09 10:24:23 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 10:35:56 +0100" startDate="2022-04-09 10:24:53 +0100" endDate="2022-04-09 10:30:52 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 10:46:53 +0100" startDate="2022-04-09 10:35:50 +0100" endDate="2022-04-09 10:45:51 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 10:56:54 +0100" startDate="2022-04-09 10:45:51 +0100" endDate="2022-04-09 10:55:32 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 11:08:47 +0100" startDate="2022-04-09 10:57:44 +0100" endDate="2022-04-09 11:05:41 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 11:35:09 +0100" startDate="2022-04-09 11:24:06 +0100" endDate="2022-04-09 11:34:07 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 11:45:10 +0100" startDate="2022-04-09 11:34:07 +0100" endDate="2022-04-09 11:42:13 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 11:59:13 +0100" startDate="2022-04-09 11:48:10 +0100" endDate="2022-04-09 11:56:44 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 12:11:41 +0100" startDate="2022-04-09 12:00:39 +0100" endDate="2022-04-09 12:00:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 13:27:29 +0100" startDate="2022-04-09 13:16:26 +0100" endDate="2022-04-09 13:20:31 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 14:19:33 +0100" startDate="2022-04-09 14:08:31 +0100" endDate="2022-04-09 14:08:43 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 15:14:57 +0100" startDate="2022-04-09 15:03:54 +0100" endDate="2022-04-09 15:13:50 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 15:25:06 +0100" startDate="2022-04-09 15:14:03 +0100" endDate="2022-04-09 15:15:42 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 15:37:37 +0100" startDate="2022-04-09 15:26:34 +0100" endDate="2022-04-09 15:30:31 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 16:05:56 +0100" startDate="2022-04-09 15:54:53 +0100" endDate="2022-04-09 15:55:00 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 17:07:38 +0100" startDate="2022-04-09 16:56:36 +0100" endDate="2022-04-09 16:56:38 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 18:35:58 +0100" startDate="2022-04-09 18:14:44 +0100" endDate="2022-04-09 18:14:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-09 21:40:39 +0100" startDate="2022-04-09 21:29:36 +0100" endDate="2022-04-09 21:29:59 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-10 07:57:11 +0100" startDate="2022-04-10 07:46:08 +0100" endDate="2022-04-10 07:46:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-10 09:56:57 +0100" startDate="2022-04-10 09:45:55 +0100" endDate="2022-04-10 09:46:00 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-10 21:14:47 +0100" startDate="2022-04-10 21:03:44 +0100" endDate="2022-04-10 21:04:10 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-11 04:53:38 +0100" startDate="2022-04-11 04:42:35 +0100" endDate="2022-04-11 04:51:05 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-11 05:42:34 +0100" startDate="2022-04-11 05:31:32 +0100" endDate="2022-04-11 05:37:15 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-11 06:44:19 +0100" startDate="2022-04-11 06:33:16 +0100" endDate="2022-04-11 06:40:52 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-11 07:32:17 +0100" startDate="2022-04-11 07:21:14 +0100" endDate="2022-04-11 07:21:17 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-11 10:03:35 +0100" startDate="2022-04-11 09:52:33 +0100" endDate="2022-04-11 09:52:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-11 11:50:05 +0100" startDate="2022-04-11 11:39:02 +0100" endDate="2022-04-11 11:48:23 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-11 12:04:21 +0100" startDate="2022-04-11 11:53:18 +0100" endDate="2022-04-11 12:03:19 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-11 12:14:22 +0100" startDate="2022-04-11 12:03:19 +0100" endDate="2022-04-11 12:13:10 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-11 15:57:55 +0100" startDate="2022-04-11 15:46:52 +0100" endDate="2022-04-11 15:56:07 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-11 17:05:10 +0100" startDate="2022-04-11 16:54:07 +0100" endDate="2022-04-11 16:58:40 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-11 17:29:01 +0100" startDate="2022-04-11 17:17:59 +0100" endDate="2022-04-11 17:18:14 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-11 20:49:10 +0100" startDate="2022-04-11 20:38:07 +0100" endDate="2022-04-11 20:38:23 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 05:03:04 +0100" startDate="2022-04-12 04:52:01 +0100" endDate="2022-04-12 04:56:21 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 05:57:13 +0100" startDate="2022-04-12 05:46:10 +0100" endDate="2022-04-12 05:49:47 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 06:55:17 +0100" startDate="2022-04-12 06:44:14 +0100" endDate="2022-04-12 06:47:17 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 09:07:34 +0100" startDate="2022-04-12 08:56:32 +0100" endDate="2022-04-12 09:02:03 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 12:08:06 +0100" startDate="2022-04-12 11:57:03 +0100" endDate="2022-04-12 12:06:59 +0100" value="1074"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 12:18:35 +0100" startDate="2022-04-12 12:07:32 +0100" endDate="2022-04-12 12:17:33 +0100" value="1031"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 12:28:36 +0100" startDate="2022-04-12 12:17:33 +0100" endDate="2022-04-12 12:17:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 13:13:20 +0100" startDate="2022-04-12 13:02:18 +0100" endDate="2022-04-12 13:02:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 13:27:29 +0100" startDate="2022-04-12 13:16:26 +0100" endDate="2022-04-12 13:18:51 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 14:10:18 +0100" startDate="2022-04-12 13:59:15 +0100" endDate="2022-04-12 13:59:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 15:07:32 +0100" startDate="2022-04-12 14:56:29 +0100" endDate="2022-04-12 15:04:43 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 15:20:13 +0100" startDate="2022-04-12 15:09:10 +0100" endDate="2022-04-12 15:18:51 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 15:31:46 +0100" startDate="2022-04-12 15:20:43 +0100" endDate="2022-04-12 15:27:00 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 16:05:13 +0100" startDate="2022-04-12 15:54:11 +0100" endDate="2022-04-12 16:04:12 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 16:15:14 +0100" startDate="2022-04-12 16:04:12 +0100" endDate="2022-04-12 16:08:14 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 16:50:04 +0100" startDate="2022-04-12 16:39:01 +0100" endDate="2022-04-12 16:47:03 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 17:15:35 +0100" startDate="2022-04-12 17:04:32 +0100" endDate="2022-04-12 17:13:17 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 17:29:30 +0100" startDate="2022-04-12 17:18:27 +0100" endDate="2022-04-12 17:21:23 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 19:36:59 +0100" startDate="2022-04-12 19:25:56 +0100" endDate="2022-04-12 19:35:57 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 19:47:00 +0100" startDate="2022-04-12 19:35:57 +0100" endDate="2022-04-12 19:42:50 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 19:58:12 +0100" startDate="2022-04-12 19:47:10 +0100" endDate="2022-04-12 19:47:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 20:15:06 +0100" startDate="2022-04-12 20:04:03 +0100" endDate="2022-04-12 20:11:54 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-12 21:13:10 +0100" startDate="2022-04-12 21:02:07 +0100" endDate="2022-04-12 21:07:05 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 06:09:46 +0100" startDate="2022-04-13 05:58:44 +0100" endDate="2022-04-13 05:59:40 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 06:35:09 +0100" startDate="2022-04-13 06:24:06 +0100" endDate="2022-04-13 06:33:04 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 06:45:48 +0100" startDate="2022-04-13 06:34:46 +0100" endDate="2022-04-13 06:44:47 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 06:59:08 +0100" startDate="2022-04-13 06:48:05 +0100" endDate="2022-04-13 06:48:08 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 07:46:04 +0100" startDate="2022-04-13 07:35:02 +0100" endDate="2022-04-13 07:41:31 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 09:12:26 +0100" startDate="2022-04-13 09:01:24 +0100" endDate="2022-04-13 09:07:46 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 13:41:03 +0100" startDate="2022-04-13 13:30:00 +0100" endDate="2022-04-13 13:39:33 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 14:46:35 +0100" startDate="2022-04-13 14:35:33 +0100" endDate="2022-04-13 14:45:29 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 14:56:54 +0100" startDate="2022-04-13 14:45:51 +0100" endDate="2022-04-13 14:55:52 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 15:06:55 +0100" startDate="2022-04-13 14:55:52 +0100" endDate="2022-04-13 15:05:54 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 15:16:56 +0100" startDate="2022-04-13 15:05:54 +0100" endDate="2022-04-13 15:13:47 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 15:36:18 +0100" startDate="2022-04-13 15:25:15 +0100" endDate="2022-04-13 15:35:16 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 15:46:19 +0100" startDate="2022-04-13 15:35:16 +0100" endDate="2022-04-13 15:44:57 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 16:06:08 +0100" startDate="2022-04-13 15:55:05 +0100" endDate="2022-04-13 16:05:07 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 16:16:09 +0100" startDate="2022-04-13 16:05:07 +0100" endDate="2022-04-13 16:05:37 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 18:33:07 +0100" startDate="2022-04-13 18:22:04 +0100" endDate="2022-04-13 18:32:05 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 18:43:08 +0100" startDate="2022-04-13 18:32:05 +0100" endDate="2022-04-13 18:33:50 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 19:35:34 +0100" startDate="2022-04-13 19:24:31 +0100" endDate="2022-04-13 19:29:57 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-13 21:23:45 +0100" startDate="2022-04-13 21:12:42 +0100" endDate="2022-04-13 21:13:00 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 05:24:53 +0100" startDate="2022-04-14 05:13:51 +0100" endDate="2022-04-14 05:15:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 05:55:27 +0100" startDate="2022-04-14 05:44:24 +0100" endDate="2022-04-14 05:48:44 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 06:05:54 +0100" startDate="2022-04-14 05:54:51 +0100" endDate="2022-04-14 05:55:01 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 06:27:48 +0100" startDate="2022-04-14 06:16:45 +0100" endDate="2022-04-14 06:26:46 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 06:37:48 +0100" startDate="2022-04-14 06:26:46 +0100" endDate="2022-04-14 06:29:47 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 08:28:12 +0100" startDate="2022-04-14 08:17:09 +0100" endDate="2022-04-14 08:20:25 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 08:40:31 +0100" startDate="2022-04-14 08:29:28 +0100" endDate="2022-04-14 08:29:53 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 08:55:04 +0100" startDate="2022-04-14 08:44:01 +0100" endDate="2022-04-14 08:44:14 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 10:06:22 +0100" startDate="2022-04-14 09:55:19 +0100" endDate="2022-04-14 09:55:24 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 10:40:17 +0100" startDate="2022-04-14 10:29:14 +0100" endDate="2022-04-14 10:29:27 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 11:36:23 +0100" startDate="2022-04-14 11:25:21 +0100" endDate="2022-04-14 11:28:11 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 12:00:48 +0100" startDate="2022-04-14 11:49:45 +0100" endDate="2022-04-14 11:49:50 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 12:12:33 +0100" startDate="2022-04-14 12:01:31 +0100" endDate="2022-04-14 12:01:59 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 12:43:07 +0100" startDate="2022-04-14 12:32:04 +0100" endDate="2022-04-14 12:38:01 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 15:39:26 +0100" startDate="2022-04-14 15:28:23 +0100" endDate="2022-04-14 15:30:00 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 16:08:33 +0100" startDate="2022-04-14 15:57:30 +0100" endDate="2022-04-14 16:05:21 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 16:24:53 +0100" startDate="2022-04-14 16:13:50 +0100" endDate="2022-04-14 16:21:47 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 16:41:37 +0100" startDate="2022-04-14 16:30:34 +0100" endDate="2022-04-14 16:39:49 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 16:54:28 +0100" startDate="2022-04-14 16:43:26 +0100" endDate="2022-04-14 16:45:43 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 17:08:16 +0100" startDate="2022-04-14 16:57:13 +0100" endDate="2022-04-14 17:05:20 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 17:39:46 +0100" startDate="2022-04-14 17:28:43 +0100" endDate="2022-04-14 17:28:56 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 18:07:06 +0100" startDate="2022-04-14 17:56:04 +0100" endDate="2022-04-14 17:56:14 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 18:25:45 +0100" startDate="2022-04-14 18:14:42 +0100" endDate="2022-04-14 18:14:57 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 18:44:00 +0100" startDate="2022-04-14 18:32:57 +0100" endDate="2022-04-14 18:42:58 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 18:54:01 +0100" startDate="2022-04-14 18:42:58 +0100" endDate="2022-04-14 18:52:59 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 19:04:02 +0100" startDate="2022-04-14 18:52:59 +0100" endDate="2022-04-14 19:02:37 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 19:14:38 +0100" startDate="2022-04-14 19:03:36 +0100" endDate="2022-04-14 19:07:28 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 22:01:29 +0100" startDate="2022-04-14 21:50:27 +0100" endDate="2022-04-14 22:00:28 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-14 22:11:30 +0100" startDate="2022-04-14 22:00:28 +0100" endDate="2022-04-14 22:10:26 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 07:06:01 +0100" startDate="2022-04-15 06:54:58 +0100" endDate="2022-04-15 07:04:59 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 07:16:02 +0100" startDate="2022-04-15 07:04:59 +0100" endDate="2022-04-15 07:15:00 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 07:26:03 +0100" startDate="2022-04-15 07:15:00 +0100" endDate="2022-04-15 07:22:13 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 08:11:28 +0100" startDate="2022-04-15 08:00:25 +0100" endDate="2022-04-15 08:09:42 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 08:21:57 +0100" startDate="2022-04-15 08:10:54 +0100" endDate="2022-04-15 08:19:41 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 08:34:02 +0100" startDate="2022-04-15 08:23:00 +0100" endDate="2022-04-15 08:32:12 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 08:49:06 +0100" startDate="2022-04-15 08:38:04 +0100" endDate="2022-04-15 08:38:37 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 09:45:47 +0100" startDate="2022-04-15 09:35:29 +0100" endDate="2022-04-15 09:44:44 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 12:17:53 +0100" startDate="2022-04-15 12:06:50 +0100" endDate="2022-04-15 12:16:51 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 12:27:54 +0100" startDate="2022-04-15 12:16:51 +0100" endDate="2022-04-15 12:18:33 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 12:58:33 +0100" startDate="2022-04-15 12:47:30 +0100" endDate="2022-04-15 12:57:08 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 13:10:16 +0100" startDate="2022-04-15 12:59:13 +0100" endDate="2022-04-15 13:07:45 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 13:24:06 +0100" startDate="2022-04-15 13:13:03 +0100" endDate="2022-04-15 13:21:10 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 13:34:12 +0100" startDate="2022-04-15 13:23:09 +0100" endDate="2022-04-15 13:33:10 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 13:44:13 +0100" startDate="2022-04-15 13:33:10 +0100" endDate="2022-04-15 13:41:01 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 13:54:24 +0100" startDate="2022-04-15 13:43:21 +0100" endDate="2022-04-15 13:52:21 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 14:11:48 +0100" startDate="2022-04-15 14:00:46 +0100" endDate="2022-04-15 14:10:16 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 14:24:55 +0100" startDate="2022-04-15 14:13:52 +0100" endDate="2022-04-15 14:23:08 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 14:36:10 +0100" startDate="2022-04-15 14:25:07 +0100" endDate="2022-04-15 14:33:57 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 14:51:22 +0100" startDate="2022-04-15 14:40:19 +0100" endDate="2022-04-15 14:46:31 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 15:03:35 +0100" startDate="2022-04-15 14:52:32 +0100" endDate="2022-04-15 14:55:49 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 15:21:20 +0100" startDate="2022-04-15 15:10:17 +0100" endDate="2022-04-15 15:17:55 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 15:32:29 +0100" startDate="2022-04-15 15:21:27 +0100" endDate="2022-04-15 15:31:28 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 15:42:30 +0100" startDate="2022-04-15 15:31:28 +0100" endDate="2022-04-15 15:41:01 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 15:52:52 +0100" startDate="2022-04-15 15:41:49 +0100" endDate="2022-04-15 15:50:08 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 16:02:38 +0100" startDate="2022-04-15 15:52:21 +0100" endDate="2022-04-15 16:01:38 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 16:22:52 +0100" startDate="2022-04-15 16:11:49 +0100" endDate="2022-04-15 16:21:35 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 16:34:02 +0100" startDate="2022-04-15 16:22:59 +0100" endDate="2022-04-15 16:31:44 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 17:26:09 +0100" startDate="2022-04-15 17:15:06 +0100" endDate="2022-04-15 17:15:44 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 17:36:43 +0100" startDate="2022-04-15 17:25:40 +0100" endDate="2022-04-15 17:34:05 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 17:47:27 +0100" startDate="2022-04-15 17:36:25 +0100" endDate="2022-04-15 17:45:45 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 16:44:15 +0100" startDate="2022-04-15 16:33:13 +0100" endDate="2022-04-15 16:33:48 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 16:57:35 +0100" startDate="2022-04-15 16:46:32 +0100" endDate="2022-04-15 16:47:41 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 17:08:01 +0100" startDate="2022-04-15 16:56:59 +0100" endDate="2022-04-15 17:06:09 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 17:59:05 +0100" startDate="2022-04-15 17:48:02 +0100" endDate="2022-04-15 17:57:58 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 18:09:34 +0100" startDate="2022-04-15 17:58:31 +0100" endDate="2022-04-15 17:58:39 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 18:21:45 +0100" startDate="2022-04-15 18:10:42 +0100" endDate="2022-04-15 18:11:03 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-15 19:17:41 +0100" startDate="2022-04-15 19:06:38 +0100" endDate="2022-04-15 19:12:15 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 07:53:39 +0100" startDate="2022-04-16 07:42:37 +0100" endDate="2022-04-16 07:51:24 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 08:06:03 +0100" startDate="2022-04-16 07:55:00 +0100" endDate="2022-04-16 08:04:51 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 08:27:57 +0100" startDate="2022-04-16 08:16:55 +0100" endDate="2022-04-16 08:25:47 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 08:38:24 +0100" startDate="2022-04-16 08:27:21 +0100" endDate="2022-04-16 08:28:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 08:49:00 +0100" startDate="2022-04-16 08:37:58 +0100" endDate="2022-04-16 08:41:42 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 09:04:53 +0100" startDate="2022-04-16 08:53:50 +0100" endDate="2022-04-16 08:56:33 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 09:58:02 +0100" startDate="2022-04-16 09:46:59 +0100" endDate="2022-04-16 09:56:14 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 10:09:45 +0100" startDate="2022-04-16 09:58:42 +0100" endDate="2022-04-16 10:08:43 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 10:19:46 +0100" startDate="2022-04-16 10:08:43 +0100" endDate="2022-04-16 10:18:44 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 10:30:10 +0100" startDate="2022-04-16 10:19:07 +0100" endDate="2022-04-16 10:28:53 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 10:40:16 +0100" startDate="2022-04-16 10:29:13 +0100" endDate="2022-04-16 10:38:23 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 14:46:06 +0100" startDate="2022-04-16 14:35:03 +0100" endDate="2022-04-16 14:40:37 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 15:17:10 +0100" startDate="2022-04-16 15:06:07 +0100" endDate="2022-04-16 15:16:08 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 15:27:11 +0100" startDate="2022-04-16 15:16:08 +0100" endDate="2022-04-16 15:16:29 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 15:37:48 +0100" startDate="2022-04-16 15:26:45 +0100" endDate="2022-04-16 15:36:38 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 15:47:59 +0100" startDate="2022-04-16 15:36:56 +0100" endDate="2022-04-16 15:44:35 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 15:59:09 +0100" startDate="2022-04-16 15:48:06 +0100" endDate="2022-04-16 15:58:05 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 16:09:15 +0100" startDate="2022-04-16 15:58:12 +0100" endDate="2022-04-16 16:08:13 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 16:19:16 +0100" startDate="2022-04-16 16:08:13 +0100" endDate="2022-04-16 16:17:00 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 16:36:07 +0100" startDate="2022-04-16 16:25:04 +0100" endDate="2022-04-16 16:29:06 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 16:47:30 +0100" startDate="2022-04-16 16:36:27 +0100" endDate="2022-04-16 16:38:47 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 17:13:00 +0100" startDate="2022-04-16 17:01:57 +0100" endDate="2022-04-16 17:03:01 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 21:07:19 +0100" startDate="2022-04-16 20:56:16 +0100" endDate="2022-04-16 21:02:00 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-16 21:20:31 +0100" startDate="2022-04-16 21:09:29 +0100" endDate="2022-04-16 21:09:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 07:00:03 +0100" startDate="2022-04-17 06:49:01 +0100" endDate="2022-04-17 06:49:16 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 09:26:09 +0100" startDate="2022-04-17 09:15:07 +0100" endDate="2022-04-17 09:19:49 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 09:37:32 +0100" startDate="2022-04-17 09:26:29 +0100" endDate="2022-04-17 09:35:52 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 09:47:58 +0100" startDate="2022-04-17 09:36:56 +0100" endDate="2022-04-17 09:45:25 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 10:00:09 +0100" startDate="2022-04-17 09:49:07 +0100" endDate="2022-04-17 09:57:44 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 10:17:33 +0100" startDate="2022-04-17 10:06:31 +0100" endDate="2022-04-17 10:14:07 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 10:32:07 +0100" startDate="2022-04-17 10:21:04 +0100" endDate="2022-04-17 10:28:27 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 10:44:05 +0100" startDate="2022-04-17 10:33:02 +0100" endDate="2022-04-17 10:40:21 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 10:55:36 +0100" startDate="2022-04-17 10:44:33 +0100" endDate="2022-04-17 10:46:20 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 13:06:57 +0100" startDate="2022-04-17 12:55:55 +0100" endDate="2022-04-17 12:57:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 13:31:22 +0100" startDate="2022-04-17 13:20:20 +0100" endDate="2022-04-17 13:22:14 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 15:14:32 +0100" startDate="2022-04-17 15:03:29 +0100" endDate="2022-04-17 15:13:30 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 15:24:33 +0100" startDate="2022-04-17 15:13:30 +0100" endDate="2022-04-17 15:23:18 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 15:34:34 +0100" startDate="2022-04-17 15:23:31 +0100" endDate="2022-04-17 15:33:32 +0100" value="1034"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 15:44:35 +0100" startDate="2022-04-17 15:33:32 +0100" endDate="2022-04-17 15:42:42 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 15:55:47 +0100" startDate="2022-04-17 15:44:45 +0100" endDate="2022-04-17 15:54:46 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 16:05:48 +0100" startDate="2022-04-17 15:54:46 +0100" endDate="2022-04-17 16:04:47 +0100" value="963"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 16:15:49 +0100" startDate="2022-04-17 16:04:47 +0100" endDate="2022-04-17 16:14:48 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 16:25:50 +0100" startDate="2022-04-17 16:14:48 +0100" endDate="2022-04-17 16:24:49 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 16:35:51 +0100" startDate="2022-04-17 16:24:49 +0100" endDate="2022-04-17 16:33:23 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 16:45:58 +0100" startDate="2022-04-17 16:34:55 +0100" endDate="2022-04-17 16:35:00 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 20:42:25 +0100" startDate="2022-04-17 20:41:32 +0100" endDate="2022-04-17 20:41:40 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-17 20:53:25 +0100" startDate="2022-04-17 20:43:14 +0100" endDate="2022-04-17 20:43:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 07:32:27 +0100" startDate="2022-04-18 07:21:24 +0100" endDate="2022-04-18 07:21:34 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 09:04:43 +0100" startDate="2022-04-18 08:53:40 +0100" endDate="2022-04-18 08:55:50 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 09:29:04 +0100" startDate="2022-04-18 09:18:02 +0100" endDate="2022-04-18 09:27:02 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 09:47:15 +0100" startDate="2022-04-18 09:36:12 +0100" endDate="2022-04-18 09:43:48 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 09:59:54 +0100" startDate="2022-04-18 09:48:51 +0100" endDate="2022-04-18 09:57:36 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 10:10:56 +0100" startDate="2022-04-18 09:59:53 +0100" endDate="2022-04-18 10:05:47 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 10:31:06 +0100" startDate="2022-04-18 10:20:03 +0100" endDate="2022-04-18 10:26:35 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 10:54:34 +0100" startDate="2022-04-18 10:43:31 +0100" endDate="2022-04-18 10:51:12 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 17:59:02 +0100" startDate="2022-04-18 17:47:59 +0100" endDate="2022-04-18 17:57:45 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 18:09:10 +0100" startDate="2022-04-18 17:58:07 +0100" endDate="2022-04-18 18:08:06 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 18:19:16 +0100" startDate="2022-04-18 18:08:14 +0100" endDate="2022-04-18 18:14:25 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 18:30:59 +0100" startDate="2022-04-18 18:19:56 +0100" endDate="2022-04-18 18:29:50 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 18:41:33 +0100" startDate="2022-04-18 18:30:31 +0100" endDate="2022-04-18 18:39:18 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 19:00:47 +0100" startDate="2022-04-18 18:49:44 +0100" endDate="2022-04-18 18:58:44 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 19:23:14 +0100" startDate="2022-04-18 19:12:11 +0100" endDate="2022-04-18 19:22:00 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 19:33:25 +0100" startDate="2022-04-18 19:22:23 +0100" endDate="2022-04-18 19:26:32 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-18 21:07:23 +0100" startDate="2022-04-18 20:56:20 +0100" endDate="2022-04-18 20:57:32 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 05:26:58 +0100" startDate="2022-04-19 05:15:55 +0100" endDate="2022-04-19 05:22:25 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 06:24:39 +0100" startDate="2022-04-19 06:13:36 +0100" endDate="2022-04-19 06:17:38 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 07:16:48 +0100" startDate="2022-04-19 07:05:46 +0100" endDate="2022-04-19 07:12:08 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 08:48:03 +0100" startDate="2022-04-19 08:37:01 +0100" endDate="2022-04-19 08:43:33 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 11:18:22 +0100" startDate="2022-04-19 11:07:19 +0100" endDate="2022-04-19 11:10:25 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 11:43:12 +0100" startDate="2022-04-19 11:32:09 +0100" endDate="2022-04-19 11:41:26 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 11:56:06 +0100" startDate="2022-04-19 11:45:03 +0100" endDate="2022-04-19 11:45:13 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 12:26:37 +0100" startDate="2022-04-19 12:15:34 +0100" endDate="2022-04-19 12:25:00 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 12:42:55 +0100" startDate="2022-04-19 12:31:52 +0100" endDate="2022-04-19 12:33:37 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 13:44:40 +0100" startDate="2022-04-19 13:33:38 +0100" endDate="2022-04-19 13:41:32 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 14:04:45 +0100" startDate="2022-04-19 13:53:43 +0100" endDate="2022-04-19 14:03:18 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 14:17:14 +0100" startDate="2022-04-19 14:06:11 +0100" endDate="2022-04-19 14:15:19 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 14:29:15 +0100" startDate="2022-04-19 14:18:12 +0100" endDate="2022-04-19 14:28:13 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 14:39:16 +0100" startDate="2022-04-19 14:28:13 +0100" endDate="2022-04-19 14:28:46 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 16:14:11 +0100" startDate="2022-04-19 16:03:08 +0100" endDate="2022-04-19 16:08:14 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 17:07:33 +0100" startDate="2022-04-19 16:56:30 +0100" endDate="2022-04-19 17:02:16 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 17:18:10 +0100" startDate="2022-04-19 17:07:07 +0100" endDate="2022-04-19 17:15:26 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 17:31:16 +0100" startDate="2022-04-19 17:20:14 +0100" endDate="2022-04-19 17:20:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 17:46:10 +0100" startDate="2022-04-19 17:35:08 +0100" endDate="2022-04-19 17:45:01 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 17:56:14 +0100" startDate="2022-04-19 17:45:37 +0100" endDate="2022-04-19 17:47:57 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 18:13:07 +0100" startDate="2022-04-19 18:02:05 +0100" endDate="2022-04-19 18:09:53 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 18:25:03 +0100" startDate="2022-04-19 18:14:00 +0100" endDate="2022-04-19 18:23:18 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 18:35:50 +0100" startDate="2022-04-19 18:24:47 +0100" endDate="2022-04-19 18:32:51 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 18:48:14 +0100" startDate="2022-04-19 18:37:11 +0100" endDate="2022-04-19 18:47:12 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 18:58:15 +0100" startDate="2022-04-19 18:47:12 +0100" endDate="2022-04-19 18:56:09 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 19:08:25 +0100" startDate="2022-04-19 18:57:26 +0100" endDate="2022-04-19 19:03:38 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-19 21:20:16 +0100" startDate="2022-04-19 21:09:13 +0100" endDate="2022-04-19 21:09:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 05:03:34 +0100" startDate="2022-04-20 04:52:32 +0100" endDate="2022-04-20 04:53:53 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 05:47:20 +0100" startDate="2022-04-20 05:36:17 +0100" endDate="2022-04-20 05:45:45 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 06:44:48 +0100" startDate="2022-04-20 06:33:45 +0100" endDate="2022-04-20 06:43:21 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 07:00:07 +0100" startDate="2022-04-20 06:49:05 +0100" endDate="2022-04-20 06:59:03 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 07:10:24 +0100" startDate="2022-04-20 06:59:21 +0100" endDate="2022-04-20 07:08:01 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 07:23:05 +0100" startDate="2022-04-20 07:12:03 +0100" endDate="2022-04-20 07:13:29 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 09:43:19 +0100" startDate="2022-04-20 09:32:16 +0100" endDate="2022-04-20 09:35:22 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 11:11:16 +0100" startDate="2022-04-20 11:00:13 +0100" endDate="2022-04-20 11:07:54 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 11:36:41 +0100" startDate="2022-04-20 11:25:39 +0100" endDate="2022-04-20 11:32:26 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 11:48:14 +0100" startDate="2022-04-20 11:37:12 +0100" endDate="2022-04-20 11:47:13 +0100" value="1018"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 11:58:27 +0100" startDate="2022-04-20 11:47:13 +0100" endDate="2022-04-20 11:47:56 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 15:56:14 +0100" startDate="2022-04-20 15:45:11 +0100" endDate="2022-04-20 15:51:28 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 18:17:12 +0100" startDate="2022-04-20 18:06:09 +0100" endDate="2022-04-20 18:13:45 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 18:27:36 +0100" startDate="2022-04-20 18:16:33 +0100" endDate="2022-04-20 18:24:47 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 19:24:33 +0100" startDate="2022-04-20 19:13:31 +0100" endDate="2022-04-20 19:23:27 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 19:56:07 +0100" startDate="2022-04-20 19:45:04 +0100" endDate="2022-04-20 19:45:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-20 20:19:17 +0100" startDate="2022-04-20 20:08:15 +0100" endDate="2022-04-20 20:08:50 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 07:19:58 +0100" startDate="2022-04-21 07:08:56 +0100" endDate="2022-04-21 07:09:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 07:39:08 +0100" startDate="2022-04-21 07:28:05 +0100" endDate="2022-04-21 07:28:10 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 11:42:00 +0100" startDate="2022-04-21 11:30:58 +0100" endDate="2022-04-21 11:32:45 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 12:52:31 +0100" startDate="2022-04-21 12:41:28 +0100" endDate="2022-04-21 12:50:40 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 13:06:20 +0100" startDate="2022-04-21 12:55:17 +0100" endDate="2022-04-21 12:55:20 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 13:51:25 +0100" startDate="2022-04-21 13:40:23 +0100" endDate="2022-04-21 13:40:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 15:34:35 +0100" startDate="2022-04-21 15:23:32 +0100" endDate="2022-04-21 15:27:54 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 15:45:55 +0100" startDate="2022-04-21 15:34:52 +0100" endDate="2022-04-21 15:43:08 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 15:57:48 +0100" startDate="2022-04-21 15:46:45 +0100" endDate="2022-04-21 15:56:46 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 16:07:49 +0100" startDate="2022-04-21 15:56:46 +0100" endDate="2022-04-21 16:05:59 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 16:20:03 +0100" startDate="2022-04-21 16:09:00 +0100" endDate="2022-04-21 16:19:01 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 16:30:09 +0100" startDate="2022-04-21 16:19:06 +0100" endDate="2022-04-21 16:29:05 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 16:39:41 +0100" startDate="2022-04-21 16:29:05 +0100" endDate="2022-04-21 16:39:06 +0100" value="1064"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 16:49:38 +0100" startDate="2022-04-21 16:39:06 +0100" endDate="2022-04-21 16:46:04 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 17:16:33 +0100" startDate="2022-04-21 17:05:30 +0100" endDate="2022-04-21 17:05:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 19:25:23 +0100" startDate="2022-04-21 19:14:21 +0100" endDate="2022-04-21 19:14:28 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 20:07:11 +0100" startDate="2022-04-21 19:56:08 +0100" endDate="2022-04-21 19:56:26 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 20:31:25 +0100" startDate="2022-04-21 20:20:22 +0100" endDate="2022-04-21 20:22:43 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 20:34:28 +0100" startDate="2022-04-21 20:32:58 +0100" endDate="2022-04-21 20:33:11 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-21 21:11:34 +0100" startDate="2022-04-21 21:00:32 +0100" endDate="2022-04-21 21:01:20 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 02:39:53 +0100" startDate="2022-04-22 02:28:51 +0100" endDate="2022-04-22 02:28:53 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 04:56:29 +0100" startDate="2022-04-22 04:45:26 +0100" endDate="2022-04-22 04:45:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 05:07:19 +0100" startDate="2022-04-22 04:56:17 +0100" endDate="2022-04-22 04:56:29 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 05:55:17 +0100" startDate="2022-04-22 05:44:14 +0100" endDate="2022-04-22 05:52:53 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 06:05:25 +0100" startDate="2022-04-22 05:54:23 +0100" endDate="2022-04-22 05:54:43 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 07:23:01 +0100" startDate="2022-04-22 07:11:58 +0100" endDate="2022-04-22 07:20:13 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 07:39:30 +0100" startDate="2022-04-22 07:28:27 +0100" endDate="2022-04-22 07:37:35 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 07:51:47 +0100" startDate="2022-04-22 07:40:58 +0100" endDate="2022-04-22 07:50:47 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 08:02:51 +0100" startDate="2022-04-22 07:51:48 +0100" endDate="2022-04-22 07:53:09 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 09:39:42 +0100" startDate="2022-04-22 09:28:40 +0100" endDate="2022-04-22 09:28:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 09:58:56 +0100" startDate="2022-04-22 09:47:53 +0100" endDate="2022-04-22 09:55:45 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 12:02:57 +0100" startDate="2022-04-22 11:51:55 +0100" endDate="2022-04-22 11:52:02 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 13:41:15 +0100" startDate="2022-04-22 13:30:13 +0100" endDate="2022-04-22 13:30:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 15:04:09 +0100" startDate="2022-04-22 14:53:06 +0100" endDate="2022-04-22 14:58:32 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 16:25:32 +0100" startDate="2022-04-22 16:14:29 +0100" endDate="2022-04-22 16:21:37 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 16:37:48 +0100" startDate="2022-04-22 16:26:46 +0100" endDate="2022-04-22 16:31:18 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 17:00:24 +0100" startDate="2022-04-22 16:49:22 +0100" endDate="2022-04-22 16:56:09 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 17:11:47 +0100" startDate="2022-04-22 17:00:44 +0100" endDate="2022-04-22 17:06:46 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 17:22:57 +0100" startDate="2022-04-22 17:11:54 +0100" endDate="2022-04-22 17:19:43 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 17:39:43 +0100" startDate="2022-04-22 17:28:40 +0100" endDate="2022-04-22 17:37:45 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 17:52:48 +0100" startDate="2022-04-22 17:41:45 +0100" endDate="2022-04-22 17:49:26 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 18:12:32 +0100" startDate="2022-04-22 18:01:30 +0100" endDate="2022-04-22 18:11:31 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 18:22:33 +0100" startDate="2022-04-22 18:11:31 +0100" endDate="2022-04-22 18:21:32 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 18:32:35 +0100" startDate="2022-04-22 18:21:32 +0100" endDate="2022-04-22 18:27:59 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 18:43:24 +0100" startDate="2022-04-22 18:32:22 +0100" endDate="2022-04-22 18:32:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-22 22:05:37 +0100" startDate="2022-04-22 21:54:34 +0100" endDate="2022-04-22 21:58:01 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 00:22:19 +0100" startDate="2022-04-23 00:11:17 +0100" endDate="2022-04-23 00:18:35 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 00:40:03 +0100" startDate="2022-04-23 00:29:00 +0100" endDate="2022-04-23 00:39:01 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 00:50:04 +0100" startDate="2022-04-23 00:39:01 +0100" endDate="2022-04-23 00:40:35 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 01:47:50 +0100" startDate="2022-04-23 01:36:47 +0100" endDate="2022-04-23 01:37:02 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 06:04:39 +0100" startDate="2022-04-23 05:53:36 +0100" endDate="2022-04-23 06:00:13 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 06:42:20 +0100" startDate="2022-04-23 06:31:17 +0100" endDate="2022-04-23 06:40:54 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 07:46:27 +0100" startDate="2022-04-23 07:35:24 +0100" endDate="2022-04-23 07:44:22 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 08:04:44 +0100" startDate="2022-04-23 07:48:50 +0100" endDate="2022-04-23 07:58:51 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 08:09:54 +0100" startDate="2022-04-23 07:58:51 +0100" endDate="2022-04-23 08:00:07 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 08:39:34 +0100" startDate="2022-04-23 08:28:31 +0100" endDate="2022-04-23 08:38:32 +0100" value="1104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 08:49:35 +0100" startDate="2022-04-23 08:38:32 +0100" endDate="2022-04-23 08:42:01 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 09:28:44 +0100" startDate="2022-04-23 09:17:41 +0100" endDate="2022-04-23 09:20:12 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 09:40:58 +0100" startDate="2022-04-23 09:29:55 +0100" endDate="2022-04-23 09:38:22 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 10:19:08 +0100" startDate="2022-04-23 10:08:06 +0100" endDate="2022-04-23 10:16:27 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 10:31:22 +0100" startDate="2022-04-23 10:20:19 +0100" endDate="2022-04-23 10:20:34 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 10:44:37 +0100" startDate="2022-04-23 10:33:34 +0100" endDate="2022-04-23 10:38:32 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 10:58:45 +0100" startDate="2022-04-23 10:47:42 +0100" endDate="2022-04-23 10:49:26 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 11:24:54 +0100" startDate="2022-04-23 11:13:51 +0100" endDate="2022-04-23 11:13:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-23 11:36:34 +0100" startDate="2022-04-23 11:25:32 +0100" endDate="2022-04-23 11:31:23 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 08:08:58 +0100" startDate="2022-04-24 07:57:55 +0100" endDate="2022-04-24 08:05:36 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 08:20:08 +0100" startDate="2022-04-24 08:09:05 +0100" endDate="2022-04-24 08:16:03 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 11:44:01 +0100" startDate="2022-04-24 11:32:58 +0100" endDate="2022-04-24 11:42:55 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 12:14:09 +0100" startDate="2022-04-24 12:03:06 +0100" endDate="2022-04-24 12:07:11 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 13:10:31 +0100" startDate="2022-04-24 12:59:28 +0100" endDate="2022-04-24 13:05:58 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 13:33:03 +0100" startDate="2022-04-24 13:22:00 +0100" endDate="2022-04-24 13:22:49 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 13:54:26 +0100" startDate="2022-04-24 13:43:23 +0100" endDate="2022-04-24 13:45:51 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 14:07:23 +0100" startDate="2022-04-24 13:56:21 +0100" endDate="2022-04-24 13:58:02 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 14:42:07 +0100" startDate="2022-04-24 14:31:04 +0100" endDate="2022-04-24 14:34:38 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 14:53:52 +0100" startDate="2022-04-24 14:42:50 +0100" endDate="2022-04-24 14:51:12 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 15:05:13 +0100" startDate="2022-04-24 14:54:10 +0100" endDate="2022-04-24 15:04:11 +0100" value="1012"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 15:15:14 +0100" startDate="2022-04-24 15:04:11 +0100" endDate="2022-04-24 15:14:12 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 15:25:15 +0100" startDate="2022-04-24 15:14:12 +0100" endDate="2022-04-24 15:24:13 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 15:35:16 +0100" startDate="2022-04-24 15:24:13 +0100" endDate="2022-04-24 15:34:14 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 15:45:17 +0100" startDate="2022-04-24 15:34:14 +0100" endDate="2022-04-24 15:44:15 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 15:55:18 +0100" startDate="2022-04-24 15:44:15 +0100" endDate="2022-04-24 15:53:30 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 16:06:10 +0100" startDate="2022-04-24 15:55:07 +0100" endDate="2022-04-24 15:59:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 16:18:09 +0100" startDate="2022-04-24 16:07:06 +0100" endDate="2022-04-24 16:17:07 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 16:29:59 +0100" startDate="2022-04-24 16:18:57 +0100" endDate="2022-04-24 16:25:06 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 16:44:38 +0100" startDate="2022-04-24 16:33:35 +0100" endDate="2022-04-24 16:36:46 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 17:28:47 +0100" startDate="2022-04-24 17:17:44 +0100" endDate="2022-04-24 17:18:43 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 17:51:13 +0100" startDate="2022-04-24 17:40:10 +0100" endDate="2022-04-24 17:49:36 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 18:02:28 +0100" startDate="2022-04-24 17:51:25 +0100" endDate="2022-04-24 17:51:35 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 18:14:51 +0100" startDate="2022-04-24 18:03:48 +0100" endDate="2022-04-24 18:10:38 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-24 21:29:39 +0100" startDate="2022-04-24 21:18:37 +0100" endDate="2022-04-24 21:18:42 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 05:43:27 +0100" startDate="2022-04-25 05:32:24 +0100" endDate="2022-04-25 05:32:47 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 06:33:57 +0100" startDate="2022-04-25 06:22:55 +0100" endDate="2022-04-25 06:32:56 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 06:34:56 +0100" startDate="2022-04-25 06:32:56 +0100" endDate="2022-04-25 06:34:32 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 07:40:21 +0100" startDate="2022-04-25 07:29:18 +0100" endDate="2022-04-25 07:37:50 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 07:52:01 +0100" startDate="2022-04-25 07:40:58 +0100" endDate="2022-04-25 07:41:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 08:02:38 +0100" startDate="2022-04-25 07:51:35 +0100" endDate="2022-04-25 07:52:11 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 08:38:38 +0100" startDate="2022-04-25 08:27:35 +0100" endDate="2022-04-25 08:34:33 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 10:14:38 +0100" startDate="2022-04-25 10:03:35 +0100" endDate="2022-04-25 10:05:10 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 10:52:20 +0100" startDate="2022-04-25 10:41:17 +0100" endDate="2022-04-25 10:47:01 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 11:07:19 +0100" startDate="2022-04-25 10:56:16 +0100" endDate="2022-04-25 10:57:40 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 11:44:33 +0100" startDate="2022-04-25 11:33:30 +0100" endDate="2022-04-25 11:43:31 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 11:54:34 +0100" startDate="2022-04-25 11:43:31 +0100" endDate="2022-04-25 11:47:25 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 12:20:14 +0100" startDate="2022-04-25 12:09:11 +0100" endDate="2022-04-25 12:13:59 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 13:48:07 +0100" startDate="2022-04-25 13:37:04 +0100" endDate="2022-04-25 13:39:32 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 13:58:45 +0100" startDate="2022-04-25 13:47:42 +0100" endDate="2022-04-25 13:53:54 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 14:50:16 +0100" startDate="2022-04-25 14:39:13 +0100" endDate="2022-04-25 14:47:58 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 15:02:02 +0100" startDate="2022-04-25 14:51:00 +0100" endDate="2022-04-25 14:51:51 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 15:50:23 +0100" startDate="2022-04-25 15:39:20 +0100" endDate="2022-04-25 15:39:31 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 16:29:34 +0100" startDate="2022-04-25 16:18:31 +0100" endDate="2022-04-25 16:26:45 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 17:26:50 +0100" startDate="2022-04-25 17:15:47 +0100" endDate="2022-04-25 17:19:49 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 17:37:25 +0100" startDate="2022-04-25 17:26:22 +0100" endDate="2022-04-25 17:27:03 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 17:51:36 +0100" startDate="2022-04-25 17:40:33 +0100" endDate="2022-04-25 17:48:42 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 19:05:23 +0100" startDate="2022-04-25 18:54:20 +0100" endDate="2022-04-25 18:54:23 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-25 20:53:22 +0100" startDate="2022-04-25 20:42:19 +0100" endDate="2022-04-25 20:42:52 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 05:12:09 +0100" startDate="2022-04-26 05:01:07 +0100" endDate="2022-04-26 05:01:09 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 06:04:31 +0100" startDate="2022-04-26 05:53:29 +0100" endDate="2022-04-26 05:58:39 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 07:09:38 +0100" startDate="2022-04-26 06:58:35 +0100" endDate="2022-04-26 07:02:04 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 09:14:15 +0100" startDate="2022-04-26 09:11:48 +0100" endDate="2022-04-26 09:13:00 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 09:28:42 +0100" startDate="2022-04-26 09:17:40 +0100" endDate="2022-04-26 09:26:43 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 10:11:45 +0100" startDate="2022-04-26 10:00:42 +0100" endDate="2022-04-26 10:00:57 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 10:59:20 +0100" startDate="2022-04-26 10:48:17 +0100" endDate="2022-04-26 10:58:18 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 11:09:21 +0100" startDate="2022-04-26 10:58:18 +0100" endDate="2022-04-26 11:08:14 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 11:22:08 +0100" startDate="2022-04-26 11:11:46 +0100" endDate="2022-04-26 11:21:16 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 11:33:30 +0100" startDate="2022-04-26 11:22:27 +0100" endDate="2022-04-26 11:23:08 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 14:35:39 +0100" startDate="2022-04-26 14:24:36 +0100" endDate="2022-04-26 14:31:11 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 16:02:04 +0100" startDate="2022-04-26 15:51:01 +0100" endDate="2022-04-26 15:53:52 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 17:44:53 +0100" startDate="2022-04-26 17:33:50 +0100" endDate="2022-04-26 17:40:50 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 18:30:28 +0100" startDate="2022-04-26 18:19:25 +0100" endDate="2022-04-26 18:23:40 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 18:44:59 +0100" startDate="2022-04-26 18:33:57 +0100" endDate="2022-04-26 18:42:16 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 20:27:29 +0100" startDate="2022-04-26 20:16:26 +0100" endDate="2022-04-26 20:16:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-26 20:40:22 +0100" startDate="2022-04-26 20:29:19 +0100" endDate="2022-04-26 20:29:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 04:06:07 +0100" startDate="2022-04-27 03:55:04 +0100" endDate="2022-04-27 03:55:11 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 05:41:49 +0100" startDate="2022-04-27 05:30:47 +0100" endDate="2022-04-27 05:36:28 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 06:23:52 +0100" startDate="2022-04-27 06:12:49 +0100" endDate="2022-04-27 06:17:34 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 07:22:01 +0100" startDate="2022-04-27 07:10:58 +0100" endDate="2022-04-27 07:20:49 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 07:56:42 +0100" startDate="2022-04-27 07:45:40 +0100" endDate="2022-04-27 07:50:25 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 11:16:13 +0100" startDate="2022-04-27 11:05:10 +0100" endDate="2022-04-27 11:15:11 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 11:26:14 +0100" startDate="2022-04-27 11:15:11 +0100" endDate="2022-04-27 11:23:10 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 11:37:24 +0100" startDate="2022-04-27 11:26:21 +0100" endDate="2022-04-27 11:26:49 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 11:53:43 +0100" startDate="2022-04-27 11:42:40 +0100" endDate="2022-04-27 11:52:23 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 12:52:32 +0100" startDate="2022-04-27 12:41:29 +0100" endDate="2022-04-27 12:49:10 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 14:16:46 +0100" startDate="2022-04-27 14:05:43 +0100" endDate="2022-04-27 14:08:23 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 15:03:55 +0100" startDate="2022-04-27 14:52:52 +0100" endDate="2022-04-27 14:58:36 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 15:41:20 +0100" startDate="2022-04-27 15:30:17 +0100" endDate="2022-04-27 15:30:53 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 15:52:48 +0100" startDate="2022-04-27 15:41:45 +0100" endDate="2022-04-27 15:42:08 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 16:08:13 +0100" startDate="2022-04-27 15:57:10 +0100" endDate="2022-04-27 16:01:12 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 16:23:10 +0100" startDate="2022-04-27 16:12:08 +0100" endDate="2022-04-27 16:12:28 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 17:17:08 +0100" startDate="2022-04-27 17:06:06 +0100" endDate="2022-04-27 17:15:51 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 17:28:36 +0100" startDate="2022-04-27 17:17:33 +0100" endDate="2022-04-27 17:27:16 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 17:38:37 +0100" startDate="2022-04-27 17:27:34 +0100" endDate="2022-04-27 17:30:50 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 18:31:43 +0100" startDate="2022-04-27 18:20:40 +0100" endDate="2022-04-27 18:30:23 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 18:52:11 +0100" startDate="2022-04-27 18:41:08 +0100" endDate="2022-04-27 18:51:09 +0100" value="1078"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 19:02:11 +0100" startDate="2022-04-27 18:51:09 +0100" endDate="2022-04-27 18:59:46 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 19:14:20 +0100" startDate="2022-04-27 19:03:17 +0100" endDate="2022-04-27 19:13:18 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 19:24:21 +0100" startDate="2022-04-27 19:13:18 +0100" endDate="2022-04-27 19:23:19 +0100" value="1094"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 19:34:22 +0100" startDate="2022-04-27 19:23:19 +0100" endDate="2022-04-27 19:25:44 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-27 21:14:19 +0100" startDate="2022-04-27 21:03:17 +0100" endDate="2022-04-27 21:03:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-28 05:15:20 +0100" startDate="2022-04-28 05:04:17 +0100" endDate="2022-04-28 05:04:27 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-28 07:21:24 +0100" startDate="2022-04-28 07:10:21 +0100" endDate="2022-04-28 07:11:33 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-28 09:34:36 +0100" startDate="2022-04-28 09:23:34 +0100" endDate="2022-04-28 09:26:09 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-28 18:36:56 +0100" startDate="2022-04-28 18:25:53 +0100" endDate="2022-04-28 18:25:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-28 18:57:26 +0100" startDate="2022-04-28 18:46:23 +0100" endDate="2022-04-28 18:46:28 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-28 23:23:32 +0100" startDate="2022-04-28 23:12:29 +0100" endDate="2022-04-28 23:12:34 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-29 06:06:45 +0100" startDate="2022-04-29 05:55:42 +0100" endDate="2022-04-29 05:55:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-29 06:35:10 +0100" startDate="2022-04-29 06:24:07 +0100" endDate="2022-04-29 06:33:43 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-29 06:45:31 +0100" startDate="2022-04-29 06:34:29 +0100" endDate="2022-04-29 06:35:48 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-29 10:30:01 +0100" startDate="2022-04-29 10:18:59 +0100" endDate="2022-04-29 10:19:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-29 12:03:36 +0100" startDate="2022-04-29 11:52:33 +0100" endDate="2022-04-29 11:52:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-29 13:57:12 +0100" startDate="2022-04-29 13:46:09 +0100" endDate="2022-04-29 13:55:48 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-29 14:13:20 +0100" startDate="2022-04-29 14:02:17 +0100" endDate="2022-04-29 14:02:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-29 14:35:26 +0100" startDate="2022-04-29 14:24:24 +0100" endDate="2022-04-29 14:25:40 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-29 15:40:50 +0100" startDate="2022-04-29 15:29:48 +0100" endDate="2022-04-29 15:30:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-29 16:34:51 +0100" startDate="2022-04-29 16:23:48 +0100" endDate="2022-04-29 16:23:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-29 20:46:18 +0100" startDate="2022-04-29 20:35:16 +0100" endDate="2022-04-29 20:35:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 06:30:58 +0100" startDate="2022-04-30 06:19:55 +0100" endDate="2022-04-30 06:29:56 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 06:40:59 +0100" startDate="2022-04-30 06:29:56 +0100" endDate="2022-04-30 06:31:05 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 07:46:11 +0100" startDate="2022-04-30 07:35:08 +0100" endDate="2022-04-30 07:45:07 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 07:56:20 +0100" startDate="2022-04-30 07:45:17 +0100" endDate="2022-04-30 07:49:44 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 08:13:14 +0100" startDate="2022-04-30 08:02:12 +0100" endDate="2022-04-30 08:12:13 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 08:23:15 +0100" startDate="2022-04-30 08:12:13 +0100" endDate="2022-04-30 08:22:14 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 08:33:17 +0100" startDate="2022-04-30 08:22:14 +0100" endDate="2022-04-30 08:32:15 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 08:36:27 +0100" startDate="2022-04-30 08:32:15 +0100" endDate="2022-04-30 08:36:25 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 08:41:44 +0100" startDate="2022-04-30 08:36:25 +0100" endDate="2022-04-30 08:37:33 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 08:55:45 +0100" startDate="2022-04-30 08:44:42 +0100" endDate="2022-04-30 08:44:52 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 09:14:54 +0100" startDate="2022-04-30 09:03:51 +0100" endDate="2022-04-30 09:09:45 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 11:04:22 +0100" startDate="2022-04-30 10:53:19 +0100" endDate="2022-04-30 11:01:54 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 11:19:08 +0100" startDate="2022-04-30 11:08:06 +0100" endDate="2022-04-30 11:09:43 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 11:38:40 +0100" startDate="2022-04-30 11:27:38 +0100" endDate="2022-04-30 11:35:49 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 12:35:49 +0100" startDate="2022-04-30 12:24:46 +0100" endDate="2022-04-30 12:30:42 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 12:49:03 +0100" startDate="2022-04-30 12:38:01 +0100" endDate="2022-04-30 12:38:44 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 13:26:50 +0100" startDate="2022-04-30 13:15:47 +0100" endDate="2022-04-30 13:19:24 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 13:45:20 +0100" startDate="2022-04-30 13:34:18 +0100" endDate="2022-04-30 13:44:11 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 13:56:18 +0100" startDate="2022-04-30 13:45:15 +0100" endDate="2022-04-30 13:55:11 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 14:06:47 +0100" startDate="2022-04-30 13:55:44 +0100" endDate="2022-04-30 14:05:35 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 14:17:44 +0100" startDate="2022-04-30 14:06:41 +0100" endDate="2022-04-30 14:16:42 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 14:27:45 +0100" startDate="2022-04-30 14:16:42 +0100" endDate="2022-04-30 14:26:43 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 14:37:46 +0100" startDate="2022-04-30 14:26:43 +0100" endDate="2022-04-30 14:36:37 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 14:47:47 +0100" startDate="2022-04-30 14:36:44 +0100" endDate="2022-04-30 14:38:11 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 15:03:47 +0100" startDate="2022-04-30 14:52:45 +0100" endDate="2022-04-30 14:52:57 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 15:14:04 +0100" startDate="2022-04-30 15:03:01 +0100" endDate="2022-04-30 15:06:02 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 15:26:36 +0100" startDate="2022-04-30 15:15:33 +0100" endDate="2022-04-30 15:21:50 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 15:42:41 +0100" startDate="2022-04-30 15:31:39 +0100" endDate="2022-04-30 15:31:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 16:13:05 +0100" startDate="2022-04-30 16:02:02 +0100" endDate="2022-04-30 16:09:02 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 16:31:18 +0100" startDate="2022-04-30 16:20:15 +0100" endDate="2022-04-30 16:29:48 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 17:51:03 +0100" startDate="2022-04-30 17:40:00 +0100" endDate="2022-04-30 17:50:01 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 18:01:04 +0100" startDate="2022-04-30 17:50:01 +0100" endDate="2022-04-30 17:59:54 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 18:11:27 +0100" startDate="2022-04-30 18:00:25 +0100" endDate="2022-04-30 18:08:29 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 18:21:34 +0100" startDate="2022-04-30 18:10:31 +0100" endDate="2022-04-30 18:20:12 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 18:36:02 +0100" startDate="2022-04-30 18:25:00 +0100" endDate="2022-04-30 18:33:47 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 18:47:15 +0100" startDate="2022-04-30 18:36:12 +0100" endDate="2022-04-30 18:45:25 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 19:08:28 +0100" startDate="2022-04-30 18:57:26 +0100" endDate="2022-04-30 18:59:51 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 23:36:31 +0100" startDate="2022-04-30 23:25:28 +0100" endDate="2022-04-30 23:28:39 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-04-30 23:50:04 +0100" startDate="2022-04-30 23:39:01 +0100" endDate="2022-04-30 23:41:18 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 00:03:49 +0100" startDate="2022-04-30 23:52:46 +0100" endDate="2022-04-30 23:53:42 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 06:19:02 +0100" startDate="2022-05-01 06:07:59 +0100" endDate="2022-05-01 06:09:39 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 06:39:35 +0100" startDate="2022-05-01 06:28:33 +0100" endDate="2022-05-01 06:28:38 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 12:04:34 +0100" startDate="2022-05-01 11:53:32 +0100" endDate="2022-05-01 12:03:33 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 12:14:35 +0100" startDate="2022-05-01 12:03:33 +0100" endDate="2022-05-01 12:10:18 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 12:26:21 +0100" startDate="2022-05-01 12:15:18 +0100" endDate="2022-05-01 12:19:43 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 14:38:18 +0100" startDate="2022-05-01 14:27:16 +0100" endDate="2022-05-01 14:27:33 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 14:50:09 +0100" startDate="2022-05-01 14:39:06 +0100" endDate="2022-05-01 14:47:03 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 15:00:33 +0100" startDate="2022-05-01 14:49:30 +0100" endDate="2022-05-01 14:53:55 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 15:42:58 +0100" startDate="2022-05-01 15:31:55 +0100" endDate="2022-05-01 15:38:22 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 15:55:47 +0100" startDate="2022-05-01 15:44:45 +0100" endDate="2022-05-01 15:54:28 +0100" value="1052"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 16:05:48 +0100" startDate="2022-05-01 15:54:46 +0100" endDate="2022-05-01 15:57:06 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 16:33:11 +0100" startDate="2022-05-01 16:22:09 +0100" endDate="2022-05-01 16:22:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 16:53:12 +0100" startDate="2022-05-01 16:42:09 +0100" endDate="2022-05-01 16:51:55 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 17:03:26 +0100" startDate="2022-05-01 16:52:23 +0100" endDate="2022-05-01 17:02:23 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 17:13:26 +0100" startDate="2022-05-01 17:02:23 +0100" endDate="2022-05-01 17:03:17 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 17:35:43 +0100" startDate="2022-05-01 17:24:40 +0100" endDate="2022-05-01 17:25:34 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 17:53:03 +0100" startDate="2022-05-01 17:42:01 +0100" endDate="2022-05-01 17:51:46 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 18:04:13 +0100" startDate="2022-05-01 17:53:10 +0100" endDate="2022-05-01 18:00:16 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 20:21:28 +0100" startDate="2022-05-01 20:10:25 +0100" endDate="2022-05-01 20:19:45 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 20:35:54 +0100" startDate="2022-05-01 20:24:51 +0100" endDate="2022-05-01 20:31:10 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 21:06:22 +0100" startDate="2022-05-01 20:55:20 +0100" endDate="2022-05-01 20:59:29 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-01 21:22:46 +0100" startDate="2022-05-01 21:11:43 +0100" endDate="2022-05-01 21:19:02 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 05:30:20 +0100" startDate="2022-05-02 05:19:17 +0100" endDate="2022-05-02 05:25:03 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 05:57:42 +0100" startDate="2022-05-02 05:46:40 +0100" endDate="2022-05-02 05:55:24 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 06:07:56 +0100" startDate="2022-05-02 05:56:54 +0100" endDate="2022-05-02 06:06:55 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 06:17:57 +0100" startDate="2022-05-02 06:06:55 +0100" endDate="2022-05-02 06:16:56 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 06:27:58 +0100" startDate="2022-05-02 06:16:56 +0100" endDate="2022-05-02 06:20:45 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 07:02:32 +0100" startDate="2022-05-02 06:51:30 +0100" endDate="2022-05-02 06:51:32 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 07:40:48 +0100" startDate="2022-05-02 07:29:45 +0100" endDate="2022-05-02 07:31:32 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 07:59:06 +0100" startDate="2022-05-02 07:48:03 +0100" endDate="2022-05-02 07:53:06 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 11:28:56 +0100" startDate="2022-05-02 11:17:54 +0100" endDate="2022-05-02 11:21:58 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 11:56:13 +0100" startDate="2022-05-02 11:45:10 +0100" endDate="2022-05-02 11:53:24 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 12:31:07 +0100" startDate="2022-05-02 12:20:05 +0100" endDate="2022-05-02 12:20:10 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 13:42:30 +0100" startDate="2022-05-02 13:31:27 +0100" endDate="2022-05-02 13:40:07 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 13:57:04 +0100" startDate="2022-05-02 13:46:01 +0100" endDate="2022-05-02 13:46:06 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 14:53:26 +0100" startDate="2022-05-02 14:42:23 +0100" endDate="2022-05-02 14:51:28 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 15:06:47 +0100" startDate="2022-05-02 14:55:48 +0100" endDate="2022-05-02 15:05:40 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 15:16:48 +0100" startDate="2022-05-02 15:06:05 +0100" endDate="2022-05-02 15:14:42 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 15:27:12 +0100" startDate="2022-05-02 15:16:09 +0100" endDate="2022-05-02 15:26:10 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 15:37:13 +0100" startDate="2022-05-02 15:26:10 +0100" endDate="2022-05-02 15:35:53 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 15:47:29 +0100" startDate="2022-05-02 15:36:26 +0100" endDate="2022-05-02 15:40:16 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 16:08:07 +0100" startDate="2022-05-02 15:57:05 +0100" endDate="2022-05-02 16:05:06 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 16:28:15 +0100" startDate="2022-05-02 16:17:12 +0100" endDate="2022-05-02 16:24:12 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 16:39:35 +0100" startDate="2022-05-02 16:28:32 +0100" endDate="2022-05-02 16:30:37 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 16:54:35 +0100" startDate="2022-05-02 16:43:32 +0100" endDate="2022-05-02 16:52:14 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 17:15:47 +0100" startDate="2022-05-02 17:04:44 +0100" endDate="2022-05-02 17:04:59 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 18:28:05 +0100" startDate="2022-05-02 18:17:02 +0100" endDate="2022-05-02 18:27:03 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 18:38:06 +0100" startDate="2022-05-02 18:27:03 +0100" endDate="2022-05-02 18:37:04 +0100" value="1070"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 18:48:07 +0100" startDate="2022-05-02 18:37:04 +0100" endDate="2022-05-02 18:47:05 +0100" value="1121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 18:58:08 +0100" startDate="2022-05-02 18:47:05 +0100" endDate="2022-05-02 18:57:06 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 19:08:09 +0100" startDate="2022-05-02 18:57:06 +0100" endDate="2022-05-02 19:07:07 +0100" value="1067"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 19:18:10 +0100" startDate="2022-05-02 19:07:07 +0100" endDate="2022-05-02 19:13:14 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 21:40:05 +0100" startDate="2022-05-02 21:29:02 +0100" endDate="2022-05-02 21:38:59 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-02 21:50:14 +0100" startDate="2022-05-02 21:39:12 +0100" endDate="2022-05-02 21:39:14 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 05:36:27 +0100" startDate="2022-05-03 05:25:24 +0100" endDate="2022-05-03 05:25:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 05:52:27 +0100" startDate="2022-05-03 05:41:24 +0100" endDate="2022-05-03 05:45:18 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 06:10:29 +0100" startDate="2022-05-03 05:59:26 +0100" endDate="2022-05-03 06:02:07 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 07:01:43 +0100" startDate="2022-05-03 06:50:40 +0100" endDate="2022-05-03 06:54:57 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 07:12:58 +0100" startDate="2022-05-03 07:01:55 +0100" endDate="2022-05-03 07:01:58 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 07:25:59 +0100" startDate="2022-05-03 07:14:56 +0100" endDate="2022-05-03 07:15:21 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 07:57:59 +0100" startDate="2022-05-03 07:46:56 +0100" endDate="2022-05-03 07:49:42 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 08:33:05 +0100" startDate="2022-05-03 08:22:02 +0100" endDate="2022-05-03 08:22:07 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 08:57:21 +0100" startDate="2022-05-03 08:46:18 +0100" endDate="2022-05-03 08:46:59 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 10:24:53 +0100" startDate="2022-05-03 10:13:50 +0100" endDate="2022-05-03 10:22:58 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 10:35:01 +0100" startDate="2022-05-03 10:23:59 +0100" endDate="2022-05-03 10:28:26 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 12:12:37 +0100" startDate="2022-05-03 12:01:35 +0100" endDate="2022-05-03 12:04:20 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 12:23:10 +0100" startDate="2022-05-03 12:12:07 +0100" endDate="2022-05-03 12:13:19 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 12:35:49 +0100" startDate="2022-05-03 12:24:47 +0100" endDate="2022-05-03 12:34:45 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 12:45:53 +0100" startDate="2022-05-03 12:34:50 +0100" endDate="2022-05-03 12:36:27 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 12:55:57 +0100" startDate="2022-05-03 12:44:54 +0100" endDate="2022-05-03 12:45:40 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 14:26:47 +0100" startDate="2022-05-03 14:15:45 +0100" endDate="2022-05-03 14:15:55 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 16:21:24 +0100" startDate="2022-05-03 16:10:22 +0100" endDate="2022-05-03 16:20:23 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 16:31:31 +0100" startDate="2022-05-03 16:20:28 +0100" endDate="2022-05-03 16:26:27 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 16:41:34 +0100" startDate="2022-05-03 16:30:32 +0100" endDate="2022-05-03 16:38:25 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 17:39:44 +0100" startDate="2022-05-03 17:28:41 +0100" endDate="2022-05-03 17:38:32 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 17:49:50 +0100" startDate="2022-05-03 17:38:47 +0100" endDate="2022-05-03 17:41:58 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 18:04:57 +0100" startDate="2022-05-03 17:53:54 +0100" endDate="2022-05-03 18:03:37 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 18:15:33 +0100" startDate="2022-05-03 18:04:31 +0100" endDate="2022-05-03 18:13:15 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 18:25:39 +0100" startDate="2022-05-03 18:14:37 +0100" endDate="2022-05-03 18:23:37 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 18:46:22 +0100" startDate="2022-05-03 18:35:19 +0100" endDate="2022-05-03 18:36:13 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-03 21:27:16 +0100" startDate="2022-05-03 21:16:13 +0100" endDate="2022-05-03 21:20:17 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 04:32:18 +0100" startDate="2022-05-04 04:21:16 +0100" endDate="2022-05-04 04:23:41 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 04:54:00 +0100" startDate="2022-05-04 04:42:57 +0100" endDate="2022-05-04 04:43:15 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 05:15:42 +0100" startDate="2022-05-04 05:04:39 +0100" endDate="2022-05-04 05:06:46 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 08:26:38 +0100" startDate="2022-05-04 08:15:36 +0100" endDate="2022-05-04 08:19:45 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 08:33:40 +0100" startDate="2022-05-04 08:32:25 +0100" endDate="2022-05-04 08:33:36 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 08:34:05 +0100" startDate="2022-05-04 08:33:36 +0100" endDate="2022-05-04 08:33:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 08:52:00 +0100" startDate="2022-05-04 08:40:57 +0100" endDate="2022-05-04 08:50:56 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 08:59:39 +0100" startDate="2022-05-04 08:50:56 +0100" endDate="2022-05-04 08:54:42 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 09:35:11 +0100" startDate="2022-05-04 09:24:08 +0100" endDate="2022-05-04 09:24:16 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 11:34:02 +0100" startDate="2022-05-04 11:22:59 +0100" endDate="2022-05-04 11:30:28 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 11:54:31 +0100" startDate="2022-05-04 11:43:28 +0100" endDate="2022-05-04 11:44:04 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 12:22:25 +0100" startDate="2022-05-04 12:11:23 +0100" endDate="2022-05-04 12:13:05 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 12:32:34 +0100" startDate="2022-05-04 12:21:32 +0100" endDate="2022-05-04 12:28:34 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 14:42:11 +0100" startDate="2022-05-04 14:31:08 +0100" endDate="2022-05-04 14:35:53 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 14:53:57 +0100" startDate="2022-05-04 14:42:54 +0100" endDate="2022-05-04 14:45:06 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 17:22:11 +0100" startDate="2022-05-04 17:11:09 +0100" endDate="2022-05-04 17:18:50 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 17:35:34 +0100" startDate="2022-05-04 17:24:31 +0100" endDate="2022-05-04 17:34:30 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 17:45:33 +0100" startDate="2022-05-04 17:34:30 +0100" endDate="2022-05-04 17:37:00 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 18:35:20 +0100" startDate="2022-05-04 18:24:17 +0100" endDate="2022-05-04 18:31:30 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 19:43:23 +0100" startDate="2022-05-04 19:32:20 +0100" endDate="2022-05-04 19:32:23 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-04 21:15:51 +0100" startDate="2022-05-04 21:04:48 +0100" endDate="2022-05-04 21:05:37 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 05:40:26 +0100" startDate="2022-05-05 05:29:24 +0100" endDate="2022-05-05 05:33:08 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 06:43:45 +0100" startDate="2022-05-05 06:32:43 +0100" endDate="2022-05-05 06:40:54 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 08:37:25 +0100" startDate="2022-05-05 08:26:22 +0100" endDate="2022-05-05 08:28:06 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 08:54:49 +0100" startDate="2022-05-05 08:43:46 +0100" endDate="2022-05-05 08:49:53 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 09:17:14 +0100" startDate="2022-05-05 09:06:12 +0100" endDate="2022-05-05 09:12:57 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 09:30:10 +0100" startDate="2022-05-05 09:19:07 +0100" endDate="2022-05-05 09:21:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 11:59:52 +0100" startDate="2022-05-05 11:48:49 +0100" endDate="2022-05-05 11:49:00 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 12:14:20 +0100" startDate="2022-05-05 12:03:18 +0100" endDate="2022-05-05 12:08:06 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 12:25:58 +0100" startDate="2022-05-05 12:14:56 +0100" endDate="2022-05-05 12:15:03 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 18:29:52 +0100" startDate="2022-05-05 18:18:49 +0100" endDate="2022-05-05 18:28:17 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 18:39:55 +0100" startDate="2022-05-05 18:28:53 +0100" endDate="2022-05-05 18:32:47 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 18:53:23 +0100" startDate="2022-05-05 18:42:20 +0100" endDate="2022-05-05 18:46:42 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 20:11:57 +0100" startDate="2022-05-05 20:00:55 +0100" endDate="2022-05-05 20:02:39 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 21:22:35 +0100" startDate="2022-05-05 21:11:32 +0100" endDate="2022-05-05 21:21:21 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 21:33:04 +0100" startDate="2022-05-05 21:22:01 +0100" endDate="2022-05-05 21:31:24 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 21:45:48 +0100" startDate="2022-05-05 21:34:45 +0100" endDate="2022-05-05 21:34:53 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-05 22:07:04 +0100" startDate="2022-05-05 21:56:02 +0100" endDate="2022-05-05 21:56:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 03:53:38 +0100" startDate="2022-05-06 03:42:36 +0100" endDate="2022-05-06 03:42:41 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 04:06:50 +0100" startDate="2022-05-06 03:55:48 +0100" endDate="2022-05-06 03:56:39 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 07:08:46 +0100" startDate="2022-05-06 06:44:16 +0100" endDate="2022-05-06 06:49:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 07:12:38 +0100" startDate="2022-05-06 07:01:35 +0100" endDate="2022-05-06 07:09:57 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 07:25:36 +0100" startDate="2022-05-06 07:14:34 +0100" endDate="2022-05-06 07:21:36 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 07:51:37 +0100" startDate="2022-05-06 07:40:34 +0100" endDate="2022-05-06 07:40:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 10:13:37 +0100" startDate="2022-05-06 10:02:35 +0100" endDate="2022-05-06 10:12:13 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 10:24:29 +0100" startDate="2022-05-06 10:13:27 +0100" endDate="2022-05-06 10:18:25 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 10:42:55 +0100" startDate="2022-05-06 10:31:52 +0100" endDate="2022-05-06 10:41:33 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 10:54:43 +0100" startDate="2022-05-06 10:43:41 +0100" endDate="2022-05-06 10:46:44 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 11:11:45 +0100" startDate="2022-05-06 11:00:42 +0100" endDate="2022-05-06 11:04:18 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 15:59:39 +0100" startDate="2022-05-06 15:48:37 +0100" endDate="2022-05-06 15:57:19 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 16:26:19 +0100" startDate="2022-05-06 16:15:16 +0100" endDate="2022-05-06 16:18:32 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 16:49:04 +0100" startDate="2022-05-06 16:38:01 +0100" endDate="2022-05-06 16:47:06 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 17:02:29 +0100" startDate="2022-05-06 16:51:26 +0100" endDate="2022-05-06 17:01:25 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 17:12:28 +0100" startDate="2022-05-06 17:01:25 +0100" endDate="2022-05-06 17:07:39 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 19:36:12 +0100" startDate="2022-05-06 19:25:09 +0100" endDate="2022-05-06 19:35:10 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 19:46:13 +0100" startDate="2022-05-06 19:35:10 +0100" endDate="2022-05-06 19:37:23 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 20:55:12 +0100" startDate="2022-05-06 20:44:10 +0100" endDate="2022-05-06 20:54:11 +0100" value="1025"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 21:05:13 +0100" startDate="2022-05-06 20:54:11 +0100" endDate="2022-05-06 21:04:09 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 21:15:35 +0100" startDate="2022-05-06 21:04:32 +0100" endDate="2022-05-06 21:12:36 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 21:25:59 +0100" startDate="2022-05-06 21:14:56 +0100" endDate="2022-05-06 21:15:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 21:43:24 +0100" startDate="2022-05-06 21:32:22 +0100" endDate="2022-05-06 21:33:05 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 22:23:31 +0100" startDate="2022-05-06 22:12:28 +0100" endDate="2022-05-06 22:12:46 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-06 22:39:24 +0100" startDate="2022-05-06 22:28:21 +0100" endDate="2022-05-06 22:32:20 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 06:53:19 +0100" startDate="2022-05-07 06:42:17 +0100" endDate="2022-05-07 06:50:26 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 07:06:58 +0100" startDate="2022-05-07 06:55:55 +0100" endDate="2022-05-07 07:00:22 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 07:16:59 +0100" startDate="2022-05-07 07:05:56 +0100" endDate="2022-05-07 07:10:41 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 07:34:14 +0100" startDate="2022-05-07 07:18:03 +0100" endDate="2022-05-07 07:18:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 08:50:15 +0100" startDate="2022-05-07 08:47:46 +0100" endDate="2022-05-07 08:48:47 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 09:02:38 +0100" startDate="2022-05-07 08:51:35 +0100" endDate="2022-05-07 08:54:08 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 09:18:48 +0100" startDate="2022-05-07 09:07:45 +0100" endDate="2022-05-07 09:14:18 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 09:30:39 +0100" startDate="2022-05-07 09:19:36 +0100" endDate="2022-05-07 09:28:38 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 09:41:00 +0100" startDate="2022-05-07 09:29:57 +0100" endDate="2022-05-07 09:34:04 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 09:56:14 +0100" startDate="2022-05-07 09:45:12 +0100" endDate="2022-05-07 09:45:24 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 10:08:20 +0100" startDate="2022-05-07 09:57:17 +0100" endDate="2022-05-07 10:07:19 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 10:18:24 +0100" startDate="2022-05-07 10:07:21 +0100" endDate="2022-05-07 10:07:54 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 10:33:20 +0100" startDate="2022-05-07 10:22:18 +0100" endDate="2022-05-07 10:29:03 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 10:50:04 +0100" startDate="2022-05-07 10:39:01 +0100" endDate="2022-05-07 10:39:42 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 11:00:07 +0100" startDate="2022-05-07 10:49:05 +0100" endDate="2022-05-07 10:55:55 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 11:11:35 +0100" startDate="2022-05-07 11:00:32 +0100" endDate="2022-05-07 11:10:34 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 11:22:16 +0100" startDate="2022-05-07 11:10:34 +0100" endDate="2022-05-07 11:12:36 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 11:38:53 +0100" startDate="2022-05-07 11:21:13 +0100" endDate="2022-05-07 11:28:49 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 11:47:56 +0100" startDate="2022-05-07 11:34:23 +0100" endDate="2022-05-07 11:44:24 +0100" value="1052"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 12:08:26 +0100" startDate="2022-05-07 11:44:24 +0100" endDate="2022-05-07 11:48:49 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 12:30:09 +0100" startDate="2022-05-07 11:59:11 +0100" endDate="2022-05-07 12:09:12 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 12:30:09 +0100" startDate="2022-05-07 12:09:12 +0100" endDate="2022-05-07 12:12:13 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 12:37:55 +0100" startDate="2022-05-07 12:12:13 +0100" endDate="2022-05-07 12:13:32 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 12:46:58 +0100" startDate="2022-05-07 12:33:35 +0100" endDate="2022-05-07 12:43:36 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 13:12:19 +0100" startDate="2022-05-07 12:43:36 +0100" endDate="2022-05-07 12:53:37 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 13:12:19 +0100" startDate="2022-05-07 12:53:37 +0100" endDate="2022-05-07 13:01:23 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 13:30:48 +0100" startDate="2022-05-07 13:04:40 +0100" endDate="2022-05-07 13:14:41 +0100" value="1048"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 13:30:48 +0100" startDate="2022-05-07 13:14:41 +0100" endDate="2022-05-07 13:24:39 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 13:37:25 +0100" startDate="2022-05-07 13:24:44 +0100" endDate="2022-05-07 13:33:54 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 13:47:55 +0100" startDate="2022-05-07 13:36:52 +0100" endDate="2022-05-07 13:46:00 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 14:25:20 +0100" startDate="2022-05-07 14:14:17 +0100" endDate="2022-05-07 14:23:12 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 14:53:44 +0100" startDate="2022-05-07 14:42:41 +0100" endDate="2022-05-07 14:46:41 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 15:25:20 +0100" startDate="2022-05-07 15:14:18 +0100" endDate="2022-05-07 15:14:23 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 16:51:31 +0100" startDate="2022-05-07 16:40:28 +0100" endDate="2022-05-07 16:47:08 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 17:11:00 +0100" startDate="2022-05-07 16:59:57 +0100" endDate="2022-05-07 17:09:58 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 17:21:01 +0100" startDate="2022-05-07 17:09:58 +0100" endDate="2022-05-07 17:19:54 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 17:31:30 +0100" startDate="2022-05-07 17:20:27 +0100" endDate="2022-05-07 17:25:36 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 19:52:43 +0100" startDate="2022-05-07 19:41:40 +0100" endDate="2022-05-07 19:43:30 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 22:15:52 +0100" startDate="2022-05-07 22:04:49 +0100" endDate="2022-05-07 22:14:49 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 22:25:52 +0100" startDate="2022-05-07 22:14:49 +0100" endDate="2022-05-07 22:24:35 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 22:55:39 +0100" startDate="2022-05-07 22:44:37 +0100" endDate="2022-05-07 22:54:10 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 23:20:17 +0100" startDate="2022-05-07 23:09:14 +0100" endDate="2022-05-07 23:16:55 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-07 23:51:04 +0100" startDate="2022-05-07 23:40:01 +0100" endDate="2022-05-07 23:46:21 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 00:08:28 +0100" startDate="2022-05-07 23:57:25 +0100" endDate="2022-05-07 23:58:01 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 01:38:53 +0100" startDate="2022-05-08 01:28:17 +0100" endDate="2022-05-08 01:38:18 +0100" value="1098"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 01:48:50 +0100" startDate="2022-05-08 01:38:18 +0100" endDate="2022-05-08 01:45:13 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 02:28:04 +0100" startDate="2022-05-08 02:17:01 +0100" endDate="2022-05-08 02:23:49 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 12:04:04 +0100" startDate="2022-05-08 11:53:02 +0100" endDate="2022-05-08 11:53:09 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 12:45:58 +0100" startDate="2022-05-08 12:34:56 +0100" endDate="2022-05-08 12:35:29 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 13:09:59 +0100" startDate="2022-05-08 12:58:56 +0100" endDate="2022-05-08 13:06:22 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 13:21:07 +0100" startDate="2022-05-08 13:10:05 +0100" endDate="2022-05-08 13:20:05 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 13:31:07 +0100" startDate="2022-05-08 13:20:05 +0100" endDate="2022-05-08 13:26:27 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 14:02:48 +0100" startDate="2022-05-08 13:51:45 +0100" endDate="2022-05-08 13:52:56 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 16:56:54 +0100" startDate="2022-05-08 16:45:51 +0100" endDate="2022-05-08 16:53:40 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 17:07:51 +0100" startDate="2022-05-08 16:56:48 +0100" endDate="2022-05-08 16:58:58 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 18:42:28 +0100" startDate="2022-05-08 18:31:25 +0100" endDate="2022-05-08 18:32:37 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-08 19:32:51 +0100" startDate="2022-05-08 19:21:48 +0100" endDate="2022-05-08 19:31:42 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 07:27:30 +0100" startDate="2022-05-09 07:16:27 +0100" endDate="2022-05-09 07:21:58 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 08:07:44 +0100" startDate="2022-05-09 07:56:41 +0100" endDate="2022-05-09 07:56:43 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 08:19:50 +0100" startDate="2022-05-09 08:08:47 +0100" endDate="2022-05-09 08:08:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 08:30:25 +0100" startDate="2022-05-09 08:19:22 +0100" endDate="2022-05-09 08:26:53 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 08:37:03 +0100" startDate="2022-05-09 08:34:08 +0100" endDate="2022-05-09 08:36:03 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 09:39:15 +0100" startDate="2022-05-09 09:28:12 +0100" endDate="2022-05-09 09:28:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 10:17:24 +0100" startDate="2022-05-09 10:06:21 +0100" endDate="2022-05-09 10:11:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 10:59:48 +0100" startDate="2022-05-09 10:48:45 +0100" endDate="2022-05-09 10:48:58 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 11:12:33 +0100" startDate="2022-05-09 11:01:30 +0100" endDate="2022-05-09 11:11:29 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 11:29:24 +0100" startDate="2022-05-09 11:18:21 +0100" endDate="2022-05-09 11:24:21 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 11:56:35 +0100" startDate="2022-05-09 11:45:32 +0100" endDate="2022-05-09 11:55:25 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 12:07:55 +0100" startDate="2022-05-09 11:56:52 +0100" endDate="2022-05-09 11:58:39 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 15:07:44 +0100" startDate="2022-05-09 14:56:42 +0100" endDate="2022-05-09 14:56:44 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 17:40:07 +0100" startDate="2022-05-09 17:29:04 +0100" endDate="2022-05-09 17:39:05 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 17:50:38 +0100" startDate="2022-05-09 17:39:36 +0100" endDate="2022-05-09 17:49:37 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 18:00:39 +0100" startDate="2022-05-09 17:49:37 +0100" endDate="2022-05-09 17:58:47 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-09 21:43:53 +0100" startDate="2022-05-09 21:32:51 +0100" endDate="2022-05-09 21:33:04 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 05:12:08 +0100" startDate="2022-05-10 05:01:05 +0100" endDate="2022-05-10 05:09:47 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 05:26:04 +0100" startDate="2022-05-10 05:15:02 +0100" endDate="2022-05-10 05:19:42 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 05:53:15 +0100" startDate="2022-05-10 05:42:12 +0100" endDate="2022-05-10 05:46:35 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 06:05:27 +0100" startDate="2022-05-10 05:54:25 +0100" endDate="2022-05-10 06:04:11 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 06:16:37 +0100" startDate="2022-05-10 06:05:35 +0100" endDate="2022-05-10 06:10:43 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 07:11:25 +0100" startDate="2022-05-10 07:00:23 +0100" endDate="2022-05-10 07:10:16 +0100" value="1101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 07:22:07 +0100" startDate="2022-05-10 07:11:05 +0100" endDate="2022-05-10 07:14:23 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 08:02:24 +0100" startDate="2022-05-10 07:51:21 +0100" endDate="2022-05-10 08:01:22 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 08:12:25 +0100" startDate="2022-05-10 08:01:22 +0100" endDate="2022-05-10 08:11:18 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 11:21:20 +0100" startDate="2022-05-10 11:10:17 +0100" endDate="2022-05-10 11:20:18 +0100" value="1079"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 11:31:21 +0100" startDate="2022-05-10 11:20:18 +0100" endDate="2022-05-10 11:30:19 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 11:41:22 +0100" startDate="2022-05-10 11:30:19 +0100" endDate="2022-05-10 11:40:02 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 11:51:28 +0100" startDate="2022-05-10 11:40:25 +0100" endDate="2022-05-10 11:41:01 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 12:41:33 +0100" startDate="2022-05-10 12:30:31 +0100" endDate="2022-05-10 12:38:04 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 14:27:06 +0100" startDate="2022-05-10 14:16:03 +0100" endDate="2022-05-10 14:26:04 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 14:56:47 +0100" startDate="2022-05-10 14:45:44 +0100" endDate="2022-05-10 14:55:43 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 15:06:46 +0100" startDate="2022-05-10 14:55:43 +0100" endDate="2022-05-10 14:58:57 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 15:33:46 +0100" startDate="2022-05-10 15:22:43 +0100" endDate="2022-05-10 15:29:18 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 15:52:03 +0100" startDate="2022-05-10 15:41:01 +0100" endDate="2022-05-10 15:41:06 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 16:21:06 +0100" startDate="2022-05-10 16:10:03 +0100" endDate="2022-05-10 16:16:39 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 17:29:50 +0100" startDate="2022-05-10 17:18:47 +0100" endDate="2022-05-10 17:18:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 18:07:01 +0100" startDate="2022-05-10 17:55:59 +0100" endDate="2022-05-10 18:02:19 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 18:17:19 +0100" startDate="2022-05-10 18:06:17 +0100" endDate="2022-05-10 18:06:45 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 18:30:14 +0100" startDate="2022-05-10 18:19:12 +0100" endDate="2022-05-10 18:28:03 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 18:43:54 +0100" startDate="2022-05-10 18:32:51 +0100" endDate="2022-05-10 18:39:47 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 18:59:22 +0100" startDate="2022-05-10 18:48:19 +0100" endDate="2022-05-10 18:48:57 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 19:12:31 +0100" startDate="2022-05-10 19:01:28 +0100" endDate="2022-05-10 19:04:34 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 20:10:05 +0100" startDate="2022-05-10 19:59:02 +0100" endDate="2022-05-10 20:04:21 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 20:21:18 +0100" startDate="2022-05-10 20:10:15 +0100" endDate="2022-05-10 20:13:24 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-10 22:01:21 +0100" startDate="2022-05-10 21:50:18 +0100" endDate="2022-05-10 21:51:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 03:41:17 +0100" startDate="2022-05-11 03:30:14 +0100" endDate="2022-05-11 03:30:17 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 05:19:39 +0100" startDate="2022-05-11 05:08:37 +0100" endDate="2022-05-11 05:08:39 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 05:35:13 +0100" startDate="2022-05-11 05:24:10 +0100" endDate="2022-05-11 05:29:54 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 06:28:13 +0100" startDate="2022-05-11 06:17:11 +0100" endDate="2022-05-11 06:22:49 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 06:38:46 +0100" startDate="2022-05-11 06:27:43 +0100" endDate="2022-05-11 06:29:25 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 08:00:08 +0100" startDate="2022-05-11 07:49:05 +0100" endDate="2022-05-11 07:52:49 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 11:32:10 +0100" startDate="2022-05-11 11:21:07 +0100" endDate="2022-05-11 11:26:33 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 11:48:53 +0100" startDate="2022-05-11 11:37:50 +0100" endDate="2022-05-11 11:37:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 12:25:25 +0100" startDate="2022-05-11 12:14:23 +0100" endDate="2022-05-11 12:21:48 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 12:57:51 +0100" startDate="2022-05-11 12:46:48 +0100" endDate="2022-05-11 12:52:48 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 13:10:18 +0100" startDate="2022-05-11 12:59:15 +0100" endDate="2022-05-11 12:59:33 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 14:10:31 +0100" startDate="2022-05-11 13:59:28 +0100" endDate="2022-05-11 14:09:19 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 14:20:30 +0100" startDate="2022-05-11 14:09:27 +0100" endDate="2022-05-11 14:09:42 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 14:40:29 +0100" startDate="2022-05-11 14:29:26 +0100" endDate="2022-05-11 14:36:40 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 14:54:39 +0100" startDate="2022-05-11 14:43:37 +0100" endDate="2022-05-11 14:50:19 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 17:48:27 +0100" startDate="2022-05-11 17:37:24 +0100" endDate="2022-05-11 17:37:26 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 19:23:35 +0100" startDate="2022-05-11 19:12:32 +0100" endDate="2022-05-11 19:19:07 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 20:19:29 +0100" startDate="2022-05-11 20:08:26 +0100" endDate="2022-05-11 20:15:04 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 20:34:43 +0100" startDate="2022-05-11 20:23:41 +0100" endDate="2022-05-11 20:31:19 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 20:45:35 +0100" startDate="2022-05-11 20:34:33 +0100" endDate="2022-05-11 20:34:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-11 22:26:48 +0100" startDate="2022-05-11 22:15:46 +0100" endDate="2022-05-11 22:15:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-12 06:31:01 +0100" startDate="2022-05-12 06:19:59 +0100" endDate="2022-05-12 06:20:29 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-12 08:16:25 +0100" startDate="2022-05-12 08:05:22 +0100" endDate="2022-05-12 08:05:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-12 10:48:00 +0100" startDate="2022-05-12 10:36:58 +0100" endDate="2022-05-12 10:37:03 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-12 11:14:10 +0100" startDate="2022-05-12 11:03:07 +0100" endDate="2022-05-12 11:03:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-12 12:15:27 +0100" startDate="2022-05-12 12:04:24 +0100" endDate="2022-05-12 12:06:37 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-12 14:54:24 +0100" startDate="2022-05-12 14:43:22 +0100" endDate="2022-05-12 14:43:27 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-12 15:15:34 +0100" startDate="2022-05-12 15:04:31 +0100" endDate="2022-05-12 15:04:39 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-12 15:24:40 +0100" startDate="2022-05-12 15:18:19 +0100" endDate="2022-05-12 15:21:33 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-12 17:42:27 +0100" startDate="2022-05-12 17:31:24 +0100" endDate="2022-05-12 17:32:13 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-12 21:09:20 +0100" startDate="2022-05-12 20:58:17 +0100" endDate="2022-05-12 20:58:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 05:07:02 +0100" startDate="2022-05-13 04:55:59 +0100" endDate="2022-05-13 05:06:00 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 05:17:03 +0100" startDate="2022-05-13 05:06:00 +0100" endDate="2022-05-13 05:15:58 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 06:39:31 +0100" startDate="2022-05-13 06:28:28 +0100" endDate="2022-05-13 06:38:14 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 06:57:23 +0100" startDate="2022-05-13 06:46:21 +0100" endDate="2022-05-13 06:53:39 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 07:16:06 +0100" startDate="2022-05-13 07:05:03 +0100" endDate="2022-05-13 07:09:03 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 07:48:30 +0100" startDate="2022-05-13 07:37:27 +0100" endDate="2022-05-13 07:40:05 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 10:45:15 +0100" startDate="2022-05-13 10:34:12 +0100" endDate="2022-05-13 10:41:48 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 11:33:13 +0100" startDate="2022-05-13 11:22:10 +0100" endDate="2022-05-13 11:31:33 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 12:36:53 +0100" startDate="2022-05-13 12:25:50 +0100" endDate="2022-05-13 12:35:08 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 15:58:38 +0100" startDate="2022-05-13 15:47:35 +0100" endDate="2022-05-13 15:57:36 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 16:08:54 +0100" startDate="2022-05-13 15:57:51 +0100" endDate="2022-05-13 16:07:01 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 16:19:10 +0100" startDate="2022-05-13 16:08:08 +0100" endDate="2022-05-13 16:18:09 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 16:29:11 +0100" startDate="2022-05-13 16:18:09 +0100" endDate="2022-05-13 16:22:28 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 18:07:42 +0100" startDate="2022-05-13 17:56:40 +0100" endDate="2022-05-13 18:05:17 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 18:44:30 +0100" startDate="2022-05-13 18:33:27 +0100" endDate="2022-05-13 18:37:06 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 19:05:40 +0100" startDate="2022-05-13 18:54:37 +0100" endDate="2022-05-13 18:54:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-13 21:41:33 +0100" startDate="2022-05-13 21:30:30 +0100" endDate="2022-05-13 21:30:53 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 06:52:08 +0100" startDate="2022-05-14 06:41:05 +0100" endDate="2022-05-14 06:51:01 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 07:02:11 +0100" startDate="2022-05-14 06:51:09 +0100" endDate="2022-05-14 06:58:12 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 08:29:18 +0100" startDate="2022-05-14 08:18:16 +0100" endDate="2022-05-14 08:22:02 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 08:53:40 +0100" startDate="2022-05-14 08:42:37 +0100" endDate="2022-05-14 08:42:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 13:39:39 +0100" startDate="2022-05-14 13:28:37 +0100" endDate="2022-05-14 13:37:03 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 14:06:42 +0100" startDate="2022-05-14 13:55:39 +0100" endDate="2022-05-14 14:04:31 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 14:50:08 +0100" startDate="2022-05-14 14:39:05 +0100" endDate="2022-05-14 14:39:18 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 16:06:55 +0100" startDate="2022-05-14 15:55:52 +0100" endDate="2022-05-14 16:04:45 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 16:17:19 +0100" startDate="2022-05-14 16:06:16 +0100" endDate="2022-05-14 16:14:41 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 16:31:38 +0100" startDate="2022-05-14 16:20:35 +0100" endDate="2022-05-14 16:29:54 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 16:47:01 +0100" startDate="2022-05-14 16:35:58 +0100" endDate="2022-05-14 16:45:36 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 16:57:33 +0100" startDate="2022-05-14 16:46:30 +0100" endDate="2022-05-14 16:52:24 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 17:19:19 +0100" startDate="2022-05-14 17:08:17 +0100" endDate="2022-05-14 17:13:53 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 17:29:49 +0100" startDate="2022-05-14 17:18:46 +0100" endDate="2022-05-14 17:22:10 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 18:19:06 +0100" startDate="2022-05-14 18:08:03 +0100" endDate="2022-05-14 18:08:42 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 18:33:24 +0100" startDate="2022-05-14 18:22:21 +0100" endDate="2022-05-14 18:30:46 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 18:44:06 +0100" startDate="2022-05-14 18:33:03 +0100" endDate="2022-05-14 18:34:15 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 20:24:55 +0100" startDate="2022-05-14 20:13:52 +0100" endDate="2022-05-14 20:23:20 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 20:34:56 +0100" startDate="2022-05-14 20:23:53 +0100" endDate="2022-05-14 20:33:54 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 20:44:57 +0100" startDate="2022-05-14 20:33:54 +0100" endDate="2022-05-14 20:38:44 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 21:32:24 +0100" startDate="2022-05-14 21:21:21 +0100" endDate="2022-05-14 21:29:33 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-14 23:13:28 +0100" startDate="2022-05-14 23:02:25 +0100" endDate="2022-05-14 23:02:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 08:54:34 +0100" startDate="2022-05-15 08:43:32 +0100" endDate="2022-05-15 08:44:00 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 10:24:03 +0100" startDate="2022-05-15 10:13:00 +0100" endDate="2022-05-15 10:22:05 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 10:45:22 +0100" startDate="2022-05-15 10:34:19 +0100" endDate="2022-05-15 10:39:40 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 10:55:28 +0100" startDate="2022-05-15 10:44:26 +0100" endDate="2022-05-15 10:54:27 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 11:05:29 +0100" startDate="2022-05-15 10:54:27 +0100" endDate="2022-05-15 10:55:46 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 11:59:50 +0100" startDate="2022-05-15 11:48:48 +0100" endDate="2022-05-15 11:58:31 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 12:10:04 +0100" startDate="2022-05-15 11:59:01 +0100" endDate="2022-05-15 12:08:23 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 12:20:54 +0100" startDate="2022-05-15 12:09:52 +0100" endDate="2022-05-15 12:14:06 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 12:42:39 +0100" startDate="2022-05-15 12:31:36 +0100" endDate="2022-05-15 12:35:33 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 12:52:48 +0100" startDate="2022-05-15 12:41:45 +0100" endDate="2022-05-15 12:46:15 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 13:05:07 +0100" startDate="2022-05-15 12:54:04 +0100" endDate="2022-05-15 13:03:32 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 13:17:02 +0100" startDate="2022-05-15 13:06:00 +0100" endDate="2022-05-15 13:15:25 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 13:28:43 +0100" startDate="2022-05-15 13:17:40 +0100" endDate="2022-05-15 13:23:02 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 13:39:47 +0100" startDate="2022-05-15 13:28:44 +0100" endDate="2022-05-15 13:38:43 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 13:49:46 +0100" startDate="2022-05-15 13:38:43 +0100" endDate="2022-05-15 13:47:52 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 14:01:15 +0100" startDate="2022-05-15 13:50:12 +0100" endDate="2022-05-15 13:58:47 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 14:14:50 +0100" startDate="2022-05-15 14:03:47 +0100" endDate="2022-05-15 14:12:53 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 14:25:45 +0100" startDate="2022-05-15 14:14:42 +0100" endDate="2022-05-15 14:15:10 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 14:59:07 +0100" startDate="2022-05-15 14:48:04 +0100" endDate="2022-05-15 14:50:52 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 15:11:45 +0100" startDate="2022-05-15 15:00:43 +0100" endDate="2022-05-15 15:02:09 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 15:28:29 +0100" startDate="2022-05-15 15:17:27 +0100" endDate="2022-05-15 15:27:28 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 15:38:30 +0100" startDate="2022-05-15 15:27:28 +0100" endDate="2022-05-15 15:27:43 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 16:04:53 +0100" startDate="2022-05-15 15:53:50 +0100" endDate="2022-05-15 15:57:22 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 16:34:07 +0100" startDate="2022-05-15 16:23:04 +0100" endDate="2022-05-15 16:24:06 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 16:46:02 +0100" startDate="2022-05-15 16:34:59 +0100" endDate="2022-05-15 16:38:18 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 17:23:35 +0100" startDate="2022-05-15 17:12:33 +0100" endDate="2022-05-15 17:13:23 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 17:42:57 +0100" startDate="2022-05-15 17:31:54 +0100" endDate="2022-05-15 17:36:21 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 18:29:32 +0100" startDate="2022-05-15 18:18:29 +0100" endDate="2022-05-15 18:28:05 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 18:43:10 +0100" startDate="2022-05-15 18:32:07 +0100" endDate="2022-05-15 18:32:43 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 19:20:42 +0100" startDate="2022-05-15 19:09:39 +0100" endDate="2022-05-15 19:10:23 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 19:40:34 +0100" startDate="2022-05-15 19:29:32 +0100" endDate="2022-05-15 19:32:04 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 20:04:46 +0100" startDate="2022-05-15 19:53:43 +0100" endDate="2022-05-15 20:01:17 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 21:34:11 +0100" startDate="2022-05-15 21:23:09 +0100" endDate="2022-05-15 21:23:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-15 22:07:44 +0100" startDate="2022-05-15 21:56:41 +0100" endDate="2022-05-15 21:59:22 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 06:48:25 +0100" startDate="2022-05-16 06:37:23 +0100" endDate="2022-05-16 06:43:47 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 07:03:35 +0100" startDate="2022-05-16 06:52:32 +0100" endDate="2022-05-16 06:53:36 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 07:35:12 +0100" startDate="2022-05-16 07:24:09 +0100" endDate="2022-05-16 07:25:36 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 07:47:37 +0100" startDate="2022-05-16 07:36:34 +0100" endDate="2022-05-16 07:36:57 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 07:58:29 +0100" startDate="2022-05-16 07:47:26 +0100" endDate="2022-05-16 07:47:37 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 08:26:28 +0100" startDate="2022-05-16 08:15:25 +0100" endDate="2022-05-16 08:15:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 11:53:44 +0100" startDate="2022-05-16 11:42:41 +0100" endDate="2022-05-16 11:43:04 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 13:14:18 +0100" startDate="2022-05-16 13:03:15 +0100" endDate="2022-05-16 13:08:41 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 13:49:43 +0100" startDate="2022-05-16 13:38:40 +0100" endDate="2022-05-16 13:48:41 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 13:59:44 +0100" startDate="2022-05-16 13:48:41 +0100" endDate="2022-05-16 13:53:41 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 14:50:44 +0100" startDate="2022-05-16 14:39:42 +0100" endDate="2022-05-16 14:39:54 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 18:35:56 +0100" startDate="2022-05-16 18:24:53 +0100" endDate="2022-05-16 18:25:08 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 18:57:20 +0100" startDate="2022-05-16 18:46:17 +0100" endDate="2022-05-16 18:46:32 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-16 21:27:35 +0100" startDate="2022-05-16 21:16:33 +0100" endDate="2022-05-16 21:21:18 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 07:34:04 +0100" startDate="2022-05-17 07:23:01 +0100" endDate="2022-05-17 07:23:24 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 07:45:26 +0100" startDate="2022-05-17 07:34:24 +0100" endDate="2022-05-17 07:34:54 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 08:28:37 +0100" startDate="2022-05-17 08:17:34 +0100" endDate="2022-05-17 08:21:09 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 08:36:49 +0100" startDate="2022-05-17 08:32:00 +0100" endDate="2022-05-17 08:32:05 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 08:53:07 +0100" startDate="2022-05-17 08:42:05 +0100" endDate="2022-05-17 08:42:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 09:03:14 +0100" startDate="2022-05-17 08:52:11 +0100" endDate="2022-05-17 08:52:47 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 09:13:20 +0100" startDate="2022-05-17 09:02:17 +0100" endDate="2022-05-17 09:02:30 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 09:33:34 +0100" startDate="2022-05-17 09:22:31 +0100" endDate="2022-05-17 09:28:20 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 09:44:58 +0100" startDate="2022-05-17 09:33:55 +0100" endDate="2022-05-17 09:38:48 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 09:56:13 +0100" startDate="2022-05-17 09:45:10 +0100" endDate="2022-05-17 09:47:02 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 10:06:47 +0100" startDate="2022-05-17 09:55:44 +0100" endDate="2022-05-17 10:04:14 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 12:20:08 +0100" startDate="2022-05-17 12:09:05 +0100" endDate="2022-05-17 12:18:33 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 12:49:21 +0100" startDate="2022-05-17 12:38:18 +0100" endDate="2022-05-17 12:44:34 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 13:08:26 +0100" startDate="2022-05-17 12:57:23 +0100" endDate="2022-05-17 12:58:19 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 14:12:03 +0100" startDate="2022-05-17 14:01:00 +0100" endDate="2022-05-17 14:02:57 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 14:49:33 +0100" startDate="2022-05-17 14:38:30 +0100" endDate="2022-05-17 14:45:23 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 16:24:25 +0100" startDate="2022-05-17 16:13:22 +0100" endDate="2022-05-17 16:19:26 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 16:46:30 +0100" startDate="2022-05-17 16:35:27 +0100" endDate="2022-05-17 16:35:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-17 20:39:12 +0100" startDate="2022-05-17 20:28:09 +0100" endDate="2022-05-17 20:28:17 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 05:03:23 +0100" startDate="2022-05-18 04:52:20 +0100" endDate="2022-05-18 04:52:28 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 05:35:49 +0100" startDate="2022-05-18 05:24:46 +0100" endDate="2022-05-18 05:30:55 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 06:30:24 +0100" startDate="2022-05-18 06:19:21 +0100" endDate="2022-05-18 06:29:22 +0100" value="1083"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 06:40:25 +0100" startDate="2022-05-18 06:29:22 +0100" endDate="2022-05-18 06:31:24 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 08:02:05 +0100" startDate="2022-05-18 07:51:03 +0100" endDate="2022-05-18 08:01:04 +0100" value="1097"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 08:12:06 +0100" startDate="2022-05-18 08:01:04 +0100" endDate="2022-05-18 08:10:39 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 08:22:10 +0100" startDate="2022-05-18 08:11:07 +0100" endDate="2022-05-18 08:12:39 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 12:26:59 +0100" startDate="2022-05-18 12:15:57 +0100" endDate="2022-05-18 12:24:36 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 12:39:24 +0100" startDate="2022-05-18 12:28:21 +0100" endDate="2022-05-18 12:29:02 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 12:54:15 +0100" startDate="2022-05-18 12:43:12 +0100" endDate="2022-05-18 12:52:38 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 13:05:53 +0100" startDate="2022-05-18 12:54:50 +0100" endDate="2022-05-18 12:58:37 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 14:26:13 +0100" startDate="2022-05-18 14:15:10 +0100" endDate="2022-05-18 14:17:30 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 14:39:42 +0100" startDate="2022-05-18 14:28:39 +0100" endDate="2022-05-18 14:36:28 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 17:24:53 +0100" startDate="2022-05-18 17:13:50 +0100" endDate="2022-05-18 17:21:21 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 20:21:49 +0100" startDate="2022-05-18 20:10:47 +0100" endDate="2022-05-18 20:16:36 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 20:33:17 +0100" startDate="2022-05-18 20:22:14 +0100" endDate="2022-05-18 20:22:27 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-18 21:25:00 +0100" startDate="2022-05-18 21:13:58 +0100" endDate="2022-05-18 21:14:10 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 05:25:39 +0100" startDate="2022-05-19 05:14:36 +0100" endDate="2022-05-19 05:20:09 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 06:18:24 +0100" startDate="2022-05-19 06:07:22 +0100" endDate="2022-05-19 06:17:23 +0100" value="1072"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 06:28:28 +0100" startDate="2022-05-19 06:17:25 +0100" endDate="2022-05-19 06:18:26 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 07:30:04 +0100" startDate="2022-05-19 07:19:02 +0100" endDate="2022-05-19 07:29:03 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 07:40:05 +0100" startDate="2022-05-19 07:29:03 +0100" endDate="2022-05-19 07:39:01 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 07:50:07 +0100" startDate="2022-05-19 07:39:04 +0100" endDate="2022-05-19 07:42:53 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 09:17:38 +0100" startDate="2022-05-19 09:06:35 +0100" endDate="2022-05-19 09:13:31 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 11:26:20 +0100" startDate="2022-05-19 11:15:17 +0100" endDate="2022-05-19 11:24:40 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 11:36:24 +0100" startDate="2022-05-19 11:25:21 +0100" endDate="2022-05-19 11:25:31 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 12:30:10 +0100" startDate="2022-05-19 12:19:07 +0100" endDate="2022-05-19 12:24:10 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 15:35:18 +0100" startDate="2022-05-19 15:24:15 +0100" endDate="2022-05-19 15:29:08 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 16:14:47 +0100" startDate="2022-05-19 16:03:44 +0100" endDate="2022-05-19 16:03:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 17:10:52 +0100" startDate="2022-05-19 16:59:49 +0100" endDate="2022-05-19 17:05:35 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 17:22:17 +0100" startDate="2022-05-19 17:11:14 +0100" endDate="2022-05-19 17:21:13 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 17:32:48 +0100" startDate="2022-05-19 17:21:46 +0100" endDate="2022-05-19 17:31:42 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 17:43:07 +0100" startDate="2022-05-19 17:32:05 +0100" endDate="2022-05-19 17:38:44 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-19 21:36:42 +0100" startDate="2022-05-19 21:25:39 +0100" endDate="2022-05-19 21:25:47 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 07:02:31 +0100" startDate="2022-05-20 06:51:28 +0100" endDate="2022-05-20 06:51:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 07:18:12 +0100" startDate="2022-05-20 07:07:09 +0100" endDate="2022-05-20 07:07:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 07:45:49 +0100" startDate="2022-05-20 07:34:47 +0100" endDate="2022-05-20 07:34:54 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 09:51:11 +0100" startDate="2022-05-20 09:40:08 +0100" endDate="2022-05-20 09:42:03 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 10:18:47 +0100" startDate="2022-05-20 10:07:44 +0100" endDate="2022-05-20 10:15:03 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 10:38:52 +0100" startDate="2022-05-20 10:27:49 +0100" endDate="2022-05-20 10:27:57 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 11:58:47 +0100" startDate="2022-05-20 11:47:45 +0100" endDate="2022-05-20 11:47:57 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 15:21:57 +0100" startDate="2022-05-20 15:10:54 +0100" endDate="2022-05-20 15:14:16 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 15:33:25 +0100" startDate="2022-05-20 15:22:22 +0100" endDate="2022-05-20 15:22:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 15:52:29 +0100" startDate="2022-05-20 15:41:27 +0100" endDate="2022-05-20 15:51:28 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 16:04:23 +0100" startDate="2022-05-20 15:53:20 +0100" endDate="2022-05-20 15:56:11 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 17:24:23 +0100" startDate="2022-05-20 17:13:21 +0100" endDate="2022-05-20 17:18:54 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 17:40:13 +0100" startDate="2022-05-20 17:29:11 +0100" endDate="2022-05-20 17:29:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-20 21:17:02 +0100" startDate="2022-05-20 21:05:59 +0100" endDate="2022-05-20 21:06:32 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 08:51:33 +0100" startDate="2022-05-21 08:41:08 +0100" endDate="2022-05-21 08:41:41 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 09:37:16 +0100" startDate="2022-05-21 09:26:13 +0100" endDate="2022-05-21 09:29:42 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 09:49:09 +0100" startDate="2022-05-21 09:38:07 +0100" endDate="2022-05-21 09:47:47 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 10:02:04 +0100" startDate="2022-05-21 09:51:01 +0100" endDate="2022-05-21 09:52:10 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 11:06:03 +0100" startDate="2022-05-21 10:55:00 +0100" endDate="2022-05-21 10:56:57 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 11:31:59 +0100" startDate="2022-05-21 11:20:56 +0100" endDate="2022-05-21 11:26:45 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 11:42:22 +0100" startDate="2022-05-21 11:32:06 +0100" endDate="2022-05-21 11:42:05 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 11:53:36 +0100" startDate="2022-05-21 11:42:33 +0100" endDate="2022-05-21 11:46:41 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 12:07:44 +0100" startDate="2022-05-21 11:56:42 +0100" endDate="2022-05-21 12:05:29 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 12:17:53 +0100" startDate="2022-05-21 12:06:51 +0100" endDate="2022-05-21 12:12:12 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 12:53:34 +0100" startDate="2022-05-21 12:42:31 +0100" endDate="2022-05-21 12:51:36 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 13:05:12 +0100" startDate="2022-05-21 12:54:09 +0100" endDate="2022-05-21 13:01:25 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 13:19:53 +0100" startDate="2022-05-21 13:08:50 +0100" endDate="2022-05-21 13:18:37 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 13:30:03 +0100" startDate="2022-05-21 13:19:00 +0100" endDate="2022-05-21 13:19:05 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 13:40:46 +0100" startDate="2022-05-21 13:29:43 +0100" endDate="2022-05-21 13:32:06 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 13:53:29 +0100" startDate="2022-05-21 13:42:27 +0100" endDate="2022-05-21 13:43:56 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 14:12:45 +0100" startDate="2022-05-21 14:01:42 +0100" endDate="2022-05-21 14:02:38 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 14:39:46 +0100" startDate="2022-05-21 14:28:43 +0100" endDate="2022-05-21 14:29:26 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 14:54:12 +0100" startDate="2022-05-21 14:43:09 +0100" endDate="2022-05-21 14:43:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 15:53:58 +0100" startDate="2022-05-21 15:42:56 +0100" endDate="2022-05-21 15:48:47 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 15:07:06 +0100" startDate="2022-05-21 14:56:04 +0100" endDate="2022-05-21 15:05:26 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 16:06:07 +0100" startDate="2022-05-21 15:55:04 +0100" endDate="2022-05-21 16:03:39 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 16:23:16 +0100" startDate="2022-05-21 16:12:13 +0100" endDate="2022-05-21 16:22:04 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 17:12:00 +0100" startDate="2022-05-21 17:00:57 +0100" endDate="2022-05-21 17:10:54 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 17:22:25 +0100" startDate="2022-05-21 17:11:22 +0100" endDate="2022-05-21 17:21:21 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 17:32:34 +0100" startDate="2022-05-21 17:21:31 +0100" endDate="2022-05-21 17:30:19 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 17:45:47 +0100" startDate="2022-05-21 17:34:45 +0100" endDate="2022-05-21 17:35:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 17:57:55 +0100" startDate="2022-05-21 17:46:52 +0100" endDate="2022-05-21 17:52:23 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 16:35:12 +0100" startDate="2022-05-21 16:24:09 +0100" endDate="2022-05-21 16:24:52 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 16:48:11 +0100" startDate="2022-05-21 16:37:09 +0100" endDate="2022-05-21 16:47:07 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 16:58:15 +0100" startDate="2022-05-21 16:47:12 +0100" endDate="2022-05-21 16:54:33 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 18:12:14 +0100" startDate="2022-05-21 18:01:12 +0100" endDate="2022-05-21 18:04:41 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 19:01:18 +0100" startDate="2022-05-21 18:50:15 +0100" endDate="2022-05-21 18:53:06 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 19:23:45 +0100" startDate="2022-05-21 19:12:42 +0100" endDate="2022-05-21 19:15:25 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 20:20:32 +0100" startDate="2022-05-21 20:09:29 +0100" endDate="2022-05-21 20:18:47 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 20:32:05 +0100" startDate="2022-05-21 20:21:02 +0100" endDate="2022-05-21 20:24:39 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 20:43:23 +0100" startDate="2022-05-21 20:32:21 +0100" endDate="2022-05-21 20:34:54 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 21:10:46 +0100" startDate="2022-05-21 20:59:43 +0100" endDate="2022-05-21 21:05:32 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 21:22:14 +0100" startDate="2022-05-21 21:11:12 +0100" endDate="2022-05-21 21:11:24 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 23:30:40 +0100" startDate="2022-05-21 23:19:37 +0100" endDate="2022-05-21 23:26:12 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-21 23:54:34 +0100" startDate="2022-05-21 23:43:31 +0100" endDate="2022-05-21 23:45:59 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 00:07:18 +0100" startDate="2022-05-21 23:56:15 +0100" endDate="2022-05-21 23:57:47 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 09:00:25 +0100" startDate="2022-05-22 08:49:23 +0100" endDate="2022-05-22 08:56:59 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 09:13:17 +0100" startDate="2022-05-22 09:02:15 +0100" endDate="2022-05-22 09:02:28 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 11:00:26 +0100" startDate="2022-05-22 10:49:23 +0100" endDate="2022-05-22 10:59:16 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 11:11:18 +0100" startDate="2022-05-22 11:00:15 +0100" endDate="2022-05-22 11:03:44 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 11:47:17 +0100" startDate="2022-05-22 11:36:14 +0100" endDate="2022-05-22 11:46:03 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 11:57:33 +0100" startDate="2022-05-22 11:46:31 +0100" endDate="2022-05-22 11:54:07 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 12:27:39 +0100" startDate="2022-05-22 12:16:36 +0100" endDate="2022-05-22 12:24:55 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 14:02:07 +0100" startDate="2022-05-22 13:51:04 +0100" endDate="2022-05-22 13:59:44 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 18:08:25 +0100" startDate="2022-05-22 17:57:22 +0100" endDate="2022-05-22 17:58:38 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 18:30:58 +0100" startDate="2022-05-22 18:19:55 +0100" endDate="2022-05-22 18:29:18 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 20:18:57 +0100" startDate="2022-05-22 20:07:54 +0100" endDate="2022-05-22 20:15:25 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 20:54:42 +0100" startDate="2022-05-22 20:43:40 +0100" endDate="2022-05-22 20:53:39 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 21:05:07 +0100" startDate="2022-05-22 20:54:04 +0100" endDate="2022-05-22 20:59:56 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-22 22:19:18 +0100" startDate="2022-05-22 22:08:16 +0100" endDate="2022-05-22 22:11:24 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 06:11:08 +0100" startDate="2022-05-23 06:00:05 +0100" endDate="2022-05-23 06:02:31 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 06:51:32 +0100" startDate="2022-05-23 06:40:29 +0100" endDate="2022-05-23 06:43:07 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 07:05:49 +0100" startDate="2022-05-23 06:54:46 +0100" endDate="2022-05-23 06:55:14 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 07:25:10 +0100" startDate="2022-05-23 07:14:08 +0100" endDate="2022-05-23 07:14:36 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 09:49:42 +0100" startDate="2022-05-23 09:38:39 +0100" endDate="2022-05-23 09:48:38 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 09:59:41 +0100" startDate="2022-05-23 09:48:38 +0100" endDate="2022-05-23 09:55:28 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 12:15:03 +0100" startDate="2022-05-23 12:04:01 +0100" endDate="2022-05-23 12:04:34 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 12:25:43 +0100" startDate="2022-05-23 12:14:40 +0100" endDate="2022-05-23 12:24:38 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 12:35:46 +0100" startDate="2022-05-23 12:24:44 +0100" endDate="2022-05-23 12:27:52 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 13:05:15 +0100" startDate="2022-05-23 12:54:12 +0100" endDate="2022-05-23 12:55:31 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 13:54:38 +0100" startDate="2022-05-23 13:43:36 +0100" endDate="2022-05-23 13:46:52 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 15:21:21 +0100" startDate="2022-05-23 15:10:18 +0100" endDate="2022-05-23 15:19:51 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 15:32:03 +0100" startDate="2022-05-23 15:21:00 +0100" endDate="2022-05-23 15:31:01 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 15:33:44 +0100" startDate="2022-05-23 15:31:01 +0100" endDate="2022-05-23 15:33:39 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 15:44:42 +0100" startDate="2022-05-23 15:33:39 +0100" endDate="2022-05-23 15:41:53 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 15:55:53 +0100" startDate="2022-05-23 15:45:14 +0100" endDate="2022-05-23 15:55:15 +0100" value="1191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 16:05:50 +0100" startDate="2022-05-23 15:55:15 +0100" endDate="2022-05-23 16:04:49 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 16:23:50 +0100" startDate="2022-05-23 16:12:47 +0100" endDate="2022-05-23 16:22:48 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 16:33:51 +0100" startDate="2022-05-23 16:22:48 +0100" endDate="2022-05-23 16:23:11 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 17:06:45 +0100" startDate="2022-05-23 16:55:43 +0100" endDate="2022-05-23 17:05:44 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 17:16:47 +0100" startDate="2022-05-23 17:05:44 +0100" endDate="2022-05-23 17:09:33 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 18:56:50 +0100" startDate="2022-05-23 18:45:47 +0100" endDate="2022-05-23 18:55:02 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-23 19:08:20 +0100" startDate="2022-05-23 18:57:17 +0100" endDate="2022-05-23 18:58:46 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 05:06:59 +0100" startDate="2022-05-24 04:55:57 +0100" endDate="2022-05-24 05:01:23 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 05:29:59 +0100" startDate="2022-05-24 05:18:56 +0100" endDate="2022-05-24 05:24:30 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 06:21:33 +0100" startDate="2022-05-24 06:10:31 +0100" endDate="2022-05-24 06:20:32 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 06:31:34 +0100" startDate="2022-05-24 06:20:32 +0100" endDate="2022-05-24 06:24:21 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 07:39:59 +0100" startDate="2022-05-24 07:28:57 +0100" endDate="2022-05-24 07:38:58 +0100" value="1065"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 07:50:00 +0100" startDate="2022-05-24 07:38:58 +0100" endDate="2022-05-24 07:48:23 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 08:00:17 +0100" startDate="2022-05-24 07:49:14 +0100" endDate="2022-05-24 07:49:19 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 09:34:48 +0100" startDate="2022-05-24 09:23:45 +0100" endDate="2022-05-24 09:33:13 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 11:25:42 +0100" startDate="2022-05-24 11:14:40 +0100" endDate="2022-05-24 11:19:45 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 11:38:29 +0100" startDate="2022-05-24 11:28:24 +0100" endDate="2022-05-24 11:38:25 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 11:49:28 +0100" startDate="2022-05-24 11:38:25 +0100" endDate="2022-05-24 11:47:00 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 11:59:47 +0100" startDate="2022-05-24 11:48:44 +0100" endDate="2022-05-24 11:58:07 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 12:27:43 +0100" startDate="2022-05-24 12:16:41 +0100" endDate="2022-05-24 12:24:39 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 14:26:18 +0100" startDate="2022-05-24 14:15:16 +0100" endDate="2022-05-24 14:21:30 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 15:39:00 +0100" startDate="2022-05-24 15:27:57 +0100" endDate="2022-05-24 15:34:45 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 15:50:22 +0100" startDate="2022-05-24 15:39:20 +0100" endDate="2022-05-24 15:45:52 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 16:07:12 +0100" startDate="2022-05-24 15:56:10 +0100" endDate="2022-05-24 15:56:15 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 16:17:20 +0100" startDate="2022-05-24 16:06:17 +0100" endDate="2022-05-24 16:06:22 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 18:11:27 +0100" startDate="2022-05-24 18:00:25 +0100" endDate="2022-05-24 18:10:26 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 18:21:28 +0100" startDate="2022-05-24 18:10:26 +0100" endDate="2022-05-24 18:14:48 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 19:10:15 +0100" startDate="2022-05-24 18:59:12 +0100" endDate="2022-05-24 19:08:35 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-24 21:35:45 +0100" startDate="2022-05-24 21:24:43 +0100" endDate="2022-05-24 21:24:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 05:04:27 +0100" startDate="2022-05-25 04:53:24 +0100" endDate="2022-05-25 04:55:52 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 05:16:54 +0100" startDate="2022-05-25 05:05:51 +0100" endDate="2022-05-25 05:07:43 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 05:30:29 +0100" startDate="2022-05-25 05:19:26 +0100" endDate="2022-05-25 05:25:48 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 06:22:37 +0100" startDate="2022-05-25 06:11:34 +0100" endDate="2022-05-25 06:21:35 +0100" value="1106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 06:32:38 +0100" startDate="2022-05-25 06:21:35 +0100" endDate="2022-05-25 06:23:04 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 07:27:49 +0100" startDate="2022-05-25 07:16:47 +0100" endDate="2022-05-25 07:26:48 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 07:37:50 +0100" startDate="2022-05-25 07:26:48 +0100" endDate="2022-05-25 07:36:49 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 07:47:51 +0100" startDate="2022-05-25 07:36:49 +0100" endDate="2022-05-25 07:46:40 +0100" value="659"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 07:58:05 +0100" startDate="2022-05-25 07:47:03 +0100" endDate="2022-05-25 07:55:37 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 08:45:08 +0100" startDate="2022-05-25 08:34:05 +0100" endDate="2022-05-25 08:36:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 09:26:39 +0100" startDate="2022-05-25 09:15:36 +0100" endDate="2022-05-25 09:24:44 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 11:46:13 +0100" startDate="2022-05-25 11:35:10 +0100" endDate="2022-05-25 11:42:46 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 11:56:24 +0100" startDate="2022-05-25 11:45:21 +0100" endDate="2022-05-25 11:54:18 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 12:27:58 +0100" startDate="2022-05-25 12:16:55 +0100" endDate="2022-05-25 12:25:19 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 15:26:56 +0100" startDate="2022-05-25 15:25:56 +0100" endDate="2022-05-25 15:26:09 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 15:39:08 +0100" startDate="2022-05-25 15:28:39 +0100" endDate="2022-05-25 15:32:51 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 18:20:38 +0100" startDate="2022-05-25 18:09:36 +0100" endDate="2022-05-25 18:17:17 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 18:31:15 +0100" startDate="2022-05-25 18:20:12 +0100" endDate="2022-05-25 18:30:14 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 18:41:16 +0100" startDate="2022-05-25 18:30:14 +0100" endDate="2022-05-25 18:40:08 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-25 18:55:35 +0100" startDate="2022-05-25 18:44:32 +0100" endDate="2022-05-25 18:53:25 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 02:20:01 +0100" startDate="2022-05-26 02:08:58 +0100" endDate="2022-05-26 02:09:08 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 07:19:33 +0100" startDate="2022-05-26 07:08:30 +0100" endDate="2022-05-26 07:18:27 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 07:29:35 +0100" startDate="2022-05-26 07:18:32 +0100" endDate="2022-05-26 07:22:04 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 08:07:58 +0100" startDate="2022-05-26 07:56:55 +0100" endDate="2022-05-26 07:57:08 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 10:22:39 +0100" startDate="2022-05-26 10:11:36 +0100" endDate="2022-05-26 10:18:08 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 12:08:24 +0100" startDate="2022-05-26 11:57:22 +0100" endDate="2022-05-26 12:07:21 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 12:18:24 +0100" startDate="2022-05-26 12:07:21 +0100" endDate="2022-05-26 12:07:52 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 16:49:15 +0100" startDate="2022-05-26 16:38:32 +0100" endDate="2022-05-26 16:48:02 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303c3bc00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 17:01:17 +0100" startDate="2022-05-26 16:50:14 +0100" endDate="2022-05-26 16:58:34 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 17:14:47 +0100" startDate="2022-05-26 17:03:44 +0100" endDate="2022-05-26 17:04:53 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 17:35:38 +0100" startDate="2022-05-26 17:24:35 +0100" endDate="2022-05-26 17:34:36 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 17:45:39 +0100" startDate="2022-05-26 17:34:36 +0100" endDate="2022-05-26 17:34:39 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 18:04:17 +0100" startDate="2022-05-26 17:53:15 +0100" endDate="2022-05-26 17:55:45 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 18:40:36 +0100" startDate="2022-05-26 18:29:33 +0100" endDate="2022-05-26 18:29:38 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 19:09:20 +0100" startDate="2022-05-26 18:58:17 +0100" endDate="2022-05-26 19:00:50 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 19:43:50 +0100" startDate="2022-05-26 19:32:47 +0100" endDate="2022-05-26 19:41:24 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 20:02:28 +0100" startDate="2022-05-26 19:51:25 +0100" endDate="2022-05-26 19:52:29 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 20:18:08 +0100" startDate="2022-05-26 20:07:05 +0100" endDate="2022-05-26 20:08:01 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 20:29:28 +0100" startDate="2022-05-26 20:18:25 +0100" endDate="2022-05-26 20:18:30 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 20:50:16 +0100" startDate="2022-05-26 20:39:13 +0100" endDate="2022-05-26 20:39:52 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 21:22:52 +0100" startDate="2022-05-26 21:11:49 +0100" endDate="2022-05-26 21:15:16 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 21:58:44 +0100" startDate="2022-05-26 21:47:42 +0100" endDate="2022-05-26 21:53:21 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 22:11:54 +0100" startDate="2022-05-26 22:00:51 +0100" endDate="2022-05-26 22:04:10 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 22:39:48 +0100" startDate="2022-05-26 22:28:45 +0100" endDate="2022-05-26 22:38:44 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 22:49:47 +0100" startDate="2022-05-26 22:38:44 +0100" endDate="2022-05-26 22:43:42 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-26 23:06:48 +0100" startDate="2022-05-26 22:55:45 +0100" endDate="2022-05-26 22:58:00 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 11:37:55 +0100" startDate="2022-05-27 11:26:53 +0100" endDate="2022-05-27 11:27:18 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 12:10:33 +0100" startDate="2022-05-27 11:59:31 +0100" endDate="2022-05-27 11:59:43 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 12:22:50 +0100" startDate="2022-05-27 12:11:47 +0100" endDate="2022-05-27 12:18:07 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 12:48:54 +0100" startDate="2022-05-27 12:37:51 +0100" endDate="2022-05-27 12:47:45 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 12:59:41 +0100" startDate="2022-05-27 12:48:39 +0100" endDate="2022-05-27 12:48:54 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 13:13:33 +0100" startDate="2022-05-27 13:02:30 +0100" endDate="2022-05-27 13:05:51 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 13:24:58 +0100" startDate="2022-05-27 13:13:56 +0100" endDate="2022-05-27 13:13:58 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 16:55:01 +0100" startDate="2022-05-27 16:43:59 +0100" endDate="2022-05-27 16:44:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 17:45:18 +0100" startDate="2022-05-27 17:34:15 +0100" endDate="2022-05-27 17:39:11 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 17:55:21 +0100" startDate="2022-05-27 17:44:18 +0100" endDate="2022-05-27 17:50:07 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 18:37:27 +0100" startDate="2022-05-27 18:26:25 +0100" endDate="2022-05-27 18:28:09 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 19:02:34 +0100" startDate="2022-05-27 18:51:31 +0100" endDate="2022-05-27 18:51:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 19:36:02 +0100" startDate="2022-05-27 19:24:59 +0100" endDate="2022-05-27 19:28:18 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 21:11:10 +0100" startDate="2022-05-27 21:00:08 +0100" endDate="2022-05-27 21:05:18 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 21:21:37 +0100" startDate="2022-05-27 21:10:34 +0100" endDate="2022-05-27 21:10:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 21:57:19 +0100" startDate="2022-05-27 21:46:16 +0100" endDate="2022-05-27 21:46:31 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 22:14:35 +0100" startDate="2022-05-27 22:03:32 +0100" endDate="2022-05-27 22:03:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 23:22:50 +0100" startDate="2022-05-27 23:11:47 +0100" endDate="2022-05-27 23:11:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 23:36:07 +0100" startDate="2022-05-27 23:25:04 +0100" endDate="2022-05-27 23:30:40 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 23:46:46 +0100" startDate="2022-05-27 23:35:43 +0100" endDate="2022-05-27 23:43:25 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-27 23:57:22 +0100" startDate="2022-05-27 23:46:19 +0100" endDate="2022-05-27 23:53:56 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-28 10:55:21 +0100" startDate="2022-05-28 10:44:18 +0100" endDate="2022-05-28 10:44:49 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-28 11:07:14 +0100" startDate="2022-05-28 10:56:12 +0100" endDate="2022-05-28 11:03:45 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-28 11:22:27 +0100" startDate="2022-05-28 11:11:24 +0100" endDate="2022-05-28 11:11:40 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 01:22:22 +0100" startDate="2022-05-29 01:11:20 +0100" endDate="2022-05-29 01:11:27 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 09:47:50 +0100" startDate="2022-05-29 09:36:47 +0100" endDate="2022-05-29 09:45:52 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 10:02:28 +0100" startDate="2022-05-29 09:51:26 +0100" endDate="2022-05-29 09:57:20 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 10:16:18 +0100" startDate="2022-05-29 10:05:15 +0100" endDate="2022-05-29 10:15:16 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 10:26:19 +0100" startDate="2022-05-29 10:15:16 +0100" endDate="2022-05-29 10:20:22 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 11:16:11 +0100" startDate="2022-05-29 11:05:08 +0100" endDate="2022-05-29 11:05:31 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 11:27:23 +0100" startDate="2022-05-29 11:16:20 +0100" endDate="2022-05-29 11:26:21 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 11:37:24 +0100" startDate="2022-05-29 11:26:21 +0100" endDate="2022-05-29 11:36:22 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 11:47:25 +0100" startDate="2022-05-29 11:36:22 +0100" endDate="2022-05-29 11:40:47 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 11:59:07 +0100" startDate="2022-05-29 11:48:04 +0100" endDate="2022-05-29 11:50:37 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 12:13:32 +0100" startDate="2022-05-29 12:02:30 +0100" endDate="2022-05-29 12:09:59 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 12:29:21 +0100" startDate="2022-05-29 12:18:19 +0100" endDate="2022-05-29 12:24:28 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 12:47:33 +0100" startDate="2022-05-29 12:36:30 +0100" endDate="2022-05-29 12:45:03 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 13:10:08 +0100" startDate="2022-05-29 12:59:05 +0100" endDate="2022-05-29 13:00:06 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 13:28:11 +0100" startDate="2022-05-29 13:17:08 +0100" endDate="2022-05-29 13:17:39 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 13:44:59 +0100" startDate="2022-05-29 13:33:56 +0100" endDate="2022-05-29 13:35:08 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 14:12:37 +0100" startDate="2022-05-29 14:01:34 +0100" endDate="2022-05-29 14:09:21 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 14:38:16 +0100" startDate="2022-05-29 14:27:13 +0100" endDate="2022-05-29 14:30:01 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 14:51:00 +0100" startDate="2022-05-29 14:39:57 +0100" endDate="2022-05-29 14:40:45 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 15:07:19 +0100" startDate="2022-05-29 14:56:16 +0100" endDate="2022-05-29 15:05:57 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 15:17:38 +0100" startDate="2022-05-29 15:07:04 +0100" endDate="2022-05-29 15:16:17 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 17:03:46 +0100" startDate="2022-05-29 16:52:43 +0100" endDate="2022-05-29 16:53:01 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-29 19:44:41 +0100" startDate="2022-05-29 19:33:38 +0100" endDate="2022-05-29 19:33:59 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 06:27:21 +0100" startDate="2022-05-30 06:16:19 +0100" endDate="2022-05-30 06:19:22 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 06:39:02 +0100" startDate="2022-05-30 06:27:59 +0100" endDate="2022-05-30 06:37:17 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 07:18:26 +0100" startDate="2022-05-30 07:07:23 +0100" endDate="2022-05-30 07:17:22 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 07:28:25 +0100" startDate="2022-05-30 07:17:22 +0100" endDate="2022-05-30 07:18:51 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 09:09:21 +0100" startDate="2022-05-30 08:58:18 +0100" endDate="2022-05-30 09:02:35 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 10:17:51 +0100" startDate="2022-05-30 10:06:48 +0100" endDate="2022-05-30 10:10:55 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 10:28:58 +0100" startDate="2022-05-30 10:17:56 +0100" endDate="2022-05-30 10:25:55 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 10:57:38 +0100" startDate="2022-05-30 10:46:35 +0100" endDate="2022-05-30 10:48:02 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 11:26:22 +0100" startDate="2022-05-30 11:15:19 +0100" endDate="2022-05-30 11:15:50 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 11:43:43 +0100" startDate="2022-05-30 11:32:40 +0100" endDate="2022-05-30 11:35:13 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 12:06:44 +0100" startDate="2022-05-30 11:55:42 +0100" endDate="2022-05-30 12:05:40 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 12:16:46 +0100" startDate="2022-05-30 12:05:43 +0100" endDate="2022-05-30 12:12:48 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 12:39:08 +0100" startDate="2022-05-30 12:28:06 +0100" endDate="2022-05-30 12:36:40 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 12:53:57 +0100" startDate="2022-05-30 12:42:55 +0100" endDate="2022-05-30 12:52:35 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 14:34:05 +0100" startDate="2022-05-30 14:23:02 +0100" endDate="2022-05-30 14:31:26 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 14:46:10 +0100" startDate="2022-05-30 14:35:08 +0100" endDate="2022-05-30 14:42:36 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 15:26:56 +0100" startDate="2022-05-30 15:26:30 +0100" endDate="2022-05-30 15:26:43 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 15:40:34 +0100" startDate="2022-05-30 15:29:31 +0100" endDate="2022-05-30 15:36:27 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 15:45:10 +0100" startDate="2022-05-30 15:40:23 +0100" endDate="2022-05-30 15:44:08 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 16:36:34 +0100" startDate="2022-05-30 16:25:31 +0100" endDate="2022-05-30 16:28:34 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 17:06:48 +0100" startDate="2022-05-30 16:55:45 +0100" endDate="2022-05-30 16:58:59 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 18:04:39 +0100" startDate="2022-05-30 17:53:37 +0100" endDate="2022-05-30 18:02:57 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 18:22:01 +0100" startDate="2022-05-30 18:10:59 +0100" endDate="2022-05-30 18:18:01 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 18:51:33 +0100" startDate="2022-05-30 18:40:30 +0100" endDate="2022-05-30 18:44:35 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 19:02:05 +0100" startDate="2022-05-30 18:51:02 +0100" endDate="2022-05-30 18:51:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 20:05:05 +0100" startDate="2022-05-30 19:54:02 +0100" endDate="2022-05-30 19:54:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-30 21:22:14 +0100" startDate="2022-05-30 21:11:11 +0100" endDate="2022-05-30 21:11:18 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 07:16:16 +0100" startDate="2022-05-31 07:05:14 +0100" endDate="2022-05-31 07:05:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 07:28:21 +0100" startDate="2022-05-31 07:17:18 +0100" endDate="2022-05-31 07:20:09 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 07:46:49 +0100" startDate="2022-05-31 07:35:46 +0100" endDate="2022-05-31 07:35:49 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 07:56:54 +0100" startDate="2022-05-31 07:45:51 +0100" endDate="2022-05-31 07:46:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 09:29:16 +0100" startDate="2022-05-31 09:18:14 +0100" endDate="2022-05-31 09:18:16 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 09:39:20 +0100" startDate="2022-05-31 09:28:17 +0100" endDate="2022-05-31 09:38:18 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 09:49:21 +0100" startDate="2022-05-31 09:38:18 +0100" endDate="2022-05-31 09:41:32 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 11:31:05 +0100" startDate="2022-05-31 11:20:02 +0100" endDate="2022-05-31 11:29:54 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 11:41:43 +0100" startDate="2022-05-31 11:30:40 +0100" endDate="2022-05-31 11:36:34 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 12:08:57 +0100" startDate="2022-05-31 11:57:54 +0100" endDate="2022-05-31 12:07:55 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 12:18:58 +0100" startDate="2022-05-31 12:07:55 +0100" endDate="2022-05-31 12:11:24 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 12:36:55 +0100" startDate="2022-05-31 12:25:52 +0100" endDate="2022-05-31 12:32:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 12:47:43 +0100" startDate="2022-05-31 12:36:40 +0100" endDate="2022-05-31 12:41:23 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 16:27:13 +0100" startDate="2022-05-31 16:16:10 +0100" endDate="2022-05-31 16:19:31 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 16:37:15 +0100" startDate="2022-05-31 16:26:12 +0100" endDate="2022-05-31 16:35:39 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 16:48:09 +0100" startDate="2022-05-31 16:37:06 +0100" endDate="2022-05-31 16:46:57 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 16:58:43 +0100" startDate="2022-05-31 16:47:41 +0100" endDate="2022-05-31 16:57:29 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 17:16:27 +0100" startDate="2022-05-31 17:05:24 +0100" endDate="2022-05-31 17:05:50 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 17:38:43 +0100" startDate="2022-05-31 17:27:40 +0100" endDate="2022-05-31 17:30:56 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 18:40:24 +0100" startDate="2022-05-31 18:29:21 +0100" endDate="2022-05-31 18:29:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 19:12:17 +0100" startDate="2022-05-31 19:01:14 +0100" endDate="2022-05-31 19:07:44 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 19:27:48 +0100" startDate="2022-05-31 19:16:45 +0100" endDate="2022-05-31 19:16:50 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 20:13:48 +0100" startDate="2022-05-31 20:02:45 +0100" endDate="2022-05-31 20:02:51 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-05-31 21:50:26 +0100" startDate="2022-05-31 21:43:29 +0100" endDate="2022-05-31 21:47:54 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 07:19:24 +0100" startDate="2022-06-01 07:08:21 +0100" endDate="2022-06-01 07:11:48 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 09:59:06 +0100" startDate="2022-06-01 09:48:04 +0100" endDate="2022-06-01 09:57:42 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 12:03:30 +0100" startDate="2022-06-01 11:52:27 +0100" endDate="2022-06-01 12:01:22 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 12:16:55 +0100" startDate="2022-06-01 12:05:52 +0100" endDate="2022-06-01 12:15:53 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 12:26:56 +0100" startDate="2022-06-01 12:15:53 +0100" endDate="2022-06-01 12:22:03 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 12:37:23 +0100" startDate="2022-06-01 12:26:20 +0100" endDate="2022-06-01 12:35:15 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 13:31:08 +0100" startDate="2022-06-01 13:20:05 +0100" endDate="2022-06-01 13:20:26 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 16:46:37 +0100" startDate="2022-06-01 16:35:34 +0100" endDate="2022-06-01 16:44:54 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 17:10:44 +0100" startDate="2022-06-01 16:47:47 +0100" endDate="2022-06-01 16:57:48 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 17:10:44 +0100" startDate="2022-06-01 16:57:48 +0100" endDate="2022-06-01 17:00:31 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 18:04:38 +0100" startDate="2022-06-01 17:53:35 +0100" endDate="2022-06-01 18:02:35 +0100" value="563"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 18:14:42 +0100" startDate="2022-06-01 18:03:39 +0100" endDate="2022-06-01 18:06:09 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 18:41:01 +0100" startDate="2022-06-01 18:29:58 +0100" endDate="2022-06-01 18:38:38 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 18:53:01 +0100" startDate="2022-06-01 18:41:59 +0100" endDate="2022-06-01 18:42:19 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 21:12:54 +0100" startDate="2022-06-01 21:01:51 +0100" endDate="2022-06-01 21:07:51 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 21:24:12 +0100" startDate="2022-06-01 21:13:09 +0100" endDate="2022-06-01 21:13:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-01 22:01:13 +0100" startDate="2022-06-01 21:50:10 +0100" endDate="2022-06-01 21:50:13 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 04:18:50 +0100" startDate="2022-06-02 04:07:47 +0100" endDate="2022-06-02 04:07:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 04:35:13 +0100" startDate="2022-06-02 04:24:11 +0100" endDate="2022-06-02 04:31:29 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 04:45:53 +0100" startDate="2022-06-02 04:34:50 +0100" endDate="2022-06-02 04:35:08 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 05:04:16 +0100" startDate="2022-06-02 04:53:13 +0100" endDate="2022-06-02 05:03:15 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 05:14:17 +0100" startDate="2022-06-02 05:03:15 +0100" endDate="2022-06-02 05:08:43 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 05:31:22 +0100" startDate="2022-06-02 05:20:19 +0100" endDate="2022-06-02 05:23:17 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 07:03:49 +0100" startDate="2022-06-02 06:52:46 +0100" endDate="2022-06-02 07:01:13 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 07:30:47 +0100" startDate="2022-06-02 07:19:44 +0100" endDate="2022-06-02 07:19:54 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 08:25:36 +0100" startDate="2022-06-02 08:14:33 +0100" endDate="2022-06-02 08:23:20 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 08:45:26 +0100" startDate="2022-06-02 08:34:23 +0100" endDate="2022-06-02 08:44:24 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 08:55:27 +0100" startDate="2022-06-02 08:44:24 +0100" endDate="2022-06-02 08:50:38 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 09:34:11 +0100" startDate="2022-06-02 09:23:08 +0100" endDate="2022-06-02 09:32:31 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 09:44:27 +0100" startDate="2022-06-02 09:33:25 +0100" endDate="2022-06-02 09:43:23 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 09:54:59 +0100" startDate="2022-06-02 09:43:56 +0100" endDate="2022-06-02 09:48:14 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 10:05:10 +0100" startDate="2022-06-02 09:54:08 +0100" endDate="2022-06-02 09:54:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 11:37:46 +0100" startDate="2022-06-02 11:26:43 +0100" endDate="2022-06-02 11:27:04 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 12:37:43 +0100" startDate="2022-06-02 12:26:41 +0100" endDate="2022-06-02 12:26:53 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 13:40:19 +0100" startDate="2022-06-02 13:29:16 +0100" endDate="2022-06-02 13:39:17 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 13:50:20 +0100" startDate="2022-06-02 13:39:17 +0100" endDate="2022-06-02 13:49:18 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 14:00:21 +0100" startDate="2022-06-02 13:49:18 +0100" endDate="2022-06-02 13:56:52 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 14:11:38 +0100" startDate="2022-06-02 14:00:36 +0100" endDate="2022-06-02 14:09:43 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 14:23:09 +0100" startDate="2022-06-02 14:12:06 +0100" endDate="2022-06-02 14:21:44 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 14:34:06 +0100" startDate="2022-06-02 14:23:03 +0100" endDate="2022-06-02 14:32:08 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 14:54:21 +0100" startDate="2022-06-02 14:43:18 +0100" endDate="2022-06-02 14:47:33 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 15:04:37 +0100" startDate="2022-06-02 14:53:34 +0100" endDate="2022-06-02 15:03:35 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 15:14:38 +0100" startDate="2022-06-02 15:03:35 +0100" endDate="2022-06-02 15:13:31 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 15:24:39 +0100" startDate="2022-06-02 15:13:37 +0100" endDate="2022-06-02 15:23:07 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 15:40:50 +0100" startDate="2022-06-02 15:29:47 +0100" endDate="2022-06-02 15:37:31 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 15:56:07 +0100" startDate="2022-06-02 15:45:04 +0100" endDate="2022-06-02 15:48:30 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 16:17:46 +0100" startDate="2022-06-02 16:06:43 +0100" endDate="2022-06-02 16:16:26 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 16:36:35 +0100" startDate="2022-06-02 16:25:32 +0100" endDate="2022-06-02 16:25:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 16:53:49 +0100" startDate="2022-06-02 16:42:47 +0100" endDate="2022-06-02 16:43:50 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 17:08:01 +0100" startDate="2022-06-02 16:56:58 +0100" endDate="2022-06-02 17:06:44 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 17:18:22 +0100" startDate="2022-06-02 17:07:20 +0100" endDate="2022-06-02 17:17:21 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 17:28:24 +0100" startDate="2022-06-02 17:17:21 +0100" endDate="2022-06-02 17:26:59 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 17:40:40 +0100" startDate="2022-06-02 17:29:37 +0100" endDate="2022-06-02 17:39:38 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 17:51:04 +0100" startDate="2022-06-02 17:40:01 +0100" endDate="2022-06-02 17:42:47 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 18:04:11 +0100" startDate="2022-06-02 17:53:08 +0100" endDate="2022-06-02 18:02:03 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 18:15:10 +0100" startDate="2022-06-02 18:04:08 +0100" endDate="2022-06-02 18:04:10 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 19:10:41 +0100" startDate="2022-06-02 18:59:38 +0100" endDate="2022-06-02 19:03:12 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 19:36:37 +0100" startDate="2022-06-02 19:25:34 +0100" endDate="2022-06-02 19:30:42 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 19:48:19 +0100" startDate="2022-06-02 19:37:16 +0100" endDate="2022-06-02 19:39:11 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-02 21:37:28 +0100" startDate="2022-06-02 21:26:25 +0100" endDate="2022-06-02 21:27:06 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 05:59:26 +0100" startDate="2022-06-03 05:48:23 +0100" endDate="2022-06-03 05:48:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 07:18:06 +0100" startDate="2022-06-03 07:07:04 +0100" endDate="2022-06-03 07:14:04 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 12:54:04 +0100" startDate="2022-06-03 12:43:01 +0100" endDate="2022-06-03 12:43:04 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 14:01:12 +0100" startDate="2022-06-03 13:50:11 +0100" endDate="2022-06-03 14:00:12 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 14:11:10 +0100" startDate="2022-06-03 14:00:12 +0100" endDate="2022-06-03 14:01:44 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 14:29:45 +0100" startDate="2022-06-03 14:18:43 +0100" endDate="2022-06-03 14:19:03 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 14:46:54 +0100" startDate="2022-06-03 14:35:52 +0100" endDate="2022-06-03 14:42:55 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 15:02:29 +0100" startDate="2022-06-03 14:51:27 +0100" endDate="2022-06-03 14:52:48 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 15:33:42 +0100" startDate="2022-06-03 15:22:39 +0100" endDate="2022-06-03 15:23:12 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 15:53:58 +0100" startDate="2022-06-03 15:42:56 +0100" endDate="2022-06-03 15:50:55 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 16:13:02 +0100" startDate="2022-06-03 16:02:00 +0100" endDate="2022-06-03 16:02:02 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 17:04:00 +0100" startDate="2022-06-03 16:52:57 +0100" endDate="2022-06-03 17:00:38 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 17:25:08 +0100" startDate="2022-06-03 17:14:05 +0100" endDate="2022-06-03 17:24:06 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 17:35:09 +0100" startDate="2022-06-03 17:24:06 +0100" endDate="2022-06-03 17:34:07 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 17:45:10 +0100" startDate="2022-06-03 17:34:07 +0100" endDate="2022-06-03 17:44:00 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 17:56:11 +0100" startDate="2022-06-03 17:45:09 +0100" endDate="2022-06-03 17:47:08 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 18:16:44 +0100" startDate="2022-06-03 18:05:41 +0100" endDate="2022-06-03 18:15:32 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 18:27:36 +0100" startDate="2022-06-03 18:16:33 +0100" endDate="2022-06-03 18:23:31 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 18:38:59 +0100" startDate="2022-06-03 18:27:56 +0100" endDate="2022-06-03 18:28:47 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-03 20:36:53 +0100" startDate="2022-06-03 20:25:50 +0100" endDate="2022-06-03 20:35:37 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 00:42:32 +0100" startDate="2022-06-04 00:31:30 +0100" endDate="2022-06-04 00:35:14 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 07:51:34 +0100" startDate="2022-06-04 07:40:31 +0100" endDate="2022-06-04 07:40:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 08:26:38 +0100" startDate="2022-06-04 08:15:35 +0100" endDate="2022-06-04 08:20:54 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 09:11:01 +0100" startDate="2022-06-04 08:59:58 +0100" endDate="2022-06-04 09:07:24 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 09:41:35 +0100" startDate="2022-06-04 09:30:32 +0100" endDate="2022-06-04 09:33:46 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 09:53:07 +0100" startDate="2022-06-04 09:42:05 +0100" endDate="2022-06-04 09:47:21 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 11:03:55 +0100" startDate="2022-06-04 10:52:53 +0100" endDate="2022-06-04 10:58:47 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 11:19:28 +0100" startDate="2022-06-04 11:08:25 +0100" endDate="2022-06-04 11:16:09 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 11:30:56 +0100" startDate="2022-06-04 11:19:53 +0100" endDate="2022-06-04 11:28:43 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 11:41:19 +0100" startDate="2022-06-04 11:30:17 +0100" endDate="2022-06-04 11:39:45 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 11:51:31 +0100" startDate="2022-06-04 11:40:28 +0100" endDate="2022-06-04 11:49:48 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 12:07:06 +0100" startDate="2022-06-04 11:56:03 +0100" endDate="2022-06-04 11:58:46 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 12:18:44 +0100" startDate="2022-06-04 12:07:41 +0100" endDate="2022-06-04 12:09:43 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 12:46:52 +0100" startDate="2022-06-04 12:35:49 +0100" endDate="2022-06-04 12:35:51 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 13:55:22 +0100" startDate="2022-06-04 13:44:20 +0100" endDate="2022-06-04 13:49:15 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 14:06:19 +0100" startDate="2022-06-04 13:55:17 +0100" endDate="2022-06-04 13:55:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 14:36:16 +0100" startDate="2022-06-04 14:25:14 +0100" endDate="2022-06-04 14:25:29 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 17:18:12 +0100" startDate="2022-06-04 17:07:09 +0100" endDate="2022-06-04 17:15:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-04 21:15:57 +0100" startDate="2022-06-04 21:04:54 +0100" endDate="2022-06-04 21:05:30 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 05:21:28 +0100" startDate="2022-06-05 05:10:25 +0100" endDate="2022-06-05 05:17:58 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 05:47:06 +0100" startDate="2022-06-05 05:36:04 +0100" endDate="2022-06-05 05:46:05 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 05:57:07 +0100" startDate="2022-06-05 05:46:05 +0100" endDate="2022-06-05 05:46:33 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 07:45:15 +0100" startDate="2022-06-05 07:34:12 +0100" endDate="2022-06-05 07:41:58 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 07:56:20 +0100" startDate="2022-06-05 07:45:17 +0100" endDate="2022-06-05 07:51:16 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 08:20:52 +0100" startDate="2022-06-05 08:09:49 +0100" endDate="2022-06-05 08:12:09 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 08:31:57 +0100" startDate="2022-06-05 08:20:55 +0100" endDate="2022-06-05 08:26:26 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 09:28:25 +0100" startDate="2022-06-05 09:17:22 +0100" endDate="2022-06-05 09:17:25 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 10:24:47 +0100" startDate="2022-06-05 10:13:44 +0100" endDate="2022-06-05 10:20:58 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 11:38:13 +0100" startDate="2022-06-05 11:27:11 +0100" endDate="2022-06-05 11:32:37 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 12:36:30 +0100" startDate="2022-06-05 12:25:28 +0100" endDate="2022-06-05 12:35:29 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 12:46:31 +0100" startDate="2022-06-05 12:35:29 +0100" endDate="2022-06-05 12:35:36 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 14:20:22 +0100" startDate="2022-06-05 14:09:19 +0100" endDate="2022-06-05 14:09:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 16:15:07 +0100" startDate="2022-06-05 16:04:05 +0100" endDate="2022-06-05 16:04:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 16:31:55 +0100" startDate="2022-06-05 16:20:52 +0100" endDate="2022-06-05 16:27:19 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 17:26:21 +0100" startDate="2022-06-05 17:15:18 +0100" endDate="2022-06-05 17:17:21 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 21:01:36 +0100" startDate="2022-06-05 20:50:33 +0100" endDate="2022-06-05 21:00:14 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 21:12:03 +0100" startDate="2022-06-05 21:01:00 +0100" endDate="2022-06-05 21:11:01 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 21:22:12 +0100" startDate="2022-06-05 21:11:09 +0100" endDate="2022-06-05 21:11:42 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-05 22:23:35 +0100" startDate="2022-06-05 22:12:32 +0100" endDate="2022-06-05 22:15:33 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-06 08:28:47 +0100" startDate="2022-06-06 08:17:44 +0100" endDate="2022-06-06 08:18:02 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-06 10:08:36 +0100" startDate="2022-06-06 09:57:34 +0100" endDate="2022-06-06 09:57:44 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-06 11:06:44 +0100" startDate="2022-06-06 10:55:42 +0100" endDate="2022-06-06 10:55:52 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-06 11:55:08 +0100" startDate="2022-06-06 11:44:05 +0100" endDate="2022-06-06 11:44:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-06 12:51:08 +0100" startDate="2022-06-06 12:40:05 +0100" endDate="2022-06-06 12:44:20 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-06 13:35:05 +0100" startDate="2022-06-06 13:24:02 +0100" endDate="2022-06-06 13:24:32 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-06 14:24:29 +0100" startDate="2022-06-06 14:13:26 +0100" endDate="2022-06-06 14:13:29 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-06 15:44:21 +0100" startDate="2022-06-06 15:33:18 +0100" endDate="2022-06-06 15:36:32 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-06 20:55:10 +0100" startDate="2022-06-06 20:44:07 +0100" endDate="2022-06-06 20:54:06 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 05:09:44 +0100" startDate="2022-06-07 04:58:41 +0100" endDate="2022-06-07 05:06:46 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 05:32:40 +0100" startDate="2022-06-07 05:21:37 +0100" endDate="2022-06-07 05:30:50 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 05:43:42 +0100" startDate="2022-06-07 05:32:39 +0100" endDate="2022-06-07 05:38:48 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 06:16:28 +0100" startDate="2022-06-07 06:05:25 +0100" endDate="2022-06-07 06:10:41 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 07:25:40 +0100" startDate="2022-06-07 07:14:37 +0100" endDate="2022-06-07 07:19:35 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 07:40:11 +0100" startDate="2022-06-07 07:29:08 +0100" endDate="2022-06-07 07:38:57 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 07:50:22 +0100" startDate="2022-06-07 07:39:20 +0100" endDate="2022-06-07 07:49:01 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 08:01:32 +0100" startDate="2022-06-07 07:50:30 +0100" endDate="2022-06-07 07:53:43 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 08:36:06 +0100" startDate="2022-06-07 08:25:03 +0100" endDate="2022-06-07 08:25:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 12:19:00 +0100" startDate="2022-06-07 12:07:58 +0100" endDate="2022-06-07 12:16:22 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 12:29:53 +0100" startDate="2022-06-07 12:18:50 +0100" endDate="2022-06-07 12:21:25 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 14:35:57 +0100" startDate="2022-06-07 14:24:54 +0100" endDate="2022-06-07 14:31:41 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 14:46:03 +0100" startDate="2022-06-07 14:35:00 +0100" endDate="2022-06-07 14:43:06 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 14:56:39 +0100" startDate="2022-06-07 14:45:37 +0100" endDate="2022-06-07 14:45:39 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 15:38:46 +0100" startDate="2022-06-07 15:27:43 +0100" endDate="2022-06-07 15:35:04 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 15:50:29 +0100" startDate="2022-06-07 15:39:26 +0100" endDate="2022-06-07 15:49:27 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 16:00:30 +0100" startDate="2022-06-07 15:49:27 +0100" endDate="2022-06-07 15:54:18 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 16:26:42 +0100" startDate="2022-06-07 16:15:39 +0100" endDate="2022-06-07 16:24:19 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 16:54:10 +0100" startDate="2022-06-07 16:43:07 +0100" endDate="2022-06-07 16:43:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 17:19:59 +0100" startDate="2022-06-07 17:08:56 +0100" endDate="2022-06-07 17:13:29 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 17:36:17 +0100" startDate="2022-06-07 17:25:15 +0100" endDate="2022-06-07 17:26:11 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 18:08:23 +0100" startDate="2022-06-07 17:57:20 +0100" endDate="2022-06-07 17:57:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 18:37:58 +0100" startDate="2022-06-07 18:26:56 +0100" endDate="2022-06-07 18:27:09 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 18:48:58 +0100" startDate="2022-06-07 18:37:56 +0100" endDate="2022-06-07 18:47:26 +0100" value="1081"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 19:07:57 +0100" startDate="2022-06-07 18:56:55 +0100" endDate="2022-06-07 19:06:02 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 19:20:47 +0100" startDate="2022-06-07 19:09:45 +0100" endDate="2022-06-07 19:09:47 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 20:21:03 +0100" startDate="2022-06-07 20:10:00 +0100" endDate="2022-06-07 20:11:57 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-07 21:07:06 +0100" startDate="2022-06-07 20:56:03 +0100" endDate="2022-06-07 21:01:14 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 05:42:42 +0100" startDate="2022-06-08 05:31:39 +0100" endDate="2022-06-08 05:37:23 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 06:07:33 +0100" startDate="2022-06-08 05:56:30 +0100" endDate="2022-06-08 06:00:33 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 06:17:50 +0100" startDate="2022-06-08 06:06:48 +0100" endDate="2022-06-08 06:06:55 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 07:31:23 +0100" startDate="2022-06-08 07:20:20 +0100" endDate="2022-06-08 07:29:41 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 09:46:35 +0100" startDate="2022-06-08 09:35:32 +0100" endDate="2022-06-08 09:44:29 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 14:10:33 +0100" startDate="2022-06-08 13:59:31 +0100" endDate="2022-06-08 14:09:27 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 14:22:42 +0100" startDate="2022-06-08 14:11:39 +0100" endDate="2022-06-08 14:18:24 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 14:34:15 +0100" startDate="2022-06-08 14:23:12 +0100" endDate="2022-06-08 14:25:19 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 16:30:50 +0100" startDate="2022-06-08 16:19:47 +0100" endDate="2022-06-08 16:20:20 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 16:41:03 +0100" startDate="2022-06-08 16:30:00 +0100" endDate="2022-06-08 16:35:04 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 17:19:10 +0100" startDate="2022-06-08 17:08:07 +0100" endDate="2022-06-08 17:08:12 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 17:40:49 +0100" startDate="2022-06-08 17:29:46 +0100" endDate="2022-06-08 17:38:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 17:54:21 +0100" startDate="2022-06-08 17:43:19 +0100" endDate="2022-06-08 17:45:36 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 19:49:26 +0100" startDate="2022-06-08 19:38:23 +0100" endDate="2022-06-08 19:38:49 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 20:02:25 +0100" startDate="2022-06-08 19:51:23 +0100" endDate="2022-06-08 19:55:25 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-08 20:12:58 +0100" startDate="2022-06-08 20:01:56 +0100" endDate="2022-06-08 20:08:13 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 05:08:37 +0100" startDate="2022-06-09 04:57:34 +0100" endDate="2022-06-09 04:57:39 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 05:28:52 +0100" startDate="2022-06-09 05:17:49 +0100" endDate="2022-06-09 05:24:52 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 06:25:22 +0100" startDate="2022-06-09 06:14:19 +0100" endDate="2022-06-09 06:24:20 +0100" value="1131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 06:35:23 +0100" startDate="2022-06-09 06:24:20 +0100" endDate="2022-06-09 06:24:31 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 07:38:38 +0100" startDate="2022-06-09 07:27:35 +0100" endDate="2022-06-09 07:37:36 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 07:48:35 +0100" startDate="2022-06-09 07:37:36 +0100" endDate="2022-06-09 07:47:37 +0100" value="1048"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 07:58:32 +0100" startDate="2022-06-09 07:47:37 +0100" endDate="2022-06-09 07:51:21 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 10:07:58 +0100" startDate="2022-06-09 09:57:53 +0100" endDate="2022-06-09 10:07:54 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 10:18:57 +0100" startDate="2022-06-09 10:07:54 +0100" endDate="2022-06-09 10:17:17 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 10:53:39 +0100" startDate="2022-06-09 10:42:37 +0100" endDate="2022-06-09 10:51:42 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 11:03:58 +0100" startDate="2022-06-09 10:52:55 +0100" endDate="2022-06-09 10:54:25 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 12:23:12 +0100" startDate="2022-06-09 12:12:09 +0100" endDate="2022-06-09 12:22:02 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 12:33:59 +0100" startDate="2022-06-09 12:22:56 +0100" endDate="2022-06-09 12:23:09 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 12:59:46 +0100" startDate="2022-06-09 12:48:43 +0100" endDate="2022-06-09 12:57:40 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 13:09:47 +0100" startDate="2022-06-09 12:58:44 +0100" endDate="2022-06-09 13:00:36 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 14:21:50 +0100" startDate="2022-06-09 14:10:48 +0100" endDate="2022-06-09 14:16:19 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 16:48:44 +0100" startDate="2022-06-09 16:37:41 +0100" endDate="2022-06-09 16:46:24 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 17:44:18 +0100" startDate="2022-06-09 17:33:15 +0100" endDate="2022-06-09 17:38:36 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 18:18:41 +0100" startDate="2022-06-09 18:07:39 +0100" endDate="2022-06-09 18:10:22 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 18:37:41 +0100" startDate="2022-06-09 18:26:38 +0100" endDate="2022-06-09 18:30:53 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 19:47:28 +0100" startDate="2022-06-09 19:36:25 +0100" endDate="2022-06-09 19:46:26 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 19:57:29 +0100" startDate="2022-06-09 19:46:26 +0100" endDate="2022-06-09 19:55:59 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 20:08:08 +0100" startDate="2022-06-09 19:57:05 +0100" endDate="2022-06-09 19:57:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-09 21:26:23 +0100" startDate="2022-06-09 21:15:20 +0100" endDate="2022-06-09 21:22:52 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 04:48:53 +0100" startDate="2022-06-10 04:45:47 +0100" endDate="2022-06-10 04:46:08 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 05:16:36 +0100" startDate="2022-06-10 05:05:33 +0100" endDate="2022-06-10 05:09:59 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 05:31:31 +0100" startDate="2022-06-10 05:20:28 +0100" endDate="2022-06-10 05:28:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 05:48:15 +0100" startDate="2022-06-10 05:37:12 +0100" endDate="2022-06-10 05:47:10 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 05:58:16 +0100" startDate="2022-06-10 05:47:13 +0100" endDate="2022-06-10 05:48:50 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 06:48:59 +0100" startDate="2022-06-10 06:37:57 +0100" endDate="2022-06-10 06:40:40 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 07:29:44 +0100" startDate="2022-06-10 07:18:41 +0100" endDate="2022-06-10 07:24:56 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 07:46:58 +0100" startDate="2022-06-10 07:35:56 +0100" endDate="2022-06-10 07:45:14 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 08:01:37 +0100" startDate="2022-06-10 07:50:34 +0100" endDate="2022-06-10 07:56:51 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 08:23:21 +0100" startDate="2022-06-10 08:12:18 +0100" endDate="2022-06-10 08:20:58 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 10:49:02 +0100" startDate="2022-06-10 10:38:00 +0100" endDate="2022-06-10 10:38:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 11:10:05 +0100" startDate="2022-06-10 10:59:03 +0100" endDate="2022-06-10 11:08:43 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 11:25:18 +0100" startDate="2022-06-10 11:14:15 +0100" endDate="2022-06-10 11:17:36 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 11:58:11 +0100" startDate="2022-06-10 11:47:09 +0100" endDate="2022-06-10 11:50:22 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 12:09:03 +0100" startDate="2022-06-10 11:58:01 +0100" endDate="2022-06-10 12:03:34 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 12:23:01 +0100" startDate="2022-06-10 12:11:59 +0100" endDate="2022-06-10 12:20:51 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 12:44:01 +0100" startDate="2022-06-10 12:32:58 +0100" endDate="2022-06-10 12:42:14 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 13:08:37 +0100" startDate="2022-06-10 12:57:34 +0100" endDate="2022-06-10 13:04:35 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 13:21:10 +0100" startDate="2022-06-10 13:10:07 +0100" endDate="2022-06-10 13:10:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 14:45:44 +0100" startDate="2022-06-10 14:34:41 +0100" endDate="2022-06-10 14:36:36 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 15:58:05 +0100" startDate="2022-06-10 15:47:03 +0100" endDate="2022-06-10 15:57:01 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 16:08:14 +0100" startDate="2022-06-10 15:57:11 +0100" endDate="2022-06-10 16:07:12 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 16:18:15 +0100" startDate="2022-06-10 16:07:12 +0100" endDate="2022-06-10 16:13:22 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 16:38:33 +0100" startDate="2022-06-10 16:27:30 +0100" endDate="2022-06-10 16:32:06 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 16:50:21 +0100" startDate="2022-06-10 16:39:18 +0100" endDate="2022-06-10 16:39:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 17:58:51 +0100" startDate="2022-06-10 17:47:48 +0100" endDate="2022-06-10 17:55:14 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 18:42:22 +0100" startDate="2022-06-10 18:31:19 +0100" endDate="2022-06-10 18:38:47 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 20:33:54 +0100" startDate="2022-06-10 20:22:51 +0100" endDate="2022-06-10 20:30:50 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 20:06:59 +0100" startDate="2022-06-10 19:55:56 +0100" endDate="2022-06-10 20:04:59 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 21:51:44 +0100" startDate="2022-06-10 21:40:41 +0100" endDate="2022-06-10 21:48:40 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 22:11:51 +0100" startDate="2022-06-10 22:00:48 +0100" endDate="2022-06-10 22:09:49 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 22:23:04 +0100" startDate="2022-06-10 22:12:01 +0100" endDate="2022-06-10 22:20:11 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 22:38:27 +0100" startDate="2022-06-10 22:27:25 +0100" endDate="2022-06-10 22:28:41 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-10 23:14:04 +0100" startDate="2022-06-10 23:03:02 +0100" endDate="2022-06-10 23:04:00 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 09:24:41 +0100" startDate="2022-06-11 09:14:01 +0100" endDate="2022-06-11 09:23:48 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 11:50:14 +0100" startDate="2022-06-11 11:39:11 +0100" endDate="2022-06-11 11:49:12 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 12:00:38 +0100" startDate="2022-06-11 11:49:35 +0100" endDate="2022-06-11 11:59:28 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 16:22:04 +0100" startDate="2022-06-11 16:11:01 +0100" endDate="2022-06-11 16:17:52 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 16:39:35 +0100" startDate="2022-06-11 16:28:33 +0100" endDate="2022-06-11 16:30:38 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 16:58:11 +0100" startDate="2022-06-11 16:47:08 +0100" endDate="2022-06-11 16:56:22 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 17:59:24 +0100" startDate="2022-06-11 17:48:22 +0100" endDate="2022-06-11 17:57:57 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 18:09:53 +0100" startDate="2022-06-11 17:58:51 +0100" endDate="2022-06-11 18:06:37 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 18:20:00 +0100" startDate="2022-06-11 18:08:57 +0100" endDate="2022-06-11 18:18:40 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 18:30:11 +0100" startDate="2022-06-11 18:19:08 +0100" endDate="2022-06-11 18:29:07 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 19:37:48 +0100" startDate="2022-06-11 19:26:45 +0100" endDate="2022-06-11 19:36:41 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 19:47:56 +0100" startDate="2022-06-11 19:36:54 +0100" endDate="2022-06-11 19:36:56 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 19:58:05 +0100" startDate="2022-06-11 19:47:03 +0100" endDate="2022-06-11 19:56:41 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-11 20:08:27 +0100" startDate="2022-06-11 19:57:24 +0100" endDate="2022-06-11 19:58:28 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-12 00:26:46 +0100" startDate="2022-06-11 23:45:40 +0100" endDate="2022-06-11 23:52:56 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-12 00:29:52 +0100" startDate="2022-06-12 00:18:49 +0100" endDate="2022-06-12 00:25:39 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-12 09:10:47 +0100" startDate="2022-06-12 08:59:45 +0100" endDate="2022-06-12 09:09:46 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-12 09:20:48 +0100" startDate="2022-06-12 09:09:46 +0100" endDate="2022-06-12 09:19:31 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-12 09:31:07 +0100" startDate="2022-06-12 09:20:05 +0100" endDate="2022-06-12 09:29:12 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="14.8.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:14.8.1, creation date:2021-11-15 02:06:06 +0000&gt;" unit="count" creationDate="2022-06-12 12:22:48 +0100" startDate="2022-06-12 12:11:46 +0100" endDate="2022-06-12 12:12:04 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-12 15:26:27 +0100" startDate="2022-06-12 14:54:09 +0100" endDate="2022-06-12 14:54:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-12 16:21:16 +0100" startDate="2022-06-12 16:08:38 +0100" endDate="2022-06-12 16:08:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-12 16:33:12 +0100" startDate="2022-06-12 16:20:36 +0100" endDate="2022-06-12 16:30:37 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-12 16:43:49 +0100" startDate="2022-06-12 16:30:37 +0100" endDate="2022-06-12 16:40:23 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-12 18:32:02 +0100" startDate="2022-06-12 18:18:35 +0100" endDate="2022-06-12 18:28:36 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-12 18:39:48 +0100" startDate="2022-06-12 18:28:36 +0100" endDate="2022-06-12 18:38:16 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-12 18:52:53 +0100" startDate="2022-06-12 18:38:57 +0100" endDate="2022-06-12 18:39:22 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-12 19:22:36 +0100" startDate="2022-06-12 19:10:06 +0100" endDate="2022-06-12 19:10:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 03:17:35 +0100" startDate="2022-06-13 03:06:33 +0100" endDate="2022-06-13 03:06:35 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 05:41:49 +0100" startDate="2022-06-13 05:29:06 +0100" endDate="2022-06-13 05:29:09 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 06:23:35 +0100" startDate="2022-06-13 06:12:32 +0100" endDate="2022-06-13 06:21:52 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 07:44:05 +0100" startDate="2022-06-13 07:32:33 +0100" endDate="2022-06-13 07:42:03 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 07:58:52 +0100" startDate="2022-06-13 07:42:36 +0100" endDate="2022-06-13 07:48:40 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 08:07:33 +0100" startDate="2022-06-13 07:52:38 +0100" endDate="2022-06-13 07:52:43 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 12:20:28 +0100" startDate="2022-06-13 12:06:31 +0100" endDate="2022-06-13 12:11:50 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 12:54:16 +0100" startDate="2022-06-13 12:43:03 +0100" endDate="2022-06-13 12:46:09 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 13:10:54 +0100" startDate="2022-06-13 12:55:03 +0100" endDate="2022-06-13 12:57:57 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 15:24:33 +0100" startDate="2022-06-13 15:13:30 +0100" endDate="2022-06-13 15:22:20 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 16:34:44 +0100" startDate="2022-06-13 16:20:10 +0100" endDate="2022-06-13 16:23:52 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 16:47:44 +0100" startDate="2022-06-13 16:32:54 +0100" endDate="2022-06-13 16:41:57 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 16:54:13 +0100" startDate="2022-06-13 16:43:11 +0100" endDate="2022-06-13 16:50:44 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 17:11:43 +0100" startDate="2022-06-13 16:59:14 +0100" endDate="2022-06-13 17:07:18 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 17:28:31 +0100" startDate="2022-06-13 17:15:06 +0100" endDate="2022-06-13 17:15:14 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-13 22:02:13 +0100" startDate="2022-06-13 21:51:11 +0100" endDate="2022-06-13 21:56:27 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 05:54:27 +0100" startDate="2022-06-14 05:43:25 +0100" endDate="2022-06-14 05:46:46 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 06:11:56 +0100" startDate="2022-06-14 06:00:53 +0100" endDate="2022-06-14 06:03:21 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 07:10:47 +0100" startDate="2022-06-14 06:59:44 +0100" endDate="2022-06-14 07:05:23 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 08:27:34 +0100" startDate="2022-06-14 08:16:31 +0100" endDate="2022-06-14 08:16:39 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 11:04:32 +0100" startDate="2022-06-14 10:52:41 +0100" endDate="2022-06-14 11:02:42 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 11:14:13 +0100" startDate="2022-06-14 11:02:42 +0100" endDate="2022-06-14 11:12:43 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 11:23:46 +0100" startDate="2022-06-14 11:12:43 +0100" endDate="2022-06-14 11:18:47 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 12:09:05 +0100" startDate="2022-06-14 11:56:28 +0100" endDate="2022-06-14 11:57:29 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 16:25:19 +0100" startDate="2022-06-14 16:14:16 +0100" endDate="2022-06-14 16:22:35 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 17:26:00 +0100" startDate="2022-06-14 17:13:34 +0100" endDate="2022-06-14 17:19:08 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfe440&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 17:34:56 +0100" startDate="2022-06-14 17:23:54 +0100" endDate="2022-06-14 17:30:52 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 17:49:36 +0100" startDate="2022-06-14 17:38:33 +0100" endDate="2022-06-14 17:38:58 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 18:04:46 +0100" startDate="2022-06-14 17:51:58 +0100" endDate="2022-06-14 18:01:39 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 18:14:28 +0100" startDate="2022-06-14 18:03:26 +0100" endDate="2022-06-14 18:03:54 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 18:59:52 +0100" startDate="2022-06-14 18:48:16 +0100" endDate="2022-06-14 18:57:44 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 19:16:36 +0100" startDate="2022-06-14 18:59:59 +0100" endDate="2022-06-14 19:08:54 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 19:22:38 +0100" startDate="2022-06-14 19:11:17 +0100" endDate="2022-06-14 19:21:18 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 19:32:49 +0100" startDate="2022-06-14 19:21:26 +0100" endDate="2022-06-14 19:31:07 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 20:07:44 +0100" startDate="2022-06-14 19:55:52 +0100" endDate="2022-06-14 20:05:45 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 20:18:46 +0100" startDate="2022-06-14 20:05:53 +0100" endDate="2022-06-14 20:14:43 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 20:28:58 +0100" startDate="2022-06-14 20:16:14 +0100" endDate="2022-06-14 20:21:18 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 21:17:53 +0100" startDate="2022-06-14 21:06:50 +0100" endDate="2022-06-14 21:07:39 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 21:30:23 +0100" startDate="2022-06-14 21:18:48 +0100" endDate="2022-06-14 21:26:09 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-14 21:41:30 +0100" startDate="2022-06-14 21:30:28 +0100" endDate="2022-06-14 21:34:30 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 05:43:28 +0100" startDate="2022-06-15 05:31:35 +0100" endDate="2022-06-15 05:41:34 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 05:52:37 +0100" startDate="2022-06-15 05:41:34 +0100" endDate="2022-06-15 05:45:03 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 06:14:00 +0100" startDate="2022-06-15 06:02:57 +0100" endDate="2022-06-15 06:11:12 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 08:00:16 +0100" startDate="2022-06-15 07:49:09 +0100" endDate="2022-06-15 07:50:20 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 12:29:55 +0100" startDate="2022-06-15 12:18:53 +0100" endDate="2022-06-15 12:28:00 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 12:42:34 +0100" startDate="2022-06-15 12:30:58 +0100" endDate="2022-06-15 12:36:07 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 13:13:20 +0100" startDate="2022-06-15 13:02:17 +0100" endDate="2022-06-15 13:03:05 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 13:29:49 +0100" startDate="2022-06-15 13:15:52 +0100" endDate="2022-06-15 13:24:14 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 16:46:10 +0100" startDate="2022-06-15 16:35:07 +0100" endDate="2022-06-15 16:42:38 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 16:59:24 +0100" startDate="2022-06-15 16:48:22 +0100" endDate="2022-06-15 16:54:18 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 17:10:49 +0100" startDate="2022-06-15 16:59:06 +0100" endDate="2022-06-15 17:03:49 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 17:21:49 +0100" startDate="2022-06-15 17:10:19 +0100" endDate="2022-06-15 17:19:09 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 17:44:19 +0100" startDate="2022-06-15 17:32:33 +0100" endDate="2022-06-15 17:42:33 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 17:53:46 +0100" startDate="2022-06-15 17:42:43 +0100" endDate="2022-06-15 17:48:17 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 19:24:25 +0100" startDate="2022-06-15 19:10:19 +0100" endDate="2022-06-15 19:20:18 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 19:39:37 +0100" startDate="2022-06-15 19:21:06 +0100" endDate="2022-06-15 19:31:06 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 19:45:03 +0100" startDate="2022-06-15 19:31:06 +0100" endDate="2022-06-15 19:33:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 19:59:01 +0100" startDate="2022-06-15 19:44:03 +0100" endDate="2022-06-15 19:45:09 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 20:42:23 +0100" startDate="2022-06-15 20:28:17 +0100" endDate="2022-06-15 20:29:26 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 21:29:49 +0100" startDate="2022-06-15 21:18:29 +0100" endDate="2022-06-15 21:18:50 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 22:05:09 +0100" startDate="2022-06-15 21:52:37 +0100" endDate="2022-06-15 21:58:13 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 22:18:20 +0100" startDate="2022-06-15 22:04:38 +0100" endDate="2022-06-15 22:04:58 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-15 22:26:54 +0100" startDate="2022-06-15 22:15:51 +0100" endDate="2022-06-15 22:17:15 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 08:14:09 +0100" startDate="2022-06-16 08:03:06 +0100" endDate="2022-06-16 08:12:37 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 08:35:08 +0100" startDate="2022-06-16 08:22:07 +0100" endDate="2022-06-16 08:31:22 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 08:54:51 +0100" startDate="2022-06-16 08:42:21 +0100" endDate="2022-06-16 08:52:22 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 09:04:47 +0100" startDate="2022-06-16 08:52:22 +0100" endDate="2022-06-16 09:02:21 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 09:16:51 +0100" startDate="2022-06-16 09:02:21 +0100" endDate="2022-06-16 09:12:07 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 09:27:52 +0100" startDate="2022-06-16 09:12:30 +0100" endDate="2022-06-16 09:16:29 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 10:02:58 +0100" startDate="2022-06-16 09:51:48 +0100" endDate="2022-06-16 10:01:21 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 10:14:20 +0100" startDate="2022-06-16 10:02:40 +0100" endDate="2022-06-16 10:12:41 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 10:24:10 +0100" startDate="2022-06-16 10:13:07 +0100" endDate="2022-06-16 10:23:08 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 10:38:47 +0100" startDate="2022-06-16 10:25:36 +0100" endDate="2022-06-16 10:35:36 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 10:48:59 +0100" startDate="2022-06-16 10:35:39 +0100" endDate="2022-06-16 10:45:35 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 11:01:32 +0100" startDate="2022-06-16 10:45:40 +0100" endDate="2022-06-16 10:49:47 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-16 11:54:12 +0100" startDate="2022-06-16 11:42:51 +0100" endDate="2022-06-16 11:51:36 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 08:33:21 +0100" startDate="2022-06-17 08:22:18 +0100" endDate="2022-06-17 08:31:16 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 07:43:31 +0100" startDate="2022-06-17 07:31:15 +0100" endDate="2022-06-17 07:36:16 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 07:55:53 +0100" startDate="2022-06-17 07:42:31 +0100" endDate="2022-06-17 07:43:20 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 08:12:37 +0100" startDate="2022-06-17 07:57:34 +0100" endDate="2022-06-17 07:59:05 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 09:10:50 +0100" startDate="2022-06-17 08:58:28 +0100" endDate="2022-06-17 08:58:51 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 10:55:07 +0100" startDate="2022-06-17 10:43:53 +0100" endDate="2022-06-17 10:48:56 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 11:27:48 +0100" startDate="2022-06-17 11:11:57 +0100" endDate="2022-06-17 11:13:46 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 11:38:11 +0100" startDate="2022-06-17 11:24:24 +0100" endDate="2022-06-17 11:28:23 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 12:01:35 +0100" startDate="2022-06-17 11:47:33 +0100" endDate="2022-06-17 11:54:41 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 12:26:37 +0100" startDate="2022-06-17 12:13:19 +0100" endDate="2022-06-17 12:21:49 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 12:37:53 +0100" startDate="2022-06-17 12:23:29 +0100" endDate="2022-06-17 12:26:37 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 13:39:10 +0100" startDate="2022-06-17 13:25:41 +0100" endDate="2022-06-17 13:34:46 +0100" value="610"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 13:51:16 +0100" startDate="2022-06-17 13:36:48 +0100" endDate="2022-06-17 13:44:37 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 14:08:44 +0100" startDate="2022-06-17 13:53:31 +0100" endDate="2022-06-17 14:02:44 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 14:18:03 +0100" startDate="2022-06-17 14:05:47 +0100" endDate="2022-06-17 14:15:43 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 14:29:12 +0100" startDate="2022-06-17 14:16:04 +0100" endDate="2022-06-17 14:16:57 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 15:00:04 +0100" startDate="2022-06-17 14:49:01 +0100" endDate="2022-06-17 14:49:49 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 15:14:45 +0100" startDate="2022-06-17 15:03:09 +0100" endDate="2022-06-17 15:05:29 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 15:38:10 +0100" startDate="2022-06-17 15:26:08 +0100" endDate="2022-06-17 15:29:50 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 15:55:12 +0100" startDate="2022-06-17 15:44:10 +0100" endDate="2022-06-17 15:47:51 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 16:15:20 +0100" startDate="2022-06-17 15:56:20 +0100" endDate="2022-06-17 15:59:39 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 16:33:09 +0100" startDate="2022-06-17 16:21:56 +0100" endDate="2022-06-17 16:23:10 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 16:51:43 +0100" startDate="2022-06-17 16:36:42 +0100" endDate="2022-06-17 16:46:15 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 17:00:13 +0100" startDate="2022-06-17 16:46:50 +0100" endDate="2022-06-17 16:56:49 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 17:09:16 +0100" startDate="2022-06-17 16:56:49 +0100" endDate="2022-06-17 17:06:22 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 17:31:28 +0100" startDate="2022-06-17 17:12:14 +0100" endDate="2022-06-17 17:17:09 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 17:41:29 +0100" startDate="2022-06-17 17:28:09 +0100" endDate="2022-06-17 17:37:45 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 17:53:40 +0100" startDate="2022-06-17 17:41:22 +0100" endDate="2022-06-17 17:47:44 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 18:06:52 +0100" startDate="2022-06-17 17:55:15 +0100" endDate="2022-06-17 18:05:16 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 18:18:01 +0100" startDate="2022-06-17 18:05:16 +0100" endDate="2022-06-17 18:11:41 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 18:31:08 +0100" startDate="2022-06-17 18:16:24 +0100" endDate="2022-06-17 18:17:43 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 18:42:56 +0100" startDate="2022-06-17 18:31:47 +0100" endDate="2022-06-17 18:41:42 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 18:53:40 +0100" startDate="2022-06-17 18:42:22 +0100" endDate="2022-06-17 18:42:38 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 19:40:12 +0100" startDate="2022-06-17 19:25:59 +0100" endDate="2022-06-17 19:28:29 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 19:53:49 +0100" startDate="2022-06-17 19:42:43 +0100" endDate="2022-06-17 19:42:58 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 20:06:46 +0100" startDate="2022-06-17 19:53:43 +0100" endDate="2022-06-17 19:58:29 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 20:15:25 +0100" startDate="2022-06-17 20:04:22 +0100" endDate="2022-06-17 20:13:05 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 20:28:25 +0100" startDate="2022-06-17 20:15:05 +0100" endDate="2022-06-17 20:24:54 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-17 20:43:19 +0100" startDate="2022-06-17 20:26:28 +0100" endDate="2022-06-17 20:29:41 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-18 09:35:23 +0100" startDate="2022-06-18 09:22:02 +0100" endDate="2022-06-18 09:22:07 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-18 10:33:58 +0100" startDate="2022-06-18 10:22:56 +0100" endDate="2022-06-18 10:28:01 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-18 14:57:37 +0100" startDate="2022-06-18 14:45:55 +0100" endDate="2022-06-18 14:55:52 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-18 15:07:18 +0100" startDate="2022-06-18 14:56:15 +0100" endDate="2022-06-18 14:56:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-18 15:46:51 +0100" startDate="2022-06-18 15:33:19 +0100" endDate="2022-06-18 15:36:22 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-18 15:55:19 +0100" startDate="2022-06-18 15:43:55 +0100" endDate="2022-06-18 15:50:40 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-18 16:40:34 +0100" startDate="2022-06-18 16:29:13 +0100" endDate="2022-06-18 16:29:16 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-18 17:18:57 +0100" startDate="2022-06-18 17:06:40 +0100" endDate="2022-06-18 17:15:36 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-18 17:32:46 +0100" startDate="2022-06-18 17:18:01 +0100" endDate="2022-06-18 17:18:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-18 17:39:48 +0100" startDate="2022-06-18 17:28:31 +0100" endDate="2022-06-18 17:30:40 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 02:06:43 +0100" startDate="2022-06-18 17:38:42 +0100" endDate="2022-06-18 17:47:45 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 02:06:43 +0100" startDate="2022-06-18 17:50:03 +0100" endDate="2022-06-18 17:50:08 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 02:06:43 +0100" startDate="2022-06-18 18:01:51 +0100" endDate="2022-06-18 18:08:52 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 02:06:43 +0100" startDate="2022-06-18 20:34:30 +0100" endDate="2022-06-18 20:40:19 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 02:06:43 +0100" startDate="2022-06-18 20:50:04 +0100" endDate="2022-06-18 20:50:10 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 02:06:43 +0100" startDate="2022-06-18 21:10:09 +0100" endDate="2022-06-18 21:10:22 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 02:06:43 +0100" startDate="2022-06-18 22:54:37 +0100" endDate="2022-06-18 22:54:47 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 02:06:43 +0100" startDate="2022-06-19 01:35:01 +0100" endDate="2022-06-19 01:43:58 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 08:10:50 +0100" startDate="2022-06-19 07:59:47 +0100" endDate="2022-06-19 08:07:16 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 08:23:09 +0100" startDate="2022-06-19 08:10:32 +0100" endDate="2022-06-19 08:20:33 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 08:32:03 +0100" startDate="2022-06-19 08:20:33 +0100" endDate="2022-06-19 08:28:39 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 08:56:28 +0100" startDate="2022-06-19 08:43:14 +0100" endDate="2022-06-19 08:51:28 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 09:04:18 +0100" startDate="2022-06-19 08:53:15 +0100" endDate="2022-06-19 08:58:58 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 09:21:16 +0100" startDate="2022-06-19 09:10:03 +0100" endDate="2022-06-19 09:17:52 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 09:32:13 +0100" startDate="2022-06-19 09:21:11 +0100" endDate="2022-06-19 09:22:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 10:44:48 +0100" startDate="2022-06-19 10:30:00 +0100" endDate="2022-06-19 10:37:13 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 11:05:02 +0100" startDate="2022-06-19 10:53:21 +0100" endDate="2022-06-19 10:53:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-19 21:09:59 +0100" startDate="2022-06-19 20:58:56 +0100" endDate="2022-06-19 20:59:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 05:29:13 +0100" startDate="2022-06-20 05:18:10 +0100" endDate="2022-06-20 05:18:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 11:36:47 +0100" startDate="2022-06-20 11:25:44 +0100" endDate="2022-06-20 11:33:53 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 11:51:33 +0100" startDate="2022-06-20 11:40:30 +0100" endDate="2022-06-20 11:43:52 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 12:36:15 +0100" startDate="2022-06-20 12:25:12 +0100" endDate="2022-06-20 12:34:28 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 12:55:30 +0100" startDate="2022-06-20 12:42:27 +0100" endDate="2022-06-20 12:50:08 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 14:07:12 +0100" startDate="2022-06-20 13:53:18 +0100" endDate="2022-06-20 14:03:02 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 17:03:28 +0100" startDate="2022-06-20 16:50:22 +0100" endDate="2022-06-20 17:00:23 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 17:13:39 +0100" startDate="2022-06-20 17:00:23 +0100" endDate="2022-06-20 17:10:24 +0100" value="1151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 17:23:01 +0100" startDate="2022-06-20 17:10:24 +0100" endDate="2022-06-20 17:18:54 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 17:33:43 +0100" startDate="2022-06-20 17:22:40 +0100" endDate="2022-06-20 17:32:42 +0100" value="1068"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 17:47:27 +0100" startDate="2022-06-20 17:32:42 +0100" endDate="2022-06-20 17:41:19 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 17:55:00 +0100" startDate="2022-06-20 17:43:58 +0100" endDate="2022-06-20 17:44:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-20 22:21:41 +0100" startDate="2022-06-20 22:10:38 +0100" endDate="2022-06-20 22:13:14 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 06:04:26 +0100" startDate="2022-06-21 05:52:05 +0100" endDate="2022-06-21 05:52:31 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 06:13:27 +0100" startDate="2022-06-21 06:02:24 +0100" endDate="2022-06-21 06:04:04 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 06:29:02 +0100" startDate="2022-06-21 06:17:59 +0100" endDate="2022-06-21 06:21:38 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 07:24:18 +0100" startDate="2022-06-21 07:13:10 +0100" endDate="2022-06-21 07:17:51 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 09:18:30 +0100" startDate="2022-06-21 09:04:09 +0100" endDate="2022-06-21 09:14:10 +0100" value="1098"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 09:27:49 +0100" startDate="2022-06-21 09:14:10 +0100" endDate="2022-06-21 09:24:10 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 09:37:35 +0100" startDate="2022-06-21 09:24:10 +0100" endDate="2022-06-21 09:31:41 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 10:38:23 +0100" startDate="2022-06-21 10:27:21 +0100" endDate="2022-06-21 10:27:34 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 11:16:09 +0100" startDate="2022-06-21 11:05:06 +0100" endDate="2022-06-21 11:13:11 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 11:29:30 +0100" startDate="2022-06-21 11:18:27 +0100" endDate="2022-06-21 11:27:41 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 11:41:09 +0100" startDate="2022-06-21 11:30:06 +0100" endDate="2022-06-21 11:33:47 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 12:25:46 +0100" startDate="2022-06-21 12:14:44 +0100" endDate="2022-06-21 12:20:25 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 14:41:47 +0100" startDate="2022-06-21 14:23:21 +0100" endDate="2022-06-21 14:27:54 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 16:09:57 +0100" startDate="2022-06-21 15:51:15 +0100" endDate="2022-06-21 15:57:42 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 18:38:34 +0100" startDate="2022-06-21 18:27:31 +0100" endDate="2022-06-21 18:36:39 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 18:49:06 +0100" startDate="2022-06-21 18:38:03 +0100" endDate="2022-06-21 18:42:05 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 18:59:40 +0100" startDate="2022-06-21 18:48:37 +0100" endDate="2022-06-21 18:49:38 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 19:48:19 +0100" startDate="2022-06-21 19:37:01 +0100" endDate="2022-06-21 19:41:25 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 20:25:58 +0100" startDate="2022-06-21 20:14:55 +0100" endDate="2022-06-21 20:14:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-21 21:23:12 +0100" startDate="2022-06-21 21:12:10 +0100" endDate="2022-06-21 21:12:20 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-22 08:35:03 +0100" startDate="2022-06-22 08:24:00 +0100" endDate="2022-06-22 08:31:51 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-22 08:55:49 +0100" startDate="2022-06-22 08:44:46 +0100" endDate="2022-06-22 08:49:44 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-22 11:46:01 +0100" startDate="2022-06-22 11:31:29 +0100" endDate="2022-06-22 11:31:42 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-22 12:02:09 +0100" startDate="2022-06-22 11:48:09 +0100" endDate="2022-06-22 11:56:41 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-22 12:11:59 +0100" startDate="2022-06-22 11:59:50 +0100" endDate="2022-06-22 12:09:18 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-22 13:09:35 +0100" startDate="2022-06-22 12:58:32 +0100" endDate="2022-06-22 12:58:35 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-22 13:27:27 +0100" startDate="2022-06-22 13:16:24 +0100" endDate="2022-06-22 13:18:24 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-22 16:50:41 +0100" startDate="2022-06-22 16:33:56 +0100" endDate="2022-06-22 16:40:48 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-22 17:16:14 +0100" startDate="2022-06-22 17:05:12 +0100" endDate="2022-06-22 17:15:11 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-22 17:26:13 +0100" startDate="2022-06-22 17:15:11 +0100" endDate="2022-06-22 17:15:13 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-22 18:14:23 +0100" startDate="2022-06-22 18:00:25 +0100" endDate="2022-06-22 18:00:28 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-22 20:44:28 +0100" startDate="2022-06-22 20:33:26 +0100" endDate="2022-06-22 20:35:39 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 05:25:45 +0100" startDate="2022-06-23 05:14:43 +0100" endDate="2022-06-23 05:23:46 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 05:35:55 +0100" startDate="2022-06-23 05:24:52 +0100" endDate="2022-06-23 05:28:57 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 05:54:36 +0100" startDate="2022-06-23 05:43:33 +0100" endDate="2022-06-23 05:52:35 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 06:09:07 +0100" startDate="2022-06-23 05:58:04 +0100" endDate="2022-06-23 05:58:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 06:26:47 +0100" startDate="2022-06-23 06:15:44 +0100" endDate="2022-06-23 06:23:17 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 06:50:18 +0100" startDate="2022-06-23 06:39:30 +0100" endDate="2022-06-23 06:39:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 07:14:51 +0100" startDate="2022-06-23 07:03:48 +0100" endDate="2022-06-23 07:05:17 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 07:30:54 +0100" startDate="2022-06-23 07:19:51 +0100" endDate="2022-06-23 07:22:45 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 07:52:25 +0100" startDate="2022-06-23 07:41:56 +0100" endDate="2022-06-23 07:41:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 08:43:49 +0100" startDate="2022-06-23 08:32:46 +0100" endDate="2022-06-23 08:32:54 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 10:27:55 +0100" startDate="2022-06-23 10:16:53 +0100" endDate="2022-06-23 10:16:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 11:20:38 +0100" startDate="2022-06-23 11:09:46 +0100" endDate="2022-06-23 11:18:14 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 11:32:00 +0100" startDate="2022-06-23 11:20:57 +0100" endDate="2022-06-23 11:21:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 11:47:12 +0100" startDate="2022-06-23 11:34:48 +0100" endDate="2022-06-23 11:44:26 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 12:00:54 +0100" startDate="2022-06-23 11:45:07 +0100" endDate="2022-06-23 11:49:17 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 12:20:30 +0100" startDate="2022-06-23 12:06:28 +0100" endDate="2022-06-23 12:16:29 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 12:29:02 +0100" startDate="2022-06-23 12:16:29 +0100" endDate="2022-06-23 12:26:30 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 12:38:43 +0100" startDate="2022-06-23 12:26:41 +0100" endDate="2022-06-23 12:36:42 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 12:49:31 +0100" startDate="2022-06-23 12:36:42 +0100" endDate="2022-06-23 12:36:59 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 13:00:31 +0100" startDate="2022-06-23 12:49:28 +0100" endDate="2022-06-23 12:58:11 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 13:11:26 +0100" startDate="2022-06-23 13:00:23 +0100" endDate="2022-06-23 13:07:56 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 13:53:56 +0100" startDate="2022-06-23 13:42:53 +0100" endDate="2022-06-23 13:52:52 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 14:04:25 +0100" startDate="2022-06-23 13:53:22 +0100" endDate="2022-06-23 14:00:55 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 14:35:36 +0100" startDate="2022-06-23 14:24:33 +0100" endDate="2022-06-23 14:26:28 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 15:11:06 +0100" startDate="2022-06-23 15:00:03 +0100" endDate="2022-06-23 15:02:36 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 15:34:12 +0100" startDate="2022-06-23 15:20:46 +0100" endDate="2022-06-23 15:20:51 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 17:17:18 +0100" startDate="2022-06-23 17:06:06 +0100" endDate="2022-06-23 17:15:19 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 17:39:30 +0100" startDate="2022-06-23 17:28:00 +0100" endDate="2022-06-23 17:36:48 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 17:53:38 +0100" startDate="2022-06-23 17:42:06 +0100" endDate="2022-06-23 17:42:39 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 18:04:51 +0100" startDate="2022-06-23 17:53:48 +0100" endDate="2022-06-23 17:54:29 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 18:29:59 +0100" startDate="2022-06-23 18:18:56 +0100" endDate="2022-06-23 18:18:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 21:46:17 +0100" startDate="2022-06-23 21:33:29 +0100" endDate="2022-06-23 21:39:28 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 21:58:39 +0100" startDate="2022-06-23 21:46:47 +0100" endDate="2022-06-23 21:47:10 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 22:14:51 +0100" startDate="2022-06-23 22:02:43 +0100" endDate="2022-06-23 22:10:06 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 22:28:55 +0100" startDate="2022-06-23 22:14:56 +0100" endDate="2022-06-23 22:15:19 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-23 22:40:07 +0100" startDate="2022-06-23 22:29:04 +0100" endDate="2022-06-23 22:29:10 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 07:53:17 +0100" startDate="2022-06-24 07:42:14 +0100" endDate="2022-06-24 07:42:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 08:17:13 +0100" startDate="2022-06-24 08:03:43 +0100" endDate="2022-06-24 08:13:16 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 08:27:48 +0100" startDate="2022-06-24 08:16:38 +0100" endDate="2022-06-24 08:26:21 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 08:37:57 +0100" startDate="2022-06-24 08:26:54 +0100" endDate="2022-06-24 08:28:54 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 10:12:12 +0100" startDate="2022-06-24 10:01:10 +0100" endDate="2022-06-24 10:01:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 11:45:52 +0100" startDate="2022-06-24 11:33:00 +0100" endDate="2022-06-24 11:37:15 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 11:56:44 +0100" startDate="2022-06-24 11:44:00 +0100" endDate="2022-06-24 11:44:03 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 12:34:04 +0100" startDate="2022-06-24 12:20:28 +0100" endDate="2022-06-24 12:26:02 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 14:00:19 +0100" startDate="2022-06-24 13:48:47 +0100" endDate="2022-06-24 13:48:50 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 14:24:00 +0100" startDate="2022-06-24 14:12:45 +0100" endDate="2022-06-24 14:20:19 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 14:51:00 +0100" startDate="2022-06-24 14:39:57 +0100" endDate="2022-06-24 14:41:41 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 15:21:59 +0100" startDate="2022-06-24 15:10:14 +0100" endDate="2022-06-24 15:10:19 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 15:38:02 +0100" startDate="2022-06-24 15:24:31 +0100" endDate="2022-06-24 15:24:36 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 16:46:31 +0100" startDate="2022-06-24 16:32:31 +0100" endDate="2022-06-24 16:42:32 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 16:53:43 +0100" startDate="2022-06-24 16:42:32 +0100" endDate="2022-06-24 16:52:23 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 19:41:17 +0100" startDate="2022-06-24 19:30:04 +0100" endDate="2022-06-24 19:35:46 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-24 19:59:33 +0100" startDate="2022-06-24 19:48:30 +0100" endDate="2022-06-24 19:49:34 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 04:51:50 +0100" startDate="2022-06-25 04:40:39 +0100" endDate="2022-06-25 04:49:50 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 05:03:50 +0100" startDate="2022-06-25 04:50:41 +0100" endDate="2022-06-25 04:53:44 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 05:20:17 +0100" startDate="2022-06-25 05:06:46 +0100" endDate="2022-06-25 05:12:32 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 05:38:40 +0100" startDate="2022-06-25 05:28:36 +0100" endDate="2022-06-25 05:36:12 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 07:33:56 +0100" startDate="2022-06-25 07:22:07 +0100" endDate="2022-06-25 07:32:08 +0100" value="999"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 07:43:56 +0100" startDate="2022-06-25 07:32:08 +0100" endDate="2022-06-25 07:39:44 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 07:53:55 +0100" startDate="2022-06-25 07:43:44 +0100" endDate="2022-06-25 07:53:22 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 11:58:49 +0100" startDate="2022-06-25 11:47:15 +0100" endDate="2022-06-25 11:52:05 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 12:10:11 +0100" startDate="2022-06-25 11:58:43 +0100" endDate="2022-06-25 12:02:40 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 12:52:37 +0100" startDate="2022-06-25 12:39:57 +0100" endDate="2022-06-25 12:44:50 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 15:09:27 +0100" startDate="2022-06-25 14:56:58 +0100" endDate="2022-06-25 15:06:56 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 15:18:31 +0100" startDate="2022-06-25 15:06:56 +0100" endDate="2022-06-25 15:16:27 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 15:29:58 +0100" startDate="2022-06-25 15:18:55 +0100" endDate="2022-06-25 15:28:44 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 17:49:54 +0100" startDate="2022-06-25 17:33:34 +0100" endDate="2022-06-25 17:39:46 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 18:06:50 +0100" startDate="2022-06-25 17:53:04 +0100" endDate="2022-06-25 17:57:18 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 18:20:35 +0100" startDate="2022-06-25 18:09:32 +0100" endDate="2022-06-25 18:09:40 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-25 20:40:19 +0100" startDate="2022-06-25 20:29:16 +0100" endDate="2022-06-25 20:29:36 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 05:09:49 +0100" startDate="2022-06-26 04:57:39 +0100" endDate="2022-06-26 05:00:32 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 05:38:36 +0100" startDate="2022-06-26 05:25:17 +0100" endDate="2022-06-26 05:25:22 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 05:51:28 +0100" startDate="2022-06-26 05:37:16 +0100" endDate="2022-06-26 05:38:35 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 06:10:36 +0100" startDate="2022-06-26 05:57:52 +0100" endDate="2022-06-26 06:04:15 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 06:25:07 +0100" startDate="2022-06-26 06:13:09 +0100" endDate="2022-06-26 06:22:35 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 06:43:16 +0100" startDate="2022-06-26 06:31:04 +0100" endDate="2022-06-26 06:40:07 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 08:40:46 +0100" startDate="2022-06-26 08:28:12 +0100" endDate="2022-06-26 08:38:13 +0100" value="1123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 08:49:43 +0100" startDate="2022-06-26 08:38:13 +0100" endDate="2022-06-26 08:43:57 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 09:01:43 +0100" startDate="2022-06-26 08:48:47 +0100" endDate="2022-06-26 08:48:52 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 11:41:41 +0100" startDate="2022-06-26 11:28:59 +0100" endDate="2022-06-26 11:37:34 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 12:13:24 +0100" startDate="2022-06-26 12:02:04 +0100" endDate="2022-06-26 12:04:14 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 12:41:39 +0100" startDate="2022-06-26 12:29:27 +0100" endDate="2022-06-26 12:33:19 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 12:58:58 +0100" startDate="2022-06-26 12:46:19 +0100" endDate="2022-06-26 12:46:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 13:41:30 +0100" startDate="2022-06-26 13:30:27 +0100" endDate="2022-06-26 13:33:54 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 14:14:28 +0100" startDate="2022-06-26 14:01:33 +0100" endDate="2022-06-26 14:11:31 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 14:22:34 +0100" startDate="2022-06-26 14:11:31 +0100" endDate="2022-06-26 14:18:37 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 14:32:55 +0100" startDate="2022-06-26 14:22:11 +0100" endDate="2022-06-26 14:30:05 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 14:56:55 +0100" startDate="2022-06-26 14:46:16 +0100" endDate="2022-06-26 14:46:31 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 16:16:20 +0100" startDate="2022-06-26 16:02:45 +0100" endDate="2022-06-26 16:12:46 +0100" value="966"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 16:23:49 +0100" startDate="2022-06-26 16:12:46 +0100" endDate="2022-06-26 16:16:33 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 17:27:42 +0100" startDate="2022-06-26 17:17:06 +0100" endDate="2022-06-26 17:26:47 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 17:59:07 +0100" startDate="2022-06-26 17:47:19 +0100" endDate="2022-06-26 17:47:26 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 18:27:41 +0100" startDate="2022-06-26 18:12:16 +0100" endDate="2022-06-26 18:17:44 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 18:41:06 +0100" startDate="2022-06-26 18:30:03 +0100" endDate="2022-06-26 18:35:42 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-26 19:40:39 +0100" startDate="2022-06-26 19:29:37 +0100" endDate="2022-06-26 19:29:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 00:10:23 +0100" startDate="2022-06-26 23:59:20 +0100" endDate="2022-06-26 23:59:23 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 04:30:56 +0100" startDate="2022-06-27 04:16:33 +0100" endDate="2022-06-27 04:16:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 04:55:32 +0100" startDate="2022-06-27 04:44:30 +0100" endDate="2022-06-27 04:53:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 05:10:05 +0100" startDate="2022-06-27 04:57:31 +0100" endDate="2022-06-27 05:02:04 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 05:24:19 +0100" startDate="2022-06-27 05:13:16 +0100" endDate="2022-06-27 05:19:00 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 05:50:10 +0100" startDate="2022-06-27 05:39:08 +0100" endDate="2022-06-27 05:39:41 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 07:31:55 +0100" startDate="2022-06-27 07:17:40 +0100" endDate="2022-06-27 07:27:39 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 07:42:09 +0100" startDate="2022-06-27 07:27:39 +0100" endDate="2022-06-27 07:34:24 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 10:17:39 +0100" startDate="2022-06-27 10:05:43 +0100" endDate="2022-06-27 10:15:42 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 10:28:13 +0100" startDate="2022-06-27 10:15:42 +0100" endDate="2022-06-27 10:17:32 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 11:41:11 +0100" startDate="2022-06-27 11:29:02 +0100" endDate="2022-06-27 11:32:51 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 12:01:45 +0100" startDate="2022-06-27 11:47:46 +0100" endDate="2022-06-27 11:54:38 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 12:20:39 +0100" startDate="2022-06-27 12:09:06 +0100" endDate="2022-06-27 12:14:01 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 15:24:41 +0100" startDate="2022-06-27 15:12:23 +0100" endDate="2022-06-27 15:13:50 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 15:37:12 +0100" startDate="2022-06-27 15:25:16 +0100" endDate="2022-06-27 15:34:54 +0100" value="1075"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 17:09:39 +0100" startDate="2022-06-27 16:57:36 +0100" endDate="2022-06-27 16:57:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 17:32:13 +0100" startDate="2022-06-27 17:21:10 +0100" endDate="2022-06-27 17:27:17 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 17:51:42 +0100" startDate="2022-06-27 17:40:39 +0100" endDate="2022-06-27 17:47:50 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 18:30:22 +0100" startDate="2022-06-27 18:17:40 +0100" endDate="2022-06-27 18:19:56 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 19:57:44 +0100" startDate="2022-06-27 19:43:29 +0100" endDate="2022-06-27 19:43:31 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-27 21:21:20 +0100" startDate="2022-06-27 21:10:17 +0100" endDate="2022-06-27 21:10:32 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 06:24:22 +0100" startDate="2022-06-28 06:11:29 +0100" endDate="2022-06-28 06:21:25 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 06:34:35 +0100" startDate="2022-06-28 06:21:43 +0100" endDate="2022-06-28 06:23:10 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 07:25:25 +0100" startDate="2022-06-28 07:14:22 +0100" endDate="2022-06-28 07:20:21 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 07:35:50 +0100" startDate="2022-06-28 07:24:47 +0100" endDate="2022-06-28 07:25:00 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 09:39:12 +0100" startDate="2022-06-28 09:22:29 +0100" endDate="2022-06-28 09:30:00 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 11:05:37 +0100" startDate="2022-06-28 10:54:27 +0100" endDate="2022-06-28 10:57:07 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 11:57:01 +0100" startDate="2022-06-28 11:41:21 +0100" endDate="2022-06-28 11:49:50 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 12:41:21 +0100" startDate="2022-06-28 12:29:06 +0100" endDate="2022-06-28 12:33:52 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 12:58:06 +0100" startDate="2022-06-28 12:47:03 +0100" endDate="2022-06-28 12:47:54 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 15:35:35 +0100" startDate="2022-06-28 15:24:32 +0100" endDate="2022-06-28 15:30:44 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 15:47:43 +0100" startDate="2022-06-28 15:36:40 +0100" endDate="2022-06-28 15:40:12 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 16:38:16 +0100" startDate="2022-06-28 16:27:14 +0100" endDate="2022-06-28 16:35:51 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 16:52:24 +0100" startDate="2022-06-28 16:38:26 +0100" endDate="2022-06-28 16:47:03 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-28 20:08:59 +0100" startDate="2022-06-28 19:54:12 +0100" endDate="2022-06-28 19:54:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 04:58:43 +0100" startDate="2022-06-29 04:47:40 +0100" endDate="2022-06-29 04:47:48 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 05:27:55 +0100" startDate="2022-06-29 05:15:46 +0100" endDate="2022-06-29 05:15:56 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 05:47:10 +0100" startDate="2022-06-29 05:36:07 +0100" endDate="2022-06-29 05:36:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 06:32:05 +0100" startDate="2022-06-29 06:21:02 +0100" endDate="2022-06-29 06:22:49 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 07:23:36 +0100" startDate="2022-06-29 07:12:34 +0100" endDate="2022-06-29 07:16:25 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 08:15:38 +0100" startDate="2022-06-29 08:04:36 +0100" endDate="2022-06-29 08:11:49 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 08:57:30 +0100" startDate="2022-06-29 08:44:59 +0100" endDate="2022-06-29 08:54:53 +0100" value="1053"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 09:06:53 +0100" startDate="2022-06-29 08:55:18 +0100" endDate="2022-06-29 09:05:17 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 09:21:20 +0100" startDate="2022-06-29 09:05:17 +0100" endDate="2022-06-29 09:11:03 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 11:27:53 +0100" startDate="2022-06-29 11:16:50 +0100" endDate="2022-06-29 11:21:43 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 11:43:10 +0100" startDate="2022-06-29 11:31:26 +0100" endDate="2022-06-29 11:36:40 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 12:35:13 +0100" startDate="2022-06-29 12:23:50 +0100" endDate="2022-06-29 12:23:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 13:23:32 +0100" startDate="2022-06-29 13:12:30 +0100" endDate="2022-06-29 13:21:17 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 13:38:13 +0100" startDate="2022-06-29 13:25:51 +0100" endDate="2022-06-29 13:28:21 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 14:37:18 +0100" startDate="2022-06-29 14:25:36 +0100" endDate="2022-06-29 14:25:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 14:52:25 +0100" startDate="2022-06-29 14:41:22 +0100" endDate="2022-06-29 14:43:16 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 16:04:15 +0100" startDate="2022-06-29 15:53:12 +0100" endDate="2022-06-29 16:00:56 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 16:50:42 +0100" startDate="2022-06-29 16:36:53 +0100" endDate="2022-06-29 16:46:55 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 16:58:20 +0100" startDate="2022-06-29 16:46:55 +0100" endDate="2022-06-29 16:56:54 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 17:07:56 +0100" startDate="2022-06-29 16:56:54 +0100" endDate="2022-06-29 16:57:27 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 17:24:08 +0100" startDate="2022-06-29 17:12:21 +0100" endDate="2022-06-29 17:15:19 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-29 22:19:24 +0100" startDate="2022-06-29 22:08:21 +0100" endDate="2022-06-29 22:10:55 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 06:29:08 +0100" startDate="2022-06-30 06:18:05 +0100" endDate="2022-06-30 06:22:38 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 06:48:37 +0100" startDate="2022-06-30 06:36:48 +0100" endDate="2022-06-30 06:36:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 07:24:36 +0100" startDate="2022-06-30 07:11:42 +0100" endDate="2022-06-30 07:15:39 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 08:45:53 +0100" startDate="2022-06-30 08:34:22 +0100" endDate="2022-06-30 08:43:35 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 09:23:52 +0100" startDate="2022-06-30 09:12:48 +0100" endDate="2022-06-30 09:22:11 +0100" value="1038"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 09:35:25 +0100" startDate="2022-06-30 09:22:51 +0100" endDate="2022-06-30 09:32:52 +0100" value="1070"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 09:46:00 +0100" startDate="2022-06-30 09:32:52 +0100" endDate="2022-06-30 09:33:31 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 10:22:21 +0100" startDate="2022-06-30 10:09:10 +0100" endDate="2022-06-30 10:16:25 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 10:39:55 +0100" startDate="2022-06-30 10:28:52 +0100" endDate="2022-06-30 10:38:53 +0100" value="996"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 10:51:27 +0100" startDate="2022-06-30 10:38:53 +0100" endDate="2022-06-30 10:39:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 11:04:12 +0100" startDate="2022-06-30 10:50:26 +0100" endDate="2022-06-30 10:52:31 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 11:22:36 +0100" startDate="2022-06-30 11:09:03 +0100" endDate="2022-06-30 11:09:54 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 11:38:55 +0100" startDate="2022-06-30 11:27:10 +0100" endDate="2022-06-30 11:27:56 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 12:38:57 +0100" startDate="2022-06-30 12:25:18 +0100" endDate="2022-06-30 12:26:09 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 13:07:54 +0100" startDate="2022-06-30 12:56:45 +0100" endDate="2022-06-30 13:06:47 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 13:18:42 +0100" startDate="2022-06-30 13:06:47 +0100" endDate="2022-06-30 13:11:11 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 16:17:41 +0100" startDate="2022-06-30 16:06:24 +0100" endDate="2022-06-30 16:14:00 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 17:11:16 +0100" startDate="2022-06-30 16:59:28 +0100" endDate="2022-06-30 17:08:29 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 17:20:38 +0100" startDate="2022-06-30 17:09:35 +0100" endDate="2022-06-30 17:15:14 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 17:55:51 +0100" startDate="2022-06-30 17:43:44 +0100" endDate="2022-06-30 17:43:54 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 18:07:41 +0100" startDate="2022-06-30 17:56:37 +0100" endDate="2022-06-30 17:57:26 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 18:23:20 +0100" startDate="2022-06-30 18:12:10 +0100" endDate="2022-06-30 18:22:11 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 18:33:42 +0100" startDate="2022-06-30 18:22:11 +0100" endDate="2022-06-30 18:30:25 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 18:49:54 +0100" startDate="2022-06-30 18:33:31 +0100" endDate="2022-06-30 18:34:02 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 19:52:15 +0100" startDate="2022-06-30 19:40:20 +0100" endDate="2022-06-30 19:48:06 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 20:04:30 +0100" startDate="2022-06-30 19:50:32 +0100" endDate="2022-06-30 19:59:09 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-06-30 20:14:56 +0100" startDate="2022-06-30 20:00:40 +0100" endDate="2022-06-30 20:10:26 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 05:14:30 +0100" startDate="2022-07-01 05:03:08 +0100" endDate="2022-07-01 05:08:40 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 05:32:36 +0100" startDate="2022-07-01 05:21:33 +0100" endDate="2022-07-01 05:22:07 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 07:46:31 +0100" startDate="2022-07-01 07:35:00 +0100" endDate="2022-07-01 07:35:33 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 08:38:29 +0100" startDate="2022-07-01 08:27:26 +0100" endDate="2022-07-01 08:27:49 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 08:51:17 +0100" startDate="2022-07-01 08:40:14 +0100" endDate="2022-07-01 08:41:13 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 10:42:04 +0100" startDate="2022-07-01 10:27:52 +0100" endDate="2022-07-01 10:35:50 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 10:59:45 +0100" startDate="2022-07-01 10:42:05 +0100" endDate="2022-07-01 10:49:25 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 12:13:58 +0100" startDate="2022-07-01 12:02:36 +0100" endDate="2022-07-01 12:02:58 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 12:27:23 +0100" startDate="2022-07-01 12:16:21 +0100" endDate="2022-07-01 12:16:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 12:39:21 +0100" startDate="2022-07-01 12:28:18 +0100" endDate="2022-07-01 12:28:59 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 12:59:44 +0100" startDate="2022-07-01 12:46:13 +0100" endDate="2022-07-01 12:49:27 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 15:08:05 +0100" startDate="2022-07-01 14:55:58 +0100" endDate="2022-07-01 15:02:32 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 15:19:06 +0100" startDate="2022-07-01 15:06:54 +0100" endDate="2022-07-01 15:16:55 +0100" value="1076"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 15:28:48 +0100" startDate="2022-07-01 15:16:55 +0100" endDate="2022-07-01 15:26:56 +0100" value="1071"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 15:39:48 +0100" startDate="2022-07-01 15:26:56 +0100" endDate="2022-07-01 15:35:16 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 17:54:14 +0100" startDate="2022-07-01 17:41:21 +0100" endDate="2022-07-01 17:51:18 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 18:01:41 +0100" startDate="2022-07-01 17:51:25 +0100" endDate="2022-07-01 18:01:26 +0100" value="1082"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 18:15:57 +0100" startDate="2022-07-01 18:01:26 +0100" endDate="2022-07-01 18:11:20 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 18:24:15 +0100" startDate="2022-07-01 18:12:05 +0100" endDate="2022-07-01 18:17:31 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 18:36:39 +0100" startDate="2022-07-01 18:22:45 +0100" endDate="2022-07-01 18:26:48 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 19:19:40 +0100" startDate="2022-07-01 19:06:51 +0100" endDate="2022-07-01 19:08:20 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 20:04:21 +0100" startDate="2022-07-01 19:49:50 +0100" endDate="2022-07-01 19:49:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 20:35:07 +0100" startDate="2022-07-01 20:19:37 +0100" endDate="2022-07-01 20:25:28 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 21:30:45 +0100" startDate="2022-07-01 21:18:48 +0100" endDate="2022-07-01 21:19:06 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 22:06:20 +0100" startDate="2022-07-01 21:53:31 +0100" endDate="2022-07-01 22:02:00 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 22:20:12 +0100" startDate="2022-07-01 22:04:18 +0100" endDate="2022-07-01 22:04:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 22:44:18 +0100" startDate="2022-07-01 22:32:48 +0100" endDate="2022-07-01 22:32:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-01 22:59:45 +0100" startDate="2022-07-01 22:48:42 +0100" endDate="2022-07-01 22:53:40 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 07:20:37 +0100" startDate="2022-07-02 07:09:05 +0100" endDate="2022-07-02 07:09:25 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 08:31:21 +0100" startDate="2022-07-02 08:16:54 +0100" endDate="2022-07-02 08:17:02 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 09:18:54 +0100" startDate="2022-07-02 09:05:09 +0100" endDate="2022-07-02 09:10:37 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 09:37:19 +0100" startDate="2022-07-02 09:25:55 +0100" endDate="2022-07-02 09:35:51 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 09:48:36 +0100" startDate="2022-07-02 09:36:19 +0100" endDate="2022-07-02 09:37:45 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 10:05:00 +0100" startDate="2022-07-02 09:52:36 +0100" endDate="2022-07-02 09:57:59 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 10:19:50 +0100" startDate="2022-07-02 10:08:11 +0100" endDate="2022-07-02 10:17:31 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 10:30:12 +0100" startDate="2022-07-02 10:18:35 +0100" endDate="2022-07-02 10:24:24 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 11:37:50 +0100" startDate="2022-07-02 11:21:01 +0100" endDate="2022-07-02 11:21:39 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 12:46:54 +0100" startDate="2022-07-02 12:34:41 +0100" endDate="2022-07-02 12:44:42 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 12:56:21 +0100" startDate="2022-07-02 12:44:42 +0100" endDate="2022-07-02 12:54:43 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 13:07:38 +0100" startDate="2022-07-02 12:54:43 +0100" endDate="2022-07-02 13:04:42 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 13:17:20 +0100" startDate="2022-07-02 13:04:42 +0100" endDate="2022-07-02 13:14:43 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 13:27:27 +0100" startDate="2022-07-02 13:14:43 +0100" endDate="2022-07-02 13:24:37 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 13:43:19 +0100" startDate="2022-07-02 13:25:40 +0100" endDate="2022-07-02 13:27:32 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 14:19:01 +0100" startDate="2022-07-02 14:05:52 +0100" endDate="2022-07-02 14:15:53 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 14:27:05 +0100" startDate="2022-07-02 14:15:53 +0100" endDate="2022-07-02 14:25:47 +0100" value="1008"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 14:41:12 +0100" startDate="2022-07-02 14:27:54 +0100" endDate="2022-07-02 14:37:55 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 14:49:48 +0100" startDate="2022-07-02 14:37:55 +0100" endDate="2022-07-02 14:47:57 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 14:59:33 +0100" startDate="2022-07-02 14:47:57 +0100" endDate="2022-07-02 14:52:09 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 15:26:39 +0100" startDate="2022-07-02 15:15:37 +0100" endDate="2022-07-02 15:25:38 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 15:38:56 +0100" startDate="2022-07-02 15:25:38 +0100" endDate="2022-07-02 15:35:11 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 15:46:01 +0100" startDate="2022-07-02 15:35:52 +0100" endDate="2022-07-02 15:42:16 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 16:00:35 +0100" startDate="2022-07-02 15:49:32 +0100" endDate="2022-07-02 15:51:32 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-02 17:54:38 +0100" startDate="2022-07-02 17:42:19 +0100" endDate="2022-07-02 17:42:40 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 08:16:18 +0100" startDate="2022-07-03 08:05:09 +0100" endDate="2022-07-03 08:13:18 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 08:36:00 +0100" startDate="2022-07-03 08:24:57 +0100" endDate="2022-07-03 08:26:24 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 09:27:56 +0100" startDate="2022-07-03 09:15:04 +0100" endDate="2022-07-03 09:17:24 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 09:46:20 +0100" startDate="2022-07-03 09:35:17 +0100" endDate="2022-07-03 09:43:41 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 09:59:00 +0100" startDate="2022-07-03 09:47:46 +0100" endDate="2022-07-03 09:48:52 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 10:34:59 +0100" startDate="2022-07-03 10:23:56 +0100" endDate="2022-07-03 10:28:59 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 10:52:23 +0100" startDate="2022-07-03 10:41:18 +0100" endDate="2022-07-03 10:42:44 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 11:02:27 +0100" startDate="2022-07-03 10:51:24 +0100" endDate="2022-07-03 11:01:23 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 11:12:26 +0100" startDate="2022-07-03 11:01:23 +0100" endDate="2022-07-03 11:07:05 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 11:25:38 +0100" startDate="2022-07-03 11:13:15 +0100" endDate="2022-07-03 11:21:09 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 12:47:01 +0100" startDate="2022-07-03 12:35:57 +0100" endDate="2022-07-03 12:45:59 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 12:58:04 +0100" startDate="2022-07-03 12:45:59 +0100" endDate="2022-07-03 12:51:28 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 13:18:48 +0100" startDate="2022-07-03 13:07:46 +0100" endDate="2022-07-03 13:15:18 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 13:49:52 +0100" startDate="2022-07-03 13:33:50 +0100" endDate="2022-07-03 13:34:18 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 14:39:06 +0100" startDate="2022-07-03 14:26:28 +0100" endDate="2022-07-03 14:28:04 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 14:56:39 +0100" startDate="2022-07-03 14:45:19 +0100" endDate="2022-07-03 14:54:10 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 15:30:24 +0100" startDate="2022-07-03 15:18:37 +0100" endDate="2022-07-03 15:26:03 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 15:44:26 +0100" startDate="2022-07-03 15:32:31 +0100" endDate="2022-07-03 15:34:16 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 15:57:17 +0100" startDate="2022-07-03 15:44:39 +0100" endDate="2022-07-03 15:46:56 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 17:25:08 +0100" startDate="2022-07-03 17:13:27 +0100" endDate="2022-07-03 17:21:29 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 17:57:29 +0100" startDate="2022-07-03 17:45:24 +0100" endDate="2022-07-03 17:53:37 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 18:13:55 +0100" startDate="2022-07-03 18:02:53 +0100" endDate="2022-07-03 18:05:00 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 18:33:36 +0100" startDate="2022-07-03 18:22:34 +0100" endDate="2022-07-03 18:25:52 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 19:30:35 +0100" startDate="2022-07-03 19:14:24 +0100" endDate="2022-07-03 19:20:03 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 21:11:33 +0100" startDate="2022-07-03 20:59:41 +0100" endDate="2022-07-03 21:00:58 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-03 22:00:37 +0100" startDate="2022-07-03 21:49:34 +0100" endDate="2022-07-03 21:49:52 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 04:44:50 +0100" startDate="2022-07-04 04:29:13 +0100" endDate="2022-07-04 04:29:54 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 06:10:04 +0100" startDate="2022-07-04 05:50:56 +0100" endDate="2022-07-04 05:51:03 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 06:22:28 +0100" startDate="2022-07-04 06:10:22 +0100" endDate="2022-07-04 06:11:00 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 06:46:55 +0100" startDate="2022-07-04 06:31:28 +0100" endDate="2022-07-04 06:31:56 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 11:23:52 +0100" startDate="2022-07-04 11:10:28 +0100" endDate="2022-07-04 11:18:22 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 11:33:26 +0100" startDate="2022-07-04 11:22:23 +0100" endDate="2022-07-04 11:22:46 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 11:44:42 +0100" startDate="2022-07-04 11:33:39 +0100" endDate="2022-07-04 11:39:56 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 12:15:10 +0100" startDate="2022-07-04 12:04:07 +0100" endDate="2022-07-04 12:04:30 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 15:08:07 +0100" startDate="2022-07-04 14:57:04 +0100" endDate="2022-07-04 15:02:56 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 15:21:23 +0100" startDate="2022-07-04 15:09:48 +0100" endDate="2022-07-04 15:19:32 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 15:31:07 +0100" startDate="2022-07-04 15:20:05 +0100" endDate="2022-07-04 15:21:06 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 16:35:28 +0100" startDate="2022-07-04 16:24:11 +0100" endDate="2022-07-04 16:34:07 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 16:46:46 +0100" startDate="2022-07-04 16:35:44 +0100" endDate="2022-07-04 16:35:51 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 17:07:35 +0100" startDate="2022-07-04 16:49:57 +0100" endDate="2022-07-04 16:51:39 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 17:31:55 +0100" startDate="2022-07-04 17:17:52 +0100" endDate="2022-07-04 17:18:05 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 20:12:41 +0100" startDate="2022-07-04 19:59:55 +0100" endDate="2022-07-04 20:03:44 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 21:12:27 +0100" startDate="2022-07-04 21:00:33 +0100" endDate="2022-07-04 21:08:59 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 21:21:39 +0100" startDate="2022-07-04 21:10:36 +0100" endDate="2022-07-04 21:11:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-04 21:42:17 +0100" startDate="2022-07-04 21:29:51 +0100" endDate="2022-07-04 21:30:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-05 06:51:46 +0100" startDate="2022-07-05 06:37:18 +0100" endDate="2022-07-05 06:40:24 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-05 07:38:26 +0100" startDate="2022-07-05 07:27:11 +0100" endDate="2022-07-05 07:36:47 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-05 10:04:52 +0100" startDate="2022-07-05 09:51:12 +0100" endDate="2022-07-05 09:53:55 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-05 11:18:53 +0100" startDate="2022-07-05 11:07:33 +0100" endDate="2022-07-05 11:17:32 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-05 11:28:58 +0100" startDate="2022-07-05 11:17:55 +0100" endDate="2022-07-05 11:23:44 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-05 11:45:52 +0100" startDate="2022-07-05 11:34:49 +0100" endDate="2022-07-05 11:41:19 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-05 11:58:14 +0100" startDate="2022-07-05 11:45:29 +0100" endDate="2022-07-05 11:51:08 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-05 14:49:43 +0100" startDate="2022-07-05 14:38:24 +0100" endDate="2022-07-05 14:45:04 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-05 15:44:48 +0100" startDate="2022-07-05 15:31:50 +0100" endDate="2022-07-05 15:33:35 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-05 16:01:17 +0100" startDate="2022-07-05 15:50:14 +0100" endDate="2022-07-05 15:50:17 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-05 19:23:55 +0100" startDate="2022-07-05 19:13:29 +0100" endDate="2022-07-05 19:22:38 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-05 21:59:04 +0100" startDate="2022-07-05 21:48:01 +0100" endDate="2022-07-05 21:48:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 04:43:24 +0100" startDate="2022-07-06 04:32:00 +0100" endDate="2022-07-06 04:32:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 05:11:46 +0100" startDate="2022-07-06 05:00:32 +0100" endDate="2022-07-06 05:10:32 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 05:45:51 +0100" startDate="2022-07-06 05:34:03 +0100" endDate="2022-07-06 05:34:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 06:06:37 +0100" startDate="2022-07-06 05:55:34 +0100" endDate="2022-07-06 06:05:35 +0100" value="1104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 06:19:26 +0100" startDate="2022-07-06 06:05:35 +0100" endDate="2022-07-06 06:09:07 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 07:19:30 +0100" startDate="2022-07-06 07:06:01 +0100" endDate="2022-07-06 07:14:33 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 07:30:51 +0100" startDate="2022-07-06 07:18:27 +0100" endDate="2022-07-06 07:28:28 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 07:41:27 +0100" startDate="2022-07-06 07:28:28 +0100" endDate="2022-07-06 07:37:54 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 07:50:30 +0100" startDate="2022-07-06 07:39:00 +0100" endDate="2022-07-06 07:40:24 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 08:10:01 +0100" startDate="2022-07-06 07:58:58 +0100" endDate="2022-07-06 08:05:25 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 10:00:41 +0100" startDate="2022-07-06 09:48:29 +0100" endDate="2022-07-06 09:51:24 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 11:20:10 +0100" startDate="2022-07-06 11:08:25 +0100" endDate="2022-07-06 11:11:18 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 11:39:43 +0100" startDate="2022-07-06 11:26:42 +0100" endDate="2022-07-06 11:36:12 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 13:31:41 +0100" startDate="2022-07-06 13:19:18 +0100" endDate="2022-07-06 13:27:48 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 13:53:02 +0100" startDate="2022-07-06 13:41:34 +0100" endDate="2022-07-06 13:46:48 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 15:35:21 +0100" startDate="2022-07-06 15:24:19 +0100" endDate="2022-07-06 15:25:33 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 16:15:33 +0100" startDate="2022-07-06 16:01:47 +0100" endDate="2022-07-06 16:06:24 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 17:50:17 +0100" startDate="2022-07-06 17:39:15 +0100" endDate="2022-07-06 17:46:02 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 18:36:47 +0100" startDate="2022-07-06 18:25:20 +0100" endDate="2022-07-06 18:32:21 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 18:48:45 +0100" startDate="2022-07-06 18:36:00 +0100" endDate="2022-07-06 18:41:51 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 19:26:16 +0100" startDate="2022-07-06 19:13:09 +0100" endDate="2022-07-06 19:13:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-06 21:31:05 +0100" startDate="2022-07-06 21:20:03 +0100" endDate="2022-07-06 21:24:46 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 06:32:54 +0100" startDate="2022-07-07 06:19:04 +0100" endDate="2022-07-07 06:22:56 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 07:24:57 +0100" startDate="2022-07-07 07:12:46 +0100" endDate="2022-07-07 07:19:23 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 09:11:40 +0100" startDate="2022-07-07 09:00:23 +0100" endDate="2022-07-07 09:09:33 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 10:00:42 +0100" startDate="2022-07-07 09:49:10 +0100" endDate="2022-07-07 09:56:02 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 10:12:46 +0100" startDate="2022-07-07 10:01:21 +0100" endDate="2022-07-07 10:01:23 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 12:23:36 +0100" startDate="2022-07-07 12:12:26 +0100" endDate="2022-07-07 12:22:09 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 12:37:37 +0100" startDate="2022-07-07 12:22:34 +0100" endDate="2022-07-07 12:29:30 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 12:58:27 +0100" startDate="2022-07-07 12:47:21 +0100" endDate="2022-07-07 12:57:20 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 13:08:22 +0100" startDate="2022-07-07 12:57:20 +0100" endDate="2022-07-07 13:02:00 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 13:46:08 +0100" startDate="2022-07-07 13:35:06 +0100" endDate="2022-07-07 13:35:21 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 14:38:32 +0100" startDate="2022-07-07 14:27:03 +0100" endDate="2022-07-07 14:27:26 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 15:09:22 +0100" startDate="2022-07-07 14:57:47 +0100" endDate="2022-07-07 15:04:48 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 15:21:47 +0100" startDate="2022-07-07 15:08:01 +0100" endDate="2022-07-07 15:13:58 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 16:31:15 +0100" startDate="2022-07-07 16:20:12 +0100" endDate="2022-07-07 16:23:39 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 17:06:21 +0100" startDate="2022-07-07 16:53:32 +0100" endDate="2022-07-07 16:58:50 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 19:09:49 +0100" startDate="2022-07-07 18:58:27 +0100" endDate="2022-07-07 19:03:33 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 19:40:15 +0100" startDate="2022-07-07 19:29:01 +0100" endDate="2022-07-07 19:39:02 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-07 19:55:21 +0100" startDate="2022-07-07 19:39:02 +0100" endDate="2022-07-07 19:45:14 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 06:31:00 +0100" startDate="2022-07-08 06:15:47 +0100" endDate="2022-07-08 06:15:57 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 07:24:17 +0100" startDate="2022-07-08 07:13:14 +0100" endDate="2022-07-08 07:13:17 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 07:56:55 +0100" startDate="2022-07-08 07:44:18 +0100" endDate="2022-07-08 07:44:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 11:50:21 +0100" startDate="2022-07-08 11:38:47 +0100" endDate="2022-07-08 11:38:54 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 12:05:36 +0100" startDate="2022-07-08 11:52:14 +0100" endDate="2022-07-08 11:53:13 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 12:16:23 +0100" startDate="2022-07-08 12:06:00 +0100" endDate="2022-07-08 12:15:30 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 12:28:51 +0100" startDate="2022-07-08 12:16:39 +0100" endDate="2022-07-08 12:26:38 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 12:39:34 +0100" startDate="2022-07-08 12:26:38 +0100" endDate="2022-07-08 12:36:21 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 15:55:45 +0100" startDate="2022-07-08 15:40:18 +0100" endDate="2022-07-08 15:40:23 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 17:16:43 +0100" startDate="2022-07-08 17:05:40 +0100" endDate="2022-07-08 17:05:45 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 17:51:44 +0100" startDate="2022-07-08 17:40:41 +0100" endDate="2022-07-08 17:40:59 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 18:44:52 +0100" startDate="2022-07-08 18:33:49 +0100" endDate="2022-07-08 18:33:54 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-08 22:09:01 +0100" startDate="2022-07-08 21:57:59 +0100" endDate="2022-07-08 21:58:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 08:19:39 +0100" startDate="2022-07-09 08:06:23 +0100" endDate="2022-07-09 08:08:00 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 08:27:53 +0100" startDate="2022-07-09 08:16:50 +0100" endDate="2022-07-09 08:25:41 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 08:45:03 +0100" startDate="2022-07-09 08:31:45 +0100" endDate="2022-07-09 08:40:07 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 09:40:59 +0100" startDate="2022-07-09 09:24:31 +0100" endDate="2022-07-09 09:24:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 09:55:35 +0100" startDate="2022-07-09 09:42:23 +0100" endDate="2022-07-09 09:43:53 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 10:11:52 +0100" startDate="2022-07-09 09:55:53 +0100" endDate="2022-07-09 10:05:36 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 10:21:04 +0100" startDate="2022-07-09 10:08:02 +0100" endDate="2022-07-09 10:15:17 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 10:30:43 +0100" startDate="2022-07-09 10:19:11 +0100" endDate="2022-07-09 10:28:42 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 10:43:35 +0100" startDate="2022-07-09 10:31:33 +0100" endDate="2022-07-09 10:41:31 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 10:58:51 +0100" startDate="2022-07-09 10:44:32 +0100" endDate="2022-07-09 10:45:59 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 11:07:33 +0100" startDate="2022-07-09 10:56:31 +0100" endDate="2022-07-09 10:59:49 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 11:36:29 +0100" startDate="2022-07-09 11:25:23 +0100" endDate="2022-07-09 11:34:54 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 11:53:09 +0100" startDate="2022-07-09 11:38:41 +0100" endDate="2022-07-09 11:48:01 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 12:03:25 +0100" startDate="2022-07-09 11:48:47 +0100" endDate="2022-07-09 11:56:35 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 12:14:33 +0100" startDate="2022-07-09 12:03:31 +0100" endDate="2022-07-09 12:10:05 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 12:26:48 +0100" startDate="2022-07-09 12:14:23 +0100" endDate="2022-07-09 12:17:27 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 16:13:16 +0100" startDate="2022-07-09 16:02:13 +0100" endDate="2022-07-09 16:03:42 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-09 17:01:21 +0100" startDate="2022-07-09 16:44:43 +0100" endDate="2022-07-09 16:45:37 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-10 07:39:01 +0100" startDate="2022-07-10 07:27:58 +0100" endDate="2022-07-10 07:28:06 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-10 10:01:57 +0100" startDate="2022-07-10 09:47:33 +0100" endDate="2022-07-10 09:47:45 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-10 13:36:14 +0100" startDate="2022-07-10 13:22:17 +0100" endDate="2022-07-10 13:22:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-10 16:27:17 +0100" startDate="2022-07-10 16:16:15 +0100" endDate="2022-07-10 16:16:32 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-10 17:10:16 +0100" startDate="2022-07-10 16:55:02 +0100" endDate="2022-07-10 16:55:07 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-10 17:56:38 +0100" startDate="2022-07-10 17:42:55 +0100" endDate="2022-07-10 17:52:32 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-11 07:42:36 +0100" startDate="2022-07-11 07:31:03 +0100" endDate="2022-07-11 07:31:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-11 07:59:22 +0100" startDate="2022-07-11 07:44:28 +0100" endDate="2022-07-11 07:44:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-11 08:57:48 +0100" startDate="2022-07-11 08:37:55 +0100" endDate="2022-07-11 08:37:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-11 09:13:56 +0100" startDate="2022-07-11 09:00:40 +0100" endDate="2022-07-11 09:01:08 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-11 09:23:40 +0100" startDate="2022-07-11 09:11:52 +0100" endDate="2022-07-11 09:12:45 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-11 09:40:46 +0100" startDate="2022-07-11 09:27:30 +0100" endDate="2022-07-11 09:27:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-11 15:45:18 +0100" startDate="2022-07-11 15:32:43 +0100" endDate="2022-07-11 15:34:42 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-11 20:12:21 +0100" startDate="2022-07-11 19:59:23 +0100" endDate="2022-07-11 20:04:36 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-11 21:22:32 +0100" startDate="2022-07-11 21:11:29 +0100" endDate="2022-07-11 21:11:37 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 06:44:04 +0100" startDate="2022-07-12 06:30:27 +0100" endDate="2022-07-12 06:37:34 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 07:41:48 +0100" startDate="2022-07-12 07:28:23 +0100" endDate="2022-07-12 07:35:51 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 08:46:33 +0100" startDate="2022-07-12 08:32:41 +0100" endDate="2022-07-12 08:38:25 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 11:25:28 +0100" startDate="2022-07-12 11:14:02 +0100" endDate="2022-07-12 11:17:20 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 11:40:39 +0100" startDate="2022-07-12 11:24:36 +0100" endDate="2022-07-12 11:29:27 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 12:02:40 +0100" startDate="2022-07-12 11:50:51 +0100" endDate="2022-07-12 12:00:45 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 12:16:39 +0100" startDate="2022-07-12 12:00:58 +0100" endDate="2022-07-12 12:07:46 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 12:32:59 +0100" startDate="2022-07-12 12:21:25 +0100" endDate="2022-07-12 12:21:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 14:02:51 +0100" startDate="2022-07-12 13:51:48 +0100" endDate="2022-07-12 13:57:24 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 14:14:36 +0100" startDate="2022-07-12 14:03:33 +0100" endDate="2022-07-12 14:04:04 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 14:57:45 +0100" startDate="2022-07-12 14:46:43 +0100" endDate="2022-07-12 14:55:12 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 15:15:13 +0100" startDate="2022-07-12 14:59:33 +0100" endDate="2022-07-12 15:02:46 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 16:05:01 +0100" startDate="2022-07-12 15:50:31 +0100" endDate="2022-07-12 15:55:47 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 16:52:44 +0100" startDate="2022-07-12 16:41:41 +0100" endDate="2022-07-12 16:41:46 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 19:00:15 +0100" startDate="2022-07-12 18:49:12 +0100" endDate="2022-07-12 18:49:25 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-12 21:10:29 +0100" startDate="2022-07-12 20:59:26 +0100" endDate="2022-07-12 20:59:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 07:03:36 +0100" startDate="2022-07-13 06:52:33 +0100" endDate="2022-07-13 06:53:54 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 08:01:21 +0100" startDate="2022-07-13 07:47:59 +0100" endDate="2022-07-13 07:52:54 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 09:00:01 +0100" startDate="2022-07-13 08:48:31 +0100" endDate="2022-07-13 08:56:30 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 09:13:43 +0100" startDate="2022-07-13 09:02:34 +0100" endDate="2022-07-13 09:09:26 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 09:30:43 +0100" startDate="2022-07-13 09:16:52 +0100" endDate="2022-07-13 09:17:23 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 09:39:50 +0100" startDate="2022-07-13 09:27:32 +0100" endDate="2022-07-13 09:37:31 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 09:49:59 +0100" startDate="2022-07-13 09:37:31 +0100" endDate="2022-07-13 09:47:32 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 10:00:37 +0100" startDate="2022-07-13 09:47:52 +0100" endDate="2022-07-13 09:56:09 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 10:11:27 +0100" startDate="2022-07-13 09:59:56 +0100" endDate="2022-07-13 10:03:53 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 10:58:11 +0100" startDate="2022-07-13 10:44:11 +0100" endDate="2022-07-13 10:52:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 11:10:11 +0100" startDate="2022-07-13 10:58:02 +0100" endDate="2022-07-13 11:00:50 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 11:22:48 +0100" startDate="2022-07-13 11:09:40 +0100" endDate="2022-07-13 11:18:12 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 11:36:54 +0100" startDate="2022-07-13 11:21:18 +0100" endDate="2022-07-13 11:29:38 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 11:53:55 +0100" startDate="2022-07-13 11:42:53 +0100" endDate="2022-07-13 11:52:51 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 12:17:12 +0100" startDate="2022-07-13 12:04:52 +0100" endDate="2022-07-13 12:05:38 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 12:46:07 +0100" startDate="2022-07-13 12:34:12 +0100" endDate="2022-07-13 12:44:13 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 12:55:16 +0100" startDate="2022-07-13 12:44:13 +0100" endDate="2022-07-13 12:47:04 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 13:09:35 +0100" startDate="2022-07-13 12:58:32 +0100" endDate="2022-07-13 13:02:08 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 13:22:39 +0100" startDate="2022-07-13 13:11:36 +0100" endDate="2022-07-13 13:21:38 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 13:32:40 +0100" startDate="2022-07-13 13:21:38 +0100" endDate="2022-07-13 13:31:08 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 13:42:46 +0100" startDate="2022-07-13 13:31:44 +0100" endDate="2022-07-13 13:32:17 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 15:58:14 +0100" startDate="2022-07-13 15:47:11 +0100" endDate="2022-07-13 15:57:12 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 16:08:15 +0100" startDate="2022-07-13 15:57:12 +0100" endDate="2022-07-13 16:01:48 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 16:59:42 +0100" startDate="2022-07-13 16:48:40 +0100" endDate="2022-07-13 16:51:23 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 17:49:14 +0100" startDate="2022-07-13 17:38:12 +0100" endDate="2022-07-13 17:47:12 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 18:03:55 +0100" startDate="2022-07-13 17:51:50 +0100" endDate="2022-07-13 18:01:38 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 18:14:43 +0100" startDate="2022-07-13 18:02:31 +0100" endDate="2022-07-13 18:02:59 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 18:24:08 +0100" startDate="2022-07-13 18:13:05 +0100" endDate="2022-07-13 18:18:52 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-13 18:52:51 +0100" startDate="2022-07-13 18:41:48 +0100" endDate="2022-07-13 18:42:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 06:20:30 +0100" startDate="2022-07-14 06:09:17 +0100" endDate="2022-07-14 06:18:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 06:31:07 +0100" startDate="2022-07-14 06:20:04 +0100" endDate="2022-07-14 06:21:05 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 07:22:51 +0100" startDate="2022-07-14 07:11:48 +0100" endDate="2022-07-14 07:15:27 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 08:04:38 +0100" startDate="2022-07-14 07:53:35 +0100" endDate="2022-07-14 07:58:25 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 11:23:07 +0100" startDate="2022-07-14 11:12:04 +0100" endDate="2022-07-14 11:22:05 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 11:33:16 +0100" startDate="2022-07-14 11:22:05 +0100" endDate="2022-07-14 11:31:36 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 11:45:32 +0100" startDate="2022-07-14 11:33:46 +0100" endDate="2022-07-14 11:33:51 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 12:18:10 +0100" startDate="2022-07-14 12:06:57 +0100" endDate="2022-07-14 12:15:47 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 13:10:41 +0100" startDate="2022-07-14 12:58:56 +0100" endDate="2022-07-14 13:01:04 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 15:29:12 +0100" startDate="2022-07-14 15:17:41 +0100" endDate="2022-07-14 15:27:41 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 15:38:51 +0100" startDate="2022-07-14 15:27:49 +0100" endDate="2022-07-14 15:36:46 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 15:49:41 +0100" startDate="2022-07-14 15:38:38 +0100" endDate="2022-07-14 15:47:03 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 16:39:00 +0100" startDate="2022-07-14 16:27:58 +0100" endDate="2022-07-14 16:36:22 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 16:51:35 +0100" startDate="2022-07-14 16:40:32 +0100" endDate="2022-07-14 16:47:35 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 17:03:34 +0100" startDate="2022-07-14 16:52:28 +0100" endDate="2022-07-14 16:59:00 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 17:15:43 +0100" startDate="2022-07-14 17:04:41 +0100" endDate="2022-07-14 17:05:31 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 18:23:50 +0100" startDate="2022-07-14 18:12:47 +0100" endDate="2022-07-14 18:18:59 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-14 22:32:10 +0100" startDate="2022-07-14 22:21:07 +0100" endDate="2022-07-14 22:22:06 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 05:30:08 +0100" startDate="2022-07-15 05:19:05 +0100" endDate="2022-07-15 05:19:23 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 05:49:33 +0100" startDate="2022-07-15 05:37:58 +0100" endDate="2022-07-15 05:47:54 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 05:59:17 +0100" startDate="2022-07-15 05:48:14 +0100" endDate="2022-07-15 05:53:02 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 06:50:13 +0100" startDate="2022-07-15 06:39:11 +0100" endDate="2022-07-15 06:46:34 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 07:04:59 +0100" startDate="2022-07-15 06:50:23 +0100" endDate="2022-07-15 06:50:56 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 08:13:26 +0100" startDate="2022-07-15 08:01:23 +0100" endDate="2022-07-15 08:04:03 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 08:23:10 +0100" startDate="2022-07-15 08:12:07 +0100" endDate="2022-07-15 08:14:22 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 09:39:26 +0100" startDate="2022-07-15 09:28:09 +0100" endDate="2022-07-15 09:38:10 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 09:51:23 +0100" startDate="2022-07-15 09:38:10 +0100" endDate="2022-07-15 09:45:46 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 10:17:03 +0100" startDate="2022-07-15 10:05:39 +0100" endDate="2022-07-15 10:09:21 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 10:42:24 +0100" startDate="2022-07-15 10:31:19 +0100" endDate="2022-07-15 10:33:57 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 11:01:47 +0100" startDate="2022-07-15 10:50:06 +0100" endDate="2022-07-15 10:54:16 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 12:18:29 +0100" startDate="2022-07-15 12:05:22 +0100" endDate="2022-07-15 12:08:28 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 13:07:03 +0100" startDate="2022-07-15 12:52:32 +0100" endDate="2022-07-15 12:57:23 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 14:38:58 +0100" startDate="2022-07-15 14:27:55 +0100" endDate="2022-07-15 14:30:56 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 16:35:32 +0100" startDate="2022-07-15 16:20:23 +0100" endDate="2022-07-15 16:29:28 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 16:44:41 +0100" startDate="2022-07-15 16:33:38 +0100" endDate="2022-07-15 16:42:35 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 16:56:49 +0100" startDate="2022-07-15 16:43:39 +0100" endDate="2022-07-15 16:53:10 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 21:53:34 +0100" startDate="2022-07-15 21:42:28 +0100" endDate="2022-07-15 21:42:41 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 22:05:09 +0100" startDate="2022-07-15 21:54:06 +0100" endDate="2022-07-15 21:54:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 22:14:27 +0100" startDate="2022-07-15 22:07:03 +0100" endDate="2022-07-15 22:14:24 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 22:26:25 +0100" startDate="2022-07-15 22:14:24 +0100" endDate="2022-07-15 22:24:25 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-15 22:35:28 +0100" startDate="2022-07-15 22:24:25 +0100" endDate="2022-07-15 22:27:41 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 11:14:31 +0100" startDate="2022-07-16 11:03:28 +0100" endDate="2022-07-16 11:10:42 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 11:29:56 +0100" startDate="2022-07-16 11:18:53 +0100" endDate="2022-07-16 11:24:20 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 11:40:42 +0100" startDate="2022-07-16 11:29:39 +0100" endDate="2022-07-16 11:35:15 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 12:00:57 +0100" startDate="2022-07-16 11:49:54 +0100" endDate="2022-07-16 11:56:40 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 12:19:04 +0100" startDate="2022-07-16 12:05:22 +0100" endDate="2022-07-16 12:13:15 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 12:29:49 +0100" startDate="2022-07-16 12:17:43 +0100" endDate="2022-07-16 12:18:06 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 15:24:52 +0100" startDate="2022-07-16 15:08:48 +0100" endDate="2022-07-16 15:15:58 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 15:39:58 +0100" startDate="2022-07-16 15:24:13 +0100" endDate="2022-07-16 15:26:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 16:03:56 +0100" startDate="2022-07-16 15:49:38 +0100" endDate="2022-07-16 15:50:49 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 16:34:31 +0100" startDate="2022-07-16 16:17:19 +0100" endDate="2022-07-16 16:17:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 14:51:13 +0100" startDate="2022-07-16 14:40:10 +0100" endDate="2022-07-16 14:45:03 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 16:51:13 +0100" startDate="2022-07-16 16:37:34 +0100" endDate="2022-07-16 16:38:38 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 17:34:09 +0100" startDate="2022-07-16 17:22:10 +0100" endDate="2022-07-16 17:30:45 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 17:44:54 +0100" startDate="2022-07-16 17:32:14 +0100" endDate="2022-07-16 17:36:47 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 17:58:19 +0100" startDate="2022-07-16 17:44:38 +0100" endDate="2022-07-16 17:49:47 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 18:13:11 +0100" startDate="2022-07-16 18:02:08 +0100" endDate="2022-07-16 18:02:41 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 18:50:20 +0100" startDate="2022-07-16 18:36:29 +0100" endDate="2022-07-16 18:40:09 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 18:58:37 +0100" startDate="2022-07-16 18:46:56 +0100" endDate="2022-07-16 18:56:57 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 19:08:00 +0100" startDate="2022-07-16 18:56:57 +0100" endDate="2022-07-16 19:05:50 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 19:45:41 +0100" startDate="2022-07-16 19:31:21 +0100" endDate="2022-07-16 19:40:29 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 19:52:53 +0100" startDate="2022-07-16 19:41:50 +0100" endDate="2022-07-16 19:43:12 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 20:44:38 +0100" startDate="2022-07-16 20:33:35 +0100" endDate="2022-07-16 20:33:40 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 21:33:19 +0100" startDate="2022-07-16 21:21:37 +0100" endDate="2022-07-16 21:31:34 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 21:42:08 +0100" startDate="2022-07-16 21:31:34 +0100" endDate="2022-07-16 21:40:57 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 21:53:03 +0100" startDate="2022-07-16 21:42:00 +0100" endDate="2022-07-16 21:47:06 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-16 22:09:32 +0100" startDate="2022-07-16 21:58:29 +0100" endDate="2022-07-16 22:02:13 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 09:00:17 +0100" startDate="2022-07-17 08:41:11 +0100" endDate="2022-07-17 08:41:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 09:21:32 +0100" startDate="2022-07-17 09:10:29 +0100" endDate="2022-07-17 09:18:27 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 09:44:24 +0100" startDate="2022-07-17 09:30:11 +0100" endDate="2022-07-17 09:39:32 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 09:51:38 +0100" startDate="2022-07-17 09:40:36 +0100" endDate="2022-07-17 09:43:11 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 10:16:34 +0100" startDate="2022-07-17 10:05:31 +0100" endDate="2022-07-17 10:10:57 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 10:36:46 +0100" startDate="2022-07-17 10:20:55 +0100" endDate="2022-07-17 10:21:15 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 11:00:59 +0100" startDate="2022-07-17 10:49:56 +0100" endDate="2022-07-17 10:50:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 11:26:47 +0100" startDate="2022-07-17 11:12:46 +0100" endDate="2022-07-17 11:13:12 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 12:29:30 +0100" startDate="2022-07-17 12:17:47 +0100" endDate="2022-07-17 12:27:49 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 12:39:06 +0100" startDate="2022-07-17 12:27:49 +0100" endDate="2022-07-17 12:37:50 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 12:49:45 +0100" startDate="2022-07-17 12:37:50 +0100" endDate="2022-07-17 12:47:50 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 13:00:00 +0100" startDate="2022-07-17 12:47:50 +0100" endDate="2022-07-17 12:57:52 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 13:13:44 +0100" startDate="2022-07-17 12:57:52 +0100" endDate="2022-07-17 13:07:53 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 13:19:25 +0100" startDate="2022-07-17 13:07:53 +0100" endDate="2022-07-17 13:17:16 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 13:35:39 +0100" startDate="2022-07-17 13:24:37 +0100" endDate="2022-07-17 13:25:40 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 16:15:08 +0100" startDate="2022-07-17 16:04:06 +0100" endDate="2022-07-17 16:06:59 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 17:24:21 +0100" startDate="2022-07-17 17:13:18 +0100" endDate="2022-07-17 17:22:08 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 18:18:30 +0100" startDate="2022-07-17 18:05:53 +0100" endDate="2022-07-17 18:06:11 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 18:32:51 +0100" startDate="2022-07-17 18:17:06 +0100" endDate="2022-07-17 18:20:12 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 18:47:06 +0100" startDate="2022-07-17 18:30:16 +0100" endDate="2022-07-17 18:30:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 19:05:40 +0100" startDate="2022-07-17 18:51:38 +0100" endDate="2022-07-17 18:53:35 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-17 21:20:26 +0100" startDate="2022-07-17 21:09:24 +0100" endDate="2022-07-17 21:18:43 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 05:55:11 +0100" startDate="2022-07-18 05:44:09 +0100" endDate="2022-07-18 05:46:19 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 06:23:54 +0100" startDate="2022-07-18 06:12:52 +0100" endDate="2022-07-18 06:21:57 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 06:41:04 +0100" startDate="2022-07-18 06:30:01 +0100" endDate="2022-07-18 06:37:09 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 07:03:22 +0100" startDate="2022-07-18 06:52:19 +0100" endDate="2022-07-18 06:52:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 07:17:51 +0100" startDate="2022-07-18 07:06:48 +0100" endDate="2022-07-18 07:13:51 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 07:29:57 +0100" startDate="2022-07-18 07:18:44 +0100" endDate="2022-07-18 07:28:42 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 07:39:45 +0100" startDate="2022-07-18 07:28:42 +0100" endDate="2022-07-18 07:33:13 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 07:53:29 +0100" startDate="2022-07-18 07:43:24 +0100" endDate="2022-07-18 07:53:25 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 08:06:18 +0100" startDate="2022-07-18 07:53:25 +0100" endDate="2022-07-18 08:01:35 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 08:14:48 +0100" startDate="2022-07-18 08:03:45 +0100" endDate="2022-07-18 08:13:39 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 08:25:55 +0100" startDate="2022-07-18 08:14:53 +0100" endDate="2022-07-18 08:15:34 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 09:11:30 +0100" startDate="2022-07-18 09:00:27 +0100" endDate="2022-07-18 09:09:30 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 09:25:01 +0100" startDate="2022-07-18 09:11:43 +0100" endDate="2022-07-18 09:15:04 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 15:23:47 +0100" startDate="2022-07-18 15:12:45 +0100" endDate="2022-07-18 15:16:04 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 17:07:41 +0100" startDate="2022-07-18 16:56:16 +0100" endDate="2022-07-18 17:02:35 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 17:27:22 +0100" startDate="2022-07-18 17:12:39 +0100" endDate="2022-07-18 17:12:54 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 19:23:54 +0100" startDate="2022-07-18 19:12:14 +0100" endDate="2022-07-18 19:12:42 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 19:39:14 +0100" startDate="2022-07-18 19:25:41 +0100" endDate="2022-07-18 19:28:22 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 20:09:45 +0100" startDate="2022-07-18 19:58:16 +0100" endDate="2022-07-18 20:03:37 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 20:19:59 +0100" startDate="2022-07-18 20:08:47 +0100" endDate="2022-07-18 20:18:00 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 20:33:35 +0100" startDate="2022-07-18 20:19:55 +0100" endDate="2022-07-18 20:29:10 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 21:14:23 +0100" startDate="2022-07-18 21:02:06 +0100" endDate="2022-07-18 21:04:47 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 22:32:03 +0100" startDate="2022-07-18 22:16:13 +0100" endDate="2022-07-18 22:24:30 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-18 22:57:45 +0100" startDate="2022-07-18 22:46:42 +0100" endDate="2022-07-18 22:46:45 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 07:05:46 +0100" startDate="2022-07-19 06:52:33 +0100" endDate="2022-07-19 06:52:38 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 07:20:13 +0100" startDate="2022-07-19 07:08:46 +0100" endDate="2022-07-19 07:13:27 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 11:25:14 +0100" startDate="2022-07-19 11:14:04 +0100" endDate="2022-07-19 11:23:37 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 11:37:51 +0100" startDate="2022-07-19 11:25:14 +0100" endDate="2022-07-19 11:34:37 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 11:47:09 +0100" startDate="2022-07-19 11:36:06 +0100" endDate="2022-07-19 11:36:26 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 12:18:47 +0100" startDate="2022-07-19 12:07:44 +0100" endDate="2022-07-19 12:07:55 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 13:02:55 +0100" startDate="2022-07-19 12:51:52 +0100" endDate="2022-07-19 12:53:39 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 13:33:02 +0100" startDate="2022-07-19 13:19:51 +0100" endDate="2022-07-19 13:22:34 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 14:37:57 +0100" startDate="2022-07-19 14:27:30 +0100" endDate="2022-07-19 14:30:53 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 14:51:39 +0100" startDate="2022-07-19 14:40:37 +0100" endDate="2022-07-19 14:43:35 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 16:02:23 +0100" startDate="2022-07-19 15:50:54 +0100" endDate="2022-07-19 15:59:49 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 16:12:13 +0100" startDate="2022-07-19 16:01:10 +0100" endDate="2022-07-19 16:06:34 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 16:38:31 +0100" startDate="2022-07-19 16:27:28 +0100" endDate="2022-07-19 16:34:44 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 17:17:06 +0100" startDate="2022-07-19 17:06:03 +0100" endDate="2022-07-19 17:06:05 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 17:32:53 +0100" startDate="2022-07-19 17:21:51 +0100" endDate="2022-07-19 17:29:52 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 19:36:43 +0100" startDate="2022-07-19 19:21:22 +0100" endDate="2022-07-19 19:21:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-19 21:47:59 +0100" startDate="2022-07-19 21:36:56 +0100" endDate="2022-07-19 21:39:39 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 06:02:56 +0100" startDate="2022-07-20 05:51:53 +0100" endDate="2022-07-20 05:52:01 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 06:29:17 +0100" startDate="2022-07-20 06:17:43 +0100" endDate="2022-07-20 06:26:55 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 06:38:57 +0100" startDate="2022-07-20 06:27:54 +0100" endDate="2022-07-20 06:30:14 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 07:32:46 +0100" startDate="2022-07-20 07:19:54 +0100" endDate="2022-07-20 07:24:06 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 07:45:16 +0100" startDate="2022-07-20 07:32:54 +0100" endDate="2022-07-20 07:37:52 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 08:20:35 +0100" startDate="2022-07-20 08:08:12 +0100" endDate="2022-07-20 08:08:53 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 08:37:46 +0100" startDate="2022-07-20 08:25:18 +0100" endDate="2022-07-20 08:30:19 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 09:52:10 +0100" startDate="2022-07-20 09:37:57 +0100" endDate="2022-07-20 09:41:20 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 11:29:02 +0100" startDate="2022-07-20 11:16:22 +0100" endDate="2022-07-20 11:24:26 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 11:42:13 +0100" startDate="2022-07-20 11:29:24 +0100" endDate="2022-07-20 11:30:15 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 12:43:42 +0100" startDate="2022-07-20 12:31:28 +0100" endDate="2022-07-20 12:41:29 +0100" value="836"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 12:53:24 +0100" startDate="2022-07-20 12:41:29 +0100" endDate="2022-07-20 12:51:30 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 13:02:42 +0100" startDate="2022-07-20 12:51:30 +0100" endDate="2022-07-20 12:57:50 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 13:50:41 +0100" startDate="2022-07-20 13:39:38 +0100" endDate="2022-07-20 13:44:52 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 14:07:06 +0100" startDate="2022-07-20 13:54:04 +0100" endDate="2022-07-20 13:59:20 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 15:21:39 +0100" startDate="2022-07-20 15:10:36 +0100" endDate="2022-07-20 15:15:24 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 15:33:42 +0100" startDate="2022-07-20 15:22:40 +0100" endDate="2022-07-20 15:32:38 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 15:45:00 +0100" startDate="2022-07-20 15:32:44 +0100" endDate="2022-07-20 15:40:48 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 18:08:27 +0100" startDate="2022-07-20 17:57:14 +0100" endDate="2022-07-20 17:57:19 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 18:21:30 +0100" startDate="2022-07-20 18:07:30 +0100" endDate="2022-07-20 18:07:46 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 18:36:48 +0100" startDate="2022-07-20 18:24:37 +0100" endDate="2022-07-20 18:24:55 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 18:48:43 +0100" startDate="2022-07-20 18:37:24 +0100" endDate="2022-07-20 18:46:11 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 19:02:24 +0100" startDate="2022-07-20 18:50:46 +0100" endDate="2022-07-20 19:00:40 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 19:12:14 +0100" startDate="2022-07-20 19:01:00 +0100" endDate="2022-07-20 19:09:55 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 20:45:14 +0100" startDate="2022-07-20 20:33:25 +0100" endDate="2022-07-20 20:42:43 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 21:04:38 +0100" startDate="2022-07-20 20:53:35 +0100" endDate="2022-07-20 20:55:02 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-20 21:56:07 +0100" startDate="2022-07-20 21:41:13 +0100" endDate="2022-07-20 21:44:40 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 02:59:12 +0100" startDate="2022-07-21 02:48:09 +0100" endDate="2022-07-21 02:48:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 05:43:51 +0100" startDate="2022-07-21 05:30:48 +0100" endDate="2022-07-21 05:30:56 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 07:30:45 +0100" startDate="2022-07-21 07:19:43 +0100" endDate="2022-07-21 07:29:42 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 07:41:34 +0100" startDate="2022-07-21 07:29:42 +0100" endDate="2022-07-21 07:29:57 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 08:34:21 +0100" startDate="2022-07-21 08:18:43 +0100" endDate="2022-07-21 08:24:11 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 09:01:25 +0100" startDate="2022-07-21 08:49:24 +0100" endDate="2022-07-21 08:58:22 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 09:58:15 +0100" startDate="2022-07-21 09:45:10 +0100" endDate="2022-07-21 09:47:48 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 10:09:57 +0100" startDate="2022-07-21 09:58:18 +0100" endDate="2022-07-21 09:58:41 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 10:26:10 +0100" startDate="2022-07-21 10:14:31 +0100" endDate="2022-07-21 10:14:41 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 11:40:31 +0100" startDate="2022-07-21 11:28:20 +0100" endDate="2022-07-21 11:36:47 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 11:52:15 +0100" startDate="2022-07-21 11:38:29 +0100" endDate="2022-07-21 11:38:49 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 12:37:09 +0100" startDate="2022-07-21 12:25:36 +0100" endDate="2022-07-21 12:31:32 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 12:54:42 +0100" startDate="2022-07-21 12:43:39 +0100" endDate="2022-07-21 12:52:54 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 13:08:18 +0100" startDate="2022-07-21 12:54:18 +0100" endDate="2022-07-21 12:54:23 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 13:22:26 +0100" startDate="2022-07-21 13:08:52 +0100" endDate="2022-07-21 13:08:57 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 15:39:44 +0100" startDate="2022-07-21 15:22:10 +0100" endDate="2022-07-21 15:25:52 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 16:08:03 +0100" startDate="2022-07-21 15:56:55 +0100" endDate="2022-07-21 15:59:18 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 16:26:58 +0100" startDate="2022-07-21 16:15:56 +0100" endDate="2022-07-21 16:19:47 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 17:28:49 +0100" startDate="2022-07-21 17:17:46 +0100" endDate="2022-07-21 17:26:57 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 17:56:04 +0100" startDate="2022-07-21 17:40:14 +0100" endDate="2022-07-21 17:45:02 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 18:06:17 +0100" startDate="2022-07-21 17:54:30 +0100" endDate="2022-07-21 18:02:11 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 18:19:48 +0100" startDate="2022-07-21 18:07:30 +0100" endDate="2022-07-21 18:08:57 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-21 21:19:23 +0100" startDate="2022-07-21 21:06:38 +0100" endDate="2022-07-21 21:06:46 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 01:35:00 +0100" startDate="2022-07-22 01:23:58 +0100" endDate="2022-07-22 01:24:13 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 04:30:14 +0100" startDate="2022-07-22 04:15:43 +0100" endDate="2022-07-22 04:16:11 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 05:12:46 +0100" startDate="2022-07-22 05:01:43 +0100" endDate="2022-07-22 05:04:42 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 05:25:38 +0100" startDate="2022-07-22 05:14:35 +0100" endDate="2022-07-22 05:18:19 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 07:04:41 +0100" startDate="2022-07-22 06:50:05 +0100" endDate="2022-07-22 06:55:44 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 07:27:59 +0100" startDate="2022-07-22 07:15:57 +0100" endDate="2022-07-22 07:25:39 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 07:58:32 +0100" startDate="2022-07-22 07:45:20 +0100" endDate="2022-07-22 07:55:16 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 09:03:16 +0100" startDate="2022-07-22 08:52:13 +0100" endDate="2022-07-22 08:52:23 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 10:26:12 +0100" startDate="2022-07-22 10:14:21 +0100" endDate="2022-07-22 10:15:38 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 16:11:54 +0100" startDate="2022-07-22 15:59:06 +0100" endDate="2022-07-22 16:01:21 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 18:09:42 +0100" startDate="2022-07-22 17:58:39 +0100" endDate="2022-07-22 18:07:34 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 18:47:19 +0100" startDate="2022-07-22 18:31:06 +0100" endDate="2022-07-22 18:37:48 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 20:58:20 +0100" startDate="2022-07-22 20:45:44 +0100" endDate="2022-07-22 20:45:57 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-22 22:02:33 +0100" startDate="2022-07-22 21:51:30 +0100" endDate="2022-07-22 21:54:24 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 06:58:04 +0100" startDate="2022-07-23 06:46:00 +0100" endDate="2022-07-23 06:46:56 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 07:18:15 +0100" startDate="2022-07-23 07:02:33 +0100" endDate="2022-07-23 07:11:19 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 07:26:14 +0100" startDate="2022-07-23 07:13:06 +0100" endDate="2022-07-23 07:22:53 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 07:34:38 +0100" startDate="2022-07-23 07:23:16 +0100" endDate="2022-07-23 07:28:16 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 08:14:15 +0100" startDate="2022-07-23 07:56:02 +0100" endDate="2022-07-23 08:06:01 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 08:18:56 +0100" startDate="2022-07-23 08:06:01 +0100" endDate="2022-07-23 08:15:57 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 08:29:02 +0100" startDate="2022-07-23 08:16:02 +0100" endDate="2022-07-23 08:25:58 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 08:39:03 +0100" startDate="2022-07-23 08:26:16 +0100" endDate="2022-07-23 08:36:09 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 08:50:30 +0100" startDate="2022-07-23 08:36:34 +0100" endDate="2022-07-23 08:45:24 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 08:59:28 +0100" startDate="2022-07-23 08:47:16 +0100" endDate="2022-07-23 08:57:15 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 09:26:36 +0100" startDate="2022-07-23 09:15:33 +0100" endDate="2022-07-23 09:21:00 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 09:37:44 +0100" startDate="2022-07-23 09:26:05 +0100" endDate="2022-07-23 09:32:02 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 09:47:51 +0100" startDate="2022-07-23 09:36:34 +0100" endDate="2022-07-23 09:41:25 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 09:58:00 +0100" startDate="2022-07-23 09:46:53 +0100" endDate="2022-07-23 09:47:44 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 10:25:35 +0100" startDate="2022-07-23 10:13:53 +0100" endDate="2022-07-23 10:22:58 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 10:35:54 +0100" startDate="2022-07-23 10:24:27 +0100" endDate="2022-07-23 10:34:28 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 10:49:55 +0100" startDate="2022-07-23 10:34:56 +0100" endDate="2022-07-23 10:44:57 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 10:56:00 +0100" startDate="2022-07-23 10:44:57 +0100" endDate="2022-07-23 10:52:28 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 11:09:51 +0100" startDate="2022-07-23 10:54:56 +0100" endDate="2022-07-23 11:02:37 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 11:18:43 +0100" startDate="2022-07-23 11:05:12 +0100" endDate="2022-07-23 11:13:14 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 11:31:26 +0100" startDate="2022-07-23 11:17:49 +0100" endDate="2022-07-23 11:17:59 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 12:05:06 +0100" startDate="2022-07-23 11:50:28 +0100" endDate="2022-07-23 11:59:21 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 12:15:57 +0100" startDate="2022-07-23 12:04:28 +0100" endDate="2022-07-23 12:12:15 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 12:34:28 +0100" startDate="2022-07-23 12:23:17 +0100" endDate="2022-07-23 12:28:20 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 12:45:42 +0100" startDate="2022-07-23 12:33:49 +0100" endDate="2022-07-23 12:34:22 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 13:03:55 +0100" startDate="2022-07-23 12:52:53 +0100" endDate="2022-07-23 13:01:58 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 14:42:26 +0100" startDate="2022-07-23 14:30:45 +0100" endDate="2022-07-23 14:37:05 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 15:02:49 +0100" startDate="2022-07-23 14:47:03 +0100" endDate="2022-07-23 14:56:52 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 15:09:54 +0100" startDate="2022-07-23 14:58:36 +0100" endDate="2022-07-23 15:07:34 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 15:20:26 +0100" startDate="2022-07-23 15:09:11 +0100" endDate="2022-07-23 15:18:54 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 15:30:02 +0100" startDate="2022-07-23 15:19:09 +0100" endDate="2022-07-23 15:29:11 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 15:43:48 +0100" startDate="2022-07-23 15:29:11 +0100" endDate="2022-07-23 15:39:12 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 15:54:04 +0100" startDate="2022-07-23 15:39:14 +0100" endDate="2022-07-23 15:49:03 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 16:02:01 +0100" startDate="2022-07-23 15:49:23 +0100" endDate="2022-07-23 15:59:24 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 16:13:34 +0100" startDate="2022-07-23 15:59:24 +0100" endDate="2022-07-23 16:09:25 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 16:23:52 +0100" startDate="2022-07-23 16:09:25 +0100" endDate="2022-07-23 16:19:26 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 16:34:12 +0100" startDate="2022-07-23 16:19:26 +0100" endDate="2022-07-23 16:29:27 +0100" value="1001"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 16:43:36 +0100" startDate="2022-07-23 16:29:27 +0100" endDate="2022-07-23 16:39:06 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 16:56:54 +0100" startDate="2022-07-23 16:39:31 +0100" endDate="2022-07-23 16:39:41 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 20:03:18 +0100" startDate="2022-07-23 19:49:26 +0100" endDate="2022-07-23 19:51:21 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 20:18:26 +0100" startDate="2022-07-23 20:05:17 +0100" endDate="2022-07-23 20:08:33 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 21:26:24 +0100" startDate="2022-07-23 21:14:34 +0100" endDate="2022-07-23 21:23:56 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 21:37:30 +0100" startDate="2022-07-23 21:24:37 +0100" endDate="2022-07-23 21:24:47 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 21:56:40 +0100" startDate="2022-07-23 21:44:12 +0100" endDate="2022-07-23 21:52:45 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 22:09:53 +0100" startDate="2022-07-23 21:54:25 +0100" endDate="2022-07-23 21:54:30 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 22:31:46 +0100" startDate="2022-07-23 22:19:17 +0100" endDate="2022-07-23 22:24:19 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 22:44:04 +0100" startDate="2022-07-23 22:31:57 +0100" endDate="2022-07-23 22:39:06 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 22:53:20 +0100" startDate="2022-07-23 22:42:17 +0100" endDate="2022-07-23 22:43:16 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-23 23:08:18 +0100" startDate="2022-07-23 22:57:15 +0100" endDate="2022-07-23 22:57:17 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 07:52:27 +0100" startDate="2022-07-24 07:40:19 +0100" endDate="2022-07-24 07:46:19 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 08:09:42 +0100" startDate="2022-07-24 07:56:53 +0100" endDate="2022-07-24 08:02:47 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 08:26:14 +0100" startDate="2022-07-24 08:15:06 +0100" endDate="2022-07-24 08:21:01 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 10:05:56 +0100" startDate="2022-07-24 09:54:53 +0100" endDate="2022-07-24 10:04:16 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 10:19:16 +0100" startDate="2022-07-24 10:05:02 +0100" endDate="2022-07-24 10:07:30 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 10:27:15 +0100" startDate="2022-07-24 10:15:29 +0100" endDate="2022-07-24 10:24:56 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 10:53:42 +0100" startDate="2022-07-24 10:42:39 +0100" endDate="2022-07-24 10:46:54 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 11:09:04 +0100" startDate="2022-07-24 10:56:45 +0100" endDate="2022-07-24 11:04:25 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 11:26:03 +0100" startDate="2022-07-24 11:07:03 +0100" endDate="2022-07-24 11:07:59 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 11:38:04 +0100" startDate="2022-07-24 11:25:07 +0100" endDate="2022-07-24 11:25:37 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 11:55:14 +0100" startDate="2022-07-24 11:43:38 +0100" endDate="2022-07-24 11:49:40 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 12:04:50 +0100" startDate="2022-07-24 11:53:41 +0100" endDate="2022-07-24 11:59:43 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 12:22:18 +0100" startDate="2022-07-24 12:08:39 +0100" endDate="2022-07-24 12:08:52 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 14:54:00 +0100" startDate="2022-07-24 14:41:11 +0100" endDate="2022-07-24 14:41:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 18:24:37 +0100" startDate="2022-07-24 18:12:32 +0100" endDate="2022-07-24 18:22:26 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 18:33:54 +0100" startDate="2022-07-24 18:22:36 +0100" endDate="2022-07-24 18:28:48 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 19:32:55 +0100" startDate="2022-07-24 19:21:14 +0100" endDate="2022-07-24 19:28:28 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-24 21:28:31 +0100" startDate="2022-07-24 21:16:07 +0100" endDate="2022-07-24 21:20:39 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 07:55:13 +0100" startDate="2022-07-25 07:44:10 +0100" endDate="2022-07-25 07:45:01 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 08:49:20 +0100" startDate="2022-07-25 08:37:35 +0100" endDate="2022-07-25 08:42:35 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 10:08:05 +0100" startDate="2022-07-25 09:55:56 +0100" endDate="2022-07-25 10:05:12 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 10:20:12 +0100" startDate="2022-07-25 10:08:08 +0100" endDate="2022-07-25 10:12:05 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 14:27:05 +0100" startDate="2022-07-25 14:15:42 +0100" endDate="2022-07-25 14:24:52 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 14:53:22 +0100" startDate="2022-07-25 14:38:37 +0100" endDate="2022-07-25 14:46:55 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 15:57:28 +0100" startDate="2022-07-25 15:45:16 +0100" endDate="2022-07-25 15:55:17 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 16:06:43 +0100" startDate="2022-07-25 15:55:17 +0100" endDate="2022-07-25 16:05:18 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 16:16:30 +0100" startDate="2022-07-25 16:05:18 +0100" endDate="2022-07-25 16:14:59 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 16:41:30 +0100" startDate="2022-07-25 16:30:27 +0100" endDate="2022-07-25 16:30:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 17:07:23 +0100" startDate="2022-07-25 16:53:50 +0100" endDate="2022-07-25 16:59:14 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 19:32:36 +0100" startDate="2022-07-25 19:18:05 +0100" endDate="2022-07-25 19:24:36 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 20:47:27 +0100" startDate="2022-07-25 20:36:25 +0100" endDate="2022-07-25 20:40:19 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-25 22:29:09 +0100" startDate="2022-07-25 22:18:07 +0100" endDate="2022-07-25 22:20:57 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 07:59:33 +0100" startDate="2022-07-26 07:46:24 +0100" endDate="2022-07-26 07:46:29 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 09:12:42 +0100" startDate="2022-07-26 09:01:39 +0100" endDate="2022-07-26 09:01:52 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 09:27:20 +0100" startDate="2022-07-26 09:16:03 +0100" endDate="2022-07-26 09:16:18 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 11:40:26 +0100" startDate="2022-07-26 11:29:24 +0100" endDate="2022-07-26 11:31:00 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 11:58:24 +0100" startDate="2022-07-26 11:47:22 +0100" endDate="2022-07-26 11:56:37 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 12:17:16 +0100" startDate="2022-07-26 12:05:20 +0100" endDate="2022-07-26 12:05:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 15:10:02 +0100" startDate="2022-07-26 14:56:43 +0100" endDate="2022-07-26 15:04:24 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 16:06:28 +0100" startDate="2022-07-26 15:55:12 +0100" endDate="2022-07-26 15:55:40 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 16:23:09 +0100" startDate="2022-07-26 16:07:00 +0100" endDate="2022-07-26 16:13:22 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 16:31:45 +0100" startDate="2022-07-26 16:19:34 +0100" endDate="2022-07-26 16:21:41 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 16:43:09 +0100" startDate="2022-07-26 16:31:52 +0100" endDate="2022-07-26 16:31:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 17:52:52 +0100" startDate="2022-07-26 17:41:49 +0100" endDate="2022-07-26 17:42:04 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 19:13:46 +0100" startDate="2022-07-26 19:02:43 +0100" endDate="2022-07-26 19:02:58 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 19:34:09 +0100" startDate="2022-07-26 19:22:30 +0100" endDate="2022-07-26 19:22:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-26 21:14:26 +0100" startDate="2022-07-26 21:03:24 +0100" endDate="2022-07-26 21:03:39 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 05:26:14 +0100" startDate="2022-07-27 05:15:12 +0100" endDate="2022-07-27 05:17:30 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 05:48:48 +0100" startDate="2022-07-27 05:37:45 +0100" endDate="2022-07-27 05:37:56 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 06:13:36 +0100" startDate="2022-07-27 06:02:33 +0100" endDate="2022-07-27 06:03:50 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 06:24:45 +0100" startDate="2022-07-27 06:13:42 +0100" endDate="2022-07-27 06:19:16 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 07:20:29 +0100" startDate="2022-07-27 07:09:27 +0100" endDate="2022-07-27 07:18:04 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 07:39:33 +0100" startDate="2022-07-27 07:23:35 +0100" endDate="2022-07-27 07:24:16 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 08:47:29 +0100" startDate="2022-07-27 08:36:04 +0100" endDate="2022-07-27 08:44:18 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 09:56:24 +0100" startDate="2022-07-27 09:45:21 +0100" endDate="2022-07-27 09:49:54 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 11:13:01 +0100" startDate="2022-07-27 11:00:33 +0100" endDate="2022-07-27 11:08:25 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 11:24:34 +0100" startDate="2022-07-27 11:12:55 +0100" endDate="2022-07-27 11:13:08 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 11:40:45 +0100" startDate="2022-07-27 11:29:22 +0100" endDate="2022-07-27 11:39:21 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 11:54:25 +0100" startDate="2022-07-27 11:39:21 +0100" endDate="2022-07-27 11:44:54 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 12:10:07 +0100" startDate="2022-07-27 11:58:22 +0100" endDate="2022-07-27 12:00:48 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 13:58:26 +0100" startDate="2022-07-27 13:43:24 +0100" endDate="2022-07-27 13:50:17 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 15:49:03 +0100" startDate="2022-07-27 15:38:01 +0100" endDate="2022-07-27 15:43:39 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 16:00:51 +0100" startDate="2022-07-27 15:49:49 +0100" endDate="2022-07-27 15:49:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 16:15:13 +0100" startDate="2022-07-27 16:02:07 +0100" endDate="2022-07-27 16:02:40 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 16:59:44 +0100" startDate="2022-07-27 16:48:41 +0100" endDate="2022-07-27 16:58:43 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 17:09:45 +0100" startDate="2022-07-27 16:58:43 +0100" endDate="2022-07-27 17:04:52 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 17:21:21 +0100" startDate="2022-07-27 17:10:18 +0100" endDate="2022-07-27 17:17:49 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 17:31:51 +0100" startDate="2022-07-27 17:20:37 +0100" endDate="2022-07-27 17:20:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 17:59:29 +0100" startDate="2022-07-27 17:48:27 +0100" endDate="2022-07-27 17:48:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 20:14:02 +0100" startDate="2022-07-27 20:02:30 +0100" endDate="2022-07-27 20:02:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-27 21:26:50 +0100" startDate="2022-07-27 21:15:47 +0100" endDate="2022-07-27 21:16:03 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 06:27:51 +0100" startDate="2022-07-28 06:16:48 +0100" endDate="2022-07-28 06:20:37 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 07:09:43 +0100" startDate="2022-07-28 06:55:49 +0100" endDate="2022-07-28 07:01:11 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 08:01:31 +0100" startDate="2022-07-28 07:49:17 +0100" endDate="2022-07-28 07:59:00 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 10:06:22 +0100" startDate="2022-07-28 09:54:40 +0100" endDate="2022-07-28 10:01:43 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 12:11:58 +0100" startDate="2022-07-28 11:58:42 +0100" endDate="2022-07-28 12:08:20 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 13:06:21 +0100" startDate="2022-07-28 12:55:18 +0100" endDate="2022-07-28 13:04:39 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 15:05:38 +0100" startDate="2022-07-28 14:54:35 +0100" endDate="2022-07-28 14:58:24 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 15:21:31 +0100" startDate="2022-07-28 15:09:37 +0100" endDate="2022-07-28 15:19:37 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 15:30:39 +0100" startDate="2022-07-28 15:19:37 +0100" endDate="2022-07-28 15:22:48 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 15:43:13 +0100" startDate="2022-07-28 15:32:10 +0100" endDate="2022-07-28 15:32:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 16:19:42 +0100" startDate="2022-07-28 16:07:55 +0100" endDate="2022-07-28 16:12:25 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 20:36:46 +0100" startDate="2022-07-28 20:23:33 +0100" endDate="2022-07-28 20:23:35 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 21:16:50 +0100" startDate="2022-07-28 21:04:25 +0100" endDate="2022-07-28 21:04:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-28 21:29:31 +0100" startDate="2022-07-28 21:18:28 +0100" endDate="2022-07-28 21:18:33 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 06:45:56 +0100" startDate="2022-07-29 06:34:54 +0100" endDate="2022-07-29 06:36:41 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 09:17:56 +0100" startDate="2022-07-29 09:04:37 +0100" endDate="2022-07-29 09:04:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 09:44:35 +0100" startDate="2022-07-29 09:32:20 +0100" endDate="2022-07-29 09:33:59 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 10:29:05 +0100" startDate="2022-07-29 10:16:50 +0100" endDate="2022-07-29 10:25:27 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 10:39:46 +0100" startDate="2022-07-29 10:27:52 +0100" endDate="2022-07-29 10:37:53 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 10:48:56 +0100" startDate="2022-07-29 10:37:53 +0100" endDate="2022-07-29 10:41:15 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 11:03:00 +0100" startDate="2022-07-29 10:51:57 +0100" endDate="2022-07-29 10:56:57 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 11:18:42 +0100" startDate="2022-07-29 11:07:39 +0100" endDate="2022-07-29 11:15:33 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 11:28:47 +0100" startDate="2022-07-29 11:17:43 +0100" endDate="2022-07-29 11:22:41 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 12:15:47 +0100" startDate="2022-07-29 12:01:42 +0100" endDate="2022-07-29 12:10:32 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 12:29:13 +0100" startDate="2022-07-29 12:13:15 +0100" endDate="2022-07-29 12:17:12 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 12:42:53 +0100" startDate="2022-07-29 12:24:28 +0100" endDate="2022-07-29 12:28:07 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 12:57:51 +0100" startDate="2022-07-29 12:40:33 +0100" endDate="2022-07-29 12:43:11 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 13:13:32 +0100" startDate="2022-07-29 13:00:16 +0100" endDate="2022-07-29 13:02:49 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 13:23:13 +0100" startDate="2022-07-29 13:11:01 +0100" endDate="2022-07-29 13:13:49 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 13:42:26 +0100" startDate="2022-07-29 13:31:23 +0100" endDate="2022-07-29 13:36:44 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 14:03:51 +0100" startDate="2022-07-29 13:48:22 +0100" endDate="2022-07-29 13:57:45 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 14:09:58 +0100" startDate="2022-07-29 13:58:54 +0100" endDate="2022-07-29 14:06:48 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 14:28:40 +0100" startDate="2022-07-29 14:14:04 +0100" endDate="2022-07-29 14:17:28 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 15:37:57 +0100" startDate="2022-07-29 15:25:59 +0100" endDate="2022-07-29 15:26:58 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 18:30:30 +0100" startDate="2022-07-29 18:16:44 +0100" endDate="2022-07-29 18:16:46 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 18:47:39 +0100" startDate="2022-07-29 18:36:36 +0100" endDate="2022-07-29 18:39:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 19:00:52 +0100" startDate="2022-07-29 18:49:38 +0100" endDate="2022-07-29 18:54:55 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 19:21:04 +0100" startDate="2022-07-29 19:08:50 +0100" endDate="2022-07-29 19:18:34 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 19:30:11 +0100" startDate="2022-07-29 19:18:51 +0100" endDate="2022-07-29 19:28:50 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 19:41:36 +0100" startDate="2022-07-29 19:28:50 +0100" endDate="2022-07-29 19:38:51 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 19:53:46 +0100" startDate="2022-07-29 19:39:27 +0100" endDate="2022-07-29 19:48:07 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 20:01:38 +0100" startDate="2022-07-29 19:49:36 +0100" endDate="2022-07-29 19:58:03 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 20:14:40 +0100" startDate="2022-07-29 20:00:33 +0100" endDate="2022-07-29 20:10:29 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 20:25:58 +0100" startDate="2022-07-29 20:11:30 +0100" endDate="2022-07-29 20:21:23 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 20:34:42 +0100" startDate="2022-07-29 20:22:42 +0100" endDate="2022-07-29 20:31:25 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 20:44:43 +0100" startDate="2022-07-29 20:33:17 +0100" endDate="2022-07-29 20:36:23 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 21:02:50 +0100" startDate="2022-07-29 20:48:55 +0100" endDate="2022-07-29 20:58:20 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 22:15:28 +0100" startDate="2022-07-29 22:00:42 +0100" endDate="2022-07-29 22:09:01 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 22:23:49 +0100" startDate="2022-07-29 22:10:48 +0100" endDate="2022-07-29 22:14:20 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 22:34:09 +0100" startDate="2022-07-29 22:23:06 +0100" endDate="2022-07-29 22:24:12 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-29 22:50:22 +0100" startDate="2022-07-29 22:39:19 +0100" endDate="2022-07-29 22:39:45 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 06:44:18 +0100" startDate="2022-07-30 06:29:52 +0100" endDate="2022-07-30 06:39:14 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 07:49:06 +0100" startDate="2022-07-30 07:37:24 +0100" endDate="2022-07-30 07:46:45 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 08:01:57 +0100" startDate="2022-07-30 07:47:25 +0100" endDate="2022-07-30 07:48:54 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 08:41:29 +0100" startDate="2022-07-30 08:28:30 +0100" endDate="2022-07-30 08:36:50 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 09:05:33 +0100" startDate="2022-07-30 08:50:30 +0100" endDate="2022-07-30 08:50:56 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 10:13:49 +0100" startDate="2022-07-30 10:02:46 +0100" endDate="2022-07-30 10:09:06 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 10:32:51 +0100" startDate="2022-07-30 10:13:23 +0100" endDate="2022-07-30 10:17:56 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 12:47:34 +0100" startDate="2022-07-30 12:36:31 +0100" endDate="2022-07-30 12:36:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 13:19:51 +0100" startDate="2022-07-30 13:05:56 +0100" endDate="2022-07-30 13:15:06 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 13:36:42 +0100" startDate="2022-07-30 13:24:27 +0100" endDate="2022-07-30 13:24:40 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 14:02:04 +0100" startDate="2022-07-30 13:51:01 +0100" endDate="2022-07-30 14:01:02 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 14:14:31 +0100" startDate="2022-07-30 14:01:02 +0100" endDate="2022-07-30 14:11:04 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 14:29:41 +0100" startDate="2022-07-30 14:11:04 +0100" endDate="2022-07-30 14:11:11 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 15:20:27 +0100" startDate="2022-07-30 15:06:18 +0100" endDate="2022-07-30 15:06:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 15:36:46 +0100" startDate="2022-07-30 15:22:29 +0100" endDate="2022-07-30 15:28:31 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 16:37:41 +0100" startDate="2022-07-30 16:25:10 +0100" endDate="2022-07-30 16:29:56 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 20:54:07 +0100" startDate="2022-07-30 20:41:43 +0100" endDate="2022-07-30 20:44:00 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 22:18:53 +0100" startDate="2022-07-30 22:07:33 +0100" endDate="2022-07-30 22:09:40 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 22:33:12 +0100" startDate="2022-07-30 22:21:26 +0100" endDate="2022-07-30 22:31:27 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 22:46:12 +0100" startDate="2022-07-30 22:31:27 +0100" endDate="2022-07-30 22:38:27 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-30 23:13:14 +0100" startDate="2022-07-30 22:54:16 +0100" endDate="2022-07-30 22:54:29 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-31 09:23:17 +0100" startDate="2022-07-31 09:08:28 +0100" endDate="2022-07-31 09:15:54 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-31 10:04:24 +0100" startDate="2022-07-31 09:51:38 +0100" endDate="2022-07-31 09:51:41 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-31 12:29:15 +0100" startDate="2022-07-31 12:14:27 +0100" endDate="2022-07-31 12:17:56 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-31 12:40:37 +0100" startDate="2022-07-31 12:28:09 +0100" endDate="2022-07-31 12:29:20 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-31 12:52:46 +0100" startDate="2022-07-31 12:40:58 +0100" endDate="2022-07-31 12:49:38 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-31 13:02:48 +0100" startDate="2022-07-31 12:51:27 +0100" endDate="2022-07-31 12:51:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-31 14:43:21 +0100" startDate="2022-07-31 14:32:18 +0100" endDate="2022-07-31 14:32:57 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-31 17:45:46 +0100" startDate="2022-07-31 17:27:29 +0100" endDate="2022-07-31 17:27:36 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-07-31 20:20:26 +0100" startDate="2022-07-31 20:09:23 +0100" endDate="2022-07-31 20:16:47 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 04:58:10 +0100" startDate="2022-08-01 04:47:08 +0100" endDate="2022-08-01 04:49:53 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 05:56:14 +0100" startDate="2022-08-01 05:41:23 +0100" endDate="2022-08-01 05:45:23 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 08:42:46 +0100" startDate="2022-08-01 08:29:18 +0100" endDate="2022-08-01 08:32:29 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 10:26:25 +0100" startDate="2022-08-01 10:15:22 +0100" endDate="2022-08-01 10:15:25 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 11:42:37 +0100" startDate="2022-08-01 11:31:34 +0100" endDate="2022-08-01 11:32:10 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 11:56:39 +0100" startDate="2022-08-01 11:43:58 +0100" endDate="2022-08-01 11:52:48 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 12:10:06 +0100" startDate="2022-08-01 11:57:03 +0100" endDate="2022-08-01 12:00:24 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 12:23:43 +0100" startDate="2022-08-01 12:12:40 +0100" endDate="2022-08-01 12:19:03 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 12:53:15 +0100" startDate="2022-08-01 12:40:30 +0100" endDate="2022-08-01 12:43:47 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 15:22:06 +0100" startDate="2022-08-01 15:10:50 +0100" endDate="2022-08-01 15:19:14 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 15:47:23 +0100" startDate="2022-08-01 15:35:17 +0100" endDate="2022-08-01 15:45:18 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 15:56:43 +0100" startDate="2022-08-01 15:45:18 +0100" endDate="2022-08-01 15:55:19 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 16:07:20 +0100" startDate="2022-08-01 15:55:19 +0100" endDate="2022-08-01 16:05:20 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 16:17:21 +0100" startDate="2022-08-01 16:05:20 +0100" endDate="2022-08-01 16:13:19 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 16:29:40 +0100" startDate="2022-08-01 16:17:08 +0100" endDate="2022-08-01 16:17:23 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 18:06:03 +0100" startDate="2022-08-01 17:52:40 +0100" endDate="2022-08-01 18:00:41 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 18:37:56 +0100" startDate="2022-08-01 18:26:38 +0100" endDate="2022-08-01 18:27:45 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 19:14:28 +0100" startDate="2022-08-01 19:03:22 +0100" endDate="2022-08-01 19:04:44 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 19:46:20 +0100" startDate="2022-08-01 19:34:17 +0100" endDate="2022-08-01 19:34:33 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 20:42:38 +0100" startDate="2022-08-01 20:31:27 +0100" endDate="2022-08-01 20:39:21 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 21:23:19 +0100" startDate="2022-08-01 21:09:59 +0100" endDate="2022-08-01 21:19:25 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-01 21:53:46 +0100" startDate="2022-08-01 21:37:08 +0100" endDate="2022-08-01 21:37:31 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 07:31:18 +0100" startDate="2022-08-02 07:19:18 +0100" endDate="2022-08-02 07:19:54 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 07:45:00 +0100" startDate="2022-08-02 07:31:50 +0100" endDate="2022-08-02 07:32:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 10:41:21 +0100" startDate="2022-08-02 10:29:57 +0100" endDate="2022-08-02 10:39:53 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 10:52:37 +0100" startDate="2022-08-02 10:40:57 +0100" endDate="2022-08-02 10:41:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 11:07:09 +0100" startDate="2022-08-02 10:52:35 +0100" endDate="2022-08-02 10:52:55 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 11:44:56 +0100" startDate="2022-08-02 11:33:53 +0100" endDate="2022-08-02 11:39:15 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 11:58:37 +0100" startDate="2022-08-02 11:45:16 +0100" endDate="2022-08-02 11:47:34 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 12:07:44 +0100" startDate="2022-08-02 11:56:41 +0100" endDate="2022-08-02 12:06:41 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 12:17:58 +0100" startDate="2022-08-02 12:06:41 +0100" endDate="2022-08-02 12:09:42 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 12:28:37 +0100" startDate="2022-08-02 12:17:10 +0100" endDate="2022-08-02 12:23:29 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 12:46:20 +0100" startDate="2022-08-02 12:33:37 +0100" endDate="2022-08-02 12:42:42 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 12:57:46 +0100" startDate="2022-08-02 12:43:58 +0100" endDate="2022-08-02 12:53:11 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 13:21:39 +0100" startDate="2022-08-02 13:10:28 +0100" endDate="2022-08-02 13:10:44 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 13:50:26 +0100" startDate="2022-08-02 13:36:47 +0100" endDate="2022-08-02 13:45:07 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 16:16:24 +0100" startDate="2022-08-02 16:04:18 +0100" endDate="2022-08-02 16:12:12 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 16:29:20 +0100" startDate="2022-08-02 16:16:11 +0100" endDate="2022-08-02 16:26:10 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 16:39:29 +0100" startDate="2022-08-02 16:26:25 +0100" endDate="2022-08-02 16:31:21 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 16:55:10 +0100" startDate="2022-08-02 16:43:24 +0100" endDate="2022-08-02 16:53:25 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 17:04:28 +0100" startDate="2022-08-02 16:53:25 +0100" endDate="2022-08-02 16:54:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 17:16:04 +0100" startDate="2022-08-02 17:05:01 +0100" endDate="2022-08-02 17:07:26 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 17:35:52 +0100" startDate="2022-08-02 17:23:31 +0100" endDate="2022-08-02 17:26:14 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 18:39:52 +0100" startDate="2022-08-02 18:27:35 +0100" endDate="2022-08-02 18:37:34 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 18:50:25 +0100" startDate="2022-08-02 18:37:34 +0100" endDate="2022-08-02 18:41:43 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 18:59:36 +0100" startDate="2022-08-02 18:47:53 +0100" endDate="2022-08-02 18:57:08 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 20:24:33 +0100" startDate="2022-08-02 20:13:30 +0100" endDate="2022-08-02 20:13:35 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-02 21:04:11 +0100" startDate="2022-08-02 20:51:53 +0100" endDate="2022-08-02 20:52:03 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 05:43:52 +0100" startDate="2022-08-03 05:32:49 +0100" endDate="2022-08-03 05:32:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 05:55:55 +0100" startDate="2022-08-03 05:44:40 +0100" endDate="2022-08-03 05:44:55 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 06:16:02 +0100" startDate="2022-08-03 06:04:59 +0100" endDate="2022-08-03 06:06:03 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 07:07:20 +0100" startDate="2022-08-03 06:55:25 +0100" endDate="2022-08-03 07:00:07 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 08:16:19 +0100" startDate="2022-08-03 08:02:32 +0100" endDate="2022-08-03 08:08:51 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 08:28:41 +0100" startDate="2022-08-03 08:17:14 +0100" endDate="2022-08-03 08:26:29 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 09:20:20 +0100" startDate="2022-08-03 09:09:17 +0100" endDate="2022-08-03 09:09:22 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 11:24:26 +0100" startDate="2022-08-03 11:13:23 +0100" endDate="2022-08-03 11:22:31 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 11:38:30 +0100" startDate="2022-08-03 11:26:53 +0100" endDate="2022-08-03 11:27:06 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 11:56:53 +0100" startDate="2022-08-03 11:45:47 +0100" endDate="2022-08-03 11:55:46 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 12:06:49 +0100" startDate="2022-08-03 11:55:46 +0100" endDate="2022-08-03 12:04:29 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 12:35:54 +0100" startDate="2022-08-03 12:24:51 +0100" endDate="2022-08-03 12:28:28 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 13:19:20 +0100" startDate="2022-08-03 13:08:17 +0100" endDate="2022-08-03 13:10:22 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 14:58:56 +0100" startDate="2022-08-03 14:47:53 +0100" endDate="2022-08-03 14:57:14 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 15:19:24 +0100" startDate="2022-08-03 15:08:21 +0100" endDate="2022-08-03 15:08:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 15:57:26 +0100" startDate="2022-08-03 15:44:49 +0100" endDate="2022-08-03 15:48:18 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 16:07:53 +0100" startDate="2022-08-03 15:56:17 +0100" endDate="2022-08-03 16:02:51 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 18:45:52 +0100" startDate="2022-08-03 18:34:49 +0100" endDate="2022-08-03 18:34:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-03 20:48:07 +0100" startDate="2022-08-03 20:35:31 +0100" endDate="2022-08-03 20:35:56 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 05:43:35 +0100" startDate="2022-08-04 05:31:00 +0100" endDate="2022-08-04 05:31:07 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 06:32:00 +0100" startDate="2022-08-04 06:19:13 +0100" endDate="2022-08-04 06:22:52 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 06:47:17 +0100" startDate="2022-08-04 06:36:15 +0100" endDate="2022-08-04 06:38:30 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 07:40:34 +0100" startDate="2022-08-04 07:29:31 +0100" endDate="2022-08-04 07:35:28 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 09:08:04 +0100" startDate="2022-08-04 08:55:47 +0100" endDate="2022-08-04 09:01:23 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 09:56:14 +0100" startDate="2022-08-04 09:41:47 +0100" endDate="2022-08-04 09:49:02 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 10:08:30 +0100" startDate="2022-08-04 09:54:22 +0100" endDate="2022-08-04 09:59:10 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 11:13:41 +0100" startDate="2022-08-04 10:58:34 +0100" endDate="2022-08-04 11:07:16 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 11:26:28 +0100" startDate="2022-08-04 11:12:50 +0100" endDate="2022-08-04 11:16:42 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 11:53:21 +0100" startDate="2022-08-04 11:42:18 +0100" endDate="2022-08-04 11:45:09 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 12:34:31 +0100" startDate="2022-08-04 12:20:09 +0100" endDate="2022-08-04 12:20:30 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 13:03:23 +0100" startDate="2022-08-04 12:50:31 +0100" endDate="2022-08-04 12:58:23 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 14:51:30 +0100" startDate="2022-08-04 14:38:06 +0100" endDate="2022-08-04 14:40:21 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 16:00:57 +0100" startDate="2022-08-04 15:48:40 +0100" endDate="2022-08-04 15:58:06 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 16:59:05 +0100" startDate="2022-08-04 16:43:49 +0100" endDate="2022-08-04 16:51:09 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 18:35:10 +0100" startDate="2022-08-04 18:24:07 +0100" endDate="2022-08-04 18:24:15 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.5" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.5, creation date:2022-06-12 14:26:27 +0000&gt;" unit="count" creationDate="2022-08-04 21:19:39 +0100" startDate="2022-08-04 21:08:36 +0100" endDate="2022-08-04 21:08:41 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 04:13:32 +0100" startDate="2022-08-05 04:02:30 +0100" endDate="2022-08-05 04:02:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 04:26:45 +0100" startDate="2022-08-05 04:15:42 +0100" endDate="2022-08-05 04:15:55 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 05:27:53 +0100" startDate="2022-08-05 05:16:50 +0100" endDate="2022-08-05 05:16:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 06:14:18 +0100" startDate="2022-08-05 06:03:15 +0100" endDate="2022-08-05 06:10:49 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 07:09:41 +0100" startDate="2022-08-05 06:53:27 +0100" endDate="2022-08-05 06:53:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 07:42:24 +0100" startDate="2022-08-05 07:29:11 +0100" endDate="2022-08-05 07:29:21 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 10:26:33 +0100" startDate="2022-08-05 10:14:15 +0100" endDate="2022-08-05 10:24:16 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 10:37:23 +0100" startDate="2022-08-05 10:24:16 +0100" endDate="2022-08-05 10:24:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 12:00:35 +0100" startDate="2022-08-05 11:47:23 +0100" endDate="2022-08-05 11:55:09 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 12:28:00 +0100" startDate="2022-08-05 12:16:57 +0100" endDate="2022-08-05 12:18:01 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 16:21:05 +0100" startDate="2022-08-05 16:08:46 +0100" endDate="2022-08-05 16:09:55 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 17:23:54 +0100" startDate="2022-08-05 17:08:57 +0100" endDate="2022-08-05 17:13:32 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 19:04:13 +0100" startDate="2022-08-05 18:53:10 +0100" endDate="2022-08-05 18:53:15 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-05 20:56:55 +0100" startDate="2022-08-05 20:45:52 +0100" endDate="2022-08-05 20:46:15 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 12:18:19 +0100" startDate="2022-08-06 12:07:16 +0100" endDate="2022-08-06 12:08:43 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 13:33:48 +0100" startDate="2022-08-06 13:22:46 +0100" endDate="2022-08-06 13:29:46 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 13:45:52 +0100" startDate="2022-08-06 13:33:36 +0100" endDate="2022-08-06 13:43:24 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 13:58:50 +0100" startDate="2022-08-06 13:45:16 +0100" endDate="2022-08-06 13:46:56 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 15:43:30 +0100" startDate="2022-08-06 15:32:27 +0100" endDate="2022-08-06 15:41:17 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 15:59:20 +0100" startDate="2022-08-06 15:46:20 +0100" endDate="2022-08-06 15:46:23 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 16:20:34 +0100" startDate="2022-08-06 16:04:59 +0100" endDate="2022-08-06 16:14:09 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 16:27:19 +0100" startDate="2022-08-06 16:15:18 +0100" endDate="2022-08-06 16:15:44 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 16:54:38 +0100" startDate="2022-08-06 16:40:11 +0100" endDate="2022-08-06 16:40:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 18:03:53 +0100" startDate="2022-08-06 17:52:29 +0100" endDate="2022-08-06 18:01:04 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 18:14:52 +0100" startDate="2022-08-06 18:02:38 +0100" endDate="2022-08-06 18:12:07 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 18:24:17 +0100" startDate="2022-08-06 18:13:13 +0100" endDate="2022-08-06 18:22:57 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 18:40:25 +0100" startDate="2022-08-06 18:24:03 +0100" endDate="2022-08-06 18:31:26 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 19:00:00 +0100" startDate="2022-08-06 18:44:46 +0100" endDate="2022-08-06 18:52:58 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 19:09:43 +0100" startDate="2022-08-06 18:54:47 +0100" endDate="2022-08-06 19:02:26 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-06 21:59:47 +0100" startDate="2022-08-06 21:48:35 +0100" endDate="2022-08-06 21:50:27 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 05:26:15 +0100" startDate="2022-08-07 05:15:12 +0100" endDate="2022-08-07 05:20:05 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 05:47:36 +0100" startDate="2022-08-07 05:36:33 +0100" endDate="2022-08-07 05:43:31 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 07:15:16 +0100" startDate="2022-08-07 07:01:50 +0100" endDate="2022-08-07 07:02:13 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 11:22:34 +0100" startDate="2022-08-07 11:11:31 +0100" endDate="2022-08-07 11:12:35 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 14:31:06 +0100" startDate="2022-08-07 14:17:09 +0100" endDate="2022-08-07 14:26:09 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 14:40:54 +0100" startDate="2022-08-07 14:29:51 +0100" endDate="2022-08-07 14:29:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 16:32:45 +0100" startDate="2022-08-07 16:21:42 +0100" endDate="2022-08-07 16:30:35 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 17:38:01 +0100" startDate="2022-08-07 17:26:58 +0100" endDate="2022-08-07 17:28:48 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 17:53:49 +0100" startDate="2022-08-07 17:39:09 +0100" endDate="2022-08-07 17:40:54 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 18:02:53 +0100" startDate="2022-08-07 17:51:50 +0100" endDate="2022-08-07 17:54:08 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 18:19:15 +0100" startDate="2022-08-07 18:07:33 +0100" endDate="2022-08-07 18:16:20 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 18:43:48 +0100" startDate="2022-08-07 18:30:19 +0100" endDate="2022-08-07 18:38:38 +0100" value="785"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-07 21:01:56 +0100" startDate="2022-08-07 20:50:46 +0100" endDate="2022-08-07 20:51:14 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 06:28:54 +0100" startDate="2022-08-08 06:15:32 +0100" endDate="2022-08-08 06:15:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 06:46:12 +0100" startDate="2022-08-08 06:35:09 +0100" endDate="2022-08-08 06:35:34 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 08:13:08 +0100" startDate="2022-08-08 08:02:05 +0100" endDate="2022-08-08 08:02:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 08:33:06 +0100" startDate="2022-08-08 08:22:03 +0100" endDate="2022-08-08 08:27:34 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 08:54:50 +0100" startDate="2022-08-08 08:43:47 +0100" endDate="2022-08-08 08:50:40 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 11:21:10 +0100" startDate="2022-08-08 11:08:39 +0100" endDate="2022-08-08 11:17:52 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 11:34:20 +0100" startDate="2022-08-08 11:18:45 +0100" endDate="2022-08-08 11:27:58 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 11:41:58 +0100" startDate="2022-08-08 11:28:49 +0100" endDate="2022-08-08 11:38:48 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 11:51:22 +0100" startDate="2022-08-08 11:38:58 +0100" endDate="2022-08-08 11:48:54 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 12:01:33 +0100" startDate="2022-08-08 11:49:50 +0100" endDate="2022-08-08 11:58:42 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 12:16:10 +0100" startDate="2022-08-08 12:02:34 +0100" endDate="2022-08-08 12:10:20 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 12:36:25 +0100" startDate="2022-08-08 12:25:03 +0100" endDate="2022-08-08 12:30:17 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 15:10:02 +0100" startDate="2022-08-08 14:58:13 +0100" endDate="2022-08-08 15:07:41 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 16:14:06 +0100" startDate="2022-08-08 16:01:13 +0100" endDate="2022-08-08 16:10:41 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 16:24:06 +0100" startDate="2022-08-08 16:11:24 +0100" endDate="2022-08-08 16:21:13 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 16:33:52 +0100" startDate="2022-08-08 16:22:49 +0100" endDate="2022-08-08 16:29:09 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 18:05:02 +0100" startDate="2022-08-08 17:52:18 +0100" endDate="2022-08-08 17:56:58 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 18:23:15 +0100" startDate="2022-08-08 18:08:34 +0100" endDate="2022-08-08 18:08:36 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-08 21:04:08 +0100" startDate="2022-08-08 20:51:05 +0100" endDate="2022-08-08 20:51:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-09 06:22:24 +0100" startDate="2022-08-09 06:11:21 +0100" endDate="2022-08-09 06:13:49 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-09 07:16:41 +0100" startDate="2022-08-09 07:00:45 +0100" endDate="2022-08-09 07:08:01 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-09 11:25:16 +0100" startDate="2022-08-09 11:13:59 +0100" endDate="2022-08-09 11:23:52 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-09 11:37:13 +0100" startDate="2022-08-09 11:24:51 +0100" endDate="2022-08-09 11:34:52 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-09 11:50:00 +0100" startDate="2022-08-09 11:34:52 +0100" endDate="2022-08-09 11:39:17 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-09 12:29:48 +0100" startDate="2022-08-09 12:17:18 +0100" endDate="2022-08-09 12:26:46 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-09 12:42:55 +0100" startDate="2022-08-09 12:27:55 +0100" endDate="2022-08-09 12:35:56 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-09 14:57:27 +0100" startDate="2022-08-09 14:46:24 +0100" endDate="2022-08-09 14:54:41 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-09 15:53:42 +0100" startDate="2022-08-09 15:42:39 +0100" endDate="2022-08-09 15:44:26 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-09 16:16:56 +0100" startDate="2022-08-09 16:05:53 +0100" endDate="2022-08-09 16:05:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-09 17:31:05 +0100" startDate="2022-08-09 17:20:02 +0100" endDate="2022-08-09 17:20:10 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-09 19:52:24 +0100" startDate="2022-08-09 19:41:21 +0100" endDate="2022-08-09 19:41:37 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 02:08:51 +0100" startDate="2022-08-10 01:57:48 +0100" endDate="2022-08-10 01:57:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 05:09:10 +0100" startDate="2022-08-10 04:56:42 +0100" endDate="2022-08-10 04:57:08 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 06:09:13 +0100" startDate="2022-08-10 05:57:13 +0100" endDate="2022-08-10 05:57:18 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 06:27:27 +0100" startDate="2022-08-10 06:14:33 +0100" endDate="2022-08-10 06:17:46 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 07:52:14 +0100" startDate="2022-08-10 07:39:57 +0100" endDate="2022-08-10 07:46:55 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 08:31:08 +0100" startDate="2022-08-10 08:14:00 +0100" endDate="2022-08-10 08:16:43 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 09:29:44 +0100" startDate="2022-08-10 09:18:45 +0100" endDate="2022-08-10 09:28:44 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 09:39:41 +0100" startDate="2022-08-10 09:28:44 +0100" endDate="2022-08-10 09:37:06 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 11:03:47 +0100" startDate="2022-08-10 10:51:24 +0100" endDate="2022-08-10 10:56:30 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 11:18:27 +0100" startDate="2022-08-10 11:03:18 +0100" endDate="2022-08-10 11:08:19 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 11:59:04 +0100" startDate="2022-08-10 11:45:44 +0100" endDate="2022-08-10 11:49:38 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 12:11:47 +0100" startDate="2022-08-10 12:00:20 +0100" endDate="2022-08-10 12:10:21 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 12:21:24 +0100" startDate="2022-08-10 12:10:21 +0100" endDate="2022-08-10 12:10:39 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 13:26:02 +0100" startDate="2022-08-10 13:14:59 +0100" endDate="2022-08-10 13:20:00 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 13:41:02 +0100" startDate="2022-08-10 13:29:59 +0100" endDate="2022-08-10 13:30:06 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 13:51:03 +0100" startDate="2022-08-10 13:40:01 +0100" endDate="2022-08-10 13:41:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 14:49:25 +0100" startDate="2022-08-10 14:38:22 +0100" endDate="2022-08-10 14:47:17 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 15:00:15 +0100" startDate="2022-08-10 14:49:12 +0100" endDate="2022-08-10 14:56:58 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 15:13:02 +0100" startDate="2022-08-10 15:01:59 +0100" endDate="2022-08-10 15:06:52 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 17:51:37 +0100" startDate="2022-08-10 17:40:34 +0100" endDate="2022-08-10 17:41:02 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 18:10:38 +0100" startDate="2022-08-10 17:56:04 +0100" endDate="2022-08-10 17:56:57 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 20:44:28 +0100" startDate="2022-08-10 20:33:25 +0100" endDate="2022-08-10 20:33:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-10 21:25:57 +0100" startDate="2022-08-10 21:14:54 +0100" endDate="2022-08-10 21:14:57 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 05:24:39 +0100" startDate="2022-08-11 05:13:36 +0100" endDate="2022-08-11 05:13:43 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 06:19:55 +0100" startDate="2022-08-11 06:08:53 +0100" endDate="2022-08-11 06:17:12 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 07:22:01 +0100" startDate="2022-08-11 07:09:19 +0100" endDate="2022-08-11 07:12:43 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 08:29:30 +0100" startDate="2022-08-11 08:15:25 +0100" endDate="2022-08-11 08:18:05 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 09:39:51 +0100" startDate="2022-08-11 09:26:37 +0100" endDate="2022-08-11 09:30:01 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 11:09:13 +0100" startDate="2022-08-11 10:57:06 +0100" endDate="2022-08-11 11:05:49 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 11:20:13 +0100" startDate="2022-08-11 11:07:05 +0100" endDate="2022-08-11 11:09:36 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 11:47:47 +0100" startDate="2022-08-11 11:36:44 +0100" endDate="2022-08-11 11:46:43 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 11:57:46 +0100" startDate="2022-08-11 11:46:43 +0100" endDate="2022-08-11 11:56:44 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 12:10:54 +0100" startDate="2022-08-11 11:56:44 +0100" endDate="2022-08-11 11:56:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 13:01:02 +0100" startDate="2022-08-11 12:48:11 +0100" endDate="2022-08-11 12:55:32 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 15:03:15 +0100" startDate="2022-08-11 14:52:12 +0100" endDate="2022-08-11 14:59:43 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 15:51:54 +0100" startDate="2022-08-11 15:39:40 +0100" endDate="2022-08-11 15:48:25 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 16:33:31 +0100" startDate="2022-08-11 16:20:01 +0100" endDate="2022-08-11 16:22:23 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 17:47:41 +0100" startDate="2022-08-11 17:33:46 +0100" endDate="2022-08-11 17:43:47 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 17:54:50 +0100" startDate="2022-08-11 17:43:47 +0100" endDate="2022-08-11 17:48:48 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 19:10:31 +0100" startDate="2022-08-11 18:56:48 +0100" endDate="2022-08-11 19:02:40 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 19:20:50 +0100" startDate="2022-08-11 19:07:09 +0100" endDate="2022-08-11 19:15:24 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 19:33:17 +0100" startDate="2022-08-11 19:20:43 +0100" endDate="2022-08-11 19:30:44 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 19:43:19 +0100" startDate="2022-08-11 19:30:44 +0100" endDate="2022-08-11 19:40:45 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 19:54:22 +0100" startDate="2022-08-11 19:40:52 +0100" endDate="2022-08-11 19:45:43 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 20:08:06 +0100" startDate="2022-08-11 19:54:43 +0100" endDate="2022-08-11 19:57:13 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 21:09:13 +0100" startDate="2022-08-11 20:57:25 +0100" endDate="2022-08-11 21:07:08 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-11 21:18:37 +0100" startDate="2022-08-11 21:07:34 +0100" endDate="2022-08-11 21:08:40 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 05:23:58 +0100" startDate="2022-08-12 05:12:55 +0100" endDate="2022-08-12 05:12:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 06:12:35 +0100" startDate="2022-08-12 06:01:32 +0100" endDate="2022-08-12 06:01:55 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 06:56:50 +0100" startDate="2022-08-12 06:42:04 +0100" endDate="2022-08-12 06:42:30 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 07:14:00 +0100" startDate="2022-08-12 07:02:24 +0100" endDate="2022-08-12 07:02:52 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 07:30:00 +0100" startDate="2022-08-12 07:16:56 +0100" endDate="2022-08-12 07:17:01 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 08:52:20 +0100" startDate="2022-08-12 08:41:17 +0100" endDate="2022-08-12 08:47:58 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 09:22:00 +0100" startDate="2022-08-12 09:09:33 +0100" endDate="2022-08-12 09:12:04 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 10:30:25 +0100" startDate="2022-08-12 10:19:23 +0100" endDate="2022-08-12 10:19:43 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 10:44:38 +0100" startDate="2022-08-12 10:32:40 +0100" endDate="2022-08-12 10:33:11 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 13:18:59 +0100" startDate="2022-08-12 13:03:36 +0100" endDate="2022-08-12 13:04:02 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 13:58:19 +0100" startDate="2022-08-12 13:47:16 +0100" endDate="2022-08-12 13:54:47 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 14:33:24 +0100" startDate="2022-08-12 14:21:15 +0100" endDate="2022-08-12 14:31:03 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 14:42:57 +0100" startDate="2022-08-12 14:31:19 +0100" endDate="2022-08-12 14:33:16 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 16:45:19 +0100" startDate="2022-08-12 16:35:02 +0100" endDate="2022-08-12 16:45:03 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 16:57:35 +0100" startDate="2022-08-12 16:45:03 +0100" endDate="2022-08-12 16:55:04 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 17:06:07 +0100" startDate="2022-08-12 16:55:04 +0100" endDate="2022-08-12 17:02:20 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 17:27:48 +0100" startDate="2022-08-12 17:15:42 +0100" endDate="2022-08-12 17:20:23 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 17:45:06 +0100" startDate="2022-08-12 17:33:10 +0100" endDate="2022-08-12 17:39:50 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 18:00:32 +0100" startDate="2022-08-12 17:49:16 +0100" endDate="2022-08-12 17:59:17 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 18:10:41 +0100" startDate="2022-08-12 17:59:17 +0100" endDate="2022-08-12 18:09:15 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 18:26:20 +0100" startDate="2022-08-12 18:09:18 +0100" endDate="2022-08-12 18:09:23 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 18:40:32 +0100" startDate="2022-08-12 18:27:58 +0100" endDate="2022-08-12 18:35:54 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 18:55:57 +0100" startDate="2022-08-12 18:40:24 +0100" endDate="2022-08-12 18:44:47 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 20:58:19 +0100" startDate="2022-08-12 20:47:17 +0100" endDate="2022-08-12 20:48:15 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 23:23:49 +0100" startDate="2022-08-12 23:09:15 +0100" endDate="2022-08-12 23:17:10 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-12 23:45:43 +0100" startDate="2022-08-12 23:31:55 +0100" endDate="2022-08-12 23:32:00 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 00:05:24 +0100" startDate="2022-08-12 23:53:17 +0100" endDate="2022-08-12 23:53:20 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 00:23:46 +0100" startDate="2022-08-13 00:03:51 +0100" endDate="2022-08-13 00:03:56 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 08:10:31 +0100" startDate="2022-08-13 07:59:25 +0100" endDate="2022-08-13 08:08:55 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 08:21:58 +0100" startDate="2022-08-13 08:10:55 +0100" endDate="2022-08-13 08:19:53 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 08:36:18 +0100" startDate="2022-08-13 08:21:40 +0100" endDate="2022-08-13 08:22:43 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 08:43:04 +0100" startDate="2022-08-13 08:32:02 +0100" endDate="2022-08-13 08:32:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 09:00:42 +0100" startDate="2022-08-13 08:46:46 +0100" endDate="2022-08-13 08:51:13 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 09:09:15 +0100" startDate="2022-08-13 08:57:31 +0100" endDate="2022-08-13 09:06:24 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 09:20:13 +0100" startDate="2022-08-13 09:08:56 +0100" endDate="2022-08-13 09:12:05 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 11:22:51 +0100" startDate="2022-08-13 11:11:33 +0100" endDate="2022-08-13 11:12:45 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 11:41:41 +0100" startDate="2022-08-13 11:22:12 +0100" endDate="2022-08-13 11:22:20 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 12:36:42 +0100" startDate="2022-08-13 12:22:57 +0100" endDate="2022-08-13 12:32:56 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 12:49:17 +0100" startDate="2022-08-13 12:32:56 +0100" endDate="2022-08-13 12:42:57 +0100" value="729"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 12:57:15 +0100" startDate="2022-08-13 12:42:57 +0100" endDate="2022-08-13 12:52:58 +0100" value="1061"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 13:07:22 +0100" startDate="2022-08-13 12:52:58 +0100" endDate="2022-08-13 12:53:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 14:07:09 +0100" startDate="2022-08-13 13:54:23 +0100" endDate="2022-08-13 14:04:24 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 14:18:16 +0100" startDate="2022-08-13 14:04:24 +0100" endDate="2022-08-13 14:11:37 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 14:57:43 +0100" startDate="2022-08-13 14:46:10 +0100" endDate="2022-08-13 14:47:49 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 15:15:26 +0100" startDate="2022-08-13 15:03:34 +0100" endDate="2022-08-13 15:12:21 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 15:30:59 +0100" startDate="2022-08-13 15:17:35 +0100" endDate="2022-08-13 15:25:01 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 15:41:47 +0100" startDate="2022-08-13 15:28:15 +0100" endDate="2022-08-13 15:37:54 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 15:49:46 +0100" startDate="2022-08-13 15:38:24 +0100" endDate="2022-08-13 15:47:32 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 16:00:56 +0100" startDate="2022-08-13 15:48:51 +0100" endDate="2022-08-13 15:56:24 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 16:24:11 +0100" startDate="2022-08-13 16:09:39 +0100" endDate="2022-08-13 16:10:15 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 17:58:38 +0100" startDate="2022-08-13 17:46:30 +0100" endDate="2022-08-13 17:55:09 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 19:11:39 +0100" startDate="2022-08-13 19:00:04 +0100" endDate="2022-08-13 19:09:50 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 19:27:58 +0100" startDate="2022-08-13 19:11:52 +0100" endDate="2022-08-13 19:21:36 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 19:35:00 +0100" startDate="2022-08-13 19:22:32 +0100" endDate="2022-08-13 19:31:01 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 19:44:01 +0100" startDate="2022-08-13 19:32:41 +0100" endDate="2022-08-13 19:41:48 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 20:02:16 +0100" startDate="2022-08-13 19:51:13 +0100" endDate="2022-08-13 19:51:24 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 20:33:40 +0100" startDate="2022-08-13 20:22:37 +0100" endDate="2022-08-13 20:23:59 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 21:19:21 +0100" startDate="2022-08-13 21:02:46 +0100" endDate="2022-08-13 21:04:51 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 21:35:42 +0100" startDate="2022-08-13 21:24:39 +0100" endDate="2022-08-13 21:32:10 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 22:35:22 +0100" startDate="2022-08-13 22:21:22 +0100" endDate="2022-08-13 22:27:49 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-13 22:45:40 +0100" startDate="2022-08-13 22:34:38 +0100" endDate="2022-08-13 22:34:43 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 06:43:42 +0100" startDate="2022-08-14 06:32:35 +0100" endDate="2022-08-14 06:32:50 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 08:36:57 +0100" startDate="2022-08-14 08:24:07 +0100" endDate="2022-08-14 08:26:04 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 09:02:49 +0100" startDate="2022-08-14 08:49:08 +0100" endDate="2022-08-14 08:51:38 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 09:13:40 +0100" startDate="2022-08-14 08:59:30 +0100" endDate="2022-08-14 09:01:19 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 09:36:17 +0100" startDate="2022-08-14 09:23:52 +0100" endDate="2022-08-14 09:32:47 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 09:50:35 +0100" startDate="2022-08-14 09:36:29 +0100" endDate="2022-08-14 09:46:30 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 10:00:56 +0100" startDate="2022-08-14 09:46:30 +0100" endDate="2022-08-14 09:48:37 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 10:15:57 +0100" startDate="2022-08-14 10:01:12 +0100" endDate="2022-08-14 10:11:09 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 10:30:37 +0100" startDate="2022-08-14 10:14:32 +0100" endDate="2022-08-14 10:23:12 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 10:40:41 +0100" startDate="2022-08-14 10:27:12 +0100" endDate="2022-08-14 10:37:13 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 10:50:42 +0100" startDate="2022-08-14 10:37:13 +0100" endDate="2022-08-14 10:46:49 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 11:09:10 +0100" startDate="2022-08-14 10:47:22 +0100" endDate="2022-08-14 10:55:57 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 11:12:30 +0100" startDate="2022-08-14 10:59:36 +0100" endDate="2022-08-14 11:09:22 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 11:24:30 +0100" startDate="2022-08-14 11:10:38 +0100" endDate="2022-08-14 11:20:39 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 11:34:24 +0100" startDate="2022-08-14 11:20:39 +0100" endDate="2022-08-14 11:30:38 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 11:45:18 +0100" startDate="2022-08-14 11:30:38 +0100" endDate="2022-08-14 11:40:17 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 11:56:10 +0100" startDate="2022-08-14 11:40:37 +0100" endDate="2022-08-14 11:42:21 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 12:17:42 +0100" startDate="2022-08-14 12:03:56 +0100" endDate="2022-08-14 12:11:27 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 16:41:24 +0100" startDate="2022-08-14 16:30:21 +0100" endDate="2022-08-14 16:31:20 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-14 21:25:18 +0100" startDate="2022-08-14 21:14:16 +0100" endDate="2022-08-14 21:14:44 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 05:45:14 +0100" startDate="2022-08-15 05:33:56 +0100" endDate="2022-08-15 05:36:24 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 06:49:48 +0100" startDate="2022-08-15 06:38:46 +0100" endDate="2022-08-15 06:45:21 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 08:04:45 +0100" startDate="2022-08-15 07:49:38 +0100" endDate="2022-08-15 07:50:06 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 11:02:49 +0100" startDate="2022-08-15 10:50:51 +0100" endDate="2022-08-15 10:53:18 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 11:21:27 +0100" startDate="2022-08-15 11:09:14 +0100" endDate="2022-08-15 11:09:17 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 11:32:59 +0100" startDate="2022-08-15 11:21:56 +0100" endDate="2022-08-15 11:27:20 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 11:45:09 +0100" startDate="2022-08-15 11:32:10 +0100" endDate="2022-08-15 11:32:59 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 12:16:14 +0100" startDate="2022-08-15 12:04:30 +0100" endDate="2022-08-15 12:07:54 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 15:31:20 +0100" startDate="2022-08-15 15:19:13 +0100" endDate="2022-08-15 15:27:58 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 15:45:00 +0100" startDate="2022-08-15 15:30:11 +0100" endDate="2022-08-15 15:37:09 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 16:01:20 +0100" startDate="2022-08-15 15:45:15 +0100" endDate="2022-08-15 15:55:15 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 16:06:20 +0100" startDate="2022-08-15 15:55:15 +0100" endDate="2022-08-15 16:05:16 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 16:16:31 +0100" startDate="2022-08-15 16:05:16 +0100" endDate="2022-08-15 16:15:07 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 16:26:31 +0100" startDate="2022-08-15 16:15:17 +0100" endDate="2022-08-15 16:24:43 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 16:36:26 +0100" startDate="2022-08-15 16:25:22 +0100" endDate="2022-08-15 16:25:32 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 17:57:04 +0100" startDate="2022-08-15 17:45:00 +0100" endDate="2022-08-15 17:55:01 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 18:06:55 +0100" startDate="2022-08-15 17:55:01 +0100" endDate="2022-08-15 18:04:24 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-15 21:27:37 +0100" startDate="2022-08-15 21:16:34 +0100" endDate="2022-08-15 21:16:54 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 05:57:01 +0100" startDate="2022-08-16 05:44:14 +0100" endDate="2022-08-16 05:48:53 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 06:29:52 +0100" startDate="2022-08-16 06:16:31 +0100" endDate="2022-08-16 06:22:14 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 07:24:25 +0100" startDate="2022-08-16 07:11:49 +0100" endDate="2022-08-16 07:16:45 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 09:05:28 +0100" startDate="2022-08-16 08:51:11 +0100" endDate="2022-08-16 08:56:40 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 09:30:05 +0100" startDate="2022-08-16 09:19:02 +0100" endDate="2022-08-16 09:29:01 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 09:40:13 +0100" startDate="2022-08-16 09:29:11 +0100" endDate="2022-08-16 09:36:31 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 09:57:25 +0100" startDate="2022-08-16 09:44:05 +0100" endDate="2022-08-16 09:54:06 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 10:08:39 +0100" startDate="2022-08-16 09:54:08 +0100" endDate="2022-08-16 10:02:58 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 11:03:50 +0100" startDate="2022-08-16 10:51:04 +0100" endDate="2022-08-16 11:01:03 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 11:13:39 +0100" startDate="2022-08-16 11:01:03 +0100" endDate="2022-08-16 11:06:52 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 11:56:29 +0100" startDate="2022-08-16 11:43:32 +0100" endDate="2022-08-16 11:53:31 +0100" value="680"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 12:07:54 +0100" startDate="2022-08-16 11:53:31 +0100" endDate="2022-08-16 11:54:57 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 12:42:43 +0100" startDate="2022-08-16 12:31:26 +0100" endDate="2022-08-16 12:32:30 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 13:42:18 +0100" startDate="2022-08-16 13:29:41 +0100" endDate="2022-08-16 13:39:43 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 13:51:34 +0100" startDate="2022-08-16 13:39:43 +0100" endDate="2022-08-16 13:48:48 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 14:24:04 +0100" startDate="2022-08-16 14:12:09 +0100" endDate="2022-08-16 14:12:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 14:35:33 +0100" startDate="2022-08-16 14:22:52 +0100" endDate="2022-08-16 14:30:10 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 14:51:31 +0100" startDate="2022-08-16 14:40:29 +0100" endDate="2022-08-16 14:40:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 15:08:33 +0100" startDate="2022-08-16 14:56:39 +0100" endDate="2022-08-16 14:56:42 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 15:29:05 +0100" startDate="2022-08-16 15:16:24 +0100" endDate="2022-08-16 15:20:49 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 15:39:27 +0100" startDate="2022-08-16 15:26:50 +0100" endDate="2022-08-16 15:34:14 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 15:52:03 +0100" startDate="2022-08-16 15:40:54 +0100" endDate="2022-08-16 15:49:49 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 16:19:52 +0100" startDate="2022-08-16 16:08:25 +0100" endDate="2022-08-16 16:16:55 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 16:35:34 +0100" startDate="2022-08-16 16:24:31 +0100" endDate="2022-08-16 16:34:20 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 17:11:15 +0100" startDate="2022-08-16 16:59:16 +0100" endDate="2022-08-16 17:01:47 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 17:26:07 +0100" startDate="2022-08-16 17:12:57 +0100" endDate="2022-08-16 17:13:18 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 17:59:34 +0100" startDate="2022-08-16 17:43:46 +0100" endDate="2022-08-16 17:52:21 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 18:13:53 +0100" startDate="2022-08-16 18:01:51 +0100" endDate="2022-08-16 18:11:48 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 18:24:07 +0100" startDate="2022-08-16 18:12:05 +0100" endDate="2022-08-16 18:18:02 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 18:37:07 +0100" startDate="2022-08-16 18:23:52 +0100" endDate="2022-08-16 18:26:22 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 18:48:12 +0100" startDate="2022-08-16 18:36:24 +0100" endDate="2022-08-16 18:37:48 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 19:05:03 +0100" startDate="2022-08-16 18:54:00 +0100" endDate="2022-08-16 18:57:54 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 19:16:02 +0100" startDate="2022-08-16 19:05:00 +0100" endDate="2022-08-16 19:05:28 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 19:33:42 +0100" startDate="2022-08-16 19:22:40 +0100" endDate="2022-08-16 19:32:41 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 19:43:43 +0100" startDate="2022-08-16 19:32:41 +0100" endDate="2022-08-16 19:40:50 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 20:19:09 +0100" startDate="2022-08-16 20:04:50 +0100" endDate="2022-08-16 20:04:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 20:32:44 +0100" startDate="2022-08-16 20:21:42 +0100" endDate="2022-08-16 20:21:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-16 22:02:02 +0100" startDate="2022-08-16 21:46:57 +0100" endDate="2022-08-16 21:47:10 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 05:48:03 +0100" startDate="2022-08-17 05:36:12 +0100" endDate="2022-08-17 05:45:00 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 06:32:59 +0100" startDate="2022-08-17 06:21:57 +0100" endDate="2022-08-17 06:26:11 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 06:46:57 +0100" startDate="2022-08-17 06:35:54 +0100" endDate="2022-08-17 06:36:51 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 07:40:49 +0100" startDate="2022-08-17 07:29:47 +0100" endDate="2022-08-17 07:38:54 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 08:15:39 +0100" startDate="2022-08-17 08:04:36 +0100" endDate="2022-08-17 08:04:52 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 12:04:44 +0100" startDate="2022-08-17 11:53:41 +0100" endDate="2022-08-17 11:58:44 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 12:19:30 +0100" startDate="2022-08-17 12:08:28 +0100" endDate="2022-08-17 12:17:56 +0100" value="656"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 12:58:54 +0100" startDate="2022-08-17 12:47:52 +0100" endDate="2022-08-17 12:57:53 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 13:13:30 +0100" startDate="2022-08-17 13:01:17 +0100" endDate="2022-08-17 13:06:53 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 13:59:51 +0100" startDate="2022-08-17 13:48:16 +0100" endDate="2022-08-17 13:56:56 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 14:18:03 +0100" startDate="2022-08-17 14:05:57 +0100" endDate="2022-08-17 14:06:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 15:52:37 +0100" startDate="2022-08-17 15:38:24 +0100" endDate="2022-08-17 15:38:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 16:05:51 +0100" startDate="2022-08-17 15:52:29 +0100" endDate="2022-08-17 15:56:36 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 17:00:50 +0100" startDate="2022-08-17 16:48:56 +0100" endDate="2022-08-17 16:49:04 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 18:17:13 +0100" startDate="2022-08-17 18:03:23 +0100" endDate="2022-08-17 18:03:28 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 18:39:57 +0100" startDate="2022-08-17 18:28:54 +0100" endDate="2022-08-17 18:33:08 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 18:54:53 +0100" startDate="2022-08-17 18:43:50 +0100" endDate="2022-08-17 18:43:55 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 19:27:44 +0100" startDate="2022-08-17 19:16:41 +0100" endDate="2022-08-17 19:25:18 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 19:40:49 +0100" startDate="2022-08-17 19:29:46 +0100" endDate="2022-08-17 19:39:47 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 19:50:50 +0100" startDate="2022-08-17 19:39:47 +0100" endDate="2022-08-17 19:48:47 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 20:01:06 +0100" startDate="2022-08-17 19:50:01 +0100" endDate="2022-08-17 19:55:28 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-17 21:47:42 +0100" startDate="2022-08-17 21:35:07 +0100" endDate="2022-08-17 21:35:28 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 05:36:27 +0100" startDate="2022-08-18 05:25:24 +0100" endDate="2022-08-18 05:27:32 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 06:06:52 +0100" startDate="2022-08-18 05:51:24 +0100" endDate="2022-08-18 05:51:45 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 06:13:06 +0100" startDate="2022-08-18 06:01:56 +0100" endDate="2022-08-18 06:11:56 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 06:22:58 +0100" startDate="2022-08-18 06:11:56 +0100" endDate="2022-08-18 06:12:16 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 08:51:29 +0100" startDate="2022-08-18 08:40:27 +0100" endDate="2022-08-18 08:45:30 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 09:08:31 +0100" startDate="2022-08-18 08:50:36 +0100" endDate="2022-08-18 08:57:54 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 09:29:46 +0100" startDate="2022-08-18 09:18:43 +0100" endDate="2022-08-18 09:28:42 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 09:41:18 +0100" startDate="2022-08-18 09:28:55 +0100" endDate="2022-08-18 09:37:35 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 10:38:17 +0100" startDate="2022-08-18 10:23:57 +0100" endDate="2022-08-18 10:30:16 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 11:36:47 +0100" startDate="2022-08-18 11:24:20 +0100" endDate="2022-08-18 11:29:01 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 11:48:06 +0100" startDate="2022-08-18 11:36:55 +0100" endDate="2022-08-18 11:37:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 12:02:17 +0100" startDate="2022-08-18 11:47:53 +0100" endDate="2022-08-18 11:53:56 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 12:43:22 +0100" startDate="2022-08-18 12:28:02 +0100" endDate="2022-08-18 12:30:58 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 13:34:42 +0100" startDate="2022-08-18 13:22:05 +0100" endDate="2022-08-18 13:26:47 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 13:48:21 +0100" startDate="2022-08-18 13:37:18 +0100" endDate="2022-08-18 13:46:57 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 13:58:43 +0100" startDate="2022-08-18 13:47:40 +0100" endDate="2022-08-18 13:57:13 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 14:14:15 +0100" startDate="2022-08-18 14:03:12 +0100" endDate="2022-08-18 14:07:53 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 14:26:44 +0100" startDate="2022-08-18 14:13:42 +0100" endDate="2022-08-18 14:21:41 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 14:37:40 +0100" startDate="2022-08-18 14:25:21 +0100" endDate="2022-08-18 14:34:15 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 14:59:10 +0100" startDate="2022-08-18 14:48:07 +0100" endDate="2022-08-18 14:57:43 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 15:45:14 +0100" startDate="2022-08-18 15:33:03 +0100" endDate="2022-08-18 15:33:59 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 16:14:30 +0100" startDate="2022-08-18 16:03:15 +0100" endDate="2022-08-18 16:10:57 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 17:25:24 +0100" startDate="2022-08-18 17:14:22 +0100" endDate="2022-08-18 17:24:20 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 17:35:23 +0100" startDate="2022-08-18 17:24:20 +0100" endDate="2022-08-18 17:34:07 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 17:49:36 +0100" startDate="2022-08-18 17:38:16 +0100" endDate="2022-08-18 17:40:47 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 18:15:37 +0100" startDate="2022-08-18 18:03:20 +0100" endDate="2022-08-18 18:08:10 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 18:27:15 +0100" startDate="2022-08-18 18:15:43 +0100" endDate="2022-08-18 18:25:25 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 18:38:37 +0100" startDate="2022-08-18 18:25:45 +0100" endDate="2022-08-18 18:35:39 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 18:48:21 +0100" startDate="2022-08-18 18:37:18 +0100" endDate="2022-08-18 18:47:12 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 19:46:43 +0100" startDate="2022-08-18 19:35:41 +0100" endDate="2022-08-18 19:45:19 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-18 19:59:00 +0100" startDate="2022-08-18 19:46:20 +0100" endDate="2022-08-18 19:47:19 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 04:21:24 +0100" startDate="2022-08-19 04:10:21 +0100" endDate="2022-08-19 04:11:04 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 07:19:50 +0100" startDate="2022-08-19 07:07:02 +0100" endDate="2022-08-19 07:13:40 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 07:53:28 +0100" startDate="2022-08-19 07:40:55 +0100" endDate="2022-08-19 07:41:08 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 08:56:32 +0100" startDate="2022-08-19 08:43:04 +0100" endDate="2022-08-19 08:43:16 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 09:31:57 +0100" startDate="2022-08-19 09:19:51 +0100" endDate="2022-08-19 09:29:52 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 09:40:55 +0100" startDate="2022-08-19 09:29:52 +0100" endDate="2022-08-19 09:36:30 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 09:52:59 +0100" startDate="2022-08-19 09:41:35 +0100" endDate="2022-08-19 09:51:36 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 10:02:39 +0100" startDate="2022-08-19 09:51:36 +0100" endDate="2022-08-19 10:01:37 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 10:15:42 +0100" startDate="2022-08-19 10:01:37 +0100" endDate="2022-08-19 10:04:38 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 13:08:33 +0100" startDate="2022-08-19 12:57:30 +0100" endDate="2022-08-19 13:07:26 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 13:18:41 +0100" startDate="2022-08-19 13:07:32 +0100" endDate="2022-08-19 13:15:48 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 15:20:52 +0100" startDate="2022-08-19 15:09:07 +0100" endDate="2022-08-19 15:19:06 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 15:30:09 +0100" startDate="2022-08-19 15:19:06 +0100" endDate="2022-08-19 15:29:07 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 15:40:10 +0100" startDate="2022-08-19 15:29:07 +0100" endDate="2022-08-19 15:39:08 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 15:51:38 +0100" startDate="2022-08-19 15:39:08 +0100" endDate="2022-08-19 15:41:33 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6, creation date:2022-08-04 23:17:04 +0000&gt;" unit="count" creationDate="2022-08-19 16:11:20 +0100" startDate="2022-08-19 16:00:17 +0100" endDate="2022-08-19 16:03:44 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-19 17:05:06 +0100" startDate="2022-08-19 16:54:04 +0100" endDate="2022-08-19 16:58:49 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-19 17:33:23 +0100" startDate="2022-08-19 17:21:35 +0100" endDate="2022-08-19 17:21:40 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-19 21:12:19 +0100" startDate="2022-08-19 20:59:42 +0100" endDate="2022-08-19 21:05:38 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-20 06:48:03 +0100" startDate="2022-08-20 06:35:24 +0100" endDate="2022-08-20 06:43:00 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-20 07:00:00 +0100" startDate="2022-08-20 06:48:11 +0100" endDate="2022-08-20 06:48:23 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-20 08:29:42 +0100" startDate="2022-08-20 08:18:39 +0100" endDate="2022-08-20 08:27:24 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-20 10:00:33 +0100" startDate="2022-08-20 09:48:16 +0100" endDate="2022-08-20 09:52:33 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-20 15:02:26 +0100" startDate="2022-08-20 14:51:23 +0100" endDate="2022-08-20 14:51:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-20 17:44:13 +0100" startDate="2022-08-20 17:33:10 +0100" endDate="2022-08-20 17:43:10 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-20 17:54:13 +0100" startDate="2022-08-20 17:43:10 +0100" endDate="2022-08-20 17:50:46 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-20 19:14:12 +0100" startDate="2022-08-20 19:03:09 +0100" endDate="2022-08-20 19:06:00 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-20 20:50:03 +0100" startDate="2022-08-20 20:39:00 +0100" endDate="2022-08-20 20:48:53 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca4780&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-20 22:57:37 +0100" startDate="2022-08-20 22:46:34 +0100" endDate="2022-08-20 22:55:31 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-21 07:42:11 +0100" startDate="2022-08-21 07:29:55 +0100" endDate="2022-08-21 07:38:17 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-21 07:51:07 +0100" startDate="2022-08-21 07:40:04 +0100" endDate="2022-08-21 07:45:02 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-21 08:04:05 +0100" startDate="2022-08-21 07:53:02 +0100" endDate="2022-08-21 07:59:52 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-21 08:15:19 +0100" startDate="2022-08-21 08:03:39 +0100" endDate="2022-08-21 08:11:00 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-21 08:46:01 +0100" startDate="2022-08-21 08:34:59 +0100" endDate="2022-08-21 08:45:00 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-21 08:56:03 +0100" startDate="2022-08-21 08:45:00 +0100" endDate="2022-08-21 08:50:59 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-21 09:50:48 +0100" startDate="2022-08-21 09:39:45 +0100" endDate="2022-08-21 09:49:16 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-21 11:13:50 +0100" startDate="2022-08-21 11:02:48 +0100" endDate="2022-08-21 11:12:46 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-21 11:24:42 +0100" startDate="2022-08-21 11:13:39 +0100" endDate="2022-08-21 11:22:55 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-21 20:15:39 +0100" startDate="2022-08-21 20:04:36 +0100" endDate="2022-08-21 20:13:39 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-22 05:45:57 +0100" startDate="2022-08-22 05:34:54 +0100" endDate="2022-08-22 05:38:05 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-22 06:07:03 +0100" startDate="2022-08-22 05:56:00 +0100" endDate="2022-08-22 05:56:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-22 06:40:13 +0100" startDate="2022-08-22 06:27:19 +0100" endDate="2022-08-22 06:27:22 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-22 07:01:20 +0100" startDate="2022-08-22 06:48:13 +0100" endDate="2022-08-22 06:49:42 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-22 09:51:22 +0100" startDate="2022-08-22 09:39:52 +0100" endDate="2022-08-22 09:49:48 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-22 11:46:44 +0100" startDate="2022-08-22 11:32:59 +0100" endDate="2022-08-22 11:40:51 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-22 11:55:35 +0100" startDate="2022-08-22 11:44:32 +0100" endDate="2022-08-22 11:54:33 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-22 12:05:36 +0100" startDate="2022-08-22 11:54:33 +0100" endDate="2022-08-22 12:00:25 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-22 12:23:55 +0100" startDate="2022-08-22 12:12:52 +0100" endDate="2022-08-22 12:14:40 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-22 16:22:01 +0100" startDate="2022-08-22 16:10:58 +0100" endDate="2022-08-22 16:15:59 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-22 17:44:49 +0100" startDate="2022-08-22 17:32:41 +0100" endDate="2022-08-22 17:38:15 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 04:55:24 +0100" startDate="2022-08-23 04:43:34 +0100" endDate="2022-08-23 04:43:55 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 06:16:21 +0100" startDate="2022-08-23 06:04:58 +0100" endDate="2022-08-23 06:05:00 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 06:32:40 +0100" startDate="2022-08-23 06:21:37 +0100" endDate="2022-08-23 06:31:03 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 06:50:47 +0100" startDate="2022-08-23 06:39:25 +0100" endDate="2022-08-23 06:49:06 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 07:00:37 +0100" startDate="2022-08-23 06:49:34 +0100" endDate="2022-08-23 06:50:35 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 07:53:23 +0100" startDate="2022-08-23 07:42:20 +0100" endDate="2022-08-23 07:48:19 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 11:42:32 +0100" startDate="2022-08-23 11:31:30 +0100" endDate="2022-08-23 11:41:31 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 11:54:20 +0100" startDate="2022-08-23 11:41:31 +0100" endDate="2022-08-23 11:44:42 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 12:08:32 +0100" startDate="2022-08-23 11:57:29 +0100" endDate="2022-08-23 12:07:30 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 12:17:43 +0100" startDate="2022-08-23 12:07:30 +0100" endDate="2022-08-23 12:17:32 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 12:27:41 +0100" startDate="2022-08-23 12:17:32 +0100" endDate="2022-08-23 12:24:29 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 13:35:36 +0100" startDate="2022-08-23 13:24:33 +0100" endDate="2022-08-23 13:30:17 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 14:34:37 +0100" startDate="2022-08-23 14:22:17 +0100" endDate="2022-08-23 14:32:16 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 14:47:28 +0100" startDate="2022-08-23 14:35:09 +0100" endDate="2022-08-23 14:35:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 14:59:56 +0100" startDate="2022-08-23 14:48:29 +0100" endDate="2022-08-23 14:48:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 15:11:25 +0100" startDate="2022-08-23 15:00:22 +0100" endDate="2022-08-23 15:00:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-23 20:43:18 +0100" startDate="2022-08-23 20:31:01 +0100" endDate="2022-08-23 20:31:06 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 03:57:42 +0100" startDate="2022-08-24 03:46:40 +0100" endDate="2022-08-24 03:46:42 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 05:44:50 +0100" startDate="2022-08-24 05:32:25 +0100" endDate="2022-08-24 05:32:33 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 06:16:17 +0100" startDate="2022-08-24 06:05:14 +0100" endDate="2022-08-24 06:06:08 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 06:59:21 +0100" startDate="2022-08-24 06:48:18 +0100" endDate="2022-08-24 06:49:40 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 07:54:09 +0100" startDate="2022-08-24 07:43:06 +0100" endDate="2022-08-24 07:47:13 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 08:21:00 +0100" startDate="2022-08-24 08:07:34 +0100" endDate="2022-08-24 08:07:40 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 11:08:49 +0100" startDate="2022-08-24 10:57:46 +0100" endDate="2022-08-24 11:07:01 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 11:20:15 +0100" startDate="2022-08-24 11:07:55 +0100" endDate="2022-08-24 11:12:33 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 11:45:12 +0100" startDate="2022-08-24 11:34:09 +0100" endDate="2022-08-24 11:40:59 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 11:55:13 +0100" startDate="2022-08-24 11:44:10 +0100" endDate="2022-08-24 11:44:46 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 13:15:29 +0100" startDate="2022-08-24 13:04:26 +0100" endDate="2022-08-24 13:09:14 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 14:03:12 +0100" startDate="2022-08-24 13:52:09 +0100" endDate="2022-08-24 13:55:46 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 17:07:21 +0100" startDate="2022-08-24 16:52:41 +0100" endDate="2022-08-24 16:54:23 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 17:24:06 +0100" startDate="2022-08-24 17:11:20 +0100" endDate="2022-08-24 17:19:55 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 17:34:29 +0100" startDate="2022-08-24 17:23:26 +0100" endDate="2022-08-24 17:30:40 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 17:46:31 +0100" startDate="2022-08-24 17:35:28 +0100" endDate="2022-08-24 17:37:25 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 18:52:29 +0100" startDate="2022-08-24 18:41:26 +0100" endDate="2022-08-24 18:51:22 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 19:03:01 +0100" startDate="2022-08-24 18:51:58 +0100" endDate="2022-08-24 18:57:57 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 19:15:05 +0100" startDate="2022-08-24 19:02:02 +0100" endDate="2022-08-24 19:02:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 21:05:42 +0100" startDate="2022-08-24 20:51:39 +0100" endDate="2022-08-24 20:51:56 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 21:14:30 +0100" startDate="2022-08-24 21:02:11 +0100" endDate="2022-08-24 21:02:57 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-24 21:45:14 +0100" startDate="2022-08-24 21:26:00 +0100" endDate="2022-08-24 21:26:11 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 00:12:29 +0100" startDate="2022-08-25 00:01:26 +0100" endDate="2022-08-25 00:08:34 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 00:28:31 +0100" startDate="2022-08-25 00:12:24 +0100" endDate="2022-08-25 00:13:03 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 06:55:42 +0100" startDate="2022-08-25 06:44:39 +0100" endDate="2022-08-25 06:49:55 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 07:08:04 +0100" startDate="2022-08-25 06:56:17 +0100" endDate="2022-08-25 07:06:16 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 07:18:08 +0100" startDate="2022-08-25 07:06:16 +0100" endDate="2022-08-25 07:15:32 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 07:28:45 +0100" startDate="2022-08-25 07:16:18 +0100" endDate="2022-08-25 07:24:14 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 07:37:45 +0100" startDate="2022-08-25 07:26:42 +0100" endDate="2022-08-25 07:36:43 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 07:48:25 +0100" startDate="2022-08-25 07:36:43 +0100" endDate="2022-08-25 07:45:40 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 08:01:49 +0100" startDate="2022-08-25 07:49:12 +0100" endDate="2022-08-25 07:50:36 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 08:14:52 +0100" startDate="2022-08-25 08:01:56 +0100" endDate="2022-08-25 08:02:16 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 08:30:54 +0100" startDate="2022-08-25 08:16:44 +0100" endDate="2022-08-25 08:20:23 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 11:46:15 +0100" startDate="2022-08-25 11:35:12 +0100" endDate="2022-08-25 11:42:13 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 12:38:14 +0100" startDate="2022-08-25 12:23:43 +0100" endDate="2022-08-25 12:30:23 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 13:05:44 +0100" startDate="2022-08-25 12:50:28 +0100" endDate="2022-08-25 12:52:17 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 15:32:33 +0100" startDate="2022-08-25 15:18:54 +0100" endDate="2022-08-25 15:27:45 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 15:43:23 +0100" startDate="2022-08-25 15:31:11 +0100" endDate="2022-08-25 15:32:30 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 16:00:10 +0100" startDate="2022-08-25 15:46:00 +0100" endDate="2022-08-25 15:55:54 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 16:07:04 +0100" startDate="2022-08-25 15:56:01 +0100" endDate="2022-08-25 16:06:02 +0100" value="1003"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 16:17:05 +0100" startDate="2022-08-25 16:06:02 +0100" endDate="2022-08-25 16:15:53 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 16:27:37 +0100" startDate="2022-08-25 16:16:11 +0100" endDate="2022-08-25 16:26:03 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 19:43:02 +0100" startDate="2022-08-25 19:31:59 +0100" endDate="2022-08-25 19:42:00 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 19:53:03 +0100" startDate="2022-08-25 19:42:00 +0100" endDate="2022-08-25 19:51:46 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 20:04:33 +0100" startDate="2022-08-25 19:53:30 +0100" endDate="2022-08-25 19:54:21 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-25 21:04:59 +0100" startDate="2022-08-25 20:53:56 +0100" endDate="2022-08-25 20:54:24 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 04:25:56 +0100" startDate="2022-08-26 04:13:23 +0100" endDate="2022-08-26 04:17:02 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 04:37:26 +0100" startDate="2022-08-26 04:26:23 +0100" endDate="2022-08-26 04:27:52 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 05:07:29 +0100" startDate="2022-08-26 04:56:26 +0100" endDate="2022-08-26 05:00:06 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 07:08:57 +0100" startDate="2022-08-26 06:57:55 +0100" endDate="2022-08-26 07:06:21 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 07:53:22 +0100" startDate="2022-08-26 07:39:13 +0100" endDate="2022-08-26 07:48:13 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 08:02:19 +0100" startDate="2022-08-26 07:51:16 +0100" endDate="2022-08-26 07:52:05 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 08:13:29 +0100" startDate="2022-08-26 08:02:27 +0100" endDate="2022-08-26 08:11:45 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 08:25:01 +0100" startDate="2022-08-26 08:13:42 +0100" endDate="2022-08-26 08:20:01 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 08:35:34 +0100" startDate="2022-08-26 08:24:31 +0100" endDate="2022-08-26 08:31:26 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 09:30:22 +0100" startDate="2022-08-26 09:19:19 +0100" endDate="2022-08-26 09:19:22 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 10:08:13 +0100" startDate="2022-08-26 09:57:10 +0100" endDate="2022-08-26 09:58:06 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 11:41:13 +0100" startDate="2022-08-26 11:26:57 +0100" endDate="2022-08-26 11:30:50 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 12:09:43 +0100" startDate="2022-08-26 11:55:54 +0100" endDate="2022-08-26 11:55:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 13:02:37 +0100" startDate="2022-08-26 12:50:10 +0100" endDate="2022-08-26 13:00:06 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 13:11:47 +0100" startDate="2022-08-26 13:00:16 +0100" endDate="2022-08-26 13:08:25 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 13:26:15 +0100" startDate="2022-08-26 13:11:42 +0100" endDate="2022-08-26 13:20:24 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 13:36:40 +0100" startDate="2022-08-26 13:25:37 +0100" endDate="2022-08-26 13:33:13 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 14:02:21 +0100" startDate="2022-08-26 13:49:26 +0100" endDate="2022-08-26 13:59:25 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 14:11:14 +0100" startDate="2022-08-26 13:59:58 +0100" endDate="2022-08-26 14:09:50 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 14:21:02 +0100" startDate="2022-08-26 14:10:00 +0100" endDate="2022-08-26 14:20:01 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 14:31:04 +0100" startDate="2022-08-26 14:20:01 +0100" endDate="2022-08-26 14:28:25 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 14:47:52 +0100" startDate="2022-08-26 14:36:50 +0100" endDate="2022-08-26 14:36:55 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 14:58:34 +0100" startDate="2022-08-26 14:47:32 +0100" endDate="2022-08-26 14:55:58 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 15:48:34 +0100" startDate="2022-08-26 15:35:55 +0100" endDate="2022-08-26 15:45:56 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 15:56:59 +0100" startDate="2022-08-26 15:45:56 +0100" endDate="2022-08-26 15:55:40 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 16:07:54 +0100" startDate="2022-08-26 15:56:51 +0100" endDate="2022-08-26 16:04:40 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 16:32:37 +0100" startDate="2022-08-26 16:21:34 +0100" endDate="2022-08-26 16:31:35 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 16:42:38 +0100" startDate="2022-08-26 16:31:35 +0100" endDate="2022-08-26 16:38:40 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 16:58:59 +0100" startDate="2022-08-26 16:47:56 +0100" endDate="2022-08-26 16:49:25 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 17:52:04 +0100" startDate="2022-08-26 17:41:01 +0100" endDate="2022-08-26 17:41:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 18:15:02 +0100" startDate="2022-08-26 18:04:00 +0100" endDate="2022-08-26 18:14:01 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 18:24:16 +0100" startDate="2022-08-26 18:14:01 +0100" endDate="2022-08-26 18:24:02 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 18:34:26 +0100" startDate="2022-08-26 18:24:02 +0100" endDate="2022-08-26 18:34:03 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 18:47:05 +0100" startDate="2022-08-26 18:34:03 +0100" endDate="2022-08-26 18:43:46 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-26 20:59:27 +0100" startDate="2022-08-26 20:47:50 +0100" endDate="2022-08-26 20:48:28 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 07:23:37 +0100" startDate="2022-08-27 07:12:01 +0100" endDate="2022-08-27 07:18:46 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 09:59:43 +0100" startDate="2022-08-27 09:48:40 +0100" endDate="2022-08-27 09:57:35 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 10:14:56 +0100" startDate="2022-08-27 10:00:13 +0100" endDate="2022-08-27 10:09:03 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 10:24:38 +0100" startDate="2022-08-27 10:13:35 +0100" endDate="2022-08-27 10:16:21 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 10:39:32 +0100" startDate="2022-08-27 10:28:29 +0100" endDate="2022-08-27 10:28:32 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 11:46:28 +0100" startDate="2022-08-27 11:35:25 +0100" endDate="2022-08-27 11:45:26 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 11:56:32 +0100" startDate="2022-08-27 11:45:26 +0100" endDate="2022-08-27 11:52:32 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 12:07:30 +0100" startDate="2022-08-27 11:55:53 +0100" endDate="2022-08-27 12:05:27 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 12:18:42 +0100" startDate="2022-08-27 12:06:25 +0100" endDate="2022-08-27 12:13:03 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 13:15:15 +0100" startDate="2022-08-27 13:04:12 +0100" endDate="2022-08-27 13:04:40 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 15:42:40 +0100" startDate="2022-08-27 15:31:37 +0100" endDate="2022-08-27 15:38:22 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 15:58:59 +0100" startDate="2022-08-27 15:47:56 +0100" endDate="2022-08-27 15:54:13 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 16:55:14 +0100" startDate="2022-08-27 16:44:11 +0100" endDate="2022-08-27 16:47:25 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 18:17:34 +0100" startDate="2022-08-27 18:06:31 +0100" endDate="2022-08-27 18:09:01 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 18:37:34 +0100" startDate="2022-08-27 18:25:11 +0100" endDate="2022-08-27 18:34:52 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 18:49:14 +0100" startDate="2022-08-27 18:35:10 +0100" endDate="2022-08-27 18:36:06 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 19:46:44 +0100" startDate="2022-08-27 19:33:08 +0100" endDate="2022-08-27 19:34:20 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 20:27:42 +0100" startDate="2022-08-27 20:16:40 +0100" endDate="2022-08-27 20:20:29 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 20:42:18 +0100" startDate="2022-08-27 20:29:07 +0100" endDate="2022-08-27 20:29:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 21:08:27 +0100" startDate="2022-08-27 20:55:25 +0100" endDate="2022-08-27 20:55:41 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 21:53:38 +0100" startDate="2022-08-27 21:42:35 +0100" endDate="2022-08-27 21:46:35 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-27 22:47:59 +0100" startDate="2022-08-27 22:34:56 +0100" endDate="2022-08-27 22:36:56 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-28 04:52:54 +0100" startDate="2022-08-28 04:41:52 +0100" endDate="2022-08-28 04:41:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-28 11:13:03 +0100" startDate="2022-08-28 10:58:47 +0100" endDate="2022-08-28 10:58:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-28 20:58:39 +0100" startDate="2022-08-28 20:47:36 +0100" endDate="2022-08-28 20:47:44 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 06:30:57 +0100" startDate="2022-08-29 06:19:54 +0100" endDate="2022-08-29 06:26:18 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 07:31:23 +0100" startDate="2022-08-29 07:20:20 +0100" endDate="2022-08-29 07:28:29 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 09:03:15 +0100" startDate="2022-08-29 08:48:41 +0100" endDate="2022-08-29 08:48:59 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 09:58:20 +0100" startDate="2022-08-29 09:47:18 +0100" endDate="2022-08-29 09:51:58 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 11:09:17 +0100" startDate="2022-08-29 10:55:11 +0100" endDate="2022-08-29 10:56:43 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 11:27:24 +0100" startDate="2022-08-29 11:12:19 +0100" endDate="2022-08-29 11:12:47 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 11:40:49 +0100" startDate="2022-08-29 11:29:46 +0100" endDate="2022-08-29 11:36:29 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 12:20:52 +0100" startDate="2022-08-29 12:09:49 +0100" endDate="2022-08-29 12:18:44 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 12:37:34 +0100" startDate="2022-08-29 12:22:38 +0100" endDate="2022-08-29 12:32:19 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 14:09:30 +0100" startDate="2022-08-29 13:58:27 +0100" endDate="2022-08-29 14:03:13 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 14:20:40 +0100" startDate="2022-08-29 14:09:37 +0100" endDate="2022-08-29 14:15:06 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 14:52:57 +0100" startDate="2022-08-29 14:38:00 +0100" endDate="2022-08-29 14:41:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 15:50:28 +0100" startDate="2022-08-29 15:38:52 +0100" endDate="2022-08-29 15:48:51 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 15:59:54 +0100" startDate="2022-08-29 15:48:51 +0100" endDate="2022-08-29 15:54:37 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 16:51:46 +0100" startDate="2022-08-29 16:38:51 +0100" endDate="2022-08-29 16:48:50 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 17:00:02 +0100" startDate="2022-08-29 16:49:00 +0100" endDate="2022-08-29 16:52:39 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 17:26:12 +0100" startDate="2022-08-29 17:15:10 +0100" endDate="2022-08-29 17:16:13 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 17:38:32 +0100" startDate="2022-08-29 17:27:00 +0100" endDate="2022-08-29 17:27:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-29 18:12:14 +0100" startDate="2022-08-29 18:00:30 +0100" endDate="2022-08-29 18:00:42 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 01:27:51 +0100" startDate="2022-08-30 01:16:48 +0100" endDate="2022-08-30 01:16:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 05:45:03 +0100" startDate="2022-08-30 05:34:00 +0100" endDate="2022-08-30 05:34:11 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 06:10:18 +0100" startDate="2022-08-30 05:58:09 +0100" endDate="2022-08-30 06:07:39 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 06:35:23 +0100" startDate="2022-08-30 06:24:20 +0100" endDate="2022-08-30 06:29:05 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 07:34:56 +0100" startDate="2022-08-30 07:23:53 +0100" endDate="2022-08-30 07:28:26 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 09:06:36 +0100" startDate="2022-08-30 08:55:17 +0100" endDate="2022-08-30 09:01:16 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 11:09:30 +0100" startDate="2022-08-30 10:57:34 +0100" endDate="2022-08-30 11:07:34 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 11:18:36 +0100" startDate="2022-08-30 11:07:34 +0100" endDate="2022-08-30 11:16:51 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 11:32:03 +0100" startDate="2022-08-30 11:17:58 +0100" endDate="2022-08-30 11:23:06 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 11:51:19 +0100" startDate="2022-08-30 11:39:18 +0100" endDate="2022-08-30 11:45:19 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 14:58:40 +0100" startDate="2022-08-30 14:47:37 +0100" endDate="2022-08-30 14:55:46 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 15:55:54 +0100" startDate="2022-08-30 15:43:30 +0100" endDate="2022-08-30 15:53:31 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 16:04:33 +0100" startDate="2022-08-30 15:53:31 +0100" endDate="2022-08-30 16:02:33 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 16:23:47 +0100" startDate="2022-08-30 16:12:45 +0100" endDate="2022-08-30 16:17:15 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 19:55:05 +0100" startDate="2022-08-30 19:41:18 +0100" endDate="2022-08-30 19:41:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-30 20:07:46 +0100" startDate="2022-08-30 19:56:44 +0100" endDate="2022-08-30 19:56:49 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 02:12:11 +0100" startDate="2022-08-31 02:01:08 +0100" endDate="2022-08-31 02:01:13 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 05:19:21 +0100" startDate="2022-08-31 05:05:56 +0100" endDate="2022-08-31 05:06:01 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 06:39:24 +0100" startDate="2022-08-31 06:27:08 +0100" endDate="2022-08-31 06:27:10 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 06:48:12 +0100" startDate="2022-08-31 06:37:09 +0100" endDate="2022-08-31 06:40:17 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 07:44:59 +0100" startDate="2022-08-31 07:33:56 +0100" endDate="2022-08-31 07:37:51 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 11:27:33 +0100" startDate="2022-08-31 11:16:30 +0100" endDate="2022-08-31 11:25:07 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 11:55:14 +0100" startDate="2022-08-31 11:44:12 +0100" endDate="2022-08-31 11:48:57 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 14:42:03 +0100" startDate="2022-08-31 14:31:00 +0100" endDate="2022-08-31 14:36:57 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 16:23:31 +0100" startDate="2022-08-31 16:12:28 +0100" endDate="2022-08-31 16:17:08 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 16:38:09 +0100" startDate="2022-08-31 16:27:07 +0100" endDate="2022-08-31 16:32:35 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 17:24:15 +0100" startDate="2022-08-31 17:13:12 +0100" endDate="2022-08-31 17:17:53 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 17:39:34 +0100" startDate="2022-08-31 17:28:32 +0100" endDate="2022-08-31 17:30:24 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-08-31 22:08:53 +0100" startDate="2022-08-31 21:57:50 +0100" endDate="2022-08-31 21:58:42 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 05:49:54 +0100" startDate="2022-09-01 05:38:51 +0100" endDate="2022-09-01 05:42:12 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 07:25:09 +0100" startDate="2022-09-01 07:11:21 +0100" endDate="2022-09-01 07:21:02 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 07:34:03 +0100" startDate="2022-09-01 07:22:41 +0100" endDate="2022-09-01 07:32:33 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 08:19:05 +0100" startDate="2022-09-01 08:08:02 +0100" endDate="2022-09-01 08:15:00 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 08:32:35 +0100" startDate="2022-09-01 08:21:33 +0100" endDate="2022-09-01 08:24:44 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 09:33:11 +0100" startDate="2022-09-01 09:21:06 +0100" endDate="2022-09-01 09:31:07 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 09:42:10 +0100" startDate="2022-09-01 09:31:07 +0100" endDate="2022-09-01 09:32:44 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cd8be0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 11:24:48 +0100" startDate="2022-09-01 11:10:40 +0100" endDate="2022-09-01 11:19:58 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 11:36:38 +0100" startDate="2022-09-01 11:23:09 +0100" endDate="2022-09-01 11:23:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 13:01:26 +0100" startDate="2022-09-01 12:47:00 +0100" endDate="2022-09-01 12:49:30 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 13:30:58 +0100" startDate="2022-09-01 13:18:56 +0100" endDate="2022-09-01 13:28:43 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 13:40:24 +0100" startDate="2022-09-01 13:29:03 +0100" endDate="2022-09-01 13:38:09 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 13:55:13 +0100" startDate="2022-09-01 13:41:28 +0100" endDate="2022-09-01 13:41:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 14:26:02 +0100" startDate="2022-09-01 14:11:13 +0100" endDate="2022-09-01 14:11:18 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 14:56:35 +0100" startDate="2022-09-01 14:41:14 +0100" endDate="2022-09-01 14:47:44 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 15:18:32 +0100" startDate="2022-09-01 15:04:00 +0100" endDate="2022-09-01 15:05:08 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 15:28:48 +0100" startDate="2022-09-01 15:18:39 +0100" endDate="2022-09-01 15:28:21 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 15:38:45 +0100" startDate="2022-09-01 15:28:41 +0100" endDate="2022-09-01 15:32:45 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 17:00:51 +0100" startDate="2022-09-01 16:48:21 +0100" endDate="2022-09-01 16:51:22 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 17:18:55 +0100" startDate="2022-09-01 17:07:53 +0100" endDate="2022-09-01 17:15:34 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 18:09:14 +0100" startDate="2022-09-01 17:58:11 +0100" endDate="2022-09-01 18:08:12 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 18:23:31 +0100" startDate="2022-09-01 18:08:12 +0100" endDate="2022-09-01 18:09:44 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 20:51:13 +0100" startDate="2022-09-01 20:39:14 +0100" endDate="2022-09-01 20:48:49 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 21:00:45 +0100" startDate="2022-09-01 20:49:43 +0100" endDate="2022-09-01 20:56:45 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-01 21:50:56 +0100" startDate="2022-09-01 21:39:48 +0100" endDate="2022-09-01 21:42:08 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 07:31:36 +0100" startDate="2022-09-02 07:19:17 +0100" endDate="2022-09-02 07:19:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 11:03:35 +0100" startDate="2022-09-02 10:51:50 +0100" endDate="2022-09-02 10:55:37 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 11:28:45 +0100" startDate="2022-09-02 11:17:43 +0100" endDate="2022-09-02 11:25:39 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 11:39:54 +0100" startDate="2022-09-02 11:28:45 +0100" endDate="2022-09-02 11:31:51 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 13:06:56 +0100" startDate="2022-09-02 12:55:53 +0100" endDate="2022-09-02 12:56:03 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 14:23:29 +0100" startDate="2022-09-02 14:12:26 +0100" endDate="2022-09-02 14:22:23 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 14:33:43 +0100" startDate="2022-09-02 14:22:30 +0100" endDate="2022-09-02 14:22:38 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 16:13:28 +0100" startDate="2022-09-02 16:02:26 +0100" endDate="2022-09-02 16:11:33 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 16:48:33 +0100" startDate="2022-09-02 16:35:12 +0100" endDate="2022-09-02 16:44:45 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 16:56:49 +0100" startDate="2022-09-02 16:45:47 +0100" endDate="2022-09-02 16:50:35 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 17:19:47 +0100" startDate="2022-09-02 17:08:40 +0100" endDate="2022-09-02 17:18:39 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 17:29:42 +0100" startDate="2022-09-02 17:18:39 +0100" endDate="2022-09-02 17:24:15 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 17:48:49 +0100" startDate="2022-09-02 17:37:47 +0100" endDate="2022-09-02 17:42:19 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 21:09:58 +0100" startDate="2022-09-02 20:58:09 +0100" endDate="2022-09-02 21:07:09 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 21:27:55 +0100" startDate="2022-09-02 21:16:53 +0100" endDate="2022-09-02 21:26:54 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 21:37:56 +0100" startDate="2022-09-02 21:26:54 +0100" endDate="2022-09-02 21:29:42 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 22:14:53 +0100" startDate="2022-09-02 22:03:51 +0100" endDate="2022-09-02 22:13:52 +0100" value="1044"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-02 22:26:54 +0100" startDate="2022-09-02 22:13:52 +0100" endDate="2022-09-02 22:22:34 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 06:38:12 +0100" startDate="2022-09-03 06:27:09 +0100" endDate="2022-09-03 06:27:22 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 07:05:01 +0100" startDate="2022-09-03 06:53:59 +0100" endDate="2022-09-03 06:54:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 07:36:28 +0100" startDate="2022-09-03 07:24:01 +0100" endDate="2022-09-03 07:24:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 10:14:40 +0100" startDate="2022-09-03 10:03:37 +0100" endDate="2022-09-03 10:06:53 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 10:27:09 +0100" startDate="2022-09-03 10:16:06 +0100" endDate="2022-09-03 10:25:57 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 10:37:28 +0100" startDate="2022-09-03 10:26:25 +0100" endDate="2022-09-03 10:32:52 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 10:47:31 +0100" startDate="2022-09-03 10:36:29 +0100" endDate="2022-09-03 10:42:10 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 11:03:38 +0100" startDate="2022-09-03 10:51:51 +0100" endDate="2022-09-03 11:01:52 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 11:12:54 +0100" startDate="2022-09-03 11:01:52 +0100" endDate="2022-09-03 11:10:49 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 11:26:42 +0100" startDate="2022-09-03 11:15:40 +0100" endDate="2022-09-03 11:25:41 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 11:36:43 +0100" startDate="2022-09-03 11:25:41 +0100" endDate="2022-09-03 11:35:42 +0100" value="1084"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 11:46:45 +0100" startDate="2022-09-03 11:35:42 +0100" endDate="2022-09-03 11:45:40 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 11:57:06 +0100" startDate="2022-09-03 11:46:03 +0100" endDate="2022-09-03 11:56:04 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 12:07:07 +0100" startDate="2022-09-03 11:56:04 +0100" endDate="2022-09-03 12:06:05 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 12:17:08 +0100" startDate="2022-09-03 12:06:05 +0100" endDate="2022-09-03 12:13:34 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 12:50:40 +0100" startDate="2022-09-03 12:39:37 +0100" endDate="2022-09-03 12:49:38 +0100" value="1006"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 13:00:41 +0100" startDate="2022-09-03 12:49:38 +0100" endDate="2022-09-03 12:59:39 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 13:10:42 +0100" startDate="2022-09-03 12:59:39 +0100" endDate="2022-09-03 13:08:14 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 13:44:35 +0100" startDate="2022-09-03 13:33:32 +0100" endDate="2022-09-03 13:43:33 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 13:54:36 +0100" startDate="2022-09-03 13:43:33 +0100" endDate="2022-09-03 13:53:01 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 14:04:57 +0100" startDate="2022-09-03 13:53:55 +0100" endDate="2022-09-03 14:03:53 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 14:15:49 +0100" startDate="2022-09-03 14:04:47 +0100" endDate="2022-09-03 14:14:48 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 14:25:51 +0100" startDate="2022-09-03 14:14:48 +0100" endDate="2022-09-03 14:24:49 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 14:35:52 +0100" startDate="2022-09-03 14:24:49 +0100" endDate="2022-09-03 14:33:23 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 14:46:44 +0100" startDate="2022-09-03 14:35:41 +0100" endDate="2022-09-03 14:45:39 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 14:56:45 +0100" startDate="2022-09-03 14:45:42 +0100" endDate="2022-09-03 14:53:08 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 15:08:33 +0100" startDate="2022-09-03 14:57:30 +0100" endDate="2022-09-03 15:07:31 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 15:18:34 +0100" startDate="2022-09-03 15:07:31 +0100" endDate="2022-09-03 15:17:12 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 15:28:45 +0100" startDate="2022-09-03 15:17:42 +0100" endDate="2022-09-03 15:27:44 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 15:38:46 +0100" startDate="2022-09-03 15:27:44 +0100" endDate="2022-09-03 15:37:45 +0100" value="912"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 15:48:47 +0100" startDate="2022-09-03 15:37:45 +0100" endDate="2022-09-03 15:45:51 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-03 16:06:54 +0100" startDate="2022-09-03 15:55:51 +0100" endDate="2022-09-03 15:55:56 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 00:30:04 +0100" startDate="2022-09-04 00:17:38 +0100" endDate="2022-09-04 00:18:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 05:05:42 +0100" startDate="2022-09-04 04:54:39 +0100" endDate="2022-09-04 04:54:42 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 05:36:18 +0100" startDate="2022-09-04 05:25:15 +0100" endDate="2022-09-04 05:25:31 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 07:10:42 +0100" startDate="2022-09-04 06:59:39 +0100" endDate="2022-09-04 07:01:26 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 10:41:30 +0100" startDate="2022-09-04 10:30:27 +0100" endDate="2022-09-04 10:40:26 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 10:51:29 +0100" startDate="2022-09-04 10:40:26 +0100" endDate="2022-09-04 10:50:19 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 11:01:35 +0100" startDate="2022-09-04 10:50:32 +0100" endDate="2022-09-04 11:00:33 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 11:11:36 +0100" startDate="2022-09-04 11:00:33 +0100" endDate="2022-09-04 11:10:34 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 11:22:02 +0100" startDate="2022-09-04 11:11:00 +0100" endDate="2022-09-04 11:20:33 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 11:32:34 +0100" startDate="2022-09-04 11:21:31 +0100" endDate="2022-09-04 11:31:32 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 11:42:35 +0100" startDate="2022-09-04 11:31:32 +0100" endDate="2022-09-04 11:41:31 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 11:52:39 +0100" startDate="2022-09-04 11:41:36 +0100" endDate="2022-09-04 11:51:11 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 12:02:45 +0100" startDate="2022-09-04 11:51:42 +0100" endDate="2022-09-04 12:01:43 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 12:12:46 +0100" startDate="2022-09-04 12:01:43 +0100" endDate="2022-09-04 12:05:25 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 12:24:25 +0100" startDate="2022-09-04 12:13:22 +0100" endDate="2022-09-04 12:23:16 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 12:37:41 +0100" startDate="2022-09-04 12:24:17 +0100" endDate="2022-09-04 12:34:18 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 12:44:48 +0100" startDate="2022-09-04 12:34:18 +0100" endDate="2022-09-04 12:44:14 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 12:55:29 +0100" startDate="2022-09-04 12:44:27 +0100" endDate="2022-09-04 12:46:19 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 16:31:00 +0100" startDate="2022-09-04 16:19:37 +0100" endDate="2022-09-04 16:20:03 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 16:43:35 +0100" startDate="2022-09-04 16:32:32 +0100" endDate="2022-09-04 16:37:09 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 17:05:43 +0100" startDate="2022-09-04 16:54:41 +0100" endDate="2022-09-04 17:00:53 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 17:35:16 +0100" startDate="2022-09-04 17:20:14 +0100" endDate="2022-09-04 17:30:10 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 17:42:24 +0100" startDate="2022-09-04 17:30:18 +0100" endDate="2022-09-04 17:40:11 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 17:51:34 +0100" startDate="2022-09-04 17:40:32 +0100" endDate="2022-09-04 17:47:22 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 19:30:03 +0100" startDate="2022-09-04 19:19:00 +0100" endDate="2022-09-04 19:27:09 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 19:42:27 +0100" startDate="2022-09-04 19:31:22 +0100" endDate="2022-09-04 19:31:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-04 20:37:12 +0100" startDate="2022-09-04 20:26:09 +0100" endDate="2022-09-04 20:26:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-05 07:35:54 +0100" startDate="2022-09-05 07:23:55 +0100" endDate="2022-09-05 07:24:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-05 09:02:27 +0100" startDate="2022-09-05 08:51:25 +0100" endDate="2022-09-05 09:00:48 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-05 09:12:37 +0100" startDate="2022-09-05 09:01:34 +0100" endDate="2022-09-05 09:10:29 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-05 09:24:53 +0100" startDate="2022-09-05 09:13:51 +0100" endDate="2022-09-05 09:23:49 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-05 09:35:05 +0100" startDate="2022-09-05 09:23:52 +0100" endDate="2022-09-05 09:23:54 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-05 12:55:42 +0100" startDate="2022-09-05 12:44:08 +0100" endDate="2022-09-05 12:44:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-05 13:19:45 +0100" startDate="2022-09-05 13:08:05 +0100" endDate="2022-09-05 13:08:07 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-05 13:58:37 +0100" startDate="2022-09-05 13:47:35 +0100" endDate="2022-09-05 13:55:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-05 14:32:24 +0100" startDate="2022-09-05 14:19:37 +0100" endDate="2022-09-05 14:19:42 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-05 16:11:04 +0100" startDate="2022-09-05 16:00:01 +0100" endDate="2022-09-05 16:00:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-05 17:50:08 +0100" startDate="2022-09-05 17:39:05 +0100" endDate="2022-09-05 17:39:12 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-05 21:04:46 +0100" startDate="2022-09-05 20:53:43 +0100" endDate="2022-09-05 20:54:04 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 07:22:56 +0100" startDate="2022-09-06 07:09:10 +0100" endDate="2022-09-06 07:09:13 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 07:57:02 +0100" startDate="2022-09-06 07:44:30 +0100" endDate="2022-09-06 07:44:40 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 10:41:24 +0100" startDate="2022-09-06 10:30:21 +0100" endDate="2022-09-06 10:33:27 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 11:20:07 +0100" startDate="2022-09-06 11:07:04 +0100" endDate="2022-09-06 11:16:41 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 11:37:03 +0100" startDate="2022-09-06 11:23:17 +0100" endDate="2022-09-06 11:23:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 12:25:17 +0100" startDate="2022-09-06 12:14:14 +0100" endDate="2022-09-06 12:15:44 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 12:41:30 +0100" startDate="2022-09-06 12:29:34 +0100" endDate="2022-09-06 12:31:39 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 13:01:42 +0100" startDate="2022-09-06 12:50:39 +0100" endDate="2022-09-06 12:59:43 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 14:21:01 +0100" startDate="2022-09-06 14:09:58 +0100" endDate="2022-09-06 14:16:28 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 14:33:55 +0100" startDate="2022-09-06 14:22:52 +0100" endDate="2022-09-06 14:32:26 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 14:43:56 +0100" startDate="2022-09-06 14:32:54 +0100" endDate="2022-09-06 14:32:56 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 15:10:19 +0100" startDate="2022-09-06 14:58:18 +0100" endDate="2022-09-06 14:58:46 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 15:33:19 +0100" startDate="2022-09-06 15:22:16 +0100" endDate="2022-09-06 15:23:17 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 15:55:13 +0100" startDate="2022-09-06 15:44:10 +0100" endDate="2022-09-06 15:50:50 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 16:09:39 +0100" startDate="2022-09-06 15:54:49 +0100" endDate="2022-09-06 16:04:51 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 16:16:54 +0100" startDate="2022-09-06 16:05:01 +0100" endDate="2022-09-06 16:14:26 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 16:26:05 +0100" startDate="2022-09-06 16:15:02 +0100" endDate="2022-09-06 16:22:23 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 16:56:59 +0100" startDate="2022-09-06 16:45:57 +0100" endDate="2022-09-06 16:46:12 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 17:16:52 +0100" startDate="2022-09-06 17:05:49 +0100" endDate="2022-09-06 17:09:51 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 17:56:39 +0100" startDate="2022-09-06 17:45:36 +0100" endDate="2022-09-06 17:45:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-06 21:32:32 +0100" startDate="2022-09-06 21:17:56 +0100" endDate="2022-09-06 21:18:26 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 06:16:13 +0100" startDate="2022-09-07 06:04:48 +0100" endDate="2022-09-07 06:04:58 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 06:35:11 +0100" startDate="2022-09-07 06:24:09 +0100" endDate="2022-09-07 06:28:18 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 07:24:50 +0100" startDate="2022-09-07 07:13:47 +0100" endDate="2022-09-07 07:13:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 07:50:46 +0100" startDate="2022-09-07 07:39:43 +0100" endDate="2022-09-07 07:48:56 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 08:04:51 +0100" startDate="2022-09-07 07:53:48 +0100" endDate="2022-09-07 08:02:59 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 08:24:00 +0100" startDate="2022-09-07 08:12:38 +0100" endDate="2022-09-07 08:12:53 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 08:53:24 +0100" startDate="2022-09-07 08:40:12 +0100" endDate="2022-09-07 08:40:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 09:05:44 +0100" startDate="2022-09-07 08:54:41 +0100" endDate="2022-09-07 08:57:06 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 10:06:40 +0100" startDate="2022-09-07 09:55:38 +0100" endDate="2022-09-07 09:59:12 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 11:28:54 +0100" startDate="2022-09-07 11:17:52 +0100" endDate="2022-09-07 11:25:05 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 12:52:02 +0100" startDate="2022-09-07 12:40:59 +0100" endDate="2022-09-07 12:50:48 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 13:04:41 +0100" startDate="2022-09-07 12:51:56 +0100" endDate="2022-09-07 12:56:34 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 14:48:20 +0100" startDate="2022-09-07 14:37:17 +0100" endDate="2022-09-07 14:41:47 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 15:31:33 +0100" startDate="2022-09-07 15:20:31 +0100" endDate="2022-09-07 15:24:38 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 16:30:36 +0100" startDate="2022-09-07 16:19:34 +0100" endDate="2022-09-07 16:25:23 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 16:45:05 +0100" startDate="2022-09-07 16:34:02 +0100" endDate="2022-09-07 16:35:16 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 16:57:01 +0100" startDate="2022-09-07 16:45:58 +0100" endDate="2022-09-07 16:46:06 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 17:15:34 +0100" startDate="2022-09-07 17:04:31 +0100" endDate="2022-09-07 17:06:34 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 18:58:02 +0100" startDate="2022-09-07 18:45:09 +0100" endDate="2022-09-07 18:47:01 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 19:23:57 +0100" startDate="2022-09-07 19:09:12 +0100" endDate="2022-09-07 19:09:17 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 21:05:06 +0100" startDate="2022-09-07 20:54:03 +0100" endDate="2022-09-07 20:54:16 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-07 23:11:46 +0100" startDate="2022-09-07 23:00:43 +0100" endDate="2022-09-07 23:02:33 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 05:48:16 +0100" startDate="2022-09-08 05:37:01 +0100" endDate="2022-09-08 05:37:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 06:15:37 +0100" startDate="2022-09-08 06:04:35 +0100" endDate="2022-09-08 06:04:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 06:33:35 +0100" startDate="2022-09-08 06:22:33 +0100" endDate="2022-09-08 06:29:05 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 07:36:04 +0100" startDate="2022-09-08 07:25:01 +0100" endDate="2022-09-08 07:32:10 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 08:28:33 +0100" startDate="2022-09-08 08:17:30 +0100" endDate="2022-09-08 08:26:10 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 09:10:01 +0100" startDate="2022-09-08 08:58:59 +0100" endDate="2022-09-08 09:08:22 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 11:15:19 +0100" startDate="2022-09-08 11:04:16 +0100" endDate="2022-09-08 11:11:09 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 11:30:26 +0100" startDate="2022-09-08 11:19:23 +0100" endDate="2022-09-08 11:26:54 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 11:58:38 +0100" startDate="2022-09-08 11:47:35 +0100" endDate="2022-09-08 11:50:51 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 12:10:42 +0100" startDate="2022-09-08 11:59:39 +0100" endDate="2022-09-08 12:04:12 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 13:37:01 +0100" startDate="2022-09-08 13:22:11 +0100" endDate="2022-09-08 13:22:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 14:11:21 +0100" startDate="2022-09-08 13:57:40 +0100" endDate="2022-09-08 14:06:50 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 14:18:54 +0100" startDate="2022-09-08 14:07:51 +0100" endDate="2022-09-08 14:11:18 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 14:36:52 +0100" startDate="2022-09-08 14:18:11 +0100" endDate="2022-09-08 14:18:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 15:18:17 +0100" startDate="2022-09-08 15:07:14 +0100" endDate="2022-09-08 15:14:04 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 16:19:26 +0100" startDate="2022-09-08 16:04:12 +0100" endDate="2022-09-08 16:13:09 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 16:26:18 +0100" startDate="2022-09-08 16:14:31 +0100" endDate="2022-09-08 16:20:56 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 16:36:34 +0100" startDate="2022-09-08 16:25:31 +0100" endDate="2022-09-08 16:26:43 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 16:51:41 +0100" startDate="2022-09-08 16:40:38 +0100" endDate="2022-09-08 16:43:36 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 17:29:29 +0100" startDate="2022-09-08 17:18:26 +0100" endDate="2022-09-08 17:23:42 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-08 20:34:54 +0100" startDate="2022-09-08 20:23:49 +0100" endDate="2022-09-08 20:24:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 07:02:52 +0100" startDate="2022-09-09 06:50:28 +0100" endDate="2022-09-09 06:50:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 07:18:24 +0100" startDate="2022-09-09 07:07:22 +0100" endDate="2022-09-09 07:08:20 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 08:13:56 +0100" startDate="2022-09-09 08:01:52 +0100" endDate="2022-09-09 08:10:39 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 08:25:22 +0100" startDate="2022-09-09 08:12:03 +0100" endDate="2022-09-09 08:16:49 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 08:37:49 +0100" startDate="2022-09-09 08:24:49 +0100" endDate="2022-09-09 08:31:39 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 08:49:20 +0100" startDate="2022-09-09 08:37:34 +0100" endDate="2022-09-09 08:47:35 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 09:01:28 +0100" startDate="2022-09-09 08:47:35 +0100" endDate="2022-09-09 08:56:25 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 10:26:33 +0100" startDate="2022-09-09 10:15:30 +0100" endDate="2022-09-09 10:24:56 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 10:37:58 +0100" startDate="2022-09-09 10:26:17 +0100" endDate="2022-09-09 10:33:56 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 10:51:52 +0100" startDate="2022-09-09 10:37:30 +0100" endDate="2022-09-09 10:38:39 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 11:08:03 +0100" startDate="2022-09-09 10:56:55 +0100" endDate="2022-09-09 11:06:55 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 11:17:58 +0100" startDate="2022-09-09 11:06:55 +0100" endDate="2022-09-09 11:13:53 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 11:56:31 +0100" startDate="2022-09-09 11:45:28 +0100" endDate="2022-09-09 11:55:17 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 12:09:00 +0100" startDate="2022-09-09 11:57:09 +0100" endDate="2022-09-09 12:06:34 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 12:22:12 +0100" startDate="2022-09-09 12:11:10 +0100" endDate="2022-09-09 12:15:34 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 12:38:47 +0100" startDate="2022-09-09 12:27:41 +0100" endDate="2022-09-09 12:37:42 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 12:49:54 +0100" startDate="2022-09-09 12:37:42 +0100" endDate="2022-09-09 12:47:13 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 13:00:04 +0100" startDate="2022-09-09 12:48:02 +0100" endDate="2022-09-09 12:57:58 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 13:09:42 +0100" startDate="2022-09-09 12:58:31 +0100" endDate="2022-09-09 13:05:44 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 13:28:08 +0100" startDate="2022-09-09 13:16:19 +0100" endDate="2022-09-09 13:16:24 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 13:45:36 +0100" startDate="2022-09-09 13:33:17 +0100" endDate="2022-09-09 13:33:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 13:59:17 +0100" startDate="2022-09-09 13:47:04 +0100" endDate="2022-09-09 13:52:28 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 14:14:30 +0100" startDate="2022-09-09 14:03:19 +0100" endDate="2022-09-09 14:13:21 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 14:25:30 +0100" startDate="2022-09-09 14:13:21 +0100" endDate="2022-09-09 14:21:20 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 15:12:19 +0100" startDate="2022-09-09 14:57:21 +0100" endDate="2022-09-09 14:57:24 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 15:40:16 +0100" startDate="2022-09-09 15:26:42 +0100" endDate="2022-09-09 15:31:18 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 16:06:21 +0100" startDate="2022-09-09 15:55:13 +0100" endDate="2022-09-09 16:05:01 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 16:27:39 +0100" startDate="2022-09-09 16:12:52 +0100" endDate="2022-09-09 16:19:17 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 16:41:55 +0100" startDate="2022-09-09 16:30:53 +0100" endDate="2022-09-09 16:37:32 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 17:45:01 +0100" startDate="2022-09-09 17:32:51 +0100" endDate="2022-09-09 17:36:30 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 18:18:40 +0100" startDate="2022-09-09 18:07:38 +0100" endDate="2022-09-09 18:07:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-09 20:04:45 +0100" startDate="2022-09-09 19:53:42 +0100" endDate="2022-09-09 19:53:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-10 06:30:54 +0100" startDate="2022-09-10 06:16:43 +0100" endDate="2022-09-10 06:16:51 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-10 09:52:10 +0100" startDate="2022-09-10 09:41:07 +0100" endDate="2022-09-10 09:41:12 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-10 15:44:16 +0100" startDate="2022-09-10 15:32:28 +0100" endDate="2022-09-10 15:38:26 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-10 15:58:32 +0100" startDate="2022-09-10 15:47:29 +0100" endDate="2022-09-10 15:55:36 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-10 16:50:08 +0100" startDate="2022-09-10 16:35:30 +0100" endDate="2022-09-10 16:37:32 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-10 18:20:39 +0100" startDate="2022-09-10 18:06:33 +0100" endDate="2022-09-10 18:07:06 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-10 21:00:55 +0100" startDate="2022-09-10 20:47:56 +0100" endDate="2022-09-10 20:53:54 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-10 22:12:53 +0100" startDate="2022-09-10 22:01:50 +0100" endDate="2022-09-10 22:04:54 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-10 23:37:32 +0100" startDate="2022-09-10 23:26:29 +0100" endDate="2022-09-10 23:36:31 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-10 23:47:43 +0100" startDate="2022-09-10 23:36:41 +0100" endDate="2022-09-10 23:39:11 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 06:43:06 +0100" startDate="2022-09-11 06:30:26 +0100" endDate="2022-09-11 06:31:55 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 07:15:39 +0100" startDate="2022-09-11 07:04:37 +0100" endDate="2022-09-11 07:14:38 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 07:25:41 +0100" startDate="2022-09-11 07:14:38 +0100" endDate="2022-09-11 07:24:39 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 07:37:30 +0100" startDate="2022-09-11 07:24:39 +0100" endDate="2022-09-11 07:28:03 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 10:01:32 +0100" startDate="2022-09-11 09:50:29 +0100" endDate="2022-09-11 09:50:49 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 10:22:10 +0100" startDate="2022-09-11 10:11:07 +0100" endDate="2022-09-11 10:21:08 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 10:32:11 +0100" startDate="2022-09-11 10:21:08 +0100" endDate="2022-09-11 10:30:10 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 10:44:45 +0100" startDate="2022-09-11 10:31:57 +0100" endDate="2022-09-11 10:41:10 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 10:53:21 +0100" startDate="2022-09-11 10:42:19 +0100" endDate="2022-09-11 10:50:07 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 11:05:35 +0100" startDate="2022-09-11 10:54:32 +0100" endDate="2022-09-11 11:03:50 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 11:19:45 +0100" startDate="2022-09-11 11:04:38 +0100" endDate="2022-09-11 11:14:37 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 11:25:42 +0100" startDate="2022-09-11 11:14:39 +0100" endDate="2022-09-11 11:15:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 11:36:16 +0100" startDate="2022-09-11 11:25:13 +0100" endDate="2022-09-11 11:35:04 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 11:46:10 +0100" startDate="2022-09-11 11:35:27 +0100" endDate="2022-09-11 11:45:28 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 11:56:08 +0100" startDate="2022-09-11 11:45:28 +0100" endDate="2022-09-11 11:55:27 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 12:05:48 +0100" startDate="2022-09-11 11:55:27 +0100" endDate="2022-09-11 12:05:28 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 12:15:48 +0100" startDate="2022-09-11 12:05:28 +0100" endDate="2022-09-11 12:13:20 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 12:27:51 +0100" startDate="2022-09-11 12:16:48 +0100" endDate="2022-09-11 12:24:29 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 12:45:37 +0100" startDate="2022-09-11 12:33:52 +0100" endDate="2022-09-11 12:35:57 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 12:55:13 +0100" startDate="2022-09-11 12:44:10 +0100" endDate="2022-09-11 12:44:49 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 13:53:21 +0100" startDate="2022-09-11 13:42:06 +0100" endDate="2022-09-11 13:51:01 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 14:06:04 +0100" startDate="2022-09-11 13:54:50 +0100" endDate="2022-09-11 13:59:53 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 14:18:12 +0100" startDate="2022-09-11 14:06:13 +0100" endDate="2022-09-11 14:09:31 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 14:37:34 +0100" startDate="2022-09-11 14:25:47 +0100" endDate="2022-09-11 14:26:18 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 15:19:20 +0100" startDate="2022-09-11 15:08:08 +0100" endDate="2022-09-11 15:18:09 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 15:29:12 +0100" startDate="2022-09-11 15:18:09 +0100" endDate="2022-09-11 15:23:25 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 16:52:11 +0100" startDate="2022-09-11 16:41:09 +0100" endDate="2022-09-11 16:49:56 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 17:53:00 +0100" startDate="2022-09-11 17:40:30 +0100" endDate="2022-09-11 17:40:35 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 20:55:41 +0100" startDate="2022-09-11 20:44:23 +0100" endDate="2022-09-11 20:44:39 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-11 21:14:33 +0100" startDate="2022-09-11 20:59:52 +0100" endDate="2022-09-11 20:59:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 05:25:42 +0100" startDate="2022-09-12 05:13:11 +0100" endDate="2022-09-12 05:13:23 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 06:01:13 +0100" startDate="2022-09-12 05:49:40 +0100" endDate="2022-09-12 05:49:58 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 06:21:10 +0100" startDate="2022-09-12 06:10:08 +0100" endDate="2022-09-12 06:12:51 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 07:17:53 +0100" startDate="2022-09-12 07:06:50 +0100" endDate="2022-09-12 07:14:05 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 07:30:40 +0100" startDate="2022-09-12 07:19:37 +0100" endDate="2022-09-12 07:29:38 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 07:40:48 +0100" startDate="2022-09-12 07:29:46 +0100" endDate="2022-09-12 07:30:19 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 08:51:49 +0100" startDate="2022-09-12 08:38:51 +0100" endDate="2022-09-12 08:46:16 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 09:46:54 +0100" startDate="2022-09-12 09:35:52 +0100" endDate="2022-09-12 09:38:22 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 10:19:23 +0100" startDate="2022-09-12 10:05:35 +0100" endDate="2022-09-12 10:05:48 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 11:26:31 +0100" startDate="2022-09-12 11:15:28 +0100" endDate="2022-09-12 11:24:49 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 11:43:52 +0100" startDate="2022-09-12 11:26:00 +0100" endDate="2022-09-12 11:33:18 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 12:12:30 +0100" startDate="2022-09-12 11:59:32 +0100" endDate="2022-09-12 11:59:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 12:22:48 +0100" startDate="2022-09-12 12:11:45 +0100" endDate="2022-09-12 12:18:56 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 12:59:19 +0100" startDate="2022-09-12 12:42:13 +0100" endDate="2022-09-12 12:46:20 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 13:13:22 +0100" startDate="2022-09-12 13:00:20 +0100" endDate="2022-09-12 13:00:30 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 15:12:03 +0100" startDate="2022-09-12 14:58:24 +0100" endDate="2022-09-12 14:59:58 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 16:25:49 +0100" startDate="2022-09-12 16:14:46 +0100" endDate="2022-09-12 16:20:12 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 17:21:05 +0100" startDate="2022-09-12 17:08:41 +0100" endDate="2022-09-12 17:17:46 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 17:31:22 +0100" startDate="2022-09-12 17:19:23 +0100" endDate="2022-09-12 17:29:06 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 17:43:33 +0100" startDate="2022-09-12 17:30:02 +0100" endDate="2022-09-12 17:39:50 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 17:55:18 +0100" startDate="2022-09-12 17:44:15 +0100" endDate="2022-09-12 17:47:21 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 18:10:21 +0100" startDate="2022-09-12 17:58:36 +0100" endDate="2022-09-12 18:04:02 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-12 21:07:18 +0100" startDate="2022-09-12 20:54:39 +0100" endDate="2022-09-12 20:54:46 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 06:38:23 +0100" startDate="2022-09-13 06:27:20 +0100" endDate="2022-09-13 06:27:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 06:58:43 +0100" startDate="2022-09-13 06:46:57 +0100" endDate="2022-09-13 06:47:55 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 07:19:12 +0100" startDate="2022-09-13 07:08:09 +0100" endDate="2022-09-13 07:11:07 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 08:15:52 +0100" startDate="2022-09-13 08:04:49 +0100" endDate="2022-09-13 08:12:53 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 08:56:44 +0100" startDate="2022-09-13 08:43:49 +0100" endDate="2022-09-13 08:46:43 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 09:57:35 +0100" startDate="2022-09-13 09:46:33 +0100" endDate="2022-09-13 09:54:44 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 10:14:49 +0100" startDate="2022-09-13 10:01:19 +0100" endDate="2022-09-13 10:02:49 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 11:33:20 +0100" startDate="2022-09-13 11:22:17 +0100" endDate="2022-09-13 11:31:12 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 11:43:54 +0100" startDate="2022-09-13 11:32:52 +0100" endDate="2022-09-13 11:42:53 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 12:12:13 +0100" startDate="2022-09-13 12:01:10 +0100" endDate="2022-09-13 12:09:42 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 12:51:25 +0100" startDate="2022-09-13 12:40:22 +0100" endDate="2022-09-13 12:45:56 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 14:44:43 +0100" startDate="2022-09-13 14:33:40 +0100" endDate="2022-09-13 14:40:40 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 15:56:51 +0100" startDate="2022-09-13 15:43:20 +0100" endDate="2022-09-13 15:53:01 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 16:05:17 +0100" startDate="2022-09-13 15:54:14 +0100" endDate="2022-09-13 15:59:20 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 16:23:51 +0100" startDate="2022-09-13 16:10:53 +0100" endDate="2022-09-13 16:15:08 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 17:05:17 +0100" startDate="2022-09-13 16:51:51 +0100" endDate="2022-09-13 16:51:56 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 17:37:59 +0100" startDate="2022-09-13 17:24:33 +0100" endDate="2022-09-13 17:24:36 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 17:53:08 +0100" startDate="2022-09-13 17:41:30 +0100" endDate="2022-09-13 17:44:00 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.6.1, creation date:2022-08-19 16:05:06 +0000&gt;" unit="count" creationDate="2022-09-13 21:42:00 +0100" startDate="2022-09-13 21:30:58 +0100" endDate="2022-09-13 21:31:08 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 06:32:05 +0100" startDate="2022-09-14 06:20:21 +0100" endDate="2022-09-14 06:21:12 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 06:42:52 +0100" startDate="2022-09-14 06:31:49 +0100" endDate="2022-09-14 06:38:11 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 07:34:38 +0100" startDate="2022-09-14 07:23:13 +0100" endDate="2022-09-14 07:33:14 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 07:44:17 +0100" startDate="2022-09-14 07:33:14 +0100" endDate="2022-09-14 07:43:15 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 07:54:18 +0100" startDate="2022-09-14 07:43:15 +0100" endDate="2022-09-14 07:46:03 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 08:12:17 +0100" startDate="2022-09-14 07:59:07 +0100" endDate="2022-09-14 07:59:15 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 09:02:37 +0100" startDate="2022-09-14 08:48:56 +0100" endDate="2022-09-14 08:49:04 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 09:44:18 +0100" startDate="2022-09-14 09:33:07 +0100" endDate="2022-09-14 09:33:15 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 11:59:53 +0100" startDate="2022-09-14 11:48:50 +0100" endDate="2022-09-14 11:52:24 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 13:00:34 +0100" startDate="2022-09-14 12:47:10 +0100" endDate="2022-09-14 12:47:18 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 13:10:17 +0100" startDate="2022-09-14 12:58:08 +0100" endDate="2022-09-14 12:59:12 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 13:40:07 +0100" startDate="2022-09-14 13:29:05 +0100" endDate="2022-09-14 13:33:48 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 15:02:21 +0100" startDate="2022-09-14 14:51:19 +0100" endDate="2022-09-14 14:51:44 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 15:14:45 +0100" startDate="2022-09-14 15:03:43 +0100" endDate="2022-09-14 15:11:16 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 16:35:43 +0100" startDate="2022-09-14 16:22:02 +0100" endDate="2022-09-14 16:22:38 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 16:47:46 +0100" startDate="2022-09-14 16:35:45 +0100" endDate="2022-09-14 16:38:05 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 17:00:04 +0100" startDate="2022-09-14 16:47:04 +0100" endDate="2022-09-14 16:47:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 17:18:28 +0100" startDate="2022-09-14 17:04:22 +0100" endDate="2022-09-14 17:04:37 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 17:35:50 +0100" startDate="2022-09-14 17:22:24 +0100" endDate="2022-09-14 17:23:00 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 17:47:20 +0100" startDate="2022-09-14 17:36:03 +0100" endDate="2022-09-14 17:45:16 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 18:00:24 +0100" startDate="2022-09-14 17:47:36 +0100" endDate="2022-09-14 17:47:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 18:29:20 +0100" startDate="2022-09-14 18:16:50 +0100" endDate="2022-09-14 18:22:48 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 18:39:20 +0100" startDate="2022-09-14 18:28:00 +0100" endDate="2022-09-14 18:28:56 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 19:05:42 +0100" startDate="2022-09-14 18:39:19 +0100" endDate="2022-09-14 18:48:44 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 19:05:42 +0100" startDate="2022-09-14 18:54:26 +0100" endDate="2022-09-14 18:57:32 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 19:34:23 +0100" startDate="2022-09-14 19:20:56 +0100" endDate="2022-09-14 19:30:34 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 19:43:25 +0100" startDate="2022-09-14 19:31:07 +0100" endDate="2022-09-14 19:40:36 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 19:54:25 +0100" startDate="2022-09-14 19:41:52 +0100" endDate="2022-09-14 19:50:35 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 20:06:52 +0100" startDate="2022-09-14 19:54:40 +0100" endDate="2022-09-14 19:54:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 20:31:01 +0100" startDate="2022-09-14 20:19:59 +0100" endDate="2022-09-14 20:21:05 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-14 21:05:19 +0100" startDate="2022-09-14 20:50:15 +0100" endDate="2022-09-14 20:54:40 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 01:27:53 +0100" startDate="2022-09-15 01:16:50 +0100" endDate="2022-09-15 01:16:55 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 04:19:43 +0100" startDate="2022-09-15 04:08:40 +0100" endDate="2022-09-15 04:17:28 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 04:41:13 +0100" startDate="2022-09-15 04:30:10 +0100" endDate="2022-09-15 04:38:04 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 04:57:33 +0100" startDate="2022-09-15 04:46:31 +0100" endDate="2022-09-15 04:46:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 05:20:21 +0100" startDate="2022-09-15 05:09:19 +0100" endDate="2022-09-15 05:12:40 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 05:40:37 +0100" startDate="2022-09-15 05:29:34 +0100" endDate="2022-09-15 05:30:20 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 07:52:51 +0100" startDate="2022-09-15 07:41:48 +0100" endDate="2022-09-15 07:46:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 08:58:44 +0100" startDate="2022-09-15 08:47:42 +0100" endDate="2022-09-15 08:52:04 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 09:36:03 +0100" startDate="2022-09-15 09:25:01 +0100" endDate="2022-09-15 09:27:39 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 11:09:44 +0100" startDate="2022-09-15 10:58:42 +0100" endDate="2022-09-15 11:02:56 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 12:11:06 +0100" startDate="2022-09-15 12:00:04 +0100" endDate="2022-09-15 12:00:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 12:22:55 +0100" startDate="2022-09-15 12:11:52 +0100" endDate="2022-09-15 12:21:51 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 12:37:00 +0100" startDate="2022-09-15 12:21:51 +0100" endDate="2022-09-15 12:25:48 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 12:55:29 +0100" startDate="2022-09-15 12:44:27 +0100" endDate="2022-09-15 12:53:27 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 13:12:16 +0100" startDate="2022-09-15 13:01:13 +0100" endDate="2022-09-15 13:11:14 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 13:22:19 +0100" startDate="2022-09-15 13:11:17 +0100" endDate="2022-09-15 13:11:29 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 13:32:26 +0100" startDate="2022-09-15 13:21:23 +0100" endDate="2022-09-15 13:21:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 13:50:08 +0100" startDate="2022-09-15 13:38:25 +0100" endDate="2022-09-15 13:42:42 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 14:00:23 +0100" startDate="2022-09-15 13:48:41 +0100" endDate="2022-09-15 13:51:09 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 14:56:27 +0100" startDate="2022-09-15 14:45:24 +0100" endDate="2022-09-15 14:52:48 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 15:10:02 +0100" startDate="2022-09-15 14:58:47 +0100" endDate="2022-09-15 14:58:52 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 15:53:13 +0100" startDate="2022-09-15 15:42:30 +0100" endDate="2022-09-15 15:52:05 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 16:05:18 +0100" startDate="2022-09-15 15:52:33 +0100" endDate="2022-09-15 15:54:51 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 17:21:36 +0100" startDate="2022-09-15 17:10:33 +0100" endDate="2022-09-15 17:20:14 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 17:33:46 +0100" startDate="2022-09-15 17:21:28 +0100" endDate="2022-09-15 17:30:43 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 17:45:29 +0100" startDate="2022-09-15 17:31:52 +0100" endDate="2022-09-15 17:32:05 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 18:59:59 +0100" startDate="2022-09-15 18:48:43 +0100" endDate="2022-09-15 18:49:45 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 19:58:56 +0100" startDate="2022-09-15 19:47:54 +0100" endDate="2022-09-15 19:57:55 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 20:08:58 +0100" startDate="2022-09-15 19:57:55 +0100" endDate="2022-09-15 20:05:03 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 22:08:00 +0100" startDate="2022-09-15 21:56:58 +0100" endDate="2022-09-15 22:04:08 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 22:21:51 +0100" startDate="2022-09-15 22:10:48 +0100" endDate="2022-09-15 22:20:47 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-15 22:35:52 +0100" startDate="2022-09-15 22:20:47 +0100" endDate="2022-09-15 22:23:00 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 06:17:22 +0100" startDate="2022-09-16 06:06:20 +0100" endDate="2022-09-16 06:09:36 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 07:07:21 +0100" startDate="2022-09-16 06:56:18 +0100" endDate="2022-09-16 07:06:19 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 07:17:22 +0100" startDate="2022-09-16 07:06:19 +0100" endDate="2022-09-16 07:09:00 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 07:33:50 +0100" startDate="2022-09-16 07:22:48 +0100" endDate="2022-09-16 07:30:44 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 08:36:33 +0100" startDate="2022-09-16 08:25:30 +0100" endDate="2022-09-16 08:25:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 08:48:16 +0100" startDate="2022-09-16 08:37:13 +0100" endDate="2022-09-16 08:45:12 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 08:59:16 +0100" startDate="2022-09-16 08:47:45 +0100" endDate="2022-09-16 08:55:56 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 09:11:09 +0100" startDate="2022-09-16 08:59:58 +0100" endDate="2022-09-16 09:09:24 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 09:26:39 +0100" startDate="2022-09-16 09:15:34 +0100" endDate="2022-09-16 09:15:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 11:26:54 +0100" startDate="2022-09-16 11:14:26 +0100" endDate="2022-09-16 11:14:31 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 11:59:33 +0100" startDate="2022-09-16 11:46:18 +0100" endDate="2022-09-16 11:53:31 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 12:19:16 +0100" startDate="2022-09-16 12:07:09 +0100" endDate="2022-09-16 12:13:14 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 13:04:25 +0100" startDate="2022-09-16 12:51:41 +0100" endDate="2022-09-16 12:54:08 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 13:16:26 +0100" startDate="2022-09-16 13:05:24 +0100" endDate="2022-09-16 13:14:25 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 13:27:04 +0100" startDate="2022-09-16 13:16:01 +0100" endDate="2022-09-16 13:26:00 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 13:37:03 +0100" startDate="2022-09-16 13:26:00 +0100" endDate="2022-09-16 13:36:01 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 13:47:04 +0100" startDate="2022-09-16 13:36:01 +0100" endDate="2022-09-16 13:41:25 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 14:07:45 +0100" startDate="2022-09-16 13:54:01 +0100" endDate="2022-09-16 13:56:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 14:43:32 +0100" startDate="2022-09-16 14:28:32 +0100" endDate="2022-09-16 14:28:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 15:34:16 +0100" startDate="2022-09-16 15:23:30 +0100" endDate="2022-09-16 15:33:31 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 15:45:01 +0100" startDate="2022-09-16 15:33:31 +0100" endDate="2022-09-16 15:35:28 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 16:58:02 +0100" startDate="2022-09-16 16:46:02 +0100" endDate="2022-09-16 16:55:56 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 17:08:46 +0100" startDate="2022-09-16 16:57:43 +0100" endDate="2022-09-16 17:07:31 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 17:25:41 +0100" startDate="2022-09-16 17:14:36 +0100" endDate="2022-09-16 17:21:55 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 17:49:54 +0100" startDate="2022-09-16 17:38:52 +0100" endDate="2022-09-16 17:48:40 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 18:02:36 +0100" startDate="2022-09-16 17:51:34 +0100" endDate="2022-09-16 18:01:35 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 18:12:37 +0100" startDate="2022-09-16 18:01:35 +0100" endDate="2022-09-16 18:11:36 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 18:22:38 +0100" startDate="2022-09-16 18:11:36 +0100" endDate="2022-09-16 18:21:37 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 18:32:39 +0100" startDate="2022-09-16 18:21:37 +0100" endDate="2022-09-16 18:30:59 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 18:42:40 +0100" startDate="2022-09-16 18:31:38 +0100" endDate="2022-09-16 18:40:52 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 18:56:53 +0100" startDate="2022-09-16 18:41:40 +0100" endDate="2022-09-16 18:41:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 19:25:58 +0100" startDate="2022-09-16 19:11:06 +0100" endDate="2022-09-16 19:17:46 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 19:42:07 +0100" startDate="2022-09-16 19:26:05 +0100" endDate="2022-09-16 19:27:52 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 20:06:08 +0100" startDate="2022-09-16 19:50:58 +0100" endDate="2022-09-16 19:53:44 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 20:26:56 +0100" startDate="2022-09-16 20:14:13 +0100" endDate="2022-09-16 20:16:12 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 20:50:34 +0100" startDate="2022-09-16 20:38:12 +0100" endDate="2022-09-16 20:38:22 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 21:14:48 +0100" startDate="2022-09-16 21:00:12 +0100" endDate="2022-09-16 21:00:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 21:31:22 +0100" startDate="2022-09-16 21:19:13 +0100" endDate="2022-09-16 21:19:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 21:55:18 +0100" startDate="2022-09-16 21:42:19 +0100" endDate="2022-09-16 21:52:20 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 22:07:51 +0100" startDate="2022-09-16 21:52:28 +0100" endDate="2022-09-16 22:02:21 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 22:18:16 +0100" startDate="2022-09-16 22:02:57 +0100" endDate="2022-09-16 22:11:59 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 22:30:58 +0100" startDate="2022-09-16 22:14:12 +0100" endDate="2022-09-16 22:23:07 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 22:36:03 +0100" startDate="2022-09-16 22:24:15 +0100" endDate="2022-09-16 22:32:42 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 22:48:02 +0100" startDate="2022-09-16 22:34:16 +0100" endDate="2022-09-16 22:44:17 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 22:56:16 +0100" startDate="2022-09-16 22:44:17 +0100" endDate="2022-09-16 22:54:18 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 23:05:55 +0100" startDate="2022-09-16 22:54:18 +0100" endDate="2022-09-16 23:03:34 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 23:18:06 +0100" startDate="2022-09-16 23:05:26 +0100" endDate="2022-09-16 23:11:55 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 23:30:01 +0100" startDate="2022-09-16 23:18:58 +0100" endDate="2022-09-16 23:19:08 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 23:44:43 +0100" startDate="2022-09-16 23:32:46 +0100" endDate="2022-09-16 23:42:39 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-16 23:54:57 +0100" startDate="2022-09-16 23:42:52 +0100" endDate="2022-09-16 23:52:51 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 00:07:43 +0100" startDate="2022-09-16 23:53:34 +0100" endDate="2022-09-17 00:02:44 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 00:15:59 +0100" startDate="2022-09-17 00:04:56 +0100" endDate="2022-09-17 00:14:52 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 00:27:55 +0100" startDate="2022-09-17 00:16:52 +0100" endDate="2022-09-17 00:25:32 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 06:03:33 +0100" startDate="2022-09-17 05:52:30 +0100" endDate="2022-09-17 05:57:26 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 06:25:18 +0100" startDate="2022-09-17 06:14:15 +0100" endDate="2022-09-17 06:22:22 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 06:36:59 +0100" startDate="2022-09-17 06:25:56 +0100" endDate="2022-09-17 06:32:43 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 06:47:22 +0100" startDate="2022-09-17 06:35:59 +0100" endDate="2022-09-17 06:45:51 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 06:57:02 +0100" startDate="2022-09-17 06:45:59 +0100" endDate="2022-09-17 06:55:42 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 07:19:24 +0100" startDate="2022-09-17 07:08:21 +0100" endDate="2022-09-17 07:08:37 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 07:40:07 +0100" startDate="2022-09-17 07:29:04 +0100" endDate="2022-09-17 07:35:11 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 09:06:50 +0100" startDate="2022-09-17 08:53:40 +0100" endDate="2022-09-17 09:03:41 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 09:14:44 +0100" startDate="2022-09-17 09:03:41 +0100" endDate="2022-09-17 09:13:27 +0100" value="659"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 09:27:03 +0100" startDate="2022-09-17 09:16:00 +0100" endDate="2022-09-17 09:19:29 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 10:05:53 +0100" startDate="2022-09-17 09:54:50 +0100" endDate="2022-09-17 10:04:51 +0100" value="1073"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 10:15:54 +0100" startDate="2022-09-17 10:04:51 +0100" endDate="2022-09-17 10:12:40 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 10:31:29 +0100" startDate="2022-09-17 10:20:26 +0100" endDate="2022-09-17 10:20:39 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 10:55:49 +0100" startDate="2022-09-17 10:44:46 +0100" endDate="2022-09-17 10:46:00 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 11:23:45 +0100" startDate="2022-09-17 11:12:42 +0100" endDate="2022-09-17 11:22:42 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 11:35:35 +0100" startDate="2022-09-17 11:22:42 +0100" endDate="2022-09-17 11:32:28 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 11:44:38 +0100" startDate="2022-09-17 11:33:01 +0100" endDate="2022-09-17 11:36:07 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 12:09:19 +0100" startDate="2022-09-17 11:58:16 +0100" endDate="2022-09-17 12:02:29 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 14:58:56 +0100" startDate="2022-09-17 14:47:59 +0100" endDate="2022-09-17 14:48:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 18:37:43 +0100" startDate="2022-09-17 18:26:41 +0100" endDate="2022-09-17 18:31:21 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 18:58:14 +0100" startDate="2022-09-17 18:47:11 +0100" endDate="2022-09-17 18:47:57 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 19:10:30 +0100" startDate="2022-09-17 18:59:28 +0100" endDate="2022-09-17 19:07:54 +0100" value="986"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 19:23:17 +0100" startDate="2022-09-17 19:12:14 +0100" endDate="2022-09-17 19:22:15 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 19:33:18 +0100" startDate="2022-09-17 19:22:15 +0100" endDate="2022-09-17 19:27:39 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 19:52:52 +0100" startDate="2022-09-17 19:40:38 +0100" endDate="2022-09-17 19:44:43 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-17 21:30:40 +0100" startDate="2022-09-17 21:19:37 +0100" endDate="2022-09-17 21:19:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 07:05:15 +0100" startDate="2022-09-18 06:54:12 +0100" endDate="2022-09-18 06:54:20 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 08:10:32 +0100" startDate="2022-09-18 07:59:29 +0100" endDate="2022-09-18 08:00:36 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 08:23:42 +0100" startDate="2022-09-18 08:11:43 +0100" endDate="2022-09-18 08:16:21 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 08:44:38 +0100" startDate="2022-09-18 08:33:35 +0100" endDate="2022-09-18 08:39:32 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 09:43:19 +0100" startDate="2022-09-18 09:30:56 +0100" endDate="2022-09-18 09:33:55 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 09:57:51 +0100" startDate="2022-09-18 09:44:16 +0100" endDate="2022-09-18 09:44:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 10:09:16 +0100" startDate="2022-09-18 09:56:59 +0100" endDate="2022-09-18 09:57:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 12:19:41 +0100" startDate="2022-09-18 12:08:13 +0100" endDate="2022-09-18 12:09:32 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 15:59:23 +0100" startDate="2022-09-18 15:47:51 +0100" endDate="2022-09-18 15:54:19 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 16:15:06 +0100" startDate="2022-09-18 16:03:04 +0100" endDate="2022-09-18 16:04:35 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 16:28:25 +0100" startDate="2022-09-18 16:17:23 +0100" endDate="2022-09-18 16:17:38 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 17:08:40 +0100" startDate="2022-09-18 16:55:38 +0100" endDate="2022-09-18 16:55:54 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 17:17:01 +0100" startDate="2022-09-18 17:05:58 +0100" endDate="2022-09-18 17:07:15 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 17:37:43 +0100" startDate="2022-09-18 17:26:00 +0100" endDate="2022-09-18 17:26:16 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 17:48:55 +0100" startDate="2022-09-18 17:37:37 +0100" endDate="2022-09-18 17:44:47 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 18:05:40 +0100" startDate="2022-09-18 17:52:04 +0100" endDate="2022-09-18 17:52:39 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 18:17:16 +0100" startDate="2022-09-18 18:02:48 +0100" endDate="2022-09-18 18:04:20 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 19:41:21 +0100" startDate="2022-09-18 18:21:33 +0100" endDate="2022-09-18 18:27:55 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 19:41:21 +0100" startDate="2022-09-18 18:34:48 +0100" endDate="2022-09-18 18:36:12 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 19:46:20 +0100" startDate="2022-09-18 19:35:17 +0100" endDate="2022-09-18 19:40:23 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 20:04:37 +0100" startDate="2022-09-18 19:52:29 +0100" endDate="2022-09-18 19:52:39 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-18 20:18:12 +0100" startDate="2022-09-18 20:07:09 +0100" endDate="2022-09-18 20:08:25 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 04:53:30 +0100" startDate="2022-09-19 04:40:50 +0100" endDate="2022-09-19 04:41:03 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 05:36:58 +0100" startDate="2022-09-19 05:25:56 +0100" endDate="2022-09-19 05:34:34 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 06:34:19 +0100" startDate="2022-09-19 06:23:16 +0100" endDate="2022-09-19 06:25:56 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 06:44:30 +0100" startDate="2022-09-19 06:33:27 +0100" endDate="2022-09-19 06:37:37 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 09:07:01 +0100" startDate="2022-09-19 08:55:59 +0100" endDate="2022-09-19 09:03:37 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 09:20:41 +0100" startDate="2022-09-19 09:09:39 +0100" endDate="2022-09-19 09:10:30 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 09:32:22 +0100" startDate="2022-09-19 09:21:19 +0100" endDate="2022-09-19 09:30:55 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 14:31:09 +0100" startDate="2022-09-19 14:16:16 +0100" endDate="2022-09-19 14:26:17 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 14:41:14 +0100" startDate="2022-09-19 14:26:17 +0100" endDate="2022-09-19 14:33:43 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 14:56:51 +0100" startDate="2022-09-19 14:45:49 +0100" endDate="2022-09-19 14:46:04 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 15:29:44 +0100" startDate="2022-09-19 15:18:41 +0100" endDate="2022-09-19 15:28:37 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 15:44:33 +0100" startDate="2022-09-19 15:29:08 +0100" endDate="2022-09-19 15:35:07 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 17:08:26 +0100" startDate="2022-09-19 16:56:11 +0100" endDate="2022-09-19 16:59:42 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 17:44:59 +0100" startDate="2022-09-19 17:33:56 +0100" endDate="2022-09-19 17:42:53 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 18:04:05 +0100" startDate="2022-09-19 17:52:09 +0100" endDate="2022-09-19 17:53:40 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-19 21:07:31 +0100" startDate="2022-09-19 20:56:28 +0100" endDate="2022-09-19 21:03:01 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 06:41:44 +0100" startDate="2022-09-20 06:31:25 +0100" endDate="2022-09-20 06:31:33 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 06:58:06 +0100" startDate="2022-09-20 06:44:16 +0100" endDate="2022-09-20 06:46:14 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 07:07:20 +0100" startDate="2022-09-20 06:56:17 +0100" endDate="2022-09-20 07:06:18 +0100" value="950"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 07:20:39 +0100" startDate="2022-09-20 07:06:18 +0100" endDate="2022-09-20 07:15:44 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 07:27:22 +0100" startDate="2022-09-20 07:16:19 +0100" endDate="2022-09-20 07:26:20 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 07:37:23 +0100" startDate="2022-09-20 07:26:20 +0100" endDate="2022-09-20 07:34:06 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 07:50:55 +0100" startDate="2022-09-20 07:39:53 +0100" endDate="2022-09-20 07:40:05 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 09:51:45 +0100" startDate="2022-09-20 09:40:42 +0100" endDate="2022-09-20 09:50:02 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 10:01:53 +0100" startDate="2022-09-20 09:50:51 +0100" endDate="2022-09-20 09:56:35 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 11:41:59 +0100" startDate="2022-09-20 11:30:56 +0100" endDate="2022-09-20 11:36:14 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 12:04:40 +0100" startDate="2022-09-20 11:53:37 +0100" endDate="2022-09-20 11:53:39 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 12:40:24 +0100" startDate="2022-09-20 12:29:21 +0100" endDate="2022-09-20 12:29:31 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 14:58:28 +0100" startDate="2022-09-20 14:45:25 +0100" endDate="2022-09-20 14:50:13 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 15:10:23 +0100" startDate="2022-09-20 14:58:45 +0100" endDate="2022-09-20 14:59:57 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 16:02:23 +0100" startDate="2022-09-20 15:50:40 +0100" endDate="2022-09-20 15:50:45 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 16:18:49 +0100" startDate="2022-09-20 16:07:47 +0100" endDate="2022-09-20 16:07:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 17:07:09 +0100" startDate="2022-09-20 16:56:07 +0100" endDate="2022-09-20 17:05:53 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 17:17:26 +0100" startDate="2022-09-20 17:06:23 +0100" endDate="2022-09-20 17:15:03 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 17:28:10 +0100" startDate="2022-09-20 17:17:08 +0100" endDate="2022-09-20 17:23:47 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 18:22:22 +0100" startDate="2022-09-20 18:07:48 +0100" endDate="2022-09-20 18:07:59 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 21:14:00 +0100" startDate="2022-09-20 21:02:57 +0100" endDate="2022-09-20 21:12:59 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 21:24:01 +0100" startDate="2022-09-20 21:12:59 +0100" endDate="2022-09-20 21:17:49 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 21:44:32 +0100" startDate="2022-09-20 21:33:29 +0100" endDate="2022-09-20 21:43:30 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 21:54:48 +0100" startDate="2022-09-20 21:43:30 +0100" endDate="2022-09-20 21:49:55 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-20 22:53:53 +0100" startDate="2022-09-20 22:42:50 +0100" endDate="2022-09-20 22:49:53 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 05:36:01 +0100" startDate="2022-09-21 05:24:58 +0100" endDate="2022-09-21 05:28:35 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 06:41:56 +0100" startDate="2022-09-21 06:26:26 +0100" endDate="2022-09-21 06:28:03 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 08:22:48 +0100" startDate="2022-09-21 08:11:45 +0100" endDate="2022-09-21 08:17:52 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 09:38:25 +0100" startDate="2022-09-21 09:27:22 +0100" endDate="2022-09-21 09:37:05 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 09:49:42 +0100" startDate="2022-09-21 09:38:39 +0100" endDate="2022-09-21 09:44:03 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 11:06:13 +0100" startDate="2022-09-21 10:55:11 +0100" endDate="2022-09-21 11:04:36 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 11:16:55 +0100" startDate="2022-09-21 11:05:52 +0100" endDate="2022-09-21 11:14:45 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 11:29:03 +0100" startDate="2022-09-21 11:18:01 +0100" endDate="2022-09-21 11:20:21 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 11:44:28 +0100" startDate="2022-09-21 11:33:25 +0100" endDate="2022-09-21 11:43:26 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 11:55:33 +0100" startDate="2022-09-21 11:44:30 +0100" endDate="2022-09-21 11:44:40 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 12:11:08 +0100" startDate="2022-09-21 11:59:19 +0100" endDate="2022-09-21 12:09:12 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 12:21:39 +0100" startDate="2022-09-21 12:10:36 +0100" endDate="2022-09-21 12:10:42 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 12:37:37 +0100" startDate="2022-09-21 12:23:39 +0100" endDate="2022-09-21 12:30:08 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 13:09:56 +0100" startDate="2022-09-21 12:57:26 +0100" endDate="2022-09-21 12:57:41 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 13:28:54 +0100" startDate="2022-09-21 13:17:51 +0100" endDate="2022-09-21 13:18:52 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 14:47:01 +0100" startDate="2022-09-21 14:35:59 +0100" endDate="2022-09-21 14:36:06 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 16:38:43 +0100" startDate="2022-09-21 16:20:12 +0100" endDate="2022-09-21 16:20:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 17:15:15 +0100" startDate="2022-09-21 17:00:29 +0100" endDate="2022-09-21 17:00:37 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-21 22:50:50 +0100" startDate="2022-09-21 22:35:06 +0100" endDate="2022-09-21 22:35:47 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 04:28:32 +0100" startDate="2022-09-22 04:16:36 +0100" endDate="2022-09-22 04:16:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 04:49:32 +0100" startDate="2022-09-22 04:38:16 +0100" endDate="2022-09-22 04:44:41 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 05:24:23 +0100" startDate="2022-09-22 05:13:20 +0100" endDate="2022-09-22 05:18:18 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 06:41:13 +0100" startDate="2022-09-22 06:30:11 +0100" endDate="2022-09-22 06:38:43 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 07:29:24 +0100" startDate="2022-09-22 07:15:55 +0100" endDate="2022-09-22 07:20:17 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 07:43:08 +0100" startDate="2022-09-22 07:29:58 +0100" endDate="2022-09-22 07:37:24 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 07:58:36 +0100" startDate="2022-09-22 07:42:29 +0100" endDate="2022-09-22 07:44:11 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 08:19:15 +0100" startDate="2022-09-22 08:07:59 +0100" endDate="2022-09-22 08:08:07 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 08:34:02 +0100" startDate="2022-09-22 08:22:54 +0100" endDate="2022-09-22 08:31:58 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 11:43:04 +0100" startDate="2022-09-22 11:30:48 +0100" endDate="2022-09-22 11:31:08 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 13:17:36 +0100" startDate="2022-09-22 13:06:33 +0100" endDate="2022-09-22 13:13:44 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 13:30:26 +0100" startDate="2022-09-22 13:19:23 +0100" endDate="2022-09-22 13:28:39 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 14:09:10 +0100" startDate="2022-09-22 13:58:07 +0100" endDate="2022-09-22 13:58:09 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 14:22:39 +0100" startDate="2022-09-22 14:11:37 +0100" endDate="2022-09-22 14:17:05 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 14:35:40 +0100" startDate="2022-09-22 14:22:22 +0100" endDate="2022-09-22 14:22:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 14:52:29 +0100" startDate="2022-09-22 14:41:26 +0100" endDate="2022-09-22 14:48:59 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 15:04:10 +0100" startDate="2022-09-22 14:53:07 +0100" endDate="2022-09-22 15:03:08 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 15:14:11 +0100" startDate="2022-09-22 15:03:08 +0100" endDate="2022-09-22 15:13:09 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 15:24:12 +0100" startDate="2022-09-22 15:13:09 +0100" endDate="2022-09-22 15:23:10 +0100" value="1024"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 15:34:13 +0100" startDate="2022-09-22 15:23:10 +0100" endDate="2022-09-22 15:31:52 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 15:45:59 +0100" startDate="2022-09-22 15:34:56 +0100" endDate="2022-09-22 15:43:59 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 16:24:05 +0100" startDate="2022-09-22 16:12:34 +0100" endDate="2022-09-22 16:22:07 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 16:34:14 +0100" startDate="2022-09-22 16:23:11 +0100" endDate="2022-09-22 16:31:35 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 17:06:29 +0100" startDate="2022-09-22 16:55:27 +0100" endDate="2022-09-22 17:03:59 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 17:17:09 +0100" startDate="2022-09-22 17:06:06 +0100" endDate="2022-09-22 17:13:50 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 17:29:53 +0100" startDate="2022-09-22 17:18:50 +0100" endDate="2022-09-22 17:25:02 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 18:57:27 +0100" startDate="2022-09-22 18:46:24 +0100" endDate="2022-09-22 18:54:38 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 19:12:09 +0100" startDate="2022-09-22 19:00:55 +0100" endDate="2022-09-22 19:07:25 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-22 19:24:46 +0100" startDate="2022-09-22 19:12:28 +0100" endDate="2022-09-22 19:12:30 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 10:15:21 +0100" startDate="2022-09-23 10:02:20 +0100" endDate="2022-09-23 10:11:28 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 10:26:44 +0100" startDate="2022-09-23 10:12:30 +0100" endDate="2022-09-23 10:17:28 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 10:35:14 +0100" startDate="2022-09-23 10:24:11 +0100" endDate="2022-09-23 10:33:57 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 10:49:04 +0100" startDate="2022-09-23 10:38:01 +0100" endDate="2022-09-23 10:38:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 11:52:55 +0100" startDate="2022-09-23 11:41:53 +0100" endDate="2022-09-23 11:41:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 12:20:16 +0100" startDate="2022-09-23 12:09:13 +0100" endDate="2022-09-23 12:09:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 13:14:40 +0100" startDate="2022-09-23 13:02:38 +0100" endDate="2022-09-23 13:10:11 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 13:34:14 +0100" startDate="2022-09-23 13:17:54 +0100" endDate="2022-09-23 13:25:18 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 13:41:42 +0100" startDate="2022-09-23 13:30:39 +0100" endDate="2022-09-23 13:39:27 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 13:57:50 +0100" startDate="2022-09-23 13:46:47 +0100" endDate="2022-09-23 13:46:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 14:36:15 +0100" startDate="2022-09-23 14:25:13 +0100" endDate="2022-09-23 14:25:58 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 15:30:15 +0100" startDate="2022-09-23 15:14:23 +0100" endDate="2022-09-23 15:20:02 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 15:52:21 +0100" startDate="2022-09-23 15:38:03 +0100" endDate="2022-09-23 15:40:51 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 16:08:20 +0100" startDate="2022-09-23 15:57:17 +0100" endDate="2022-09-23 16:02:15 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 16:27:29 +0100" startDate="2022-09-23 16:16:26 +0100" endDate="2022-09-23 16:17:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 16:49:19 +0100" startDate="2022-09-23 16:33:40 +0100" endDate="2022-09-23 16:41:47 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 17:09:41 +0100" startDate="2022-09-23 16:56:29 +0100" endDate="2022-09-23 17:06:18 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 17:59:18 +0100" startDate="2022-09-23 17:45:16 +0100" endDate="2022-09-23 17:45:29 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 19:00:01 +0100" startDate="2022-09-23 18:43:40 +0100" endDate="2022-09-23 18:45:37 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 19:14:02 +0100" startDate="2022-09-23 18:56:58 +0100" endDate="2022-09-23 19:00:01 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 19:37:33 +0100" startDate="2022-09-23 19:19:42 +0100" endDate="2022-09-23 19:23:44 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 19:52:35 +0100" startDate="2022-09-23 19:36:04 +0100" endDate="2022-09-23 19:37:13 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 20:13:07 +0100" startDate="2022-09-23 19:55:27 +0100" endDate="2022-09-23 19:56:25 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 20:54:21 +0100" startDate="2022-09-23 20:42:42 +0100" endDate="2022-09-23 20:42:48 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 21:08:54 +0100" startDate="2022-09-23 20:56:48 +0100" endDate="2022-09-23 21:01:41 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-23 21:22:04 +0100" startDate="2022-09-23 21:08:48 +0100" endDate="2022-09-23 21:11:48 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 02:33:18 +0100" startDate="2022-09-24 02:23:05 +0100" endDate="2022-09-24 02:33:01 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 08:24:16 +0100" startDate="2022-09-24 08:13:14 +0100" endDate="2022-09-24 08:20:32 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 08:45:46 +0100" startDate="2022-09-24 08:32:11 +0100" endDate="2022-09-24 08:33:30 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 09:03:19 +0100" startDate="2022-09-24 08:51:18 +0100" endDate="2022-09-24 08:52:01 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 09:52:09 +0100" startDate="2022-09-24 09:41:06 +0100" endDate="2022-09-24 09:47:43 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 10:07:03 +0100" startDate="2022-09-24 09:56:00 +0100" endDate="2022-09-24 10:03:34 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 10:20:23 +0100" startDate="2022-09-24 10:09:20 +0100" endDate="2022-09-24 10:14:51 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 10:30:34 +0100" startDate="2022-09-24 10:19:31 +0100" endDate="2022-09-24 10:19:39 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 12:59:24 +0100" startDate="2022-09-24 12:48:05 +0100" endDate="2022-09-24 12:57:51 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 13:09:17 +0100" startDate="2022-09-24 12:58:14 +0100" endDate="2022-09-24 13:04:13 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 13:21:07 +0100" startDate="2022-09-24 13:10:05 +0100" endDate="2022-09-24 13:11:21 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 13:33:39 +0100" startDate="2022-09-24 13:22:36 +0100" endDate="2022-09-24 13:31:26 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 13:47:47 +0100" startDate="2022-09-24 13:36:44 +0100" endDate="2022-09-24 13:46:43 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 13:58:55 +0100" startDate="2022-09-24 13:46:45 +0100" endDate="2022-09-24 13:55:11 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 14:08:01 +0100" startDate="2022-09-24 13:56:58 +0100" endDate="2022-09-24 14:00:14 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 14:52:27 +0100" startDate="2022-09-24 14:41:25 +0100" endDate="2022-09-24 14:41:30 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 18:12:52 +0100" startDate="2022-09-24 18:01:49 +0100" endDate="2022-09-24 18:02:23 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-24 22:13:35 +0100" startDate="2022-09-24 21:58:57 +0100" endDate="2022-09-24 22:01:42 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-25 06:08:18 +0100" startDate="2022-09-25 05:55:07 +0100" endDate="2022-09-25 05:58:49 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-25 09:25:09 +0100" startDate="2022-09-25 09:13:13 +0100" endDate="2022-09-25 09:13:23 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-25 12:23:56 +0100" startDate="2022-09-25 12:12:53 +0100" endDate="2022-09-25 12:22:52 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-25 12:33:55 +0100" startDate="2022-09-25 12:22:52 +0100" endDate="2022-09-25 12:23:45 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-25 13:16:31 +0100" startDate="2022-09-25 13:01:54 +0100" endDate="2022-09-25 13:01:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-25 14:33:00 +0100" startDate="2022-09-25 14:21:57 +0100" endDate="2022-09-25 14:22:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-25 17:33:55 +0100" startDate="2022-09-25 17:22:07 +0100" endDate="2022-09-25 17:30:34 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-25 18:17:23 +0100" startDate="2022-09-25 18:04:55 +0100" endDate="2022-09-25 18:04:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-25 19:27:43 +0100" startDate="2022-09-25 19:16:02 +0100" endDate="2022-09-25 19:16:05 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-25 19:53:32 +0100" startDate="2022-09-25 19:41:48 +0100" endDate="2022-09-25 19:43:32 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-25 22:17:43 +0100" startDate="2022-09-25 22:02:26 +0100" endDate="2022-09-25 22:02:39 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 05:29:44 +0100" startDate="2022-09-26 05:18:18 +0100" endDate="2022-09-26 05:25:51 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 05:39:21 +0100" startDate="2022-09-26 05:28:19 +0100" endDate="2022-09-26 05:29:58 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 06:32:58 +0100" startDate="2022-09-26 06:21:56 +0100" endDate="2022-09-26 06:24:03 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 06:48:10 +0100" startDate="2022-09-26 06:37:07 +0100" endDate="2022-09-26 06:43:55 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 07:02:06 +0100" startDate="2022-09-26 06:48:37 +0100" endDate="2022-09-26 06:50:04 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 10:14:27 +0100" startDate="2022-09-26 10:01:26 +0100" endDate="2022-09-26 10:06:54 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 11:44:47 +0100" startDate="2022-09-26 11:33:45 +0100" endDate="2022-09-26 11:42:11 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 11:59:02 +0100" startDate="2022-09-26 11:44:26 +0100" endDate="2022-09-26 11:44:44 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 12:13:58 +0100" startDate="2022-09-26 12:02:55 +0100" endDate="2022-09-26 12:06:41 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 12:59:06 +0100" startDate="2022-09-26 12:47:33 +0100" endDate="2022-09-26 12:53:09 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 15:21:41 +0100" startDate="2022-09-26 15:08:09 +0100" endDate="2022-09-26 15:14:42 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 15:57:49 +0100" startDate="2022-09-26 15:46:46 +0100" endDate="2022-09-26 15:51:49 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 17:05:26 +0100" startDate="2022-09-26 16:53:57 +0100" endDate="2022-09-26 16:56:25 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 17:42:13 +0100" startDate="2022-09-26 17:31:10 +0100" endDate="2022-09-26 17:37:50 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-26 20:41:25 +0100" startDate="2022-09-26 20:26:16 +0100" endDate="2022-09-26 20:26:23 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-27 06:28:13 +0100" startDate="2022-09-27 06:17:11 +0100" endDate="2022-09-27 06:25:58 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-27 06:50:10 +0100" startDate="2022-09-27 06:36:04 +0100" endDate="2022-09-27 06:36:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-27 17:45:00 +0100" startDate="2022-09-27 17:33:32 +0100" endDate="2022-09-27 17:42:12 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-27 17:54:57 +0100" startDate="2022-09-27 17:43:54 +0100" endDate="2022-09-27 17:45:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-27 18:09:45 +0100" startDate="2022-09-27 17:57:32 +0100" endDate="2022-09-27 18:05:56 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-27 18:23:14 +0100" startDate="2022-09-27 18:07:56 +0100" endDate="2022-09-27 18:15:18 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-27 18:51:11 +0100" startDate="2022-09-27 18:38:23 +0100" endDate="2022-09-27 18:47:51 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-28 02:09:15 +0100" startDate="2022-09-28 01:58:13 +0100" endDate="2022-09-28 01:58:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-28 05:31:37 +0100" startDate="2022-09-28 05:19:40 +0100" endDate="2022-09-28 05:19:45 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-28 06:38:47 +0100" startDate="2022-09-28 06:27:29 +0100" endDate="2022-09-28 06:27:34 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-28 12:45:00 +0100" startDate="2022-09-28 12:30:43 +0100" endDate="2022-09-28 12:30:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-28 13:03:14 +0100" startDate="2022-09-28 12:49:38 +0100" endDate="2022-09-28 12:55:24 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-28 13:19:11 +0100" startDate="2022-09-28 13:06:49 +0100" endDate="2022-09-28 13:06:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-28 13:46:36 +0100" startDate="2022-09-28 13:34:45 +0100" endDate="2022-09-28 13:44:35 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-28 14:00:30 +0100" startDate="2022-09-28 13:44:45 +0100" endDate="2022-09-28 13:50:08 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-28 14:15:01 +0100" startDate="2022-09-28 14:02:50 +0100" endDate="2022-09-28 14:02:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-28 16:51:17 +0100" startDate="2022-09-28 16:40:14 +0100" endDate="2022-09-28 16:42:50 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-28 19:43:08 +0100" startDate="2022-09-28 19:30:04 +0100" endDate="2022-09-28 19:30:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-28 21:35:30 +0100" startDate="2022-09-28 21:21:59 +0100" endDate="2022-09-28 21:22:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 06:00:21 +0100" startDate="2022-09-29 05:49:19 +0100" endDate="2022-09-29 05:59:20 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 06:10:27 +0100" startDate="2022-09-29 05:59:25 +0100" endDate="2022-09-29 06:09:23 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 06:20:54 +0100" startDate="2022-09-29 06:09:51 +0100" endDate="2022-09-29 06:14:11 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 06:37:48 +0100" startDate="2022-09-29 06:26:45 +0100" endDate="2022-09-29 06:34:52 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 06:50:30 +0100" startDate="2022-09-29 06:39:27 +0100" endDate="2022-09-29 06:48:53 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 07:47:33 +0100" startDate="2022-09-29 07:36:30 +0100" endDate="2022-09-29 07:45:22 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 08:05:47 +0100" startDate="2022-09-29 07:53:21 +0100" endDate="2022-09-29 07:56:40 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 08:17:10 +0100" startDate="2022-09-29 08:05:20 +0100" endDate="2022-09-29 08:12:56 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 08:43:41 +0100" startDate="2022-09-29 08:32:39 +0100" endDate="2022-09-29 08:41:34 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 09:07:14 +0100" startDate="2022-09-29 08:54:02 +0100" endDate="2022-09-29 08:54:07 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 09:17:15 +0100" startDate="2022-09-29 09:06:12 +0100" endDate="2022-09-29 09:12:42 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 09:35:42 +0100" startDate="2022-09-29 09:24:14 +0100" endDate="2022-09-29 09:25:12 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 10:17:52 +0100" startDate="2022-09-29 10:06:49 +0100" endDate="2022-09-29 10:07:02 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 10:30:02 +0100" startDate="2022-09-29 10:18:39 +0100" endDate="2022-09-29 10:21:40 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 11:45:04 +0100" startDate="2022-09-29 11:34:01 +0100" endDate="2022-09-29 11:35:38 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 12:30:21 +0100" startDate="2022-09-29 12:16:14 +0100" endDate="2022-09-29 12:20:16 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 14:34:01 +0100" startDate="2022-09-29 14:17:40 +0100" endDate="2022-09-29 14:25:59 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 15:16:08 +0100" startDate="2022-09-29 15:05:05 +0100" endDate="2022-09-29 15:15:06 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 15:26:09 +0100" startDate="2022-09-29 15:15:06 +0100" endDate="2022-09-29 15:25:07 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 15:43:10 +0100" startDate="2022-09-29 15:25:07 +0100" endDate="2022-09-29 15:28:36 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 15:58:20 +0100" startDate="2022-09-29 15:47:17 +0100" endDate="2022-09-29 15:50:38 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 16:53:54 +0100" startDate="2022-09-29 16:42:51 +0100" endDate="2022-09-29 16:48:32 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 18:59:54 +0100" startDate="2022-09-29 18:48:51 +0100" endDate="2022-09-29 18:58:50 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 19:12:29 +0100" startDate="2022-09-29 19:00:45 +0100" endDate="2022-09-29 19:10:18 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 19:23:19 +0100" startDate="2022-09-29 19:11:06 +0100" endDate="2022-09-29 19:11:21 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-29 20:53:39 +0100" startDate="2022-09-29 20:41:06 +0100" endDate="2022-09-29 20:43:13 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 07:28:52 +0100" startDate="2022-09-30 07:14:02 +0100" endDate="2022-09-30 07:21:40 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 07:39:04 +0100" startDate="2022-09-30 07:25:58 +0100" endDate="2022-09-30 07:27:42 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 08:54:38 +0100" startDate="2022-09-30 08:40:01 +0100" endDate="2022-09-30 08:40:09 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 09:06:44 +0100" startDate="2022-09-30 08:55:08 +0100" endDate="2022-09-30 08:55:13 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 09:39:56 +0100" startDate="2022-09-30 09:25:08 +0100" endDate="2022-09-30 09:28:50 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 10:26:34 +0100" startDate="2022-09-30 10:15:31 +0100" endDate="2022-09-30 10:15:47 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 10:44:48 +0100" startDate="2022-09-30 10:33:34 +0100" endDate="2022-09-30 10:33:49 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 12:54:14 +0100" startDate="2022-09-30 12:42:24 +0100" endDate="2022-09-30 12:43:48 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 13:05:43 +0100" startDate="2022-09-30 12:53:37 +0100" endDate="2022-09-30 12:56:02 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 14:01:44 +0100" startDate="2022-09-30 13:47:15 +0100" endDate="2022-09-30 13:47:35 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 15:25:13 +0100" startDate="2022-09-30 15:14:10 +0100" endDate="2022-09-30 15:17:26 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 16:19:48 +0100" startDate="2022-09-30 16:08:45 +0100" endDate="2022-09-30 16:08:48 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 16:30:52 +0100" startDate="2022-09-30 16:19:50 +0100" endDate="2022-09-30 16:29:33 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 16:40:53 +0100" startDate="2022-09-30 16:29:51 +0100" endDate="2022-09-30 16:33:45 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 17:10:13 +0100" startDate="2022-09-30 16:59:11 +0100" endDate="2022-09-30 17:01:28 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 17:31:19 +0100" startDate="2022-09-30 17:20:17 +0100" endDate="2022-09-30 17:21:03 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 17:42:17 +0100" startDate="2022-09-30 17:31:14 +0100" endDate="2022-09-30 17:31:27 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 18:17:43 +0100" startDate="2022-09-30 18:06:40 +0100" endDate="2022-09-30 18:10:25 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 19:25:40 +0100" startDate="2022-09-30 19:14:38 +0100" endDate="2022-09-30 19:14:56 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 20:13:36 +0100" startDate="2022-09-30 19:59:35 +0100" endDate="2022-09-30 20:01:58 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 20:29:11 +0100" startDate="2022-09-30 20:17:08 +0100" endDate="2022-09-30 20:24:13 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 21:15:35 +0100" startDate="2022-09-30 21:02:47 +0100" endDate="2022-09-30 21:07:04 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 21:51:26 +0100" startDate="2022-09-30 21:40:20 +0100" endDate="2022-09-30 21:45:08 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 22:31:00 +0100" startDate="2022-09-30 22:17:08 +0100" endDate="2022-09-30 22:18:06 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 22:55:34 +0100" startDate="2022-09-30 22:39:17 +0100" endDate="2022-09-30 22:40:30 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 23:10:32 +0100" startDate="2022-09-30 22:58:21 +0100" endDate="2022-09-30 23:07:37 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 23:25:41 +0100" startDate="2022-09-30 23:11:24 +0100" endDate="2022-09-30 23:13:59 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-09-30 23:55:20 +0100" startDate="2022-09-30 23:44:17 +0100" endDate="2022-09-30 23:54:19 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 00:08:33 +0100" startDate="2022-09-30 23:54:19 +0100" endDate="2022-09-30 23:54:21 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 05:55:26 +0100" startDate="2022-10-01 05:42:10 +0100" endDate="2022-10-01 05:42:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 07:04:53 +0100" startDate="2022-10-01 06:53:50 +0100" endDate="2022-10-01 06:59:59 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 07:20:16 +0100" startDate="2022-10-01 07:07:38 +0100" endDate="2022-10-01 07:07:43 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 09:48:55 +0100" startDate="2022-10-01 09:34:31 +0100" endDate="2022-10-01 09:34:33 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 10:21:16 +0100" startDate="2022-10-01 10:10:13 +0100" endDate="2022-10-01 10:19:52 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 10:33:45 +0100" startDate="2022-10-01 10:22:42 +0100" endDate="2022-10-01 10:27:43 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 10:50:33 +0100" startDate="2022-10-01 10:39:31 +0100" endDate="2022-10-01 10:49:32 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 11:00:34 +0100" startDate="2022-10-01 10:49:32 +0100" endDate="2022-10-01 10:59:33 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 11:10:35 +0100" startDate="2022-10-01 10:59:33 +0100" endDate="2022-10-01 10:59:56 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 12:14:28 +0100" startDate="2022-10-01 12:03:26 +0100" endDate="2022-10-01 12:03:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 12:39:59 +0100" startDate="2022-10-01 12:28:56 +0100" endDate="2022-10-01 12:38:19 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 12:54:33 +0100" startDate="2022-10-01 12:43:30 +0100" endDate="2022-10-01 12:50:40 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 13:14:00 +0100" startDate="2022-10-01 13:01:27 +0100" endDate="2022-10-01 13:04:03 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 13:26:03 +0100" startDate="2022-10-01 13:15:00 +0100" endDate="2022-10-01 13:24:33 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 13:36:27 +0100" startDate="2022-10-01 13:25:24 +0100" endDate="2022-10-01 13:35:25 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 13:46:28 +0100" startDate="2022-10-01 13:35:25 +0100" endDate="2022-10-01 13:45:26 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 13:56:29 +0100" startDate="2022-10-01 13:45:26 +0100" endDate="2022-10-01 13:55:27 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 14:06:30 +0100" startDate="2022-10-01 13:55:27 +0100" endDate="2022-10-01 14:04:19 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 14:26:50 +0100" startDate="2022-10-01 14:15:20 +0100" endDate="2022-10-01 14:25:03 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 15:01:19 +0100" startDate="2022-10-01 14:50:16 +0100" endDate="2022-10-01 14:57:19 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 15:12:39 +0100" startDate="2022-10-01 15:01:36 +0100" endDate="2022-10-01 15:07:50 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 15:25:05 +0100" startDate="2022-10-01 15:14:02 +0100" endDate="2022-10-01 15:23:53 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 15:36:42 +0100" startDate="2022-10-01 15:24:52 +0100" endDate="2022-10-01 15:29:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 15:46:03 +0100" startDate="2022-10-01 15:35:01 +0100" endDate="2022-10-01 15:45:02 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 15:56:05 +0100" startDate="2022-10-01 15:45:02 +0100" endDate="2022-10-01 15:47:04 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 16:21:48 +0100" startDate="2022-10-01 16:10:45 +0100" endDate="2022-10-01 16:19:35 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 16:34:42 +0100" startDate="2022-10-01 16:23:39 +0100" endDate="2022-10-01 16:24:15 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 18:38:39 +0100" startDate="2022-10-01 18:27:36 +0100" endDate="2022-10-01 18:37:37 +0100" value="988"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 18:49:19 +0100" startDate="2022-10-01 18:37:37 +0100" endDate="2022-10-01 18:43:44 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 19:11:41 +0100" startDate="2022-10-01 19:00:38 +0100" endDate="2022-10-01 19:04:07 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 19:52:49 +0100" startDate="2022-10-01 19:41:46 +0100" endDate="2022-10-01 19:49:14 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-01 21:42:37 +0100" startDate="2022-10-01 21:30:14 +0100" endDate="2022-10-01 21:30:19 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 08:14:35 +0100" startDate="2022-10-02 08:03:32 +0100" endDate="2022-10-02 08:10:09 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 08:30:48 +0100" startDate="2022-10-02 08:19:45 +0100" endDate="2022-10-02 08:21:07 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 09:28:54 +0100" startDate="2022-10-02 09:16:45 +0100" endDate="2022-10-02 09:21:48 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 15:15:45 +0100" startDate="2022-10-02 15:04:43 +0100" endDate="2022-10-02 15:08:32 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 16:18:13 +0100" startDate="2022-10-02 16:02:59 +0100" endDate="2022-10-02 16:12:48 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 16:27:26 +0100" startDate="2022-10-02 16:13:36 +0100" endDate="2022-10-02 16:23:32 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 16:38:20 +0100" startDate="2022-10-02 16:24:15 +0100" endDate="2022-10-02 16:33:18 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 16:50:27 +0100" startDate="2022-10-02 16:39:24 +0100" endDate="2022-10-02 16:49:20 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 17:01:50 +0100" startDate="2022-10-02 16:50:47 +0100" endDate="2022-10-02 17:00:20 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 17:12:11 +0100" startDate="2022-10-02 17:01:08 +0100" endDate="2022-10-02 17:08:21 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 17:53:21 +0100" startDate="2022-10-02 17:42:18 +0100" endDate="2022-10-02 17:52:18 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 18:04:52 +0100" startDate="2022-10-02 17:52:18 +0100" endDate="2022-10-02 17:56:02 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 19:31:26 +0100" startDate="2022-10-02 19:20:23 +0100" endDate="2022-10-02 19:26:43 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 19:47:54 +0100" startDate="2022-10-02 19:36:52 +0100" endDate="2022-10-02 19:46:53 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-02 19:58:47 +0100" startDate="2022-10-02 19:47:00 +0100" endDate="2022-10-02 19:54:57 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 08:33:56 +0100" startDate="2022-10-03 08:22:53 +0100" endDate="2022-10-03 08:30:39 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 08:48:52 +0100" startDate="2022-10-03 08:37:50 +0100" endDate="2022-10-03 08:37:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 09:04:22 +0100" startDate="2022-10-03 08:51:12 +0100" endDate="2022-10-03 08:55:11 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 09:51:03 +0100" startDate="2022-10-03 09:40:00 +0100" endDate="2022-10-03 09:49:25 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 10:03:24 +0100" startDate="2022-10-03 09:52:21 +0100" endDate="2022-10-03 09:59:54 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 10:22:22 +0100" startDate="2022-10-03 10:11:20 +0100" endDate="2022-10-03 10:11:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 10:52:39 +0100" startDate="2022-10-03 10:41:30 +0100" endDate="2022-10-03 10:48:26 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 11:03:58 +0100" startDate="2022-10-03 10:52:56 +0100" endDate="2022-10-03 11:00:39 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 11:37:15 +0100" startDate="2022-10-03 11:23:58 +0100" endDate="2022-10-03 11:24:29 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 12:09:02 +0100" startDate="2022-10-03 11:57:59 +0100" endDate="2022-10-03 12:07:55 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 14:39:12 +0100" startDate="2022-10-03 12:08:11 +0100" endDate="2022-10-03 12:16:22 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 15:33:35 +0100" startDate="2022-10-03 15:22:32 +0100" endDate="2022-10-03 15:22:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 16:24:47 +0100" startDate="2022-10-03 16:13:44 +0100" endDate="2022-10-03 16:23:45 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 16:35:27 +0100" startDate="2022-10-03 16:23:45 +0100" endDate="2022-10-03 16:33:25 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 16:56:22 +0100" startDate="2022-10-03 16:45:19 +0100" endDate="2022-10-03 16:45:30 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 17:12:27 +0100" startDate="2022-10-03 17:01:25 +0100" endDate="2022-10-03 17:08:18 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 17:24:35 +0100" startDate="2022-10-03 17:12:33 +0100" endDate="2022-10-03 17:12:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-03 21:07:16 +0100" startDate="2022-10-03 20:56:14 +0100" endDate="2022-10-03 20:56:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 05:25:49 +0100" startDate="2022-10-04 05:14:46 +0100" endDate="2022-10-04 05:23:33 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 05:50:49 +0100" startDate="2022-10-04 05:39:46 +0100" endDate="2022-10-04 05:39:51 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 06:49:42 +0100" startDate="2022-10-04 06:38:39 +0100" endDate="2022-10-04 06:39:55 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 07:42:50 +0100" startDate="2022-10-04 07:31:47 +0100" endDate="2022-10-04 07:38:42 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 07:54:49 +0100" startDate="2022-10-04 07:43:22 +0100" endDate="2022-10-04 07:44:44 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 08:15:49 +0100" startDate="2022-10-04 08:04:37 +0100" endDate="2022-10-04 08:04:42 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 09:44:30 +0100" startDate="2022-10-04 09:33:28 +0100" endDate="2022-10-04 09:39:45 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 10:03:28 +0100" startDate="2022-10-04 09:50:10 +0100" endDate="2022-10-04 09:55:01 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 11:07:22 +0100" startDate="2022-10-04 10:56:19 +0100" endDate="2022-10-04 11:03:04 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 11:20:34 +0100" startDate="2022-10-04 11:09:32 +0100" endDate="2022-10-04 11:16:34 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 11:43:07 +0100" startDate="2022-10-04 11:32:04 +0100" endDate="2022-10-04 11:41:17 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 13:13:41 +0100" startDate="2022-10-04 13:00:37 +0100" endDate="2022-10-04 13:00:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 13:31:34 +0100" startDate="2022-10-04 13:20:32 +0100" endDate="2022-10-04 13:29:42 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 13:50:44 +0100" startDate="2022-10-04 13:34:33 +0100" endDate="2022-10-04 13:34:35 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 14:44:33 +0100" startDate="2022-10-04 14:33:31 +0100" endDate="2022-10-04 14:40:44 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 14:54:45 +0100" startDate="2022-10-04 14:43:42 +0100" endDate="2022-10-04 14:53:43 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 15:04:46 +0100" startDate="2022-10-04 14:53:43 +0100" endDate="2022-10-04 15:00:48 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 15:24:58 +0100" startDate="2022-10-04 15:13:04 +0100" endDate="2022-10-04 15:13:35 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 16:39:01 +0100" startDate="2022-10-04 16:25:05 +0100" endDate="2022-10-04 16:29:05 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 18:27:16 +0100" startDate="2022-10-04 18:16:13 +0100" endDate="2022-10-04 18:18:20 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 18:57:19 +0100" startDate="2022-10-04 18:46:16 +0100" endDate="2022-10-04 18:46:18 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 19:13:35 +0100" startDate="2022-10-04 19:01:40 +0100" endDate="2022-10-04 19:04:59 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 20:19:43 +0100" startDate="2022-10-04 20:07:54 +0100" endDate="2022-10-04 20:07:59 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 20:35:21 +0100" startDate="2022-10-04 20:24:08 +0100" endDate="2022-10-04 20:32:21 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-04 20:48:06 +0100" startDate="2022-10-04 20:35:47 +0100" endDate="2022-10-04 20:35:52 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-05 05:52:30 +0100" startDate="2022-10-05 05:41:28 +0100" endDate="2022-10-05 05:41:38 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-05 10:11:34 +0100" startDate="2022-10-05 10:00:31 +0100" endDate="2022-10-05 10:00:39 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-05 10:47:17 +0100" startDate="2022-10-05 10:31:33 +0100" endDate="2022-10-05 10:32:29 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-05 13:32:13 +0100" startDate="2022-10-05 13:21:10 +0100" endDate="2022-10-05 13:27:40 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-05 15:32:44 +0100" startDate="2022-10-05 15:20:50 +0100" endDate="2022-10-05 15:21:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-05 16:10:01 +0100" startDate="2022-10-05 15:57:29 +0100" endDate="2022-10-05 16:01:00 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-05 16:26:02 +0100" startDate="2022-10-05 16:13:22 +0100" endDate="2022-10-05 16:13:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-05 17:32:05 +0100" startDate="2022-10-05 17:21:02 +0100" endDate="2022-10-05 17:21:30 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-05 19:56:49 +0100" startDate="2022-10-05 19:43:42 +0100" endDate="2022-10-05 19:43:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-05 22:15:56 +0100" startDate="2022-10-05 22:04:53 +0100" endDate="2022-10-05 22:05:01 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 05:09:47 +0100" startDate="2022-10-06 04:57:34 +0100" endDate="2022-10-06 04:57:36 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 06:27:46 +0100" startDate="2022-10-06 06:16:44 +0100" endDate="2022-10-06 06:19:04 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 07:19:08 +0100" startDate="2022-10-06 07:08:05 +0100" endDate="2022-10-06 07:17:43 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 07:30:07 +0100" startDate="2022-10-06 07:19:05 +0100" endDate="2022-10-06 07:26:56 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 08:22:00 +0100" startDate="2022-10-06 08:10:57 +0100" endDate="2022-10-06 08:11:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 09:36:32 +0100" startDate="2022-10-06 09:19:59 +0100" endDate="2022-10-06 09:26:06 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 10:08:27 +0100" startDate="2022-10-06 09:55:34 +0100" endDate="2022-10-06 09:55:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 10:48:36 +0100" startDate="2022-10-06 10:35:54 +0100" endDate="2022-10-06 10:36:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 11:07:01 +0100" startDate="2022-10-06 10:53:16 +0100" endDate="2022-10-06 10:58:58 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 11:24:17 +0100" startDate="2022-10-06 11:13:15 +0100" endDate="2022-10-06 11:23:08 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 11:34:21 +0100" startDate="2022-10-06 11:23:18 +0100" endDate="2022-10-06 11:24:25 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 11:48:03 +0100" startDate="2022-10-06 11:37:00 +0100" endDate="2022-10-06 11:45:06 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 13:17:38 +0100" startDate="2022-10-06 13:06:35 +0100" endDate="2022-10-06 13:16:14 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 13:49:53 +0100" startDate="2022-10-06 13:38:15 +0100" endDate="2022-10-06 13:43:08 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 15:35:22 +0100" startDate="2022-10-06 15:24:19 +0100" endDate="2022-10-06 15:34:18 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 15:45:25 +0100" startDate="2022-10-06 15:34:23 +0100" endDate="2022-10-06 15:37:44 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 16:24:24 +0100" startDate="2022-10-06 16:13:21 +0100" endDate="2022-10-06 16:23:22 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 16:34:25 +0100" startDate="2022-10-06 16:23:22 +0100" endDate="2022-10-06 16:33:23 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 16:44:26 +0100" startDate="2022-10-06 16:33:23 +0100" endDate="2022-10-06 16:42:51 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 16:57:27 +0100" startDate="2022-10-06 16:46:25 +0100" endDate="2022-10-06 16:46:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 17:09:15 +0100" startDate="2022-10-06 16:57:32 +0100" endDate="2022-10-06 17:07:33 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 17:18:36 +0100" startDate="2022-10-06 17:07:33 +0100" endDate="2022-10-06 17:17:34 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 17:28:37 +0100" startDate="2022-10-06 17:17:34 +0100" endDate="2022-10-06 17:24:04 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 18:20:43 +0100" startDate="2022-10-06 18:02:13 +0100" endDate="2022-10-06 18:05:09 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 18:25:42 +0100" startDate="2022-10-06 18:14:39 +0100" endDate="2022-10-06 18:20:18 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 18:44:38 +0100" startDate="2022-10-06 18:33:35 +0100" endDate="2022-10-06 18:41:32 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 18:56:20 +0100" startDate="2022-10-06 18:43:39 +0100" endDate="2022-10-06 18:53:27 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 19:08:03 +0100" startDate="2022-10-06 18:57:01 +0100" endDate="2022-10-06 18:58:30 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 20:19:16 +0100" startDate="2022-10-06 20:06:19 +0100" endDate="2022-10-06 20:16:17 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 20:31:13 +0100" startDate="2022-10-06 20:16:22 +0100" endDate="2022-10-06 20:17:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-06 22:04:29 +0100" startDate="2022-10-06 21:53:27 +0100" endDate="2022-10-06 21:53:42 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 06:20:27 +0100" startDate="2022-10-07 06:09:24 +0100" endDate="2022-10-07 06:09:52 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 07:02:02 +0100" startDate="2022-10-07 06:51:00 +0100" endDate="2022-10-07 06:51:35 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 08:22:58 +0100" startDate="2022-10-07 08:09:50 +0100" endDate="2022-10-07 08:12:56 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 09:57:20 +0100" startDate="2022-10-07 09:44:46 +0100" endDate="2022-10-07 09:44:58 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 10:22:01 +0100" startDate="2022-10-07 10:10:58 +0100" endDate="2022-10-07 10:13:05 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 10:57:39 +0100" startDate="2022-10-07 10:45:35 +0100" endDate="2022-10-07 10:52:41 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 11:15:20 +0100" startDate="2022-10-07 11:02:44 +0100" endDate="2022-10-07 11:06:57 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 11:59:16 +0100" startDate="2022-10-07 11:48:13 +0100" endDate="2022-10-07 11:50:18 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 12:09:20 +0100" startDate="2022-10-07 11:58:17 +0100" endDate="2022-10-07 12:08:17 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 12:19:19 +0100" startDate="2022-10-07 12:08:17 +0100" endDate="2022-10-07 12:08:50 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 13:00:01 +0100" startDate="2022-10-07 12:48:58 +0100" endDate="2022-10-07 12:56:47 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 13:12:25 +0100" startDate="2022-10-07 13:01:22 +0100" endDate="2022-10-07 13:08:12 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 13:30:48 +0100" startDate="2022-10-07 13:19:46 +0100" endDate="2022-10-07 13:29:31 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 13:58:19 +0100" startDate="2022-10-07 13:44:58 +0100" endDate="2022-10-07 13:45:26 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 14:13:40 +0100" startDate="2022-10-07 14:01:35 +0100" endDate="2022-10-07 14:02:28 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 14:44:15 +0100" startDate="2022-10-07 14:25:33 +0100" endDate="2022-10-07 14:30:00 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 14:46:44 +0100" startDate="2022-10-07 14:35:42 +0100" endDate="2022-10-07 14:44:49 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 16:13:55 +0100" startDate="2022-10-07 15:59:24 +0100" endDate="2022-10-07 16:08:14 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 17:05:02 +0100" startDate="2022-10-07 16:53:59 +0100" endDate="2022-10-07 16:54:14 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 17:24:53 +0100" startDate="2022-10-07 17:13:51 +0100" endDate="2022-10-07 17:22:07 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 17:37:07 +0100" startDate="2022-10-07 17:23:54 +0100" endDate="2022-10-07 17:26:12 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 17:50:48 +0100" startDate="2022-10-07 17:38:33 +0100" endDate="2022-10-07 17:40:46 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 18:03:21 +0100" startDate="2022-10-07 17:48:41 +0100" endDate="2022-10-07 17:50:44 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 20:21:46 +0100" startDate="2022-10-07 20:09:14 +0100" endDate="2022-10-07 20:09:22 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-07 21:56:16 +0100" startDate="2022-10-07 21:45:13 +0100" endDate="2022-10-07 21:45:44 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 06:31:19 +0100" startDate="2022-10-08 06:17:20 +0100" endDate="2022-10-08 06:27:11 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 06:38:14 +0100" startDate="2022-10-08 06:27:34 +0100" endDate="2022-10-08 06:32:27 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 07:22:58 +0100" startDate="2022-10-08 07:11:55 +0100" endDate="2022-10-08 07:21:18 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 09:01:19 +0100" startDate="2022-10-08 08:50:16 +0100" endDate="2022-10-08 08:50:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 09:16:36 +0100" startDate="2022-10-08 09:05:33 +0100" endDate="2022-10-08 09:15:28 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 09:27:39 +0100" startDate="2022-10-08 09:16:36 +0100" endDate="2022-10-08 09:24:02 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 09:43:31 +0100" startDate="2022-10-08 09:29:23 +0100" endDate="2022-10-08 09:31:41 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 10:14:01 +0100" startDate="2022-10-08 10:01:58 +0100" endDate="2022-10-08 10:02:05 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 10:46:19 +0100" startDate="2022-10-08 10:33:42 +0100" endDate="2022-10-08 10:33:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 11:57:18 +0100" startDate="2022-10-08 11:46:06 +0100" endDate="2022-10-08 11:54:05 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 12:21:21 +0100" startDate="2022-10-08 12:06:42 +0100" endDate="2022-10-08 12:06:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 13:01:38 +0100" startDate="2022-10-08 12:48:05 +0100" endDate="2022-10-08 12:48:20 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 13:18:33 +0100" startDate="2022-10-08 13:05:01 +0100" endDate="2022-10-08 13:11:00 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 13:41:12 +0100" startDate="2022-10-08 13:26:29 +0100" endDate="2022-10-08 13:26:47 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 13:58:05 +0100" startDate="2022-10-08 13:47:02 +0100" endDate="2022-10-08 13:51:53 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 14:30:51 +0100" startDate="2022-10-08 14:19:49 +0100" endDate="2022-10-08 14:29:17 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 14:42:54 +0100" startDate="2022-10-08 14:30:53 +0100" endDate="2022-10-08 14:40:44 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 14:52:15 +0100" startDate="2022-10-08 14:41:12 +0100" endDate="2022-10-08 14:50:05 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 15:03:27 +0100" startDate="2022-10-08 14:52:25 +0100" endDate="2022-10-08 15:01:48 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 15:16:32 +0100" startDate="2022-10-08 15:05:29 +0100" endDate="2022-10-08 15:13:56 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 15:37:53 +0100" startDate="2022-10-08 15:26:51 +0100" endDate="2022-10-08 15:29:13 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 16:20:40 +0100" startDate="2022-10-08 16:02:48 +0100" endDate="2022-10-08 16:03:59 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 17:26:03 +0100" startDate="2022-10-08 17:15:00 +0100" endDate="2022-10-08 17:24:59 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 17:36:22 +0100" startDate="2022-10-08 17:25:19 +0100" endDate="2022-10-08 17:31:03 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 17:52:32 +0100" startDate="2022-10-08 17:41:30 +0100" endDate="2022-10-08 17:44:10 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 18:16:57 +0100" startDate="2022-10-08 18:05:54 +0100" endDate="2022-10-08 18:06:40 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-08 21:15:16 +0100" startDate="2022-10-08 21:01:06 +0100" endDate="2022-10-08 21:01:16 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-09 04:15:33 +0100" startDate="2022-10-09 04:04:30 +0100" endDate="2022-10-09 04:04:50 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-09 08:03:03 +0100" startDate="2022-10-09 07:47:37 +0100" endDate="2022-10-09 07:56:03 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-09 08:14:28 +0100" startDate="2022-10-09 08:01:32 +0100" endDate="2022-10-09 08:07:03 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-09 08:30:30 +0100" startDate="2022-10-09 08:18:15 +0100" endDate="2022-10-09 08:27:53 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-09 08:40:33 +0100" startDate="2022-10-09 08:29:30 +0100" endDate="2022-10-09 08:29:40 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-09 08:51:12 +0100" startDate="2022-10-09 08:40:09 +0100" endDate="2022-10-09 08:40:43 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-09 09:05:22 +0100" startDate="2022-10-09 08:54:19 +0100" endDate="2022-10-09 08:56:24 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-09 11:10:16 +0100" startDate="2022-10-09 10:59:13 +0100" endDate="2022-10-09 10:59:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-09 11:32:17 +0100" startDate="2022-10-09 11:20:10 +0100" endDate="2022-10-09 11:20:15 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-09 18:35:40 +0100" startDate="2022-10-09 18:23:36 +0100" endDate="2022-10-09 18:24:17 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-09 18:58:16 +0100" startDate="2022-10-09 18:46:35 +0100" endDate="2022-10-09 18:53:51 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-09 21:10:46 +0100" startDate="2022-10-09 20:54:58 +0100" endDate="2022-10-09 20:55:23 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 05:46:28 +0100" startDate="2022-10-10 05:35:25 +0100" endDate="2022-10-10 05:35:36 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 06:27:10 +0100" startDate="2022-10-10 06:16:07 +0100" endDate="2022-10-10 06:17:36 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 07:19:07 +0100" startDate="2022-10-10 07:08:04 +0100" endDate="2022-10-10 07:16:36 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 07:36:38 +0100" startDate="2022-10-10 07:23:11 +0100" endDate="2022-10-10 07:25:08 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 10:01:10 +0100" startDate="2022-10-10 09:50:07 +0100" endDate="2022-10-10 09:57:50 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 12:10:22 +0100" startDate="2022-10-10 11:59:01 +0100" endDate="2022-10-10 12:08:40 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 12:20:18 +0100" startDate="2022-10-10 12:09:15 +0100" endDate="2022-10-10 12:17:22 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 12:47:18 +0100" startDate="2022-10-10 12:36:15 +0100" endDate="2022-10-10 12:45:56 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 13:03:26 +0100" startDate="2022-10-10 12:52:23 +0100" endDate="2022-10-10 12:58:37 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 13:58:19 +0100" startDate="2022-10-10 13:47:16 +0100" endDate="2022-10-10 13:49:21 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 14:51:30 +0100" startDate="2022-10-10 14:40:27 +0100" endDate="2022-10-10 14:42:47 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 15:18:21 +0100" startDate="2022-10-10 15:07:18 +0100" endDate="2022-10-10 15:07:26 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 15:33:05 +0100" startDate="2022-10-10 15:22:02 +0100" endDate="2022-10-10 15:22:17 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 19:20:41 +0100" startDate="2022-10-10 19:09:38 +0100" endDate="2022-10-10 19:19:06 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-10 19:42:54 +0100" startDate="2022-10-10 19:31:32 +0100" endDate="2022-10-10 19:31:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 07:10:49 +0100" startDate="2022-10-11 06:59:46 +0100" endDate="2022-10-11 07:02:08 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 07:26:52 +0100" startDate="2022-10-11 07:15:49 +0100" endDate="2022-10-11 07:16:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 07:44:36 +0100" startDate="2022-10-11 07:33:33 +0100" endDate="2022-10-11 07:33:43 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 08:27:15 +0100" startDate="2022-10-11 08:14:08 +0100" endDate="2022-10-11 08:14:51 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 10:52:49 +0100" startDate="2022-10-11 10:41:46 +0100" endDate="2022-10-11 10:50:41 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 11:04:30 +0100" startDate="2022-10-11 10:51:52 +0100" endDate="2022-10-11 10:51:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 11:17:16 +0100" startDate="2022-10-11 11:06:13 +0100" endDate="2022-10-11 11:12:23 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 11:27:45 +0100" startDate="2022-10-11 11:16:43 +0100" endDate="2022-10-11 11:17:13 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 11:55:57 +0100" startDate="2022-10-11 11:44:55 +0100" endDate="2022-10-11 11:45:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 12:53:14 +0100" startDate="2022-10-11 12:42:02 +0100" endDate="2022-10-11 12:49:45 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 14:22:12 +0100" startDate="2022-10-11 14:09:42 +0100" endDate="2022-10-11 14:09:44 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 16:12:47 +0100" startDate="2022-10-11 16:00:39 +0100" endDate="2022-10-11 16:01:38 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 18:58:31 +0100" startDate="2022-10-11 18:47:05 +0100" endDate="2022-10-11 18:47:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 19:30:19 +0100" startDate="2022-10-11 19:19:16 +0100" endDate="2022-10-11 19:19:23 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-11 21:07:02 +0100" startDate="2022-10-11 20:54:57 +0100" endDate="2022-10-11 20:57:22 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 05:14:50 +0100" startDate="2022-10-12 05:01:02 +0100" endDate="2022-10-12 05:01:17 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 05:27:21 +0100" startDate="2022-10-12 05:14:49 +0100" endDate="2022-10-12 05:21:32 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 05:58:14 +0100" startDate="2022-10-12 05:47:12 +0100" endDate="2022-10-12 05:51:26 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 07:01:37 +0100" startDate="2022-10-12 06:50:35 +0100" endDate="2022-10-12 06:55:33 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 11:35:44 +0100" startDate="2022-10-12 11:24:41 +0100" endDate="2022-10-12 11:28:25 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 12:13:13 +0100" startDate="2022-10-12 12:02:10 +0100" endDate="2022-10-12 12:11:59 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 12:26:47 +0100" startDate="2022-10-12 12:12:29 +0100" endDate="2022-10-12 12:17:55 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 12:58:05 +0100" startDate="2022-10-12 12:47:02 +0100" endDate="2022-10-12 12:56:58 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 14:13:57 +0100" startDate="2022-10-12 14:02:55 +0100" endDate="2022-10-12 14:07:50 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 14:41:55 +0100" startDate="2022-10-12 14:30:53 +0100" endDate="2022-10-12 14:36:11 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 15:18:40 +0100" startDate="2022-10-12 15:07:37 +0100" endDate="2022-10-12 15:17:38 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 15:28:41 +0100" startDate="2022-10-12 15:17:38 +0100" endDate="2022-10-12 15:27:39 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 15:38:42 +0100" startDate="2022-10-12 15:27:39 +0100" endDate="2022-10-12 15:37:17 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 15:48:56 +0100" startDate="2022-10-12 15:37:53 +0100" endDate="2022-10-12 15:38:26 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 15:59:17 +0100" startDate="2022-10-12 15:48:15 +0100" endDate="2022-10-12 15:48:20 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 17:24:36 +0100" startDate="2022-10-12 17:12:28 +0100" endDate="2022-10-12 17:13:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 19:27:22 +0100" startDate="2022-10-12 19:16:20 +0100" endDate="2022-10-12 19:26:21 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 19:37:23 +0100" startDate="2022-10-12 19:26:21 +0100" endDate="2022-10-12 19:29:14 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 20:30:10 +0100" startDate="2022-10-12 20:18:56 +0100" endDate="2022-10-12 20:21:19 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-12 22:49:19 +0100" startDate="2022-10-12 22:32:14 +0100" endDate="2022-10-12 22:35:38 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 06:17:42 +0100" startDate="2022-10-13 06:06:40 +0100" endDate="2022-10-13 06:16:32 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 06:43:58 +0100" startDate="2022-10-13 06:32:00 +0100" endDate="2022-10-13 06:40:27 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 06:53:19 +0100" startDate="2022-10-13 06:42:17 +0100" endDate="2022-10-13 06:44:03 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 07:46:56 +0100" startDate="2022-10-13 07:35:53 +0100" endDate="2022-10-13 07:44:22 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 10:15:40 +0100" startDate="2022-10-13 10:02:58 +0100" endDate="2022-10-13 10:03:31 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 11:14:10 +0100" startDate="2022-10-13 11:03:07 +0100" endDate="2022-10-13 11:10:33 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 11:37:14 +0100" startDate="2022-10-13 11:25:43 +0100" endDate="2022-10-13 11:32:08 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 11:48:10 +0100" startDate="2022-10-13 11:36:13 +0100" endDate="2022-10-13 11:36:57 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 13:07:42 +0100" startDate="2022-10-13 12:53:40 +0100" endDate="2022-10-13 12:57:37 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 14:40:47 +0100" startDate="2022-10-13 14:27:32 +0100" endDate="2022-10-13 14:27:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 15:30:44 +0100" startDate="2022-10-13 15:16:20 +0100" endDate="2022-10-13 15:18:02 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 17:13:41 +0100" startDate="2022-10-13 17:00:48 +0100" endDate="2022-10-13 17:10:18 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 17:22:14 +0100" startDate="2022-10-13 17:11:12 +0100" endDate="2022-10-13 17:16:48 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 18:04:29 +0100" startDate="2022-10-13 17:53:26 +0100" endDate="2022-10-13 18:03:02 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 18:15:18 +0100" startDate="2022-10-13 18:04:15 +0100" endDate="2022-10-13 18:11:08 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 18:34:02 +0100" startDate="2022-10-13 18:21:45 +0100" endDate="2022-10-13 18:28:50 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-13 21:12:17 +0100" startDate="2022-10-13 21:01:14 +0100" endDate="2022-10-13 21:01:40 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 05:13:05 +0100" startDate="2022-10-14 05:02:02 +0100" endDate="2022-10-14 05:02:07 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 06:55:55 +0100" startDate="2022-10-14 06:44:53 +0100" endDate="2022-10-14 06:52:41 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 07:15:29 +0100" startDate="2022-10-14 07:04:09 +0100" endDate="2022-10-14 07:13:06 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 07:25:18 +0100" startDate="2022-10-14 07:14:15 +0100" endDate="2022-10-14 07:16:50 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 08:16:25 +0100" startDate="2022-10-14 08:04:59 +0100" endDate="2022-10-14 08:10:30 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 09:34:44 +0100" startDate="2022-10-14 09:23:41 +0100" endDate="2022-10-14 09:32:11 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 09:45:54 +0100" startDate="2022-10-14 09:34:51 +0100" endDate="2022-10-14 09:41:16 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 09:58:15 +0100" startDate="2022-10-14 09:47:12 +0100" endDate="2022-10-14 09:57:13 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 10:07:59 +0100" startDate="2022-10-14 09:57:13 +0100" endDate="2022-10-14 10:07:07 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 10:21:24 +0100" startDate="2022-10-14 10:07:50 +0100" endDate="2022-10-14 10:12:30 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 10:32:54 +0100" startDate="2022-10-14 10:21:20 +0100" endDate="2022-10-14 10:25:37 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 11:14:48 +0100" startDate="2022-10-14 11:01:04 +0100" endDate="2022-10-14 11:01:07 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 11:26:54 +0100" startDate="2022-10-14 11:15:24 +0100" endDate="2022-10-14 11:17:42 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 11:51:51 +0100" startDate="2022-10-14 11:38:16 +0100" endDate="2022-10-14 11:38:34 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 12:08:00 +0100" startDate="2022-10-14 11:56:58 +0100" endDate="2022-10-14 12:00:37 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 12:31:04 +0100" startDate="2022-10-14 12:20:02 +0100" endDate="2022-10-14 12:20:50 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 12:52:08 +0100" startDate="2022-10-14 12:41:05 +0100" endDate="2022-10-14 12:41:38 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 13:15:39 +0100" startDate="2022-10-14 13:04:36 +0100" endDate="2022-10-14 13:14:35 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 13:25:58 +0100" startDate="2022-10-14 13:14:55 +0100" endDate="2022-10-14 13:24:49 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 14:09:17 +0100" startDate="2022-10-14 13:54:16 +0100" endDate="2022-10-14 13:54:24 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 15:35:51 +0100" startDate="2022-10-14 15:24:48 +0100" endDate="2022-10-14 15:31:51 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 16:39:28 +0100" startDate="2022-10-14 16:25:38 +0100" endDate="2022-10-14 16:33:34 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 16:49:50 +0100" startDate="2022-10-14 16:38:47 +0100" endDate="2022-10-14 16:43:38 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 17:48:04 +0100" startDate="2022-10-14 17:37:01 +0100" endDate="2022-10-14 17:44:17 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 17:59:42 +0100" startDate="2022-10-14 17:48:39 +0100" endDate="2022-10-14 17:49:15 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 18:33:03 +0100" startDate="2022-10-14 18:22:00 +0100" endDate="2022-10-14 18:31:07 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 18:43:14 +0100" startDate="2022-10-14 18:32:11 +0100" endDate="2022-10-14 18:39:01 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 19:12:23 +0100" startDate="2022-10-14 19:01:17 +0100" endDate="2022-10-14 19:07:07 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 19:25:34 +0100" startDate="2022-10-14 19:14:04 +0100" endDate="2022-10-14 19:22:41 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 19:40:47 +0100" startDate="2022-10-14 19:29:44 +0100" endDate="2022-10-14 19:34:48 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 19:53:54 +0100" startDate="2022-10-14 19:40:19 +0100" endDate="2022-10-14 19:41:05 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-14 21:57:24 +0100" startDate="2022-10-14 21:46:22 +0100" endDate="2022-10-14 21:46:34 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 05:59:58 +0100" startDate="2022-10-15 05:48:55 +0100" endDate="2022-10-15 05:52:55 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 06:59:34 +0100" startDate="2022-10-15 06:48:31 +0100" endDate="2022-10-15 06:55:06 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 07:50:48 +0100" startDate="2022-10-15 07:39:45 +0100" endDate="2022-10-15 07:48:40 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 08:29:53 +0100" startDate="2022-10-15 08:18:21 +0100" endDate="2022-10-15 08:27:39 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 08:41:12 +0100" startDate="2022-10-15 08:30:09 +0100" endDate="2022-10-15 08:39:29 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 08:51:46 +0100" startDate="2022-10-15 08:40:43 +0100" endDate="2022-10-15 08:49:38 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 09:01:47 +0100" startDate="2022-10-15 08:50:44 +0100" endDate="2022-10-15 08:50:47 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 09:15:45 +0100" startDate="2022-10-15 09:04:43 +0100" endDate="2022-10-15 09:09:26 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 09:37:05 +0100" startDate="2022-10-15 09:26:02 +0100" endDate="2022-10-15 09:35:07 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 09:47:14 +0100" startDate="2022-10-15 09:36:11 +0100" endDate="2022-10-15 09:40:31 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 10:06:48 +0100" startDate="2022-10-15 09:55:45 +0100" endDate="2022-10-15 10:02:35 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 10:23:34 +0100" startDate="2022-10-15 10:12:21 +0100" endDate="2022-10-15 10:22:20 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 10:34:09 +0100" startDate="2022-10-15 10:23:06 +0100" endDate="2022-10-15 10:23:37 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 11:08:16 +0100" startDate="2022-10-15 10:55:40 +0100" endDate="2022-10-15 11:05:31 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 11:16:56 +0100" startDate="2022-10-15 11:05:54 +0100" endDate="2022-10-15 11:15:24 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 11:27:05 +0100" startDate="2022-10-15 11:16:02 +0100" endDate="2022-10-15 11:21:46 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 11:38:26 +0100" startDate="2022-10-15 11:27:18 +0100" endDate="2022-10-15 11:36:46 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 11:48:26 +0100" startDate="2022-10-15 11:37:24 +0100" endDate="2022-10-15 11:37:49 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 12:07:30 +0100" startDate="2022-10-15 11:56:27 +0100" endDate="2022-10-15 11:59:49 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 12:19:21 +0100" startDate="2022-10-15 12:06:31 +0100" endDate="2022-10-15 12:13:07 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 16:38:49 +0100" startDate="2022-10-15 16:27:46 +0100" endDate="2022-10-15 16:36:49 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 17:01:24 +0100" startDate="2022-10-15 16:50:21 +0100" endDate="2022-10-15 16:53:14 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 18:16:43 +0100" startDate="2022-10-15 18:05:40 +0100" endDate="2022-10-15 18:10:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 18:30:25 +0100" startDate="2022-10-15 18:17:28 +0100" endDate="2022-10-15 18:20:16 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 20:50:17 +0100" startDate="2022-10-15 20:39:14 +0100" endDate="2022-10-15 20:40:33 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 21:20:03 +0100" startDate="2022-10-15 21:09:00 +0100" endDate="2022-10-15 21:19:00 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-15 21:31:37 +0100" startDate="2022-10-15 21:19:00 +0100" endDate="2022-10-15 21:19:05 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 06:16:48 +0100" startDate="2022-10-16 06:04:08 +0100" endDate="2022-10-16 06:13:00 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 07:18:28 +0100" startDate="2022-10-16 07:07:26 +0100" endDate="2022-10-16 07:08:11 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 08:11:17 +0100" startDate="2022-10-16 07:59:35 +0100" endDate="2022-10-16 07:59:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 08:23:21 +0100" startDate="2022-10-16 08:11:32 +0100" endDate="2022-10-16 08:21:21 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 08:32:45 +0100" startDate="2022-10-16 08:21:42 +0100" endDate="2022-10-16 08:28:29 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 09:07:23 +0100" startDate="2022-10-16 08:54:34 +0100" endDate="2022-10-16 08:57:50 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 10:37:11 +0100" startDate="2022-10-16 10:20:19 +0100" endDate="2022-10-16 10:26:08 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 10:44:32 +0100" startDate="2022-10-16 10:32:15 +0100" endDate="2022-10-16 10:41:30 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 11:04:09 +0100" startDate="2022-10-16 10:46:31 +0100" endDate="2022-10-16 10:56:30 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 11:12:30 +0100" startDate="2022-10-16 10:56:30 +0100" endDate="2022-10-16 10:59:08 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 11:39:11 +0100" startDate="2022-10-16 11:23:54 +0100" endDate="2022-10-16 11:27:25 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 11:58:39 +0100" startDate="2022-10-16 11:42:56 +0100" endDate="2022-10-16 11:49:52 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 12:11:55 +0100" startDate="2022-10-16 11:56:06 +0100" endDate="2022-10-16 12:01:25 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 12:26:23 +0100" startDate="2022-10-16 12:11:32 +0100" endDate="2022-10-16 12:19:42 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 12:43:25 +0100" startDate="2022-10-16 12:29:13 +0100" endDate="2022-10-16 12:38:05 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 13:01:00 +0100" startDate="2022-10-16 12:47:18 +0100" endDate="2022-10-16 12:49:51 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 13:16:22 +0100" startDate="2022-10-16 13:05:20 +0100" endDate="2022-10-16 13:13:21 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 13:42:35 +0100" startDate="2022-10-16 13:31:17 +0100" endDate="2022-10-16 13:41:15 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 14:05:13 +0100" startDate="2022-10-16 13:54:10 +0100" endDate="2022-10-16 13:59:59 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 15:33:01 +0100" startDate="2022-10-16 15:21:58 +0100" endDate="2022-10-16 15:22:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 15:46:36 +0100" startDate="2022-10-16 15:35:33 +0100" endDate="2022-10-16 15:36:27 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 16:11:32 +0100" startDate="2022-10-16 15:57:25 +0100" endDate="2022-10-16 16:07:16 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 16:18:36 +0100" startDate="2022-10-16 16:07:34 +0100" endDate="2022-10-16 16:15:25 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 14:23:17 +0100" startDate="2022-10-16 14:12:13 +0100" endDate="2022-10-16 14:19:54 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 14:34:28 +0100" startDate="2022-10-16 14:23:26 +0100" endDate="2022-10-16 14:24:14 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 17:56:54 +0100" startDate="2022-10-16 17:43:45 +0100" endDate="2022-10-16 17:47:10 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-16 19:31:07 +0100" startDate="2022-10-16 19:20:04 +0100" endDate="2022-10-16 19:20:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 06:15:32 +0100" startDate="2022-10-17 06:03:28 +0100" endDate="2022-10-17 06:03:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 06:47:52 +0100" startDate="2022-10-17 06:36:49 +0100" endDate="2022-10-17 06:46:02 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 07:49:35 +0100" startDate="2022-10-17 07:38:33 +0100" endDate="2022-10-17 07:47:10 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 09:17:07 +0100" startDate="2022-10-17 09:05:47 +0100" endDate="2022-10-17 09:11:15 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 09:52:15 +0100" startDate="2022-10-17 09:38:50 +0100" endDate="2022-10-17 09:48:00 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 10:05:28 +0100" startDate="2022-10-17 09:51:22 +0100" endDate="2022-10-17 09:54:27 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 10:35:15 +0100" startDate="2022-10-17 10:20:38 +0100" endDate="2022-10-17 10:23:36 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 11:10:11 +0100" startDate="2022-10-17 10:59:08 +0100" endDate="2022-10-17 11:08:21 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 11:31:43 +0100" startDate="2022-10-17 11:20:40 +0100" endDate="2022-10-17 11:28:36 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 11:42:35 +0100" startDate="2022-10-17 11:30:49 +0100" endDate="2022-10-17 11:36:00 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 12:54:24 +0100" startDate="2022-10-17 12:43:21 +0100" endDate="2022-10-17 12:47:56 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 13:05:33 +0100" startDate="2022-10-17 12:53:38 +0100" endDate="2022-10-17 12:57:40 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 13:39:20 +0100" startDate="2022-10-17 13:27:47 +0100" endDate="2022-10-17 13:27:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 15:30:04 +0100" startDate="2022-10-17 15:18:59 +0100" endDate="2022-10-17 15:28:32 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 15:44:32 +0100" startDate="2022-10-17 15:30:16 +0100" endDate="2022-10-17 15:30:44 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 16:37:22 +0100" startDate="2022-10-17 16:26:19 +0100" endDate="2022-10-17 16:29:48 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 17:16:56 +0100" startDate="2022-10-17 17:05:53 +0100" endDate="2022-10-17 17:09:14 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 18:07:30 +0100" startDate="2022-10-17 17:54:26 +0100" endDate="2022-10-17 17:58:41 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 19:23:22 +0100" startDate="2022-10-17 19:11:41 +0100" endDate="2022-10-17 19:13:48 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-17 20:54:42 +0100" startDate="2022-10-17 20:43:39 +0100" endDate="2022-10-17 20:43:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 05:22:32 +0100" startDate="2022-10-18 05:10:46 +0100" endDate="2022-10-18 05:20:24 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 05:31:52 +0100" startDate="2022-10-18 05:20:49 +0100" endDate="2022-10-18 05:26:24 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 06:15:19 +0100" startDate="2022-10-18 06:04:16 +0100" endDate="2022-10-18 06:08:13 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 07:17:45 +0100" startDate="2022-10-18 07:06:42 +0100" endDate="2022-10-18 07:14:36 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 07:34:33 +0100" startDate="2022-10-18 07:18:38 +0100" endDate="2022-10-18 07:19:03 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 09:03:30 +0100" startDate="2022-10-18 08:51:53 +0100" endDate="2022-10-18 08:59:29 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 09:35:53 +0100" startDate="2022-10-18 09:24:02 +0100" endDate="2022-10-18 09:32:13 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 09:52:10 +0100" startDate="2022-10-18 09:40:23 +0100" endDate="2022-10-18 09:50:05 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 10:09:51 +0100" startDate="2022-10-18 09:58:41 +0100" endDate="2022-10-18 10:01:22 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 11:25:51 +0100" startDate="2022-10-18 11:14:49 +0100" endDate="2022-10-18 11:24:37 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 11:41:49 +0100" startDate="2022-10-18 11:25:18 +0100" endDate="2022-10-18 11:25:53 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 12:03:30 +0100" startDate="2022-10-18 11:52:27 +0100" endDate="2022-10-18 11:56:47 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 14:10:33 +0100" startDate="2022-10-18 13:59:30 +0100" endDate="2022-10-18 14:01:30 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 14:31:24 +0100" startDate="2022-10-18 14:20:21 +0100" endDate="2022-10-18 14:23:07 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 14:48:46 +0100" startDate="2022-10-18 14:37:43 +0100" endDate="2022-10-18 14:47:39 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 15:04:54 +0100" startDate="2022-10-18 14:53:52 +0100" endDate="2022-10-18 14:56:32 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 15:29:23 +0100" startDate="2022-10-18 15:18:20 +0100" endDate="2022-10-18 15:26:14 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 15:39:42 +0100" startDate="2022-10-18 15:28:39 +0100" endDate="2022-10-18 15:28:52 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 16:28:15 +0100" startDate="2022-10-18 16:16:47 +0100" endDate="2022-10-18 16:24:16 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 16:39:49 +0100" startDate="2022-10-18 16:28:46 +0100" endDate="2022-10-18 16:30:51 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 16:53:36 +0100" startDate="2022-10-18 16:42:34 +0100" endDate="2022-10-18 16:48:33 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 17:24:05 +0100" startDate="2022-10-18 17:12:02 +0100" endDate="2022-10-18 17:12:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 17:53:31 +0100" startDate="2022-10-18 17:42:28 +0100" endDate="2022-10-18 17:47:19 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 19:30:44 +0100" startDate="2022-10-18 19:17:49 +0100" endDate="2022-10-18 19:18:07 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 19:59:00 +0100" startDate="2022-10-18 19:42:36 +0100" endDate="2022-10-18 19:42:52 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-18 21:21:15 +0100" startDate="2022-10-18 21:09:46 +0100" endDate="2022-10-18 21:09:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 02:55:28 +0100" startDate="2022-10-19 02:44:25 +0100" endDate="2022-10-19 02:44:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 06:17:25 +0100" startDate="2022-10-19 06:06:09 +0100" endDate="2022-10-19 06:15:53 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 06:27:27 +0100" startDate="2022-10-19 06:16:24 +0100" endDate="2022-10-19 06:21:07 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 07:21:37 +0100" startDate="2022-10-19 07:10:34 +0100" endDate="2022-10-19 07:18:10 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 10:10:52 +0100" startDate="2022-10-19 09:58:49 +0100" endDate="2022-10-19 09:59:14 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 11:04:45 +0100" startDate="2022-10-19 10:53:42 +0100" endDate="2022-10-19 11:01:28 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 11:16:50 +0100" startDate="2022-10-19 11:03:53 +0100" endDate="2022-10-19 11:04:09 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 11:31:38 +0100" startDate="2022-10-19 11:20:35 +0100" endDate="2022-10-19 11:30:34 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 11:41:37 +0100" startDate="2022-10-19 11:30:34 +0100" endDate="2022-10-19 11:39:22 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 11:51:41 +0100" startDate="2022-10-19 11:40:38 +0100" endDate="2022-10-19 11:50:37 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 12:03:38 +0100" startDate="2022-10-19 11:50:47 +0100" endDate="2022-10-19 11:50:49 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 12:59:48 +0100" startDate="2022-10-19 12:48:45 +0100" endDate="2022-10-19 12:55:58 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 13:11:11 +0100" startDate="2022-10-19 13:00:08 +0100" endDate="2022-10-19 13:07:59 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 13:43:41 +0100" startDate="2022-10-19 13:29:36 +0100" endDate="2022-10-19 13:29:56 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 15:31:45 +0100" startDate="2022-10-19 15:20:42 +0100" endDate="2022-10-19 15:30:03 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 15:42:37 +0100" startDate="2022-10-19 15:31:34 +0100" endDate="2022-10-19 15:31:49 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 16:31:10 +0100" startDate="2022-10-19 16:20:08 +0100" endDate="2022-10-19 16:23:32 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 16:48:14 +0100" startDate="2022-10-19 16:36:56 +0100" endDate="2022-10-19 16:37:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 17:44:18 +0100" startDate="2022-10-19 17:32:08 +0100" endDate="2022-10-19 17:32:13 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-19 18:14:59 +0100" startDate="2022-10-19 18:02:52 +0100" endDate="2022-10-19 18:05:30 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 04:46:49 +0100" startDate="2022-10-20 04:35:47 +0100" endDate="2022-10-20 04:35:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 05:30:37 +0100" startDate="2022-10-20 05:18:55 +0100" endDate="2022-10-20 05:19:08 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 05:49:13 +0100" startDate="2022-10-20 05:38:10 +0100" endDate="2022-10-20 05:38:15 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 06:00:48 +0100" startDate="2022-10-20 05:49:46 +0100" endDate="2022-10-20 05:52:34 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 06:35:46 +0100" startDate="2022-10-20 06:24:44 +0100" endDate="2022-10-20 06:31:11 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 07:34:19 +0100" startDate="2022-10-20 07:22:07 +0100" endDate="2022-10-20 07:26:19 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 08:36:58 +0100" startDate="2022-10-20 08:25:55 +0100" endDate="2022-10-20 08:29:21 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 09:59:59 +0100" startDate="2022-10-20 09:48:57 +0100" endDate="2022-10-20 09:58:20 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 10:13:13 +0100" startDate="2022-10-20 09:59:57 +0100" endDate="2022-10-20 10:01:21 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 10:29:21 +0100" startDate="2022-10-20 10:17:25 +0100" endDate="2022-10-20 10:17:27 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 11:04:54 +0100" startDate="2022-10-20 10:53:51 +0100" endDate="2022-10-20 10:59:12 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 11:15:20 +0100" startDate="2022-10-20 11:04:38 +0100" endDate="2022-10-20 11:14:39 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 11:26:32 +0100" startDate="2022-10-20 11:14:39 +0100" endDate="2022-10-20 11:15:00 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 11:50:22 +0100" startDate="2022-10-20 11:39:19 +0100" endDate="2022-10-20 11:44:55 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 12:07:41 +0100" startDate="2022-10-20 11:54:59 +0100" endDate="2022-10-20 12:04:40 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 12:22:19 +0100" startDate="2022-10-20 12:11:17 +0100" endDate="2022-10-20 12:11:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 15:37:41 +0100" startDate="2022-10-20 15:25:32 +0100" endDate="2022-10-20 15:27:26 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 16:19:14 +0100" startDate="2022-10-20 16:04:35 +0100" endDate="2022-10-20 16:10:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 16:39:38 +0100" startDate="2022-10-20 16:28:33 +0100" endDate="2022-10-20 16:28:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 16:58:14 +0100" startDate="2022-10-20 16:45:50 +0100" endDate="2022-10-20 16:53:38 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 17:07:56 +0100" startDate="2022-10-20 16:56:39 +0100" endDate="2022-10-20 17:05:32 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 18:10:46 +0100" startDate="2022-10-20 17:59:43 +0100" endDate="2022-10-20 18:03:52 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 18:27:19 +0100" startDate="2022-10-20 18:16:17 +0100" endDate="2022-10-20 18:19:16 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 19:50:59 +0100" startDate="2022-10-20 19:39:57 +0100" endDate="2022-10-20 19:48:49 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-20 21:15:13 +0100" startDate="2022-10-20 21:03:15 +0100" endDate="2022-10-20 21:06:33 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-21 07:22:06 +0100" startDate="2022-10-21 07:17:12 +0100" endDate="2022-10-21 07:17:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-21 08:10:02 +0100" startDate="2022-10-21 07:54:52 +0100" endDate="2022-10-21 07:58:23 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-21 09:48:37 +0100" startDate="2022-10-21 09:35:56 +0100" endDate="2022-10-21 09:42:08 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-21 11:06:21 +0100" startDate="2022-10-21 10:51:37 +0100" endDate="2022-10-21 10:51:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-21 14:18:17 +0100" startDate="2022-10-21 14:06:48 +0100" endDate="2022-10-21 14:07:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-21 15:32:18 +0100" startDate="2022-10-21 15:19:12 +0100" endDate="2022-10-21 15:27:49 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-21 16:08:36 +0100" startDate="2022-10-21 15:57:33 +0100" endDate="2022-10-21 15:58:01 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-21 16:56:07 +0100" startDate="2022-10-21 16:45:04 +0100" endDate="2022-10-21 16:45:25 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-21 18:03:55 +0100" startDate="2022-10-21 17:52:52 +0100" endDate="2022-10-21 17:53:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 07:41:59 +0100" startDate="2022-10-22 07:29:09 +0100" endDate="2022-10-22 07:29:26 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 09:14:16 +0100" startDate="2022-10-22 09:00:57 +0100" endDate="2022-10-22 09:03:05 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 09:48:44 +0100" startDate="2022-10-22 09:37:41 +0100" endDate="2022-10-22 09:37:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 10:27:53 +0100" startDate="2022-10-22 10:16:51 +0100" endDate="2022-10-22 10:16:53 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 10:38:57 +0100" startDate="2022-10-22 10:27:32 +0100" endDate="2022-10-22 10:29:34 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 11:06:15 +0100" startDate="2022-10-22 10:55:13 +0100" endDate="2022-10-22 11:04:28 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 11:29:03 +0100" startDate="2022-10-22 11:18:01 +0100" endDate="2022-10-22 11:21:32 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 11:47:44 +0100" startDate="2022-10-22 11:36:41 +0100" endDate="2022-10-22 11:38:44 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 12:10:27 +0100" startDate="2022-10-22 11:59:24 +0100" endDate="2022-10-22 12:03:26 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 12:26:19 +0100" startDate="2022-10-22 12:15:16 +0100" endDate="2022-10-22 12:25:18 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 12:36:20 +0100" startDate="2022-10-22 12:25:18 +0100" endDate="2022-10-22 12:35:19 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 12:46:21 +0100" startDate="2022-10-22 12:35:19 +0100" endDate="2022-10-22 12:45:20 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 12:56:22 +0100" startDate="2022-10-22 12:45:20 +0100" endDate="2022-10-22 12:55:21 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 13:06:23 +0100" startDate="2022-10-22 12:55:21 +0100" endDate="2022-10-22 12:58:24 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 13:47:25 +0100" startDate="2022-10-22 13:36:22 +0100" endDate="2022-10-22 13:42:49 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 13:59:15 +0100" startDate="2022-10-22 13:48:13 +0100" endDate="2022-10-22 13:54:30 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 14:23:45 +0100" startDate="2022-10-22 14:12:42 +0100" endDate="2022-10-22 14:22:43 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 14:33:48 +0100" startDate="2022-10-22 14:22:43 +0100" endDate="2022-10-22 14:32:34 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 14:45:16 +0100" startDate="2022-10-22 14:32:44 +0100" endDate="2022-10-22 14:38:31 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 14:55:33 +0100" startDate="2022-10-22 14:44:30 +0100" endDate="2022-10-22 14:54:31 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 15:05:34 +0100" startDate="2022-10-22 14:54:31 +0100" endDate="2022-10-22 15:02:48 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 15:19:02 +0100" startDate="2022-10-22 15:05:54 +0100" endDate="2022-10-22 15:15:55 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 15:26:58 +0100" startDate="2022-10-22 15:15:55 +0100" endDate="2022-10-22 15:25:56 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 15:36:59 +0100" startDate="2022-10-22 15:25:56 +0100" endDate="2022-10-22 15:26:06 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 17:18:56 +0100" startDate="2022-10-22 17:07:53 +0100" endDate="2022-10-22 17:17:54 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 17:33:30 +0100" startDate="2022-10-22 17:17:54 +0100" endDate="2022-10-22 17:27:43 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 17:40:10 +0100" startDate="2022-10-22 17:28:00 +0100" endDate="2022-10-22 17:32:58 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 18:06:18 +0100" startDate="2022-10-22 17:55:15 +0100" endDate="2022-10-22 17:57:33 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 18:18:42 +0100" startDate="2022-10-22 18:07:39 +0100" endDate="2022-10-22 18:07:59 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 18:38:13 +0100" startDate="2022-10-22 18:27:11 +0100" endDate="2022-10-22 18:32:47 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 18:58:50 +0100" startDate="2022-10-22 18:46:45 +0100" endDate="2022-10-22 18:49:33 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-22 20:55:30 +0100" startDate="2022-10-22 20:44:27 +0100" endDate="2022-10-22 20:44:37 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-23 07:57:22 +0100" startDate="2022-10-23 07:44:55 +0100" endDate="2022-10-23 07:54:07 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-23 08:10:34 +0100" startDate="2022-10-23 07:59:32 +0100" endDate="2022-10-23 08:08:04 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-23 09:05:21 +0100" startDate="2022-10-23 08:54:18 +0100" endDate="2022-10-23 09:04:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-23 09:23:31 +0100" startDate="2022-10-23 09:05:15 +0100" endDate="2022-10-23 09:14:02 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-23 11:04:15 +0100" startDate="2022-10-23 10:49:27 +0100" endDate="2022-10-23 10:50:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-23 12:32:51 +0100" startDate="2022-10-23 12:17:14 +0100" endDate="2022-10-23 12:17:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-23 13:23:03 +0100" startDate="2022-10-23 13:11:49 +0100" endDate="2022-10-23 13:19:56 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-23 13:48:02 +0100" startDate="2022-10-23 13:36:19 +0100" endDate="2022-10-23 13:45:57 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-23 15:47:12 +0100" startDate="2022-10-23 15:34:57 +0100" endDate="2022-10-23 15:35:02 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-23 16:08:47 +0100" startDate="2022-10-23 15:57:44 +0100" endDate="2022-10-23 15:57:57 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-23 17:10:23 +0100" startDate="2022-10-23 16:59:20 +0100" endDate="2022-10-23 17:07:32 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-23 21:07:51 +0100" startDate="2022-10-23 20:56:48 +0100" endDate="2022-10-23 20:56:53 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 05:16:30 +0100" startDate="2022-10-24 05:05:27 +0100" endDate="2022-10-24 05:06:41 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 05:53:23 +0100" startDate="2022-10-24 05:41:33 +0100" endDate="2022-10-24 05:42:49 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 06:23:33 +0100" startDate="2022-10-24 06:12:03 +0100" endDate="2022-10-24 06:22:00 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 06:40:52 +0100" startDate="2022-10-24 06:29:49 +0100" endDate="2022-10-24 06:36:31 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 07:34:00 +0100" startDate="2022-10-24 07:22:25 +0100" endDate="2022-10-24 07:30:42 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 09:40:05 +0100" startDate="2022-10-24 09:24:57 +0100" endDate="2022-10-24 09:30:08 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 10:06:21 +0100" startDate="2022-10-24 09:53:54 +0100" endDate="2022-10-24 10:02:36 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 11:28:14 +0100" startDate="2022-10-24 11:17:11 +0100" endDate="2022-10-24 11:25:59 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 11:39:55 +0100" startDate="2022-10-24 11:28:49 +0100" endDate="2022-10-24 11:38:50 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 11:49:53 +0100" startDate="2022-10-24 11:38:50 +0100" endDate="2022-10-24 11:44:08 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 13:05:22 +0100" startDate="2022-10-24 12:54:19 +0100" endDate="2022-10-24 12:58:36 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 15:11:09 +0100" startDate="2022-10-24 14:58:55 +0100" endDate="2022-10-24 14:59:13 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 15:44:02 +0100" startDate="2022-10-24 15:32:59 +0100" endDate="2022-10-24 15:41:25 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 15:56:12 +0100" startDate="2022-10-24 15:45:09 +0100" endDate="2022-10-24 15:49:19 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 16:48:50 +0100" startDate="2022-10-24 16:37:47 +0100" endDate="2022-10-24 16:41:29 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 19:21:21 +0100" startDate="2022-10-24 19:08:27 +0100" endDate="2022-10-24 19:08:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-24 21:23:45 +0100" startDate="2022-10-24 21:07:17 +0100" endDate="2022-10-24 21:07:29 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 04:10:59 +0100" startDate="2022-10-25 03:59:56 +0100" endDate="2022-10-25 03:59:58 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 05:45:24 +0100" startDate="2022-10-25 05:30:53 +0100" endDate="2022-10-25 05:31:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 06:12:40 +0100" startDate="2022-10-25 06:01:25 +0100" endDate="2022-10-25 06:08:45 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 06:36:07 +0100" startDate="2022-10-25 06:25:05 +0100" endDate="2022-10-25 06:30:23 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 07:44:20 +0100" startDate="2022-10-25 07:33:17 +0100" endDate="2022-10-25 07:38:03 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 08:59:17 +0100" startDate="2022-10-25 08:48:14 +0100" endDate="2022-10-25 08:58:12 +0100" value="1098"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 09:09:35 +0100" startDate="2022-10-25 08:58:33 +0100" endDate="2022-10-25 09:08:34 +0100" value="563"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 09:19:36 +0100" startDate="2022-10-25 09:08:34 +0100" endDate="2022-10-25 09:18:30 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 09:31:46 +0100" startDate="2022-10-25 09:18:37 +0100" endDate="2022-10-25 09:18:42 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 10:16:18 +0100" startDate="2022-10-25 10:05:15 +0100" endDate="2022-10-25 10:08:11 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 10:45:42 +0100" startDate="2022-10-25 10:34:39 +0100" endDate="2022-10-25 10:39:55 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 11:58:45 +0100" startDate="2022-10-25 11:47:43 +0100" endDate="2022-10-25 11:57:34 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 12:08:46 +0100" startDate="2022-10-25 11:57:44 +0100" endDate="2022-10-25 11:57:59 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 13:39:15 +0100" startDate="2022-10-25 13:27:29 +0100" endDate="2022-10-25 13:27:55 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 13:57:06 +0100" startDate="2022-10-25 13:46:03 +0100" endDate="2022-10-25 13:55:31 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 14:08:56 +0100" startDate="2022-10-25 13:57:54 +0100" endDate="2022-10-25 13:59:38 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 14:37:04 +0100" startDate="2022-10-25 14:26:01 +0100" endDate="2022-10-25 14:32:36 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 14:53:27 +0100" startDate="2022-10-25 14:42:24 +0100" endDate="2022-10-25 14:52:13 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 15:06:04 +0100" startDate="2022-10-25 14:52:59 +0100" endDate="2022-10-25 14:58:48 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 17:14:00 +0100" startDate="2022-10-25 17:02:57 +0100" endDate="2022-10-25 17:12:23 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 17:25:07 +0100" startDate="2022-10-25 17:14:04 +0100" endDate="2022-10-25 17:14:20 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 18:23:37 +0100" startDate="2022-10-25 18:12:34 +0100" endDate="2022-10-25 18:17:40 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 18:37:55 +0100" startDate="2022-10-25 18:26:52 +0100" endDate="2022-10-25 18:32:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 18:55:28 +0100" startDate="2022-10-25 18:44:25 +0100" endDate="2022-10-25 18:44:36 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-25 20:06:47 +0100" startDate="2022-10-25 19:52:33 +0100" endDate="2022-10-25 19:52:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 02:40:51 +0100" startDate="2022-10-26 02:29:48 +0100" endDate="2022-10-26 02:30:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 05:11:11 +0100" startDate="2022-10-26 05:00:08 +0100" endDate="2022-10-26 05:00:15 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 05:26:36 +0100" startDate="2022-10-26 05:15:33 +0100" endDate="2022-10-26 05:15:54 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 06:06:25 +0100" startDate="2022-10-26 05:55:23 +0100" endDate="2022-10-26 05:57:48 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 06:23:55 +0100" startDate="2022-10-26 06:12:52 +0100" endDate="2022-10-26 06:12:55 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 07:03:40 +0100" startDate="2022-10-26 06:51:09 +0100" endDate="2022-10-26 07:00:42 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 07:56:44 +0100" startDate="2022-10-26 07:45:33 +0100" endDate="2022-10-26 07:45:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 08:14:26 +0100" startDate="2022-10-26 08:03:23 +0100" endDate="2022-10-26 08:09:17 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 09:01:26 +0100" startDate="2022-10-26 08:49:07 +0100" endDate="2022-10-26 08:49:33 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 09:24:28 +0100" startDate="2022-10-26 09:13:25 +0100" endDate="2022-10-26 09:19:32 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 11:38:04 +0100" startDate="2022-10-26 11:27:01 +0100" endDate="2022-10-26 11:32:45 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 12:24:28 +0100" startDate="2022-10-26 12:13:25 +0100" endDate="2022-10-26 12:15:20 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 12:59:52 +0100" startDate="2022-10-26 12:46:47 +0100" endDate="2022-10-26 12:56:10 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 13:25:55 +0100" startDate="2022-10-26 13:12:55 +0100" endDate="2022-10-26 13:14:29 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 14:31:50 +0100" startDate="2022-10-26 14:20:12 +0100" endDate="2022-10-26 14:23:00 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 15:09:22 +0100" startDate="2022-10-26 14:58:19 +0100" endDate="2022-10-26 15:04:28 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 16:02:33 +0100" startDate="2022-10-26 15:51:30 +0100" endDate="2022-10-26 15:59:51 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 18:20:21 +0100" startDate="2022-10-26 18:09:04 +0100" endDate="2022-10-26 18:09:12 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-26 21:57:25 +0100" startDate="2022-10-26 21:45:53 +0100" endDate="2022-10-26 21:46:00 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 01:03:15 +0100" startDate="2022-10-27 00:52:12 +0100" endDate="2022-10-27 00:58:04 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 05:15:30 +0100" startDate="2022-10-27 05:01:52 +0100" endDate="2022-10-27 05:06:05 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 05:44:38 +0100" startDate="2022-10-27 05:33:35 +0100" endDate="2022-10-27 05:37:39 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 06:04:06 +0100" startDate="2022-10-27 05:53:03 +0100" endDate="2022-10-27 06:00:54 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 07:23:00 +0100" startDate="2022-10-27 07:11:58 +0100" endDate="2022-10-27 07:17:44 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 07:39:20 +0100" startDate="2022-10-27 07:28:18 +0100" endDate="2022-10-27 07:38:19 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 07:49:45 +0100" startDate="2022-10-27 07:38:19 +0100" endDate="2022-10-27 07:41:58 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 08:24:36 +0100" startDate="2022-10-27 08:10:32 +0100" endDate="2022-10-27 08:10:35 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 09:03:30 +0100" startDate="2022-10-27 08:50:48 +0100" endDate="2022-10-27 08:51:08 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 10:10:12 +0100" startDate="2022-10-27 09:59:09 +0100" endDate="2022-10-27 10:01:11 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 11:41:17 +0100" startDate="2022-10-27 11:26:45 +0100" endDate="2022-10-27 11:29:20 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 12:47:02 +0100" startDate="2022-10-27 12:35:43 +0100" endDate="2022-10-27 12:44:16 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 13:05:16 +0100" startDate="2022-10-27 12:46:06 +0100" endDate="2022-10-27 12:46:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 14:49:25 +0100" startDate="2022-10-27 14:37:54 +0100" endDate="2022-10-27 14:37:59 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 15:01:31 +0100" startDate="2022-10-27 14:48:17 +0100" endDate="2022-10-27 14:50:40 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 15:12:00 +0100" startDate="2022-10-27 15:00:35 +0100" endDate="2022-10-27 15:00:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 15:31:00 +0100" startDate="2022-10-27 15:19:44 +0100" endDate="2022-10-27 15:24:58 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 15:42:35 +0100" startDate="2022-10-27 15:29:52 +0100" endDate="2022-10-27 15:39:28 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 15:53:08 +0100" startDate="2022-10-27 15:40:39 +0100" endDate="2022-10-27 15:41:07 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 16:01:44 +0100" startDate="2022-10-27 15:50:42 +0100" endDate="2022-10-27 16:00:43 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 16:11:45 +0100" startDate="2022-10-27 16:00:43 +0100" endDate="2022-10-27 16:08:24 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 18:30:19 +0100" startDate="2022-10-27 18:19:16 +0100" endDate="2022-10-27 18:28:52 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 18:41:16 +0100" startDate="2022-10-27 18:30:13 +0100" endDate="2022-10-27 18:39:36 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 18:56:49 +0100" startDate="2022-10-27 18:42:29 +0100" endDate="2022-10-27 18:52:05 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 19:05:50 +0100" startDate="2022-10-27 18:54:48 +0100" endDate="2022-10-27 19:04:21 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 19:20:06 +0100" startDate="2022-10-27 19:09:03 +0100" endDate="2022-10-27 19:17:05 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 19:34:13 +0100" startDate="2022-10-27 19:22:29 +0100" endDate="2022-10-27 19:32:28 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 19:46:48 +0100" startDate="2022-10-27 19:33:09 +0100" endDate="2022-10-27 19:33:16 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 20:30:26 +0100" startDate="2022-10-27 20:19:16 +0100" endDate="2022-10-27 20:19:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-27 21:34:52 +0100" startDate="2022-10-27 21:21:01 +0100" endDate="2022-10-27 21:21:34 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 05:04:59 +0100" startDate="2022-10-28 04:53:57 +0100" endDate="2022-10-28 04:54:32 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 06:54:15 +0100" startDate="2022-10-28 06:42:22 +0100" endDate="2022-10-28 06:42:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 07:43:06 +0100" startDate="2022-10-28 07:31:19 +0100" endDate="2022-10-28 07:31:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 10:16:23 +0100" startDate="2022-10-28 10:04:51 +0100" endDate="2022-10-28 10:05:04 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 10:45:44 +0100" startDate="2022-10-28 10:30:20 +0100" endDate="2022-10-28 10:40:06 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 10:58:15 +0100" startDate="2022-10-28 10:41:53 +0100" endDate="2022-10-28 10:43:00 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 11:09:28 +0100" startDate="2022-10-28 10:57:36 +0100" endDate="2022-10-28 10:59:56 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 11:35:19 +0100" startDate="2022-10-28 11:24:17 +0100" endDate="2022-10-28 11:30:03 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 11:50:55 +0100" startDate="2022-10-28 11:38:43 +0100" endDate="2022-10-28 11:48:44 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 12:01:19 +0100" startDate="2022-10-28 11:48:44 +0100" endDate="2022-10-28 11:58:35 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 12:11:46 +0100" startDate="2022-10-28 11:59:11 +0100" endDate="2022-10-28 12:07:22 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 12:22:01 +0100" startDate="2022-10-28 12:10:13 +0100" endDate="2022-10-28 12:16:15 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 14:24:26 +0100" startDate="2022-10-28 14:12:49 +0100" endDate="2022-10-28 14:22:48 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 14:35:23 +0100" startDate="2022-10-28 14:22:48 +0100" endDate="2022-10-28 14:29:10 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 14:44:48 +0100" startDate="2022-10-28 14:33:25 +0100" endDate="2022-10-28 14:34:03 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 14:58:59 +0100" startDate="2022-10-28 14:47:57 +0100" endDate="2022-10-28 14:47:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 15:18:24 +0100" startDate="2022-10-28 15:07:11 +0100" endDate="2022-10-28 15:07:44 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 15:33:03 +0100" startDate="2022-10-28 15:21:32 +0100" endDate="2022-10-28 15:31:33 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 15:45:23 +0100" startDate="2022-10-28 15:31:33 +0100" endDate="2022-10-28 15:35:05 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 16:11:38 +0100" startDate="2022-10-28 16:00:35 +0100" endDate="2022-10-28 16:08:42 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 16:28:26 +0100" startDate="2022-10-28 16:17:23 +0100" endDate="2022-10-28 16:20:37 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 17:34:34 +0100" startDate="2022-10-28 17:23:05 +0100" endDate="2022-10-28 17:32:38 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 18:45:56 +0100" startDate="2022-10-28 18:34:53 +0100" endDate="2022-10-28 18:36:23 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 19:41:47 +0100" startDate="2022-10-28 19:24:56 +0100" endDate="2022-10-28 19:26:30 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-28 22:10:05 +0100" startDate="2022-10-28 21:59:02 +0100" endDate="2022-10-28 21:59:20 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 08:06:41 +0100" startDate="2022-10-29 07:55:28 +0100" endDate="2022-10-29 07:56:01 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 08:29:29 +0100" startDate="2022-10-29 08:18:26 +0100" endDate="2022-10-29 08:19:25 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 08:55:42 +0100" startDate="2022-10-29 08:44:39 +0100" endDate="2022-10-29 08:54:40 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 09:05:43 +0100" startDate="2022-10-29 08:54:40 +0100" endDate="2022-10-29 09:04:41 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 09:15:15 +0100" startDate="2022-10-29 09:04:41 +0100" endDate="2022-10-29 09:14:43 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 09:28:11 +0100" startDate="2022-10-29 09:14:43 +0100" endDate="2022-10-29 09:17:54 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 10:19:26 +0100" startDate="2022-10-29 10:08:01 +0100" endDate="2022-10-29 10:13:56 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 10:29:43 +0100" startDate="2022-10-29 10:18:41 +0100" endDate="2022-10-29 10:20:10 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 11:14:16 +0100" startDate="2022-10-29 11:03:13 +0100" endDate="2022-10-29 11:09:40 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 13:48:45 +0100" startDate="2022-10-29 13:36:59 +0100" endDate="2022-10-29 13:43:44 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 13:59:33 +0100" startDate="2022-10-29 13:48:11 +0100" endDate="2022-10-29 13:57:37 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 14:10:03 +0100" startDate="2022-10-29 13:59:01 +0100" endDate="2022-10-29 13:59:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 15:21:40 +0100" startDate="2022-10-29 15:10:37 +0100" endDate="2022-10-29 15:11:51 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 15:51:30 +0100" startDate="2022-10-29 15:33:37 +0100" endDate="2022-10-29 15:37:01 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 17:21:17 +0100" startDate="2022-10-29 17:10:15 +0100" endDate="2022-10-29 17:14:01 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 17:38:48 +0100" startDate="2022-10-29 17:20:31 +0100" endDate="2022-10-29 17:21:22 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 17:57:00 +0100" startDate="2022-10-29 17:42:39 +0100" endDate="2022-10-29 17:51:45 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 18:09:43 +0100" startDate="2022-10-29 17:54:39 +0100" endDate="2022-10-29 17:56:34 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 18:59:28 +0100" startDate="2022-10-29 18:47:02 +0100" endDate="2022-10-29 18:48:26 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 19:54:10 +0100" startDate="2022-10-29 19:41:25 +0100" endDate="2022-10-29 19:41:32 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 22:13:22 +0100" startDate="2022-10-29 22:00:47 +0100" endDate="2022-10-29 22:10:03 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 22:37:52 +0100" startDate="2022-10-29 22:26:49 +0100" endDate="2022-10-29 22:36:50 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 22:47:53 +0100" startDate="2022-10-29 22:36:50 +0100" endDate="2022-10-29 22:44:26 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-29 23:37:57 +0100" startDate="2022-10-29 23:23:51 +0100" endDate="2022-10-29 23:24:19 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 00:55:52 +0100" startDate="2022-10-30 00:44:49 +0100" endDate="2022-10-30 00:44:57 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 05:37:39 +0100" startDate="2022-10-30 05:26:37 +0100" endDate="2022-10-30 05:30:03 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 09:21:42 +0100" startDate="2022-10-30 09:09:29 +0100" endDate="2022-10-30 09:17:48 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 09:38:37 +0100" startDate="2022-10-30 09:20:57 +0100" endDate="2022-10-30 09:21:42 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 09:59:40 +0100" startDate="2022-10-30 09:48:36 +0100" endDate="2022-10-30 09:51:14 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 10:16:04 +0100" startDate="2022-10-30 10:05:01 +0100" endDate="2022-10-30 10:12:43 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 10:36:15 +0100" startDate="2022-10-30 10:19:07 +0100" endDate="2022-10-30 10:21:02 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 10:57:02 +0100" startDate="2022-10-30 10:45:59 +0100" endDate="2022-10-30 10:46:04 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 12:10:08 +0100" startDate="2022-10-30 11:57:52 +0100" endDate="2022-10-30 12:01:46 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 12:20:43 +0100" startDate="2022-10-30 12:09:13 +0100" endDate="2022-10-30 12:10:16 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 12:38:50 +0100" startDate="2022-10-30 12:27:33 +0100" endDate="2022-10-30 12:34:31 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 13:10:31 +0100" startDate="2022-10-30 12:56:34 +0100" endDate="2022-10-30 13:05:22 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 13:23:45 +0100" startDate="2022-10-30 13:10:41 +0100" endDate="2022-10-30 13:11:04 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 14:58:37 +0100" startDate="2022-10-30 14:48:11 +0100" endDate="2022-10-30 14:58:12 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 15:13:54 +0100" startDate="2022-10-30 14:58:12 +0100" endDate="2022-10-30 15:08:13 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 15:24:02 +0100" startDate="2022-10-30 15:08:13 +0100" endDate="2022-10-30 15:18:14 +0100" value="983"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 15:32:19 +0100" startDate="2022-10-30 15:18:14 +0100" endDate="2022-10-30 15:28:15 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 15:42:27 +0100" startDate="2022-10-30 15:28:15 +0100" endDate="2022-10-30 15:38:16 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 15:53:41 +0100" startDate="2022-10-30 15:38:16 +0100" endDate="2022-10-30 15:48:17 +0100" value="938"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 16:00:31 +0100" startDate="2022-10-30 15:48:17 +0100" endDate="2022-10-30 15:58:18 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 16:10:33 +0100" startDate="2022-10-30 15:58:18 +0100" endDate="2022-10-30 16:08:19 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 16:19:22 +0100" startDate="2022-10-30 16:08:19 +0100" endDate="2022-10-30 16:18:17 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 16:39:26 +0100" startDate="2022-10-30 16:26:44 +0100" endDate="2022-10-30 16:28:24 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 16:50:45 +0100" startDate="2022-10-30 16:36:43 +0100" endDate="2022-10-30 16:44:06 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 17:37:20 +0100" startDate="2022-10-30 17:26:13 +0100" endDate="2022-10-30 17:26:25 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 17:52:25 +0100" startDate="2022-10-30 17:36:29 +0100" endDate="2022-10-30 17:37:46 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 18:48:45 +0100" startDate="2022-10-30 18:38:41 +0100" endDate="2022-10-30 18:44:19 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 19:08:25 +0100" startDate="2022-10-30 18:55:30 +0100" endDate="2022-10-30 19:05:06 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 19:17:16 +0100" startDate="2022-10-30 19:06:09 +0100" endDate="2022-10-30 19:16:08 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 19:26:27 +0100" startDate="2022-10-30 19:16:08 +0100" endDate="2022-10-30 19:26:07 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 19:39:41 +0100" startDate="2022-10-30 19:26:12 +0100" endDate="2022-10-30 19:26:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 20:24:48 +0100" startDate="2022-10-30 20:12:34 +0100" endDate="2022-10-30 20:15:40 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-30 21:17:27 +0100" startDate="2022-10-30 21:06:25 +0100" endDate="2022-10-30 21:06:35 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 08:00:53 +0100" startDate="2022-10-31 07:49:50 +0100" endDate="2022-10-31 07:50:15 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 15:56:07 +0100" startDate="2022-10-31 15:42:48 +0100" endDate="2022-10-31 15:52:25 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 16:06:38 +0100" startDate="2022-10-31 15:53:39 +0100" endDate="2022-10-31 16:01:51 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 16:17:15 +0100" startDate="2022-10-31 16:04:08 +0100" endDate="2022-10-31 16:04:11 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 16:42:36 +0100" startDate="2022-10-31 16:28:54 +0100" endDate="2022-10-31 16:38:56 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 16:53:20 +0100" startDate="2022-10-31 16:38:56 +0100" endDate="2022-10-31 16:48:44 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 17:03:19 +0100" startDate="2022-10-31 16:48:57 +0100" endDate="2022-10-31 16:58:30 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 17:11:52 +0100" startDate="2022-10-31 16:58:58 +0100" endDate="2022-10-31 17:05:38 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 17:39:17 +0100" startDate="2022-10-31 17:27:43 +0100" endDate="2022-10-31 17:37:28 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 17:51:56 +0100" startDate="2022-10-31 17:40:22 +0100" endDate="2022-10-31 17:41:31 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 18:03:05 +0100" startDate="2022-10-31 17:50:33 +0100" endDate="2022-10-31 17:55:03 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 19:11:22 +0100" startDate="2022-10-31 19:00:19 +0100" endDate="2022-10-31 19:03:20 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-10-31 21:54:16 +0100" startDate="2022-10-31 21:43:14 +0100" endDate="2022-10-31 21:43:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-01 05:01:44 +0100" startDate="2022-11-01 04:50:41 +0100" endDate="2022-11-01 04:51:14 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-01 11:12:33 +0100" startDate="2022-11-01 11:01:26 +0100" endDate="2022-11-01 11:09:40 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-01 11:24:08 +0100" startDate="2022-11-01 11:11:04 +0100" endDate="2022-11-01 11:21:02 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-01 11:32:37 +0100" startDate="2022-11-01 11:21:20 +0100" endDate="2022-11-01 11:25:58 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-01 11:47:21 +0100" startDate="2022-11-01 11:34:47 +0100" endDate="2022-11-01 11:43:02 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-01 12:24:56 +0100" startDate="2022-11-01 12:13:20 +0100" endDate="2022-11-01 12:16:16 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-01 15:46:00 +0100" startDate="2022-11-01 15:33:40 +0100" endDate="2022-11-01 15:43:41 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-01 15:58:19 +0100" startDate="2022-11-01 15:43:41 +0100" endDate="2022-11-01 15:47:56 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-01 17:06:02 +0100" startDate="2022-11-01 16:50:23 +0100" endDate="2022-11-01 16:50:33 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-01 18:33:34 +0100" startDate="2022-11-01 18:22:15 +0100" endDate="2022-11-01 18:22:20 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-01 20:57:10 +0100" startDate="2022-11-01 20:46:07 +0100" endDate="2022-11-01 20:46:12 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 02:12:35 +0100" startDate="2022-11-02 02:01:32 +0100" endDate="2022-11-02 02:02:15 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 02:31:48 +0100" startDate="2022-11-02 02:20:45 +0100" endDate="2022-11-02 02:21:59 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 08:18:12 +0100" startDate="2022-11-02 08:07:09 +0100" endDate="2022-11-02 08:15:21 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 09:11:40 +0100" startDate="2022-11-02 08:59:05 +0100" endDate="2022-11-02 08:59:23 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 11:10:16 +0100" startDate="2022-11-02 10:57:27 +0100" endDate="2022-11-02 11:05:21 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 12:31:52 +0100" startDate="2022-11-02 12:20:50 +0100" endDate="2022-11-02 12:21:15 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 12:50:13 +0100" startDate="2022-11-02 12:39:10 +0100" endDate="2022-11-02 12:43:53 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 13:01:20 +0100" startDate="2022-11-02 12:50:18 +0100" endDate="2022-11-02 12:54:25 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 13:13:51 +0100" startDate="2022-11-02 13:00:58 +0100" endDate="2022-11-02 13:01:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 13:40:18 +0100" startDate="2022-11-02 13:28:53 +0100" endDate="2022-11-02 13:29:16 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 13:59:51 +0100" startDate="2022-11-02 13:46:32 +0100" endDate="2022-11-02 13:53:17 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 16:08:59 +0100" startDate="2022-11-02 15:57:42 +0100" endDate="2022-11-02 16:05:05 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 16:31:18 +0100" startDate="2022-11-02 16:17:47 +0100" endDate="2022-11-02 16:27:41 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 16:39:14 +0100" startDate="2022-11-02 16:28:11 +0100" endDate="2022-11-02 16:30:19 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 19:17:16 +0100" startDate="2022-11-02 19:05:30 +0100" endDate="2022-11-02 19:12:00 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 19:28:09 +0100" startDate="2022-11-02 19:16:02 +0100" endDate="2022-11-02 19:21:39 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-02 22:00:00 +0100" startDate="2022-11-02 21:48:37 +0100" endDate="2022-11-02 21:48:47 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 04:41:57 +0100" startDate="2022-11-03 04:30:54 +0100" endDate="2022-11-03 04:35:01 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 05:50:00 +0100" startDate="2022-11-03 05:35:33 +0100" endDate="2022-11-03 05:35:36 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 07:10:46 +0100" startDate="2022-11-03 06:57:49 +0100" endDate="2022-11-03 07:00:32 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 08:10:38 +0100" startDate="2022-11-03 07:56:48 +0100" endDate="2022-11-03 08:00:37 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 08:50:39 +0100" startDate="2022-11-03 08:34:06 +0100" endDate="2022-11-03 08:41:11 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 08:57:44 +0100" startDate="2022-11-03 08:46:32 +0100" endDate="2022-11-03 08:48:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 09:11:22 +0100" startDate="2022-11-03 08:56:43 +0100" endDate="2022-11-03 08:59:36 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 09:37:56 +0100" startDate="2022-11-03 09:24:44 +0100" endDate="2022-11-03 09:31:57 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 10:46:57 +0100" startDate="2022-11-03 10:35:55 +0100" endDate="2022-11-03 10:40:40 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 11:11:51 +0100" startDate="2022-11-03 10:56:59 +0100" endDate="2022-11-03 11:04:55 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 12:47:27 +0100" startDate="2022-11-03 12:32:42 +0100" endDate="2022-11-03 12:42:44 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 12:53:55 +0100" startDate="2022-11-03 12:42:44 +0100" endDate="2022-11-03 12:52:45 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 13:03:01 +0100" startDate="2022-11-03 12:52:45 +0100" endDate="2022-11-03 13:02:46 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 13:15:00 +0100" startDate="2022-11-03 13:02:46 +0100" endDate="2022-11-03 13:04:33 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 13:37:14 +0100" startDate="2022-11-03 13:26:11 +0100" endDate="2022-11-03 13:31:37 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 14:04:04 +0100" startDate="2022-11-03 13:48:43 +0100" endDate="2022-11-03 13:55:36 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 16:07:16 +0100" startDate="2022-11-03 15:55:15 +0100" endDate="2022-11-03 16:03:37 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 17:26:56 +0100" startDate="2022-11-03 17:14:53 +0100" endDate="2022-11-03 17:18:11 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 18:22:03 +0100" startDate="2022-11-03 18:11:00 +0100" endDate="2022-11-03 18:17:12 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 18:35:03 +0100" startDate="2022-11-03 18:24:00 +0100" endDate="2022-11-03 18:24:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-03 22:22:08 +0100" startDate="2022-11-03 22:07:28 +0100" endDate="2022-11-03 22:07:41 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 05:06:19 +0100" startDate="2022-11-04 04:55:16 +0100" endDate="2022-11-04 04:55:19 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 07:53:08 +0100" startDate="2022-11-04 07:39:45 +0100" endDate="2022-11-04 07:39:57 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 08:43:20 +0100" startDate="2022-11-04 08:30:39 +0100" endDate="2022-11-04 08:30:47 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 10:12:13 +0100" startDate="2022-11-04 10:00:07 +0100" endDate="2022-11-04 10:00:12 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 12:39:53 +0100" startDate="2022-11-04 12:28:43 +0100" endDate="2022-11-04 12:28:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 15:06:36 +0100" startDate="2022-11-04 14:52:50 +0100" endDate="2022-11-04 14:52:55 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 16:45:34 +0100" startDate="2022-11-04 16:34:31 +0100" endDate="2022-11-04 16:34:41 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 17:14:49 +0100" startDate="2022-11-04 17:02:09 +0100" endDate="2022-11-04 17:02:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 17:29:12 +0100" startDate="2022-11-04 17:18:10 +0100" endDate="2022-11-04 17:19:46 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 18:08:42 +0100" startDate="2022-11-04 17:56:15 +0100" endDate="2022-11-04 17:57:21 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 19:02:51 +0100" startDate="2022-11-04 18:52:03 +0100" endDate="2022-11-04 19:00:38 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 19:24:55 +0100" startDate="2022-11-04 19:13:53 +0100" endDate="2022-11-04 19:23:54 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 19:57:21 +0100" startDate="2022-11-04 19:43:51 +0100" endDate="2022-11-04 19:53:37 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 20:31:55 +0100" startDate="2022-11-04 20:19:01 +0100" endDate="2022-11-04 20:19:37 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 21:38:45 +0100" startDate="2022-11-04 21:26:35 +0100" endDate="2022-11-04 21:26:38 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 22:19:23 +0100" startDate="2022-11-04 22:05:16 +0100" endDate="2022-11-04 22:05:42 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 23:37:08 +0100" startDate="2022-11-04 23:23:16 +0100" endDate="2022-11-04 23:32:16 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-04 23:45:35 +0100" startDate="2022-11-04 23:33:23 +0100" endDate="2022-11-04 23:40:36 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 00:14:55 +0100" startDate="2022-11-05 00:02:12 +0100" endDate="2022-11-05 00:02:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 00:37:13 +0100" startDate="2022-11-05 00:23:56 +0100" endDate="2022-11-05 00:29:02 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 01:43:07 +0100" startDate="2022-11-05 01:29:39 +0100" endDate="2022-11-05 01:29:42 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 07:05:57 +0100" startDate="2022-11-05 06:54:54 +0100" endDate="2022-11-05 06:54:57 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 08:16:51 +0100" startDate="2022-11-05 08:03:37 +0100" endDate="2022-11-05 08:03:47 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 12:58:33 +0100" startDate="2022-11-05 12:47:30 +0100" endDate="2022-11-05 12:47:38 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 17:03:58 +0100" startDate="2022-11-05 16:52:56 +0100" endDate="2022-11-05 16:59:13 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 17:42:49 +0100" startDate="2022-11-05 17:31:47 +0100" endDate="2022-11-05 17:31:52 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 18:02:46 +0100" startDate="2022-11-05 17:48:58 +0100" endDate="2022-11-05 17:53:31 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 18:16:55 +0100" startDate="2022-11-05 18:01:11 +0100" endDate="2022-11-05 18:03:33 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 18:42:35 +0100" startDate="2022-11-05 18:28:47 +0100" endDate="2022-11-05 18:32:55 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 19:04:35 +0100" startDate="2022-11-05 18:49:51 +0100" endDate="2022-11-05 18:58:46 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 19:26:34 +0100" startDate="2022-11-05 19:12:37 +0100" endDate="2022-11-05 19:12:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 19:44:54 +0100" startDate="2022-11-05 19:28:35 +0100" endDate="2022-11-05 19:34:03 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 20:00:00 +0100" startDate="2022-11-05 19:46:37 +0100" endDate="2022-11-05 19:52:04 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 20:11:02 +0100" startDate="2022-11-05 19:56:44 +0100" endDate="2022-11-05 20:01:42 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 20:20:57 +0100" startDate="2022-11-05 20:08:33 +0100" endDate="2022-11-05 20:13:29 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 20:35:37 +0100" startDate="2022-11-05 20:21:12 +0100" endDate="2022-11-05 20:21:32 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 20:50:17 +0100" startDate="2022-11-05 20:33:30 +0100" endDate="2022-11-05 20:37:58 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 21:01:17 +0100" startDate="2022-11-05 20:44:44 +0100" endDate="2022-11-05 20:52:20 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 21:12:17 +0100" startDate="2022-11-05 20:55:34 +0100" endDate="2022-11-05 21:04:32 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 21:19:37 +0100" startDate="2022-11-05 21:05:38 +0100" endDate="2022-11-05 21:12:26 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 21:37:57 +0100" startDate="2022-11-05 21:21:07 +0100" endDate="2022-11-05 21:25:35 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 21:56:17 +0100" startDate="2022-11-05 21:39:16 +0100" endDate="2022-11-05 21:45:33 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 22:24:52 +0100" startDate="2022-11-05 22:08:44 +0100" endDate="2022-11-05 22:09:56 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 22:47:09 +0100" startDate="2022-11-05 22:35:54 +0100" endDate="2022-11-05 22:45:54 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 22:56:57 +0100" startDate="2022-11-05 22:45:54 +0100" endDate="2022-11-05 22:46:40 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-05 23:51:06 +0100" startDate="2022-11-05 23:39:13 +0100" endDate="2022-11-05 23:43:20 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-06 07:57:16 +0100" startDate="2022-11-06 07:45:07 +0100" endDate="2022-11-06 07:45:15 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-06 09:18:27 +0100" startDate="2022-11-06 09:06:35 +0100" endDate="2022-11-06 09:08:12 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-06 09:45:26 +0100" startDate="2022-11-06 09:33:20 +0100" endDate="2022-11-06 09:42:45 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-06 09:56:51 +0100" startDate="2022-11-06 09:45:49 +0100" endDate="2022-11-06 09:45:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-06 14:38:50 +0100" startDate="2022-11-06 14:25:55 +0100" endDate="2022-11-06 14:25:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-06 17:25:34 +0100" startDate="2022-11-06 17:14:31 +0100" endDate="2022-11-06 17:14:36 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-06 19:48:02 +0100" startDate="2022-11-06 19:35:30 +0100" endDate="2022-11-06 19:35:35 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-06 22:14:58 +0100" startDate="2022-11-06 22:03:54 +0100" endDate="2022-11-06 22:03:56 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 08:21:29 +0100" startDate="2022-11-07 08:09:36 +0100" endDate="2022-11-07 08:09:59 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 10:37:55 +0100" startDate="2022-11-07 10:25:16 +0100" endDate="2022-11-07 10:26:05 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 11:54:30 +0100" startDate="2022-11-07 11:41:55 +0100" endDate="2022-11-07 11:51:29 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 12:06:29 +0100" startDate="2022-11-07 11:52:37 +0100" endDate="2022-11-07 11:52:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 12:28:53 +0100" startDate="2022-11-07 12:15:57 +0100" endDate="2022-11-07 12:16:51 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 12:40:16 +0100" startDate="2022-11-07 12:29:13 +0100" endDate="2022-11-07 12:29:24 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 12:55:46 +0100" startDate="2022-11-07 12:44:41 +0100" endDate="2022-11-07 12:51:08 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 13:07:31 +0100" startDate="2022-11-07 12:55:54 +0100" endDate="2022-11-07 12:56:45 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 17:28:35 +0100" startDate="2022-11-07 17:17:16 +0100" endDate="2022-11-07 17:26:44 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 17:38:42 +0100" startDate="2022-11-07 17:28:01 +0100" endDate="2022-11-07 17:37:46 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 17:48:49 +0100" startDate="2022-11-07 17:37:46 +0100" endDate="2022-11-07 17:38:09 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 19:01:48 +0100" startDate="2022-11-07 18:50:44 +0100" endDate="2022-11-07 19:00:43 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 19:11:48 +0100" startDate="2022-11-07 19:00:45 +0100" endDate="2022-11-07 19:10:28 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 19:21:52 +0100" startDate="2022-11-07 19:10:49 +0100" endDate="2022-11-07 19:20:50 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 19:31:53 +0100" startDate="2022-11-07 19:20:50 +0100" endDate="2022-11-07 19:25:10 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 19:43:22 +0100" startDate="2022-11-07 19:31:12 +0100" endDate="2022-11-07 19:40:27 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 19:54:20 +0100" startDate="2022-11-07 19:43:18 +0100" endDate="2022-11-07 19:43:30 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 21:38:24 +0100" startDate="2022-11-07 21:27:21 +0100" endDate="2022-11-07 21:31:08 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-07 22:28:08 +0100" startDate="2022-11-07 22:17:05 +0100" endDate="2022-11-07 22:18:55 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 06:27:01 +0100" startDate="2022-11-08 06:13:45 +0100" endDate="2022-11-08 06:13:53 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 06:37:52 +0100" startDate="2022-11-08 06:26:49 +0100" endDate="2022-11-08 06:27:19 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 07:24:10 +0100" startDate="2022-11-08 07:13:08 +0100" endDate="2022-11-08 07:22:48 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 07:34:35 +0100" startDate="2022-11-08 07:23:21 +0100" endDate="2022-11-08 07:33:22 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 07:44:25 +0100" startDate="2022-11-08 07:33:22 +0100" endDate="2022-11-08 07:36:20 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 09:15:25 +0100" startDate="2022-11-08 09:04:05 +0100" endDate="2022-11-08 09:07:21 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 10:18:43 +0100" startDate="2022-11-08 09:52:28 +0100" endDate="2022-11-08 09:52:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 10:18:43 +0100" startDate="2022-11-08 10:07:10 +0100" endDate="2022-11-08 10:07:15 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 12:12:17 +0100" startDate="2022-11-08 11:58:44 +0100" endDate="2022-11-08 11:58:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 13:12:44 +0100" startDate="2022-11-08 13:01:15 +0100" endDate="2022-11-08 13:04:34 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 13:28:43 +0100" startDate="2022-11-08 13:16:05 +0100" endDate="2022-11-08 13:22:42 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 13:42:42 +0100" startDate="2022-11-08 13:27:53 +0100" endDate="2022-11-08 13:28:01 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 14:34:44 +0100" startDate="2022-11-08 14:23:42 +0100" endDate="2022-11-08 14:29:02 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 15:29:01 +0100" startDate="2022-11-08 15:13:59 +0100" endDate="2022-11-08 15:17:10 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 15:46:36 +0100" startDate="2022-11-08 15:34:46 +0100" endDate="2022-11-08 15:39:16 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 17:18:36 +0100" startDate="2022-11-08 17:04:50 +0100" endDate="2022-11-08 17:08:47 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 17:31:23 +0100" startDate="2022-11-08 17:19:42 +0100" endDate="2022-11-08 17:19:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 18:58:42 +0100" startDate="2022-11-08 18:46:56 +0100" endDate="2022-11-08 18:53:18 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 20:24:20 +0100" startDate="2022-11-08 20:12:07 +0100" endDate="2022-11-08 20:14:07 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-08 22:04:21 +0100" startDate="2022-11-08 21:51:14 +0100" endDate="2022-11-08 21:57:25 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 06:50:23 +0100" startDate="2022-11-09 06:38:02 +0100" endDate="2022-11-09 06:46:44 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 07:00:28 +0100" startDate="2022-11-09 06:48:34 +0100" endDate="2022-11-09 06:48:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 07:55:10 +0100" startDate="2022-11-09 07:40:08 +0100" endDate="2022-11-09 07:45:55 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 10:36:24 +0100" startDate="2022-11-09 10:23:34 +0100" endDate="2022-11-09 10:31:07 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 12:24:19 +0100" startDate="2022-11-09 12:13:11 +0100" endDate="2022-11-09 12:23:12 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 12:34:29 +0100" startDate="2022-11-09 12:23:12 +0100" endDate="2022-11-09 12:25:48 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 13:10:00 +0100" startDate="2022-11-09 12:54:34 +0100" endDate="2022-11-09 12:59:53 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 14:53:32 +0100" startDate="2022-11-09 14:39:49 +0100" endDate="2022-11-09 14:49:48 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 15:03:17 +0100" startDate="2022-11-09 14:49:48 +0100" endDate="2022-11-09 14:51:48 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 16:13:54 +0100" startDate="2022-11-09 16:02:29 +0100" endDate="2022-11-09 16:12:30 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 16:28:59 +0100" startDate="2022-11-09 16:17:13 +0100" endDate="2022-11-09 16:18:27 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 19:55:56 +0100" startDate="2022-11-09 19:42:17 +0100" endDate="2022-11-09 19:42:22 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-09 21:43:44 +0100" startDate="2022-11-09 21:32:17 +0100" endDate="2022-11-09 21:33:11 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 01:14:19 +0100" startDate="2022-11-10 01:03:16 +0100" endDate="2022-11-10 01:04:25 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 07:23:52 +0100" startDate="2022-11-10 07:12:49 +0100" endDate="2022-11-10 07:22:48 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 07:33:53 +0100" startDate="2022-11-10 07:22:50 +0100" endDate="2022-11-10 07:29:20 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 08:53:49 +0100" startDate="2022-11-10 08:42:09 +0100" endDate="2022-11-10 08:52:00 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 09:03:26 +0100" startDate="2022-11-10 08:52:23 +0100" endDate="2022-11-10 08:57:11 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 09:16:19 +0100" startDate="2022-11-10 09:03:05 +0100" endDate="2022-11-10 09:10:29 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 11:03:41 +0100" startDate="2022-11-10 10:51:31 +0100" endDate="2022-11-10 10:52:40 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 11:14:33 +0100" startDate="2022-11-10 11:03:30 +0100" endDate="2022-11-10 11:12:58 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 11:25:37 +0100" startDate="2022-11-10 11:13:57 +0100" endDate="2022-11-10 11:23:51 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 11:39:06 +0100" startDate="2022-11-10 11:25:17 +0100" endDate="2022-11-10 11:34:48 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 11:49:13 +0100" startDate="2022-11-10 11:37:54 +0100" endDate="2022-11-10 11:47:45 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 11:59:27 +0100" startDate="2022-11-10 11:48:18 +0100" endDate="2022-11-10 11:52:56 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 12:09:38 +0100" startDate="2022-11-10 11:58:35 +0100" endDate="2022-11-10 12:05:40 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 13:37:24 +0100" startDate="2022-11-10 13:26:21 +0100" endDate="2022-11-10 13:34:59 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 14:01:31 +0100" startDate="2022-11-10 13:50:28 +0100" endDate="2022-11-10 13:58:13 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 14:13:44 +0100" startDate="2022-11-10 14:02:41 +0100" endDate="2022-11-10 14:10:17 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 15:36:43 +0100" startDate="2022-11-10 15:25:40 +0100" endDate="2022-11-10 15:26:11 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 17:06:58 +0100" startDate="2022-11-10 16:55:56 +0100" endDate="2022-11-10 16:56:08 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 18:14:06 +0100" startDate="2022-11-10 18:03:03 +0100" endDate="2022-11-10 18:05:43 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 19:13:47 +0100" startDate="2022-11-10 18:59:52 +0100" endDate="2022-11-10 18:59:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-10 21:47:39 +0100" startDate="2022-11-10 21:36:36 +0100" endDate="2022-11-10 21:40:28 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 07:52:41 +0100" startDate="2022-11-11 07:40:56 +0100" endDate="2022-11-11 07:41:34 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 09:30:50 +0100" startDate="2022-11-11 09:19:47 +0100" endDate="2022-11-11 09:25:26 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 10:52:40 +0100" startDate="2022-11-11 10:40:06 +0100" endDate="2022-11-11 10:49:46 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 11:04:40 +0100" startDate="2022-11-11 10:53:10 +0100" endDate="2022-11-11 11:00:48 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 12:15:10 +0100" startDate="2022-11-11 12:02:02 +0100" endDate="2022-11-11 12:12:01 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 12:26:07 +0100" startDate="2022-11-11 12:12:24 +0100" endDate="2022-11-11 12:19:37 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 12:35:09 +0100" startDate="2022-11-11 12:22:45 +0100" endDate="2022-11-11 12:30:39 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 12:45:51 +0100" startDate="2022-11-11 12:34:49 +0100" endDate="2022-11-11 12:35:58 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 13:19:43 +0100" startDate="2022-11-11 13:08:39 +0100" endDate="2022-11-11 13:09:35 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 14:18:09 +0100" startDate="2022-11-11 14:06:37 +0100" endDate="2022-11-11 14:16:36 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 14:30:07 +0100" startDate="2022-11-11 14:16:36 +0100" endDate="2022-11-11 14:19:52 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 14:44:00 +0100" startDate="2022-11-11 14:29:09 +0100" endDate="2022-11-11 14:37:05 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 14:57:10 +0100" startDate="2022-11-11 14:46:07 +0100" endDate="2022-11-11 14:48:17 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 15:25:51 +0100" startDate="2022-11-11 15:12:52 +0100" endDate="2022-11-11 15:18:26 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 15:39:42 +0100" startDate="2022-11-11 15:28:32 +0100" endDate="2022-11-11 15:34:16 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 15:56:12 +0100" startDate="2022-11-11 15:45:09 +0100" endDate="2022-11-11 15:53:33 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 16:14:31 +0100" startDate="2022-11-11 16:02:36 +0100" endDate="2022-11-11 16:09:21 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 16:43:35 +0100" startDate="2022-11-11 16:28:46 +0100" endDate="2022-11-11 16:34:35 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 17:08:01 +0100" startDate="2022-11-11 16:56:56 +0100" endDate="2022-11-11 17:06:03 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 17:23:14 +0100" startDate="2022-11-11 17:09:12 +0100" endDate="2022-11-11 17:17:02 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 17:33:47 +0100" startDate="2022-11-11 17:21:52 +0100" endDate="2022-11-11 17:28:06 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 19:09:09 +0100" startDate="2022-11-11 18:58:01 +0100" endDate="2022-11-11 19:06:30 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-11 19:19:36 +0100" startDate="2022-11-11 19:08:07 +0100" endDate="2022-11-11 19:08:33 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 05:50:51 +0100" startDate="2022-11-12 05:36:59 +0100" endDate="2022-11-12 05:37:07 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 07:38:58 +0100" startDate="2022-11-12 07:26:42 +0100" endDate="2022-11-12 07:30:23 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 08:58:48 +0100" startDate="2022-11-12 08:44:19 +0100" endDate="2022-11-12 08:45:17 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 09:15:08 +0100" startDate="2022-11-12 09:04:06 +0100" endDate="2022-11-12 09:12:05 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 09:29:51 +0100" startDate="2022-11-12 09:14:09 +0100" endDate="2022-11-12 09:14:17 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 09:43:11 +0100" startDate="2022-11-12 09:31:46 +0100" endDate="2022-11-12 09:37:48 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 09:55:16 +0100" startDate="2022-11-12 09:43:04 +0100" endDate="2022-11-12 09:52:17 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 10:08:07 +0100" startDate="2022-11-12 09:53:23 +0100" endDate="2022-11-12 10:03:20 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 10:15:34 +0100" startDate="2022-11-12 10:03:43 +0100" endDate="2022-11-12 10:10:43 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 10:28:54 +0100" startDate="2022-11-12 10:14:09 +0100" endDate="2022-11-12 10:23:52 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 10:46:11 +0100" startDate="2022-11-12 10:31:47 +0100" endDate="2022-11-12 10:38:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 11:00:43 +0100" startDate="2022-11-12 10:43:38 +0100" endDate="2022-11-12 10:49:43 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 11:06:57 +0100" startDate="2022-11-12 10:55:04 +0100" endDate="2022-11-12 11:02:37 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 11:17:10 +0100" startDate="2022-11-12 11:05:20 +0100" endDate="2022-11-12 11:15:18 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 11:26:54 +0100" startDate="2022-11-12 11:15:18 +0100" endDate="2022-11-12 11:23:40 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 11:41:21 +0100" startDate="2022-11-12 11:28:00 +0100" endDate="2022-11-12 11:37:45 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 11:49:26 +0100" startDate="2022-11-12 11:38:49 +0100" endDate="2022-11-12 11:48:17 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 12:02:38 +0100" startDate="2022-11-12 11:49:18 +0100" endDate="2022-11-12 11:55:35 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 12:21:04 +0100" startDate="2022-11-12 12:05:22 +0100" endDate="2022-11-12 12:15:18 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 12:28:42 +0100" startDate="2022-11-12 12:15:33 +0100" endDate="2022-11-12 12:25:24 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 12:40:39 +0100" startDate="2022-11-12 12:26:35 +0100" endDate="2022-11-12 12:31:31 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 12:55:31 +0100" startDate="2022-11-12 12:43:13 +0100" endDate="2022-11-12 12:52:22 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 13:07:11 +0100" startDate="2022-11-12 12:53:39 +0100" endDate="2022-11-12 12:58:32 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 13:15:47 +0100" startDate="2022-11-12 13:05:29 +0100" endDate="2022-11-12 13:15:30 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 13:28:29 +0100" startDate="2022-11-12 13:15:30 +0100" endDate="2022-11-12 13:25:31 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 13:36:21 +0100" startDate="2022-11-12 13:25:31 +0100" endDate="2022-11-12 13:33:33 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 13:47:23 +0100" startDate="2022-11-12 13:35:53 +0100" endDate="2022-11-12 13:43:41 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 15:44:55 +0100" startDate="2022-11-12 15:32:43 +0100" endDate="2022-11-12 15:38:52 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 16:16:19 +0100" startDate="2022-11-12 16:03:46 +0100" endDate="2022-11-12 16:06:57 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 17:05:47 +0100" startDate="2022-11-12 16:50:58 +0100" endDate="2022-11-12 17:00:59 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 17:13:50 +0100" startDate="2022-11-12 17:00:59 +0100" endDate="2022-11-12 17:11:00 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 17:23:51 +0100" startDate="2022-11-12 17:11:00 +0100" endDate="2022-11-12 17:21:00 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 17:33:06 +0100" startDate="2022-11-12 17:21:00 +0100" endDate="2022-11-12 17:31:01 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 17:42:29 +0100" startDate="2022-11-12 17:31:01 +0100" endDate="2022-11-12 17:31:34 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 18:00:45 +0100" startDate="2022-11-12 17:46:00 +0100" endDate="2022-11-12 17:53:54 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 18:14:57 +0100" startDate="2022-11-12 18:03:10 +0100" endDate="2022-11-12 18:03:56 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 18:25:13 +0100" startDate="2022-11-12 18:14:10 +0100" endDate="2022-11-12 18:22:39 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 18:36:58 +0100" startDate="2022-11-12 18:25:55 +0100" endDate="2022-11-12 18:26:39 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 18:57:30 +0100" startDate="2022-11-12 18:44:51 +0100" endDate="2022-11-12 18:53:11 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 19:11:40 +0100" startDate="2022-11-12 18:55:11 +0100" endDate="2022-11-12 18:56:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 19:36:26 +0100" startDate="2022-11-12 19:19:25 +0100" endDate="2022-11-12 19:20:55 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 20:52:35 +0100" startDate="2022-11-12 20:38:08 +0100" endDate="2022-11-12 20:45:29 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-12 22:28:02 +0100" startDate="2022-11-12 22:16:21 +0100" endDate="2022-11-12 22:22:05 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 00:19:44 +0100" startDate="2022-11-13 00:08:25 +0100" endDate="2022-11-13 00:10:33 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 08:49:14 +0100" startDate="2022-11-13 08:37:01 +0100" endDate="2022-11-13 08:46:42 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 09:00:57 +0100" startDate="2022-11-13 08:49:25 +0100" endDate="2022-11-13 08:53:38 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 09:14:18 +0100" startDate="2022-11-13 09:01:42 +0100" endDate="2022-11-13 09:03:34 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 09:26:30 +0100" startDate="2022-11-13 09:13:04 +0100" endDate="2022-11-13 09:17:09 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 09:38:48 +0100" startDate="2022-11-13 09:27:33 +0100" endDate="2022-11-13 09:33:11 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 09:58:30 +0100" startDate="2022-11-13 09:43:48 +0100" endDate="2022-11-13 09:50:00 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 10:09:42 +0100" startDate="2022-11-13 09:58:40 +0100" endDate="2022-11-13 10:08:35 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 10:21:30 +0100" startDate="2022-11-13 10:10:28 +0100" endDate="2022-11-13 10:20:29 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 10:33:54 +0100" startDate="2022-11-13 10:20:29 +0100" endDate="2022-11-13 10:24:23 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 14:11:37 +0100" startDate="2022-11-13 13:59:44 +0100" endDate="2022-11-13 14:09:27 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 14:23:18 +0100" startDate="2022-11-13 14:10:28 +0100" endDate="2022-11-13 14:11:52 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 14:51:26 +0100" startDate="2022-11-13 14:35:07 +0100" endDate="2022-11-13 14:39:53 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 15:01:28 +0100" startDate="2022-11-13 14:48:55 +0100" endDate="2022-11-13 14:52:03 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 15:21:23 +0100" startDate="2022-11-13 15:09:02 +0100" endDate="2022-11-13 15:12:10 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 15:31:09 +0100" startDate="2022-11-13 15:20:04 +0100" endDate="2022-11-13 15:28:38 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 15:44:02 +0100" startDate="2022-11-13 15:31:52 +0100" endDate="2022-11-13 15:41:53 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 15:53:53 +0100" startDate="2022-11-13 15:41:53 +0100" endDate="2022-11-13 15:43:53 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 16:57:01 +0100" startDate="2022-11-13 16:39:19 +0100" endDate="2022-11-13 16:40:43 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 17:12:02 +0100" startDate="2022-11-13 16:56:12 +0100" endDate="2022-11-13 16:56:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 17:21:22 +0100" startDate="2022-11-13 17:08:23 +0100" endDate="2022-11-13 17:09:32 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 17:39:34 +0100" startDate="2022-11-13 17:27:49 +0100" endDate="2022-11-13 17:37:50 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 17:48:54 +0100" startDate="2022-11-13 17:37:50 +0100" endDate="2022-11-13 17:45:18 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 18:10:44 +0100" startDate="2022-11-13 17:57:11 +0100" endDate="2022-11-13 18:03:41 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 18:22:12 +0100" startDate="2022-11-13 18:10:57 +0100" endDate="2022-11-13 18:15:38 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 18:48:14 +0100" startDate="2022-11-13 18:36:50 +0100" endDate="2022-11-13 18:42:34 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 19:00:46 +0100" startDate="2022-11-13 18:49:07 +0100" endDate="2022-11-13 18:52:28 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 19:43:53 +0100" startDate="2022-11-13 19:29:47 +0100" endDate="2022-11-13 19:33:59 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 20:05:07 +0100" startDate="2022-11-13 19:52:14 +0100" endDate="2022-11-13 19:52:53 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-13 21:56:10 +0100" startDate="2022-11-13 21:45:07 +0100" endDate="2022-11-13 21:48:00 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 05:04:09 +0100" startDate="2022-11-14 04:52:08 +0100" endDate="2022-11-14 04:55:40 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 06:22:18 +0100" startDate="2022-11-14 06:11:16 +0100" endDate="2022-11-14 06:11:26 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 06:37:35 +0100" startDate="2022-11-14 06:26:32 +0100" endDate="2022-11-14 06:26:55 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 07:17:58 +0100" startDate="2022-11-14 07:06:55 +0100" endDate="2022-11-14 07:08:47 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 09:11:03 +0100" startDate="2022-11-14 08:56:04 +0100" endDate="2022-11-14 08:59:05 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 10:03:05 +0100" startDate="2022-11-14 09:48:59 +0100" endDate="2022-11-14 09:58:55 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 10:12:46 +0100" startDate="2022-11-14 09:59:03 +0100" endDate="2022-11-14 10:02:17 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 10:38:17 +0100" startDate="2022-11-14 10:24:20 +0100" endDate="2022-11-14 10:24:25 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 11:44:39 +0100" startDate="2022-11-14 11:30:36 +0100" endDate="2022-11-14 11:36:28 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 12:07:30 +0100" startDate="2022-11-14 11:55:41 +0100" endDate="2022-11-14 12:01:48 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 12:40:29 +0100" startDate="2022-11-14 12:28:20 +0100" endDate="2022-11-14 12:35:36 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 13:23:02 +0100" startDate="2022-11-14 13:11:20 +0100" endDate="2022-11-14 13:17:24 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 13:35:09 +0100" startDate="2022-11-14 13:24:01 +0100" endDate="2022-11-14 13:28:52 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 14:10:11 +0100" startDate="2022-11-14 13:55:41 +0100" endDate="2022-11-14 13:57:33 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 15:45:36 +0100" startDate="2022-11-14 15:34:24 +0100" endDate="2022-11-14 15:35:50 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 16:15:08 +0100" startDate="2022-11-14 16:01:40 +0100" endDate="2022-11-14 16:06:56 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 16:45:36 +0100" startDate="2022-11-14 16:33:22 +0100" endDate="2022-11-14 16:33:30 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 16:56:57 +0100" startDate="2022-11-14 16:45:54 +0100" endDate="2022-11-14 16:53:07 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 20:06:02 +0100" startDate="2022-11-14 19:54:26 +0100" endDate="2022-11-14 19:59:54 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 20:59:00 +0100" startDate="2022-11-14 20:47:05 +0100" endDate="2022-11-14 20:50:01 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-14 23:20:00 +0100" startDate="2022-11-14 23:06:58 +0100" endDate="2022-11-14 23:07:08 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 07:50:33 +0100" startDate="2022-11-15 07:34:50 +0100" endDate="2022-11-15 07:37:56 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 08:42:43 +0100" startDate="2022-11-15 08:31:34 +0100" endDate="2022-11-15 08:41:25 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 08:52:47 +0100" startDate="2022-11-15 08:41:35 +0100" endDate="2022-11-15 08:41:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 09:53:37 +0100" startDate="2022-11-15 09:38:09 +0100" endDate="2022-11-15 09:39:56 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 11:51:59 +0100" startDate="2022-11-15 11:40:56 +0100" endDate="2022-11-15 11:44:35 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 12:13:38 +0100" startDate="2022-11-15 12:02:36 +0100" endDate="2022-11-15 12:09:39 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 12:36:06 +0100" startDate="2022-11-15 12:21:42 +0100" endDate="2022-11-15 12:26:30 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 13:29:27 +0100" startDate="2022-11-15 13:15:14 +0100" endDate="2022-11-15 13:17:06 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 14:06:00 +0100" startDate="2022-11-15 13:52:29 +0100" endDate="2022-11-15 13:55:13 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 15:59:38 +0100" startDate="2022-11-15 15:48:35 +0100" endDate="2022-11-15 15:57:17 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 16:46:50 +0100" startDate="2022-11-15 16:33:17 +0100" endDate="2022-11-15 16:40:20 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 16:56:09 +0100" startDate="2022-11-15 16:45:06 +0100" endDate="2022-11-15 16:48:15 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 17:11:33 +0100" startDate="2022-11-15 16:59:47 +0100" endDate="2022-11-15 17:08:47 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 17:26:57 +0100" startDate="2022-11-15 17:15:54 +0100" endDate="2022-11-15 17:23:43 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 18:14:29 +0100" startDate="2022-11-15 18:03:27 +0100" endDate="2022-11-15 18:12:09 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 18:26:47 +0100" startDate="2022-11-15 18:14:16 +0100" endDate="2022-11-15 18:18:36 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-15 20:37:57 +0100" startDate="2022-11-15 20:24:27 +0100" endDate="2022-11-15 20:27:48 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 07:43:23 +0100" startDate="2022-11-16 07:31:57 +0100" endDate="2022-11-16 07:32:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 08:28:49 +0100" startDate="2022-11-16 08:17:46 +0100" endDate="2022-11-16 08:17:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 08:42:31 +0100" startDate="2022-11-16 08:31:28 +0100" endDate="2022-11-16 08:31:36 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 09:42:48 +0100" startDate="2022-11-16 09:26:57 +0100" endDate="2022-11-16 09:27:38 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 10:05:49 +0100" startDate="2022-11-16 09:54:46 +0100" endDate="2022-11-16 09:54:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 10:22:14 +0100" startDate="2022-11-16 10:11:11 +0100" endDate="2022-11-16 10:18:55 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 10:32:51 +0100" startDate="2022-11-16 10:21:49 +0100" endDate="2022-11-16 10:31:42 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 11:22:41 +0100" startDate="2022-11-16 11:10:24 +0100" endDate="2022-11-16 11:10:32 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 12:09:11 +0100" startDate="2022-11-16 11:58:02 +0100" endDate="2022-11-16 11:58:12 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 13:21:11 +0100" startDate="2022-11-16 13:06:54 +0100" endDate="2022-11-16 13:16:29 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 13:31:42 +0100" startDate="2022-11-16 13:17:28 +0100" endDate="2022-11-16 13:19:02 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 14:12:43 +0100" startDate="2022-11-16 13:59:29 +0100" endDate="2022-11-16 14:09:30 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 14:20:33 +0100" startDate="2022-11-16 14:09:30 +0100" endDate="2022-11-16 14:19:32 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 14:31:50 +0100" startDate="2022-11-16 14:19:32 +0100" endDate="2022-11-16 14:19:37 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 15:48:55 +0100" startDate="2022-11-16 15:37:20 +0100" endDate="2022-11-16 15:47:21 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 15:59:00 +0100" startDate="2022-11-16 15:47:57 +0100" endDate="2022-11-16 15:51:46 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 17:17:38 +0100" startDate="2022-11-16 17:05:54 +0100" endDate="2022-11-16 17:06:48 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 18:19:59 +0100" startDate="2022-11-16 18:08:57 +0100" endDate="2022-11-16 18:09:17 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 18:33:23 +0100" startDate="2022-11-16 18:20:42 +0100" endDate="2022-11-16 18:28:38 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 18:50:00 +0100" startDate="2022-11-16 18:34:25 +0100" endDate="2022-11-16 18:43:58 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 19:03:29 +0100" startDate="2022-11-16 18:49:44 +0100" endDate="2022-11-16 18:59:32 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 19:11:16 +0100" startDate="2022-11-16 19:00:13 +0100" endDate="2022-11-16 19:08:53 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-16 22:36:59 +0100" startDate="2022-11-16 22:25:56 +0100" endDate="2022-11-16 22:26:44 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 06:12:37 +0100" startDate="2022-11-17 05:55:26 +0100" endDate="2022-11-17 05:55:59 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 08:56:31 +0100" startDate="2022-11-17 08:44:56 +0100" endDate="2022-11-17 08:45:14 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 09:14:05 +0100" startDate="2022-11-17 09:03:03 +0100" endDate="2022-11-17 09:09:02 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 09:54:21 +0100" startDate="2022-11-17 09:42:35 +0100" endDate="2022-11-17 09:42:50 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 12:42:24 +0100" startDate="2022-11-17 12:30:24 +0100" endDate="2022-11-17 12:38:20 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 12:53:48 +0100" startDate="2022-11-17 12:40:55 +0100" endDate="2022-11-17 12:50:56 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 13:01:06 +0100" startDate="2022-11-17 12:50:56 +0100" endDate="2022-11-17 13:00:24 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 13:19:08 +0100" startDate="2022-11-17 13:08:05 +0100" endDate="2022-11-17 13:13:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 13:30:51 +0100" startDate="2022-11-17 13:19:48 +0100" endDate="2022-11-17 13:29:49 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 13:40:51 +0100" startDate="2022-11-17 13:29:49 +0100" endDate="2022-11-17 13:30:04 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 13:53:42 +0100" startDate="2022-11-17 13:40:33 +0100" endDate="2022-11-17 13:43:44 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 15:12:17 +0100" startDate="2022-11-17 14:59:12 +0100" endDate="2022-11-17 15:08:48 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 15:22:42 +0100" startDate="2022-11-17 15:11:39 +0100" endDate="2022-11-17 15:17:05 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 16:04:04 +0100" startDate="2022-11-17 15:53:01 +0100" endDate="2022-11-17 16:00:25 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 16:41:59 +0100" startDate="2022-11-17 16:30:56 +0100" endDate="2022-11-17 16:31:12 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 17:06:04 +0100" startDate="2022-11-17 16:54:47 +0100" endDate="2022-11-17 16:59:43 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 17:20:05 +0100" startDate="2022-11-17 17:05:20 +0100" endDate="2022-11-17 17:13:22 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 17:46:10 +0100" startDate="2022-11-17 17:34:09 +0100" endDate="2022-11-17 17:35:33 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 18:02:03 +0100" startDate="2022-11-17 17:51:00 +0100" endDate="2022-11-17 17:57:27 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 18:25:46 +0100" startDate="2022-11-17 18:14:44 +0100" endDate="2022-11-17 18:23:41 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 18:43:27 +0100" startDate="2022-11-17 18:32:24 +0100" endDate="2022-11-17 18:42:09 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 18:53:35 +0100" startDate="2022-11-17 18:42:32 +0100" endDate="2022-11-17 18:42:55 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 19:29:30 +0100" startDate="2022-11-17 19:16:35 +0100" endDate="2022-11-17 19:22:52 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-17 22:05:01 +0100" startDate="2022-11-17 21:53:58 +0100" endDate="2022-11-17 22:01:44 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 04:03:54 +0100" startDate="2022-11-18 03:52:51 +0100" endDate="2022-11-18 03:59:44 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 08:39:41 +0100" startDate="2022-11-18 08:26:04 +0100" endDate="2022-11-18 08:29:56 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 09:56:43 +0100" startDate="2022-11-18 09:44:39 +0100" endDate="2022-11-18 09:47:09 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 13:43:48 +0100" startDate="2022-11-18 13:32:46 +0100" endDate="2022-11-18 13:33:03 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 14:52:16 +0100" startDate="2022-11-18 14:39:18 +0100" endDate="2022-11-18 14:47:15 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 15:03:54 +0100" startDate="2022-11-18 14:50:44 +0100" endDate="2022-11-18 14:53:40 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 15:22:15 +0100" startDate="2022-11-18 15:11:12 +0100" endDate="2022-11-18 15:15:52 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 15:32:16 +0100" startDate="2022-11-18 15:21:13 +0100" endDate="2022-11-18 15:23:03 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 16:12:37 +0100" startDate="2022-11-18 15:57:59 +0100" endDate="2022-11-18 16:03:13 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 16:21:14 +0100" startDate="2022-11-18 16:08:24 +0100" endDate="2022-11-18 16:17:21 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 16:31:33 +0100" startDate="2022-11-18 16:20:22 +0100" endDate="2022-11-18 16:30:23 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 16:42:04 +0100" startDate="2022-11-18 16:31:04 +0100" endDate="2022-11-18 16:39:05 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 16:54:30 +0100" startDate="2022-11-18 16:41:20 +0100" endDate="2022-11-18 16:47:58 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 17:06:22 +0100" startDate="2022-11-18 16:53:37 +0100" endDate="2022-11-18 16:59:13 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 18:11:39 +0100" startDate="2022-11-18 17:58:43 +0100" endDate="2022-11-18 18:08:04 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 18:22:43 +0100" startDate="2022-11-18 18:11:40 +0100" endDate="2022-11-18 18:20:56 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 18:34:44 +0100" startDate="2022-11-18 18:22:03 +0100" endDate="2022-11-18 18:25:42 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 18:58:41 +0100" startDate="2022-11-18 18:43:56 +0100" endDate="2022-11-18 18:50:56 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 19:05:35 +0100" startDate="2022-11-18 18:54:07 +0100" endDate="2022-11-18 19:04:06 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 19:27:41 +0100" startDate="2022-11-18 19:13:47 +0100" endDate="2022-11-18 19:23:13 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 19:37:25 +0100" startDate="2022-11-18 19:25:20 +0100" endDate="2022-11-18 19:33:34 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 19:49:23 +0100" startDate="2022-11-18 19:37:18 +0100" endDate="2022-11-18 19:38:14 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 20:03:28 +0100" startDate="2022-11-18 19:50:52 +0100" endDate="2022-11-18 19:58:09 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 20:38:45 +0100" startDate="2022-11-18 20:26:20 +0100" endDate="2022-11-18 20:36:06 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 20:54:12 +0100" startDate="2022-11-18 20:39:23 +0100" endDate="2022-11-18 20:44:00 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-18 21:52:09 +0100" startDate="2022-11-18 21:36:50 +0100" endDate="2022-11-18 21:38:27 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 06:19:33 +0100" startDate="2022-11-19 06:08:31 +0100" endDate="2022-11-19 06:13:14 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 07:27:49 +0100" startDate="2022-11-19 07:14:14 +0100" endDate="2022-11-19 07:14:17 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 07:57:23 +0100" startDate="2022-11-19 07:44:09 +0100" endDate="2022-11-19 07:54:00 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 08:13:22 +0100" startDate="2022-11-19 07:54:13 +0100" endDate="2022-11-19 07:55:01 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 08:50:22 +0100" startDate="2022-11-19 08:38:59 +0100" endDate="2022-11-19 08:48:59 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 09:00:34 +0100" startDate="2022-11-19 08:48:59 +0100" endDate="2022-11-19 08:58:37 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 09:10:41 +0100" startDate="2022-11-19 08:59:31 +0100" endDate="2022-11-19 09:09:32 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 09:21:43 +0100" startDate="2022-11-19 09:09:42 +0100" endDate="2022-11-19 09:19:43 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 09:31:10 +0100" startDate="2022-11-19 09:19:43 +0100" endDate="2022-11-19 09:29:41 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 09:43:56 +0100" startDate="2022-11-19 09:29:46 +0100" endDate="2022-11-19 09:39:39 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 09:50:55 +0100" startDate="2022-11-19 09:39:52 +0100" endDate="2022-11-19 09:48:16 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 10:01:59 +0100" startDate="2022-11-19 09:49:53 +0100" endDate="2022-11-19 09:51:25 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 10:18:29 +0100" startDate="2022-11-19 10:01:48 +0100" endDate="2022-11-19 10:11:49 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 10:23:28 +0100" startDate="2022-11-19 10:12:25 +0100" endDate="2022-11-19 10:20:39 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 10:35:32 +0100" startDate="2022-11-19 10:22:41 +0100" endDate="2022-11-19 10:29:31 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 10:50:41 +0100" startDate="2022-11-19 10:34:14 +0100" endDate="2022-11-19 10:35:36 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 11:56:01 +0100" startDate="2022-11-19 11:41:47 +0100" endDate="2022-11-19 11:50:03 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 12:05:33 +0100" startDate="2022-11-19 11:53:27 +0100" endDate="2022-11-19 11:56:05 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 12:21:26 +0100" startDate="2022-11-19 12:10:23 +0100" endDate="2022-11-19 12:18:17 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 12:37:17 +0100" startDate="2022-11-19 12:26:14 +0100" endDate="2022-11-19 12:30:52 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 12:50:13 +0100" startDate="2022-11-19 12:38:18 +0100" endDate="2022-11-19 12:40:00 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 13:05:43 +0100" startDate="2022-11-19 12:49:45 +0100" endDate="2022-11-19 12:55:50 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 13:23:20 +0100" startDate="2022-11-19 13:12:00 +0100" endDate="2022-11-19 13:21:54 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 13:33:51 +0100" startDate="2022-11-19 13:22:06 +0100" endDate="2022-11-19 13:29:58 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 13:46:29 +0100" startDate="2022-11-19 13:35:18 +0100" endDate="2022-11-19 13:45:09 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 13:58:41 +0100" startDate="2022-11-19 13:46:28 +0100" endDate="2022-11-19 13:55:15 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 14:12:40 +0100" startDate="2022-11-19 13:56:42 +0100" endDate="2022-11-19 14:05:16 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 14:34:45 +0100" startDate="2022-11-19 14:23:39 +0100" endDate="2022-11-19 14:33:40 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 14:46:11 +0100" startDate="2022-11-19 14:33:40 +0100" endDate="2022-11-19 14:33:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 16:10:40 +0100" startDate="2022-11-19 15:59:36 +0100" endDate="2022-11-19 16:04:42 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 16:48:34 +0100" startDate="2022-11-19 16:37:31 +0100" endDate="2022-11-19 16:38:02 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 18:16:56 +0100" startDate="2022-11-19 18:05:53 +0100" endDate="2022-11-19 18:05:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 18:46:06 +0100" startDate="2022-11-19 18:35:03 +0100" endDate="2022-11-19 18:42:29 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 18:58:56 +0100" startDate="2022-11-19 18:47:35 +0100" endDate="2022-11-19 18:47:37 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 19:27:32 +0100" startDate="2022-11-19 19:15:48 +0100" endDate="2022-11-19 19:23:04 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 19:53:51 +0100" startDate="2022-11-19 19:37:35 +0100" endDate="2022-11-19 19:42:51 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 22:31:03 +0100" startDate="2022-11-19 22:12:34 +0100" endDate="2022-11-19 22:13:53 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 19:36:50 +0100" startDate="2022-11-19 19:25:47 +0100" endDate="2022-11-19 19:26:18 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-19 22:50:56 +0100" startDate="2022-11-19 22:35:40 +0100" endDate="2022-11-19 22:43:32 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-20 06:38:13 +0100" startDate="2022-11-20 06:23:37 +0100" endDate="2022-11-20 06:25:14 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-20 10:07:36 +0100" startDate="2022-11-20 09:52:27 +0100" endDate="2022-11-20 09:52:44 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-20 10:42:41 +0100" startDate="2022-11-20 10:29:51 +0100" endDate="2022-11-20 10:39:06 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-20 10:53:04 +0100" startDate="2022-11-20 10:40:25 +0100" endDate="2022-11-20 10:50:11 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-20 11:01:47 +0100" startDate="2022-11-20 10:50:29 +0100" endDate="2022-11-20 10:58:38 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-20 12:12:27 +0100" startDate="2022-11-20 11:56:45 +0100" endDate="2022-11-20 12:05:45 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-20 12:20:40 +0100" startDate="2022-11-20 12:08:10 +0100" endDate="2022-11-20 12:10:55 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-20 13:16:01 +0100" startDate="2022-11-20 13:04:24 +0100" endDate="2022-11-20 13:13:14 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-20 14:41:48 +0100" startDate="2022-11-20 14:28:11 +0100" endDate="2022-11-20 14:35:50 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-20 14:58:04 +0100" startDate="2022-11-20 14:46:22 +0100" endDate="2022-11-20 14:46:27 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-20 22:09:04 +0100" startDate="2022-11-20 21:57:47 +0100" endDate="2022-11-20 21:59:04 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 06:42:11 +0100" startDate="2022-11-21 06:31:08 +0100" endDate="2022-11-21 06:31:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 07:47:55 +0100" startDate="2022-11-21 07:34:02 +0100" endDate="2022-11-21 07:37:28 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 08:44:49 +0100" startDate="2022-11-21 08:33:46 +0100" endDate="2022-11-21 08:40:18 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 09:01:29 +0100" startDate="2022-11-21 08:50:26 +0100" endDate="2022-11-21 08:56:36 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 10:08:44 +0100" startDate="2022-11-21 09:56:53 +0100" endDate="2022-11-21 09:59:11 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 11:15:46 +0100" startDate="2022-11-21 11:00:47 +0100" endDate="2022-11-21 11:05:34 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 12:16:31 +0100" startDate="2022-11-21 12:04:10 +0100" endDate="2022-11-21 12:04:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 12:35:55 +0100" startDate="2022-11-21 12:22:38 +0100" endDate="2022-11-21 12:32:39 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 12:44:24 +0100" startDate="2022-11-21 12:32:39 +0100" endDate="2022-11-21 12:37:15 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 13:19:12 +0100" startDate="2022-11-21 13:07:34 +0100" endDate="2022-11-21 13:17:35 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 14:11:52 +0100" startDate="2022-11-21 13:58:40 +0100" endDate="2022-11-21 14:02:09 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 16:20:13 +0100" startDate="2022-11-21 16:09:06 +0100" endDate="2022-11-21 16:11:47 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 16:41:38 +0100" startDate="2022-11-21 16:28:39 +0100" endDate="2022-11-21 16:29:55 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 16:57:51 +0100" startDate="2022-11-21 16:41:18 +0100" endDate="2022-11-21 16:41:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 17:26:53 +0100" startDate="2022-11-21 17:15:33 +0100" endDate="2022-11-21 17:15:36 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 18:01:04 +0100" startDate="2022-11-21 17:48:53 +0100" endDate="2022-11-21 17:49:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 19:18:00 +0100" startDate="2022-11-21 19:06:57 +0100" endDate="2022-11-21 19:10:29 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 20:09:09 +0100" startDate="2022-11-21 19:57:00 +0100" endDate="2022-11-21 20:05:19 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 20:20:14 +0100" startDate="2022-11-21 20:07:57 +0100" endDate="2022-11-21 20:16:27 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 20:35:30 +0100" startDate="2022-11-21 20:24:28 +0100" endDate="2022-11-21 20:24:38 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-21 21:15:17 +0100" startDate="2022-11-21 21:04:14 +0100" endDate="2022-11-21 21:04:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 07:11:46 +0100" startDate="2022-11-22 07:00:43 +0100" endDate="2022-11-22 07:05:05 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 08:28:32 +0100" startDate="2022-11-22 08:17:29 +0100" endDate="2022-11-22 08:19:29 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 09:25:20 +0100" startDate="2022-11-22 09:14:17 +0100" endDate="2022-11-22 09:20:29 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 10:01:16 +0100" startDate="2022-11-22 09:43:54 +0100" endDate="2022-11-22 09:51:09 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 11:22:24 +0100" startDate="2022-11-22 11:10:26 +0100" endDate="2022-11-22 11:15:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 11:31:54 +0100" startDate="2022-11-22 11:20:40 +0100" endDate="2022-11-22 11:30:19 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 12:09:29 +0100" startDate="2022-11-22 11:58:00 +0100" endDate="2022-11-22 12:08:01 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 12:20:17 +0100" startDate="2022-11-22 12:08:01 +0100" endDate="2022-11-22 12:12:06 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 12:59:31 +0100" startDate="2022-11-22 12:46:44 +0100" endDate="2022-11-22 12:55:11 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 13:46:02 +0100" startDate="2022-11-22 13:32:15 +0100" endDate="2022-11-22 13:37:16 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 14:42:26 +0100" startDate="2022-11-22 14:29:48 +0100" endDate="2022-11-22 14:34:44 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 14:53:06 +0100" startDate="2022-11-22 14:41:24 +0100" endDate="2022-11-22 14:50:16 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 15:03:49 +0100" startDate="2022-11-22 14:51:53 +0100" endDate="2022-11-22 14:52:49 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 15:26:56 +0100" startDate="2022-11-22 15:10:42 +0100" endDate="2022-11-22 15:16:57 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 15:52:00 +0100" startDate="2022-11-22 15:40:29 +0100" endDate="2022-11-22 15:50:10 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 16:44:12 +0100" startDate="2022-11-22 16:33:12 +0100" endDate="2022-11-22 16:42:19 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 16:52:46 +0100" startDate="2022-11-22 16:42:19 +0100" endDate="2022-11-22 16:43:26 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 18:24:29 +0100" startDate="2022-11-22 18:13:27 +0100" endDate="2022-11-22 18:21:36 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 18:38:20 +0100" startDate="2022-11-22 18:27:17 +0100" endDate="2022-11-22 18:35:49 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 19:00:00 +0100" startDate="2022-11-22 18:47:43 +0100" endDate="2022-11-22 18:52:15 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 20:52:17 +0100" startDate="2022-11-22 20:39:31 +0100" endDate="2022-11-22 20:49:30 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 21:03:28 +0100" startDate="2022-11-22 20:49:30 +0100" endDate="2022-11-22 20:55:01 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 21:50:15 +0100" startDate="2022-11-22 21:38:43 +0100" endDate="2022-11-22 21:47:56 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="15.7" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:15.7, creation date:2022-09-14 04:30:15 +0000&gt;" unit="count" creationDate="2022-11-22 21:59:55 +0100" startDate="2022-11-22 21:48:52 +0100" endDate="2022-11-22 21:49:12 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 12:48:06 +0100" startDate="2022-11-23 12:37:56 +0100" endDate="2022-11-23 12:47:32 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 13:10:52 +0100" startDate="2022-11-23 12:56:37 +0100" endDate="2022-11-23 13:05:05 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 14:39:08 +0100" startDate="2022-11-23 14:28:53 +0100" endDate="2022-11-23 14:38:12 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 16:46:55 +0100" startDate="2022-11-23 16:34:24 +0100" endDate="2022-11-23 16:42:22 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 17:03:59 +0100" startDate="2022-11-23 16:52:44 +0100" endDate="2022-11-23 16:54:51 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 17:28:22 +0100" startDate="2022-11-23 17:14:56 +0100" endDate="2022-11-23 17:24:57 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 17:37:51 +0100" startDate="2022-11-23 17:24:57 +0100" endDate="2022-11-23 17:27:50 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 18:04:45 +0100" startDate="2022-11-23 17:51:57 +0100" endDate="2022-11-23 18:01:42 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 18:12:45 +0100" startDate="2022-11-23 18:01:42 +0100" endDate="2022-11-23 18:04:10 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 19:18:03 +0100" startDate="2022-11-23 19:07:53 +0100" endDate="2022-11-23 19:08:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 19:52:46 +0100" startDate="2022-11-23 19:42:35 +0100" endDate="2022-11-23 19:52:27 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 20:03:53 +0100" startDate="2022-11-23 19:52:47 +0100" endDate="2022-11-23 19:55:30 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 20:47:41 +0100" startDate="2022-11-23 20:32:11 +0100" endDate="2022-11-23 20:36:54 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 22:12:51 +0100" startDate="2022-11-23 22:01:45 +0100" endDate="2022-11-23 22:09:57 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-23 22:23:42 +0100" startDate="2022-11-23 22:13:32 +0100" endDate="2022-11-23 22:15:34 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 06:58:23 +0100" startDate="2022-11-24 06:48:18 +0100" endDate="2022-11-24 06:57:48 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 07:20:01 +0100" startDate="2022-11-24 07:09:54 +0100" endDate="2022-11-24 07:10:39 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 08:09:06 +0100" startDate="2022-11-24 07:58:45 +0100" endDate="2022-11-24 08:02:19 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 09:09:12 +0100" startDate="2022-11-24 08:57:48 +0100" endDate="2022-11-24 09:07:36 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 09:31:45 +0100" startDate="2022-11-24 09:18:19 +0100" endDate="2022-11-24 09:20:08 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 09:51:03 +0100" startDate="2022-11-24 09:38:43 +0100" endDate="2022-11-24 09:40:19 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 10:58:17 +0100" startDate="2022-11-24 10:46:17 +0100" endDate="2022-11-24 10:55:32 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 11:18:14 +0100" startDate="2022-11-24 11:04:18 +0100" endDate="2022-11-24 11:05:09 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 12:47:49 +0100" startDate="2022-11-24 12:37:35 +0100" endDate="2022-11-24 12:47:13 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 13:36:00 +0100" startDate="2022-11-24 13:25:32 +0100" endDate="2022-11-24 13:31:41 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 13:56:32 +0100" startDate="2022-11-24 13:46:14 +0100" endDate="2022-11-24 13:49:20 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 14:38:44 +0100" startDate="2022-11-24 14:28:34 +0100" endDate="2022-11-24 14:33:22 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 15:03:00 +0100" startDate="2022-11-24 14:50:13 +0100" endDate="2022-11-24 14:55:54 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 16:36:30 +0100" startDate="2022-11-24 16:22:15 +0100" endDate="2022-11-24 16:28:09 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 17:25:53 +0100" startDate="2022-11-24 17:13:17 +0100" endDate="2022-11-24 17:23:16 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 17:34:32 +0100" startDate="2022-11-24 17:23:16 +0100" endDate="2022-11-24 17:33:15 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 17:43:50 +0100" startDate="2022-11-24 17:33:15 +0100" endDate="2022-11-24 17:33:38 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 17:55:11 +0100" startDate="2022-11-24 17:44:04 +0100" endDate="2022-11-24 17:47:33 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 19:42:27 +0100" startDate="2022-11-24 19:31:24 +0100" endDate="2022-11-24 19:34:00 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 19:55:40 +0100" startDate="2022-11-24 19:45:28 +0100" endDate="2022-11-24 19:47:04 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-24 21:46:43 +0100" startDate="2022-11-24 21:36:00 +0100" endDate="2022-11-24 21:40:10 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 06:38:14 +0100" startDate="2022-11-25 06:27:11 +0100" endDate="2022-11-25 06:33:30 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 06:52:18 +0100" startDate="2022-11-25 06:41:16 +0100" endDate="2022-11-25 06:51:01 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 07:27:12 +0100" startDate="2022-11-25 07:12:06 +0100" endDate="2022-11-25 07:15:45 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 07:48:50 +0100" startDate="2022-11-25 07:36:53 +0100" endDate="2022-11-25 07:36:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 08:23:34 +0100" startDate="2022-11-25 08:13:28 +0100" endDate="2022-11-25 08:23:29 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 08:34:44 +0100" startDate="2022-11-25 08:23:29 +0100" endDate="2022-11-25 08:29:41 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 09:12:24 +0100" startDate="2022-11-25 08:57:14 +0100" endDate="2022-11-25 08:57:40 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 10:08:51 +0100" startDate="2022-11-25 09:55:43 +0100" endDate="2022-11-25 09:57:10 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 10:36:23 +0100" startDate="2022-11-25 10:25:21 +0100" endDate="2022-11-25 10:31:43 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 11:32:28 +0100" startDate="2022-11-25 11:21:26 +0100" endDate="2022-11-25 11:24:37 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 13:10:07 +0100" startDate="2022-11-25 12:57:06 +0100" endDate="2022-11-25 13:05:51 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 13:31:11 +0100" startDate="2022-11-25 13:20:57 +0100" endDate="2022-11-25 13:30:22 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 13:44:37 +0100" startDate="2022-11-25 13:31:41 +0100" endDate="2022-11-25 13:31:54 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 13:59:16 +0100" startDate="2022-11-25 13:46:36 +0100" endDate="2022-11-25 13:50:28 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 14:12:27 +0100" startDate="2022-11-25 13:56:45 +0100" endDate="2022-11-25 14:03:50 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 14:26:09 +0100" startDate="2022-11-25 14:14:38 +0100" endDate="2022-11-25 14:21:25 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 14:37:26 +0100" startDate="2022-11-25 14:27:04 +0100" endDate="2022-11-25 14:27:32 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 15:25:43 +0100" startDate="2022-11-25 15:15:38 +0100" endDate="2022-11-25 15:21:32 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 17:25:53 +0100" startDate="2022-11-25 17:14:50 +0100" endDate="2022-11-25 17:20:41 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 17:41:07 +0100" startDate="2022-11-25 17:30:04 +0100" endDate="2022-11-25 17:30:09 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 18:33:30 +0100" startDate="2022-11-25 18:22:27 +0100" endDate="2022-11-25 18:32:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 19:04:15 +0100" startDate="2022-11-25 18:54:02 +0100" endDate="2022-11-25 19:02:24 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 19:15:17 +0100" startDate="2022-11-25 19:05:04 +0100" endDate="2022-11-25 19:10:30 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 19:29:01 +0100" startDate="2022-11-25 19:17:58 +0100" endDate="2022-11-25 19:27:59 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 19:39:02 +0100" startDate="2022-11-25 19:27:59 +0100" endDate="2022-11-25 19:36:34 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 19:52:23 +0100" startDate="2022-11-25 19:41:34 +0100" endDate="2022-11-25 19:48:37 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 20:15:18 +0100" startDate="2022-11-25 20:05:10 +0100" endDate="2022-11-25 20:08:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 20:33:45 +0100" startDate="2022-11-25 20:22:42 +0100" endDate="2022-11-25 20:31:52 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 20:44:21 +0100" startDate="2022-11-25 20:33:19 +0100" endDate="2022-11-25 20:34:05 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 21:22:43 +0100" startDate="2022-11-25 21:12:36 +0100" endDate="2022-11-25 21:13:44 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 21:40:13 +0100" startDate="2022-11-25 21:29:47 +0100" endDate="2022-11-25 21:30:15 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 22:11:38 +0100" startDate="2022-11-25 22:01:32 +0100" endDate="2022-11-25 22:01:50 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 22:49:54 +0100" startDate="2022-11-25 22:38:51 +0100" endDate="2022-11-25 22:40:15 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 23:03:55 +0100" startDate="2022-11-25 22:53:50 +0100" endDate="2022-11-25 23:02:22 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 23:17:06 +0100" startDate="2022-11-25 23:06:04 +0100" endDate="2022-11-25 23:08:41 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-25 23:32:05 +0100" startDate="2022-11-25 23:21:03 +0100" endDate="2022-11-25 23:28:41 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-26 00:05:30 +0100" startDate="2022-11-25 23:54:27 +0100" endDate="2022-11-25 23:54:30 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-26 00:25:22 +0100" startDate="2022-11-26 00:14:19 +0100" endDate="2022-11-26 00:14:32 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-26 00:42:36 +0100" startDate="2022-11-26 00:32:28 +0100" endDate="2022-11-26 00:32:46 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-26 01:03:26 +0100" startDate="2022-11-26 00:52:24 +0100" endDate="2022-11-26 01:02:25 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-26 01:13:27 +0100" startDate="2022-11-26 01:02:25 +0100" endDate="2022-11-26 01:09:30 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-26 01:26:37 +0100" startDate="2022-11-26 01:15:34 +0100" endDate="2022-11-26 01:15:57 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-26 07:25:25 +0100" startDate="2022-11-26 07:15:17 +0100" endDate="2022-11-26 07:15:22 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-26 09:28:04 +0100" startDate="2022-11-26 09:17:56 +0100" endDate="2022-11-26 09:25:01 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-26 22:09:59 +0100" startDate="2022-11-26 21:59:51 +0100" endDate="2022-11-26 22:05:20 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 07:40:30 +0100" startDate="2022-11-27 07:29:27 +0100" endDate="2022-11-27 07:39:26 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 07:50:29 +0100" startDate="2022-11-27 07:39:26 +0100" endDate="2022-11-27 07:45:23 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 08:01:12 +0100" startDate="2022-11-27 07:50:59 +0100" endDate="2022-11-27 08:00:04 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 08:13:16 +0100" startDate="2022-11-27 08:02:14 +0100" endDate="2022-11-27 08:11:49 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 08:24:11 +0100" startDate="2022-11-27 08:13:08 +0100" endDate="2022-11-27 08:23:02 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 08:35:11 +0100" startDate="2022-11-27 08:24:08 +0100" endDate="2022-11-27 08:34:07 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 08:45:58 +0100" startDate="2022-11-27 08:34:55 +0100" endDate="2022-11-27 08:42:49 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 09:19:33 +0100" startDate="2022-11-27 09:09:22 +0100" endDate="2022-11-27 09:16:43 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 09:41:18 +0100" startDate="2022-11-27 09:30:16 +0100" endDate="2022-11-27 09:30:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 10:12:56 +0100" startDate="2022-11-27 10:02:33 +0100" endDate="2022-11-27 10:02:38 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 10:29:46 +0100" startDate="2022-11-27 10:18:43 +0100" endDate="2022-11-27 10:21:21 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 10:51:46 +0100" startDate="2022-11-27 10:41:36 +0100" endDate="2022-11-27 10:41:48 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 11:15:35 +0100" startDate="2022-11-27 11:05:22 +0100" endDate="2022-11-27 11:05:30 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 11:44:06 +0100" startDate="2022-11-27 11:33:03 +0100" endDate="2022-11-27 11:33:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 12:10:44 +0100" startDate="2022-11-27 12:00:31 +0100" endDate="2022-11-27 12:09:54 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 12:23:19 +0100" startDate="2022-11-27 12:12:16 +0100" endDate="2022-11-27 12:21:39 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 12:33:56 +0100" startDate="2022-11-27 12:22:53 +0100" endDate="2022-11-27 12:30:54 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 12:51:28 +0100" startDate="2022-11-27 12:40:25 +0100" endDate="2022-11-27 12:46:52 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 13:38:06 +0100" startDate="2022-11-27 13:24:59 +0100" endDate="2022-11-27 13:28:00 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 13:47:10 +0100" startDate="2022-11-27 13:35:40 +0100" endDate="2022-11-27 13:45:41 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 14:00:00 +0100" startDate="2022-11-27 13:45:41 +0100" endDate="2022-11-27 13:46:11 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 14:10:16 +0100" startDate="2022-11-27 13:58:39 +0100" endDate="2022-11-27 13:59:55 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 14:26:01 +0100" startDate="2022-11-27 14:14:21 +0100" endDate="2022-11-27 14:23:16 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 14:37:30 +0100" startDate="2022-11-27 14:26:37 +0100" endDate="2022-11-27 14:36:34 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 14:48:47 +0100" startDate="2022-11-27 14:36:37 +0100" endDate="2022-11-27 14:38:36 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 15:43:40 +0100" startDate="2022-11-27 15:32:37 +0100" endDate="2022-11-27 15:39:44 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 20:03:12 +0100" startDate="2022-11-27 19:51:16 +0100" endDate="2022-11-27 19:52:04 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 20:42:31 +0100" startDate="2022-11-27 20:29:21 +0100" endDate="2022-11-27 20:29:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-27 22:24:56 +0100" startDate="2022-11-27 22:11:39 +0100" endDate="2022-11-27 22:11:46 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 06:48:28 +0100" startDate="2022-11-28 06:35:34 +0100" endDate="2022-11-28 06:35:42 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 07:11:53 +0100" startDate="2022-11-28 07:00:35 +0100" endDate="2022-11-28 07:01:03 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 07:55:39 +0100" startDate="2022-11-28 07:45:03 +0100" endDate="2022-11-28 07:48:53 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 08:54:57 +0100" startDate="2022-11-28 08:43:53 +0100" endDate="2022-11-28 08:53:49 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 09:04:20 +0100" startDate="2022-11-28 08:53:59 +0100" endDate="2022-11-28 08:54:12 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 10:30:46 +0100" startDate="2022-11-28 10:19:43 +0100" endDate="2022-11-28 10:20:04 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 11:33:19 +0100" startDate="2022-11-28 11:21:56 +0100" endDate="2022-11-28 11:31:55 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 11:44:04 +0100" startDate="2022-11-28 11:31:55 +0100" endDate="2022-11-28 11:38:53 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 12:13:43 +0100" startDate="2022-11-28 12:02:41 +0100" endDate="2022-11-28 12:12:42 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 12:25:30 +0100" startDate="2022-11-28 12:12:42 +0100" endDate="2022-11-28 12:20:28 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 12:41:50 +0100" startDate="2022-11-28 12:30:40 +0100" endDate="2022-11-28 12:36:18 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 13:07:30 +0100" startDate="2022-11-28 12:54:41 +0100" endDate="2022-11-28 13:00:58 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 13:17:53 +0100" startDate="2022-11-28 13:06:51 +0100" endDate="2022-11-28 13:11:38 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 13:49:05 +0100" startDate="2022-11-28 13:38:57 +0100" endDate="2022-11-28 13:44:44 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 14:09:09 +0100" startDate="2022-11-28 13:59:02 +0100" endDate="2022-11-28 14:06:05 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 16:29:18 +0100" startDate="2022-11-28 16:18:37 +0100" endDate="2022-11-28 16:24:08 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 17:05:21 +0100" startDate="2022-11-28 16:55:14 +0100" endDate="2022-11-28 17:05:15 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 17:16:59 +0100" startDate="2022-11-28 17:05:15 +0100" endDate="2022-11-28 17:06:16 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 18:06:53 +0100" startDate="2022-11-28 17:55:50 +0100" endDate="2022-11-28 18:04:45 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 18:19:51 +0100" startDate="2022-11-28 18:09:40 +0100" endDate="2022-11-28 18:19:11 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 18:33:07 +0100" startDate="2022-11-28 18:21:26 +0100" endDate="2022-11-28 18:30:26 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 18:42:44 +0100" startDate="2022-11-28 18:31:30 +0100" endDate="2022-11-28 18:33:57 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 18:54:21 +0100" startDate="2022-11-28 18:41:43 +0100" endDate="2022-11-28 18:51:44 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 19:04:41 +0100" startDate="2022-11-28 18:51:44 +0100" endDate="2022-11-28 19:01:07 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 19:45:05 +0100" startDate="2022-11-28 19:32:07 +0100" endDate="2022-11-28 19:32:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-28 22:22:53 +0100" startDate="2022-11-28 22:11:50 +0100" endDate="2022-11-28 22:14:20 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 02:47:21 +0100" startDate="2022-11-29 02:37:05 +0100" endDate="2022-11-29 02:37:56 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 06:21:38 +0100" startDate="2022-11-29 06:11:32 +0100" endDate="2022-11-29 06:18:58 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 07:07:01 +0100" startDate="2022-11-29 06:56:48 +0100" endDate="2022-11-29 06:57:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 08:06:06 +0100" startDate="2022-11-29 07:53:34 +0100" endDate="2022-11-29 07:55:13 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 10:20:57 +0100" startDate="2022-11-29 10:09:54 +0100" endDate="2022-11-29 10:13:41 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 11:16:30 +0100" startDate="2022-11-29 11:04:52 +0100" endDate="2022-11-29 11:13:55 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 11:26:01 +0100" startDate="2022-11-29 11:15:45 +0100" endDate="2022-11-29 11:23:16 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 11:41:15 +0100" startDate="2022-11-29 11:30:12 +0100" endDate="2022-11-29 11:32:12 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 13:00:23 +0100" startDate="2022-11-29 12:48:20 +0100" endDate="2022-11-29 12:51:21 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 13:15:35 +0100" startDate="2022-11-29 12:59:04 +0100" endDate="2022-11-29 13:04:55 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 13:40:25 +0100" startDate="2022-11-29 13:29:23 +0100" endDate="2022-11-29 13:32:54 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 13:55:16 +0100" startDate="2022-11-29 13:40:07 +0100" endDate="2022-11-29 13:45:56 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 16:17:15 +0100" startDate="2022-11-29 16:06:38 +0100" endDate="2022-11-29 16:11:41 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 16:28:14 +0100" startDate="2022-11-29 16:17:00 +0100" endDate="2022-11-29 16:17:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 16:45:10 +0100" startDate="2022-11-29 16:33:55 +0100" endDate="2022-11-29 16:37:24 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 17:03:22 +0100" startDate="2022-11-29 16:52:19 +0100" endDate="2022-11-29 17:00:24 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 17:22:58 +0100" startDate="2022-11-29 17:12:47 +0100" endDate="2022-11-29 17:22:48 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 17:33:16 +0100" startDate="2022-11-29 17:22:48 +0100" endDate="2022-11-29 17:26:12 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 19:51:54 +0100" startDate="2022-11-29 19:34:09 +0100" endDate="2022-11-29 19:37:10 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 20:49:56 +0100" startDate="2022-11-29 20:39:38 +0100" endDate="2022-11-29 20:46:34 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 21:29:06 +0100" startDate="2022-11-29 21:16:16 +0100" endDate="2022-11-29 21:26:05 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 21:37:21 +0100" startDate="2022-11-29 21:26:18 +0100" endDate="2022-11-29 21:36:17 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 23:06:48 +0100" startDate="2022-11-29 22:56:44 +0100" endDate="2022-11-29 23:05:32 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-29 23:19:03 +0100" startDate="2022-11-29 23:08:00 +0100" endDate="2022-11-29 23:08:59 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 00:15:07 +0100" startDate="2022-11-30 00:04:04 +0100" endDate="2022-11-30 00:04:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 00:45:20 +0100" startDate="2022-11-30 00:34:18 +0100" endDate="2022-11-30 00:37:44 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 05:32:55 +0100" startDate="2022-11-30 05:16:36 +0100" endDate="2022-11-30 05:16:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 08:57:55 +0100" startDate="2022-11-30 08:47:33 +0100" endDate="2022-11-30 08:56:28 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 10:09:17 +0100" startDate="2022-11-30 09:56:41 +0100" endDate="2022-11-30 10:02:57 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 10:42:57 +0100" startDate="2022-11-30 10:32:41 +0100" endDate="2022-11-30 10:35:22 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 14:58:59 +0100" startDate="2022-11-30 14:47:56 +0100" endDate="2022-11-30 14:51:25 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 15:12:58 +0100" startDate="2022-11-30 15:02:45 +0100" endDate="2022-11-30 15:08:24 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 15:44:29 +0100" startDate="2022-11-30 15:33:02 +0100" endDate="2022-11-30 15:33:37 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 17:08:28 +0100" startDate="2022-11-30 16:58:15 +0100" endDate="2022-11-30 17:04:22 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 17:22:54 +0100" startDate="2022-11-30 17:12:49 +0100" endDate="2022-11-30 17:13:06 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 17:55:00 +0100" startDate="2022-11-30 17:43:57 +0100" endDate="2022-11-30 17:44:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 18:15:30 +0100" startDate="2022-11-30 18:03:46 +0100" endDate="2022-11-30 18:10:38 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 18:27:09 +0100" startDate="2022-11-30 18:16:06 +0100" endDate="2022-11-30 18:16:42 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 18:43:42 +0100" startDate="2022-11-30 18:33:24 +0100" endDate="2022-11-30 18:33:27 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 19:05:53 +0100" startDate="2022-11-30 18:55:45 +0100" endDate="2022-11-30 18:55:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 19:18:01 +0100" startDate="2022-11-30 19:07:53 +0100" endDate="2022-11-30 19:15:36 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 19:33:31 +0100" startDate="2022-11-30 19:23:23 +0100" endDate="2022-11-30 19:27:31 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 19:53:15 +0100" startDate="2022-11-30 19:39:24 +0100" endDate="2022-11-30 19:42:56 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 20:27:44 +0100" startDate="2022-11-30 20:15:59 +0100" endDate="2022-11-30 20:16:04 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-11-30 22:13:22 +0100" startDate="2022-11-30 22:02:19 +0100" endDate="2022-11-30 22:03:17 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 05:00:57 +0100" startDate="2022-12-01 04:50:51 +0100" endDate="2022-12-01 04:52:26 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 05:49:40 +0100" startDate="2022-12-01 05:38:38 +0100" endDate="2022-12-01 05:38:40 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 06:04:39 +0100" startDate="2022-12-01 05:54:30 +0100" endDate="2022-12-01 05:54:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 06:56:12 +0100" startDate="2022-12-01 06:45:42 +0100" endDate="2022-12-01 06:55:44 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 07:06:04 +0100" startDate="2022-12-01 06:55:44 +0100" endDate="2022-12-01 07:04:00 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 07:50:14 +0100" startDate="2022-12-01 07:39:11 +0100" endDate="2022-12-01 07:39:14 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 08:10:11 +0100" startDate="2022-12-01 07:59:08 +0100" endDate="2022-12-01 08:06:31 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 09:16:39 +0100" startDate="2022-12-01 09:06:24 +0100" endDate="2022-12-01 09:06:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 10:24:40 +0100" startDate="2022-12-01 10:10:40 +0100" endDate="2022-12-01 10:20:41 +0100" value="1090"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 10:32:58 +0100" startDate="2022-12-01 10:20:41 +0100" endDate="2022-12-01 10:30:42 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 10:43:11 +0100" startDate="2022-12-01 10:30:42 +0100" endDate="2022-12-01 10:37:11 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 11:10:06 +0100" startDate="2022-12-01 10:57:24 +0100" endDate="2022-12-01 10:59:13 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 12:58:38 +0100" startDate="2022-12-01 12:47:35 +0100" endDate="2022-12-01 12:53:06 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 13:11:35 +0100" startDate="2022-12-01 12:59:56 +0100" endDate="2022-12-01 13:08:38 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 13:44:56 +0100" startDate="2022-12-01 13:31:10 +0100" endDate="2022-12-01 13:40:35 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 13:56:35 +0100" startDate="2022-12-01 13:45:31 +0100" endDate="2022-12-01 13:55:15 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 15:13:57 +0100" startDate="2022-12-01 15:02:55 +0100" endDate="2022-12-01 15:08:03 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 15:44:04 +0100" startDate="2022-12-01 15:33:25 +0100" endDate="2022-12-01 15:38:13 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 16:51:47 +0100" startDate="2022-12-01 16:40:45 +0100" endDate="2022-12-01 16:40:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 17:31:04 +0100" startDate="2022-12-01 17:16:57 +0100" endDate="2022-12-01 17:23:27 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 17:46:35 +0100" startDate="2022-12-01 17:32:50 +0100" endDate="2022-12-01 17:42:49 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 17:55:09 +0100" startDate="2022-12-01 17:43:12 +0100" endDate="2022-12-01 17:50:32 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 20:07:27 +0100" startDate="2022-12-01 19:54:36 +0100" endDate="2022-12-01 19:56:36 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 20:20:39 +0100" startDate="2022-12-01 20:08:27 +0100" endDate="2022-12-01 20:16:54 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 20:45:55 +0100" startDate="2022-12-01 20:32:08 +0100" endDate="2022-12-01 20:37:31 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 20:55:20 +0100" startDate="2022-12-01 20:42:19 +0100" endDate="2022-12-01 20:49:04 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-01 22:08:18 +0100" startDate="2022-12-01 21:57:15 +0100" endDate="2022-12-01 22:03:38 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 05:36:10 +0100" startDate="2022-12-02 05:25:58 +0100" endDate="2022-12-02 05:35:08 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 05:57:08 +0100" startDate="2022-12-02 05:46:05 +0100" endDate="2022-12-02 05:52:30 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 06:45:39 +0100" startDate="2022-12-02 06:35:24 +0100" endDate="2022-12-02 06:36:00 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 06:59:45 +0100" startDate="2022-12-02 06:48:42 +0100" endDate="2022-12-02 06:48:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 07:37:34 +0100" startDate="2022-12-02 07:26:45 +0100" endDate="2022-12-02 07:31:15 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 08:30:00 +0100" startDate="2022-12-02 08:17:35 +0100" endDate="2022-12-02 08:27:16 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 08:53:26 +0100" startDate="2022-12-02 08:40:23 +0100" endDate="2022-12-02 08:40:33 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 09:12:41 +0100" startDate="2022-12-02 08:59:39 +0100" endDate="2022-12-02 08:59:42 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 09:21:26 +0100" startDate="2022-12-02 09:10:06 +0100" endDate="2022-12-02 09:20:07 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 09:32:36 +0100" startDate="2022-12-02 09:20:07 +0100" endDate="2022-12-02 09:29:35 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 10:04:08 +0100" startDate="2022-12-02 09:48:55 +0100" endDate="2022-12-02 09:48:57 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 10:14:18 +0100" startDate="2022-12-02 10:02:05 +0100" endDate="2022-12-02 10:02:30 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 10:39:00 +0100" startDate="2022-12-02 10:26:16 +0100" endDate="2022-12-02 10:28:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 10:53:50 +0100" startDate="2022-12-02 10:42:47 +0100" endDate="2022-12-02 10:52:17 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 11:19:28 +0100" startDate="2022-12-02 11:06:53 +0100" endDate="2022-12-02 11:08:35 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 11:38:14 +0100" startDate="2022-12-02 11:26:58 +0100" endDate="2022-12-02 11:27:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 12:28:42 +0100" startDate="2022-12-02 12:15:35 +0100" endDate="2022-12-02 12:15:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 12:40:05 +0100" startDate="2022-12-02 12:29:02 +0100" endDate="2022-12-02 12:29:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 12:59:32 +0100" startDate="2022-12-02 12:49:15 +0100" endDate="2022-12-02 12:49:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 13:21:54 +0100" startDate="2022-12-02 13:08:24 +0100" endDate="2022-12-02 13:18:25 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 13:30:22 +0100" startDate="2022-12-02 13:18:28 +0100" endDate="2022-12-02 13:24:47 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 14:08:53 +0100" startDate="2022-12-02 13:57:41 +0100" endDate="2022-12-02 14:02:18 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 15:23:21 +0100" startDate="2022-12-02 15:13:13 +0100" endDate="2022-12-02 15:16:16 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 18:00:04 +0100" startDate="2022-12-02 17:48:39 +0100" endDate="2022-12-02 17:58:22 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 18:14:05 +0100" startDate="2022-12-02 17:59:15 +0100" endDate="2022-12-02 18:04:11 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 19:18:39 +0100" startDate="2022-12-02 19:06:05 +0100" endDate="2022-12-02 19:08:14 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 20:11:40 +0100" startDate="2022-12-02 20:01:07 +0100" endDate="2022-12-02 20:02:00 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 20:22:12 +0100" startDate="2022-12-02 20:11:10 +0100" endDate="2022-12-02 20:13:07 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 21:06:55 +0100" startDate="2022-12-02 20:54:01 +0100" endDate="2022-12-02 21:04:02 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 21:15:04 +0100" startDate="2022-12-02 21:04:02 +0100" endDate="2022-12-02 21:06:17 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-02 23:14:32 +0100" startDate="2022-12-02 23:03:29 +0100" endDate="2022-12-02 23:12:30 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 07:14:01 +0100" startDate="2022-12-03 07:03:42 +0100" endDate="2022-12-03 07:12:09 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 08:22:23 +0100" startDate="2022-12-03 08:10:14 +0100" endDate="2022-12-03 08:15:35 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 08:38:46 +0100" startDate="2022-12-03 08:23:03 +0100" endDate="2022-12-03 08:29:30 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 09:21:59 +0100" startDate="2022-12-03 09:06:40 +0100" endDate="2022-12-03 09:07:54 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 09:35:39 +0100" startDate="2022-12-03 09:20:40 +0100" endDate="2022-12-03 09:23:51 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 09:47:00 +0100" startDate="2022-12-03 09:32:10 +0100" endDate="2022-12-03 09:41:33 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 10:35:17 +0100" startDate="2022-12-03 10:16:26 +0100" endDate="2022-12-03 10:16:39 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 11:47:05 +0100" startDate="2022-12-03 11:31:38 +0100" endDate="2022-12-03 11:31:46 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 12:35:07 +0100" startDate="2022-12-03 12:23:08 +0100" endDate="2022-12-03 12:31:10 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 13:29:50 +0100" startDate="2022-12-03 13:19:08 +0100" endDate="2022-12-03 13:29:08 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 13:40:16 +0100" startDate="2022-12-03 13:29:08 +0100" endDate="2022-12-03 13:39:09 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 13:51:32 +0100" startDate="2022-12-03 13:39:09 +0100" endDate="2022-12-03 13:47:46 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 14:03:17 +0100" startDate="2022-12-03 13:51:02 +0100" endDate="2022-12-03 14:01:03 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 14:13:16 +0100" startDate="2022-12-03 14:01:03 +0100" endDate="2022-12-03 14:08:41 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 14:30:00 +0100" startDate="2022-12-03 14:18:07 +0100" endDate="2022-12-03 14:23:10 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 14:41:13 +0100" startDate="2022-12-03 14:30:46 +0100" endDate="2022-12-03 14:40:01 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 14:58:27 +0100" startDate="2022-12-03 14:43:50 +0100" endDate="2022-12-03 14:43:53 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 15:15:55 +0100" startDate="2022-12-03 14:59:23 +0100" endDate="2022-12-03 15:04:31 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 15:25:34 +0100" startDate="2022-12-03 15:10:38 +0100" endDate="2022-12-03 15:20:40 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 15:36:34 +0100" startDate="2022-12-03 15:20:40 +0100" endDate="2022-12-03 15:25:10 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 15:43:54 +0100" startDate="2022-12-03 15:33:01 +0100" endDate="2022-12-03 15:33:09 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 15:57:01 +0100" startDate="2022-12-03 15:44:14 +0100" endDate="2022-12-03 15:54:13 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 16:05:10 +0100" startDate="2022-12-03 15:54:13 +0100" endDate="2022-12-03 15:58:50 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 16:22:03 +0100" startDate="2022-12-03 16:07:55 +0100" endDate="2022-12-03 16:10:43 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 16:31:57 +0100" startDate="2022-12-03 16:19:33 +0100" endDate="2022-12-03 16:19:45 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 16:50:24 +0100" startDate="2022-12-03 16:38:56 +0100" endDate="2022-12-03 16:43:54 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 17:12:12 +0100" startDate="2022-12-03 16:54:31 +0100" endDate="2022-12-03 16:54:39 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 17:36:10 +0100" startDate="2022-12-03 17:23:41 +0100" endDate="2022-12-03 17:25:26 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 18:33:24 +0100" startDate="2022-12-03 18:22:21 +0100" endDate="2022-12-03 18:30:31 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 19:44:51 +0100" startDate="2022-12-03 19:34:48 +0100" endDate="2022-12-03 19:43:27 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 20:36:05 +0100" startDate="2022-12-03 20:24:47 +0100" endDate="2022-12-03 20:33:47 +0100" value="671"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-03 21:59:24 +0100" startDate="2022-12-03 21:44:36 +0100" endDate="2022-12-03 21:44:51 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 06:36:15 +0100" startDate="2022-12-04 06:23:36 +0100" endDate="2022-12-04 06:24:19 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 06:48:16 +0100" startDate="2022-12-04 06:36:03 +0100" endDate="2022-12-04 06:40:31 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 08:07:10 +0100" startDate="2022-12-04 07:51:23 +0100" endDate="2022-12-04 07:56:34 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 09:12:09 +0100" startDate="2022-12-04 08:59:47 +0100" endDate="2022-12-04 09:09:45 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 09:25:38 +0100" startDate="2022-12-04 09:11:48 +0100" endDate="2022-12-04 09:21:16 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 09:40:05 +0100" startDate="2022-12-04 09:22:09 +0100" endDate="2022-12-04 09:23:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 10:19:05 +0100" startDate="2022-12-04 10:07:49 +0100" endDate="2022-12-04 10:12:50 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 11:09:41 +0100" startDate="2022-12-04 10:58:49 +0100" endDate="2022-12-04 11:08:22 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 11:20:37 +0100" startDate="2022-12-04 11:08:53 +0100" endDate="2022-12-04 11:17:50 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 11:38:31 +0100" startDate="2022-12-04 11:20:18 +0100" endDate="2022-12-04 11:27:56 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 13:03:00 +0100" startDate="2022-12-04 12:49:53 +0100" endDate="2022-12-04 12:57:59 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 13:14:12 +0100" startDate="2022-12-04 13:02:00 +0100" endDate="2022-12-04 13:06:45 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 13:26:15 +0100" startDate="2022-12-04 13:15:12 +0100" endDate="2022-12-04 13:17:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 14:37:59 +0100" startDate="2022-12-04 14:24:50 +0100" endDate="2022-12-04 14:34:08 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 16:36:25 +0100" startDate="2022-12-04 16:26:05 +0100" endDate="2022-12-04 16:26:28 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 20:22:27 +0100" startDate="2022-12-04 20:12:22 +0100" endDate="2022-12-04 20:12:30 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-04 21:59:00 +0100" startDate="2022-12-04 21:47:42 +0100" endDate="2022-12-04 21:48:02 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 07:13:00 +0100" startDate="2022-12-05 07:00:38 +0100" endDate="2022-12-05 07:00:40 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 09:26:56 +0100" startDate="2022-12-05 09:14:26 +0100" endDate="2022-12-05 09:20:25 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 09:37:19 +0100" startDate="2022-12-05 09:26:01 +0100" endDate="2022-12-05 09:26:09 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 09:54:41 +0100" startDate="2022-12-05 09:44:31 +0100" endDate="2022-12-05 09:48:38 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 10:38:49 +0100" startDate="2022-12-05 10:27:46 +0100" endDate="2022-12-05 10:37:37 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 10:49:03 +0100" startDate="2022-12-05 10:38:00 +0100" endDate="2022-12-05 10:42:48 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 12:15:03 +0100" startDate="2022-12-05 12:04:09 +0100" endDate="2022-12-05 12:12:10 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 13:04:22 +0100" startDate="2022-12-05 12:52:27 +0100" endDate="2022-12-05 12:54:45 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 17:28:19 +0100" startDate="2022-12-05 17:15:05 +0100" endDate="2022-12-05 17:15:35 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 17:48:12 +0100" startDate="2022-12-05 17:37:11 +0100" endDate="2022-12-05 17:47:11 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 18:00:28 +0100" startDate="2022-12-05 17:47:11 +0100" endDate="2022-12-05 17:50:15 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 18:10:30 +0100" startDate="2022-12-05 17:58:24 +0100" endDate="2022-12-05 18:08:22 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 18:22:00 +0100" startDate="2022-12-05 18:08:55 +0100" endDate="2022-12-05 18:16:35 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 19:04:40 +0100" startDate="2022-12-05 18:53:37 +0100" endDate="2022-12-05 19:02:12 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-05 22:49:12 +0100" startDate="2022-12-05 22:37:44 +0100" endDate="2022-12-05 22:37:51 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 07:07:26 +0100" startDate="2022-12-06 06:56:00 +0100" endDate="2022-12-06 07:02:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 07:52:56 +0100" startDate="2022-12-06 07:42:20 +0100" endDate="2022-12-06 07:50:27 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 08:02:54 +0100" startDate="2022-12-06 07:52:47 +0100" endDate="2022-12-06 08:02:48 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 08:13:48 +0100" startDate="2022-12-06 08:02:48 +0100" endDate="2022-12-06 08:04:09 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 09:04:56 +0100" startDate="2022-12-06 08:52:05 +0100" endDate="2022-12-06 09:02:06 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 09:13:08 +0100" startDate="2022-12-06 09:02:06 +0100" endDate="2022-12-06 09:08:48 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 10:44:43 +0100" startDate="2022-12-06 10:33:49 +0100" endDate="2022-12-06 10:41:56 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 10:58:09 +0100" startDate="2022-12-06 10:47:07 +0100" endDate="2022-12-06 10:47:55 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 11:44:08 +0100" startDate="2022-12-06 11:33:05 +0100" endDate="2022-12-06 11:35:43 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 12:42:54 +0100" startDate="2022-12-06 12:31:51 +0100" endDate="2022-12-06 12:32:01 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 13:08:36 +0100" startDate="2022-12-06 12:56:12 +0100" endDate="2022-12-06 13:02:49 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 13:28:11 +0100" startDate="2022-12-06 13:15:18 +0100" endDate="2022-12-06 13:15:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 14:45:50 +0100" startDate="2022-12-06 14:32:58 +0100" endDate="2022-12-06 14:33:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 16:17:27 +0100" startDate="2022-12-06 16:06:24 +0100" endDate="2022-12-06 16:06:29 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 16:48:49 +0100" startDate="2022-12-06 16:37:46 +0100" endDate="2022-12-06 16:37:54 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 18:13:30 +0100" startDate="2022-12-06 18:02:03 +0100" endDate="2022-12-06 18:02:06 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-06 20:30:29 +0100" startDate="2022-12-06 20:19:27 +0100" endDate="2022-12-06 20:19:49 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 06:21:17 +0100" startDate="2022-12-07 06:10:14 +0100" endDate="2022-12-07 06:14:39 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 06:34:33 +0100" startDate="2022-12-07 06:22:43 +0100" endDate="2022-12-07 06:23:11 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 06:46:37 +0100" startDate="2022-12-07 06:32:59 +0100" endDate="2022-12-07 06:36:41 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 08:17:16 +0100" startDate="2022-12-07 08:04:14 +0100" endDate="2022-12-07 08:07:35 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 10:06:39 +0100" startDate="2022-12-07 09:56:12 +0100" endDate="2022-12-07 10:05:04 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 10:17:17 +0100" startDate="2022-12-07 10:06:13 +0100" endDate="2022-12-07 10:16:14 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 10:26:31 +0100" startDate="2022-12-07 10:16:14 +0100" endDate="2022-12-07 10:23:01 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 12:03:17 +0100" startDate="2022-12-07 11:52:49 +0100" endDate="2022-12-07 11:56:49 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 12:16:08 +0100" startDate="2022-12-07 12:03:08 +0100" endDate="2022-12-07 12:10:24 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 12:53:23 +0100" startDate="2022-12-07 12:42:15 +0100" endDate="2022-12-07 12:48:32 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 13:05:04 +0100" startDate="2022-12-07 12:53:02 +0100" endDate="2022-12-07 12:53:25 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 13:55:19 +0100" startDate="2022-12-07 13:42:19 +0100" endDate="2022-12-07 13:46:44 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 14:40:45 +0100" startDate="2022-12-07 14:30:27 +0100" endDate="2022-12-07 14:39:57 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 14:52:13 +0100" startDate="2022-12-07 14:41:51 +0100" endDate="2022-12-07 14:51:27 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 15:03:03 +0100" startDate="2022-12-07 14:52:25 +0100" endDate="2022-12-07 14:55:21 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 15:25:28 +0100" startDate="2022-12-07 15:14:13 +0100" endDate="2022-12-07 15:23:51 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 15:37:51 +0100" startDate="2022-12-07 15:24:24 +0100" endDate="2022-12-07 15:34:25 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 15:47:47 +0100" startDate="2022-12-07 15:34:25 +0100" endDate="2022-12-07 15:44:16 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 15:56:13 +0100" startDate="2022-12-07 15:44:39 +0100" endDate="2022-12-07 15:54:34 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 16:07:15 +0100" startDate="2022-12-07 15:55:23 +0100" endDate="2022-12-07 16:04:56 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 16:18:28 +0100" startDate="2022-12-07 16:06:20 +0100" endDate="2022-12-07 16:16:21 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 16:27:45 +0100" startDate="2022-12-07 16:16:21 +0100" endDate="2022-12-07 16:26:22 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 16:40:43 +0100" startDate="2022-12-07 16:26:42 +0100" endDate="2022-12-07 16:36:20 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 16:47:33 +0100" startDate="2022-12-07 16:36:48 +0100" endDate="2022-12-07 16:46:36 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 17:01:41 +0100" startDate="2022-12-07 16:50:46 +0100" endDate="2022-12-07 16:59:26 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 17:09:42 +0100" startDate="2022-12-07 16:59:26 +0100" endDate="2022-12-07 17:06:38 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 18:02:18 +0100" startDate="2022-12-07 17:49:03 +0100" endDate="2022-12-07 17:58:00 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 18:09:19 +0100" startDate="2022-12-07 17:59:14 +0100" endDate="2022-12-07 18:09:15 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 18:20:22 +0100" startDate="2022-12-07 18:09:15 +0100" endDate="2022-12-07 18:19:16 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 18:32:10 +0100" startDate="2022-12-07 18:19:16 +0100" endDate="2022-12-07 18:29:17 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 18:41:28 +0100" startDate="2022-12-07 18:29:17 +0100" endDate="2022-12-07 18:39:18 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 18:50:38 +0100" startDate="2022-12-07 18:39:25 +0100" endDate="2022-12-07 18:49:26 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 19:03:01 +0100" startDate="2022-12-07 18:49:26 +0100" endDate="2022-12-07 18:59:27 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 19:10:00 +0100" startDate="2022-12-07 18:59:32 +0100" endDate="2022-12-07 19:09:33 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 19:21:06 +0100" startDate="2022-12-07 19:09:33 +0100" endDate="2022-12-07 19:19:19 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 19:33:01 +0100" startDate="2022-12-07 19:19:49 +0100" endDate="2022-12-07 19:29:50 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 19:41:28 +0100" startDate="2022-12-07 19:29:50 +0100" endDate="2022-12-07 19:39:51 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 19:50:55 +0100" startDate="2022-12-07 19:39:51 +0100" endDate="2022-12-07 19:49:52 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 20:03:49 +0100" startDate="2022-12-07 19:49:52 +0100" endDate="2022-12-07 19:59:33 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 20:12:02 +0100" startDate="2022-12-07 20:00:34 +0100" endDate="2022-12-07 20:10:35 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 20:25:39 +0100" startDate="2022-12-07 20:10:35 +0100" endDate="2022-12-07 20:14:04 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 21:31:18 +0100" startDate="2022-12-07 21:18:25 +0100" endDate="2022-12-07 21:18:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-07 21:42:17 +0100" startDate="2022-12-07 21:31:14 +0100" endDate="2022-12-07 21:35:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 07:48:44 +0100" startDate="2022-12-08 07:36:04 +0100" endDate="2022-12-08 07:46:00 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 08:00:00 +0100" startDate="2022-12-08 07:47:11 +0100" endDate="2022-12-08 07:56:31 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 08:08:50 +0100" startDate="2022-12-08 07:57:48 +0100" endDate="2022-12-08 08:01:52 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 09:00:12 +0100" startDate="2022-12-08 08:48:26 +0100" endDate="2022-12-08 08:56:58 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 09:45:18 +0100" startDate="2022-12-08 09:33:35 +0100" endDate="2022-12-08 09:33:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 10:12:27 +0100" startDate="2022-12-08 09:57:54 +0100" endDate="2022-12-08 10:02:27 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 11:50:09 +0100" startDate="2022-12-08 11:39:50 +0100" endDate="2022-12-08 11:47:26 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 12:03:18 +0100" startDate="2022-12-08 11:49:56 +0100" endDate="2022-12-08 11:50:29 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 12:31:04 +0100" startDate="2022-12-08 12:20:36 +0100" endDate="2022-12-08 12:30:01 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 12:41:10 +0100" startDate="2022-12-08 12:30:01 +0100" endDate="2022-12-08 12:36:59 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 13:49:37 +0100" startDate="2022-12-08 13:39:24 +0100" endDate="2022-12-08 13:49:23 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 14:00:07 +0100" startDate="2022-12-08 13:49:28 +0100" endDate="2022-12-08 13:51:18 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 15:52:44 +0100" startDate="2022-12-08 15:41:42 +0100" endDate="2022-12-08 15:50:01 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 16:10:33 +0100" startDate="2022-12-08 16:00:22 +0100" endDate="2022-12-08 16:07:43 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-08 17:00:03 +0100" startDate="2022-12-08 16:48:10 +0100" endDate="2022-12-08 16:49:21 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 01:04:13 +0100" startDate="2022-12-09 00:50:31 +0100" endDate="2022-12-09 00:52:08 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 04:57:36 +0100" startDate="2022-12-09 04:43:34 +0100" endDate="2022-12-09 04:47:15 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 07:57:03 +0100" startDate="2022-12-09 07:46:46 +0100" endDate="2022-12-09 07:47:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 08:08:48 +0100" startDate="2022-12-09 07:56:50 +0100" endDate="2022-12-09 07:59:53 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 08:19:28 +0100" startDate="2022-12-09 08:08:25 +0100" endDate="2022-12-09 08:09:52 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 11:38:37 +0100" startDate="2022-12-09 11:27:34 +0100" endDate="2022-12-09 11:34:04 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 15:04:25 +0100" startDate="2022-12-09 14:50:38 +0100" endDate="2022-12-09 14:55:34 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 15:14:58 +0100" startDate="2022-12-09 15:00:38 +0100" endDate="2022-12-09 15:01:36 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 15:33:44 +0100" startDate="2022-12-09 15:22:18 +0100" endDate="2022-12-09 15:25:44 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 15:47:29 +0100" startDate="2022-12-09 15:35:45 +0100" endDate="2022-12-09 15:42:58 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 16:02:08 +0100" startDate="2022-12-09 15:48:47 +0100" endDate="2022-12-09 15:52:21 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 16:16:11 +0100" startDate="2022-12-09 16:02:23 +0100" endDate="2022-12-09 16:04:20 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 17:11:14 +0100" startDate="2022-12-09 16:56:25 +0100" endDate="2022-12-09 17:05:17 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 18:12:35 +0100" startDate="2022-12-09 17:57:04 +0100" endDate="2022-12-09 18:01:11 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 18:46:39 +0100" startDate="2022-12-09 18:34:59 +0100" endDate="2022-12-09 18:42:00 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 18:58:01 +0100" startDate="2022-12-09 18:46:17 +0100" endDate="2022-12-09 18:53:07 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 19:08:55 +0100" startDate="2022-12-09 18:58:38 +0100" endDate="2022-12-09 19:07:03 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 19:51:36 +0100" startDate="2022-12-09 19:37:40 +0100" endDate="2022-12-09 19:38:03 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 20:32:31 +0100" startDate="2022-12-09 20:18:49 +0100" endDate="2022-12-09 20:19:07 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 21:55:12 +0100" startDate="2022-12-09 21:41:19 +0100" endDate="2022-12-09 21:44:55 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 22:07:50 +0100" startDate="2022-12-09 21:54:39 +0100" endDate="2022-12-09 21:55:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 22:38:33 +0100" startDate="2022-12-09 22:23:44 +0100" endDate="2022-12-09 22:23:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-09 23:55:13 +0100" startDate="2022-12-09 23:42:37 +0100" endDate="2022-12-09 23:52:38 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 00:06:29 +0100" startDate="2022-12-09 23:52:38 +0100" endDate="2022-12-09 23:56:03 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 08:14:30 +0100" startDate="2022-12-10 08:02:53 +0100" endDate="2022-12-10 08:12:54 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 08:25:41 +0100" startDate="2022-12-10 08:12:54 +0100" endDate="2022-12-10 08:21:52 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 09:32:24 +0100" startDate="2022-12-10 09:21:06 +0100" endDate="2022-12-10 09:21:31 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 09:44:13 +0100" startDate="2022-12-10 09:33:10 +0100" endDate="2022-12-10 09:33:25 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 12:10:48 +0100" startDate="2022-12-10 11:59:45 +0100" endDate="2022-12-10 12:04:35 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 12:27:19 +0100" startDate="2022-12-10 12:12:52 +0100" endDate="2022-12-10 12:14:03 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 12:39:19 +0100" startDate="2022-12-10 12:27:06 +0100" endDate="2022-12-10 12:30:07 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 13:22:03 +0100" startDate="2022-12-10 13:10:42 +0100" endDate="2022-12-10 13:15:15 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 14:57:50 +0100" startDate="2022-12-10 14:44:01 +0100" endDate="2022-12-10 14:44:08 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 15:17:04 +0100" startDate="2022-12-10 15:04:03 +0100" endDate="2022-12-10 15:04:26 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 15:27:28 +0100" startDate="2022-12-10 15:16:48 +0100" endDate="2022-12-10 15:16:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 15:45:42 +0100" startDate="2022-12-10 15:30:52 +0100" endDate="2022-12-10 15:34:21 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 15:53:09 +0100" startDate="2022-12-10 15:41:34 +0100" endDate="2022-12-10 15:51:30 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 16:02:37 +0100" startDate="2022-12-10 15:51:45 +0100" endDate="2022-12-10 15:57:36 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-10 16:14:41 +0100" startDate="2022-12-10 16:03:38 +0100" endDate="2022-12-10 16:06:08 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 00:12:26 +0100" startDate="2022-12-10 23:59:49 +0100" endDate="2022-12-11 00:00:30 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 07:15:53 +0100" startDate="2022-12-11 07:05:10 +0100" endDate="2022-12-11 07:08:54 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 07:38:36 +0100" startDate="2022-12-11 07:27:56 +0100" endDate="2022-12-11 07:27:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 08:15:31 +0100" startDate="2022-12-11 08:03:07 +0100" endDate="2022-12-11 08:11:57 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 08:26:53 +0100" startDate="2022-12-11 08:13:56 +0100" endDate="2022-12-11 08:22:28 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 08:41:36 +0100" startDate="2022-12-11 08:28:06 +0100" endDate="2022-12-11 08:29:40 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 08:59:25 +0100" startDate="2022-12-11 08:46:33 +0100" endDate="2022-12-11 08:46:36 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 10:00:08 +0100" startDate="2022-12-11 09:46:47 +0100" endDate="2022-12-11 09:56:34 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 10:11:57 +0100" startDate="2022-12-11 10:00:00 +0100" endDate="2022-12-11 10:09:54 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 10:28:48 +0100" startDate="2022-12-11 10:14:14 +0100" endDate="2022-12-11 10:14:52 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 10:44:16 +0100" startDate="2022-12-11 10:32:18 +0100" endDate="2022-12-11 10:34:15 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 10:56:00 +0100" startDate="2022-12-11 10:45:08 +0100" endDate="2022-12-11 10:53:42 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 11:12:18 +0100" startDate="2022-12-11 10:59:08 +0100" endDate="2022-12-11 11:07:00 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 11:45:53 +0100" startDate="2022-12-11 11:32:46 +0100" endDate="2022-12-11 11:35:50 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 12:05:19 +0100" startDate="2022-12-11 11:53:39 +0100" endDate="2022-12-11 12:03:10 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 12:21:00 +0100" startDate="2022-12-11 12:06:54 +0100" endDate="2022-12-11 12:16:55 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 12:30:19 +0100" startDate="2022-12-11 12:16:55 +0100" endDate="2022-12-11 12:26:00 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 13:18:15 +0100" startDate="2022-12-11 13:04:38 +0100" endDate="2022-12-11 13:13:08 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 13:32:11 +0100" startDate="2022-12-11 13:21:26 +0100" endDate="2022-12-11 13:24:09 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 13:48:01 +0100" startDate="2022-12-11 13:33:51 +0100" endDate="2022-12-11 13:35:04 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 18:00:01 +0100" startDate="2022-12-11 17:42:23 +0100" endDate="2022-12-11 17:42:26 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 18:30:06 +0100" startDate="2022-12-11 18:17:22 +0100" endDate="2022-12-11 18:25:31 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 18:41:16 +0100" startDate="2022-12-11 18:30:58 +0100" endDate="2022-12-11 18:35:41 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 19:02:20 +0100" startDate="2022-12-11 18:47:34 +0100" endDate="2022-12-11 18:50:18 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 19:20:17 +0100" startDate="2022-12-11 19:08:10 +0100" endDate="2022-12-11 19:17:38 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 19:48:13 +0100" startDate="2022-12-11 19:35:03 +0100" endDate="2022-12-11 19:43:27 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 19:57:46 +0100" startDate="2022-12-11 19:47:27 +0100" endDate="2022-12-11 19:55:15 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 20:08:10 +0100" startDate="2022-12-11 19:55:15 +0100" endDate="2022-12-11 20:04:03 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 20:24:03 +0100" startDate="2022-12-11 20:07:42 +0100" endDate="2022-12-11 20:17:43 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 20:30:29 +0100" startDate="2022-12-11 20:17:43 +0100" endDate="2022-12-11 20:27:44 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 20:38:47 +0100" startDate="2022-12-11 20:27:44 +0100" endDate="2022-12-11 20:33:03 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 22:04:27 +0100" startDate="2022-12-11 21:54:06 +0100" endDate="2022-12-11 22:04:07 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-11 22:15:10 +0100" startDate="2022-12-11 22:04:07 +0100" endDate="2022-12-11 22:06:07 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 11:19:10 +0100" startDate="2022-12-12 11:07:26 +0100" endDate="2022-12-12 11:17:00 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 11:31:29 +0100" startDate="2022-12-12 11:19:37 +0100" endDate="2022-12-12 11:29:39 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 11:42:05 +0100" startDate="2022-12-12 11:29:39 +0100" endDate="2022-12-12 11:38:28 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 11:52:03 +0100" startDate="2022-12-12 11:40:31 +0100" endDate="2022-12-12 11:49:28 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 12:03:39 +0100" startDate="2022-12-12 11:49:28 +0100" endDate="2022-12-12 11:59:29 +0100" value="949"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 12:13:36 +0100" startDate="2022-12-12 11:59:29 +0100" endDate="2022-12-12 12:08:55 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 12:21:18 +0100" startDate="2022-12-12 12:10:03 +0100" endDate="2022-12-12 12:20:05 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 12:31:07 +0100" startDate="2022-12-12 12:20:05 +0100" endDate="2022-12-12 12:25:41 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 12:46:27 +0100" startDate="2022-12-12 12:34:13 +0100" endDate="2022-12-12 12:43:39 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 12:58:20 +0100" startDate="2022-12-12 12:43:39 +0100" endDate="2022-12-12 12:47:33 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 13:11:35 +0100" startDate="2022-12-12 12:56:23 +0100" endDate="2022-12-12 13:06:16 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 13:21:24 +0100" startDate="2022-12-12 13:06:34 +0100" endDate="2022-12-12 13:16:35 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 13:27:06 +0100" startDate="2022-12-12 13:16:35 +0100" endDate="2022-12-12 13:17:16 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 14:07:43 +0100" startDate="2022-12-12 13:56:41 +0100" endDate="2022-12-12 14:06:41 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 14:18:42 +0100" startDate="2022-12-12 14:06:41 +0100" endDate="2022-12-12 14:16:42 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 14:34:07 +0100" startDate="2022-12-12 14:16:42 +0100" endDate="2022-12-12 14:26:43 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 14:40:48 +0100" startDate="2022-12-12 14:26:43 +0100" endDate="2022-12-12 14:36:45 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 14:48:31 +0100" startDate="2022-12-12 14:36:45 +0100" endDate="2022-12-12 14:39:05 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 15:05:53 +0100" startDate="2022-12-12 14:55:41 +0100" endDate="2022-12-12 15:05:21 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 15:18:57 +0100" startDate="2022-12-12 15:07:54 +0100" endDate="2022-12-12 15:17:22 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 15:29:05 +0100" startDate="2022-12-12 15:18:26 +0100" endDate="2022-12-12 15:25:51 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 15:37:48 +0100" startDate="2022-12-12 15:25:51 +0100" endDate="2022-12-12 15:35:52 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 15:46:56 +0100" startDate="2022-12-12 15:35:52 +0100" endDate="2022-12-12 15:45:28 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 15:56:10 +0100" startDate="2022-12-12 15:45:28 +0100" endDate="2022-12-12 15:55:01 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 16:07:01 +0100" startDate="2022-12-12 15:55:01 +0100" endDate="2022-12-12 16:04:39 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 16:22:01 +0100" startDate="2022-12-12 16:05:30 +0100" endDate="2022-12-12 16:15:21 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 16:26:44 +0100" startDate="2022-12-12 16:15:31 +0100" endDate="2022-12-12 16:24:36 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 16:35:40 +0100" startDate="2022-12-12 16:24:36 +0100" endDate="2022-12-12 16:34:37 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 16:58:05 +0100" startDate="2022-12-12 16:34:37 +0100" endDate="2022-12-12 16:44:38 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 16:58:05 +0100" startDate="2022-12-12 16:44:38 +0100" endDate="2022-12-12 16:52:17 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 17:07:47 +0100" startDate="2022-12-12 16:53:46 +0100" endDate="2022-12-12 17:03:47 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 17:17:17 +0100" startDate="2022-12-12 17:03:47 +0100" endDate="2022-12-12 17:13:48 +0100" value="1074"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 17:29:33 +0100" startDate="2022-12-12 17:13:48 +0100" endDate="2022-12-12 17:23:23 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 17:35:29 +0100" startDate="2022-12-12 17:24:12 +0100" endDate="2022-12-12 17:34:10 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 17:47:54 +0100" startDate="2022-12-12 17:34:10 +0100" endDate="2022-12-12 17:37:31 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 18:55:46 +0100" startDate="2022-12-12 18:44:43 +0100" endDate="2022-12-12 18:50:27 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 19:12:10 +0100" startDate="2022-12-12 19:00:19 +0100" endDate="2022-12-12 19:06:51 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 20:03:54 +0100" startDate="2022-12-12 19:51:29 +0100" endDate="2022-12-12 20:00:40 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 20:15:33 +0100" startDate="2022-12-12 20:01:33 +0100" endDate="2022-12-12 20:03:59 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-12 21:22:06 +0100" startDate="2022-12-12 21:11:53 +0100" endDate="2022-12-12 21:20:48 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 08:53:45 +0100" startDate="2022-12-13 08:41:02 +0100" endDate="2022-12-13 08:48:21 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 09:14:45 +0100" startDate="2022-12-13 08:56:05 +0100" endDate="2022-12-13 08:58:23 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 09:23:59 +0100" startDate="2022-12-13 09:12:16 +0100" endDate="2022-12-13 09:15:32 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 10:00:05 +0100" startDate="2022-12-13 09:49:19 +0100" endDate="2022-12-13 09:52:30 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 10:26:22 +0100" startDate="2022-12-13 10:16:17 +0100" endDate="2022-12-13 10:26:18 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 10:36:59 +0100" startDate="2022-12-13 10:26:18 +0100" endDate="2022-12-13 10:36:19 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 10:48:12 +0100" startDate="2022-12-13 10:36:19 +0100" endDate="2022-12-13 10:46:20 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 10:57:23 +0100" startDate="2022-12-13 10:46:20 +0100" endDate="2022-12-13 10:55:05 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 11:08:09 +0100" startDate="2022-12-13 10:57:27 +0100" endDate="2022-12-13 11:07:26 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 11:18:28 +0100" startDate="2022-12-13 11:07:28 +0100" endDate="2022-12-13 11:16:56 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 11:29:51 +0100" startDate="2022-12-13 11:18:02 +0100" endDate="2022-12-13 11:28:04 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 11:39:53 +0100" startDate="2022-12-13 11:28:04 +0100" endDate="2022-12-13 11:36:38 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 11:51:37 +0100" startDate="2022-12-13 11:38:15 +0100" endDate="2022-12-13 11:47:47 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 12:07:20 +0100" startDate="2022-12-13 11:54:02 +0100" endDate="2022-12-13 11:59:58 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 12:19:54 +0100" startDate="2022-12-13 12:06:56 +0100" endDate="2022-12-13 12:13:24 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 12:31:24 +0100" startDate="2022-12-13 12:20:42 +0100" endDate="2022-12-13 12:22:55 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 12:57:16 +0100" startDate="2022-12-13 12:44:24 +0100" endDate="2022-12-13 12:51:46 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 13:08:29 +0100" startDate="2022-12-13 12:57:49 +0100" endDate="2022-12-13 12:57:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 13:24:11 +0100" startDate="2022-12-13 13:09:20 +0100" endDate="2022-12-13 13:18:43 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 13:33:23 +0100" startDate="2022-12-13 13:21:34 +0100" endDate="2022-12-13 13:31:35 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 13:42:13 +0100" startDate="2022-12-13 13:31:35 +0100" endDate="2022-12-13 13:32:36 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 14:12:29 +0100" startDate="2022-12-13 14:02:19 +0100" endDate="2022-12-13 14:12:06 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 14:24:05 +0100" startDate="2022-12-13 14:12:23 +0100" endDate="2022-12-13 14:22:14 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 14:35:08 +0100" startDate="2022-12-13 14:22:35 +0100" endDate="2022-12-13 14:32:34 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 14:45:45 +0100" startDate="2022-12-13 14:32:34 +0100" endDate="2022-12-13 14:42:35 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 14:52:43 +0100" startDate="2022-12-13 14:42:35 +0100" endDate="2022-12-13 14:52:13 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 15:08:47 +0100" startDate="2022-12-13 14:52:13 +0100" endDate="2022-12-13 14:55:01 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 15:28:03 +0100" startDate="2022-12-13 15:16:05 +0100" endDate="2022-12-13 15:16:18 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 15:43:13 +0100" startDate="2022-12-13 15:26:06 +0100" endDate="2022-12-13 15:34:30 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 15:56:09 +0100" startDate="2022-12-13 15:44:57 +0100" endDate="2022-12-13 15:54:58 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 16:06:11 +0100" startDate="2022-12-13 15:54:58 +0100" endDate="2022-12-13 16:03:38 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 16:18:01 +0100" startDate="2022-12-13 16:06:54 +0100" endDate="2022-12-13 16:14:38 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 16:31:06 +0100" startDate="2022-12-13 16:18:14 +0100" endDate="2022-12-13 16:28:15 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 16:39:46 +0100" startDate="2022-12-13 16:28:15 +0100" endDate="2022-12-13 16:38:17 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 16:49:53 +0100" startDate="2022-12-13 16:38:17 +0100" endDate="2022-12-13 16:47:09 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 17:05:03 +0100" startDate="2022-12-13 16:52:33 +0100" endDate="2022-12-13 17:00:16 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 17:15:39 +0100" startDate="2022-12-13 17:04:03 +0100" endDate="2022-12-13 17:14:04 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 17:25:21 +0100" startDate="2022-12-13 17:14:04 +0100" endDate="2022-12-13 17:23:47 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 17:38:38 +0100" startDate="2022-12-13 17:24:59 +0100" endDate="2022-12-13 17:33:54 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 17:50:46 +0100" startDate="2022-12-13 17:35:26 +0100" endDate="2022-12-13 17:43:43 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 18:00:47 +0100" startDate="2022-12-13 17:49:19 +0100" endDate="2022-12-13 17:56:07 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 18:10:43 +0100" startDate="2022-12-13 17:59:36 +0100" endDate="2022-12-13 18:02:47 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 18:51:22 +0100" startDate="2022-12-13 18:38:35 +0100" endDate="2022-12-13 18:48:36 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 19:01:23 +0100" startDate="2022-12-13 18:48:36 +0100" endDate="2022-12-13 18:51:14 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-13 19:14:26 +0100" startDate="2022-12-13 19:00:59 +0100" endDate="2022-12-13 19:07:36 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 08:06:50 +0100" startDate="2022-12-14 07:55:48 +0100" endDate="2022-12-14 07:58:38 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 09:26:14 +0100" startDate="2022-12-14 09:15:12 +0100" endDate="2022-12-14 09:23:34 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 09:41:18 +0100" startDate="2022-12-14 09:31:15 +0100" endDate="2022-12-14 09:41:15 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 09:52:39 +0100" startDate="2022-12-14 09:41:18 +0100" endDate="2022-12-14 09:42:40 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 10:02:52 +0100" startDate="2022-12-14 09:52:41 +0100" endDate="2022-12-14 09:54:16 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 10:23:04 +0100" startDate="2022-12-14 10:12:54 +0100" endDate="2022-12-14 10:22:53 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 11:17:00 +0100" startDate="2022-12-14 11:04:18 +0100" endDate="2022-12-14 11:14:17 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 11:25:19 +0100" startDate="2022-12-14 11:14:17 +0100" endDate="2022-12-14 11:18:11 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 11:45:21 +0100" startDate="2022-12-14 11:33:14 +0100" endDate="2022-12-14 11:37:21 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 14:05:22 +0100" startDate="2022-12-14 13:54:12 +0100" endDate="2022-12-14 13:55:33 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 14:17:14 +0100" startDate="2022-12-14 14:04:15 +0100" endDate="2022-12-14 14:13:07 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 14:35:06 +0100" startDate="2022-12-14 14:16:26 +0100" endDate="2022-12-14 14:24:43 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 15:04:49 +0100" startDate="2022-12-14 14:53:27 +0100" endDate="2022-12-14 15:01:47 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 15:22:40 +0100" startDate="2022-12-14 15:11:31 +0100" endDate="2022-12-14 15:21:29 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 15:36:26 +0100" startDate="2022-12-14 15:21:29 +0100" endDate="2022-12-14 15:25:14 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 16:16:23 +0100" startDate="2022-12-14 16:06:16 +0100" endDate="2022-12-14 16:06:26 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 19:40:48 +0100" startDate="2022-12-14 19:29:06 +0100" endDate="2022-12-14 19:33:33 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 20:34:29 +0100" startDate="2022-12-14 20:24:06 +0100" endDate="2022-12-14 20:34:08 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 20:45:10 +0100" startDate="2022-12-14 20:34:08 +0100" endDate="2022-12-14 20:44:06 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 20:54:35 +0100" startDate="2022-12-14 20:44:09 +0100" endDate="2022-12-14 20:54:10 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 21:07:20 +0100" startDate="2022-12-14 20:54:10 +0100" endDate="2022-12-14 21:04:11 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 21:15:53 +0100" startDate="2022-12-14 21:04:11 +0100" endDate="2022-12-14 21:14:12 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-14 21:24:59 +0100" startDate="2022-12-14 21:14:12 +0100" endDate="2022-12-14 21:16:50 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 09:12:20 +0100" startDate="2022-12-15 09:01:28 +0100" endDate="2022-12-15 09:10:33 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 09:29:21 +0100" startDate="2022-12-15 09:11:36 +0100" endDate="2022-12-15 09:12:50 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 09:39:29 +0100" startDate="2022-12-15 09:25:44 +0100" endDate="2022-12-15 09:35:35 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 10:00:47 +0100" startDate="2022-12-15 09:48:29 +0100" endDate="2022-12-15 09:50:13 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 10:39:39 +0100" startDate="2022-12-15 10:28:06 +0100" endDate="2022-12-15 10:38:07 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 10:52:01 +0100" startDate="2022-12-15 10:38:07 +0100" endDate="2022-12-15 10:46:19 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 11:05:39 +0100" startDate="2022-12-15 10:53:30 +0100" endDate="2022-12-15 10:53:32 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 11:40:30 +0100" startDate="2022-12-15 11:27:36 +0100" endDate="2022-12-15 11:36:42 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 11:53:56 +0100" startDate="2022-12-15 11:38:11 +0100" endDate="2022-12-15 11:48:12 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 12:02:58 +0100" startDate="2022-12-15 11:48:12 +0100" endDate="2022-12-15 11:58:13 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 12:12:43 +0100" startDate="2022-12-15 11:58:13 +0100" endDate="2022-12-15 12:08:01 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 12:21:03 +0100" startDate="2022-12-15 12:08:24 +0100" endDate="2022-12-15 12:18:12 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 13:32:09 +0100" startDate="2022-12-15 12:19:03 +0100" endDate="2022-12-15 12:29:04 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 13:32:09 +0100" startDate="2022-12-15 12:29:04 +0100" endDate="2022-12-15 12:35:16 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 13:32:09 +0100" startDate="2022-12-15 12:35:16 +0100" endDate="2022-12-15 12:45:15 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 13:32:09 +0100" startDate="2022-12-15 12:45:15 +0100" endDate="2022-12-15 12:55:16 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 13:32:09 +0100" startDate="2022-12-15 12:55:16 +0100" endDate="2022-12-15 12:59:23 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 13:32:09 +0100" startDate="2022-12-15 12:59:36 +0100" endDate="2022-12-15 13:09:37 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 13:32:09 +0100" startDate="2022-12-15 13:09:37 +0100" endDate="2022-12-15 13:19:38 +0100" value="985"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 13:32:09 +0100" startDate="2022-12-15 13:19:38 +0100" endDate="2022-12-15 13:22:06 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 13:32:10 +0100" startDate="2022-12-15 13:22:06 +0100" endDate="2022-12-15 13:31:41 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 13:47:15 +0100" startDate="2022-12-15 13:33:18 +0100" endDate="2022-12-15 13:43:19 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 13:55:07 +0100" startDate="2022-12-15 13:43:19 +0100" endDate="2022-12-15 13:50:50 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 14:01:35 +0100" startDate="2022-12-15 13:50:50 +0100" endDate="2022-12-15 14:00:40 +0100" value="1052"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 14:14:09 +0100" startDate="2022-12-15 14:00:40 +0100" endDate="2022-12-15 14:10:41 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 14:24:08 +0100" startDate="2022-12-15 14:10:46 +0100" endDate="2022-12-15 14:20:47 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 14:36:11 +0100" startDate="2022-12-15 14:20:47 +0100" endDate="2022-12-15 14:30:48 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 14:43:51 +0100" startDate="2022-12-15 14:30:48 +0100" endDate="2022-12-15 14:39:53 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 14:52:09 +0100" startDate="2022-12-15 14:39:53 +0100" endDate="2022-12-15 14:49:55 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 15:00:47 +0100" startDate="2022-12-15 14:49:55 +0100" endDate="2022-12-15 14:59:56 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 15:11:33 +0100" startDate="2022-12-15 14:59:56 +0100" endDate="2022-12-15 15:07:57 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 15:29:18 +0100" startDate="2022-12-15 15:10:30 +0100" endDate="2022-12-15 15:20:31 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 15:34:19 +0100" startDate="2022-12-15 15:20:31 +0100" endDate="2022-12-15 15:30:32 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 15:44:21 +0100" startDate="2022-12-15 15:30:32 +0100" endDate="2022-12-15 15:35:22 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 16:23:05 +0100" startDate="2022-12-15 16:11:50 +0100" endDate="2022-12-15 16:21:36 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 16:37:39 +0100" startDate="2022-12-15 16:22:14 +0100" endDate="2022-12-15 16:22:55 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 20:01:51 +0100" startDate="2022-12-15 19:50:42 +0100" endDate="2022-12-15 19:54:44 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 20:53:03 +0100" startDate="2022-12-15 20:42:04 +0100" endDate="2022-12-15 20:51:41 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 21:04:18 +0100" startDate="2022-12-15 20:53:15 +0100" endDate="2022-12-15 21:01:39 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 21:27:16 +0100" startDate="2022-12-15 21:11:02 +0100" endDate="2022-12-15 21:14:31 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 21:44:52 +0100" startDate="2022-12-15 21:31:12 +0100" endDate="2022-12-15 21:31:19 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-15 22:16:26 +0100" startDate="2022-12-15 22:00:39 +0100" endDate="2022-12-15 22:04:36 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 09:26:55 +0100" startDate="2022-12-16 09:15:10 +0100" endDate="2022-12-16 09:23:17 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 09:40:08 +0100" startDate="2022-12-16 09:27:17 +0100" endDate="2022-12-16 09:27:48 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 09:57:22 +0100" startDate="2022-12-16 09:46:03 +0100" endDate="2022-12-16 09:49:03 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 10:12:56 +0100" startDate="2022-12-16 10:01:06 +0100" endDate="2022-12-16 10:02:12 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 10:27:05 +0100" startDate="2022-12-16 10:15:44 +0100" endDate="2022-12-16 10:18:27 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 11:02:55 +0100" startDate="2022-12-16 10:51:15 +0100" endDate="2022-12-16 11:01:16 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 11:15:06 +0100" startDate="2022-12-16 11:01:16 +0100" endDate="2022-12-16 11:06:07 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 11:42:39 +0100" startDate="2022-12-16 11:24:55 +0100" endDate="2022-12-16 11:25:05 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 12:01:36 +0100" startDate="2022-12-16 11:49:09 +0100" endDate="2022-12-16 11:59:10 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 12:10:13 +0100" startDate="2022-12-16 11:59:10 +0100" endDate="2022-12-16 12:07:58 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 12:26:02 +0100" startDate="2022-12-16 12:12:35 +0100" endDate="2022-12-16 12:22:36 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 12:33:55 +0100" startDate="2022-12-16 12:22:36 +0100" endDate="2022-12-16 12:32:37 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 12:46:52 +0100" startDate="2022-12-16 12:32:37 +0100" endDate="2022-12-16 12:42:36 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 12:58:21 +0100" startDate="2022-12-16 12:42:41 +0100" endDate="2022-12-16 12:52:04 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 13:04:40 +0100" startDate="2022-12-16 12:53:15 +0100" endDate="2022-12-16 13:03:14 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 13:18:11 +0100" startDate="2022-12-16 13:03:21 +0100" endDate="2022-12-16 13:13:22 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 13:28:36 +0100" startDate="2022-12-16 13:13:22 +0100" endDate="2022-12-16 13:23:23 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 13:36:10 +0100" startDate="2022-12-16 13:23:23 +0100" endDate="2022-12-16 13:33:24 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 13:45:02 +0100" startDate="2022-12-16 13:33:24 +0100" endDate="2022-12-16 13:43:24 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 13:59:29 +0100" startDate="2022-12-16 13:43:34 +0100" endDate="2022-12-16 13:44:35 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 14:49:43 +0100" startDate="2022-12-16 14:37:43 +0100" endDate="2022-12-16 14:37:56 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 15:03:49 +0100" startDate="2022-12-16 14:52:58 +0100" endDate="2022-12-16 14:53:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 15:40:12 +0100" startDate="2022-12-16 15:30:04 +0100" endDate="2022-12-16 15:40:05 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 15:51:10 +0100" startDate="2022-12-16 15:40:05 +0100" endDate="2022-12-16 15:47:54 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 16:14:56 +0100" startDate="2022-12-16 16:01:27 +0100" endDate="2022-12-16 16:11:20 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 16:25:42 +0100" startDate="2022-12-16 16:11:58 +0100" endDate="2022-12-16 16:21:57 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 16:34:08 +0100" startDate="2022-12-16 16:21:57 +0100" endDate="2022-12-16 16:30:52 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 16:43:13 +0100" startDate="2022-12-16 16:32:57 +0100" endDate="2022-12-16 16:42:51 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 16:57:01 +0100" startDate="2022-12-16 16:42:51 +0100" endDate="2022-12-16 16:51:20 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 17:34:34 +0100" startDate="2022-12-16 17:22:52 +0100" endDate="2022-12-16 17:32:41 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 17:44:56 +0100" startDate="2022-12-16 17:33:26 +0100" endDate="2022-12-16 17:33:52 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 18:05:22 +0100" startDate="2022-12-16 17:54:19 +0100" endDate="2022-12-16 17:54:27 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 18:21:02 +0100" startDate="2022-12-16 18:10:52 +0100" endDate="2022-12-16 18:12:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 19:59:11 +0100" startDate="2022-12-16 19:47:35 +0100" endDate="2022-12-16 19:57:08 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 20:11:30 +0100" startDate="2022-12-16 19:57:54 +0100" endDate="2022-12-16 20:05:53 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 20:21:13 +0100" startDate="2022-12-16 20:08:16 +0100" endDate="2022-12-16 20:17:54 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 20:37:46 +0100" startDate="2022-12-16 20:27:12 +0100" endDate="2022-12-16 20:27:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 21:57:49 +0100" startDate="2022-12-16 21:46:59 +0100" endDate="2022-12-16 21:57:00 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 22:08:47 +0100" startDate="2022-12-16 21:57:00 +0100" endDate="2022-12-16 22:06:56 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 22:20:09 +0100" startDate="2022-12-16 22:06:56 +0100" endDate="2022-12-16 22:16:17 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 22:29:22 +0100" startDate="2022-12-16 22:16:17 +0100" endDate="2022-12-16 22:26:18 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 22:43:28 +0100" startDate="2022-12-16 22:26:18 +0100" endDate="2022-12-16 22:35:36 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-16 22:56:11 +0100" startDate="2022-12-16 22:42:50 +0100" endDate="2022-12-16 22:44:35 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 11:23:54 +0100" startDate="2022-12-17 11:12:52 +0100" endDate="2022-12-17 11:14:34 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 13:45:37 +0100" startDate="2022-12-17 13:34:34 +0100" endDate="2022-12-17 13:34:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 14:47:22 +0100" startDate="2022-12-17 14:36:17 +0100" endDate="2022-12-17 14:36:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 15:13:31 +0100" startDate="2022-12-17 15:00:16 +0100" endDate="2022-12-17 15:00:44 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 15:39:52 +0100" startDate="2022-12-17 15:29:44 +0100" endDate="2022-12-17 15:37:39 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 15:54:03 +0100" startDate="2022-12-17 15:43:01 +0100" endDate="2022-12-17 15:43:16 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 17:40:06 +0100" startDate="2022-12-17 17:27:15 +0100" endDate="2022-12-17 17:29:40 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 19:41:43 +0100" startDate="2022-12-17 19:28:14 +0100" endDate="2022-12-17 19:38:15 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 19:52:00 +0100" startDate="2022-12-17 19:38:15 +0100" endDate="2022-12-17 19:46:09 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 21:34:04 +0100" startDate="2022-12-17 21:21:50 +0100" endDate="2022-12-17 21:24:00 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 21:57:35 +0100" startDate="2022-12-17 21:44:57 +0100" endDate="2022-12-17 21:54:38 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 22:05:52 +0100" startDate="2022-12-17 21:55:49 +0100" endDate="2022-12-17 22:05:33 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 22:16:21 +0100" startDate="2022-12-17 22:06:11 +0100" endDate="2022-12-17 22:16:12 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-17 22:26:20 +0100" startDate="2022-12-17 22:16:12 +0100" endDate="2022-12-17 22:23:45 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 07:45:00 +0100" startDate="2022-12-18 07:33:57 +0100" endDate="2022-12-18 07:34:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 09:38:25 +0100" startDate="2022-12-18 09:26:44 +0100" endDate="2022-12-18 09:33:11 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 09:59:50 +0100" startDate="2022-12-18 09:46:43 +0100" endDate="2022-12-18 09:47:55 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 10:15:53 +0100" startDate="2022-12-18 10:02:18 +0100" endDate="2022-12-18 10:06:18 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 10:27:34 +0100" startDate="2022-12-18 10:15:31 +0100" endDate="2022-12-18 10:17:03 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 11:22:21 +0100" startDate="2022-12-18 11:07:37 +0100" endDate="2022-12-18 11:17:38 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 11:32:11 +0100" startDate="2022-12-18 11:17:38 +0100" endDate="2022-12-18 11:27:39 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 11:42:25 +0100" startDate="2022-12-18 11:27:39 +0100" endDate="2022-12-18 11:37:00 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 11:48:59 +0100" startDate="2022-12-18 11:38:21 +0100" endDate="2022-12-18 11:41:20 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 12:11:28 +0100" startDate="2022-12-18 12:00:38 +0100" endDate="2022-12-18 12:10:39 +0100" value="969"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 12:24:40 +0100" startDate="2022-12-18 12:10:39 +0100" endDate="2022-12-18 12:20:40 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 12:32:45 +0100" startDate="2022-12-18 12:20:40 +0100" endDate="2022-12-18 12:30:34 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 13:21:49 +0100" startDate="2022-12-18 13:08:02 +0100" endDate="2022-12-18 13:13:05 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 13:38:55 +0100" startDate="2022-12-18 13:26:52 +0100" endDate="2022-12-18 13:36:50 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 13:47:47 +0100" startDate="2022-12-18 13:36:50 +0100" endDate="2022-12-18 13:40:14 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 14:23:01 +0100" startDate="2022-12-18 14:10:37 +0100" endDate="2022-12-18 14:20:35 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 14:33:47 +0100" startDate="2022-12-18 14:20:38 +0100" endDate="2022-12-18 14:27:03 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 14:50:47 +0100" startDate="2022-12-18 14:32:54 +0100" endDate="2022-12-18 14:32:59 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 15:03:02 +0100" startDate="2022-12-18 14:49:24 +0100" endDate="2022-12-18 14:58:09 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 15:47:52 +0100" startDate="2022-12-18 15:37:42 +0100" endDate="2022-12-18 15:44:40 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 16:13:57 +0100" startDate="2022-12-18 15:59:49 +0100" endDate="2022-12-18 16:08:34 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 16:45:30 +0100" startDate="2022-12-18 16:32:00 +0100" endDate="2022-12-18 16:33:29 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 17:05:23 +0100" startDate="2022-12-18 16:52:21 +0100" endDate="2022-12-18 17:02:00 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 17:15:57 +0100" startDate="2022-12-18 17:03:06 +0100" endDate="2022-12-18 17:12:34 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 17:32:26 +0100" startDate="2022-12-18 17:19:48 +0100" endDate="2022-12-18 17:20:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 17:45:58 +0100" startDate="2022-12-18 17:30:27 +0100" endDate="2022-12-18 17:40:29 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 17:53:18 +0100" startDate="2022-12-18 17:40:29 +0100" endDate="2022-12-18 17:40:57 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 18:00:49 +0100" startDate="2022-12-18 17:50:43 +0100" endDate="2022-12-18 17:52:23 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 18:28:33 +0100" startDate="2022-12-18 18:18:20 +0100" endDate="2022-12-18 18:28:21 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 18:40:13 +0100" startDate="2022-12-18 18:29:10 +0100" endDate="2022-12-18 18:35:47 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 19:11:52 +0100" startDate="2022-12-18 19:01:45 +0100" endDate="2022-12-18 19:03:11 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 19:32:42 +0100" startDate="2022-12-18 19:21:40 +0100" endDate="2022-12-18 19:25:39 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 23:35:19 +0100" startDate="2022-12-18 23:24:18 +0100" endDate="2022-12-18 23:34:19 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-18 23:46:52 +0100" startDate="2022-12-18 23:34:19 +0100" endDate="2022-12-18 23:42:46 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 00:10:16 +0100" startDate="2022-12-19 00:00:13 +0100" endDate="2022-12-19 00:09:19 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 00:22:51 +0100" startDate="2022-12-19 00:10:51 +0100" endDate="2022-12-19 00:14:40 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 00:38:58 +0100" startDate="2022-12-19 00:26:57 +0100" endDate="2022-12-19 00:33:44 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 00:51:14 +0100" startDate="2022-12-19 00:40:11 +0100" endDate="2022-12-19 00:42:21 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 01:11:02 +0100" startDate="2022-12-19 00:58:53 +0100" endDate="2022-12-19 01:01:58 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 01:21:29 +0100" startDate="2022-12-19 01:09:19 +0100" endDate="2022-12-19 01:15:19 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 01:39:16 +0100" startDate="2022-12-19 01:28:14 +0100" endDate="2022-12-19 01:28:52 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 02:08:19 +0100" startDate="2022-12-19 01:53:58 +0100" endDate="2022-12-19 02:03:59 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 02:15:32 +0100" startDate="2022-12-19 02:03:59 +0100" endDate="2022-12-19 02:09:53 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 07:18:37 +0100" startDate="2022-12-19 07:07:09 +0100" endDate="2022-12-19 07:07:12 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 07:40:30 +0100" startDate="2022-12-19 07:28:36 +0100" endDate="2022-12-19 07:38:37 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 07:49:03 +0100" startDate="2022-12-19 07:38:37 +0100" endDate="2022-12-19 07:45:06 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 08:04:22 +0100" startDate="2022-12-19 07:53:08 +0100" endDate="2022-12-19 08:00:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 08:20:47 +0100" startDate="2022-12-19 08:09:55 +0100" endDate="2022-12-19 08:19:31 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 08:31:56 +0100" startDate="2022-12-19 08:19:56 +0100" endDate="2022-12-19 08:25:35 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 09:23:09 +0100" startDate="2022-12-19 09:08:57 +0100" endDate="2022-12-19 09:10:21 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 10:28:25 +0100" startDate="2022-12-19 10:17:08 +0100" endDate="2022-12-19 10:17:23 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 10:41:46 +0100" startDate="2022-12-19 10:28:17 +0100" endDate="2022-12-19 10:37:53 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 10:52:52 +0100" startDate="2022-12-19 10:40:36 +0100" endDate="2022-12-19 10:46:27 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 11:06:12 +0100" startDate="2022-12-19 10:55:30 +0100" endDate="2022-12-19 11:05:31 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 11:16:01 +0100" startDate="2022-12-19 11:05:31 +0100" endDate="2022-12-19 11:15:04 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 12:26:03 +0100" startDate="2022-12-19 12:14:36 +0100" endDate="2022-12-19 12:24:37 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 12:36:40 +0100" startDate="2022-12-19 12:24:44 +0100" endDate="2022-12-19 12:34:32 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 12:48:20 +0100" startDate="2022-12-19 12:34:58 +0100" endDate="2022-12-19 12:42:21 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 12:58:09 +0100" startDate="2022-12-19 12:45:19 +0100" endDate="2022-12-19 12:55:20 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 13:08:26 +0100" startDate="2022-12-19 12:55:35 +0100" endDate="2022-12-19 13:04:53 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 13:18:18 +0100" startDate="2022-12-19 13:05:59 +0100" endDate="2022-12-19 13:14:01 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 13:30:31 +0100" startDate="2022-12-19 13:16:23 +0100" endDate="2022-12-19 13:20:10 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 13:38:23 +0100" startDate="2022-12-19 13:26:32 +0100" endDate="2022-12-19 13:36:33 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 13:50:02 +0100" startDate="2022-12-19 13:36:33 +0100" endDate="2022-12-19 13:41:31 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 14:16:06 +0100" startDate="2022-12-19 14:05:03 +0100" endDate="2022-12-19 14:05:21 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 15:28:12 +0100" startDate="2022-12-19 15:17:11 +0100" endDate="2022-12-19 15:19:36 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 15:59:57 +0100" startDate="2022-12-19 15:49:49 +0100" endDate="2022-12-19 15:59:20 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 16:12:29 +0100" startDate="2022-12-19 16:00:26 +0100" endDate="2022-12-19 16:10:19 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 16:25:12 +0100" startDate="2022-12-19 16:12:01 +0100" endDate="2022-12-19 16:21:14 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 16:34:42 +0100" startDate="2022-12-19 16:22:43 +0100" endDate="2022-12-19 16:32:23 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 16:45:48 +0100" startDate="2022-12-19 16:33:35 +0100" endDate="2022-12-19 16:43:36 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 16:56:08 +0100" startDate="2022-12-19 16:43:36 +0100" endDate="2022-12-19 16:48:46 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 18:15:14 +0100" startDate="2022-12-19 18:03:26 +0100" endDate="2022-12-19 18:13:04 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 18:27:39 +0100" startDate="2022-12-19 18:13:27 +0100" endDate="2022-12-19 18:23:27 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 18:35:18 +0100" startDate="2022-12-19 18:23:27 +0100" endDate="2022-12-19 18:33:16 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 18:45:17 +0100" startDate="2022-12-19 18:33:39 +0100" endDate="2022-12-19 18:43:01 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 18:55:19 +0100" startDate="2022-12-19 18:43:40 +0100" endDate="2022-12-19 18:46:25 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 19:15:18 +0100" startDate="2022-12-19 19:04:16 +0100" endDate="2022-12-19 19:08:12 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 19:29:15 +0100" startDate="2022-12-19 19:16:25 +0100" endDate="2022-12-19 19:24:45 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 19:38:08 +0100" startDate="2022-12-19 19:27:05 +0100" endDate="2022-12-19 19:33:32 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 20:21:09 +0100" startDate="2022-12-19 20:08:13 +0100" endDate="2022-12-19 20:08:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 20:52:15 +0100" startDate="2022-12-19 20:39:38 +0100" endDate="2022-12-19 20:40:31 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 21:05:41 +0100" startDate="2022-12-19 20:50:37 +0100" endDate="2022-12-19 20:59:35 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 21:12:25 +0100" startDate="2022-12-19 21:01:32 +0100" endDate="2022-12-19 21:10:04 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 21:24:17 +0100" startDate="2022-12-19 21:11:38 +0100" endDate="2022-12-19 21:21:39 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 21:33:53 +0100" startDate="2022-12-19 21:21:39 +0100" endDate="2022-12-19 21:30:13 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 21:45:00 +0100" startDate="2022-12-19 21:34:30 +0100" endDate="2022-12-19 21:44:31 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 21:55:19 +0100" startDate="2022-12-19 21:44:31 +0100" endDate="2022-12-19 21:49:06 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 22:05:11 +0100" startDate="2022-12-19 21:54:37 +0100" endDate="2022-12-19 22:04:31 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 22:17:40 +0100" startDate="2022-12-19 22:05:19 +0100" endDate="2022-12-19 22:13:59 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 22:27:58 +0100" startDate="2022-12-19 22:16:14 +0100" endDate="2022-12-19 22:16:31 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 23:05:03 +0100" startDate="2022-12-19 22:53:57 +0100" endDate="2022-12-19 23:03:48 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 23:13:56 +0100" startDate="2022-12-19 23:03:48 +0100" endDate="2022-12-19 23:13:44 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 23:25:44 +0100" startDate="2022-12-19 23:13:57 +0100" endDate="2022-12-19 23:23:14 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 23:34:42 +0100" startDate="2022-12-19 23:23:58 +0100" endDate="2022-12-19 23:32:09 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-19 23:53:19 +0100" startDate="2022-12-19 23:40:41 +0100" endDate="2022-12-19 23:44:48 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 00:07:10 +0100" startDate="2022-12-19 23:53:27 +0100" endDate="2022-12-19 23:55:02 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 06:51:24 +0100" startDate="2022-12-20 06:39:00 +0100" endDate="2022-12-20 06:46:44 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 07:42:12 +0100" startDate="2022-12-20 07:31:03 +0100" endDate="2022-12-20 07:40:51 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 07:54:55 +0100" startDate="2022-12-20 07:43:03 +0100" endDate="2022-12-20 07:53:04 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 08:05:21 +0100" startDate="2022-12-20 07:53:04 +0100" endDate="2022-12-20 08:02:45 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 08:14:29 +0100" startDate="2022-12-20 08:03:21 +0100" endDate="2022-12-20 08:13:22 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 08:24:24 +0100" startDate="2022-12-20 08:13:22 +0100" endDate="2022-12-20 08:14:15 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 08:43:31 +0100" startDate="2022-12-20 08:33:05 +0100" endDate="2022-12-20 08:41:35 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 09:31:12 +0100" startDate="2022-12-20 09:16:02 +0100" endDate="2022-12-20 09:16:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 09:44:29 +0100" startDate="2022-12-20 09:33:26 +0100" endDate="2022-12-20 09:42:06 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 10:00:00 +0100" startDate="2022-12-20 09:48:05 +0100" endDate="2022-12-20 09:48:38 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 13:41:46 +0100" startDate="2022-12-20 13:29:59 +0100" endDate="2022-12-20 13:31:54 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 14:13:05 +0100" startDate="2022-12-20 13:58:18 +0100" endDate="2022-12-20 13:59:09 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 14:51:14 +0100" startDate="2022-12-20 14:39:39 +0100" endDate="2022-12-20 14:47:52 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 15:03:19 +0100" startDate="2022-12-20 14:52:07 +0100" endDate="2022-12-20 14:58:24 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 15:19:23 +0100" startDate="2022-12-20 15:08:23 +0100" endDate="2022-12-20 15:18:11 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 15:40:31 +0100" startDate="2022-12-20 15:25:53 +0100" endDate="2022-12-20 15:27:12 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 16:31:26 +0100" startDate="2022-12-20 16:18:04 +0100" endDate="2022-12-20 16:26:12 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 17:28:26 +0100" startDate="2022-12-20 17:17:23 +0100" endDate="2022-12-20 17:24:36 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 17:46:00 +0100" startDate="2022-12-20 17:34:58 +0100" endDate="2022-12-20 17:42:54 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 18:00:28 +0100" startDate="2022-12-20 17:49:24 +0100" endDate="2022-12-20 17:55:34 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 18:25:33 +0100" startDate="2022-12-20 18:11:42 +0100" endDate="2022-12-20 18:11:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 19:44:32 +0100" startDate="2022-12-20 19:31:45 +0100" endDate="2022-12-20 19:31:48 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 20:18:15 +0100" startDate="2022-12-20 20:08:07 +0100" endDate="2022-12-20 20:16:35 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 20:49:05 +0100" startDate="2022-12-20 20:32:25 +0100" endDate="2022-12-20 20:34:17 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 21:19:14 +0100" startDate="2022-12-20 21:08:53 +0100" endDate="2022-12-20 21:18:54 +0100" value="1110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 21:29:07 +0100" startDate="2022-12-20 21:18:54 +0100" endDate="2022-12-20 21:19:12 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 21:42:20 +0100" startDate="2022-12-20 21:31:18 +0100" endDate="2022-12-20 21:31:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 22:06:39 +0100" startDate="2022-12-20 21:51:58 +0100" endDate="2022-12-20 21:54:11 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 22:17:16 +0100" startDate="2022-12-20 22:04:15 +0100" endDate="2022-12-20 22:07:20 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-20 22:40:17 +0100" startDate="2022-12-20 22:25:30 +0100" endDate="2022-12-20 22:29:40 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 06:35:07 +0100" startDate="2022-12-21 06:24:39 +0100" endDate="2022-12-21 06:34:40 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 06:55:19 +0100" startDate="2022-12-21 06:41:02 +0100" endDate="2022-12-21 06:50:10 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 07:03:07 +0100" startDate="2022-12-21 06:52:04 +0100" endDate="2022-12-21 06:59:25 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 08:16:57 +0100" startDate="2022-12-21 08:05:54 +0100" endDate="2022-12-21 08:11:33 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 09:06:45 +0100" startDate="2022-12-21 08:54:51 +0100" endDate="2022-12-21 09:04:38 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 09:15:23 +0100" startDate="2022-12-21 09:05:13 +0100" endDate="2022-12-21 09:14:13 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 10:09:29 +0100" startDate="2022-12-21 09:57:33 +0100" endDate="2022-12-21 09:57:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 10:25:09 +0100" startDate="2022-12-21 10:13:47 +0100" endDate="2022-12-21 10:23:22 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 13:01:51 +0100" startDate="2022-12-21 12:51:19 +0100" endDate="2022-12-21 12:57:10 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 13:12:26 +0100" startDate="2022-12-21 13:01:23 +0100" endDate="2022-12-21 13:11:24 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 13:24:39 +0100" startDate="2022-12-21 13:11:24 +0100" endDate="2022-12-21 13:20:32 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 13:59:06 +0100" startDate="2022-12-21 13:45:40 +0100" endDate="2022-12-21 13:49:16 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 14:08:49 +0100" startDate="2022-12-21 13:58:14 +0100" endDate="2022-12-21 14:07:29 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 14:22:01 +0100" startDate="2022-12-21 14:10:58 +0100" endDate="2022-12-21 14:17:58 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 16:44:41 +0100" startDate="2022-12-21 16:33:10 +0100" endDate="2022-12-21 16:41:39 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 16:56:31 +0100" startDate="2022-12-21 16:43:42 +0100" endDate="2022-12-21 16:44:25 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 17:09:10 +0100" startDate="2022-12-21 16:56:47 +0100" endDate="2022-12-21 16:56:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 17:29:52 +0100" startDate="2022-12-21 17:18:58 +0100" endDate="2022-12-21 17:27:17 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 18:32:37 +0100" startDate="2022-12-21 18:21:21 +0100" endDate="2022-12-21 18:27:58 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 22:34:19 +0100" startDate="2022-12-21 22:23:19 +0100" endDate="2022-12-21 22:24:18 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-21 22:44:30 +0100" startDate="2022-12-21 22:33:28 +0100" endDate="2022-12-21 22:36:29 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 07:50:30 +0100" startDate="2022-12-22 07:38:22 +0100" endDate="2022-12-22 07:47:27 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 07:59:57 +0100" startDate="2022-12-22 07:48:51 +0100" endDate="2022-12-22 07:48:54 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 08:30:36 +0100" startDate="2022-12-22 08:20:13 +0100" endDate="2022-12-22 08:30:04 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 08:41:47 +0100" startDate="2022-12-22 08:30:14 +0100" endDate="2022-12-22 08:40:00 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 08:51:39 +0100" startDate="2022-12-22 08:40:38 +0100" endDate="2022-12-22 08:42:22 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 09:14:36 +0100" startDate="2022-12-22 09:03:34 +0100" endDate="2022-12-22 09:13:35 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 09:25:18 +0100" startDate="2022-12-22 09:13:35 +0100" endDate="2022-12-22 09:23:08 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 09:35:14 +0100" startDate="2022-12-22 09:24:29 +0100" endDate="2022-12-22 09:33:57 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 09:46:09 +0100" startDate="2022-12-22 09:34:51 +0100" endDate="2022-12-22 09:42:42 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 10:12:26 +0100" startDate="2022-12-22 09:59:26 +0100" endDate="2022-12-22 10:04:11 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 11:42:54 +0100" startDate="2022-12-22 11:30:11 +0100" endDate="2022-12-22 11:30:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 15:30:53 +0100" startDate="2022-12-22 15:20:12 +0100" endDate="2022-12-22 15:28:57 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 15:42:44 +0100" startDate="2022-12-22 15:30:29 +0100" endDate="2022-12-22 15:35:01 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 17:12:45 +0100" startDate="2022-12-22 17:01:00 +0100" endDate="2022-12-22 17:09:58 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 17:22:38 +0100" startDate="2022-12-22 17:11:09 +0100" endDate="2022-12-22 17:18:45 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 18:20:34 +0100" startDate="2022-12-22 18:09:29 +0100" endDate="2022-12-22 18:09:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 19:35:22 +0100" startDate="2022-12-22 19:18:51 +0100" endDate="2022-12-22 19:19:02 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 19:48:16 +0100" startDate="2022-12-22 19:34:57 +0100" endDate="2022-12-22 19:35:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 20:12:57 +0100" startDate="2022-12-22 19:57:35 +0100" endDate="2022-12-22 19:58:13 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 21:28:24 +0100" startDate="2022-12-22 21:11:30 +0100" endDate="2022-12-22 21:14:01 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 22:13:43 +0100" startDate="2022-12-22 21:54:16 +0100" endDate="2022-12-22 21:54:49 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-22 23:14:01 +0100" startDate="2022-12-22 22:58:51 +0100" endDate="2022-12-22 23:01:06 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 00:20:51 +0100" startDate="2022-12-23 00:09:06 +0100" endDate="2022-12-23 00:13:16 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 01:03:39 +0100" startDate="2022-12-23 00:53:21 +0100" endDate="2022-12-23 00:57:26 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 12:48:46 +0100" startDate="2022-12-23 12:38:36 +0100" endDate="2022-12-23 12:46:52 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 13:03:12 +0100" startDate="2022-12-23 12:50:59 +0100" endDate="2022-12-23 12:55:24 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 13:33:44 +0100" startDate="2022-12-23 13:23:33 +0100" endDate="2022-12-23 13:32:36 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 13:57:50 +0100" startDate="2022-12-23 13:46:04 +0100" endDate="2022-12-23 13:56:03 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 14:07:05 +0100" startDate="2022-12-23 13:56:03 +0100" endDate="2022-12-23 14:04:09 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 14:17:41 +0100" startDate="2022-12-23 14:07:28 +0100" endDate="2022-12-23 14:12:16 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 15:02:10 +0100" startDate="2022-12-23 14:50:42 +0100" endDate="2022-12-23 14:50:49 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 15:12:30 +0100" startDate="2022-12-23 15:02:16 +0100" endDate="2022-12-23 15:12:15 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 15:24:36 +0100" startDate="2022-12-23 15:12:15 +0100" endDate="2022-12-23 15:12:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 15:35:57 +0100" startDate="2022-12-23 15:24:29 +0100" endDate="2022-12-23 15:33:26 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 15:55:17 +0100" startDate="2022-12-23 15:44:31 +0100" endDate="2022-12-23 15:54:32 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 16:07:08 +0100" startDate="2022-12-23 15:54:32 +0100" endDate="2022-12-23 15:59:45 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 17:08:31 +0100" startDate="2022-12-23 16:56:11 +0100" endDate="2022-12-23 17:05:51 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 17:18:06 +0100" startDate="2022-12-23 17:06:32 +0100" endDate="2022-12-23 17:09:02 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 17:36:44 +0100" startDate="2022-12-23 17:23:36 +0100" endDate="2022-12-23 17:27:00 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 17:50:26 +0100" startDate="2022-12-23 17:38:30 +0100" endDate="2022-12-23 17:41:39 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 18:05:10 +0100" startDate="2022-12-23 17:54:10 +0100" endDate="2022-12-23 17:57:08 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 19:59:10 +0100" startDate="2022-12-23 19:42:59 +0100" endDate="2022-12-23 19:46:28 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 20:10:41 +0100" startDate="2022-12-23 19:58:14 +0100" endDate="2022-12-23 20:02:26 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 20:24:54 +0100" startDate="2022-12-23 20:10:59 +0100" endDate="2022-12-23 20:15:32 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 21:51:52 +0100" startDate="2022-12-23 21:38:40 +0100" endDate="2022-12-23 21:39:59 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 22:07:56 +0100" startDate="2022-12-23 21:55:32 +0100" endDate="2022-12-23 22:05:23 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 22:18:06 +0100" startDate="2022-12-23 22:05:38 +0100" endDate="2022-12-23 22:09:41 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-23 22:33:11 +0100" startDate="2022-12-23 22:22:08 +0100" endDate="2022-12-23 22:23:30 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 00:20:05 +0100" startDate="2022-12-24 00:08:36 +0100" endDate="2022-12-24 00:10:51 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 00:31:21 +0100" startDate="2022-12-24 00:20:37 +0100" endDate="2022-12-24 00:20:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 12:13:31 +0100" startDate="2022-12-24 12:01:52 +0100" endDate="2022-12-24 12:09:08 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 12:27:34 +0100" startDate="2022-12-24 12:14:05 +0100" endDate="2022-12-24 12:14:53 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 13:19:26 +0100" startDate="2022-12-24 13:08:05 +0100" endDate="2022-12-24 13:10:41 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 13:33:45 +0100" startDate="2022-12-24 13:21:15 +0100" endDate="2022-12-24 13:24:03 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 13:46:08 +0100" startDate="2022-12-24 13:34:29 +0100" endDate="2022-12-24 13:43:00 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 13:55:40 +0100" startDate="2022-12-24 13:44:37 +0100" endDate="2022-12-24 13:45:10 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 14:19:42 +0100" startDate="2022-12-24 14:09:34 +0100" endDate="2022-12-24 14:10:38 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 16:35:07 +0100" startDate="2022-12-24 16:25:00 +0100" endDate="2022-12-24 16:34:07 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 16:46:11 +0100" startDate="2022-12-24 16:35:19 +0100" endDate="2022-12-24 16:45:08 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 16:58:59 +0100" startDate="2022-12-24 16:47:56 +0100" endDate="2022-12-24 16:56:21 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 17:17:44 +0100" startDate="2022-12-24 17:06:09 +0100" endDate="2022-12-24 17:07:41 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 18:03:48 +0100" startDate="2022-12-24 17:51:16 +0100" endDate="2022-12-24 17:51:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 19:37:17 +0100" startDate="2022-12-24 19:23:13 +0100" endDate="2022-12-24 19:23:23 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 22:18:38 +0100" startDate="2022-12-24 22:07:36 +0100" endDate="2022-12-24 22:16:20 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-24 22:33:08 +0100" startDate="2022-12-24 22:22:06 +0100" endDate="2022-12-24 22:24:21 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-25 07:53:47 +0100" startDate="2022-12-25 07:43:37 +0100" endDate="2022-12-25 07:43:42 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-25 11:29:12 +0100" startDate="2022-12-25 11:17:06 +0100" endDate="2022-12-25 11:17:49 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-25 13:07:07 +0100" startDate="2022-12-25 12:56:04 +0100" endDate="2022-12-25 13:03:02 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-25 13:41:41 +0100" startDate="2022-12-25 13:30:13 +0100" endDate="2022-12-25 13:30:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-25 14:01:04 +0100" startDate="2022-12-25 13:50:01 +0100" endDate="2022-12-25 13:57:47 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-25 14:12:37 +0100" startDate="2022-12-25 14:00:40 +0100" endDate="2022-12-25 14:09:23 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-25 14:29:26 +0100" startDate="2022-12-25 14:16:28 +0100" endDate="2022-12-25 14:25:15 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-25 14:39:09 +0100" startDate="2022-12-25 14:28:06 +0100" endDate="2022-12-25 14:29:33 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-25 15:17:44 +0100" startDate="2022-12-25 15:01:49 +0100" endDate="2022-12-25 15:01:57 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-25 17:06:42 +0100" startDate="2022-12-25 16:56:32 +0100" endDate="2022-12-25 16:56:50 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-25 18:33:28 +0100" startDate="2022-12-25 18:18:16 +0100" endDate="2022-12-25 18:19:05 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-25 22:24:59 +0100" startDate="2022-12-25 22:13:50 +0100" endDate="2022-12-25 22:14:28 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 09:55:26 +0100" startDate="2022-12-26 09:45:17 +0100" endDate="2022-12-26 09:54:45 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 10:06:43 +0100" startDate="2022-12-26 09:55:28 +0100" endDate="2022-12-26 10:05:29 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 10:15:44 +0100" startDate="2022-12-26 10:05:29 +0100" endDate="2022-12-26 10:14:47 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 11:17:42 +0100" startDate="2022-12-26 11:04:56 +0100" endDate="2022-12-26 11:14:37 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 11:27:18 +0100" startDate="2022-12-26 11:15:33 +0100" endDate="2022-12-26 11:22:38 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 11:39:59 +0100" startDate="2022-12-26 11:26:00 +0100" endDate="2022-12-26 11:26:30 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 12:52:19 +0100" startDate="2022-12-26 12:40:06 +0100" endDate="2022-12-26 12:46:51 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 13:48:08 +0100" startDate="2022-12-26 13:35:14 +0100" endDate="2022-12-26 13:35:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 14:07:06 +0100" startDate="2022-12-26 13:51:24 +0100" endDate="2022-12-26 13:55:44 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 15:51:10 +0100" startDate="2022-12-26 15:32:07 +0100" endDate="2022-12-26 15:32:12 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 16:32:33 +0100" startDate="2022-12-26 16:18:09 +0100" endDate="2022-12-26 16:19:18 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 17:01:16 +0100" startDate="2022-12-26 16:48:10 +0100" endDate="2022-12-26 16:48:50 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 17:38:50 +0100" startDate="2022-12-26 17:23:08 +0100" endDate="2022-12-26 17:25:25 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 18:15:33 +0100" startDate="2022-12-26 17:59:06 +0100" endDate="2022-12-26 17:59:44 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 18:43:51 +0100" startDate="2022-12-26 18:32:29 +0100" endDate="2022-12-26 18:40:28 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 19:09:12 +0100" startDate="2022-12-26 18:58:10 +0100" endDate="2022-12-26 18:59:44 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 21:05:29 +0100" startDate="2022-12-26 20:55:15 +0100" endDate="2022-12-26 20:56:31 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 22:02:17 +0100" startDate="2022-12-26 21:52:08 +0100" endDate="2022-12-26 22:00:24 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 22:20:01 +0100" startDate="2022-12-26 22:08:21 +0100" endDate="2022-12-26 22:16:42 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-26 22:32:55 +0100" startDate="2022-12-26 22:18:37 +0100" endDate="2022-12-26 22:20:17 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 07:32:18 +0100" startDate="2022-12-27 07:21:54 +0100" endDate="2022-12-27 07:27:00 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 07:45:00 +0100" startDate="2022-12-27 07:32:15 +0100" endDate="2022-12-27 07:38:37 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 08:02:38 +0100" startDate="2022-12-27 07:50:52 +0100" endDate="2022-12-27 08:00:53 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 08:11:44 +0100" startDate="2022-12-27 08:00:53 +0100" endDate="2022-12-27 08:09:25 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 08:21:58 +0100" startDate="2022-12-27 08:11:32 +0100" endDate="2022-12-27 08:20:35 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 08:34:49 +0100" startDate="2022-12-27 08:22:40 +0100" endDate="2022-12-27 08:29:23 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 08:48:28 +0100" startDate="2022-12-27 08:35:22 +0100" endDate="2022-12-27 08:44:37 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 08:56:48 +0100" startDate="2022-12-27 08:45:33 +0100" endDate="2022-12-27 08:55:26 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 09:09:13 +0100" startDate="2022-12-27 08:55:57 +0100" endDate="2022-12-27 08:57:49 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 13:45:39 +0100" startDate="2022-12-27 13:35:31 +0100" endDate="2022-12-27 13:35:46 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 15:35:56 +0100" startDate="2022-12-27 15:24:33 +0100" endDate="2022-12-27 15:34:34 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 15:50:51 +0100" startDate="2022-12-27 15:34:34 +0100" endDate="2022-12-27 15:43:08 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 15:57:55 +0100" startDate="2022-12-27 15:44:40 +0100" endDate="2022-12-27 15:54:05 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 16:06:42 +0100" startDate="2022-12-27 15:55:01 +0100" endDate="2022-12-27 16:01:29 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-27 19:17:24 +0100" startDate="2022-12-27 19:06:21 +0100" endDate="2022-12-27 19:06:31 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-28 08:36:10 +0100" startDate="2022-12-28 08:25:02 +0100" endDate="2022-12-28 08:26:19 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-28 09:02:11 +0100" startDate="2022-12-28 08:48:50 +0100" endDate="2022-12-28 08:48:55 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-28 22:14:20 +0100" startDate="2022-12-28 22:03:17 +0100" endDate="2022-12-28 22:11:01 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-29 07:55:19 +0100" startDate="2022-12-29 07:39:42 +0100" endDate="2022-12-29 07:45:01 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-29 08:45:01 +0100" startDate="2022-12-29 08:26:16 +0100" endDate="2022-12-29 08:26:49 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-29 09:12:53 +0100" startDate="2022-12-29 09:01:50 +0100" endDate="2022-12-29 09:01:57 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-29 17:12:05 +0100" startDate="2022-12-29 16:59:36 +0100" endDate="2022-12-29 17:01:35 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-29 17:29:41 +0100" startDate="2022-12-29 17:10:38 +0100" endDate="2022-12-29 17:14:47 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-29 17:36:17 +0100" startDate="2022-12-29 17:24:21 +0100" endDate="2022-12-29 17:24:33 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-29 22:25:00 +0100" startDate="2022-12-29 22:09:40 +0100" endDate="2022-12-29 22:09:55 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 05:18:33 +0100" startDate="2022-12-30 05:08:20 +0100" endDate="2022-12-30 05:08:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 05:36:03 +0100" startDate="2022-12-30 05:22:16 +0100" endDate="2022-12-30 05:22:49 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 06:48:16 +0100" startDate="2022-12-30 06:37:52 +0100" endDate="2022-12-30 06:44:09 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 09:31:31 +0100" startDate="2022-12-30 09:20:39 +0100" endDate="2022-12-30 09:30:39 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 09:42:19 +0100" startDate="2022-12-30 09:30:39 +0100" endDate="2022-12-30 09:40:38 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 09:52:15 +0100" startDate="2022-12-30 09:40:40 +0100" endDate="2022-12-30 09:50:41 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 10:03:31 +0100" startDate="2022-12-30 09:50:41 +0100" endDate="2022-12-30 09:54:05 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 10:16:10 +0100" startDate="2022-12-30 10:01:15 +0100" endDate="2022-12-30 10:11:16 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 10:26:18 +0100" startDate="2022-12-30 10:11:16 +0100" endDate="2022-12-30 10:21:17 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 10:34:33 +0100" startDate="2022-12-30 10:21:17 +0100" endDate="2022-12-30 10:31:18 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 10:44:30 +0100" startDate="2022-12-30 10:31:18 +0100" endDate="2022-12-30 10:41:11 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 07:22:30 +0100" startDate="2022-12-30 07:08:57 +0100" endDate="2022-12-30 07:18:53 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 07:29:33 +0100" startDate="2022-12-30 07:19:04 +0100" endDate="2022-12-30 07:22:27 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 10:55:04 +0100" startDate="2022-12-30 10:42:27 +0100" endDate="2022-12-30 10:49:43 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 11:10:00 +0100" startDate="2022-12-30 10:56:33 +0100" endDate="2022-12-30 11:02:35 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 11:23:23 +0100" startDate="2022-12-30 11:09:07 +0100" endDate="2022-12-30 11:09:09 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 11:33:26 +0100" startDate="2022-12-30 11:19:13 +0100" endDate="2022-12-30 11:20:04 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 11:55:57 +0100" startDate="2022-12-30 11:41:36 +0100" endDate="2022-12-30 11:42:12 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 12:19:41 +0100" startDate="2022-12-30 12:07:45 +0100" endDate="2022-12-30 12:17:35 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 12:28:47 +0100" startDate="2022-12-30 12:17:45 +0100" endDate="2022-12-30 12:21:29 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 13:08:19 +0100" startDate="2022-12-30 12:56:27 +0100" endDate="2022-12-30 13:06:28 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 13:17:31 +0100" startDate="2022-12-30 13:06:28 +0100" endDate="2022-12-30 13:12:00 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 13:38:15 +0100" startDate="2022-12-30 13:27:12 +0100" endDate="2022-12-30 13:35:16 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 14:08:35 +0100" startDate="2022-12-30 13:56:45 +0100" endDate="2022-12-30 13:56:53 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 16:08:56 +0100" startDate="2022-12-30 15:57:53 +0100" endDate="2022-12-30 15:58:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 16:24:03 +0100" startDate="2022-12-30 16:13:30 +0100" endDate="2022-12-30 16:13:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 19:33:41 +0100" startDate="2022-12-30 19:21:57 +0100" endDate="2022-12-30 19:31:39 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 19:44:46 +0100" startDate="2022-12-30 19:31:39 +0100" endDate="2022-12-30 19:41:39 +0100" value="849"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 19:53:05 +0100" startDate="2022-12-30 19:41:39 +0100" endDate="2022-12-30 19:50:49 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 20:04:15 +0100" startDate="2022-12-30 19:51:53 +0100" endDate="2022-12-30 20:01:22 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-30 20:16:22 +0100" startDate="2022-12-30 20:02:00 +0100" endDate="2022-12-30 20:02:51 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-31 00:35:14 +0100" startDate="2022-12-31 00:21:05 +0100" endDate="2022-12-31 00:25:09 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-31 01:26:03 +0100" startDate="2022-12-31 01:14:22 +0100" endDate="2022-12-31 01:16:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-31 09:21:46 +0100" startDate="2022-12-31 09:10:21 +0100" endDate="2022-12-31 09:17:10 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-31 09:38:52 +0100" startDate="2022-12-31 09:27:49 +0100" endDate="2022-12-31 09:28:04 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2022-12-31 17:51:26 +0100" startDate="2022-12-31 17:41:18 +0100" endDate="2022-12-31 17:41:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-01 00:32:56 +0100" startDate="2023-01-01 00:22:48 +0100" endDate="2023-01-01 00:30:39 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-01 02:50:57 +0100" startDate="2023-01-01 02:40:44 +0100" endDate="2023-01-01 02:47:47 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-01 08:07:50 +0100" startDate="2023-01-01 07:57:40 +0100" endDate="2023-01-01 07:58:16 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-01 08:19:58 +0100" startDate="2023-01-01 08:08:55 +0100" endDate="2023-01-01 08:11:00 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-01 12:26:53 +0100" startDate="2023-01-01 12:16:48 +0100" endDate="2023-01-01 12:17:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-01 14:21:57 +0100" startDate="2023-01-01 14:10:29 +0100" endDate="2023-01-01 14:12:31 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-01 22:00:52 +0100" startDate="2023-01-01 21:49:50 +0100" endDate="2023-01-01 21:58:54 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-02 07:59:50 +0100" startDate="2023-01-02 07:44:05 +0100" endDate="2023-01-02 07:45:06 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-02 10:00:57 +0100" startDate="2023-01-02 09:49:11 +0100" endDate="2023-01-02 09:54:19 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-02 10:54:37 +0100" startDate="2023-01-02 10:43:35 +0100" endDate="2023-01-02 10:44:49 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-02 11:08:30 +0100" startDate="2023-01-02 10:54:16 +0100" endDate="2023-01-02 10:54:18 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-02 17:16:36 +0100" startDate="2023-01-02 17:05:23 +0100" endDate="2023-01-02 17:07:07 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-02 17:34:57 +0100" startDate="2023-01-02 17:19:23 +0100" endDate="2023-01-02 17:19:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-02 23:35:52 +0100" startDate="2023-01-02 23:21:59 +0100" endDate="2023-01-02 23:29:46 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 07:57:47 +0100" startDate="2023-01-03 07:46:23 +0100" endDate="2023-01-03 07:54:39 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 08:10:03 +0100" startDate="2023-01-03 07:56:49 +0100" endDate="2023-01-03 08:02:15 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 09:30:04 +0100" startDate="2023-01-03 09:19:01 +0100" endDate="2023-01-03 09:19:11 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 11:19:44 +0100" startDate="2023-01-03 11:09:31 +0100" endDate="2023-01-03 11:10:02 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 11:58:12 +0100" startDate="2023-01-03 11:47:56 +0100" endDate="2023-01-03 11:48:01 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 12:12:45 +0100" startDate="2023-01-03 11:58:00 +0100" endDate="2023-01-03 11:58:20 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 12:29:53 +0100" startDate="2023-01-03 12:16:04 +0100" endDate="2023-01-03 12:16:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 12:41:14 +0100" startDate="2023-01-03 12:30:12 +0100" endDate="2023-01-03 12:36:42 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 13:17:39 +0100" startDate="2023-01-03 13:04:58 +0100" endDate="2023-01-03 13:11:21 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 13:39:56 +0100" startDate="2023-01-03 13:28:24 +0100" endDate="2023-01-03 13:29:58 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 13:52:52 +0100" startDate="2023-01-03 13:39:07 +0100" endDate="2023-01-03 13:49:06 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 13:59:51 +0100" startDate="2023-01-03 13:49:06 +0100" endDate="2023-01-03 13:59:05 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 14:13:00 +0100" startDate="2023-01-03 13:59:05 +0100" endDate="2023-01-03 14:09:06 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 14:20:09 +0100" startDate="2023-01-03 14:09:06 +0100" endDate="2023-01-03 14:17:28 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 14:42:16 +0100" startDate="2023-01-03 14:28:18 +0100" endDate="2023-01-03 14:38:19 +0100" value="1154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 14:48:34 +0100" startDate="2023-01-03 14:38:19 +0100" endDate="2023-01-03 14:42:00 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 16:11:39 +0100" startDate="2023-01-03 16:01:32 +0100" endDate="2023-01-03 16:05:39 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-03 22:26:12 +0100" startDate="2023-01-03 22:16:02 +0100" endDate="2023-01-03 22:21:56 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 08:00:00 +0100" startDate="2023-01-04 07:42:57 +0100" endDate="2023-01-04 07:43:25 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 08:29:51 +0100" startDate="2023-01-04 08:19:41 +0100" endDate="2023-01-04 08:19:46 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 09:35:41 +0100" startDate="2023-01-04 09:22:06 +0100" endDate="2023-01-04 09:23:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 10:51:31 +0100" startDate="2023-01-04 10:41:21 +0100" endDate="2023-01-04 10:41:46 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 11:10:39 +0100" startDate="2023-01-04 10:54:05 +0100" endDate="2023-01-04 10:57:34 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 13:27:21 +0100" startDate="2023-01-04 13:13:20 +0100" endDate="2023-01-04 13:23:22 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 13:34:52 +0100" startDate="2023-01-04 13:23:22 +0100" endDate="2023-01-04 13:33:20 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 13:44:10 +0100" startDate="2023-01-04 13:33:20 +0100" endDate="2023-01-04 13:42:48 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 13:56:40 +0100" startDate="2023-01-04 13:43:37 +0100" endDate="2023-01-04 13:45:39 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 14:31:57 +0100" startDate="2023-01-04 14:21:27 +0100" endDate="2023-01-04 14:30:16 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 16:42:18 +0100" startDate="2023-01-04 16:31:19 +0100" endDate="2023-01-04 16:38:58 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 17:08:18 +0100" startDate="2023-01-04 16:56:17 +0100" endDate="2023-01-04 17:06:13 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 17:18:33 +0100" startDate="2023-01-04 17:08:05 +0100" endDate="2023-01-04 17:16:34 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 17:38:21 +0100" startDate="2023-01-04 17:27:35 +0100" endDate="2023-01-04 17:28:29 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-04 22:56:43 +0100" startDate="2023-01-04 22:46:30 +0100" endDate="2023-01-04 22:54:56 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 02:04:29 +0100" startDate="2023-01-05 01:54:17 +0100" endDate="2023-01-05 01:54:24 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 07:27:20 +0100" startDate="2023-01-05 07:16:06 +0100" endDate="2023-01-05 07:16:31 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 07:58:35 +0100" startDate="2023-01-05 07:47:32 +0100" endDate="2023-01-05 07:55:58 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 08:23:56 +0100" startDate="2023-01-05 08:13:45 +0100" endDate="2023-01-05 08:14:03 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 09:11:47 +0100" startDate="2023-01-05 09:00:58 +0100" endDate="2023-01-05 09:08:23 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 09:29:05 +0100" startDate="2023-01-05 09:14:43 +0100" endDate="2023-01-05 09:23:28 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 09:37:25 +0100" startDate="2023-01-05 09:24:47 +0100" endDate="2023-01-05 09:33:22 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 09:52:32 +0100" startDate="2023-01-05 09:38:41 +0100" endDate="2023-01-05 09:38:54 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 10:07:43 +0100" startDate="2023-01-05 09:52:09 +0100" endDate="2023-01-05 09:52:19 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 10:43:58 +0100" startDate="2023-01-05 10:32:53 +0100" endDate="2023-01-05 10:42:33 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 11:04:48 +0100" startDate="2023-01-05 10:53:46 +0100" endDate="2023-01-05 10:59:52 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 11:19:37 +0100" startDate="2023-01-05 11:08:35 +0100" endDate="2023-01-05 11:09:28 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 12:02:31 +0100" startDate="2023-01-05 11:52:26 +0100" endDate="2023-01-05 12:01:18 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 12:14:08 +0100" startDate="2023-01-05 12:02:30 +0100" endDate="2023-01-05 12:07:28 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 12:28:50 +0100" startDate="2023-01-05 12:16:37 +0100" endDate="2023-01-05 12:16:44 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 13:25:50 +0100" startDate="2023-01-05 13:12:46 +0100" endDate="2023-01-05 13:13:14 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 13:38:48 +0100" startDate="2023-01-05 13:28:08 +0100" endDate="2023-01-05 13:28:13 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 13:51:42 +0100" startDate="2023-01-05 13:39:23 +0100" endDate="2023-01-05 13:44:36 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 16:16:44 +0100" startDate="2023-01-05 16:04:28 +0100" endDate="2023-01-05 16:12:52 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 17:57:00 +0100" startDate="2023-01-05 17:40:26 +0100" endDate="2023-01-05 17:49:18 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 18:04:15 +0100" startDate="2023-01-05 17:50:42 +0100" endDate="2023-01-05 17:51:18 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-05 22:10:57 +0100" startDate="2023-01-05 21:59:45 +0100" endDate="2023-01-05 22:03:49 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 03:43:23 +0100" startDate="2023-01-06 03:32:20 +0100" endDate="2023-01-06 03:32:23 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 07:48:51 +0100" startDate="2023-01-06 07:37:25 +0100" endDate="2023-01-06 07:47:24 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 07:58:52 +0100" startDate="2023-01-06 07:47:24 +0100" endDate="2023-01-06 07:55:30 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 08:10:50 +0100" startDate="2023-01-06 07:59:58 +0100" endDate="2023-01-06 08:07:47 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 09:30:21 +0100" startDate="2023-01-06 09:19:58 +0100" endDate="2023-01-06 09:24:51 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 11:00:35 +0100" startDate="2023-01-06 10:49:32 +0100" endDate="2023-01-06 10:49:43 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 13:22:12 +0100" startDate="2023-01-06 13:11:09 +0100" endDate="2023-01-06 13:11:12 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 15:05:48 +0100" startDate="2023-01-06 14:55:38 +0100" endDate="2023-01-06 15:05:32 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 15:25:06 +0100" startDate="2023-01-06 15:14:03 +0100" endDate="2023-01-06 15:18:46 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 16:07:27 +0100" startDate="2023-01-06 15:53:27 +0100" endDate="2023-01-06 15:54:44 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 16:16:31 +0100" startDate="2023-01-06 16:03:39 +0100" endDate="2023-01-06 16:04:04 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 16:32:27 +0100" startDate="2023-01-06 16:20:27 +0100" endDate="2023-01-06 16:30:23 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 16:46:09 +0100" startDate="2023-01-06 16:31:02 +0100" endDate="2023-01-06 16:34:58 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 17:38:12 +0100" startDate="2023-01-06 17:27:48 +0100" endDate="2023-01-06 17:34:58 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 17:54:27 +0100" startDate="2023-01-06 17:43:21 +0100" endDate="2023-01-06 17:53:22 +0100" value="536"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 18:04:25 +0100" startDate="2023-01-06 17:53:22 +0100" endDate="2023-01-06 17:59:32 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 18:31:45 +0100" startDate="2023-01-06 18:18:05 +0100" endDate="2023-01-06 18:26:04 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 19:41:45 +0100" startDate="2023-01-06 19:31:29 +0100" endDate="2023-01-06 19:41:23 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 19:59:47 +0100" startDate="2023-01-06 19:45:58 +0100" endDate="2023-01-06 19:46:18 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 20:13:33 +0100" startDate="2023-01-06 20:02:58 +0100" endDate="2023-01-06 20:08:30 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 20:33:43 +0100" startDate="2023-01-06 20:22:40 +0100" endDate="2023-01-06 20:32:27 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 20:44:04 +0100" startDate="2023-01-06 20:32:42 +0100" endDate="2023-01-06 20:37:20 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 21:07:14 +0100" startDate="2023-01-06 20:54:09 +0100" endDate="2023-01-06 20:55:17 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-06 22:25:01 +0100" startDate="2023-01-06 22:13:58 +0100" endDate="2023-01-06 22:15:09 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 10:09:33 +0100" startDate="2023-01-07 09:57:44 +0100" endDate="2023-01-07 10:07:43 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 10:20:29 +0100" startDate="2023-01-07 10:07:43 +0100" endDate="2023-01-07 10:08:31 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 11:05:43 +0100" startDate="2023-01-07 10:54:39 +0100" endDate="2023-01-07 11:04:38 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 11:15:49 +0100" startDate="2023-01-07 11:04:46 +0100" endDate="2023-01-07 11:10:30 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 11:37:27 +0100" startDate="2023-01-07 11:27:24 +0100" endDate="2023-01-07 11:37:25 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 11:51:55 +0100" startDate="2023-01-07 11:37:25 +0100" endDate="2023-01-07 11:47:13 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 12:00:42 +0100" startDate="2023-01-07 11:49:21 +0100" endDate="2023-01-07 11:52:55 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 12:29:42 +0100" startDate="2023-01-07 12:19:10 +0100" endDate="2023-01-07 12:19:53 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 13:39:55 +0100" startDate="2023-01-07 13:28:53 +0100" endDate="2023-01-07 13:37:36 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 15:23:41 +0100" startDate="2023-01-07 15:12:34 +0100" endDate="2023-01-07 15:22:35 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 15:33:47 +0100" startDate="2023-01-07 15:22:35 +0100" endDate="2023-01-07 15:22:37 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 16:05:14 +0100" startDate="2023-01-07 15:54:10 +0100" endDate="2023-01-07 16:03:51 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 16:53:48 +0100" startDate="2023-01-07 16:40:38 +0100" endDate="2023-01-07 16:43:42 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 17:57:44 +0100" startDate="2023-01-07 17:47:00 +0100" endDate="2023-01-07 17:49:18 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 19:29:40 +0100" startDate="2023-01-07 19:19:27 +0100" endDate="2023-01-07 19:20:05 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-07 22:15:36 +0100" startDate="2023-01-07 22:02:56 +0100" endDate="2023-01-07 22:08:41 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 14:11:48 +0100" startDate="2023-01-08 14:00:59 +0100" endDate="2023-01-08 14:10:17 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 14:23:42 +0100" startDate="2023-01-08 14:12:15 +0100" endDate="2023-01-08 14:14:45 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 14:36:49 +0100" startDate="2023-01-08 14:26:17 +0100" endDate="2023-01-08 14:33:38 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 14:47:42 +0100" startDate="2023-01-08 14:36:16 +0100" endDate="2023-01-08 14:45:29 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 14:57:15 +0100" startDate="2023-01-08 14:46:22 +0100" endDate="2023-01-08 14:47:44 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 15:35:12 +0100" startDate="2023-01-08 15:22:10 +0100" endDate="2023-01-08 15:31:43 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 15:46:04 +0100" startDate="2023-01-08 15:32:01 +0100" endDate="2023-01-08 15:41:31 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 15:54:45 +0100" startDate="2023-01-08 15:42:45 +0100" endDate="2023-01-08 15:49:48 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 16:04:12 +0100" startDate="2023-01-08 15:53:09 +0100" endDate="2023-01-08 15:54:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 16:20:47 +0100" startDate="2023-01-08 16:05:11 +0100" endDate="2023-01-08 16:05:44 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 16:32:48 +0100" startDate="2023-01-08 16:20:42 +0100" endDate="2023-01-08 16:30:13 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 16:44:03 +0100" startDate="2023-01-08 16:31:29 +0100" endDate="2023-01-08 16:31:37 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 16:53:43 +0100" startDate="2023-01-08 16:42:40 +0100" endDate="2023-01-08 16:46:17 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 17:16:52 +0100" startDate="2023-01-08 17:05:50 +0100" endDate="2023-01-08 17:07:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 17:50:36 +0100" startDate="2023-01-08 17:37:01 +0100" endDate="2023-01-08 17:40:23 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 18:13:42 +0100" startDate="2023-01-08 18:01:19 +0100" endDate="2023-01-08 18:07:38 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 19:16:53 +0100" startDate="2023-01-08 19:05:47 +0100" endDate="2023-01-08 19:14:17 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 19:30:38 +0100" startDate="2023-01-08 19:19:36 +0100" endDate="2023-01-08 19:24:51 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 19:41:02 +0100" startDate="2023-01-08 19:30:09 +0100" endDate="2023-01-08 19:34:06 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 20:27:59 +0100" startDate="2023-01-08 20:17:24 +0100" endDate="2023-01-08 20:23:56 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 20:40:36 +0100" startDate="2023-01-08 20:27:17 +0100" endDate="2023-01-08 20:36:12 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 22:03:33 +0100" startDate="2023-01-08 21:52:28 +0100" endDate="2023-01-08 21:59:59 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 22:14:59 +0100" startDate="2023-01-08 22:04:39 +0100" endDate="2023-01-08 22:04:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-08 22:43:27 +0100" startDate="2023-01-08 22:33:14 +0100" endDate="2023-01-08 22:33:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 07:23:14 +0100" startDate="2023-01-09 07:12:11 +0100" endDate="2023-01-09 07:12:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 08:30:59 +0100" startDate="2023-01-09 08:19:56 +0100" endDate="2023-01-09 08:20:55 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 09:17:13 +0100" startDate="2023-01-09 09:06:10 +0100" endDate="2023-01-09 09:14:52 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 09:27:14 +0100" startDate="2023-01-09 09:16:11 +0100" endDate="2023-01-09 09:17:38 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 10:10:53 +0100" startDate="2023-01-09 10:00:45 +0100" endDate="2023-01-09 10:06:52 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 11:05:05 +0100" startDate="2023-01-09 10:54:45 +0100" endDate="2023-01-09 10:58:04 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 11:54:52 +0100" startDate="2023-01-09 11:44:44 +0100" endDate="2023-01-09 11:44:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 13:22:14 +0100" startDate="2023-01-09 13:11:11 +0100" endDate="2023-01-09 13:21:12 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 13:32:15 +0100" startDate="2023-01-09 13:21:12 +0100" endDate="2023-01-09 13:29:57 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 13:54:31 +0100" startDate="2023-01-09 13:44:08 +0100" endDate="2023-01-09 13:50:15 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 16:25:57 +0100" startDate="2023-01-09 16:15:32 +0100" endDate="2023-01-09 16:21:39 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 16:39:36 +0100" startDate="2023-01-09 16:28:34 +0100" endDate="2023-01-09 16:30:21 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 16:51:05 +0100" startDate="2023-01-09 16:40:55 +0100" endDate="2023-01-09 16:46:34 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 17:33:11 +0100" startDate="2023-01-09 17:23:02 +0100" endDate="2023-01-09 17:25:19 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-09 22:41:44 +0100" startDate="2023-01-09 22:31:31 +0100" endDate="2023-01-09 22:31:42 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 08:04:54 +0100" startDate="2023-01-10 07:53:51 +0100" endDate="2023-01-10 07:53:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 08:26:12 +0100" startDate="2023-01-10 08:15:39 +0100" endDate="2023-01-10 08:19:18 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 09:10:26 +0100" startDate="2023-01-10 08:59:43 +0100" endDate="2023-01-10 09:06:02 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 09:24:17 +0100" startDate="2023-01-10 09:14:11 +0100" endDate="2023-01-10 09:16:26 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 09:59:58 +0100" startDate="2023-01-10 09:49:32 +0100" endDate="2023-01-10 09:59:32 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 10:09:49 +0100" startDate="2023-01-10 09:59:32 +0100" endDate="2023-01-10 10:09:33 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 10:19:40 +0100" startDate="2023-01-10 10:09:33 +0100" endDate="2023-01-10 10:10:03 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 12:09:18 +0100" startDate="2023-01-10 11:58:15 +0100" endDate="2023-01-10 12:00:35 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 13:19:41 +0100" startDate="2023-01-10 13:08:39 +0100" endDate="2023-01-10 13:18:22 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 13:47:21 +0100" startDate="2023-01-10 13:36:18 +0100" endDate="2023-01-10 13:37:04 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 14:07:03 +0100" startDate="2023-01-10 13:56:00 +0100" endDate="2023-01-10 13:56:46 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 14:19:28 +0100" startDate="2023-01-10 14:09:17 +0100" endDate="2023-01-10 14:12:26 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 16:17:55 +0100" startDate="2023-01-10 16:07:45 +0100" endDate="2023-01-10 16:12:53 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 17:10:35 +0100" startDate="2023-01-10 16:59:32 +0100" endDate="2023-01-10 17:01:06 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 19:12:09 +0100" startDate="2023-01-10 19:02:03 +0100" endDate="2023-01-10 19:12:02 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 19:23:22 +0100" startDate="2023-01-10 19:12:20 +0100" endDate="2023-01-10 19:22:00 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 19:34:12 +0100" startDate="2023-01-10 19:23:09 +0100" endDate="2023-01-10 19:32:52 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-10 19:44:25 +0100" startDate="2023-01-10 19:33:25 +0100" endDate="2023-01-10 19:41:01 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 08:46:44 +0100" startDate="2023-01-11 08:36:00 +0100" endDate="2023-01-11 08:44:27 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 08:57:36 +0100" startDate="2023-01-11 08:47:00 +0100" endDate="2023-01-11 08:56:25 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 09:48:33 +0100" startDate="2023-01-11 09:37:30 +0100" endDate="2023-01-11 09:46:53 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 09:58:34 +0100" startDate="2023-01-11 09:47:31 +0100" endDate="2023-01-11 09:47:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 10:18:27 +0100" startDate="2023-01-11 10:08:19 +0100" endDate="2023-01-11 10:17:39 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 10:55:46 +0100" startDate="2023-01-11 10:45:13 +0100" endDate="2023-01-11 10:49:20 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 12:04:16 +0100" startDate="2023-01-11 11:53:13 +0100" endDate="2023-01-11 12:03:14 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 12:14:17 +0100" startDate="2023-01-11 12:03:14 +0100" endDate="2023-01-11 12:13:15 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 12:24:18 +0100" startDate="2023-01-11 12:13:15 +0100" endDate="2023-01-11 12:23:16 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 12:34:19 +0100" startDate="2023-01-11 12:23:16 +0100" endDate="2023-01-11 12:33:15 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 12:44:18 +0100" startDate="2023-01-11 12:33:15 +0100" endDate="2023-01-11 12:43:16 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 12:53:50 +0100" startDate="2023-01-11 12:43:16 +0100" endDate="2023-01-11 12:53:05 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 13:03:31 +0100" startDate="2023-01-11 12:53:20 +0100" endDate="2023-01-11 13:00:36 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 14:09:11 +0100" startDate="2023-01-11 13:59:04 +0100" endDate="2023-01-11 14:03:59 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 14:21:42 +0100" startDate="2023-01-11 14:10:39 +0100" endDate="2023-01-11 14:15:47 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 15:18:17 +0100" startDate="2023-01-11 15:08:07 +0100" endDate="2023-01-11 15:15:58 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 16:45:56 +0100" startDate="2023-01-11 16:34:54 +0100" endDate="2023-01-11 16:44:39 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 16:56:07 +0100" startDate="2023-01-11 16:45:05 +0100" endDate="2023-01-11 16:51:47 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 17:36:57 +0100" startDate="2023-01-11 17:25:54 +0100" endDate="2023-01-11 17:31:38 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 19:01:05 +0100" startDate="2023-01-11 18:50:03 +0100" endDate="2023-01-11 18:56:02 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 19:24:40 +0100" startDate="2023-01-11 19:14:27 +0100" endDate="2023-01-11 19:15:29 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-11 20:33:54 +0100" startDate="2023-01-11 20:22:52 +0100" endDate="2023-01-11 20:24:00 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 06:45:50 +0100" startDate="2023-01-12 06:34:27 +0100" endDate="2023-01-12 06:41:01 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 06:56:57 +0100" startDate="2023-01-12 06:45:37 +0100" endDate="2023-01-12 06:45:42 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 07:14:55 +0100" startDate="2023-01-12 07:02:18 +0100" endDate="2023-01-12 07:02:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 07:42:09 +0100" startDate="2023-01-12 07:30:37 +0100" endDate="2023-01-12 07:40:31 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 08:37:37 +0100" startDate="2023-01-12 08:26:34 +0100" endDate="2023-01-12 08:34:58 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 08:51:53 +0100" startDate="2023-01-12 08:38:04 +0100" endDate="2023-01-12 08:42:39 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 09:44:18 +0100" startDate="2023-01-12 09:30:10 +0100" endDate="2023-01-12 09:35:23 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 09:59:01 +0100" startDate="2023-01-12 09:45:03 +0100" endDate="2023-01-12 09:45:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 11:29:44 +0100" startDate="2023-01-12 11:15:50 +0100" endDate="2023-01-12 11:16:06 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 11:45:01 +0100" startDate="2023-01-12 11:31:00 +0100" endDate="2023-01-12 11:35:22 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 13:17:42 +0100" startDate="2023-01-12 13:06:56 +0100" endDate="2023-01-12 13:14:42 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 13:30:49 +0100" startDate="2023-01-12 13:19:43 +0100" endDate="2023-01-12 13:20:03 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 14:05:57 +0100" startDate="2023-01-12 13:53:45 +0100" endDate="2023-01-12 14:01:06 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 15:17:05 +0100" startDate="2023-01-12 15:01:31 +0100" endDate="2023-01-12 15:03:52 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 16:46:08 +0100" startDate="2023-01-12 16:35:05 +0100" endDate="2023-01-12 16:35:10 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 17:25:41 +0100" startDate="2023-01-12 17:14:38 +0100" endDate="2023-01-12 17:24:27 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 17:35:42 +0100" startDate="2023-01-12 17:24:39 +0100" endDate="2023-01-12 17:29:22 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 18:25:05 +0100" startDate="2023-01-12 18:14:12 +0100" endDate="2023-01-12 18:18:44 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 18:43:44 +0100" startDate="2023-01-12 18:30:02 +0100" endDate="2023-01-12 18:36:06 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 19:34:05 +0100" startDate="2023-01-12 19:22:52 +0100" endDate="2023-01-12 19:28:38 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 20:00:47 +0100" startDate="2023-01-12 19:49:44 +0100" endDate="2023-01-12 19:49:46 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 21:00:27 +0100" startDate="2023-01-12 20:49:48 +0100" endDate="2023-01-12 20:59:26 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-12 22:43:30 +0100" startDate="2023-01-12 22:33:22 +0100" endDate="2023-01-12 22:33:45 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 07:24:15 +0100" startDate="2023-01-13 07:13:13 +0100" endDate="2023-01-13 07:16:31 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 07:36:50 +0100" startDate="2023-01-13 07:25:47 +0100" endDate="2023-01-13 07:26:15 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 08:05:09 +0100" startDate="2023-01-13 07:54:06 +0100" endDate="2023-01-13 07:54:31 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 09:34:19 +0100" startDate="2023-01-13 09:24:14 +0100" endDate="2023-01-13 09:24:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 10:02:15 +0100" startDate="2023-01-13 09:51:47 +0100" endDate="2023-01-13 09:52:20 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 11:21:54 +0100" startDate="2023-01-13 11:11:33 +0100" endDate="2023-01-13 11:21:34 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 11:31:45 +0100" startDate="2023-01-13 11:21:34 +0100" endDate="2023-01-13 11:31:35 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 11:42:38 +0100" startDate="2023-01-13 11:31:35 +0100" endDate="2023-01-13 11:31:38 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 12:05:11 +0100" startDate="2023-01-13 11:54:38 +0100" endDate="2023-01-13 12:04:32 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 12:27:23 +0100" startDate="2023-01-13 12:16:20 +0100" endDate="2023-01-13 12:16:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 13:32:10 +0100" startDate="2023-01-13 13:18:14 +0100" endDate="2023-01-13 13:22:11 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 13:47:02 +0100" startDate="2023-01-13 13:35:59 +0100" endDate="2023-01-13 13:39:46 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 14:30:49 +0100" startDate="2023-01-13 14:18:26 +0100" endDate="2023-01-13 14:28:27 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 14:40:47 +0100" startDate="2023-01-13 14:28:27 +0100" endDate="2023-01-13 14:35:30 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 15:47:15 +0100" startDate="2023-01-13 15:37:07 +0100" endDate="2023-01-13 15:43:57 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 16:32:25 +0100" startDate="2023-01-13 16:20:30 +0100" endDate="2023-01-13 16:22:58 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 17:14:38 +0100" startDate="2023-01-13 17:00:01 +0100" endDate="2023-01-13 17:00:04 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 17:38:34 +0100" startDate="2023-01-13 17:27:32 +0100" endDate="2023-01-13 17:30:53 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 18:50:47 +0100" startDate="2023-01-13 18:38:32 +0100" endDate="2023-01-13 18:46:06 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 19:03:08 +0100" startDate="2023-01-13 18:49:37 +0100" endDate="2023-01-13 18:59:21 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 19:11:35 +0100" startDate="2023-01-13 18:59:41 +0100" endDate="2023-01-13 19:08:46 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 19:23:40 +0100" startDate="2023-01-13 19:09:50 +0100" endDate="2023-01-13 19:10:02 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-13 21:52:32 +0100" startDate="2023-01-13 21:41:29 +0100" endDate="2023-01-13 21:44:47 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 07:38:37 +0100" startDate="2023-01-14 07:26:23 +0100" endDate="2023-01-14 07:27:26 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 08:28:50 +0100" startDate="2023-01-14 08:17:21 +0100" endDate="2023-01-14 08:20:50 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 08:39:15 +0100" startDate="2023-01-14 08:27:58 +0100" endDate="2023-01-14 08:29:27 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 08:55:32 +0100" startDate="2023-01-14 08:43:12 +0100" endDate="2023-01-14 08:50:58 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 09:09:54 +0100" startDate="2023-01-14 08:55:08 +0100" endDate="2023-01-14 08:57:13 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 12:37:25 +0100" startDate="2023-01-14 12:26:26 +0100" endDate="2023-01-14 12:35:00 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 12:58:12 +0100" startDate="2023-01-14 12:45:39 +0100" endDate="2023-01-14 12:50:24 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 13:29:06 +0100" startDate="2023-01-14 13:17:48 +0100" endDate="2023-01-14 13:26:56 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 13:38:54 +0100" startDate="2023-01-14 13:28:41 +0100" endDate="2023-01-14 13:34:22 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 13:59:15 +0100" startDate="2023-01-14 13:47:19 +0100" endDate="2023-01-14 13:56:30 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 14:08:34 +0100" startDate="2023-01-14 13:57:31 +0100" endDate="2023-01-14 13:59:15 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 15:23:23 +0100" startDate="2023-01-14 15:11:39 +0100" endDate="2023-01-14 15:21:38 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 15:36:08 +0100" startDate="2023-01-14 15:21:38 +0100" endDate="2023-01-14 15:31:26 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 15:56:47 +0100" startDate="2023-01-14 15:46:31 +0100" endDate="2023-01-14 15:56:32 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 16:08:23 +0100" startDate="2023-01-14 15:56:32 +0100" endDate="2023-01-14 16:05:30 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 16:44:09 +0100" startDate="2023-01-14 16:32:05 +0100" endDate="2023-01-14 16:39:59 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 17:25:48 +0100" startDate="2023-01-14 17:14:34 +0100" endDate="2023-01-14 17:17:52 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-14 22:16:43 +0100" startDate="2023-01-14 22:05:40 +0100" endDate="2023-01-14 22:06:08 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 05:55:21 +0100" startDate="2023-01-15 05:44:18 +0100" endDate="2023-01-15 05:44:31 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 10:31:31 +0100" startDate="2023-01-15 10:21:16 +0100" endDate="2023-01-15 10:21:41 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 11:33:15 +0100" startDate="2023-01-15 11:19:42 +0100" endDate="2023-01-15 11:27:05 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 11:59:33 +0100" startDate="2023-01-15 11:46:04 +0100" endDate="2023-01-15 11:46:06 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 12:17:54 +0100" startDate="2023-01-15 12:04:46 +0100" endDate="2023-01-15 12:04:57 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 13:20:13 +0100" startDate="2023-01-15 13:09:29 +0100" endDate="2023-01-15 13:19:15 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 13:30:44 +0100" startDate="2023-01-15 13:19:56 +0100" endDate="2023-01-15 13:22:13 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 14:47:51 +0100" startDate="2023-01-15 14:36:48 +0100" endDate="2023-01-15 14:38:48 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 15:03:56 +0100" startDate="2023-01-15 14:53:05 +0100" endDate="2023-01-15 15:00:31 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 15:53:27 +0100" startDate="2023-01-15 15:40:04 +0100" endDate="2023-01-15 15:48:41 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 16:08:27 +0100" startDate="2023-01-15 15:55:37 +0100" endDate="2023-01-15 16:04:09 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 16:54:15 +0100" startDate="2023-01-15 16:41:23 +0100" endDate="2023-01-15 16:51:24 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 17:02:59 +0100" startDate="2023-01-15 16:51:24 +0100" endDate="2023-01-15 17:01:25 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 17:12:51 +0100" startDate="2023-01-15 17:01:25 +0100" endDate="2023-01-15 17:10:13 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 18:15:39 +0100" startDate="2023-01-15 18:04:41 +0100" endDate="2023-01-15 18:04:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 18:56:39 +0100" startDate="2023-01-15 18:44:54 +0100" endDate="2023-01-15 18:51:52 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-15 19:20:55 +0100" startDate="2023-01-15 19:05:42 +0100" endDate="2023-01-15 19:14:24 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 06:31:34 +0100" startDate="2023-01-16 06:19:55 +0100" endDate="2023-01-16 06:20:00 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 08:02:48 +0100" startDate="2023-01-16 07:51:36 +0100" endDate="2023-01-16 07:59:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 08:24:03 +0100" startDate="2023-01-16 08:13:47 +0100" endDate="2023-01-16 08:20:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 08:36:46 +0100" startDate="2023-01-16 08:25:44 +0100" endDate="2023-01-16 08:28:27 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 08:48:10 +0100" startDate="2023-01-16 08:36:56 +0100" endDate="2023-01-16 08:45:59 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 08:58:36 +0100" startDate="2023-01-16 08:47:33 +0100" endDate="2023-01-16 08:49:33 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 09:41:14 +0100" startDate="2023-01-16 09:26:43 +0100" endDate="2023-01-16 09:33:23 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 11:08:16 +0100" startDate="2023-01-16 10:55:20 +0100" endDate="2023-01-16 11:02:30 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 11:28:48 +0100" startDate="2023-01-16 11:17:22 +0100" endDate="2023-01-16 11:24:14 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 11:58:38 +0100" startDate="2023-01-16 11:46:16 +0100" endDate="2023-01-16 11:46:21 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 13:32:14 +0100" startDate="2023-01-16 13:22:07 +0100" endDate="2023-01-16 13:28:06 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 13:52:20 +0100" startDate="2023-01-16 13:41:21 +0100" endDate="2023-01-16 13:48:01 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 14:13:28 +0100" startDate="2023-01-16 14:03:14 +0100" endDate="2023-01-16 14:13:15 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 14:30:17 +0100" startDate="2023-01-16 14:13:25 +0100" endDate="2023-01-16 14:19:12 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 16:17:05 +0100" startDate="2023-01-16 16:06:07 +0100" endDate="2023-01-16 16:13:09 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 16:28:13 +0100" startDate="2023-01-16 16:16:56 +0100" endDate="2023-01-16 16:25:02 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 16:39:03 +0100" startDate="2023-01-16 16:27:00 +0100" endDate="2023-01-16 16:27:02 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 17:34:25 +0100" startDate="2023-01-16 17:23:12 +0100" endDate="2023-01-16 17:26:12 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 17:49:27 +0100" startDate="2023-01-16 17:38:25 +0100" endDate="2023-01-16 17:38:27 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 18:09:13 +0100" startDate="2023-01-16 17:58:50 +0100" endDate="2023-01-16 18:07:45 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 18:24:15 +0100" startDate="2023-01-16 18:11:50 +0100" endDate="2023-01-16 18:12:56 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 19:12:50 +0100" startDate="2023-01-16 18:56:51 +0100" endDate="2023-01-16 19:06:52 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 19:17:56 +0100" startDate="2023-01-16 19:07:02 +0100" endDate="2023-01-16 19:15:31 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 19:40:33 +0100" startDate="2023-01-16 19:28:08 +0100" endDate="2023-01-16 19:28:13 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-16 21:47:01 +0100" startDate="2023-01-16 21:33:30 +0100" endDate="2023-01-16 21:33:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 10:57:40 +0100" startDate="2023-01-17 10:46:24 +0100" endDate="2023-01-17 10:46:26 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 14:56:27 +0100" startDate="2023-01-17 14:44:42 +0100" endDate="2023-01-17 14:44:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 16:45:59 +0100" startDate="2023-01-17 16:33:53 +0100" endDate="2023-01-17 16:43:54 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 16:54:05 +0100" startDate="2023-01-17 16:43:54 +0100" endDate="2023-01-17 16:53:55 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 17:04:58 +0100" startDate="2023-01-17 16:53:55 +0100" endDate="2023-01-17 17:03:54 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 17:16:11 +0100" startDate="2023-01-17 17:03:54 +0100" endDate="2023-01-17 17:13:45 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 17:25:21 +0100" startDate="2023-01-17 17:14:10 +0100" endDate="2023-01-17 17:22:37 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 17:36:03 +0100" startDate="2023-01-17 17:25:53 +0100" endDate="2023-01-17 17:35:49 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 17:47:20 +0100" startDate="2023-01-17 17:36:17 +0100" endDate="2023-01-17 17:44:26 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 19:04:58 +0100" startDate="2023-01-17 18:53:56 +0100" endDate="2023-01-17 18:53:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 20:39:52 +0100" startDate="2023-01-17 20:28:12 +0100" endDate="2023-01-17 20:33:12 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 20:52:37 +0100" startDate="2023-01-17 20:38:44 +0100" endDate="2023-01-17 20:47:49 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 21:04:28 +0100" startDate="2023-01-17 20:48:57 +0100" endDate="2023-01-17 20:58:18 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 21:11:28 +0100" startDate="2023-01-17 21:00:08 +0100" endDate="2023-01-17 21:07:26 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-17 21:24:23 +0100" startDate="2023-01-17 21:10:57 +0100" endDate="2023-01-17 21:12:09 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 08:14:17 +0100" startDate="2023-01-18 08:03:51 +0100" endDate="2023-01-18 08:04:11 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 08:46:26 +0100" startDate="2023-01-18 08:33:58 +0100" endDate="2023-01-18 08:38:18 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 09:31:07 +0100" startDate="2023-01-18 09:19:57 +0100" endDate="2023-01-18 09:27:22 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 11:01:27 +0100" startDate="2023-01-18 10:49:57 +0100" endDate="2023-01-18 10:52:37 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 13:11:24 +0100" startDate="2023-01-18 12:59:31 +0100" endDate="2023-01-18 13:09:32 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 13:23:17 +0100" startDate="2023-01-18 13:09:32 +0100" endDate="2023-01-18 13:16:48 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 14:06:43 +0100" startDate="2023-01-18 13:55:20 +0100" endDate="2023-01-18 14:01:50 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 14:21:18 +0100" startDate="2023-01-18 14:06:10 +0100" endDate="2023-01-18 14:08:09 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 17:28:21 +0100" startDate="2023-01-18 17:14:55 +0100" endDate="2023-01-18 17:21:50 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 17:52:36 +0100" startDate="2023-01-18 17:39:57 +0100" endDate="2023-01-18 17:40:09 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 18:12:43 +0100" startDate="2023-01-18 17:59:41 +0100" endDate="2023-01-18 18:04:11 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 18:28:07 +0100" startDate="2023-01-18 18:15:18 +0100" endDate="2023-01-18 18:25:12 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 19:31:13 +0100" startDate="2023-01-18 19:19:02 +0100" endDate="2023-01-18 19:28:28 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 19:40:50 +0100" startDate="2023-01-18 19:29:57 +0100" endDate="2023-01-18 19:30:02 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-18 22:04:41 +0100" startDate="2023-01-18 21:50:16 +0100" endDate="2023-01-18 21:50:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 02:17:51 +0100" startDate="2023-01-19 02:07:15 +0100" endDate="2023-01-19 02:07:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 05:50:52 +0100" startDate="2023-01-19 05:38:53 +0100" endDate="2023-01-19 05:39:08 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 06:47:02 +0100" startDate="2023-01-19 06:36:00 +0100" endDate="2023-01-19 06:36:25 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 06:57:27 +0100" startDate="2023-01-19 06:46:24 +0100" endDate="2023-01-19 06:54:38 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 07:21:45 +0100" startDate="2023-01-19 07:10:52 +0100" endDate="2023-01-19 07:15:09 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 08:25:32 +0100" startDate="2023-01-19 08:14:30 +0100" endDate="2023-01-19 08:14:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 09:29:17 +0100" startDate="2023-01-19 09:15:47 +0100" endDate="2023-01-19 09:25:26 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 09:37:40 +0100" startDate="2023-01-19 09:26:14 +0100" endDate="2023-01-19 09:36:14 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 09:47:16 +0100" startDate="2023-01-19 09:36:14 +0100" endDate="2023-01-19 09:36:49 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 12:52:48 +0100" startDate="2023-01-19 12:42:40 +0100" endDate="2023-01-19 12:48:03 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 13:10:47 +0100" startDate="2023-01-19 12:58:02 +0100" endDate="2023-01-19 13:01:26 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 13:34:54 +0100" startDate="2023-01-19 13:23:51 +0100" endDate="2023-01-19 13:23:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 13:45:20 +0100" startDate="2023-01-19 13:35:09 +0100" endDate="2023-01-19 13:43:26 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 13:59:52 +0100" startDate="2023-01-19 13:46:15 +0100" endDate="2023-01-19 13:50:07 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 15:41:37 +0100" startDate="2023-01-19 15:30:55 +0100" endDate="2023-01-19 15:40:05 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 15:55:35 +0100" startDate="2023-01-19 15:44:32 +0100" endDate="2023-01-19 15:53:32 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 16:08:10 +0100" startDate="2023-01-19 15:55:11 +0100" endDate="2023-01-19 16:05:13 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 16:16:15 +0100" startDate="2023-01-19 16:05:13 +0100" endDate="2023-01-19 16:05:20 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 16:29:45 +0100" startDate="2023-01-19 16:18:42 +0100" endDate="2023-01-19 16:28:43 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 16:39:51 +0100" startDate="2023-01-19 16:28:43 +0100" endDate="2023-01-19 16:38:44 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 16:49:47 +0100" startDate="2023-01-19 16:38:44 +0100" endDate="2023-01-19 16:39:48 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 17:01:13 +0100" startDate="2023-01-19 16:50:10 +0100" endDate="2023-01-19 16:59:20 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 17:24:25 +0100" startDate="2023-01-19 17:12:07 +0100" endDate="2023-01-19 17:14:12 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 17:35:34 +0100" startDate="2023-01-19 17:24:26 +0100" endDate="2023-01-19 17:32:43 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 17:45:51 +0100" startDate="2023-01-19 17:34:58 +0100" endDate="2023-01-19 17:35:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 18:37:59 +0100" startDate="2023-01-19 18:23:56 +0100" endDate="2023-01-19 18:33:21 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 18:46:46 +0100" startDate="2023-01-19 18:34:45 +0100" endDate="2023-01-19 18:35:31 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 19:40:23 +0100" startDate="2023-01-19 19:26:40 +0100" endDate="2023-01-19 19:28:40 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 19:53:10 +0100" startDate="2023-01-19 19:42:07 +0100" endDate="2023-01-19 19:49:56 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 22:00:43 +0100" startDate="2023-01-19 21:46:29 +0100" endDate="2023-01-19 21:49:07 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 22:15:58 +0100" startDate="2023-01-19 22:00:12 +0100" endDate="2023-01-19 22:01:46 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 22:44:18 +0100" startDate="2023-01-19 22:32:08 +0100" endDate="2023-01-19 22:42:09 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 22:53:12 +0100" startDate="2023-01-19 22:42:09 +0100" endDate="2023-01-19 22:43:59 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-19 23:31:28 +0100" startDate="2023-01-19 23:19:13 +0100" endDate="2023-01-19 23:20:40 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 07:09:28 +0100" startDate="2023-01-20 06:57:20 +0100" endDate="2023-01-20 07:07:13 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 07:19:35 +0100" startDate="2023-01-20 07:08:32 +0100" endDate="2023-01-20 07:14:21 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 08:20:03 +0100" startDate="2023-01-20 08:09:05 +0100" endDate="2023-01-20 08:17:47 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 08:30:07 +0100" startDate="2023-01-20 08:19:09 +0100" endDate="2023-01-20 08:29:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 08:40:12 +0100" startDate="2023-01-20 08:29:10 +0100" endDate="2023-01-20 08:29:58 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 08:55:02 +0100" startDate="2023-01-20 08:44:49 +0100" endDate="2023-01-20 08:45:09 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 09:07:25 +0100" startDate="2023-01-20 08:55:49 +0100" endDate="2023-01-20 08:56:07 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 11:09:49 +0100" startDate="2023-01-20 10:59:44 +0100" endDate="2023-01-20 10:59:54 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 11:24:24 +0100" startDate="2023-01-20 11:14:02 +0100" endDate="2023-01-20 11:23:53 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 11:35:11 +0100" startDate="2023-01-20 11:24:09 +0100" endDate="2023-01-20 11:24:55 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 12:58:04 +0100" startDate="2023-01-20 12:47:01 +0100" endDate="2023-01-20 12:53:09 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 13:22:16 +0100" startDate="2023-01-20 13:12:08 +0100" endDate="2023-01-20 13:21:41 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 13:36:11 +0100" startDate="2023-01-20 13:23:21 +0100" endDate="2023-01-20 13:31:24 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 15:43:10 +0100" startDate="2023-01-20 15:30:22 +0100" endDate="2023-01-20 15:40:00 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 15:51:33 +0100" startDate="2023-01-20 15:40:31 +0100" endDate="2023-01-20 15:48:07 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 16:38:59 +0100" startDate="2023-01-20 16:26:34 +0100" endDate="2023-01-20 16:26:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 17:13:14 +0100" startDate="2023-01-20 16:58:36 +0100" endDate="2023-01-20 16:59:45 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 17:21:12 +0100" startDate="2023-01-20 17:10:09 +0100" endDate="2023-01-20 17:14:59 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 18:42:12 +0100" startDate="2023-01-20 18:30:25 +0100" endDate="2023-01-20 18:31:46 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 19:41:16 +0100" startDate="2023-01-20 19:30:39 +0100" endDate="2023-01-20 19:40:40 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 19:54:21 +0100" startDate="2023-01-20 19:40:48 +0100" endDate="2023-01-20 19:44:09 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 20:48:07 +0100" startDate="2023-01-20 20:36:49 +0100" endDate="2023-01-20 20:46:50 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 21:00:56 +0100" startDate="2023-01-20 20:46:50 +0100" endDate="2023-01-20 20:51:10 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-20 21:12:27 +0100" startDate="2023-01-20 21:00:10 +0100" endDate="2023-01-20 21:01:06 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 00:25:24 +0100" startDate="2023-01-21 00:12:24 +0100" endDate="2023-01-21 00:17:40 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 00:37:19 +0100" startDate="2023-01-21 00:25:08 +0100" endDate="2023-01-21 00:29:35 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 08:37:45 +0100" startDate="2023-01-21 08:26:42 +0100" endDate="2023-01-21 08:27:30 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 09:23:40 +0100" startDate="2023-01-21 09:12:38 +0100" endDate="2023-01-21 09:21:53 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 10:46:08 +0100" startDate="2023-01-21 10:36:01 +0100" endDate="2023-01-21 10:45:56 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 10:56:21 +0100" startDate="2023-01-21 10:46:01 +0100" endDate="2023-01-21 10:46:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 11:14:26 +0100" startDate="2023-01-21 11:03:24 +0100" endDate="2023-01-21 11:03:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 12:01:34 +0100" startDate="2023-01-21 11:48:44 +0100" endDate="2023-01-21 11:48:54 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 12:33:18 +0100" startDate="2023-01-21 12:23:08 +0100" endDate="2023-01-21 12:32:16 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 12:50:08 +0100" startDate="2023-01-21 12:37:49 +0100" endDate="2023-01-21 12:47:51 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 12:59:54 +0100" startDate="2023-01-21 12:47:51 +0100" endDate="2023-01-21 12:49:55 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 13:33:48 +0100" startDate="2023-01-21 13:21:50 +0100" endDate="2023-01-21 13:21:55 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 14:08:20 +0100" startDate="2023-01-21 13:58:07 +0100" endDate="2023-01-21 14:08:08 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 14:19:25 +0100" startDate="2023-01-21 14:08:08 +0100" endDate="2023-01-21 14:09:40 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 14:32:23 +0100" startDate="2023-01-21 14:19:30 +0100" endDate="2023-01-21 14:25:45 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 14:53:16 +0100" startDate="2023-01-21 14:42:02 +0100" endDate="2023-01-21 14:50:10 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 15:14:17 +0100" startDate="2023-01-21 15:03:15 +0100" endDate="2023-01-21 15:13:13 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 15:24:39 +0100" startDate="2023-01-21 15:13:16 +0100" endDate="2023-01-21 15:23:12 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 15:37:55 +0100" startDate="2023-01-21 15:23:27 +0100" endDate="2023-01-21 15:30:51 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 15:57:51 +0100" startDate="2023-01-21 15:44:49 +0100" endDate="2023-01-21 15:46:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 16:12:46 +0100" startDate="2023-01-21 16:00:34 +0100" endDate="2023-01-21 16:09:29 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 16:22:03 +0100" startDate="2023-01-21 16:11:45 +0100" endDate="2023-01-21 16:19:03 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 16:36:41 +0100" startDate="2023-01-21 16:23:49 +0100" endDate="2023-01-21 16:26:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 16:54:07 +0100" startDate="2023-01-21 16:43:04 +0100" endDate="2023-01-21 16:52:38 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 17:08:37 +0100" startDate="2023-01-21 16:57:34 +0100" endDate="2023-01-21 16:58:05 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 17:39:20 +0100" startDate="2023-01-21 17:25:05 +0100" endDate="2023-01-21 17:34:49 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 18:39:45 +0100" startDate="2023-01-21 18:28:42 +0100" endDate="2023-01-21 18:38:43 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-21 18:49:55 +0100" startDate="2023-01-21 18:38:43 +0100" endDate="2023-01-21 18:39:27 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 01:42:17 +0100" startDate="2023-01-22 01:28:44 +0100" endDate="2023-01-22 01:29:24 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 09:40:50 +0100" startDate="2023-01-22 09:24:47 +0100" endDate="2023-01-22 09:30:21 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 09:53:04 +0100" startDate="2023-01-22 09:41:51 +0100" endDate="2023-01-22 09:45:00 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 10:14:20 +0100" startDate="2023-01-22 09:57:03 +0100" endDate="2023-01-22 10:04:18 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 10:30:23 +0100" startDate="2023-01-22 10:17:42 +0100" endDate="2023-01-22 10:20:43 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 10:45:47 +0100" startDate="2023-01-22 10:33:07 +0100" endDate="2023-01-22 10:37:15 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 11:02:30 +0100" startDate="2023-01-22 10:44:22 +0100" endDate="2023-01-22 10:51:06 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 11:31:07 +0100" startDate="2023-01-22 11:20:13 +0100" endDate="2023-01-22 11:30:07 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 11:42:15 +0100" startDate="2023-01-22 11:31:23 +0100" endDate="2023-01-22 11:41:21 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 11:52:11 +0100" startDate="2023-01-22 11:41:24 +0100" endDate="2023-01-22 11:51:15 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 12:03:16 +0100" startDate="2023-01-22 11:51:33 +0100" endDate="2023-01-22 12:01:21 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 12:12:32 +0100" startDate="2023-01-22 12:01:34 +0100" endDate="2023-01-22 12:11:23 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 12:23:21 +0100" startDate="2023-01-22 12:11:38 +0100" endDate="2023-01-22 12:18:18 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 12:55:21 +0100" startDate="2023-01-22 12:43:30 +0100" endDate="2023-01-22 12:53:13 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 13:05:26 +0100" startDate="2023-01-22 12:53:44 +0100" endDate="2023-01-22 12:53:46 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 13:56:20 +0100" startDate="2023-01-22 13:45:14 +0100" endDate="2023-01-22 13:51:23 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 14:11:29 +0100" startDate="2023-01-22 14:00:06 +0100" endDate="2023-01-22 14:10:07 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 14:21:09 +0100" startDate="2023-01-22 14:10:07 +0100" endDate="2023-01-22 14:10:19 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 21:47:22 +0100" startDate="2023-01-22 21:32:05 +0100" endDate="2023-01-22 21:35:16 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-22 21:59:44 +0100" startDate="2023-01-22 21:48:42 +0100" endDate="2023-01-22 21:51:30 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-23 05:02:54 +0100" startDate="2023-01-23 04:52:42 +0100" endDate="2023-01-23 04:53:25 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-23 08:52:49 +0100" startDate="2023-01-23 08:42:26 +0100" endDate="2023-01-23 08:48:46 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-23 17:03:14 +0100" startDate="2023-01-23 16:52:11 +0100" endDate="2023-01-23 16:52:32 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-23 17:19:20 +0100" startDate="2023-01-23 17:04:30 +0100" endDate="2023-01-23 17:08:07 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-23 21:54:20 +0100" startDate="2023-01-23 21:44:07 +0100" endDate="2023-01-23 21:44:40 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-24 09:31:58 +0100" startDate="2023-01-24 09:20:55 +0100" endDate="2023-01-24 09:21:11 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-24 09:43:58 +0100" startDate="2023-01-24 09:33:48 +0100" endDate="2023-01-24 09:34:21 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-24 09:56:58 +0100" startDate="2023-01-24 09:46:48 +0100" endDate="2023-01-24 09:47:36 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-24 21:33:23 +0100" startDate="2023-01-24 21:23:17 +0100" endDate="2023-01-24 21:31:06 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 08:26:38 +0100" startDate="2023-01-25 08:15:19 +0100" endDate="2023-01-25 08:25:00 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 08:35:52 +0100" startDate="2023-01-25 08:25:48 +0100" endDate="2023-01-25 08:25:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 09:04:00 +0100" startDate="2023-01-25 08:53:53 +0100" endDate="2023-01-25 08:54:08 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 09:41:08 +0100" startDate="2023-01-25 09:30:48 +0100" endDate="2023-01-25 09:40:13 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 12:39:45 +0100" startDate="2023-01-25 12:29:40 +0100" endDate="2023-01-25 12:30:05 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 12:55:03 +0100" startDate="2023-01-25 12:40:37 +0100" endDate="2023-01-25 12:40:45 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 15:14:07 +0100" startDate="2023-01-25 15:00:23 +0100" endDate="2023-01-25 15:00:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 16:10:22 +0100" startDate="2023-01-25 15:58:28 +0100" endDate="2023-01-25 15:59:52 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 16:28:09 +0100" startDate="2023-01-25 16:17:06 +0100" endDate="2023-01-25 16:17:19 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 16:43:03 +0100" startDate="2023-01-25 16:32:00 +0100" endDate="2023-01-25 16:38:50 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 18:24:48 +0100" startDate="2023-01-25 18:13:46 +0100" endDate="2023-01-25 18:13:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 18:36:40 +0100" startDate="2023-01-25 18:26:30 +0100" endDate="2023-01-25 18:29:46 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 21:05:44 +0100" startDate="2023-01-25 20:54:36 +0100" endDate="2023-01-25 20:54:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-25 22:04:56 +0100" startDate="2023-01-25 21:54:43 +0100" endDate="2023-01-25 21:58:33 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-26 08:14:50 +0100" startDate="2023-01-26 08:03:43 +0100" endDate="2023-01-26 08:08:44 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-26 08:43:21 +0100" startDate="2023-01-26 08:33:11 +0100" endDate="2023-01-26 08:34:32 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-26 08:59:56 +0100" startDate="2023-01-26 08:48:37 +0100" endDate="2023-01-26 08:48:45 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-26 13:55:20 +0100" startDate="2023-01-26 13:42:59 +0100" endDate="2023-01-26 13:50:02 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-26 16:21:20 +0100" startDate="2023-01-26 16:10:18 +0100" endDate="2023-01-26 16:19:31 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-26 16:36:13 +0100" startDate="2023-01-26 16:25:02 +0100" endDate="2023-01-26 16:27:42 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-26 18:54:33 +0100" startDate="2023-01-26 18:43:56 +0100" endDate="2023-01-26 18:47:42 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-26 22:16:56 +0100" startDate="2023-01-26 22:06:52 +0100" endDate="2023-01-26 22:16:40 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-26 22:45:52 +0100" startDate="2023-01-26 22:32:50 +0100" endDate="2023-01-26 22:38:36 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-26 23:03:41 +0100" startDate="2023-01-26 22:51:23 +0100" endDate="2023-01-26 22:57:27 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 01:48:13 +0100" startDate="2023-01-27 01:38:01 +0100" endDate="2023-01-27 01:38:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 06:32:02 +0100" startDate="2023-01-27 06:21:52 +0100" endDate="2023-01-27 06:22:40 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 07:26:36 +0100" startDate="2023-01-27 07:16:23 +0100" endDate="2023-01-27 07:26:02 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 07:38:11 +0100" startDate="2023-01-27 07:27:08 +0100" endDate="2023-01-27 07:33:09 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 10:40:03 +0100" startDate="2023-01-27 10:29:55 +0100" endDate="2023-01-27 10:39:43 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 12:26:30 +0100" startDate="2023-01-27 12:15:23 +0100" endDate="2023-01-27 12:24:43 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 12:41:32 +0100" startDate="2023-01-27 12:26:53 +0100" endDate="2023-01-27 12:36:54 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 12:48:17 +0100" startDate="2023-01-27 12:36:54 +0100" endDate="2023-01-27 12:41:31 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 13:17:55 +0100" startDate="2023-01-27 13:04:55 +0100" endDate="2023-01-27 13:08:44 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 13:53:32 +0100" startDate="2023-01-27 13:43:27 +0100" endDate="2023-01-27 13:51:47 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 15:11:06 +0100" startDate="2023-01-27 14:57:41 +0100" endDate="2023-01-27 14:57:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 16:03:43 +0100" startDate="2023-01-27 15:52:31 +0100" endDate="2023-01-27 15:52:44 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 16:40:45 +0100" startDate="2023-01-27 16:30:38 +0100" endDate="2023-01-27 16:30:53 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 16:52:52 +0100" startDate="2023-01-27 16:42:41 +0100" endDate="2023-01-27 16:43:06 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 17:05:03 +0100" startDate="2023-01-27 16:54:00 +0100" endDate="2023-01-27 16:59:26 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 17:41:15 +0100" startDate="2023-01-27 17:27:21 +0100" endDate="2023-01-27 17:34:44 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 17:50:15 +0100" startDate="2023-01-27 17:38:20 +0100" endDate="2023-01-27 17:41:16 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 18:54:42 +0100" startDate="2023-01-27 18:43:04 +0100" endDate="2023-01-27 18:52:14 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 19:11:07 +0100" startDate="2023-01-27 18:57:41 +0100" endDate="2023-01-27 19:07:10 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 19:21:18 +0100" startDate="2023-01-27 19:10:13 +0100" endDate="2023-01-27 19:16:15 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 19:53:18 +0100" startDate="2023-01-27 19:41:52 +0100" endDate="2023-01-27 19:45:16 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 20:08:00 +0100" startDate="2023-01-27 19:55:48 +0100" endDate="2023-01-27 19:59:24 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 20:45:26 +0100" startDate="2023-01-27 20:33:45 +0100" endDate="2023-01-27 20:33:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 21:37:04 +0100" startDate="2023-01-27 21:22:50 +0100" endDate="2023-01-27 21:22:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 22:12:52 +0100" startDate="2023-01-27 22:01:26 +0100" endDate="2023-01-27 22:10:57 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 22:26:41 +0100" startDate="2023-01-27 22:11:40 +0100" endDate="2023-01-27 22:17:57 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 22:34:48 +0100" startDate="2023-01-27 22:23:25 +0100" endDate="2023-01-27 22:32:01 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 22:47:02 +0100" startDate="2023-01-27 22:33:25 +0100" endDate="2023-01-27 22:35:43 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 23:39:18 +0100" startDate="2023-01-27 23:26:56 +0100" endDate="2023-01-27 23:36:57 +0100" value="1074"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-27 23:47:24 +0100" startDate="2023-01-27 23:36:57 +0100" endDate="2023-01-27 23:39:25 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-28 07:51:12 +0100" startDate="2023-01-28 07:40:10 +0100" endDate="2023-01-28 07:40:48 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-28 09:44:17 +0100" startDate="2023-01-28 09:31:31 +0100" endDate="2023-01-28 09:31:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-28 12:19:23 +0100" startDate="2023-01-28 12:07:47 +0100" endDate="2023-01-28 12:16:14 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-28 12:31:19 +0100" startDate="2023-01-28 12:20:44 +0100" endDate="2023-01-28 12:20:46 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-28 13:51:37 +0100" startDate="2023-01-28 13:34:52 +0100" endDate="2023-01-28 13:35:07 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-28 17:39:02 +0100" startDate="2023-01-28 17:27:59 +0100" endDate="2023-01-28 17:28:19 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-28 23:13:36 +0100" startDate="2023-01-28 23:02:33 +0100" endDate="2023-01-28 23:02:48 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-29 10:55:16 +0100" startDate="2023-01-29 10:40:48 +0100" endDate="2023-01-29 10:40:56 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-29 11:44:07 +0100" startDate="2023-01-29 11:33:04 +0100" endDate="2023-01-29 11:33:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-29 12:00:48 +0100" startDate="2023-01-29 11:49:45 +0100" endDate="2023-01-29 11:49:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-29 13:31:34 +0100" startDate="2023-01-29 13:19:04 +0100" endDate="2023-01-29 13:28:11 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-29 13:38:39 +0100" startDate="2023-01-29 13:28:11 +0100" endDate="2023-01-29 13:37:29 +0100" value="997"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-29 13:49:34 +0100" startDate="2023-01-29 13:37:29 +0100" endDate="2023-01-29 13:47:30 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-29 14:00:00 +0100" startDate="2023-01-29 13:47:30 +0100" endDate="2023-01-29 13:48:49 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-29 14:25:21 +0100" startDate="2023-01-29 14:12:58 +0100" endDate="2023-01-29 14:13:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-29 15:26:11 +0100" startDate="2023-01-29 15:12:42 +0100" endDate="2023-01-29 15:22:43 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-29 15:37:53 +0100" startDate="2023-01-29 15:22:43 +0100" endDate="2023-01-29 15:29:05 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-29 15:48:02 +0100" startDate="2023-01-29 15:34:41 +0100" endDate="2023-01-29 15:44:30 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-29 16:02:00 +0100" startDate="2023-01-29 15:50:52 +0100" endDate="2023-01-29 15:52:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-30 09:00:57 +0100" startDate="2023-01-30 08:47:42 +0100" endDate="2023-01-30 08:49:57 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-30 19:39:46 +0100" startDate="2023-01-30 19:28:04 +0100" endDate="2023-01-30 19:35:57 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-30 19:49:15 +0100" startDate="2023-01-30 19:38:12 +0100" endDate="2023-01-30 19:38:27 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-31 07:45:54 +0100" startDate="2023-01-31 07:35:41 +0100" endDate="2023-01-31 07:39:59 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-31 11:34:42 +0100" startDate="2023-01-31 11:19:59 +0100" endDate="2023-01-31 11:24:34 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-31 11:59:04 +0100" startDate="2023-01-31 11:48:01 +0100" endDate="2023-01-31 11:48:09 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-31 12:57:18 +0100" startDate="2023-01-31 12:46:15 +0100" endDate="2023-01-31 12:53:21 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-31 14:00:38 +0100" startDate="2023-01-31 13:49:29 +0100" endDate="2023-01-31 13:59:02 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-31 14:16:08 +0100" startDate="2023-01-31 13:59:50 +0100" endDate="2023-01-31 13:59:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-31 15:10:17 +0100" startDate="2023-01-31 14:59:14 +0100" endDate="2023-01-31 15:00:58 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-31 16:19:02 +0100" startDate="2023-01-31 16:07:59 +0100" endDate="2023-01-31 16:08:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-31 17:00:23 +0100" startDate="2023-01-31 16:49:32 +0100" endDate="2023-01-31 16:59:33 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-31 17:14:09 +0100" startDate="2023-01-31 17:00:01 +0100" endDate="2023-01-31 17:07:25 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-01-31 17:22:01 +0100" startDate="2023-01-31 17:10:30 +0100" endDate="2023-01-31 17:20:14 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 07:11:43 +0100" startDate="2023-02-01 06:57:50 +0100" endDate="2023-02-01 07:01:29 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 10:22:43 +0100" startDate="2023-02-01 10:10:04 +0100" endDate="2023-02-01 10:17:15 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 10:36:53 +0100" startDate="2023-02-01 10:24:12 +0100" endDate="2023-02-01 10:25:16 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 12:49:47 +0100" startDate="2023-02-01 12:37:02 +0100" endDate="2023-02-01 12:38:24 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 13:00:18 +0100" startDate="2023-02-01 12:49:15 +0100" endDate="2023-02-01 12:49:31 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 13:17:07 +0100" startDate="2023-02-01 13:05:38 +0100" endDate="2023-02-01 13:05:41 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 17:11:21 +0100" startDate="2023-02-01 16:57:59 +0100" endDate="2023-02-01 17:07:52 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 17:21:14 +0100" startDate="2023-02-01 17:08:20 +0100" endDate="2023-02-01 17:17:17 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 17:30:21 +0100" startDate="2023-02-01 17:18:39 +0100" endDate="2023-02-01 17:28:10 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 17:41:02 +0100" startDate="2023-02-01 17:30:00 +0100" endDate="2023-02-01 17:38:21 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 17:54:13 +0100" startDate="2023-02-01 17:43:30 +0100" endDate="2023-02-01 17:48:05 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 18:09:30 +0100" startDate="2023-02-01 17:57:07 +0100" endDate="2023-02-01 18:05:01 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 20:19:03 +0100" startDate="2023-02-01 20:08:00 +0100" endDate="2023-02-01 20:08:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 22:09:25 +0100" startDate="2023-02-01 21:58:22 +0100" endDate="2023-02-01 21:58:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-01 22:43:33 +0100" startDate="2023-02-01 22:32:30 +0100" endDate="2023-02-01 22:32:33 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 06:16:06 +0100" startDate="2023-02-02 06:05:49 +0100" endDate="2023-02-02 06:07:54 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 06:32:42 +0100" startDate="2023-02-02 06:21:40 +0100" endDate="2023-02-02 06:27:34 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 07:41:57 +0100" startDate="2023-02-02 07:31:29 +0100" endDate="2023-02-02 07:38:19 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 07:56:16 +0100" startDate="2023-02-02 07:46:06 +0100" endDate="2023-02-02 07:46:23 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 08:33:38 +0100" startDate="2023-02-02 08:22:23 +0100" endDate="2023-02-02 08:24:27 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 09:16:35 +0100" startDate="2023-02-02 09:05:09 +0100" endDate="2023-02-02 09:10:48 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 11:08:34 +0100" startDate="2023-02-02 10:55:06 +0100" endDate="2023-02-02 10:59:13 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 12:07:01 +0100" startDate="2023-02-02 11:55:01 +0100" endDate="2023-02-02 11:59:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 12:48:00 +0100" startDate="2023-02-02 12:35:33 +0100" endDate="2023-02-02 12:45:34 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 12:59:46 +0100" startDate="2023-02-02 12:45:34 +0100" endDate="2023-02-02 12:52:50 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 13:29:16 +0100" startDate="2023-02-02 13:14:42 +0100" endDate="2023-02-02 13:24:02 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 14:12:36 +0100" startDate="2023-02-02 13:58:49 +0100" endDate="2023-02-02 14:00:38 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 17:12:00 +0100" startDate="2023-02-02 16:57:55 +0100" endDate="2023-02-02 17:00:41 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 18:45:25 +0100" startDate="2023-02-02 18:34:23 +0100" endDate="2023-02-02 18:42:22 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 19:46:19 +0100" startDate="2023-02-02 19:34:22 +0100" endDate="2023-02-02 19:35:59 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 20:35:54 +0100" startDate="2023-02-02 20:23:45 +0100" endDate="2023-02-02 20:26:05 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 21:36:22 +0100" startDate="2023-02-02 21:21:59 +0100" endDate="2023-02-02 21:31:16 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 21:43:42 +0100" startDate="2023-02-02 21:33:29 +0100" endDate="2023-02-02 21:37:03 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-02 21:57:06 +0100" startDate="2023-02-02 21:46:41 +0100" endDate="2023-02-02 21:56:02 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 07:38:57 +0100" startDate="2023-02-03 07:26:09 +0100" endDate="2023-02-03 07:27:59 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 07:56:57 +0100" startDate="2023-02-03 07:45:54 +0100" endDate="2023-02-03 07:52:49 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 08:07:50 +0100" startDate="2023-02-03 07:57:34 +0100" endDate="2023-02-03 08:02:22 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 08:59:49 +0100" startDate="2023-02-03 08:47:45 +0100" endDate="2023-02-03 08:51:49 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 12:07:03 +0100" startDate="2023-02-03 11:55:30 +0100" endDate="2023-02-03 12:01:37 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 12:19:35 +0100" startDate="2023-02-03 12:09:00 +0100" endDate="2023-02-03 12:18:00 +0100" value="832"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 12:29:52 +0100" startDate="2023-02-03 12:19:06 +0100" endDate="2023-02-03 12:29:02 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 12:41:40 +0100" startDate="2023-02-03 12:29:07 +0100" endDate="2023-02-03 12:33:45 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 12:53:27 +0100" startDate="2023-02-03 12:40:53 +0100" endDate="2023-02-03 12:41:36 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 14:48:56 +0100" startDate="2023-02-03 14:38:14 +0100" endDate="2023-02-03 14:46:43 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 14:59:41 +0100" startDate="2023-02-03 14:48:38 +0100" endDate="2023-02-03 14:50:45 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 15:22:04 +0100" startDate="2023-02-03 15:11:56 +0100" endDate="2023-02-03 15:21:57 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 15:33:58 +0100" startDate="2023-02-03 15:21:57 +0100" endDate="2023-02-03 15:22:37 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 16:24:35 +0100" startDate="2023-02-03 16:12:11 +0100" endDate="2023-02-03 16:20:20 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 15:50:50 +0100" startDate="2023-02-03 15:39:01 +0100" endDate="2023-02-03 15:49:02 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 16:02:16 +0100" startDate="2023-02-03 15:49:02 +0100" endDate="2023-02-03 15:49:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 16:41:48 +0100" startDate="2023-02-03 16:31:28 +0100" endDate="2023-02-03 16:40:54 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 17:02:37 +0100" startDate="2023-02-03 16:51:13 +0100" endDate="2023-02-03 16:52:24 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 17:57:47 +0100" startDate="2023-02-03 17:47:31 +0100" endDate="2023-02-03 17:47:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 18:12:52 +0100" startDate="2023-02-03 18:01:18 +0100" endDate="2023-02-03 18:10:19 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 18:25:47 +0100" startDate="2023-02-03 18:11:53 +0100" endDate="2023-02-03 18:17:04 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 18:40:46 +0100" startDate="2023-02-03 18:28:59 +0100" endDate="2023-02-03 18:29:12 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 18:57:44 +0100" startDate="2023-02-03 18:46:41 +0100" endDate="2023-02-03 18:50:03 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 20:23:05 +0100" startDate="2023-02-03 20:12:33 +0100" endDate="2023-02-03 20:13:07 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 23:35:52 +0100" startDate="2023-02-03 23:22:41 +0100" endDate="2023-02-03 23:23:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-03 23:58:18 +0100" startDate="2023-02-03 23:45:42 +0100" endDate="2023-02-03 23:53:59 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 00:10:24 +0100" startDate="2023-02-03 23:57:41 +0100" endDate="2023-02-03 23:57:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 06:44:41 +0100" startDate="2023-02-04 06:32:51 +0100" endDate="2023-02-04 06:42:35 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 07:04:01 +0100" startDate="2023-02-04 06:53:51 +0100" endDate="2023-02-04 06:54:31 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 11:35:40 +0100" startDate="2023-02-04 11:21:52 +0100" endDate="2023-02-04 11:31:49 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 11:47:22 +0100" startDate="2023-02-04 11:31:51 +0100" endDate="2023-02-04 11:31:56 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 12:00:53 +0100" startDate="2023-02-04 11:49:51 +0100" endDate="2023-02-04 11:49:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 13:26:14 +0100" startDate="2023-02-04 13:13:37 +0100" endDate="2023-02-04 13:13:49 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 16:17:51 +0100" startDate="2023-02-04 16:06:54 +0100" endDate="2023-02-04 16:13:47 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 16:36:03 +0100" startDate="2023-02-04 16:23:37 +0100" endDate="2023-02-04 16:31:49 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 16:48:05 +0100" startDate="2023-02-04 16:33:54 +0100" endDate="2023-02-04 16:35:53 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 17:46:56 +0100" startDate="2023-02-04 17:35:51 +0100" endDate="2023-02-04 17:42:33 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 18:02:16 +0100" startDate="2023-02-04 17:46:17 +0100" endDate="2023-02-04 17:48:32 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 18:30:44 +0100" startDate="2023-02-04 18:13:53 +0100" endDate="2023-02-04 18:20:42 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 19:05:30 +0100" startDate="2023-02-04 18:54:09 +0100" endDate="2023-02-04 19:03:43 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 19:20:43 +0100" startDate="2023-02-04 19:05:12 +0100" endDate="2023-02-04 19:05:33 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 22:38:31 +0100" startDate="2023-02-04 22:23:57 +0100" endDate="2023-02-04 22:24:05 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-04 23:52:28 +0100" startDate="2023-02-04 23:42:09 +0100" endDate="2023-02-04 23:51:52 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 00:02:03 +0100" startDate="2023-02-04 23:51:52 +0100" endDate="2023-02-05 00:00:03 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 09:05:16 +0100" startDate="2023-02-05 08:50:17 +0100" endDate="2023-02-05 09:00:18 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 09:11:56 +0100" startDate="2023-02-05 09:00:18 +0100" endDate="2023-02-05 09:07:36 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 09:24:00 +0100" startDate="2023-02-05 09:11:22 +0100" endDate="2023-02-05 09:14:28 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 09:47:41 +0100" startDate="2023-02-05 09:34:14 +0100" endDate="2023-02-05 09:35:28 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 10:59:46 +0100" startDate="2023-02-05 10:47:47 +0100" endDate="2023-02-05 10:53:56 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 09:59:27 +0100" startDate="2023-02-05 09:47:47 +0100" endDate="2023-02-05 09:53:33 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 10:23:00 +0100" startDate="2023-02-05 10:09:44 +0100" endDate="2023-02-05 10:12:47 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 10:35:05 +0100" startDate="2023-02-05 10:21:14 +0100" endDate="2023-02-05 10:23:12 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 11:40:46 +0100" startDate="2023-02-05 11:29:31 +0100" endDate="2023-02-05 11:37:02 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 11:55:54 +0100" startDate="2023-02-05 11:42:33 +0100" endDate="2023-02-05 11:52:06 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 12:07:52 +0100" startDate="2023-02-05 11:56:49 +0100" endDate="2023-02-05 12:05:08 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 12:18:56 +0100" startDate="2023-02-05 12:08:52 +0100" endDate="2023-02-05 12:09:12 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 14:28:33 +0100" startDate="2023-02-05 14:17:31 +0100" endDate="2023-02-05 14:27:14 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 14:58:50 +0100" startDate="2023-02-05 14:48:22 +0100" endDate="2023-02-05 14:57:50 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 15:13:05 +0100" startDate="2023-02-05 14:58:31 +0100" endDate="2023-02-05 14:58:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 16:27:25 +0100" startDate="2023-02-05 16:17:09 +0100" endDate="2023-02-05 16:25:41 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 16:38:40 +0100" startDate="2023-02-05 16:27:20 +0100" endDate="2023-02-05 16:30:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 20:38:08 +0100" startDate="2023-02-05 20:24:54 +0100" endDate="2023-02-05 20:24:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-05 22:41:16 +0100" startDate="2023-02-05 22:26:38 +0100" endDate="2023-02-05 22:26:41 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 06:45:33 +0100" startDate="2023-02-06 06:33:12 +0100" endDate="2023-02-06 06:41:19 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 06:56:44 +0100" startDate="2023-02-06 06:45:41 +0100" endDate="2023-02-06 06:53:55 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 08:07:45 +0100" startDate="2023-02-06 07:56:13 +0100" endDate="2023-02-06 08:05:40 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 08:19:21 +0100" startDate="2023-02-06 08:07:20 +0100" endDate="2023-02-06 08:09:42 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 08:56:17 +0100" startDate="2023-02-06 08:45:50 +0100" endDate="2023-02-06 08:50:53 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 09:44:29 +0100" startDate="2023-02-06 09:33:16 +0100" endDate="2023-02-06 09:43:12 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 09:54:42 +0100" startDate="2023-02-06 09:43:30 +0100" endDate="2023-02-06 09:46:57 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 10:53:33 +0100" startDate="2023-02-06 10:40:51 +0100" endDate="2023-02-06 10:44:05 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 11:11:23 +0100" startDate="2023-02-06 10:55:37 +0100" endDate="2023-02-06 10:58:02 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 11:32:28 +0100" startDate="2023-02-06 11:15:37 +0100" endDate="2023-02-06 11:16:22 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 12:17:45 +0100" startDate="2023-02-06 12:05:59 +0100" endDate="2023-02-06 12:06:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 13:09:11 +0100" startDate="2023-02-06 12:56:02 +0100" endDate="2023-02-06 13:06:03 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 13:18:37 +0100" startDate="2023-02-06 13:06:03 +0100" endDate="2023-02-06 13:09:47 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 13:37:59 +0100" startDate="2023-02-06 13:26:56 +0100" endDate="2023-02-06 13:33:13 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 14:17:53 +0100" startDate="2023-02-06 14:04:05 +0100" endDate="2023-02-06 14:07:47 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 14:49:45 +0100" startDate="2023-02-06 14:36:03 +0100" endDate="2023-02-06 14:37:53 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 16:06:56 +0100" startDate="2023-02-06 15:54:09 +0100" endDate="2023-02-06 15:56:14 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 16:42:58 +0100" startDate="2023-02-06 16:31:56 +0100" endDate="2023-02-06 16:40:28 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 16:58:25 +0100" startDate="2023-02-06 16:46:58 +0100" endDate="2023-02-06 16:56:59 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 17:10:42 +0100" startDate="2023-02-06 16:57:15 +0100" endDate="2023-02-06 17:01:47 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 17:46:19 +0100" startDate="2023-02-06 17:35:01 +0100" endDate="2023-02-06 17:36:28 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 19:04:20 +0100" startDate="2023-02-06 18:52:52 +0100" endDate="2023-02-06 19:02:38 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 19:58:28 +0100" startDate="2023-02-06 19:44:51 +0100" endDate="2023-02-06 19:54:19 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 20:07:19 +0100" startDate="2023-02-06 19:55:08 +0100" endDate="2023-02-06 20:04:56 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 20:19:57 +0100" startDate="2023-02-06 20:05:32 +0100" endDate="2023-02-06 20:13:38 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-06 20:47:47 +0100" startDate="2023-02-06 20:36:24 +0100" endDate="2023-02-06 20:40:48 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 06:54:06 +0100" startDate="2023-02-07 06:41:45 +0100" endDate="2023-02-07 06:41:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 11:36:11 +0100" startDate="2023-02-07 11:25:08 +0100" endDate="2023-02-07 11:33:53 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 12:03:33 +0100" startDate="2023-02-07 11:53:06 +0100" endDate="2023-02-07 11:57:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 12:30:13 +0100" startDate="2023-02-07 12:15:50 +0100" endDate="2023-02-07 12:17:47 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 13:08:04 +0100" startDate="2023-02-07 12:54:52 +0100" endDate="2023-02-07 12:56:39 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 16:22:43 +0100" startDate="2023-02-07 16:11:38 +0100" endDate="2023-02-07 16:21:39 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 16:33:55 +0100" startDate="2023-02-07 16:21:39 +0100" endDate="2023-02-07 16:31:41 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 16:45:51 +0100" startDate="2023-02-07 16:32:26 +0100" endDate="2023-02-07 16:42:23 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 16:57:04 +0100" startDate="2023-02-07 16:42:33 +0100" endDate="2023-02-07 16:52:32 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 17:03:46 +0100" startDate="2023-02-07 16:52:32 +0100" endDate="2023-02-07 17:01:47 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 17:17:33 +0100" startDate="2023-02-07 17:02:31 +0100" endDate="2023-02-07 17:10:27 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 17:28:19 +0100" startDate="2023-02-07 17:14:37 +0100" endDate="2023-02-07 17:17:17 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 17:48:06 +0100" startDate="2023-02-07 17:33:40 +0100" endDate="2023-02-07 17:39:19 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-07 17:58:24 +0100" startDate="2023-02-07 17:46:27 +0100" endDate="2023-02-07 17:49:07 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 08:40:53 +0100" startDate="2023-02-08 08:30:40 +0100" endDate="2023-02-08 08:38:29 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 09:31:00 +0100" startDate="2023-02-08 09:19:24 +0100" endDate="2023-02-08 09:24:22 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 09:41:11 +0100" startDate="2023-02-08 09:29:25 +0100" endDate="2023-02-08 09:38:46 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 09:55:35 +0100" startDate="2023-02-08 09:42:02 +0100" endDate="2023-02-08 09:46:55 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 10:17:42 +0100" startDate="2023-02-08 10:05:00 +0100" endDate="2023-02-08 10:08:01 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 11:16:29 +0100" startDate="2023-02-08 11:06:21 +0100" endDate="2023-02-08 11:13:21 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 11:37:50 +0100" startDate="2023-02-08 11:24:06 +0100" endDate="2023-02-08 11:25:22 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 12:45:11 +0100" startDate="2023-02-08 12:31:10 +0100" endDate="2023-02-08 12:31:20 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 13:11:41 +0100" startDate="2023-02-08 13:00:25 +0100" endDate="2023-02-08 13:05:30 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 13:37:39 +0100" startDate="2023-02-08 13:25:48 +0100" endDate="2023-02-08 13:32:03 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 13:59:00 +0100" startDate="2023-02-08 13:47:10 +0100" endDate="2023-02-08 13:55:11 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 14:51:58 +0100" startDate="2023-02-08 14:37:08 +0100" endDate="2023-02-08 14:37:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 15:17:30 +0100" startDate="2023-02-08 15:03:51 +0100" endDate="2023-02-08 15:03:56 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 15:37:43 +0100" startDate="2023-02-08 15:24:05 +0100" endDate="2023-02-08 15:24:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 16:04:18 +0100" startDate="2023-02-08 15:51:52 +0100" endDate="2023-02-08 15:52:00 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 16:50:58 +0100" startDate="2023-02-08 16:39:55 +0100" endDate="2023-02-08 16:47:52 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 17:50:31 +0100" startDate="2023-02-08 17:39:46 +0100" endDate="2023-02-08 17:47:07 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 18:26:55 +0100" startDate="2023-02-08 18:13:33 +0100" endDate="2023-02-08 18:20:46 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 18:45:46 +0100" startDate="2023-02-08 18:29:36 +0100" endDate="2023-02-08 18:37:53 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 18:56:17 +0100" startDate="2023-02-08 18:43:34 +0100" endDate="2023-02-08 18:45:46 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-08 21:36:35 +0100" startDate="2023-02-08 21:22:17 +0100" endDate="2023-02-08 21:22:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 08:20:27 +0100" startDate="2023-02-09 08:10:01 +0100" endDate="2023-02-09 08:20:02 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 08:31:05 +0100" startDate="2023-02-09 08:20:02 +0100" endDate="2023-02-09 08:21:52 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 09:18:21 +0100" startDate="2023-02-09 09:05:47 +0100" endDate="2023-02-09 09:13:10 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 10:12:28 +0100" startDate="2023-02-09 09:56:13 +0100" endDate="2023-02-09 09:59:52 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 12:01:25 +0100" startDate="2023-02-09 11:49:46 +0100" endDate="2023-02-09 11:59:37 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 12:24:16 +0100" startDate="2023-02-09 12:07:13 +0100" endDate="2023-02-09 12:07:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 12:48:44 +0100" startDate="2023-02-09 12:38:34 +0100" endDate="2023-02-09 12:48:35 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 13:02:33 +0100" startDate="2023-02-09 12:48:35 +0100" endDate="2023-02-09 12:49:18 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 13:18:45 +0100" startDate="2023-02-09 13:07:43 +0100" endDate="2023-02-09 13:10:56 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 14:10:28 +0100" startDate="2023-02-09 13:57:41 +0100" endDate="2023-02-09 13:59:56 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 16:05:45 +0100" startDate="2023-02-09 15:52:01 +0100" endDate="2023-02-09 15:55:10 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 17:43:38 +0100" startDate="2023-02-09 17:32:30 +0100" endDate="2023-02-09 17:32:35 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 18:50:40 +0100" startDate="2023-02-09 18:39:37 +0100" endDate="2023-02-09 18:47:31 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 20:39:07 +0100" startDate="2023-02-09 20:27:53 +0100" endDate="2023-02-09 20:35:36 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 21:06:24 +0100" startDate="2023-02-09 20:55:21 +0100" endDate="2023-02-09 20:58:19 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-09 23:21:58 +0100" startDate="2023-02-09 23:07:59 +0100" endDate="2023-02-09 23:10:23 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 05:33:01 +0100" startDate="2023-02-10 05:22:51 +0100" endDate="2023-02-10 05:23:47 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 08:13:55 +0100" startDate="2023-02-10 08:03:37 +0100" endDate="2023-02-10 08:03:48 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 09:01:40 +0100" startDate="2023-02-10 08:43:21 +0100" endDate="2023-02-10 08:45:23 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 12:14:57 +0100" startDate="2023-02-10 12:02:21 +0100" endDate="2023-02-10 12:05:14 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 12:26:22 +0100" startDate="2023-02-10 12:13:27 +0100" endDate="2023-02-10 12:13:42 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 12:45:28 +0100" startDate="2023-02-10 12:34:25 +0100" endDate="2023-02-10 12:41:53 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 12:59:41 +0100" startDate="2023-02-10 12:48:31 +0100" endDate="2023-02-10 12:48:56 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 13:42:23 +0100" startDate="2023-02-10 13:32:15 +0100" endDate="2023-02-10 13:32:30 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 14:25:37 +0100" startDate="2023-02-10 14:14:34 +0100" endDate="2023-02-10 14:15:10 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 15:06:30 +0100" startDate="2023-02-10 14:55:39 +0100" endDate="2023-02-10 14:55:52 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 15:17:15 +0100" startDate="2023-02-10 15:06:12 +0100" endDate="2023-02-10 15:07:26 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 15:37:48 +0100" startDate="2023-02-10 15:27:37 +0100" endDate="2023-02-10 15:27:48 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 15:55:06 +0100" startDate="2023-02-10 15:43:58 +0100" endDate="2023-02-10 15:45:32 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 16:16:09 +0100" startDate="2023-02-10 16:05:29 +0100" endDate="2023-02-10 16:05:54 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 17:16:29 +0100" startDate="2023-02-10 17:05:41 +0100" endDate="2023-02-10 17:15:42 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 17:26:57 +0100" startDate="2023-02-10 17:15:42 +0100" endDate="2023-02-10 17:25:26 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 17:41:29 +0100" startDate="2023-02-10 17:27:03 +0100" endDate="2023-02-10 17:34:00 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 17:56:13 +0100" startDate="2023-02-10 17:42:48 +0100" endDate="2023-02-10 17:48:17 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 18:25:33 +0100" startDate="2023-02-10 18:14:08 +0100" endDate="2023-02-10 18:23:48 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 18:34:28 +0100" startDate="2023-02-10 18:24:16 +0100" endDate="2023-02-10 18:30:36 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 20:05:05 +0100" startDate="2023-02-10 19:54:53 +0100" endDate="2023-02-10 20:04:52 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 20:17:20 +0100" startDate="2023-02-10 20:04:52 +0100" endDate="2023-02-10 20:10:18 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 20:26:03 +0100" startDate="2023-02-10 20:15:27 +0100" endDate="2023-02-10 20:23:09 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 20:39:24 +0100" startDate="2023-02-10 20:27:42 +0100" endDate="2023-02-10 20:27:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 21:05:54 +0100" startDate="2023-02-10 20:51:33 +0100" endDate="2023-02-10 20:54:34 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 21:22:23 +0100" startDate="2023-02-10 21:10:10 +0100" endDate="2023-02-10 21:11:06 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 22:53:59 +0100" startDate="2023-02-10 22:43:10 +0100" endDate="2023-02-10 22:47:41 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-10 23:58:07 +0100" startDate="2023-02-10 23:47:04 +0100" endDate="2023-02-10 23:49:22 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 07:39:19 +0100" startDate="2023-02-11 07:28:55 +0100" endDate="2023-02-11 07:38:40 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 07:54:07 +0100" startDate="2023-02-11 07:42:42 +0100" endDate="2023-02-11 07:52:41 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 08:03:58 +0100" startDate="2023-02-11 07:52:41 +0100" endDate="2023-02-11 08:02:16 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 08:14:15 +0100" startDate="2023-02-11 08:03:12 +0100" endDate="2023-02-11 08:05:43 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 09:48:22 +0100" startDate="2023-02-11 09:37:07 +0100" endDate="2023-02-11 09:37:18 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 11:27:23 +0100" startDate="2023-02-11 11:14:00 +0100" endDate="2023-02-11 11:23:44 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 11:35:32 +0100" startDate="2023-02-11 11:24:15 +0100" endDate="2023-02-11 11:33:58 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 11:52:14 +0100" startDate="2023-02-11 11:41:11 +0100" endDate="2023-02-11 11:41:24 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 12:12:43 +0100" startDate="2023-02-11 12:01:26 +0100" endDate="2023-02-11 12:01:34 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 12:21:45 +0100" startDate="2023-02-11 12:11:32 +0100" endDate="2023-02-11 12:18:37 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 12:39:48 +0100" startDate="2023-02-11 12:28:45 +0100" endDate="2023-02-11 12:28:48 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 13:56:32 +0100" startDate="2023-02-11 13:45:31 +0100" endDate="2023-02-11 13:46:22 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 14:12:54 +0100" startDate="2023-02-11 14:01:51 +0100" endDate="2023-02-11 14:01:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 14:38:53 +0100" startDate="2023-02-11 14:26:13 +0100" endDate="2023-02-11 14:27:27 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 18:50:08 +0100" startDate="2023-02-11 18:35:32 +0100" endDate="2023-02-11 18:40:00 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 20:11:00 +0100" startDate="2023-02-11 19:58:34 +0100" endDate="2023-02-11 19:58:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 20:30:07 +0100" startDate="2023-02-11 20:17:52 +0100" endDate="2023-02-11 20:17:55 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 20:40:34 +0100" startDate="2023-02-11 20:29:32 +0100" endDate="2023-02-11 20:36:42 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 21:17:36 +0100" startDate="2023-02-11 21:06:00 +0100" endDate="2023-02-11 21:14:15 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-11 22:18:59 +0100" startDate="2023-02-11 22:08:54 +0100" endDate="2023-02-11 22:10:10 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 06:26:47 +0100" startDate="2023-02-12 06:15:44 +0100" endDate="2023-02-12 06:15:52 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 07:24:16 +0100" startDate="2023-02-12 07:13:25 +0100" endDate="2023-02-12 07:13:30 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 09:26:57 +0100" startDate="2023-02-12 09:15:55 +0100" endDate="2023-02-12 09:24:07 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 10:11:00 +0100" startDate="2023-02-12 09:59:57 +0100" endDate="2023-02-12 10:09:56 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 10:21:01 +0100" startDate="2023-02-12 10:09:59 +0100" endDate="2023-02-12 10:10:01 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 11:00:38 +0100" startDate="2023-02-12 10:46:32 +0100" endDate="2023-02-12 10:47:49 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 14:53:50 +0100" startDate="2023-02-12 14:41:59 +0100" endDate="2023-02-12 14:46:47 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 15:03:22 +0100" startDate="2023-02-12 14:52:20 +0100" endDate="2023-02-12 14:59:05 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 15:14:12 +0100" startDate="2023-02-12 15:03:10 +0100" endDate="2023-02-12 15:11:45 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 15:24:37 +0100" startDate="2023-02-12 15:13:34 +0100" endDate="2023-02-12 15:23:10 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 16:23:25 +0100" startDate="2023-02-12 16:11:01 +0100" endDate="2023-02-12 16:20:57 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 16:33:50 +0100" startDate="2023-02-12 16:21:02 +0100" endDate="2023-02-12 16:25:07 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 18:06:37 +0100" startDate="2023-02-12 17:55:34 +0100" endDate="2023-02-12 18:05:35 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 18:19:16 +0100" startDate="2023-02-12 18:05:35 +0100" endDate="2023-02-12 18:08:52 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-12 22:17:32 +0100" startDate="2023-02-12 22:06:29 +0100" endDate="2023-02-12 22:08:55 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 08:45:44 +0100" startDate="2023-02-13 08:34:41 +0100" endDate="2023-02-13 08:38:02 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 09:33:10 +0100" startDate="2023-02-13 09:20:34 +0100" endDate="2023-02-13 09:26:05 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 10:00:38 +0100" startDate="2023-02-13 09:48:41 +0100" endDate="2023-02-13 09:49:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 11:01:29 +0100" startDate="2023-02-13 10:49:28 +0100" endDate="2023-02-13 10:54:24 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 12:12:12 +0100" startDate="2023-02-13 11:56:59 +0100" endDate="2023-02-13 11:57:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 13:28:00 +0100" startDate="2023-02-13 13:15:01 +0100" endDate="2023-02-13 13:23:20 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 13:39:25 +0100" startDate="2023-02-13 13:28:03 +0100" endDate="2023-02-13 13:29:55 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 13:56:51 +0100" startDate="2023-02-13 13:46:20 +0100" endDate="2023-02-13 13:52:45 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 15:34:22 +0100" startDate="2023-02-13 15:23:19 +0100" endDate="2023-02-13 15:29:13 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 16:19:03 +0100" startDate="2023-02-13 16:08:14 +0100" endDate="2023-02-13 16:14:56 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 16:32:35 +0100" startDate="2023-02-13 16:19:16 +0100" endDate="2023-02-13 16:29:15 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 16:42:19 +0100" startDate="2023-02-13 16:29:15 +0100" endDate="2023-02-13 16:39:16 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 16:50:07 +0100" startDate="2023-02-13 16:39:16 +0100" endDate="2023-02-13 16:47:27 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 16:58:32 +0100" startDate="2023-02-13 16:47:27 +0100" endDate="2023-02-13 16:56:20 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 17:13:42 +0100" startDate="2023-02-13 16:57:28 +0100" endDate="2023-02-13 17:07:29 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 17:19:25 +0100" startDate="2023-02-13 17:07:29 +0100" endDate="2023-02-13 17:17:30 +0100" value="975"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 17:29:14 +0100" startDate="2023-02-13 17:17:33 +0100" endDate="2023-02-13 17:18:57 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 18:39:45 +0100" startDate="2023-02-13 18:28:12 +0100" endDate="2023-02-13 18:28:14 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 20:27:06 +0100" startDate="2023-02-13 20:15:52 +0100" endDate="2023-02-13 20:16:15 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-13 22:27:37 +0100" startDate="2023-02-13 22:16:34 +0100" endDate="2023-02-13 22:17:38 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 08:45:27 +0100" startDate="2023-02-14 08:35:14 +0100" endDate="2023-02-14 08:41:52 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 08:55:39 +0100" startDate="2023-02-14 08:45:33 +0100" endDate="2023-02-14 08:50:24 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 09:49:41 +0100" startDate="2023-02-14 09:37:53 +0100" endDate="2023-02-14 09:42:11 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 11:00:46 +0100" startDate="2023-02-14 10:48:58 +0100" endDate="2023-02-14 10:55:20 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 11:17:42 +0100" startDate="2023-02-14 11:00:52 +0100" endDate="2023-02-14 11:02:08 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 12:06:39 +0100" startDate="2023-02-14 11:55:11 +0100" endDate="2023-02-14 12:04:21 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 12:16:05 +0100" startDate="2023-02-14 12:04:21 +0100" endDate="2023-02-14 12:14:09 +0100" value="963"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 12:38:09 +0100" startDate="2023-02-14 12:23:43 +0100" endDate="2023-02-14 12:24:01 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 12:53:13 +0100" startDate="2023-02-14 12:41:18 +0100" endDate="2023-02-14 12:49:02 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 13:10:09 +0100" startDate="2023-02-14 12:58:41 +0100" endDate="2023-02-14 12:59:14 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 14:17:26 +0100" startDate="2023-02-14 13:58:30 +0100" endDate="2023-02-14 14:01:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 16:14:16 +0100" startDate="2023-02-14 16:04:08 +0100" endDate="2023-02-14 16:13:34 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 16:26:19 +0100" startDate="2023-02-14 16:15:00 +0100" endDate="2023-02-14 16:15:18 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 16:37:45 +0100" startDate="2023-02-14 16:26:01 +0100" endDate="2023-02-14 16:31:19 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 17:08:59 +0100" startDate="2023-02-14 16:57:55 +0100" endDate="2023-02-14 17:00:23 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 17:29:09 +0100" startDate="2023-02-14 17:15:39 +0100" endDate="2023-02-14 17:25:11 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 17:38:20 +0100" startDate="2023-02-14 17:26:09 +0100" endDate="2023-02-14 17:35:58 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 17:47:47 +0100" startDate="2023-02-14 17:36:36 +0100" endDate="2023-02-14 17:42:51 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 18:02:42 +0100" startDate="2023-02-14 17:50:41 +0100" endDate="2023-02-14 17:50:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 18:46:25 +0100" startDate="2023-02-14 18:32:06 +0100" endDate="2023-02-14 18:32:11 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 19:04:34 +0100" startDate="2023-02-14 18:53:14 +0100" endDate="2023-02-14 19:03:16 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 19:14:59 +0100" startDate="2023-02-14 19:03:16 +0100" endDate="2023-02-14 19:03:46 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 19:24:27 +0100" startDate="2023-02-14 19:13:24 +0100" endDate="2023-02-14 19:13:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 19:56:47 +0100" startDate="2023-02-14 19:42:22 +0100" endDate="2023-02-14 19:51:29 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 20:04:54 +0100" startDate="2023-02-14 19:53:32 +0100" endDate="2023-02-14 20:03:33 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-14 20:16:21 +0100" startDate="2023-02-14 20:03:33 +0100" endDate="2023-02-14 20:05:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 06:48:49 +0100" startDate="2023-02-15 06:38:34 +0100" endDate="2023-02-15 06:47:34 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 13:18:09 +0100" startDate="2023-02-15 13:05:27 +0100" endDate="2023-02-15 13:15:20 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 13:28:12 +0100" startDate="2023-02-15 13:16:34 +0100" endDate="2023-02-15 13:26:35 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 13:37:38 +0100" startDate="2023-02-15 13:26:35 +0100" endDate="2023-02-15 13:36:36 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 13:49:00 +0100" startDate="2023-02-15 13:36:36 +0100" endDate="2023-02-15 13:46:37 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 13:58:00 +0100" startDate="2023-02-15 13:46:45 +0100" endDate="2023-02-15 13:56:46 +0100" value="654"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 14:08:26 +0100" startDate="2023-02-15 13:56:46 +0100" endDate="2023-02-15 14:06:47 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 14:18:27 +0100" startDate="2023-02-15 14:06:47 +0100" endDate="2023-02-15 14:15:26 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 14:28:52 +0100" startDate="2023-02-15 14:16:53 +0100" endDate="2023-02-15 14:25:17 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 14:42:21 +0100" startDate="2023-02-15 14:29:48 +0100" endDate="2023-02-15 14:39:36 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 14:53:47 +0100" startDate="2023-02-15 14:40:50 +0100" endDate="2023-02-15 14:47:45 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 15:03:42 +0100" startDate="2023-02-15 14:51:40 +0100" endDate="2023-02-15 14:55:47 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 15:30:15 +0100" startDate="2023-02-15 15:17:10 +0100" endDate="2023-02-15 15:18:01 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 16:37:59 +0100" startDate="2023-02-15 16:23:21 +0100" endDate="2023-02-15 16:23:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 16:59:53 +0100" startDate="2023-02-15 16:47:41 +0100" endDate="2023-02-15 16:54:10 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 18:35:50 +0100" startDate="2023-02-15 18:21:06 +0100" endDate="2023-02-15 18:29:56 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 18:43:34 +0100" startDate="2023-02-15 18:32:17 +0100" endDate="2023-02-15 18:40:59 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 18:58:05 +0100" startDate="2023-02-15 18:42:33 +0100" endDate="2023-02-15 18:52:26 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 19:05:41 +0100" startDate="2023-02-15 18:53:32 +0100" endDate="2023-02-15 19:03:34 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 19:16:41 +0100" startDate="2023-02-15 19:03:34 +0100" endDate="2023-02-15 19:10:51 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 19:25:33 +0100" startDate="2023-02-15 19:14:10 +0100" endDate="2023-02-15 19:14:18 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-15 22:33:48 +0100" startDate="2023-02-15 22:22:44 +0100" endDate="2023-02-15 22:24:06 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 07:14:17 +0100" startDate="2023-02-16 07:04:04 +0100" endDate="2023-02-16 07:12:36 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 07:38:12 +0100" startDate="2023-02-16 07:22:09 +0100" endDate="2023-02-16 07:26:21 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 08:19:30 +0100" startDate="2023-02-16 08:05:48 +0100" endDate="2023-02-16 08:15:21 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 08:30:44 +0100" startDate="2023-02-16 08:16:07 +0100" endDate="2023-02-16 08:23:20 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 08:40:26 +0100" startDate="2023-02-16 08:30:08 +0100" endDate="2023-02-16 08:39:36 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 08:50:39 +0100" startDate="2023-02-16 08:40:26 +0100" endDate="2023-02-16 08:50:27 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 09:00:48 +0100" startDate="2023-02-16 08:50:27 +0100" endDate="2023-02-16 09:00:06 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 09:14:47 +0100" startDate="2023-02-16 09:03:04 +0100" endDate="2023-02-16 09:08:48 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 09:33:08 +0100" startDate="2023-02-16 09:22:58 +0100" endDate="2023-02-16 09:32:01 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 09:47:52 +0100" startDate="2023-02-16 09:35:07 +0100" endDate="2023-02-16 09:40:44 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 10:03:00 +0100" startDate="2023-02-16 09:47:22 +0100" endDate="2023-02-16 09:47:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 10:13:43 +0100" startDate="2023-02-16 10:01:32 +0100" endDate="2023-02-16 10:02:05 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 10:29:47 +0100" startDate="2023-02-16 10:18:18 +0100" endDate="2023-02-16 10:28:12 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 10:39:25 +0100" startDate="2023-02-16 10:28:23 +0100" endDate="2023-02-16 10:31:11 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 13:10:35 +0100" startDate="2023-02-16 12:59:57 +0100" endDate="2023-02-16 13:06:09 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 13:25:00 +0100" startDate="2023-02-16 13:09:58 +0100" endDate="2023-02-16 13:11:58 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 13:45:17 +0100" startDate="2023-02-16 13:33:48 +0100" endDate="2023-02-16 13:42:48 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 14:10:59 +0100" startDate="2023-02-16 13:55:43 +0100" endDate="2023-02-16 13:58:21 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 16:40:36 +0100" startDate="2023-02-16 16:28:32 +0100" endDate="2023-02-16 16:38:05 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 16:51:48 +0100" startDate="2023-02-16 16:40:15 +0100" endDate="2023-02-16 16:40:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 18:23:09 +0100" startDate="2023-02-16 18:12:01 +0100" endDate="2023-02-16 18:18:56 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 18:33:18 +0100" startDate="2023-02-16 18:22:14 +0100" endDate="2023-02-16 18:32:15 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 18:45:54 +0100" startDate="2023-02-16 18:32:15 +0100" endDate="2023-02-16 18:42:17 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 18:55:08 +0100" startDate="2023-02-16 18:42:17 +0100" endDate="2023-02-16 18:45:12 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 19:05:32 +0100" startDate="2023-02-16 18:53:21 +0100" endDate="2023-02-16 18:53:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 19:26:43 +0100" startDate="2023-02-16 19:13:11 +0100" endDate="2023-02-16 19:20:52 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 19:40:42 +0100" startDate="2023-02-16 19:29:21 +0100" endDate="2023-02-16 19:32:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 20:28:19 +0100" startDate="2023-02-16 20:17:16 +0100" endDate="2023-02-16 20:19:01 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-16 22:15:22 +0100" startDate="2023-02-16 22:05:14 +0100" endDate="2023-02-16 22:08:46 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 02:48:25 +0100" startDate="2023-02-17 02:37:55 +0100" endDate="2023-02-17 02:40:08 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 07:25:14 +0100" startDate="2023-02-17 07:15:02 +0100" endDate="2023-02-17 07:15:58 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 08:06:22 +0100" startDate="2023-02-17 07:54:53 +0100" endDate="2023-02-17 07:55:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 08:30:40 +0100" startDate="2023-02-17 08:20:27 +0100" endDate="2023-02-17 08:22:07 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 09:11:05 +0100" startDate="2023-02-17 09:00:21 +0100" endDate="2023-02-17 09:09:11 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 09:21:55 +0100" startDate="2023-02-17 09:10:27 +0100" endDate="2023-02-17 09:10:33 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 11:16:22 +0100" startDate="2023-02-17 11:04:48 +0100" endDate="2023-02-17 11:04:53 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 12:00:56 +0100" startDate="2023-02-17 11:43:52 +0100" endDate="2023-02-17 11:47:57 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 12:18:23 +0100" startDate="2023-02-17 12:05:59 +0100" endDate="2023-02-17 12:13:45 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 12:27:26 +0100" startDate="2023-02-17 12:17:14 +0100" endDate="2023-02-17 12:22:12 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 13:29:58 +0100" startDate="2023-02-17 13:13:50 +0100" endDate="2023-02-17 13:19:08 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 13:48:05 +0100" startDate="2023-02-17 13:31:50 +0100" endDate="2023-02-17 13:40:27 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 14:02:24 +0100" startDate="2023-02-17 13:49:31 +0100" endDate="2023-02-17 13:51:20 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 14:14:03 +0100" startDate="2023-02-17 14:02:23 +0100" endDate="2023-02-17 14:08:44 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 14:48:13 +0100" startDate="2023-02-17 14:38:05 +0100" endDate="2023-02-17 14:45:54 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 15:27:39 +0100" startDate="2023-02-17 15:15:00 +0100" endDate="2023-02-17 15:15:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 15:44:39 +0100" startDate="2023-02-17 15:32:32 +0100" endDate="2023-02-17 15:32:37 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 17:19:17 +0100" startDate="2023-02-17 17:04:37 +0100" endDate="2023-02-17 17:09:15 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 18:19:21 +0100" startDate="2023-02-17 18:07:24 +0100" endDate="2023-02-17 18:15:36 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 18:29:24 +0100" startDate="2023-02-17 18:17:38 +0100" endDate="2023-02-17 18:18:52 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-17 22:51:53 +0100" startDate="2023-02-17 22:41:45 +0100" endDate="2023-02-17 22:45:50 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 08:39:03 +0100" startDate="2023-02-18 08:28:55 +0100" endDate="2023-02-18 08:35:04 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 08:53:00 +0100" startDate="2023-02-18 08:41:57 +0100" endDate="2023-02-18 08:48:27 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 09:21:32 +0100" startDate="2023-02-18 09:09:42 +0100" endDate="2023-02-18 09:19:43 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 09:30:46 +0100" startDate="2023-02-18 09:19:43 +0100" endDate="2023-02-18 09:22:13 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 10:24:54 +0100" startDate="2023-02-18 10:11:17 +0100" endDate="2023-02-18 10:11:48 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 13:15:55 +0100" startDate="2023-02-18 13:05:17 +0100" endDate="2023-02-18 13:15:18 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 13:31:52 +0100" startDate="2023-02-18 13:15:18 +0100" endDate="2023-02-18 13:18:06 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 13:46:31 +0100" startDate="2023-02-18 13:32:35 +0100" endDate="2023-02-18 13:42:08 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 13:54:29 +0100" startDate="2023-02-18 13:42:41 +0100" endDate="2023-02-18 13:50:25 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 16:26:28 +0100" startDate="2023-02-18 16:14:35 +0100" endDate="2023-02-18 16:23:22 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 16:38:05 +0100" startDate="2023-02-18 16:27:02 +0100" endDate="2023-02-18 16:32:20 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 17:07:23 +0100" startDate="2023-02-18 16:57:13 +0100" endDate="2023-02-18 17:05:32 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 17:35:26 +0100" startDate="2023-02-18 17:22:55 +0100" endDate="2023-02-18 17:30:41 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 17:47:30 +0100" startDate="2023-02-18 17:33:20 +0100" endDate="2023-02-18 17:40:56 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 17:54:24 +0100" startDate="2023-02-18 17:43:21 +0100" endDate="2023-02-18 17:46:14 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 18:35:16 +0100" startDate="2023-02-18 18:22:11 +0100" endDate="2023-02-18 18:24:34 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-18 21:09:46 +0100" startDate="2023-02-18 20:58:43 +0100" endDate="2023-02-18 20:58:48 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-19 12:31:05 +0100" startDate="2023-02-19 12:19:03 +0100" endDate="2023-02-19 12:25:43 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-19 12:40:21 +0100" startDate="2023-02-19 12:29:25 +0100" endDate="2023-02-19 12:37:13 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-19 13:06:07 +0100" startDate="2023-02-19 12:53:15 +0100" endDate="2023-02-19 12:57:56 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-19 13:37:08 +0100" startDate="2023-02-19 13:24:44 +0100" endDate="2023-02-19 13:25:53 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-19 15:54:16 +0100" startDate="2023-02-19 15:39:37 +0100" endDate="2023-02-19 15:40:46 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 08:39:20 +0100" startDate="2023-02-20 08:28:22 +0100" endDate="2023-02-20 08:35:42 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 10:15:00 +0100" startDate="2023-02-20 10:02:35 +0100" endDate="2023-02-20 10:02:55 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 12:37:50 +0100" startDate="2023-02-20 12:26:57 +0100" endDate="2023-02-20 12:35:03 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 12:57:39 +0100" startDate="2023-02-20 12:46:23 +0100" endDate="2023-02-20 12:54:55 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 13:08:57 +0100" startDate="2023-02-20 12:56:45 +0100" endDate="2023-02-20 12:59:00 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 13:23:43 +0100" startDate="2023-02-20 13:12:30 +0100" endDate="2023-02-20 13:13:47 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 13:37:32 +0100" startDate="2023-02-20 13:24:47 +0100" endDate="2023-02-20 13:27:43 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 14:20:41 +0100" startDate="2023-02-20 14:06:53 +0100" endDate="2023-02-20 14:12:02 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 14:39:09 +0100" startDate="2023-02-20 14:27:31 +0100" endDate="2023-02-20 14:28:09 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 16:04:26 +0100" startDate="2023-02-20 15:49:45 +0100" endDate="2023-02-20 15:58:12 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 16:42:39 +0100" startDate="2023-02-20 16:31:45 +0100" endDate="2023-02-20 16:41:13 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 16:53:05 +0100" startDate="2023-02-20 16:41:58 +0100" endDate="2023-02-20 16:46:30 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 17:11:57 +0100" startDate="2023-02-20 16:57:22 +0100" endDate="2023-02-20 17:02:10 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 17:22:49 +0100" startDate="2023-02-20 17:11:46 +0100" endDate="2023-02-20 17:13:46 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 18:31:46 +0100" startDate="2023-02-20 18:16:26 +0100" endDate="2023-02-20 18:19:38 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 18:57:27 +0100" startDate="2023-02-20 18:43:51 +0100" endDate="2023-02-20 18:47:45 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 19:09:39 +0100" startDate="2023-02-20 18:57:10 +0100" endDate="2023-02-20 19:07:06 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 19:19:58 +0100" startDate="2023-02-20 19:07:21 +0100" endDate="2023-02-20 19:17:07 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 19:49:55 +0100" startDate="2023-02-20 19:37:39 +0100" endDate="2023-02-20 19:37:42 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-20 20:42:08 +0100" startDate="2023-02-20 20:29:11 +0100" endDate="2023-02-20 20:39:05 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 05:39:03 +0100" startDate="2023-02-21 05:26:44 +0100" endDate="2023-02-21 05:32:18 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 05:53:28 +0100" startDate="2023-02-21 05:41:50 +0100" endDate="2023-02-21 05:45:24 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 06:42:52 +0100" startDate="2023-02-21 06:32:06 +0100" endDate="2023-02-21 06:33:37 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 06:53:08 +0100" startDate="2023-02-21 06:42:05 +0100" endDate="2023-02-21 06:42:53 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 09:50:32 +0100" startDate="2023-02-21 09:40:24 +0100" endDate="2023-02-21 09:40:32 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 11:53:27 +0100" startDate="2023-02-21 11:42:02 +0100" endDate="2023-02-21 11:51:37 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 12:06:29 +0100" startDate="2023-02-21 11:53:21 +0100" endDate="2023-02-21 12:02:21 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 12:15:17 +0100" startDate="2023-02-21 12:03:56 +0100" endDate="2023-02-21 12:12:33 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 12:26:15 +0100" startDate="2023-02-21 12:14:55 +0100" endDate="2023-02-21 12:21:52 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 12:45:28 +0100" startDate="2023-02-21 12:35:02 +0100" endDate="2023-02-21 12:43:13 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 12:56:07 +0100" startDate="2023-02-21 12:45:14 +0100" endDate="2023-02-21 12:53:20 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 13:12:08 +0100" startDate="2023-02-21 13:02:00 +0100" endDate="2023-02-21 13:02:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 13:37:13 +0100" startDate="2023-02-21 13:27:05 +0100" endDate="2023-02-21 13:30:54 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 13:56:57 +0100" startDate="2023-02-21 13:46:06 +0100" endDate="2023-02-21 13:50:11 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 14:16:12 +0100" startDate="2023-02-21 14:03:55 +0100" endDate="2023-02-21 14:13:46 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 15:08:51 +0100" startDate="2023-02-21 14:56:01 +0100" endDate="2023-02-21 15:05:07 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 15:30:32 +0100" startDate="2023-02-21 15:19:14 +0100" endDate="2023-02-21 15:29:15 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 15:40:22 +0100" startDate="2023-02-21 15:29:15 +0100" endDate="2023-02-21 15:39:16 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 15:52:58 +0100" startDate="2023-02-21 15:39:16 +0100" endDate="2023-02-21 15:47:10 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 16:03:26 +0100" startDate="2023-02-21 15:50:27 +0100" endDate="2023-02-21 15:57:31 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 16:55:45 +0100" startDate="2023-02-21 16:44:43 +0100" endDate="2023-02-21 16:52:14 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 17:17:49 +0100" startDate="2023-02-21 17:06:53 +0100" endDate="2023-02-21 17:14:53 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 17:32:47 +0100" startDate="2023-02-21 17:21:16 +0100" endDate="2023-02-21 17:31:15 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 17:42:20 +0100" startDate="2023-02-21 17:31:18 +0100" endDate="2023-02-21 17:41:17 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 17:53:43 +0100" startDate="2023-02-21 17:41:17 +0100" endDate="2023-02-21 17:43:37 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 18:09:07 +0100" startDate="2023-02-21 17:58:04 +0100" endDate="2023-02-21 18:08:03 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 18:19:06 +0100" startDate="2023-02-21 18:08:03 +0100" endDate="2023-02-21 18:08:08 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 18:40:42 +0100" startDate="2023-02-21 18:26:36 +0100" endDate="2023-02-21 18:33:26 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 19:18:53 +0100" startDate="2023-02-21 19:07:57 +0100" endDate="2023-02-21 19:15:48 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 19:32:14 +0100" startDate="2023-02-21 19:20:22 +0100" endDate="2023-02-21 19:29:34 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 20:10:12 +0100" startDate="2023-02-21 19:59:10 +0100" endDate="2023-02-21 20:07:16 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-21 22:10:02 +0100" startDate="2023-02-21 21:58:59 +0100" endDate="2023-02-21 21:59:20 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 07:47:29 +0100" startDate="2023-02-22 07:31:21 +0100" endDate="2023-02-22 07:35:18 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 08:44:23 +0100" startDate="2023-02-22 08:32:42 +0100" endDate="2023-02-22 08:42:43 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 08:53:46 +0100" startDate="2023-02-22 08:42:43 +0100" endDate="2023-02-22 08:51:43 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 09:02:56 +0100" startDate="2023-02-22 08:51:43 +0100" endDate="2023-02-22 09:01:44 +0100" value="869"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 09:12:34 +0100" startDate="2023-02-22 09:01:44 +0100" endDate="2023-02-22 09:05:43 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 09:29:45 +0100" startDate="2023-02-22 09:15:34 +0100" endDate="2023-02-22 09:15:37 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 09:58:05 +0100" startDate="2023-02-22 09:47:03 +0100" endDate="2023-02-22 09:47:38 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 12:04:02 +0100" startDate="2023-02-22 11:51:19 +0100" endDate="2023-02-22 12:00:41 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 12:13:17 +0100" startDate="2023-02-22 12:01:25 +0100" endDate="2023-02-22 12:05:22 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 14:41:03 +0100" startDate="2023-02-22 14:28:42 +0100" endDate="2023-02-22 14:38:40 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 14:53:27 +0100" startDate="2023-02-22 14:39:54 +0100" endDate="2023-02-22 14:47:48 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 15:08:30 +0100" startDate="2023-02-22 14:56:28 +0100" endDate="2023-02-22 15:00:15 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 16:45:35 +0100" startDate="2023-02-22 16:33:34 +0100" endDate="2023-02-22 16:43:28 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 17:14:31 +0100" startDate="2023-02-22 17:00:16 +0100" endDate="2023-02-22 17:03:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 17:52:12 +0100" startDate="2023-02-22 17:40:48 +0100" endDate="2023-02-22 17:50:40 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 18:14:20 +0100" startDate="2023-02-22 18:01:57 +0100" endDate="2023-02-22 18:11:59 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 18:22:43 +0100" startDate="2023-02-22 18:11:59 +0100" endDate="2023-02-22 18:22:00 +0100" value="1129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 18:33:28 +0100" startDate="2023-02-22 18:22:00 +0100" endDate="2023-02-22 18:30:52 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 21:30:00 +0100" startDate="2023-02-22 21:17:09 +0100" endDate="2023-02-22 21:20:20 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 22:30:12 +0100" startDate="2023-02-22 22:20:04 +0100" endDate="2023-02-22 22:30:05 +0100" value="1058"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 22:40:19 +0100" startDate="2023-02-22 22:30:05 +0100" endDate="2023-02-22 22:38:04 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-22 22:49:54 +0100" startDate="2023-02-22 22:38:04 +0100" endDate="2023-02-22 22:45:42 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 04:02:57 +0100" startDate="2023-02-23 03:51:54 +0100" endDate="2023-02-23 03:54:19 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 08:02:02 +0100" startDate="2023-02-23 07:51:54 +0100" endDate="2023-02-23 07:53:23 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 09:26:30 +0100" startDate="2023-02-23 09:12:47 +0100" endDate="2023-02-23 09:22:48 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 09:36:02 +0100" startDate="2023-02-23 09:22:48 +0100" endDate="2023-02-23 09:32:49 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 09:52:00 +0100" startDate="2023-02-23 09:35:42 +0100" endDate="2023-02-23 09:39:57 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 10:10:38 +0100" startDate="2023-02-23 09:58:43 +0100" endDate="2023-02-23 09:59:01 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 10:45:18 +0100" startDate="2023-02-23 10:34:15 +0100" endDate="2023-02-23 10:42:19 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 11:21:15 +0100" startDate="2023-02-23 11:09:31 +0100" endDate="2023-02-23 11:19:30 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 11:29:41 +0100" startDate="2023-02-23 11:19:30 +0100" endDate="2023-02-23 11:27:11 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 11:50:21 +0100" startDate="2023-02-23 11:36:39 +0100" endDate="2023-02-23 11:46:15 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 11:57:37 +0100" startDate="2023-02-23 11:47:16 +0100" endDate="2023-02-23 11:56:55 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 13:01:59 +0100" startDate="2023-02-23 12:51:16 +0100" endDate="2023-02-23 13:00:32 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 13:13:28 +0100" startDate="2023-02-23 13:02:30 +0100" endDate="2023-02-23 13:10:13 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 13:30:23 +0100" startDate="2023-02-23 13:19:21 +0100" endDate="2023-02-23 13:22:50 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 13:44:38 +0100" startDate="2023-02-23 13:31:53 +0100" endDate="2023-02-23 13:41:54 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 13:52:57 +0100" startDate="2023-02-23 13:41:54 +0100" endDate="2023-02-23 13:48:32 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 14:03:42 +0100" startDate="2023-02-23 13:52:39 +0100" endDate="2023-02-23 14:02:33 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 14:17:13 +0100" startDate="2023-02-23 14:07:03 +0100" endDate="2023-02-23 14:07:25 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 14:48:56 +0100" startDate="2023-02-23 14:37:53 +0100" endDate="2023-02-23 14:37:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 17:08:54 +0100" startDate="2023-02-23 16:57:25 +0100" endDate="2023-02-23 16:57:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 17:26:38 +0100" startDate="2023-02-23 17:14:01 +0100" endDate="2023-02-23 17:17:43 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 17:35:54 +0100" startDate="2023-02-23 17:25:16 +0100" endDate="2023-02-23 17:25:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 18:12:13 +0100" startDate="2023-02-23 17:59:50 +0100" endDate="2023-02-23 18:07:44 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-23 23:01:11 +0100" startDate="2023-02-23 22:51:01 +0100" endDate="2023-02-23 22:54:09 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 00:01:09 +0100" startDate="2023-02-23 23:50:07 +0100" endDate="2023-02-23 23:50:40 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 07:02:25 +0100" startDate="2023-02-24 06:46:54 +0100" endDate="2023-02-24 06:46:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 07:31:18 +0100" startDate="2023-02-24 07:19:19 +0100" endDate="2023-02-24 07:24:29 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 08:26:50 +0100" startDate="2023-02-24 08:14:18 +0100" endDate="2023-02-24 08:20:15 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 08:36:03 +0100" startDate="2023-02-24 08:25:00 +0100" endDate="2023-02-24 08:35:01 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 08:46:17 +0100" startDate="2023-02-24 08:35:14 +0100" endDate="2023-02-24 08:35:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 09:02:07 +0100" startDate="2023-02-24 08:49:29 +0100" endDate="2023-02-24 08:51:16 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 09:15:06 +0100" startDate="2023-02-24 09:03:17 +0100" endDate="2023-02-24 09:05:45 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 11:42:41 +0100" startDate="2023-02-24 11:30:51 +0100" endDate="2023-02-24 11:40:37 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 11:52:03 +0100" startDate="2023-02-24 11:41:17 +0100" endDate="2023-02-24 11:49:43 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 12:02:32 +0100" startDate="2023-02-24 11:51:55 +0100" endDate="2023-02-24 12:00:25 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 12:56:28 +0100" startDate="2023-02-24 12:45:26 +0100" endDate="2023-02-24 12:52:21 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 13:10:02 +0100" startDate="2023-02-24 12:55:29 +0100" endDate="2023-02-24 12:59:59 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 13:21:22 +0100" startDate="2023-02-24 13:06:55 +0100" endDate="2023-02-24 13:13:45 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 13:52:41 +0100" startDate="2023-02-24 13:39:30 +0100" endDate="2023-02-24 13:48:08 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 14:10:35 +0100" startDate="2023-02-24 14:00:25 +0100" endDate="2023-02-24 14:06:53 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 15:06:11 +0100" startDate="2023-02-24 14:49:49 +0100" endDate="2023-02-24 14:49:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 15:37:19 +0100" startDate="2023-02-24 15:26:16 +0100" endDate="2023-02-24 15:35:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 16:49:38 +0100" startDate="2023-02-24 16:37:38 +0100" endDate="2023-02-24 16:40:01 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 17:20:24 +0100" startDate="2023-02-24 17:04:58 +0100" endDate="2023-02-24 17:10:14 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 17:37:58 +0100" startDate="2023-02-24 17:26:54 +0100" endDate="2023-02-24 17:36:55 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 17:47:58 +0100" startDate="2023-02-24 17:36:55 +0100" endDate="2023-02-24 17:42:09 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 18:34:36 +0100" startDate="2023-02-24 18:20:05 +0100" endDate="2023-02-24 18:30:06 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 18:41:15 +0100" startDate="2023-02-24 18:30:06 +0100" endDate="2023-02-24 18:40:07 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 18:51:16 +0100" startDate="2023-02-24 18:40:07 +0100" endDate="2023-02-24 18:50:00 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 19:01:46 +0100" startDate="2023-02-24 18:50:13 +0100" endDate="2023-02-24 18:50:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 20:31:45 +0100" startDate="2023-02-24 20:20:33 +0100" endDate="2023-02-24 20:20:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-24 23:33:54 +0100" startDate="2023-02-24 23:18:32 +0100" endDate="2023-02-24 23:18:42 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-25 07:35:17 +0100" startDate="2023-02-25 07:24:14 +0100" endDate="2023-02-25 07:24:17 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-25 08:00:53 +0100" startDate="2023-02-25 07:50:10 +0100" endDate="2023-02-25 07:50:25 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-25 10:30:59 +0100" startDate="2023-02-25 10:19:56 +0100" endDate="2023-02-25 10:20:06 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-25 12:25:00 +0100" startDate="2023-02-25 12:12:44 +0100" endDate="2023-02-25 12:18:10 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-25 12:47:12 +0100" startDate="2023-02-25 12:36:40 +0100" endDate="2023-02-25 12:44:19 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-25 17:47:43 +0100" startDate="2023-02-25 17:36:40 +0100" endDate="2023-02-25 17:42:19 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-25 18:43:41 +0100" startDate="2023-02-25 18:28:00 +0100" endDate="2023-02-25 18:28:38 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-25 19:15:13 +0100" startDate="2023-02-25 19:00:32 +0100" endDate="2023-02-25 19:00:35 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-25 23:45:04 +0100" startDate="2023-02-25 23:34:18 +0100" endDate="2023-02-25 23:37:14 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-26 00:45:43 +0100" startDate="2023-02-26 00:34:40 +0100" endDate="2023-02-26 00:40:37 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-26 01:34:17 +0100" startDate="2023-02-26 01:20:32 +0100" endDate="2023-02-26 01:24:03 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-26 02:02:45 +0100" startDate="2023-02-26 01:48:55 +0100" endDate="2023-02-26 01:49:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-26 13:41:41 +0100" startDate="2023-02-26 13:30:38 +0100" endDate="2023-02-26 13:37:44 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 06:22:31 +0100" startDate="2023-02-27 06:10:38 +0100" endDate="2023-02-27 06:19:10 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 06:32:26 +0100" startDate="2023-02-27 06:21:23 +0100" endDate="2023-02-27 06:21:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 06:48:16 +0100" startDate="2023-02-27 06:37:13 +0100" endDate="2023-02-27 06:45:56 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 07:00:00 +0100" startDate="2023-02-27 06:48:57 +0100" endDate="2023-02-27 06:49:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 07:48:50 +0100" startDate="2023-02-27 07:37:36 +0100" endDate="2023-02-27 07:46:18 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 08:40:39 +0100" startDate="2023-02-27 08:27:13 +0100" endDate="2023-02-27 08:37:12 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 08:51:32 +0100" startDate="2023-02-27 08:38:18 +0100" endDate="2023-02-27 08:39:22 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 09:28:21 +0100" startDate="2023-02-27 09:16:59 +0100" endDate="2023-02-27 09:17:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 10:41:45 +0100" startDate="2023-02-27 10:28:29 +0100" endDate="2023-02-27 10:31:56 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 12:14:20 +0100" startDate="2023-02-27 12:03:15 +0100" endDate="2023-02-27 12:08:03 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 13:29:15 +0100" startDate="2023-02-27 13:18:45 +0100" endDate="2023-02-27 13:28:43 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 13:49:12 +0100" startDate="2023-02-27 13:36:45 +0100" endDate="2023-02-27 13:37:35 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 14:00:44 +0100" startDate="2023-02-27 13:48:41 +0100" endDate="2023-02-27 13:57:06 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 14:09:06 +0100" startDate="2023-02-27 13:57:06 +0100" endDate="2023-02-27 14:01:41 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 14:20:58 +0100" startDate="2023-02-27 14:09:10 +0100" endDate="2023-02-27 14:09:12 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 14:34:57 +0100" startDate="2023-02-27 14:19:42 +0100" endDate="2023-02-27 14:19:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 14:49:17 +0100" startDate="2023-02-27 14:37:52 +0100" endDate="2023-02-27 14:47:35 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 15:23:10 +0100" startDate="2023-02-27 15:11:11 +0100" endDate="2023-02-27 15:18:52 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 16:17:21 +0100" startDate="2023-02-27 16:04:19 +0100" endDate="2023-02-27 16:09:45 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 16:51:34 +0100" startDate="2023-02-27 16:40:31 +0100" endDate="2023-02-27 16:46:38 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 19:21:49 +0100" startDate="2023-02-27 19:08:08 +0100" endDate="2023-02-27 19:17:39 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 19:30:06 +0100" startDate="2023-02-27 19:18:14 +0100" endDate="2023-02-27 19:27:53 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 19:41:45 +0100" startDate="2023-02-27 19:30:48 +0100" endDate="2023-02-27 19:39:23 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-27 22:33:05 +0100" startDate="2023-02-27 22:22:45 +0100" endDate="2023-02-27 22:23:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 06:56:31 +0100" startDate="2023-02-28 06:46:05 +0100" endDate="2023-02-28 06:55:56 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 07:07:13 +0100" startDate="2023-02-28 06:56:19 +0100" endDate="2023-02-28 07:04:39 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 11:41:44 +0100" startDate="2023-02-28 11:31:33 +0100" endDate="2023-02-28 11:39:47 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 12:08:35 +0100" startDate="2023-02-28 11:57:32 +0100" endDate="2023-02-28 12:06:51 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 12:22:06 +0100" startDate="2023-02-28 12:11:03 +0100" endDate="2023-02-28 12:18:59 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 13:09:47 +0100" startDate="2023-02-28 12:59:29 +0100" endDate="2023-02-28 12:59:42 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 16:22:43 +0100" startDate="2023-02-28 16:11:18 +0100" endDate="2023-02-28 16:21:19 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 16:33:55 +0100" startDate="2023-02-28 16:21:19 +0100" endDate="2023-02-28 16:31:13 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 16:44:00 +0100" startDate="2023-02-28 16:31:23 +0100" endDate="2023-02-28 16:41:24 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 16:53:41 +0100" startDate="2023-02-28 16:41:24 +0100" endDate="2023-02-28 16:50:01 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 17:06:24 +0100" startDate="2023-02-28 16:51:25 +0100" endDate="2023-02-28 16:53:27 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 18:57:09 +0100" startDate="2023-02-28 18:44:24 +0100" endDate="2023-02-28 18:47:17 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-02-28 22:42:43 +0100" startDate="2023-02-28 22:32:33 +0100" endDate="2023-02-28 22:32:55 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 04:08:37 +0100" startDate="2023-03-01 03:58:22 +0100" endDate="2023-03-01 03:58:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 08:01:50 +0100" startDate="2023-03-01 07:51:21 +0100" endDate="2023-03-01 07:59:41 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 08:13:11 +0100" startDate="2023-03-01 08:01:25 +0100" endDate="2023-03-01 08:11:01 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 08:22:29 +0100" startDate="2023-03-01 08:11:26 +0100" endDate="2023-03-01 08:16:47 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 09:24:11 +0100" startDate="2023-03-01 09:10:55 +0100" endDate="2023-03-01 09:20:48 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 09:34:31 +0100" startDate="2023-03-01 09:20:58 +0100" endDate="2023-03-01 09:26:32 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 09:43:20 +0100" startDate="2023-03-01 09:31:37 +0100" endDate="2023-03-01 09:41:10 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 10:11:49 +0100" startDate="2023-03-01 10:01:05 +0100" endDate="2023-03-01 10:06:05 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 11:54:15 +0100" startDate="2023-03-01 11:42:03 +0100" endDate="2023-03-01 11:48:27 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 12:04:56 +0100" startDate="2023-03-01 11:53:53 +0100" endDate="2023-03-01 11:59:42 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 12:26:03 +0100" startDate="2023-03-01 12:14:31 +0100" endDate="2023-03-01 12:14:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 13:01:10 +0100" startDate="2023-03-01 12:50:55 +0100" endDate="2023-03-01 12:50:57 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 13:22:13 +0100" startDate="2023-03-01 13:08:22 +0100" endDate="2023-03-01 13:15:12 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 13:32:38 +0100" startDate="2023-03-01 13:19:09 +0100" endDate="2023-03-01 13:20:30 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 13:47:31 +0100" startDate="2023-03-01 13:32:46 +0100" endDate="2023-03-01 13:37:38 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 14:41:37 +0100" startDate="2023-03-01 14:29:50 +0100" endDate="2023-03-01 14:31:57 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 14:51:18 +0100" startDate="2023-03-01 14:41:00 +0100" endDate="2023-03-01 14:50:59 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 15:02:47 +0100" startDate="2023-03-01 14:50:59 +0100" endDate="2023-03-01 15:00:57 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 15:15:00 +0100" startDate="2023-03-01 15:01:05 +0100" endDate="2023-03-01 15:11:01 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 15:22:14 +0100" startDate="2023-03-01 15:11:11 +0100" endDate="2023-03-01 15:15:00 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 16:04:03 +0100" startDate="2023-03-01 15:53:00 +0100" endDate="2023-03-01 15:53:02 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 19:10:21 +0100" startDate="2023-03-01 18:57:41 +0100" endDate="2023-03-01 19:03:33 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 19:22:01 +0100" startDate="2023-03-01 19:08:49 +0100" endDate="2023-03-01 19:18:01 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 19:34:35 +0100" startDate="2023-03-01 19:20:49 +0100" endDate="2023-03-01 19:23:30 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 21:09:36 +0100" startDate="2023-03-01 20:53:43 +0100" endDate="2023-03-01 20:57:10 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 22:15:44 +0100" startDate="2023-03-01 22:01:16 +0100" endDate="2023-03-01 22:01:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 23:04:07 +0100" startDate="2023-03-01 22:53:56 +0100" endDate="2023-03-01 23:02:48 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-01 23:15:12 +0100" startDate="2023-03-01 23:04:10 +0100" endDate="2023-03-01 23:08:28 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 07:55:10 +0100" startDate="2023-03-02 07:40:22 +0100" endDate="2023-03-02 07:40:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 08:06:14 +0100" startDate="2023-03-02 07:55:52 +0100" endDate="2023-03-02 08:01:14 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 08:20:23 +0100" startDate="2023-03-02 08:09:20 +0100" endDate="2023-03-02 08:09:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 09:49:24 +0100" startDate="2023-03-02 09:38:21 +0100" endDate="2023-03-02 09:45:44 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 10:05:39 +0100" startDate="2023-03-02 09:52:06 +0100" endDate="2023-03-02 09:53:30 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 11:02:35 +0100" startDate="2023-03-02 10:51:13 +0100" endDate="2023-03-02 11:00:02 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 12:27:42 +0100" startDate="2023-03-02 12:15:01 +0100" endDate="2023-03-02 12:18:20 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 12:38:58 +0100" startDate="2023-03-02 12:27:19 +0100" endDate="2023-03-02 12:35:59 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 12:51:45 +0100" startDate="2023-03-02 12:38:22 +0100" endDate="2023-03-02 12:48:23 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 12:59:49 +0100" startDate="2023-03-02 12:48:23 +0100" endDate="2023-03-02 12:58:24 +0100" value="1171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 13:08:55 +0100" startDate="2023-03-02 12:58:24 +0100" endDate="2023-03-02 13:06:48 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 13:17:40 +0100" startDate="2023-03-02 13:06:48 +0100" endDate="2023-03-02 13:16:39 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 13:48:11 +0100" startDate="2023-03-02 13:35:32 +0100" endDate="2023-03-02 13:37:50 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 14:11:02 +0100" startDate="2023-03-02 13:57:58 +0100" endDate="2023-03-02 13:58:11 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 17:13:11 +0100" startDate="2023-03-02 17:01:44 +0100" endDate="2023-03-02 17:11:30 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 17:26:12 +0100" startDate="2023-03-02 17:12:41 +0100" endDate="2023-03-02 17:22:17 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 17:37:30 +0100" startDate="2023-03-02 17:26:09 +0100" endDate="2023-03-02 17:29:58 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 18:11:50 +0100" startDate="2023-03-02 18:01:32 +0100" endDate="2023-03-02 18:11:15 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 18:26:59 +0100" startDate="2023-03-02 18:11:17 +0100" endDate="2023-03-02 18:11:20 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 21:21:54 +0100" startDate="2023-03-02 21:09:23 +0100" endDate="2023-03-02 21:09:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-02 21:45:37 +0100" startDate="2023-03-02 21:35:24 +0100" endDate="2023-03-02 21:39:06 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 05:55:02 +0100" startDate="2023-03-03 05:44:54 +0100" endDate="2023-03-03 05:48:03 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 06:09:45 +0100" startDate="2023-03-03 05:54:56 +0100" endDate="2023-03-03 06:04:30 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 06:35:34 +0100" startDate="2023-03-03 06:24:32 +0100" endDate="2023-03-03 06:34:31 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 06:45:56 +0100" startDate="2023-03-03 06:34:31 +0100" endDate="2023-03-03 06:34:54 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 06:57:59 +0100" startDate="2023-03-03 06:47:49 +0100" endDate="2023-03-03 06:52:34 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 08:27:28 +0100" startDate="2023-03-03 08:14:40 +0100" endDate="2023-03-03 08:24:29 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 08:36:22 +0100" startDate="2023-03-03 08:24:59 +0100" endDate="2023-03-03 08:33:26 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 08:48:13 +0100" startDate="2023-03-03 08:36:39 +0100" endDate="2023-03-03 08:45:58 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 10:13:14 +0100" startDate="2023-03-03 09:58:47 +0100" endDate="2023-03-03 09:58:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 11:16:41 +0100" startDate="2023-03-03 11:02:04 +0100" endDate="2023-03-03 11:12:03 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 11:28:17 +0100" startDate="2023-03-03 11:14:41 +0100" endDate="2023-03-03 11:14:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 12:58:20 +0100" startDate="2023-03-03 12:43:50 +0100" endDate="2023-03-03 12:51:26 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 14:00:22 +0100" startDate="2023-03-03 13:49:21 +0100" endDate="2023-03-03 13:58:16 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 14:28:14 +0100" startDate="2023-03-03 14:17:03 +0100" endDate="2023-03-03 14:17:16 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 14:44:52 +0100" startDate="2023-03-03 14:30:13 +0100" endDate="2023-03-03 14:30:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 15:16:38 +0100" startDate="2023-03-03 15:03:13 +0100" endDate="2023-03-03 15:12:47 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 15:26:31 +0100" startDate="2023-03-03 15:15:20 +0100" endDate="2023-03-03 15:15:32 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 15:51:48 +0100" startDate="2023-03-03 15:40:42 +0100" endDate="2023-03-03 15:44:39 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 16:04:50 +0100" startDate="2023-03-03 15:52:56 +0100" endDate="2023-03-03 15:55:01 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 16:24:09 +0100" startDate="2023-03-03 16:13:00 +0100" endDate="2023-03-03 16:20:18 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 16:35:29 +0100" startDate="2023-03-03 16:25:01 +0100" endDate="2023-03-03 16:34:06 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 17:53:03 +0100" startDate="2023-03-03 17:38:00 +0100" endDate="2023-03-03 17:48:01 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 18:04:58 +0100" startDate="2023-03-03 17:52:31 +0100" endDate="2023-03-03 18:02:32 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 18:18:18 +0100" startDate="2023-03-03 18:04:06 +0100" endDate="2023-03-03 18:04:49 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 18:29:31 +0100" startDate="2023-03-03 18:16:25 +0100" endDate="2023-03-03 18:19:44 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 18:42:31 +0100" startDate="2023-03-03 18:29:49 +0100" endDate="2023-03-03 18:39:50 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 18:55:12 +0100" startDate="2023-03-03 18:39:50 +0100" endDate="2023-03-03 18:41:55 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 19:03:54 +0100" startDate="2023-03-03 18:51:23 +0100" endDate="2023-03-03 19:00:46 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 21:57:25 +0100" startDate="2023-03-03 21:47:10 +0100" endDate="2023-03-03 21:53:27 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-03 22:16:50 +0100" startDate="2023-03-03 22:03:06 +0100" endDate="2023-03-03 22:03:26 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-04 04:28:21 +0100" startDate="2023-03-04 04:18:16 +0100" endDate="2023-03-04 04:18:31 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-04 04:48:30 +0100" startDate="2023-03-04 04:35:07 +0100" endDate="2023-03-04 04:35:42 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-04 09:56:58 +0100" startDate="2023-03-04 09:46:25 +0100" endDate="2023-03-04 09:56:16 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-04 10:08:30 +0100" startDate="2023-03-04 09:56:39 +0100" endDate="2023-03-04 10:04:43 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-04 10:17:24 +0100" startDate="2023-03-04 10:06:55 +0100" endDate="2023-03-04 10:09:20 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-04 10:32:39 +0100" startDate="2023-03-04 10:20:25 +0100" endDate="2023-03-04 10:28:29 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-04 12:54:58 +0100" startDate="2023-03-04 12:44:50 +0100" endDate="2023-03-04 12:45:08 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-04 15:36:50 +0100" startDate="2023-03-04 15:25:25 +0100" endDate="2023-03-04 15:25:43 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-04 16:50:17 +0100" startDate="2023-03-04 16:36:57 +0100" endDate="2023-03-04 16:37:07 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-04 17:53:17 +0100" startDate="2023-03-04 17:42:42 +0100" endDate="2023-03-04 17:42:55 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-04 22:25:13 +0100" startDate="2023-03-04 22:10:20 +0100" endDate="2023-03-04 22:10:35 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 09:09:01 +0100" startDate="2023-03-05 08:57:09 +0100" endDate="2023-03-05 08:57:24 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 09:50:25 +0100" startDate="2023-03-05 09:40:15 +0100" endDate="2023-03-05 09:40:38 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 10:12:40 +0100" startDate="2023-03-05 10:02:14 +0100" endDate="2023-03-05 10:02:57 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 11:02:39 +0100" startDate="2023-03-05 10:48:16 +0100" endDate="2023-03-05 10:48:18 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 11:46:56 +0100" startDate="2023-03-05 11:35:53 +0100" endDate="2023-03-05 11:44:38 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 13:06:23 +0100" startDate="2023-03-05 12:55:21 +0100" endDate="2023-03-05 13:05:04 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 13:16:53 +0100" startDate="2023-03-05 13:05:27 +0100" endDate="2023-03-05 13:15:25 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 13:28:36 +0100" startDate="2023-03-05 13:15:35 +0100" endDate="2023-03-05 13:17:40 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 14:25:34 +0100" startDate="2023-03-05 14:12:48 +0100" endDate="2023-03-05 14:12:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 14:37:54 +0100" startDate="2023-03-05 14:27:17 +0100" endDate="2023-03-05 14:37:03 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 14:53:41 +0100" startDate="2023-03-05 14:42:16 +0100" endDate="2023-03-05 14:52:17 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 15:02:44 +0100" startDate="2023-03-05 14:52:17 +0100" endDate="2023-03-05 14:59:50 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 15:26:19 +0100" startDate="2023-03-05 15:14:22 +0100" endDate="2023-03-05 15:21:25 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 15:46:39 +0100" startDate="2023-03-05 15:34:24 +0100" endDate="2023-03-05 15:40:21 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 17:38:28 +0100" startDate="2023-03-05 17:24:35 +0100" endDate="2023-03-05 17:24:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 18:09:42 +0100" startDate="2023-03-05 17:56:23 +0100" endDate="2023-03-05 17:56:28 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 19:56:03 +0100" startDate="2023-03-05 19:43:16 +0100" endDate="2023-03-05 19:51:07 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 20:06:01 +0100" startDate="2023-03-05 19:54:05 +0100" endDate="2023-03-05 19:54:15 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 20:26:04 +0100" startDate="2023-03-05 20:14:11 +0100" endDate="2023-03-05 20:16:13 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 20:44:18 +0100" startDate="2023-03-05 20:33:15 +0100" endDate="2023-03-05 20:42:28 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-05 20:59:37 +0100" startDate="2023-03-05 20:44:51 +0100" endDate="2023-03-05 20:46:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 07:27:58 +0100" startDate="2023-03-06 07:16:55 +0100" endDate="2023-03-06 07:17:00 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 07:49:05 +0100" startDate="2023-03-06 07:35:11 +0100" endDate="2023-03-06 07:45:04 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 08:02:20 +0100" startDate="2023-03-06 07:51:17 +0100" endDate="2023-03-06 07:51:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 08:40:56 +0100" startDate="2023-03-06 08:29:05 +0100" endDate="2023-03-06 08:39:06 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 08:49:43 +0100" startDate="2023-03-06 08:39:06 +0100" endDate="2023-03-06 08:41:57 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 09:02:43 +0100" startDate="2023-03-06 08:51:04 +0100" endDate="2023-03-06 08:57:57 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 09:14:09 +0100" startDate="2023-03-06 09:02:15 +0100" endDate="2023-03-06 09:08:52 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 09:38:36 +0100" startDate="2023-03-06 09:21:43 +0100" endDate="2023-03-06 09:22:42 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 10:06:56 +0100" startDate="2023-03-06 09:54:20 +0100" endDate="2023-03-06 09:54:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 11:26:00 +0100" startDate="2023-03-06 11:14:15 +0100" endDate="2023-03-06 11:14:25 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 11:37:34 +0100" startDate="2023-03-06 11:26:31 +0100" endDate="2023-03-06 11:29:34 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 12:44:34 +0100" startDate="2023-03-06 12:34:22 +0100" endDate="2023-03-06 12:38:29 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 13:47:38 +0100" startDate="2023-03-06 13:34:47 +0100" endDate="2023-03-06 13:42:24 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 13:58:06 +0100" startDate="2023-03-06 13:46:34 +0100" endDate="2023-03-06 13:47:12 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 14:43:26 +0100" startDate="2023-03-06 14:28:26 +0100" endDate="2023-03-06 14:38:27 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 14:53:43 +0100" startDate="2023-03-06 14:41:18 +0100" endDate="2023-03-06 14:42:14 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 15:04:19 +0100" startDate="2023-03-06 14:51:49 +0100" endDate="2023-03-06 14:52:27 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 15:16:11 +0100" startDate="2023-03-06 15:04:28 +0100" endDate="2023-03-06 15:12:31 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 15:49:16 +0100" startDate="2023-03-06 15:35:21 +0100" endDate="2023-03-06 15:43:27 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 16:30:15 +0100" startDate="2023-03-06 16:17:34 +0100" endDate="2023-03-06 16:26:48 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 16:40:55 +0100" startDate="2023-03-06 16:28:38 +0100" endDate="2023-03-06 16:38:39 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 16:54:45 +0100" startDate="2023-03-06 16:38:39 +0100" endDate="2023-03-06 16:43:09 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 17:04:25 +0100" startDate="2023-03-06 16:54:12 +0100" endDate="2023-03-06 16:56:45 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 17:14:51 +0100" startDate="2023-03-06 17:04:38 +0100" endDate="2023-03-06 17:11:54 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 17:34:43 +0100" startDate="2023-03-06 17:24:35 +0100" endDate="2023-03-06 17:25:01 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 18:13:15 +0100" startDate="2023-03-06 18:01:14 +0100" endDate="2023-03-06 18:11:15 +0100" value="1003"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 18:23:05 +0100" startDate="2023-03-06 18:11:15 +0100" endDate="2023-03-06 18:17:52 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 22:17:54 +0100" startDate="2023-03-06 22:06:15 +0100" endDate="2023-03-06 22:06:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-06 22:27:30 +0100" startDate="2023-03-06 22:16:27 +0100" endDate="2023-03-06 22:18:42 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 04:22:06 +0100" startDate="2023-03-07 04:11:04 +0100" endDate="2023-03-07 04:11:06 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 05:00:27 +0100" startDate="2023-03-07 04:49:25 +0100" endDate="2023-03-07 04:49:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 07:15:37 +0100" startDate="2023-03-07 07:04:16 +0100" endDate="2023-03-07 07:04:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 07:46:09 +0100" startDate="2023-03-07 07:34:56 +0100" endDate="2023-03-07 07:44:57 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 07:55:36 +0100" startDate="2023-03-07 07:44:57 +0100" endDate="2023-03-07 07:51:34 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 08:06:02 +0100" startDate="2023-03-07 07:55:56 +0100" endDate="2023-03-07 07:59:51 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 08:42:24 +0100" startDate="2023-03-07 08:29:17 +0100" endDate="2023-03-07 08:35:50 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 08:55:02 +0100" startDate="2023-03-07 08:44:53 +0100" endDate="2023-03-07 08:54:05 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 09:08:58 +0100" startDate="2023-03-07 08:55:04 +0100" endDate="2023-03-07 08:55:17 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 09:22:09 +0100" startDate="2023-03-07 09:10:04 +0100" endDate="2023-03-07 09:10:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 09:45:02 +0100" startDate="2023-03-07 09:32:29 +0100" endDate="2023-03-07 09:33:35 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 10:33:07 +0100" startDate="2023-03-07 10:21:33 +0100" endDate="2023-03-07 10:22:57 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 10:48:24 +0100" startDate="2023-03-07 10:35:41 +0100" endDate="2023-03-07 10:44:18 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 11:24:54 +0100" startDate="2023-03-07 11:12:46 +0100" endDate="2023-03-07 11:19:47 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 12:21:03 +0100" startDate="2023-03-07 12:09:03 +0100" endDate="2023-03-07 12:09:13 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 12:36:08 +0100" startDate="2023-03-07 12:21:50 +0100" endDate="2023-03-07 12:26:46 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 13:24:48 +0100" startDate="2023-03-07 13:14:13 +0100" endDate="2023-03-07 13:16:56 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 13:38:18 +0100" startDate="2023-03-07 13:25:15 +0100" endDate="2023-03-07 13:25:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 14:28:10 +0100" startDate="2023-03-07 14:17:27 +0100" endDate="2023-03-07 14:25:49 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 14:42:18 +0100" startDate="2023-03-07 14:29:26 +0100" endDate="2023-03-07 14:29:43 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 15:05:26 +0100" startDate="2023-03-07 14:52:10 +0100" endDate="2023-03-07 14:52:18 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 15:15:57 +0100" startDate="2023-03-07 15:03:23 +0100" endDate="2023-03-07 15:05:56 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 15:32:35 +0100" startDate="2023-03-07 15:20:23 +0100" endDate="2023-03-07 15:20:28 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 16:10:03 +0100" startDate="2023-03-07 15:55:24 +0100" endDate="2023-03-07 16:05:24 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 16:18:12 +0100" startDate="2023-03-07 16:05:24 +0100" endDate="2023-03-07 16:15:25 +0100" value="1066"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 16:27:41 +0100" startDate="2023-03-07 16:15:25 +0100" endDate="2023-03-07 16:23:21 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 16:42:03 +0100" startDate="2023-03-07 16:31:00 +0100" endDate="2023-03-07 16:36:31 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 17:08:00 +0100" startDate="2023-03-07 16:57:47 +0100" endDate="2023-03-07 17:05:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 17:22:44 +0100" startDate="2023-03-07 17:12:15 +0100" endDate="2023-03-07 17:21:05 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 17:38:50 +0100" startDate="2023-03-07 17:27:48 +0100" endDate="2023-03-07 17:37:49 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 17:50:31 +0100" startDate="2023-03-07 17:37:49 +0100" endDate="2023-03-07 17:42:03 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 19:30:00 +0100" startDate="2023-03-07 19:18:22 +0100" endDate="2023-03-07 19:18:25 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-07 22:16:12 +0100" startDate="2023-03-07 22:05:09 +0100" endDate="2023-03-07 22:05:17 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 05:05:10 +0100" startDate="2023-03-08 04:54:07 +0100" endDate="2023-03-08 04:54:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 07:05:04 +0100" startDate="2023-03-08 06:53:42 +0100" endDate="2023-03-08 06:55:22 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 07:45:20 +0100" startDate="2023-03-08 07:34:17 +0100" endDate="2023-03-08 07:41:28 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 08:47:43 +0100" startDate="2023-03-08 08:35:20 +0100" endDate="2023-03-08 08:44:25 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 11:39:38 +0100" startDate="2023-03-08 11:27:36 +0100" endDate="2023-03-08 11:35:02 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 11:49:23 +0100" startDate="2023-03-08 11:38:08 +0100" endDate="2023-03-08 11:38:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 12:09:50 +0100" startDate="2023-03-08 11:57:19 +0100" endDate="2023-03-08 12:07:19 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 12:21:47 +0100" startDate="2023-03-08 12:07:19 +0100" endDate="2023-03-08 12:17:20 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 12:27:32 +0100" startDate="2023-03-08 12:17:20 +0100" endDate="2023-03-08 12:27:21 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 12:41:36 +0100" startDate="2023-03-08 12:27:21 +0100" endDate="2023-03-08 12:37:22 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 12:51:12 +0100" startDate="2023-03-08 12:37:22 +0100" endDate="2023-03-08 12:47:23 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 12:59:33 +0100" startDate="2023-03-08 12:47:23 +0100" endDate="2023-03-08 12:56:53 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 13:25:31 +0100" startDate="2023-03-08 13:08:46 +0100" endDate="2023-03-08 13:18:22 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 13:36:53 +0100" startDate="2023-03-08 13:22:47 +0100" endDate="2023-03-08 13:28:03 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 15:34:43 +0100" startDate="2023-03-08 15:20:55 +0100" endDate="2023-03-08 15:23:18 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 16:02:46 +0100" startDate="2023-03-08 15:51:30 +0100" endDate="2023-03-08 15:59:36 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 17:28:34 +0100" startDate="2023-03-08 17:16:41 +0100" endDate="2023-03-08 17:24:40 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 17:38:37 +0100" startDate="2023-03-08 17:28:27 +0100" endDate="2023-03-08 17:37:16 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 17:51:19 +0100" startDate="2023-03-08 17:38:58 +0100" endDate="2023-03-08 17:47:25 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 18:01:52 +0100" startDate="2023-03-08 17:49:02 +0100" endDate="2023-03-08 17:51:29 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 18:25:32 +0100" startDate="2023-03-08 18:12:43 +0100" endDate="2023-03-08 18:15:11 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 20:22:35 +0100" startDate="2023-03-08 20:07:44 +0100" endDate="2023-03-08 20:08:02 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 20:34:27 +0100" startDate="2023-03-08 20:23:24 +0100" endDate="2023-03-08 20:32:37 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-08 22:17:50 +0100" startDate="2023-03-08 22:03:01 +0100" endDate="2023-03-08 22:04:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 07:22:35 +0100" startDate="2023-03-09 07:10:48 +0100" endDate="2023-03-09 07:20:13 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 07:32:22 +0100" startDate="2023-03-09 07:21:20 +0100" endDate="2023-03-09 07:25:09 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 09:59:34 +0100" startDate="2023-03-09 09:47:41 +0100" endDate="2023-03-09 09:55:19 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 10:11:59 +0100" startDate="2023-03-09 09:59:19 +0100" endDate="2023-03-09 09:59:37 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 13:58:42 +0100" startDate="2023-03-09 13:47:57 +0100" endDate="2023-03-09 13:57:12 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 14:11:02 +0100" startDate="2023-03-09 13:57:12 +0100" endDate="2023-03-09 14:05:29 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 14:29:43 +0100" startDate="2023-03-09 14:17:45 +0100" endDate="2023-03-09 14:19:50 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 15:24:17 +0100" startDate="2023-03-09 15:12:35 +0100" endDate="2023-03-09 15:14:19 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 15:38:57 +0100" startDate="2023-03-09 15:27:22 +0100" endDate="2023-03-09 15:37:21 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 15:48:48 +0100" startDate="2023-03-09 15:37:21 +0100" endDate="2023-03-09 15:37:31 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 17:00:38 +0100" startDate="2023-03-09 16:49:13 +0100" endDate="2023-03-09 16:58:59 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 17:12:00 +0100" startDate="2023-03-09 16:59:32 +0100" endDate="2023-03-09 17:06:24 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-09 21:20:52 +0100" startDate="2023-03-09 21:05:55 +0100" endDate="2023-03-09 21:06:18 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 01:27:12 +0100" startDate="2023-03-10 01:12:20 +0100" endDate="2023-03-10 01:15:23 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 02:20:35 +0100" startDate="2023-03-10 02:09:32 +0100" endDate="2023-03-10 02:10:00 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 06:38:07 +0100" startDate="2023-03-10 06:26:48 +0100" endDate="2023-03-10 06:27:06 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 06:47:22 +0100" startDate="2023-03-10 06:37:14 +0100" endDate="2023-03-10 06:41:55 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 07:29:25 +0100" startDate="2023-03-10 07:19:18 +0100" endDate="2023-03-10 07:21:23 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 07:52:24 +0100" startDate="2023-03-10 07:40:34 +0100" endDate="2023-03-10 07:42:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 08:30:00 +0100" startDate="2023-03-10 08:17:06 +0100" endDate="2023-03-10 08:17:11 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 08:47:48 +0100" startDate="2023-03-10 08:33:01 +0100" endDate="2023-03-10 08:33:47 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 09:30:58 +0100" startDate="2023-03-10 09:19:37 +0100" endDate="2023-03-10 09:29:38 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 09:39:59 +0100" startDate="2023-03-10 09:29:38 +0100" endDate="2023-03-10 09:29:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 13:56:26 +0100" startDate="2023-03-10 13:44:22 +0100" endDate="2023-03-10 13:49:03 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 14:37:34 +0100" startDate="2023-03-10 14:27:05 +0100" endDate="2023-03-10 14:34:49 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 14:48:41 +0100" startDate="2023-03-10 14:37:16 +0100" endDate="2023-03-10 14:37:42 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 15:02:26 +0100" startDate="2023-03-10 14:50:31 +0100" endDate="2023-03-10 14:59:29 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 15:15:31 +0100" startDate="2023-03-10 15:03:13 +0100" endDate="2023-03-10 15:13:14 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 15:25:29 +0100" startDate="2023-03-10 15:14:13 +0100" endDate="2023-03-10 15:24:14 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 15:35:23 +0100" startDate="2023-03-10 15:24:14 +0100" endDate="2023-03-10 15:24:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 15:45:05 +0100" startDate="2023-03-10 15:35:00 +0100" endDate="2023-03-10 15:43:27 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 15:55:01 +0100" startDate="2023-03-10 15:43:27 +0100" endDate="2023-03-10 15:44:45 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 16:09:30 +0100" startDate="2023-03-10 15:54:16 +0100" endDate="2023-03-10 16:02:41 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 16:22:13 +0100" startDate="2023-03-10 16:08:35 +0100" endDate="2023-03-10 16:14:44 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 16:38:00 +0100" startDate="2023-03-10 16:24:47 +0100" endDate="2023-03-10 16:27:55 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 16:53:41 +0100" startDate="2023-03-10 16:42:12 +0100" endDate="2023-03-10 16:51:14 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 17:03:31 +0100" startDate="2023-03-10 16:52:28 +0100" endDate="2023-03-10 17:01:28 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 17:21:10 +0100" startDate="2023-03-10 17:09:55 +0100" endDate="2023-03-10 17:19:46 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 18:04:50 +0100" startDate="2023-03-10 17:49:20 +0100" endDate="2023-03-10 17:57:16 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 18:10:39 +0100" startDate="2023-03-10 17:59:36 +0100" endDate="2023-03-10 18:08:39 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 18:21:38 +0100" startDate="2023-03-10 18:10:36 +0100" endDate="2023-03-10 18:17:18 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-10 22:32:18 +0100" startDate="2023-03-10 22:22:05 +0100" endDate="2023-03-10 22:22:28 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 06:04:13 +0100" startDate="2023-03-11 05:54:07 +0100" endDate="2023-03-11 05:58:04 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 08:43:15 +0100" startDate="2023-03-11 08:29:11 +0100" endDate="2023-03-11 08:29:51 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 09:34:08 +0100" startDate="2023-03-11 09:22:43 +0100" endDate="2023-03-11 09:32:39 +0100" value="1007"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 09:46:38 +0100" startDate="2023-03-11 09:32:39 +0100" endDate="2023-03-11 09:42:40 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 09:57:37 +0100" startDate="2023-03-11 09:44:17 +0100" endDate="2023-03-11 09:52:14 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 10:06:03 +0100" startDate="2023-03-11 09:54:27 +0100" endDate="2023-03-11 10:03:45 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 10:17:29 +0100" startDate="2023-03-11 10:05:42 +0100" endDate="2023-03-11 10:15:36 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 10:28:49 +0100" startDate="2023-03-11 10:17:05 +0100" endDate="2023-03-11 10:27:06 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 10:37:42 +0100" startDate="2023-03-11 10:27:06 +0100" endDate="2023-03-11 10:37:07 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 10:48:53 +0100" startDate="2023-03-11 10:37:07 +0100" endDate="2023-03-11 10:43:11 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 10:59:05 +0100" startDate="2023-03-11 10:48:02 +0100" endDate="2023-03-11 10:58:03 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 11:09:34 +0100" startDate="2023-03-11 10:59:27 +0100" endDate="2023-03-11 11:09:08 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 11:24:57 +0100" startDate="2023-03-11 11:14:47 +0100" endDate="2023-03-11 11:23:39 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 11:35:08 +0100" startDate="2023-03-11 11:24:48 +0100" endDate="2023-03-11 11:34:33 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 11:45:24 +0100" startDate="2023-03-11 11:35:12 +0100" endDate="2023-03-11 11:43:16 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 11:57:23 +0100" startDate="2023-03-11 11:47:07 +0100" endDate="2023-03-11 11:53:19 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 14:20:04 +0100" startDate="2023-03-11 14:02:33 +0100" endDate="2023-03-11 14:02:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 14:36:06 +0100" startDate="2023-03-11 14:25:04 +0100" endDate="2023-03-11 14:25:11 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-11 17:11:04 +0100" startDate="2023-03-11 17:00:02 +0100" endDate="2023-03-11 17:04:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 01:02:56 +0100" startDate="2023-03-12 00:52:43 +0100" endDate="2023-03-12 00:52:56 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 04:21:15 +0100" startDate="2023-03-12 04:02:55 +0100" endDate="2023-03-12 04:06:32 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 08:55:20 +0100" startDate="2023-03-12 08:40:35 +0100" endDate="2023-03-12 08:50:36 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 09:01:46 +0100" startDate="2023-03-12 08:50:36 +0100" endDate="2023-03-12 09:00:35 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 09:10:55 +0100" startDate="2023-03-12 09:00:35 +0100" endDate="2023-03-12 09:10:03 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 09:35:06 +0100" startDate="2023-03-12 09:19:25 +0100" endDate="2023-03-12 09:19:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 10:14:24 +0100" startDate="2023-03-12 10:04:05 +0100" endDate="2023-03-12 10:05:03 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 10:56:43 +0100" startDate="2023-03-12 10:42:44 +0100" endDate="2023-03-12 10:44:15 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 11:17:04 +0100" startDate="2023-03-12 11:06:33 +0100" endDate="2023-03-12 11:15:46 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 11:31:43 +0100" startDate="2023-03-12 11:17:07 +0100" endDate="2023-03-12 11:19:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 11:42:26 +0100" startDate="2023-03-12 11:30:57 +0100" endDate="2023-03-12 11:40:59 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 11:51:09 +0100" startDate="2023-03-12 11:40:59 +0100" endDate="2023-03-12 11:43:42 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 12:07:57 +0100" startDate="2023-03-12 11:55:29 +0100" endDate="2023-03-12 11:55:44 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 13:02:54 +0100" startDate="2023-03-12 12:52:49 +0100" endDate="2023-03-12 13:00:22 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 13:25:53 +0100" startDate="2023-03-12 13:14:51 +0100" endDate="2023-03-12 13:20:32 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 14:01:28 +0100" startDate="2023-03-12 13:45:48 +0100" endDate="2023-03-12 13:51:04 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 14:11:34 +0100" startDate="2023-03-12 13:59:39 +0100" endDate="2023-03-12 14:08:29 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 14:22:52 +0100" startDate="2023-03-12 14:11:24 +0100" endDate="2023-03-12 14:12:03 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 14:38:44 +0100" startDate="2023-03-12 14:26:42 +0100" endDate="2023-03-12 14:27:10 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 14:59:55 +0100" startDate="2023-03-12 14:45:52 +0100" endDate="2023-03-12 14:46:02 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 15:33:34 +0100" startDate="2023-03-12 15:20:50 +0100" endDate="2023-03-12 15:25:36 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 15:50:58 +0100" startDate="2023-03-12 15:37:50 +0100" endDate="2023-03-12 15:47:51 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 16:00:59 +0100" startDate="2023-03-12 15:47:51 +0100" endDate="2023-03-12 15:57:52 +0100" value="1037"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 16:08:39 +0100" startDate="2023-03-12 15:57:52 +0100" endDate="2023-03-12 16:07:17 +0100" value="999"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 16:21:18 +0100" startDate="2023-03-12 16:07:17 +0100" endDate="2023-03-12 16:17:18 +0100" value="1061"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 16:28:25 +0100" startDate="2023-03-12 16:17:18 +0100" endDate="2023-03-12 16:27:19 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 16:41:28 +0100" startDate="2023-03-12 16:27:19 +0100" endDate="2023-03-12 16:37:20 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 16:48:35 +0100" startDate="2023-03-12 16:37:20 +0100" endDate="2023-03-12 16:46:38 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 16:58:48 +0100" startDate="2023-03-12 16:46:38 +0100" endDate="2023-03-12 16:56:31 +0100" value="993"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 17:09:50 +0100" startDate="2023-03-12 16:57:02 +0100" endDate="2023-03-12 17:03:59 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 18:03:21 +0100" startDate="2023-03-12 17:52:18 +0100" endDate="2023-03-12 17:52:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 21:57:53 +0100" startDate="2023-03-12 21:46:13 +0100" endDate="2023-03-12 21:56:14 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-12 22:08:46 +0100" startDate="2023-03-12 21:56:50 +0100" endDate="2023-03-12 21:56:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 07:15:42 +0100" startDate="2023-03-13 07:05:32 +0100" endDate="2023-03-13 07:15:20 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 07:27:51 +0100" startDate="2023-03-13 07:16:47 +0100" endDate="2023-03-13 07:22:56 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 07:51:58 +0100" startDate="2023-03-13 07:40:01 +0100" endDate="2023-03-13 07:46:05 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 08:23:31 +0100" startDate="2023-03-13 08:03:42 +0100" endDate="2023-03-13 08:04:17 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 09:00:06 +0100" startDate="2023-03-13 08:47:55 +0100" endDate="2023-03-13 08:57:51 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 09:12:50 +0100" startDate="2023-03-13 08:58:06 +0100" endDate="2023-03-13 09:03:30 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 09:25:39 +0100" startDate="2023-03-13 09:14:10 +0100" endDate="2023-03-13 09:14:38 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 09:59:52 +0100" startDate="2023-03-13 09:47:08 +0100" endDate="2023-03-13 09:47:16 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 10:17:14 +0100" startDate="2023-03-13 10:07:10 +0100" endDate="2023-03-13 10:17:06 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 10:31:13 +0100" startDate="2023-03-13 10:17:11 +0100" endDate="2023-03-13 10:17:44 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 13:17:54 +0100" startDate="2023-03-13 13:00:55 +0100" endDate="2023-03-13 13:03:58 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 13:43:37 +0100" startDate="2023-03-13 13:31:50 +0100" endDate="2023-03-13 13:39:36 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 14:00:06 +0100" startDate="2023-03-13 13:48:36 +0100" endDate="2023-03-13 13:58:36 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 14:14:08 +0100" startDate="2023-03-13 13:58:36 +0100" endDate="2023-03-13 13:58:56 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 14:40:27 +0100" startDate="2023-03-13 14:26:57 +0100" endDate="2023-03-13 14:28:24 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 16:25:02 +0100" startDate="2023-03-13 16:13:58 +0100" endDate="2023-03-13 16:20:49 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 16:44:11 +0100" startDate="2023-03-13 16:29:43 +0100" endDate="2023-03-13 16:39:34 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 16:54:38 +0100" startDate="2023-03-13 16:42:28 +0100" endDate="2023-03-13 16:51:53 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 17:06:58 +0100" startDate="2023-03-13 16:53:27 +0100" endDate="2023-03-13 16:56:59 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 18:07:20 +0100" startDate="2023-03-13 17:55:33 +0100" endDate="2023-03-13 18:03:09 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 18:21:15 +0100" startDate="2023-03-13 18:10:12 +0100" endDate="2023-03-13 18:17:07 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 19:03:15 +0100" startDate="2023-03-13 18:52:21 +0100" endDate="2023-03-13 18:58:23 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-13 21:09:43 +0100" startDate="2023-03-13 20:57:31 +0100" endDate="2023-03-13 20:57:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-14 06:08:21 +0100" startDate="2023-03-14 05:58:11 +0100" endDate="2023-03-14 06:02:56 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-14 12:21:08 +0100" startDate="2023-03-14 12:09:55 +0100" endDate="2023-03-14 12:19:56 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-14 12:47:17 +0100" startDate="2023-03-14 12:33:44 +0100" endDate="2023-03-14 12:43:22 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-14 12:56:09 +0100" startDate="2023-03-14 12:43:22 +0100" endDate="2023-03-14 12:53:23 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-14 13:05:54 +0100" startDate="2023-03-14 12:53:23 +0100" endDate="2023-03-14 13:03:04 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-14 13:17:05 +0100" startDate="2023-03-14 13:04:10 +0100" endDate="2023-03-14 13:14:09 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-14 13:27:03 +0100" startDate="2023-03-14 13:14:09 +0100" endDate="2023-03-14 13:22:35 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-14 13:39:59 +0100" startDate="2023-03-14 13:25:36 +0100" endDate="2023-03-14 13:25:59 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-14 19:19:59 +0100" startDate="2023-03-14 19:04:18 +0100" endDate="2023-03-14 19:14:09 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-14 19:29:09 +0100" startDate="2023-03-14 19:18:06 +0100" endDate="2023-03-14 19:18:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 07:42:46 +0100" startDate="2023-03-15 07:32:40 +0100" endDate="2023-03-15 07:37:13 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 08:49:42 +0100" startDate="2023-03-15 08:35:48 +0100" endDate="2023-03-15 08:41:45 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 09:47:39 +0100" startDate="2023-03-15 09:30:10 +0100" endDate="2023-03-15 09:34:30 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 10:09:37 +0100" startDate="2023-03-15 09:57:51 +0100" endDate="2023-03-15 10:06:53 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 10:22:27 +0100" startDate="2023-03-15 10:06:53 +0100" endDate="2023-03-15 10:08:02 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 11:54:19 +0100" startDate="2023-03-15 11:41:10 +0100" endDate="2023-03-15 11:46:11 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 12:32:15 +0100" startDate="2023-03-15 12:19:59 +0100" endDate="2023-03-15 12:30:00 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 12:44:49 +0100" startDate="2023-03-15 12:30:00 +0100" endDate="2023-03-15 12:30:30 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 13:13:26 +0100" startDate="2023-03-15 12:57:06 +0100" endDate="2023-03-15 13:04:38 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 15:21:03 +0100" startDate="2023-03-15 15:09:47 +0100" endDate="2023-03-15 15:17:08 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 15:52:29 +0100" startDate="2023-03-15 15:39:03 +0100" endDate="2023-03-15 15:45:38 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 17:14:41 +0100" startDate="2023-03-15 17:01:47 +0100" endDate="2023-03-15 17:05:08 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 17:37:09 +0100" startDate="2023-03-15 17:24:55 +0100" endDate="2023-03-15 17:29:20 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 17:47:49 +0100" startDate="2023-03-15 17:36:57 +0100" endDate="2023-03-15 17:38:16 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 18:06:40 +0100" startDate="2023-03-15 17:52:54 +0100" endDate="2023-03-15 17:52:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 18:51:05 +0100" startDate="2023-03-15 18:34:30 +0100" endDate="2023-03-15 18:44:31 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 18:57:12 +0100" startDate="2023-03-15 18:44:46 +0100" endDate="2023-03-15 18:45:06 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 19:10:31 +0100" startDate="2023-03-15 18:56:26 +0100" endDate="2023-03-15 19:05:26 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 20:23:50 +0100" startDate="2023-03-15 20:08:27 +0100" endDate="2023-03-15 20:08:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 21:13:00 +0100" startDate="2023-03-15 20:58:52 +0100" endDate="2023-03-15 20:58:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-15 22:10:09 +0100" startDate="2023-03-15 21:59:49 +0100" endDate="2023-03-15 22:07:18 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 05:35:36 +0100" startDate="2023-03-16 05:23:10 +0100" endDate="2023-03-16 05:23:43 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 05:44:18 +0100" startDate="2023-03-16 05:34:07 +0100" endDate="2023-03-16 05:34:38 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 07:38:20 +0100" startDate="2023-03-16 07:24:35 +0100" endDate="2023-03-16 07:28:14 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 08:05:30 +0100" startDate="2023-03-16 07:50:37 +0100" endDate="2023-03-16 07:50:40 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 08:38:07 +0100" startDate="2023-03-16 08:24:19 +0100" endDate="2023-03-16 08:29:40 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 09:02:23 +0100" startDate="2023-03-16 08:50:38 +0100" endDate="2023-03-16 08:58:23 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 09:16:18 +0100" startDate="2023-03-16 09:05:02 +0100" endDate="2023-03-16 09:09:52 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 09:27:28 +0100" startDate="2023-03-16 09:16:25 +0100" endDate="2023-03-16 09:20:12 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 09:45:45 +0100" startDate="2023-03-16 09:34:42 +0100" endDate="2023-03-16 09:43:53 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 10:00:39 +0100" startDate="2023-03-16 09:49:25 +0100" endDate="2023-03-16 09:55:24 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 10:21:11 +0100" startDate="2023-03-16 10:09:22 +0100" endDate="2023-03-16 10:15:42 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 10:51:22 +0100" startDate="2023-03-16 10:38:50 +0100" endDate="2023-03-16 10:42:26 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 11:00:52 +0100" startDate="2023-03-16 10:49:32 +0100" endDate="2023-03-16 10:50:28 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 11:29:07 +0100" startDate="2023-03-16 11:14:53 +0100" endDate="2023-03-16 11:18:34 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 12:14:11 +0100" startDate="2023-03-16 12:02:13 +0100" endDate="2023-03-16 12:06:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 12:55:38 +0100" startDate="2023-03-16 12:45:28 +0100" endDate="2023-03-16 12:54:56 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 13:07:12 +0100" startDate="2023-03-16 12:56:56 +0100" endDate="2023-03-16 13:05:31 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 13:20:14 +0100" startDate="2023-03-16 13:09:02 +0100" endDate="2023-03-16 13:09:04 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 14:12:22 +0100" startDate="2023-03-16 14:02:09 +0100" endDate="2023-03-16 14:06:32 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 14:38:11 +0100" startDate="2023-03-16 14:25:41 +0100" endDate="2023-03-16 14:35:22 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 14:58:25 +0100" startDate="2023-03-16 14:45:43 +0100" endDate="2023-03-16 14:55:29 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 15:08:28 +0100" startDate="2023-03-16 14:58:17 +0100" endDate="2023-03-16 15:06:39 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 15:18:49 +0100" startDate="2023-03-16 15:08:39 +0100" endDate="2023-03-16 15:17:11 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 15:51:56 +0100" startDate="2023-03-16 15:39:49 +0100" endDate="2023-03-16 15:41:38 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 16:02:27 +0100" startDate="2023-03-16 15:51:24 +0100" endDate="2023-03-16 16:00:04 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 16:21:22 +0100" startDate="2023-03-16 16:08:32 +0100" endDate="2023-03-16 16:09:40 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 16:31:32 +0100" startDate="2023-03-16 16:18:33 +0100" endDate="2023-03-16 16:28:10 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 16:45:17 +0100" startDate="2023-03-16 16:28:51 +0100" endDate="2023-03-16 16:37:10 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 17:22:07 +0100" startDate="2023-03-16 17:10:37 +0100" endDate="2023-03-16 17:11:12 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 17:32:33 +0100" startDate="2023-03-16 17:21:31 +0100" endDate="2023-03-16 17:21:38 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 18:48:07 +0100" startDate="2023-03-16 18:37:10 +0100" endDate="2023-03-16 18:40:31 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 19:01:26 +0100" startDate="2023-03-16 18:47:47 +0100" endDate="2023-03-16 18:55:38 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 20:00:00 +0100" startDate="2023-03-16 19:44:53 +0100" endDate="2023-03-16 19:50:37 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-16 22:26:35 +0100" startDate="2023-03-16 22:16:30 +0100" endDate="2023-03-16 22:20:52 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-17 04:43:23 +0100" startDate="2023-03-17 04:33:03 +0100" endDate="2023-03-17 04:33:18 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-17 08:05:20 +0100" startDate="2023-03-17 07:54:17 +0100" endDate="2023-03-17 07:54:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-17 09:05:27 +0100" startDate="2023-03-17 08:53:41 +0100" endDate="2023-03-17 08:53:57 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-17 13:55:32 +0100" startDate="2023-03-17 13:43:35 +0100" endDate="2023-03-17 13:49:55 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-17 17:36:06 +0100" startDate="2023-03-17 17:23:06 +0100" endDate="2023-03-17 17:31:44 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-17 17:47:27 +0100" startDate="2023-03-17 17:34:56 +0100" endDate="2023-03-17 17:35:11 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-17 17:56:05 +0100" startDate="2023-03-17 17:45:51 +0100" endDate="2023-03-17 17:51:13 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-17 18:15:37 +0100" startDate="2023-03-17 18:01:43 +0100" endDate="2023-03-17 18:03:00 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-17 18:32:21 +0100" startDate="2023-03-17 18:22:16 +0100" endDate="2023-03-17 18:24:03 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-17 20:07:11 +0100" startDate="2023-03-17 19:56:58 +0100" endDate="2023-03-17 19:57:21 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-17 21:26:52 +0100" startDate="2023-03-17 21:14:45 +0100" endDate="2023-03-17 21:16:48 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 06:07:29 +0100" startDate="2023-03-18 05:56:35 +0100" endDate="2023-03-18 05:57:21 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 09:55:53 +0100" startDate="2023-03-18 09:41:28 +0100" endDate="2023-03-18 09:41:41 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 10:11:26 +0100" startDate="2023-03-18 09:58:46 +0100" endDate="2023-03-18 10:04:31 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 10:23:28 +0100" startDate="2023-03-18 10:10:42 +0100" endDate="2023-03-18 10:20:38 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 10:34:36 +0100" startDate="2023-03-18 10:21:39 +0100" endDate="2023-03-18 10:30:57 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 10:52:12 +0100" startDate="2023-03-18 10:39:48 +0100" endDate="2023-03-18 10:49:44 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 11:11:08 +0100" startDate="2023-03-18 10:54:06 +0100" endDate="2023-03-18 10:58:44 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 11:16:12 +0100" startDate="2023-03-18 11:04:59 +0100" endDate="2023-03-18 11:15:00 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 11:32:16 +0100" startDate="2023-03-18 11:15:00 +0100" endDate="2023-03-18 11:22:16 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 11:38:27 +0100" startDate="2023-03-18 11:25:14 +0100" endDate="2023-03-18 11:35:00 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 11:49:44 +0100" startDate="2023-03-18 11:35:28 +0100" endDate="2023-03-18 11:44:26 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 12:00:44 +0100" startDate="2023-03-18 11:45:40 +0100" endDate="2023-03-18 11:51:47 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 12:09:28 +0100" startDate="2023-03-18 11:55:49 +0100" endDate="2023-03-18 12:05:48 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 12:19:46 +0100" startDate="2023-03-18 12:05:48 +0100" endDate="2023-03-18 12:13:54 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 12:34:03 +0100" startDate="2023-03-18 12:15:52 +0100" endDate="2023-03-18 12:20:32 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 12:58:51 +0100" startDate="2023-03-18 12:43:06 +0100" endDate="2023-03-18 12:49:46 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 13:13:09 +0100" startDate="2023-03-18 12:59:40 +0100" endDate="2023-03-18 13:07:23 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 13:23:25 +0100" startDate="2023-03-18 13:09:48 +0100" endDate="2023-03-18 13:19:40 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 13:35:40 +0100" startDate="2023-03-18 13:20:20 +0100" endDate="2023-03-18 13:30:21 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 13:43:01 +0100" startDate="2023-03-18 13:30:21 +0100" endDate="2023-03-18 13:40:20 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 13:51:03 +0100" startDate="2023-03-18 13:40:20 +0100" endDate="2023-03-18 13:48:27 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 14:03:19 +0100" startDate="2023-03-18 13:50:27 +0100" endDate="2023-03-18 14:00:26 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 14:14:44 +0100" startDate="2023-03-18 14:02:38 +0100" endDate="2023-03-18 14:12:39 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 14:27:40 +0100" startDate="2023-03-18 14:13:56 +0100" endDate="2023-03-18 14:22:50 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 15:46:41 +0100" startDate="2023-03-18 15:32:55 +0100" endDate="2023-03-18 15:40:16 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 14:38:04 +0100" startDate="2023-03-18 14:24:02 +0100" endDate="2023-03-18 14:34:03 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 14:46:37 +0100" startDate="2023-03-18 14:34:03 +0100" endDate="2023-03-18 14:44:03 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 14:55:19 +0100" startDate="2023-03-18 14:44:03 +0100" endDate="2023-03-18 14:54:02 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 15:05:52 +0100" startDate="2023-03-18 14:54:02 +0100" endDate="2023-03-18 15:01:02 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 17:55:03 +0100" startDate="2023-03-18 17:41:39 +0100" endDate="2023-03-18 17:42:32 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 17:23:43 +0100" startDate="2023-03-18 17:08:36 +0100" endDate="2023-03-18 17:16:17 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 20:44:39 +0100" startDate="2023-03-18 20:34:29 +0100" endDate="2023-03-18 20:37:02 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 21:06:16 +0100" startDate="2023-03-18 20:52:07 +0100" endDate="2023-03-18 20:52:09 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-18 23:05:42 +0100" startDate="2023-03-18 22:53:02 +0100" endDate="2023-03-18 22:53:27 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:53 +0100" startDate="2023-03-18 23:15:22 +0100" endDate="2023-03-18 23:15:30 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:53 +0100" startDate="2023-03-19 07:34:03 +0100" endDate="2023-03-19 07:42:11 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:53 +0100" startDate="2023-03-19 07:52:13 +0100" endDate="2023-03-19 07:52:31 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:53 +0100" startDate="2023-03-19 09:17:27 +0100" endDate="2023-03-19 09:17:50 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:53 +0100" startDate="2023-03-19 10:29:36 +0100" endDate="2023-03-19 10:29:49 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:53 +0100" startDate="2023-03-19 12:37:10 +0100" endDate="2023-03-19 12:39:43 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:53 +0100" startDate="2023-03-19 12:54:14 +0100" endDate="2023-03-19 12:54:24 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:53 +0100" startDate="2023-03-19 13:04:48 +0100" endDate="2023-03-19 13:14:26 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:53 +0100" startDate="2023-03-19 13:14:49 +0100" endDate="2023-03-19 13:17:12 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:53 +0100" startDate="2023-03-19 14:26:10 +0100" endDate="2023-03-19 14:28:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:53 +0100" startDate="2023-03-19 16:59:47 +0100" endDate="2023-03-19 16:59:52 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-19 17:01:27 +0100" endDate="2023-03-19 17:01:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-19 19:37:40 +0100" endDate="2023-03-19 19:42:00 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-19 20:54:04 +0100" endDate="2023-03-19 21:03:39 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-19 21:30:48 +0100" endDate="2023-03-19 21:37:33 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 06:53:41 +0100" endDate="2023-03-20 06:54:40 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 07:19:04 +0100" endDate="2023-03-20 07:19:44 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 07:29:46 +0100" endDate="2023-03-20 07:30:35 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 07:48:50 +0100" endDate="2023-03-20 07:56:14 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 08:12:20 +0100" endDate="2023-03-20 08:20:10 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 09:51:48 +0100" endDate="2023-03-20 09:54:52 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 12:33:59 +0100" endDate="2023-03-20 12:34:16 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 12:58:23 +0100" endDate="2023-03-20 12:58:28 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 13:29:29 +0100" endDate="2023-03-20 13:31:57 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 13:32:32 +0100" endDate="2023-03-20 13:40:29 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 13:43:47 +0100" endDate="2023-03-20 13:46:25 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 13:57:05 +0100" endDate="2023-03-20 14:06:44 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:54 +0100" startDate="2023-03-20 16:49:34 +0100" endDate="2023-03-20 16:50:50 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:55 +0100" startDate="2023-03-20 16:52:14 +0100" endDate="2023-03-20 16:52:32 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:55 +0100" startDate="2023-03-20 17:37:57 +0100" endDate="2023-03-20 17:44:01 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:55 +0100" startDate="2023-03-20 17:52:44 +0100" endDate="2023-03-20 18:02:45 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:55 +0100" startDate="2023-03-20 18:02:45 +0100" endDate="2023-03-20 18:11:27 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:55 +0100" startDate="2023-03-20 18:14:34 +0100" endDate="2023-03-20 18:24:22 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:55 +0100" startDate="2023-03-20 18:30:36 +0100" endDate="2023-03-20 18:38:50 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:55 +0100" startDate="2023-03-20 18:42:15 +0100" endDate="2023-03-20 18:52:15 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:08:55 +0100" startDate="2023-03-20 18:52:15 +0100" endDate="2023-03-20 18:52:25 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 20:37:20 +0100" startDate="2023-03-20 20:26:17 +0100" endDate="2023-03-20 20:26:38 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 21:31:03 +0100" startDate="2023-03-20 21:20:55 +0100" endDate="2023-03-20 21:24:37 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-20 21:51:37 +0100" startDate="2023-03-20 21:40:35 +0100" endDate="2023-03-20 21:40:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 06:28:40 +0100" startDate="2023-03-21 06:17:40 +0100" endDate="2023-03-21 06:23:57 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 06:45:51 +0100" startDate="2023-03-21 06:35:44 +0100" endDate="2023-03-21 06:42:47 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 07:40:44 +0100" startDate="2023-03-21 07:29:24 +0100" endDate="2023-03-21 07:37:18 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 08:08:30 +0100" startDate="2023-03-21 07:52:30 +0100" endDate="2023-03-21 07:52:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 09:00:52 +0100" startDate="2023-03-21 08:49:40 +0100" endDate="2023-03-21 08:53:01 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 09:12:49 +0100" startDate="2023-03-21 09:02:43 +0100" endDate="2023-03-21 09:06:42 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 10:35:53 +0100" startDate="2023-03-21 10:24:49 +0100" endDate="2023-03-21 10:33:06 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 13:07:15 +0100" startDate="2023-03-21 12:56:09 +0100" endDate="2023-03-21 12:59:25 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 13:29:33 +0100" startDate="2023-03-21 13:15:31 +0100" endDate="2023-03-21 13:21:17 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 13:49:35 +0100" startDate="2023-03-21 13:38:47 +0100" endDate="2023-03-21 13:48:48 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 14:00:09 +0100" startDate="2023-03-21 13:48:48 +0100" endDate="2023-03-21 13:52:37 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 16:33:46 +0100" startDate="2023-03-21 16:21:49 +0100" endDate="2023-03-21 16:31:22 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 17:57:40 +0100" startDate="2023-03-21 17:46:26 +0100" endDate="2023-03-21 17:52:02 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 18:17:12 +0100" startDate="2023-03-21 18:00:02 +0100" endDate="2023-03-21 18:02:12 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-21 19:21:01 +0100" startDate="2023-03-21 19:10:53 +0100" endDate="2023-03-21 19:20:49 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 06:57:56 +0100" startDate="2023-03-22 06:47:48 +0100" endDate="2023-03-22 06:54:35 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 07:14:57 +0100" startDate="2023-03-22 07:03:51 +0100" endDate="2023-03-22 07:13:37 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 07:27:05 +0100" startDate="2023-03-22 07:14:33 +0100" endDate="2023-03-22 07:16:05 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 08:28:21 +0100" startDate="2023-03-22 08:15:31 +0100" endDate="2023-03-22 08:18:34 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 08:48:39 +0100" startDate="2023-03-22 08:38:08 +0100" endDate="2023-03-22 08:47:41 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 09:08:03 +0100" startDate="2023-03-22 08:54:38 +0100" endDate="2023-03-22 08:54:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 10:40:27 +0100" startDate="2023-03-22 10:29:21 +0100" endDate="2023-03-22 10:31:08 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 11:40:20 +0100" startDate="2023-03-22 11:29:12 +0100" endDate="2023-03-22 11:36:28 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 13:46:25 +0100" startDate="2023-03-22 13:32:01 +0100" endDate="2023-03-22 13:41:55 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 13:55:58 +0100" startDate="2023-03-22 13:42:10 +0100" endDate="2023-03-22 13:42:38 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 14:13:57 +0100" startDate="2023-03-22 14:03:14 +0100" endDate="2023-03-22 14:13:07 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 14:25:32 +0100" startDate="2023-03-22 14:14:05 +0100" endDate="2023-03-22 14:21:18 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 16:00:59 +0100" startDate="2023-03-22 15:49:51 +0100" endDate="2023-03-22 15:59:32 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 16:11:03 +0100" startDate="2023-03-22 16:00:00 +0100" endDate="2023-03-22 16:08:10 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 16:26:15 +0100" startDate="2023-03-22 16:15:58 +0100" endDate="2023-03-22 16:18:13 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 17:05:37 +0100" startDate="2023-03-22 16:55:27 +0100" endDate="2023-03-22 17:04:19 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 17:21:13 +0100" startDate="2023-03-22 17:05:40 +0100" endDate="2023-03-22 17:06:03 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 18:22:26 +0100" startDate="2023-03-22 18:12:13 +0100" endDate="2023-03-22 18:22:15 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 18:36:52 +0100" startDate="2023-03-22 18:22:17 +0100" endDate="2023-03-22 18:31:49 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 18:53:44 +0100" startDate="2023-03-22 18:41:57 +0100" endDate="2023-03-22 18:51:46 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 19:04:14 +0100" startDate="2023-03-22 18:52:11 +0100" endDate="2023-03-22 18:53:07 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 19:16:45 +0100" startDate="2023-03-22 19:03:01 +0100" endDate="2023-03-22 19:03:26 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 19:30:30 +0100" startDate="2023-03-22 19:16:55 +0100" endDate="2023-03-22 19:17:00 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 19:51:26 +0100" startDate="2023-03-22 19:40:08 +0100" endDate="2023-03-22 19:49:59 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 20:01:59 +0100" startDate="2023-03-22 19:50:20 +0100" endDate="2023-03-22 19:53:18 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 20:51:15 +0100" startDate="2023-03-22 20:39:19 +0100" endDate="2023-03-22 20:48:04 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 21:18:15 +0100" startDate="2023-03-22 21:04:29 +0100" endDate="2023-03-22 21:09:27 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-22 23:12:48 +0100" startDate="2023-03-22 23:02:29 +0100" endDate="2023-03-22 23:02:54 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 04:28:10 +0100" startDate="2023-03-23 04:18:03 +0100" endDate="2023-03-23 04:18:18 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 07:02:03 +0100" startDate="2023-03-23 06:51:17 +0100" endDate="2023-03-23 06:58:05 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 07:37:57 +0100" startDate="2023-03-23 07:23:26 +0100" endDate="2023-03-23 07:23:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 08:09:12 +0100" startDate="2023-03-23 07:59:02 +0100" endDate="2023-03-23 07:59:19 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 09:01:13 +0100" startDate="2023-03-23 08:49:27 +0100" endDate="2023-03-23 08:59:18 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 09:12:50 +0100" startDate="2023-03-23 09:00:32 +0100" endDate="2023-03-23 09:03:58 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 10:15:24 +0100" startDate="2023-03-23 10:02:53 +0100" endDate="2023-03-23 10:04:19 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 10:30:57 +0100" startDate="2023-03-23 10:20:50 +0100" endDate="2023-03-23 10:23:28 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 11:12:49 +0100" startDate="2023-03-23 11:02:10 +0100" endDate="2023-03-23 11:11:18 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 13:05:41 +0100" startDate="2023-03-23 12:54:29 +0100" endDate="2023-03-23 13:04:12 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 13:30:57 +0100" startDate="2023-03-23 13:19:51 +0100" endDate="2023-03-23 13:27:50 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 15:22:35 +0100" startDate="2023-03-23 15:09:00 +0100" endDate="2023-03-23 15:18:48 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 15:31:47 +0100" startDate="2023-03-23 15:19:39 +0100" endDate="2023-03-23 15:29:22 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 15:40:50 +0100" startDate="2023-03-23 15:30:05 +0100" endDate="2023-03-23 15:40:07 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 15:50:51 +0100" startDate="2023-03-23 15:40:07 +0100" endDate="2023-03-23 15:47:50 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 16:01:53 +0100" startDate="2023-03-23 15:50:31 +0100" endDate="2023-03-23 15:53:47 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 17:22:05 +0100" startDate="2023-03-23 17:10:24 +0100" endDate="2023-03-23 17:14:19 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 17:39:57 +0100" startDate="2023-03-23 17:26:20 +0100" endDate="2023-03-23 17:26:56 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 17:53:42 +0100" startDate="2023-03-23 17:40:41 +0100" endDate="2023-03-23 17:42:18 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 18:10:47 +0100" startDate="2023-03-23 17:55:35 +0100" endDate="2023-03-23 17:58:59 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 18:27:45 +0100" startDate="2023-03-23 18:15:25 +0100" endDate="2023-03-23 18:25:04 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 18:49:31 +0100" startDate="2023-03-23 18:38:33 +0100" endDate="2023-03-23 18:41:42 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 19:08:02 +0100" startDate="2023-03-23 18:54:54 +0100" endDate="2023-03-23 18:56:16 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 19:23:15 +0100" startDate="2023-03-23 19:11:15 +0100" endDate="2023-03-23 19:18:25 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 19:49:18 +0100" startDate="2023-03-23 19:34:12 +0100" endDate="2023-03-23 19:34:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 20:22:11 +0100" startDate="2023-03-23 20:09:16 +0100" endDate="2023-03-23 20:14:22 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-23 21:45:25 +0100" startDate="2023-03-23 21:35:15 +0100" endDate="2023-03-23 21:35:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 04:00:55 +0100" startDate="2023-03-24 03:49:52 +0100" endDate="2023-03-24 03:50:00 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 07:31:32 +0100" startDate="2023-03-24 07:20:17 +0100" endDate="2023-03-24 07:20:40 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 08:05:52 +0100" startDate="2023-03-24 07:54:49 +0100" endDate="2023-03-24 07:58:41 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 08:55:22 +0100" startDate="2023-03-24 08:44:21 +0100" endDate="2023-03-24 08:44:39 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 09:05:55 +0100" startDate="2023-03-24 08:54:45 +0100" endDate="2023-03-24 09:00:44 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 12:36:27 +0100" startDate="2023-03-24 12:25:24 +0100" endDate="2023-03-24 12:34:19 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 12:56:46 +0100" startDate="2023-03-24 12:42:05 +0100" endDate="2023-03-24 12:47:21 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 13:08:35 +0100" startDate="2023-03-24 12:56:54 +0100" endDate="2023-03-24 12:59:17 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 13:34:40 +0100" startDate="2023-03-24 13:22:56 +0100" endDate="2023-03-24 13:22:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 13:51:58 +0100" startDate="2023-03-24 13:38:32 +0100" endDate="2023-03-24 13:38:37 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 15:57:50 +0100" startDate="2023-03-24 15:46:47 +0100" endDate="2023-03-24 15:49:00 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 16:50:00 +0100" startDate="2023-03-24 16:39:47 +0100" endDate="2023-03-24 16:40:25 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 17:49:20 +0100" startDate="2023-03-24 17:39:10 +0100" endDate="2023-03-24 17:39:15 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 18:01:37 +0100" startDate="2023-03-24 17:50:39 +0100" endDate="2023-03-24 17:55:39 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 19:29:39 +0100" startDate="2023-03-24 19:19:06 +0100" endDate="2023-03-24 19:19:40 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-24 23:10:43 +0100" startDate="2023-03-24 22:55:41 +0100" endDate="2023-03-24 22:55:59 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 04:09:44 +0100" startDate="2023-03-25 03:59:31 +0100" endDate="2023-03-25 04:00:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 07:26:48 +0100" startDate="2023-03-25 07:15:37 +0100" endDate="2023-03-25 07:25:13 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 07:40:46 +0100" startDate="2023-03-25 07:26:42 +0100" endDate="2023-03-25 07:31:43 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 07:51:58 +0100" startDate="2023-03-25 07:40:52 +0100" endDate="2023-03-25 07:42:01 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 08:24:45 +0100" startDate="2023-03-25 08:14:35 +0100" endDate="2023-03-25 08:19:30 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 09:47:33 +0100" startDate="2023-03-25 09:35:49 +0100" endDate="2023-03-25 09:43:53 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 09:59:44 +0100" startDate="2023-03-25 09:46:46 +0100" endDate="2023-03-25 09:53:52 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 10:11:45 +0100" startDate="2023-03-25 09:57:33 +0100" endDate="2023-03-25 10:06:33 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 12:24:36 +0100" startDate="2023-03-25 12:14:21 +0100" endDate="2023-03-25 12:20:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 12:34:37 +0100" startDate="2023-03-25 12:24:29 +0100" endDate="2023-03-25 12:33:45 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 12:46:20 +0100" startDate="2023-03-25 12:35:42 +0100" endDate="2023-03-25 12:45:33 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 12:58:29 +0100" startDate="2023-03-25 12:48:16 +0100" endDate="2023-03-25 12:56:37 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 13:10:08 +0100" startDate="2023-03-25 12:59:05 +0100" endDate="2023-03-25 13:00:52 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 13:20:27 +0100" startDate="2023-03-25 13:09:24 +0100" endDate="2023-03-25 13:18:42 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 13:30:33 +0100" startDate="2023-03-25 13:19:30 +0100" endDate="2023-03-25 13:28:25 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 13:40:52 +0100" startDate="2023-03-25 13:29:49 +0100" endDate="2023-03-25 13:39:04 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 13:57:51 +0100" startDate="2023-03-25 13:46:48 +0100" endDate="2023-03-25 13:56:34 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 14:07:59 +0100" startDate="2023-03-25 13:56:57 +0100" endDate="2023-03-25 14:04:48 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 14:19:09 +0100" startDate="2023-03-25 14:08:07 +0100" endDate="2023-03-25 14:16:46 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 14:34:24 +0100" startDate="2023-03-25 14:23:21 +0100" endDate="2023-03-25 14:32:13 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 14:44:28 +0100" startDate="2023-03-25 14:34:13 +0100" endDate="2023-03-25 14:43:31 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 14:55:27 +0100" startDate="2023-03-25 14:44:24 +0100" endDate="2023-03-25 14:52:38 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 15:06:33 +0100" startDate="2023-03-25 14:56:28 +0100" endDate="2023-03-25 15:02:40 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 15:22:53 +0100" startDate="2023-03-25 15:11:50 +0100" endDate="2023-03-25 15:15:01 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 15:36:47 +0100" startDate="2023-03-25 15:26:42 +0100" endDate="2023-03-25 15:36:43 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 15:47:46 +0100" startDate="2023-03-25 15:36:43 +0100" endDate="2023-03-25 15:43:13 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 16:28:46 +0100" startDate="2023-03-25 16:17:43 +0100" endDate="2023-03-25 16:19:40 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 16:40:06 +0100" startDate="2023-03-25 16:29:03 +0100" endDate="2023-03-25 16:38:34 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 16:56:50 +0100" startDate="2023-03-25 16:45:47 +0100" endDate="2023-03-25 16:55:12 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 17:16:45 +0100" startDate="2023-03-25 17:03:37 +0100" endDate="2023-03-25 17:09:03 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 17:31:41 +0100" startDate="2023-03-25 17:16:13 +0100" endDate="2023-03-25 17:18:15 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 17:58:35 +0100" startDate="2023-03-25 17:46:32 +0100" endDate="2023-03-25 17:52:01 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 18:08:42 +0100" startDate="2023-03-25 17:56:56 +0100" endDate="2023-03-25 17:59:16 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 18:18:45 +0100" startDate="2023-03-25 18:07:00 +0100" endDate="2023-03-25 18:16:59 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 18:29:52 +0100" startDate="2023-03-25 18:16:59 +0100" endDate="2023-03-25 18:27:00 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 18:43:26 +0100" startDate="2023-03-25 18:27:00 +0100" endDate="2023-03-25 18:31:25 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 19:08:08 +0100" startDate="2023-03-25 18:50:41 +0100" endDate="2023-03-25 18:55:24 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 19:22:00 +0100" startDate="2023-03-25 19:10:06 +0100" endDate="2023-03-25 19:19:54 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 19:31:17 +0100" startDate="2023-03-25 19:20:15 +0100" endDate="2023-03-25 19:20:38 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 20:19:13 +0100" startDate="2023-03-25 20:08:10 +0100" endDate="2023-03-25 20:08:13 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 20:54:42 +0100" startDate="2023-03-25 20:42:56 +0100" endDate="2023-03-25 20:50:12 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-25 21:17:49 +0100" startDate="2023-03-25 21:00:43 +0100" endDate="2023-03-25 21:00:56 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-26 08:11:49 +0100" startDate="2023-03-26 08:00:38 +0100" endDate="2023-03-26 08:02:35 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-26 09:06:07 +0100" startDate="2023-03-26 08:51:29 +0100" endDate="2023-03-26 08:51:37 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-26 16:56:31 +0100" startDate="2023-03-26 16:37:26 +0100" endDate="2023-03-26 16:40:27 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-26 17:37:41 +0100" startDate="2023-03-26 17:25:46 +0100" endDate="2023-03-26 17:28:52 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-26 17:58:26 +0100" startDate="2023-03-26 17:47:04 +0100" endDate="2023-03-26 17:56:22 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-26 18:10:32 +0100" startDate="2023-03-26 17:57:05 +0100" endDate="2023-03-26 18:03:43 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-26 18:19:48 +0100" startDate="2023-03-26 18:08:05 +0100" endDate="2023-03-26 18:15:51 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-26 18:30:00 +0100" startDate="2023-03-26 18:19:15 +0100" endDate="2023-03-26 18:19:33 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-26 20:57:44 +0100" startDate="2023-03-26 20:47:34 +0100" endDate="2023-03-26 20:54:01 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-26 21:15:55 +0100" startDate="2023-03-26 21:04:30 +0100" endDate="2023-03-26 21:09:41 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 04:59:06 +0100" startDate="2023-03-27 04:46:04 +0100" endDate="2023-03-27 04:46:12 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 05:20:35 +0100" startDate="2023-03-27 05:09:33 +0100" endDate="2023-03-27 05:14:51 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 05:49:59 +0100" startDate="2023-03-27 05:38:19 +0100" endDate="2023-03-27 05:46:59 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 06:01:22 +0100" startDate="2023-03-27 05:48:33 +0100" endDate="2023-03-27 05:57:40 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 06:24:09 +0100" startDate="2023-03-27 06:13:28 +0100" endDate="2023-03-27 06:13:30 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 07:08:52 +0100" startDate="2023-03-27 06:52:21 +0100" endDate="2023-03-27 06:53:45 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 07:24:00 +0100" startDate="2023-03-27 07:13:09 +0100" endDate="2023-03-27 07:20:17 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 10:36:45 +0100" startDate="2023-03-27 10:26:07 +0100" endDate="2023-03-27 10:29:05 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 10:47:44 +0100" startDate="2023-03-27 10:36:21 +0100" endDate="2023-03-27 10:46:21 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 10:57:39 +0100" startDate="2023-03-27 10:46:21 +0100" endDate="2023-03-27 10:51:30 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 11:09:40 +0100" startDate="2023-03-27 10:57:43 +0100" endDate="2023-03-27 11:03:30 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 13:00:10 +0100" startDate="2023-03-27 12:49:24 +0100" endDate="2023-03-27 12:56:58 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 13:11:15 +0100" startDate="2023-03-27 13:00:02 +0100" endDate="2023-03-27 13:04:20 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 15:00:36 +0100" startDate="2023-03-27 14:48:41 +0100" endDate="2023-03-27 14:50:02 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 15:20:54 +0100" startDate="2023-03-27 15:04:57 +0100" endDate="2023-03-27 15:05:15 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 16:44:37 +0100" startDate="2023-03-27 16:33:02 +0100" endDate="2023-03-27 16:34:57 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 16:56:51 +0100" startDate="2023-03-27 16:43:20 +0100" endDate="2023-03-27 16:49:40 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 17:22:20 +0100" startDate="2023-03-27 17:09:01 +0100" endDate="2023-03-27 17:09:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 17:49:46 +0100" startDate="2023-03-27 17:38:44 +0100" endDate="2023-03-27 17:47:10 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 18:00:10 +0100" startDate="2023-03-27 17:49:07 +0100" endDate="2023-03-27 17:59:03 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 18:10:14 +0100" startDate="2023-03-27 17:59:11 +0100" endDate="2023-03-27 18:07:33 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 18:21:01 +0100" startDate="2023-03-27 18:09:50 +0100" endDate="2023-03-27 18:16:38 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 18:33:22 +0100" startDate="2023-03-27 18:22:19 +0100" endDate="2023-03-27 18:26:01 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 18:52:12 +0100" startDate="2023-03-27 18:41:16 +0100" endDate="2023-03-27 18:51:09 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 19:02:19 +0100" startDate="2023-03-27 18:51:17 +0100" endDate="2023-03-27 18:52:41 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 19:26:01 +0100" startDate="2023-03-27 19:13:19 +0100" endDate="2023-03-27 19:13:24 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 20:00:02 +0100" startDate="2023-03-27 19:48:19 +0100" endDate="2023-03-27 19:48:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 20:26:29 +0100" startDate="2023-03-27 20:15:26 +0100" endDate="2023-03-27 20:21:57 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-27 21:00:55 +0100" startDate="2023-03-27 20:47:41 +0100" endDate="2023-03-27 20:47:43 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 04:41:03 +0100" startDate="2023-03-28 04:30:01 +0100" endDate="2023-03-28 04:30:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 05:01:11 +0100" startDate="2023-03-28 04:50:09 +0100" endDate="2023-03-28 04:50:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 05:43:50 +0100" startDate="2023-03-28 05:33:12 +0100" endDate="2023-03-28 05:35:19 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 06:43:14 +0100" startDate="2023-03-28 06:31:18 +0100" endDate="2023-03-28 06:38:41 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 07:39:45 +0100" startDate="2023-03-28 07:26:28 +0100" endDate="2023-03-28 07:29:31 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 07:51:45 +0100" startDate="2023-03-28 07:40:24 +0100" endDate="2023-03-28 07:40:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 10:45:00 +0100" startDate="2023-03-28 10:34:33 +0100" endDate="2023-03-28 10:42:32 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 10:55:46 +0100" startDate="2023-03-28 10:42:52 +0100" endDate="2023-03-28 10:47:02 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 11:12:18 +0100" startDate="2023-03-28 11:01:16 +0100" endDate="2023-03-28 11:09:55 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 11:21:52 +0100" startDate="2023-03-28 11:11:32 +0100" endDate="2023-03-28 11:15:39 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 12:42:07 +0100" startDate="2023-03-28 12:31:04 +0100" endDate="2023-03-28 12:38:09 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 13:06:21 +0100" startDate="2023-03-28 12:55:17 +0100" endDate="2023-03-28 12:56:26 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 15:13:57 +0100" startDate="2023-03-28 15:02:40 +0100" endDate="2023-03-28 15:03:52 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 17:05:45 +0100" startDate="2023-03-28 16:55:32 +0100" endDate="2023-03-28 17:02:14 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 17:17:19 +0100" startDate="2023-03-28 17:06:16 +0100" endDate="2023-03-28 17:10:16 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 17:45:27 +0100" startDate="2023-03-28 17:30:49 +0100" endDate="2023-03-28 17:32:08 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-28 18:21:28 +0100" startDate="2023-03-28 18:09:08 +0100" endDate="2023-03-28 18:11:46 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 05:46:21 +0100" startDate="2023-03-29 05:36:08 +0100" endDate="2023-03-29 05:39:14 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 06:05:29 +0100" startDate="2023-03-29 05:54:19 +0100" endDate="2023-03-29 06:04:09 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 06:18:24 +0100" startDate="2023-03-29 06:07:21 +0100" endDate="2023-03-29 06:17:00 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 06:49:39 +0100" startDate="2023-03-29 06:38:37 +0100" endDate="2023-03-29 06:38:39 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 08:05:21 +0100" startDate="2023-03-29 07:51:50 +0100" endDate="2023-03-29 08:01:24 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 08:13:54 +0100" startDate="2023-03-29 08:01:59 +0100" endDate="2023-03-29 08:02:45 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 08:34:25 +0100" startDate="2023-03-29 08:21:35 +0100" endDate="2023-03-29 08:30:02 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 08:48:15 +0100" startDate="2023-03-29 08:36:59 +0100" endDate="2023-03-29 08:41:09 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 10:34:32 +0100" startDate="2023-03-29 10:22:35 +0100" endDate="2023-03-29 10:29:55 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 10:49:29 +0100" startDate="2023-03-29 10:36:18 +0100" endDate="2023-03-29 10:36:56 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 11:10:54 +0100" startDate="2023-03-29 10:59:14 +0100" endDate="2023-03-29 11:09:10 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 11:40:58 +0100" startDate="2023-03-29 11:29:41 +0100" endDate="2023-03-29 11:39:27 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 12:06:36 +0100" startDate="2023-03-29 11:56:23 +0100" endDate="2023-03-29 12:02:25 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 12:30:45 +0100" startDate="2023-03-29 12:19:07 +0100" endDate="2023-03-29 12:27:43 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 12:41:13 +0100" startDate="2023-03-29 12:29:51 +0100" endDate="2023-03-29 12:37:35 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 13:25:47 +0100" startDate="2023-03-29 13:15:22 +0100" endDate="2023-03-29 13:21:24 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 13:57:33 +0100" startDate="2023-03-29 13:46:53 +0100" endDate="2023-03-29 13:56:32 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 14:07:32 +0100" startDate="2023-03-29 13:56:52 +0100" endDate="2023-03-29 13:57:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 14:36:11 +0100" startDate="2023-03-29 14:21:26 +0100" endDate="2023-03-29 14:28:59 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 14:44:02 +0100" startDate="2023-03-29 14:32:05 +0100" endDate="2023-03-29 14:34:15 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 14:57:51 +0100" startDate="2023-03-29 14:46:09 +0100" endDate="2023-03-29 14:46:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 15:13:03 +0100" startDate="2023-03-29 14:56:40 +0100" endDate="2023-03-29 14:59:05 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 16:36:29 +0100" startDate="2023-03-29 16:21:48 +0100" endDate="2023-03-29 16:31:32 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 16:51:41 +0100" startDate="2023-03-29 16:32:53 +0100" endDate="2023-03-29 16:38:29 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 17:11:58 +0100" startDate="2023-03-29 17:00:31 +0100" endDate="2023-03-29 17:00:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 17:46:11 +0100" startDate="2023-03-29 17:33:29 +0100" endDate="2023-03-29 17:40:29 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 18:23:12 +0100" startDate="2023-03-29 18:12:06 +0100" endDate="2023-03-29 18:21:55 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 18:34:29 +0100" startDate="2023-03-29 18:22:15 +0100" endDate="2023-03-29 18:32:16 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 18:43:19 +0100" startDate="2023-03-29 18:32:16 +0100" endDate="2023-03-29 18:35:12 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 20:16:21 +0100" startDate="2023-03-29 20:04:03 +0100" endDate="2023-03-29 20:04:11 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 20:29:41 +0100" startDate="2023-03-29 20:16:55 +0100" endDate="2023-03-29 20:17:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 20:39:11 +0100" startDate="2023-03-29 20:29:06 +0100" endDate="2023-03-29 20:29:21 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 20:58:27 +0100" startDate="2023-03-29 20:47:24 +0100" endDate="2023-03-29 20:47:34 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-29 21:47:34 +0100" startDate="2023-03-29 21:33:43 +0100" endDate="2023-03-29 21:36:38 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 05:45:03 +0100" startDate="2023-03-30 05:33:05 +0100" endDate="2023-03-30 05:37:23 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 06:05:28 +0100" startDate="2023-03-30 05:52:14 +0100" endDate="2023-03-30 06:00:15 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 06:17:06 +0100" startDate="2023-03-30 06:06:58 +0100" endDate="2023-03-30 06:14:52 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 06:31:11 +0100" startDate="2023-03-30 06:20:56 +0100" endDate="2023-03-30 06:29:45 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 07:25:57 +0100" startDate="2023-03-30 07:15:49 +0100" endDate="2023-03-30 07:25:43 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 07:36:25 +0100" startDate="2023-03-30 07:25:48 +0100" endDate="2023-03-30 07:27:32 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 08:31:34 +0100" startDate="2023-03-30 08:20:31 +0100" endDate="2023-03-30 08:30:32 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 08:45:29 +0100" startDate="2023-03-30 08:30:32 +0100" endDate="2023-03-30 08:35:40 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 10:33:20 +0100" startDate="2023-03-30 10:21:27 +0100" endDate="2023-03-30 10:23:52 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 10:52:09 +0100" startDate="2023-03-30 10:41:44 +0100" endDate="2023-03-30 10:49:20 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 13:12:35 +0100" startDate="2023-03-30 13:02:27 +0100" endDate="2023-03-30 13:12:25 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 13:23:31 +0100" startDate="2023-03-30 13:12:28 +0100" endDate="2023-03-30 13:15:54 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 13:45:34 +0100" startDate="2023-03-30 13:32:44 +0100" endDate="2023-03-30 13:41:09 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 14:34:34 +0100" startDate="2023-03-30 14:23:41 +0100" endDate="2023-03-30 14:33:09 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 15:12:12 +0100" startDate="2023-03-30 14:57:11 +0100" endDate="2023-03-30 14:57:26 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 16:41:25 +0100" startDate="2023-03-30 16:30:34 +0100" endDate="2023-03-30 16:39:30 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 16:59:20 +0100" startDate="2023-03-30 16:48:17 +0100" endDate="2023-03-30 16:54:55 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 18:22:49 +0100" startDate="2023-03-30 18:11:46 +0100" endDate="2023-03-30 18:20:03 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 18:35:18 +0100" startDate="2023-03-30 18:24:15 +0100" endDate="2023-03-30 18:29:36 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-30 20:54:55 +0100" startDate="2023-03-30 20:43:39 +0100" endDate="2023-03-30 20:44:04 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-31 05:36:47 +0100" startDate="2023-03-31 05:26:34 +0100" endDate="2023-03-31 05:27:12 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-31 14:35:18 +0100" startDate="2023-03-31 14:23:20 +0100" endDate="2023-03-31 14:29:24 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-31 14:46:58 +0100" startDate="2023-03-31 14:35:00 +0100" endDate="2023-03-31 14:44:41 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-31 14:59:24 +0100" startDate="2023-03-31 14:45:17 +0100" endDate="2023-03-31 14:50:25 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-31 15:12:07 +0100" startDate="2023-03-31 14:59:17 +0100" endDate="2023-03-31 15:04:23 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-31 15:21:22 +0100" startDate="2023-03-31 15:11:08 +0100" endDate="2023-03-31 15:11:41 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-31 16:18:52 +0100" startDate="2023-03-31 16:08:47 +0100" endDate="2023-03-31 16:09:56 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-03-31 20:25:40 +0100" startDate="2023-03-31 20:15:32 +0100" endDate="2023-03-31 20:17:22 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 03:40:52 +0100" startDate="2023-04-01 03:30:11 +0100" endDate="2023-04-01 03:30:57 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 06:56:15 +0100" startDate="2023-04-01 06:43:24 +0100" endDate="2023-04-01 06:43:57 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 08:32:15 +0100" startDate="2023-04-01 08:21:59 +0100" endDate="2023-04-01 08:31:53 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 08:47:07 +0100" startDate="2023-04-01 08:32:28 +0100" endDate="2023-04-01 08:33:42 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 09:44:36 +0100" startDate="2023-04-01 09:33:21 +0100" endDate="2023-04-01 09:35:51 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 18:21:54 +0100" startDate="2023-04-01 18:08:36 +0100" endDate="2023-04-01 18:16:04 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 18:37:18 +0100" startDate="2023-04-01 18:25:06 +0100" endDate="2023-04-01 18:25:37 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 18:51:25 +0100" startDate="2023-04-01 18:36:37 +0100" endDate="2023-04-01 18:40:21 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 19:02:23 +0100" startDate="2023-04-01 18:51:07 +0100" endDate="2023-04-01 18:55:47 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 19:18:02 +0100" startDate="2023-04-01 19:05:34 +0100" endDate="2023-04-01 19:10:06 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 19:33:43 +0100" startDate="2023-04-01 19:21:17 +0100" endDate="2023-04-01 19:22:13 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca5d60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 19:49:15 +0100" startDate="2023-04-01 19:36:00 +0100" endDate="2023-04-01 19:37:50 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 19:58:48 +0100" startDate="2023-04-01 19:46:40 +0100" endDate="2023-04-01 19:47:16 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 20:11:36 +0100" startDate="2023-04-01 19:57:12 +0100" endDate="2023-04-01 20:06:50 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 20:21:12 +0100" startDate="2023-04-01 20:09:51 +0100" endDate="2023-04-01 20:19:34 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 21:33:21 +0100" startDate="2023-04-01 21:21:17 +0100" endDate="2023-04-01 21:28:59 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-01 22:25:26 +0100" startDate="2023-04-01 22:14:23 +0100" endDate="2023-04-01 22:14:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 06:30:07 +0100" startDate="2023-04-02 06:19:59 +0100" endDate="2023-04-02 06:28:47 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 06:57:18 +0100" startDate="2023-04-02 06:44:12 +0100" endDate="2023-04-02 06:44:25 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 08:30:04 +0100" startDate="2023-04-02 08:19:56 +0100" endDate="2023-04-02 08:20:14 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 08:42:13 +0100" startDate="2023-04-02 08:32:07 +0100" endDate="2023-04-02 08:41:38 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 09:05:24 +0100" startDate="2023-04-02 08:55:05 +0100" endDate="2023-04-02 09:05:06 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 09:16:09 +0100" startDate="2023-04-02 09:05:06 +0100" endDate="2023-04-02 09:14:55 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 09:26:14 +0100" startDate="2023-04-02 09:16:02 +0100" endDate="2023-04-02 09:16:35 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 11:52:57 +0100" startDate="2023-04-02 11:41:30 +0100" endDate="2023-04-02 11:49:14 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 12:03:05 +0100" startDate="2023-04-02 11:51:31 +0100" endDate="2023-04-02 12:00:31 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 12:12:47 +0100" startDate="2023-04-02 12:02:03 +0100" endDate="2023-04-02 12:02:21 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 13:18:52 +0100" startDate="2023-04-02 13:08:24 +0100" endDate="2023-04-02 13:18:23 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 13:30:36 +0100" startDate="2023-04-02 13:18:23 +0100" endDate="2023-04-02 13:21:03 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 14:40:36 +0100" startDate="2023-04-02 14:23:56 +0100" endDate="2023-04-02 14:26:34 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 14:53:15 +0100" startDate="2023-04-02 14:39:05 +0100" endDate="2023-04-02 14:40:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 18:11:15 +0100" startDate="2023-04-02 18:00:56 +0100" endDate="2023-04-02 18:06:32 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 18:24:11 +0100" startDate="2023-04-02 18:11:53 +0100" endDate="2023-04-02 18:11:58 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 19:07:09 +0100" startDate="2023-04-02 18:54:41 +0100" endDate="2023-04-02 18:57:37 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 20:31:17 +0100" startDate="2023-04-02 20:20:14 +0100" endDate="2023-04-02 20:20:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-02 20:55:06 +0100" startDate="2023-04-02 20:44:06 +0100" endDate="2023-04-02 20:46:44 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 05:14:55 +0100" startDate="2023-04-03 05:00:48 +0100" endDate="2023-04-03 05:10:26 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 05:24:04 +0100" startDate="2023-04-03 05:13:01 +0100" endDate="2023-04-03 05:22:50 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 05:43:41 +0100" startDate="2023-04-03 05:30:21 +0100" endDate="2023-04-03 05:33:09 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 06:51:46 +0100" startDate="2023-04-03 06:39:59 +0100" endDate="2023-04-03 06:42:24 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 07:13:57 +0100" startDate="2023-04-03 07:02:55 +0100" endDate="2023-04-03 07:10:54 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 07:24:37 +0100" startDate="2023-04-03 07:14:00 +0100" endDate="2023-04-03 07:23:59 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 07:34:01 +0100" startDate="2023-04-03 07:23:59 +0100" endDate="2023-04-03 07:29:48 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 07:46:08 +0100" startDate="2023-04-03 07:35:47 +0100" endDate="2023-04-03 07:36:33 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 08:01:02 +0100" startDate="2023-04-03 07:48:14 +0100" endDate="2023-04-03 07:50:55 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 09:31:24 +0100" startDate="2023-04-03 09:20:21 +0100" endDate="2023-04-03 09:27:16 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 10:37:21 +0100" startDate="2023-04-03 10:24:54 +0100" endDate="2023-04-03 10:31:57 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 10:48:01 +0100" startDate="2023-04-03 10:36:58 +0100" endDate="2023-04-03 10:46:31 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 10:58:28 +0100" startDate="2023-04-03 10:48:00 +0100" endDate="2023-04-03 10:58:00 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 11:09:09 +0100" startDate="2023-04-03 10:58:00 +0100" endDate="2023-04-03 11:05:16 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 11:24:10 +0100" startDate="2023-04-03 11:08:58 +0100" endDate="2023-04-03 11:11:23 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 12:20:45 +0100" startDate="2023-04-03 12:09:42 +0100" endDate="2023-04-03 12:09:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 13:06:30 +0100" startDate="2023-04-03 12:55:39 +0100" endDate="2023-04-03 12:56:09 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 13:27:46 +0100" startDate="2023-04-03 13:16:43 +0100" endDate="2023-04-03 13:25:48 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 13:43:33 +0100" startDate="2023-04-03 13:30:47 +0100" endDate="2023-04-03 13:40:48 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 13:50:52 +0100" startDate="2023-04-03 13:40:48 +0100" endDate="2023-04-03 13:47:46 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 13:58:04 +0100" startDate="2023-04-03 13:47:46 +0100" endDate="2023-04-03 13:57:47 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 14:11:07 +0100" startDate="2023-04-03 13:57:47 +0100" endDate="2023-04-03 14:00:58 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 14:48:20 +0100" startDate="2023-04-03 14:37:54 +0100" endDate="2023-04-03 14:47:16 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 14:59:14 +0100" startDate="2023-04-03 14:48:00 +0100" endDate="2023-04-03 14:50:27 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 16:45:36 +0100" startDate="2023-04-03 16:34:36 +0100" endDate="2023-04-03 16:44:09 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 16:56:44 +0100" startDate="2023-04-03 16:45:08 +0100" endDate="2023-04-03 16:46:34 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 17:46:49 +0100" startDate="2023-04-03 17:35:43 +0100" endDate="2023-04-03 17:45:39 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 18:06:41 +0100" startDate="2023-04-03 17:51:00 +0100" endDate="2023-04-03 17:57:47 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 18:40:42 +0100" startDate="2023-04-03 18:29:12 +0100" endDate="2023-04-03 18:31:17 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 18:54:22 +0100" startDate="2023-04-03 18:43:16 +0100" endDate="2023-04-03 18:43:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 19:28:18 +0100" startDate="2023-04-03 19:16:01 +0100" endDate="2023-04-03 19:25:29 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 19:39:07 +0100" startDate="2023-04-03 19:26:23 +0100" endDate="2023-04-03 19:36:24 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-03 19:51:49 +0100" startDate="2023-04-03 19:36:24 +0100" endDate="2023-04-03 19:37:38 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 05:27:30 +0100" startDate="2023-04-04 05:17:18 +0100" endDate="2023-04-04 05:24:28 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 05:46:29 +0100" startDate="2023-04-04 05:35:17 +0100" endDate="2023-04-04 05:38:18 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 06:54:32 +0100" startDate="2023-04-04 06:39:36 +0100" endDate="2023-04-04 06:48:20 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 07:18:15 +0100" startDate="2023-04-04 07:05:52 +0100" endDate="2023-04-04 07:06:25 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 10:16:02 +0100" startDate="2023-04-04 10:05:00 +0100" endDate="2023-04-04 10:13:07 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 10:29:42 +0100" startDate="2023-04-04 10:16:08 +0100" endDate="2023-04-04 10:17:25 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 10:40:36 +0100" startDate="2023-04-04 10:29:33 +0100" endDate="2023-04-04 10:33:22 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 10:51:04 +0100" startDate="2023-04-04 10:40:43 +0100" endDate="2023-04-04 10:44:48 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 11:11:37 +0100" startDate="2023-04-04 10:56:32 +0100" endDate="2023-04-04 11:01:53 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 11:27:43 +0100" startDate="2023-04-04 11:16:40 +0100" endDate="2023-04-04 11:20:09 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 11:51:04 +0100" startDate="2023-04-04 11:40:01 +0100" endDate="2023-04-04 11:40:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 12:23:24 +0100" startDate="2023-04-04 12:12:20 +0100" endDate="2023-04-04 12:17:01 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 12:34:43 +0100" startDate="2023-04-04 12:22:45 +0100" endDate="2023-04-04 12:32:43 +0100" value="733"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 13:46:13 +0100" startDate="2023-04-04 13:35:06 +0100" endDate="2023-04-04 13:45:05 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 13:58:26 +0100" startDate="2023-04-04 13:46:39 +0100" endDate="2023-04-04 13:46:47 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 14:37:35 +0100" startDate="2023-04-04 14:26:12 +0100" endDate="2023-04-04 14:33:33 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 15:23:42 +0100" startDate="2023-04-04 15:11:28 +0100" endDate="2023-04-04 15:16:18 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 15:32:40 +0100" startDate="2023-04-04 15:21:37 +0100" endDate="2023-04-04 15:22:40 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-04 15:47:21 +0100" startDate="2023-04-04 15:36:18 +0100" endDate="2023-04-04 15:36:21 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 05:24:54 +0100" startDate="2023-04-05 05:13:52 +0100" endDate="2023-04-05 05:13:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 05:41:30 +0100" startDate="2023-04-05 05:30:18 +0100" endDate="2023-04-05 05:39:28 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 05:53:34 +0100" startDate="2023-04-05 05:40:44 +0100" endDate="2023-04-05 05:40:47 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 06:50:02 +0100" startDate="2023-04-05 06:38:38 +0100" endDate="2023-04-05 06:48:39 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 07:00:29 +0100" startDate="2023-04-05 06:48:47 +0100" endDate="2023-04-05 06:49:13 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 07:25:23 +0100" startDate="2023-04-05 07:13:25 +0100" endDate="2023-04-05 07:13:40 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 09:08:06 +0100" startDate="2023-04-05 08:56:50 +0100" endDate="2023-04-05 09:00:31 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 10:10:59 +0100" startDate="2023-04-05 09:59:56 +0100" endDate="2023-04-05 10:05:12 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 11:33:00 +0100" startDate="2023-04-05 11:22:18 +0100" endDate="2023-04-05 11:30:29 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 11:43:40 +0100" startDate="2023-04-05 11:33:02 +0100" endDate="2023-04-05 11:39:34 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 11:57:47 +0100" startDate="2023-04-05 11:45:36 +0100" endDate="2023-04-05 11:55:14 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 12:08:05 +0100" startDate="2023-04-05 11:56:43 +0100" endDate="2023-04-05 12:06:06 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 12:25:40 +0100" startDate="2023-04-05 12:10:47 +0100" endDate="2023-04-05 12:19:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 12:36:01 +0100" startDate="2023-04-05 12:22:04 +0100" endDate="2023-04-05 12:23:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 12:47:27 +0100" startDate="2023-04-05 12:35:04 +0100" endDate="2023-04-05 12:37:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 13:00:30 +0100" startDate="2023-04-05 12:46:42 +0100" endDate="2023-04-05 12:56:23 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 13:11:27 +0100" startDate="2023-04-05 12:57:16 +0100" endDate="2023-04-05 13:07:07 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 13:23:24 +0100" startDate="2023-04-05 13:10:51 +0100" endDate="2023-04-05 13:12:13 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 13:36:56 +0100" startDate="2023-04-05 13:26:19 +0100" endDate="2023-04-05 13:27:10 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 13:47:06 +0100" startDate="2023-04-05 13:37:01 +0100" endDate="2023-04-05 13:47:02 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 13:59:06 +0100" startDate="2023-04-05 13:47:02 +0100" endDate="2023-04-05 13:56:28 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 14:08:14 +0100" startDate="2023-04-05 13:57:03 +0100" endDate="2023-04-05 14:02:24 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 14:19:46 +0100" startDate="2023-04-05 14:07:46 +0100" endDate="2023-04-05 14:13:50 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 14:43:51 +0100" startDate="2023-04-05 14:31:44 +0100" endDate="2023-04-05 14:40:54 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 14:52:48 +0100" startDate="2023-04-05 14:41:45 +0100" endDate="2023-04-05 14:41:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 15:51:55 +0100" startDate="2023-04-05 15:40:53 +0100" endDate="2023-04-05 15:41:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 17:31:50 +0100" startDate="2023-04-05 17:20:18 +0100" endDate="2023-04-05 17:21:37 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 17:45:01 +0100" startDate="2023-04-05 17:33:18 +0100" endDate="2023-04-05 17:43:20 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 18:02:29 +0100" startDate="2023-04-05 17:45:17 +0100" endDate="2023-04-05 17:46:20 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 18:21:43 +0100" startDate="2023-04-05 18:10:48 +0100" endDate="2023-04-05 18:11:44 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 18:36:09 +0100" startDate="2023-04-05 18:25:58 +0100" endDate="2023-04-05 18:26:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 18:53:36 +0100" startDate="2023-04-05 18:38:43 +0100" endDate="2023-04-05 18:46:37 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 19:05:45 +0100" startDate="2023-04-05 18:51:30 +0100" endDate="2023-04-05 18:58:43 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 19:16:30 +0100" startDate="2023-04-05 19:06:22 +0100" endDate="2023-04-05 19:10:01 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 19:29:28 +0100" startDate="2023-04-05 19:18:26 +0100" endDate="2023-04-05 19:25:44 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 19:55:15 +0100" startDate="2023-04-05 19:44:03 +0100" endDate="2023-04-05 19:52:58 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 20:14:57 +0100" startDate="2023-04-05 19:58:42 +0100" endDate="2023-04-05 19:59:10 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-05 21:43:23 +0100" startDate="2023-04-05 21:33:10 +0100" endDate="2023-04-05 21:33:48 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 05:00:01 +0100" startDate="2023-04-06 04:49:53 +0100" endDate="2023-04-06 04:50:04 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 05:20:10 +0100" startDate="2023-04-06 05:09:07 +0100" endDate="2023-04-06 05:13:47 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 07:47:24 +0100" startDate="2023-04-06 07:36:21 +0100" endDate="2023-04-06 07:36:31 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 08:42:38 +0100" startDate="2023-04-06 08:32:02 +0100" endDate="2023-04-06 08:38:42 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 10:29:06 +0100" startDate="2023-04-06 10:18:53 +0100" endDate="2023-04-06 10:28:32 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 10:58:58 +0100" startDate="2023-04-06 10:47:56 +0100" endDate="2023-04-06 10:47:58 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 11:39:58 +0100" startDate="2023-04-06 11:29:35 +0100" endDate="2023-04-06 11:38:20 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 11:51:00 +0100" startDate="2023-04-06 11:39:45 +0100" endDate="2023-04-06 11:42:46 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 12:07:06 +0100" startDate="2023-04-06 11:56:02 +0100" endDate="2023-04-06 12:03:36 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 12:27:14 +0100" startDate="2023-04-06 12:16:48 +0100" endDate="2023-04-06 12:26:49 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 12:39:01 +0100" startDate="2023-04-06 12:26:49 +0100" endDate="2023-04-06 12:28:08 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 13:54:50 +0100" startDate="2023-04-06 13:41:17 +0100" endDate="2023-04-06 13:45:34 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 14:27:03 +0100" startDate="2023-04-06 14:15:51 +0100" endDate="2023-04-06 14:21:37 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 14:57:41 +0100" startDate="2023-04-06 14:45:21 +0100" endDate="2023-04-06 14:55:17 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 15:06:47 +0100" startDate="2023-04-06 14:56:21 +0100" endDate="2023-04-06 14:56:34 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 16:05:45 +0100" startDate="2023-04-06 15:54:43 +0100" endDate="2023-04-06 16:01:35 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 16:19:24 +0100" startDate="2023-04-06 16:08:13 +0100" endDate="2023-04-06 16:17:01 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 16:55:45 +0100" startDate="2023-04-06 16:43:42 +0100" endDate="2023-04-06 16:53:44 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 17:04:52 +0100" startDate="2023-04-06 16:53:44 +0100" endDate="2023-04-06 16:55:59 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 17:33:19 +0100" startDate="2023-04-06 17:22:16 +0100" endDate="2023-04-06 17:22:21 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 18:30:11 +0100" startDate="2023-04-06 18:19:09 +0100" endDate="2023-04-06 18:28:54 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 18:43:58 +0100" startDate="2023-04-06 18:30:06 +0100" endDate="2023-04-06 18:35:44 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 19:00:01 +0100" startDate="2023-04-06 18:44:49 +0100" endDate="2023-04-06 18:45:17 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 19:11:59 +0100" startDate="2023-04-06 19:00:09 +0100" endDate="2023-04-06 19:00:47 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-06 22:03:15 +0100" startDate="2023-04-06 21:52:12 +0100" endDate="2023-04-06 21:52:50 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-07 05:47:13 +0100" startDate="2023-04-07 05:37:00 +0100" endDate="2023-04-07 05:37:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-07 06:48:54 +0100" startDate="2023-04-07 06:37:51 +0100" endDate="2023-04-07 06:37:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-07 08:50:01 +0100" startDate="2023-04-07 08:38:58 +0100" endDate="2023-04-07 08:39:08 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-07 14:09:18 +0100" startDate="2023-04-07 13:59:06 +0100" endDate="2023-04-07 14:08:23 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-07 14:23:38 +0100" startDate="2023-04-07 14:13:19 +0100" endDate="2023-04-07 14:22:47 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-07 14:34:21 +0100" startDate="2023-04-07 14:24:08 +0100" endDate="2023-04-07 14:31:42 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-07 19:43:48 +0100" startDate="2023-04-07 19:31:46 +0100" endDate="2023-04-07 19:31:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-07 21:28:45 +0100" startDate="2023-04-07 21:18:34 +0100" endDate="2023-04-07 21:18:50 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-08 05:41:17 +0100" startDate="2023-04-08 05:31:04 +0100" endDate="2023-04-08 05:31:19 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-08 06:45:40 +0100" startDate="2023-04-08 06:35:15 +0100" endDate="2023-04-08 06:45:16 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-08 06:58:39 +0100" startDate="2023-04-08 06:47:36 +0100" endDate="2023-04-08 06:55:15 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-08 07:13:42 +0100" startDate="2023-04-08 07:02:40 +0100" endDate="2023-04-08 07:11:48 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-08 08:18:13 +0100" startDate="2023-04-08 08:07:48 +0100" endDate="2023-04-08 08:17:44 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-08 08:33:30 +0100" startDate="2023-04-08 08:19:10 +0100" endDate="2023-04-08 08:21:28 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-08 14:24:20 +0100" startDate="2023-04-08 14:09:29 +0100" endDate="2023-04-08 14:17:53 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-08 14:30:50 +0100" startDate="2023-04-08 14:20:03 +0100" endDate="2023-04-08 14:20:06 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-08 14:48:43 +0100" startDate="2023-04-08 14:37:19 +0100" endDate="2023-04-08 14:44:16 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-08 21:36:06 +0100" startDate="2023-04-08 21:25:04 +0100" endDate="2023-04-08 21:29:31 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-09 10:02:58 +0100" startDate="2023-04-09 09:51:33 +0100" endDate="2023-04-09 10:01:34 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-09 10:16:20 +0100" startDate="2023-04-09 10:01:34 +0100" endDate="2023-04-09 10:11:35 +0100" value="1068"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-09 10:26:41 +0100" startDate="2023-04-09 10:11:35 +0100" endDate="2023-04-09 10:21:36 +0100" value="1037"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-09 10:33:19 +0100" startDate="2023-04-09 10:21:36 +0100" endDate="2023-04-09 10:31:37 +0100" value="966"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-09 10:43:18 +0100" startDate="2023-04-09 10:31:37 +0100" endDate="2023-04-09 10:39:26 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-09 10:53:12 +0100" startDate="2023-04-09 10:39:26 +0100" endDate="2023-04-09 10:49:27 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-09 11:00:53 +0100" startDate="2023-04-09 10:49:27 +0100" endDate="2023-04-09 10:57:38 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-09 11:11:10 +0100" startDate="2023-04-09 10:57:38 +0100" endDate="2023-04-09 11:07:39 +0100" value="1056"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-09 11:19:54 +0100" startDate="2023-04-09 11:07:39 +0100" endDate="2023-04-09 11:15:28 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-09 17:17:37 +0100" startDate="2023-04-09 17:06:15 +0100" endDate="2023-04-09 17:06:18 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-09 21:39:43 +0100" startDate="2023-04-09 21:29:35 +0100" endDate="2023-04-09 21:30:03 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 08:00:37 +0100" startDate="2023-04-10 07:49:34 +0100" endDate="2023-04-10 07:59:30 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 09:34:19 +0100" startDate="2023-04-10 09:20:01 +0100" endDate="2023-04-10 09:26:08 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 09:43:18 +0100" startDate="2023-04-10 09:32:15 +0100" endDate="2023-04-10 09:35:13 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 09:54:49 +0100" startDate="2023-04-10 09:44:03 +0100" endDate="2023-04-10 09:46:36 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 10:05:10 +0100" startDate="2023-04-10 09:54:19 +0100" endDate="2023-04-10 09:54:35 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 13:45:05 +0100" startDate="2023-04-10 13:34:57 +0100" endDate="2023-04-10 13:41:37 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 13:58:21 +0100" startDate="2023-04-10 13:45:11 +0100" endDate="2023-04-10 13:55:12 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 14:07:58 +0100" startDate="2023-04-10 13:57:24 +0100" endDate="2023-04-10 14:02:30 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 14:29:07 +0100" startDate="2023-04-10 14:18:24 +0100" endDate="2023-04-10 14:18:29 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 14:40:11 +0100" startDate="2023-04-10 14:28:43 +0100" endDate="2023-04-10 14:28:56 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 16:19:41 +0100" startDate="2023-04-10 16:09:36 +0100" endDate="2023-04-10 16:14:26 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 16:42:31 +0100" startDate="2023-04-10 16:31:28 +0100" endDate="2023-04-10 16:31:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 17:01:37 +0100" startDate="2023-04-10 16:50:29 +0100" endDate="2023-04-10 16:50:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-10 17:28:18 +0100" startDate="2023-04-10 17:16:53 +0100" endDate="2023-04-10 17:23:15 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 05:18:06 +0100" startDate="2023-04-11 05:07:22 +0100" endDate="2023-04-11 05:08:33 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 05:56:23 +0100" startDate="2023-04-11 05:46:10 +0100" endDate="2023-04-11 05:55:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 07:14:12 +0100" startDate="2023-04-11 07:01:23 +0100" endDate="2023-04-11 07:07:45 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 10:53:29 +0100" startDate="2023-04-11 10:43:24 +0100" endDate="2023-04-11 10:53:07 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 11:04:50 +0100" startDate="2023-04-11 10:53:48 +0100" endDate="2023-04-11 11:02:58 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 11:15:55 +0100" startDate="2023-04-11 11:04:24 +0100" endDate="2023-04-11 11:14:25 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 11:25:28 +0100" startDate="2023-04-11 11:14:25 +0100" endDate="2023-04-11 11:22:09 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 11:59:33 +0100" startDate="2023-04-11 11:42:17 +0100" endDate="2023-04-11 11:42:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 15:56:45 +0100" startDate="2023-04-11 15:43:08 +0100" endDate="2023-04-11 15:47:56 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 16:04:12 +0100" startDate="2023-04-11 15:53:09 +0100" endDate="2023-04-11 16:03:11 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 16:16:40 +0100" startDate="2023-04-11 16:03:11 +0100" endDate="2023-04-11 16:06:06 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 16:59:44 +0100" startDate="2023-04-11 16:49:29 +0100" endDate="2023-04-11 16:52:17 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 17:55:00 +0100" startDate="2023-04-11 17:43:57 +0100" endDate="2023-04-11 17:52:01 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 18:06:42 +0100" startDate="2023-04-11 17:55:40 +0100" endDate="2023-04-11 18:01:13 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-11 21:25:20 +0100" startDate="2023-04-11 21:12:14 +0100" endDate="2023-04-11 21:12:34 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 05:33:33 +0100" startDate="2023-04-12 05:22:05 +0100" endDate="2023-04-12 05:23:06 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 07:22:02 +0100" startDate="2023-04-12 07:09:14 +0100" endDate="2023-04-12 07:16:42 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 07:32:35 +0100" startDate="2023-04-12 07:19:41 +0100" endDate="2023-04-12 07:20:37 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 10:21:19 +0100" startDate="2023-04-12 10:07:20 +0100" endDate="2023-04-12 10:07:31 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 10:41:38 +0100" startDate="2023-04-12 10:30:36 +0100" endDate="2023-04-12 10:30:56 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 11:27:31 +0100" startDate="2023-04-12 11:17:18 +0100" endDate="2023-04-12 11:25:45 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 11:49:33 +0100" startDate="2023-04-12 11:35:00 +0100" endDate="2023-04-12 11:35:36 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 12:19:56 +0100" startDate="2023-04-12 12:06:31 +0100" endDate="2023-04-12 12:06:49 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 14:09:43 +0100" startDate="2023-04-12 13:58:40 +0100" endDate="2023-04-12 13:58:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 16:30:07 +0100" startDate="2023-04-12 16:19:46 +0100" endDate="2023-04-12 16:26:41 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 16:51:57 +0100" startDate="2023-04-12 16:40:54 +0100" endDate="2023-04-12 16:50:56 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 17:02:11 +0100" startDate="2023-04-12 16:50:56 +0100" endDate="2023-04-12 16:51:49 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 17:12:17 +0100" startDate="2023-04-12 17:02:09 +0100" endDate="2023-04-12 17:12:10 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 17:23:01 +0100" startDate="2023-04-12 17:12:10 +0100" endDate="2023-04-12 17:14:41 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 17:45:36 +0100" startDate="2023-04-12 17:31:15 +0100" endDate="2023-04-12 17:31:23 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 18:10:45 +0100" startDate="2023-04-12 17:54:39 +0100" endDate="2023-04-12 17:58:14 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 18:34:41 +0100" startDate="2023-04-12 18:23:22 +0100" endDate="2023-04-12 18:32:52 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 18:44:06 +0100" startDate="2023-04-12 18:33:53 +0100" endDate="2023-04-12 18:34:39 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 19:17:00 +0100" startDate="2023-04-12 19:00:55 +0100" endDate="2023-04-12 19:04:36 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 19:56:44 +0100" startDate="2023-04-12 19:45:41 +0100" endDate="2023-04-12 19:54:34 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 20:09:53 +0100" startDate="2023-04-12 19:55:50 +0100" endDate="2023-04-12 19:59:27 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 20:17:38 +0100" startDate="2023-04-12 20:06:35 +0100" endDate="2023-04-12 20:14:23 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 20:27:42 +0100" startDate="2023-04-12 20:17:34 +0100" endDate="2023-04-12 20:27:36 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 20:40:40 +0100" startDate="2023-04-12 20:27:36 +0100" endDate="2023-04-12 20:34:31 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 20:53:52 +0100" startDate="2023-04-12 20:42:18 +0100" endDate="2023-04-12 20:48:19 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-12 22:34:47 +0100" startDate="2023-04-12 22:24:42 +0100" endDate="2023-04-12 22:27:12 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 05:45:08 +0100" startDate="2023-04-13 05:31:11 +0100" endDate="2023-04-13 05:40:36 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 05:55:49 +0100" startDate="2023-04-13 05:44:44 +0100" endDate="2023-04-13 05:54:45 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 06:07:43 +0100" startDate="2023-04-13 05:56:40 +0100" endDate="2023-04-13 06:00:37 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 06:20:25 +0100" startDate="2023-04-13 06:06:49 +0100" endDate="2023-04-13 06:09:49 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 06:58:03 +0100" startDate="2023-04-13 06:46:44 +0100" endDate="2023-04-13 06:47:07 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 07:09:40 +0100" startDate="2023-04-13 06:58:37 +0100" endDate="2023-04-13 06:59:30 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 07:27:31 +0100" startDate="2023-04-13 07:10:10 +0100" endDate="2023-04-13 07:15:38 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 10:34:23 +0100" startDate="2023-04-13 10:23:20 +0100" endDate="2023-04-13 10:30:52 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 10:45:37 +0100" startDate="2023-04-13 10:34:39 +0100" endDate="2023-04-13 10:44:09 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 10:57:45 +0100" startDate="2023-04-13 10:44:58 +0100" endDate="2023-04-13 10:54:59 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 11:07:50 +0100" startDate="2023-04-13 10:54:59 +0100" endDate="2023-04-13 10:58:48 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 11:20:49 +0100" startDate="2023-04-13 11:07:51 +0100" endDate="2023-04-13 11:12:44 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 11:56:38 +0100" startDate="2023-04-13 11:46:30 +0100" endDate="2023-04-13 11:46:48 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 13:57:12 +0100" startDate="2023-04-13 13:46:09 +0100" endDate="2023-04-13 13:46:22 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 14:10:15 +0100" startDate="2023-04-13 13:59:13 +0100" endDate="2023-04-13 14:09:12 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 14:22:43 +0100" startDate="2023-04-13 14:09:12 +0100" endDate="2023-04-13 14:10:05 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 16:50:21 +0100" startDate="2023-04-13 16:39:18 +0100" endDate="2023-04-13 16:42:09 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 17:01:07 +0100" startDate="2023-04-13 16:50:04 +0100" endDate="2023-04-13 16:58:04 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 17:11:00 +0100" startDate="2023-04-13 17:00:52 +0100" endDate="2023-04-13 17:06:51 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 17:22:33 +0100" startDate="2023-04-13 17:12:25 +0100" endDate="2023-04-13 17:17:43 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 17:55:41 +0100" startDate="2023-04-13 17:44:38 +0100" endDate="2023-04-13 17:44:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 18:23:26 +0100" startDate="2023-04-13 18:12:23 +0100" endDate="2023-04-13 18:16:01 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 18:39:02 +0100" startDate="2023-04-13 18:26:54 +0100" endDate="2023-04-13 18:30:33 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-13 21:13:36 +0100" startDate="2023-04-13 21:02:34 +0100" endDate="2023-04-13 21:02:59 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 06:14:56 +0100" startDate="2023-04-14 06:03:18 +0100" endDate="2023-04-14 06:04:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 07:44:50 +0100" startDate="2023-04-14 07:34:38 +0100" endDate="2023-04-14 07:34:48 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 12:03:52 +0100" startDate="2023-04-14 11:53:47 +0100" endDate="2023-04-14 12:03:35 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 12:15:09 +0100" startDate="2023-04-14 12:04:06 +0100" endDate="2023-04-14 12:12:28 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 14:02:27 +0100" startDate="2023-04-14 13:52:00 +0100" endDate="2023-04-14 13:58:36 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 14:15:15 +0100" startDate="2023-04-14 14:02:30 +0100" endDate="2023-04-14 14:02:48 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 15:26:17 +0100" startDate="2023-04-14 15:16:09 +0100" endDate="2023-04-14 15:20:21 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 15:44:34 +0100" startDate="2023-04-14 15:31:41 +0100" endDate="2023-04-14 15:41:02 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 15:53:18 +0100" startDate="2023-04-14 15:41:02 +0100" endDate="2023-04-14 15:48:45 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 22:18:37 +0100" startDate="2023-04-14 22:05:31 +0100" endDate="2023-04-14 22:08:53 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 23:03:54 +0100" startDate="2023-04-14 22:50:50 +0100" endDate="2023-04-14 22:56:31 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 23:16:37 +0100" startDate="2023-04-14 23:04:15 +0100" endDate="2023-04-14 23:09:03 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-14 23:51:46 +0100" startDate="2023-04-14 23:41:36 +0100" endDate="2023-04-14 23:48:47 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 07:44:53 +0100" startDate="2023-04-15 07:33:10 +0100" endDate="2023-04-15 07:43:01 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 07:58:25 +0100" startDate="2023-04-15 07:43:29 +0100" endDate="2023-04-15 07:46:07 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 08:16:12 +0100" startDate="2023-04-15 08:05:09 +0100" endDate="2023-04-15 08:05:29 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 08:39:43 +0100" startDate="2023-04-15 08:28:08 +0100" endDate="2023-04-15 08:28:28 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 09:29:16 +0100" startDate="2023-04-15 09:18:05 +0100" endDate="2023-04-15 09:18:43 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 09:44:43 +0100" startDate="2023-04-15 09:29:48 +0100" endDate="2023-04-15 09:36:10 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 10:00:00 +0100" startDate="2023-04-15 09:47:22 +0100" endDate="2023-04-15 09:49:12 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 10:13:23 +0100" startDate="2023-04-15 10:00:32 +0100" endDate="2023-04-15 10:03:53 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 10:24:19 +0100" startDate="2023-04-15 10:13:06 +0100" endDate="2023-04-15 10:22:56 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 10:36:35 +0100" startDate="2023-04-15 10:23:52 +0100" endDate="2023-04-15 10:31:44 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 12:01:51 +0100" startDate="2023-04-15 11:50:09 +0100" endDate="2023-04-15 11:53:43 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 12:37:03 +0100" startDate="2023-04-15 12:24:31 +0100" endDate="2023-04-15 12:33:01 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 13:06:41 +0100" startDate="2023-04-15 12:56:04 +0100" endDate="2023-04-15 12:57:23 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 13:22:50 +0100" startDate="2023-04-15 13:09:57 +0100" endDate="2023-04-15 13:13:23 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 13:36:02 +0100" startDate="2023-04-15 13:23:23 +0100" endDate="2023-04-15 13:27:58 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 14:02:32 +0100" startDate="2023-04-15 13:48:54 +0100" endDate="2023-04-15 13:49:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 14:54:50 +0100" startDate="2023-04-15 14:43:00 +0100" endDate="2023-04-15 14:48:38 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 15:07:42 +0100" startDate="2023-04-15 14:53:34 +0100" endDate="2023-04-15 14:59:54 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 15:33:09 +0100" startDate="2023-04-15 15:18:06 +0100" endDate="2023-04-15 15:26:20 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 16:52:52 +0100" startDate="2023-04-15 16:41:35 +0100" endDate="2023-04-15 16:44:06 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 17:29:42 +0100" startDate="2023-04-15 17:18:48 +0100" endDate="2023-04-15 17:28:11 +0100" value="963"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 17:58:23 +0100" startDate="2023-04-15 17:47:53 +0100" endDate="2023-04-15 17:57:54 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 18:12:14 +0100" startDate="2023-04-15 17:57:54 +0100" endDate="2023-04-15 18:02:50 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-15 21:24:12 +0100" startDate="2023-04-15 21:13:10 +0100" endDate="2023-04-15 21:13:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 06:20:04 +0100" startDate="2023-04-16 06:09:59 +0100" endDate="2023-04-16 06:15:39 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 06:31:38 +0100" startDate="2023-04-16 06:20:32 +0100" endDate="2023-04-16 06:30:33 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 06:42:25 +0100" startDate="2023-04-16 06:30:33 +0100" endDate="2023-04-16 06:37:46 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 07:15:53 +0100" startDate="2023-04-16 07:01:38 +0100" endDate="2023-04-16 07:04:14 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 07:42:02 +0100" startDate="2023-04-16 07:27:58 +0100" endDate="2023-04-16 07:30:23 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 08:21:04 +0100" startDate="2023-04-16 08:08:53 +0100" endDate="2023-04-16 08:09:21 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 08:33:25 +0100" startDate="2023-04-16 08:20:08 +0100" endDate="2023-04-16 08:22:00 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 09:05:36 +0100" startDate="2023-04-16 08:51:55 +0100" endDate="2023-04-16 08:54:46 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 09:17:46 +0100" startDate="2023-04-16 09:03:57 +0100" endDate="2023-04-16 09:05:55 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 09:48:14 +0100" startDate="2023-04-16 09:34:06 +0100" endDate="2023-04-16 09:40:12 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 10:33:58 +0100" startDate="2023-04-16 10:20:33 +0100" endDate="2023-04-16 10:20:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 11:29:44 +0100" startDate="2023-04-16 11:15:37 +0100" endDate="2023-04-16 11:18:50 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 11:42:24 +0100" startDate="2023-04-16 11:28:14 +0100" endDate="2023-04-16 11:37:36 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 11:50:12 +0100" startDate="2023-04-16 11:38:22 +0100" endDate="2023-04-16 11:42:50 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 13:11:50 +0100" startDate="2023-04-16 12:58:52 +0100" endDate="2023-04-16 13:00:54 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-16 17:58:08 +0100" startDate="2023-04-16 17:47:58 +0100" endDate="2023-04-16 17:48:03 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 06:02:10 +0100" startDate="2023-04-17 05:51:22 +0100" endDate="2023-04-17 05:57:18 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 06:14:27 +0100" startDate="2023-04-17 06:02:34 +0100" endDate="2023-04-17 06:11:19 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 06:24:49 +0100" startDate="2023-04-17 06:14:20 +0100" endDate="2023-04-17 06:16:58 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 07:17:23 +0100" startDate="2023-04-17 07:07:03 +0100" endDate="2023-04-17 07:15:50 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 09:00:02 +0100" startDate="2023-04-17 08:48:53 +0100" endDate="2023-04-17 08:49:41 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 09:15:43 +0100" startDate="2023-04-17 09:04:33 +0100" endDate="2023-04-17 09:05:29 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 10:07:08 +0100" startDate="2023-04-17 09:55:59 +0100" endDate="2023-04-17 10:00:27 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 11:22:01 +0100" startDate="2023-04-17 11:10:26 +0100" endDate="2023-04-17 11:14:28 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 13:02:15 +0100" startDate="2023-04-17 12:50:51 +0100" endDate="2023-04-17 12:57:10 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 13:18:05 +0100" startDate="2023-04-17 13:06:54 +0100" endDate="2023-04-17 13:15:39 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 13:28:34 +0100" startDate="2023-04-17 13:17:32 +0100" endDate="2023-04-17 13:18:43 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 13:41:54 +0100" startDate="2023-04-17 13:31:16 +0100" endDate="2023-04-17 13:34:22 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 14:58:57 +0100" startDate="2023-04-17 14:47:51 +0100" endDate="2023-04-17 14:52:42 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 15:33:14 +0100" startDate="2023-04-17 15:21:40 +0100" endDate="2023-04-17 15:21:45 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 16:44:41 +0100" startDate="2023-04-17 16:33:38 +0100" endDate="2023-04-17 16:37:48 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 16:56:05 +0100" startDate="2023-04-17 16:45:59 +0100" endDate="2023-04-17 16:47:46 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 17:41:13 +0100" startDate="2023-04-17 17:30:10 +0100" endDate="2023-04-17 17:35:56 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 18:05:37 +0100" startDate="2023-04-17 17:54:34 +0100" endDate="2023-04-17 18:00:08 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 18:19:19 +0100" startDate="2023-04-17 18:06:08 +0100" endDate="2023-04-17 18:09:49 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 18:44:07 +0100" startDate="2023-04-17 18:32:06 +0100" endDate="2023-04-17 18:33:02 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 19:04:33 +0100" startDate="2023-04-17 18:53:30 +0100" endDate="2023-04-17 18:56:31 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 20:54:55 +0100" startDate="2023-04-17 20:40:30 +0100" endDate="2023-04-17 20:40:35 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-17 21:06:47 +0100" startDate="2023-04-17 20:56:12 +0100" endDate="2023-04-17 20:56:14 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 05:51:56 +0100" startDate="2023-04-18 05:40:53 +0100" endDate="2023-04-18 05:40:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 06:06:35 +0100" startDate="2023-04-18 05:53:44 +0100" endDate="2023-04-18 05:57:48 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 07:03:57 +0100" startDate="2023-04-18 06:52:55 +0100" endDate="2023-04-18 07:02:53 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 07:15:22 +0100" startDate="2023-04-18 07:02:56 +0100" endDate="2023-04-18 07:12:57 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 07:27:00 +0100" startDate="2023-04-18 07:12:57 +0100" endDate="2023-04-18 07:15:53 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 08:07:30 +0100" startDate="2023-04-18 07:51:56 +0100" endDate="2023-04-18 07:52:22 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 09:06:15 +0100" startDate="2023-04-18 08:52:19 +0100" endDate="2023-04-18 08:54:21 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 10:42:08 +0100" startDate="2023-04-18 10:28:22 +0100" endDate="2023-04-18 10:37:50 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 10:52:00 +0100" startDate="2023-04-18 10:39:48 +0100" endDate="2023-04-18 10:39:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 11:10:43 +0100" startDate="2023-04-18 10:56:48 +0100" endDate="2023-04-18 11:00:37 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 11:25:09 +0100" startDate="2023-04-18 11:10:59 +0100" endDate="2023-04-18 11:12:31 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 13:26:47 +0100" startDate="2023-04-18 13:16:12 +0100" endDate="2023-04-18 13:26:12 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 13:39:20 +0100" startDate="2023-04-18 13:26:12 +0100" endDate="2023-04-18 13:29:56 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 13:54:24 +0100" startDate="2023-04-18 13:40:17 +0100" endDate="2023-04-18 13:43:51 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 14:39:45 +0100" startDate="2023-04-18 14:28:43 +0100" endDate="2023-04-18 14:37:43 +0100" value="897"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 14:54:56 +0100" startDate="2023-04-18 14:37:43 +0100" endDate="2023-04-18 14:47:44 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 14:58:46 +0100" startDate="2023-04-18 14:47:44 +0100" endDate="2023-04-18 14:56:42 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 15:08:38 +0100" startDate="2023-04-18 14:57:35 +0100" endDate="2023-04-18 15:06:53 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 15:23:28 +0100" startDate="2023-04-18 15:11:13 +0100" endDate="2023-04-18 15:21:14 +0100" value="1138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 15:39:32 +0100" startDate="2023-04-18 15:21:14 +0100" endDate="2023-04-18 15:23:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 16:02:57 +0100" startDate="2023-04-18 15:49:22 +0100" endDate="2023-04-18 15:50:13 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 17:05:52 +0100" startDate="2023-04-18 16:55:16 +0100" endDate="2023-04-18 16:59:38 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 17:21:14 +0100" startDate="2023-04-18 17:09:55 +0100" endDate="2023-04-18 17:19:56 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 17:30:58 +0100" startDate="2023-04-18 17:19:56 +0100" endDate="2023-04-18 17:21:10 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 17:52:31 +0100" startDate="2023-04-18 17:42:13 +0100" endDate="2023-04-18 17:46:35 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 19:31:46 +0100" startDate="2023-04-18 19:19:32 +0100" endDate="2023-04-18 19:25:24 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 19:43:54 +0100" startDate="2023-04-18 19:31:36 +0100" endDate="2023-04-18 19:32:19 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 20:12:06 +0100" startDate="2023-04-18 20:01:04 +0100" endDate="2023-04-18 20:07:15 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 20:49:22 +0100" startDate="2023-04-18 20:13:48 +0100" endDate="2023-04-18 20:23:39 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-18 21:32:20 +0100" startDate="2023-04-18 21:21:17 +0100" endDate="2023-04-18 21:26:16 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 05:03:43 +0100" startDate="2023-04-19 04:53:19 +0100" endDate="2023-04-19 04:54:07 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 05:33:36 +0100" startDate="2023-04-19 05:23:23 +0100" endDate="2023-04-19 05:27:51 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 05:46:01 +0100" startDate="2023-04-19 05:34:58 +0100" endDate="2023-04-19 05:35:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 06:05:24 +0100" startDate="2023-04-19 05:54:21 +0100" endDate="2023-04-19 05:54:26 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 06:58:37 +0100" startDate="2023-04-19 06:48:29 +0100" endDate="2023-04-19 06:56:18 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 07:19:01 +0100" startDate="2023-04-19 07:08:42 +0100" endDate="2023-04-19 07:17:42 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 07:31:27 +0100" startDate="2023-04-19 07:19:17 +0100" endDate="2023-04-19 07:19:19 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 08:35:33 +0100" startDate="2023-04-19 08:25:07 +0100" endDate="2023-04-19 08:33:26 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 08:48:02 +0100" startDate="2023-04-19 08:36:50 +0100" endDate="2023-04-19 08:37:36 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 11:29:24 +0100" startDate="2023-04-19 11:19:19 +0100" endDate="2023-04-19 11:26:04 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 11:51:22 +0100" startDate="2023-04-19 11:41:14 +0100" endDate="2023-04-19 11:45:57 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 12:05:04 +0100" startDate="2023-04-19 11:54:01 +0100" endDate="2023-04-19 11:54:09 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 12:49:22 +0100" startDate="2023-04-19 12:36:09 +0100" endDate="2023-04-19 12:46:08 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 12:59:29 +0100" startDate="2023-04-19 12:46:08 +0100" endDate="2023-04-19 12:47:12 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 13:23:24 +0100" startDate="2023-04-19 13:12:21 +0100" endDate="2023-04-19 13:19:24 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 14:44:14 +0100" startDate="2023-04-19 14:33:08 +0100" endDate="2023-04-19 14:42:00 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 16:32:20 +0100" startDate="2023-04-19 16:21:18 +0100" endDate="2023-04-19 16:31:19 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 16:42:22 +0100" startDate="2023-04-19 16:31:19 +0100" endDate="2023-04-19 16:40:08 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 17:06:47 +0100" startDate="2023-04-19 16:55:44 +0100" endDate="2023-04-19 16:55:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 17:55:51 +0100" startDate="2023-04-19 17:44:03 +0100" endDate="2023-04-19 17:53:28 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 18:05:24 +0100" startDate="2023-04-19 17:54:21 +0100" endDate="2023-04-19 17:57:43 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 18:16:19 +0100" startDate="2023-04-19 18:04:53 +0100" endDate="2023-04-19 18:05:06 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 18:53:33 +0100" startDate="2023-04-19 18:40:09 +0100" endDate="2023-04-19 18:40:12 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-19 21:08:21 +0100" startDate="2023-04-19 20:57:19 +0100" endDate="2023-04-19 20:57:29 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 06:19:55 +0100" startDate="2023-04-20 06:09:40 +0100" endDate="2023-04-20 06:14:46 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 07:39:57 +0100" startDate="2023-04-20 07:26:44 +0100" endDate="2023-04-20 07:30:59 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 07:50:24 +0100" startDate="2023-04-20 07:39:18 +0100" endDate="2023-04-20 07:47:05 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 08:03:17 +0100" startDate="2023-04-20 07:52:39 +0100" endDate="2023-04-20 07:54:54 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 08:56:39 +0100" startDate="2023-04-20 08:45:38 +0100" endDate="2023-04-20 08:53:24 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 09:04:29 +0100" startDate="2023-04-20 08:53:24 +0100" endDate="2023-04-20 09:03:25 +0100" value="897"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 09:14:28 +0100" startDate="2023-04-20 09:03:25 +0100" endDate="2023-04-20 09:07:45 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 10:45:23 +0100" startDate="2023-04-20 10:34:37 +0100" endDate="2023-04-20 10:44:15 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 11:03:36 +0100" startDate="2023-04-20 10:52:34 +0100" endDate="2023-04-20 10:57:57 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 12:26:07 +0100" startDate="2023-04-20 12:14:31 +0100" endDate="2023-04-20 12:21:59 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 12:41:01 +0100" startDate="2023-04-20 12:29:58 +0100" endDate="2023-04-20 12:38:00 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 14:16:19 +0100" startDate="2023-04-20 14:04:49 +0100" endDate="2023-04-20 14:07:39 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 14:26:21 +0100" startDate="2023-04-20 14:14:55 +0100" endDate="2023-04-20 14:18:32 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 16:45:06 +0100" startDate="2023-04-20 16:34:03 +0100" endDate="2023-04-20 16:36:06 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 17:37:11 +0100" startDate="2023-04-20 17:26:59 +0100" endDate="2023-04-20 17:36:27 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 18:07:12 +0100" startDate="2023-04-20 17:56:21 +0100" endDate="2023-04-20 18:02:28 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 19:18:45 +0100" startDate="2023-04-20 19:06:47 +0100" endDate="2023-04-20 19:14:31 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 19:29:32 +0100" startDate="2023-04-20 19:16:59 +0100" endDate="2023-04-20 19:26:33 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 19:42:34 +0100" startDate="2023-04-20 19:29:19 +0100" endDate="2023-04-20 19:29:29 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 20:08:18 +0100" startDate="2023-04-20 19:56:39 +0100" endDate="2023-04-20 19:56:47 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-20 21:22:51 +0100" startDate="2023-04-20 21:11:48 +0100" endDate="2023-04-20 21:19:55 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 05:34:41 +0100" startDate="2023-04-21 05:23:38 +0100" endDate="2023-04-21 05:24:14 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 11:25:35 +0100" startDate="2023-04-21 11:14:32 +0100" endDate="2023-04-21 11:24:31 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 11:39:18 +0100" startDate="2023-04-21 11:26:59 +0100" endDate="2023-04-21 11:32:12 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 12:13:56 +0100" startDate="2023-04-21 12:02:53 +0100" endDate="2023-04-21 12:10:25 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 12:32:51 +0100" startDate="2023-04-21 12:21:04 +0100" endDate="2023-04-21 12:22:05 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 13:40:52 +0100" startDate="2023-04-21 13:29:43 +0100" endDate="2023-04-21 13:39:15 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 13:52:07 +0100" startDate="2023-04-21 13:39:58 +0100" endDate="2023-04-21 13:40:16 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 14:13:28 +0100" startDate="2023-04-21 13:59:53 +0100" endDate="2023-04-21 14:09:42 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 14:24:53 +0100" startDate="2023-04-21 14:10:30 +0100" endDate="2023-04-21 14:20:31 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 14:32:02 +0100" startDate="2023-04-21 14:20:31 +0100" endDate="2023-04-21 14:30:33 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 14:42:26 +0100" startDate="2023-04-21 14:30:33 +0100" endDate="2023-04-21 14:34:14 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 14:53:44 +0100" startDate="2023-04-21 14:42:36 +0100" endDate="2023-04-21 14:42:54 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 16:55:16 +0100" startDate="2023-04-21 16:44:42 +0100" endDate="2023-04-21 16:53:59 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 17:05:52 +0100" startDate="2023-04-21 16:53:59 +0100" endDate="2023-04-21 17:04:00 +0100" value="1007"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 17:17:45 +0100" startDate="2023-04-21 17:04:28 +0100" endDate="2023-04-21 17:04:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-21 21:16:16 +0100" startDate="2023-04-21 21:05:13 +0100" endDate="2023-04-21 21:08:45 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 02:47:57 +0100" startDate="2023-04-22 02:37:49 +0100" endDate="2023-04-22 02:38:35 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 09:45:33 +0100" startDate="2023-04-22 09:35:27 +0100" endDate="2023-04-22 09:45:28 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 09:58:05 +0100" startDate="2023-04-22 09:45:33 +0100" endDate="2023-04-22 09:53:37 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 10:06:59 +0100" startDate="2023-04-22 09:55:54 +0100" endDate="2023-04-22 10:04:31 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 10:15:34 +0100" startDate="2023-04-22 10:04:31 +0100" endDate="2023-04-22 10:12:20 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 11:12:08 +0100" startDate="2023-04-22 11:00:52 +0100" endDate="2023-04-22 11:02:47 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 11:42:04 +0100" startDate="2023-04-22 11:30:34 +0100" endDate="2023-04-22 11:39:00 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 15:39:01 +0100" startDate="2023-04-22 15:24:54 +0100" endDate="2023-04-22 15:30:04 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 16:15:08 +0100" startDate="2023-04-22 16:04:02 +0100" endDate="2023-04-22 16:13:58 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 16:26:26 +0100" startDate="2023-04-22 16:14:57 +0100" endDate="2023-04-22 16:24:30 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 16:36:32 +0100" startDate="2023-04-22 16:25:21 +0100" endDate="2023-04-22 16:30:14 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 17:02:30 +0100" startDate="2023-04-22 16:51:27 +0100" endDate="2023-04-22 16:54:15 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-22 21:37:57 +0100" startDate="2023-04-22 21:27:42 +0100" endDate="2023-04-22 21:32:51 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-23 07:04:25 +0100" startDate="2023-04-23 06:53:34 +0100" endDate="2023-04-23 06:53:36 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-23 07:34:51 +0100" startDate="2023-04-23 07:24:04 +0100" endDate="2023-04-23 07:24:53 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-23 08:57:31 +0100" startDate="2023-04-23 08:43:49 +0100" endDate="2023-04-23 08:53:35 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-23 09:06:34 +0100" startDate="2023-04-23 08:54:36 +0100" endDate="2023-04-23 08:54:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-23 17:17:39 +0100" startDate="2023-04-23 17:06:00 +0100" endDate="2023-04-23 17:06:10 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-23 17:35:22 +0100" startDate="2023-04-23 17:22:51 +0100" endDate="2023-04-23 17:32:27 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-23 20:58:13 +0100" startDate="2023-04-23 20:47:10 +0100" endDate="2023-04-23 20:47:12 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 06:22:59 +0100" startDate="2023-04-24 06:12:08 +0100" endDate="2023-04-24 06:14:02 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 06:41:25 +0100" startDate="2023-04-24 06:31:15 +0100" endDate="2023-04-24 06:32:44 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 07:33:16 +0100" startDate="2023-04-24 07:23:05 +0100" endDate="2023-04-24 07:27:30 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 09:37:23 +0100" startDate="2023-04-24 09:26:18 +0100" endDate="2023-04-24 09:33:39 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 10:46:13 +0100" startDate="2023-04-24 10:35:14 +0100" endDate="2023-04-24 10:43:43 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 11:05:56 +0100" startDate="2023-04-24 10:55:04 +0100" endDate="2023-04-24 11:04:22 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 11:16:13 +0100" startDate="2023-04-24 11:05:10 +0100" endDate="2023-04-24 11:05:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 14:00:56 +0100" startDate="2023-04-24 13:49:54 +0100" endDate="2023-04-24 13:51:51 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 14:36:25 +0100" startDate="2023-04-24 14:25:57 +0100" endDate="2023-04-24 14:29:21 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 16:47:13 +0100" startDate="2023-04-24 16:36:10 +0100" endDate="2023-04-24 16:39:47 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 17:32:38 +0100" startDate="2023-04-24 17:22:05 +0100" endDate="2023-04-24 17:29:15 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 17:56:31 +0100" startDate="2023-04-24 17:45:28 +0100" endDate="2023-04-24 17:52:41 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 18:28:48 +0100" startDate="2023-04-24 18:18:35 +0100" endDate="2023-04-24 18:23:00 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 18:51:34 +0100" startDate="2023-04-24 18:41:03 +0100" endDate="2023-04-24 18:50:28 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 19:15:53 +0100" startDate="2023-04-24 19:05:00 +0100" endDate="2023-04-24 19:14:58 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-24 19:25:51 +0100" startDate="2023-04-24 19:14:58 +0100" endDate="2023-04-24 19:15:03 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 05:10:27 +0100" startDate="2023-04-25 05:00:19 +0100" endDate="2023-04-25 05:04:11 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 05:27:31 +0100" startDate="2023-04-25 05:16:47 +0100" endDate="2023-04-25 05:25:53 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 05:47:09 +0100" startDate="2023-04-25 05:34:27 +0100" endDate="2023-04-25 05:36:22 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 06:34:47 +0100" startDate="2023-04-25 06:23:06 +0100" endDate="2023-04-25 06:32:21 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 06:46:01 +0100" startDate="2023-04-25 06:33:50 +0100" endDate="2023-04-25 06:33:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 07:03:00 +0100" startDate="2023-04-25 06:52:50 +0100" endDate="2023-04-25 06:59:02 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 07:24:18 +0100" startDate="2023-04-25 07:13:24 +0100" endDate="2023-04-25 07:23:23 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 07:36:07 +0100" startDate="2023-04-25 07:23:28 +0100" endDate="2023-04-25 07:32:23 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 09:08:21 +0100" startDate="2023-04-25 08:53:51 +0100" endDate="2023-04-25 08:58:55 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 10:26:04 +0100" startDate="2023-04-25 10:07:25 +0100" endDate="2023-04-25 10:09:58 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 10:41:04 +0100" startDate="2023-04-25 10:29:58 +0100" endDate="2023-04-25 10:40:00 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 10:51:15 +0100" startDate="2023-04-25 10:40:00 +0100" endDate="2023-04-25 10:49:33 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 11:07:39 +0100" startDate="2023-04-25 10:51:35 +0100" endDate="2023-04-25 10:57:11 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 11:18:58 +0100" startDate="2023-04-25 11:07:25 +0100" endDate="2023-04-25 11:17:26 +0100" value="1084"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 11:28:40 +0100" startDate="2023-04-25 11:17:26 +0100" endDate="2023-04-25 11:27:05 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 11:39:06 +0100" startDate="2023-04-25 11:27:53 +0100" endDate="2023-04-25 11:37:52 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 11:49:26 +0100" startDate="2023-04-25 11:37:52 +0100" endDate="2023-04-25 11:47:53 +0100" value="1067"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 11:58:43 +0100" startDate="2023-04-25 11:47:53 +0100" endDate="2023-04-25 11:50:18 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 13:50:07 +0100" startDate="2023-04-25 13:39:21 +0100" endDate="2023-04-25 13:41:54 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 15:05:55 +0100" startDate="2023-04-25 14:55:50 +0100" endDate="2023-04-25 14:57:37 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 17:12:04 +0100" startDate="2023-04-25 17:01:58 +0100" endDate="2023-04-25 17:03:56 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 17:45:49 +0100" startDate="2023-04-25 17:34:42 +0100" endDate="2023-04-25 17:37:20 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 18:02:58 +0100" startDate="2023-04-25 17:50:24 +0100" endDate="2023-04-25 18:00:02 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 18:18:26 +0100" startDate="2023-04-25 18:02:53 +0100" endDate="2023-04-25 18:12:34 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 18:35:16 +0100" startDate="2023-04-25 18:21:36 +0100" endDate="2023-04-25 18:21:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 19:15:17 +0100" startDate="2023-04-25 19:04:41 +0100" endDate="2023-04-25 19:14:19 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-04-25 19:25:55 +0100" startDate="2023-04-25 19:14:58 +0100" endDate="2023-04-25 19:22:26 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 05:07:21 +0100" endDate="2023-04-26 05:16:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 05:16:43 +0100" endDate="2023-04-26 05:23:39 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 05:23:39 +0100" endDate="2023-04-26 05:30:57 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 05:30:57 +0100" endDate="2023-04-26 05:37:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 05:37:05 +0100" endDate="2023-04-26 06:26:39 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 06:26:39 +0100" endDate="2023-04-26 06:32:39 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 06:32:39 +0100" endDate="2023-04-26 08:37:18 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 08:37:18 +0100" endDate="2023-04-26 08:48:33 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 08:48:33 +0100" endDate="2023-04-26 08:56:13 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 08:56:13 +0100" endDate="2023-04-26 09:02:46 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 09:02:46 +0100" endDate="2023-04-26 10:33:20 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 10:33:20 +0100" endDate="2023-04-26 10:42:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 10:42:19 +0100" endDate="2023-04-26 11:11:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 11:11:29 +0100" endDate="2023-04-26 11:17:21 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 11:17:21 +0100" endDate="2023-04-26 11:33:42 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 11:33:42 +0100" endDate="2023-04-26 11:45:25 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 15:57:57 +0100" endDate="2023-04-26 16:02:58 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 16:02:58 +0100" endDate="2023-04-26 16:30:26 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 16:30:26 +0100" endDate="2023-04-26 16:58:46 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 16:58:46 +0100" endDate="2023-04-26 17:03:47 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 17:48:37 +0100" endDate="2023-04-26 17:57:06 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 17:57:06 +0100" endDate="2023-04-26 18:07:35 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 18:07:35 +0100" endDate="2023-04-26 18:18:15 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 18:18:15 +0100" endDate="2023-04-26 18:23:15 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 18:23:15 +0100" endDate="2023-04-26 18:35:16 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 18:35:16 +0100" endDate="2023-04-26 18:48:00 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 18:48:00 +0100" endDate="2023-04-26 18:57:46 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 18:57:46 +0100" endDate="2023-04-26 20:19:39 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 20:19:39 +0100" endDate="2023-04-26 20:29:48 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-26 20:29:48 +0100" endDate="2023-04-26 20:42:12 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 05:58:19 +0100" endDate="2023-04-27 07:08:52 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 07:08:52 +0100" endDate="2023-04-27 07:19:11 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 07:19:11 +0100" endDate="2023-04-27 07:26:07 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 07:26:07 +0100" endDate="2023-04-27 07:33:43 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 07:33:43 +0100" endDate="2023-04-27 07:38:43 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 07:38:43 +0100" endDate="2023-04-27 07:50:27 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 07:50:27 +0100" endDate="2023-04-27 08:03:31 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 08:03:31 +0100" endDate="2023-04-27 08:42:32 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 09:43:45 +0100" endDate="2023-04-27 09:48:46 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 09:54:56 +0100" endDate="2023-04-27 10:02:46 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 10:02:46 +0100" endDate="2023-04-27 10:24:53 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 10:24:53 +0100" endDate="2023-04-27 10:57:10 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 10:57:10 +0100" endDate="2023-04-27 12:10:00 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 12:10:00 +0100" endDate="2023-04-27 12:20:24 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 12:20:24 +0100" endDate="2023-04-27 12:25:24 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 12:25:24 +0100" endDate="2023-04-27 12:38:01 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 12:38:01 +0100" endDate="2023-04-27 12:49:52 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 12:49:52 +0100" endDate="2023-04-27 12:54:52 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 12:54:52 +0100" endDate="2023-04-27 13:53:10 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 14:00:16 +0100" endDate="2023-04-27 14:10:17 +0100" value="1067"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 14:10:17 +0100" endDate="2023-04-27 14:20:20 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 14:20:20 +0100" endDate="2023-04-27 14:30:34 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 14:30:34 +0100" endDate="2023-04-27 14:48:45 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 14:48:45 +0100" endDate="2023-04-27 15:13:48 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 15:13:48 +0100" endDate="2023-04-27 15:34:53 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 15:34:53 +0100" endDate="2023-04-27 15:44:55 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 15:44:55 +0100" endDate="2023-04-27 15:49:55 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 15:49:55 +0100" endDate="2023-04-27 16:03:51 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 16:03:51 +0100" endDate="2023-04-27 16:12:45 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 16:32:35 +0100" endDate="2023-04-27 16:54:25 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 16:54:25 +0100" endDate="2023-04-27 17:01:38 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 17:20:11 +0100" endDate="2023-04-27 17:30:13 +0100" value="1059"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 17:30:13 +0100" endDate="2023-04-27 17:40:14 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-27 17:47:55 +0100" endDate="2023-04-27 21:36:55 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-28 05:34:34 +0100" endDate="2023-04-28 07:41:16 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-28 07:41:16 +0100" endDate="2023-04-28 07:48:22 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-28 07:48:22 +0100" endDate="2023-04-28 08:42:25 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-28 13:33:57 +0100" endDate="2023-04-28 16:13:56 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-28 16:13:56 +0100" endDate="2023-04-28 17:37:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-28 19:05:02 +0100" endDate="2023-04-28 19:48:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 07:20:10 +0100" endDate="2023-04-29 07:33:04 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 07:33:04 +0100" endDate="2023-04-29 07:47:53 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 07:47:53 +0100" endDate="2023-04-29 07:53:06 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 08:01:52 +0100" endDate="2023-04-29 08:13:10 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 08:13:10 +0100" endDate="2023-04-29 08:19:09 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 08:19:09 +0100" endDate="2023-04-29 08:27:33 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 08:34:19 +0100" endDate="2023-04-29 08:44:30 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 08:44:30 +0100" endDate="2023-04-29 11:13:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 11:13:47 +0100" endDate="2023-04-29 11:36:46 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 11:47:32 +0100" endDate="2023-04-29 11:58:48 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 11:58:48 +0100" endDate="2023-04-29 14:55:58 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 14:55:58 +0100" endDate="2023-04-29 15:14:17 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 15:14:17 +0100" endDate="2023-04-29 15:25:40 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 15:25:40 +0100" endDate="2023-04-29 15:35:04 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 15:35:04 +0100" endDate="2023-04-29 15:40:36 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 15:40:36 +0100" endDate="2023-04-29 15:56:16 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 15:56:16 +0100" endDate="2023-04-29 17:56:19 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 17:56:19 +0100" endDate="2023-04-29 18:01:19 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 18:01:19 +0100" endDate="2023-04-29 18:12:02 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 18:12:02 +0100" endDate="2023-04-29 18:22:03 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 18:22:03 +0100" endDate="2023-04-29 18:32:33 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 18:32:33 +0100" endDate="2023-04-29 19:05:10 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 19:05:10 +0100" endDate="2023-04-29 19:08:36 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 19:10:13 +0100" endDate="2023-04-29 19:21:16 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 19:21:16 +0100" endDate="2023-04-29 19:39:34 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 19:39:34 +0100" endDate="2023-04-29 19:51:10 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 19:51:10 +0100" endDate="2023-04-29 20:41:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 20:41:44 +0100" endDate="2023-04-29 21:23:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 21:23:35 +0100" endDate="2023-04-29 21:28:16 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 21:28:16 +0100" endDate="2023-04-29 22:28:18 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-29 23:20:36 +0100" endDate="2023-04-29 23:23:40 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 08:32:58 +0100" endDate="2023-04-30 08:39:25 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 08:39:25 +0100" endDate="2023-04-30 08:49:05 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 09:13:58 +0100" endDate="2023-04-30 09:51:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 09:51:16 +0100" endDate="2023-04-30 10:01:48 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 10:01:48 +0100" endDate="2023-04-30 10:14:24 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 10:22:38 +0100" endDate="2023-04-30 10:25:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 10:45:44 +0100" endDate="2023-04-30 10:51:03 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 11:06:20 +0100" endDate="2023-04-30 11:24:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 11:24:35 +0100" endDate="2023-04-30 11:29:20 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 11:44:16 +0100" endDate="2023-04-30 11:57:54 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 11:57:54 +0100" endDate="2023-04-30 12:06:49 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 12:06:49 +0100" endDate="2023-04-30 12:09:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 12:19:23 +0100" endDate="2023-04-30 12:25:32 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 12:26:33 +0100" endDate="2023-04-30 13:05:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 13:05:24 +0100" endDate="2023-04-30 13:15:03 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 13:15:03 +0100" endDate="2023-04-30 13:20:33 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 13:20:33 +0100" endDate="2023-04-30 14:37:27 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 14:37:27 +0100" endDate="2023-04-30 14:48:37 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 14:48:37 +0100" endDate="2023-04-30 14:56:46 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 15:02:43 +0100" endDate="2023-04-30 15:14:26 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 15:14:26 +0100" endDate="2023-04-30 15:24:47 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 15:24:47 +0100" endDate="2023-04-30 15:34:56 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 15:34:56 +0100" endDate="2023-04-30 15:45:07 +0100" value="1002"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-04-30 15:45:07 +0100" endDate="2023-04-30 15:47:10 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 06:01:05 +0100" endDate="2023-05-01 06:10:41 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 06:10:41 +0100" endDate="2023-05-01 06:18:50 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 06:20:09 +0100" endDate="2023-05-01 06:23:41 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 06:23:41 +0100" endDate="2023-05-01 07:58:47 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 07:58:47 +0100" endDate="2023-05-01 07:58:57 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 08:43:26 +0100" endDate="2023-05-01 08:44:32 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 10:05:01 +0100" endDate="2023-05-01 10:05:34 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 10:43:28 +0100" endDate="2023-05-01 10:49:14 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 11:11:52 +0100" endDate="2023-05-01 11:18:17 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 11:28:17 +0100" endDate="2023-05-01 11:35:54 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 11:48:09 +0100" endDate="2023-05-01 11:58:06 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 12:02:18 +0100" endDate="2023-05-01 12:07:58 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 12:14:44 +0100" endDate="2023-05-01 12:16:21 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 12:52:32 +0100" endDate="2023-05-01 12:55:48 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 15:11:56 +0100" endDate="2023-05-01 15:20:44 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 16:14:21 +0100" endDate="2023-05-01 16:14:34 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 16:14:36 +0100" endDate="2023-05-01 16:24:35 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 16:24:35 +0100" endDate="2023-05-01 16:29:00 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 16:59:22 +0100" endDate="2023-05-01 17:01:06 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 17:37:15 +0100" endDate="2023-05-01 17:40:32 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:06 +0100" startDate="2023-05-01 17:47:39 +0100" endDate="2023-05-01 17:52:02 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:07 +0100" startDate="2023-05-01 17:52:02 +0100" endDate="2023-05-01 17:56:52 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:07 +0100" startDate="2023-05-01 20:09:27 +0100" endDate="2023-05-01 20:15:44 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:07 +0100" startDate="2023-05-01 20:20:29 +0100" endDate="2023-05-01 20:21:02 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:07 +0100" startDate="2023-05-01 20:46:43 +0100" endDate="2023-05-01 20:47:21 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:07 +0100" startDate="2023-05-01 20:47:44 +0100" endDate="2023-05-01 20:53:58 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:07 +0100" startDate="2023-05-01 20:59:22 +0100" endDate="2023-05-01 20:59:37 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:07 +0100" startDate="2023-05-01 21:28:27 +0100" endDate="2023-05-01 21:30:49 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:07 +0100" startDate="2023-05-02 04:46:11 +0100" endDate="2023-05-02 04:47:23 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:07 +0100" startDate="2023-05-02 05:12:17 +0100" endDate="2023-05-02 05:12:22 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:07 +0100" startDate="2023-05-02 05:37:58 +0100" endDate="2023-05-02 05:47:46 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:07 +0100" startDate="2023-05-02 05:48:14 +0100" endDate="2023-05-02 05:48:17 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:07 +0100" startDate="2023-05-02 07:00:25 +0100" endDate="2023-05-02 07:09:07 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 07:09:07 +0100" endDate="2023-05-02 07:09:12 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 08:52:25 +0100" endDate="2023-05-02 09:01:38 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 09:37:31 +0100" endDate="2023-05-02 09:37:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 10:17:34 +0100" endDate="2023-05-02 10:23:49 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 10:28:29 +0100" endDate="2023-05-02 10:37:24 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 11:07:28 +0100" endDate="2023-05-02 11:10:54 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 12:35:53 +0100" endDate="2023-05-02 12:35:58 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 14:29:32 +0100" endDate="2023-05-02 14:31:42 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 16:01:57 +0100" endDate="2023-05-02 16:06:40 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 16:18:05 +0100" endDate="2023-05-02 16:24:22 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 16:28:28 +0100" endDate="2023-05-02 16:33:23 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 16:39:14 +0100" endDate="2023-05-02 16:40:13 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 17:06:58 +0100" endDate="2023-05-02 17:07:19 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 17:23:09 +0100" endDate="2023-05-02 17:26:41 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 18:14:13 +0100" endDate="2023-05-02 18:20:58 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-02 20:43:43 +0100" endDate="2023-05-02 20:47:43 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 03:34:50 +0100" endDate="2023-05-03 03:35:33 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 04:00:16 +0100" endDate="2023-05-03 04:00:57 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 04:42:32 +0100" endDate="2023-05-03 04:42:55 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 04:56:05 +0100" endDate="2023-05-03 04:59:02 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 05:18:49 +0100" endDate="2023-05-03 05:28:50 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 05:28:50 +0100" endDate="2023-05-03 05:38:51 +0100" value="1124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 05:38:51 +0100" endDate="2023-05-03 05:43:59 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 07:04:58 +0100" endDate="2023-05-03 07:15:00 +0100" value="1081"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 07:15:00 +0100" endDate="2023-05-03 07:22:51 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 07:27:18 +0100" endDate="2023-05-03 07:37:19 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 07:37:19 +0100" endDate="2023-05-03 07:41:21 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 07:49:23 +0100" endDate="2023-05-03 07:52:26 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 08:10:12 +0100" endDate="2023-05-03 08:13:51 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:21:08 +0100" startDate="2023-05-03 09:07:42 +0100" endDate="2023-05-03 09:13:33 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 10:50:50 +0100" startDate="2023-05-03 10:40:40 +0100" endDate="2023-05-03 10:50:07 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 11:07:55 +0100" startDate="2023-05-03 10:55:35 +0100" endDate="2023-05-03 10:56:11 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 11:19:09 +0100" startDate="2023-05-03 11:08:16 +0100" endDate="2023-05-03 11:16:15 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 13:11:34 +0100" startDate="2023-05-03 13:01:26 +0100" endDate="2023-05-03 13:05:51 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 14:03:21 +0100" startDate="2023-05-03 13:52:10 +0100" endDate="2023-05-03 13:53:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 14:40:05 +0100" startDate="2023-05-03 14:27:15 +0100" endDate="2023-05-03 14:27:31 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 16:26:59 +0100" startDate="2023-05-03 16:16:49 +0100" endDate="2023-05-03 16:26:50 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 16:37:53 +0100" startDate="2023-05-03 16:26:50 +0100" endDate="2023-05-03 16:33:37 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 17:00:46 +0100" startDate="2023-05-03 16:47:16 +0100" endDate="2023-05-03 16:54:04 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 17:29:35 +0100" startDate="2023-05-03 17:18:32 +0100" endDate="2023-05-03 17:18:47 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 17:46:46 +0100" startDate="2023-05-03 17:36:33 +0100" endDate="2023-05-03 17:36:41 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 18:06:48 +0100" startDate="2023-05-03 17:56:41 +0100" endDate="2023-05-03 18:04:45 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 18:19:10 +0100" startDate="2023-05-03 18:04:45 +0100" endDate="2023-05-03 18:14:46 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 18:28:11 +0100" startDate="2023-05-03 18:14:46 +0100" endDate="2023-05-03 18:24:45 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 18:35:22 +0100" startDate="2023-05-03 18:24:45 +0100" endDate="2023-05-03 18:30:29 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-03 19:26:57 +0100" startDate="2023-05-03 19:15:55 +0100" endDate="2023-05-03 19:16:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 05:52:37 +0100" startDate="2023-05-04 05:42:25 +0100" endDate="2023-05-04 05:52:26 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 06:03:55 +0100" startDate="2023-05-04 05:52:26 +0100" endDate="2023-05-04 05:53:02 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 06:27:21 +0100" startDate="2023-05-04 06:16:18 +0100" endDate="2023-05-04 06:26:17 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 06:51:01 +0100" startDate="2023-05-04 06:40:51 +0100" endDate="2023-05-04 06:41:06 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 07:15:00 +0100" startDate="2023-05-04 07:02:40 +0100" endDate="2023-05-04 07:12:41 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 07:23:03 +0100" startDate="2023-05-04 07:12:41 +0100" endDate="2023-05-04 07:20:55 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 07:34:28 +0100" startDate="2023-05-04 07:23:23 +0100" endDate="2023-05-04 07:29:35 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 07:46:29 +0100" startDate="2023-05-04 07:35:19 +0100" endDate="2023-05-04 07:36:25 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 09:02:40 +0100" startDate="2023-05-04 08:51:38 +0100" endDate="2023-05-04 08:51:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 09:16:08 +0100" startDate="2023-05-04 09:05:03 +0100" endDate="2023-05-04 09:12:54 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 10:44:00 +0100" startDate="2023-05-04 10:32:40 +0100" endDate="2023-05-04 10:41:48 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 11:07:56 +0100" startDate="2023-05-04 10:57:49 +0100" endDate="2023-05-04 10:58:17 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 11:23:57 +0100" startDate="2023-05-04 11:12:30 +0100" endDate="2023-05-04 11:15:08 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 12:06:37 +0100" startDate="2023-05-04 11:52:32 +0100" endDate="2023-05-04 11:54:22 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 12:26:58 +0100" startDate="2023-05-04 12:11:41 +0100" endDate="2023-05-04 12:17:48 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 12:46:27 +0100" startDate="2023-05-04 12:35:58 +0100" endDate="2023-05-04 12:45:47 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 16:40:53 +0100" startDate="2023-05-04 16:29:13 +0100" endDate="2023-05-04 16:36:00 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 16:56:48 +0100" startDate="2023-05-04 16:45:52 +0100" endDate="2023-05-04 16:54:11 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 17:05:14 +0100" startDate="2023-05-04 16:54:11 +0100" endDate="2023-05-04 17:01:55 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 18:04:13 +0100" startDate="2023-05-04 17:53:10 +0100" endDate="2023-05-04 17:53:12 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 18:40:37 +0100" startDate="2023-05-04 18:30:34 +0100" endDate="2023-05-04 18:40:33 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 18:51:36 +0100" startDate="2023-05-04 18:40:33 +0100" endDate="2023-05-04 18:50:14 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 19:01:51 +0100" startDate="2023-05-04 18:51:35 +0100" endDate="2023-05-04 18:59:24 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-04 21:28:58 +0100" startDate="2023-05-04 21:17:56 +0100" endDate="2023-05-04 21:17:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 04:57:30 +0100" startDate="2023-05-05 04:43:03 +0100" endDate="2023-05-05 04:48:39 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 05:09:58 +0100" startDate="2023-05-05 04:58:55 +0100" endDate="2023-05-05 05:06:05 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 05:30:04 +0100" startDate="2023-05-05 05:19:54 +0100" endDate="2023-05-05 05:29:55 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 05:41:17 +0100" startDate="2023-05-05 05:29:55 +0100" endDate="2023-05-05 05:39:23 +0100" value="1003"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 05:53:45 +0100" startDate="2023-05-05 05:39:23 +0100" endDate="2023-05-05 05:48:44 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 07:14:27 +0100" startDate="2023-05-05 06:59:09 +0100" endDate="2023-05-05 07:09:10 +0100" value="1025"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 07:20:13 +0100" startDate="2023-05-05 07:09:10 +0100" endDate="2023-05-05 07:15:55 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 08:44:36 +0100" startDate="2023-05-05 08:33:22 +0100" endDate="2023-05-05 08:43:00 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 08:58:52 +0100" startDate="2023-05-05 08:43:39 +0100" endDate="2023-05-05 08:53:40 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 09:05:56 +0100" startDate="2023-05-05 08:53:40 +0100" endDate="2023-05-05 09:03:41 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 09:14:44 +0100" startDate="2023-05-05 09:03:41 +0100" endDate="2023-05-05 09:12:28 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 09:34:33 +0100" startDate="2023-05-05 09:24:24 +0100" endDate="2023-05-05 09:24:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 10:29:34 +0100" startDate="2023-05-05 10:19:26 +0100" endDate="2023-05-05 10:27:56 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 11:26:35 +0100" startDate="2023-05-05 11:15:38 +0100" endDate="2023-05-05 11:17:55 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 11:47:47 +0100" startDate="2023-05-05 11:34:32 +0100" endDate="2023-05-05 11:43:57 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 12:13:12 +0100" startDate="2023-05-05 11:57:48 +0100" endDate="2023-05-05 11:57:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 13:05:20 +0100" startDate="2023-05-05 12:51:36 +0100" endDate="2023-05-05 12:52:12 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 13:24:13 +0100" startDate="2023-05-05 13:09:10 +0100" endDate="2023-05-05 13:11:58 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 13:35:37 +0100" startDate="2023-05-05 13:24:35 +0100" endDate="2023-05-05 13:34:11 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 13:45:40 +0100" startDate="2023-05-05 13:34:52 +0100" endDate="2023-05-05 13:36:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 14:08:51 +0100" startDate="2023-05-05 13:58:38 +0100" endDate="2023-05-05 13:59:36 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 14:31:46 +0100" startDate="2023-05-05 14:21:26 +0100" endDate="2023-05-05 14:21:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 14:50:21 +0100" startDate="2023-05-05 14:38:46 +0100" endDate="2023-05-05 14:39:52 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 15:03:11 +0100" startDate="2023-05-05 14:52:24 +0100" endDate="2023-05-05 14:53:43 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 16:27:03 +0100" startDate="2023-05-05 16:15:11 +0100" endDate="2023-05-05 16:24:24 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 16:35:23 +0100" startDate="2023-05-05 16:24:24 +0100" endDate="2023-05-05 16:29:17 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 17:26:37 +0100" startDate="2023-05-05 17:15:12 +0100" endDate="2023-05-05 17:15:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 17:49:35 +0100" startDate="2023-05-05 17:38:00 +0100" endDate="2023-05-05 17:38:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 18:11:52 +0100" startDate="2023-05-05 17:59:03 +0100" endDate="2023-05-05 18:08:51 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 18:21:11 +0100" startDate="2023-05-05 18:08:51 +0100" endDate="2023-05-05 18:18:50 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-05 18:31:18 +0100" startDate="2023-05-05 18:18:50 +0100" endDate="2023-05-05 18:19:59 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 04:36:01 +0100" startDate="2023-05-06 04:23:22 +0100" endDate="2023-05-06 04:23:30 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 05:16:44 +0100" startDate="2023-05-06 05:03:29 +0100" endDate="2023-05-06 05:12:52 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 05:24:39 +0100" startDate="2023-05-06 05:14:06 +0100" endDate="2023-05-06 05:19:58 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 05:47:20 +0100" startDate="2023-05-06 05:37:02 +0100" endDate="2023-05-06 05:40:21 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 06:20:40 +0100" startDate="2023-05-06 06:10:30 +0100" endDate="2023-05-06 06:10:53 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 06:34:36 +0100" startDate="2023-05-06 06:24:13 +0100" endDate="2023-05-06 06:29:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 07:11:37 +0100" startDate="2023-05-06 07:00:34 +0100" endDate="2023-05-06 07:00:37 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 07:29:05 +0100" startDate="2023-05-06 07:18:27 +0100" endDate="2023-05-06 07:18:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 08:05:50 +0100" startDate="2023-05-06 07:54:18 +0100" endDate="2023-05-06 08:04:17 +0100" value="1127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 10:49:19 +0100" startDate="2023-05-06 10:38:17 +0100" endDate="2023-05-06 10:41:25 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 11:17:12 +0100" startDate="2023-05-06 11:04:14 +0100" endDate="2023-05-06 11:06:19 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 12:10:12 +0100" startDate="2023-05-06 11:58:05 +0100" endDate="2023-05-06 11:58:41 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 12:45:14 +0100" startDate="2023-05-06 12:32:35 +0100" endDate="2023-05-06 12:33:31 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 13:22:40 +0100" startDate="2023-05-06 13:12:02 +0100" endDate="2023-05-06 13:13:13 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 13:37:20 +0100" startDate="2023-05-06 13:23:38 +0100" endDate="2023-05-06 13:27:45 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 15:30:15 +0100" startDate="2023-05-06 15:19:13 +0100" endDate="2023-05-06 15:19:51 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 16:06:22 +0100" startDate="2023-05-06 15:55:06 +0100" endDate="2023-05-06 15:59:06 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 16:20:29 +0100" startDate="2023-05-06 16:08:06 +0100" endDate="2023-05-06 16:18:07 +0100" value="1079"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 16:33:51 +0100" startDate="2023-05-06 16:18:07 +0100" endDate="2023-05-06 16:20:12 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 18:12:29 +0100" startDate="2023-05-06 18:02:16 +0100" endDate="2023-05-06 18:02:24 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 18:30:06 +0100" startDate="2023-05-06 18:18:11 +0100" endDate="2023-05-06 18:23:53 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 18:40:09 +0100" startDate="2023-05-06 18:29:06 +0100" endDate="2023-05-06 18:39:05 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 18:50:08 +0100" startDate="2023-05-06 18:39:05 +0100" endDate="2023-05-06 18:49:06 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 19:00:09 +0100" startDate="2023-05-06 18:49:06 +0100" endDate="2023-05-06 18:53:49 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 19:13:20 +0100" startDate="2023-05-06 19:01:42 +0100" endDate="2023-05-06 19:03:42 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-06 21:14:35 +0100" startDate="2023-05-06 21:03:32 +0100" endDate="2023-05-06 21:08:40 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 04:16:23 +0100" startDate="2023-05-07 04:05:20 +0100" endDate="2023-05-07 04:13:44 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 04:27:55 +0100" startDate="2023-05-07 04:16:53 +0100" endDate="2023-05-07 04:24:30 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 05:07:07 +0100" startDate="2023-05-07 04:55:56 +0100" endDate="2023-05-07 05:05:55 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 05:16:58 +0100" startDate="2023-05-07 05:05:55 +0100" endDate="2023-05-07 05:10:07 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 05:27:59 +0100" startDate="2023-05-07 05:17:53 +0100" endDate="2023-05-07 05:18:52 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 05:42:42 +0100" startDate="2023-05-07 05:32:33 +0100" endDate="2023-05-07 05:32:45 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 06:17:46 +0100" startDate="2023-05-07 06:06:43 +0100" endDate="2023-05-07 06:16:44 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 06:27:28 +0100" startDate="2023-05-07 06:16:44 +0100" endDate="2023-05-07 06:18:54 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 06:51:07 +0100" startDate="2023-05-07 06:40:54 +0100" endDate="2023-05-07 06:41:33 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 07:45:59 +0100" startDate="2023-05-07 07:34:06 +0100" endDate="2023-05-07 07:43:14 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 07:56:19 +0100" startDate="2023-05-07 07:43:14 +0100" endDate="2023-05-07 07:48:17 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 11:44:04 +0100" startDate="2023-05-07 11:32:21 +0100" endDate="2023-05-07 11:35:33 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 12:08:22 +0100" startDate="2023-05-07 11:55:51 +0100" endDate="2023-05-07 11:57:33 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 14:47:37 +0100" startDate="2023-05-07 14:37:27 +0100" endDate="2023-05-07 14:42:40 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 15:40:20 +0100" startDate="2023-05-07 15:29:17 +0100" endDate="2023-05-07 15:39:15 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 15:49:38 +0100" startDate="2023-05-07 15:39:18 +0100" endDate="2023-05-07 15:48:39 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 16:01:39 +0100" startDate="2023-05-07 15:50:10 +0100" endDate="2023-05-07 15:50:56 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 16:14:45 +0100" startDate="2023-05-07 16:03:42 +0100" endDate="2023-05-07 16:07:26 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 16:34:28 +0100" startDate="2023-05-07 16:24:17 +0100" endDate="2023-05-07 16:30:42 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 18:54:49 +0100" startDate="2023-05-07 18:43:55 +0100" endDate="2023-05-07 18:45:12 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 19:20:08 +0100" startDate="2023-05-07 19:10:03 +0100" endDate="2023-05-07 19:10:23 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 20:06:09 +0100" startDate="2023-05-07 19:52:10 +0100" endDate="2023-05-07 20:01:51 +0100" value="995"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 20:17:12 +0100" startDate="2023-05-07 20:02:14 +0100" endDate="2023-05-07 20:10:57 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-07 21:20:53 +0100" startDate="2023-05-07 21:09:51 +0100" endDate="2023-05-07 21:09:53 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 05:00:00 +0100" startDate="2023-05-08 04:46:49 +0100" endDate="2023-05-08 04:52:20 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 05:29:50 +0100" startDate="2023-05-08 05:17:26 +0100" endDate="2023-05-08 05:27:25 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 05:43:42 +0100" startDate="2023-05-08 05:27:25 +0100" endDate="2023-05-08 05:37:26 +0100" value="1130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 05:49:30 +0100" startDate="2023-05-08 05:37:26 +0100" endDate="2023-05-08 05:44:08 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 07:23:04 +0100" startDate="2023-05-08 07:09:18 +0100" endDate="2023-05-08 07:19:19 +0100" value="1082"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 07:30:22 +0100" startDate="2023-05-08 07:19:19 +0100" endDate="2023-05-08 07:27:29 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 07:40:57 +0100" startDate="2023-05-08 07:29:54 +0100" endDate="2023-05-08 07:35:58 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 10:43:38 +0100" startDate="2023-05-08 10:32:18 +0100" endDate="2023-05-08 10:40:02 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 11:01:29 +0100" startDate="2023-05-08 10:50:26 +0100" endDate="2023-05-08 10:59:54 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 11:17:39 +0100" startDate="2023-05-08 11:06:36 +0100" endDate="2023-05-08 11:08:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 12:24:40 +0100" startDate="2023-05-08 12:14:25 +0100" endDate="2023-05-08 12:24:16 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 12:36:24 +0100" startDate="2023-05-08 12:25:09 +0100" endDate="2023-05-08 12:33:08 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 12:48:23 +0100" startDate="2023-05-08 12:35:38 +0100" endDate="2023-05-08 12:40:14 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 13:02:08 +0100" startDate="2023-05-08 12:51:03 +0100" endDate="2023-05-08 12:59:43 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 14:49:32 +0100" startDate="2023-05-08 14:37:15 +0100" endDate="2023-05-08 14:40:16 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 16:14:54 +0100" startDate="2023-05-08 16:04:33 +0100" endDate="2023-05-08 16:14:35 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 16:27:28 +0100" startDate="2023-05-08 16:14:35 +0100" endDate="2023-05-08 16:23:12 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 16:37:02 +0100" startDate="2023-05-08 16:23:12 +0100" endDate="2023-05-08 16:33:10 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 16:44:13 +0100" startDate="2023-05-08 16:33:10 +0100" endDate="2023-05-08 16:38:24 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 17:06:11 +0100" startDate="2023-05-08 16:55:00 +0100" endDate="2023-05-08 17:03:09 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 17:25:53 +0100" startDate="2023-05-08 17:14:50 +0100" endDate="2023-05-08 17:19:23 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 17:44:45 +0100" startDate="2023-05-08 17:33:49 +0100" endDate="2023-05-08 17:37:51 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 17:58:08 +0100" startDate="2023-05-08 17:47:27 +0100" endDate="2023-05-08 17:47:30 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 18:47:46 +0100" startDate="2023-05-08 18:36:43 +0100" endDate="2023-05-08 18:45:48 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 18:57:27 +0100" startDate="2023-05-08 18:46:52 +0100" endDate="2023-05-08 18:56:12 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 19:07:44 +0100" startDate="2023-05-08 18:57:36 +0100" endDate="2023-05-08 18:59:03 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 19:29:14 +0100" startDate="2023-05-08 19:18:51 +0100" endDate="2023-05-08 19:20:49 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-08 21:17:44 +0100" startDate="2023-05-08 21:07:31 +0100" endDate="2023-05-08 21:09:16 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 04:16:53 +0100" startDate="2023-05-09 04:06:09 +0100" endDate="2023-05-09 04:06:58 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 04:52:19 +0100" startDate="2023-05-09 04:36:24 +0100" endDate="2023-05-09 04:36:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 05:09:54 +0100" startDate="2023-05-09 04:58:28 +0100" endDate="2023-05-09 05:06:45 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 05:17:48 +0100" startDate="2023-05-09 05:06:45 +0100" endDate="2023-05-09 05:16:46 +0100" value="1140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 05:29:50 +0100" startDate="2023-05-09 05:16:46 +0100" endDate="2023-05-09 05:24:50 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 06:18:45 +0100" startDate="2023-05-09 06:08:40 +0100" endDate="2023-05-09 06:09:36 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 06:58:01 +0100" startDate="2023-05-09 06:42:24 +0100" endDate="2023-05-09 06:52:25 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 07:03:28 +0100" startDate="2023-05-09 06:52:25 +0100" endDate="2023-05-09 07:01:15 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 07:14:35 +0100" startDate="2023-05-09 07:03:32 +0100" endDate="2023-05-09 07:12:27 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 07:26:08 +0100" startDate="2023-05-09 07:14:52 +0100" endDate="2023-05-09 07:20:59 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 08:12:49 +0100" startDate="2023-05-09 08:02:34 +0100" endDate="2023-05-09 08:12:00 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 08:31:29 +0100" startDate="2023-05-09 08:20:26 +0100" endDate="2023-05-09 08:22:49 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 08:54:52 +0100" startDate="2023-05-09 08:44:47 +0100" endDate="2023-05-09 08:53:27 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 09:06:27 +0100" startDate="2023-05-09 08:55:01 +0100" endDate="2023-05-09 09:03:03 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 10:22:07 +0100" startDate="2023-05-09 10:11:59 +0100" endDate="2023-05-09 10:16:37 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 10:53:41 +0100" startDate="2023-05-09 10:41:05 +0100" endDate="2023-05-09 10:49:15 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 11:14:48 +0100" startDate="2023-05-09 11:04:38 +0100" endDate="2023-05-09 11:08:55 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 12:04:35 +0100" startDate="2023-05-09 11:53:32 +0100" endDate="2023-05-09 11:53:34 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 13:19:31 +0100" startDate="2023-05-09 13:08:28 +0100" endDate="2023-05-09 13:10:00 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 14:05:49 +0100" startDate="2023-05-09 13:52:37 +0100" endDate="2023-05-09 14:02:38 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 14:13:41 +0100" startDate="2023-05-09 14:02:38 +0100" endDate="2023-05-09 14:12:39 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 14:22:52 +0100" startDate="2023-05-09 14:12:39 +0100" endDate="2023-05-09 14:13:05 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 14:54:52 +0100" startDate="2023-05-09 14:43:49 +0100" endDate="2023-05-09 14:44:50 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 15:05:04 +0100" startDate="2023-05-09 14:54:54 +0100" endDate="2023-05-09 14:57:50 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 15:57:44 +0100" startDate="2023-05-09 15:47:33 +0100" endDate="2023-05-09 15:57:34 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 16:08:58 +0100" startDate="2023-05-09 15:57:34 +0100" endDate="2023-05-09 16:06:22 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 16:18:40 +0100" startDate="2023-05-09 16:07:46 +0100" endDate="2023-05-09 16:13:37 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-09 17:56:20 +0100" startDate="2023-05-09 17:39:48 +0100" endDate="2023-05-09 17:40:11 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 05:28:48 +0100" startDate="2023-05-10 05:15:46 +0100" endDate="2023-05-10 05:15:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 06:22:19 +0100" startDate="2023-05-10 06:10:06 +0100" endDate="2023-05-10 06:20:07 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 06:31:36 +0100" startDate="2023-05-10 06:20:07 +0100" endDate="2023-05-10 06:29:53 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 06:46:35 +0100" startDate="2023-05-10 06:35:47 +0100" endDate="2023-05-10 06:37:08 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 07:11:03 +0100" startDate="2023-05-10 06:59:22 +0100" endDate="2023-05-10 07:08:23 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 08:04:06 +0100" startDate="2023-05-10 07:53:03 +0100" endDate="2023-05-10 07:53:19 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 08:28:55 +0100" startDate="2023-05-10 08:18:42 +0100" endDate="2023-05-10 08:28:43 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 08:39:46 +0100" startDate="2023-05-10 08:28:43 +0100" endDate="2023-05-10 08:36:47 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 13:34:50 +0100" startDate="2023-05-10 13:23:44 +0100" endDate="2023-05-10 13:25:46 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 14:41:55 +0100" startDate="2023-05-10 14:31:35 +0100" endDate="2023-05-10 14:41:34 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 14:53:00 +0100" startDate="2023-05-10 14:41:41 +0100" endDate="2023-05-10 14:49:46 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 16:31:37 +0100" startDate="2023-05-10 16:18:34 +0100" endDate="2023-05-10 16:28:35 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 16:39:37 +0100" startDate="2023-05-10 16:28:35 +0100" endDate="2023-05-10 16:38:36 +0100" value="1146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 16:49:39 +0100" startDate="2023-05-10 16:38:36 +0100" endDate="2023-05-10 16:40:41 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 17:10:13 +0100" startDate="2023-05-10 16:57:37 +0100" endDate="2023-05-10 17:07:37 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 17:18:13 +0100" startDate="2023-05-10 17:07:37 +0100" endDate="2023-05-10 17:09:49 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 18:07:33 +0100" startDate="2023-05-10 17:57:25 +0100" endDate="2023-05-10 18:07:26 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 18:17:34 +0100" startDate="2023-05-10 18:07:26 +0100" endDate="2023-05-10 18:17:22 +0100" value="838"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 18:30:02 +0100" startDate="2023-05-10 18:18:59 +0100" endDate="2023-05-10 18:25:34 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 18:44:16 +0100" startDate="2023-05-10 18:33:14 +0100" endDate="2023-05-10 18:42:54 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 18:56:32 +0100" startDate="2023-05-10 18:44:18 +0100" endDate="2023-05-10 18:53:39 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 19:05:49 +0100" startDate="2023-05-10 18:55:13 +0100" endDate="2023-05-10 19:05:14 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 19:15:58 +0100" startDate="2023-05-10 19:05:14 +0100" endDate="2023-05-10 19:15:15 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 19:26:21 +0100" startDate="2023-05-10 19:15:15 +0100" endDate="2023-05-10 19:25:16 +0100" value="1152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 19:40:26 +0100" startDate="2023-05-10 19:25:16 +0100" endDate="2023-05-10 19:25:57 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 22:43:41 +0100" startDate="2023-05-10 22:31:11 +0100" endDate="2023-05-10 22:31:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 23:28:02 +0100" startDate="2023-05-10 23:12:24 +0100" endDate="2023-05-10 23:15:40 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-10 23:46:24 +0100" startDate="2023-05-10 23:34:19 +0100" endDate="2023-05-10 23:42:25 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 00:01:23 +0100" startDate="2023-05-10 23:50:01 +0100" endDate="2023-05-10 23:50:11 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 00:47:24 +0100" startDate="2023-05-11 00:36:21 +0100" endDate="2023-05-11 00:36:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 05:47:41 +0100" startDate="2023-05-11 05:36:36 +0100" endDate="2023-05-11 05:44:24 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 06:03:16 +0100" startDate="2023-05-11 05:52:13 +0100" endDate="2023-05-11 05:55:40 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 06:20:39 +0100" startDate="2023-05-11 06:10:33 +0100" endDate="2023-05-11 06:19:31 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 07:25:12 +0100" startDate="2023-05-11 07:15:02 +0100" endDate="2023-05-11 07:15:17 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 07:46:58 +0100" startDate="2023-05-11 07:32:08 +0100" endDate="2023-05-11 07:33:50 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 09:55:35 +0100" startDate="2023-05-11 09:45:22 +0100" endDate="2023-05-11 09:54:04 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 10:16:53 +0100" startDate="2023-05-11 10:04:15 +0100" endDate="2023-05-11 10:14:17 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 10:25:19 +0100" startDate="2023-05-11 10:14:17 +0100" endDate="2023-05-11 10:20:36 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 10:42:09 +0100" startDate="2023-05-11 10:31:59 +0100" endDate="2023-05-11 10:41:53 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 11:19:36 +0100" startDate="2023-05-11 11:09:26 +0100" endDate="2023-05-11 11:19:25 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 11:32:24 +0100" startDate="2023-05-11 11:19:25 +0100" endDate="2023-05-11 11:29:26 +0100" value="1089"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 11:40:28 +0100" startDate="2023-05-11 11:29:26 +0100" endDate="2023-05-11 11:33:38 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 11:57:07 +0100" startDate="2023-05-11 11:44:20 +0100" endDate="2023-05-11 11:44:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 12:10:46 +0100" startDate="2023-05-11 11:59:43 +0100" endDate="2023-05-11 11:59:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 13:03:45 +0100" startDate="2023-05-11 12:49:41 +0100" endDate="2023-05-11 12:51:13 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 13:12:48 +0100" startDate="2023-05-11 13:00:00 +0100" endDate="2023-05-11 13:10:01 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 13:21:13 +0100" startDate="2023-05-11 13:10:01 +0100" endDate="2023-05-11 13:18:00 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 13:32:50 +0100" startDate="2023-05-11 13:21:42 +0100" endDate="2023-05-11 13:25:36 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 14:32:33 +0100" startDate="2023-05-11 14:21:21 +0100" endDate="2023-05-11 14:24:02 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 14:52:49 +0100" startDate="2023-05-11 14:42:14 +0100" endDate="2023-05-11 14:44:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 15:03:56 +0100" startDate="2023-05-11 14:53:11 +0100" endDate="2023-05-11 14:53:44 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 16:38:51 +0100" startDate="2023-05-11 16:28:44 +0100" endDate="2023-05-11 16:38:43 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 16:49:55 +0100" startDate="2023-05-11 16:38:43 +0100" endDate="2023-05-11 16:45:07 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 18:16:28 +0100" startDate="2023-05-11 18:04:51 +0100" endDate="2023-05-11 18:14:52 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 18:26:37 +0100" startDate="2023-05-11 18:14:57 +0100" endDate="2023-05-11 18:23:52 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 18:37:30 +0100" startDate="2023-05-11 18:25:21 +0100" endDate="2023-05-11 18:28:59 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 18:48:23 +0100" startDate="2023-05-11 18:38:12 +0100" endDate="2023-05-11 18:48:12 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 18:59:08 +0100" startDate="2023-05-11 18:48:12 +0100" endDate="2023-05-11 18:55:00 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 19:44:52 +0100" startDate="2023-05-11 19:34:42 +0100" endDate="2023-05-11 19:44:35 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-11 22:10:36 +0100" startDate="2023-05-11 22:00:26 +0100" endDate="2023-05-11 22:00:44 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 06:50:18 +0100" startDate="2023-05-12 06:37:18 +0100" endDate="2023-05-12 06:40:33 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 08:15:04 +0100" startDate="2023-05-12 08:04:01 +0100" endDate="2023-05-12 08:07:53 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 10:52:51 +0100" startDate="2023-05-12 10:39:24 +0100" endDate="2023-05-12 10:43:47 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 11:08:08 +0100" startDate="2023-05-12 10:57:55 +0100" endDate="2023-05-12 11:05:47 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 11:21:19 +0100" startDate="2023-05-12 11:09:52 +0100" endDate="2023-05-12 11:12:02 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 11:32:11 +0100" startDate="2023-05-12 11:21:30 +0100" endDate="2023-05-12 11:28:43 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 13:21:21 +0100" startDate="2023-05-12 13:11:08 +0100" endDate="2023-05-12 13:17:11 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 13:36:15 +0100" startDate="2023-05-12 13:26:00 +0100" endDate="2023-05-12 13:36:00 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 13:47:03 +0100" startDate="2023-05-12 13:36:00 +0100" endDate="2023-05-12 13:39:06 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 14:12:49 +0100" startDate="2023-05-12 14:01:30 +0100" endDate="2023-05-12 14:10:43 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 14:27:54 +0100" startDate="2023-05-12 14:13:24 +0100" endDate="2023-05-12 14:22:06 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 15:44:05 +0100" startDate="2023-05-12 15:34:00 +0100" endDate="2023-05-12 15:34:31 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 16:35:42 +0100" startDate="2023-05-12 16:24:39 +0100" endDate="2023-05-12 16:30:00 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 16:57:41 +0100" startDate="2023-05-12 16:47:35 +0100" endDate="2023-05-12 16:53:47 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 17:53:29 +0100" startDate="2023-05-12 17:39:09 +0100" endDate="2023-05-12 17:40:26 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 18:11:39 +0100" startDate="2023-05-12 18:01:29 +0100" endDate="2023-05-12 18:11:22 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 18:21:59 +0100" startDate="2023-05-12 18:11:45 +0100" endDate="2023-05-12 18:21:46 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 18:32:31 +0100" startDate="2023-05-12 18:22:02 +0100" endDate="2023-05-12 18:29:15 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 19:33:14 +0100" startDate="2023-05-12 19:22:11 +0100" endDate="2023-05-12 19:22:13 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 19:57:14 +0100" startDate="2023-05-12 19:43:55 +0100" endDate="2023-05-12 19:45:34 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-12 21:21:49 +0100" startDate="2023-05-12 21:11:21 +0100" endDate="2023-05-12 21:11:28 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 04:29:50 +0100" startDate="2023-05-13 04:17:29 +0100" endDate="2023-05-13 04:17:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 05:12:30 +0100" startDate="2023-05-13 05:01:09 +0100" endDate="2023-05-13 05:09:44 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 05:23:06 +0100" startDate="2023-05-13 05:12:04 +0100" endDate="2023-05-13 05:20:00 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 05:42:27 +0100" startDate="2023-05-13 05:32:16 +0100" endDate="2023-05-13 05:41:49 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 06:04:57 +0100" startDate="2023-05-13 05:54:46 +0100" endDate="2023-05-13 05:55:04 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 08:20:25 +0100" startDate="2023-05-13 08:09:49 +0100" endDate="2023-05-13 08:19:50 +0100" value="1053"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 08:34:33 +0100" startDate="2023-05-13 08:19:50 +0100" endDate="2023-05-13 08:21:06 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 12:07:36 +0100" startDate="2023-05-13 11:56:33 +0100" endDate="2023-05-13 12:03:49 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 12:39:43 +0100" startDate="2023-05-13 12:28:18 +0100" endDate="2023-05-13 12:33:31 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 15:12:21 +0100" startDate="2023-05-13 14:55:31 +0100" endDate="2023-05-13 15:00:24 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 16:22:45 +0100" startDate="2023-05-13 16:11:36 +0100" endDate="2023-05-13 16:21:37 +0100" value="1057"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 16:31:43 +0100" startDate="2023-05-13 16:21:37 +0100" endDate="2023-05-13 16:23:01 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 16:45:04 +0100" startDate="2023-05-13 16:34:01 +0100" endDate="2023-05-13 16:34:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 18:16:38 +0100" startDate="2023-05-13 18:05:33 +0100" endDate="2023-05-13 18:15:21 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 18:26:24 +0100" startDate="2023-05-13 18:15:49 +0100" endDate="2023-05-13 18:16:35 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 18:45:28 +0100" startDate="2023-05-13 18:30:20 +0100" endDate="2023-05-13 18:40:21 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-13 18:56:03 +0100" startDate="2023-05-13 18:44:57 +0100" endDate="2023-05-13 18:53:26 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 05:15:47 +0100" startDate="2023-05-14 05:04:45 +0100" endDate="2023-05-14 05:04:47 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 05:49:01 +0100" startDate="2023-05-14 05:38:53 +0100" endDate="2023-05-14 05:42:19 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 07:31:14 +0100" startDate="2023-05-14 07:18:17 +0100" endDate="2023-05-14 07:20:06 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 07:44:36 +0100" startDate="2023-05-14 07:30:34 +0100" endDate="2023-05-14 07:35:24 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 11:44:42 +0100" startDate="2023-05-14 11:34:22 +0100" endDate="2023-05-14 11:36:52 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 12:00:58 +0100" startDate="2023-05-14 11:46:15 +0100" endDate="2023-05-14 11:51:29 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 12:14:17 +0100" startDate="2023-05-14 12:01:30 +0100" endDate="2023-05-14 12:03:27 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 14:27:54 +0100" startDate="2023-05-14 14:16:52 +0100" endDate="2023-05-14 14:18:26 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 15:59:30 +0100" startDate="2023-05-14 15:44:49 +0100" endDate="2023-05-14 15:50:31 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 16:56:35 +0100" startDate="2023-05-14 16:43:41 +0100" endDate="2023-05-14 16:47:22 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 17:10:23 +0100" startDate="2023-05-14 16:59:35 +0100" endDate="2023-05-14 17:08:54 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 17:25:21 +0100" startDate="2023-05-14 17:13:12 +0100" endDate="2023-05-14 17:22:06 +0100" value="950"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 17:36:26 +0100" startDate="2023-05-14 17:25:38 +0100" endDate="2023-05-14 17:32:41 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 17:50:34 +0100" startDate="2023-05-14 17:35:42 +0100" endDate="2023-05-14 17:40:30 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 18:03:39 +0100" startDate="2023-05-14 17:51:26 +0100" endDate="2023-05-14 17:53:48 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 19:12:25 +0100" startDate="2023-05-14 18:58:47 +0100" endDate="2023-05-14 19:08:48 +0100" value="1051"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 19:24:10 +0100" startDate="2023-05-14 19:08:48 +0100" endDate="2023-05-14 19:12:50 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 19:42:03 +0100" startDate="2023-05-14 19:30:02 +0100" endDate="2023-05-14 19:37:13 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-14 21:05:13 +0100" startDate="2023-05-14 20:54:10 +0100" endDate="2023-05-14 20:54:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 05:24:05 +0100" startDate="2023-05-15 05:12:52 +0100" endDate="2023-05-15 05:12:59 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 06:14:00 +0100" startDate="2023-05-15 06:02:21 +0100" endDate="2023-05-15 06:07:55 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 06:56:00 +0100" startDate="2023-05-15 06:40:51 +0100" endDate="2023-05-15 06:41:55 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 07:10:58 +0100" startDate="2023-05-15 06:59:55 +0100" endDate="2023-05-15 07:07:36 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 07:21:46 +0100" startDate="2023-05-15 07:11:05 +0100" endDate="2023-05-15 07:13:33 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 07:33:01 +0100" startDate="2023-05-15 07:22:43 +0100" endDate="2023-05-15 07:32:14 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 07:48:14 +0100" startDate="2023-05-15 07:33:08 +0100" endDate="2023-05-15 07:33:18 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 08:35:26 +0100" startDate="2023-05-15 08:24:24 +0100" endDate="2023-05-15 08:31:11 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 08:55:21 +0100" startDate="2023-05-15 08:44:47 +0100" endDate="2023-05-15 08:45:07 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 10:18:13 +0100" startDate="2023-05-15 10:07:11 +0100" endDate="2023-05-15 10:10:11 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 10:36:37 +0100" startDate="2023-05-15 10:25:00 +0100" endDate="2023-05-15 10:34:58 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 10:46:26 +0100" startDate="2023-05-15 10:34:58 +0100" endDate="2023-05-15 10:44:53 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 10:58:21 +0100" startDate="2023-05-15 10:45:13 +0100" endDate="2023-05-15 10:51:02 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 11:25:03 +0100" startDate="2023-05-15 11:11:23 +0100" endDate="2023-05-15 11:11:51 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 13:10:10 +0100" startDate="2023-05-15 13:00:04 +0100" endDate="2023-05-15 13:00:15 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 13:25:15 +0100" startDate="2023-05-15 13:14:47 +0100" endDate="2023-05-15 13:19:50 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 14:47:42 +0100" startDate="2023-05-15 14:37:15 +0100" endDate="2023-05-15 14:46:35 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 16:26:48 +0100" startDate="2023-05-15 16:15:56 +0100" endDate="2023-05-15 16:25:04 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 16:40:12 +0100" startDate="2023-05-15 16:25:04 +0100" endDate="2023-05-15 16:35:05 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 16:46:01 +0100" startDate="2023-05-15 16:35:05 +0100" endDate="2023-05-15 16:44:46 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 16:58:07 +0100" startDate="2023-05-15 16:45:26 +0100" endDate="2023-05-15 16:55:27 +0100" value="1008"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 17:09:41 +0100" startDate="2023-05-15 16:55:27 +0100" endDate="2023-05-15 17:05:28 +0100" value="1040"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 17:16:22 +0100" startDate="2023-05-15 17:05:28 +0100" endDate="2023-05-15 17:13:22 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 18:13:45 +0100" startDate="2023-05-15 18:02:42 +0100" endDate="2023-05-15 18:02:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 18:29:06 +0100" startDate="2023-05-15 18:19:00 +0100" endDate="2023-05-15 18:23:50 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 20:33:15 +0100" startDate="2023-05-15 20:18:32 +0100" endDate="2023-05-15 20:18:47 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-15 20:57:35 +0100" startDate="2023-05-15 20:47:22 +0100" endDate="2023-05-15 20:47:48 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 04:43:07 +0100" startDate="2023-05-16 04:32:55 +0100" endDate="2023-05-16 04:36:59 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 05:00:10 +0100" startDate="2023-05-16 04:50:02 +0100" endDate="2023-05-16 05:00:03 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 05:11:07 +0100" startDate="2023-05-16 05:00:03 +0100" endDate="2023-05-16 05:10:02 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 05:20:49 +0100" startDate="2023-05-16 05:10:02 +0100" endDate="2023-05-16 05:18:31 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 05:32:21 +0100" startDate="2023-05-16 05:20:28 +0100" endDate="2023-05-16 05:20:43 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 06:15:09 +0100" startDate="2023-05-16 06:03:30 +0100" endDate="2023-05-16 06:06:23 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 06:43:19 +0100" startDate="2023-05-16 06:28:32 +0100" endDate="2023-05-16 06:38:28 +0100" value="1113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 06:53:01 +0100" startDate="2023-05-16 06:38:33 +0100" endDate="2023-05-16 06:46:32 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 07:05:51 +0100" startDate="2023-05-16 06:51:35 +0100" endDate="2023-05-16 06:51:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 07:23:21 +0100" startDate="2023-05-16 07:09:00 +0100" endDate="2023-05-16 07:15:46 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 08:55:33 +0100" startDate="2023-05-16 08:45:27 +0100" endDate="2023-05-16 08:54:12 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 10:40:03 +0100" startDate="2023-05-16 10:29:00 +0100" endDate="2023-05-16 10:39:01 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 10:50:04 +0100" startDate="2023-05-16 10:39:01 +0100" endDate="2023-05-16 10:49:02 +0100" value="1082"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 11:00:05 +0100" startDate="2023-05-16 10:49:02 +0100" endDate="2023-05-16 10:55:37 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 11:11:19 +0100" startDate="2023-05-16 11:00:20 +0100" endDate="2023-05-16 11:00:22 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 11:33:06 +0100" startDate="2023-05-16 11:22:32 +0100" endDate="2023-05-16 11:27:13 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 11:45:38 +0100" startDate="2023-05-16 11:33:12 +0100" endDate="2023-05-16 11:33:35 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 12:14:36 +0100" startDate="2023-05-16 12:03:06 +0100" endDate="2023-05-16 12:08:27 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 12:32:44 +0100" startDate="2023-05-16 12:21:47 +0100" endDate="2023-05-16 12:30:55 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 12:42:53 +0100" startDate="2023-05-16 12:31:51 +0100" endDate="2023-05-16 12:37:04 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 13:07:54 +0100" startDate="2023-05-16 12:56:51 +0100" endDate="2023-05-16 13:02:47 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 13:24:53 +0100" startDate="2023-05-16 13:13:37 +0100" endDate="2023-05-16 13:15:04 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 14:09:43 +0100" startDate="2023-05-16 13:55:35 +0100" endDate="2023-05-16 14:00:36 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 14:18:51 +0100" startDate="2023-05-16 14:07:19 +0100" endDate="2023-05-16 14:07:29 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 14:42:00 +0100" startDate="2023-05-16 14:30:43 +0100" endDate="2023-05-16 14:34:43 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 17:41:41 +0100" startDate="2023-05-16 17:29:12 +0100" endDate="2023-05-16 17:36:12 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 17:50:51 +0100" startDate="2023-05-16 17:39:49 +0100" endDate="2023-05-16 17:39:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 18:00:16 +0100" startDate="2023-05-16 17:50:03 +0100" endDate="2023-05-16 17:58:25 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 18:35:11 +0100" startDate="2023-05-16 18:24:09 +0100" endDate="2023-05-16 18:34:07 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 18:44:45 +0100" startDate="2023-05-16 18:34:07 +0100" endDate="2023-05-16 18:36:20 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 20:33:17 +0100" startDate="2023-05-16 20:23:03 +0100" endDate="2023-05-16 20:33:04 +0100" value="1081"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 20:43:06 +0100" startDate="2023-05-16 20:33:04 +0100" endDate="2023-05-16 20:42:52 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 20:56:34 +0100" startDate="2023-05-16 20:43:46 +0100" endDate="2023-05-16 20:51:35 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 21:10:59 +0100" startDate="2023-05-16 20:58:02 +0100" endDate="2023-05-16 21:00:27 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-16 22:09:48 +0100" startDate="2023-05-16 21:59:40 +0100" endDate="2023-05-16 22:00:38 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 05:14:42 +0100" startDate="2023-05-17 05:04:37 +0100" endDate="2023-05-17 05:13:53 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 05:29:02 +0100" startDate="2023-05-17 05:15:34 +0100" endDate="2023-05-17 05:15:57 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 06:12:19 +0100" startDate="2023-05-17 06:02:09 +0100" endDate="2023-05-17 06:02:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 06:45:18 +0100" startDate="2023-05-17 06:35:05 +0100" endDate="2023-05-17 06:35:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 06:58:27 +0100" startDate="2023-05-17 06:46:25 +0100" endDate="2023-05-17 06:51:18 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 07:07:06 +0100" startDate="2023-05-17 06:56:04 +0100" endDate="2023-05-17 07:05:55 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 07:17:39 +0100" startDate="2023-05-17 07:06:07 +0100" endDate="2023-05-17 07:16:08 +0100" value="1163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 07:27:11 +0100" startDate="2023-05-17 07:16:08 +0100" endDate="2023-05-17 07:19:24 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 07:37:59 +0100" startDate="2023-05-17 07:27:54 +0100" endDate="2023-05-17 07:28:32 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 08:20:48 +0100" startDate="2023-05-17 08:09:46 +0100" endDate="2023-05-17 08:14:16 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 08:57:15 +0100" startDate="2023-05-17 08:41:50 +0100" endDate="2023-05-17 08:51:51 +0100" value="1049"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 09:03:26 +0100" startDate="2023-05-17 08:51:51 +0100" endDate="2023-05-17 09:00:48 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 09:13:13 +0100" startDate="2023-05-17 09:02:10 +0100" endDate="2023-05-17 09:10:42 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 09:40:50 +0100" startDate="2023-05-17 09:29:47 +0100" endDate="2023-05-17 09:29:55 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 10:54:53 +0100" startDate="2023-05-17 10:43:43 +0100" endDate="2023-05-17 10:51:04 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 11:02:58 +0100" endDate="2023-05-17 11:07:02 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 11:38:14 +0100" endDate="2023-05-17 11:43:45 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 13:00:35 +0100" endDate="2023-05-17 13:10:34 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 13:10:34 +0100" endDate="2023-05-17 13:11:48 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 13:28:20 +0100" endDate="2023-05-17 13:29:11 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 13:51:57 +0100" endDate="2023-05-17 13:59:07 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 14:24:23 +0100" endDate="2023-05-17 14:32:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 14:39:22 +0100" endDate="2023-05-17 14:44:18 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 14:52:02 +0100" endDate="2023-05-17 15:00:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 15:07:49 +0100" endDate="2023-05-17 15:13:10 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 15:56:09 +0100" endDate="2023-05-17 16:06:08 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 16:06:08 +0100" endDate="2023-05-17 16:14:17 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 16:17:01 +0100" endDate="2023-05-17 16:27:02 +0100" value="1012"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:46 +0100" startDate="2023-05-17 16:27:02 +0100" endDate="2023-05-17 16:27:07 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:47 +0100" startDate="2023-05-17 16:27:07 +0100" endDate="2023-05-17 16:36:07 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:47 +0100" startDate="2023-05-17 16:40:40 +0100" endDate="2023-05-17 16:41:03 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:47 +0100" startDate="2023-05-17 17:00:52 +0100" endDate="2023-05-17 17:02:11 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:47 +0100" startDate="2023-05-17 17:13:52 +0100" endDate="2023-05-17 17:14:46 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:47 +0100" startDate="2023-05-17 18:02:40 +0100" endDate="2023-05-17 18:12:41 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:47 +0100" startDate="2023-05-17 18:12:41 +0100" endDate="2023-05-17 18:22:37 +0100" value="915"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:47 +0100" startDate="2023-05-17 18:22:54 +0100" endDate="2023-05-17 18:23:15 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 19:36:47 +0100" startDate="2023-05-17 18:39:45 +0100" endDate="2023-05-17 18:40:54 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-17 22:25:08 +0100" startDate="2023-05-17 22:14:58 +0100" endDate="2023-05-17 22:15:44 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 04:20:39 +0100" startDate="2023-05-18 04:09:02 +0100" endDate="2023-05-18 04:17:34 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 04:33:35 +0100" startDate="2023-05-18 04:20:31 +0100" endDate="2023-05-18 04:20:57 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 05:45:08 +0100" startDate="2023-05-18 05:33:04 +0100" endDate="2023-05-18 05:34:03 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 07:11:30 +0100" startDate="2023-05-18 07:00:27 +0100" endDate="2023-05-18 07:00:58 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 09:52:23 +0100" startDate="2023-05-18 09:40:13 +0100" endDate="2023-05-18 09:40:21 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 10:06:08 +0100" startDate="2023-05-18 09:53:21 +0100" endDate="2023-05-18 10:02:03 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 10:18:24 +0100" startDate="2023-05-18 10:05:09 +0100" endDate="2023-05-18 10:07:19 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 11:15:37 +0100" startDate="2023-05-18 11:03:03 +0100" endDate="2023-05-18 11:04:17 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 13:09:27 +0100" startDate="2023-05-18 12:59:17 +0100" endDate="2023-05-18 13:08:39 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 13:19:30 +0100" startDate="2023-05-18 13:09:24 +0100" endDate="2023-05-18 13:12:51 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 13:51:33 +0100" startDate="2023-05-18 13:40:30 +0100" endDate="2023-05-18 13:40:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 14:40:58 +0100" startDate="2023-05-18 14:29:55 +0100" endDate="2023-05-18 14:30:05 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 15:05:50 +0100" startDate="2023-05-18 14:55:35 +0100" endDate="2023-05-18 15:05:31 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 16:02:01 +0100" startDate="2023-05-18 15:50:35 +0100" endDate="2023-05-18 15:58:37 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 16:17:15 +0100" startDate="2023-05-18 16:02:58 +0100" endDate="2023-05-18 16:03:08 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 17:11:13 +0100" startDate="2023-05-18 16:59:34 +0100" endDate="2023-05-18 17:06:27 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 17:19:33 +0100" startDate="2023-05-18 17:07:05 +0100" endDate="2023-05-18 17:07:13 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 17:40:49 +0100" startDate="2023-05-18 17:27:57 +0100" endDate="2023-05-18 17:31:48 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 18:03:30 +0100" startDate="2023-05-18 17:48:55 +0100" endDate="2023-05-18 17:49:41 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 18:17:22 +0100" startDate="2023-05-18 18:07:14 +0100" endDate="2023-05-18 18:16:27 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 18:39:38 +0100" startDate="2023-05-18 18:25:36 +0100" endDate="2023-05-18 18:28:57 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 18:57:55 +0100" startDate="2023-05-18 18:43:00 +0100" endDate="2023-05-18 18:44:29 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 19:09:51 +0100" startDate="2023-05-18 18:56:33 +0100" endDate="2023-05-18 18:57:06 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 20:48:39 +0100" startDate="2023-05-18 20:36:38 +0100" endDate="2023-05-18 20:45:35 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 21:36:48 +0100" startDate="2023-05-18 21:24:39 +0100" endDate="2023-05-18 21:34:32 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-18 21:45:43 +0100" startDate="2023-05-18 21:34:40 +0100" endDate="2023-05-18 21:36:19 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 05:45:09 +0100" startDate="2023-05-19 05:35:04 +0100" endDate="2023-05-19 05:37:24 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 08:28:28 +0100" startDate="2023-05-19 08:15:01 +0100" endDate="2023-05-19 08:25:02 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 08:37:08 +0100" startDate="2023-05-19 08:25:18 +0100" endDate="2023-05-19 08:35:19 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 08:46:21 +0100" startDate="2023-05-19 08:35:19 +0100" endDate="2023-05-19 08:41:46 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 09:23:57 +0100" startDate="2023-05-19 09:12:52 +0100" endDate="2023-05-19 09:13:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 11:44:56 +0100" startDate="2023-05-19 11:33:54 +0100" endDate="2023-05-19 11:34:09 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 12:04:53 +0100" startDate="2023-05-19 11:52:17 +0100" endDate="2023-05-19 11:52:45 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 12:16:50 +0100" startDate="2023-05-19 12:05:48 +0100" endDate="2023-05-19 12:07:35 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 12:37:25 +0100" startDate="2023-05-19 12:27:14 +0100" endDate="2023-05-19 12:31:27 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 12:57:31 +0100" startDate="2023-05-19 12:42:05 +0100" endDate="2023-05-19 12:52:04 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 13:02:17 +0100" startDate="2023-05-19 12:52:04 +0100" endDate="2023-05-19 13:02:04 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 13:19:42 +0100" startDate="2023-05-19 13:02:04 +0100" endDate="2023-05-19 13:03:58 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 15:14:40 +0100" startDate="2023-05-19 15:04:28 +0100" endDate="2023-05-19 15:10:01 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 16:27:28 +0100" startDate="2023-05-19 16:17:11 +0100" endDate="2023-05-19 16:23:59 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 16:39:46 +0100" startDate="2023-05-19 16:27:30 +0100" endDate="2023-05-19 16:27:53 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 17:04:55 +0100" startDate="2023-05-19 16:54:43 +0100" endDate="2023-05-19 17:03:58 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 17:32:34 +0100" startDate="2023-05-19 17:18:03 +0100" endDate="2023-05-19 17:18:16 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 17:59:39 +0100" startDate="2023-05-19 17:45:41 +0100" endDate="2023-05-19 17:51:14 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 18:15:39 +0100" startDate="2023-05-19 18:03:59 +0100" endDate="2023-05-19 18:06:47 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 18:58:10 +0100" startDate="2023-05-19 18:44:11 +0100" endDate="2023-05-19 18:44:51 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 19:13:57 +0100" startDate="2023-05-19 19:02:54 +0100" endDate="2023-05-19 19:12:33 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 19:25:15 +0100" startDate="2023-05-19 19:13:49 +0100" endDate="2023-05-19 19:15:52 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 20:42:47 +0100" startDate="2023-05-19 20:28:28 +0100" endDate="2023-05-19 20:28:56 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 21:00:16 +0100" startDate="2023-05-19 20:48:16 +0100" endDate="2023-05-19 20:56:38 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 21:27:05 +0100" startDate="2023-05-19 21:15:56 +0100" endDate="2023-05-19 21:17:53 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 23:05:55 +0100" startDate="2023-05-19 22:52:15 +0100" endDate="2023-05-19 22:59:43 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 23:20:09 +0100" startDate="2023-05-19 23:09:22 +0100" endDate="2023-05-19 23:13:04 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-19 23:54:48 +0100" startDate="2023-05-19 23:42:29 +0100" endDate="2023-05-19 23:52:28 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 00:03:31 +0100" startDate="2023-05-19 23:52:28 +0100" endDate="2023-05-19 23:58:56 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 00:14:54 +0100" startDate="2023-05-20 00:04:41 +0100" endDate="2023-05-20 00:05:14 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 07:08:28 +0100" startDate="2023-05-20 06:58:20 +0100" endDate="2023-05-20 07:08:04 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 07:21:41 +0100" startDate="2023-05-20 07:08:27 +0100" endDate="2023-05-20 07:10:55 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 07:41:30 +0100" startDate="2023-05-20 07:27:24 +0100" endDate="2023-05-20 07:27:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 11:10:43 +0100" startDate="2023-05-20 11:00:35 +0100" endDate="2023-05-20 11:05:30 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 11:43:58 +0100" startDate="2023-05-20 11:33:45 +0100" endDate="2023-05-20 11:34:06 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 14:44:23 +0100" startDate="2023-05-20 14:33:18 +0100" endDate="2023-05-20 14:41:35 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 14:57:56 +0100" startDate="2023-05-20 14:43:52 +0100" endDate="2023-05-20 14:47:59 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 15:38:54 +0100" startDate="2023-05-20 15:27:51 +0100" endDate="2023-05-20 15:28:16 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 17:26:05 +0100" startDate="2023-05-20 17:15:03 +0100" endDate="2023-05-20 17:15:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 18:39:02 +0100" startDate="2023-05-20 18:23:23 +0100" endDate="2023-05-20 18:26:05 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-20 21:45:05 +0100" startDate="2023-05-20 21:34:02 +0100" endDate="2023-05-20 21:37:01 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 04:57:21 +0100" startDate="2023-05-21 04:47:08 +0100" endDate="2023-05-21 04:52:32 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 05:57:39 +0100" startDate="2023-05-21 05:47:31 +0100" endDate="2023-05-21 05:54:27 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 06:25:46 +0100" startDate="2023-05-21 06:14:42 +0100" endDate="2023-05-21 06:15:15 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 06:50:15 +0100" startDate="2023-05-21 06:39:13 +0100" endDate="2023-05-21 06:39:41 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 07:28:37 +0100" startDate="2023-05-21 07:18:32 +0100" endDate="2023-05-21 07:19:03 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 07:58:51 +0100" startDate="2023-05-21 07:48:43 +0100" endDate="2023-05-21 07:49:01 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 10:31:23 +0100" startDate="2023-05-21 10:17:21 +0100" endDate="2023-05-21 10:23:53 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 10:45:07 +0100" startDate="2023-05-21 10:31:04 +0100" endDate="2023-05-21 10:36:48 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 11:36:27 +0100" startDate="2023-05-21 11:22:29 +0100" endDate="2023-05-21 11:23:02 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 11:49:37 +0100" startDate="2023-05-21 11:37:08 +0100" endDate="2023-05-21 11:47:07 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 12:00:37 +0100" startDate="2023-05-21 11:47:07 +0100" endDate="2023-05-21 11:57:08 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 12:10:33 +0100" startDate="2023-05-21 11:57:08 +0100" endDate="2023-05-21 12:06:46 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 12:21:33 +0100" startDate="2023-05-21 12:08:21 +0100" endDate="2023-05-21 12:09:29 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 12:32:33 +0100" startDate="2023-05-21 12:18:48 +0100" endDate="2023-05-21 12:19:46 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 12:51:30 +0100" startDate="2023-05-21 12:35:33 +0100" endDate="2023-05-21 12:36:44 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 13:20:43 +0100" startDate="2023-05-21 13:08:26 +0100" endDate="2023-05-21 13:09:22 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 13:42:47 +0100" startDate="2023-05-21 13:29:45 +0100" endDate="2023-05-21 13:38:42 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 13:54:09 +0100" startDate="2023-05-21 13:39:46 +0100" endDate="2023-05-21 13:40:26 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 14:04:52 +0100" startDate="2023-05-21 13:53:49 +0100" endDate="2023-05-21 14:02:16 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 14:25:18 +0100" startDate="2023-05-21 14:09:55 +0100" endDate="2023-05-21 14:15:18 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 14:36:47 +0100" startDate="2023-05-21 14:25:17 +0100" endDate="2023-05-21 14:35:18 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 14:49:33 +0100" startDate="2023-05-21 14:35:18 +0100" endDate="2023-05-21 14:37:13 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 16:48:02 +0100" startDate="2023-05-21 16:36:59 +0100" endDate="2023-05-21 16:47:00 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 17:04:42 +0100" startDate="2023-05-21 16:47:00 +0100" endDate="2023-05-21 16:47:08 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 17:29:07 +0100" startDate="2023-05-21 17:18:24 +0100" endDate="2023-05-21 17:18:52 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 18:07:59 +0100" startDate="2023-05-21 17:55:29 +0100" endDate="2023-05-21 17:56:43 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 18:17:37 +0100" startDate="2023-05-21 18:06:03 +0100" endDate="2023-05-21 18:09:15 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 20:25:24 +0100" startDate="2023-05-21 20:14:21 +0100" endDate="2023-05-21 20:15:30 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 20:51:22 +0100" startDate="2023-05-21 20:40:20 +0100" endDate="2023-05-21 20:45:13 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-21 21:34:40 +0100" startDate="2023-05-21 21:23:38 +0100" endDate="2023-05-21 21:27:12 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 04:36:21 +0100" startDate="2023-05-22 04:25:18 +0100" endDate="2023-05-22 04:25:28 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 05:26:30 +0100" startDate="2023-05-22 05:11:41 +0100" endDate="2023-05-22 05:21:40 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 05:32:43 +0100" startDate="2023-05-22 05:21:40 +0100" endDate="2023-05-22 05:31:41 +0100" value="1179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 05:43:48 +0100" startDate="2023-05-22 05:31:41 +0100" endDate="2023-05-22 05:38:01 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 05:54:06 +0100" startDate="2023-05-22 05:43:17 +0100" endDate="2023-05-22 05:43:58 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 07:16:13 +0100" startDate="2023-05-22 07:02:46 +0100" endDate="2023-05-22 07:12:47 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 07:23:55 +0100" startDate="2023-05-22 07:12:47 +0100" endDate="2023-05-22 07:21:21 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 07:35:19 +0100" startDate="2023-05-22 07:24:07 +0100" endDate="2023-05-22 07:25:03 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 08:23:56 +0100" startDate="2023-05-22 08:13:35 +0100" endDate="2023-05-22 08:14:39 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 08:37:49 +0100" startDate="2023-05-22 08:26:40 +0100" endDate="2023-05-22 08:26:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 10:45:02 +0100" startDate="2023-05-22 10:34:51 +0100" endDate="2023-05-22 10:44:52 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 10:55:14 +0100" startDate="2023-05-22 10:44:52 +0100" endDate="2023-05-22 10:54:51 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 11:05:49 +0100" startDate="2023-05-22 10:54:54 +0100" endDate="2023-05-22 10:57:34 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 11:22:15 +0100" startDate="2023-05-22 11:08:22 +0100" endDate="2023-05-22 11:11:41 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 13:06:29 +0100" startDate="2023-05-22 12:56:22 +0100" endDate="2023-05-22 13:06:07 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 13:40:09 +0100" startDate="2023-05-22 13:29:02 +0100" endDate="2023-05-22 13:33:42 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 14:47:50 +0100" startDate="2023-05-22 14:36:06 +0100" endDate="2023-05-22 14:44:33 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 16:32:00 +0100" startDate="2023-05-22 16:20:57 +0100" endDate="2023-05-22 16:30:25 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 16:44:18 +0100" startDate="2023-05-22 16:31:19 +0100" endDate="2023-05-22 16:37:43 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 16:56:00 +0100" startDate="2023-05-22 16:44:34 +0100" endDate="2023-05-22 16:54:35 +0100" value="1159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 17:05:32 +0100" startDate="2023-05-22 16:54:35 +0100" endDate="2023-05-22 16:59:17 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 17:18:20 +0100" startDate="2023-05-22 17:05:22 +0100" endDate="2023-05-22 17:05:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 18:06:57 +0100" startDate="2023-05-22 17:52:19 +0100" endDate="2023-05-22 17:52:29 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 18:32:46 +0100" startDate="2023-05-22 18:19:54 +0100" endDate="2023-05-22 18:29:55 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 18:43:30 +0100" startDate="2023-05-22 18:29:55 +0100" endDate="2023-05-22 18:36:44 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-22 21:45:02 +0100" startDate="2023-05-22 21:34:47 +0100" endDate="2023-05-22 21:41:37 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 04:29:50 +0100" startDate="2023-05-23 04:16:29 +0100" endDate="2023-05-23 04:16:32 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 04:40:32 +0100" startDate="2023-05-23 04:30:19 +0100" endDate="2023-05-23 04:30:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 05:06:58 +0100" startDate="2023-05-23 04:56:34 +0100" endDate="2023-05-23 05:05:54 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 05:19:06 +0100" startDate="2023-05-23 05:05:54 +0100" endDate="2023-05-23 05:15:55 +0100" value="1090"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 05:26:39 +0100" startDate="2023-05-23 05:15:55 +0100" endDate="2023-05-23 05:22:56 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 06:18:18 +0100" startDate="2023-05-23 06:07:53 +0100" endDate="2023-05-23 06:09:24 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 06:41:50 +0100" startDate="2023-05-23 06:30:54 +0100" endDate="2023-05-23 06:40:55 +0100" value="987"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 06:51:50 +0100" startDate="2023-05-23 06:40:55 +0100" endDate="2023-05-23 06:50:07 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 07:02:48 +0100" startDate="2023-05-23 06:52:43 +0100" endDate="2023-05-23 07:01:48 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 07:18:09 +0100" startDate="2023-05-23 07:06:49 +0100" endDate="2023-05-23 07:11:56 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 09:12:18 +0100" startDate="2023-05-23 09:01:08 +0100" endDate="2023-05-23 09:02:25 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 10:44:21 +0100" startDate="2023-05-23 10:32:30 +0100" endDate="2023-05-23 10:42:31 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 10:55:39 +0100" startDate="2023-05-23 10:42:31 +0100" endDate="2023-05-23 10:46:05 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 11:17:31 +0100" startDate="2023-05-23 11:06:29 +0100" endDate="2023-05-23 11:15:08 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 11:44:52 +0100" startDate="2023-05-23 11:29:10 +0100" endDate="2023-05-23 11:39:11 +0100" value="1071"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 11:50:14 +0100" startDate="2023-05-23 11:39:11 +0100" endDate="2023-05-23 11:45:51 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 12:06:35 +0100" startDate="2023-05-23 11:55:32 +0100" endDate="2023-05-23 11:59:59 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 13:31:40 +0100" startDate="2023-05-23 13:21:29 +0100" endDate="2023-05-23 13:31:31 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 13:42:33 +0100" startDate="2023-05-23 13:31:31 +0100" endDate="2023-05-23 13:37:53 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 13:54:19 +0100" startDate="2023-05-23 13:43:16 +0100" endDate="2023-05-23 13:48:19 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 15:10:11 +0100" startDate="2023-05-23 14:53:38 +0100" endDate="2023-05-23 15:02:12 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 16:15:48 +0100" startDate="2023-05-23 16:05:38 +0100" endDate="2023-05-23 16:15:39 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 16:26:41 +0100" startDate="2023-05-23 16:15:39 +0100" endDate="2023-05-23 16:18:17 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 16:38:07 +0100" startDate="2023-05-23 16:26:26 +0100" endDate="2023-05-23 16:35:49 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 16:56:21 +0100" startDate="2023-05-23 16:42:37 +0100" endDate="2023-05-23 16:51:26 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-23 19:57:19 +0100" startDate="2023-05-23 19:46:16 +0100" endDate="2023-05-23 19:46:24 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 04:49:52 +0100" startDate="2023-05-24 04:38:49 +0100" endDate="2023-05-24 04:39:30 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 06:20:30 +0100" startDate="2023-05-24 06:09:27 +0100" endDate="2023-05-24 06:18:32 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 06:59:49 +0100" startDate="2023-05-24 06:49:08 +0100" endDate="2023-05-24 06:58:26 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 07:11:05 +0100" startDate="2023-05-24 06:59:30 +0100" endDate="2023-05-24 07:08:34 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 07:20:59 +0100" startDate="2023-05-24 07:10:26 +0100" endDate="2023-05-24 07:10:31 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 07:56:24 +0100" startDate="2023-05-24 07:43:54 +0100" endDate="2023-05-24 07:53:30 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 08:08:32 +0100" startDate="2023-05-24 07:57:29 +0100" endDate="2023-05-24 08:04:45 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 08:21:25 +0100" startDate="2023-05-24 08:11:14 +0100" endDate="2023-05-24 08:14:02 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 08:33:28 +0100" startDate="2023-05-24 08:23:18 +0100" endDate="2023-05-24 08:33:19 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 08:47:25 +0100" startDate="2023-05-24 08:33:19 +0100" endDate="2023-05-24 08:33:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 09:53:44 +0100" startDate="2023-05-24 09:43:03 +0100" endDate="2023-05-24 09:52:41 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 10:41:16 +0100" startDate="2023-05-24 10:30:13 +0100" endDate="2023-05-24 10:30:54 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 11:01:22 +0100" startDate="2023-05-24 10:51:08 +0100" endDate="2023-05-24 11:01:01 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 11:12:24 +0100" startDate="2023-05-24 11:01:22 +0100" endDate="2023-05-24 11:07:18 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 11:23:10 +0100" startDate="2023-05-24 11:12:42 +0100" endDate="2023-05-24 11:22:43 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 11:32:52 +0100" startDate="2023-05-24 11:22:43 +0100" endDate="2023-05-24 11:28:20 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 12:10:34 +0100" startDate="2023-05-24 11:59:32 +0100" endDate="2023-05-24 11:59:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 12:23:07 +0100" startDate="2023-05-24 12:13:02 +0100" endDate="2023-05-24 12:16:59 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 12:50:54 +0100" startDate="2023-05-24 12:39:52 +0100" endDate="2023-05-24 12:49:53 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 13:00:49 +0100" startDate="2023-05-24 12:49:53 +0100" endDate="2023-05-24 12:57:36 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 16:23:55 +0100" startDate="2023-05-24 16:10:53 +0100" endDate="2023-05-24 16:20:26 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 16:31:29 +0100" startDate="2023-05-24 16:20:26 +0100" endDate="2023-05-24 16:29:08 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 17:03:57 +0100" startDate="2023-05-24 16:52:52 +0100" endDate="2023-05-24 16:56:52 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 17:24:44 +0100" startDate="2023-05-24 17:12:14 +0100" endDate="2023-05-24 17:12:17 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 17:39:37 +0100" startDate="2023-05-24 17:24:25 +0100" endDate="2023-05-24 17:34:21 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 17:51:27 +0100" startDate="2023-05-24 17:37:40 +0100" endDate="2023-05-24 17:46:53 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 17:59:50 +0100" startDate="2023-05-24 17:48:47 +0100" endDate="2023-05-24 17:54:31 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 18:12:45 +0100" startDate="2023-05-24 18:02:33 +0100" endDate="2023-05-24 18:03:11 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 20:14:10 +0100" startDate="2023-05-24 20:01:25 +0100" endDate="2023-05-24 20:11:27 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 20:24:31 +0100" startDate="2023-05-24 20:11:27 +0100" endDate="2023-05-24 20:21:28 +0100" value="1064"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 20:32:00 +0100" startDate="2023-05-24 20:21:28 +0100" endDate="2023-05-24 20:28:31 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 20:44:21 +0100" startDate="2023-05-24 20:32:05 +0100" endDate="2023-05-24 20:32:10 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-24 22:29:20 +0100" startDate="2023-05-24 22:18:17 +0100" endDate="2023-05-24 22:18:42 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 05:10:31 +0100" startDate="2023-05-25 04:59:28 +0100" endDate="2023-05-25 05:03:23 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 06:00:52 +0100" startDate="2023-05-25 05:50:46 +0100" endDate="2023-05-25 05:51:14 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 07:09:09 +0100" startDate="2023-05-25 06:58:17 +0100" endDate="2023-05-25 07:06:39 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 07:17:22 +0100" startDate="2023-05-25 07:06:39 +0100" endDate="2023-05-25 07:12:55 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 07:39:10 +0100" startDate="2023-05-25 07:28:35 +0100" endDate="2023-05-25 07:30:02 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 08:23:30 +0100" startDate="2023-05-25 08:12:28 +0100" endDate="2023-05-25 08:14:12 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 08:53:14 +0100" startDate="2023-05-25 08:42:47 +0100" endDate="2023-05-25 08:50:48 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 09:01:51 +0100" startDate="2023-05-25 08:50:48 +0100" endDate="2023-05-25 08:59:28 +0100" value="918"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 09:18:18 +0100" startDate="2023-05-25 09:06:59 +0100" endDate="2023-05-25 09:07:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 09:57:57 +0100" startDate="2023-05-25 09:45:52 +0100" endDate="2023-05-25 09:49:01 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 10:45:02 +0100" startDate="2023-05-25 10:32:53 +0100" endDate="2023-05-25 10:37:51 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 10:57:46 +0100" startDate="2023-05-25 10:46:11 +0100" endDate="2023-05-25 10:53:36 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 12:52:08 +0100" startDate="2023-05-25 12:41:28 +0100" endDate="2023-05-25 12:51:29 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 13:11:25 +0100" startDate="2023-05-25 12:59:15 +0100" endDate="2023-05-25 13:00:16 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 16:22:07 +0100" startDate="2023-05-25 16:11:21 +0100" endDate="2023-05-25 16:21:22 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 16:36:07 +0100" startDate="2023-05-25 16:21:22 +0100" endDate="2023-05-25 16:31:03 +0100" value="1022"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 16:43:34 +0100" startDate="2023-05-25 16:33:18 +0100" endDate="2023-05-25 16:39:07 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 18:49:37 +0100" startDate="2023-05-25 18:37:12 +0100" endDate="2023-05-25 18:39:57 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 19:04:34 +0100" startDate="2023-05-25 18:50:59 +0100" endDate="2023-05-25 19:01:00 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 19:12:03 +0100" startDate="2023-05-25 19:01:00 +0100" endDate="2023-05-25 19:05:05 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 20:41:46 +0100" startDate="2023-05-25 20:31:31 +0100" endDate="2023-05-25 20:41:33 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 20:52:35 +0100" startDate="2023-05-25 20:41:33 +0100" endDate="2023-05-25 20:51:24 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 21:24:07 +0100" startDate="2023-05-25 21:13:04 +0100" endDate="2023-05-25 21:13:07 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-25 21:59:10 +0100" startDate="2023-05-25 21:48:51 +0100" endDate="2023-05-25 21:55:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 05:24:29 +0100" startDate="2023-05-26 05:13:19 +0100" endDate="2023-05-26 05:14:02 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 05:46:05 +0100" startDate="2023-05-26 05:34:21 +0100" endDate="2023-05-26 05:34:23 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 06:20:53 +0100" startDate="2023-05-26 06:07:29 +0100" endDate="2023-05-26 06:12:47 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 06:31:36 +0100" startDate="2023-05-26 06:21:02 +0100" endDate="2023-05-26 06:21:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 07:11:02 +0100" startDate="2023-05-26 07:00:00 +0100" endDate="2023-05-26 07:01:06 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 07:36:20 +0100" startDate="2023-05-26 07:24:34 +0100" endDate="2023-05-26 07:24:45 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 08:45:08 +0100" startDate="2023-05-26 08:35:00 +0100" endDate="2023-05-26 08:35:11 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 08:57:06 +0100" startDate="2023-05-26 08:46:58 +0100" endDate="2023-05-26 08:50:23 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 09:24:52 +0100" startDate="2023-05-26 09:14:42 +0100" endDate="2023-05-26 09:24:42 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 09:35:55 +0100" startDate="2023-05-26 09:25:05 +0100" endDate="2023-05-26 09:32:56 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 09:53:21 +0100" startDate="2023-05-26 09:40:52 +0100" endDate="2023-05-26 09:42:21 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 10:06:22 +0100" startDate="2023-05-26 09:52:40 +0100" endDate="2023-05-26 09:59:33 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 10:19:37 +0100" startDate="2023-05-26 10:08:29 +0100" endDate="2023-05-26 10:09:31 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 10:36:52 +0100" startDate="2023-05-26 10:23:04 +0100" endDate="2023-05-26 10:23:19 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 10:51:15 +0100" startDate="2023-05-26 10:37:30 +0100" endDate="2023-05-26 10:38:23 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 11:20:30 +0100" startDate="2023-05-26 11:09:20 +0100" endDate="2023-05-26 11:19:21 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 11:30:36 +0100" startDate="2023-05-26 11:19:21 +0100" endDate="2023-05-26 11:25:48 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 11:40:38 +0100" startDate="2023-05-26 11:29:25 +0100" endDate="2023-05-26 11:31:35 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 11:52:16 +0100" startDate="2023-05-26 11:40:23 +0100" endDate="2023-05-26 11:40:33 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 12:03:25 +0100" startDate="2023-05-26 11:52:22 +0100" endDate="2023-05-26 11:52:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 13:31:39 +0100" startDate="2023-05-26 13:20:36 +0100" endDate="2023-05-26 13:27:03 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 17:05:50 +0100" startDate="2023-05-26 16:55:28 +0100" endDate="2023-05-26 17:05:14 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 17:16:30 +0100" startDate="2023-05-26 17:05:27 +0100" endDate="2023-05-26 17:06:43 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 17:51:27 +0100" startDate="2023-05-26 17:40:57 +0100" endDate="2023-05-26 17:50:33 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 18:02:14 +0100" startDate="2023-05-26 17:51:11 +0100" endDate="2023-05-26 17:58:48 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 20:20:38 +0100" startDate="2023-05-26 20:10:18 +0100" endDate="2023-05-26 20:20:02 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 20:32:52 +0100" startDate="2023-05-26 20:20:27 +0100" endDate="2023-05-26 20:28:11 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 20:45:14 +0100" startDate="2023-05-26 20:34:12 +0100" endDate="2023-05-26 20:35:28 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-26 23:28:12 +0100" startDate="2023-05-26 23:17:05 +0100" endDate="2023-05-26 23:22:41 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 06:12:47 +0100" startDate="2023-05-27 06:02:37 +0100" endDate="2023-05-27 06:02:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 08:25:56 +0100" startDate="2023-05-27 08:09:13 +0100" endDate="2023-05-27 08:09:36 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 08:35:06 +0100" startDate="2023-05-27 08:23:38 +0100" endDate="2023-05-27 08:32:48 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 08:52:39 +0100" startDate="2023-05-27 08:33:59 +0100" endDate="2023-05-27 08:44:00 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 08:55:57 +0100" startDate="2023-05-27 08:44:03 +0100" endDate="2023-05-27 08:54:04 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 09:08:05 +0100" startDate="2023-05-27 08:54:04 +0100" endDate="2023-05-27 08:54:50 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 09:21:06 +0100" startDate="2023-05-27 09:07:28 +0100" endDate="2023-05-27 09:09:56 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 09:34:31 +0100" startDate="2023-05-27 09:21:13 +0100" endDate="2023-05-27 09:24:55 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 09:44:22 +0100" startDate="2023-05-27 09:32:03 +0100" endDate="2023-05-27 09:36:17 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 09:56:12 +0100" startDate="2023-05-27 09:42:13 +0100" endDate="2023-05-27 09:52:12 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 10:06:22 +0100" startDate="2023-05-27 09:52:27 +0100" endDate="2023-05-27 10:01:40 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 10:37:22 +0100" startDate="2023-05-27 10:23:14 +0100" endDate="2023-05-27 10:23:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 11:05:09 +0100" startDate="2023-05-27 10:54:05 +0100" endDate="2023-05-27 11:04:07 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 11:15:09 +0100" startDate="2023-05-27 11:04:07 +0100" endDate="2023-05-27 11:11:50 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 11:25:57 +0100" startDate="2023-05-27 11:15:16 +0100" endDate="2023-05-27 11:25:15 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 11:36:51 +0100" startDate="2023-05-27 11:25:28 +0100" endDate="2023-05-27 11:35:29 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 11:46:51 +0100" startDate="2023-05-27 11:35:29 +0100" endDate="2023-05-27 11:45:30 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 11:57:22 +0100" startDate="2023-05-27 11:45:30 +0100" endDate="2023-05-27 11:55:31 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 12:06:02 +0100" startDate="2023-05-27 11:55:54 +0100" endDate="2023-05-27 11:56:19 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 12:17:37 +0100" startDate="2023-05-27 12:05:58 +0100" endDate="2023-05-27 12:14:45 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 12:30:41 +0100" startDate="2023-05-27 12:16:32 +0100" endDate="2023-05-27 12:26:34 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 12:40:41 +0100" startDate="2023-05-27 12:26:34 +0100" endDate="2023-05-27 12:36:35 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 12:50:04 +0100" startDate="2023-05-27 12:36:35 +0100" endDate="2023-05-27 12:46:28 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 12:57:01 +0100" startDate="2023-05-27 12:46:36 +0100" endDate="2023-05-27 12:56:37 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 13:09:55 +0100" startDate="2023-05-27 12:56:37 +0100" endDate="2023-05-27 13:00:41 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 15:43:40 +0100" startDate="2023-05-27 15:32:10 +0100" endDate="2023-05-27 15:32:13 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 15:57:33 +0100" startDate="2023-05-27 15:44:22 +0100" endDate="2023-05-27 15:54:23 +0100" value="1051"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 16:07:48 +0100" startDate="2023-05-27 15:54:23 +0100" endDate="2023-05-27 16:04:24 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 16:18:49 +0100" startDate="2023-05-27 16:07:35 +0100" endDate="2023-05-27 16:09:12 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 16:31:09 +0100" startDate="2023-05-27 16:19:00 +0100" endDate="2023-05-27 16:29:01 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 16:41:12 +0100" startDate="2023-05-27 16:29:01 +0100" endDate="2023-05-27 16:39:02 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 16:57:33 +0100" startDate="2023-05-27 16:42:26 +0100" endDate="2023-05-27 16:52:25 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 17:06:17 +0100" startDate="2023-05-27 16:52:43 +0100" endDate="2023-05-27 16:53:13 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 17:22:50 +0100" startDate="2023-05-27 17:07:40 +0100" endDate="2023-05-27 17:09:32 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 17:50:40 +0100" startDate="2023-05-27 17:39:37 +0100" endDate="2023-05-27 17:49:28 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 18:05:49 +0100" startDate="2023-05-27 17:49:39 +0100" endDate="2023-05-27 17:50:45 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-27 20:52:57 +0100" startDate="2023-05-27 20:42:44 +0100" endDate="2023-05-27 20:44:57 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 08:15:04 +0100" startDate="2023-05-28 08:04:45 +0100" endDate="2023-05-28 08:04:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 11:08:18 +0100" startDate="2023-05-28 10:57:55 +0100" endDate="2023-05-28 11:02:12 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 11:24:48 +0100" startDate="2023-05-28 11:07:59 +0100" endDate="2023-05-28 11:08:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 11:33:10 +0100" startDate="2023-05-28 11:19:51 +0100" endDate="2023-05-28 11:29:24 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 11:46:31 +0100" startDate="2023-05-28 11:32:05 +0100" endDate="2023-05-28 11:41:30 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 11:58:45 +0100" startDate="2023-05-28 11:44:18 +0100" endDate="2023-05-28 11:53:56 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 12:09:22 +0100" startDate="2023-05-28 11:54:42 +0100" endDate="2023-05-28 12:01:51 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 12:29:35 +0100" startDate="2023-05-28 12:19:24 +0100" endDate="2023-05-28 12:29:15 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 12:40:35 +0100" startDate="2023-05-28 12:29:33 +0100" endDate="2023-05-28 12:38:56 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 12:54:16 +0100" startDate="2023-05-28 12:40:43 +0100" endDate="2023-05-28 12:46:24 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 13:07:20 +0100" startDate="2023-05-28 12:56:17 +0100" endDate="2023-05-28 13:06:06 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 13:20:35 +0100" startDate="2023-05-28 13:08:49 +0100" endDate="2023-05-28 13:17:00 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 13:30:46 +0100" startDate="2023-05-28 13:19:10 +0100" endDate="2023-05-28 13:29:09 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 13:44:38 +0100" startDate="2023-05-28 13:29:09 +0100" endDate="2023-05-28 13:37:44 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 13:52:30 +0100" startDate="2023-05-28 13:40:48 +0100" endDate="2023-05-28 13:48:34 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 14:53:37 +0100" startDate="2023-05-28 14:43:27 +0100" endDate="2023-05-28 14:45:16 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 17:46:52 +0100" startDate="2023-05-28 17:35:39 +0100" endDate="2023-05-28 17:41:25 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 17:56:16 +0100" startDate="2023-05-28 17:45:42 +0100" endDate="2023-05-28 17:54:09 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 18:09:42 +0100" startDate="2023-05-28 17:58:39 +0100" endDate="2023-05-28 17:59:20 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-28 21:35:30 +0100" startDate="2023-05-28 21:25:22 +0100" endDate="2023-05-28 21:27:32 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 05:11:30 +0100" startDate="2023-05-29 05:01:25 +0100" endDate="2023-05-29 05:09:02 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 06:58:56 +0100" startDate="2023-05-29 06:47:53 +0100" endDate="2023-05-29 06:48:52 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 08:19:27 +0100" startDate="2023-05-29 08:09:14 +0100" endDate="2023-05-29 08:10:05 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 10:52:00 +0100" startDate="2023-05-29 10:41:20 +0100" endDate="2023-05-29 10:42:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 12:52:43 +0100" startDate="2023-05-29 12:38:21 +0100" endDate="2023-05-29 12:38:37 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 14:34:30 +0100" startDate="2023-05-29 14:23:28 +0100" endDate="2023-05-29 14:33:07 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 14:43:53 +0100" startDate="2023-05-29 14:33:27 +0100" endDate="2023-05-29 14:43:03 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 14:54:30 +0100" startDate="2023-05-29 14:43:31 +0100" endDate="2023-05-29 14:51:58 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 15:24:28 +0100" startDate="2023-05-29 15:13:05 +0100" endDate="2023-05-29 15:20:05 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 17:15:41 +0100" startDate="2023-05-29 17:02:25 +0100" endDate="2023-05-29 17:09:51 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 17:37:03 +0100" startDate="2023-05-29 17:24:56 +0100" endDate="2023-05-29 17:24:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 18:03:32 +0100" startDate="2023-05-29 17:49:59 +0100" endDate="2023-05-29 17:58:12 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-29 20:54:32 +0100" startDate="2023-05-29 20:43:29 +0100" endDate="2023-05-29 20:44:05 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 03:59:03 +0100" startDate="2023-05-30 03:46:05 +0100" endDate="2023-05-30 03:49:24 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 04:49:44 +0100" startDate="2023-05-30 04:38:41 +0100" endDate="2023-05-30 04:38:59 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 05:20:41 +0100" startDate="2023-05-30 05:10:21 +0100" endDate="2023-05-30 05:11:04 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 05:36:45 +0100" startDate="2023-05-30 05:22:09 +0100" endDate="2023-05-30 05:27:00 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 07:26:36 +0100" startDate="2023-05-30 07:13:16 +0100" endDate="2023-05-30 07:22:59 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 10:40:45 +0100" startDate="2023-05-30 10:30:37 +0100" endDate="2023-05-30 10:36:08 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 11:15:36 +0100" startDate="2023-05-30 11:03:29 +0100" endDate="2023-05-30 11:13:30 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 11:24:32 +0100" startDate="2023-05-30 11:13:30 +0100" endDate="2023-05-30 11:20:17 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 11:46:51 +0100" startDate="2023-05-30 11:36:34 +0100" endDate="2023-05-30 11:43:39 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 12:04:55 +0100" startDate="2023-05-30 11:53:49 +0100" endDate="2023-05-30 11:59:05 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 13:41:09 +0100" startDate="2023-05-30 13:29:47 +0100" endDate="2023-05-30 13:38:24 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 13:51:47 +0100" startDate="2023-05-30 13:40:45 +0100" endDate="2023-05-30 13:45:17 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 14:40:28 +0100" startDate="2023-05-30 14:29:25 +0100" endDate="2023-05-30 14:29:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 15:08:52 +0100" startDate="2023-05-30 14:53:55 +0100" endDate="2023-05-30 15:00:40 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 15:19:15 +0100" startDate="2023-05-30 15:08:57 +0100" endDate="2023-05-30 15:18:58 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 15:31:48 +0100" startDate="2023-05-30 15:18:58 +0100" endDate="2023-05-30 15:26:37 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 15:46:38 +0100" startDate="2023-05-30 15:34:43 +0100" endDate="2023-05-30 15:43:43 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 15:59:46 +0100" startDate="2023-05-30 15:45:56 +0100" endDate="2023-05-30 15:50:00 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 16:22:23 +0100" startDate="2023-05-30 16:10:30 +0100" endDate="2023-05-30 16:16:37 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 16:48:46 +0100" startDate="2023-05-30 16:38:38 +0100" endDate="2023-05-30 16:47:54 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 17:12:37 +0100" startDate="2023-05-30 16:56:05 +0100" endDate="2023-05-30 17:01:41 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 17:30:21 +0100" startDate="2023-05-30 17:15:09 +0100" endDate="2023-05-30 17:16:41 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 18:00:49 +0100" startDate="2023-05-30 17:49:51 +0100" endDate="2023-05-30 17:49:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 19:21:40 +0100" startDate="2023-05-30 19:10:45 +0100" endDate="2023-05-30 19:18:42 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 19:34:23 +0100" startDate="2023-05-30 19:20:49 +0100" endDate="2023-05-30 19:30:38 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-30 21:20:27 +0100" startDate="2023-05-30 21:06:23 +0100" endDate="2023-05-30 21:07:07 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 04:32:05 +0100" startDate="2023-05-31 04:21:02 +0100" endDate="2023-05-31 04:31:00 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 04:50:49 +0100" startDate="2023-05-31 04:40:03 +0100" endDate="2023-05-31 04:41:06 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 05:25:09 +0100" startDate="2023-05-31 05:15:04 +0100" endDate="2023-05-31 05:20:46 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 06:21:06 +0100" startDate="2023-05-31 06:06:32 +0100" endDate="2023-05-31 06:07:58 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 06:35:41 +0100" startDate="2023-05-31 06:24:01 +0100" endDate="2023-05-31 06:32:13 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 06:48:20 +0100" startDate="2023-05-31 06:34:08 +0100" endDate="2023-05-31 06:39:26 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 08:07:28 +0100" startDate="2023-05-31 07:56:26 +0100" endDate="2023-05-31 08:01:01 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 08:19:33 +0100" startDate="2023-05-31 08:08:44 +0100" endDate="2023-05-31 08:15:04 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 08:39:22 +0100" startDate="2023-05-31 08:28:56 +0100" endDate="2023-05-31 08:29:22 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 08:50:56 +0100" startDate="2023-05-31 08:40:15 +0100" endDate="2023-05-31 08:46:32 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 10:23:48 +0100" startDate="2023-05-31 10:12:46 +0100" endDate="2023-05-31 10:20:19 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 11:32:16 +0100" startDate="2023-05-31 11:22:04 +0100" endDate="2023-05-31 11:27:14 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 11:48:09 +0100" startDate="2023-05-31 11:37:04 +0100" endDate="2023-05-31 11:41:47 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 13:55:27 +0100" startDate="2023-05-31 13:44:16 +0100" endDate="2023-05-31 13:44:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 16:28:20 +0100" startDate="2023-05-31 16:18:10 +0100" endDate="2023-05-31 16:28:11 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 16:39:14 +0100" startDate="2023-05-31 16:28:11 +0100" endDate="2023-05-31 16:35:09 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 17:04:35 +0100" startDate="2023-05-31 16:53:32 +0100" endDate="2023-05-31 16:55:31 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 17:53:54 +0100" startDate="2023-05-31 17:40:14 +0100" endDate="2023-05-31 17:49:44 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 18:05:14 +0100" startDate="2023-05-31 17:54:45 +0100" endDate="2023-05-31 18:01:40 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-05-31 20:31:42 +0100" startDate="2023-05-31 20:20:39 +0100" endDate="2023-05-31 20:20:42 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 05:51:21 +0100" startDate="2023-06-01 05:40:33 +0100" endDate="2023-06-01 05:50:32 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 06:07:29 +0100" startDate="2023-06-01 05:50:32 +0100" endDate="2023-06-01 05:56:19 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 06:12:00 +0100" startDate="2023-06-01 06:00:33 +0100" endDate="2023-06-01 06:09:26 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 06:34:42 +0100" startDate="2023-06-01 06:23:40 +0100" endDate="2023-06-01 06:26:40 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 07:18:31 +0100" startDate="2023-06-01 07:06:50 +0100" endDate="2023-06-01 07:15:48 +0100" value="956"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 07:26:43 +0100" startDate="2023-06-01 07:15:48 +0100" endDate="2023-06-01 07:22:55 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 10:39:30 +0100" startDate="2023-06-01 10:28:45 +0100" endDate="2023-06-01 10:37:48 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 10:59:04 +0100" startDate="2023-06-01 10:47:56 +0100" endDate="2023-06-01 10:51:58 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 12:27:48 +0100" startDate="2023-06-01 12:16:45 +0100" endDate="2023-06-01 12:16:50 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 16:30:56 +0100" startDate="2023-06-01 16:20:46 +0100" endDate="2023-06-01 16:24:25 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 18:00:23 +0100" startDate="2023-06-01 17:48:54 +0100" endDate="2023-06-01 17:50:38 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 18:29:31 +0100" startDate="2023-06-01 18:18:28 +0100" endDate="2023-06-01 18:28:19 +0100" value="1223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 18:42:06 +0100" startDate="2023-06-01 18:29:17 +0100" endDate="2023-06-01 18:36:43 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 19:08:25 +0100" startDate="2023-06-01 18:58:15 +0100" endDate="2023-06-01 19:04:32 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 20:06:28 +0100" startDate="2023-06-01 19:56:20 +0100" endDate="2023-06-01 19:57:39 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 20:33:20 +0100" startDate="2023-06-01 20:21:16 +0100" endDate="2023-06-01 20:31:10 +0100" value="1069"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 20:42:26 +0100" startDate="2023-06-01 20:31:10 +0100" endDate="2023-06-01 20:37:47 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 20:53:08 +0100" startDate="2023-06-01 20:41:32 +0100" endDate="2023-06-01 20:41:42 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-01 21:58:45 +0100" startDate="2023-06-01 21:47:43 +0100" endDate="2023-06-01 21:48:03 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 05:42:52 +0100" startDate="2023-06-02 05:31:43 +0100" endDate="2023-06-02 05:32:14 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 06:58:43 +0100" startDate="2023-06-02 06:47:41 +0100" endDate="2023-06-02 06:53:17 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 07:45:17 +0100" startDate="2023-06-02 07:33:34 +0100" endDate="2023-06-02 07:33:44 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 10:26:19 +0100" startDate="2023-06-02 10:13:44 +0100" endDate="2023-06-02 10:14:04 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 10:38:33 +0100" startDate="2023-06-02 10:28:20 +0100" endDate="2023-06-02 10:28:33 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 10:50:36 +0100" startDate="2023-06-02 10:40:26 +0100" endDate="2023-06-02 10:49:41 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 11:03:16 +0100" startDate="2023-06-02 10:52:14 +0100" endDate="2023-06-02 11:01:44 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 11:53:13 +0100" startDate="2023-06-02 11:42:12 +0100" endDate="2023-06-02 11:42:17 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 12:30:10 +0100" startDate="2023-06-02 12:20:02 +0100" endDate="2023-06-02 12:28:23 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 12:44:31 +0100" startDate="2023-06-02 12:33:28 +0100" endDate="2023-06-02 12:35:00 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 13:53:37 +0100" startDate="2023-06-02 13:43:01 +0100" endDate="2023-06-02 13:48:30 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 14:10:50 +0100" startDate="2023-06-02 13:57:28 +0100" endDate="2023-06-02 13:57:46 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 14:39:49 +0100" startDate="2023-06-02 14:28:46 +0100" endDate="2023-06-02 14:28:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 16:01:45 +0100" startDate="2023-06-02 15:48:48 +0100" endDate="2023-06-02 15:51:10 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 16:20:19 +0100" startDate="2023-06-02 16:05:26 +0100" endDate="2023-06-02 16:14:47 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 16:35:04 +0100" startDate="2023-06-02 16:20:38 +0100" endDate="2023-06-02 16:28:27 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 16:47:37 +0100" startDate="2023-06-02 16:30:37 +0100" endDate="2023-06-02 16:31:13 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 17:12:13 +0100" startDate="2023-06-02 16:58:30 +0100" endDate="2023-06-02 17:01:23 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 17:39:34 +0100" startDate="2023-06-02 17:27:49 +0100" endDate="2023-06-02 17:36:33 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 17:50:58 +0100" startDate="2023-06-02 17:38:54 +0100" endDate="2023-06-02 17:47:21 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 18:04:40 +0100" startDate="2023-06-02 17:52:19 +0100" endDate="2023-06-02 18:01:57 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 18:15:22 +0100" startDate="2023-06-02 18:02:36 +0100" endDate="2023-06-02 18:06:20 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 19:54:56 +0100" startDate="2023-06-02 19:34:36 +0100" endDate="2023-06-02 19:38:30 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-02 21:33:09 +0100" startDate="2023-06-02 21:22:06 +0100" endDate="2023-06-02 21:22:31 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 06:40:36 +0100" startDate="2023-06-03 06:29:33 +0100" endDate="2023-06-03 06:29:51 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 06:51:17 +0100" startDate="2023-06-03 06:41:04 +0100" endDate="2023-06-03 06:41:20 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 07:30:59 +0100" startDate="2023-06-03 07:20:49 +0100" endDate="2023-06-03 07:25:08 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 08:14:22 +0100" startDate="2023-06-03 08:03:34 +0100" endDate="2023-06-03 08:13:35 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 08:24:49 +0100" startDate="2023-06-03 08:13:35 +0100" endDate="2023-06-03 08:19:39 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 08:34:18 +0100" startDate="2023-06-03 08:23:41 +0100" endDate="2023-06-03 08:31:09 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 08:48:32 +0100" startDate="2023-06-03 08:31:09 +0100" endDate="2023-06-03 08:40:25 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 08:55:32 +0100" startDate="2023-06-03 08:44:29 +0100" endDate="2023-06-03 08:49:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 09:56:25 +0100" startDate="2023-06-03 09:45:23 +0100" endDate="2023-06-03 09:45:35 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 10:12:56 +0100" startDate="2023-06-03 10:01:53 +0100" endDate="2023-06-03 10:01:59 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 13:08:35 +0100" startDate="2023-06-03 12:57:14 +0100" endDate="2023-06-03 12:57:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 13:32:35 +0100" startDate="2023-06-03 13:20:37 +0100" endDate="2023-06-03 13:30:15 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 13:42:19 +0100" startDate="2023-06-03 13:31:57 +0100" endDate="2023-06-03 13:32:51 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 14:03:09 +0100" startDate="2023-06-03 13:48:10 +0100" endDate="2023-06-03 13:58:01 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 14:11:17 +0100" startDate="2023-06-03 13:58:01 +0100" endDate="2023-06-03 14:08:03 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 14:20:13 +0100" startDate="2023-06-03 14:08:03 +0100" endDate="2023-06-03 14:18:04 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 14:29:29 +0100" startDate="2023-06-03 14:18:06 +0100" endDate="2023-06-03 14:28:02 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 15:52:38 +0100" startDate="2023-06-03 15:40:17 +0100" endDate="2023-06-03 15:50:18 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 16:03:15 +0100" startDate="2023-06-03 15:50:18 +0100" endDate="2023-06-03 15:55:36 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 17:32:50 +0100" startDate="2023-06-03 17:21:04 +0100" endDate="2023-06-03 17:31:05 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 17:41:53 +0100" startDate="2023-06-03 17:31:05 +0100" endDate="2023-06-03 17:37:28 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 17:53:14 +0100" startDate="2023-06-03 17:43:06 +0100" endDate="2023-06-03 17:52:55 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 18:04:46 +0100" startDate="2023-06-03 17:53:43 +0100" endDate="2023-06-03 17:57:15 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-03 21:21:09 +0100" startDate="2023-06-03 21:09:57 +0100" endDate="2023-06-03 21:14:47 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 06:42:38 +0100" startDate="2023-06-04 06:31:35 +0100" endDate="2023-06-04 06:38:54 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 12:02:55 +0100" startDate="2023-06-04 11:51:33 +0100" endDate="2023-06-04 11:58:08 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 12:16:22 +0100" startDate="2023-06-04 12:05:16 +0100" endDate="2023-06-04 12:12:53 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 12:31:24 +0100" startDate="2023-06-04 12:16:24 +0100" endDate="2023-06-04 12:23:25 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 13:28:44 +0100" startDate="2023-06-04 13:17:12 +0100" endDate="2023-06-04 13:19:09 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 13:49:07 +0100" startDate="2023-06-04 13:37:25 +0100" endDate="2023-06-04 13:47:11 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 13:58:35 +0100" startDate="2023-06-04 13:47:39 +0100" endDate="2023-06-04 13:53:31 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 14:12:11 +0100" startDate="2023-06-04 14:00:52 +0100" endDate="2023-06-04 14:10:20 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 14:34:33 +0100" startDate="2023-06-04 14:16:38 +0100" endDate="2023-06-04 14:16:46 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 15:15:28 +0100" startDate="2023-06-04 15:03:21 +0100" endDate="2023-06-04 15:12:51 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 16:12:48 +0100" startDate="2023-06-04 15:55:42 +0100" endDate="2023-06-04 16:00:03 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 16:31:50 +0100" startDate="2023-06-04 16:19:24 +0100" endDate="2023-06-04 16:23:00 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 16:47:30 +0100" startDate="2023-06-04 16:31:52 +0100" endDate="2023-06-04 16:40:09 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 17:00:34 +0100" startDate="2023-06-04 16:44:11 +0100" endDate="2023-06-04 16:50:41 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 17:31:38 +0100" startDate="2023-06-04 17:20:36 +0100" endDate="2023-06-04 17:21:34 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 18:18:58 +0100" startDate="2023-06-04 18:07:33 +0100" endDate="2023-06-04 18:09:00 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 20:49:48 +0100" startDate="2023-06-04 20:39:02 +0100" endDate="2023-06-04 20:39:41 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-04 21:21:07 +0100" startDate="2023-06-04 21:10:54 +0100" endDate="2023-06-04 21:11:12 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-05 05:34:02 +0100" startDate="2023-06-05 05:22:58 +0100" endDate="2023-06-05 05:32:31 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-05 06:13:10 +0100" startDate="2023-06-05 06:02:45 +0100" endDate="2023-06-05 06:11:02 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-05 06:24:59 +0100" startDate="2023-06-05 06:12:57 +0100" endDate="2023-06-05 06:22:58 +0100" value="1180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-05 06:34:01 +0100" startDate="2023-06-05 06:22:58 +0100" endDate="2023-06-05 06:25:00 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-07 22:49:19 +0100" endDate="2023-06-07 22:54:43 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 08:02:03 +0100" endDate="2023-06-08 08:30:56 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 08:30:56 +0100" endDate="2023-06-08 10:08:32 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 10:08:32 +0100" endDate="2023-06-08 12:28:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 14:32:19 +0100" endDate="2023-06-08 16:38:03 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 16:38:03 +0100" endDate="2023-06-08 16:50:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 16:50:22 +0100" endDate="2023-06-08 18:14:35 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 18:14:35 +0100" endDate="2023-06-08 18:24:36 +0100" value="966"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 18:24:36 +0100" endDate="2023-06-08 18:34:37 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 18:34:37 +0100" endDate="2023-06-08 18:44:38 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 18:44:38 +0100" endDate="2023-06-08 18:54:39 +0100" value="1016"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 18:54:39 +0100" endDate="2023-06-08 19:04:40 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 19:04:40 +0100" endDate="2023-06-08 19:14:41 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-08 19:14:41 +0100" endDate="2023-06-08 20:52:43 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 06:26:53 +0100" endDate="2023-06-09 06:34:58 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 06:34:58 +0100" endDate="2023-06-09 06:39:58 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 06:39:58 +0100" endDate="2023-06-09 07:42:58 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 07:42:58 +0100" endDate="2023-06-09 07:54:06 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 07:54:06 +0100" endDate="2023-06-09 07:59:32 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 07:59:32 +0100" endDate="2023-06-09 08:28:46 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 09:02:05 +0100" endDate="2023-06-09 09:15:00 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 09:15:00 +0100" endDate="2023-06-09 11:10:00 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 11:10:00 +0100" endDate="2023-06-09 11:20:01 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 11:20:01 +0100" endDate="2023-06-09 11:25:50 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 11:25:50 +0100" endDate="2023-06-09 11:51:28 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 11:51:28 +0100" endDate="2023-06-09 11:56:29 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 11:56:29 +0100" endDate="2023-06-09 12:10:17 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 12:10:17 +0100" endDate="2023-06-09 12:15:18 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 12:15:18 +0100" endDate="2023-06-09 12:30:04 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 12:30:04 +0100" endDate="2023-06-09 12:40:11 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 12:40:11 +0100" endDate="2023-06-09 12:46:12 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 12:46:12 +0100" endDate="2023-06-09 13:04:53 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 13:04:53 +0100" endDate="2023-06-09 13:45:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 13:45:29 +0100" endDate="2023-06-09 13:59:27 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 13:59:27 +0100" endDate="2023-06-09 14:10:15 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 14:10:15 +0100" endDate="2023-06-09 14:24:29 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 14:24:29 +0100" endDate="2023-06-09 14:40:02 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 14:40:02 +0100" endDate="2023-06-09 14:48:52 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 19:01:33 +0100" endDate="2023-06-09 19:13:18 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 19:13:18 +0100" endDate="2023-06-09 19:26:25 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 19:33:13 +0100" endDate="2023-06-09 19:38:19 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 20:12:52 +0100" endDate="2023-06-09 22:04:24 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 22:04:24 +0100" endDate="2023-06-09 22:25:12 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 22:25:12 +0100" endDate="2023-06-09 22:30:18 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 22:30:18 +0100" endDate="2023-06-09 22:41:51 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-09 22:41:51 +0100" endDate="2023-06-09 22:57:55 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-10 08:18:20 +0100" endDate="2023-06-10 09:50:16 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 05:59:31 +0100" endDate="2023-06-11 07:21:21 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 07:21:21 +0100" endDate="2023-06-11 07:31:22 +0100" value="1049"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 07:31:22 +0100" endDate="2023-06-11 07:36:23 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 07:36:23 +0100" endDate="2023-06-11 08:08:07 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 09:50:13 +0100" endDate="2023-06-11 10:06:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 10:06:59 +0100" endDate="2023-06-11 10:31:48 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 10:31:48 +0100" endDate="2023-06-11 11:04:19 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 11:04:19 +0100" endDate="2023-06-11 11:11:50 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 11:11:50 +0100" endDate="2023-06-11 11:17:59 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 11:17:59 +0100" endDate="2023-06-11 11:25:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 11:25:43 +0100" endDate="2023-06-11 11:30:44 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 11:30:44 +0100" endDate="2023-06-11 11:41:01 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 12:33:25 +0100" endDate="2023-06-11 13:11:35 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 13:20:53 +0100" endDate="2023-06-11 13:26:02 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 13:26:02 +0100" endDate="2023-06-11 15:35:24 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 15:35:24 +0100" endDate="2023-06-11 15:50:37 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 15:50:37 +0100" endDate="2023-06-11 17:20:10 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 17:20:10 +0100" endDate="2023-06-11 17:25:10 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 17:25:10 +0100" endDate="2023-06-11 17:57:11 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-11 18:23:00 +0100" endDate="2023-06-11 18:29:09 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 05:15:23 +0100" endDate="2023-06-12 05:24:44 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 05:24:44 +0100" endDate="2023-06-12 05:35:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 05:35:33 +0100" endDate="2023-06-12 05:46:46 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 05:46:46 +0100" endDate="2023-06-12 05:47:47 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 05:47:47 +0100" endDate="2023-06-12 06:33:12 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 06:33:12 +0100" endDate="2023-06-12 06:34:13 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 06:34:13 +0100" endDate="2023-06-12 07:03:47 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 07:03:47 +0100" endDate="2023-06-12 07:14:03 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 07:26:37 +0100" endDate="2023-06-12 07:31:23 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 08:48:12 +0100" endDate="2023-06-12 08:59:33 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 08:59:33 +0100" endDate="2023-06-12 09:00:34 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 10:01:08 +0100" endDate="2023-06-12 10:11:32 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 10:11:32 +0100" endDate="2023-06-12 10:21:31 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 10:21:31 +0100" endDate="2023-06-12 10:31:57 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 10:31:57 +0100" endDate="2023-06-12 10:32:59 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 10:32:59 +0100" endDate="2023-06-12 10:53:40 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 10:53:40 +0100" endDate="2023-06-12 10:57:57 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 12:46:35 +0100" endDate="2023-06-12 12:50:06 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 13:01:20 +0100" endDate="2023-06-12 13:11:11 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 13:11:11 +0100" endDate="2023-06-12 13:21:15 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 13:21:15 +0100" endDate="2023-06-12 13:30:25 +0100" value="785"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 13:30:25 +0100" endDate="2023-06-12 13:46:56 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 13:50:07 +0100" endDate="2023-06-12 14:02:59 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 14:02:59 +0100" endDate="2023-06-12 14:13:56 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 15:47:35 +0100" endDate="2023-06-12 15:57:47 +0100" value="912"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 15:59:23 +0100" endDate="2023-06-12 16:08:56 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 16:08:56 +0100" endDate="2023-06-12 16:09:58 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 16:09:58 +0100" endDate="2023-06-12 16:37:05 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 16:37:05 +0100" endDate="2023-06-12 16:42:20 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 16:42:20 +0100" endDate="2023-06-12 17:10:24 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 17:10:24 +0100" endDate="2023-06-12 17:11:25 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-12 20:29:19 +0100" endDate="2023-06-12 21:16:30 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 04:15:54 +0100" endDate="2023-06-13 04:31:53 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 04:31:53 +0100" endDate="2023-06-13 04:40:20 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 04:52:43 +0100" endDate="2023-06-13 05:02:42 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 05:02:42 +0100" endDate="2023-06-13 05:12:53 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 05:12:53 +0100" endDate="2023-06-13 05:26:24 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 06:04:48 +0100" endDate="2023-06-13 06:06:35 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 06:06:35 +0100" endDate="2023-06-13 06:41:25 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 06:41:25 +0100" endDate="2023-06-13 06:51:36 +0100" value="1168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 06:51:36 +0100" endDate="2023-06-13 07:01:07 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 07:01:07 +0100" endDate="2023-06-13 07:11:21 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 07:11:21 +0100" endDate="2023-06-13 07:13:34 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 07:13:34 +0100" endDate="2023-06-13 08:50:37 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 08:50:37 +0100" endDate="2023-06-13 09:01:27 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 09:01:27 +0100" endDate="2023-06-13 09:03:44 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 09:03:44 +0100" endDate="2023-06-13 10:05:14 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 10:05:14 +0100" endDate="2023-06-13 10:05:17 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 10:33:23 +0100" endDate="2023-06-13 10:43:25 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 10:43:25 +0100" endDate="2023-06-13 10:47:42 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:09 +0100" startDate="2023-06-13 11:02:12 +0100" endDate="2023-06-13 11:02:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:10 +0100" startDate="2023-06-13 11:02:15 +0100" endDate="2023-06-13 11:08:47 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:10 +0100" startDate="2023-06-13 12:39:36 +0100" endDate="2023-06-13 12:43:29 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:10 +0100" startDate="2023-06-13 12:55:38 +0100" endDate="2023-06-13 12:59:19 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:10 +0100" startDate="2023-06-13 13:48:43 +0100" endDate="2023-06-13 13:51:19 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:10 +0100" startDate="2023-06-13 13:51:52 +0100" endDate="2023-06-13 14:01:53 +0100" value="1183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:10 +0100" startDate="2023-06-13 14:01:53 +0100" endDate="2023-06-13 14:02:16 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:10 +0100" startDate="2023-06-13 14:02:16 +0100" endDate="2023-06-13 14:08:20 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:10 +0100" startDate="2023-06-13 14:39:49 +0100" endDate="2023-06-13 14:39:54 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:10 +0100" startDate="2023-06-13 14:51:12 +0100" endDate="2023-06-13 14:51:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:10 +0100" startDate="2023-06-13 15:05:01 +0100" endDate="2023-06-13 15:05:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:10 +0100" startDate="2023-06-13 15:48:22 +0100" endDate="2023-06-13 15:57:47 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:10 +0100" startDate="2023-06-13 16:20:43 +0100" endDate="2023-06-13 16:21:06 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-13 16:21:06 +0100" endDate="2023-06-13 16:31:07 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-13 16:31:07 +0100" endDate="2023-06-13 16:39:21 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-13 18:11:12 +0100" endDate="2023-06-13 18:18:07 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-13 18:52:13 +0100" endDate="2023-06-13 18:53:42 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-13 19:38:54 +0100" endDate="2023-06-13 19:41:12 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-13 20:20:51 +0100" endDate="2023-06-13 20:30:50 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-13 20:52:54 +0100" endDate="2023-06-13 20:53:27 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-13 21:23:41 +0100" endDate="2023-06-13 21:29:53 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-13 22:10:49 +0100" endDate="2023-06-13 22:11:02 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-14 06:38:45 +0100" endDate="2023-06-14 06:41:44 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-14 07:27:13 +0100" endDate="2023-06-14 07:27:28 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-14 09:14:28 +0100" endDate="2023-06-14 09:24:29 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-14 09:24:29 +0100" endDate="2023-06-14 09:34:30 +0100" value="901"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-14 09:34:30 +0100" endDate="2023-06-14 09:43:43 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-14 10:00:34 +0100" endDate="2023-06-14 10:00:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-14 10:47:53 +0100" endDate="2023-06-14 10:47:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-14 11:02:36 +0100" endDate="2023-06-14 11:12:37 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-14 11:12:37 +0100" endDate="2023-06-14 11:21:09 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-14 11:25:57 +0100" endDate="2023-06-14 11:35:58 +0100" value="1080"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:11 +0100" startDate="2023-06-14 11:35:58 +0100" endDate="2023-06-14 11:37:50 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-14 11:37:58 +0100" endDate="2023-06-14 11:39:42 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-14 13:19:46 +0100" endDate="2023-06-14 13:26:11 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-14 14:33:53 +0100" endDate="2023-06-14 14:39:01 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-14 14:53:14 +0100" endDate="2023-06-14 14:57:29 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-14 16:29:13 +0100" endDate="2023-06-14 16:38:59 +0100" value="1118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-14 16:39:17 +0100" endDate="2023-06-14 16:46:04 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-14 16:59:07 +0100" endDate="2023-06-14 16:59:22 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-14 18:19:29 +0100" endDate="2023-06-14 18:29:30 +0100" value="843"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-14 18:29:30 +0100" endDate="2023-06-14 18:39:31 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-14 18:39:31 +0100" endDate="2023-06-14 18:41:06 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-14 18:51:40 +0100" endDate="2023-06-14 19:00:15 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-14 21:25:37 +0100" endDate="2023-06-14 21:26:15 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-15 06:04:20 +0100" endDate="2023-06-15 06:14:05 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-15 06:15:29 +0100" endDate="2023-06-15 06:21:13 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-15 06:26:54 +0100" endDate="2023-06-15 06:27:17 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-15 06:45:05 +0100" endDate="2023-06-15 06:53:56 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-15 08:07:57 +0100" endDate="2023-06-15 08:17:56 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-15 08:17:56 +0100" endDate="2023-06-15 08:27:57 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-15 08:27:57 +0100" endDate="2023-06-15 08:28:10 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-15 08:45:19 +0100" endDate="2023-06-15 08:50:45 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-15 08:58:18 +0100" endDate="2023-06-15 09:07:00 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-15 09:11:03 +0100" endDate="2023-06-15 09:20:31 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-15 11:03:18 +0100" endDate="2023-06-15 11:03:26 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:12 +0100" startDate="2023-06-15 11:40:57 +0100" endDate="2023-06-15 11:46:53 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 11:47:06 +0100" endDate="2023-06-15 11:57:07 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 11:57:07 +0100" endDate="2023-06-15 12:01:02 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 12:37:59 +0100" endDate="2023-06-15 12:38:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 13:11:41 +0100" endDate="2023-06-15 13:18:32 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 13:37:26 +0100" endDate="2023-06-15 13:47:25 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 13:47:25 +0100" endDate="2023-06-15 13:57:26 +0100" value="1111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 13:57:26 +0100" endDate="2023-06-15 14:06:41 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 14:07:58 +0100" endDate="2023-06-15 14:15:08 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 14:18:07 +0100" endDate="2023-06-15 14:18:12 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 15:47:57 +0100" endDate="2023-06-15 15:57:58 +0100" value="1046"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 15:57:58 +0100" endDate="2023-06-15 16:07:59 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 16:07:59 +0100" endDate="2023-06-15 16:10:39 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 16:18:41 +0100" endDate="2023-06-15 16:19:16 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 16:35:39 +0100" endDate="2023-06-15 16:42:45 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 16:52:49 +0100" endDate="2023-06-15 16:53:14 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 17:34:59 +0100" endDate="2023-06-15 17:45:00 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:30:13 +0100" startDate="2023-06-15 17:45:00 +0100" endDate="2023-06-15 17:52:13 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 18:31:48 +0100" startDate="2023-06-15 18:21:35 +0100" endDate="2023-06-15 18:21:45 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-15 21:26:10 +0100" startDate="2023-06-15 21:15:07 +0100" endDate="2023-06-15 21:17:56 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 06:25:58 +0100" startDate="2023-06-16 06:15:27 +0100" endDate="2023-06-16 06:15:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 06:59:31 +0100" startDate="2023-06-16 06:48:28 +0100" endDate="2023-06-16 06:56:07 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 07:17:51 +0100" startDate="2023-06-16 07:06:16 +0100" endDate="2023-06-16 07:15:21 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 07:26:32 +0100" startDate="2023-06-16 07:16:27 +0100" endDate="2023-06-16 07:23:35 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 07:46:25 +0100" startDate="2023-06-16 07:35:48 +0100" endDate="2023-06-16 07:42:56 +0100" value="690"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 07:54:36 +0100" startDate="2023-06-16 07:42:56 +0100" endDate="2023-06-16 07:52:37 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 08:07:36 +0100" startDate="2023-06-16 07:53:28 +0100" endDate="2023-06-16 07:54:26 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 08:34:10 +0100" startDate="2023-06-16 08:20:52 +0100" endDate="2023-06-16 08:20:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 09:28:35 +0100" startDate="2023-06-16 09:11:19 +0100" endDate="2023-06-16 09:12:35 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 10:37:59 +0100" startDate="2023-06-16 10:21:47 +0100" endDate="2023-06-16 10:21:52 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 12:02:49 +0100" startDate="2023-06-16 11:49:00 +0100" endDate="2023-06-16 11:49:02 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 12:28:36 +0100" startDate="2023-06-16 12:12:45 +0100" endDate="2023-06-16 12:15:25 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 12:45:18 +0100" startDate="2023-06-16 12:28:44 +0100" endDate="2023-06-16 12:38:45 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 12:54:16 +0100" startDate="2023-06-16 12:38:45 +0100" endDate="2023-06-16 12:46:36 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 13:04:54 +0100" startDate="2023-06-16 12:52:03 +0100" endDate="2023-06-16 13:02:04 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 13:12:21 +0100" startDate="2023-06-16 13:02:04 +0100" endDate="2023-06-16 13:11:42 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 13:25:16 +0100" startDate="2023-06-16 13:14:13 +0100" endDate="2023-06-16 13:24:14 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 13:35:17 +0100" startDate="2023-06-16 13:24:14 +0100" endDate="2023-06-16 13:34:10 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 13:45:46 +0100" startDate="2023-06-16 13:34:43 +0100" endDate="2023-06-16 13:43:13 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 14:05:40 +0100" startDate="2023-06-16 13:55:32 +0100" endDate="2023-06-16 14:05:28 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 14:51:45 +0100" startDate="2023-06-16 14:40:51 +0100" endDate="2023-06-16 14:47:34 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 14:19:34 +0100" startDate="2023-06-16 14:07:28 +0100" endDate="2023-06-16 14:09:43 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 15:10:52 +0100" startDate="2023-06-16 14:59:50 +0100" endDate="2023-06-16 15:09:49 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 15:22:17 +0100" startDate="2023-06-16 15:09:49 +0100" endDate="2023-06-16 15:13:28 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 15:42:13 +0100" startDate="2023-06-16 15:30:29 +0100" endDate="2023-06-16 15:34:59 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 15:58:25 +0100" startDate="2023-06-16 15:47:41 +0100" endDate="2023-06-16 15:56:25 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 18:09:24 +0100" startDate="2023-06-16 17:53:02 +0100" endDate="2023-06-16 17:59:09 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 18:30:00 +0100" startDate="2023-06-16 18:17:06 +0100" endDate="2023-06-16 18:26:01 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 18:44:44 +0100" startDate="2023-06-16 18:29:58 +0100" endDate="2023-06-16 18:35:52 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 19:46:45 +0100" startDate="2023-06-16 19:31:56 +0100" endDate="2023-06-16 19:41:55 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-16 20:02:50 +0100" startDate="2023-06-16 19:42:33 +0100" endDate="2023-06-16 19:51:20 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 10:57:50 +0100" startDate="2023-06-17 10:41:25 +0100" endDate="2023-06-17 10:42:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 12:13:57 +0100" startDate="2023-06-17 12:03:44 +0100" endDate="2023-06-17 12:04:04 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 12:25:14 +0100" startDate="2023-06-17 12:14:11 +0100" endDate="2023-06-17 12:18:36 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 12:39:13 +0100" startDate="2023-06-17 12:29:10 +0100" endDate="2023-06-17 12:30:30 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 13:09:14 +0100" startDate="2023-06-17 12:59:03 +0100" endDate="2023-06-17 13:08:44 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 13:36:32 +0100" startDate="2023-06-17 13:25:20 +0100" endDate="2023-06-17 13:34:09 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 14:00:09 +0100" startDate="2023-06-17 13:46:48 +0100" endDate="2023-06-17 13:49:21 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 14:27:48 +0100" startDate="2023-06-17 14:16:46 +0100" endDate="2023-06-17 14:18:33 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 15:11:48 +0100" startDate="2023-06-17 15:01:38 +0100" endDate="2023-06-17 15:08:00 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 15:23:52 +0100" startDate="2023-06-17 15:12:48 +0100" endDate="2023-06-17 15:16:42 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 15:38:01 +0100" startDate="2023-06-17 15:26:38 +0100" endDate="2023-06-17 15:35:33 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 16:03:50 +0100" startDate="2023-06-17 15:47:57 +0100" endDate="2023-06-17 15:54:01 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 15:48:33 +0100" startDate="2023-06-17 15:38:09 +0100" endDate="2023-06-17 15:47:57 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 16:20:52 +0100" startDate="2023-06-17 16:09:21 +0100" endDate="2023-06-17 16:16:44 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 16:39:40 +0100" startDate="2023-06-17 16:28:37 +0100" endDate="2023-06-17 16:36:51 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 17:03:30 +0100" startDate="2023-06-17 16:50:14 +0100" endDate="2023-06-17 17:00:15 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 17:10:53 +0100" startDate="2023-06-17 17:00:15 +0100" endDate="2023-06-17 17:01:52 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 16:52:27 +0100" startDate="2023-06-17 16:40:10 +0100" endDate="2023-06-17 16:50:06 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 17:33:11 +0100" startDate="2023-06-17 17:13:28 +0100" endDate="2023-06-17 17:16:13 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 17:39:56 +0100" startDate="2023-06-17 17:26:54 +0100" endDate="2023-06-17 17:30:20 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 17:55:07 +0100" startDate="2023-06-17 17:37:06 +0100" endDate="2023-06-17 17:41:08 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 18:31:00 +0100" startDate="2023-06-17 18:19:25 +0100" endDate="2023-06-17 18:23:30 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 18:46:37 +0100" startDate="2023-06-17 18:32:11 +0100" endDate="2023-06-17 18:34:16 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 20:00:40 +0100" startDate="2023-06-17 19:50:27 +0100" endDate="2023-06-17 20:00:18 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 20:10:38 +0100" startDate="2023-06-17 20:00:31 +0100" endDate="2023-06-17 20:10:32 +0100" value="1053"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 20:24:53 +0100" startDate="2023-06-17 20:10:32 +0100" endDate="2023-06-17 20:10:40 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 21:08:19 +0100" startDate="2023-06-17 20:54:13 +0100" endDate="2023-06-17 20:57:27 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 21:43:18 +0100" startDate="2023-06-17 21:28:00 +0100" endDate="2023-06-17 21:28:45 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 22:05:02 +0100" startDate="2023-06-17 21:52:50 +0100" endDate="2023-06-17 21:57:53 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 22:42:53 +0100" startDate="2023-06-17 22:32:31 +0100" endDate="2023-06-17 22:33:55 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-17 23:59:47 +0100" startDate="2023-06-17 23:44:09 +0100" endDate="2023-06-17 23:47:07 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 00:33:41 +0100" startDate="2023-06-18 00:20:04 +0100" endDate="2023-06-18 00:20:30 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 00:43:48 +0100" startDate="2023-06-18 00:32:50 +0100" endDate="2023-06-18 00:33:34 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 10:35:49 +0100" startDate="2023-06-18 10:25:44 +0100" endDate="2023-06-18 10:31:50 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 11:21:36 +0100" startDate="2023-06-18 11:10:33 +0100" endDate="2023-06-18 11:17:10 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 11:31:49 +0100" startDate="2023-06-18 11:20:42 +0100" endDate="2023-06-18 11:30:41 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 11:45:21 +0100" startDate="2023-06-18 11:30:41 +0100" endDate="2023-06-18 11:31:22 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 11:56:12 +0100" startDate="2023-06-18 11:42:57 +0100" endDate="2023-06-18 11:45:22 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 12:08:59 +0100" startDate="2023-06-18 11:55:26 +0100" endDate="2023-06-18 11:57:10 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 12:40:54 +0100" startDate="2023-06-18 12:28:42 +0100" endDate="2023-06-18 12:37:22 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 12:53:43 +0100" startDate="2023-06-18 12:38:46 +0100" endDate="2023-06-18 12:45:51 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 13:29:13 +0100" startDate="2023-06-18 13:12:05 +0100" endDate="2023-06-18 13:14:00 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 13:52:02 +0100" startDate="2023-06-18 13:38:10 +0100" endDate="2023-06-18 13:38:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 18:56:26 +0100" startDate="2023-06-18 18:45:11 +0100" endDate="2023-06-18 18:55:12 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 19:07:13 +0100" startDate="2023-06-18 18:55:12 +0100" endDate="2023-06-18 19:04:55 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 19:24:21 +0100" startDate="2023-06-18 19:06:55 +0100" endDate="2023-06-18 19:07:13 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-18 20:58:26 +0100" startDate="2023-06-18 20:43:45 +0100" endDate="2023-06-18 20:44:08 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 00:50:58 +0100" startDate="2023-06-19 00:39:55 +0100" endDate="2023-06-19 00:41:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 04:51:54 +0100" startDate="2023-06-19 04:41:00 +0100" endDate="2023-06-19 04:51:01 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 05:02:04 +0100" startDate="2023-06-19 04:51:01 +0100" endDate="2023-06-19 04:55:19 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 05:21:51 +0100" startDate="2023-06-19 05:10:33 +0100" endDate="2023-06-19 05:20:34 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 05:31:37 +0100" startDate="2023-06-19 05:20:34 +0100" endDate="2023-06-19 05:21:23 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 06:48:13 +0100" startDate="2023-06-19 06:36:24 +0100" endDate="2023-06-19 06:45:34 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 07:03:19 +0100" startDate="2023-06-19 06:52:17 +0100" endDate="2023-06-19 06:54:11 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 09:01:13 +0100" startDate="2023-06-19 08:50:05 +0100" endDate="2023-06-19 08:58:06 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 10:17:57 +0100" startDate="2023-06-19 10:06:30 +0100" endDate="2023-06-19 10:11:51 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 10:44:55 +0100" startDate="2023-06-19 10:28:31 +0100" endDate="2023-06-19 10:33:06 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 10:55:42 +0100" startDate="2023-06-19 10:44:03 +0100" endDate="2023-06-19 10:50:23 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 11:07:29 +0100" startDate="2023-06-19 10:55:44 +0100" endDate="2023-06-19 10:56:01 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 11:22:01 +0100" startDate="2023-06-19 11:10:38 +0100" endDate="2023-06-19 11:12:35 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 12:34:43 +0100" startDate="2023-06-19 12:24:13 +0100" endDate="2023-06-19 12:24:51 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 12:45:27 +0100" startDate="2023-06-19 12:35:03 +0100" endDate="2023-06-19 12:43:14 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 13:16:39 +0100" startDate="2023-06-19 13:04:23 +0100" endDate="2023-06-19 13:04:26 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 13:47:18 +0100" startDate="2023-06-19 13:34:34 +0100" endDate="2023-06-19 13:44:00 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 13:59:17 +0100" startDate="2023-06-19 13:44:58 +0100" endDate="2023-06-19 13:54:59 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 14:05:11 +0100" startDate="2023-06-19 13:54:59 +0100" endDate="2023-06-19 14:04:53 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 14:18:15 +0100" startDate="2023-06-19 14:07:13 +0100" endDate="2023-06-19 14:17:14 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 14:31:54 +0100" startDate="2023-06-19 14:17:14 +0100" endDate="2023-06-19 14:25:00 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 14:45:00 +0100" startDate="2023-06-19 14:30:18 +0100" endDate="2023-06-19 14:39:39 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 14:54:20 +0100" startDate="2023-06-19 14:42:22 +0100" endDate="2023-06-19 14:45:58 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 16:09:26 +0100" startDate="2023-06-19 15:58:05 +0100" endDate="2023-06-19 16:02:45 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 17:00:33 +0100" startDate="2023-06-19 16:50:28 +0100" endDate="2023-06-19 17:00:27 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 17:13:20 +0100" startDate="2023-06-19 17:00:27 +0100" endDate="2023-06-19 17:07:10 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 18:41:21 +0100" startDate="2023-06-19 18:29:19 +0100" endDate="2023-06-19 18:38:29 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 18:57:48 +0100" startDate="2023-06-19 18:40:36 +0100" endDate="2023-06-19 18:40:52 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 21:27:13 +0100" startDate="2023-06-19 21:15:05 +0100" endDate="2023-06-19 21:21:06 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd180&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-19 21:44:40 +0100" startDate="2023-06-19 21:34:05 +0100" endDate="2023-06-19 21:34:10 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 04:30:36 +0100" startDate="2023-06-20 04:16:26 +0100" endDate="2023-06-20 04:16:34 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 04:41:29 +0100" startDate="2023-06-20 04:30:26 +0100" endDate="2023-06-20 04:38:27 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 05:04:11 +0100" startDate="2023-06-20 04:52:49 +0100" endDate="2023-06-20 05:02:01 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 05:16:20 +0100" startDate="2023-06-20 05:02:52 +0100" endDate="2023-06-20 05:12:53 +0100" value="800"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 05:26:23 +0100" startDate="2023-06-20 05:12:53 +0100" endDate="2023-06-20 05:19:08 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 06:03:52 +0100" startDate="2023-06-20 05:52:20 +0100" endDate="2023-06-20 05:57:18 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 06:33:18 +0100" startDate="2023-06-20 06:17:08 +0100" endDate="2023-06-20 06:18:40 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 06:59:05 +0100" startDate="2023-06-20 06:45:24 +0100" endDate="2023-06-20 06:55:25 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 07:06:28 +0100" startDate="2023-06-20 06:55:25 +0100" endDate="2023-06-20 07:05:06 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 07:19:59 +0100" startDate="2023-06-20 07:08:17 +0100" endDate="2023-06-20 07:18:00 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 08:34:45 +0100" startDate="2023-06-20 08:23:33 +0100" endDate="2023-06-20 08:27:12 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 10:18:34 +0100" startDate="2023-06-20 10:01:44 +0100" endDate="2023-06-20 10:11:45 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 10:22:49 +0100" startDate="2023-06-20 10:11:45 +0100" endDate="2023-06-20 10:21:46 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 10:32:49 +0100" startDate="2023-06-20 10:21:46 +0100" endDate="2023-06-20 10:21:48 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 11:07:36 +0100" startDate="2023-06-20 10:55:30 +0100" endDate="2023-06-20 11:00:10 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 11:31:05 +0100" startDate="2023-06-20 11:19:40 +0100" endDate="2023-06-20 11:27:54 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 12:08:42 +0100" startDate="2023-06-20 11:56:21 +0100" endDate="2023-06-20 12:03:59 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 12:18:15 +0100" startDate="2023-06-20 12:07:00 +0100" endDate="2023-06-20 12:09:51 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 16:18:37 +0100" startDate="2023-06-20 16:07:56 +0100" endDate="2023-06-20 16:08:49 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 22:09:50 +0100" startDate="2023-06-20 21:55:04 +0100" endDate="2023-06-20 21:57:11 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 22:24:35 +0100" startDate="2023-06-20 22:10:53 +0100" endDate="2023-06-20 22:20:54 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 22:33:28 +0100" startDate="2023-06-20 22:20:54 +0100" endDate="2023-06-20 22:30:55 +0100" value="1130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 22:46:16 +0100" startDate="2023-06-20 22:30:55 +0100" endDate="2023-06-20 22:36:23 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-20 23:05:50 +0100" startDate="2023-06-20 22:55:01 +0100" endDate="2023-06-20 22:55:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 05:18:41 +0100" startDate="2023-06-21 05:08:33 +0100" endDate="2023-06-21 05:11:06 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 05:37:44 +0100" startDate="2023-06-21 05:27:39 +0100" endDate="2023-06-21 05:32:28 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 07:39:24 +0100" startDate="2023-06-21 07:29:18 +0100" endDate="2023-06-21 07:29:31 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 08:02:41 +0100" startDate="2023-06-21 07:52:31 +0100" endDate="2023-06-21 07:52:39 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 08:17:44 +0100" startDate="2023-06-21 08:06:41 +0100" endDate="2023-06-21 08:08:15 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 09:19:53 +0100" startDate="2023-06-21 09:09:01 +0100" endDate="2023-06-21 09:16:24 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 09:36:18 +0100" startDate="2023-06-21 09:23:22 +0100" endDate="2023-06-21 09:33:23 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 09:44:26 +0100" startDate="2023-06-21 09:33:23 +0100" endDate="2023-06-21 09:43:24 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 09:56:19 +0100" startDate="2023-06-21 09:43:24 +0100" endDate="2023-06-21 09:50:12 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 10:32:59 +0100" startDate="2023-06-21 10:21:12 +0100" endDate="2023-06-21 10:31:00 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 10:42:24 +0100" startDate="2023-06-21 10:31:21 +0100" endDate="2023-06-21 10:31:23 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 10:56:18 +0100" startDate="2023-06-21 10:46:08 +0100" endDate="2023-06-21 10:54:57 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 11:07:49 +0100" startDate="2023-06-21 10:56:16 +0100" endDate="2023-06-21 10:56:39 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 11:36:13 +0100" startDate="2023-06-21 11:25:10 +0100" endDate="2023-06-21 11:29:58 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 12:32:32 +0100" startDate="2023-06-21 12:22:07 +0100" endDate="2023-06-21 12:27:13 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 13:35:00 +0100" startDate="2023-06-21 13:22:41 +0100" endDate="2023-06-21 13:26:48 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 14:54:01 +0100" startDate="2023-06-21 14:41:51 +0100" endDate="2023-06-21 14:47:05 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 15:08:11 +0100" startDate="2023-06-21 14:56:39 +0100" endDate="2023-06-21 14:57:10 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 16:00:52 +0100" startDate="2023-06-21 15:50:12 +0100" endDate="2023-06-21 15:58:44 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 16:11:31 +0100" startDate="2023-06-21 16:00:41 +0100" endDate="2023-06-21 16:00:46 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 17:34:40 +0100" startDate="2023-06-21 17:24:35 +0100" endDate="2023-06-21 17:27:05 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 18:24:50 +0100" startDate="2023-06-21 18:14:28 +0100" endDate="2023-06-21 18:23:43 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 18:42:40 +0100" startDate="2023-06-21 18:30:33 +0100" endDate="2023-06-21 18:40:27 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 18:59:43 +0100" startDate="2023-06-21 18:40:40 +0100" endDate="2023-06-21 18:50:10 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 19:04:34 +0100" startDate="2023-06-21 18:50:46 +0100" endDate="2023-06-21 19:00:21 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 19:13:51 +0100" startDate="2023-06-21 19:01:35 +0100" endDate="2023-06-21 19:10:56 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 19:27:08 +0100" startDate="2023-06-21 19:12:15 +0100" endDate="2023-06-21 19:20:57 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 19:33:23 +0100" startDate="2023-06-21 19:22:21 +0100" endDate="2023-06-21 19:31:31 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 19:44:51 +0100" startDate="2023-06-21 19:32:47 +0100" endDate="2023-06-21 19:42:31 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 19:54:54 +0100" startDate="2023-06-21 19:42:54 +0100" endDate="2023-06-21 19:52:47 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 20:04:54 +0100" startDate="2023-06-21 19:52:57 +0100" endDate="2023-06-21 19:55:40 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 21:28:14 +0100" startDate="2023-06-21 21:14:17 +0100" endDate="2023-06-21 21:14:37 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-21 22:54:26 +0100" startDate="2023-06-21 22:43:23 +0100" endDate="2023-06-21 22:47:20 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 06:17:33 +0100" startDate="2023-06-22 06:06:30 +0100" endDate="2023-06-22 06:08:53 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 06:37:51 +0100" startDate="2023-06-22 06:19:28 +0100" endDate="2023-06-22 06:19:30 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 07:53:43 +0100" startDate="2023-06-22 07:40:29 +0100" endDate="2023-06-22 07:50:18 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 08:03:20 +0100" startDate="2023-06-22 07:50:56 +0100" endDate="2023-06-22 07:59:24 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 09:21:45 +0100" startDate="2023-06-22 09:10:40 +0100" endDate="2023-06-22 09:13:13 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 09:59:38 +0100" startDate="2023-06-22 09:49:27 +0100" endDate="2023-06-22 09:58:22 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 10:11:03 +0100" startDate="2023-06-22 09:59:46 +0100" endDate="2023-06-22 10:02:32 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 10:48:30 +0100" startDate="2023-06-22 10:38:20 +0100" endDate="2023-06-22 10:48:19 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 10:59:37 +0100" startDate="2023-06-22 10:48:19 +0100" endDate="2023-06-22 10:56:15 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 12:27:55 +0100" startDate="2023-06-22 12:16:28 +0100" endDate="2023-06-22 12:17:31 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 12:42:18 +0100" startDate="2023-06-22 12:28:32 +0100" endDate="2023-06-22 12:35:07 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 12:59:12 +0100" startDate="2023-06-22 12:48:55 +0100" endDate="2023-06-22 12:55:02 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 13:11:34 +0100" startDate="2023-06-22 13:00:31 +0100" endDate="2023-06-22 13:01:02 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 14:56:15 +0100" startDate="2023-06-22 14:43:03 +0100" endDate="2023-06-22 14:47:20 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 16:41:05 +0100" startDate="2023-06-22 16:30:02 +0100" endDate="2023-06-22 16:39:23 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 16:51:57 +0100" startDate="2023-06-22 16:40:54 +0100" endDate="2023-06-22 16:44:31 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 17:08:39 +0100" startDate="2023-06-22 16:58:29 +0100" endDate="2023-06-22 17:00:34 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 19:29:00 +0100" startDate="2023-06-22 19:18:47 +0100" endDate="2023-06-22 19:28:46 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 19:38:51 +0100" startDate="2023-06-22 19:28:46 +0100" endDate="2023-06-22 19:30:18 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 20:57:02 +0100" startDate="2023-06-22 20:45:59 +0100" endDate="2023-06-22 20:48:09 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-22 21:27:11 +0100" startDate="2023-06-22 21:16:08 +0100" endDate="2023-06-22 21:25:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 05:58:22 +0100" startDate="2023-06-23 05:45:54 +0100" endDate="2023-06-23 05:51:53 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 06:23:37 +0100" startDate="2023-06-23 06:07:21 +0100" endDate="2023-06-23 06:07:39 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 06:38:18 +0100" startDate="2023-06-23 06:23:52 +0100" endDate="2023-06-23 06:24:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 07:23:22 +0100" startDate="2023-06-23 07:12:19 +0100" endDate="2023-06-23 07:12:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 09:55:00 +0100" startDate="2023-06-23 09:43:57 +0100" endDate="2023-06-23 09:45:13 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 10:09:09 +0100" startDate="2023-06-23 09:58:06 +0100" endDate="2023-06-23 09:58:34 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 11:27:23 +0100" startDate="2023-06-23 11:17:13 +0100" endDate="2023-06-23 11:25:37 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 11:55:26 +0100" startDate="2023-06-23 11:43:47 +0100" endDate="2023-06-23 11:43:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 12:06:36 +0100" startDate="2023-06-23 11:55:33 +0100" endDate="2023-06-23 11:55:43 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 13:30:49 +0100" startDate="2023-06-23 13:19:47 +0100" endDate="2023-06-23 13:19:54 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 14:59:04 +0100" startDate="2023-06-23 14:48:49 +0100" endDate="2023-06-23 14:51:57 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 15:46:10 +0100" startDate="2023-06-23 15:35:07 +0100" endDate="2023-06-23 15:38:06 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 16:07:01 +0100" startDate="2023-06-23 15:54:10 +0100" endDate="2023-06-23 15:56:25 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 16:23:21 +0100" startDate="2023-06-23 16:09:26 +0100" endDate="2023-06-23 16:09:43 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 16:42:47 +0100" startDate="2023-06-23 16:31:44 +0100" endDate="2023-06-23 16:32:07 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 17:10:46 +0100" startDate="2023-06-23 16:54:38 +0100" endDate="2023-06-23 16:55:54 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-23 21:15:23 +0100" startDate="2023-06-23 21:05:13 +0100" endDate="2023-06-23 21:08:19 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 04:43:35 +0100" startDate="2023-06-24 04:33:19 +0100" endDate="2023-06-24 04:35:06 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 07:39:59 +0100" startDate="2023-06-24 07:20:44 +0100" endDate="2023-06-24 07:29:54 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 08:17:00 +0100" startDate="2023-06-24 08:04:20 +0100" endDate="2023-06-24 08:04:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 08:57:39 +0100" startDate="2023-06-24 08:40:09 +0100" endDate="2023-06-24 08:47:17 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 09:04:34 +0100" startDate="2023-06-24 08:50:28 +0100" endDate="2023-06-24 09:00:29 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 09:11:38 +0100" startDate="2023-06-24 09:00:29 +0100" endDate="2023-06-24 09:10:31 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 09:22:54 +0100" startDate="2023-06-24 09:11:14 +0100" endDate="2023-06-24 09:21:12 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 09:36:21 +0100" startDate="2023-06-24 09:21:56 +0100" endDate="2023-06-24 09:30:07 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 09:45:55 +0100" startDate="2023-06-24 09:33:26 +0100" endDate="2023-06-24 09:43:17 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 09:54:55 +0100" startDate="2023-06-24 09:43:52 +0100" endDate="2023-06-24 09:52:42 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 10:08:29 +0100" startDate="2023-06-24 09:58:16 +0100" endDate="2023-06-24 10:04:30 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 11:03:18 +0100" startDate="2023-06-24 10:53:05 +0100" endDate="2023-06-24 11:02:35 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 11:16:08 +0100" startDate="2023-06-24 11:04:05 +0100" endDate="2023-06-24 11:13:00 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 11:25:21 +0100" startDate="2023-06-24 11:15:02 +0100" endDate="2023-06-24 11:22:22 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 11:38:44 +0100" startDate="2023-06-24 11:25:28 +0100" endDate="2023-06-24 11:26:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 11:47:38 +0100" startDate="2023-06-24 11:34:00 +0100" endDate="2023-06-24 11:34:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 11:56:40 +0100" startDate="2023-06-24 11:44:53 +0100" endDate="2023-06-24 11:47:41 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 12:21:34 +0100" startDate="2023-06-24 12:10:31 +0100" endDate="2023-06-24 12:10:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 13:25:09 +0100" startDate="2023-06-24 13:12:40 +0100" endDate="2023-06-24 13:22:41 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 13:33:42 +0100" startDate="2023-06-24 13:22:41 +0100" endDate="2023-06-24 13:32:37 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 13:44:25 +0100" startDate="2023-06-24 13:32:52 +0100" endDate="2023-06-24 13:42:51 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 13:53:46 +0100" startDate="2023-06-24 13:42:53 +0100" endDate="2023-06-24 13:45:01 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 17:22:22 +0100" startDate="2023-06-24 17:08:15 +0100" endDate="2023-06-24 17:11:21 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-24 20:23:55 +0100" startDate="2023-06-24 20:13:39 +0100" endDate="2023-06-24 20:18:18 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 06:19:33 +0100" startDate="2023-06-25 06:08:31 +0100" endDate="2023-06-25 06:08:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 07:11:03 +0100" startDate="2023-06-25 07:00:21 +0100" endDate="2023-06-25 07:00:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 07:26:48 +0100" startDate="2023-06-25 07:10:55 +0100" endDate="2023-06-25 07:11:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 09:36:01 +0100" startDate="2023-06-25 09:25:15 +0100" endDate="2023-06-25 09:25:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 10:27:59 +0100" startDate="2023-06-25 10:17:39 +0100" endDate="2023-06-25 10:20:53 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 13:34:28 +0100" startDate="2023-06-25 13:23:17 +0100" endDate="2023-06-25 13:30:31 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 13:47:02 +0100" startDate="2023-06-25 13:35:21 +0100" endDate="2023-06-25 13:43:25 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 13:54:28 +0100" startDate="2023-06-25 13:43:25 +0100" endDate="2023-06-25 13:52:56 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 14:04:34 +0100" startDate="2023-06-25 13:53:31 +0100" endDate="2023-06-25 14:01:40 +0100" value="680"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 14:50:37 +0100" startDate="2023-06-25 14:40:29 +0100" endDate="2023-06-25 14:50:28 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 15:01:57 +0100" startDate="2023-06-25 14:50:28 +0100" endDate="2023-06-25 15:00:29 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 15:11:29 +0100" startDate="2023-06-25 15:00:29 +0100" endDate="2023-06-25 15:10:30 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 15:20:45 +0100" startDate="2023-06-25 15:10:30 +0100" endDate="2023-06-25 15:20:19 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 15:32:51 +0100" startDate="2023-06-25 15:21:48 +0100" endDate="2023-06-25 15:29:00 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 17:48:26 +0100" startDate="2023-06-25 17:36:32 +0100" endDate="2023-06-25 17:36:55 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 19:38:27 +0100" startDate="2023-06-25 19:24:09 +0100" endDate="2023-06-25 19:24:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 20:55:14 +0100" startDate="2023-06-25 20:42:57 +0100" endDate="2023-06-25 20:43:10 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-25 21:06:27 +0100" startDate="2023-06-25 20:55:24 +0100" endDate="2023-06-25 20:55:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 06:12:33 +0100" startDate="2023-06-26 06:01:18 +0100" endDate="2023-06-26 06:08:05 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 06:50:01 +0100" startDate="2023-06-26 06:39:54 +0100" endDate="2023-06-26 06:48:15 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 07:08:53 +0100" startDate="2023-06-26 06:51:32 +0100" endDate="2023-06-26 06:55:08 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 08:11:26 +0100" startDate="2023-06-26 08:00:23 +0100" endDate="2023-06-26 08:07:00 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 08:23:24 +0100" startDate="2023-06-26 08:12:19 +0100" endDate="2023-06-26 08:20:25 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 10:03:20 +0100" startDate="2023-06-26 09:50:23 +0100" endDate="2023-06-26 10:00:24 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 10:18:27 +0100" startDate="2023-06-26 10:00:24 +0100" endDate="2023-06-26 10:10:26 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 10:21:30 +0100" startDate="2023-06-26 10:10:26 +0100" endDate="2023-06-26 10:20:17 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 10:32:20 +0100" startDate="2023-06-26 10:20:32 +0100" endDate="2023-06-26 10:29:53 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 10:40:30 +0100" startDate="2023-06-26 10:29:53 +0100" endDate="2023-06-26 10:39:38 +0100" value="993"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 10:51:16 +0100" startDate="2023-06-26 10:39:38 +0100" endDate="2023-06-26 10:43:02 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 11:21:36 +0100" startDate="2023-06-26 11:10:09 +0100" endDate="2023-06-26 11:14:19 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 12:14:55 +0100" startDate="2023-06-26 12:03:36 +0100" endDate="2023-06-26 12:08:46 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 12:47:33 +0100" startDate="2023-06-26 12:36:16 +0100" endDate="2023-06-26 12:46:17 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 12:57:19 +0100" startDate="2023-06-26 12:46:17 +0100" endDate="2023-06-26 12:55:47 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 13:09:48 +0100" startDate="2023-06-26 12:58:46 +0100" endDate="2023-06-26 12:59:14 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 13:31:38 +0100" startDate="2023-06-26 13:20:35 +0100" endDate="2023-06-26 13:20:38 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 13:49:57 +0100" startDate="2023-06-26 13:39:49 +0100" endDate="2023-06-26 13:39:54 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 14:31:28 +0100" startDate="2023-06-26 14:21:18 +0100" endDate="2023-06-26 14:31:19 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 14:45:00 +0100" startDate="2023-06-26 14:31:19 +0100" endDate="2023-06-26 14:36:29 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 14:59:09 +0100" startDate="2023-06-26 14:48:58 +0100" endDate="2023-06-26 14:57:27 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 15:12:01 +0100" startDate="2023-06-26 14:59:58 +0100" endDate="2023-06-26 15:09:59 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 15:21:47 +0100" startDate="2023-06-26 15:09:59 +0100" endDate="2023-06-26 15:19:58 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 15:31:07 +0100" startDate="2023-06-26 15:19:58 +0100" endDate="2023-06-26 15:29:31 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 15:47:57 +0100" startDate="2023-06-26 15:37:32 +0100" endDate="2023-06-26 15:42:51 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 16:00:32 +0100" startDate="2023-06-26 15:50:17 +0100" endDate="2023-06-26 16:00:17 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 16:10:29 +0100" startDate="2023-06-26 16:00:17 +0100" endDate="2023-06-26 16:07:32 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 16:22:09 +0100" startDate="2023-06-26 16:11:06 +0100" endDate="2023-06-26 16:20:09 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 17:01:23 +0100" startDate="2023-06-26 16:49:01 +0100" endDate="2023-06-26 16:51:24 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 17:31:05 +0100" startDate="2023-06-26 17:20:02 +0100" endDate="2023-06-26 17:25:18 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 17:43:55 +0100" startDate="2023-06-26 17:32:49 +0100" endDate="2023-06-26 17:33:12 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 17:59:21 +0100" startDate="2023-06-26 17:48:18 +0100" endDate="2023-06-26 17:51:27 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 18:09:18 +0100" startDate="2023-06-26 17:58:25 +0100" endDate="2023-06-26 17:58:43 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 18:26:23 +0100" startDate="2023-06-26 18:15:02 +0100" endDate="2023-06-26 18:23:50 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-06-26 18:47:50 +0100" startDate="2023-06-26 18:37:40 +0100" endDate="2023-06-26 18:43:49 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-26 19:00:53 +0100" endDate="2023-06-26 19:06:26 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-26 19:06:26 +0100" endDate="2023-06-26 19:17:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-26 19:17:11 +0100" endDate="2023-06-26 19:38:28 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-26 19:38:28 +0100" endDate="2023-06-26 19:59:35 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-26 19:59:35 +0100" endDate="2023-06-26 20:16:45 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-26 20:16:45 +0100" endDate="2023-06-26 23:03:44 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-26 23:03:44 +0100" endDate="2023-06-26 23:10:08 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-26 23:50:28 +0100" endDate="2023-06-27 00:00:09 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 04:30:07 +0100" endDate="2023-06-27 04:35:09 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 04:35:09 +0100" endDate="2023-06-27 04:46:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 04:46:27 +0100" endDate="2023-06-27 04:59:14 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 04:59:14 +0100" endDate="2023-06-27 05:43:15 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 05:43:15 +0100" endDate="2023-06-27 06:32:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 06:32:50 +0100" endDate="2023-06-27 06:44:23 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 06:44:23 +0100" endDate="2023-06-27 06:58:06 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 06:58:06 +0100" endDate="2023-06-27 07:07:48 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 07:07:48 +0100" endDate="2023-06-27 07:12:49 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 07:12:49 +0100" endDate="2023-06-27 09:00:54 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 09:00:54 +0100" endDate="2023-06-27 09:28:35 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 09:28:35 +0100" endDate="2023-06-27 09:52:21 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 09:52:21 +0100" endDate="2023-06-27 10:06:41 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 10:06:41 +0100" endDate="2023-06-27 10:11:42 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 10:11:42 +0100" endDate="2023-06-27 10:28:33 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 11:18:46 +0100" endDate="2023-06-27 11:23:46 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 11:23:46 +0100" endDate="2023-06-27 11:35:34 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 11:35:34 +0100" endDate="2023-06-27 11:40:35 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 11:40:35 +0100" endDate="2023-06-27 12:00:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 12:00:48 +0100" endDate="2023-06-27 13:59:59 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 13:59:59 +0100" endDate="2023-06-27 14:10:59 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 14:10:59 +0100" endDate="2023-06-27 14:21:00 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 14:21:00 +0100" endDate="2023-06-27 14:31:45 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 14:31:45 +0100" endDate="2023-06-27 14:42:04 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 14:48:06 +0100" endDate="2023-06-27 15:09:27 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 15:09:27 +0100" endDate="2023-06-27 15:32:53 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 15:32:53 +0100" endDate="2023-06-27 15:37:53 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 15:37:53 +0100" endDate="2023-06-27 15:50:07 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 15:50:07 +0100" endDate="2023-06-27 15:59:11 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 15:59:11 +0100" endDate="2023-06-27 16:04:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-27 20:45:07 +0100" endDate="2023-06-27 20:51:27 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 04:29:50 +0100" endDate="2023-06-28 05:08:22 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 05:08:22 +0100" endDate="2023-06-28 05:18:36 +0100" value="1068"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 05:18:36 +0100" endDate="2023-06-28 05:27:28 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 05:27:28 +0100" endDate="2023-06-28 06:11:14 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 06:11:14 +0100" endDate="2023-06-28 06:33:10 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 06:42:48 +0100" endDate="2023-06-28 06:53:00 +0100" value="1188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 06:53:00 +0100" endDate="2023-06-28 06:58:05 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 06:58:05 +0100" endDate="2023-06-28 08:35:52 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 08:35:52 +0100" endDate="2023-06-28 08:45:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 08:45:40 +0100" endDate="2023-06-28 10:00:22 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 10:00:22 +0100" endDate="2023-06-28 10:05:35 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 10:05:35 +0100" endDate="2023-06-28 11:09:49 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 11:09:49 +0100" endDate="2023-06-28 11:15:43 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 11:15:43 +0100" endDate="2023-06-28 11:26:48 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 11:26:48 +0100" endDate="2023-06-28 12:00:22 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 12:00:22 +0100" endDate="2023-06-28 12:09:22 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 12:09:22 +0100" endDate="2023-06-28 12:23:56 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 12:23:56 +0100" endDate="2023-06-28 14:12:33 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 14:12:33 +0100" endDate="2023-06-28 14:24:08 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 14:24:08 +0100" endDate="2023-06-28 14:34:19 +0100" value="1091"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 14:34:19 +0100" endDate="2023-06-28 14:47:03 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 14:47:03 +0100" endDate="2023-06-28 14:56:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 14:56:45 +0100" endDate="2023-06-28 16:21:59 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 16:21:59 +0100" endDate="2023-06-28 16:32:18 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 16:32:18 +0100" endDate="2023-06-28 16:43:28 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 16:43:28 +0100" endDate="2023-06-28 18:40:24 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 18:40:24 +0100" endDate="2023-06-28 18:51:31 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 18:51:31 +0100" endDate="2023-06-28 19:03:49 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 19:03:49 +0100" endDate="2023-06-28 19:13:50 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 19:13:50 +0100" endDate="2023-06-28 19:38:18 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 20:10:24 +0100" endDate="2023-06-28 20:40:58 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 20:40:58 +0100" endDate="2023-06-28 20:46:17 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 21:28:49 +0100" endDate="2023-06-28 22:05:03 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 22:05:03 +0100" endDate="2023-06-28 22:17:11 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 22:17:11 +0100" endDate="2023-06-28 22:29:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 22:29:37 +0100" endDate="2023-06-28 22:40:42 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 22:40:42 +0100" endDate="2023-06-28 22:52:47 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 22:52:47 +0100" endDate="2023-06-28 23:03:11 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-28 23:03:11 +0100" endDate="2023-06-28 23:11:12 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 06:33:18 +0100" endDate="2023-06-29 06:51:40 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 06:51:40 +0100" endDate="2023-06-29 07:03:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 07:03:53 +0100" endDate="2023-06-29 07:09:09 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 07:09:09 +0100" endDate="2023-06-29 07:20:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 07:20:18 +0100" endDate="2023-06-29 07:33:23 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 07:33:23 +0100" endDate="2023-06-29 07:48:45 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 07:48:45 +0100" endDate="2023-06-29 07:58:08 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 07:58:08 +0100" endDate="2023-06-29 10:10:52 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 10:10:52 +0100" endDate="2023-06-29 10:23:15 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 10:23:15 +0100" endDate="2023-06-29 10:35:29 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 10:35:29 +0100" endDate="2023-06-29 10:40:34 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 10:40:34 +0100" endDate="2023-06-29 11:40:49 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 11:40:49 +0100" endDate="2023-06-29 12:00:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 12:00:46 +0100" endDate="2023-06-29 12:10:57 +0100" value="1116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 12:10:57 +0100" endDate="2023-06-29 12:16:03 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 12:16:03 +0100" endDate="2023-06-29 13:12:13 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 13:12:13 +0100" endDate="2023-06-29 13:19:52 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 13:19:52 +0100" endDate="2023-06-29 13:28:39 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 13:28:39 +0100" endDate="2023-06-29 13:33:40 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 13:33:40 +0100" endDate="2023-06-29 15:05:25 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 15:05:25 +0100" endDate="2023-06-29 15:15:26 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 15:15:26 +0100" endDate="2023-06-29 15:28:05 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 15:28:05 +0100" endDate="2023-06-29 15:34:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 15:34:20 +0100" endDate="2023-06-29 15:43:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 15:43:25 +0100" endDate="2023-06-29 15:48:48 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 15:48:48 +0100" endDate="2023-06-29 16:02:59 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 16:02:59 +0100" endDate="2023-06-29 16:26:43 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 16:26:43 +0100" endDate="2023-06-29 16:37:28 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-29 16:37:28 +0100" endDate="2023-06-29 16:47:29 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 07:25:26 +0100" endDate="2023-06-30 07:32:42 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 07:32:42 +0100" endDate="2023-06-30 07:40:40 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 12:45:09 +0100" endDate="2023-06-30 12:55:48 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 12:55:48 +0100" endDate="2023-06-30 13:03:44 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 13:03:44 +0100" endDate="2023-06-30 13:14:13 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 13:14:13 +0100" endDate="2023-06-30 13:21:47 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 13:21:47 +0100" endDate="2023-06-30 13:29:38 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 13:29:38 +0100" endDate="2023-06-30 13:40:27 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 13:40:27 +0100" endDate="2023-06-30 14:30:56 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 14:30:56 +0100" endDate="2023-06-30 15:07:19 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 15:07:19 +0100" endDate="2023-06-30 15:17:20 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 15:17:20 +0100" endDate="2023-06-30 15:28:03 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 15:36:37 +0100" endDate="2023-06-30 15:47:32 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 15:47:32 +0100" endDate="2023-06-30 15:58:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 15:58:24 +0100" endDate="2023-06-30 16:20:21 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 16:20:21 +0100" endDate="2023-06-30 16:30:22 +0100" value="1146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 16:30:22 +0100" endDate="2023-06-30 16:35:23 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 16:35:23 +0100" endDate="2023-06-30 16:49:02 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 16:49:02 +0100" endDate="2023-06-30 16:55:45 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 16:55:45 +0100" endDate="2023-06-30 17:04:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 17:04:06 +0100" endDate="2023-06-30 17:09:22 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 17:09:22 +0100" endDate="2023-06-30 17:20:24 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 17:20:24 +0100" endDate="2023-06-30 17:31:36 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 17:31:36 +0100" endDate="2023-06-30 17:41:54 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 17:41:54 +0100" endDate="2023-06-30 17:42:55 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 17:50:05 +0100" endDate="2023-06-30 17:58:23 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 17:58:23 +0100" endDate="2023-06-30 18:07:58 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 18:07:58 +0100" endDate="2023-06-30 18:08:59 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 18:08:59 +0100" endDate="2023-06-30 18:36:16 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 18:36:16 +0100" endDate="2023-06-30 18:37:53 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 18:37:53 +0100" endDate="2023-06-30 19:23:24 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 19:23:24 +0100" endDate="2023-06-30 19:26:56 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 19:26:56 +0100" endDate="2023-06-30 19:45:49 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 19:45:49 +0100" endDate="2023-06-30 19:56:27 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 19:56:27 +0100" endDate="2023-06-30 19:57:28 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 19:57:28 +0100" endDate="2023-06-30 20:30:25 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 20:30:25 +0100" endDate="2023-06-30 20:40:47 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 20:40:47 +0100" endDate="2023-06-30 20:45:35 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 20:45:35 +0100" endDate="2023-06-30 21:00:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 21:00:21 +0100" endDate="2023-06-30 21:14:57 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 21:14:57 +0100" endDate="2023-06-30 21:23:14 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 21:29:35 +0100" endDate="2023-06-30 21:32:41 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 21:45:07 +0100" endDate="2023-06-30 21:54:47 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 21:54:47 +0100" endDate="2023-06-30 22:02:56 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 22:14:50 +0100" endDate="2023-06-30 22:57:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 22:57:34 +0100" endDate="2023-06-30 23:08:03 +0100" value="1089"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 23:08:03 +0100" endDate="2023-06-30 23:14:25 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-06-30 23:14:25 +0100" endDate="2023-06-30 23:22:18 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 04:46:12 +0100" endDate="2023-07-01 07:36:45 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 10:49:44 +0100" endDate="2023-07-01 10:53:31 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 10:53:31 +0100" endDate="2023-07-01 12:59:46 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 12:59:46 +0100" endDate="2023-07-01 13:00:50 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 13:05:48 +0100" endDate="2023-07-01 15:07:44 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 15:07:44 +0100" endDate="2023-07-01 15:24:52 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 15:24:52 +0100" endDate="2023-07-01 16:22:00 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 16:22:00 +0100" endDate="2023-07-01 16:38:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 16:38:03 +0100" endDate="2023-07-01 16:48:02 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 16:48:02 +0100" endDate="2023-07-01 16:58:13 +0100" value="1159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 16:58:13 +0100" endDate="2023-07-01 17:08:37 +0100" value="1077"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 17:08:37 +0100" endDate="2023-07-01 17:17:47 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 17:19:36 +0100" endDate="2023-07-01 17:29:32 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 17:29:32 +0100" endDate="2023-07-01 17:39:34 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 17:39:34 +0100" endDate="2023-07-01 17:41:36 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 17:51:43 +0100" endDate="2023-07-01 18:01:37 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 18:01:37 +0100" endDate="2023-07-01 18:07:13 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 18:07:13 +0100" endDate="2023-07-01 19:54:09 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 19:54:09 +0100" endDate="2023-07-01 19:59:07 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 19:59:07 +0100" endDate="2023-07-01 20:26:33 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 20:26:33 +0100" endDate="2023-07-01 20:28:35 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 21:25:23 +0100" endDate="2023-07-01 21:34:53 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 21:34:53 +0100" endDate="2023-07-01 21:44:24 +0100" value="1020"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 21:44:24 +0100" endDate="2023-07-01 21:54:35 +0100" value="1153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 21:54:35 +0100" endDate="2023-07-01 21:57:38 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-01 21:57:38 +0100" endDate="2023-07-01 22:29:41 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-02 06:22:24 +0100" endDate="2023-07-02 06:23:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:28 +0100" startDate="2023-07-02 07:31:02 +0100" endDate="2023-07-02 07:35:45 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 07:35:45 +0100" endDate="2023-07-02 07:45:46 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 07:45:46 +0100" endDate="2023-07-02 07:47:33 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 07:47:33 +0100" endDate="2023-07-02 07:50:21 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 08:09:36 +0100" endDate="2023-07-02 08:12:14 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 12:34:22 +0100" endDate="2023-07-02 12:36:41 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 12:47:51 +0100" endDate="2023-07-02 12:53:47 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 14:21:37 +0100" endDate="2023-07-02 14:21:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 17:05:27 +0100" endDate="2023-07-02 17:05:50 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 17:19:45 +0100" endDate="2023-07-02 17:23:04 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 17:48:25 +0100" endDate="2023-07-02 17:55:38 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 18:17:14 +0100" endDate="2023-07-02 18:27:16 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 18:27:16 +0100" endDate="2023-07-02 18:29:03 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 18:29:03 +0100" endDate="2023-07-02 18:31:00 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 20:25:24 +0100" endDate="2023-07-02 20:34:14 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 20:36:16 +0100" endDate="2023-07-02 20:36:21 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 21:04:03 +0100" endDate="2023-07-02 21:12:08 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-02 21:28:59 +0100" endDate="2023-07-02 21:29:35 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-03 06:18:07 +0100" endDate="2023-07-03 06:18:40 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-03 06:36:18 +0100" endDate="2023-07-03 06:36:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-03 07:00:50 +0100" endDate="2023-07-03 07:01:00 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-03 08:35:21 +0100" endDate="2023-07-03 08:36:33 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-03 11:53:38 +0100" endDate="2023-07-03 11:55:50 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-03 12:05:38 +0100" endDate="2023-07-03 12:05:50 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:29 +0100" startDate="2023-07-03 13:09:39 +0100" endDate="2023-07-03 13:09:52 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 13:09:52 +0100" endDate="2023-07-03 13:19:38 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 13:24:10 +0100" endDate="2023-07-03 13:34:11 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 13:34:11 +0100" endDate="2023-07-03 13:35:33 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 14:03:34 +0100" endDate="2023-07-03 14:04:36 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 14:51:26 +0100" endDate="2023-07-03 15:00:08 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 15:02:18 +0100" endDate="2023-07-03 15:08:12 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 17:09:48 +0100" endDate="2023-07-03 17:19:32 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 17:20:18 +0100" endDate="2023-07-03 17:27:18 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 17:37:51 +0100" endDate="2023-07-03 17:39:55 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 17:58:55 +0100" endDate="2023-07-03 18:08:49 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 18:09:19 +0100" endDate="2023-07-03 18:11:27 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 18:23:20 +0100" endDate="2023-07-03 18:23:42 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 18:37:51 +0100" endDate="2023-07-03 18:40:42 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 19:15:06 +0100" endDate="2023-07-03 19:18:07 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 19:25:33 +0100" endDate="2023-07-03 19:29:40 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 20:01:28 +0100" endDate="2023-07-03 20:01:48 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 20:12:02 +0100" endDate="2023-07-03 20:12:22 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 20:31:54 +0100" endDate="2023-07-03 20:41:50 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 20:42:28 +0100" endDate="2023-07-03 20:51:26 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 20:55:10 +0100" endDate="2023-07-03 21:03:40 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 21:10:32 +0100" endDate="2023-07-03 21:11:59 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-03 22:09:45 +0100" endDate="2023-07-03 22:13:10 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-04 07:04:36 +0100" endDate="2023-07-04 07:08:57 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-04 07:31:54 +0100" endDate="2023-07-04 07:32:02 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-04 11:42:27 +0100" endDate="2023-07-04 11:51:47 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-04 11:53:04 +0100" endDate="2023-07-04 12:02:21 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-04 12:06:29 +0100" endDate="2023-07-04 12:08:37 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-04 12:46:32 +0100" endDate="2023-07-04 12:47:02 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:30 +0100" startDate="2023-07-04 14:53:08 +0100" endDate="2023-07-04 15:02:46 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:31 +0100" startDate="2023-07-04 15:04:33 +0100" endDate="2023-07-04 15:12:55 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:31 +0100" startDate="2023-07-04 15:17:51 +0100" endDate="2023-07-04 15:27:24 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:31 +0100" startDate="2023-07-04 15:28:04 +0100" endDate="2023-07-04 15:36:49 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:31 +0100" startDate="2023-07-04 15:39:02 +0100" endDate="2023-07-04 15:41:07 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:31 +0100" startDate="2023-07-04 16:02:06 +0100" endDate="2023-07-04 16:02:21 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:46:31 +0100" startDate="2023-07-04 16:28:50 +0100" endDate="2023-07-04 16:38:46 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 16:49:19 +0100" startDate="2023-07-04 16:39:09 +0100" endDate="2023-07-04 16:44:38 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 17:17:45 +0100" startDate="2023-07-04 17:05:57 +0100" endDate="2023-07-04 17:08:43 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 18:38:53 +0100" startDate="2023-07-04 18:28:48 +0100" endDate="2023-07-04 18:37:53 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 18:50:19 +0100" startDate="2023-07-04 18:39:20 +0100" endDate="2023-07-04 18:40:56 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 21:20:04 +0100" startDate="2023-07-04 21:09:01 +0100" endDate="2023-07-04 21:18:55 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-04 21:32:52 +0100" startDate="2023-07-04 21:21:50 +0100" endDate="2023-07-04 21:21:55 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 04:43:30 +0100" startDate="2023-07-05 04:31:58 +0100" endDate="2023-07-05 04:33:30 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 05:18:25 +0100" startDate="2023-07-05 05:07:04 +0100" endDate="2023-07-05 05:08:31 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 05:32:04 +0100" startDate="2023-07-05 05:19:43 +0100" endDate="2023-07-05 05:29:44 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 05:47:02 +0100" startDate="2023-07-05 05:29:44 +0100" endDate="2023-07-05 05:30:53 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 06:54:12 +0100" startDate="2023-07-05 06:41:46 +0100" endDate="2023-07-05 06:50:36 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 07:24:54 +0100" startDate="2023-07-05 07:13:16 +0100" endDate="2023-07-05 07:23:17 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 07:34:34 +0100" startDate="2023-07-05 07:23:17 +0100" endDate="2023-07-05 07:23:38 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 09:19:25 +0100" startDate="2023-07-05 09:07:39 +0100" endDate="2023-07-05 09:08:05 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 11:14:47 +0100" startDate="2023-07-05 11:03:40 +0100" endDate="2023-07-05 11:12:30 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 12:28:14 +0100" startDate="2023-07-05 12:16:55 +0100" endDate="2023-07-05 12:20:19 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 14:28:06 +0100" startDate="2023-07-05 14:17:59 +0100" endDate="2023-07-05 14:27:37 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 14:48:57 +0100" startDate="2023-07-05 14:37:56 +0100" endDate="2023-07-05 14:43:04 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 15:12:14 +0100" startDate="2023-07-05 15:00:54 +0100" endDate="2023-07-05 15:10:45 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 15:26:18 +0100" startDate="2023-07-05 15:11:23 +0100" endDate="2023-07-05 15:13:31 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 15:41:27 +0100" startDate="2023-07-05 15:30:20 +0100" endDate="2023-07-05 15:32:58 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 15:56:07 +0100" startDate="2023-07-05 15:41:27 +0100" endDate="2023-07-05 15:41:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 16:20:07 +0100" startDate="2023-07-05 16:07:44 +0100" endDate="2023-07-05 16:12:33 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 17:11:41 +0100" startDate="2023-07-05 17:00:39 +0100" endDate="2023-07-05 17:06:05 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 18:13:12 +0100" startDate="2023-07-05 18:02:09 +0100" endDate="2023-07-05 18:11:05 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 18:29:33 +0100" startDate="2023-07-05 18:16:39 +0100" endDate="2023-07-05 18:26:30 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 18:40:00 +0100" startDate="2023-07-05 18:28:04 +0100" endDate="2023-07-05 18:37:37 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 18:52:25 +0100" startDate="2023-07-05 18:39:09 +0100" endDate="2023-07-05 18:46:50 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 19:04:52 +0100" startDate="2023-07-05 18:53:23 +0100" endDate="2023-07-05 18:53:25 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 19:19:22 +0100" startDate="2023-07-05 19:06:43 +0100" endDate="2023-07-05 19:06:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 19:56:49 +0100" startDate="2023-07-05 19:40:15 +0100" endDate="2023-07-05 19:47:38 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 20:08:53 +0100" startDate="2023-07-05 19:52:41 +0100" endDate="2023-07-05 19:59:34 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-05 21:38:12 +0100" startDate="2023-07-05 21:27:42 +0100" endDate="2023-07-05 21:29:16 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 04:01:41 +0100" startDate="2023-07-06 03:51:28 +0100" endDate="2023-07-06 03:59:32 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 04:15:19 +0100" startDate="2023-07-06 04:05:08 +0100" endDate="2023-07-06 04:14:13 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 05:25:19 +0100" startDate="2023-07-06 05:13:41 +0100" endDate="2023-07-06 05:22:18 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 05:33:20 +0100" startDate="2023-07-06 05:22:18 +0100" endDate="2023-07-06 05:32:19 +0100" value="1099"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 05:43:22 +0100" startDate="2023-07-06 05:32:19 +0100" endDate="2023-07-06 05:34:13 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 05:56:45 +0100" startDate="2023-07-06 05:46:35 +0100" endDate="2023-07-06 05:46:58 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 07:06:48 +0100" startDate="2023-07-06 06:56:43 +0100" endDate="2023-07-06 07:06:44 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 07:17:04 +0100" startDate="2023-07-06 07:06:44 +0100" endDate="2023-07-06 07:15:39 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 07:29:32 +0100" startDate="2023-07-06 07:16:55 +0100" endDate="2023-07-06 07:26:49 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 07:38:02 +0100" startDate="2023-07-06 07:26:59 +0100" endDate="2023-07-06 07:35:54 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 07:49:21 +0100" startDate="2023-07-06 07:37:33 +0100" endDate="2023-07-06 07:40:36 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 10:09:35 +0100" startDate="2023-07-06 09:57:48 +0100" endDate="2023-07-06 09:58:39 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 12:52:42 +0100" startDate="2023-07-06 12:41:16 +0100" endDate="2023-07-06 12:44:04 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 13:45:51 +0100" startDate="2023-07-06 13:34:31 +0100" endDate="2023-07-06 13:44:07 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 14:02:40 +0100" startDate="2023-07-06 13:44:52 +0100" endDate="2023-07-06 13:54:53 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 14:08:02 +0100" startDate="2023-07-06 13:54:53 +0100" endDate="2023-07-06 14:04:27 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 14:16:44 +0100" startDate="2023-07-06 14:05:05 +0100" endDate="2023-07-06 14:09:32 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 14:40:21 +0100" startDate="2023-07-06 14:29:09 +0100" endDate="2023-07-06 14:36:58 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 14:55:11 +0100" startDate="2023-07-06 14:42:54 +0100" endDate="2023-07-06 14:50:48 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 15:08:25 +0100" startDate="2023-07-06 14:53:31 +0100" endDate="2023-07-06 14:53:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 16:58:20 +0100" startDate="2023-07-06 16:48:08 +0100" endDate="2023-07-06 16:55:08 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 18:17:18 +0100" startDate="2023-07-06 18:05:14 +0100" endDate="2023-07-06 18:13:10 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 18:37:59 +0100" startDate="2023-07-06 18:23:46 +0100" endDate="2023-07-06 18:28:42 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 18:52:24 +0100" startDate="2023-07-06 18:39:31 +0100" endDate="2023-07-06 18:42:42 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 19:05:30 +0100" startDate="2023-07-06 18:52:56 +0100" endDate="2023-07-06 18:53:17 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 20:35:58 +0100" startDate="2023-07-06 20:25:44 +0100" endDate="2023-07-06 20:35:45 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 20:48:51 +0100" startDate="2023-07-06 20:35:45 +0100" endDate="2023-07-06 20:41:21 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.1.1, creation date:2022-11-23 04:14:28 +0000&gt;" unit="count" creationDate="2023-07-06 21:27:37 +0100" startDate="2023-07-06 21:11:12 +0100" endDate="2023-07-06 21:11:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 05:16:02 +0100" startDate="2023-07-07 05:05:34 +0100" endDate="2023-07-07 05:06:20 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 05:26:58 +0100" startDate="2023-07-07 05:15:54 +0100" endDate="2023-07-07 05:15:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 06:11:55 +0100" startDate="2023-07-07 06:00:45 +0100" endDate="2023-07-07 06:00:48 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 07:56:26 +0100" startDate="2023-07-07 07:46:23 +0100" endDate="2023-07-07 07:55:21 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 08:50:51 +0100" startDate="2023-07-07 08:34:14 +0100" endDate="2023-07-07 08:35:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 09:58:50 +0100" startDate="2023-07-07 09:47:15 +0100" endDate="2023-07-07 09:47:54 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 10:16:02 +0100" startDate="2023-07-07 10:00:05 +0100" endDate="2023-07-07 10:10:06 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 10:21:38 +0100" startDate="2023-07-07 10:10:06 +0100" endDate="2023-07-07 10:17:17 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 10:31:35 +0100" startDate="2023-07-07 10:17:17 +0100" endDate="2023-07-07 10:17:27 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 10:44:25 +0100" startDate="2023-07-07 10:30:55 +0100" endDate="2023-07-07 10:38:02 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 11:02:44 +0100" startDate="2023-07-07 10:52:06 +0100" endDate="2023-07-07 10:59:12 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 11:29:01 +0100" startDate="2023-07-07 11:17:59 +0100" endDate="2023-07-07 11:18:19 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 12:54:00 +0100" startDate="2023-07-07 12:42:58 +0100" endDate="2023-07-07 12:43:23 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 13:49:31 +0100" startDate="2023-07-07 13:38:22 +0100" endDate="2023-07-07 13:45:29 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 14:01:31 +0100" startDate="2023-07-07 13:49:49 +0100" endDate="2023-07-07 13:58:08 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 14:19:57 +0100" startDate="2023-07-07 14:07:31 +0100" endDate="2023-07-07 14:17:07 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 14:29:57 +0100" startDate="2023-07-07 14:18:03 +0100" endDate="2023-07-07 14:27:02 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 14:39:33 +0100" startDate="2023-07-07 14:29:04 +0100" endDate="2023-07-07 14:30:53 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 15:00:41 +0100" startDate="2023-07-07 14:49:33 +0100" endDate="2023-07-07 14:59:08 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 15:18:18 +0100" startDate="2023-07-07 15:05:56 +0100" endDate="2023-07-07 15:06:44 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 15:39:02 +0100" startDate="2023-07-07 15:20:50 +0100" endDate="2023-07-07 15:30:51 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 15:44:43 +0100" startDate="2023-07-07 15:30:51 +0100" endDate="2023-07-07 15:33:45 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 16:00:40 +0100" startDate="2023-07-07 15:48:26 +0100" endDate="2023-07-07 15:52:23 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 16:33:50 +0100" startDate="2023-07-07 16:20:22 +0100" endDate="2023-07-07 16:20:29 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 16:54:32 +0100" startDate="2023-07-07 16:41:15 +0100" endDate="2023-07-07 16:43:48 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 17:55:40 +0100" startDate="2023-07-07 17:41:45 +0100" endDate="2023-07-07 17:43:07 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 18:06:01 +0100" startDate="2023-07-07 17:53:10 +0100" endDate="2023-07-07 17:53:15 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 18:26:43 +0100" startDate="2023-07-07 18:11:59 +0100" endDate="2023-07-07 18:12:29 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 18:59:34 +0100" startDate="2023-07-07 18:46:28 +0100" endDate="2023-07-07 18:46:38 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 19:25:15 +0100" startDate="2023-07-07 19:14:37 +0100" endDate="2023-07-07 19:24:35 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 19:35:38 +0100" startDate="2023-07-07 19:24:35 +0100" endDate="2023-07-07 19:27:54 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 19:56:12 +0100" startDate="2023-07-07 19:43:11 +0100" endDate="2023-07-07 19:43:42 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 20:07:21 +0100" startDate="2023-07-07 19:53:30 +0100" endDate="2023-07-07 20:00:46 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 20:14:39 +0100" startDate="2023-07-07 20:04:33 +0100" endDate="2023-07-07 20:10:24 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 20:37:53 +0100" startDate="2023-07-07 20:20:33 +0100" endDate="2023-07-07 20:22:59 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 22:15:09 +0100" startDate="2023-07-07 22:03:20 +0100" endDate="2023-07-07 22:13:22 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 22:28:55 +0100" startDate="2023-07-07 22:13:22 +0100" endDate="2023-07-07 22:23:23 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 22:34:28 +0100" startDate="2023-07-07 22:23:23 +0100" endDate="2023-07-07 22:31:55 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 22:46:36 +0100" startDate="2023-07-07 22:31:55 +0100" endDate="2023-07-07 22:41:56 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 22:53:48 +0100" startDate="2023-07-07 22:42:13 +0100" endDate="2023-07-07 22:49:44 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-07 23:10:45 +0100" startDate="2023-07-07 22:56:45 +0100" endDate="2023-07-07 22:56:57 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-08 00:12:47 +0100" startDate="2023-07-08 00:02:42 +0100" endDate="2023-07-08 00:08:59 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-08 01:40:46 +0100" startDate="2023-07-08 01:28:15 +0100" endDate="2023-07-08 01:31:57 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-08 09:42:43 +0100" startDate="2023-07-08 09:29:48 +0100" endDate="2023-07-08 09:32:14 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-08 21:50:43 +0100" startDate="2023-07-08 21:39:40 +0100" endDate="2023-07-08 21:42:11 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-09 07:52:27 +0100" startDate="2023-07-09 07:38:56 +0100" endDate="2023-07-09 07:47:13 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-09 11:23:11 +0100" startDate="2023-07-09 11:12:49 +0100" endDate="2023-07-09 11:13:37 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-09 12:21:46 +0100" startDate="2023-07-09 12:03:02 +0100" endDate="2023-07-09 12:03:40 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-09 16:35:07 +0100" startDate="2023-07-09 16:24:34 +0100" endDate="2023-07-09 16:27:02 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-09 16:52:12 +0100" startDate="2023-07-09 16:40:57 +0100" endDate="2023-07-09 16:46:44 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-09 17:11:01 +0100" startDate="2023-07-09 16:56:32 +0100" endDate="2023-07-09 16:59:59 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-09 17:43:02 +0100" startDate="2023-07-09 17:26:25 +0100" endDate="2023-07-09 17:28:40 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-09 18:13:47 +0100" startDate="2023-07-09 18:00:15 +0100" endDate="2023-07-09 18:02:51 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-09 20:12:26 +0100" startDate="2023-07-09 20:01:23 +0100" endDate="2023-07-09 20:10:02 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 02:30:34 +0100" startDate="2023-07-10 02:20:27 +0100" endDate="2023-07-10 02:21:51 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 03:36:44 +0100" startDate="2023-07-10 03:25:41 +0100" endDate="2023-07-10 03:34:25 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 04:05:37 +0100" startDate="2023-07-10 03:52:22 +0100" endDate="2023-07-10 03:56:57 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 04:27:37 +0100" startDate="2023-07-10 04:16:34 +0100" endDate="2023-07-10 04:20:36 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 06:09:03 +0100" startDate="2023-07-10 05:58:55 +0100" endDate="2023-07-10 06:08:56 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 06:20:00 +0100" startDate="2023-07-10 06:08:56 +0100" endDate="2023-07-10 06:18:35 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 06:32:23 +0100" startDate="2023-07-10 06:21:20 +0100" endDate="2023-07-10 06:28:03 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 07:04:47 +0100" startDate="2023-07-10 06:51:39 +0100" endDate="2023-07-10 06:55:43 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 07:19:36 +0100" startDate="2023-07-10 07:06:51 +0100" endDate="2023-07-10 07:12:20 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 07:39:51 +0100" startDate="2023-07-10 07:28:48 +0100" endDate="2023-07-10 07:29:19 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 09:13:53 +0100" startDate="2023-07-10 09:02:32 +0100" endDate="2023-07-10 09:11:12 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 09:27:07 +0100" startDate="2023-07-10 09:14:36 +0100" endDate="2023-07-10 09:18:41 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 09:40:33 +0100" startDate="2023-07-10 09:26:09 +0100" endDate="2023-07-10 09:28:16 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 10:52:05 +0100" startDate="2023-07-10 10:37:57 +0100" endDate="2023-07-10 10:38:22 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 13:15:48 +0100" startDate="2023-07-10 13:05:43 +0100" endDate="2023-07-10 13:13:21 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 13:37:21 +0100" startDate="2023-07-10 13:26:04 +0100" endDate="2023-07-10 13:31:36 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 14:01:57 +0100" startDate="2023-07-10 13:51:37 +0100" endDate="2023-07-10 14:00:01 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 14:34:43 +0100" startDate="2023-07-10 14:21:00 +0100" endDate="2023-07-10 14:24:19 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 15:01:42 +0100" startDate="2023-07-10 14:45:40 +0100" endDate="2023-07-10 14:55:39 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 15:06:30 +0100" startDate="2023-07-10 14:55:52 +0100" endDate="2023-07-10 15:04:29 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 15:20:40 +0100" startDate="2023-07-10 15:06:03 +0100" endDate="2023-07-10 15:06:36 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 16:33:12 +0100" startDate="2023-07-10 16:22:09 +0100" endDate="2023-07-10 16:23:51 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 16:46:20 +0100" startDate="2023-07-10 16:36:10 +0100" endDate="2023-07-10 16:44:19 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 16:59:04 +0100" startDate="2023-07-10 16:48:06 +0100" endDate="2023-07-10 16:54:59 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 17:13:20 +0100" startDate="2023-07-10 17:01:13 +0100" endDate="2023-07-10 17:11:09 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 17:22:20 +0100" startDate="2023-07-10 17:11:22 +0100" endDate="2023-07-10 17:12:59 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-10 21:12:50 +0100" startDate="2023-07-10 21:01:47 +0100" endDate="2023-07-10 21:02:00 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 04:29:12 +0100" startDate="2023-07-11 04:16:13 +0100" endDate="2023-07-11 04:16:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 04:42:56 +0100" startDate="2023-07-11 04:31:53 +0100" endDate="2023-07-11 04:32:34 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 05:14:06 +0100" startDate="2023-07-11 05:03:13 +0100" endDate="2023-07-11 05:11:35 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 05:24:48 +0100" startDate="2023-07-11 05:13:45 +0100" endDate="2023-07-11 05:23:46 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 05:35:47 +0100" startDate="2023-07-11 05:23:46 +0100" endDate="2023-07-11 05:33:17 +0100" value="1096"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 05:52:30 +0100" startDate="2023-07-11 05:41:27 +0100" endDate="2023-07-11 05:47:08 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 06:28:01 +0100" startDate="2023-07-11 06:17:56 +0100" endDate="2023-07-11 06:18:04 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 07:12:26 +0100" startDate="2023-07-11 07:02:08 +0100" endDate="2023-07-11 07:12:09 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 07:22:22 +0100" startDate="2023-07-11 07:12:09 +0100" endDate="2023-07-11 07:22:10 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 07:32:18 +0100" startDate="2023-07-11 07:22:10 +0100" endDate="2023-07-11 07:31:51 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 07:47:23 +0100" startDate="2023-07-11 07:35:38 +0100" endDate="2023-07-11 07:37:53 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 10:37:23 +0100" startDate="2023-07-11 10:25:55 +0100" endDate="2023-07-11 10:29:47 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 12:12:00 +0100" startDate="2023-07-11 12:00:36 +0100" endDate="2023-07-11 12:06:15 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 12:47:49 +0100" startDate="2023-07-11 12:35:32 +0100" endDate="2023-07-11 12:43:59 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 13:11:26 +0100" startDate="2023-07-11 13:00:20 +0100" endDate="2023-07-11 13:08:01 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 13:24:16 +0100" startDate="2023-07-11 13:11:36 +0100" endDate="2023-07-11 13:20:13 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 13:38:21 +0100" startDate="2023-07-11 13:27:21 +0100" endDate="2023-07-11 13:37:23 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 13:50:13 +0100" startDate="2023-07-11 13:38:21 +0100" endDate="2023-07-11 13:47:01 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 14:00:32 +0100" startDate="2023-07-11 13:49:21 +0100" endDate="2023-07-11 13:52:45 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 14:10:37 +0100" startDate="2023-07-11 13:59:52 +0100" endDate="2023-07-11 14:08:22 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 14:33:19 +0100" startDate="2023-07-11 14:21:23 +0100" endDate="2023-07-11 14:31:14 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 14:45:50 +0100" startDate="2023-07-11 14:34:48 +0100" endDate="2023-07-11 14:43:40 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 14:59:08 +0100" startDate="2023-07-11 14:48:06 +0100" endDate="2023-07-11 14:58:03 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 15:10:55 +0100" startDate="2023-07-11 14:59:27 +0100" endDate="2023-07-11 15:07:37 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 15:48:14 +0100" startDate="2023-07-11 15:37:02 +0100" endDate="2023-07-11 15:47:03 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 15:57:45 +0100" startDate="2023-07-11 15:47:03 +0100" endDate="2023-07-11 15:56:34 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 16:08:16 +0100" startDate="2023-07-11 15:57:45 +0100" endDate="2023-07-11 15:58:18 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 17:47:52 +0100" startDate="2023-07-11 17:35:38 +0100" endDate="2023-07-11 17:45:26 +0100" value="1024"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 18:00:26 +0100" startDate="2023-07-11 17:45:44 +0100" endDate="2023-07-11 17:54:30 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-11 20:54:58 +0100" startDate="2023-07-11 20:43:55 +0100" endDate="2023-07-11 20:44:08 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 04:43:47 +0100" startDate="2023-07-12 04:33:40 +0100" endDate="2023-07-12 04:38:38 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 05:20:17 +0100" startDate="2023-07-12 05:09:14 +0100" endDate="2023-07-12 05:19:00 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 05:35:46 +0100" startDate="2023-07-12 05:21:00 +0100" endDate="2023-07-12 05:31:01 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 05:41:49 +0100" startDate="2023-07-12 05:31:01 +0100" endDate="2023-07-12 05:41:02 +0100" value="1132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 05:52:03 +0100" startDate="2023-07-12 05:41:02 +0100" endDate="2023-07-12 05:42:54 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 06:09:00 +0100" startDate="2023-07-12 05:58:54 +0100" endDate="2023-07-12 05:58:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 07:21:48 +0100" startDate="2023-07-12 07:11:43 +0100" endDate="2023-07-12 07:11:50 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 07:43:18 +0100" startDate="2023-07-12 07:33:04 +0100" endDate="2023-07-12 07:43:05 +0100" value="1145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 07:54:08 +0100" startDate="2023-07-12 07:43:05 +0100" endDate="2023-07-12 07:50:13 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 08:06:21 +0100" startDate="2023-07-12 07:54:43 +0100" endDate="2023-07-12 08:03:55 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 09:50:46 +0100" startDate="2023-07-12 09:40:33 +0100" endDate="2023-07-12 09:40:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 10:27:53 +0100" startDate="2023-07-12 10:16:40 +0100" endDate="2023-07-12 10:22:27 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 10:47:41 +0100" startDate="2023-07-12 10:36:11 +0100" endDate="2023-07-12 10:43:01 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 11:14:57 +0100" startDate="2023-07-12 11:03:31 +0100" endDate="2023-07-12 11:03:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 11:37:40 +0100" startDate="2023-07-12 11:26:38 +0100" endDate="2023-07-12 11:32:37 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 12:00:46 +0100" startDate="2023-07-12 11:49:53 +0100" endDate="2023-07-12 11:58:51 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 12:11:58 +0100" startDate="2023-07-12 12:00:36 +0100" endDate="2023-07-12 12:00:53 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 12:31:15 +0100" startDate="2023-07-12 12:19:36 +0100" endDate="2023-07-12 12:28:16 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 12:53:36 +0100" startDate="2023-07-12 12:42:46 +0100" endDate="2023-07-12 12:43:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 13:04:51 +0100" startDate="2023-07-12 12:53:28 +0100" endDate="2023-07-12 13:03:02 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 13:15:18 +0100" startDate="2023-07-12 13:04:09 +0100" endDate="2023-07-12 13:04:26 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 13:28:14 +0100" startDate="2023-07-12 13:16:53 +0100" endDate="2023-07-12 13:21:59 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 13:47:01 +0100" startDate="2023-07-12 13:35:59 +0100" endDate="2023-07-12 13:45:48 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 13:57:14 +0100" startDate="2023-07-12 13:46:13 +0100" endDate="2023-07-12 13:56:14 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 14:07:53 +0100" startDate="2023-07-12 13:56:14 +0100" endDate="2023-07-12 14:00:11 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 14:50:35 +0100" startDate="2023-07-12 14:39:14 +0100" endDate="2023-07-12 14:49:10 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 15:00:12 +0100" startDate="2023-07-12 14:49:10 +0100" endDate="2023-07-12 14:55:22 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 15:12:20 +0100" startDate="2023-07-12 15:00:25 +0100" endDate="2023-07-12 15:06:44 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 15:31:03 +0100" startDate="2023-07-12 15:20:24 +0100" endDate="2023-07-12 15:20:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 16:39:40 +0100" startDate="2023-07-12 16:29:32 +0100" endDate="2023-07-12 16:39:21 +0100" value="970"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 16:51:44 +0100" startDate="2023-07-12 16:40:19 +0100" endDate="2023-07-12 16:46:18 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 17:50:18 +0100" startDate="2023-07-12 17:35:03 +0100" endDate="2023-07-12 17:35:11 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 18:09:08 +0100" startDate="2023-07-12 17:58:05 +0100" endDate="2023-07-12 18:07:28 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 18:26:21 +0100" startDate="2023-07-12 18:11:35 +0100" endDate="2023-07-12 18:12:59 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 18:46:34 +0100" startDate="2023-07-12 18:30:55 +0100" endDate="2023-07-12 18:32:19 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 19:39:00 +0100" startDate="2023-07-12 19:20:13 +0100" endDate="2023-07-12 19:20:54 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 19:53:31 +0100" startDate="2023-07-12 19:42:29 +0100" endDate="2023-07-12 19:42:44 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 20:38:16 +0100" startDate="2023-07-12 20:27:27 +0100" endDate="2023-07-12 20:31:57 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 21:23:59 +0100" startDate="2023-07-12 21:11:34 +0100" endDate="2023-07-12 21:18:17 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 21:39:25 +0100" startDate="2023-07-12 21:29:15 +0100" endDate="2023-07-12 21:38:46 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 21:55:42 +0100" startDate="2023-07-12 21:39:57 +0100" endDate="2023-07-12 21:41:01 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 22:07:10 +0100" startDate="2023-07-12 21:52:38 +0100" endDate="2023-07-12 21:52:50 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-12 22:21:10 +0100" startDate="2023-07-12 22:09:55 +0100" endDate="2023-07-12 22:09:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 06:42:42 +0100" startDate="2023-07-13 06:27:15 +0100" endDate="2023-07-13 06:27:40 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 07:49:08 +0100" startDate="2023-07-13 07:38:06 +0100" endDate="2023-07-13 07:38:26 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 09:14:36 +0100" startDate="2023-07-13 09:04:19 +0100" endDate="2023-07-13 09:14:18 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 09:25:21 +0100" startDate="2023-07-13 09:14:18 +0100" endDate="2023-07-13 09:21:55 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 09:54:24 +0100" startDate="2023-07-13 09:35:36 +0100" endDate="2023-07-13 09:44:20 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 10:06:14 +0100" startDate="2023-07-13 09:53:06 +0100" endDate="2023-07-13 09:57:25 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 12:36:08 +0100" startDate="2023-07-13 12:24:01 +0100" endDate="2023-07-13 12:24:24 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 12:50:35 +0100" startDate="2023-07-13 12:39:18 +0100" endDate="2023-07-13 12:48:52 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 13:01:11 +0100" startDate="2023-07-13 12:50:08 +0100" endDate="2023-07-13 12:56:58 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 14:01:45 +0100" startDate="2023-07-13 13:49:07 +0100" endDate="2023-07-13 13:59:08 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 14:10:22 +0100" startDate="2023-07-13 13:59:08 +0100" endDate="2023-07-13 14:01:46 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 14:32:34 +0100" startDate="2023-07-13 14:21:31 +0100" endDate="2023-07-13 14:22:30 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 15:38:45 +0100" startDate="2023-07-13 15:22:02 +0100" endDate="2023-07-13 15:30:16 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 15:53:00 +0100" startDate="2023-07-13 15:33:51 +0100" endDate="2023-07-13 15:37:26 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 16:25:37 +0100" startDate="2023-07-13 16:12:29 +0100" endDate="2023-07-13 16:16:21 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 16:37:32 +0100" startDate="2023-07-13 16:25:52 +0100" endDate="2023-07-13 16:35:53 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 16:48:15 +0100" startDate="2023-07-13 16:35:53 +0100" endDate="2023-07-13 16:43:19 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 17:01:25 +0100" startDate="2023-07-13 16:48:43 +0100" endDate="2023-07-13 16:51:59 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 17:23:39 +0100" startDate="2023-07-13 17:07:57 +0100" endDate="2023-07-13 17:09:24 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 17:46:50 +0100" startDate="2023-07-13 17:35:48 +0100" endDate="2023-07-13 17:35:58 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-13 21:04:15 +0100" startDate="2023-07-13 20:53:12 +0100" endDate="2023-07-13 20:58:28 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 05:56:37 +0100" startDate="2023-07-14 05:46:16 +0100" endDate="2023-07-14 05:46:39 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 06:39:18 +0100" startDate="2023-07-14 06:28:17 +0100" endDate="2023-07-14 06:28:45 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 06:51:26 +0100" startDate="2023-07-14 06:40:03 +0100" endDate="2023-07-14 06:49:41 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 07:01:22 +0100" startDate="2023-07-14 06:50:20 +0100" endDate="2023-07-14 06:50:25 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 07:57:42 +0100" startDate="2023-07-14 07:42:49 +0100" endDate="2023-07-14 07:50:07 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 08:05:15 +0100" startDate="2023-07-14 07:54:12 +0100" endDate="2023-07-14 08:04:13 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 08:19:42 +0100" startDate="2023-07-14 08:04:41 +0100" endDate="2023-07-14 08:14:19 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 08:29:19 +0100" startDate="2023-07-14 08:17:00 +0100" endDate="2023-07-14 08:26:02 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 08:38:19 +0100" startDate="2023-07-14 08:27:16 +0100" endDate="2023-07-14 08:28:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 09:08:32 +0100" startDate="2023-07-14 08:50:53 +0100" endDate="2023-07-14 08:59:33 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 09:12:38 +0100" startDate="2023-07-14 09:01:35 +0100" endDate="2023-07-14 09:11:36 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 09:28:25 +0100" startDate="2023-07-14 09:11:36 +0100" endDate="2023-07-14 09:11:42 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 09:46:15 +0100" startDate="2023-07-14 09:35:13 +0100" endDate="2023-07-14 09:36:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 09:58:10 +0100" startDate="2023-07-14 09:47:57 +0100" endDate="2023-07-14 09:56:11 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 11:40:39 +0100" startDate="2023-07-14 11:27:25 +0100" endDate="2023-07-14 11:34:05 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 11:49:51 +0100" startDate="2023-07-14 11:38:48 +0100" endDate="2023-07-14 11:45:43 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 12:08:44 +0100" startDate="2023-07-14 11:58:36 +0100" endDate="2023-07-14 11:58:49 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 12:38:24 +0100" startDate="2023-07-14 12:23:56 +0100" endDate="2023-07-14 12:24:08 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 13:54:44 +0100" startDate="2023-07-14 13:39:39 +0100" endDate="2023-07-14 13:46:26 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 14:21:32 +0100" startDate="2023-07-14 14:10:28 +0100" endDate="2023-07-14 14:14:35 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 15:15:44 +0100" startDate="2023-07-14 15:04:42 +0100" endDate="2023-07-14 15:09:05 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 15:37:39 +0100" startDate="2023-07-14 15:27:34 +0100" endDate="2023-07-14 15:29:21 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 16:35:23 +0100" startDate="2023-07-14 16:20:05 +0100" endDate="2023-07-14 16:22:18 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 16:57:10 +0100" startDate="2023-07-14 16:46:07 +0100" endDate="2023-07-14 16:55:07 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 17:25:48 +0100" startDate="2023-07-14 17:12:05 +0100" endDate="2023-07-14 17:13:34 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 17:34:00 +0100" startDate="2023-07-14 17:22:07 +0100" endDate="2023-07-14 17:22:33 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 17:46:58 +0100" startDate="2023-07-14 17:34:01 +0100" endDate="2023-07-14 17:34:44 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 22:25:26 +0100" startDate="2023-07-14 22:11:06 +0100" endDate="2023-07-14 22:18:14 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 22:33:56 +0100" startDate="2023-07-14 22:23:17 +0100" endDate="2023-07-14 22:25:34 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-14 23:01:04 +0100" startDate="2023-07-14 22:50:28 +0100" endDate="2023-07-14 22:50:56 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 15:40:19 +0100" startDate="2023-07-15 15:27:50 +0100" endDate="2023-07-15 15:37:22 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 15:49:29 +0100" startDate="2023-07-15 15:37:52 +0100" endDate="2023-07-15 15:47:53 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 15:59:46 +0100" startDate="2023-07-15 15:47:53 +0100" endDate="2023-07-15 15:57:54 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 16:08:57 +0100" startDate="2023-07-15 15:57:54 +0100" endDate="2023-07-15 16:02:22 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 16:23:22 +0100" startDate="2023-07-15 16:12:31 +0100" endDate="2023-07-15 16:21:49 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 16:37:53 +0100" startDate="2023-07-15 16:27:20 +0100" endDate="2023-07-15 16:33:27 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 16:51:39 +0100" startDate="2023-07-15 16:38:40 +0100" endDate="2023-07-15 16:48:16 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 17:01:41 +0100" startDate="2023-07-15 16:48:16 +0100" endDate="2023-07-15 16:52:13 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 17:05:25 +0100" startDate="2023-07-15 16:52:36 +0100" endDate="2023-07-15 17:02:26 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 17:17:11 +0100" startDate="2023-07-15 17:02:47 +0100" endDate="2023-07-15 17:05:32 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 17:29:15 +0100" startDate="2023-07-15 17:15:11 +0100" endDate="2023-07-15 17:25:04 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 17:45:00 +0100" startDate="2023-07-15 17:25:35 +0100" endDate="2023-07-15 17:35:36 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 17:52:02 +0100" startDate="2023-07-15 17:35:51 +0100" endDate="2023-07-15 17:45:52 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 18:01:04 +0100" startDate="2023-07-15 17:45:52 +0100" endDate="2023-07-15 17:55:53 +0100" value="1046"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 18:06:10 +0100" startDate="2023-07-15 17:55:53 +0100" endDate="2023-07-15 18:05:54 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 18:21:43 +0100" startDate="2023-07-15 18:06:45 +0100" endDate="2023-07-15 18:09:13 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 18:44:06 +0100" startDate="2023-07-15 18:33:03 +0100" endDate="2023-07-15 18:34:04 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-15 21:45:54 +0100" startDate="2023-07-15 21:34:52 +0100" endDate="2023-07-15 21:35:22 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 08:56:51 +0100" startDate="2023-07-16 08:46:32 +0100" endDate="2023-07-16 08:54:11 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 09:23:24 +0100" startDate="2023-07-16 09:12:21 +0100" endDate="2023-07-16 09:19:01 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 09:45:23 +0100" startDate="2023-07-16 09:32:35 +0100" endDate="2023-07-16 09:42:37 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 09:54:58 +0100" startDate="2023-07-16 09:42:37 +0100" endDate="2023-07-16 09:52:27 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 11:09:45 +0100" startDate="2023-07-16 10:54:32 +0100" endDate="2023-07-16 10:59:50 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 11:26:25 +0100" startDate="2023-07-16 11:13:05 +0100" endDate="2023-07-16 11:14:37 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 11:57:29 +0100" startDate="2023-07-16 11:38:41 +0100" endDate="2023-07-16 11:42:51 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 13:35:39 +0100" startDate="2023-07-16 13:22:10 +0100" endDate="2023-07-16 13:28:05 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 14:41:07 +0100" startDate="2023-07-16 14:14:53 +0100" endDate="2023-07-16 14:19:12 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 15:22:24 +0100" startDate="2023-07-16 14:58:51 +0100" endDate="2023-07-16 15:03:08 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 16:05:19 +0100" startDate="2023-07-16 15:50:23 +0100" endDate="2023-07-16 15:55:09 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 16:15:28 +0100" startDate="2023-07-16 16:02:36 +0100" endDate="2023-07-16 16:12:38 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 16:23:40 +0100" startDate="2023-07-16 16:12:38 +0100" endDate="2023-07-16 16:22:39 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 16:33:42 +0100" startDate="2023-07-16 16:22:39 +0100" endDate="2023-07-16 16:32:14 +0100" value="704"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 16:45:22 +0100" startDate="2023-07-16 16:34:19 +0100" endDate="2023-07-16 16:44:20 +0100" value="1043"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 16:55:23 +0100" startDate="2023-07-16 16:44:20 +0100" endDate="2023-07-16 16:54:21 +0100" value="1034"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 17:05:24 +0100" startDate="2023-07-16 16:54:21 +0100" endDate="2023-07-16 17:04:15 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 17:15:46 +0100" startDate="2023-07-16 17:04:43 +0100" endDate="2023-07-16 17:14:44 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 17:25:45 +0100" startDate="2023-07-16 17:14:44 +0100" endDate="2023-07-16 17:24:45 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 17:35:13 +0100" startDate="2023-07-16 17:24:45 +0100" endDate="2023-07-16 17:25:13 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 18:40:00 +0100" startDate="2023-07-16 18:28:57 +0100" endDate="2023-07-16 18:38:58 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 18:53:52 +0100" startDate="2023-07-16 18:38:58 +0100" endDate="2023-07-16 18:48:59 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 19:01:02 +0100" startDate="2023-07-16 18:49:09 +0100" endDate="2023-07-16 18:55:16 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 20:28:53 +0100" startDate="2023-07-16 20:16:21 +0100" endDate="2023-07-16 20:26:22 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 20:37:31 +0100" startDate="2023-07-16 20:26:22 +0100" endDate="2023-07-16 20:36:23 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-16 20:58:25 +0100" startDate="2023-07-16 20:36:23 +0100" endDate="2023-07-16 20:37:57 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 00:31:56 +0100" startDate="2023-07-17 00:16:43 +0100" endDate="2023-07-17 00:17:21 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 05:10:02 +0100" startDate="2023-07-17 04:54:28 +0100" endDate="2023-07-17 05:01:59 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 06:05:11 +0100" startDate="2023-07-17 05:50:35 +0100" endDate="2023-07-17 05:50:48 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 06:16:24 +0100" startDate="2023-07-17 06:05:21 +0100" endDate="2023-07-17 06:12:06 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 06:52:36 +0100" startDate="2023-07-17 06:41:08 +0100" endDate="2023-07-17 06:47:48 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 07:08:59 +0100" startDate="2023-07-17 06:57:34 +0100" endDate="2023-07-17 07:05:22 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 07:18:37 +0100" startDate="2023-07-17 07:07:35 +0100" endDate="2023-07-17 07:07:58 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 07:36:11 +0100" startDate="2023-07-17 07:26:06 +0100" endDate="2023-07-17 07:36:06 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 07:47:37 +0100" startDate="2023-07-17 07:36:06 +0100" endDate="2023-07-17 07:39:43 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 08:01:03 +0100" startDate="2023-07-17 07:49:24 +0100" endDate="2023-07-17 07:58:24 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 08:19:01 +0100" startDate="2023-07-17 07:58:24 +0100" endDate="2023-07-17 08:05:37 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 08:21:29 +0100" startDate="2023-07-17 08:09:36 +0100" endDate="2023-07-17 08:10:12 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 08:34:33 +0100" startDate="2023-07-17 08:21:42 +0100" endDate="2023-07-17 08:26:20 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 09:10:38 +0100" startDate="2023-07-17 09:00:30 +0100" endDate="2023-07-17 09:00:38 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 09:47:47 +0100" startDate="2023-07-17 09:37:37 +0100" endDate="2023-07-17 09:41:08 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 11:40:59 +0100" startDate="2023-07-17 11:28:04 +0100" endDate="2023-07-17 11:28:09 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 11:53:20 +0100" startDate="2023-07-17 11:41:22 +0100" endDate="2023-07-17 11:51:22 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 12:04:18 +0100" startDate="2023-07-17 11:51:25 +0100" endDate="2023-07-17 11:55:39 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 12:13:36 +0100" startDate="2023-07-17 12:03:26 +0100" endDate="2023-07-17 12:04:04 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 14:03:05 +0100" startDate="2023-07-17 13:47:02 +0100" endDate="2023-07-17 13:50:31 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 16:37:31 +0100" startDate="2023-07-17 16:26:49 +0100" endDate="2023-07-17 16:30:12 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 16:47:33 +0100" startDate="2023-07-17 16:37:03 +0100" endDate="2023-07-17 16:37:08 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 21:03:04 +0100" startDate="2023-07-17 20:52:32 +0100" endDate="2023-07-17 21:01:55 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-17 21:28:08 +0100" startDate="2023-07-17 21:17:05 +0100" endDate="2023-07-17 21:17:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 05:44:02 +0100" startDate="2023-07-18 05:32:54 +0100" endDate="2023-07-18 05:33:19 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 05:54:04 +0100" startDate="2023-07-18 05:43:44 +0100" endDate="2023-07-18 05:44:09 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 06:07:34 +0100" startDate="2023-07-18 05:57:19 +0100" endDate="2023-07-18 05:57:32 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 08:18:35 +0100" startDate="2023-07-18 07:54:17 +0100" endDate="2023-07-18 07:54:29 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 08:45:00 +0100" startDate="2023-07-18 08:32:30 +0100" endDate="2023-07-18 08:32:48 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 11:35:17 +0100" startDate="2023-07-18 11:20:43 +0100" endDate="2023-07-18 11:20:46 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 12:07:24 +0100" startDate="2023-07-18 11:54:17 +0100" endDate="2023-07-18 11:55:33 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 12:24:39 +0100" startDate="2023-07-18 12:06:28 +0100" endDate="2023-07-18 12:16:14 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 12:34:59 +0100" startDate="2023-07-18 12:16:37 +0100" endDate="2023-07-18 12:16:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 12:44:03 +0100" startDate="2023-07-18 12:33:00 +0100" endDate="2023-07-18 12:36:39 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 14:23:20 +0100" startDate="2023-07-18 14:12:15 +0100" endDate="2023-07-18 14:14:43 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 15:26:45 +0100" startDate="2023-07-18 15:07:58 +0100" endDate="2023-07-18 15:09:55 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 15:46:45 +0100" startDate="2023-07-18 15:35:12 +0100" endDate="2023-07-18 15:42:56 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 16:04:32 +0100" startDate="2023-07-18 15:53:29 +0100" endDate="2023-07-18 15:53:37 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 16:46:10 +0100" startDate="2023-07-18 16:29:59 +0100" endDate="2023-07-18 16:37:59 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 16:58:07 +0100" startDate="2023-07-18 16:45:29 +0100" endDate="2023-07-18 16:55:30 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 17:11:53 +0100" startDate="2023-07-18 16:55:30 +0100" endDate="2023-07-18 17:05:28 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 17:24:05 +0100" startDate="2023-07-18 17:06:01 +0100" endDate="2023-07-18 17:11:55 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 17:33:14 +0100" startDate="2023-07-18 17:21:31 +0100" endDate="2023-07-18 17:24:37 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 18:10:48 +0100" startDate="2023-07-18 17:58:22 +0100" endDate="2023-07-18 18:06:10 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 18:28:14 +0100" startDate="2023-07-18 18:09:26 +0100" endDate="2023-07-18 18:11:36 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 18:41:33 +0100" startDate="2023-07-18 18:30:07 +0100" endDate="2023-07-18 18:35:46 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-18 21:22:51 +0100" startDate="2023-07-18 21:11:07 +0100" endDate="2023-07-18 21:11:32 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-19 04:29:23 +0100" startDate="2023-07-19 04:15:24 +0100" endDate="2023-07-19 04:16:15 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-19 05:24:03 +0100" startDate="2023-07-19 05:13:50 +0100" endDate="2023-07-19 05:23:51 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-19 05:34:54 +0100" startDate="2023-07-19 05:23:51 +0100" endDate="2023-07-19 05:33:32 +0100" value="970"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-19 05:54:52 +0100" startDate="2023-07-19 05:44:45 +0100" endDate="2023-07-19 05:46:55 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-19 07:02:43 +0100" startDate="2023-07-19 06:52:32 +0100" endDate="2023-07-19 07:02:34 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-19 07:13:36 +0100" startDate="2023-07-19 07:02:34 +0100" endDate="2023-07-19 07:12:35 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-19 07:23:37 +0100" startDate="2023-07-19 07:12:35 +0100" endDate="2023-07-19 07:20:31 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 09:36:31 +0100" endDate="2023-07-19 09:45:34 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 10:39:31 +0100" endDate="2023-07-19 10:49:07 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 10:49:07 +0100" endDate="2023-07-19 10:56:14 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 10:56:14 +0100" endDate="2023-07-19 11:05:30 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 11:05:30 +0100" endDate="2023-07-19 11:19:53 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 11:19:53 +0100" endDate="2023-07-19 11:24:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 11:24:59 +0100" endDate="2023-07-19 12:27:32 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 12:27:32 +0100" endDate="2023-07-19 12:37:48 +0100" value="963"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 12:37:48 +0100" endDate="2023-07-19 12:41:52 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 13:02:11 +0100" endDate="2023-07-19 13:15:04 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 13:15:04 +0100" endDate="2023-07-19 13:25:16 +0100" value="1137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 13:25:16 +0100" endDate="2023-07-19 13:29:20 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 13:38:13 +0100" endDate="2023-07-19 13:48:21 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 13:48:21 +0100" endDate="2023-07-19 13:58:32 +0100" value="1116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 13:58:32 +0100" endDate="2023-07-19 14:08:33 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 14:08:33 +0100" endDate="2023-07-19 14:25:33 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 14:25:33 +0100" endDate="2023-07-19 14:26:34 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 14:26:34 +0100" endDate="2023-07-19 14:49:22 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 14:49:22 +0100" endDate="2023-07-19 15:03:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 15:11:45 +0100" endDate="2023-07-19 15:13:49 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 15:47:57 +0100" endDate="2023-07-19 15:52:11 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 15:58:26 +0100" endDate="2023-07-19 16:08:27 +0100" value="1081"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 16:08:27 +0100" endDate="2023-07-19 16:09:18 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 16:09:18 +0100" endDate="2023-07-19 16:18:28 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 16:19:22 +0100" endDate="2023-07-19 16:25:16 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 16:29:56 +0100" endDate="2023-07-19 16:39:56 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 16:39:56 +0100" endDate="2023-07-19 16:49:49 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 17:06:44 +0100" endDate="2023-07-19 17:09:24 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 17:22:35 +0100" endDate="2023-07-19 17:28:55 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 17:43:35 +0100" endDate="2023-07-19 17:50:59 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 18:35:18 +0100" endDate="2023-07-19 18:45:07 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 18:45:07 +0100" endDate="2023-07-19 18:54:42 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 18:56:04 +0100" endDate="2023-07-19 18:59:51 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-19 20:26:41 +0100" endDate="2023-07-19 20:27:22 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-20 03:06:01 +0100" endDate="2023-07-20 03:14:25 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-20 03:18:14 +0100" endDate="2023-07-20 03:23:12 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-20 03:40:32 +0100" endDate="2023-07-20 03:48:29 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-20 04:02:23 +0100" endDate="2023-07-20 04:12:19 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-20 04:12:47 +0100" endDate="2023-07-20 04:13:45 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-20 04:45:13 +0100" endDate="2023-07-20 04:52:43 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-20 05:18:38 +0100" endDate="2023-07-20 05:18:43 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-20 07:15:28 +0100" endDate="2023-07-20 07:16:16 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-20 07:16:47 +0100" endDate="2023-07-20 07:26:45 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-20 07:26:48 +0100" endDate="2023-07-20 07:35:55 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:17 +0100" startDate="2023-07-20 07:58:49 +0100" endDate="2023-07-20 08:04:02 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 08:04:12 +0100" endDate="2023-07-20 08:08:29 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 08:25:02 +0100" endDate="2023-07-20 08:25:45 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 08:54:46 +0100" endDate="2023-07-20 09:04:01 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 10:30:48 +0100" endDate="2023-07-20 10:31:16 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 11:05:29 +0100" endDate="2023-07-20 11:14:26 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 11:28:56 +0100" endDate="2023-07-20 11:28:58 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 11:42:27 +0100" endDate="2023-07-20 11:45:13 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 12:02:21 +0100" endDate="2023-07-20 12:06:28 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 12:20:39 +0100" endDate="2023-07-20 12:22:57 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 14:46:10 +0100" endDate="2023-07-20 14:49:49 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 14:56:33 +0100" endDate="2023-07-20 15:01:00 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 16:18:12 +0100" endDate="2023-07-20 16:26:19 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 16:31:01 +0100" endDate="2023-07-20 16:34:25 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 16:57:13 +0100" endDate="2023-07-20 17:00:37 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 18:54:00 +0100" endDate="2023-07-20 18:57:46 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 19:18:48 +0100" endDate="2023-07-20 19:18:55 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-20 19:42:52 +0100" endDate="2023-07-20 19:51:42 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 03:11:39 +0100" endDate="2023-07-21 03:21:24 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 03:21:42 +0100" endDate="2023-07-21 03:29:15 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 03:41:29 +0100" endDate="2023-07-21 03:49:13 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 04:05:36 +0100" endDate="2023-07-21 04:06:40 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 06:48:36 +0100" endDate="2023-07-21 06:58:37 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 06:58:37 +0100" endDate="2023-07-21 07:08:38 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 07:08:38 +0100" endDate="2023-07-21 07:12:09 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 07:37:32 +0100" endDate="2023-07-21 07:39:09 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 09:17:14 +0100" endDate="2023-07-21 09:18:05 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 10:03:48 +0100" endDate="2023-07-21 10:06:43 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 11:00:24 +0100" endDate="2023-07-21 11:00:59 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 11:11:08 +0100" endDate="2023-07-21 11:13:46 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 12:03:58 +0100" endDate="2023-07-21 12:10:06 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 13:04:26 +0100" endDate="2023-07-21 13:05:32 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 13:37:21 +0100" endDate="2023-07-21 13:42:40 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 15:20:47 +0100" endDate="2023-07-21 15:21:12 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 16:18:31 +0100" endDate="2023-07-21 16:28:32 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:39:18 +0100" startDate="2023-07-21 16:28:34 +0100" endDate="2023-07-21 16:35:22 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 16:49:51 +0100" startDate="2023-07-21 16:38:48 +0100" endDate="2023-07-21 16:39:24 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 17:03:30 +0100" startDate="2023-07-21 16:53:20 +0100" endDate="2023-07-21 17:02:08 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 17:17:43 +0100" startDate="2023-07-21 17:05:11 +0100" endDate="2023-07-21 17:15:12 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 17:26:15 +0100" startDate="2023-07-21 17:15:12 +0100" endDate="2023-07-21 17:17:22 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 17:57:54 +0100" startDate="2023-07-21 17:45:39 +0100" endDate="2023-07-21 17:55:40 +0100" value="1201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 18:06:42 +0100" startDate="2023-07-21 17:55:40 +0100" endDate="2023-07-21 18:04:14 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 18:32:25 +0100" startDate="2023-07-21 18:20:39 +0100" endDate="2023-07-21 18:27:57 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 19:00:24 +0100" startDate="2023-07-21 18:49:16 +0100" endDate="2023-07-21 18:56:57 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 21:27:34 +0100" startDate="2023-07-21 21:14:43 +0100" endDate="2023-07-21 21:24:44 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 21:46:06 +0100" startDate="2023-07-21 21:24:44 +0100" endDate="2023-07-21 21:31:01 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 22:01:23 +0100" startDate="2023-07-21 21:50:20 +0100" endDate="2023-07-21 21:50:22 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 22:21:51 +0100" startDate="2023-07-21 22:09:24 +0100" endDate="2023-07-21 22:18:42 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 22:31:57 +0100" startDate="2023-07-21 22:19:43 +0100" endDate="2023-07-21 22:29:44 +0100" value="1126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 22:45:19 +0100" startDate="2023-07-21 22:29:44 +0100" endDate="2023-07-21 22:37:07 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-21 23:12:26 +0100" startDate="2023-07-21 23:01:23 +0100" endDate="2023-07-21 23:01:59 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 06:40:54 +0100" startDate="2023-07-22 06:29:52 +0100" endDate="2023-07-22 06:30:02 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 08:26:36 +0100" startDate="2023-07-22 08:14:19 +0100" endDate="2023-07-22 08:18:38 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 08:48:09 +0100" startDate="2023-07-22 08:29:10 +0100" endDate="2023-07-22 08:37:50 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 10:36:40 +0100" startDate="2023-07-22 10:21:31 +0100" endDate="2023-07-22 10:21:49 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 10:46:47 +0100" startDate="2023-07-22 10:33:40 +0100" endDate="2023-07-22 10:33:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 11:25:53 +0100" startDate="2023-07-22 11:14:39 +0100" endDate="2023-07-22 11:16:33 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 12:14:18 +0100" startDate="2023-07-22 12:02:39 +0100" endDate="2023-07-22 12:08:58 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 12:27:47 +0100" startDate="2023-07-22 12:16:45 +0100" endDate="2023-07-22 12:26:31 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 12:40:29 +0100" startDate="2023-07-22 12:27:04 +0100" endDate="2023-07-22 12:36:11 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 12:50:05 +0100" startDate="2023-07-22 12:39:02 +0100" endDate="2023-07-22 12:40:34 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 13:01:53 +0100" startDate="2023-07-22 12:49:44 +0100" endDate="2023-07-22 12:52:58 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 21:13:59 +0100" startDate="2023-07-22 21:03:09 +0100" endDate="2023-07-22 21:13:09 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-22 21:24:12 +0100" startDate="2023-07-22 21:13:09 +0100" endDate="2023-07-22 21:14:12 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-23 10:09:45 +0100" startDate="2023-07-23 09:59:32 +0100" endDate="2023-07-23 10:08:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-23 11:27:47 +0100" startDate="2023-07-23 11:16:45 +0100" endDate="2023-07-23 11:16:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-23 13:48:33 +0100" startDate="2023-07-23 13:33:36 +0100" endDate="2023-07-23 13:42:36 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-23 14:02:30 +0100" startDate="2023-07-23 13:49:49 +0100" endDate="2023-07-23 13:50:50 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-23 15:57:04 +0100" startDate="2023-07-23 15:46:56 +0100" endDate="2023-07-23 15:48:40 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 06:58:59 +0100" startDate="2023-07-24 06:48:34 +0100" endDate="2023-07-24 06:58:35 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 07:08:54 +0100" startDate="2023-07-24 06:58:35 +0100" endDate="2023-07-24 07:07:30 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 07:51:15 +0100" startDate="2023-07-24 07:41:02 +0100" endDate="2023-07-24 07:41:51 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 08:16:53 +0100" startDate="2023-07-24 08:06:40 +0100" endDate="2023-07-24 08:10:20 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 08:27:47 +0100" startDate="2023-07-24 08:16:44 +0100" endDate="2023-07-24 08:23:17 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 08:38:08 +0100" startDate="2023-07-24 08:27:21 +0100" endDate="2023-07-24 08:32:45 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 08:52:09 +0100" startDate="2023-07-24 08:41:06 +0100" endDate="2023-07-24 08:41:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 09:23:43 +0100" startDate="2023-07-24 09:12:40 +0100" endDate="2023-07-24 09:15:41 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 09:33:46 +0100" startDate="2023-07-24 09:22:44 +0100" endDate="2023-07-24 09:29:08 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 10:09:28 +0100" startDate="2023-07-24 09:58:26 +0100" endDate="2023-07-24 10:01:24 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 10:20:05 +0100" startDate="2023-07-24 10:09:02 +0100" endDate="2023-07-24 10:09:13 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 11:00:59 +0100" startDate="2023-07-24 10:50:48 +0100" endDate="2023-07-24 11:00:24 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 11:12:15 +0100" startDate="2023-07-24 11:01:12 +0100" endDate="2023-07-24 11:05:24 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 11:44:07 +0100" startDate="2023-07-24 11:30:17 +0100" endDate="2023-07-24 11:31:56 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 13:51:52 +0100" startDate="2023-07-24 13:41:47 +0100" endDate="2023-07-24 13:46:12 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 14:37:56 +0100" startDate="2023-07-24 14:26:54 +0100" endDate="2023-07-24 14:26:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 15:44:06 +0100" startDate="2023-07-24 15:33:10 +0100" endDate="2023-07-24 15:33:38 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 17:14:08 +0100" startDate="2023-07-24 17:04:00 +0100" endDate="2023-07-24 17:12:14 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 17:26:25 +0100" startDate="2023-07-24 17:15:23 +0100" endDate="2023-07-24 17:24:51 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 17:37:54 +0100" startDate="2023-07-24 17:27:41 +0100" endDate="2023-07-24 17:28:14 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 20:04:51 +0100" startDate="2023-07-24 19:52:22 +0100" endDate="2023-07-24 19:52:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 21:55:08 +0100" startDate="2023-07-24 21:42:14 +0100" endDate="2023-07-24 21:51:09 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-24 22:04:32 +0100" startDate="2023-07-24 21:53:29 +0100" endDate="2023-07-24 21:57:29 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 07:56:19 +0100" startDate="2023-07-25 07:45:32 +0100" endDate="2023-07-25 07:50:45 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 10:15:34 +0100" startDate="2023-07-25 10:05:21 +0100" endDate="2023-07-25 10:05:36 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 12:30:43 +0100" startDate="2023-07-25 12:20:30 +0100" endDate="2023-07-25 12:20:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 14:13:23 +0100" startDate="2023-07-25 13:52:55 +0100" endDate="2023-07-25 14:02:56 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 14:13:23 +0100" startDate="2023-07-25 14:02:56 +0100" endDate="2023-07-25 14:04:10 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 14:16:23 +0100" startDate="2023-07-25 14:04:10 +0100" endDate="2023-07-25 14:13:53 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 14:25:48 +0100" startDate="2023-07-25 14:13:53 +0100" endDate="2023-07-25 14:21:01 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 14:40:26 +0100" startDate="2023-07-25 14:26:25 +0100" endDate="2023-07-25 14:36:11 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 14:56:38 +0100" startDate="2023-07-25 14:45:35 +0100" endDate="2023-07-25 14:46:31 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 15:54:38 +0100" startDate="2023-07-25 15:43:53 +0100" endDate="2023-07-25 15:43:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 17:46:22 +0100" startDate="2023-07-25 17:30:24 +0100" endDate="2023-07-25 17:30:34 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 17:57:54 +0100" startDate="2023-07-25 17:45:59 +0100" endDate="2023-07-25 17:47:18 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 18:30:42 +0100" startDate="2023-07-25 18:16:23 +0100" endDate="2023-07-25 18:26:24 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 18:37:27 +0100" startDate="2023-07-25 18:26:24 +0100" endDate="2023-07-25 18:32:04 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 18:58:54 +0100" startDate="2023-07-25 18:46:53 +0100" endDate="2023-07-25 18:56:54 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 19:09:41 +0100" startDate="2023-07-25 18:56:54 +0100" endDate="2023-07-25 19:01:42 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 19:24:23 +0100" startDate="2023-07-25 19:09:23 +0100" endDate="2023-07-25 19:11:23 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 20:18:58 +0100" startDate="2023-07-25 20:04:19 +0100" endDate="2023-07-25 20:14:21 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 20:28:20 +0100" startDate="2023-07-25 20:14:21 +0100" endDate="2023-07-25 20:24:20 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 20:36:08 +0100" startDate="2023-07-25 20:24:20 +0100" endDate="2023-07-25 20:34:08 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-25 20:45:29 +0100" startDate="2023-07-25 20:34:26 +0100" endDate="2023-07-25 20:34:31 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 05:09:15 +0100" startDate="2023-07-26 04:57:25 +0100" endDate="2023-07-26 04:57:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 05:27:43 +0100" startDate="2023-07-26 05:16:40 +0100" endDate="2023-07-26 05:22:11 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 05:41:30 +0100" startDate="2023-07-26 05:26:47 +0100" endDate="2023-07-26 05:27:07 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 06:29:35 +0100" startDate="2023-07-26 06:14:36 +0100" endDate="2023-07-26 06:22:22 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 06:39:41 +0100" startDate="2023-07-26 06:25:54 +0100" endDate="2023-07-26 06:35:43 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 06:49:44 +0100" startDate="2023-07-26 06:37:04 +0100" endDate="2023-07-26 06:38:18 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 07:00:00 +0100" startDate="2023-07-26 06:48:38 +0100" endDate="2023-07-26 06:50:17 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 07:14:21 +0100" startDate="2023-07-26 07:01:11 +0100" endDate="2023-07-26 07:05:19 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 07:38:37 +0100" startDate="2023-07-26 07:28:13 +0100" endDate="2023-07-26 07:37:12 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 08:03:17 +0100" startDate="2023-07-26 07:50:50 +0100" endDate="2023-07-26 07:53:25 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 08:24:57 +0100" startDate="2023-07-26 08:10:55 +0100" endDate="2023-07-26 08:14:44 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 09:52:02 +0100" startDate="2023-07-26 09:33:59 +0100" endDate="2023-07-26 09:44:00 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 09:55:03 +0100" startDate="2023-07-26 09:44:00 +0100" endDate="2023-07-26 09:53:59 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 10:05:17 +0100" startDate="2023-07-26 09:53:59 +0100" endDate="2023-07-26 10:01:12 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 10:59:16 +0100" startDate="2023-07-26 10:40:50 +0100" endDate="2023-07-26 10:44:34 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 11:37:36 +0100" startDate="2023-07-26 11:26:39 +0100" endDate="2023-07-26 11:29:30 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 14:26:30 +0100" startDate="2023-07-26 14:10:44 +0100" endDate="2023-07-26 14:19:36 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 14:49:22 +0100" startDate="2023-07-26 14:38:19 +0100" endDate="2023-07-26 14:43:00 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 15:05:31 +0100" startDate="2023-07-26 14:53:44 +0100" endDate="2023-07-26 14:59:26 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 15:27:55 +0100" startDate="2023-07-26 15:16:53 +0100" endDate="2023-07-26 15:26:54 +0100" value="836"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 15:39:55 +0100" startDate="2023-07-26 15:26:54 +0100" endDate="2023-07-26 15:30:48 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 15:54:05 +0100" startDate="2023-07-26 15:37:41 +0100" endDate="2023-07-26 15:39:41 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 17:20:19 +0100" startDate="2023-07-26 17:09:06 +0100" endDate="2023-07-26 17:18:29 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 17:29:21 +0100" startDate="2023-07-26 17:18:29 +0100" endDate="2023-07-26 17:28:30 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 17:40:41 +0100" startDate="2023-07-26 17:28:30 +0100" endDate="2023-07-26 17:37:58 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 17:51:24 +0100" startDate="2023-07-26 17:38:34 +0100" endDate="2023-07-26 17:42:58 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 17:54:37 +0100" startDate="2023-07-26 17:42:58 +0100" endDate="2023-07-26 17:50:07 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 18:10:32 +0100" startDate="2023-07-26 17:53:16 +0100" endDate="2023-07-26 17:53:31 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 19:34:55 +0100" startDate="2023-07-26 19:23:06 +0100" endDate="2023-07-26 19:32:27 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 19:48:22 +0100" startDate="2023-07-26 19:36:19 +0100" endDate="2023-07-26 19:46:10 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 20:02:14 +0100" startDate="2023-07-26 19:46:10 +0100" endDate="2023-07-26 19:53:49 +0100" value="682"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 20:04:16 +0100" startDate="2023-07-26 19:53:49 +0100" endDate="2023-07-26 20:02:26 +0100" value="1075"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-26 20:15:55 +0100" startDate="2023-07-26 20:04:05 +0100" endDate="2023-07-26 20:12:17 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 07:41:18 +0100" startDate="2023-07-27 07:26:51 +0100" endDate="2023-07-27 07:36:01 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 08:02:40 +0100" startDate="2023-07-27 07:46:03 +0100" endDate="2023-07-27 07:55:08 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 08:11:30 +0100" startDate="2023-07-27 07:56:32 +0100" endDate="2023-07-27 07:58:22 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 08:19:26 +0100" startDate="2023-07-27 08:07:53 +0100" endDate="2023-07-27 08:15:49 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 09:00:39 +0100" startDate="2023-07-27 08:44:33 +0100" endDate="2023-07-27 08:45:01 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 15:47:42 +0100" startDate="2023-07-27 15:36:40 +0100" endDate="2023-07-27 15:36:55 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 16:46:27 +0100" startDate="2023-07-27 16:31:38 +0100" endDate="2023-07-27 16:41:37 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 16:56:01 +0100" startDate="2023-07-27 16:41:37 +0100" endDate="2023-07-27 16:51:38 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 17:04:53 +0100" startDate="2023-07-27 16:51:38 +0100" endDate="2023-07-27 17:01:37 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 17:12:36 +0100" startDate="2023-07-27 17:02:25 +0100" endDate="2023-07-27 17:04:53 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 17:23:22 +0100" startDate="2023-07-27 17:04:53 +0100" endDate="2023-07-27 17:14:21 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 18:52:53 +0100" startDate="2023-07-27 18:41:24 +0100" endDate="2023-07-27 18:50:46 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 19:02:46 +0100" startDate="2023-07-27 18:51:40 +0100" endDate="2023-07-27 19:01:41 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 19:13:31 +0100" startDate="2023-07-27 19:01:41 +0100" endDate="2023-07-27 19:09:30 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 19:33:53 +0100" startDate="2023-07-27 19:21:26 +0100" endDate="2023-07-27 19:31:27 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 19:43:05 +0100" startDate="2023-07-27 19:31:27 +0100" endDate="2023-07-27 19:32:46 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 20:02:43 +0100" startDate="2023-07-27 19:52:30 +0100" endDate="2023-07-27 19:57:03 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 20:38:24 +0100" startDate="2023-07-27 20:24:42 +0100" endDate="2023-07-27 20:34:20 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 20:48:27 +0100" startDate="2023-07-27 20:34:35 +0100" endDate="2023-07-27 20:44:37 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 20:56:07 +0100" startDate="2023-07-27 20:44:37 +0100" endDate="2023-07-27 20:54:36 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-27 21:06:28 +0100" startDate="2023-07-27 20:54:36 +0100" endDate="2023-07-27 21:01:13 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 07:47:26 +0100" startDate="2023-07-28 07:36:23 +0100" endDate="2023-07-28 07:40:41 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 08:06:38 +0100" startDate="2023-07-28 07:52:09 +0100" endDate="2023-07-28 07:59:12 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 08:16:45 +0100" startDate="2023-07-28 08:04:03 +0100" endDate="2023-07-28 08:13:47 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 08:28:20 +0100" startDate="2023-07-28 08:14:15 +0100" endDate="2023-07-28 08:14:22 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 08:55:17 +0100" startDate="2023-07-28 08:40:53 +0100" endDate="2023-07-28 08:41:21 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 09:02:05 +0100" startDate="2023-07-28 08:51:03 +0100" endDate="2023-07-28 08:51:38 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 09:31:22 +0100" startDate="2023-07-28 09:10:53 +0100" endDate="2023-07-28 09:17:10 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 09:31:22 +0100" startDate="2023-07-28 09:17:38 +0100" endDate="2023-07-28 09:24:56 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 09:35:59 +0100" startDate="2023-07-28 09:25:14 +0100" endDate="2023-07-28 09:35:15 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 09:57:27 +0100" startDate="2023-07-28 09:35:20 +0100" endDate="2023-07-28 09:45:22 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 09:57:27 +0100" startDate="2023-07-28 09:45:22 +0100" endDate="2023-07-28 09:48:10 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 10:11:25 +0100" startDate="2023-07-28 09:48:10 +0100" endDate="2023-07-28 09:57:30 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 10:11:25 +0100" startDate="2023-07-28 09:57:30 +0100" endDate="2023-07-28 10:02:15 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 10:12:16 +0100" startDate="2023-07-28 10:02:15 +0100" endDate="2023-07-28 10:10:57 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 10:24:51 +0100" startDate="2023-07-28 10:13:43 +0100" endDate="2023-07-28 10:23:44 +0100" value="1008"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 10:35:38 +0100" startDate="2023-07-28 10:23:44 +0100" endDate="2023-07-28 10:29:43 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 10:44:28 +0100" startDate="2023-07-28 10:29:43 +0100" endDate="2023-07-28 10:36:26 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 11:01:07 +0100" startDate="2023-07-28 10:40:21 +0100" endDate="2023-07-28 10:50:22 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 11:01:07 +0100" startDate="2023-07-28 10:50:22 +0100" endDate="2023-07-28 10:58:08 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 11:10:09 +0100" startDate="2023-07-28 10:58:08 +0100" endDate="2023-07-28 11:08:09 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 11:22:16 +0100" startDate="2023-07-28 11:08:09 +0100" endDate="2023-07-28 11:18:10 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 11:31:55 +0100" startDate="2023-07-28 11:18:10 +0100" endDate="2023-07-28 11:18:54 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 11:44:51 +0100" startDate="2023-07-28 11:33:03 +0100" endDate="2023-07-28 11:43:04 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 12:00:35 +0100" startDate="2023-07-28 11:43:04 +0100" endDate="2023-07-28 11:50:28 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 12:00:36 +0100" startDate="2023-07-28 11:50:28 +0100" endDate="2023-07-28 12:00:18 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 12:10:47 +0100" startDate="2023-07-28 12:00:34 +0100" endDate="2023-07-28 12:03:40 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 12:22:23 +0100" startDate="2023-07-28 12:10:48 +0100" endDate="2023-07-28 12:19:50 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 12:35:59 +0100" startDate="2023-07-28 12:21:09 +0100" endDate="2023-07-28 12:31:09 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 12:47:05 +0100" startDate="2023-07-28 12:31:09 +0100" endDate="2023-07-28 12:41:10 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 12:56:48 +0100" startDate="2023-07-28 12:41:10 +0100" endDate="2023-07-28 12:51:11 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 13:02:14 +0100" startDate="2023-07-28 12:51:11 +0100" endDate="2023-07-28 13:01:13 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 13:15:02 +0100" startDate="2023-07-28 13:01:13 +0100" endDate="2023-07-28 13:08:18 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 13:45:54 +0100" startDate="2023-07-28 13:12:38 +0100" endDate="2023-07-28 13:22:38 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 13:45:54 +0100" startDate="2023-07-28 13:22:38 +0100" endDate="2023-07-28 13:24:38 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 13:45:54 +0100" startDate="2023-07-28 13:25:59 +0100" endDate="2023-07-28 13:35:45 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 13:45:54 +0100" startDate="2023-07-28 13:35:45 +0100" endDate="2023-07-28 13:43:57 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 15:41:56 +0100" startDate="2023-07-28 15:29:49 +0100" endDate="2023-07-28 15:39:48 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 15:55:39 +0100" startDate="2023-07-28 15:39:48 +0100" endDate="2023-07-28 15:49:47 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 16:10:13 +0100" startDate="2023-07-28 15:50:12 +0100" endDate="2023-07-28 16:00:11 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 16:10:13 +0100" startDate="2023-07-28 16:00:11 +0100" endDate="2023-07-28 16:07:19 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 16:27:09 +0100" startDate="2023-07-28 16:07:32 +0100" endDate="2023-07-28 16:17:20 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 16:37:54 +0100" startDate="2023-07-28 16:18:24 +0100" endDate="2023-07-28 16:18:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 16:54:01 +0100" startDate="2023-07-28 16:41:07 +0100" endDate="2023-07-28 16:51:03 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 17:07:20 +0100" startDate="2023-07-28 16:52:09 +0100" endDate="2023-07-28 17:01:50 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 17:12:45 +0100" startDate="2023-07-28 17:02:13 +0100" endDate="2023-07-28 17:12:11 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-28 17:27:15 +0100" startDate="2023-07-28 17:12:11 +0100" endDate="2023-07-28 17:18:36 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 07:12:41 +0100" startDate="2023-07-29 07:00:14 +0100" endDate="2023-07-29 07:02:23 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 08:00:25 +0100" startDate="2023-07-29 07:50:17 +0100" endDate="2023-07-29 07:51:44 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 08:37:23 +0100" startDate="2023-07-29 08:25:27 +0100" endDate="2023-07-29 08:25:40 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 12:39:49 +0100" startDate="2023-07-29 12:25:36 +0100" endDate="2023-07-29 12:25:46 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 12:54:05 +0100" startDate="2023-07-29 12:39:13 +0100" endDate="2023-07-29 12:40:53 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 13:10:26 +0100" startDate="2023-07-29 12:56:13 +0100" endDate="2023-07-29 13:05:02 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 13:19:08 +0100" startDate="2023-07-29 13:05:02 +0100" endDate="2023-07-29 13:14:58 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 13:31:08 +0100" startDate="2023-07-29 13:15:19 +0100" endDate="2023-07-29 13:17:52 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 15:04:17 +0100" startDate="2023-07-29 14:47:01 +0100" endDate="2023-07-29 14:47:04 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 15:15:07 +0100" startDate="2023-07-29 14:57:09 +0100" endDate="2023-07-29 15:05:38 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 15:25:28 +0100" startDate="2023-07-29 15:07:10 +0100" endDate="2023-07-29 15:17:11 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 15:32:57 +0100" startDate="2023-07-29 15:17:11 +0100" endDate="2023-07-29 15:23:03 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 16:00:17 +0100" startDate="2023-07-29 15:40:49 +0100" endDate="2023-07-29 15:44:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 16:11:07 +0100" startDate="2023-07-29 16:00:21 +0100" endDate="2023-07-29 16:10:22 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 16:29:43 +0100" startDate="2023-07-29 16:10:22 +0100" endDate="2023-07-29 16:16:39 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 17:02:40 +0100" startDate="2023-07-29 16:51:21 +0100" endDate="2023-07-29 16:59:15 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 17:31:49 +0100" startDate="2023-07-29 17:18:08 +0100" endDate="2023-07-29 17:28:07 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 17:41:27 +0100" startDate="2023-07-29 17:28:07 +0100" endDate="2023-07-29 17:31:47 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 17:49:37 +0100" startDate="2023-07-29 17:38:32 +0100" endDate="2023-07-29 17:44:17 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 18:04:09 +0100" startDate="2023-07-29 17:50:57 +0100" endDate="2023-07-29 18:00:59 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 18:12:01 +0100" startDate="2023-07-29 18:00:59 +0100" endDate="2023-07-29 18:07:31 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 19:36:39 +0100" startDate="2023-07-29 19:26:19 +0100" endDate="2023-07-29 19:35:44 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 19:50:19 +0100" startDate="2023-07-29 19:37:21 +0100" endDate="2023-07-29 19:37:44 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 21:12:42 +0100" startDate="2023-07-29 20:59:09 +0100" endDate="2023-07-29 21:09:07 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 21:20:15 +0100" startDate="2023-07-29 21:09:07 +0100" endDate="2023-07-29 21:16:46 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 21:34:18 +0100" startDate="2023-07-29 21:21:41 +0100" endDate="2023-07-29 21:21:49 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 21:53:37 +0100" startDate="2023-07-29 21:42:55 +0100" endDate="2023-07-29 21:52:56 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 22:03:58 +0100" startDate="2023-07-29 21:52:56 +0100" endDate="2023-07-29 21:58:14 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-29 22:14:23 +0100" startDate="2023-07-29 22:03:05 +0100" endDate="2023-07-29 22:11:25 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 08:30:48 +0100" startDate="2023-07-30 08:18:00 +0100" endDate="2023-07-30 08:20:07 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 13:53:02 +0100" startDate="2023-07-30 13:42:00 +0100" endDate="2023-07-30 13:43:01 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 19:04:43 +0100" startDate="2023-07-30 18:53:18 +0100" endDate="2023-07-30 18:56:09 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 19:21:59 +0100" startDate="2023-07-30 19:05:35 +0100" endDate="2023-07-30 19:15:36 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 19:33:52 +0100" startDate="2023-07-30 19:15:36 +0100" endDate="2023-07-30 19:24:31 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 19:39:01 +0100" startDate="2023-07-30 19:24:31 +0100" endDate="2023-07-30 19:33:52 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 19:45:00 +0100" startDate="2023-07-30 19:33:54 +0100" endDate="2023-07-30 19:41:35 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 19:53:04 +0100" startDate="2023-07-30 19:41:35 +0100" endDate="2023-07-30 19:48:11 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 20:06:27 +0100" startDate="2023-07-30 19:55:08 +0100" endDate="2023-07-30 20:02:52 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 20:22:12 +0100" startDate="2023-07-30 20:02:52 +0100" endDate="2023-07-30 20:12:48 +0100" value="1154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 20:26:09 +0100" startDate="2023-07-30 20:12:51 +0100" endDate="2023-07-30 20:20:34 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 20:37:27 +0100" startDate="2023-07-30 20:25:08 +0100" endDate="2023-07-30 20:35:09 +0100" value="1040"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-30 20:53:00 +0100" startDate="2023-07-30 20:35:09 +0100" endDate="2023-07-30 20:36:49 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 08:11:17 +0100" startDate="2023-07-31 07:59:26 +0100" endDate="2023-07-31 08:09:07 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 08:26:29 +0100" startDate="2023-07-31 08:14:52 +0100" endDate="2023-07-31 08:24:43 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 08:40:53 +0100" startDate="2023-07-31 08:25:21 +0100" endDate="2023-07-31 08:25:34 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 08:48:29 +0100" startDate="2023-07-31 08:36:48 +0100" endDate="2023-07-31 08:37:57 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 09:05:31 +0100" startDate="2023-07-31 08:54:28 +0100" endDate="2023-07-31 08:57:14 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 10:05:09 +0100" startDate="2023-07-31 09:54:06 +0100" endDate="2023-07-31 09:57:33 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 12:06:40 +0100" startDate="2023-07-31 11:55:37 +0100" endDate="2023-07-31 11:56:49 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 15:08:25 +0100" startDate="2023-07-31 14:55:43 +0100" endDate="2023-07-31 15:00:01 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 15:21:59 +0100" startDate="2023-07-31 15:07:32 +0100" endDate="2023-07-31 15:13:49 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 15:45:29 +0100" startDate="2023-07-31 15:23:22 +0100" endDate="2023-07-31 15:23:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 15:57:22 +0100" startDate="2023-07-31 15:42:31 +0100" endDate="2023-07-31 15:52:32 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 16:03:35 +0100" startDate="2023-07-31 15:52:32 +0100" endDate="2023-07-31 15:54:09 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 17:41:58 +0100" startDate="2023-07-31 17:29:22 +0100" endDate="2023-07-31 17:38:04 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 20:30:01 +0100" startDate="2023-07-31 20:19:56 +0100" endDate="2023-07-31 20:29:41 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 20:42:07 +0100" startDate="2023-07-31 20:29:56 +0100" endDate="2023-07-31 20:39:49 +0100" value="1011"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 20:57:11 +0100" startDate="2023-07-31 20:40:00 +0100" endDate="2023-07-31 20:43:23 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 21:10:24 +0100" startDate="2023-07-31 20:59:31 +0100" endDate="2023-07-31 21:08:16 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-07-31 21:30:49 +0100" startDate="2023-07-31 21:08:16 +0100" endDate="2023-07-31 21:12:13 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 07:55:26 +0100" startDate="2023-08-01 07:37:35 +0100" endDate="2023-08-01 07:42:36 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 07:59:52 +0100" startDate="2023-08-01 07:49:41 +0100" endDate="2023-08-01 07:52:42 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 08:17:06 +0100" startDate="2023-08-01 08:04:45 +0100" endDate="2023-08-01 08:06:37 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 08:28:08 +0100" startDate="2023-08-01 08:17:58 +0100" endDate="2023-08-01 08:27:52 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 08:38:57 +0100" startDate="2023-08-01 08:28:45 +0100" endDate="2023-08-01 08:37:25 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 08:55:12 +0100" startDate="2023-08-01 08:44:33 +0100" endDate="2023-08-01 08:51:23 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 09:04:27 +0100" startDate="2023-08-01 08:51:23 +0100" endDate="2023-08-01 08:56:36 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 09:18:13 +0100" startDate="2023-08-01 09:06:04 +0100" endDate="2023-08-01 09:06:17 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 09:28:30 +0100" startDate="2023-08-01 09:17:22 +0100" endDate="2023-08-01 09:20:07 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 10:21:06 +0100" startDate="2023-08-01 10:06:47 +0100" endDate="2023-08-01 10:16:48 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 10:27:13 +0100" startDate="2023-08-01 10:16:48 +0100" endDate="2023-08-01 10:26:50 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 10:37:09 +0100" startDate="2023-08-01 10:26:50 +0100" endDate="2023-08-01 10:36:18 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 10:50:01 +0100" startDate="2023-08-01 10:36:56 +0100" endDate="2023-08-01 10:46:55 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 11:00:02 +0100" startDate="2023-08-01 10:46:55 +0100" endDate="2023-08-01 10:56:33 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 11:12:02 +0100" startDate="2023-08-01 10:57:01 +0100" endDate="2023-08-01 11:05:18 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 12:42:31 +0100" startDate="2023-08-01 12:29:28 +0100" endDate="2023-08-01 12:39:30 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 12:51:21 +0100" startDate="2023-08-01 12:39:30 +0100" endDate="2023-08-01 12:49:03 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 13:01:35 +0100" startDate="2023-08-01 12:49:36 +0100" endDate="2023-08-01 12:59:32 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 13:12:25 +0100" startDate="2023-08-01 12:59:47 +0100" endDate="2023-08-01 12:59:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 17:38:40 +0100" startDate="2023-08-01 17:27:45 +0100" endDate="2023-08-01 17:31:16 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 17:49:13 +0100" startDate="2023-08-01 17:31:16 +0100" endDate="2023-08-01 17:37:23 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 18:35:02 +0100" startDate="2023-08-01 18:23:54 +0100" endDate="2023-08-01 18:32:06 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-01 18:44:57 +0100" startDate="2023-08-01 18:34:16 +0100" endDate="2023-08-01 18:34:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 07:24:19 +0100" startDate="2023-08-02 07:04:17 +0100" endDate="2023-08-02 07:07:57 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 07:25:42 +0100" startDate="2023-08-02 07:14:39 +0100" endDate="2023-08-02 07:16:44 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 07:41:45 +0100" startDate="2023-08-02 07:27:16 +0100" endDate="2023-08-02 07:35:20 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 07:55:02 +0100" startDate="2023-08-02 07:39:39 +0100" endDate="2023-08-02 07:40:58 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 08:19:13 +0100" startDate="2023-08-02 08:07:54 +0100" endDate="2023-08-02 08:17:55 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 08:28:58 +0100" startDate="2023-08-02 08:17:55 +0100" endDate="2023-08-02 08:27:26 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 09:31:23 +0100" startDate="2023-08-02 09:17:43 +0100" endDate="2023-08-02 09:27:44 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 09:46:25 +0100" startDate="2023-08-02 09:27:44 +0100" endDate="2023-08-02 09:30:40 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 09:55:18 +0100" startDate="2023-08-02 09:41:23 +0100" endDate="2023-08-02 09:41:25 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 10:32:19 +0100" startDate="2023-08-02 10:11:56 +0100" endDate="2023-08-02 10:19:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 10:49:06 +0100" startDate="2023-08-02 10:32:01 +0100" endDate="2023-08-02 10:41:24 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 10:56:05 +0100" startDate="2023-08-02 10:42:25 +0100" endDate="2023-08-02 10:50:45 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 11:11:55 +0100" startDate="2023-08-02 10:53:07 +0100" endDate="2023-08-02 10:56:39 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 11:19:39 +0100" startDate="2023-08-02 11:08:56 +0100" endDate="2023-08-02 11:10:56 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 11:49:58 +0100" startDate="2023-08-02 11:37:32 +0100" endDate="2023-08-02 11:41:01 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 12:11:05 +0100" startDate="2023-08-02 11:48:55 +0100" endDate="2023-08-02 11:58:23 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 12:12:19 +0100" startDate="2023-08-02 12:01:17 +0100" endDate="2023-08-02 12:07:41 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 14:08:38 +0100" startDate="2023-08-02 13:53:36 +0100" endDate="2023-08-02 14:03:37 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 14:37:43 +0100" startDate="2023-08-02 14:03:37 +0100" endDate="2023-08-02 14:11:32 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 14:40:30 +0100" startDate="2023-08-02 14:30:17 +0100" endDate="2023-08-02 14:38:24 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 17:30:49 +0100" startDate="2023-08-02 17:19:15 +0100" endDate="2023-08-02 17:28:24 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 17:42:03 +0100" startDate="2023-08-02 17:28:24 +0100" endDate="2023-08-02 17:30:21 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 17:51:27 +0100" startDate="2023-08-02 17:40:25 +0100" endDate="2023-08-02 17:40:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 19:08:44 +0100" startDate="2023-08-02 18:57:41 +0100" endDate="2023-08-02 19:05:53 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 19:44:15 +0100" startDate="2023-08-02 19:33:56 +0100" endDate="2023-08-02 19:36:44 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 22:01:23 +0100" startDate="2023-08-02 21:41:33 +0100" endDate="2023-08-02 21:47:34 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 22:08:54 +0100" startDate="2023-08-02 21:57:28 +0100" endDate="2023-08-02 21:57:39 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 22:30:00 +0100" startDate="2023-08-02 22:19:53 +0100" endDate="2023-08-02 22:21:02 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 23:37:04 +0100" startDate="2023-08-02 23:23:09 +0100" endDate="2023-08-02 23:33:10 +0100" value="1020"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-02 23:49:50 +0100" startDate="2023-08-02 23:33:10 +0100" endDate="2023-08-02 23:37:14 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 00:04:14 +0100" startDate="2023-08-02 23:53:37 +0100" endDate="2023-08-02 23:53:42 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 07:16:35 +0100" startDate="2023-08-03 07:05:32 +0100" endDate="2023-08-03 07:12:40 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 07:37:43 +0100" startDate="2023-08-03 07:26:54 +0100" endDate="2023-08-03 07:26:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 07:48:06 +0100" startDate="2023-08-03 07:37:03 +0100" endDate="2023-08-03 07:37:52 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 15:25:04 +0100" startDate="2023-08-03 15:11:17 +0100" endDate="2023-08-03 15:21:18 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 15:37:13 +0100" startDate="2023-08-03 15:21:18 +0100" endDate="2023-08-03 15:31:19 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 15:43:15 +0100" startDate="2023-08-03 15:31:19 +0100" endDate="2023-08-03 15:41:20 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 15:56:41 +0100" startDate="2023-08-03 15:41:20 +0100" endDate="2023-08-03 15:51:08 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 16:03:40 +0100" startDate="2023-08-03 15:51:21 +0100" endDate="2023-08-03 16:01:22 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 16:12:25 +0100" startDate="2023-08-03 16:01:22 +0100" endDate="2023-08-03 16:10:45 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 16:46:19 +0100" startDate="2023-08-03 16:34:41 +0100" endDate="2023-08-03 16:35:39 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 16:56:56 +0100" startDate="2023-08-03 16:45:51 +0100" endDate="2023-08-03 16:45:59 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 17:43:00 +0100" startDate="2023-08-03 17:30:46 +0100" endDate="2023-08-03 17:36:45 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 17:51:02 +0100" startDate="2023-08-03 17:40:45 +0100" endDate="2023-08-03 17:44:37 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 18:09:46 +0100" startDate="2023-08-03 17:58:43 +0100" endDate="2023-08-03 18:08:40 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 18:28:57 +0100" startDate="2023-08-03 18:15:08 +0100" endDate="2023-08-03 18:15:26 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-03 21:20:05 +0100" startDate="2023-08-03 21:09:52 +0100" endDate="2023-08-03 21:10:12 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 03:14:58 +0100" startDate="2023-08-04 03:01:01 +0100" endDate="2023-08-04 03:09:04 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 03:26:45 +0100" startDate="2023-08-04 03:09:50 +0100" endDate="2023-08-04 03:11:01 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 03:35:10 +0100" startDate="2023-08-04 03:21:51 +0100" endDate="2023-08-04 03:28:28 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 03:59:23 +0100" startDate="2023-08-04 03:47:06 +0100" endDate="2023-08-04 03:50:58 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 04:15:11 +0100" startDate="2023-08-04 04:04:22 +0100" endDate="2023-08-04 04:04:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 06:02:57 +0100" startDate="2023-08-04 05:51:54 +0100" endDate="2023-08-04 05:51:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 06:15:01 +0100" startDate="2023-08-04 06:04:58 +0100" endDate="2023-08-04 06:13:35 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 06:28:22 +0100" startDate="2023-08-04 06:15:27 +0100" endDate="2023-08-04 06:15:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 07:09:15 +0100" startDate="2023-08-04 06:58:12 +0100" endDate="2023-08-04 07:01:13 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 07:23:41 +0100" startDate="2023-08-04 07:10:57 +0100" endDate="2023-08-04 07:18:08 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 07:33:13 +0100" startDate="2023-08-04 07:21:27 +0100" endDate="2023-08-04 07:28:34 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 08:44:47 +0100" startDate="2023-08-04 08:34:37 +0100" endDate="2023-08-04 08:44:37 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 08:56:20 +0100" startDate="2023-08-04 08:44:37 +0100" endDate="2023-08-04 08:51:50 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 09:05:58 +0100" startDate="2023-08-04 08:54:56 +0100" endDate="2023-08-04 09:01:41 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 09:37:40 +0100" startDate="2023-08-04 09:23:18 +0100" endDate="2023-08-04 09:23:31 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 10:29:47 +0100" startDate="2023-08-04 10:19:34 +0100" endDate="2023-08-04 10:19:52 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 10:42:31 +0100" startDate="2023-08-04 10:32:20 +0100" endDate="2023-08-04 10:32:41 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 12:44:18 +0100" startDate="2023-08-04 12:33:15 +0100" endDate="2023-08-04 12:35:33 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 13:56:09 +0100" startDate="2023-08-04 13:44:42 +0100" endDate="2023-08-04 13:44:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 14:07:27 +0100" startDate="2023-08-04 13:56:25 +0100" endDate="2023-08-04 13:56:27 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 14:26:40 +0100" startDate="2023-08-04 14:15:44 +0100" endDate="2023-08-04 14:16:27 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 14:46:29 +0100" startDate="2023-08-04 14:26:57 +0100" endDate="2023-08-04 14:31:02 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 15:58:34 +0100" startDate="2023-08-04 15:47:10 +0100" endDate="2023-08-04 15:47:30 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 16:10:28 +0100" startDate="2023-08-04 15:58:38 +0100" endDate="2023-08-04 15:58:56 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 16:45:24 +0100" startDate="2023-08-04 16:34:21 +0100" endDate="2023-08-04 16:34:57 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 16:56:13 +0100" startDate="2023-08-04 16:45:10 +0100" endDate="2023-08-04 16:46:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 17:44:03 +0100" startDate="2023-08-04 17:33:45 +0100" endDate="2023-08-04 17:42:09 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 17:55:05 +0100" startDate="2023-08-04 17:45:00 +0100" endDate="2023-08-04 17:54:21 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 18:10:46 +0100" startDate="2023-08-04 17:55:17 +0100" endDate="2023-08-04 18:03:29 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 18:22:37 +0100" startDate="2023-08-04 18:10:32 +0100" endDate="2023-08-04 18:10:39 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-04 22:52:30 +0100" startDate="2023-08-04 22:41:27 +0100" endDate="2023-08-04 22:45:01 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 07:59:00 +0100" startDate="2023-08-05 07:41:39 +0100" endDate="2023-08-05 07:51:03 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 08:03:02 +0100" startDate="2023-08-05 07:51:59 +0100" endDate="2023-08-05 08:00:01 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 09:10:27 +0100" startDate="2023-08-05 08:57:56 +0100" endDate="2023-08-05 09:07:49 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 09:25:43 +0100" startDate="2023-08-05 09:09:38 +0100" endDate="2023-08-05 09:10:19 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 10:17:17 +0100" startDate="2023-08-05 09:59:05 +0100" endDate="2023-08-05 09:59:22 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 10:33:52 +0100" startDate="2023-08-05 10:23:47 +0100" endDate="2023-08-05 10:23:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 11:00:59 +0100" startDate="2023-08-05 10:44:52 +0100" endDate="2023-08-05 10:47:30 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 11:43:48 +0100" startDate="2023-08-05 11:23:09 +0100" endDate="2023-08-05 11:23:24 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 11:58:52 +0100" startDate="2023-08-05 11:44:03 +0100" endDate="2023-08-05 11:48:56 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 12:06:36 +0100" startDate="2023-08-05 11:55:20 +0100" endDate="2023-08-05 12:04:48 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 12:18:25 +0100" startDate="2023-08-05 12:05:39 +0100" endDate="2023-08-05 12:13:25 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 12:45:34 +0100" startDate="2023-08-05 12:35:05 +0100" endDate="2023-08-05 12:35:31 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 12:56:29 +0100" startDate="2023-08-05 12:45:26 +0100" endDate="2023-08-05 12:45:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 13:39:27 +0100" startDate="2023-08-05 13:25:18 +0100" endDate="2023-08-05 13:29:23 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 14:46:38 +0100" startDate="2023-08-05 14:34:39 +0100" endDate="2023-08-05 14:37:27 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 15:59:26 +0100" startDate="2023-08-05 15:43:53 +0100" endDate="2023-08-05 15:44:16 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 16:16:00 +0100" startDate="2023-08-05 15:56:13 +0100" endDate="2023-08-05 15:56:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 17:11:47 +0100" startDate="2023-08-05 16:51:51 +0100" endDate="2023-08-05 16:52:44 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 17:46:45 +0100" startDate="2023-08-05 17:30:28 +0100" endDate="2023-08-05 17:30:33 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 19:18:45 +0100" startDate="2023-08-05 19:06:20 +0100" endDate="2023-08-05 19:06:25 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 21:36:37 +0100" startDate="2023-08-05 21:24:03 +0100" endDate="2023-08-05 21:32:05 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 21:58:25 +0100" startDate="2023-08-05 21:45:27 +0100" endDate="2023-08-05 21:45:30 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 22:39:46 +0100" startDate="2023-08-05 22:29:05 +0100" endDate="2023-08-05 22:38:13 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-05 22:54:17 +0100" startDate="2023-08-05 22:43:57 +0100" endDate="2023-08-05 22:43:59 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 01:11:43 +0100" startDate="2023-08-06 01:01:33 +0100" endDate="2023-08-06 01:02:23 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 07:50:29 +0100" startDate="2023-08-06 07:39:59 +0100" endDate="2023-08-06 07:40:01 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 09:42:58 +0100" startDate="2023-08-06 09:30:02 +0100" endDate="2023-08-06 09:31:10 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 09:53:30 +0100" startDate="2023-08-06 09:42:27 +0100" endDate="2023-08-06 09:52:09 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 10:10:19 +0100" startDate="2023-08-06 09:57:33 +0100" endDate="2023-08-06 10:06:57 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 10:34:08 +0100" startDate="2023-08-06 10:21:30 +0100" endDate="2023-08-06 10:25:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 10:44:19 +0100" startDate="2023-08-06 10:32:05 +0100" endDate="2023-08-06 10:33:47 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 11:28:49 +0100" startDate="2023-08-06 11:16:47 +0100" endDate="2023-08-06 11:17:38 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 12:32:22 +0100" startDate="2023-08-06 11:49:49 +0100" endDate="2023-08-06 11:50:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 15:31:34 +0100" startDate="2023-08-06 15:02:10 +0100" endDate="2023-08-06 15:06:02 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 16:30:04 +0100" startDate="2023-08-06 16:19:01 +0100" endDate="2023-08-06 16:26:45 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 16:49:19 +0100" startDate="2023-08-06 16:37:17 +0100" endDate="2023-08-06 16:41:54 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 17:28:49 +0100" startDate="2023-08-06 17:16:49 +0100" endDate="2023-08-06 17:17:48 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 17:39:17 +0100" startDate="2023-08-06 17:27:11 +0100" endDate="2023-08-06 17:27:44 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 18:03:24 +0100" startDate="2023-08-06 17:51:17 +0100" endDate="2023-08-06 17:57:24 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 19:31:53 +0100" startDate="2023-08-06 19:20:27 +0100" endDate="2023-08-06 19:24:03 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 19:50:03 +0100" startDate="2023-08-06 19:37:13 +0100" endDate="2023-08-06 19:38:34 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 20:23:11 +0100" startDate="2023-08-06 20:12:02 +0100" endDate="2023-08-06 20:15:18 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 20:34:50 +0100" startDate="2023-08-06 20:23:47 +0100" endDate="2023-08-06 20:27:47 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-06 21:46:51 +0100" startDate="2023-08-06 21:35:48 +0100" endDate="2023-08-06 21:38:47 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 07:50:38 +0100" startDate="2023-08-07 07:40:33 +0100" endDate="2023-08-07 07:45:11 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 08:04:20 +0100" startDate="2023-08-07 07:53:17 +0100" endDate="2023-08-07 07:53:25 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 08:22:45 +0100" startDate="2023-08-07 08:12:32 +0100" endDate="2023-08-07 08:13:51 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 08:36:46 +0100" startDate="2023-08-07 08:26:36 +0100" endDate="2023-08-07 08:31:59 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 09:01:20 +0100" startDate="2023-08-07 08:50:17 +0100" endDate="2023-08-07 08:50:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 09:30:03 +0100" startDate="2023-08-07 09:19:53 +0100" endDate="2023-08-07 09:19:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 09:47:14 +0100" startDate="2023-08-07 09:36:08 +0100" endDate="2023-08-07 09:39:32 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 11:56:55 +0100" startDate="2023-08-07 11:43:53 +0100" endDate="2023-08-07 11:53:39 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 12:05:10 +0100" startDate="2023-08-07 11:54:07 +0100" endDate="2023-08-07 11:57:36 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 12:40:53 +0100" startDate="2023-08-07 12:21:07 +0100" endDate="2023-08-07 12:21:10 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 12:58:34 +0100" startDate="2023-08-07 12:47:31 +0100" endDate="2023-08-07 12:54:50 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 13:14:10 +0100" startDate="2023-08-07 13:02:02 +0100" endDate="2023-08-07 13:09:13 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 13:24:51 +0100" startDate="2023-08-07 13:12:32 +0100" endDate="2023-08-07 13:22:20 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 13:35:21 +0100" startDate="2023-08-07 13:22:56 +0100" endDate="2023-08-07 13:31:51 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 13:45:51 +0100" startDate="2023-08-07 13:35:40 +0100" endDate="2023-08-07 13:38:28 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 14:49:56 +0100" startDate="2023-08-07 14:38:53 +0100" endDate="2023-08-07 14:42:22 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 15:17:22 +0100" startDate="2023-08-07 15:06:39 +0100" endDate="2023-08-07 15:12:40 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.5.1, creation date:2023-07-06 22:49:08 +0000&gt;" unit="count" creationDate="2023-08-07 15:49:25 +0100" startDate="2023-08-07 15:38:10 +0100" endDate="2023-08-07 15:40:30 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-07 16:18:07 +0100" endDate="2023-08-07 16:25:54 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-07 16:48:59 +0100" endDate="2023-08-07 16:56:27 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-07 16:56:27 +0100" endDate="2023-08-07 18:42:51 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-07 18:42:51 +0100" endDate="2023-08-07 21:07:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 06:32:32 +0100" endDate="2023-08-08 06:38:03 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 06:38:03 +0100" endDate="2023-08-08 07:20:27 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 07:20:27 +0100" endDate="2023-08-08 08:06:30 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 08:06:30 +0100" endDate="2023-08-08 08:21:29 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 08:21:29 +0100" endDate="2023-08-08 11:13:25 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 11:13:25 +0100" endDate="2023-08-08 11:28:17 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 16:20:11 +0100" endDate="2023-08-08 16:32:18 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 16:32:18 +0100" endDate="2023-08-08 16:47:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 16:47:36 +0100" endDate="2023-08-08 16:54:36 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 16:54:36 +0100" endDate="2023-08-08 17:31:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 18:14:11 +0100" endDate="2023-08-08 18:20:10 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 18:20:10 +0100" endDate="2023-08-08 20:45:37 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-08 20:45:37 +0100" endDate="2023-08-08 20:50:27 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 06:40:38 +0100" endDate="2023-08-09 06:46:03 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 06:46:03 +0100" endDate="2023-08-09 07:08:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 07:08:58 +0100" endDate="2023-08-09 09:38:20 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 09:38:20 +0100" endDate="2023-08-09 09:42:12 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 09:42:12 +0100" endDate="2023-08-09 10:44:18 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 10:44:18 +0100" endDate="2023-08-09 10:45:19 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 10:46:33 +0100" endDate="2023-08-09 11:14:27 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 11:14:27 +0100" endDate="2023-08-09 11:19:27 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 11:19:27 +0100" endDate="2023-08-09 11:58:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 11:58:30 +0100" endDate="2023-08-09 12:03:01 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 12:03:01 +0100" endDate="2023-08-09 13:56:59 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 13:56:59 +0100" endDate="2023-08-09 14:06:51 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 14:06:51 +0100" endDate="2023-08-09 14:24:30 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 14:24:30 +0100" endDate="2023-08-09 14:34:44 +0100" value="1080"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 14:34:44 +0100" endDate="2023-08-09 14:45:41 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 14:45:41 +0100" endDate="2023-08-09 14:54:59 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 14:54:59 +0100" endDate="2023-08-09 15:00:08 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 15:00:08 +0100" endDate="2023-08-09 15:13:12 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 15:13:12 +0100" endDate="2023-08-09 15:21:21 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 16:30:35 +0100" endDate="2023-08-09 16:38:09 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 16:38:09 +0100" endDate="2023-08-09 16:47:29 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 16:49:29 +0100" endDate="2023-08-09 16:59:44 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 16:59:44 +0100" endDate="2023-08-09 17:10:04 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 17:10:04 +0100" endDate="2023-08-09 17:12:06 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 17:12:06 +0100" endDate="2023-08-09 17:36:31 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 17:36:31 +0100" endDate="2023-08-09 17:47:31 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 17:47:31 +0100" endDate="2023-08-09 17:51:00 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 17:59:30 +0100" endDate="2023-08-09 18:20:25 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 18:20:25 +0100" endDate="2023-08-09 18:30:49 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 18:30:49 +0100" endDate="2023-08-09 18:32:51 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 18:34:48 +0100" endDate="2023-08-09 19:00:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 19:31:31 +0100" endDate="2023-08-09 20:36:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 20:36:55 +0100" endDate="2023-08-09 20:45:53 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 20:48:00 +0100" endDate="2023-08-09 20:57:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 20:57:28 +0100" endDate="2023-08-09 21:19:10 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 21:19:10 +0100" endDate="2023-08-09 21:28:38 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-09 21:28:38 +0100" endDate="2023-08-09 21:32:29 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-10 05:25:18 +0100" endDate="2023-08-10 05:26:20 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-10 05:47:47 +0100" endDate="2023-08-10 06:39:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-10 07:29:31 +0100" endDate="2023-08-10 07:30:19 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-10 07:45:32 +0100" endDate="2023-08-10 07:46:05 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-10 07:57:53 +0100" endDate="2023-08-10 08:04:24 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-10 08:16:58 +0100" endDate="2023-08-10 08:22:08 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-10 09:08:23 +0100" endDate="2023-08-10 09:12:57 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-10 09:33:10 +0100" endDate="2023-08-10 09:33:43 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-10 09:45:13 +0100" endDate="2023-08-10 09:45:26 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:21 +0100" startDate="2023-08-10 10:08:03 +0100" endDate="2023-08-10 10:16:04 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-10 10:16:04 +0100" endDate="2023-08-10 10:25:35 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-10 10:28:51 +0100" endDate="2023-08-10 10:36:19 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-10 11:08:08 +0100" endDate="2023-08-10 11:15:18 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-10 11:22:11 +0100" endDate="2023-08-10 11:22:39 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-10 12:10:45 +0100" endDate="2023-08-10 12:19:52 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-10 12:34:21 +0100" endDate="2023-08-10 12:34:31 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-10 15:24:30 +0100" endDate="2023-08-10 15:25:28 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-10 16:35:56 +0100" endDate="2023-08-10 16:36:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-10 16:50:07 +0100" endDate="2023-08-10 16:58:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-10 21:18:26 +0100" endDate="2023-08-10 21:18:56 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 07:29:02 +0100" endDate="2023-08-11 07:30:49 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 07:55:44 +0100" endDate="2023-08-11 07:56:02 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 08:15:26 +0100" endDate="2023-08-11 08:17:05 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 10:15:08 +0100" endDate="2023-08-11 10:23:12 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 10:23:12 +0100" endDate="2023-08-11 10:25:22 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 10:38:06 +0100" endDate="2023-08-11 10:41:56 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 11:09:48 +0100" endDate="2023-08-11 11:09:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 11:31:20 +0100" endDate="2023-08-11 11:31:46 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 12:09:08 +0100" endDate="2023-08-11 12:10:48 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 12:23:01 +0100" endDate="2023-08-11 12:32:27 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 14:59:44 +0100" endDate="2023-08-11 15:02:12 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 16:18:45 +0100" endDate="2023-08-11 16:21:05 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 16:29:44 +0100" endDate="2023-08-11 16:38:13 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 16:59:24 +0100" endDate="2023-08-11 17:00:58 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 17:23:36 +0100" endDate="2023-08-11 17:30:52 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 17:34:00 +0100" endDate="2023-08-11 17:42:27 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 18:20:58 +0100" endDate="2023-08-11 18:21:11 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-11 18:48:22 +0100" startDate="2023-08-11 18:34:59 +0100" endDate="2023-08-11 18:38:05 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 00:25:05 +0100" startDate="2023-08-12 00:05:53 +0100" endDate="2023-08-12 00:06:52 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 00:41:18 +0100" startDate="2023-08-12 00:28:13 +0100" endDate="2023-08-12 00:32:18 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 07:31:26 +0100" startDate="2023-08-12 07:19:40 +0100" endDate="2023-08-12 07:22:00 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 11:50:02 +0100" startDate="2023-08-12 11:33:33 +0100" endDate="2023-08-12 11:40:01 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 12:07:41 +0100" startDate="2023-08-12 11:57:35 +0100" endDate="2023-08-12 11:59:15 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 12:42:06 +0100" startDate="2023-08-12 12:25:51 +0100" endDate="2023-08-12 12:35:19 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 12:46:02 +0100" startDate="2023-08-12 12:35:57 +0100" endDate="2023-08-12 12:44:32 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 13:48:58 +0100" startDate="2023-08-12 13:37:59 +0100" endDate="2023-08-12 13:47:20 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 14:05:33 +0100" startDate="2023-08-12 13:53:33 +0100" endDate="2023-08-12 13:53:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 14:24:01 +0100" startDate="2023-08-12 14:05:02 +0100" endDate="2023-08-12 14:08:46 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 14:31:21 +0100" startDate="2023-08-12 14:17:28 +0100" endDate="2023-08-12 14:18:40 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 14:59:14 +0100" startDate="2023-08-12 14:47:33 +0100" endDate="2023-08-12 14:47:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 16:05:22 +0100" startDate="2023-08-12 15:52:34 +0100" endDate="2023-08-12 15:56:27 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 16:36:02 +0100" startDate="2023-08-12 16:24:44 +0100" endDate="2023-08-12 16:26:20 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 16:50:28 +0100" startDate="2023-08-12 16:39:25 +0100" endDate="2023-08-12 16:49:19 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 17:02:34 +0100" startDate="2023-08-12 16:50:20 +0100" endDate="2023-08-12 16:58:48 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 17:12:38 +0100" startDate="2023-08-12 17:00:37 +0100" endDate="2023-08-12 17:01:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 17:27:13 +0100" startDate="2023-08-12 17:11:56 +0100" endDate="2023-08-12 17:19:28 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 17:36:28 +0100" startDate="2023-08-12 17:25:30 +0100" endDate="2023-08-12 17:31:55 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 17:48:16 +0100" startDate="2023-08-12 17:37:48 +0100" endDate="2023-08-12 17:46:17 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 18:00:25 +0100" startDate="2023-08-12 17:46:32 +0100" endDate="2023-08-12 17:46:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 18:12:57 +0100" startDate="2023-08-12 18:01:58 +0100" endDate="2023-08-12 18:11:55 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 18:26:57 +0100" startDate="2023-08-12 18:14:13 +0100" endDate="2023-08-12 18:15:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 19:15:28 +0100" startDate="2023-08-12 19:00:59 +0100" endDate="2023-08-12 19:10:25 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 19:35:08 +0100" startDate="2023-08-12 19:16:11 +0100" endDate="2023-08-12 19:17:02 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 20:16:34 +0100" startDate="2023-08-12 20:00:41 +0100" endDate="2023-08-12 20:03:16 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 20:54:15 +0100" startDate="2023-08-12 20:40:45 +0100" endDate="2023-08-12 20:46:20 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 21:03:16 +0100" startDate="2023-08-12 20:51:53 +0100" endDate="2023-08-12 20:53:28 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-12 21:44:20 +0100" startDate="2023-08-12 21:33:14 +0100" endDate="2023-08-12 21:42:45 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 07:50:48 +0100" startDate="2023-08-13 07:38:07 +0100" endDate="2023-08-13 07:38:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 09:10:33 +0100" startDate="2023-08-13 09:00:20 +0100" endDate="2023-08-13 09:05:16 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 10:34:13 +0100" startDate="2023-08-13 10:18:57 +0100" endDate="2023-08-13 10:28:58 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 10:40:01 +0100" startDate="2023-08-13 10:28:58 +0100" endDate="2023-08-13 10:34:19 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 11:28:36 +0100" startDate="2023-08-13 11:18:20 +0100" endDate="2023-08-13 11:18:46 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 12:00:25 +0100" startDate="2023-08-13 11:43:13 +0100" endDate="2023-08-13 11:45:17 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 12:59:19 +0100" startDate="2023-08-13 12:49:14 +0100" endDate="2023-08-13 12:53:08 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 15:13:13 +0100" startDate="2023-08-13 15:00:20 +0100" endDate="2023-08-13 15:01:06 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 15:23:01 +0100" startDate="2023-08-13 15:11:55 +0100" endDate="2023-08-13 15:12:00 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 16:16:37 +0100" startDate="2023-08-13 16:05:34 +0100" endDate="2023-08-13 16:05:47 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 16:32:48 +0100" startDate="2023-08-13 16:21:45 +0100" endDate="2023-08-13 16:21:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 19:29:18 +0100" startDate="2023-08-13 19:14:18 +0100" endDate="2023-08-13 19:14:36 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-13 22:14:32 +0100" startDate="2023-08-13 22:04:16 +0100" endDate="2023-08-13 22:14:12 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 03:17:39 +0100" startDate="2023-08-14 03:07:16 +0100" endDate="2023-08-14 03:10:27 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 08:23:40 +0100" startDate="2023-08-14 08:12:37 +0100" endDate="2023-08-14 08:12:44 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 09:04:07 +0100" startDate="2023-08-14 08:49:36 +0100" endDate="2023-08-14 08:49:51 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 10:36:52 +0100" startDate="2023-08-14 10:25:46 +0100" endDate="2023-08-14 10:28:06 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 11:16:30 +0100" startDate="2023-08-14 11:04:50 +0100" endDate="2023-08-14 11:12:16 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 11:36:33 +0100" startDate="2023-08-14 11:26:09 +0100" endDate="2023-08-14 11:26:21 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 11:48:01 +0100" startDate="2023-08-14 11:32:05 +0100" endDate="2023-08-14 11:39:44 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 12:39:22 +0100" startDate="2023-08-14 12:27:59 +0100" endDate="2023-08-14 12:32:47 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 12:59:26 +0100" startDate="2023-08-14 12:41:09 +0100" endDate="2023-08-14 12:44:50 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 13:13:18 +0100" startDate="2023-08-14 13:02:15 +0100" endDate="2023-08-14 13:05:54 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 16:25:19 +0100" startDate="2023-08-14 16:13:39 +0100" endDate="2023-08-14 16:16:09 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 16:34:39 +0100" startDate="2023-08-14 16:24:21 +0100" endDate="2023-08-14 16:30:36 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 18:12:05 +0100" startDate="2023-08-14 18:00:16 +0100" endDate="2023-08-14 18:00:24 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-14 21:25:46 +0100" startDate="2023-08-14 21:13:24 +0100" endDate="2023-08-14 21:15:29 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-15 05:24:45 +0100" startDate="2023-08-15 05:14:32 +0100" endDate="2023-08-15 05:14:55 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-15 07:55:50 +0100" startDate="2023-08-15 07:43:17 +0100" endDate="2023-08-15 07:43:22 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-15 08:07:59 +0100" startDate="2023-08-15 07:57:49 +0100" endDate="2023-08-15 08:05:40 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-15 10:37:43 +0100" startDate="2023-08-15 10:27:33 +0100" endDate="2023-08-15 10:35:52 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-15 15:10:48 +0100" startDate="2023-08-15 15:00:35 +0100" endDate="2023-08-15 15:00:50 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-15 17:42:57 +0100" startDate="2023-08-15 17:32:51 +0100" endDate="2023-08-15 17:41:06 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-15 22:26:33 +0100" startDate="2023-08-15 22:07:57 +0100" endDate="2023-08-15 22:10:10 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-15 22:38:17 +0100" startDate="2023-08-15 22:27:14 +0100" endDate="2023-08-15 22:27:37 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 09:01:32 +0100" startDate="2023-08-16 08:47:23 +0100" endDate="2023-08-16 08:47:29 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 09:22:07 +0100" startDate="2023-08-16 09:08:56 +0100" endDate="2023-08-16 09:10:38 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 09:57:30 +0100" startDate="2023-08-16 09:46:51 +0100" endDate="2023-08-16 09:49:09 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 10:21:13 +0100" startDate="2023-08-16 10:03:37 +0100" endDate="2023-08-16 10:04:03 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 11:15:40 +0100" startDate="2023-08-16 11:05:28 +0100" endDate="2023-08-16 11:15:29 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 11:25:39 +0100" startDate="2023-08-16 11:15:29 +0100" endDate="2023-08-16 11:25:30 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 11:39:08 +0100" startDate="2023-08-16 11:25:30 +0100" endDate="2023-08-16 11:34:30 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 11:48:10 +0100" startDate="2023-08-16 11:35:41 +0100" endDate="2023-08-16 11:40:19 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 12:52:19 +0100" startDate="2023-08-16 12:39:58 +0100" endDate="2023-08-16 12:47:04 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 13:10:17 +0100" startDate="2023-08-16 12:56:09 +0100" endDate="2023-08-16 13:06:10 +0100" value="836"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 13:19:19 +0100" startDate="2023-08-16 13:06:10 +0100" endDate="2023-08-16 13:15:17 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 14:00:03 +0100" startDate="2023-08-16 13:49:50 +0100" endDate="2023-08-16 13:50:59 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 15:51:35 +0100" startDate="2023-08-16 15:41:25 +0100" endDate="2023-08-16 15:47:09 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 16:09:30 +0100" startDate="2023-08-16 15:58:52 +0100" endDate="2023-08-16 15:58:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 18:00:34 +0100" startDate="2023-08-16 17:50:24 +0100" endDate="2023-08-16 17:58:43 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 18:49:34 +0100" startDate="2023-08-16 18:39:29 +0100" endDate="2023-08-16 18:39:36 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-16 21:02:45 +0100" startDate="2023-08-16 20:51:43 +0100" endDate="2023-08-16 20:53:07 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 04:29:47 +0100" startDate="2023-08-17 04:16:34 +0100" endDate="2023-08-17 04:16:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 04:45:27 +0100" startDate="2023-08-17 04:35:17 +0100" endDate="2023-08-17 04:39:42 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 05:11:32 +0100" startDate="2023-08-17 05:00:48 +0100" endDate="2023-08-17 05:09:23 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 05:23:03 +0100" startDate="2023-08-17 05:11:35 +0100" endDate="2023-08-17 05:21:36 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 05:32:12 +0100" startDate="2023-08-17 05:21:36 +0100" endDate="2023-08-17 05:30:34 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 05:53:26 +0100" startDate="2023-08-17 05:43:18 +0100" endDate="2023-08-17 05:52:08 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 07:09:57 +0100" startDate="2023-08-17 06:58:55 +0100" endDate="2023-08-17 07:08:56 +0100" value="970"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 07:19:16 +0100" startDate="2023-08-17 07:08:56 +0100" endDate="2023-08-17 07:18:39 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 07:30:05 +0100" startDate="2023-08-17 07:19:02 +0100" endDate="2023-08-17 07:21:22 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 08:49:42 +0100" startDate="2023-08-17 08:38:29 +0100" endDate="2023-08-17 08:46:08 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 09:09:35 +0100" startDate="2023-08-17 08:56:42 +0100" endDate="2023-08-17 08:59:28 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 11:10:55 +0100" startDate="2023-08-17 10:54:58 +0100" endDate="2023-08-17 11:01:45 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 11:32:58 +0100" startDate="2023-08-17 11:21:55 +0100" endDate="2023-08-17 11:25:24 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 11:56:06 +0100" startDate="2023-08-17 11:43:39 +0100" endDate="2023-08-17 11:43:51 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 12:52:46 +0100" startDate="2023-08-17 12:40:25 +0100" endDate="2023-08-17 12:40:37 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 13:07:39 +0100" startDate="2023-08-17 12:54:45 +0100" endDate="2023-08-17 12:58:27 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 14:54:38 +0100" startDate="2023-08-17 14:44:30 +0100" endDate="2023-08-17 14:54:31 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 15:04:38 +0100" startDate="2023-08-17 14:54:31 +0100" endDate="2023-08-17 15:04:32 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 15:14:54 +0100" startDate="2023-08-17 15:04:32 +0100" endDate="2023-08-17 15:14:33 +0100" value="1020"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 15:27:15 +0100" startDate="2023-08-17 15:14:33 +0100" endDate="2023-08-17 15:16:58 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 15:36:26 +0100" startDate="2023-08-17 15:26:12 +0100" endDate="2023-08-17 15:26:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 16:04:51 +0100" startDate="2023-08-17 15:54:37 +0100" endDate="2023-08-17 16:04:02 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 16:17:20 +0100" startDate="2023-08-17 16:04:02 +0100" endDate="2023-08-17 16:05:13 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 17:16:11 +0100" startDate="2023-08-17 17:06:03 +0100" endDate="2023-08-17 17:08:49 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 18:25:45 +0100" startDate="2023-08-17 18:14:25 +0100" endDate="2023-08-17 18:19:13 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 18:50:34 +0100" startDate="2023-08-17 18:37:52 +0100" endDate="2023-08-17 18:42:34 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 19:01:03 +0100" startDate="2023-08-17 18:50:00 +0100" endDate="2023-08-17 18:53:34 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 19:13:39 +0100" startDate="2023-08-17 19:02:37 +0100" endDate="2023-08-17 19:09:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 20:29:21 +0100" startDate="2023-08-17 20:19:10 +0100" endDate="2023-08-17 20:29:12 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 20:43:54 +0100" startDate="2023-08-17 20:29:12 +0100" endDate="2023-08-17 20:35:13 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-17 21:27:37 +0100" startDate="2023-08-17 21:17:25 +0100" endDate="2023-08-17 21:17:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-18 06:17:16 +0100" startDate="2023-08-18 06:06:33 +0100" endDate="2023-08-18 06:16:14 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-18 06:55:14 +0100" startDate="2023-08-18 06:45:03 +0100" endDate="2023-08-18 06:52:34 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-18 08:40:10 +0100" startDate="2023-08-18 08:30:05 +0100" endDate="2023-08-18 08:39:00 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-18 09:00:03 +0100" startDate="2023-08-18 08:48:08 +0100" endDate="2023-08-18 08:54:25 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-18 14:24:27 +0100" startDate="2023-08-18 14:14:14 +0100" endDate="2023-08-18 14:16:31 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-18 14:43:16 +0100" startDate="2023-08-18 14:29:51 +0100" endDate="2023-08-18 14:38:54 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-18 14:55:24 +0100" startDate="2023-08-18 14:43:19 +0100" endDate="2023-08-18 14:43:37 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-18 15:43:03 +0100" startDate="2023-08-18 15:32:00 +0100" endDate="2023-08-18 15:32:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-18 22:13:33 +0100" startDate="2023-08-18 22:03:26 +0100" endDate="2023-08-18 22:07:44 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 08:33:43 +0100" startDate="2023-08-19 08:22:40 +0100" endDate="2023-08-19 08:23:06 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 10:21:14 +0100" startDate="2023-08-19 10:07:31 +0100" endDate="2023-08-19 10:10:26 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 11:33:38 +0100" startDate="2023-08-19 11:18:12 +0100" endDate="2023-08-19 11:19:41 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 14:43:30 +0100" startDate="2023-08-19 14:30:15 +0100" endDate="2023-08-19 14:30:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 15:58:09 +0100" startDate="2023-08-19 15:45:35 +0100" endDate="2023-08-19 15:55:14 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 16:11:18 +0100" startDate="2023-08-19 15:58:13 +0100" endDate="2023-08-19 16:05:36 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 16:39:42 +0100" startDate="2023-08-19 16:29:05 +0100" endDate="2023-08-19 16:33:25 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 16:56:25 +0100" startDate="2023-08-19 16:45:23 +0100" endDate="2023-08-19 16:55:24 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 17:06:47 +0100" startDate="2023-08-19 16:55:24 +0100" endDate="2023-08-19 17:05:20 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 17:17:44 +0100" startDate="2023-08-19 17:06:16 +0100" endDate="2023-08-19 17:11:32 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 17:46:52 +0100" startDate="2023-08-19 17:34:51 +0100" endDate="2023-08-19 17:37:06 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 18:15:41 +0100" startDate="2023-08-19 18:02:23 +0100" endDate="2023-08-19 18:02:31 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-19 21:32:45 +0100" startDate="2023-08-19 21:22:29 +0100" endDate="2023-08-19 21:26:34 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 07:39:56 +0100" startDate="2023-08-20 07:28:53 +0100" endDate="2023-08-20 07:29:21 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 09:42:05 +0100" startDate="2023-08-20 09:30:57 +0100" endDate="2023-08-20 09:31:25 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 11:09:01 +0100" startDate="2023-08-20 10:58:53 +0100" endDate="2023-08-20 11:04:37 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 12:40:16 +0100" startDate="2023-08-20 12:30:08 +0100" endDate="2023-08-20 12:30:21 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 13:27:39 +0100" startDate="2023-08-20 13:12:58 +0100" endDate="2023-08-20 13:13:11 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 14:11:28 +0100" startDate="2023-08-20 13:58:55 +0100" endDate="2023-08-20 13:59:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 15:51:19 +0100" startDate="2023-08-20 15:39:39 +0100" endDate="2023-08-20 15:49:39 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 16:01:38 +0100" startDate="2023-08-20 15:49:39 +0100" endDate="2023-08-20 15:59:40 +0100" value="987"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 16:11:59 +0100" startDate="2023-08-20 15:59:40 +0100" endDate="2023-08-20 16:09:41 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 16:21:31 +0100" startDate="2023-08-20 16:09:41 +0100" endDate="2023-08-20 16:17:04 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 16:34:37 +0100" startDate="2023-08-20 16:19:53 +0100" endDate="2023-08-20 16:19:58 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 18:11:42 +0100" startDate="2023-08-20 17:59:15 +0100" endDate="2023-08-20 18:02:51 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-20 21:11:43 +0100" startDate="2023-08-20 21:00:41 +0100" endDate="2023-08-20 21:05:59 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 06:48:43 +0100" startDate="2023-08-21 06:35:57 +0100" endDate="2023-08-21 06:37:26 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 07:10:54 +0100" startDate="2023-08-21 06:57:02 +0100" endDate="2023-08-21 06:57:12 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 07:19:02 +0100" startDate="2023-08-21 07:07:59 +0100" endDate="2023-08-21 07:14:16 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 12:13:02 +0100" startDate="2023-08-21 11:56:15 +0100" endDate="2023-08-21 11:56:22 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 12:50:10 +0100" startDate="2023-08-21 12:39:07 +0100" endDate="2023-08-21 12:39:25 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 13:36:22 +0100" startDate="2023-08-21 13:15:45 +0100" endDate="2023-08-21 13:17:24 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 14:02:30 +0100" startDate="2023-08-21 13:49:37 +0100" endDate="2023-08-21 13:57:31 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 14:17:25 +0100" startDate="2023-08-21 14:07:09 +0100" endDate="2023-08-21 14:15:01 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 14:29:32 +0100" startDate="2023-08-21 14:17:13 +0100" endDate="2023-08-21 14:27:02 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 14:42:31 +0100" startDate="2023-08-21 14:27:14 +0100" endDate="2023-08-21 14:31:24 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 14:55:22 +0100" startDate="2023-08-21 14:44:26 +0100" endDate="2023-08-21 14:45:53 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 15:49:36 +0100" startDate="2023-08-21 15:35:35 +0100" endDate="2023-08-21 15:36:19 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 17:45:05 +0100" startDate="2023-08-21 17:30:48 +0100" endDate="2023-08-21 17:37:38 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 19:00:26 +0100" startDate="2023-08-21 18:44:36 +0100" endDate="2023-08-21 18:44:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 21:38:55 +0100" startDate="2023-08-21 21:26:26 +0100" endDate="2023-08-21 21:30:46 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-21 21:47:37 +0100" startDate="2023-08-21 21:36:35 +0100" endDate="2023-08-21 21:38:37 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 06:35:25 +0100" startDate="2023-08-22 06:20:37 +0100" endDate="2023-08-22 06:21:36 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 06:50:07 +0100" startDate="2023-08-22 06:38:58 +0100" endDate="2023-08-22 06:39:05 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 07:14:57 +0100" startDate="2023-08-22 07:04:47 +0100" endDate="2023-08-22 07:05:07 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 08:21:55 +0100" startDate="2023-08-22 08:05:41 +0100" endDate="2023-08-22 08:06:02 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 08:55:38 +0100" startDate="2023-08-22 08:40:10 +0100" endDate="2023-08-22 08:40:51 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 10:59:17 +0100" startDate="2023-08-22 10:48:50 +0100" endDate="2023-08-22 10:58:51 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 12:01:27 +0100" startDate="2023-08-22 11:46:46 +0100" endDate="2023-08-22 11:49:52 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 13:26:11 +0100" startDate="2023-08-22 13:12:10 +0100" endDate="2023-08-22 13:18:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 14:26:23 +0100" startDate="2023-08-22 14:11:08 +0100" endDate="2023-08-22 14:11:23 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 14:59:04 +0100" startDate="2023-08-22 14:47:42 +0100" endDate="2023-08-22 14:50:56 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 15:19:32 +0100" startDate="2023-08-22 15:08:18 +0100" endDate="2023-08-22 15:08:34 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 17:20:25 +0100" startDate="2023-08-22 17:03:23 +0100" endDate="2023-08-22 17:08:49 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 18:10:00 +0100" startDate="2023-08-22 17:58:27 +0100" endDate="2023-08-22 17:58:45 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-22 21:28:25 +0100" startDate="2023-08-22 21:18:01 +0100" endDate="2023-08-22 21:18:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 07:15:07 +0100" startDate="2023-08-23 07:03:37 +0100" endDate="2023-08-23 07:03:53 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 07:24:32 +0100" startDate="2023-08-23 07:14:02 +0100" endDate="2023-08-23 07:14:25 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 07:57:45 +0100" startDate="2023-08-23 07:47:15 +0100" endDate="2023-08-23 07:47:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 10:35:16 +0100" startDate="2023-08-23 10:23:10 +0100" endDate="2023-08-23 10:23:26 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 11:22:05 +0100" startDate="2023-08-23 11:11:02 +0100" endDate="2023-08-23 11:18:46 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 12:50:12 +0100" startDate="2023-08-23 12:35:00 +0100" endDate="2023-08-23 12:37:10 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 13:00:03 +0100" startDate="2023-08-23 12:49:00 +0100" endDate="2023-08-23 12:55:07 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 14:00:16 +0100" startDate="2023-08-23 13:49:13 +0100" endDate="2023-08-23 13:49:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 15:18:59 +0100" startDate="2023-08-23 15:07:56 +0100" endDate="2023-08-23 15:07:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 15:58:01 +0100" startDate="2023-08-23 15:44:45 +0100" endDate="2023-08-23 15:46:45 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 16:22:05 +0100" startDate="2023-08-23 15:59:29 +0100" endDate="2023-08-23 16:02:50 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 16:34:54 +0100" startDate="2023-08-23 16:22:59 +0100" endDate="2023-08-23 16:23:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 16:57:27 +0100" startDate="2023-08-23 16:43:49 +0100" endDate="2023-08-23 16:43:56 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 17:20:39 +0100" startDate="2023-08-23 17:09:30 +0100" endDate="2023-08-23 17:14:56 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 17:37:35 +0100" startDate="2023-08-23 17:27:22 +0100" endDate="2023-08-23 17:27:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 18:21:40 +0100" startDate="2023-08-23 18:08:05 +0100" endDate="2023-08-23 18:09:57 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 18:34:31 +0100" startDate="2023-08-23 18:22:31 +0100" endDate="2023-08-23 18:23:12 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 19:23:18 +0100" startDate="2023-08-23 19:12:15 +0100" endDate="2023-08-23 19:19:03 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 20:06:59 +0100" startDate="2023-08-23 19:55:56 +0100" endDate="2023-08-23 19:58:37 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 21:40:40 +0100" startDate="2023-08-23 21:29:38 +0100" endDate="2023-08-23 21:35:19 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 21:50:59 +0100" startDate="2023-08-23 21:40:25 +0100" endDate="2023-08-23 21:40:42 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-23 22:41:13 +0100" startDate="2023-08-23 22:26:16 +0100" endDate="2023-08-23 22:28:44 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 05:46:43 +0100" startDate="2023-08-24 05:36:38 +0100" endDate="2023-08-24 05:41:52 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 06:14:13 +0100" startDate="2023-08-24 06:03:10 +0100" endDate="2023-08-24 06:03:18 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 07:56:52 +0100" startDate="2023-08-24 07:40:23 +0100" endDate="2023-08-24 07:44:12 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 09:40:24 +0100" startDate="2023-08-24 09:29:39 +0100" endDate="2023-08-24 09:39:12 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 09:51:18 +0100" startDate="2023-08-24 09:40:16 +0100" endDate="2023-08-24 09:41:17 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 11:09:37 +0100" startDate="2023-08-24 10:59:25 +0100" endDate="2023-08-24 11:00:16 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 12:11:56 +0100" startDate="2023-08-24 12:01:44 +0100" endDate="2023-08-24 12:10:13 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 12:24:24 +0100" startDate="2023-08-24 12:12:46 +0100" endDate="2023-08-24 12:22:47 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 12:35:52 +0100" startDate="2023-08-24 12:22:47 +0100" endDate="2023-08-24 12:32:48 +0100" value="1095"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 12:44:59 +0100" startDate="2023-08-24 12:32:48 +0100" endDate="2023-08-24 12:35:06 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 12:54:48 +0100" startDate="2023-08-24 12:43:45 +0100" endDate="2023-08-24 12:44:00 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 14:15:07 +0100" startDate="2023-08-24 14:03:32 +0100" endDate="2023-08-24 14:13:33 +0100" value="1028"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 14:26:37 +0100" startDate="2023-08-24 14:13:33 +0100" endDate="2023-08-24 14:21:37 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 14:39:18 +0100" startDate="2023-08-24 14:24:41 +0100" endDate="2023-08-24 14:30:14 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 15:38:47 +0100" startDate="2023-08-24 15:28:34 +0100" endDate="2023-08-24 15:38:23 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 15:50:27 +0100" startDate="2023-08-24 15:38:35 +0100" endDate="2023-08-24 15:41:08 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 16:07:16 +0100" startDate="2023-08-24 15:54:36 +0100" endDate="2023-08-24 16:03:03 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 16:21:31 +0100" startDate="2023-08-24 16:05:05 +0100" endDate="2023-08-24 16:05:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 17:53:50 +0100" startDate="2023-08-24 17:40:22 +0100" endDate="2023-08-24 17:49:11 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 18:17:22 +0100" startDate="2023-08-24 18:03:45 +0100" endDate="2023-08-24 18:04:33 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 18:56:44 +0100" startDate="2023-08-24 18:45:31 +0100" endDate="2023-08-24 18:46:45 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 19:20:12 +0100" startDate="2023-08-24 19:01:32 +0100" endDate="2023-08-24 19:01:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 19:48:16 +0100" startDate="2023-08-24 19:34:49 +0100" endDate="2023-08-24 19:44:50 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 19:56:38 +0100" startDate="2023-08-24 19:44:50 +0100" endDate="2023-08-24 19:54:51 +0100" value="1175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 20:05:54 +0100" startDate="2023-08-24 19:54:51 +0100" endDate="2023-08-24 20:01:06 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 20:25:57 +0100" startDate="2023-08-24 20:15:44 +0100" endDate="2023-08-24 20:15:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 21:45:56 +0100" startDate="2023-08-24 21:32:53 +0100" endDate="2023-08-24 21:42:55 +0100" value="1011"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 21:59:05 +0100" startDate="2023-08-24 21:42:55 +0100" endDate="2023-08-24 21:46:54 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-24 22:33:37 +0100" startDate="2023-08-24 22:22:34 +0100" endDate="2023-08-24 22:22:45 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 05:46:41 +0100" startDate="2023-08-25 05:33:19 +0100" endDate="2023-08-25 05:33:47 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 06:20:49 +0100" startDate="2023-08-25 06:10:43 +0100" endDate="2023-08-25 06:11:32 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 06:34:38 +0100" startDate="2023-08-25 06:23:35 +0100" endDate="2023-08-25 06:29:34 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 07:03:19 +0100" startDate="2023-08-25 06:50:28 +0100" endDate="2023-08-25 06:56:14 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 07:13:27 +0100" startDate="2023-08-25 07:01:43 +0100" endDate="2023-08-25 07:11:32 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 07:24:07 +0100" startDate="2023-08-25 07:11:57 +0100" endDate="2023-08-25 07:18:07 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 07:37:33 +0100" startDate="2023-08-25 07:24:44 +0100" endDate="2023-08-25 07:24:55 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 07:50:09 +0100" startDate="2023-08-25 07:36:30 +0100" endDate="2023-08-25 07:42:01 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 08:02:40 +0100" startDate="2023-08-25 07:50:33 +0100" endDate="2023-08-25 07:50:53 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 08:23:59 +0100" startDate="2023-08-25 08:13:21 +0100" endDate="2023-08-25 08:23:22 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 08:33:42 +0100" startDate="2023-08-25 08:23:22 +0100" endDate="2023-08-25 08:30:33 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 08:48:51 +0100" startDate="2023-08-25 08:37:48 +0100" endDate="2023-08-25 08:37:53 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 09:07:19 +0100" startDate="2023-08-25 08:56:38 +0100" endDate="2023-08-25 09:06:15 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 09:20:14 +0100" startDate="2023-08-25 09:06:46 +0100" endDate="2023-08-25 09:06:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 09:49:45 +0100" startDate="2023-08-25 09:36:14 +0100" endDate="2023-08-25 09:37:00 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 10:03:10 +0100" startDate="2023-08-25 09:46:53 +0100" endDate="2023-08-25 09:48:17 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 10:30:56 +0100" startDate="2023-08-25 10:18:29 +0100" endDate="2023-08-25 10:25:15 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 10:44:33 +0100" startDate="2023-08-25 10:30:49 +0100" endDate="2023-08-25 10:30:59 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 11:18:12 +0100" startDate="2023-08-25 11:04:39 +0100" endDate="2023-08-25 11:12:06 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 12:15:37 +0100" startDate="2023-08-25 12:04:34 +0100" endDate="2023-08-25 12:12:58 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 12:54:13 +0100" startDate="2023-08-25 12:36:17 +0100" endDate="2023-08-25 12:36:24 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 13:28:36 +0100" startDate="2023-08-25 13:16:54 +0100" endDate="2023-08-25 13:19:50 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 13:57:20 +0100" startDate="2023-08-25 13:40:49 +0100" endDate="2023-08-25 13:44:05 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 14:36:20 +0100" startDate="2023-08-25 14:22:23 +0100" endDate="2023-08-25 14:29:06 +0100" value="734"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 15:04:12 +0100" startDate="2023-08-25 14:53:20 +0100" endDate="2023-08-25 15:03:21 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 15:16:12 +0100" startDate="2023-08-25 15:03:57 +0100" endDate="2023-08-25 15:11:25 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 15:39:20 +0100" startDate="2023-08-25 15:22:12 +0100" endDate="2023-08-25 15:30:04 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 16:03:27 +0100" startDate="2023-08-25 15:46:08 +0100" endDate="2023-08-25 15:47:52 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 16:15:17 +0100" startDate="2023-08-25 16:03:49 +0100" endDate="2023-08-25 16:09:00 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 16:25:14 +0100" startDate="2023-08-25 16:14:12 +0100" endDate="2023-08-25 16:18:24 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 16:38:38 +0100" startDate="2023-08-25 16:28:25 +0100" endDate="2023-08-25 16:35:31 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 17:01:49 +0100" startDate="2023-08-25 16:48:26 +0100" endDate="2023-08-25 16:57:37 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 17:13:31 +0100" startDate="2023-08-25 17:01:49 +0100" endDate="2023-08-25 17:11:32 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 17:24:38 +0100" startDate="2023-08-25 17:14:31 +0100" endDate="2023-08-25 17:15:14 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 17:35:49 +0100" startDate="2023-08-25 17:24:57 +0100" endDate="2023-08-25 17:31:42 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 17:50:02 +0100" startDate="2023-08-25 17:35:22 +0100" endDate="2023-08-25 17:35:34 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 18:04:50 +0100" startDate="2023-08-25 17:46:48 +0100" endDate="2023-08-25 17:50:47 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 18:30:00 +0100" startDate="2023-08-25 18:12:42 +0100" endDate="2023-08-25 18:13:35 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 00:17:44 +0100" startDate="2023-08-26 00:03:09 +0100" endDate="2023-08-26 00:06:27 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-25 23:47:42 +0100" startDate="2023-08-25 23:36:20 +0100" endDate="2023-08-25 23:42:22 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 00:24:29 +0100" startDate="2023-08-26 00:16:30 +0100" endDate="2023-08-26 00:16:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 08:53:29 +0100" startDate="2023-08-26 08:42:12 +0100" endDate="2023-08-26 08:51:52 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 09:09:33 +0100" startDate="2023-08-26 08:52:43 +0100" endDate="2023-08-26 08:56:20 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 09:33:35 +0100" startDate="2023-08-26 09:23:00 +0100" endDate="2023-08-26 09:32:28 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 09:46:39 +0100" startDate="2023-08-26 09:34:07 +0100" endDate="2023-08-26 09:44:08 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 09:58:28 +0100" startDate="2023-08-26 09:45:35 +0100" endDate="2023-08-26 09:55:03 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 10:13:05 +0100" startDate="2023-08-26 09:56:12 +0100" endDate="2023-08-26 09:58:27 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 10:24:11 +0100" startDate="2023-08-26 10:12:07 +0100" endDate="2023-08-26 10:20:21 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 10:34:19 +0100" startDate="2023-08-26 10:23:17 +0100" endDate="2023-08-26 10:24:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 12:49:05 +0100" startDate="2023-08-26 12:37:02 +0100" endDate="2023-08-26 12:37:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 13:12:24 +0100" startDate="2023-08-26 13:01:22 +0100" endDate="2023-08-26 13:01:42 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 14:41:22 +0100" startDate="2023-08-26 14:24:54 +0100" endDate="2023-08-26 14:25:14 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 18:12:36 +0100" startDate="2023-08-26 17:57:51 +0100" endDate="2023-08-26 18:02:39 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 21:52:09 +0100" startDate="2023-08-26 21:40:24 +0100" endDate="2023-08-26 21:42:08 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-26 22:04:34 +0100" startDate="2023-08-26 21:51:46 +0100" endDate="2023-08-26 21:52:04 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 16:21:55 +0100" startDate="2023-08-27 16:11:32 +0100" endDate="2023-08-27 16:11:49 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 16:38:21 +0100" startDate="2023-08-27 16:22:47 +0100" endDate="2023-08-27 16:32:48 +0100" value="1138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 16:48:57 +0100" startDate="2023-08-27 16:32:48 +0100" endDate="2023-08-27 16:40:29 +0100" value="842"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 16:59:33 +0100" startDate="2023-08-27 16:45:14 +0100" endDate="2023-08-27 16:54:17 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 17:31:52 +0100" startDate="2023-08-27 16:57:30 +0100" endDate="2023-08-27 17:00:13 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 18:16:08 +0100" startDate="2023-08-27 17:44:10 +0100" endDate="2023-08-27 17:54:01 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 18:16:08 +0100" startDate="2023-08-27 17:55:58 +0100" endDate="2023-08-27 17:58:59 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 18:46:08 +0100" startDate="2023-08-27 18:35:58 +0100" endDate="2023-08-27 18:45:59 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 18:57:59 +0100" startDate="2023-08-27 18:46:09 +0100" endDate="2023-08-27 18:55:55 +0100" value="950"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 19:12:21 +0100" startDate="2023-08-27 18:55:55 +0100" endDate="2023-08-27 19:04:22 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 19:36:20 +0100" startDate="2023-08-27 19:23:44 +0100" endDate="2023-08-27 19:26:37 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 20:42:55 +0100" startDate="2023-08-27 20:25:33 +0100" endDate="2023-08-27 20:27:25 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 20:59:30 +0100" startDate="2023-08-27 20:45:54 +0100" endDate="2023-08-27 20:45:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 21:10:43 +0100" startDate="2023-08-27 21:00:21 +0100" endDate="2023-08-27 21:08:50 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-27 21:27:54 +0100" startDate="2023-08-27 21:17:23 +0100" endDate="2023-08-27 21:17:46 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-28 02:34:14 +0100" startDate="2023-08-28 02:23:11 +0100" endDate="2023-08-28 02:25:16 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-28 08:57:48 +0100" startDate="2023-08-28 08:45:52 +0100" endDate="2023-08-28 08:49:48 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-28 09:26:21 +0100" startDate="2023-08-28 09:12:29 +0100" endDate="2023-08-28 09:12:36 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-28 16:07:51 +0100" startDate="2023-08-28 15:56:48 +0100" endDate="2023-08-28 15:58:07 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-28 16:44:15 +0100" startDate="2023-08-28 16:33:13 +0100" endDate="2023-08-28 16:33:23 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-28 16:54:12 +0100" startDate="2023-08-28 16:44:02 +0100" endDate="2023-08-28 16:47:18 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-28 17:05:29 +0100" startDate="2023-08-28 16:54:03 +0100" endDate="2023-08-28 16:54:42 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-28 19:24:41 +0100" startDate="2023-08-28 19:11:55 +0100" endDate="2023-08-28 19:11:57 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-28 21:29:14 +0100" startDate="2023-08-28 21:16:40 +0100" endDate="2023-08-28 21:22:46 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 04:39:43 +0100" startDate="2023-08-29 04:28:40 +0100" endDate="2023-08-29 04:28:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 05:20:16 +0100" startDate="2023-08-29 05:09:09 +0100" endDate="2023-08-29 05:18:37 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 05:32:41 +0100" startDate="2023-08-29 05:19:23 +0100" endDate="2023-08-29 05:29:24 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 05:40:26 +0100" startDate="2023-08-29 05:29:24 +0100" endDate="2023-08-29 05:29:26 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 06:22:35 +0100" startDate="2023-08-29 06:12:10 +0100" endDate="2023-08-29 06:13:59 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 07:00:00 +0100" startDate="2023-08-29 06:47:01 +0100" endDate="2023-08-29 06:57:02 +0100" value="1040"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 07:09:57 +0100" startDate="2023-08-29 06:57:02 +0100" endDate="2023-08-29 07:06:07 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 07:29:21 +0100" startDate="2023-08-29 07:18:50 +0100" endDate="2023-08-29 07:28:51 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 08:05:40 +0100" startDate="2023-08-29 07:51:57 +0100" endDate="2023-08-29 07:59:33 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 10:29:46 +0100" startDate="2023-08-29 10:18:18 +0100" endDate="2023-08-29 10:23:29 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 10:40:40 +0100" startDate="2023-08-29 10:29:38 +0100" endDate="2023-08-29 10:37:16 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 10:59:28 +0100" startDate="2023-08-29 10:47:51 +0100" endDate="2023-08-29 10:57:52 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 12:12:31 +0100" startDate="2023-08-29 12:00:51 +0100" endDate="2023-08-29 12:10:52 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 12:21:55 +0100" startDate="2023-08-29 12:10:52 +0100" endDate="2023-08-29 12:20:53 +0100" value="1088"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 12:32:12 +0100" startDate="2023-08-29 12:20:53 +0100" endDate="2023-08-29 12:30:01 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 12:42:05 +0100" startDate="2023-08-29 12:31:02 +0100" endDate="2023-08-29 12:31:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 13:02:23 +0100" startDate="2023-08-29 12:51:20 +0100" endDate="2023-08-29 12:52:59 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 13:32:01 +0100" startDate="2023-08-29 13:20:58 +0100" endDate="2023-08-29 13:22:19 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 14:14:38 +0100" startDate="2023-08-29 14:03:35 +0100" endDate="2023-08-29 14:03:38 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 14:43:10 +0100" startDate="2023-08-29 14:31:16 +0100" endDate="2023-08-29 14:41:17 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 14:52:26 +0100" startDate="2023-08-29 14:41:17 +0100" endDate="2023-08-29 14:51:16 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 15:03:05 +0100" startDate="2023-08-29 14:51:16 +0100" endDate="2023-08-29 14:54:58 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 19:15:28 +0100" startDate="2023-08-29 19:03:24 +0100" endDate="2023-08-29 19:03:29 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-29 21:00:33 +0100" startDate="2023-08-29 20:44:31 +0100" endDate="2023-08-29 20:48:51 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 03:50:21 +0100" startDate="2023-08-30 03:40:11 +0100" endDate="2023-08-30 03:40:56 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 07:05:15 +0100" startDate="2023-08-30 06:54:12 +0100" endDate="2023-08-30 06:54:30 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 07:28:33 +0100" startDate="2023-08-30 07:16:12 +0100" endDate="2023-08-30 07:25:53 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 07:39:05 +0100" startDate="2023-08-30 07:27:12 +0100" endDate="2023-08-30 07:28:38 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 09:03:11 +0100" startDate="2023-08-30 08:49:44 +0100" endDate="2023-08-30 08:50:27 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 10:53:46 +0100" startDate="2023-08-30 10:43:04 +0100" endDate="2023-08-30 10:53:05 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 11:04:08 +0100" startDate="2023-08-30 10:53:05 +0100" endDate="2023-08-30 11:03:06 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 11:14:54 +0100" startDate="2023-08-30 11:03:06 +0100" endDate="2023-08-30 11:13:07 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 11:27:12 +0100" startDate="2023-08-30 11:13:07 +0100" endDate="2023-08-30 11:19:01 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 11:55:50 +0100" startDate="2023-08-30 11:44:47 +0100" endDate="2023-08-30 11:52:18 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 12:41:04 +0100" startDate="2023-08-30 12:30:01 +0100" endDate="2023-08-30 12:30:19 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 13:37:40 +0100" startDate="2023-08-30 13:25:51 +0100" endDate="2023-08-30 13:29:53 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 16:42:36 +0100" startDate="2023-08-30 16:31:44 +0100" endDate="2023-08-30 16:35:00 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 16:53:56 +0100" startDate="2023-08-30 16:42:14 +0100" endDate="2023-08-30 16:52:15 +0100" value="1167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 17:04:58 +0100" startDate="2023-08-30 16:52:15 +0100" endDate="2023-08-30 16:55:08 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 17:28:20 +0100" startDate="2023-08-30 17:15:22 +0100" endDate="2023-08-30 17:20:17 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 19:44:40 +0100" startDate="2023-08-30 19:32:49 +0100" endDate="2023-08-30 19:42:50 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 19:53:08 +0100" startDate="2023-08-30 19:42:50 +0100" endDate="2023-08-30 19:49:17 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 20:03:53 +0100" startDate="2023-08-30 19:52:50 +0100" endDate="2023-08-30 19:53:18 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 20:50:34 +0100" startDate="2023-08-30 20:38:49 +0100" endDate="2023-08-30 20:39:10 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-30 21:00:54 +0100" startDate="2023-08-30 20:49:51 +0100" endDate="2023-08-30 20:53:48 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 03:47:23 +0100" startDate="2023-08-31 03:32:48 +0100" endDate="2023-08-31 03:33:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 07:40:06 +0100" startDate="2023-08-31 07:28:17 +0100" endDate="2023-08-31 07:28:22 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 08:12:20 +0100" startDate="2023-08-31 08:00:35 +0100" endDate="2023-08-31 08:01:03 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 09:02:51 +0100" startDate="2023-08-31 08:52:46 +0100" endDate="2023-08-31 08:54:05 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 09:25:44 +0100" startDate="2023-08-31 09:13:31 +0100" endDate="2023-08-31 09:22:37 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 09:35:45 +0100" startDate="2023-08-31 09:22:37 +0100" endDate="2023-08-31 09:32:38 +0100" value="1105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 09:46:11 +0100" startDate="2023-08-31 09:32:38 +0100" endDate="2023-08-31 09:38:52 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 10:06:51 +0100" startDate="2023-08-31 09:56:28 +0100" endDate="2023-08-31 10:06:29 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 10:22:02 +0100" startDate="2023-08-31 10:06:29 +0100" endDate="2023-08-31 10:16:30 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 10:31:51 +0100" startDate="2023-08-31 10:16:30 +0100" endDate="2023-08-31 10:25:22 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 11:46:13 +0100" startDate="2023-08-31 11:35:10 +0100" endDate="2023-08-31 11:44:20 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 14:12:49 +0100" startDate="2023-08-31 13:59:10 +0100" endDate="2023-08-31 14:01:40 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 15:12:22 +0100" startDate="2023-08-31 15:01:19 +0100" endDate="2023-08-31 15:05:29 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 15:44:35 +0100" startDate="2023-08-31 15:33:32 +0100" endDate="2023-08-31 15:33:52 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 16:01:10 +0100" startDate="2023-08-31 15:47:30 +0100" endDate="2023-08-31 15:47:38 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 16:19:11 +0100" startDate="2023-08-31 16:03:36 +0100" endDate="2023-08-31 16:04:32 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 16:30:01 +0100" startDate="2023-08-31 16:18:58 +0100" endDate="2023-08-31 16:19:29 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 17:11:51 +0100" startDate="2023-08-31 17:00:10 +0100" endDate="2023-08-31 17:00:53 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 18:11:05 +0100" startDate="2023-08-31 18:00:22 +0100" endDate="2023-08-31 18:03:36 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 19:04:34 +0100" startDate="2023-08-31 18:52:39 +0100" endDate="2023-08-31 18:52:52 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-08-31 19:54:57 +0100" startDate="2023-08-31 19:43:55 +0100" endDate="2023-08-31 19:50:19 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 03:30:39 +0100" startDate="2023-09-01 03:20:26 +0100" endDate="2023-09-01 03:21:43 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 03:56:43 +0100" startDate="2023-09-01 03:46:33 +0100" endDate="2023-09-01 03:47:41 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 04:13:11 +0100" startDate="2023-09-01 04:03:03 +0100" endDate="2023-09-01 04:09:18 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 05:15:54 +0100" startDate="2023-09-01 05:04:52 +0100" endDate="2023-09-01 05:14:53 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 05:28:53 +0100" startDate="2023-09-01 05:14:53 +0100" endDate="2023-09-01 05:24:26 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 05:37:26 +0100" startDate="2023-09-01 05:25:35 +0100" endDate="2023-09-01 05:30:32 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 05:54:20 +0100" startDate="2023-09-01 05:43:17 +0100" endDate="2023-09-01 05:43:20 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 07:18:16 +0100" startDate="2023-09-01 07:05:42 +0100" endDate="2023-09-01 07:11:29 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 07:22:32 +0100" startDate="2023-09-01 07:11:34 +0100" endDate="2023-09-01 07:20:52 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 07:37:52 +0100" startDate="2023-09-01 07:21:40 +0100" endDate="2023-09-01 07:27:26 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 08:34:00 +0100" startDate="2023-09-01 08:18:18 +0100" endDate="2023-09-01 08:19:58 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 10:40:36 +0100" startDate="2023-09-01 10:29:49 +0100" endDate="2023-09-01 10:38:03 +0100" value="950"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 10:49:30 +0100" startDate="2023-09-01 10:38:03 +0100" endDate="2023-09-01 10:45:59 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 11:08:38 +0100" startDate="2023-09-01 10:58:30 +0100" endDate="2023-09-01 10:58:38 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 12:47:34 +0100" startDate="2023-09-01 12:34:29 +0100" endDate="2023-09-01 12:44:30 +0100" value="970"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 12:55:53 +0100" startDate="2023-09-01 12:44:30 +0100" endDate="2023-09-01 12:52:44 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 13:08:12 +0100" startDate="2023-09-01 12:54:52 +0100" endDate="2023-09-01 12:58:05 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 13:23:43 +0100" startDate="2023-09-01 13:11:55 +0100" endDate="2023-09-01 13:13:32 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 14:24:43 +0100" startDate="2023-09-01 14:10:50 +0100" endDate="2023-09-01 14:13:18 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 14:44:41 +0100" startDate="2023-09-01 14:30:53 +0100" endDate="2023-09-01 14:32:27 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 14:57:30 +0100" startDate="2023-09-01 14:45:46 +0100" endDate="2023-09-01 14:54:48 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 15:11:18 +0100" startDate="2023-09-01 14:55:55 +0100" endDate="2023-09-01 15:05:18 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 15:22:03 +0100" startDate="2023-09-01 15:11:33 +0100" endDate="2023-09-01 15:21:26 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 15:36:27 +0100" startDate="2023-09-01 15:22:40 +0100" endDate="2023-09-01 15:27:50 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 15:57:28 +0100" startDate="2023-09-01 15:47:00 +0100" endDate="2023-09-01 15:47:20 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 16:27:55 +0100" startDate="2023-09-01 16:16:52 +0100" endDate="2023-09-01 16:22:03 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 16:39:31 +0100" startDate="2023-09-01 16:29:08 +0100" endDate="2023-09-01 16:38:16 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 17:37:00 +0100" startDate="2023-09-01 17:25:05 +0100" endDate="2023-09-01 17:25:08 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 19:04:58 +0100" startDate="2023-09-01 18:52:48 +0100" endDate="2023-09-01 19:02:08 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 19:15:04 +0100" startDate="2023-09-01 19:03:04 +0100" endDate="2023-09-01 19:12:58 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 19:40:18 +0100" startDate="2023-09-01 19:18:42 +0100" endDate="2023-09-01 19:20:44 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 19:54:15 +0100" startDate="2023-09-01 19:40:53 +0100" endDate="2023-09-01 19:48:44 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 20:04:47 +0100" startDate="2023-09-01 19:53:50 +0100" endDate="2023-09-01 20:03:05 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 20:16:42 +0100" startDate="2023-09-01 20:04:19 +0100" endDate="2023-09-01 20:10:08 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 20:28:31 +0100" startDate="2023-09-01 20:16:43 +0100" endDate="2023-09-01 20:19:21 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-01 21:29:00 +0100" startDate="2023-09-01 21:16:35 +0100" endDate="2023-09-01 21:22:31 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 07:20:19 +0100" startDate="2023-09-02 07:04:10 +0100" endDate="2023-09-02 07:09:57 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 08:03:06 +0100" startDate="2023-09-02 07:52:46 +0100" endDate="2023-09-02 07:52:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 08:33:20 +0100" startDate="2023-09-02 08:12:49 +0100" endDate="2023-09-02 08:13:43 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 10:59:57 +0100" startDate="2023-09-02 10:47:53 +0100" endDate="2023-09-02 10:51:35 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 11:11:19 +0100" startDate="2023-09-02 11:00:03 +0100" endDate="2023-09-02 11:07:23 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 11:25:29 +0100" startDate="2023-09-02 11:11:07 +0100" endDate="2023-09-02 11:20:13 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 11:33:11 +0100" startDate="2023-09-02 11:22:36 +0100" endDate="2023-09-02 11:32:35 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 11:43:51 +0100" startDate="2023-09-02 11:32:48 +0100" endDate="2023-09-02 11:39:48 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 11:56:28 +0100" startDate="2023-09-02 11:44:22 +0100" endDate="2023-09-02 11:46:16 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 13:06:06 +0100" startDate="2023-09-02 12:55:55 +0100" endDate="2023-09-02 12:59:14 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 14:38:56 +0100" startDate="2023-09-02 14:27:11 +0100" endDate="2023-09-02 14:31:49 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 15:37:13 +0100" startDate="2023-09-02 15:26:37 +0100" endDate="2023-09-02 15:33:28 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 15:50:44 +0100" startDate="2023-09-02 15:37:28 +0100" endDate="2023-09-02 15:37:36 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 16:40:23 +0100" startDate="2023-09-02 16:26:15 +0100" endDate="2023-09-02 16:28:35 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 17:07:22 +0100" startDate="2023-09-02 16:56:12 +0100" endDate="2023-09-02 17:06:13 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 17:40:38 +0100" startDate="2023-09-02 17:09:52 +0100" endDate="2023-09-02 17:12:43 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 18:33:02 +0100" startDate="2023-09-02 18:21:59 +0100" endDate="2023-09-02 18:22:09 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-02 19:00:24 +0100" startDate="2023-09-02 18:49:21 +0100" endDate="2023-09-02 18:49:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 08:42:13 +0100" startDate="2023-09-03 08:31:10 +0100" endDate="2023-09-03 08:31:13 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 09:05:33 +0100" startDate="2023-09-03 08:54:29 +0100" endDate="2023-09-03 08:55:43 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 09:30:53 +0100" startDate="2023-09-03 09:12:42 +0100" endDate="2023-09-03 09:16:03 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 10:00:46 +0100" startDate="2023-09-03 09:47:07 +0100" endDate="2023-09-03 09:55:17 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 10:30:50 +0100" startDate="2023-09-03 10:19:54 +0100" endDate="2023-09-03 10:28:39 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 10:45:02 +0100" startDate="2023-09-03 10:31:37 +0100" endDate="2023-09-03 10:40:55 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 11:20:11 +0100" startDate="2023-09-03 11:09:09 +0100" endDate="2023-09-03 11:19:07 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 11:31:15 +0100" startDate="2023-09-03 11:19:51 +0100" endDate="2023-09-03 11:29:01 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 11:42:47 +0100" startDate="2023-09-03 11:31:46 +0100" endDate="2023-09-03 11:41:47 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 11:58:29 +0100" startDate="2023-09-03 11:41:47 +0100" endDate="2023-09-03 11:51:45 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 12:07:14 +0100" startDate="2023-09-03 11:51:50 +0100" endDate="2023-09-03 12:01:52 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 12:14:46 +0100" startDate="2023-09-03 12:01:52 +0100" endDate="2023-09-03 12:11:47 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 12:24:17 +0100" startDate="2023-09-03 12:12:08 +0100" endDate="2023-09-03 12:21:21 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 12:36:51 +0100" startDate="2023-09-03 12:22:19 +0100" endDate="2023-09-03 12:29:27 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 12:50:35 +0100" startDate="2023-09-03 12:38:58 +0100" endDate="2023-09-03 12:41:21 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 13:46:33 +0100" startDate="2023-09-03 13:21:25 +0100" endDate="2023-09-03 13:23:07 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 14:03:22 +0100" startDate="2023-09-03 13:52:19 +0100" endDate="2023-09-03 13:58:08 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 15:10:34 +0100" startDate="2023-09-03 15:00:14 +0100" endDate="2023-09-03 15:07:15 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 15:24:54 +0100" startDate="2023-09-03 15:12:37 +0100" endDate="2023-09-03 15:18:04 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 16:02:01 +0100" startDate="2023-09-03 15:48:53 +0100" endDate="2023-09-03 15:57:59 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 16:16:14 +0100" startDate="2023-09-03 16:05:58 +0100" endDate="2023-09-03 16:15:31 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 16:33:28 +0100" startDate="2023-09-03 16:18:14 +0100" endDate="2023-09-03 16:28:05 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 16:42:32 +0100" startDate="2023-09-03 16:30:18 +0100" endDate="2023-09-03 16:40:07 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 16:52:34 +0100" startDate="2023-09-03 16:40:53 +0100" endDate="2023-09-03 16:50:36 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 17:04:07 +0100" startDate="2023-09-03 16:51:58 +0100" endDate="2023-09-03 17:01:56 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 17:12:06 +0100" startDate="2023-09-03 17:01:56 +0100" endDate="2023-09-03 17:07:25 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 17:37:31 +0100" startDate="2023-09-03 17:27:20 +0100" endDate="2023-09-03 17:36:28 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 18:30:10 +0100" startDate="2023-09-03 18:20:02 +0100" endDate="2023-09-03 18:20:20 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-03 21:08:54 +0100" startDate="2023-09-03 20:58:41 +0100" endDate="2023-09-03 21:07:08 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 04:55:10 +0100" startDate="2023-09-04 04:44:07 +0100" endDate="2023-09-04 04:51:38 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 06:35:34 +0100" startDate="2023-09-04 06:25:23 +0100" endDate="2023-09-04 06:25:51 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 07:14:29 +0100" startDate="2023-09-04 07:04:17 +0100" endDate="2023-09-04 07:04:27 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 08:39:25 +0100" startDate="2023-09-04 08:22:33 +0100" endDate="2023-09-04 08:22:36 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 09:57:50 +0100" startDate="2023-09-04 09:47:21 +0100" endDate="2023-09-04 09:57:22 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 10:11:12 +0100" startDate="2023-09-04 09:58:02 +0100" endDate="2023-09-04 10:04:17 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 11:06:58 +0100" startDate="2023-09-04 10:55:55 +0100" endDate="2023-09-04 11:05:05 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 11:25:45 +0100" startDate="2023-09-04 11:13:42 +0100" endDate="2023-09-04 11:20:17 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 11:47:31 +0100" startDate="2023-09-04 11:37:23 +0100" endDate="2023-09-04 11:44:00 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 12:11:54 +0100" startDate="2023-09-04 12:01:49 +0100" endDate="2023-09-04 12:02:02 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 12:24:17 +0100" startDate="2023-09-04 12:13:14 +0100" endDate="2023-09-04 12:13:17 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 12:44:41 +0100" startDate="2023-09-04 12:34:30 +0100" endDate="2023-09-04 12:43:13 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 13:00:33 +0100" startDate="2023-09-04 12:50:21 +0100" endDate="2023-09-04 13:00:22 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 13:11:24 +0100" startDate="2023-09-04 13:00:22 +0100" endDate="2023-09-04 13:10:23 +0100" value="1082"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 13:21:26 +0100" startDate="2023-09-04 13:10:23 +0100" endDate="2023-09-04 13:20:24 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 13:30:36 +0100" startDate="2023-09-04 13:20:24 +0100" endDate="2023-09-04 13:28:56 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 17:23:29 +0100" startDate="2023-09-04 17:09:41 +0100" endDate="2023-09-04 17:16:06 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 17:40:21 +0100" startDate="2023-09-04 17:29:18 +0100" endDate="2023-09-04 17:30:25 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-04 21:21:40 +0100" startDate="2023-09-04 21:10:38 +0100" endDate="2023-09-04 21:12:48 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 06:02:15 +0100" startDate="2023-09-05 05:52:07 +0100" endDate="2023-09-05 05:52:43 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 06:39:12 +0100" startDate="2023-09-05 06:27:13 +0100" endDate="2023-09-05 06:27:49 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 07:00:43 +0100" startDate="2023-09-05 06:50:39 +0100" endDate="2023-09-05 06:50:41 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 07:36:56 +0100" startDate="2023-09-05 07:25:54 +0100" endDate="2023-09-05 07:27:34 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 07:47:06 +0100" startDate="2023-09-05 07:36:43 +0100" endDate="2023-09-05 07:44:01 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 09:48:23 +0100" startDate="2023-09-05 09:31:50 +0100" endDate="2023-09-05 09:32:13 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 10:50:09 +0100" startDate="2023-09-05 10:31:11 +0100" endDate="2023-09-05 10:32:24 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 11:05:25 +0100" startDate="2023-09-05 10:48:40 +0100" endDate="2023-09-05 10:57:19 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 11:30:23 +0100" startDate="2023-09-05 11:17:53 +0100" endDate="2023-09-05 11:27:52 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 11:43:32 +0100" startDate="2023-09-05 11:27:52 +0100" endDate="2023-09-05 11:31:01 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 12:15:12 +0100" startDate="2023-09-05 12:02:08 +0100" endDate="2023-09-05 12:04:11 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 12:36:58 +0100" startDate="2023-09-05 12:26:33 +0100" endDate="2023-09-05 12:27:03 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 12:51:09 +0100" startDate="2023-09-05 12:39:48 +0100" endDate="2023-09-05 12:47:40 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 13:11:46 +0100" startDate="2023-09-05 12:53:19 +0100" endDate="2023-09-05 13:02:57 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 13:16:09 +0100" startDate="2023-09-05 13:03:20 +0100" endDate="2023-09-05 13:13:19 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 13:24:54 +0100" startDate="2023-09-05 13:13:19 +0100" endDate="2023-09-05 13:16:14 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 13:35:36 +0100" startDate="2023-09-05 13:24:59 +0100" endDate="2023-09-05 13:34:58 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 13:55:39 +0100" startDate="2023-09-05 13:41:33 +0100" endDate="2023-09-05 13:44:54 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 14:13:40 +0100" startDate="2023-09-05 14:00:12 +0100" endDate="2023-09-05 14:02:24 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 14:31:05 +0100" startDate="2023-09-05 14:15:03 +0100" endDate="2023-09-05 14:21:50 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 15:23:46 +0100" startDate="2023-09-05 15:07:43 +0100" endDate="2023-09-05 15:15:04 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 15:33:50 +0100" startDate="2023-09-05 15:18:45 +0100" endDate="2023-09-05 15:28:39 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 15:39:49 +0100" startDate="2023-09-05 15:29:09 +0100" endDate="2023-09-05 15:39:10 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 15:50:13 +0100" startDate="2023-09-05 15:39:10 +0100" endDate="2023-09-05 15:42:11 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 16:08:35 +0100" startDate="2023-09-05 15:57:51 +0100" endDate="2023-09-05 15:58:47 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 16:20:08 +0100" startDate="2023-09-05 16:09:57 +0100" endDate="2023-09-05 16:17:00 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 16:30:53 +0100" startDate="2023-09-05 16:20:24 +0100" endDate="2023-09-05 16:20:27 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 16:42:11 +0100" startDate="2023-09-05 16:30:37 +0100" endDate="2023-09-05 16:40:00 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 16:53:35 +0100" startDate="2023-09-05 16:42:18 +0100" endDate="2023-09-05 16:47:06 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 17:10:43 +0100" startDate="2023-09-05 16:52:48 +0100" endDate="2023-09-05 17:02:39 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 17:18:33 +0100" startDate="2023-09-05 17:03:38 +0100" endDate="2023-09-05 17:04:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-05 21:26:59 +0100" startDate="2023-09-05 21:16:46 +0100" endDate="2023-09-05 21:22:29 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 07:29:32 +0100" startDate="2023-09-06 07:15:47 +0100" endDate="2023-09-06 07:19:08 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 07:41:31 +0100" startDate="2023-09-06 07:30:29 +0100" endDate="2023-09-06 07:31:04 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 08:08:44 +0100" startDate="2023-09-06 07:55:52 +0100" endDate="2023-09-06 07:56:27 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 08:42:22 +0100" startDate="2023-09-06 08:30:50 +0100" endDate="2023-09-06 08:30:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 09:47:01 +0100" startDate="2023-09-06 09:30:18 +0100" endDate="2023-09-06 09:33:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 10:03:20 +0100" startDate="2023-09-06 09:48:43 +0100" endDate="2023-09-06 09:49:04 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 11:34:45 +0100" startDate="2023-09-06 11:23:43 +0100" endDate="2023-09-06 11:23:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 11:46:12 +0100" startDate="2023-09-06 11:35:36 +0100" endDate="2023-09-06 11:44:39 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 12:09:41 +0100" startDate="2023-09-06 11:55:16 +0100" endDate="2023-09-06 11:55:26 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 12:40:44 +0100" startDate="2023-09-06 12:27:35 +0100" endDate="2023-09-06 12:30:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 12:52:03 +0100" startDate="2023-09-06 12:41:00 +0100" endDate="2023-09-06 12:50:56 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 13:02:12 +0100" startDate="2023-09-06 12:52:02 +0100" endDate="2023-09-06 12:59:41 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 13:12:29 +0100" startDate="2023-09-06 13:02:24 +0100" endDate="2023-09-06 13:12:12 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 13:24:18 +0100" startDate="2023-09-06 13:13:06 +0100" endDate="2023-09-06 13:15:42 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 14:38:10 +0100" startDate="2023-09-06 14:26:28 +0100" endDate="2023-09-06 14:29:19 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 14:55:39 +0100" startDate="2023-09-06 14:45:29 +0100" endDate="2023-09-06 14:45:49 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 15:54:05 +0100" startDate="2023-09-06 15:43:57 +0100" endDate="2023-09-06 15:46:27 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 16:14:44 +0100" startDate="2023-09-06 16:03:23 +0100" endDate="2023-09-06 16:11:27 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 16:23:03 +0100" startDate="2023-09-06 16:11:27 +0100" endDate="2023-09-06 16:21:29 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 16:35:16 +0100" startDate="2023-09-06 16:21:29 +0100" endDate="2023-09-06 16:27:23 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 18:39:00 +0100" startDate="2023-09-06 18:26:16 +0100" endDate="2023-09-06 18:31:45 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 18:53:38 +0100" startDate="2023-09-06 18:41:37 +0100" endDate="2023-09-06 18:41:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 19:04:44 +0100" startDate="2023-09-06 18:51:35 +0100" endDate="2023-09-06 18:51:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 19:32:47 +0100" startDate="2023-09-06 19:19:12 +0100" endDate="2023-09-06 19:20:11 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 19:55:06 +0100" startDate="2023-09-06 19:41:50 +0100" endDate="2023-09-06 19:47:06 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 20:36:25 +0100" startDate="2023-09-06 20:26:05 +0100" endDate="2023-09-06 20:36:06 +0100" value="1099"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 20:50:49 +0100" startDate="2023-09-06 20:36:06 +0100" endDate="2023-09-06 20:45:21 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 20:57:06 +0100" startDate="2023-09-06 20:46:40 +0100" endDate="2023-09-06 20:54:13 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-06 21:07:54 +0100" startDate="2023-09-06 20:56:51 +0100" endDate="2023-09-06 20:56:56 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 04:43:49 +0100" startDate="2023-09-07 04:33:41 +0100" endDate="2023-09-07 04:34:04 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 05:13:38 +0100" startDate="2023-09-07 05:03:30 +0100" endDate="2023-09-07 05:13:31 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 05:23:48 +0100" startDate="2023-09-07 05:13:31 +0100" endDate="2023-09-07 05:23:32 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 05:35:11 +0100" startDate="2023-09-07 05:23:32 +0100" endDate="2023-09-07 05:30:17 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 05:48:03 +0100" startDate="2023-09-07 05:37:56 +0100" endDate="2023-09-07 05:46:44 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 06:53:10 +0100" startDate="2023-09-07 06:42:26 +0100" endDate="2023-09-07 06:49:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 07:05:41 +0100" startDate="2023-09-07 06:55:07 +0100" endDate="2023-09-07 07:05:09 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 07:18:16 +0100" startDate="2023-09-07 07:05:09 +0100" endDate="2023-09-07 07:15:10 +0100" value="1083"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 07:30:25 +0100" startDate="2023-09-07 07:15:10 +0100" endDate="2023-09-07 07:25:08 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 07:40:35 +0100" startDate="2023-09-07 07:25:13 +0100" endDate="2023-09-07 07:25:54 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 08:06:13 +0100" startDate="2023-09-07 07:52:02 +0100" endDate="2023-09-07 07:53:08 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 10:16:34 +0100" startDate="2023-09-07 10:05:51 +0100" endDate="2023-09-07 10:15:47 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 10:27:14 +0100" startDate="2023-09-07 10:15:54 +0100" endDate="2023-09-07 10:23:02 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 11:35:02 +0100" startDate="2023-09-07 11:22:49 +0100" endDate="2023-09-07 11:28:00 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 12:51:09 +0100" startDate="2023-09-07 12:35:17 +0100" endDate="2023-09-07 12:45:18 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 12:55:31 +0100" startDate="2023-09-07 12:45:18 +0100" endDate="2023-09-07 12:54:33 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 13:13:54 +0100" startDate="2023-09-07 13:03:46 +0100" endDate="2023-09-07 13:11:50 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 14:31:42 +0100" startDate="2023-09-07 14:18:45 +0100" endDate="2023-09-07 14:28:44 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 14:40:21 +0100" startDate="2023-09-07 14:28:44 +0100" endDate="2023-09-07 14:37:18 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 14:51:07 +0100" startDate="2023-09-07 14:40:04 +0100" endDate="2023-09-07 14:46:57 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 15:56:15 +0100" startDate="2023-09-07 15:45:52 +0100" endDate="2023-09-07 15:46:05 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 16:13:26 +0100" startDate="2023-09-07 16:00:10 +0100" endDate="2023-09-07 16:10:08 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 16:26:56 +0100" startDate="2023-09-07 16:10:13 +0100" endDate="2023-09-07 16:14:43 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 16:44:27 +0100" startDate="2023-09-07 16:33:19 +0100" endDate="2023-09-07 16:43:20 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 16:56:43 +0100" startDate="2023-09-07 16:43:40 +0100" endDate="2023-09-07 16:45:22 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 17:14:09 +0100" startDate="2023-09-07 17:01:59 +0100" endDate="2023-09-07 17:02:39 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-07 21:47:13 +0100" startDate="2023-09-07 21:37:08 +0100" endDate="2023-09-07 21:38:27 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 01:14:00 +0100" startDate="2023-09-08 01:02:58 +0100" endDate="2023-09-08 01:11:20 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 05:23:23 +0100" startDate="2023-09-08 05:13:12 +0100" endDate="2023-09-08 05:13:25 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 05:48:16 +0100" startDate="2023-09-08 05:37:13 +0100" endDate="2023-09-08 05:46:05 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 05:59:07 +0100" startDate="2023-09-08 05:47:44 +0100" endDate="2023-09-08 05:57:46 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 06:08:35 +0100" startDate="2023-09-08 05:57:46 +0100" endDate="2023-09-08 06:07:44 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 06:19:36 +0100" startDate="2023-09-08 06:07:44 +0100" endDate="2023-09-08 06:16:54 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 06:29:49 +0100" startDate="2023-09-08 06:18:47 +0100" endDate="2023-09-08 06:28:46 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 06:39:51 +0100" startDate="2023-09-08 06:28:48 +0100" endDate="2023-09-08 06:28:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 07:26:29 +0100" startDate="2023-09-08 07:16:03 +0100" endDate="2023-09-08 07:26:04 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 07:36:46 +0100" startDate="2023-09-08 07:26:04 +0100" endDate="2023-09-08 07:26:07 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 07:54:14 +0100" startDate="2023-09-08 07:41:06 +0100" endDate="2023-09-08 07:51:07 +0100" value="1073"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 08:02:18 +0100" startDate="2023-09-08 07:51:07 +0100" endDate="2023-09-08 08:00:04 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 08:18:57 +0100" startDate="2023-09-08 08:04:52 +0100" endDate="2023-09-08 08:06:04 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 09:08:25 +0100" startDate="2023-09-08 08:52:00 +0100" endDate="2023-09-08 08:55:49 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 10:17:18 +0100" startDate="2023-09-08 10:05:09 +0100" endDate="2023-09-08 10:05:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 10:35:04 +0100" startDate="2023-09-08 10:18:52 +0100" endDate="2023-09-08 10:18:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 11:31:32 +0100" startDate="2023-09-08 11:19:33 +0100" endDate="2023-09-08 11:20:16 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 11:44:47 +0100" startDate="2023-09-08 11:32:09 +0100" endDate="2023-09-08 11:39:30 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 12:14:58 +0100" startDate="2023-09-08 12:04:23 +0100" endDate="2023-09-08 12:14:24 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 12:29:09 +0100" startDate="2023-09-08 12:15:22 +0100" endDate="2023-09-08 12:19:38 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 13:12:53 +0100" startDate="2023-09-08 13:00:38 +0100" endDate="2023-09-08 13:01:29 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 13:26:51 +0100" startDate="2023-09-08 13:16:38 +0100" endDate="2023-09-08 13:24:53 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 13:39:37 +0100" startDate="2023-09-08 13:28:06 +0100" endDate="2023-09-08 13:29:15 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 13:56:34 +0100" startDate="2023-09-08 13:44:00 +0100" endDate="2023-09-08 13:51:05 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 14:07:21 +0100" startDate="2023-09-08 13:55:59 +0100" endDate="2023-09-08 13:56:42 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 14:20:45 +0100" startDate="2023-09-08 14:07:28 +0100" endDate="2023-09-08 14:14:45 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 14:45:26 +0100" startDate="2023-09-08 14:30:34 +0100" endDate="2023-09-08 14:30:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 15:06:23 +0100" startDate="2023-09-08 14:56:12 +0100" endDate="2023-09-08 15:06:12 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 15:19:17 +0100" startDate="2023-09-08 15:06:12 +0100" endDate="2023-09-08 15:10:47 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 15:49:17 +0100" startDate="2023-09-08 15:38:15 +0100" endDate="2023-09-08 15:48:16 +0100" value="1192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 15:58:24 +0100" startDate="2023-09-08 15:48:16 +0100" endDate="2023-09-08 15:56:02 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 16:23:28 +0100" startDate="2023-09-08 16:13:09 +0100" endDate="2023-09-08 16:13:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 17:38:13 +0100" startDate="2023-09-08 17:19:28 +0100" endDate="2023-09-08 17:29:21 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 17:42:14 +0100" startDate="2023-09-08 17:29:34 +0100" endDate="2023-09-08 17:39:33 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 17:55:24 +0100" startDate="2023-09-08 17:39:33 +0100" endDate="2023-09-08 17:45:22 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 19:00:00 +0100" startDate="2023-09-08 18:42:17 +0100" endDate="2023-09-08 18:44:40 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 19:08:39 +0100" startDate="2023-09-08 18:56:51 +0100" endDate="2023-09-08 19:06:50 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 19:18:57 +0100" startDate="2023-09-08 19:06:50 +0100" endDate="2023-09-08 19:11:17 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 20:46:58 +0100" startDate="2023-09-08 20:35:15 +0100" endDate="2023-09-08 20:37:02 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 21:01:21 +0100" startDate="2023-09-08 20:45:18 +0100" endDate="2023-09-08 20:45:54 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-08 22:15:36 +0100" startDate="2023-09-08 22:04:33 +0100" endDate="2023-09-08 22:05:52 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 06:58:44 +0100" startDate="2023-09-09 06:48:26 +0100" endDate="2023-09-09 06:57:57 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 07:12:48 +0100" startDate="2023-09-09 07:02:26 +0100" endDate="2023-09-09 07:12:27 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 07:23:42 +0100" startDate="2023-09-09 07:12:27 +0100" endDate="2023-09-09 07:22:26 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 07:36:41 +0100" startDate="2023-09-09 07:22:26 +0100" endDate="2023-09-09 07:26:50 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 07:47:13 +0100" startDate="2023-09-09 07:35:03 +0100" endDate="2023-09-09 07:39:45 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 08:00:36 +0100" startDate="2023-09-09 07:49:54 +0100" endDate="2023-09-09 07:59:55 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 08:13:31 +0100" startDate="2023-09-09 07:59:55 +0100" endDate="2023-09-09 08:00:56 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 08:28:58 +0100" startDate="2023-09-09 08:10:42 +0100" endDate="2023-09-09 08:10:55 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 09:09:57 +0100" startDate="2023-09-09 08:54:25 +0100" endDate="2023-09-09 09:03:36 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 09:19:12 +0100" startDate="2023-09-09 09:07:54 +0100" endDate="2023-09-09 09:08:52 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 10:22:09 +0100" startDate="2023-09-09 09:47:03 +0100" endDate="2023-09-09 09:56:01 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 10:22:09 +0100" startDate="2023-09-09 10:01:01 +0100" endDate="2023-09-09 10:10:45 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 10:22:09 +0100" startDate="2023-09-09 10:11:33 +0100" endDate="2023-09-09 10:11:53 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 10:22:32 +0100" startDate="2023-09-09 10:12:29 +0100" endDate="2023-09-09 10:22:30 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 10:45:03 +0100" startDate="2023-09-09 10:22:30 +0100" endDate="2023-09-09 10:32:06 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 10:45:03 +0100" startDate="2023-09-09 10:33:15 +0100" endDate="2023-09-09 10:35:37 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 11:06:42 +0100" startDate="2023-09-09 10:36:23 +0100" endDate="2023-09-09 10:46:01 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 11:06:42 +0100" startDate="2023-09-09 10:46:11 +0100" endDate="2023-09-09 10:46:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 11:06:42 +0100" startDate="2023-09-09 10:46:22 +0100" endDate="2023-09-09 10:55:47 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 11:10:51 +0100" startDate="2023-09-09 10:56:53 +0100" endDate="2023-09-09 11:06:54 +0100" value="688"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 11:22:12 +0100" startDate="2023-09-09 11:06:54 +0100" endDate="2023-09-09 11:10:59 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 11:43:07 +0100" startDate="2023-09-09 11:19:34 +0100" endDate="2023-09-09 11:29:35 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 11:43:07 +0100" startDate="2023-09-09 11:29:35 +0100" endDate="2023-09-09 11:39:36 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 12:08:31 +0100" startDate="2023-09-09 11:39:36 +0100" endDate="2023-09-09 11:44:44 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 12:08:31 +0100" startDate="2023-09-09 11:57:46 +0100" endDate="2023-09-09 12:05:22 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 12:26:15 +0100" startDate="2023-09-09 12:05:30 +0100" endDate="2023-09-09 12:08:15 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 13:05:19 +0100" startDate="2023-09-09 12:49:42 +0100" endDate="2023-09-09 12:51:01 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 14:04:17 +0100" startDate="2023-09-09 13:36:44 +0100" endDate="2023-09-09 13:37:17 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 14:19:29 +0100" startDate="2023-09-09 14:07:44 +0100" endDate="2023-09-09 14:17:27 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 14:35:24 +0100" startDate="2023-09-09 14:17:45 +0100" endDate="2023-09-09 14:23:44 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 15:29:11 +0100" startDate="2023-09-09 15:06:48 +0100" endDate="2023-09-09 15:06:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 15:39:55 +0100" startDate="2023-09-09 15:20:19 +0100" endDate="2023-09-09 15:20:22 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 16:09:39 +0100" startDate="2023-09-09 15:58:37 +0100" endDate="2023-09-09 16:04:49 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 16:22:50 +0100" startDate="2023-09-09 16:09:57 +0100" endDate="2023-09-09 16:11:57 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 16:52:29 +0100" startDate="2023-09-09 16:36:26 +0100" endDate="2023-09-09 16:42:31 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 18:16:11 +0100" startDate="2023-09-09 18:06:01 +0100" endDate="2023-09-09 18:06:08 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 18:29:39 +0100" startDate="2023-09-09 18:17:59 +0100" endDate="2023-09-09 18:25:30 +0100" value="532"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 18:37:41 +0100" startDate="2023-09-09 18:25:30 +0100" endDate="2023-09-09 18:35:03 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 18:48:41 +0100" startDate="2023-09-09 18:37:01 +0100" endDate="2023-09-09 18:45:35 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 19:00:00 +0100" startDate="2023-09-09 18:47:14 +0100" endDate="2023-09-09 18:57:16 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 19:07:49 +0100" startDate="2023-09-09 18:57:16 +0100" endDate="2023-09-09 19:07:17 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 19:18:05 +0100" startDate="2023-09-09 19:07:17 +0100" endDate="2023-09-09 19:13:46 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 19:28:04 +0100" startDate="2023-09-09 19:14:40 +0100" endDate="2023-09-09 19:24:39 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 19:37:32 +0100" startDate="2023-09-09 19:24:56 +0100" endDate="2023-09-09 19:34:24 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 19:46:17 +0100" startDate="2023-09-09 19:35:28 +0100" endDate="2023-09-09 19:45:29 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303cd8fa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 20:02:00 +0100" startDate="2023-09-09 19:45:29 +0100" endDate="2023-09-09 19:55:30 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 20:12:40 +0100" startDate="2023-09-09 19:55:30 +0100" endDate="2023-09-09 20:05:08 +0100" value="862"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 20:22:46 +0100" startDate="2023-09-09 20:05:11 +0100" endDate="2023-09-09 20:12:47 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 20:25:24 +0100" startDate="2023-09-09 20:12:52 +0100" endDate="2023-09-09 20:22:53 +0100" value="997"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 20:34:41 +0100" startDate="2023-09-09 20:22:53 +0100" endDate="2023-09-09 20:32:54 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 20:48:08 +0100" startDate="2023-09-09 20:32:54 +0100" endDate="2023-09-09 20:42:55 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 20:55:06 +0100" startDate="2023-09-09 20:42:55 +0100" endDate="2023-09-09 20:52:56 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 21:13:58 +0100" startDate="2023-09-09 20:52:56 +0100" endDate="2023-09-09 21:02:47 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 21:13:58 +0100" startDate="2023-09-09 21:03:08 +0100" endDate="2023-09-09 21:08:54 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 21:19:17 +0100" startDate="2023-09-09 21:08:54 +0100" endDate="2023-09-09 21:14:02 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 21:26:16 +0100" startDate="2023-09-09 21:14:53 +0100" endDate="2023-09-09 21:21:43 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 21:41:43 +0100" startDate="2023-09-09 21:25:22 +0100" endDate="2023-09-09 21:34:42 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 21:48:03 +0100" startDate="2023-09-09 21:35:41 +0100" endDate="2023-09-09 21:45:42 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 22:05:22 +0100" startDate="2023-09-09 21:45:42 +0100" endDate="2023-09-09 21:55:36 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 22:17:24 +0100" startDate="2023-09-09 21:56:01 +0100" endDate="2023-09-09 22:03:39 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 22:20:34 +0100" startDate="2023-09-09 22:09:00 +0100" endDate="2023-09-09 22:14:06 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-09 22:38:41 +0100" startDate="2023-09-09 22:26:25 +0100" endDate="2023-09-09 22:32:57 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 00:07:37 +0100" startDate="2023-09-09 23:56:55 +0100" endDate="2023-09-10 00:05:24 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 00:18:53 +0100" startDate="2023-09-10 00:07:39 +0100" endDate="2023-09-10 00:17:38 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 00:29:49 +0100" startDate="2023-09-10 00:17:38 +0100" endDate="2023-09-10 00:19:02 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 01:08:15 +0100" startDate="2023-09-10 00:58:09 +0100" endDate="2023-09-10 00:58:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 07:49:06 +0100" startDate="2023-09-10 07:38:58 +0100" endDate="2023-09-10 07:47:45 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 08:00:09 +0100" startDate="2023-09-10 07:49:06 +0100" endDate="2023-09-10 07:54:47 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 08:15:06 +0100" startDate="2023-09-10 08:04:58 +0100" endDate="2023-09-10 08:05:24 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 08:45:51 +0100" startDate="2023-09-10 08:34:48 +0100" endDate="2023-09-10 08:43:03 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 08:58:16 +0100" startDate="2023-09-10 08:45:31 +0100" endDate="2023-09-10 08:45:36 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 09:29:15 +0100" startDate="2023-09-10 09:18:02 +0100" endDate="2023-09-10 09:23:03 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 09:40:38 +0100" startDate="2023-09-10 09:30:33 +0100" endDate="2023-09-10 09:30:48 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 10:17:39 +0100" startDate="2023-09-10 10:07:12 +0100" endDate="2023-09-10 10:08:39 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 10:40:42 +0100" startDate="2023-09-10 10:30:37 +0100" endDate="2023-09-10 10:31:23 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 11:09:52 +0100" startDate="2023-09-10 10:58:51 +0100" endDate="2023-09-10 10:58:59 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 12:41:38 +0100" startDate="2023-09-10 12:31:26 +0100" endDate="2023-09-10 12:39:48 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 14:43:35 +0100" startDate="2023-09-10 14:31:07 +0100" endDate="2023-09-10 14:35:27 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 15:01:40 +0100" startDate="2023-09-10 14:51:35 +0100" endDate="2023-09-10 14:55:57 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 15:56:48 +0100" startDate="2023-09-10 15:45:10 +0100" endDate="2023-09-10 15:55:11 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 16:06:14 +0100" startDate="2023-09-10 15:55:11 +0100" endDate="2023-09-10 15:57:49 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 18:58:09 +0100" startDate="2023-09-10 18:43:03 +0100" endDate="2023-09-10 18:43:26 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 19:43:29 +0100" startDate="2023-09-10 19:33:06 +0100" endDate="2023-09-10 19:36:22 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6" device="&lt;&lt;HKDevice: 0x303ca6620&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6, creation date:2023-08-11 17:46:57 +0000&gt;" unit="count" creationDate="2023-09-10 21:17:29 +0100" startDate="2023-09-10 21:05:21 +0100" endDate="2023-09-10 21:07:51 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 06:39:52 +0100" startDate="2023-09-11 06:28:24 +0100" endDate="2023-09-11 06:38:17 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 06:49:38 +0100" startDate="2023-09-11 06:38:35 +0100" endDate="2023-09-11 06:41:46 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 07:17:34 +0100" startDate="2023-09-11 06:58:46 +0100" endDate="2023-09-11 07:05:18 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 08:01:25 +0100" startDate="2023-09-11 07:49:28 +0100" endDate="2023-09-11 07:53:01 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 10:42:24 +0100" startDate="2023-09-11 10:25:56 +0100" endDate="2023-09-11 10:27:46 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 11:33:07 +0100" startDate="2023-09-11 11:21:16 +0100" endDate="2023-09-11 11:21:23 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 11:43:26 +0100" startDate="2023-09-11 11:32:23 +0100" endDate="2023-09-11 11:42:24 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 11:53:26 +0100" startDate="2023-09-11 11:42:24 +0100" endDate="2023-09-11 11:42:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 12:05:46 +0100" startDate="2023-09-11 11:55:36 +0100" endDate="2023-09-11 11:55:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 12:15:50 +0100" startDate="2023-09-11 12:05:37 +0100" endDate="2023-09-11 12:05:45 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 14:07:46 +0100" startDate="2023-09-11 13:56:35 +0100" endDate="2023-09-11 14:05:48 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 14:50:48 +0100" startDate="2023-09-11 14:40:07 +0100" endDate="2023-09-11 14:49:30 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 16:16:55 +0100" startDate="2023-09-11 16:05:15 +0100" endDate="2023-09-11 16:13:22 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 16:32:54 +0100" startDate="2023-09-11 16:22:42 +0100" endDate="2023-09-11 16:31:04 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 16:44:12 +0100" startDate="2023-09-11 16:32:49 +0100" endDate="2023-09-11 16:33:27 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 17:13:21 +0100" startDate="2023-09-11 17:02:18 +0100" endDate="2023-09-11 17:02:31 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 17:24:27 +0100" startDate="2023-09-11 17:13:34 +0100" endDate="2023-09-11 17:16:37 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 18:51:52 +0100" startDate="2023-09-11 18:40:01 +0100" endDate="2023-09-11 18:46:03 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 19:23:31 +0100" startDate="2023-09-11 19:13:10 +0100" endDate="2023-09-11 19:22:18 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-11 21:25:19 +0100" startDate="2023-09-11 21:14:16 +0100" endDate="2023-09-11 21:19:58 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 06:47:53 +0100" startDate="2023-09-12 06:36:49 +0100" endDate="2023-09-12 06:44:55 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 06:59:43 +0100" startDate="2023-09-12 06:48:40 +0100" endDate="2023-09-12 06:48:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 07:29:24 +0100" startDate="2023-09-12 07:19:09 +0100" endDate="2023-09-12 07:19:16 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 10:55:12 +0100" startDate="2023-09-12 10:44:09 +0100" endDate="2023-09-12 10:44:34 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 11:07:36 +0100" startDate="2023-09-12 10:57:26 +0100" endDate="2023-09-12 11:05:56 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 11:25:20 +0100" startDate="2023-09-12 11:08:19 +0100" endDate="2023-09-12 11:08:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 11:40:31 +0100" startDate="2023-09-12 11:26:36 +0100" endDate="2023-09-12 11:35:54 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 12:15:51 +0100" startDate="2023-09-12 12:02:43 +0100" endDate="2023-09-12 12:11:28 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 12:49:16 +0100" startDate="2023-09-12 12:34:55 +0100" endDate="2023-09-12 12:35:11 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 13:44:47 +0100" startDate="2023-09-12 13:31:48 +0100" endDate="2023-09-12 13:40:40 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 14:29:53 +0100" startDate="2023-09-12 14:18:50 +0100" endDate="2023-09-12 14:20:04 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 15:35:35 +0100" startDate="2023-09-12 15:24:32 +0100" endDate="2023-09-12 15:30:52 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 15:48:59 +0100" startDate="2023-09-12 15:38:54 +0100" endDate="2023-09-12 15:39:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 16:08:59 +0100" startDate="2023-09-12 15:54:42 +0100" endDate="2023-09-12 15:56:49 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 17:25:06 +0100" startDate="2023-09-12 17:15:00 +0100" endDate="2023-09-12 17:22:28 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 21:01:36 +0100" startDate="2023-09-12 20:51:25 +0100" endDate="2023-09-12 20:55:17 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-12 21:49:19 +0100" startDate="2023-09-12 21:39:09 +0100" endDate="2023-09-12 21:39:16 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 07:26:39 +0100" startDate="2023-09-13 07:16:34 +0100" endDate="2023-09-13 07:20:20 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 07:38:37 +0100" startDate="2023-09-13 07:27:54 +0100" endDate="2023-09-13 07:32:03 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 09:27:41 +0100" startDate="2023-09-13 09:11:38 +0100" endDate="2023-09-13 09:13:47 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 11:15:28 +0100" startDate="2023-09-13 11:03:41 +0100" endDate="2023-09-13 11:04:19 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 11:58:58 +0100" startDate="2023-09-13 11:43:41 +0100" endDate="2023-09-13 11:50:39 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 12:57:33 +0100" startDate="2023-09-13 12:46:22 +0100" endDate="2023-09-13 12:46:47 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 13:18:14 +0100" startDate="2023-09-13 13:06:40 +0100" endDate="2023-09-13 13:16:36 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 13:27:55 +0100" startDate="2023-09-13 13:16:36 +0100" endDate="2023-09-13 13:22:33 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 13:44:24 +0100" startDate="2023-09-13 13:27:33 +0100" endDate="2023-09-13 13:37:24 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 14:41:04 +0100" startDate="2023-09-13 14:23:31 +0100" endDate="2023-09-13 14:23:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 14:55:02 +0100" startDate="2023-09-13 14:41:18 +0100" endDate="2023-09-13 14:41:20 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 15:27:23 +0100" startDate="2023-09-13 15:13:14 +0100" endDate="2023-09-13 15:18:59 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 16:30:38 +0100" startDate="2023-09-13 16:17:37 +0100" endDate="2023-09-13 16:22:27 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 17:37:16 +0100" startDate="2023-09-13 17:26:13 +0100" endDate="2023-09-13 17:26:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 18:42:11 +0100" startDate="2023-09-13 18:31:09 +0100" endDate="2023-09-13 18:40:26 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 18:56:35 +0100" startDate="2023-09-13 18:44:44 +0100" endDate="2023-09-13 18:45:27 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 19:12:35 +0100" startDate="2023-09-13 19:01:13 +0100" endDate="2023-09-13 19:04:11 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-13 21:01:28 +0100" startDate="2023-09-13 20:50:26 +0100" endDate="2023-09-13 20:52:28 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 06:28:46 +0100" startDate="2023-09-14 06:17:12 +0100" endDate="2023-09-14 06:25:57 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 06:38:18 +0100" startDate="2023-09-14 06:27:16 +0100" endDate="2023-09-14 06:32:34 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 07:00:00 +0100" startDate="2023-09-14 06:46:17 +0100" endDate="2023-09-14 06:46:53 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 12:06:27 +0100" startDate="2023-09-14 11:56:17 +0100" endDate="2023-09-14 11:56:35 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 15:39:14 +0100" startDate="2023-09-14 15:29:04 +0100" endDate="2023-09-14 15:33:14 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 15:57:45 +0100" startDate="2023-09-14 15:42:35 +0100" endDate="2023-09-14 15:42:43 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 16:11:13 +0100" startDate="2023-09-14 15:57:59 +0100" endDate="2023-09-14 16:00:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 16:23:46 +0100" startDate="2023-09-14 16:12:44 +0100" endDate="2023-09-14 16:20:11 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 16:55:22 +0100" startDate="2023-09-14 16:43:53 +0100" endDate="2023-09-14 16:53:52 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 17:07:10 +0100" startDate="2023-09-14 16:53:52 +0100" endDate="2023-09-14 17:03:51 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 17:15:28 +0100" startDate="2023-09-14 17:03:51 +0100" endDate="2023-09-14 17:06:44 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 17:41:39 +0100" startDate="2023-09-14 17:30:56 +0100" endDate="2023-09-14 17:31:44 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 18:00:00 +0100" startDate="2023-09-14 17:45:54 +0100" endDate="2023-09-14 17:49:41 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 20:54:54 +0100" startDate="2023-09-14 20:42:03 +0100" endDate="2023-09-14 20:50:25 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 21:51:48 +0100" startDate="2023-09-14 21:39:20 +0100" endDate="2023-09-14 21:44:31 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 22:05:26 +0100" startDate="2023-09-14 21:53:40 +0100" endDate="2023-09-14 21:59:48 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-14 22:53:51 +0100" startDate="2023-09-14 22:42:48 +0100" endDate="2023-09-14 22:47:56 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 06:06:55 +0100" startDate="2023-09-15 05:56:20 +0100" endDate="2023-09-15 05:57:56 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 06:58:34 +0100" startDate="2023-09-15 06:40:57 +0100" endDate="2023-09-15 06:41:33 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 07:31:49 +0100" startDate="2023-09-15 07:21:03 +0100" endDate="2023-09-15 07:31:04 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 07:43:27 +0100" startDate="2023-09-15 07:31:04 +0100" endDate="2023-09-15 07:31:07 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 08:00:44 +0100" startDate="2023-09-15 07:49:41 +0100" endDate="2023-09-15 07:51:44 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 08:13:53 +0100" startDate="2023-09-15 08:02:56 +0100" endDate="2023-09-15 08:10:16 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 08:33:57 +0100" startDate="2023-09-15 08:23:52 +0100" endDate="2023-09-15 08:23:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 11:57:58 +0100" startDate="2023-09-15 11:45:19 +0100" endDate="2023-09-15 11:45:50 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 12:09:24 +0100" startDate="2023-09-15 11:58:10 +0100" endDate="2023-09-15 12:08:11 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 12:19:18 +0100" startDate="2023-09-15 12:08:11 +0100" endDate="2023-09-15 12:18:02 +0100" value="1133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 12:30:09 +0100" startDate="2023-09-15 12:18:12 +0100" endDate="2023-09-15 12:20:04 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 12:39:31 +0100" startDate="2023-09-15 12:28:28 +0100" endDate="2023-09-15 12:28:31 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 13:49:06 +0100" startDate="2023-09-15 13:35:59 +0100" endDate="2023-09-15 13:41:23 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 14:05:31 +0100" startDate="2023-09-15 13:55:13 +0100" endDate="2023-09-15 13:58:14 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 14:18:13 +0100" startDate="2023-09-15 14:05:51 +0100" endDate="2023-09-15 14:15:29 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 14:30:40 +0100" startDate="2023-09-15 14:16:22 +0100" endDate="2023-09-15 14:26:24 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 14:38:56 +0100" startDate="2023-09-15 14:26:24 +0100" endDate="2023-09-15 14:35:37 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 14:48:45 +0100" startDate="2023-09-15 14:37:42 +0100" endDate="2023-09-15 14:37:57 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 15:04:59 +0100" startDate="2023-09-15 14:52:11 +0100" endDate="2023-09-15 15:02:10 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 15:15:44 +0100" startDate="2023-09-15 15:02:10 +0100" endDate="2023-09-15 15:11:38 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 15:27:39 +0100" startDate="2023-09-15 15:14:26 +0100" endDate="2023-09-15 15:18:36 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 15:45:54 +0100" startDate="2023-09-15 15:34:46 +0100" endDate="2023-09-15 15:37:24 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 16:07:58 +0100" startDate="2023-09-15 15:56:50 +0100" endDate="2023-09-15 15:58:01 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 16:33:13 +0100" startDate="2023-09-15 16:21:43 +0100" endDate="2023-09-15 16:28:43 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 16:40:09 +0100" startDate="2023-09-15 16:28:43 +0100" endDate="2023-09-15 16:36:34 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 16:52:07 +0100" startDate="2023-09-15 16:40:15 +0100" endDate="2023-09-15 16:40:17 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 17:05:42 +0100" startDate="2023-09-15 16:53:54 +0100" endDate="2023-09-15 16:56:24 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 17:22:37 +0100" startDate="2023-09-15 17:09:39 +0100" endDate="2023-09-15 17:10:20 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 17:36:35 +0100" startDate="2023-09-15 17:21:03 +0100" endDate="2023-09-15 17:21:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 17:59:58 +0100" startDate="2023-09-15 17:45:44 +0100" endDate="2023-09-15 17:46:07 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 22:42:56 +0100" startDate="2023-09-15 22:39:06 +0100" endDate="2023-09-15 22:41:18 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-15 22:46:36 +0100" startDate="2023-09-15 22:43:59 +0100" endDate="2023-09-15 22:44:37 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 09:11:17 +0100" startDate="2023-09-16 08:57:46 +0100" endDate="2023-09-16 09:05:40 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 09:23:42 +0100" startDate="2023-09-16 09:08:31 +0100" endDate="2023-09-16 09:18:32 +0100" value="986"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 09:31:36 +0100" startDate="2023-09-16 09:18:32 +0100" endDate="2023-09-16 09:26:59 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 09:57:53 +0100" startDate="2023-09-16 09:45:21 +0100" endDate="2023-09-16 09:54:41 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 10:12:39 +0100" startDate="2023-09-16 10:00:51 +0100" endDate="2023-09-16 10:09:30 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 10:24:00 +0100" startDate="2023-09-16 10:12:57 +0100" endDate="2023-09-16 10:21:01 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 10:35:28 +0100" startDate="2023-09-16 10:23:42 +0100" endDate="2023-09-16 10:33:30 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 10:45:06 +0100" startDate="2023-09-16 10:33:48 +0100" endDate="2023-09-16 10:43:49 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 10:57:33 +0100" startDate="2023-09-16 10:43:49 +0100" endDate="2023-09-16 10:53:50 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 11:04:59 +0100" startDate="2023-09-16 10:53:50 +0100" endDate="2023-09-16 10:57:27 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 11:38:04 +0100" startDate="2023-09-16 11:22:57 +0100" endDate="2023-09-16 11:31:18 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 11:44:39 +0100" startDate="2023-09-16 11:33:31 +0100" endDate="2023-09-16 11:43:32 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 11:55:38 +0100" startDate="2023-09-16 11:43:32 +0100" endDate="2023-09-16 11:51:51 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 12:09:13 +0100" startDate="2023-09-16 11:56:50 +0100" endDate="2023-09-16 12:06:51 +0100" value="813"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 12:17:00 +0100" startDate="2023-09-16 12:06:51 +0100" endDate="2023-09-16 12:08:38 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 13:11:52 +0100" startDate="2023-09-16 12:46:01 +0100" endDate="2023-09-16 12:53:21 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 13:11:52 +0100" startDate="2023-09-16 12:59:05 +0100" endDate="2023-09-16 13:05:56 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 13:18:27 +0100" startDate="2023-09-16 13:05:56 +0100" endDate="2023-09-16 13:15:55 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 13:37:56 +0100" startDate="2023-09-16 13:15:55 +0100" endDate="2023-09-16 13:24:27 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 13:37:56 +0100" startDate="2023-09-16 13:25:53 +0100" endDate="2023-09-16 13:26:55 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 13:54:17 +0100" startDate="2023-09-16 13:42:14 +0100" endDate="2023-09-16 13:51:40 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 14:14:37 +0100" startDate="2023-09-16 13:53:04 +0100" endDate="2023-09-16 14:01:42 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 14:19:00 +0100" startDate="2023-09-16 14:05:06 +0100" endDate="2023-09-16 14:10:52 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 14:26:53 +0100" startDate="2023-09-16 14:15:08 +0100" endDate="2023-09-16 14:18:34 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 14:41:19 +0100" startDate="2023-09-16 14:25:43 +0100" endDate="2023-09-16 14:34:10 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 14:50:48 +0100" startDate="2023-09-16 14:35:47 +0100" endDate="2023-09-16 14:45:46 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 14:57:38 +0100" startDate="2023-09-16 14:45:46 +0100" endDate="2023-09-16 14:55:46 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 15:15:02 +0100" startDate="2023-09-16 14:55:46 +0100" endDate="2023-09-16 15:03:02 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 15:26:44 +0100" startDate="2023-09-16 15:15:37 +0100" endDate="2023-09-16 15:24:13 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 15:40:43 +0100" startDate="2023-09-16 15:28:53 +0100" endDate="2023-09-16 15:38:22 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 15:56:53 +0100" startDate="2023-09-16 15:38:22 +0100" endDate="2023-09-16 15:40:01 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 17:08:51 +0100" startDate="2023-09-16 16:57:31 +0100" endDate="2023-09-16 17:02:09 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 17:22:05 +0100" startDate="2023-09-16 17:08:08 +0100" endDate="2023-09-16 17:17:19 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 17:33:02 +0100" startDate="2023-09-16 17:21:34 +0100" endDate="2023-09-16 17:31:30 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 18:45:39 +0100" startDate="2023-09-16 18:31:48 +0100" endDate="2023-09-16 18:32:01 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 18:58:32 +0100" startDate="2023-09-16 18:46:00 +0100" endDate="2023-09-16 18:46:05 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 20:37:04 +0100" startDate="2023-09-16 20:22:38 +0100" endDate="2023-09-16 20:23:52 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 20:48:05 +0100" startDate="2023-09-16 20:35:56 +0100" endDate="2023-09-16 20:35:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 21:02:23 +0100" startDate="2023-09-16 20:50:10 +0100" endDate="2023-09-16 20:50:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 21:29:01 +0100" startDate="2023-09-16 21:17:33 +0100" endDate="2023-09-16 21:21:05 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-16 22:38:54 +0100" startDate="2023-09-16 22:27:51 +0100" endDate="2023-09-16 22:33:46 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 04:52:36 +0100" startDate="2023-09-17 04:37:56 +0100" endDate="2023-09-17 04:38:03 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 07:09:25 +0100" startDate="2023-09-17 06:56:21 +0100" endDate="2023-09-17 07:00:53 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 08:07:39 +0100" startDate="2023-09-17 07:57:26 +0100" endDate="2023-09-17 08:05:10 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 08:25:03 +0100" startDate="2023-09-17 08:08:28 +0100" endDate="2023-09-17 08:16:50 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 09:00:00 +0100" startDate="2023-09-17 08:20:42 +0100" endDate="2023-09-17 08:23:41 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 09:58:46 +0100" startDate="2023-09-17 09:27:46 +0100" endDate="2023-09-17 09:28:03 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 10:33:27 +0100" startDate="2023-09-17 10:09:03 +0100" endDate="2023-09-17 10:18:19 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 10:33:27 +0100" startDate="2023-09-17 10:21:22 +0100" endDate="2023-09-17 10:26:56 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 11:15:00 +0100" startDate="2023-09-17 10:26:56 +0100" endDate="2023-09-17 10:32:38 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 11:59:53 +0100" startDate="2023-09-17 11:27:40 +0100" endDate="2023-09-17 11:29:45 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 12:32:13 +0100" startDate="2023-09-17 11:57:35 +0100" endDate="2023-09-17 12:00:10 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 12:50:15 +0100" startDate="2023-09-17 12:40:03 +0100" endDate="2023-09-17 12:45:17 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 13:51:04 +0100" startDate="2023-09-17 13:37:33 +0100" endDate="2023-09-17 13:37:46 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 14:10:13 +0100" startDate="2023-09-17 13:54:40 +0100" endDate="2023-09-17 13:57:23 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-17 21:48:08 +0100" startDate="2023-09-17 21:37:53 +0100" endDate="2023-09-17 21:40:28 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 04:47:13 +0100" startDate="2023-09-18 04:36:06 +0100" endDate="2023-09-18 04:36:26 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 05:07:55 +0100" startDate="2023-09-18 04:51:51 +0100" endDate="2023-09-18 04:52:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 06:48:28 +0100" startDate="2023-09-18 06:37:25 +0100" endDate="2023-09-18 06:38:16 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 07:04:12 +0100" startDate="2023-09-18 06:49:34 +0100" endDate="2023-09-18 06:58:59 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 07:15:28 +0100" startDate="2023-09-18 07:00:36 +0100" endDate="2023-09-18 07:02:36 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 08:39:53 +0100" startDate="2023-09-18 08:29:16 +0100" endDate="2023-09-18 08:36:58 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 10:13:57 +0100" startDate="2023-09-18 10:03:18 +0100" endDate="2023-09-18 10:13:15 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 10:24:23 +0100" startDate="2023-09-18 10:13:25 +0100" endDate="2023-09-18 10:19:04 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 11:23:02 +0100" startDate="2023-09-18 11:08:21 +0100" endDate="2023-09-18 11:08:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 11:47:23 +0100" startDate="2023-09-18 11:37:09 +0100" endDate="2023-09-18 11:43:29 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 12:02:23 +0100" startDate="2023-09-18 11:51:17 +0100" endDate="2023-09-18 12:01:18 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 12:15:11 +0100" startDate="2023-09-18 12:01:18 +0100" endDate="2023-09-18 12:11:20 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 12:23:49 +0100" startDate="2023-09-18 12:11:20 +0100" endDate="2023-09-18 12:21:21 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 12:35:09 +0100" startDate="2023-09-18 12:21:21 +0100" endDate="2023-09-18 12:31:22 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 12:42:24 +0100" startDate="2023-09-18 12:31:22 +0100" endDate="2023-09-18 12:34:56 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 13:01:24 +0100" startDate="2023-09-18 12:51:19 +0100" endDate="2023-09-18 12:51:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 14:53:47 +0100" startDate="2023-09-18 14:39:36 +0100" endDate="2023-09-18 14:39:38 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 16:31:15 +0100" startDate="2023-09-18 16:20:32 +0100" endDate="2023-09-18 16:21:05 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 16:42:02 +0100" startDate="2023-09-18 16:30:59 +0100" endDate="2023-09-18 16:32:08 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 17:28:38 +0100" startDate="2023-09-18 17:17:23 +0100" endDate="2023-09-18 17:19:15 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 17:46:20 +0100" startDate="2023-09-18 17:36:04 +0100" endDate="2023-09-18 17:37:23 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 17:59:04 +0100" startDate="2023-09-18 17:48:49 +0100" endDate="2023-09-18 17:51:27 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 18:25:32 +0100" startDate="2023-09-18 18:15:03 +0100" endDate="2023-09-18 18:16:45 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 19:01:00 +0100" startDate="2023-09-18 18:49:13 +0100" endDate="2023-09-18 18:50:09 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 20:46:29 +0100" startDate="2023-09-18 20:34:46 +0100" endDate="2023-09-18 20:41:21 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-18 20:57:09 +0100" startDate="2023-09-18 20:46:06 +0100" endDate="2023-09-18 20:46:29 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 04:30:31 +0100" startDate="2023-09-19 04:17:19 +0100" endDate="2023-09-19 04:18:28 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 04:48:33 +0100" startDate="2023-09-19 04:38:28 +0100" endDate="2023-09-19 04:39:06 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 05:16:56 +0100" startDate="2023-09-19 05:06:36 +0100" endDate="2023-09-19 05:16:38 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 05:31:03 +0100" startDate="2023-09-19 05:17:01 +0100" endDate="2023-09-19 05:27:02 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 05:38:04 +0100" startDate="2023-09-19 05:27:02 +0100" endDate="2023-09-19 05:34:37 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 05:55:14 +0100" startDate="2023-09-19 05:45:01 +0100" endDate="2023-09-19 05:50:12 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 07:04:07 +0100" startDate="2023-09-19 06:53:05 +0100" endDate="2023-09-19 07:03:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 07:14:09 +0100" startDate="2023-09-19 07:03:06 +0100" endDate="2023-09-19 07:13:07 +0100" value="1099"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 07:26:51 +0100" startDate="2023-09-19 07:13:07 +0100" endDate="2023-09-19 07:19:03 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 08:42:17 +0100" startDate="2023-09-19 08:29:49 +0100" endDate="2023-09-19 08:30:37 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 08:55:08 +0100" startDate="2023-09-19 08:41:49 +0100" endDate="2023-09-19 08:49:37 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 09:39:15 +0100" startDate="2023-09-19 08:57:13 +0100" endDate="2023-09-19 09:02:16 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 10:29:59 +0100" startDate="2023-09-19 10:19:33 +0100" endDate="2023-09-19 10:29:14 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 11:25:43 +0100" startDate="2023-09-19 11:13:43 +0100" endDate="2023-09-19 11:20:51 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 11:52:32 +0100" startDate="2023-09-19 11:40:21 +0100" endDate="2023-09-19 11:43:57 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 13:04:24 +0100" startDate="2023-09-19 12:53:57 +0100" endDate="2023-09-19 13:02:52 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 13:13:52 +0100" startDate="2023-09-19 13:02:52 +0100" endDate="2023-09-19 13:10:48 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 13:51:24 +0100" startDate="2023-09-19 13:40:21 +0100" endDate="2023-09-19 13:44:46 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 14:04:44 +0100" startDate="2023-09-19 13:54:37 +0100" endDate="2023-09-19 13:54:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 14:24:54 +0100" startDate="2023-09-19 14:14:29 +0100" endDate="2023-09-19 14:24:30 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 14:43:17 +0100" startDate="2023-09-19 14:33:07 +0100" endDate="2023-09-19 14:42:27 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 15:09:07 +0100" startDate="2023-09-19 14:54:24 +0100" endDate="2023-09-19 15:04:23 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 15:19:12 +0100" startDate="2023-09-19 15:05:09 +0100" endDate="2023-09-19 15:14:02 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 15:25:43 +0100" startDate="2023-09-19 15:15:18 +0100" endDate="2023-09-19 15:23:27 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 15:41:17 +0100" startDate="2023-09-19 15:30:45 +0100" endDate="2023-09-19 15:40:44 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 16:15:28 +0100" startDate="2023-09-19 16:04:25 +0100" endDate="2023-09-19 16:04:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 16:32:06 +0100" startDate="2023-09-19 16:21:29 +0100" endDate="2023-09-19 16:31:23 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 16:42:33 +0100" startDate="2023-09-19 16:32:16 +0100" endDate="2023-09-19 16:41:11 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 16:57:59 +0100" startDate="2023-09-19 16:46:14 +0100" endDate="2023-09-19 16:47:03 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-19 20:03:31 +0100" startDate="2023-09-19 19:53:23 +0100" endDate="2023-09-19 19:54:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 04:30:33 +0100" startDate="2023-09-20 04:20:23 +0100" endDate="2023-09-20 04:23:11 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 05:19:21 +0100" startDate="2023-09-20 05:06:01 +0100" endDate="2023-09-20 05:06:03 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 05:30:14 +0100" startDate="2023-09-20 05:19:11 +0100" endDate="2023-09-20 05:19:31 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 06:00:53 +0100" startDate="2023-09-20 05:50:13 +0100" endDate="2023-09-20 06:00:14 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 06:11:50 +0100" startDate="2023-09-20 06:00:14 +0100" endDate="2023-09-20 06:09:06 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 06:38:45 +0100" startDate="2023-09-20 06:27:43 +0100" endDate="2023-09-20 06:28:13 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 07:22:23 +0100" startDate="2023-09-20 07:08:56 +0100" endDate="2023-09-20 07:11:37 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 07:37:53 +0100" startDate="2023-09-20 07:26:41 +0100" endDate="2023-09-20 07:34:32 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 07:50:57 +0100" startDate="2023-09-20 07:39:53 +0100" endDate="2023-09-20 07:41:53 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 10:26:46 +0100" startDate="2023-09-20 10:11:42 +0100" endDate="2023-09-20 10:18:27 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 10:38:14 +0100" startDate="2023-09-20 10:28:09 +0100" endDate="2023-09-20 10:38:03 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 10:49:24 +0100" startDate="2023-09-20 10:38:21 +0100" endDate="2023-09-20 10:48:19 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 11:02:05 +0100" startDate="2023-09-20 10:51:03 +0100" endDate="2023-09-20 10:58:03 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 11:27:22 +0100" startDate="2023-09-20 11:17:14 +0100" endDate="2023-09-20 11:19:52 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 12:30:32 +0100" startDate="2023-09-20 12:20:22 +0100" endDate="2023-09-20 12:30:11 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 12:42:20 +0100" startDate="2023-09-20 12:31:17 +0100" endDate="2023-09-20 12:39:18 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 12:53:35 +0100" startDate="2023-09-20 12:42:32 +0100" endDate="2023-09-20 12:42:34 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 13:15:43 +0100" startDate="2023-09-20 13:01:54 +0100" endDate="2023-09-20 13:02:22 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 13:28:53 +0100" startDate="2023-09-20 13:18:45 +0100" endDate="2023-09-20 13:19:16 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 14:17:18 +0100" startDate="2023-09-20 14:03:24 +0100" endDate="2023-09-20 14:07:52 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 15:01:00 +0100" startDate="2023-09-20 14:50:45 +0100" endDate="2023-09-20 14:56:30 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 15:26:07 +0100" startDate="2023-09-20 15:13:58 +0100" endDate="2023-09-20 15:14:19 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 15:36:32 +0100" startDate="2023-09-20 15:25:29 +0100" endDate="2023-09-20 15:26:15 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 16:02:50 +0100" startDate="2023-09-20 15:48:14 +0100" endDate="2023-09-20 15:57:47 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 16:09:25 +0100" startDate="2023-09-20 15:58:20 +0100" endDate="2023-09-20 16:02:19 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 16:32:04 +0100" startDate="2023-09-20 16:20:17 +0100" endDate="2023-09-20 16:28:26 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 17:03:47 +0100" startDate="2023-09-20 16:50:18 +0100" endDate="2023-09-20 16:54:58 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 19:27:18 +0100" startDate="2023-09-20 19:12:01 +0100" endDate="2023-09-20 19:18:23 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 19:37:29 +0100" startDate="2023-09-20 19:26:12 +0100" endDate="2023-09-20 19:28:27 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 19:50:07 +0100" startDate="2023-09-20 19:36:46 +0100" endDate="2023-09-20 19:36:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 20:08:56 +0100" startDate="2023-09-20 19:58:00 +0100" endDate="2023-09-20 20:04:20 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 20:20:38 +0100" startDate="2023-09-20 20:09:35 +0100" endDate="2023-09-20 20:12:07 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 20:33:33 +0100" startDate="2023-09-20 20:19:51 +0100" endDate="2023-09-20 20:20:06 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-20 21:13:59 +0100" startDate="2023-09-20 21:02:57 +0100" endDate="2023-09-20 21:09:54 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 04:30:06 +0100" startDate="2023-09-21 04:16:00 +0100" endDate="2023-09-21 04:16:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 04:45:13 +0100" startDate="2023-09-21 04:35:05 +0100" endDate="2023-09-21 04:35:33 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 05:03:52 +0100" startDate="2023-09-21 04:52:57 +0100" endDate="2023-09-21 05:01:55 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 05:13:52 +0100" startDate="2023-09-21 05:03:04 +0100" endDate="2023-09-21 05:11:38 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 05:24:55 +0100" startDate="2023-09-21 05:11:38 +0100" endDate="2023-09-21 05:16:52 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 05:34:57 +0100" startDate="2023-09-21 05:23:55 +0100" endDate="2023-09-21 05:24:48 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 06:06:22 +0100" startDate="2023-09-21 05:55:20 +0100" endDate="2023-09-21 05:55:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 06:57:19 +0100" startDate="2023-09-21 06:46:17 +0100" endDate="2023-09-21 06:55:50 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 07:34:01 +0100" startDate="2023-09-21 07:23:48 +0100" endDate="2023-09-21 07:26:54 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 08:43:40 +0100" startDate="2023-09-21 08:32:45 +0100" endDate="2023-09-21 08:42:44 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 08:56:01 +0100" startDate="2023-09-21 08:42:57 +0100" endDate="2023-09-21 08:46:34 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 09:10:46 +0100" startDate="2023-09-21 08:59:43 +0100" endDate="2023-09-21 09:01:18 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 10:48:06 +0100" startDate="2023-09-21 10:28:15 +0100" endDate="2023-09-21 10:29:39 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 11:11:08 +0100" startDate="2023-09-21 10:56:41 +0100" endDate="2023-09-21 11:03:03 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 11:21:00 +0100" startDate="2023-09-21 11:10:32 +0100" endDate="2023-09-21 11:11:25 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 12:11:34 +0100" startDate="2023-09-21 11:59:00 +0100" endDate="2023-09-21 12:03:42 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 12:24:04 +0100" startDate="2023-09-21 12:13:08 +0100" endDate="2023-09-21 12:13:59 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 12:34:53 +0100" startDate="2023-09-21 12:23:38 +0100" endDate="2023-09-21 12:24:44 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 12:58:44 +0100" startDate="2023-09-21 12:47:33 +0100" endDate="2023-09-21 12:54:44 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 13:12:10 +0100" startDate="2023-09-21 12:58:13 +0100" endDate="2023-09-21 13:03:08 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 14:31:10 +0100" startDate="2023-09-21 14:21:02 +0100" endDate="2023-09-21 14:29:19 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 15:41:52 +0100" startDate="2023-09-21 15:28:29 +0100" endDate="2023-09-21 15:31:40 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 16:04:40 +0100" startDate="2023-09-21 15:50:42 +0100" endDate="2023-09-21 16:00:11 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 16:21:53 +0100" startDate="2023-09-21 16:11:40 +0100" endDate="2023-09-21 16:21:08 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 16:38:57 +0100" startDate="2023-09-21 16:27:27 +0100" endDate="2023-09-21 16:35:43 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 16:55:25 +0100" startDate="2023-09-21 16:40:53 +0100" endDate="2023-09-21 16:42:50 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 17:40:26 +0100" startDate="2023-09-21 17:27:37 +0100" endDate="2023-09-21 17:35:44 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 17:50:07 +0100" startDate="2023-09-21 17:38:27 +0100" endDate="2023-09-21 17:47:58 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 20:06:06 +0100" startDate="2023-09-21 19:49:08 +0100" endDate="2023-09-21 19:51:23 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 20:24:14 +0100" startDate="2023-09-21 20:07:36 +0100" endDate="2023-09-21 20:17:37 +0100" value="1027"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 20:39:18 +0100" startDate="2023-09-21 20:17:37 +0100" endDate="2023-09-21 20:21:14 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 21:35:46 +0100" startDate="2023-09-21 21:23:45 +0100" endDate="2023-09-21 21:26:15 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 22:40:09 +0100" startDate="2023-09-21 22:20:11 +0100" endDate="2023-09-21 22:29:51 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 23:47:55 +0100" startDate="2023-09-21 23:34:19 +0100" endDate="2023-09-21 23:43:49 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-21 23:58:06 +0100" startDate="2023-09-21 23:48:02 +0100" endDate="2023-09-21 23:48:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 00:02:50 +0100" startDate="2023-09-21 23:48:07 +0100" endDate="2023-09-21 23:48:12 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 00:34:01 +0100" startDate="2023-09-22 00:22:47 +0100" endDate="2023-09-22 00:25:20 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 06:44:58 +0100" startDate="2023-09-22 06:34:19 +0100" endDate="2023-09-22 06:35:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 07:18:10 +0100" startDate="2023-09-22 07:04:49 +0100" endDate="2023-09-22 07:14:50 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 07:28:34 +0100" startDate="2023-09-22 07:14:50 +0100" endDate="2023-09-22 07:24:38 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 07:36:02 +0100" startDate="2023-09-22 07:24:56 +0100" endDate="2023-09-22 07:31:36 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 07:49:40 +0100" startDate="2023-09-22 07:38:53 +0100" endDate="2023-09-22 07:47:40 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 09:49:24 +0100" startDate="2023-09-22 09:39:06 +0100" endDate="2023-09-22 09:49:07 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 10:03:12 +0100" startDate="2023-09-22 09:49:25 +0100" endDate="2023-09-22 09:54:15 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 10:45:49 +0100" startDate="2023-09-22 10:26:29 +0100" endDate="2023-09-22 10:31:07 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 10:49:30 +0100" startDate="2023-09-22 10:37:37 +0100" endDate="2023-09-22 10:38:18 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 11:01:20 +0100" startDate="2023-09-22 10:49:20 +0100" endDate="2023-09-22 10:57:52 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 11:16:26 +0100" startDate="2023-09-22 11:05:53 +0100" endDate="2023-09-22 11:13:52 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 11:35:21 +0100" startDate="2023-09-22 11:23:05 +0100" endDate="2023-09-22 11:26:08 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 11:43:30 +0100" startDate="2023-09-22 11:33:24 +0100" endDate="2023-09-22 11:33:32 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 12:12:16 +0100" startDate="2023-09-22 12:01:16 +0100" endDate="2023-09-22 12:10:16 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 12:22:51 +0100" startDate="2023-09-22 12:10:16 +0100" endDate="2023-09-22 12:18:54 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 12:39:09 +0100" startDate="2023-09-22 12:28:04 +0100" endDate="2023-09-22 12:28:34 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 13:20:32 +0100" startDate="2023-09-22 13:01:10 +0100" endDate="2023-09-22 13:01:15 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 13:36:03 +0100" startDate="2023-09-22 13:26:00 +0100" endDate="2023-09-22 13:35:59 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 13:46:10 +0100" startDate="2023-09-22 13:35:59 +0100" endDate="2023-09-22 13:42:33 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 14:54:55 +0100" startDate="2023-09-22 14:43:52 +0100" endDate="2023-09-22 14:50:04 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 15:07:48 +0100" startDate="2023-09-22 14:54:57 +0100" endDate="2023-09-22 14:55:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 15:57:41 +0100" startDate="2023-09-22 15:46:39 +0100" endDate="2023-09-22 15:48:18 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 16:20:33 +0100" startDate="2023-09-22 16:07:58 +0100" endDate="2023-09-22 16:09:52 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 16:34:17 +0100" startDate="2023-09-22 16:22:49 +0100" endDate="2023-09-22 16:32:51 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 16:43:53 +0100" startDate="2023-09-22 16:32:51 +0100" endDate="2023-09-22 16:42:52 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 16:56:06 +0100" startDate="2023-09-22 16:42:52 +0100" endDate="2023-09-22 16:52:53 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 17:04:11 +0100" startDate="2023-09-22 16:52:53 +0100" endDate="2023-09-22 16:55:59 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 17:21:08 +0100" startDate="2023-09-22 17:06:23 +0100" endDate="2023-09-22 17:13:53 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-22 22:04:38 +0100" startDate="2023-09-22 21:53:35 +0100" endDate="2023-09-22 21:56:48 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 02:10:13 +0100" startDate="2023-09-23 01:59:16 +0100" endDate="2023-09-23 01:59:26 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 02:22:15 +0100" startDate="2023-09-23 02:12:03 +0100" endDate="2023-09-23 02:15:19 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 06:58:57 +0100" startDate="2023-09-23 06:48:46 +0100" endDate="2023-09-23 06:51:02 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 07:31:01 +0100" startDate="2023-09-23 07:20:54 +0100" endDate="2023-09-23 07:28:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 07:43:24 +0100" startDate="2023-09-23 07:33:05 +0100" endDate="2023-09-23 07:33:35 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 07:54:31 +0100" startDate="2023-09-23 07:43:28 +0100" endDate="2023-09-23 07:43:33 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 09:04:05 +0100" startDate="2023-09-23 08:51:03 +0100" endDate="2023-09-23 08:59:12 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 09:18:19 +0100" startDate="2023-09-23 09:03:52 +0100" endDate="2023-09-23 09:06:48 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 10:09:55 +0100" startDate="2023-09-23 09:56:52 +0100" endDate="2023-09-23 10:06:25 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 10:18:56 +0100" startDate="2023-09-23 10:08:02 +0100" endDate="2023-09-23 10:17:50 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 10:29:31 +0100" startDate="2023-09-23 10:18:26 +0100" endDate="2023-09-23 10:28:27 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 10:40:46 +0100" startDate="2023-09-23 10:28:27 +0100" endDate="2023-09-23 10:31:07 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 10:58:21 +0100" startDate="2023-09-23 10:45:51 +0100" endDate="2023-09-23 10:55:52 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 11:06:21 +0100" startDate="2023-09-23 10:55:52 +0100" endDate="2023-09-23 11:00:43 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 12:39:55 +0100" startDate="2023-09-23 12:28:52 +0100" endDate="2023-09-23 12:35:50 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 12:53:03 +0100" startDate="2023-09-23 12:42:00 +0100" endDate="2023-09-23 12:51:03 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 13:07:20 +0100" startDate="2023-09-23 12:55:34 +0100" endDate="2023-09-23 12:57:26 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 13:33:12 +0100" startDate="2023-09-23 13:22:15 +0100" endDate="2023-09-23 13:29:38 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 13:44:20 +0100" startDate="2023-09-23 13:33:53 +0100" endDate="2023-09-23 13:40:38 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 13:57:04 +0100" startDate="2023-09-23 13:46:46 +0100" endDate="2023-09-23 13:53:02 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 14:07:54 +0100" startDate="2023-09-23 13:57:35 +0100" endDate="2023-09-23 13:57:50 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 14:27:19 +0100" startDate="2023-09-23 14:10:04 +0100" endDate="2023-09-23 14:13:56 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 15:16:01 +0100" startDate="2023-09-23 15:00:29 +0100" endDate="2023-09-23 15:08:15 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 15:25:20 +0100" startDate="2023-09-23 15:13:28 +0100" endDate="2023-09-23 15:22:34 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 15:41:10 +0100" startDate="2023-09-23 15:30:07 +0100" endDate="2023-09-23 15:30:58 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 15:56:03 +0100" startDate="2023-09-23 15:45:45 +0100" endDate="2023-09-23 15:55:40 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 16:07:17 +0100" startDate="2023-09-23 15:55:55 +0100" endDate="2023-09-23 16:05:56 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 16:18:19 +0100" startDate="2023-09-23 16:05:56 +0100" endDate="2023-09-23 16:14:41 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 16:28:23 +0100" startDate="2023-09-23 16:16:31 +0100" endDate="2023-09-23 16:25:45 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 16:56:12 +0100" startDate="2023-09-23 16:42:31 +0100" endDate="2023-09-23 16:49:40 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 17:41:52 +0100" startDate="2023-09-23 17:31:05 +0100" endDate="2023-09-23 17:41:07 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 17:52:56 +0100" startDate="2023-09-23 17:41:07 +0100" endDate="2023-09-23 17:43:32 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 18:48:23 +0100" startDate="2023-09-23 18:29:59 +0100" endDate="2023-09-23 18:33:46 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-23 21:07:30 +0100" startDate="2023-09-23 20:55:15 +0100" endDate="2023-09-23 20:57:16 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 02:05:04 +0100" startDate="2023-09-24 01:54:53 +0100" endDate="2023-09-24 01:55:37 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 06:03:07 +0100" startDate="2023-09-24 05:44:44 +0100" endDate="2023-09-24 05:44:59 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 06:33:48 +0100" startDate="2023-09-24 06:13:25 +0100" endDate="2023-09-24 06:13:38 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 07:07:36 +0100" startDate="2023-09-24 06:57:23 +0100" endDate="2023-09-24 06:57:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 08:46:10 +0100" startDate="2023-09-24 08:33:55 +0100" endDate="2023-09-24 08:40:02 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 09:13:13 +0100" startDate="2023-09-24 09:02:28 +0100" endDate="2023-09-24 09:02:33 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 09:32:10 +0100" startDate="2023-09-24 09:20:50 +0100" endDate="2023-09-24 09:20:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 10:34:50 +0100" startDate="2023-09-24 10:17:25 +0100" endDate="2023-09-24 10:26:31 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 10:55:30 +0100" startDate="2023-09-24 10:29:29 +0100" endDate="2023-09-24 10:39:25 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 10:55:30 +0100" startDate="2023-09-24 10:41:12 +0100" endDate="2023-09-24 10:49:50 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 11:14:09 +0100" startDate="2023-09-24 10:58:48 +0100" endDate="2023-09-24 11:00:50 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 11:19:46 +0100" startDate="2023-09-24 11:09:43 +0100" endDate="2023-09-24 11:09:50 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 11:35:49 +0100" startDate="2023-09-24 11:20:16 +0100" endDate="2023-09-24 11:20:27 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 11:49:51 +0100" startDate="2023-09-24 11:37:23 +0100" endDate="2023-09-24 11:43:38 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 12:10:00 +0100" startDate="2023-09-24 11:56:22 +0100" endDate="2023-09-24 11:56:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 12:27:40 +0100" startDate="2023-09-24 12:07:53 +0100" endDate="2023-09-24 12:11:32 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 12:41:04 +0100" startDate="2023-09-24 12:20:14 +0100" endDate="2023-09-24 12:24:22 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 13:15:45 +0100" startDate="2023-09-24 13:02:20 +0100" endDate="2023-09-24 13:06:17 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 13:42:26 +0100" startDate="2023-09-24 13:28:58 +0100" endDate="2023-09-24 13:35:56 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 13:51:15 +0100" startDate="2023-09-24 13:35:56 +0100" endDate="2023-09-24 13:45:15 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 14:08:12 +0100" startDate="2023-09-24 13:47:04 +0100" endDate="2023-09-24 13:48:23 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 14:41:41 +0100" startDate="2023-09-24 14:23:28 +0100" endDate="2023-09-24 14:24:41 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 15:21:50 +0100" startDate="2023-09-24 15:09:28 +0100" endDate="2023-09-24 15:15:27 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 15:45:51 +0100" startDate="2023-09-24 15:34:34 +0100" endDate="2023-09-24 15:35:25 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 16:15:15 +0100" startDate="2023-09-24 16:04:48 +0100" endDate="2023-09-24 16:12:44 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 16:48:15 +0100" startDate="2023-09-24 16:37:04 +0100" endDate="2023-09-24 16:39:22 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 18:28:19 +0100" startDate="2023-09-24 18:17:34 +0100" endDate="2023-09-24 18:21:28 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 18:55:50 +0100" startDate="2023-09-24 18:44:48 +0100" endDate="2023-09-24 18:54:39 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-24 21:02:08 +0100" startDate="2023-09-24 20:43:54 +0100" endDate="2023-09-24 20:44:19 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 04:39:53 +0100" startDate="2023-09-25 04:29:45 +0100" endDate="2023-09-25 04:39:36 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 05:41:27 +0100" startDate="2023-09-25 05:30:31 +0100" endDate="2023-09-25 05:36:43 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 05:58:54 +0100" startDate="2023-09-25 05:48:49 +0100" endDate="2023-09-25 05:49:30 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 06:21:51 +0100" startDate="2023-09-25 06:10:49 +0100" endDate="2023-09-25 06:16:47 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 07:09:44 +0100" startDate="2023-09-25 06:59:34 +0100" endDate="2023-09-25 07:06:29 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 10:21:06 +0100" startDate="2023-09-25 10:08:52 +0100" endDate="2023-09-25 10:17:49 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 10:30:18 +0100" startDate="2023-09-25 10:19:16 +0100" endDate="2023-09-25 10:23:38 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 11:11:23 +0100" startDate="2023-09-25 10:41:27 +0100" endDate="2023-09-25 10:46:19 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 12:15:42 +0100" startDate="2023-09-25 11:59:56 +0100" endDate="2023-09-25 12:06:18 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 12:45:33 +0100" startDate="2023-09-25 12:19:32 +0100" endDate="2023-09-25 12:27:06 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 12:45:33 +0100" startDate="2023-09-25 12:34:55 +0100" endDate="2023-09-25 12:34:57 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 13:05:54 +0100" startDate="2023-09-25 12:55:43 +0100" endDate="2023-09-25 12:56:08 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 14:07:31 +0100" startDate="2023-09-25 13:53:21 +0100" endDate="2023-09-25 13:53:49 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 15:52:17 +0100" startDate="2023-09-25 15:36:22 +0100" endDate="2023-09-25 15:46:21 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 15:57:24 +0100" startDate="2023-09-25 15:46:21 +0100" endDate="2023-09-25 15:56:19 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 16:07:47 +0100" startDate="2023-09-25 15:56:19 +0100" endDate="2023-09-25 16:05:27 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 16:19:27 +0100" startDate="2023-09-25 16:06:23 +0100" endDate="2023-09-25 16:08:13 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 16:37:25 +0100" startDate="2023-09-25 16:26:22 +0100" endDate="2023-09-25 16:34:36 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 16:51:38 +0100" startDate="2023-09-25 16:38:20 +0100" endDate="2023-09-25 16:47:36 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 17:15:04 +0100" startDate="2023-09-25 16:58:13 +0100" endDate="2023-09-25 17:07:26 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 17:20:59 +0100" startDate="2023-09-25 17:08:17 +0100" endDate="2023-09-25 17:18:16 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 17:41:58 +0100" startDate="2023-09-25 17:21:17 +0100" endDate="2023-09-25 17:30:53 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 17:42:27 +0100" startDate="2023-09-25 17:32:12 +0100" endDate="2023-09-25 17:42:03 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 17:53:18 +0100" startDate="2023-09-25 17:42:11 +0100" endDate="2023-09-25 17:42:41 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 18:09:33 +0100" startDate="2023-09-25 17:52:43 +0100" endDate="2023-09-25 18:00:37 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 18:19:18 +0100" startDate="2023-09-25 18:08:15 +0100" endDate="2023-09-25 18:15:51 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 18:37:26 +0100" startDate="2023-09-25 18:26:00 +0100" endDate="2023-09-25 18:29:44 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 18:52:11 +0100" startDate="2023-09-25 18:37:31 +0100" endDate="2023-09-25 18:47:27 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 19:02:35 +0100" startDate="2023-09-25 18:47:42 +0100" endDate="2023-09-25 18:55:39 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 19:14:37 +0100" startDate="2023-09-25 19:02:11 +0100" endDate="2023-09-25 19:02:44 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 19:37:07 +0100" startDate="2023-09-25 19:20:52 +0100" endDate="2023-09-25 19:21:58 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-25 20:30:23 +0100" startDate="2023-09-25 20:20:11 +0100" endDate="2023-09-25 20:26:57 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 00:13:16 +0100" startDate="2023-09-26 00:03:06 +0100" endDate="2023-09-26 00:03:52 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 04:30:08 +0100" startDate="2023-09-26 04:17:49 +0100" endDate="2023-09-26 04:17:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 04:51:50 +0100" startDate="2023-09-26 04:41:38 +0100" endDate="2023-09-26 04:41:45 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 05:19:32 +0100" startDate="2023-09-26 05:09:12 +0100" endDate="2023-09-26 05:19:13 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 05:31:29 +0100" startDate="2023-09-26 05:19:21 +0100" endDate="2023-09-26 05:29:22 +0100" value="1086"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 05:40:25 +0100" startDate="2023-09-26 05:29:22 +0100" endDate="2023-09-26 05:37:11 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 05:49:54 +0100" startDate="2023-09-26 05:39:43 +0100" endDate="2023-09-26 05:39:54 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 06:11:01 +0100" startDate="2023-09-26 05:59:59 +0100" endDate="2023-09-26 06:00:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 07:04:08 +0100" startDate="2023-09-26 06:53:14 +0100" endDate="2023-09-26 07:00:04 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 07:34:35 +0100" startDate="2023-09-26 07:23:33 +0100" endDate="2023-09-26 07:33:34 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 07:44:44 +0100" startDate="2023-09-26 07:33:34 +0100" endDate="2023-09-26 07:43:02 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 07:56:28 +0100" startDate="2023-09-26 07:43:50 +0100" endDate="2023-09-26 07:53:21 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 08:12:28 +0100" startDate="2023-09-26 07:57:13 +0100" endDate="2023-09-26 07:57:56 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 12:02:35 +0100" startDate="2023-09-26 11:50:52 +0100" endDate="2023-09-26 11:58:03 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 12:15:02 +0100" startDate="2023-09-26 12:03:42 +0100" endDate="2023-09-26 12:10:24 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 12:37:13 +0100" startDate="2023-09-26 12:24:10 +0100" endDate="2023-09-26 12:33:46 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 12:44:22 +0100" startDate="2023-09-26 12:34:14 +0100" endDate="2023-09-26 12:43:42 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 13:12:26 +0100" startDate="2023-09-26 13:01:41 +0100" endDate="2023-09-26 13:05:17 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 13:26:57 +0100" startDate="2023-09-26 13:12:18 +0100" endDate="2023-09-26 13:22:17 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 13:36:34 +0100" startDate="2023-09-26 13:22:17 +0100" endDate="2023-09-26 13:30:14 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 13:43:42 +0100" startDate="2023-09-26 13:32:19 +0100" endDate="2023-09-26 13:42:07 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 13:58:00 +0100" startDate="2023-09-26 13:44:15 +0100" endDate="2023-09-26 13:50:55 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 14:14:49 +0100" startDate="2023-09-26 13:56:12 +0100" endDate="2023-09-26 13:56:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 14:31:22 +0100" startDate="2023-09-26 14:19:00 +0100" endDate="2023-09-26 14:29:01 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 14:43:04 +0100" startDate="2023-09-26 14:29:01 +0100" endDate="2023-09-26 14:38:45 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 14:50:11 +0100" startDate="2023-09-26 14:39:10 +0100" endDate="2023-09-26 14:49:09 +0100" value="949"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 14:59:57 +0100" startDate="2023-09-26 14:49:11 +0100" endDate="2023-09-26 14:59:10 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 15:10:03 +0100" startDate="2023-09-26 14:59:35 +0100" endDate="2023-09-26 15:01:02 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 16:34:12 +0100" startDate="2023-09-26 16:21:40 +0100" endDate="2023-09-26 16:31:31 +0100" value="1045"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 16:47:58 +0100" startDate="2023-09-26 16:31:31 +0100" endDate="2023-09-26 16:37:23 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 18:19:34 +0100" startDate="2023-09-26 18:09:24 +0100" endDate="2023-09-26 18:15:48 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 18:43:20 +0100" startDate="2023-09-26 18:33:07 +0100" endDate="2023-09-26 18:33:30 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-26 21:05:39 +0100" startDate="2023-09-26 20:55:22 +0100" endDate="2023-09-26 20:58:54 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 04:41:18 +0100" startDate="2023-09-27 04:29:35 +0100" endDate="2023-09-27 04:32:30 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 04:50:45 +0100" startDate="2023-09-27 04:40:15 +0100" endDate="2023-09-27 04:40:17 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 05:08:05 +0100" startDate="2023-09-27 04:57:52 +0100" endDate="2023-09-27 05:06:42 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 05:18:11 +0100" startDate="2023-09-27 05:07:59 +0100" endDate="2023-09-27 05:17:58 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 05:30:31 +0100" startDate="2023-09-27 05:17:58 +0100" endDate="2023-09-27 05:23:57 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 05:40:00 +0100" startDate="2023-09-27 05:28:04 +0100" endDate="2023-09-27 05:28:52 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 06:27:09 +0100" startDate="2023-09-27 06:16:06 +0100" endDate="2023-09-27 06:18:15 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 06:52:08 +0100" startDate="2023-09-27 06:41:15 +0100" endDate="2023-09-27 06:51:16 +0100" value="1020"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 07:02:29 +0100" startDate="2023-09-27 06:51:16 +0100" endDate="2023-09-27 06:59:12 +0100" value="796"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 07:20:16 +0100" startDate="2023-09-27 07:07:36 +0100" endDate="2023-09-27 07:13:36 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 07:36:40 +0100" startDate="2023-09-27 07:18:35 +0100" endDate="2023-09-27 07:18:40 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 07:45:17 +0100" startDate="2023-09-27 07:33:50 +0100" endDate="2023-09-27 07:34:00 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 09:24:21 +0100" startDate="2023-09-27 09:10:57 +0100" endDate="2023-09-27 09:17:49 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 09:43:01 +0100" startDate="2023-09-27 09:30:05 +0100" endDate="2023-09-27 09:37:53 +0100" value="659"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 10:22:20 +0100" startDate="2023-09-27 10:09:58 +0100" endDate="2023-09-27 10:18:00 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 10:54:42 +0100" startDate="2023-09-27 10:37:47 +0100" endDate="2023-09-27 10:45:18 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 10:59:04 +0100" startDate="2023-09-27 10:48:01 +0100" endDate="2023-09-27 10:57:55 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 11:09:10 +0100" startDate="2023-09-27 10:58:08 +0100" endDate="2023-09-27 11:05:28 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 11:34:11 +0100" startDate="2023-09-27 11:20:59 +0100" endDate="2023-09-27 11:26:23 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 12:04:23 +0100" startDate="2023-09-27 11:53:20 +0100" endDate="2023-09-27 11:58:54 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 12:17:47 +0100" startDate="2023-09-27 12:07:34 +0100" endDate="2023-09-27 12:12:40 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 12:29:35 +0100" startDate="2023-09-27 12:19:20 +0100" endDate="2023-09-27 12:24:21 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 12:52:05 +0100" startDate="2023-09-27 12:40:17 +0100" endDate="2023-09-27 12:50:09 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 13:04:12 +0100" startDate="2023-09-27 12:52:39 +0100" endDate="2023-09-27 13:00:33 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 13:18:17 +0100" startDate="2023-09-27 13:05:29 +0100" endDate="2023-09-27 13:14:29 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 14:29:42 +0100" startDate="2023-09-27 14:15:13 +0100" endDate="2023-09-27 14:20:18 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 14:54:10 +0100" startDate="2023-09-27 14:37:39 +0100" endDate="2023-09-27 14:47:40 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 14:58:44 +0100" startDate="2023-09-27 14:47:40 +0100" endDate="2023-09-27 14:55:54 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 15:10:59 +0100" startDate="2023-09-27 14:59:56 +0100" endDate="2023-09-27 15:00:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 16:30:15 +0100" startDate="2023-09-27 16:20:07 +0100" endDate="2023-09-27 16:30:08 +0100" value="972"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 16:42:05 +0100" startDate="2023-09-27 16:30:08 +0100" endDate="2023-09-27 16:40:09 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 16:56:28 +0100" startDate="2023-09-27 16:40:09 +0100" endDate="2023-09-27 16:48:54 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 17:15:49 +0100" startDate="2023-09-27 17:04:47 +0100" endDate="2023-09-27 17:10:56 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 18:33:13 +0100" startDate="2023-09-27 18:22:10 +0100" endDate="2023-09-27 18:22:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 19:04:31 +0100" startDate="2023-09-27 18:53:29 +0100" endDate="2023-09-27 18:53:34 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-27 21:19:21 +0100" startDate="2023-09-27 21:08:19 +0100" endDate="2023-09-27 21:13:32 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 04:30:40 +0100" startDate="2023-09-28 04:20:25 +0100" endDate="2023-09-28 04:21:23 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 05:18:23 +0100" startDate="2023-09-28 05:07:30 +0100" endDate="2023-09-28 05:11:55 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 05:47:58 +0100" startDate="2023-09-28 05:36:55 +0100" endDate="2023-09-28 05:39:28 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 06:41:18 +0100" startDate="2023-09-28 06:30:06 +0100" endDate="2023-09-28 06:30:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 07:27:35 +0100" startDate="2023-09-28 07:15:31 +0100" endDate="2023-09-28 07:17:38 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 07:53:57 +0100" startDate="2023-09-28 07:40:26 +0100" endDate="2023-09-28 07:43:19 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 08:07:40 +0100" startDate="2023-09-28 07:56:37 +0100" endDate="2023-09-28 08:02:01 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 08:25:57 +0100" startDate="2023-09-28 08:15:18 +0100" endDate="2023-09-28 08:17:00 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 10:38:30 +0100" startDate="2023-09-28 10:21:13 +0100" endDate="2023-09-28 10:21:31 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 10:53:11 +0100" startDate="2023-09-28 10:38:48 +0100" endDate="2023-09-28 10:39:06 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 11:21:01 +0100" startDate="2023-09-28 11:09:58 +0100" endDate="2023-09-28 11:13:35 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 11:41:04 +0100" startDate="2023-09-28 11:30:52 +0100" endDate="2023-09-28 11:31:10 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 11:58:21 +0100" startDate="2023-09-28 11:46:44 +0100" endDate="2023-09-28 11:47:33 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 12:08:03 +0100" startDate="2023-09-28 11:57:00 +0100" endDate="2023-09-28 11:57:10 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 13:27:23 +0100" startDate="2023-09-28 13:16:20 +0100" endDate="2023-09-28 13:16:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 14:11:32 +0100" startDate="2023-09-28 14:01:24 +0100" endDate="2023-09-28 14:11:23 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 14:21:35 +0100" startDate="2023-09-28 14:11:23 +0100" endDate="2023-09-28 14:11:33 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 16:47:05 +0100" startDate="2023-09-28 16:35:46 +0100" endDate="2023-09-28 16:40:51 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 17:06:30 +0100" startDate="2023-09-28 16:54:57 +0100" endDate="2023-09-28 17:04:07 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 17:17:12 +0100" startDate="2023-09-28 17:06:09 +0100" endDate="2023-09-28 17:07:16 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 17:52:07 +0100" startDate="2023-09-28 17:41:04 +0100" endDate="2023-09-28 17:42:08 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 18:42:35 +0100" startDate="2023-09-28 18:31:32 +0100" endDate="2023-09-28 18:31:34 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 19:07:42 +0100" startDate="2023-09-28 18:57:22 +0100" endDate="2023-09-28 18:58:26 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 19:21:11 +0100" startDate="2023-09-28 19:09:00 +0100" endDate="2023-09-28 19:13:04 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 19:46:29 +0100" startDate="2023-09-28 19:34:00 +0100" endDate="2023-09-28 19:35:29 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-28 20:09:30 +0100" startDate="2023-09-28 19:59:17 +0100" endDate="2023-09-28 19:59:40 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 04:42:37 +0100" startDate="2023-09-29 04:26:55 +0100" endDate="2023-09-29 04:27:03 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 04:57:25 +0100" startDate="2023-09-29 04:46:22 +0100" endDate="2023-09-29 04:53:27 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 05:26:32 +0100" startDate="2023-09-29 05:15:25 +0100" endDate="2023-09-29 05:24:27 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 05:37:48 +0100" startDate="2023-09-29 05:26:45 +0100" endDate="2023-09-29 05:27:21 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 06:06:25 +0100" startDate="2023-09-29 05:55:41 +0100" endDate="2023-09-29 06:05:43 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 06:16:16 +0100" startDate="2023-09-29 06:05:43 +0100" endDate="2023-09-29 06:14:15 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 06:27:43 +0100" startDate="2023-09-29 06:17:36 +0100" endDate="2023-09-29 06:17:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 06:38:20 +0100" startDate="2023-09-29 06:28:08 +0100" endDate="2023-09-29 06:28:41 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 06:55:13 +0100" startDate="2023-09-29 06:44:10 +0100" endDate="2023-09-29 06:44:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 07:27:03 +0100" startDate="2023-09-29 07:16:42 +0100" endDate="2023-09-29 07:18:09 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 07:56:11 +0100" startDate="2023-09-29 07:43:40 +0100" endDate="2023-09-29 07:53:41 +0100" value="1111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 08:07:43 +0100" startDate="2023-09-29 07:53:41 +0100" endDate="2023-09-29 07:58:29 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 08:24:11 +0100" startDate="2023-09-29 08:13:08 +0100" endDate="2023-09-29 08:19:12 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 10:07:28 +0100" startDate="2023-09-29 09:54:17 +0100" endDate="2023-09-29 10:03:47 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 10:16:59 +0100" startDate="2023-09-29 10:05:55 +0100" endDate="2023-09-29 10:07:34 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 10:48:35 +0100" startDate="2023-09-29 10:38:30 +0100" endDate="2023-09-29 10:38:40 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 11:46:09 +0100" startDate="2023-09-29 11:35:56 +0100" endDate="2023-09-29 11:43:58 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 12:12:43 +0100" startDate="2023-09-29 12:02:12 +0100" endDate="2023-09-29 12:12:14 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 12:43:32 +0100" startDate="2023-09-29 12:32:24 +0100" endDate="2023-09-29 12:32:50 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 14:06:51 +0100" startDate="2023-09-29 13:55:48 +0100" endDate="2023-09-29 14:05:48 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 14:16:50 +0100" startDate="2023-09-29 14:05:48 +0100" endDate="2023-09-29 14:15:41 +0100" value="1134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 14:36:43 +0100" startDate="2023-09-29 14:25:45 +0100" endDate="2023-09-29 14:26:08 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 14:57:00 +0100" startDate="2023-09-29 14:45:57 +0100" endDate="2023-09-29 14:47:49 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 16:03:03 +0100" startDate="2023-09-29 15:52:00 +0100" endDate="2023-09-29 16:00:27 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 16:43:18 +0100" startDate="2023-09-29 16:29:58 +0100" endDate="2023-09-29 16:39:59 +0100" value="738"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 16:51:40 +0100" startDate="2023-09-29 16:39:59 +0100" endDate="2023-09-29 16:47:58 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 17:03:48 +0100" startDate="2023-09-29 16:50:41 +0100" endDate="2023-09-29 16:58:27 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 17:19:39 +0100" startDate="2023-09-29 17:03:48 +0100" endDate="2023-09-29 17:13:38 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 17:26:14 +0100" startDate="2023-09-29 17:14:40 +0100" endDate="2023-09-29 17:23:53 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 18:24:43 +0100" startDate="2023-09-29 18:14:12 +0100" endDate="2023-09-29 18:23:04 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 18:36:46 +0100" startDate="2023-09-29 18:23:55 +0100" endDate="2023-09-29 18:32:58 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 19:08:16 +0100" startDate="2023-09-29 18:50:34 +0100" endDate="2023-09-29 18:56:48 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 19:28:12 +0100" startDate="2023-09-29 19:07:58 +0100" endDate="2023-09-29 19:08:37 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 20:29:00 +0100" startDate="2023-09-29 20:01:51 +0100" endDate="2023-09-29 20:01:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 21:16:03 +0100" startDate="2023-09-29 20:59:44 +0100" endDate="2023-09-29 20:59:52 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 22:36:09 +0100" startDate="2023-09-29 22:26:00 +0100" endDate="2023-09-29 22:34:42 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-29 22:47:17 +0100" startDate="2023-09-29 22:36:47 +0100" endDate="2023-09-29 22:43:53 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 03:16:19 +0100" startDate="2023-09-30 03:06:12 +0100" endDate="2023-09-30 03:09:18 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 05:56:24 +0100" startDate="2023-09-30 05:45:21 +0100" endDate="2023-09-30 05:45:50 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 06:14:32 +0100" startDate="2023-09-30 06:04:19 +0100" endDate="2023-09-30 06:04:52 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 12:42:09 +0100" startDate="2023-09-30 12:31:10 +0100" endDate="2023-09-30 12:40:55 +0100" value="1006"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 12:55:22 +0100" startDate="2023-09-30 12:41:18 +0100" endDate="2023-09-30 12:51:19 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 13:03:34 +0100" startDate="2023-09-30 12:51:19 +0100" endDate="2023-09-30 13:00:15 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 14:49:45 +0100" startDate="2023-09-30 14:36:36 +0100" endDate="2023-09-30 14:39:40 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 15:11:21 +0100" startDate="2023-09-30 14:53:07 +0100" endDate="2023-09-30 15:00:15 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 15:18:23 +0100" startDate="2023-09-30 15:06:08 +0100" endDate="2023-09-30 15:16:07 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 15:29:00 +0100" startDate="2023-09-30 15:16:07 +0100" endDate="2023-09-30 15:26:06 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 15:40:08 +0100" startDate="2023-09-30 15:26:06 +0100" endDate="2023-09-30 15:31:57 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 15:42:23 +0100" startDate="2023-09-30 15:31:57 +0100" endDate="2023-09-30 15:40:55 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 15:54:17 +0100" startDate="2023-09-30 15:40:55 +0100" endDate="2023-09-30 15:50:56 +0100" value="938"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 16:05:17 +0100" startDate="2023-09-30 15:50:56 +0100" endDate="2023-09-30 16:00:57 +0100" value="1086"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 16:12:00 +0100" startDate="2023-09-30 16:00:57 +0100" endDate="2023-09-30 16:10:35 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 17:56:13 +0100" startDate="2023-09-30 17:41:06 +0100" endDate="2023-09-30 17:48:16 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 18:00:32 +0100" startDate="2023-09-30 17:48:16 +0100" endDate="2023-09-30 17:53:25 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 18:13:44 +0100" startDate="2023-09-30 17:59:37 +0100" endDate="2023-09-30 18:05:03 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 18:29:11 +0100" startDate="2023-09-30 18:14:39 +0100" endDate="2023-09-30 18:23:46 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 18:40:56 +0100" startDate="2023-09-30 18:24:07 +0100" endDate="2023-09-30 18:32:18 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 19:00:00 +0100" startDate="2023-09-30 18:38:04 +0100" endDate="2023-09-30 18:39:28 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 19:35:36 +0100" startDate="2023-09-30 19:22:50 +0100" endDate="2023-09-30 19:31:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 20:42:43 +0100" startDate="2023-09-30 20:32:28 +0100" endDate="2023-09-30 20:40:17 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 21:03:46 +0100" startDate="2023-09-30 20:45:22 +0100" endDate="2023-09-30 20:48:51 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-09-30 21:11:49 +0100" startDate="2023-09-30 20:59:33 +0100" endDate="2023-09-30 21:02:37 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 02:43:50 +0100" startDate="2023-10-01 02:33:19 +0100" endDate="2023-10-01 02:34:03 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 08:48:40 +0100" startDate="2023-10-01 08:36:16 +0100" endDate="2023-10-01 08:40:14 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 14:11:07 +0100" startDate="2023-10-01 13:45:22 +0100" endDate="2023-10-01 13:45:35 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 15:06:19 +0100" startDate="2023-10-01 14:55:16 +0100" endDate="2023-10-01 15:00:24 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 16:22:50 +0100" startDate="2023-10-01 16:11:47 +0100" endDate="2023-10-01 16:20:19 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 17:02:38 +0100" startDate="2023-10-01 16:51:32 +0100" endDate="2023-10-01 16:51:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 17:22:19 +0100" startDate="2023-10-01 17:06:18 +0100" endDate="2023-10-01 17:06:31 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 18:03:19 +0100" startDate="2023-10-01 17:52:29 +0100" endDate="2023-10-01 18:02:25 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 18:14:23 +0100" startDate="2023-10-01 18:02:50 +0100" endDate="2023-10-01 18:12:51 +0100" value="1001"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 18:33:24 +0100" startDate="2023-10-01 18:12:51 +0100" endDate="2023-10-01 18:22:52 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 18:33:24 +0100" startDate="2023-10-01 18:22:52 +0100" endDate="2023-10-01 18:32:33 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 18:43:19 +0100" startDate="2023-10-01 18:33:09 +0100" endDate="2023-10-01 18:42:47 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 19:00:01 +0100" startDate="2023-10-01 18:43:15 +0100" endDate="2023-10-01 18:46:46 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 19:18:21 +0100" startDate="2023-10-01 19:06:17 +0100" endDate="2023-10-01 19:06:25 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-01 21:49:30 +0100" startDate="2023-10-01 21:38:27 +0100" endDate="2023-10-01 21:38:40 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-02 06:23:42 +0100" startDate="2023-10-02 06:08:32 +0100" endDate="2023-10-02 06:13:58 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-02 07:38:18 +0100" startDate="2023-10-02 07:14:25 +0100" endDate="2023-10-02 07:14:55 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-02 12:41:57 +0100" startDate="2023-10-02 12:23:21 +0100" endDate="2023-10-02 12:26:32 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-02 12:50:05 +0100" startDate="2023-10-02 12:38:50 +0100" endDate="2023-10-02 12:42:16 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-02 13:59:28 +0100" startDate="2023-10-02 13:45:22 +0100" endDate="2023-10-02 13:55:23 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-02 14:07:10 +0100" startDate="2023-10-02 13:56:07 +0100" endDate="2023-10-02 14:04:18 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-02 16:10:06 +0100" startDate="2023-10-02 15:25:11 +0100" endDate="2023-10-02 15:28:28 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-02 18:29:55 +0100" startDate="2023-10-02 18:15:01 +0100" endDate="2023-10-02 18:19:24 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-02 18:40:01 +0100" startDate="2023-10-02 18:26:37 +0100" endDate="2023-10-02 18:30:18 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-02 21:30:55 +0100" startDate="2023-10-02 21:17:14 +0100" endDate="2023-10-02 21:17:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-02 21:56:22 +0100" startDate="2023-10-02 21:45:19 +0100" endDate="2023-10-02 21:50:05 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 06:56:35 +0100" startDate="2023-10-03 06:42:36 +0100" endDate="2023-10-03 06:43:01 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 09:39:42 +0100" startDate="2023-10-03 09:29:29 +0100" endDate="2023-10-03 09:37:05 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 10:02:06 +0100" startDate="2023-10-03 09:50:30 +0100" endDate="2023-10-03 10:00:29 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 10:13:10 +0100" startDate="2023-10-03 10:00:29 +0100" endDate="2023-10-03 10:10:02 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 10:37:39 +0100" startDate="2023-10-03 10:27:17 +0100" endDate="2023-10-03 10:27:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 10:49:25 +0100" startDate="2023-10-03 10:37:23 +0100" endDate="2023-10-03 10:47:24 +0100" value="1178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 10:58:27 +0100" startDate="2023-10-03 10:47:24 +0100" endDate="2023-10-03 10:48:38 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 11:59:02 +0100" startDate="2023-10-03 11:48:47 +0100" endDate="2023-10-03 11:52:41 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 12:17:33 +0100" startDate="2023-10-03 12:07:15 +0100" endDate="2023-10-03 12:17:16 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 12:28:17 +0100" startDate="2023-10-03 12:17:16 +0100" endDate="2023-10-03 12:25:20 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 13:11:37 +0100" startDate="2023-10-03 12:51:49 +0100" endDate="2023-10-03 12:58:45 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 13:25:17 +0100" startDate="2023-10-03 13:05:01 +0100" endDate="2023-10-03 13:06:25 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 13:30:32 +0100" startDate="2023-10-03 13:18:50 +0100" endDate="2023-10-03 13:22:52 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 13:57:21 +0100" startDate="2023-10-03 13:42:34 +0100" endDate="2023-10-03 13:45:07 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 14:10:42 +0100" startDate="2023-10-03 13:56:20 +0100" endDate="2023-10-03 13:59:01 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 14:28:54 +0100" startDate="2023-10-03 14:17:52 +0100" endDate="2023-10-03 14:19:00 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 18:01:44 +0100" startDate="2023-10-03 17:50:20 +0100" endDate="2023-10-03 18:00:21 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 18:11:23 +0100" startDate="2023-10-03 18:00:21 +0100" endDate="2023-10-03 18:09:15 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 19:09:16 +0100" startDate="2023-10-03 18:56:26 +0100" endDate="2023-10-03 19:06:27 +0100" value="1165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 19:18:17 +0100" startDate="2023-10-03 19:06:27 +0100" endDate="2023-10-03 19:15:40 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-03 22:34:31 +0100" startDate="2023-10-03 22:23:32 +0100" endDate="2023-10-03 22:25:32 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 05:35:26 +0100" startDate="2023-10-04 05:21:01 +0100" endDate="2023-10-04 05:21:32 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 05:51:05 +0100" startDate="2023-10-04 05:40:02 +0100" endDate="2023-10-04 05:41:06 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 06:25:14 +0100" startDate="2023-10-04 06:08:02 +0100" endDate="2023-10-04 06:18:03 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 06:29:35 +0100" startDate="2023-10-04 06:18:26 +0100" endDate="2023-10-04 06:28:17 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 06:42:38 +0100" startDate="2023-10-04 06:29:08 +0100" endDate="2023-10-04 06:31:45 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 06:53:28 +0100" startDate="2023-10-04 06:42:25 +0100" endDate="2023-10-04 06:43:18 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 07:58:01 +0100" startDate="2023-10-04 07:47:48 +0100" endDate="2023-10-04 07:50:28 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 08:09:44 +0100" startDate="2023-10-04 07:59:39 +0100" endDate="2023-10-04 08:09:40 +0100" value="1057"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 08:24:40 +0100" startDate="2023-10-04 08:09:40 +0100" endDate="2023-10-04 08:16:07 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 08:46:25 +0100" startDate="2023-10-04 08:36:17 +0100" endDate="2023-10-04 08:43:23 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 09:29:33 +0100" startDate="2023-10-04 09:18:52 +0100" endDate="2023-10-04 09:18:55 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 11:02:00 +0100" startDate="2023-10-04 10:51:54 +0100" endDate="2023-10-04 11:01:22 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 11:50:16 +0100" startDate="2023-10-04 11:40:03 +0100" endDate="2023-10-04 11:45:04 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 12:16:04 +0100" startDate="2023-10-04 12:05:51 +0100" endDate="2023-10-04 12:10:39 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 13:30:46 +0100" startDate="2023-10-04 13:20:33 +0100" endDate="2023-10-04 13:27:13 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 13:45:30 +0100" startDate="2023-10-04 13:34:24 +0100" endDate="2023-10-04 13:42:33 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 14:23:55 +0100" startDate="2023-10-04 14:12:08 +0100" endDate="2023-10-04 14:12:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 14:44:32 +0100" startDate="2023-10-04 14:29:15 +0100" endDate="2023-10-04 14:35:09 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 15:13:49 +0100" startDate="2023-10-04 14:52:27 +0100" endDate="2023-10-04 14:53:05 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 15:42:27 +0100" startDate="2023-10-04 15:31:25 +0100" endDate="2023-10-04 15:41:24 +0100" value="1011"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 15:51:48 +0100" startDate="2023-10-04 15:41:24 +0100" endDate="2023-10-04 15:48:50 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 17:43:19 +0100" startDate="2023-10-04 17:31:32 +0100" endDate="2023-10-04 17:37:18 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 18:01:05 +0100" startDate="2023-10-04 17:46:26 +0100" endDate="2023-10-04 17:55:53 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 18:08:43 +0100" startDate="2023-10-04 17:57:40 +0100" endDate="2023-10-04 18:07:41 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 18:19:43 +0100" startDate="2023-10-04 18:08:04 +0100" endDate="2023-10-04 18:16:26 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 18:34:28 +0100" startDate="2023-10-04 18:18:31 +0100" endDate="2023-10-04 18:19:45 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 21:25:59 +0100" startDate="2023-10-04 21:14:18 +0100" endDate="2023-10-04 21:14:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-04 21:40:01 +0100" startDate="2023-10-04 21:25:31 +0100" endDate="2023-10-04 21:25:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 04:30:00 +0100" startDate="2023-10-05 04:17:03 +0100" endDate="2023-10-05 04:17:09 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 04:42:08 +0100" startDate="2023-10-05 04:30:07 +0100" endDate="2023-10-05 04:31:01 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 05:18:27 +0100" startDate="2023-10-05 05:07:15 +0100" endDate="2023-10-05 05:08:55 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 05:30:44 +0100" startDate="2023-10-05 05:19:42 +0100" endDate="2023-10-05 05:23:05 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 06:42:14 +0100" startDate="2023-10-05 06:29:49 +0100" endDate="2023-10-05 06:38:11 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 06:51:44 +0100" startDate="2023-10-05 06:40:41 +0100" endDate="2023-10-05 06:42:38 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 07:01:39 +0100" startDate="2023-10-05 06:50:54 +0100" endDate="2023-10-05 06:56:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 08:00:17 +0100" startDate="2023-10-05 07:49:36 +0100" endDate="2023-10-05 07:54:17 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 08:17:40 +0100" startDate="2023-10-05 08:00:09 +0100" endDate="2023-10-05 08:00:14 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 08:36:43 +0100" startDate="2023-10-05 08:24:00 +0100" endDate="2023-10-05 08:28:42 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 09:09:34 +0100" startDate="2023-10-05 08:53:40 +0100" endDate="2023-10-05 09:00:05 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 09:51:49 +0100" startDate="2023-10-05 09:40:45 +0100" endDate="2023-10-05 09:44:24 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 11:06:52 +0100" startDate="2023-10-05 10:53:11 +0100" endDate="2023-10-05 10:58:35 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 11:21:00 +0100" startDate="2023-10-05 11:09:57 +0100" endDate="2023-10-05 11:15:23 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 11:52:21 +0100" startDate="2023-10-05 11:41:56 +0100" endDate="2023-10-05 11:51:42 +0100" value="536"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 12:05:07 +0100" startDate="2023-10-05 11:53:14 +0100" endDate="2023-10-05 12:03:12 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 12:21:46 +0100" startDate="2023-10-05 12:10:25 +0100" endDate="2023-10-05 12:16:43 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 12:45:01 +0100" startDate="2023-10-05 12:33:44 +0100" endDate="2023-10-05 12:43:30 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 12:58:43 +0100" startDate="2023-10-05 12:47:01 +0100" endDate="2023-10-05 12:47:45 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 13:09:50 +0100" startDate="2023-10-05 12:59:00 +0100" endDate="2023-10-05 13:08:30 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 13:21:12 +0100" startDate="2023-10-05 13:09:52 +0100" endDate="2023-10-05 13:10:53 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 13:35:06 +0100" startDate="2023-10-05 13:24:03 +0100" endDate="2023-10-05 13:34:04 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 13:44:50 +0100" startDate="2023-10-05 13:34:04 +0100" endDate="2023-10-05 13:44:05 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 13:55:08 +0100" startDate="2023-10-05 13:44:05 +0100" endDate="2023-10-05 13:50:27 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 14:05:09 +0100" startDate="2023-10-05 13:54:44 +0100" endDate="2023-10-05 14:04:46 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 14:15:19 +0100" startDate="2023-10-05 14:04:46 +0100" endDate="2023-10-05 14:08:47 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 14:59:36 +0100" startDate="2023-10-05 14:49:21 +0100" endDate="2023-10-05 14:49:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 15:13:36 +0100" startDate="2023-10-05 15:02:33 +0100" endDate="2023-10-05 15:09:51 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 15:32:33 +0100" startDate="2023-10-05 15:20:54 +0100" endDate="2023-10-05 15:28:50 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 15:53:10 +0100" startDate="2023-10-05 15:42:07 +0100" endDate="2023-10-05 15:50:42 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 16:03:33 +0100" startDate="2023-10-05 15:52:36 +0100" endDate="2023-10-05 15:54:51 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 16:14:13 +0100" startDate="2023-10-05 16:03:11 +0100" endDate="2023-10-05 16:12:52 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 16:24:54 +0100" startDate="2023-10-05 16:13:22 +0100" endDate="2023-10-05 16:23:16 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 16:36:16 +0100" startDate="2023-10-05 16:25:14 +0100" endDate="2023-10-05 16:25:29 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 17:06:30 +0100" startDate="2023-10-05 16:53:17 +0100" endDate="2023-10-05 17:00:56 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 17:22:04 +0100" startDate="2023-10-05 17:06:32 +0100" endDate="2023-10-05 17:06:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 20:00:01 +0100" startDate="2023-10-05 19:47:44 +0100" endDate="2023-10-05 19:47:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 21:01:19 +0100" startDate="2023-10-05 20:49:10 +0100" endDate="2023-10-05 20:50:01 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-05 21:12:25 +0100" startDate="2023-10-05 21:01:22 +0100" endDate="2023-10-05 21:01:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 02:31:35 +0100" startDate="2023-10-06 02:21:29 +0100" endDate="2023-10-06 02:22:05 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 06:24:34 +0100" startDate="2023-10-06 06:06:59 +0100" endDate="2023-10-06 06:07:09 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 07:03:02 +0100" startDate="2023-10-06 06:51:31 +0100" endDate="2023-10-06 06:52:14 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 07:17:48 +0100" startDate="2023-10-06 07:02:08 +0100" endDate="2023-10-06 07:10:19 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 10:50:08 +0100" startDate="2023-10-06 10:39:28 +0100" endDate="2023-10-06 10:44:26 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 11:35:18 +0100" startDate="2023-10-06 11:25:05 +0100" endDate="2023-10-06 11:35:06 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 11:46:09 +0100" startDate="2023-10-06 11:35:06 +0100" endDate="2023-10-06 11:35:12 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 13:40:15 +0100" startDate="2023-10-06 13:28:35 +0100" endDate="2023-10-06 13:36:06 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 13:49:54 +0100" startDate="2023-10-06 13:39:44 +0100" endDate="2023-10-06 13:40:04 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 14:07:17 +0100" startDate="2023-10-06 13:50:48 +0100" endDate="2023-10-06 13:52:33 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 14:37:12 +0100" startDate="2023-10-06 14:26:39 +0100" endDate="2023-10-06 14:36:35 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 14:48:17 +0100" startDate="2023-10-06 14:36:40 +0100" endDate="2023-10-06 14:46:06 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 14:56:57 +0100" startDate="2023-10-06 14:46:39 +0100" endDate="2023-10-06 14:55:49 +0100" value="1006"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 15:09:10 +0100" startDate="2023-10-06 14:55:49 +0100" endDate="2023-10-06 14:58:04 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 15:18:45 +0100" startDate="2023-10-06 15:06:39 +0100" endDate="2023-10-06 15:10:11 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 15:30:42 +0100" startDate="2023-10-06 15:18:15 +0100" endDate="2023-10-06 15:23:32 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 16:16:57 +0100" startDate="2023-10-06 16:05:54 +0100" endDate="2023-10-06 16:15:56 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 16:28:18 +0100" startDate="2023-10-06 16:15:56 +0100" endDate="2023-10-06 16:25:57 +0100" value="1133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 16:36:02 +0100" startDate="2023-10-06 16:25:57 +0100" endDate="2023-10-06 16:32:11 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 16:51:48 +0100" startDate="2023-10-06 16:39:29 +0100" endDate="2023-10-06 16:47:53 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 17:14:05 +0100" startDate="2023-10-06 17:01:40 +0100" endDate="2023-10-06 17:10:45 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 17:25:16 +0100" startDate="2023-10-06 17:11:51 +0100" endDate="2023-10-06 17:16:06 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 18:16:30 +0100" startDate="2023-10-06 18:04:40 +0100" endDate="2023-10-06 18:10:03 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 18:40:00 +0100" startDate="2023-10-06 18:26:07 +0100" endDate="2023-10-06 18:33:40 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 19:32:51 +0100" startDate="2023-10-06 19:20:33 +0100" endDate="2023-10-06 19:24:33 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 19:42:06 +0100" startDate="2023-10-06 19:31:04 +0100" endDate="2023-10-06 19:32:23 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 19:59:25 +0100" startDate="2023-10-06 19:47:54 +0100" endDate="2023-10-06 19:48:40 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 20:09:44 +0100" startDate="2023-10-06 19:58:11 +0100" endDate="2023-10-06 19:58:26 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 20:29:00 +0100" startDate="2023-10-06 20:17:26 +0100" endDate="2023-10-06 20:26:44 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 20:39:01 +0100" startDate="2023-10-06 20:27:58 +0100" endDate="2023-10-06 20:32:05 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-06 21:09:00 +0100" startDate="2023-10-06 20:52:24 +0100" endDate="2023-10-06 20:53:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-07 07:24:22 +0100" startDate="2023-10-07 07:13:56 +0100" endDate="2023-10-07 07:20:59 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-07 07:37:58 +0100" startDate="2023-10-07 07:27:50 +0100" endDate="2023-10-07 07:33:18 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-07 09:06:10 +0100" startDate="2023-10-07 08:51:00 +0100" endDate="2023-10-07 08:51:18 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-07 10:09:03 +0100" startDate="2023-10-07 09:58:00 +0100" endDate="2023-10-07 09:58:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 08:25:31 +0100" startDate="2023-10-08 08:14:20 +0100" endDate="2023-10-08 08:23:43 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 08:35:24 +0100" startDate="2023-10-08 08:24:21 +0100" endDate="2023-10-08 08:31:55 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 08:49:19 +0100" startDate="2023-10-08 08:39:03 +0100" endDate="2023-10-08 08:49:04 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 09:06:58 +0100" startDate="2023-10-08 08:49:04 +0100" endDate="2023-10-08 08:56:35 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 09:24:37 +0100" startDate="2023-10-08 09:13:39 +0100" endDate="2023-10-08 09:22:58 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 09:34:35 +0100" startDate="2023-10-08 09:23:41 +0100" endDate="2023-10-08 09:33:24 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 09:49:50 +0100" startDate="2023-10-08 09:34:04 +0100" endDate="2023-10-08 09:44:05 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 10:01:38 +0100" startDate="2023-10-08 09:44:05 +0100" endDate="2023-10-08 09:52:53 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 10:19:05 +0100" startDate="2023-10-08 10:05:44 +0100" endDate="2023-10-08 10:13:56 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 10:28:32 +0100" startDate="2023-10-08 10:18:19 +0100" endDate="2023-10-08 10:28:18 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 10:41:14 +0100" startDate="2023-10-08 10:28:18 +0100" endDate="2023-10-08 10:29:01 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 12:23:10 +0100" startDate="2023-10-08 12:12:51 +0100" endDate="2023-10-08 12:22:52 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 12:33:52 +0100" startDate="2023-10-08 12:22:52 +0100" endDate="2023-10-08 12:31:55 +0100" value="682"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 12:46:58 +0100" startDate="2023-10-08 12:33:37 +0100" endDate="2023-10-08 12:42:19 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 12:57:56 +0100" startDate="2023-10-08 12:46:09 +0100" endDate="2023-10-08 12:48:34 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 13:11:55 +0100" startDate="2023-10-08 12:59:26 +0100" endDate="2023-10-08 13:05:16 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 13:44:49 +0100" startDate="2023-10-08 13:22:35 +0100" endDate="2023-10-08 13:29:02 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 14:02:32 +0100" startDate="2023-10-08 13:51:12 +0100" endDate="2023-10-08 14:01:11 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 14:12:14 +0100" startDate="2023-10-08 14:01:11 +0100" endDate="2023-10-08 14:07:13 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 14:22:53 +0100" startDate="2023-10-08 14:12:14 +0100" endDate="2023-10-08 14:19:52 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 14:33:40 +0100" startDate="2023-10-08 14:23:08 +0100" endDate="2023-10-08 14:29:23 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 14:45:05 +0100" startDate="2023-10-08 14:35:00 +0100" endDate="2023-10-08 14:35:59 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 15:11:51 +0100" startDate="2023-10-08 14:59:41 +0100" endDate="2023-10-08 14:59:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 15:55:21 +0100" startDate="2023-10-08 15:44:18 +0100" endDate="2023-10-08 15:53:44 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 16:08:39 +0100" startDate="2023-10-08 15:57:36 +0100" endDate="2023-10-08 16:07:37 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 16:18:40 +0100" startDate="2023-10-08 16:07:37 +0100" endDate="2023-10-08 16:08:43 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 17:14:35 +0100" startDate="2023-10-08 17:03:19 +0100" endDate="2023-10-08 17:11:03 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 17:40:38 +0100" startDate="2023-10-08 17:30:33 +0100" endDate="2023-10-08 17:30:38 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 18:40:00 +0100" startDate="2023-10-08 18:27:43 +0100" endDate="2023-10-08 18:31:32 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 18:50:50 +0100" startDate="2023-10-08 18:39:47 +0100" endDate="2023-10-08 18:39:57 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 19:33:20 +0100" startDate="2023-10-08 19:22:56 +0100" endDate="2023-10-08 19:22:59 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 19:58:41 +0100" startDate="2023-10-08 19:47:38 +0100" endDate="2023-10-08 19:51:32 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 20:25:23 +0100" startDate="2023-10-08 20:11:07 +0100" endDate="2023-10-08 20:17:52 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 20:36:40 +0100" startDate="2023-10-08 20:25:51 +0100" endDate="2023-10-08 20:26:06 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-08 20:57:41 +0100" startDate="2023-10-08 20:46:25 +0100" endDate="2023-10-08 20:56:10 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 06:54:53 +0100" startDate="2023-10-09 06:43:18 +0100" endDate="2023-10-09 06:48:14 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 07:29:16 +0100" startDate="2023-10-09 07:18:23 +0100" endDate="2023-10-09 07:18:33 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 09:44:34 +0100" startDate="2023-10-09 09:27:48 +0100" endDate="2023-10-09 09:28:03 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 10:00:05 +0100" startDate="2023-10-09 09:46:11 +0100" endDate="2023-10-09 09:46:24 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 10:18:17 +0100" startDate="2023-10-09 10:06:47 +0100" endDate="2023-10-09 10:12:26 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 10:28:42 +0100" startDate="2023-10-09 10:17:02 +0100" endDate="2023-10-09 10:25:55 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 10:39:14 +0100" startDate="2023-10-09 10:29:06 +0100" endDate="2023-10-09 10:38:47 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 10:51:08 +0100" startDate="2023-10-09 10:40:24 +0100" endDate="2023-10-09 10:50:05 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 12:35:32 +0100" startDate="2023-10-09 12:19:33 +0100" endDate="2023-10-09 12:19:48 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 12:58:46 +0100" startDate="2023-10-09 12:43:47 +0100" endDate="2023-10-09 12:44:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 13:33:25 +0100" startDate="2023-10-09 13:13:57 +0100" endDate="2023-10-09 13:14:15 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 13:58:35 +0100" startDate="2023-10-09 13:45:31 +0100" endDate="2023-10-09 13:45:53 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 14:17:32 +0100" startDate="2023-10-09 13:58:38 +0100" endDate="2023-10-09 14:00:05 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 14:42:17 +0100" startDate="2023-10-09 14:32:01 +0100" endDate="2023-10-09 14:35:58 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 15:14:03 +0100" startDate="2023-10-09 15:03:00 +0100" endDate="2023-10-09 15:03:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 16:02:36 +0100" startDate="2023-10-09 15:49:43 +0100" endDate="2023-10-09 15:50:06 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 16:32:20 +0100" startDate="2023-10-09 16:22:15 +0100" endDate="2023-10-09 16:28:12 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 16:45:02 +0100" startDate="2023-10-09 16:34:29 +0100" endDate="2023-10-09 16:42:35 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 17:11:40 +0100" startDate="2023-10-09 17:00:29 +0100" endDate="2023-10-09 17:10:28 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 17:21:43 +0100" startDate="2023-10-09 17:10:28 +0100" endDate="2023-10-09 17:19:03 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 17:31:30 +0100" startDate="2023-10-09 17:20:27 +0100" endDate="2023-10-09 17:30:28 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 17:47:44 +0100" startDate="2023-10-09 17:30:28 +0100" endDate="2023-10-09 17:40:09 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 17:52:08 +0100" startDate="2023-10-09 17:41:05 +0100" endDate="2023-10-09 17:47:22 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 18:03:40 +0100" startDate="2023-10-09 17:53:19 +0100" endDate="2023-10-09 17:59:49 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 18:16:23 +0100" startDate="2023-10-09 18:03:41 +0100" endDate="2023-10-09 18:09:20 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 18:27:27 +0100" startDate="2023-10-09 18:15:24 +0100" endDate="2023-10-09 18:25:25 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 18:36:27 +0100" startDate="2023-10-09 18:25:25 +0100" endDate="2023-10-09 18:33:21 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-09 20:46:09 +0100" startDate="2023-10-09 20:36:01 +0100" endDate="2023-10-09 20:39:48 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 06:10:21 +0100" startDate="2023-10-10 05:59:18 +0100" endDate="2023-10-10 06:04:50 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 07:02:22 +0100" startDate="2023-10-10 06:51:19 +0100" endDate="2023-10-10 06:57:25 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 10:39:36 +0100" startDate="2023-10-10 10:21:27 +0100" endDate="2023-10-10 10:28:10 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 11:07:42 +0100" startDate="2023-10-10 10:57:26 +0100" endDate="2023-10-10 11:00:25 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 11:17:55 +0100" startDate="2023-10-10 11:07:50 +0100" endDate="2023-10-10 11:08:28 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 14:00:19 +0100" startDate="2023-10-10 13:46:34 +0100" endDate="2023-10-10 13:54:36 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 14:08:42 +0100" startDate="2023-10-10 13:57:39 +0100" endDate="2023-10-10 13:57:52 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 14:25:04 +0100" startDate="2023-10-10 14:14:02 +0100" endDate="2023-10-10 14:15:41 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 14:38:17 +0100" startDate="2023-10-10 14:28:04 +0100" endDate="2023-10-10 14:34:17 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 15:47:01 +0100" startDate="2023-10-10 15:34:29 +0100" endDate="2023-10-10 15:34:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 18:38:27 +0100" startDate="2023-10-10 18:26:01 +0100" endDate="2023-10-10 18:26:03 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 19:26:13 +0100" startDate="2023-10-10 19:09:17 +0100" endDate="2023-10-10 19:10:51 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-10 21:05:27 +0100" startDate="2023-10-10 20:54:25 +0100" endDate="2023-10-10 20:58:04 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 00:29:33 +0100" startDate="2023-10-11 00:19:20 +0100" endDate="2023-10-11 00:19:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 04:40:34 +0100" startDate="2023-10-11 04:29:29 +0100" endDate="2023-10-11 04:39:25 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 04:55:38 +0100" startDate="2023-10-11 04:44:35 +0100" endDate="2023-10-11 04:44:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 05:28:51 +0100" startDate="2023-10-11 05:17:48 +0100" endDate="2023-10-11 05:27:37 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 05:39:26 +0100" startDate="2023-10-11 05:28:23 +0100" endDate="2023-10-11 05:33:36 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 07:00:01 +0100" startDate="2023-10-11 06:47:05 +0100" endDate="2023-10-11 06:50:42 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 07:10:44 +0100" startDate="2023-10-11 07:00:20 +0100" endDate="2023-10-11 07:10:08 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 07:22:58 +0100" startDate="2023-10-11 07:10:08 +0100" endDate="2023-10-11 07:20:07 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 07:31:02 +0100" startDate="2023-10-11 07:20:07 +0100" endDate="2023-10-11 07:29:51 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 08:31:48 +0100" startDate="2023-10-11 08:18:34 +0100" endDate="2023-10-11 08:23:17 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 08:55:00 +0100" startDate="2023-10-11 08:43:24 +0100" endDate="2023-10-11 08:52:57 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 09:11:30 +0100" startDate="2023-10-11 08:57:55 +0100" endDate="2023-10-11 08:58:18 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 09:49:34 +0100" startDate="2023-10-11 09:38:37 +0100" endDate="2023-10-11 09:39:15 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 10:06:51 +0100" startDate="2023-10-11 09:53:37 +0100" endDate="2023-10-11 09:56:25 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 10:20:18 +0100" startDate="2023-10-11 10:07:23 +0100" endDate="2023-10-11 10:13:22 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 10:50:31 +0100" startDate="2023-10-11 10:37:59 +0100" endDate="2023-10-11 10:40:32 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 11:36:08 +0100" startDate="2023-10-11 11:24:46 +0100" endDate="2023-10-11 11:26:00 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 12:00:51 +0100" startDate="2023-10-11 11:48:26 +0100" endDate="2023-10-11 11:52:40 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 12:21:19 +0100" startDate="2023-10-11 12:05:41 +0100" endDate="2023-10-11 12:06:17 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 12:43:42 +0100" startDate="2023-10-11 12:31:31 +0100" endDate="2023-10-11 12:36:21 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 13:13:59 +0100" startDate="2023-10-11 13:00:17 +0100" endDate="2023-10-11 13:05:40 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 13:37:18 +0100" startDate="2023-10-11 13:22:57 +0100" endDate="2023-10-11 13:32:46 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 13:44:22 +0100" startDate="2023-10-11 13:33:20 +0100" endDate="2023-10-11 13:33:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 15:17:07 +0100" startDate="2023-10-11 14:59:06 +0100" endDate="2023-10-11 14:59:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 15:50:17 +0100" startDate="2023-10-11 15:35:58 +0100" endDate="2023-10-11 15:44:25 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 15:59:08 +0100" startDate="2023-10-11 15:47:10 +0100" endDate="2023-10-11 15:50:59 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 19:13:19 +0100" startDate="2023-10-11 19:02:16 +0100" endDate="2023-10-11 19:06:46 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 19:26:36 +0100" startDate="2023-10-11 19:15:34 +0100" endDate="2023-10-11 19:25:35 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 19:36:45 +0100" startDate="2023-10-11 19:25:42 +0100" endDate="2023-10-11 19:28:15 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 20:29:13 +0100" startDate="2023-10-11 20:15:15 +0100" endDate="2023-10-11 20:15:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 20:51:16 +0100" startDate="2023-10-11 20:33:58 +0100" endDate="2023-10-11 20:42:37 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-11 21:21:09 +0100" startDate="2023-10-11 21:10:06 +0100" endDate="2023-10-11 21:10:16 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 04:13:01 +0100" startDate="2023-10-12 04:02:51 +0100" endDate="2023-10-12 04:03:59 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 05:07:12 +0100" startDate="2023-10-12 04:55:03 +0100" endDate="2023-10-12 05:05:02 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 05:16:05 +0100" startDate="2023-10-12 05:05:02 +0100" endDate="2023-10-12 05:15:03 +0100" value="1081"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 05:26:06 +0100" startDate="2023-10-12 05:15:03 +0100" endDate="2023-10-12 05:24:46 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 06:18:04 +0100" startDate="2023-10-12 06:07:26 +0100" endDate="2023-10-12 06:13:16 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 06:55:32 +0100" startDate="2023-10-12 06:41:19 +0100" endDate="2023-10-12 06:51:21 +0100" value="1096"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 07:07:21 +0100" startDate="2023-10-12 06:51:21 +0100" endDate="2023-10-12 06:59:17 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 07:14:29 +0100" startDate="2023-10-12 07:03:26 +0100" endDate="2023-10-12 07:11:28 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 07:42:10 +0100" startDate="2023-10-12 07:26:56 +0100" endDate="2023-10-12 07:30:22 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 09:37:59 +0100" startDate="2023-10-12 09:26:22 +0100" endDate="2023-10-12 09:36:05 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 09:49:47 +0100" startDate="2023-10-12 09:37:01 +0100" endDate="2023-10-12 09:41:03 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 10:46:12 +0100" startDate="2023-10-12 10:35:38 +0100" endDate="2023-10-12 10:44:54 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 11:05:09 +0100" startDate="2023-10-12 10:54:06 +0100" endDate="2023-10-12 11:01:01 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 11:30:32 +0100" startDate="2023-10-12 11:11:16 +0100" endDate="2023-10-12 11:18:42 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 12:56:27 +0100" startDate="2023-10-12 12:43:26 +0100" endDate="2023-10-12 12:53:28 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 13:04:37 +0100" startDate="2023-10-12 12:53:28 +0100" endDate="2023-10-12 13:03:28 +0100" value="1183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 13:21:44 +0100" startDate="2023-10-12 13:10:41 +0100" endDate="2023-10-12 13:17:44 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 14:38:33 +0100" startDate="2023-10-12 14:26:59 +0100" endDate="2023-10-12 14:36:05 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 14:48:13 +0100" startDate="2023-10-12 14:37:16 +0100" endDate="2023-10-12 14:46:07 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 15:13:12 +0100" startDate="2023-10-12 15:03:04 +0100" endDate="2023-10-12 15:06:37 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 15:51:25 +0100" startDate="2023-10-12 15:40:23 +0100" endDate="2023-10-12 15:46:53 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 19:05:29 +0100" startDate="2023-10-12 18:47:20 +0100" endDate="2023-10-12 18:52:07 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 20:11:29 +0100" startDate="2023-10-12 19:57:17 +0100" endDate="2023-10-12 19:59:45 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-12 20:48:14 +0100" startDate="2023-10-12 20:37:11 +0100" endDate="2023-10-12 20:41:23 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 05:17:42 +0100" startDate="2023-10-13 05:03:44 +0100" endDate="2023-10-13 05:10:14 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 06:06:40 +0100" startDate="2023-10-13 05:56:28 +0100" endDate="2023-10-13 05:58:12 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 06:48:19 +0100" startDate="2023-10-13 06:34:07 +0100" endDate="2023-10-13 06:34:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 07:09:01 +0100" startDate="2023-10-13 06:58:48 +0100" endDate="2023-10-13 06:59:11 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 11:57:29 +0100" startDate="2023-10-13 11:43:59 +0100" endDate="2023-10-13 11:47:31 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 12:06:46 +0100" startDate="2023-10-13 11:55:48 +0100" endDate="2023-10-13 12:03:47 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 12:17:20 +0100" startDate="2023-10-13 12:05:55 +0100" endDate="2023-10-13 12:06:30 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 12:48:01 +0100" startDate="2023-10-13 12:24:13 +0100" endDate="2023-10-13 12:24:33 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 13:10:39 +0100" startDate="2023-10-13 12:59:36 +0100" endDate="2023-10-13 13:09:37 +0100" value="949"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 13:23:20 +0100" startDate="2023-10-13 13:09:37 +0100" endDate="2023-10-13 13:15:52 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 13:35:59 +0100" startDate="2023-10-13 13:25:48 +0100" endDate="2023-10-13 13:34:41 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 13:47:52 +0100" startDate="2023-10-13 13:37:27 +0100" endDate="2023-10-13 13:47:28 +0100" value="1107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 13:58:30 +0100" startDate="2023-10-13 13:47:28 +0100" endDate="2023-10-13 13:57:29 +0100" value="1039"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 14:11:41 +0100" startDate="2023-10-13 13:57:29 +0100" endDate="2023-10-13 14:04:31 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 14:19:59 +0100" startDate="2023-10-13 14:09:45 +0100" endDate="2023-10-13 14:19:33 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 14:31:43 +0100" startDate="2023-10-13 14:21:05 +0100" endDate="2023-10-13 14:30:02 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 14:42:34 +0100" startDate="2023-10-13 14:32:15 +0100" endDate="2023-10-13 14:42:16 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 14:55:00 +0100" startDate="2023-10-13 14:42:16 +0100" endDate="2023-10-13 14:51:41 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 15:04:17 +0100" startDate="2023-10-13 14:52:45 +0100" endDate="2023-10-13 15:02:43 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 15:16:58 +0100" startDate="2023-10-13 15:03:09 +0100" endDate="2023-10-13 15:03:14 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 15:28:09 +0100" startDate="2023-10-13 15:16:48 +0100" endDate="2023-10-13 15:17:51 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 15:37:26 +0100" startDate="2023-10-13 15:27:16 +0100" endDate="2023-10-13 15:33:35 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 17:07:46 +0100" startDate="2023-10-13 16:57:36 +0100" endDate="2023-10-13 17:06:31 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-13 21:41:44 +0100" startDate="2023-10-13 21:30:41 +0100" endDate="2023-10-13 21:34:10 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 05:40:22 +0100" startDate="2023-10-14 05:27:13 +0100" endDate="2023-10-14 05:27:56 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 05:52:30 +0100" startDate="2023-10-14 05:39:26 +0100" endDate="2023-10-14 05:44:04 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 06:03:00 +0100" startDate="2023-10-14 05:51:58 +0100" endDate="2023-10-14 05:52:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 06:25:59 +0100" startDate="2023-10-14 06:14:56 +0100" endDate="2023-10-14 06:20:12 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 06:57:44 +0100" startDate="2023-10-14 06:46:41 +0100" endDate="2023-10-14 06:56:19 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 07:13:01 +0100" startDate="2023-10-14 07:01:58 +0100" endDate="2023-10-14 07:11:29 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 07:24:14 +0100" startDate="2023-10-14 07:13:08 +0100" endDate="2023-10-14 07:23:07 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 07:35:05 +0100" startDate="2023-10-14 07:23:07 +0100" endDate="2023-10-14 07:23:24 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 07:59:23 +0100" startDate="2023-10-14 07:44:05 +0100" endDate="2023-10-14 07:44:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 08:18:42 +0100" startDate="2023-10-14 08:01:11 +0100" endDate="2023-10-14 08:05:21 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 08:28:42 +0100" startDate="2023-10-14 08:16:43 +0100" endDate="2023-10-14 08:23:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 08:55:30 +0100" startDate="2023-10-14 08:45:22 +0100" endDate="2023-10-14 08:53:11 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 09:13:10 +0100" startDate="2023-10-14 08:59:20 +0100" endDate="2023-10-14 09:08:30 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 09:20:35 +0100" startDate="2023-10-14 09:09:26 +0100" endDate="2023-10-14 09:19:20 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 09:33:29 +0100" startDate="2023-10-14 09:19:50 +0100" endDate="2023-10-14 09:25:50 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 09:54:46 +0100" startDate="2023-10-14 09:41:40 +0100" endDate="2023-10-14 09:42:03 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 10:10:04 +0100" startDate="2023-10-14 09:54:50 +0100" endDate="2023-10-14 10:01:02 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 10:48:16 +0100" startDate="2023-10-14 10:37:59 +0100" endDate="2023-10-14 10:46:36 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 11:03:15 +0100" startDate="2023-10-14 10:52:12 +0100" endDate="2023-10-14 10:59:20 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 11:16:58 +0100" startDate="2023-10-14 11:05:55 +0100" endDate="2023-10-14 11:13:26 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 11:46:49 +0100" startDate="2023-10-14 11:30:08 +0100" endDate="2023-10-14 11:35:36 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 12:13:00 +0100" startDate="2023-10-14 12:01:57 +0100" endDate="2023-10-14 12:02:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 12:46:47 +0100" startDate="2023-10-14 12:36:10 +0100" endDate="2023-10-14 12:45:20 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 13:14:35 +0100" startDate="2023-10-14 13:00:12 +0100" endDate="2023-10-14 13:10:13 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 13:26:47 +0100" startDate="2023-10-14 13:10:13 +0100" endDate="2023-10-14 13:19:51 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 13:41:54 +0100" startDate="2023-10-14 13:26:13 +0100" endDate="2023-10-14 13:36:12 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 13:57:04 +0100" startDate="2023-10-14 13:36:12 +0100" endDate="2023-10-14 13:37:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 14:02:15 +0100" startDate="2023-10-14 13:51:12 +0100" endDate="2023-10-14 13:58:38 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 14:22:23 +0100" startDate="2023-10-14 14:12:10 +0100" endDate="2023-10-14 14:17:34 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 14:57:22 +0100" startDate="2023-10-14 14:45:14 +0100" endDate="2023-10-14 14:47:55 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 15:10:42 +0100" startDate="2023-10-14 14:57:04 +0100" endDate="2023-10-14 15:07:00 +0100" value="1037"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 15:18:23 +0100" startDate="2023-10-14 15:07:05 +0100" endDate="2023-10-14 15:13:07 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 15:31:22 +0100" startDate="2023-10-14 15:20:07 +0100" endDate="2023-10-14 15:22:30 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 16:51:56 +0100" startDate="2023-10-14 16:40:49 +0100" endDate="2023-10-14 16:50:07 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 17:02:32 +0100" startDate="2023-10-14 16:50:07 +0100" endDate="2023-10-14 16:54:29 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 18:33:55 +0100" startDate="2023-10-14 18:22:35 +0100" endDate="2023-10-14 18:32:34 +0100" value="692"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 18:42:51 +0100" startDate="2023-10-14 18:32:34 +0100" endDate="2023-10-14 18:42:33 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 18:54:55 +0100" startDate="2023-10-14 18:42:33 +0100" endDate="2023-10-14 18:42:51 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 19:07:39 +0100" startDate="2023-10-14 18:54:54 +0100" endDate="2023-10-14 19:04:55 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 19:15:19 +0100" startDate="2023-10-14 19:04:55 +0100" endDate="2023-10-14 19:08:52 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 20:01:17 +0100" startDate="2023-10-14 19:16:28 +0100" endDate="2023-10-14 19:16:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 21:17:14 +0100" startDate="2023-10-14 20:40:00 +0100" endDate="2023-10-14 20:40:20 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 22:17:01 +0100" startDate="2023-10-14 21:23:30 +0100" endDate="2023-10-14 21:23:48 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 23:02:46 +0100" startDate="2023-10-14 22:46:48 +0100" endDate="2023-10-14 22:47:51 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-14 23:48:58 +0100" startDate="2023-10-14 23:34:36 +0100" endDate="2023-10-14 23:35:37 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 00:09:12 +0100" startDate="2023-10-14 23:45:33 +0100" endDate="2023-10-14 23:45:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 00:15:14 +0100" startDate="2023-10-15 00:03:54 +0100" endDate="2023-10-15 00:12:48 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 00:25:15 +0100" startDate="2023-10-15 00:14:12 +0100" endDate="2023-10-15 00:22:36 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 09:18:30 +0100" startDate="2023-10-15 09:08:07 +0100" endDate="2023-10-15 09:08:35 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 12:10:47 +0100" startDate="2023-10-15 11:59:58 +0100" endDate="2023-10-15 12:09:33 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 12:33:24 +0100" startDate="2023-10-15 12:21:02 +0100" endDate="2023-10-15 12:24:11 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 13:32:34 +0100" startDate="2023-10-15 13:18:34 +0100" endDate="2023-10-15 13:19:33 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 13:41:11 +0100" startDate="2023-10-15 13:29:10 +0100" endDate="2023-10-15 13:38:45 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 13:55:49 +0100" startDate="2023-10-15 13:40:52 +0100" endDate="2023-10-15 13:50:36 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 14:06:54 +0100" startDate="2023-10-15 13:52:11 +0100" endDate="2023-10-15 14:01:17 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 14:16:56 +0100" startDate="2023-10-15 14:06:48 +0100" endDate="2023-10-15 14:16:03 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 14:32:29 +0100" startDate="2023-10-15 14:21:26 +0100" endDate="2023-10-15 14:31:07 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 14:43:03 +0100" startDate="2023-10-15 14:32:00 +0100" endDate="2023-10-15 14:40:12 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 14:55:04 +0100" startDate="2023-10-15 14:42:35 +0100" endDate="2023-10-15 14:51:27 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 15:07:35 +0100" startDate="2023-10-15 14:53:52 +0100" endDate="2023-10-15 14:54:08 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 16:11:55 +0100" startDate="2023-10-15 16:00:53 +0100" endDate="2023-10-15 16:10:26 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 16:30:10 +0100" startDate="2023-10-15 16:18:51 +0100" endDate="2023-10-15 16:27:38 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 17:25:14 +0100" startDate="2023-10-15 17:14:12 +0100" endDate="2023-10-15 17:22:11 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 17:34:44 +0100" startDate="2023-10-15 17:24:16 +0100" endDate="2023-10-15 17:24:39 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 18:13:04 +0100" startDate="2023-10-15 17:57:45 +0100" endDate="2023-10-15 17:57:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-15 20:46:21 +0100" startDate="2023-10-15 20:34:55 +0100" endDate="2023-10-15 20:36:50 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 06:48:07 +0100" startDate="2023-10-16 06:37:04 +0100" endDate="2023-10-16 06:43:44 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 07:48:16 +0100" startDate="2023-10-16 07:35:55 +0100" endDate="2023-10-16 07:36:26 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 11:42:22 +0100" startDate="2023-10-16 11:25:59 +0100" endDate="2023-10-16 11:26:53 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 12:13:10 +0100" startDate="2023-10-16 12:00:51 +0100" endDate="2023-10-16 12:00:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 12:27:26 +0100" startDate="2023-10-16 12:16:15 +0100" endDate="2023-10-16 12:16:25 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 13:13:01 +0100" startDate="2023-10-16 13:02:36 +0100" endDate="2023-10-16 13:11:59 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 13:32:24 +0100" startDate="2023-10-16 13:15:20 +0100" endDate="2023-10-16 13:16:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 13:46:17 +0100" startDate="2023-10-16 13:34:33 +0100" endDate="2023-10-16 13:43:59 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 14:01:17 +0100" startDate="2023-10-16 13:49:47 +0100" endDate="2023-10-16 13:56:30 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 14:38:38 +0100" startDate="2023-10-16 14:27:29 +0100" endDate="2023-10-16 14:34:06 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 14:48:41 +0100" startDate="2023-10-16 14:37:38 +0100" endDate="2023-10-16 14:44:23 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 15:03:33 +0100" startDate="2023-10-16 14:51:47 +0100" endDate="2023-10-16 14:59:36 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 16:33:03 +0100" startDate="2023-10-16 16:21:52 +0100" endDate="2023-10-16 16:30:55 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 17:33:33 +0100" startDate="2023-10-16 17:21:43 +0100" endDate="2023-10-16 17:24:08 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 17:51:30 +0100" startDate="2023-10-16 17:40:28 +0100" endDate="2023-10-16 17:45:08 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 18:14:08 +0100" startDate="2023-10-16 18:02:41 +0100" endDate="2023-10-16 18:06:12 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 19:07:18 +0100" startDate="2023-10-16 18:52:24 +0100" endDate="2023-10-16 18:56:10 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 19:19:14 +0100" startDate="2023-10-16 19:07:05 +0100" endDate="2023-10-16 19:07:15 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-16 20:20:12 +0100" startDate="2023-10-16 20:10:01 +0100" endDate="2023-10-16 20:13:51 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 04:33:03 +0100" startDate="2023-10-17 04:22:43 +0100" endDate="2023-10-17 04:32:42 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 05:10:20 +0100" startDate="2023-10-17 05:00:10 +0100" endDate="2023-10-17 05:00:33 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 06:05:58 +0100" startDate="2023-10-17 05:55:50 +0100" endDate="2023-10-17 05:58:08 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 06:24:48 +0100" startDate="2023-10-17 06:13:45 +0100" endDate="2023-10-17 06:16:54 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 07:01:54 +0100" startDate="2023-10-17 06:50:55 +0100" endDate="2023-10-17 06:52:01 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 08:08:54 +0100" startDate="2023-10-17 07:57:51 +0100" endDate="2023-10-17 08:06:09 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 09:16:12 +0100" startDate="2023-10-17 09:00:23 +0100" endDate="2023-10-17 09:00:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 09:37:42 +0100" startDate="2023-10-17 09:21:09 +0100" endDate="2023-10-17 09:23:08 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 10:15:28 +0100" startDate="2023-10-17 10:02:19 +0100" endDate="2023-10-17 10:12:02 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 10:28:42 +0100" startDate="2023-10-17 10:18:34 +0100" endDate="2023-10-17 10:18:42 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 10:54:40 +0100" startDate="2023-10-17 10:42:34 +0100" endDate="2023-10-17 10:47:42 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 11:20:57 +0100" startDate="2023-10-17 11:09:54 +0100" endDate="2023-10-17 11:17:55 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 11:46:45 +0100" startDate="2023-10-17 11:35:43 +0100" endDate="2023-10-17 11:44:50 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 12:05:32 +0100" startDate="2023-10-17 11:51:40 +0100" endDate="2023-10-17 12:01:42 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 12:13:18 +0100" startDate="2023-10-17 12:01:42 +0100" endDate="2023-10-17 12:11:43 +0100" value="1077"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 12:23:22 +0100" startDate="2023-10-17 12:12:00 +0100" endDate="2023-10-17 12:12:03 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 12:32:53 +0100" startDate="2023-10-17 12:22:43 +0100" endDate="2023-10-17 12:28:39 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 13:22:26 +0100" startDate="2023-10-17 13:11:23 +0100" endDate="2023-10-17 13:21:03 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 13:32:55 +0100" startDate="2023-10-17 13:21:52 +0100" endDate="2023-10-17 13:31:53 +0100" value="935"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 13:42:55 +0100" startDate="2023-10-17 13:31:53 +0100" endDate="2023-10-17 13:41:00 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 13:53:41 +0100" startDate="2023-10-17 13:43:25 +0100" endDate="2023-10-17 13:53:24 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 14:09:06 +0100" startDate="2023-10-17 13:56:32 +0100" endDate="2023-10-17 14:05:55 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 14:29:24 +0100" startDate="2023-10-17 14:17:33 +0100" endDate="2023-10-17 14:24:32 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 14:43:20 +0100" startDate="2023-10-17 14:32:30 +0100" endDate="2023-10-17 14:42:07 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 15:01:41 +0100" startDate="2023-10-17 14:48:28 +0100" endDate="2023-10-17 14:57:16 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 15:14:36 +0100" startDate="2023-10-17 14:59:56 +0100" endDate="2023-10-17 15:09:12 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 16:04:49 +0100" startDate="2023-10-17 15:51:25 +0100" endDate="2023-10-17 15:58:12 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 16:38:13 +0100" startDate="2023-10-17 16:26:47 +0100" endDate="2023-10-17 16:36:36 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 16:50:14 +0100" startDate="2023-10-17 16:37:01 +0100" endDate="2023-10-17 16:47:02 +0100" value="1166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 16:58:05 +0100" startDate="2023-10-17 16:47:02 +0100" endDate="2023-10-17 16:55:47 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 17:08:34 +0100" startDate="2023-10-17 16:57:32 +0100" endDate="2023-10-17 17:04:22 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 17:19:06 +0100" startDate="2023-10-17 17:08:03 +0100" endDate="2023-10-17 17:08:06 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 17:42:18 +0100" startDate="2023-10-17 17:32:08 +0100" endDate="2023-10-17 17:42:09 +0100" value="1110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 18:00:16 +0100" startDate="2023-10-17 17:42:09 +0100" endDate="2023-10-17 17:44:03 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 18:14:08 +0100" startDate="2023-10-17 18:04:03 +0100" endDate="2023-10-17 18:04:59 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 18:25:23 +0100" startDate="2023-10-17 18:14:29 +0100" endDate="2023-10-17 18:14:34 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 18:52:32 +0100" startDate="2023-10-17 18:33:44 +0100" endDate="2023-10-17 18:36:07 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 19:16:43 +0100" startDate="2023-10-17 19:04:20 +0100" endDate="2023-10-17 19:14:22 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 19:26:20 +0100" startDate="2023-10-17 19:14:22 +0100" endDate="2023-10-17 19:20:39 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 19:38:05 +0100" startDate="2023-10-17 19:24:51 +0100" endDate="2023-10-17 19:26:57 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-17 20:26:14 +0100" startDate="2023-10-17 20:14:15 +0100" endDate="2023-10-17 20:14:48 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 04:29:46 +0100" startDate="2023-10-18 04:16:48 +0100" endDate="2023-10-18 04:17:54 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 04:40:41 +0100" startDate="2023-10-18 04:29:38 +0100" endDate="2023-10-18 04:29:59 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 05:07:57 +0100" startDate="2023-10-18 04:57:49 +0100" endDate="2023-10-18 05:07:50 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 05:19:03 +0100" startDate="2023-10-18 05:08:08 +0100" endDate="2023-10-18 05:17:21 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 05:28:09 +0100" startDate="2023-10-18 05:17:21 +0100" endDate="2023-10-18 05:27:02 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 06:27:13 +0100" startDate="2023-10-18 06:16:11 +0100" endDate="2023-10-18 06:17:45 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 06:55:37 +0100" startDate="2023-10-18 06:41:39 +0100" endDate="2023-10-18 06:51:40 +0100" value="1142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 07:02:05 +0100" startDate="2023-10-18 06:51:40 +0100" endDate="2023-10-18 07:00:22 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 07:14:28 +0100" startDate="2023-10-18 07:03:25 +0100" endDate="2023-10-18 07:07:28 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 09:23:20 +0100" startDate="2023-10-18 09:12:53 +0100" endDate="2023-10-18 09:18:32 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 09:34:47 +0100" startDate="2023-10-18 09:22:55 +0100" endDate="2023-10-18 09:23:38 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 10:48:18 +0100" startDate="2023-10-18 10:36:21 +0100" endDate="2023-10-18 10:42:53 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 11:06:18 +0100" startDate="2023-10-18 10:55:15 +0100" endDate="2023-10-18 11:04:23 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 11:16:17 +0100" startDate="2023-10-18 11:05:49 +0100" endDate="2023-10-18 11:15:50 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 11:26:39 +0100" startDate="2023-10-18 11:15:50 +0100" endDate="2023-10-18 11:18:11 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 11:58:02 +0100" startDate="2023-10-18 11:44:04 +0100" endDate="2023-10-18 11:44:07 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 12:34:03 +0100" startDate="2023-10-18 12:23:43 +0100" endDate="2023-10-18 12:31:09 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 12:45:57 +0100" startDate="2023-10-18 12:33:45 +0100" endDate="2023-10-18 12:39:44 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 13:18:13 +0100" startDate="2023-10-18 13:01:49 +0100" endDate="2023-10-18 13:01:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 14:09:34 +0100" startDate="2023-10-18 13:56:46 +0100" endDate="2023-10-18 14:01:34 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 15:10:07 +0100" startDate="2023-10-18 14:59:30 +0100" endDate="2023-10-18 15:09:21 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 15:19:48 +0100" startDate="2023-10-18 15:09:21 +0100" endDate="2023-10-18 15:18:31 +0100" value="1075"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 17:32:37 +0100" startDate="2023-10-18 17:21:23 +0100" endDate="2023-10-18 17:31:24 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 17:43:20 +0100" startDate="2023-10-18 17:31:24 +0100" endDate="2023-10-18 17:36:25 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 17:54:42 +0100" startDate="2023-10-18 17:43:10 +0100" endDate="2023-10-18 17:53:11 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 18:10:42 +0100" startDate="2023-10-18 17:53:11 +0100" endDate="2023-10-18 17:56:52 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 18:19:43 +0100" startDate="2023-10-18 18:05:53 +0100" endDate="2023-10-18 18:14:27 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 18:58:58 +0100" startDate="2023-10-18 18:46:51 +0100" endDate="2023-10-18 18:53:31 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 19:23:00 +0100" startDate="2023-10-18 19:04:33 +0100" endDate="2023-10-18 19:14:21 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 19:35:09 +0100" startDate="2023-10-18 19:22:56 +0100" endDate="2023-10-18 19:23:55 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 20:18:16 +0100" startDate="2023-10-18 20:02:58 +0100" endDate="2023-10-18 20:05:56 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 21:04:54 +0100" startDate="2023-10-18 20:41:31 +0100" endDate="2023-10-18 20:43:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 21:24:55 +0100" startDate="2023-10-18 21:12:41 +0100" endDate="2023-10-18 21:21:51 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 21:35:31 +0100" startDate="2023-10-18 21:21:51 +0100" endDate="2023-10-18 21:26:16 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-18 21:44:19 +0100" startDate="2023-10-18 21:33:17 +0100" endDate="2023-10-18 21:35:44 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 04:27:43 +0100" startDate="2023-10-19 04:16:35 +0100" endDate="2023-10-19 04:16:40 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 04:37:41 +0100" startDate="2023-10-19 04:27:36 +0100" endDate="2023-10-19 04:27:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 05:02:11 +0100" startDate="2023-10-19 04:49:31 +0100" endDate="2023-10-19 04:58:26 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 05:13:11 +0100" startDate="2023-10-19 04:59:45 +0100" endDate="2023-10-19 05:09:46 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 05:21:01 +0100" startDate="2023-10-19 05:09:46 +0100" endDate="2023-10-19 05:15:38 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 05:36:06 +0100" startDate="2023-10-19 05:25:03 +0100" endDate="2023-10-19 05:25:18 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 06:27:08 +0100" startDate="2023-10-19 06:16:05 +0100" endDate="2023-10-19 06:17:57 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 06:54:36 +0100" startDate="2023-10-19 06:41:33 +0100" endDate="2023-10-19 06:51:34 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 07:02:25 +0100" startDate="2023-10-19 06:51:34 +0100" endDate="2023-10-19 07:00:36 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 07:13:59 +0100" startDate="2023-10-19 07:01:35 +0100" endDate="2023-10-19 07:07:21 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 07:42:52 +0100" startDate="2023-10-19 07:27:50 +0100" endDate="2023-10-19 07:30:00 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 09:00:56 +0100" startDate="2023-10-19 08:50:38 +0100" endDate="2023-10-19 08:59:07 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 10:13:33 +0100" startDate="2023-10-19 09:55:22 +0100" endDate="2023-10-19 09:57:49 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 11:04:28 +0100" startDate="2023-10-19 10:53:26 +0100" endDate="2023-10-19 10:58:49 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 11:14:15 +0100" startDate="2023-10-19 11:03:27 +0100" endDate="2023-10-19 11:13:27 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 11:24:30 +0100" startDate="2023-10-19 11:13:29 +0100" endDate="2023-10-19 11:21:05 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 11:41:02 +0100" startDate="2023-10-19 11:24:30 +0100" endDate="2023-10-19 11:24:53 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 13:09:44 +0100" startDate="2023-10-19 12:54:08 +0100" endDate="2023-10-19 12:56:17 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 13:35:16 +0100" startDate="2023-10-19 13:20:50 +0100" endDate="2023-10-19 13:25:56 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 14:05:59 +0100" startDate="2023-10-19 13:54:00 +0100" endDate="2023-10-19 13:58:38 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 15:04:16 +0100" startDate="2023-10-19 14:47:30 +0100" endDate="2023-10-19 14:50:54 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 16:48:03 +0100" startDate="2023-10-19 16:37:50 +0100" endDate="2023-10-19 16:47:51 +0100" value="1057"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 16:58:54 +0100" startDate="2023-10-19 16:47:51 +0100" endDate="2023-10-19 16:55:09 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 17:37:43 +0100" startDate="2023-10-19 17:27:33 +0100" endDate="2023-10-19 17:27:38 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 18:31:12 +0100" startDate="2023-10-19 18:20:42 +0100" endDate="2023-10-19 18:30:18 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 18:31:38 +0100" startDate="2023-10-19 18:30:18 +0100" endDate="2023-10-19 18:31:34 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 18:43:01 +0100" startDate="2023-10-19 18:31:34 +0100" endDate="2023-10-19 18:36:40 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 18:53:49 +0100" startDate="2023-10-19 18:42:18 +0100" endDate="2023-10-19 18:51:31 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 21:11:04 +0100" startDate="2023-10-19 21:10:37 +0100" endDate="2023-10-19 21:10:43 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 21:11:35 +0100" startDate="2023-10-19 21:11:08 +0100" endDate="2023-10-19 21:11:31 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-19 21:21:59 +0100" startDate="2023-10-19 21:11:31 +0100" endDate="2023-10-19 21:14:37 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 04:37:42 +0100" startDate="2023-10-20 04:27:34 +0100" endDate="2023-10-20 04:27:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 06:56:54 +0100" startDate="2023-10-20 06:46:23 +0100" endDate="2023-10-20 06:49:23 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 07:15:43 +0100" startDate="2023-10-20 07:01:04 +0100" endDate="2023-10-20 07:04:38 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 08:02:24 +0100" startDate="2023-10-20 07:52:14 +0100" endDate="2023-10-20 07:52:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 08:28:44 +0100" startDate="2023-10-20 08:18:31 +0100" endDate="2023-10-20 08:18:57 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 08:45:01 +0100" startDate="2023-10-20 08:33:36 +0100" endDate="2023-10-20 08:41:14 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 09:10:03 +0100" startDate="2023-10-20 08:59:43 +0100" endDate="2023-10-20 09:03:53 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 09:44:23 +0100" startDate="2023-10-20 09:32:53 +0100" endDate="2023-10-20 09:42:51 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 09:53:39 +0100" startDate="2023-10-20 09:42:56 +0100" endDate="2023-10-20 09:50:14 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 11:19:45 +0100" startDate="2023-10-20 11:08:42 +0100" endDate="2023-10-20 11:16:23 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 11:31:50 +0100" startDate="2023-10-20 11:21:06 +0100" endDate="2023-10-20 11:29:12 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 11:58:36 +0100" startDate="2023-10-20 11:47:33 +0100" endDate="2023-10-20 11:57:34 +0100" value="1125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 12:11:14 +0100" startDate="2023-10-20 11:57:34 +0100" endDate="2023-10-20 12:03:56 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 12:25:20 +0100" startDate="2023-10-20 12:10:41 +0100" endDate="2023-10-20 12:20:12 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 12:31:00 +0100" startDate="2023-10-20 12:20:12 +0100" endDate="2023-10-20 12:30:13 +0100" value="1075"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 12:42:50 +0100" startDate="2023-10-20 12:30:13 +0100" endDate="2023-10-20 12:40:12 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 12:52:53 +0100" startDate="2023-10-20 12:40:12 +0100" endDate="2023-10-20 12:46:19 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 13:08:12 +0100" startDate="2023-10-20 12:57:10 +0100" endDate="2023-10-20 13:05:32 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 13:19:02 +0100" startDate="2023-10-20 13:07:59 +0100" endDate="2023-10-20 13:12:09 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 14:32:57 +0100" startDate="2023-10-20 14:21:10 +0100" endDate="2023-10-20 14:31:11 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 14:42:40 +0100" startDate="2023-10-20 14:31:11 +0100" endDate="2023-10-20 14:41:12 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 14:55:31 +0100" startDate="2023-10-20 14:41:12 +0100" endDate="2023-10-20 14:51:13 +0100" value="1132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 15:08:21 +0100" startDate="2023-10-20 14:51:13 +0100" endDate="2023-10-20 14:54:39 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 15:20:57 +0100" startDate="2023-10-20 15:10:47 +0100" endDate="2023-10-20 15:15:40 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 15:43:40 +0100" startDate="2023-10-20 15:33:02 +0100" endDate="2023-10-20 15:43:01 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 15:53:11 +0100" startDate="2023-10-20 15:43:01 +0100" endDate="2023-10-20 15:53:02 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 16:04:19 +0100" startDate="2023-10-20 15:53:02 +0100" endDate="2023-10-20 16:02:58 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 16:08:12 +0100" startDate="2023-10-20 16:03:39 +0100" endDate="2023-10-20 16:04:22 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 17:04:06 +0100" startDate="2023-10-20 16:53:03 +0100" endDate="2023-10-20 16:53:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-20 20:48:22 +0100" startDate="2023-10-20 20:37:17 +0100" endDate="2023-10-20 20:41:06 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 04:39:17 +0100" startDate="2023-10-21 04:29:06 +0100" endDate="2023-10-21 04:29:50 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 08:11:35 +0100" startDate="2023-10-21 08:01:22 +0100" endDate="2023-10-21 08:07:24 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 08:26:10 +0100" startDate="2023-10-21 08:15:28 +0100" endDate="2023-10-21 08:24:54 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 08:37:32 +0100" startDate="2023-10-21 08:25:09 +0100" endDate="2023-10-21 08:34:45 +0100" value="1046"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 08:49:12 +0100" startDate="2023-10-21 08:36:19 +0100" endDate="2023-10-21 08:44:49 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 09:11:54 +0100" startDate="2023-10-21 08:53:07 +0100" endDate="2023-10-21 08:58:07 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 09:30:27 +0100" startDate="2023-10-21 09:20:15 +0100" endDate="2023-10-21 09:28:22 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 09:55:13 +0100" startDate="2023-10-21 09:37:22 +0100" endDate="2023-10-21 09:38:13 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 10:34:03 +0100" startDate="2023-10-21 10:20:58 +0100" endDate="2023-10-21 10:30:59 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 10:48:27 +0100" startDate="2023-10-21 10:30:59 +0100" endDate="2023-10-21 10:40:52 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 10:52:03 +0100" startDate="2023-10-21 10:41:00 +0100" endDate="2023-10-21 10:50:58 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 11:01:18 +0100" startDate="2023-10-21 10:51:01 +0100" endDate="2023-10-21 10:51:03 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 11:49:30 +0100" startDate="2023-10-21 11:38:42 +0100" endDate="2023-10-21 11:38:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 12:03:01 +0100" startDate="2023-10-21 11:52:01 +0100" endDate="2023-10-21 11:59:39 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 12:14:55 +0100" startDate="2023-10-21 12:04:06 +0100" endDate="2023-10-21 12:10:03 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 12:28:58 +0100" startDate="2023-10-21 12:17:18 +0100" endDate="2023-10-21 12:26:34 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 12:38:41 +0100" startDate="2023-10-21 12:27:48 +0100" endDate="2023-10-21 12:28:16 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-21 21:56:26 +0100" startDate="2023-10-21 21:44:09 +0100" endDate="2023-10-21 21:44:37 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 06:47:45 +0100" startDate="2023-10-22 06:37:35 +0100" endDate="2023-10-22 06:39:11 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 10:22:57 +0100" startDate="2023-10-22 10:09:21 +0100" endDate="2023-10-22 10:18:47 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 10:33:25 +0100" startDate="2023-10-22 10:19:35 +0100" endDate="2023-10-22 10:27:41 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 10:46:06 +0100" startDate="2023-10-22 10:33:48 +0100" endDate="2023-10-22 10:36:38 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 11:44:25 +0100" startDate="2023-10-22 11:29:30 +0100" endDate="2023-10-22 11:30:44 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 12:00:13 +0100" startDate="2023-10-22 11:47:17 +0100" endDate="2023-10-22 11:57:05 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 11:19:21 +0100" startDate="2023-10-22 11:05:38 +0100" endDate="2023-10-22 11:12:59 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 12:08:56 +0100" startDate="2023-10-22 11:57:53 +0100" endDate="2023-10-22 12:07:52 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 12:19:46 +0100" startDate="2023-10-22 12:07:52 +0100" endDate="2023-10-22 12:16:43 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 12:29:35 +0100" startDate="2023-10-22 12:18:33 +0100" endDate="2023-10-22 12:20:10 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 12:58:43 +0100" startDate="2023-10-22 12:42:35 +0100" endDate="2023-10-22 12:49:29 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 13:10:58 +0100" startDate="2023-10-22 12:56:00 +0100" endDate="2023-10-22 13:01:17 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 13:22:37 +0100" startDate="2023-10-22 13:10:20 +0100" endDate="2023-10-22 13:17:13 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 13:30:49 +0100" startDate="2023-10-22 13:20:25 +0100" endDate="2023-10-22 13:30:02 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 15:43:55 +0100" startDate="2023-10-22 13:39:51 +0100" endDate="2023-10-22 13:42:29 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 15:49:44 +0100" startDate="2023-10-22 15:38:41 +0100" endDate="2023-10-22 15:48:42 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 15:59:45 +0100" startDate="2023-10-22 15:48:42 +0100" endDate="2023-10-22 15:58:36 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 16:10:12 +0100" startDate="2023-10-22 15:59:09 +0100" endDate="2023-10-22 16:08:46 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 16:21:06 +0100" startDate="2023-10-22 16:09:14 +0100" endDate="2023-10-22 16:19:15 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 16:30:17 +0100" startDate="2023-10-22 16:19:15 +0100" endDate="2023-10-22 16:27:57 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 16:41:15 +0100" startDate="2023-10-22 16:30:12 +0100" endDate="2023-10-22 16:30:28 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 16:56:14 +0100" startDate="2023-10-22 16:43:51 +0100" endDate="2023-10-22 16:49:40 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 17:28:42 +0100" startDate="2023-10-22 17:16:55 +0100" endDate="2023-10-22 17:26:56 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 17:37:17 +0100" startDate="2023-10-22 17:26:56 +0100" endDate="2023-10-22 17:36:04 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 17:53:19 +0100" startDate="2023-10-22 17:40:16 +0100" endDate="2023-10-22 17:48:31 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 18:03:48 +0100" startDate="2023-10-22 17:50:51 +0100" endDate="2023-10-22 17:55:21 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 18:23:11 +0100" startDate="2023-10-22 18:10:00 +0100" endDate="2023-10-22 18:12:28 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 18:58:29 +0100" startDate="2023-10-22 18:47:26 +0100" endDate="2023-10-22 18:50:07 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 19:50:28 +0100" startDate="2023-10-22 19:32:45 +0100" endDate="2023-10-22 19:35:03 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-22 20:31:40 +0100" startDate="2023-10-22 20:13:22 +0100" endDate="2023-10-22 20:13:52 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 04:38:50 +0100" startDate="2023-10-23 04:28:37 +0100" endDate="2023-10-23 04:28:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 05:05:17 +0100" startDate="2023-10-23 04:52:08 +0100" endDate="2023-10-23 04:52:15 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 05:17:58 +0100" startDate="2023-10-23 05:05:26 +0100" endDate="2023-10-23 05:15:24 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 05:27:09 +0100" startDate="2023-10-23 05:15:24 +0100" endDate="2023-10-23 05:22:25 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 06:21:08 +0100" startDate="2023-10-23 06:10:32 +0100" endDate="2023-10-23 06:12:37 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 06:53:43 +0100" startDate="2023-10-23 06:41:55 +0100" endDate="2023-10-23 06:51:56 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 07:04:31 +0100" startDate="2023-10-23 06:51:56 +0100" endDate="2023-10-23 07:01:49 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 07:19:05 +0100" startDate="2023-10-23 07:07:15 +0100" endDate="2023-10-23 07:08:01 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 08:48:38 +0100" startDate="2023-10-23 08:37:59 +0100" endDate="2023-10-23 08:46:24 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 09:07:11 +0100" startDate="2023-10-23 08:52:43 +0100" endDate="2023-10-23 08:56:53 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 11:36:43 +0100" startDate="2023-10-23 11:26:16 +0100" endDate="2023-10-23 11:34:22 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 12:00:50 +0100" startDate="2023-10-23 11:46:30 +0100" endDate="2023-10-23 11:50:45 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 13:21:20 +0100" startDate="2023-10-23 13:09:08 +0100" endDate="2023-10-23 13:09:38 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 13:33:25 +0100" startDate="2023-10-23 13:22:22 +0100" endDate="2023-10-23 13:24:16 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 15:02:14 +0100" startDate="2023-10-23 14:51:12 +0100" endDate="2023-10-23 15:01:13 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 15:12:16 +0100" startDate="2023-10-23 15:01:13 +0100" endDate="2023-10-23 15:10:15 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 15:46:58 +0100" startDate="2023-10-23 15:36:50 +0100" endDate="2023-10-23 15:37:29 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 16:05:36 +0100" startDate="2023-10-23 15:55:26 +0100" endDate="2023-10-23 15:57:26 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 16:40:04 +0100" startDate="2023-10-23 16:29:23 +0100" endDate="2023-10-23 16:30:17 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 16:49:55 +0100" startDate="2023-10-23 16:39:48 +0100" endDate="2023-10-23 16:39:53 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 17:32:40 +0100" startDate="2023-10-23 17:20:03 +0100" endDate="2023-10-23 17:29:31 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 17:41:36 +0100" startDate="2023-10-23 17:30:09 +0100" endDate="2023-10-23 17:39:52 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 17:51:44 +0100" startDate="2023-10-23 17:40:41 +0100" endDate="2023-10-23 17:49:51 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 18:32:45 +0100" startDate="2023-10-23 18:22:20 +0100" endDate="2023-10-23 18:22:48 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 19:36:18 +0100" startDate="2023-10-23 19:25:53 +0100" endDate="2023-10-23 19:25:55 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 20:27:41 +0100" startDate="2023-10-23 20:17:11 +0100" endDate="2023-10-23 20:20:01 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-23 21:08:46 +0100" startDate="2023-10-23 20:53:44 +0100" endDate="2023-10-23 20:53:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 04:41:18 +0100" startDate="2023-10-24 04:30:42 +0100" endDate="2023-10-24 04:36:57 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 04:55:57 +0100" startDate="2023-10-24 04:45:01 +0100" endDate="2023-10-24 04:46:22 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 05:35:58 +0100" startDate="2023-10-24 05:24:55 +0100" endDate="2023-10-24 05:25:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 06:28:48 +0100" startDate="2023-10-24 06:17:46 +0100" endDate="2023-10-24 06:18:03 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 09:31:01 +0100" startDate="2023-10-24 09:20:48 +0100" endDate="2023-10-24 09:21:06 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 09:43:18 +0100" startDate="2023-10-24 09:32:15 +0100" endDate="2023-10-24 09:33:01 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 10:05:09 +0100" startDate="2023-10-24 09:54:06 +0100" endDate="2023-10-24 09:54:26 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 11:34:57 +0100" startDate="2023-10-24 11:23:54 +0100" endDate="2023-10-24 11:33:45 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 11:52:36 +0100" startDate="2023-10-24 11:36:38 +0100" endDate="2023-10-24 11:46:39 +0100" value="950"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 12:00:31 +0100" startDate="2023-10-24 11:46:39 +0100" endDate="2023-10-24 11:56:00 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 12:07:43 +0100" startDate="2023-10-24 11:56:41 +0100" endDate="2023-10-24 12:06:34 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 12:18:12 +0100" startDate="2023-10-24 12:07:10 +0100" endDate="2023-10-24 12:16:53 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 13:21:01 +0100" startDate="2023-10-24 13:02:48 +0100" endDate="2023-10-24 13:03:04 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 14:23:19 +0100" startDate="2023-10-24 14:08:11 +0100" endDate="2023-10-24 14:17:39 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 14:31:03 +0100" startDate="2023-10-24 14:18:50 +0100" endDate="2023-10-24 14:28:24 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 14:45:04 +0100" startDate="2023-10-24 14:29:14 +0100" endDate="2023-10-24 14:37:46 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 14:51:45 +0100" startDate="2023-10-24 14:40:24 +0100" endDate="2023-10-24 14:50:20 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 15:02:16 +0100" startDate="2023-10-24 14:51:16 +0100" endDate="2023-10-24 15:01:17 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 15:12:20 +0100" startDate="2023-10-24 15:01:17 +0100" endDate="2023-10-24 15:08:25 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 16:23:05 +0100" startDate="2023-10-24 16:12:05 +0100" endDate="2023-10-24 16:21:51 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 16:37:11 +0100" startDate="2023-10-24 16:23:02 +0100" endDate="2023-10-24 16:23:13 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 16:55:26 +0100" startDate="2023-10-24 16:45:16 +0100" endDate="2023-10-24 16:55:17 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 17:05:38 +0100" startDate="2023-10-24 16:55:17 +0100" endDate="2023-10-24 17:05:18 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 17:20:26 +0100" startDate="2023-10-24 17:05:18 +0100" endDate="2023-10-24 17:15:09 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 17:27:14 +0100" startDate="2023-10-24 17:16:28 +0100" endDate="2023-10-24 17:20:53 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 18:24:53 +0100" startDate="2023-10-24 18:09:38 +0100" endDate="2023-10-24 18:19:09 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 18:30:21 +0100" startDate="2023-10-24 18:19:39 +0100" endDate="2023-10-24 18:25:11 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 18:54:24 +0100" startDate="2023-10-24 18:43:13 +0100" endDate="2023-10-24 18:43:33 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-24 19:52:41 +0100" startDate="2023-10-24 19:39:37 +0100" endDate="2023-10-24 19:42:40 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 04:08:31 +0100" startDate="2023-10-25 03:53:41 +0100" endDate="2023-10-25 03:54:37 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 05:08:33 +0100" startDate="2023-10-25 04:56:25 +0100" endDate="2023-10-25 05:06:26 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 05:17:13 +0100" startDate="2023-10-25 05:06:26 +0100" endDate="2023-10-25 05:15:11 +0100" value="933"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 05:30:10 +0100" startDate="2023-10-25 05:19:08 +0100" endDate="2023-10-25 05:19:23 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 06:19:27 +0100" startDate="2023-10-25 06:08:00 +0100" endDate="2023-10-25 06:09:06 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 06:45:28 +0100" startDate="2023-10-25 06:33:23 +0100" endDate="2023-10-25 06:43:24 +0100" value="745"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 06:56:21 +0100" startDate="2023-10-25 06:43:24 +0100" endDate="2023-10-25 06:53:15 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 07:04:43 +0100" startDate="2023-10-25 06:53:40 +0100" endDate="2023-10-25 06:55:15 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 07:52:33 +0100" startDate="2023-10-25 07:41:57 +0100" endDate="2023-10-25 07:47:18 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 09:50:29 +0100" startDate="2023-10-25 09:33:11 +0100" endDate="2023-10-25 09:37:25 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 09:59:54 +0100" startDate="2023-10-25 09:47:46 +0100" endDate="2023-10-25 09:57:04 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 10:42:45 +0100" startDate="2023-10-25 10:32:10 +0100" endDate="2023-10-25 10:38:45 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 11:00:11 +0100" startDate="2023-10-25 10:50:01 +0100" endDate="2023-10-25 10:54:26 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 11:23:36 +0100" startDate="2023-10-25 11:08:07 +0100" endDate="2023-10-25 11:12:27 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 12:48:23 +0100" startDate="2023-10-25 12:38:18 +0100" endDate="2023-10-25 12:43:18 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 13:11:23 +0100" startDate="2023-10-25 12:59:01 +0100" endDate="2023-10-25 12:59:39 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 13:21:26 +0100" startDate="2023-10-25 13:11:15 +0100" endDate="2023-10-25 13:12:32 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 13:44:17 +0100" startDate="2023-10-25 13:28:40 +0100" endDate="2023-10-25 13:36:57 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 14:12:16 +0100" startDate="2023-10-25 13:58:31 +0100" endDate="2023-10-25 14:05:52 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 14:22:27 +0100" startDate="2023-10-25 14:09:03 +0100" endDate="2023-10-25 14:16:32 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 14:36:31 +0100" startDate="2023-10-25 14:19:15 +0100" endDate="2023-10-25 14:19:17 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 14:55:23 +0100" startDate="2023-10-25 14:39:32 +0100" endDate="2023-10-25 14:49:34 +0100" value="1070"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 15:03:05 +0100" startDate="2023-10-25 14:49:34 +0100" endDate="2023-10-25 14:55:56 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 15:26:15 +0100" startDate="2023-10-25 15:01:32 +0100" endDate="2023-10-25 15:02:00 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 16:34:53 +0100" startDate="2023-10-25 16:22:20 +0100" endDate="2023-10-25 16:32:21 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 16:48:57 +0100" startDate="2023-10-25 16:32:21 +0100" endDate="2023-10-25 16:38:20 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 17:00:02 +0100" startDate="2023-10-25 16:48:07 +0100" endDate="2023-10-25 16:56:52 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 17:11:23 +0100" startDate="2023-10-25 17:01:20 +0100" endDate="2023-10-25 17:04:41 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 17:29:16 +0100" startDate="2023-10-25 17:18:59 +0100" endDate="2023-10-25 17:25:01 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 18:11:42 +0100" startDate="2023-10-25 17:50:47 +0100" endDate="2023-10-25 17:51:28 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 18:17:31 +0100" startDate="2023-10-25 18:02:14 +0100" endDate="2023-10-25 18:03:53 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 18:44:27 +0100" startDate="2023-10-25 18:33:23 +0100" endDate="2023-10-25 18:35:05 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 18:58:52 +0100" startDate="2023-10-25 18:46:55 +0100" endDate="2023-10-25 18:51:51 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 19:17:27 +0100" startDate="2023-10-25 19:04:48 +0100" endDate="2023-10-25 19:14:49 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 19:29:25 +0100" startDate="2023-10-25 19:14:49 +0100" endDate="2023-10-25 19:23:19 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 19:41:27 +0100" startDate="2023-10-25 19:29:27 +0100" endDate="2023-10-25 19:30:38 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-25 20:01:57 +0100" startDate="2023-10-25 19:50:54 +0100" endDate="2023-10-25 19:55:01 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 04:22:22 +0100" startDate="2023-10-26 04:06:16 +0100" endDate="2023-10-26 04:06:21 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 04:38:03 +0100" startDate="2023-10-26 04:24:11 +0100" endDate="2023-10-26 04:27:55 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 05:08:50 +0100" startDate="2023-10-26 04:55:39 +0100" endDate="2023-10-26 05:03:53 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 05:17:03 +0100" startDate="2023-10-26 05:05:40 +0100" endDate="2023-10-26 05:15:41 +0100" value="1145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 05:26:44 +0100" startDate="2023-10-26 05:15:41 +0100" endDate="2023-10-26 05:18:09 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 06:13:15 +0100" startDate="2023-10-26 06:02:47 +0100" endDate="2023-10-26 06:10:10 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 06:54:52 +0100" startDate="2023-10-26 06:44:09 +0100" endDate="2023-10-26 06:54:10 +0100" value="1113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 07:05:39 +0100" startDate="2023-10-26 06:54:10 +0100" endDate="2023-10-26 07:02:49 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 07:16:55 +0100" startDate="2023-10-26 07:05:53 +0100" endDate="2023-10-26 07:15:36 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 07:27:02 +0100" startDate="2023-10-26 07:15:59 +0100" endDate="2023-10-26 07:18:47 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 07:42:53 +0100" startDate="2023-10-26 07:30:43 +0100" endDate="2023-10-26 07:37:57 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 07:53:17 +0100" startDate="2023-10-26 07:41:28 +0100" endDate="2023-10-26 07:42:12 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 10:29:52 +0100" startDate="2023-10-26 10:10:09 +0100" endDate="2023-10-26 10:14:49 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 11:00:23 +0100" startDate="2023-10-26 10:49:21 +0100" endDate="2023-10-26 10:56:16 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 11:13:52 +0100" startDate="2023-10-26 10:59:50 +0100" endDate="2023-10-26 11:05:16 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 11:23:29 +0100" startDate="2023-10-26 11:12:22 +0100" endDate="2023-10-26 11:15:55 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 11:36:35 +0100" startDate="2023-10-26 11:24:28 +0100" endDate="2023-10-26 11:24:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 13:09:57 +0100" startDate="2023-10-26 12:58:55 +0100" endDate="2023-10-26 13:00:39 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 14:24:54 +0100" startDate="2023-10-26 14:14:44 +0100" endDate="2023-10-26 14:18:33 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 14:49:09 +0100" startDate="2023-10-26 14:27:26 +0100" endDate="2023-10-26 14:27:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 15:55:35 +0100" startDate="2023-10-26 15:44:07 +0100" endDate="2023-10-26 15:44:58 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 16:45:35 +0100" startDate="2023-10-26 16:35:30 +0100" endDate="2023-10-26 16:45:31 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 16:55:33 +0100" startDate="2023-10-26 16:45:31 +0100" endDate="2023-10-26 16:52:41 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 17:07:31 +0100" startDate="2023-10-26 16:56:28 +0100" endDate="2023-10-26 16:56:30 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 17:32:29 +0100" startDate="2023-10-26 17:20:58 +0100" endDate="2023-10-26 17:29:35 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 17:43:16 +0100" startDate="2023-10-26 17:30:59 +0100" endDate="2023-10-26 17:40:07 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 17:56:53 +0100" startDate="2023-10-26 17:43:33 +0100" endDate="2023-10-26 17:52:12 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 18:03:52 +0100" startDate="2023-10-26 17:53:44 +0100" endDate="2023-10-26 18:02:06 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 18:17:24 +0100" startDate="2023-10-26 18:06:26 +0100" endDate="2023-10-26 18:16:24 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 18:30:39 +0100" startDate="2023-10-26 18:19:02 +0100" endDate="2023-10-26 18:28:51 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 18:48:06 +0100" startDate="2023-10-26 18:36:27 +0100" endDate="2023-10-26 18:45:45 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 19:01:58 +0100" startDate="2023-10-26 18:50:46 +0100" endDate="2023-10-26 18:58:39 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 19:13:06 +0100" startDate="2023-10-26 19:01:45 +0100" endDate="2023-10-26 19:11:41 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 19:24:48 +0100" startDate="2023-10-26 19:14:42 +0100" endDate="2023-10-26 19:24:43 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 19:36:10 +0100" startDate="2023-10-26 19:24:43 +0100" endDate="2023-10-26 19:27:11 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 19:55:25 +0100" startDate="2023-10-26 19:42:33 +0100" endDate="2023-10-26 19:43:06 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-26 20:54:11 +0100" startDate="2023-10-26 20:43:17 +0100" endDate="2023-10-26 20:45:40 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 05:29:45 +0100" startDate="2023-10-27 05:14:02 +0100" endDate="2023-10-27 05:14:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 06:20:14 +0100" startDate="2023-10-27 06:09:11 +0100" endDate="2023-10-27 06:16:01 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 07:01:30 +0100" startDate="2023-10-27 06:49:43 +0100" endDate="2023-10-27 06:59:42 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 07:14:03 +0100" startDate="2023-10-27 06:59:42 +0100" endDate="2023-10-27 07:09:43 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 07:20:50 +0100" startDate="2023-10-27 07:09:43 +0100" endDate="2023-10-27 07:14:03 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 07:40:27 +0100" startDate="2023-10-27 07:21:40 +0100" endDate="2023-10-27 07:23:20 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 07:59:57 +0100" startDate="2023-10-27 07:40:06 +0100" endDate="2023-10-27 07:47:29 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 08:11:40 +0100" startDate="2023-10-27 07:59:53 +0100" endDate="2023-10-27 08:07:53 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 08:47:15 +0100" startDate="2023-10-27 08:26:33 +0100" endDate="2023-10-27 08:31:28 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 09:31:35 +0100" startDate="2023-10-27 09:19:16 +0100" endDate="2023-10-27 09:20:25 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 09:48:50 +0100" startDate="2023-10-27 09:29:35 +0100" endDate="2023-10-27 09:30:06 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 10:27:47 +0100" startDate="2023-10-27 10:17:09 +0100" endDate="2023-10-27 10:24:38 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 10:42:11 +0100" startDate="2023-10-27 10:28:22 +0100" endDate="2023-10-27 10:28:35 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 11:01:04 +0100" startDate="2023-10-27 10:46:07 +0100" endDate="2023-10-27 10:56:08 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 11:11:04 +0100" startDate="2023-10-27 10:56:08 +0100" endDate="2023-10-27 11:03:59 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 16:18:22 +0100" startDate="2023-10-27 16:07:19 +0100" endDate="2023-10-27 16:17:20 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 16:28:22 +0100" startDate="2023-10-27 16:17:20 +0100" endDate="2023-10-27 16:18:57 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 16:47:51 +0100" startDate="2023-10-27 16:36:49 +0100" endDate="2023-10-27 16:37:45 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 17:22:41 +0100" startDate="2023-10-27 17:07:25 +0100" endDate="2023-10-27 17:10:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 17:38:05 +0100" startDate="2023-10-27 17:27:42 +0100" endDate="2023-10-27 17:34:48 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 17:49:24 +0100" startDate="2023-10-27 17:38:22 +0100" endDate="2023-10-27 17:43:04 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 18:01:46 +0100" startDate="2023-10-27 17:51:34 +0100" endDate="2023-10-27 17:57:07 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 18:18:42 +0100" startDate="2023-10-27 18:07:39 +0100" endDate="2023-10-27 18:09:36 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 20:06:20 +0100" startDate="2023-10-27 19:55:23 +0100" endDate="2023-10-27 20:05:06 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-27 20:54:46 +0100" startDate="2023-10-27 20:43:43 +0100" endDate="2023-10-27 20:43:51 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 08:16:26 +0100" startDate="2023-10-28 08:06:04 +0100" endDate="2023-10-28 08:15:12 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 08:35:18 +0100" startDate="2023-10-28 08:23:54 +0100" endDate="2023-10-28 08:32:12 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 08:52:57 +0100" startDate="2023-10-28 08:41:55 +0100" endDate="2023-10-28 08:43:29 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 09:13:11 +0100" startDate="2023-10-28 08:59:07 +0100" endDate="2023-10-28 09:01:09 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 09:30:33 +0100" startDate="2023-10-28 09:15:56 +0100" endDate="2023-10-28 09:19:40 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 09:40:03 +0100" startDate="2023-10-28 09:29:41 +0100" endDate="2023-10-28 09:37:22 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 09:50:44 +0100" startDate="2023-10-28 09:37:22 +0100" endDate="2023-10-28 09:47:23 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 10:00:15 +0100" startDate="2023-10-28 09:47:23 +0100" endDate="2023-10-28 09:56:33 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 10:10:37 +0100" startDate="2023-10-28 09:58:13 +0100" endDate="2023-10-28 09:59:27 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 14:11:28 +0100" startDate="2023-10-28 14:00:25 +0100" endDate="2023-10-28 14:00:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 16:59:45 +0100" startDate="2023-10-28 16:41:55 +0100" endDate="2023-10-28 16:51:18 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 17:10:24 +0100" startDate="2023-10-28 16:51:59 +0100" endDate="2023-10-28 17:01:58 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 17:31:26 +0100" startDate="2023-10-28 17:01:58 +0100" endDate="2023-10-28 17:02:13 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 18:01:40 +0100" startDate="2023-10-28 17:43:02 +0100" endDate="2023-10-28 17:43:15 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 18:48:30 +0100" startDate="2023-10-28 18:33:44 +0100" endDate="2023-10-28 18:37:56 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-28 19:46:19 +0100" startDate="2023-10-28 19:35:05 +0100" endDate="2023-10-28 19:35:07 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 05:53:22 +0100" startDate="2023-10-29 05:42:20 +0100" endDate="2023-10-29 05:42:22 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 06:03:27 +0100" startDate="2023-10-29 05:52:25 +0100" endDate="2023-10-29 05:52:27 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 06:16:09 +0100" startDate="2023-10-29 06:06:05 +0100" endDate="2023-10-29 06:06:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 07:56:55 +0100" startDate="2023-10-29 07:38:16 +0100" endDate="2023-10-29 07:44:08 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 08:06:24 +0100" startDate="2023-10-29 07:52:36 +0100" endDate="2023-10-29 08:02:24 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 08:16:05 +0100" startDate="2023-10-29 08:02:37 +0100" endDate="2023-10-29 08:04:52 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 08:28:54 +0100" startDate="2023-10-29 08:13:01 +0100" endDate="2023-10-29 08:13:57 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 08:36:27 +0100" startDate="2023-10-29 08:25:24 +0100" endDate="2023-10-29 08:26:15 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 08:55:36 +0100" startDate="2023-10-29 08:44:33 +0100" endDate="2023-10-29 08:46:41 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 12:50:19 +0100" startDate="2023-10-29 12:38:35 +0100" endDate="2023-10-29 12:48:26 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 13:00:50 +0100" startDate="2023-10-29 12:49:47 +0100" endDate="2023-10-29 12:55:44 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 13:35:01 +0100" startDate="2023-10-29 13:23:58 +0100" endDate="2023-10-29 13:33:59 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 13:45:21 +0100" startDate="2023-10-29 13:33:59 +0100" endDate="2023-10-29 13:44:00 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 13:56:00 +0100" startDate="2023-10-29 13:44:00 +0100" endDate="2023-10-29 13:54:01 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 14:04:13 +0100" startDate="2023-10-29 13:54:01 +0100" endDate="2023-10-29 14:03:29 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 14:31:30 +0100" startDate="2023-10-29 14:17:12 +0100" endDate="2023-10-29 14:21:40 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 14:45:16 +0100" startDate="2023-10-29 14:31:00 +0100" endDate="2023-10-29 14:40:54 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 14:53:40 +0100" startDate="2023-10-29 14:43:27 +0100" endDate="2023-10-29 14:50:53 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 15:04:45 +0100" startDate="2023-10-29 14:54:37 +0100" endDate="2023-10-29 15:00:49 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 15:36:52 +0100" startDate="2023-10-29 15:24:43 +0100" endDate="2023-10-29 15:34:44 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-29 15:45:47 +0100" startDate="2023-10-29 15:34:44 +0100" endDate="2023-10-29 15:34:46 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 07:48:51 +0100" startDate="2023-10-30 07:37:49 +0100" endDate="2023-10-30 07:47:40 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 08:02:20 +0100" startDate="2023-10-30 07:48:18 +0100" endDate="2023-10-30 07:54:48 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 08:16:50 +0100" startDate="2023-10-30 08:05:47 +0100" endDate="2023-10-30 08:06:30 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 08:44:06 +0100" startDate="2023-10-30 08:32:19 +0100" endDate="2023-10-30 08:33:38 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 08:57:42 +0100" startDate="2023-10-30 08:43:46 +0100" endDate="2023-10-30 08:45:38 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 09:16:25 +0100" startDate="2023-10-30 09:06:15 +0100" endDate="2023-10-30 09:06:55 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 09:35:29 +0100" startDate="2023-10-30 09:23:22 +0100" endDate="2023-10-30 09:33:06 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 09:44:31 +0100" startDate="2023-10-30 09:33:36 +0100" endDate="2023-10-30 09:43:27 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 09:57:15 +0100" startDate="2023-10-30 09:43:27 +0100" endDate="2023-10-30 09:53:28 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 10:06:18 +0100" startDate="2023-10-30 09:53:28 +0100" endDate="2023-10-30 10:03:29 +0100" value="1021"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 10:23:42 +0100" startDate="2023-10-30 10:03:29 +0100" endDate="2023-10-30 10:13:25 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 10:23:42 +0100" startDate="2023-10-30 10:13:30 +0100" endDate="2023-10-30 10:20:58 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 10:38:03 +0100" startDate="2023-10-30 10:20:58 +0100" endDate="2023-10-30 10:29:00 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 10:41:03 +0100" startDate="2023-10-30 10:29:00 +0100" endDate="2023-10-30 10:38:20 +0100" value="987"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 10:52:41 +0100" startDate="2023-10-30 10:38:20 +0100" endDate="2023-10-30 10:48:21 +0100" value="949"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 11:00:47 +0100" startDate="2023-10-30 10:48:21 +0100" endDate="2023-10-30 10:58:22 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 11:01:03 +0100" startDate="2023-10-30 10:58:22 +0100" endDate="2023-10-30 11:00:49 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 11:07:38 +0100" startDate="2023-10-30 11:01:05 +0100" endDate="2023-10-30 11:04:34 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 11:24:31 +0100" startDate="2023-10-30 11:05:07 +0100" endDate="2023-10-30 11:15:08 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 11:27:31 +0100" startDate="2023-10-30 11:15:08 +0100" endDate="2023-10-30 11:24:28 +0100" value="790"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 11:42:38 +0100" startDate="2023-10-30 11:24:28 +0100" endDate="2023-10-30 11:34:16 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 11:48:39 +0100" startDate="2023-10-30 11:35:12 +0100" endDate="2023-10-30 11:45:13 +0100" value="978"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 12:10:24 +0100" startDate="2023-10-30 11:45:13 +0100" endDate="2023-10-30 11:55:14 +0100" value="966"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 12:10:24 +0100" startDate="2023-10-30 11:55:14 +0100" endDate="2023-10-30 11:58:45 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 12:10:24 +0100" startDate="2023-10-30 11:58:45 +0100" endDate="2023-10-30 12:08:46 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 12:22:19 +0100" startDate="2023-10-30 12:08:46 +0100" endDate="2023-10-30 12:16:55 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfef30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 12:32:55 +0100" startDate="2023-10-30 12:20:21 +0100" endDate="2023-10-30 12:30:22 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 12:44:58 +0100" startDate="2023-10-30 12:30:22 +0100" endDate="2023-10-30 12:40:16 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 13:03:04 +0100" startDate="2023-10-30 12:40:38 +0100" endDate="2023-10-30 12:50:39 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 13:03:04 +0100" startDate="2023-10-30 12:50:39 +0100" endDate="2023-10-30 13:00:15 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 13:11:48 +0100" startDate="2023-10-30 13:00:45 +0100" endDate="2023-10-30 13:08:55 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 13:20:28 +0100" startDate="2023-10-30 13:17:08 +0100" endDate="2023-10-30 13:19:56 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 15:18:25 +0100" startDate="2023-10-30 15:01:55 +0100" endDate="2023-10-30 15:01:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 18:43:04 +0100" startDate="2023-10-30 18:31:41 +0100" endDate="2023-10-30 18:37:15 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 18:55:48 +0100" startDate="2023-10-30 18:43:13 +0100" endDate="2023-10-30 18:49:39 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-30 20:50:19 +0100" startDate="2023-10-30 20:30:13 +0100" endDate="2023-10-30 20:32:18 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 07:44:22 +0100" startDate="2023-10-31 07:33:47 +0100" endDate="2023-10-31 07:42:01 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 08:01:36 +0100" startDate="2023-10-31 07:49:50 +0100" endDate="2023-10-31 07:52:26 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 08:15:57 +0100" startDate="2023-10-31 08:01:01 +0100" endDate="2023-10-31 08:02:43 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 08:27:02 +0100" startDate="2023-10-31 08:16:26 +0100" endDate="2023-10-31 08:26:15 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 09:36:07 +0100" startDate="2023-10-31 09:25:04 +0100" endDate="2023-10-31 09:29:34 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 11:04:20 +0100" startDate="2023-10-31 10:53:39 +0100" endDate="2023-10-31 10:53:47 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 11:16:38 +0100" startDate="2023-10-31 11:03:41 +0100" endDate="2023-10-31 11:13:42 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 11:28:23 +0100" startDate="2023-10-31 11:13:42 +0100" endDate="2023-10-31 11:23:43 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 11:37:23 +0100" startDate="2023-10-31 11:23:43 +0100" endDate="2023-10-31 11:33:11 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 11:45:07 +0100" startDate="2023-10-31 11:34:37 +0100" endDate="2023-10-31 11:43:35 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 11:54:55 +0100" startDate="2023-10-31 11:43:35 +0100" endDate="2023-10-31 11:53:36 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 12:05:43 +0100" startDate="2023-10-31 11:53:36 +0100" endDate="2023-10-31 12:03:37 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 12:24:38 +0100" startDate="2023-10-31 12:03:37 +0100" endDate="2023-10-31 12:13:38 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 12:24:38 +0100" startDate="2023-10-31 12:13:40 +0100" endDate="2023-10-31 12:22:53 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 12:34:27 +0100" startDate="2023-10-31 12:22:53 +0100" endDate="2023-10-31 12:32:49 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 13:26:19 +0100" startDate="2023-10-31 13:13:10 +0100" endDate="2023-10-31 13:15:28 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 13:48:18 +0100" startDate="2023-10-31 13:35:46 +0100" endDate="2023-10-31 13:43:45 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 14:00:58 +0100" startDate="2023-10-31 13:49:49 +0100" endDate="2023-10-31 13:59:25 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 14:12:23 +0100" startDate="2023-10-31 13:59:53 +0100" endDate="2023-10-31 14:02:21 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 14:26:47 +0100" startDate="2023-10-31 14:09:57 +0100" endDate="2023-10-31 14:18:55 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 14:34:50 +0100" startDate="2023-10-31 14:24:46 +0100" endDate="2023-10-31 14:34:38 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 14:48:12 +0100" startDate="2023-10-31 14:36:55 +0100" endDate="2023-10-31 14:43:15 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 15:09:12 +0100" startDate="2023-10-31 14:54:43 +0100" endDate="2023-10-31 15:02:07 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 15:28:02 +0100" startDate="2023-10-31 15:08:54 +0100" endDate="2023-10-31 15:17:05 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 16:17:17 +0100" startDate="2023-10-31 16:06:14 +0100" endDate="2023-10-31 16:07:59 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 17:53:04 +0100" startDate="2023-10-31 17:42:16 +0100" endDate="2023-10-31 17:42:18 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 18:07:41 +0100" startDate="2023-10-31 17:55:28 +0100" endDate="2023-10-31 18:03:34 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 18:20:15 +0100" startDate="2023-10-31 18:06:00 +0100" endDate="2023-10-31 18:09:18 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 18:43:37 +0100" startDate="2023-10-31 18:32:34 +0100" endDate="2023-10-31 18:41:04 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 18:55:40 +0100" startDate="2023-10-31 18:44:40 +0100" endDate="2023-10-31 18:54:42 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 19:12:54 +0100" startDate="2023-10-31 18:54:42 +0100" endDate="2023-10-31 18:59:12 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 21:17:15 +0100" startDate="2023-10-31 21:02:26 +0100" endDate="2023-10-31 21:07:39 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 21:45:51 +0100" startDate="2023-10-31 21:28:20 +0100" endDate="2023-10-31 21:32:04 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-10-31 22:24:29 +0100" startDate="2023-10-31 22:10:49 +0100" endDate="2023-10-31 22:10:52 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 07:58:56 +0100" startDate="2023-11-01 07:47:27 +0100" endDate="2023-11-01 07:57:29 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 08:10:15 +0100" startDate="2023-11-01 07:57:29 +0100" endDate="2023-11-01 08:02:57 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 08:25:00 +0100" startDate="2023-11-01 08:11:48 +0100" endDate="2023-11-01 08:13:02 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 08:34:57 +0100" startDate="2023-11-01 08:23:30 +0100" endDate="2023-11-01 08:24:50 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 08:52:04 +0100" startDate="2023-11-01 08:39:42 +0100" endDate="2023-11-01 08:49:41 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 09:02:59 +0100" startDate="2023-11-01 08:50:42 +0100" endDate="2023-11-01 09:00:43 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 09:12:40 +0100" startDate="2023-11-01 09:01:04 +0100" endDate="2023-11-01 09:11:01 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 09:25:00 +0100" startDate="2023-11-01 09:12:45 +0100" endDate="2023-11-01 09:15:36 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 09:37:44 +0100" startDate="2023-11-01 09:27:11 +0100" endDate="2023-11-01 09:28:40 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 11:11:52 +0100" startDate="2023-11-01 11:00:23 +0100" endDate="2023-11-01 11:10:24 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 11:22:56 +0100" startDate="2023-11-01 11:10:24 +0100" endDate="2023-11-01 11:19:44 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 11:36:28 +0100" startDate="2023-11-01 11:21:08 +0100" endDate="2023-11-01 11:30:57 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 11:46:09 +0100" startDate="2023-11-01 11:31:48 +0100" endDate="2023-11-01 11:41:00 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 12:01:34 +0100" startDate="2023-11-01 11:42:07 +0100" endDate="2023-11-01 11:52:08 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 12:15:23 +0100" startDate="2023-11-01 11:52:43 +0100" endDate="2023-11-01 12:02:04 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 12:15:23 +0100" startDate="2023-11-01 12:04:44 +0100" endDate="2023-11-01 12:05:15 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 12:58:00 +0100" startDate="2023-11-01 12:44:52 +0100" endDate="2023-11-01 12:52:18 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 13:08:38 +0100" startDate="2023-11-01 12:55:31 +0100" endDate="2023-11-01 13:04:49 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 13:18:05 +0100" startDate="2023-11-01 13:05:35 +0100" endDate="2023-11-01 13:14:43 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 13:27:23 +0100" startDate="2023-11-01 13:16:20 +0100" endDate="2023-11-01 13:19:26 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 13:44:03 +0100" startDate="2023-11-01 13:33:35 +0100" endDate="2023-11-01 13:43:23 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 13:54:56 +0100" startDate="2023-11-01 13:43:38 +0100" endDate="2023-11-01 13:43:56 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 14:13:14 +0100" startDate="2023-11-01 14:02:12 +0100" endDate="2023-11-01 14:08:31 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 16:16:14 +0100" startDate="2023-11-01 16:05:49 +0100" endDate="2023-11-01 16:14:01 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 16:27:52 +0100" startDate="2023-11-01 16:16:49 +0100" endDate="2023-11-01 16:16:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.6.1" device="&lt;&lt;HKDevice: 0x303cfcb90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.6.1, creation date:2023-09-10 21:56:13 +0000&gt;" unit="count" creationDate="2023-11-01 17:51:43 +0100" startDate="2023-11-01 17:40:41 +0100" endDate="2023-11-01 17:41:04 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-01 19:22:44 +0100" startDate="2023-11-01 19:05:38 +0100" endDate="2023-11-01 19:13:45 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-01 19:38:00 +0100" startDate="2023-11-01 19:24:03 +0100" endDate="2023-11-01 19:29:52 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-01 19:47:18 +0100" startDate="2023-11-01 19:35:31 +0100" endDate="2023-11-01 19:43:17 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-01 19:57:41 +0100" startDate="2023-11-01 19:46:39 +0100" endDate="2023-11-01 19:54:17 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-01 20:45:43 +0100" startDate="2023-11-01 20:33:30 +0100" endDate="2023-11-01 20:35:30 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-01 20:59:11 +0100" startDate="2023-11-01 20:49:03 +0100" endDate="2023-11-01 20:57:45 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 02:07:35 +0100" startDate="2023-11-02 01:57:29 +0100" endDate="2023-11-02 01:58:25 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 05:37:41 +0100" startDate="2023-11-02 05:26:41 +0100" endDate="2023-11-02 05:26:49 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 05:52:23 +0100" startDate="2023-11-02 05:42:10 +0100" endDate="2023-11-02 05:45:34 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 06:03:47 +0100" startDate="2023-11-02 05:52:12 +0100" endDate="2023-11-02 05:57:46 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 06:16:20 +0100" startDate="2023-11-02 06:03:45 +0100" endDate="2023-11-02 06:13:46 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 06:24:49 +0100" startDate="2023-11-02 06:13:46 +0100" endDate="2023-11-02 06:20:16 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 06:35:12 +0100" startDate="2023-11-02 06:24:03 +0100" endDate="2023-11-02 06:32:32 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 07:25:31 +0100" startDate="2023-11-02 07:14:28 +0100" endDate="2023-11-02 07:19:54 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 07:50:00 +0100" startDate="2023-11-02 07:38:20 +0100" endDate="2023-11-02 07:47:56 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 08:01:07 +0100" startDate="2023-11-02 07:50:03 +0100" endDate="2023-11-02 07:58:15 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 08:16:21 +0100" startDate="2023-11-02 08:05:18 +0100" endDate="2023-11-02 08:15:19 +0100" value="1189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 08:26:43 +0100" startDate="2023-11-02 08:15:19 +0100" endDate="2023-11-02 08:23:51 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 08:40:49 +0100" startDate="2023-11-02 08:29:41 +0100" endDate="2023-11-02 08:30:06 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 09:30:00 +0100" startDate="2023-11-02 09:06:43 +0100" endDate="2023-11-02 09:06:56 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 09:35:02 +0100" startDate="2023-11-02 09:22:23 +0100" endDate="2023-11-02 09:23:07 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 09:57:18 +0100" startDate="2023-11-02 09:41:37 +0100" endDate="2023-11-02 09:41:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 10:08:45 +0100" startDate="2023-11-02 09:55:27 +0100" endDate="2023-11-02 09:55:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 10:30:17 +0100" startDate="2023-11-02 10:19:14 +0100" endDate="2023-11-02 10:27:23 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 10:43:14 +0100" startDate="2023-11-02 10:29:13 +0100" endDate="2023-11-02 10:33:20 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 11:16:52 +0100" startDate="2023-11-02 11:04:12 +0100" endDate="2023-11-02 11:04:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 11:25:15 +0100" startDate="2023-11-02 11:14:36 +0100" endDate="2023-11-02 11:24:38 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 11:36:18 +0100" startDate="2023-11-02 11:24:38 +0100" endDate="2023-11-02 11:30:44 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 11:49:28 +0100" startDate="2023-11-02 11:36:15 +0100" endDate="2023-11-02 11:44:07 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 12:02:45 +0100" startDate="2023-11-02 11:49:53 +0100" endDate="2023-11-02 11:56:20 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 12:15:34 +0100" startDate="2023-11-02 12:02:01 +0100" endDate="2023-11-02 12:03:03 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 13:14:59 +0100" startDate="2023-11-02 12:13:47 +0100" endDate="2023-11-02 12:19:51 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 14:10:18 +0100" startDate="2023-11-02 13:54:37 +0100" endDate="2023-11-02 14:01:30 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 16:52:31 +0100" startDate="2023-11-02 16:40:34 +0100" endDate="2023-11-02 16:50:35 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 17:01:37 +0100" startDate="2023-11-02 16:50:35 +0100" endDate="2023-11-02 16:59:09 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 18:49:03 +0100" startDate="2023-11-02 18:38:13 +0100" endDate="2023-11-02 18:48:12 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 18:59:09 +0100" startDate="2023-11-02 18:48:12 +0100" endDate="2023-11-02 18:57:04 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 19:10:05 +0100" startDate="2023-11-02 18:59:55 +0100" endDate="2023-11-02 19:00:10 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 19:27:31 +0100" startDate="2023-11-02 19:16:28 +0100" endDate="2023-11-02 19:23:31 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 19:57:34 +0100" startDate="2023-11-02 19:46:31 +0100" endDate="2023-11-02 19:46:33 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-02 22:01:06 +0100" startDate="2023-11-02 21:49:01 +0100" endDate="2023-11-02 21:49:19 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 05:36:02 +0100" startDate="2023-11-03 05:25:26 +0100" endDate="2023-11-03 05:30:14 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 05:42:47 +0100" startDate="2023-11-03 05:32:04 +0100" endDate="2023-11-03 05:41:47 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 05:55:49 +0100" startDate="2023-11-03 05:43:21 +0100" endDate="2023-11-03 05:43:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 06:50:11 +0100" startDate="2023-11-03 06:39:09 +0100" endDate="2023-11-03 06:47:18 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 07:05:46 +0100" startDate="2023-11-03 06:53:19 +0100" endDate="2023-11-03 06:53:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 07:35:57 +0100" startDate="2023-11-03 07:25:47 +0100" endDate="2023-11-03 07:25:59 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 11:16:38 +0100" startDate="2023-11-03 11:06:28 +0100" endDate="2023-11-03 11:11:56 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 11:26:44 +0100" startDate="2023-11-03 11:16:39 +0100" endDate="2023-11-03 11:17:07 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 12:07:24 +0100" startDate="2023-11-03 11:57:19 +0100" endDate="2023-11-03 11:58:07 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 12:35:29 +0100" startDate="2023-11-03 12:24:27 +0100" endDate="2023-11-03 12:34:05 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 12:45:51 +0100" startDate="2023-11-03 12:34:48 +0100" endDate="2023-11-03 12:44:31 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 12:56:56 +0100" startDate="2023-11-03 12:45:53 +0100" endDate="2023-11-03 12:55:54 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 13:07:06 +0100" startDate="2023-11-03 12:55:54 +0100" endDate="2023-11-03 13:02:34 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 13:38:01 +0100" startDate="2023-11-03 13:26:28 +0100" endDate="2023-11-03 13:26:45 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 13:54:18 +0100" startDate="2023-11-03 13:44:10 +0100" endDate="2023-11-03 13:44:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 14:15:52 +0100" startDate="2023-11-03 14:05:17 +0100" endDate="2023-11-03 14:14:22 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 14:33:41 +0100" startDate="2023-11-03 14:21:48 +0100" endDate="2023-11-03 14:31:47 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 14:44:50 +0100" startDate="2023-11-03 14:31:47 +0100" endDate="2023-11-03 14:41:27 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 14:52:53 +0100" startDate="2023-11-03 14:41:50 +0100" endDate="2023-11-03 14:48:25 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 15:02:02 +0100" startDate="2023-11-03 14:51:54 +0100" endDate="2023-11-03 14:55:00 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 15:13:29 +0100" startDate="2023-11-03 15:03:14 +0100" endDate="2023-11-03 15:12:57 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 15:24:19 +0100" startDate="2023-11-03 15:13:51 +0100" endDate="2023-11-03 15:23:39 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 15:35:35 +0100" startDate="2023-11-03 15:24:33 +0100" endDate="2023-11-03 15:24:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 15:48:56 +0100" startDate="2023-11-03 15:38:43 +0100" endDate="2023-11-03 15:48:44 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 15:59:47 +0100" startDate="2023-11-03 15:48:44 +0100" endDate="2023-11-03 15:52:28 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 16:09:53 +0100" startDate="2023-11-03 15:59:49 +0100" endDate="2023-11-03 16:02:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 16:41:03 +0100" startDate="2023-11-03 16:30:56 +0100" endDate="2023-11-03 16:40:38 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 16:51:14 +0100" startDate="2023-11-03 16:41:01 +0100" endDate="2023-11-03 16:43:45 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 17:31:17 +0100" startDate="2023-11-03 17:20:01 +0100" endDate="2023-11-03 17:23:51 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-03 22:33:37 +0100" startDate="2023-11-03 22:23:29 +0100" endDate="2023-11-03 22:25:47 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-04 08:31:16 +0100" startDate="2023-11-04 08:19:41 +0100" endDate="2023-11-04 08:23:43 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-04 08:35:54 +0100" startDate="2023-11-04 08:25:45 +0100" endDate="2023-11-04 08:33:16 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-04 10:42:06 +0100" startDate="2023-11-04 10:29:50 +0100" endDate="2023-11-04 10:30:13 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-04 14:49:33 +0100" startDate="2023-11-04 14:37:31 +0100" endDate="2023-11-04 14:37:33 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-04 21:03:17 +0100" startDate="2023-11-04 20:53:07 +0100" endDate="2023-11-04 20:56:25 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-04 21:16:27 +0100" startDate="2023-11-04 21:05:28 +0100" endDate="2023-11-04 21:05:38 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 07:21:33 +0100" startDate="2023-11-05 07:10:30 +0100" endDate="2023-11-05 07:13:34 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 07:38:14 +0100" startDate="2023-11-05 07:27:17 +0100" endDate="2023-11-05 07:36:19 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 07:52:58 +0100" startDate="2023-11-05 07:37:33 +0100" endDate="2023-11-05 07:42:46 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 08:00:00 +0100" startDate="2023-11-05 07:48:28 +0100" endDate="2023-11-05 07:57:03 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 09:48:02 +0100" startDate="2023-11-05 09:37:27 +0100" endDate="2023-11-05 09:38:28 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 10:54:06 +0100" startDate="2023-11-05 10:42:19 +0100" endDate="2023-11-05 10:52:17 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 11:05:43 +0100" startDate="2023-11-05 10:52:32 +0100" endDate="2023-11-05 10:53:25 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 11:28:56 +0100" startDate="2023-11-05 11:18:27 +0100" endDate="2023-11-05 11:28:27 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 11:39:01 +0100" startDate="2023-11-05 11:28:27 +0100" endDate="2023-11-05 11:37:09 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 12:33:49 +0100" startDate="2023-11-05 12:22:16 +0100" endDate="2023-11-05 12:32:15 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 12:43:03 +0100" startDate="2023-11-05 12:32:41 +0100" endDate="2023-11-05 12:39:35 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 13:18:21 +0100" startDate="2023-11-05 13:07:08 +0100" endDate="2023-11-05 13:12:04 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 13:31:42 +0100" startDate="2023-11-05 13:19:52 +0100" endDate="2023-11-05 13:28:40 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 13:43:36 +0100" startDate="2023-11-05 13:30:37 +0100" endDate="2023-11-05 13:40:10 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 13:54:12 +0100" startDate="2023-11-05 13:43:01 +0100" endDate="2023-11-05 13:52:15 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 14:07:33 +0100" startDate="2023-11-05 13:53:26 +0100" endDate="2023-11-05 13:53:37 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 14:21:37 +0100" startDate="2023-11-05 14:10:34 +0100" endDate="2023-11-05 14:20:33 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 14:38:58 +0100" startDate="2023-11-05 14:20:33 +0100" endDate="2023-11-05 14:20:53 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 14:54:28 +0100" startDate="2023-11-05 14:39:26 +0100" endDate="2023-11-05 14:39:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 15:25:15 +0100" startDate="2023-11-05 15:12:20 +0100" endDate="2023-11-05 15:22:19 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 15:33:22 +0100" startDate="2023-11-05 15:22:19 +0100" endDate="2023-11-05 15:26:08 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 16:13:39 +0100" startDate="2023-11-05 16:00:11 +0100" endDate="2023-11-05 16:00:31 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 16:35:53 +0100" startDate="2023-11-05 16:24:51 +0100" endDate="2023-11-05 16:34:29 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 16:48:25 +0100" startDate="2023-11-05 16:37:22 +0100" endDate="2023-11-05 16:45:21 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 17:16:00 +0100" startDate="2023-11-05 17:02:30 +0100" endDate="2023-11-05 17:10:57 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 17:26:30 +0100" startDate="2023-11-05 17:13:38 +0100" endDate="2023-11-05 17:18:15 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-05 21:54:30 +0100" startDate="2023-11-05 21:43:54 +0100" endDate="2023-11-05 21:49:25 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 05:15:00 +0100" startDate="2023-11-06 05:03:20 +0100" endDate="2023-11-06 05:03:23 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 05:34:09 +0100" startDate="2023-11-06 05:24:04 +0100" endDate="2023-11-06 05:31:30 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 06:14:11 +0100" startDate="2023-11-06 06:04:01 +0100" endDate="2023-11-06 06:14:02 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 06:25:05 +0100" startDate="2023-11-06 06:14:02 +0100" endDate="2023-11-06 06:18:35 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 07:45:08 +0100" startDate="2023-11-06 07:31:36 +0100" endDate="2023-11-06 07:38:05 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 07:58:24 +0100" startDate="2023-11-06 07:44:48 +0100" endDate="2023-11-06 07:46:12 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 09:20:19 +0100" startDate="2023-11-06 08:48:53 +0100" endDate="2023-11-06 08:52:35 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 09:20:19 +0100" startDate="2023-11-06 09:01:29 +0100" endDate="2023-11-06 09:01:57 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 09:20:19 +0100" startDate="2023-11-06 09:01:57 +0100" endDate="2023-11-06 09:01:59 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 10:18:12 +0100" startDate="2023-11-06 09:47:39 +0100" endDate="2023-11-06 09:48:02 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 10:18:12 +0100" startDate="2023-11-06 10:00:29 +0100" endDate="2023-11-06 10:00:31 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 11:11:48 +0100" startDate="2023-11-06 10:41:51 +0100" endDate="2023-11-06 10:43:17 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 11:11:48 +0100" startDate="2023-11-06 10:56:55 +0100" endDate="2023-11-06 10:57:08 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 11:19:19 +0100" startDate="2023-11-06 11:08:14 +0100" endDate="2023-11-06 11:15:45 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 11:45:00 +0100" startDate="2023-11-06 11:33:49 +0100" endDate="2023-11-06 11:42:21 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 11:56:09 +0100" startDate="2023-11-06 11:45:17 +0100" endDate="2023-11-06 11:45:52 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 12:08:09 +0100" startDate="2023-11-06 11:55:26 +0100" endDate="2023-11-06 12:01:02 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 12:29:55 +0100" startDate="2023-11-06 12:09:13 +0100" endDate="2023-11-06 12:09:26 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 12:49:16 +0100" startDate="2023-11-06 12:37:23 +0100" endDate="2023-11-06 12:39:17 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 15:06:54 +0100" startDate="2023-11-06 14:54:31 +0100" endDate="2023-11-06 14:59:14 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 15:28:35 +0100" startDate="2023-11-06 15:18:18 +0100" endDate="2023-11-06 15:28:17 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 15:39:20 +0100" startDate="2023-11-06 15:28:17 +0100" endDate="2023-11-06 15:38:16 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 15:49:19 +0100" startDate="2023-11-06 15:38:16 +0100" endDate="2023-11-06 15:44:38 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 16:00:14 +0100" startDate="2023-11-06 15:49:11 +0100" endDate="2023-11-06 15:52:45 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 16:38:11 +0100" startDate="2023-11-06 16:24:38 +0100" endDate="2023-11-06 16:34:01 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 16:46:10 +0100" startDate="2023-11-06 16:35:07 +0100" endDate="2023-11-06 16:41:06 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 17:57:35 +0100" startDate="2023-11-06 17:47:12 +0100" endDate="2023-11-06 17:51:16 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 18:16:24 +0100" startDate="2023-11-06 18:03:07 +0100" endDate="2023-11-06 18:03:30 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 18:40:18 +0100" startDate="2023-11-06 18:30:11 +0100" endDate="2023-11-06 18:34:28 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 18:59:35 +0100" startDate="2023-11-06 18:48:47 +0100" endDate="2023-11-06 18:49:00 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 19:10:35 +0100" startDate="2023-11-06 19:00:10 +0100" endDate="2023-11-06 19:00:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-06 21:24:48 +0100" startDate="2023-11-06 21:13:45 +0100" endDate="2023-11-06 21:19:50 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 02:31:12 +0100" startDate="2023-11-07 02:20:59 +0100" endDate="2023-11-07 02:21:48 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 05:58:58 +0100" startDate="2023-11-07 05:44:46 +0100" endDate="2023-11-07 05:46:03 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 06:07:55 +0100" startDate="2023-11-07 05:55:15 +0100" endDate="2023-11-07 06:04:54 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 06:18:47 +0100" startDate="2023-11-07 06:05:52 +0100" endDate="2023-11-07 06:15:38 +0100" value="749"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 06:27:19 +0100" startDate="2023-11-07 06:16:17 +0100" endDate="2023-11-07 06:25:27 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 07:09:50 +0100" startDate="2023-11-07 06:59:42 +0100" endDate="2023-11-07 07:00:20 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 07:40:10 +0100" startDate="2023-11-07 07:29:07 +0100" endDate="2023-11-07 07:29:22 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 11:48:20 +0100" startDate="2023-11-07 11:36:04 +0100" endDate="2023-11-07 11:41:43 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 12:05:32 +0100" startDate="2023-11-07 11:54:30 +0100" endDate="2023-11-07 12:04:31 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 12:15:33 +0100" startDate="2023-11-07 12:04:31 +0100" endDate="2023-11-07 12:14:32 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 12:25:34 +0100" startDate="2023-11-07 12:14:32 +0100" endDate="2023-11-07 12:22:02 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 12:48:26 +0100" startDate="2023-11-07 12:38:21 +0100" endDate="2023-11-07 12:38:39 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 13:34:56 +0100" startDate="2023-11-07 13:24:29 +0100" endDate="2023-11-07 13:31:31 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 13:48:33 +0100" startDate="2023-11-07 13:37:28 +0100" endDate="2023-11-07 13:38:29 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 13:59:16 +0100" startDate="2023-11-07 13:48:13 +0100" endDate="2023-11-07 13:56:04 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 14:17:12 +0100" startDate="2023-11-07 14:05:14 +0100" endDate="2023-11-07 14:15:08 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 14:42:35 +0100" startDate="2023-11-07 14:31:32 +0100" endDate="2023-11-07 14:31:48 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 14:58:09 +0100" startDate="2023-11-07 14:47:07 +0100" endDate="2023-11-07 14:48:36 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 15:52:59 +0100" startDate="2023-11-07 15:41:35 +0100" endDate="2023-11-07 15:42:18 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 16:06:10 +0100" startDate="2023-11-07 15:55:57 +0100" endDate="2023-11-07 16:05:19 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 16:27:16 +0100" startDate="2023-11-07 16:16:54 +0100" endDate="2023-11-07 16:26:32 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 16:38:03 +0100" startDate="2023-11-07 16:27:01 +0100" endDate="2023-11-07 16:27:16 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 17:44:36 +0100" startDate="2023-11-07 17:34:13 +0100" endDate="2023-11-07 17:34:15 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 21:17:18 +0100" startDate="2023-11-07 21:05:12 +0100" endDate="2023-11-07 21:10:10 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-07 21:27:50 +0100" startDate="2023-11-07 21:16:47 +0100" endDate="2023-11-07 21:21:08 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 05:28:43 +0100" startDate="2023-11-08 05:16:48 +0100" endDate="2023-11-08 05:16:56 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 05:39:55 +0100" startDate="2023-11-08 05:28:53 +0100" endDate="2023-11-08 05:29:44 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 06:04:10 +0100" startDate="2023-11-08 05:52:52 +0100" endDate="2023-11-08 06:01:37 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 06:14:32 +0100" startDate="2023-11-08 06:03:16 +0100" endDate="2023-11-08 06:12:49 +0100" value="1004"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 06:24:04 +0100" startDate="2023-11-08 06:12:59 +0100" endDate="2023-11-08 06:16:41 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 06:35:35 +0100" startDate="2023-11-08 06:24:32 +0100" endDate="2023-11-08 06:28:26 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 07:01:03 +0100" startDate="2023-11-08 06:50:00 +0100" endDate="2023-11-08 06:50:05 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 07:31:57 +0100" startDate="2023-11-08 07:21:46 +0100" endDate="2023-11-08 07:24:09 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 07:47:03 +0100" startDate="2023-11-08 07:36:00 +0100" endDate="2023-11-08 07:44:14 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 08:09:25 +0100" startDate="2023-11-08 07:57:24 +0100" endDate="2023-11-08 08:07:23 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 08:20:13 +0100" startDate="2023-11-08 08:07:23 +0100" endDate="2023-11-08 08:17:24 +0100" value="1117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 08:29:15 +0100" startDate="2023-11-08 08:17:24 +0100" endDate="2023-11-08 08:26:24 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 08:42:00 +0100" startDate="2023-11-08 08:27:58 +0100" endDate="2023-11-08 08:29:09 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 10:58:45 +0100" startDate="2023-11-08 10:45:15 +0100" endDate="2023-11-08 10:46:03 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 11:16:56 +0100" startDate="2023-11-08 11:05:11 +0100" endDate="2023-11-08 11:06:12 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 12:07:52 +0100" startDate="2023-11-08 11:55:56 +0100" endDate="2023-11-08 12:04:00 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 12:22:54 +0100" startDate="2023-11-08 12:07:29 +0100" endDate="2023-11-08 12:07:47 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 12:35:35 +0100" startDate="2023-11-08 12:23:33 +0100" endDate="2023-11-08 12:32:15 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 13:18:18 +0100" startDate="2023-11-08 13:03:52 +0100" endDate="2023-11-08 13:09:51 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 13:33:00 +0100" startDate="2023-11-08 13:16:36 +0100" endDate="2023-11-08 13:17:45 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 13:43:24 +0100" startDate="2023-11-08 13:28:42 +0100" endDate="2023-11-08 13:35:32 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 13:53:12 +0100" startDate="2023-11-08 13:40:18 +0100" endDate="2023-11-08 13:45:21 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 14:07:52 +0100" startDate="2023-11-08 13:56:47 +0100" endDate="2023-11-08 14:01:06 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 14:18:26 +0100" startDate="2023-11-08 14:07:00 +0100" endDate="2023-11-08 14:08:52 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 15:42:44 +0100" startDate="2023-11-08 15:29:07 +0100" endDate="2023-11-08 15:39:08 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 15:58:00 +0100" startDate="2023-11-08 15:39:08 +0100" endDate="2023-11-08 15:47:53 +0100" value="895"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 16:16:03 +0100" startDate="2023-11-08 16:05:02 +0100" endDate="2023-11-08 16:05:12 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 17:42:53 +0100" startDate="2023-11-08 17:31:04 +0100" endDate="2023-11-08 17:41:05 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 17:51:32 +0100" startDate="2023-11-08 17:41:05 +0100" endDate="2023-11-08 17:51:06 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 18:03:55 +0100" startDate="2023-11-08 17:51:06 +0100" endDate="2023-11-08 18:01:07 +0100" value="1100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 18:16:10 +0100" startDate="2023-11-08 18:01:07 +0100" endDate="2023-11-08 18:08:20 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 21:23:11 +0100" startDate="2023-11-08 21:12:14 +0100" endDate="2023-11-08 21:22:15 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 21:32:46 +0100" startDate="2023-11-08 21:22:15 +0100" endDate="2023-11-08 21:29:23 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 21:43:04 +0100" startDate="2023-11-08 21:32:59 +0100" endDate="2023-11-08 21:39:59 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-08 22:12:41 +0100" startDate="2023-11-08 22:02:30 +0100" endDate="2023-11-08 22:03:11 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 05:41:25 +0100" startDate="2023-11-09 05:30:10 +0100" endDate="2023-11-09 05:31:03 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 06:38:37 +0100" startDate="2023-11-09 06:28:09 +0100" endDate="2023-11-09 06:30:47 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 07:58:16 +0100" startDate="2023-11-09 07:46:41 +0100" endDate="2023-11-09 07:54:47 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 08:28:49 +0100" startDate="2023-11-09 08:17:51 +0100" endDate="2023-11-09 08:26:31 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 10:52:27 +0100" startDate="2023-11-09 10:32:56 +0100" endDate="2023-11-09 10:37:03 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 10:55:08 +0100" startDate="2023-11-09 10:44:40 +0100" endDate="2023-11-09 10:53:03 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 11:09:23 +0100" startDate="2023-11-09 10:55:47 +0100" endDate="2023-11-09 11:00:23 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 11:27:01 +0100" startDate="2023-11-09 11:10:12 +0100" endDate="2023-11-09 11:20:09 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 11:31:15 +0100" startDate="2023-11-09 11:20:11 +0100" endDate="2023-11-09 11:28:32 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 11:46:40 +0100" startDate="2023-11-09 11:35:38 +0100" endDate="2023-11-09 11:44:07 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 12:06:02 +0100" startDate="2023-11-09 11:55:00 +0100" endDate="2023-11-09 12:03:04 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 13:40:17 +0100" startDate="2023-11-09 13:26:18 +0100" endDate="2023-11-09 13:32:17 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 14:30:02 +0100" startDate="2023-11-09 14:15:03 +0100" endDate="2023-11-09 14:25:05 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 14:36:07 +0100" startDate="2023-11-09 14:25:05 +0100" endDate="2023-11-09 14:35:06 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 14:46:08 +0100" startDate="2023-11-09 14:35:06 +0100" endDate="2023-11-09 14:45:07 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 14:56:09 +0100" startDate="2023-11-09 14:45:07 +0100" endDate="2023-11-09 14:55:08 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 15:11:34 +0100" startDate="2023-11-09 14:55:08 +0100" endDate="2023-11-09 14:59:38 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 16:03:23 +0100" startDate="2023-11-09 15:52:07 +0100" endDate="2023-11-09 16:00:22 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 16:15:36 +0100" startDate="2023-11-09 16:04:04 +0100" endDate="2023-11-09 16:04:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 17:12:26 +0100" startDate="2023-11-09 16:52:36 +0100" endDate="2023-11-09 16:54:38 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 20:15:51 +0100" startDate="2023-11-09 20:05:38 +0100" endDate="2023-11-09 20:11:09 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 21:31:02 +0100" startDate="2023-11-09 21:18:27 +0100" endDate="2023-11-09 21:25:26 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-09 22:34:08 +0100" startDate="2023-11-09 22:23:57 +0100" endDate="2023-11-09 22:24:13 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 02:51:03 +0100" startDate="2023-11-10 02:40:50 +0100" endDate="2023-11-10 02:43:28 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 07:07:33 +0100" startDate="2023-11-10 06:56:32 +0100" endDate="2023-11-10 07:02:59 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 07:52:18 +0100" startDate="2023-11-10 07:41:16 +0100" endDate="2023-11-10 07:50:03 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 08:58:03 +0100" startDate="2023-11-10 08:47:00 +0100" endDate="2023-11-10 08:56:56 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 09:10:26 +0100" startDate="2023-11-10 08:58:59 +0100" endDate="2023-11-10 09:01:54 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 09:24:36 +0100" startDate="2023-11-10 09:13:39 +0100" endDate="2023-11-10 09:21:20 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 09:39:14 +0100" startDate="2023-11-10 09:24:00 +0100" endDate="2023-11-10 09:24:31 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 10:06:52 +0100" startDate="2023-11-10 09:48:52 +0100" endDate="2023-11-10 09:58:10 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 11:44:49 +0100" startDate="2023-11-10 11:34:38 +0100" endDate="2023-11-10 11:40:15 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 12:15:24 +0100" startDate="2023-11-10 12:05:11 +0100" endDate="2023-11-10 12:13:10 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 12:44:00 +0100" startDate="2023-11-10 12:27:01 +0100" endDate="2023-11-10 12:27:31 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 12:54:35 +0100" startDate="2023-11-10 12:43:09 +0100" endDate="2023-11-10 12:52:40 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 13:07:30 +0100" startDate="2023-11-10 12:54:01 +0100" endDate="2023-11-10 13:00:43 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 13:14:28 +0100" startDate="2023-11-10 13:04:12 +0100" endDate="2023-11-10 13:12:54 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 13:27:24 +0100" startDate="2023-11-10 13:17:17 +0100" endDate="2023-11-10 13:17:27 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 16:14:26 +0100" startDate="2023-11-10 16:03:52 +0100" endDate="2023-11-10 16:13:20 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 16:24:40 +0100" startDate="2023-11-10 16:14:22 +0100" endDate="2023-11-10 16:23:28 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 16:38:46 +0100" startDate="2023-11-10 16:25:15 +0100" endDate="2023-11-10 16:30:53 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 16:56:17 +0100" startDate="2023-11-10 16:46:04 +0100" endDate="2023-11-10 16:54:37 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 17:18:13 +0100" startDate="2023-11-10 17:05:41 +0100" endDate="2023-11-10 17:06:30 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 17:42:41 +0100" startDate="2023-11-10 17:31:27 +0100" endDate="2023-11-10 17:40:25 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 17:54:25 +0100" startDate="2023-11-10 17:42:45 +0100" endDate="2023-11-10 17:52:37 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 18:06:02 +0100" startDate="2023-11-10 17:53:31 +0100" endDate="2023-11-10 17:53:53 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 18:58:08 +0100" startDate="2023-11-10 18:47:23 +0100" endDate="2023-11-10 18:54:10 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 19:14:25 +0100" startDate="2023-11-10 19:04:17 +0100" endDate="2023-11-10 19:08:11 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 19:34:48 +0100" startDate="2023-11-10 19:22:15 +0100" endDate="2023-11-10 19:28:39 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 19:48:17 +0100" startDate="2023-11-10 19:32:31 +0100" endDate="2023-11-10 19:42:12 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 19:57:50 +0100" startDate="2023-11-10 19:43:51 +0100" endDate="2023-11-10 19:53:09 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 20:04:57 +0100" startDate="2023-11-10 19:54:51 +0100" endDate="2023-11-10 19:55:19 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 20:18:13 +0100" startDate="2023-11-10 20:05:26 +0100" endDate="2023-11-10 20:15:24 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 20:27:24 +0100" startDate="2023-11-10 20:15:42 +0100" endDate="2023-11-10 20:25:21 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 20:37:33 +0100" startDate="2023-11-10 20:26:30 +0100" endDate="2023-11-10 20:35:07 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-10 22:20:07 +0100" startDate="2023-11-10 22:10:02 +0100" endDate="2023-11-10 22:17:40 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-11 07:46:01 +0100" startDate="2023-11-11 07:32:11 +0100" endDate="2023-11-11 07:39:26 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-11 07:55:35 +0100" startDate="2023-11-11 07:44:17 +0100" endDate="2023-11-11 07:52:28 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-11 08:34:29 +0100" startDate="2023-11-11 08:08:53 +0100" endDate="2023-11-11 08:11:15 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-11 08:53:36 +0100" startDate="2023-11-11 08:38:11 +0100" endDate="2023-11-11 08:47:09 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-11 09:04:20 +0100" startDate="2023-11-11 08:51:52 +0100" endDate="2023-11-11 08:52:17 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-11 09:11:59 +0100" startDate="2023-11-11 09:01:51 +0100" endDate="2023-11-11 09:02:22 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-11 09:23:23 +0100" startDate="2023-11-11 09:12:20 +0100" endDate="2023-11-11 09:17:03 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-11 16:32:06 +0100" startDate="2023-11-11 16:20:54 +0100" endDate="2023-11-11 16:24:38 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-11 22:47:07 +0100" startDate="2023-11-11 22:36:49 +0100" endDate="2023-11-11 22:36:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 07:09:15 +0100" startDate="2023-11-12 06:58:06 +0100" endDate="2023-11-12 06:58:47 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 09:03:21 +0100" startDate="2023-11-12 08:44:58 +0100" endDate="2023-11-12 08:45:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 09:29:07 +0100" startDate="2023-11-12 09:18:05 +0100" endDate="2023-11-12 09:28:06 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 10:33:02 +0100" startDate="2023-11-12 10:19:15 +0100" endDate="2023-11-12 10:22:03 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 13:00:39 +0100" startDate="2023-11-12 12:43:13 +0100" endDate="2023-11-12 12:52:43 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 13:21:10 +0100" startDate="2023-11-12 13:04:54 +0100" endDate="2023-11-12 13:04:59 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 13:30:40 +0100" startDate="2023-11-12 13:18:37 +0100" endDate="2023-11-12 13:25:07 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 14:31:10 +0100" startDate="2023-11-12 14:18:40 +0100" endDate="2023-11-12 14:18:48 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 14:45:59 +0100" startDate="2023-11-12 14:28:57 +0100" endDate="2023-11-12 14:38:21 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 15:07:04 +0100" startDate="2023-11-12 14:54:17 +0100" endDate="2023-11-12 14:54:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 15:56:15 +0100" startDate="2023-11-12 15:45:15 +0100" endDate="2023-11-12 15:54:26 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 16:07:30 +0100" startDate="2023-11-12 15:55:37 +0100" endDate="2023-11-12 15:56:18 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 16:19:51 +0100" startDate="2023-11-12 16:06:49 +0100" endDate="2023-11-12 16:06:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 16:59:22 +0100" startDate="2023-11-12 16:46:35 +0100" endDate="2023-11-12 16:56:36 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 17:07:39 +0100" startDate="2023-11-12 16:56:36 +0100" endDate="2023-11-12 17:06:37 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 17:17:40 +0100" startDate="2023-11-12 17:06:37 +0100" endDate="2023-11-12 17:16:38 +0100" value="1008"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 17:27:22 +0100" startDate="2023-11-12 17:16:38 +0100" endDate="2023-11-12 17:22:19 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-12 17:48:02 +0100" startDate="2023-11-12 17:30:42 +0100" endDate="2023-11-12 17:37:16 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 07:10:58 +0100" startDate="2023-11-13 06:59:26 +0100" endDate="2023-11-13 06:59:46 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 07:21:55 +0100" startDate="2023-11-13 07:10:13 +0100" endDate="2023-11-13 07:12:18 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 08:31:43 +0100" startDate="2023-11-13 08:21:33 +0100" endDate="2023-11-13 08:21:53 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 09:11:25 +0100" startDate="2023-11-13 08:59:39 +0100" endDate="2023-11-13 09:09:40 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 09:21:30 +0100" startDate="2023-11-13 09:09:40 +0100" endDate="2023-11-13 09:11:19 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 09:36:48 +0100" startDate="2023-11-13 09:21:12 +0100" endDate="2023-11-13 09:22:13 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 10:57:13 +0100" startDate="2023-11-13 10:47:03 +0100" endDate="2023-11-13 10:47:23 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 11:15:34 +0100" startDate="2023-11-13 11:05:06 +0100" endDate="2023-11-13 11:08:57 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 11:28:20 +0100" startDate="2023-11-13 11:18:07 +0100" endDate="2023-11-13 11:18:22 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 11:51:10 +0100" startDate="2023-11-13 11:35:44 +0100" endDate="2023-11-13 11:35:57 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 14:36:35 +0100" startDate="2023-11-13 14:25:52 +0100" endDate="2023-11-13 14:34:51 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 16:39:40 +0100" startDate="2023-11-13 16:28:37 +0100" endDate="2023-11-13 16:32:09 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 16:49:59 +0100" startDate="2023-11-13 16:39:48 +0100" endDate="2023-11-13 16:49:37 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 19:46:28 +0100" startDate="2023-11-13 19:35:25 +0100" endDate="2023-11-13 19:42:29 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-13 21:32:28 +0100" startDate="2023-11-13 21:21:25 +0100" endDate="2023-11-13 21:21:36 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 03:12:11 +0100" startDate="2023-11-14 03:01:43 +0100" endDate="2023-11-14 03:02:21 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 07:20:41 +0100" startDate="2023-11-14 07:10:26 +0100" endDate="2023-11-14 07:20:27 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 07:30:40 +0100" startDate="2023-11-14 07:20:27 +0100" endDate="2023-11-14 07:20:47 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 08:07:31 +0100" startDate="2023-11-14 07:56:28 +0100" endDate="2023-11-14 07:57:57 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 09:57:45 +0100" startDate="2023-11-14 09:42:25 +0100" endDate="2023-11-14 09:49:38 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 10:13:10 +0100" startDate="2023-11-14 10:02:57 +0100" endDate="2023-11-14 10:11:21 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 10:27:23 +0100" startDate="2023-11-14 10:12:58 +0100" endDate="2023-11-14 10:13:11 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 11:15:39 +0100" startDate="2023-11-14 11:02:32 +0100" endDate="2023-11-14 11:02:37 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 12:18:14 +0100" startDate="2023-11-14 11:59:28 +0100" endDate="2023-11-14 12:01:30 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 12:37:44 +0100" startDate="2023-11-14 12:20:47 +0100" endDate="2023-11-14 12:30:49 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 12:41:51 +0100" startDate="2023-11-14 12:30:49 +0100" endDate="2023-11-14 12:40:47 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 12:51:00 +0100" startDate="2023-11-14 12:40:47 +0100" endDate="2023-11-14 12:50:48 +0100" value="1104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 13:00:56 +0100" startDate="2023-11-14 12:50:48 +0100" endDate="2023-11-14 12:59:23 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 14:42:38 +0100" startDate="2023-11-14 14:32:25 +0100" endDate="2023-11-14 14:37:10 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 14:56:18 +0100" startDate="2023-11-14 14:45:17 +0100" endDate="2023-11-14 14:55:05 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 15:08:36 +0100" startDate="2023-11-14 14:55:51 +0100" endDate="2023-11-14 15:05:52 +0100" value="699"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 15:18:11 +0100" startDate="2023-11-14 15:05:52 +0100" endDate="2023-11-14 15:13:05 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 15:28:58 +0100" startDate="2023-11-14 15:17:25 +0100" endDate="2023-11-14 15:19:19 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 17:06:49 +0100" startDate="2023-11-14 16:54:35 +0100" endDate="2023-11-14 16:59:43 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 18:28:03 +0100" startDate="2023-11-14 18:15:14 +0100" endDate="2023-11-14 18:20:05 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 18:39:12 +0100" startDate="2023-11-14 18:27:59 +0100" endDate="2023-11-14 18:32:59 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 19:12:03 +0100" startDate="2023-11-14 18:41:12 +0100" endDate="2023-11-14 18:51:06 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 19:39:00 +0100" startDate="2023-11-14 19:09:11 +0100" endDate="2023-11-14 19:09:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 20:00:00 +0100" startDate="2023-11-14 19:46:01 +0100" endDate="2023-11-14 19:46:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 20:39:00 +0100" startDate="2023-11-14 19:56:05 +0100" endDate="2023-11-14 19:57:01 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 21:12:52 +0100" startDate="2023-11-14 21:01:33 +0100" endDate="2023-11-14 21:10:16 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 21:45:48 +0100" startDate="2023-11-14 21:35:15 +0100" endDate="2023-11-14 21:35:43 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 21:57:06 +0100" startDate="2023-11-14 21:47:01 +0100" endDate="2023-11-14 21:57:00 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 22:08:03 +0100" startDate="2023-11-14 21:57:00 +0100" endDate="2023-11-14 21:57:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 22:30:30 +0100" startDate="2023-11-14 22:20:00 +0100" endDate="2023-11-14 22:26:51 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-14 22:52:09 +0100" startDate="2023-11-14 22:41:06 +0100" endDate="2023-11-14 22:48:46 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 02:37:32 +0100" startDate="2023-11-15 02:27:26 +0100" endDate="2023-11-15 02:29:44 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 03:00:39 +0100" startDate="2023-11-15 02:49:19 +0100" endDate="2023-11-15 02:51:37 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 05:29:09 +0100" startDate="2023-11-15 05:16:05 +0100" endDate="2023-11-15 05:16:48 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 05:40:19 +0100" startDate="2023-11-15 05:29:16 +0100" endDate="2023-11-15 05:29:47 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 06:07:46 +0100" startDate="2023-11-15 05:57:33 +0100" endDate="2023-11-15 06:07:24 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 06:18:26 +0100" startDate="2023-11-15 06:07:24 +0100" endDate="2023-11-15 06:17:25 +0100" value="1184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 06:28:27 +0100" startDate="2023-11-15 06:17:25 +0100" endDate="2023-11-15 06:26:42 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 06:39:56 +0100" startDate="2023-11-15 06:29:48 +0100" endDate="2023-11-15 06:30:37 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 07:32:04 +0100" startDate="2023-11-15 07:21:56 +0100" endDate="2023-11-15 07:23:33 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 07:53:47 +0100" startDate="2023-11-15 07:43:30 +0100" endDate="2023-11-15 07:53:31 +0100" value="1096"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 08:03:36 +0100" startDate="2023-11-15 07:53:31 +0100" endDate="2023-11-15 08:03:27 +0100" value="799"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 08:20:59 +0100" startDate="2023-11-15 08:08:46 +0100" endDate="2023-11-15 08:17:20 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 11:53:49 +0100" startDate="2023-11-15 11:41:42 +0100" endDate="2023-11-15 11:47:43 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 13:21:39 +0100" startDate="2023-11-15 13:11:32 +0100" endDate="2023-11-15 13:16:25 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 13:45:19 +0100" startDate="2023-11-15 13:31:27 +0100" endDate="2023-11-15 13:38:12 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 14:08:25 +0100" startDate="2023-11-15 13:53:32 +0100" endDate="2023-11-15 13:58:15 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 14:16:46 +0100" startDate="2023-11-15 14:04:26 +0100" endDate="2023-11-15 14:09:10 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 14:45:22 +0100" startDate="2023-11-15 14:30:56 +0100" endDate="2023-11-15 14:31:04 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 15:01:21 +0100" startDate="2023-11-15 14:48:08 +0100" endDate="2023-11-15 14:48:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 15:20:58 +0100" startDate="2023-11-15 15:01:24 +0100" endDate="2023-11-15 15:01:29 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 15:51:11 +0100" startDate="2023-11-15 15:33:12 +0100" endDate="2023-11-15 15:43:13 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 15:54:44 +0100" startDate="2023-11-15 15:43:13 +0100" endDate="2023-11-15 15:53:14 +0100" value="1062"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 16:04:17 +0100" startDate="2023-11-15 15:53:14 +0100" endDate="2023-11-15 15:54:15 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 16:15:11 +0100" startDate="2023-11-15 16:04:22 +0100" endDate="2023-11-15 16:04:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 17:11:03 +0100" startDate="2023-11-15 17:00:00 +0100" endDate="2023-11-15 17:00:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 17:46:09 +0100" startDate="2023-11-15 17:35:40 +0100" endDate="2023-11-15 17:45:41 +0100" value="923"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 17:57:04 +0100" startDate="2023-11-15 17:45:41 +0100" endDate="2023-11-15 17:53:50 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 18:07:05 +0100" startDate="2023-11-15 17:56:02 +0100" endDate="2023-11-15 17:57:06 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 18:18:07 +0100" startDate="2023-11-15 18:07:05 +0100" endDate="2023-11-15 18:07:15 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 18:32:42 +0100" startDate="2023-11-15 18:20:44 +0100" endDate="2023-11-15 18:24:55 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-15 21:54:31 +0100" startDate="2023-11-15 21:43:29 +0100" endDate="2023-11-15 21:43:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 05:27:39 +0100" startDate="2023-11-16 05:15:57 +0100" endDate="2023-11-16 05:16:25 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 05:40:37 +0100" startDate="2023-11-16 05:27:36 +0100" endDate="2023-11-16 05:34:10 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 06:03:48 +0100" startDate="2023-11-16 05:53:43 +0100" endDate="2023-11-16 06:03:44 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 06:14:47 +0100" startDate="2023-11-16 06:03:44 +0100" endDate="2023-11-16 06:08:04 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 07:22:19 +0100" startDate="2023-11-16 07:08:54 +0100" endDate="2023-11-16 07:18:45 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 07:29:58 +0100" startDate="2023-11-16 07:18:55 +0100" endDate="2023-11-16 07:22:46 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 08:53:23 +0100" startDate="2023-11-16 08:42:34 +0100" endDate="2023-11-16 08:43:12 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 09:47:08 +0100" startDate="2023-11-16 09:35:47 +0100" endDate="2023-11-16 09:37:01 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 10:30:56 +0100" startDate="2023-11-16 10:12:22 +0100" endDate="2023-11-16 10:15:48 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 11:52:58 +0100" startDate="2023-11-16 11:39:23 +0100" endDate="2023-11-16 11:46:41 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 12:10:56 +0100" startDate="2023-11-16 11:59:51 +0100" endDate="2023-11-16 12:09:19 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 13:45:03 +0100" startDate="2023-11-16 13:32:57 +0100" endDate="2023-11-16 13:41:22 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 14:23:11 +0100" startDate="2023-11-16 14:12:46 +0100" endDate="2023-11-16 14:20:17 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 14:40:08 +0100" startDate="2023-11-16 14:28:49 +0100" endDate="2023-11-16 14:38:48 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 14:51:45 +0100" startDate="2023-11-16 14:38:48 +0100" endDate="2023-11-16 14:40:22 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 16:21:23 +0100" startDate="2023-11-16 16:10:55 +0100" endDate="2023-11-16 16:15:53 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 16:51:29 +0100" startDate="2023-11-16 16:38:16 +0100" endDate="2023-11-16 16:40:28 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 17:44:26 +0100" startDate="2023-11-16 17:34:21 +0100" endDate="2023-11-16 17:38:56 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 19:04:25 +0100" startDate="2023-11-16 18:49:24 +0100" endDate="2023-11-16 18:57:26 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 19:15:50 +0100" startDate="2023-11-16 19:05:32 +0100" endDate="2023-11-16 19:05:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-16 21:06:05 +0100" startDate="2023-11-16 20:53:22 +0100" endDate="2023-11-16 20:54:23 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 06:44:02 +0100" startDate="2023-11-17 06:32:59 +0100" endDate="2023-11-17 06:33:38 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 07:18:32 +0100" startDate="2023-11-17 07:08:11 +0100" endDate="2023-11-17 07:08:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 07:34:23 +0100" startDate="2023-11-17 07:19:55 +0100" endDate="2023-11-17 07:29:46 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 07:41:58 +0100" startDate="2023-11-17 07:29:46 +0100" endDate="2023-11-17 07:30:29 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 07:56:50 +0100" startDate="2023-11-17 07:41:42 +0100" endDate="2023-11-17 07:43:06 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 11:49:25 +0100" startDate="2023-11-17 11:36:26 +0100" endDate="2023-11-17 11:39:09 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 12:48:28 +0100" startDate="2023-11-17 12:33:00 +0100" endDate="2023-11-17 12:33:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 15:37:28 +0100" startDate="2023-11-17 15:25:19 +0100" endDate="2023-11-17 15:35:20 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 15:46:25 +0100" startDate="2023-11-17 15:35:20 +0100" endDate="2023-11-17 15:45:22 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 15:56:24 +0100" startDate="2023-11-17 15:45:22 +0100" endDate="2023-11-17 15:55:23 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 16:06:53 +0100" startDate="2023-11-17 15:55:23 +0100" endDate="2023-11-17 16:05:24 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 16:15:48 +0100" startDate="2023-11-17 16:05:24 +0100" endDate="2023-11-17 16:15:23 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 16:27:42 +0100" startDate="2023-11-17 16:15:23 +0100" endDate="2023-11-17 16:25:24 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 16:45:12 +0100" startDate="2023-11-17 16:27:29 +0100" endDate="2023-11-17 16:36:14 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 16:56:10 +0100" startDate="2023-11-17 16:39:17 +0100" endDate="2023-11-17 16:44:28 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 17:01:21 +0100" startDate="2023-11-17 16:50:40 +0100" endDate="2023-11-17 16:59:55 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 17:14:56 +0100" startDate="2023-11-17 17:00:39 +0100" endDate="2023-11-17 17:10:38 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 17:26:45 +0100" startDate="2023-11-17 17:10:38 +0100" endDate="2023-11-17 17:14:24 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 17:32:34 +0100" startDate="2023-11-17 17:22:27 +0100" endDate="2023-11-17 17:31:14 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 17:44:01 +0100" startDate="2023-11-17 17:32:58 +0100" endDate="2023-11-17 17:37:51 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 18:15:06 +0100" startDate="2023-11-17 18:05:01 +0100" endDate="2023-11-17 18:06:15 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 18:48:03 +0100" startDate="2023-11-17 18:34:43 +0100" endDate="2023-11-17 18:36:17 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 20:07:40 +0100" startDate="2023-11-17 19:56:13 +0100" endDate="2023-11-17 20:06:15 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 20:18:04 +0100" startDate="2023-11-17 20:06:15 +0100" endDate="2023-11-17 20:10:16 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 21:17:45 +0100" startDate="2023-11-17 21:03:45 +0100" endDate="2023-11-17 21:04:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 21:49:58 +0100" startDate="2023-11-17 21:34:49 +0100" endDate="2023-11-17 21:35:27 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 22:39:28 +0100" startDate="2023-11-17 22:21:58 +0100" endDate="2023-11-17 22:24:36 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 23:10:14 +0100" startDate="2023-11-17 22:55:01 +0100" endDate="2023-11-17 23:05:02 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-17 23:41:01 +0100" startDate="2023-11-17 23:25:06 +0100" endDate="2023-11-17 23:25:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-18 00:15:51 +0100" startDate="2023-11-18 00:05:44 +0100" endDate="2023-11-18 00:15:04 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-18 05:33:43 +0100" startDate="2023-11-18 05:20:52 +0100" endDate="2023-11-18 05:21:07 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-18 13:40:25 +0100" startDate="2023-11-18 13:27:24 +0100" endDate="2023-11-18 13:27:47 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-18 18:05:42 +0100" startDate="2023-11-18 17:52:38 +0100" endDate="2023-11-18 17:53:51 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-18 21:08:00 +0100" startDate="2023-11-18 20:55:38 +0100" endDate="2023-11-18 20:55:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-18 22:31:33 +0100" startDate="2023-11-18 22:17:10 +0100" endDate="2023-11-18 22:17:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 06:36:50 +0100" startDate="2023-11-19 06:26:39 +0100" endDate="2023-11-19 06:32:26 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 06:52:55 +0100" startDate="2023-11-19 06:39:59 +0100" endDate="2023-11-19 06:48:34 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 07:09:55 +0100" startDate="2023-11-19 06:57:23 +0100" endDate="2023-11-19 07:07:25 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 07:18:27 +0100" startDate="2023-11-19 07:07:25 +0100" endDate="2023-11-19 07:07:30 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 08:18:12 +0100" startDate="2023-11-19 08:07:59 +0100" endDate="2023-11-19 08:14:51 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 08:25:54 +0100" startDate="2023-11-19 08:14:51 +0100" endDate="2023-11-19 08:19:57 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 11:15:37 +0100" startDate="2023-11-19 11:05:01 +0100" endDate="2023-11-19 11:13:54 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 11:26:26 +0100" startDate="2023-11-19 11:15:23 +0100" endDate="2023-11-19 11:25:24 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 11:39:01 +0100" startDate="2023-11-19 11:25:24 +0100" endDate="2023-11-19 11:34:57 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 11:53:15 +0100" startDate="2023-11-19 11:35:30 +0100" endDate="2023-11-19 11:41:42 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 11:53:16 +0100" startDate="2023-11-19 11:41:57 +0100" endDate="2023-11-19 11:51:17 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 12:05:21 +0100" startDate="2023-11-19 11:52:11 +0100" endDate="2023-11-19 12:00:40 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 12:13:57 +0100" startDate="2023-11-19 12:02:45 +0100" endDate="2023-11-19 12:09:35 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 12:20:30 +0100" startDate="2023-11-19 12:09:35 +0100" endDate="2023-11-19 12:14:43 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 12:41:12 +0100" startDate="2023-11-19 12:20:34 +0100" endDate="2023-11-19 12:30:35 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 12:41:12 +0100" startDate="2023-11-19 12:30:35 +0100" endDate="2023-11-19 12:40:08 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 12:51:36 +0100" startDate="2023-11-19 12:40:08 +0100" endDate="2023-11-19 12:49:10 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 13:01:31 +0100" startDate="2023-11-19 12:50:27 +0100" endDate="2023-11-19 12:58:31 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 13:25:32 +0100" startDate="2023-11-19 13:14:29 +0100" endDate="2023-11-19 13:24:30 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 13:36:56 +0100" startDate="2023-11-19 13:24:30 +0100" endDate="2023-11-19 13:30:50 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 13:49:10 +0100" startDate="2023-11-19 13:37:07 +0100" endDate="2023-11-19 13:43:26 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 13:58:41 +0100" startDate="2023-11-19 13:48:09 +0100" endDate="2023-11-19 13:50:32 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 14:44:38 +0100" startDate="2023-11-19 14:33:35 +0100" endDate="2023-11-19 14:33:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 16:13:30 +0100" startDate="2023-11-19 16:02:27 +0100" endDate="2023-11-19 16:02:30 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 16:48:26 +0100" startDate="2023-11-19 16:37:24 +0100" endDate="2023-11-19 16:43:33 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 17:10:26 +0100" startDate="2023-11-19 16:52:02 +0100" endDate="2023-11-19 17:01:43 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 17:18:44 +0100" startDate="2023-11-19 17:08:39 +0100" endDate="2023-11-19 17:09:09 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="16.7.2" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:16.7.2, creation date:2023-11-01 17:54:44 +0000&gt;" unit="count" creationDate="2023-11-19 21:56:37 +0100" startDate="2023-11-19 21:45:37 +0100" endDate="2023-11-19 21:50:33 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 06:44:52 +0100" startDate="2023-11-20 06:33:10 +0100" endDate="2023-11-20 06:39:31 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 06:55:10 +0100" startDate="2023-11-20 06:44:07 +0100" endDate="2023-11-20 06:44:58 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 07:13:51 +0100" startDate="2023-11-20 07:03:46 +0100" endDate="2023-11-20 07:03:54 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 08:14:48 +0100" startDate="2023-11-20 08:02:53 +0100" endDate="2023-11-20 08:03:23 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 09:59:41 +0100" startDate="2023-11-20 09:49:33 +0100" endDate="2023-11-20 09:58:21 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 16:54:37 +0100" startDate="2023-11-20 16:44:07 +0100" endDate="2023-11-20 16:49:31 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 17:12:48 +0100" startDate="2023-11-20 17:00:20 +0100" endDate="2023-11-20 17:10:06 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 17:21:58 +0100" startDate="2023-11-20 17:10:06 +0100" endDate="2023-11-20 17:20:07 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 17:31:10 +0100" startDate="2023-11-20 17:20:07 +0100" endDate="2023-11-20 17:30:08 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 17:42:02 +0100" startDate="2023-11-20 17:30:08 +0100" endDate="2023-11-20 17:39:50 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 18:05:11 +0100" startDate="2023-11-20 17:54:27 +0100" endDate="2023-11-20 17:55:51 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 18:15:32 +0100" startDate="2023-11-20 18:05:06 +0100" endDate="2023-11-20 18:11:05 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 18:29:30 +0100" startDate="2023-11-20 18:17:48 +0100" endDate="2023-11-20 18:17:53 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 18:39:44 +0100" startDate="2023-11-20 18:28:04 +0100" endDate="2023-11-20 18:32:34 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 18:54:33 +0100" startDate="2023-11-20 18:40:05 +0100" endDate="2023-11-20 18:48:39 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 19:04:34 +0100" startDate="2023-11-20 18:53:17 +0100" endDate="2023-11-20 18:54:16 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-20 22:21:08 +0100" startDate="2023-11-20 22:11:02 +0100" endDate="2023-11-20 22:18:15 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 05:52:37 +0100" startDate="2023-11-21 05:42:13 +0100" endDate="2023-11-21 05:42:38 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 06:15:33 +0100" startDate="2023-11-21 06:04:30 +0100" endDate="2023-11-21 06:06:05 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 06:26:32 +0100" startDate="2023-11-21 06:16:22 +0100" endDate="2023-11-21 06:26:23 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 06:37:26 +0100" startDate="2023-11-21 06:26:23 +0100" endDate="2023-11-21 06:30:00 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 07:55:08 +0100" startDate="2023-11-21 07:39:21 +0100" endDate="2023-11-21 07:48:58 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 07:59:15 +0100" startDate="2023-11-21 07:48:58 +0100" endDate="2023-11-21 07:56:08 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 10:48:17 +0100" startDate="2023-11-21 10:37:58 +0100" endDate="2023-11-21 10:48:00 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 10:59:02 +0100" startDate="2023-11-21 10:48:00 +0100" endDate="2023-11-21 10:48:02 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 11:15:22 +0100" startDate="2023-11-21 11:05:09 +0100" endDate="2023-11-21 11:12:55 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 11:52:55 +0100" startDate="2023-11-21 11:40:58 +0100" endDate="2023-11-21 11:47:41 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 12:10:37 +0100" startDate="2023-11-21 11:59:34 +0100" endDate="2023-11-21 12:05:28 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 12:40:21 +0100" startDate="2023-11-21 12:29:18 +0100" endDate="2023-11-21 12:30:42 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 13:49:15 +0100" startDate="2023-11-21 13:38:38 +0100" endDate="2023-11-21 13:47:10 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 14:09:39 +0100" startDate="2023-11-21 13:59:13 +0100" endDate="2023-11-21 14:09:12 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 14:20:01 +0100" startDate="2023-11-21 14:09:12 +0100" endDate="2023-11-21 14:18:45 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 14:31:12 +0100" startDate="2023-11-21 14:20:09 +0100" endDate="2023-11-21 14:29:40 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 15:58:43 +0100" startDate="2023-11-21 15:48:06 +0100" endDate="2023-11-21 15:58:07 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 16:09:23 +0100" startDate="2023-11-21 15:58:07 +0100" endDate="2023-11-21 16:08:06 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 16:19:23 +0100" startDate="2023-11-21 16:08:06 +0100" endDate="2023-11-21 16:17:52 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 16:36:16 +0100" startDate="2023-11-21 16:25:13 +0100" endDate="2023-11-21 16:25:51 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 16:58:09 +0100" startDate="2023-11-21 16:43:36 +0100" endDate="2023-11-21 16:53:09 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 17:09:23 +0100" startDate="2023-11-21 16:54:36 +0100" endDate="2023-11-21 17:04:09 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 17:22:46 +0100" startDate="2023-11-21 17:05:54 +0100" endDate="2023-11-21 17:15:22 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 17:34:47 +0100" startDate="2023-11-21 17:16:10 +0100" endDate="2023-11-21 17:26:01 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 17:37:22 +0100" startDate="2023-11-21 17:26:19 +0100" endDate="2023-11-21 17:34:11 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 17:49:32 +0100" startDate="2023-11-21 17:38:00 +0100" endDate="2023-11-21 17:47:35 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 19:11:27 +0100" startDate="2023-11-21 19:00:36 +0100" endDate="2023-11-21 19:10:37 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 19:20:54 +0100" startDate="2023-11-21 19:10:37 +0100" endDate="2023-11-21 19:19:55 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 20:02:08 +0100" startDate="2023-11-21 19:49:55 +0100" endDate="2023-11-21 19:50:02 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-21 21:48:19 +0100" startDate="2023-11-21 21:37:56 +0100" endDate="2023-11-21 21:42:38 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 05:38:25 +0100" startDate="2023-11-22 05:28:10 +0100" endDate="2023-11-22 05:28:25 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 06:18:43 +0100" startDate="2023-11-22 06:08:35 +0100" endDate="2023-11-22 06:18:28 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 06:29:39 +0100" startDate="2023-11-22 06:18:36 +0100" endDate="2023-11-22 06:28:37 +0100" value="997"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 06:39:40 +0100" startDate="2023-11-22 06:28:37 +0100" endDate="2023-11-22 06:33:10 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 06:53:50 +0100" startDate="2023-11-22 06:42:48 +0100" endDate="2023-11-22 06:43:13 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 08:16:45 +0100" startDate="2023-11-22 08:04:04 +0100" endDate="2023-11-22 08:14:05 +0100" value="1087"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 08:24:14 +0100" startDate="2023-11-22 08:14:05 +0100" endDate="2023-11-22 08:20:44 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 11:22:38 +0100" startDate="2023-11-22 11:12:33 +0100" endDate="2023-11-22 11:19:46 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 11:39:41 +0100" startDate="2023-11-22 11:24:57 +0100" endDate="2023-11-22 11:25:32 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 11:52:46 +0100" startDate="2023-11-22 11:42:34 +0100" endDate="2023-11-22 11:52:34 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 12:04:22 +0100" startDate="2023-11-22 11:52:34 +0100" endDate="2023-11-22 11:52:36 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 13:40:54 +0100" startDate="2023-11-22 13:30:13 +0100" endDate="2023-11-22 13:36:51 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 13:59:47 +0100" startDate="2023-11-22 13:48:44 +0100" endDate="2023-11-22 13:53:57 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 14:12:27 +0100" startDate="2023-11-22 13:58:45 +0100" endDate="2023-11-22 13:59:52 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 14:57:44 +0100" startDate="2023-11-22 14:42:43 +0100" endDate="2023-11-22 14:42:45 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 15:24:41 +0100" startDate="2023-11-22 15:08:50 +0100" endDate="2023-11-22 15:13:02 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 17:17:39 +0100" startDate="2023-11-22 17:05:31 +0100" endDate="2023-11-22 17:15:32 +0100" value="1207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 17:26:34 +0100" startDate="2023-11-22 17:15:32 +0100" endDate="2023-11-22 17:21:51 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 17:41:47 +0100" startDate="2023-11-22 17:31:45 +0100" endDate="2023-11-22 17:31:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 17:58:45 +0100" startDate="2023-11-22 17:45:30 +0100" endDate="2023-11-22 17:54:14 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 18:06:55 +0100" startDate="2023-11-22 17:56:42 +0100" endDate="2023-11-22 17:56:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 18:25:10 +0100" startDate="2023-11-22 18:13:51 +0100" endDate="2023-11-22 18:13:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 18:55:26 +0100" startDate="2023-11-22 18:44:23 +0100" endDate="2023-11-22 18:54:19 +0100" value="997"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 19:05:45 +0100" startDate="2023-11-22 18:54:42 +0100" endDate="2023-11-22 19:00:46 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 19:53:22 +0100" startDate="2023-11-22 19:43:15 +0100" endDate="2023-11-22 19:53:05 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 20:06:29 +0100" startDate="2023-11-22 19:55:26 +0100" endDate="2023-11-22 19:58:06 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 20:39:01 +0100" startDate="2023-11-22 20:22:49 +0100" endDate="2023-11-22 20:32:48 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 20:46:10 +0100" startDate="2023-11-22 20:32:48 +0100" endDate="2023-11-22 20:32:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-22 22:42:17 +0100" startDate="2023-11-22 22:31:14 +0100" endDate="2023-11-22 22:40:45 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 05:28:20 +0100" startDate="2023-11-23 05:16:08 +0100" endDate="2023-11-23 05:16:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 05:38:29 +0100" startDate="2023-11-23 05:27:26 +0100" endDate="2023-11-23 05:27:39 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 06:17:20 +0100" startDate="2023-11-23 06:06:11 +0100" endDate="2023-11-23 06:07:04 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 06:29:50 +0100" startDate="2023-11-23 06:18:24 +0100" endDate="2023-11-23 06:28:25 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 06:40:32 +0100" startDate="2023-11-23 06:28:25 +0100" endDate="2023-11-23 06:34:50 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 06:51:36 +0100" startDate="2023-11-23 06:39:41 +0100" endDate="2023-11-23 06:41:07 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 07:11:32 +0100" startDate="2023-11-23 07:01:26 +0100" endDate="2023-11-23 07:01:37 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 08:27:36 +0100" startDate="2023-11-23 08:16:33 +0100" endDate="2023-11-23 08:26:34 +0100" value="1120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 08:37:54 +0100" startDate="2023-11-23 08:26:34 +0100" endDate="2023-11-23 08:32:05 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 10:37:37 +0100" startDate="2023-11-23 10:26:18 +0100" endDate="2023-11-23 10:27:32 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 10:50:26 +0100" startDate="2023-11-23 10:37:41 +0100" endDate="2023-11-23 10:47:07 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 11:35:54 +0100" startDate="2023-11-23 11:25:21 +0100" endDate="2023-11-23 11:33:22 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 12:00:42 +0100" startDate="2023-11-23 11:50:16 +0100" endDate="2023-11-23 11:53:50 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 12:52:12 +0100" startDate="2023-11-23 12:42:02 +0100" endDate="2023-11-23 12:50:47 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 13:11:42 +0100" startDate="2023-11-23 12:57:22 +0100" endDate="2023-11-23 13:06:09 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 13:20:46 +0100" startDate="2023-11-23 13:07:02 +0100" endDate="2023-11-23 13:16:00 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 13:32:31 +0100" startDate="2023-11-23 13:21:29 +0100" endDate="2023-11-23 13:31:26 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 13:44:08 +0100" startDate="2023-11-23 13:31:28 +0100" endDate="2023-11-23 13:32:47 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 13:59:17 +0100" startDate="2023-11-23 13:48:15 +0100" endDate="2023-11-23 13:56:18 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 14:33:26 +0100" startDate="2023-11-23 14:22:23 +0100" endDate="2023-11-23 14:26:58 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 15:36:01 +0100" startDate="2023-11-23 15:24:11 +0100" endDate="2023-11-23 15:34:02 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 17:00:09 +0100" startDate="2023-11-23 16:47:07 +0100" endDate="2023-11-23 16:57:08 +0100" value="1230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 17:10:54 +0100" startDate="2023-11-23 16:57:08 +0100" endDate="2023-11-23 17:01:30 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 17:30:36 +0100" startDate="2023-11-23 17:19:33 +0100" endDate="2023-11-23 17:25:14 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 17:58:39 +0100" startDate="2023-11-23 17:47:37 +0100" endDate="2023-11-23 17:51:08 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 19:03:11 +0100" startDate="2023-11-23 18:50:23 +0100" endDate="2023-11-23 18:59:08 +0100" value="1060"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 19:11:34 +0100" startDate="2023-11-23 19:01:13 +0100" endDate="2023-11-23 19:03:41 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 19:46:15 +0100" startDate="2023-11-23 19:33:14 +0100" endDate="2023-11-23 19:33:19 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 20:44:05 +0100" startDate="2023-11-23 20:32:11 +0100" endDate="2023-11-23 20:35:50 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 20:53:49 +0100" startDate="2023-11-23 20:42:47 +0100" endDate="2023-11-23 20:50:33 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 21:07:34 +0100" startDate="2023-11-23 20:56:17 +0100" endDate="2023-11-23 21:01:51 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 21:47:50 +0100" startDate="2023-11-23 21:36:17 +0100" endDate="2023-11-23 21:39:35 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 22:05:47 +0100" startDate="2023-11-23 21:53:50 +0100" endDate="2023-11-23 21:59:36 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 22:18:44 +0100" startDate="2023-11-23 22:08:39 +0100" endDate="2023-11-23 22:17:22 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-23 22:38:57 +0100" startDate="2023-11-23 22:25:37 +0100" endDate="2023-11-23 22:28:23 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 06:00:54 +0100" startDate="2023-11-24 05:50:38 +0100" endDate="2023-11-24 05:51:39 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 08:24:27 +0100" startDate="2023-11-24 08:13:20 +0100" endDate="2023-11-24 08:21:06 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 11:39:45 +0100" startDate="2023-11-24 11:27:10 +0100" endDate="2023-11-24 11:37:07 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 11:49:45 +0100" startDate="2023-11-24 11:38:41 +0100" endDate="2023-11-24 11:39:27 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 12:44:48 +0100" startDate="2023-11-24 12:34:34 +0100" endDate="2023-11-24 12:44:35 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 12:55:24 +0100" startDate="2023-11-24 12:44:35 +0100" endDate="2023-11-24 12:54:34 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 13:05:47 +0100" startDate="2023-11-24 12:54:44 +0100" endDate="2023-11-24 12:57:58 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 13:30:39 +0100" startDate="2023-11-24 13:18:34 +0100" endDate="2023-11-24 13:28:35 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 13:39:38 +0100" startDate="2023-11-24 13:28:35 +0100" endDate="2023-11-24 13:38:16 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 13:51:18 +0100" startDate="2023-11-24 13:40:03 +0100" endDate="2023-11-24 13:48:40 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 14:25:19 +0100" startDate="2023-11-24 14:14:16 +0100" endDate="2023-11-24 14:24:17 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 14:39:26 +0100" startDate="2023-11-24 14:24:17 +0100" endDate="2023-11-24 14:27:28 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 14:54:04 +0100" startDate="2023-11-24 14:43:52 +0100" endDate="2023-11-24 14:44:15 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 15:40:31 +0100" startDate="2023-11-24 15:30:21 +0100" endDate="2023-11-24 15:34:56 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 15:58:40 +0100" startDate="2023-11-24 15:47:38 +0100" endDate="2023-11-24 15:57:39 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 16:08:41 +0100" startDate="2023-11-24 15:57:39 +0100" endDate="2023-11-24 16:03:00 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 17:38:12 +0100" startDate="2023-11-24 17:23:14 +0100" endDate="2023-11-24 17:32:32 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 17:58:20 +0100" startDate="2023-11-24 17:47:17 +0100" endDate="2023-11-24 17:57:18 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 18:09:16 +0100" startDate="2023-11-24 17:57:18 +0100" endDate="2023-11-24 18:01:43 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 19:24:41 +0100" startDate="2023-11-24 19:11:41 +0100" endDate="2023-11-24 19:11:54 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 20:06:40 +0100" startDate="2023-11-24 19:52:14 +0100" endDate="2023-11-24 19:52:32 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 20:22:45 +0100" startDate="2023-11-24 20:09:04 +0100" endDate="2023-11-24 20:10:28 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 20:43:51 +0100" startDate="2023-11-24 20:30:38 +0100" endDate="2023-11-24 20:30:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 21:19:27 +0100" startDate="2023-11-24 21:08:05 +0100" endDate="2023-11-24 21:08:07 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 22:28:54 +0100" startDate="2023-11-24 22:17:51 +0100" endDate="2023-11-24 22:27:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 23:28:56 +0100" startDate="2023-11-24 23:18:44 +0100" endDate="2023-11-24 23:27:04 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-24 23:43:34 +0100" startDate="2023-11-24 23:30:39 +0100" endDate="2023-11-24 23:32:21 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 00:23:54 +0100" startDate="2023-11-25 00:12:51 +0100" endDate="2023-11-25 00:14:03 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 00:33:32 +0100" startDate="2023-11-25 00:23:21 +0100" endDate="2023-11-25 00:33:23 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 00:46:22 +0100" startDate="2023-11-25 00:33:23 +0100" endDate="2023-11-25 00:43:21 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 00:54:34 +0100" startDate="2023-11-25 00:43:31 +0100" endDate="2023-11-25 00:49:32 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 01:20:27 +0100" startDate="2023-11-25 01:00:19 +0100" endDate="2023-11-25 01:01:00 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 06:31:30 +0100" startDate="2023-11-25 06:20:47 +0100" endDate="2023-11-25 06:22:49 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 08:23:04 +0100" startDate="2023-11-25 08:12:19 +0100" endDate="2023-11-25 08:21:32 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 08:40:40 +0100" startDate="2023-11-25 08:29:51 +0100" endDate="2023-11-25 08:38:43 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 08:52:26 +0100" startDate="2023-11-25 08:40:30 +0100" endDate="2023-11-25 08:42:35 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 09:11:10 +0100" startDate="2023-11-25 08:59:50 +0100" endDate="2023-11-25 09:00:10 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 10:17:54 +0100" startDate="2023-11-25 10:05:50 +0100" endDate="2023-11-25 10:11:44 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 10:28:49 +0100" startDate="2023-11-25 10:17:47 +0100" endDate="2023-11-25 10:27:48 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 10:38:06 +0100" startDate="2023-11-25 10:27:48 +0100" endDate="2023-11-25 10:37:49 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 10:47:56 +0100" startDate="2023-11-25 10:37:49 +0100" endDate="2023-11-25 10:47:17 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 11:17:53 +0100" startDate="2023-11-25 11:02:21 +0100" endDate="2023-11-25 11:05:40 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 11:29:35 +0100" startDate="2023-11-25 11:13:44 +0100" endDate="2023-11-25 11:14:58 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 11:49:58 +0100" startDate="2023-11-25 11:38:54 +0100" endDate="2023-11-25 11:48:19 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 12:00:09 +0100" startDate="2023-11-25 11:50:01 +0100" endDate="2023-11-25 11:59:21 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 17:16:24 +0100" startDate="2023-11-25 16:57:51 +0100" endDate="2023-11-25 17:03:02 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-25 22:34:26 +0100" startDate="2023-11-25 22:21:29 +0100" endDate="2023-11-25 22:27:00 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 09:23:02 +0100" startDate="2023-11-26 09:12:49 +0100" endDate="2023-11-26 09:21:05 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 09:41:14 +0100" startDate="2023-11-26 09:30:11 +0100" endDate="2023-11-26 09:40:12 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 09:55:32 +0100" startDate="2023-11-26 09:40:12 +0100" endDate="2023-11-26 09:50:13 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 10:01:16 +0100" startDate="2023-11-26 09:50:13 +0100" endDate="2023-11-26 09:55:06 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 11:10:10 +0100" startDate="2023-11-26 10:58:12 +0100" endDate="2023-11-26 11:08:13 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 11:19:27 +0100" startDate="2023-11-26 11:08:13 +0100" endDate="2023-11-26 11:18:14 +0100" value="1064"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 11:28:51 +0100" startDate="2023-11-26 11:18:14 +0100" endDate="2023-11-26 11:27:28 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 12:35:38 +0100" startDate="2023-11-26 12:23:19 +0100" endDate="2023-11-26 12:23:32 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 12:45:43 +0100" startDate="2023-11-26 12:33:27 +0100" endDate="2023-11-26 12:43:26 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 12:54:28 +0100" startDate="2023-11-26 12:43:26 +0100" endDate="2023-11-26 12:53:27 +0100" value="1031"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 13:04:29 +0100" startDate="2023-11-26 12:53:27 +0100" endDate="2023-11-26 12:59:15 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 13:45:12 +0100" startDate="2023-11-26 13:34:21 +0100" endDate="2023-11-26 13:35:22 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 13:56:45 +0100" startDate="2023-11-26 13:46:17 +0100" endDate="2023-11-26 13:56:18 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 14:07:37 +0100" startDate="2023-11-26 13:56:18 +0100" endDate="2023-11-26 14:06:19 +0100" value="932"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 14:17:16 +0100" startDate="2023-11-26 14:06:19 +0100" endDate="2023-11-26 14:07:51 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 14:30:17 +0100" startDate="2023-11-26 14:17:17 +0100" endDate="2023-11-26 14:17:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 16:07:37 +0100" startDate="2023-11-26 15:54:21 +0100" endDate="2023-11-26 16:04:22 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 16:17:44 +0100" startDate="2023-11-26 16:04:25 +0100" endDate="2023-11-26 16:06:29 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 16:33:54 +0100" startDate="2023-11-26 16:23:22 +0100" endDate="2023-11-26 16:23:37 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 16:53:37 +0100" startDate="2023-11-26 16:43:23 +0100" endDate="2023-11-26 16:53:11 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 17:04:26 +0100" startDate="2023-11-26 16:53:31 +0100" endDate="2023-11-26 16:55:26 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 17:27:15 +0100" startDate="2023-11-26 17:13:50 +0100" endDate="2023-11-26 17:23:51 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 17:34:14 +0100" startDate="2023-11-26 17:23:51 +0100" endDate="2023-11-26 17:33:12 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 17:49:22 +0100" startDate="2023-11-26 17:34:13 +0100" endDate="2023-11-26 17:39:54 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-26 22:18:36 +0100" startDate="2023-11-26 22:07:45 +0100" endDate="2023-11-26 22:13:26 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 05:33:17 +0100" startDate="2023-11-27 05:23:07 +0100" endDate="2023-11-27 05:26:57 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 05:55:03 +0100" startDate="2023-11-27 05:44:47 +0100" endDate="2023-11-27 05:54:05 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 06:05:35 +0100" startDate="2023-11-27 05:55:24 +0100" endDate="2023-11-27 06:03:00 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 07:00:35 +0100" startDate="2023-11-27 06:47:54 +0100" endDate="2023-11-27 06:56:16 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 07:56:34 +0100" startDate="2023-11-27 07:44:42 +0100" endDate="2023-11-27 07:54:05 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 08:46:53 +0100" startDate="2023-11-27 08:35:44 +0100" endDate="2023-11-27 08:45:45 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 08:10:02 +0100" startDate="2023-11-27 07:57:44 +0100" endDate="2023-11-27 08:02:02 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 08:56:48 +0100" startDate="2023-11-27 08:45:45 +0100" endDate="2023-11-27 08:55:16 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 09:08:15 +0100" startDate="2023-11-27 08:56:02 +0100" endDate="2023-11-27 09:00:45 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 09:27:43 +0100" startDate="2023-11-27 09:17:30 +0100" endDate="2023-11-27 09:27:07 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 10:10:53 +0100" startDate="2023-11-27 09:59:50 +0100" endDate="2023-11-27 10:00:16 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 10:32:03 +0100" startDate="2023-11-27 10:21:00 +0100" endDate="2023-11-27 10:28:44 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 10:42:26 +0100" startDate="2023-11-27 10:31:24 +0100" endDate="2023-11-27 10:37:08 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 12:26:16 +0100" startDate="2023-11-27 12:15:12 +0100" endDate="2023-11-27 12:25:11 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 12:36:37 +0100" startDate="2023-11-27 12:25:34 +0100" endDate="2023-11-27 12:30:14 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 13:06:05 +0100" startDate="2023-11-27 12:49:46 +0100" endDate="2023-11-27 12:56:21 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 14:34:04 +0100" startDate="2023-11-27 14:23:50 +0100" endDate="2023-11-27 14:33:30 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 14:57:05 +0100" startDate="2023-11-27 14:46:52 +0100" endDate="2023-11-27 14:56:38 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 15:22:01 +0100" startDate="2023-11-27 15:04:55 +0100" endDate="2023-11-27 15:05:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 17:08:08 +0100" startDate="2023-11-27 16:56:47 +0100" endDate="2023-11-27 17:02:19 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 18:35:26 +0100" startDate="2023-11-27 18:24:23 +0100" endDate="2023-11-27 18:26:25 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 19:38:27 +0100" startDate="2023-11-27 19:27:10 +0100" endDate="2023-11-27 19:37:11 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 19:48:08 +0100" startDate="2023-11-27 19:37:11 +0100" endDate="2023-11-27 19:47:13 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 20:00:00 +0100" startDate="2023-11-27 19:47:13 +0100" endDate="2023-11-27 19:54:53 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 20:10:19 +0100" startDate="2023-11-27 19:57:49 +0100" endDate="2023-11-27 20:07:49 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 20:18:03 +0100" startDate="2023-11-27 20:07:49 +0100" endDate="2023-11-27 20:12:39 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-27 21:59:23 +0100" startDate="2023-11-27 21:49:13 +0100" endDate="2023-11-27 21:58:06 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 05:15:33 +0100" startDate="2023-11-28 05:05:24 +0100" endDate="2023-11-28 05:06:48 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 05:25:56 +0100" startDate="2023-11-28 05:11:49 +0100" endDate="2023-11-28 05:18:31 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 05:44:20 +0100" startDate="2023-11-28 05:23:09 +0100" endDate="2023-11-28 05:24:43 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 06:04:51 +0100" startDate="2023-11-28 05:49:57 +0100" endDate="2023-11-28 05:59:06 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 06:15:43 +0100" startDate="2023-11-28 06:05:10 +0100" endDate="2023-11-28 06:08:21 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 06:43:22 +0100" startDate="2023-11-28 06:33:19 +0100" endDate="2023-11-28 06:42:02 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 07:04:00 +0100" startDate="2023-11-28 06:47:18 +0100" endDate="2023-11-28 06:54:49 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 07:14:42 +0100" startDate="2023-11-28 07:03:07 +0100" endDate="2023-11-28 07:13:08 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 07:24:11 +0100" startDate="2023-11-28 07:13:08 +0100" endDate="2023-11-28 07:14:47 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 08:09:19 +0100" startDate="2023-11-28 07:57:22 +0100" endDate="2023-11-28 08:05:59 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 08:17:38 +0100" startDate="2023-11-28 08:07:26 +0100" endDate="2023-11-28 08:11:58 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 08:37:40 +0100" startDate="2023-11-28 08:26:37 +0100" endDate="2023-11-28 08:26:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 08:52:40 +0100" startDate="2023-11-28 08:41:16 +0100" endDate="2023-11-28 08:49:38 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 09:16:28 +0100" startDate="2023-11-28 09:03:24 +0100" endDate="2023-11-28 09:04:48 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 09:25:57 +0100" startDate="2023-11-28 09:15:12 +0100" endDate="2023-11-28 09:25:11 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 09:36:43 +0100" startDate="2023-11-28 09:25:11 +0100" endDate="2023-11-28 09:34:44 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 10:20:24 +0100" startDate="2023-11-28 10:04:16 +0100" endDate="2023-11-28 10:04:18 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 13:12:30 +0100" startDate="2023-11-28 13:02:22 +0100" endDate="2023-11-28 13:12:23 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 13:29:33 +0100" startDate="2023-11-28 13:13:44 +0100" endDate="2023-11-28 13:19:48 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 13:48:17 +0100" startDate="2023-11-28 13:33:59 +0100" endDate="2023-11-28 13:42:26 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 13:59:39 +0100" startDate="2023-11-28 13:49:08 +0100" endDate="2023-11-28 13:58:22 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 14:13:54 +0100" startDate="2023-11-28 13:59:43 +0100" endDate="2023-11-28 14:00:11 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 14:42:11 +0100" startDate="2023-11-28 14:12:49 +0100" endDate="2023-11-28 14:14:43 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 14:49:40 +0100" startDate="2023-11-28 14:39:30 +0100" endDate="2023-11-28 14:49:29 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 15:02:57 +0100" startDate="2023-11-28 14:49:29 +0100" endDate="2023-11-28 14:51:29 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 15:27:09 +0100" startDate="2023-11-28 15:16:54 +0100" endDate="2023-11-28 15:24:13 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 15:53:41 +0100" startDate="2023-11-28 15:42:39 +0100" endDate="2023-11-28 15:42:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 16:28:35 +0100" startDate="2023-11-28 16:13:15 +0100" endDate="2023-11-28 16:17:07 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 16:50:20 +0100" startDate="2023-11-28 16:39:17 +0100" endDate="2023-11-28 16:49:18 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 17:01:03 +0100" startDate="2023-11-28 16:49:18 +0100" endDate="2023-11-28 16:59:19 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 17:10:23 +0100" startDate="2023-11-28 16:59:19 +0100" endDate="2023-11-28 17:09:05 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 17:57:22 +0100" startDate="2023-11-28 17:46:19 +0100" endDate="2023-11-28 17:48:34 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 19:12:48 +0100" startDate="2023-11-28 19:01:21 +0100" endDate="2023-11-28 19:03:11 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 21:40:01 +0100" startDate="2023-11-28 21:29:04 +0100" endDate="2023-11-28 21:29:29 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-28 21:50:40 +0100" startDate="2023-11-28 21:39:38 +0100" endDate="2023-11-28 21:40:13 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 04:25:37 +0100" startDate="2023-11-29 04:15:27 +0100" endDate="2023-11-29 04:22:50 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 06:09:35 +0100" startDate="2023-11-29 05:55:54 +0100" endDate="2023-11-29 05:55:57 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 06:20:43 +0100" startDate="2023-11-29 06:09:40 +0100" endDate="2023-11-29 06:09:58 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 07:04:29 +0100" startDate="2023-11-29 06:53:37 +0100" endDate="2023-11-29 07:03:38 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 07:15:45 +0100" startDate="2023-11-29 07:03:38 +0100" endDate="2023-11-29 07:13:31 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 07:26:22 +0100" startDate="2023-11-29 07:13:39 +0100" endDate="2023-11-29 07:19:38 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 07:41:10 +0100" startDate="2023-11-29 07:30:08 +0100" endDate="2023-11-29 07:32:00 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 08:23:47 +0100" startDate="2023-11-29 08:13:43 +0100" endDate="2023-11-29 08:18:23 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 08:59:24 +0100" startDate="2023-11-29 08:43:36 +0100" endDate="2023-11-29 08:53:38 +0100" value="918"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 09:04:47 +0100" startDate="2023-11-29 08:53:38 +0100" endDate="2023-11-29 09:02:07 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 09:14:54 +0100" startDate="2023-11-29 09:03:51 +0100" endDate="2023-11-29 09:09:48 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 11:57:05 +0100" startDate="2023-11-29 11:45:58 +0100" endDate="2023-11-29 11:46:06 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 13:28:58 +0100" startDate="2023-11-29 13:18:48 +0100" endDate="2023-11-29 13:24:45 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 13:54:53 +0100" startDate="2023-11-29 13:44:46 +0100" endDate="2023-11-29 13:54:29 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 15:40:18 +0100" startDate="2023-11-29 15:29:16 +0100" endDate="2023-11-29 15:33:15 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 16:51:49 +0100" startDate="2023-11-29 16:39:29 +0100" endDate="2023-11-29 16:42:53 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 17:15:47 +0100" startDate="2023-11-29 17:00:54 +0100" endDate="2023-11-29 17:10:42 +0100" value="1106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 17:21:58 +0100" startDate="2023-11-29 17:10:55 +0100" endDate="2023-11-29 17:11:10 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 18:59:02 +0100" startDate="2023-11-29 18:48:29 +0100" endDate="2023-11-29 18:58:28 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 19:09:31 +0100" startDate="2023-11-29 18:58:28 +0100" endDate="2023-11-29 19:01:34 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 20:35:10 +0100" startDate="2023-11-29 20:22:05 +0100" endDate="2023-11-29 20:32:06 +0100" value="1160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 20:44:17 +0100" startDate="2023-11-29 20:32:06 +0100" endDate="2023-11-29 20:40:35 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-29 21:49:00 +0100" startDate="2023-11-29 21:38:53 +0100" endDate="2023-11-29 21:45:05 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 05:04:47 +0100" startDate="2023-11-30 04:53:06 +0100" endDate="2023-11-30 04:53:26 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 05:23:49 +0100" startDate="2023-11-30 05:12:21 +0100" endDate="2023-11-30 05:12:49 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 05:41:11 +0100" startDate="2023-11-30 05:30:08 +0100" endDate="2023-11-30 05:31:07 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 06:06:22 +0100" startDate="2023-11-30 05:53:20 +0100" endDate="2023-11-30 06:03:21 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 06:16:50 +0100" startDate="2023-11-30 06:05:44 +0100" endDate="2023-11-30 06:15:45 +0100" value="1034"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 06:26:48 +0100" startDate="2023-11-30 06:15:45 +0100" endDate="2023-11-30 06:20:38 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 06:37:41 +0100" startDate="2023-11-30 06:27:36 +0100" endDate="2023-11-30 06:27:59 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 07:29:46 +0100" startDate="2023-11-30 07:16:07 +0100" endDate="2023-11-30 07:17:44 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 07:53:18 +0100" startDate="2023-11-30 07:41:53 +0100" endDate="2023-11-30 07:49:08 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 07:59:59 +0100" startDate="2023-11-30 07:49:08 +0100" endDate="2023-11-30 07:59:09 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 08:11:31 +0100" startDate="2023-11-30 07:59:09 +0100" endDate="2023-11-30 08:03:55 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 08:50:34 +0100" startDate="2023-11-30 08:30:01 +0100" endDate="2023-11-30 08:30:22 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 10:47:13 +0100" startDate="2023-11-30 10:36:07 +0100" endDate="2023-11-30 10:36:35 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 11:37:22 +0100" startDate="2023-11-30 11:27:09 +0100" endDate="2023-11-30 11:36:40 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 12:04:24 +0100" startDate="2023-11-30 11:53:00 +0100" endDate="2023-11-30 11:59:20 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 13:24:12 +0100" startDate="2023-11-30 13:06:11 +0100" endDate="2023-11-30 13:08:19 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 13:49:51 +0100" startDate="2023-11-30 13:38:00 +0100" endDate="2023-11-30 13:48:01 +0100" value="843"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 13:59:30 +0100" startDate="2023-11-30 13:48:01 +0100" endDate="2023-11-30 13:58:02 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 14:09:05 +0100" startDate="2023-11-30 13:58:02 +0100" endDate="2023-11-30 13:58:22 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 15:34:21 +0100" startDate="2023-11-30 15:21:04 +0100" endDate="2023-11-30 15:30:44 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 15:44:48 +0100" startDate="2023-11-30 15:32:01 +0100" endDate="2023-11-30 15:42:02 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 15:53:04 +0100" startDate="2023-11-30 15:42:02 +0100" endDate="2023-11-30 15:46:39 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 16:37:38 +0100" startDate="2023-11-30 16:27:17 +0100" endDate="2023-11-30 16:36:32 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 16:47:52 +0100" startDate="2023-11-30 16:37:41 +0100" endDate="2023-11-30 16:38:04 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 18:23:23 +0100" startDate="2023-11-30 18:13:13 +0100" endDate="2023-11-30 18:14:04 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 18:48:50 +0100" startDate="2023-11-30 18:37:47 +0100" endDate="2023-11-30 18:39:48 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 19:10:23 +0100" startDate="2023-11-30 18:58:41 +0100" endDate="2023-11-30 19:08:40 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 19:19:52 +0100" startDate="2023-11-30 19:08:40 +0100" endDate="2023-11-30 19:18:41 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 19:30:19 +0100" startDate="2023-11-30 19:18:41 +0100" endDate="2023-11-30 19:28:42 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 19:39:45 +0100" startDate="2023-11-30 19:28:42 +0100" endDate="2023-11-30 19:34:44 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 21:26:30 +0100" startDate="2023-11-30 21:16:22 +0100" endDate="2023-11-30 21:26:23 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-11-30 21:37:13 +0100" startDate="2023-11-30 21:26:23 +0100" endDate="2023-11-30 21:26:29 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 05:14:59 +0100" startDate="2023-12-01 05:04:48 +0100" endDate="2023-12-01 05:14:29 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 05:38:58 +0100" startDate="2023-12-01 05:27:37 +0100" endDate="2023-12-01 05:34:41 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 05:53:27 +0100" startDate="2023-12-01 05:42:24 +0100" endDate="2023-12-01 05:45:58 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 06:18:16 +0100" startDate="2023-12-01 06:07:53 +0100" endDate="2023-12-01 06:17:54 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 06:28:13 +0100" startDate="2023-12-01 06:17:54 +0100" endDate="2023-12-01 06:22:24 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 08:17:16 +0100" startDate="2023-12-01 08:06:13 +0100" endDate="2023-12-01 08:15:20 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 08:30:03 +0100" startDate="2023-12-01 08:16:14 +0100" endDate="2023-12-01 08:26:15 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 08:36:20 +0100" startDate="2023-12-01 08:26:15 +0100" endDate="2023-12-01 08:35:05 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 08:58:43 +0100" startDate="2023-12-01 08:36:21 +0100" endDate="2023-12-01 08:40:08 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 09:25:30 +0100" startDate="2023-12-01 09:08:30 +0100" endDate="2023-12-01 09:09:04 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 09:40:54 +0100" startDate="2023-12-01 09:24:04 +0100" endDate="2023-12-01 09:27:23 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 09:59:48 +0100" startDate="2023-12-01 09:38:53 +0100" endDate="2023-12-01 09:43:08 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 11:14:15 +0100" startDate="2023-12-01 11:03:12 +0100" endDate="2023-12-01 11:03:14 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 12:38:08 +0100" startDate="2023-12-01 12:26:37 +0100" endDate="2023-12-01 12:26:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 12:57:10 +0100" startDate="2023-12-01 12:46:07 +0100" endDate="2023-12-01 12:50:55 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 13:11:25 +0100" startDate="2023-12-01 13:00:22 +0100" endDate="2023-12-01 13:00:25 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 13:22:20 +0100" startDate="2023-12-01 13:11:17 +0100" endDate="2023-12-01 13:17:46 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 13:38:45 +0100" startDate="2023-12-01 13:28:05 +0100" endDate="2023-12-01 13:30:00 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 13:55:42 +0100" startDate="2023-12-01 13:40:42 +0100" endDate="2023-12-01 13:42:44 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 14:15:58 +0100" startDate="2023-12-01 14:05:53 +0100" endDate="2023-12-01 14:09:17 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 14:31:11 +0100" startDate="2023-12-01 14:16:58 +0100" endDate="2023-12-01 14:26:57 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 14:39:14 +0100" startDate="2023-12-01 14:26:57 +0100" endDate="2023-12-01 14:28:36 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 15:41:18 +0100" startDate="2023-12-01 15:24:31 +0100" endDate="2023-12-01 15:24:34 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 16:35:42 +0100" startDate="2023-12-01 16:22:39 +0100" endDate="2023-12-01 16:24:54 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 17:01:19 +0100" startDate="2023-12-01 16:44:24 +0100" endDate="2023-12-01 16:52:03 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 17:07:51 +0100" startDate="2023-12-01 16:54:26 +0100" endDate="2023-12-01 17:02:58 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 17:24:46 +0100" startDate="2023-12-01 17:14:33 +0100" endDate="2023-12-01 17:20:12 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 17:49:22 +0100" startDate="2023-12-01 17:37:03 +0100" endDate="2023-12-01 17:37:16 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 18:21:43 +0100" startDate="2023-12-01 18:07:50 +0100" endDate="2023-12-01 18:08:18 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 18:41:53 +0100" startDate="2023-12-01 18:30:44 +0100" endDate="2023-12-01 18:34:15 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 19:11:05 +0100" startDate="2023-12-01 19:00:03 +0100" endDate="2023-12-01 19:08:01 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 19:46:19 +0100" startDate="2023-12-01 19:35:16 +0100" endDate="2023-12-01 19:44:57 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 19:55:33 +0100" startDate="2023-12-01 19:45:20 +0100" endDate="2023-12-01 19:46:24 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-01 22:10:17 +0100" startDate="2023-12-01 21:59:14 +0100" endDate="2023-12-01 22:04:30 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 06:39:30 +0100" startDate="2023-12-02 06:28:27 +0100" endDate="2023-12-02 06:28:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 07:20:14 +0100" startDate="2023-12-02 07:07:53 +0100" endDate="2023-12-02 07:08:16 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 07:41:10 +0100" startDate="2023-12-02 07:21:34 +0100" endDate="2023-12-02 07:30:01 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 08:02:14 +0100" startDate="2023-12-02 07:51:11 +0100" endDate="2023-12-02 08:00:39 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 08:18:09 +0100" startDate="2023-12-02 08:01:48 +0100" endDate="2023-12-02 08:09:42 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 08:28:05 +0100" startDate="2023-12-02 08:16:09 +0100" endDate="2023-12-02 08:26:10 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 08:40:25 +0100" startDate="2023-12-02 08:26:10 +0100" endDate="2023-12-02 08:35:30 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 08:54:32 +0100" startDate="2023-12-02 08:36:14 +0100" endDate="2023-12-02 08:38:41 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 09:10:00 +0100" startDate="2023-12-02 08:58:54 +0100" endDate="2023-12-02 09:01:17 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 09:30:01 +0100" startDate="2023-12-02 09:15:28 +0100" endDate="2023-12-02 09:15:51 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 09:45:52 +0100" startDate="2023-12-02 09:32:30 +0100" endDate="2023-12-02 09:36:56 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 10:04:17 +0100" startDate="2023-12-02 09:47:51 +0100" endDate="2023-12-02 09:52:56 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 10:10:02 +0100" startDate="2023-12-02 09:58:01 +0100" endDate="2023-12-02 10:08:02 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 10:19:26 +0100" startDate="2023-12-02 10:08:02 +0100" endDate="2023-12-02 10:15:15 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 10:36:19 +0100" startDate="2023-12-02 10:23:46 +0100" endDate="2023-12-02 10:23:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 11:21:22 +0100" startDate="2023-12-02 11:09:30 +0100" endDate="2023-12-02 11:09:33 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 11:43:27 +0100" startDate="2023-12-02 11:32:24 +0100" endDate="2023-12-02 11:32:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 11:55:51 +0100" startDate="2023-12-02 11:44:25 +0100" endDate="2023-12-02 11:44:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 13:00:16 +0100" startDate="2023-12-02 12:48:31 +0100" endDate="2023-12-02 12:52:10 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 13:33:09 +0100" startDate="2023-12-02 13:20:55 +0100" endDate="2023-12-02 13:21:28 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 13:44:28 +0100" startDate="2023-12-02 13:31:42 +0100" endDate="2023-12-02 13:41:42 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 13:53:20 +0100" startDate="2023-12-02 13:41:42 +0100" endDate="2023-12-02 13:51:43 +0100" value="719"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 14:02:28 +0100" startDate="2023-12-02 13:51:43 +0100" endDate="2023-12-02 13:57:19 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 14:16:53 +0100" startDate="2023-12-02 14:05:31 +0100" endDate="2023-12-02 14:15:32 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 14:27:06 +0100" startDate="2023-12-02 14:15:32 +0100" endDate="2023-12-02 14:25:17 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 14:38:36 +0100" startDate="2023-12-02 14:28:05 +0100" endDate="2023-12-02 14:36:17 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 14:59:09 +0100" startDate="2023-12-02 14:46:59 +0100" endDate="2023-12-02 14:51:36 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 15:13:09 +0100" startDate="2023-12-02 15:02:53 +0100" endDate="2023-12-02 15:11:57 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 15:41:04 +0100" startDate="2023-12-02 15:23:58 +0100" endDate="2023-12-02 15:33:01 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 15:45:26 +0100" startDate="2023-12-02 15:34:15 +0100" endDate="2023-12-02 15:41:43 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 16:31:33 +0100" startDate="2023-12-02 16:21:08 +0100" endDate="2023-12-02 16:30:34 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 16:45:22 +0100" startDate="2023-12-02 16:35:11 +0100" endDate="2023-12-02 16:36:56 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 16:59:38 +0100" startDate="2023-12-02 16:49:28 +0100" endDate="2023-12-02 16:58:11 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 17:09:57 +0100" startDate="2023-12-02 16:59:50 +0100" endDate="2023-12-02 17:09:34 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 17:21:33 +0100" startDate="2023-12-02 17:09:54 +0100" endDate="2023-12-02 17:19:25 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 17:31:55 +0100" startDate="2023-12-02 17:20:08 +0100" endDate="2023-12-02 17:30:09 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 17:45:26 +0100" startDate="2023-12-02 17:30:09 +0100" endDate="2023-12-02 17:30:49 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 18:32:00 +0100" startDate="2023-12-02 18:20:00 +0100" endDate="2023-12-02 18:21:22 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 18:55:57 +0100" startDate="2023-12-02 18:42:48 +0100" endDate="2023-12-02 18:44:35 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 19:07:59 +0100" startDate="2023-12-02 18:54:57 +0100" endDate="2023-12-02 18:55:55 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 20:12:47 +0100" startDate="2023-12-02 19:56:16 +0100" endDate="2023-12-02 19:58:33 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 21:00:45 +0100" startDate="2023-12-02 20:45:38 +0100" endDate="2023-12-02 20:46:19 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 21:31:20 +0100" startDate="2023-12-02 21:18:13 +0100" endDate="2023-12-02 21:18:57 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 21:48:41 +0100" startDate="2023-12-02 21:34:48 +0100" endDate="2023-12-02 21:34:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 22:04:30 +0100" startDate="2023-12-02 21:53:27 +0100" endDate="2023-12-02 22:02:09 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-02 23:33:18 +0100" startDate="2023-12-02 23:21:07 +0100" endDate="2023-12-02 23:29:17 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 00:08:14 +0100" startDate="2023-12-02 23:52:13 +0100" endDate="2023-12-02 23:52:21 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 05:16:57 +0100" startDate="2023-12-03 05:04:34 +0100" endDate="2023-12-03 05:07:25 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 08:09:47 +0100" startDate="2023-12-03 07:58:26 +0100" endDate="2023-12-03 07:58:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 08:28:43 +0100" startDate="2023-12-03 08:17:40 +0100" endDate="2023-12-03 08:26:15 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 08:41:27 +0100" startDate="2023-12-03 08:27:57 +0100" endDate="2023-12-03 08:30:57 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 08:50:37 +0100" startDate="2023-12-03 08:39:09 +0100" endDate="2023-12-03 08:49:03 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 09:00:39 +0100" startDate="2023-12-03 08:49:36 +0100" endDate="2023-12-03 08:50:29 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 09:23:52 +0100" startDate="2023-12-03 09:13:38 +0100" endDate="2023-12-03 09:18:18 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 10:48:21 +0100" startDate="2023-12-03 10:31:14 +0100" endDate="2023-12-03 10:32:35 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 11:44:27 +0100" startDate="2023-12-03 11:34:22 +0100" endDate="2023-12-03 11:37:28 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 12:18:04 +0100" startDate="2023-12-03 12:07:02 +0100" endDate="2023-12-03 12:14:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 13:14:39 +0100" startDate="2023-12-03 13:03:03 +0100" endDate="2023-12-03 13:03:11 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 13:25:29 +0100" startDate="2023-12-03 13:14:26 +0100" endDate="2023-12-03 13:18:56 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 13:49:53 +0100" startDate="2023-12-03 13:37:47 +0100" endDate="2023-12-03 13:39:37 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 13:59:44 +0100" startDate="2023-12-03 13:49:25 +0100" endDate="2023-12-03 13:50:03 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 15:31:57 +0100" startDate="2023-12-03 15:21:27 +0100" endDate="2023-12-03 15:30:24 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 15:42:33 +0100" startDate="2023-12-03 15:31:30 +0100" endDate="2023-12-03 15:38:41 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 15:56:55 +0100" startDate="2023-12-03 15:45:51 +0100" endDate="2023-12-03 15:46:01 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 16:20:05 +0100" startDate="2023-12-03 16:09:02 +0100" endDate="2023-12-03 16:18:13 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.1, creation date:2023-11-19 22:38:26 +0000&gt;" unit="count" creationDate="2023-12-03 18:16:20 +0100" startDate="2023-12-03 18:05:17 +0100" endDate="2023-12-03 18:06:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 07:53:32 +0100" startDate="2023-12-04 07:42:29 +0100" endDate="2023-12-04 07:48:39 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 08:14:35 +0100" startDate="2023-12-04 08:04:28 +0100" endDate="2023-12-04 08:07:18 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 08:30:30 +0100" startDate="2023-12-04 08:20:07 +0100" endDate="2023-12-04 08:30:08 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 08:41:11 +0100" startDate="2023-12-04 08:30:08 +0100" endDate="2023-12-04 08:40:07 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 08:53:12 +0100" startDate="2023-12-04 08:41:54 +0100" endDate="2023-12-04 08:50:10 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 09:57:22 +0100" startDate="2023-12-04 08:55:14 +0100" endDate="2023-12-04 08:57:57 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 12:18:32 +0100" startDate="2023-12-04 12:08:03 +0100" endDate="2023-12-04 12:18:02 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 12:29:05 +0100" startDate="2023-12-04 12:18:02 +0100" endDate="2023-12-04 12:21:13 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 12:40:20 +0100" startDate="2023-12-04 12:28:34 +0100" endDate="2023-12-04 12:28:41 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 12:55:07 +0100" startDate="2023-12-04 12:43:53 +0100" endDate="2023-12-04 12:53:54 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 13:04:57 +0100" startDate="2023-12-04 12:53:54 +0100" endDate="2023-12-04 13:00:37 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 13:41:33 +0100" startDate="2023-12-04 13:31:26 +0100" endDate="2023-12-04 13:32:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 14:05:34 +0100" startDate="2023-12-04 13:55:25 +0100" endDate="2023-12-04 13:55:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 14:17:39 +0100" startDate="2023-12-04 14:07:31 +0100" endDate="2023-12-04 14:07:39 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 14:50:15 +0100" startDate="2023-12-04 14:40:09 +0100" endDate="2023-12-04 14:40:22 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 15:49:28 +0100" startDate="2023-12-04 15:39:23 +0100" endDate="2023-12-04 15:42:11 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 16:19:49 +0100" startDate="2023-12-04 16:04:47 +0100" endDate="2023-12-04 16:14:48 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 16:30:25 +0100" startDate="2023-12-04 16:14:48 +0100" endDate="2023-12-04 16:24:39 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 16:37:09 +0100" startDate="2023-12-04 16:26:06 +0100" endDate="2023-12-04 16:28:36 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 17:12:38 +0100" startDate="2023-12-04 17:01:35 +0100" endDate="2023-12-04 17:01:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 17:56:44 +0100" startDate="2023-12-04 17:44:12 +0100" endDate="2023-12-04 17:51:48 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 18:05:46 +0100" startDate="2023-12-04 17:54:43 +0100" endDate="2023-12-04 17:56:46 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 18:16:02 +0100" startDate="2023-12-04 18:05:00 +0100" endDate="2023-12-04 18:12:38 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 18:31:25 +0100" startDate="2023-12-04 18:15:49 +0100" endDate="2023-12-04 18:18:45 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 18:49:32 +0100" startDate="2023-12-04 18:39:20 +0100" endDate="2023-12-04 18:40:31 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 19:35:45 +0100" startDate="2023-12-04 19:24:42 +0100" endDate="2023-12-04 19:26:44 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 19:57:31 +0100" startDate="2023-12-04 19:45:03 +0100" endDate="2023-12-04 19:50:29 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 20:10:14 +0100" startDate="2023-12-04 19:56:38 +0100" endDate="2023-12-04 20:04:14 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 21:54:22 +0100" startDate="2023-12-04 21:43:45 +0100" endDate="2023-12-04 21:44:56 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-04 22:19:37 +0100" startDate="2023-12-04 22:09:12 +0100" endDate="2023-12-04 22:11:07 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 07:53:53 +0100" startDate="2023-12-05 07:41:45 +0100" endDate="2023-12-05 07:51:24 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 08:04:49 +0100" startDate="2023-12-05 07:52:04 +0100" endDate="2023-12-05 08:00:22 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 08:13:19 +0100" startDate="2023-12-05 08:02:32 +0100" endDate="2023-12-05 08:02:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 08:31:55 +0100" startDate="2023-12-05 08:21:42 +0100" endDate="2023-12-05 08:22:03 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 10:26:05 +0100" startDate="2023-12-05 10:13:37 +0100" endDate="2023-12-05 10:13:39 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 11:41:00 +0100" startDate="2023-12-05 11:25:15 +0100" endDate="2023-12-05 11:25:36 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 12:49:26 +0100" startDate="2023-12-05 12:38:24 +0100" endDate="2023-12-05 12:38:34 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 13:02:28 +0100" startDate="2023-12-05 12:52:20 +0100" endDate="2023-12-05 13:02:04 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 13:45:28 +0100" startDate="2023-12-05 13:34:25 +0100" endDate="2023-12-05 13:39:53 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 13:56:35 +0100" startDate="2023-12-05 13:45:32 +0100" endDate="2023-12-05 13:47:50 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 15:21:39 +0100" startDate="2023-12-05 15:11:32 +0100" endDate="2023-12-05 15:21:22 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 15:37:21 +0100" startDate="2023-12-05 15:26:18 +0100" endDate="2023-12-05 15:26:46 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 15:55:02 +0100" startDate="2023-12-05 15:44:34 +0100" endDate="2023-12-05 15:44:54 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 16:27:56 +0100" startDate="2023-12-05 16:15:25 +0100" endDate="2023-12-05 16:25:10 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 16:36:57 +0100" startDate="2023-12-05 16:25:54 +0100" endDate="2023-12-05 16:32:44 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 17:11:31 +0100" startDate="2023-12-05 16:59:48 +0100" endDate="2023-12-05 17:00:14 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 17:22:33 +0100" startDate="2023-12-05 17:11:19 +0100" endDate="2023-12-05 17:20:21 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 18:48:11 +0100" startDate="2023-12-05 18:36:55 +0100" endDate="2023-12-05 18:43:50 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 18:58:29 +0100" startDate="2023-12-05 18:47:22 +0100" endDate="2023-12-05 18:57:20 +0100" value="671"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 19:53:28 +0100" startDate="2023-12-05 19:40:25 +0100" endDate="2023-12-05 19:42:25 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 20:58:57 +0100" startDate="2023-12-05 20:47:22 +0100" endDate="2023-12-05 20:47:53 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 21:10:44 +0100" startDate="2023-12-05 20:57:59 +0100" endDate="2023-12-05 21:00:17 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 21:37:05 +0100" startDate="2023-12-05 21:21:12 +0100" endDate="2023-12-05 21:24:17 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 22:17:09 +0100" startDate="2023-12-05 22:06:06 +0100" endDate="2023-12-05 22:15:41 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-05 22:27:34 +0100" startDate="2023-12-05 22:17:06 +0100" endDate="2023-12-05 22:23:36 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 05:32:05 +0100" startDate="2023-12-06 05:20:53 +0100" endDate="2023-12-06 05:21:06 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 05:44:53 +0100" startDate="2023-12-06 05:34:45 +0100" endDate="2023-12-06 05:34:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 06:17:24 +0100" startDate="2023-12-06 06:06:05 +0100" endDate="2023-12-06 06:15:13 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 06:29:42 +0100" startDate="2023-12-06 06:18:39 +0100" endDate="2023-12-06 06:28:40 +0100" value="1133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 06:39:43 +0100" startDate="2023-12-06 06:28:40 +0100" endDate="2023-12-06 06:31:53 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 06:58:19 +0100" startDate="2023-12-06 06:48:12 +0100" endDate="2023-12-06 06:48:40 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 08:21:28 +0100" startDate="2023-12-06 08:11:20 +0100" endDate="2023-12-06 08:21:21 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 08:32:41 +0100" startDate="2023-12-06 08:21:21 +0100" endDate="2023-12-06 08:31:17 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 08:42:53 +0100" startDate="2023-12-06 08:32:31 +0100" endDate="2023-12-06 08:40:22 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 11:41:32 +0100" startDate="2023-12-06 11:30:40 +0100" endDate="2023-12-06 11:38:54 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 11:52:33 +0100" startDate="2023-12-06 11:40:51 +0100" endDate="2023-12-06 11:42:18 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 12:10:45 +0100" startDate="2023-12-06 11:58:51 +0100" endDate="2023-12-06 12:02:46 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 13:49:19 +0100" startDate="2023-12-06 13:37:14 +0100" endDate="2023-12-06 13:37:26 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 14:04:31 +0100" startDate="2023-12-06 13:50:08 +0100" endDate="2023-12-06 13:55:56 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 14:33:26 +0100" startDate="2023-12-06 14:22:12 +0100" endDate="2023-12-06 14:22:32 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 14:47:10 +0100" startDate="2023-12-06 14:32:25 +0100" endDate="2023-12-06 14:33:26 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 15:04:08 +0100" startDate="2023-12-06 14:51:07 +0100" endDate="2023-12-06 14:51:40 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 15:18:54 +0100" startDate="2023-12-06 15:07:52 +0100" endDate="2023-12-06 15:17:53 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 15:28:56 +0100" startDate="2023-12-06 15:17:53 +0100" endDate="2023-12-06 15:27:23 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 15:38:40 +0100" startDate="2023-12-06 15:27:59 +0100" endDate="2023-12-06 15:37:45 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 15:53:41 +0100" startDate="2023-12-06 15:38:13 +0100" endDate="2023-12-06 15:41:01 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 16:36:10 +0100" startDate="2023-12-06 16:25:08 +0100" endDate="2023-12-06 16:25:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 16:54:11 +0100" startDate="2023-12-06 16:43:18 +0100" endDate="2023-12-06 16:53:14 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 17:09:24 +0100" startDate="2023-12-06 16:59:21 +0100" endDate="2023-12-06 16:59:56 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 17:22:47 +0100" startDate="2023-12-06 17:12:15 +0100" endDate="2023-12-06 17:12:17 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 18:20:09 +0100" startDate="2023-12-06 18:09:38 +0100" endDate="2023-12-06 18:19:01 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 18:32:13 +0100" startDate="2023-12-06 18:20:43 +0100" endDate="2023-12-06 18:28:40 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 18:42:45 +0100" startDate="2023-12-06 18:31:10 +0100" endDate="2023-12-06 18:41:09 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 18:53:01 +0100" startDate="2023-12-06 18:41:09 +0100" endDate="2023-12-06 18:50:20 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 19:08:51 +0100" startDate="2023-12-06 18:56:39 +0100" endDate="2023-12-06 18:56:54 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 20:02:55 +0100" startDate="2023-12-06 19:51:24 +0100" endDate="2023-12-06 19:51:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 20:13:40 +0100" startDate="2023-12-06 20:01:40 +0100" endDate="2023-12-06 20:01:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-06 22:15:27 +0100" startDate="2023-12-06 22:05:22 +0100" endDate="2023-12-06 22:13:57 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 05:32:01 +0100" startDate="2023-12-07 05:17:46 +0100" endDate="2023-12-07 05:18:37 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 05:51:49 +0100" startDate="2023-12-07 05:40:46 +0100" endDate="2023-12-07 05:49:23 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 06:26:11 +0100" startDate="2023-12-07 06:13:01 +0100" endDate="2023-12-07 06:22:54 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 06:33:45 +0100" startDate="2023-12-07 06:23:02 +0100" endDate="2023-12-07 06:31:29 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 08:06:06 +0100" startDate="2023-12-07 07:54:31 +0100" endDate="2023-12-07 07:58:20 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 08:39:23 +0100" startDate="2023-12-07 08:27:27 +0100" endDate="2023-12-07 08:30:12 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 09:54:18 +0100" startDate="2023-12-07 09:44:05 +0100" endDate="2023-12-07 09:52:09 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 11:45:37 +0100" startDate="2023-12-07 11:34:29 +0100" endDate="2023-12-07 11:41:17 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 11:56:27 +0100" startDate="2023-12-07 11:45:14 +0100" endDate="2023-12-07 11:47:06 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 12:57:44 +0100" startDate="2023-12-07 12:43:30 +0100" endDate="2023-12-07 12:51:47 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 13:27:39 +0100" startDate="2023-12-07 13:17:21 +0100" endDate="2023-12-07 13:26:13 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 14:09:21 +0100" startDate="2023-12-07 13:59:11 +0100" endDate="2023-12-07 14:09:12 +0100" value="515"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 14:20:15 +0100" startDate="2023-12-07 14:09:12 +0100" endDate="2023-12-07 14:09:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 16:40:20 +0100" startDate="2023-12-07 16:29:59 +0100" endDate="2023-12-07 16:36:57 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 18:01:10 +0100" startDate="2023-12-07 17:49:43 +0100" endDate="2023-12-07 17:58:55 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 18:12:21 +0100" startDate="2023-12-07 18:01:18 +0100" endDate="2023-12-07 18:06:08 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 18:33:27 +0100" startDate="2023-12-07 18:18:46 +0100" endDate="2023-12-07 18:20:50 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 18:56:47 +0100" startDate="2023-12-07 18:44:59 +0100" endDate="2023-12-07 18:46:57 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 21:24:34 +0100" startDate="2023-12-07 21:14:12 +0100" endDate="2023-12-07 21:15:08 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 21:45:58 +0100" startDate="2023-12-07 21:32:47 +0100" endDate="2023-12-07 21:34:09 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 22:06:55 +0100" startDate="2023-12-07 21:53:57 +0100" endDate="2023-12-07 21:59:34 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-07 22:34:16 +0100" startDate="2023-12-07 22:23:14 +0100" endDate="2023-12-07 22:23:29 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 06:26:23 +0100" startDate="2023-12-08 06:11:35 +0100" endDate="2023-12-08 06:12:44 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 11:05:49 +0100" startDate="2023-12-08 10:54:46 +0100" endDate="2023-12-08 11:03:06 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 12:22:22 +0100" startDate="2023-12-08 12:11:44 +0100" endDate="2023-12-08 12:20:41 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 13:11:38 +0100" startDate="2023-12-08 13:00:35 +0100" endDate="2023-12-08 13:00:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 13:57:26 +0100" startDate="2023-12-08 13:42:06 +0100" endDate="2023-12-08 13:42:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 14:09:12 +0100" startDate="2023-12-08 13:57:41 +0100" endDate="2023-12-08 13:58:14 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 15:42:00 +0100" startDate="2023-12-08 15:30:58 +0100" endDate="2023-12-08 15:33:18 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 16:04:21 +0100" startDate="2023-12-08 15:54:08 +0100" endDate="2023-12-08 16:03:55 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 16:14:23 +0100" startDate="2023-12-08 16:04:10 +0100" endDate="2023-12-08 16:13:20 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 16:29:11 +0100" startDate="2023-12-08 16:17:12 +0100" endDate="2023-12-08 16:25:54 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 16:43:47 +0100" startDate="2023-12-08 16:32:55 +0100" endDate="2023-12-08 16:37:37 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 16:58:50 +0100" startDate="2023-12-08 16:46:14 +0100" endDate="2023-12-08 16:53:30 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 17:10:26 +0100" startDate="2023-12-08 16:59:24 +0100" endDate="2023-12-08 17:08:37 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 17:21:06 +0100" startDate="2023-12-08 17:10:03 +0100" endDate="2023-12-08 17:10:18 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 17:32:12 +0100" startDate="2023-12-08 17:22:01 +0100" endDate="2023-12-08 17:32:02 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 17:43:05 +0100" startDate="2023-12-08 17:32:02 +0100" endDate="2023-12-08 17:40:47 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 18:11:46 +0100" startDate="2023-12-08 17:59:20 +0100" endDate="2023-12-08 17:59:56 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 18:23:09 +0100" startDate="2023-12-08 18:12:06 +0100" endDate="2023-12-08 18:13:20 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 18:43:58 +0100" startDate="2023-12-08 18:32:58 +0100" endDate="2023-12-08 18:42:58 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 18:53:46 +0100" startDate="2023-12-08 18:42:58 +0100" endDate="2023-12-08 18:52:21 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 19:04:59 +0100" startDate="2023-12-08 18:53:15 +0100" endDate="2023-12-08 18:53:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 19:18:18 +0100" startDate="2023-12-08 19:06:04 +0100" endDate="2023-12-08 19:08:37 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 19:57:00 +0100" startDate="2023-12-08 19:44:59 +0100" endDate="2023-12-08 19:45:07 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 20:34:08 +0100" startDate="2023-12-08 20:21:05 +0100" endDate="2023-12-08 20:21:15 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 21:44:02 +0100" startDate="2023-12-08 21:31:32 +0100" endDate="2023-12-08 21:31:40 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 22:03:11 +0100" startDate="2023-12-08 21:51:30 +0100" endDate="2023-12-08 21:51:51 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 22:19:12 +0100" startDate="2023-12-08 22:04:40 +0100" endDate="2023-12-08 22:04:53 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-08 22:48:01 +0100" startDate="2023-12-08 22:34:16 +0100" endDate="2023-12-08 22:34:57 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 00:07:35 +0100" startDate="2023-12-08 23:53:54 +0100" endDate="2023-12-08 23:54:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 00:21:04 +0100" startDate="2023-12-09 00:07:12 +0100" endDate="2023-12-09 00:09:40 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 00:37:09 +0100" startDate="2023-12-09 00:21:59 +0100" endDate="2023-12-09 00:22:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 00:47:10 +0100" startDate="2023-12-09 00:36:54 +0100" endDate="2023-12-09 00:46:55 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 01:11:26 +0100" startDate="2023-12-09 00:57:22 +0100" endDate="2023-12-09 00:57:56 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 01:23:05 +0100" startDate="2023-12-09 01:10:41 +0100" endDate="2023-12-09 01:15:39 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 10:11:43 +0100" startDate="2023-12-09 09:59:01 +0100" endDate="2023-12-09 10:04:32 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 11:26:04 +0100" startDate="2023-12-09 11:15:54 +0100" endDate="2023-12-09 11:22:04 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 12:18:14 +0100" startDate="2023-12-09 12:06:51 +0100" endDate="2023-12-09 12:08:12 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 13:58:44 +0100" startDate="2023-12-09 13:47:42 +0100" endDate="2023-12-09 13:53:39 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 15:30:24 +0100" startDate="2023-12-09 15:20:16 +0100" endDate="2023-12-09 15:20:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 17:32:03 +0100" startDate="2023-12-09 17:21:01 +0100" endDate="2023-12-09 17:21:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-09 18:38:49 +0100" startDate="2023-12-09 18:28:09 +0100" endDate="2023-12-09 18:28:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 02:27:40 +0100" startDate="2023-12-10 02:17:27 +0100" endDate="2023-12-10 02:23:58 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 10:12:44 +0100" startDate="2023-12-10 10:01:41 +0100" endDate="2023-12-10 10:02:04 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 11:19:41 +0100" startDate="2023-12-10 11:09:28 +0100" endDate="2023-12-10 11:19:07 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 11:33:30 +0100" startDate="2023-12-10 11:19:40 +0100" endDate="2023-12-10 11:24:33 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 12:38:06 +0100" startDate="2023-12-10 12:25:23 +0100" endDate="2023-12-10 12:34:18 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 12:55:07 +0100" startDate="2023-12-10 12:42:40 +0100" endDate="2023-12-10 12:51:30 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 13:05:48 +0100" startDate="2023-12-10 12:54:46 +0100" endDate="2023-12-10 13:04:44 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 13:17:23 +0100" startDate="2023-12-10 13:05:50 +0100" endDate="2023-12-10 13:13:24 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 13:28:43 +0100" startDate="2023-12-10 13:15:59 +0100" endDate="2023-12-10 13:24:02 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 13:40:05 +0100" startDate="2023-12-10 13:27:59 +0100" endDate="2023-12-10 13:38:00 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 13:55:25 +0100" startDate="2023-12-10 13:38:00 +0100" endDate="2023-12-10 13:47:38 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 14:12:53 +0100" startDate="2023-12-10 13:56:14 +0100" endDate="2023-12-10 14:01:33 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 14:28:48 +0100" startDate="2023-12-10 14:17:12 +0100" endDate="2023-12-10 14:18:10 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 14:38:18 +0100" startDate="2023-12-10 14:27:15 +0100" endDate="2023-12-10 14:33:57 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 14:59:28 +0100" startDate="2023-12-10 14:45:05 +0100" endDate="2023-12-10 14:45:15 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 15:15:10 +0100" startDate="2023-12-10 15:01:24 +0100" endDate="2023-12-10 15:04:17 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 15:37:59 +0100" startDate="2023-12-10 15:27:49 +0100" endDate="2023-12-10 15:34:54 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-10 21:59:58 +0100" startDate="2023-12-10 21:48:55 +0100" endDate="2023-12-10 21:53:25 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 07:18:34 +0100" startDate="2023-12-11 07:07:32 +0100" endDate="2023-12-11 07:09:01 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 08:04:51 +0100" startDate="2023-12-11 07:54:43 +0100" endDate="2023-12-11 07:58:31 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 08:19:16 +0100" startDate="2023-12-11 08:08:13 +0100" endDate="2023-12-11 08:08:29 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 10:42:51 +0100" startDate="2023-12-11 10:32:23 +0100" endDate="2023-12-11 10:41:41 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 11:18:03 +0100" startDate="2023-12-11 11:05:09 +0100" endDate="2023-12-11 11:10:07 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 11:49:14 +0100" startDate="2023-12-11 11:39:02 +0100" endDate="2023-12-11 11:40:36 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 12:18:17 +0100" startDate="2023-12-11 12:03:13 +0100" endDate="2023-12-11 12:06:06 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 13:22:09 +0100" startDate="2023-12-11 13:11:00 +0100" endDate="2023-12-11 13:20:59 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 16:28:28 +0100" startDate="2023-12-11 16:17:52 +0100" endDate="2023-12-11 16:23:57 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 16:40:48 +0100" startDate="2023-12-11 16:29:46 +0100" endDate="2023-12-11 16:39:03 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 16:52:54 +0100" startDate="2023-12-11 16:41:51 +0100" endDate="2023-12-11 16:48:24 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 17:06:26 +0100" startDate="2023-12-11 16:51:55 +0100" endDate="2023-12-11 17:00:42 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 17:12:02 +0100" startDate="2023-12-11 17:01:56 +0100" endDate="2023-12-11 17:07:07 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 17:41:25 +0100" startDate="2023-12-11 17:30:27 +0100" endDate="2023-12-11 17:39:45 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 17:52:05 +0100" startDate="2023-12-11 17:41:30 +0100" endDate="2023-12-11 17:51:31 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 18:05:16 +0100" startDate="2023-12-11 17:51:31 +0100" endDate="2023-12-11 18:00:36 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 18:12:37 +0100" startDate="2023-12-11 18:01:40 +0100" endDate="2023-12-11 18:11:39 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 18:24:44 +0100" startDate="2023-12-11 18:11:39 +0100" endDate="2023-12-11 18:19:50 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 18:54:16 +0100" startDate="2023-12-11 18:41:09 +0100" endDate="2023-12-11 18:51:10 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 19:02:13 +0100" startDate="2023-12-11 18:51:10 +0100" endDate="2023-12-11 19:00:58 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 19:25:54 +0100" startDate="2023-12-11 19:14:41 +0100" endDate="2023-12-11 19:24:40 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 19:36:54 +0100" startDate="2023-12-11 19:24:52 +0100" endDate="2023-12-11 19:32:49 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-11 21:57:05 +0100" startDate="2023-12-11 21:46:30 +0100" endDate="2023-12-11 21:48:55 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 03:59:08 +0100" startDate="2023-12-12 03:48:06 +0100" endDate="2023-12-12 03:50:38 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 04:20:39 +0100" startDate="2023-12-12 04:10:28 +0100" endDate="2023-12-12 04:11:12 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 04:42:08 +0100" startDate="2023-12-12 04:32:03 +0100" endDate="2023-12-12 04:32:41 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 05:12:34 +0100" startDate="2023-12-12 05:02:27 +0100" endDate="2023-12-12 05:03:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 05:53:09 +0100" startDate="2023-12-12 05:43:02 +0100" endDate="2023-12-12 05:46:03 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 07:15:55 +0100" startDate="2023-12-12 07:04:52 +0100" endDate="2023-12-12 07:14:52 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 07:26:59 +0100" startDate="2023-12-12 07:14:52 +0100" endDate="2023-12-12 07:24:53 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 07:35:45 +0100" startDate="2023-12-12 07:24:53 +0100" endDate="2023-12-12 07:28:40 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 08:22:51 +0100" startDate="2023-12-12 08:11:48 +0100" endDate="2023-12-12 08:13:20 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 08:53:42 +0100" startDate="2023-12-12 08:42:33 +0100" endDate="2023-12-12 08:52:34 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 09:04:11 +0100" startDate="2023-12-12 08:52:41 +0100" endDate="2023-12-12 09:02:42 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 09:18:16 +0100" startDate="2023-12-12 09:02:42 +0100" endDate="2023-12-12 09:09:04 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 10:11:31 +0100" startDate="2023-12-12 10:00:55 +0100" endDate="2023-12-12 10:10:39 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 10:26:48 +0100" startDate="2023-12-12 10:15:45 +0100" endDate="2023-12-12 10:16:54 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 12:07:12 +0100" startDate="2023-12-12 11:57:01 +0100" endDate="2023-12-12 12:07:02 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 12:18:18 +0100" startDate="2023-12-12 12:07:02 +0100" endDate="2023-12-12 12:07:30 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 12:31:35 +0100" startDate="2023-12-12 12:20:32 +0100" endDate="2023-12-12 12:25:17 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 15:12:41 +0100" startDate="2023-12-12 15:01:45 +0100" endDate="2023-12-12 15:09:04 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 15:35:42 +0100" startDate="2023-12-12 15:22:18 +0100" endDate="2023-12-12 15:23:22 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 16:04:35 +0100" startDate="2023-12-12 15:44:45 +0100" endDate="2023-12-12 15:45:29 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 16:39:06 +0100" startDate="2023-12-12 16:27:58 +0100" endDate="2023-12-12 16:37:54 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 16:54:41 +0100" startDate="2023-12-12 16:42:24 +0100" endDate="2023-12-12 16:52:25 +0100" value="1072"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 17:03:28 +0100" startDate="2023-12-12 16:52:25 +0100" endDate="2023-12-12 17:00:39 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 17:15:50 +0100" startDate="2023-12-12 17:05:45 +0100" endDate="2023-12-12 17:09:14 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 17:35:50 +0100" startDate="2023-12-12 17:24:59 +0100" endDate="2023-12-12 17:27:37 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 18:30:16 +0100" startDate="2023-12-12 18:20:05 +0100" endDate="2023-12-12 18:30:06 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 18:41:09 +0100" startDate="2023-12-12 18:30:06 +0100" endDate="2023-12-12 18:40:07 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 18:59:18 +0100" startDate="2023-12-12 18:40:07 +0100" endDate="2023-12-12 18:49:46 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 19:14:11 +0100" startDate="2023-12-12 19:00:21 +0100" endDate="2023-12-12 19:03:51 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 19:22:43 +0100" startDate="2023-12-12 19:11:40 +0100" endDate="2023-12-12 19:19:37 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-12 21:58:28 +0100" startDate="2023-12-12 21:47:56 +0100" endDate="2023-12-12 21:49:28 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 02:05:30 +0100" startDate="2023-12-13 01:55:25 +0100" endDate="2023-12-13 02:02:25 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 06:01:32 +0100" startDate="2023-12-13 05:50:30 +0100" endDate="2023-12-13 05:57:50 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 06:29:58 +0100" startDate="2023-12-13 06:19:50 +0100" endDate="2023-12-13 06:29:52 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 06:41:07 +0100" startDate="2023-12-13 06:30:04 +0100" endDate="2023-12-13 06:30:55 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 08:10:00 +0100" startDate="2023-12-13 07:58:51 +0100" endDate="2023-12-13 08:08:50 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 08:19:52 +0100" startDate="2023-12-13 08:08:50 +0100" endDate="2023-12-13 08:18:48 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 08:29:29 +0100" startDate="2023-12-13 08:18:48 +0100" endDate="2023-12-13 08:19:37 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 08:51:28 +0100" startDate="2023-12-13 08:40:25 +0100" endDate="2023-12-13 08:40:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 09:03:50 +0100" startDate="2023-12-13 08:52:47 +0100" endDate="2023-12-13 08:52:50 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 10:05:52 +0100" startDate="2023-12-13 09:53:53 +0100" endDate="2023-12-13 10:02:18 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 10:15:25 +0100" startDate="2023-12-13 10:04:23 +0100" endDate="2023-12-13 10:04:28 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 11:26:26 +0100" startDate="2023-12-13 11:16:00 +0100" endDate="2023-12-13 11:24:58 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 12:01:22 +0100" startDate="2023-12-13 11:49:39 +0100" endDate="2023-12-13 11:58:21 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 12:14:10 +0100" startDate="2023-12-13 12:00:31 +0100" endDate="2023-12-13 12:00:34 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 13:29:41 +0100" startDate="2023-12-13 13:13:49 +0100" endDate="2023-12-13 13:21:24 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 13:50:37 +0100" startDate="2023-12-13 13:40:16 +0100" endDate="2023-12-13 13:44:21 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 14:56:45 +0100" startDate="2023-12-13 14:46:32 +0100" endDate="2023-12-13 14:53:20 +0100" value="333"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 16:15:00 +0100" startDate="2023-12-13 16:04:47 +0100" endDate="2023-12-13 16:10:45 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 19:47:01 +0100" startDate="2023-12-13 19:34:04 +0100" endDate="2023-12-13 19:38:14 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-13 22:53:34 +0100" startDate="2023-12-13 22:39:12 +0100" endDate="2023-12-13 22:42:41 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-14 03:51:10 +0100" startDate="2023-12-14 03:35:24 +0100" endDate="2023-12-14 03:37:29 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-14 08:15:00 +0100" startDate="2023-12-14 08:00:59 +0100" endDate="2023-12-14 08:07:11 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-14 23:00:55 +0100" startDate="2023-12-14 22:49:52 +0100" endDate="2023-12-14 22:49:55 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-15 07:49:06 +0100" startDate="2023-12-15 07:38:38 +0100" endDate="2023-12-15 07:38:43 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-15 08:03:21 +0100" startDate="2023-12-15 07:52:51 +0100" endDate="2023-12-15 07:53:36 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-15 09:07:11 +0100" startDate="2023-12-15 08:56:09 +0100" endDate="2023-12-15 08:56:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-15 10:23:57 +0100" startDate="2023-12-15 10:12:54 +0100" endDate="2023-12-15 10:13:07 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-15 11:28:31 +0100" startDate="2023-12-15 11:18:20 +0100" endDate="2023-12-15 11:21:37 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-15 11:51:17 +0100" startDate="2023-12-15 11:37:40 +0100" endDate="2023-12-15 11:41:44 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-15 12:20:00 +0100" startDate="2023-12-15 12:07:06 +0100" endDate="2023-12-15 12:07:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-15 15:09:09 +0100" startDate="2023-12-15 14:59:01 +0100" endDate="2023-12-15 14:59:19 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-15 16:26:17 +0100" startDate="2023-12-15 16:14:45 +0100" endDate="2023-12-15 16:17:18 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-15 17:36:55 +0100" startDate="2023-12-15 17:24:43 +0100" endDate="2023-12-15 17:30:48 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-15 17:48:00 +0100" startDate="2023-12-15 17:37:44 +0100" endDate="2023-12-15 17:38:07 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-15 23:51:48 +0100" startDate="2023-12-15 23:41:27 +0100" endDate="2023-12-15 23:47:43 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-16 09:03:36 +0100" startDate="2023-12-16 08:44:16 +0100" endDate="2023-12-16 08:45:38 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-16 10:07:39 +0100" startDate="2023-12-16 09:55:07 +0100" endDate="2023-12-16 09:55:43 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-16 13:40:04 +0100" startDate="2023-12-16 13:23:13 +0100" endDate="2023-12-16 13:27:00 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-17 08:23:57 +0100" startDate="2023-12-17 08:09:40 +0100" endDate="2023-12-17 08:09:52 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-17 09:03:21 +0100" startDate="2023-12-17 08:53:16 +0100" endDate="2023-12-17 09:00:26 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-17 09:21:17 +0100" startDate="2023-12-17 09:09:54 +0100" endDate="2023-12-17 09:14:22 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-17 14:26:46 +0100" startDate="2023-12-17 14:14:02 +0100" endDate="2023-12-17 14:23:09 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-17 14:45:03 +0100" startDate="2023-12-17 14:24:33 +0100" endDate="2023-12-17 14:24:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-17 22:13:10 +0100" startDate="2023-12-17 22:02:07 +0100" endDate="2023-12-17 22:08:14 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 02:50:41 +0100" startDate="2023-12-18 02:37:53 +0100" endDate="2023-12-18 02:43:33 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 03:06:23 +0100" startDate="2023-12-18 02:56:17 +0100" endDate="2023-12-18 02:57:39 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 07:36:56 +0100" startDate="2023-12-18 07:26:42 +0100" endDate="2023-12-18 07:35:03 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 12:18:15 +0100" startDate="2023-12-18 12:06:02 +0100" endDate="2023-12-18 12:15:30 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 12:33:28 +0100" startDate="2023-12-18 12:22:36 +0100" endDate="2023-12-18 12:31:34 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 12:48:18 +0100" startDate="2023-12-18 12:33:00 +0100" endDate="2023-12-18 12:38:54 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 13:03:26 +0100" startDate="2023-12-18 12:48:00 +0100" endDate="2023-12-18 12:54:35 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 13:16:11 +0100" startDate="2023-12-18 12:59:01 +0100" endDate="2023-12-18 13:05:46 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 13:36:45 +0100" startDate="2023-12-18 13:25:42 +0100" endDate="2023-12-18 13:26:38 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 14:13:47 +0100" startDate="2023-12-18 14:01:02 +0100" endDate="2023-12-18 14:01:35 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 15:39:35 +0100" startDate="2023-12-18 15:27:00 +0100" endDate="2023-12-18 15:36:06 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 15:51:14 +0100" startDate="2023-12-18 15:38:09 +0100" endDate="2023-12-18 15:45:22 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 16:55:53 +0100" startDate="2023-12-18 16:44:51 +0100" endDate="2023-12-18 16:47:51 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 17:06:49 +0100" startDate="2023-12-18 16:56:18 +0100" endDate="2023-12-18 16:58:10 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 17:44:06 +0100" startDate="2023-12-18 17:34:01 +0100" endDate="2023-12-18 17:41:29 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 18:02:03 +0100" startDate="2023-12-18 17:51:25 +0100" endDate="2023-12-18 18:00:41 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 18:58:51 +0100" startDate="2023-12-18 18:47:53 +0100" endDate="2023-12-18 18:57:47 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-18 22:04:42 +0100" startDate="2023-12-18 21:54:37 +0100" endDate="2023-12-18 22:00:01 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 02:12:06 +0100" startDate="2023-12-19 02:01:53 +0100" endDate="2023-12-19 02:04:18 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 02:24:52 +0100" startDate="2023-12-19 02:14:45 +0100" endDate="2023-12-19 02:15:56 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 06:47:26 +0100" startDate="2023-12-19 06:32:04 +0100" endDate="2023-12-19 06:37:09 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 09:46:53 +0100" startDate="2023-12-19 09:36:45 +0100" endDate="2023-12-19 09:44:10 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 10:07:10 +0100" startDate="2023-12-19 09:55:08 +0100" endDate="2023-12-19 10:00:44 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 10:19:47 +0100" startDate="2023-12-19 10:08:45 +0100" endDate="2023-12-19 10:14:59 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 10:36:24 +0100" startDate="2023-12-19 10:24:04 +0100" endDate="2023-12-19 10:34:05 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 10:45:26 +0100" startDate="2023-12-19 10:34:05 +0100" endDate="2023-12-19 10:43:20 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 13:41:25 +0100" startDate="2023-12-19 13:31:15 +0100" endDate="2023-12-19 13:37:59 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 14:16:30 +0100" startDate="2023-12-19 13:57:54 +0100" endDate="2023-12-19 13:58:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 15:02:28 +0100" startDate="2023-12-19 14:52:11 +0100" endDate="2023-12-19 15:00:14 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 15:13:09 +0100" startDate="2023-12-19 15:02:14 +0100" endDate="2023-12-19 15:09:34 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 15:38:03 +0100" startDate="2023-12-19 15:26:54 +0100" endDate="2023-12-19 15:26:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 15:53:07 +0100" startDate="2023-12-19 15:41:18 +0100" endDate="2023-12-19 15:50:51 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 16:01:54 +0100" startDate="2023-12-19 15:50:51 +0100" endDate="2023-12-19 16:00:52 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 16:12:10 +0100" startDate="2023-12-19 16:00:52 +0100" endDate="2023-12-19 16:10:48 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 16:26:14 +0100" startDate="2023-12-19 16:10:58 +0100" endDate="2023-12-19 16:12:42 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 21:51:21 +0100" startDate="2023-12-19 21:41:11 +0100" endDate="2023-12-19 21:44:37 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-19 23:10:55 +0100" startDate="2023-12-19 22:51:14 +0100" endDate="2023-12-19 22:51:53 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 07:15:42 +0100" startDate="2023-12-20 07:03:10 +0100" endDate="2023-12-20 07:03:30 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 07:35:22 +0100" startDate="2023-12-20 07:17:07 +0100" endDate="2023-12-20 07:23:32 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 08:17:26 +0100" startDate="2023-12-20 08:07:20 +0100" endDate="2023-12-20 08:16:49 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 08:37:23 +0100" startDate="2023-12-20 08:18:54 +0100" endDate="2023-12-20 08:19:09 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 09:02:52 +0100" startDate="2023-12-20 08:51:50 +0100" endDate="2023-12-20 08:57:06 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 09:36:13 +0100" startDate="2023-12-20 09:26:03 +0100" endDate="2023-12-20 09:33:41 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 09:49:07 +0100" startDate="2023-12-20 09:38:55 +0100" endDate="2023-12-20 09:42:56 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 09:59:58 +0100" startDate="2023-12-20 09:48:56 +0100" endDate="2023-12-20 09:48:58 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 11:02:38 +0100" startDate="2023-12-20 10:48:40 +0100" endDate="2023-12-20 10:58:03 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 11:10:19 +0100" startDate="2023-12-20 10:58:03 +0100" endDate="2023-12-20 11:03:18 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 11:50:40 +0100" startDate="2023-12-20 11:39:17 +0100" endDate="2023-12-20 11:47:11 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 12:01:41 +0100" startDate="2023-12-20 11:51:28 +0100" endDate="2023-12-20 12:01:21 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 13:58:24 +0100" startDate="2023-12-20 13:47:53 +0100" endDate="2023-12-20 13:57:44 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 14:12:50 +0100" startDate="2023-12-20 14:01:28 +0100" endDate="2023-12-20 14:01:58 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 14:28:30 +0100" startDate="2023-12-20 14:17:51 +0100" endDate="2023-12-20 14:20:34 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 15:39:26 +0100" startDate="2023-12-20 15:26:05 +0100" endDate="2023-12-20 15:35:51 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 16:04:47 +0100" startDate="2023-12-20 15:42:20 +0100" endDate="2023-12-20 15:42:43 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 18:58:15 +0100" startDate="2023-12-20 18:48:02 +0100" endDate="2023-12-20 18:58:03 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 19:12:32 +0100" startDate="2023-12-20 18:59:47 +0100" endDate="2023-12-20 19:03:34 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 19:26:02 +0100" startDate="2023-12-20 19:12:11 +0100" endDate="2023-12-20 19:12:37 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 20:10:16 +0100" startDate="2023-12-20 19:54:30 +0100" endDate="2023-12-20 19:55:51 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 20:30:13 +0100" startDate="2023-12-20 20:18:00 +0100" endDate="2023-12-20 20:23:41 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 20:45:00 +0100" startDate="2023-12-20 20:32:39 +0100" endDate="2023-12-20 20:36:10 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 21:39:24 +0100" startDate="2023-12-20 21:28:14 +0100" endDate="2023-12-20 21:37:55 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-20 21:49:43 +0100" startDate="2023-12-20 21:38:41 +0100" endDate="2023-12-20 21:39:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 06:37:29 +0100" startDate="2023-12-21 06:26:03 +0100" endDate="2023-12-21 06:35:31 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 06:49:02 +0100" startDate="2023-12-21 06:38:32 +0100" endDate="2023-12-21 06:45:01 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 07:23:53 +0100" startDate="2023-12-21 07:12:49 +0100" endDate="2023-12-21 07:15:09 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 10:38:42 +0100" startDate="2023-12-21 10:28:31 +0100" endDate="2023-12-21 10:37:44 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 10:56:12 +0100" startDate="2023-12-21 10:40:50 +0100" endDate="2023-12-21 10:41:08 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 12:00:33 +0100" startDate="2023-12-21 11:49:43 +0100" endDate="2023-12-21 11:59:09 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 12:14:53 +0100" startDate="2023-12-21 12:04:45 +0100" endDate="2023-12-21 12:08:24 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 12:36:50 +0100" startDate="2023-12-21 12:23:56 +0100" endDate="2023-12-21 12:33:57 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 12:47:36 +0100" startDate="2023-12-21 12:33:57 +0100" endDate="2023-12-21 12:43:58 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 12:58:46 +0100" startDate="2023-12-21 12:48:33 +0100" endDate="2023-12-21 12:58:34 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 13:09:25 +0100" startDate="2023-12-21 12:58:34 +0100" endDate="2023-12-21 13:04:23 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 13:20:13 +0100" startDate="2023-12-21 13:08:43 +0100" endDate="2023-12-21 13:18:44 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 13:29:47 +0100" startDate="2023-12-21 13:18:44 +0100" endDate="2023-12-21 13:26:56 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 13:41:33 +0100" startDate="2023-12-21 13:31:23 +0100" endDate="2023-12-21 13:31:59 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 14:00:36 +0100" startDate="2023-12-21 13:49:33 +0100" endDate="2023-12-21 13:59:12 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 14:17:01 +0100" startDate="2023-12-21 14:01:55 +0100" endDate="2023-12-21 14:07:15 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 14:23:45 +0100" startDate="2023-12-21 14:12:01 +0100" endDate="2023-12-21 14:14:31 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 14:57:03 +0100" startDate="2023-12-21 14:46:50 +0100" endDate="2023-12-21 14:50:59 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 15:51:43 +0100" startDate="2023-12-21 15:38:29 +0100" endDate="2023-12-21 15:38:49 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 17:04:38 +0100" startDate="2023-12-21 16:54:22 +0100" endDate="2023-12-21 17:01:05 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 17:27:53 +0100" startDate="2023-12-21 17:16:50 +0100" endDate="2023-12-21 17:25:40 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 18:11:35 +0100" startDate="2023-12-21 18:01:24 +0100" endDate="2023-12-21 18:01:40 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 18:24:41 +0100" startDate="2023-12-21 18:13:38 +0100" endDate="2023-12-21 18:23:39 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 18:36:15 +0100" startDate="2023-12-21 18:23:39 +0100" endDate="2023-12-21 18:32:42 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 18:51:23 +0100" startDate="2023-12-21 18:37:00 +0100" endDate="2023-12-21 18:46:59 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 18:58:09 +0100" startDate="2023-12-21 18:47:06 +0100" endDate="2023-12-21 18:52:27 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 20:09:03 +0100" startDate="2023-12-21 19:48:45 +0100" endDate="2023-12-21 19:48:53 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-21 21:17:05 +0100" startDate="2023-12-21 21:06:30 +0100" endDate="2023-12-21 21:11:41 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 08:09:12 +0100" startDate="2023-12-22 07:55:38 +0100" endDate="2023-12-22 07:57:12 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 08:25:05 +0100" startDate="2023-12-22 08:08:41 +0100" endDate="2023-12-22 08:11:49 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 08:33:31 +0100" startDate="2023-12-22 08:22:29 +0100" endDate="2023-12-22 08:30:56 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 09:01:06 +0100" startDate="2023-12-22 08:47:35 +0100" endDate="2023-12-22 08:51:37 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 09:19:59 +0100" startDate="2023-12-22 09:05:26 +0100" endDate="2023-12-22 09:05:39 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 10:17:13 +0100" startDate="2023-12-22 10:04:45 +0100" endDate="2023-12-22 10:04:55 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 14:44:47 +0100" startDate="2023-12-22 14:33:44 +0100" endDate="2023-12-22 14:34:43 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 17:09:09 +0100" startDate="2023-12-22 16:58:58 +0100" endDate="2023-12-22 17:06:17 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 17:21:01 +0100" startDate="2023-12-22 17:09:18 +0100" endDate="2023-12-22 17:09:33 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 17:43:33 +0100" startDate="2023-12-22 17:27:52 +0100" endDate="2023-12-22 17:33:31 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 18:08:11 +0100" startDate="2023-12-22 17:57:18 +0100" endDate="2023-12-22 18:07:19 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 18:36:23 +0100" startDate="2023-12-22 18:24:15 +0100" endDate="2023-12-22 18:25:28 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 18:17:52 +0100" startDate="2023-12-22 18:07:19 +0100" endDate="2023-12-22 18:17:02 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 21:54:32 +0100" startDate="2023-12-22 21:44:20 +0100" endDate="2023-12-22 21:44:35 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 22:16:23 +0100" startDate="2023-12-22 22:06:12 +0100" endDate="2023-12-22 22:16:08 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 22:32:11 +0100" startDate="2023-12-22 22:17:39 +0100" endDate="2023-12-22 22:18:35 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-22 23:38:58 +0100" startDate="2023-12-22 23:26:53 +0100" endDate="2023-12-22 23:28:55 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 06:44:42 +0100" startDate="2023-12-23 06:28:33 +0100" endDate="2023-12-23 06:29:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 09:25:20 +0100" startDate="2023-12-23 09:14:54 +0100" endDate="2023-12-23 09:24:38 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 09:37:11 +0100" startDate="2023-12-23 09:24:58 +0100" endDate="2023-12-23 09:34:18 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 09:48:18 +0100" startDate="2023-12-23 09:38:13 +0100" endDate="2023-12-23 09:40:58 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 10:37:52 +0100" startDate="2023-12-23 10:25:23 +0100" endDate="2023-12-23 10:25:59 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 11:29:50 +0100" startDate="2023-12-23 11:17:12 +0100" endDate="2023-12-23 11:17:22 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 12:06:46 +0100" startDate="2023-12-23 11:55:39 +0100" endDate="2023-12-23 12:05:40 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 12:16:50 +0100" startDate="2023-12-23 12:05:40 +0100" endDate="2023-12-23 12:15:42 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 12:26:44 +0100" startDate="2023-12-23 12:15:42 +0100" endDate="2023-12-23 12:24:49 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 12:36:55 +0100" startDate="2023-12-23 12:25:53 +0100" endDate="2023-12-23 12:35:38 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 12:47:58 +0100" startDate="2023-12-23 12:36:55 +0100" endDate="2023-12-23 12:44:28 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 14:00:00 +0100" startDate="2023-12-23 13:49:50 +0100" endDate="2023-12-23 13:55:08 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 15:01:10 +0100" startDate="2023-12-23 14:50:47 +0100" endDate="2023-12-23 15:00:20 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 15:20:00 +0100" startDate="2023-12-23 15:02:12 +0100" endDate="2023-12-23 15:08:52 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 17:18:16 +0100" startDate="2023-12-23 17:06:48 +0100" endDate="2023-12-23 17:07:37 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 18:32:17 +0100" startDate="2023-12-23 18:21:14 +0100" endDate="2023-12-23 18:31:13 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 18:44:01 +0100" startDate="2023-12-23 18:31:13 +0100" endDate="2023-12-23 18:41:10 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 18:52:22 +0100" startDate="2023-12-23 18:41:20 +0100" endDate="2023-12-23 18:49:11 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 19:04:49 +0100" startDate="2023-12-23 18:53:43 +0100" endDate="2023-12-23 19:03:14 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 19:17:23 +0100" startDate="2023-12-23 19:06:20 +0100" endDate="2023-12-23 19:07:16 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 20:12:23 +0100" startDate="2023-12-23 19:56:58 +0100" endDate="2023-12-23 20:01:41 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 20:32:01 +0100" startDate="2023-12-23 20:20:36 +0100" endDate="2023-12-23 20:20:47 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 20:58:57 +0100" startDate="2023-12-23 20:46:07 +0100" endDate="2023-12-23 20:46:09 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-23 23:08:14 +0100" startDate="2023-12-23 22:58:09 +0100" endDate="2023-12-23 23:05:14 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-24 07:58:14 +0100" startDate="2023-12-24 07:47:39 +0100" endDate="2023-12-24 07:57:32 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-24 08:12:22 +0100" startDate="2023-12-24 07:58:59 +0100" endDate="2023-12-24 07:59:57 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-24 09:50:48 +0100" startDate="2023-12-24 09:40:30 +0100" endDate="2023-12-24 09:41:01 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-24 10:22:56 +0100" startDate="2023-12-24 10:12:43 +0100" endDate="2023-12-24 10:12:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-24 10:41:44 +0100" startDate="2023-12-24 10:30:21 +0100" endDate="2023-12-24 10:31:02 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-24 10:58:32 +0100" startDate="2023-12-24 10:44:09 +0100" endDate="2023-12-24 10:44:12 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-24 11:30:28 +0100" startDate="2023-12-24 11:13:13 +0100" endDate="2023-12-24 11:13:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-24 11:47:30 +0100" startDate="2023-12-24 11:30:23 +0100" endDate="2023-12-24 11:34:20 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-24 11:53:25 +0100" startDate="2023-12-24 11:40:34 +0100" endDate="2023-12-24 11:50:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-24 12:07:21 +0100" startDate="2023-12-24 11:56:59 +0100" endDate="2023-12-24 11:58:28 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 00:16:29 +0100" startDate="2023-12-25 00:06:21 +0100" endDate="2023-12-25 00:08:42 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 08:24:07 +0100" startDate="2023-12-25 08:12:31 +0100" endDate="2023-12-25 08:22:02 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 08:43:41 +0100" startDate="2023-12-25 08:23:23 +0100" endDate="2023-12-25 08:31:02 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 11:21:08 +0100" startDate="2023-12-25 11:09:53 +0100" endDate="2023-12-25 11:17:55 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 12:14:03 +0100" startDate="2023-12-25 12:03:00 +0100" endDate="2023-12-25 12:07:20 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 12:34:24 +0100" startDate="2023-12-25 12:22:46 +0100" endDate="2023-12-25 12:32:46 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 12:59:11 +0100" startDate="2023-12-25 12:32:46 +0100" endDate="2023-12-25 12:33:19 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 13:23:58 +0100" startDate="2023-12-25 12:54:44 +0100" endDate="2023-12-25 12:59:45 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 13:43:53 +0100" startDate="2023-12-25 13:31:07 +0100" endDate="2023-12-25 13:40:09 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 14:02:48 +0100" startDate="2023-12-25 13:47:48 +0100" endDate="2023-12-25 13:52:08 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 14:16:27 +0100" startDate="2023-12-25 14:04:55 +0100" endDate="2023-12-25 14:13:20 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 14:26:59 +0100" startDate="2023-12-25 14:15:27 +0100" endDate="2023-12-25 14:20:38 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 14:46:52 +0100" startDate="2023-12-25 14:34:11 +0100" endDate="2023-12-25 14:34:19 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 15:18:06 +0100" startDate="2023-12-25 15:06:06 +0100" endDate="2023-12-25 15:10:49 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 15:37:12 +0100" startDate="2023-12-25 15:27:06 +0100" endDate="2023-12-25 15:37:01 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 15:55:33 +0100" startDate="2023-12-25 15:37:06 +0100" endDate="2023-12-25 15:43:51 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 16:50:51 +0100" startDate="2023-12-25 16:38:28 +0100" endDate="2023-12-25 16:45:08 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 17:21:00 +0100" startDate="2023-12-25 17:10:49 +0100" endDate="2023-12-25 17:16:43 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 17:35:12 +0100" startDate="2023-12-25 17:25:03 +0100" endDate="2023-12-25 17:34:54 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 17:46:56 +0100" startDate="2023-12-25 17:35:53 +0100" endDate="2023-12-25 17:43:42 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 17:57:07 +0100" startDate="2023-12-25 17:46:04 +0100" endDate="2023-12-25 17:54:47 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 19:03:33 +0100" startDate="2023-12-25 18:52:30 +0100" endDate="2023-12-25 19:00:34 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-25 22:55:46 +0100" startDate="2023-12-25 22:45:36 +0100" endDate="2023-12-25 22:51:53 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 07:33:17 +0100" startDate="2023-12-26 07:23:09 +0100" endDate="2023-12-26 07:25:09 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 11:04:39 +0100" startDate="2023-12-26 10:52:08 +0100" endDate="2023-12-26 10:58:10 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 11:38:17 +0100" startDate="2023-12-26 11:26:57 +0100" endDate="2023-12-26 11:27:00 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 12:30:23 +0100" startDate="2023-12-26 12:18:23 +0100" endDate="2023-12-26 12:20:18 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 12:55:04 +0100" startDate="2023-12-26 12:41:59 +0100" endDate="2023-12-26 12:42:45 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 15:33:37 +0100" startDate="2023-12-26 15:13:52 +0100" endDate="2023-12-26 15:16:18 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 15:52:32 +0100" startDate="2023-12-26 15:38:12 +0100" endDate="2023-12-26 15:38:24 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 17:34:58 +0100" startDate="2023-12-26 17:22:10 +0100" endDate="2023-12-26 17:30:02 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 17:44:44 +0100" startDate="2023-12-26 17:32:30 +0100" endDate="2023-12-26 17:39:10 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 19:37:47 +0100" startDate="2023-12-26 19:23:29 +0100" endDate="2023-12-26 19:23:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 19:56:00 +0100" startDate="2023-12-26 19:41:45 +0100" endDate="2023-12-26 19:48:15 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 20:18:40 +0100" startDate="2023-12-26 20:07:16 +0100" endDate="2023-12-26 20:17:10 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 20:31:16 +0100" startDate="2023-12-26 20:20:39 +0100" endDate="2023-12-26 20:21:45 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 21:38:02 +0100" startDate="2023-12-26 21:21:21 +0100" endDate="2023-12-26 21:28:54 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 21:52:54 +0100" startDate="2023-12-26 21:35:03 +0100" endDate="2023-12-26 21:36:12 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-26 23:25:44 +0100" startDate="2023-12-26 23:12:57 +0100" endDate="2023-12-26 23:13:48 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 06:32:09 +0100" startDate="2023-12-27 06:21:59 +0100" endDate="2023-12-27 06:31:12 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 07:20:33 +0100" startDate="2023-12-27 07:09:31 +0100" endDate="2023-12-27 07:10:11 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 07:38:18 +0100" startDate="2023-12-27 07:25:38 +0100" endDate="2023-12-27 07:32:15 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 07:50:15 +0100" startDate="2023-12-27 07:36:02 +0100" endDate="2023-12-27 07:39:03 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 09:19:46 +0100" startDate="2023-12-27 09:09:35 +0100" endDate="2023-12-27 09:10:52 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 10:26:13 +0100" startDate="2023-12-27 10:12:47 +0100" endDate="2023-12-27 10:13:26 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 10:36:43 +0100" startDate="2023-12-27 10:25:06 +0100" endDate="2023-12-27 10:25:09 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 11:10:11 +0100" startDate="2023-12-27 10:59:08 +0100" endDate="2023-12-27 10:59:28 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 11:34:34 +0100" startDate="2023-12-27 11:22:44 +0100" endDate="2023-12-27 11:29:24 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 12:23:47 +0100" startDate="2023-12-27 12:13:39 +0100" endDate="2023-12-27 12:14:28 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 14:52:41 +0100" startDate="2023-12-27 14:36:15 +0100" endDate="2023-12-27 14:41:31 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 15:23:28 +0100" startDate="2023-12-27 15:11:41 +0100" endDate="2023-12-27 15:20:43 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 16:43:43 +0100" startDate="2023-12-27 16:29:57 +0100" endDate="2023-12-27 16:39:43 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 16:52:51 +0100" startDate="2023-12-27 16:40:08 +0100" endDate="2023-12-27 16:50:07 +0100" value="785"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 17:00:52 +0100" startDate="2023-12-27 16:50:14 +0100" endDate="2023-12-27 16:52:55 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 17:38:29 +0100" startDate="2023-12-27 17:20:07 +0100" endDate="2023-12-27 17:29:48 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 17:48:36 +0100" startDate="2023-12-27 17:30:16 +0100" endDate="2023-12-27 17:38:10 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 22:18:04 +0100" startDate="2023-12-27 22:07:27 +0100" endDate="2023-12-27 22:17:28 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 22:33:08 +0100" startDate="2023-12-27 22:17:28 +0100" endDate="2023-12-27 22:27:19 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 22:40:09 +0100" startDate="2023-12-27 22:28:17 +0100" endDate="2023-12-27 22:34:54 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-27 23:32:18 +0100" startDate="2023-12-27 23:21:56 +0100" endDate="2023-12-27 23:22:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 08:59:43 +0100" startDate="2023-12-28 08:44:56 +0100" endDate="2023-12-28 08:52:04 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 09:06:08 +0100" startDate="2023-12-28 08:55:05 +0100" endDate="2023-12-28 08:59:55 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 11:39:58 +0100" startDate="2023-12-28 11:28:55 +0100" endDate="2023-12-28 11:29:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 13:19:39 +0100" startDate="2023-12-28 13:06:51 +0100" endDate="2023-12-28 13:06:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 13:58:24 +0100" startDate="2023-12-28 13:43:23 +0100" endDate="2023-12-28 13:43:41 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 14:41:33 +0100" startDate="2023-12-28 14:29:10 +0100" endDate="2023-12-28 14:39:11 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 14:51:39 +0100" startDate="2023-12-28 14:39:11 +0100" endDate="2023-12-28 14:49:12 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 14:59:25 +0100" startDate="2023-12-28 14:49:12 +0100" endDate="2023-12-28 14:59:13 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 15:12:04 +0100" startDate="2023-12-28 14:59:13 +0100" endDate="2023-12-28 15:02:39 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 15:21:00 +0100" startDate="2023-12-28 15:09:57 +0100" endDate="2023-12-28 15:17:28 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 16:50:45 +0100" startDate="2023-12-28 16:39:41 +0100" endDate="2023-12-28 16:39:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 17:25:49 +0100" startDate="2023-12-28 17:14:46 +0100" endDate="2023-12-28 17:15:09 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-28 21:52:15 +0100" startDate="2023-12-28 21:40:53 +0100" endDate="2023-12-28 21:44:27 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 07:02:10 +0100" startDate="2023-12-29 06:51:25 +0100" endDate="2023-12-29 06:55:12 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 07:13:11 +0100" startDate="2023-12-29 07:03:06 +0100" endDate="2023-12-29 07:04:35 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 07:24:09 +0100" startDate="2023-12-29 07:13:13 +0100" endDate="2023-12-29 07:19:10 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 08:13:42 +0100" startDate="2023-12-29 08:01:52 +0100" endDate="2023-12-29 08:01:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 08:41:23 +0100" startDate="2023-12-29 08:23:37 +0100" endDate="2023-12-29 08:28:17 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 08:48:04 +0100" startDate="2023-12-29 08:37:02 +0100" endDate="2023-12-29 08:45:49 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 08:59:14 +0100" startDate="2023-12-29 08:48:14 +0100" endDate="2023-12-29 08:49:07 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 09:15:04 +0100" startDate="2023-12-29 09:03:44 +0100" endDate="2023-12-29 09:13:42 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 09:24:42 +0100" startDate="2023-12-29 09:13:42 +0100" endDate="2023-12-29 09:13:58 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 10:22:04 +0100" startDate="2023-12-29 10:10:02 +0100" endDate="2023-12-29 10:13:19 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 10:52:03 +0100" startDate="2023-12-29 10:41:50 +0100" endDate="2023-12-29 10:41:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 11:17:31 +0100" startDate="2023-12-29 11:07:08 +0100" endDate="2023-12-29 11:14:52 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 11:27:25 +0100" startDate="2023-12-29 11:17:10 +0100" endDate="2023-12-29 11:21:12 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 11:51:22 +0100" startDate="2023-12-29 11:35:29 +0100" endDate="2023-12-29 11:38:30 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 12:05:49 +0100" startDate="2023-12-29 11:52:27 +0100" endDate="2023-12-29 11:58:34 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 12:23:38 +0100" startDate="2023-12-29 12:12:07 +0100" endDate="2023-12-29 12:22:06 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 12:33:21 +0100" startDate="2023-12-29 12:22:56 +0100" endDate="2023-12-29 12:32:45 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 12:58:23 +0100" startDate="2023-12-29 12:38:57 +0100" endDate="2023-12-29 12:46:41 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 13:55:00 +0100" startDate="2023-12-29 13:38:41 +0100" endDate="2023-12-29 13:46:42 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 14:02:43 +0100" startDate="2023-12-29 13:52:08 +0100" endDate="2023-12-29 14:00:19 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 14:28:32 +0100" startDate="2023-12-29 14:13:52 +0100" endDate="2023-12-29 14:23:32 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 14:40:50 +0100" startDate="2023-12-29 14:26:51 +0100" endDate="2023-12-29 14:35:12 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 14:50:48 +0100" startDate="2023-12-29 14:39:45 +0100" endDate="2023-12-29 14:45:01 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 15:21:05 +0100" startDate="2023-12-29 15:10:02 +0100" endDate="2023-12-29 15:12:45 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 15:46:20 +0100" startDate="2023-12-29 15:35:39 +0100" endDate="2023-12-29 15:44:16 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 16:28:16 +0100" startDate="2023-12-29 16:17:14 +0100" endDate="2023-12-29 16:27:02 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 16:40:55 +0100" startDate="2023-12-29 16:27:43 +0100" endDate="2023-12-29 16:33:57 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 17:24:21 +0100" startDate="2023-12-29 17:13:18 +0100" endDate="2023-12-29 17:23:19 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 17:36:57 +0100" startDate="2023-12-29 17:23:19 +0100" endDate="2023-12-29 17:32:04 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 17:46:51 +0100" startDate="2023-12-29 17:34:12 +0100" endDate="2023-12-29 17:38:21 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 18:44:02 +0100" startDate="2023-12-29 18:33:54 +0100" endDate="2023-12-29 18:34:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 19:03:10 +0100" startDate="2023-12-29 18:52:07 +0100" endDate="2023-12-29 18:52:33 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-29 23:02:40 +0100" startDate="2023-12-29 22:52:30 +0100" endDate="2023-12-29 23:01:17 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 07:10:54 +0100" startDate="2023-12-30 06:59:51 +0100" endDate="2023-12-30 07:09:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 07:21:36 +0100" startDate="2023-12-30 07:10:33 +0100" endDate="2023-12-30 07:11:06 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 07:39:18 +0100" startDate="2023-12-30 07:22:39 +0100" endDate="2023-12-30 07:28:13 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 09:32:23 +0100" startDate="2023-12-30 09:20:34 +0100" endDate="2023-12-30 09:20:39 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 10:05:14 +0100" startDate="2023-12-30 09:47:51 +0100" endDate="2023-12-30 09:48:50 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 10:43:22 +0100" startDate="2023-12-30 10:32:19 +0100" endDate="2023-12-30 10:32:50 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 12:08:38 +0100" startDate="2023-12-30 11:56:37 +0100" endDate="2023-12-30 11:57:38 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 13:27:14 +0100" startDate="2023-12-30 13:14:19 +0100" endDate="2023-12-30 13:24:20 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 13:38:56 +0100" startDate="2023-12-30 13:24:20 +0100" endDate="2023-12-30 13:34:14 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 13:48:31 +0100" startDate="2023-12-30 13:34:14 +0100" endDate="2023-12-30 13:39:07 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 13:51:05 +0100" startDate="2023-12-30 13:39:07 +0100" endDate="2023-12-30 13:48:30 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 14:05:32 +0100" startDate="2023-12-30 13:49:49 +0100" endDate="2023-12-30 13:56:49 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 14:19:09 +0100" startDate="2023-12-30 13:59:55 +0100" endDate="2023-12-30 14:06:42 +0100" value="424"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 14:27:33 +0100" startDate="2023-12-30 14:12:06 +0100" endDate="2023-12-30 14:22:07 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 14:35:07 +0100" startDate="2023-12-30 14:22:07 +0100" endDate="2023-12-30 14:32:08 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 14:44:37 +0100" startDate="2023-12-30 14:32:08 +0100" endDate="2023-12-30 14:42:09 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 14:55:15 +0100" startDate="2023-12-30 14:42:09 +0100" endDate="2023-12-30 14:52:10 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 15:02:26 +0100" startDate="2023-12-30 14:52:10 +0100" endDate="2023-12-30 15:02:04 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 15:15:21 +0100" startDate="2023-12-30 15:02:42 +0100" endDate="2023-12-30 15:12:05 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 15:23:46 +0100" startDate="2023-12-30 15:12:43 +0100" endDate="2023-12-30 15:18:24 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 16:10:14 +0100" startDate="2023-12-30 15:51:15 +0100" endDate="2023-12-30 15:51:56 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 16:21:35 +0100" startDate="2023-12-30 16:11:27 +0100" endDate="2023-12-30 16:12:00 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 18:13:42 +0100" startDate="2023-12-30 17:58:17 +0100" endDate="2023-12-30 18:04:28 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 18:20:49 +0100" startDate="2023-12-30 18:09:45 +0100" endDate="2023-12-30 18:10:24 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-30 21:37:03 +0100" startDate="2023-12-30 21:25:07 +0100" endDate="2023-12-30 21:25:29 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 05:51:08 +0100" startDate="2023-12-31 05:39:38 +0100" endDate="2023-12-31 05:41:02 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 08:09:04 +0100" startDate="2023-12-31 07:56:13 +0100" endDate="2023-12-31 07:56:28 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 08:37:14 +0100" startDate="2023-12-31 08:26:54 +0100" endDate="2023-12-31 08:33:34 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 08:49:01 +0100" startDate="2023-12-31 08:37:51 +0100" endDate="2023-12-31 08:39:25 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 09:03:27 +0100" startDate="2023-12-31 08:48:40 +0100" endDate="2023-12-31 08:53:16 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 09:45:10 +0100" startDate="2023-12-31 09:31:12 +0100" endDate="2023-12-31 09:40:24 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 10:07:33 +0100" startDate="2023-12-31 09:55:42 +0100" endDate="2023-12-31 09:55:47 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 10:18:35 +0100" startDate="2023-12-31 10:08:29 +0100" endDate="2023-12-31 10:08:52 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 12:50:50 +0100" startDate="2023-12-31 12:40:16 +0100" endDate="2023-12-31 12:42:19 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 16:20:22 +0100" startDate="2023-12-31 16:10:14 +0100" endDate="2023-12-31 16:11:54 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 17:19:37 +0100" startDate="2023-12-31 17:08:34 +0100" endDate="2023-12-31 17:18:30 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 17:40:20 +0100" startDate="2023-12-31 17:25:25 +0100" endDate="2023-12-31 17:27:53 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 18:00:59 +0100" startDate="2023-12-31 17:49:27 +0100" endDate="2023-12-31 17:53:06 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 18:16:41 +0100" startDate="2023-12-31 18:05:34 +0100" endDate="2023-12-31 18:09:21 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 19:09:03 +0100" startDate="2023-12-31 18:57:36 +0100" endDate="2023-12-31 19:03:36 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 20:21:33 +0100" startDate="2023-12-31 20:02:08 +0100" endDate="2023-12-31 20:02:10 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 22:37:36 +0100" startDate="2023-12-31 22:15:07 +0100" endDate="2023-12-31 22:16:10 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2023-12-31 23:12:34 +0100" startDate="2023-12-31 22:58:44 +0100" endDate="2023-12-31 22:59:07 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 00:14:21 +0100" startDate="2024-01-01 00:00:14 +0100" endDate="2024-01-01 00:09:09 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 00:21:05 +0100" startDate="2024-01-01 00:10:36 +0100" endDate="2024-01-01 00:18:11 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 00:37:44 +0100" startDate="2024-01-01 00:20:37 +0100" endDate="2024-01-01 00:20:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 00:44:14 +0100" startDate="2024-01-01 00:32:55 +0100" endDate="2024-01-01 00:34:11 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 01:51:31 +0100" startDate="2024-01-01 01:32:11 +0100" endDate="2024-01-01 01:32:29 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 03:32:24 +0100" startDate="2024-01-01 03:20:11 +0100" endDate="2024-01-01 03:27:34 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 03:55:51 +0100" startDate="2024-01-01 03:42:31 +0100" endDate="2024-01-01 03:42:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 04:04:31 +0100" startDate="2024-01-01 03:52:37 +0100" endDate="2024-01-01 04:01:17 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 04:14:48 +0100" startDate="2024-01-01 04:03:45 +0100" endDate="2024-01-01 04:03:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 07:33:56 +0100" startDate="2024-01-01 07:23:08 +0100" endDate="2024-01-01 07:23:56 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 07:46:10 +0100" startDate="2024-01-01 07:35:52 +0100" endDate="2024-01-01 07:36:32 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 08:10:26 +0100" startDate="2024-01-01 07:59:58 +0100" endDate="2024-01-01 08:00:32 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 09:09:49 +0100" startDate="2024-01-01 08:56:56 +0100" endDate="2024-01-01 08:57:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 09:53:43 +0100" startDate="2024-01-01 09:43:04 +0100" endDate="2024-01-01 09:49:11 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-01 21:57:47 +0100" startDate="2024-01-01 21:46:45 +0100" endDate="2024-01-01 21:47:05 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-02 07:10:40 +0100" startDate="2024-01-02 06:59:18 +0100" endDate="2024-01-02 07:07:09 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-02 07:45:43 +0100" startDate="2024-01-02 07:35:38 +0100" endDate="2024-01-02 07:35:51 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-02 08:17:48 +0100" startDate="2024-01-02 07:58:02 +0100" endDate="2024-01-02 07:58:45 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-02 11:31:47 +0100" startDate="2024-01-02 11:21:42 +0100" endDate="2024-01-02 11:27:10 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-02 13:25:04 +0100" startDate="2024-01-02 13:14:59 +0100" endDate="2024-01-02 13:15:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-02 14:51:43 +0100" startDate="2024-01-02 14:33:59 +0100" endDate="2024-01-02 14:34:14 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-02 14:58:43 +0100" startDate="2024-01-02 14:45:10 +0100" endDate="2024-01-02 14:45:59 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-02 15:10:43 +0100" startDate="2024-01-02 14:58:12 +0100" endDate="2024-01-02 15:01:46 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-02 17:59:48 +0100" startDate="2024-01-02 17:44:41 +0100" endDate="2024-01-02 17:44:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-02 18:14:19 +0100" startDate="2024-01-02 18:02:54 +0100" endDate="2024-01-02 18:12:07 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-02 23:36:01 +0100" startDate="2024-01-02 23:25:45 +0100" endDate="2024-01-02 23:28:11 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 05:52:23 +0100" startDate="2024-01-03 05:41:20 +0100" endDate="2024-01-03 05:48:08 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 06:21:12 +0100" startDate="2024-01-03 06:07:16 +0100" endDate="2024-01-03 06:07:21 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 06:33:09 +0100" startDate="2024-01-03 06:23:01 +0100" endDate="2024-01-03 06:30:21 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 07:07:52 +0100" startDate="2024-01-03 06:57:40 +0100" endDate="2024-01-03 07:07:41 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 07:18:44 +0100" startDate="2024-01-03 07:07:41 +0100" endDate="2024-01-03 07:10:37 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 08:22:47 +0100" startDate="2024-01-03 08:11:42 +0100" endDate="2024-01-03 08:11:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 08:32:32 +0100" startDate="2024-01-03 08:22:16 +0100" endDate="2024-01-03 08:31:26 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 10:00:35 +0100" startDate="2024-01-03 09:41:58 +0100" endDate="2024-01-03 09:47:01 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 10:56:31 +0100" startDate="2024-01-03 10:10:11 +0100" endDate="2024-01-03 10:14:43 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 11:22:20 +0100" startDate="2024-01-03 11:11:45 +0100" endDate="2024-01-03 11:11:47 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 12:03:21 +0100" startDate="2024-01-03 11:52:18 +0100" endDate="2024-01-03 12:00:02 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 15:10:00 +0100" startDate="2024-01-03 14:58:50 +0100" endDate="2024-01-03 15:06:49 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 15:20:36 +0100" startDate="2024-01-03 15:09:22 +0100" endDate="2024-01-03 15:19:16 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 15:30:26 +0100" startDate="2024-01-03 15:19:23 +0100" endDate="2024-01-03 15:23:30 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 16:50:46 +0100" startDate="2024-01-03 16:39:43 +0100" endDate="2024-01-03 16:46:13 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 17:26:30 +0100" startDate="2024-01-03 17:15:28 +0100" endDate="2024-01-03 17:16:52 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 18:07:27 +0100" startDate="2024-01-03 17:56:24 +0100" endDate="2024-01-03 17:56:45 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-03 21:16:04 +0100" startDate="2024-01-03 21:03:34 +0100" endDate="2024-01-03 21:08:41 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 02:22:15 +0100" startDate="2024-01-04 02:11:37 +0100" endDate="2024-01-04 02:12:10 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 02:55:04 +0100" startDate="2024-01-04 02:44:01 +0100" endDate="2024-01-04 02:45:53 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 05:44:21 +0100" startDate="2024-01-04 05:24:55 +0100" endDate="2024-01-04 05:25:33 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 06:25:33 +0100" startDate="2024-01-04 06:05:42 +0100" endDate="2024-01-04 06:06:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 06:30:43 +0100" startDate="2024-01-04 06:20:08 +0100" endDate="2024-01-04 06:27:00 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 07:03:02 +0100" startDate="2024-01-04 06:52:52 +0100" endDate="2024-01-04 07:02:00 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 08:24:42 +0100" startDate="2024-01-04 08:13:21 +0100" endDate="2024-01-04 08:23:23 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 08:34:25 +0100" startDate="2024-01-04 08:23:23 +0100" endDate="2024-01-04 08:23:28 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 08:53:13 +0100" startDate="2024-01-04 08:42:34 +0100" endDate="2024-01-04 08:46:01 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 10:16:51 +0100" startDate="2024-01-04 10:06:04 +0100" endDate="2024-01-04 10:15:48 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 10:31:39 +0100" startDate="2024-01-04 10:20:39 +0100" endDate="2024-01-04 10:21:45 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 10:41:30 +0100" startDate="2024-01-04 10:31:26 +0100" endDate="2024-01-04 10:36:59 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 12:42:43 +0100" startDate="2024-01-04 12:26:04 +0100" endDate="2024-01-04 12:33:27 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 13:10:30 +0100" startDate="2024-01-04 12:57:36 +0100" endDate="2024-01-04 13:06:59 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 13:20:52 +0100" startDate="2024-01-04 13:09:12 +0100" endDate="2024-01-04 13:12:35 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 14:14:40 +0100" startDate="2024-01-04 14:02:11 +0100" endDate="2024-01-04 14:09:34 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 14:25:57 +0100" startDate="2024-01-04 14:14:19 +0100" endDate="2024-01-04 14:24:20 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 14:35:23 +0100" startDate="2024-01-04 14:24:20 +0100" endDate="2024-01-04 14:24:51 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 15:34:26 +0100" startDate="2024-01-04 15:22:48 +0100" endDate="2024-01-04 15:22:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 15:43:54 +0100" startDate="2024-01-04 15:32:57 +0100" endDate="2024-01-04 15:41:49 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 15:56:51 +0100" startDate="2024-01-04 15:43:21 +0100" endDate="2024-01-04 15:46:40 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 17:07:39 +0100" startDate="2024-01-04 16:55:05 +0100" endDate="2024-01-04 16:55:10 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 17:15:38 +0100" startDate="2024-01-04 17:05:14 +0100" endDate="2024-01-04 17:11:11 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 17:48:09 +0100" startDate="2024-01-04 17:30:31 +0100" endDate="2024-01-04 17:40:12 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 17:50:57 +0100" startDate="2024-01-04 17:40:38 +0100" endDate="2024-01-04 17:49:58 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 18:09:14 +0100" startDate="2024-01-04 17:56:40 +0100" endDate="2024-01-04 18:06:42 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 18:21:33 +0100" startDate="2024-01-04 18:06:42 +0100" endDate="2024-01-04 18:16:43 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 18:28:38 +0100" startDate="2024-01-04 18:16:43 +0100" endDate="2024-01-04 18:26:36 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 19:09:24 +0100" startDate="2024-01-04 18:58:21 +0100" endDate="2024-01-04 19:08:04 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-04 19:40:32 +0100" startDate="2024-01-04 19:28:05 +0100" endDate="2024-01-04 19:30:33 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 01:41:10 +0100" startDate="2024-01-05 01:30:37 +0100" endDate="2024-01-05 01:32:42 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 05:56:58 +0100" startDate="2024-01-05 05:43:23 +0100" endDate="2024-01-05 05:46:12 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 06:48:30 +0100" startDate="2024-01-05 06:35:31 +0100" endDate="2024-01-05 06:45:20 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 07:53:57 +0100" startDate="2024-01-05 07:42:54 +0100" endDate="2024-01-05 07:43:15 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 08:18:51 +0100" startDate="2024-01-05 08:02:02 +0100" endDate="2024-01-05 08:02:22 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 12:28:20 +0100" startDate="2024-01-05 12:15:36 +0100" endDate="2024-01-05 12:15:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 13:53:27 +0100" startDate="2024-01-05 13:39:25 +0100" endDate="2024-01-05 13:39:38 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 14:01:55 +0100" startDate="2024-01-05 13:49:58 +0100" endDate="2024-01-05 13:59:49 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 14:11:06 +0100" startDate="2024-01-05 13:59:57 +0100" endDate="2024-01-05 14:02:07 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 14:28:39 +0100" startDate="2024-01-05 14:17:50 +0100" endDate="2024-01-05 14:17:52 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 16:05:00 +0100" startDate="2024-01-05 15:52:59 +0100" endDate="2024-01-05 16:02:53 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 16:14:15 +0100" startDate="2024-01-05 16:03:03 +0100" endDate="2024-01-05 16:13:04 +0100" value="824"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 16:24:21 +0100" startDate="2024-01-05 16:13:04 +0100" endDate="2024-01-05 16:22:52 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 16:37:20 +0100" startDate="2024-01-05 16:23:33 +0100" endDate="2024-01-05 16:33:34 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 16:47:40 +0100" startDate="2024-01-05 16:33:34 +0100" endDate="2024-01-05 16:36:35 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 18:34:03 +0100" startDate="2024-01-05 18:23:21 +0100" endDate="2024-01-05 18:23:26 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-05 23:35:26 +0100" startDate="2024-01-05 23:25:16 +0100" endDate="2024-01-05 23:27:11 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 09:20:04 +0100" startDate="2024-01-06 09:08:56 +0100" endDate="2024-01-06 09:16:06 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 09:31:45 +0100" startDate="2024-01-06 09:16:44 +0100" endDate="2024-01-06 09:25:44 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 09:40:40 +0100" startDate="2024-01-06 09:27:23 +0100" endDate="2024-01-06 09:30:37 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 09:55:48 +0100" startDate="2024-01-06 09:41:56 +0100" endDate="2024-01-06 09:49:42 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 12:39:37 +0100" startDate="2024-01-06 12:22:42 +0100" endDate="2024-01-06 12:30:02 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 12:45:13 +0100" startDate="2024-01-06 12:34:14 +0100" endDate="2024-01-06 12:42:46 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 13:02:07 +0100" startDate="2024-01-06 12:44:19 +0100" endDate="2024-01-06 12:45:02 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 13:17:27 +0100" startDate="2024-01-06 13:06:06 +0100" endDate="2024-01-06 13:06:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 14:59:21 +0100" startDate="2024-01-06 14:45:51 +0100" endDate="2024-01-06 14:55:52 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 15:06:00 +0100" startDate="2024-01-06 14:55:52 +0100" endDate="2024-01-06 15:05:02 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 15:22:37 +0100" startDate="2024-01-06 15:07:32 +0100" endDate="2024-01-06 15:17:33 +0100" value="901"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 15:34:50 +0100" startDate="2024-01-06 15:17:33 +0100" endDate="2024-01-06 15:27:34 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 15:44:52 +0100" startDate="2024-01-06 15:27:34 +0100" endDate="2024-01-06 15:34:45 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 16:06:29 +0100" startDate="2024-01-06 15:52:29 +0100" endDate="2024-01-06 15:53:51 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 21:11:06 +0100" startDate="2024-01-06 21:00:01 +0100" endDate="2024-01-06 21:00:04 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-06 22:51:38 +0100" startDate="2024-01-06 22:26:16 +0100" endDate="2024-01-06 22:28:37 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 08:53:59 +0100" startDate="2024-01-07 08:43:24 +0100" endDate="2024-01-07 08:52:44 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 09:07:37 +0100" startDate="2024-01-07 08:57:29 +0100" endDate="2024-01-07 09:05:00 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 10:31:30 +0100" startDate="2024-01-07 10:18:35 +0100" endDate="2024-01-07 10:18:38 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 10:46:40 +0100" startDate="2024-01-07 10:29:42 +0100" endDate="2024-01-07 10:29:53 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 11:42:37 +0100" startDate="2024-01-07 11:31:34 +0100" endDate="2024-01-07 11:35:59 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 13:01:35 +0100" startDate="2024-01-07 12:50:33 +0100" endDate="2024-01-07 12:51:11 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 13:54:39 +0100" startDate="2024-01-07 13:43:36 +0100" endDate="2024-01-07 13:47:41 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 14:18:15 +0100" startDate="2024-01-07 14:08:07 +0100" endDate="2024-01-07 14:15:46 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 14:35:42 +0100" startDate="2024-01-07 14:25:29 +0100" endDate="2024-01-07 14:25:52 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 15:27:43 +0100" startDate="2024-01-07 15:14:19 +0100" endDate="2024-01-07 15:20:59 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 18:49:50 +0100" startDate="2024-01-07 18:35:26 +0100" endDate="2024-01-07 18:41:12 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 19:01:01 +0100" startDate="2024-01-07 18:47:19 +0100" endDate="2024-01-07 18:52:42 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-07 21:57:06 +0100" startDate="2024-01-07 21:45:33 +0100" endDate="2024-01-07 21:54:30 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 06:35:43 +0100" startDate="2024-01-08 06:22:03 +0100" endDate="2024-01-08 06:22:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 06:46:31 +0100" startDate="2024-01-08 06:35:28 +0100" endDate="2024-01-08 06:35:48 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 07:05:08 +0100" startDate="2024-01-08 06:53:46 +0100" endDate="2024-01-08 06:55:45 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 07:15:37 +0100" startDate="2024-01-08 07:04:15 +0100" endDate="2024-01-08 07:14:16 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 07:25:52 +0100" startDate="2024-01-08 07:14:16 +0100" endDate="2024-01-08 07:23:39 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 07:39:09 +0100" startDate="2024-01-08 07:28:06 +0100" endDate="2024-01-08 07:28:57 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 08:21:06 +0100" startDate="2024-01-08 08:10:34 +0100" endDate="2024-01-08 08:13:55 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 08:54:58 +0100" startDate="2024-01-08 08:43:08 +0100" endDate="2024-01-08 08:53:09 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 09:07:38 +0100" startDate="2024-01-08 08:53:09 +0100" endDate="2024-01-08 08:59:54 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 09:29:57 +0100" startDate="2024-01-08 09:17:01 +0100" endDate="2024-01-08 09:22:06 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 11:48:02 +0100" startDate="2024-01-08 11:37:29 +0100" endDate="2024-01-08 11:46:08 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 12:00:27 +0100" startDate="2024-01-08 11:49:25 +0100" endDate="2024-01-08 11:50:28 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 12:26:51 +0100" startDate="2024-01-08 12:15:24 +0100" endDate="2024-01-08 12:21:36 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 17:09:03 +0100" startDate="2024-01-08 16:57:53 +0100" endDate="2024-01-08 17:07:54 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 17:18:38 +0100" startDate="2024-01-08 17:07:54 +0100" endDate="2024-01-08 17:17:32 +0100" value="1090"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 17:33:39 +0100" startDate="2024-01-08 17:18:28 +0100" endDate="2024-01-08 17:21:42 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 17:40:31 +0100" startDate="2024-01-08 17:29:29 +0100" endDate="2024-01-08 17:33:53 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 17:58:34 +0100" startDate="2024-01-08 17:47:31 +0100" endDate="2024-01-08 17:56:46 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 18:54:32 +0100" startDate="2024-01-08 18:44:27 +0100" endDate="2024-01-08 18:54:15 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 19:08:05 +0100" startDate="2024-01-08 18:55:17 +0100" endDate="2024-01-08 19:03:59 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 19:25:10 +0100" startDate="2024-01-08 19:10:47 +0100" endDate="2024-01-08 19:20:48 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 19:34:13 +0100" startDate="2024-01-08 19:20:48 +0100" endDate="2024-01-08 19:29:26 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 19:47:16 +0100" startDate="2024-01-08 19:36:13 +0100" endDate="2024-01-08 19:40:56 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 20:15:03 +0100" startDate="2024-01-08 20:04:55 +0100" endDate="2024-01-08 20:13:40 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-08 21:36:54 +0100" startDate="2024-01-08 21:25:51 +0100" endDate="2024-01-08 21:27:10 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 05:52:09 +0100" startDate="2024-01-09 05:31:51 +0100" endDate="2024-01-09 05:32:16 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 07:24:11 +0100" startDate="2024-01-09 07:07:32 +0100" endDate="2024-01-09 07:08:11 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 07:48:29 +0100" startDate="2024-01-09 07:38:06 +0100" endDate="2024-01-09 07:44:38 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 09:16:55 +0100" startDate="2024-01-09 09:03:40 +0100" endDate="2024-01-09 09:07:55 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 09:30:09 +0100" startDate="2024-01-09 09:17:57 +0100" endDate="2024-01-09 09:27:20 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 09:44:44 +0100" startDate="2024-01-09 09:29:27 +0100" endDate="2024-01-09 09:34:43 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 12:10:43 +0100" startDate="2024-01-09 11:54:48 +0100" endDate="2024-01-09 12:04:28 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 12:15:06 +0100" startDate="2024-01-09 12:04:28 +0100" endDate="2024-01-09 12:13:56 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 12:24:26 +0100" startDate="2024-01-09 12:13:56 +0100" endDate="2024-01-09 12:17:15 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 12:43:30 +0100" startDate="2024-01-09 12:33:20 +0100" endDate="2024-01-09 12:33:32 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 13:07:17 +0100" startDate="2024-01-09 12:56:51 +0100" endDate="2024-01-09 12:56:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 13:56:04 +0100" startDate="2024-01-09 13:45:53 +0100" endDate="2024-01-09 13:51:45 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 14:09:19 +0100" startDate="2024-01-09 13:58:15 +0100" endDate="2024-01-09 14:03:51 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 14:20:50 +0100" startDate="2024-01-09 14:09:47 +0100" endDate="2024-01-09 14:18:27 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 14:31:18 +0100" startDate="2024-01-09 14:20:14 +0100" endDate="2024-01-09 14:27:40 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 14:47:30 +0100" startDate="2024-01-09 14:36:05 +0100" endDate="2024-01-09 14:40:37 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 15:21:17 +0100" startDate="2024-01-09 15:10:14 +0100" endDate="2024-01-09 15:19:45 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 15:30:25 +0100" startDate="2024-01-09 15:20:15 +0100" endDate="2024-01-09 15:27:13 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 15:53:37 +0100" startDate="2024-01-09 15:43:26 +0100" endDate="2024-01-09 15:43:42 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 16:07:58 +0100" startDate="2024-01-09 15:57:50 +0100" endDate="2024-01-09 16:03:34 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 16:29:41 +0100" startDate="2024-01-09 16:19:34 +0100" endDate="2024-01-09 16:29:32 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 16:40:57 +0100" startDate="2024-01-09 16:30:00 +0100" endDate="2024-01-09 16:38:37 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 16:52:23 +0100" startDate="2024-01-09 16:42:14 +0100" endDate="2024-01-09 16:42:27 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-09 22:47:13 +0100" startDate="2024-01-09 22:28:19 +0100" endDate="2024-01-09 22:28:49 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 05:58:14 +0100" startDate="2024-01-10 05:47:55 +0100" endDate="2024-01-10 05:57:56 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 06:08:59 +0100" startDate="2024-01-10 05:57:56 +0100" endDate="2024-01-10 05:58:14 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 06:45:51 +0100" startDate="2024-01-10 06:35:46 +0100" endDate="2024-01-10 06:40:49 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 07:45:33 +0100" startDate="2024-01-10 07:28:05 +0100" endDate="2024-01-10 07:31:54 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 10:21:21 +0100" startDate="2024-01-10 10:11:08 +0100" endDate="2024-01-10 10:19:10 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 15:27:20 +0100" startDate="2024-01-10 15:17:12 +0100" endDate="2024-01-10 15:18:13 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 16:33:53 +0100" startDate="2024-01-10 16:22:30 +0100" endDate="2024-01-10 16:32:31 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 16:50:22 +0100" startDate="2024-01-10 16:33:35 +0100" endDate="2024-01-10 16:41:56 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 16:58:28 +0100" startDate="2024-01-10 16:47:25 +0100" endDate="2024-01-10 16:47:35 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 17:09:43 +0100" startDate="2024-01-10 16:58:40 +0100" endDate="2024-01-10 16:58:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 17:23:48 +0100" startDate="2024-01-10 17:12:00 +0100" endDate="2024-01-10 17:21:31 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 17:36:09 +0100" startDate="2024-01-10 17:22:19 +0100" endDate="2024-01-10 17:27:15 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 17:43:34 +0100" startDate="2024-01-10 17:32:59 +0100" endDate="2024-01-10 17:36:41 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 18:09:28 +0100" startDate="2024-01-10 17:57:45 +0100" endDate="2024-01-10 18:03:03 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 18:39:39 +0100" startDate="2024-01-10 18:27:50 +0100" endDate="2024-01-10 18:36:45 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 18:49:40 +0100" startDate="2024-01-10 18:38:37 +0100" endDate="2024-01-10 18:43:32 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 19:06:14 +0100" startDate="2024-01-10 18:50:44 +0100" endDate="2024-01-10 18:59:28 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 19:17:52 +0100" startDate="2024-01-10 19:07:17 +0100" endDate="2024-01-10 19:07:50 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 20:39:19 +0100" startDate="2024-01-10 20:20:27 +0100" endDate="2024-01-10 20:20:34 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-10 21:44:00 +0100" startDate="2024-01-10 21:29:00 +0100" endDate="2024-01-10 21:33:18 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 04:13:08 +0100" startDate="2024-01-11 04:02:38 +0100" endDate="2024-01-11 04:06:34 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 04:48:30 +0100" startDate="2024-01-11 04:37:27 +0100" endDate="2024-01-11 04:38:15 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 05:51:48 +0100" startDate="2024-01-11 05:39:21 +0100" endDate="2024-01-11 05:47:33 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 06:07:50 +0100" startDate="2024-01-11 05:50:23 +0100" endDate="2024-01-11 05:50:31 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 08:18:04 +0100" startDate="2024-01-11 08:07:02 +0100" endDate="2024-01-11 08:08:08 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 08:30:30 +0100" startDate="2024-01-11 08:20:17 +0100" endDate="2024-01-11 08:20:42 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 13:17:35 +0100" startDate="2024-01-11 13:06:56 +0100" endDate="2024-01-11 13:07:06 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 13:47:41 +0100" startDate="2024-01-11 13:37:34 +0100" endDate="2024-01-11 13:47:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 13:57:43 +0100" startDate="2024-01-11 13:47:35 +0100" endDate="2024-01-11 13:53:34 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 14:17:45 +0100" startDate="2024-01-11 14:06:51 +0100" endDate="2024-01-11 14:07:42 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 15:35:59 +0100" startDate="2024-01-11 15:25:46 +0100" endDate="2024-01-11 15:27:29 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 15:57:10 +0100" startDate="2024-01-11 15:46:07 +0100" endDate="2024-01-11 15:54:44 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 16:13:06 +0100" startDate="2024-01-11 15:59:45 +0100" endDate="2024-01-11 16:00:08 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 17:41:17 +0100" startDate="2024-01-11 17:31:11 +0100" endDate="2024-01-11 17:39:02 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 17:51:30 +0100" startDate="2024-01-11 17:41:20 +0100" endDate="2024-01-11 17:50:20 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 18:05:00 +0100" startDate="2024-01-11 17:53:28 +0100" endDate="2024-01-11 18:03:29 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 18:14:47 +0100" startDate="2024-01-11 18:03:45 +0100" endDate="2024-01-11 18:05:09 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 18:30:39 +0100" startDate="2024-01-11 18:18:51 +0100" endDate="2024-01-11 18:28:07 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 18:42:24 +0100" startDate="2024-01-11 18:30:22 +0100" endDate="2024-01-11 18:40:23 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 18:50:51 +0100" startDate="2024-01-11 18:40:23 +0100" endDate="2024-01-11 18:49:53 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 19:02:57 +0100" startDate="2024-01-11 18:50:31 +0100" endDate="2024-01-11 18:59:08 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-11 22:12:37 +0100" startDate="2024-01-11 22:02:26 +0100" endDate="2024-01-11 22:05:35 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 07:17:10 +0100" startDate="2024-01-12 07:07:05 +0100" endDate="2024-01-12 07:07:58 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 07:57:51 +0100" startDate="2024-01-12 07:46:48 +0100" endDate="2024-01-12 07:49:08 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 08:18:53 +0100" startDate="2024-01-12 08:07:03 +0100" endDate="2024-01-12 08:10:28 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 09:09:02 +0100" startDate="2024-01-12 08:58:52 +0100" endDate="2024-01-12 09:05:09 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 09:19:24 +0100" startDate="2024-01-12 09:09:13 +0100" endDate="2024-01-12 09:18:59 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 09:31:35 +0100" startDate="2024-01-12 09:19:14 +0100" endDate="2024-01-12 09:20:13 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 10:16:35 +0100" startDate="2024-01-12 09:59:14 +0100" endDate="2024-01-12 10:00:36 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 11:19:11 +0100" startDate="2024-01-12 11:09:01 +0100" endDate="2024-01-12 11:09:26 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 11:32:12 +0100" startDate="2024-01-12 11:20:33 +0100" endDate="2024-01-12 11:29:13 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 11:42:44 +0100" startDate="2024-01-12 11:32:21 +0100" endDate="2024-01-12 11:35:20 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 12:15:22 +0100" startDate="2024-01-12 12:03:59 +0100" endDate="2024-01-12 12:04:14 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 13:22:00 +0100" startDate="2024-01-12 13:01:30 +0100" endDate="2024-01-12 13:01:45 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 14:06:32 +0100" startDate="2024-01-12 13:55:29 +0100" endDate="2024-01-12 13:59:11 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 17:39:20 +0100" startDate="2024-01-12 17:28:17 +0100" endDate="2024-01-12 17:38:16 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 17:51:41 +0100" startDate="2024-01-12 17:38:18 +0100" endDate="2024-01-12 17:47:34 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 18:02:03 +0100" startDate="2024-01-12 17:51:00 +0100" endDate="2024-01-12 17:58:54 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 18:50:00 +0100" startDate="2024-01-12 18:39:39 +0100" endDate="2024-01-12 18:41:31 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 19:17:20 +0100" startDate="2024-01-12 19:01:35 +0100" endDate="2024-01-12 19:01:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 22:40:25 +0100" startDate="2024-01-12 22:28:07 +0100" endDate="2024-01-12 22:37:40 +0100" value="756"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-12 22:51:08 +0100" startDate="2024-01-12 22:41:03 +0100" endDate="2024-01-12 22:41:10 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 07:37:57 +0100" startDate="2024-01-13 07:27:33 +0100" endDate="2024-01-13 07:36:56 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 07:56:21 +0100" startDate="2024-01-13 07:42:10 +0100" endDate="2024-01-13 07:42:20 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 08:40:28 +0100" startDate="2024-01-13 08:29:51 +0100" endDate="2024-01-13 08:33:46 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 08:56:05 +0100" startDate="2024-01-13 08:40:35 +0100" endDate="2024-01-13 08:50:36 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 09:03:00 +0100" startDate="2024-01-13 08:50:36 +0100" endDate="2024-01-13 08:58:17 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 09:15:01 +0100" startDate="2024-01-13 09:03:58 +0100" endDate="2024-01-13 09:04:44 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 10:12:46 +0100" startDate="2024-01-13 09:57:46 +0100" endDate="2024-01-13 10:03:44 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 10:36:50 +0100" startDate="2024-01-13 10:20:48 +0100" endDate="2024-01-13 10:22:10 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 10:54:02 +0100" startDate="2024-01-13 10:41:05 +0100" endDate="2024-01-13 10:42:11 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 11:10:35 +0100" startDate="2024-01-13 10:58:29 +0100" endDate="2024-01-13 10:58:47 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 12:11:07 +0100" startDate="2024-01-13 11:51:32 +0100" endDate="2024-01-13 11:53:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 12:26:40 +0100" startDate="2024-01-13 12:14:41 +0100" endDate="2024-01-13 12:24:42 +0100" value="798"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 12:38:43 +0100" startDate="2024-01-13 12:24:42 +0100" endDate="2024-01-13 12:34:43 +0100" value="1021"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 12:50:56 +0100" startDate="2024-01-13 12:34:43 +0100" endDate="2024-01-13 12:44:44 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 12:58:17 +0100" startDate="2024-01-13 12:44:44 +0100" endDate="2024-01-13 12:47:12 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 13:08:32 +0100" startDate="2024-01-13 12:56:58 +0100" endDate="2024-01-13 13:06:31 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 13:20:26 +0100" startDate="2024-01-13 13:07:24 +0100" endDate="2024-01-13 13:17:25 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 13:29:28 +0100" startDate="2024-01-13 13:17:25 +0100" endDate="2024-01-13 13:20:29 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 13:52:49 +0100" startDate="2024-01-13 13:41:37 +0100" endDate="2024-01-13 13:50:07 +0100" value="897"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 14:03:36 +0100" startDate="2024-01-13 13:50:07 +0100" endDate="2024-01-13 14:00:07 +0100" value="1048"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 14:17:50 +0100" startDate="2024-01-13 14:00:07 +0100" endDate="2024-01-13 14:07:53 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 14:17:56 +0100" startDate="2024-01-13 14:07:53 +0100" endDate="2024-01-13 14:17:08 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 14:36:12 +0100" startDate="2024-01-13 14:23:13 +0100" endDate="2024-01-13 14:28:26 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 14:47:22 +0100" startDate="2024-01-13 14:34:53 +0100" endDate="2024-01-13 14:43:49 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 14:56:26 +0100" startDate="2024-01-13 14:45:23 +0100" endDate="2024-01-13 14:46:58 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 16:10:28 +0100" startDate="2024-01-13 15:57:48 +0100" endDate="2024-01-13 15:57:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 16:23:36 +0100" startDate="2024-01-13 16:11:03 +0100" endDate="2024-01-13 16:12:35 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 16:55:38 +0100" startDate="2024-01-13 16:45:30 +0100" endDate="2024-01-13 16:54:12 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 17:15:50 +0100" startDate="2024-01-13 17:04:48 +0100" endDate="2024-01-13 17:05:11 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 17:41:06 +0100" startDate="2024-01-13 17:28:46 +0100" endDate="2024-01-13 17:30:56 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 17:55:09 +0100" startDate="2024-01-13 17:40:17 +0100" endDate="2024-01-13 17:49:01 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 18:04:01 +0100" startDate="2024-01-13 17:50:53 +0100" endDate="2024-01-13 18:00:48 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 18:12:21 +0100" startDate="2024-01-13 18:01:21 +0100" endDate="2024-01-13 18:04:10 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 18:23:00 +0100" startDate="2024-01-13 18:12:49 +0100" endDate="2024-01-13 18:17:16 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 18:42:10 +0100" startDate="2024-01-13 18:30:31 +0100" endDate="2024-01-13 18:38:02 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 19:04:11 +0100" startDate="2024-01-13 18:41:03 +0100" endDate="2024-01-13 18:46:08 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 20:00:00 +0100" startDate="2024-01-13 19:33:46 +0100" endDate="2024-01-13 19:43:44 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 20:00:00 +0100" startDate="2024-01-13 19:43:44 +0100" endDate="2024-01-13 19:43:47 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 21:00:12 +0100" startDate="2024-01-13 20:24:34 +0100" endDate="2024-01-13 20:24:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 21:25:31 +0100" startDate="2024-01-13 21:10:03 +0100" endDate="2024-01-13 21:14:51 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 21:48:41 +0100" startDate="2024-01-13 21:31:53 +0100" endDate="2024-01-13 21:31:56 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 22:04:00 +0100" startDate="2024-01-13 21:46:53 +0100" endDate="2024-01-13 21:56:50 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 22:31:20 +0100" startDate="2024-01-13 22:02:39 +0100" endDate="2024-01-13 22:02:49 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 23:05:00 +0100" startDate="2024-01-13 22:49:19 +0100" endDate="2024-01-13 22:49:24 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-13 23:19:09 +0100" startDate="2024-01-13 23:05:12 +0100" endDate="2024-01-13 23:09:40 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 00:11:36 +0100" startDate="2024-01-13 23:48:10 +0100" endDate="2024-01-13 23:57:43 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 00:31:52 +0100" startDate="2024-01-14 00:04:11 +0100" endDate="2024-01-14 00:14:12 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 00:31:52 +0100" startDate="2024-01-14 00:15:05 +0100" endDate="2024-01-14 00:23:02 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 00:38:14 +0100" startDate="2024-01-14 00:23:02 +0100" endDate="2024-01-14 00:29:26 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 00:59:06 +0100" startDate="2024-01-14 00:48:56 +0100" endDate="2024-01-14 00:58:31 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 01:12:48 +0100" startDate="2024-01-14 00:59:53 +0100" endDate="2024-01-14 01:09:08 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 01:26:00 +0100" startDate="2024-01-14 01:10:17 +0100" endDate="2024-01-14 01:17:56 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 10:04:08 +0100" startDate="2024-01-14 09:51:21 +0100" endDate="2024-01-14 09:53:16 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 10:28:48 +0100" startDate="2024-01-14 10:16:47 +0100" endDate="2024-01-14 10:21:14 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 10:47:44 +0100" startDate="2024-01-14 10:32:05 +0100" endDate="2024-01-14 10:32:53 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 10:59:41 +0100" startDate="2024-01-14 10:47:34 +0100" endDate="2024-01-14 10:57:09 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 11:09:40 +0100" startDate="2024-01-14 10:58:00 +0100" endDate="2024-01-14 10:58:08 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 11:30:41 +0100" startDate="2024-01-14 11:15:17 +0100" endDate="2024-01-14 11:16:08 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 11:51:40 +0100" startDate="2024-01-14 11:40:37 +0100" endDate="2024-01-14 11:45:48 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 12:28:07 +0100" startDate="2024-01-14 12:17:45 +0100" endDate="2024-01-14 12:27:39 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 12:39:30 +0100" startDate="2024-01-14 12:27:55 +0100" endDate="2024-01-14 12:34:00 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 12:50:33 +0100" startDate="2024-01-14 12:39:02 +0100" endDate="2024-01-14 12:45:27 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 13:31:05 +0100" startDate="2024-01-14 13:13:44 +0100" endDate="2024-01-14 13:23:45 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 14:09:10 +0100" startDate="2024-01-14 13:57:59 +0100" endDate="2024-01-14 14:07:55 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 14:21:20 +0100" startDate="2024-01-14 14:08:26 +0100" endDate="2024-01-14 14:18:22 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 15:54:31 +0100" startDate="2024-01-14 15:39:49 +0100" endDate="2024-01-14 15:41:29 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 18:59:57 +0100" startDate="2024-01-14 18:48:53 +0100" endDate="2024-01-14 18:50:45 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 19:12:25 +0100" startDate="2024-01-14 18:59:48 +0100" endDate="2024-01-14 19:03:19 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 20:07:19 +0100" startDate="2024-01-14 19:51:20 +0100" endDate="2024-01-14 19:58:56 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 20:18:05 +0100" startDate="2024-01-14 20:05:31 +0100" endDate="2024-01-14 20:05:38 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-14 21:57:25 +0100" startDate="2024-01-14 21:45:56 +0100" endDate="2024-01-14 21:50:49 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 05:38:51 +0100" startDate="2024-01-15 05:28:43 +0100" endDate="2024-01-15 05:28:48 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 06:00:58 +0100" startDate="2024-01-15 05:50:51 +0100" endDate="2024-01-15 05:59:39 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 06:14:08 +0100" startDate="2024-01-15 06:03:53 +0100" endDate="2024-01-15 06:13:55 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 06:25:06 +0100" startDate="2024-01-15 06:13:55 +0100" endDate="2024-01-15 06:23:56 +0100" value="1170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 06:35:15 +0100" startDate="2024-01-15 06:23:56 +0100" endDate="2024-01-15 06:33:06 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 07:34:26 +0100" startDate="2024-01-15 07:21:14 +0100" endDate="2024-01-15 07:22:38 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 07:58:54 +0100" startDate="2024-01-15 07:45:01 +0100" endDate="2024-01-15 07:53:15 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 08:04:18 +0100" startDate="2024-01-15 07:53:15 +0100" endDate="2024-01-15 08:02:15 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 08:26:05 +0100" startDate="2024-01-15 08:15:02 +0100" endDate="2024-01-15 08:17:42 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 08:47:19 +0100" startDate="2024-01-15 08:36:16 +0100" endDate="2024-01-15 08:39:55 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 09:00:21 +0100" startDate="2024-01-15 08:49:13 +0100" endDate="2024-01-15 08:54:17 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 09:12:54 +0100" startDate="2024-01-15 08:59:42 +0100" endDate="2024-01-15 08:59:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 10:03:11 +0100" startDate="2024-01-15 09:52:18 +0100" endDate="2024-01-15 10:00:37 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 11:25:37 +0100" startDate="2024-01-15 11:14:35 +0100" endDate="2024-01-15 11:18:24 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 11:48:34 +0100" startDate="2024-01-15 11:37:31 +0100" endDate="2024-01-15 11:39:39 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 14:33:08 +0100" startDate="2024-01-15 14:22:05 +0100" endDate="2024-01-15 14:28:38 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 15:23:32 +0100" startDate="2024-01-15 15:11:46 +0100" endDate="2024-01-15 15:17:58 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 17:48:14 +0100" startDate="2024-01-15 17:34:21 +0100" endDate="2024-01-15 17:44:22 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 17:55:23 +0100" startDate="2024-01-15 17:44:22 +0100" endDate="2024-01-15 17:50:04 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 18:08:23 +0100" startDate="2024-01-15 17:58:18 +0100" endDate="2024-01-15 17:59:11 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 19:33:43 +0100" startDate="2024-01-15 19:21:12 +0100" endDate="2024-01-15 19:31:13 +0100" value="1099"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 19:44:52 +0100" startDate="2024-01-15 19:31:13 +0100" endDate="2024-01-15 19:41:02 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 20:04:44 +0100" startDate="2024-01-15 19:47:16 +0100" endDate="2024-01-15 19:47:31 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-15 22:08:17 +0100" startDate="2024-01-15 21:58:02 +0100" endDate="2024-01-15 22:05:51 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 05:27:53 +0100" startDate="2024-01-16 05:16:02 +0100" endDate="2024-01-16 05:16:07 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 05:41:27 +0100" startDate="2024-01-16 05:28:33 +0100" endDate="2024-01-16 05:34:50 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 06:15:33 +0100" startDate="2024-01-16 06:05:11 +0100" endDate="2024-01-16 06:15:13 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 06:26:20 +0100" startDate="2024-01-16 06:15:13 +0100" endDate="2024-01-16 06:25:14 +0100" value="1180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 06:36:16 +0100" startDate="2024-01-16 06:25:14 +0100" endDate="2024-01-16 06:33:25 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 07:10:26 +0100" startDate="2024-01-16 06:57:48 +0100" endDate="2024-01-16 06:57:51 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 07:28:29 +0100" startDate="2024-01-16 07:17:26 +0100" endDate="2024-01-16 07:19:11 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfeee0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 08:16:23 +0100" startDate="2024-01-16 07:59:20 +0100" endDate="2024-01-16 08:09:21 +0100" value="1118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 08:21:33 +0100" startDate="2024-01-16 08:09:21 +0100" endDate="2024-01-16 08:19:22 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 08:30:45 +0100" startDate="2024-01-16 08:19:22 +0100" endDate="2024-01-16 08:20:08 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 08:43:15 +0100" startDate="2024-01-16 08:32:12 +0100" endDate="2024-01-16 08:38:19 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 08:53:40 +0100" startDate="2024-01-16 08:42:37 +0100" endDate="2024-01-16 08:42:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 11:59:44 +0100" startDate="2024-01-16 11:48:09 +0100" endDate="2024-01-16 11:54:06 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 12:18:50 +0100" startDate="2024-01-16 11:58:49 +0100" endDate="2024-01-16 11:59:01 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 12:35:51 +0100" startDate="2024-01-16 12:25:46 +0100" endDate="2024-01-16 12:30:51 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 12:51:33 +0100" startDate="2024-01-16 12:40:30 +0100" endDate="2024-01-16 12:41:29 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 14:26:53 +0100" startDate="2024-01-16 14:15:57 +0100" endDate="2024-01-16 14:24:01 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 15:29:12 +0100" startDate="2024-01-16 15:19:02 +0100" endDate="2024-01-16 15:23:34 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 15:43:13 +0100" startDate="2024-01-16 15:29:47 +0100" endDate="2024-01-16 15:29:50 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 16:57:21 +0100" startDate="2024-01-16 16:45:54 +0100" endDate="2024-01-16 16:55:50 +0100" value="1058"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 17:06:52 +0100" startDate="2024-01-16 16:55:50 +0100" endDate="2024-01-16 17:00:58 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 17:38:02 +0100" startDate="2024-01-16 17:26:59 +0100" endDate="2024-01-16 17:36:17 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 18:03:29 +0100" startDate="2024-01-16 17:52:48 +0100" endDate="2024-01-16 17:56:52 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 18:29:11 +0100" startDate="2024-01-16 18:18:41 +0100" endDate="2024-01-16 18:19:07 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 18:53:11 +0100" startDate="2024-01-16 18:42:38 +0100" endDate="2024-01-16 18:46:34 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 19:15:29 +0100" startDate="2024-01-16 19:05:05 +0100" endDate="2024-01-16 19:05:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 19:34:07 +0100" startDate="2024-01-16 19:20:03 +0100" endDate="2024-01-16 19:30:04 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 19:41:07 +0100" startDate="2024-01-16 19:30:04 +0100" endDate="2024-01-16 19:35:20 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 19:53:36 +0100" startDate="2024-01-16 19:42:20 +0100" endDate="2024-01-16 19:44:17 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 20:06:25 +0100" startDate="2024-01-16 19:54:54 +0100" endDate="2024-01-16 19:55:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-16 21:11:44 +0100" startDate="2024-01-16 21:01:04 +0100" endDate="2024-01-16 21:03:12 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 05:28:25 +0100" startDate="2024-01-17 05:15:51 +0100" endDate="2024-01-17 05:15:59 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 05:45:38 +0100" startDate="2024-01-17 05:34:35 +0100" endDate="2024-01-17 05:34:45 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 06:15:00 +0100" startDate="2024-01-17 06:04:16 +0100" endDate="2024-01-17 06:13:54 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 06:24:59 +0100" startDate="2024-01-17 06:14:20 +0100" endDate="2024-01-17 06:22:03 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 07:47:03 +0100" startDate="2024-01-17 07:35:37 +0100" endDate="2024-01-17 07:45:38 +0100" value="451"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 08:09:26 +0100" startDate="2024-01-17 07:45:38 +0100" endDate="2024-01-17 07:45:41 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 11:20:54 +0100" startDate="2024-01-17 11:10:28 +0100" endDate="2024-01-17 11:14:58 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 11:38:42 +0100" startDate="2024-01-17 11:27:10 +0100" endDate="2024-01-17 11:34:10 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 12:04:50 +0100" startDate="2024-01-17 11:53:40 +0100" endDate="2024-01-17 12:02:46 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 12:22:56 +0100" startDate="2024-01-17 12:11:27 +0100" endDate="2024-01-17 12:18:58 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 12:36:15 +0100" startDate="2024-01-17 12:23:30 +0100" endDate="2024-01-17 12:23:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 13:36:02 +0100" startDate="2024-01-17 13:23:31 +0100" endDate="2024-01-17 13:30:19 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 14:04:19 +0100" startDate="2024-01-17 13:53:17 +0100" endDate="2024-01-17 14:02:04 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 14:15:39 +0100" startDate="2024-01-17 14:04:27 +0100" endDate="2024-01-17 14:05:18 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 15:14:23 +0100" startDate="2024-01-17 15:03:20 +0100" endDate="2024-01-17 15:12:25 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 17:19:08 +0100" startDate="2024-01-17 17:08:01 +0100" endDate="2024-01-17 17:11:43 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-17 22:09:12 +0100" startDate="2024-01-17 21:58:10 +0100" endDate="2024-01-17 22:02:22 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 05:17:11 +0100" startDate="2024-01-18 05:01:07 +0100" endDate="2024-01-18 05:01:30 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 05:29:50 +0100" startDate="2024-01-18 05:18:47 +0100" endDate="2024-01-18 05:26:59 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 06:11:53 +0100" startDate="2024-01-18 05:59:47 +0100" endDate="2024-01-18 06:09:48 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 06:20:59 +0100" startDate="2024-01-18 06:10:09 +0100" endDate="2024-01-18 06:20:10 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 06:30:51 +0100" startDate="2024-01-18 06:20:10 +0100" endDate="2024-01-18 06:28:57 +0100" value="1003"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 06:44:04 +0100" startDate="2024-01-18 06:33:01 +0100" endDate="2024-01-18 06:33:40 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 07:38:06 +0100" startDate="2024-01-18 07:23:42 +0100" endDate="2024-01-18 07:31:21 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 07:52:48 +0100" startDate="2024-01-18 07:39:18 +0100" endDate="2024-01-18 07:39:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 08:15:00 +0100" startDate="2024-01-18 08:03:21 +0100" endDate="2024-01-18 08:11:45 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 08:23:02 +0100" startDate="2024-01-18 08:11:45 +0100" endDate="2024-01-18 08:21:46 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 08:32:49 +0100" startDate="2024-01-18 08:21:46 +0100" endDate="2024-01-18 08:29:30 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 08:48:22 +0100" startDate="2024-01-18 08:33:16 +0100" endDate="2024-01-18 08:33:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 11:21:55 +0100" startDate="2024-01-18 11:11:50 +0100" endDate="2024-01-18 11:12:18 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 11:57:22 +0100" startDate="2024-01-18 11:44:04 +0100" endDate="2024-01-18 11:53:12 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 12:08:01 +0100" startDate="2024-01-18 11:54:28 +0100" endDate="2024-01-18 11:56:36 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 12:23:19 +0100" startDate="2024-01-18 12:13:14 +0100" endDate="2024-01-18 12:17:54 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 12:35:30 +0100" startDate="2024-01-18 12:25:07 +0100" endDate="2024-01-18 12:31:38 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 13:47:30 +0100" startDate="2024-01-18 13:36:59 +0100" endDate="2024-01-18 13:46:55 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 13:57:21 +0100" startDate="2024-01-18 13:47:05 +0100" endDate="2024-01-18 13:52:19 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 17:15:19 +0100" startDate="2024-01-18 16:59:44 +0100" endDate="2024-01-18 17:09:40 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 17:20:43 +0100" startDate="2024-01-18 17:09:40 +0100" endDate="2024-01-18 17:14:15 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 19:25:47 +0100" startDate="2024-01-18 19:06:01 +0100" endDate="2024-01-18 19:06:09 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 20:13:27 +0100" startDate="2024-01-18 20:03:09 +0100" endDate="2024-01-18 20:10:20 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 20:33:16 +0100" startDate="2024-01-18 20:22:14 +0100" endDate="2024-01-18 20:22:29 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 20:49:56 +0100" startDate="2024-01-18 20:39:07 +0100" endDate="2024-01-18 20:45:47 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 20:59:52 +0100" startDate="2024-01-18 20:49:21 +0100" endDate="2024-01-18 20:49:44 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 21:43:48 +0100" startDate="2024-01-18 21:31:29 +0100" endDate="2024-01-18 21:41:30 +0100" value="1127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 21:52:32 +0100" startDate="2024-01-18 21:41:30 +0100" endDate="2024-01-18 21:47:57 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-18 22:03:27 +0100" startDate="2024-01-18 21:52:24 +0100" endDate="2024-01-18 21:52:52 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 05:03:27 +0100" startDate="2024-01-19 04:52:24 +0100" endDate="2024-01-19 04:57:07 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 05:17:12 +0100" startDate="2024-01-19 05:06:09 +0100" endDate="2024-01-19 05:06:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 05:32:03 +0100" startDate="2024-01-19 05:17:35 +0100" endDate="2024-01-19 05:25:41 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 05:42:06 +0100" startDate="2024-01-19 05:31:56 +0100" endDate="2024-01-19 05:32:03 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 06:07:02 +0100" startDate="2024-01-19 05:56:45 +0100" endDate="2024-01-19 06:06:46 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 06:20:34 +0100" startDate="2024-01-19 06:06:46 +0100" endDate="2024-01-19 06:16:47 +0100" value="732"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 06:27:50 +0100" startDate="2024-01-19 06:16:47 +0100" endDate="2024-01-19 06:25:04 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 06:39:01 +0100" startDate="2024-01-19 06:28:07 +0100" endDate="2024-01-19 06:33:54 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 08:28:55 +0100" startDate="2024-01-19 08:17:52 +0100" endDate="2024-01-19 08:26:04 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 08:53:45 +0100" startDate="2024-01-19 08:43:28 +0100" endDate="2024-01-19 08:53:29 +0100" value="1213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 09:12:31 +0100" startDate="2024-01-19 08:53:29 +0100" endDate="2024-01-19 08:58:20 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 10:02:09 +0100" startDate="2024-01-19 09:49:31 +0100" endDate="2024-01-19 09:59:17 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 10:15:08 +0100" startDate="2024-01-19 10:00:25 +0100" endDate="2024-01-19 10:07:18 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 10:29:49 +0100" startDate="2024-01-19 10:18:46 +0100" endDate="2024-01-19 10:19:50 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 11:14:00 +0100" startDate="2024-01-19 11:03:46 +0100" endDate="2024-01-19 11:13:11 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 11:26:29 +0100" startDate="2024-01-19 11:15:26 +0100" endDate="2024-01-19 11:16:20 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 13:15:53 +0100" startDate="2024-01-19 13:04:12 +0100" endDate="2024-01-19 13:05:59 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 13:31:11 +0100" startDate="2024-01-19 13:15:44 +0100" endDate="2024-01-19 13:25:14 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 14:00:20 +0100" startDate="2024-01-19 13:50:04 +0100" endDate="2024-01-19 13:54:34 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 14:11:35 +0100" startDate="2024-01-19 14:01:24 +0100" endDate="2024-01-19 14:11:25 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 14:24:41 +0100" startDate="2024-01-19 14:11:25 +0100" endDate="2024-01-19 14:13:53 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 14:38:08 +0100" startDate="2024-01-19 14:26:01 +0100" endDate="2024-01-19 14:35:52 +0100" value="1056"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 14:46:55 +0100" startDate="2024-01-19 14:35:52 +0100" endDate="2024-01-19 14:42:34 +0100" value="656"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 16:55:32 +0100" startDate="2024-01-19 16:36:00 +0100" endDate="2024-01-19 16:45:59 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 16:56:41 +0100" startDate="2024-01-19 16:46:07 +0100" endDate="2024-01-19 16:56:08 +0100" value="1055"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 17:06:55 +0100" startDate="2024-01-19 16:56:08 +0100" endDate="2024-01-19 17:02:37 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 17:37:59 +0100" startDate="2024-01-19 17:23:33 +0100" endDate="2024-01-19 17:24:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 17:48:15 +0100" startDate="2024-01-19 17:35:54 +0100" endDate="2024-01-19 17:42:39 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-19 20:38:32 +0100" startDate="2024-01-19 20:22:12 +0100" endDate="2024-01-19 20:22:38 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 05:26:43 +0100" startDate="2024-01-20 05:16:39 +0100" endDate="2024-01-20 05:25:27 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 10:34:43 +0100" startDate="2024-01-20 10:22:53 +0100" endDate="2024-01-20 10:22:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 10:50:06 +0100" startDate="2024-01-20 10:36:47 +0100" endDate="2024-01-20 10:36:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 11:05:28 +0100" startDate="2024-01-20 10:55:19 +0100" endDate="2024-01-20 11:04:08 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 11:28:00 +0100" startDate="2024-01-20 11:15:08 +0100" endDate="2024-01-20 11:17:31 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 13:33:53 +0100" startDate="2024-01-20 13:22:52 +0100" endDate="2024-01-20 13:32:53 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 13:44:36 +0100" startDate="2024-01-20 13:32:53 +0100" endDate="2024-01-20 13:41:23 +0100" value="912"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 13:57:09 +0100" startDate="2024-01-20 13:43:17 +0100" endDate="2024-01-20 13:53:18 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 14:04:11 +0100" startDate="2024-01-20 13:53:46 +0100" endDate="2024-01-20 13:59:53 +0100" value="535"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 14:49:57 +0100" startDate="2024-01-20 14:32:42 +0100" endDate="2024-01-20 14:37:32 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 15:22:03 +0100" startDate="2024-01-20 15:08:05 +0100" endDate="2024-01-20 15:08:10 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 16:02:40 +0100" startDate="2024-01-20 15:50:15 +0100" endDate="2024-01-20 16:00:04 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 16:12:10 +0100" startDate="2024-01-20 16:00:52 +0100" endDate="2024-01-20 16:09:06 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 16:42:52 +0100" startDate="2024-01-20 16:31:49 +0100" endDate="2024-01-20 16:31:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 18:01:10 +0100" startDate="2024-01-20 17:49:44 +0100" endDate="2024-01-20 17:55:36 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 19:08:31 +0100" startDate="2024-01-20 18:58:17 +0100" endDate="2024-01-20 19:08:05 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 19:24:34 +0100" startDate="2024-01-20 19:13:31 +0100" endDate="2024-01-20 19:23:27 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 20:06:19 +0100" startDate="2024-01-20 19:52:31 +0100" endDate="2024-01-20 19:53:40 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-20 23:04:01 +0100" startDate="2024-01-20 22:50:29 +0100" endDate="2024-01-20 22:50:37 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-21 09:19:58 +0100" startDate="2024-01-21 09:09:45 +0100" endDate="2024-01-21 09:10:46 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-21 22:11:36 +0100" startDate="2024-01-21 22:00:47 +0100" endDate="2024-01-21 22:01:20 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 04:31:23 +0100" startDate="2024-01-22 04:20:16 +0100" endDate="2024-01-22 04:28:56 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 04:52:06 +0100" startDate="2024-01-22 04:40:15 +0100" endDate="2024-01-22 04:43:57 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 07:56:14 +0100" startDate="2024-01-22 07:38:24 +0100" endDate="2024-01-22 07:41:48 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 08:55:36 +0100" startDate="2024-01-22 08:40:27 +0100" endDate="2024-01-22 08:49:09 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 10:05:21 +0100" startDate="2024-01-22 09:49:21 +0100" endDate="2024-01-22 09:54:06 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 10:14:31 +0100" startDate="2024-01-22 10:03:23 +0100" endDate="2024-01-22 10:12:13 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 10:31:48 +0100" startDate="2024-01-22 10:17:26 +0100" endDate="2024-01-22 10:17:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 10:40:12 +0100" startDate="2024-01-22 10:29:09 +0100" endDate="2024-01-22 10:29:58 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 12:08:48 +0100" startDate="2024-01-22 11:55:31 +0100" endDate="2024-01-22 12:04:48 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 12:20:21 +0100" startDate="2024-01-22 12:06:15 +0100" endDate="2024-01-22 12:06:33 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 13:20:26 +0100" startDate="2024-01-22 13:09:38 +0100" endDate="2024-01-22 13:10:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 13:48:08 +0100" startDate="2024-01-22 13:37:56 +0100" endDate="2024-01-22 13:45:11 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 14:52:55 +0100" startDate="2024-01-22 14:41:16 +0100" endDate="2024-01-22 14:42:40 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 15:02:23 +0100" startDate="2024-01-22 14:52:07 +0100" endDate="2024-01-22 15:00:37 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 15:13:46 +0100" startDate="2024-01-22 15:00:37 +0100" endDate="2024-01-22 15:03:12 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 15:25:28 +0100" startDate="2024-01-22 15:13:28 +0100" endDate="2024-01-22 15:15:08 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 15:36:19 +0100" startDate="2024-01-22 15:25:17 +0100" endDate="2024-01-22 15:30:58 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 15:51:26 +0100" startDate="2024-01-22 15:37:27 +0100" endDate="2024-01-22 15:37:35 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 16:02:38 +0100" startDate="2024-01-22 15:51:30 +0100" endDate="2024-01-22 16:01:31 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 16:15:23 +0100" startDate="2024-01-22 16:01:31 +0100" endDate="2024-01-22 16:01:33 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 16:32:00 +0100" startDate="2024-01-22 16:20:10 +0100" endDate="2024-01-22 16:30:12 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 16:41:14 +0100" startDate="2024-01-22 16:30:12 +0100" endDate="2024-01-22 16:40:13 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 16:50:56 +0100" startDate="2024-01-22 16:40:13 +0100" endDate="2024-01-22 16:43:21 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 17:41:43 +0100" startDate="2024-01-22 17:30:41 +0100" endDate="2024-01-22 17:39:28 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 17:57:59 +0100" startDate="2024-01-22 17:46:56 +0100" endDate="2024-01-22 17:47:17 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 18:08:38 +0100" startDate="2024-01-22 17:57:35 +0100" endDate="2024-01-22 18:02:20 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-22 21:06:03 +0100" startDate="2024-01-22 20:55:43 +0100" endDate="2024-01-22 20:58:05 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 05:20:08 +0100" startDate="2024-01-23 05:09:06 +0100" endDate="2024-01-23 05:09:11 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 05:34:51 +0100" startDate="2024-01-23 05:24:05 +0100" endDate="2024-01-23 05:29:54 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 06:02:25 +0100" startDate="2024-01-23 05:47:21 +0100" endDate="2024-01-23 05:53:17 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 06:15:35 +0100" startDate="2024-01-23 05:59:17 +0100" endDate="2024-01-23 06:04:12 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 07:24:21 +0100" startDate="2024-01-23 07:11:47 +0100" endDate="2024-01-23 07:18:12 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 08:19:13 +0100" startDate="2024-01-23 08:06:12 +0100" endDate="2024-01-23 08:13:38 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 10:13:19 +0100" startDate="2024-01-23 09:57:48 +0100" endDate="2024-01-23 09:58:28 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 10:30:34 +0100" startDate="2024-01-23 10:19:25 +0100" endDate="2024-01-23 10:20:08 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 12:49:21 +0100" startDate="2024-01-23 12:38:18 +0100" endDate="2024-01-23 12:44:04 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 13:01:18 +0100" startDate="2024-01-23 12:50:06 +0100" endDate="2024-01-23 12:53:43 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 13:44:22 +0100" startDate="2024-01-23 13:32:39 +0100" endDate="2024-01-23 13:37:37 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 14:22:21 +0100" startDate="2024-01-23 14:03:56 +0100" endDate="2024-01-23 14:04:01 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 14:46:17 +0100" startDate="2024-01-23 14:32:32 +0100" endDate="2024-01-23 14:42:33 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 14:53:27 +0100" startDate="2024-01-23 14:42:33 +0100" endDate="2024-01-23 14:49:00 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 15:14:32 +0100" startDate="2024-01-23 15:04:12 +0100" endDate="2024-01-23 15:04:50 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 16:01:21 +0100" startDate="2024-01-23 15:50:15 +0100" endDate="2024-01-23 15:50:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 16:44:41 +0100" startDate="2024-01-23 16:27:50 +0100" endDate="2024-01-23 16:34:22 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 17:01:01 +0100" startDate="2024-01-23 16:48:50 +0100" endDate="2024-01-23 16:58:50 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 17:10:44 +0100" startDate="2024-01-23 16:59:41 +0100" endDate="2024-01-23 17:06:37 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 17:27:03 +0100" startDate="2024-01-23 17:16:55 +0100" endDate="2024-01-23 17:26:56 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 17:37:00 +0100" startDate="2024-01-23 17:26:56 +0100" endDate="2024-01-23 17:32:12 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 18:08:27 +0100" startDate="2024-01-23 17:58:16 +0100" endDate="2024-01-23 17:59:12 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 19:04:31 +0100" startDate="2024-01-23 18:54:18 +0100" endDate="2024-01-23 18:54:36 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 19:32:02 +0100" startDate="2024-01-23 19:21:44 +0100" endDate="2024-01-23 19:22:07 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-23 22:14:34 +0100" startDate="2024-01-23 22:03:31 +0100" endDate="2024-01-23 22:07:10 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 05:25:24 +0100" startDate="2024-01-24 05:09:14 +0100" endDate="2024-01-24 05:11:21 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 09:01:26 +0100" startDate="2024-01-24 08:51:15 +0100" endDate="2024-01-24 08:51:23 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 09:27:05 +0100" startDate="2024-01-24 09:08:26 +0100" endDate="2024-01-24 09:09:40 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 12:10:27 +0100" startDate="2024-01-24 11:58:40 +0100" endDate="2024-01-24 12:07:58 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 12:20:02 +0100" startDate="2024-01-24 12:08:59 +0100" endDate="2024-01-24 12:18:22 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 12:29:55 +0100" startDate="2024-01-24 12:19:44 +0100" endDate="2024-01-24 12:28:13 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 12:49:38 +0100" startDate="2024-01-24 12:33:03 +0100" endDate="2024-01-24 12:37:36 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 13:56:51 +0100" startDate="2024-01-24 13:46:46 +0100" endDate="2024-01-24 13:56:47 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 14:07:50 +0100" startDate="2024-01-24 13:56:47 +0100" endDate="2024-01-24 14:06:48 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 14:17:44 +0100" startDate="2024-01-24 14:06:48 +0100" endDate="2024-01-24 14:15:20 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 15:26:33 +0100" startDate="2024-01-24 15:16:05 +0100" endDate="2024-01-24 15:26:06 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 15:38:52 +0100" startDate="2024-01-24 15:26:06 +0100" endDate="2024-01-24 15:28:34 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 16:45:24 +0100" startDate="2024-01-24 16:25:27 +0100" endDate="2024-01-24 16:25:40 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 17:38:09 +0100" startDate="2024-01-24 17:26:14 +0100" endDate="2024-01-24 17:36:13 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 17:47:30 +0100" startDate="2024-01-24 17:36:13 +0100" endDate="2024-01-24 17:43:49 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 18:18:26 +0100" startDate="2024-01-24 18:08:17 +0100" endDate="2024-01-24 18:08:52 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 18:39:03 +0100" startDate="2024-01-24 18:24:32 +0100" endDate="2024-01-24 18:30:37 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 20:19:38 +0100" startDate="2024-01-24 19:59:38 +0100" endDate="2024-01-24 20:03:02 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 20:39:35 +0100" startDate="2024-01-24 20:23:20 +0100" endDate="2024-01-24 20:23:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 20:49:37 +0100" startDate="2024-01-24 20:37:43 +0100" endDate="2024-01-24 20:47:15 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 21:06:32 +0100" startDate="2024-01-24 20:52:50 +0100" endDate="2024-01-24 20:53:24 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 21:32:54 +0100" startDate="2024-01-24 21:13:08 +0100" endDate="2024-01-24 21:15:06 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 22:39:42 +0100" startDate="2024-01-24 22:24:45 +0100" endDate="2024-01-24 22:27:15 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-24 23:58:22 +0100" startDate="2024-01-24 23:42:35 +0100" endDate="2024-01-24 23:47:18 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 00:11:13 +0100" startDate="2024-01-25 00:01:06 +0100" endDate="2024-01-25 00:05:03 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 05:19:53 +0100" startDate="2024-01-25 05:07:31 +0100" endDate="2024-01-25 05:08:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 05:33:51 +0100" startDate="2024-01-25 05:22:20 +0100" endDate="2024-01-25 05:29:51 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 06:05:27 +0100" startDate="2024-01-25 05:54:25 +0100" endDate="2024-01-25 06:04:26 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6940&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 06:15:29 +0100" startDate="2024-01-25 06:04:38 +0100" endDate="2024-01-25 06:12:37 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 06:27:34 +0100" startDate="2024-01-25 06:16:32 +0100" endDate="2024-01-25 06:16:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 07:36:56 +0100" startDate="2024-01-25 07:25:38 +0100" endDate="2024-01-25 07:28:11 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 07:53:36 +0100" startDate="2024-01-25 07:42:13 +0100" endDate="2024-01-25 07:50:17 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 08:03:40 +0100" startDate="2024-01-25 07:52:37 +0100" endDate="2024-01-25 08:02:33 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 08:13:32 +0100" startDate="2024-01-25 08:02:40 +0100" endDate="2024-01-25 08:03:31 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 08:48:49 +0100" startDate="2024-01-25 08:37:47 +0100" endDate="2024-01-25 08:47:32 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 08:59:41 +0100" startDate="2024-01-25 08:47:55 +0100" endDate="2024-01-25 08:49:27 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 09:13:29 +0100" startDate="2024-01-25 09:00:22 +0100" endDate="2024-01-25 09:00:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 10:24:40 +0100" startDate="2024-01-25 10:14:33 +0100" endDate="2024-01-25 10:24:34 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 10:39:10 +0100" startDate="2024-01-25 10:24:34 +0100" endDate="2024-01-25 10:28:36 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 12:18:09 +0100" startDate="2024-01-25 12:06:06 +0100" endDate="2024-01-25 12:06:24 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 13:54:34 +0100" startDate="2024-01-25 13:38:27 +0100" endDate="2024-01-25 13:46:25 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 14:23:39 +0100" startDate="2024-01-25 14:12:01 +0100" endDate="2024-01-25 14:15:17 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 14:41:33 +0100" startDate="2024-01-25 14:30:30 +0100" endDate="2024-01-25 14:32:48 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 16:11:29 +0100" startDate="2024-01-25 16:00:26 +0100" endDate="2024-01-25 16:10:26 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 16:21:29 +0100" startDate="2024-01-25 16:10:26 +0100" endDate="2024-01-25 16:20:25 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 16:30:28 +0100" startDate="2024-01-25 16:20:25 +0100" endDate="2024-01-25 16:26:52 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 17:00:25 +0100" startDate="2024-01-25 16:49:22 +0100" endDate="2024-01-25 16:59:23 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 17:12:38 +0100" startDate="2024-01-25 16:59:23 +0100" endDate="2024-01-25 17:09:24 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 17:20:22 +0100" startDate="2024-01-25 17:09:24 +0100" endDate="2024-01-25 17:09:45 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 17:47:59 +0100" startDate="2024-01-25 17:33:18 +0100" endDate="2024-01-25 17:43:19 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 17:54:22 +0100" startDate="2024-01-25 17:43:19 +0100" endDate="2024-01-25 17:53:10 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 18:05:32 +0100" startDate="2024-01-25 17:54:29 +0100" endDate="2024-01-25 17:55:07 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 18:59:08 +0100" startDate="2024-01-25 18:46:44 +0100" endDate="2024-01-25 18:46:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-25 20:26:46 +0100" startDate="2024-01-25 20:15:44 +0100" endDate="2024-01-25 20:22:59 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 06:38:23 +0100" startDate="2024-01-26 06:27:20 +0100" endDate="2024-01-26 06:28:03 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 08:02:31 +0100" startDate="2024-01-26 07:52:10 +0100" endDate="2024-01-26 07:53:39 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 09:53:39 +0100" startDate="2024-01-26 09:43:26 +0100" endDate="2024-01-26 09:43:31 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 10:32:18 +0100" startDate="2024-01-26 10:21:09 +0100" endDate="2024-01-26 10:28:40 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 10:42:36 +0100" startDate="2024-01-26 10:31:33 +0100" endDate="2024-01-26 10:40:12 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 12:27:56 +0100" startDate="2024-01-26 12:11:05 +0100" endDate="2024-01-26 12:15:43 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 12:44:07 +0100" startDate="2024-01-26 12:33:36 +0100" endDate="2024-01-26 12:42:31 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 13:04:33 +0100" startDate="2024-01-26 12:48:58 +0100" endDate="2024-01-26 12:53:03 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 13:35:02 +0100" startDate="2024-01-26 13:22:27 +0100" endDate="2024-01-26 13:32:10 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 13:43:49 +0100" startDate="2024-01-26 13:32:46 +0100" endDate="2024-01-26 13:39:31 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 14:29:09 +0100" startDate="2024-01-26 14:17:51 +0100" endDate="2024-01-26 14:18:45 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 14:44:01 +0100" startDate="2024-01-26 14:32:39 +0100" endDate="2024-01-26 14:40:58 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 14:55:59 +0100" startDate="2024-01-26 14:45:52 +0100" endDate="2024-01-26 14:46:48 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 15:58:03 +0100" startDate="2024-01-26 15:46:58 +0100" endDate="2024-01-26 15:54:57 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 16:11:23 +0100" startDate="2024-01-26 16:00:20 +0100" endDate="2024-01-26 16:00:38 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 16:42:26 +0100" startDate="2024-01-26 16:32:21 +0100" endDate="2024-01-26 16:42:15 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 16:53:01 +0100" startDate="2024-01-26 16:42:35 +0100" endDate="2024-01-26 16:48:19 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 17:30:24 +0100" startDate="2024-01-26 17:18:58 +0100" endDate="2024-01-26 17:28:03 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 17:40:54 +0100" startDate="2024-01-26 17:30:08 +0100" endDate="2024-01-26 17:30:21 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 17:58:58 +0100" startDate="2024-01-26 17:48:50 +0100" endDate="2024-01-26 17:53:31 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 18:19:02 +0100" startDate="2024-01-26 18:06:47 +0100" endDate="2024-01-26 18:11:07 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 18:43:28 +0100" startDate="2024-01-26 18:33:12 +0100" endDate="2024-01-26 18:43:06 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 19:03:45 +0100" startDate="2024-01-26 18:52:42 +0100" endDate="2024-01-26 19:02:33 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 19:13:32 +0100" startDate="2024-01-26 19:02:49 +0100" endDate="2024-01-26 19:06:05 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 19:36:11 +0100" startDate="2024-01-26 19:18:24 +0100" endDate="2024-01-26 19:19:25 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 23:07:00 +0100" startDate="2024-01-26 22:56:37 +0100" endDate="2024-01-26 22:57:36 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 20:03:57 +0100" startDate="2024-01-26 19:50:26 +0100" endDate="2024-01-26 19:52:05 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 20:23:24 +0100" startDate="2024-01-26 20:09:23 +0100" endDate="2024-01-26 20:09:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 21:38:28 +0100" startDate="2024-01-26 21:28:11 +0100" endDate="2024-01-26 21:28:13 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 22:03:18 +0100" startDate="2024-01-26 21:51:16 +0100" endDate="2024-01-26 21:53:26 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 22:31:15 +0100" startDate="2024-01-26 22:19:58 +0100" endDate="2024-01-26 22:20:49 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 22:31:15 +0100" startDate="2024-01-26 22:20:51 +0100" endDate="2024-01-26 22:30:35 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 22:42:30 +0100" startDate="2024-01-26 22:31:00 +0100" endDate="2024-01-26 22:36:27 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 22:51:34 +0100" startDate="2024-01-26 22:41:18 +0100" endDate="2024-01-26 22:50:25 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-26 23:40:42 +0100" startDate="2024-01-26 23:29:39 +0100" endDate="2024-01-26 23:35:23 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 00:31:03 +0100" startDate="2024-01-27 00:12:32 +0100" endDate="2024-01-27 00:15:00 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 06:49:32 +0100" startDate="2024-01-27 06:31:43 +0100" endDate="2024-01-27 06:32:23 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 10:11:11 +0100" startDate="2024-01-27 10:00:08 +0100" endDate="2024-01-27 10:09:51 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 11:54:26 +0100" startDate="2024-01-27 11:37:53 +0100" endDate="2024-01-27 11:39:20 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 12:23:35 +0100" startDate="2024-01-27 12:08:07 +0100" endDate="2024-01-27 12:13:26 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 13:02:06 +0100" startDate="2024-01-27 12:45:21 +0100" endDate="2024-01-27 12:55:17 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 13:08:19 +0100" startDate="2024-01-27 12:55:32 +0100" endDate="2024-01-27 13:05:33 +0100" value="1166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 13:20:07 +0100" startDate="2024-01-27 13:05:33 +0100" endDate="2024-01-27 13:07:10 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 14:20:54 +0100" startDate="2024-01-27 14:10:22 +0100" endDate="2024-01-27 14:19:45 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 14:32:29 +0100" startDate="2024-01-27 14:20:59 +0100" endDate="2024-01-27 14:31:00 +0100" value="1076"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 14:42:41 +0100" startDate="2024-01-27 14:31:00 +0100" endDate="2024-01-27 14:40:48 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 14:53:14 +0100" startDate="2024-01-27 14:42:10 +0100" endDate="2024-01-27 14:52:11 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 15:03:48 +0100" startDate="2024-01-27 14:52:11 +0100" endDate="2024-01-27 15:02:11 +0100" value="1025"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 15:12:58 +0100" startDate="2024-01-27 15:02:11 +0100" endDate="2024-01-27 15:12:02 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 15:31:47 +0100" startDate="2024-01-27 15:12:07 +0100" endDate="2024-01-27 15:16:07 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 15:40:29 +0100" startDate="2024-01-27 15:25:38 +0100" endDate="2024-01-27 15:35:39 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 15:49:28 +0100" startDate="2024-01-27 15:35:39 +0100" endDate="2024-01-27 15:45:40 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 16:34:37 +0100" startDate="2024-01-27 16:23:35 +0100" endDate="2024-01-27 16:32:24 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 16:54:55 +0100" startDate="2024-01-27 16:38:49 +0100" endDate="2024-01-27 16:45:01 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 20:12:13 +0100" startDate="2024-01-27 20:01:09 +0100" endDate="2024-01-27 20:10:40 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 22:25:31 +0100" startDate="2024-01-27 22:07:41 +0100" endDate="2024-01-27 22:08:02 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 22:47:20 +0100" startDate="2024-01-27 22:33:40 +0100" endDate="2024-01-27 22:43:42 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 23:04:00 +0100" startDate="2024-01-27 22:43:42 +0100" endDate="2024-01-27 22:47:36 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-27 23:48:34 +0100" startDate="2024-01-27 23:28:36 +0100" endDate="2024-01-27 23:31:50 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-28 07:34:45 +0100" startDate="2024-01-28 07:16:50 +0100" endDate="2024-01-28 07:17:20 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-28 09:59:35 +0100" startDate="2024-01-28 09:49:27 +0100" endDate="2024-01-28 09:49:47 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-28 13:35:32 +0100" startDate="2024-01-28 13:13:52 +0100" endDate="2024-01-28 13:15:18 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-28 14:07:24 +0100" startDate="2024-01-28 13:48:37 +0100" endDate="2024-01-28 13:48:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-28 22:00:21 +0100" startDate="2024-01-28 21:50:13 +0100" endDate="2024-01-28 21:53:32 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 07:36:18 +0100" startDate="2024-01-29 07:25:25 +0100" endDate="2024-01-29 07:26:13 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 08:03:24 +0100" startDate="2024-01-29 07:50:59 +0100" endDate="2024-01-29 07:52:18 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 10:45:00 +0100" startDate="2024-01-29 10:27:32 +0100" endDate="2024-01-29 10:33:54 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 10:49:15 +0100" startDate="2024-01-29 10:38:12 +0100" endDate="2024-01-29 10:43:31 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 11:12:59 +0100" startDate="2024-01-29 11:02:47 +0100" endDate="2024-01-29 11:03:32 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 11:48:23 +0100" startDate="2024-01-29 11:38:15 +0100" endDate="2024-01-29 11:38:43 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 12:02:21 +0100" startDate="2024-01-29 11:52:10 +0100" endDate="2024-01-29 11:57:29 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 13:08:02 +0100" startDate="2024-01-29 12:55:45 +0100" endDate="2024-01-29 13:01:59 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 13:19:27 +0100" startDate="2024-01-29 13:06:52 +0100" endDate="2024-01-29 13:08:32 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 14:01:08 +0100" startDate="2024-01-29 13:48:40 +0100" endDate="2024-01-29 13:56:00 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 14:11:32 +0100" startDate="2024-01-29 14:00:29 +0100" endDate="2024-01-29 14:09:17 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 14:27:27 +0100" startDate="2024-01-29 14:17:21 +0100" endDate="2024-01-29 14:17:47 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 15:42:58 +0100" startDate="2024-01-29 15:32:46 +0100" endDate="2024-01-29 15:33:47 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 16:28:57 +0100" startDate="2024-01-29 16:18:51 +0100" endDate="2024-01-29 16:24:48 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 16:52:34 +0100" startDate="2024-01-29 16:40:16 +0100" endDate="2024-01-29 16:50:17 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 17:01:20 +0100" startDate="2024-01-29 16:50:17 +0100" endDate="2024-01-29 16:54:04 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-29 21:20:22 +0100" startDate="2024-01-29 21:10:15 +0100" endDate="2024-01-29 21:17:09 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 05:22:27 +0100" startDate="2024-01-30 05:10:09 +0100" endDate="2024-01-30 05:10:14 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 05:34:35 +0100" startDate="2024-01-30 05:22:05 +0100" endDate="2024-01-30 05:29:51 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 05:45:30 +0100" startDate="2024-01-30 05:35:00 +0100" endDate="2024-01-30 05:35:02 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 06:14:43 +0100" startDate="2024-01-30 06:02:44 +0100" endDate="2024-01-30 06:12:30 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 06:27:07 +0100" startDate="2024-01-30 06:13:54 +0100" endDate="2024-01-30 06:23:55 +0100" value="1109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 06:34:07 +0100" startDate="2024-01-30 06:23:55 +0100" endDate="2024-01-30 06:28:58 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 06:44:34 +0100" startDate="2024-01-30 06:34:04 +0100" endDate="2024-01-30 06:34:06 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 07:28:40 +0100" startDate="2024-01-30 07:16:11 +0100" endDate="2024-01-30 07:17:15 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 07:55:39 +0100" startDate="2024-01-30 07:44:54 +0100" endDate="2024-01-30 07:53:24 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 08:05:42 +0100" startDate="2024-01-30 07:53:24 +0100" endDate="2024-01-30 08:02:39 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 08:17:01 +0100" startDate="2024-01-30 08:05:19 +0100" endDate="2024-01-30 08:07:29 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 10:00:41 +0100" startDate="2024-01-30 09:50:25 +0100" endDate="2024-01-30 09:53:01 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 11:59:39 +0100" startDate="2024-01-30 11:44:50 +0100" endDate="2024-01-30 11:52:10 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 12:25:15 +0100" startDate="2024-01-30 12:15:02 +0100" endDate="2024-01-30 12:21:17 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 13:11:53 +0100" startDate="2024-01-30 13:00:50 +0100" endDate="2024-01-30 13:00:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 14:38:53 +0100" startDate="2024-01-30 14:27:19 +0100" endDate="2024-01-30 14:37:20 +0100" value="705"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 14:50:00 +0100" startDate="2024-01-30 14:37:20 +0100" endDate="2024-01-30 14:47:01 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 14:58:40 +0100" startDate="2024-01-30 14:47:36 +0100" endDate="2024-01-30 14:53:05 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 15:09:03 +0100" startDate="2024-01-30 14:58:01 +0100" endDate="2024-01-30 14:58:57 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 15:21:03 +0100" startDate="2024-01-30 15:11:00 +0100" endDate="2024-01-30 15:11:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 16:34:09 +0100" startDate="2024-01-30 16:21:17 +0100" endDate="2024-01-30 16:31:19 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 16:41:48 +0100" startDate="2024-01-30 16:31:19 +0100" endDate="2024-01-30 16:41:20 +0100" value="775"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 16:51:58 +0100" startDate="2024-01-30 16:41:20 +0100" endDate="2024-01-30 16:51:21 +0100" value="1090"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 17:01:38 +0100" startDate="2024-01-30 16:51:21 +0100" endDate="2024-01-30 17:01:21 +0100" value="1192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 17:12:24 +0100" startDate="2024-01-30 17:01:21 +0100" endDate="2024-01-30 17:11:22 +0100" value="1234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 17:22:25 +0100" startDate="2024-01-30 17:11:22 +0100" endDate="2024-01-30 17:21:23 +0100" value="1221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 17:32:26 +0100" startDate="2024-01-30 17:21:23 +0100" endDate="2024-01-30 17:27:43 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 18:10:48 +0100" startDate="2024-01-30 17:55:12 +0100" endDate="2024-01-30 17:55:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 19:56:35 +0100" startDate="2024-01-30 19:45:32 +0100" endDate="2024-01-30 19:45:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-30 21:53:03 +0100" startDate="2024-01-30 21:42:01 +0100" endDate="2024-01-30 21:45:29 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 05:44:50 +0100" startDate="2024-01-31 05:33:47 +0100" endDate="2024-01-31 05:34:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 06:26:01 +0100" startDate="2024-01-31 06:14:33 +0100" endDate="2024-01-31 06:14:51 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 06:36:18 +0100" startDate="2024-01-31 06:25:43 +0100" endDate="2024-01-31 06:34:48 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 07:09:10 +0100" startDate="2024-01-31 06:59:00 +0100" endDate="2024-01-31 07:08:56 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 07:20:39 +0100" startDate="2024-01-31 07:09:06 +0100" endDate="2024-01-31 07:19:07 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 07:29:52 +0100" startDate="2024-01-31 07:19:07 +0100" endDate="2024-01-31 07:28:58 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 07:40:09 +0100" startDate="2024-01-31 07:29:08 +0100" endDate="2024-01-31 07:29:16 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 08:22:33 +0100" startDate="2024-01-31 08:12:14 +0100" endDate="2024-01-31 08:13:18 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 08:52:32 +0100" startDate="2024-01-31 08:41:29 +0100" endDate="2024-01-31 08:51:30 +0100" value="994"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 09:02:27 +0100" startDate="2024-01-31 08:51:30 +0100" endDate="2024-01-31 08:58:53 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 11:37:10 +0100" startDate="2024-01-31 11:25:28 +0100" endDate="2024-01-31 11:33:17 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 11:49:38 +0100" startDate="2024-01-31 11:35:53 +0100" endDate="2024-01-31 11:42:04 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 12:06:23 +0100" startDate="2024-01-31 11:55:42 +0100" endDate="2024-01-31 12:02:48 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 12:56:21 +0100" startDate="2024-01-31 12:40:14 +0100" endDate="2024-01-31 12:42:49 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 15:24:55 +0100" startDate="2024-01-31 15:14:20 +0100" endDate="2024-01-31 15:17:31 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 16:37:14 +0100" startDate="2024-01-31 16:20:33 +0100" endDate="2024-01-31 16:26:22 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 17:00:48 +0100" startDate="2024-01-31 16:48:33 +0100" endDate="2024-01-31 16:54:12 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 17:04:36 +0100" startDate="2024-01-31 16:54:12 +0100" endDate="2024-01-31 17:04:13 +0100" value="1081"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 17:14:25 +0100" startDate="2024-01-31 17:04:13 +0100" endDate="2024-01-31 17:08:07 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 17:29:29 +0100" startDate="2024-01-31 17:18:26 +0100" endDate="2024-01-31 17:18:39 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 17:47:01 +0100" startDate="2024-01-31 17:35:58 +0100" endDate="2024-01-31 17:36:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 18:31:07 +0100" startDate="2024-01-31 18:19:13 +0100" endDate="2024-01-31 18:28:56 +0100" value="1024"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 18:39:39 +0100" startDate="2024-01-31 18:29:14 +0100" endDate="2024-01-31 18:39:15 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 18:50:08 +0100" startDate="2024-01-31 18:39:18 +0100" endDate="2024-01-31 18:47:47 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 19:00:55 +0100" startDate="2024-01-31 18:49:52 +0100" endDate="2024-01-31 18:51:24 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 19:11:44 +0100" startDate="2024-01-31 19:01:16 +0100" endDate="2024-01-31 19:08:04 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-01-31 22:05:54 +0100" startDate="2024-01-31 21:54:51 +0100" endDate="2024-01-31 21:55:29 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 05:54:59 +0100" startDate="2024-02-01 05:44:54 +0100" endDate="2024-02-01 05:45:57 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 07:05:42 +0100" startDate="2024-02-01 06:53:22 +0100" endDate="2024-02-01 07:02:48 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 07:15:12 +0100" startDate="2024-02-01 07:04:10 +0100" endDate="2024-02-01 07:07:31 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 08:12:40 +0100" startDate="2024-02-01 08:01:08 +0100" endDate="2024-02-01 08:07:45 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 08:22:52 +0100" startDate="2024-02-01 08:11:33 +0100" endDate="2024-02-01 08:11:40 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 08:42:16 +0100" startDate="2024-02-01 08:31:30 +0100" endDate="2024-02-01 08:40:38 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 08:53:18 +0100" startDate="2024-02-01 08:42:45 +0100" endDate="2024-02-01 08:51:48 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 10:09:03 +0100" startDate="2024-02-01 09:57:00 +0100" endDate="2024-02-01 10:06:05 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 10:18:19 +0100" startDate="2024-02-01 10:07:17 +0100" endDate="2024-02-01 10:07:52 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 11:10:11 +0100" startDate="2024-02-01 11:00:01 +0100" endDate="2024-02-01 11:00:27 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 11:33:28 +0100" startDate="2024-02-01 11:18:00 +0100" endDate="2024-02-01 11:24:50 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 11:44:27 +0100" startDate="2024-02-01 11:34:19 +0100" endDate="2024-02-01 11:43:01 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 12:00:59 +0100" startDate="2024-02-01 11:44:53 +0100" endDate="2024-02-01 11:46:02 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 12:16:19 +0100" startDate="2024-02-01 12:03:26 +0100" endDate="2024-02-01 12:06:32 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 12:38:11 +0100" startDate="2024-02-01 12:28:05 +0100" endDate="2024-02-01 12:30:03 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 12:50:00 +0100" startDate="2024-02-01 12:39:52 +0100" endDate="2024-02-01 12:49:45 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 13:11:59 +0100" startDate="2024-02-01 12:55:12 +0100" endDate="2024-02-01 13:00:55 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 13:21:24 +0100" startDate="2024-02-01 13:11:19 +0100" endDate="2024-02-01 13:12:40 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 14:02:01 +0100" startDate="2024-02-01 13:51:51 +0100" endDate="2024-02-01 14:00:05 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 14:19:47 +0100" startDate="2024-02-01 14:08:45 +0100" endDate="2024-02-01 14:12:42 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 14:47:41 +0100" startDate="2024-02-01 14:36:38 +0100" endDate="2024-02-01 14:38:55 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 15:10:17 +0100" startDate="2024-02-01 14:54:31 +0100" endDate="2024-02-01 14:57:04 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 15:32:06 +0100" startDate="2024-02-01 15:20:39 +0100" endDate="2024-02-01 15:30:38 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 16:19:12 +0100" startDate="2024-02-01 16:08:05 +0100" endDate="2024-02-01 16:12:25 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 16:36:29 +0100" startDate="2024-02-01 16:21:48 +0100" endDate="2024-02-01 16:31:28 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 16:42:17 +0100" startDate="2024-02-01 16:32:07 +0100" endDate="2024-02-01 16:37:15 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 17:02:47 +0100" startDate="2024-02-01 16:51:44 +0100" endDate="2024-02-01 16:51:49 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 17:14:21 +0100" startDate="2024-02-01 17:02:49 +0100" endDate="2024-02-01 17:06:59 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 18:00:23 +0100" startDate="2024-02-01 17:47:44 +0100" endDate="2024-02-01 17:53:05 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 18:58:03 +0100" startDate="2024-02-01 18:44:55 +0100" endDate="2024-02-01 18:52:02 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 19:13:30 +0100" startDate="2024-02-01 18:57:29 +0100" endDate="2024-02-01 18:58:02 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-01 21:52:52 +0100" startDate="2024-02-01 21:40:27 +0100" endDate="2024-02-01 21:42:19 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 07:44:23 +0100" startDate="2024-02-02 07:33:20 +0100" endDate="2024-02-02 07:34:26 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 08:52:45 +0100" startDate="2024-02-02 08:42:07 +0100" endDate="2024-02-02 08:50:47 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 09:30:10 +0100" startDate="2024-02-02 09:19:46 +0100" endDate="2024-02-02 09:19:56 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 09:59:49 +0100" startDate="2024-02-02 09:49:26 +0100" endDate="2024-02-02 09:59:22 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 10:11:59 +0100" startDate="2024-02-02 10:00:56 +0100" endDate="2024-02-02 10:01:01 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 12:11:12 +0100" startDate="2024-02-02 11:55:03 +0100" endDate="2024-02-02 12:02:32 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 12:16:43 +0100" startDate="2024-02-02 12:06:18 +0100" endDate="2024-02-02 12:12:05 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 12:40:30 +0100" startDate="2024-02-02 12:29:25 +0100" endDate="2024-02-02 12:39:16 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 12:49:53 +0100" startDate="2024-02-02 12:39:31 +0100" endDate="2024-02-02 12:46:42 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 13:08:41 +0100" startDate="2024-02-02 12:56:30 +0100" endDate="2024-02-02 12:57:34 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 13:45:12 +0100" startDate="2024-02-02 13:32:28 +0100" endDate="2024-02-02 13:32:35 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 14:26:33 +0100" startDate="2024-02-02 14:15:30 +0100" endDate="2024-02-02 14:23:29 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 15:04:22 +0100" startDate="2024-02-02 14:52:59 +0100" endDate="2024-02-02 15:02:35 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 15:19:27 +0100" startDate="2024-02-02 15:05:43 +0100" endDate="2024-02-02 15:06:37 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 15:53:29 +0100" startDate="2024-02-02 15:40:04 +0100" endDate="2024-02-02 15:49:24 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 16:03:37 +0100" startDate="2024-02-02 15:50:51 +0100" endDate="2024-02-02 16:00:52 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 16:13:38 +0100" startDate="2024-02-02 16:00:52 +0100" endDate="2024-02-02 16:10:53 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 16:23:32 +0100" startDate="2024-02-02 16:10:53 +0100" endDate="2024-02-02 16:17:15 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 16:33:38 +0100" startDate="2024-02-02 16:20:59 +0100" endDate="2024-02-02 16:31:00 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 16:42:35 +0100" startDate="2024-02-02 16:31:00 +0100" endDate="2024-02-02 16:41:01 +0100" value="613"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 16:51:57 +0100" startDate="2024-02-02 16:41:01 +0100" endDate="2024-02-02 16:51:02 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 17:03:06 +0100" startDate="2024-02-02 16:51:02 +0100" endDate="2024-02-02 17:00:20 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 17:16:37 +0100" startDate="2024-02-02 17:05:18 +0100" endDate="2024-02-02 17:11:53 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 17:28:21 +0100" startDate="2024-02-02 17:15:34 +0100" endDate="2024-02-02 17:25:35 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 17:36:38 +0100" startDate="2024-02-02 17:25:35 +0100" endDate="2024-02-02 17:33:29 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 17:51:55 +0100" startDate="2024-02-02 17:36:53 +0100" endDate="2024-02-02 17:46:44 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 18:01:37 +0100" startDate="2024-02-02 17:46:44 +0100" endDate="2024-02-02 17:56:44 +0100" value="993"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 18:13:02 +0100" startDate="2024-02-02 17:56:44 +0100" endDate="2024-02-02 17:59:37 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 18:22:57 +0100" startDate="2024-02-02 18:11:54 +0100" endDate="2024-02-02 18:14:34 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 19:49:28 +0100" startDate="2024-02-02 19:38:52 +0100" endDate="2024-02-02 19:44:31 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 20:03:46 +0100" startDate="2024-02-02 19:53:28 +0100" endDate="2024-02-02 20:00:13 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 20:23:38 +0100" startDate="2024-02-02 20:13:11 +0100" endDate="2024-02-02 20:23:01 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 20:34:14 +0100" startDate="2024-02-02 20:23:12 +0100" endDate="2024-02-02 20:24:23 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 20:48:07 +0100" startDate="2024-02-02 20:37:04 +0100" endDate="2024-02-02 20:43:01 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-02 22:49:23 +0100" startDate="2024-02-02 22:32:41 +0100" endDate="2024-02-02 22:33:52 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 08:09:10 +0100" startDate="2024-02-03 07:56:32 +0100" endDate="2024-02-03 08:03:04 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 08:54:26 +0100" startDate="2024-02-03 08:43:23 +0100" endDate="2024-02-03 08:47:35 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 09:17:30 +0100" startDate="2024-02-03 09:06:27 +0100" endDate="2024-02-03 09:06:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 10:28:46 +0100" startDate="2024-02-03 10:18:33 +0100" endDate="2024-02-03 10:23:46 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 10:56:18 +0100" startDate="2024-02-03 10:44:19 +0100" endDate="2024-02-03 10:54:00 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 11:06:09 +0100" startDate="2024-02-03 10:55:06 +0100" endDate="2024-02-03 10:56:20 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 11:55:10 +0100" startDate="2024-02-03 11:40:36 +0100" endDate="2024-02-03 11:45:47 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 12:06:11 +0100" startDate="2024-02-03 11:52:25 +0100" endDate="2024-02-03 12:01:33 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 12:16:32 +0100" startDate="2024-02-03 12:02:26 +0100" endDate="2024-02-03 12:06:26 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 12:30:56 +0100" startDate="2024-02-03 12:16:55 +0100" endDate="2024-02-03 12:17:28 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 13:23:30 +0100" startDate="2024-02-03 13:11:04 +0100" endDate="2024-02-03 13:19:36 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 13:36:26 +0100" startDate="2024-02-03 13:21:20 +0100" endDate="2024-02-03 13:26:23 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 13:59:10 +0100" startDate="2024-02-03 13:42:44 +0100" endDate="2024-02-03 13:47:50 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 14:29:29 +0100" startDate="2024-02-03 14:18:14 +0100" endDate="2024-02-03 14:27:35 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 14:39:38 +0100" startDate="2024-02-03 14:29:17 +0100" endDate="2024-02-03 14:29:29 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 15:28:02 +0100" startDate="2024-02-03 15:16:59 +0100" endDate="2024-02-03 15:25:21 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-03 23:10:07 +0100" startDate="2024-02-03 22:59:04 +0100" endDate="2024-02-03 23:01:06 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-04 08:05:06 +0100" startDate="2024-02-04 07:53:24 +0100" endDate="2024-02-04 08:01:43 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-04 08:56:08 +0100" startDate="2024-02-04 08:46:01 +0100" endDate="2024-02-04 08:46:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-04 09:26:41 +0100" startDate="2024-02-04 09:16:33 +0100" endDate="2024-02-04 09:18:46 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-04 12:47:05 +0100" startDate="2024-02-04 12:36:02 +0100" endDate="2024-02-04 12:36:12 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-04 18:13:33 +0100" startDate="2024-02-04 17:56:27 +0100" endDate="2024-02-04 17:56:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-04 21:56:53 +0100" startDate="2024-02-04 21:45:51 +0100" endDate="2024-02-04 21:51:59 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 07:14:21 +0100" startDate="2024-02-05 07:01:26 +0100" endDate="2024-02-05 07:10:08 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 07:32:23 +0100" startDate="2024-02-05 07:12:26 +0100" endDate="2024-02-05 07:14:03 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 08:09:40 +0100" startDate="2024-02-05 07:58:30 +0100" endDate="2024-02-05 07:59:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 08:54:02 +0100" startDate="2024-02-05 08:38:45 +0100" endDate="2024-02-05 08:39:23 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 09:54:11 +0100" startDate="2024-02-05 09:44:01 +0100" endDate="2024-02-05 09:44:19 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 10:14:34 +0100" startDate="2024-02-05 10:04:24 +0100" endDate="2024-02-05 10:04:34 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 11:45:48 +0100" startDate="2024-02-05 11:31:58 +0100" endDate="2024-02-05 11:34:46 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 12:39:22 +0100" startDate="2024-02-05 12:27:16 +0100" endDate="2024-02-05 12:28:42 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 12:48:45 +0100" startDate="2024-02-05 12:37:42 +0100" endDate="2024-02-05 12:38:08 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 13:08:42 +0100" startDate="2024-02-05 12:54:47 +0100" endDate="2024-02-05 12:57:30 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 13:31:20 +0100" startDate="2024-02-05 13:20:41 +0100" endDate="2024-02-05 13:30:43 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 13:50:30 +0100" startDate="2024-02-05 13:39:57 +0100" endDate="2024-02-05 13:49:58 +0100" value="897"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 14:01:12 +0100" startDate="2024-02-05 13:49:58 +0100" endDate="2024-02-05 13:59:59 +0100" value="1089"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 14:13:44 +0100" startDate="2024-02-05 13:59:59 +0100" endDate="2024-02-05 14:09:57 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 14:21:41 +0100" startDate="2024-02-05 14:10:00 +0100" endDate="2024-02-05 14:17:38 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 14:47:47 +0100" startDate="2024-02-05 14:34:25 +0100" endDate="2024-02-05 14:34:43 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 14:57:03 +0100" startDate="2024-02-05 14:44:42 +0100" endDate="2024-02-05 14:44:50 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 15:11:12 +0100" startDate="2024-02-05 15:01:06 +0100" endDate="2024-02-05 15:09:13 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 15:22:21 +0100" startDate="2024-02-05 15:11:18 +0100" endDate="2024-02-05 15:11:38 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 16:11:00 +0100" startDate="2024-02-05 15:59:38 +0100" endDate="2024-02-05 16:09:39 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 16:24:43 +0100" startDate="2024-02-05 16:09:39 +0100" endDate="2024-02-05 16:19:40 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 16:30:42 +0100" startDate="2024-02-05 16:19:40 +0100" endDate="2024-02-05 16:29:41 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 16:40:43 +0100" startDate="2024-02-05 16:29:41 +0100" endDate="2024-02-05 16:36:13 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 19:37:57 +0100" startDate="2024-02-05 19:26:54 +0100" endDate="2024-02-05 19:29:06 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-05 21:19:11 +0100" startDate="2024-02-05 21:08:58 +0100" endDate="2024-02-05 21:14:11 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 05:18:29 +0100" startDate="2024-02-06 05:07:27 +0100" endDate="2024-02-06 05:07:52 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 05:34:50 +0100" startDate="2024-02-06 05:23:13 +0100" endDate="2024-02-06 05:23:41 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 06:07:33 +0100" startDate="2024-02-06 05:57:00 +0100" endDate="2024-02-06 06:07:01 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 06:19:05 +0100" startDate="2024-02-06 06:07:01 +0100" endDate="2024-02-06 06:17:02 +0100" value="1086"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 06:28:09 +0100" startDate="2024-02-06 06:17:02 +0100" endDate="2024-02-06 06:21:14 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 06:39:54 +0100" startDate="2024-02-06 06:29:43 +0100" endDate="2024-02-06 06:36:03 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 07:23:08 +0100" startDate="2024-02-06 07:12:22 +0100" endDate="2024-02-06 07:14:04 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 07:59:13 +0100" startDate="2024-02-06 07:42:05 +0100" endDate="2024-02-06 07:52:06 +0100" value="1094"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 08:03:09 +0100" startDate="2024-02-06 07:52:06 +0100" endDate="2024-02-06 07:58:00 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 08:36:35 +0100" startDate="2024-02-06 08:23:29 +0100" endDate="2024-02-06 08:24:25 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 08:47:23 +0100" startDate="2024-02-06 08:36:20 +0100" endDate="2024-02-06 08:37:01 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 09:34:39 +0100" startDate="2024-02-06 09:24:31 +0100" endDate="2024-02-06 09:34:22 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 09:46:27 +0100" startDate="2024-02-06 09:35:08 +0100" endDate="2024-02-06 09:35:52 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 10:40:36 +0100" startDate="2024-02-06 10:25:03 +0100" endDate="2024-02-06 10:28:45 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 12:00:03 +0100" startDate="2024-02-06 11:48:44 +0100" endDate="2024-02-06 11:58:45 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 12:16:22 +0100" startDate="2024-02-06 11:58:45 +0100" endDate="2024-02-06 12:02:01 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 12:27:37 +0100" startDate="2024-02-06 12:17:32 +0100" endDate="2024-02-06 12:22:50 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 14:05:58 +0100" startDate="2024-02-06 13:53:06 +0100" endDate="2024-02-06 13:55:54 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 15:25:23 +0100" startDate="2024-02-06 15:14:00 +0100" endDate="2024-02-06 15:23:59 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 15:35:04 +0100" startDate="2024-02-06 15:24:01 +0100" endDate="2024-02-06 15:31:09 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 16:22:47 +0100" startDate="2024-02-06 16:04:50 +0100" endDate="2024-02-06 16:10:47 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 17:35:43 +0100" startDate="2024-02-06 17:19:41 +0100" endDate="2024-02-06 17:22:14 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 17:46:47 +0100" startDate="2024-02-06 17:36:37 +0100" endDate="2024-02-06 17:45:47 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 18:21:55 +0100" startDate="2024-02-06 18:11:50 +0100" endDate="2024-02-06 18:16:37 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 18:09:10 +0100" startDate="2024-02-06 17:57:53 +0100" endDate="2024-02-06 18:05:45 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 21:26:57 +0100" startDate="2024-02-06 21:14:52 +0100" endDate="2024-02-06 21:20:38 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 21:40:10 +0100" startDate="2024-02-06 21:28:49 +0100" endDate="2024-02-06 21:31:32 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 22:06:55 +0100" startDate="2024-02-06 21:56:23 +0100" endDate="2024-02-06 22:06:22 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 22:18:06 +0100" startDate="2024-02-06 22:06:22 +0100" endDate="2024-02-06 22:14:03 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-06 22:44:24 +0100" startDate="2024-02-06 22:34:13 +0100" endDate="2024-02-06 22:40:24 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 04:10:53 +0100" startDate="2024-02-07 03:54:10 +0100" endDate="2024-02-07 03:56:38 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 04:23:36 +0100" startDate="2024-02-07 04:12:33 +0100" endDate="2024-02-07 04:12:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 06:15:36 +0100" startDate="2024-02-07 06:03:14 +0100" endDate="2024-02-07 06:04:05 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 06:31:35 +0100" startDate="2024-02-07 06:21:25 +0100" endDate="2024-02-07 06:29:59 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 06:56:03 +0100" startDate="2024-02-07 06:45:50 +0100" endDate="2024-02-07 06:45:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 07:19:47 +0100" startDate="2024-02-07 07:09:37 +0100" endDate="2024-02-07 07:12:50 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 08:36:17 +0100" startDate="2024-02-07 08:25:14 +0100" endDate="2024-02-07 08:33:59 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 08:46:34 +0100" startDate="2024-02-07 08:36:24 +0100" endDate="2024-02-07 08:43:19 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 09:00:33 +0100" startDate="2024-02-07 08:49:21 +0100" endDate="2024-02-07 08:55:15 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 10:30:19 +0100" startDate="2024-02-07 10:19:16 +0100" endDate="2024-02-07 10:25:51 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 11:33:29 +0100" startDate="2024-02-07 11:22:54 +0100" endDate="2024-02-07 11:29:01 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 11:43:51 +0100" startDate="2024-02-07 11:33:46 +0100" endDate="2024-02-07 11:43:42 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 11:54:55 +0100" startDate="2024-02-07 11:44:00 +0100" endDate="2024-02-07 11:52:14 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 12:09:17 +0100" startDate="2024-02-07 11:58:14 +0100" endDate="2024-02-07 11:58:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 15:38:07 +0100" startDate="2024-02-07 15:27:04 +0100" endDate="2024-02-07 15:31:11 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 16:07:19 +0100" startDate="2024-02-07 15:56:17 +0100" endDate="2024-02-07 16:03:09 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 16:23:35 +0100" startDate="2024-02-07 16:13:22 +0100" endDate="2024-02-07 16:21:24 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 18:04:47 +0100" startDate="2024-02-07 17:54:32 +0100" endDate="2024-02-07 18:04:33 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 18:15:47 +0100" startDate="2024-02-07 18:04:33 +0100" endDate="2024-02-07 18:14:29 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 18:25:14 +0100" startDate="2024-02-07 18:14:42 +0100" endDate="2024-02-07 18:24:07 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 18:35:56 +0100" startDate="2024-02-07 18:24:53 +0100" endDate="2024-02-07 18:31:05 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 20:41:24 +0100" startDate="2024-02-07 20:28:59 +0100" endDate="2024-02-07 20:38:35 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 22:16:44 +0100" startDate="2024-02-07 22:05:02 +0100" endDate="2024-02-07 22:11:34 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-07 22:27:24 +0100" startDate="2024-02-07 22:16:21 +0100" endDate="2024-02-07 22:16:24 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 05:10:57 +0100" startDate="2024-02-08 05:00:44 +0100" endDate="2024-02-08 05:02:18 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 05:30:12 +0100" startDate="2024-02-08 05:17:56 +0100" endDate="2024-02-08 05:18:01 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 05:50:57 +0100" startDate="2024-02-08 05:39:54 +0100" endDate="2024-02-08 05:46:06 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 06:22:27 +0100" startDate="2024-02-08 06:07:53 +0100" endDate="2024-02-08 06:17:55 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 06:30:28 +0100" startDate="2024-02-08 06:17:55 +0100" endDate="2024-02-08 06:27:50 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 06:46:14 +0100" startDate="2024-02-08 06:35:11 +0100" endDate="2024-02-08 06:35:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 07:22:11 +0100" startDate="2024-02-08 07:12:05 +0100" endDate="2024-02-08 07:14:23 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 08:00:01 +0100" startDate="2024-02-08 07:42:15 +0100" endDate="2024-02-08 07:52:16 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 08:10:02 +0100" startDate="2024-02-08 07:52:28 +0100" endDate="2024-02-08 08:02:30 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 08:15:15 +0100" startDate="2024-02-08 08:02:30 +0100" endDate="2024-02-08 08:12:30 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 08:24:16 +0100" startDate="2024-02-08 08:12:30 +0100" endDate="2024-02-08 08:18:14 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 08:36:00 +0100" startDate="2024-02-08 08:23:20 +0100" endDate="2024-02-08 08:33:21 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 08:46:45 +0100" startDate="2024-02-08 08:33:21 +0100" endDate="2024-02-08 08:33:26 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 09:09:58 +0100" startDate="2024-02-08 08:58:09 +0100" endDate="2024-02-08 09:00:29 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 10:01:14 +0100" startDate="2024-02-08 09:51:01 +0100" endDate="2024-02-08 09:56:30 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 11:13:34 +0100" startDate="2024-02-08 11:02:45 +0100" endDate="2024-02-08 11:08:01 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 11:43:16 +0100" startDate="2024-02-08 11:29:52 +0100" endDate="2024-02-08 11:34:01 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 12:05:55 +0100" startDate="2024-02-08 11:53:58 +0100" endDate="2024-02-08 12:01:22 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 13:27:01 +0100" startDate="2024-02-08 13:15:15 +0100" endDate="2024-02-08 13:24:04 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 13:36:21 +0100" startDate="2024-02-08 13:25:18 +0100" endDate="2024-02-08 13:29:38 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 15:08:53 +0100" startDate="2024-02-08 14:56:24 +0100" endDate="2024-02-08 15:01:17 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 16:45:58 +0100" startDate="2024-02-08 16:35:34 +0100" endDate="2024-02-08 16:45:35 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 17:00:18 +0100" startDate="2024-02-08 16:45:35 +0100" endDate="2024-02-08 16:53:04 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 17:03:12 +0100" startDate="2024-02-08 16:53:04 +0100" endDate="2024-02-08 17:03:02 +0100" value="1126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 17:13:09 +0100" startDate="2024-02-08 17:03:02 +0100" endDate="2024-02-08 17:03:38 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 18:00:09 +0100" startDate="2024-02-08 17:46:29 +0100" endDate="2024-02-08 17:53:52 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 18:08:13 +0100" startDate="2024-02-08 17:57:10 +0100" endDate="2024-02-08 18:00:09 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 18:28:26 +0100" startDate="2024-02-08 18:18:01 +0100" endDate="2024-02-08 18:18:16 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 18:52:28 +0100" startDate="2024-02-08 18:38:29 +0100" endDate="2024-02-08 18:47:01 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 19:03:27 +0100" startDate="2024-02-08 18:50:58 +0100" endDate="2024-02-08 18:51:08 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 19:17:58 +0100" startDate="2024-02-08 19:05:31 +0100" endDate="2024-02-08 19:08:55 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 20:41:15 +0100" startDate="2024-02-08 20:30:09 +0100" endDate="2024-02-08 20:35:07 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 21:11:09 +0100" startDate="2024-02-08 20:58:31 +0100" endDate="2024-02-08 21:08:30 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 21:22:01 +0100" startDate="2024-02-08 21:08:30 +0100" endDate="2024-02-08 21:15:38 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-08 22:34:19 +0100" startDate="2024-02-08 22:23:16 +0100" endDate="2024-02-08 22:27:25 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 03:39:02 +0100" startDate="2024-02-09 03:28:52 +0100" endDate="2024-02-09 03:33:57 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 04:20:17 +0100" startDate="2024-02-09 04:10:04 +0100" endDate="2024-02-09 04:18:23 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 05:03:52 +0100" startDate="2024-02-09 04:52:50 +0100" endDate="2024-02-09 04:59:30 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 07:39:48 +0100" startDate="2024-02-09 07:22:33 +0100" endDate="2024-02-09 07:24:48 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 08:06:58 +0100" startDate="2024-02-09 07:55:55 +0100" endDate="2024-02-09 08:02:48 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 08:45:13 +0100" startDate="2024-02-09 08:34:10 +0100" endDate="2024-02-09 08:35:44 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 10:02:59 +0100" startDate="2024-02-09 09:50:34 +0100" endDate="2024-02-09 09:54:13 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 10:17:29 +0100" startDate="2024-02-09 10:06:07 +0100" endDate="2024-02-09 10:11:49 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 10:32:18 +0100" startDate="2024-02-09 10:16:54 +0100" endDate="2024-02-09 10:19:22 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 11:19:16 +0100" startDate="2024-02-09 11:09:03 +0100" endDate="2024-02-09 11:14:34 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 12:05:51 +0100" startDate="2024-02-09 11:53:32 +0100" endDate="2024-02-09 12:00:17 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 12:17:37 +0100" startDate="2024-02-09 12:04:15 +0100" endDate="2024-02-09 12:14:16 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 12:25:19 +0100" startDate="2024-02-09 12:14:16 +0100" endDate="2024-02-09 12:20:38 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 12:38:47 +0100" startDate="2024-02-09 12:27:00 +0100" endDate="2024-02-09 12:35:27 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 13:09:44 +0100" startDate="2024-02-09 12:56:27 +0100" endDate="2024-02-09 12:56:49 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 15:57:21 +0100" startDate="2024-02-09 15:47:16 +0100" endDate="2024-02-09 15:49:06 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 17:13:04 +0100" startDate="2024-02-09 17:00:41 +0100" endDate="2024-02-09 17:03:14 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 17:24:37 +0100" startDate="2024-02-09 17:11:08 +0100" endDate="2024-02-09 17:20:46 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 17:45:00 +0100" startDate="2024-02-09 17:20:46 +0100" endDate="2024-02-09 17:23:40 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 17:59:48 +0100" startDate="2024-02-09 17:49:11 +0100" endDate="2024-02-09 17:53:23 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 21:06:23 +0100" startDate="2024-02-09 20:42:04 +0100" endDate="2024-02-09 20:44:37 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 23:17:17 +0100" startDate="2024-02-09 23:04:00 +0100" endDate="2024-02-09 23:07:57 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-09 23:44:12 +0100" startDate="2024-02-09 23:28:03 +0100" endDate="2024-02-09 23:28:11 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-10 00:01:47 +0100" startDate="2024-02-09 23:49:42 +0100" endDate="2024-02-09 23:58:19 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-10 00:18:50 +0100" startDate="2024-02-10 00:02:00 +0100" endDate="2024-02-10 00:02:23 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-10 01:00:09 +0100" startDate="2024-02-10 00:47:54 +0100" endDate="2024-02-10 00:48:32 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-10 06:30:15 +0100" startDate="2024-02-10 06:19:32 +0100" endDate="2024-02-10 06:20:10 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-10 09:40:35 +0100" startDate="2024-02-10 09:25:55 +0100" endDate="2024-02-10 09:33:52 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-10 11:17:12 +0100" startDate="2024-02-10 11:05:50 +0100" endDate="2024-02-10 11:05:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-10 13:53:20 +0100" startDate="2024-02-10 13:42:49 +0100" endDate="2024-02-10 13:50:05 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-10 23:35:19 +0100" startDate="2024-02-10 23:24:16 +0100" endDate="2024-02-10 23:26:13 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 07:24:22 +0100" startDate="2024-02-11 07:14:09 +0100" endDate="2024-02-11 07:15:46 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfe800&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 08:50:51 +0100" startDate="2024-02-11 08:40:28 +0100" endDate="2024-02-11 08:50:29 +0100" value="1027"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 09:01:32 +0100" startDate="2024-02-11 08:50:29 +0100" endDate="2024-02-11 09:00:30 +0100" value="1259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 09:10:40 +0100" startDate="2024-02-11 09:00:30 +0100" endDate="2024-02-11 09:10:31 +0100" value="1272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 09:20:47 +0100" startDate="2024-02-11 09:10:31 +0100" endDate="2024-02-11 09:20:32 +0100" value="1320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 09:33:26 +0100" startDate="2024-02-11 09:20:32 +0100" endDate="2024-02-11 09:26:03 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 10:20:32 +0100" startDate="2024-02-11 10:10:24 +0100" endDate="2024-02-11 10:10:32 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 11:34:01 +0100" startDate="2024-02-11 11:14:18 +0100" endDate="2024-02-11 11:19:26 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 11:43:44 +0100" startDate="2024-02-11 11:31:48 +0100" endDate="2024-02-11 11:37:27 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 12:35:01 +0100" startDate="2024-02-11 12:16:20 +0100" endDate="2024-02-11 12:23:00 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 12:53:05 +0100" startDate="2024-02-11 12:42:53 +0100" endDate="2024-02-11 12:51:12 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 13:06:34 +0100" startDate="2024-02-11 12:52:56 +0100" endDate="2024-02-11 13:00:38 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 14:45:16 +0100" startDate="2024-02-11 14:33:09 +0100" endDate="2024-02-11 14:35:54 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 15:03:11 +0100" startDate="2024-02-11 14:45:21 +0100" endDate="2024-02-11 14:45:33 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 15:30:36 +0100" startDate="2024-02-11 15:15:57 +0100" endDate="2024-02-11 15:22:20 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 15:46:29 +0100" startDate="2024-02-11 15:30:47 +0100" endDate="2024-02-11 15:40:45 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 16:00:03 +0100" startDate="2024-02-11 15:40:56 +0100" endDate="2024-02-11 15:50:49 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 16:03:31 +0100" startDate="2024-02-11 15:52:11 +0100" endDate="2024-02-11 16:02:12 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 16:15:07 +0100" startDate="2024-02-11 16:02:12 +0100" endDate="2024-02-11 16:10:41 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 16:29:57 +0100" startDate="2024-02-11 16:15:10 +0100" endDate="2024-02-11 16:15:51 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 16:57:48 +0100" startDate="2024-02-11 16:46:03 +0100" endDate="2024-02-11 16:56:04 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 17:08:17 +0100" startDate="2024-02-11 16:56:04 +0100" endDate="2024-02-11 16:58:08 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 17:28:46 +0100" startDate="2024-02-11 17:14:30 +0100" endDate="2024-02-11 17:15:18 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 17:43:08 +0100" startDate="2024-02-11 17:29:42 +0100" endDate="2024-02-11 17:30:02 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 17:56:54 +0100" startDate="2024-02-11 17:45:51 +0100" endDate="2024-02-11 17:54:42 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 18:11:24 +0100" startDate="2024-02-11 17:56:26 +0100" endDate="2024-02-11 17:56:49 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 18:45:21 +0100" startDate="2024-02-11 18:31:41 +0100" endDate="2024-02-11 18:39:22 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 19:04:02 +0100" startDate="2024-02-11 18:53:13 +0100" endDate="2024-02-11 18:56:01 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 19:16:35 +0100" startDate="2024-02-11 19:04:48 +0100" endDate="2024-02-11 19:04:53 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 19:46:21 +0100" startDate="2024-02-11 19:28:40 +0100" endDate="2024-02-11 19:34:09 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-11 22:40:27 +0100" startDate="2024-02-11 22:30:14 +0100" endDate="2024-02-11 22:32:07 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 08:04:23 +0100" startDate="2024-02-12 07:54:12 +0100" endDate="2024-02-12 08:02:06 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 12:23:29 +0100" startDate="2024-02-12 12:11:28 +0100" endDate="2024-02-12 12:20:08 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 12:31:40 +0100" startDate="2024-02-12 12:20:13 +0100" endDate="2024-02-12 12:30:14 +0100" value="1078"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 12:44:20 +0100" startDate="2024-02-12 12:30:14 +0100" endDate="2024-02-12 12:38:40 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 12:56:44 +0100" startDate="2024-02-12 12:40:15 +0100" endDate="2024-02-12 12:40:33 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 13:18:16 +0100" startDate="2024-02-12 13:02:17 +0100" endDate="2024-02-12 13:02:25 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 13:27:19 +0100" startDate="2024-02-12 13:13:35 +0100" endDate="2024-02-12 13:19:49 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 13:41:47 +0100" startDate="2024-02-12 13:25:26 +0100" endDate="2024-02-12 13:25:36 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 13:41:47 +0100" startDate="2024-02-12 13:28:09 +0100" endDate="2024-02-12 13:28:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 14:06:42 +0100" startDate="2024-02-12 13:38:13 +0100" endDate="2024-02-12 13:46:50 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 14:06:42 +0100" startDate="2024-02-12 13:49:05 +0100" endDate="2024-02-12 13:54:03 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 14:06:42 +0100" startDate="2024-02-12 13:54:03 +0100" endDate="2024-02-12 14:03:00 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 14:18:54 +0100" startDate="2024-02-12 14:06:39 +0100" endDate="2024-02-12 14:15:09 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 14:34:36 +0100" startDate="2024-02-12 14:18:09 +0100" endDate="2024-02-12 14:28:08 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 15:04:18 +0100" startDate="2024-02-12 14:29:27 +0100" endDate="2024-02-12 14:39:28 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 15:04:18 +0100" startDate="2024-02-12 14:41:25 +0100" endDate="2024-02-12 14:51:01 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 15:04:18 +0100" startDate="2024-02-12 14:51:26 +0100" endDate="2024-02-12 14:51:29 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 15:04:19 +0100" startDate="2024-02-12 14:51:31 +0100" endDate="2024-02-12 14:52:43 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 15:04:19 +0100" startDate="2024-02-12 14:52:53 +0100" endDate="2024-02-12 15:02:44 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 15:22:47 +0100" startDate="2024-02-12 15:11:44 +0100" endDate="2024-02-12 15:19:51 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 15:43:16 +0100" startDate="2024-02-12 15:26:03 +0100" endDate="2024-02-12 15:33:09 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 15:49:56 +0100" startDate="2024-02-12 15:35:46 +0100" endDate="2024-02-12 15:43:05 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 16:38:22 +0100" startDate="2024-02-12 16:21:24 +0100" endDate="2024-02-12 16:21:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 17:26:43 +0100" startDate="2024-02-12 17:10:47 +0100" endDate="2024-02-12 17:20:25 +0100" value="977"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 17:36:34 +0100" startDate="2024-02-12 17:25:31 +0100" endDate="2024-02-12 17:34:05 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-12 21:31:36 +0100" startDate="2024-02-12 21:20:34 +0100" endDate="2024-02-12 21:27:03 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 07:00:12 +0100" startDate="2024-02-13 06:49:59 +0100" endDate="2024-02-13 06:50:25 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 07:44:00 +0100" startDate="2024-02-13 07:33:52 +0100" endDate="2024-02-13 07:38:58 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 08:39:33 +0100" startDate="2024-02-13 08:29:00 +0100" endDate="2024-02-13 08:34:34 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 08:59:59 +0100" startDate="2024-02-13 08:41:32 +0100" endDate="2024-02-13 08:47:39 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 09:38:32 +0100" startDate="2024-02-13 09:23:38 +0100" endDate="2024-02-13 09:32:17 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 10:08:30 +0100" startDate="2024-02-13 09:52:28 +0100" endDate="2024-02-13 10:00:50 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 10:27:48 +0100" startDate="2024-02-13 10:16:45 +0100" endDate="2024-02-13 10:25:39 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 10:38:05 +0100" startDate="2024-02-13 10:27:03 +0100" endDate="2024-02-13 10:27:44 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 11:36:38 +0100" startDate="2024-02-13 11:26:09 +0100" endDate="2024-02-13 11:35:15 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 11:48:10 +0100" startDate="2024-02-13 11:36:37 +0100" endDate="2024-02-13 11:44:24 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 11:58:13 +0100" startDate="2024-02-13 11:48:03 +0100" endDate="2024-02-13 11:53:14 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 12:23:33 +0100" startDate="2024-02-13 12:07:47 +0100" endDate="2024-02-13 12:09:14 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 12:38:37 +0100" startDate="2024-02-13 12:25:13 +0100" endDate="2024-02-13 12:25:18 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 12:58:46 +0100" startDate="2024-02-13 12:44:00 +0100" endDate="2024-02-13 12:44:03 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 13:08:29 +0100" startDate="2024-02-13 12:57:27 +0100" endDate="2024-02-13 13:05:28 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 13:28:42 +0100" startDate="2024-02-13 13:13:53 +0100" endDate="2024-02-13 13:16:08 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 13:41:16 +0100" startDate="2024-02-13 13:30:56 +0100" endDate="2024-02-13 13:40:50 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 13:57:33 +0100" startDate="2024-02-13 13:41:05 +0100" endDate="2024-02-13 13:51:06 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 14:06:53 +0100" startDate="2024-02-13 13:51:06 +0100" endDate="2024-02-13 13:58:37 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 14:31:43 +0100" startDate="2024-02-13 14:16:32 +0100" endDate="2024-02-13 14:24:13 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 14:47:45 +0100" startDate="2024-02-13 14:34:51 +0100" endDate="2024-02-13 14:43:56 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 15:00:14 +0100" startDate="2024-02-13 14:46:28 +0100" endDate="2024-02-13 14:55:49 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 15:10:42 +0100" startDate="2024-02-13 14:56:30 +0100" endDate="2024-02-13 15:04:36 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 15:18:31 +0100" startDate="2024-02-13 15:07:04 +0100" endDate="2024-02-13 15:17:05 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 15:29:11 +0100" startDate="2024-02-13 15:17:05 +0100" endDate="2024-02-13 15:27:06 +0100" value="953"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 15:39:01 +0100" startDate="2024-02-13 15:27:06 +0100" endDate="2024-02-13 15:36:42 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 15:50:02 +0100" startDate="2024-02-13 15:38:01 +0100" endDate="2024-02-13 15:47:52 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 16:01:15 +0100" startDate="2024-02-13 15:48:30 +0100" endDate="2024-02-13 15:51:23 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 16:10:38 +0100" startDate="2024-02-13 15:59:35 +0100" endDate="2024-02-13 16:00:11 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 16:59:14 +0100" startDate="2024-02-13 16:48:11 +0100" endDate="2024-02-13 16:51:23 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 17:11:19 +0100" startDate="2024-02-13 17:00:28 +0100" endDate="2024-02-13 17:05:04 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 17:23:44 +0100" startDate="2024-02-13 17:12:47 +0100" endDate="2024-02-13 17:22:23 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 17:41:18 +0100" startDate="2024-02-13 17:29:31 +0100" endDate="2024-02-13 17:29:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 17:54:25 +0100" startDate="2024-02-13 17:43:05 +0100" endDate="2024-02-13 17:46:26 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 18:25:56 +0100" startDate="2024-02-13 18:14:45 +0100" endDate="2024-02-13 18:23:49 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 18:54:06 +0100" startDate="2024-02-13 18:39:49 +0100" endDate="2024-02-13 18:45:40 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 19:52:05 +0100" startDate="2024-02-13 19:41:03 +0100" endDate="2024-02-13 19:48:41 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 20:08:18 +0100" startDate="2024-02-13 19:54:58 +0100" endDate="2024-02-13 19:55:03 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-13 21:52:25 +0100" startDate="2024-02-13 21:41:22 +0100" endDate="2024-02-13 21:46:18 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 05:28:10 +0100" startDate="2024-02-14 05:14:18 +0100" endDate="2024-02-14 05:14:33 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 05:39:36 +0100" startDate="2024-02-14 05:28:33 +0100" endDate="2024-02-14 05:29:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 06:01:30 +0100" startDate="2024-02-14 05:51:17 +0100" endDate="2024-02-14 05:59:51 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 06:14:28 +0100" startDate="2024-02-14 06:01:56 +0100" endDate="2024-02-14 06:09:04 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 06:23:30 +0100" startDate="2024-02-14 06:09:04 +0100" endDate="2024-02-14 06:19:05 +0100" value="1018"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 06:30:28 +0100" startDate="2024-02-14 06:19:05 +0100" endDate="2024-02-14 06:28:26 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 06:43:21 +0100" startDate="2024-02-14 06:33:11 +0100" endDate="2024-02-14 06:34:35 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 08:49:27 +0100" startDate="2024-02-14 08:38:09 +0100" endDate="2024-02-14 08:43:40 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 09:14:42 +0100" startDate="2024-02-14 09:02:13 +0100" endDate="2024-02-14 09:04:10 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 10:07:33 +0100" startDate="2024-02-14 09:52:28 +0100" endDate="2024-02-14 09:52:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 10:52:36 +0100" startDate="2024-02-14 10:39:20 +0100" endDate="2024-02-14 10:40:08 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 11:49:45 +0100" startDate="2024-02-14 11:30:18 +0100" endDate="2024-02-14 11:39:13 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 12:18:46 +0100" startDate="2024-02-14 12:04:10 +0100" endDate="2024-02-14 12:04:46 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 12:58:02 +0100" startDate="2024-02-14 12:44:15 +0100" endDate="2024-02-14 12:53:15 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 13:46:46 +0100" startDate="2024-02-14 13:30:41 +0100" endDate="2024-02-14 13:37:37 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 15:54:35 +0100" startDate="2024-02-14 15:39:56 +0100" endDate="2024-02-14 15:49:01 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 16:25:00 +0100" startDate="2024-02-14 16:09:52 +0100" endDate="2024-02-14 16:11:36 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 16:52:31 +0100" startDate="2024-02-14 16:38:06 +0100" endDate="2024-02-14 16:38:11 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 17:01:46 +0100" startDate="2024-02-14 16:48:20 +0100" endDate="2024-02-14 16:54:12 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 17:19:31 +0100" startDate="2024-02-14 17:08:28 +0100" endDate="2024-02-14 17:15:46 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 17:36:19 +0100" startDate="2024-02-14 17:25:17 +0100" endDate="2024-02-14 17:33:38 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 18:03:08 +0100" startDate="2024-02-14 17:53:03 +0100" endDate="2024-02-14 17:59:32 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 18:13:57 +0100" startDate="2024-02-14 18:03:19 +0100" endDate="2024-02-14 18:03:21 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 19:12:21 +0100" startDate="2024-02-14 19:02:03 +0100" endDate="2024-02-14 19:02:54 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 19:30:42 +0100" startDate="2024-02-14 19:20:37 +0100" endDate="2024-02-14 19:23:38 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 20:44:28 +0100" startDate="2024-02-14 20:33:38 +0100" endDate="2024-02-14 20:43:39 +0100" value="919"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 20:55:10 +0100" startDate="2024-02-14 20:43:39 +0100" endDate="2024-02-14 20:51:49 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 21:09:39 +0100" startDate="2024-02-14 20:58:37 +0100" endDate="2024-02-14 20:59:43 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-14 22:17:41 +0100" startDate="2024-02-14 22:06:38 +0100" endDate="2024-02-14 22:12:07 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 04:39:47 +0100" startDate="2024-02-15 04:29:29 +0100" endDate="2024-02-15 04:29:57 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 06:27:55 +0100" startDate="2024-02-15 06:15:08 +0100" endDate="2024-02-15 06:15:16 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 06:38:58 +0100" startDate="2024-02-15 06:28:53 +0100" endDate="2024-02-15 06:29:18 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 07:04:12 +0100" startDate="2024-02-15 06:53:46 +0100" endDate="2024-02-15 07:02:29 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 07:16:19 +0100" startDate="2024-02-15 07:03:58 +0100" endDate="2024-02-15 07:13:59 +0100" value="1177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 07:25:16 +0100" startDate="2024-02-15 07:13:59 +0100" endDate="2024-02-15 07:16:54 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 07:39:26 +0100" startDate="2024-02-15 07:29:14 +0100" endDate="2024-02-15 07:29:21 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 08:22:08 +0100" startDate="2024-02-15 08:11:05 +0100" endDate="2024-02-15 08:13:15 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 08:42:24 +0100" startDate="2024-02-15 08:31:21 +0100" endDate="2024-02-15 08:39:48 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 09:10:26 +0100" startDate="2024-02-15 09:00:16 +0100" endDate="2024-02-15 09:10:17 +0100" value="1107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 09:21:19 +0100" startDate="2024-02-15 09:10:17 +0100" endDate="2024-02-15 09:20:18 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 09:31:20 +0100" startDate="2024-02-15 09:20:18 +0100" endDate="2024-02-15 09:22:40 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 10:48:03 +0100" startDate="2024-02-15 10:36:49 +0100" endDate="2024-02-15 10:46:20 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 10:58:22 +0100" startDate="2024-02-15 10:47:01 +0100" endDate="2024-02-15 10:48:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 11:13:17 +0100" startDate="2024-02-15 11:02:14 +0100" endDate="2024-02-15 11:02:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 11:51:46 +0100" startDate="2024-02-15 11:41:34 +0100" endDate="2024-02-15 11:51:35 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 12:11:37 +0100" startDate="2024-02-15 11:52:28 +0100" endDate="2024-02-15 11:54:41 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 13:21:47 +0100" startDate="2024-02-15 13:11:30 +0100" endDate="2024-02-15 13:21:31 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 13:33:12 +0100" startDate="2024-02-15 13:21:31 +0100" endDate="2024-02-15 13:30:53 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 13:46:25 +0100" startDate="2024-02-15 13:33:26 +0100" endDate="2024-02-15 13:34:09 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 17:10:37 +0100" startDate="2024-02-15 16:57:25 +0100" endDate="2024-02-15 17:07:27 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 17:19:05 +0100" startDate="2024-02-15 17:07:27 +0100" endDate="2024-02-15 17:17:28 +0100" value="1195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 17:28:30 +0100" startDate="2024-02-15 17:17:28 +0100" endDate="2024-02-15 17:21:37 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 17:40:03 +0100" startDate="2024-02-15 17:29:00 +0100" endDate="2024-02-15 17:29:21 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 18:05:16 +0100" startDate="2024-02-15 17:54:29 +0100" endDate="2024-02-15 18:00:12 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 18:21:26 +0100" startDate="2024-02-15 18:10:59 +0100" endDate="2024-02-15 18:17:32 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 18:34:28 +0100" startDate="2024-02-15 18:23:26 +0100" endDate="2024-02-15 18:24:22 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 19:34:58 +0100" startDate="2024-02-15 19:23:39 +0100" endDate="2024-02-15 19:30:14 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 19:42:57 +0100" startDate="2024-02-15 19:30:14 +0100" endDate="2024-02-15 19:39:39 +0100" value="840"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 19:51:51 +0100" startDate="2024-02-15 19:40:51 +0100" endDate="2024-02-15 19:48:27 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 20:04:20 +0100" startDate="2024-02-15 19:52:54 +0100" endDate="2024-02-15 19:53:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-15 22:36:05 +0100" startDate="2024-02-15 22:25:02 +0100" endDate="2024-02-15 22:27:20 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 04:53:36 +0100" startDate="2024-02-16 04:42:33 +0100" endDate="2024-02-16 04:42:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 05:17:12 +0100" startDate="2024-02-16 05:06:51 +0100" endDate="2024-02-16 05:08:18 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 05:39:48 +0100" startDate="2024-02-16 05:29:42 +0100" endDate="2024-02-16 05:30:23 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 07:12:53 +0100" startDate="2024-02-16 07:02:16 +0100" endDate="2024-02-16 07:09:19 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 07:23:53 +0100" startDate="2024-02-16 07:13:29 +0100" endDate="2024-02-16 07:22:42 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 07:33:38 +0100" startDate="2024-02-16 07:23:35 +0100" endDate="2024-02-16 07:31:34 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 07:52:41 +0100" startDate="2024-02-16 07:41:39 +0100" endDate="2024-02-16 07:44:45 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 09:07:49 +0100" startDate="2024-02-16 08:57:41 +0100" endDate="2024-02-16 09:05:47 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 09:23:56 +0100" startDate="2024-02-16 09:13:03 +0100" endDate="2024-02-16 09:16:42 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 09:57:36 +0100" startDate="2024-02-16 09:45:03 +0100" endDate="2024-02-16 09:54:47 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 10:08:43 +0100" startDate="2024-02-16 09:56:21 +0100" endDate="2024-02-16 10:05:49 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 10:27:44 +0100" startDate="2024-02-16 10:13:23 +0100" endDate="2024-02-16 10:13:36 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 10:38:57 +0100" startDate="2024-02-16 10:25:03 +0100" endDate="2024-02-16 10:32:52 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 10:53:29 +0100" startDate="2024-02-16 10:38:46 +0100" endDate="2024-02-16 10:47:56 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 11:19:25 +0100" startDate="2024-02-16 11:08:22 +0100" endDate="2024-02-16 11:11:15 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 11:58:33 +0100" startDate="2024-02-16 11:45:48 +0100" endDate="2024-02-16 11:55:49 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 12:06:51 +0100" startDate="2024-02-16 11:55:49 +0100" endDate="2024-02-16 12:01:27 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 12:31:30 +0100" startDate="2024-02-16 12:19:19 +0100" endDate="2024-02-16 12:27:18 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 12:42:35 +0100" startDate="2024-02-16 12:30:21 +0100" endDate="2024-02-16 12:39:32 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 13:26:27 +0100" startDate="2024-02-16 13:12:36 +0100" endDate="2024-02-16 13:18:02 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 13:38:37 +0100" startDate="2024-02-16 13:26:34 +0100" endDate="2024-02-16 13:36:35 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 13:48:32 +0100" startDate="2024-02-16 13:36:35 +0100" endDate="2024-02-16 13:40:58 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 14:03:38 +0100" startDate="2024-02-16 13:50:43 +0100" endDate="2024-02-16 13:53:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 14:15:41 +0100" startDate="2024-02-16 14:03:32 +0100" endDate="2024-02-16 14:06:02 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 14:47:46 +0100" startDate="2024-02-16 14:34:58 +0100" endDate="2024-02-16 14:36:58 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 15:06:03 +0100" startDate="2024-02-16 14:53:38 +0100" endDate="2024-02-16 14:59:56 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 16:15:28 +0100" startDate="2024-02-16 15:56:22 +0100" endDate="2024-02-16 15:58:47 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 19:10:25 +0100" startDate="2024-02-16 19:00:06 +0100" endDate="2024-02-16 19:10:07 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 19:21:10 +0100" startDate="2024-02-16 19:10:07 +0100" endDate="2024-02-16 19:13:26 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 19:44:29 +0100" startDate="2024-02-16 19:31:08 +0100" endDate="2024-02-16 19:40:44 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 19:56:12 +0100" startDate="2024-02-16 19:43:48 +0100" endDate="2024-02-16 19:44:28 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 20:50:53 +0100" startDate="2024-02-16 20:39:50 +0100" endDate="2024-02-16 20:40:05 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 21:09:19 +0100" startDate="2024-02-16 20:58:54 +0100" endDate="2024-02-16 20:58:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 21:39:41 +0100" startDate="2024-02-16 21:20:42 +0100" endDate="2024-02-16 21:22:17 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 21:48:53 +0100" startDate="2024-02-16 21:34:03 +0100" endDate="2024-02-16 21:34:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 21:57:07 +0100" startDate="2024-02-16 21:46:05 +0100" endDate="2024-02-16 21:49:41 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-16 22:31:56 +0100" startDate="2024-02-16 22:20:53 +0100" endDate="2024-02-16 22:28:27 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 06:39:11 +0100" startDate="2024-02-17 06:27:16 +0100" endDate="2024-02-17 06:27:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 06:53:32 +0100" startDate="2024-02-17 06:39:47 +0100" endDate="2024-02-17 06:40:33 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 07:06:00 +0100" startDate="2024-02-17 06:52:08 +0100" endDate="2024-02-17 06:53:22 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 07:56:58 +0100" startDate="2024-02-17 07:40:55 +0100" endDate="2024-02-17 07:50:56 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 08:05:04 +0100" startDate="2024-02-17 07:50:56 +0100" endDate="2024-02-17 08:00:57 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 08:19:33 +0100" startDate="2024-02-17 08:00:57 +0100" endDate="2024-02-17 08:06:46 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 09:56:29 +0100" startDate="2024-02-17 09:45:27 +0100" endDate="2024-02-17 09:53:57 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303ca6350&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 10:15:12 +0100" startDate="2024-02-17 09:58:09 +0100" endDate="2024-02-17 10:00:16 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 10:53:34 +0100" startDate="2024-02-17 10:43:21 +0100" endDate="2024-02-17 10:43:59 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 11:27:44 +0100" startDate="2024-02-17 11:15:04 +0100" endDate="2024-02-17 11:15:09 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 11:45:21 +0100" startDate="2024-02-17 11:27:24 +0100" endDate="2024-02-17 11:27:47 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 12:09:17 +0100" startDate="2024-02-17 11:58:04 +0100" endDate="2024-02-17 12:07:53 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 12:22:42 +0100" startDate="2024-02-17 12:08:23 +0100" endDate="2024-02-17 12:12:02 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 12:35:43 +0100" startDate="2024-02-17 12:25:19 +0100" endDate="2024-02-17 12:32:58 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 12:53:14 +0100" startDate="2024-02-17 12:42:11 +0100" endDate="2024-02-17 12:45:02 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 14:14:20 +0100" startDate="2024-02-17 14:01:21 +0100" endDate="2024-02-17 14:09:25 +0100" value="501"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 14:36:12 +0100" startDate="2024-02-17 14:23:39 +0100" endDate="2024-02-17 14:28:09 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 15:34:37 +0100" startDate="2024-02-17 15:17:28 +0100" endDate="2024-02-17 15:27:29 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 15:43:32 +0100" startDate="2024-02-17 15:27:29 +0100" endDate="2024-02-17 15:37:28 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 15:53:35 +0100" startDate="2024-02-17 15:37:38 +0100" endDate="2024-02-17 15:46:05 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 16:04:52 +0100" startDate="2024-02-17 15:53:13 +0100" endDate="2024-02-17 16:03:12 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 16:15:23 +0100" startDate="2024-02-17 16:03:12 +0100" endDate="2024-02-17 16:12:02 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 16:27:52 +0100" startDate="2024-02-17 16:15:20 +0100" endDate="2024-02-17 16:25:19 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 16:39:08 +0100" startDate="2024-02-17 16:25:19 +0100" endDate="2024-02-17 16:33:54 +0100" value="560"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 16:45:14 +0100" startDate="2024-02-17 16:33:54 +0100" endDate="2024-02-17 16:43:11 +0100" value="807"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 16:57:55 +0100" startDate="2024-02-17 16:44:38 +0100" endDate="2024-02-17 16:44:46 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 17:36:22 +0100" startDate="2024-02-17 17:23:39 +0100" endDate="2024-02-17 17:33:39 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 17:44:42 +0100" startDate="2024-02-17 17:33:39 +0100" endDate="2024-02-17 17:35:21 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 18:50:15 +0100" startDate="2024-02-17 18:36:26 +0100" endDate="2024-02-17 18:45:54 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 18:58:55 +0100" startDate="2024-02-17 18:46:58 +0100" endDate="2024-02-17 18:52:35 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 19:14:00 +0100" startDate="2024-02-17 18:59:07 +0100" endDate="2024-02-17 19:08:28 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 19:24:22 +0100" startDate="2024-02-17 19:13:20 +0100" endDate="2024-02-17 19:13:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 19:51:41 +0100" startDate="2024-02-17 19:40:39 +0100" endDate="2024-02-17 19:50:40 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-17 20:00:47 +0100" startDate="2024-02-17 19:50:40 +0100" endDate="2024-02-17 19:50:47 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-18 01:12:44 +0100" startDate="2024-02-18 00:53:39 +0100" endDate="2024-02-18 00:55:46 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-18 05:54:03 +0100" startDate="2024-02-18 05:38:23 +0100" endDate="2024-02-18 05:39:50 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-18 06:12:33 +0100" startDate="2024-02-18 05:51:33 +0100" endDate="2024-02-18 05:52:08 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-18 06:24:42 +0100" startDate="2024-02-18 06:14:01 +0100" endDate="2024-02-18 06:14:39 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-18 06:37:28 +0100" startDate="2024-02-18 06:26:25 +0100" endDate="2024-02-18 06:26:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-18 06:56:59 +0100" startDate="2024-02-18 06:45:29 +0100" endDate="2024-02-18 06:53:41 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-18 07:06:39 +0100" startDate="2024-02-18 06:55:33 +0100" endDate="2024-02-18 07:05:34 +0100" value="470"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-18 07:16:37 +0100" startDate="2024-02-18 07:05:34 +0100" endDate="2024-02-18 07:06:02 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-18 13:28:07 +0100" startDate="2024-02-18 13:17:06 +0100" endDate="2024-02-18 13:21:06 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-18 15:07:47 +0100" startDate="2024-02-18 14:56:45 +0100" endDate="2024-02-18 15:00:42 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-18 17:33:40 +0100" startDate="2024-02-18 17:22:20 +0100" endDate="2024-02-18 17:31:28 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-18 17:43:36 +0100" startDate="2024-02-18 17:32:34 +0100" endDate="2024-02-18 17:40:25 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 08:09:37 +0100" startDate="2024-02-19 07:57:58 +0100" endDate="2024-02-19 08:04:10 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 08:26:29 +0100" startDate="2024-02-19 08:12:06 +0100" endDate="2024-02-19 08:13:43 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 08:34:54 +0100" startDate="2024-02-19 08:22:41 +0100" endDate="2024-02-19 08:23:32 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 08:52:55 +0100" startDate="2024-02-19 08:40:28 +0100" endDate="2024-02-19 08:41:24 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 09:10:45 +0100" startDate="2024-02-19 08:59:42 +0100" endDate="2024-02-19 09:08:19 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 09:25:49 +0100" startDate="2024-02-19 09:12:41 +0100" endDate="2024-02-19 09:12:46 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 09:48:04 +0100" startDate="2024-02-19 09:31:22 +0100" endDate="2024-02-19 09:33:07 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 10:09:29 +0100" startDate="2024-02-19 09:54:15 +0100" endDate="2024-02-19 10:02:44 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 10:16:17 +0100" startDate="2024-02-19 10:05:15 +0100" endDate="2024-02-19 10:05:45 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 10:28:15 +0100" startDate="2024-02-19 10:17:13 +0100" endDate="2024-02-19 10:26:18 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 10:38:57 +0100" startDate="2024-02-19 10:27:54 +0100" endDate="2024-02-19 10:37:27 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 10:49:55 +0100" startDate="2024-02-19 10:39:32 +0100" endDate="2024-02-19 10:42:38 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 11:00:56 +0100" startDate="2024-02-19 10:49:53 +0100" endDate="2024-02-19 10:59:52 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 11:13:12 +0100" startDate="2024-02-19 11:02:09 +0100" endDate="2024-02-19 11:08:34 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 11:25:02 +0100" startDate="2024-02-19 11:14:17 +0100" endDate="2024-02-19 11:20:47 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 11:38:17 +0100" startDate="2024-02-19 11:27:14 +0100" endDate="2024-02-19 11:37:00 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 11:49:04 +0100" startDate="2024-02-19 11:38:36 +0100" endDate="2024-02-19 11:48:35 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 11:59:05 +0100" startDate="2024-02-19 11:48:58 +0100" endDate="2024-02-19 11:57:14 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 12:09:37 +0100" startDate="2024-02-19 11:59:03 +0100" endDate="2024-02-19 12:08:01 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 12:19:27 +0100" startDate="2024-02-19 12:09:12 +0100" endDate="2024-02-19 12:19:13 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 12:29:18 +0100" startDate="2024-02-19 12:19:13 +0100" endDate="2024-02-19 12:27:37 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 12:44:54 +0100" startDate="2024-02-19 12:33:51 +0100" endDate="2024-02-19 12:43:01 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 12:58:11 +0100" startDate="2024-02-19 12:47:08 +0100" endDate="2024-02-19 12:54:56 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 14:12:00 +0100" startDate="2024-02-19 14:01:52 +0100" endDate="2024-02-19 14:04:53 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 14:23:43 +0100" startDate="2024-02-19 14:13:32 +0100" endDate="2024-02-19 14:23:33 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 14:34:36 +0100" startDate="2024-02-19 14:23:33 +0100" endDate="2024-02-19 14:28:11 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 14:47:59 +0100" startDate="2024-02-19 14:37:41 +0100" endDate="2024-02-19 14:40:47 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 15:04:35 +0100" startDate="2024-02-19 14:48:18 +0100" endDate="2024-02-19 14:49:11 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 15:10:16 +0100" startDate="2024-02-19 14:59:12 +0100" endDate="2024-02-19 15:00:51 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-19 15:49:16 +0100" startDate="2024-02-19 15:36:32 +0100" endDate="2024-02-19 15:41:08 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 07:59:59 +0100" startDate="2024-02-20 07:44:38 +0100" endDate="2024-02-20 07:51:49 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 08:07:27 +0100" startDate="2024-02-20 07:56:24 +0100" endDate="2024-02-20 07:59:46 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 08:30:40 +0100" startDate="2024-02-20 08:19:19 +0100" endDate="2024-02-20 08:20:07 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 08:43:35 +0100" startDate="2024-02-20 08:32:33 +0100" endDate="2024-02-20 08:37:32 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 09:11:13 +0100" startDate="2024-02-20 08:56:22 +0100" endDate="2024-02-20 08:59:51 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 09:36:41 +0100" startDate="2024-02-20 09:21:58 +0100" endDate="2024-02-20 09:24:10 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 10:02:13 +0100" startDate="2024-02-20 09:35:28 +0100" endDate="2024-02-20 09:40:59 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 10:02:13 +0100" startDate="2024-02-20 09:49:35 +0100" endDate="2024-02-20 09:58:30 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 10:24:12 +0100" startDate="2024-02-20 10:07:38 +0100" endDate="2024-02-20 10:09:55 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 10:24:12 +0100" startDate="2024-02-20 10:13:03 +0100" endDate="2024-02-20 10:18:14 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 10:29:55 +0100" startDate="2024-02-20 10:18:55 +0100" endDate="2024-02-20 10:19:00 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 10:41:27 +0100" startDate="2024-02-20 10:30:09 +0100" endDate="2024-02-20 10:39:47 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 11:08:15 +0100" startDate="2024-02-20 10:58:10 +0100" endDate="2024-02-20 11:00:58 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 11:18:26 +0100" startDate="2024-02-20 11:08:11 +0100" endDate="2024-02-20 11:17:03 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 11:38:23 +0100" startDate="2024-02-20 11:28:08 +0100" endDate="2024-02-20 11:33:59 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 11:50:36 +0100" startDate="2024-02-20 11:40:16 +0100" endDate="2024-02-20 11:40:41 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 12:01:23 +0100" startDate="2024-02-20 11:50:57 +0100" endDate="2024-02-20 11:54:36 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 12:16:40 +0100" startDate="2024-02-20 12:06:34 +0100" endDate="2024-02-20 12:14:51 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 12:29:30 +0100" startDate="2024-02-20 12:18:27 +0100" endDate="2024-02-20 12:28:15 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 12:40:42 +0100" startDate="2024-02-20 12:29:39 +0100" endDate="2024-02-20 12:38:31 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 12:51:26 +0100" startDate="2024-02-20 12:40:24 +0100" endDate="2024-02-20 12:42:05 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 13:02:26 +0100" startDate="2024-02-20 12:51:23 +0100" endDate="2024-02-20 12:54:36 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 13:14:53 +0100" startDate="2024-02-20 13:03:51 +0100" endDate="2024-02-20 13:10:03 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 13:32:13 +0100" startDate="2024-02-20 13:21:10 +0100" endDate="2024-02-20 13:30:10 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 13:43:07 +0100" startDate="2024-02-20 13:32:05 +0100" endDate="2024-02-20 13:36:17 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 14:27:11 +0100" startDate="2024-02-20 14:17:04 +0100" endDate="2024-02-20 14:25:46 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 14:38:43 +0100" startDate="2024-02-20 14:27:40 +0100" endDate="2024-02-20 14:27:45 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 14:49:20 +0100" startDate="2024-02-20 14:38:17 +0100" endDate="2024-02-20 14:42:57 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 15:03:35 +0100" startDate="2024-02-20 14:52:32 +0100" endDate="2024-02-20 14:59:40 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 15:14:33 +0100" startDate="2024-02-20 15:04:13 +0100" endDate="2024-02-20 15:08:09 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 15:27:42 +0100" startDate="2024-02-20 15:17:02 +0100" endDate="2024-02-20 15:26:04 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 15:37:55 +0100" startDate="2024-02-20 15:27:16 +0100" endDate="2024-02-20 15:31:58 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-20 16:01:22 +0100" startDate="2024-02-20 15:49:12 +0100" endDate="2024-02-20 15:52:33 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 08:10:02 +0100" startDate="2024-02-21 07:54:55 +0100" endDate="2024-02-21 08:01:30 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 08:20:47 +0100" startDate="2024-02-21 08:08:02 +0100" endDate="2024-02-21 08:09:05 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 08:34:47 +0100" startDate="2024-02-21 08:22:05 +0100" endDate="2024-02-21 08:23:21 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 08:50:27 +0100" startDate="2024-02-21 08:38:41 +0100" endDate="2024-02-21 08:39:22 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 09:08:39 +0100" startDate="2024-02-21 08:54:01 +0100" endDate="2024-02-21 08:55:58 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 09:27:42 +0100" startDate="2024-02-21 09:15:45 +0100" endDate="2024-02-21 09:19:14 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 09:43:36 +0100" startDate="2024-02-21 09:32:28 +0100" endDate="2024-02-21 09:39:18 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 09:56:40 +0100" startDate="2024-02-21 09:46:08 +0100" endDate="2024-02-21 09:56:04 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 10:28:53 +0100" startDate="2024-02-21 10:07:34 +0100" endDate="2024-02-21 10:07:37 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 10:28:53 +0100" startDate="2024-02-21 10:17:58 +0100" endDate="2024-02-21 10:18:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 10:43:54 +0100" startDate="2024-02-21 10:27:10 +0100" endDate="2024-02-21 10:27:13 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 11:10:06 +0100" startDate="2024-02-21 10:59:58 +0100" endDate="2024-02-21 11:09:06 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 11:34:34 +0100" startDate="2024-02-21 11:18:34 +0100" endDate="2024-02-21 11:25:24 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 11:56:58 +0100" startDate="2024-02-21 11:39:36 +0100" endDate="2024-02-21 11:43:41 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 12:12:24 +0100" startDate="2024-02-21 11:56:40 +0100" endDate="2024-02-21 12:00:26 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 12:24:56 +0100" startDate="2024-02-21 12:09:08 +0100" endDate="2024-02-21 12:18:39 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 12:33:53 +0100" startDate="2024-02-21 12:21:39 +0100" endDate="2024-02-21 12:30:39 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 12:52:17 +0100" startDate="2024-02-21 12:35:14 +0100" endDate="2024-02-21 12:41:21 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 13:09:08 +0100" startDate="2024-02-21 12:54:05 +0100" endDate="2024-02-21 12:54:17 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 13:09:08 +0100" startDate="2024-02-21 12:55:08 +0100" endDate="2024-02-21 13:04:56 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 13:16:51 +0100" startDate="2024-02-21 13:04:56 +0100" endDate="2024-02-21 13:14:37 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 13:26:32 +0100" startDate="2024-02-21 13:15:56 +0100" endDate="2024-02-21 13:16:11 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 13:43:31 +0100" startDate="2024-02-21 13:23:09 +0100" endDate="2024-02-21 13:33:05 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 13:43:31 +0100" startDate="2024-02-21 13:33:10 +0100" endDate="2024-02-21 13:33:20 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 13:46:01 +0100" startDate="2024-02-21 13:34:49 +0100" endDate="2024-02-21 13:39:14 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 14:20:16 +0100" startDate="2024-02-21 14:05:12 +0100" endDate="2024-02-21 14:05:19 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 14:40:23 +0100" startDate="2024-02-21 14:24:52 +0100" endDate="2024-02-21 14:28:20 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 15:17:37 +0100" startDate="2024-02-21 15:00:32 +0100" endDate="2024-02-21 15:08:03 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 15:20:24 +0100" startDate="2024-02-21 15:08:03 +0100" endDate="2024-02-21 15:08:31 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 15:30:41 +0100" startDate="2024-02-21 15:20:06 +0100" endDate="2024-02-21 15:24:49 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-21 15:53:27 +0100" startDate="2024-02-21 15:43:19 +0100" endDate="2024-02-21 15:46:22 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 06:35:43 +0100" startDate="2024-02-22 06:24:40 +0100" endDate="2024-02-22 06:31:02 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 07:58:56 +0100" startDate="2024-02-22 07:47:20 +0100" endDate="2024-02-22 07:57:15 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 08:09:13 +0100" startDate="2024-02-22 07:58:08 +0100" endDate="2024-02-22 07:58:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 08:28:54 +0100" startDate="2024-02-22 08:12:35 +0100" endDate="2024-02-22 08:13:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 08:45:31 +0100" startDate="2024-02-22 08:29:23 +0100" endDate="2024-02-22 08:30:09 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 09:14:16 +0100" startDate="2024-02-22 08:47:36 +0100" endDate="2024-02-22 08:49:36 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 09:30:52 +0100" startDate="2024-02-22 09:20:20 +0100" endDate="2024-02-22 09:22:12 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 09:46:24 +0100" startDate="2024-02-22 09:35:21 +0100" endDate="2024-02-22 09:45:22 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 09:56:25 +0100" startDate="2024-02-22 09:45:22 +0100" endDate="2024-02-22 09:55:23 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 10:06:26 +0100" startDate="2024-02-22 09:55:23 +0100" endDate="2024-02-22 10:02:05 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 10:16:45 +0100" startDate="2024-02-22 10:05:42 +0100" endDate="2024-02-22 10:10:09 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 10:32:46 +0100" startDate="2024-02-22 10:22:00 +0100" endDate="2024-02-22 10:22:07 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 10:54:03 +0100" startDate="2024-02-22 10:43:00 +0100" endDate="2024-02-22 10:45:43 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 11:05:52 +0100" startDate="2024-02-22 10:55:41 +0100" endDate="2024-02-22 11:01:30 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 11:16:23 +0100" startDate="2024-02-22 11:06:10 +0100" endDate="2024-02-22 11:10:53 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 11:27:05 +0100" startDate="2024-02-22 11:16:52 +0100" endDate="2024-02-22 11:17:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 11:55:46 +0100" startDate="2024-02-22 11:45:08 +0100" endDate="2024-02-22 11:48:14 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 12:06:28 +0100" startDate="2024-02-22 11:56:15 +0100" endDate="2024-02-22 12:01:29 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 12:22:17 +0100" startDate="2024-02-22 12:11:14 +0100" endDate="2024-02-22 12:14:12 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 12:33:29 +0100" startDate="2024-02-22 12:22:26 +0100" endDate="2024-02-22 12:28:18 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 12:52:15 +0100" startDate="2024-02-22 12:41:12 +0100" endDate="2024-02-22 12:44:15 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 13:03:14 +0100" startDate="2024-02-22 12:52:11 +0100" endDate="2024-02-22 13:02:10 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 13:13:20 +0100" startDate="2024-02-22 13:02:18 +0100" endDate="2024-02-22 13:08:14 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 13:36:27 +0100" startDate="2024-02-22 13:18:48 +0100" endDate="2024-02-22 13:28:44 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 13:39:46 +0100" startDate="2024-02-22 13:28:59 +0100" endDate="2024-02-22 13:30:56 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 14:14:10 +0100" startDate="2024-02-22 14:00:16 +0100" endDate="2024-02-22 14:08:57 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 14:29:20 +0100" startDate="2024-02-22 14:19:07 +0100" endDate="2024-02-22 14:19:13 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-22 14:42:52 +0100" startDate="2024-02-22 14:31:49 +0100" endDate="2024-02-22 14:31:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 08:05:04 +0100" startDate="2024-02-23 07:52:07 +0100" endDate="2024-02-23 08:01:52 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 08:18:55 +0100" startDate="2024-02-23 08:02:33 +0100" endDate="2024-02-23 08:02:48 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 08:28:25 +0100" startDate="2024-02-23 08:14:55 +0100" endDate="2024-02-23 08:16:47 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 08:55:14 +0100" startDate="2024-02-23 08:38:52 +0100" endDate="2024-02-23 08:39:38 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 09:12:21 +0100" startDate="2024-02-23 09:02:14 +0100" endDate="2024-02-23 09:04:16 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 09:39:13 +0100" startDate="2024-02-23 09:28:10 +0100" endDate="2024-02-23 09:37:43 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 10:01:04 +0100" startDate="2024-02-23 09:50:01 +0100" endDate="2024-02-23 09:58:26 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 10:11:18 +0100" startDate="2024-02-23 10:00:15 +0100" endDate="2024-02-23 10:00:58 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 10:21:59 +0100" startDate="2024-02-23 10:10:57 +0100" endDate="2024-02-23 10:20:35 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 10:34:16 +0100" startDate="2024-02-23 10:23:25 +0100" endDate="2024-02-23 10:33:03 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 10:44:16 +0100" startDate="2024-02-23 10:33:29 +0100" endDate="2024-02-23 10:36:55 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 10:56:05 +0100" startDate="2024-02-23 10:45:40 +0100" endDate="2024-02-23 10:52:09 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 11:14:32 +0100" startDate="2024-02-23 11:03:29 +0100" endDate="2024-02-23 11:06:27 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 11:27:19 +0100" startDate="2024-02-23 11:17:06 +0100" endDate="2024-02-23 11:26:11 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 12:06:13 +0100" startDate="2024-02-23 11:56:00 +0100" endDate="2024-02-23 11:58:10 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 12:35:02 +0100" startDate="2024-02-23 12:19:48 +0100" endDate="2024-02-23 12:28:58 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 12:49:48 +0100" startDate="2024-02-23 12:30:02 +0100" endDate="2024-02-23 12:36:52 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 13:01:10 +0100" startDate="2024-02-23 12:45:39 +0100" endDate="2024-02-23 12:50:19 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 13:11:43 +0100" startDate="2024-02-23 12:59:08 +0100" endDate="2024-02-23 12:59:11 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 13:17:15 +0100" startDate="2024-02-23 13:05:50 +0100" endDate="2024-02-23 13:14:58 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 13:30:52 +0100" startDate="2024-02-23 13:16:40 +0100" endDate="2024-02-23 13:20:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 13:45:37 +0100" startDate="2024-02-23 13:30:14 +0100" endDate="2024-02-23 13:32:39 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 13:45:37 +0100" startDate="2024-02-23 13:34:16 +0100" endDate="2024-02-23 13:34:31 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 14:00:22 +0100" startDate="2024-02-23 13:45:16 +0100" endDate="2024-02-23 13:45:18 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 14:15:06 +0100" startDate="2024-02-23 13:52:26 +0100" endDate="2024-02-23 13:52:29 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 14:21:59 +0100" startDate="2024-02-23 14:10:13 +0100" endDate="2024-02-23 14:15:44 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 15:12:30 +0100" startDate="2024-02-23 15:02:20 +0100" endDate="2024-02-23 15:04:30 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 15:30:47 +0100" startDate="2024-02-23 15:19:45 +0100" endDate="2024-02-23 15:24:05 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 15:44:35 +0100" startDate="2024-02-23 15:33:00 +0100" endDate="2024-02-23 15:33:38 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 15:59:13 +0100" startDate="2024-02-23 15:48:03 +0100" endDate="2024-02-23 15:48:21 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 16:10:01 +0100" startDate="2024-02-23 15:58:12 +0100" endDate="2024-02-23 16:05:30 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 16:45:47 +0100" startDate="2024-02-23 16:34:39 +0100" endDate="2024-02-23 16:44:02 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-23 19:58:36 +0100" startDate="2024-02-23 19:47:33 +0100" endDate="2024-02-23 19:55:12 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 07:46:52 +0100" startDate="2024-02-24 07:36:02 +0100" endDate="2024-02-24 07:36:05 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 08:07:07 +0100" startDate="2024-02-24 07:54:19 +0100" endDate="2024-02-24 08:04:13 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 08:15:07 +0100" startDate="2024-02-24 08:04:48 +0100" endDate="2024-02-24 08:04:56 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 08:30:47 +0100" startDate="2024-02-24 08:18:35 +0100" endDate="2024-02-24 08:19:36 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 08:43:56 +0100" startDate="2024-02-24 08:30:22 +0100" endDate="2024-02-24 08:31:18 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 09:05:38 +0100" startDate="2024-02-24 08:44:04 +0100" endDate="2024-02-24 08:48:31 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 09:25:28 +0100" startDate="2024-02-24 09:14:45 +0100" endDate="2024-02-24 09:15:06 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 09:25:28 +0100" startDate="2024-02-24 09:15:06 +0100" endDate="2024-02-24 09:24:13 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 09:38:06 +0100" startDate="2024-02-24 09:27:04 +0100" endDate="2024-02-24 09:30:10 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 09:51:13 +0100" startDate="2024-02-24 09:40:10 +0100" endDate="2024-02-24 09:47:46 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 10:18:44 +0100" startDate="2024-02-24 10:07:46 +0100" endDate="2024-02-24 10:12:46 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 10:30:07 +0100" startDate="2024-02-24 10:20:01 +0100" endDate="2024-02-24 10:20:09 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 10:40:38 +0100" startDate="2024-02-24 10:30:25 +0100" endDate="2024-02-24 10:31:34 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 11:00:36 +0100" startDate="2024-02-24 10:49:34 +0100" endDate="2024-02-24 10:59:32 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 11:14:25 +0100" startDate="2024-02-24 11:04:17 +0100" endDate="2024-02-24 11:10:44 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 11:34:07 +0100" startDate="2024-02-24 11:23:56 +0100" endDate="2024-02-24 11:27:18 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 12:05:32 +0100" startDate="2024-02-24 11:54:30 +0100" endDate="2024-02-24 11:58:14 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 12:16:53 +0100" startDate="2024-02-24 12:06:43 +0100" endDate="2024-02-24 12:16:41 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 12:28:50 +0100" startDate="2024-02-24 12:17:48 +0100" endDate="2024-02-24 12:27:49 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 12:46:04 +0100" startDate="2024-02-24 12:35:01 +0100" endDate="2024-02-24 12:44:34 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 12:59:03 +0100" startDate="2024-02-24 12:48:01 +0100" endDate="2024-02-24 12:52:48 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 13:09:12 +0100" startDate="2024-02-24 12:58:09 +0100" endDate="2024-02-24 13:07:04 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 13:21:24 +0100" startDate="2024-02-24 13:11:11 +0100" endDate="2024-02-24 13:19:50 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 13:32:58 +0100" startDate="2024-02-24 13:21:55 +0100" endDate="2024-02-24 13:27:54 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 13:44:15 +0100" startDate="2024-02-24 13:33:13 +0100" endDate="2024-02-24 13:40:31 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 13:54:44 +0100" startDate="2024-02-24 13:43:42 +0100" endDate="2024-02-24 13:46:14 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 14:48:50 +0100" startDate="2024-02-24 14:38:40 +0100" endDate="2024-02-24 14:41:56 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 15:25:21 +0100" startDate="2024-02-24 15:14:18 +0100" endDate="2024-02-24 15:18:15 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 15:38:20 +0100" startDate="2024-02-24 15:27:18 +0100" endDate="2024-02-24 15:37:19 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 15:48:21 +0100" startDate="2024-02-24 15:37:19 +0100" endDate="2024-02-24 15:44:31 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 16:00:01 +0100" startDate="2024-02-24 15:48:59 +0100" endDate="2024-02-24 15:49:01 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 16:26:06 +0100" startDate="2024-02-24 16:15:51 +0100" endDate="2024-02-24 16:25:52 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-24 16:46:46 +0100" startDate="2024-02-24 16:25:52 +0100" endDate="2024-02-24 16:26:55 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-25 08:05:33 +0100" startDate="2024-02-25 07:51:31 +0100" endDate="2024-02-25 08:00:57 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-25 08:23:06 +0100" startDate="2024-02-25 08:06:30 +0100" endDate="2024-02-25 08:07:08 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-25 08:35:11 +0100" startDate="2024-02-25 08:23:16 +0100" endDate="2024-02-25 08:33:16 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-25 08:44:19 +0100" startDate="2024-02-25 08:33:16 +0100" endDate="2024-02-25 08:34:45 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-25 08:56:29 +0100" startDate="2024-02-25 08:45:27 +0100" endDate="2024-02-25 08:48:15 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-25 14:46:41 +0100" startDate="2024-02-25 14:35:38 +0100" endDate="2024-02-25 14:35:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-25 15:49:13 +0100" startDate="2024-02-25 15:38:10 +0100" endDate="2024-02-25 15:38:16 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-25 16:50:59 +0100" startDate="2024-02-25 16:33:38 +0100" endDate="2024-02-25 16:41:52 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-25 17:03:43 +0100" startDate="2024-02-25 16:53:06 +0100" endDate="2024-02-25 16:57:39 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-25 19:08:41 +0100" startDate="2024-02-25 18:57:38 +0100" endDate="2024-02-25 19:03:12 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-25 21:15:22 +0100" startDate="2024-02-25 21:03:03 +0100" endDate="2024-02-25 21:09:04 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-25 23:01:25 +0100" startDate="2024-02-25 22:50:34 +0100" endDate="2024-02-25 22:58:13 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 05:05:45 +0100" startDate="2024-02-26 04:55:04 +0100" endDate="2024-02-26 05:03:48 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 05:53:26 +0100" startDate="2024-02-26 05:42:23 +0100" endDate="2024-02-26 05:42:33 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 07:26:00 +0100" startDate="2024-02-26 07:14:57 +0100" endDate="2024-02-26 07:15:17 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 07:47:21 +0100" startDate="2024-02-26 07:36:58 +0100" endDate="2024-02-26 07:37:31 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 12:08:34 +0100" startDate="2024-02-26 11:58:21 +0100" endDate="2024-02-26 11:58:39 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 12:55:19 +0100" startDate="2024-02-26 12:43:04 +0100" endDate="2024-02-26 12:43:29 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 13:06:17 +0100" startDate="2024-02-26 12:54:47 +0100" endDate="2024-02-26 12:55:15 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 13:59:46 +0100" startDate="2024-02-26 13:48:49 +0100" endDate="2024-02-26 13:55:43 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 14:13:46 +0100" startDate="2024-02-26 13:59:25 +0100" endDate="2024-02-26 13:59:48 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 15:22:21 +0100" startDate="2024-02-26 15:09:39 +0100" endDate="2024-02-26 15:13:36 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 15:53:23 +0100" startDate="2024-02-26 15:43:10 +0100" endDate="2024-02-26 15:52:40 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 16:04:21 +0100" startDate="2024-02-26 15:53:46 +0100" endDate="2024-02-26 15:53:54 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 16:59:49 +0100" startDate="2024-02-26 16:48:19 +0100" endDate="2024-02-26 16:56:33 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 17:24:06 +0100" startDate="2024-02-26 16:58:20 +0100" endDate="2024-02-26 17:08:21 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 17:24:06 +0100" startDate="2024-02-26 17:08:21 +0100" endDate="2024-02-26 17:11:09 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 17:24:06 +0100" startDate="2024-02-26 17:11:09 +0100" endDate="2024-02-26 17:18:37 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 17:30:04 +0100" startDate="2024-02-26 17:18:37 +0100" endDate="2024-02-26 17:24:26 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 17:36:08 +0100" startDate="2024-02-26 17:24:26 +0100" endDate="2024-02-26 17:32:30 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 17:49:38 +0100" startDate="2024-02-26 17:37:34 +0100" endDate="2024-02-26 17:47:35 +0100" value="859"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 17:58:38 +0100" startDate="2024-02-26 17:47:35 +0100" endDate="2024-02-26 17:57:36 +0100" value="1068"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 18:08:39 +0100" startDate="2024-02-26 17:57:36 +0100" endDate="2024-02-26 18:05:30 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 18:23:08 +0100" startDate="2024-02-26 18:12:04 +0100" endDate="2024-02-26 18:12:07 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 18:34:46 +0100" startDate="2024-02-26 18:22:45 +0100" endDate="2024-02-26 18:23:33 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 19:34:54 +0100" startDate="2024-02-26 19:23:51 +0100" endDate="2024-02-26 19:32:03 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.1.2, creation date:2023-12-03 22:09:29 +0000&gt;" unit="count" creationDate="2024-02-26 22:00:15 +0100" startDate="2024-02-26 21:50:07 +0100" endDate="2024-02-26 21:53:15 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 04:25:49 +0100" startDate="2024-02-27 04:15:44 +0100" endDate="2024-02-27 04:23:45 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 05:32:54 +0100" startDate="2024-02-27 05:19:12 +0100" endDate="2024-02-27 05:19:22 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 06:26:39 +0100" startDate="2024-02-27 06:11:59 +0100" endDate="2024-02-27 06:21:40 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 06:33:40 +0100" startDate="2024-02-27 06:21:40 +0100" endDate="2024-02-27 06:31:41 +0100" value="1131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 06:42:01 +0100" startDate="2024-02-27 06:31:41 +0100" endDate="2024-02-27 06:32:37 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 06:53:43 +0100" startDate="2024-02-27 06:42:41 +0100" endDate="2024-02-27 06:42:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 08:14:40 +0100" startDate="2024-02-27 07:58:31 +0100" endDate="2024-02-27 08:08:32 +0100" value="1151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 08:19:34 +0100" startDate="2024-02-27 08:08:32 +0100" endDate="2024-02-27 08:14:15 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 08:46:24 +0100" startDate="2024-02-27 08:32:06 +0100" endDate="2024-02-27 08:39:11 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 10:05:07 +0100" startDate="2024-02-27 09:49:25 +0100" endDate="2024-02-27 09:56:33 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 11:10:47 +0100" startDate="2024-02-27 10:57:48 +0100" endDate="2024-02-27 10:58:26 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 11:26:02 +0100" startDate="2024-02-27 11:12:36 +0100" endDate="2024-02-27 11:13:22 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 12:17:24 +0100" startDate="2024-02-27 12:06:18 +0100" endDate="2024-02-27 12:16:19 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 12:27:45 +0100" startDate="2024-02-27 12:16:19 +0100" endDate="2024-02-27 12:18:42 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 12:52:41 +0100" startDate="2024-02-27 12:36:59 +0100" endDate="2024-02-27 12:42:27 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 13:09:58 +0100" startDate="2024-02-27 12:54:21 +0100" endDate="2024-02-27 13:02:32 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 14:18:34 +0100" startDate="2024-02-27 14:00:59 +0100" endDate="2024-02-27 14:03:01 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 15:33:50 +0100" startDate="2024-02-27 15:22:47 +0100" endDate="2024-02-27 15:32:48 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 15:43:49 +0100" startDate="2024-02-27 15:32:48 +0100" endDate="2024-02-27 15:42:06 +0100" value="1021"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 16:04:37 +0100" startDate="2024-02-27 15:54:29 +0100" endDate="2024-02-27 16:01:30 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 16:19:13 +0100" startDate="2024-02-27 16:08:17 +0100" endDate="2024-02-27 16:08:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 17:32:26 +0100" startDate="2024-02-27 17:21:02 +0100" endDate="2024-02-27 17:31:01 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 17:49:00 +0100" startDate="2024-02-27 17:31:01 +0100" endDate="2024-02-27 17:38:16 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 18:35:13 +0100" startDate="2024-02-27 18:24:10 +0100" endDate="2024-02-27 18:24:30 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-27 22:04:58 +0100" startDate="2024-02-27 21:53:55 +0100" endDate="2024-02-27 21:54:38 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 04:47:43 +0100" startDate="2024-02-28 04:37:11 +0100" endDate="2024-02-28 04:37:39 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 09:14:39 +0100" startDate="2024-02-28 09:03:36 +0100" endDate="2024-02-28 09:10:48 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 09:37:05 +0100" startDate="2024-02-28 09:23:09 +0100" endDate="2024-02-28 09:23:17 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 09:48:15 +0100" startDate="2024-02-28 09:37:12 +0100" endDate="2024-02-28 09:45:39 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 10:30:47 +0100" startDate="2024-02-28 10:20:36 +0100" endDate="2024-02-28 10:21:45 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 10:58:48 +0100" startDate="2024-02-28 10:48:15 +0100" endDate="2024-02-28 10:49:44 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 11:21:14 +0100" startDate="2024-02-28 11:11:09 +0100" endDate="2024-02-28 11:15:08 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 11:43:09 +0100" startDate="2024-02-28 11:33:01 +0100" endDate="2024-02-28 11:42:44 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 11:54:29 +0100" startDate="2024-02-28 11:44:24 +0100" endDate="2024-02-28 11:46:41 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 12:19:14 +0100" startDate="2024-02-28 12:08:11 +0100" endDate="2024-02-28 12:08:14 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 12:29:05 +0100" startDate="2024-02-28 12:18:52 +0100" endDate="2024-02-28 12:28:27 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 12:40:36 +0100" startDate="2024-02-28 12:29:33 +0100" endDate="2024-02-28 12:37:13 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 15:15:07 +0100" startDate="2024-02-28 15:04:57 +0100" endDate="2024-02-28 15:10:28 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 15:30:54 +0100" startDate="2024-02-28 15:20:41 +0100" endDate="2024-02-28 15:21:19 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 15:51:32 +0100" startDate="2024-02-28 15:34:04 +0100" endDate="2024-02-28 15:34:17 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 16:43:47 +0100" startDate="2024-02-28 16:32:43 +0100" endDate="2024-02-28 16:32:53 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 17:32:16 +0100" startDate="2024-02-28 17:21:59 +0100" endDate="2024-02-28 17:22:14 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 17:59:18 +0100" startDate="2024-02-28 17:48:05 +0100" endDate="2024-02-28 17:54:30 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 19:29:03 +0100" startDate="2024-02-28 19:14:38 +0100" endDate="2024-02-28 19:15:47 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 20:06:31 +0100" startDate="2024-02-28 19:55:32 +0100" endDate="2024-02-28 19:55:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-28 22:47:05 +0100" startDate="2024-02-28 22:36:02 +0100" endDate="2024-02-28 22:41:30 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 04:01:09 +0100" startDate="2024-02-29 03:50:28 +0100" endDate="2024-02-29 03:51:09 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 08:07:09 +0100" startDate="2024-02-29 07:52:09 +0100" endDate="2024-02-29 07:57:46 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 08:25:18 +0100" startDate="2024-02-29 08:05:49 +0100" endDate="2024-02-29 08:10:50 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 08:47:51 +0100" startDate="2024-02-29 08:30:18 +0100" endDate="2024-02-29 08:30:23 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 09:13:23 +0100" startDate="2024-02-29 09:03:11 +0100" endDate="2024-02-29 09:03:21 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 13:12:07 +0100" startDate="2024-02-29 13:02:00 +0100" endDate="2024-02-29 13:08:36 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 13:36:04 +0100" startDate="2024-02-29 13:21:46 +0100" endDate="2024-02-29 13:23:38 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 13:58:15 +0100" startDate="2024-02-29 13:44:23 +0100" endDate="2024-02-29 13:54:18 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 14:07:05 +0100" startDate="2024-02-29 13:56:20 +0100" endDate="2024-02-29 13:58:30 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 14:34:10 +0100" startDate="2024-02-29 14:23:07 +0100" endDate="2024-02-29 14:24:03 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 15:06:47 +0100" startDate="2024-02-29 14:48:21 +0100" endDate="2024-02-29 14:52:15 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 15:13:37 +0100" startDate="2024-02-29 15:02:34 +0100" endDate="2024-02-29 15:11:24 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 17:14:39 +0100" startDate="2024-02-29 16:55:05 +0100" endDate="2024-02-29 16:59:28 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-02-29 21:52:35 +0100" startDate="2024-02-29 21:41:32 +0100" endDate="2024-02-29 21:45:06 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 07:14:30 +0100" startDate="2024-03-01 07:04:07 +0100" endDate="2024-03-01 07:13:55 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 07:29:12 +0100" startDate="2024-03-01 07:18:10 +0100" endDate="2024-03-01 07:18:38 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 08:06:29 +0100" startDate="2024-03-01 07:55:26 +0100" endDate="2024-03-01 08:05:10 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 08:23:33 +0100" startDate="2024-03-01 08:10:36 +0100" endDate="2024-03-01 08:11:57 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 08:31:03 +0100" startDate="2024-03-01 08:20:44 +0100" endDate="2024-03-01 08:28:10 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 08:43:31 +0100" startDate="2024-03-01 08:32:14 +0100" endDate="2024-03-01 08:32:30 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 08:56:33 +0100" startDate="2024-03-01 08:44:05 +0100" endDate="2024-03-01 08:45:42 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 10:31:14 +0100" startDate="2024-03-01 10:16:09 +0100" endDate="2024-03-01 10:17:28 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 10:41:21 +0100" startDate="2024-03-01 10:30:00 +0100" endDate="2024-03-01 10:39:56 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 11:03:03 +0100" startDate="2024-03-01 10:52:58 +0100" endDate="2024-03-01 11:00:02 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 11:14:28 +0100" startDate="2024-03-01 11:04:17 +0100" endDate="2024-03-01 11:04:35 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 11:36:23 +0100" startDate="2024-03-01 11:16:03 +0100" endDate="2024-03-01 11:16:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 11:43:24 +0100" startDate="2024-03-01 11:31:49 +0100" endDate="2024-03-01 11:37:22 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 11:53:39 +0100" startDate="2024-03-01 11:42:13 +0100" endDate="2024-03-01 11:51:07 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 13:28:47 +0100" startDate="2024-03-01 13:17:02 +0100" endDate="2024-03-01 13:21:57 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 14:20:05 +0100" startDate="2024-03-01 14:08:32 +0100" endDate="2024-03-01 14:08:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 14:47:51 +0100" startDate="2024-03-01 14:36:59 +0100" endDate="2024-03-01 14:46:12 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 14:57:29 +0100" startDate="2024-03-01 14:46:12 +0100" endDate="2024-03-01 14:56:13 +0100" value="1097"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 15:14:17 +0100" startDate="2024-03-01 14:56:13 +0100" endDate="2024-03-01 14:57:37 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 15:32:56 +0100" startDate="2024-03-01 15:13:15 +0100" endDate="2024-03-01 15:22:12 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 15:36:20 +0100" startDate="2024-03-01 15:26:09 +0100" endDate="2024-03-01 15:32:31 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 15:49:20 +0100" startDate="2024-03-01 15:38:35 +0100" endDate="2024-03-01 15:48:16 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 16:16:02 +0100" startDate="2024-03-01 16:00:04 +0100" endDate="2024-03-01 16:08:59 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 16:26:17 +0100" startDate="2024-03-01 16:15:24 +0100" endDate="2024-03-01 16:24:57 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-01 21:49:21 +0100" startDate="2024-03-01 21:37:05 +0100" endDate="2024-03-01 21:42:57 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 01:53:42 +0100" startDate="2024-03-02 01:43:29 +0100" endDate="2024-03-02 01:47:13 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 03:13:56 +0100" startDate="2024-03-02 03:02:54 +0100" endDate="2024-03-02 03:03:04 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 07:41:32 +0100" startDate="2024-03-02 07:29:21 +0100" endDate="2024-03-02 07:39:09 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 07:51:46 +0100" startDate="2024-03-02 07:40:44 +0100" endDate="2024-03-02 07:41:37 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 08:22:53 +0100" startDate="2024-03-02 08:03:44 +0100" endDate="2024-03-02 08:11:35 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 09:45:33 +0100" startDate="2024-03-02 09:34:30 +0100" endDate="2024-03-02 09:40:47 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 09:58:26 +0100" startDate="2024-03-02 09:45:38 +0100" endDate="2024-03-02 09:54:10 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 10:08:05 +0100" startDate="2024-03-02 09:55:44 +0100" endDate="2024-03-02 10:03:30 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 10:29:17 +0100" startDate="2024-03-02 10:07:30 +0100" endDate="2024-03-02 10:17:31 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 10:29:17 +0100" startDate="2024-03-02 10:17:31 +0100" endDate="2024-03-02 10:21:25 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 10:33:59 +0100" startDate="2024-03-02 10:21:25 +0100" endDate="2024-03-02 10:28:45 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 11:40:02 +0100" startDate="2024-03-02 11:28:37 +0100" endDate="2024-03-02 11:28:55 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 12:17:25 +0100" startDate="2024-03-02 12:06:22 +0100" endDate="2024-03-02 12:14:05 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 12:33:37 +0100" startDate="2024-03-02 12:21:21 +0100" endDate="2024-03-02 12:29:46 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 13:07:03 +0100" startDate="2024-03-02 12:34:34 +0100" endDate="2024-03-02 12:39:57 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 13:07:03 +0100" startDate="2024-03-02 12:56:13 +0100" endDate="2024-03-02 13:03:03 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 13:15:55 +0100" startDate="2024-03-02 13:03:03 +0100" endDate="2024-03-02 13:03:44 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 13:46:07 +0100" startDate="2024-03-02 13:35:01 +0100" endDate="2024-03-02 13:42:09 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 14:00:30 +0100" startDate="2024-03-02 13:42:09 +0100" endDate="2024-03-02 13:43:00 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 14:11:18 +0100" startDate="2024-03-02 13:59:08 +0100" endDate="2024-03-02 14:02:04 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 16:26:03 +0100" startDate="2024-03-02 16:15:01 +0100" endDate="2024-03-02 16:15:24 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 17:31:31 +0100" startDate="2024-03-02 17:20:03 +0100" endDate="2024-03-02 17:26:15 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 17:46:50 +0100" startDate="2024-03-02 17:34:30 +0100" endDate="2024-03-02 17:40:13 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 18:05:12 +0100" startDate="2024-03-02 17:54:19 +0100" endDate="2024-03-02 17:56:49 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 18:18:58 +0100" startDate="2024-03-02 18:08:02 +0100" endDate="2024-03-02 18:18:03 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 18:29:24 +0100" startDate="2024-03-02 18:18:03 +0100" endDate="2024-03-02 18:28:04 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 18:41:47 +0100" startDate="2024-03-02 18:28:04 +0100" endDate="2024-03-02 18:36:26 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 18:54:27 +0100" startDate="2024-03-02 18:42:12 +0100" endDate="2024-03-02 18:52:11 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 19:02:34 +0100" startDate="2024-03-02 18:52:11 +0100" endDate="2024-03-02 18:58:38 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 19:12:54 +0100" startDate="2024-03-02 18:58:38 +0100" endDate="2024-03-02 19:08:39 +0100" value="1016"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 19:23:47 +0100" startDate="2024-03-02 19:08:39 +0100" endDate="2024-03-02 19:13:19 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-02 19:56:31 +0100" startDate="2024-03-02 19:45:00 +0100" endDate="2024-03-02 19:45:11 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 06:41:50 +0100" startDate="2024-03-03 06:30:47 +0100" endDate="2024-03-03 06:30:52 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 08:17:07 +0100" startDate="2024-03-03 07:57:42 +0100" endDate="2024-03-03 08:04:30 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 08:34:42 +0100" startDate="2024-03-03 08:19:08 +0100" endDate="2024-03-03 08:19:26 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 08:46:20 +0100" startDate="2024-03-03 08:35:17 +0100" endDate="2024-03-03 08:37:40 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 09:04:21 +0100" startDate="2024-03-03 08:53:38 +0100" endDate="2024-03-03 08:53:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 09:48:40 +0100" startDate="2024-03-03 09:31:18 +0100" endDate="2024-03-03 09:32:39 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 11:18:41 +0100" startDate="2024-03-03 11:03:34 +0100" endDate="2024-03-03 11:13:35 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 11:27:33 +0100" startDate="2024-03-03 11:13:35 +0100" endDate="2024-03-03 11:23:36 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 11:34:42 +0100" startDate="2024-03-03 11:23:36 +0100" endDate="2024-03-03 11:33:09 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 11:55:57 +0100" startDate="2024-03-03 11:33:45 +0100" endDate="2024-03-03 11:43:46 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 11:55:57 +0100" startDate="2024-03-03 11:43:46 +0100" endDate="2024-03-03 11:43:59 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 11:55:58 +0100" startDate="2024-03-03 11:43:59 +0100" endDate="2024-03-03 11:53:54 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 12:04:47 +0100" startDate="2024-03-03 11:54:07 +0100" endDate="2024-03-03 12:02:44 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 12:18:42 +0100" startDate="2024-03-03 12:04:34 +0100" endDate="2024-03-03 12:13:49 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 12:26:19 +0100" startDate="2024-03-03 12:15:16 +0100" endDate="2024-03-03 12:24:59 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 12:40:46 +0100" startDate="2024-03-03 12:25:17 +0100" endDate="2024-03-03 12:35:18 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 12:46:48 +0100" startDate="2024-03-03 12:35:18 +0100" endDate="2024-03-03 12:44:02 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 13:01:28 +0100" startDate="2024-03-03 12:44:02 +0100" endDate="2024-03-03 12:53:36 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 13:04:28 +0100" startDate="2024-03-03 12:54:09 +0100" endDate="2024-03-03 13:03:04 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7250&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 13:15:39 +0100" startDate="2024-03-03 13:03:04 +0100" endDate="2024-03-03 13:09:44 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 16:24:44 +0100" startDate="2024-03-03 16:10:28 +0100" endDate="2024-03-03 16:20:29 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 16:40:24 +0100" startDate="2024-03-03 16:20:29 +0100" endDate="2024-03-03 16:25:15 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 17:17:56 +0100" startDate="2024-03-03 17:05:40 +0100" endDate="2024-03-03 17:09:31 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 17:29:22 +0100" startDate="2024-03-03 17:16:55 +0100" endDate="2024-03-03 17:26:21 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 18:11:44 +0100" startDate="2024-03-03 17:53:37 +0100" endDate="2024-03-03 17:56:15 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 18:45:00 +0100" startDate="2024-03-03 18:18:06 +0100" endDate="2024-03-03 18:27:14 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 18:50:28 +0100" startDate="2024-03-03 18:40:24 +0100" endDate="2024-03-03 18:40:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 19:13:21 +0100" startDate="2024-03-03 18:53:38 +0100" endDate="2024-03-03 19:01:29 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 19:21:25 +0100" startDate="2024-03-03 19:10:01 +0100" endDate="2024-03-03 19:20:02 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 19:34:05 +0100" startDate="2024-03-03 19:20:02 +0100" endDate="2024-03-03 19:29:40 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 19:40:31 +0100" startDate="2024-03-03 19:29:40 +0100" endDate="2024-03-03 19:39:41 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 19:50:22 +0100" startDate="2024-03-03 19:39:41 +0100" endDate="2024-03-03 19:49:08 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 20:01:20 +0100" startDate="2024-03-03 19:49:44 +0100" endDate="2024-03-03 19:59:04 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 20:12:54 +0100" startDate="2024-03-03 20:01:04 +0100" endDate="2024-03-03 20:10:26 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 20:33:30 +0100" startDate="2024-03-03 20:11:12 +0100" endDate="2024-03-03 20:11:22 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 20:44:00 +0100" startDate="2024-03-03 20:32:41 +0100" endDate="2024-03-03 20:32:56 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 21:05:33 +0100" startDate="2024-03-03 20:47:23 +0100" endDate="2024-03-03 20:54:18 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 21:05:33 +0100" startDate="2024-03-03 20:54:18 +0100" endDate="2024-03-03 21:01:23 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 21:23:03 +0100" startDate="2024-03-03 21:12:01 +0100" endDate="2024-03-03 21:22:02 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 21:35:11 +0100" startDate="2024-03-03 21:22:02 +0100" endDate="2024-03-03 21:32:03 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 21:44:00 +0100" startDate="2024-03-03 21:32:03 +0100" endDate="2024-03-03 21:36:35 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 22:17:22 +0100" startDate="2024-03-03 21:58:33 +0100" endDate="2024-03-03 22:03:16 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-03 23:12:46 +0100" startDate="2024-03-03 23:02:38 +0100" endDate="2024-03-03 23:02:56 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 12:51:46 +0100" startDate="2024-03-04 12:39:23 +0100" endDate="2024-03-04 12:49:24 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 13:11:55 +0100" startDate="2024-03-04 12:49:24 +0100" endDate="2024-03-04 12:59:23 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 13:11:55 +0100" startDate="2024-03-04 12:59:39 +0100" endDate="2024-03-04 13:00:55 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 13:11:55 +0100" startDate="2024-03-04 13:00:55 +0100" endDate="2024-03-04 13:06:23 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 13:24:22 +0100" startDate="2024-03-04 13:06:23 +0100" endDate="2024-03-04 13:16:24 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 13:29:49 +0100" startDate="2024-03-04 13:16:24 +0100" endDate="2024-03-04 13:26:25 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 13:36:33 +0100" startDate="2024-03-04 13:26:25 +0100" endDate="2024-03-04 13:33:35 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 13:48:12 +0100" startDate="2024-03-04 13:33:43 +0100" endDate="2024-03-04 13:36:39 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 13:48:13 +0100" startDate="2024-03-04 13:37:30 +0100" endDate="2024-03-04 13:45:56 +0100" value="641"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 14:09:57 +0100" startDate="2024-03-04 13:45:56 +0100" endDate="2024-03-04 13:55:57 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 14:09:57 +0100" startDate="2024-03-04 13:55:57 +0100" endDate="2024-03-04 13:58:02 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 14:09:58 +0100" startDate="2024-03-04 13:58:02 +0100" endDate="2024-03-04 14:08:02 +0100" value="920"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 14:28:52 +0100" startDate="2024-03-04 14:08:02 +0100" endDate="2024-03-04 14:18:03 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 14:28:52 +0100" startDate="2024-03-04 14:18:03 +0100" endDate="2024-03-04 14:25:31 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 14:36:31 +0100" startDate="2024-03-04 14:25:31 +0100" endDate="2024-03-04 14:35:32 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 14:46:29 +0100" startDate="2024-03-04 14:35:32 +0100" endDate="2024-03-04 14:44:19 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 14:57:36 +0100" startDate="2024-03-04 14:45:43 +0100" endDate="2024-03-04 14:55:45 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 15:13:29 +0100" startDate="2024-03-04 14:55:45 +0100" endDate="2024-03-04 15:01:28 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 15:26:46 +0100" startDate="2024-03-04 15:11:07 +0100" endDate="2024-03-04 15:12:28 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 15:45:36 +0100" startDate="2024-03-04 15:33:56 +0100" endDate="2024-03-04 15:43:04 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 15:56:12 +0100" startDate="2024-03-04 15:45:09 +0100" endDate="2024-03-04 15:45:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 16:13:46 +0100" startDate="2024-03-04 16:02:03 +0100" endDate="2024-03-04 16:12:04 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 16:26:02 +0100" startDate="2024-03-04 16:12:04 +0100" endDate="2024-03-04 16:22:05 +0100" value="1048"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 16:33:36 +0100" startDate="2024-03-04 16:22:05 +0100" endDate="2024-03-04 16:32:05 +0100" value="996"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 16:43:22 +0100" startDate="2024-03-04 16:32:05 +0100" endDate="2024-03-04 16:40:58 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 16:53:01 +0100" startDate="2024-03-04 16:42:58 +0100" endDate="2024-03-04 16:50:26 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 17:08:47 +0100" startDate="2024-03-04 16:56:41 +0100" endDate="2024-03-04 17:05:46 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 17:19:31 +0100" startDate="2024-03-04 17:05:46 +0100" endDate="2024-03-04 17:15:47 +0100" value="1012"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-04 17:32:12 +0100" startDate="2024-03-04 17:15:47 +0100" endDate="2024-03-04 17:22:42 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 08:03:12 +0100" startDate="2024-03-05 07:48:41 +0100" endDate="2024-03-05 07:54:12 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 08:15:32 +0100" startDate="2024-03-05 08:04:29 +0100" endDate="2024-03-05 08:04:47 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 08:31:19 +0100" startDate="2024-03-05 08:19:36 +0100" endDate="2024-03-05 08:28:26 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 08:52:09 +0100" startDate="2024-03-05 08:41:06 +0100" endDate="2024-03-05 08:46:32 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 09:19:35 +0100" startDate="2024-03-05 09:05:58 +0100" endDate="2024-03-05 09:06:31 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 09:36:40 +0100" startDate="2024-03-05 09:18:35 +0100" endDate="2024-03-05 09:28:23 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 09:46:10 +0100" startDate="2024-03-05 09:28:39 +0100" endDate="2024-03-05 09:38:40 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 09:55:36 +0100" startDate="2024-03-05 09:38:40 +0100" endDate="2024-03-05 09:46:08 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 10:03:27 +0100" startDate="2024-03-05 09:52:25 +0100" endDate="2024-03-05 09:53:23 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 10:31:18 +0100" startDate="2024-03-05 10:18:59 +0100" endDate="2024-03-05 10:19:39 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 10:31:18 +0100" startDate="2024-03-05 10:21:03 +0100" endDate="2024-03-05 10:30:26 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 10:51:17 +0100" startDate="2024-03-05 10:31:55 +0100" endDate="2024-03-05 10:41:56 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 10:58:45 +0100" startDate="2024-03-05 10:41:56 +0100" endDate="2024-03-05 10:51:09 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 11:04:20 +0100" startDate="2024-03-05 10:52:18 +0100" endDate="2024-03-05 11:01:28 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 11:17:55 +0100" startDate="2024-03-05 11:02:59 +0100" endDate="2024-03-05 11:13:00 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 11:24:49 +0100" startDate="2024-03-05 11:13:00 +0100" endDate="2024-03-05 11:22:15 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 11:35:32 +0100" startDate="2024-03-05 11:25:25 +0100" endDate="2024-03-05 11:35:00 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 11:49:35 +0100" startDate="2024-03-05 11:35:54 +0100" endDate="2024-03-05 11:36:02 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 11:49:35 +0100" startDate="2024-03-05 11:38:55 +0100" endDate="2024-03-05 11:44:13 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 12:03:50 +0100" startDate="2024-03-05 11:44:13 +0100" endDate="2024-03-05 11:54:14 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 12:06:50 +0100" startDate="2024-03-05 11:54:16 +0100" endDate="2024-03-05 12:03:59 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 12:17:08 +0100" startDate="2024-03-05 12:05:31 +0100" endDate="2024-03-05 12:10:49 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 12:30:15 +0100" startDate="2024-03-05 12:10:49 +0100" endDate="2024-03-05 12:18:33 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 12:30:15 +0100" startDate="2024-03-05 12:18:33 +0100" endDate="2024-03-05 12:25:23 +0100" value="622"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 12:40:00 +0100" startDate="2024-03-05 12:25:23 +0100" endDate="2024-03-05 12:35:24 +0100" value="1016"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 12:48:38 +0100" startDate="2024-03-05 12:35:24 +0100" endDate="2024-03-05 12:45:19 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 13:06:25 +0100" startDate="2024-03-05 12:51:05 +0100" endDate="2024-03-05 13:00:21 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 13:18:24 +0100" startDate="2024-03-05 13:01:17 +0100" endDate="2024-03-05 13:10:42 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 13:25:01 +0100" startDate="2024-03-05 13:11:33 +0100" endDate="2024-03-05 13:21:28 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 13:31:57 +0100" startDate="2024-03-05 13:21:33 +0100" endDate="2024-03-05 13:30:10 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 13:42:22 +0100" startDate="2024-03-05 13:30:10 +0100" endDate="2024-03-05 13:40:10 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 13:49:19 +0100" startDate="2024-03-05 13:40:10 +0100" endDate="2024-03-05 13:44:10 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 14:16:45 +0100" startDate="2024-03-05 14:00:23 +0100" endDate="2024-03-05 14:00:38 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 14:28:48 +0100" startDate="2024-03-05 14:15:44 +0100" endDate="2024-03-05 14:25:45 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 14:41:48 +0100" startDate="2024-03-05 14:25:45 +0100" endDate="2024-03-05 14:34:53 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 14:47:13 +0100" startDate="2024-03-05 14:36:55 +0100" endDate="2024-03-05 14:46:41 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 14:58:04 +0100" startDate="2024-03-05 14:47:02 +0100" endDate="2024-03-05 14:49:42 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 15:07:18 +0100" startDate="2024-03-05 14:57:06 +0100" endDate="2024-03-05 15:04:39 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 15:58:54 +0100" startDate="2024-03-05 15:47:51 +0100" endDate="2024-03-05 15:50:32 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 18:54:08 +0100" startDate="2024-03-05 18:43:50 +0100" endDate="2024-03-05 18:53:08 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 19:27:53 +0100" startDate="2024-03-05 19:17:08 +0100" endDate="2024-03-05 19:24:31 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 20:08:51 +0100" startDate="2024-03-05 19:58:29 +0100" endDate="2024-03-05 19:58:50 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 20:37:53 +0100" startDate="2024-03-05 20:27:40 +0100" endDate="2024-03-05 20:27:50 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-05 20:52:52 +0100" startDate="2024-03-05 20:41:48 +0100" endDate="2024-03-05 20:48:30 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 07:41:22 +0100" startDate="2024-03-06 07:29:19 +0100" endDate="2024-03-06 07:36:27 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 07:50:29 +0100" startDate="2024-03-06 07:39:20 +0100" endDate="2024-03-06 07:40:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 08:09:31 +0100" startDate="2024-03-06 07:56:44 +0100" endDate="2024-03-06 08:05:17 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 08:25:53 +0100" startDate="2024-03-06 08:10:42 +0100" endDate="2024-03-06 08:11:07 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 08:38:29 +0100" startDate="2024-03-06 08:25:17 +0100" endDate="2024-03-06 08:27:32 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 11:03:06 +0100" startDate="2024-03-06 10:51:28 +0100" endDate="2024-03-06 11:01:07 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 11:14:14 +0100" startDate="2024-03-06 11:02:33 +0100" endDate="2024-03-06 11:02:49 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 12:27:44 +0100" startDate="2024-03-06 12:16:25 +0100" endDate="2024-03-06 12:26:14 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 14:19:58 +0100" startDate="2024-03-06 14:09:23 +0100" endDate="2024-03-06 14:13:59 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 14:33:11 +0100" startDate="2024-03-06 14:21:48 +0100" endDate="2024-03-06 14:31:49 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 14:46:41 +0100" startDate="2024-03-06 14:31:49 +0100" endDate="2024-03-06 14:41:17 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 14:54:59 +0100" startDate="2024-03-06 14:42:41 +0100" endDate="2024-03-06 14:52:42 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 15:07:11 +0100" startDate="2024-03-06 14:52:42 +0100" endDate="2024-03-06 15:02:43 +0100" value="972"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 15:17:40 +0100" startDate="2024-03-06 15:02:43 +0100" endDate="2024-03-06 15:12:44 +0100" value="949"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 15:26:03 +0100" startDate="2024-03-06 15:12:44 +0100" endDate="2024-03-06 15:21:21 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 15:32:10 +0100" startDate="2024-03-06 15:21:21 +0100" endDate="2024-03-06 15:31:12 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 15:43:30 +0100" startDate="2024-03-06 15:31:47 +0100" endDate="2024-03-06 15:41:48 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 15:53:08 +0100" startDate="2024-03-06 15:41:48 +0100" endDate="2024-03-06 15:51:49 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 16:05:00 +0100" startDate="2024-03-06 15:51:49 +0100" endDate="2024-03-06 16:01:45 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 16:17:20 +0100" startDate="2024-03-06 16:01:58 +0100" endDate="2024-03-06 16:11:58 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 16:23:08 +0100" startDate="2024-03-06 16:11:58 +0100" endDate="2024-03-06 16:21:39 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 16:35:04 +0100" startDate="2024-03-06 16:24:01 +0100" endDate="2024-03-06 16:26:42 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 17:18:36 +0100" startDate="2024-03-06 17:01:48 +0100" endDate="2024-03-06 17:11:36 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 17:25:29 +0100" startDate="2024-03-06 17:14:45 +0100" endDate="2024-03-06 17:18:13 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 17:45:25 +0100" startDate="2024-03-06 17:33:16 +0100" endDate="2024-03-06 17:41:17 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 17:54:26 +0100" startDate="2024-03-06 17:43:48 +0100" endDate="2024-03-06 17:53:23 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 18:04:44 +0100" startDate="2024-03-06 17:53:23 +0100" endDate="2024-03-06 17:54:22 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 18:29:33 +0100" startDate="2024-03-06 18:07:37 +0100" endDate="2024-03-06 18:10:04 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 18:45:00 +0100" startDate="2024-03-06 18:29:16 +0100" endDate="2024-03-06 18:37:50 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 21:12:28 +0100" startDate="2024-03-06 20:53:54 +0100" endDate="2024-03-06 20:56:22 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 21:58:51 +0100" startDate="2024-03-06 21:45:07 +0100" endDate="2024-03-06 21:45:17 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 22:10:12 +0100" startDate="2024-03-06 21:57:18 +0100" endDate="2024-03-06 22:05:27 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 22:19:32 +0100" startDate="2024-03-06 22:09:09 +0100" endDate="2024-03-06 22:16:58 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 22:48:22 +0100" startDate="2024-03-06 22:34:57 +0100" endDate="2024-03-06 22:43:55 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 23:03:39 +0100" startDate="2024-03-06 22:47:44 +0100" endDate="2024-03-06 22:49:59 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 23:16:46 +0100" startDate="2024-03-06 23:02:26 +0100" endDate="2024-03-06 23:03:52 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 23:30:51 +0100" startDate="2024-03-06 23:19:34 +0100" endDate="2024-03-06 23:29:36 +0100" value="642"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 23:41:25 +0100" startDate="2024-03-06 23:29:36 +0100" endDate="2024-03-06 23:35:52 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-06 23:51:14 +0100" startDate="2024-03-06 23:40:11 +0100" endDate="2024-03-06 23:42:11 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 01:20:21 +0100" startDate="2024-03-07 01:06:42 +0100" endDate="2024-03-07 01:09:13 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 07:46:34 +0100" startDate="2024-03-07 07:34:07 +0100" endDate="2024-03-07 07:38:58 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 07:55:50 +0100" startDate="2024-03-07 07:44:59 +0100" endDate="2024-03-07 07:54:40 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 08:24:17 +0100" startDate="2024-03-07 08:12:21 +0100" endDate="2024-03-07 08:22:20 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 08:34:50 +0100" startDate="2024-03-07 08:22:20 +0100" endDate="2024-03-07 08:24:33 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 09:14:34 +0100" startDate="2024-03-07 09:03:31 +0100" endDate="2024-03-07 09:09:45 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 09:29:29 +0100" startDate="2024-03-07 09:16:38 +0100" endDate="2024-03-07 09:26:19 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 09:43:54 +0100" startDate="2024-03-07 09:26:47 +0100" endDate="2024-03-07 09:34:56 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 09:58:15 +0100" startDate="2024-03-07 09:37:47 +0100" endDate="2024-03-07 09:47:48 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 09:58:15 +0100" startDate="2024-03-07 09:47:48 +0100" endDate="2024-03-07 09:48:56 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 10:13:00 +0100" startDate="2024-03-07 09:48:56 +0100" endDate="2024-03-07 09:58:34 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 10:13:00 +0100" startDate="2024-03-07 09:58:34 +0100" endDate="2024-03-07 10:02:44 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 10:13:00 +0100" startDate="2024-03-07 10:02:44 +0100" endDate="2024-03-07 10:07:57 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 10:24:00 +0100" startDate="2024-03-07 10:07:57 +0100" endDate="2024-03-07 10:17:58 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 10:28:42 +0100" startDate="2024-03-07 10:17:58 +0100" endDate="2024-03-07 10:27:56 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 10:39:04 +0100" startDate="2024-03-07 10:28:02 +0100" endDate="2024-03-07 10:29:46 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 12:57:54 +0100" startDate="2024-03-07 12:47:46 +0100" endDate="2024-03-07 12:49:41 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 13:30:14 +0100" startDate="2024-03-07 13:20:09 +0100" endDate="2024-03-07 13:20:52 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 13:47:24 +0100" startDate="2024-03-07 13:37:12 +0100" endDate="2024-03-07 13:46:27 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 14:11:57 +0100" startDate="2024-03-07 13:48:02 +0100" endDate="2024-03-07 13:55:28 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 14:50:45 +0100" startDate="2024-03-07 14:29:22 +0100" endDate="2024-03-07 14:29:42 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 15:09:12 +0100" startDate="2024-03-07 14:55:28 +0100" endDate="2024-03-07 14:56:44 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 15:34:00 +0100" startDate="2024-03-07 15:08:11 +0100" endDate="2024-03-07 15:09:35 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 15:45:20 +0100" startDate="2024-03-07 15:30:29 +0100" endDate="2024-03-07 15:30:44 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 15:55:00 +0100" startDate="2024-03-07 15:41:38 +0100" endDate="2024-03-07 15:51:19 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 16:13:52 +0100" startDate="2024-03-07 15:54:10 +0100" endDate="2024-03-07 16:01:46 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 16:26:25 +0100" startDate="2024-03-07 16:12:48 +0100" endDate="2024-03-07 16:20:47 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 16:39:22 +0100" startDate="2024-03-07 16:24:24 +0100" endDate="2024-03-07 16:33:45 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 16:50:50 +0100" startDate="2024-03-07 16:37:04 +0100" endDate="2024-03-07 16:37:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 17:15:29 +0100" startDate="2024-03-07 17:01:44 +0100" endDate="2024-03-07 17:11:45 +0100" value="1031"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 17:24:31 +0100" startDate="2024-03-07 17:11:45 +0100" endDate="2024-03-07 17:21:43 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 17:41:11 +0100" startDate="2024-03-07 17:22:11 +0100" endDate="2024-03-07 17:32:12 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 17:43:31 +0100" startDate="2024-03-07 17:32:12 +0100" endDate="2024-03-07 17:39:27 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 17:55:16 +0100" startDate="2024-03-07 17:43:22 +0100" endDate="2024-03-07 17:53:23 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 18:07:19 +0100" startDate="2024-03-07 17:53:23 +0100" endDate="2024-03-07 18:03:24 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 18:15:46 +0100" startDate="2024-03-07 18:03:24 +0100" endDate="2024-03-07 18:11:30 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 19:38:19 +0100" startDate="2024-03-07 19:25:03 +0100" endDate="2024-03-07 19:35:04 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 19:45:29 +0100" startDate="2024-03-07 19:35:04 +0100" endDate="2024-03-07 19:40:30 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 19:56:57 +0100" startDate="2024-03-07 19:46:44 +0100" endDate="2024-03-07 19:46:49 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 20:38:16 +0100" startDate="2024-03-07 20:24:18 +0100" endDate="2024-03-07 20:32:50 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 20:54:00 +0100" startDate="2024-03-07 20:42:16 +0100" endDate="2024-03-07 20:52:17 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-07 21:03:50 +0100" startDate="2024-03-07 20:52:17 +0100" endDate="2024-03-07 20:55:05 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 08:00:43 +0100" startDate="2024-03-08 07:47:05 +0100" endDate="2024-03-08 07:53:32 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 08:19:01 +0100" startDate="2024-03-08 08:04:59 +0100" endDate="2024-03-08 08:06:28 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 08:21:33 +0100" startDate="2024-03-08 08:15:14 +0100" endDate="2024-03-08 08:16:13 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 08:32:42 +0100" startDate="2024-03-08 08:22:33 +0100" endDate="2024-03-08 08:32:34 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 08:44:05 +0100" startDate="2024-03-08 08:32:34 +0100" endDate="2024-03-08 08:33:47 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 11:26:17 +0100" startDate="2024-03-08 11:14:59 +0100" endDate="2024-03-08 11:25:00 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 11:39:39 +0100" startDate="2024-03-08 11:25:00 +0100" endDate="2024-03-08 11:35:01 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 11:46:04 +0100" startDate="2024-03-08 11:35:01 +0100" endDate="2024-03-08 11:39:39 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 12:29:18 +0100" startDate="2024-03-08 12:10:52 +0100" endDate="2024-03-08 12:20:51 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 12:58:47 +0100" startDate="2024-03-08 12:20:51 +0100" endDate="2024-03-08 12:20:54 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 12:58:47 +0100" startDate="2024-03-08 12:44:17 +0100" endDate="2024-03-08 12:44:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 12:58:48 +0100" startDate="2024-03-08 12:46:38 +0100" endDate="2024-03-08 12:47:00 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 13:04:07 +0100" startDate="2024-03-08 12:51:30 +0100" endDate="2024-03-08 12:52:57 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 13:17:42 +0100" startDate="2024-03-08 13:03:49 +0100" endDate="2024-03-08 13:11:40 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 13:28:48 +0100" startDate="2024-03-08 13:16:31 +0100" endDate="2024-03-08 13:25:56 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 13:42:02 +0100" startDate="2024-03-08 13:27:15 +0100" endDate="2024-03-08 13:28:49 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 13:54:42 +0100" startDate="2024-03-08 13:42:47 +0100" endDate="2024-03-08 13:52:48 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 14:09:48 +0100" startDate="2024-03-08 13:53:08 +0100" endDate="2024-03-08 13:56:24 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 14:24:33 +0100" startDate="2024-03-08 14:03:14 +0100" endDate="2024-03-08 14:09:34 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 14:39:18 +0100" startDate="2024-03-08 14:17:00 +0100" endDate="2024-03-08 14:22:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 14:41:04 +0100" startDate="2024-03-08 14:29:38 +0100" endDate="2024-03-08 14:29:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 14:58:14 +0100" startDate="2024-03-08 14:44:34 +0100" endDate="2024-03-08 14:52:43 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 15:22:17 +0100" startDate="2024-03-08 14:54:56 +0100" endDate="2024-03-08 14:58:19 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 15:46:12 +0100" startDate="2024-03-08 15:25:24 +0100" endDate="2024-03-08 15:34:31 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 15:47:12 +0100" startDate="2024-03-08 15:36:54 +0100" endDate="2024-03-08 15:37:19 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 16:21:16 +0100" startDate="2024-03-08 15:47:36 +0100" endDate="2024-03-08 15:57:37 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 16:21:16 +0100" startDate="2024-03-08 15:57:37 +0100" endDate="2024-03-08 15:57:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 16:36:55 +0100" startDate="2024-03-08 16:22:47 +0100" endDate="2024-03-08 16:32:48 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 16:46:17 +0100" startDate="2024-03-08 16:32:48 +0100" endDate="2024-03-08 16:42:48 +0100" value="1023"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 16:55:02 +0100" startDate="2024-03-08 16:42:48 +0100" endDate="2024-03-08 16:49:21 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 19:15:16 +0100" startDate="2024-03-08 19:03:58 +0100" endDate="2024-03-08 19:13:59 +0100" value="1074"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 19:25:02 +0100" startDate="2024-03-08 19:13:59 +0100" endDate="2024-03-08 19:22:34 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 19:38:24 +0100" startDate="2024-03-08 19:28:20 +0100" endDate="2024-03-08 19:37:00 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 21:43:30 +0100" startDate="2024-03-08 21:30:46 +0100" endDate="2024-03-08 21:40:37 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 21:53:31 +0100" startDate="2024-03-08 21:41:15 +0100" endDate="2024-03-08 21:51:16 +0100" value="1058"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 22:05:00 +0100" startDate="2024-03-08 21:51:16 +0100" endDate="2024-03-08 22:01:17 +0100" value="787"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-08 22:12:02 +0100" startDate="2024-03-08 22:01:17 +0100" endDate="2024-03-08 22:05:44 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 05:24:28 +0100" startDate="2024-03-09 05:13:25 +0100" endDate="2024-03-09 05:13:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 08:48:59 +0100" startDate="2024-03-09 08:33:39 +0100" endDate="2024-03-09 08:40:19 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 09:01:49 +0100" startDate="2024-03-09 08:46:51 +0100" endDate="2024-03-09 08:56:52 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 09:08:38 +0100" startDate="2024-03-09 08:56:52 +0100" endDate="2024-03-09 08:58:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 09:21:11 +0100" startDate="2024-03-09 09:09:48 +0100" endDate="2024-03-09 09:13:24 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 09:31:38 +0100" startDate="2024-03-09 09:20:35 +0100" endDate="2024-03-09 09:20:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 10:51:08 +0100" startDate="2024-03-09 10:36:26 +0100" endDate="2024-03-09 10:37:27 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 10:58:09 +0100" startDate="2024-03-09 10:47:41 +0100" endDate="2024-03-09 10:57:40 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 11:19:28 +0100" startDate="2024-03-09 10:57:40 +0100" endDate="2024-03-09 11:07:41 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 11:19:28 +0100" startDate="2024-03-09 11:07:41 +0100" endDate="2024-03-09 11:08:06 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 11:19:29 +0100" startDate="2024-03-09 11:08:06 +0100" endDate="2024-03-09 11:12:23 +0100" value="461"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 11:32:08 +0100" startDate="2024-03-09 11:12:23 +0100" endDate="2024-03-09 11:20:10 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 11:32:09 +0100" startDate="2024-03-09 11:20:10 +0100" endDate="2024-03-09 11:23:46 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 11:46:25 +0100" startDate="2024-03-09 11:23:46 +0100" endDate="2024-03-09 11:33:14 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 11:46:25 +0100" startDate="2024-03-09 11:33:32 +0100" endDate="2024-03-09 11:40:11 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 11:50:30 +0100" startDate="2024-03-09 11:40:11 +0100" endDate="2024-03-09 11:46:23 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 11:57:01 +0100" startDate="2024-03-09 11:46:23 +0100" endDate="2024-03-09 11:51:59 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 13:02:06 +0100" startDate="2024-03-09 12:51:58 +0100" endDate="2024-03-09 12:52:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 14:58:43 +0100" startDate="2024-03-09 14:47:36 +0100" endDate="2024-03-09 14:56:34 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 15:11:07 +0100" startDate="2024-03-09 14:58:24 +0100" endDate="2024-03-09 15:00:03 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 15:19:50 +0100" startDate="2024-03-09 15:08:47 +0100" endDate="2024-03-09 15:14:36 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 15:34:08 +0100" startDate="2024-03-09 15:20:12 +0100" endDate="2024-03-09 15:28:04 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 15:46:01 +0100" startDate="2024-03-09 15:35:07 +0100" endDate="2024-03-09 15:39:09 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 16:34:27 +0100" startDate="2024-03-09 16:24:09 +0100" endDate="2024-03-09 16:27:15 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 16:47:45 +0100" startDate="2024-03-09 16:35:43 +0100" endDate="2024-03-09 16:45:43 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 16:57:00 +0100" startDate="2024-03-09 16:45:46 +0100" endDate="2024-03-09 16:53:21 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 17:25:36 +0100" startDate="2024-03-09 17:14:33 +0100" endDate="2024-03-09 17:14:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 18:00:04 +0100" startDate="2024-03-09 17:48:07 +0100" endDate="2024-03-09 17:57:08 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 18:10:38 +0100" startDate="2024-03-09 17:59:35 +0100" endDate="2024-03-09 17:59:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 20:18:26 +0100" startDate="2024-03-09 20:08:13 +0100" endDate="2024-03-09 20:08:21 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 21:39:42 +0100" startDate="2024-03-09 21:25:24 +0100" endDate="2024-03-09 21:32:16 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 21:51:38 +0100" startDate="2024-03-09 21:37:59 +0100" endDate="2024-03-09 21:47:58 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 21:59:01 +0100" startDate="2024-03-09 21:47:58 +0100" endDate="2024-03-09 21:49:53 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 22:31:11 +0100" startDate="2024-03-09 22:06:39 +0100" endDate="2024-03-09 22:10:31 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 22:41:10 +0100" startDate="2024-03-09 22:30:07 +0100" endDate="2024-03-09 22:30:25 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 22:57:03 +0100" startDate="2024-03-09 22:46:00 +0100" endDate="2024-03-09 22:46:03 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-09 23:52:04 +0100" startDate="2024-03-09 23:40:58 +0100" endDate="2024-03-09 23:49:42 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 00:03:30 +0100" startDate="2024-03-09 23:49:42 +0100" endDate="2024-03-09 23:55:01 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 01:13:16 +0100" startDate="2024-03-10 00:57:50 +0100" endDate="2024-03-10 00:58:05 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 08:10:08 +0100" startDate="2024-03-10 07:59:12 +0100" endDate="2024-03-10 08:07:57 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 08:27:33 +0100" startDate="2024-03-10 08:17:18 +0100" endDate="2024-03-10 08:25:31 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 09:02:29 +0100" startDate="2024-03-10 08:49:40 +0100" endDate="2024-03-10 08:58:29 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 09:19:12 +0100" startDate="2024-03-10 09:07:59 +0100" endDate="2024-03-10 09:17:16 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 09:31:42 +0100" startDate="2024-03-10 09:18:55 +0100" endDate="2024-03-10 09:19:06 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 10:16:48 +0100" startDate="2024-03-10 10:06:40 +0100" endDate="2024-03-10 10:06:42 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 10:42:40 +0100" startDate="2024-03-10 10:31:37 +0100" endDate="2024-03-10 10:31:47 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 14:11:14 +0100" startDate="2024-03-10 13:56:53 +0100" endDate="2024-03-10 13:57:04 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 14:41:59 +0100" startDate="2024-03-10 14:30:22 +0100" endDate="2024-03-10 14:39:32 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 14:52:14 +0100" startDate="2024-03-10 14:41:12 +0100" endDate="2024-03-10 14:41:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 15:34:25 +0100" startDate="2024-03-10 15:24:12 +0100" endDate="2024-03-10 15:25:41 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 18:01:47 +0100" startDate="2024-03-10 17:42:31 +0100" endDate="2024-03-10 17:45:09 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-10 21:54:17 +0100" startDate="2024-03-10 21:43:14 +0100" endDate="2024-03-10 21:43:37 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 07:27:26 +0100" startDate="2024-03-11 07:17:21 +0100" endDate="2024-03-11 07:20:11 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 07:54:05 +0100" startDate="2024-03-11 07:43:54 +0100" endDate="2024-03-11 07:49:59 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 08:16:13 +0100" startDate="2024-03-11 08:06:00 +0100" endDate="2024-03-11 08:10:15 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 08:38:34 +0100" startDate="2024-03-11 08:25:50 +0100" endDate="2024-03-11 08:26:36 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 09:46:57 +0100" startDate="2024-03-11 09:35:55 +0100" endDate="2024-03-11 09:42:24 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 09:59:27 +0100" startDate="2024-03-11 09:49:22 +0100" endDate="2024-03-11 09:57:26 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 11:21:07 +0100" startDate="2024-03-11 11:09:06 +0100" endDate="2024-03-11 11:19:07 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 11:35:58 +0100" startDate="2024-03-11 11:19:07 +0100" endDate="2024-03-11 11:19:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 11:47:44 +0100" startDate="2024-03-11 11:33:02 +0100" endDate="2024-03-11 11:38:41 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 12:02:10 +0100" startDate="2024-03-11 11:48:04 +0100" endDate="2024-03-11 11:48:42 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 12:27:00 +0100" startDate="2024-03-11 12:12:48 +0100" endDate="2024-03-11 12:12:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 13:08:37 +0100" startDate="2024-03-11 12:52:35 +0100" endDate="2024-03-11 12:52:55 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 13:31:18 +0100" startDate="2024-03-11 13:20:15 +0100" endDate="2024-03-11 13:20:43 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 14:19:08 +0100" startDate="2024-03-11 14:03:06 +0100" endDate="2024-03-11 14:03:24 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 14:31:46 +0100" startDate="2024-03-11 14:17:55 +0100" endDate="2024-03-11 14:19:34 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 14:41:29 +0100" startDate="2024-03-11 14:30:26 +0100" endDate="2024-03-11 14:40:02 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 14:51:04 +0100" startDate="2024-03-11 14:40:38 +0100" endDate="2024-03-11 14:50:39 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 15:03:49 +0100" startDate="2024-03-11 14:50:39 +0100" endDate="2024-03-11 15:00:30 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 15:13:34 +0100" startDate="2024-03-11 15:02:04 +0100" endDate="2024-03-11 15:11:29 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 15:29:27 +0100" startDate="2024-03-11 15:13:01 +0100" endDate="2024-03-11 15:20:32 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 15:33:59 +0100" startDate="2024-03-11 15:23:30 +0100" endDate="2024-03-11 15:24:01 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 15:45:08 +0100" startDate="2024-03-11 15:33:49 +0100" endDate="2024-03-11 15:37:21 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 16:46:34 +0100" startDate="2024-03-11 16:30:11 +0100" endDate="2024-03-11 16:30:49 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 17:01:38 +0100" startDate="2024-03-11 16:50:18 +0100" endDate="2024-03-11 17:00:01 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 17:26:15 +0100" startDate="2024-03-11 17:15:59 +0100" endDate="2024-03-11 17:24:28 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 17:37:26 +0100" startDate="2024-03-11 17:26:23 +0100" endDate="2024-03-11 17:31:28 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 17:52:00 +0100" startDate="2024-03-11 17:36:51 +0100" endDate="2024-03-11 17:46:45 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 17:57:56 +0100" startDate="2024-03-11 17:46:53 +0100" endDate="2024-03-11 17:47:13 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 18:12:53 +0100" startDate="2024-03-11 18:02:45 +0100" endDate="2024-03-11 18:03:18 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 18:40:35 +0100" startDate="2024-03-11 18:29:33 +0100" endDate="2024-03-11 18:37:52 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-11 20:36:21 +0100" startDate="2024-03-11 20:25:18 +0100" endDate="2024-03-11 20:33:48 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 03:27:06 +0100" startDate="2024-03-12 03:15:22 +0100" endDate="2024-03-12 03:15:35 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 06:53:31 +0100" startDate="2024-03-12 06:43:21 +0100" endDate="2024-03-12 06:43:28 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 07:17:12 +0100" startDate="2024-03-12 07:06:10 +0100" endDate="2024-03-12 07:16:11 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 07:27:14 +0100" startDate="2024-03-12 07:16:11 +0100" endDate="2024-03-12 07:16:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 09:07:31 +0100" startDate="2024-03-12 08:54:37 +0100" endDate="2024-03-12 08:58:34 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 10:44:04 +0100" startDate="2024-03-12 10:30:21 +0100" endDate="2024-03-12 10:32:18 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 11:00:45 +0100" startDate="2024-03-12 10:47:37 +0100" endDate="2024-03-12 10:47:44 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 12:49:06 +0100" startDate="2024-03-12 12:38:56 +0100" endDate="2024-03-12 12:43:54 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 13:34:04 +0100" startDate="2024-03-12 13:17:21 +0100" endDate="2024-03-12 13:21:51 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 14:20:24 +0100" startDate="2024-03-12 14:09:07 +0100" endDate="2024-03-12 14:09:58 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 14:51:43 +0100" startDate="2024-03-12 14:37:03 +0100" endDate="2024-03-12 14:42:30 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 15:06:15 +0100" startDate="2024-03-12 14:51:07 +0100" endDate="2024-03-12 14:51:32 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 16:08:41 +0100" startDate="2024-03-12 15:57:32 +0100" endDate="2024-03-12 16:07:33 +0100" value="673"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 16:19:04 +0100" startDate="2024-03-12 16:07:33 +0100" endDate="2024-03-12 16:08:09 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 17:23:21 +0100" startDate="2024-03-12 17:13:13 +0100" endDate="2024-03-12 17:23:14 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 17:38:04 +0100" startDate="2024-03-12 17:23:14 +0100" endDate="2024-03-12 17:33:15 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 17:45:30 +0100" startDate="2024-03-12 17:33:15 +0100" endDate="2024-03-12 17:42:12 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 17:56:16 +0100" startDate="2024-03-12 17:46:08 +0100" endDate="2024-03-12 17:48:58 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 19:15:19 +0100" startDate="2024-03-12 19:05:01 +0100" endDate="2024-03-12 19:13:43 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 19:27:23 +0100" startDate="2024-03-12 19:17:07 +0100" endDate="2024-03-12 19:17:35 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-12 21:17:17 +0100" startDate="2024-03-12 21:07:05 +0100" endDate="2024-03-12 21:12:48 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 00:50:04 +0100" startDate="2024-03-13 00:39:52 +0100" endDate="2024-03-13 00:43:03 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 06:45:34 +0100" startDate="2024-03-13 06:33:32 +0100" endDate="2024-03-13 06:33:54 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 06:56:29 +0100" startDate="2024-03-13 06:45:26 +0100" endDate="2024-03-13 06:49:00 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 07:19:58 +0100" startDate="2024-03-13 07:07:36 +0100" endDate="2024-03-13 07:16:54 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 07:29:10 +0100" startDate="2024-03-13 07:18:08 +0100" endDate="2024-03-13 07:21:24 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 08:45:00 +0100" startDate="2024-03-13 08:33:29 +0100" endDate="2024-03-13 08:43:30 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 08:57:21 +0100" startDate="2024-03-13 08:43:30 +0100" endDate="2024-03-13 08:45:02 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 10:25:22 +0100" startDate="2024-03-13 10:11:24 +0100" endDate="2024-03-13 10:13:03 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 11:54:42 +0100" startDate="2024-03-13 11:31:25 +0100" endDate="2024-03-13 11:38:16 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 12:24:14 +0100" startDate="2024-03-13 12:07:05 +0100" endDate="2024-03-13 12:10:29 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 13:21:10 +0100" startDate="2024-03-13 13:05:35 +0100" endDate="2024-03-13 13:05:40 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 14:15:57 +0100" startDate="2024-03-13 14:05:47 +0100" endDate="2024-03-13 14:10:01 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 14:30:17 +0100" startDate="2024-03-13 14:16:23 +0100" endDate="2024-03-13 14:17:25 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 15:30:43 +0100" startDate="2024-03-13 15:19:40 +0100" endDate="2024-03-13 15:20:13 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 16:02:53 +0100" startDate="2024-03-13 15:48:47 +0100" endDate="2024-03-13 15:48:59 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 16:26:13 +0100" startDate="2024-03-13 16:15:11 +0100" endDate="2024-03-13 16:19:08 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 16:38:50 +0100" startDate="2024-03-13 16:27:47 +0100" endDate="2024-03-13 16:33:03 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 17:37:20 +0100" startDate="2024-03-13 17:26:17 +0100" endDate="2024-03-13 17:26:20 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 18:03:37 +0100" startDate="2024-03-13 17:53:01 +0100" endDate="2024-03-13 18:02:27 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 18:21:26 +0100" startDate="2024-03-13 18:10:09 +0100" endDate="2024-03-13 18:12:42 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 18:41:50 +0100" startDate="2024-03-13 18:20:43 +0100" endDate="2024-03-13 18:21:47 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 21:24:36 +0100" startDate="2024-03-13 21:13:33 +0100" endDate="2024-03-13 21:19:27 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 21:51:13 +0100" startDate="2024-03-13 21:41:04 +0100" endDate="2024-03-13 21:48:38 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-13 22:12:54 +0100" startDate="2024-03-13 22:02:13 +0100" endDate="2024-03-13 22:02:18 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 04:54:52 +0100" startDate="2024-03-14 04:43:49 +0100" endDate="2024-03-14 04:44:38 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 07:34:22 +0100" startDate="2024-03-14 07:21:53 +0100" endDate="2024-03-14 07:27:35 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 07:59:09 +0100" startDate="2024-03-14 07:48:06 +0100" endDate="2024-03-14 07:51:37 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 08:11:38 +0100" startDate="2024-03-14 08:00:35 +0100" endDate="2024-03-14 08:04:05 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 09:57:30 +0100" startDate="2024-03-14 09:47:17 +0100" endDate="2024-03-14 09:50:41 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 11:01:02 +0100" startDate="2024-03-14 10:49:00 +0100" endDate="2024-03-14 10:53:30 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 11:14:03 +0100" startDate="2024-03-14 11:00:56 +0100" endDate="2024-03-14 11:10:29 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 11:30:21 +0100" startDate="2024-03-14 11:12:39 +0100" endDate="2024-03-14 11:12:54 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 11:55:01 +0100" startDate="2024-03-14 11:39:34 +0100" endDate="2024-03-14 11:45:48 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 12:15:21 +0100" startDate="2024-03-14 12:04:18 +0100" endDate="2024-03-14 12:10:48 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 12:32:29 +0100" startDate="2024-03-14 12:17:23 +0100" endDate="2024-03-14 12:17:58 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 12:46:54 +0100" startDate="2024-03-14 12:32:48 +0100" endDate="2024-03-14 12:39:58 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 13:14:13 +0100" startDate="2024-03-14 13:03:30 +0100" endDate="2024-03-14 13:09:07 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 13:39:01 +0100" startDate="2024-03-14 13:28:56 +0100" endDate="2024-03-14 13:34:01 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 13:55:40 +0100" startDate="2024-03-14 13:44:55 +0100" endDate="2024-03-14 13:54:37 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 14:09:25 +0100" startDate="2024-03-14 13:58:22 +0100" endDate="2024-03-14 14:07:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 14:24:26 +0100" startDate="2024-03-14 14:14:18 +0100" endDate="2024-03-14 14:17:37 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 14:36:04 +0100" startDate="2024-03-14 14:25:02 +0100" endDate="2024-03-14 14:25:25 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 15:24:42 +0100" startDate="2024-03-14 15:14:37 +0100" endDate="2024-03-14 15:15:43 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 15:53:44 +0100" startDate="2024-03-14 15:43:34 +0100" endDate="2024-03-14 15:51:27 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 16:10:18 +0100" startDate="2024-03-14 16:00:13 +0100" endDate="2024-03-14 16:01:11 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 16:23:35 +0100" startDate="2024-03-14 16:12:52 +0100" endDate="2024-03-14 16:13:32 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 20:19:54 +0100" startDate="2024-03-14 20:08:19 +0100" endDate="2024-03-14 20:08:34 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-14 21:31:08 +0100" startDate="2024-03-14 21:20:33 +0100" endDate="2024-03-14 21:27:23 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 06:44:39 +0100" startDate="2024-03-15 06:31:05 +0100" endDate="2024-03-15 06:32:29 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 07:39:26 +0100" startDate="2024-03-15 07:28:23 +0100" endDate="2024-03-15 07:28:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 07:57:06 +0100" startDate="2024-03-15 07:44:59 +0100" endDate="2024-03-15 07:47:01 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 08:42:03 +0100" startDate="2024-03-15 08:26:11 +0100" endDate="2024-03-15 08:26:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 09:24:24 +0100" startDate="2024-03-15 09:13:28 +0100" endDate="2024-03-15 09:17:47 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 12:33:39 +0100" startDate="2024-03-15 12:20:44 +0100" endDate="2024-03-15 12:30:46 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 12:41:49 +0100" startDate="2024-03-15 12:30:46 +0100" endDate="2024-03-15 12:37:10 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 13:08:53 +0100" startDate="2024-03-15 12:57:45 +0100" endDate="2024-03-15 13:07:41 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 13:18:59 +0100" startDate="2024-03-15 13:07:56 +0100" endDate="2024-03-15 13:13:22 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 13:59:09 +0100" startDate="2024-03-15 13:47:50 +0100" endDate="2024-03-15 13:57:23 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 14:10:10 +0100" startDate="2024-03-15 13:58:25 +0100" endDate="2024-03-15 13:58:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 14:27:51 +0100" startDate="2024-03-15 14:16:48 +0100" endDate="2024-03-15 14:21:23 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 15:05:00 +0100" startDate="2024-03-15 14:52:35 +0100" endDate="2024-03-15 14:53:11 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 15:50:55 +0100" startDate="2024-03-15 15:31:34 +0100" endDate="2024-03-15 15:33:18 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 16:07:49 +0100" startDate="2024-03-15 15:55:03 +0100" endDate="2024-03-15 15:56:29 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 17:07:23 +0100" startDate="2024-03-15 16:56:11 +0100" endDate="2024-03-15 17:06:04 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 17:19:32 +0100" startDate="2024-03-15 17:06:12 +0100" endDate="2024-03-15 17:13:25 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 17:32:27 +0100" startDate="2024-03-15 17:13:58 +0100" endDate="2024-03-15 17:23:11 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 17:53:05 +0100" startDate="2024-03-15 17:38:53 +0100" endDate="2024-03-15 17:41:54 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 18:06:39 +0100" startDate="2024-03-15 17:52:10 +0100" endDate="2024-03-15 17:53:57 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 18:18:24 +0100" startDate="2024-03-15 18:07:45 +0100" endDate="2024-03-15 18:16:02 +0100" value="600"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 18:37:44 +0100" startDate="2024-03-15 18:26:24 +0100" endDate="2024-03-15 18:26:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 18:59:00 +0100" startDate="2024-03-15 18:42:54 +0100" endDate="2024-03-15 18:49:52 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 19:05:01 +0100" startDate="2024-03-15 18:53:31 +0100" endDate="2024-03-15 19:03:32 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 19:14:49 +0100" startDate="2024-03-15 19:03:32 +0100" endDate="2024-03-15 19:13:32 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 19:25:16 +0100" startDate="2024-03-15 19:13:32 +0100" endDate="2024-03-15 19:13:44 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-15 22:59:28 +0100" startDate="2024-03-15 22:49:18 +0100" endDate="2024-03-15 22:51:48 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 06:09:05 +0100" startDate="2024-03-16 05:59:00 +0100" endDate="2024-03-16 05:59:43 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 07:42:07 +0100" startDate="2024-03-16 07:28:02 +0100" endDate="2024-03-16 07:30:07 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 08:42:34 +0100" startDate="2024-03-16 08:32:21 +0100" endDate="2024-03-16 08:38:29 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 09:07:10 +0100" startDate="2024-03-16 08:51:08 +0100" endDate="2024-03-16 08:54:59 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 09:17:55 +0100" startDate="2024-03-16 09:03:54 +0100" endDate="2024-03-16 09:03:57 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 13:13:09 +0100" startDate="2024-03-16 12:52:25 +0100" endDate="2024-03-16 12:52:42 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 15:44:29 +0100" startDate="2024-03-16 15:24:30 +0100" endDate="2024-03-16 15:27:19 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 15:59:48 +0100" startDate="2024-03-16 15:44:20 +0100" endDate="2024-03-16 15:54:21 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 16:07:55 +0100" startDate="2024-03-16 15:54:21 +0100" endDate="2024-03-16 16:02:51 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 16:19:28 +0100" startDate="2024-03-16 16:06:53 +0100" endDate="2024-03-16 16:13:18 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 17:10:43 +0100" startDate="2024-03-16 16:57:14 +0100" endDate="2024-03-16 16:59:26 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 17:28:47 +0100" startDate="2024-03-16 17:09:04 +0100" endDate="2024-03-16 17:16:51 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 17:39:36 +0100" startDate="2024-03-16 17:22:14 +0100" endDate="2024-03-16 17:22:24 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 19:24:22 +0100" startDate="2024-03-16 19:10:34 +0100" endDate="2024-03-16 19:10:37 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 20:24:38 +0100" startDate="2024-03-16 20:14:12 +0100" endDate="2024-03-16 20:24:14 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 20:34:51 +0100" startDate="2024-03-16 20:24:14 +0100" endDate="2024-03-16 20:34:15 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 20:45:52 +0100" startDate="2024-03-16 20:35:18 +0100" endDate="2024-03-16 20:45:17 +0100" value="781"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-16 22:05:58 +0100" startDate="2024-03-16 21:55:46 +0100" endDate="2024-03-16 21:58:19 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-17 00:31:15 +0100" startDate="2024-03-17 00:20:17 +0100" endDate="2024-03-17 00:30:08 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-17 07:44:16 +0100" startDate="2024-03-17 07:33:20 +0100" endDate="2024-03-17 07:43:21 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-17 18:36:29 +0100" startDate="2024-03-17 18:20:22 +0100" endDate="2024-03-17 18:20:45 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-17 22:00:08 +0100" startDate="2024-03-17 21:49:05 +0100" endDate="2024-03-17 21:51:48 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 06:22:17 +0100" startDate="2024-03-18 06:05:39 +0100" endDate="2024-03-18 06:05:44 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 06:33:24 +0100" startDate="2024-03-18 06:22:21 +0100" endDate="2024-03-18 06:22:52 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 07:18:33 +0100" startDate="2024-03-18 07:07:07 +0100" endDate="2024-03-18 07:17:08 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 07:28:11 +0100" startDate="2024-03-18 07:17:08 +0100" endDate="2024-03-18 07:22:28 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 07:47:22 +0100" startDate="2024-03-18 07:29:28 +0100" endDate="2024-03-18 07:36:21 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 07:51:34 +0100" startDate="2024-03-18 07:40:31 +0100" endDate="2024-03-18 07:46:00 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 08:04:03 +0100" startDate="2024-03-18 07:52:22 +0100" endDate="2024-03-18 07:53:00 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 08:28:54 +0100" startDate="2024-03-18 08:09:29 +0100" endDate="2024-03-18 08:16:04 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 08:39:52 +0100" startDate="2024-03-18 08:28:50 +0100" endDate="2024-03-18 08:29:46 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 08:56:41 +0100" startDate="2024-03-18 08:45:38 +0100" endDate="2024-03-18 08:45:41 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 09:19:14 +0100" startDate="2024-03-18 09:07:56 +0100" endDate="2024-03-18 09:17:57 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 09:29:51 +0100" startDate="2024-03-18 09:18:48 +0100" endDate="2024-03-18 09:19:08 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 09:47:06 +0100" startDate="2024-03-18 09:33:30 +0100" endDate="2024-03-18 09:38:08 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 10:51:40 +0100" startDate="2024-03-18 10:37:07 +0100" endDate="2024-03-18 10:37:15 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 11:21:04 +0100" startDate="2024-03-18 11:08:39 +0100" endDate="2024-03-18 11:18:14 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 11:30:08 +0100" startDate="2024-03-18 11:19:20 +0100" endDate="2024-03-18 11:26:46 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 11:54:45 +0100" startDate="2024-03-18 11:43:43 +0100" endDate="2024-03-18 11:43:45 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 12:05:54 +0100" startDate="2024-03-18 11:54:51 +0100" endDate="2024-03-18 12:04:52 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 12:15:55 +0100" startDate="2024-03-18 12:04:52 +0100" endDate="2024-03-18 12:06:49 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 13:31:51 +0100" startDate="2024-03-18 13:21:46 +0100" endDate="2024-03-18 13:31:47 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 13:42:15 +0100" startDate="2024-03-18 13:31:47 +0100" endDate="2024-03-18 13:34:08 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 13:55:15 +0100" startDate="2024-03-18 13:44:30 +0100" endDate="2024-03-18 13:50:26 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 14:15:28 +0100" startDate="2024-03-18 14:02:07 +0100" endDate="2024-03-18 14:02:15 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 14:27:33 +0100" startDate="2024-03-18 14:16:30 +0100" endDate="2024-03-18 14:23:53 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 14:37:39 +0100" startDate="2024-03-18 14:26:36 +0100" endDate="2024-03-18 14:26:39 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 15:47:51 +0100" startDate="2024-03-18 15:35:43 +0100" endDate="2024-03-18 15:44:35 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-18 22:33:01 +0100" startDate="2024-03-18 22:22:46 +0100" endDate="2024-03-18 22:23:27 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 04:41:43 +0100" startDate="2024-03-19 04:31:37 +0100" endDate="2024-03-19 04:40:35 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 06:00:00 +0100" startDate="2024-03-19 05:46:24 +0100" endDate="2024-03-19 05:46:44 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 07:17:44 +0100" startDate="2024-03-19 07:04:56 +0100" endDate="2024-03-19 07:14:13 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 07:30:16 +0100" startDate="2024-03-19 07:19:54 +0100" endDate="2024-03-19 07:21:54 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 08:10:02 +0100" startDate="2024-03-19 07:56:24 +0100" endDate="2024-03-19 08:02:56 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 09:09:24 +0100" startDate="2024-03-19 08:56:01 +0100" endDate="2024-03-19 09:00:15 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 10:01:12 +0100" startDate="2024-03-19 09:48:39 +0100" endDate="2024-03-19 09:58:40 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 10:16:49 +0100" startDate="2024-03-19 09:58:40 +0100" endDate="2024-03-19 10:03:26 +0100" value="416"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 10:20:20 +0100" startDate="2024-03-19 10:09:33 +0100" endDate="2024-03-19 10:19:31 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 10:37:44 +0100" startDate="2024-03-19 10:26:24 +0100" endDate="2024-03-19 10:30:23 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 10:57:22 +0100" startDate="2024-03-19 10:38:14 +0100" endDate="2024-03-19 10:38:29 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 11:53:43 +0100" startDate="2024-03-19 11:43:22 +0100" endDate="2024-03-19 11:53:23 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 12:14:44 +0100" startDate="2024-03-19 11:53:23 +0100" endDate="2024-03-19 12:03:22 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 12:14:44 +0100" startDate="2024-03-19 12:03:22 +0100" endDate="2024-03-19 12:03:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 12:28:29 +0100" startDate="2024-03-19 12:16:02 +0100" endDate="2024-03-19 12:26:03 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 12:39:33 +0100" startDate="2024-03-19 12:26:03 +0100" endDate="2024-03-19 12:32:40 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 12:54:22 +0100" startDate="2024-03-19 12:39:43 +0100" endDate="2024-03-19 12:40:03 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 13:08:47 +0100" startDate="2024-03-19 12:57:45 +0100" endDate="2024-03-19 12:58:28 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 13:32:47 +0100" startDate="2024-03-19 13:15:30 +0100" endDate="2024-03-19 13:18:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 14:20:28 +0100" startDate="2024-03-19 14:08:15 +0100" endDate="2024-03-19 14:16:58 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 14:31:41 +0100" startDate="2024-03-19 14:18:32 +0100" endDate="2024-03-19 14:20:37 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 14:41:43 +0100" startDate="2024-03-19 14:31:09 +0100" endDate="2024-03-19 14:40:44 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 14:55:07 +0100" startDate="2024-03-19 14:41:17 +0100" endDate="2024-03-19 14:49:14 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 16:37:05 +0100" startDate="2024-03-19 16:23:28 +0100" endDate="2024-03-19 16:23:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 17:28:36 +0100" startDate="2024-03-19 17:14:45 +0100" endDate="2024-03-19 17:24:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 18:23:30 +0100" startDate="2024-03-19 18:12:27 +0100" endDate="2024-03-19 18:16:34 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 18:56:34 +0100" startDate="2024-03-19 18:46:05 +0100" endDate="2024-03-19 18:46:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-19 21:57:57 +0100" startDate="2024-03-19 21:46:54 +0100" endDate="2024-03-19 21:49:14 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-20 05:02:42 +0100" startDate="2024-03-20 04:47:19 +0100" endDate="2024-03-20 04:50:22 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-20 05:15:08 +0100" startDate="2024-03-20 05:03:02 +0100" endDate="2024-03-20 05:12:27 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-20 07:18:39 +0100" startDate="2024-03-20 07:08:26 +0100" endDate="2024-03-20 07:12:53 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-20 07:33:20 +0100" startDate="2024-03-20 07:23:12 +0100" endDate="2024-03-20 07:28:41 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-20 08:47:23 +0100" startDate="2024-03-20 08:37:10 +0100" endDate="2024-03-20 08:43:22 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-20 08:58:30 +0100" startDate="2024-03-20 08:47:27 +0100" endDate="2024-03-20 08:51:11 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-20 09:38:54 +0100" startDate="2024-03-20 09:27:42 +0100" endDate="2024-03-20 09:37:03 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-20 09:55:56 +0100" startDate="2024-03-20 09:45:27 +0100" endDate="2024-03-20 09:47:09 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-20 10:19:35 +0100" startDate="2024-03-20 10:07:18 +0100" endDate="2024-03-20 10:07:38 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-20 19:05:16 +0100" startDate="2024-03-20 18:50:28 +0100" endDate="2024-03-20 18:53:29 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-21 07:34:17 +0100" startDate="2024-03-21 07:22:29 +0100" endDate="2024-03-21 07:24:57 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-21 08:00:00 +0100" startDate="2024-03-21 07:46:01 +0100" endDate="2024-03-21 07:47:55 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-21 08:08:35 +0100" startDate="2024-03-21 07:57:30 +0100" endDate="2024-03-21 07:57:33 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-21 08:52:16 +0100" startDate="2024-03-21 08:38:44 +0100" endDate="2024-03-21 08:41:16 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-21 09:25:16 +0100" startDate="2024-03-21 09:05:27 +0100" endDate="2024-03-21 09:05:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-21 14:43:05 +0100" startDate="2024-03-21 14:30:42 +0100" endDate="2024-03-21 14:37:15 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-21 15:27:51 +0100" startDate="2024-03-21 15:11:12 +0100" endDate="2024-03-21 15:13:58 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-21 16:01:09 +0100" startDate="2024-03-21 15:50:56 +0100" endDate="2024-03-21 15:53:29 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-22 09:20:33 +0100" startDate="2024-03-22 09:09:30 +0100" endDate="2024-03-22 09:11:25 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-22 15:31:10 +0100" startDate="2024-03-22 15:00:35 +0100" endDate="2024-03-22 15:00:43 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-22 16:01:31 +0100" startDate="2024-03-22 15:43:56 +0100" endDate="2024-03-22 15:46:21 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-22 17:05:17 +0100" startDate="2024-03-22 16:54:14 +0100" endDate="2024-03-22 16:54:16 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-22 17:21:20 +0100" startDate="2024-03-22 17:10:17 +0100" endDate="2024-03-22 17:18:36 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-22 17:50:17 +0100" startDate="2024-03-22 17:39:14 +0100" endDate="2024-03-22 17:39:19 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 08:13:42 +0100" startDate="2024-03-23 08:02:40 +0100" endDate="2024-03-23 08:03:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 08:38:54 +0100" startDate="2024-03-23 08:26:53 +0100" endDate="2024-03-23 08:26:58 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 08:52:17 +0100" startDate="2024-03-23 08:38:45 +0100" endDate="2024-03-23 08:38:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 09:05:51 +0100" startDate="2024-03-23 08:54:59 +0100" endDate="2024-03-23 08:56:36 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 09:22:58 +0100" startDate="2024-03-23 09:05:43 +0100" endDate="2024-03-23 09:12:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 09:26:47 +0100" startDate="2024-03-23 09:16:11 +0100" endDate="2024-03-23 09:16:13 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 09:41:38 +0100" startDate="2024-03-23 09:28:29 +0100" endDate="2024-03-23 09:28:31 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 09:58:57 +0100" startDate="2024-03-23 09:47:43 +0100" endDate="2024-03-23 09:47:48 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 10:09:15 +0100" startDate="2024-03-23 09:58:02 +0100" endDate="2024-03-23 10:07:20 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 10:26:38 +0100" startDate="2024-03-23 10:08:34 +0100" endDate="2024-03-23 10:13:16 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 11:35:27 +0100" startDate="2024-03-23 11:24:24 +0100" endDate="2024-03-23 11:34:20 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 11:45:33 +0100" startDate="2024-03-23 11:34:31 +0100" endDate="2024-03-23 11:43:00 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 11:59:24 +0100" startDate="2024-03-23 11:48:21 +0100" endDate="2024-03-23 11:48:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 18:07:55 +0100" startDate="2024-03-23 17:56:52 +0100" endDate="2024-03-23 17:56:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-23 21:55:42 +0100" startDate="2024-03-23 21:40:58 +0100" endDate="2024-03-23 21:47:30 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 06:51:25 +0100" startDate="2024-03-24 06:37:20 +0100" endDate="2024-03-24 06:42:18 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 07:05:04 +0100" startDate="2024-03-24 06:49:45 +0100" endDate="2024-03-24 06:49:57 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 08:39:27 +0100" startDate="2024-03-24 08:26:53 +0100" endDate="2024-03-24 08:36:54 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 08:49:31 +0100" startDate="2024-03-24 08:36:54 +0100" endDate="2024-03-24 08:39:17 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 09:16:40 +0100" startDate="2024-03-24 09:01:56 +0100" endDate="2024-03-24 09:03:59 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 10:07:39 +0100" startDate="2024-03-24 09:52:30 +0100" endDate="2024-03-24 10:00:06 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 11:27:55 +0100" startDate="2024-03-24 11:14:28 +0100" endDate="2024-03-24 11:15:29 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 11:44:54 +0100" startDate="2024-03-24 11:27:55 +0100" endDate="2024-03-24 11:32:21 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 12:08:22 +0100" startDate="2024-03-24 11:56:23 +0100" endDate="2024-03-24 11:57:42 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 14:32:00 +0100" startDate="2024-03-24 14:13:19 +0100" endDate="2024-03-24 14:17:34 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 15:37:24 +0100" startDate="2024-03-24 15:21:11 +0100" endDate="2024-03-24 15:21:39 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 15:52:45 +0100" startDate="2024-03-24 15:36:11 +0100" endDate="2024-03-24 15:36:42 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 16:46:04 +0100" startDate="2024-03-24 16:34:55 +0100" endDate="2024-03-24 16:44:23 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 17:00:29 +0100" startDate="2024-03-24 16:44:56 +0100" endDate="2024-03-24 16:46:18 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 18:02:09 +0100" startDate="2024-03-24 17:47:39 +0100" endDate="2024-03-24 17:52:17 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 18:27:27 +0100" startDate="2024-03-24 18:17:19 +0100" endDate="2024-03-24 18:23:21 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 18:41:39 +0100" startDate="2024-03-24 18:30:13 +0100" endDate="2024-03-24 18:35:01 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 18:54:55 +0100" startDate="2024-03-24 18:43:13 +0100" endDate="2024-03-24 18:50:49 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 19:08:48 +0100" startDate="2024-03-24 18:55:29 +0100" endDate="2024-03-24 18:55:37 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 21:55:11 +0100" startDate="2024-03-24 21:43:37 +0100" endDate="2024-03-24 21:49:19 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-24 22:05:02 +0100" startDate="2024-03-24 21:53:59 +0100" endDate="2024-03-24 21:59:05 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 03:55:31 +0100" startDate="2024-03-25 03:45:23 +0100" endDate="2024-03-25 03:46:11 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 04:39:31 +0100" startDate="2024-03-25 04:29:18 +0100" endDate="2024-03-25 04:29:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 06:38:29 +0100" startDate="2024-03-25 06:28:24 +0100" endDate="2024-03-25 06:34:28 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 06:54:59 +0100" startDate="2024-03-25 06:44:27 +0100" endDate="2024-03-25 06:54:25 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 07:06:01 +0100" startDate="2024-03-25 06:54:25 +0100" endDate="2024-03-25 07:02:17 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 07:17:26 +0100" startDate="2024-03-25 07:05:28 +0100" endDate="2024-03-25 07:15:24 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 07:28:27 +0100" startDate="2024-03-25 07:17:23 +0100" endDate="2024-03-25 07:22:52 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 08:18:18 +0100" startDate="2024-03-25 08:03:42 +0100" endDate="2024-03-25 08:08:43 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 09:18:23 +0100" startDate="2024-03-25 09:04:21 +0100" endDate="2024-03-25 09:11:08 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 09:27:04 +0100" startDate="2024-03-25 09:15:59 +0100" endDate="2024-03-25 09:16:01 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 09:59:58 +0100" startDate="2024-03-25 09:48:55 +0100" endDate="2024-03-25 09:53:04 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 10:20:38 +0100" startDate="2024-03-25 10:06:17 +0100" endDate="2024-03-25 10:07:00 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 12:09:28 +0100" startDate="2024-03-25 11:57:02 +0100" endDate="2024-03-25 12:02:00 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 12:37:12 +0100" startDate="2024-03-25 12:24:51 +0100" endDate="2024-03-25 12:34:04 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 12:49:45 +0100" startDate="2024-03-25 12:37:31 +0100" endDate="2024-03-25 12:45:43 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 13:05:50 +0100" startDate="2024-03-25 12:49:29 +0100" endDate="2024-03-25 12:50:36 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 13:11:43 +0100" startDate="2024-03-25 13:01:04 +0100" endDate="2024-03-25 13:01:48 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 13:27:07 +0100" startDate="2024-03-25 13:16:05 +0100" endDate="2024-03-25 13:24:39 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 13:40:17 +0100" startDate="2024-03-25 13:29:14 +0100" endDate="2024-03-25 13:36:25 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 13:54:50 +0100" startDate="2024-03-25 13:42:56 +0100" endDate="2024-03-25 13:43:01 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 14:12:48 +0100" startDate="2024-03-25 13:55:08 +0100" endDate="2024-03-25 14:05:09 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 14:18:52 +0100" startDate="2024-03-25 14:05:09 +0100" endDate="2024-03-25 14:14:12 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 14:31:02 +0100" startDate="2024-03-25 14:15:41 +0100" endDate="2024-03-25 14:25:40 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 14:44:54 +0100" startDate="2024-03-25 14:25:40 +0100" endDate="2024-03-25 14:35:41 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 14:46:28 +0100" startDate="2024-03-25 14:35:41 +0100" endDate="2024-03-25 14:44:13 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 14:57:20 +0100" startDate="2024-03-25 14:46:18 +0100" endDate="2024-03-25 14:53:23 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 15:21:53 +0100" startDate="2024-03-25 15:03:09 +0100" endDate="2024-03-25 15:03:47 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 15:27:55 +0100" startDate="2024-03-25 15:17:05 +0100" endDate="2024-03-25 15:24:20 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 15:36:09 +0100" startDate="2024-03-25 15:25:06 +0100" endDate="2024-03-25 15:31:03 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 17:11:20 +0100" startDate="2024-03-25 17:01:14 +0100" endDate="2024-03-25 17:10:04 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 17:26:20 +0100" startDate="2024-03-25 17:12:01 +0100" endDate="2024-03-25 17:16:11 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 17:34:45 +0100" startDate="2024-03-25 17:23:42 +0100" endDate="2024-03-25 17:33:40 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 18:03:26 +0100" startDate="2024-03-25 17:52:23 +0100" endDate="2024-03-25 17:56:58 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 21:04:37 +0100" startDate="2024-03-25 20:53:29 +0100" endDate="2024-03-25 21:02:17 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 21:15:25 +0100" startDate="2024-03-25 21:02:45 +0100" endDate="2024-03-25 21:11:46 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 21:32:19 +0100" startDate="2024-03-25 21:12:57 +0100" endDate="2024-03-25 21:13:28 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-25 22:37:31 +0100" startDate="2024-03-25 22:26:29 +0100" endDate="2024-03-25 22:29:29 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 10:39:01 +0100" startDate="2024-03-26 10:26:28 +0100" endDate="2024-03-26 10:36:22 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 11:13:52 +0100" startDate="2024-03-26 10:55:31 +0100" endDate="2024-03-26 10:55:44 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 12:15:59 +0100" startDate="2024-03-26 11:57:15 +0100" endDate="2024-03-26 11:58:32 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 13:07:21 +0100" startDate="2024-03-26 12:57:07 +0100" endDate="2024-03-26 13:07:07 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 13:18:10 +0100" startDate="2024-03-26 13:07:07 +0100" endDate="2024-03-26 13:08:52 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 13:37:12 +0100" startDate="2024-03-26 13:25:48 +0100" endDate="2024-03-26 13:33:35 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 14:21:04 +0100" startDate="2024-03-26 13:56:57 +0100" endDate="2024-03-26 13:57:05 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 16:29:46 +0100" startDate="2024-03-26 16:18:27 +0100" endDate="2024-03-26 16:22:57 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 16:53:04 +0100" startDate="2024-03-26 16:38:14 +0100" endDate="2024-03-26 16:48:13 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 17:01:40 +0100" startDate="2024-03-26 16:48:13 +0100" endDate="2024-03-26 16:58:14 +0100" value="978"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 17:12:08 +0100" startDate="2024-03-26 16:58:14 +0100" endDate="2024-03-26 17:08:10 +0100" value="945"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 17:20:44 +0100" startDate="2024-03-26 17:08:31 +0100" endDate="2024-03-26 17:18:32 +0100" value="1012"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 17:30:08 +0100" startDate="2024-03-26 17:18:32 +0100" endDate="2024-03-26 17:28:30 +0100" value="820"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 17:43:29 +0100" startDate="2024-03-26 17:28:30 +0100" endDate="2024-03-26 17:38:31 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 17:53:51 +0100" startDate="2024-03-26 17:38:31 +0100" endDate="2024-03-26 17:47:49 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 17:59:51 +0100" startDate="2024-03-26 17:48:52 +0100" endDate="2024-03-26 17:57:09 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 18:11:32 +0100" startDate="2024-03-26 17:57:09 +0100" endDate="2024-03-26 18:07:10 +0100" value="1055"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 18:19:30 +0100" startDate="2024-03-26 18:07:10 +0100" endDate="2024-03-26 18:13:32 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 18:24:35 +0100" startDate="2024-03-26 18:13:32 +0100" endDate="2024-03-26 18:17:59 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 18:42:30 +0100" startDate="2024-03-26 18:27:43 +0100" endDate="2024-03-26 18:34:22 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 18:54:23 +0100" startDate="2024-03-26 18:39:26 +0100" endDate="2024-03-26 18:41:59 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 19:08:11 +0100" startDate="2024-03-26 18:57:17 +0100" endDate="2024-03-26 19:04:38 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-26 19:33:45 +0100" startDate="2024-03-26 19:22:43 +0100" endDate="2024-03-26 19:23:03 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 06:56:00 +0100" startDate="2024-03-27 06:44:57 +0100" endDate="2024-03-27 06:45:05 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 08:41:34 +0100" startDate="2024-03-27 08:27:45 +0100" endDate="2024-03-27 08:31:44 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 12:00:19 +0100" startDate="2024-03-27 11:50:06 +0100" endDate="2024-03-27 11:50:16 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 12:12:22 +0100" startDate="2024-03-27 12:01:46 +0100" endDate="2024-03-27 12:02:14 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 12:26:15 +0100" startDate="2024-03-27 12:15:30 +0100" endDate="2024-03-27 12:18:43 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 12:39:59 +0100" startDate="2024-03-27 12:29:17 +0100" endDate="2024-03-27 12:29:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 12:52:06 +0100" startDate="2024-03-27 12:41:03 +0100" endDate="2024-03-27 12:48:22 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 14:23:00 +0100" startDate="2024-03-27 14:03:31 +0100" endDate="2024-03-27 14:07:01 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 14:43:07 +0100" startDate="2024-03-27 14:29:35 +0100" endDate="2024-03-27 14:35:52 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 15:03:12 +0100" startDate="2024-03-27 14:50:07 +0100" endDate="2024-03-27 14:53:13 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 15:22:24 +0100" startDate="2024-03-27 15:09:43 +0100" endDate="2024-03-27 15:19:44 +0100" value="986"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 15:33:32 +0100" startDate="2024-03-27 15:19:44 +0100" endDate="2024-03-27 15:29:45 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 15:43:53 +0100" startDate="2024-03-27 15:29:45 +0100" endDate="2024-03-27 15:39:46 +0100" value="1078"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 15:54:13 +0100" startDate="2024-03-27 15:39:46 +0100" endDate="2024-03-27 15:49:47 +0100" value="1034"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 16:01:32 +0100" startDate="2024-03-27 15:49:47 +0100" endDate="2024-03-27 15:59:48 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 16:13:29 +0100" startDate="2024-03-27 15:59:48 +0100" endDate="2024-03-27 16:09:49 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 16:21:07 +0100" startDate="2024-03-27 16:09:49 +0100" endDate="2024-03-27 16:13:10 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 16:30:40 +0100" startDate="2024-03-27 16:20:16 +0100" endDate="2024-03-27 16:30:17 +0100" value="711"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 16:40:50 +0100" startDate="2024-03-27 16:30:17 +0100" endDate="2024-03-27 16:40:12 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 16:52:16 +0100" startDate="2024-03-27 16:40:18 +0100" endDate="2024-03-27 16:50:03 +0100" value="1041"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 17:01:41 +0100" startDate="2024-03-27 16:50:21 +0100" endDate="2024-03-27 17:00:22 +0100" value="1085"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 17:11:47 +0100" startDate="2024-03-27 17:00:22 +0100" endDate="2024-03-27 17:09:53 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 17:21:26 +0100" startDate="2024-03-27 17:10:23 +0100" endDate="2024-03-27 17:15:31 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 17:49:58 +0100" startDate="2024-03-27 17:38:55 +0100" endDate="2024-03-27 17:46:35 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 18:00:43 +0100" startDate="2024-03-27 17:50:29 +0100" endDate="2024-03-27 18:00:08 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 18:17:45 +0100" startDate="2024-03-27 18:01:01 +0100" endDate="2024-03-27 18:02:38 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 18:39:38 +0100" startDate="2024-03-27 18:20:07 +0100" endDate="2024-03-27 18:21:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 18:56:20 +0100" startDate="2024-03-27 18:45:18 +0100" endDate="2024-03-27 18:49:20 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 21:39:57 +0100" startDate="2024-03-27 21:27:27 +0100" endDate="2024-03-27 21:32:00 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-27 21:58:26 +0100" startDate="2024-03-27 21:46:05 +0100" endDate="2024-03-27 21:46:10 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 07:30:50 +0100" startDate="2024-03-28 07:18:15 +0100" endDate="2024-03-28 07:18:26 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 10:38:38 +0100" startDate="2024-03-28 10:21:53 +0100" endDate="2024-03-28 10:21:56 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 11:14:50 +0100" startDate="2024-03-28 11:03:47 +0100" endDate="2024-03-28 11:11:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 11:30:50 +0100" startDate="2024-03-28 11:20:06 +0100" endDate="2024-03-28 11:23:50 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 12:32:01 +0100" startDate="2024-03-28 12:20:42 +0100" endDate="2024-03-28 12:30:43 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 12:47:19 +0100" startDate="2024-03-28 12:30:43 +0100" endDate="2024-03-28 12:39:20 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 12:56:23 +0100" startDate="2024-03-28 12:45:37 +0100" endDate="2024-03-28 12:53:21 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 13:07:30 +0100" startDate="2024-03-28 12:56:27 +0100" endDate="2024-03-28 13:06:18 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 13:19:41 +0100" startDate="2024-03-28 13:06:36 +0100" endDate="2024-03-28 13:16:19 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 13:33:15 +0100" startDate="2024-03-28 13:17:20 +0100" endDate="2024-03-28 13:27:21 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 13:38:11 +0100" startDate="2024-03-28 13:27:21 +0100" endDate="2024-03-28 13:33:12 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 13:49:38 +0100" startDate="2024-03-28 13:38:52 +0100" endDate="2024-03-28 13:39:07 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 14:11:59 +0100" startDate="2024-03-28 13:51:01 +0100" endDate="2024-03-28 13:52:22 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 14:27:19 +0100" startDate="2024-03-28 14:11:16 +0100" endDate="2024-03-28 14:21:17 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 14:36:57 +0100" startDate="2024-03-28 14:21:17 +0100" endDate="2024-03-28 14:25:54 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 15:39:47 +0100" startDate="2024-03-28 15:26:17 +0100" endDate="2024-03-28 15:35:06 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 16:04:53 +0100" startDate="2024-03-28 15:47:54 +0100" endDate="2024-03-28 15:47:56 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 16:19:55 +0100" startDate="2024-03-28 16:03:03 +0100" endDate="2024-03-28 16:07:53 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 16:30:58 +0100" startDate="2024-03-28 16:16:58 +0100" endDate="2024-03-28 16:17:01 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 16:45:47 +0100" startDate="2024-03-28 16:34:45 +0100" endDate="2024-03-28 16:41:30 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 17:53:22 +0100" startDate="2024-03-28 17:40:35 +0100" endDate="2024-03-28 17:50:34 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 18:08:06 +0100" startDate="2024-03-28 17:50:34 +0100" endDate="2024-03-28 17:58:27 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 18:15:02 +0100" startDate="2024-03-28 18:01:50 +0100" endDate="2024-03-28 18:05:37 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 18:27:35 +0100" startDate="2024-03-28 18:13:39 +0100" endDate="2024-03-28 18:23:38 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 18:36:20 +0100" startDate="2024-03-28 18:23:38 +0100" endDate="2024-03-28 18:28:16 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 18:46:27 +0100" startDate="2024-03-28 18:33:45 +0100" endDate="2024-03-28 18:42:29 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 18:57:34 +0100" startDate="2024-03-28 18:46:16 +0100" endDate="2024-03-28 18:55:01 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 19:18:11 +0100" startDate="2024-03-28 19:00:55 +0100" endDate="2024-03-28 19:03:25 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 19:39:03 +0100" startDate="2024-03-28 19:23:45 +0100" endDate="2024-03-28 19:33:15 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-28 19:55:00 +0100" startDate="2024-03-28 19:35:40 +0100" endDate="2024-03-28 19:44:06 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 04:44:56 +0100" endDate="2024-03-29 04:44:58 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 07:24:06 +0100" endDate="2024-03-29 07:30:07 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 10:10:28 +0100" endDate="2024-03-29 10:13:54 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 10:20:51 +0100" endDate="2024-03-29 10:30:47 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 10:30:54 +0100" endDate="2024-03-29 10:40:55 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 10:40:55 +0100" endDate="2024-03-29 10:50:23 +0100" value="524"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 10:50:59 +0100" endDate="2024-03-29 11:01:00 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 11:01:00 +0100" endDate="2024-03-29 11:08:05 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 11:13:03 +0100" endDate="2024-03-29 11:15:43 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 11:15:43 +0100" endDate="2024-03-29 11:25:11 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 11:25:55 +0100" endDate="2024-03-29 11:34:24 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 12:04:29 +0100" endDate="2024-03-29 12:14:23 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 12:14:33 +0100" endDate="2024-03-29 12:24:34 +0100" value="880"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 12:24:34 +0100" endDate="2024-03-29 12:33:49 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 12:35:56 +0100" endDate="2024-03-29 12:44:59 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 12:46:08 +0100" endDate="2024-03-29 12:56:09 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 12:56:09 +0100" endDate="2024-03-29 13:06:10 +0100" value="1071"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 13:06:10 +0100" endDate="2024-03-29 13:15:30 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 13:33:05 +0100" endDate="2024-03-29 13:33:07 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 14:00:45 +0100" endDate="2024-03-29 14:09:38 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 14:28:36 +0100" endDate="2024-03-29 14:30:13 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:54:21 +0100" startDate="2024-03-29 14:41:06 +0100" endDate="2024-03-29 14:43:23 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 15:55:31 +0100" startDate="2024-03-29 15:53:16 +0100" endDate="2024-03-29 15:53:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 16:08:01 +0100" startDate="2024-03-29 15:56:52 +0100" endDate="2024-03-29 16:06:51 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 16:19:42 +0100" startDate="2024-03-29 16:06:51 +0100" endDate="2024-03-29 16:16:17 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 16:40:24 +0100" startDate="2024-03-29 16:16:17 +0100" endDate="2024-03-29 16:26:18 +0100" value="1050"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 16:40:24 +0100" startDate="2024-03-29 16:26:18 +0100" endDate="2024-03-29 16:30:30 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 16:44:20 +0100" startDate="2024-03-29 16:30:30 +0100" endDate="2024-03-29 16:40:31 +0100" value="1043"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 16:51:33 +0100" startDate="2024-03-29 16:40:31 +0100" endDate="2024-03-29 16:49:26 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 17:07:05 +0100" startDate="2024-03-29 16:51:08 +0100" endDate="2024-03-29 17:01:07 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 17:16:56 +0100" startDate="2024-03-29 17:01:07 +0100" endDate="2024-03-29 17:11:06 +0100" value="631"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 17:22:10 +0100" startDate="2024-03-29 17:11:06 +0100" endDate="2024-03-29 17:21:05 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 17:33:56 +0100" startDate="2024-03-29 17:21:05 +0100" endDate="2024-03-29 17:31:06 +0100" value="1043"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 17:48:29 +0100" startDate="2024-03-29 17:31:06 +0100" endDate="2024-03-29 17:41:07 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 17:52:15 +0100" startDate="2024-03-29 17:41:07 +0100" endDate="2024-03-29 17:51:08 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 18:09:54 +0100" startDate="2024-03-29 17:51:08 +0100" endDate="2024-03-29 18:01:09 +0100" value="1096"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 18:20:42 +0100" startDate="2024-03-29 18:01:09 +0100" endDate="2024-03-29 18:05:00 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 18:31:28 +0100" startDate="2024-03-29 18:18:58 +0100" endDate="2024-03-29 18:19:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 18:58:35 +0100" startDate="2024-03-29 18:43:39 +0100" endDate="2024-03-29 18:47:03 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 19:09:51 +0100" startDate="2024-03-29 18:53:55 +0100" endDate="2024-03-29 19:02:42 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 19:15:10 +0100" startDate="2024-03-29 19:04:04 +0100" endDate="2024-03-29 19:07:00 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 19:25:22 +0100" startDate="2024-03-29 19:15:17 +0100" endDate="2024-03-29 19:18:17 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-29 20:44:34 +0100" startDate="2024-03-29 20:34:29 +0100" endDate="2024-03-29 20:38:11 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 10:22:28 +0100" startDate="2024-03-30 10:07:51 +0100" endDate="2024-03-30 10:17:51 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 10:38:25 +0100" startDate="2024-03-30 10:17:51 +0100" endDate="2024-03-30 10:27:35 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 10:38:46 +0100" startDate="2024-03-30 10:28:43 +0100" endDate="2024-03-30 10:38:14 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 10:59:33 +0100" startDate="2024-03-30 10:39:25 +0100" endDate="2024-03-30 10:48:00 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 11:18:05 +0100" startDate="2024-03-30 10:59:48 +0100" endDate="2024-03-30 11:08:04 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 11:20:56 +0100" startDate="2024-03-30 11:09:54 +0100" endDate="2024-03-30 11:17:57 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 14:36:28 +0100" startDate="2024-03-30 14:20:36 +0100" endDate="2024-03-30 14:30:33 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 14:42:06 +0100" startDate="2024-03-30 14:31:03 +0100" endDate="2024-03-30 14:38:14 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 14:54:33 +0100" startDate="2024-03-30 14:43:55 +0100" endDate="2024-03-30 14:52:24 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 15:06:51 +0100" startDate="2024-03-30 14:55:20 +0100" endDate="2024-03-30 15:04:40 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 15:20:44 +0100" startDate="2024-03-30 15:09:41 +0100" endDate="2024-03-30 15:19:40 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 15:33:36 +0100" startDate="2024-03-30 15:20:10 +0100" endDate="2024-03-30 15:29:00 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 15:44:59 +0100" startDate="2024-03-30 15:32:50 +0100" endDate="2024-03-30 15:40:49 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 16:03:26 +0100" startDate="2024-03-30 15:43:58 +0100" endDate="2024-03-30 15:50:46 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 16:24:39 +0100" startDate="2024-03-30 16:13:36 +0100" endDate="2024-03-30 16:23:19 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-30 22:05:39 +0100" startDate="2024-03-30 21:54:36 +0100" endDate="2024-03-30 22:03:06 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-31 08:40:20 +0100" startDate="2024-03-31 08:30:07 +0100" endDate="2024-03-31 08:39:55 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-31 08:56:49 +0100" startDate="2024-03-31 08:43:01 +0100" endDate="2024-03-31 08:43:21 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-31 14:32:44 +0100" startDate="2024-03-31 14:18:34 +0100" endDate="2024-03-31 14:28:27 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-31 14:41:31 +0100" startDate="2024-03-31 14:30:27 +0100" endDate="2024-03-31 14:31:43 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-31 16:06:13 +0100" startDate="2024-03-31 15:55:10 +0100" endDate="2024-03-31 15:55:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-03-31 21:28:48 +0100" startDate="2024-03-31 21:17:45 +0100" endDate="2024-03-31 21:21:01 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 00:54:00 +0100" startDate="2024-04-01 00:43:47 +0100" endDate="2024-04-01 00:43:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 05:32:04 +0100" startDate="2024-04-01 05:19:02 +0100" endDate="2024-04-01 05:21:55 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 07:53:00 +0100" startDate="2024-04-01 07:41:22 +0100" endDate="2024-04-01 07:43:20 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 08:06:31 +0100" startDate="2024-04-01 07:53:03 +0100" endDate="2024-04-01 07:53:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 08:16:14 +0100" startDate="2024-04-01 08:04:00 +0100" endDate="2024-04-01 08:10:15 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 08:28:18 +0100" startDate="2024-04-01 08:16:11 +0100" endDate="2024-04-01 08:18:04 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 09:26:59 +0100" startDate="2024-04-01 09:16:05 +0100" endDate="2024-04-01 09:17:14 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 13:08:08 +0100" startDate="2024-04-01 12:56:39 +0100" endDate="2024-04-01 12:59:17 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 15:21:56 +0100" startDate="2024-04-01 15:01:51 +0100" endDate="2024-04-01 15:02:14 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 17:22:19 +0100" startDate="2024-04-01 17:10:36 +0100" endDate="2024-04-01 17:12:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 17:31:56 +0100" startDate="2024-04-01 17:20:53 +0100" endDate="2024-04-01 17:23:03 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 17:57:41 +0100" startDate="2024-04-01 17:43:58 +0100" endDate="2024-04-01 17:46:19 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 18:13:09 +0100" startDate="2024-04-01 18:02:06 +0100" endDate="2024-04-01 18:02:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 18:32:46 +0100" startDate="2024-04-01 18:22:16 +0100" endDate="2024-04-01 18:32:17 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 18:43:13 +0100" startDate="2024-04-01 18:32:17 +0100" endDate="2024-04-01 18:39:28 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 18:55:23 +0100" startDate="2024-04-01 18:43:24 +0100" endDate="2024-04-01 18:44:58 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 19:20:20 +0100" startDate="2024-04-01 19:07:06 +0100" endDate="2024-04-01 19:08:02 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-01 20:55:56 +0100" startDate="2024-04-01 20:45:48 +0100" endDate="2024-04-01 20:52:30 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 04:29:47 +0100" startDate="2024-04-02 04:14:11 +0100" endDate="2024-04-02 04:15:05 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 04:44:48 +0100" startDate="2024-04-02 04:33:45 +0100" endDate="2024-04-02 04:35:24 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 05:09:07 +0100" startDate="2024-04-02 04:58:12 +0100" endDate="2024-04-02 05:07:43 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 05:22:17 +0100" startDate="2024-04-02 05:08:18 +0100" endDate="2024-04-02 05:18:20 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 05:30:17 +0100" startDate="2024-04-02 05:18:20 +0100" endDate="2024-04-02 05:25:22 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 05:39:23 +0100" startDate="2024-04-02 05:28:21 +0100" endDate="2024-04-02 05:35:11 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 05:49:27 +0100" startDate="2024-04-02 05:38:24 +0100" endDate="2024-04-02 05:47:42 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 06:01:07 +0100" startDate="2024-04-02 05:50:05 +0100" endDate="2024-04-02 05:50:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 06:15:01 +0100" startDate="2024-04-02 06:02:06 +0100" endDate="2024-04-02 06:12:07 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 06:23:07 +0100" startDate="2024-04-02 06:12:07 +0100" endDate="2024-04-02 06:12:37 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 06:55:55 +0100" startDate="2024-04-02 06:41:34 +0100" endDate="2024-04-02 06:50:26 +0100" value="1024"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 07:01:34 +0100" startDate="2024-04-02 06:50:26 +0100" endDate="2024-04-02 07:00:25 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 07:12:31 +0100" startDate="2024-04-02 07:00:25 +0100" endDate="2024-04-02 07:05:00 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 09:13:37 +0100" startDate="2024-04-02 09:03:14 +0100" endDate="2024-04-02 09:04:13 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 09:25:19 +0100" startDate="2024-04-02 09:13:21 +0100" endDate="2024-04-02 09:14:40 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 11:02:05 +0100" startDate="2024-04-02 10:51:03 +0100" endDate="2024-04-02 11:01:04 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 11:11:51 +0100" startDate="2024-04-02 11:01:04 +0100" endDate="2024-04-02 11:04:56 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 11:27:18 +0100" startDate="2024-04-02 11:15:22 +0100" endDate="2024-04-02 11:18:56 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 13:02:00 +0100" startDate="2024-04-02 12:51:33 +0100" endDate="2024-04-02 12:56:10 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 14:49:55 +0100" startDate="2024-04-02 14:30:44 +0100" endDate="2024-04-02 14:40:45 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 14:54:20 +0100" startDate="2024-04-02 14:40:45 +0100" endDate="2024-04-02 14:50:46 +0100" value="1094"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 15:01:47 +0100" startDate="2024-04-02 14:50:46 +0100" endDate="2024-04-02 14:57:29 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 15:26:41 +0100" startDate="2024-04-02 15:11:47 +0100" endDate="2024-04-02 15:12:13 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 15:41:58 +0100" startDate="2024-04-02 15:28:10 +0100" endDate="2024-04-02 15:38:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 15:50:37 +0100" startDate="2024-04-02 15:38:09 +0100" endDate="2024-04-02 15:42:03 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 16:11:09 +0100" startDate="2024-04-02 16:00:04 +0100" endDate="2024-04-02 16:09:37 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 16:33:02 +0100" startDate="2024-04-02 16:20:34 +0100" endDate="2024-04-02 16:21:56 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 16:50:00 +0100" startDate="2024-04-02 16:38:45 +0100" endDate="2024-04-02 16:38:51 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 17:35:56 +0100" startDate="2024-04-02 17:21:30 +0100" endDate="2024-04-02 17:31:31 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 17:42:34 +0100" startDate="2024-04-02 17:31:31 +0100" endDate="2024-04-02 17:39:17 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 18:20:14 +0100" startDate="2024-04-02 18:09:11 +0100" endDate="2024-04-02 18:17:23 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 22:02:42 +0100" startDate="2024-04-02 21:52:37 +0100" endDate="2024-04-02 21:57:01 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-02 23:53:39 +0100" startDate="2024-04-02 23:42:36 +0100" endDate="2024-04-02 23:48:58 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 00:30:46 +0100" startDate="2024-04-03 00:20:01 +0100" endDate="2024-04-03 00:20:08 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 05:16:37 +0100" startDate="2024-04-03 05:06:20 +0100" endDate="2024-04-03 05:13:28 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 05:31:57 +0100" startDate="2024-04-03 05:20:54 +0100" endDate="2024-04-03 05:21:07 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 05:45:45 +0100" startDate="2024-04-03 05:35:32 +0100" endDate="2024-04-03 05:35:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 06:15:09 +0100" startDate="2024-04-03 06:03:14 +0100" endDate="2024-04-03 06:03:55 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 06:26:41 +0100" startDate="2024-04-03 06:15:38 +0100" endDate="2024-04-03 06:22:53 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 08:03:45 +0100" startDate="2024-04-03 07:50:57 +0100" endDate="2024-04-03 07:59:32 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 08:15:49 +0100" startDate="2024-04-03 08:00:59 +0100" endDate="2024-04-03 08:01:39 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 08:22:03 +0100" startDate="2024-04-03 08:11:02 +0100" endDate="2024-04-03 08:15:50 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 09:34:51 +0100" startDate="2024-04-03 09:24:10 +0100" endDate="2024-04-03 09:33:28 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 09:47:03 +0100" startDate="2024-04-03 09:34:37 +0100" endDate="2024-04-03 09:34:52 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 10:28:11 +0100" startDate="2024-04-03 10:18:06 +0100" endDate="2024-04-03 10:24:31 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 10:38:43 +0100" startDate="2024-04-03 10:28:07 +0100" endDate="2024-04-03 10:38:01 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 11:07:51 +0100" startDate="2024-04-03 10:54:16 +0100" endDate="2024-04-03 11:04:14 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 11:15:58 +0100" startDate="2024-04-03 11:05:33 +0100" endDate="2024-04-03 11:07:05 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 12:00:25 +0100" startDate="2024-04-03 11:50:17 +0100" endDate="2024-04-03 11:56:39 +0100" value="620"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 12:14:17 +0100" startDate="2024-04-03 12:04:09 +0100" endDate="2024-04-03 12:10:24 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 14:04:43 +0100" startDate="2024-04-03 13:48:32 +0100" endDate="2024-04-03 13:49:03 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 15:40:51 +0100" startDate="2024-04-03 15:28:16 +0100" endDate="2024-04-03 15:31:39 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 17:04:33 +0100" startDate="2024-04-03 16:53:00 +0100" endDate="2024-04-03 17:01:15 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 17:15:32 +0100" startDate="2024-04-03 17:05:09 +0100" endDate="2024-04-03 17:08:43 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 20:02:38 +0100" startDate="2024-04-03 19:17:42 +0100" endDate="2024-04-03 19:18:23 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 20:20:32 +0100" startDate="2024-04-03 20:09:29 +0100" endDate="2024-04-03 20:13:13 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-03 22:12:29 +0100" startDate="2024-04-03 22:02:24 +0100" endDate="2024-04-03 22:04:08 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 06:11:46 +0100" startDate="2024-04-04 06:00:43 +0100" endDate="2024-04-04 06:00:53 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 06:34:04 +0100" startDate="2024-04-04 06:23:45 +0100" endDate="2024-04-04 06:33:46 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 06:44:51 +0100" startDate="2024-04-04 06:33:48 +0100" endDate="2024-04-04 06:40:18 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 07:26:15 +0100" startDate="2024-04-04 07:15:12 +0100" endDate="2024-04-04 07:15:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 08:08:19 +0100" startDate="2024-04-04 07:57:16 +0100" endDate="2024-04-04 07:59:31 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 08:37:01 +0100" startDate="2024-04-04 08:23:42 +0100" endDate="2024-04-04 08:27:56 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 09:05:28 +0100" startDate="2024-04-04 08:53:11 +0100" endDate="2024-04-04 09:01:23 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 10:44:54 +0100" startDate="2024-04-04 10:33:05 +0100" endDate="2024-04-04 10:42:36 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 10:55:40 +0100" startDate="2024-04-04 10:43:12 +0100" endDate="2024-04-04 10:43:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 11:08:50 +0100" startDate="2024-04-04 10:57:46 +0100" endDate="2024-04-04 11:06:54 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 11:32:15 +0100" startDate="2024-04-04 11:15:03 +0100" endDate="2024-04-04 11:17:29 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 11:50:57 +0100" startDate="2024-04-04 11:39:44 +0100" endDate="2024-04-04 11:40:06 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 12:50:11 +0100" startDate="2024-04-04 12:39:08 +0100" endDate="2024-04-04 12:46:21 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 13:14:33 +0100" startDate="2024-04-04 13:04:05 +0100" endDate="2024-04-04 13:13:52 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 13:25:57 +0100" startDate="2024-04-04 13:14:17 +0100" endDate="2024-04-04 13:18:19 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 15:05:34 +0100" startDate="2024-04-04 14:54:50 +0100" endDate="2024-04-04 15:04:41 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 15:29:57 +0100" startDate="2024-04-04 15:13:55 +0100" endDate="2024-04-04 15:13:58 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 16:15:41 +0100" startDate="2024-04-04 16:00:42 +0100" endDate="2024-04-04 16:04:29 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 16:22:27 +0100" startDate="2024-04-04 16:10:51 +0100" endDate="2024-04-04 16:20:50 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 16:31:52 +0100" startDate="2024-04-04 16:20:50 +0100" endDate="2024-04-04 16:21:28 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 16:44:20 +0100" startDate="2024-04-04 16:31:53 +0100" endDate="2024-04-04 16:32:31 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 17:56:39 +0100" startDate="2024-04-04 17:45:14 +0100" endDate="2024-04-04 17:51:21 +0100" value="404"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 18:18:26 +0100" startDate="2024-04-04 18:00:00 +0100" endDate="2024-04-04 18:00:26 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 18:33:05 +0100" startDate="2024-04-04 18:22:03 +0100" endDate="2024-04-04 18:23:12 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 19:13:22 +0100" startDate="2024-04-04 18:59:39 +0100" endDate="2024-04-04 19:00:19 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 20:42:08 +0100" startDate="2024-04-04 20:31:06 +0100" endDate="2024-04-04 20:35:20 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-04 23:12:09 +0100" startDate="2024-04-04 23:02:04 +0100" endDate="2024-04-04 23:06:47 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 04:45:50 +0100" startDate="2024-04-05 04:34:47 +0100" endDate="2024-04-05 04:34:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 05:11:01 +0100" startDate="2024-04-05 04:59:59 +0100" endDate="2024-04-05 05:07:09 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 05:29:57 +0100" startDate="2024-04-05 05:18:23 +0100" endDate="2024-04-05 05:23:51 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 06:45:26 +0100" startDate="2024-04-05 06:34:04 +0100" endDate="2024-04-05 06:36:19 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 06:54:21 +0100" startDate="2024-04-05 06:44:10 +0100" endDate="2024-04-05 06:49:54 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 07:27:10 +0100" startDate="2024-04-05 07:06:29 +0100" endDate="2024-04-05 07:11:19 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 07:44:55 +0100" startDate="2024-04-05 07:32:31 +0100" endDate="2024-04-05 07:42:32 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 07:52:44 +0100" startDate="2024-04-05 07:42:32 +0100" endDate="2024-04-05 07:52:33 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 08:05:29 +0100" startDate="2024-04-05 07:53:16 +0100" endDate="2024-04-05 08:02:55 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 08:49:21 +0100" startDate="2024-04-05 08:37:30 +0100" endDate="2024-04-05 08:37:35 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 09:09:43 +0100" startDate="2024-04-05 08:58:40 +0100" endDate="2024-04-05 09:04:58 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 09:24:49 +0100" startDate="2024-04-05 09:09:18 +0100" endDate="2024-04-05 09:16:04 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 09:31:54 +0100" startDate="2024-04-05 09:20:00 +0100" endDate="2024-04-05 09:29:59 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 09:40:04 +0100" startDate="2024-04-05 09:29:59 +0100" endDate="2024-04-05 09:36:29 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 09:50:33 +0100" startDate="2024-04-05 09:40:11 +0100" endDate="2024-04-05 09:48:54 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 10:06:06 +0100" startDate="2024-04-05 09:53:37 +0100" endDate="2024-04-05 10:01:44 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 10:18:31 +0100" startDate="2024-04-05 10:05:47 +0100" endDate="2024-04-05 10:15:34 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 10:27:44 +0100" startDate="2024-04-05 10:16:07 +0100" endDate="2024-04-05 10:19:41 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 11:41:03 +0100" startDate="2024-04-05 11:30:03 +0100" endDate="2024-04-05 11:30:21 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 11:55:25 +0100" startDate="2024-04-05 11:45:12 +0100" endDate="2024-04-05 11:51:57 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 12:06:38 +0100" startDate="2024-04-05 11:56:30 +0100" endDate="2024-04-05 12:04:26 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 13:27:04 +0100" startDate="2024-04-05 13:14:15 +0100" endDate="2024-04-05 13:21:21 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-05 13:38:25 +0100" startDate="2024-04-05 13:26:50 +0100" endDate="2024-04-05 13:34:39 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 08:48:18 +0100" startDate="2024-04-06 08:29:48 +0100" endDate="2024-04-06 08:30:13 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 10:39:35 +0100" startDate="2024-04-06 10:28:10 +0100" endDate="2024-04-06 10:37:07 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 10:57:41 +0100" startDate="2024-04-06 10:46:39 +0100" endDate="2024-04-06 10:51:29 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 16:12:25 +0100" startDate="2024-04-06 15:59:47 +0100" endDate="2024-04-06 16:04:47 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 16:29:22 +0100" startDate="2024-04-06 16:12:41 +0100" endDate="2024-04-06 16:20:10 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 16:48:09 +0100" startDate="2024-04-06 16:28:45 +0100" endDate="2024-04-06 16:37:20 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 16:56:02 +0100" startDate="2024-04-06 16:40:08 +0100" endDate="2024-04-06 16:45:01 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 17:54:31 +0100" startDate="2024-04-06 17:35:54 +0100" endDate="2024-04-06 17:35:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 18:01:31 +0100" startDate="2024-04-06 17:48:56 +0100" endDate="2024-04-06 17:51:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 18:11:52 +0100" startDate="2024-04-06 18:01:28 +0100" endDate="2024-04-06 18:03:27 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 18:37:17 +0100" startDate="2024-04-06 18:16:17 +0100" endDate="2024-04-06 18:16:22 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 19:13:50 +0100" startDate="2024-04-06 18:58:51 +0100" endDate="2024-04-06 19:07:24 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 19:23:47 +0100" startDate="2024-04-06 19:12:27 +0100" endDate="2024-04-06 19:22:27 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 19:34:48 +0100" startDate="2024-04-06 19:22:32 +0100" endDate="2024-04-06 19:25:16 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 19:49:33 +0100" startDate="2024-04-06 19:38:30 +0100" endDate="2024-04-06 19:41:49 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 21:32:50 +0100" startDate="2024-04-06 21:18:03 +0100" endDate="2024-04-06 21:18:29 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-06 23:45:22 +0100" startDate="2024-04-06 23:34:37 +0100" endDate="2024-04-06 23:35:36 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-07 05:57:33 +0100" startDate="2024-04-07 05:46:30 +0100" endDate="2024-04-07 05:46:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-07 07:48:11 +0100" startDate="2024-04-07 07:37:58 +0100" endDate="2024-04-07 07:38:26 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.3.1, creation date:2024-02-26 22:56:31 +0000&gt;" unit="count" creationDate="2024-04-07 08:42:52 +0100" startDate="2024-04-07 08:32:45 +0100" endDate="2024-04-07 08:33:53 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-07 12:52:38 +0100" startDate="2024-04-07 12:38:25 +0100" endDate="2024-04-07 12:38:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-07 14:10:45 +0100" startDate="2024-04-07 13:59:43 +0100" endDate="2024-04-07 14:00:36 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-07 17:13:22 +0100" startDate="2024-04-07 16:51:47 +0100" endDate="2024-04-07 16:58:20 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-07 18:22:55 +0100" startDate="2024-04-07 18:11:00 +0100" endDate="2024-04-07 18:14:29 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-07 20:59:28 +0100" startDate="2024-04-07 20:49:20 +0100" endDate="2024-04-07 20:51:46 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-07 23:25:26 +0100" startDate="2024-04-07 23:10:09 +0100" endDate="2024-04-07 23:10:22 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 05:45:52 +0100" startDate="2024-04-08 05:34:49 +0100" endDate="2024-04-08 05:34:57 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 06:09:57 +0100" startDate="2024-04-08 05:59:49 +0100" endDate="2024-04-08 06:09:50 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 06:22:02 +0100" startDate="2024-04-08 06:09:50 +0100" endDate="2024-04-08 06:19:51 +0100" value="1116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 06:34:58 +0100" startDate="2024-04-08 06:19:51 +0100" endDate="2024-04-08 06:22:50 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 06:44:05 +0100" startDate="2024-04-08 06:30:00 +0100" endDate="2024-04-08 06:30:21 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 07:25:51 +0100" startDate="2024-04-08 07:14:48 +0100" endDate="2024-04-08 07:17:08 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 07:57:29 +0100" startDate="2024-04-08 07:41:51 +0100" endDate="2024-04-08 07:51:52 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 08:02:55 +0100" startDate="2024-04-08 07:51:52 +0100" endDate="2024-04-08 08:00:52 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 08:20:33 +0100" startDate="2024-04-08 08:09:09 +0100" endDate="2024-04-08 08:09:14 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 08:50:45 +0100" startDate="2024-04-08 08:38:20 +0100" endDate="2024-04-08 08:43:00 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 11:05:49 +0100" startDate="2024-04-08 10:53:03 +0100" endDate="2024-04-08 11:03:04 +0100" value="671"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 11:14:03 +0100" startDate="2024-04-08 11:03:04 +0100" endDate="2024-04-08 11:13:03 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 12:12:49 +0100" startDate="2024-04-08 11:13:03 +0100" endDate="2024-04-08 11:17:35 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 13:03:44 +0100" startDate="2024-04-08 12:52:42 +0100" endDate="2024-04-08 13:00:02 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 13:34:05 +0100" startDate="2024-04-08 13:16:19 +0100" endDate="2024-04-08 13:20:08 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 16:36:51 +0100" startDate="2024-04-08 16:24:45 +0100" endDate="2024-04-08 16:29:28 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 16:42:11 +0100" startDate="2024-04-08 16:29:28 +0100" endDate="2024-04-08 16:39:29 +0100" value="1027"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 16:50:32 +0100" startDate="2024-04-08 16:39:29 +0100" endDate="2024-04-08 16:41:41 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 17:08:12 +0100" startDate="2024-04-08 16:58:02 +0100" endDate="2024-04-08 16:58:30 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 17:32:19 +0100" startDate="2024-04-08 17:21:33 +0100" endDate="2024-04-08 17:21:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 18:29:52 +0100" startDate="2024-04-08 18:18:05 +0100" endDate="2024-04-08 18:25:54 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 18:40:53 +0100" startDate="2024-04-08 18:25:54 +0100" endDate="2024-04-08 18:35:27 +0100" value="757"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 18:48:18 +0100" startDate="2024-04-08 18:36:56 +0100" endDate="2024-04-08 18:41:13 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 20:00:30 +0100" startDate="2024-04-08 19:49:19 +0100" endDate="2024-04-08 19:49:45 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-08 21:09:33 +0100" startDate="2024-04-08 20:57:57 +0100" endDate="2024-04-08 21:02:00 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 00:47:41 +0100" startDate="2024-04-09 00:37:03 +0100" endDate="2024-04-09 00:37:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 04:48:40 +0100" startDate="2024-04-09 04:38:32 +0100" endDate="2024-04-09 04:38:48 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 05:10:21 +0100" startDate="2024-04-09 04:58:40 +0100" endDate="2024-04-09 05:07:38 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 05:22:18 +0100" startDate="2024-04-09 05:09:37 +0100" endDate="2024-04-09 05:19:39 +0100" value="1141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 05:30:41 +0100" startDate="2024-04-09 05:19:39 +0100" endDate="2024-04-09 05:22:52 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 05:40:50 +0100" startDate="2024-04-09 05:29:47 +0100" endDate="2024-04-09 05:30:05 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 05:53:01 +0100" startDate="2024-04-09 05:41:58 +0100" endDate="2024-04-09 05:42:03 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 06:26:14 +0100" startDate="2024-04-09 06:15:11 +0100" endDate="2024-04-09 06:16:55 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 06:38:27 +0100" startDate="2024-04-09 06:27:25 +0100" endDate="2024-04-09 06:27:27 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 06:55:46 +0100" startDate="2024-04-09 06:41:33 +0100" endDate="2024-04-09 06:51:34 +0100" value="1048"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 07:03:55 +0100" startDate="2024-04-09 06:51:34 +0100" endDate="2024-04-09 06:58:14 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 07:40:01 +0100" startDate="2024-04-09 07:28:59 +0100" endDate="2024-04-09 07:38:57 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 07:58:20 +0100" startDate="2024-04-09 07:39:00 +0100" endDate="2024-04-09 07:39:20 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 09:07:50 +0100" startDate="2024-04-09 08:56:40 +0100" endDate="2024-04-09 09:01:38 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 10:47:03 +0100" startDate="2024-04-09 10:35:40 +0100" endDate="2024-04-09 10:45:28 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 10:56:48 +0100" startDate="2024-04-09 10:45:46 +0100" endDate="2024-04-09 10:52:59 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 11:10:06 +0100" startDate="2024-04-09 10:59:10 +0100" endDate="2024-04-09 11:04:15 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 11:35:29 +0100" startDate="2024-04-09 11:16:29 +0100" endDate="2024-04-09 11:20:10 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 12:20:45 +0100" startDate="2024-04-09 12:08:23 +0100" endDate="2024-04-09 12:09:29 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 13:41:01 +0100" startDate="2024-04-09 13:28:49 +0100" endDate="2024-04-09 13:37:09 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 13:48:04 +0100" startDate="2024-04-09 13:37:09 +0100" endDate="2024-04-09 13:47:10 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 13:58:05 +0100" startDate="2024-04-09 13:47:22 +0100" endDate="2024-04-09 13:48:06 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 14:44:20 +0100" startDate="2024-04-09 14:34:10 +0100" endDate="2024-04-09 14:34:20 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 14:55:52 +0100" startDate="2024-04-09 14:44:50 +0100" endDate="2024-04-09 14:44:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 15:31:58 +0100" startDate="2024-04-09 15:20:12 +0100" endDate="2024-04-09 15:29:35 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 15:40:27 +0100" startDate="2024-04-09 15:29:35 +0100" endDate="2024-04-09 15:39:05 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 16:50:07 +0100" startDate="2024-04-09 16:39:54 +0100" endDate="2024-04-09 16:47:30 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 17:40:28 +0100" startDate="2024-04-09 17:29:25 +0100" endDate="2024-04-09 17:29:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 18:00:37 +0100" startDate="2024-04-09 17:49:34 +0100" endDate="2024-04-09 17:49:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 18:54:53 +0100" startDate="2024-04-09 18:43:51 +0100" endDate="2024-04-09 18:45:02 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 19:31:37 +0100" startDate="2024-04-09 19:19:28 +0100" endDate="2024-04-09 19:29:16 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-09 19:40:16 +0100" startDate="2024-04-09 19:29:57 +0100" endDate="2024-04-09 19:30:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 06:25:17 +0100" startDate="2024-04-10 06:12:22 +0100" endDate="2024-04-10 06:13:07 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 07:41:43 +0100" startDate="2024-04-10 07:30:40 +0100" endDate="2024-04-10 07:30:53 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 09:50:57 +0100" startDate="2024-04-10 09:36:22 +0100" endDate="2024-04-10 09:36:40 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 10:22:47 +0100" startDate="2024-04-10 10:08:05 +0100" endDate="2024-04-10 10:08:20 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 11:04:15 +0100" startDate="2024-04-10 10:54:00 +0100" endDate="2024-04-10 10:54:20 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 11:16:17 +0100" startDate="2024-04-10 11:05:15 +0100" endDate="2024-04-10 11:05:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 15:05:19 +0100" startDate="2024-04-10 14:44:43 +0100" endDate="2024-04-10 14:44:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 15:52:25 +0100" startDate="2024-04-10 15:41:03 +0100" endDate="2024-04-10 15:49:40 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 17:16:44 +0100" startDate="2024-04-10 17:05:07 +0100" endDate="2024-04-10 17:07:15 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 17:31:34 +0100" startDate="2024-04-10 17:15:49 +0100" endDate="2024-04-10 17:23:51 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 17:39:23 +0100" startDate="2024-04-10 17:28:20 +0100" endDate="2024-04-10 17:30:25 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 17:56:14 +0100" startDate="2024-04-10 17:45:08 +0100" endDate="2024-04-10 17:50:36 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 18:07:22 +0100" startDate="2024-04-10 17:55:22 +0100" endDate="2024-04-10 17:56:39 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 18:35:29 +0100" startDate="2024-04-10 18:16:52 +0100" endDate="2024-04-10 18:18:44 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 18:44:56 +0100" startDate="2024-04-10 18:28:24 +0100" endDate="2024-04-10 18:31:33 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 19:05:52 +0100" startDate="2024-04-10 18:47:39 +0100" endDate="2024-04-10 18:48:12 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 19:39:12 +0100" startDate="2024-04-10 19:24:42 +0100" endDate="2024-04-10 19:31:48 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 20:23:16 +0100" startDate="2024-04-10 20:10:13 +0100" endDate="2024-04-10 20:18:22 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-10 20:31:50 +0100" startDate="2024-04-10 20:20:48 +0100" endDate="2024-04-10 20:24:09 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 05:00:52 +0100" startDate="2024-04-11 04:44:59 +0100" endDate="2024-04-11 04:49:31 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 05:05:35 +0100" startDate="2024-04-11 04:55:23 +0100" endDate="2024-04-11 05:00:51 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 05:52:07 +0100" startDate="2024-04-11 05:41:56 +0100" endDate="2024-04-11 05:50:18 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 06:06:14 +0100" startDate="2024-04-11 05:52:15 +0100" endDate="2024-04-11 06:02:16 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 06:13:02 +0100" startDate="2024-04-11 06:02:16 +0100" endDate="2024-04-11 06:12:17 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 06:22:59 +0100" startDate="2024-04-11 06:12:17 +0100" endDate="2024-04-11 06:13:41 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 06:38:14 +0100" startDate="2024-04-11 06:27:12 +0100" endDate="2024-04-11 06:27:47 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 07:04:22 +0100" startDate="2024-04-11 06:53:44 +0100" endDate="2024-04-11 06:57:23 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 07:29:09 +0100" startDate="2024-04-11 07:18:06 +0100" endDate="2024-04-11 07:19:20 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 07:57:54 +0100" startDate="2024-04-11 07:47:06 +0100" endDate="2024-04-11 07:57:07 +0100" value="1089"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 08:14:13 +0100" startDate="2024-04-11 07:57:07 +0100" endDate="2024-04-11 08:06:35 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 09:05:21 +0100" startDate="2024-04-11 08:55:11 +0100" endDate="2024-04-11 09:04:31 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 10:17:18 +0100" startDate="2024-04-11 10:07:10 +0100" endDate="2024-04-11 10:17:09 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 10:31:53 +0100" startDate="2024-04-11 10:17:09 +0100" endDate="2024-04-11 10:18:46 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 10:45:01 +0100" startDate="2024-04-11 10:31:30 +0100" endDate="2024-04-11 10:36:54 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 11:12:25 +0100" startDate="2024-04-11 10:58:18 +0100" endDate="2024-04-11 11:01:09 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 11:33:00 +0100" startDate="2024-04-11 11:22:49 +0100" endDate="2024-04-11 11:32:51 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 11:45:53 +0100" startDate="2024-04-11 11:34:50 +0100" endDate="2024-04-11 11:44:51 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 11:56:25 +0100" startDate="2024-04-11 11:44:51 +0100" endDate="2024-04-11 11:45:19 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 12:11:05 +0100" startDate="2024-04-11 11:56:07 +0100" endDate="2024-04-11 11:59:00 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 13:26:37 +0100" startDate="2024-04-11 13:11:22 +0100" endDate="2024-04-11 13:13:12 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 13:39:21 +0100" startDate="2024-04-11 13:26:30 +0100" endDate="2024-04-11 13:30:39 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 14:41:19 +0100" startDate="2024-04-11 14:26:19 +0100" endDate="2024-04-11 14:32:28 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 15:09:42 +0100" startDate="2024-04-11 14:56:11 +0100" endDate="2024-04-11 15:06:12 +0100" value="1028"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 15:16:22 +0100" startDate="2024-04-11 15:06:12 +0100" endDate="2024-04-11 15:12:42 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 15:33:35 +0100" startDate="2024-04-11 15:22:33 +0100" endDate="2024-04-11 15:23:16 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 15:52:42 +0100" startDate="2024-04-11 15:41:39 +0100" endDate="2024-04-11 15:48:55 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 16:49:18 +0100" startDate="2024-04-11 16:35:37 +0100" endDate="2024-04-11 16:45:38 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 16:59:38 +0100" startDate="2024-04-11 16:45:38 +0100" endDate="2024-04-11 16:55:39 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 17:09:59 +0100" startDate="2024-04-11 16:55:39 +0100" endDate="2024-04-11 17:02:45 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 17:26:48 +0100" startDate="2024-04-11 17:15:02 +0100" endDate="2024-04-11 17:24:53 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 17:37:47 +0100" startDate="2024-04-11 17:25:21 +0100" endDate="2024-04-11 17:35:22 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 17:47:32 +0100" startDate="2024-04-11 17:35:22 +0100" endDate="2024-04-11 17:42:43 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 18:00:21 +0100" startDate="2024-04-11 17:46:48 +0100" endDate="2024-04-11 17:47:54 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 18:12:58 +0100" startDate="2024-04-11 18:00:05 +0100" endDate="2024-04-11 18:09:26 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 18:22:09 +0100" startDate="2024-04-11 18:10:14 +0100" endDate="2024-04-11 18:13:53 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 18:36:04 +0100" startDate="2024-04-11 18:25:01 +0100" endDate="2024-04-11 18:27:27 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 18:55:55 +0100" startDate="2024-04-11 18:45:42 +0100" endDate="2024-04-11 18:55:42 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 19:06:44 +0100" startDate="2024-04-11 18:55:42 +0100" endDate="2024-04-11 18:57:37 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 20:00:00 +0100" startDate="2024-04-11 19:44:22 +0100" endDate="2024-04-11 19:47:33 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 20:41:09 +0100" startDate="2024-04-11 20:29:17 +0100" endDate="2024-04-11 20:32:38 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-11 21:10:23 +0100" startDate="2024-04-11 20:53:29 +0100" endDate="2024-04-11 21:01:48 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 04:30:20 +0100" startDate="2024-04-12 04:17:23 +0100" endDate="2024-04-12 04:17:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 04:45:49 +0100" startDate="2024-04-12 04:34:46 +0100" endDate="2024-04-12 04:35:25 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 05:09:12 +0100" startDate="2024-04-12 04:57:33 +0100" endDate="2024-04-12 05:06:20 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 05:20:34 +0100" startDate="2024-04-12 05:07:50 +0100" endDate="2024-04-12 05:17:51 +0100" value="1090"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 05:28:02 +0100" startDate="2024-04-12 05:17:51 +0100" endDate="2024-04-12 05:27:44 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 06:23:11 +0100" startDate="2024-04-12 06:12:10 +0100" endDate="2024-04-12 06:13:31 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 06:51:41 +0100" startDate="2024-04-12 06:41:28 +0100" endDate="2024-04-12 06:49:47 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 07:03:40 +0100" startDate="2024-04-12 06:49:47 +0100" endDate="2024-04-12 06:56:27 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 07:14:10 +0100" startDate="2024-04-12 07:02:44 +0100" endDate="2024-04-12 07:05:50 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 07:27:10 +0100" startDate="2024-04-12 07:16:01 +0100" endDate="2024-04-12 07:17:10 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 08:11:17 +0100" startDate="2024-04-12 07:55:34 +0100" endDate="2024-04-12 08:00:02 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 08:18:05 +0100" startDate="2024-04-12 08:07:02 +0100" endDate="2024-04-12 08:07:25 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 09:01:15 +0100" startDate="2024-04-12 08:45:33 +0100" endDate="2024-04-12 08:52:56 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 09:17:35 +0100" startDate="2024-04-12 09:03:35 +0100" endDate="2024-04-12 09:04:05 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 11:18:30 +0100" startDate="2024-04-12 11:06:40 +0100" endDate="2024-04-12 11:15:30 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 12:04:39 +0100" startDate="2024-04-12 11:54:27 +0100" endDate="2024-04-12 12:01:06 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 12:15:11 +0100" startDate="2024-04-12 12:05:06 +0100" endDate="2024-04-12 12:15:05 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 12:26:08 +0100" startDate="2024-04-12 12:15:05 +0100" endDate="2024-04-12 12:16:06 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 15:09:23 +0100" startDate="2024-04-12 14:58:20 +0100" endDate="2024-04-12 15:05:15 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 15:23:46 +0100" startDate="2024-04-12 15:08:44 +0100" endDate="2024-04-12 15:08:47 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 15:42:08 +0100" startDate="2024-04-12 15:30:11 +0100" endDate="2024-04-12 15:39:38 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 15:53:18 +0100" startDate="2024-04-12 15:40:21 +0100" endDate="2024-04-12 15:50:13 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 16:06:35 +0100" startDate="2024-04-12 15:55:00 +0100" endDate="2024-04-12 15:58:14 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 16:29:04 +0100" startDate="2024-04-12 16:11:18 +0100" endDate="2024-04-12 16:15:22 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 16:40:30 +0100" startDate="2024-04-12 16:28:55 +0100" endDate="2024-04-12 16:31:30 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 16:58:50 +0100" startDate="2024-04-12 16:40:20 +0100" endDate="2024-04-12 16:42:53 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 17:18:37 +0100" startDate="2024-04-12 17:04:12 +0100" endDate="2024-04-12 17:14:11 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 17:25:56 +0100" startDate="2024-04-12 17:14:11 +0100" endDate="2024-04-12 17:15:35 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 17:38:54 +0100" startDate="2024-04-12 17:25:15 +0100" endDate="2024-04-12 17:33:15 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 17:45:36 +0100" startDate="2024-04-12 17:35:30 +0100" endDate="2024-04-12 17:35:40 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 18:20:36 +0100" startDate="2024-04-12 18:09:34 +0100" endDate="2024-04-12 18:16:01 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 18:34:09 +0100" startDate="2024-04-12 18:23:50 +0100" endDate="2024-04-12 18:33:36 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 19:02:59 +0100" startDate="2024-04-12 18:51:56 +0100" endDate="2024-04-12 18:51:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 19:45:12 +0100" startDate="2024-04-12 19:32:56 +0100" endDate="2024-04-12 19:42:24 +0100" value="898"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 19:52:41 +0100" startDate="2024-04-12 19:42:24 +0100" endDate="2024-04-12 19:50:02 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 20:07:57 +0100" startDate="2024-04-12 19:56:11 +0100" endDate="2024-04-12 19:56:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 20:52:05 +0100" startDate="2024-04-12 20:40:15 +0100" endDate="2024-04-12 20:49:10 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-12 21:27:55 +0100" startDate="2024-04-12 21:16:53 +0100" endDate="2024-04-12 21:16:58 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 04:44:25 +0100" startDate="2024-04-13 04:33:29 +0100" endDate="2024-04-13 04:33:42 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 05:15:37 +0100" startDate="2024-04-13 05:05:27 +0100" endDate="2024-04-13 05:06:53 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 05:43:09 +0100" startDate="2024-04-13 05:28:11 +0100" endDate="2024-04-13 05:35:09 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 05:55:09 +0100" startDate="2024-04-13 05:43:42 +0100" endDate="2024-04-13 05:47:06 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 07:03:21 +0100" startDate="2024-04-13 06:47:20 +0100" endDate="2024-04-13 06:47:23 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 07:42:23 +0100" startDate="2024-04-13 07:31:06 +0100" endDate="2024-04-13 07:41:07 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 07:53:03 +0100" startDate="2024-04-13 07:41:07 +0100" endDate="2024-04-13 07:49:16 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 08:10:45 +0100" startDate="2024-04-13 07:53:21 +0100" endDate="2024-04-13 08:01:13 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 08:29:47 +0100" startDate="2024-04-13 08:13:16 +0100" endDate="2024-04-13 08:16:48 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 09:14:52 +0100" startDate="2024-04-13 09:03:49 +0100" endDate="2024-04-13 09:04:05 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 10:42:39 +0100" startDate="2024-04-13 10:31:37 +0100" endDate="2024-04-13 10:32:05 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 11:18:12 +0100" startDate="2024-04-13 11:06:26 +0100" endDate="2024-04-13 11:13:21 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 11:30:51 +0100" startDate="2024-04-13 11:18:09 +0100" endDate="2024-04-13 11:24:52 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 11:37:18 +0100" startDate="2024-04-13 11:24:52 +0100" endDate="2024-04-13 11:24:57 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 12:16:17 +0100" startDate="2024-04-13 11:36:45 +0100" endDate="2024-04-13 11:37:29 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 12:32:32 +0100" startDate="2024-04-13 12:18:52 +0100" endDate="2024-04-13 12:22:03 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 12:32:32 +0100" startDate="2024-04-13 12:22:03 +0100" endDate="2024-04-13 12:29:34 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 12:48:03 +0100" startDate="2024-04-13 12:32:35 +0100" endDate="2024-04-13 12:36:17 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 13:24:21 +0100" startDate="2024-04-13 12:53:08 +0100" endDate="2024-04-13 13:01:25 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 14:46:43 +0100" startDate="2024-04-13 14:36:38 +0100" endDate="2024-04-13 14:45:51 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 16:06:43 +0100" startDate="2024-04-13 15:54:37 +0100" endDate="2024-04-13 16:04:28 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 16:23:28 +0100" startDate="2024-04-13 16:05:19 +0100" endDate="2024-04-13 16:06:38 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 17:04:38 +0100" startDate="2024-04-13 16:47:07 +0100" endDate="2024-04-13 16:54:50 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 17:37:28 +0100" startDate="2024-04-13 17:25:24 +0100" endDate="2024-04-13 17:29:26 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 17:46:30 +0100" startDate="2024-04-13 17:35:28 +0100" endDate="2024-04-13 17:44:07 +0100" value="617"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-13 18:05:27 +0100" startDate="2024-04-13 17:52:46 +0100" endDate="2024-04-13 17:55:55 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 01:16:32 +0100" startDate="2024-04-14 01:05:30 +0100" endDate="2024-04-14 01:07:22 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 08:53:12 +0100" startDate="2024-04-14 08:42:08 +0100" endDate="2024-04-14 08:51:59 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 09:05:45 +0100" startDate="2024-04-14 08:52:24 +0100" endDate="2024-04-14 08:53:33 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 09:58:36 +0100" startDate="2024-04-14 09:47:34 +0100" endDate="2024-04-14 09:48:30 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 10:24:34 +0100" startDate="2024-04-14 10:14:08 +0100" endDate="2024-04-14 10:17:16 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 10:39:06 +0100" startDate="2024-04-14 10:27:46 +0100" endDate="2024-04-14 10:32:51 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 10:52:39 +0100" startDate="2024-04-14 10:38:28 +0100" endDate="2024-04-14 10:48:29 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 11:04:18 +0100" startDate="2024-04-14 10:48:29 +0100" endDate="2024-04-14 10:54:15 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 11:16:35 +0100" startDate="2024-04-14 11:04:28 +0100" endDate="2024-04-14 11:12:01 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 13:01:12 +0100" startDate="2024-04-14 12:47:25 +0100" endDate="2024-04-14 12:55:50 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 13:21:04 +0100" startDate="2024-04-14 12:57:57 +0100" endDate="2024-04-14 13:07:53 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 13:21:04 +0100" startDate="2024-04-14 13:09:47 +0100" endDate="2024-04-14 13:15:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 13:37:59 +0100" startDate="2024-04-14 13:21:40 +0100" endDate="2024-04-14 13:31:42 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 13:42:47 +0100" startDate="2024-04-14 13:31:44 +0100" endDate="2024-04-14 13:37:59 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 14:11:37 +0100" startDate="2024-04-14 13:58:07 +0100" endDate="2024-04-14 13:58:40 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 14:38:25 +0100" startDate="2024-04-14 14:28:15 +0100" endDate="2024-04-14 14:28:40 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 14:55:03 +0100" startDate="2024-04-14 14:44:00 +0100" endDate="2024-04-14 14:44:23 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 15:34:14 +0100" startDate="2024-04-14 15:20:07 +0100" endDate="2024-04-14 15:29:45 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 15:40:48 +0100" startDate="2024-04-14 15:29:45 +0100" endDate="2024-04-14 15:39:46 +0100" value="764"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 15:56:00 +0100" startDate="2024-04-14 15:39:46 +0100" endDate="2024-04-14 15:40:57 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 17:19:34 +0100" startDate="2024-04-14 17:08:36 +0100" endDate="2024-04-14 17:17:57 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 17:29:11 +0100" startDate="2024-04-14 17:17:57 +0100" endDate="2024-04-14 17:27:45 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 17:39:14 +0100" startDate="2024-04-14 17:28:11 +0100" endDate="2024-04-14 17:33:52 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-14 20:02:10 +0100" startDate="2024-04-14 19:47:37 +0100" endDate="2024-04-14 19:53:59 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 04:28:24 +0100" startDate="2024-04-15 04:15:55 +0100" endDate="2024-04-15 04:16:10 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 04:45:47 +0100" startDate="2024-04-15 04:35:22 +0100" endDate="2024-04-15 04:36:07 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 05:18:26 +0100" startDate="2024-04-15 05:07:26 +0100" endDate="2024-04-15 05:17:27 +0100" value="891"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 05:30:49 +0100" startDate="2024-04-15 05:17:27 +0100" endDate="2024-04-15 05:23:32 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 06:01:11 +0100" startDate="2024-04-15 05:50:08 +0100" endDate="2024-04-15 05:50:31 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 06:41:43 +0100" startDate="2024-04-15 06:31:04 +0100" endDate="2024-04-15 06:31:07 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 07:18:04 +0100" startDate="2024-04-15 07:06:12 +0100" endDate="2024-04-15 07:16:13 +0100" value="1086"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 07:26:18 +0100" startDate="2024-04-15 07:16:13 +0100" endDate="2024-04-15 07:26:03 +0100" value="684"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 07:39:42 +0100" startDate="2024-04-15 07:26:34 +0100" endDate="2024-04-15 07:26:39 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 09:29:57 +0100" startDate="2024-04-15 09:12:30 +0100" endDate="2024-04-15 09:17:00 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 10:17:50 +0100" startDate="2024-04-15 09:59:13 +0100" endDate="2024-04-15 09:59:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 11:13:21 +0100" startDate="2024-04-15 10:53:26 +0100" endDate="2024-04-15 10:57:59 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 11:52:57 +0100" startDate="2024-04-15 11:13:46 +0100" endDate="2024-04-15 11:21:52 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 13:00:54 +0100" startDate="2024-04-15 12:48:40 +0100" endDate="2024-04-15 12:58:39 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 13:11:52 +0100" startDate="2024-04-15 12:58:52 +0100" endDate="2024-04-15 13:05:27 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 13:23:19 +0100" startDate="2024-04-15 13:09:55 +0100" endDate="2024-04-15 13:11:14 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 13:49:03 +0100" startDate="2024-04-15 13:38:52 +0100" endDate="2024-04-15 13:47:40 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 14:53:43 +0100" startDate="2024-04-15 14:42:49 +0100" endDate="2024-04-15 14:51:36 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 15:12:35 +0100" startDate="2024-04-15 14:56:42 +0100" endDate="2024-04-15 14:59:17 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 15:29:56 +0100" startDate="2024-04-15 15:12:52 +0100" endDate="2024-04-15 15:12:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 16:28:03 +0100" startDate="2024-04-15 16:17:00 +0100" endDate="2024-04-15 16:25:32 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 16:44:20 +0100" startDate="2024-04-15 16:28:30 +0100" endDate="2024-04-15 16:38:31 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 16:49:02 +0100" startDate="2024-04-15 16:38:31 +0100" endDate="2024-04-15 16:46:38 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 17:00:03 +0100" startDate="2024-04-15 16:49:00 +0100" endDate="2024-04-15 16:50:14 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 17:09:17 +0100" startDate="2024-04-15 16:59:01 +0100" endDate="2024-04-15 17:02:07 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 18:39:05 +0100" startDate="2024-04-15 18:26:02 +0100" endDate="2024-04-15 18:36:04 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 18:47:06 +0100" startDate="2024-04-15 18:36:04 +0100" endDate="2024-04-15 18:40:33 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 19:10:22 +0100" startDate="2024-04-15 18:59:20 +0100" endDate="2024-04-15 18:59:32 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-15 21:10:10 +0100" startDate="2024-04-15 20:59:58 +0100" endDate="2024-04-15 21:03:39 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 04:17:32 +0100" startDate="2024-04-16 04:06:29 +0100" endDate="2024-04-16 04:06:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 04:35:15 +0100" startDate="2024-04-16 04:21:44 +0100" endDate="2024-04-16 04:31:24 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 05:07:07 +0100" startDate="2024-04-16 04:54:36 +0100" endDate="2024-04-16 05:04:37 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 05:16:08 +0100" startDate="2024-04-16 05:04:37 +0100" endDate="2024-04-16 05:14:35 +0100" value="1154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 05:25:44 +0100" startDate="2024-04-16 05:14:35 +0100" endDate="2024-04-16 05:16:56 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 05:36:04 +0100" startDate="2024-04-16 05:25:58 +0100" endDate="2024-04-16 05:35:49 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 05:46:50 +0100" startDate="2024-04-16 05:36:20 +0100" endDate="2024-04-16 05:43:51 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 06:22:21 +0100" startDate="2024-04-16 06:12:10 +0100" endDate="2024-04-16 06:13:32 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 06:56:35 +0100" startDate="2024-04-16 06:41:51 +0100" endDate="2024-04-16 06:51:52 +0100" value="992"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 07:03:08 +0100" startDate="2024-04-16 06:51:52 +0100" endDate="2024-04-16 06:58:57 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 07:18:21 +0100" startDate="2024-04-16 07:07:39 +0100" endDate="2024-04-16 07:14:47 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 07:33:06 +0100" startDate="2024-04-16 07:22:49 +0100" endDate="2024-04-16 07:32:48 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 07:46:54 +0100" startDate="2024-04-16 07:32:53 +0100" endDate="2024-04-16 07:33:44 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 09:38:05 +0100" startDate="2024-04-16 09:14:57 +0100" endDate="2024-04-16 09:17:55 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 11:05:10 +0100" startDate="2024-04-16 10:55:00 +0100" endDate="2024-04-16 11:05:01 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 11:17:18 +0100" startDate="2024-04-16 11:05:01 +0100" endDate="2024-04-16 11:10:09 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 11:48:35 +0100" startDate="2024-04-16 11:38:22 +0100" endDate="2024-04-16 11:44:49 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 12:02:52 +0100" startDate="2024-04-16 11:51:49 +0100" endDate="2024-04-16 11:59:59 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 13:04:16 +0100" startDate="2024-04-16 12:48:25 +0100" endDate="2024-04-16 12:54:57 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 13:52:39 +0100" startDate="2024-04-16 13:30:19 +0100" endDate="2024-04-16 13:36:36 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 14:42:21 +0100" startDate="2024-04-16 14:22:10 +0100" endDate="2024-04-16 14:23:11 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 14:56:37 +0100" startDate="2024-04-16 14:45:21 +0100" endDate="2024-04-16 14:46:01 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 15:37:31 +0100" startDate="2024-04-16 15:22:52 +0100" endDate="2024-04-16 15:29:01 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 15:50:29 +0100" startDate="2024-04-16 15:37:08 +0100" endDate="2024-04-16 15:47:09 +0100" value="1057"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 15:58:13 +0100" startDate="2024-04-16 15:47:09 +0100" endDate="2024-04-16 15:54:12 +0100" value="695"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 16:13:05 +0100" startDate="2024-04-16 16:02:52 +0100" endDate="2024-04-16 16:03:45 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 16:25:43 +0100" startDate="2024-04-16 16:14:40 +0100" endDate="2024-04-16 16:14:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 17:31:36 +0100" startDate="2024-04-16 17:19:28 +0100" endDate="2024-04-16 17:29:29 +0100" value="911"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 17:40:01 +0100" startDate="2024-04-16 17:29:29 +0100" endDate="2024-04-16 17:39:30 +0100" value="736"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 17:51:22 +0100" startDate="2024-04-16 17:39:30 +0100" endDate="2024-04-16 17:48:38 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 18:09:56 +0100" startDate="2024-04-16 17:52:17 +0100" endDate="2024-04-16 17:57:41 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 18:37:03 +0100" startDate="2024-04-16 18:24:35 +0100" endDate="2024-04-16 18:29:20 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 19:00:00 +0100" startDate="2024-04-16 18:47:23 +0100" endDate="2024-04-16 18:48:17 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 19:15:43 +0100" startDate="2024-04-16 19:04:15 +0100" endDate="2024-04-16 19:07:42 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-16 21:39:00 +0100" startDate="2024-04-16 21:23:24 +0100" endDate="2024-04-16 21:29:18 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 05:02:21 +0100" startDate="2024-04-17 04:52:16 +0100" endDate="2024-04-17 04:58:27 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 05:59:22 +0100" startDate="2024-04-17 05:47:59 +0100" endDate="2024-04-17 05:48:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 06:11:16 +0100" startDate="2024-04-17 06:00:51 +0100" endDate="2024-04-17 06:10:50 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 06:42:12 +0100" startDate="2024-04-17 06:28:55 +0100" endDate="2024-04-17 06:29:29 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 06:55:29 +0100" startDate="2024-04-17 06:42:04 +0100" endDate="2024-04-17 06:51:53 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 07:05:59 +0100" startDate="2024-04-17 06:52:57 +0100" endDate="2024-04-17 06:54:23 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 07:25:03 +0100" startDate="2024-04-17 07:09:21 +0100" endDate="2024-04-17 07:09:59 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 08:08:56 +0100" startDate="2024-04-17 07:58:07 +0100" endDate="2024-04-17 08:01:49 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 08:20:17 +0100" startDate="2024-04-17 08:08:43 +0100" endDate="2024-04-17 08:09:37 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 08:45:16 +0100" startDate="2024-04-17 08:34:13 +0100" endDate="2024-04-17 08:42:23 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 09:07:27 +0100" startDate="2024-04-17 08:57:06 +0100" endDate="2024-04-17 08:58:53 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 10:55:25 +0100" startDate="2024-04-17 10:44:44 +0100" endDate="2024-04-17 10:50:56 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 11:18:26 +0100" startDate="2024-04-17 11:05:56 +0100" endDate="2024-04-17 11:10:03 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 11:32:47 +0100" startDate="2024-04-17 11:19:29 +0100" endDate="2024-04-17 11:29:30 +0100" value="1097"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 11:46:07 +0100" startDate="2024-04-17 11:29:30 +0100" endDate="2024-04-17 11:36:13 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 13:01:14 +0100" startDate="2024-04-17 12:49:43 +0100" endDate="2024-04-17 12:59:44 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 13:12:46 +0100" startDate="2024-04-17 12:59:44 +0100" endDate="2024-04-17 13:09:45 +0100" value="882"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 13:21:11 +0100" startDate="2024-04-17 13:10:08 +0100" endDate="2024-04-17 13:16:34 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 16:35:52 +0100" startDate="2024-04-17 16:25:05 +0100" endDate="2024-04-17 16:29:28 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 16:57:15 +0100" startDate="2024-04-17 16:44:41 +0100" endDate="2024-04-17 16:53:06 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 18:16:07 +0100" startDate="2024-04-17 18:05:48 +0100" endDate="2024-04-17 18:05:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 18:39:31 +0100" startDate="2024-04-17 18:29:04 +0100" endDate="2024-04-17 18:36:09 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 18:55:39 +0100" startDate="2024-04-17 18:42:12 +0100" endDate="2024-04-17 18:50:19 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 19:08:20 +0100" startDate="2024-04-17 18:54:36 +0100" endDate="2024-04-17 18:54:59 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 19:58:32 +0100" startDate="2024-04-17 19:48:25 +0100" endDate="2024-04-17 19:52:45 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 21:58:19 +0100" startDate="2024-04-17 21:29:21 +0100" endDate="2024-04-17 21:29:46 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 22:14:37 +0100" startDate="2024-04-17 22:00:26 +0100" endDate="2024-04-17 22:10:24 +0100" value="669"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-17 22:21:04 +0100" startDate="2024-04-17 22:10:29 +0100" endDate="2024-04-17 22:14:11 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 05:43:02 +0100" startDate="2024-04-18 05:32:52 +0100" endDate="2024-04-18 05:40:03 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 06:26:27 +0100" startDate="2024-04-18 06:15:25 +0100" endDate="2024-04-18 06:25:26 +0100" value="1102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 06:36:31 +0100" startDate="2024-04-18 06:25:26 +0100" endDate="2024-04-18 06:28:48 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 07:23:33 +0100" startDate="2024-04-18 07:12:30 +0100" endDate="2024-04-18 07:14:07 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 07:37:16 +0100" startDate="2024-04-18 07:26:13 +0100" endDate="2024-04-18 07:31:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 08:00:49 +0100" startDate="2024-04-18 07:41:38 +0100" endDate="2024-04-18 07:51:39 +0100" value="1124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 08:01:58 +0100" startDate="2024-04-18 07:51:39 +0100" endDate="2024-04-18 07:56:19 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 08:18:58 +0100" startDate="2024-04-18 08:08:48 +0100" endDate="2024-04-18 08:18:39 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 08:47:23 +0100" startDate="2024-04-18 08:34:57 +0100" endDate="2024-04-18 08:40:31 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 10:34:28 +0100" startDate="2024-04-18 10:23:25 +0100" endDate="2024-04-18 10:30:56 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 10:52:08 +0100" startDate="2024-04-18 10:41:05 +0100" endDate="2024-04-18 10:47:55 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 11:46:18 +0100" startDate="2024-04-18 11:29:29 +0100" endDate="2024-04-18 11:30:56 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 12:02:06 +0100" startDate="2024-04-18 11:51:03 +0100" endDate="2024-04-18 11:53:36 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 12:26:50 +0100" startDate="2024-04-18 12:16:29 +0100" endDate="2024-04-18 12:26:18 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 12:43:53 +0100" startDate="2024-04-18 12:27:02 +0100" endDate="2024-04-18 12:36:56 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 12:48:46 +0100" startDate="2024-04-18 12:38:33 +0100" endDate="2024-04-18 12:38:35 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 13:16:55 +0100" startDate="2024-04-18 13:05:56 +0100" endDate="2024-04-18 13:10:21 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 13:32:07 +0100" startDate="2024-04-18 13:16:18 +0100" endDate="2024-04-18 13:25:38 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 14:03:39 +0100" startDate="2024-04-18 13:46:29 +0100" endDate="2024-04-18 13:46:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 14:13:37 +0100" startDate="2024-04-18 14:02:34 +0100" endDate="2024-04-18 14:05:14 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 15:03:58 +0100" startDate="2024-04-18 14:51:46 +0100" endDate="2024-04-18 14:58:05 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 15:14:00 +0100" startDate="2024-04-18 15:02:48 +0100" endDate="2024-04-18 15:07:34 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 15:24:03 +0100" startDate="2024-04-18 15:13:00 +0100" endDate="2024-04-18 15:21:11 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 15:40:19 +0100" startDate="2024-04-18 15:27:54 +0100" endDate="2024-04-18 15:32:09 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 16:18:40 +0100" startDate="2024-04-18 16:07:04 +0100" endDate="2024-04-18 16:11:13 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 16:29:53 +0100" startDate="2024-04-18 16:17:51 +0100" endDate="2024-04-18 16:19:53 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 16:39:12 +0100" startDate="2024-04-18 16:28:10 +0100" endDate="2024-04-18 16:37:50 +0100" value="1069"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 16:49:34 +0100" startDate="2024-04-18 16:38:11 +0100" endDate="2024-04-18 16:46:02 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 17:05:35 +0100" startDate="2024-04-18 16:55:30 +0100" endDate="2024-04-18 17:05:29 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 17:20:44 +0100" startDate="2024-04-18 17:05:29 +0100" endDate="2024-04-18 17:12:21 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 17:33:45 +0100" startDate="2024-04-18 17:19:17 +0100" endDate="2024-04-18 17:27:44 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 18:15:09 +0100" startDate="2024-04-18 18:04:07 +0100" endDate="2024-04-18 18:08:24 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 18:32:36 +0100" startDate="2024-04-18 18:21:34 +0100" endDate="2024-04-18 18:21:36 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 18:57:18 +0100" startDate="2024-04-18 18:45:35 +0100" endDate="2024-04-18 18:54:12 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 19:11:13 +0100" startDate="2024-04-18 18:56:09 +0100" endDate="2024-04-18 18:58:19 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7e80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 19:23:27 +0100" startDate="2024-04-18 19:09:09 +0100" endDate="2024-04-18 19:15:58 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 20:11:14 +0100" startDate="2024-04-18 19:53:26 +0100" endDate="2024-04-18 19:53:33 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 21:01:30 +0100" startDate="2024-04-18 20:51:25 +0100" endDate="2024-04-18 20:59:49 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-18 21:38:39 +0100" startDate="2024-04-18 21:28:14 +0100" endDate="2024-04-18 21:30:52 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 04:17:32 +0100" startDate="2024-04-19 04:01:46 +0100" endDate="2024-04-19 04:02:24 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 04:31:31 +0100" startDate="2024-04-19 04:21:21 +0100" endDate="2024-04-19 04:21:56 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 05:25:39 +0100" startDate="2024-04-19 05:15:16 +0100" endDate="2024-04-19 05:25:04 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 06:56:34 +0100" startDate="2024-04-19 06:45:18 +0100" endDate="2024-04-19 06:53:58 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 08:16:28 +0100" startDate="2024-04-19 07:56:36 +0100" endDate="2024-04-19 07:59:42 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 09:02:47 +0100" startDate="2024-04-19 08:51:04 +0100" endDate="2024-04-19 08:51:06 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 09:58:13 +0100" startDate="2024-04-19 09:41:42 +0100" endDate="2024-04-19 09:46:05 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 10:57:19 +0100" startDate="2024-04-19 10:38:11 +0100" endDate="2024-04-19 10:39:22 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 11:22:42 +0100" startDate="2024-04-19 11:12:22 +0100" endDate="2024-04-19 11:16:13 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 11:43:57 +0100" startDate="2024-04-19 11:32:54 +0100" endDate="2024-04-19 11:36:31 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 13:12:59 +0100" startDate="2024-04-19 12:57:57 +0100" endDate="2024-04-19 13:07:25 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 13:23:10 +0100" startDate="2024-04-19 13:08:23 +0100" endDate="2024-04-19 13:09:12 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 13:38:01 +0100" startDate="2024-04-19 13:19:44 +0100" endDate="2024-04-19 13:19:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 14:02:44 +0100" startDate="2024-04-19 13:51:41 +0100" endDate="2024-04-19 13:51:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 14:30:36 +0100" startDate="2024-04-19 14:18:36 +0100" endDate="2024-04-19 14:26:49 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 14:39:45 +0100" startDate="2024-04-19 14:29:35 +0100" endDate="2024-04-19 14:35:54 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 15:25:35 +0100" startDate="2024-04-19 15:14:45 +0100" endDate="2024-04-19 15:24:06 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 15:39:32 +0100" startDate="2024-04-19 15:28:28 +0100" endDate="2024-04-19 15:32:53 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 16:03:11 +0100" startDate="2024-04-19 15:52:08 +0100" endDate="2024-04-19 16:01:04 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 17:49:04 +0100" startDate="2024-04-19 17:26:18 +0100" endDate="2024-04-19 17:32:44 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-19 21:15:51 +0100" startDate="2024-04-19 21:01:47 +0100" endDate="2024-04-19 21:04:14 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 05:10:34 +0100" startDate="2024-04-20 05:00:07 +0100" endDate="2024-04-20 05:04:42 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 05:29:27 +0100" startDate="2024-04-20 05:18:24 +0100" endDate="2024-04-20 05:18:29 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 05:52:54 +0100" startDate="2024-04-20 05:41:59 +0100" endDate="2024-04-20 05:51:27 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 06:04:42 +0100" startDate="2024-04-20 05:52:40 +0100" endDate="2024-04-20 06:02:37 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 06:13:56 +0100" startDate="2024-04-20 06:02:42 +0100" endDate="2024-04-20 06:11:54 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 06:24:33 +0100" startDate="2024-04-20 06:11:54 +0100" endDate="2024-04-20 06:21:10 +0100" value="1007"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 06:36:21 +0100" startDate="2024-04-20 06:25:02 +0100" endDate="2024-04-20 06:29:01 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 07:36:51 +0100" startDate="2024-04-20 07:25:41 +0100" endDate="2024-04-20 07:33:48 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 08:55:01 +0100" startDate="2024-04-20 08:40:06 +0100" endDate="2024-04-20 08:44:00 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 09:02:29 +0100" startDate="2024-04-20 08:51:26 +0100" endDate="2024-04-20 09:01:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 09:14:59 +0100" startDate="2024-04-20 09:01:25 +0100" endDate="2024-04-20 09:09:44 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 10:44:40 +0100" startDate="2024-04-20 10:34:28 +0100" endDate="2024-04-20 10:43:33 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 11:11:55 +0100" startDate="2024-04-20 10:57:44 +0100" endDate="2024-04-20 10:59:31 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 12:58:31 +0100" startDate="2024-04-20 12:39:04 +0100" endDate="2024-04-20 12:45:41 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 13:05:34 +0100" startDate="2024-04-20 12:52:54 +0100" endDate="2024-04-20 12:59:55 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 13:27:03 +0100" startDate="2024-04-20 13:10:49 +0100" endDate="2024-04-20 13:19:06 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 13:37:07 +0100" startDate="2024-04-20 13:26:04 +0100" endDate="2024-04-20 13:28:12 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 15:25:33 +0100" startDate="2024-04-20 15:10:12 +0100" endDate="2024-04-20 15:17:02 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 15:34:09 +0100" startDate="2024-04-20 15:21:56 +0100" endDate="2024-04-20 15:22:34 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 16:05:34 +0100" startDate="2024-04-20 15:55:23 +0100" endDate="2024-04-20 16:02:48 +0100" value="819"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 16:15:04 +0100" startDate="2024-04-20 16:02:48 +0100" endDate="2024-04-20 16:12:50 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 16:26:43 +0100" startDate="2024-04-20 16:12:50 +0100" endDate="2024-04-20 16:16:34 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 16:47:07 +0100" startDate="2024-04-20 16:35:30 +0100" endDate="2024-04-20 16:40:33 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 17:07:21 +0100" startDate="2024-04-20 16:56:19 +0100" endDate="2024-04-20 16:56:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 17:39:44 +0100" startDate="2024-04-20 17:25:19 +0100" endDate="2024-04-20 17:33:13 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 18:46:56 +0100" startDate="2024-04-20 18:35:53 +0100" endDate="2024-04-20 18:38:21 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 19:30:59 +0100" startDate="2024-04-20 19:19:59 +0100" endDate="2024-04-20 19:27:20 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 19:38:47 +0100" startDate="2024-04-20 19:27:20 +0100" endDate="2024-04-20 19:37:21 +0100" value="794"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 19:51:40 +0100" startDate="2024-04-20 19:37:21 +0100" endDate="2024-04-20 19:41:51 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 20:03:31 +0100" startDate="2024-04-20 19:47:43 +0100" endDate="2024-04-20 19:49:14 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-20 21:30:30 +0100" startDate="2024-04-20 21:11:03 +0100" endDate="2024-04-20 21:11:46 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 05:29:49 +0100" startDate="2024-04-21 05:19:23 +0100" endDate="2024-04-21 05:20:04 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 10:59:41 +0100" startDate="2024-04-21 10:48:39 +0100" endDate="2024-04-21 10:57:49 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 11:17:09 +0100" startDate="2024-04-21 11:03:10 +0100" endDate="2024-04-21 11:03:28 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 15:32:06 +0100" startDate="2024-04-21 15:20:25 +0100" endDate="2024-04-21 15:21:51 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 15:45:53 +0100" startDate="2024-04-21 15:33:40 +0100" endDate="2024-04-21 15:38:41 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 16:10:54 +0100" startDate="2024-04-21 15:54:42 +0100" endDate="2024-04-21 16:02:56 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 16:26:58 +0100" startDate="2024-04-21 16:15:09 +0100" endDate="2024-04-21 16:19:51 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 16:40:51 +0100" startDate="2024-04-21 16:28:03 +0100" endDate="2024-04-21 16:28:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 16:53:03 +0100" startDate="2024-04-21 16:41:11 +0100" endDate="2024-04-21 16:41:50 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 17:34:10 +0100" startDate="2024-04-21 17:17:13 +0100" endDate="2024-04-21 17:17:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 17:38:11 +0100" startDate="2024-04-21 17:28:03 +0100" endDate="2024-04-21 17:37:59 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 17:57:44 +0100" startDate="2024-04-21 17:38:55 +0100" endDate="2024-04-21 17:45:38 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 18:00:28 +0100" startDate="2024-04-21 17:49:17 +0100" endDate="2024-04-21 17:58:57 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 19:05:54 +0100" startDate="2024-04-21 18:51:29 +0100" endDate="2024-04-21 18:52:35 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 20:24:48 +0100" startDate="2024-04-21 20:11:48 +0100" endDate="2024-04-21 20:21:46 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-21 20:33:27 +0100" startDate="2024-04-21 20:22:25 +0100" endDate="2024-04-21 20:24:52 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 04:26:00 +0100" startDate="2024-04-22 04:11:42 +0100" endDate="2024-04-22 04:11:45 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 04:39:41 +0100" startDate="2024-04-22 04:28:38 +0100" endDate="2024-04-22 04:37:31 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 05:19:11 +0100" startDate="2024-04-22 05:09:03 +0100" endDate="2024-04-22 05:19:02 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 05:29:05 +0100" startDate="2024-04-22 05:19:02 +0100" endDate="2024-04-22 05:28:20 +0100" value="1133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 05:49:35 +0100" startDate="2024-04-22 05:39:17 +0100" endDate="2024-04-22 05:39:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 06:23:35 +0100" startDate="2024-04-22 06:12:32 +0100" endDate="2024-04-22 06:14:32 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 06:55:49 +0100" startDate="2024-04-22 06:41:00 +0100" endDate="2024-04-22 06:51:01 +0100" value="1088"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 07:04:02 +0100" startDate="2024-04-22 06:51:01 +0100" endDate="2024-04-22 06:57:23 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 07:14:21 +0100" startDate="2024-04-22 07:02:00 +0100" endDate="2024-04-22 07:03:22 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 07:28:07 +0100" startDate="2024-04-22 07:17:33 +0100" endDate="2024-04-22 07:17:53 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 07:46:56 +0100" startDate="2024-04-22 07:27:49 +0100" endDate="2024-04-22 07:33:49 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 08:32:41 +0100" startDate="2024-04-22 08:20:50 +0100" endDate="2024-04-22 08:30:39 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 11:15:32 +0100" startDate="2024-04-22 11:04:15 +0100" endDate="2024-04-22 11:08:43 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 11:31:58 +0100" startDate="2024-04-22 11:15:08 +0100" endDate="2024-04-22 11:19:41 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 12:30:34 +0100" startDate="2024-04-22 12:18:11 +0100" endDate="2024-04-22 12:26:09 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 12:42:49 +0100" startDate="2024-04-22 12:29:07 +0100" endDate="2024-04-22 12:29:28 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 13:06:40 +0100" startDate="2024-04-22 12:55:10 +0100" endDate="2024-04-22 12:59:05 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 13:24:46 +0100" startDate="2024-04-22 13:13:28 +0100" endDate="2024-04-22 13:13:43 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 13:58:55 +0100" startDate="2024-04-22 13:48:50 +0100" endDate="2024-04-22 13:58:51 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 14:09:43 +0100" startDate="2024-04-22 13:58:51 +0100" endDate="2024-04-22 14:01:19 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 14:24:12 +0100" startDate="2024-04-22 14:13:10 +0100" endDate="2024-04-22 14:20:20 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 14:38:08 +0100" startDate="2024-04-22 14:24:58 +0100" endDate="2024-04-22 14:28:06 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 14:49:29 +0100" startDate="2024-04-22 14:36:49 +0100" endDate="2024-04-22 14:38:28 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 15:47:21 +0100" startDate="2024-04-22 15:31:03 +0100" endDate="2024-04-22 15:33:36 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 16:24:48 +0100" startDate="2024-04-22 16:13:41 +0100" endDate="2024-04-22 16:22:28 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 16:35:26 +0100" startDate="2024-04-22 16:24:23 +0100" endDate="2024-04-22 16:34:24 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 16:45:29 +0100" startDate="2024-04-22 16:34:24 +0100" endDate="2024-04-22 16:43:01 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 17:10:19 +0100" startDate="2024-04-22 17:00:09 +0100" endDate="2024-04-22 17:00:16 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 17:29:17 +0100" startDate="2024-04-22 17:28:08 +0100" endDate="2024-04-22 17:28:15 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 18:32:32 +0100" startDate="2024-04-22 18:20:13 +0100" endDate="2024-04-22 18:30:09 +0100" value="929"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 18:41:46 +0100" startDate="2024-04-22 18:30:42 +0100" endDate="2024-04-22 18:40:31 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-22 20:52:33 +0100" startDate="2024-04-22 20:42:20 +0100" endDate="2024-04-22 20:44:50 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 04:26:16 +0100" startDate="2024-04-23 04:13:18 +0100" endDate="2024-04-23 04:13:31 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 04:43:59 +0100" startDate="2024-04-23 04:32:56 +0100" endDate="2024-04-23 04:33:37 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 05:14:38 +0100" startDate="2024-04-23 05:04:06 +0100" endDate="2024-04-23 05:14:07 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 05:27:53 +0100" startDate="2024-04-23 05:14:07 +0100" endDate="2024-04-23 05:24:08 +0100" value="1209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 05:38:08 +0100" startDate="2024-04-23 05:24:08 +0100" endDate="2024-04-23 05:32:06 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 06:25:01 +0100" startDate="2024-04-23 06:13:58 +0100" endDate="2024-04-23 06:21:42 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 06:58:32 +0100" startDate="2024-04-23 06:44:01 +0100" endDate="2024-04-23 06:50:05 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 07:00:27 +0100" startDate="2024-04-23 06:50:05 +0100" endDate="2024-04-23 06:59:51 +0100" value="1034"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 07:11:27 +0100" startDate="2024-04-23 07:00:24 +0100" endDate="2024-04-23 07:10:25 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 07:23:18 +0100" startDate="2024-04-23 07:10:25 +0100" endDate="2024-04-23 07:10:48 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 07:59:47 +0100" startDate="2024-04-23 07:25:41 +0100" endDate="2024-04-23 07:33:12 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 09:11:03 +0100" startDate="2024-04-23 09:00:00 +0100" endDate="2024-04-23 09:09:59 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 10:50:37 +0100" startDate="2024-04-23 10:39:25 +0100" endDate="2024-04-23 10:42:36 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 11:12:07 +0100" startDate="2024-04-23 10:59:28 +0100" endDate="2024-04-23 11:08:15 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 11:19:18 +0100" startDate="2024-04-23 11:08:15 +0100" endDate="2024-04-23 11:14:52 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 11:31:51 +0100" startDate="2024-04-23 11:20:49 +0100" endDate="2024-04-23 11:21:06 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 11:52:02 +0100" startDate="2024-04-23 11:41:12 +0100" endDate="2024-04-23 11:48:25 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 12:05:00 +0100" startDate="2024-04-23 11:54:19 +0100" endDate="2024-04-23 11:54:39 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 12:49:23 +0100" startDate="2024-04-23 12:35:02 +0100" endDate="2024-04-23 12:45:03 +0100" value="1045"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 12:55:25 +0100" startDate="2024-04-23 12:45:03 +0100" endDate="2024-04-23 12:54:49 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 13:05:06 +0100" startDate="2024-04-23 12:54:49 +0100" endDate="2024-04-23 13:00:02 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 13:32:37 +0100" startDate="2024-04-23 13:22:26 +0100" endDate="2024-04-23 13:29:32 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 14:01:01 +0100" startDate="2024-04-23 13:50:51 +0100" endDate="2024-04-23 13:51:21 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 17:21:01 +0100" startDate="2024-04-23 17:08:23 +0100" endDate="2024-04-23 17:18:01 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 17:31:41 +0100" startDate="2024-04-23 17:20:06 +0100" endDate="2024-04-23 17:30:02 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 19:31:57 +0100" startDate="2024-04-23 19:20:10 +0100" endDate="2024-04-23 19:30:04 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 19:44:00 +0100" startDate="2024-04-23 19:30:09 +0100" endDate="2024-04-23 19:34:01 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-23 20:48:48 +0100" startDate="2024-04-23 20:38:43 +0100" endDate="2024-04-23 20:39:47 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 02:49:55 +0100" startDate="2024-04-24 02:38:52 +0100" endDate="2024-04-24 02:41:43 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 06:15:16 +0100" startDate="2024-04-24 06:01:45 +0100" endDate="2024-04-24 06:11:41 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 06:22:57 +0100" startDate="2024-04-24 06:11:51 +0100" endDate="2024-04-24 06:20:59 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 06:32:58 +0100" startDate="2024-04-24 06:21:55 +0100" endDate="2024-04-24 06:22:23 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 07:01:19 +0100" startDate="2024-04-24 06:51:14 +0100" endDate="2024-04-24 06:51:34 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 09:41:06 +0100" startDate="2024-04-24 09:27:54 +0100" endDate="2024-04-24 09:36:56 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 09:51:53 +0100" startDate="2024-04-24 09:38:08 +0100" endDate="2024-04-24 09:45:54 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 10:00:00 +0100" startDate="2024-04-24 09:48:58 +0100" endDate="2024-04-24 09:53:07 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 11:55:02 +0100" startDate="2024-04-24 11:44:06 +0100" endDate="2024-04-24 11:46:34 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 12:08:46 +0100" startDate="2024-04-24 11:58:33 +0100" endDate="2024-04-24 12:03:34 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 13:06:55 +0100" startDate="2024-04-24 12:56:10 +0100" endDate="2024-04-24 13:03:08 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 13:23:51 +0100" startDate="2024-04-24 13:11:48 +0100" endDate="2024-04-24 13:17:59 +0100" value="596"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 13:36:38 +0100" startDate="2024-04-24 13:24:29 +0100" endDate="2024-04-24 13:26:03 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 15:05:07 +0100" startDate="2024-04-24 14:54:04 +0100" endDate="2024-04-24 14:55:23 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 15:27:00 +0100" startDate="2024-04-24 15:16:49 +0100" endDate="2024-04-24 15:17:43 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 16:01:40 +0100" startDate="2024-04-24 15:45:59 +0100" endDate="2024-04-24 15:47:44 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 16:34:27 +0100" startDate="2024-04-24 16:23:02 +0100" endDate="2024-04-24 16:32:50 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 17:01:36 +0100" startDate="2024-04-24 16:46:28 +0100" endDate="2024-04-24 16:51:23 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 20:11:11 +0100" startDate="2024-04-24 20:00:59 +0100" endDate="2024-04-24 20:05:29 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-24 21:27:15 +0100" startDate="2024-04-24 21:15:04 +0100" endDate="2024-04-24 21:23:39 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 05:10:53 +0100" startDate="2024-04-25 04:57:13 +0100" endDate="2024-04-25 04:58:45 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 05:28:49 +0100" startDate="2024-04-25 05:16:22 +0100" endDate="2024-04-25 05:21:12 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 05:55:08 +0100" startDate="2024-04-25 05:41:59 +0100" endDate="2024-04-25 05:51:55 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 06:05:15 +0100" startDate="2024-04-25 05:54:40 +0100" endDate="2024-04-25 06:04:40 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 06:16:25 +0100" startDate="2024-04-25 06:04:40 +0100" endDate="2024-04-25 06:14:00 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 06:27:27 +0100" startDate="2024-04-25 06:14:59 +0100" endDate="2024-04-25 06:25:00 +0100" value="1229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 06:35:44 +0100" startDate="2024-04-25 06:25:00 +0100" endDate="2024-04-25 06:30:42 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 07:26:01 +0100" startDate="2024-04-25 07:14:29 +0100" endDate="2024-04-25 07:16:21 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 07:56:56 +0100" startDate="2024-04-25 07:41:37 +0100" endDate="2024-04-25 07:51:38 +0100" value="1124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 08:02:41 +0100" startDate="2024-04-25 07:51:38 +0100" endDate="2024-04-25 08:01:32 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 09:46:34 +0100" startDate="2024-04-25 09:36:14 +0100" endDate="2024-04-25 09:45:42 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 09:57:36 +0100" startDate="2024-04-25 09:46:18 +0100" endDate="2024-04-25 09:49:54 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 10:08:19 +0100" startDate="2024-04-25 09:57:15 +0100" endDate="2024-04-25 09:58:04 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 10:24:34 +0100" startDate="2024-04-25 10:13:19 +0100" endDate="2024-04-25 10:21:28 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 10:36:04 +0100" startDate="2024-04-25 10:23:41 +0100" endDate="2024-04-25 10:27:23 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 11:17:24 +0100" startDate="2024-04-25 11:07:12 +0100" endDate="2024-04-25 11:17:11 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 11:33:06 +0100" startDate="2024-04-25 11:17:11 +0100" endDate="2024-04-25 11:22:30 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 11:38:48 +0100" startDate="2024-04-25 11:27:45 +0100" endDate="2024-04-25 11:34:40 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 11:52:36 +0100" startDate="2024-04-25 11:42:25 +0100" endDate="2024-04-25 11:42:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 12:45:00 +0100" startDate="2024-04-25 12:30:23 +0100" endDate="2024-04-25 12:39:36 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 12:58:54 +0100" startDate="2024-04-25 12:41:57 +0100" endDate="2024-04-25 12:41:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 13:10:11 +0100" startDate="2024-04-25 12:56:10 +0100" endDate="2024-04-25 12:58:05 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 13:21:53 +0100" startDate="2024-04-25 13:08:39 +0100" endDate="2024-04-25 13:17:52 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 13:37:13 +0100" startDate="2024-04-25 13:20:20 +0100" endDate="2024-04-25 13:21:51 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 14:09:25 +0100" startDate="2024-04-25 13:50:54 +0100" endDate="2024-04-25 13:51:30 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 14:12:47 +0100" startDate="2024-04-25 14:01:08 +0100" endDate="2024-04-25 14:09:58 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 14:31:33 +0100" startDate="2024-04-25 14:20:07 +0100" endDate="2024-04-25 14:30:06 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 14:41:23 +0100" startDate="2024-04-25 14:30:06 +0100" endDate="2024-04-25 14:36:46 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 14:57:06 +0100" startDate="2024-04-25 14:41:15 +0100" endDate="2024-04-25 14:42:06 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 16:21:43 +0100" startDate="2024-04-25 16:03:19 +0100" endDate="2024-04-25 16:13:20 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 16:26:03 +0100" startDate="2024-04-25 16:13:20 +0100" endDate="2024-04-25 16:23:21 +0100" value="1123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 16:37:54 +0100" startDate="2024-04-25 16:23:21 +0100" endDate="2024-04-25 16:24:35 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 16:47:54 +0100" startDate="2024-04-25 16:34:16 +0100" endDate="2024-04-25 16:34:24 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 17:05:32 +0100" startDate="2024-04-25 16:51:41 +0100" endDate="2024-04-25 16:59:22 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 17:28:24 +0100" startDate="2024-04-25 17:07:36 +0100" endDate="2024-04-25 17:07:46 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 17:34:40 +0100" startDate="2024-04-25 17:22:10 +0100" endDate="2024-04-25 17:27:34 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 18:31:57 +0100" startDate="2024-04-25 18:21:32 +0100" endDate="2024-04-25 18:31:33 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 18:42:35 +0100" startDate="2024-04-25 18:31:33 +0100" endDate="2024-04-25 18:40:12 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 19:02:44 +0100" startDate="2024-04-25 18:51:11 +0100" endDate="2024-04-25 18:54:02 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 19:19:04 +0100" startDate="2024-04-25 19:04:47 +0100" endDate="2024-04-25 19:08:47 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 19:53:28 +0100" startDate="2024-04-25 19:40:55 +0100" endDate="2024-04-25 19:41:23 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-25 20:59:48 +0100" startDate="2024-04-25 20:49:35 +0100" endDate="2024-04-25 20:59:15 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 06:22:03 +0100" startDate="2024-04-26 06:11:16 +0100" endDate="2024-04-26 06:20:44 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 06:32:38 +0100" startDate="2024-04-26 06:21:35 +0100" endDate="2024-04-26 06:21:40 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 06:53:56 +0100" startDate="2024-04-26 06:42:33 +0100" endDate="2024-04-26 06:42:43 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 08:00:52 +0100" startDate="2024-04-26 07:49:50 +0100" endDate="2024-04-26 07:50:33 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 08:49:07 +0100" startDate="2024-04-26 08:37:58 +0100" endDate="2024-04-26 08:44:53 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 10:02:12 +0100" startDate="2024-04-26 09:50:51 +0100" endDate="2024-04-26 09:56:22 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 10:09:55 +0100" startDate="2024-04-26 09:56:22 +0100" endDate="2024-04-26 10:04:49 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 10:18:22 +0100" startDate="2024-04-26 10:06:26 +0100" endDate="2024-04-26 10:16:19 +0100" value="614"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 10:29:58 +0100" startDate="2024-04-26 10:16:45 +0100" endDate="2024-04-26 10:23:10 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 11:11:30 +0100" startDate="2024-04-26 10:59:04 +0100" endDate="2024-04-26 11:03:27 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 11:20:54 +0100" startDate="2024-04-26 11:10:38 +0100" endDate="2024-04-26 11:20:24 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 11:35:39 +0100" startDate="2024-04-26 11:21:15 +0100" endDate="2024-04-26 11:25:22 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 12:13:45 +0100" startDate="2024-04-26 12:01:49 +0100" endDate="2024-04-26 12:10:57 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 12:23:21 +0100" startDate="2024-04-26 12:12:19 +0100" endDate="2024-04-26 12:12:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 12:57:09 +0100" startDate="2024-04-26 12:44:48 +0100" endDate="2024-04-26 12:52:37 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 13:17:33 +0100" startDate="2024-04-26 12:58:59 +0100" endDate="2024-04-26 13:08:57 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 13:20:32 +0100" startDate="2024-04-26 13:09:18 +0100" endDate="2024-04-26 13:15:55 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 13:46:18 +0100" startDate="2024-04-26 13:24:27 +0100" endDate="2024-04-26 13:33:55 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 13:46:18 +0100" startDate="2024-04-26 13:34:28 +0100" endDate="2024-04-26 13:34:36 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 13:49:23 +0100" startDate="2024-04-26 13:37:48 +0100" endDate="2024-04-26 13:37:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 14:20:27 +0100" startDate="2024-04-26 14:07:38 +0100" endDate="2024-04-26 14:12:51 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 14:33:36 +0100" startDate="2024-04-26 14:18:10 +0100" endDate="2024-04-26 14:27:15 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 14:50:01 +0100" startDate="2024-04-26 14:29:53 +0100" endDate="2024-04-26 14:34:43 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 15:03:57 +0100" startDate="2024-04-26 14:51:25 +0100" endDate="2024-04-26 14:51:35 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 15:40:19 +0100" startDate="2024-04-26 15:25:52 +0100" endDate="2024-04-26 15:34:58 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 15:49:30 +0100" startDate="2024-04-26 15:37:43 +0100" endDate="2024-04-26 15:44:10 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 18:11:09 +0100" startDate="2024-04-26 18:00:58 +0100" endDate="2024-04-26 18:01:11 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-26 21:53:47 +0100" startDate="2024-04-26 21:43:14 +0100" endDate="2024-04-26 21:43:37 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 07:52:10 +0100" startDate="2024-04-27 07:41:08 +0100" endDate="2024-04-27 07:44:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 08:02:55 +0100" startDate="2024-04-27 07:51:53 +0100" endDate="2024-04-27 08:00:50 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 08:29:02 +0100" startDate="2024-04-27 08:18:52 +0100" endDate="2024-04-27 08:19:18 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 09:38:32 +0100" startDate="2024-04-27 09:28:12 +0100" endDate="2024-04-27 09:35:30 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 09:53:19 +0100" startDate="2024-04-27 09:43:11 +0100" endDate="2024-04-27 09:43:52 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 10:15:31 +0100" startDate="2024-04-27 10:05:18 +0100" endDate="2024-04-27 10:07:20 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 10:36:01 +0100" startDate="2024-04-27 10:19:50 +0100" endDate="2024-04-27 10:21:22 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 11:29:26 +0100" startDate="2024-04-27 11:19:16 +0100" endDate="2024-04-27 11:21:20 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 11:56:48 +0100" startDate="2024-04-27 11:40:57 +0100" endDate="2024-04-27 11:49:01 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 12:04:12 +0100" startDate="2024-04-27 11:51:54 +0100" endDate="2024-04-27 12:00:47 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 12:15:38 +0100" startDate="2024-04-27 12:03:35 +0100" endDate="2024-04-27 12:13:34 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 12:28:23 +0100" startDate="2024-04-27 12:13:34 +0100" endDate="2024-04-27 12:20:21 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 12:38:43 +0100" startDate="2024-04-27 12:28:30 +0100" endDate="2024-04-27 12:37:51 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 12:49:02 +0100" startDate="2024-04-27 12:38:42 +0100" endDate="2024-04-27 12:48:43 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 12:59:03 +0100" startDate="2024-04-27 12:48:43 +0100" endDate="2024-04-27 12:58:42 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 13:13:05 +0100" startDate="2024-04-27 12:58:42 +0100" endDate="2024-04-27 13:05:17 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 13:34:50 +0100" startDate="2024-04-27 13:23:11 +0100" endDate="2024-04-27 13:32:04 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 13:49:31 +0100" startDate="2024-04-27 13:34:03 +0100" endDate="2024-04-27 13:43:47 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 14:01:17 +0100" startDate="2024-04-27 13:47:36 +0100" endDate="2024-04-27 13:49:43 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 14:14:41 +0100" startDate="2024-04-27 14:00:17 +0100" endDate="2024-04-27 14:03:02 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 16:32:54 +0100" startDate="2024-04-27 16:16:59 +0100" endDate="2024-04-27 16:25:59 +0100" value="478"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 16:49:45 +0100" startDate="2024-04-27 16:38:52 +0100" endDate="2024-04-27 16:40:26 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 17:16:13 +0100" startDate="2024-04-27 17:01:39 +0100" endDate="2024-04-27 17:01:47 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 17:36:06 +0100" startDate="2024-04-27 17:21:06 +0100" endDate="2024-04-27 17:26:20 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 18:03:08 +0100" startDate="2024-04-27 17:41:03 +0100" endDate="2024-04-27 17:41:18 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 18:32:38 +0100" startDate="2024-04-27 18:17:28 +0100" endDate="2024-04-27 18:17:51 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 19:06:01 +0100" startDate="2024-04-27 18:53:16 +0100" endDate="2024-04-27 18:57:21 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-27 23:48:26 +0100" startDate="2024-04-27 23:32:46 +0100" endDate="2024-04-27 23:36:15 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 00:06:25 +0100" startDate="2024-04-27 23:56:17 +0100" endDate="2024-04-28 00:04:08 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 07:32:35 +0100" startDate="2024-04-28 07:18:44 +0100" endDate="2024-04-28 07:19:30 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 08:55:53 +0100" startDate="2024-04-28 08:36:48 +0100" endDate="2024-04-28 08:43:49 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 09:17:25 +0100" startDate="2024-04-28 08:59:11 +0100" endDate="2024-04-28 08:59:14 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 09:36:15 +0100" startDate="2024-04-28 09:20:06 +0100" endDate="2024-04-28 09:26:08 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 10:02:25 +0100" startDate="2024-04-28 09:50:24 +0100" endDate="2024-04-28 09:53:20 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 10:40:02 +0100" startDate="2024-04-28 10:28:51 +0100" endDate="2024-04-28 10:31:29 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 11:05:18 +0100" startDate="2024-04-28 10:53:34 +0100" endDate="2024-04-28 10:53:54 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 11:18:12 +0100" startDate="2024-04-28 11:05:50 +0100" endDate="2024-04-28 11:15:51 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 11:34:59 +0100" startDate="2024-04-28 11:15:51 +0100" endDate="2024-04-28 11:25:52 +0100" value="964"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 11:38:54 +0100" startDate="2024-04-28 11:25:52 +0100" endDate="2024-04-28 11:27:04 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 11:58:47 +0100" startDate="2024-04-28 11:47:52 +0100" endDate="2024-04-28 11:54:43 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 12:16:16 +0100" startDate="2024-04-28 12:00:34 +0100" endDate="2024-04-28 12:10:05 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 12:24:38 +0100" startDate="2024-04-28 12:11:26 +0100" endDate="2024-04-28 12:20:11 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 12:41:26 +0100" startDate="2024-04-28 12:21:38 +0100" endDate="2024-04-28 12:31:36 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 12:41:45 +0100" startDate="2024-04-28 12:31:36 +0100" endDate="2024-04-28 12:40:14 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 12:54:28 +0100" startDate="2024-04-28 12:42:11 +0100" endDate="2024-04-28 12:52:09 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 13:08:32 +0100" startDate="2024-04-28 12:52:15 +0100" endDate="2024-04-28 13:01:04 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 13:18:23 +0100" startDate="2024-04-28 13:02:26 +0100" endDate="2024-04-28 13:12:27 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 13:30:28 +0100" startDate="2024-04-28 13:12:27 +0100" endDate="2024-04-28 13:22:03 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 13:34:21 +0100" startDate="2024-04-28 13:22:54 +0100" endDate="2024-04-28 13:26:02 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 13:52:48 +0100" startDate="2024-04-28 13:41:45 +0100" endDate="2024-04-28 13:42:59 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 14:11:16 +0100" startDate="2024-04-28 13:58:17 +0100" endDate="2024-04-28 14:08:19 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 14:22:36 +0100" startDate="2024-04-28 14:08:19 +0100" endDate="2024-04-28 14:17:54 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 14:54:02 +0100" startDate="2024-04-28 14:33:37 +0100" endDate="2024-04-28 14:43:33 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-28 15:26:27 +0100" startDate="2024-04-28 15:15:25 +0100" endDate="2024-04-28 15:17:33 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-04-29 04:44:11 +0100" startDate="2024-04-29 04:33:08 +0100" endDate="2024-04-29 04:33:21 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 05:01:05 +0100" endDate="2024-04-29 05:10:23 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 05:11:21 +0100" endDate="2024-04-29 05:18:42 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 05:18:42 +0100" endDate="2024-04-29 05:27:14 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 05:28:46 +0100" endDate="2024-04-29 05:31:03 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 05:43:07 +0100" endDate="2024-04-29 05:43:12 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 06:05:17 +0100" endDate="2024-04-29 06:06:36 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 06:24:11 +0100" endDate="2024-04-29 06:28:20 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 07:01:28 +0100" endDate="2024-04-29 07:06:01 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 07:06:01 +0100" endDate="2024-04-29 07:15:49 +0100" value="1085"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 07:16:12 +0100" endDate="2024-04-29 07:21:00 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 07:55:34 +0100" endDate="2024-04-29 08:02:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 08:21:38 +0100" endDate="2024-04-29 08:24:06 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 10:42:35 +0100" endDate="2024-04-29 10:45:59 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 10:46:19 +0100" endDate="2024-04-29 10:48:52 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 10:59:03 +0100" endDate="2024-04-29 11:08:46 +0100" value="611"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 11:10:31 +0100" endDate="2024-04-29 11:18:27 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 12:41:18 +0100" endDate="2024-04-29 12:48:03 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 12:52:13 +0100" endDate="2024-04-29 12:58:48 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 12:59:01 +0100" endDate="2024-04-29 13:09:02 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 13:09:02 +0100" endDate="2024-04-29 13:18:48 +0100" value="1025"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 13:19:23 +0100" endDate="2024-04-29 13:29:25 +0100" value="445"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:46 +0100" startDate="2024-04-29 13:29:25 +0100" endDate="2024-04-29 13:30:26 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 13:30:26 +0100" endDate="2024-04-29 13:40:27 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 13:40:27 +0100" endDate="2024-04-29 13:45:20 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 16:01:16 +0100" endDate="2024-04-29 16:06:49 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 16:21:15 +0100" endDate="2024-04-29 16:31:16 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 16:31:16 +0100" endDate="2024-04-29 16:41:17 +0100" value="987"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 16:41:17 +0100" endDate="2024-04-29 16:43:38 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 16:57:49 +0100" endDate="2024-04-29 17:03:10 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 17:47:49 +0100" endDate="2024-04-29 17:47:51 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 18:19:19 +0100" endDate="2024-04-29 18:28:47 +0100" value="792"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 18:29:20 +0100" endDate="2024-04-29 18:37:29 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 18:39:45 +0100" endDate="2024-04-29 18:49:32 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 18:49:53 +0100" endDate="2024-04-29 18:58:30 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 19:17:16 +0100" endDate="2024-04-29 19:20:58 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-29 20:04:11 +0100" endDate="2024-04-29 20:12:45 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 05:22:57 +0100" endDate="2024-04-30 05:30:20 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 06:06:55 +0100" endDate="2024-04-30 06:07:51 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 08:26:25 +0100" endDate="2024-04-30 08:26:51 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 09:56:24 +0100" endDate="2024-04-30 09:56:42 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 10:22:27 +0100" endDate="2024-04-30 10:28:57 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 11:37:42 +0100" endDate="2024-04-30 11:47:43 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 11:47:43 +0100" endDate="2024-04-30 11:57:31 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 11:57:54 +0100" endDate="2024-04-30 12:05:10 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 12:15:49 +0100" endDate="2024-04-30 12:16:09 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 13:51:34 +0100" endDate="2024-04-30 13:51:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 14:39:30 +0100" endDate="2024-04-30 14:48:47 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 15:00:50 +0100" endDate="2024-04-30 15:01:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 15:16:33 +0100" endDate="2024-04-30 15:26:34 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 15:26:34 +0100" endDate="2024-04-30 15:28:05 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 16:06:37 +0100" endDate="2024-04-30 16:07:03 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 16:42:12 +0100" endDate="2024-04-30 16:52:08 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 16:52:41 +0100" endDate="2024-04-30 16:59:54 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:47 +0100" startDate="2024-04-30 17:04:53 +0100" endDate="2024-04-30 17:08:49 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:48 +0100" startDate="2024-04-30 17:08:49 +0100" endDate="2024-04-30 17:18:40 +0100" value="610"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:48 +0100" startDate="2024-04-30 17:19:01 +0100" endDate="2024-04-30 17:21:26 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:48 +0100" startDate="2024-04-30 20:44:10 +0100" endDate="2024-04-30 20:50:07 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 03:48:48 +0100" startDate="2024-05-01 03:17:17 +0100" endDate="2024-05-01 03:21:34 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 04:11:13 +0100" startDate="2024-05-01 03:57:49 +0100" endDate="2024-05-01 03:58:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 04:28:44 +0100" startDate="2024-05-01 04:17:50 +0100" endDate="2024-05-01 04:27:13 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 05:14:07 +0100" startDate="2024-05-01 05:01:28 +0100" endDate="2024-05-01 05:04:55 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 05:59:54 +0100" startDate="2024-05-01 05:47:51 +0100" endDate="2024-05-01 05:57:52 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 06:09:04 +0100" startDate="2024-05-01 05:57:52 +0100" endDate="2024-05-01 05:59:11 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 06:30:45 +0100" startDate="2024-05-01 06:20:19 +0100" endDate="2024-05-01 06:20:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 06:48:10 +0100" startDate="2024-05-01 06:36:56 +0100" endDate="2024-05-01 06:36:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 07:46:38 +0100" startDate="2024-05-01 07:28:50 +0100" endDate="2024-05-01 07:38:49 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 07:51:03 +0100" startDate="2024-05-01 07:38:49 +0100" endDate="2024-05-01 07:47:52 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 08:00:42 +0100" startDate="2024-05-01 07:50:27 +0100" endDate="2024-05-01 07:50:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 08:22:48 +0100" startDate="2024-05-01 08:10:17 +0100" endDate="2024-05-01 08:11:41 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 08:54:47 +0100" startDate="2024-05-01 08:44:42 +0100" endDate="2024-05-01 08:54:20 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 17:32:20 +0100" startDate="2024-05-01 17:19:34 +0100" endDate="2024-05-01 17:28:40 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-01 20:23:48 +0100" startDate="2024-05-01 20:12:46 +0100" endDate="2024-05-01 20:16:32 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 04:28:31 +0100" startDate="2024-05-02 04:15:34 +0100" endDate="2024-05-02 04:15:39 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 04:41:08 +0100" startDate="2024-05-02 04:30:05 +0100" endDate="2024-05-02 04:30:33 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 05:20:51 +0100" startDate="2024-05-02 05:07:47 +0100" endDate="2024-05-02 05:17:48 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 05:30:26 +0100" startDate="2024-05-02 05:17:48 +0100" endDate="2024-05-02 05:24:48 +0100" value="660"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 05:40:21 +0100" startDate="2024-05-02 05:29:18 +0100" endDate="2024-05-02 05:29:43 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 06:23:29 +0100" startDate="2024-05-02 06:12:26 +0100" endDate="2024-05-02 06:15:22 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 06:58:43 +0100" startDate="2024-05-02 06:41:22 +0100" endDate="2024-05-02 06:51:23 +0100" value="788"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 07:02:26 +0100" startDate="2024-05-02 06:51:23 +0100" endDate="2024-05-02 06:57:32 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 08:56:54 +0100" startDate="2024-05-02 08:45:51 +0100" endDate="2024-05-02 08:55:23 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 09:58:23 +0100" startDate="2024-05-02 09:48:13 +0100" endDate="2024-05-02 09:55:08 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 10:18:19 +0100" startDate="2024-05-02 10:08:11 +0100" endDate="2024-05-02 10:18:12 +0100" value="628"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 10:29:30 +0100" startDate="2024-05-02 10:18:12 +0100" endDate="2024-05-02 10:21:00 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 10:40:55 +0100" startDate="2024-05-02 10:29:30 +0100" endDate="2024-05-02 10:37:54 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 11:02:36 +0100" startDate="2024-05-02 10:52:19 +0100" endDate="2024-05-02 11:01:34 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 14:44:06 +0100" startDate="2024-05-02 14:31:51 +0100" endDate="2024-05-02 14:40:33 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 14:51:36 +0100" startDate="2024-05-02 14:40:33 +0100" endDate="2024-05-02 14:47:33 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 15:34:53 +0100" startDate="2024-05-02 15:23:45 +0100" endDate="2024-05-02 15:24:18 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 15:56:03 +0100" startDate="2024-05-02 15:45:47 +0100" endDate="2024-05-02 15:46:10 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 16:11:34 +0100" startDate="2024-05-02 16:00:31 +0100" endDate="2024-05-02 16:01:27 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 16:20:51 +0100" startDate="2024-05-02 16:10:43 +0100" endDate="2024-05-02 16:10:50 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 16:34:58 +0100" startDate="2024-05-02 16:23:55 +0100" endDate="2024-05-02 16:24:05 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 16:52:02 +0100" startDate="2024-05-02 16:40:21 +0100" endDate="2024-05-02 16:50:22 +0100" value="912"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 17:02:36 +0100" startDate="2024-05-02 16:50:22 +0100" endDate="2024-05-02 16:56:54 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 17:12:40 +0100" startDate="2024-05-02 17:01:37 +0100" endDate="2024-05-02 17:02:02 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 17:27:30 +0100" startDate="2024-05-02 17:16:05 +0100" endDate="2024-05-02 17:18:15 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 17:43:31 +0100" startDate="2024-05-02 17:28:32 +0100" endDate="2024-05-02 17:33:35 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 18:15:45 +0100" startDate="2024-05-02 17:51:04 +0100" endDate="2024-05-02 17:54:00 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 18:29:17 +0100" startDate="2024-05-02 18:17:54 +0100" endDate="2024-05-02 18:27:54 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 18:40:42 +0100" startDate="2024-05-02 18:27:54 +0100" endDate="2024-05-02 18:33:08 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 18:54:12 +0100" startDate="2024-05-02 18:38:33 +0100" endDate="2024-05-02 18:38:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 20:31:21 +0100" startDate="2024-05-02 20:17:12 +0100" endDate="2024-05-02 20:19:17 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 20:56:31 +0100" startDate="2024-05-02 20:39:16 +0100" endDate="2024-05-02 20:39:23 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 21:20:03 +0100" startDate="2024-05-02 21:06:16 +0100" endDate="2024-05-02 21:06:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 21:39:02 +0100" startDate="2024-05-02 21:28:01 +0100" endDate="2024-05-02 21:32:05 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-02 21:52:56 +0100" startDate="2024-05-02 21:41:53 +0100" endDate="2024-05-02 21:51:19 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 01:40:30 +0100" startDate="2024-05-03 01:29:28 +0100" endDate="2024-05-03 01:32:00 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 05:38:10 +0100" startDate="2024-05-03 05:27:07 +0100" endDate="2024-05-03 05:32:15 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 06:31:55 +0100" startDate="2024-05-03 06:18:55 +0100" endDate="2024-05-03 06:19:00 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 06:51:04 +0100" startDate="2024-05-03 06:34:15 +0100" endDate="2024-05-03 06:41:46 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 07:09:42 +0100" startDate="2024-05-03 06:58:39 +0100" endDate="2024-05-03 07:07:34 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 07:30:07 +0100" startDate="2024-05-03 07:15:05 +0100" endDate="2024-05-03 07:24:16 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 07:48:00 +0100" startDate="2024-05-03 07:34:02 +0100" endDate="2024-05-03 07:38:33 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 08:49:23 +0100" startDate="2024-05-03 08:34:33 +0100" endDate="2024-05-03 08:44:08 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 08:56:24 +0100" startDate="2024-05-03 08:44:51 +0100" endDate="2024-05-03 08:54:53 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 09:05:40 +0100" startDate="2024-05-03 08:54:53 +0100" endDate="2024-05-03 08:57:30 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 09:20:52 +0100" startDate="2024-05-03 09:09:43 +0100" endDate="2024-05-03 09:16:38 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 09:30:52 +0100" startDate="2024-05-03 09:19:49 +0100" endDate="2024-05-03 09:19:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 09:56:25 +0100" startDate="2024-05-03 09:45:31 +0100" endDate="2024-05-03 09:53:27 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 10:07:56 +0100" startDate="2024-05-03 09:56:54 +0100" endDate="2024-05-03 09:59:16 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 10:47:24 +0100" startDate="2024-05-03 10:37:06 +0100" endDate="2024-05-03 10:46:55 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 11:01:14 +0100" startDate="2024-05-03 10:47:08 +0100" endDate="2024-05-03 10:47:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 12:00:09 +0100" startDate="2024-05-03 11:49:07 +0100" endDate="2024-05-03 11:50:56 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 12:14:53 +0100" startDate="2024-05-03 12:04:20 +0100" endDate="2024-05-03 12:14:16 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 12:26:20 +0100" startDate="2024-05-03 12:14:34 +0100" endDate="2024-05-03 12:23:16 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 12:41:41 +0100" startDate="2024-05-03 12:27:39 +0100" endDate="2024-05-03 12:29:46 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 12:49:07 +0100" startDate="2024-05-03 12:37:45 +0100" endDate="2024-05-03 12:47:18 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 13:17:03 +0100" startDate="2024-05-03 13:05:38 +0100" endDate="2024-05-03 13:13:13 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 13:36:08 +0100" startDate="2024-05-03 13:25:05 +0100" endDate="2024-05-03 13:30:57 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 14:04:38 +0100" startDate="2024-05-03 13:53:02 +0100" endDate="2024-05-03 13:53:37 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 14:38:05 +0100" startDate="2024-05-03 14:23:40 +0100" endDate="2024-05-03 14:33:17 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 14:49:17 +0100" startDate="2024-05-03 14:35:17 +0100" endDate="2024-05-03 14:41:01 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 15:25:50 +0100" startDate="2024-05-03 15:08:39 +0100" endDate="2024-05-03 15:17:42 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 15:31:32 +0100" startDate="2024-05-03 15:19:21 +0100" endDate="2024-05-03 15:27:57 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 16:07:56 +0100" startDate="2024-05-03 15:41:52 +0100" endDate="2024-05-03 15:51:03 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 16:07:56 +0100" startDate="2024-05-03 15:53:20 +0100" endDate="2024-05-03 16:00:26 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 16:13:40 +0100" startDate="2024-05-03 16:00:54 +0100" endDate="2024-05-03 16:10:27 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 16:27:51 +0100" startDate="2024-05-03 16:11:38 +0100" endDate="2024-05-03 16:11:43 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 16:48:39 +0100" startDate="2024-05-03 16:33:36 +0100" endDate="2024-05-03 16:43:35 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 16:54:58 +0100" startDate="2024-05-03 16:43:37 +0100" endDate="2024-05-03 16:52:50 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-03 21:20:36 +0100" startDate="2024-05-03 21:09:33 +0100" endDate="2024-05-03 21:10:19 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 00:05:14 +0100" startDate="2024-05-03 23:55:03 +0100" endDate="2024-05-03 23:55:57 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 08:24:57 +0100" startDate="2024-05-04 08:14:52 +0100" endDate="2024-05-04 08:24:30 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 08:35:39 +0100" startDate="2024-05-04 08:25:32 +0100" endDate="2024-05-04 08:28:50 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 09:08:33 +0100" startDate="2024-05-04 08:52:26 +0100" endDate="2024-05-04 08:58:25 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 09:13:40 +0100" startDate="2024-05-04 09:02:35 +0100" endDate="2024-05-04 09:07:43 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 09:34:25 +0100" startDate="2024-05-04 09:13:09 +0100" endDate="2024-05-04 09:13:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 10:53:21 +0100" startDate="2024-05-04 10:42:17 +0100" endDate="2024-05-04 10:52:00 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 11:04:42 +0100" startDate="2024-05-04 10:53:39 +0100" endDate="2024-05-04 11:02:44 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 11:17:34 +0100" startDate="2024-05-04 11:07:14 +0100" endDate="2024-05-04 11:17:08 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 11:30:31 +0100" startDate="2024-05-04 11:19:13 +0100" endDate="2024-05-04 11:22:34 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 11:40:38 +0100" startDate="2024-05-04 11:29:37 +0100" endDate="2024-05-04 11:38:40 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 11:50:49 +0100" startDate="2024-05-04 11:39:46 +0100" endDate="2024-05-04 11:43:20 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 12:11:51 +0100" startDate="2024-05-04 12:01:28 +0100" endDate="2024-05-04 12:02:42 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 12:31:30 +0100" startDate="2024-05-04 12:19:20 +0100" endDate="2024-05-04 12:20:16 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 12:41:53 +0100" startDate="2024-05-04 12:30:32 +0100" endDate="2024-05-04 12:40:33 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 12:50:58 +0100" startDate="2024-05-04 12:40:33 +0100" endDate="2024-05-04 12:49:51 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 13:04:46 +0100" startDate="2024-05-04 12:53:43 +0100" endDate="2024-05-04 13:03:42 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 13:23:05 +0100" startDate="2024-05-04 13:07:59 +0100" endDate="2024-05-04 13:17:12 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 13:44:43 +0100" startDate="2024-05-04 13:33:46 +0100" endDate="2024-05-04 13:33:56 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 13:48:52 +0100" startDate="2024-05-04 13:35:13 +0100" endDate="2024-05-04 13:44:23 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 14:14:13 +0100" startDate="2024-05-04 13:59:40 +0100" endDate="2024-05-04 14:04:56 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 14:33:29 +0100" startDate="2024-05-04 14:18:08 +0100" endDate="2024-05-04 14:19:44 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 14:53:22 +0100" startDate="2024-05-04 14:35:12 +0100" endDate="2024-05-04 14:45:07 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 14:57:17 +0100" startDate="2024-05-04 14:45:25 +0100" endDate="2024-05-04 14:55:22 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 15:13:01 +0100" startDate="2024-05-04 14:59:40 +0100" endDate="2024-05-04 15:08:42 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 15:21:57 +0100" startDate="2024-05-04 15:09:56 +0100" endDate="2024-05-04 15:10:37 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 15:32:01 +0100" startDate="2024-05-04 15:20:11 +0100" endDate="2024-05-04 15:20:26 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 16:11:17 +0100" startDate="2024-05-04 15:57:59 +0100" endDate="2024-05-04 15:58:35 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 19:05:01 +0100" startDate="2024-05-04 18:50:53 +0100" endDate="2024-05-04 18:58:39 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 19:18:04 +0100" startDate="2024-05-04 19:05:37 +0100" endDate="2024-05-04 19:10:36 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 20:55:47 +0100" startDate="2024-05-04 20:44:44 +0100" endDate="2024-05-04 20:50:25 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-04 23:33:53 +0100" startDate="2024-05-04 23:23:42 +0100" endDate="2024-05-04 23:23:53 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-05 04:09:14 +0100" startDate="2024-05-05 03:59:06 +0100" endDate="2024-05-05 04:01:21 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-05 05:18:19 +0100" startDate="2024-05-05 05:07:05 +0100" endDate="2024-05-05 05:07:38 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-05 12:21:35 +0100" startDate="2024-05-05 12:10:32 +0100" endDate="2024-05-05 12:10:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-05 13:02:58 +0100" startDate="2024-05-05 12:52:51 +0100" endDate="2024-05-05 12:52:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-05 13:34:31 +0100" startDate="2024-05-05 13:21:44 +0100" endDate="2024-05-05 13:31:02 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-05 13:43:33 +0100" startDate="2024-05-05 13:31:55 +0100" endDate="2024-05-05 13:40:48 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-05 14:01:18 +0100" startDate="2024-05-05 13:41:21 +0100" endDate="2024-05-05 13:51:22 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-05 14:02:35 +0100" startDate="2024-05-05 13:51:32 +0100" endDate="2024-05-05 14:00:47 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-05 14:27:15 +0100" startDate="2024-05-05 14:17:02 +0100" endDate="2024-05-05 14:19:35 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-05 16:08:41 +0100" startDate="2024-05-05 15:58:30 +0100" endDate="2024-05-05 15:59:36 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 04:33:19 +0100" startDate="2024-05-06 04:14:51 +0100" endDate="2024-05-06 04:14:56 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 04:44:29 +0100" startDate="2024-05-06 04:33:26 +0100" endDate="2024-05-06 04:36:34 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 05:16:56 +0100" startDate="2024-05-06 05:06:45 +0100" endDate="2024-05-06 05:12:11 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 05:38:16 +0100" startDate="2024-05-06 05:27:13 +0100" endDate="2024-05-06 05:34:09 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 07:07:06 +0100" startDate="2024-05-06 06:53:49 +0100" endDate="2024-05-06 06:56:58 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 08:14:35 +0100" startDate="2024-05-06 08:04:07 +0100" endDate="2024-05-06 08:04:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 08:49:12 +0100" startDate="2024-05-06 08:38:36 +0100" endDate="2024-05-06 08:46:33 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 09:51:32 +0100" startDate="2024-05-06 09:40:25 +0100" endDate="2024-05-06 09:45:28 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 10:54:27 +0100" startDate="2024-05-06 10:41:04 +0100" endDate="2024-05-06 10:47:18 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 11:24:44 +0100" startDate="2024-05-06 11:08:27 +0100" endDate="2024-05-06 11:16:20 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 12:28:36 +0100" startDate="2024-05-06 12:12:51 +0100" endDate="2024-05-06 12:12:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 13:03:34 +0100" startDate="2024-05-06 12:50:30 +0100" endDate="2024-05-06 13:00:29 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 13:12:12 +0100" startDate="2024-05-06 13:00:29 +0100" endDate="2024-05-06 13:01:03 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 14:58:06 +0100" startDate="2024-05-06 14:38:31 +0100" endDate="2024-05-06 14:42:51 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 16:22:50 +0100" startDate="2024-05-06 16:12:34 +0100" endDate="2024-05-06 16:22:00 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 16:32:56 +0100" startDate="2024-05-06 16:22:43 +0100" endDate="2024-05-06 16:26:27 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 18:26:39 +0100" startDate="2024-05-06 18:15:36 +0100" endDate="2024-05-06 18:22:51 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 18:42:50 +0100" startDate="2024-05-06 18:32:45 +0100" endDate="2024-05-06 18:33:31 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 18:54:33 +0100" startDate="2024-05-06 18:43:47 +0100" endDate="2024-05-06 18:46:23 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 19:10:11 +0100" startDate="2024-05-06 19:00:03 +0100" endDate="2024-05-06 19:05:57 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 19:21:42 +0100" startDate="2024-05-06 19:10:39 +0100" endDate="2024-05-06 19:18:38 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 19:31:24 +0100" startDate="2024-05-06 19:21:16 +0100" endDate="2024-05-06 19:29:33 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 20:49:14 +0100" startDate="2024-05-06 20:37:16 +0100" endDate="2024-05-06 20:42:06 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 20:59:39 +0100" startDate="2024-05-06 20:48:39 +0100" endDate="2024-05-06 20:49:02 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 21:10:26 +0100" startDate="2024-05-06 20:59:15 +0100" endDate="2024-05-06 21:06:48 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 21:20:18 +0100" startDate="2024-05-06 21:09:16 +0100" endDate="2024-05-06 21:09:34 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-06 21:41:37 +0100" startDate="2024-05-06 21:31:25 +0100" endDate="2024-05-06 21:38:26 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 04:30:24 +0100" startDate="2024-05-07 04:16:30 +0100" endDate="2024-05-07 04:16:37 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 04:41:46 +0100" startDate="2024-05-07 04:30:43 +0100" endDate="2024-05-07 04:31:03 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 05:13:47 +0100" startDate="2024-05-07 05:02:25 +0100" endDate="2024-05-07 05:12:24 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 05:23:27 +0100" startDate="2024-05-07 05:12:24 +0100" endDate="2024-05-07 05:19:17 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 07:00:19 +0100" startDate="2024-05-07 06:49:16 +0100" endDate="2024-05-07 06:54:04 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 07:33:20 +0100" startDate="2024-05-07 07:22:07 +0100" endDate="2024-05-07 07:28:26 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 09:18:34 +0100" startDate="2024-05-07 09:07:13 +0100" endDate="2024-05-07 09:13:12 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 11:06:24 +0100" startDate="2024-05-07 10:56:10 +0100" endDate="2024-05-07 11:00:55 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 13:05:35 +0100" startDate="2024-05-07 12:55:25 +0100" endDate="2024-05-07 13:04:02 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 14:27:24 +0100" startDate="2024-05-07 14:16:21 +0100" endDate="2024-05-07 14:26:12 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 14:37:45 +0100" startDate="2024-05-07 14:26:43 +0100" endDate="2024-05-07 14:26:50 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 14:59:08 +0100" startDate="2024-05-07 14:49:03 +0100" endDate="2024-05-07 14:49:23 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 15:33:21 +0100" startDate="2024-05-07 15:21:17 +0100" endDate="2024-05-07 15:24:57 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 15:50:25 +0100" startDate="2024-05-07 15:38:51 +0100" endDate="2024-05-07 15:46:38 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 16:04:39 +0100" startDate="2024-05-07 15:50:50 +0100" endDate="2024-05-07 16:00:20 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 16:12:09 +0100" startDate="2024-05-07 16:01:06 +0100" endDate="2024-05-07 16:04:43 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 16:39:32 +0100" startDate="2024-05-07 16:29:19 +0100" endDate="2024-05-07 16:29:37 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 17:46:21 +0100" startDate="2024-05-07 17:36:10 +0100" endDate="2024-05-07 17:46:12 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 17:57:33 +0100" startDate="2024-05-07 17:46:34 +0100" endDate="2024-05-07 17:56:33 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 18:48:30 +0100" startDate="2024-05-07 18:37:27 +0100" endDate="2024-05-07 18:38:00 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-07 21:00:11 +0100" startDate="2024-05-07 20:49:08 +0100" endDate="2024-05-07 20:51:36 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 03:35:59 +0100" startDate="2024-05-08 03:24:56 +0100" endDate="2024-05-08 03:29:38 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 07:44:42 +0100" startDate="2024-05-08 07:32:44 +0100" endDate="2024-05-08 07:39:37 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 07:55:34 +0100" startDate="2024-05-08 07:44:33 +0100" endDate="2024-05-08 07:44:35 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 08:14:56 +0100" startDate="2024-05-08 08:02:09 +0100" endDate="2024-05-08 08:02:40 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 10:25:52 +0100" startDate="2024-05-08 10:09:20 +0100" endDate="2024-05-08 10:12:36 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 10:35:05 +0100" startDate="2024-05-08 10:23:41 +0100" endDate="2024-05-08 10:33:35 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 10:45:10 +0100" startDate="2024-05-08 10:34:39 +0100" endDate="2024-05-08 10:39:29 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 11:02:15 +0100" startDate="2024-05-08 10:47:46 +0100" endDate="2024-05-08 10:55:29 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 11:11:57 +0100" startDate="2024-05-08 11:00:54 +0100" endDate="2024-05-08 11:10:50 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 11:29:00 +0100" startDate="2024-05-08 11:11:00 +0100" endDate="2024-05-08 11:20:38 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 11:37:08 +0100" startDate="2024-05-08 11:21:32 +0100" endDate="2024-05-08 11:31:33 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 11:48:14 +0100" startDate="2024-05-08 11:31:33 +0100" endDate="2024-05-08 11:32:34 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 12:50:55 +0100" startDate="2024-05-08 12:40:42 +0100" endDate="2024-05-08 12:50:43 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 13:01:46 +0100" startDate="2024-05-08 12:50:43 +0100" endDate="2024-05-08 13:00:44 +0100" value="912"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 13:11:51 +0100" startDate="2024-05-08 13:00:44 +0100" endDate="2024-05-08 13:10:45 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 13:21:48 +0100" startDate="2024-05-08 13:10:45 +0100" endDate="2024-05-08 13:20:03 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 16:36:19 +0100" startDate="2024-05-08 16:25:16 +0100" endDate="2024-05-08 16:33:18 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 16:47:59 +0100" startDate="2024-05-08 16:37:22 +0100" endDate="2024-05-08 16:47:24 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 16:59:15 +0100" startDate="2024-05-08 16:47:24 +0100" endDate="2024-05-08 16:57:25 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 17:25:10 +0100" startDate="2024-05-08 16:57:25 +0100" endDate="2024-05-08 16:58:51 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 19:26:05 +0100" startDate="2024-05-08 19:15:13 +0100" endDate="2024-05-08 19:25:14 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 19:41:01 +0100" startDate="2024-05-08 19:25:14 +0100" endDate="2024-05-08 19:35:15 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 19:46:25 +0100" startDate="2024-05-08 19:35:15 +0100" endDate="2024-05-08 19:45:16 +0100" value="1097"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 19:56:54 +0100" startDate="2024-05-08 19:45:16 +0100" endDate="2024-05-08 19:55:17 +0100" value="1062"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 20:10:50 +0100" startDate="2024-05-08 19:55:17 +0100" endDate="2024-05-08 20:02:30 +0100" value="647"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 20:41:05 +0100" startDate="2024-05-08 20:30:02 +0100" endDate="2024-05-08 20:33:24 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-08 21:21:59 +0100" startDate="2024-05-08 21:10:56 +0100" endDate="2024-05-08 21:12:12 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 06:20:22 +0100" startDate="2024-05-09 06:06:19 +0100" endDate="2024-05-09 06:12:54 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 06:29:13 +0100" startDate="2024-05-09 06:17:11 +0100" endDate="2024-05-09 06:26:21 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 06:43:09 +0100" startDate="2024-05-09 06:30:00 +0100" endDate="2024-05-09 06:36:40 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 07:27:38 +0100" startDate="2024-05-09 07:14:35 +0100" endDate="2024-05-09 07:16:35 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 08:33:38 +0100" startDate="2024-05-09 08:21:41 +0100" endDate="2024-05-09 08:31:20 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 08:44:28 +0100" startDate="2024-05-09 08:34:03 +0100" endDate="2024-05-09 08:43:21 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 09:03:46 +0100" startDate="2024-05-09 08:44:12 +0100" endDate="2024-05-09 08:54:13 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 09:05:55 +0100" startDate="2024-05-09 08:54:13 +0100" endDate="2024-05-09 08:58:38 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 09:18:17 +0100" startDate="2024-05-09 09:06:05 +0100" endDate="2024-05-09 09:15:50 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 09:34:02 +0100" startDate="2024-05-09 09:16:36 +0100" endDate="2024-05-09 09:26:31 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 09:40:31 +0100" startDate="2024-05-09 09:26:49 +0100" endDate="2024-05-09 09:36:22 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 09:56:04 +0100" startDate="2024-05-09 09:36:55 +0100" endDate="2024-05-09 09:42:16 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 10:46:21 +0100" startDate="2024-05-09 10:33:11 +0100" endDate="2024-05-09 10:33:14 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 11:02:13 +0100" startDate="2024-05-09 10:51:10 +0100" endDate="2024-05-09 10:51:58 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 13:40:47 +0100" startDate="2024-05-09 13:29:45 +0100" endDate="2024-05-09 13:32:05 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 14:32:00 +0100" startDate="2024-05-09 14:02:58 +0100" endDate="2024-05-09 14:07:23 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 14:46:45 +0100" startDate="2024-05-09 14:33:37 +0100" endDate="2024-05-09 14:43:36 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 14:57:03 +0100" startDate="2024-05-09 14:43:36 +0100" endDate="2024-05-09 14:53:04 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 15:10:00 +0100" startDate="2024-05-09 14:54:31 +0100" endDate="2024-05-09 15:01:11 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 16:00:48 +0100" startDate="2024-05-09 15:41:01 +0100" endDate="2024-05-09 15:46:48 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 16:07:44 +0100" startDate="2024-05-09 15:56:24 +0100" endDate="2024-05-09 16:06:25 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 16:18:59 +0100" startDate="2024-05-09 16:06:25 +0100" endDate="2024-05-09 16:16:26 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 16:27:29 +0100" startDate="2024-05-09 16:16:26 +0100" endDate="2024-05-09 16:18:36 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 16:58:49 +0100" startDate="2024-05-09 16:47:46 +0100" endDate="2024-05-09 16:47:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 18:59:47 +0100" startDate="2024-05-09 18:46:01 +0100" endDate="2024-05-09 18:46:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-09 23:25:41 +0100" startDate="2024-05-09 23:06:28 +0100" endDate="2024-05-09 23:06:40 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 03:33:10 +0100" startDate="2024-05-10 03:22:55 +0100" endDate="2024-05-10 03:23:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 06:38:24 +0100" startDate="2024-05-10 06:28:18 +0100" endDate="2024-05-10 06:29:02 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 08:40:17 +0100" startDate="2024-05-10 08:28:13 +0100" endDate="2024-05-10 08:33:26 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 09:07:31 +0100" startDate="2024-05-10 08:52:10 +0100" endDate="2024-05-10 08:52:27 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 11:12:35 +0100" startDate="2024-05-10 10:57:35 +0100" endDate="2024-05-10 11:05:57 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 11:24:54 +0100" startDate="2024-05-10 11:10:17 +0100" endDate="2024-05-10 11:20:18 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 11:30:44 +0100" startDate="2024-05-10 11:20:18 +0100" endDate="2024-05-10 11:30:19 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 11:44:48 +0100" startDate="2024-05-10 11:30:19 +0100" endDate="2024-05-10 11:40:20 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 11:55:31 +0100" startDate="2024-05-10 11:40:20 +0100" endDate="2024-05-10 11:49:56 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 12:03:13 +0100" startDate="2024-05-10 11:51:43 +0100" endDate="2024-05-10 12:01:21 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 12:14:06 +0100" startDate="2024-05-10 12:01:49 +0100" endDate="2024-05-10 12:02:30 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 12:30:08 +0100" startDate="2024-05-10 12:12:43 +0100" endDate="2024-05-10 12:19:44 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 13:05:01 +0100" startDate="2024-05-10 12:54:10 +0100" endDate="2024-05-10 12:59:23 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 13:17:27 +0100" startDate="2024-05-10 13:07:22 +0100" endDate="2024-05-10 13:11:42 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 13:45:21 +0100" startDate="2024-05-10 13:29:55 +0100" endDate="2024-05-10 13:29:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 14:14:58 +0100" startDate="2024-05-10 14:03:24 +0100" endDate="2024-05-10 14:09:49 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 14:25:05 +0100" startDate="2024-05-10 14:14:02 +0100" endDate="2024-05-10 14:14:20 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 16:06:12 +0100" startDate="2024-05-10 15:47:52 +0100" endDate="2024-05-10 15:57:20 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 16:12:55 +0100" startDate="2024-05-10 15:57:53 +0100" endDate="2024-05-10 16:04:08 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 16:29:57 +0100" startDate="2024-05-10 16:17:29 +0100" endDate="2024-05-10 16:25:02 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 16:37:07 +0100" startDate="2024-05-10 16:25:02 +0100" endDate="2024-05-10 16:35:03 +0100" value="1178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 16:46:40 +0100" startDate="2024-05-10 16:35:03 +0100" endDate="2024-05-10 16:38:32 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 18:01:34 +0100" startDate="2024-05-10 17:46:16 +0100" endDate="2024-05-10 17:56:01 +0100" value="996"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 18:07:37 +0100" startDate="2024-05-10 17:57:15 +0100" endDate="2024-05-10 18:07:14 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 18:19:41 +0100" startDate="2024-05-10 18:07:14 +0100" endDate="2024-05-10 18:17:15 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 18:29:06 +0100" startDate="2024-05-10 18:17:15 +0100" endDate="2024-05-10 18:22:59 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 18:42:13 +0100" startDate="2024-05-10 18:29:24 +0100" endDate="2024-05-10 18:38:47 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 18:54:36 +0100" startDate="2024-05-10 18:42:08 +0100" endDate="2024-05-10 18:51:28 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 19:03:34 +0100" startDate="2024-05-10 18:52:57 +0100" endDate="2024-05-10 19:02:51 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 22:24:59 +0100" startDate="2024-05-10 22:12:07 +0100" endDate="2024-05-10 22:22:03 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 22:34:27 +0100" startDate="2024-05-10 22:22:11 +0100" endDate="2024-05-10 22:31:16 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 22:51:05 +0100" startDate="2024-05-10 22:36:04 +0100" endDate="2024-05-10 22:45:52 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 23:00:03 +0100" startDate="2024-05-10 22:48:48 +0100" endDate="2024-05-10 22:58:44 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 23:12:57 +0100" startDate="2024-05-10 22:58:59 +0100" endDate="2024-05-10 23:07:03 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 23:25:59 +0100" startDate="2024-05-10 23:09:20 +0100" endDate="2024-05-10 23:10:52 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-10 23:37:14 +0100" startDate="2024-05-10 23:20:15 +0100" endDate="2024-05-10 23:22:43 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 00:00:43 +0100" startDate="2024-05-10 23:35:58 +0100" endDate="2024-05-10 23:42:05 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 00:42:09 +0100" startDate="2024-05-11 00:28:09 +0100" endDate="2024-05-11 00:28:40 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca7f20&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 01:12:04 +0100" startDate="2024-05-11 00:49:16 +0100" endDate="2024-05-11 00:55:53 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 01:38:33 +0100" startDate="2024-05-11 01:27:58 +0100" endDate="2024-05-11 01:35:44 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 01:49:01 +0100" startDate="2024-05-11 01:38:29 +0100" endDate="2024-05-11 01:41:11 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 06:56:47 +0100" startDate="2024-05-11 06:46:36 +0100" endDate="2024-05-11 06:52:21 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 08:58:23 +0100" startDate="2024-05-11 08:39:42 +0100" endDate="2024-05-11 08:39:47 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 09:23:37 +0100" startDate="2024-05-11 09:12:34 +0100" endDate="2024-05-11 09:17:43 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 10:21:35 +0100" startDate="2024-05-11 10:06:01 +0100" endDate="2024-05-11 10:06:29 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 10:48:52 +0100" startDate="2024-05-11 10:26:43 +0100" endDate="2024-05-11 10:29:16 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 10:55:54 +0100" startDate="2024-05-11 10:40:26 +0100" endDate="2024-05-11 10:50:22 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 11:05:25 +0100" startDate="2024-05-11 10:50:55 +0100" endDate="2024-05-11 10:55:51 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 11:16:13 +0100" startDate="2024-05-11 11:03:19 +0100" endDate="2024-05-11 11:12:34 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 11:37:43 +0100" startDate="2024-05-11 11:18:21 +0100" endDate="2024-05-11 11:23:34 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 11:53:47 +0100" startDate="2024-05-11 11:37:07 +0100" endDate="2024-05-11 11:42:15 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 12:44:27 +0100" startDate="2024-05-11 12:33:58 +0100" endDate="2024-05-11 12:34:01 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 13:12:14 +0100" startDate="2024-05-11 12:57:10 +0100" endDate="2024-05-11 12:58:28 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 13:21:08 +0100" startDate="2024-05-11 13:11:00 +0100" endDate="2024-05-11 13:21:01 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 13:36:05 +0100" startDate="2024-05-11 13:21:01 +0100" endDate="2024-05-11 13:30:29 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 13:42:50 +0100" startDate="2024-05-11 13:32:01 +0100" endDate="2024-05-11 13:42:02 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 13:59:21 +0100" startDate="2024-05-11 13:42:02 +0100" endDate="2024-05-11 13:52:03 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 14:03:08 +0100" startDate="2024-05-11 13:52:06 +0100" endDate="2024-05-11 14:02:07 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 14:18:10 +0100" startDate="2024-05-11 14:02:07 +0100" endDate="2024-05-11 14:11:40 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 14:26:21 +0100" startDate="2024-05-11 14:12:46 +0100" endDate="2024-05-11 14:22:47 +0100" value="888"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 14:36:52 +0100" startDate="2024-05-11 14:22:47 +0100" endDate="2024-05-11 14:32:48 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 14:43:06 +0100" startDate="2024-05-11 14:32:48 +0100" endDate="2024-05-11 14:42:50 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-11 14:55:04 +0100" startDate="2024-05-11 14:42:50 +0100" endDate="2024-05-11 14:50:21 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 07:26:17 +0100" startDate="2024-05-12 07:15:05 +0100" endDate="2024-05-12 07:16:04 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 07:39:49 +0100" startDate="2024-05-12 07:29:36 +0100" endDate="2024-05-12 07:34:52 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 10:09:22 +0100" startDate="2024-05-12 09:57:56 +0100" endDate="2024-05-12 10:07:09 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 10:21:08 +0100" startDate="2024-05-12 10:10:30 +0100" endDate="2024-05-12 10:17:30 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 10:34:30 +0100" startDate="2024-05-12 10:21:30 +0100" endDate="2024-05-12 10:27:21 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 10:39:24 +0100" startDate="2024-05-12 10:27:21 +0100" endDate="2024-05-12 10:37:22 +0100" value="1052"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 10:51:16 +0100" startDate="2024-05-12 10:37:22 +0100" endDate="2024-05-12 10:45:37 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 12:05:43 +0100" startDate="2024-05-12 11:53:22 +0100" endDate="2024-05-12 12:02:19 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 12:15:10 +0100" startDate="2024-05-12 12:03:53 +0100" endDate="2024-05-12 12:13:14 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 12:28:31 +0100" startDate="2024-05-12 12:14:07 +0100" endDate="2024-05-12 12:24:08 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 12:37:46 +0100" startDate="2024-05-12 12:24:08 +0100" endDate="2024-05-12 12:33:01 +0100" value="602"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 12:48:26 +0100" startDate="2024-05-12 12:35:36 +0100" endDate="2024-05-12 12:39:38 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 13:07:11 +0100" startDate="2024-05-12 12:48:35 +0100" endDate="2024-05-12 12:56:14 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 13:47:52 +0100" startDate="2024-05-12 13:31:34 +0100" endDate="2024-05-12 13:32:40 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 13:59:13 +0100" startDate="2024-05-12 13:41:42 +0100" endDate="2024-05-12 13:46:41 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 14:14:17 +0100" startDate="2024-05-12 14:00:24 +0100" endDate="2024-05-12 14:06:18 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 14:25:19 +0100" startDate="2024-05-12 14:12:14 +0100" endDate="2024-05-12 14:20:08 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 14:35:22 +0100" startDate="2024-05-12 14:22:18 +0100" endDate="2024-05-12 14:29:06 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 14:46:01 +0100" startDate="2024-05-12 14:35:23 +0100" endDate="2024-05-12 14:44:05 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 15:01:01 +0100" startDate="2024-05-12 14:49:49 +0100" endDate="2024-05-12 14:53:51 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 16:09:28 +0100" startDate="2024-05-12 15:44:11 +0100" endDate="2024-05-12 15:48:06 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 16:54:57 +0100" startDate="2024-05-12 16:29:00 +0100" endDate="2024-05-12 16:29:05 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 17:27:25 +0100" startDate="2024-05-12 17:09:00 +0100" endDate="2024-05-12 17:11:25 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 18:15:51 +0100" startDate="2024-05-12 18:00:59 +0100" endDate="2024-05-12 18:05:36 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 18:28:04 +0100" startDate="2024-05-12 18:18:03 +0100" endDate="2024-05-12 18:18:05 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 18:56:00 +0100" startDate="2024-05-12 18:44:12 +0100" endDate="2024-05-12 18:47:03 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 19:18:09 +0100" startDate="2024-05-12 19:06:40 +0100" endDate="2024-05-12 19:13:53 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 19:57:32 +0100" startDate="2024-05-12 19:46:29 +0100" endDate="2024-05-12 19:46:52 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 20:17:23 +0100" startDate="2024-05-12 19:57:28 +0100" endDate="2024-05-12 19:59:30 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 22:11:46 +0100" startDate="2024-05-12 21:53:23 +0100" endDate="2024-05-12 22:02:02 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 22:16:59 +0100" startDate="2024-05-12 22:06:43 +0100" endDate="2024-05-12 22:10:50 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-12 22:27:52 +0100" startDate="2024-05-12 22:16:49 +0100" endDate="2024-05-12 22:17:04 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 03:17:16 +0100" startDate="2024-05-13 03:04:34 +0100" endDate="2024-05-13 03:10:33 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 05:57:06 +0100" startDate="2024-05-13 05:47:01 +0100" endDate="2024-05-13 05:52:14 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 07:42:26 +0100" startDate="2024-05-13 07:32:18 +0100" endDate="2024-05-13 07:41:03 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 08:03:24 +0100" startDate="2024-05-13 07:51:24 +0100" endDate="2024-05-13 07:59:54 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 08:49:45 +0100" startDate="2024-05-13 08:38:26 +0100" endDate="2024-05-13 08:42:31 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 09:05:25 +0100" startDate="2024-05-13 08:50:40 +0100" endDate="2024-05-13 08:50:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 09:16:04 +0100" startDate="2024-05-13 09:05:01 +0100" endDate="2024-05-13 09:14:19 +0100" value="697"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 09:35:28 +0100" startDate="2024-05-13 09:20:46 +0100" endDate="2024-05-13 09:21:04 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 10:36:20 +0100" startDate="2024-05-13 10:25:58 +0100" endDate="2024-05-13 10:36:00 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 10:48:18 +0100" startDate="2024-05-13 10:36:00 +0100" endDate="2024-05-13 10:36:35 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 11:00:58 +0100" startDate="2024-05-13 10:49:55 +0100" endDate="2024-05-13 10:58:30 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 11:15:16 +0100" startDate="2024-05-13 11:04:00 +0100" endDate="2024-05-13 11:12:09 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 11:35:07 +0100" startDate="2024-05-13 11:19:11 +0100" endDate="2024-05-13 11:28:29 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 11:40:51 +0100" startDate="2024-05-13 11:30:06 +0100" endDate="2024-05-13 11:39:39 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 12:02:22 +0100" startDate="2024-05-13 11:51:10 +0100" endDate="2024-05-13 12:00:44 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 12:34:37 +0100" startDate="2024-05-13 12:23:56 +0100" endDate="2024-05-13 12:33:11 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 13:50:47 +0100" startDate="2024-05-13 13:40:34 +0100" endDate="2024-05-13 13:50:02 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 14:21:18 +0100" startDate="2024-05-13 14:10:15 +0100" endDate="2024-05-13 14:11:21 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 14:47:17 +0100" startDate="2024-05-13 14:36:29 +0100" endDate="2024-05-13 14:42:00 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 15:05:34 +0100" startDate="2024-05-13 14:46:49 +0100" endDate="2024-05-13 14:51:49 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 16:27:21 +0100" startDate="2024-05-13 16:17:06 +0100" endDate="2024-05-13 16:27:07 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 16:38:10 +0100" startDate="2024-05-13 16:27:07 +0100" endDate="2024-05-13 16:30:03 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 17:55:37 +0100" startDate="2024-05-13 17:43:13 +0100" endDate="2024-05-13 17:46:37 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 18:14:31 +0100" startDate="2024-05-13 17:55:57 +0100" endDate="2024-05-13 17:56:27 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 18:26:52 +0100" startDate="2024-05-13 18:12:07 +0100" endDate="2024-05-13 18:20:20 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 18:41:09 +0100" startDate="2024-05-13 18:27:43 +0100" endDate="2024-05-13 18:30:34 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 19:01:27 +0100" startDate="2024-05-13 18:50:24 +0100" endDate="2024-05-13 18:59:14 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 19:12:45 +0100" startDate="2024-05-13 19:01:42 +0100" endDate="2024-05-13 19:04:53 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 19:30:36 +0100" startDate="2024-05-13 19:19:33 +0100" endDate="2024-05-13 19:20:24 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-13 20:29:08 +0100" startDate="2024-05-13 20:17:50 +0100" endDate="2024-05-13 20:20:13 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 04:29:16 +0100" startDate="2024-05-14 04:16:38 +0100" endDate="2024-05-14 04:16:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 04:40:08 +0100" startDate="2024-05-14 04:29:06 +0100" endDate="2024-05-14 04:35:25 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 04:51:00 +0100" startDate="2024-05-14 04:40:49 +0100" endDate="2024-05-14 04:49:54 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 05:16:12 +0100" startDate="2024-05-14 05:01:25 +0100" endDate="2024-05-14 05:11:26 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 05:22:58 +0100" startDate="2024-05-14 05:11:26 +0100" endDate="2024-05-14 05:21:27 +0100" value="1189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 05:32:20 +0100" startDate="2024-05-14 05:21:27 +0100" endDate="2024-05-14 05:27:49 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 06:44:09 +0100" startDate="2024-05-14 06:33:06 +0100" endDate="2024-05-14 06:39:21 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 07:15:53 +0100" startDate="2024-05-14 07:05:38 +0100" endDate="2024-05-14 07:06:57 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 07:30:23 +0100" startDate="2024-05-14 07:19:20 +0100" endDate="2024-05-14 07:19:23 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 07:56:20 +0100" startDate="2024-05-14 07:45:22 +0100" endDate="2024-05-14 07:55:23 +0100" value="1113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 08:07:52 +0100" startDate="2024-05-14 07:55:23 +0100" endDate="2024-05-14 08:02:21 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 08:30:41 +0100" startDate="2024-05-14 08:19:38 +0100" endDate="2024-05-14 08:29:04 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 08:48:31 +0100" startDate="2024-05-14 08:37:28 +0100" endDate="2024-05-14 08:46:36 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 08:58:42 +0100" startDate="2024-05-14 08:48:08 +0100" endDate="2024-05-14 08:57:26 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 09:10:44 +0100" startDate="2024-05-14 08:59:41 +0100" endDate="2024-05-14 09:07:55 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 09:22:49 +0100" startDate="2024-05-14 09:09:55 +0100" endDate="2024-05-14 09:19:21 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 09:33:42 +0100" startDate="2024-05-14 09:22:07 +0100" endDate="2024-05-14 09:27:50 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 09:44:39 +0100" startDate="2024-05-14 09:29:02 +0100" endDate="2024-05-14 09:38:30 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 09:52:41 +0100" startDate="2024-05-14 09:40:37 +0100" endDate="2024-05-14 09:50:26 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 10:10:16 +0100" startDate="2024-05-14 10:00:01 +0100" endDate="2024-05-14 10:02:27 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 10:29:05 +0100" startDate="2024-05-14 10:10:18 +0100" endDate="2024-05-14 10:11:19 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 10:34:40 +0100" startDate="2024-05-14 10:23:18 +0100" endDate="2024-05-14 10:32:20 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 10:54:27 +0100" startDate="2024-05-14 10:34:45 +0100" endDate="2024-05-14 10:44:46 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 10:55:28 +0100" startDate="2024-05-14 10:44:46 +0100" endDate="2024-05-14 10:54:04 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 11:11:35 +0100" startDate="2024-05-14 10:57:23 +0100" endDate="2024-05-14 11:03:53 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 11:50:27 +0100" startDate="2024-05-14 11:36:05 +0100" endDate="2024-05-14 11:43:05 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 12:12:17 +0100" startDate="2024-05-14 12:01:14 +0100" endDate="2024-05-14 12:04:55 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 13:14:41 +0100" startDate="2024-05-14 13:03:05 +0100" endDate="2024-05-14 13:13:06 +0100" value="1183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 13:24:45 +0100" startDate="2024-05-14 13:13:06 +0100" endDate="2024-05-14 13:20:58 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 13:44:09 +0100" startDate="2024-05-14 13:33:06 +0100" endDate="2024-05-14 13:33:12 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 13:54:55 +0100" startDate="2024-05-14 13:44:44 +0100" endDate="2024-05-14 13:52:03 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 14:07:39 +0100" startDate="2024-05-14 13:57:31 +0100" endDate="2024-05-14 13:58:07 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 14:47:20 +0100" startDate="2024-05-14 14:35:29 +0100" endDate="2024-05-14 14:45:30 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 14:57:27 +0100" startDate="2024-05-14 14:45:30 +0100" endDate="2024-05-14 14:55:31 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 15:08:27 +0100" startDate="2024-05-14 14:55:31 +0100" endDate="2024-05-14 15:03:25 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 15:20:00 +0100" startDate="2024-05-14 15:08:45 +0100" endDate="2024-05-14 15:14:16 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 16:20:53 +0100" startDate="2024-05-14 16:03:34 +0100" endDate="2024-05-14 16:13:35 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 16:27:02 +0100" startDate="2024-05-14 16:13:35 +0100" endDate="2024-05-14 16:23:36 +0100" value="1101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 16:37:22 +0100" startDate="2024-05-14 16:23:36 +0100" endDate="2024-05-14 16:32:46 +0100" value="996"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 16:48:01 +0100" startDate="2024-05-14 16:33:40 +0100" endDate="2024-05-14 16:42:55 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 16:56:05 +0100" startDate="2024-05-14 16:44:42 +0100" endDate="2024-05-14 16:53:45 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 17:12:48 +0100" startDate="2024-05-14 17:01:57 +0100" endDate="2024-05-14 17:05:00 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 17:30:01 +0100" startDate="2024-05-14 17:13:32 +0100" endDate="2024-05-14 17:18:43 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 17:38:49 +0100" startDate="2024-05-14 17:27:09 +0100" endDate="2024-05-14 17:29:24 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 17:48:46 +0100" startDate="2024-05-14 17:37:43 +0100" endDate="2024-05-14 17:37:56 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 18:03:07 +0100" startDate="2024-05-14 17:52:48 +0100" endDate="2024-05-14 18:02:49 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 18:12:53 +0100" startDate="2024-05-14 18:02:49 +0100" endDate="2024-05-14 18:12:50 +0100" value="1158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 18:23:59 +0100" startDate="2024-05-14 18:12:50 +0100" endDate="2024-05-14 18:21:55 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 18:39:11 +0100" startDate="2024-05-14 18:24:41 +0100" endDate="2024-05-14 18:28:03 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 18:53:00 +0100" startDate="2024-05-14 18:41:53 +0100" endDate="2024-05-14 18:41:56 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-14 20:57:02 +0100" startDate="2024-05-14 20:43:43 +0100" endDate="2024-05-14 20:44:11 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 04:29:59 +0100" startDate="2024-05-15 04:16:58 +0100" endDate="2024-05-15 04:26:10 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 04:40:21 +0100" startDate="2024-05-15 04:29:19 +0100" endDate="2024-05-15 04:36:29 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 05:01:10 +0100" startDate="2024-05-15 04:50:04 +0100" endDate="2024-05-15 04:56:14 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 06:08:55 +0100" startDate="2024-05-15 05:57:40 +0100" endDate="2024-05-15 06:07:41 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 06:18:01 +0100" startDate="2024-05-15 06:07:41 +0100" endDate="2024-05-15 06:09:28 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 07:21:30 +0100" startDate="2024-05-15 07:10:46 +0100" endDate="2024-05-15 07:10:56 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 07:38:14 +0100" startDate="2024-05-15 07:28:04 +0100" endDate="2024-05-15 07:37:52 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 07:55:28 +0100" startDate="2024-05-15 07:44:19 +0100" endDate="2024-05-15 07:50:08 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 08:36:48 +0100" startDate="2024-05-15 08:22:40 +0100" endDate="2024-05-15 08:25:18 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 08:47:42 +0100" startDate="2024-05-15 08:37:37 +0100" endDate="2024-05-15 08:40:58 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 09:02:36 +0100" startDate="2024-05-15 08:52:26 +0100" endDate="2024-05-15 08:52:38 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 11:48:27 +0100" startDate="2024-05-15 11:38:19 +0100" endDate="2024-05-15 11:45:40 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 12:05:30 +0100" startDate="2024-05-15 11:51:42 +0100" endDate="2024-05-15 11:57:31 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 12:14:30 +0100" startDate="2024-05-15 12:03:27 +0100" endDate="2024-05-15 12:03:35 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 12:49:56 +0100" startDate="2024-05-15 12:39:50 +0100" endDate="2024-05-15 12:40:06 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 14:26:03 +0100" startDate="2024-05-15 14:06:24 +0100" endDate="2024-05-15 14:09:28 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 15:14:20 +0100" startDate="2024-05-15 15:03:23 +0100" endDate="2024-05-15 15:11:22 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 15:25:26 +0100" startDate="2024-05-15 15:14:24 +0100" endDate="2024-05-15 15:21:04 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 15:35:59 +0100" startDate="2024-05-15 15:25:54 +0100" endDate="2024-05-15 15:26:50 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 17:18:03 +0100" startDate="2024-05-15 17:07:53 +0100" endDate="2024-05-15 17:14:03 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 17:39:46 +0100" startDate="2024-05-15 17:29:40 +0100" endDate="2024-05-15 17:35:24 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 17:55:15 +0100" startDate="2024-05-15 17:44:13 +0100" endDate="2024-05-15 17:45:01 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 18:05:28 +0100" startDate="2024-05-15 17:55:18 +0100" endDate="2024-05-15 17:55:54 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 18:17:24 +0100" startDate="2024-05-15 18:05:42 +0100" endDate="2024-05-15 18:15:43 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 18:26:58 +0100" startDate="2024-05-15 18:15:43 +0100" endDate="2024-05-15 18:25:21 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 18:41:36 +0100" startDate="2024-05-15 18:27:23 +0100" endDate="2024-05-15 18:37:24 +0100" value="1110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 18:54:35 +0100" startDate="2024-05-15 18:37:24 +0100" endDate="2024-05-15 18:46:01 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 19:09:15 +0100" startDate="2024-05-15 18:57:57 +0100" endDate="2024-05-15 19:07:43 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 19:23:45 +0100" startDate="2024-05-15 19:12:41 +0100" endDate="2024-05-15 19:15:43 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 21:10:24 +0100" startDate="2024-05-15 20:59:46 +0100" endDate="2024-05-15 21:08:20 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-15 21:21:34 +0100" startDate="2024-05-15 21:10:31 +0100" endDate="2024-05-15 21:10:36 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 04:28:22 +0100" startDate="2024-05-16 04:17:12 +0100" endDate="2024-05-16 04:18:33 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 04:50:58 +0100" startDate="2024-05-16 04:38:41 +0100" endDate="2024-05-16 04:39:14 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 05:23:52 +0100" startDate="2024-05-16 05:13:11 +0100" endDate="2024-05-16 05:23:00 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 05:34:15 +0100" startDate="2024-05-16 05:23:56 +0100" endDate="2024-05-16 05:33:57 +0100" value="1114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 05:45:10 +0100" startDate="2024-05-16 05:33:57 +0100" endDate="2024-05-16 05:43:12 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 07:15:40 +0100" startDate="2024-05-16 07:01:53 +0100" endDate="2024-05-16 07:01:55 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 07:29:18 +0100" startDate="2024-05-16 07:14:34 +0100" endDate="2024-05-16 07:24:36 +0100" value="1112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 07:36:45 +0100" startDate="2024-05-16 07:24:36 +0100" endDate="2024-05-16 07:31:10 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 08:01:20 +0100" startDate="2024-05-16 07:49:05 +0100" endDate="2024-05-16 07:58:05 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 08:29:55 +0100" startDate="2024-05-16 08:19:46 +0100" endDate="2024-05-16 08:28:11 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 08:44:58 +0100" startDate="2024-05-16 08:33:06 +0100" endDate="2024-05-16 08:33:34 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 09:13:46 +0100" startDate="2024-05-16 09:03:19 +0100" endDate="2024-05-16 09:13:19 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 09:24:46 +0100" startDate="2024-05-16 09:13:19 +0100" endDate="2024-05-16 09:17:59 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 09:35:17 +0100" startDate="2024-05-16 09:24:54 +0100" endDate="2024-05-16 09:29:47 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 09:45:52 +0100" startDate="2024-05-16 09:35:41 +0100" endDate="2024-05-16 09:35:44 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 10:13:57 +0100" startDate="2024-05-16 10:01:54 +0100" endDate="2024-05-16 10:09:42 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 11:02:19 +0100" startDate="2024-05-16 10:51:16 +0100" endDate="2024-05-16 10:56:47 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 11:28:01 +0100" startDate="2024-05-16 11:17:11 +0100" endDate="2024-05-16 11:17:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 12:15:41 +0100" startDate="2024-05-16 12:04:37 +0100" endDate="2024-05-16 12:08:57 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 12:38:30 +0100" startDate="2024-05-16 12:24:55 +0100" endDate="2024-05-16 12:27:05 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 13:24:04 +0100" startDate="2024-05-16 13:12:36 +0100" endDate="2024-05-16 13:17:19 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 15:03:59 +0100" startDate="2024-05-16 14:53:44 +0100" endDate="2024-05-16 15:03:28 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 15:14:50 +0100" startDate="2024-05-16 15:04:37 +0100" endDate="2024-05-16 15:04:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 16:06:44 +0100" startDate="2024-05-16 15:55:12 +0100" endDate="2024-05-16 16:04:30 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 16:16:55 +0100" startDate="2024-05-16 16:05:28 +0100" endDate="2024-05-16 16:06:47 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 16:39:49 +0100" startDate="2024-05-16 16:27:06 +0100" endDate="2024-05-16 16:37:04 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 16:48:51 +0100" startDate="2024-05-16 16:37:04 +0100" endDate="2024-05-16 16:47:06 +0100" value="1067"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 16:59:23 +0100" startDate="2024-05-16 16:47:06 +0100" endDate="2024-05-16 16:50:14 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 17:09:26 +0100" startDate="2024-05-16 16:58:24 +0100" endDate="2024-05-16 16:58:59 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 18:22:38 +0100" startDate="2024-05-16 18:12:26 +0100" endDate="2024-05-16 18:22:24 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 18:32:32 +0100" startDate="2024-05-16 18:22:24 +0100" endDate="2024-05-16 18:32:26 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 18:42:36 +0100" startDate="2024-05-16 18:32:26 +0100" endDate="2024-05-16 18:42:09 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-16 21:11:06 +0100" startDate="2024-05-16 21:00:03 +0100" endDate="2024-05-16 21:04:59 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 04:59:47 +0100" startDate="2024-05-17 04:48:38 +0100" endDate="2024-05-17 04:48:53 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 05:09:48 +0100" startDate="2024-05-17 04:59:43 +0100" endDate="2024-05-17 05:00:03 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 06:40:26 +0100" startDate="2024-05-17 06:29:46 +0100" endDate="2024-05-17 06:35:45 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 07:29:06 +0100" startDate="2024-05-17 07:18:58 +0100" endDate="2024-05-17 07:19:29 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 08:22:46 +0100" startDate="2024-05-17 08:11:43 +0100" endDate="2024-05-17 08:16:41 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 10:50:10 +0100" startDate="2024-05-17 10:39:08 +0100" endDate="2024-05-17 10:48:28 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 11:14:43 +0100" startDate="2024-05-17 11:03:05 +0100" endDate="2024-05-17 11:12:24 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 11:33:48 +0100" startDate="2024-05-17 11:22:46 +0100" endDate="2024-05-17 11:22:48 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 11:52:06 +0100" startDate="2024-05-17 11:39:11 +0100" endDate="2024-05-17 11:42:12 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 12:04:32 +0100" startDate="2024-05-17 11:52:12 +0100" endDate="2024-05-17 12:02:13 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 12:13:19 +0100" startDate="2024-05-17 12:02:28 +0100" endDate="2024-05-17 12:12:29 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 13:27:57 +0100" startDate="2024-05-17 12:46:48 +0100" endDate="2024-05-17 12:49:00 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 13:42:23 +0100" startDate="2024-05-17 13:28:01 +0100" endDate="2024-05-17 13:28:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 13:42:23 +0100" startDate="2024-05-17 13:29:38 +0100" endDate="2024-05-17 13:29:46 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 14:41:49 +0100" startDate="2024-05-17 14:31:36 +0100" endDate="2024-05-17 14:32:24 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 15:27:09 +0100" startDate="2024-05-17 15:16:41 +0100" endDate="2024-05-17 15:26:40 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 15:42:33 +0100" startDate="2024-05-17 15:26:40 +0100" endDate="2024-05-17 15:34:08 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 16:04:22 +0100" startDate="2024-05-17 15:53:20 +0100" endDate="2024-05-17 15:58:05 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 16:20:16 +0100" startDate="2024-05-17 16:09:42 +0100" endDate="2024-05-17 16:16:59 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 16:55:10 +0100" startDate="2024-05-17 16:43:23 +0100" endDate="2024-05-17 16:48:31 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 17:37:32 +0100" startDate="2024-05-17 17:25:29 +0100" endDate="2024-05-17 17:34:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 17:52:45 +0100" startDate="2024-05-17 17:39:35 +0100" endDate="2024-05-17 17:39:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 18:10:15 +0100" startDate="2024-05-17 17:59:12 +0100" endDate="2024-05-17 18:02:49 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 18:22:54 +0100" startDate="2024-05-17 18:11:50 +0100" endDate="2024-05-17 18:12:31 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 18:38:26 +0100" startDate="2024-05-17 18:27:23 +0100" endDate="2024-05-17 18:31:28 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 19:09:35 +0100" startDate="2024-05-17 18:57:38 +0100" endDate="2024-05-17 18:59:51 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 20:01:37 +0100" startDate="2024-05-17 19:45:08 +0100" endDate="2024-05-17 19:48:32 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-17 21:35:22 +0100" startDate="2024-05-17 21:24:19 +0100" endDate="2024-05-17 21:28:39 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 04:35:10 +0100" startDate="2024-05-18 04:24:35 +0100" endDate="2024-05-18 04:25:10 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 07:46:00 +0100" startDate="2024-05-18 07:35:42 +0100" endDate="2024-05-18 07:36:16 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 07:56:56 +0100" startDate="2024-05-18 07:45:54 +0100" endDate="2024-05-18 07:46:02 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 08:07:05 +0100" startDate="2024-05-18 07:56:03 +0100" endDate="2024-05-18 08:05:38 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 08:20:12 +0100" startDate="2024-05-18 08:06:47 +0100" endDate="2024-05-18 08:10:34 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 08:40:39 +0100" startDate="2024-05-18 08:29:37 +0100" endDate="2024-05-18 08:39:38 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 08:53:44 +0100" startDate="2024-05-18 08:39:38 +0100" endDate="2024-05-18 08:49:19 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 09:04:45 +0100" startDate="2024-05-18 08:50:00 +0100" endDate="2024-05-18 08:59:55 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 09:17:14 +0100" startDate="2024-05-18 09:00:16 +0100" endDate="2024-05-18 09:10:15 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 09:22:03 +0100" startDate="2024-05-18 09:10:40 +0100" endDate="2024-05-18 09:18:57 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 09:40:57 +0100" startDate="2024-05-18 09:30:30 +0100" endDate="2024-05-18 09:40:29 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 09:57:13 +0100" startDate="2024-05-18 09:40:29 +0100" endDate="2024-05-18 09:45:22 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 10:17:31 +0100" startDate="2024-05-18 10:05:11 +0100" endDate="2024-05-18 10:11:11 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 10:44:32 +0100" startDate="2024-05-18 10:34:21 +0100" endDate="2024-05-18 10:41:04 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 15:58:18 +0100" startDate="2024-05-18 15:46:13 +0100" endDate="2024-05-18 15:46:26 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 16:20:52 +0100" startDate="2024-05-18 16:09:49 +0100" endDate="2024-05-18 16:16:27 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 17:05:24 +0100" startDate="2024-05-18 16:54:02 +0100" endDate="2024-05-18 16:54:56 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-18 21:22:53 +0100" startDate="2024-05-18 21:11:50 +0100" endDate="2024-05-18 21:17:01 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 05:12:50 +0100" startDate="2024-05-19 05:02:45 +0100" endDate="2024-05-19 05:07:00 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 05:28:31 +0100" startDate="2024-05-19 05:18:18 +0100" endDate="2024-05-19 05:19:06 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 06:25:00 +0100" startDate="2024-05-19 06:10:51 +0100" endDate="2024-05-19 06:11:57 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 07:54:12 +0100" startDate="2024-05-19 07:44:02 +0100" endDate="2024-05-19 07:51:20 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 08:09:00 +0100" startDate="2024-05-19 07:57:58 +0100" endDate="2024-05-19 07:58:41 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 08:40:40 +0100" startDate="2024-05-19 08:30:07 +0100" endDate="2024-05-19 08:32:50 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 09:32:58 +0100" startDate="2024-05-19 09:22:40 +0100" endDate="2024-05-19 09:31:36 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 09:48:08 +0100" startDate="2024-05-19 09:33:31 +0100" endDate="2024-05-19 09:42:41 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 09:59:10 +0100" startDate="2024-05-19 09:46:56 +0100" endDate="2024-05-19 09:51:34 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 10:08:12 +0100" startDate="2024-05-19 09:56:56 +0100" endDate="2024-05-19 10:06:27 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 10:17:15 +0100" startDate="2024-05-19 10:07:08 +0100" endDate="2024-05-19 10:17:07 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 10:31:06 +0100" startDate="2024-05-19 10:17:07 +0100" endDate="2024-05-19 10:18:31 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 11:02:09 +0100" startDate="2024-05-19 10:48:26 +0100" endDate="2024-05-19 10:54:08 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 11:12:56 +0100" startDate="2024-05-19 11:01:17 +0100" endDate="2024-05-19 11:05:59 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 11:25:49 +0100" startDate="2024-05-19 11:11:28 +0100" endDate="2024-05-19 11:21:21 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 11:43:27 +0100" startDate="2024-05-19 11:22:48 +0100" endDate="2024-05-19 11:32:24 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 11:43:27 +0100" startDate="2024-05-19 11:33:18 +0100" endDate="2024-05-19 11:43:17 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 11:57:49 +0100" startDate="2024-05-19 11:43:17 +0100" endDate="2024-05-19 11:48:55 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 12:19:08 +0100" startDate="2024-05-19 11:54:50 +0100" endDate="2024-05-19 12:02:24 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 12:32:54 +0100" startDate="2024-05-19 12:21:51 +0100" endDate="2024-05-19 12:29:22 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 13:00:20 +0100" startDate="2024-05-19 12:50:08 +0100" endDate="2024-05-19 12:58:30 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 13:12:02 +0100" startDate="2024-05-19 13:01:54 +0100" endDate="2024-05-19 13:09:05 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 13:25:37 +0100" startDate="2024-05-19 13:14:34 +0100" endDate="2024-05-19 13:15:35 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 13:41:51 +0100" startDate="2024-05-19 13:31:40 +0100" endDate="2024-05-19 13:41:17 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 13:52:43 +0100" startDate="2024-05-19 13:42:36 +0100" endDate="2024-05-19 13:51:41 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 14:04:13 +0100" startDate="2024-05-19 13:53:10 +0100" endDate="2024-05-19 13:58:37 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 14:20:36 +0100" startDate="2024-05-19 14:07:04 +0100" endDate="2024-05-19 14:15:51 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 14:35:34 +0100" startDate="2024-05-19 14:20:06 +0100" endDate="2024-05-19 14:24:59 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 14:55:09 +0100" startDate="2024-05-19 14:42:57 +0100" endDate="2024-05-19 14:51:35 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 15:08:16 +0100" startDate="2024-05-19 14:55:56 +0100" endDate="2024-05-19 15:05:56 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 15:16:56 +0100" startDate="2024-05-19 15:05:56 +0100" endDate="2024-05-19 15:08:52 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 15:29:48 +0100" startDate="2024-05-19 15:18:45 +0100" endDate="2024-05-19 15:26:00 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 16:24:18 +0100" startDate="2024-05-19 16:11:54 +0100" endDate="2024-05-19 16:17:39 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 16:47:58 +0100" startDate="2024-05-19 16:36:22 +0100" endDate="2024-05-19 16:46:19 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 16:58:21 +0100" startDate="2024-05-19 16:46:27 +0100" endDate="2024-05-19 16:53:58 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 17:15:51 +0100" startDate="2024-05-19 16:58:09 +0100" endDate="2024-05-19 17:01:51 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 17:40:30 +0100" startDate="2024-05-19 17:29:36 +0100" endDate="2024-05-19 17:37:45 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 19:34:46 +0100" startDate="2024-05-19 19:21:13 +0100" endDate="2024-05-19 19:29:47 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 20:06:59 +0100" startDate="2024-05-19 19:53:54 +0100" endDate="2024-05-19 20:03:54 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 20:17:09 +0100" startDate="2024-05-19 20:04:19 +0100" endDate="2024-05-19 20:10:42 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-19 20:52:19 +0100" startDate="2024-05-19 20:41:26 +0100" endDate="2024-05-19 20:46:12 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 02:33:30 +0100" startDate="2024-05-20 02:23:25 +0100" endDate="2024-05-20 02:26:08 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 07:13:19 +0100" startDate="2024-05-20 07:02:39 +0100" endDate="2024-05-20 07:10:51 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 09:01:46 +0100" startDate="2024-05-20 08:51:41 +0100" endDate="2024-05-20 08:54:08 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 09:51:01 +0100" startDate="2024-05-20 09:40:56 +0100" endDate="2024-05-20 09:46:04 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 10:07:49 +0100" startDate="2024-05-20 09:57:44 +0100" endDate="2024-05-20 10:06:28 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 10:58:36 +0100" startDate="2024-05-20 10:47:33 +0100" endDate="2024-05-20 10:56:00 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 11:09:00 +0100" startDate="2024-05-20 10:58:37 +0100" endDate="2024-05-20 11:06:01 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 11:27:31 +0100" startDate="2024-05-20 11:16:35 +0100" endDate="2024-05-20 11:18:48 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 11:38:23 +0100" startDate="2024-05-20 11:27:20 +0100" endDate="2024-05-20 11:27:23 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 11:50:26 +0100" startDate="2024-05-20 11:40:10 +0100" endDate="2024-05-20 11:50:11 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 12:00:17 +0100" startDate="2024-05-20 11:50:11 +0100" endDate="2024-05-20 11:50:34 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 12:39:56 +0100" startDate="2024-05-20 12:29:48 +0100" endDate="2024-05-20 12:38:53 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 13:14:30 +0100" startDate="2024-05-20 13:03:28 +0100" endDate="2024-05-20 13:10:05 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 14:16:14 +0100" startDate="2024-05-20 14:05:11 +0100" endDate="2024-05-20 14:05:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 16:33:06 +0100" startDate="2024-05-20 16:22:47 +0100" endDate="2024-05-20 16:32:48 +0100" value="834"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 16:44:43 +0100" startDate="2024-05-20 16:32:48 +0100" endDate="2024-05-20 16:34:55 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 17:15:34 +0100" startDate="2024-05-20 17:01:22 +0100" endDate="2024-05-20 17:05:11 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-20 20:58:07 +0100" startDate="2024-05-20 20:48:00 +0100" endDate="2024-05-20 20:48:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 02:33:16 +0100" startDate="2024-05-21 02:22:45 +0100" endDate="2024-05-21 02:28:55 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 03:10:28 +0100" startDate="2024-05-21 02:59:50 +0100" endDate="2024-05-21 03:00:39 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 07:54:41 +0100" startDate="2024-05-21 07:42:58 +0100" endDate="2024-05-21 07:43:01 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 08:06:08 +0100" startDate="2024-05-21 07:54:28 +0100" endDate="2024-05-21 07:57:01 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 08:17:05 +0100" startDate="2024-05-21 08:06:02 +0100" endDate="2024-05-21 08:10:17 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 08:31:21 +0100" startDate="2024-05-21 08:20:54 +0100" endDate="2024-05-21 08:27:06 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 10:24:28 +0100" startDate="2024-05-21 10:14:17 +0100" endDate="2024-05-21 10:20:37 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 10:58:40 +0100" startDate="2024-05-21 10:44:08 +0100" endDate="2024-05-21 10:54:10 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 11:06:34 +0100" startDate="2024-05-21 10:54:10 +0100" endDate="2024-05-21 11:04:09 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 11:15:12 +0100" startDate="2024-05-21 11:04:09 +0100" endDate="2024-05-21 11:11:40 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 11:44:13 +0100" startDate="2024-05-21 11:31:11 +0100" endDate="2024-05-21 11:40:49 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 12:05:16 +0100" startDate="2024-05-21 11:53:09 +0100" endDate="2024-05-21 11:53:11 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 13:24:01 +0100" startDate="2024-05-21 13:11:49 +0100" endDate="2024-05-21 13:21:45 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 13:33:33 +0100" startDate="2024-05-21 13:21:50 +0100" endDate="2024-05-21 13:21:53 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 14:30:18 +0100" startDate="2024-05-21 14:19:15 +0100" endDate="2024-05-21 14:19:18 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 14:44:09 +0100" startDate="2024-05-21 14:32:59 +0100" endDate="2024-05-21 14:35:16 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 14:56:49 +0100" startDate="2024-05-21 14:46:48 +0100" endDate="2024-05-21 14:47:08 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 15:02:27 +0100" startDate="2024-05-21 14:50:09 +0100" endDate="2024-05-21 14:57:20 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 15:35:01 +0100" startDate="2024-05-21 15:21:39 +0100" endDate="2024-05-21 15:28:01 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 15:47:14 +0100" startDate="2024-05-21 15:33:01 +0100" endDate="2024-05-21 15:39:03 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 15:53:20 +0100" startDate="2024-05-21 15:43:13 +0100" endDate="2024-05-21 15:52:55 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 16:03:39 +0100" startDate="2024-05-21 15:53:26 +0100" endDate="2024-05-21 15:53:59 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 16:21:03 +0100" startDate="2024-05-21 16:10:00 +0100" endDate="2024-05-21 16:16:16 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 17:05:03 +0100" startDate="2024-05-21 16:54:55 +0100" endDate="2024-05-21 17:04:26 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 17:15:32 +0100" startDate="2024-05-21 17:05:22 +0100" endDate="2024-05-21 17:05:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 17:34:34 +0100" startDate="2024-05-21 17:24:24 +0100" endDate="2024-05-21 17:33:47 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 18:01:18 +0100" startDate="2024-05-21 17:49:27 +0100" endDate="2024-05-21 17:59:26 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 18:10:30 +0100" startDate="2024-05-21 17:59:26 +0100" endDate="2024-05-21 18:00:40 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 18:23:47 +0100" startDate="2024-05-21 18:13:34 +0100" endDate="2024-05-21 18:21:59 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 18:40:07 +0100" startDate="2024-05-21 18:29:04 +0100" endDate="2024-05-21 18:29:50 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-21 21:13:18 +0100" startDate="2024-05-21 21:02:16 +0100" endDate="2024-05-21 21:04:39 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 01:58:25 +0100" startDate="2024-05-22 01:43:10 +0100" endDate="2024-05-22 01:43:33 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 05:38:07 +0100" startDate="2024-05-22 05:27:56 +0100" endDate="2024-05-22 05:28:29 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 05:49:46 +0100" startDate="2024-05-22 05:39:39 +0100" endDate="2024-05-22 05:45:45 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 06:01:26 +0100" startDate="2024-05-22 05:50:28 +0100" endDate="2024-05-22 05:51:29 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 07:15:13 +0100" startDate="2024-05-22 07:04:10 +0100" endDate="2024-05-22 07:11:21 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 07:35:02 +0100" startDate="2024-05-22 07:24:00 +0100" endDate="2024-05-22 07:26:50 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 08:00:59 +0100" startDate="2024-05-22 07:46:11 +0100" endDate="2024-05-22 07:50:34 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 08:18:17 +0100" startDate="2024-05-22 08:06:02 +0100" endDate="2024-05-22 08:12:18 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 08:54:57 +0100" startDate="2024-05-22 08:44:51 +0100" endDate="2024-05-22 08:46:28 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 09:08:51 +0100" startDate="2024-05-22 08:55:18 +0100" endDate="2024-05-22 09:03:14 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 10:10:28 +0100" startDate="2024-05-22 09:57:36 +0100" endDate="2024-05-22 10:07:22 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 10:18:42 +0100" startDate="2024-05-22 10:07:22 +0100" endDate="2024-05-22 10:17:23 +0100" value="897"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 10:28:26 +0100" startDate="2024-05-22 10:17:23 +0100" endDate="2024-05-22 10:26:23 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 10:51:22 +0100" startDate="2024-05-22 10:40:19 +0100" endDate="2024-05-22 10:40:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 11:15:31 +0100" startDate="2024-05-22 11:03:02 +0100" endDate="2024-05-22 11:05:45 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 11:58:18 +0100" startDate="2024-05-22 11:47:52 +0100" endDate="2024-05-22 11:48:13 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 12:11:55 +0100" startDate="2024-05-22 12:01:21 +0100" endDate="2024-05-22 12:11:15 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 12:22:41 +0100" startDate="2024-05-22 12:11:53 +0100" endDate="2024-05-22 12:20:35 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 12:36:34 +0100" startDate="2024-05-22 12:22:07 +0100" endDate="2024-05-22 12:29:14 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 13:13:47 +0100" startDate="2024-05-22 13:02:44 +0100" endDate="2024-05-22 13:05:40 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 13:28:31 +0100" startDate="2024-05-22 13:15:33 +0100" endDate="2024-05-22 13:20:57 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 13:45:27 +0100" startDate="2024-05-22 13:28:31 +0100" endDate="2024-05-22 13:28:33 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 14:07:41 +0100" startDate="2024-05-22 13:55:38 +0100" endDate="2024-05-22 14:01:38 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 14:18:11 +0100" startDate="2024-05-22 14:07:08 +0100" endDate="2024-05-22 14:15:55 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 14:28:35 +0100" startDate="2024-05-22 14:17:32 +0100" endDate="2024-05-22 14:17:45 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 17:01:18 +0100" startDate="2024-05-22 16:49:54 +0100" endDate="2024-05-22 16:57:40 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 17:15:57 +0100" startDate="2024-05-22 16:59:58 +0100" endDate="2024-05-22 17:08:32 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 17:29:19 +0100" startDate="2024-05-22 17:15:58 +0100" endDate="2024-05-22 17:20:20 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 17:53:19 +0100" startDate="2024-05-22 17:40:53 +0100" endDate="2024-05-22 17:42:45 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 18:22:30 +0100" startDate="2024-05-22 18:11:27 +0100" endDate="2024-05-22 18:21:28 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 18:33:15 +0100" startDate="2024-05-22 18:21:28 +0100" endDate="2024-05-22 18:30:46 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 18:42:55 +0100" startDate="2024-05-22 18:31:52 +0100" endDate="2024-05-22 18:32:36 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 19:09:40 +0100" startDate="2024-05-22 18:59:29 +0100" endDate="2024-05-22 19:09:30 +0100" value="638"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 19:20:33 +0100" startDate="2024-05-22 19:09:30 +0100" endDate="2024-05-22 19:15:30 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-22 21:33:06 +0100" startDate="2024-05-22 21:22:03 +0100" endDate="2024-05-22 21:26:04 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 05:12:16 +0100" startDate="2024-05-23 04:56:20 +0100" endDate="2024-05-23 04:56:33 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 05:22:58 +0100" startDate="2024-05-23 05:11:55 +0100" endDate="2024-05-23 05:20:58 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 06:03:27 +0100" startDate="2024-05-23 05:48:31 +0100" endDate="2024-05-23 05:58:27 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 06:09:38 +0100" startDate="2024-05-23 05:58:35 +0100" endDate="2024-05-23 06:08:18 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 06:18:51 +0100" startDate="2024-05-23 06:08:39 +0100" endDate="2024-05-23 06:13:34 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 07:44:42 +0100" startDate="2024-05-23 07:33:39 +0100" endDate="2024-05-23 07:39:51 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 08:14:33 +0100" startDate="2024-05-23 08:01:44 +0100" endDate="2024-05-23 08:08:55 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 08:26:44 +0100" startDate="2024-05-23 08:16:39 +0100" endDate="2024-05-23 08:26:02 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 08:43:56 +0100" startDate="2024-05-23 08:32:54 +0100" endDate="2024-05-23 08:41:29 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 08:59:01 +0100" startDate="2024-05-23 08:47:52 +0100" endDate="2024-05-23 08:56:55 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 11:01:40 +0100" startDate="2024-05-23 10:49:29 +0100" endDate="2024-05-23 10:52:20 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 11:29:12 +0100" startDate="2024-05-23 11:18:32 +0100" endDate="2024-05-23 11:24:51 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 12:19:31 +0100" startDate="2024-05-23 12:09:06 +0100" endDate="2024-05-23 12:18:57 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 12:30:35 +0100" startDate="2024-05-23 12:19:33 +0100" endDate="2024-05-23 12:20:13 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 13:10:59 +0100" startDate="2024-05-23 12:59:42 +0100" endDate="2024-05-23 13:05:39 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 13:32:50 +0100" startDate="2024-05-23 13:20:45 +0100" endDate="2024-05-23 13:30:46 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 13:40:54 +0100" startDate="2024-05-23 13:30:46 +0100" endDate="2024-05-23 13:38:25 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 13:53:39 +0100" startDate="2024-05-23 13:41:41 +0100" endDate="2024-05-23 13:51:40 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 14:02:43 +0100" startDate="2024-05-23 13:51:40 +0100" endDate="2024-05-23 13:54:21 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 14:33:25 +0100" startDate="2024-05-23 14:21:29 +0100" endDate="2024-05-23 14:29:30 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 14:43:04 +0100" startDate="2024-05-23 14:31:46 +0100" endDate="2024-05-23 14:37:50 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 15:52:47 +0100" startDate="2024-05-23 15:40:01 +0100" endDate="2024-05-23 15:42:37 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 16:01:06 +0100" startDate="2024-05-23 15:50:03 +0100" endDate="2024-05-23 15:56:35 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 16:12:13 +0100" startDate="2024-05-23 16:01:10 +0100" endDate="2024-05-23 16:10:37 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 17:08:26 +0100" startDate="2024-05-23 16:57:24 +0100" endDate="2024-05-23 16:58:58 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 17:21:35 +0100" startDate="2024-05-23 17:11:23 +0100" endDate="2024-05-23 17:20:26 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 17:42:43 +0100" startDate="2024-05-23 17:32:35 +0100" endDate="2024-05-23 17:42:21 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 18:19:04 +0100" startDate="2024-05-23 18:08:51 +0100" endDate="2024-05-23 18:15:41 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 18:38:31 +0100" startDate="2024-05-23 18:27:51 +0100" endDate="2024-05-23 18:27:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 19:13:00 +0100" startDate="2024-05-23 19:00:21 +0100" endDate="2024-05-23 19:00:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 19:51:19 +0100" startDate="2024-05-23 19:35:32 +0100" endDate="2024-05-23 19:35:37 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 20:25:37 +0100" startDate="2024-05-23 20:15:00 +0100" endDate="2024-05-23 20:20:21 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 20:37:30 +0100" startDate="2024-05-23 20:26:28 +0100" endDate="2024-05-23 20:28:02 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 20:58:55 +0100" startDate="2024-05-23 20:46:52 +0100" endDate="2024-05-23 20:56:18 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-23 21:08:00 +0100" startDate="2024-05-23 20:56:56 +0100" endDate="2024-05-23 20:58:43 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 02:43:14 +0100" startDate="2024-05-24 02:32:28 +0100" endDate="2024-05-24 02:42:14 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 04:20:25 +0100" startDate="2024-05-24 04:09:22 +0100" endDate="2024-05-24 04:11:58 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 05:11:05 +0100" startDate="2024-05-24 04:54:36 +0100" endDate="2024-05-24 05:03:31 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 05:54:32 +0100" startDate="2024-05-24 05:43:30 +0100" endDate="2024-05-24 05:53:28 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 06:07:49 +0100" startDate="2024-05-24 05:54:57 +0100" endDate="2024-05-24 05:55:51 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 07:11:03 +0100" startDate="2024-05-24 07:00:01 +0100" endDate="2024-05-24 07:03:40 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 07:23:06 +0100" startDate="2024-05-24 07:11:54 +0100" endDate="2024-05-24 07:13:00 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 07:49:05 +0100" startDate="2024-05-24 07:37:46 +0100" endDate="2024-05-24 07:46:21 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 07:59:26 +0100" startDate="2024-05-24 07:48:58 +0100" endDate="2024-05-24 07:49:32 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 09:27:41 +0100" startDate="2024-05-24 09:17:36 +0100" endDate="2024-05-24 09:23:17 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 10:08:09 +0100" startDate="2024-05-24 09:56:58 +0100" endDate="2024-05-24 10:03:06 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 10:20:04 +0100" startDate="2024-05-24 10:07:43 +0100" endDate="2024-05-24 10:13:17 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 10:52:26 +0100" startDate="2024-05-24 10:42:13 +0100" endDate="2024-05-24 10:51:20 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 11:05:40 +0100" startDate="2024-05-24 10:52:22 +0100" endDate="2024-05-24 10:52:34 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 11:58:34 +0100" startDate="2024-05-24 11:48:27 +0100" endDate="2024-05-24 11:48:34 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 12:12:37 +0100" startDate="2024-05-24 12:00:58 +0100" endDate="2024-05-24 12:06:07 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 12:50:59 +0100" startDate="2024-05-24 12:39:56 +0100" endDate="2024-05-24 12:40:17 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 13:31:50 +0100" startDate="2024-05-24 13:21:39 +0100" endDate="2024-05-24 13:28:47 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 13:43:06 +0100" startDate="2024-05-24 13:32:03 +0100" endDate="2024-05-24 13:40:53 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 14:37:38 +0100" startDate="2024-05-24 14:24:20 +0100" endDate="2024-05-24 14:30:45 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 15:27:52 +0100" startDate="2024-05-24 15:15:12 +0100" endDate="2024-05-24 15:24:17 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 15:45:39 +0100" startDate="2024-05-24 15:34:56 +0100" endDate="2024-05-24 15:44:32 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 16:35:21 +0100" startDate="2024-05-24 16:19:27 +0100" endDate="2024-05-24 16:28:40 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 16:51:11 +0100" startDate="2024-05-24 16:36:54 +0100" endDate="2024-05-24 16:46:19 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 17:07:49 +0100" startDate="2024-05-24 16:57:22 +0100" endDate="2024-05-24 16:59:11 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 18:09:25 +0100" startDate="2024-05-24 17:54:31 +0100" endDate="2024-05-24 17:56:10 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 18:25:15 +0100" startDate="2024-05-24 18:14:12 +0100" endDate="2024-05-24 18:24:12 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 18:35:32 +0100" startDate="2024-05-24 18:24:12 +0100" endDate="2024-05-24 18:34:08 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 18:50:19 +0100" startDate="2024-05-24 18:34:57 +0100" endDate="2024-05-24 18:37:27 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 19:33:17 +0100" startDate="2024-05-24 19:21:38 +0100" endDate="2024-05-24 19:30:23 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 19:43:08 +0100" startDate="2024-05-24 19:32:05 +0100" endDate="2024-05-24 19:32:13 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-24 20:54:49 +0100" startDate="2024-05-24 20:43:46 +0100" endDate="2024-05-24 20:44:27 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 07:35:48 +0100" startDate="2024-05-25 07:25:25 +0100" endDate="2024-05-25 07:34:23 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 07:45:39 +0100" startDate="2024-05-25 07:35:26 +0100" endDate="2024-05-25 07:37:34 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 09:10:36 +0100" startDate="2024-05-25 09:00:30 +0100" endDate="2024-05-25 09:00:40 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 09:30:12 +0100" startDate="2024-05-25 09:19:18 +0100" endDate="2024-05-25 09:27:13 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 09:48:14 +0100" startDate="2024-05-25 09:38:01 +0100" endDate="2024-05-25 09:47:06 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 09:59:25 +0100" startDate="2024-05-25 09:48:22 +0100" endDate="2024-05-25 09:58:16 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 10:13:47 +0100" startDate="2024-05-25 09:59:07 +0100" endDate="2024-05-25 10:06:02 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 10:53:31 +0100" startDate="2024-05-25 10:34:41 +0100" endDate="2024-05-25 10:42:50 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 10:59:53 +0100" startDate="2024-05-25 10:48:21 +0100" endDate="2024-05-25 10:58:15 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 11:19:17 +0100" startDate="2024-05-25 11:08:14 +0100" endDate="2024-05-25 11:18:15 +0100" value="487"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 11:29:38 +0100" startDate="2024-05-25 11:18:15 +0100" endDate="2024-05-25 11:28:16 +0100" value="345"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 11:41:41 +0100" startDate="2024-05-25 11:28:16 +0100" endDate="2024-05-25 11:28:37 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 11:56:24 +0100" startDate="2024-05-25 11:43:25 +0100" endDate="2024-05-25 11:47:50 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 12:08:02 +0100" startDate="2024-05-25 11:56:59 +0100" endDate="2024-05-25 11:57:50 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 12:22:55 +0100" startDate="2024-05-25 12:12:45 +0100" endDate="2024-05-25 12:18:19 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 12:35:21 +0100" startDate="2024-05-25 12:25:11 +0100" endDate="2024-05-25 12:25:18 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 12:57:20 +0100" startDate="2024-05-25 12:46:17 +0100" endDate="2024-05-25 12:46:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 13:11:26 +0100" startDate="2024-05-25 13:01:20 +0100" endDate="2024-05-25 13:07:40 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 13:26:02 +0100" startDate="2024-05-25 13:15:54 +0100" endDate="2024-05-25 13:25:55 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 13:36:11 +0100" startDate="2024-05-25 13:25:55 +0100" endDate="2024-05-25 13:33:01 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 13:49:00 +0100" startDate="2024-05-25 13:37:16 +0100" endDate="2024-05-25 13:42:29 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 14:20:17 +0100" startDate="2024-05-25 14:06:50 +0100" endDate="2024-05-25 14:11:40 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 14:49:12 +0100" startDate="2024-05-25 14:38:05 +0100" endDate="2024-05-25 14:44:30 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 15:19:44 +0100" startDate="2024-05-25 15:08:52 +0100" endDate="2024-05-25 15:17:42 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 15:38:08 +0100" startDate="2024-05-25 15:28:01 +0100" endDate="2024-05-25 15:28:57 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 16:10:07 +0100" startDate="2024-05-25 15:49:28 +0100" endDate="2024-05-25 15:55:15 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 16:40:25 +0100" startDate="2024-05-25 16:13:29 +0100" endDate="2024-05-25 16:20:27 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 17:46:43 +0100" startDate="2024-05-25 17:34:18 +0100" endDate="2024-05-25 17:44:17 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 17:57:29 +0100" startDate="2024-05-25 17:46:44 +0100" endDate="2024-05-25 17:50:21 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 19:34:32 +0100" startDate="2024-05-25 19:24:22 +0100" endDate="2024-05-25 19:25:59 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 20:34:00 +0100" startDate="2024-05-25 20:23:47 +0100" endDate="2024-05-25 20:25:52 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 20:55:45 +0100" startDate="2024-05-25 20:38:22 +0100" endDate="2024-05-25 20:48:16 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 21:09:44 +0100" startDate="2024-05-25 20:55:50 +0100" endDate="2024-05-25 20:57:01 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 21:56:27 +0100" startDate="2024-05-25 21:43:32 +0100" endDate="2024-05-25 21:53:00 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 22:10:57 +0100" startDate="2024-05-25 21:59:45 +0100" endDate="2024-05-25 22:04:23 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-25 22:21:22 +0100" startDate="2024-05-25 22:10:19 +0100" endDate="2024-05-25 22:10:52 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 07:34:13 +0100" startDate="2024-05-26 07:18:26 +0100" endDate="2024-05-26 07:27:57 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 07:44:45 +0100" startDate="2024-05-26 07:29:11 +0100" endDate="2024-05-26 07:36:06 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 08:38:50 +0100" startDate="2024-05-26 08:27:48 +0100" endDate="2024-05-26 08:27:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 08:54:10 +0100" startDate="2024-05-26 08:43:07 +0100" endDate="2024-05-26 08:43:17 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 09:12:28 +0100" startDate="2024-05-26 09:02:16 +0100" endDate="2024-05-26 09:03:04 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 09:47:12 +0100" startDate="2024-05-26 09:35:12 +0100" endDate="2024-05-26 09:35:45 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 10:01:57 +0100" startDate="2024-05-26 09:46:05 +0100" endDate="2024-05-26 09:53:07 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 12:01:34 +0100" startDate="2024-05-26 11:51:26 +0100" endDate="2024-05-26 11:54:06 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 12:29:13 +0100" startDate="2024-05-26 12:19:00 +0100" endDate="2024-05-26 12:23:38 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 14:30:24 +0100" startDate="2024-05-26 14:20:04 +0100" endDate="2024-05-26 14:30:05 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 14:41:07 +0100" startDate="2024-05-26 14:30:05 +0100" endDate="2024-05-26 14:33:56 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 15:01:30 +0100" startDate="2024-05-26 14:42:24 +0100" endDate="2024-05-26 14:43:32 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 15:17:41 +0100" startDate="2024-05-26 14:57:51 +0100" endDate="2024-05-26 15:01:33 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 16:03:09 +0100" startDate="2024-05-26 15:52:06 +0100" endDate="2024-05-26 15:54:09 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 17:29:03 +0100" startDate="2024-05-26 17:15:04 +0100" endDate="2024-05-26 17:23:28 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 17:37:56 +0100" startDate="2024-05-26 17:25:18 +0100" endDate="2024-05-26 17:32:16 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 17:59:07 +0100" startDate="2024-05-26 17:45:33 +0100" endDate="2024-05-26 17:50:42 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 18:14:24 +0100" startDate="2024-05-26 18:01:40 +0100" endDate="2024-05-26 18:01:50 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 18:32:10 +0100" startDate="2024-05-26 18:13:00 +0100" endDate="2024-05-26 18:15:48 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 18:45:56 +0100" startDate="2024-05-26 18:33:06 +0100" endDate="2024-05-26 18:41:36 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 19:26:05 +0100" startDate="2024-05-26 19:11:53 +0100" endDate="2024-05-26 19:12:50 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 19:50:22 +0100" startDate="2024-05-26 19:36:18 +0100" endDate="2024-05-26 19:42:58 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-26 21:44:55 +0100" startDate="2024-05-26 21:33:26 +0100" endDate="2024-05-26 21:36:24 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 07:08:03 +0100" startDate="2024-05-27 06:56:08 +0100" endDate="2024-05-27 06:56:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 08:43:21 +0100" startDate="2024-05-27 08:28:13 +0100" endDate="2024-05-27 08:29:21 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 09:05:15 +0100" startDate="2024-05-27 08:54:13 +0100" endDate="2024-05-27 09:03:58 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 09:25:30 +0100" startDate="2024-05-27 09:04:18 +0100" endDate="2024-05-27 09:08:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 09:37:58 +0100" startDate="2024-05-27 09:25:38 +0100" endDate="2024-05-27 09:30:23 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 09:52:00 +0100" startDate="2024-05-27 09:40:43 +0100" endDate="2024-05-27 09:41:24 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 10:07:39 +0100" startDate="2024-05-27 09:56:36 +0100" endDate="2024-05-27 10:06:24 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 10:18:47 +0100" startDate="2024-05-27 10:07:00 +0100" endDate="2024-05-27 10:14:13 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 10:32:36 +0100" startDate="2024-05-27 10:18:58 +0100" endDate="2024-05-27 10:23:31 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 10:53:22 +0100" startDate="2024-05-27 10:37:36 +0100" endDate="2024-05-27 10:39:36 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 11:03:33 +0100" startDate="2024-05-27 10:53:11 +0100" endDate="2024-05-27 11:00:25 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 11:16:39 +0100" startDate="2024-05-27 11:05:11 +0100" endDate="2024-05-27 11:09:05 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 11:33:33 +0100" startDate="2024-05-27 11:19:52 +0100" endDate="2024-05-27 11:19:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 13:02:27 +0100" startDate="2024-05-27 12:52:12 +0100" endDate="2024-05-27 13:02:11 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 13:16:41 +0100" startDate="2024-05-27 13:02:11 +0100" endDate="2024-05-27 13:03:28 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 18:05:39 +0100" startDate="2024-05-27 17:52:34 +0100" endDate="2024-05-27 17:52:50 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 19:09:10 +0100" startDate="2024-05-27 18:57:02 +0100" endDate="2024-05-27 19:05:13 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 19:21:07 +0100" startDate="2024-05-27 19:07:00 +0100" endDate="2024-05-27 19:08:04 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 20:12:30 +0100" startDate="2024-05-27 20:00:00 +0100" endDate="2024-05-27 20:03:29 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 20:55:19 +0100" startDate="2024-05-27 20:44:17 +0100" endDate="2024-05-27 20:54:16 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 21:05:58 +0100" startDate="2024-05-27 20:54:16 +0100" endDate="2024-05-27 21:03:39 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 21:16:20 +0100" startDate="2024-05-27 21:05:52 +0100" endDate="2024-05-27 21:13:31 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-27 22:24:01 +0100" startDate="2024-05-27 22:12:59 +0100" endDate="2024-05-27 22:13:39 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 01:41:49 +0100" startDate="2024-05-28 01:30:46 +0100" endDate="2024-05-28 01:33:27 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 07:27:20 +0100" startDate="2024-05-28 07:15:53 +0100" endDate="2024-05-28 07:25:18 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 09:13:55 +0100" startDate="2024-05-28 09:03:17 +0100" endDate="2024-05-28 09:12:45 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 09:24:19 +0100" startDate="2024-05-28 09:14:14 +0100" endDate="2024-05-28 09:14:29 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 10:04:16 +0100" startDate="2024-05-28 09:53:13 +0100" endDate="2024-05-28 09:58:02 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 11:22:31 +0100" startDate="2024-05-28 11:12:23 +0100" endDate="2024-05-28 11:12:36 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 12:36:29 +0100" startDate="2024-05-28 12:23:33 +0100" endDate="2024-05-28 12:32:01 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 13:03:44 +0100" startDate="2024-05-28 12:52:09 +0100" endDate="2024-05-28 12:52:21 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 15:31:47 +0100" startDate="2024-05-28 15:21:32 +0100" endDate="2024-05-28 15:31:28 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 15:44:13 +0100" startDate="2024-05-28 15:33:10 +0100" endDate="2024-05-28 15:34:55 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 16:06:15 +0100" startDate="2024-05-28 15:54:02 +0100" endDate="2024-05-28 16:00:50 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 16:25:00 +0100" startDate="2024-05-28 16:14:50 +0100" endDate="2024-05-28 16:24:38 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 16:36:45 +0100" startDate="2024-05-28 16:25:37 +0100" endDate="2024-05-28 16:30:25 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 16:56:45 +0100" startDate="2024-05-28 16:46:13 +0100" endDate="2024-05-28 16:53:44 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 17:06:47 +0100" startDate="2024-05-28 16:56:16 +0100" endDate="2024-05-28 16:57:45 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 17:50:38 +0100" startDate="2024-05-28 17:35:56 +0100" endDate="2024-05-28 17:36:49 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 18:11:04 +0100" startDate="2024-05-28 17:57:58 +0100" endDate="2024-05-28 18:07:59 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 18:18:39 +0100" startDate="2024-05-28 18:07:59 +0100" endDate="2024-05-28 18:13:45 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 19:06:47 +0100" startDate="2024-05-28 18:56:31 +0100" endDate="2024-05-28 18:56:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 20:18:39 +0100" startDate="2024-05-28 20:06:10 +0100" endDate="2024-05-28 20:12:26 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 20:29:32 +0100" startDate="2024-05-28 20:18:00 +0100" endDate="2024-05-28 20:26:03 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 20:42:00 +0100" startDate="2024-05-28 20:29:55 +0100" endDate="2024-05-28 20:35:23 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 21:07:41 +0100" startDate="2024-05-28 20:56:01 +0100" endDate="2024-05-28 21:04:06 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 21:23:19 +0100" startDate="2024-05-28 21:13:16 +0100" endDate="2024-05-28 21:13:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-28 21:44:04 +0100" startDate="2024-05-28 21:33:58 +0100" endDate="2024-05-28 21:36:54 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 05:19:17 +0100" startDate="2024-05-29 05:09:02 +0100" endDate="2024-05-29 05:18:20 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 05:31:32 +0100" startDate="2024-05-29 05:20:30 +0100" endDate="2024-05-29 05:29:12 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 06:13:45 +0100" startDate="2024-05-29 06:03:35 +0100" endDate="2024-05-29 06:03:50 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 06:42:03 +0100" startDate="2024-05-29 06:27:29 +0100" endDate="2024-05-29 06:27:39 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 06:53:34 +0100" startDate="2024-05-29 06:42:31 +0100" endDate="2024-05-29 06:42:56 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 07:32:33 +0100" startDate="2024-05-29 07:19:08 +0100" endDate="2024-05-29 07:28:41 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 07:40:32 +0100" startDate="2024-05-29 07:29:29 +0100" endDate="2024-05-29 07:32:17 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 09:01:16 +0100" startDate="2024-05-29 08:47:57 +0100" endDate="2024-05-29 08:53:38 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 09:12:12 +0100" startDate="2024-05-29 09:00:31 +0100" endDate="2024-05-29 09:02:25 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 09:22:19 +0100" startDate="2024-05-29 09:10:52 +0100" endDate="2024-05-29 09:19:34 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 09:47:50 +0100" startDate="2024-05-29 09:36:41 +0100" endDate="2024-05-29 09:41:21 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 11:28:37 +0100" startDate="2024-05-29 11:17:28 +0100" endDate="2024-05-29 11:27:20 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 11:39:52 +0100" startDate="2024-05-29 11:27:58 +0100" endDate="2024-05-29 11:33:14 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 12:17:34 +0100" startDate="2024-05-29 12:01:50 +0100" endDate="2024-05-29 12:06:45 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 13:10:22 +0100" startDate="2024-05-29 12:54:37 +0100" endDate="2024-05-29 13:01:00 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 13:59:07 +0100" startDate="2024-05-29 13:47:22 +0100" endDate="2024-05-29 13:47:32 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 14:09:04 +0100" startDate="2024-05-29 13:58:02 +0100" endDate="2024-05-29 13:58:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 14:47:08 +0100" startDate="2024-05-29 14:36:56 +0100" endDate="2024-05-29 14:37:37 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 15:04:23 +0100" startDate="2024-05-29 14:53:38 +0100" endDate="2024-05-29 15:02:18 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 15:21:28 +0100" startDate="2024-05-29 15:06:07 +0100" endDate="2024-05-29 15:07:01 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 17:59:29 +0100" startDate="2024-05-29 17:48:26 +0100" endDate="2024-05-29 17:54:30 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 18:28:58 +0100" startDate="2024-05-29 18:15:16 +0100" endDate="2024-05-29 18:25:15 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 18:36:54 +0100" startDate="2024-05-29 18:25:15 +0100" endDate="2024-05-29 18:34:04 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 18:51:14 +0100" startDate="2024-05-29 18:35:21 +0100" endDate="2024-05-29 18:40:21 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 20:07:09 +0100" startDate="2024-05-29 19:50:58 +0100" endDate="2024-05-29 19:59:25 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-29 20:52:14 +0100" startDate="2024-05-29 20:42:09 +0100" endDate="2024-05-29 20:47:19 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 01:11:05 +0100" startDate="2024-05-30 01:00:55 +0100" endDate="2024-05-30 01:05:19 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 03:30:04 +0100" startDate="2024-05-30 03:16:34 +0100" endDate="2024-05-30 03:23:49 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 03:50:15 +0100" startDate="2024-05-30 03:37:09 +0100" endDate="2024-05-30 03:45:36 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 04:22:46 +0100" startDate="2024-05-30 04:06:01 +0100" endDate="2024-05-30 04:10:21 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 08:30:05 +0100" startDate="2024-05-30 08:19:16 +0100" endDate="2024-05-30 08:25:41 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 09:02:33 +0100" startDate="2024-05-30 08:50:47 +0100" endDate="2024-05-30 09:00:47 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 09:12:16 +0100" startDate="2024-05-30 09:00:47 +0100" endDate="2024-05-30 09:10:02 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 09:27:42 +0100" startDate="2024-05-30 09:13:42 +0100" endDate="2024-05-30 09:22:06 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 09:44:51 +0100" startDate="2024-05-30 09:32:10 +0100" endDate="2024-05-30 09:32:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 12:54:07 +0100" startDate="2024-05-30 12:41:11 +0100" endDate="2024-05-30 12:49:28 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 13:02:48 +0100" startDate="2024-05-30 12:51:45 +0100" endDate="2024-05-30 12:53:43 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 13:23:54 +0100" startDate="2024-05-30 13:12:51 +0100" endDate="2024-05-30 13:14:40 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 13:36:09 +0100" startDate="2024-05-30 13:25:06 +0100" endDate="2024-05-30 13:28:38 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 13:49:29 +0100" startDate="2024-05-30 13:38:27 +0100" endDate="2024-05-30 13:38:32 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 14:21:17 +0100" startDate="2024-05-30 14:07:39 +0100" endDate="2024-05-30 14:10:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 18:04:07 +0100" startDate="2024-05-30 17:53:04 +0100" endDate="2024-05-30 17:53:17 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-30 21:30:52 +0100" startDate="2024-05-30 21:20:36 +0100" endDate="2024-05-30 21:20:58 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 06:11:18 +0100" startDate="2024-05-31 05:54:33 +0100" endDate="2024-05-31 05:55:11 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 07:38:38 +0100" startDate="2024-05-31 07:24:33 +0100" endDate="2024-05-31 07:24:40 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 11:22:34 +0100" startDate="2024-05-31 11:09:14 +0100" endDate="2024-05-31 11:13:26 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 11:32:51 +0100" startDate="2024-05-31 11:20:34 +0100" endDate="2024-05-31 11:30:17 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 11:42:29 +0100" startDate="2024-05-31 11:31:26 +0100" endDate="2024-05-31 11:40:55 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 11:59:51 +0100" startDate="2024-05-31 11:47:12 +0100" endDate="2024-05-31 11:47:45 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 12:15:40 +0100" startDate="2024-05-31 12:05:32 +0100" endDate="2024-05-31 12:14:05 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 12:55:19 +0100" startDate="2024-05-31 12:44:56 +0100" endDate="2024-05-31 12:44:59 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 14:03:01 +0100" startDate="2024-05-31 13:49:56 +0100" endDate="2024-05-31 13:55:45 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 14:10:31 +0100" startDate="2024-05-31 14:00:20 +0100" endDate="2024-05-31 14:10:19 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 14:21:30 +0100" startDate="2024-05-31 14:10:27 +0100" endDate="2024-05-31 14:19:32 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 14:39:54 +0100" startDate="2024-05-31 14:29:38 +0100" endDate="2024-05-31 14:29:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 14:55:44 +0100" startDate="2024-05-31 14:43:21 +0100" endDate="2024-05-31 14:46:40 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 15:17:11 +0100" startDate="2024-05-31 15:04:03 +0100" endDate="2024-05-31 15:10:48 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 15:25:01 +0100" startDate="2024-05-31 15:14:37 +0100" endDate="2024-05-31 15:23:38 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 15:37:29 +0100" startDate="2024-05-31 15:26:26 +0100" endDate="2024-05-31 15:27:15 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 16:41:23 +0100" startDate="2024-05-31 16:29:58 +0100" endDate="2024-05-31 16:39:10 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 17:14:55 +0100" startDate="2024-05-31 17:03:41 +0100" endDate="2024-05-31 17:09:56 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 19:31:23 +0100" startDate="2024-05-31 19:16:48 +0100" endDate="2024-05-31 19:25:25 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 19:46:46 +0100" startDate="2024-05-31 19:29:05 +0100" endDate="2024-05-31 19:39:06 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 19:55:58 +0100" startDate="2024-05-31 19:39:31 +0100" endDate="2024-05-31 19:46:29 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 20:00:42 +0100" startDate="2024-05-31 19:49:40 +0100" endDate="2024-05-31 19:54:48 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 20:12:51 +0100" startDate="2024-05-31 20:01:48 +0100" endDate="2024-05-31 20:04:39 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 20:25:54 +0100" startDate="2024-05-31 20:13:54 +0100" endDate="2024-05-31 20:13:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 21:03:51 +0100" startDate="2024-05-31 20:52:42 +0100" endDate="2024-05-31 20:56:26 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 21:20:05 +0100" startDate="2024-05-31 21:04:22 +0100" endDate="2024-05-31 21:04:58 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 21:51:27 +0100" startDate="2024-05-31 21:40:24 +0100" endDate="2024-05-31 21:40:39 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-05-31 22:37:43 +0100" startDate="2024-05-31 22:25:27 +0100" endDate="2024-05-31 22:25:50 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 06:58:47 +0100" startDate="2024-06-01 06:38:57 +0100" endDate="2024-06-01 06:45:53 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 07:24:11 +0100" startDate="2024-06-01 07:02:32 +0100" endDate="2024-06-01 07:10:41 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 07:24:11 +0100" startDate="2024-06-01 07:12:35 +0100" endDate="2024-06-01 07:12:56 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 08:20:37 +0100" startDate="2024-06-01 08:07:23 +0100" endDate="2024-06-01 08:11:00 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 09:17:07 +0100" startDate="2024-06-01 09:04:01 +0100" endDate="2024-06-01 09:04:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 10:09:53 +0100" startDate="2024-06-01 09:58:50 +0100" endDate="2024-06-01 10:01:00 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 14:47:30 +0100" startDate="2024-06-01 14:35:57 +0100" endDate="2024-06-01 14:44:34 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 14:59:08 +0100" startDate="2024-06-01 14:46:19 +0100" endDate="2024-06-01 14:46:24 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 15:29:53 +0100" startDate="2024-06-01 15:14:47 +0100" endDate="2024-06-01 15:16:19 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 16:00:00 +0100" startDate="2024-06-01 15:43:40 +0100" endDate="2024-06-01 15:53:41 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 16:06:02 +0100" startDate="2024-06-01 15:53:41 +0100" endDate="2024-06-01 16:01:30 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 16:23:20 +0100" startDate="2024-06-01 16:09:18 +0100" endDate="2024-06-01 16:19:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 16:30:17 +0100" startDate="2024-06-01 16:19:17 +0100" endDate="2024-06-01 16:23:22 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 16:43:12 +0100" startDate="2024-06-01 16:29:38 +0100" endDate="2024-06-01 16:39:37 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 16:50:43 +0100" startDate="2024-06-01 16:39:37 +0100" endDate="2024-06-01 16:49:38 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 17:02:44 +0100" startDate="2024-06-01 16:49:38 +0100" endDate="2024-06-01 16:58:20 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 17:13:54 +0100" startDate="2024-06-01 16:59:39 +0100" endDate="2024-06-01 17:07:23 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 17:24:00 +0100" startDate="2024-06-01 17:10:01 +0100" endDate="2024-06-01 17:18:26 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 17:41:32 +0100" startDate="2024-06-01 17:30:50 +0100" endDate="2024-06-01 17:31:05 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 18:02:06 +0100" startDate="2024-06-01 17:45:14 +0100" endDate="2024-06-01 17:54:55 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 18:08:50 +0100" startDate="2024-06-01 17:55:54 +0100" endDate="2024-06-01 18:05:18 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 18:23:41 +0100" startDate="2024-06-01 18:07:26 +0100" endDate="2024-06-01 18:15:15 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 18:37:57 +0100" startDate="2024-06-01 18:25:50 +0100" endDate="2024-06-01 18:25:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 18:59:46 +0100" startDate="2024-06-01 18:42:20 +0100" endDate="2024-06-01 18:45:41 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 19:13:17 +0100" startDate="2024-06-01 18:59:00 +0100" endDate="2024-06-01 19:01:20 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-01 23:11:22 +0100" startDate="2024-06-01 23:01:07 +0100" endDate="2024-06-01 23:02:06 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 02:32:46 +0100" startDate="2024-06-02 02:22:38 +0100" endDate="2024-06-02 02:25:49 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 06:25:00 +0100" startDate="2024-06-02 06:10:27 +0100" endDate="2024-06-02 06:13:56 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 06:58:50 +0100" startDate="2024-06-02 06:44:49 +0100" endDate="2024-06-02 06:49:55 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 11:20:44 +0100" startDate="2024-06-02 11:10:39 +0100" endDate="2024-06-02 11:11:12 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 12:05:59 +0100" startDate="2024-06-02 11:46:12 +0100" endDate="2024-06-02 11:48:04 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 13:11:39 +0100" startDate="2024-06-02 12:54:53 +0100" endDate="2024-06-02 12:57:39 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 13:28:49 +0100" startDate="2024-06-02 13:17:31 +0100" endDate="2024-06-02 13:19:21 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 13:45:45 +0100" startDate="2024-06-02 13:31:40 +0100" endDate="2024-06-02 13:35:27 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 14:08:39 +0100" startDate="2024-06-02 13:55:10 +0100" endDate="2024-06-02 13:58:00 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 15:54:29 +0100" startDate="2024-06-02 15:40:23 +0100" endDate="2024-06-02 15:44:32 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 18:48:58 +0100" startDate="2024-06-02 18:31:08 +0100" endDate="2024-06-02 18:32:20 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 19:00:31 +0100" startDate="2024-06-02 18:49:21 +0100" endDate="2024-06-02 18:59:12 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 19:09:44 +0100" startDate="2024-06-02 18:59:25 +0100" endDate="2024-06-02 18:59:42 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-02 21:06:57 +0100" startDate="2024-06-02 20:55:54 +0100" endDate="2024-06-02 20:58:32 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 02:33:27 +0100" startDate="2024-06-03 02:22:43 +0100" endDate="2024-06-03 02:26:48 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 05:25:13 +0100" startDate="2024-06-03 05:14:11 +0100" endDate="2024-06-03 05:20:27 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 05:51:52 +0100" startDate="2024-06-03 05:41:35 +0100" endDate="2024-06-03 05:43:12 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 06:04:31 +0100" startDate="2024-06-03 05:53:26 +0100" endDate="2024-06-03 06:03:27 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 06:14:13 +0100" startDate="2024-06-03 06:03:27 +0100" endDate="2024-06-03 06:12:12 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 06:39:06 +0100" startDate="2024-06-03 06:28:03 +0100" endDate="2024-06-03 06:28:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 07:22:34 +0100" startDate="2024-06-03 07:12:14 +0100" endDate="2024-06-03 07:14:14 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 07:52:32 +0100" startDate="2024-06-03 07:42:16 +0100" endDate="2024-06-03 07:52:17 +0100" value="1114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 08:03:20 +0100" startDate="2024-06-03 07:52:17 +0100" endDate="2024-06-03 07:59:40 +0100" value="691"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 08:15:14 +0100" startDate="2024-06-03 08:04:21 +0100" endDate="2024-06-03 08:09:14 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 09:01:46 +0100" startDate="2024-06-03 08:51:08 +0100" endDate="2024-06-03 08:54:52 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 09:08:47 +0100" startDate="2024-06-03 08:58:29 +0100" endDate="2024-06-03 08:58:36 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 10:11:28 +0100" startDate="2024-06-03 09:59:53 +0100" endDate="2024-06-03 10:04:17 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 10:52:47 +0100" startDate="2024-06-03 10:42:31 +0100" endDate="2024-06-03 10:46:10 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 11:05:44 +0100" startDate="2024-06-03 10:53:56 +0100" endDate="2024-06-03 11:03:47 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 11:15:47 +0100" startDate="2024-06-03 11:04:23 +0100" endDate="2024-06-03 11:14:24 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 11:29:38 +0100" startDate="2024-06-03 11:14:24 +0100" endDate="2024-06-03 11:14:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 11:59:00 +0100" startDate="2024-06-03 11:41:03 +0100" endDate="2024-06-03 11:45:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 12:19:17 +0100" startDate="2024-06-03 12:03:28 +0100" endDate="2024-06-03 12:09:53 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 12:38:44 +0100" startDate="2024-06-03 12:26:54 +0100" endDate="2024-06-03 12:32:10 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 12:49:24 +0100" startDate="2024-06-03 12:38:22 +0100" endDate="2024-06-03 12:48:16 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 13:01:50 +0100" startDate="2024-06-03 12:48:34 +0100" endDate="2024-06-03 12:53:55 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 13:16:16 +0100" startDate="2024-06-03 13:02:01 +0100" endDate="2024-06-03 13:09:49 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 14:28:13 +0100" startDate="2024-06-03 14:18:06 +0100" endDate="2024-06-03 14:18:16 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 14:41:28 +0100" startDate="2024-06-03 14:30:02 +0100" endDate="2024-06-03 14:39:43 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 15:02:18 +0100" startDate="2024-06-03 14:46:00 +0100" endDate="2024-06-03 14:48:12 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 16:31:53 +0100" startDate="2024-06-03 16:21:38 +0100" endDate="2024-06-03 16:31:39 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 16:41:44 +0100" startDate="2024-06-03 16:31:39 +0100" endDate="2024-06-03 16:41:40 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 16:52:46 +0100" startDate="2024-06-03 16:41:40 +0100" endDate="2024-06-03 16:44:48 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 17:08:03 +0100" startDate="2024-06-03 16:57:58 +0100" endDate="2024-06-03 16:58:34 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 18:11:33 +0100" startDate="2024-06-03 18:01:22 +0100" endDate="2024-06-03 18:01:30 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 18:43:17 +0100" startDate="2024-06-03 18:29:54 +0100" endDate="2024-06-03 18:39:55 +0100" value="1031"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 18:50:43 +0100" startDate="2024-06-03 18:39:55 +0100" endDate="2024-06-03 18:49:33 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 19:08:39 +0100" startDate="2024-06-03 18:54:58 +0100" endDate="2024-06-03 19:04:34 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 19:21:23 +0100" startDate="2024-06-03 19:04:59 +0100" endDate="2024-06-03 19:13:49 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 19:26:57 +0100" startDate="2024-06-03 19:15:54 +0100" endDate="2024-06-03 19:18:58 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 19:43:04 +0100" startDate="2024-06-03 19:32:59 +0100" endDate="2024-06-03 19:33:17 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-03 20:45:25 +0100" startDate="2024-06-03 20:34:22 +0100" endDate="2024-06-03 20:34:48 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 04:28:39 +0100" startDate="2024-06-04 04:17:10 +0100" endDate="2024-06-04 04:17:17 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 04:42:44 +0100" startDate="2024-06-04 04:31:41 +0100" endDate="2024-06-04 04:34:06 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 05:09:12 +0100" startDate="2024-06-04 04:58:33 +0100" endDate="2024-06-04 05:03:11 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 05:21:35 +0100" startDate="2024-06-04 05:11:27 +0100" endDate="2024-06-04 05:21:29 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 05:31:36 +0100" startDate="2024-06-04 05:21:29 +0100" endDate="2024-06-04 05:22:17 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 06:48:20 +0100" startDate="2024-06-04 06:33:39 +0100" endDate="2024-06-04 06:38:57 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 07:24:42 +0100" startDate="2024-06-04 07:10:07 +0100" endDate="2024-06-04 07:15:35 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 07:32:17 +0100" startDate="2024-06-04 07:21:12 +0100" endDate="2024-06-04 07:21:58 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 10:56:53 +0100" startDate="2024-06-04 10:46:46 +0100" endDate="2024-06-04 10:49:24 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 12:13:30 +0100" startDate="2024-06-04 12:03:22 +0100" endDate="2024-06-04 12:10:40 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 14:35:07 +0100" startDate="2024-06-04 14:23:20 +0100" endDate="2024-06-04 14:26:16 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 14:57:41 +0100" startDate="2024-06-04 14:42:50 +0100" endDate="2024-06-04 14:44:12 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 16:17:28 +0100" startDate="2024-06-04 16:06:25 +0100" endDate="2024-06-04 16:16:24 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 16:28:56 +0100" startDate="2024-06-04 16:17:17 +0100" endDate="2024-06-04 16:20:06 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 16:47:01 +0100" startDate="2024-06-04 16:34:43 +0100" endDate="2024-06-04 16:35:14 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 18:03:18 +0100" startDate="2024-06-04 17:51:53 +0100" endDate="2024-06-04 17:51:56 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 19:56:12 +0100" startDate="2024-06-04 19:40:55 +0100" endDate="2024-06-04 19:41:44 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 20:07:21 +0100" startDate="2024-06-04 19:56:19 +0100" endDate="2024-06-04 20:05:53 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 20:19:24 +0100" startDate="2024-06-04 20:06:28 +0100" endDate="2024-06-04 20:07:06 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 20:31:37 +0100" startDate="2024-06-04 20:19:27 +0100" endDate="2024-06-04 20:22:21 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 21:08:22 +0100" startDate="2024-06-04 20:54:13 +0100" endDate="2024-06-04 21:00:05 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 21:41:57 +0100" startDate="2024-06-04 21:31:52 +0100" endDate="2024-06-04 21:41:52 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-04 21:52:55 +0100" startDate="2024-06-04 21:41:52 +0100" endDate="2024-06-04 21:42:08 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 04:49:35 +0100" startDate="2024-06-05 04:39:22 +0100" endDate="2024-06-05 04:39:43 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 07:10:58 +0100" startDate="2024-06-05 06:59:55 +0100" endDate="2024-06-05 07:00:11 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 08:00:13 +0100" startDate="2024-06-05 07:48:14 +0100" endDate="2024-06-05 07:53:05 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 09:43:28 +0100" startDate="2024-06-05 09:18:13 +0100" endDate="2024-06-05 09:18:28 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 10:07:57 +0100" startDate="2024-06-05 09:56:19 +0100" endDate="2024-06-05 09:56:27 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 11:26:42 +0100" startDate="2024-06-05 11:12:09 +0100" endDate="2024-06-05 11:12:58 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 12:06:42 +0100" startDate="2024-06-05 11:56:04 +0100" endDate="2024-06-05 11:56:20 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 12:17:37 +0100" startDate="2024-06-05 12:07:29 +0100" endDate="2024-06-05 12:12:09 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 13:12:08 +0100" startDate="2024-06-05 13:01:05 +0100" endDate="2024-06-05 13:03:15 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 14:17:10 +0100" startDate="2024-06-05 14:06:57 +0100" endDate="2024-06-05 14:07:30 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 14:36:06 +0100" startDate="2024-06-05 14:24:42 +0100" endDate="2024-06-05 14:24:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 16:12:28 +0100" startDate="2024-06-05 16:01:53 +0100" endDate="2024-06-05 16:11:21 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 16:25:20 +0100" startDate="2024-06-05 16:13:11 +0100" endDate="2024-06-05 16:14:12 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 17:04:44 +0100" startDate="2024-06-05 16:53:41 +0100" endDate="2024-06-05 17:00:05 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 17:23:41 +0100" startDate="2024-06-05 17:11:46 +0100" endDate="2024-06-05 17:17:56 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 17:34:00 +0100" startDate="2024-06-05 17:22:44 +0100" endDate="2024-06-05 17:26:30 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 18:07:43 +0100" startDate="2024-06-05 17:50:37 +0100" endDate="2024-06-05 17:52:27 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 18:11:39 +0100" startDate="2024-06-05 18:00:59 +0100" endDate="2024-06-05 18:08:02 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 20:42:01 +0100" startDate="2024-06-05 20:31:51 +0100" endDate="2024-06-05 20:38:51 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 22:49:57 +0100" startDate="2024-06-05 22:38:39 +0100" endDate="2024-06-05 22:48:00 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 23:00:25 +0100" startDate="2024-06-05 22:49:22 +0100" endDate="2024-06-05 22:49:40 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-05 23:17:40 +0100" startDate="2024-06-05 23:07:35 +0100" endDate="2024-06-05 23:07:40 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 06:29:03 +0100" startDate="2024-06-06 06:15:41 +0100" endDate="2024-06-06 06:15:54 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 06:39:55 +0100" startDate="2024-06-06 06:28:52 +0100" endDate="2024-06-06 06:35:09 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 07:07:23 +0100" startDate="2024-06-06 06:56:41 +0100" endDate="2024-06-06 07:06:42 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 07:18:25 +0100" startDate="2024-06-06 07:06:42 +0100" endDate="2024-06-06 07:16:41 +0100" value="1047"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 07:27:44 +0100" startDate="2024-06-06 07:16:41 +0100" endDate="2024-06-06 07:20:41 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 07:38:09 +0100" startDate="2024-06-06 07:28:01 +0100" endDate="2024-06-06 07:28:40 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 08:06:15 +0100" startDate="2024-06-06 07:55:12 +0100" endDate="2024-06-06 07:55:15 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 08:26:37 +0100" startDate="2024-06-06 08:15:59 +0100" endDate="2024-06-06 08:25:55 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 09:13:59 +0100" startDate="2024-06-06 09:02:54 +0100" endDate="2024-06-06 09:10:41 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 09:21:43 +0100" startDate="2024-06-06 09:10:41 +0100" endDate="2024-06-06 09:19:23 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 09:36:59 +0100" startDate="2024-06-06 09:26:54 +0100" endDate="2024-06-06 09:32:38 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 10:48:42 +0100" startDate="2024-06-06 10:38:24 +0100" endDate="2024-06-06 10:48:04 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 11:00:51 +0100" startDate="2024-06-06 10:49:06 +0100" endDate="2024-06-06 10:50:19 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 11:37:07 +0100" startDate="2024-06-06 11:22:09 +0100" endDate="2024-06-06 11:29:14 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 12:06:25 +0100" startDate="2024-06-06 11:53:05 +0100" endDate="2024-06-06 12:02:06 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 12:18:11 +0100" startDate="2024-06-06 12:06:13 +0100" endDate="2024-06-06 12:14:57 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 12:27:54 +0100" startDate="2024-06-06 12:16:42 +0100" endDate="2024-06-06 12:23:14 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 12:59:15 +0100" startDate="2024-06-06 12:48:12 +0100" endDate="2024-06-06 12:57:25 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 13:13:14 +0100" startDate="2024-06-06 13:02:12 +0100" endDate="2024-06-06 13:06:24 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 14:54:25 +0100" startDate="2024-06-06 14:44:15 +0100" endDate="2024-06-06 14:51:30 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 15:06:48 +0100" startDate="2024-06-06 14:56:36 +0100" endDate="2024-06-06 15:05:16 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 15:22:54 +0100" startDate="2024-06-06 15:12:26 +0100" endDate="2024-06-06 15:22:20 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 15:35:22 +0100" startDate="2024-06-06 15:22:41 +0100" endDate="2024-06-06 15:23:14 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 16:01:32 +0100" startDate="2024-06-06 15:50:33 +0100" endDate="2024-06-06 16:00:34 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 16:11:39 +0100" startDate="2024-06-06 16:00:34 +0100" endDate="2024-06-06 16:10:36 +0100" value="1158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 16:22:52 +0100" startDate="2024-06-06 16:10:36 +0100" endDate="2024-06-06 16:10:51 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 16:37:38 +0100" startDate="2024-06-06 16:25:12 +0100" endDate="2024-06-06 16:25:53 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 16:58:41 +0100" startDate="2024-06-06 16:47:43 +0100" endDate="2024-06-06 16:57:42 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 17:10:47 +0100" startDate="2024-06-06 16:57:42 +0100" endDate="2024-06-06 16:58:44 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 17:32:38 +0100" startDate="2024-06-06 17:21:35 +0100" endDate="2024-06-06 17:21:40 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 18:00:00 +0100" startDate="2024-06-06 17:47:38 +0100" endDate="2024-06-06 17:55:52 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 18:14:48 +0100" startDate="2024-06-06 18:02:57 +0100" endDate="2024-06-06 18:12:58 +0100" value="950"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 18:23:26 +0100" startDate="2024-06-06 18:12:58 +0100" endDate="2024-06-06 18:18:07 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.4.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.4.1, creation date:2024-04-07 10:59:42 +0000&gt;" unit="count" creationDate="2024-06-06 21:11:18 +0100" startDate="2024-06-06 21:01:06 +0100" endDate="2024-06-06 21:06:46 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 05:28:24 +0100" startDate="2024-06-07 05:10:37 +0100" endDate="2024-06-07 05:17:17 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 05:32:42 +0100" startDate="2024-06-07 05:21:39 +0100" endDate="2024-06-07 05:31:15 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 06:01:23 +0100" startDate="2024-06-07 05:50:20 +0100" endDate="2024-06-07 05:50:36 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 06:21:01 +0100" startDate="2024-06-07 06:10:53 +0100" endDate="2024-06-07 06:11:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 07:27:35 +0100" startDate="2024-06-07 07:12:55 +0100" endDate="2024-06-07 07:18:26 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 07:41:46 +0100" startDate="2024-06-07 07:29:42 +0100" endDate="2024-06-07 07:29:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 09:03:53 +0100" startDate="2024-06-07 08:53:43 +0100" endDate="2024-06-07 09:00:36 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 09:22:29 +0100" startDate="2024-06-07 09:07:39 +0100" endDate="2024-06-07 09:07:57 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 10:16:44 +0100" startDate="2024-06-07 10:06:29 +0100" endDate="2024-06-07 10:11:22 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 10:29:37 +0100" startDate="2024-06-07 10:19:03 +0100" endDate="2024-06-07 10:28:06 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 11:07:53 +0100" startDate="2024-06-07 10:56:10 +0100" endDate="2024-06-07 10:58:58 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 11:50:06 +0100" startDate="2024-06-07 11:39:03 +0100" endDate="2024-06-07 11:39:31 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 12:02:06 +0100" startDate="2024-06-07 11:52:01 +0100" endDate="2024-06-07 11:53:00 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 12:27:25 +0100" startDate="2024-06-07 12:17:10 +0100" endDate="2024-06-07 12:17:33 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 13:39:28 +0100" startDate="2024-06-07 13:29:16 +0100" endDate="2024-06-07 13:33:59 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 16:22:11 +0100" startDate="2024-06-07 16:11:43 +0100" endDate="2024-06-07 16:16:36 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 16:35:30 +0100" startDate="2024-06-07 16:23:06 +0100" endDate="2024-06-07 16:24:04 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 18:18:03 +0100" startDate="2024-06-07 18:05:49 +0100" endDate="2024-06-07 18:06:35 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 18:59:39 +0100" startDate="2024-06-07 18:44:35 +0100" endDate="2024-06-07 18:44:50 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-07 20:32:10 +0100" startDate="2024-06-07 20:21:07 +0100" endDate="2024-06-07 20:21:23 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 03:30:33 +0100" startDate="2024-06-08 03:16:16 +0100" endDate="2024-06-08 03:16:23 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 03:43:23 +0100" startDate="2024-06-08 03:30:41 +0100" endDate="2024-06-08 03:40:35 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 03:51:53 +0100" startDate="2024-06-08 03:40:50 +0100" endDate="2024-06-08 03:42:45 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 04:14:28 +0100" startDate="2024-06-08 03:59:00 +0100" endDate="2024-06-08 04:08:49 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 04:20:30 +0100" startDate="2024-06-08 04:09:07 +0100" endDate="2024-06-08 04:19:08 +0100" value="1172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 04:29:49 +0100" startDate="2024-06-08 04:19:08 +0100" endDate="2024-06-08 04:27:37 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 04:56:54 +0100" startDate="2024-06-08 04:45:42 +0100" endDate="2024-06-08 04:45:45 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 05:22:12 +0100" startDate="2024-06-08 05:11:10 +0100" endDate="2024-06-08 05:16:28 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 06:50:20 +0100" startDate="2024-06-08 06:39:17 +0100" endDate="2024-06-08 06:41:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 07:33:35 +0100" startDate="2024-06-08 07:21:27 +0100" endDate="2024-06-08 07:28:30 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 07:38:45 +0100" startDate="2024-06-08 07:28:30 +0100" endDate="2024-06-08 07:38:28 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 07:50:24 +0100" startDate="2024-06-08 07:38:33 +0100" endDate="2024-06-08 07:45:52 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 08:00:40 +0100" startDate="2024-06-08 07:48:35 +0100" endDate="2024-06-08 07:49:00 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 09:29:41 +0100" startDate="2024-06-08 09:07:00 +0100" endDate="2024-06-08 09:11:14 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 09:30:00 +0100" startDate="2024-06-08 09:19:49 +0100" endDate="2024-06-08 09:20:12 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 10:41:50 +0100" startDate="2024-06-08 10:30:47 +0100" endDate="2024-06-08 10:34:34 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 10:51:27 +0100" startDate="2024-06-08 10:40:49 +0100" endDate="2024-06-08 10:40:51 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 11:39:01 +0100" startDate="2024-06-08 11:21:36 +0100" endDate="2024-06-08 11:28:36 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 11:59:25 +0100" startDate="2024-06-08 11:47:04 +0100" endDate="2024-06-08 11:48:01 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 12:38:32 +0100" startDate="2024-06-08 12:28:03 +0100" endDate="2024-06-08 12:34:00 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 12:49:48 +0100" startDate="2024-06-08 12:38:35 +0100" endDate="2024-06-08 12:38:37 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 13:09:54 +0100" startDate="2024-06-08 12:53:36 +0100" endDate="2024-06-08 13:01:57 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 13:14:19 +0100" startDate="2024-06-08 13:04:07 +0100" endDate="2024-06-08 13:11:17 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 13:27:54 +0100" startDate="2024-06-08 13:16:05 +0100" endDate="2024-06-08 13:16:07 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 14:10:46 +0100" startDate="2024-06-08 13:53:41 +0100" endDate="2024-06-08 14:03:32 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 14:37:29 +0100" startDate="2024-06-08 14:24:28 +0100" endDate="2024-06-08 14:27:14 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 15:24:13 +0100" startDate="2024-06-08 15:13:10 +0100" endDate="2024-06-08 15:13:56 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 15:48:36 +0100" startDate="2024-06-08 15:37:24 +0100" endDate="2024-06-08 15:45:24 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 16:01:09 +0100" startDate="2024-06-08 15:48:32 +0100" endDate="2024-06-08 15:57:10 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 16:33:44 +0100" startDate="2024-06-08 16:11:36 +0100" endDate="2024-06-08 16:13:36 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 16:54:53 +0100" startDate="2024-06-08 16:42:03 +0100" endDate="2024-06-08 16:50:46 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 17:03:46 +0100" startDate="2024-06-08 16:52:43 +0100" endDate="2024-06-08 16:59:07 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 17:13:56 +0100" startDate="2024-06-08 17:02:56 +0100" endDate="2024-06-08 17:12:32 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 17:23:35 +0100" startDate="2024-06-08 17:12:32 +0100" endDate="2024-06-08 17:17:12 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 17:38:22 +0100" startDate="2024-06-08 17:26:23 +0100" endDate="2024-06-08 17:36:24 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 17:51:10 +0100" startDate="2024-06-08 17:36:24 +0100" endDate="2024-06-08 17:46:09 +0100" value="873"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-08 17:58:03 +0100" startDate="2024-06-08 17:47:00 +0100" endDate="2024-06-08 17:53:04 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 04:10:57 +0100" startDate="2024-06-09 04:00:44 +0100" endDate="2024-06-09 04:01:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 06:54:21 +0100" startDate="2024-06-09 06:37:36 +0100" endDate="2024-06-09 06:44:39 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 07:37:10 +0100" startDate="2024-06-09 07:19:32 +0100" endDate="2024-06-09 07:29:34 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 07:45:27 +0100" startDate="2024-06-09 07:29:34 +0100" endDate="2024-06-09 07:39:35 +0100" value="1087"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 07:53:15 +0100" startDate="2024-06-09 07:39:35 +0100" endDate="2024-06-09 07:49:36 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 08:10:04 +0100" startDate="2024-06-09 07:49:36 +0100" endDate="2024-06-09 07:57:32 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 08:25:16 +0100" startDate="2024-06-09 08:11:47 +0100" endDate="2024-06-09 08:17:41 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 08:47:13 +0100" startDate="2024-06-09 08:24:06 +0100" endDate="2024-06-09 08:24:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 09:12:57 +0100" startDate="2024-06-09 08:54:29 +0100" endDate="2024-06-09 09:04:02 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 09:18:26 +0100" startDate="2024-06-09 09:04:02 +0100" endDate="2024-06-09 09:11:02 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 09:45:47 +0100" startDate="2024-06-09 09:29:18 +0100" endDate="2024-06-09 09:39:07 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 10:08:48 +0100" startDate="2024-06-09 09:49:18 +0100" endDate="2024-06-09 09:54:06 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 11:55:46 +0100" startDate="2024-06-09 11:34:54 +0100" endDate="2024-06-09 11:35:32 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 12:12:25 +0100" startDate="2024-06-09 11:54:49 +0100" endDate="2024-06-09 12:04:50 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 12:19:21 +0100" startDate="2024-06-09 12:04:50 +0100" endDate="2024-06-09 12:13:01 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 12:43:00 +0100" startDate="2024-06-09 12:26:49 +0100" endDate="2024-06-09 12:31:19 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 14:30:34 +0100" startDate="2024-06-09 14:18:32 +0100" endDate="2024-06-09 14:19:51 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 14:59:28 +0100" startDate="2024-06-09 14:48:15 +0100" endDate="2024-06-09 14:48:18 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 15:38:10 +0100" startDate="2024-06-09 15:27:21 +0100" endDate="2024-06-09 15:27:24 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 16:01:40 +0100" startDate="2024-06-09 15:47:16 +0100" endDate="2024-06-09 15:47:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 16:15:04 +0100" startDate="2024-06-09 15:59:45 +0100" endDate="2024-06-09 16:09:13 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 16:22:14 +0100" startDate="2024-06-09 16:09:49 +0100" endDate="2024-06-09 16:17:22 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 16:31:44 +0100" startDate="2024-06-09 16:20:41 +0100" endDate="2024-06-09 16:21:37 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 18:50:22 +0100" startDate="2024-06-09 18:40:17 +0100" endDate="2024-06-09 18:48:59 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 19:44:51 +0100" startDate="2024-06-09 19:34:43 +0100" endDate="2024-06-09 19:44:44 +0100" value="1076"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 19:55:11 +0100" startDate="2024-06-09 19:44:44 +0100" endDate="2024-06-09 19:51:16 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-09 21:50:29 +0100" startDate="2024-06-09 21:40:16 +0100" endDate="2024-06-09 21:43:40 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 05:30:54 +0100" startDate="2024-06-10 05:20:41 +0100" endDate="2024-06-10 05:23:37 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 06:29:39 +0100" startDate="2024-06-10 06:18:04 +0100" endDate="2024-06-10 06:28:05 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 06:38:12 +0100" startDate="2024-06-10 06:28:05 +0100" endDate="2024-06-10 06:38:06 +0100" value="590"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 06:49:08 +0100" startDate="2024-06-10 06:38:06 +0100" endDate="2024-06-10 06:47:26 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 08:16:37 +0100" startDate="2024-06-10 08:03:21 +0100" endDate="2024-06-10 08:13:22 +0100" value="1145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 08:31:00 +0100" startDate="2024-06-10 08:13:22 +0100" endDate="2024-06-10 08:18:20 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 10:30:21 +0100" startDate="2024-06-10 10:19:18 +0100" endDate="2024-06-10 10:26:44 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 10:49:17 +0100" startDate="2024-06-10 10:30:20 +0100" endDate="2024-06-10 10:36:12 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 11:15:33 +0100" startDate="2024-06-10 11:04:31 +0100" endDate="2024-06-10 11:14:32 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 11:25:35 +0100" startDate="2024-06-10 11:14:32 +0100" endDate="2024-06-10 11:15:28 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 13:08:59 +0100" startDate="2024-06-10 12:55:19 +0100" endDate="2024-06-10 12:55:32 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 14:50:09 +0100" startDate="2024-06-10 14:38:34 +0100" endDate="2024-06-10 14:48:35 +0100" value="1143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 14:59:37 +0100" startDate="2024-06-10 14:48:35 +0100" endDate="2024-06-10 14:53:58 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 15:10:48 +0100" startDate="2024-06-10 15:00:40 +0100" endDate="2024-06-10 15:00:56 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 15:32:49 +0100" startDate="2024-06-10 15:21:46 +0100" endDate="2024-06-10 15:21:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 16:37:27 +0100" startDate="2024-06-10 16:27:17 +0100" endDate="2024-06-10 16:37:18 +0100" value="1001"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 16:47:43 +0100" startDate="2024-06-10 16:37:18 +0100" endDate="2024-06-10 16:43:15 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 16:59:24 +0100" startDate="2024-06-10 16:47:34 +0100" endDate="2024-06-10 16:52:09 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 17:37:48 +0100" startDate="2024-06-10 17:26:45 +0100" endDate="2024-06-10 17:30:29 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 18:12:09 +0100" startDate="2024-06-10 17:59:05 +0100" endDate="2024-06-10 18:06:08 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 18:26:24 +0100" startDate="2024-06-10 18:14:17 +0100" endDate="2024-06-10 18:14:27 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 21:24:36 +0100" startDate="2024-06-10 21:13:07 +0100" endDate="2024-06-10 21:21:54 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-10 21:34:47 +0100" startDate="2024-06-10 21:23:44 +0100" endDate="2024-06-10 21:24:02 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 04:33:48 +0100" startDate="2024-06-11 04:20:01 +0100" endDate="2024-06-11 04:20:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 04:45:21 +0100" startDate="2024-06-11 04:33:58 +0100" endDate="2024-06-11 04:43:59 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 04:55:02 +0100" startDate="2024-06-11 04:43:59 +0100" endDate="2024-06-11 04:44:58 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 05:17:59 +0100" startDate="2024-06-11 05:05:30 +0100" endDate="2024-06-11 05:08:23 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 05:26:57 +0100" startDate="2024-06-11 05:15:54 +0100" endDate="2024-06-11 05:22:08 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 06:39:15 +0100" startDate="2024-06-11 06:28:12 +0100" endDate="2024-06-11 06:35:58 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 07:18:53 +0100" startDate="2024-06-11 07:08:13 +0100" endDate="2024-06-11 07:17:39 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 07:29:07 +0100" startDate="2024-06-11 07:18:32 +0100" endDate="2024-06-11 07:28:24 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 07:41:04 +0100" startDate="2024-06-11 07:28:42 +0100" endDate="2024-06-11 07:29:13 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 09:16:57 +0100" startDate="2024-06-11 08:58:03 +0100" endDate="2024-06-11 09:01:35 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 10:22:38 +0100" startDate="2024-06-11 10:12:27 +0100" endDate="2024-06-11 10:20:39 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 11:31:51 +0100" startDate="2024-06-11 11:18:52 +0100" endDate="2024-06-11 11:28:53 +0100" value="724"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 11:45:01 +0100" startDate="2024-06-11 11:28:53 +0100" endDate="2024-06-11 11:31:46 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 12:13:55 +0100" startDate="2024-06-11 11:58:29 +0100" endDate="2024-06-11 12:01:02 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 12:20:25 +0100" startDate="2024-06-11 12:09:34 +0100" endDate="2024-06-11 12:12:04 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 13:37:35 +0100" startDate="2024-06-11 13:20:56 +0100" endDate="2024-06-11 13:21:03 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 14:06:43 +0100" startDate="2024-06-11 13:55:13 +0100" endDate="2024-06-11 14:00:09 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 15:25:09 +0100" startDate="2024-06-11 15:05:59 +0100" endDate="2024-06-11 15:13:52 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 15:44:41 +0100" startDate="2024-06-11 15:29:10 +0100" endDate="2024-06-11 15:32:03 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 16:01:42 +0100" startDate="2024-06-11 15:49:22 +0100" endDate="2024-06-11 15:50:18 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 16:25:07 +0100" startDate="2024-06-11 16:08:15 +0100" endDate="2024-06-11 16:08:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 17:05:42 +0100" startDate="2024-06-11 16:45:38 +0100" endDate="2024-06-11 16:52:05 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 17:18:23 +0100" startDate="2024-06-11 16:57:50 +0100" endDate="2024-06-11 16:57:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 17:27:40 +0100" startDate="2024-06-11 17:17:09 +0100" endDate="2024-06-11 17:17:32 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 17:40:24 +0100" startDate="2024-06-11 17:30:19 +0100" endDate="2024-06-11 17:36:54 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 17:51:26 +0100" startDate="2024-06-11 17:41:19 +0100" endDate="2024-06-11 17:42:12 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 19:29:27 +0100" startDate="2024-06-11 19:14:58 +0100" endDate="2024-06-11 19:22:44 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 20:11:39 +0100" startDate="2024-06-11 20:00:36 +0100" endDate="2024-06-11 20:07:36 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-11 21:46:06 +0100" startDate="2024-06-11 21:35:35 +0100" endDate="2024-06-11 21:41:57 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 05:55:11 +0100" startDate="2024-06-12 05:43:31 +0100" endDate="2024-06-12 05:43:54 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 06:12:03 +0100" startDate="2024-06-12 06:01:00 +0100" endDate="2024-06-12 06:05:03 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 07:41:46 +0100" startDate="2024-06-12 07:31:13 +0100" endDate="2024-06-12 07:31:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 07:52:28 +0100" startDate="2024-06-12 07:41:25 +0100" endDate="2024-06-12 07:50:49 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 08:19:15 +0100" startDate="2024-06-12 08:05:49 +0100" endDate="2024-06-12 08:06:05 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 08:30:59 +0100" startDate="2024-06-12 08:19:55 +0100" endDate="2024-06-12 08:22:46 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 08:57:10 +0100" startDate="2024-06-12 08:44:03 +0100" endDate="2024-06-12 08:51:34 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 09:05:56 +0100" startDate="2024-06-12 08:54:53 +0100" endDate="2024-06-12 08:56:53 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 10:51:30 +0100" startDate="2024-06-12 10:41:19 +0100" endDate="2024-06-12 10:44:59 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 11:34:55 +0100" startDate="2024-06-12 11:24:49 +0100" endDate="2024-06-12 11:25:10 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 11:53:18 +0100" startDate="2024-06-12 11:43:11 +0100" endDate="2024-06-12 11:51:02 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 13:07:30 +0100" startDate="2024-06-12 12:56:27 +0100" endDate="2024-06-12 12:57:13 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 14:25:19 +0100" startDate="2024-06-12 14:15:09 +0100" endDate="2024-06-12 14:18:45 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 15:24:52 +0100" startDate="2024-06-12 15:13:49 +0100" endDate="2024-06-12 15:13:54 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 15:45:15 +0100" startDate="2024-06-12 15:33:58 +0100" endDate="2024-06-12 15:43:59 +0100" value="785"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 15:54:14 +0100" startDate="2024-06-12 15:43:59 +0100" endDate="2024-06-12 15:49:12 +0100" value="518"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 16:06:36 +0100" startDate="2024-06-12 15:56:33 +0100" endDate="2024-06-12 16:05:38 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 16:15:58 +0100" startDate="2024-06-12 16:05:38 +0100" endDate="2024-06-12 16:09:53 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 18:24:45 +0100" startDate="2024-06-12 18:14:37 +0100" endDate="2024-06-12 18:24:10 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 18:34:43 +0100" startDate="2024-06-12 18:24:38 +0100" endDate="2024-06-12 18:31:06 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 20:02:26 +0100" startDate="2024-06-12 19:52:01 +0100" endDate="2024-06-12 19:58:55 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-12 20:12:21 +0100" startDate="2024-06-12 20:02:11 +0100" endDate="2024-06-12 20:02:26 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 04:29:12 +0100" startDate="2024-06-13 04:19:06 +0100" endDate="2024-06-13 04:23:36 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 05:29:21 +0100" startDate="2024-06-13 05:19:15 +0100" endDate="2024-06-13 05:27:39 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 06:03:12 +0100" startDate="2024-06-13 05:49:01 +0100" endDate="2024-06-13 05:54:20 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 06:11:44 +0100" startDate="2024-06-13 06:01:30 +0100" endDate="2024-06-13 06:06:54 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 06:20:18 +0100" startDate="2024-06-13 06:06:54 +0100" endDate="2024-06-13 06:16:55 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 06:27:58 +0100" startDate="2024-06-13 06:16:55 +0100" endDate="2024-06-13 06:19:25 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 06:39:19 +0100" startDate="2024-06-13 06:29:11 +0100" endDate="2024-06-13 06:29:49 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 07:24:14 +0100" startDate="2024-06-13 07:13:39 +0100" endDate="2024-06-13 07:22:31 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 07:55:09 +0100" startDate="2024-06-13 07:41:47 +0100" endDate="2024-06-13 07:49:59 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 08:07:40 +0100" startDate="2024-06-13 07:51:54 +0100" endDate="2024-06-13 08:01:52 +0100" value="597"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 08:12:55 +0100" startDate="2024-06-13 08:01:52 +0100" endDate="2024-06-13 08:10:47 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 08:36:29 +0100" startDate="2024-06-13 08:26:16 +0100" endDate="2024-06-13 08:32:46 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 09:57:19 +0100" startDate="2024-06-13 09:46:17 +0100" endDate="2024-06-13 09:53:51 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 11:16:08 +0100" startDate="2024-06-13 11:04:59 +0100" endDate="2024-06-13 11:09:19 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 11:39:23 +0100" startDate="2024-06-13 11:27:40 +0100" endDate="2024-06-13 11:34:39 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 13:20:51 +0100" startDate="2024-06-13 13:09:17 +0100" endDate="2024-06-13 13:14:45 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 13:30:43 +0100" startDate="2024-06-13 13:20:36 +0100" endDate="2024-06-13 13:28:56 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 13:45:42 +0100" startDate="2024-06-13 13:32:05 +0100" endDate="2024-06-13 13:34:17 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 13:59:28 +0100" startDate="2024-06-13 13:44:24 +0100" endDate="2024-06-13 13:50:00 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 14:18:16 +0100" startDate="2024-06-13 14:07:07 +0100" endDate="2024-06-13 14:08:54 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 14:37:35 +0100" startDate="2024-06-13 14:25:07 +0100" endDate="2024-06-13 14:33:52 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 14:46:44 +0100" startDate="2024-06-13 14:35:33 +0100" endDate="2024-06-13 14:37:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 15:06:16 +0100" startDate="2024-06-13 14:54:38 +0100" endDate="2024-06-13 14:59:59 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 15:25:18 +0100" startDate="2024-06-13 15:11:09 +0100" endDate="2024-06-13 15:21:03 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 15:32:24 +0100" startDate="2024-06-13 15:22:19 +0100" endDate="2024-06-13 15:31:05 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 16:23:31 +0100" startDate="2024-06-13 16:12:02 +0100" endDate="2024-06-13 16:22:03 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 16:37:00 +0100" startDate="2024-06-13 16:22:03 +0100" endDate="2024-06-13 16:24:41 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 16:48:44 +0100" startDate="2024-06-13 16:32:23 +0100" endDate="2024-06-13 16:42:11 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 16:55:19 +0100" startDate="2024-06-13 16:42:27 +0100" endDate="2024-06-13 16:52:28 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 17:03:31 +0100" startDate="2024-06-13 16:52:28 +0100" endDate="2024-06-13 16:57:56 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 18:30:34 +0100" startDate="2024-06-13 18:20:04 +0100" endDate="2024-06-13 18:30:05 +0100" value="901"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 18:44:20 +0100" startDate="2024-06-13 18:30:05 +0100" endDate="2024-06-13 18:36:15 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 18:56:14 +0100" startDate="2024-06-13 18:43:30 +0100" endDate="2024-06-13 18:44:01 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 19:06:55 +0100" startDate="2024-06-13 18:54:33 +0100" endDate="2024-06-13 18:56:14 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 19:41:02 +0100" startDate="2024-06-13 19:30:49 +0100" endDate="2024-06-13 19:35:32 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 20:59:01 +0100" startDate="2024-06-13 20:44:09 +0100" endDate="2024-06-13 20:47:53 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-13 21:18:19 +0100" startDate="2024-06-13 21:07:17 +0100" endDate="2024-06-13 21:09:54 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 03:58:47 +0100" startDate="2024-06-14 03:47:36 +0100" endDate="2024-06-14 03:56:13 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 04:49:33 +0100" startDate="2024-06-14 04:39:23 +0100" endDate="2024-06-14 04:49:02 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 05:18:27 +0100" startDate="2024-06-14 05:08:14 +0100" endDate="2024-06-14 05:08:45 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 07:45:53 +0100" startDate="2024-06-14 07:35:42 +0100" endDate="2024-06-14 07:39:47 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 08:15:01 +0100" startDate="2024-06-14 08:04:48 +0100" endDate="2024-06-14 08:05:01 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 09:45:01 +0100" startDate="2024-06-14 09:29:03 +0100" endDate="2024-06-14 09:29:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 10:19:03 +0100" startDate="2024-06-14 10:08:50 +0100" endDate="2024-06-14 10:08:57 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 10:36:26 +0100" startDate="2024-06-14 10:26:20 +0100" endDate="2024-06-14 10:26:38 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 10:58:40 +0100" startDate="2024-06-14 10:48:34 +0100" endDate="2024-06-14 10:58:33 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 11:10:14 +0100" startDate="2024-06-14 10:59:11 +0100" endDate="2024-06-14 11:02:07 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 11:26:17 +0100" startDate="2024-06-14 11:16:05 +0100" endDate="2024-06-14 11:20:56 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 11:48:53 +0100" startDate="2024-06-14 11:38:45 +0100" endDate="2024-06-14 11:39:03 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 12:57:35 +0100" startDate="2024-06-14 12:41:30 +0100" endDate="2024-06-14 12:49:28 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 13:09:54 +0100" startDate="2024-06-14 12:57:14 +0100" endDate="2024-06-14 12:58:51 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 13:37:12 +0100" startDate="2024-06-14 13:26:40 +0100" endDate="2024-06-14 13:36:41 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 13:48:17 +0100" startDate="2024-06-14 13:36:41 +0100" endDate="2024-06-14 13:38:02 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 14:16:06 +0100" startDate="2024-06-14 14:04:49 +0100" endDate="2024-06-14 14:06:08 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 15:33:39 +0100" startDate="2024-06-14 15:23:29 +0100" endDate="2024-06-14 15:32:12 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 15:55:45 +0100" startDate="2024-06-14 15:40:09 +0100" endDate="2024-06-14 15:47:27 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 16:06:21 +0100" startDate="2024-06-14 15:55:18 +0100" endDate="2024-06-14 15:55:44 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 19:30:03 +0100" startDate="2024-06-14 19:15:11 +0100" endDate="2024-06-14 19:17:44 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-14 20:17:37 +0100" startDate="2024-06-14 20:00:55 +0100" endDate="2024-06-14 20:00:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 11:00:54 +0100" startDate="2024-06-15 10:48:24 +0100" endDate="2024-06-15 10:58:00 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 11:23:06 +0100" startDate="2024-06-15 11:11:04 +0100" endDate="2024-06-15 11:15:47 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 11:40:28 +0100" startDate="2024-06-15 11:26:34 +0100" endDate="2024-06-15 11:27:10 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 11:52:23 +0100" startDate="2024-06-15 11:40:08 +0100" endDate="2024-06-15 11:50:09 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 12:02:16 +0100" startDate="2024-06-15 11:50:09 +0100" endDate="2024-06-15 11:58:16 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 12:25:58 +0100" startDate="2024-06-15 12:04:07 +0100" endDate="2024-06-15 12:13:53 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 12:25:58 +0100" startDate="2024-06-15 12:14:16 +0100" endDate="2024-06-15 12:23:34 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 12:39:38 +0100" startDate="2024-06-15 12:23:49 +0100" endDate="2024-06-15 12:25:48 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfde00&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 12:53:46 +0100" startDate="2024-06-15 12:34:15 +0100" endDate="2024-06-15 12:35:01 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 13:03:37 +0100" startDate="2024-06-15 12:53:24 +0100" endDate="2024-06-15 13:03:02 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 13:21:39 +0100" startDate="2024-06-15 13:10:23 +0100" endDate="2024-06-15 13:14:02 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 13:50:40 +0100" startDate="2024-06-15 13:30:33 +0100" endDate="2024-06-15 13:40:32 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 13:50:40 +0100" startDate="2024-06-15 13:40:32 +0100" endDate="2024-06-15 13:41:49 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 13:54:24 +0100" startDate="2024-06-15 13:42:45 +0100" endDate="2024-06-15 13:52:28 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 14:07:06 +0100" startDate="2024-06-15 13:53:29 +0100" endDate="2024-06-15 14:00:40 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 15:49:19 +0100" startDate="2024-06-15 15:29:13 +0100" endDate="2024-06-15 15:29:28 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 18:28:33 +0100" startDate="2024-06-15 18:17:31 +0100" endDate="2024-06-15 18:17:33 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-15 20:26:12 +0100" startDate="2024-06-15 20:12:06 +0100" endDate="2024-06-15 20:18:00 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-16 07:47:20 +0100" startDate="2024-06-16 07:35:33 +0100" endDate="2024-06-16 07:41:20 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-16 08:36:05 +0100" startDate="2024-06-16 08:21:31 +0100" endDate="2024-06-16 08:21:42 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-16 13:06:04 +0100" startDate="2024-06-16 12:51:21 +0100" endDate="2024-06-16 12:58:42 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-16 13:09:05 +0100" startDate="2024-06-16 12:58:42 +0100" endDate="2024-06-16 13:06:09 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-16 13:25:40 +0100" startDate="2024-06-16 13:06:09 +0100" endDate="2024-06-16 13:14:28 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-16 14:07:06 +0100" startDate="2024-06-16 13:51:06 +0100" endDate="2024-06-16 13:51:16 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-16 15:11:31 +0100" startDate="2024-06-16 15:01:21 +0100" endDate="2024-06-16 15:02:09 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-16 16:27:34 +0100" startDate="2024-06-16 16:17:29 +0100" endDate="2024-06-16 16:18:56 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-16 17:43:27 +0100" startDate="2024-06-16 17:33:15 +0100" endDate="2024-06-16 17:34:29 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-16 20:55:45 +0100" startDate="2024-06-16 20:45:32 +0100" endDate="2024-06-16 20:51:24 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 01:22:02 +0100" startDate="2024-06-17 01:11:47 +0100" endDate="2024-06-17 01:14:58 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 02:02:16 +0100" startDate="2024-06-17 01:52:06 +0100" endDate="2024-06-17 01:52:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 04:45:26 +0100" startDate="2024-06-17 04:35:10 +0100" endDate="2024-06-17 04:35:23 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 05:04:09 +0100" startDate="2024-06-17 04:53:56 +0100" endDate="2024-06-17 05:00:25 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 05:27:14 +0100" startDate="2024-06-17 05:12:14 +0100" endDate="2024-06-17 05:22:16 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 05:33:18 +0100" startDate="2024-06-17 05:22:16 +0100" endDate="2024-06-17 05:28:20 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 06:08:47 +0100" startDate="2024-06-17 05:57:59 +0100" endDate="2024-06-17 05:58:02 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 06:22:20 +0100" startDate="2024-06-17 06:11:17 +0100" endDate="2024-06-17 06:13:11 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 06:59:49 +0100" startDate="2024-06-17 06:43:51 +0100" endDate="2024-06-17 06:53:52 +0100" value="1031"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 07:04:55 +0100" startDate="2024-06-17 06:53:52 +0100" endDate="2024-06-17 07:01:49 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 07:19:20 +0100" startDate="2024-06-17 07:08:01 +0100" endDate="2024-06-17 07:08:24 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 07:40:20 +0100" startDate="2024-06-17 07:26:52 +0100" endDate="2024-06-17 07:35:48 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 07:57:57 +0100" startDate="2024-06-17 07:38:00 +0100" endDate="2024-06-17 07:40:05 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 09:42:05 +0100" startDate="2024-06-17 09:25:19 +0100" endDate="2024-06-17 09:27:57 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 10:47:26 +0100" startDate="2024-06-17 10:34:35 +0100" endDate="2024-06-17 10:39:56 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 11:24:08 +0100" startDate="2024-06-17 11:06:41 +0100" endDate="2024-06-17 11:14:56 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 13:06:39 +0100" startDate="2024-06-17 12:47:00 +0100" endDate="2024-06-17 12:54:36 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 13:19:01 +0100" startDate="2024-06-17 13:07:48 +0100" endDate="2024-06-17 13:08:24 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 14:52:14 +0100" startDate="2024-06-17 14:41:26 +0100" endDate="2024-06-17 14:50:03 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 15:01:34 +0100" startDate="2024-06-17 14:50:03 +0100" endDate="2024-06-17 14:55:57 +0100" value="652"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 15:18:35 +0100" startDate="2024-06-17 15:07:32 +0100" endDate="2024-06-17 15:08:08 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 15:50:54 +0100" startDate="2024-06-17 15:39:51 +0100" endDate="2024-06-17 15:39:54 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 17:00:11 +0100" startDate="2024-06-17 16:48:52 +0100" endDate="2024-06-17 16:58:53 +0100" value="771"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 17:11:19 +0100" startDate="2024-06-17 16:58:53 +0100" endDate="2024-06-17 17:05:35 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 19:40:30 +0100" startDate="2024-06-17 19:29:28 +0100" endDate="2024-06-17 19:39:29 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 19:53:10 +0100" startDate="2024-06-17 19:39:29 +0100" endDate="2024-06-17 19:47:45 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 20:09:37 +0100" startDate="2024-06-17 19:56:00 +0100" endDate="2024-06-17 19:56:31 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-17 21:40:59 +0100" startDate="2024-06-17 21:29:58 +0100" endDate="2024-06-17 21:33:35 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 05:25:21 +0100" startDate="2024-06-18 05:14:33 +0100" endDate="2024-06-18 05:15:01 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 07:17:09 +0100" startDate="2024-06-18 07:04:42 +0100" endDate="2024-06-18 07:10:00 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 09:20:26 +0100" startDate="2024-06-18 09:09:03 +0100" endDate="2024-06-18 09:17:07 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 09:35:04 +0100" startDate="2024-06-18 09:20:08 +0100" endDate="2024-06-18 09:20:33 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 10:36:05 +0100" startDate="2024-06-18 10:24:39 +0100" endDate="2024-06-18 10:25:30 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 10:45:14 +0100" startDate="2024-06-18 10:34:58 +0100" endDate="2024-06-18 10:44:19 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 11:45:25 +0100" startDate="2024-06-18 11:34:22 +0100" endDate="2024-06-18 11:41:33 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 12:47:13 +0100" startDate="2024-06-18 12:33:30 +0100" endDate="2024-06-18 12:36:54 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 13:10:16 +0100" startDate="2024-06-18 13:00:01 +0100" endDate="2024-06-18 13:09:46 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 13:24:54 +0100" startDate="2024-06-18 13:12:40 +0100" endDate="2024-06-18 13:17:46 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 15:04:43 +0100" startDate="2024-06-18 14:54:38 +0100" endDate="2024-06-18 14:55:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 16:18:22 +0100" startDate="2024-06-18 16:05:10 +0100" endDate="2024-06-18 16:10:11 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 16:37:47 +0100" startDate="2024-06-18 16:26:27 +0100" endDate="2024-06-18 16:33:42 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 16:58:38 +0100" startDate="2024-06-18 16:47:10 +0100" endDate="2024-06-18 16:57:10 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 17:08:13 +0100" startDate="2024-06-18 16:57:10 +0100" endDate="2024-06-18 17:01:55 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 17:44:37 +0100" startDate="2024-06-18 17:33:02 +0100" endDate="2024-06-18 17:42:40 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 17:56:13 +0100" startDate="2024-06-18 17:45:46 +0100" endDate="2024-06-18 17:46:22 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 18:16:08 +0100" startDate="2024-06-18 18:03:13 +0100" endDate="2024-06-18 18:12:39 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 19:20:34 +0100" startDate="2024-06-18 19:00:52 +0100" endDate="2024-06-18 19:00:54 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-18 20:57:04 +0100" startDate="2024-06-18 20:46:54 +0100" endDate="2024-06-18 20:51:24 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 04:17:06 +0100" startDate="2024-06-19 04:06:56 +0100" endDate="2024-06-19 04:07:29 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 07:12:15 +0100" startDate="2024-06-19 07:01:12 +0100" endDate="2024-06-19 07:09:42 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 07:30:32 +0100" startDate="2024-06-19 07:20:09 +0100" endDate="2024-06-19 07:25:14 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 07:42:54 +0100" startDate="2024-06-19 07:31:52 +0100" endDate="2024-06-19 07:32:07 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 07:55:04 +0100" startDate="2024-06-19 07:44:01 +0100" endDate="2024-06-19 07:53:39 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 08:17:51 +0100" startDate="2024-06-19 08:06:49 +0100" endDate="2024-06-19 08:08:00 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 08:43:21 +0100" startDate="2024-06-19 08:26:47 +0100" endDate="2024-06-19 08:26:52 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 09:47:19 +0100" startDate="2024-06-19 09:37:06 +0100" endDate="2024-06-19 09:47:07 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 10:01:08 +0100" startDate="2024-06-19 09:47:33 +0100" endDate="2024-06-19 09:57:34 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 10:08:34 +0100" startDate="2024-06-19 09:57:34 +0100" endDate="2024-06-19 09:58:43 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 10:26:46 +0100" startDate="2024-06-19 10:16:35 +0100" endDate="2024-06-19 10:20:07 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 12:57:34 +0100" startDate="2024-06-19 12:46:31 +0100" endDate="2024-06-19 12:52:56 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 13:13:44 +0100" startDate="2024-06-19 13:02:42 +0100" endDate="2024-06-19 13:02:44 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 13:34:37 +0100" startDate="2024-06-19 13:22:00 +0100" endDate="2024-06-19 13:22:30 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 14:45:36 +0100" startDate="2024-06-19 14:35:23 +0100" endDate="2024-06-19 14:35:38 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 15:01:26 +0100" startDate="2024-06-19 14:51:21 +0100" endDate="2024-06-19 14:51:36 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 16:25:29 +0100" startDate="2024-06-19 16:10:13 +0100" endDate="2024-06-19 16:19:00 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 16:34:16 +0100" startDate="2024-06-19 16:22:43 +0100" endDate="2024-06-19 16:26:07 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 16:47:56 +0100" startDate="2024-06-19 16:33:43 +0100" endDate="2024-06-19 16:43:44 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 16:54:24 +0100" startDate="2024-06-19 16:43:44 +0100" endDate="2024-06-19 16:49:05 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-19 19:42:35 +0100" startDate="2024-06-19 19:31:29 +0100" endDate="2024-06-19 19:31:59 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 02:35:31 +0100" startDate="2024-06-20 02:25:21 +0100" endDate="2024-06-20 02:26:12 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 05:32:52 +0100" startDate="2024-06-20 05:22:39 +0100" endDate="2024-06-20 05:27:52 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 06:01:01 +0100" startDate="2024-06-20 05:49:06 +0100" endDate="2024-06-20 05:49:29 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 06:14:49 +0100" startDate="2024-06-20 06:00:01 +0100" endDate="2024-06-20 06:09:24 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 06:20:54 +0100" startDate="2024-06-20 06:10:02 +0100" endDate="2024-06-20 06:16:34 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 06:26:56 +0100" startDate="2024-06-20 06:16:34 +0100" endDate="2024-06-20 06:26:20 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 06:40:42 +0100" startDate="2024-06-20 06:26:20 +0100" endDate="2024-06-20 06:27:49 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 06:55:54 +0100" startDate="2024-06-20 06:43:01 +0100" endDate="2024-06-20 06:43:24 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 07:04:25 +0100" startDate="2024-06-20 06:53:31 +0100" endDate="2024-06-20 06:53:33 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 07:18:10 +0100" startDate="2024-06-20 07:05:20 +0100" endDate="2024-06-20 07:05:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 08:13:19 +0100" startDate="2024-06-20 08:01:41 +0100" endDate="2024-06-20 08:11:42 +0100" value="924"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 08:22:45 +0100" startDate="2024-06-20 08:11:42 +0100" endDate="2024-06-20 08:18:15 +0100" value="674"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 08:50:33 +0100" startDate="2024-06-20 08:40:16 +0100" endDate="2024-06-20 08:50:01 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 09:02:26 +0100" startDate="2024-06-20 08:50:17 +0100" endDate="2024-06-20 08:52:04 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 10:30:50 +0100" startDate="2024-06-20 10:19:01 +0100" endDate="2024-06-20 10:29:02 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 10:44:11 +0100" startDate="2024-06-20 10:29:02 +0100" endDate="2024-06-20 10:33:30 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 11:03:51 +0100" startDate="2024-06-20 10:53:46 +0100" endDate="2024-06-20 10:58:21 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 11:41:40 +0100" startDate="2024-06-20 11:30:37 +0100" endDate="2024-06-20 11:34:54 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 12:16:04 +0100" startDate="2024-06-20 12:03:38 +0100" endDate="2024-06-20 12:13:06 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 12:26:57 +0100" startDate="2024-06-20 12:15:54 +0100" endDate="2024-06-20 12:23:38 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 12:58:47 +0100" startDate="2024-06-20 12:47:00 +0100" endDate="2024-06-20 12:54:36 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 13:11:02 +0100" startDate="2024-06-20 12:59:04 +0100" endDate="2024-06-20 13:08:09 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 13:25:53 +0100" startDate="2024-06-20 13:09:28 +0100" endDate="2024-06-20 13:18:37 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 13:42:26 +0100" startDate="2024-06-20 13:23:48 +0100" endDate="2024-06-20 13:23:53 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 14:18:26 +0100" startDate="2024-06-20 14:08:06 +0100" endDate="2024-06-20 14:12:11 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 14:35:34 +0100" startDate="2024-06-20 14:19:52 +0100" endDate="2024-06-20 14:27:30 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 14:50:46 +0100" startDate="2024-06-20 14:38:56 +0100" endDate="2024-06-20 14:45:26 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 15:00:56 +0100" startDate="2024-06-20 14:49:20 +0100" endDate="2024-06-20 14:58:25 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 15:10:35 +0100" startDate="2024-06-20 14:59:44 +0100" endDate="2024-06-20 15:08:54 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 16:26:38 +0100" startDate="2024-06-20 16:16:07 +0100" endDate="2024-06-20 16:25:01 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 16:36:23 +0100" startDate="2024-06-20 16:26:10 +0100" endDate="2024-06-20 16:36:10 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 16:46:15 +0100" startDate="2024-06-20 16:36:10 +0100" endDate="2024-06-20 16:45:17 +0100" value="1021"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 16:56:16 +0100" startDate="2024-06-20 16:45:17 +0100" endDate="2024-06-20 16:55:16 +0100" value="763"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 17:05:32 +0100" startDate="2024-06-20 16:55:16 +0100" endDate="2024-06-20 16:56:43 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 17:52:51 +0100" startDate="2024-06-20 17:42:43 +0100" endDate="2024-06-20 17:48:33 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 18:41:35 +0100" startDate="2024-06-20 18:31:12 +0100" endDate="2024-06-20 18:41:06 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 18:52:33 +0100" startDate="2024-06-20 18:41:14 +0100" endDate="2024-06-20 18:49:20 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 19:05:42 +0100" startDate="2024-06-20 18:52:00 +0100" endDate="2024-06-20 18:52:11 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-20 20:33:39 +0100" startDate="2024-06-20 20:22:37 +0100" endDate="2024-06-20 20:23:30 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 03:30:29 +0100" startDate="2024-06-21 03:16:15 +0100" endDate="2024-06-21 03:16:22 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 03:39:58 +0100" startDate="2024-06-21 03:28:55 +0100" endDate="2024-06-21 03:37:30 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 04:03:17 +0100" startDate="2024-06-21 03:53:08 +0100" endDate="2024-06-21 04:03:10 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 04:15:55 +0100" startDate="2024-06-21 04:03:10 +0100" endDate="2024-06-21 04:13:11 +0100" value="1115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 04:24:27 +0100" startDate="2024-06-21 04:13:11 +0100" endDate="2024-06-21 04:15:03 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 04:38:14 +0100" startDate="2024-06-21 04:27:27 +0100" endDate="2024-06-21 04:35:31 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 04:59:26 +0100" startDate="2024-06-21 04:48:23 +0100" endDate="2024-06-21 04:48:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 05:48:53 +0100" startDate="2024-06-21 05:38:32 +0100" endDate="2024-06-21 05:45:07 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 06:07:15 +0100" startDate="2024-06-21 05:56:12 +0100" endDate="2024-06-21 05:59:08 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 07:56:58 +0100" startDate="2024-06-21 07:41:17 +0100" endDate="2024-06-21 07:51:18 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 08:02:42 +0100" startDate="2024-06-21 07:51:18 +0100" endDate="2024-06-21 07:58:06 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 11:31:06 +0100" startDate="2024-06-21 11:20:56 +0100" endDate="2024-06-21 11:29:48 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 11:44:56 +0100" startDate="2024-06-21 11:32:34 +0100" endDate="2024-06-21 11:34:46 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 12:03:43 +0100" startDate="2024-06-21 11:51:38 +0100" endDate="2024-06-21 11:52:16 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 12:21:39 +0100" startDate="2024-06-21 12:11:13 +0100" endDate="2024-06-21 12:17:55 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 13:51:47 +0100" startDate="2024-06-21 13:40:30 +0100" endDate="2024-06-21 13:40:32 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 14:17:13 +0100" startDate="2024-06-21 13:58:31 +0100" endDate="2024-06-21 14:00:08 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 14:29:54 +0100" startDate="2024-06-21 14:17:27 +0100" endDate="2024-06-21 14:21:53 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 14:55:34 +0100" startDate="2024-06-21 14:40:44 +0100" endDate="2024-06-21 14:48:49 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 15:06:02 +0100" startDate="2024-06-21 14:54:46 +0100" endDate="2024-06-21 14:58:05 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 15:18:25 +0100" startDate="2024-06-21 15:07:51 +0100" endDate="2024-06-21 15:08:22 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 15:37:14 +0100" startDate="2024-06-21 15:21:39 +0100" endDate="2024-06-21 15:21:41 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 16:18:24 +0100" startDate="2024-06-21 16:07:53 +0100" endDate="2024-06-21 16:11:44 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 16:46:14 +0100" startDate="2024-06-21 16:33:17 +0100" endDate="2024-06-21 16:43:18 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 16:54:21 +0100" startDate="2024-06-21 16:43:18 +0100" endDate="2024-06-21 16:53:19 +0100" value="1037"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 17:04:22 +0100" startDate="2024-06-21 16:53:19 +0100" endDate="2024-06-21 16:57:26 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 17:21:27 +0100" startDate="2024-06-21 17:09:51 +0100" endDate="2024-06-21 17:19:52 +0100" value="1093"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 17:31:37 +0100" startDate="2024-06-21 17:19:52 +0100" endDate="2024-06-21 17:29:38 +0100" value="1084"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 17:41:48 +0100" startDate="2024-06-21 17:31:38 +0100" endDate="2024-06-21 17:41:39 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 17:53:51 +0100" startDate="2024-06-21 17:41:39 +0100" endDate="2024-06-21 17:51:40 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 18:02:46 +0100" startDate="2024-06-21 17:51:40 +0100" endDate="2024-06-21 17:54:46 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 20:52:55 +0100" startDate="2024-06-21 20:42:40 +0100" endDate="2024-06-21 20:52:41 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 21:05:01 +0100" startDate="2024-06-21 20:52:41 +0100" endDate="2024-06-21 21:02:42 +0100" value="1120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 21:15:09 +0100" startDate="2024-06-21 21:02:42 +0100" endDate="2024-06-21 21:12:43 +0100" value="1146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-21 21:26:04 +0100" startDate="2024-06-21 21:12:43 +0100" endDate="2024-06-21 21:18:06 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 07:16:49 +0100" startDate="2024-06-22 07:05:51 +0100" endDate="2024-06-22 07:13:30 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 07:26:02 +0100" startDate="2024-06-22 07:13:30 +0100" endDate="2024-06-22 07:23:31 +0100" value="1034"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 07:34:18 +0100" startDate="2024-06-22 07:23:31 +0100" endDate="2024-06-22 07:30:08 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 07:50:28 +0100" startDate="2024-06-22 07:38:53 +0100" endDate="2024-06-22 07:43:44 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 10:21:04 +0100" startDate="2024-06-22 10:08:47 +0100" endDate="2024-06-22 10:11:55 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 10:41:58 +0100" startDate="2024-06-22 10:29:05 +0100" endDate="2024-06-22 10:31:59 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 11:38:16 +0100" startDate="2024-06-22 11:26:09 +0100" endDate="2024-06-22 11:36:05 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 11:53:00 +0100" startDate="2024-06-22 11:37:35 +0100" endDate="2024-06-22 11:37:42 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 12:05:35 +0100" startDate="2024-06-22 11:54:22 +0100" endDate="2024-06-22 11:57:12 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 12:15:06 +0100" startDate="2024-06-22 12:05:01 +0100" endDate="2024-06-22 12:14:42 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 12:26:41 +0100" startDate="2024-06-22 12:15:38 +0100" endDate="2024-06-22 12:22:56 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 12:47:49 +0100" startDate="2024-06-22 12:31:49 +0100" endDate="2024-06-22 12:41:02 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 12:54:24 +0100" startDate="2024-06-22 12:43:40 +0100" endDate="2024-06-22 12:43:50 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 13:30:51 +0100" startDate="2024-06-22 13:19:07 +0100" endDate="2024-06-22 13:19:12 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 13:40:11 +0100" startDate="2024-06-22 13:29:08 +0100" endDate="2024-06-22 13:29:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 14:22:04 +0100" startDate="2024-06-22 14:11:54 +0100" endDate="2024-06-22 14:16:26 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 14:45:16 +0100" startDate="2024-06-22 14:30:32 +0100" endDate="2024-06-22 14:32:30 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 15:44:00 +0100" startDate="2024-06-22 15:31:38 +0100" endDate="2024-06-22 15:31:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 16:04:50 +0100" startDate="2024-06-22 15:52:29 +0100" endDate="2024-06-22 15:52:34 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 16:32:13 +0100" startDate="2024-06-22 16:18:44 +0100" endDate="2024-06-22 16:28:45 +0100" value="650"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 16:41:45 +0100" startDate="2024-06-22 16:28:45 +0100" endDate="2024-06-22 16:37:09 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 16:49:03 +0100" startDate="2024-06-22 16:37:09 +0100" endDate="2024-06-22 16:46:40 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 16:58:29 +0100" startDate="2024-06-22 16:47:26 +0100" endDate="2024-06-22 16:52:45 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 17:38:20 +0100" startDate="2024-06-22 17:27:12 +0100" endDate="2024-06-22 17:36:18 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-22 17:48:25 +0100" startDate="2024-06-22 17:37:22 +0100" endDate="2024-06-22 17:42:15 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 07:12:49 +0100" startDate="2024-06-23 06:59:32 +0100" endDate="2024-06-23 07:09:07 +0100" value="1021"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 07:24:58 +0100" startDate="2024-06-23 07:10:14 +0100" endDate="2024-06-23 07:20:15 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 07:30:39 +0100" startDate="2024-06-23 07:20:15 +0100" endDate="2024-06-23 07:30:14 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 07:41:16 +0100" startDate="2024-06-23 07:30:14 +0100" endDate="2024-06-23 07:30:16 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 07:53:57 +0100" startDate="2024-06-23 07:41:41 +0100" endDate="2024-06-23 07:48:04 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 08:18:19 +0100" startDate="2024-06-23 08:01:50 +0100" endDate="2024-06-23 08:04:49 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 11:33:26 +0100" startDate="2024-06-23 11:16:35 +0100" endDate="2024-06-23 11:16:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 11:47:56 +0100" startDate="2024-06-23 11:36:26 +0100" endDate="2024-06-23 11:43:44 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 12:06:04 +0100" startDate="2024-06-23 11:55:00 +0100" endDate="2024-06-23 11:55:07 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 12:28:26 +0100" startDate="2024-06-23 12:15:30 +0100" endDate="2024-06-23 12:25:29 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 12:42:11 +0100" startDate="2024-06-23 12:25:29 +0100" endDate="2024-06-23 12:33:45 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 14:44:52 +0100" startDate="2024-06-23 14:34:16 +0100" endDate="2024-06-23 14:44:17 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 14:55:22 +0100" startDate="2024-06-23 14:44:17 +0100" endDate="2024-06-23 14:48:30 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 15:11:09 +0100" startDate="2024-06-23 14:55:58 +0100" endDate="2024-06-23 15:03:36 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 15:19:42 +0100" startDate="2024-06-23 15:06:25 +0100" endDate="2024-06-23 15:13:12 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 15:34:31 +0100" startDate="2024-06-23 15:23:39 +0100" endDate="2024-06-23 15:33:40 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 15:45:53 +0100" startDate="2024-06-23 15:33:40 +0100" endDate="2024-06-23 15:43:00 +0100" value="993"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 15:54:03 +0100" startDate="2024-06-23 15:43:00 +0100" endDate="2024-06-23 15:48:49 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 16:06:04 +0100" startDate="2024-06-23 15:55:01 +0100" endDate="2024-06-23 15:55:21 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 16:22:35 +0100" startDate="2024-06-23 16:12:13 +0100" endDate="2024-06-23 16:20:25 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 18:05:45 +0100" startDate="2024-06-23 17:55:08 +0100" endDate="2024-06-23 18:04:31 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 18:20:10 +0100" startDate="2024-06-23 18:09:57 +0100" endDate="2024-06-23 18:17:15 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 18:30:42 +0100" startDate="2024-06-23 18:20:34 +0100" endDate="2024-06-23 18:26:16 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 19:56:42 +0100" startDate="2024-06-23 19:45:16 +0100" endDate="2024-06-23 19:55:15 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 20:11:45 +0100" startDate="2024-06-23 19:55:15 +0100" endDate="2024-06-23 20:02:05 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-23 22:12:39 +0100" startDate="2024-06-23 21:53:56 +0100" endDate="2024-06-23 21:56:47 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 06:00:14 +0100" startDate="2024-06-24 05:49:17 +0100" endDate="2024-06-24 05:58:53 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 06:13:07 +0100" startDate="2024-06-24 06:00:01 +0100" endDate="2024-06-24 06:00:50 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 06:49:28 +0100" startDate="2024-06-24 06:39:15 +0100" endDate="2024-06-24 06:39:27 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 07:37:15 +0100" startDate="2024-06-24 07:19:53 +0100" endDate="2024-06-24 07:20:16 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 07:53:32 +0100" startDate="2024-06-24 07:41:15 +0100" endDate="2024-06-24 07:42:59 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 08:22:15 +0100" startDate="2024-06-24 08:08:59 +0100" endDate="2024-06-24 08:17:46 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 08:48:19 +0100" startDate="2024-06-24 08:33:19 +0100" endDate="2024-06-24 08:41:48 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 09:07:13 +0100" startDate="2024-06-24 08:52:00 +0100" endDate="2024-06-24 08:53:44 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 09:26:06 +0100" startDate="2024-06-24 09:15:03 +0100" endDate="2024-06-24 09:21:59 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 10:11:01 +0100" startDate="2024-06-24 09:59:59 +0100" endDate="2024-06-24 10:07:47 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 11:39:57 +0100" startDate="2024-06-24 11:25:10 +0100" endDate="2024-06-24 11:30:41 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 12:51:18 +0100" startDate="2024-06-24 12:40:05 +0100" endDate="2024-06-24 12:50:06 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 13:00:46 +0100" startDate="2024-06-24 12:50:06 +0100" endDate="2024-06-24 12:58:23 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 13:42:39 +0100" startDate="2024-06-24 13:00:38 +0100" endDate="2024-06-24 13:01:11 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 14:35:15 +0100" startDate="2024-06-24 14:19:01 +0100" endDate="2024-06-24 14:19:34 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 14:50:39 +0100" startDate="2024-06-24 14:39:37 +0100" endDate="2024-06-24 14:46:24 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 15:46:41 +0100" startDate="2024-06-24 15:32:47 +0100" endDate="2024-06-24 15:35:22 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 15:57:44 +0100" startDate="2024-06-24 15:47:04 +0100" endDate="2024-06-24 15:57:05 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 16:08:46 +0100" startDate="2024-06-24 15:57:05 +0100" endDate="2024-06-24 16:06:38 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 16:18:27 +0100" startDate="2024-06-24 16:07:24 +0100" endDate="2024-06-24 16:08:33 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 17:35:27 +0100" startDate="2024-06-24 17:21:17 +0100" endDate="2024-06-24 17:30:01 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-24 21:51:41 +0100" startDate="2024-06-24 21:40:38 +0100" endDate="2024-06-24 21:40:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 03:06:34 +0100" startDate="2024-06-25 02:55:29 +0100" endDate="2024-06-25 02:59:16 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 04:38:31 +0100" startDate="2024-06-25 04:17:07 +0100" endDate="2024-06-25 04:17:17 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 05:18:23 +0100" startDate="2024-06-25 05:03:09 +0100" endDate="2024-06-25 05:13:10 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 05:25:06 +0100" startDate="2024-06-25 05:13:10 +0100" endDate="2024-06-25 05:23:11 +0100" value="1100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 05:37:47 +0100" startDate="2024-06-25 05:23:11 +0100" endDate="2024-06-25 05:26:27 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 05:47:51 +0100" startDate="2024-06-25 05:36:06 +0100" endDate="2024-06-25 05:36:14 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 06:33:25 +0100" startDate="2024-06-25 06:23:05 +0100" endDate="2024-06-25 06:23:53 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 06:55:20 +0100" startDate="2024-06-25 06:41:51 +0100" endDate="2024-06-25 06:50:31 +0100" value="942"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 07:01:33 +0100" startDate="2024-06-25 06:50:31 +0100" endDate="2024-06-25 07:00:32 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 07:11:34 +0100" startDate="2024-06-25 07:00:32 +0100" endDate="2024-06-25 07:07:50 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 07:32:17 +0100" startDate="2024-06-25 07:13:34 +0100" endDate="2024-06-25 07:13:52 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 09:19:25 +0100" startDate="2024-06-25 09:01:05 +0100" endDate="2024-06-25 09:05:58 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 09:42:11 +0100" startDate="2024-06-25 09:24:26 +0100" endDate="2024-06-25 09:28:38 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 09:50:30 +0100" startDate="2024-06-25 09:38:14 +0100" endDate="2024-06-25 09:48:15 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 10:01:26 +0100" startDate="2024-06-25 09:48:48 +0100" endDate="2024-06-25 09:52:55 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 10:30:08 +0100" startDate="2024-06-25 10:16:31 +0100" endDate="2024-06-25 10:20:00 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 10:39:30 +0100" startDate="2024-06-25 10:28:27 +0100" endDate="2024-06-25 10:30:47 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 10:51:33 +0100" startDate="2024-06-25 10:40:05 +0100" endDate="2024-06-25 10:45:28 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 11:14:12 +0100" startDate="2024-06-25 11:01:35 +0100" endDate="2024-06-25 11:07:50 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 11:52:29 +0100" startDate="2024-06-25 11:35:55 +0100" endDate="2024-06-25 11:41:49 +0100" value="429"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 11:59:14 +0100" startDate="2024-06-25 11:47:37 +0100" endDate="2024-06-25 11:48:33 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 12:42:20 +0100" startDate="2024-06-25 12:27:32 +0100" endDate="2024-06-25 12:34:27 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 15:27:53 +0100" startDate="2024-06-25 15:16:49 +0100" endDate="2024-06-25 15:22:41 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 15:41:31 +0100" startDate="2024-06-25 15:28:38 +0100" endDate="2024-06-25 15:36:52 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 15:51:57 +0100" startDate="2024-06-25 15:37:02 +0100" endDate="2024-06-25 15:47:01 +0100" value="831"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 15:58:04 +0100" startDate="2024-06-25 15:47:01 +0100" endDate="2024-06-25 15:53:48 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 16:20:10 +0100" startDate="2024-06-25 16:09:57 +0100" endDate="2024-06-25 16:11:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 17:37:42 +0100" startDate="2024-06-25 17:26:24 +0100" endDate="2024-06-25 17:26:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 17:59:48 +0100" startDate="2024-06-25 17:48:55 +0100" endDate="2024-06-25 17:53:30 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 18:04:15 +0100" startDate="2024-06-25 17:53:30 +0100" endDate="2024-06-25 18:03:03 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 18:18:43 +0100" startDate="2024-06-25 18:03:03 +0100" endDate="2024-06-25 18:10:01 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 18:31:48 +0100" startDate="2024-06-25 18:16:28 +0100" endDate="2024-06-25 18:19:36 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 18:51:20 +0100" startDate="2024-06-25 18:38:13 +0100" endDate="2024-06-25 18:42:23 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-25 21:07:16 +0100" startDate="2024-06-25 20:57:00 +0100" endDate="2024-06-25 20:57:07 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 00:14:41 +0100" startDate="2024-06-26 00:01:04 +0100" endDate="2024-06-26 00:04:07 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 05:30:25 +0100" startDate="2024-06-26 05:13:27 +0100" endDate="2024-06-26 05:17:20 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 05:41:13 +0100" startDate="2024-06-26 05:30:10 +0100" endDate="2024-06-26 05:37:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 05:59:29 +0100" startDate="2024-06-26 05:48:51 +0100" endDate="2024-06-26 05:52:23 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 06:17:25 +0100" startDate="2024-06-26 06:07:17 +0100" endDate="2024-06-26 06:07:30 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 07:25:43 +0100" startDate="2024-06-26 07:12:59 +0100" endDate="2024-06-26 07:17:39 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 07:48:59 +0100" startDate="2024-06-26 07:38:51 +0100" endDate="2024-06-26 07:47:41 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 08:04:07 +0100" startDate="2024-06-26 07:51:53 +0100" endDate="2024-06-26 07:56:59 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 08:14:11 +0100" startDate="2024-06-26 08:02:05 +0100" endDate="2024-06-26 08:12:06 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 08:30:30 +0100" startDate="2024-06-26 08:12:06 +0100" endDate="2024-06-26 08:15:22 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 08:34:40 +0100" startDate="2024-06-26 08:23:37 +0100" endDate="2024-06-26 08:31:59 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 09:01:08 +0100" startDate="2024-06-26 08:45:44 +0100" endDate="2024-06-26 08:46:02 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 09:13:21 +0100" startDate="2024-06-26 09:03:09 +0100" endDate="2024-06-26 09:12:37 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 09:24:51 +0100" startDate="2024-06-26 09:13:15 +0100" endDate="2024-06-26 09:18:49 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 09:40:42 +0100" startDate="2024-06-26 09:26:02 +0100" endDate="2024-06-26 09:27:57 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 09:58:57 +0100" startDate="2024-06-26 09:40:06 +0100" endDate="2024-06-26 09:46:25 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 10:15:53 +0100" startDate="2024-06-26 09:57:26 +0100" endDate="2024-06-26 10:05:02 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 11:20:31 +0100" startDate="2024-06-26 11:08:26 +0100" endDate="2024-06-26 11:12:14 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 11:29:44 +0100" startDate="2024-06-26 11:18:41 +0100" endDate="2024-06-26 11:21:32 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 12:07:46 +0100" startDate="2024-06-26 11:53:12 +0100" endDate="2024-06-26 11:57:36 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 12:17:50 +0100" startDate="2024-06-26 12:06:47 +0100" endDate="2024-06-26 12:08:13 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 13:01:41 +0100" startDate="2024-06-26 12:48:22 +0100" endDate="2024-06-26 12:57:43 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 13:12:57 +0100" startDate="2024-06-26 12:58:28 +0100" endDate="2024-06-26 13:08:27 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 13:22:03 +0100" startDate="2024-06-26 13:08:27 +0100" endDate="2024-06-26 13:18:28 +0100" value="1065"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 13:29:51 +0100" startDate="2024-06-26 13:18:28 +0100" endDate="2024-06-26 13:20:54 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 13:39:20 +0100" startDate="2024-06-26 13:28:27 +0100" endDate="2024-06-26 13:29:00 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 14:22:09 +0100" startDate="2024-06-26 14:11:23 +0100" endDate="2024-06-26 14:20:11 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 14:37:00 +0100" startDate="2024-06-26 14:26:20 +0100" endDate="2024-06-26 14:35:21 +0100" value="812"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 14:57:26 +0100" startDate="2024-06-26 14:45:23 +0100" endDate="2024-06-26 14:46:08 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 16:57:27 +0100" startDate="2024-06-26 16:45:11 +0100" endDate="2024-06-26 16:45:19 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 17:39:29 +0100" startDate="2024-06-26 17:24:00 +0100" endDate="2024-06-26 17:30:00 +0100" value="513"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 17:49:30 +0100" startDate="2024-06-26 17:37:46 +0100" endDate="2024-06-26 17:46:33 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 18:41:33 +0100" startDate="2024-06-26 18:30:31 +0100" endDate="2024-06-26 18:30:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 18:59:46 +0100" startDate="2024-06-26 18:44:14 +0100" endDate="2024-06-26 18:54:15 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 19:12:04 +0100" startDate="2024-06-26 18:54:15 +0100" endDate="2024-06-26 19:03:00 +0100" value="490"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 20:08:13 +0100" startDate="2024-06-26 19:57:10 +0100" endDate="2024-06-26 19:57:13 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-26 20:40:37 +0100" startDate="2024-06-26 20:29:35 +0100" endDate="2024-06-26 20:29:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 04:37:58 +0100" startDate="2024-06-27 04:17:27 +0100" endDate="2024-06-27 04:17:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 04:43:09 +0100" startDate="2024-06-27 04:31:50 +0100" endDate="2024-06-27 04:41:49 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 04:52:52 +0100" startDate="2024-06-27 04:41:49 +0100" endDate="2024-06-27 04:41:52 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 05:14:47 +0100" startDate="2024-06-27 05:01:59 +0100" endDate="2024-06-27 05:11:27 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 05:24:09 +0100" startDate="2024-06-27 05:11:27 +0100" endDate="2024-06-27 05:21:23 +0100" value="1094"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 05:31:45 +0100" startDate="2024-06-27 05:21:23 +0100" endDate="2024-06-27 05:21:56 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 05:50:27 +0100" startDate="2024-06-27 05:40:22 +0100" endDate="2024-06-27 05:47:30 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 06:39:20 +0100" startDate="2024-06-27 06:27:13 +0100" endDate="2024-06-27 06:33:37 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 07:22:57 +0100" startDate="2024-06-27 07:06:45 +0100" endDate="2024-06-27 07:16:46 +0100" value="1064"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 07:27:49 +0100" startDate="2024-06-27 07:16:46 +0100" endDate="2024-06-27 07:25:08 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 07:40:04 +0100" startDate="2024-06-27 07:27:31 +0100" endDate="2024-06-27 07:29:02 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 09:07:30 +0100" startDate="2024-06-27 08:56:07 +0100" endDate="2024-06-27 09:00:09 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 10:22:43 +0100" startDate="2024-06-27 10:02:29 +0100" endDate="2024-06-27 10:05:55 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 11:42:15 +0100" startDate="2024-06-27 11:28:13 +0100" endDate="2024-06-27 11:37:47 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 11:49:55 +0100" startDate="2024-06-27 11:38:38 +0100" endDate="2024-06-27 11:48:36 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 11:59:39 +0100" startDate="2024-06-27 11:48:36 +0100" endDate="2024-06-27 11:53:35 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 12:25:44 +0100" startDate="2024-06-27 12:15:34 +0100" endDate="2024-06-27 12:24:01 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 12:48:54 +0100" startDate="2024-06-27 12:37:15 +0100" endDate="2024-06-27 12:40:34 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 13:04:10 +0100" startDate="2024-06-27 12:53:07 +0100" endDate="2024-06-27 13:01:03 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 13:18:35 +0100" startDate="2024-06-27 13:04:32 +0100" endDate="2024-06-27 13:11:27 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 15:10:03 +0100" startDate="2024-06-27 14:59:51 +0100" endDate="2024-06-27 15:09:52 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 15:23:37 +0100" startDate="2024-06-27 15:09:52 +0100" endDate="2024-06-27 15:10:10 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 15:37:37 +0100" startDate="2024-06-27 15:26:06 +0100" endDate="2024-06-27 15:27:20 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 16:56:00 +0100" startDate="2024-06-27 16:44:56 +0100" endDate="2024-06-27 16:54:57 +0100" value="1165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 17:05:31 +0100" startDate="2024-06-27 16:54:57 +0100" endDate="2024-06-27 17:02:58 +0100" value="708"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 17:18:15 +0100" startDate="2024-06-27 17:08:10 +0100" endDate="2024-06-27 17:14:01 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 17:32:50 +0100" startDate="2024-06-27 17:21:47 +0100" endDate="2024-06-27 17:28:25 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 18:36:55 +0100" startDate="2024-06-27 18:26:10 +0100" endDate="2024-06-27 18:28:15 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 19:07:52 +0100" startDate="2024-06-27 18:54:47 +0100" endDate="2024-06-27 19:04:48 +0100" value="970"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 19:21:51 +0100" startDate="2024-06-27 19:04:48 +0100" endDate="2024-06-27 19:08:40 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 21:03:32 +0100" startDate="2024-06-27 20:52:19 +0100" endDate="2024-06-27 21:02:20 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-27 21:20:39 +0100" startDate="2024-06-27 21:02:20 +0100" endDate="2024-06-27 21:10:37 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 06:56:48 +0100" startDate="2024-06-28 06:43:53 +0100" endDate="2024-06-28 06:45:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 08:01:42 +0100" startDate="2024-06-28 07:49:37 +0100" endDate="2024-06-28 07:52:45 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 09:48:46 +0100" startDate="2024-06-28 09:33:55 +0100" endDate="2024-06-28 09:38:17 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 10:16:30 +0100" startDate="2024-06-28 10:05:23 +0100" endDate="2024-06-28 10:14:10 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 11:26:32 +0100" startDate="2024-06-28 11:14:29 +0100" endDate="2024-06-28 11:14:31 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 13:40:25 +0100" startDate="2024-06-28 13:19:47 +0100" endDate="2024-06-28 13:20:18 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 13:52:30 +0100" startDate="2024-06-28 13:36:08 +0100" endDate="2024-06-28 13:44:17 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 14:00:04 +0100" startDate="2024-06-28 13:48:37 +0100" endDate="2024-06-28 13:57:52 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 14:13:04 +0100" startDate="2024-06-28 13:58:51 +0100" endDate="2024-06-28 14:07:30 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 14:30:39 +0100" startDate="2024-06-28 14:16:42 +0100" endDate="2024-06-28 14:24:08 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 15:22:36 +0100" startDate="2024-06-28 15:03:20 +0100" endDate="2024-06-28 15:05:32 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 16:11:08 +0100" startDate="2024-06-28 15:56:25 +0100" endDate="2024-06-28 15:56:38 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 16:38:57 +0100" startDate="2024-06-28 16:23:13 +0100" endDate="2024-06-28 16:31:17 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 16:54:41 +0100" startDate="2024-06-28 16:33:30 +0100" endDate="2024-06-28 16:41:06 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 18:39:46 +0100" startDate="2024-06-28 18:19:16 +0100" endDate="2024-06-28 18:23:31 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 19:26:40 +0100" startDate="2024-06-28 19:14:38 +0100" endDate="2024-06-28 19:24:24 +0100" value="689"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 19:46:23 +0100" startDate="2024-06-28 19:25:04 +0100" endDate="2024-06-28 19:25:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-28 21:32:00 +0100" startDate="2024-06-28 21:21:47 +0100" endDate="2024-06-28 21:22:20 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 03:56:23 +0100" startDate="2024-06-29 03:46:13 +0100" endDate="2024-06-29 03:46:51 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 06:34:28 +0100" startDate="2024-06-29 06:18:59 +0100" endDate="2024-06-29 06:22:48 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 07:54:12 +0100" startDate="2024-06-29 07:42:29 +0100" endDate="2024-06-29 07:42:42 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 08:06:05 +0100" startDate="2024-06-29 07:53:21 +0100" endDate="2024-06-29 07:53:42 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 08:45:58 +0100" startDate="2024-06-29 08:34:44 +0100" endDate="2024-06-29 08:44:02 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 08:55:51 +0100" startDate="2024-06-29 08:44:48 +0100" endDate="2024-06-29 08:45:26 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 09:48:59 +0100" startDate="2024-06-29 09:34:20 +0100" endDate="2024-06-29 09:36:10 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 10:40:22 +0100" startDate="2024-06-29 10:25:10 +0100" endDate="2024-06-29 10:34:38 +0100" value="412"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 10:46:40 +0100" startDate="2024-06-29 10:35:24 +0100" endDate="2024-06-29 10:44:52 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 10:56:05 +0100" startDate="2024-06-29 10:45:53 +0100" endDate="2024-06-29 10:46:56 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 11:07:26 +0100" startDate="2024-06-29 10:55:57 +0100" endDate="2024-06-29 11:03:12 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 11:18:18 +0100" startDate="2024-06-29 11:06:03 +0100" endDate="2024-06-29 11:14:05 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 11:27:58 +0100" startDate="2024-06-29 11:16:28 +0100" endDate="2024-06-29 11:25:43 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 11:43:09 +0100" startDate="2024-06-29 11:27:03 +0100" endDate="2024-06-29 11:27:08 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 11:51:54 +0100" startDate="2024-06-29 11:41:09 +0100" endDate="2024-06-29 11:50:21 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 12:04:38 +0100" startDate="2024-06-29 11:51:53 +0100" endDate="2024-06-29 11:58:18 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 12:22:35 +0100" startDate="2024-06-29 12:10:06 +0100" endDate="2024-06-29 12:19:57 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 12:35:13 +0100" startDate="2024-06-29 12:21:32 +0100" endDate="2024-06-29 12:31:33 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 12:44:55 +0100" startDate="2024-06-29 12:31:33 +0100" endDate="2024-06-29 12:41:29 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 12:53:14 +0100" startDate="2024-06-29 12:41:37 +0100" endDate="2024-06-29 12:49:36 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 13:03:34 +0100" startDate="2024-06-29 12:51:40 +0100" endDate="2024-06-29 12:52:34 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 13:15:02 +0100" startDate="2024-06-29 13:03:59 +0100" endDate="2024-06-29 13:09:48 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 13:47:29 +0100" startDate="2024-06-29 13:36:26 +0100" endDate="2024-06-29 13:43:04 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 14:19:32 +0100" startDate="2024-06-29 14:08:54 +0100" endDate="2024-06-29 14:17:06 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 14:35:28 +0100" startDate="2024-06-29 14:24:30 +0100" endDate="2024-06-29 14:34:21 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 14:45:19 +0100" startDate="2024-06-29 14:34:34 +0100" endDate="2024-06-29 14:38:26 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 14:56:46 +0100" startDate="2024-06-29 14:46:25 +0100" endDate="2024-06-29 14:50:17 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 15:09:25 +0100" startDate="2024-06-29 14:56:34 +0100" endDate="2024-06-29 15:04:00 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 15:22:29 +0100" startDate="2024-06-29 15:07:19 +0100" endDate="2024-06-29 15:08:20 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 15:39:46 +0100" startDate="2024-06-29 15:29:38 +0100" endDate="2024-06-29 15:36:08 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 15:56:45 +0100" startDate="2024-06-29 15:45:27 +0100" endDate="2024-06-29 15:46:56 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 16:07:41 +0100" startDate="2024-06-29 15:56:38 +0100" endDate="2024-06-29 15:57:23 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 16:22:01 +0100" startDate="2024-06-29 16:10:05 +0100" endDate="2024-06-29 16:19:59 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 16:31:04 +0100" startDate="2024-06-29 16:20:40 +0100" endDate="2024-06-29 16:22:04 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 16:45:31 +0100" startDate="2024-06-29 16:35:11 +0100" endDate="2024-06-29 16:44:59 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 16:56:37 +0100" startDate="2024-06-29 16:46:29 +0100" endDate="2024-06-29 16:49:35 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 19:23:31 +0100" startDate="2024-06-29 19:13:23 +0100" endDate="2024-06-29 19:18:06 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 19:55:24 +0100" startDate="2024-06-29 19:44:05 +0100" endDate="2024-06-29 19:45:11 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 22:47:32 +0100" startDate="2024-06-29 22:31:59 +0100" endDate="2024-06-29 22:37:31 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-29 23:02:58 +0100" startDate="2024-06-29 22:52:36 +0100" endDate="2024-06-29 23:02:35 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 00:00:11 +0100" startDate="2024-06-29 23:49:49 +0100" endDate="2024-06-29 23:54:37 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 07:37:44 +0100" startDate="2024-06-30 07:26:41 +0100" endDate="2024-06-30 07:26:51 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 08:00:23 +0100" startDate="2024-06-30 07:49:21 +0100" endDate="2024-06-30 07:59:14 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca5e50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 08:15:52 +0100" startDate="2024-06-30 08:00:28 +0100" endDate="2024-06-30 08:09:02 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 12:09:02 +0100" startDate="2024-06-30 11:55:51 +0100" endDate="2024-06-30 11:56:06 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 15:11:16 +0100" startDate="2024-06-30 15:00:32 +0100" endDate="2024-06-30 15:00:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 17:25:29 +0100" startDate="2024-06-30 17:15:16 +0100" endDate="2024-06-30 17:25:15 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 17:36:39 +0100" startDate="2024-06-30 17:25:15 +0100" endDate="2024-06-30 17:35:16 +0100" value="1167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 17:48:34 +0100" startDate="2024-06-30 17:35:16 +0100" endDate="2024-06-30 17:45:17 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 17:58:37 +0100" startDate="2024-06-30 17:45:17 +0100" endDate="2024-06-30 17:54:55 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 18:13:24 +0100" startDate="2024-06-30 17:55:41 +0100" endDate="2024-06-30 18:02:57 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 18:19:33 +0100" startDate="2024-06-30 18:08:30 +0100" endDate="2024-06-30 18:08:48 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-06-30 21:00:49 +0100" startDate="2024-06-30 20:50:13 +0100" endDate="2024-06-30 20:57:03 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 04:28:28 +0100" startDate="2024-07-01 04:18:07 +0100" endDate="2024-07-01 04:19:08 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 05:05:02 +0100" startDate="2024-07-01 04:54:14 +0100" endDate="2024-07-01 04:59:58 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 05:19:35 +0100" startDate="2024-07-01 05:08:33 +0100" endDate="2024-07-01 05:13:10 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 05:29:20 +0100" startDate="2024-07-01 05:19:07 +0100" endDate="2024-07-01 05:19:28 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 06:38:59 +0100" startDate="2024-07-01 06:23:04 +0100" endDate="2024-07-01 06:25:47 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 06:58:36 +0100" startDate="2024-07-01 06:46:30 +0100" endDate="2024-07-01 06:47:54 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 07:13:13 +0100" startDate="2024-07-01 07:02:58 +0100" endDate="2024-07-01 07:04:27 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 08:16:39 +0100" startDate="2024-07-01 08:00:30 +0100" endDate="2024-07-01 08:05:05 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 09:01:59 +0100" startDate="2024-07-01 08:50:56 +0100" endDate="2024-07-01 08:54:43 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 09:20:18 +0100" startDate="2024-07-01 09:09:35 +0100" endDate="2024-07-01 09:09:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 09:39:57 +0100" startDate="2024-07-01 09:25:42 +0100" endDate="2024-07-01 09:29:01 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 10:34:53 +0100" startDate="2024-07-01 09:51:31 +0100" endDate="2024-07-01 09:52:17 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 10:49:24 +0100" startDate="2024-07-01 10:35:10 +0100" endDate="2024-07-01 10:39:55 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 11:10:04 +0100" startDate="2024-07-01 10:59:17 +0100" endDate="2024-07-01 11:08:47 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 11:25:30 +0100" startDate="2024-07-01 11:09:26 +0100" endDate="2024-07-01 11:16:06 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 12:47:35 +0100" startDate="2024-07-01 12:36:21 +0100" endDate="2024-07-01 12:37:30 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 12:58:55 +0100" startDate="2024-07-01 12:46:33 +0100" endDate="2024-07-01 12:46:40 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 13:11:32 +0100" startDate="2024-07-01 12:59:48 +0100" endDate="2024-07-01 13:08:38 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 13:24:29 +0100" startDate="2024-07-01 13:13:26 +0100" endDate="2024-07-01 13:16:12 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 14:48:27 +0100" startDate="2024-07-01 14:30:10 +0100" endDate="2024-07-01 14:33:06 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 17:01:24 +0100" startDate="2024-07-01 16:48:28 +0100" endDate="2024-07-01 16:55:18 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 17:09:50 +0100" startDate="2024-07-01 16:58:47 +0100" endDate="2024-07-01 17:02:44 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 17:29:43 +0100" startDate="2024-07-01 17:13:23 +0100" endDate="2024-07-01 17:18:57 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-01 21:13:06 +0100" startDate="2024-07-01 21:02:53 +0100" endDate="2024-07-01 21:07:51 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 04:12:25 +0100" startDate="2024-07-02 03:54:31 +0100" endDate="2024-07-02 03:55:04 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 04:29:46 +0100" startDate="2024-07-02 04:18:43 +0100" endDate="2024-07-02 04:18:48 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 05:12:05 +0100" startDate="2024-07-02 05:01:17 +0100" endDate="2024-07-02 05:11:18 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 05:23:19 +0100" startDate="2024-07-02 05:11:46 +0100" endDate="2024-07-02 05:21:47 +0100" value="1047"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 05:32:49 +0100" startDate="2024-07-02 05:21:47 +0100" endDate="2024-07-02 05:28:22 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 06:25:37 +0100" startDate="2024-07-02 06:14:54 +0100" endDate="2024-07-02 06:17:50 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 06:59:24 +0100" startDate="2024-07-02 06:47:59 +0100" endDate="2024-07-02 06:56:08 +0100" value="837"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 07:07:20 +0100" startDate="2024-07-02 06:56:08 +0100" endDate="2024-07-02 07:06:09 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 07:17:12 +0100" startDate="2024-07-02 07:06:09 +0100" endDate="2024-07-02 07:15:05 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 07:44:26 +0100" startDate="2024-07-02 07:30:00 +0100" endDate="2024-07-02 07:37:23 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 07:50:51 +0100" startDate="2024-07-02 07:37:43 +0100" endDate="2024-07-02 07:47:24 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 08:04:02 +0100" startDate="2024-07-02 07:47:44 +0100" endDate="2024-07-02 07:54:57 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 08:13:40 +0100" startDate="2024-07-02 07:57:53 +0100" endDate="2024-07-02 08:05:34 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 08:16:57 +0100" startDate="2024-07-02 08:06:12 +0100" endDate="2024-07-02 08:16:06 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 08:30:35 +0100" startDate="2024-07-02 08:16:21 +0100" endDate="2024-07-02 08:26:04 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 08:37:47 +0100" startDate="2024-07-02 08:26:30 +0100" endDate="2024-07-02 08:34:47 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 08:47:41 +0100" startDate="2024-07-02 08:37:12 +0100" endDate="2024-07-02 08:44:27 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 09:08:09 +0100" startDate="2024-07-02 08:50:52 +0100" endDate="2024-07-02 08:51:43 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 10:45:37 +0100" startDate="2024-07-02 10:35:09 +0100" endDate="2024-07-02 10:42:56 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 11:02:35 +0100" startDate="2024-07-02 10:48:48 +0100" endDate="2024-07-02 10:58:31 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 11:29:19 +0100" startDate="2024-07-02 11:17:43 +0100" endDate="2024-07-02 11:27:42 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 11:39:20 +0100" startDate="2024-07-02 11:27:42 +0100" endDate="2024-07-02 11:28:30 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 13:08:13 +0100" startDate="2024-07-02 12:53:36 +0100" endDate="2024-07-02 13:00:16 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 13:44:10 +0100" startDate="2024-07-02 13:33:09 +0100" endDate="2024-07-02 13:41:08 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 14:28:11 +0100" startDate="2024-07-02 14:13:06 +0100" endDate="2024-07-02 14:14:25 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 14:48:51 +0100" startDate="2024-07-02 14:38:31 +0100" endDate="2024-07-02 14:48:14 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 15:00:58 +0100" startDate="2024-07-02 14:49:15 +0100" endDate="2024-07-02 14:59:14 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 15:11:05 +0100" startDate="2024-07-02 14:59:47 +0100" endDate="2024-07-02 15:08:24 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 15:23:14 +0100" startDate="2024-07-02 15:08:49 +0100" endDate="2024-07-02 15:18:48 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 15:31:44 +0100" startDate="2024-07-02 15:19:01 +0100" endDate="2024-07-02 15:19:31 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 15:50:36 +0100" startDate="2024-07-02 15:39:33 +0100" endDate="2024-07-02 15:43:28 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 16:18:28 +0100" startDate="2024-07-02 16:07:26 +0100" endDate="2024-07-02 16:13:12 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 17:10:09 +0100" startDate="2024-07-02 16:59:42 +0100" endDate="2024-07-02 17:05:00 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 17:16:03 +0100" startDate="2024-07-02 17:05:00 +0100" endDate="2024-07-02 17:14:28 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 17:29:54 +0100" startDate="2024-07-02 17:19:02 +0100" endDate="2024-07-02 17:25:29 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 17:42:00 +0100" startDate="2024-07-02 17:29:41 +0100" endDate="2024-07-02 17:32:47 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 21:19:13 +0100" startDate="2024-07-02 21:08:10 +0100" endDate="2024-07-02 21:18:01 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-02 21:31:24 +0100" startDate="2024-07-02 21:18:21 +0100" endDate="2024-07-02 21:18:24 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 04:45:04 +0100" startDate="2024-07-03 04:34:59 +0100" endDate="2024-07-03 04:38:26 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 07:21:28 +0100" startDate="2024-07-03 07:11:12 +0100" endDate="2024-07-03 07:21:12 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 07:34:24 +0100" startDate="2024-07-03 07:21:12 +0100" endDate="2024-07-03 07:31:04 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 07:42:02 +0100" startDate="2024-07-03 07:31:34 +0100" endDate="2024-07-03 07:41:34 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 07:58:57 +0100" startDate="2024-07-03 07:41:37 +0100" endDate="2024-07-03 07:51:35 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 08:02:38 +0100" startDate="2024-07-03 07:51:35 +0100" endDate="2024-07-03 07:58:36 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 08:35:32 +0100" startDate="2024-07-03 08:18:56 +0100" endDate="2024-07-03 08:19:04 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 09:13:09 +0100" startDate="2024-07-03 08:57:28 +0100" endDate="2024-07-03 08:57:56 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 09:40:10 +0100" startDate="2024-07-03 09:27:42 +0100" endDate="2024-07-03 09:30:18 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 09:51:00 +0100" startDate="2024-07-03 09:38:52 +0100" endDate="2024-07-03 09:47:52 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 10:48:50 +0100" startDate="2024-07-03 10:37:48 +0100" endDate="2024-07-03 10:47:49 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 11:02:53 +0100" startDate="2024-07-03 10:48:12 +0100" endDate="2024-07-03 10:57:57 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 11:13:06 +0100" startDate="2024-07-03 11:01:11 +0100" endDate="2024-07-03 11:10:44 +0100" value="890"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 12:18:23 +0100" startDate="2024-07-03 12:01:49 +0100" endDate="2024-07-03 12:04:35 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 12:47:46 +0100" startDate="2024-07-03 12:37:36 +0100" endDate="2024-07-03 12:38:06 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 15:11:33 +0100" startDate="2024-07-03 14:44:31 +0100" endDate="2024-07-03 14:48:58 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 15:53:38 +0100" startDate="2024-07-03 15:42:35 +0100" endDate="2024-07-03 15:42:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 17:03:18 +0100" startDate="2024-07-03 16:52:16 +0100" endDate="2024-07-03 16:52:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-03 21:19:33 +0100" startDate="2024-07-03 21:09:20 +0100" endDate="2024-07-03 21:12:52 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 04:09:37 +0100" startDate="2024-07-04 03:56:04 +0100" endDate="2024-07-04 03:56:12 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 04:21:40 +0100" startDate="2024-07-04 04:09:30 +0100" endDate="2024-07-04 04:19:21 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 04:30:52 +0100" startDate="2024-07-04 04:19:49 +0100" endDate="2024-07-04 04:20:48 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 04:55:33 +0100" startDate="2024-07-04 04:44:30 +0100" endDate="2024-07-04 04:44:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 05:12:10 +0100" startDate="2024-07-04 05:01:55 +0100" endDate="2024-07-04 05:11:53 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 05:25:04 +0100" startDate="2024-07-04 05:11:53 +0100" endDate="2024-07-04 05:21:55 +0100" value="1106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 05:32:58 +0100" startDate="2024-07-04 05:21:55 +0100" endDate="2024-07-04 05:30:37 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 06:29:56 +0100" startDate="2024-07-04 06:18:53 +0100" endDate="2024-07-04 06:19:54 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 06:55:47 +0100" startDate="2024-07-04 06:44:12 +0100" endDate="2024-07-04 06:51:45 +0100" value="722"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 07:03:06 +0100" startDate="2024-07-04 06:51:45 +0100" endDate="2024-07-04 07:01:10 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 07:16:32 +0100" startDate="2024-07-04 07:03:31 +0100" endDate="2024-07-04 07:08:52 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 08:10:15 +0100" startDate="2024-07-04 07:59:12 +0100" endDate="2024-07-04 08:02:18 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 10:40:03 +0100" startDate="2024-07-04 10:27:43 +0100" endDate="2024-07-04 10:35:27 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 11:17:32 +0100" startDate="2024-07-04 11:07:26 +0100" endDate="2024-07-04 11:17:20 +0100" value="707"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 11:38:06 +0100" startDate="2024-07-04 11:27:19 +0100" endDate="2024-07-04 11:30:04 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 13:24:47 +0100" startDate="2024-07-04 13:14:19 +0100" endDate="2024-07-04 13:17:02 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 13:35:41 +0100" startDate="2024-07-04 13:24:38 +0100" endDate="2024-07-04 13:25:37 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 14:09:28 +0100" startDate="2024-07-04 13:53:25 +0100" endDate="2024-07-04 13:54:31 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 14:59:48 +0100" startDate="2024-07-04 14:46:01 +0100" endDate="2024-07-04 14:54:25 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 15:08:08 +0100" startDate="2024-07-04 14:57:06 +0100" endDate="2024-07-04 14:57:24 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 15:43:41 +0100" startDate="2024-07-04 15:29:14 +0100" endDate="2024-07-04 15:39:15 +0100" value="966"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 15:50:18 +0100" startDate="2024-07-04 15:39:15 +0100" endDate="2024-07-04 15:47:01 +0100" value="857"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 16:08:42 +0100" startDate="2024-07-04 15:58:26 +0100" endDate="2024-07-04 15:59:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 17:29:57 +0100" startDate="2024-07-04 17:19:24 +0100" endDate="2024-07-04 17:29:26 +0100" value="979"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 17:40:32 +0100" startDate="2024-07-04 17:29:26 +0100" endDate="2024-07-04 17:39:24 +0100" value="750"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 17:50:08 +0100" startDate="2024-07-04 17:39:45 +0100" endDate="2024-07-04 17:44:27 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 18:03:05 +0100" startDate="2024-07-04 17:49:53 +0100" endDate="2024-07-04 17:54:01 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 18:21:22 +0100" startDate="2024-07-04 18:10:19 +0100" endDate="2024-07-04 18:15:30 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 19:59:00 +0100" startDate="2024-07-04 19:40:18 +0100" endDate="2024-07-04 19:40:24 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-04 21:15:00 +0100" startDate="2024-07-04 21:01:27 +0100" endDate="2024-07-04 21:04:53 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 04:18:33 +0100" startDate="2024-07-05 04:08:25 +0100" endDate="2024-07-05 04:09:06 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 07:16:54 +0100" startDate="2024-07-05 07:05:51 +0100" endDate="2024-07-05 07:14:51 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 07:50:46 +0100" startDate="2024-07-05 07:38:31 +0100" endDate="2024-07-05 07:39:42 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 08:10:12 +0100" startDate="2024-07-05 07:59:09 +0100" endDate="2024-07-05 07:59:29 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 08:22:13 +0100" startDate="2024-07-05 08:10:18 +0100" endDate="2024-07-05 08:13:33 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 08:59:19 +0100" startDate="2024-07-05 08:48:16 +0100" endDate="2024-07-05 08:58:07 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 09:16:29 +0100" startDate="2024-07-05 08:58:37 +0100" endDate="2024-07-05 09:05:50 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 09:51:41 +0100" startDate="2024-07-05 09:41:26 +0100" endDate="2024-07-05 09:44:43 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 10:51:03 +0100" startDate="2024-07-05 10:40:14 +0100" endDate="2024-07-05 10:47:27 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 11:14:06 +0100" startDate="2024-07-05 11:03:58 +0100" endDate="2024-07-05 11:07:40 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 11:30:19 +0100" startDate="2024-07-05 11:16:17 +0100" endDate="2024-07-05 11:16:20 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 11:53:21 +0100" startDate="2024-07-05 11:43:10 +0100" endDate="2024-07-05 11:50:46 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 13:00:18 +0100" startDate="2024-07-05 12:50:07 +0100" endDate="2024-07-05 12:50:33 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 13:39:57 +0100" startDate="2024-07-05 13:22:59 +0100" endDate="2024-07-05 13:23:42 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 13:59:30 +0100" startDate="2024-07-05 13:46:45 +0100" endDate="2024-07-05 13:56:30 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 14:10:49 +0100" startDate="2024-07-05 13:56:56 +0100" endDate="2024-07-05 14:03:38 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 14:25:15 +0100" startDate="2024-07-05 14:10:21 +0100" endDate="2024-07-05 14:14:00 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 14:35:22 +0100" startDate="2024-07-05 14:21:26 +0100" endDate="2024-07-05 14:23:13 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 14:58:27 +0100" startDate="2024-07-05 14:39:18 +0100" endDate="2024-07-05 14:47:32 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 15:06:14 +0100" startDate="2024-07-05 14:49:27 +0100" endDate="2024-07-05 14:53:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 15:15:43 +0100" startDate="2024-07-05 15:04:51 +0100" endDate="2024-07-05 15:05:19 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 16:12:36 +0100" startDate="2024-07-05 16:01:06 +0100" endDate="2024-07-05 16:09:38 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 16:23:10 +0100" startDate="2024-07-05 16:11:38 +0100" endDate="2024-07-05 16:20:51 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 16:48:13 +0100" startDate="2024-07-05 16:34:55 +0100" endDate="2024-07-05 16:44:20 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 17:00:18 +0100" startDate="2024-07-05 16:49:16 +0100" endDate="2024-07-05 16:49:21 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-05 20:25:07 +0100" startDate="2024-07-05 20:12:16 +0100" endDate="2024-07-05 20:14:48 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 08:31:24 +0100" startDate="2024-07-06 08:20:46 +0100" endDate="2024-07-06 08:25:42 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 08:57:08 +0100" startDate="2024-07-06 08:43:24 +0100" endDate="2024-07-06 08:43:57 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 09:10:54 +0100" startDate="2024-07-06 08:57:19 +0100" endDate="2024-07-06 09:04:37 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 09:28:57 +0100" startDate="2024-07-06 09:09:50 +0100" endDate="2024-07-06 09:12:25 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 10:53:25 +0100" startDate="2024-07-06 10:41:30 +0100" endDate="2024-07-06 10:50:02 +0100" value="489"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 11:04:13 +0100" startDate="2024-07-06 10:53:10 +0100" endDate="2024-07-06 11:01:22 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 11:16:28 +0100" startDate="2024-07-06 11:03:34 +0100" endDate="2024-07-06 11:12:32 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 11:25:53 +0100" startDate="2024-07-06 11:14:04 +0100" endDate="2024-07-06 11:22:33 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 11:35:28 +0100" startDate="2024-07-06 11:24:05 +0100" endDate="2024-07-06 11:34:04 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 11:45:58 +0100" startDate="2024-07-06 11:34:24 +0100" endDate="2024-07-06 11:41:22 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 11:55:28 +0100" startDate="2024-07-06 11:44:25 +0100" endDate="2024-07-06 11:54:19 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 12:05:52 +0100" startDate="2024-07-06 11:54:39 +0100" endDate="2024-07-06 11:56:41 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 13:51:01 +0100" startDate="2024-07-06 13:34:49 +0100" endDate="2024-07-06 13:35:07 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 14:03:04 +0100" startDate="2024-07-06 13:50:25 +0100" endDate="2024-07-06 14:00:14 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 14:16:47 +0100" startDate="2024-07-06 14:01:59 +0100" endDate="2024-07-06 14:05:45 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 14:33:13 +0100" startDate="2024-07-06 14:17:08 +0100" endDate="2024-07-06 14:25:53 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 14:43:19 +0100" startDate="2024-07-06 14:27:40 +0100" endDate="2024-07-06 14:36:45 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 14:52:37 +0100" startDate="2024-07-06 14:38:06 +0100" endDate="2024-07-06 14:44:01 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 15:03:07 +0100" startDate="2024-07-06 14:48:26 +0100" endDate="2024-07-06 14:56:05 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 15:26:04 +0100" startDate="2024-07-06 15:09:24 +0100" endDate="2024-07-06 15:09:27 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 15:48:31 +0100" startDate="2024-07-06 15:34:29 +0100" endDate="2024-07-06 15:36:14 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 17:29:55 +0100" startDate="2024-07-06 17:18:19 +0100" endDate="2024-07-06 17:18:52 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 17:53:23 +0100" startDate="2024-07-06 17:41:46 +0100" endDate="2024-07-06 17:41:56 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 19:10:43 +0100" startDate="2024-07-06 18:57:39 +0100" endDate="2024-07-06 19:07:32 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 19:19:15 +0100" startDate="2024-07-06 19:07:40 +0100" endDate="2024-07-06 19:12:58 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-06 20:46:49 +0100" startDate="2024-07-06 20:36:36 +0100" endDate="2024-07-06 20:39:11 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 05:40:19 +0100" startDate="2024-07-07 05:29:16 +0100" endDate="2024-07-07 05:33:57 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 08:00:14 +0100" startDate="2024-07-07 07:47:02 +0100" endDate="2024-07-07 07:47:10 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 08:11:41 +0100" startDate="2024-07-07 07:58:48 +0100" endDate="2024-07-07 08:08:47 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 08:22:41 +0100" startDate="2024-07-07 08:10:34 +0100" endDate="2024-07-07 08:10:57 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 09:28:32 +0100" startDate="2024-07-07 09:10:08 +0100" endDate="2024-07-07 09:14:15 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 12:00:34 +0100" startDate="2024-07-07 11:48:19 +0100" endDate="2024-07-07 11:56:30 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 12:25:12 +0100" startDate="2024-07-07 12:08:23 +0100" endDate="2024-07-07 12:10:12 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 13:32:05 +0100" startDate="2024-07-07 13:18:58 +0100" endDate="2024-07-07 13:23:33 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 13:43:14 +0100" startDate="2024-07-07 13:30:54 +0100" endDate="2024-07-07 13:31:57 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 14:45:01 +0100" startDate="2024-07-07 14:30:15 +0100" endDate="2024-07-07 14:37:21 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 14:51:51 +0100" startDate="2024-07-07 14:41:43 +0100" endDate="2024-07-07 14:45:12 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 15:04:32 +0100" startDate="2024-07-07 14:52:36 +0100" endDate="2024-07-07 14:53:29 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 15:18:48 +0100" startDate="2024-07-07 15:06:14 +0100" endDate="2024-07-07 15:14:24 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 15:32:02 +0100" startDate="2024-07-07 15:21:54 +0100" endDate="2024-07-07 15:22:20 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 16:57:39 +0100" startDate="2024-07-07 16:47:29 +0100" endDate="2024-07-07 16:49:13 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 17:39:42 +0100" startDate="2024-07-07 17:28:30 +0100" endDate="2024-07-07 17:38:08 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 17:55:12 +0100" startDate="2024-07-07 17:42:52 +0100" endDate="2024-07-07 17:52:00 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 19:00:00 +0100" startDate="2024-07-07 18:45:04 +0100" endDate="2024-07-07 18:46:12 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 20:45:00 +0100" startDate="2024-07-07 20:33:12 +0100" endDate="2024-07-07 20:36:10 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 22:36:32 +0100" startDate="2024-07-07 22:25:37 +0100" endDate="2024-07-07 22:35:08 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-07 22:45:51 +0100" startDate="2024-07-07 22:35:46 +0100" endDate="2024-07-07 22:43:27 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 02:26:04 +0100" startDate="2024-07-08 02:15:53 +0100" endDate="2024-07-08 02:16:44 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 04:33:04 +0100" startDate="2024-07-08 04:18:34 +0100" endDate="2024-07-08 04:18:47 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 04:54:38 +0100" startDate="2024-07-08 04:43:07 +0100" endDate="2024-07-08 04:43:10 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 05:16:11 +0100" startDate="2024-07-08 05:05:30 +0100" endDate="2024-07-08 05:15:31 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 05:27:49 +0100" startDate="2024-07-08 05:15:31 +0100" endDate="2024-07-08 05:25:32 +0100" value="1198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 05:38:12 +0100" startDate="2024-07-08 05:25:32 +0100" endDate="2024-07-08 05:35:18 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7ac0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 06:30:05 +0100" startDate="2024-07-08 06:17:29 +0100" endDate="2024-07-08 06:18:50 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 06:59:47 +0100" startDate="2024-07-08 06:41:59 +0100" endDate="2024-07-08 06:52:01 +0100" value="997"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 07:02:19 +0100" startDate="2024-07-08 06:52:01 +0100" endDate="2024-07-08 07:01:57 +0100" value="809"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 07:15:14 +0100" startDate="2024-07-08 07:03:00 +0100" endDate="2024-07-08 07:03:11 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 07:29:56 +0100" startDate="2024-07-08 07:19:43 +0100" endDate="2024-07-08 07:25:55 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 08:23:21 +0100" startDate="2024-07-08 08:08:34 +0100" endDate="2024-07-08 08:09:25 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 08:41:23 +0100" startDate="2024-07-08 08:25:49 +0100" endDate="2024-07-08 08:29:59 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 08:49:09 +0100" startDate="2024-07-08 08:37:39 +0100" endDate="2024-07-08 08:37:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 10:16:09 +0100" startDate="2024-07-08 10:03:18 +0100" endDate="2024-07-08 10:13:17 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 10:24:35 +0100" startDate="2024-07-08 10:13:17 +0100" endDate="2024-07-08 10:23:18 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 10:34:46 +0100" startDate="2024-07-08 10:23:18 +0100" endDate="2024-07-08 10:31:49 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 10:47:46 +0100" startDate="2024-07-08 10:33:54 +0100" endDate="2024-07-08 10:34:53 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 11:51:39 +0100" startDate="2024-07-08 10:46:21 +0100" endDate="2024-07-08 10:54:40 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 14:16:16 +0100" startDate="2024-07-08 14:04:05 +0100" endDate="2024-07-08 14:12:42 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 14:40:21 +0100" startDate="2024-07-08 14:30:13 +0100" endDate="2024-07-08 14:40:14 +0100" value="1066"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 14:51:17 +0100" startDate="2024-07-08 14:40:14 +0100" endDate="2024-07-08 14:47:04 +0100" value="731"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 15:05:27 +0100" startDate="2024-07-08 14:54:25 +0100" endDate="2024-07-08 15:00:16 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 16:32:11 +0100" startDate="2024-07-08 16:21:08 +0100" endDate="2024-07-08 16:31:10 +0100" value="966"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 16:42:12 +0100" startDate="2024-07-08 16:31:10 +0100" endDate="2024-07-08 16:36:48 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 16:57:47 +0100" startDate="2024-07-08 16:46:04 +0100" endDate="2024-07-08 16:47:58 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 18:00:51 +0100" startDate="2024-07-08 17:50:38 +0100" endDate="2024-07-08 17:51:06 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 19:04:40 +0100" startDate="2024-07-08 18:53:38 +0100" endDate="2024-07-08 18:53:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-08 21:16:05 +0100" startDate="2024-07-08 21:05:02 +0100" endDate="2024-07-08 21:09:07 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 04:59:34 +0100" startDate="2024-07-09 04:48:44 +0100" endDate="2024-07-09 04:56:23 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 05:14:01 +0100" startDate="2024-07-09 05:01:57 +0100" endDate="2024-07-09 05:02:27 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 07:29:31 +0100" startDate="2024-07-09 07:13:35 +0100" endDate="2024-07-09 07:20:56 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 08:27:51 +0100" startDate="2024-07-09 08:16:48 +0100" endDate="2024-07-09 08:26:34 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 08:39:30 +0100" startDate="2024-07-09 08:28:54 +0100" endDate="2024-07-09 08:38:45 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 08:51:12 +0100" startDate="2024-07-09 08:40:09 +0100" endDate="2024-07-09 08:49:27 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 09:09:55 +0100" startDate="2024-07-09 08:58:09 +0100" endDate="2024-07-09 09:05:20 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 09:26:21 +0100" startDate="2024-07-09 09:16:13 +0100" endDate="2024-07-09 09:26:14 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 09:36:43 +0100" startDate="2024-07-09 09:26:14 +0100" endDate="2024-07-09 09:36:15 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 09:49:15 +0100" startDate="2024-07-09 09:36:15 +0100" endDate="2024-07-09 09:46:08 +0100" value="875"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 10:10:27 +0100" startDate="2024-07-09 09:46:52 +0100" endDate="2024-07-09 09:49:12 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 10:10:27 +0100" startDate="2024-07-09 09:58:47 +0100" endDate="2024-07-09 09:59:56 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 11:34:40 +0100" startDate="2024-07-09 11:23:37 +0100" endDate="2024-07-09 11:25:50 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 12:15:57 +0100" startDate="2024-07-09 11:59:11 +0100" endDate="2024-07-09 12:03:10 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 12:44:28 +0100" startDate="2024-07-09 12:28:49 +0100" endDate="2024-07-09 12:33:42 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 13:02:35 +0100" startDate="2024-07-09 12:51:32 +0100" endDate="2024-07-09 12:59:54 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 13:14:51 +0100" startDate="2024-07-09 13:02:12 +0100" endDate="2024-07-09 13:02:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 13:22:56 +0100" startDate="2024-07-09 13:12:40 +0100" endDate="2024-07-09 13:13:34 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 13:54:01 +0100" startDate="2024-07-09 13:41:07 +0100" endDate="2024-07-09 13:51:08 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 14:02:11 +0100" startDate="2024-07-09 13:51:08 +0100" endDate="2024-07-09 13:56:16 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 14:34:28 +0100" startDate="2024-07-09 14:22:04 +0100" endDate="2024-07-09 14:29:32 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 15:42:50 +0100" startDate="2024-07-09 15:25:04 +0100" endDate="2024-07-09 15:25:09 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 16:07:42 +0100" startDate="2024-07-09 15:52:20 +0100" endDate="2024-07-09 15:52:33 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 16:17:12 +0100" startDate="2024-07-09 16:05:32 +0100" endDate="2024-07-09 16:07:58 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 16:35:49 +0100" startDate="2024-07-09 16:23:13 +0100" endDate="2024-07-09 16:33:14 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 16:47:43 +0100" startDate="2024-07-09 16:33:14 +0100" endDate="2024-07-09 16:43:02 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 17:08:22 +0100" startDate="2024-07-09 16:57:12 +0100" endDate="2024-07-09 17:05:45 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 17:55:18 +0100" startDate="2024-07-09 17:44:50 +0100" endDate="2024-07-09 17:46:17 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-09 21:13:42 +0100" startDate="2024-07-09 21:02:39 +0100" endDate="2024-07-09 21:03:07 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 04:50:52 +0100" startDate="2024-07-10 04:38:39 +0100" endDate="2024-07-10 04:45:12 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 05:19:57 +0100" startDate="2024-07-10 05:09:44 +0100" endDate="2024-07-10 05:18:44 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 06:23:58 +0100" startDate="2024-07-10 06:12:55 +0100" endDate="2024-07-10 06:13:03 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 06:55:01 +0100" startDate="2024-07-10 06:39:05 +0100" endDate="2024-07-10 06:42:19 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 07:19:41 +0100" startDate="2024-07-10 07:04:33 +0100" endDate="2024-07-10 07:11:57 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 07:30:38 +0100" startDate="2024-07-10 07:19:36 +0100" endDate="2024-07-10 07:20:04 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 08:02:26 +0100" startDate="2024-07-10 07:49:17 +0100" endDate="2024-07-10 07:58:22 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 08:25:05 +0100" startDate="2024-07-10 08:14:02 +0100" endDate="2024-07-10 08:22:01 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 08:42:57 +0100" startDate="2024-07-10 08:31:54 +0100" endDate="2024-07-10 08:36:35 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 09:28:21 +0100" startDate="2024-07-10 09:18:11 +0100" endDate="2024-07-10 09:26:07 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 09:40:24 +0100" startDate="2024-07-10 09:30:14 +0100" endDate="2024-07-10 09:36:54 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 11:24:40 +0100" startDate="2024-07-10 11:13:39 +0100" endDate="2024-07-10 11:13:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 12:19:11 +0100" startDate="2024-07-10 12:08:58 +0100" endDate="2024-07-10 12:12:22 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 12:30:28 +0100" startDate="2024-07-10 12:19:25 +0100" endDate="2024-07-10 12:19:58 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 14:17:31 +0100" startDate="2024-07-10 14:05:00 +0100" endDate="2024-07-10 14:11:30 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 15:23:57 +0100" startDate="2024-07-10 15:10:26 +0100" endDate="2024-07-10 15:16:23 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 15:39:57 +0100" startDate="2024-07-10 15:24:02 +0100" endDate="2024-07-10 15:30:44 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 15:50:42 +0100" startDate="2024-07-10 15:38:10 +0100" endDate="2024-07-10 15:48:11 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 15:59:40 +0100" startDate="2024-07-10 15:48:11 +0100" endDate="2024-07-10 15:57:40 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 16:08:49 +0100" startDate="2024-07-10 15:58:15 +0100" endDate="2024-07-10 15:58:48 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 17:03:13 +0100" startDate="2024-07-10 16:52:55 +0100" endDate="2024-07-10 16:53:05 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 17:24:40 +0100" startDate="2024-07-10 17:14:32 +0100" endDate="2024-07-10 17:20:59 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 17:38:36 +0100" startDate="2024-07-10 17:24:41 +0100" endDate="2024-07-10 17:24:51 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 18:50:42 +0100" startDate="2024-07-10 18:39:39 +0100" endDate="2024-07-10 18:39:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-10 21:09:17 +0100" startDate="2024-07-10 20:58:14 +0100" endDate="2024-07-10 20:59:56 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 04:16:12 +0100" startDate="2024-07-11 04:04:43 +0100" endDate="2024-07-11 04:05:11 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 04:33:11 +0100" startDate="2024-07-11 04:22:09 +0100" endDate="2024-07-11 04:28:10 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 05:09:41 +0100" startDate="2024-07-11 04:59:13 +0100" endDate="2024-07-11 05:09:15 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 05:20:46 +0100" startDate="2024-07-11 05:09:15 +0100" endDate="2024-07-11 05:19:16 +0100" value="926"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 05:30:18 +0100" startDate="2024-07-11 05:19:16 +0100" endDate="2024-07-11 05:24:11 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 05:43:03 +0100" startDate="2024-07-11 05:30:08 +0100" endDate="2024-07-11 05:32:10 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 06:25:10 +0100" startDate="2024-07-11 06:14:07 +0100" endDate="2024-07-11 06:15:28 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 06:56:04 +0100" startDate="2024-07-11 06:41:29 +0100" endDate="2024-07-11 06:51:30 +0100" value="1128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 07:02:32 +0100" startDate="2024-07-11 06:51:30 +0100" endDate="2024-07-11 07:01:19 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 07:18:11 +0100" startDate="2024-07-11 07:07:08 +0100" endDate="2024-07-11 07:12:29 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 07:38:37 +0100" startDate="2024-07-11 07:22:34 +0100" endDate="2024-07-11 07:24:21 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 09:46:29 +0100" startDate="2024-07-11 09:31:01 +0100" endDate="2024-07-11 09:35:18 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 11:09:15 +0100" startDate="2024-07-11 10:55:53 +0100" endDate="2024-07-11 11:03:19 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 11:27:54 +0100" startDate="2024-07-11 11:16:52 +0100" endDate="2024-07-11 11:25:39 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 11:52:21 +0100" startDate="2024-07-11 11:41:35 +0100" endDate="2024-07-11 11:41:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 12:04:37 +0100" startDate="2024-07-11 11:52:52 +0100" endDate="2024-07-11 11:59:47 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 13:11:25 +0100" startDate="2024-07-11 12:59:41 +0100" endDate="2024-07-11 12:59:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 14:25:12 +0100" startDate="2024-07-11 14:14:26 +0100" endDate="2024-07-11 14:14:33 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 14:43:32 +0100" startDate="2024-07-11 14:32:30 +0100" endDate="2024-07-11 14:42:18 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 16:14:47 +0100" startDate="2024-07-11 16:02:43 +0100" endDate="2024-07-11 16:12:44 +0100" value="899"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 16:26:54 +0100" startDate="2024-07-11 16:12:44 +0100" endDate="2024-07-11 16:18:33 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 17:41:06 +0100" startDate="2024-07-11 17:29:17 +0100" endDate="2024-07-11 17:36:02 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 18:00:00 +0100" startDate="2024-07-11 17:46:47 +0100" endDate="2024-07-11 17:46:59 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 18:25:36 +0100" startDate="2024-07-11 18:12:01 +0100" endDate="2024-07-11 18:15:30 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-11 21:40:12 +0100" startDate="2024-07-11 21:29:38 +0100" endDate="2024-07-11 21:30:19 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 05:41:22 +0100" startDate="2024-07-12 05:31:06 +0100" endDate="2024-07-12 05:32:20 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 06:01:41 +0100" startDate="2024-07-12 05:50:42 +0100" endDate="2024-07-12 05:50:59 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 07:04:33 +0100" startDate="2024-07-12 06:54:20 +0100" endDate="2024-07-12 06:54:41 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 07:22:21 +0100" startDate="2024-07-12 07:07:47 +0100" endDate="2024-07-12 07:08:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 08:16:55 +0100" startDate="2024-07-12 08:05:52 +0100" endDate="2024-07-12 08:05:59 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 08:37:48 +0100" startDate="2024-07-12 08:25:13 +0100" endDate="2024-07-12 08:30:19 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 09:10:23 +0100" startDate="2024-07-12 09:00:12 +0100" endDate="2024-07-12 09:10:12 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 09:36:10 +0100" startDate="2024-07-12 09:23:34 +0100" endDate="2024-07-12 09:30:35 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 10:11:09 +0100" startDate="2024-07-12 09:59:14 +0100" endDate="2024-07-12 09:59:55 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 11:39:10 +0100" startDate="2024-07-12 11:25:36 +0100" endDate="2024-07-12 11:25:53 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 12:25:01 +0100" startDate="2024-07-12 12:14:51 +0100" endDate="2024-07-12 12:19:49 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 13:37:43 +0100" startDate="2024-07-12 13:26:31 +0100" endDate="2024-07-12 13:35:11 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 13:47:47 +0100" startDate="2024-07-12 13:36:38 +0100" endDate="2024-07-12 13:36:43 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 14:02:10 +0100" startDate="2024-07-12 13:50:34 +0100" endDate="2024-07-12 13:58:04 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 14:22:08 +0100" startDate="2024-07-12 14:08:05 +0100" endDate="2024-07-12 14:11:52 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 14:51:31 +0100" startDate="2024-07-12 14:40:35 +0100" endDate="2024-07-12 14:41:34 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 15:02:21 +0100" startDate="2024-07-12 14:51:18 +0100" endDate="2024-07-12 14:51:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 15:16:33 +0100" startDate="2024-07-12 15:06:27 +0100" endDate="2024-07-12 15:12:27 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 15:29:34 +0100" startDate="2024-07-12 15:18:31 +0100" endDate="2024-07-12 15:18:36 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 16:21:37 +0100" startDate="2024-07-12 16:11:27 +0100" endDate="2024-07-12 16:11:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 17:00:03 +0100" startDate="2024-07-12 16:47:29 +0100" endDate="2024-07-12 16:47:55 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 17:44:27 +0100" startDate="2024-07-12 17:32:43 +0100" endDate="2024-07-12 17:32:53 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 17:59:07 +0100" startDate="2024-07-12 17:44:55 +0100" endDate="2024-07-12 17:53:32 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 18:42:06 +0100" startDate="2024-07-12 18:30:56 +0100" endDate="2024-07-12 18:32:48 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 19:11:24 +0100" startDate="2024-07-12 18:59:25 +0100" endDate="2024-07-12 19:02:14 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 19:26:38 +0100" startDate="2024-07-12 19:12:45 +0100" endDate="2024-07-12 19:13:14 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 20:32:53 +0100" startDate="2024-07-12 20:18:39 +0100" endDate="2024-07-12 20:26:31 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 21:07:10 +0100" startDate="2024-07-12 20:54:38 +0100" endDate="2024-07-12 20:55:06 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 22:10:59 +0100" startDate="2024-07-12 22:00:08 +0100" endDate="2024-07-12 22:04:56 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 22:21:00 +0100" startDate="2024-07-12 22:10:41 +0100" endDate="2024-07-12 22:19:34 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-12 22:33:13 +0100" startDate="2024-07-12 22:22:10 +0100" endDate="2024-07-12 22:23:21 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 06:40:02 +0100" startDate="2024-07-13 06:28:59 +0100" endDate="2024-07-13 06:30:15 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 06:57:33 +0100" startDate="2024-07-13 06:40:49 +0100" endDate="2024-07-13 06:41:07 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 07:13:02 +0100" startDate="2024-07-13 06:58:49 +0100" endDate="2024-07-13 06:59:05 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 11:52:41 +0100" startDate="2024-07-13 11:40:42 +0100" endDate="2024-07-13 11:44:54 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 12:45:02 +0100" startDate="2024-07-13 12:29:47 +0100" endDate="2024-07-13 12:34:24 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 13:42:08 +0100" startDate="2024-07-13 13:28:33 +0100" endDate="2024-07-13 13:36:30 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 13:55:58 +0100" startDate="2024-07-13 13:44:55 +0100" endDate="2024-07-13 13:46:47 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 14:27:06 +0100" startDate="2024-07-13 14:12:13 +0100" endDate="2024-07-13 14:13:14 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 14:40:58 +0100" startDate="2024-07-13 14:26:22 +0100" endDate="2024-07-13 14:26:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 14:56:00 +0100" startDate="2024-07-13 14:37:12 +0100" endDate="2024-07-13 14:46:53 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 15:06:21 +0100" startDate="2024-07-13 14:50:05 +0100" endDate="2024-07-13 14:50:31 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 15:25:11 +0100" startDate="2024-07-13 15:13:03 +0100" endDate="2024-07-13 15:15:38 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 15:41:31 +0100" startDate="2024-07-13 15:30:28 +0100" endDate="2024-07-13 15:38:17 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 15:56:42 +0100" startDate="2024-07-13 15:44:59 +0100" endDate="2024-07-13 15:54:59 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 16:06:19 +0100" startDate="2024-07-13 15:55:06 +0100" endDate="2024-07-13 15:56:28 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 16:21:56 +0100" startDate="2024-07-13 16:09:23 +0100" endDate="2024-07-13 16:18:23 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 16:49:12 +0100" startDate="2024-07-13 16:20:33 +0100" endDate="2024-07-13 16:20:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 17:17:28 +0100" startDate="2024-07-13 17:03:03 +0100" endDate="2024-07-13 17:10:45 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 17:33:04 +0100" startDate="2024-07-13 17:16:55 +0100" endDate="2024-07-13 17:24:16 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 17:44:18 +0100" startDate="2024-07-13 17:31:29 +0100" endDate="2024-07-13 17:34:48 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 17:56:59 +0100" startDate="2024-07-13 17:41:38 +0100" endDate="2024-07-13 17:42:21 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 19:11:42 +0100" startDate="2024-07-13 19:00:26 +0100" endDate="2024-07-13 19:10:12 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 19:36:49 +0100" startDate="2024-07-13 19:19:38 +0100" endDate="2024-07-13 19:29:00 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 20:16:26 +0100" startDate="2024-07-13 20:02:54 +0100" endDate="2024-07-13 20:04:54 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 20:46:20 +0100" startDate="2024-07-13 20:27:24 +0100" endDate="2024-07-13 20:27:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 21:04:00 +0100" startDate="2024-07-13 20:48:05 +0100" endDate="2024-07-13 20:52:25 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 21:23:20 +0100" startDate="2024-07-13 21:08:14 +0100" endDate="2024-07-13 21:10:06 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-13 21:42:05 +0100" startDate="2024-07-13 21:31:47 +0100" endDate="2024-07-13 21:33:36 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 06:40:38 +0100" startDate="2024-07-14 06:30:27 +0100" endDate="2024-07-14 06:36:59 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 06:51:55 +0100" startDate="2024-07-14 06:41:19 +0100" endDate="2024-07-14 06:45:06 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 08:18:30 +0100" startDate="2024-07-14 08:08:11 +0100" endDate="2024-07-14 08:08:24 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 08:48:19 +0100" startDate="2024-07-14 08:38:09 +0100" endDate="2024-07-14 08:38:34 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 09:09:46 +0100" startDate="2024-07-14 08:59:40 +0100" endDate="2024-07-14 09:00:01 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 09:34:07 +0100" startDate="2024-07-14 09:22:33 +0100" endDate="2024-07-14 09:25:06 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 09:51:58 +0100" startDate="2024-07-14 09:33:21 +0100" endDate="2024-07-14 09:41:26 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 09:57:08 +0100" startDate="2024-07-14 09:46:05 +0100" endDate="2024-07-14 09:55:33 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 10:10:35 +0100" startDate="2024-07-14 09:58:37 +0100" endDate="2024-07-14 10:08:38 +0100" value="1074"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 10:23:24 +0100" startDate="2024-07-14 10:08:38 +0100" endDate="2024-07-14 10:12:22 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 10:39:54 +0100" startDate="2024-07-14 10:26:41 +0100" endDate="2024-07-14 10:28:15 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 12:20:58 +0100" startDate="2024-07-14 12:09:20 +0100" endDate="2024-07-14 12:11:12 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 12:04:36 +0100" startDate="2024-07-14 11:53:27 +0100" endDate="2024-07-14 11:55:34 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 15:04:25 +0100" startDate="2024-07-14 14:53:51 +0100" endDate="2024-07-14 14:58:26 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 16:19:54 +0100" startDate="2024-07-14 16:04:23 +0100" endDate="2024-07-14 16:10:49 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 16:34:49 +0100" startDate="2024-07-14 16:17:22 +0100" endDate="2024-07-14 16:17:42 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 16:48:14 +0100" startDate="2024-07-14 16:30:57 +0100" endDate="2024-07-14 16:40:53 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 16:55:40 +0100" startDate="2024-07-14 16:44:02 +0100" endDate="2024-07-14 16:54:03 +0100" value="846"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 17:07:21 +0100" startDate="2024-07-14 16:54:03 +0100" endDate="2024-07-14 17:03:36 +0100" value="1024"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 17:17:52 +0100" startDate="2024-07-14 17:03:36 +0100" endDate="2024-07-14 17:13:37 +0100" value="1143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 17:24:40 +0100" startDate="2024-07-14 17:13:37 +0100" endDate="2024-07-14 17:23:38 +0100" value="1144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 17:34:44 +0100" startDate="2024-07-14 17:23:38 +0100" endDate="2024-07-14 17:33:39 +0100" value="1103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 17:46:53 +0100" startDate="2024-07-14 17:33:39 +0100" endDate="2024-07-14 17:43:40 +0100" value="1124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 17:57:10 +0100" startDate="2024-07-14 17:43:40 +0100" endDate="2024-07-14 17:52:28 +0100" value="884"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 18:49:18 +0100" startDate="2024-07-14 18:38:51 +0100" endDate="2024-07-14 18:48:08 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 19:10:13 +0100" startDate="2024-07-14 19:00:02 +0100" endDate="2024-07-14 19:09:42 +0100" value="865"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 20:59:03 +0100" startDate="2024-07-14 20:44:44 +0100" endDate="2024-07-14 20:46:06 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-14 21:18:09 +0100" startDate="2024-07-14 21:07:06 +0100" endDate="2024-07-14 21:11:54 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 07:34:48 +0100" startDate="2024-07-15 07:24:35 +0100" endDate="2024-07-15 07:32:34 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 08:02:13 +0100" startDate="2024-07-15 07:49:07 +0100" endDate="2024-07-15 07:52:08 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 08:48:42 +0100" startDate="2024-07-15 08:36:14 +0100" endDate="2024-07-15 08:44:13 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 08:58:53 +0100" startDate="2024-07-15 08:47:30 +0100" endDate="2024-07-15 08:48:18 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 09:31:16 +0100" startDate="2024-07-15 09:19:03 +0100" endDate="2024-07-15 09:21:10 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 09:42:30 +0100" startDate="2024-07-15 09:31:03 +0100" endDate="2024-07-15 09:41:03 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 09:52:06 +0100" startDate="2024-07-15 09:41:03 +0100" endDate="2024-07-15 09:41:31 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 11:18:56 +0100" startDate="2024-07-15 11:08:48 +0100" endDate="2024-07-15 11:18:49 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 11:29:29 +0100" startDate="2024-07-15 11:18:49 +0100" endDate="2024-07-15 11:28:45 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 11:39:06 +0100" startDate="2024-07-15 11:28:50 +0100" endDate="2024-07-15 11:34:44 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 12:49:19 +0100" startDate="2024-07-15 12:37:33 +0100" endDate="2024-07-15 12:47:08 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 13:03:06 +0100" startDate="2024-07-15 12:47:47 +0100" endDate="2024-07-15 12:57:48 +0100" value="742"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 13:08:47 +0100" startDate="2024-07-15 12:57:48 +0100" endDate="2024-07-15 13:07:44 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 13:21:47 +0100" startDate="2024-07-15 13:08:04 +0100" endDate="2024-07-15 13:09:18 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 13:36:42 +0100" startDate="2024-07-15 13:25:21 +0100" endDate="2024-07-15 13:25:47 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 13:51:43 +0100" startDate="2024-07-15 13:38:36 +0100" endDate="2024-07-15 13:38:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 14:05:17 +0100" startDate="2024-07-15 13:54:14 +0100" endDate="2024-07-15 14:03:39 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 14:26:54 +0100" startDate="2024-07-15 14:16:43 +0100" endDate="2024-07-15 14:19:48 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 15:44:18 +0100" startDate="2024-07-15 15:31:49 +0100" endDate="2024-07-15 15:41:50 +0100" value="726"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 15:54:29 +0100" startDate="2024-07-15 15:41:50 +0100" endDate="2024-07-15 15:50:56 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 16:01:26 +0100" startDate="2024-07-15 15:50:56 +0100" endDate="2024-07-15 15:54:04 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 16:16:20 +0100" startDate="2024-07-15 16:05:35 +0100" endDate="2024-07-15 16:15:36 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 16:28:43 +0100" startDate="2024-07-15 16:15:54 +0100" endDate="2024-07-15 16:25:40 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 16:37:16 +0100" startDate="2024-07-15 16:26:13 +0100" endDate="2024-07-15 16:32:12 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 16:53:49 +0100" startDate="2024-07-15 16:42:13 +0100" endDate="2024-07-15 16:48:41 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 17:45:58 +0100" startDate="2024-07-15 17:34:55 +0100" endDate="2024-07-15 17:36:42 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-15 18:44:42 +0100" startDate="2024-07-15 18:25:08 +0100" endDate="2024-07-15 18:25:46 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 05:18:12 +0100" startDate="2024-07-16 05:07:10 +0100" endDate="2024-07-16 05:07:43 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 07:31:25 +0100" startDate="2024-07-16 07:19:53 +0100" endDate="2024-07-16 07:28:09 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 07:50:25 +0100" startDate="2024-07-16 07:37:20 +0100" endDate="2024-07-16 07:37:25 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 09:57:48 +0100" startDate="2024-07-16 09:40:40 +0100" endDate="2024-07-16 09:41:41 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 12:16:16 +0100" startDate="2024-07-16 12:05:46 +0100" endDate="2024-07-16 12:06:14 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 12:28:47 +0100" startDate="2024-07-16 12:17:44 +0100" endDate="2024-07-16 12:17:49 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 12:39:34 +0100" startDate="2024-07-16 12:29:21 +0100" endDate="2024-07-16 12:36:21 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 13:31:27 +0100" startDate="2024-07-16 13:21:12 +0100" endDate="2024-07-16 13:30:58 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 13:48:55 +0100" startDate="2024-07-16 13:32:52 +0100" endDate="2024-07-16 13:38:03 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 15:18:25 +0100" startDate="2024-07-16 15:04:19 +0100" endDate="2024-07-16 15:12:33 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 15:30:58 +0100" startDate="2024-07-16 15:19:30 +0100" endDate="2024-07-16 15:25:12 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 15:44:46 +0100" startDate="2024-07-16 15:34:33 +0100" endDate="2024-07-16 15:44:24 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 16:04:56 +0100" startDate="2024-07-16 15:44:37 +0100" endDate="2024-07-16 15:53:07 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 16:37:45 +0100" startDate="2024-07-16 16:26:07 +0100" endDate="2024-07-16 16:29:25 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 17:02:10 +0100" startDate="2024-07-16 16:51:16 +0100" endDate="2024-07-16 16:51:59 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 17:24:11 +0100" startDate="2024-07-16 17:13:07 +0100" endDate="2024-07-16 17:14:43 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 17:59:52 +0100" startDate="2024-07-16 17:47:12 +0100" endDate="2024-07-16 17:55:24 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 18:27:30 +0100" startDate="2024-07-16 18:14:48 +0100" endDate="2024-07-16 18:21:33 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 20:24:03 +0100" startDate="2024-07-16 20:11:49 +0100" endDate="2024-07-16 20:20:01 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-16 20:34:39 +0100" startDate="2024-07-16 20:23:36 +0100" endDate="2024-07-16 20:23:46 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 04:26:11 +0100" startDate="2024-07-17 04:09:42 +0100" endDate="2024-07-17 04:16:19 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 04:42:28 +0100" startDate="2024-07-17 04:31:25 +0100" endDate="2024-07-17 04:35:40 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 05:18:55 +0100" startDate="2024-07-17 05:08:26 +0100" endDate="2024-07-17 05:16:55 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 05:30:08 +0100" startDate="2024-07-17 05:16:55 +0100" endDate="2024-07-17 05:25:47 +0100" value="980"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 05:38:59 +0100" startDate="2024-07-17 05:27:37 +0100" endDate="2024-07-17 05:27:55 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 06:30:53 +0100" startDate="2024-07-17 06:19:00 +0100" endDate="2024-07-17 06:20:11 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 06:57:07 +0100" startDate="2024-07-17 06:42:24 +0100" endDate="2024-07-17 06:52:25 +0100" value="1075"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 07:03:26 +0100" startDate="2024-07-17 06:52:25 +0100" endDate="2024-07-17 07:02:26 +0100" value="723"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 07:16:10 +0100" startDate="2024-07-17 07:02:26 +0100" endDate="2024-07-17 07:02:29 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 08:07:28 +0100" startDate="2024-07-17 07:53:48 +0100" endDate="2024-07-17 07:58:16 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 08:50:09 +0100" startDate="2024-07-17 08:34:55 +0100" endDate="2024-07-17 08:34:58 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 10:02:28 +0100" startDate="2024-07-17 09:51:28 +0100" endDate="2024-07-17 09:59:35 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 10:16:34 +0100" startDate="2024-07-17 10:02:13 +0100" endDate="2024-07-17 10:03:01 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 11:55:52 +0100" startDate="2024-07-17 11:38:19 +0100" endDate="2024-07-17 11:43:45 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 12:18:23 +0100" startDate="2024-07-17 12:07:21 +0100" endDate="2024-07-17 12:14:44 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 12:48:17 +0100" startDate="2024-07-17 12:35:43 +0100" endDate="2024-07-17 12:42:03 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 13:12:23 +0100" startDate="2024-07-17 12:58:07 +0100" endDate="2024-07-17 13:02:55 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 14:41:06 +0100" startDate="2024-07-17 14:30:03 +0100" endDate="2024-07-17 14:37:39 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 15:53:07 +0100" startDate="2024-07-17 15:40:34 +0100" endDate="2024-07-17 15:50:35 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 16:01:38 +0100" startDate="2024-07-17 15:50:35 +0100" endDate="2024-07-17 15:57:02 +0100" value="759"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 17:29:47 +0100" startDate="2024-07-17 17:19:25 +0100" endDate="2024-07-17 17:29:26 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 17:40:29 +0100" startDate="2024-07-17 17:29:26 +0100" endDate="2024-07-17 17:39:13 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 17:53:59 +0100" startDate="2024-07-17 17:40:49 +0100" endDate="2024-07-17 17:50:51 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 18:05:17 +0100" startDate="2024-07-17 17:50:51 +0100" endDate="2024-07-17 17:56:45 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 18:24:38 +0100" startDate="2024-07-17 18:08:33 +0100" endDate="2024-07-17 18:08:46 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 20:30:42 +0100" startDate="2024-07-17 20:19:34 +0100" endDate="2024-07-17 20:28:50 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-17 20:41:49 +0100" startDate="2024-07-17 20:30:47 +0100" endDate="2024-07-17 20:31:20 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 04:02:22 +0100" startDate="2024-07-18 03:45:05 +0100" endDate="2024-07-18 03:45:40 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 04:19:46 +0100" startDate="2024-07-18 04:09:31 +0100" endDate="2024-07-18 04:13:18 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 04:50:49 +0100" startDate="2024-07-18 04:40:43 +0100" endDate="2024-07-18 04:50:21 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 05:08:35 +0100" startDate="2024-07-18 04:58:23 +0100" endDate="2024-07-18 05:08:24 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 05:18:51 +0100" startDate="2024-07-18 05:08:24 +0100" endDate="2024-07-18 05:18:25 +0100" value="1032"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 05:29:28 +0100" startDate="2024-07-18 05:18:25 +0100" endDate="2024-07-18 05:27:43 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 06:22:32 +0100" startDate="2024-07-18 06:11:30 +0100" endDate="2024-07-18 06:19:31 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 06:55:23 +0100" startDate="2024-07-18 06:40:53 +0100" endDate="2024-07-18 06:49:12 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 07:00:25 +0100" startDate="2024-07-18 06:49:12 +0100" endDate="2024-07-18 06:56:45 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 07:26:18 +0100" startDate="2024-07-18 07:15:13 +0100" endDate="2024-07-18 07:23:33 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 07:37:04 +0100" startDate="2024-07-18 07:26:01 +0100" endDate="2024-07-18 07:33:40 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 10:00:17 +0100" startDate="2024-07-18 09:48:34 +0100" endDate="2024-07-18 09:57:41 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 10:31:36 +0100" startDate="2024-07-18 10:12:30 +0100" endDate="2024-07-18 10:18:06 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 12:01:17 +0100" startDate="2024-07-18 11:49:33 +0100" endDate="2024-07-18 11:49:38 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 12:21:37 +0100" startDate="2024-07-18 12:11:04 +0100" endDate="2024-07-18 12:14:33 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 12:44:59 +0100" startDate="2024-07-18 12:28:41 +0100" endDate="2024-07-18 12:35:54 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 13:19:46 +0100" startDate="2024-07-18 13:09:40 +0100" endDate="2024-07-18 13:15:11 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 13:30:40 +0100" startDate="2024-07-18 13:20:35 +0100" endDate="2024-07-18 13:24:04 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 17:25:58 +0100" startDate="2024-07-18 17:07:17 +0100" endDate="2024-07-18 17:12:28 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 17:38:04 +0100" startDate="2024-07-18 17:27:02 +0100" endDate="2024-07-18 17:36:37 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 17:47:40 +0100" startDate="2024-07-18 17:36:37 +0100" endDate="2024-07-18 17:43:58 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 17:58:02 +0100" startDate="2024-07-18 17:46:59 +0100" endDate="2024-07-18 17:54:15 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 18:09:30 +0100" startDate="2024-07-18 17:58:27 +0100" endDate="2024-07-18 18:02:34 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 19:34:23 +0100" startDate="2024-07-18 19:22:42 +0100" endDate="2024-07-18 19:31:52 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 19:50:47 +0100" startDate="2024-07-18 19:32:48 +0100" endDate="2024-07-18 19:41:08 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 19:55:55 +0100" startDate="2024-07-18 19:44:52 +0100" endDate="2024-07-18 19:44:54 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-18 20:50:10 +0100" startDate="2024-07-18 20:38:21 +0100" endDate="2024-07-18 20:43:51 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 03:13:39 +0100" startDate="2024-07-19 03:02:33 +0100" endDate="2024-07-19 03:12:27 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 03:23:45 +0100" startDate="2024-07-19 03:12:42 +0100" endDate="2024-07-19 03:12:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 04:19:08 +0100" startDate="2024-07-19 04:08:56 +0100" endDate="2024-07-19 04:09:36 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 05:01:33 +0100" startDate="2024-07-19 04:49:39 +0100" endDate="2024-07-19 04:57:36 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 05:10:41 +0100" startDate="2024-07-19 04:59:38 +0100" endDate="2024-07-19 05:04:46 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 05:49:35 +0100" startDate="2024-07-19 05:39:02 +0100" endDate="2024-07-19 05:39:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 06:22:02 +0100" startDate="2024-07-19 06:11:55 +0100" endDate="2024-07-19 06:17:41 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 07:13:06 +0100" startDate="2024-07-19 07:02:48 +0100" endDate="2024-07-19 07:12:05 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 07:23:59 +0100" startDate="2024-07-19 07:12:56 +0100" endDate="2024-07-19 07:22:45 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 07:36:35 +0100" startDate="2024-07-19 07:23:31 +0100" endDate="2024-07-19 07:29:02 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 07:48:16 +0100" startDate="2024-07-19 07:36:59 +0100" endDate="2024-07-19 07:37:22 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 07:58:48 +0100" startDate="2024-07-19 07:47:30 +0100" endDate="2024-07-19 07:49:57 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 08:10:19 +0100" startDate="2024-07-19 07:58:50 +0100" endDate="2024-07-19 07:59:36 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 08:34:50 +0100" startDate="2024-07-19 08:22:24 +0100" endDate="2024-07-19 08:31:57 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 09:18:18 +0100" startDate="2024-07-19 09:02:22 +0100" endDate="2024-07-19 09:05:22 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 09:45:10 +0100" startDate="2024-07-19 09:20:33 +0100" endDate="2024-07-19 09:24:07 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 10:43:04 +0100" startDate="2024-07-19 10:32:51 +0100" endDate="2024-07-19 10:41:23 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 11:54:36 +0100" startDate="2024-07-19 11:38:37 +0100" endDate="2024-07-19 11:38:57 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 13:03:28 +0100" startDate="2024-07-19 12:52:25 +0100" endDate="2024-07-19 12:52:36 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 14:47:57 +0100" startDate="2024-07-19 14:37:52 +0100" endDate="2024-07-19 14:46:52 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 15:01:12 +0100" startDate="2024-07-19 14:51:07 +0100" endDate="2024-07-19 14:55:34 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-19 21:40:21 +0100" startDate="2024-07-19 21:30:10 +0100" endDate="2024-07-19 21:35:42 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 08:18:20 +0100" startDate="2024-07-20 08:03:34 +0100" endDate="2024-07-20 08:10:43 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 08:47:47 +0100" startDate="2024-07-20 08:36:32 +0100" endDate="2024-07-20 08:45:45 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 09:07:48 +0100" startDate="2024-07-20 08:46:56 +0100" endDate="2024-07-20 08:47:01 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 10:50:11 +0100" startDate="2024-07-20 10:39:45 +0100" endDate="2024-07-20 10:40:49 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 11:40:59 +0100" startDate="2024-07-20 11:29:55 +0100" endDate="2024-07-20 11:39:29 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 11:54:38 +0100" startDate="2024-07-20 11:40:48 +0100" endDate="2024-07-20 11:49:02 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 14:08:14 +0100" startDate="2024-07-20 13:53:41 +0100" endDate="2024-07-20 13:57:13 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 14:21:11 +0100" startDate="2024-07-20 14:09:59 +0100" endDate="2024-07-20 14:20:00 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 14:33:34 +0100" startDate="2024-07-20 14:20:00 +0100" endDate="2024-07-20 14:24:46 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 15:18:17 +0100" startDate="2024-07-20 15:01:06 +0100" endDate="2024-07-20 15:09:48 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 15:48:45 +0100" startDate="2024-07-20 15:19:39 +0100" endDate="2024-07-20 15:21:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 16:15:38 +0100" startDate="2024-07-20 15:53:18 +0100" endDate="2024-07-20 15:58:54 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 16:18:40 +0100" startDate="2024-07-20 16:07:01 +0100" endDate="2024-07-20 16:13:29 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 16:30:48 +0100" startDate="2024-07-20 16:17:41 +0100" endDate="2024-07-20 16:25:47 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 16:45:05 +0100" startDate="2024-07-20 16:27:17 +0100" endDate="2024-07-20 16:36:50 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 16:54:49 +0100" startDate="2024-07-20 16:37:48 +0100" endDate="2024-07-20 16:42:59 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 17:37:12 +0100" startDate="2024-07-20 17:25:06 +0100" endDate="2024-07-20 17:34:19 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 17:53:25 +0100" startDate="2024-07-20 17:36:06 +0100" endDate="2024-07-20 17:46:03 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 18:07:47 +0100" startDate="2024-07-20 17:46:25 +0100" endDate="2024-07-20 17:55:36 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 18:07:47 +0100" startDate="2024-07-20 17:57:07 +0100" endDate="2024-07-20 18:06:53 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 18:33:20 +0100" startDate="2024-07-20 18:07:26 +0100" endDate="2024-07-20 18:10:32 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 18:40:52 +0100" startDate="2024-07-20 18:24:27 +0100" endDate="2024-07-20 18:28:36 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 19:12:25 +0100" startDate="2024-07-20 19:00:15 +0100" endDate="2024-07-20 19:05:26 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 21:32:56 +0100" startDate="2024-07-20 21:22:38 +0100" endDate="2024-07-20 21:32:27 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 23:05:30 +0100" startDate="2024-07-20 22:52:28 +0100" endDate="2024-07-20 22:58:15 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 23:17:09 +0100" startDate="2024-07-20 23:04:19 +0100" endDate="2024-07-20 23:05:30 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-20 23:59:01 +0100" startDate="2024-07-20 23:48:46 +0100" endDate="2024-07-20 23:52:33 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 05:45:53 +0100" startDate="2024-07-21 05:35:43 +0100" endDate="2024-07-21 05:45:13 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 06:14:20 +0100" startDate="2024-07-21 06:04:01 +0100" endDate="2024-07-21 06:04:31 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 09:33:03 +0100" startDate="2024-07-21 09:09:22 +0100" endDate="2024-07-21 09:10:23 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 09:53:06 +0100" startDate="2024-07-21 09:41:05 +0100" endDate="2024-07-21 09:41:23 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 10:34:47 +0100" startDate="2024-07-21 10:24:39 +0100" endDate="2024-07-21 10:24:55 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 12:37:43 +0100" startDate="2024-07-21 12:18:57 +0100" endDate="2024-07-21 12:19:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 12:50:03 +0100" startDate="2024-07-21 12:38:03 +0100" endDate="2024-07-21 12:38:39 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 13:30:58 +0100" startDate="2024-07-21 13:19:52 +0100" endDate="2024-07-21 13:29:03 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 13:47:52 +0100" startDate="2024-07-21 13:30:25 +0100" endDate="2024-07-21 13:32:12 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 14:07:42 +0100" startDate="2024-07-21 13:53:07 +0100" endDate="2024-07-21 13:53:40 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 16:03:33 +0100" startDate="2024-07-21 15:49:03 +0100" endDate="2024-07-21 15:49:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 16:11:23 +0100" startDate="2024-07-21 16:00:19 +0100" endDate="2024-07-21 16:00:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 17:14:29 +0100" startDate="2024-07-21 17:00:37 +0100" endDate="2024-07-21 17:04:11 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 17:53:28 +0100" startDate="2024-07-21 17:38:49 +0100" endDate="2024-07-21 17:40:56 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 18:15:36 +0100" startDate="2024-07-21 17:59:44 +0100" endDate="2024-07-21 18:09:40 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 18:20:52 +0100" startDate="2024-07-21 18:09:53 +0100" endDate="2024-07-21 18:17:26 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 18:35:22 +0100" startDate="2024-07-21 18:23:18 +0100" endDate="2024-07-21 18:26:57 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-21 21:35:43 +0100" startDate="2024-07-21 21:25:30 +0100" endDate="2024-07-21 21:29:40 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 06:23:00 +0100" startDate="2024-07-22 06:09:53 +0100" endDate="2024-07-22 06:10:57 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 06:35:55 +0100" startDate="2024-07-22 06:24:52 +0100" endDate="2024-07-22 06:34:33 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 07:05:50 +0100" startDate="2024-07-22 06:50:24 +0100" endDate="2024-07-22 06:51:04 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 08:02:21 +0100" startDate="2024-07-22 07:48:34 +0100" endDate="2024-07-22 07:48:36 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 08:54:17 +0100" startDate="2024-07-22 08:43:53 +0100" endDate="2024-07-22 08:45:01 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 09:25:58 +0100" startDate="2024-07-22 09:15:38 +0100" endDate="2024-07-22 09:17:23 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 09:47:02 +0100" startDate="2024-07-22 09:33:51 +0100" endDate="2024-07-22 09:36:06 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 10:41:10 +0100" startDate="2024-07-22 10:28:02 +0100" endDate="2024-07-22 10:28:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 12:35:59 +0100" startDate="2024-07-22 12:24:57 +0100" endDate="2024-07-22 12:34:36 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 12:58:17 +0100" startDate="2024-07-22 12:34:36 +0100" endDate="2024-07-22 12:34:54 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 13:38:05 +0100" startDate="2024-07-22 13:27:52 +0100" endDate="2024-07-22 13:37:53 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 13:50:01 +0100" startDate="2024-07-22 13:37:55 +0100" endDate="2024-07-22 13:38:49 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 14:11:40 +0100" startDate="2024-07-22 14:00:51 +0100" endDate="2024-07-22 14:09:11 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 15:18:27 +0100" startDate="2024-07-22 15:08:19 +0100" endDate="2024-07-22 15:18:02 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 15:51:24 +0100" startDate="2024-07-22 15:36:46 +0100" endDate="2024-07-22 15:37:02 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 16:58:48 +0100" startDate="2024-07-22 16:44:42 +0100" endDate="2024-07-22 16:54:05 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 17:05:38 +0100" startDate="2024-07-22 16:54:53 +0100" endDate="2024-07-22 17:03:53 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 17:25:16 +0100" startDate="2024-07-22 17:07:32 +0100" endDate="2024-07-22 17:14:51 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 17:43:05 +0100" startDate="2024-07-22 17:28:56 +0100" endDate="2024-07-22 17:35:34 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 18:23:41 +0100" startDate="2024-07-22 18:10:35 +0100" endDate="2024-07-22 18:14:37 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 18:46:36 +0100" startDate="2024-07-22 18:34:51 +0100" endDate="2024-07-22 18:38:42 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 19:00:01 +0100" startDate="2024-07-22 18:45:04 +0100" endDate="2024-07-22 18:45:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 19:08:35 +0100" startDate="2024-07-22 18:57:33 +0100" endDate="2024-07-22 19:02:52 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-22 21:13:43 +0100" startDate="2024-07-22 21:02:40 +0100" endDate="2024-07-22 21:03:01 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 04:17:12 +0100" startDate="2024-07-23 04:03:18 +0100" endDate="2024-07-23 04:03:23 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 04:33:48 +0100" startDate="2024-07-23 04:22:45 +0100" endDate="2024-07-23 04:23:26 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 05:09:27 +0100" startDate="2024-07-23 04:58:19 +0100" endDate="2024-07-23 05:07:42 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 05:19:15 +0100" startDate="2024-07-23 05:08:48 +0100" endDate="2024-07-23 05:18:49 +0100" value="1069"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 05:29:52 +0100" startDate="2024-07-23 05:18:49 +0100" endDate="2024-07-23 05:28:25 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 06:05:28 +0100" startDate="2024-07-23 05:55:23 +0100" endDate="2024-07-23 05:55:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 06:40:09 +0100" startDate="2024-07-23 06:29:54 +0100" endDate="2024-07-23 06:39:55 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 06:50:01 +0100" startDate="2024-07-23 06:39:55 +0100" endDate="2024-07-23 06:47:38 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 07:26:05 +0100" startDate="2024-07-23 07:15:40 +0100" endDate="2024-07-23 07:20:15 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 07:39:15 +0100" startDate="2024-07-23 07:28:12 +0100" endDate="2024-07-23 07:37:35 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 07:52:40 +0100" startDate="2024-07-23 07:41:27 +0100" endDate="2024-07-23 07:50:45 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 08:03:21 +0100" startDate="2024-07-23 07:51:36 +0100" endDate="2024-07-23 07:55:05 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 08:16:57 +0100" startDate="2024-07-23 08:02:50 +0100" endDate="2024-07-23 08:07:08 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 08:31:43 +0100" startDate="2024-07-23 08:20:26 +0100" endDate="2024-07-23 08:21:53 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 08:41:26 +0100" startDate="2024-07-23 08:30:50 +0100" endDate="2024-07-23 08:40:40 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 08:56:09 +0100" startDate="2024-07-23 08:45:47 +0100" endDate="2024-07-23 08:49:39 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 09:18:19 +0100" startDate="2024-07-23 09:06:11 +0100" endDate="2024-07-23 09:15:52 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 09:25:55 +0100" startDate="2024-07-23 09:15:52 +0100" endDate="2024-07-23 09:23:46 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 09:36:52 +0100" startDate="2024-07-23 09:25:49 +0100" endDate="2024-07-23 09:25:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 09:47:08 +0100" startDate="2024-07-23 09:36:06 +0100" endDate="2024-07-23 09:43:47 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 09:58:48 +0100" startDate="2024-07-23 09:47:21 +0100" endDate="2024-07-23 09:47:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 10:09:59 +0100" startDate="2024-07-23 09:59:46 +0100" endDate="2024-07-23 10:09:47 +0100" value="1096"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 10:28:03 +0100" startDate="2024-07-23 10:09:47 +0100" endDate="2024-07-23 10:19:36 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 10:38:34 +0100" startDate="2024-07-23 10:20:21 +0100" endDate="2024-07-23 10:30:23 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 10:41:34 +0100" startDate="2024-07-23 10:30:23 +0100" endDate="2024-07-23 10:39:50 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 10:52:16 +0100" startDate="2024-07-23 10:40:57 +0100" endDate="2024-07-23 10:50:35 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 11:03:16 +0100" startDate="2024-07-23 10:52:17 +0100" endDate="2024-07-23 10:53:13 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 11:27:05 +0100" startDate="2024-07-23 11:15:24 +0100" endDate="2024-07-23 11:24:55 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 13:31:20 +0100" startDate="2024-07-23 13:20:39 +0100" endDate="2024-07-23 13:25:45 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 15:47:17 +0100" startDate="2024-07-23 15:37:09 +0100" endDate="2024-07-23 15:47:10 +0100" value="860"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 15:58:13 +0100" startDate="2024-07-23 15:47:10 +0100" endDate="2024-07-23 15:56:05 +0100" value="998"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 16:50:55 +0100" startDate="2024-07-23 16:39:19 +0100" endDate="2024-07-23 16:39:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 17:38:45 +0100" startDate="2024-07-23 17:28:32 +0100" endDate="2024-07-23 17:38:33 +0100" value="1044"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 17:49:36 +0100" startDate="2024-07-23 17:38:33 +0100" endDate="2024-07-23 17:45:03 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 17:59:15 +0100" startDate="2024-07-23 17:48:42 +0100" endDate="2024-07-23 17:58:43 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 18:12:31 +0100" startDate="2024-07-23 17:58:43 +0100" endDate="2024-07-23 18:07:02 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 18:21:20 +0100" startDate="2024-07-23 18:09:04 +0100" endDate="2024-07-23 18:19:06 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 18:30:08 +0100" startDate="2024-07-23 18:19:06 +0100" endDate="2024-07-23 18:23:31 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 19:00:26 +0100" startDate="2024-07-23 18:50:18 +0100" endDate="2024-07-23 18:58:25 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 19:18:27 +0100" startDate="2024-07-23 19:06:36 +0100" endDate="2024-07-23 19:10:44 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 20:57:32 +0100" startDate="2024-07-23 20:47:11 +0100" endDate="2024-07-23 20:56:14 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-23 21:08:56 +0100" startDate="2024-07-23 20:57:53 +0100" endDate="2024-07-23 20:58:09 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 04:29:48 +0100" startDate="2024-07-24 04:16:15 +0100" endDate="2024-07-24 04:16:50 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 04:40:53 +0100" startDate="2024-07-24 04:29:50 +0100" endDate="2024-07-24 04:30:29 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 04:55:19 +0100" startDate="2024-07-24 04:44:16 +0100" endDate="2024-07-24 04:44:18 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 05:18:01 +0100" startDate="2024-07-24 05:06:28 +0100" endDate="2024-07-24 05:13:46 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 06:29:26 +0100" startDate="2024-07-24 06:18:46 +0100" endDate="2024-07-24 06:25:16 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 07:01:23 +0100" startDate="2024-07-24 06:51:05 +0100" endDate="2024-07-24 06:56:41 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 10:43:42 +0100" startDate="2024-07-24 10:27:41 +0100" endDate="2024-07-24 10:33:23 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 10:54:23 +0100" startDate="2024-07-24 10:43:04 +0100" endDate="2024-07-24 10:52:30 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 11:08:03 +0100" startDate="2024-07-24 10:57:00 +0100" endDate="2024-07-24 10:57:08 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 12:20:40 +0100" startDate="2024-07-24 12:10:08 +0100" endDate="2024-07-24 12:10:44 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 12:35:53 +0100" startDate="2024-07-24 12:25:40 +0100" endDate="2024-07-24 12:26:10 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 12:50:27 +0100" startDate="2024-07-24 12:40:09 +0100" endDate="2024-07-24 12:48:36 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 13:00:31 +0100" startDate="2024-07-24 12:50:20 +0100" endDate="2024-07-24 12:50:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 13:15:02 +0100" startDate="2024-07-24 13:00:39 +0100" endDate="2024-07-24 13:04:06 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 13:36:32 +0100" startDate="2024-07-24 13:24:46 +0100" endDate="2024-07-24 13:30:07 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 14:08:48 +0100" startDate="2024-07-24 13:56:52 +0100" endDate="2024-07-24 13:56:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 14:34:40 +0100" startDate="2024-07-24 14:22:31 +0100" endDate="2024-07-24 14:23:12 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 14:50:21 +0100" startDate="2024-07-24 14:39:18 +0100" endDate="2024-07-24 14:40:02 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 15:14:32 +0100" startDate="2024-07-24 15:03:29 +0100" endDate="2024-07-24 15:07:59 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 15:46:56 +0100" startDate="2024-07-24 15:34:46 +0100" endDate="2024-07-24 15:41:26 +0100" value="676"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 15:58:11 +0100" startDate="2024-07-24 15:44:47 +0100" endDate="2024-07-24 15:44:55 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 17:30:14 +0100" startDate="2024-07-24 17:17:18 +0100" endDate="2024-07-24 17:25:12 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 17:41:40 +0100" startDate="2024-07-24 17:29:09 +0100" endDate="2024-07-24 17:31:29 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 17:58:42 +0100" startDate="2024-07-24 17:39:13 +0100" endDate="2024-07-24 17:49:12 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 18:06:25 +0100" startDate="2024-07-24 17:49:12 +0100" endDate="2024-07-24 17:56:07 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 18:14:40 +0100" startDate="2024-07-24 18:00:22 +0100" endDate="2024-07-24 18:09:58 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 18:20:30 +0100" startDate="2024-07-24 18:10:03 +0100" endDate="2024-07-24 18:19:18 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 18:29:45 +0100" startDate="2024-07-24 18:19:31 +0100" endDate="2024-07-24 18:29:32 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 18:40:45 +0100" startDate="2024-07-24 18:29:32 +0100" endDate="2024-07-24 18:39:31 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 18:50:39 +0100" startDate="2024-07-24 18:39:31 +0100" endDate="2024-07-24 18:39:36 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 19:03:35 +0100" startDate="2024-07-24 18:50:54 +0100" endDate="2024-07-24 19:00:43 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 19:21:50 +0100" startDate="2024-07-24 19:01:05 +0100" endDate="2024-07-24 19:01:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-24 19:31:45 +0100" startDate="2024-07-24 19:20:42 +0100" endDate="2024-07-24 19:30:04 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 06:17:20 +0100" startDate="2024-07-25 06:07:14 +0100" endDate="2024-07-25 06:13:44 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 07:03:06 +0100" startDate="2024-07-25 06:52:56 +0100" endDate="2024-07-25 06:57:41 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 07:31:35 +0100" startDate="2024-07-25 07:17:51 +0100" endDate="2024-07-25 07:24:48 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 10:48:33 +0100" startDate="2024-07-25 10:35:17 +0100" endDate="2024-07-25 10:35:50 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 11:17:22 +0100" startDate="2024-07-25 11:06:20 +0100" endDate="2024-07-25 11:06:22 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 11:28:39 +0100" startDate="2024-07-25 11:16:34 +0100" endDate="2024-07-25 11:26:30 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 11:37:55 +0100" startDate="2024-07-25 11:26:38 +0100" endDate="2024-07-25 11:35:40 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 11:46:48 +0100" startDate="2024-07-25 11:36:39 +0100" endDate="2024-07-25 11:37:22 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 12:18:14 +0100" startDate="2024-07-25 12:05:14 +0100" endDate="2024-07-25 12:05:37 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 12:46:32 +0100" startDate="2024-07-25 12:35:39 +0100" endDate="2024-07-25 12:45:19 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 13:03:46 +0100" startDate="2024-07-25 12:51:16 +0100" endDate="2024-07-25 12:52:15 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 16:48:51 +0100" startDate="2024-07-25 16:35:54 +0100" endDate="2024-07-25 16:36:12 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-25 21:11:23 +0100" startDate="2024-07-25 21:00:20 +0100" endDate="2024-07-25 21:01:16 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 06:39:46 +0100" startDate="2024-07-26 06:28:03 +0100" endDate="2024-07-26 06:28:19 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 06:57:12 +0100" startDate="2024-07-26 06:38:19 +0100" endDate="2024-07-26 06:44:59 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 07:52:16 +0100" startDate="2024-07-26 07:40:56 +0100" endDate="2024-07-26 07:50:21 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 08:04:43 +0100" startDate="2024-07-26 07:53:20 +0100" endDate="2024-07-26 07:53:48 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 09:24:33 +0100" startDate="2024-07-26 09:14:25 +0100" endDate="2024-07-26 09:14:30 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 09:50:51 +0100" startDate="2024-07-26 09:35:34 +0100" endDate="2024-07-26 09:44:57 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 10:02:07 +0100" startDate="2024-07-26 09:47:35 +0100" endDate="2024-07-26 09:57:37 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 10:08:56 +0100" startDate="2024-07-26 09:57:37 +0100" endDate="2024-07-26 10:07:38 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 10:21:43 +0100" startDate="2024-07-26 10:07:38 +0100" endDate="2024-07-26 10:16:36 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 10:28:28 +0100" startDate="2024-07-26 10:16:41 +0100" endDate="2024-07-26 10:24:47 +0100" value="655"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 12:02:48 +0100" startDate="2024-07-26 11:50:40 +0100" endDate="2024-07-26 12:00:42 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 12:11:44 +0100" startDate="2024-07-26 12:00:42 +0100" endDate="2024-07-26 12:10:43 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 12:21:29 +0100" startDate="2024-07-26 12:10:43 +0100" endDate="2024-07-26 12:20:44 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 12:30:59 +0100" startDate="2024-07-26 12:20:44 +0100" endDate="2024-07-26 12:30:07 +0100" value="729"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 12:49:47 +0100" startDate="2024-07-26 12:38:24 +0100" endDate="2024-07-26 12:39:08 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 13:02:50 +0100" startDate="2024-07-26 12:51:03 +0100" endDate="2024-07-26 12:51:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 13:27:43 +0100" startDate="2024-07-26 13:16:40 +0100" endDate="2024-07-26 13:17:05 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 13:53:47 +0100" startDate="2024-07-26 13:40:04 +0100" endDate="2024-07-26 13:49:47 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 14:00:25 +0100" startDate="2024-07-26 13:50:07 +0100" endDate="2024-07-26 13:54:02 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 15:13:24 +0100" startDate="2024-07-26 15:03:19 +0100" endDate="2024-07-26 15:11:23 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 15:42:51 +0100" startDate="2024-07-26 15:31:48 +0100" endDate="2024-07-26 15:36:39 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 16:15:48 +0100" startDate="2024-07-26 16:05:21 +0100" endDate="2024-07-26 16:14:38 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 16:31:43 +0100" startDate="2024-07-26 16:18:51 +0100" endDate="2024-07-26 16:25:43 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 16:38:00 +0100" startDate="2024-07-26 16:26:32 +0100" endDate="2024-07-26 16:33:55 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 16:48:06 +0100" startDate="2024-07-26 16:37:03 +0100" endDate="2024-07-26 16:45:29 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 16:58:12 +0100" startDate="2024-07-26 16:47:03 +0100" endDate="2024-07-26 16:56:31 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 17:08:22 +0100" startDate="2024-07-26 16:57:02 +0100" endDate="2024-07-26 17:06:20 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 17:24:11 +0100" startDate="2024-07-26 17:13:08 +0100" endDate="2024-07-26 17:15:43 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 17:47:50 +0100" startDate="2024-07-26 17:35:53 +0100" endDate="2024-07-26 17:39:12 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 18:03:29 +0100" startDate="2024-07-26 17:47:54 +0100" endDate="2024-07-26 17:47:59 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 18:15:16 +0100" startDate="2024-07-26 17:59:45 +0100" endDate="2024-07-26 18:04:20 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-26 23:45:19 +0100" startDate="2024-07-26 23:34:17 +0100" endDate="2024-07-26 23:39:46 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 05:46:41 +0100" startDate="2024-07-27 05:29:27 +0100" endDate="2024-07-27 05:29:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 06:03:10 +0100" startDate="2024-07-27 05:47:00 +0100" endDate="2024-07-27 05:55:12 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 06:14:01 +0100" startDate="2024-07-27 06:00:35 +0100" endDate="2024-07-27 06:01:41 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 06:27:57 +0100" startDate="2024-07-27 06:12:04 +0100" endDate="2024-07-27 06:20:23 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 06:41:42 +0100" startDate="2024-07-27 06:24:25 +0100" endDate="2024-07-27 06:33:46 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 06:59:39 +0100" startDate="2024-07-27 06:35:00 +0100" endDate="2024-07-27 06:45:01 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 06:59:39 +0100" startDate="2024-07-27 06:45:01 +0100" endDate="2024-07-27 06:50:01 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 07:08:39 +0100" startDate="2024-07-27 06:56:23 +0100" endDate="2024-07-27 07:04:22 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 07:50:24 +0100" startDate="2024-07-27 07:37:51 +0100" endDate="2024-07-27 07:37:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 08:25:38 +0100" startDate="2024-07-27 08:13:56 +0100" endDate="2024-07-27 08:23:56 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 08:35:16 +0100" startDate="2024-07-27 08:23:56 +0100" endDate="2024-07-27 08:24:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 09:04:25 +0100" startDate="2024-07-27 08:50:05 +0100" endDate="2024-07-27 08:50:53 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 09:22:45 +0100" startDate="2024-07-27 09:03:56 +0100" endDate="2024-07-27 09:07:55 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 12:03:10 +0100" startDate="2024-07-27 11:49:14 +0100" endDate="2024-07-27 11:54:52 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 12:19:19 +0100" startDate="2024-07-27 12:07:52 +0100" endDate="2024-07-27 12:13:21 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 12:42:10 +0100" startDate="2024-07-27 12:27:53 +0100" endDate="2024-07-27 12:37:08 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 12:54:54 +0100" startDate="2024-07-27 12:40:17 +0100" endDate="2024-07-27 12:40:47 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 14:15:36 +0100" startDate="2024-07-27 14:00:25 +0100" endDate="2024-07-27 14:08:27 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 14:25:08 +0100" startDate="2024-07-27 14:11:15 +0100" endDate="2024-07-27 14:21:16 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 14:34:09 +0100" startDate="2024-07-27 14:22:35 +0100" endDate="2024-07-27 14:29:41 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 15:18:46 +0100" startDate="2024-07-27 14:58:49 +0100" endDate="2024-07-27 15:05:37 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 15:33:19 +0100" startDate="2024-07-27 15:17:59 +0100" endDate="2024-07-27 15:26:58 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 16:24:02 +0100" startDate="2024-07-27 16:11:19 +0100" endDate="2024-07-27 16:13:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 17:11:14 +0100" startDate="2024-07-27 16:55:25 +0100" endDate="2024-07-27 17:00:08 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 17:24:55 +0100" startDate="2024-07-27 17:08:58 +0100" endDate="2024-07-27 17:16:26 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 17:33:51 +0100" startDate="2024-07-27 17:19:35 +0100" endDate="2024-07-27 17:28:43 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 18:29:16 +0100" startDate="2024-07-27 18:15:29 +0100" endDate="2024-07-27 18:18:07 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 18:56:22 +0100" startDate="2024-07-27 18:31:13 +0100" endDate="2024-07-27 18:34:24 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 20:07:30 +0100" startDate="2024-07-27 19:50:03 +0100" endDate="2024-07-27 19:53:58 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 20:35:48 +0100" startDate="2024-07-27 20:20:11 +0100" endDate="2024-07-27 20:20:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 21:01:44 +0100" startDate="2024-07-27 20:38:59 +0100" endDate="2024-07-27 20:40:28 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 22:20:07 +0100" startDate="2024-07-27 22:08:13 +0100" endDate="2024-07-27 22:09:01 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 22:52:30 +0100" startDate="2024-07-27 22:36:54 +0100" endDate="2024-07-27 22:36:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-27 23:04:36 +0100" startDate="2024-07-27 22:54:29 +0100" endDate="2024-07-27 22:55:53 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 04:21:19 +0100" startDate="2024-07-28 04:09:36 +0100" endDate="2024-07-28 04:09:39 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 04:48:56 +0100" startDate="2024-07-28 04:21:45 +0100" endDate="2024-07-28 04:21:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 10:51:59 +0100" startDate="2024-07-28 10:40:49 +0100" endDate="2024-07-28 10:48:36 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 11:29:23 +0100" startDate="2024-07-28 11:12:45 +0100" endDate="2024-07-28 11:20:58 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 12:26:09 +0100" startDate="2024-07-28 12:11:53 +0100" endDate="2024-07-28 12:11:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 13:14:18 +0100" startDate="2024-07-28 13:02:49 +0100" endDate="2024-07-28 13:12:36 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 13:27:34 +0100" startDate="2024-07-28 13:13:04 +0100" endDate="2024-07-28 13:22:35 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 13:36:40 +0100" startDate="2024-07-28 13:25:10 +0100" endDate="2024-07-28 13:34:41 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 14:01:52 +0100" startDate="2024-07-28 13:37:19 +0100" endDate="2024-07-28 13:46:31 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 14:01:52 +0100" startDate="2024-07-28 13:47:22 +0100" endDate="2024-07-28 13:50:31 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 14:09:03 +0100" startDate="2024-07-28 13:55:34 +0100" endDate="2024-07-28 13:55:36 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 14:16:01 +0100" startDate="2024-07-28 14:05:56 +0100" endDate="2024-07-28 14:13:19 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 14:30:58 +0100" startDate="2024-07-28 14:19:51 +0100" endDate="2024-07-28 14:26:39 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 14:48:15 +0100" startDate="2024-07-28 14:37:05 +0100" endDate="2024-07-28 14:45:02 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 15:17:52 +0100" startDate="2024-07-28 15:07:41 +0100" endDate="2024-07-28 15:08:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 15:45:30 +0100" startDate="2024-07-28 15:30:25 +0100" endDate="2024-07-28 15:39:02 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 15:57:45 +0100" startDate="2024-07-28 15:41:30 +0100" endDate="2024-07-28 15:51:22 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 16:05:43 +0100" startDate="2024-07-28 15:52:13 +0100" endDate="2024-07-28 15:58:02 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 18:38:16 +0100" startDate="2024-07-28 18:18:19 +0100" endDate="2024-07-28 18:18:21 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 20:13:37 +0100" startDate="2024-07-28 19:58:09 +0100" endDate="2024-07-28 20:06:08 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 20:21:31 +0100" startDate="2024-07-28 20:08:38 +0100" endDate="2024-07-28 20:18:39 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 20:30:52 +0100" startDate="2024-07-28 20:18:39 +0100" endDate="2024-07-28 20:25:58 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 20:42:57 +0100" startDate="2024-07-28 20:32:20 +0100" endDate="2024-07-28 20:33:46 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 20:59:49 +0100" startDate="2024-07-28 20:46:32 +0100" endDate="2024-07-28 20:56:31 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 21:07:44 +0100" startDate="2024-07-28 20:56:41 +0100" endDate="2024-07-28 21:01:03 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 21:29:53 +0100" startDate="2024-07-28 21:13:32 +0100" endDate="2024-07-28 21:23:18 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 21:45:00 +0100" startDate="2024-07-28 21:33:01 +0100" endDate="2024-07-28 21:41:46 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-28 21:56:41 +0100" startDate="2024-07-28 21:45:38 +0100" endDate="2024-07-28 21:51:02 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 10:01:39 +0100" startDate="2024-07-29 09:50:37 +0100" endDate="2024-07-29 09:50:39 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 10:54:46 +0100" startDate="2024-07-29 10:39:46 +0100" endDate="2024-07-29 10:47:25 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 11:08:09 +0100" startDate="2024-07-29 10:54:54 +0100" endDate="2024-07-29 11:04:53 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 11:24:48 +0100" startDate="2024-07-29 11:04:53 +0100" endDate="2024-07-29 11:14:54 +0100" value="901"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 11:36:12 +0100" startDate="2024-07-29 11:14:54 +0100" endDate="2024-07-29 11:24:52 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 11:36:12 +0100" startDate="2024-07-29 11:24:52 +0100" endDate="2024-07-29 11:31:55 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 11:46:41 +0100" startDate="2024-07-29 11:31:55 +0100" endDate="2024-07-29 11:41:56 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 11:52:16 +0100" startDate="2024-07-29 11:41:56 +0100" endDate="2024-07-29 11:50:00 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 12:07:52 +0100" startDate="2024-07-29 11:53:21 +0100" endDate="2024-07-29 12:03:22 +0100" value="974"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 12:13:42 +0100" startDate="2024-07-29 12:03:22 +0100" endDate="2024-07-29 12:10:40 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 12:22:37 +0100" startDate="2024-07-29 12:10:40 +0100" endDate="2024-07-29 12:17:41 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 12:32:53 +0100" startDate="2024-07-29 12:17:41 +0100" endDate="2024-07-29 12:27:24 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 12:44:02 +0100" startDate="2024-07-29 12:28:00 +0100" endDate="2024-07-29 12:37:15 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 12:51:33 +0100" startDate="2024-07-29 12:40:14 +0100" endDate="2024-07-29 12:49:11 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 13:58:14 +0100" startDate="2024-07-29 13:47:11 +0100" endDate="2024-07-29 13:47:16 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 14:09:42 +0100" startDate="2024-07-29 13:57:50 +0100" endDate="2024-07-29 14:07:51 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 14:22:20 +0100" startDate="2024-07-29 14:07:51 +0100" endDate="2024-07-29 14:10:24 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 14:39:25 +0100" startDate="2024-07-29 14:18:46 +0100" endDate="2024-07-29 14:28:47 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 14:39:25 +0100" startDate="2024-07-29 14:28:47 +0100" endDate="2024-07-29 14:28:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 14:49:54 +0100" startDate="2024-07-29 14:38:30 +0100" endDate="2024-07-29 14:48:31 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 15:03:30 +0100" startDate="2024-07-29 14:48:31 +0100" endDate="2024-07-29 14:53:45 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 15:20:46 +0100" startDate="2024-07-29 15:06:45 +0100" endDate="2024-07-29 15:11:57 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 15:30:21 +0100" startDate="2024-07-29 15:19:18 +0100" endDate="2024-07-29 15:21:48 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 15:48:00 +0100" startDate="2024-07-29 15:37:18 +0100" endDate="2024-07-29 15:45:09 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 16:01:12 +0100" startDate="2024-07-29 15:47:42 +0100" endDate="2024-07-29 15:57:43 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 16:08:32 +0100" startDate="2024-07-29 15:57:43 +0100" endDate="2024-07-29 16:06:28 +0100" value="425"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 16:18:26 +0100" startDate="2024-07-29 16:07:24 +0100" endDate="2024-07-29 16:10:07 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 17:20:53 +0100" startDate="2024-07-29 17:05:21 +0100" endDate="2024-07-29 17:15:22 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 17:26:56 +0100" startDate="2024-07-29 17:15:22 +0100" endDate="2024-07-29 17:25:23 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 17:40:15 +0100" startDate="2024-07-29 17:25:23 +0100" endDate="2024-07-29 17:33:04 +0100" value="789"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 17:48:39 +0100" startDate="2024-07-29 17:33:04 +0100" endDate="2024-07-29 17:43:05 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 17:54:08 +0100" startDate="2024-07-29 17:43:05 +0100" endDate="2024-07-29 17:48:01 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 18:13:34 +0100" startDate="2024-07-29 18:02:32 +0100" endDate="2024-07-29 18:12:33 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 18:25:15 +0100" startDate="2024-07-29 18:14:30 +0100" endDate="2024-07-29 18:24:13 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 18:36:02 +0100" startDate="2024-07-29 18:24:33 +0100" endDate="2024-07-29 18:34:35 +0100" value="523"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 18:59:12 +0100" startDate="2024-07-29 18:34:35 +0100" endDate="2024-07-29 18:35:38 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-29 19:29:19 +0100" startDate="2024-07-29 19:18:16 +0100" endDate="2024-07-29 19:18:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 09:35:52 +0100" startDate="2024-07-30 09:18:46 +0100" endDate="2024-07-30 09:24:43 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 09:54:52 +0100" startDate="2024-07-30 09:41:15 +0100" endDate="2024-07-30 09:47:07 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 10:14:36 +0100" startDate="2024-07-30 09:56:27 +0100" endDate="2024-07-30 10:05:38 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 10:24:58 +0100" startDate="2024-07-30 10:06:31 +0100" endDate="2024-07-30 10:15:26 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 10:31:13 +0100" startDate="2024-07-30 10:17:06 +0100" endDate="2024-07-30 10:26:34 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 10:42:39 +0100" startDate="2024-07-30 10:28:54 +0100" endDate="2024-07-30 10:37:49 +0100" value="406"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 10:49:59 +0100" startDate="2024-07-30 10:39:36 +0100" endDate="2024-07-30 10:49:29 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 11:00:22 +0100" startDate="2024-07-30 10:49:29 +0100" endDate="2024-07-30 10:49:47 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 11:13:36 +0100" startDate="2024-07-30 11:02:34 +0100" endDate="2024-07-30 11:11:56 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 11:23:53 +0100" startDate="2024-07-30 11:12:50 +0100" endDate="2024-07-30 11:18:24 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 13:14:08 +0100" startDate="2024-07-30 13:02:42 +0100" endDate="2024-07-30 13:12:41 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 13:36:56 +0100" startDate="2024-07-30 13:12:41 +0100" endDate="2024-07-30 13:22:40 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 13:36:56 +0100" startDate="2024-07-30 13:22:40 +0100" endDate="2024-07-30 13:23:41 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 13:36:57 +0100" startDate="2024-07-30 13:23:41 +0100" endDate="2024-07-30 13:28:52 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 13:44:26 +0100" startDate="2024-07-30 13:28:52 +0100" endDate="2024-07-30 13:37:23 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 13:48:26 +0100" startDate="2024-07-30 13:37:23 +0100" endDate="2024-07-30 13:42:11 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 14:24:44 +0100" startDate="2024-07-30 14:13:41 +0100" endDate="2024-07-30 14:15:13 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 14:43:23 +0100" startDate="2024-07-30 14:26:34 +0100" endDate="2024-07-30 14:36:35 +0100" value="556"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 14:47:37 +0100" startDate="2024-07-30 14:36:35 +0100" endDate="2024-07-30 14:46:08 +0100" value="540"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 14:59:58 +0100" startDate="2024-07-30 14:46:08 +0100" endDate="2024-07-30 14:56:09 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 15:09:01 +0100" startDate="2024-07-30 14:56:09 +0100" endDate="2024-07-30 15:06:10 +0100" value="727"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 15:21:04 +0100" startDate="2024-07-30 15:06:10 +0100" endDate="2024-07-30 15:16:11 +0100" value="831"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 15:27:47 +0100" startDate="2024-07-30 15:16:11 +0100" endDate="2024-07-30 15:26:12 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 15:37:13 +0100" startDate="2024-07-30 15:26:12 +0100" endDate="2024-07-30 15:36:13 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 15:53:02 +0100" startDate="2024-07-30 15:36:13 +0100" endDate="2024-07-30 15:46:13 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 16:03:24 +0100" startDate="2024-07-30 15:46:13 +0100" endDate="2024-07-30 15:56:14 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 16:09:33 +0100" startDate="2024-07-30 15:56:14 +0100" endDate="2024-07-30 16:06:15 +0100" value="901"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 16:17:18 +0100" startDate="2024-07-30 16:06:15 +0100" endDate="2024-07-30 16:12:37 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 20:41:18 +0100" startDate="2024-07-30 20:19:43 +0100" endDate="2024-07-30 20:24:15 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 21:40:37 +0100" startDate="2024-07-30 21:29:34 +0100" endDate="2024-07-30 21:29:37 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 21:55:15 +0100" startDate="2024-07-30 21:44:12 +0100" endDate="2024-07-30 21:50:08 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 22:05:19 +0100" startDate="2024-07-30 21:55:09 +0100" endDate="2024-07-30 22:03:53 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-30 22:16:59 +0100" startDate="2024-07-30 22:05:25 +0100" endDate="2024-07-30 22:05:28 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 09:55:13 +0100" startDate="2024-07-31 09:43:12 +0100" endDate="2024-07-31 09:52:12 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 10:16:20 +0100" startDate="2024-07-31 09:52:12 +0100" endDate="2024-07-31 09:56:17 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 10:29:58 +0100" startDate="2024-07-31 10:17:08 +0100" endDate="2024-07-31 10:25:05 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 10:45:09 +0100" startDate="2024-07-31 10:31:24 +0100" endDate="2024-07-31 10:31:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 11:39:52 +0100" startDate="2024-07-31 11:29:17 +0100" endDate="2024-07-31 11:29:20 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 13:01:05 +0100" startDate="2024-07-31 12:45:31 +0100" endDate="2024-07-31 12:55:32 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 13:07:08 +0100" startDate="2024-07-31 12:55:32 +0100" endDate="2024-07-31 13:05:33 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 13:19:06 +0100" startDate="2024-07-31 13:05:33 +0100" endDate="2024-07-31 13:15:34 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 13:27:35 +0100" startDate="2024-07-31 13:15:34 +0100" endDate="2024-07-31 13:25:17 +0100" value="654"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 13:38:09 +0100" startDate="2024-07-31 13:25:17 +0100" endDate="2024-07-31 13:35:18 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 13:50:33 +0100" startDate="2024-07-31 13:35:18 +0100" endDate="2024-07-31 13:40:47 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 14:03:15 +0100" startDate="2024-07-31 13:48:16 +0100" endDate="2024-07-31 13:56:22 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 14:10:18 +0100" startDate="2024-07-31 13:59:16 +0100" endDate="2024-07-31 14:09:17 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 14:20:09 +0100" startDate="2024-07-31 14:09:17 +0100" endDate="2024-07-31 14:19:02 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 14:31:16 +0100" startDate="2024-07-31 14:19:35 +0100" endDate="2024-07-31 14:29:36 +0100" value="909"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 14:40:31 +0100" startDate="2024-07-31 14:29:36 +0100" endDate="2024-07-31 14:36:31 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 14:52:37 +0100" startDate="2024-07-31 14:36:31 +0100" endDate="2024-07-31 14:46:32 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 15:02:52 +0100" startDate="2024-07-31 14:46:32 +0100" endDate="2024-07-31 14:54:59 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 15:05:43 +0100" startDate="2024-07-31 14:54:59 +0100" endDate="2024-07-31 15:03:21 +0100" value="683"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 15:16:10 +0100" startDate="2024-07-31 15:03:21 +0100" endDate="2024-07-31 15:13:22 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 15:27:03 +0100" startDate="2024-07-31 15:13:22 +0100" endDate="2024-07-31 15:23:23 +0100" value="709"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 15:34:25 +0100" startDate="2024-07-31 15:23:23 +0100" endDate="2024-07-31 15:25:20 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 15:57:40 +0100" startDate="2024-07-31 15:46:42 +0100" endDate="2024-07-31 15:56:41 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 16:11:33 +0100" startDate="2024-07-31 15:56:41 +0100" endDate="2024-07-31 16:06:42 +0100" value="1087"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 16:16:56 +0100" startDate="2024-07-31 16:06:42 +0100" endDate="2024-07-31 16:16:43 +0100" value="753"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 16:28:55 +0100" startDate="2024-07-31 16:16:43 +0100" endDate="2024-07-31 16:26:42 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 16:40:14 +0100" startDate="2024-07-31 16:26:42 +0100" endDate="2024-07-31 16:36:43 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 16:49:03 +0100" startDate="2024-07-31 16:36:43 +0100" endDate="2024-07-31 16:46:34 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 16:59:02 +0100" startDate="2024-07-31 16:46:34 +0100" endDate="2024-07-31 16:54:35 +0100" value="821"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 17:10:43 +0100" startDate="2024-07-31 16:56:52 +0100" endDate="2024-07-31 17:06:53 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 17:19:58 +0100" startDate="2024-07-31 17:07:24 +0100" endDate="2024-07-31 17:14:59 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 17:30:26 +0100" startDate="2024-07-31 17:14:59 +0100" endDate="2024-07-31 17:22:02 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 17:38:54 +0100" startDate="2024-07-31 17:25:08 +0100" endDate="2024-07-31 17:25:21 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 17:53:29 +0100" startDate="2024-07-31 17:43:05 +0100" endDate="2024-07-31 17:43:49 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 18:09:45 +0100" startDate="2024-07-31 17:53:33 +0100" endDate="2024-07-31 18:02:21 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 18:21:16 +0100" startDate="2024-07-31 18:08:42 +0100" endDate="2024-07-31 18:16:58 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 18:28:55 +0100" startDate="2024-07-31 18:16:58 +0100" endDate="2024-07-31 18:26:42 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-07-31 18:52:17 +0100" startDate="2024-07-31 18:27:15 +0100" endDate="2024-07-31 18:27:56 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 07:22:22 +0100" startDate="2024-08-01 07:06:43 +0100" endDate="2024-08-01 07:06:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 08:49:32 +0100" startDate="2024-08-01 08:38:29 +0100" endDate="2024-08-01 08:38:34 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 11:09:14 +0100" startDate="2024-08-01 10:58:37 +0100" endDate="2024-08-01 11:08:37 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 11:21:21 +0100" startDate="2024-08-01 11:08:37 +0100" endDate="2024-08-01 11:18:30 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 11:35:57 +0100" startDate="2024-08-01 11:18:30 +0100" endDate="2024-08-01 11:28:31 +0100" value="967"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 11:38:58 +0100" startDate="2024-08-01 11:28:31 +0100" endDate="2024-08-01 11:37:15 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 11:48:18 +0100" startDate="2024-08-01 11:37:15 +0100" endDate="2024-08-01 11:42:51 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 12:29:06 +0100" startDate="2024-08-01 12:18:03 +0100" endDate="2024-08-01 12:18:06 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 13:14:12 +0100" startDate="2024-08-01 12:58:07 +0100" endDate="2024-08-01 13:08:06 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 13:21:50 +0100" startDate="2024-08-01 13:08:06 +0100" endDate="2024-08-01 13:15:11 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 13:39:59 +0100" startDate="2024-08-01 13:28:56 +0100" endDate="2024-08-01 13:37:00 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 14:19:40 +0100" startDate="2024-08-01 14:03:55 +0100" endDate="2024-08-01 14:11:09 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 14:33:50 +0100" startDate="2024-08-01 14:14:00 +0100" endDate="2024-08-01 14:24:01 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 14:35:54 +0100" startDate="2024-08-01 14:24:01 +0100" endDate="2024-08-01 14:33:36 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 14:45:55 +0100" startDate="2024-08-01 14:34:20 +0100" endDate="2024-08-01 14:40:39 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 14:56:35 +0100" startDate="2024-08-01 14:45:32 +0100" endDate="2024-08-01 14:54:46 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 15:21:32 +0100" startDate="2024-08-01 15:11:22 +0100" endDate="2024-08-01 15:12:05 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 15:41:06 +0100" startDate="2024-08-01 15:30:03 +0100" endDate="2024-08-01 15:34:51 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 16:19:19 +0100" startDate="2024-08-01 16:08:16 +0100" endDate="2024-08-01 16:10:23 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 17:35:55 +0100" startDate="2024-08-01 17:24:53 +0100" endDate="2024-08-01 17:34:05 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 19:41:38 +0100" startDate="2024-08-01 19:29:04 +0100" endDate="2024-08-01 19:38:14 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 20:00:00 +0100" startDate="2024-08-01 19:38:14 +0100" endDate="2024-08-01 19:47:09 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 20:00:00 +0100" startDate="2024-08-01 19:49:14 +0100" endDate="2024-08-01 19:56:45 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 20:15:31 +0100" startDate="2024-08-01 20:00:45 +0100" endDate="2024-08-01 20:08:23 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 20:27:38 +0100" startDate="2024-08-01 20:11:26 +0100" endDate="2024-08-01 20:11:54 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 21:00:47 +0100" startDate="2024-08-01 20:48:32 +0100" endDate="2024-08-01 20:58:10 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 21:12:52 +0100" startDate="2024-08-01 20:58:33 +0100" endDate="2024-08-01 20:59:11 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-01 22:03:53 +0100" startDate="2024-08-01 21:52:50 +0100" endDate="2024-08-01 21:52:58 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 10:07:08 +0100" startDate="2024-08-02 09:55:07 +0100" endDate="2024-08-02 09:57:07 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 10:16:26 +0100" startDate="2024-08-02 10:05:23 +0100" endDate="2024-08-02 10:06:57 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 12:03:24 +0100" startDate="2024-08-02 11:50:11 +0100" endDate="2024-08-02 11:57:16 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 12:36:20 +0100" startDate="2024-08-02 12:22:55 +0100" endDate="2024-08-02 12:32:44 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 12:46:55 +0100" startDate="2024-08-02 12:33:45 +0100" endDate="2024-08-02 12:42:55 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 12:58:15 +0100" startDate="2024-08-02 12:44:04 +0100" endDate="2024-08-02 12:53:25 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 13:09:46 +0100" startDate="2024-08-02 12:55:12 +0100" endDate="2024-08-02 13:03:18 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 13:16:25 +0100" startDate="2024-08-02 13:05:23 +0100" endDate="2024-08-02 13:06:26 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 14:04:01 +0100" startDate="2024-08-02 13:20:13 +0100" endDate="2024-08-02 13:24:56 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 17:28:23 +0100" startDate="2024-08-02 17:17:20 +0100" endDate="2024-08-02 17:25:24 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 17:42:00 +0100" startDate="2024-08-02 17:30:43 +0100" endDate="2024-08-02 17:39:48 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 18:07:25 +0100" startDate="2024-08-02 17:55:20 +0100" endDate="2024-08-02 18:00:51 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 18:24:50 +0100" startDate="2024-08-02 18:11:47 +0100" endDate="2024-08-02 18:20:47 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 18:35:46 +0100" startDate="2024-08-02 18:22:19 +0100" endDate="2024-08-02 18:32:20 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 18:44:38 +0100" startDate="2024-08-02 18:32:20 +0100" endDate="2024-08-02 18:34:14 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 19:55:32 +0100" startDate="2024-08-02 19:44:29 +0100" endDate="2024-08-02 19:51:24 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 21:33:37 +0100" startDate="2024-08-02 21:22:35 +0100" endDate="2024-08-02 21:30:57 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 21:44:58 +0100" startDate="2024-08-02 21:33:55 +0100" endDate="2024-08-02 21:42:10 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 22:15:54 +0100" startDate="2024-08-02 22:04:51 +0100" endDate="2024-08-02 22:04:54 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 22:37:42 +0100" startDate="2024-08-02 22:26:40 +0100" endDate="2024-08-02 22:26:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-02 23:07:53 +0100" startDate="2024-08-02 22:56:51 +0100" endDate="2024-08-02 22:56:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 10:47:43 +0100" startDate="2024-08-03 10:32:59 +0100" endDate="2024-08-03 10:43:00 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 10:54:59 +0100" startDate="2024-08-03 10:43:00 +0100" endDate="2024-08-03 10:53:01 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 11:06:49 +0100" startDate="2024-08-03 10:53:01 +0100" endDate="2024-08-03 11:03:00 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 11:14:03 +0100" startDate="2024-08-03 11:03:00 +0100" endDate="2024-08-03 11:05:38 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 11:38:40 +0100" startDate="2024-08-03 11:27:37 +0100" endDate="2024-08-03 11:27:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 11:58:51 +0100" startDate="2024-08-03 11:46:49 +0100" endDate="2024-08-03 11:56:50 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 12:07:56 +0100" startDate="2024-08-03 11:56:50 +0100" endDate="2024-08-03 12:06:51 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 12:21:24 +0100" startDate="2024-08-03 12:06:51 +0100" endDate="2024-08-03 12:16:52 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 12:33:51 +0100" startDate="2024-08-03 12:20:16 +0100" endDate="2024-08-03 12:30:17 +0100" value="811"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 12:43:15 +0100" startDate="2024-08-03 12:30:17 +0100" endDate="2024-08-03 12:38:54 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 12:55:04 +0100" startDate="2024-08-03 12:43:21 +0100" endDate="2024-08-03 12:53:22 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 13:05:18 +0100" startDate="2024-08-03 12:53:22 +0100" endDate="2024-08-03 13:03:23 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 13:15:53 +0100" startDate="2024-08-03 13:03:23 +0100" endDate="2024-08-03 13:13:24 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 13:28:28 +0100" startDate="2024-08-03 13:13:24 +0100" endDate="2024-08-03 13:23:25 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 13:34:16 +0100" startDate="2024-08-03 13:23:25 +0100" endDate="2024-08-03 13:32:43 +0100" value="530"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 13:56:40 +0100" startDate="2024-08-03 13:45:37 +0100" endDate="2024-08-03 13:53:03 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 14:27:12 +0100" startDate="2024-08-03 14:16:09 +0100" endDate="2024-08-03 14:16:12 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 14:57:51 +0100" startDate="2024-08-03 14:46:48 +0100" endDate="2024-08-03 14:50:22 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 15:14:16 +0100" startDate="2024-08-03 15:03:12 +0100" endDate="2024-08-03 15:13:13 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 15:26:36 +0100" startDate="2024-08-03 15:13:13 +0100" endDate="2024-08-03 15:22:58 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 15:33:31 +0100" startDate="2024-08-03 15:23:19 +0100" endDate="2024-08-03 15:33:10 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 16:27:02 +0100" startDate="2024-08-03 16:16:59 +0100" endDate="2024-08-03 16:22:19 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 16:38:36 +0100" startDate="2024-08-03 16:28:31 +0100" endDate="2024-08-03 16:36:55 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 17:07:43 +0100" startDate="2024-08-03 16:57:28 +0100" endDate="2024-08-03 16:57:31 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 17:34:03 +0100" startDate="2024-08-03 17:18:13 +0100" endDate="2024-08-03 17:28:14 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 17:40:09 +0100" startDate="2024-08-03 17:28:14 +0100" endDate="2024-08-03 17:38:15 +0100" value="1105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 17:48:41 +0100" startDate="2024-08-03 17:38:15 +0100" endDate="2024-08-03 17:43:16 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 17:57:02 +0100" startDate="2024-08-03 17:43:16 +0100" endDate="2024-08-03 17:53:14 +0100" value="1000"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 18:04:22 +0100" startDate="2024-08-03 17:53:19 +0100" endDate="2024-08-03 18:02:47 +0100" value="761"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 18:21:41 +0100" startDate="2024-08-03 18:04:06 +0100" endDate="2024-08-03 18:13:42 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 18:27:38 +0100" startDate="2024-08-03 18:15:44 +0100" endDate="2024-08-03 18:25:45 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 18:44:18 +0100" startDate="2024-08-03 18:25:45 +0100" endDate="2024-08-03 18:35:46 +0100" value="1070"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 18:46:49 +0100" startDate="2024-08-03 18:35:46 +0100" endDate="2024-08-03 18:44:54 +0100" value="988"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 19:00:55 +0100" startDate="2024-08-03 18:48:20 +0100" endDate="2024-08-03 18:58:21 +0100" value="1112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 19:09:10 +0100" startDate="2024-08-03 18:58:21 +0100" endDate="2024-08-03 19:07:52 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 19:19:40 +0100" startDate="2024-08-03 19:08:37 +0100" endDate="2024-08-03 19:08:55 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 19:48:04 +0100" startDate="2024-08-03 19:35:48 +0100" endDate="2024-08-03 19:39:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 20:01:25 +0100" startDate="2024-08-03 19:49:58 +0100" endDate="2024-08-03 19:59:06 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 20:13:10 +0100" startDate="2024-08-03 20:02:50 +0100" endDate="2024-08-03 20:04:06 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 21:45:33 +0100" startDate="2024-08-03 21:34:49 +0100" endDate="2024-08-03 21:44:50 +0100" value="583"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-03 21:55:53 +0100" startDate="2024-08-03 21:44:50 +0100" endDate="2024-08-03 21:47:20 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 08:25:01 +0100" startDate="2024-08-04 08:14:48 +0100" endDate="2024-08-04 08:19:13 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 08:57:19 +0100" startDate="2024-08-04 08:46:12 +0100" endDate="2024-08-04 08:53:59 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 09:13:50 +0100" startDate="2024-08-04 08:57:23 +0100" endDate="2024-08-04 08:59:13 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 09:25:12 +0100" startDate="2024-08-04 09:14:09 +0100" endDate="2024-08-04 09:21:37 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 09:37:01 +0100" startDate="2024-08-04 09:26:51 +0100" endDate="2024-08-04 09:35:00 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 09:56:52 +0100" startDate="2024-08-04 09:45:49 +0100" endDate="2024-08-04 09:45:52 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 10:14:06 +0100" startDate="2024-08-04 10:03:03 +0100" endDate="2024-08-04 10:08:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 10:27:00 +0100" startDate="2024-08-04 10:15:57 +0100" endDate="2024-08-04 10:25:36 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 10:46:53 +0100" startDate="2024-08-04 10:36:38 +0100" endDate="2024-08-04 10:36:41 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 11:23:54 +0100" startDate="2024-08-04 11:12:51 +0100" endDate="2024-08-04 11:12:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 11:38:46 +0100" startDate="2024-08-04 11:27:43 +0100" endDate="2024-08-04 11:33:22 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 12:08:11 +0100" startDate="2024-08-04 11:55:27 +0100" endDate="2024-08-04 12:05:28 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 12:16:32 +0100" startDate="2024-08-04 12:05:28 +0100" endDate="2024-08-04 12:15:16 +0100" value="805"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 12:25:35 +0100" startDate="2024-08-04 12:15:16 +0100" endDate="2024-08-04 12:25:17 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 12:38:06 +0100" startDate="2024-08-04 12:25:17 +0100" endDate="2024-08-04 12:35:18 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 12:52:20 +0100" startDate="2024-08-04 12:35:18 +0100" endDate="2024-08-04 12:45:19 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 12:58:47 +0100" startDate="2024-08-04 12:45:19 +0100" endDate="2024-08-04 12:53:59 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 13:08:54 +0100" startDate="2024-08-04 12:57:48 +0100" endDate="2024-08-04 13:00:54 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 13:15:12 +0100" startDate="2024-08-04 13:00:54 +0100" endDate="2024-08-04 13:10:55 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 13:23:39 +0100" startDate="2024-08-04 13:10:55 +0100" endDate="2024-08-04 13:20:38 +0100" value="1017"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 13:32:50 +0100" startDate="2024-08-04 13:21:01 +0100" endDate="2024-08-04 13:30:08 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 13:45:57 +0100" startDate="2024-08-04 13:33:07 +0100" endDate="2024-08-04 13:42:48 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 13:57:58 +0100" startDate="2024-08-04 13:44:07 +0100" endDate="2024-08-04 13:53:00 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 14:09:57 +0100" startDate="2024-08-04 13:53:00 +0100" endDate="2024-08-04 14:03:01 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 14:14:36 +0100" startDate="2024-08-04 14:03:01 +0100" endDate="2024-08-04 14:13:02 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 14:25:56 +0100" startDate="2024-08-04 14:13:02 +0100" endDate="2024-08-04 14:23:02 +0100" value="1031"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 14:34:18 +0100" startDate="2024-08-04 14:23:02 +0100" endDate="2024-08-04 14:32:41 +0100" value="1054"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 14:47:28 +0100" startDate="2024-08-04 14:36:51 +0100" endDate="2024-08-04 14:37:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 16:19:34 +0100" startDate="2024-08-04 16:06:04 +0100" endDate="2024-08-04 16:14:31 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 16:36:01 +0100" startDate="2024-08-04 16:16:39 +0100" endDate="2024-08-04 16:26:24 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 16:39:01 +0100" startDate="2024-08-04 16:26:45 +0100" endDate="2024-08-04 16:36:28 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 16:48:04 +0100" startDate="2024-08-04 16:36:28 +0100" endDate="2024-08-04 16:46:29 +0100" value="972"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 17:01:08 +0100" startDate="2024-08-04 16:46:29 +0100" endDate="2024-08-04 16:56:30 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 17:08:42 +0100" startDate="2024-08-04 16:56:30 +0100" endDate="2024-08-04 17:06:31 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 17:20:18 +0100" startDate="2024-08-04 17:06:31 +0100" endDate="2024-08-04 17:16:32 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 17:33:29 +0100" startDate="2024-08-04 17:16:32 +0100" endDate="2024-08-04 17:23:53 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 17:34:17 +0100" startDate="2024-08-04 17:23:53 +0100" endDate="2024-08-04 17:33:46 +0100" value="1052"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 17:46:16 +0100" startDate="2024-08-04 17:33:46 +0100" endDate="2024-08-04 17:43:47 +0100" value="1065"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 17:55:07 +0100" startDate="2024-08-04 17:43:47 +0100" endDate="2024-08-04 17:53:43 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 18:07:36 +0100" startDate="2024-08-04 17:54:01 +0100" endDate="2024-08-04 17:55:22 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 18:36:31 +0100" startDate="2024-08-04 18:21:04 +0100" endDate="2024-08-04 18:29:28 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 18:46:10 +0100" startDate="2024-08-04 18:32:39 +0100" endDate="2024-08-04 18:35:22 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 19:06:48 +0100" startDate="2024-08-04 18:55:56 +0100" endDate="2024-08-04 19:01:02 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 19:19:38 +0100" startDate="2024-08-04 19:08:28 +0100" endDate="2024-08-04 19:09:45 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 19:30:58 +0100" startDate="2024-08-04 19:18:57 +0100" endDate="2024-08-04 19:28:58 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 19:40:01 +0100" startDate="2024-08-04 19:28:58 +0100" endDate="2024-08-04 19:29:01 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 20:07:34 +0100" startDate="2024-08-04 19:56:31 +0100" endDate="2024-08-04 19:56:39 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 20:43:41 +0100" startDate="2024-08-04 20:33:31 +0100" endDate="2024-08-04 20:35:10 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-04 21:03:58 +0100" startDate="2024-08-04 20:53:15 +0100" endDate="2024-08-04 21:00:57 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 09:00:00 +0100" startDate="2024-08-05 08:45:01 +0100" endDate="2024-08-05 08:54:24 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 09:07:43 +0100" startDate="2024-08-05 08:55:20 +0100" endDate="2024-08-05 08:57:15 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 09:17:13 +0100" startDate="2024-08-05 09:06:11 +0100" endDate="2024-08-05 09:12:17 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 09:29:28 +0100" startDate="2024-08-05 09:19:20 +0100" endDate="2024-08-05 09:20:37 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 11:29:14 +0100" startDate="2024-08-05 11:16:53 +0100" endDate="2024-08-05 11:26:54 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 11:41:30 +0100" startDate="2024-08-05 11:26:54 +0100" endDate="2024-08-05 11:36:55 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 11:52:25 +0100" startDate="2024-08-05 11:36:55 +0100" endDate="2024-08-05 11:46:56 +0100" value="754"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 12:00:54 +0100" startDate="2024-08-05 11:46:56 +0100" endDate="2024-08-05 11:56:57 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 12:09:43 +0100" startDate="2024-08-05 11:56:57 +0100" endDate="2024-08-05 12:06:58 +0100" value="694"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 12:20:22 +0100" startDate="2024-08-05 12:06:58 +0100" endDate="2024-08-05 12:16:58 +0100" value="1084"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 12:27:35 +0100" startDate="2024-08-05 12:16:58 +0100" endDate="2024-08-05 12:23:56 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 12:42:23 +0100" startDate="2024-08-05 12:27:17 +0100" endDate="2024-08-05 12:32:46 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 12:47:51 +0100" startDate="2024-08-05 12:34:15 +0100" endDate="2024-08-05 12:41:19 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 12:53:10 +0100" startDate="2024-08-05 12:43:04 +0100" endDate="2024-08-05 12:53:03 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 13:03:08 +0100" startDate="2024-08-05 12:53:03 +0100" endDate="2024-08-05 12:53:16 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 13:18:10 +0100" startDate="2024-08-05 13:04:13 +0100" endDate="2024-08-05 13:14:04 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 13:26:10 +0100" startDate="2024-08-05 13:14:57 +0100" endDate="2024-08-05 13:24:58 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 13:36:18 +0100" startDate="2024-08-05 13:24:58 +0100" endDate="2024-08-05 13:34:18 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 13:49:25 +0100" startDate="2024-08-05 13:35:07 +0100" endDate="2024-08-05 13:40:40 +0100" value="552"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 14:02:03 +0100" startDate="2024-08-05 13:51:55 +0100" endDate="2024-08-05 13:52:03 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 14:16:56 +0100" startDate="2024-08-05 14:06:23 +0100" endDate="2024-08-05 14:06:28 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 19:09:02 +0100" startDate="2024-08-05 18:58:37 +0100" endDate="2024-08-05 19:05:27 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 19:33:11 +0100" startDate="2024-08-05 19:22:43 +0100" endDate="2024-08-05 19:27:54 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 20:12:42 +0100" startDate="2024-08-05 20:01:45 +0100" endDate="2024-08-05 20:02:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 21:22:47 +0100" startDate="2024-08-05 21:11:44 +0100" endDate="2024-08-05 21:11:47 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 21:43:41 +0100" startDate="2024-08-05 21:32:38 +0100" endDate="2024-08-05 21:32:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-05 23:21:55 +0100" startDate="2024-08-05 23:10:52 +0100" endDate="2024-08-05 23:10:55 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 10:33:48 +0100" startDate="2024-08-06 10:22:45 +0100" endDate="2024-08-06 10:23:26 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 10:54:30 +0100" startDate="2024-08-06 10:43:28 +0100" endDate="2024-08-06 10:43:30 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 11:28:53 +0100" startDate="2024-08-06 11:14:20 +0100" endDate="2024-08-06 11:23:46 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 11:46:37 +0100" startDate="2024-08-06 11:24:57 +0100" endDate="2024-08-06 11:34:56 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 11:46:37 +0100" startDate="2024-08-06 11:34:56 +0100" endDate="2024-08-06 11:40:22 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 12:00:23 +0100" startDate="2024-08-06 11:45:23 +0100" endDate="2024-08-06 11:55:04 +0100" value="851"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 12:12:39 +0100" startDate="2024-08-06 11:55:24 +0100" endDate="2024-08-06 11:59:14 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 12:27:38 +0100" startDate="2024-08-06 12:16:21 +0100" endDate="2024-08-06 12:23:49 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 12:38:58 +0100" startDate="2024-08-06 12:26:29 +0100" endDate="2024-08-06 12:36:30 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 12:49:19 +0100" startDate="2024-08-06 12:36:30 +0100" endDate="2024-08-06 12:43:48 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 12:59:40 +0100" startDate="2024-08-06 12:43:48 +0100" endDate="2024-08-06 12:53:19 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 13:09:55 +0100" startDate="2024-08-06 12:53:19 +0100" endDate="2024-08-06 13:03:15 +0100" value="1082"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 13:18:29 +0100" startDate="2024-08-06 13:03:20 +0100" endDate="2024-08-06 13:04:59 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 13:33:41 +0100" startDate="2024-08-06 13:23:08 +0100" endDate="2024-08-06 13:32:26 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 13:58:23 +0100" startDate="2024-08-06 13:47:20 +0100" endDate="2024-08-06 13:53:32 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 14:34:31 +0100" startDate="2024-08-06 14:15:04 +0100" endDate="2024-08-06 14:24:42 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 14:37:46 +0100" startDate="2024-08-06 14:26:39 +0100" endDate="2024-08-06 14:35:57 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 14:54:18 +0100" startDate="2024-08-06 14:39:54 +0100" endDate="2024-08-06 14:49:14 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 15:04:39 +0100" startDate="2024-08-06 14:49:55 +0100" endDate="2024-08-06 14:59:38 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 15:10:23 +0100" startDate="2024-08-06 14:59:38 +0100" endDate="2024-08-06 15:08:33 +0100" value="482"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 15:20:49 +0100" startDate="2024-08-06 15:08:33 +0100" endDate="2024-08-06 15:18:34 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 15:29:37 +0100" startDate="2024-08-06 15:18:34 +0100" endDate="2024-08-06 15:21:09 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 15:44:43 +0100" startDate="2024-08-06 15:33:41 +0100" endDate="2024-08-06 15:39:50 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 16:24:01 +0100" startDate="2024-08-06 16:10:21 +0100" endDate="2024-08-06 16:19:24 +0100" value="718"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 16:36:24 +0100" startDate="2024-08-06 16:25:21 +0100" endDate="2024-08-06 16:32:41 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 17:05:11 +0100" startDate="2024-08-06 16:45:59 +0100" endDate="2024-08-06 16:55:47 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 17:08:40 +0100" startDate="2024-08-06 16:56:56 +0100" endDate="2024-08-06 17:06:57 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 17:19:01 +0100" startDate="2024-08-06 17:06:57 +0100" endDate="2024-08-06 17:13:14 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 17:29:14 +0100" startDate="2024-08-06 17:13:14 +0100" endDate="2024-08-06 17:18:58 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 17:29:19 +0100" startDate="2024-08-06 17:19:16 +0100" endDate="2024-08-06 17:29:02 +0100" value="747"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 17:57:05 +0100" startDate="2024-08-06 17:45:27 +0100" endDate="2024-08-06 17:48:39 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 18:11:53 +0100" startDate="2024-08-06 17:58:38 +0100" endDate="2024-08-06 18:03:39 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 19:03:46 +0100" startDate="2024-08-06 18:52:57 +0100" endDate="2024-08-06 19:02:06 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 19:19:37 +0100" startDate="2024-08-06 19:02:57 +0100" endDate="2024-08-06 19:07:48 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 19:26:56 +0100" startDate="2024-08-06 19:13:29 +0100" endDate="2024-08-06 19:18:14 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 20:50:50 +0100" startDate="2024-08-06 20:39:47 +0100" endDate="2024-08-06 20:39:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-06 21:46:03 +0100" startDate="2024-08-06 21:35:52 +0100" endDate="2024-08-06 21:36:00 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 10:52:56 +0100" startDate="2024-08-07 10:42:11 +0100" endDate="2024-08-07 10:43:35 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 11:11:38 +0100" startDate="2024-08-07 10:59:45 +0100" endDate="2024-08-07 11:08:52 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 11:24:41 +0100" startDate="2024-08-07 11:10:57 +0100" endDate="2024-08-07 11:19:47 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 11:32:10 +0100" startDate="2024-08-07 11:20:58 +0100" endDate="2024-08-07 11:21:57 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 11:50:30 +0100" startDate="2024-08-07 11:31:43 +0100" endDate="2024-08-07 11:41:42 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 11:53:44 +0100" startDate="2024-08-07 11:41:42 +0100" endDate="2024-08-07 11:51:20 +0100" value="486"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 12:04:15 +0100" startDate="2024-08-07 11:52:06 +0100" endDate="2024-08-07 12:01:47 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 12:14:16 +0100" startDate="2024-08-07 12:02:12 +0100" endDate="2024-08-07 12:12:13 +0100" value="906"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 12:23:36 +0100" startDate="2024-08-07 12:12:13 +0100" endDate="2024-08-07 12:22:14 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 12:33:17 +0100" startDate="2024-08-07 12:22:14 +0100" endDate="2024-08-07 12:29:22 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 12:43:34 +0100" startDate="2024-08-07 12:32:51 +0100" endDate="2024-08-07 12:35:57 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 14:10:33 +0100" startDate="2024-08-07 13:59:40 +0100" endDate="2024-08-07 14:02:31 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 14:27:32 +0100" startDate="2024-08-07 14:16:29 +0100" endDate="2024-08-07 14:16:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 16:06:29 +0100" startDate="2024-08-07 15:53:53 +0100" endDate="2024-08-07 15:53:56 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 17:32:25 +0100" startDate="2024-08-07 17:21:23 +0100" endDate="2024-08-07 17:24:31 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 18:13:41 +0100" startDate="2024-08-07 18:03:15 +0100" endDate="2024-08-07 18:03:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 19:22:49 +0100" startDate="2024-08-07 19:12:31 +0100" endDate="2024-08-07 19:16:51 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 19:42:55 +0100" startDate="2024-08-07 19:31:53 +0100" endDate="2024-08-07 19:34:56 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 19:54:29 +0100" startDate="2024-08-07 19:43:26 +0100" endDate="2024-08-07 19:48:09 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 20:18:46 +0100" startDate="2024-08-07 20:04:27 +0100" endDate="2024-08-07 20:13:55 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 21:55:32 +0100" startDate="2024-08-07 21:44:02 +0100" endDate="2024-08-07 21:53:48 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 22:05:29 +0100" startDate="2024-08-07 21:54:26 +0100" endDate="2024-08-07 21:59:34 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-07 23:47:29 +0100" startDate="2024-08-07 23:37:01 +0100" endDate="2024-08-07 23:37:06 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 09:47:10 +0100" startDate="2024-08-08 09:25:13 +0100" endDate="2024-08-08 09:30:14 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 11:49:55 +0100" startDate="2024-08-08 11:35:12 +0100" endDate="2024-08-08 11:44:37 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 11:57:07 +0100" startDate="2024-08-08 11:46:01 +0100" endDate="2024-08-08 11:53:58 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 12:21:02 +0100" startDate="2024-08-08 12:08:08 +0100" endDate="2024-08-08 12:18:02 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 12:38:28 +0100" startDate="2024-08-08 12:18:58 +0100" endDate="2024-08-08 12:28:51 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 12:40:40 +0100" startDate="2024-08-08 12:29:53 +0100" endDate="2024-08-08 12:32:56 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 12:58:12 +0100" startDate="2024-08-08 12:43:40 +0100" endDate="2024-08-08 12:53:26 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 13:10:29 +0100" startDate="2024-08-08 12:54:48 +0100" endDate="2024-08-08 13:01:43 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 13:20:30 +0100" startDate="2024-08-08 13:05:07 +0100" endDate="2024-08-08 13:13:44 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 13:32:45 +0100" startDate="2024-08-08 13:17:21 +0100" endDate="2024-08-08 13:27:21 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 13:41:12 +0100" startDate="2024-08-08 13:27:21 +0100" endDate="2024-08-08 13:31:35 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 13:52:18 +0100" startDate="2024-08-08 13:40:23 +0100" endDate="2024-08-08 13:50:24 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 14:08:38 +0100" startDate="2024-08-08 13:50:24 +0100" endDate="2024-08-08 13:54:15 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 14:18:19 +0100" startDate="2024-08-08 14:07:02 +0100" endDate="2024-08-08 14:10:44 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 14:44:19 +0100" startDate="2024-08-08 14:29:40 +0100" endDate="2024-08-08 14:35:22 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 15:02:38 +0100" startDate="2024-08-08 14:49:25 +0100" endDate="2024-08-08 14:49:28 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 15:10:09 +0100" startDate="2024-08-08 14:59:57 +0100" endDate="2024-08-08 15:00:40 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 15:22:59 +0100" startDate="2024-08-08 15:09:56 +0100" endDate="2024-08-08 15:12:06 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 15:36:54 +0100" startDate="2024-08-08 15:23:45 +0100" endDate="2024-08-08 15:33:13 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 15:45:43 +0100" startDate="2024-08-08 15:33:56 +0100" endDate="2024-08-08 15:40:05 +0100" value="639"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 16:16:15 +0100" startDate="2024-08-08 16:01:39 +0100" endDate="2024-08-08 16:04:58 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 16:27:31 +0100" startDate="2024-08-08 16:17:03 +0100" endDate="2024-08-08 16:27:04 +0100" value="625"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 16:41:08 +0100" startDate="2024-08-08 16:27:04 +0100" endDate="2024-08-08 16:37:04 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 16:51:54 +0100" startDate="2024-08-08 16:37:04 +0100" endDate="2024-08-08 16:46:42 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 17:20:40 +0100" startDate="2024-08-08 17:10:28 +0100" endDate="2024-08-08 17:18:55 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 17:37:03 +0100" startDate="2024-08-08 17:23:18 +0100" endDate="2024-08-08 17:33:11 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 17:43:19 +0100" startDate="2024-08-08 17:33:11 +0100" endDate="2024-08-08 17:36:17 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 18:05:35 +0100" startDate="2024-08-08 17:52:02 +0100" endDate="2024-08-08 18:02:03 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 18:13:20 +0100" startDate="2024-08-08 18:02:03 +0100" endDate="2024-08-08 18:11:08 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 18:25:16 +0100" startDate="2024-08-08 18:12:20 +0100" endDate="2024-08-08 18:20:39 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 18:42:58 +0100" startDate="2024-08-08 18:25:19 +0100" endDate="2024-08-08 18:32:16 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 19:03:18 +0100" startDate="2024-08-08 18:48:00 +0100" endDate="2024-08-08 18:48:02 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 19:10:27 +0100" startDate="2024-08-08 18:58:37 +0100" endDate="2024-08-08 19:07:00 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 19:27:12 +0100" startDate="2024-08-08 19:11:13 +0100" endDate="2024-08-08 19:14:47 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 19:42:30 +0100" startDate="2024-08-08 19:31:27 +0100" endDate="2024-08-08 19:32:16 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 20:06:08 +0100" startDate="2024-08-08 19:51:34 +0100" endDate="2024-08-08 20:01:20 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 20:15:12 +0100" startDate="2024-08-08 20:02:00 +0100" endDate="2024-08-08 20:09:16 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 20:35:18 +0100" startDate="2024-08-08 20:18:39 +0100" endDate="2024-08-08 20:26:20 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-08 21:18:52 +0100" startDate="2024-08-08 21:07:50 +0100" endDate="2024-08-08 21:07:55 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 09:10:43 +0100" startDate="2024-08-09 08:59:41 +0100" endDate="2024-08-09 09:09:37 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 09:29:42 +0100" startDate="2024-08-09 09:18:39 +0100" endDate="2024-08-09 09:18:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 09:46:15 +0100" startDate="2024-08-09 09:35:13 +0100" endDate="2024-08-09 09:40:49 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 10:04:28 +0100" startDate="2024-08-09 09:53:25 +0100" endDate="2024-08-09 09:55:38 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 10:14:10 +0100" startDate="2024-08-09 10:03:52 +0100" endDate="2024-08-09 10:08:58 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 11:30:20 +0100" startDate="2024-08-09 11:19:18 +0100" endDate="2024-08-09 11:28:28 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 12:12:28 +0100" startDate="2024-08-09 12:00:04 +0100" endDate="2024-08-09 12:08:26 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 12:25:40 +0100" startDate="2024-08-09 12:10:08 +0100" endDate="2024-08-09 12:20:07 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 12:34:43 +0100" startDate="2024-08-09 12:20:07 +0100" endDate="2024-08-09 12:29:17 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 12:43:42 +0100" startDate="2024-08-09 12:30:57 +0100" endDate="2024-08-09 12:40:56 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 12:51:58 +0100" startDate="2024-08-09 12:40:56 +0100" endDate="2024-08-09 12:42:12 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 13:11:56 +0100" startDate="2024-08-09 13:01:46 +0100" endDate="2024-08-09 13:11:22 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 13:31:51 +0100" startDate="2024-08-09 13:21:28 +0100" endDate="2024-08-09 13:21:41 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 15:07:09 +0100" startDate="2024-08-09 14:53:40 +0100" endDate="2024-08-09 15:01:36 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 15:14:36 +0100" startDate="2024-08-09 15:03:59 +0100" endDate="2024-08-09 15:10:01 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 15:37:51 +0100" startDate="2024-08-09 15:20:00 +0100" endDate="2024-08-09 15:27:15 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 15:50:26 +0100" startDate="2024-08-09 15:37:55 +0100" endDate="2024-08-09 15:38:13 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 16:10:29 +0100" startDate="2024-08-09 16:00:24 +0100" endDate="2024-08-09 16:03:02 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 16:21:42 +0100" startDate="2024-08-09 16:11:34 +0100" endDate="2024-08-09 16:19:31 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 16:34:43 +0100" startDate="2024-08-09 16:23:40 +0100" endDate="2024-08-09 16:33:19 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 16:47:12 +0100" startDate="2024-08-09 16:33:19 +0100" endDate="2024-08-09 16:42:59 +0100" value="907"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 16:57:38 +0100" startDate="2024-08-09 16:43:27 +0100" endDate="2024-08-09 16:53:26 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 17:05:48 +0100" startDate="2024-08-09 16:53:26 +0100" endDate="2024-08-09 17:03:27 +0100" value="802"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 17:15:40 +0100" startDate="2024-08-09 17:03:27 +0100" endDate="2024-08-09 17:13:28 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 17:28:17 +0100" startDate="2024-08-09 17:13:28 +0100" endDate="2024-08-09 17:23:29 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 17:41:20 +0100" startDate="2024-08-09 17:23:29 +0100" endDate="2024-08-09 17:33:30 +0100" value="1024"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 17:45:26 +0100" startDate="2024-08-09 17:33:30 +0100" endDate="2024-08-09 17:42:26 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 18:02:11 +0100" startDate="2024-08-09 17:48:46 +0100" endDate="2024-08-09 17:49:04 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 19:01:09 +0100" startDate="2024-08-09 18:50:10 +0100" endDate="2024-08-09 18:57:36 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 19:13:57 +0100" startDate="2024-08-09 19:00:21 +0100" endDate="2024-08-09 19:10:20 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 19:21:18 +0100" startDate="2024-08-09 19:10:25 +0100" endDate="2024-08-09 19:13:57 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 19:47:59 +0100" startDate="2024-08-09 19:24:09 +0100" endDate="2024-08-09 19:30:42 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 20:06:29 +0100" startDate="2024-08-09 19:51:39 +0100" endDate="2024-08-09 20:00:37 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 20:19:56 +0100" startDate="2024-08-09 20:03:53 +0100" endDate="2024-08-09 20:05:25 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-09 22:07:36 +0100" startDate="2024-08-09 21:57:23 +0100" endDate="2024-08-09 21:57:33 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 09:16:54 +0100" startDate="2024-08-10 09:00:03 +0100" endDate="2024-08-10 09:06:30 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 09:51:55 +0100" startDate="2024-08-10 09:41:43 +0100" endDate="2024-08-10 09:50:12 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 10:04:31 +0100" startDate="2024-08-10 09:52:43 +0100" endDate="2024-08-10 09:58:02 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 10:15:10 +0100" startDate="2024-08-10 10:03:13 +0100" endDate="2024-08-10 10:03:23 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 12:33:08 +0100" startDate="2024-08-10 12:06:23 +0100" endDate="2024-08-10 12:16:25 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 12:33:08 +0100" startDate="2024-08-10 12:16:25 +0100" endDate="2024-08-10 12:17:00 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 12:33:08 +0100" startDate="2024-08-10 12:17:00 +0100" endDate="2024-08-10 12:27:01 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 12:40:33 +0100" startDate="2024-08-10 12:27:01 +0100" endDate="2024-08-10 12:37:02 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 13:03:04 +0100" startDate="2024-08-10 12:37:02 +0100" endDate="2024-08-10 12:47:01 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 13:03:04 +0100" startDate="2024-08-10 12:47:01 +0100" endDate="2024-08-10 12:57:02 +0100" value="1059"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 13:10:55 +0100" startDate="2024-08-10 12:57:02 +0100" endDate="2024-08-10 13:06:43 +0100" value="574"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 13:22:59 +0100" startDate="2024-08-10 13:07:54 +0100" endDate="2024-08-10 13:17:55 +0100" value="1109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 13:30:26 +0100" startDate="2024-08-10 13:17:55 +0100" endDate="2024-08-10 13:26:19 +0100" value="867"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 13:50:37 +0100" startDate="2024-08-10 13:29:23 +0100" endDate="2024-08-10 13:30:24 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 13:50:37 +0100" startDate="2024-08-10 13:30:24 +0100" endDate="2024-08-10 13:36:26 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 13:50:38 +0100" startDate="2024-08-10 13:36:26 +0100" endDate="2024-08-10 13:46:24 +0100" value="610"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 14:04:57 +0100" startDate="2024-08-10 13:46:24 +0100" endDate="2024-08-10 13:56:23 +0100" value="626"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 14:11:27 +0100" startDate="2024-08-10 13:56:23 +0100" endDate="2024-08-10 14:06:22 +0100" value="519"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 14:47:50 +0100" startDate="2024-08-10 14:06:22 +0100" endDate="2024-08-10 14:08:09 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 16:16:26 +0100" startDate="2024-08-10 16:05:26 +0100" endDate="2024-08-10 16:05:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 16:25:28 +0100" startDate="2024-08-10 16:15:23 +0100" endDate="2024-08-10 16:24:49 +0100" value="783"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 16:40:03 +0100" startDate="2024-08-10 16:25:42 +0100" endDate="2024-08-10 16:35:43 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 16:53:59 +0100" startDate="2024-08-10 16:36:14 +0100" endDate="2024-08-10 16:46:13 +0100" value="815"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 17:09:59 +0100" startDate="2024-08-10 16:46:13 +0100" endDate="2024-08-10 16:56:11 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 17:09:59 +0100" startDate="2024-08-10 16:56:11 +0100" endDate="2024-08-10 16:57:00 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 17:10:00 +0100" startDate="2024-08-10 16:57:00 +0100" endDate="2024-08-10 17:04:00 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 17:19:02 +0100" startDate="2024-08-10 17:04:00 +0100" endDate="2024-08-10 17:14:01 +0100" value="1030"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 17:40:12 +0100" startDate="2024-08-10 17:14:01 +0100" endDate="2024-08-10 17:24:02 +0100" value="1068"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 17:40:12 +0100" startDate="2024-08-10 17:24:02 +0100" endDate="2024-08-10 17:34:03 +0100" value="1005"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 17:44:48 +0100" startDate="2024-08-10 17:34:03 +0100" endDate="2024-08-10 17:42:04 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 20:04:38 +0100" startDate="2024-08-10 19:53:36 +0100" endDate="2024-08-10 19:54:19 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 20:31:44 +0100" startDate="2024-08-10 20:21:37 +0100" endDate="2024-08-10 20:21:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 21:23:23 +0100" startDate="2024-08-10 21:13:18 +0100" endDate="2024-08-10 21:13:23 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 21:50:43 +0100" startDate="2024-08-10 21:39:40 +0100" endDate="2024-08-10 21:39:43 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-10 22:08:28 +0100" startDate="2024-08-10 21:57:25 +0100" endDate="2024-08-10 21:57:28 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 07:59:44 +0100" startDate="2024-08-11 07:49:37 +0100" endDate="2024-08-11 07:49:44 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 08:28:48 +0100" startDate="2024-08-11 08:18:05 +0100" endDate="2024-08-11 08:18:08 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 11:28:53 +0100" startDate="2024-08-11 11:18:37 +0100" endDate="2024-08-11 11:19:23 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 12:00:28 +0100" startDate="2024-08-11 11:49:03 +0100" endDate="2024-08-11 11:49:54 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 12:25:01 +0100" startDate="2024-08-11 12:14:14 +0100" endDate="2024-08-11 12:23:44 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 12:38:30 +0100" startDate="2024-08-11 12:25:47 +0100" endDate="2024-08-11 12:35:48 +0100" value="572"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 12:49:07 +0100" startDate="2024-08-11 12:35:48 +0100" endDate="2024-08-11 12:45:49 +0100" value="1073"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 13:04:11 +0100" startDate="2024-08-11 12:45:49 +0100" endDate="2024-08-11 12:55:50 +0100" value="1027"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 13:10:13 +0100" startDate="2024-08-11 12:55:50 +0100" endDate="2024-08-11 13:05:50 +0100" value="1095"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 13:28:20 +0100" startDate="2024-08-11 13:05:50 +0100" endDate="2024-08-11 13:15:51 +0100" value="1059"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 13:28:20 +0100" startDate="2024-08-11 13:15:51 +0100" endDate="2024-08-11 13:18:06 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 13:28:20 +0100" startDate="2024-08-11 13:18:06 +0100" endDate="2024-08-11 13:25:17 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 13:37:23 +0100" startDate="2024-08-11 13:25:17 +0100" endDate="2024-08-11 13:34:22 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 13:46:25 +0100" startDate="2024-08-11 13:34:22 +0100" endDate="2024-08-11 13:43:39 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 13:56:13 +0100" startDate="2024-08-11 13:43:39 +0100" endDate="2024-08-11 13:53:40 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 14:08:47 +0100" startDate="2024-08-11 13:53:40 +0100" endDate="2024-08-11 14:03:41 +0100" value="1006"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 14:15:58 +0100" startDate="2024-08-11 14:03:41 +0100" endDate="2024-08-11 14:13:42 +0100" value="1083"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 14:26:28 +0100" startDate="2024-08-11 14:13:42 +0100" endDate="2024-08-11 14:23:43 +0100" value="1092"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 14:44:55 +0100" startDate="2024-08-11 14:23:43 +0100" endDate="2024-08-11 14:31:34 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 15:58:18 +0100" startDate="2024-08-11 15:40:58 +0100" endDate="2024-08-11 15:50:57 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 16:05:38 +0100" startDate="2024-08-11 15:51:45 +0100" endDate="2024-08-11 16:01:46 +0100" value="1065"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 16:13:47 +0100" startDate="2024-08-11 16:01:46 +0100" endDate="2024-08-11 16:11:16 +0100" value="1032"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 16:24:49 +0100" startDate="2024-08-11 16:11:16 +0100" endDate="2024-08-11 16:21:05 +0100" value="1092"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 16:37:42 +0100" startDate="2024-08-11 16:21:30 +0100" endDate="2024-08-11 16:27:37 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 16:37:42 +0100" startDate="2024-08-11 16:27:37 +0100" endDate="2024-08-11 16:33:46 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 16:47:13 +0100" startDate="2024-08-11 16:33:46 +0100" endDate="2024-08-11 16:37:43 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 16:50:14 +0100" startDate="2024-08-11 16:37:43 +0100" endDate="2024-08-11 16:47:38 +0100" value="1008"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 16:59:16 +0100" startDate="2024-08-11 16:48:17 +0100" endDate="2024-08-11 16:58:18 +0100" value="1060"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 17:19:01 +0100" startDate="2024-08-11 16:58:18 +0100" endDate="2024-08-11 17:08:19 +0100" value="1070"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 17:19:01 +0100" startDate="2024-08-11 17:08:19 +0100" endDate="2024-08-11 17:11:24 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 17:24:52 +0100" startDate="2024-08-11 17:11:24 +0100" endDate="2024-08-11 17:20:27 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 17:39:49 +0100" startDate="2024-08-11 17:20:27 +0100" endDate="2024-08-11 17:30:28 +0100" value="1034"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 17:42:29 +0100" startDate="2024-08-11 17:30:28 +0100" endDate="2024-08-11 17:40:29 +0100" value="936"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 17:51:05 +0100" startDate="2024-08-11 17:40:29 +0100" endDate="2024-08-11 17:49:49 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 18:01:35 +0100" startDate="2024-08-11 17:50:50 +0100" endDate="2024-08-11 18:00:21 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 18:15:06 +0100" startDate="2024-08-11 18:04:03 +0100" endDate="2024-08-11 18:08:28 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 18:49:01 +0100" startDate="2024-08-11 18:35:21 +0100" endDate="2024-08-11 18:44:32 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 19:01:35 +0100" startDate="2024-08-11 18:46:01 +0100" endDate="2024-08-11 18:51:43 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 19:28:30 +0100" startDate="2024-08-11 19:13:46 +0100" endDate="2024-08-11 19:21:49 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 19:38:23 +0100" startDate="2024-08-11 19:26:01 +0100" endDate="2024-08-11 19:34:59 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 19:51:42 +0100" startDate="2024-08-11 19:36:07 +0100" endDate="2024-08-11 19:41:55 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 19:57:43 +0100" startDate="2024-08-11 19:46:41 +0100" endDate="2024-08-11 19:51:13 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 20:14:03 +0100" startDate="2024-08-11 19:56:47 +0100" endDate="2024-08-11 19:56:50 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 21:48:49 +0100" startDate="2024-08-11 21:37:46 +0100" endDate="2024-08-11 21:37:49 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-11 23:20:52 +0100" startDate="2024-08-11 23:10:16 +0100" endDate="2024-08-11 23:10:18 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 09:43:29 +0100" startDate="2024-08-12 09:20:32 +0100" endDate="2024-08-12 09:25:37 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 10:04:30 +0100" startDate="2024-08-12 09:53:32 +0100" endDate="2024-08-12 09:58:15 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 10:18:22 +0100" startDate="2024-08-12 10:06:50 +0100" endDate="2024-08-12 10:11:35 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 10:32:29 +0100" startDate="2024-08-12 10:21:50 +0100" endDate="2024-08-12 10:31:49 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 10:45:20 +0100" startDate="2024-08-12 10:31:49 +0100" endDate="2024-08-12 10:32:09 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 11:47:06 +0100" startDate="2024-08-12 11:36:24 +0100" endDate="2024-08-12 11:38:29 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 12:02:57 +0100" startDate="2024-08-12 11:51:13 +0100" endDate="2024-08-12 12:00:57 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 12:16:47 +0100" startDate="2024-08-12 12:02:16 +0100" endDate="2024-08-12 12:09:19 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 12:28:37 +0100" startDate="2024-08-12 12:15:18 +0100" endDate="2024-08-12 12:24:53 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 12:35:56 +0100" startDate="2024-08-12 12:24:53 +0100" endDate="2024-08-12 12:34:39 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 17:13:23 +0100" startDate="2024-08-12 17:01:08 +0100" endDate="2024-08-12 17:01:44 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 17:26:41 +0100" startDate="2024-08-12 17:15:38 +0100" endDate="2024-08-12 17:24:43 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 17:37:47 +0100" startDate="2024-08-12 17:27:42 +0100" endDate="2024-08-12 17:37:10 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 18:12:13 +0100" startDate="2024-08-12 18:02:02 +0100" endDate="2024-08-12 18:02:10 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 20:09:34 +0100" startDate="2024-08-12 19:54:37 +0100" endDate="2024-08-12 20:04:33 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 20:22:38 +0100" startDate="2024-08-12 20:05:45 +0100" endDate="2024-08-12 20:10:43 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 20:33:16 +0100" startDate="2024-08-12 20:17:20 +0100" endDate="2024-08-12 20:27:21 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 20:48:04 +0100" startDate="2024-08-12 20:27:21 +0100" endDate="2024-08-12 20:36:24 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 20:58:41 +0100" startDate="2024-08-12 20:41:37 +0100" endDate="2024-08-12 20:45:55 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 21:03:12 +0100" startDate="2024-08-12 20:51:57 +0100" endDate="2024-08-12 21:00:35 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 21:20:24 +0100" startDate="2024-08-12 21:04:11 +0100" endDate="2024-08-12 21:14:10 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 21:24:58 +0100" startDate="2024-08-12 21:14:10 +0100" endDate="2024-08-12 21:19:11 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 22:42:56 +0100" startDate="2024-08-12 22:31:53 +0100" endDate="2024-08-12 22:32:04 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-12 23:29:46 +0100" startDate="2024-08-12 23:18:43 +0100" endDate="2024-08-12 23:27:12 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 00:19:37 +0100" startDate="2024-08-13 00:08:34 +0100" endDate="2024-08-13 00:15:04 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 01:07:06 +0100" startDate="2024-08-13 00:39:58 +0100" endDate="2024-08-13 00:45:40 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 01:07:06 +0100" startDate="2024-08-13 00:56:17 +0100" endDate="2024-08-13 01:05:16 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 05:00:35 +0100" startDate="2024-08-13 04:50:01 +0100" endDate="2024-08-13 04:50:04 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 05:18:06 +0100" startDate="2024-08-13 05:06:59 +0100" endDate="2024-08-13 05:16:13 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 05:32:37 +0100" startDate="2024-08-13 05:19:44 +0100" endDate="2024-08-13 05:29:36 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 05:45:43 +0100" startDate="2024-08-13 05:29:53 +0100" endDate="2024-08-13 05:30:54 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 06:03:01 +0100" startDate="2024-08-13 05:50:45 +0100" endDate="2024-08-13 06:00:36 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 06:12:33 +0100" startDate="2024-08-13 06:00:58 +0100" endDate="2024-08-13 06:07:21 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 09:06:47 +0100" startDate="2024-08-13 08:53:12 +0100" endDate="2024-08-13 08:57:45 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 09:22:07 +0100" startDate="2024-08-13 09:04:32 +0100" endDate="2024-08-13 09:06:47 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 09:32:14 +0100" startDate="2024-08-13 09:19:13 +0100" endDate="2024-08-13 09:19:38 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 09:55:21 +0100" startDate="2024-08-13 09:43:48 +0100" endDate="2024-08-13 09:45:24 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 12:18:15 +0100" startDate="2024-08-13 12:00:51 +0100" endDate="2024-08-13 12:09:23 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 12:28:20 +0100" startDate="2024-08-13 12:16:47 +0100" endDate="2024-08-13 12:17:10 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 12:40:18 +0100" startDate="2024-08-13 12:28:05 +0100" endDate="2024-08-13 12:36:30 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 13:10:44 +0100" startDate="2024-08-13 12:57:20 +0100" endDate="2024-08-13 13:06:11 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 14:56:51 +0100" startDate="2024-08-13 14:45:48 +0100" endDate="2024-08-13 14:45:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 17:04:28 +0100" startDate="2024-08-13 16:54:23 +0100" endDate="2024-08-13 16:54:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 17:22:37 +0100" startDate="2024-08-13 17:11:35 +0100" endDate="2024-08-13 17:11:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 21:44:39 +0100" startDate="2024-08-13 21:28:39 +0100" endDate="2024-08-13 21:29:48 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-13 21:55:52 +0100" startDate="2024-08-13 21:44:49 +0100" endDate="2024-08-13 21:44:57 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 07:22:07 +0100" startDate="2024-08-14 07:11:04 +0100" endDate="2024-08-14 07:18:25 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 07:50:28 +0100" startDate="2024-08-14 07:35:24 +0100" endDate="2024-08-14 07:35:32 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 08:56:16 +0100" startDate="2024-08-14 08:45:14 +0100" endDate="2024-08-14 08:45:21 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 09:24:15 +0100" startDate="2024-08-14 09:09:04 +0100" endDate="2024-08-14 09:09:06 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 09:34:19 +0100" startDate="2024-08-14 09:23:16 +0100" endDate="2024-08-14 09:26:12 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 09:54:50 +0100" startDate="2024-08-14 09:44:25 +0100" endDate="2024-08-14 09:54:13 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 10:06:20 +0100" startDate="2024-08-14 09:55:07 +0100" endDate="2024-08-14 10:05:08 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 10:18:09 +0100" startDate="2024-08-14 10:05:08 +0100" endDate="2024-08-14 10:07:41 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 10:34:45 +0100" startDate="2024-08-14 10:24:22 +0100" endDate="2024-08-14 10:34:16 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 10:47:27 +0100" startDate="2024-08-14 10:34:39 +0100" endDate="2024-08-14 10:43:44 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 10:55:48 +0100" startDate="2024-08-14 10:45:03 +0100" endDate="2024-08-14 10:54:01 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 11:07:35 +0100" startDate="2024-08-14 10:55:50 +0100" endDate="2024-08-14 11:04:55 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 11:17:31 +0100" startDate="2024-08-14 11:06:02 +0100" endDate="2024-08-14 11:06:52 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 11:32:12 +0100" startDate="2024-08-14 11:16:38 +0100" endDate="2024-08-14 11:26:27 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 11:37:31 +0100" startDate="2024-08-14 11:27:00 +0100" endDate="2024-08-14 11:32:11 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 12:12:22 +0100" startDate="2024-08-14 11:54:15 +0100" endDate="2024-08-14 12:04:09 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 12:17:26 +0100" startDate="2024-08-14 12:04:16 +0100" endDate="2024-08-14 12:08:18 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 13:15:19 +0100" startDate="2024-08-14 13:05:06 +0100" endDate="2024-08-14 13:14:06 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 13:25:23 +0100" startDate="2024-08-14 13:15:08 +0100" endDate="2024-08-14 13:20:47 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 13:35:27 +0100" startDate="2024-08-14 13:25:19 +0100" endDate="2024-08-14 13:25:27 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 14:00:12 +0100" startDate="2024-08-14 13:49:09 +0100" endDate="2024-08-14 13:54:33 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 14:21:07 +0100" startDate="2024-08-14 14:10:44 +0100" endDate="2024-08-14 14:20:45 +0100" value="910"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 14:31:54 +0100" startDate="2024-08-14 14:20:45 +0100" endDate="2024-08-14 14:30:44 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 14:41:51 +0100" startDate="2024-08-14 14:30:44 +0100" endDate="2024-08-14 14:40:43 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 14:51:46 +0100" startDate="2024-08-14 14:40:43 +0100" endDate="2024-08-14 14:44:39 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 15:05:37 +0100" startDate="2024-08-14 14:50:50 +0100" endDate="2024-08-14 14:51:18 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 15:24:12 +0100" startDate="2024-08-14 15:13:09 +0100" endDate="2024-08-14 15:13:19 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 17:52:51 +0100" startDate="2024-08-14 17:42:17 +0100" endDate="2024-08-14 17:51:18 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 18:28:30 +0100" startDate="2024-08-14 18:17:57 +0100" endDate="2024-08-14 18:19:54 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 19:00:00 +0100" startDate="2024-08-14 18:43:58 +0100" endDate="2024-08-14 18:47:27 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 20:01:19 +0100" startDate="2024-08-14 19:46:48 +0100" endDate="2024-08-14 19:48:46 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 22:47:21 +0100" startDate="2024-08-14 22:35:30 +0100" endDate="2024-08-14 22:43:47 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-14 23:09:19 +0100" startDate="2024-08-14 22:58:39 +0100" endDate="2024-08-14 23:07:18 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 06:37:02 +0100" startDate="2024-08-15 06:26:52 +0100" endDate="2024-08-15 06:27:20 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 07:08:39 +0100" startDate="2024-08-15 06:57:36 +0100" endDate="2024-08-15 07:00:42 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 07:25:58 +0100" startDate="2024-08-15 07:14:56 +0100" endDate="2024-08-15 07:24:37 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 07:37:27 +0100" startDate="2024-08-15 07:26:24 +0100" endDate="2024-08-15 07:30:01 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 08:27:30 +0100" startDate="2024-08-15 08:15:58 +0100" endDate="2024-08-15 08:17:12 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 09:24:36 +0100" startDate="2024-08-15 09:14:13 +0100" endDate="2024-08-15 09:22:10 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 09:38:01 +0100" startDate="2024-08-15 09:26:24 +0100" endDate="2024-08-15 09:35:25 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 09:48:35 +0100" startDate="2024-08-15 09:36:33 +0100" endDate="2024-08-15 09:43:36 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 09:58:47 +0100" startDate="2024-08-15 09:46:47 +0100" endDate="2024-08-15 09:53:22 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 10:10:10 +0100" startDate="2024-08-15 09:59:07 +0100" endDate="2024-08-15 10:02:23 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 10:53:19 +0100" startDate="2024-08-15 10:42:44 +0100" endDate="2024-08-15 10:43:29 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 11:32:11 +0100" startDate="2024-08-15 11:22:05 +0100" endDate="2024-08-15 11:32:05 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 11:42:23 +0100" startDate="2024-08-15 11:32:08 +0100" endDate="2024-08-15 11:40:43 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 11:55:27 +0100" startDate="2024-08-15 11:42:17 +0100" endDate="2024-08-15 11:43:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 12:14:43 +0100" startDate="2024-08-15 11:57:47 +0100" endDate="2024-08-15 11:58:07 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 12:25:55 +0100" startDate="2024-08-15 12:14:52 +0100" endDate="2024-08-15 12:20:43 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 12:35:53 +0100" startDate="2024-08-15 12:24:51 +0100" endDate="2024-08-15 12:34:50 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 12:45:52 +0100" startDate="2024-08-15 12:34:50 +0100" endDate="2024-08-15 12:41:37 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 12:56:18 +0100" startDate="2024-08-15 12:44:56 +0100" endDate="2024-08-15 12:53:05 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 13:13:38 +0100" startDate="2024-08-15 13:02:35 +0100" endDate="2024-08-15 13:09:51 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 13:27:44 +0100" startDate="2024-08-15 13:16:14 +0100" endDate="2024-08-15 13:18:49 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 13:42:35 +0100" startDate="2024-08-15 13:31:30 +0100" endDate="2024-08-15 13:31:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 13:54:23 +0100" startDate="2024-08-15 13:42:24 +0100" endDate="2024-08-15 13:47:14 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 14:07:17 +0100" startDate="2024-08-15 13:56:14 +0100" endDate="2024-08-15 14:04:31 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 14:19:29 +0100" startDate="2024-08-15 14:07:50 +0100" endDate="2024-08-15 14:16:41 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 14:32:45 +0100" startDate="2024-08-15 14:18:13 +0100" endDate="2024-08-15 14:20:53 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 14:56:41 +0100" startDate="2024-08-15 14:45:38 +0100" endDate="2024-08-15 14:54:51 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 15:40:16 +0100" startDate="2024-08-15 15:26:34 +0100" endDate="2024-08-15 15:36:30 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 15:52:13 +0100" startDate="2024-08-15 15:36:35 +0100" endDate="2024-08-15 15:45:35 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 16:03:04 +0100" startDate="2024-08-15 15:48:56 +0100" endDate="2024-08-15 15:48:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 16:12:54 +0100" startDate="2024-08-15 15:59:05 +0100" endDate="2024-08-15 16:09:03 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 16:21:13 +0100" startDate="2024-08-15 16:09:14 +0100" endDate="2024-08-15 16:19:04 +0100" value="845"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 16:34:54 +0100" startDate="2024-08-15 16:19:48 +0100" endDate="2024-08-15 16:29:39 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 16:45:31 +0100" startDate="2024-08-15 16:30:32 +0100" endDate="2024-08-15 16:40:23 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 16:54:22 +0100" startDate="2024-08-15 16:43:19 +0100" endDate="2024-08-15 16:45:59 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 17:19:08 +0100" startDate="2024-08-15 16:59:54 +0100" endDate="2024-08-15 17:00:11 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 18:46:02 +0100" startDate="2024-08-15 18:35:50 +0100" endDate="2024-08-15 18:36:28 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-15 20:36:39 +0100" startDate="2024-08-15 20:21:15 +0100" endDate="2024-08-15 20:28:07 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 06:13:19 +0100" startDate="2024-08-16 05:54:31 +0100" endDate="2024-08-16 06:04:13 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 06:17:47 +0100" startDate="2024-08-16 06:07:09 +0100" endDate="2024-08-16 06:13:21 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 06:44:09 +0100" startDate="2024-08-16 06:32:03 +0100" endDate="2024-08-16 06:42:04 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 06:58:46 +0100" startDate="2024-08-16 06:42:04 +0100" endDate="2024-08-16 06:45:10 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 07:45:45 +0100" startDate="2024-08-16 07:34:35 +0100" endDate="2024-08-16 07:41:41 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 08:05:06 +0100" startDate="2024-08-16 07:52:27 +0100" endDate="2024-08-16 07:52:45 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 12:34:22 +0100" startDate="2024-08-16 12:24:02 +0100" endDate="2024-08-16 12:31:10 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 13:00:21 +0100" startDate="2024-08-16 12:50:09 +0100" endDate="2024-08-16 12:53:04 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 13:38:23 +0100" startDate="2024-08-16 13:27:23 +0100" endDate="2024-08-16 13:37:23 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 13:48:33 +0100" startDate="2024-08-16 13:37:23 +0100" endDate="2024-08-16 13:47:12 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 13:59:00 +0100" startDate="2024-08-16 13:47:40 +0100" endDate="2024-08-16 13:57:13 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 14:09:36 +0100" startDate="2024-08-16 13:57:46 +0100" endDate="2024-08-16 14:03:30 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 14:23:02 +0100" startDate="2024-08-16 14:12:20 +0100" endDate="2024-08-16 14:15:08 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 14:51:48 +0100" startDate="2024-08-16 14:39:17 +0100" endDate="2024-08-16 14:48:07 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 15:07:18 +0100" startDate="2024-08-16 14:51:02 +0100" endDate="2024-08-16 14:58:54 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 15:27:33 +0100" startDate="2024-08-16 15:13:16 +0100" endDate="2024-08-16 15:18:32 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 16:01:29 +0100" startDate="2024-08-16 15:48:41 +0100" endDate="2024-08-16 15:54:35 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 16:32:08 +0100" startDate="2024-08-16 16:20:12 +0100" endDate="2024-08-16 16:21:05 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 16:50:54 +0100" startDate="2024-08-16 16:31:16 +0100" endDate="2024-08-16 16:40:32 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 16:56:29 +0100" startDate="2024-08-16 16:41:48 +0100" endDate="2024-08-16 16:48:34 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 17:05:28 +0100" startDate="2024-08-16 16:54:46 +0100" endDate="2024-08-16 17:01:59 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 17:37:20 +0100" startDate="2024-08-16 17:22:38 +0100" endDate="2024-08-16 17:29:24 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 18:12:01 +0100" startDate="2024-08-16 18:01:10 +0100" endDate="2024-08-16 18:11:09 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 18:24:30 +0100" startDate="2024-08-16 18:12:15 +0100" endDate="2024-08-16 18:20:30 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 18:32:38 +0100" startDate="2024-08-16 18:22:22 +0100" endDate="2024-08-16 18:24:55 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 19:23:39 +0100" startDate="2024-08-16 19:11:26 +0100" endDate="2024-08-16 19:21:27 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 19:32:59 +0100" startDate="2024-08-16 19:21:27 +0100" endDate="2024-08-16 19:25:09 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 20:15:49 +0100" startDate="2024-08-16 19:59:42 +0100" endDate="2024-08-16 20:04:12 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 20:29:18 +0100" startDate="2024-08-16 20:16:07 +0100" endDate="2024-08-16 20:18:32 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 20:45:57 +0100" startDate="2024-08-16 20:32:56 +0100" endDate="2024-08-16 20:33:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 21:01:21 +0100" startDate="2024-08-16 20:49:10 +0100" endDate="2024-08-16 20:53:07 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 21:45:05 +0100" startDate="2024-08-16 21:27:00 +0100" endDate="2024-08-16 21:27:18 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 22:23:05 +0100" startDate="2024-08-16 22:12:03 +0100" endDate="2024-08-16 22:17:41 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-16 22:53:04 +0100" startDate="2024-08-16 22:42:38 +0100" endDate="2024-08-16 22:44:02 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 06:56:43 +0100" startDate="2024-08-17 06:46:36 +0100" endDate="2024-08-17 06:56:19 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 07:12:25 +0100" startDate="2024-08-17 07:01:24 +0100" endDate="2024-08-17 07:01:27 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 07:51:49 +0100" startDate="2024-08-17 07:40:52 +0100" endDate="2024-08-17 07:50:53 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 08:10:43 +0100" startDate="2024-08-17 07:51:03 +0100" endDate="2024-08-17 08:00:47 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 08:12:22 +0100" startDate="2024-08-17 08:02:08 +0100" endDate="2024-08-17 08:10:35 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 08:25:38 +0100" startDate="2024-08-17 08:13:38 +0100" endDate="2024-08-17 08:18:36 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 08:35:48 +0100" startDate="2024-08-17 08:24:43 +0100" endDate="2024-08-17 08:33:56 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 08:48:30 +0100" startDate="2024-08-17 08:37:27 +0100" endDate="2024-08-17 08:39:52 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 09:51:33 +0100" startDate="2024-08-17 09:37:56 +0100" endDate="2024-08-17 09:37:59 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 10:25:13 +0100" startDate="2024-08-17 10:11:51 +0100" endDate="2024-08-17 10:16:26 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 11:02:33 +0100" startDate="2024-08-17 10:42:49 +0100" endDate="2024-08-17 10:44:46 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 11:27:26 +0100" startDate="2024-08-17 11:13:49 +0100" endDate="2024-08-17 11:17:18 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 18:15:40 +0100" startDate="2024-08-17 18:02:27 +0100" endDate="2024-08-17 18:02:44 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-17 21:31:29 +0100" startDate="2024-08-17 21:21:16 +0100" endDate="2024-08-17 21:24:34 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-18 11:22:17 +0100" startDate="2024-08-18 11:12:04 +0100" endDate="2024-08-18 11:12:30 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-18 14:13:48 +0100" startDate="2024-08-18 14:03:38 +0100" endDate="2024-08-18 14:03:53 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-18 15:50:32 +0100" startDate="2024-08-18 15:40:21 +0100" endDate="2024-08-18 15:50:12 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-18 16:03:43 +0100" startDate="2024-08-18 15:52:40 +0100" endDate="2024-08-18 16:00:06 +0100" value="456"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-18 16:47:30 +0100" startDate="2024-08-18 16:27:01 +0100" endDate="2024-08-18 16:29:21 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-18 17:02:15 +0100" startDate="2024-08-18 16:46:44 +0100" endDate="2024-08-18 16:55:21 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-18 17:16:42 +0100" startDate="2024-08-18 17:00:37 +0100" endDate="2024-08-18 17:07:12 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-18 17:45:00 +0100" startDate="2024-08-18 17:24:31 +0100" endDate="2024-08-18 17:25:17 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-18 20:40:30 +0100" startDate="2024-08-18 20:20:34 +0100" endDate="2024-08-18 20:24:03 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-18 22:01:07 +0100" startDate="2024-08-18 21:50:04 +0100" endDate="2024-08-18 21:57:19 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-18 22:28:58 +0100" startDate="2024-08-18 22:12:19 +0100" endDate="2024-08-18 22:17:12 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 01:37:47 +0100" startDate="2024-08-19 01:26:44 +0100" endDate="2024-08-19 01:30:19 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 06:59:47 +0100" startDate="2024-08-19 06:48:45 +0100" endDate="2024-08-19 06:56:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 07:41:08 +0100" startDate="2024-08-19 07:30:05 +0100" endDate="2024-08-19 07:39:37 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 08:16:49 +0100" startDate="2024-08-19 08:04:00 +0100" endDate="2024-08-19 08:04:15 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 08:44:04 +0100" startDate="2024-08-19 08:21:56 +0100" endDate="2024-08-19 08:25:35 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 10:29:28 +0100" startDate="2024-08-19 10:11:27 +0100" endDate="2024-08-19 10:16:20 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 10:47:34 +0100" startDate="2024-08-19 10:30:06 +0100" endDate="2024-08-19 10:31:38 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 11:04:31 +0100" startDate="2024-08-19 10:53:28 +0100" endDate="2024-08-19 10:53:51 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 11:15:47 +0100" startDate="2024-08-19 11:05:39 +0100" endDate="2024-08-19 11:05:44 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 11:29:44 +0100" startDate="2024-08-19 11:18:53 +0100" endDate="2024-08-19 11:19:46 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 12:50:04 +0100" startDate="2024-08-19 12:39:59 +0100" endDate="2024-08-19 12:48:06 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 13:11:48 +0100" startDate="2024-08-19 12:57:14 +0100" endDate="2024-08-19 12:58:38 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 13:26:19 +0100" startDate="2024-08-19 13:12:16 +0100" endDate="2024-08-19 13:12:26 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 15:18:11 +0100" startDate="2024-08-19 15:03:28 +0100" endDate="2024-08-19 15:03:48 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 16:02:57 +0100" startDate="2024-08-19 15:47:12 +0100" endDate="2024-08-19 15:57:12 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 16:09:10 +0100" startDate="2024-08-19 15:57:12 +0100" endDate="2024-08-19 16:07:06 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 16:29:32 +0100" startDate="2024-08-19 16:16:45 +0100" endDate="2024-08-19 16:26:44 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 16:37:52 +0100" startDate="2024-08-19 16:26:44 +0100" endDate="2024-08-19 16:32:46 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 17:16:37 +0100" startDate="2024-08-19 17:02:54 +0100" endDate="2024-08-19 17:04:23 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 18:46:23 +0100" startDate="2024-08-19 18:34:43 +0100" endDate="2024-08-19 18:35:31 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 19:17:41 +0100" startDate="2024-08-19 19:05:43 +0100" endDate="2024-08-19 19:11:50 +0100" value="710"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 20:07:25 +0100" startDate="2024-08-19 19:50:13 +0100" endDate="2024-08-19 19:55:36 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-19 20:56:26 +0100" startDate="2024-08-19 20:45:24 +0100" endDate="2024-08-19 20:52:27 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 06:09:54 +0100" startDate="2024-08-20 05:58:51 +0100" endDate="2024-08-20 06:05:49 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 06:21:56 +0100" startDate="2024-08-20 06:09:35 +0100" endDate="2024-08-20 06:09:58 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 06:43:16 +0100" startDate="2024-08-20 06:32:13 +0100" endDate="2024-08-20 06:32:36 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 08:52:46 +0100" startDate="2024-08-20 08:42:18 +0100" endDate="2024-08-20 08:52:09 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 10:16:15 +0100" startDate="2024-08-20 10:00:05 +0100" endDate="2024-08-20 10:07:43 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 11:10:04 +0100" startDate="2024-08-20 10:54:20 +0100" endDate="2024-08-20 10:56:20 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 11:45:09 +0100" startDate="2024-08-20 11:31:41 +0100" endDate="2024-08-20 11:32:17 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 12:09:14 +0100" startDate="2024-08-20 11:55:48 +0100" endDate="2024-08-20 11:56:26 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 12:25:59 +0100" startDate="2024-08-20 12:08:10 +0100" endDate="2024-08-20 12:08:30 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 13:21:43 +0100" startDate="2024-08-20 13:10:12 +0100" endDate="2024-08-20 13:18:06 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 13:33:29 +0100" startDate="2024-08-20 13:23:24 +0100" endDate="2024-08-20 13:26:50 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 14:07:41 +0100" startDate="2024-08-20 13:57:31 +0100" endDate="2024-08-20 14:07:17 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 14:19:13 +0100" startDate="2024-08-20 14:07:50 +0100" endDate="2024-08-20 14:11:31 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 14:47:03 +0100" startDate="2024-08-20 14:36:50 +0100" endDate="2024-08-20 14:44:00 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 15:19:27 +0100" startDate="2024-08-20 15:08:35 +0100" endDate="2024-08-20 15:15:40 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 15:34:26 +0100" startDate="2024-08-20 15:18:44 +0100" endDate="2024-08-20 15:22:31 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 16:41:59 +0100" startDate="2024-08-20 16:28:29 +0100" endDate="2024-08-20 16:28:37 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 17:22:58 +0100" startDate="2024-08-20 17:11:52 +0100" endDate="2024-08-20 17:21:51 +0100" value="871"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 17:32:56 +0100" startDate="2024-08-20 17:21:51 +0100" endDate="2024-08-20 17:31:49 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 17:43:05 +0100" startDate="2024-08-20 17:32:02 +0100" endDate="2024-08-20 17:33:39 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 19:11:29 +0100" startDate="2024-08-20 19:00:26 +0100" endDate="2024-08-20 19:10:27 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 19:23:17 +0100" startDate="2024-08-20 19:10:27 +0100" endDate="2024-08-20 19:14:08 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-20 20:55:25 +0100" startDate="2024-08-20 20:44:22 +0100" endDate="2024-08-20 20:44:43 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 05:01:05 +0100" startDate="2024-08-21 04:46:41 +0100" endDate="2024-08-21 04:46:48 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 05:16:36 +0100" startDate="2024-08-21 05:05:33 +0100" endDate="2024-08-21 05:06:12 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 05:34:14 +0100" startDate="2024-08-21 05:23:28 +0100" endDate="2024-08-21 05:33:04 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 05:50:29 +0100" startDate="2024-08-21 05:36:18 +0100" endDate="2024-08-21 05:38:15 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 06:58:47 +0100" startDate="2024-08-21 06:41:55 +0100" endDate="2024-08-21 06:43:44 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 07:11:49 +0100" startDate="2024-08-21 06:58:37 +0100" endDate="2024-08-21 06:58:40 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 07:25:53 +0100" startDate="2024-08-21 07:10:10 +0100" endDate="2024-08-21 07:11:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 08:11:38 +0100" startDate="2024-08-21 07:59:23 +0100" endDate="2024-08-21 08:02:00 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 08:33:49 +0100" startDate="2024-08-21 08:22:14 +0100" endDate="2024-08-21 08:24:49 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 08:59:00 +0100" startDate="2024-08-21 08:43:40 +0100" endDate="2024-08-21 08:43:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 09:10:00 +0100" startDate="2024-08-21 08:58:27 +0100" endDate="2024-08-21 09:04:42 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 10:05:13 +0100" startDate="2024-08-21 09:53:11 +0100" endDate="2024-08-21 09:58:17 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 10:35:37 +0100" startDate="2024-08-21 10:25:27 +0100" endDate="2024-08-21 10:34:48 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 10:48:19 +0100" startDate="2024-08-21 10:35:34 +0100" endDate="2024-08-21 10:36:22 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 11:01:58 +0100" startDate="2024-08-21 10:48:47 +0100" endDate="2024-08-21 10:52:31 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 11:52:43 +0100" startDate="2024-08-21 11:38:28 +0100" endDate="2024-08-21 11:39:11 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 13:02:00 +0100" startDate="2024-08-21 12:42:41 +0100" endDate="2024-08-21 12:52:16 +0100" value="748"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 13:59:53 +0100" startDate="2024-08-21 13:47:10 +0100" endDate="2024-08-21 13:53:40 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 14:12:20 +0100" startDate="2024-08-21 13:58:59 +0100" endDate="2024-08-21 14:09:00 +0100" value="1174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 14:20:03 +0100" startDate="2024-08-21 14:09:00 +0100" endDate="2024-08-21 14:18:00 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 14:34:47 +0100" startDate="2024-08-21 14:23:44 +0100" endDate="2024-08-21 14:25:46 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 15:05:55 +0100" startDate="2024-08-21 14:55:37 +0100" endDate="2024-08-21 14:58:20 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 15:21:48 +0100" startDate="2024-08-21 15:11:35 +0100" endDate="2024-08-21 15:21:37 +0100" value="934"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 15:32:39 +0100" startDate="2024-08-21 15:21:37 +0100" endDate="2024-08-21 15:31:38 +0100" value="1042"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 15:42:05 +0100" startDate="2024-08-21 15:31:38 +0100" endDate="2024-08-21 15:41:39 +0100" value="636"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 15:55:59 +0100" startDate="2024-08-21 15:41:39 +0100" endDate="2024-08-21 15:48:37 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 16:18:25 +0100" startDate="2024-08-21 15:59:46 +0100" endDate="2024-08-21 15:59:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 17:18:10 +0100" startDate="2024-08-21 16:19:41 +0100" endDate="2024-08-21 16:19:51 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 18:42:12 +0100" startDate="2024-08-21 18:31:10 +0100" endDate="2024-08-21 18:40:22 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 19:02:44 +0100" startDate="2024-08-21 18:48:39 +0100" endDate="2024-08-21 18:48:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 19:22:00 +0100" startDate="2024-08-21 19:09:55 +0100" endDate="2024-08-21 19:09:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 19:38:21 +0100" startDate="2024-08-21 19:27:17 +0100" endDate="2024-08-21 19:35:59 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 19:48:54 +0100" startDate="2024-08-21 19:38:14 +0100" endDate="2024-08-21 19:46:11 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 20:11:51 +0100" startDate="2024-08-21 20:00:45 +0100" endDate="2024-08-21 20:09:06 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 20:30:50 +0100" startDate="2024-08-21 20:15:39 +0100" endDate="2024-08-21 20:25:36 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 20:47:30 +0100" startDate="2024-08-21 20:36:21 +0100" endDate="2024-08-21 20:37:51 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-21 21:05:16 +0100" startDate="2024-08-21 20:55:03 +0100" endDate="2024-08-21 20:55:39 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 03:00:54 +0100" startDate="2024-08-22 02:50:48 +0100" endDate="2024-08-22 02:53:49 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 06:25:46 +0100" startDate="2024-08-22 06:15:41 +0100" endDate="2024-08-22 06:15:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 06:45:00 +0100" startDate="2024-08-22 06:25:49 +0100" endDate="2024-08-22 06:26:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 07:03:07 +0100" startDate="2024-08-22 06:49:11 +0100" endDate="2024-08-22 06:49:23 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 08:20:41 +0100" startDate="2024-08-22 08:10:28 +0100" endDate="2024-08-22 08:20:29 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 08:30:40 +0100" startDate="2024-08-22 08:20:29 +0100" endDate="2024-08-22 08:30:30 +0100" value="1185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 08:42:19 +0100" startDate="2024-08-22 08:30:30 +0100" endDate="2024-08-22 08:30:45 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 08:53:45 +0100" startDate="2024-08-22 08:43:40 +0100" endDate="2024-08-22 08:44:20 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 10:08:37 +0100" startDate="2024-08-22 09:57:34 +0100" endDate="2024-08-22 10:07:35 +0100" value="1014"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 10:18:38 +0100" startDate="2024-08-22 10:07:35 +0100" endDate="2024-08-22 10:14:20 +0100" value="740"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 11:26:01 +0100" startDate="2024-08-22 11:15:51 +0100" endDate="2024-08-22 11:20:08 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 12:41:58 +0100" startDate="2024-08-22 12:29:06 +0100" endDate="2024-08-22 12:39:07 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 12:52:18 +0100" startDate="2024-08-22 12:41:53 +0100" endDate="2024-08-22 12:43:09 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 13:55:18 +0100" startDate="2024-08-22 13:37:01 +0100" endDate="2024-08-22 13:37:09 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 14:01:20 +0100" startDate="2024-08-22 13:48:03 +0100" endDate="2024-08-22 13:48:31 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 14:24:25 +0100" startDate="2024-08-22 14:06:01 +0100" endDate="2024-08-22 14:06:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 14:41:02 +0100" startDate="2024-08-22 14:24:38 +0100" endDate="2024-08-22 14:25:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 15:16:24 +0100" startDate="2024-08-22 14:58:49 +0100" endDate="2024-08-22 15:05:34 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 16:13:16 +0100" startDate="2024-08-22 16:01:32 +0100" endDate="2024-08-22 16:02:20 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 16:29:23 +0100" startDate="2024-08-22 16:17:10 +0100" endDate="2024-08-22 16:18:27 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 17:58:56 +0100" startDate="2024-08-22 17:32:17 +0100" endDate="2024-08-22 17:33:41 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 17:58:56 +0100" startDate="2024-08-22 17:45:01 +0100" endDate="2024-08-22 17:45:39 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 17:59:13 +0100" startDate="2024-08-22 17:49:08 +0100" endDate="2024-08-22 17:59:09 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 18:13:35 +0100" startDate="2024-08-22 17:59:09 +0100" endDate="2024-08-22 18:07:11 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 18:20:22 +0100" startDate="2024-08-22 18:09:16 +0100" endDate="2024-08-22 18:13:18 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 18:45:31 +0100" startDate="2024-08-22 18:26:18 +0100" endDate="2024-08-22 18:27:11 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 19:08:59 +0100" startDate="2024-08-22 18:56:24 +0100" endDate="2024-08-22 19:06:22 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 19:19:31 +0100" startDate="2024-08-22 19:06:22 +0100" endDate="2024-08-22 19:09:05 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 19:36:21 +0100" startDate="2024-08-22 19:24:51 +0100" endDate="2024-08-22 19:25:19 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 19:48:02 +0100" startDate="2024-08-22 19:36:59 +0100" endDate="2024-08-22 19:43:34 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 20:21:45 +0100" startDate="2024-08-22 20:10:42 +0100" endDate="2024-08-22 20:10:47 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 20:51:28 +0100" startDate="2024-08-22 20:40:25 +0100" endDate="2024-08-22 20:40:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 21:21:49 +0100" startDate="2024-08-22 21:10:46 +0100" endDate="2024-08-22 21:11:24 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 21:50:45 +0100" startDate="2024-08-22 21:39:43 +0100" endDate="2024-08-22 21:44:33 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-22 22:35:27 +0100" startDate="2024-08-22 22:20:34 +0100" endDate="2024-08-22 22:20:44 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 06:10:36 +0100" startDate="2024-08-23 05:59:45 +0100" endDate="2024-08-23 06:00:08 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 06:24:42 +0100" startDate="2024-08-23 06:14:29 +0100" endDate="2024-08-23 06:14:34 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 06:42:45 +0100" startDate="2024-08-23 06:30:10 +0100" endDate="2024-08-23 06:31:37 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 07:14:37 +0100" startDate="2024-08-23 07:04:15 +0100" endDate="2024-08-23 07:04:28 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 07:58:39 +0100" startDate="2024-08-23 07:48:35 +0100" endDate="2024-08-23 07:49:56 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 08:56:03 +0100" startDate="2024-08-23 08:45:29 +0100" endDate="2024-08-23 08:45:59 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 09:10:35 +0100" startDate="2024-08-23 08:55:55 +0100" endDate="2024-08-23 08:56:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 10:40:03 +0100" startDate="2024-08-23 10:25:39 +0100" endDate="2024-08-23 10:32:47 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 11:13:35 +0100" startDate="2024-08-23 11:00:05 +0100" endDate="2024-08-23 11:04:00 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 12:41:07 +0100" startDate="2024-08-23 12:21:26 +0100" endDate="2024-08-23 12:31:20 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 12:42:32 +0100" startDate="2024-08-23 12:31:25 +0100" endDate="2024-08-23 12:41:03 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 13:01:10 +0100" startDate="2024-08-23 12:47:07 +0100" endDate="2024-08-23 12:56:22 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 13:15:21 +0100" startDate="2024-08-23 13:01:49 +0100" endDate="2024-08-23 13:09:18 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 13:27:07 +0100" startDate="2024-08-23 13:15:12 +0100" endDate="2024-08-23 13:23:51 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 13:37:23 +0100" startDate="2024-08-23 13:26:09 +0100" endDate="2024-08-23 13:35:22 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 13:58:55 +0100" startDate="2024-08-23 13:43:01 +0100" endDate="2024-08-23 13:51:20 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 14:06:34 +0100" startDate="2024-08-23 13:53:02 +0100" endDate="2024-08-23 14:03:01 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 14:18:10 +0100" startDate="2024-08-23 14:03:16 +0100" endDate="2024-08-23 14:11:28 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 14:31:56 +0100" startDate="2024-08-23 14:11:28 +0100" endDate="2024-08-23 14:19:05 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 14:42:16 +0100" startDate="2024-08-23 14:28:03 +0100" endDate="2024-08-23 14:38:02 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 14:52:38 +0100" startDate="2024-08-23 14:38:02 +0100" endDate="2024-08-23 14:38:05 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 15:06:08 +0100" startDate="2024-08-23 14:50:40 +0100" endDate="2024-08-23 14:59:54 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 15:19:20 +0100" startDate="2024-08-23 15:01:51 +0100" endDate="2024-08-23 15:09:15 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 15:28:35 +0100" startDate="2024-08-23 15:11:55 +0100" endDate="2024-08-23 15:20:12 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 15:39:09 +0100" startDate="2024-08-23 15:23:06 +0100" endDate="2024-08-23 15:30:20 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 15:43:39 +0100" startDate="2024-08-23 15:33:13 +0100" endDate="2024-08-23 15:43:14 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 15:56:13 +0100" startDate="2024-08-23 15:43:14 +0100" endDate="2024-08-23 15:52:57 +0100" value="665"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 16:08:16 +0100" startDate="2024-08-23 15:54:21 +0100" endDate="2024-08-23 16:00:21 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 16:28:40 +0100" startDate="2024-08-23 16:15:11 +0100" endDate="2024-08-23 16:17:08 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 17:03:24 +0100" startDate="2024-08-23 16:50:06 +0100" endDate="2024-08-23 16:51:25 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 18:17:05 +0100" startDate="2024-08-23 18:04:32 +0100" endDate="2024-08-23 18:07:27 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 18:40:05 +0100" startDate="2024-08-23 18:21:48 +0100" endDate="2024-08-23 18:31:50 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 18:41:52 +0100" startDate="2024-08-23 18:31:50 +0100" endDate="2024-08-23 18:41:42 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 18:53:35 +0100" startDate="2024-08-23 18:42:38 +0100" endDate="2024-08-23 18:51:59 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 19:05:14 +0100" startDate="2024-08-23 18:54:04 +0100" endDate="2024-08-23 19:03:52 +0100" value="1215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 19:15:36 +0100" startDate="2024-08-23 19:03:52 +0100" endDate="2024-08-23 19:13:51 +0100" value="1114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 19:26:46 +0100" startDate="2024-08-23 19:14:06 +0100" endDate="2024-08-23 19:23:44 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 19:35:57 +0100" startDate="2024-08-23 19:24:27 +0100" endDate="2024-08-23 19:32:24 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 19:47:02 +0100" startDate="2024-08-23 19:34:39 +0100" endDate="2024-08-23 19:44:32 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 19:58:39 +0100" startDate="2024-08-23 19:44:45 +0100" endDate="2024-08-23 19:53:32 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 20:09:06 +0100" startDate="2024-08-23 19:56:49 +0100" endDate="2024-08-23 20:04:42 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 20:17:17 +0100" startDate="2024-08-23 20:07:13 +0100" endDate="2024-08-23 20:09:10 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 20:32:55 +0100" startDate="2024-08-23 20:18:10 +0100" endDate="2024-08-23 20:22:22 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 20:58:52 +0100" startDate="2024-08-23 20:41:14 +0100" endDate="2024-08-23 20:41:24 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-23 21:20:26 +0100" startDate="2024-08-23 21:10:19 +0100" endDate="2024-08-23 21:10:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 06:13:16 +0100" startDate="2024-08-24 06:02:24 +0100" endDate="2024-08-24 06:10:57 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 06:28:34 +0100" startDate="2024-08-24 06:17:50 +0100" endDate="2024-08-24 06:21:29 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 06:39:19 +0100" startDate="2024-08-24 06:28:37 +0100" endDate="2024-08-24 06:38:38 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 06:58:01 +0100" startDate="2024-08-24 06:38:38 +0100" endDate="2024-08-24 06:48:37 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 07:05:44 +0100" startDate="2024-08-24 06:48:37 +0100" endDate="2024-08-24 06:56:52 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 07:32:36 +0100" startDate="2024-08-24 07:21:33 +0100" endDate="2024-08-24 07:24:37 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 08:22:19 +0100" startDate="2024-08-24 08:11:01 +0100" endDate="2024-08-24 08:14:29 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 08:44:47 +0100" startDate="2024-08-24 08:32:26 +0100" endDate="2024-08-24 08:42:26 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 08:53:48 +0100" startDate="2024-08-24 08:42:26 +0100" endDate="2024-08-24 08:47:37 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 09:31:52 +0100" startDate="2024-08-24 09:16:20 +0100" endDate="2024-08-24 09:18:56 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cfe3f0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 09:44:48 +0100" startDate="2024-08-24 09:32:07 +0100" endDate="2024-08-24 09:40:50 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 10:02:58 +0100" startDate="2024-08-24 09:49:55 +0100" endDate="2024-08-24 09:57:54 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 10:33:41 +0100" startDate="2024-08-24 10:19:59 +0100" endDate="2024-08-24 10:25:12 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 10:57:08 +0100" startDate="2024-08-24 10:43:13 +0100" endDate="2024-08-24 10:49:55 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 11:15:54 +0100" startDate="2024-08-24 10:56:04 +0100" endDate="2024-08-24 11:06:06 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 11:18:20 +0100" startDate="2024-08-24 11:06:06 +0100" endDate="2024-08-24 11:14:25 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 11:53:59 +0100" startDate="2024-08-24 11:42:56 +0100" endDate="2024-08-24 11:52:57 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 12:04:00 +0100" startDate="2024-08-24 11:52:57 +0100" endDate="2024-08-24 12:01:01 +0100" value="594"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 12:30:04 +0100" startDate="2024-08-24 12:17:07 +0100" endDate="2024-08-24 12:25:37 +0100" value="804"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 12:36:19 +0100" startDate="2024-08-24 12:25:39 +0100" endDate="2024-08-24 12:35:40 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 12:53:44 +0100" startDate="2024-08-24 12:35:40 +0100" endDate="2024-08-24 12:39:12 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 12:57:34 +0100" startDate="2024-08-24 12:57:05 +0100" endDate="2024-08-24 12:57:13 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 13:28:16 +0100" startDate="2024-08-24 13:13:03 +0100" endDate="2024-08-24 13:13:26 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 13:55:52 +0100" startDate="2024-08-24 13:42:58 +0100" endDate="2024-08-24 13:52:42 +0100" value="599"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 14:11:04 +0100" startDate="2024-08-24 13:54:49 +0100" endDate="2024-08-24 13:58:08 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 14:38:39 +0100" startDate="2024-08-24 14:22:21 +0100" endDate="2024-08-24 14:32:22 +0100" value="739"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 14:47:09 +0100" startDate="2024-08-24 14:32:22 +0100" endDate="2024-08-24 14:42:21 +0100" value="854"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 14:54:04 +0100" startDate="2024-08-24 14:42:46 +0100" endDate="2024-08-24 14:51:41 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 15:07:37 +0100" startDate="2024-08-24 14:52:55 +0100" endDate="2024-08-24 15:01:45 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 15:20:34 +0100" startDate="2024-08-24 15:09:39 +0100" endDate="2024-08-24 15:12:30 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 16:34:07 +0100" startDate="2024-08-24 16:21:17 +0100" endDate="2024-08-24 16:31:19 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 16:44:19 +0100" startDate="2024-08-24 16:31:19 +0100" endDate="2024-08-24 16:37:05 +0100" value="677"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 16:53:37 +0100" startDate="2024-08-24 16:42:03 +0100" endDate="2024-08-24 16:46:36 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 17:10:34 +0100" startDate="2024-08-24 16:54:22 +0100" endDate="2024-08-24 17:01:51 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 17:31:15 +0100" startDate="2024-08-24 17:14:41 +0100" endDate="2024-08-24 17:16:54 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 17:35:19 +0100" startDate="2024-08-24 17:25:06 +0100" endDate="2024-08-24 17:35:05 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 17:45:59 +0100" startDate="2024-08-24 17:35:05 +0100" endDate="2024-08-24 17:40:45 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 18:03:45 +0100" startDate="2024-08-24 17:47:38 +0100" endDate="2024-08-24 17:56:13 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 18:15:44 +0100" startDate="2024-08-24 17:58:54 +0100" endDate="2024-08-24 18:08:47 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 18:22:08 +0100" startDate="2024-08-24 18:08:55 +0100" endDate="2024-08-24 18:18:46 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 18:33:31 +0100" startDate="2024-08-24 18:23:17 +0100" endDate="2024-08-24 18:33:08 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 18:44:06 +0100" startDate="2024-08-24 18:33:34 +0100" endDate="2024-08-24 18:42:34 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 18:58:28 +0100" startDate="2024-08-24 18:44:24 +0100" endDate="2024-08-24 18:50:13 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 19:07:41 +0100" startDate="2024-08-24 18:55:19 +0100" endDate="2024-08-24 19:04:35 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 19:17:58 +0100" startDate="2024-08-24 19:06:32 +0100" endDate="2024-08-24 19:13:38 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 19:36:15 +0100" startDate="2024-08-24 19:21:55 +0100" endDate="2024-08-24 19:25:24 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 19:50:07 +0100" startDate="2024-08-24 19:39:41 +0100" endDate="2024-08-24 19:49:40 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 20:06:01 +0100" startDate="2024-08-24 19:49:40 +0100" endDate="2024-08-24 19:52:31 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 20:31:09 +0100" startDate="2024-08-24 20:19:48 +0100" endDate="2024-08-24 20:29:27 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 20:42:09 +0100" startDate="2024-08-24 20:29:47 +0100" endDate="2024-08-24 20:30:51 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-24 21:33:04 +0100" startDate="2024-08-24 21:15:00 +0100" endDate="2024-08-24 21:23:06 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 05:52:12 +0100" startDate="2024-08-25 05:40:27 +0100" endDate="2024-08-25 05:41:26 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 08:45:57 +0100" startDate="2024-08-25 08:34:55 +0100" endDate="2024-08-25 08:42:23 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 08:57:48 +0100" startDate="2024-08-25 08:46:45 +0100" endDate="2024-08-25 08:52:09 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 09:07:53 +0100" startDate="2024-08-25 08:57:02 +0100" endDate="2024-08-25 09:05:36 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 09:17:44 +0100" startDate="2024-08-25 09:07:11 +0100" endDate="2024-08-25 09:10:14 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 09:28:39 +0100" startDate="2024-08-25 09:18:28 +0100" endDate="2024-08-25 09:18:38 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 10:50:52 +0100" startDate="2024-08-25 10:39:45 +0100" endDate="2024-08-25 10:47:57 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 13:03:20 +0100" startDate="2024-08-25 12:53:07 +0100" endDate="2024-08-25 12:57:07 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 13:14:43 +0100" startDate="2024-08-25 13:04:30 +0100" endDate="2024-08-25 13:04:43 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 14:41:57 +0100" startDate="2024-08-25 14:28:17 +0100" endDate="2024-08-25 14:31:17 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 15:58:16 +0100" startDate="2024-08-25 15:39:16 +0100" endDate="2024-08-25 15:39:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 16:08:37 +0100" startDate="2024-08-25 15:58:27 +0100" endDate="2024-08-25 16:08:13 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 16:20:09 +0100" startDate="2024-08-25 16:09:06 +0100" endDate="2024-08-25 16:11:14 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 16:30:14 +0100" startDate="2024-08-25 16:19:38 +0100" endDate="2024-08-25 16:19:40 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 17:16:03 +0100" startDate="2024-08-25 17:04:10 +0100" endDate="2024-08-25 17:13:33 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 17:26:39 +0100" startDate="2024-08-25 17:15:58 +0100" endDate="2024-08-25 17:24:25 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 17:39:20 +0100" startDate="2024-08-25 17:25:59 +0100" endDate="2024-08-25 17:31:51 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 18:02:13 +0100" startDate="2024-08-25 17:42:30 +0100" endDate="2024-08-25 17:42:58 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 18:14:54 +0100" startDate="2024-08-25 18:02:32 +0100" endDate="2024-08-25 18:09:50 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-25 18:28:27 +0100" startDate="2024-08-25 18:17:24 +0100" endDate="2024-08-25 18:25:13 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 05:39:55 +0100" startDate="2024-08-26 05:29:12 +0100" endDate="2024-08-26 05:39:02 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 05:50:17 +0100" startDate="2024-08-26 05:39:45 +0100" endDate="2024-08-26 05:49:23 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 06:01:08 +0100" startDate="2024-08-26 05:50:04 +0100" endDate="2024-08-26 05:54:16 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 06:51:09 +0100" startDate="2024-08-26 06:40:06 +0100" endDate="2024-08-26 06:46:05 +0100" value="269"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 08:39:26 +0100" startDate="2024-08-26 08:28:53 +0100" endDate="2024-08-26 08:38:45 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 08:54:31 +0100" startDate="2024-08-26 08:39:16 +0100" endDate="2024-08-26 08:43:36 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 09:48:31 +0100" startDate="2024-08-26 09:36:55 +0100" endDate="2024-08-26 09:36:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 11:49:58 +0100" startDate="2024-08-26 11:35:54 +0100" endDate="2024-08-26 11:41:07 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 12:02:08 +0100" startDate="2024-08-26 11:51:05 +0100" endDate="2024-08-26 11:58:05 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 12:14:49 +0100" startDate="2024-08-26 12:04:10 +0100" endDate="2024-08-26 12:13:48 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 15:11:41 +0100" startDate="2024-08-26 15:00:03 +0100" endDate="2024-08-26 15:10:04 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 15:21:07 +0100" startDate="2024-08-26 15:10:04 +0100" endDate="2024-08-26 15:17:43 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 15:43:49 +0100" startDate="2024-08-26 15:32:47 +0100" endDate="2024-08-26 15:39:19 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 16:03:07 +0100" startDate="2024-08-26 15:52:42 +0100" endDate="2024-08-26 16:02:41 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 16:14:28 +0100" startDate="2024-08-26 16:02:41 +0100" endDate="2024-08-26 16:11:39 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 16:23:42 +0100" startDate="2024-08-26 16:12:40 +0100" endDate="2024-08-26 16:21:23 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 16:38:08 +0100" startDate="2024-08-26 16:24:35 +0100" endDate="2024-08-26 16:33:50 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 16:45:08 +0100" startDate="2024-08-26 16:34:18 +0100" endDate="2024-08-26 16:44:11 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 16:55:52 +0100" startDate="2024-08-26 16:44:32 +0100" endDate="2024-08-26 16:54:10 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 17:05:36 +0100" startDate="2024-08-26 16:54:33 +0100" endDate="2024-08-26 16:55:01 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 18:45:56 +0100" startDate="2024-08-26 18:35:12 +0100" endDate="2024-08-26 18:35:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-26 21:11:41 +0100" startDate="2024-08-26 21:01:36 +0100" endDate="2024-08-26 21:10:32 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 04:51:52 +0100" startDate="2024-08-27 04:40:22 +0100" endDate="2024-08-27 04:47:40 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 05:05:00 +0100" startDate="2024-08-27 04:53:04 +0100" endDate="2024-08-27 04:54:38 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 05:24:47 +0100" startDate="2024-08-27 05:13:44 +0100" endDate="2024-08-27 05:21:10 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 07:00:46 +0100" startDate="2024-08-27 06:49:34 +0100" endDate="2024-08-27 06:59:30 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 07:24:49 +0100" startDate="2024-08-27 07:12:24 +0100" endDate="2024-08-27 07:13:03 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 07:43:05 +0100" startDate="2024-08-27 07:32:02 +0100" endDate="2024-08-27 07:40:57 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 08:00:30 +0100" startDate="2024-08-27 07:48:33 +0100" endDate="2024-08-27 07:50:18 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 10:21:21 +0100" startDate="2024-08-27 10:09:42 +0100" endDate="2024-08-27 10:13:44 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 11:28:19 +0100" startDate="2024-08-27 11:16:48 +0100" endDate="2024-08-27 11:26:47 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 11:43:32 +0100" startDate="2024-08-27 11:26:47 +0100" endDate="2024-08-27 11:30:44 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 12:48:23 +0100" startDate="2024-08-27 12:33:33 +0100" endDate="2024-08-27 12:43:35 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 12:54:42 +0100" startDate="2024-08-27 12:43:35 +0100" endDate="2024-08-27 12:53:34 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 13:07:29 +0100" startDate="2024-08-27 12:53:34 +0100" endDate="2024-08-27 12:56:53 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 14:13:50 +0100" startDate="2024-08-27 14:03:38 +0100" endDate="2024-08-27 14:12:05 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 14:27:54 +0100" startDate="2024-08-27 14:12:43 +0100" endDate="2024-08-27 14:20:51 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 15:29:08 +0100" startDate="2024-08-27 15:17:36 +0100" endDate="2024-08-27 15:18:34 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 16:33:55 +0100" startDate="2024-08-27 16:23:45 +0100" endDate="2024-08-27 16:31:03 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 17:12:30 +0100" startDate="2024-08-27 16:56:22 +0100" endDate="2024-08-27 17:06:00 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 17:19:21 +0100" startDate="2024-08-27 17:07:42 +0100" endDate="2024-08-27 17:17:44 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 17:29:13 +0100" startDate="2024-08-27 17:17:44 +0100" endDate="2024-08-27 17:25:17 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 17:41:23 +0100" startDate="2024-08-27 17:30:20 +0100" endDate="2024-08-27 17:30:38 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 18:15:20 +0100" startDate="2024-08-27 18:04:59 +0100" endDate="2024-08-27 18:07:58 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 18:38:29 +0100" startDate="2024-08-27 18:27:22 +0100" endDate="2024-08-27 18:37:13 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 18:51:35 +0100" startDate="2024-08-27 18:40:32 +0100" endDate="2024-08-27 18:45:38 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 19:01:34 +0100" startDate="2024-08-27 18:51:14 +0100" endDate="2024-08-27 19:00:58 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 19:19:55 +0100" startDate="2024-08-27 19:08:52 +0100" endDate="2024-08-27 19:09:48 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-27 21:37:31 +0100" startDate="2024-08-27 21:27:05 +0100" endDate="2024-08-27 21:28:50 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 05:37:32 +0100" startDate="2024-08-28 05:27:12 +0100" endDate="2024-08-28 05:33:16 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 05:57:52 +0100" startDate="2024-08-28 05:47:44 +0100" endDate="2024-08-28 05:48:25 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 06:47:03 +0100" startDate="2024-08-28 06:36:01 +0100" endDate="2024-08-28 06:36:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 07:18:49 +0100" startDate="2024-08-28 07:08:37 +0100" endDate="2024-08-28 07:11:36 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 10:08:53 +0100" startDate="2024-08-28 09:54:19 +0100" endDate="2024-08-28 10:02:23 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 10:45:29 +0100" startDate="2024-08-28 10:35:24 +0100" endDate="2024-08-28 10:41:00 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 11:01:05 +0100" startDate="2024-08-28 10:50:02 +0100" endDate="2024-08-28 10:50:18 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 11:37:30 +0100" startDate="2024-08-28 11:21:18 +0100" endDate="2024-08-28 11:26:57 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 12:58:15 +0100" startDate="2024-08-28 12:48:07 +0100" endDate="2024-08-28 12:53:52 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 13:55:13 +0100" startDate="2024-08-28 13:40:39 +0100" endDate="2024-08-28 13:40:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 14:09:34 +0100" startDate="2024-08-28 13:56:30 +0100" endDate="2024-08-28 14:06:31 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 14:17:16 +0100" startDate="2024-08-28 14:06:31 +0100" endDate="2024-08-28 14:10:53 +0100" value="475"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 15:16:39 +0100" startDate="2024-08-28 14:56:45 +0100" endDate="2024-08-28 14:58:22 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 15:33:33 +0100" startDate="2024-08-28 15:21:15 +0100" endDate="2024-08-28 15:21:32 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 15:43:50 +0100" startDate="2024-08-28 15:32:48 +0100" endDate="2024-08-28 15:33:06 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 17:12:18 +0100" startDate="2024-08-28 17:01:11 +0100" endDate="2024-08-28 17:01:16 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 17:38:37 +0100" startDate="2024-08-28 17:27:14 +0100" endDate="2024-08-28 17:34:42 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 17:51:08 +0100" startDate="2024-08-28 17:39:32 +0100" endDate="2024-08-28 17:40:33 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 18:01:55 +0100" startDate="2024-08-28 17:50:52 +0100" endDate="2024-08-28 18:00:35 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 18:13:18 +0100" startDate="2024-08-28 18:02:50 +0100" endDate="2024-08-28 18:07:43 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 18:24:25 +0100" startDate="2024-08-28 18:13:05 +0100" endDate="2024-08-28 18:21:25 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 18:36:41 +0100" startDate="2024-08-28 18:23:09 +0100" endDate="2024-08-28 18:27:45 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 19:18:29 +0100" startDate="2024-08-28 19:07:03 +0100" endDate="2024-08-28 19:17:05 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 19:30:35 +0100" startDate="2024-08-28 19:17:05 +0100" endDate="2024-08-28 19:17:15 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 19:49:26 +0100" startDate="2024-08-28 19:35:25 +0100" endDate="2024-08-28 19:39:55 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 20:16:19 +0100" startDate="2024-08-28 20:06:08 +0100" endDate="2024-08-28 20:09:17 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-28 22:28:34 +0100" startDate="2024-08-28 22:18:21 +0100" endDate="2024-08-28 22:20:21 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 05:14:39 +0100" startDate="2024-08-29 05:04:28 +0100" endDate="2024-08-29 05:11:52 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 06:10:17 +0100" startDate="2024-08-29 06:00:09 +0100" endDate="2024-08-29 06:10:04 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 06:21:12 +0100" startDate="2024-08-29 06:10:09 +0100" endDate="2024-08-29 06:10:14 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 07:17:39 +0100" startDate="2024-08-29 07:06:37 +0100" endDate="2024-08-29 07:13:05 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 07:52:28 +0100" startDate="2024-08-29 07:40:12 +0100" endDate="2024-08-29 07:43:36 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 08:04:46 +0100" startDate="2024-08-29 07:52:10 +0100" endDate="2024-08-29 08:02:09 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 08:16:01 +0100" startDate="2024-08-29 08:02:12 +0100" endDate="2024-08-29 08:09:32 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 08:31:22 +0100" startDate="2024-08-29 08:20:19 +0100" endDate="2024-08-29 08:30:13 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 10:59:55 +0100" startDate="2024-08-29 10:46:19 +0100" endDate="2024-08-29 10:47:31 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 11:58:04 +0100" startDate="2024-08-29 11:46:40 +0100" endDate="2024-08-29 11:47:01 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 12:42:24 +0100" startDate="2024-08-29 12:32:11 +0100" endDate="2024-08-29 12:32:29 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 14:23:18 +0100" startDate="2024-08-29 14:07:35 +0100" endDate="2024-08-29 14:08:41 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 14:34:49 +0100" startDate="2024-08-29 14:24:07 +0100" endDate="2024-08-29 14:24:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 15:15:00 +0100" startDate="2024-08-29 15:04:37 +0100" endDate="2024-08-29 15:04:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 15:33:03 +0100" startDate="2024-08-29 15:22:01 +0100" endDate="2024-08-29 15:22:31 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 15:54:26 +0100" startDate="2024-08-29 15:41:00 +0100" endDate="2024-08-29 15:43:25 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 16:10:41 +0100" startDate="2024-08-29 15:59:16 +0100" endDate="2024-08-29 16:01:08 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 16:25:55 +0100" startDate="2024-08-29 16:15:06 +0100" endDate="2024-08-29 16:15:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 17:04:15 +0100" startDate="2024-08-29 16:54:12 +0100" endDate="2024-08-29 16:55:24 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 19:21:20 +0100" startDate="2024-08-29 19:10:45 +0100" endDate="2024-08-29 19:11:42 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-29 20:44:44 +0100" startDate="2024-08-29 20:33:41 +0100" endDate="2024-08-29 20:38:30 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 05:49:04 +0100" startDate="2024-08-30 05:33:48 +0100" endDate="2024-08-30 05:33:53 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 06:05:34 +0100" startDate="2024-08-30 05:49:11 +0100" endDate="2024-08-30 05:56:59 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 06:13:02 +0100" startDate="2024-08-30 06:02:00 +0100" endDate="2024-08-30 06:02:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 06:42:33 +0100" startDate="2024-08-30 06:32:13 +0100" endDate="2024-08-30 06:42:15 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 06:53:18 +0100" startDate="2024-08-30 06:42:15 +0100" endDate="2024-08-30 06:50:21 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 08:08:30 +0100" startDate="2024-08-30 07:57:19 +0100" endDate="2024-08-30 08:03:41 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 08:28:49 +0100" startDate="2024-08-30 08:13:20 +0100" endDate="2024-08-30 08:23:19 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 08:41:43 +0100" startDate="2024-08-30 08:23:19 +0100" endDate="2024-08-30 08:29:13 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 08:57:13 +0100" startDate="2024-08-30 08:46:59 +0100" endDate="2024-08-30 08:55:54 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 09:22:16 +0100" startDate="2024-08-30 08:59:41 +0100" endDate="2024-08-30 09:05:13 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 09:22:16 +0100" startDate="2024-08-30 09:10:25 +0100" endDate="2024-08-30 09:10:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 09:35:04 +0100" startDate="2024-08-30 09:22:16 +0100" endDate="2024-08-30 09:22:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 12:03:56 +0100" startDate="2024-08-30 11:53:37 +0100" endDate="2024-08-30 11:59:01 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 12:19:52 +0100" startDate="2024-08-30 12:06:44 +0100" endDate="2024-08-30 12:16:44 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 12:27:47 +0100" startDate="2024-08-30 12:16:44 +0100" endDate="2024-08-30 12:26:45 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 12:50:06 +0100" startDate="2024-08-30 12:38:42 +0100" endDate="2024-08-30 12:46:10 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 13:00:17 +0100" startDate="2024-08-30 12:50:07 +0100" endDate="2024-08-30 12:53:03 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 13:16:19 +0100" startDate="2024-08-30 13:00:59 +0100" endDate="2024-08-30 13:04:23 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 13:41:02 +0100" startDate="2024-08-30 13:30:40 +0100" endDate="2024-08-30 13:36:11 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 16:19:20 +0100" startDate="2024-08-30 16:08:18 +0100" endDate="2024-08-30 16:13:18 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 18:01:45 +0100" startDate="2024-08-30 17:48:26 +0100" endDate="2024-08-30 17:58:24 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 18:16:17 +0100" startDate="2024-08-30 18:05:07 +0100" endDate="2024-08-30 18:14:14 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 18:27:51 +0100" startDate="2024-08-30 18:16:04 +0100" endDate="2024-08-30 18:25:29 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 18:37:07 +0100" startDate="2024-08-30 18:26:05 +0100" endDate="2024-08-30 18:30:12 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-30 21:20:16 +0100" startDate="2024-08-30 21:07:43 +0100" endDate="2024-08-30 21:08:14 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 05:40:50 +0100" startDate="2024-08-31 05:30:43 +0100" endDate="2024-08-31 05:31:00 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 06:42:48 +0100" startDate="2024-08-31 06:31:35 +0100" endDate="2024-08-31 06:41:12 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 06:52:43 +0100" startDate="2024-08-31 06:41:53 +0100" endDate="2024-08-31 06:47:49 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 08:03:07 +0100" startDate="2024-08-31 07:50:51 +0100" endDate="2024-08-31 08:00:50 +0100" value="1028"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 08:12:21 +0100" startDate="2024-08-31 08:00:50 +0100" endDate="2024-08-31 08:10:51 +0100" value="587"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 08:33:22 +0100" startDate="2024-08-31 08:10:51 +0100" endDate="2024-08-31 08:20:44 +0100" value="916"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 08:33:22 +0100" startDate="2024-08-31 08:20:57 +0100" endDate="2024-08-31 08:30:58 +0100" value="975"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 08:41:46 +0100" startDate="2024-08-31 08:30:58 +0100" endDate="2024-08-31 08:36:06 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 08:54:13 +0100" startDate="2024-08-31 08:41:45 +0100" endDate="2024-08-31 08:51:03 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 09:11:30 +0100" startDate="2024-08-31 08:53:49 +0100" endDate="2024-08-31 09:02:37 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 09:19:37 +0100" startDate="2024-08-31 09:03:58 +0100" endDate="2024-08-31 09:04:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 09:30:08 +0100" startDate="2024-08-31 09:17:26 +0100" endDate="2024-08-31 09:27:00 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 10:28:55 +0100" startDate="2024-08-31 10:17:08 +0100" endDate="2024-08-31 10:26:58 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 10:39:29 +0100" startDate="2024-08-31 10:27:39 +0100" endDate="2024-08-31 10:37:00 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 10:57:24 +0100" startDate="2024-08-31 10:38:01 +0100" endDate="2024-08-31 10:38:11 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 11:46:47 +0100" startDate="2024-08-31 11:22:15 +0100" endDate="2024-08-31 11:22:56 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 12:16:14 +0100" startDate="2024-08-31 12:03:50 +0100" endDate="2024-08-31 12:13:08 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 12:31:02 +0100" startDate="2024-08-31 12:15:01 +0100" endDate="2024-08-31 12:15:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 12:50:37 +0100" startDate="2024-08-31 12:38:37 +0100" endDate="2024-08-31 12:48:23 +0100" value="825"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 13:10:06 +0100" startDate="2024-08-31 12:59:04 +0100" endDate="2024-08-31 13:02:25 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 13:48:18 +0100" startDate="2024-08-31 13:27:30 +0100" endDate="2024-08-31 13:32:56 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 14:21:33 +0100" startDate="2024-08-31 14:10:31 +0100" endDate="2024-08-31 14:15:13 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 14:48:16 +0100" startDate="2024-08-31 14:28:04 +0100" endDate="2024-08-31 14:38:05 +0100" value="1126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 14:48:16 +0100" startDate="2024-08-31 14:38:05 +0100" endDate="2024-08-31 14:44:30 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 14:56:35 +0100" startDate="2024-08-31 14:44:30 +0100" endDate="2024-08-31 14:54:31 +0100" value="1176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 15:05:34 +0100" startDate="2024-08-31 14:54:31 +0100" endDate="2024-08-31 14:56:02 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 16:03:11 +0100" startDate="2024-08-31 15:42:42 +0100" endDate="2024-08-31 15:47:53 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 17:22:54 +0100" startDate="2024-08-31 17:11:51 +0100" endDate="2024-08-31 17:12:24 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 17:37:01 +0100" startDate="2024-08-31 17:26:51 +0100" endDate="2024-08-31 17:26:58 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 17:53:33 +0100" startDate="2024-08-31 17:39:07 +0100" endDate="2024-08-31 17:39:17 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 18:31:47 +0100" startDate="2024-08-31 18:14:18 +0100" endDate="2024-08-31 18:15:14 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 18:45:12 +0100" startDate="2024-08-31 18:31:24 +0100" endDate="2024-08-31 18:34:37 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 18:55:07 +0100" startDate="2024-08-31 18:42:06 +0100" endDate="2024-08-31 18:49:39 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 19:02:43 +0100" startDate="2024-08-31 18:50:10 +0100" endDate="2024-08-31 18:56:14 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 19:16:22 +0100" startDate="2024-08-31 19:02:39 +0100" endDate="2024-08-31 19:04:29 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 20:26:47 +0100" startDate="2024-08-31 20:15:15 +0100" endDate="2024-08-31 20:24:56 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 20:48:28 +0100" startDate="2024-08-31 20:28:15 +0100" endDate="2024-08-31 20:29:18 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 21:10:21 +0100" startDate="2024-08-31 20:49:55 +0100" endDate="2024-08-31 20:50:54 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-08-31 21:41:52 +0100" startDate="2024-08-31 21:31:47 +0100" endDate="2024-08-31 21:31:52 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-01 06:04:18 +0100" startDate="2024-09-01 05:53:16 +0100" endDate="2024-09-01 05:53:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-01 08:13:02 +0100" startDate="2024-09-01 08:02:56 +0100" endDate="2024-09-01 08:05:37 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-01 09:29:29 +0100" startDate="2024-09-01 09:19:14 +0100" endDate="2024-09-01 09:19:40 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-01 10:22:23 +0100" startDate="2024-09-01 10:08:00 +0100" endDate="2024-09-01 10:18:01 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-01 10:34:09 +0100" startDate="2024-09-01 10:18:01 +0100" endDate="2024-09-01 10:22:08 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-01 11:28:16 +0100" startDate="2024-09-01 11:13:53 +0100" endDate="2024-09-01 11:22:55 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-01 11:34:57 +0100" startDate="2024-09-01 11:23:54 +0100" endDate="2024-09-01 11:31:46 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-01 12:08:37 +0100" startDate="2024-09-01 11:57:04 +0100" endDate="2024-09-01 11:57:37 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-01 16:43:39 +0100" startDate="2024-09-01 16:26:16 +0100" endDate="2024-09-01 16:35:42 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-01 16:47:18 +0100" startDate="2024-09-01 16:36:15 +0100" endDate="2024-09-01 16:39:01 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-01 17:42:39 +0100" startDate="2024-09-01 17:30:49 +0100" endDate="2024-09-01 17:33:57 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-01 21:18:47 +0100" startDate="2024-09-01 21:07:44 +0100" endDate="2024-09-01 21:08:05 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 04:53:22 +0100" startDate="2024-09-02 04:42:25 +0100" endDate="2024-09-02 04:43:27 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 05:51:37 +0100" startDate="2024-09-02 05:40:50 +0100" endDate="2024-09-02 05:50:21 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 06:01:57 +0100" startDate="2024-09-02 05:50:54 +0100" endDate="2024-09-02 05:53:35 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 07:17:00 +0100" startDate="2024-09-02 07:05:20 +0100" endDate="2024-09-02 07:07:22 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 08:01:12 +0100" startDate="2024-09-02 07:42:06 +0100" endDate="2024-09-02 07:51:29 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 08:24:55 +0100" startDate="2024-09-02 08:12:09 +0100" endDate="2024-09-02 08:21:09 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 08:40:41 +0100" startDate="2024-09-02 08:25:11 +0100" endDate="2024-09-02 08:26:15 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 09:25:02 +0100" startDate="2024-09-02 09:12:51 +0100" endDate="2024-09-02 09:19:51 +0100" value="580"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 11:05:31 +0100" startDate="2024-09-02 10:55:16 +0100" endDate="2024-09-02 11:05:15 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 11:22:22 +0100" startDate="2024-09-02 11:05:15 +0100" endDate="2024-09-02 11:12:51 +0100" value="405"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 12:02:25 +0100" startDate="2024-09-02 11:51:47 +0100" endDate="2024-09-02 11:59:35 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 12:20:48 +0100" startDate="2024-09-02 12:09:45 +0100" endDate="2024-09-02 12:15:01 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 13:56:53 +0100" startDate="2024-09-02 13:46:15 +0100" endDate="2024-09-02 13:50:51 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 15:29:20 +0100" startDate="2024-09-02 15:18:28 +0100" endDate="2024-09-02 15:24:17 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 15:43:46 +0100" startDate="2024-09-02 15:33:22 +0100" endDate="2024-09-02 15:42:29 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 15:58:21 +0100" startDate="2024-09-02 15:48:11 +0100" endDate="2024-09-02 15:51:12 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 16:39:21 +0100" startDate="2024-09-02 16:28:18 +0100" endDate="2024-09-02 16:36:25 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 16:50:31 +0100" startDate="2024-09-02 16:39:28 +0100" endDate="2024-09-02 16:40:09 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 17:58:54 +0100" startDate="2024-09-02 17:48:38 +0100" endDate="2024-09-02 17:58:29 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 18:22:15 +0100" startDate="2024-09-02 18:11:44 +0100" endDate="2024-09-02 18:11:54 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-02 18:49:05 +0100" startDate="2024-09-02 18:38:02 +0100" endDate="2024-09-02 18:45:01 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 03:46:10 +0100" startDate="2024-09-03 03:35:57 +0100" endDate="2024-09-03 03:38:43 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 05:46:12 +0100" startDate="2024-09-03 05:36:00 +0100" endDate="2024-09-03 05:41:15 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 06:56:36 +0100" startDate="2024-09-03 06:44:43 +0100" endDate="2024-09-03 06:54:42 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 07:08:19 +0100" startDate="2024-09-03 06:54:42 +0100" endDate="2024-09-03 07:04:00 +0100" value="616"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 07:19:04 +0100" startDate="2024-09-03 07:06:25 +0100" endDate="2024-09-03 07:08:35 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 09:20:54 +0100" startDate="2024-09-03 09:10:46 +0100" endDate="2024-09-03 09:16:58 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 09:48:50 +0100" startDate="2024-09-03 09:38:42 +0100" endDate="2024-09-03 09:38:47 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 11:11:28 +0100" startDate="2024-09-03 10:57:46 +0100" endDate="2024-09-03 11:07:45 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 11:27:24 +0100" startDate="2024-09-03 11:07:52 +0100" endDate="2024-09-03 11:11:06 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 12:16:30 +0100" startDate="2024-09-03 12:05:21 +0100" endDate="2024-09-03 12:11:53 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 12:29:04 +0100" startDate="2024-09-03 12:18:36 +0100" endDate="2024-09-03 12:23:16 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 13:02:42 +0100" startDate="2024-09-03 12:51:42 +0100" endDate="2024-09-03 13:01:41 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 13:12:44 +0100" startDate="2024-09-03 13:01:41 +0100" endDate="2024-09-03 13:01:49 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 14:25:59 +0100" startDate="2024-09-03 14:14:57 +0100" endDate="2024-09-03 14:17:04 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 15:31:20 +0100" startDate="2024-09-03 15:20:17 +0100" endDate="2024-09-03 15:25:35 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 16:52:32 +0100" startDate="2024-09-03 16:41:57 +0100" endDate="2024-09-03 16:51:32 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 17:24:14 +0100" startDate="2024-09-03 17:11:30 +0100" endDate="2024-09-03 17:21:29 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 17:33:49 +0100" startDate="2024-09-03 17:21:31 +0100" endDate="2024-09-03 17:31:10 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 18:38:13 +0100" startDate="2024-09-03 18:26:29 +0100" endDate="2024-09-03 18:26:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 19:30:32 +0100" startDate="2024-09-03 19:19:29 +0100" endDate="2024-09-03 19:20:46 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 19:51:08 +0100" startDate="2024-09-03 19:40:05 +0100" endDate="2024-09-03 19:48:23 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-03 20:40:22 +0100" startDate="2024-09-03 20:29:20 +0100" endDate="2024-09-03 20:30:16 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 04:05:39 +0100" startDate="2024-09-04 03:49:23 +0100" endDate="2024-09-04 03:51:30 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 04:34:07 +0100" startDate="2024-09-04 04:19:23 +0100" endDate="2024-09-04 04:19:25 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 06:56:05 +0100" startDate="2024-09-04 06:45:14 +0100" endDate="2024-09-04 06:45:17 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 07:14:29 +0100" startDate="2024-09-04 07:03:26 +0100" endDate="2024-09-04 07:03:44 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 07:36:54 +0100" startDate="2024-09-04 07:24:00 +0100" endDate="2024-09-04 07:24:21 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 08:09:42 +0100" startDate="2024-09-04 07:58:39 +0100" endDate="2024-09-04 07:58:41 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 10:29:29 +0100" startDate="2024-09-04 10:19:14 +0100" endDate="2024-09-04 10:20:23 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 10:44:30 +0100" startDate="2024-09-04 10:33:27 +0100" endDate="2024-09-04 10:39:04 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 10:57:52 +0100" startDate="2024-09-04 10:47:44 +0100" endDate="2024-09-04 10:48:02 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 11:17:39 +0100" startDate="2024-09-04 11:07:31 +0100" endDate="2024-09-04 11:17:20 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 12:22:28 +0100" startDate="2024-09-04 12:11:36 +0100" endDate="2024-09-04 12:21:19 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 13:02:20 +0100" startDate="2024-09-04 12:45:51 +0100" endDate="2024-09-04 12:45:59 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 13:46:05 +0100" startDate="2024-09-04 13:28:09 +0100" endDate="2024-09-04 13:28:12 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 14:46:00 +0100" startDate="2024-09-04 14:32:39 +0100" endDate="2024-09-04 14:32:42 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 14:59:21 +0100" startDate="2024-09-04 14:48:48 +0100" endDate="2024-09-04 14:48:56 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 15:11:22 +0100" startDate="2024-09-04 15:00:19 +0100" endDate="2024-09-04 15:00:24 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 15:32:38 +0100" startDate="2024-09-04 15:21:35 +0100" endDate="2024-09-04 15:21:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 15:53:58 +0100" startDate="2024-09-04 15:40:28 +0100" endDate="2024-09-04 15:40:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 16:04:18 +0100" startDate="2024-09-04 15:53:15 +0100" endDate="2024-09-04 16:03:15 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 16:14:18 +0100" startDate="2024-09-04 16:03:15 +0100" endDate="2024-09-04 16:05:15 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 17:25:06 +0100" startDate="2024-09-04 17:14:27 +0100" endDate="2024-09-04 17:19:38 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 17:36:16 +0100" startDate="2024-09-04 17:24:39 +0100" endDate="2024-09-04 17:33:44 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-04 20:20:46 +0100" startDate="2024-09-04 20:09:44 +0100" endDate="2024-09-04 20:13:18 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 04:12:13 +0100" startDate="2024-09-05 04:01:24 +0100" endDate="2024-09-05 04:05:19 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 10:41:13 +0100" startDate="2024-09-05 10:30:40 +0100" endDate="2024-09-05 10:30:58 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 11:23:49 +0100" startDate="2024-09-05 11:08:06 +0100" endDate="2024-09-05 11:15:10 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 13:56:53 +0100" startDate="2024-09-05 13:46:42 +0100" endDate="2024-09-05 13:46:58 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 14:06:56 +0100" startDate="2024-09-05 13:56:43 +0100" endDate="2024-09-05 14:05:59 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 14:23:03 +0100" startDate="2024-09-05 14:08:09 +0100" endDate="2024-09-05 14:08:24 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 14:58:02 +0100" startDate="2024-09-05 14:47:11 +0100" endDate="2024-09-05 14:56:48 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 15:15:06 +0100" startDate="2024-09-05 14:57:11 +0100" endDate="2024-09-05 15:02:59 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 15:26:34 +0100" startDate="2024-09-05 15:15:31 +0100" endDate="2024-09-05 15:15:49 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 16:24:40 +0100" startDate="2024-09-05 16:14:35 +0100" endDate="2024-09-05 16:22:39 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 16:35:06 +0100" startDate="2024-09-05 16:24:51 +0100" endDate="2024-09-05 16:33:44 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 16:48:18 +0100" startDate="2024-09-05 16:36:29 +0100" endDate="2024-09-05 16:45:44 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 17:00:41 +0100" startDate="2024-09-05 16:47:01 +0100" endDate="2024-09-05 16:52:47 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 17:25:31 +0100" startDate="2024-09-05 17:12:51 +0100" endDate="2024-09-05 17:22:52 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 17:33:55 +0100" startDate="2024-09-05 17:22:52 +0100" endDate="2024-09-05 17:26:34 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 17:57:50 +0100" startDate="2024-09-05 17:40:24 +0100" endDate="2024-09-05 17:46:34 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 21:12:00 +0100" startDate="2024-09-05 20:59:41 +0100" endDate="2024-09-05 21:04:31 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 21:23:44 +0100" startDate="2024-09-05 21:13:24 +0100" endDate="2024-09-05 21:23:23 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-05 21:33:34 +0100" startDate="2024-09-05 21:23:23 +0100" endDate="2024-09-05 21:23:29 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.5.1" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.5.1, creation date:2024-06-07 00:51:41 +0000&gt;" unit="count" creationDate="2024-09-06 04:38:26 +0100" startDate="2024-09-06 04:28:16 +0100" endDate="2024-09-06 04:32:38 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 07:27:04 +0100" startDate="2024-09-06 07:15:48 +0100" endDate="2024-09-06 07:16:08 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 07:48:37 +0100" startDate="2024-09-06 07:36:50 +0100" endDate="2024-09-06 07:37:06 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 11:27:14 +0100" startDate="2024-09-06 11:16:06 +0100" endDate="2024-09-06 11:17:12 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 11:54:17 +0100" startDate="2024-09-06 11:43:15 +0100" endDate="2024-09-06 11:43:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 12:37:36 +0100" startDate="2024-09-06 12:22:56 +0100" endDate="2024-09-06 12:24:33 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 13:13:30 +0100" startDate="2024-09-06 12:56:14 +0100" endDate="2024-09-06 12:57:22 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 15:09:11 +0100" startDate="2024-09-06 14:54:53 +0100" endDate="2024-09-06 14:57:26 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 15:18:25 +0100" startDate="2024-09-06 15:06:29 +0100" endDate="2024-09-06 15:06:37 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 15:38:48 +0100" startDate="2024-09-06 15:24:59 +0100" endDate="2024-09-06 15:30:48 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 15:48:28 +0100" startDate="2024-09-06 15:35:58 +0100" endDate="2024-09-06 15:45:59 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 15:57:19 +0100" startDate="2024-09-06 15:46:16 +0100" endDate="2024-09-06 15:46:52 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 20:13:51 +0100" startDate="2024-09-06 19:49:36 +0100" endDate="2024-09-06 19:55:53 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-06 21:14:01 +0100" startDate="2024-09-06 21:02:58 +0100" endDate="2024-09-06 21:03:18 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 05:59:59 +0100" startDate="2024-09-07 05:45:17 +0100" endDate="2024-09-07 05:45:22 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 06:50:37 +0100" startDate="2024-09-07 06:37:15 +0100" endDate="2024-09-07 06:37:38 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 09:48:08 +0100" startDate="2024-09-07 09:35:47 +0100" endDate="2024-09-07 09:40:01 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 09:59:26 +0100" startDate="2024-09-07 09:48:05 +0100" endDate="2024-09-07 09:48:13 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 10:23:09 +0100" startDate="2024-09-07 10:06:49 +0100" endDate="2024-09-07 10:16:48 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 10:27:55 +0100" startDate="2024-09-07 10:16:53 +0100" endDate="2024-09-07 10:23:41 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 10:42:06 +0100" startDate="2024-09-07 10:29:55 +0100" endDate="2024-09-07 10:32:23 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 11:01:34 +0100" startDate="2024-09-07 10:44:09 +0100" endDate="2024-09-07 10:46:26 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 13:09:56 +0100" startDate="2024-09-07 12:55:19 +0100" endDate="2024-09-07 13:05:18 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 13:22:02 +0100" startDate="2024-09-07 13:05:18 +0100" endDate="2024-09-07 13:15:19 +0100" value="610"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 13:42:43 +0100" startDate="2024-09-07 13:15:19 +0100" endDate="2024-09-07 13:25:20 +0100" value="918"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 13:42:43 +0100" startDate="2024-09-07 13:25:20 +0100" endDate="2024-09-07 13:32:53 +0100" value="725"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 13:43:26 +0100" startDate="2024-09-07 13:32:53 +0100" endDate="2024-09-07 13:42:34 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 13:55:33 +0100" startDate="2024-09-07 13:43:05 +0100" endDate="2024-09-07 13:53:03 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 14:03:22 +0100" startDate="2024-09-07 13:53:03 +0100" endDate="2024-09-07 14:03:04 +0100" value="927"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 14:21:25 +0100" startDate="2024-09-07 14:03:04 +0100" endDate="2024-09-07 14:13:06 +0100" value="762"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 14:32:15 +0100" startDate="2024-09-07 14:13:06 +0100" endDate="2024-09-07 14:23:07 +0100" value="1018"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 14:42:01 +0100" startDate="2024-09-07 14:23:07 +0100" endDate="2024-09-07 14:32:17 +0100" value="766"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 14:46:50 +0100" startDate="2024-09-07 14:33:28 +0100" endDate="2024-09-07 14:43:21 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 14:55:51 +0100" startDate="2024-09-07 14:43:42 +0100" endDate="2024-09-07 14:53:38 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 15:05:01 +0100" startDate="2024-09-07 14:54:08 +0100" endDate="2024-09-07 14:56:31 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 16:03:09 +0100" startDate="2024-09-07 15:52:06 +0100" endDate="2024-09-07 15:52:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-07 18:45:38 +0100" startDate="2024-09-07 18:34:15 +0100" endDate="2024-09-07 18:34:18 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 07:49:37 +0100" startDate="2024-09-08 07:34:25 +0100" endDate="2024-09-08 07:36:58 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 10:20:06 +0100" startDate="2024-09-08 10:08:38 +0100" endDate="2024-09-08 10:18:39 +0100" value="741"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 10:30:03 +0100" startDate="2024-09-08 10:18:39 +0100" endDate="2024-09-08 10:28:40 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 10:39:07 +0100" startDate="2024-09-08 10:28:40 +0100" endDate="2024-09-08 10:38:18 +0100" value="778"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 10:51:19 +0100" startDate="2024-09-08 10:38:25 +0100" endDate="2024-09-08 10:48:09 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 11:02:27 +0100" startDate="2024-09-08 10:50:01 +0100" endDate="2024-09-08 11:00:02 +0100" value="493"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 11:15:57 +0100" startDate="2024-09-08 11:00:02 +0100" endDate="2024-09-08 11:10:03 +0100" value="996"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 11:23:10 +0100" startDate="2024-09-08 11:10:03 +0100" endDate="2024-09-08 11:19:33 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 11:40:05 +0100" startDate="2024-09-08 11:20:16 +0100" endDate="2024-09-08 11:29:37 +0100" value="737"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 11:50:26 +0100" startDate="2024-09-08 11:30:40 +0100" endDate="2024-09-08 11:37:28 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 11:54:36 +0100" startDate="2024-09-08 11:41:55 +0100" endDate="2024-09-08 11:50:39 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 12:15:17 +0100" startDate="2024-09-08 11:51:02 +0100" endDate="2024-09-08 12:00:25 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 12:15:17 +0100" startDate="2024-09-08 12:04:50 +0100" endDate="2024-09-08 12:05:18 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 12:22:21 +0100" startDate="2024-09-08 12:08:39 +0100" endDate="2024-09-08 12:18:17 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 12:33:50 +0100" startDate="2024-09-08 12:20:55 +0100" endDate="2024-09-08 12:21:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 12:48:14 +0100" startDate="2024-09-08 12:34:26 +0100" endDate="2024-09-08 12:34:51 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 12:48:14 +0100" startDate="2024-09-08 12:34:51 +0100" endDate="2024-09-08 12:43:28 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 12:56:05 +0100" startDate="2024-09-08 12:45:03 +0100" endDate="2024-09-08 12:54:39 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 15:59:22 +0100" startDate="2024-09-08 15:43:08 +0100" endDate="2024-09-08 15:49:58 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 16:08:03 +0100" startDate="2024-09-08 15:55:34 +0100" endDate="2024-09-08 16:03:48 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 16:32:48 +0100" startDate="2024-09-08 16:21:45 +0100" endDate="2024-09-08 16:24:07 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 17:00:16 +0100" startDate="2024-09-08 16:48:48 +0100" endDate="2024-09-08 16:56:37 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 17:15:11 +0100" startDate="2024-09-08 16:59:56 +0100" endDate="2024-09-08 17:09:16 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 17:21:42 +0100" startDate="2024-09-08 17:09:59 +0100" endDate="2024-09-08 17:15:05 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 18:12:56 +0100" startDate="2024-09-08 17:58:08 +0100" endDate="2024-09-08 17:58:11 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 20:58:22 +0100" startDate="2024-09-08 20:46:21 +0100" endDate="2024-09-08 20:55:58 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-08 21:11:48 +0100" startDate="2024-09-08 21:00:45 +0100" endDate="2024-09-08 21:00:48 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 04:23:29 +0100" startDate="2024-09-09 04:13:23 +0100" endDate="2024-09-09 04:19:58 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 07:05:00 +0100" startDate="2024-09-09 06:53:57 +0100" endDate="2024-09-09 06:54:05 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 07:41:35 +0100" startDate="2024-09-09 07:25:54 +0100" endDate="2024-09-09 07:26:09 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 11:20:08 +0100" startDate="2024-09-09 11:07:47 +0100" endDate="2024-09-09 11:17:46 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 11:29:12 +0100" startDate="2024-09-09 11:17:46 +0100" endDate="2024-09-09 11:27:47 +0100" value="1106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 11:41:14 +0100" startDate="2024-09-09 11:27:47 +0100" endDate="2024-09-09 11:29:45 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 12:37:22 +0100" startDate="2024-09-09 12:24:44 +0100" endDate="2024-09-09 12:33:56 +0100" value="827"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 12:45:53 +0100" startDate="2024-09-09 12:35:13 +0100" endDate="2024-09-09 12:45:14 +0100" value="730"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 12:55:29 +0100" startDate="2024-09-09 12:45:27 +0100" endDate="2024-09-09 12:52:52 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 13:14:36 +0100" startDate="2024-09-09 12:55:51 +0100" endDate="2024-09-09 12:56:01 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 13:41:24 +0100" startDate="2024-09-09 13:27:49 +0100" endDate="2024-09-09 13:33:33 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 17:13:46 +0100" startDate="2024-09-09 17:02:09 +0100" endDate="2024-09-09 17:08:58 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 17:32:49 +0100" startDate="2024-09-09 17:19:58 +0100" endDate="2024-09-09 17:29:46 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 17:45:00 +0100" startDate="2024-09-09 17:30:02 +0100" endDate="2024-09-09 17:40:03 +0100" value="1084"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 17:57:05 +0100" startDate="2024-09-09 17:40:03 +0100" endDate="2024-09-09 17:50:04 +0100" value="1039"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 18:03:02 +0100" startDate="2024-09-09 17:50:04 +0100" endDate="2024-09-09 18:00:05 +0100" value="1157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 18:11:13 +0100" startDate="2024-09-09 18:00:05 +0100" endDate="2024-09-09 18:10:06 +0100" value="1137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 18:23:10 +0100" startDate="2024-09-09 18:10:06 +0100" endDate="2024-09-09 18:16:00 +0100" value="664"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-09 20:25:26 +0100" startDate="2024-09-09 20:12:01 +0100" endDate="2024-09-09 20:12:44 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 04:54:36 +0100" startDate="2024-09-10 04:43:34 +0100" endDate="2024-09-10 04:44:19 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 05:29:52 +0100" startDate="2024-09-10 05:19:05 +0100" endDate="2024-09-10 05:28:56 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 05:40:03 +0100" startDate="2024-09-10 05:29:36 +0100" endDate="2024-09-10 05:38:19 +0100" value="492"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 05:52:35 +0100" startDate="2024-09-10 05:41:32 +0100" endDate="2024-09-10 05:41:37 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 07:28:48 +0100" startDate="2024-09-10 07:17:18 +0100" endDate="2024-09-10 07:19:20 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 07:59:20 +0100" startDate="2024-09-10 07:48:16 +0100" endDate="2024-09-10 07:56:00 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 09:34:43 +0100" startDate="2024-09-10 09:24:37 +0100" endDate="2024-09-10 09:34:38 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 09:45:42 +0100" startDate="2024-09-10 09:34:38 +0100" endDate="2024-09-10 09:42:43 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 09:56:37 +0100" startDate="2024-09-10 09:45:05 +0100" endDate="2024-09-10 09:53:27 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 11:18:37 +0100" startDate="2024-09-10 11:05:45 +0100" endDate="2024-09-10 11:10:48 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 11:47:36 +0100" startDate="2024-09-10 11:37:06 +0100" endDate="2024-09-10 11:46:50 +0100" value="848"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 14:36:26 +0100" startDate="2024-09-10 14:24:08 +0100" endDate="2024-09-10 14:27:35 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 14:54:18 +0100" startDate="2024-09-10 14:38:33 +0100" endDate="2024-09-10 14:39:11 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 16:15:23 +0100" startDate="2024-09-10 16:03:32 +0100" endDate="2024-09-10 16:05:32 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 17:50:19 +0100" startDate="2024-09-10 17:40:00 +0100" endDate="2024-09-10 17:40:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 18:11:16 +0100" startDate="2024-09-10 18:00:13 +0100" endDate="2024-09-10 18:04:38 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 20:29:08 +0100" startDate="2024-09-10 20:11:23 +0100" endDate="2024-09-10 20:11:39 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 19:11:21 +0100" startDate="2024-09-10 19:00:57 +0100" endDate="2024-09-10 19:10:45 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 19:26:50 +0100" startDate="2024-09-10 19:14:35 +0100" endDate="2024-09-10 19:21:25 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-10 20:41:00 +0100" startDate="2024-09-10 20:29:57 +0100" endDate="2024-09-10 20:34:40 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 04:46:54 +0100" startDate="2024-09-11 04:30:48 +0100" endDate="2024-09-11 04:30:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 04:57:03 +0100" startDate="2024-09-11 04:46:00 +0100" endDate="2024-09-11 04:46:15 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 05:59:21 +0100" startDate="2024-09-11 05:46:58 +0100" endDate="2024-09-11 05:56:01 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 06:08:35 +0100" startDate="2024-09-11 05:58:08 +0100" endDate="2024-09-11 06:06:32 +0100" value="830"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 06:16:51 +0100" startDate="2024-09-11 06:06:32 +0100" endDate="2024-09-11 06:13:25 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 06:38:28 +0100" startDate="2024-09-11 06:27:25 +0100" endDate="2024-09-11 06:31:33 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 06:53:32 +0100" startDate="2024-09-11 06:42:30 +0100" endDate="2024-09-11 06:48:52 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 07:27:27 +0100" startDate="2024-09-11 07:16:29 +0100" endDate="2024-09-11 07:17:45 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 08:31:27 +0100" startDate="2024-09-11 08:20:18 +0100" endDate="2024-09-11 08:30:20 +0100" value="1079"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 08:44:06 +0100" startDate="2024-09-11 08:30:20 +0100" endDate="2024-09-11 08:40:08 +0100" value="951"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 08:51:00 +0100" startDate="2024-09-11 08:40:21 +0100" endDate="2024-09-11 08:50:19 +0100" value="598"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 09:01:47 +0100" startDate="2024-09-11 08:50:39 +0100" endDate="2024-09-11 09:00:23 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 10:51:17 +0100" startDate="2024-09-11 10:38:19 +0100" endDate="2024-09-11 10:41:53 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 11:23:22 +0100" startDate="2024-09-11 11:13:09 +0100" endDate="2024-09-11 11:13:17 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 12:03:30 +0100" startDate="2024-09-11 11:44:28 +0100" endDate="2024-09-11 11:51:28 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 12:24:26 +0100" startDate="2024-09-11 12:11:51 +0100" endDate="2024-09-11 12:13:41 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 12:49:28 +0100" startDate="2024-09-11 12:38:24 +0100" endDate="2024-09-11 12:47:09 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 13:02:44 +0100" startDate="2024-09-11 12:49:17 +0100" endDate="2024-09-11 12:52:07 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 14:59:52 +0100" startDate="2024-09-11 14:48:49 +0100" endDate="2024-09-11 14:58:41 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 16:34:16 +0100" startDate="2024-09-11 16:20:03 +0100" endDate="2024-09-11 16:21:47 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 17:12:40 +0100" startDate="2024-09-11 17:00:46 +0100" endDate="2024-09-11 17:10:48 +0100" value="586"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 17:22:25 +0100" startDate="2024-09-11 17:10:48 +0100" endDate="2024-09-11 17:20:33 +0100" value="1119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 17:32:05 +0100" startDate="2024-09-11 17:20:54 +0100" endDate="2024-09-11 17:30:52 +0100" value="504"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 17:44:48 +0100" startDate="2024-09-11 17:30:52 +0100" endDate="2024-09-11 17:32:24 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 18:00:14 +0100" startDate="2024-09-11 17:48:15 +0100" endDate="2024-09-11 17:56:34 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 18:25:41 +0100" startDate="2024-09-11 18:15:31 +0100" endDate="2024-09-11 18:15:38 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 18:35:50 +0100" startDate="2024-09-11 18:25:34 +0100" endDate="2024-09-11 18:25:45 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 19:04:51 +0100" startDate="2024-09-11 18:54:28 +0100" endDate="2024-09-11 19:01:00 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 19:26:10 +0100" startDate="2024-09-11 19:12:41 +0100" endDate="2024-09-11 19:21:08 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 19:51:55 +0100" startDate="2024-09-11 19:41:13 +0100" endDate="2024-09-11 19:51:15 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 20:02:25 +0100" startDate="2024-09-11 19:51:15 +0100" endDate="2024-09-11 20:01:13 +0100" value="511"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 20:14:42 +0100" startDate="2024-09-11 20:01:13 +0100" endDate="2024-09-11 20:05:08 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 20:28:00 +0100" startDate="2024-09-11 20:17:22 +0100" endDate="2024-09-11 20:20:36 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 21:11:17 +0100" startDate="2024-09-11 20:55:29 +0100" endDate="2024-09-11 21:03:00 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 21:22:56 +0100" startDate="2024-09-11 21:11:53 +0100" endDate="2024-09-11 21:16:24 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-11 21:38:09 +0100" startDate="2024-09-11 21:25:19 +0100" endDate="2024-09-11 21:25:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-12 03:15:30 +0100" startDate="2024-09-12 03:04:49 +0100" endDate="2024-09-12 03:05:27 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-12 05:06:14 +0100" startDate="2024-09-12 04:55:11 +0100" endDate="2024-09-12 04:55:45 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-12 13:03:49 +0100" startDate="2024-09-12 12:46:54 +0100" endDate="2024-09-12 12:47:06 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-12 14:57:08 +0100" startDate="2024-09-12 14:41:01 +0100" endDate="2024-09-12 14:41:04 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-12 18:04:08 +0100" startDate="2024-09-12 17:51:09 +0100" endDate="2024-09-12 17:51:14 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-12 18:54:18 +0100" startDate="2024-09-12 18:43:11 +0100" endDate="2024-09-12 18:43:13 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-12 20:31:16 +0100" startDate="2024-09-12 20:20:13 +0100" endDate="2024-09-12 20:23:29 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 03:19:15 +0100" startDate="2024-09-13 03:09:03 +0100" endDate="2024-09-13 03:09:25 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 07:01:50 +0100" startDate="2024-09-13 06:50:47 +0100" endDate="2024-09-13 06:51:41 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 07:13:33 +0100" startDate="2024-09-13 07:00:54 +0100" endDate="2024-09-13 07:01:32 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 08:00:55 +0100" startDate="2024-09-13 07:50:20 +0100" endDate="2024-09-13 07:50:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 08:24:53 +0100" startDate="2024-09-13 08:13:50 +0100" endDate="2024-09-13 08:14:05 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 10:50:47 +0100" startDate="2024-09-13 10:38:18 +0100" endDate="2024-09-13 10:38:49 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 11:45:51 +0100" startDate="2024-09-13 11:32:45 +0100" endDate="2024-09-13 11:33:03 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 15:02:21 +0100" startDate="2024-09-13 14:50:49 +0100" endDate="2024-09-13 14:50:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 15:45:35 +0100" startDate="2024-09-13 15:34:20 +0100" endDate="2024-09-13 15:35:29 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 16:04:37 +0100" startDate="2024-09-13 15:53:34 +0100" endDate="2024-09-13 15:58:47 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 16:42:11 +0100" startDate="2024-09-13 16:30:25 +0100" endDate="2024-09-13 16:37:45 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 16:54:18 +0100" startDate="2024-09-13 16:43:12 +0100" endDate="2024-09-13 16:43:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 18:54:18 +0100" startDate="2024-09-13 18:43:16 +0100" endDate="2024-09-13 18:43:18 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 19:20:08 +0100" startDate="2024-09-13 19:09:05 +0100" endDate="2024-09-13 19:13:53 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 19:46:11 +0100" startDate="2024-09-13 19:34:44 +0100" endDate="2024-09-13 19:37:05 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 19:58:09 +0100" startDate="2024-09-13 19:44:58 +0100" endDate="2024-09-13 19:45:08 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 20:50:22 +0100" startDate="2024-09-13 20:40:14 +0100" endDate="2024-09-13 20:44:19 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 21:50:21 +0100" startDate="2024-09-13 21:39:57 +0100" endDate="2024-09-13 21:41:01 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-13 22:02:57 +0100" startDate="2024-09-13 21:52:52 +0100" endDate="2024-09-13 21:53:07 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 06:49:17 +0100" startDate="2024-09-14 06:39:09 +0100" endDate="2024-09-14 06:44:41 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 07:31:55 +0100" startDate="2024-09-14 07:21:43 +0100" endDate="2024-09-14 07:21:58 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 09:32:58 +0100" startDate="2024-09-14 09:21:31 +0100" endDate="2024-09-14 09:22:38 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 10:11:30 +0100" startDate="2024-09-14 09:59:20 +0100" endDate="2024-09-14 10:09:13 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 11:28:46 +0100" startDate="2024-09-14 11:18:12 +0100" endDate="2024-09-14 11:26:09 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 12:48:15 +0100" startDate="2024-09-14 12:32:55 +0100" endDate="2024-09-14 12:33:21 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 13:47:09 +0100" startDate="2024-09-14 13:29:33 +0100" endDate="2024-09-14 13:33:35 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 13:58:19 +0100" startDate="2024-09-14 13:42:07 +0100" endDate="2024-09-14 13:47:10 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 14:18:20 +0100" startDate="2024-09-14 14:00:58 +0100" endDate="2024-09-14 14:01:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 14:39:12 +0100" startDate="2024-09-14 14:24:35 +0100" endDate="2024-09-14 14:29:02 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 14:54:57 +0100" startDate="2024-09-14 14:36:46 +0100" endDate="2024-09-14 14:43:31 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 15:00:53 +0100" startDate="2024-09-14 14:50:26 +0100" endDate="2024-09-14 14:56:56 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 15:26:06 +0100" startDate="2024-09-14 15:00:30 +0100" endDate="2024-09-14 15:07:23 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 15:27:50 +0100" startDate="2024-09-14 15:16:26 +0100" endDate="2024-09-14 15:26:25 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 15:46:24 +0100" startDate="2024-09-14 15:26:25 +0100" endDate="2024-09-14 15:27:42 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 15:46:24 +0100" startDate="2024-09-14 15:34:48 +0100" endDate="2024-09-14 15:41:25 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 15:59:58 +0100" startDate="2024-09-14 15:46:54 +0100" endDate="2024-09-14 15:52:04 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 16:15:18 +0100" startDate="2024-09-14 15:59:12 +0100" endDate="2024-09-14 15:59:58 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 16:23:30 +0100" startDate="2024-09-14 16:07:52 +0100" endDate="2024-09-14 16:15:56 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 16:42:12 +0100" startDate="2024-09-14 16:23:04 +0100" endDate="2024-09-14 16:32:48 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 16:47:35 +0100" startDate="2024-09-14 16:35:34 +0100" endDate="2024-09-14 16:43:20 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 17:06:30 +0100" startDate="2024-09-14 16:51:35 +0100" endDate="2024-09-14 17:01:36 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 17:12:55 +0100" startDate="2024-09-14 17:01:36 +0100" endDate="2024-09-14 17:09:58 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 17:21:53 +0100" startDate="2024-09-14 17:09:58 +0100" endDate="2024-09-14 17:19:59 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 17:31:04 +0100" startDate="2024-09-14 17:20:02 +0100" endDate="2024-09-14 17:20:45 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 18:18:49 +0100" startDate="2024-09-14 18:04:20 +0100" endDate="2024-09-14 18:05:16 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 19:01:40 +0100" startDate="2024-09-14 18:49:35 +0100" endDate="2024-09-14 18:57:49 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 19:11:13 +0100" startDate="2024-09-14 18:59:54 +0100" endDate="2024-09-14 19:02:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 19:46:31 +0100" startDate="2024-09-14 19:30:12 +0100" endDate="2024-09-14 19:30:15 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 20:08:16 +0100" startDate="2024-09-14 19:57:58 +0100" endDate="2024-09-14 19:58:21 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 20:49:06 +0100" startDate="2024-09-14 20:38:41 +0100" endDate="2024-09-14 20:39:01 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 21:14:35 +0100" startDate="2024-09-14 21:02:58 +0100" endDate="2024-09-14 21:11:20 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-14 21:25:17 +0100" startDate="2024-09-14 21:14:14 +0100" endDate="2024-09-14 21:14:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 04:31:04 +0100" startDate="2024-09-15 04:20:52 +0100" endDate="2024-09-15 04:25:28 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 06:55:40 +0100" startDate="2024-09-15 06:44:37 +0100" endDate="2024-09-15 06:45:10 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 08:00:32 +0100" startDate="2024-09-15 07:49:27 +0100" endDate="2024-09-15 07:50:00 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 08:49:43 +0100" startDate="2024-09-15 08:33:08 +0100" endDate="2024-09-15 08:37:30 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 09:25:34 +0100" startDate="2024-09-15 09:13:45 +0100" endDate="2024-09-15 09:23:41 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 09:35:47 +0100" startDate="2024-09-15 09:25:23 +0100" endDate="2024-09-15 09:35:24 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 10:00:35 +0100" startDate="2024-09-15 09:35:39 +0100" endDate="2024-09-15 09:45:40 +0100" value="591"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 10:00:35 +0100" startDate="2024-09-15 09:45:40 +0100" endDate="2024-09-15 09:51:11 +0100" value="378"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 10:01:33 +0100" startDate="2024-09-15 09:51:11 +0100" endDate="2024-09-15 10:00:39 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 10:12:24 +0100" startDate="2024-09-15 10:01:56 +0100" endDate="2024-09-15 10:06:51 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 10:19:22 +0100" startDate="2024-09-15 10:06:56 +0100" endDate="2024-09-15 10:16:34 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 10:28:42 +0100" startDate="2024-09-15 10:17:28 +0100" endDate="2024-09-15 10:26:05 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 10:49:42 +0100" startDate="2024-09-15 10:34:29 +0100" endDate="2024-09-15 10:43:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 11:06:36 +0100" startDate="2024-09-15 10:48:37 +0100" endDate="2024-09-15 10:58:20 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 11:08:47 +0100" startDate="2024-09-15 10:58:40 +0100" endDate="2024-09-15 11:08:41 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 11:21:19 +0100" startDate="2024-09-15 11:08:41 +0100" endDate="2024-09-15 11:17:24 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 11:37:17 +0100" startDate="2024-09-15 11:19:21 +0100" endDate="2024-09-15 11:28:41 +0100" value="436"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 11:43:44 +0100" startDate="2024-09-15 11:29:50 +0100" endDate="2024-09-15 11:39:49 +0100" value="548"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 11:54:07 +0100" startDate="2024-09-15 11:39:49 +0100" endDate="2024-09-15 11:49:50 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 12:02:07 +0100" startDate="2024-09-15 11:49:55 +0100" endDate="2024-09-15 11:59:56 +0100" value="462"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 12:10:58 +0100" startDate="2024-09-15 11:59:56 +0100" endDate="2024-09-15 12:09:54 +0100" value="374"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 12:20:06 +0100" startDate="2024-09-15 12:09:59 +0100" endDate="2024-09-15 12:18:57 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 13:05:13 +0100" startDate="2024-09-15 12:53:00 +0100" endDate="2024-09-15 12:59:37 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 13:18:19 +0100" startDate="2024-09-15 13:04:34 +0100" endDate="2024-09-15 13:14:03 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 13:28:41 +0100" startDate="2024-09-15 13:15:42 +0100" endDate="2024-09-15 13:25:43 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 13:43:08 +0100" startDate="2024-09-15 13:25:43 +0100" endDate="2024-09-15 13:35:44 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 13:48:11 +0100" startDate="2024-09-15 13:35:47 +0100" endDate="2024-09-15 13:45:15 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 13:59:03 +0100" startDate="2024-09-15 13:46:31 +0100" endDate="2024-09-15 13:56:07 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 14:16:27 +0100" startDate="2024-09-15 13:56:42 +0100" endDate="2024-09-15 14:05:17 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 14:17:31 +0100" startDate="2024-09-15 14:06:59 +0100" endDate="2024-09-15 14:16:17 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 14:27:36 +0100" startDate="2024-09-15 14:16:42 +0100" endDate="2024-09-15 14:22:16 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 14:41:41 +0100" startDate="2024-09-15 14:29:57 +0100" endDate="2024-09-15 14:39:53 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 14:52:04 +0100" startDate="2024-09-15 14:40:21 +0100" endDate="2024-09-15 14:49:54 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 15:02:00 +0100" startDate="2024-09-15 14:50:48 +0100" endDate="2024-09-15 15:00:44 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 15:12:03 +0100" startDate="2024-09-15 15:00:49 +0100" endDate="2024-09-15 15:10:48 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 15:21:51 +0100" startDate="2024-09-15 15:10:48 +0100" endDate="2024-09-15 15:13:31 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 16:16:16 +0100" startDate="2024-09-15 16:00:27 +0100" endDate="2024-09-15 16:01:13 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 19:25:57 +0100" startDate="2024-09-15 19:13:49 +0100" endDate="2024-09-15 19:16:45 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-15 20:30:31 +0100" startDate="2024-09-15 20:19:28 +0100" endDate="2024-09-15 20:19:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 04:51:41 +0100" startDate="2024-09-16 04:33:24 +0100" endDate="2024-09-16 04:33:34 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 05:59:52 +0100" startDate="2024-09-16 05:48:49 +0100" endDate="2024-09-16 05:57:53 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 07:11:53 +0100" startDate="2024-09-16 07:00:50 +0100" endDate="2024-09-16 07:09:40 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 07:24:37 +0100" startDate="2024-09-16 07:11:38 +0100" endDate="2024-09-16 07:12:34 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 09:09:11 +0100" startDate="2024-09-16 08:56:54 +0100" endDate="2024-09-16 09:06:25 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 09:19:02 +0100" startDate="2024-09-16 09:07:59 +0100" endDate="2024-09-16 09:08:02 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 09:43:36 +0100" startDate="2024-09-16 09:32:33 +0100" endDate="2024-09-16 09:33:21 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 10:19:06 +0100" startDate="2024-09-16 10:07:31 +0100" endDate="2024-09-16 10:08:02 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 10:30:04 +0100" startDate="2024-09-16 10:18:28 +0100" endDate="2024-09-16 10:25:33 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 11:17:34 +0100" startDate="2024-09-16 11:05:11 +0100" endDate="2024-09-16 11:13:43 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 11:49:34 +0100" startDate="2024-09-16 11:38:32 +0100" endDate="2024-09-16 11:48:20 +0100" value="582"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 13:12:14 +0100" startDate="2024-09-16 12:53:48 +0100" endDate="2024-09-16 13:03:47 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 13:16:57 +0100" startDate="2024-09-16 13:03:47 +0100" endDate="2024-09-16 13:12:47 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 14:14:08 +0100" startDate="2024-09-16 14:03:05 +0100" endDate="2024-09-16 14:03:10 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 14:39:07 +0100" startDate="2024-09-16 14:27:33 +0100" endDate="2024-09-16 14:31:50 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 14:49:08 +0100" startDate="2024-09-16 14:38:05 +0100" endDate="2024-09-16 14:41:37 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 15:19:06 +0100" startDate="2024-09-16 15:07:23 +0100" endDate="2024-09-16 15:11:20 +0100" value="257"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 15:28:55 +0100" startDate="2024-09-16 15:17:53 +0100" endDate="2024-09-16 15:27:39 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 15:40:13 +0100" startDate="2024-09-16 15:29:10 +0100" endDate="2024-09-16 15:37:35 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 15:51:37 +0100" startDate="2024-09-16 15:39:19 +0100" endDate="2024-09-16 15:44:30 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 16:43:38 +0100" startDate="2024-09-16 16:30:01 +0100" endDate="2024-09-16 16:39:59 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 16:51:26 +0100" startDate="2024-09-16 16:40:09 +0100" endDate="2024-09-16 16:48:00 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 17:04:55 +0100" startDate="2024-09-16 16:53:52 +0100" endDate="2024-09-16 16:55:54 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 17:20:11 +0100" startDate="2024-09-16 17:09:08 +0100" endDate="2024-09-16 17:11:50 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-16 17:37:33 +0100" startDate="2024-09-16 17:27:21 +0100" endDate="2024-09-16 17:28:01 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 04:45:55 +0100" startDate="2024-09-17 04:34:22 +0100" endDate="2024-09-17 04:34:50 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 05:05:20 +0100" startDate="2024-09-17 04:54:42 +0100" endDate="2024-09-17 05:01:32 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 05:13:41 +0100" startDate="2024-09-17 05:02:38 +0100" endDate="2024-09-17 05:03:06 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 05:38:17 +0100" startDate="2024-09-17 05:28:10 +0100" endDate="2024-09-17 05:37:51 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 05:54:01 +0100" startDate="2024-09-17 05:42:59 +0100" endDate="2024-09-17 05:47:34 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 07:14:41 +0100" startDate="2024-09-17 07:00:50 +0100" endDate="2024-09-17 07:10:41 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 07:23:36 +0100" startDate="2024-09-17 07:10:41 +0100" endDate="2024-09-17 07:19:38 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 07:32:43 +0100" startDate="2024-09-17 07:21:15 +0100" endDate="2024-09-17 07:31:09 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 07:48:30 +0100" startDate="2024-09-17 07:31:17 +0100" endDate="2024-09-17 07:31:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 08:05:28 +0100" startDate="2024-09-17 07:55:08 +0100" endDate="2024-09-17 08:05:09 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 08:17:01 +0100" startDate="2024-09-17 08:05:09 +0100" endDate="2024-09-17 08:13:38 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 08:48:24 +0100" startDate="2024-09-17 08:35:46 +0100" endDate="2024-09-17 08:44:59 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 10:39:50 +0100" startDate="2024-09-17 10:28:26 +0100" endDate="2024-09-17 10:30:23 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 10:52:14 +0100" startDate="2024-09-17 10:40:43 +0100" endDate="2024-09-17 10:40:46 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 11:10:40 +0100" startDate="2024-09-17 10:57:54 +0100" endDate="2024-09-17 10:59:18 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 11:22:53 +0100" startDate="2024-09-17 11:11:32 +0100" endDate="2024-09-17 11:20:09 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 11:52:08 +0100" startDate="2024-09-17 11:41:58 +0100" endDate="2024-09-17 11:51:11 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 12:19:18 +0100" startDate="2024-09-17 12:04:52 +0100" endDate="2024-09-17 12:06:06 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 12:29:23 +0100" startDate="2024-09-17 12:15:23 +0100" endDate="2024-09-17 12:17:35 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 13:24:02 +0100" startDate="2024-09-17 13:12:59 +0100" endDate="2024-09-17 13:20:48 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 14:22:37 +0100" startDate="2024-09-17 14:11:57 +0100" endDate="2024-09-17 14:19:20 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 14:31:40 +0100" startDate="2024-09-17 14:19:20 +0100" endDate="2024-09-17 14:24:16 +0100" value="312"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 14:42:41 +0100" startDate="2024-09-17 14:30:23 +0100" endDate="2024-09-17 14:32:38 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 14:56:21 +0100" startDate="2024-09-17 14:45:14 +0100" endDate="2024-09-17 14:52:01 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 15:02:50 +0100" startDate="2024-09-17 14:52:01 +0100" endDate="2024-09-17 15:00:20 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 15:15:07 +0100" startDate="2024-09-17 15:00:20 +0100" endDate="2024-09-17 15:09:03 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 15:23:40 +0100" startDate="2024-09-17 15:12:37 +0100" endDate="2024-09-17 15:14:29 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 16:36:31 +0100" startDate="2024-09-17 16:25:28 +0100" endDate="2024-09-17 16:32:54 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 16:58:04 +0100" startDate="2024-09-17 16:47:33 +0100" endDate="2024-09-17 16:48:29 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 17:26:20 +0100" startDate="2024-09-17 17:16:12 +0100" endDate="2024-09-17 17:19:28 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 18:02:01 +0100" startDate="2024-09-17 17:51:38 +0100" endDate="2024-09-17 17:52:01 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-17 20:13:40 +0100" startDate="2024-09-17 20:03:35 +0100" endDate="2024-09-17 20:12:03 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 06:15:38 +0100" startDate="2024-09-18 06:04:35 +0100" endDate="2024-09-18 06:08:50 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 06:54:38 +0100" startDate="2024-09-18 06:44:33 +0100" endDate="2024-09-18 06:50:14 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 07:26:34 +0100" startDate="2024-09-18 07:15:31 +0100" endDate="2024-09-18 07:15:47 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 08:16:16 +0100" startDate="2024-09-18 08:00:34 +0100" endDate="2024-09-18 08:00:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 08:31:26 +0100" startDate="2024-09-18 08:20:24 +0100" endDate="2024-09-18 08:28:07 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 08:44:22 +0100" startDate="2024-09-18 08:30:25 +0100" endDate="2024-09-18 08:34:22 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 11:28:30 +0100" startDate="2024-09-18 11:17:28 +0100" endDate="2024-09-18 11:26:52 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 11:40:46 +0100" startDate="2024-09-18 11:29:43 +0100" endDate="2024-09-18 11:38:18 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 12:11:48 +0100" startDate="2024-09-18 12:01:43 +0100" endDate="2024-09-18 12:02:59 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 12:53:19 +0100" startDate="2024-09-18 12:43:11 +0100" endDate="2024-09-18 12:43:27 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 15:44:24 +0100" startDate="2024-09-18 15:33:21 +0100" endDate="2024-09-18 15:33:34 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 16:16:15 +0100" startDate="2024-09-18 16:05:58 +0100" endDate="2024-09-18 16:14:10 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 16:29:53 +0100" startDate="2024-09-18 16:18:50 +0100" endDate="2024-09-18 16:19:13 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 17:03:23 +0100" startDate="2024-09-18 16:53:12 +0100" endDate="2024-09-18 16:56:06 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-18 17:17:59 +0100" startDate="2024-09-18 17:07:47 +0100" endDate="2024-09-18 17:08:30 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 02:21:11 +0100" startDate="2024-09-19 02:11:05 +0100" endDate="2024-09-19 02:11:51 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 04:48:58 +0100" startDate="2024-09-19 04:37:55 +0100" endDate="2024-09-19 04:38:06 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 05:08:41 +0100" startDate="2024-09-19 04:57:23 +0100" endDate="2024-09-19 05:06:13 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 05:20:39 +0100" startDate="2024-09-19 05:09:13 +0100" endDate="2024-09-19 05:19:02 +0100" value="833"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 05:30:22 +0100" startDate="2024-09-19 05:19:20 +0100" endDate="2024-09-19 05:29:13 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 05:40:23 +0100" startDate="2024-09-19 05:29:21 +0100" endDate="2024-09-19 05:29:33 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 06:22:42 +0100" startDate="2024-09-19 06:12:32 +0100" endDate="2024-09-19 06:13:56 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 06:51:14 +0100" startDate="2024-09-19 06:41:01 +0100" endDate="2024-09-19 06:48:19 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 08:01:18 +0100" startDate="2024-09-19 07:50:13 +0100" endDate="2024-09-19 08:00:14 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 08:16:35 +0100" startDate="2024-09-19 08:00:14 +0100" endDate="2024-09-19 08:00:58 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 08:29:14 +0100" startDate="2024-09-19 08:18:11 +0100" endDate="2024-09-19 08:18:19 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 10:19:13 +0100" startDate="2024-09-19 10:08:37 +0100" endDate="2024-09-19 10:18:38 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 12:18:23 +0100" startDate="2024-09-19 12:02:12 +0100" endDate="2024-09-19 12:08:24 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 12:28:25 +0100" startDate="2024-09-19 12:16:53 +0100" endDate="2024-09-19 12:17:06 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 12:53:07 +0100" startDate="2024-09-19 12:40:22 +0100" endDate="2024-09-19 12:40:55 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 13:06:56 +0100" startDate="2024-09-19 12:52:46 +0100" endDate="2024-09-19 12:54:20 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 14:38:17 +0100" startDate="2024-09-19 14:28:07 +0100" endDate="2024-09-19 14:37:40 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 15:11:58 +0100" startDate="2024-09-19 14:59:54 +0100" endDate="2024-09-19 15:01:38 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 15:40:46 +0100" startDate="2024-09-19 15:29:10 +0100" endDate="2024-09-19 15:36:41 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 16:51:24 +0100" startDate="2024-09-19 16:40:21 +0100" endDate="2024-09-19 16:50:23 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 17:01:13 +0100" startDate="2024-09-19 16:50:40 +0100" endDate="2024-09-19 16:50:45 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 17:17:39 +0100" startDate="2024-09-19 17:07:26 +0100" endDate="2024-09-19 17:09:46 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 17:49:19 +0100" startDate="2024-09-19 17:37:26 +0100" endDate="2024-09-19 17:46:05 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 18:06:22 +0100" startDate="2024-09-19 17:49:52 +0100" endDate="2024-09-19 17:50:02 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 18:25:04 +0100" startDate="2024-09-19 18:09:44 +0100" endDate="2024-09-19 18:10:42 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 19:00:00 +0100" startDate="2024-09-19 18:38:22 +0100" endDate="2024-09-19 18:38:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 19:19:41 +0100" startDate="2024-09-19 19:09:26 +0100" endDate="2024-09-19 19:11:00 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-19 20:18:53 +0100" startDate="2024-09-19 20:07:50 +0100" endDate="2024-09-19 20:07:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 05:03:25 +0100" startDate="2024-09-20 04:53:20 +0100" endDate="2024-09-20 04:53:30 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 07:06:06 +0100" startDate="2024-09-20 06:50:27 +0100" endDate="2024-09-20 06:55:31 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 07:24:21 +0100" startDate="2024-09-20 07:05:17 +0100" endDate="2024-09-20 07:06:29 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 07:39:52 +0100" startDate="2024-09-20 07:22:40 +0100" endDate="2024-09-20 07:24:11 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 07:53:17 +0100" startDate="2024-09-20 07:40:12 +0100" endDate="2024-09-20 07:45:59 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 08:07:24 +0100" startDate="2024-09-20 07:52:57 +0100" endDate="2024-09-20 07:58:41 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 09:55:00 +0100" startDate="2024-09-20 09:38:15 +0100" endDate="2024-09-20 09:39:44 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 10:06:35 +0100" startDate="2024-09-20 09:55:32 +0100" endDate="2024-09-20 09:55:47 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 10:23:01 +0100" startDate="2024-09-20 10:12:51 +0100" endDate="2024-09-20 10:12:56 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 11:49:21 +0100" startDate="2024-09-20 11:36:10 +0100" endDate="2024-09-20 11:42:24 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 12:13:40 +0100" startDate="2024-09-20 11:49:45 +0100" endDate="2024-09-20 11:50:00 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 12:15:57 +0100" startDate="2024-09-20 12:04:33 +0100" endDate="2024-09-20 12:14:02 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 12:28:23 +0100" startDate="2024-09-20 12:16:48 +0100" endDate="2024-09-20 12:16:51 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 13:32:00 +0100" startDate="2024-09-20 13:19:27 +0100" endDate="2024-09-20 13:19:50 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 13:47:38 +0100" startDate="2024-09-20 13:36:35 +0100" endDate="2024-09-20 13:44:19 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 14:35:22 +0100" startDate="2024-09-20 14:24:19 +0100" endDate="2024-09-20 14:25:05 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 14:51:05 +0100" startDate="2024-09-20 14:40:14 +0100" endDate="2024-09-20 14:44:52 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 16:29:41 +0100" startDate="2024-09-20 16:19:33 +0100" endDate="2024-09-20 16:29:22 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 16:43:23 +0100" startDate="2024-09-20 16:29:50 +0100" endDate="2024-09-20 16:39:41 +0100" value="668"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 16:51:39 +0100" startDate="2024-09-20 16:40:17 +0100" endDate="2024-09-20 16:44:17 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 17:18:28 +0100" startDate="2024-09-20 17:02:07 +0100" endDate="2024-09-20 17:03:31 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 17:30:58 +0100" startDate="2024-09-20 17:18:30 +0100" endDate="2024-09-20 17:18:40 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-20 20:01:20 +0100" startDate="2024-09-20 19:49:05 +0100" endDate="2024-09-20 19:51:50 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 04:28:16 +0100" startDate="2024-09-21 04:13:41 +0100" endDate="2024-09-21 04:13:49 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 04:38:57 +0100" startDate="2024-09-21 04:28:49 +0100" endDate="2024-09-21 04:37:13 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 05:19:03 +0100" startDate="2024-09-21 05:00:54 +0100" endDate="2024-09-21 05:04:56 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 05:36:57 +0100" startDate="2024-09-21 05:23:56 +0100" endDate="2024-09-21 05:23:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 05:57:28 +0100" startDate="2024-09-21 05:46:25 +0100" endDate="2024-09-21 05:46:30 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 06:50:56 +0100" startDate="2024-09-21 06:37:45 +0100" endDate="2024-09-21 06:46:57 +0100" value="885"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 06:58:57 +0100" startDate="2024-09-21 06:48:37 +0100" endDate="2024-09-21 06:50:26 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 07:18:14 +0100" startDate="2024-09-21 07:00:53 +0100" endDate="2024-09-21 07:08:47 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 07:43:08 +0100" startDate="2024-09-21 07:18:25 +0100" endDate="2024-09-21 07:20:22 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 08:10:41 +0100" startDate="2024-09-21 07:39:45 +0100" endDate="2024-09-21 07:39:50 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 08:44:58 +0100" startDate="2024-09-21 08:26:09 +0100" endDate="2024-09-21 08:31:20 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 08:59:43 +0100" startDate="2024-09-21 08:43:49 +0100" endDate="2024-09-21 08:46:40 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 09:49:23 +0100" startDate="2024-09-21 09:38:13 +0100" endDate="2024-09-21 09:38:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 10:05:33 +0100" startDate="2024-09-21 09:50:04 +0100" endDate="2024-09-21 09:58:54 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 10:14:28 +0100" startDate="2024-09-21 10:04:22 +0100" endDate="2024-09-21 10:05:31 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 10:33:53 +0100" startDate="2024-09-21 10:20:53 +0100" endDate="2024-09-21 10:26:48 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 10:47:12 +0100" startDate="2024-09-21 10:34:01 +0100" endDate="2024-09-21 10:41:34 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 10:55:44 +0100" startDate="2024-09-21 10:44:58 +0100" endDate="2024-09-21 10:54:57 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 11:13:23 +0100" startDate="2024-09-21 10:56:26 +0100" endDate="2024-09-21 10:58:03 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 11:57:27 +0100" startDate="2024-09-21 11:43:26 +0100" endDate="2024-09-21 11:50:17 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 12:15:43 +0100" startDate="2024-09-21 12:02:49 +0100" endDate="2024-09-21 12:08:18 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 12:28:37 +0100" startDate="2024-09-21 12:14:43 +0100" endDate="2024-09-21 12:16:52 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 12:38:44 +0100" startDate="2024-09-21 12:28:18 +0100" endDate="2024-09-21 12:28:51 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 11:31:04 +0100" startDate="2024-09-21 11:19:06 +0100" endDate="2024-09-21 11:27:21 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 14:19:20 +0100" startDate="2024-09-21 14:03:09 +0100" endDate="2024-09-21 14:13:10 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 14:32:15 +0100" startDate="2024-09-21 14:13:36 +0100" endDate="2024-09-21 14:18:11 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 14:55:49 +0100" startDate="2024-09-21 14:39:44 +0100" endDate="2024-09-21 14:40:15 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-21 15:13:08 +0100" startDate="2024-09-21 15:01:01 +0100" endDate="2024-09-21 15:10:21 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-22 03:04:46 +0100" startDate="2024-09-22 02:54:36 +0100" endDate="2024-09-22 02:55:32 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-22 11:46:44 +0100" startDate="2024-09-22 11:36:29 +0100" endDate="2024-09-22 11:41:35 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-22 23:13:03 +0100" startDate="2024-09-22 22:53:37 +0100" endDate="2024-09-22 22:54:17 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 03:28:15 +0100" startDate="2024-09-23 03:12:20 +0100" endDate="2024-09-23 03:12:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 04:42:17 +0100" startDate="2024-09-23 04:27:05 +0100" endDate="2024-09-23 04:34:47 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 05:40:09 +0100" startDate="2024-09-23 05:29:06 +0100" endDate="2024-09-23 05:29:19 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 06:09:31 +0100" startDate="2024-09-23 05:59:23 +0100" endDate="2024-09-23 05:59:43 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 06:24:32 +0100" startDate="2024-09-23 06:14:22 +0100" endDate="2024-09-23 06:14:27 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 06:46:59 +0100" startDate="2024-09-23 06:36:46 +0100" endDate="2024-09-23 06:37:19 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 08:06:24 +0100" startDate="2024-09-23 07:55:22 +0100" endDate="2024-09-23 07:55:40 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 08:16:35 +0100" startDate="2024-09-23 08:06:30 +0100" endDate="2024-09-23 08:07:19 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 09:09:15 +0100" startDate="2024-09-23 08:59:05 +0100" endDate="2024-09-23 08:59:23 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 10:22:35 +0100" startDate="2024-09-23 10:02:27 +0100" endDate="2024-09-23 10:02:35 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 13:07:00 +0100" startDate="2024-09-23 12:56:20 +0100" endDate="2024-09-23 13:02:53 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 14:11:13 +0100" startDate="2024-09-23 14:01:02 +0100" endDate="2024-09-23 14:08:03 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 14:25:21 +0100" startDate="2024-09-23 14:15:16 +0100" endDate="2024-09-23 14:15:28 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 17:22:08 +0100" startDate="2024-09-23 17:11:06 +0100" endDate="2024-09-23 17:11:21 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-23 17:59:12 +0100" startDate="2024-09-23 17:49:04 +0100" endDate="2024-09-23 17:49:35 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 04:34:20 +0100" startDate="2024-09-24 04:19:17 +0100" endDate="2024-09-24 04:19:20 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 04:45:27 +0100" startDate="2024-09-24 04:34:25 +0100" endDate="2024-09-24 04:36:37 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 05:12:33 +0100" startDate="2024-09-24 04:59:13 +0100" endDate="2024-09-24 05:08:26 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 05:20:53 +0100" startDate="2024-09-24 05:10:11 +0100" endDate="2024-09-24 05:17:24 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 06:36:23 +0100" startDate="2024-09-24 06:26:10 +0100" endDate="2024-09-24 06:31:54 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 06:50:36 +0100" startDate="2024-09-24 06:37:04 +0100" endDate="2024-09-24 06:38:36 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 07:35:26 +0100" startDate="2024-09-24 07:24:53 +0100" endDate="2024-09-24 07:33:00 +0100" value="752"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 09:31:44 +0100" startDate="2024-09-24 09:19:13 +0100" endDate="2024-09-24 09:28:08 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 12:16:08 +0100" startDate="2024-09-24 12:05:09 +0100" endDate="2024-09-24 12:05:19 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 12:26:06 +0100" startDate="2024-09-24 12:15:03 +0100" endDate="2024-09-24 12:24:44 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 12:37:37 +0100" startDate="2024-09-24 12:27:14 +0100" endDate="2024-09-24 12:28:15 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 14:43:59 +0100" startDate="2024-09-24 14:33:41 +0100" endDate="2024-09-24 14:35:13 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 15:02:38 +0100" startDate="2024-09-24 14:48:50 +0100" endDate="2024-09-24 14:52:32 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 16:01:57 +0100" startDate="2024-09-24 15:51:11 +0100" endDate="2024-09-24 15:58:14 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 17:22:19 +0100" startDate="2024-09-24 17:11:16 +0100" endDate="2024-09-24 17:11:19 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 17:44:53 +0100" startDate="2024-09-24 17:29:36 +0100" endDate="2024-09-24 17:34:27 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 17:57:07 +0100" startDate="2024-09-24 17:43:02 +0100" endDate="2024-09-24 17:43:22 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 19:49:24 +0100" startDate="2024-09-24 19:39:06 +0100" endDate="2024-09-24 19:40:33 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-24 20:00:47 +0100" startDate="2024-09-24 19:50:29 +0100" endDate="2024-09-24 19:52:36 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 04:40:33 +0100" startDate="2024-09-25 04:30:18 +0100" endDate="2024-09-25 04:30:48 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 05:13:21 +0100" startDate="2024-09-25 05:03:13 +0100" endDate="2024-09-25 05:13:12 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 05:24:15 +0100" startDate="2024-09-25 05:13:12 +0100" endDate="2024-09-25 05:13:40 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 06:33:12 +0100" startDate="2024-09-25 06:20:42 +0100" endDate="2024-09-25 06:27:35 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 07:13:51 +0100" startDate="2024-09-25 07:00:38 +0100" endDate="2024-09-25 07:04:50 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 07:28:54 +0100" startDate="2024-09-25 07:10:44 +0100" endDate="2024-09-25 07:20:06 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 07:46:35 +0100" startDate="2024-09-25 07:25:12 +0100" endDate="2024-09-25 07:34:30 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 07:46:35 +0100" startDate="2024-09-25 07:35:23 +0100" endDate="2024-09-25 07:42:19 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 07:53:17 +0100" startDate="2024-09-25 07:43:12 +0100" endDate="2024-09-25 07:53:01 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 08:11:22 +0100" startDate="2024-09-25 07:55:29 +0100" endDate="2024-09-25 08:03:22 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 08:17:31 +0100" startDate="2024-09-25 08:06:29 +0100" endDate="2024-09-25 08:16:04 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 08:31:19 +0100" startDate="2024-09-25 08:20:16 +0100" endDate="2024-09-25 08:30:02 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 08:41:35 +0100" startDate="2024-09-25 08:30:33 +0100" endDate="2024-09-25 08:38:19 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 09:05:24 +0100" startDate="2024-09-25 08:54:22 +0100" endDate="2024-09-25 08:54:40 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 09:20:46 +0100" startDate="2024-09-25 09:10:41 +0100" endDate="2024-09-25 09:19:41 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 09:36:44 +0100" startDate="2024-09-25 09:22:14 +0100" endDate="2024-09-25 09:29:12 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 09:45:33 +0100" startDate="2024-09-25 09:32:25 +0100" endDate="2024-09-25 09:42:24 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 09:53:27 +0100" startDate="2024-09-25 09:42:24 +0100" endDate="2024-09-25 09:49:43 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 10:07:38 +0100" startDate="2024-09-25 09:54:33 +0100" endDate="2024-09-25 10:04:30 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 10:24:13 +0100" startDate="2024-09-25 10:04:32 +0100" endDate="2024-09-25 10:11:15 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 10:39:54 +0100" startDate="2024-09-25 10:19:39 +0100" endDate="2024-09-25 10:29:02 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 10:56:42 +0100" startDate="2024-09-25 10:32:32 +0100" endDate="2024-09-25 10:42:32 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 10:56:42 +0100" startDate="2024-09-25 10:42:39 +0100" endDate="2024-09-25 10:47:53 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 11:07:27 +0100" startDate="2024-09-25 10:55:12 +0100" endDate="2024-09-25 11:05:08 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 11:16:50 +0100" startDate="2024-09-25 11:05:18 +0100" endDate="2024-09-25 11:13:37 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 11:43:26 +0100" startDate="2024-09-25 11:31:30 +0100" endDate="2024-09-25 11:37:57 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 12:04:03 +0100" startDate="2024-09-25 11:51:56 +0100" endDate="2024-09-25 12:01:14 +0100" value="514"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 12:13:46 +0100" startDate="2024-09-25 12:02:43 +0100" endDate="2024-09-25 12:02:56 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 13:12:36 +0100" startDate="2024-09-25 13:02:06 +0100" endDate="2024-09-25 13:02:44 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 13:21:09 +0100" startDate="2024-09-25 13:10:06 +0100" endDate="2024-09-25 13:10:26 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 14:11:01 +0100" startDate="2024-09-25 14:00:44 +0100" endDate="2024-09-25 14:10:41 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 14:20:56 +0100" startDate="2024-09-25 14:10:46 +0100" endDate="2024-09-25 14:20:47 +0100" value="415"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 14:35:57 +0100" startDate="2024-09-25 14:20:47 +0100" endDate="2024-09-25 14:23:46 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 17:10:51 +0100" startDate="2024-09-25 16:59:36 +0100" endDate="2024-09-25 17:09:09 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 17:21:45 +0100" startDate="2024-09-25 17:11:09 +0100" endDate="2024-09-25 17:11:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 18:34:00 +0100" startDate="2024-09-25 18:20:00 +0100" endDate="2024-09-25 18:29:38 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 18:50:17 +0100" startDate="2024-09-25 18:39:14 +0100" endDate="2024-09-25 18:39:24 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 21:39:39 +0100" startDate="2024-09-25 21:28:38 +0100" endDate="2024-09-25 21:30:02 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-25 21:57:58 +0100" startDate="2024-09-25 21:46:55 +0100" endDate="2024-09-25 21:48:29 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 04:20:03 +0100" startDate="2024-09-26 04:08:25 +0100" endDate="2024-09-26 04:08:53 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 04:30:38 +0100" startDate="2024-09-26 04:19:35 +0100" endDate="2024-09-26 04:28:22 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 05:13:49 +0100" startDate="2024-09-26 05:03:28 +0100" endDate="2024-09-26 05:13:29 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 05:24:31 +0100" startDate="2024-09-26 05:13:29 +0100" endDate="2024-09-26 05:15:23 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 05:43:05 +0100" startDate="2024-09-26 05:32:02 +0100" endDate="2024-09-26 05:32:04 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 06:35:06 +0100" startDate="2024-09-26 06:24:17 +0100" endDate="2024-09-26 06:34:17 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 06:44:53 +0100" startDate="2024-09-26 06:34:17 +0100" endDate="2024-09-26 06:39:28 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 07:01:08 +0100" startDate="2024-09-26 06:50:05 +0100" endDate="2024-09-26 06:50:54 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 07:42:32 +0100" startDate="2024-09-26 07:31:29 +0100" endDate="2024-09-26 07:39:28 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 07:53:37 +0100" startDate="2024-09-26 07:42:34 +0100" endDate="2024-09-26 07:43:30 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 10:12:53 +0100" startDate="2024-09-26 09:58:03 +0100" endDate="2024-09-26 09:59:53 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 10:30:48 +0100" startDate="2024-09-26 10:16:16 +0100" endDate="2024-09-26 10:26:17 +0100" value="1037"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 10:41:11 +0100" startDate="2024-09-26 10:26:17 +0100" endDate="2024-09-26 10:36:18 +0100" value="829"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 10:49:32 +0100" startDate="2024-09-26 10:36:18 +0100" endDate="2024-09-26 10:46:19 +0100" value="1151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 11:00:53 +0100" startDate="2024-09-26 10:46:19 +0100" endDate="2024-09-26 10:56:21 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 11:10:56 +0100" startDate="2024-09-26 10:56:21 +0100" endDate="2024-09-26 10:59:34 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 11:21:03 +0100" startDate="2024-09-26 11:10:17 +0100" endDate="2024-09-26 11:18:39 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 11:46:29 +0100" startDate="2024-09-26 11:33:31 +0100" endDate="2024-09-26 11:34:32 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 13:29:11 +0100" startDate="2024-09-26 13:15:14 +0100" endDate="2024-09-26 13:24:58 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 13:38:03 +0100" startDate="2024-09-26 13:26:17 +0100" endDate="2024-09-26 13:29:41 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 16:23:50 +0100" startDate="2024-09-26 16:12:48 +0100" endDate="2024-09-26 16:17:03 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 17:57:35 +0100" startDate="2024-09-26 17:38:16 +0100" endDate="2024-09-26 17:46:15 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 18:11:25 +0100" startDate="2024-09-26 17:57:39 +0100" endDate="2024-09-26 17:57:50 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 18:27:23 +0100" startDate="2024-09-26 18:16:22 +0100" endDate="2024-09-26 18:23:17 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 18:40:23 +0100" startDate="2024-09-26 18:30:13 +0100" endDate="2024-09-26 18:34:13 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 20:25:35 +0100" startDate="2024-09-26 20:15:13 +0100" endDate="2024-09-26 20:24:24 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 20:35:59 +0100" startDate="2024-09-26 20:25:53 +0100" endDate="2024-09-26 20:31:47 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 20:56:07 +0100" startDate="2024-09-26 20:45:04 +0100" endDate="2024-09-26 20:49:01 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-26 21:06:17 +0100" startDate="2024-09-26 20:55:46 +0100" endDate="2024-09-26 20:56:12 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 06:06:03 +0100" startDate="2024-09-27 05:55:53 +0100" endDate="2024-09-27 05:56:26 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 06:17:32 +0100" startDate="2024-09-27 06:06:37 +0100" endDate="2024-09-27 06:07:15 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 06:36:11 +0100" startDate="2024-09-27 06:24:46 +0100" endDate="2024-09-27 06:25:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 07:24:40 +0100" startDate="2024-09-27 07:10:57 +0100" endDate="2024-09-27 07:15:56 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 07:37:14 +0100" startDate="2024-09-27 07:26:12 +0100" endDate="2024-09-27 07:35:00 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 07:57:17 +0100" startDate="2024-09-27 07:42:42 +0100" endDate="2024-09-27 07:43:07 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 09:53:48 +0100" startDate="2024-09-27 09:43:37 +0100" endDate="2024-09-27 09:49:26 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 10:32:22 +0100" startDate="2024-09-27 10:21:20 +0100" endDate="2024-09-27 10:30:55 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 12:10:33 +0100" startDate="2024-09-27 11:55:23 +0100" endDate="2024-09-27 12:00:57 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 12:32:43 +0100" startDate="2024-09-27 12:21:48 +0100" endDate="2024-09-27 12:21:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 13:13:28 +0100" startDate="2024-09-27 13:02:25 +0100" endDate="2024-09-27 13:06:37 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 13:33:47 +0100" startDate="2024-09-27 13:22:12 +0100" endDate="2024-09-27 13:31:12 +0100" value="939"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 14:10:26 +0100" startDate="2024-09-27 13:59:23 +0100" endDate="2024-09-27 14:09:25 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 14:19:37 +0100" startDate="2024-09-27 14:09:25 +0100" endDate="2024-09-27 14:19:26 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 14:30:28 +0100" startDate="2024-09-27 14:19:26 +0100" endDate="2024-09-27 14:27:35 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-27 21:02:07 +0100" startDate="2024-09-27 20:40:32 +0100" endDate="2024-09-27 20:41:02 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 02:05:21 +0100" startDate="2024-09-28 01:55:11 +0100" endDate="2024-09-28 01:58:45 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 09:24:50 +0100" startDate="2024-09-28 09:13:35 +0100" endDate="2024-09-28 09:23:36 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 09:38:13 +0100" startDate="2024-09-28 09:23:44 +0100" endDate="2024-09-28 09:27:03 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 09:58:28 +0100" startDate="2024-09-28 09:45:26 +0100" endDate="2024-09-28 09:48:50 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 10:41:03 +0100" startDate="2024-09-28 10:29:31 +0100" endDate="2024-09-28 10:39:17 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 10:53:15 +0100" startDate="2024-09-28 10:39:35 +0100" endDate="2024-09-28 10:43:19 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 11:05:26 +0100" startDate="2024-09-28 10:54:55 +0100" endDate="2024-09-28 11:01:45 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 11:16:30 +0100" startDate="2024-09-28 11:05:54 +0100" endDate="2024-09-28 11:14:50 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 11:29:13 +0100" startDate="2024-09-28 11:17:11 +0100" endDate="2024-09-28 11:17:21 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 11:41:14 +0100" startDate="2024-09-28 11:30:38 +0100" endDate="2024-09-28 11:37:54 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 11:57:59 +0100" startDate="2024-09-28 11:41:05 +0100" endDate="2024-09-28 11:45:25 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 12:29:39 +0100" startDate="2024-09-28 12:18:49 +0100" endDate="2024-09-28 12:27:19 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 13:05:13 +0100" startDate="2024-09-28 12:54:29 +0100" endDate="2024-09-28 12:55:48 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 13:21:29 +0100" startDate="2024-09-28 13:05:48 +0100" endDate="2024-09-28 13:08:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 14:12:05 +0100" startDate="2024-09-28 14:00:24 +0100" endDate="2024-09-28 14:05:55 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 14:57:43 +0100" startDate="2024-09-28 14:11:11 +0100" endDate="2024-09-28 14:17:41 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 14:57:43 +0100" startDate="2024-09-28 14:27:51 +0100" endDate="2024-09-28 14:36:36 +0100" value="510"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 14:57:43 +0100" startDate="2024-09-28 14:40:33 +0100" endDate="2024-09-28 14:48:07 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 15:11:25 +0100" startDate="2024-09-28 14:55:50 +0100" endDate="2024-09-28 15:02:58 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 15:28:13 +0100" startDate="2024-09-28 15:16:45 +0100" endDate="2024-09-28 15:18:01 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 15:39:26 +0100" startDate="2024-09-28 15:26:53 +0100" endDate="2024-09-28 15:32:22 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 15:52:08 +0100" startDate="2024-09-28 15:40:25 +0100" endDate="2024-09-28 15:49:36 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 16:05:11 +0100" startDate="2024-09-28 15:51:20 +0100" endDate="2024-09-28 15:51:28 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 16:21:35 +0100" startDate="2024-09-28 16:08:45 +0100" endDate="2024-09-28 16:14:17 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 16:31:27 +0100" startDate="2024-09-28 16:18:55 +0100" endDate="2024-09-28 16:19:28 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 16:44:08 +0100" startDate="2024-09-28 16:32:48 +0100" endDate="2024-09-28 16:42:44 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 16:58:19 +0100" startDate="2024-09-28 16:42:49 +0100" endDate="2024-09-28 16:49:06 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 17:15:57 +0100" startDate="2024-09-28 17:04:51 +0100" endDate="2024-09-28 17:12:17 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 17:26:58 +0100" startDate="2024-09-28 17:15:00 +0100" endDate="2024-09-28 17:20:39 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 18:04:24 +0100" startDate="2024-09-28 17:51:05 +0100" endDate="2024-09-28 17:59:55 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 18:15:02 +0100" startDate="2024-09-28 18:01:44 +0100" endDate="2024-09-28 18:11:07 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 18:43:50 +0100" startDate="2024-09-28 18:30:43 +0100" endDate="2024-09-28 18:40:26 +0100" value="336"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 18:53:28 +0100" startDate="2024-09-28 18:42:26 +0100" endDate="2024-09-28 18:52:17 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 19:09:55 +0100" startDate="2024-09-28 18:54:14 +0100" endDate="2024-09-28 18:54:42 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-28 21:11:57 +0100" startDate="2024-09-28 21:01:28 +0100" endDate="2024-09-28 21:07:56 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 04:02:44 +0100" startDate="2024-09-29 03:51:41 +0100" endDate="2024-09-29 03:51:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 04:17:09 +0100" startDate="2024-09-29 04:07:01 +0100" endDate="2024-09-29 04:07:27 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 05:15:43 +0100" startDate="2024-09-29 05:04:40 +0100" endDate="2024-09-29 05:05:05 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 05:58:20 +0100" startDate="2024-09-29 05:46:19 +0100" endDate="2024-09-29 05:46:30 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 06:14:30 +0100" startDate="2024-09-29 06:03:14 +0100" endDate="2024-09-29 06:08:24 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 06:28:47 +0100" startDate="2024-09-29 06:18:16 +0100" endDate="2024-09-29 06:28:18 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 06:38:25 +0100" startDate="2024-09-29 06:28:18 +0100" endDate="2024-09-29 06:38:19 +0100" value="1186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 06:49:22 +0100" startDate="2024-09-29 06:38:19 +0100" endDate="2024-09-29 06:43:40 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 07:05:22 +0100" startDate="2024-09-29 06:54:19 +0100" endDate="2024-09-29 06:54:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 07:19:43 +0100" startDate="2024-09-29 07:06:02 +0100" endDate="2024-09-29 07:06:05 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 08:19:43 +0100" startDate="2024-09-29 08:08:18 +0100" endDate="2024-09-29 08:14:32 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 08:48:11 +0100" startDate="2024-09-29 08:34:45 +0100" endDate="2024-09-29 08:37:56 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 09:28:11 +0100" startDate="2024-09-29 09:14:18 +0100" endDate="2024-09-29 09:14:51 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 10:00:32 +0100" startDate="2024-09-29 09:45:16 +0100" endDate="2024-09-29 09:54:28 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 10:14:42 +0100" startDate="2024-09-29 10:02:16 +0100" endDate="2024-09-29 10:10:15 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 10:25:36 +0100" startDate="2024-09-29 10:12:38 +0100" endDate="2024-09-29 10:20:52 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 10:36:21 +0100" startDate="2024-09-29 10:23:02 +0100" endDate="2024-09-29 10:32:38 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 10:50:37 +0100" startDate="2024-09-29 10:34:25 +0100" endDate="2024-09-29 10:42:21 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 11:17:33 +0100" startDate="2024-09-29 11:01:19 +0100" endDate="2024-09-29 11:05:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 11:27:38 +0100" startDate="2024-09-29 11:11:18 +0100" endDate="2024-09-29 11:20:18 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 11:37:36 +0100" startDate="2024-09-29 11:21:57 +0100" endDate="2024-09-29 11:30:52 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 11:43:31 +0100" startDate="2024-09-29 11:32:14 +0100" endDate="2024-09-29 11:41:35 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 11:58:16 +0100" startDate="2024-09-29 11:42:25 +0100" endDate="2024-09-29 11:48:17 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 12:07:27 +0100" startDate="2024-09-29 11:52:44 +0100" endDate="2024-09-29 12:02:38 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 12:17:06 +0100" startDate="2024-09-29 12:03:57 +0100" endDate="2024-09-29 12:06:37 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 12:26:47 +0100" startDate="2024-09-29 12:15:42 +0100" endDate="2024-09-29 12:16:00 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 12:45:19 +0100" startDate="2024-09-29 12:35:05 +0100" endDate="2024-09-29 12:39:33 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 13:08:29 +0100" startDate="2024-09-29 12:57:26 +0100" endDate="2024-09-29 12:57:33 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 13:59:17 +0100" startDate="2024-09-29 13:48:14 +0100" endDate="2024-09-29 13:49:34 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 14:19:19 +0100" startDate="2024-09-29 14:08:06 +0100" endDate="2024-09-29 14:08:18 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 14:40:23 +0100" startDate="2024-09-29 14:19:02 +0100" endDate="2024-09-29 14:22:28 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 14:40:23 +0100" startDate="2024-09-29 14:29:03 +0100" endDate="2024-09-29 14:29:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 16:22:03 +0100" startDate="2024-09-29 16:01:40 +0100" endDate="2024-09-29 16:01:45 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 18:10:25 +0100" startDate="2024-09-29 17:57:18 +0100" endDate="2024-09-29 17:59:46 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 18:22:11 +0100" startDate="2024-09-29 18:10:00 +0100" endDate="2024-09-29 18:10:10 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 18:32:52 +0100" startDate="2024-09-29 18:21:07 +0100" endDate="2024-09-29 18:25:22 +0100" value="245"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 18:47:32 +0100" startDate="2024-09-29 18:36:29 +0100" endDate="2024-09-29 18:43:55 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 19:30:28 +0100" startDate="2024-09-29 19:17:28 +0100" endDate="2024-09-29 19:27:29 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 19:42:54 +0100" startDate="2024-09-29 19:27:57 +0100" endDate="2024-09-29 19:37:58 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 19:49:49 +0100" startDate="2024-09-29 19:38:08 +0100" endDate="2024-09-29 19:43:34 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-29 20:48:10 +0100" startDate="2024-09-29 20:37:52 +0100" endDate="2024-09-29 20:40:23 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 01:47:22 +0100" startDate="2024-09-30 01:37:09 +0100" endDate="2024-09-30 01:38:05 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 05:03:40 +0100" startDate="2024-09-30 04:52:37 +0100" endDate="2024-09-30 04:52:50 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 05:23:57 +0100" startDate="2024-09-30 05:12:55 +0100" endDate="2024-09-30 05:13:00 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 05:50:12 +0100" startDate="2024-09-30 05:39:40 +0100" endDate="2024-09-30 05:39:42 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 06:00:07 +0100" startDate="2024-09-30 05:49:54 +0100" endDate="2024-09-30 05:50:12 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 07:28:26 +0100" startDate="2024-09-30 07:13:14 +0100" endDate="2024-09-30 07:13:50 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 08:10:08 +0100" startDate="2024-09-30 07:54:44 +0100" endDate="2024-09-30 08:03:34 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 08:39:38 +0100" startDate="2024-09-30 08:26:54 +0100" endDate="2024-09-30 08:31:11 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 08:52:50 +0100" startDate="2024-09-30 08:38:35 +0100" endDate="2024-09-30 08:40:14 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 09:08:35 +0100" startDate="2024-09-30 08:52:59 +0100" endDate="2024-09-30 09:01:34 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 09:22:34 +0100" startDate="2024-09-30 09:10:29 +0100" endDate="2024-09-30 09:10:42 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 09:33:15 +0100" startDate="2024-09-30 09:22:12 +0100" endDate="2024-09-30 09:26:05 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 10:53:20 +0100" startDate="2024-09-30 10:37:55 +0100" endDate="2024-09-30 10:47:56 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 11:01:20 +0100" startDate="2024-09-30 10:47:56 +0100" endDate="2024-09-30 10:57:57 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 11:16:16 +0100" startDate="2024-09-30 10:57:57 +0100" endDate="2024-09-30 11:03:44 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 12:12:13 +0100" startDate="2024-09-30 12:02:02 +0100" endDate="2024-09-30 12:12:03 +0100" value="943"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 12:22:13 +0100" startDate="2024-09-30 12:12:03 +0100" endDate="2024-09-30 12:21:19 +0100" value="453"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 12:35:09 +0100" startDate="2024-09-30 12:24:50 +0100" endDate="2024-09-30 12:34:10 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 12:51:18 +0100" startDate="2024-09-30 12:39:55 +0100" endDate="2024-09-30 12:45:16 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 13:02:48 +0100" startDate="2024-09-30 12:51:46 +0100" endDate="2024-09-30 13:00:33 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 13:14:08 +0100" startDate="2024-09-30 13:02:58 +0100" endDate="2024-09-30 13:03:41 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 13:26:26 +0100" startDate="2024-09-30 13:13:27 +0100" endDate="2024-09-30 13:21:03 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 13:36:30 +0100" startDate="2024-09-30 13:23:56 +0100" endDate="2024-09-30 13:33:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 13:56:52 +0100" startDate="2024-09-30 13:43:43 +0100" endDate="2024-09-30 13:50:41 +0100" value="367"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 15:39:09 +0100" startDate="2024-09-30 15:23:39 +0100" endDate="2024-09-30 15:28:19 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 15:48:36 +0100" startDate="2024-09-30 15:36:58 +0100" endDate="2024-09-30 15:41:36 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 16:02:13 +0100" startDate="2024-09-30 15:49:02 +0100" endDate="2024-09-30 15:58:25 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 16:16:17 +0100" startDate="2024-09-30 16:04:53 +0100" endDate="2024-09-30 16:04:55 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 17:29:50 +0100" startDate="2024-09-30 17:19:38 +0100" endDate="2024-09-30 17:29:03 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 17:39:52 +0100" startDate="2024-09-30 17:29:39 +0100" endDate="2024-09-30 17:35:05 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 18:00:40 +0100" startDate="2024-09-30 17:41:37 +0100" endDate="2024-09-30 17:41:57 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 19:39:39 +0100" startDate="2024-09-30 19:20:15 +0100" endDate="2024-09-30 19:23:26 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 20:16:59 +0100" startDate="2024-09-30 20:02:17 +0100" endDate="2024-09-30 20:02:45 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 20:29:32 +0100" startDate="2024-09-30 20:18:29 +0100" endDate="2024-09-30 20:26:38 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 20:50:33 +0100" startDate="2024-09-30 20:39:49 +0100" endDate="2024-09-30 20:49:22 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 21:39:18 +0100" startDate="2024-09-30 21:26:05 +0100" endDate="2024-09-30 21:27:54 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 22:28:14 +0100" startDate="2024-09-30 22:15:05 +0100" endDate="2024-09-30 22:24:56 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 22:37:53 +0100" startDate="2024-09-30 22:25:39 +0100" endDate="2024-09-30 22:32:01 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-09-30 22:48:46 +0100" startDate="2024-09-30 22:37:42 +0100" endDate="2024-09-30 22:38:03 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 06:15:50 +0100" startDate="2024-10-01 06:02:16 +0100" endDate="2024-10-01 06:02:31 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 07:20:25 +0100" startDate="2024-10-01 07:03:41 +0100" endDate="2024-10-01 07:03:51 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 09:14:04 +0100" startDate="2024-10-01 08:59:32 +0100" endDate="2024-10-01 08:59:35 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 10:16:24 +0100" startDate="2024-10-01 10:04:03 +0100" endDate="2024-10-01 10:11:01 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 10:29:14 +0100" startDate="2024-10-01 10:15:06 +0100" endDate="2024-10-01 10:15:14 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 11:06:34 +0100" startDate="2024-10-01 10:56:15 +0100" endDate="2024-10-01 11:06:14 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 11:17:38 +0100" startDate="2024-10-01 11:06:14 +0100" endDate="2024-10-01 11:13:47 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 11:30:19 +0100" startDate="2024-10-01 11:16:51 +0100" endDate="2024-10-01 11:24:11 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 11:39:17 +0100" startDate="2024-10-01 11:29:05 +0100" endDate="2024-10-01 11:36:38 +0100" value="702"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 12:17:16 +0100" startDate="2024-10-01 12:06:14 +0100" endDate="2024-10-01 12:14:10 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 12:55:54 +0100" startDate="2024-10-01 12:44:40 +0100" endDate="2024-10-01 12:45:28 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 14:36:22 +0100" startDate="2024-10-01 14:16:34 +0100" endDate="2024-10-01 14:16:39 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 15:49:59 +0100" startDate="2024-10-01 15:35:11 +0100" endDate="2024-10-01 15:43:15 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 16:06:46 +0100" startDate="2024-10-01 15:50:10 +0100" endDate="2024-10-01 15:54:05 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 16:36:20 +0100" startDate="2024-10-01 16:23:22 +0100" endDate="2024-10-01 16:32:05 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 16:46:39 +0100" startDate="2024-10-01 16:35:37 +0100" endDate="2024-10-01 16:43:33 +0100" value="408"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 18:50:58 +0100" startDate="2024-10-01 18:40:11 +0100" endDate="2024-10-01 18:47:06 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 19:17:40 +0100" startDate="2024-10-01 18:58:24 +0100" endDate="2024-10-01 19:01:12 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 19:37:21 +0100" startDate="2024-10-01 19:26:18 +0100" endDate="2024-10-01 19:26:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 20:02:24 +0100" startDate="2024-10-01 19:49:31 +0100" endDate="2024-10-01 19:56:14 +0100" value="536"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 20:12:55 +0100" startDate="2024-10-01 20:02:31 +0100" endDate="2024-10-01 20:02:49 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-01 21:04:26 +0100" startDate="2024-10-01 20:54:08 +0100" endDate="2024-10-01 20:54:59 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 04:31:36 +0100" startDate="2024-10-02 04:16:26 +0100" endDate="2024-10-02 04:17:22 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 04:50:17 +0100" startDate="2024-10-02 04:36:35 +0100" endDate="2024-10-02 04:43:53 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 05:16:16 +0100" startDate="2024-10-02 05:05:31 +0100" endDate="2024-10-02 05:14:49 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 05:25:51 +0100" startDate="2024-10-02 05:14:49 +0100" endDate="2024-10-02 05:15:50 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 06:33:37 +0100" startDate="2024-10-02 06:20:42 +0100" endDate="2024-10-02 06:23:32 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 06:59:12 +0100" startDate="2024-10-02 06:40:58 +0100" endDate="2024-10-02 06:46:35 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 07:34:07 +0100" startDate="2024-10-02 07:16:38 +0100" endDate="2024-10-02 07:23:56 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 08:22:32 +0100" startDate="2024-10-02 08:11:09 +0100" endDate="2024-10-02 08:12:58 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 08:46:05 +0100" startDate="2024-10-02 08:35:50 +0100" endDate="2024-10-02 08:36:49 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 10:06:42 +0100" startDate="2024-10-02 09:56:29 +0100" endDate="2024-10-02 10:06:30 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 10:27:05 +0100" startDate="2024-10-02 10:06:30 +0100" endDate="2024-10-02 10:06:56 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 10:54:29 +0100" startDate="2024-10-02 10:43:29 +0100" endDate="2024-10-02 10:52:52 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 11:26:31 +0100" startDate="2024-10-02 11:15:28 +0100" endDate="2024-10-02 11:19:51 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 13:07:09 +0100" startDate="2024-10-02 12:50:22 +0100" endDate="2024-10-02 12:51:38 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 13:25:36 +0100" startDate="2024-10-02 13:11:02 +0100" endDate="2024-10-02 13:17:39 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 14:49:18 +0100" startDate="2024-10-02 14:38:44 +0100" endDate="2024-10-02 14:48:38 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 16:33:17 +0100" startDate="2024-10-02 16:23:12 +0100" endDate="2024-10-02 16:33:08 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 16:44:31 +0100" startDate="2024-10-02 16:33:28 +0100" endDate="2024-10-02 16:33:43 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 17:43:57 +0100" startDate="2024-10-02 17:32:54 +0100" endDate="2024-10-02 17:33:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 18:03:39 +0100" startDate="2024-10-02 17:52:36 +0100" endDate="2024-10-02 18:02:09 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 18:14:11 +0100" startDate="2024-10-02 18:03:08 +0100" endDate="2024-10-02 18:07:10 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 18:52:33 +0100" startDate="2024-10-02 18:41:30 +0100" endDate="2024-10-02 18:41:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 19:35:23 +0100" startDate="2024-10-02 19:24:20 +0100" endDate="2024-10-02 19:24:23 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 21:02:39 +0100" startDate="2024-10-02 20:43:18 +0100" endDate="2024-10-02 20:53:09 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-02 21:38:01 +0100" startDate="2024-10-02 21:25:02 +0100" endDate="2024-10-02 21:27:24 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 12:17:26 +0100" startDate="2024-10-03 12:05:23 +0100" endDate="2024-10-03 12:06:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 12:33:48 +0100" startDate="2024-10-03 12:22:47 +0100" endDate="2024-10-03 12:31:47 +0100" value="595"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 12:44:09 +0100" startDate="2024-10-03 12:31:47 +0100" endDate="2024-10-03 12:37:44 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 12:50:45 +0100" startDate="2024-10-03 12:37:44 +0100" endDate="2024-10-03 12:47:45 +0100" value="1006"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 13:00:51 +0100" startDate="2024-10-03 12:47:45 +0100" endDate="2024-10-03 12:56:23 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 13:14:41 +0100" startDate="2024-10-03 12:56:33 +0100" endDate="2024-10-03 13:06:31 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 13:19:19 +0100" startDate="2024-10-03 13:06:39 +0100" endDate="2024-10-03 13:16:27 +0100" value="914"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 13:30:22 +0100" startDate="2024-10-03 13:17:34 +0100" endDate="2024-10-03 13:26:44 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 13:40:17 +0100" startDate="2024-10-03 13:27:40 +0100" endDate="2024-10-03 13:37:41 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 13:50:22 +0100" startDate="2024-10-03 13:37:44 +0100" endDate="2024-10-03 13:47:45 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 13:58:20 +0100" startDate="2024-10-03 13:47:45 +0100" endDate="2024-10-03 13:53:46 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 14:07:13 +0100" startDate="2024-10-03 13:53:46 +0100" endDate="2024-10-03 14:02:20 +0100" value="717"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 14:22:14 +0100" startDate="2024-10-03 14:04:28 +0100" endDate="2024-10-03 14:04:33 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 14:46:27 +0100" startDate="2024-10-03 14:26:10 +0100" endDate="2024-10-03 14:26:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-03 21:14:39 +0100" startDate="2024-10-03 21:04:24 +0100" endDate="2024-10-03 21:06:06 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 05:22:45 +0100" startDate="2024-10-04 05:12:17 +0100" endDate="2024-10-04 05:14:52 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 07:07:49 +0100" startDate="2024-10-04 06:54:00 +0100" endDate="2024-10-04 06:54:41 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 11:40:07 +0100" startDate="2024-10-04 11:08:43 +0100" endDate="2024-10-04 11:10:35 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 13:13:50 +0100" startDate="2024-10-04 13:02:47 +0100" endDate="2024-10-04 13:12:48 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 13:31:44 +0100" startDate="2024-10-04 13:12:48 +0100" endDate="2024-10-04 13:22:49 +0100" value="1088"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 13:42:05 +0100" startDate="2024-10-04 13:22:49 +0100" endDate="2024-10-04 13:32:50 +0100" value="853"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 13:43:37 +0100" startDate="2024-10-04 13:32:50 +0100" endDate="2024-10-04 13:42:49 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 13:56:12 +0100" startDate="2024-10-04 13:42:49 +0100" endDate="2024-10-04 13:50:22 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 14:12:16 +0100" startDate="2024-10-04 13:54:19 +0100" endDate="2024-10-04 13:58:11 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 14:24:55 +0100" startDate="2024-10-04 14:13:00 +0100" endDate="2024-10-04 14:22:53 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 14:35:16 +0100" startDate="2024-10-04 14:23:06 +0100" endDate="2024-10-04 14:33:07 +0100" value="646"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 14:47:59 +0100" startDate="2024-10-04 14:33:07 +0100" endDate="2024-10-04 14:41:54 +0100" value="928"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 14:58:49 +0100" startDate="2024-10-04 14:43:39 +0100" endDate="2024-10-04 14:53:40 +0100" value="1035"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 15:04:43 +0100" startDate="2024-10-04 14:53:40 +0100" endDate="2024-10-04 14:57:55 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 15:29:30 +0100" startDate="2024-10-04 15:19:17 +0100" endDate="2024-10-04 15:26:18 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 15:48:19 +0100" startDate="2024-10-04 15:33:11 +0100" endDate="2024-10-04 15:41:25 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 16:04:35 +0100" startDate="2024-10-04 15:44:57 +0100" endDate="2024-10-04 15:54:25 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 16:10:25 +0100" startDate="2024-10-04 15:55:26 +0100" endDate="2024-10-04 16:04:21 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 16:30:23 +0100" startDate="2024-10-04 16:05:45 +0100" endDate="2024-10-04 16:07:57 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 17:00:55 +0100" startDate="2024-10-04 16:50:27 +0100" endDate="2024-10-04 16:59:42 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 20:00:57 +0100" startDate="2024-10-04 19:49:54 +0100" endDate="2024-10-04 19:58:52 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 20:35:00 +0100" startDate="2024-10-04 20:24:36 +0100" endDate="2024-10-04 20:27:22 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-04 20:45:14 +0100" startDate="2024-10-04 20:35:01 +0100" endDate="2024-10-04 20:35:09 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 07:21:19 +0100" startDate="2024-10-05 07:08:24 +0100" endDate="2024-10-05 07:10:19 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 08:18:17 +0100" startDate="2024-10-05 08:07:25 +0100" endDate="2024-10-05 08:17:26 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 08:31:28 +0100" startDate="2024-10-05 08:17:26 +0100" endDate="2024-10-05 08:27:27 +0100" value="1122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 08:40:36 +0100" startDate="2024-10-05 08:27:27 +0100" endDate="2024-10-05 08:33:03 +0100" value="476"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 11:27:58 +0100" startDate="2024-10-05 08:40:00 +0100" endDate="2024-10-05 08:40:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 11:27:58 +0100" startDate="2024-10-05 11:16:17 +0100" endDate="2024-10-05 11:25:58 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 11:43:14 +0100" startDate="2024-10-05 11:27:37 +0100" endDate="2024-10-05 11:37:38 +0100" value="893"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 11:49:23 +0100" startDate="2024-10-05 11:37:38 +0100" endDate="2024-10-05 11:47:31 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 12:51:54 +0100" startDate="2024-10-05 12:40:51 +0100" endDate="2024-10-05 12:41:04 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 13:18:18 +0100" startDate="2024-10-05 13:02:05 +0100" endDate="2024-10-05 13:07:55 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 13:28:26 +0100" startDate="2024-10-05 13:12:17 +0100" endDate="2024-10-05 13:12:50 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 14:03:19 +0100" startDate="2024-10-05 13:53:11 +0100" endDate="2024-10-05 14:02:09 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 14:15:29 +0100" startDate="2024-10-05 14:04:26 +0100" endDate="2024-10-05 14:13:11 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 14:30:19 +0100" startDate="2024-10-05 14:18:12 +0100" endDate="2024-10-05 14:23:35 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 15:30:42 +0100" startDate="2024-10-05 15:19:39 +0100" endDate="2024-10-05 15:19:54 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 16:14:35 +0100" startDate="2024-10-05 16:03:32 +0100" endDate="2024-10-05 16:11:33 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 16:57:15 +0100" startDate="2024-10-05 16:44:22 +0100" endDate="2024-10-05 16:52:34 +0100" value="711"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 17:51:28 +0100" startDate="2024-10-05 17:41:20 +0100" endDate="2024-10-05 17:48:23 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 18:07:42 +0100" startDate="2024-10-05 17:56:39 +0100" endDate="2024-10-05 17:57:33 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 18:47:00 +0100" startDate="2024-10-05 18:33:43 +0100" endDate="2024-10-05 18:40:38 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 18:57:03 +0100" startDate="2024-10-05 18:44:25 +0100" endDate="2024-10-05 18:44:27 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 19:08:56 +0100" startDate="2024-10-05 18:55:19 +0100" endDate="2024-10-05 19:05:20 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 19:17:05 +0100" startDate="2024-10-05 19:05:20 +0100" endDate="2024-10-05 19:13:29 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 19:46:39 +0100" startDate="2024-10-05 19:32:20 +0100" endDate="2024-10-05 19:35:54 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-05 19:56:33 +0100" startDate="2024-10-05 19:46:26 +0100" endDate="2024-10-05 19:46:41 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 05:11:48 +0100" startDate="2024-10-06 05:01:35 +0100" endDate="2024-10-06 05:08:00 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 05:24:33 +0100" startDate="2024-10-06 05:14:28 +0100" endDate="2024-10-06 05:14:59 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 08:45:45 +0100" startDate="2024-10-06 08:35:32 +0100" endDate="2024-10-06 08:37:19 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 10:00:04 +0100" startDate="2024-10-06 09:41:48 +0100" endDate="2024-10-06 09:41:56 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 10:27:45 +0100" startDate="2024-10-06 10:13:56 +0100" endDate="2024-10-06 10:23:56 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 10:36:15 +0100" startDate="2024-10-06 10:23:56 +0100" endDate="2024-10-06 10:24:45 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 10:51:02 +0100" startDate="2024-10-06 10:39:58 +0100" endDate="2024-10-06 10:41:12 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 11:08:40 +0100" startDate="2024-10-06 10:57:32 +0100" endDate="2024-10-06 10:58:54 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 11:35:46 +0100" startDate="2024-10-06 11:21:52 +0100" endDate="2024-10-06 11:26:37 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 11:45:04 +0100" startDate="2024-10-06 11:32:47 +0100" endDate="2024-10-06 11:33:09 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 12:40:47 +0100" startDate="2024-10-06 12:29:28 +0100" endDate="2024-10-06 12:39:10 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 12:12:04 +0100" startDate="2024-10-06 11:58:41 +0100" endDate="2024-10-06 12:08:42 +0100" value="469"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 12:19:05 +0100" startDate="2024-10-06 12:08:42 +0100" endDate="2024-10-06 12:09:10 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 12:51:45 +0100" startDate="2024-10-06 12:39:48 +0100" endDate="2024-10-06 12:46:59 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 13:00:53 +0100" startDate="2024-10-06 12:50:34 +0100" endDate="2024-10-06 12:59:53 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 13:12:30 +0100" startDate="2024-10-06 13:01:30 +0100" endDate="2024-10-06 13:11:21 +0100" value="458"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 13:24:16 +0100" startDate="2024-10-06 13:11:52 +0100" endDate="2024-10-06 13:20:47 +0100" value="473"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 13:33:41 +0100" startDate="2024-10-06 13:23:02 +0100" endDate="2024-10-06 13:32:58 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 13:47:40 +0100" startDate="2024-10-06 13:33:44 +0100" endDate="2024-10-06 13:38:39 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 14:04:32 +0100" startDate="2024-10-06 13:46:39 +0100" endDate="2024-10-06 13:49:37 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 14:23:26 +0100" startDate="2024-10-06 14:02:54 +0100" endDate="2024-10-06 14:12:55 +0100" value="563"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 14:23:26 +0100" startDate="2024-10-06 14:12:55 +0100" endDate="2024-10-06 14:20:31 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 14:38:24 +0100" startDate="2024-10-06 14:23:16 +0100" endDate="2024-10-06 14:33:15 +0100" value="782"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 14:46:13 +0100" startDate="2024-10-06 14:33:15 +0100" endDate="2024-10-06 14:43:08 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 14:58:05 +0100" startDate="2024-10-06 14:43:31 +0100" endDate="2024-10-06 14:45:44 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 15:21:37 +0100" startDate="2024-10-06 15:10:49 +0100" endDate="2024-10-06 15:19:39 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 15:32:21 +0100" startDate="2024-10-06 15:22:04 +0100" endDate="2024-10-06 15:30:49 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 15:48:14 +0100" startDate="2024-10-06 15:33:07 +0100" endDate="2024-10-06 15:34:59 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 17:38:08 +0100" startDate="2024-10-06 17:27:51 +0100" endDate="2024-10-06 17:28:11 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 18:56:22 +0100" startDate="2024-10-06 18:46:09 +0100" endDate="2024-10-06 18:50:30 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-06 20:20:01 +0100" startDate="2024-10-06 20:08:58 +0100" endDate="2024-10-06 20:09:14 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 00:09:35 +0100" startDate="2024-10-06 23:59:04 +0100" endDate="2024-10-06 23:59:40 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 02:33:17 +0100" startDate="2024-10-07 02:11:13 +0100" endDate="2024-10-07 02:11:31 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 06:00:22 +0100" startDate="2024-10-07 05:45:54 +0100" endDate="2024-10-07 05:55:08 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 06:40:55 +0100" startDate="2024-10-07 06:30:44 +0100" endDate="2024-10-07 06:31:02 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 09:01:56 +0100" startDate="2024-10-07 08:51:28 +0100" endDate="2024-10-07 08:54:32 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 09:44:07 +0100" startDate="2024-10-07 09:33:08 +0100" endDate="2024-10-07 09:42:54 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 10:13:44 +0100" startDate="2024-10-07 09:59:34 +0100" endDate="2024-10-07 10:01:31 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 11:27:17 +0100" startDate="2024-10-07 11:12:27 +0100" endDate="2024-10-07 11:22:29 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 11:32:55 +0100" startDate="2024-10-07 11:22:29 +0100" endDate="2024-10-07 11:32:30 +0100" value="1080"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 11:51:18 +0100" startDate="2024-10-07 11:32:30 +0100" endDate="2024-10-07 11:33:21 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 12:40:14 +0100" startDate="2024-10-07 12:20:13 +0100" endDate="2024-10-07 12:23:06 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 12:55:11 +0100" startDate="2024-10-07 12:44:08 +0100" endDate="2024-10-07 12:54:09 +0100" value="687"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 13:06:23 +0100" startDate="2024-10-07 12:54:09 +0100" endDate="2024-10-07 13:04:11 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 13:16:37 +0100" startDate="2024-10-07 13:04:11 +0100" endDate="2024-10-07 13:14:09 +0100" value="1012"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 13:26:11 +0100" startDate="2024-10-07 13:14:17 +0100" endDate="2024-10-07 13:21:22 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 16:36:30 +0100" startDate="2024-10-07 16:23:48 +0100" endDate="2024-10-07 16:32:18 +0100" value="786"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 16:43:21 +0100" startDate="2024-10-07 16:32:18 +0100" endDate="2024-10-07 16:42:19 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 16:52:34 +0100" startDate="2024-10-07 16:42:19 +0100" endDate="2024-10-07 16:52:07 +0100" value="703"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 17:04:18 +0100" startDate="2024-10-07 16:52:48 +0100" endDate="2024-10-07 17:00:25 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 17:50:39 +0100" startDate="2024-10-07 17:40:29 +0100" endDate="2024-10-07 17:42:42 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 18:33:34 +0100" startDate="2024-10-07 18:23:01 +0100" endDate="2024-10-07 18:23:19 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-07 20:09:02 +0100" startDate="2024-10-07 19:55:55 +0100" endDate="2024-10-07 20:01:57 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 01:59:44 +0100" startDate="2024-10-08 01:49:36 +0100" endDate="2024-10-08 01:51:03 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 02:16:24 +0100" startDate="2024-10-08 02:05:21 +0100" endDate="2024-10-08 02:05:57 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 02:33:49 +0100" startDate="2024-10-08 02:22:46 +0100" endDate="2024-10-08 02:24:43 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 06:07:10 +0100" startDate="2024-10-08 05:56:57 +0100" endDate="2024-10-08 05:57:25 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 06:18:00 +0100" startDate="2024-10-08 06:06:58 +0100" endDate="2024-10-08 06:14:23 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 06:48:00 +0100" startDate="2024-10-08 06:37:34 +0100" endDate="2024-10-08 06:45:13 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 08:41:47 +0100" startDate="2024-10-08 08:28:48 +0100" endDate="2024-10-08 08:38:49 +0100" value="872"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 08:49:49 +0100" startDate="2024-10-08 08:38:49 +0100" endDate="2024-10-08 08:41:09 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 09:14:08 +0100" startDate="2024-10-08 09:02:49 +0100" endDate="2024-10-08 09:12:20 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 09:28:31 +0100" startDate="2024-10-08 09:16:49 +0100" endDate="2024-10-08 09:26:35 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 10:47:13 +0100" startDate="2024-10-08 10:36:11 +0100" endDate="2024-10-08 10:38:16 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 11:11:44 +0100" startDate="2024-10-08 10:59:53 +0100" endDate="2024-10-08 11:00:16 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 11:58:03 +0100" startDate="2024-10-08 11:47:00 +0100" endDate="2024-10-08 11:47:12 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 12:11:52 +0100" startDate="2024-10-08 12:00:35 +0100" endDate="2024-10-08 12:08:09 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 12:46:08 +0100" startDate="2024-10-08 12:33:45 +0100" endDate="2024-10-08 12:43:26 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 12:56:43 +0100" startDate="2024-10-08 12:44:48 +0100" endDate="2024-10-08 12:44:50 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 14:11:25 +0100" startDate="2024-10-08 14:01:15 +0100" endDate="2024-10-08 14:07:09 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 14:42:44 +0100" startDate="2024-10-08 14:32:31 +0100" endDate="2024-10-08 14:40:38 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 14:56:46 +0100" startDate="2024-10-08 14:45:43 +0100" endDate="2024-10-08 14:46:01 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 16:55:56 +0100" startDate="2024-10-08 16:44:09 +0100" endDate="2024-10-08 16:53:45 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 17:09:55 +0100" startDate="2024-10-08 16:54:18 +0100" endDate="2024-10-08 17:03:49 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 17:15:20 +0100" startDate="2024-10-08 17:04:17 +0100" endDate="2024-10-08 17:09:00 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 18:05:00 +0100" startDate="2024-10-08 17:53:57 +0100" endDate="2024-10-08 17:54:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 18:37:16 +0100" startDate="2024-10-08 18:15:11 +0100" endDate="2024-10-08 18:24:34 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 18:37:16 +0100" startDate="2024-10-08 18:25:56 +0100" endDate="2024-10-08 18:26:36 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 18:42:32 +0100" startDate="2024-10-08 18:30:41 +0100" endDate="2024-10-08 18:31:17 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 19:22:00 +0100" startDate="2024-10-08 19:05:20 +0100" endDate="2024-10-08 19:10:12 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 19:44:01 +0100" startDate="2024-10-08 19:18:39 +0100" endDate="2024-10-08 19:23:40 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-08 20:59:30 +0100" startDate="2024-10-08 20:48:48 +0100" endDate="2024-10-08 20:48:58 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 04:29:52 +0100" startDate="2024-10-09 04:16:02 +0100" endDate="2024-10-09 04:16:33 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 04:44:21 +0100" startDate="2024-10-09 04:33:18 +0100" endDate="2024-10-09 04:33:44 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 05:09:29 +0100" startDate="2024-10-09 04:59:22 +0100" endDate="2024-10-09 05:09:05 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 05:21:29 +0100" startDate="2024-10-09 05:10:27 +0100" endDate="2024-10-09 05:11:48 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 05:51:02 +0100" startDate="2024-10-09 05:40:00 +0100" endDate="2024-10-09 05:40:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 06:40:50 +0100" startDate="2024-10-09 06:26:21 +0100" endDate="2024-10-09 06:30:38 +0100" value="241"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 06:48:45 +0100" startDate="2024-10-09 06:36:50 +0100" endDate="2024-10-09 06:43:48 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 07:19:21 +0100" startDate="2024-10-09 07:02:47 +0100" endDate="2024-10-09 07:08:01 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 07:31:32 +0100" startDate="2024-10-09 07:19:30 +0100" endDate="2024-10-09 07:29:16 +0100" value="776"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 07:47:48 +0100" startDate="2024-10-09 07:34:30 +0100" endDate="2024-10-09 07:34:50 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 08:14:28 +0100" startDate="2024-10-09 07:56:44 +0100" endDate="2024-10-09 07:59:48 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 08:47:06 +0100" startDate="2024-10-09 08:31:46 +0100" endDate="2024-10-09 08:41:27 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 09:03:02 +0100" startDate="2024-10-09 08:47:21 +0100" endDate="2024-10-09 08:47:31 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 09:13:36 +0100" startDate="2024-10-09 08:59:55 +0100" endDate="2024-10-09 09:00:05 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 10:02:38 +0100" startDate="2024-10-09 09:49:35 +0100" endDate="2024-10-09 09:49:37 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 10:33:19 +0100" startDate="2024-10-09 10:22:17 +0100" endDate="2024-10-09 10:32:18 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 10:48:12 +0100" startDate="2024-10-09 10:32:18 +0100" endDate="2024-10-09 10:38:56 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 11:23:06 +0100" startDate="2024-10-09 11:12:04 +0100" endDate="2024-10-09 11:14:09 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 13:00:45 +0100" startDate="2024-10-09 12:47:39 +0100" endDate="2024-10-09 12:53:35 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 13:24:13 +0100" startDate="2024-10-09 13:12:35 +0100" endDate="2024-10-09 13:17:46 +0100" value="459"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 13:36:27 +0100" startDate="2024-10-09 13:25:53 +0100" endDate="2024-10-09 13:25:58 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 13:38:26 +0100" startDate="2024-10-09 13:27:32 +0100" endDate="2024-10-09 13:27:48 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 14:35:40 +0100" startDate="2024-10-09 14:21:34 +0100" endDate="2024-10-09 14:21:40 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 15:03:37 +0100" startDate="2024-10-09 14:52:34 +0100" endDate="2024-10-09 15:00:48 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 15:22:18 +0100" startDate="2024-10-09 15:03:57 +0100" endDate="2024-10-09 15:05:41 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 15:59:52 +0100" startDate="2024-10-09 15:49:34 +0100" endDate="2024-10-09 15:56:19 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 16:16:07 +0100" startDate="2024-10-09 16:00:18 +0100" endDate="2024-10-09 16:09:11 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 16:26:38 +0100" startDate="2024-10-09 16:14:29 +0100" endDate="2024-10-09 16:22:41 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 16:35:48 +0100" startDate="2024-10-09 16:25:35 +0100" endDate="2024-10-09 16:35:36 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 16:46:39 +0100" startDate="2024-10-09 16:35:36 +0100" endDate="2024-10-09 16:41:48 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 18:11:25 +0100" startDate="2024-10-09 18:01:08 +0100" endDate="2024-10-09 18:10:56 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 18:31:18 +0100" startDate="2024-10-09 18:18:48 +0100" endDate="2024-10-09 18:23:08 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 19:11:02 +0100" startDate="2024-10-09 19:00:02 +0100" endDate="2024-10-09 19:08:54 +0100" value="579"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 19:21:59 +0100" startDate="2024-10-09 19:10:13 +0100" endDate="2024-10-09 19:10:49 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 20:01:58 +0100" startDate="2024-10-09 19:48:01 +0100" endDate="2024-10-09 19:54:16 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 20:19:50 +0100" startDate="2024-10-09 20:05:35 +0100" endDate="2024-10-09 20:05:56 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 21:16:35 +0100" startDate="2024-10-09 21:04:34 +0100" endDate="2024-10-09 21:10:58 +0100" value="526"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 21:26:37 +0100" startDate="2024-10-09 21:15:58 +0100" endDate="2024-10-09 21:16:01 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-09 22:00:57 +0100" startDate="2024-10-09 21:50:49 +0100" endDate="2024-10-09 21:52:36 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 04:55:30 +0100" startDate="2024-10-10 04:45:23 +0100" endDate="2024-10-10 04:45:40 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 05:16:26 +0100" startDate="2024-10-10 05:05:28 +0100" endDate="2024-10-10 05:15:29 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 05:26:42 +0100" startDate="2024-10-10 05:15:40 +0100" endDate="2024-10-10 05:18:25 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 07:06:13 +0100" startDate="2024-10-10 06:56:01 +0100" endDate="2024-10-10 07:05:36 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 07:21:43 +0100" startDate="2024-10-10 07:06:14 +0100" endDate="2024-10-10 07:07:28 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 07:41:49 +0100" startDate="2024-10-10 07:27:18 +0100" endDate="2024-10-10 07:31:30 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 08:31:55 +0100" startDate="2024-10-10 08:21:27 +0100" endDate="2024-10-10 08:31:25 +0100" value="403"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 08:42:41 +0100" startDate="2024-10-10 08:31:27 +0100" endDate="2024-10-10 08:40:24 +0100" value="558"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 10:53:01 +0100" startDate="2024-10-10 10:42:40 +0100" endDate="2024-10-10 10:52:23 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 11:05:10 +0100" startDate="2024-10-10 10:53:55 +0100" endDate="2024-10-10 11:03:00 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 11:14:23 +0100" startDate="2024-10-10 11:04:04 +0100" endDate="2024-10-10 11:11:31 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 11:34:59 +0100" startDate="2024-10-10 11:19:10 +0100" endDate="2024-10-10 11:19:35 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 13:02:51 +0100" startDate="2024-10-10 12:51:20 +0100" endDate="2024-10-10 12:55:37 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 13:17:08 +0100" startDate="2024-10-10 13:02:15 +0100" endDate="2024-10-10 13:08:37 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 13:25:58 +0100" startDate="2024-10-10 13:14:44 +0100" endDate="2024-10-10 13:22:02 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 13:36:44 +0100" startDate="2024-10-10 13:25:41 +0100" endDate="2024-10-10 13:34:37 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 13:51:05 +0100" startDate="2024-10-10 13:36:24 +0100" endDate="2024-10-10 13:40:08 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 14:16:01 +0100" startDate="2024-10-10 14:04:58 +0100" endDate="2024-10-10 14:12:32 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 14:36:20 +0100" startDate="2024-10-10 14:26:07 +0100" endDate="2024-10-10 14:34:16 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 14:57:17 +0100" startDate="2024-10-10 14:38:06 +0100" endDate="2024-10-10 14:38:24 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 15:05:05 +0100" startDate="2024-10-10 14:50:58 +0100" endDate="2024-10-10 14:51:00 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 15:22:21 +0100" startDate="2024-10-10 15:11:18 +0100" endDate="2024-10-10 15:18:47 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 15:37:00 +0100" startDate="2024-10-10 15:23:29 +0100" endDate="2024-10-10 15:31:06 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 15:45:05 +0100" startDate="2024-10-10 15:34:02 +0100" endDate="2024-10-10 15:40:39 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 15:56:55 +0100" startDate="2024-10-10 15:45:52 +0100" endDate="2024-10-10 15:45:55 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 16:17:55 +0100" startDate="2024-10-10 16:07:44 +0100" endDate="2024-10-10 16:17:46 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 16:30:25 +0100" startDate="2024-10-10 16:18:03 +0100" endDate="2024-10-10 16:25:27 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 16:39:36 +0100" startDate="2024-10-10 16:28:28 +0100" endDate="2024-10-10 16:35:44 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 16:53:54 +0100" startDate="2024-10-10 16:41:47 +0100" endDate="2024-10-10 16:43:41 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 17:08:13 +0100" startDate="2024-10-10 16:55:17 +0100" endDate="2024-10-10 17:02:39 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 17:19:54 +0100" startDate="2024-10-10 17:09:36 +0100" endDate="2024-10-10 17:11:13 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 17:31:12 +0100" startDate="2024-10-10 17:20:09 +0100" endDate="2024-10-10 17:24:42 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 17:42:53 +0100" startDate="2024-10-10 17:32:17 +0100" endDate="2024-10-10 17:42:18 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 17:52:51 +0100" startDate="2024-10-10 17:42:18 +0100" endDate="2024-10-10 17:47:31 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 19:12:49 +0100" startDate="2024-10-10 18:56:53 +0100" endDate="2024-10-10 18:58:09 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 20:42:39 +0100" startDate="2024-10-10 20:31:36 +0100" endDate="2024-10-10 20:31:57 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-10 21:00:42 +0100" startDate="2024-10-10 20:49:39 +0100" endDate="2024-10-10 20:58:55 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 04:30:49 +0100" startDate="2024-10-11 04:20:37 +0100" endDate="2024-10-11 04:23:27 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 06:25:12 +0100" startDate="2024-10-11 06:14:26 +0100" endDate="2024-10-11 06:21:37 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 07:40:04 +0100" startDate="2024-10-11 07:25:17 +0100" endDate="2024-10-11 07:31:27 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 08:13:40 +0100" startDate="2024-10-11 08:03:25 +0100" endDate="2024-10-11 08:06:08 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 08:45:02 +0100" startDate="2024-10-11 08:27:29 +0100" endDate="2024-10-11 08:33:18 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 09:01:49 +0100" startDate="2024-10-11 08:50:25 +0100" endDate="2024-10-11 09:00:13 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 09:16:34 +0100" startDate="2024-10-11 09:01:06 +0100" endDate="2024-10-11 09:03:22 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 11:05:11 +0100" startDate="2024-10-11 10:52:37 +0100" endDate="2024-10-11 10:52:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 11:26:38 +0100" startDate="2024-10-11 11:15:32 +0100" endDate="2024-10-11 11:25:05 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 11:38:01 +0100" startDate="2024-10-11 11:25:46 +0100" endDate="2024-10-11 11:26:01 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 12:08:27 +0100" startDate="2024-10-11 11:48:31 +0100" endDate="2024-10-11 11:48:59 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 16:39:08 +0100" startDate="2024-10-11 16:28:05 +0100" endDate="2024-10-11 16:31:29 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 17:09:22 +0100" startDate="2024-10-11 16:50:49 +0100" endDate="2024-10-11 16:57:55 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 18:04:12 +0100" startDate="2024-10-11 17:47:04 +0100" endDate="2024-10-11 17:47:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 18:26:44 +0100" startDate="2024-10-11 18:13:36 +0100" endDate="2024-10-11 18:15:33 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-11 20:01:53 +0100" startDate="2024-10-11 19:51:42 +0100" endDate="2024-10-11 19:52:07 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 07:10:40 +0100" startDate="2024-10-12 07:00:30 +0100" endDate="2024-10-12 07:07:49 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 07:33:51 +0100" startDate="2024-10-12 07:22:48 +0100" endDate="2024-10-12 07:28:53 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 08:08:24 +0100" startDate="2024-10-12 07:55:31 +0100" endDate="2024-10-12 08:04:15 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 08:20:28 +0100" startDate="2024-10-12 08:07:39 +0100" endDate="2024-10-12 08:16:39 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 08:30:35 +0100" startDate="2024-10-12 08:17:50 +0100" endDate="2024-10-12 08:27:03 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 08:48:20 +0100" startDate="2024-10-12 08:27:56 +0100" endDate="2024-10-12 08:37:57 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 08:52:26 +0100" startDate="2024-10-12 08:38:40 +0100" endDate="2024-10-12 08:48:13 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 09:02:32 +0100" startDate="2024-10-12 08:49:24 +0100" endDate="2024-10-12 08:56:50 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 09:15:41 +0100" startDate="2024-10-12 09:01:10 +0100" endDate="2024-10-12 09:10:58 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 09:27:31 +0100" startDate="2024-10-12 09:11:16 +0100" endDate="2024-10-12 09:21:12 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 09:37:33 +0100" startDate="2024-10-12 09:22:11 +0100" endDate="2024-10-12 09:29:31 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 09:47:35 +0100" startDate="2024-10-12 09:33:38 +0100" endDate="2024-10-12 09:43:32 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 09:57:37 +0100" startDate="2024-10-12 09:45:16 +0100" endDate="2024-10-12 09:54:31 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 10:06:58 +0100" startDate="2024-10-12 09:55:27 +0100" endDate="2024-10-12 10:05:08 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 10:16:54 +0100" startDate="2024-10-12 10:05:41 +0100" endDate="2024-10-12 10:15:21 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 10:29:14 +0100" startDate="2024-10-12 10:16:28 +0100" endDate="2024-10-12 10:25:33 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 10:43:27 +0100" startDate="2024-10-12 10:25:33 +0100" endDate="2024-10-12 10:35:31 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 10:53:54 +0100" startDate="2024-10-12 10:35:31 +0100" endDate="2024-10-12 10:45:33 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 10:59:14 +0100" startDate="2024-10-12 10:45:33 +0100" endDate="2024-10-12 10:55:26 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 11:05:47 +0100" startDate="2024-10-12 10:55:31 +0100" endDate="2024-10-12 11:05:30 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 11:19:55 +0100" startDate="2024-10-12 11:05:43 +0100" endDate="2024-10-12 11:15:31 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 11:31:18 +0100" startDate="2024-10-12 11:15:44 +0100" endDate="2024-10-12 11:25:32 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 11:38:51 +0100" startDate="2024-10-12 11:25:45 +0100" endDate="2024-10-12 11:34:10 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 11:55:20 +0100" startDate="2024-10-12 11:43:51 +0100" endDate="2024-10-12 11:53:52 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 12:07:22 +0100" startDate="2024-10-12 11:53:52 +0100" endDate="2024-10-12 11:57:03 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 12:17:28 +0100" startDate="2024-10-12 12:06:46 +0100" endDate="2024-10-12 12:08:25 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 12:27:54 +0100" startDate="2024-10-12 12:16:51 +0100" endDate="2024-10-12 12:22:00 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 14:37:39 +0100" startDate="2024-10-12 14:21:53 +0100" endDate="2024-10-12 14:23:51 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 14:48:42 +0100" startDate="2024-10-12 14:37:40 +0100" endDate="2024-10-12 14:38:08 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 18:20:03 +0100" startDate="2024-10-12 18:09:53 +0100" endDate="2024-10-12 18:19:35 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-12 20:35:04 +0100" startDate="2024-10-12 20:24:01 +0100" endDate="2024-10-12 20:25:30 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-13 12:39:02 +0100" startDate="2024-10-13 12:27:41 +0100" endDate="2024-10-13 12:37:26 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-13 12:49:19 +0100" startDate="2024-10-13 12:37:57 +0100" endDate="2024-10-13 12:47:55 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-13 12:59:24 +0100" startDate="2024-10-13 12:48:08 +0100" endDate="2024-10-13 12:57:46 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-13 13:10:25 +0100" startDate="2024-10-13 12:59:00 +0100" endDate="2024-10-13 13:09:01 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-13 13:24:29 +0100" startDate="2024-10-13 13:09:06 +0100" endDate="2024-10-13 13:11:39 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-13 14:52:37 +0100" startDate="2024-10-13 14:42:32 +0100" endDate="2024-10-13 14:52:31 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-13 15:03:34 +0100" startDate="2024-10-13 14:52:31 +0100" endDate="2024-10-13 14:52:41 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-13 16:00:16 +0100" startDate="2024-10-13 15:47:29 +0100" endDate="2024-10-13 15:55:53 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-13 16:08:17 +0100" startDate="2024-10-13 15:57:40 +0100" endDate="2024-10-13 16:07:39 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-13 16:19:02 +0100" startDate="2024-10-13 16:07:42 +0100" endDate="2024-10-13 16:15:51 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-13 16:31:39 +0100" startDate="2024-10-13 16:20:36 +0100" endDate="2024-10-13 16:29:08 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-13 20:03:14 +0100" startDate="2024-10-13 19:52:11 +0100" endDate="2024-10-13 19:52:44 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 04:32:14 +0100" startDate="2024-10-14 04:20:45 +0100" endDate="2024-10-14 04:20:51 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 04:47:11 +0100" startDate="2024-10-14 04:37:03 +0100" endDate="2024-10-14 04:37:49 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 05:09:53 +0100" startDate="2024-10-14 04:58:50 +0100" endDate="2024-10-14 05:08:46 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 05:20:02 +0100" startDate="2024-10-14 05:09:27 +0100" endDate="2024-10-14 05:13:19 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 05:53:34 +0100" startDate="2024-10-14 05:42:31 +0100" endDate="2024-10-14 05:42:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 06:36:34 +0100" startDate="2024-10-14 06:25:24 +0100" endDate="2024-10-14 06:30:14 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 06:52:14 +0100" startDate="2024-10-14 06:40:31 +0100" endDate="2024-10-14 06:47:16 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 07:27:49 +0100" startDate="2024-10-14 07:12:04 +0100" endDate="2024-10-14 07:20:18 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 07:40:23 +0100" startDate="2024-10-14 07:29:01 +0100" endDate="2024-10-14 07:31:00 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 09:26:00 +0100" startDate="2024-10-14 09:14:45 +0100" endDate="2024-10-14 09:23:20 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 09:39:25 +0100" startDate="2024-10-14 09:29:09 +0100" endDate="2024-10-14 09:38:09 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 10:00:09 +0100" startDate="2024-10-14 09:41:51 +0100" endDate="2024-10-14 09:42:24 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 10:38:19 +0100" startDate="2024-10-14 10:27:16 +0100" endDate="2024-10-14 10:36:42 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 10:50:11 +0100" startDate="2024-10-14 10:37:43 +0100" endDate="2024-10-14 10:41:09 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 11:33:44 +0100" startDate="2024-10-14 11:22:41 +0100" endDate="2024-10-14 11:30:50 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 12:27:49 +0100" startDate="2024-10-14 12:16:46 +0100" endDate="2024-10-14 12:16:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 12:49:50 +0100" startDate="2024-10-14 12:38:51 +0100" endDate="2024-10-14 12:44:04 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 13:03:15 +0100" startDate="2024-10-14 12:52:15 +0100" endDate="2024-10-14 12:52:18 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 14:04:30 +0100" startDate="2024-10-14 13:53:27 +0100" endDate="2024-10-14 14:00:45 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 14:20:29 +0100" startDate="2024-10-14 14:10:19 +0100" endDate="2024-10-14 14:19:25 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 14:37:00 +0100" startDate="2024-10-14 14:26:43 +0100" endDate="2024-10-14 14:27:21 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 15:47:52 +0100" startDate="2024-10-14 15:35:25 +0100" endDate="2024-10-14 15:44:40 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 15:57:04 +0100" startDate="2024-10-14 15:46:01 +0100" endDate="2024-10-14 15:54:51 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 16:11:11 +0100" startDate="2024-10-14 16:01:08 +0100" endDate="2024-10-14 16:09:40 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 16:21:43 +0100" startDate="2024-10-14 16:11:35 +0100" endDate="2024-10-14 16:15:29 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 16:33:01 +0100" startDate="2024-10-14 16:21:54 +0100" endDate="2024-10-14 16:26:11 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 16:42:56 +0100" startDate="2024-10-14 16:31:53 +0100" endDate="2024-10-14 16:41:54 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 16:56:29 +0100" startDate="2024-10-14 16:41:54 +0100" endDate="2024-10-14 16:51:53 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 17:04:12 +0100" startDate="2024-10-14 16:51:53 +0100" endDate="2024-10-14 16:55:47 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 17:19:52 +0100" startDate="2024-10-14 17:04:30 +0100" endDate="2024-10-14 17:11:17 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 17:28:25 +0100" startDate="2024-10-14 17:17:22 +0100" endDate="2024-10-14 17:26:55 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 17:38:57 +0100" startDate="2024-10-14 17:27:54 +0100" endDate="2024-10-14 17:36:23 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 18:19:37 +0100" startDate="2024-10-14 18:09:24 +0100" endDate="2024-10-14 18:09:45 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 19:19:33 +0100" startDate="2024-10-14 19:08:30 +0100" endDate="2024-10-14 19:14:24 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-14 20:19:38 +0100" startDate="2024-10-14 20:09:34 +0100" endDate="2024-10-14 20:15:47 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 04:27:51 +0100" startDate="2024-10-15 04:16:48 +0100" endDate="2024-10-15 04:17:06 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 04:46:23 +0100" startDate="2024-10-15 04:35:20 +0100" endDate="2024-10-15 04:35:33 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 05:18:03 +0100" startDate="2024-10-15 05:07:00 +0100" endDate="2024-10-15 05:13:58 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 06:33:21 +0100" startDate="2024-10-15 06:22:04 +0100" endDate="2024-10-15 06:26:19 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 06:54:58 +0100" startDate="2024-10-15 06:39:45 +0100" endDate="2024-10-15 06:49:43 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 07:01:10 +0100" startDate="2024-10-15 06:49:43 +0100" endDate="2024-10-15 06:55:25 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 08:46:11 +0100" startDate="2024-10-15 08:35:11 +0100" endDate="2024-10-15 08:44:59 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 09:02:25 +0100" startDate="2024-10-15 08:45:17 +0100" endDate="2024-10-15 08:46:21 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 09:38:45 +0100" startDate="2024-10-15 09:26:09 +0100" endDate="2024-10-15 09:32:39 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 11:02:26 +0100" startDate="2024-10-15 10:49:05 +0100" endDate="2024-10-15 10:49:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 11:11:49 +0100" startDate="2024-10-15 11:00:41 +0100" endDate="2024-10-15 11:08:02 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 11:37:21 +0100" startDate="2024-10-15 11:26:28 +0100" endDate="2024-10-15 11:34:02 +0100" value="375"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 12:16:29 +0100" startDate="2024-10-15 12:03:53 +0100" endDate="2024-10-15 12:10:33 +0100" value="414"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 12:25:12 +0100" startDate="2024-10-15 12:14:09 +0100" endDate="2024-10-15 12:17:00 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 13:46:15 +0100" startDate="2024-10-15 13:32:07 +0100" endDate="2024-10-15 13:35:06 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 14:15:30 +0100" startDate="2024-10-15 13:59:43 +0100" endDate="2024-10-15 13:59:53 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 14:49:32 +0100" startDate="2024-10-15 14:38:29 +0100" endDate="2024-10-15 14:48:28 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 14:58:41 +0100" startDate="2024-10-15 14:48:28 +0100" endDate="2024-10-15 14:58:29 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 15:10:47 +0100" startDate="2024-10-15 14:58:35 +0100" endDate="2024-10-15 15:06:08 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 15:20:12 +0100" startDate="2024-10-15 15:09:09 +0100" endDate="2024-10-15 15:16:47 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 15:52:54 +0100" startDate="2024-10-15 15:40:59 +0100" endDate="2024-10-15 15:47:16 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-15 19:19:32 +0100" startDate="2024-10-15 19:08:07 +0100" endDate="2024-10-15 19:09:26 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 03:08:38 +0100" startDate="2024-10-16 02:58:25 +0100" endDate="2024-10-16 02:59:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 04:40:54 +0100" startDate="2024-10-16 04:30:44 +0100" endDate="2024-10-16 04:32:59 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 05:06:23 +0100" startDate="2024-10-16 04:54:33 +0100" endDate="2024-10-16 05:04:34 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 05:15:32 +0100" startDate="2024-10-16 05:04:34 +0100" endDate="2024-10-16 05:14:35 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 05:31:18 +0100" startDate="2024-10-16 05:14:35 +0100" endDate="2024-10-16 05:18:48 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 06:34:43 +0100" startDate="2024-10-16 06:23:29 +0100" endDate="2024-10-16 06:33:20 +0100" value="666"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 06:46:59 +0100" startDate="2024-10-16 06:34:14 +0100" endDate="2024-10-16 06:37:58 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 07:14:37 +0100" startDate="2024-10-16 07:03:02 +0100" endDate="2024-10-16 07:03:48 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 07:42:51 +0100" startDate="2024-10-16 07:27:32 +0100" endDate="2024-10-16 07:34:17 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 07:54:10 +0100" startDate="2024-10-16 07:43:01 +0100" endDate="2024-10-16 07:47:29 +0100" value="282"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 08:10:51 +0100" startDate="2024-10-16 07:57:17 +0100" endDate="2024-10-16 07:57:23 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 08:45:09 +0100" startDate="2024-10-16 08:27:07 +0100" endDate="2024-10-16 08:30:28 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 09:10:42 +0100" startDate="2024-10-16 08:57:36 +0100" endDate="2024-10-16 08:57:38 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 09:33:36 +0100" startDate="2024-10-16 09:19:15 +0100" endDate="2024-10-16 09:25:58 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 09:52:29 +0100" startDate="2024-10-16 09:41:25 +0100" endDate="2024-10-16 09:51:01 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 10:01:59 +0100" startDate="2024-10-16 09:51:31 +0100" endDate="2024-10-16 09:57:30 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 10:22:27 +0100" startDate="2024-10-16 10:10:25 +0100" endDate="2024-10-16 10:14:45 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 10:39:52 +0100" startDate="2024-10-16 10:23:19 +0100" endDate="2024-10-16 10:31:10 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 11:29:00 +0100" startDate="2024-10-16 11:17:13 +0100" endDate="2024-10-16 11:17:57 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 13:14:47 +0100" startDate="2024-10-16 13:03:06 +0100" endDate="2024-10-16 13:07:46 +0100" value="330"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 13:23:24 +0100" startDate="2024-10-16 13:13:13 +0100" endDate="2024-10-16 13:19:07 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 14:04:52 +0100" startDate="2024-10-16 13:51:14 +0100" endDate="2024-10-16 13:56:47 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 16:10:05 +0100" startDate="2024-10-16 15:48:47 +0100" endDate="2024-10-16 15:53:34 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 18:20:45 +0100" startDate="2024-10-16 18:10:30 +0100" endDate="2024-10-16 18:10:38 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 18:54:30 +0100" startDate="2024-10-16 18:43:36 +0100" endDate="2024-10-16 18:47:23 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 18:58:25 +0100" startDate="2024-10-16 18:47:23 +0100" endDate="2024-10-16 18:57:24 +0100" value="1151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 19:08:27 +0100" startDate="2024-10-16 18:57:24 +0100" endDate="2024-10-16 18:57:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 19:30:00 +0100" startDate="2024-10-16 19:14:10 +0100" endDate="2024-10-16 19:20:24 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 19:36:51 +0100" startDate="2024-10-16 19:25:48 +0100" endDate="2024-10-16 19:30:03 +0100" value="413"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 20:21:34 +0100" startDate="2024-10-16 20:05:58 +0100" endDate="2024-10-16 20:09:16 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 20:43:45 +0100" startDate="2024-10-16 20:23:48 +0100" endDate="2024-10-16 20:23:50 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 20:48:35 +0100" startDate="2024-10-16 20:36:32 +0100" endDate="2024-10-16 20:46:05 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 21:15:04 +0100" startDate="2024-10-16 21:04:06 +0100" endDate="2024-10-16 21:08:38 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-16 21:55:34 +0100" startDate="2024-10-16 21:44:31 +0100" endDate="2024-10-16 21:50:07 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 04:48:46 +0100" startDate="2024-10-17 04:38:40 +0100" endDate="2024-10-17 04:38:56 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 05:49:27 +0100" startDate="2024-10-17 05:39:22 +0100" endDate="2024-10-17 05:39:30 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 06:14:36 +0100" startDate="2024-10-17 06:03:56 +0100" endDate="2024-10-17 06:09:52 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 06:20:37 +0100" startDate="2024-10-17 06:09:52 +0100" endDate="2024-10-17 06:19:54 +0100" value="1079"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 06:30:57 +0100" startDate="2024-10-17 06:19:54 +0100" endDate="2024-10-17 06:29:50 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 07:36:42 +0100" startDate="2024-10-17 07:25:51 +0100" endDate="2024-10-17 07:28:24 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 08:09:43 +0100" startDate="2024-10-17 07:57:23 +0100" endDate="2024-10-17 08:07:24 +0100" value="1053"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 08:18:27 +0100" startDate="2024-10-17 08:07:24 +0100" endDate="2024-10-17 08:15:12 +0100" value="721"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 08:30:57 +0100" startDate="2024-10-17 08:19:32 +0100" endDate="2024-10-17 08:21:24 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 09:42:12 +0100" startDate="2024-10-17 09:31:49 +0100" endDate="2024-10-17 09:41:49 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 09:59:03 +0100" startDate="2024-10-17 09:41:49 +0100" endDate="2024-10-17 09:46:39 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 10:11:50 +0100" startDate="2024-10-17 09:52:23 +0100" endDate="2024-10-17 09:52:31 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 11:10:45 +0100" startDate="2024-10-17 10:59:19 +0100" endDate="2024-10-17 11:03:26 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 13:01:37 +0100" startDate="2024-10-17 12:48:06 +0100" endDate="2024-10-17 12:57:44 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 14:03:25 +0100" startDate="2024-10-17 13:38:37 +0100" endDate="2024-10-17 13:44:08 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 14:06:52 +0100" startDate="2024-10-17 13:54:53 +0100" endDate="2024-10-17 13:55:00 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 14:20:27 +0100" startDate="2024-10-17 14:08:10 +0100" endDate="2024-10-17 14:08:12 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 14:54:56 +0100" startDate="2024-10-17 14:38:42 +0100" endDate="2024-10-17 14:38:52 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 15:04:42 +0100" startDate="2024-10-17 14:52:43 +0100" endDate="2024-10-17 15:02:44 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 15:24:28 +0100" startDate="2024-10-17 15:02:44 +0100" endDate="2024-10-17 15:03:09 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 15:35:26 +0100" startDate="2024-10-17 15:21:40 +0100" endDate="2024-10-17 15:31:41 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 15:43:11 +0100" startDate="2024-10-17 15:31:41 +0100" endDate="2024-10-17 15:41:40 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 15:52:43 +0100" startDate="2024-10-17 15:41:40 +0100" endDate="2024-10-17 15:42:39 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 16:08:01 +0100" startDate="2024-10-17 15:57:51 +0100" endDate="2024-10-17 15:58:21 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 16:31:29 +0100" startDate="2024-10-17 16:21:25 +0100" endDate="2024-10-17 16:30:15 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 16:46:26 +0100" startDate="2024-10-17 16:35:54 +0100" endDate="2024-10-17 16:36:19 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 17:56:22 +0100" startDate="2024-10-17 17:42:55 +0100" endDate="2024-10-17 17:52:56 +0100" value="1003"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 18:03:48 +0100" startDate="2024-10-17 17:52:56 +0100" endDate="2024-10-17 18:02:54 +0100" value="772"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 18:22:53 +0100" startDate="2024-10-17 18:06:06 +0100" endDate="2024-10-17 18:11:11 +0100" value="525"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 20:00:01 +0100" startDate="2024-10-17 19:47:12 +0100" endDate="2024-10-17 19:57:13 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-17 20:08:06 +0100" startDate="2024-10-17 19:57:13 +0100" endDate="2024-10-17 20:06:44 +0100" value="440"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 07:08:25 +0100" startDate="2024-10-18 06:56:48 +0100" endDate="2024-10-18 06:58:25 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 09:03:51 +0100" startDate="2024-10-18 08:52:04 +0100" endDate="2024-10-18 08:52:20 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 10:27:39 +0100" startDate="2024-10-18 10:16:47 +0100" endDate="2024-10-18 10:26:04 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 10:39:15 +0100" startDate="2024-10-18 10:26:50 +0100" endDate="2024-10-18 10:36:40 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 10:47:54 +0100" startDate="2024-10-18 10:36:51 +0100" endDate="2024-10-18 10:41:18 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 11:48:23 +0100" startDate="2024-10-18 11:34:02 +0100" endDate="2024-10-18 11:40:34 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 12:18:39 +0100" startDate="2024-10-18 12:08:29 +0100" endDate="2024-10-18 12:12:21 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 13:09:51 +0100" startDate="2024-10-18 12:46:31 +0100" endDate="2024-10-18 12:53:21 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 16:28:52 +0100" startDate="2024-10-18 16:17:43 +0100" endDate="2024-10-18 16:27:43 +0100" value="390"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 16:38:51 +0100" startDate="2024-10-18 16:27:48 +0100" endDate="2024-10-18 16:27:56 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 17:38:06 +0100" startDate="2024-10-18 17:27:03 +0100" endDate="2024-10-18 17:35:45 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 17:48:33 +0100" startDate="2024-10-18 17:37:30 +0100" endDate="2024-10-18 17:47:21 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 17:59:40 +0100" startDate="2024-10-18 17:47:36 +0100" endDate="2024-10-18 17:57:37 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 18:10:57 +0100" startDate="2024-10-18 17:57:37 +0100" endDate="2024-10-18 18:01:57 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 18:29:03 +0100" startDate="2024-10-18 18:11:10 +0100" endDate="2024-10-18 18:18:29 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 18:38:33 +0100" startDate="2024-10-18 18:25:25 +0100" endDate="2024-10-18 18:25:32 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 19:06:11 +0100" startDate="2024-10-18 18:53:59 +0100" endDate="2024-10-18 18:54:04 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-18 19:57:35 +0100" startDate="2024-10-18 19:47:27 +0100" endDate="2024-10-18 19:47:47 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 00:12:17 +0100" startDate="2024-10-19 00:01:34 +0100" endDate="2024-10-19 00:02:20 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 06:06:23 +0100" startDate="2024-10-19 05:52:14 +0100" endDate="2024-10-19 05:52:37 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 07:35:46 +0100" startDate="2024-10-19 07:19:11 +0100" endDate="2024-10-19 07:19:32 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 08:31:15 +0100" startDate="2024-10-19 08:20:41 +0100" endDate="2024-10-19 08:21:55 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 10:00:05 +0100" startDate="2024-10-19 09:45:00 +0100" endDate="2024-10-19 09:45:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 10:39:20 +0100" startDate="2024-10-19 10:27:14 +0100" endDate="2024-10-19 10:27:29 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 12:51:42 +0100" startDate="2024-10-19 12:39:18 +0100" endDate="2024-10-19 12:49:19 +0100" value="1024"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 13:00:12 +0100" startDate="2024-10-19 12:49:19 +0100" endDate="2024-10-19 12:56:55 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 13:12:27 +0100" startDate="2024-10-19 12:59:31 +0100" endDate="2024-10-19 13:06:11 +0100" value="609"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 13:22:49 +0100" startDate="2024-10-19 13:10:36 +0100" endDate="2024-10-19 13:20:01 +0100" value="917"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 13:31:47 +0100" startDate="2024-10-19 13:20:44 +0100" endDate="2024-10-19 13:22:49 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 14:04:55 +0100" startDate="2024-10-19 13:54:17 +0100" endDate="2024-10-19 13:54:35 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 17:25:30 +0100" startDate="2024-10-19 17:14:34 +0100" endDate="2024-10-19 17:16:06 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 17:36:04 +0100" startDate="2024-10-19 17:25:08 +0100" endDate="2024-10-19 17:25:16 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-19 22:25:15 +0100" startDate="2024-10-19 22:15:07 +0100" endDate="2024-10-19 22:16:52 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-20 03:14:52 +0100" startDate="2024-10-20 03:00:41 +0100" endDate="2024-10-20 03:01:19 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-20 10:36:40 +0100" startDate="2024-10-20 10:22:39 +0100" endDate="2024-10-20 10:25:14 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-20 17:31:53 +0100" startDate="2024-10-20 17:19:35 +0100" endDate="2024-10-20 17:29:20 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-20 17:48:10 +0100" startDate="2024-10-20 17:30:42 +0100" endDate="2024-10-20 17:30:57 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-20 20:10:55 +0100" startDate="2024-10-20 20:00:27 +0100" endDate="2024-10-20 20:00:29 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-20 20:54:40 +0100" startDate="2024-10-20 20:44:35 +0100" endDate="2024-10-20 20:49:06 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 05:03:54 +0100" startDate="2024-10-21 04:47:42 +0100" endDate="2024-10-21 04:56:32 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 05:09:19 +0100" startDate="2024-10-21 04:58:09 +0100" endDate="2024-10-21 05:04:26 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 05:19:41 +0100" startDate="2024-10-21 05:08:38 +0100" endDate="2024-10-21 05:08:46 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 05:37:14 +0100" startDate="2024-10-21 05:27:04 +0100" endDate="2024-10-21 05:30:51 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 06:34:47 +0100" startDate="2024-10-21 06:23:13 +0100" endDate="2024-10-21 06:25:23 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 06:57:36 +0100" startDate="2024-10-21 06:34:34 +0100" endDate="2024-10-21 06:39:57 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 07:13:23 +0100" startDate="2024-10-21 07:02:20 +0100" endDate="2024-10-21 07:08:20 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 08:03:30 +0100" startDate="2024-10-21 07:52:27 +0100" endDate="2024-10-21 07:52:30 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 17:42:37 +0100" startDate="2024-10-21 17:29:41 +0100" endDate="2024-10-21 17:38:29 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 17:59:46 +0100" startDate="2024-10-21 17:48:30 +0100" endDate="2024-10-21 17:51:54 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 18:10:28 +0100" startDate="2024-10-21 17:59:25 +0100" endDate="2024-10-21 18:03:45 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 19:06:27 +0100" startDate="2024-10-21 18:51:12 +0100" endDate="2024-10-21 18:56:56 +0100" value="326"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 19:17:18 +0100" startDate="2024-10-21 19:03:03 +0100" endDate="2024-10-21 19:13:04 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 19:24:07 +0100" startDate="2024-10-21 19:13:04 +0100" endDate="2024-10-21 19:16:07 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-21 20:37:22 +0100" startDate="2024-10-21 20:18:35 +0100" endDate="2024-10-21 20:21:03 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 00:31:12 +0100" startDate="2024-10-22 00:12:55 +0100" endDate="2024-10-22 00:13:25 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 00:49:23 +0100" startDate="2024-10-22 00:38:20 +0100" endDate="2024-10-22 00:39:24 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 04:41:09 +0100" startDate="2024-10-22 04:30:06 +0100" endDate="2024-10-22 04:33:48 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 05:13:43 +0100" startDate="2024-10-22 05:03:27 +0100" endDate="2024-10-22 05:04:20 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 05:24:19 +0100" startDate="2024-10-22 05:14:14 +0100" endDate="2024-10-22 05:16:16 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 06:37:13 +0100" startDate="2024-10-22 06:25:08 +0100" endDate="2024-10-22 06:31:02 +0100" value="543"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 10:12:30 +0100" startDate="2024-10-22 09:58:12 +0100" endDate="2024-10-22 10:07:48 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 10:23:14 +0100" startDate="2024-10-22 10:12:57 +0100" endDate="2024-10-22 10:13:17 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 10:35:17 +0100" startDate="2024-10-22 10:25:07 +0100" endDate="2024-10-22 10:33:14 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 11:57:00 +0100" startDate="2024-10-22 11:46:35 +0100" endDate="2024-10-22 11:53:05 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 12:17:52 +0100" startDate="2024-10-22 12:02:31 +0100" endDate="2024-10-22 12:06:02 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 12:17:52 +0100" startDate="2024-10-22 12:06:02 +0100" endDate="2024-10-22 12:16:02 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 12:33:30 +0100" startDate="2024-10-22 12:16:02 +0100" endDate="2024-10-22 12:17:41 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 13:24:59 +0100" startDate="2024-10-22 13:14:47 +0100" endDate="2024-10-22 13:21:52 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 13:33:02 +0100" startDate="2024-10-22 13:21:59 +0100" endDate="2024-10-22 13:28:14 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 14:02:46 +0100" startDate="2024-10-22 13:47:50 +0100" endDate="2024-10-22 13:56:10 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 14:27:04 +0100" startDate="2024-10-22 14:08:14 +0100" endDate="2024-10-22 14:08:16 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 14:36:25 +0100" startDate="2024-10-22 14:25:50 +0100" endDate="2024-10-22 14:35:10 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 15:23:16 +0100" startDate="2024-10-22 15:10:00 +0100" endDate="2024-10-22 15:20:01 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 15:31:53 +0100" startDate="2024-10-22 15:20:01 +0100" endDate="2024-10-22 15:29:45 +0100" value="395"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 15:41:23 +0100" startDate="2024-10-22 15:30:21 +0100" endDate="2024-10-22 15:32:00 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 16:59:39 +0100" startDate="2024-10-22 16:48:23 +0100" endDate="2024-10-22 16:57:10 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 17:14:56 +0100" startDate="2024-10-22 16:59:10 +0100" endDate="2024-10-22 16:59:18 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 18:03:59 +0100" startDate="2024-10-22 17:50:03 +0100" endDate="2024-10-22 17:50:08 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 18:15:01 +0100" startDate="2024-10-22 18:03:58 +0100" endDate="2024-10-22 18:04:14 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 19:14:07 +0100" startDate="2024-10-22 19:03:52 +0100" endDate="2024-10-22 19:09:21 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 20:11:43 +0100" startDate="2024-10-22 19:54:55 +0100" endDate="2024-10-22 19:55:02 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-22 20:24:52 +0100" startDate="2024-10-22 20:13:50 +0100" endDate="2024-10-22 20:18:48 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 04:42:51 +0100" startDate="2024-10-23 04:31:49 +0100" endDate="2024-10-23 04:32:42 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 05:13:42 +0100" startDate="2024-10-23 05:03:09 +0100" endDate="2024-10-23 05:13:07 +0100" value="366"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 05:23:35 +0100" startDate="2024-10-23 05:13:07 +0100" endDate="2024-10-23 05:13:30 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 06:33:39 +0100" startDate="2024-10-23 06:20:12 +0100" endDate="2024-10-23 06:30:13 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 06:41:16 +0100" startDate="2024-10-23 06:30:13 +0100" endDate="2024-10-23 06:36:51 +0100" value="528"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 07:26:48 +0100" startDate="2024-10-23 07:15:31 +0100" endDate="2024-10-23 07:21:20 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 07:37:51 +0100" startDate="2024-10-23 07:26:35 +0100" endDate="2024-10-23 07:35:48 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 11:45:33 +0100" startDate="2024-10-23 11:32:48 +0100" endDate="2024-10-23 11:42:16 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 12:11:07 +0100" startDate="2024-10-23 11:55:42 +0100" endDate="2024-10-23 12:00:48 +0100" value="235"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 13:04:04 +0100" startDate="2024-10-23 12:52:03 +0100" endDate="2024-10-23 13:00:43 +0100" value="307"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 13:14:09 +0100" startDate="2024-10-23 13:02:55 +0100" endDate="2024-10-23 13:03:06 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 13:31:54 +0100" startDate="2024-10-23 13:21:02 +0100" endDate="2024-10-23 13:21:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 13:48:54 +0100" startDate="2024-10-23 13:37:45 +0100" endDate="2024-10-23 13:47:23 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 13:58:49 +0100" startDate="2024-10-23 13:47:46 +0100" endDate="2024-10-23 13:54:03 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 15:46:44 +0100" startDate="2024-10-23 15:35:40 +0100" endDate="2024-10-23 15:41:01 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 16:02:19 +0100" startDate="2024-10-23 15:49:26 +0100" endDate="2024-10-23 15:54:39 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 16:11:41 +0100" startDate="2024-10-23 15:59:42 +0100" endDate="2024-10-23 16:00:10 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 16:32:20 +0100" startDate="2024-10-23 16:18:49 +0100" endDate="2024-10-23 16:23:54 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 16:41:47 +0100" startDate="2024-10-23 16:30:16 +0100" endDate="2024-10-23 16:34:16 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 17:05:19 +0100" startDate="2024-10-23 16:54:15 +0100" endDate="2024-10-23 16:55:34 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 17:22:11 +0100" startDate="2024-10-23 17:11:08 +0100" endDate="2024-10-23 17:18:21 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 17:32:30 +0100" startDate="2024-10-23 17:21:27 +0100" endDate="2024-10-23 17:26:53 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 18:15:53 +0100" startDate="2024-10-23 18:00:43 +0100" endDate="2024-10-23 18:01:31 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 19:25:54 +0100" startDate="2024-10-23 19:10:21 +0100" endDate="2024-10-23 19:10:39 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 19:07:21 +0100" startDate="2024-10-23 18:56:18 +0100" endDate="2024-10-23 19:02:17 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 19:43:33 +0100" startDate="2024-10-23 19:30:12 +0100" endDate="2024-10-23 19:37:25 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-23 20:51:35 +0100" startDate="2024-10-23 20:40:32 +0100" endDate="2024-10-23 20:41:31 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 04:32:01 +0100" startDate="2024-10-24 04:15:52 +0100" endDate="2024-10-24 04:16:00 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 04:47:38 +0100" startDate="2024-10-24 04:34:19 +0100" endDate="2024-10-24 04:40:31 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 04:57:38 +0100" startDate="2024-10-24 04:46:35 +0100" endDate="2024-10-24 04:46:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 05:37:23 +0100" startDate="2024-10-24 05:20:29 +0100" endDate="2024-10-24 05:25:19 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 06:21:44 +0100" startDate="2024-10-24 06:10:41 +0100" endDate="2024-10-24 06:17:06 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 07:14:33 +0100" startDate="2024-10-24 07:03:30 +0100" endDate="2024-10-24 07:03:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 07:26:36 +0100" startDate="2024-10-24 07:15:34 +0100" endDate="2024-10-24 07:23:40 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 08:02:05 +0100" startDate="2024-10-24 07:48:48 +0100" endDate="2024-10-24 07:58:49 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 08:09:57 +0100" startDate="2024-10-24 07:58:49 +0100" endDate="2024-10-24 08:04:18 +0100" value="479"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 08:26:20 +0100" startDate="2024-10-24 08:15:02 +0100" endDate="2024-10-24 08:25:02 +0100" value="363"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 08:38:44 +0100" startDate="2024-10-24 08:25:02 +0100" endDate="2024-10-24 08:26:03 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 09:16:28 +0100" startDate="2024-10-24 09:05:22 +0100" endDate="2024-10-24 09:09:29 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 10:45:37 +0100" startDate="2024-10-24 10:34:24 +0100" endDate="2024-10-24 10:35:05 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 11:12:42 +0100" startDate="2024-10-24 11:01:39 +0100" endDate="2024-10-24 11:05:26 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 11:38:25 +0100" startDate="2024-10-24 11:27:50 +0100" endDate="2024-10-24 11:35:39 +0100" value="463"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 11:55:13 +0100" startDate="2024-10-24 11:44:47 +0100" endDate="2024-10-24 11:54:48 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 12:07:12 +0100" startDate="2024-10-24 11:54:48 +0100" endDate="2024-10-24 11:55:16 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 12:28:11 +0100" startDate="2024-10-24 12:09:17 +0100" endDate="2024-10-24 12:11:17 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 13:05:56 +0100" startDate="2024-10-24 12:55:03 +0100" endDate="2024-10-24 13:04:38 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 14:18:29 +0100" startDate="2024-10-24 14:04:11 +0100" endDate="2024-10-24 14:04:37 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 15:55:50 +0100" startDate="2024-10-24 15:43:30 +0100" endDate="2024-10-24 15:49:11 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 16:01:24 +0100" startDate="2024-10-24 15:49:11 +0100" endDate="2024-10-24 15:55:44 +0100" value="713"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 16:16:04 +0100" startDate="2024-10-24 15:59:15 +0100" endDate="2024-10-24 15:59:48 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 16:52:38 +0100" startDate="2024-10-24 16:32:51 +0100" endDate="2024-10-24 16:34:58 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 18:47:25 +0100" startDate="2024-10-24 18:34:23 +0100" endDate="2024-10-24 18:44:22 +0100" value="678"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 19:00:01 +0100" startDate="2024-10-24 18:44:22 +0100" endDate="2024-10-24 18:49:40 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 19:19:47 +0100" startDate="2024-10-24 19:08:44 +0100" endDate="2024-10-24 19:09:38 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 19:58:16 +0100" startDate="2024-10-24 19:42:47 +0100" endDate="2024-10-24 19:42:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 20:16:56 +0100" startDate="2024-10-24 20:02:36 +0100" endDate="2024-10-24 20:12:20 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 20:32:20 +0100" startDate="2024-10-24 20:14:19 +0100" endDate="2024-10-24 20:14:45 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 20:43:33 +0100" startDate="2024-10-24 20:32:30 +0100" endDate="2024-10-24 20:32:40 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-24 21:16:30 +0100" startDate="2024-10-24 21:06:25 +0100" endDate="2024-10-24 21:06:30 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 03:08:10 +0100" startDate="2024-10-25 02:53:33 +0100" endDate="2024-10-25 02:56:01 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 04:59:13 +0100" startDate="2024-10-25 04:46:11 +0100" endDate="2024-10-25 04:46:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 05:07:51 +0100" startDate="2024-10-25 04:56:48 +0100" endDate="2024-10-25 04:58:00 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 05:40:25 +0100" startDate="2024-10-25 05:29:24 +0100" endDate="2024-10-25 05:38:39 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 05:50:46 +0100" startDate="2024-10-25 05:39:43 +0100" endDate="2024-10-25 05:43:55 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 06:02:47 +0100" startDate="2024-10-25 05:51:44 +0100" endDate="2024-10-25 05:51:49 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 06:30:07 +0100" startDate="2024-10-25 06:19:04 +0100" endDate="2024-10-25 06:19:07 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 07:00:01 +0100" startDate="2024-10-25 06:48:24 +0100" endDate="2024-10-25 06:58:25 +0100" value="670"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 07:10:52 +0100" startDate="2024-10-25 06:58:25 +0100" endDate="2024-10-25 07:02:37 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 08:08:35 +0100" startDate="2024-10-25 07:55:52 +0100" endDate="2024-10-25 07:58:56 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 08:25:39 +0100" startDate="2024-10-25 08:15:31 +0100" endDate="2024-10-25 08:25:32 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 08:37:23 +0100" startDate="2024-10-25 08:25:32 +0100" endDate="2024-10-25 08:34:37 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 08:58:25 +0100" startDate="2024-10-25 08:47:13 +0100" endDate="2024-10-25 08:57:14 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 09:15:14 +0100" startDate="2024-10-25 08:57:14 +0100" endDate="2024-10-25 08:59:11 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 12:01:30 +0100" startDate="2024-10-25 11:48:10 +0100" endDate="2024-10-25 11:53:51 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 12:52:07 +0100" startDate="2024-10-25 12:40:42 +0100" endDate="2024-10-25 12:46:56 +0100" value="417"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 13:52:33 +0100" startDate="2024-10-25 13:42:20 +0100" endDate="2024-10-25 13:46:58 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 15:21:16 +0100" startDate="2024-10-25 15:10:13 +0100" endDate="2024-10-25 15:20:15 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 15:30:22 +0100" startDate="2024-10-25 15:20:15 +0100" endDate="2024-10-25 15:25:13 +0100" value="388"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 17:16:14 +0100" startDate="2024-10-25 17:04:51 +0100" endDate="2024-10-25 17:14:40 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 17:29:38 +0100" startDate="2024-10-25 17:14:55 +0100" endDate="2024-10-25 17:15:10 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 18:09:40 +0100" startDate="2024-10-25 17:53:39 +0100" endDate="2024-10-25 18:00:04 +0100" value="555"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-25 22:15:19 +0100" startDate="2024-10-25 22:04:16 +0100" endDate="2024-10-25 22:10:48 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 05:16:21 +0100" startDate="2024-10-26 05:05:18 +0100" endDate="2024-10-26 05:08:09 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 07:58:32 +0100" startDate="2024-10-26 07:46:26 +0100" endDate="2024-10-26 07:55:09 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 08:13:48 +0100" startDate="2024-10-26 07:56:30 +0100" endDate="2024-10-26 08:05:59 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 08:18:16 +0100" startDate="2024-10-26 08:06:57 +0100" endDate="2024-10-26 08:16:35 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 08:34:12 +0100" startDate="2024-10-26 08:16:58 +0100" endDate="2024-10-26 08:17:01 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 08:38:35 +0100" startDate="2024-10-26 08:28:09 +0100" endDate="2024-10-26 08:29:51 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 08:53:09 +0100" startDate="2024-10-26 08:39:54 +0100" endDate="2024-10-26 08:49:12 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 09:01:23 +0100" startDate="2024-10-26 08:50:21 +0100" endDate="2024-10-26 08:50:26 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 10:12:26 +0100" startDate="2024-10-26 10:00:47 +0100" endDate="2024-10-26 10:08:43 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 10:35:09 +0100" startDate="2024-10-26 10:21:01 +0100" endDate="2024-10-26 10:22:53 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 11:32:34 +0100" startDate="2024-10-26 11:18:00 +0100" endDate="2024-10-26 11:27:39 +0100" value="516"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 11:42:56 +0100" startDate="2024-10-26 11:30:27 +0100" endDate="2024-10-26 11:40:13 +0100" value="892"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 11:51:38 +0100" startDate="2024-10-26 11:40:36 +0100" endDate="2024-10-26 11:50:21 +0100" value="777"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 12:02:02 +0100" startDate="2024-10-26 11:50:55 +0100" endDate="2024-10-26 12:00:56 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 12:14:18 +0100" startDate="2024-10-26 12:00:56 +0100" endDate="2024-10-26 12:10:57 +0100" value="1028"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 12:22:47 +0100" startDate="2024-10-26 12:10:57 +0100" endDate="2024-10-26 12:20:55 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 12:33:24 +0100" startDate="2024-10-26 12:20:58 +0100" endDate="2024-10-26 12:21:23 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 13:01:37 +0100" startDate="2024-10-26 12:33:26 +0100" endDate="2024-10-26 12:43:28 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 13:01:37 +0100" startDate="2024-10-26 12:43:28 +0100" endDate="2024-10-26 12:48:20 +0100" value="495"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 13:01:38 +0100" startDate="2024-10-26 12:48:20 +0100" endDate="2024-10-26 12:50:15 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 13:13:51 +0100" startDate="2024-10-26 13:00:57 +0100" endDate="2024-10-26 13:10:12 +0100" value="706"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 13:24:02 +0100" startDate="2024-10-26 13:10:58 +0100" endDate="2024-10-26 13:20:59 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 13:32:17 +0100" startDate="2024-10-26 13:20:59 +0100" endDate="2024-10-26 13:29:23 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 13:41:48 +0100" startDate="2024-10-26 13:29:23 +0100" endDate="2024-10-26 13:39:24 +0100" value="1040"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 13:53:16 +0100" startDate="2024-10-26 13:39:24 +0100" endDate="2024-10-26 13:49:25 +0100" value="921"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 14:01:52 +0100" startDate="2024-10-26 13:49:25 +0100" endDate="2024-10-26 13:56:23 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 14:07:43 +0100" startDate="2024-10-26 13:56:23 +0100" endDate="2024-10-26 14:01:56 +0100" value="564"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 14:13:15 +0100" startDate="2024-10-26 14:01:56 +0100" endDate="2024-10-26 14:11:57 +0100" value="1016"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 14:25:20 +0100" startDate="2024-10-26 14:11:57 +0100" endDate="2024-10-26 14:21:43 +0100" value="1024"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 14:34:16 +0100" startDate="2024-10-26 14:22:47 +0100" endDate="2024-10-26 14:32:48 +0100" value="991"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 14:47:01 +0100" startDate="2024-10-26 14:32:48 +0100" endDate="2024-10-26 14:42:41 +0100" value="905"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 14:54:32 +0100" startDate="2024-10-26 14:42:51 +0100" endDate="2024-10-26 14:52:52 +0100" value="1051"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 15:04:40 +0100" startDate="2024-10-26 14:52:52 +0100" endDate="2024-10-26 15:02:53 +0100" value="858"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 15:14:27 +0100" startDate="2024-10-26 15:02:53 +0100" endDate="2024-10-26 15:12:55 +0100" value="808"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 15:23:31 +0100" startDate="2024-10-26 15:12:55 +0100" endDate="2024-10-26 15:21:54 +0100" value="517"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 18:00:37 +0100" startDate="2024-10-26 17:50:27 +0100" endDate="2024-10-26 17:59:48 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 20:12:22 +0100" startDate="2024-10-26 19:55:07 +0100" endDate="2024-10-26 20:00:43 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-26 20:38:18 +0100" startDate="2024-10-26 20:11:41 +0100" endDate="2024-10-26 20:12:31 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 09:15:54 +0100" startDate="2024-10-27 09:04:33 +0100" endDate="2024-10-27 09:14:32 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 09:45:05 +0100" startDate="2024-10-27 09:14:32 +0100" endDate="2024-10-27 09:24:21 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 09:45:05 +0100" startDate="2024-10-27 09:25:22 +0100" endDate="2024-10-27 09:33:22 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 09:58:13 +0100" startDate="2024-10-27 09:38:32 +0100" endDate="2024-10-27 09:47:47 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 10:12:14 +0100" startDate="2024-10-27 09:49:11 +0100" endDate="2024-10-27 09:57:27 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 10:22:50 +0100" startDate="2024-10-27 10:06:42 +0100" endDate="2024-10-27 10:13:26 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 11:03:12 +0100" startDate="2024-10-27 10:53:01 +0100" endDate="2024-10-27 10:57:13 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 11:19:19 +0100" startDate="2024-10-27 11:08:32 +0100" endDate="2024-10-27 11:13:38 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 11:32:10 +0100" startDate="2024-10-27 11:21:07 +0100" endDate="2024-10-27 11:21:58 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 12:52:30 +0100" startDate="2024-10-27 12:38:51 +0100" endDate="2024-10-27 12:45:28 +0100" value="236"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 16:47:46 +0100" startDate="2024-10-27 16:37:35 +0100" endDate="2024-10-27 16:37:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 17:21:30 +0100" startDate="2024-10-27 17:07:11 +0100" endDate="2024-10-27 17:09:51 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 17:44:47 +0100" startDate="2024-10-27 17:25:13 +0100" endDate="2024-10-27 17:30:34 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-27 21:56:57 +0100" startDate="2024-10-27 21:46:11 +0100" endDate="2024-10-27 21:52:23 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 05:26:00 +0100" startDate="2024-10-28 05:15:54 +0100" endDate="2024-10-28 05:23:11 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 05:38:43 +0100" startDate="2024-10-28 05:27:41 +0100" endDate="2024-10-28 05:27:48 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 06:20:17 +0100" startDate="2024-10-28 06:09:14 +0100" endDate="2024-10-28 06:14:22 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 07:18:21 +0100" startDate="2024-10-28 07:05:57 +0100" endDate="2024-10-28 07:14:11 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 08:19:19 +0100" startDate="2024-10-28 08:07:51 +0100" endDate="2024-10-28 08:12:55 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 08:36:30 +0100" startDate="2024-10-28 08:26:09 +0100" endDate="2024-10-28 08:36:05 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 08:50:00 +0100" startDate="2024-10-28 08:38:07 +0100" endDate="2024-10-28 08:44:22 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 11:51:04 +0100" startDate="2024-10-28 11:34:02 +0100" endDate="2024-10-28 11:40:44 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 12:24:54 +0100" startDate="2024-10-28 12:08:09 +0100" endDate="2024-10-28 12:11:51 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 12:36:28 +0100" startDate="2024-10-28 12:25:20 +0100" endDate="2024-10-28 12:34:13 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 13:04:21 +0100" startDate="2024-10-28 12:54:13 +0100" endDate="2024-10-28 12:57:01 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 13:27:31 +0100" startDate="2024-10-28 13:10:16 +0100" endDate="2024-10-28 13:11:20 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 18:07:50 +0100" startDate="2024-10-28 17:56:47 +0100" endDate="2024-10-28 17:58:52 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 18:26:21 +0100" startDate="2024-10-28 18:12:51 +0100" endDate="2024-10-28 18:13:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 19:06:01 +0100" startDate="2024-10-28 18:51:20 +0100" endDate="2024-10-28 18:56:11 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 19:19:05 +0100" startDate="2024-10-28 19:06:53 +0100" endDate="2024-10-28 19:07:26 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 19:38:27 +0100" startDate="2024-10-28 19:26:09 +0100" endDate="2024-10-28 19:34:09 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 20:11:42 +0100" startDate="2024-10-28 20:00:39 +0100" endDate="2024-10-28 20:06:05 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-28 21:00:58 +0100" startDate="2024-10-28 20:50:11 +0100" endDate="2024-10-28 20:56:20 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 07:05:01 +0100" startDate="2024-10-29 06:54:48 +0100" endDate="2024-10-29 07:02:59 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 07:30:30 +0100" startDate="2024-10-29 07:17:59 +0100" endDate="2024-10-29 07:18:12 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 07:58:21 +0100" startDate="2024-10-29 07:44:21 +0100" endDate="2024-10-29 07:50:13 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 08:13:46 +0100" startDate="2024-10-29 07:55:19 +0100" endDate="2024-10-29 07:55:42 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 08:55:25 +0100" startDate="2024-10-29 08:36:16 +0100" endDate="2024-10-29 08:39:32 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 09:05:58 +0100" startDate="2024-10-29 08:54:39 +0100" endDate="2024-10-29 09:04:40 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 09:15:01 +0100" startDate="2024-10-29 09:04:40 +0100" endDate="2024-10-29 09:14:20 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 09:27:10 +0100" startDate="2024-10-29 09:15:19 +0100" endDate="2024-10-29 09:19:54 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 09:44:53 +0100" startDate="2024-10-29 09:30:23 +0100" endDate="2024-10-29 09:30:56 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 09:53:44 +0100" startDate="2024-10-29 09:40:47 +0100" endDate="2024-10-29 09:47:42 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 10:09:23 +0100" startDate="2024-10-29 09:56:00 +0100" endDate="2024-10-29 10:05:54 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 10:19:06 +0100" startDate="2024-10-29 10:07:36 +0100" endDate="2024-10-29 10:16:00 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 10:29:31 +0100" startDate="2024-10-29 10:18:28 +0100" endDate="2024-10-29 10:23:23 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 10:49:45 +0100" startDate="2024-10-29 10:38:12 +0100" endDate="2024-10-29 10:48:09 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 11:04:24 +0100" startDate="2024-10-29 10:48:09 +0100" endDate="2024-10-29 10:55:07 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 11:17:43 +0100" startDate="2024-10-29 11:05:02 +0100" endDate="2024-10-29 11:05:10 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 12:42:24 +0100" startDate="2024-10-29 12:29:46 +0100" endDate="2024-10-29 12:30:04 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 13:00:35 +0100" startDate="2024-10-29 12:50:24 +0100" endDate="2024-10-29 12:53:13 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 13:30:38 +0100" startDate="2024-10-29 13:19:21 +0100" endDate="2024-10-29 13:27:21 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 14:04:53 +0100" startDate="2024-10-29 13:53:51 +0100" endDate="2024-10-29 14:00:54 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 14:18:14 +0100" startDate="2024-10-29 14:03:55 +0100" endDate="2024-10-29 14:03:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 16:50:50 +0100" startDate="2024-10-29 16:39:48 +0100" endDate="2024-10-29 16:40:11 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 17:09:16 +0100" startDate="2024-10-29 16:56:27 +0100" endDate="2024-10-29 17:05:39 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 17:43:44 +0100" startDate="2024-10-29 17:32:42 +0100" endDate="2024-10-29 17:42:36 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 17:55:07 +0100" startDate="2024-10-29 17:44:05 +0100" endDate="2024-10-29 17:51:09 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 18:34:14 +0100" startDate="2024-10-29 18:23:12 +0100" endDate="2024-10-29 18:29:49 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 18:55:46 +0100" startDate="2024-10-29 18:44:53 +0100" endDate="2024-10-29 18:50:06 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 19:10:52 +0100" startDate="2024-10-29 18:56:44 +0100" endDate="2024-10-29 19:06:40 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 19:21:46 +0100" startDate="2024-10-29 19:10:11 +0100" endDate="2024-10-29 19:20:05 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 19:34:54 +0100" startDate="2024-10-29 19:20:13 +0100" endDate="2024-10-29 19:21:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 20:01:57 +0100" startDate="2024-10-29 19:51:52 +0100" endDate="2024-10-29 19:52:02 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 20:25:00 +0100" startDate="2024-10-29 20:13:57 +0100" endDate="2024-10-29 20:18:41 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-29 21:45:30 +0100" startDate="2024-10-29 21:35:18 +0100" endDate="2024-10-29 21:39:08 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 05:30:23 +0100" startDate="2024-10-30 05:19:19 +0100" endDate="2024-10-30 05:19:52 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 05:41:42 +0100" startDate="2024-10-30 05:31:30 +0100" endDate="2024-10-30 05:33:24 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 06:29:29 +0100" startDate="2024-10-30 06:17:00 +0100" endDate="2024-10-30 06:25:14 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 06:43:11 +0100" startDate="2024-10-30 06:29:03 +0100" endDate="2024-10-30 06:31:03 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 07:48:15 +0100" startDate="2024-10-30 07:37:12 +0100" endDate="2024-10-30 07:37:15 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 08:17:50 +0100" startDate="2024-10-30 08:03:34 +0100" endDate="2024-10-30 08:13:35 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 08:24:48 +0100" startDate="2024-10-30 08:13:35 +0100" endDate="2024-10-30 08:22:15 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 08:50:48 +0100" startDate="2024-10-30 08:39:53 +0100" endDate="2024-10-30 08:45:26 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 09:09:41 +0100" startDate="2024-10-30 08:53:58 +0100" endDate="2024-10-30 08:54:05 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 10:23:49 +0100" startDate="2024-10-30 10:06:09 +0100" endDate="2024-10-30 10:06:22 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 11:17:31 +0100" startDate="2024-10-30 10:54:01 +0100" endDate="2024-10-30 10:54:32 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 11:44:30 +0100" startDate="2024-10-30 11:34:22 +0100" endDate="2024-10-30 11:43:14 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 12:24:56 +0100" startDate="2024-10-30 12:08:37 +0100" endDate="2024-10-30 12:11:00 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 14:07:45 +0100" startDate="2024-10-30 13:54:13 +0100" endDate="2024-10-30 13:58:12 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 14:27:20 +0100" startDate="2024-10-30 14:16:00 +0100" endDate="2024-10-30 14:21:26 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 15:37:19 +0100" startDate="2024-10-30 15:26:13 +0100" endDate="2024-10-30 15:26:23 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 16:05:38 +0100" startDate="2024-10-30 15:51:30 +0100" endDate="2024-10-30 15:57:09 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 17:22:44 +0100" startDate="2024-10-30 17:09:21 +0100" endDate="2024-10-30 17:13:15 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 17:35:15 +0100" startDate="2024-10-30 17:22:10 +0100" endDate="2024-10-30 17:32:09 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 17:48:04 +0100" startDate="2024-10-30 17:32:09 +0100" endDate="2024-10-30 17:33:59 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 19:15:33 +0100" startDate="2024-10-30 19:02:39 +0100" endDate="2024-10-30 19:12:28 +0100" value="696"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 19:27:45 +0100" startDate="2024-10-30 19:16:42 +0100" endDate="2024-10-30 19:17:15 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 19:50:15 +0100" startDate="2024-10-30 19:34:50 +0100" endDate="2024-10-30 19:34:55 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-30 20:37:08 +0100" startDate="2024-10-30 20:26:27 +0100" endDate="2024-10-30 20:27:23 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 01:43:54 +0100" startDate="2024-10-31 01:33:41 +0100" endDate="2024-10-31 01:36:40 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 02:16:14 +0100" startDate="2024-10-31 02:05:38 +0100" endDate="2024-10-31 02:06:22 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 05:21:33 +0100" startDate="2024-10-31 05:11:20 +0100" endDate="2024-10-31 05:18:29 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 05:36:22 +0100" startDate="2024-10-31 05:25:19 +0100" endDate="2024-10-31 05:25:22 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 06:51:05 +0100" startDate="2024-10-31 06:40:02 +0100" endDate="2024-10-31 06:42:23 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 07:20:48 +0100" startDate="2024-10-31 07:09:45 +0100" endDate="2024-10-31 07:09:50 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 07:57:33 +0100" startDate="2024-10-31 07:46:26 +0100" endDate="2024-10-31 07:56:27 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 08:06:52 +0100" startDate="2024-10-31 07:56:27 +0100" endDate="2024-10-31 08:06:23 +0100" value="661"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 08:35:53 +0100" startDate="2024-10-31 08:18:12 +0100" endDate="2024-10-31 08:26:11 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 08:45:02 +0100" startDate="2024-10-31 08:28:41 +0100" endDate="2024-10-31 08:28:44 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 09:32:39 +0100" startDate="2024-10-31 09:19:55 +0100" endDate="2024-10-31 09:27:44 +0100" value="635"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 11:44:30 +0100" startDate="2024-10-31 11:32:20 +0100" endDate="2024-10-31 11:39:43 +0100" value="322"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 11:53:47 +0100" startDate="2024-10-31 11:42:34 +0100" endDate="2024-10-31 11:42:54 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 12:08:37 +0100" startDate="2024-10-31 11:56:00 +0100" endDate="2024-10-31 12:05:28 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 13:33:27 +0100" startDate="2024-10-31 13:20:42 +0100" endDate="2024-10-31 13:22:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 14:44:02 +0100" startDate="2024-10-31 14:33:32 +0100" endDate="2024-10-31 14:39:39 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 17:33:29 +0100" startDate="2024-10-31 17:23:03 +0100" endDate="2024-10-31 17:27:13 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 17:49:03 +0100" startDate="2024-10-31 17:38:46 +0100" endDate="2024-10-31 17:48:06 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 18:05:56 +0100" startDate="2024-10-31 17:48:57 +0100" endDate="2024-10-31 17:49:04 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 20:00:00 +0100" startDate="2024-10-31 19:48:53 +0100" endDate="2024-10-31 19:49:06 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 20:15:51 +0100" startDate="2024-10-31 20:04:11 +0100" endDate="2024-10-31 20:05:25 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 20:30:04 +0100" startDate="2024-10-31 20:18:05 +0100" endDate="2024-10-31 20:28:06 +0100" value="980"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 20:39:09 +0100" startDate="2024-10-31 20:28:06 +0100" endDate="2024-10-31 20:28:29 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 21:35:31 +0100" startDate="2024-10-31 21:24:28 +0100" endDate="2024-10-31 21:24:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 21:57:18 +0100" startDate="2024-10-31 21:45:57 +0100" endDate="2024-10-31 21:55:32 +0100" value="539"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 22:07:07 +0100" startDate="2024-10-31 21:56:42 +0100" endDate="2024-10-31 21:57:05 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-10-31 23:25:32 +0100" startDate="2024-10-31 23:13:52 +0100" endDate="2024-10-31 23:15:57 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 05:05:07 +0100" startDate="2024-11-01 04:54:19 +0100" endDate="2024-11-01 04:57:22 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 06:10:05 +0100" startDate="2024-11-01 05:59:02 +0100" endDate="2024-11-01 06:01:19 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 07:24:20 +0100" startDate="2024-11-01 07:11:17 +0100" endDate="2024-11-01 07:11:43 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 08:17:21 +0100" startDate="2024-11-01 08:00:55 +0100" endDate="2024-11-01 08:01:26 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 09:20:32 +0100" startDate="2024-11-01 09:08:45 +0100" endDate="2024-11-01 09:08:58 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 09:35:08 +0100" startDate="2024-11-01 09:24:05 +0100" endDate="2024-11-01 09:33:00 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 09:53:34 +0100" startDate="2024-11-01 09:36:24 +0100" endDate="2024-11-01 09:46:15 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 09:58:36 +0100" startDate="2024-11-01 09:46:51 +0100" endDate="2024-11-01 09:55:05 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 10:08:08 +0100" startDate="2024-11-01 09:57:05 +0100" endDate="2024-11-01 09:57:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 11:40:19 +0100" startDate="2024-11-01 11:28:53 +0100" endDate="2024-11-01 11:36:08 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 12:03:52 +0100" startDate="2024-11-01 11:51:08 +0100" endDate="2024-11-01 11:56:57 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 12:52:26 +0100" startDate="2024-11-01 12:41:16 +0100" endDate="2024-11-01 12:41:23 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 13:15:08 +0100" startDate="2024-11-01 13:04:05 +0100" endDate="2024-11-01 13:11:06 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 16:08:33 +0100" startDate="2024-11-01 15:58:20 +0100" endDate="2024-11-01 16:06:17 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 16:28:24 +0100" startDate="2024-11-01 16:12:52 +0100" endDate="2024-11-01 16:22:53 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 16:36:40 +0100" startDate="2024-11-01 16:22:53 +0100" endDate="2024-11-01 16:31:38 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 16:46:08 +0100" startDate="2024-11-01 16:32:03 +0100" endDate="2024-11-01 16:37:40 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 17:06:25 +0100" startDate="2024-11-01 16:54:29 +0100" endDate="2024-11-01 16:56:11 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 17:23:44 +0100" startDate="2024-11-01 17:09:38 +0100" endDate="2024-11-01 17:09:44 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 18:48:29 +0100" startDate="2024-11-01 18:33:57 +0100" endDate="2024-11-01 18:34:05 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 19:10:04 +0100" startDate="2024-11-01 18:56:45 +0100" endDate="2024-11-01 19:04:52 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 19:25:05 +0100" startDate="2024-11-01 19:09:14 +0100" endDate="2024-11-01 19:17:31 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 19:30:18 +0100" startDate="2024-11-01 19:20:15 +0100" endDate="2024-11-01 19:27:08 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-01 21:57:30 +0100" startDate="2024-11-01 21:45:03 +0100" endDate="2024-11-01 21:45:25 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-02 08:04:04 +0100" startDate="2024-11-02 07:53:53 +0100" endDate="2024-11-02 07:56:39 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-02 08:17:31 +0100" startDate="2024-11-02 08:07:23 +0100" endDate="2024-11-02 08:07:28 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-02 08:37:36 +0100" startDate="2024-11-02 08:26:25 +0100" endDate="2024-11-02 08:26:40 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-02 09:00:51 +0100" startDate="2024-11-02 08:44:41 +0100" endDate="2024-11-02 08:48:43 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-02 09:20:31 +0100" startDate="2024-11-02 09:08:17 +0100" endDate="2024-11-02 09:12:52 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-02 10:41:59 +0100" startDate="2024-11-02 10:24:28 +0100" endDate="2024-11-02 10:25:32 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-02 18:55:39 +0100" startDate="2024-11-02 18:44:35 +0100" endDate="2024-11-02 18:54:03 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-02 19:06:37 +0100" startDate="2024-11-02 18:55:14 +0100" endDate="2024-11-02 19:02:17 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-02 19:17:54 +0100" startDate="2024-11-02 19:05:23 +0100" endDate="2024-11-02 19:14:58 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-02 19:28:01 +0100" startDate="2024-11-02 19:16:58 +0100" endDate="2024-11-02 19:21:15 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-02 20:23:53 +0100" startDate="2024-11-02 20:11:13 +0100" endDate="2024-11-02 20:20:46 +0100" value="467"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-02 22:12:32 +0100" startDate="2024-11-02 22:02:19 +0100" endDate="2024-11-02 22:05:33 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-03 04:22:22 +0100" startDate="2024-11-03 04:12:17 +0100" endDate="2024-11-03 04:16:30 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-03 17:41:21 +0100" startDate="2024-11-03 17:29:31 +0100" endDate="2024-11-03 17:38:54 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-03 17:52:33 +0100" startDate="2024-11-03 17:39:37 +0100" endDate="2024-11-03 17:48:14 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-03 18:00:43 +0100" startDate="2024-11-03 17:49:41 +0100" endDate="2024-11-03 17:51:02 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-03 21:57:24 +0100" startDate="2024-11-03 21:46:21 +0100" endDate="2024-11-03 21:46:29 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 01:28:09 +0100" startDate="2024-11-04 01:18:04 +0100" endDate="2024-11-04 01:21:23 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 05:37:11 +0100" startDate="2024-11-04 05:23:03 +0100" endDate="2024-11-04 05:33:04 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 05:48:35 +0100" startDate="2024-11-04 05:37:32 +0100" endDate="2024-11-04 05:37:34 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 06:14:31 +0100" startDate="2024-11-04 05:58:14 +0100" endDate="2024-11-04 06:05:24 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 07:09:43 +0100" startDate="2024-11-04 06:59:07 +0100" endDate="2024-11-04 07:09:06 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 07:27:59 +0100" startDate="2024-11-04 07:10:33 +0100" endDate="2024-11-04 07:17:56 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 07:56:25 +0100" startDate="2024-11-04 07:42:51 +0100" endDate="2024-11-04 07:51:10 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 08:15:58 +0100" startDate="2024-11-04 08:02:19 +0100" endDate="2024-11-04 08:12:07 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 08:23:39 +0100" startDate="2024-11-04 08:12:43 +0100" endDate="2024-11-04 08:20:57 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 08:49:05 +0100" startDate="2024-11-04 08:36:58 +0100" endDate="2024-11-04 08:44:27 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 09:43:48 +0100" startDate="2024-11-04 09:32:43 +0100" endDate="2024-11-04 09:38:25 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 09:57:23 +0100" startDate="2024-11-04 09:45:51 +0100" endDate="2024-11-04 09:46:11 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 11:52:04 +0100" startDate="2024-11-04 11:38:30 +0100" endDate="2024-11-04 11:41:21 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 12:02:04 +0100" startDate="2024-11-04 11:51:37 +0100" endDate="2024-11-04 12:01:38 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 12:13:25 +0100" startDate="2024-11-04 12:01:38 +0100" endDate="2024-11-04 12:11:39 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 12:26:03 +0100" startDate="2024-11-04 12:11:39 +0100" endDate="2024-11-04 12:19:33 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 12:47:25 +0100" startDate="2024-11-04 12:31:33 +0100" endDate="2024-11-04 12:41:35 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 12:52:01 +0100" startDate="2024-11-04 12:41:40 +0100" endDate="2024-11-04 12:51:33 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 13:04:19 +0100" startDate="2024-11-04 12:51:48 +0100" endDate="2024-11-04 12:56:26 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 13:19:52 +0100" startDate="2024-11-04 13:08:49 +0100" endDate="2024-11-04 13:17:16 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 13:30:38 +0100" startDate="2024-11-04 13:20:26 +0100" endDate="2024-11-04 13:28:47 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 14:01:10 +0100" startDate="2024-11-04 13:51:00 +0100" endDate="2024-11-04 13:51:07 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 14:19:27 +0100" startDate="2024-11-04 14:08:24 +0100" endDate="2024-11-04 14:10:58 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 14:29:52 +0100" startDate="2024-11-04 14:18:49 +0100" endDate="2024-11-04 14:25:21 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 18:09:48 +0100" startDate="2024-11-04 17:54:44 +0100" endDate="2024-11-04 17:57:12 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 18:51:12 +0100" startDate="2024-11-04 18:39:00 +0100" endDate="2024-11-04 18:48:49 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 19:00:16 +0100" startDate="2024-11-04 18:49:09 +0100" endDate="2024-11-04 18:57:51 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 19:32:24 +0100" startDate="2024-11-04 19:20:10 +0100" endDate="2024-11-04 19:29:08 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 19:44:48 +0100" startDate="2024-11-04 19:31:00 +0100" endDate="2024-11-04 19:34:21 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 20:29:39 +0100" startDate="2024-11-04 20:19:03 +0100" endDate="2024-11-04 20:24:36 +0100" value="537"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 20:42:11 +0100" startDate="2024-11-04 20:31:47 +0100" endDate="2024-11-04 20:36:25 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 20:54:11 +0100" startDate="2024-11-04 20:43:40 +0100" endDate="2024-11-04 20:53:22 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-04 22:02:16 +0100" startDate="2024-11-04 21:51:56 +0100" endDate="2024-11-04 21:54:22 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 04:55:21 +0100" startDate="2024-11-05 04:45:08 +0100" endDate="2024-11-05 04:49:13 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 05:59:23 +0100" startDate="2024-11-05 05:49:18 +0100" endDate="2024-11-05 05:50:11 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 07:29:00 +0100" startDate="2024-11-05 07:17:57 +0100" endDate="2024-11-05 07:18:05 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 07:51:46 +0100" startDate="2024-11-05 07:41:35 +0100" endDate="2024-11-05 07:41:56 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 11:19:54 +0100" startDate="2024-11-05 11:09:41 +0100" endDate="2024-11-05 11:19:01 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 11:33:32 +0100" startDate="2024-11-05 11:22:38 +0100" endDate="2024-11-05 11:32:22 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 11:47:20 +0100" startDate="2024-11-05 11:33:10 +0100" endDate="2024-11-05 11:33:13 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 12:25:51 +0100" startDate="2024-11-05 12:14:18 +0100" endDate="2024-11-05 12:21:26 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 12:37:26 +0100" startDate="2024-11-05 12:24:22 +0100" endDate="2024-11-05 12:34:13 +0100" value="559"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 12:46:02 +0100" startDate="2024-11-05 12:34:25 +0100" endDate="2024-11-05 12:44:26 +0100" value="1049"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 13:01:04 +0100" startDate="2024-11-05 12:44:26 +0100" endDate="2024-11-05 12:50:05 +0100" value="577"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 13:45:43 +0100" startDate="2024-11-05 13:35:37 +0100" endDate="2024-11-05 13:45:38 +0100" value="938"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 13:58:56 +0100" startDate="2024-11-05 13:45:38 +0100" endDate="2024-11-05 13:55:01 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 14:28:55 +0100" startDate="2024-11-05 14:16:54 +0100" endDate="2024-11-05 14:26:51 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 14:37:46 +0100" startDate="2024-11-05 14:27:34 +0100" endDate="2024-11-05 14:31:29 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 16:32:46 +0100" startDate="2024-11-05 16:21:36 +0100" endDate="2024-11-05 16:24:24 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 17:01:23 +0100" startDate="2024-11-05 16:51:15 +0100" endDate="2024-11-05 16:54:08 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 17:39:27 +0100" startDate="2024-11-05 17:29:06 +0100" endDate="2024-11-05 17:38:42 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 18:10:56 +0100" startDate="2024-11-05 17:59:54 +0100" endDate="2024-11-05 18:09:55 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 18:20:57 +0100" startDate="2024-11-05 18:09:55 +0100" endDate="2024-11-05 18:16:30 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 18:35:30 +0100" startDate="2024-11-05 18:25:25 +0100" endDate="2024-11-05 18:29:32 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 19:30:12 +0100" startDate="2024-11-05 19:20:07 +0100" endDate="2024-11-05 19:23:00 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 19:57:26 +0100" startDate="2024-11-05 19:47:15 +0100" endDate="2024-11-05 19:48:57 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 20:08:55 +0100" startDate="2024-11-05 19:57:53 +0100" endDate="2024-11-05 20:06:15 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-05 21:18:17 +0100" startDate="2024-11-05 21:04:31 +0100" endDate="2024-11-05 21:05:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 06:25:22 +0100" startDate="2024-11-06 06:14:19 +0100" endDate="2024-11-06 06:14:24 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 06:39:14 +0100" startDate="2024-11-06 06:28:11 +0100" endDate="2024-11-06 06:31:32 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 06:54:43 +0100" startDate="2024-11-06 06:44:30 +0100" endDate="2024-11-06 06:44:53 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 07:31:27 +0100" startDate="2024-11-06 07:18:05 +0100" endDate="2024-11-06 07:26:43 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 07:54:33 +0100" startDate="2024-11-06 07:41:06 +0100" endDate="2024-11-06 07:51:07 +0100" value="874"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 08:03:28 +0100" startDate="2024-11-06 07:51:07 +0100" endDate="2024-11-06 08:01:08 +0100" value="1083"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 08:12:18 +0100" startDate="2024-11-06 08:01:08 +0100" endDate="2024-11-06 08:03:38 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 08:32:13 +0100" startDate="2024-11-06 08:20:44 +0100" endDate="2024-11-06 08:21:01 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 08:47:46 +0100" startDate="2024-11-06 08:37:33 +0100" endDate="2024-11-06 08:47:34 +0100" value="1052"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 09:00:37 +0100" startDate="2024-11-06 08:47:34 +0100" endDate="2024-11-06 08:56:47 +0100" value="955"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 09:15:50 +0100" startDate="2024-11-06 08:57:53 +0100" endDate="2024-11-06 09:00:42 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 10:54:49 +0100" startDate="2024-11-06 10:44:36 +0100" endDate="2024-11-06 10:54:37 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 11:05:40 +0100" startDate="2024-11-06 10:54:37 +0100" endDate="2024-11-06 10:55:36 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 12:09:41 +0100" startDate="2024-11-06 11:57:55 +0100" endDate="2024-11-06 11:59:55 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 12:21:26 +0100" startDate="2024-11-06 12:09:18 +0100" endDate="2024-11-06 12:19:05 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 12:32:44 +0100" startDate="2024-11-06 12:20:29 +0100" endDate="2024-11-06 12:20:32 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 12:48:30 +0100" startDate="2024-11-06 12:35:49 +0100" endDate="2024-11-06 12:35:57 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 13:00:34 +0100" startDate="2024-11-06 12:50:31 +0100" endDate="2024-11-06 12:50:33 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 13:17:17 +0100" startDate="2024-11-06 13:02:21 +0100" endDate="2024-11-06 13:10:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 13:31:11 +0100" startDate="2024-11-06 13:18:45 +0100" endDate="2024-11-06 13:26:23 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 13:45:01 +0100" startDate="2024-11-06 13:30:25 +0100" endDate="2024-11-06 13:38:55 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 13:58:10 +0100" startDate="2024-11-06 13:45:29 +0100" endDate="2024-11-06 13:45:37 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 14:07:11 +0100" startDate="2024-11-06 13:55:44 +0100" endDate="2024-11-06 14:03:32 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 14:27:17 +0100" startDate="2024-11-06 14:11:36 +0100" endDate="2024-11-06 14:13:51 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 14:49:08 +0100" startDate="2024-11-06 14:38:05 +0100" endDate="2024-11-06 14:38:51 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 15:54:43 +0100" startDate="2024-11-06 15:44:15 +0100" endDate="2024-11-06 15:51:58 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 16:12:40 +0100" startDate="2024-11-06 16:00:06 +0100" endDate="2024-11-06 16:00:18 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 17:41:06 +0100" startDate="2024-11-06 17:31:02 +0100" endDate="2024-11-06 17:41:01 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 17:52:42 +0100" startDate="2024-11-06 17:41:01 +0100" endDate="2024-11-06 17:42:48 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 19:07:19 +0100" startDate="2024-11-06 18:52:27 +0100" endDate="2024-11-06 19:01:35 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 19:18:49 +0100" startDate="2024-11-06 19:03:40 +0100" endDate="2024-11-06 19:11:03 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 19:26:34 +0100" startDate="2024-11-06 19:14:57 +0100" endDate="2024-11-06 19:18:49 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 19:36:55 +0100" startDate="2024-11-06 19:25:26 +0100" endDate="2024-11-06 19:34:54 +0100" value="398"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 19:55:47 +0100" startDate="2024-11-06 19:43:54 +0100" endDate="2024-11-06 19:43:57 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 20:10:33 +0100" startDate="2024-11-06 19:55:37 +0100" endDate="2024-11-06 19:55:55 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 21:45:26 +0100" startDate="2024-11-06 21:34:23 +0100" endDate="2024-11-06 21:37:06 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-06 23:07:39 +0100" startDate="2024-11-06 22:56:37 +0100" endDate="2024-11-06 22:56:39 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 05:01:45 +0100" startDate="2024-11-07 04:51:27 +0100" endDate="2024-11-07 04:51:47 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 05:52:06 +0100" startDate="2024-11-07 05:39:28 +0100" endDate="2024-11-07 05:39:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 06:12:19 +0100" startDate="2024-11-07 05:58:54 +0100" endDate="2024-11-07 06:08:55 +0100" value="1112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 06:19:58 +0100" startDate="2024-11-07 06:08:55 +0100" endDate="2024-11-07 06:12:26 +0100" value="384"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 06:37:23 +0100" startDate="2024-11-07 06:27:12 +0100" endDate="2024-11-07 06:27:23 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 07:05:10 +0100" startDate="2024-11-07 06:54:07 +0100" endDate="2024-11-07 06:54:15 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 07:22:58 +0100" startDate="2024-11-07 07:12:51 +0100" endDate="2024-11-07 07:14:40 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 07:58:14 +0100" startDate="2024-11-07 07:42:01 +0100" endDate="2024-11-07 07:51:44 +0100" value="959"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 08:04:01 +0100" startDate="2024-11-07 07:51:44 +0100" endDate="2024-11-07 08:01:45 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 08:12:50 +0100" startDate="2024-11-07 08:01:45 +0100" endDate="2024-11-07 08:08:35 +0100" value="637"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 08:47:31 +0100" startDate="2024-11-07 08:37:09 +0100" endDate="2024-11-07 08:45:23 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 09:12:48 +0100" startDate="2024-11-07 08:52:41 +0100" endDate="2024-11-07 08:52:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 10:19:16 +0100" startDate="2024-11-07 10:08:52 +0100" endDate="2024-11-07 10:13:11 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 10:52:59 +0100" startDate="2024-11-07 10:41:57 +0100" endDate="2024-11-07 10:51:39 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 11:28:12 +0100" startDate="2024-11-07 11:17:03 +0100" endDate="2024-11-07 11:17:34 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 11:38:41 +0100" startDate="2024-11-07 11:27:38 +0100" endDate="2024-11-07 11:37:14 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 11:56:25 +0100" startDate="2024-11-07 11:43:33 +0100" endDate="2024-11-07 11:43:44 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 12:09:57 +0100" startDate="2024-11-07 11:57:20 +0100" endDate="2024-11-07 12:07:21 +0100" value="698"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 12:21:12 +0100" startDate="2024-11-07 12:07:21 +0100" endDate="2024-11-07 12:16:39 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 12:34:57 +0100" startDate="2024-11-07 12:16:47 +0100" endDate="2024-11-07 12:17:30 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 12:55:05 +0100" startDate="2024-11-07 12:40:04 +0100" endDate="2024-11-07 12:48:02 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 13:24:50 +0100" startDate="2024-11-07 13:13:47 +0100" endDate="2024-11-07 13:17:11 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 13:37:11 +0100" startDate="2024-11-07 13:25:45 +0100" endDate="2024-11-07 13:30:08 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 14:14:37 +0100" startDate="2024-11-07 13:58:24 +0100" endDate="2024-11-07 14:04:26 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 14:20:33 +0100" startDate="2024-11-07 14:09:30 +0100" endDate="2024-11-07 14:14:20 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 14:33:22 +0100" startDate="2024-11-07 14:22:20 +0100" endDate="2024-11-07 14:25:28 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 15:59:20 +0100" startDate="2024-11-07 15:48:14 +0100" endDate="2024-11-07 15:55:43 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 16:07:27 +0100" startDate="2024-11-07 15:55:43 +0100" endDate="2024-11-07 16:05:44 +0100" value="1007"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 16:16:14 +0100" startDate="2024-11-07 16:05:44 +0100" endDate="2024-11-07 16:06:27 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 16:34:38 +0100" startDate="2024-11-07 16:23:36 +0100" endDate="2024-11-07 16:23:38 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 16:47:11 +0100" startDate="2024-11-07 16:36:58 +0100" endDate="2024-11-07 16:37:06 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 17:09:13 +0100" startDate="2024-11-07 16:57:41 +0100" endDate="2024-11-07 17:05:24 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 17:33:19 +0100" startDate="2024-11-07 17:22:17 +0100" endDate="2024-11-07 17:22:52 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 18:22:14 +0100" startDate="2024-11-07 18:08:08 +0100" endDate="2024-11-07 18:18:09 +0100" value="989"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 18:29:55 +0100" startDate="2024-11-07 18:18:09 +0100" endDate="2024-11-07 18:24:36 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 18:40:29 +0100" startDate="2024-11-07 18:29:26 +0100" endDate="2024-11-07 18:32:43 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-07 21:17:40 +0100" startDate="2024-11-07 21:07:35 +0100" endDate="2024-11-07 21:07:53 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 06:16:18 +0100" startDate="2024-11-08 06:05:57 +0100" endDate="2024-11-08 06:06:28 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 06:47:19 +0100" startDate="2024-11-08 06:37:14 +0100" endDate="2024-11-08 06:37:37 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 07:33:22 +0100" startDate="2024-11-08 07:23:14 +0100" endDate="2024-11-08 07:26:23 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 08:25:10 +0100" startDate="2024-11-08 08:14:03 +0100" endDate="2024-11-08 08:14:34 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 08:36:48 +0100" startDate="2024-11-08 08:24:57 +0100" endDate="2024-11-08 08:29:22 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 08:47:06 +0100" startDate="2024-11-08 08:36:03 +0100" endDate="2024-11-08 08:38:59 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 11:29:22 +0100" startDate="2024-11-08 11:19:09 +0100" endDate="2024-11-08 11:19:32 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 11:42:11 +0100" startDate="2024-11-08 11:32:06 +0100" endDate="2024-11-08 11:33:53 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 12:17:18 +0100" startDate="2024-11-08 12:07:08 +0100" endDate="2024-11-08 12:11:33 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 13:01:13 +0100" startDate="2024-11-08 12:50:14 +0100" endDate="2024-11-08 12:57:03 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 16:27:19 +0100" startDate="2024-11-08 16:16:59 +0100" endDate="2024-11-08 16:26:59 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 16:37:27 +0100" startDate="2024-11-08 16:27:04 +0100" endDate="2024-11-08 16:29:16 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 16:48:39 +0100" startDate="2024-11-08 16:37:51 +0100" endDate="2024-11-08 16:42:39 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 17:14:53 +0100" startDate="2024-11-08 17:03:48 +0100" endDate="2024-11-08 17:10:33 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 17:26:47 +0100" startDate="2024-11-08 17:15:13 +0100" endDate="2024-11-08 17:22:24 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 17:44:53 +0100" startDate="2024-11-08 17:28:18 +0100" endDate="2024-11-08 17:28:36 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 17:50:39 +0100" startDate="2024-11-08 17:39:36 +0100" endDate="2024-11-08 17:49:33 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 19:48:29 +0100" startDate="2024-11-08 19:37:00 +0100" endDate="2024-11-08 19:37:02 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 21:35:53 +0100" startDate="2024-11-08 21:19:04 +0100" endDate="2024-11-08 21:21:04 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 21:55:00 +0100" startDate="2024-11-08 21:43:42 +0100" endDate="2024-11-08 21:47:54 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-08 22:04:20 +0100" startDate="2024-11-08 21:53:56 +0100" endDate="2024-11-08 21:56:59 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 01:57:38 +0100" startDate="2024-11-09 01:46:35 +0100" endDate="2024-11-09 01:46:38 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 02:49:22 +0100" startDate="2024-11-09 02:38:20 +0100" endDate="2024-11-09 02:38:22 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 06:55:28 +0100" startDate="2024-11-09 06:44:26 +0100" endDate="2024-11-09 06:49:39 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 07:52:39 +0100" startDate="2024-11-09 07:42:26 +0100" endDate="2024-11-09 07:43:23 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 08:39:38 +0100" startDate="2024-11-09 08:29:30 +0100" endDate="2024-11-09 08:30:11 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 11:48:38 +0100" startDate="2024-11-09 11:32:14 +0100" endDate="2024-11-09 11:32:47 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 12:41:05 +0100" startDate="2024-11-09 12:30:02 +0100" endDate="2024-11-09 12:30:07 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 12:59:06 +0100" startDate="2024-11-09 12:42:57 +0100" endDate="2024-11-09 12:43:20 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 13:29:23 +0100" startDate="2024-11-09 13:18:21 +0100" endDate="2024-11-09 13:18:51 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 13:46:27 +0100" startDate="2024-11-09 13:35:54 +0100" endDate="2024-11-09 13:42:49 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 16:56:32 +0100" startDate="2024-11-09 16:45:02 +0100" endDate="2024-11-09 16:46:11 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 17:07:43 +0100" startDate="2024-11-09 16:56:40 +0100" endDate="2024-11-09 16:57:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-09 22:23:18 +0100" startDate="2024-11-09 22:05:38 +0100" endDate="2024-11-09 22:05:53 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 03:20:57 +0100" startDate="2024-11-10 03:09:55 +0100" endDate="2024-11-10 03:14:02 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 03:44:57 +0100" startDate="2024-11-10 03:34:52 +0100" endDate="2024-11-10 03:35:33 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 07:45:18 +0100" startDate="2024-11-10 07:35:10 +0100" endDate="2024-11-10 07:37:38 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 08:01:34 +0100" startDate="2024-11-10 07:51:22 +0100" endDate="2024-11-10 07:56:28 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 09:45:51 +0100" startDate="2024-11-10 09:34:41 +0100" endDate="2024-11-10 09:35:24 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 10:00:50 +0100" startDate="2024-11-10 09:44:57 +0100" endDate="2024-11-10 09:45:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 11:16:37 +0100" startDate="2024-11-10 11:04:37 +0100" endDate="2024-11-10 11:08:06 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 12:04:36 +0100" startDate="2024-11-10 11:53:23 +0100" endDate="2024-11-10 12:00:25 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 12:28:45 +0100" startDate="2024-11-10 12:03:56 +0100" endDate="2024-11-10 12:12:03 +0100" value="672"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 12:40:57 +0100" startDate="2024-11-10 12:26:12 +0100" endDate="2024-11-10 12:34:40 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 12:53:15 +0100" startDate="2024-11-10 12:38:29 +0100" endDate="2024-11-10 12:48:18 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 13:01:30 +0100" startDate="2024-11-10 12:49:01 +0100" endDate="2024-11-10 12:57:00 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 13:27:11 +0100" startDate="2024-11-10 12:59:23 +0100" endDate="2024-11-10 13:08:12 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 13:27:11 +0100" startDate="2024-11-10 13:15:13 +0100" endDate="2024-11-10 13:15:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 13:27:36 +0100" startDate="2024-11-10 13:17:33 +0100" endDate="2024-11-10 13:27:09 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 13:42:20 +0100" startDate="2024-11-10 13:27:35 +0100" endDate="2024-11-10 13:34:51 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 13:56:40 +0100" startDate="2024-11-10 13:38:53 +0100" endDate="2024-11-10 13:47:54 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 14:18:28 +0100" startDate="2024-11-10 13:52:52 +0100" endDate="2024-11-10 13:59:50 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 14:29:32 +0100" startDate="2024-11-10 14:15:06 +0100" endDate="2024-11-10 14:17:11 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 14:37:04 +0100" startDate="2024-11-10 14:26:48 +0100" endDate="2024-11-10 14:35:01 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 15:00:05 +0100" startDate="2024-11-10 14:48:16 +0100" endDate="2024-11-10 14:56:43 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 15:16:56 +0100" startDate="2024-11-10 15:01:01 +0100" endDate="2024-11-10 15:03:14 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 17:14:37 +0100" startDate="2024-11-10 17:01:07 +0100" endDate="2024-11-10 17:04:53 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 18:18:14 +0100" startDate="2024-11-10 18:07:59 +0100" endDate="2024-11-10 18:10:29 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 19:13:57 +0100" startDate="2024-11-10 19:01:19 +0100" endDate="2024-11-10 19:01:54 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-10 20:49:19 +0100" startDate="2024-11-10 20:38:16 +0100" endDate="2024-11-10 20:40:21 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 05:27:45 +0100" startDate="2024-11-11 05:16:42 +0100" endDate="2024-11-11 05:24:41 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 06:37:27 +0100" startDate="2024-11-11 06:27:16 +0100" endDate="2024-11-11 06:27:24 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 07:11:44 +0100" startDate="2024-11-11 07:01:36 +0100" endDate="2024-11-11 07:08:32 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 10:36:43 +0100" startDate="2024-11-11 10:26:16 +0100" endDate="2024-11-11 10:36:16 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 10:46:39 +0100" startDate="2024-11-11 10:36:16 +0100" endDate="2024-11-11 10:36:23 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 10:58:23 +0100" startDate="2024-11-11 10:48:08 +0100" endDate="2024-11-11 10:48:31 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 11:34:18 +0100" startDate="2024-11-11 11:22:50 +0100" endDate="2024-11-11 11:30:59 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 12:09:22 +0100" startDate="2024-11-11 11:53:40 +0100" endDate="2024-11-11 11:55:57 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 14:18:19 +0100" startDate="2024-11-11 13:59:22 +0100" endDate="2024-11-11 14:01:47 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 14:27:34 +0100" startDate="2024-11-11 14:16:42 +0100" endDate="2024-11-11 14:16:47 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 14:39:31 +0100" startDate="2024-11-11 14:28:28 +0100" endDate="2024-11-11 14:37:08 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 15:03:49 +0100" startDate="2024-11-11 14:51:52 +0100" endDate="2024-11-11 14:52:12 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 16:30:24 +0100" startDate="2024-11-11 16:20:11 +0100" endDate="2024-11-11 16:24:44 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 20:35:53 +0100" startDate="2024-11-11 20:25:45 +0100" endDate="2024-11-11 20:25:53 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 21:01:08 +0100" startDate="2024-11-11 20:50:32 +0100" endDate="2024-11-11 20:52:55 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-11 21:21:11 +0100" startDate="2024-11-11 21:10:58 +0100" endDate="2024-11-11 21:11:29 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 03:08:35 +0100" startDate="2024-11-12 02:58:01 +0100" endDate="2024-11-12 03:00:14 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 06:14:45 +0100" startDate="2024-11-12 05:55:13 +0100" endDate="2024-11-12 05:55:31 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 07:45:22 +0100" startDate="2024-11-12 07:34:20 +0100" endDate="2024-11-12 07:41:41 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 08:17:17 +0100" startDate="2024-11-12 08:05:56 +0100" endDate="2024-11-12 08:06:08 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 08:38:33 +0100" startDate="2024-11-12 08:28:27 +0100" endDate="2024-11-12 08:28:40 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 09:05:00 +0100" startDate="2024-11-12 08:54:40 +0100" endDate="2024-11-12 08:54:56 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 12:34:51 +0100" startDate="2024-11-12 12:23:48 +0100" endDate="2024-11-12 12:24:06 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 13:34:24 +0100" startDate="2024-11-12 13:23:21 +0100" endDate="2024-11-12 13:26:58 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 13:55:57 +0100" startDate="2024-11-12 13:39:45 +0100" endDate="2024-11-12 13:41:22 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 14:10:29 +0100" startDate="2024-11-12 13:53:27 +0100" endDate="2024-11-12 13:59:44 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 14:27:35 +0100" startDate="2024-11-12 14:15:45 +0100" endDate="2024-11-12 14:15:47 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 14:38:22 +0100" startDate="2024-11-12 14:25:59 +0100" endDate="2024-11-12 14:34:51 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 16:06:24 +0100" startDate="2024-11-12 15:50:45 +0100" endDate="2024-11-12 16:00:22 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 16:14:35 +0100" startDate="2024-11-12 16:02:09 +0100" endDate="2024-11-12 16:06:27 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 16:23:39 +0100" startDate="2024-11-12 16:12:36 +0100" endDate="2024-11-12 16:17:45 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 17:03:42 +0100" startDate="2024-11-12 16:51:43 +0100" endDate="2024-11-12 16:52:08 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 17:13:42 +0100" startDate="2024-11-12 17:02:39 +0100" endDate="2024-11-12 17:10:33 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 17:41:14 +0100" startDate="2024-11-12 17:30:36 +0100" endDate="2024-11-12 17:33:26 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 17:51:53 +0100" startDate="2024-11-12 17:41:38 +0100" endDate="2024-11-12 17:47:19 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 18:42:12 +0100" startDate="2024-11-12 18:27:02 +0100" endDate="2024-11-12 18:28:00 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 19:12:09 +0100" startDate="2024-11-12 19:00:30 +0100" endDate="2024-11-12 19:10:30 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 19:23:02 +0100" startDate="2024-11-12 19:10:30 +0100" endDate="2024-11-12 19:16:36 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 19:33:46 +0100" startDate="2024-11-12 19:22:44 +0100" endDate="2024-11-12 19:22:46 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 20:12:20 +0100" startDate="2024-11-12 20:02:10 +0100" endDate="2024-11-12 20:11:17 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 21:02:34 +0100" startDate="2024-11-12 20:50:50 +0100" endDate="2024-11-12 20:56:42 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 21:53:25 +0100" startDate="2024-11-12 21:39:17 +0100" endDate="2024-11-12 21:48:35 +0100" value="272"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 22:03:36 +0100" startDate="2024-11-12 21:53:30 +0100" endDate="2024-11-12 21:53:46 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-12 22:24:39 +0100" startDate="2024-11-12 22:14:24 +0100" endDate="2024-11-12 22:14:57 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 05:40:25 +0100" startDate="2024-11-13 05:29:22 +0100" endDate="2024-11-13 05:29:53 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 06:12:20 +0100" startDate="2024-11-13 06:01:13 +0100" endDate="2024-11-13 06:03:28 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 06:23:07 +0100" startDate="2024-11-13 06:12:05 +0100" endDate="2024-11-13 06:18:34 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 07:42:18 +0100" startDate="2024-11-13 07:28:29 +0100" endDate="2024-11-13 07:33:55 +0100" value="485"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 08:31:17 +0100" startDate="2024-11-13 08:21:06 +0100" endDate="2024-11-13 08:27:36 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 09:38:30 +0100" startDate="2024-11-13 09:24:43 +0100" endDate="2024-11-13 09:29:08 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 11:21:35 +0100" startDate="2024-11-13 11:09:44 +0100" endDate="2024-11-13 11:14:21 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 11:36:30 +0100" startDate="2024-11-13 11:25:53 +0100" endDate="2024-11-13 11:35:52 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 11:46:35 +0100" startDate="2024-11-13 11:35:52 +0100" endDate="2024-11-13 11:39:28 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 12:13:12 +0100" startDate="2024-11-13 12:00:09 +0100" endDate="2024-11-13 12:06:52 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 12:30:43 +0100" startDate="2024-11-13 12:17:07 +0100" endDate="2024-11-13 12:17:14 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 13:04:10 +0100" startDate="2024-11-13 12:53:53 +0100" endDate="2024-11-13 12:55:01 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8d70&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 13:34:53 +0100" startDate="2024-11-13 13:21:24 +0100" endDate="2024-11-13 13:21:29 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 14:00:01 +0100" startDate="2024-11-13 13:49:00 +0100" endDate="2024-11-13 13:56:18 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 14:21:10 +0100" startDate="2024-11-13 14:09:51 +0100" endDate="2024-11-13 14:16:21 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 14:35:48 +0100" startDate="2024-11-13 14:20:18 +0100" endDate="2024-11-13 14:29:54 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 14:50:53 +0100" startDate="2024-11-13 14:36:09 +0100" endDate="2024-11-13 14:41:10 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 15:04:17 +0100" startDate="2024-11-13 14:49:17 +0100" endDate="2024-11-13 14:56:30 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 15:14:42 +0100" startDate="2024-11-13 15:00:04 +0100" endDate="2024-11-13 15:10:03 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 15:24:36 +0100" startDate="2024-11-13 15:10:05 +0100" endDate="2024-11-13 15:15:16 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 15:41:27 +0100" startDate="2024-11-13 15:21:05 +0100" endDate="2024-11-13 15:27:38 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 15:51:49 +0100" startDate="2024-11-13 15:33:22 +0100" endDate="2024-11-13 15:40:56 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 16:07:11 +0100" startDate="2024-11-13 15:54:03 +0100" endDate="2024-11-13 15:58:08 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 16:18:32 +0100" startDate="2024-11-13 16:08:26 +0100" endDate="2024-11-13 16:15:17 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 16:26:07 +0100" startDate="2024-11-13 16:16:02 +0100" endDate="2024-11-13 16:19:03 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 16:45:25 +0100" startDate="2024-11-13 16:31:38 +0100" endDate="2024-11-13 16:34:13 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 17:01:51 +0100" startDate="2024-11-13 16:43:26 +0100" endDate="2024-11-13 16:52:09 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 17:06:24 +0100" startDate="2024-11-13 16:54:57 +0100" endDate="2024-11-13 16:59:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 17:20:29 +0100" startDate="2024-11-13 17:09:26 +0100" endDate="2024-11-13 17:19:02 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 17:32:26 +0100" startDate="2024-11-13 17:20:01 +0100" endDate="2024-11-13 17:23:52 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 18:00:14 +0100" startDate="2024-11-13 17:48:54 +0100" endDate="2024-11-13 17:51:47 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 19:09:28 +0100" startDate="2024-11-13 18:58:11 +0100" endDate="2024-11-13 19:07:51 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 19:28:06 +0100" startDate="2024-11-13 19:11:15 +0100" endDate="2024-11-13 19:11:38 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 20:12:41 +0100" startDate="2024-11-13 19:59:11 +0100" endDate="2024-11-13 20:01:08 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 20:35:24 +0100" startDate="2024-11-13 20:20:39 +0100" endDate="2024-11-13 20:20:44 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 21:07:00 +0100" startDate="2024-11-13 20:56:33 +0100" endDate="2024-11-13 21:05:56 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-13 21:19:42 +0100" startDate="2024-11-13 21:08:39 +0100" endDate="2024-11-13 21:17:17 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 05:30:24 +0100" startDate="2024-11-14 05:16:24 +0100" endDate="2024-11-14 05:17:05 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 05:49:04 +0100" startDate="2024-11-14 05:38:02 +0100" endDate="2024-11-14 05:38:32 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 06:20:06 +0100" startDate="2024-11-14 06:09:03 +0100" endDate="2024-11-14 06:19:05 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 06:30:07 +0100" startDate="2024-11-14 06:19:05 +0100" endDate="2024-11-14 06:20:34 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 08:01:34 +0100" startDate="2024-11-14 07:50:31 +0100" endDate="2024-11-14 08:00:32 +0100" value="822"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 08:16:11 +0100" startDate="2024-11-14 08:00:32 +0100" endDate="2024-11-14 08:00:55 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 09:11:22 +0100" startDate="2024-11-14 08:54:02 +0100" endDate="2024-11-14 09:04:03 +0100" value="803"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 09:16:16 +0100" startDate="2024-11-14 09:04:03 +0100" endDate="2024-11-14 09:13:44 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 09:28:40 +0100" startDate="2024-11-14 09:14:37 +0100" endDate="2024-11-14 09:14:40 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 10:18:16 +0100" startDate="2024-11-14 10:07:01 +0100" endDate="2024-11-14 10:16:45 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 10:29:08 +0100" startDate="2024-11-14 10:16:45 +0100" endDate="2024-11-14 10:18:57 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 10:39:22 +0100" startDate="2024-11-14 10:26:51 +0100" endDate="2024-11-14 10:26:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 10:54:31 +0100" startDate="2024-11-14 10:38:54 +0100" endDate="2024-11-14 10:44:38 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 11:34:23 +0100" startDate="2024-11-14 11:19:58 +0100" endDate="2024-11-14 11:23:39 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 11:46:01 +0100" startDate="2024-11-14 11:30:42 +0100" endDate="2024-11-14 11:39:35 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 11:57:42 +0100" startDate="2024-11-14 11:46:40 +0100" endDate="2024-11-14 11:48:14 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 13:16:01 +0100" startDate="2024-11-14 13:04:41 +0100" endDate="2024-11-14 13:14:42 +0100" value="850"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 13:25:26 +0100" startDate="2024-11-14 13:14:42 +0100" endDate="2024-11-14 13:24:44 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 13:34:57 +0100" startDate="2024-11-14 13:24:44 +0100" endDate="2024-11-14 13:31:42 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 14:12:39 +0100" startDate="2024-11-14 14:00:47 +0100" endDate="2024-11-14 14:09:24 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 14:21:07 +0100" startDate="2024-11-14 14:10:05 +0100" endDate="2024-11-14 14:13:05 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 14:30:55 +0100" startDate="2024-11-14 14:20:32 +0100" endDate="2024-11-14 14:21:35 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 14:41:57 +0100" startDate="2024-11-14 14:31:31 +0100" endDate="2024-11-14 14:31:34 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 15:16:48 +0100" startDate="2024-11-14 15:04:15 +0100" endDate="2024-11-14 15:10:22 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 17:42:39 +0100" startDate="2024-11-14 17:25:53 +0100" endDate="2024-11-14 17:27:50 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 17:54:39 +0100" startDate="2024-11-14 17:44:34 +0100" endDate="2024-11-14 17:51:27 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 18:16:16 +0100" startDate="2024-11-14 17:59:23 +0100" endDate="2024-11-14 18:04:03 +0100" value="500"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 20:49:26 +0100" startDate="2024-11-14 20:38:24 +0100" endDate="2024-11-14 20:46:35 +0100" value="621"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 21:02:18 +0100" startDate="2024-11-14 20:51:15 +0100" endDate="2024-11-14 21:01:06 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 21:58:23 +0100" startDate="2024-11-14 21:47:20 +0100" endDate="2024-11-14 21:54:28 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 22:23:29 +0100" startDate="2024-11-14 22:13:21 +0100" endDate="2024-11-14 22:15:34 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 22:55:45 +0100" startDate="2024-11-14 22:45:35 +0100" endDate="2024-11-14 22:45:48 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-14 23:11:10 +0100" startDate="2024-11-14 23:00:07 +0100" endDate="2024-11-14 23:00:09 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 04:44:18 +0100" startDate="2024-11-15 04:34:08 +0100" endDate="2024-11-15 04:38:33 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 05:14:41 +0100" startDate="2024-11-15 05:04:33 +0100" endDate="2024-11-15 05:07:39 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 05:44:49 +0100" startDate="2024-11-15 05:33:47 +0100" endDate="2024-11-15 05:34:25 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 06:49:38 +0100" startDate="2024-11-15 06:34:12 +0100" endDate="2024-11-15 06:34:14 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 07:11:31 +0100" startDate="2024-11-15 07:00:28 +0100" endDate="2024-11-15 07:05:59 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 07:27:34 +0100" startDate="2024-11-15 07:17:17 +0100" endDate="2024-11-15 07:27:14 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 07:40:18 +0100" startDate="2024-11-15 07:27:16 +0100" endDate="2024-11-15 07:34:14 +0100" value="544"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 08:09:21 +0100" startDate="2024-11-15 07:49:54 +0100" endDate="2024-11-15 07:50:55 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 08:33:55 +0100" startDate="2024-11-15 08:20:48 +0100" endDate="2024-11-15 08:24:12 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 08:44:13 +0100" startDate="2024-11-15 08:34:02 +0100" endDate="2024-11-15 08:37:26 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 10:23:38 +0100" startDate="2024-11-15 10:05:55 +0100" endDate="2024-11-15 10:07:52 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 10:30:57 +0100" startDate="2024-11-15 10:20:49 +0100" endDate="2024-11-15 10:29:18 +0100" value="995"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 10:45:29 +0100" startDate="2024-11-15 10:31:21 +0100" endDate="2024-11-15 10:38:34 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 11:51:03 +0100" startDate="2024-11-15 11:34:18 +0100" endDate="2024-11-15 11:42:10 +0100" value="606"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 11:57:23 +0100" startDate="2024-11-15 11:46:17 +0100" endDate="2024-11-15 11:55:43 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 12:18:32 +0100" startDate="2024-11-15 11:56:26 +0100" endDate="2024-11-15 12:04:58 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 13:31:53 +0100" startDate="2024-11-15 13:10:38 +0100" endDate="2024-11-15 13:16:21 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 13:45:08 +0100" startDate="2024-11-15 13:35:00 +0100" endDate="2024-11-15 13:45:01 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 13:56:01 +0100" startDate="2024-11-15 13:45:01 +0100" endDate="2024-11-15 13:51:31 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 14:59:35 +0100" startDate="2024-11-15 14:49:08 +0100" endDate="2024-11-15 14:58:13 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 15:17:54 +0100" startDate="2024-11-15 14:59:45 +0100" endDate="2024-11-15 15:06:53 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 15:28:22 +0100" startDate="2024-11-15 15:14:22 +0100" endDate="2024-11-15 15:23:12 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 15:41:58 +0100" startDate="2024-11-15 15:24:44 +0100" endDate="2024-11-15 15:29:06 +0100" value="357"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 16:01:59 +0100" startDate="2024-11-15 15:47:47 +0100" endDate="2024-11-15 15:48:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 16:30:31 +0100" startDate="2024-11-15 16:06:04 +0100" endDate="2024-11-15 16:11:12 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 16:30:31 +0100" startDate="2024-11-15 16:19:25 +0100" endDate="2024-11-15 16:21:47 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 16:32:25 +0100" startDate="2024-11-15 16:21:47 +0100" endDate="2024-11-15 16:30:27 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 16:48:07 +0100" startDate="2024-11-15 16:33:00 +0100" endDate="2024-11-15 16:42:59 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 16:55:41 +0100" startDate="2024-11-15 16:42:59 +0100" endDate="2024-11-15 16:53:00 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 17:09:02 +0100" startDate="2024-11-15 16:53:00 +0100" endDate="2024-11-15 17:03:01 +0100" value="1001"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 17:17:34 +0100" startDate="2024-11-15 17:03:01 +0100" endDate="2024-11-15 17:13:02 +0100" value="947"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 17:26:47 +0100" startDate="2024-11-15 17:13:02 +0100" endDate="2024-11-15 17:23:03 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 17:36:21 +0100" startDate="2024-11-15 17:23:03 +0100" endDate="2024-11-15 17:28:09 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 21:45:03 +0100" startDate="2024-11-15 21:33:48 +0100" endDate="2024-11-15 21:43:49 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 21:57:24 +0100" startDate="2024-11-15 21:43:49 +0100" endDate="2024-11-15 21:48:40 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 22:18:14 +0100" startDate="2024-11-15 22:07:50 +0100" endDate="2024-11-15 22:16:24 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 22:48:43 +0100" startDate="2024-11-15 22:38:04 +0100" endDate="2024-11-15 22:47:37 +0100" value="1033"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 22:58:40 +0100" startDate="2024-11-15 22:47:37 +0100" endDate="2024-11-15 22:54:12 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 23:22:56 +0100" startDate="2024-11-15 23:06:51 +0100" endDate="2024-11-15 23:08:25 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-15 23:36:58 +0100" startDate="2024-11-15 23:25:27 +0100" endDate="2024-11-15 23:28:49 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 00:31:20 +0100" startDate="2024-11-16 00:21:07 +0100" endDate="2024-11-16 00:22:54 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 01:51:00 +0100" startDate="2024-11-16 01:39:57 +0100" endDate="2024-11-16 01:49:14 +0100" value="263"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 02:40:02 +0100" startDate="2024-11-16 02:21:49 +0100" endDate="2024-11-16 02:22:20 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 08:54:16 +0100" startDate="2024-11-16 08:40:39 +0100" endDate="2024-11-16 08:40:49 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 10:27:58 +0100" startDate="2024-11-16 10:16:55 +0100" endDate="2024-11-16 10:17:21 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 13:15:19 +0100" startDate="2024-11-16 13:00:02 +0100" endDate="2024-11-16 13:00:20 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 15:04:39 +0100" startDate="2024-11-16 14:52:48 +0100" endDate="2024-11-16 15:02:26 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 15:13:58 +0100" startDate="2024-11-16 15:02:54 +0100" endDate="2024-11-16 15:07:08 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 15:25:03 +0100" startDate="2024-11-16 15:15:00 +0100" endDate="2024-11-16 15:24:56 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 15:36:57 +0100" startDate="2024-11-16 15:25:16 +0100" endDate="2024-11-16 15:35:17 +0100" value="294"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 15:46:35 +0100" startDate="2024-11-16 15:35:30 +0100" endDate="2024-11-16 15:42:23 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 16:02:27 +0100" startDate="2024-11-16 15:48:56 +0100" endDate="2024-11-16 15:58:34 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 16:09:44 +0100" startDate="2024-11-16 15:59:40 +0100" endDate="2024-11-16 16:03:37 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 16:25:01 +0100" startDate="2024-11-16 16:13:20 +0100" endDate="2024-11-16 16:22:10 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 16:43:25 +0100" startDate="2024-11-16 16:33:12 +0100" endDate="2024-11-16 16:36:41 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-16 23:18:12 +0100" startDate="2024-11-16 23:08:04 +0100" endDate="2024-11-16 23:14:01 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 06:27:07 +0100" startDate="2024-11-17 06:16:57 +0100" endDate="2024-11-17 06:17:35 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 09:13:43 +0100" startDate="2024-11-17 09:01:03 +0100" endDate="2024-11-17 09:07:30 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 09:18:02 +0100" startDate="2024-11-17 09:07:30 +0100" endDate="2024-11-17 09:17:29 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 09:28:02 +0100" startDate="2024-11-17 09:17:29 +0100" endDate="2024-11-17 09:27:12 +0100" value="608"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 09:42:50 +0100" startDate="2024-11-17 09:27:30 +0100" endDate="2024-11-17 09:35:31 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 10:39:00 +0100" startDate="2024-11-17 10:22:07 +0100" endDate="2024-11-17 10:22:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 11:07:05 +0100" startDate="2024-11-17 10:50:18 +0100" endDate="2024-11-17 10:56:26 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 11:16:38 +0100" startDate="2024-11-17 11:00:18 +0100" endDate="2024-11-17 11:01:24 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 11:36:04 +0100" startDate="2024-11-17 11:14:21 +0100" endDate="2024-11-17 11:14:49 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 11:48:02 +0100" startDate="2024-11-17 11:36:11 +0100" endDate="2024-11-17 11:46:10 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 12:05:03 +0100" startDate="2024-11-17 11:48:10 +0100" endDate="2024-11-17 11:57:32 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 12:19:49 +0100" startDate="2024-11-17 12:08:45 +0100" endDate="2024-11-17 12:15:03 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 12:58:57 +0100" startDate="2024-11-17 12:48:49 +0100" endDate="2024-11-17 12:49:09 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 16:38:35 +0100" startDate="2024-11-17 16:27:33 +0100" endDate="2024-11-17 16:27:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 18:06:36 +0100" startDate="2024-11-17 17:56:24 +0100" endDate="2024-11-17 18:03:11 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-17 21:57:43 +0100" startDate="2024-11-17 21:46:20 +0100" endDate="2024-11-17 21:54:30 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 05:41:59 +0100" startDate="2024-11-18 05:25:43 +0100" endDate="2024-11-18 05:26:16 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 05:56:30 +0100" startDate="2024-11-18 05:45:27 +0100" endDate="2024-11-18 05:52:35 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 06:20:26 +0100" startDate="2024-11-18 06:09:12 +0100" endDate="2024-11-18 06:18:54 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 06:30:46 +0100" startDate="2024-11-18 06:19:43 +0100" endDate="2024-11-18 06:29:44 +0100" value="1080"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 06:40:46 +0100" startDate="2024-11-18 06:29:44 +0100" endDate="2024-11-18 06:33:25 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 06:54:55 +0100" startDate="2024-11-18 06:44:50 +0100" endDate="2024-11-18 06:48:01 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 08:13:14 +0100" startDate="2024-11-18 08:02:11 +0100" endDate="2024-11-18 08:09:42 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 08:39:43 +0100" startDate="2024-11-18 08:28:41 +0100" endDate="2024-11-18 08:33:47 +0100" value="285"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 09:01:06 +0100" startDate="2024-11-18 08:50:13 +0100" endDate="2024-11-18 09:00:14 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 09:10:31 +0100" startDate="2024-11-18 09:00:14 +0100" endDate="2024-11-18 09:10:13 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 09:21:35 +0100" startDate="2024-11-18 09:10:13 +0100" endDate="2024-11-18 09:18:37 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 09:29:40 +0100" startDate="2024-11-18 09:18:37 +0100" endDate="2024-11-18 09:21:48 +0100" value="138"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 10:54:33 +0100" startDate="2024-11-18 10:43:30 +0100" endDate="2024-11-18 10:43:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 12:48:37 +0100" startDate="2024-11-18 12:37:27 +0100" endDate="2024-11-18 12:38:41 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 12:58:02 +0100" startDate="2024-11-18 12:47:49 +0100" endDate="2024-11-18 12:47:54 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 13:15:35 +0100" startDate="2024-11-18 13:05:03 +0100" endDate="2024-11-18 13:14:08 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 13:28:52 +0100" startDate="2024-11-18 13:18:25 +0100" endDate="2024-11-18 13:19:06 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 14:16:02 +0100" startDate="2024-11-18 13:52:33 +0100" endDate="2024-11-18 13:58:34 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 16:31:05 +0100" startDate="2024-11-18 16:14:42 +0100" endDate="2024-11-18 16:16:22 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 17:14:14 +0100" startDate="2024-11-18 17:04:09 +0100" endDate="2024-11-18 17:07:20 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 17:29:05 +0100" startDate="2024-11-18 17:18:52 +0100" endDate="2024-11-18 17:27:42 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 17:42:27 +0100" startDate="2024-11-18 17:29:01 +0100" endDate="2024-11-18 17:30:58 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 17:51:47 +0100" startDate="2024-11-18 17:40:45 +0100" endDate="2024-11-18 17:40:50 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 18:24:01 +0100" startDate="2024-11-18 18:12:59 +0100" endDate="2024-11-18 18:20:27 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 18:52:59 +0100" startDate="2024-11-18 18:41:56 +0100" endDate="2024-11-18 18:41:59 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 19:03:28 +0100" startDate="2024-11-18 18:52:26 +0100" endDate="2024-11-18 18:52:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 19:15:18 +0100" startDate="2024-11-18 19:04:29 +0100" endDate="2024-11-18 19:08:54 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 21:09:40 +0100" startDate="2024-11-18 20:57:13 +0100" endDate="2024-11-18 21:05:04 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 21:27:00 +0100" startDate="2024-11-18 21:16:14 +0100" endDate="2024-11-18 21:22:24 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-18 22:22:50 +0100" startDate="2024-11-18 22:12:35 +0100" endDate="2024-11-18 22:14:02 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 04:41:07 +0100" startDate="2024-11-19 04:30:57 +0100" endDate="2024-11-19 04:35:40 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 06:49:35 +0100" startDate="2024-11-19 06:39:25 +0100" endDate="2024-11-19 06:42:48 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 08:50:04 +0100" startDate="2024-11-19 08:34:25 +0100" endDate="2024-11-19 08:34:45 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 09:12:27 +0100" startDate="2024-11-19 08:53:59 +0100" endDate="2024-11-19 09:01:09 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 10:09:00 +0100" startDate="2024-11-19 09:53:59 +0100" endDate="2024-11-19 09:54:40 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 10:40:04 +0100" startDate="2024-11-19 10:28:46 +0100" endDate="2024-11-19 10:33:41 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 10:50:56 +0100" startDate="2024-11-19 10:39:54 +0100" endDate="2024-11-19 10:40:16 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 13:53:57 +0100" startDate="2024-11-19 13:40:40 +0100" endDate="2024-11-19 13:46:11 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 14:57:17 +0100" startDate="2024-11-19 14:44:46 +0100" endDate="2024-11-19 14:54:17 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 16:01:38 +0100" startDate="2024-11-19 15:50:36 +0100" endDate="2024-11-19 15:58:16 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 16:16:40 +0100" startDate="2024-11-19 16:05:37 +0100" endDate="2024-11-19 16:12:37 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 16:31:48 +0100" startDate="2024-11-19 16:19:00 +0100" endDate="2024-11-19 16:22:00 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 17:10:39 +0100" startDate="2024-11-19 17:00:01 +0100" endDate="2024-11-19 17:10:00 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 17:24:42 +0100" startDate="2024-11-19 17:10:00 +0100" endDate="2024-11-19 17:11:06 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 17:42:29 +0100" startDate="2024-11-19 17:24:45 +0100" endDate="2024-11-19 17:34:38 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 17:46:22 +0100" startDate="2024-11-19 17:35:17 +0100" endDate="2024-11-19 17:42:55 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 18:42:30 +0100" startDate="2024-11-19 18:27:43 +0100" endDate="2024-11-19 18:36:30 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 18:55:01 +0100" startDate="2024-11-19 18:38:30 +0100" endDate="2024-11-19 18:38:56 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 19:14:28 +0100" startDate="2024-11-19 18:58:26 +0100" endDate="2024-11-19 18:59:37 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 19:27:42 +0100" startDate="2024-11-19 19:11:08 +0100" endDate="2024-11-19 19:11:10 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 20:33:09 +0100" startDate="2024-11-19 20:22:05 +0100" endDate="2024-11-19 20:30:53 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 20:54:45 +0100" startDate="2024-11-19 20:41:35 +0100" endDate="2024-11-19 20:41:38 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 21:04:52 +0100" startDate="2024-11-19 20:54:41 +0100" endDate="2024-11-19 21:04:40 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 21:14:48 +0100" startDate="2024-11-19 21:04:40 +0100" endDate="2024-11-19 21:04:48 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 21:44:01 +0100" startDate="2024-11-19 21:31:43 +0100" endDate="2024-11-19 21:35:35 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-19 22:25:02 +0100" startDate="2024-11-19 22:13:29 +0100" endDate="2024-11-19 22:16:41 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 06:14:32 +0100" startDate="2024-11-20 06:03:33 +0100" endDate="2024-11-20 06:12:16 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 07:36:08 +0100" startDate="2024-11-20 07:25:58 +0100" endDate="2024-11-20 07:33:02 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 08:35:07 +0100" startDate="2024-11-20 08:24:57 +0100" endDate="2024-11-20 08:28:08 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 09:35:04 +0100" startDate="2024-11-20 09:20:57 +0100" endDate="2024-11-20 09:30:55 +0100" value="575"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 09:42:27 +0100" startDate="2024-11-20 09:31:16 +0100" endDate="2024-11-20 09:37:04 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 12:03:12 +0100" startDate="2024-11-20 11:53:04 +0100" endDate="2024-11-20 11:59:31 +0100" value="654"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 12:46:20 +0100" startDate="2024-11-20 12:28:59 +0100" endDate="2024-11-20 12:32:48 +0100" value="351"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 14:05:32 +0100" startDate="2024-11-20 13:54:08 +0100" endDate="2024-11-20 14:01:16 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 14:24:55 +0100" startDate="2024-11-20 14:13:11 +0100" endDate="2024-11-20 14:21:33 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 14:39:06 +0100" startDate="2024-11-20 14:23:15 +0100" endDate="2024-11-20 14:29:07 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 14:48:19 +0100" startDate="2024-11-20 14:35:09 +0100" endDate="2024-11-20 14:42:20 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 15:04:41 +0100" startDate="2024-11-20 14:49:20 +0100" endDate="2024-11-20 14:52:03 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 15:40:00 +0100" startDate="2024-11-20 15:22:05 +0100" endDate="2024-11-20 15:31:43 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 15:48:53 +0100" startDate="2024-11-20 15:37:50 +0100" endDate="2024-11-20 15:47:46 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 15:57:59 +0100" startDate="2024-11-20 15:47:54 +0100" endDate="2024-11-20 15:49:31 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 16:17:40 +0100" startDate="2024-11-20 15:58:19 +0100" endDate="2024-11-20 16:07:56 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 16:24:09 +0100" startDate="2024-11-20 16:08:21 +0100" endDate="2024-11-20 16:17:35 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 16:34:58 +0100" startDate="2024-11-20 16:22:18 +0100" endDate="2024-11-20 16:30:44 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 16:44:10 +0100" startDate="2024-11-20 16:33:27 +0100" endDate="2024-11-20 16:41:08 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 16:58:15 +0100" startDate="2024-11-20 16:46:01 +0100" endDate="2024-11-20 16:54:23 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 17:08:42 +0100" startDate="2024-11-20 16:56:17 +0100" endDate="2024-11-20 17:04:55 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 17:21:52 +0100" startDate="2024-11-20 17:10:49 +0100" endDate="2024-11-20 17:20:41 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 17:35:35 +0100" startDate="2024-11-20 17:20:49 +0100" endDate="2024-11-20 17:25:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 17:47:45 +0100" startDate="2024-11-20 17:32:27 +0100" endDate="2024-11-20 17:41:26 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 17:58:46 +0100" startDate="2024-11-20 17:43:56 +0100" endDate="2024-11-20 17:53:57 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 18:04:49 +0100" startDate="2024-11-20 17:53:57 +0100" endDate="2024-11-20 18:03:32 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 19:01:30 +0100" startDate="2024-11-20 18:50:27 +0100" endDate="2024-11-20 18:50:30 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 19:27:27 +0100" startDate="2024-11-20 19:11:10 +0100" endDate="2024-11-20 19:21:06 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 19:32:55 +0100" startDate="2024-11-20 19:22:20 +0100" endDate="2024-11-20 19:25:44 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 21:17:53 +0100" startDate="2024-11-20 21:07:46 +0100" endDate="2024-11-20 21:08:32 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 21:33:54 +0100" startDate="2024-11-20 21:23:46 +0100" endDate="2024-11-20 21:31:10 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-20 22:22:18 +0100" startDate="2024-11-20 22:11:29 +0100" endDate="2024-11-20 22:14:13 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 05:10:54 +0100" startDate="2024-11-21 04:59:37 +0100" endDate="2024-11-21 05:03:34 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 05:21:34 +0100" startDate="2024-11-21 05:10:31 +0100" endDate="2024-11-21 05:11:06 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 06:28:15 +0100" startDate="2024-11-21 06:14:51 +0100" endDate="2024-11-21 06:24:47 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 06:38:30 +0100" startDate="2024-11-21 06:25:02 +0100" endDate="2024-11-21 06:35:01 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 06:46:16 +0100" startDate="2024-11-21 06:35:41 +0100" endDate="2024-11-21 06:37:31 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 07:22:17 +0100" startDate="2024-11-21 07:11:06 +0100" endDate="2024-11-21 07:13:54 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 09:48:44 +0100" startDate="2024-11-21 09:37:41 +0100" endDate="2024-11-21 09:40:42 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 11:00:04 +0100" startDate="2024-11-21 10:48:51 +0100" endDate="2024-11-21 10:48:53 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 14:08:04 +0100" startDate="2024-11-21 13:57:23 +0100" endDate="2024-11-21 14:05:25 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 16:20:07 +0100" startDate="2024-11-21 16:09:04 +0100" endDate="2024-11-21 16:16:58 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 16:34:02 +0100" startDate="2024-11-21 16:19:37 +0100" endDate="2024-11-21 16:28:30 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 16:43:51 +0100" startDate="2024-11-21 16:29:57 +0100" endDate="2024-11-21 16:30:07 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 16:58:20 +0100" startDate="2024-11-21 16:46:37 +0100" endDate="2024-11-21 16:56:28 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 17:11:14 +0100" startDate="2024-11-21 16:57:42 +0100" endDate="2024-11-21 17:03:49 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 18:01:07 +0100" startDate="2024-11-21 17:11:12 +0100" endDate="2024-11-21 17:16:21 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 19:35:01 +0100" startDate="2024-11-21 19:23:37 +0100" endDate="2024-11-21 19:24:05 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 19:48:34 +0100" startDate="2024-11-21 19:36:53 +0100" endDate="2024-11-21 19:46:52 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 20:00:01 +0100" startDate="2024-11-21 19:46:52 +0100" endDate="2024-11-21 19:47:38 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 20:12:42 +0100" startDate="2024-11-21 20:00:12 +0100" endDate="2024-11-21 20:00:53 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 20:33:45 +0100" startDate="2024-11-21 20:22:42 +0100" endDate="2024-11-21 20:32:00 +0100" value="926"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 20:49:22 +0100" startDate="2024-11-21 20:32:58 +0100" endDate="2024-11-21 20:39:03 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 21:38:34 +0100" startDate="2024-11-21 21:28:29 +0100" endDate="2024-11-21 21:32:57 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 22:46:46 +0100" startDate="2024-11-21 22:35:03 +0100" endDate="2024-11-21 22:43:32 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 22:55:37 +0100" startDate="2024-11-21 22:45:27 +0100" endDate="2024-11-21 22:49:14 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-21 23:37:20 +0100" startDate="2024-11-21 23:23:11 +0100" endDate="2024-11-21 23:23:42 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 04:31:41 +0100" startDate="2024-11-22 04:20:39 +0100" endDate="2024-11-22 04:24:59 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 06:58:26 +0100" startDate="2024-11-22 06:40:39 +0100" endDate="2024-11-22 06:40:47 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 07:12:43 +0100" startDate="2024-11-22 07:01:40 +0100" endDate="2024-11-22 07:02:03 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 07:43:15 +0100" startDate="2024-11-22 07:33:05 +0100" endDate="2024-11-22 07:39:55 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 08:19:44 +0100" startDate="2024-11-22 08:08:42 +0100" endDate="2024-11-22 08:08:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 08:55:02 +0100" startDate="2024-11-22 08:44:14 +0100" endDate="2024-11-22 08:49:42 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 09:21:09 +0100" startDate="2024-11-22 09:10:33 +0100" endDate="2024-11-22 09:20:32 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 09:31:35 +0100" startDate="2024-11-22 09:20:32 +0100" endDate="2024-11-22 09:24:08 +0100" value="365"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 11:07:45 +0100" startDate="2024-11-22 10:48:43 +0100" endDate="2024-11-22 10:49:44 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 11:46:24 +0100" startDate="2024-11-22 11:34:45 +0100" endDate="2024-11-22 11:34:48 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 12:31:50 +0100" startDate="2024-11-22 12:18:35 +0100" endDate="2024-11-22 12:25:12 +0100" value="427"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 13:04:03 +0100" startDate="2024-11-22 12:50:44 +0100" endDate="2024-11-22 12:59:12 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 15:48:20 +0100" startDate="2024-11-22 15:36:48 +0100" endDate="2024-11-22 15:41:20 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 16:29:40 +0100" startDate="2024-11-22 16:18:37 +0100" endDate="2024-11-22 16:27:55 +0100" value="604"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 16:57:15 +0100" startDate="2024-11-22 16:46:13 +0100" endDate="2024-11-22 16:56:13 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 17:07:17 +0100" startDate="2024-11-22 16:56:13 +0100" endDate="2024-11-22 17:02:51 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 18:34:05 +0100" startDate="2024-11-22 18:23:02 +0100" endDate="2024-11-22 18:23:53 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 19:06:33 +0100" startDate="2024-11-22 18:55:31 +0100" endDate="2024-11-22 18:55:41 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-22 20:13:02 +0100" startDate="2024-11-22 20:02:52 +0100" endDate="2024-11-22 20:05:07 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 05:54:10 +0100" startDate="2024-11-23 05:43:57 +0100" endDate="2024-11-23 05:46:03 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 08:49:07 +0100" startDate="2024-11-23 08:38:57 +0100" endDate="2024-11-23 08:39:04 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 10:00:29 +0100" startDate="2024-11-23 09:42:52 +0100" endDate="2024-11-23 09:42:54 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 11:02:13 +0100" startDate="2024-11-23 10:51:10 +0100" endDate="2024-11-23 10:51:21 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 12:56:04 +0100" startDate="2024-11-23 12:45:35 +0100" endDate="2024-11-23 12:47:56 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 13:50:52 +0100" startDate="2024-11-23 13:39:49 +0100" endDate="2024-11-23 13:43:42 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 14:42:21 +0100" startDate="2024-11-23 14:31:18 +0100" endDate="2024-11-23 14:34:12 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 15:01:38 +0100" startDate="2024-11-23 14:44:25 +0100" endDate="2024-11-23 14:49:13 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 15:06:09 +0100" startDate="2024-11-23 14:54:47 +0100" endDate="2024-11-23 15:03:40 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 15:54:31 +0100" startDate="2024-11-23 15:43:29 +0100" endDate="2024-11-23 15:48:29 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 16:10:19 +0100" startDate="2024-11-23 15:58:23 +0100" endDate="2024-11-23 16:06:11 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 16:39:43 +0100" startDate="2024-11-23 16:28:32 +0100" endDate="2024-11-23 16:38:33 +0100" value="941"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 16:50:19 +0100" startDate="2024-11-23 16:38:33 +0100" endDate="2024-11-23 16:42:35 +0100" value="381"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 17:02:25 +0100" startDate="2024-11-23 16:49:25 +0100" endDate="2024-11-23 16:51:02 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 18:21:54 +0100" startDate="2024-11-23 18:04:01 +0100" endDate="2024-11-23 18:04:19 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 20:25:29 +0100" startDate="2024-11-23 20:09:41 +0100" endDate="2024-11-23 20:11:41 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 23:08:06 +0100" startDate="2024-11-23 22:58:00 +0100" endDate="2024-11-23 23:00:17 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 23:42:15 +0100" startDate="2024-11-23 23:32:01 +0100" endDate="2024-11-23 23:41:09 +0100" value="791"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-23 23:53:57 +0100" startDate="2024-11-23 23:41:09 +0100" endDate="2024-11-23 23:46:40 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 00:22:34 +0100" startDate="2024-11-24 00:07:47 +0100" endDate="2024-11-24 00:10:53 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 01:20:54 +0100" startDate="2024-11-24 01:09:51 +0100" endDate="2024-11-24 01:17:54 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 07:24:26 +0100" startDate="2024-11-24 07:13:10 +0100" endDate="2024-11-24 07:23:11 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 07:34:14 +0100" startDate="2024-11-24 07:23:11 +0100" endDate="2024-11-24 07:24:25 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 07:55:54 +0100" startDate="2024-11-24 07:45:41 +0100" endDate="2024-11-24 07:50:29 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 10:53:11 +0100" startDate="2024-11-24 10:43:00 +0100" endDate="2024-11-24 10:43:23 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 11:05:42 +0100" startDate="2024-11-24 10:55:32 +0100" endDate="2024-11-24 10:58:22 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 11:35:29 +0100" startDate="2024-11-24 11:24:26 +0100" endDate="2024-11-24 11:29:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 13:44:03 +0100" startDate="2024-11-24 13:33:46 +0100" endDate="2024-11-24 13:36:49 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 14:30:45 +0100" startDate="2024-11-24 14:17:16 +0100" endDate="2024-11-24 14:22:57 +0100" value="284"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 14:47:06 +0100" startDate="2024-11-24 14:32:13 +0100" endDate="2024-11-24 14:32:41 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 14:59:08 +0100" startDate="2024-11-24 14:48:41 +0100" endDate="2024-11-24 14:53:54 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 15:07:04 +0100" startDate="2024-11-24 14:53:54 +0100" endDate="2024-11-24 15:03:55 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 15:14:16 +0100" startDate="2024-11-24 15:03:55 +0100" endDate="2024-11-24 15:13:56 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 15:27:29 +0100" startDate="2024-11-24 15:13:56 +0100" endDate="2024-11-24 15:21:50 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 15:39:57 +0100" startDate="2024-11-24 15:27:13 +0100" endDate="2024-11-24 15:37:12 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 15:54:31 +0100" startDate="2024-11-24 15:37:12 +0100" endDate="2024-11-24 15:43:04 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 16:33:54 +0100" startDate="2024-11-24 16:22:51 +0100" endDate="2024-11-24 16:29:33 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 16:49:17 +0100" startDate="2024-11-24 16:38:06 +0100" endDate="2024-11-24 16:42:51 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 19:10:21 +0100" startDate="2024-11-24 18:59:19 +0100" endDate="2024-11-24 19:01:18 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 19:29:44 +0100" startDate="2024-11-24 19:18:41 +0100" endDate="2024-11-24 19:18:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-24 19:45:58 +0100" startDate="2024-11-24 19:34:55 +0100" endDate="2024-11-24 19:41:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 06:27:50 +0100" startDate="2024-11-25 06:14:30 +0100" endDate="2024-11-25 06:21:31 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 07:12:47 +0100" startDate="2024-11-25 07:02:35 +0100" endDate="2024-11-25 07:02:55 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 09:10:36 +0100" startDate="2024-11-25 08:57:21 +0100" endDate="2024-11-25 09:04:45 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 09:36:46 +0100" startDate="2024-11-25 09:25:01 +0100" endDate="2024-11-25 09:25:12 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 10:20:35 +0100" startDate="2024-11-25 10:09:32 +0100" endDate="2024-11-25 10:17:51 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 12:13:27 +0100" startDate="2024-11-25 12:02:12 +0100" endDate="2024-11-25 12:08:54 +0100" value="437"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 12:20:42 +0100" startDate="2024-11-25 12:08:54 +0100" endDate="2024-11-25 12:18:55 +0100" value="1043"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 12:36:32 +0100" startDate="2024-11-25 12:18:55 +0100" endDate="2024-11-25 12:26:01 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 13:43:33 +0100" startDate="2024-11-25 13:32:30 +0100" endDate="2024-11-25 13:42:31 +0100" value="879"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 13:54:11 +0100" startDate="2024-11-25 13:42:41 +0100" endDate="2024-11-25 13:51:44 +0100" value="359"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 14:04:32 +0100" startDate="2024-11-25 13:52:17 +0100" endDate="2024-11-25 14:01:22 +0100" value="679"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 14:24:10 +0100" startDate="2024-11-25 14:02:16 +0100" endDate="2024-11-25 14:07:39 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 16:00:24 +0100" startDate="2024-11-25 15:50:12 +0100" endDate="2024-11-25 15:50:35 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 16:12:08 +0100" startDate="2024-11-25 16:01:55 +0100" endDate="2024-11-25 16:02:05 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 16:49:02 +0100" startDate="2024-11-25 16:38:00 +0100" endDate="2024-11-25 16:39:24 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 17:07:54 +0100" startDate="2024-11-25 16:57:46 +0100" endDate="2024-11-25 16:59:13 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 17:56:20 +0100" startDate="2024-11-25 17:46:04 +0100" endDate="2024-11-25 17:52:24 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 18:53:26 +0100" startDate="2024-11-25 18:43:16 +0100" endDate="2024-11-25 18:47:25 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 20:09:46 +0100" startDate="2024-11-25 19:58:43 +0100" endDate="2024-11-25 19:59:45 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-25 21:07:45 +0100" startDate="2024-11-25 20:57:35 +0100" endDate="2024-11-25 21:02:58 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 05:30:00 +0100" startDate="2024-11-26 05:16:25 +0100" endDate="2024-11-26 05:16:40 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 05:41:15 +0100" startDate="2024-11-26 05:30:13 +0100" endDate="2024-11-26 05:30:41 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 06:17:07 +0100" startDate="2024-11-26 06:06:34 +0100" endDate="2024-11-26 06:15:56 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 06:27:09 +0100" startDate="2024-11-26 06:16:49 +0100" endDate="2024-11-26 06:21:40 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 07:52:37 +0100" startDate="2024-11-26 07:41:26 +0100" endDate="2024-11-26 07:51:27 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 08:13:51 +0100" startDate="2024-11-26 07:51:27 +0100" endDate="2024-11-26 07:58:30 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 08:21:33 +0100" startDate="2024-11-26 08:09:48 +0100" endDate="2024-11-26 08:19:27 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 10:24:14 +0100" startDate="2024-11-26 10:02:42 +0100" endDate="2024-11-26 10:04:49 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 10:42:25 +0100" startDate="2024-11-26 10:31:12 +0100" endDate="2024-11-26 10:38:50 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 11:00:21 +0100" startDate="2024-11-26 10:47:47 +0100" endDate="2024-11-26 10:56:37 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 11:17:48 +0100" startDate="2024-11-26 11:00:06 +0100" endDate="2024-11-26 11:00:11 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 11:49:39 +0100" startDate="2024-11-26 11:37:48 +0100" endDate="2024-11-26 11:39:40 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 12:03:06 +0100" startDate="2024-11-26 11:52:03 +0100" endDate="2024-11-26 12:02:03 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 12:16:01 +0100" startDate="2024-11-26 12:02:08 +0100" endDate="2024-11-26 12:11:03 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 12:34:48 +0100" startDate="2024-11-26 12:14:42 +0100" endDate="2024-11-26 12:17:53 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 12:45:05 +0100" startDate="2024-11-26 12:34:02 +0100" endDate="2024-11-26 12:34:04 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 14:07:14 +0100" startDate="2024-11-26 13:56:12 +0100" endDate="2024-11-26 14:00:57 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 15:20:54 +0100" startDate="2024-11-26 15:09:52 +0100" endDate="2024-11-26 15:09:57 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 15:42:29 +0100" startDate="2024-11-26 15:32:09 +0100" endDate="2024-11-26 15:38:57 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 16:18:12 +0100" startDate="2024-11-26 16:07:09 +0100" endDate="2024-11-26 16:12:23 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 16:33:27 +0100" startDate="2024-11-26 16:23:11 +0100" endDate="2024-11-26 16:25:54 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 16:43:33 +0100" startDate="2024-11-26 16:33:17 +0100" endDate="2024-11-26 16:41:09 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 17:03:30 +0100" startDate="2024-11-26 16:52:27 +0100" endDate="2024-11-26 16:56:32 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 17:14:24 +0100" startDate="2024-11-26 17:03:21 +0100" endDate="2024-11-26 17:07:59 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 18:48:15 +0100" startDate="2024-11-26 18:38:07 +0100" endDate="2024-11-26 18:38:25 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 19:37:29 +0100" startDate="2024-11-26 19:27:21 +0100" endDate="2024-11-26 19:36:35 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-26 19:53:27 +0100" startDate="2024-11-26 19:42:25 +0100" endDate="2024-11-26 19:43:44 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 05:27:45 +0100" startDate="2024-11-27 05:15:43 +0100" endDate="2024-11-27 05:16:26 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 05:42:43 +0100" startDate="2024-11-27 05:31:00 +0100" endDate="2024-11-27 05:36:03 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 06:17:57 +0100" startDate="2024-11-27 06:06:54 +0100" endDate="2024-11-27 06:16:55 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 07:46:26 +0100" startDate="2024-11-27 07:34:59 +0100" endDate="2024-11-27 07:44:53 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 07:59:13 +0100" startDate="2024-11-27 07:46:27 +0100" endDate="2024-11-27 07:50:55 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 09:07:07 +0100" startDate="2024-11-27 08:56:56 +0100" endDate="2024-11-27 09:02:25 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 09:34:11 +0100" startDate="2024-11-27 09:23:35 +0100" endDate="2024-11-27 09:32:37 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 10:07:37 +0100" startDate="2024-11-27 09:57:29 +0100" endDate="2024-11-27 09:59:13 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 10:19:05 +0100" startDate="2024-11-27 10:08:05 +0100" endDate="2024-11-27 10:17:36 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 12:00:01 +0100" startDate="2024-11-27 11:41:38 +0100" endDate="2024-11-27 11:48:08 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 12:30:10 +0100" startDate="2024-11-27 12:18:21 +0100" endDate="2024-11-27 12:24:33 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 12:42:56 +0100" startDate="2024-11-27 12:29:16 +0100" endDate="2024-11-27 12:38:49 +0100" value="306"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 13:00:10 +0100" startDate="2024-11-27 12:40:49 +0100" endDate="2024-11-27 12:40:59 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 13:44:55 +0100" startDate="2024-11-27 13:29:37 +0100" endDate="2024-11-27 13:37:54 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 14:05:42 +0100" startDate="2024-11-27 13:45:31 +0100" endDate="2024-11-27 13:53:25 +0100" value="576"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 14:29:53 +0100" startDate="2024-11-27 14:18:00 +0100" endDate="2024-11-27 14:25:24 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 14:44:27 +0100" startDate="2024-11-27 14:29:29 +0100" endDate="2024-11-27 14:32:12 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 14:54:23 +0100" startDate="2024-11-27 14:43:18 +0100" endDate="2024-11-27 14:43:23 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 15:18:57 +0100" startDate="2024-11-27 15:01:55 +0100" endDate="2024-11-27 15:08:14 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 15:27:28 +0100" startDate="2024-11-27 15:13:51 +0100" endDate="2024-11-27 15:22:51 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 15:37:38 +0100" startDate="2024-11-27 15:25:09 +0100" endDate="2024-11-27 15:25:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 15:47:30 +0100" startDate="2024-11-27 15:35:08 +0100" endDate="2024-11-27 15:43:58 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 15:56:36 +0100" startDate="2024-11-27 15:45:32 +0100" endDate="2024-11-27 15:55:18 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 16:10:43 +0100" startDate="2024-11-27 15:59:23 +0100" endDate="2024-11-27 16:01:53 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 16:18:43 +0100" startDate="2024-11-27 16:06:13 +0100" endDate="2024-11-27 16:06:18 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 16:38:09 +0100" startDate="2024-11-27 16:24:07 +0100" endDate="2024-11-27 16:24:09 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 16:56:44 +0100" startDate="2024-11-27 16:42:30 +0100" endDate="2024-11-27 16:47:44 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 17:08:06 +0100" startDate="2024-11-27 16:54:27 +0100" endDate="2024-11-27 16:58:29 +0100" value="260"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 17:15:41 +0100" startDate="2024-11-27 17:04:38 +0100" endDate="2024-11-27 17:09:05 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 18:39:56 +0100" startDate="2024-11-27 18:27:20 +0100" endDate="2024-11-27 18:34:15 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 19:44:03 +0100" startDate="2024-11-27 19:30:36 +0100" endDate="2024-11-27 19:32:16 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 21:03:31 +0100" startDate="2024-11-27 20:51:45 +0100" endDate="2024-11-27 21:01:41 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 20:42:35 +0100" startDate="2024-11-27 20:31:32 +0100" endDate="2024-11-27 20:31:52 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 21:14:13 +0100" startDate="2024-11-27 21:03:10 +0100" endDate="2024-11-27 21:09:05 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 21:39:39 +0100" startDate="2024-11-27 21:29:29 +0100" endDate="2024-11-27 21:39:21 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-27 22:04:50 +0100" startDate="2024-11-27 21:53:53 +0100" endDate="2024-11-27 21:57:13 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 04:30:53 +0100" startDate="2024-11-28 04:20:17 +0100" endDate="2024-11-28 04:23:15 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 04:45:08 +0100" startDate="2024-11-28 04:34:05 +0100" endDate="2024-11-28 04:34:15 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 05:05:02 +0100" startDate="2024-11-28 04:54:56 +0100" endDate="2024-11-28 04:55:09 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 06:00:48 +0100" startDate="2024-11-28 05:40:34 +0100" endDate="2024-11-28 05:40:39 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 06:17:23 +0100" startDate="2024-11-28 06:06:20 +0100" endDate="2024-11-28 06:10:09 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 07:29:02 +0100" startDate="2024-11-28 07:16:05 +0100" endDate="2024-11-28 07:21:01 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 08:01:36 +0100" startDate="2024-11-28 07:49:26 +0100" endDate="2024-11-28 07:53:54 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 09:56:27 +0100" startDate="2024-11-28 09:45:03 +0100" endDate="2024-11-28 09:48:19 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 10:18:18 +0100" startDate="2024-11-28 10:05:37 +0100" endDate="2024-11-28 10:15:33 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 11:57:16 +0100" startDate="2024-11-28 11:47:11 +0100" endDate="2024-11-28 11:53:43 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 12:25:55 +0100" startDate="2024-11-28 12:14:37 +0100" endDate="2024-11-28 12:23:53 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 12:36:38 +0100" startDate="2024-11-28 12:25:35 +0100" endDate="2024-11-28 12:34:33 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 13:21:46 +0100" startDate="2024-11-28 13:02:23 +0100" endDate="2024-11-28 13:03:26 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 13:32:30 +0100" startDate="2024-11-28 13:12:38 +0100" endDate="2024-11-28 13:12:43 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 13:48:21 +0100" startDate="2024-11-28 13:36:24 +0100" endDate="2024-11-28 13:36:45 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 14:30:16 +0100" startDate="2024-11-28 14:19:04 +0100" endDate="2024-11-28 14:28:54 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 14:43:02 +0100" startDate="2024-11-28 14:29:27 +0100" endDate="2024-11-28 14:30:41 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 14:52:18 +0100" startDate="2024-11-28 14:40:17 +0100" endDate="2024-11-28 14:50:11 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 15:19:31 +0100" startDate="2024-11-28 15:06:53 +0100" endDate="2024-11-28 15:09:31 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 15:44:48 +0100" startDate="2024-11-28 15:27:54 +0100" endDate="2024-11-28 15:34:34 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 15:54:47 +0100" startDate="2024-11-28 15:43:44 +0100" endDate="2024-11-28 15:49:15 +0100" value="278"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 16:04:55 +0100" startDate="2024-11-28 15:53:53 +0100" endDate="2024-11-28 16:02:35 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 17:06:11 +0100" startDate="2024-11-28 16:55:08 +0100" endDate="2024-11-28 16:55:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 17:34:21 +0100" startDate="2024-11-28 17:21:45 +0100" endDate="2024-11-28 17:27:55 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 17:44:51 +0100" startDate="2024-11-28 17:34:38 +0100" endDate="2024-11-28 17:35:57 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 18:14:43 +0100" startDate="2024-11-28 18:04:15 +0100" endDate="2024-11-28 18:12:31 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 18:24:40 +0100" startDate="2024-11-28 18:12:31 +0100" endDate="2024-11-28 18:14:36 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 18:45:50 +0100" startDate="2024-11-28 18:26:07 +0100" endDate="2024-11-28 18:26:15 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 18:48:35 +0100" startDate="2024-11-28 18:37:20 +0100" endDate="2024-11-28 18:46:10 +0100" value="769"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 19:00:00 +0100" startDate="2024-11-28 18:47:22 +0100" endDate="2024-11-28 18:47:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 19:16:10 +0100" startDate="2024-11-28 19:04:06 +0100" endDate="2024-11-28 19:04:09 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 20:32:07 +0100" startDate="2024-11-28 20:18:12 +0100" endDate="2024-11-28 20:19:29 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 20:45:58 +0100" startDate="2024-11-28 20:34:25 +0100" endDate="2024-11-28 20:35:06 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 21:12:04 +0100" startDate="2024-11-28 20:54:27 +0100" endDate="2024-11-28 21:01:32 +0100" value="477"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 21:29:20 +0100" startDate="2024-11-28 21:18:50 +0100" endDate="2024-11-28 21:21:51 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 21:40:44 +0100" startDate="2024-11-28 21:30:34 +0100" endDate="2024-11-28 21:30:49 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-28 22:06:55 +0100" startDate="2024-11-28 21:56:42 +0100" endDate="2024-11-28 22:02:45 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 04:38:18 +0100" startDate="2024-11-29 04:28:05 +0100" endDate="2024-11-29 04:30:53 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 07:28:38 +0100" startDate="2024-11-29 07:18:23 +0100" endDate="2024-11-29 07:28:05 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 07:58:57 +0100" startDate="2024-11-29 07:47:54 +0100" endDate="2024-11-29 07:57:38 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 08:20:44 +0100" startDate="2024-11-29 08:09:41 +0100" endDate="2024-11-29 08:09:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 09:33:16 +0100" startDate="2024-11-29 09:22:38 +0100" endDate="2024-11-29 09:31:56 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 09:45:18 +0100" startDate="2024-11-29 09:33:27 +0100" endDate="2024-11-29 09:34:56 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 10:05:09 +0100" startDate="2024-11-29 09:50:29 +0100" endDate="2024-11-29 09:51:13 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 10:18:27 +0100" startDate="2024-11-29 10:02:58 +0100" endDate="2024-11-29 10:03:47 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 12:03:01 +0100" startDate="2024-11-29 11:52:02 +0100" endDate="2024-11-29 12:02:01 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 12:12:21 +0100" startDate="2024-11-29 12:02:01 +0100" endDate="2024-11-29 12:05:50 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 12:53:44 +0100" startDate="2024-11-29 12:42:36 +0100" endDate="2024-11-29 12:51:13 +0100" value="227"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 13:12:22 +0100" startDate="2024-11-29 12:54:29 +0100" endDate="2024-11-29 13:02:54 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 13:15:31 +0100" startDate="2024-11-29 13:04:43 +0100" endDate="2024-11-29 13:14:06 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 13:27:55 +0100" startDate="2024-11-29 13:16:39 +0100" endDate="2024-11-29 13:26:40 +0100" value="503"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 13:40:20 +0100" startDate="2024-11-29 13:26:40 +0100" endDate="2024-11-29 13:36:41 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 13:47:29 +0100" startDate="2024-11-29 13:36:41 +0100" endDate="2024-11-29 13:37:42 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 14:51:49 +0100" startDate="2024-11-29 14:41:08 +0100" endDate="2024-11-29 14:47:53 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 15:02:01 +0100" startDate="2024-11-29 14:51:50 +0100" endDate="2024-11-29 14:55:45 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 15:15:41 +0100" startDate="2024-11-29 15:05:36 +0100" endDate="2024-11-29 15:15:22 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 15:26:13 +0100" startDate="2024-11-29 15:15:52 +0100" endDate="2024-11-29 15:21:49 +0100" value="581"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 15:38:12 +0100" startDate="2024-11-29 15:21:49 +0100" endDate="2024-11-29 15:28:24 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 16:10:59 +0100" startDate="2024-11-29 15:59:56 +0100" endDate="2024-11-29 16:02:27 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 17:45:59 +0100" startDate="2024-11-29 17:33:32 +0100" endDate="2024-11-29 17:43:28 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 18:37:38 +0100" startDate="2024-11-29 18:27:16 +0100" endDate="2024-11-29 18:37:17 +0100" value="714"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 18:48:20 +0100" startDate="2024-11-29 18:37:17 +0100" endDate="2024-11-29 18:40:54 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 19:03:50 +0100" startDate="2024-11-29 18:52:47 +0100" endDate="2024-11-29 18:53:00 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 19:17:47 +0100" startDate="2024-11-29 19:07:16 +0100" endDate="2024-11-29 19:17:12 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 19:36:33 +0100" startDate="2024-11-29 19:25:42 +0100" endDate="2024-11-29 19:35:42 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 19:49:13 +0100" startDate="2024-11-29 19:35:42 +0100" endDate="2024-11-29 19:38:13 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 20:14:34 +0100" startDate="2024-11-29 20:02:44 +0100" endDate="2024-11-29 20:07:35 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 20:53:02 +0100" startDate="2024-11-29 20:39:51 +0100" endDate="2024-11-29 20:39:56 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 21:17:46 +0100" startDate="2024-11-29 21:00:27 +0100" endDate="2024-11-29 21:01:30 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 21:40:00 +0100" startDate="2024-11-29 21:21:54 +0100" endDate="2024-11-29 21:24:06 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 22:11:08 +0100" startDate="2024-11-29 21:53:42 +0100" endDate="2024-11-29 21:56:53 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 22:33:59 +0100" startDate="2024-11-29 22:21:16 +0100" endDate="2024-11-29 22:29:18 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 22:44:13 +0100" startDate="2024-11-29 22:31:51 +0100" endDate="2024-11-29 22:41:06 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 23:07:15 +0100" startDate="2024-11-29 22:52:41 +0100" endDate="2024-11-29 23:02:40 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 23:17:40 +0100" startDate="2024-11-29 23:02:40 +0100" endDate="2024-11-29 23:08:03 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 23:21:56 +0100" startDate="2024-11-29 23:08:19 +0100" endDate="2024-11-29 23:18:20 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 23:32:56 +0100" startDate="2024-11-29 23:18:20 +0100" endDate="2024-11-29 23:27:07 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 23:39:39 +0100" startDate="2024-11-29 23:28:49 +0100" endDate="2024-11-29 23:38:12 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-29 23:51:42 +0100" startDate="2024-11-29 23:38:48 +0100" endDate="2024-11-29 23:48:49 +0100" value="863"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 00:00:32 +0100" startDate="2024-11-29 23:48:49 +0100" endDate="2024-11-29 23:58:39 +0100" value="715"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 00:10:49 +0100" startDate="2024-11-29 23:58:55 +0100" endDate="2024-11-30 00:01:18 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 01:00:12 +0100" startDate="2024-11-30 00:49:12 +0100" endDate="2024-11-30 00:49:40 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 08:37:12 +0100" startDate="2024-11-30 08:24:43 +0100" endDate="2024-11-30 08:24:46 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 09:15:32 +0100" startDate="2024-11-30 09:00:34 +0100" endDate="2024-11-30 09:04:49 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 12:10:27 +0100" startDate="2024-11-30 12:00:14 +0100" endDate="2024-11-30 12:00:37 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 12:39:06 +0100" startDate="2024-11-30 12:28:38 +0100" endDate="2024-11-30 12:38:37 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 12:52:02 +0100" startDate="2024-11-30 12:38:44 +0100" endDate="2024-11-30 12:39:50 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 13:03:57 +0100" startDate="2024-11-30 12:50:22 +0100" endDate="2024-11-30 12:59:58 +0100" value="178"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 13:15:31 +0100" startDate="2024-11-30 13:04:28 +0100" endDate="2024-11-30 13:14:29 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 13:34:10 +0100" startDate="2024-11-30 13:14:50 +0100" endDate="2024-11-30 13:18:42 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 14:09:38 +0100" startDate="2024-11-30 13:58:35 +0100" endDate="2024-11-30 14:04:11 +0100" value="200"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 17:07:24 +0100" startDate="2024-11-30 16:52:09 +0100" endDate="2024-11-30 16:57:58 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 18:02:23 +0100" startDate="2024-11-30 17:51:20 +0100" endDate="2024-11-30 17:51:25 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-11-30 22:27:35 +0100" startDate="2024-11-30 22:17:23 +0100" endDate="2024-11-30 22:22:47 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 04:01:51 +0100" startDate="2024-12-01 03:51:41 +0100" endDate="2024-12-01 03:55:53 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 04:36:27 +0100" startDate="2024-12-01 04:26:22 +0100" endDate="2024-12-01 04:27:10 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 08:08:51 +0100" startDate="2024-12-01 07:55:51 +0100" endDate="2024-12-01 07:59:23 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 08:19:49 +0100" startDate="2024-12-01 08:08:46 +0100" endDate="2024-12-01 08:08:51 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 10:08:32 +0100" startDate="2024-12-01 09:54:02 +0100" endDate="2024-12-01 10:02:37 +0100" value="394"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 10:19:18 +0100" startDate="2024-12-01 10:04:08 +0100" endDate="2024-12-01 10:11:24 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 11:15:12 +0100" startDate="2024-12-01 11:03:21 +0100" endDate="2024-12-01 11:06:01 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 11:53:06 +0100" startDate="2024-12-01 11:41:49 +0100" endDate="2024-12-01 11:51:29 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 12:02:43 +0100" startDate="2024-12-01 11:52:10 +0100" endDate="2024-12-01 12:02:06 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 12:12:43 +0100" startDate="2024-12-01 12:02:13 +0100" endDate="2024-12-01 12:11:57 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 12:25:34 +0100" startDate="2024-12-01 12:13:49 +0100" endDate="2024-12-01 12:23:24 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 12:38:21 +0100" startDate="2024-12-01 12:25:06 +0100" endDate="2024-12-01 12:35:07 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 12:45:37 +0100" startDate="2024-12-01 12:35:25 +0100" endDate="2024-12-01 12:40:56 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 13:05:07 +0100" startDate="2024-12-01 12:53:50 +0100" endDate="2024-12-01 13:03:51 +0100" value="267"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 13:18:19 +0100" startDate="2024-12-01 13:03:51 +0100" endDate="2024-12-01 13:08:08 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 13:35:59 +0100" startDate="2024-12-01 13:19:47 +0100" endDate="2024-12-01 13:23:49 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 13:45:44 +0100" startDate="2024-12-01 13:35:36 +0100" endDate="2024-12-01 13:36:01 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 14:06:58 +0100" startDate="2024-12-01 13:53:47 +0100" endDate="2024-12-01 13:58:17 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 14:17:31 +0100" startDate="2024-12-01 14:04:48 +0100" endDate="2024-12-01 14:11:51 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 14:41:35 +0100" startDate="2024-12-01 14:27:44 +0100" endDate="2024-12-01 14:37:36 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 14:52:27 +0100" startDate="2024-12-01 14:37:51 +0100" endDate="2024-12-01 14:42:34 +0100" value="329"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 15:05:03 +0100" startDate="2024-12-01 14:51:31 +0100" endDate="2024-12-01 14:52:29 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 15:25:50 +0100" startDate="2024-12-01 15:14:31 +0100" endDate="2024-12-01 15:23:28 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 15:40:09 +0100" startDate="2024-12-01 15:29:16 +0100" endDate="2024-12-01 15:38:44 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 16:02:56 +0100" startDate="2024-12-01 15:52:33 +0100" endDate="2024-12-01 15:52:40 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 16:39:19 +0100" startDate="2024-12-01 16:22:13 +0100" endDate="2024-12-01 16:32:04 +0100" value="431"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 16:46:35 +0100" startDate="2024-12-01 16:32:12 +0100" endDate="2024-12-01 16:42:13 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 16:56:54 +0100" startDate="2024-12-01 16:42:13 +0100" endDate="2024-12-01 16:51:10 +0100" value="836"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 17:18:30 +0100" startDate="2024-12-01 17:06:25 +0100" endDate="2024-12-01 17:11:46 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 17:33:32 +0100" startDate="2024-12-01 17:16:57 +0100" endDate="2024-12-01 17:25:36 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 17:49:34 +0100" startDate="2024-12-01 17:26:58 +0100" endDate="2024-12-01 17:27:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 17:49:34 +0100" startDate="2024-12-01 17:38:10 +0100" endDate="2024-12-01 17:38:59 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 18:01:12 +0100" startDate="2024-12-01 17:43:34 +0100" endDate="2024-12-01 17:47:51 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 18:09:13 +0100" startDate="2024-12-01 17:58:53 +0100" endDate="2024-12-01 18:08:54 +0100" value="881"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 18:22:18 +0100" startDate="2024-12-01 18:08:54 +0100" endDate="2024-12-01 18:18:55 +0100" value="897"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 18:30:25 +0100" startDate="2024-12-01 18:18:55 +0100" endDate="2024-12-01 18:28:36 +0100" value="562"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 18:41:28 +0100" startDate="2024-12-01 18:29:17 +0100" endDate="2024-12-01 18:30:08 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 18:58:30 +0100" startDate="2024-12-01 18:47:06 +0100" endDate="2024-12-01 18:47:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 19:30:27 +0100" startDate="2024-12-01 19:18:44 +0100" endDate="2024-12-01 19:27:57 +0100" value="496"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 21:57:15 +0100" startDate="2024-12-01 21:46:06 +0100" endDate="2024-12-01 21:55:50 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-01 22:07:24 +0100" startDate="2024-12-01 21:56:21 +0100" endDate="2024-12-01 21:56:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 06:50:13 +0100" startDate="2024-12-02 06:40:00 +0100" endDate="2024-12-02 06:49:16 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 07:43:47 +0100" startDate="2024-12-02 07:25:56 +0100" endDate="2024-12-02 07:26:11 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 08:57:34 +0100" startDate="2024-12-02 08:42:45 +0100" endDate="2024-12-02 08:52:03 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 09:53:09 +0100" startDate="2024-12-02 09:41:09 +0100" endDate="2024-12-02 09:41:24 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 10:09:07 +0100" startDate="2024-12-02 09:57:50 +0100" endDate="2024-12-02 10:07:49 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 10:18:49 +0100" startDate="2024-12-02 10:07:49 +0100" endDate="2024-12-02 10:09:43 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 11:58:33 +0100" startDate="2024-12-02 11:46:47 +0100" endDate="2024-12-02 11:52:10 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 12:25:48 +0100" startDate="2024-12-02 12:15:35 +0100" endDate="2024-12-02 12:25:36 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 12:39:37 +0100" startDate="2024-12-02 12:26:14 +0100" endDate="2024-12-02 12:29:58 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 13:13:53 +0100" startDate="2024-12-02 12:57:53 +0100" endDate="2024-12-02 12:58:08 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 14:31:31 +0100" startDate="2024-12-02 14:18:19 +0100" endDate="2024-12-02 14:28:10 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 14:40:48 +0100" startDate="2024-12-02 14:29:45 +0100" endDate="2024-12-02 14:30:13 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 15:32:19 +0100" startDate="2024-12-02 15:21:53 +0100" endDate="2024-12-02 15:29:09 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 15:45:00 +0100" startDate="2024-12-02 15:32:25 +0100" endDate="2024-12-02 15:32:45 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 16:39:31 +0100" startDate="2024-12-02 16:29:18 +0100" endDate="2024-12-02 16:33:20 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 17:32:00 +0100" startDate="2024-12-02 17:21:47 +0100" endDate="2024-12-02 17:22:00 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 17:54:24 +0100" startDate="2024-12-02 17:44:11 +0100" endDate="2024-12-02 17:47:10 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 19:08:52 +0100" startDate="2024-12-02 18:58:47 +0100" endDate="2024-12-02 19:01:35 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 19:59:55 +0100" startDate="2024-12-02 19:49:24 +0100" endDate="2024-12-02 19:49:37 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 20:19:54 +0100" startDate="2024-12-02 20:09:47 +0100" endDate="2024-12-02 20:13:22 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-02 21:00:33 +0100" startDate="2024-12-02 20:50:08 +0100" endDate="2024-12-02 20:51:19 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-03 05:52:54 +0100" startDate="2024-12-03 05:42:46 +0100" endDate="2024-12-03 05:43:21 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-03 06:04:23 +0100" startDate="2024-12-03 05:53:20 +0100" endDate="2024-12-03 05:53:26 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-03 06:41:58 +0100" startDate="2024-12-03 06:31:50 +0100" endDate="2024-12-03 06:32:34 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="17.6.1" device="&lt;&lt;HKDevice: 0x303cd8f50&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:17.6.1, creation date:2024-09-06 05:05:43 +0000&gt;" unit="count" creationDate="2024-12-03 07:09:25 +0100" startDate="2024-12-03 06:52:07 +0100" endDate="2024-12-03 06:52:12 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 09:26:50 +0100" startDate="2024-12-03 09:12:50 +0100" endDate="2024-12-03 09:15:05 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 10:19:17 +0100" startDate="2024-12-03 10:09:04 +0100" endDate="2024-12-03 10:13:56 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 11:13:52 +0100" startDate="2024-12-03 10:58:26 +0100" endDate="2024-12-03 11:08:28 +0100" value="432"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 11:20:07 +0100" startDate="2024-12-03 11:08:28 +0100" endDate="2024-12-03 11:12:47 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 11:35:15 +0100" startDate="2024-12-03 11:23:31 +0100" endDate="2024-12-03 11:33:29 +0100" value="554"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 11:44:32 +0100" startDate="2024-12-03 11:33:29 +0100" endDate="2024-12-03 11:41:33 +0100" value="883"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 12:29:46 +0100" startDate="2024-12-03 12:13:01 +0100" endDate="2024-12-03 12:13:14 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 12:38:31 +0100" startDate="2024-12-03 12:27:28 +0100" endDate="2024-12-03 12:37:29 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 12:49:22 +0100" startDate="2024-12-03 12:37:29 +0100" endDate="2024-12-03 12:47:30 +0100" value="954"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 12:58:40 +0100" startDate="2024-12-03 12:47:35 +0100" endDate="2024-12-03 12:56:50 +0100" value="894"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 13:08:49 +0100" startDate="2024-12-03 12:56:50 +0100" endDate="2024-12-03 12:58:55 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 13:24:59 +0100" startDate="2024-12-03 13:09:16 +0100" endDate="2024-12-03 13:13:47 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 13:48:29 +0100" startDate="2024-12-03 13:37:27 +0100" endDate="2024-12-03 13:44:52 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 14:01:55 +0100" startDate="2024-12-03 13:51:27 +0100" endDate="2024-12-03 13:51:52 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 16:09:03 +0100" startDate="2024-12-03 15:58:57 +0100" endDate="2024-12-03 15:59:32 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 16:19:54 +0100" startDate="2024-12-03 16:09:49 +0100" endDate="2024-12-03 16:10:15 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 16:57:58 +0100" startDate="2024-12-03 16:47:53 +0100" endDate="2024-12-03 16:49:30 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 17:26:31 +0100" startDate="2024-12-03 17:11:04 +0100" endDate="2024-12-03 17:12:18 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 19:02:47 +0100" startDate="2024-12-03 18:52:35 +0100" endDate="2024-12-03 18:52:47 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 19:18:24 +0100" startDate="2024-12-03 19:04:51 +0100" endDate="2024-12-03 19:05:03 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 19:46:18 +0100" startDate="2024-12-03 19:30:28 +0100" endDate="2024-12-03 19:40:24 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 19:59:56 +0100" startDate="2024-12-03 19:45:50 +0100" endDate="2024-12-03 19:46:03 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-03 22:20:29 +0100" startDate="2024-12-03 22:09:26 +0100" endDate="2024-12-03 22:13:25 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 05:30:50 +0100" startDate="2024-12-04 05:19:36 +0100" endDate="2024-12-04 05:19:41 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 05:41:54 +0100" startDate="2024-12-04 05:30:52 +0100" endDate="2024-12-04 05:35:45 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 06:23:05 +0100" startDate="2024-12-04 06:12:49 +0100" endDate="2024-12-04 06:13:53 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 07:41:05 +0100" startDate="2024-12-04 07:24:14 +0100" endDate="2024-12-04 07:33:42 +0100" value="887"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 07:46:23 +0100" startDate="2024-12-04 07:35:16 +0100" endDate="2024-12-04 07:39:31 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 08:04:41 +0100" startDate="2024-12-04 07:52:39 +0100" endDate="2024-12-04 08:00:58 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 08:20:01 +0100" startDate="2024-12-04 08:05:36 +0100" endDate="2024-12-04 08:05:41 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 10:23:07 +0100" startDate="2024-12-04 10:08:17 +0100" endDate="2024-12-04 10:14:29 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 10:41:50 +0100" startDate="2024-12-04 10:25:22 +0100" endDate="2024-12-04 10:26:03 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 11:20:10 +0100" startDate="2024-12-04 11:04:44 +0100" endDate="2024-12-04 11:07:55 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 11:47:31 +0100" startDate="2024-12-04 11:30:00 +0100" endDate="2024-12-04 11:33:39 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 12:03:04 +0100" startDate="2024-12-04 11:49:59 +0100" endDate="2024-12-04 11:57:45 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 12:23:03 +0100" startDate="2024-12-04 12:11:17 +0100" endDate="2024-12-04 12:15:47 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 12:43:56 +0100" startDate="2024-12-04 12:32:03 +0100" endDate="2024-12-04 12:32:05 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 12:57:49 +0100" startDate="2024-12-04 12:45:51 +0100" endDate="2024-12-04 12:55:42 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 13:11:35 +0100" startDate="2024-12-04 13:01:34 +0100" endDate="2024-12-04 13:01:39 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 13:18:25 +0100" startDate="2024-12-04 13:06:19 +0100" endDate="2024-12-04 13:12:19 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 13:30:12 +0100" startDate="2024-12-04 13:17:19 +0100" endDate="2024-12-04 13:20:05 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 13:56:10 +0100" startDate="2024-12-04 13:44:28 +0100" endDate="2024-12-04 13:53:30 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 14:07:45 +0100" startDate="2024-12-04 13:54:47 +0100" endDate="2024-12-04 14:00:41 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 14:22:29 +0100" startDate="2024-12-04 14:09:38 +0100" endDate="2024-12-04 14:15:22 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 14:35:13 +0100" startDate="2024-12-04 14:19:58 +0100" endDate="2024-12-04 14:20:20 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 14:42:40 +0100" startDate="2024-12-04 14:32:10 +0100" endDate="2024-12-04 14:39:38 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 17:06:40 +0100" startDate="2024-12-04 16:55:34 +0100" endDate="2024-12-04 17:02:52 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 18:51:20 +0100" startDate="2024-12-04 18:39:15 +0100" endDate="2024-12-04 18:46:26 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 19:01:18 +0100" startDate="2024-12-04 18:49:26 +0100" endDate="2024-12-04 18:56:50 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 19:10:58 +0100" startDate="2024-12-04 18:59:56 +0100" endDate="2024-12-04 19:05:47 +0100" value="302"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 20:26:54 +0100" startDate="2024-12-04 20:11:36 +0100" endDate="2024-12-04 20:17:50 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 20:37:42 +0100" startDate="2024-12-04 20:26:35 +0100" endDate="2024-12-04 20:26:45 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-04 21:24:38 +0100" startDate="2024-12-04 21:14:22 +0100" endDate="2024-12-04 21:14:45 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 04:27:47 +0100" startDate="2024-12-05 04:17:36 +0100" endDate="2024-12-05 04:26:06 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8c80&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 06:31:40 +0100" startDate="2024-12-05 06:19:57 +0100" endDate="2024-12-05 06:20:00 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 06:42:12 +0100" startDate="2024-12-05 06:31:51 +0100" endDate="2024-12-05 06:32:14 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 07:15:58 +0100" startDate="2024-12-05 07:04:27 +0100" endDate="2024-12-05 07:14:28 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 07:25:37 +0100" startDate="2024-12-05 07:14:28 +0100" endDate="2024-12-05 07:24:29 +0100" value="1117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 07:34:37 +0100" startDate="2024-12-05 07:24:29 +0100" endDate="2024-12-05 07:28:41 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 08:27:28 +0100" startDate="2024-12-05 08:17:23 +0100" endDate="2024-12-05 08:19:30 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 09:15:00 +0100" startDate="2024-12-05 09:01:58 +0100" endDate="2024-12-05 09:11:59 +0100" value="1104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 09:22:20 +0100" startDate="2024-12-05 09:11:59 +0100" endDate="2024-12-05 09:20:41 +0100" value="624"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 09:38:33 +0100" startDate="2024-12-05 09:22:53 +0100" endDate="2024-12-05 09:25:54 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 10:00:34 +0100" startDate="2024-12-05 09:48:14 +0100" endDate="2024-12-05 09:57:09 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 10:10:37 +0100" startDate="2024-12-05 09:58:46 +0100" endDate="2024-12-05 10:04:11 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 10:27:59 +0100" startDate="2024-12-05 10:16:10 +0100" endDate="2024-12-05 10:18:05 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 15:53:31 +0100" startDate="2024-12-05 15:43:25 +0100" endDate="2024-12-05 15:49:04 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 16:49:19 +0100" startDate="2024-12-05 16:33:13 +0100" endDate="2024-12-05 16:43:14 +0100" value="975"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 16:53:36 +0100" startDate="2024-12-05 16:43:14 +0100" endDate="2024-12-05 16:50:17 +0100" value="768"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 18:43:05 +0100" startDate="2024-12-05 18:31:32 +0100" endDate="2024-12-05 18:41:33 +0100" value="1075"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 18:55:59 +0100" startDate="2024-12-05 18:41:33 +0100" endDate="2024-12-05 18:46:16 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 19:13:03 +0100" startDate="2024-12-05 18:59:25 +0100" endDate="2024-12-05 19:02:36 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-05 22:10:48 +0100" startDate="2024-12-05 21:59:45 +0100" endDate="2024-12-05 21:59:55 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 07:24:20 +0100" startDate="2024-12-06 07:13:17 +0100" endDate="2024-12-06 07:19:09 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 08:05:21 +0100" startDate="2024-12-06 07:55:08 +0100" endDate="2024-12-06 08:00:57 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 08:42:02 +0100" startDate="2024-12-06 08:30:59 +0100" endDate="2024-12-06 08:31:05 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 09:53:02 +0100" startDate="2024-12-06 09:41:59 +0100" endDate="2024-12-06 09:42:25 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 11:01:05 +0100" startDate="2024-12-06 10:41:18 +0100" endDate="2024-12-06 10:45:05 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 11:14:10 +0100" startDate="2024-12-06 11:02:51 +0100" endDate="2024-12-06 11:04:00 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 11:32:08 +0100" startDate="2024-12-06 11:15:13 +0100" endDate="2024-12-06 11:15:15 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 11:49:23 +0100" startDate="2024-12-06 11:39:12 +0100" endDate="2024-12-06 11:45:06 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 12:09:32 +0100" startDate="2024-12-06 11:59:08 +0100" endDate="2024-12-06 12:09:09 +0100" value="760"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 12:20:13 +0100" startDate="2024-12-06 12:09:09 +0100" endDate="2024-12-06 12:19:00 +0100" value="1012"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 12:33:12 +0100" startDate="2024-12-06 12:19:16 +0100" endDate="2024-12-06 12:27:02 +0100" value="505"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 12:43:52 +0100" startDate="2024-12-06 12:32:08 +0100" endDate="2024-12-06 12:41:20 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 12:54:01 +0100" startDate="2024-12-06 12:42:11 +0100" endDate="2024-12-06 12:42:31 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 13:24:55 +0100" startDate="2024-12-06 13:13:18 +0100" endDate="2024-12-06 13:23:20 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 13:37:44 +0100" startDate="2024-12-06 13:23:20 +0100" endDate="2024-12-06 13:33:03 +0100" value="1093"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 13:44:05 +0100" startDate="2024-12-06 13:33:31 +0100" endDate="2024-12-06 13:39:53 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 14:09:18 +0100" startDate="2024-12-06 13:58:03 +0100" endDate="2024-12-06 13:58:05 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 14:52:52 +0100" startDate="2024-12-06 14:41:50 +0100" endDate="2024-12-06 14:41:55 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 17:43:27 +0100" startDate="2024-12-06 17:33:22 +0100" endDate="2024-12-06 17:38:36 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 18:20:38 +0100" startDate="2024-12-06 18:09:36 +0100" endDate="2024-12-06 18:10:14 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 18:33:37 +0100" startDate="2024-12-06 18:21:39 +0100" endDate="2024-12-06 18:31:38 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 18:49:28 +0100" startDate="2024-12-06 18:31:38 +0100" endDate="2024-12-06 18:41:32 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 19:00:42 +0100" startDate="2024-12-06 18:41:39 +0100" endDate="2024-12-06 18:42:02 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 19:28:11 +0100" startDate="2024-12-06 19:15:14 +0100" endDate="2024-12-06 19:15:17 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 20:06:58 +0100" startDate="2024-12-06 19:49:25 +0100" endDate="2024-12-06 19:52:26 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 20:14:22 +0100" startDate="2024-12-06 20:04:17 +0100" endDate="2024-12-06 20:11:15 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 22:24:46 +0100" startDate="2024-12-06 22:10:01 +0100" endDate="2024-12-06 22:10:36 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 22:46:16 +0100" startDate="2024-12-06 22:33:06 +0100" endDate="2024-12-06 22:42:40 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-06 23:05:13 +0100" startDate="2024-12-06 22:43:13 +0100" endDate="2024-12-06 22:48:55 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-07 01:08:32 +0100" startDate="2024-12-07 00:46:47 +0100" endDate="2024-12-07 00:47:21 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-07 01:35:45 +0100" startDate="2024-12-07 01:25:06 +0100" endDate="2024-12-07 01:32:35 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-07 01:48:02 +0100" startDate="2024-12-07 01:35:23 +0100" endDate="2024-12-07 01:44:33 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-07 02:03:29 +0100" startDate="2024-12-07 01:45:34 +0100" endDate="2024-12-07 01:55:11 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-07 07:58:59 +0100" startDate="2024-12-07 07:45:11 +0100" endDate="2024-12-07 07:51:44 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-07 12:51:10 +0100" startDate="2024-12-07 12:37:11 +0100" endDate="2024-12-07 12:44:42 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-07 13:25:12 +0100" startDate="2024-12-07 13:12:18 +0100" endDate="2024-12-07 13:21:41 +0100" value="797"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-07 13:33:24 +0100" startDate="2024-12-07 13:22:21 +0100" endDate="2024-12-07 13:24:59 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-07 14:42:59 +0100" startDate="2024-12-07 14:32:49 +0100" endDate="2024-12-07 14:39:32 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-07 15:06:04 +0100" startDate="2024-12-07 14:50:00 +0100" endDate="2024-12-07 14:50:12 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-07 17:45:20 +0100" startDate="2024-12-07 17:34:17 +0100" endDate="2024-12-07 17:34:35 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 03:18:24 +0100" startDate="2024-12-08 03:01:56 +0100" endDate="2024-12-08 03:05:38 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 07:18:32 +0100" startDate="2024-12-08 07:08:21 +0100" endDate="2024-12-08 07:11:17 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 07:42:08 +0100" startDate="2024-12-08 07:31:55 +0100" endDate="2024-12-08 07:32:29 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 09:12:33 +0100" startDate="2024-12-08 08:55:18 +0100" endDate="2024-12-08 08:55:25 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 09:27:21 +0100" startDate="2024-12-08 09:15:47 +0100" endDate="2024-12-08 09:16:23 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 11:06:12 +0100" startDate="2024-12-08 10:50:00 +0100" endDate="2024-12-08 10:55:14 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 11:31:17 +0100" startDate="2024-12-08 11:11:57 +0100" endDate="2024-12-08 11:21:58 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 11:55:22 +0100" startDate="2024-12-08 11:21:58 +0100" endDate="2024-12-08 11:30:18 +0100" value="685"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 12:48:59 +0100" startDate="2024-12-08 12:20:58 +0100" endDate="2024-12-08 12:21:06 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 12:48:59 +0100" startDate="2024-12-08 12:32:32 +0100" endDate="2024-12-08 12:41:09 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 12:58:59 +0100" startDate="2024-12-08 12:48:04 +0100" endDate="2024-12-08 12:57:30 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 13:20:29 +0100" startDate="2024-12-08 12:59:07 +0100" endDate="2024-12-08 13:01:22 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 13:20:29 +0100" startDate="2024-12-08 13:09:39 +0100" endDate="2024-12-08 13:16:01 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 13:53:38 +0100" startDate="2024-12-08 13:32:17 +0100" endDate="2024-12-08 13:33:41 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 14:15:06 +0100" startDate="2024-12-08 13:50:00 +0100" endDate="2024-12-08 13:53:52 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 14:25:04 +0100" startDate="2024-12-08 14:06:06 +0100" endDate="2024-12-08 14:06:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 14:38:16 +0100" startDate="2024-12-08 14:25:26 +0100" endDate="2024-12-08 14:35:27 +0100" value="258"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 14:47:07 +0100" startDate="2024-12-08 14:35:27 +0100" endDate="2024-12-08 14:40:41 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 15:09:48 +0100" startDate="2024-12-08 14:58:45 +0100" endDate="2024-12-08 15:06:14 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 16:05:42 +0100" startDate="2024-12-08 15:54:53 +0100" endDate="2024-12-08 16:01:50 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 16:42:33 +0100" startDate="2024-12-08 16:28:11 +0100" endDate="2024-12-08 16:35:36 +0100" value="648"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-08 22:06:45 +0100" startDate="2024-12-08 21:55:42 +0100" endDate="2024-12-08 21:56:53 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 05:13:04 +0100" startDate="2024-12-09 05:02:57 +0100" endDate="2024-12-09 05:11:05 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 08:06:38 +0100" startDate="2024-12-09 07:52:14 +0100" endDate="2024-12-09 07:59:00 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 08:45:01 +0100" startDate="2024-12-09 08:34:51 +0100" endDate="2024-12-09 08:35:29 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 08:58:27 +0100" startDate="2024-12-09 08:47:25 +0100" endDate="2024-12-09 08:53:44 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 09:38:22 +0100" startDate="2024-12-09 09:27:20 +0100" endDate="2024-12-09 09:27:27 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 10:24:10 +0100" startDate="2024-12-09 10:08:52 +0100" endDate="2024-12-09 10:10:37 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 11:05:13 +0100" startDate="2024-12-09 10:53:02 +0100" endDate="2024-12-09 10:55:32 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 12:05:52 +0100" startDate="2024-12-09 11:51:46 +0100" endDate="2024-12-09 12:01:47 +0100" value="310"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 12:15:16 +0100" startDate="2024-12-09 12:01:47 +0100" endDate="2024-12-09 12:06:40 +0100" value="529"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 12:24:54 +0100" startDate="2024-12-09 12:13:52 +0100" endDate="2024-12-09 12:21:07 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 12:48:54 +0100" startDate="2024-12-09 12:38:44 +0100" endDate="2024-12-09 12:40:05 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 16:02:22 +0100" startDate="2024-12-09 15:50:02 +0100" endDate="2024-12-09 15:51:03 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 16:24:09 +0100" startDate="2024-12-09 16:01:44 +0100" endDate="2024-12-09 16:08:57 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 16:45:41 +0100" startDate="2024-12-09 16:33:32 +0100" endDate="2024-12-09 16:42:42 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 16:58:47 +0100" startDate="2024-12-09 16:44:29 +0100" endDate="2024-12-09 16:51:09 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 18:03:07 +0100" startDate="2024-12-09 17:48:33 +0100" endDate="2024-12-09 17:58:34 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 18:11:25 +0100" startDate="2024-12-09 17:58:34 +0100" endDate="2024-12-09 18:08:25 +0100" value="844"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 18:20:44 +0100" startDate="2024-12-09 18:10:20 +0100" endDate="2024-12-09 18:20:21 +0100" value="841"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 18:33:46 +0100" startDate="2024-12-09 18:20:21 +0100" endDate="2024-12-09 18:22:00 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-09 22:08:35 +0100" startDate="2024-12-09 21:58:27 +0100" endDate="2024-12-09 21:58:58 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 05:54:05 +0100" startDate="2024-12-10 05:43:03 +0100" endDate="2024-12-10 05:44:40 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 06:26:46 +0100" startDate="2024-12-10 06:15:44 +0100" endDate="2024-12-10 06:16:09 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 06:40:45 +0100" startDate="2024-12-10 06:29:43 +0100" endDate="2024-12-10 06:35:29 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 07:27:26 +0100" startDate="2024-12-10 07:16:47 +0100" endDate="2024-12-10 07:26:48 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 07:38:50 +0100" startDate="2024-12-10 07:26:48 +0100" endDate="2024-12-10 07:34:19 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 07:51:08 +0100" startDate="2024-12-10 07:38:32 +0100" endDate="2024-12-10 07:45:38 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 08:16:19 +0100" startDate="2024-12-10 08:03:30 +0100" endDate="2024-12-10 08:03:38 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 08:48:43 +0100" startDate="2024-12-10 08:37:40 +0100" endDate="2024-12-10 08:39:58 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 09:06:02 +0100" startDate="2024-12-10 08:55:00 +0100" endDate="2024-12-10 08:55:02 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 09:59:45 +0100" startDate="2024-12-10 09:47:31 +0100" endDate="2024-12-10 09:57:29 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 10:08:32 +0100" startDate="2024-12-10 09:57:29 +0100" endDate="2024-12-10 09:59:16 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 11:45:01 +0100" startDate="2024-12-10 11:18:34 +0100" endDate="2024-12-10 11:20:19 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 11:45:01 +0100" startDate="2024-12-10 11:34:37 +0100" endDate="2024-12-10 11:44:23 +0100" value="142"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 12:07:00 +0100" startDate="2024-12-10 11:54:29 +0100" endDate="2024-12-10 11:58:57 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 12:20:40 +0100" startDate="2024-12-10 12:07:21 +0100" endDate="2024-12-10 12:12:44 +0100" value="364"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 13:48:22 +0100" startDate="2024-12-10 13:36:06 +0100" endDate="2024-12-10 13:46:07 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 14:00:57 +0100" startDate="2024-12-10 13:47:26 +0100" endDate="2024-12-10 13:56:03 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 15:23:31 +0100" startDate="2024-12-10 15:12:29 +0100" endDate="2024-12-10 15:17:04 +0100" value="421"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 16:51:37 +0100" startDate="2024-12-10 16:38:42 +0100" endDate="2024-12-10 16:48:43 +0100" value="423"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 16:59:47 +0100" startDate="2024-12-10 16:48:43 +0100" endDate="2024-12-10 16:58:16 +0100" value="439"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 17:08:50 +0100" startDate="2024-12-10 16:58:24 +0100" endDate="2024-12-10 17:07:49 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 17:19:50 +0100" startDate="2024-12-10 17:08:27 +0100" endDate="2024-12-10 17:17:35 +0100" value="217"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 17:55:54 +0100" startDate="2024-12-10 17:44:52 +0100" endDate="2024-12-10 17:51:55 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 18:07:32 +0100" startDate="2024-12-10 17:56:30 +0100" endDate="2024-12-10 17:59:02 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 18:44:42 +0100" startDate="2024-12-10 18:33:39 +0100" endDate="2024-12-10 18:33:47 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 19:17:34 +0100" startDate="2024-12-10 19:05:14 +0100" endDate="2024-12-10 19:07:27 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 19:35:52 +0100" startDate="2024-12-10 19:23:02 +0100" endDate="2024-12-10 19:25:04 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 21:35:35 +0100" startDate="2024-12-10 21:25:29 +0100" endDate="2024-12-10 21:28:00 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 21:50:19 +0100" startDate="2024-12-10 21:39:07 +0100" endDate="2024-12-10 21:40:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 22:01:12 +0100" startDate="2024-12-10 21:50:10 +0100" endDate="2024-12-10 21:56:27 +0100" value="385"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-10 22:16:12 +0100" startDate="2024-12-10 22:05:09 +0100" endDate="2024-12-10 22:08:41 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 03:42:57 +0100" startDate="2024-12-11 03:32:51 +0100" endDate="2024-12-11 03:37:09 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 05:18:14 +0100" startDate="2024-12-11 05:07:12 +0100" endDate="2024-12-11 05:07:24 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 06:10:25 +0100" startDate="2024-12-11 05:58:59 +0100" endDate="2024-12-11 06:09:00 +0100" value="700"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 06:19:47 +0100" startDate="2024-12-11 06:09:00 +0100" endDate="2024-12-11 06:18:13 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 06:38:08 +0100" startDate="2024-12-11 06:27:06 +0100" endDate="2024-12-11 06:27:46 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 07:24:28 +0100" startDate="2024-12-11 07:13:26 +0100" endDate="2024-12-11 07:16:16 +0100" value="242"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 07:54:06 +0100" startDate="2024-12-11 07:41:30 +0100" endDate="2024-12-11 07:51:31 +0100" value="1072"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 08:06:09 +0100" startDate="2024-12-11 07:51:31 +0100" endDate="2024-12-11 07:56:46 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 08:18:11 +0100" startDate="2024-12-11 08:03:32 +0100" endDate="2024-12-11 08:12:58 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 08:26:28 +0100" startDate="2024-12-11 08:15:18 +0100" endDate="2024-12-11 08:25:13 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 08:38:15 +0100" startDate="2024-12-11 08:25:23 +0100" endDate="2024-12-11 08:33:06 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 08:58:05 +0100" startDate="2024-12-11 08:45:25 +0100" endDate="2024-12-11 08:46:44 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 11:39:49 +0100" startDate="2024-12-11 11:29:38 +0100" endDate="2024-12-11 11:38:44 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 11:58:29 +0100" startDate="2024-12-11 11:42:28 +0100" endDate="2024-12-11 11:49:39 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 12:11:11 +0100" startDate="2024-12-11 11:57:50 +0100" endDate="2024-12-11 12:00:28 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 12:24:51 +0100" startDate="2024-12-11 12:10:01 +0100" endDate="2024-12-11 12:15:28 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 12:47:21 +0100" startDate="2024-12-11 12:24:16 +0100" endDate="2024-12-11 12:32:53 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 12:47:21 +0100" startDate="2024-12-11 12:37:08 +0100" endDate="2024-12-11 12:44:49 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 13:02:06 +0100" startDate="2024-12-11 12:48:01 +0100" endDate="2024-12-11 12:56:40 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 13:16:12 +0100" startDate="2024-12-11 12:59:03 +0100" endDate="2024-12-11 13:08:41 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 13:35:13 +0100" startDate="2024-12-11 13:11:04 +0100" endDate="2024-12-11 13:19:46 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 13:44:29 +0100" startDate="2024-12-11 13:25:59 +0100" endDate="2024-12-11 13:34:03 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 13:49:03 +0100" startDate="2024-12-11 13:37:30 +0100" endDate="2024-12-11 13:42:38 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 14:03:14 +0100" startDate="2024-12-11 13:50:50 +0100" endDate="2024-12-11 13:59:30 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 14:18:36 +0100" startDate="2024-12-11 14:01:55 +0100" endDate="2024-12-11 14:11:26 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 14:38:05 +0100" startDate="2024-12-11 14:20:57 +0100" endDate="2024-12-11 14:21:17 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 14:49:31 +0100" startDate="2024-12-11 14:35:45 +0100" endDate="2024-12-11 14:43:03 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 15:11:34 +0100" startDate="2024-12-11 15:01:19 +0100" endDate="2024-12-11 15:11:16 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 15:34:14 +0100" startDate="2024-12-11 15:20:40 +0100" endDate="2024-12-11 15:29:31 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 15:44:35 +0100" startDate="2024-12-11 15:33:24 +0100" endDate="2024-12-11 15:42:50 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 16:47:57 +0100" startDate="2024-12-11 16:37:01 +0100" endDate="2024-12-11 16:47:00 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 17:01:53 +0100" startDate="2024-12-11 16:47:00 +0100" endDate="2024-12-11 16:57:01 +0100" value="965"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 17:08:04 +0100" startDate="2024-12-11 16:57:01 +0100" endDate="2024-12-11 17:04:06 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 18:41:11 +0100" startDate="2024-12-11 18:29:19 +0100" endDate="2024-12-11 18:39:18 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 18:51:37 +0100" startDate="2024-12-11 18:39:18 +0100" endDate="2024-12-11 18:49:19 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 19:02:41 +0100" startDate="2024-12-11 18:49:19 +0100" endDate="2024-12-11 18:59:20 +0100" value="973"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 19:09:34 +0100" startDate="2024-12-11 18:59:20 +0100" endDate="2024-12-11 19:08:25 +0100" value="397"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 19:24:10 +0100" startDate="2024-12-11 19:11:03 +0100" endDate="2024-12-11 19:12:32 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 20:10:14 +0100" startDate="2024-12-11 20:00:06 +0100" endDate="2024-12-11 20:05:30 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 21:32:57 +0100" startDate="2024-12-11 21:21:54 +0100" endDate="2024-12-11 21:28:46 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-11 21:46:16 +0100" startDate="2024-12-11 21:35:14 +0100" endDate="2024-12-11 21:35:16 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 05:14:03 +0100" startDate="2024-12-12 04:57:28 +0100" endDate="2024-12-12 04:57:56 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 05:32:05 +0100" startDate="2024-12-12 05:21:02 +0100" endDate="2024-12-12 05:21:20 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 06:25:52 +0100" startDate="2024-12-12 06:12:19 +0100" endDate="2024-12-12 06:22:20 +0100" value="147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 06:33:23 +0100" startDate="2024-12-12 06:22:20 +0100" endDate="2024-12-12 06:26:02 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 07:53:48 +0100" startDate="2024-12-12 07:33:15 +0100" endDate="2024-12-12 07:41:07 +0100" value="225"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 09:01:09 +0100" startDate="2024-12-12 08:48:17 +0100" endDate="2024-12-12 08:55:30 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 09:15:00 +0100" startDate="2024-12-12 09:00:33 +0100" endDate="2024-12-12 09:03:42 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 11:31:29 +0100" startDate="2024-12-12 11:20:30 +0100" endDate="2024-12-12 11:30:29 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 11:41:57 +0100" startDate="2024-12-12 11:30:29 +0100" endDate="2024-12-12 11:38:59 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 12:12:57 +0100" startDate="2024-12-12 11:54:28 +0100" endDate="2024-12-12 12:02:32 +0100" value="553"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 12:44:21 +0100" startDate="2024-12-12 12:25:24 +0100" endDate="2024-12-12 12:25:26 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 13:11:11 +0100" startDate="2024-12-12 12:57:52 +0100" endDate="2024-12-12 13:04:45 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 13:21:31 +0100" startDate="2024-12-12 13:10:29 +0100" endDate="2024-12-12 13:18:05 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 13:46:45 +0100" startDate="2024-12-12 13:33:30 +0100" endDate="2024-12-12 13:34:56 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 14:00:32 +0100" startDate="2024-12-12 13:44:00 +0100" endDate="2024-12-12 13:44:58 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 14:59:06 +0100" startDate="2024-12-12 14:45:00 +0100" endDate="2024-12-12 14:54:31 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 15:17:43 +0100" startDate="2024-12-12 14:58:48 +0100" endDate="2024-12-12 15:06:42 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 15:32:28 +0100" startDate="2024-12-12 15:19:36 +0100" endDate="2024-12-12 15:29:04 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 15:47:13 +0100" startDate="2024-12-12 15:30:15 +0100" endDate="2024-12-12 15:30:20 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 16:11:08 +0100" startDate="2024-12-12 15:53:39 +0100" endDate="2024-12-12 15:55:42 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 17:03:09 +0100" startDate="2024-12-12 16:53:04 +0100" endDate="2024-12-12 17:03:04 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 17:14:58 +0100" startDate="2024-12-12 17:03:30 +0100" endDate="2024-12-12 17:13:31 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 17:24:05 +0100" startDate="2024-12-12 17:13:31 +0100" endDate="2024-12-12 17:21:19 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 18:01:29 +0100" startDate="2024-12-12 17:44:33 +0100" endDate="2024-12-12 17:46:12 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 19:41:42 +0100" startDate="2024-12-12 19:30:54 +0100" endDate="2024-12-12 19:33:02 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 21:57:44 +0100" startDate="2024-12-12 21:46:41 +0100" endDate="2024-12-12 21:49:52 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 22:42:21 +0100" startDate="2024-12-12 22:31:19 +0100" endDate="2024-12-12 22:31:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 23:01:48 +0100" startDate="2024-12-12 22:50:45 +0100" endDate="2024-12-12 22:59:56 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-12 23:28:57 +0100" startDate="2024-12-12 23:18:44 +0100" endDate="2024-12-12 23:27:06 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 05:13:43 +0100" startDate="2024-12-13 04:59:30 +0100" endDate="2024-12-13 05:02:38 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 06:11:08 +0100" startDate="2024-12-13 06:00:36 +0100" endDate="2024-12-13 06:01:04 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 07:10:07 +0100" startDate="2024-12-13 07:00:01 +0100" endDate="2024-12-13 07:00:47 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 07:29:27 +0100" startDate="2024-12-13 07:16:32 +0100" endDate="2024-12-13 07:16:49 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 07:40:34 +0100" startDate="2024-12-13 07:29:31 +0100" endDate="2024-12-13 07:35:18 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 08:46:03 +0100" startDate="2024-12-13 08:34:28 +0100" endDate="2024-12-13 08:42:25 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 09:35:12 +0100" startDate="2024-12-13 09:24:04 +0100" endDate="2024-12-13 09:24:27 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 11:09:49 +0100" startDate="2024-12-13 10:56:28 +0100" endDate="2024-12-13 10:56:41 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 12:24:32 +0100" startDate="2024-12-13 12:04:43 +0100" endDate="2024-12-13 12:05:06 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 12:45:21 +0100" startDate="2024-12-13 12:34:18 +0100" endDate="2024-12-13 12:43:36 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 13:04:17 +0100" startDate="2024-12-13 12:54:10 +0100" endDate="2024-12-13 13:03:48 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 13:59:54 +0100" startDate="2024-12-13 13:48:51 +0100" endDate="2024-12-13 13:51:29 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 16:01:34 +0100" startDate="2024-12-13 15:49:09 +0100" endDate="2024-12-13 15:52:17 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 16:21:18 +0100" startDate="2024-12-13 16:08:20 +0100" endDate="2024-12-13 16:18:16 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 16:31:42 +0100" startDate="2024-12-13 16:18:46 +0100" endDate="2024-12-13 16:28:14 +0100" value="657"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 16:42:01 +0100" startDate="2024-12-13 16:28:50 +0100" endDate="2024-12-13 16:38:43 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 16:51:59 +0100" startDate="2024-12-13 16:38:54 +0100" endDate="2024-12-13 16:48:55 +0100" value="831"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 16:59:57 +0100" startDate="2024-12-13 16:48:55 +0100" endDate="2024-12-13 16:53:48 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 17:09:19 +0100" startDate="2024-12-13 16:59:12 +0100" endDate="2024-12-13 17:06:03 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 17:28:31 +0100" startDate="2024-12-13 17:14:17 +0100" endDate="2024-12-13 17:24:16 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 17:35:34 +0100" startDate="2024-12-13 17:24:16 +0100" endDate="2024-12-13 17:28:20 +0100" value="318"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 17:47:12 +0100" startDate="2024-12-13 17:36:10 +0100" endDate="2024-12-13 17:43:25 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 18:00:04 +0100" startDate="2024-12-13 17:50:00 +0100" endDate="2024-12-13 17:56:15 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 18:12:39 +0100" startDate="2024-12-13 18:00:30 +0100" endDate="2024-12-13 18:07:20 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 18:59:53 +0100" startDate="2024-12-13 18:44:39 +0100" endDate="2024-12-13 18:45:27 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 19:50:32 +0100" startDate="2024-12-13 19:40:26 +0100" endDate="2024-12-13 19:50:27 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 20:01:44 +0100" startDate="2024-12-13 19:50:27 +0100" endDate="2024-12-13 20:00:28 +0100" value="438"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 20:11:59 +0100" startDate="2024-12-13 20:00:28 +0100" endDate="2024-12-13 20:10:09 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 20:26:34 +0100" startDate="2024-12-13 20:16:29 +0100" endDate="2024-12-13 20:23:01 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 20:47:52 +0100" startDate="2024-12-13 20:36:51 +0100" endDate="2024-12-13 20:46:50 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 20:58:04 +0100" startDate="2024-12-13 20:46:50 +0100" endDate="2024-12-13 20:56:48 +0100" value="237"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-13 21:08:09 +0100" startDate="2024-12-13 20:57:21 +0100" endDate="2024-12-13 21:00:14 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-13 21:51:03 +0100" endDate="2024-12-13 21:57:40 +0100" value="266"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-13 22:35:33 +0100" endDate="2024-12-13 22:35:50 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 04:07:43 +0100" endDate="2024-12-14 04:10:13 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 04:29:10 +0100" endDate="2024-12-14 04:29:46 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 10:31:26 +0100" endDate="2024-12-14 10:41:27 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 10:41:27 +0100" endDate="2024-12-14 10:42:36 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 11:38:18 +0100" endDate="2024-12-14 11:42:56 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 11:42:56 +0100" endDate="2024-12-14 11:51:51 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 11:53:23 +0100" endDate="2024-12-14 11:57:17 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 12:06:45 +0100" endDate="2024-12-14 12:16:46 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 12:16:46 +0100" endDate="2024-12-14 12:20:36 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 12:30:19 +0100" endDate="2024-12-14 12:32:41 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 12:42:08 +0100" endDate="2024-12-14 12:42:38 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 12:59:25 +0100" endDate="2024-12-14 13:02:36 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 13:14:01 +0100" endDate="2024-12-14 13:19:04 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 13:25:31 +0100" endDate="2024-12-14 13:25:47 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 13:45:28 +0100" endDate="2024-12-14 13:49:05 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 13:49:07 +0100" endDate="2024-12-14 13:54:56 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 14:01:19 +0100" endDate="2024-12-14 14:11:15 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 14:11:25 +0100" endDate="2024-12-14 14:18:51 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 14:23:18 +0100" endDate="2024-12-14 14:33:01 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 14:44:41 +0100" startDate="2024-12-14 14:34:33 +0100" endDate="2024-12-14 14:44:34 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 15:25:03 +0100" startDate="2024-12-14 15:14:38 +0100" endDate="2024-12-14 15:20:35 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 15:41:46 +0100" startDate="2024-12-14 15:24:53 +0100" endDate="2024-12-14 15:32:09 +0100" value="283"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 15:52:34 +0100" startDate="2024-12-14 15:41:29 +0100" endDate="2024-12-14 15:41:41 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 16:03:18 +0100" startDate="2024-12-14 15:52:15 +0100" endDate="2024-12-14 16:00:35 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 16:26:47 +0100" startDate="2024-12-14 16:13:24 +0100" endDate="2024-12-14 16:17:57 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 16:36:00 +0100" startDate="2024-12-14 16:24:24 +0100" endDate="2024-12-14 16:32:48 +0100" value="434"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 17:29:19 +0100" startDate="2024-12-14 17:17:25 +0100" endDate="2024-12-14 17:27:26 +0100" value="468"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 17:40:47 +0100" startDate="2024-12-14 17:27:26 +0100" endDate="2024-12-14 17:36:06 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 17:57:55 +0100" startDate="2024-12-14 17:46:53 +0100" endDate="2024-12-14 17:56:52 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 18:11:48 +0100" startDate="2024-12-14 17:59:33 +0100" endDate="2024-12-14 18:09:24 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-14 18:30:16 +0100" startDate="2024-12-14 18:11:28 +0100" endDate="2024-12-14 18:17:36 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 01:43:19 +0100" startDate="2024-12-15 01:31:53 +0100" endDate="2024-12-15 01:37:53 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 06:27:22 +0100" startDate="2024-12-15 06:17:09 +0100" endDate="2024-12-15 06:23:57 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 08:59:50 +0100" startDate="2024-12-15 08:49:09 +0100" endDate="2024-12-15 08:51:47 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 09:13:07 +0100" startDate="2024-12-15 09:01:05 +0100" endDate="2024-12-15 09:10:42 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 09:28:40 +0100" startDate="2024-12-15 09:12:24 +0100" endDate="2024-12-15 09:17:24 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 09:58:15 +0100" startDate="2024-12-15 09:46:19 +0100" endDate="2024-12-15 09:46:24 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 10:30:34 +0100" startDate="2024-12-15 10:15:34 +0100" endDate="2024-12-15 10:16:53 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 11:10:56 +0100" startDate="2024-12-15 10:58:57 +0100" endDate="2024-12-15 10:59:30 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 11:50:03 +0100" startDate="2024-12-15 11:30:52 +0100" endDate="2024-12-15 11:30:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 12:29:09 +0100" startDate="2024-12-15 12:16:51 +0100" endDate="2024-12-15 12:18:58 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 13:05:32 +0100" startDate="2024-12-15 12:51:57 +0100" endDate="2024-12-15 12:52:00 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 13:25:04 +0100" startDate="2024-12-15 13:14:01 +0100" endDate="2024-12-15 13:14:26 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 14:10:25 +0100" startDate="2024-12-15 13:58:22 +0100" endDate="2024-12-15 13:58:27 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 16:00:37 +0100" startDate="2024-12-15 15:42:37 +0100" endDate="2024-12-15 15:47:53 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 16:08:09 +0100" startDate="2024-12-15 15:57:08 +0100" endDate="2024-12-15 15:57:15 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 16:50:39 +0100" startDate="2024-12-15 16:39:36 +0100" endDate="2024-12-15 16:39:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 19:12:52 +0100" startDate="2024-12-15 18:59:49 +0100" endDate="2024-12-15 19:06:31 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 20:29:48 +0100" startDate="2024-12-15 20:19:32 +0100" endDate="2024-12-15 20:29:29 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 20:44:00 +0100" startDate="2024-12-15 20:29:39 +0100" endDate="2024-12-15 20:32:54 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-15 22:07:45 +0100" startDate="2024-12-15 21:56:42 +0100" endDate="2024-12-15 22:00:54 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 07:12:07 +0100" startDate="2024-12-16 07:01:55 +0100" endDate="2024-12-16 07:02:28 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 08:16:40 +0100" startDate="2024-12-16 08:03:31 +0100" endDate="2024-12-16 08:06:35 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 14:14:00 +0100" startDate="2024-12-16 14:03:32 +0100" endDate="2024-12-16 14:12:25 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 14:36:39 +0100" startDate="2024-12-16 14:25:10 +0100" endDate="2024-12-16 14:34:32 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 15:06:43 +0100" startDate="2024-12-16 14:52:54 +0100" endDate="2024-12-16 15:02:55 +0100" value="256"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 15:15:50 +0100" startDate="2024-12-16 15:02:55 +0100" endDate="2024-12-16 15:06:21 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 15:32:15 +0100" startDate="2024-12-16 15:20:55 +0100" endDate="2024-12-16 15:26:34 +0100" value="634"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 15:55:53 +0100" startDate="2024-12-16 15:41:44 +0100" endDate="2024-12-16 15:48:16 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 17:17:43 +0100" startDate="2024-12-16 17:02:04 +0100" endDate="2024-12-16 17:07:40 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 17:33:33 +0100" startDate="2024-12-16 17:21:59 +0100" endDate="2024-12-16 17:32:00 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 17:43:03 +0100" startDate="2024-12-16 17:32:00 +0100" endDate="2024-12-16 17:38:56 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 18:41:01 +0100" startDate="2024-12-16 18:27:38 +0100" endDate="2024-12-16 18:29:10 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 19:24:50 +0100" startDate="2024-12-16 19:13:47 +0100" endDate="2024-12-16 19:15:37 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-16 21:42:51 +0100" startDate="2024-12-16 21:31:48 +0100" endDate="2024-12-16 21:35:20 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 06:02:28 +0100" startDate="2024-12-17 05:50:58 +0100" endDate="2024-12-17 05:59:15 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 06:14:20 +0100" startDate="2024-12-17 06:01:14 +0100" endDate="2024-12-17 06:01:22 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 06:24:55 +0100" startDate="2024-12-17 06:13:38 +0100" endDate="2024-12-17 06:14:08 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 07:20:44 +0100" startDate="2024-12-17 07:09:41 +0100" endDate="2024-12-17 07:12:47 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 08:59:20 +0100" startDate="2024-12-17 08:46:06 +0100" endDate="2024-12-17 08:54:55 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 09:13:28 +0100" startDate="2024-12-17 08:56:48 +0100" endDate="2024-12-17 09:01:38 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 11:55:56 +0100" startDate="2024-12-17 11:42:14 +0100" endDate="2024-12-17 11:44:09 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 12:19:25 +0100" startDate="2024-12-17 12:07:57 +0100" endDate="2024-12-17 12:08:08 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 12:37:52 +0100" startDate="2024-12-17 12:26:57 +0100" endDate="2024-12-17 12:36:13 +0100" value="361"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 13:07:30 +0100" startDate="2024-12-17 12:50:28 +0100" endDate="2024-12-17 12:58:14 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 13:18:40 +0100" startDate="2024-12-17 13:08:17 +0100" endDate="2024-12-17 13:18:16 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 13:29:33 +0100" startDate="2024-12-17 13:18:19 +0100" endDate="2024-12-17 13:20:44 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 14:08:49 +0100" startDate="2024-12-17 13:56:57 +0100" endDate="2024-12-17 13:58:37 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 14:25:27 +0100" startDate="2024-12-17 14:09:26 +0100" endDate="2024-12-17 14:18:42 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 15:08:23 +0100" startDate="2024-12-17 14:49:16 +0100" endDate="2024-12-17 14:49:23 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 15:18:10 +0100" startDate="2024-12-17 15:06:08 +0100" endDate="2024-12-17 15:16:02 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 15:27:23 +0100" startDate="2024-12-17 15:16:25 +0100" endDate="2024-12-17 15:22:42 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 16:45:00 +0100" startDate="2024-12-17 16:30:10 +0100" endDate="2024-12-17 16:39:30 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 16:52:43 +0100" startDate="2024-12-17 16:41:40 +0100" endDate="2024-12-17 16:51:28 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 17:05:32 +0100" startDate="2024-12-17 16:54:14 +0100" endDate="2024-12-17 16:55:00 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 17:18:46 +0100" startDate="2024-12-17 17:05:58 +0100" endDate="2024-12-17 17:08:41 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 17:32:07 +0100" startDate="2024-12-17 17:16:04 +0100" endDate="2024-12-17 17:18:09 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 17:37:49 +0100" startDate="2024-12-17 17:26:46 +0100" endDate="2024-12-17 17:29:34 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 18:19:41 +0100" startDate="2024-12-17 18:02:45 +0100" endDate="2024-12-17 18:09:20 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 18:26:14 +0100" startDate="2024-12-17 18:16:05 +0100" endDate="2024-12-17 18:19:03 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 19:54:00 +0100" startDate="2024-12-17 19:34:28 +0100" endDate="2024-12-17 19:34:31 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-17 20:49:43 +0100" startDate="2024-12-17 20:39:35 +0100" endDate="2024-12-17 20:46:55 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 05:14:56 +0100" startDate="2024-12-18 05:01:54 +0100" endDate="2024-12-18 05:02:19 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 05:39:24 +0100" startDate="2024-12-18 05:29:19 +0100" endDate="2024-12-18 05:37:25 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 06:07:51 +0100" startDate="2024-12-18 05:57:03 +0100" endDate="2024-12-18 06:07:04 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 06:17:24 +0100" startDate="2024-12-18 06:07:09 +0100" endDate="2024-12-18 06:13:00 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 06:26:26 +0100" startDate="2024-12-18 06:13:00 +0100" endDate="2024-12-18 06:23:02 +0100" value="1013"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 06:33:52 +0100" startDate="2024-12-18 06:23:02 +0100" endDate="2024-12-18 06:24:15 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 06:48:37 +0100" startDate="2024-12-18 06:38:29 +0100" endDate="2024-12-18 06:43:50 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 07:23:50 +0100" startDate="2024-12-18 07:12:47 +0100" endDate="2024-12-18 07:14:47 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 07:59:14 +0100" startDate="2024-12-18 07:43:47 +0100" endDate="2024-12-18 07:53:48 +0100" value="1029"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 08:05:13 +0100" startDate="2024-12-18 07:53:48 +0100" endDate="2024-12-18 08:01:57 +0100" value="693"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 08:14:03 +0100" startDate="2024-12-18 08:01:57 +0100" endDate="2024-12-18 08:11:56 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 08:23:56 +0100" startDate="2024-12-18 08:12:09 +0100" endDate="2024-12-18 08:14:13 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 11:14:51 +0100" startDate="2024-12-18 10:57:20 +0100" endDate="2024-12-18 10:58:04 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 11:23:24 +0100" startDate="2024-12-18 11:11:39 +0100" endDate="2024-12-18 11:11:51 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 11:46:10 +0100" startDate="2024-12-18 11:30:51 +0100" endDate="2024-12-18 11:31:01 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 12:17:40 +0100" startDate="2024-12-18 12:05:58 +0100" endDate="2024-12-18 12:09:04 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 12:42:46 +0100" startDate="2024-12-18 12:30:44 +0100" endDate="2024-12-18 12:37:37 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 12:57:31 +0100" startDate="2024-12-18 12:44:15 +0100" endDate="2024-12-18 12:49:19 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 13:12:16 +0100" startDate="2024-12-18 12:54:22 +0100" endDate="2024-12-18 12:59:46 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 13:34:50 +0100" startDate="2024-12-18 13:22:50 +0100" endDate="2024-12-18 13:28:06 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 13:46:12 +0100" startDate="2024-12-18 13:33:42 +0100" endDate="2024-12-18 13:33:55 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 14:02:51 +0100" startDate="2024-12-18 13:51:48 +0100" endDate="2024-12-18 13:58:28 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 14:25:59 +0100" startDate="2024-12-18 14:13:12 +0100" endDate="2024-12-18 14:22:56 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 14:40:18 +0100" startDate="2024-12-18 14:29:15 +0100" endDate="2024-12-18 14:30:55 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 15:28:59 +0100" startDate="2024-12-18 15:16:59 +0100" endDate="2024-12-18 15:26:13 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 15:46:00 +0100" startDate="2024-12-18 15:29:09 +0100" endDate="2024-12-18 15:34:43 +0100" value="146"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 16:08:27 +0100" startDate="2024-12-18 15:57:35 +0100" endDate="2024-12-18 16:05:05 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 16:38:19 +0100" startDate="2024-12-18 16:20:01 +0100" endDate="2024-12-18 16:26:49 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 16:43:10 +0100" startDate="2024-12-18 16:33:01 +0100" endDate="2024-12-18 16:35:37 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 17:02:26 +0100" startDate="2024-12-18 16:48:53 +0100" endDate="2024-12-18 16:50:40 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 17:29:42 +0100" startDate="2024-12-18 17:18:00 +0100" endDate="2024-12-18 17:22:45 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 18:55:48 +0100" startDate="2024-12-18 18:44:35 +0100" endDate="2024-12-18 18:49:22 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 19:06:20 +0100" startDate="2024-12-18 18:55:16 +0100" endDate="2024-12-18 19:05:02 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 19:22:57 +0100" startDate="2024-12-18 19:06:21 +0100" endDate="2024-12-18 19:06:54 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 19:40:00 +0100" startDate="2024-12-18 19:19:31 +0100" endDate="2024-12-18 19:19:49 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 20:15:29 +0100" startDate="2024-12-18 20:00:08 +0100" endDate="2024-12-18 20:01:32 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 20:43:38 +0100" startDate="2024-12-18 20:29:27 +0100" endDate="2024-12-18 20:29:50 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 21:14:17 +0100" startDate="2024-12-18 20:55:30 +0100" endDate="2024-12-18 20:55:40 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 21:29:15 +0100" startDate="2024-12-18 21:17:13 +0100" endDate="2024-12-18 21:17:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 21:45:00 +0100" startDate="2024-12-18 21:32:47 +0100" endDate="2024-12-18 21:32:55 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 22:18:18 +0100" startDate="2024-12-18 22:06:32 +0100" endDate="2024-12-18 22:15:42 +0100" value="612"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-18 22:56:42 +0100" startDate="2024-12-18 22:46:29 +0100" endDate="2024-12-18 22:46:57 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 03:54:49 +0100" startDate="2024-12-19 03:44:41 +0100" endDate="2024-12-19 03:49:43 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 04:43:58 +0100" startDate="2024-12-19 04:32:55 +0100" endDate="2024-12-19 04:33:41 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 06:26:11 +0100" startDate="2024-12-19 06:11:59 +0100" endDate="2024-12-19 06:12:20 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 06:41:48 +0100" startDate="2024-12-19 06:31:42 +0100" endDate="2024-12-19 06:39:34 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 07:13:00 +0100" startDate="2024-12-19 07:02:00 +0100" endDate="2024-12-19 07:12:01 +0100" value="662"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 07:23:36 +0100" startDate="2024-12-19 07:12:01 +0100" endDate="2024-12-19 07:19:55 +0100" value="886"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 07:33:17 +0100" startDate="2024-12-19 07:23:06 +0100" endDate="2024-12-19 07:27:05 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 08:23:38 +0100" startDate="2024-12-19 08:12:44 +0100" endDate="2024-12-19 08:14:39 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 08:56:18 +0100" startDate="2024-12-19 08:43:26 +0100" endDate="2024-12-19 08:53:27 +0100" value="1108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 09:03:32 +0100" startDate="2024-12-19 08:53:27 +0100" endDate="2024-12-19 08:59:03 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 09:59:15 +0100" startDate="2024-12-19 09:46:59 +0100" endDate="2024-12-19 09:50:36 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 11:24:24 +0100" startDate="2024-12-19 11:13:34 +0100" endDate="2024-12-19 11:18:24 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 11:43:12 +0100" startDate="2024-12-19 11:24:12 +0100" endDate="2024-12-19 11:32:55 +0100" value="435"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 11:48:22 +0100" startDate="2024-12-19 11:35:55 +0100" endDate="2024-12-19 11:36:13 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 12:03:55 +0100" startDate="2024-12-19 11:52:04 +0100" endDate="2024-12-19 12:01:17 +0100" value="605"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 12:13:46 +0100" startDate="2024-12-19 12:02:43 +0100" endDate="2024-12-19 12:02:58 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 13:56:03 +0100" startDate="2024-12-19 13:45:43 +0100" endDate="2024-12-19 13:54:55 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 14:58:22 +0100" startDate="2024-12-19 14:37:13 +0100" endDate="2024-12-19 14:37:31 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 15:42:32 +0100" startDate="2024-12-19 15:32:12 +0100" endDate="2024-12-19 15:36:06 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 16:00:40 +0100" startDate="2024-12-19 15:46:58 +0100" endDate="2024-12-19 15:47:59 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 16:24:49 +0100" startDate="2024-12-19 16:13:46 +0100" endDate="2024-12-19 16:22:29 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 16:44:58 +0100" startDate="2024-12-19 16:30:41 +0100" endDate="2024-12-19 16:40:05 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 16:58:26 +0100" startDate="2024-12-19 16:43:21 +0100" endDate="2024-12-19 16:53:22 +0100" value="1110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 17:04:41 +0100" startDate="2024-12-19 16:53:22 +0100" endDate="2024-12-19 16:58:07 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 17:38:26 +0100" startDate="2024-12-19 17:27:59 +0100" endDate="2024-12-19 17:28:06 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 18:31:29 +0100" startDate="2024-12-19 18:21:21 +0100" endDate="2024-12-19 18:31:22 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 18:46:44 +0100" startDate="2024-12-19 18:31:22 +0100" endDate="2024-12-19 18:38:07 +0100" value="410"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 19:57:16 +0100" startDate="2024-12-19 19:39:41 +0100" endDate="2024-12-19 19:39:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-19 21:26:15 +0100" startDate="2024-12-19 21:15:35 +0100" endDate="2024-12-19 21:19:22 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 05:20:05 +0100" startDate="2024-12-20 05:04:07 +0100" endDate="2024-12-20 05:11:15 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8870&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 05:39:07 +0100" startDate="2024-12-20 05:25:56 +0100" endDate="2024-12-20 05:34:33 +0100" value="209"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 06:42:05 +0100" startDate="2024-12-20 06:30:58 +0100" endDate="2024-12-20 06:38:49 +0100" value="449"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 06:52:17 +0100" startDate="2024-12-20 06:41:14 +0100" endDate="2024-12-20 06:41:34 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 07:16:17 +0100" startDate="2024-12-20 07:00:12 +0100" endDate="2024-12-20 07:09:45 +0100" value="303"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 07:21:05 +0100" startDate="2024-12-20 07:10:13 +0100" endDate="2024-12-20 07:18:58 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 07:35:08 +0100" startDate="2024-12-20 07:23:58 +0100" endDate="2024-12-20 07:30:03 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 07:46:16 +0100" startDate="2024-12-20 07:35:13 +0100" endDate="2024-12-20 07:37:28 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 08:27:47 +0100" startDate="2024-12-20 08:16:45 +0100" endDate="2024-12-20 08:16:47 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 08:56:08 +0100" startDate="2024-12-20 08:37:10 +0100" endDate="2024-12-20 08:44:15 +0100" value="255"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 09:04:14 +0100" startDate="2024-12-20 08:50:34 +0100" endDate="2024-12-20 08:59:11 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 09:16:31 +0100" startDate="2024-12-20 09:05:28 +0100" endDate="2024-12-20 09:08:54 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 10:05:48 +0100" startDate="2024-12-20 09:55:35 +0100" endDate="2024-12-20 10:00:21 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 11:49:29 +0100" startDate="2024-12-20 11:35:38 +0100" endDate="2024-12-20 11:45:34 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 11:56:42 +0100" startDate="2024-12-20 11:45:39 +0100" endDate="2024-12-20 11:54:11 +0100" value="472"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 12:51:03 +0100" startDate="2024-12-20 12:40:00 +0100" endDate="2024-12-20 12:40:03 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 13:43:18 +0100" startDate="2024-12-20 13:28:14 +0100" endDate="2024-12-20 13:38:05 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 13:48:56 +0100" startDate="2024-12-20 13:38:15 +0100" endDate="2024-12-20 13:48:05 +0100" value="298"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 14:00:47 +0100" startDate="2024-12-20 13:48:30 +0100" endDate="2024-12-20 13:53:23 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 14:18:13 +0100" startDate="2024-12-20 13:59:27 +0100" endDate="2024-12-20 14:05:04 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 14:36:14 +0100" startDate="2024-12-20 14:25:11 +0100" endDate="2024-12-20 14:25:14 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 15:06:22 +0100" startDate="2024-12-20 14:52:09 +0100" endDate="2024-12-20 14:57:17 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 15:18:18 +0100" startDate="2024-12-20 15:06:53 +0100" endDate="2024-12-20 15:16:54 +0100" value="1092"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 15:32:47 +0100" startDate="2024-12-20 15:16:54 +0100" endDate="2024-12-20 15:22:53 +0100" value="588"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 15:46:56 +0100" startDate="2024-12-20 15:28:47 +0100" endDate="2024-12-20 15:29:00 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 16:54:44 +0100" startDate="2024-12-20 16:41:18 +0100" endDate="2024-12-20 16:48:19 +0100" value="452"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 17:22:19 +0100" startDate="2024-12-20 17:12:06 +0100" endDate="2024-12-20 17:22:07 +0100" value="370"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 17:40:57 +0100" startDate="2024-12-20 17:22:07 +0100" endDate="2024-12-20 17:32:08 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 17:50:59 +0100" startDate="2024-12-20 17:32:38 +0100" endDate="2024-12-20 17:37:41 +0100" value="254"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 18:23:49 +0100" startDate="2024-12-20 18:08:32 +0100" endDate="2024-12-20 18:16:56 +0100" value="419"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 18:39:57 +0100" startDate="2024-12-20 18:24:43 +0100" endDate="2024-12-20 18:32:16 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 18:48:13 +0100" startDate="2024-12-20 18:36:23 +0100" endDate="2024-12-20 18:37:09 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 19:04:53 +0100" startDate="2024-12-20 18:50:09 +0100" endDate="2024-12-20 18:50:27 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 19:33:54 +0100" startDate="2024-12-20 19:17:25 +0100" endDate="2024-12-20 19:27:26 +0100" value="663"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 19:39:47 +0100" startDate="2024-12-20 19:27:26 +0100" endDate="2024-12-20 19:28:38 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 19:54:59 +0100" startDate="2024-12-20 19:43:50 +0100" endDate="2024-12-20 19:51:49 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 20:07:50 +0100" startDate="2024-12-20 19:54:42 +0100" endDate="2024-12-20 20:04:43 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 20:14:48 +0100" startDate="2024-12-20 20:04:43 +0100" endDate="2024-12-20 20:14:06 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 21:43:29 +0100" startDate="2024-12-20 21:31:08 +0100" endDate="2024-12-20 21:41:09 +0100" value="484"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 21:53:10 +0100" startDate="2024-12-20 21:41:09 +0100" endDate="2024-12-20 21:50:47 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 22:02:56 +0100" startDate="2024-12-20 21:51:53 +0100" endDate="2024-12-20 21:52:24 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 22:19:25 +0100" startDate="2024-12-20 22:06:24 +0100" endDate="2024-12-20 22:12:44 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-20 23:34:33 +0100" startDate="2024-12-20 23:23:30 +0100" endDate="2024-12-20 23:28:59 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-21 09:12:11 +0100" startDate="2024-12-21 09:00:17 +0100" endDate="2024-12-21 09:00:45 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-21 09:27:08 +0100" startDate="2024-12-21 09:16:47 +0100" endDate="2024-12-21 09:16:50 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-21 12:54:48 +0100" startDate="2024-12-21 12:44:36 +0100" endDate="2024-12-21 12:52:55 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-21 16:11:46 +0100" startDate="2024-12-21 16:01:37 +0100" endDate="2024-12-21 16:02:05 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-21 16:31:40 +0100" startDate="2024-12-21 16:18:31 +0100" endDate="2024-12-21 16:28:32 +0100" value="816"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-21 16:45:48 +0100" startDate="2024-12-21 16:28:32 +0100" endDate="2024-12-21 16:35:53 +0100" value="814"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-21 17:21:58 +0100" startDate="2024-12-21 17:05:52 +0100" endDate="2024-12-21 17:05:57 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-21 18:55:06 +0100" startDate="2024-12-21 18:40:07 +0100" endDate="2024-12-21 18:50:08 +0100" value="1026"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-21 19:02:02 +0100" startDate="2024-12-21 18:50:08 +0100" endDate="2024-12-21 18:57:54 +0100" value="570"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-21 19:11:43 +0100" startDate="2024-12-21 19:00:17 +0100" endDate="2024-12-21 19:06:05 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:33 +0100" startDate="2024-12-22 04:48:05 +0100" endDate="2024-12-22 04:50:20 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:33 +0100" startDate="2024-12-22 07:45:45 +0100" endDate="2024-12-22 07:51:27 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:33 +0100" startDate="2024-12-22 08:20:01 +0100" endDate="2024-12-22 08:20:18 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:33 +0100" startDate="2024-12-22 08:35:45 +0100" endDate="2024-12-22 08:42:53 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:34 +0100" startDate="2024-12-22 08:45:47 +0100" endDate="2024-12-22 08:52:01 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:34 +0100" startDate="2024-12-22 09:43:21 +0100" endDate="2024-12-22 09:43:26 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:34 +0100" startDate="2024-12-22 10:46:08 +0100" endDate="2024-12-22 10:47:53 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:34 +0100" startDate="2024-12-22 11:01:31 +0100" endDate="2024-12-22 11:10:44 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:34 +0100" startDate="2024-12-22 11:11:47 +0100" endDate="2024-12-22 11:12:31 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:34 +0100" startDate="2024-12-22 12:00:01 +0100" endDate="2024-12-22 12:00:04 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 12:01:38 +0100" endDate="2024-12-22 12:10:51 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 12:15:47 +0100" endDate="2024-12-22 12:16:05 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 12:38:45 +0100" endDate="2024-12-22 12:38:53 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 12:57:39 +0100" endDate="2024-12-22 13:00:50 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 13:22:13 +0100" endDate="2024-12-22 13:29:34 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 13:32:53 +0100" endDate="2024-12-22 13:39:17 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 14:02:26 +0100" endDate="2024-12-22 14:02:28 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 14:02:56 +0100" endDate="2024-12-22 14:09:22 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 14:12:56 +0100" endDate="2024-12-22 14:22:24 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 14:24:47 +0100" endDate="2024-12-22 14:32:47 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 14:40:53 +0100" endDate="2024-12-22 14:41:13 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 15:01:18 +0100" endDate="2024-12-22 15:10:22 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 16:27:34 +0100" endDate="2024-12-22 16:27:44 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 16:43:54 +0100" endDate="2024-12-22 16:43:59 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 17:43:35 +0100" endDate="2024-12-22 17:44:23 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 18:12:53 +0100" endDate="2024-12-22 18:13:06 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:00:35 +0100" startDate="2024-12-22 18:38:35 +0100" endDate="2024-12-22 18:41:38 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:09:35 +0100" startDate="2024-12-22 18:58:14 +0100" endDate="2024-12-22 19:06:16 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 19:46:12 +0100" startDate="2024-12-22 19:34:18 +0100" endDate="2024-12-22 19:35:48 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 20:38:29 +0100" startDate="2024-12-22 20:26:47 +0100" endDate="2024-12-22 20:31:14 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 20:48:29 +0100" startDate="2024-12-22 20:37:03 +0100" endDate="2024-12-22 20:37:10 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-22 21:34:46 +0100" startDate="2024-12-22 21:18:47 +0100" endDate="2024-12-22 21:19:33 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 02:34:33 +0100" startDate="2024-12-23 02:23:30 +0100" endDate="2024-12-23 02:27:07 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 02:53:20 +0100" startDate="2024-12-23 02:42:39 +0100" endDate="2024-12-23 02:44:57 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 06:42:43 +0100" startDate="2024-12-23 06:31:42 +0100" endDate="2024-12-23 06:31:52 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 07:43:36 +0100" startDate="2024-12-23 07:30:54 +0100" endDate="2024-12-23 07:38:22 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 08:49:58 +0100" startDate="2024-12-23 08:38:24 +0100" endDate="2024-12-23 08:45:17 +0100" value="231"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 09:02:38 +0100" startDate="2024-12-23 08:51:06 +0100" endDate="2024-12-23 08:55:41 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 10:18:20 +0100" startDate="2024-12-23 09:55:48 +0100" endDate="2024-12-23 09:55:51 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 11:20:57 +0100" startDate="2024-12-23 11:09:01 +0100" endDate="2024-12-23 11:14:45 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 11:41:18 +0100" startDate="2024-12-23 11:19:48 +0100" endDate="2024-12-23 11:29:49 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 11:41:18 +0100" startDate="2024-12-23 11:30:07 +0100" endDate="2024-12-23 11:31:38 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 11:45:18 +0100" startDate="2024-12-23 11:33:56 +0100" endDate="2024-12-23 11:43:57 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 12:00:00 +0100" startDate="2024-12-23 11:43:57 +0100" endDate="2024-12-23 11:43:59 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 15:07:22 +0100" startDate="2024-12-23 14:54:25 +0100" endDate="2024-12-23 14:58:07 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 15:25:43 +0100" startDate="2024-12-23 15:14:25 +0100" endDate="2024-12-23 15:14:27 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 15:52:33 +0100" startDate="2024-12-23 15:41:30 +0100" endDate="2024-12-23 15:41:32 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 16:15:55 +0100" startDate="2024-12-23 16:05:12 +0100" endDate="2024-12-23 16:15:13 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 16:30:31 +0100" startDate="2024-12-23 16:15:13 +0100" endDate="2024-12-23 16:15:36 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 17:06:19 +0100" startDate="2024-12-23 16:56:10 +0100" endDate="2024-12-23 16:58:55 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-23 22:16:24 +0100" startDate="2024-12-23 22:05:22 +0100" endDate="2024-12-23 22:07:47 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 04:06:11 +0100" startDate="2024-12-24 03:56:06 +0100" endDate="2024-12-24 03:56:49 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 04:32:53 +0100" startDate="2024-12-24 04:22:46 +0100" endDate="2024-12-24 04:24:20 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 08:34:37 +0100" startDate="2024-12-24 08:24:26 +0100" endDate="2024-12-24 08:33:21 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 09:00:59 +0100" startDate="2024-12-24 08:45:48 +0100" endDate="2024-12-24 08:45:51 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 09:18:58 +0100" startDate="2024-12-24 09:08:15 +0100" endDate="2024-12-24 09:13:23 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 10:35:33 +0100" startDate="2024-12-24 10:21:23 +0100" endDate="2024-12-24 10:27:56 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 11:41:03 +0100" startDate="2024-12-24 11:30:37 +0100" endDate="2024-12-24 11:37:52 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 11:52:37 +0100" startDate="2024-12-24 11:41:34 +0100" endDate="2024-12-24 11:46:45 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 12:08:44 +0100" startDate="2024-12-24 11:52:56 +0100" endDate="2024-12-24 11:59:16 +0100" value="253"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 12:35:13 +0100" startDate="2024-12-24 12:20:15 +0100" endDate="2024-12-24 12:30:16 +0100" value="391"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 12:48:15 +0100" startDate="2024-12-24 12:30:16 +0100" endDate="2024-12-24 12:39:46 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 12:50:54 +0100" startDate="2024-12-24 12:40:22 +0100" endDate="2024-12-24 12:44:50 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 13:02:29 +0100" startDate="2024-12-24 12:50:47 +0100" endDate="2024-12-24 12:59:47 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 13:12:28 +0100" startDate="2024-12-24 13:02:04 +0100" endDate="2024-12-24 13:10:59 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 13:26:26 +0100" startDate="2024-12-24 13:13:02 +0100" endDate="2024-12-24 13:19:54 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 13:39:36 +0100" startDate="2024-12-24 13:21:16 +0100" endDate="2024-12-24 13:23:05 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 13:59:29 +0100" startDate="2024-12-24 13:48:49 +0100" endDate="2024-12-24 13:50:21 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 14:17:43 +0100" startDate="2024-12-24 14:04:19 +0100" endDate="2024-12-24 14:13:06 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 14:28:50 +0100" startDate="2024-12-24 14:16:18 +0100" endDate="2024-12-24 14:25:51 +0100" value="474"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 14:40:48 +0100" startDate="2024-12-24 14:27:30 +0100" endDate="2024-12-24 14:31:34 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 15:05:34 +0100" startDate="2024-12-24 14:51:56 +0100" endDate="2024-12-24 14:52:34 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 15:24:25 +0100" startDate="2024-12-24 15:11:37 +0100" endDate="2024-12-24 15:20:32 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 15:37:18 +0100" startDate="2024-12-24 15:22:34 +0100" endDate="2024-12-24 15:27:32 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 16:06:04 +0100" startDate="2024-12-24 15:54:58 +0100" endDate="2024-12-24 15:55:03 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 16:19:34 +0100" startDate="2024-12-24 16:08:00 +0100" endDate="2024-12-24 16:16:47 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 16:31:11 +0100" startDate="2024-12-24 16:19:17 +0100" endDate="2024-12-24 16:19:22 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 16:59:52 +0100" startDate="2024-12-24 16:41:23 +0100" endDate="2024-12-24 16:47:41 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 17:21:48 +0100" startDate="2024-12-24 17:00:30 +0100" endDate="2024-12-24 17:02:06 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 17:49:41 +0100" startDate="2024-12-24 17:38:37 +0100" endDate="2024-12-24 17:39:30 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 18:17:23 +0100" startDate="2024-12-24 18:05:57 +0100" endDate="2024-12-24 18:14:51 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 18:31:03 +0100" startDate="2024-12-24 18:19:14 +0100" endDate="2024-12-24 18:29:13 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 18:41:04 +0100" startDate="2024-12-24 18:29:13 +0100" endDate="2024-12-24 18:39:14 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 19:44:40 +0100" startDate="2024-12-24 19:32:08 +0100" endDate="2024-12-24 19:32:44 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 19:56:54 +0100" startDate="2024-12-24 19:43:32 +0100" endDate="2024-12-24 19:53:15 +0100" value="784"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 20:27:03 +0100" startDate="2024-12-24 19:55:30 +0100" endDate="2024-12-24 20:00:31 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 20:38:42 +0100" startDate="2024-12-24 20:28:32 +0100" endDate="2024-12-24 20:38:32 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 20:51:29 +0100" startDate="2024-12-24 20:38:45 +0100" endDate="2024-12-24 20:40:27 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 21:34:37 +0100" startDate="2024-12-24 21:13:51 +0100" endDate="2024-12-24 21:14:27 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 21:51:20 +0100" startDate="2024-12-24 21:38:22 +0100" endDate="2024-12-24 21:45:25 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-24 22:48:30 +0100" startDate="2024-12-24 22:33:06 +0100" endDate="2024-12-24 22:38:55 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 07:56:49 +0100" startDate="2024-12-25 07:41:14 +0100" endDate="2024-12-25 07:50:09 +0100" value="311"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 08:08:50 +0100" startDate="2024-12-25 07:53:25 +0100" endDate="2024-12-25 08:02:17 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 08:15:55 +0100" startDate="2024-12-25 08:04:40 +0100" endDate="2024-12-25 08:14:10 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 08:32:06 +0100" startDate="2024-12-25 08:19:46 +0100" endDate="2024-12-25 08:29:32 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 08:45:29 +0100" startDate="2024-12-25 08:30:46 +0100" endDate="2024-12-25 08:34:46 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 10:08:35 +0100" startDate="2024-12-25 09:58:22 +0100" endDate="2024-12-25 09:58:43 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 15:20:53 +0100" startDate="2024-12-25 15:10:38 +0100" endDate="2024-12-25 15:18:21 +0100" value="480"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 15:31:41 +0100" startDate="2024-12-25 15:18:21 +0100" endDate="2024-12-25 15:25:52 +0100" value="770"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 15:36:37 +0100" startDate="2024-12-25 15:25:52 +0100" endDate="2024-12-25 15:31:46 +0100" value="571"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 15:42:38 +0100" startDate="2024-12-25 15:31:46 +0100" endDate="2024-12-25 15:41:37 +0100" value="856"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 16:00:06 +0100" startDate="2024-12-25 15:41:37 +0100" endDate="2024-12-25 15:51:36 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 16:06:07 +0100" startDate="2024-12-25 15:51:36 +0100" endDate="2024-12-25 16:01:37 +0100" value="908"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 16:14:26 +0100" startDate="2024-12-25 16:01:37 +0100" endDate="2024-12-25 16:11:38 +0100" value="971"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 16:31:42 +0100" startDate="2024-12-25 16:11:38 +0100" endDate="2024-12-25 16:20:20 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 19:56:09 +0100" startDate="2024-12-25 19:45:50 +0100" endDate="2024-12-25 19:54:52 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 20:35:39 +0100" startDate="2024-12-25 20:23:35 +0100" endDate="2024-12-25 20:24:54 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 20:58:06 +0100" startDate="2024-12-25 20:36:46 +0100" endDate="2024-12-25 20:42:05 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 22:22:29 +0100" startDate="2024-12-25 22:04:48 +0100" endDate="2024-12-25 22:06:15 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 22:41:12 +0100" startDate="2024-12-25 22:22:48 +0100" endDate="2024-12-25 22:22:50 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-25 23:39:48 +0100" startDate="2024-12-25 23:28:45 +0100" endDate="2024-12-25 23:28:55 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 04:42:03 +0100" startDate="2024-12-26 04:31:55 +0100" endDate="2024-12-26 04:34:59 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 05:24:16 +0100" startDate="2024-12-26 05:14:08 +0100" endDate="2024-12-26 05:14:46 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 08:09:57 +0100" startDate="2024-12-26 07:59:44 +0100" endDate="2024-12-26 08:08:34 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 08:33:32 +0100" startDate="2024-12-26 08:22:29 +0100" endDate="2024-12-26 08:27:58 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 09:36:16 +0100" startDate="2024-12-26 09:26:08 +0100" endDate="2024-12-26 09:26:21 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 10:39:06 +0100" startDate="2024-12-26 10:24:01 +0100" endDate="2024-12-26 10:24:06 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 10:59:43 +0100" startDate="2024-12-26 10:49:28 +0100" endDate="2024-12-26 10:49:56 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 11:25:54 +0100" startDate="2024-12-26 11:08:41 +0100" endDate="2024-12-26 11:12:53 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 12:21:07 +0100" startDate="2024-12-26 12:09:08 +0100" endDate="2024-12-26 12:13:23 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 12:45:31 +0100" startDate="2024-12-26 12:29:00 +0100" endDate="2024-12-26 12:33:00 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 13:42:46 +0100" startDate="2024-12-26 13:24:26 +0100" endDate="2024-12-26 13:24:29 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 14:30:48 +0100" startDate="2024-12-26 14:08:00 +0100" endDate="2024-12-26 14:08:07 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 17:14:35 +0100" startDate="2024-12-26 17:02:36 +0100" endDate="2024-12-26 17:02:41 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 17:33:20 +0100" startDate="2024-12-26 17:14:19 +0100" endDate="2024-12-26 17:16:47 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 18:00:04 +0100" startDate="2024-12-26 17:43:07 +0100" endDate="2024-12-26 17:45:37 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 18:42:16 +0100" startDate="2024-12-26 18:22:40 +0100" endDate="2024-12-26 18:22:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 19:33:04 +0100" startDate="2024-12-26 19:21:18 +0100" endDate="2024-12-26 19:23:28 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 20:26:03 +0100" startDate="2024-12-26 20:15:00 +0100" endDate="2024-12-26 20:24:49 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 20:38:51 +0100" startDate="2024-12-26 20:25:32 +0100" endDate="2024-12-26 20:25:37 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 21:00:00 +0100" startDate="2024-12-26 20:46:43 +0100" endDate="2024-12-26 20:49:44 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 21:34:39 +0100" startDate="2024-12-26 21:19:45 +0100" endDate="2024-12-26 21:19:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 22:06:56 +0100" startDate="2024-12-26 21:53:40 +0100" endDate="2024-12-26 22:01:49 +0100" value="623"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 22:17:01 +0100" startDate="2024-12-26 22:05:58 +0100" endDate="2024-12-26 22:07:01 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-26 23:08:23 +0100" startDate="2024-12-26 22:58:15 +0100" endDate="2024-12-26 22:58:48 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 05:08:13 +0100" startDate="2024-12-27 04:58:00 +0100" endDate="2024-12-27 05:01:54 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 05:42:06 +0100" startDate="2024-12-27 05:31:51 +0100" endDate="2024-12-27 05:33:15 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 07:26:09 +0100" startDate="2024-12-27 07:08:34 +0100" endDate="2024-12-27 07:08:52 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 07:49:31 +0100" startDate="2024-12-27 07:38:29 +0100" endDate="2024-12-27 07:40:41 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 11:10:00 +0100" startDate="2024-12-27 10:58:11 +0100" endDate="2024-12-27 11:03:01 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 13:09:02 +0100" startDate="2024-12-27 12:58:40 +0100" endDate="2024-12-27 13:06:28 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 13:20:59 +0100" startDate="2024-12-27 13:09:42 +0100" endDate="2024-12-27 13:13:54 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 13:32:48 +0100" startDate="2024-12-27 13:20:39 +0100" endDate="2024-12-27 13:23:22 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 15:09:27 +0100" startDate="2024-12-27 14:58:25 +0100" endDate="2024-12-27 14:58:53 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 15:53:12 +0100" startDate="2024-12-27 15:41:58 +0100" endDate="2024-12-27 15:45:40 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 16:07:27 +0100" startDate="2024-12-27 15:56:24 +0100" endDate="2024-12-27 15:57:41 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 18:23:54 +0100" startDate="2024-12-27 18:03:56 +0100" endDate="2024-12-27 18:04:24 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 19:27:46 +0100" startDate="2024-12-27 19:16:43 +0100" endDate="2024-12-27 19:16:56 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7390&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-27 23:14:59 +0100" startDate="2024-12-27 23:04:51 +0100" endDate="2024-12-27 23:11:55 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 06:39:13 +0100" startDate="2024-12-28 06:28:47 +0100" endDate="2024-12-28 06:28:49 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 06:51:56 +0100" startDate="2024-12-28 06:40:53 +0100" endDate="2024-12-28 06:46:44 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 08:11:24 +0100" startDate="2024-12-28 07:54:38 +0100" endDate="2024-12-28 08:03:40 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 09:00:50 +0100" startDate="2024-12-28 08:37:21 +0100" endDate="2024-12-28 08:45:02 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 09:13:58 +0100" startDate="2024-12-28 08:55:08 +0100" endDate="2024-12-28 09:04:51 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 09:15:11 +0100" startDate="2024-12-28 09:04:51 +0100" endDate="2024-12-28 09:12:24 +0100" value="533"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 09:31:45 +0100" startDate="2024-12-28 09:20:51 +0100" endDate="2024-12-28 09:30:51 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 09:43:29 +0100" startDate="2024-12-28 09:30:51 +0100" endDate="2024-12-28 09:40:47 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 10:02:39 +0100" startDate="2024-12-28 09:40:47 +0100" endDate="2024-12-28 09:48:02 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 10:27:54 +0100" startDate="2024-12-28 10:13:10 +0100" endDate="2024-12-28 10:13:18 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 10:37:57 +0100" startDate="2024-12-28 10:23:19 +0100" endDate="2024-12-28 10:33:20 +0100" value="649"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 10:48:22 +0100" startDate="2024-12-28 10:33:20 +0100" endDate="2024-12-28 10:38:20 +0100" value="446"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 11:05:18 +0100" startDate="2024-12-28 10:51:25 +0100" endDate="2024-12-28 11:01:26 +0100" value="806"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 11:13:18 +0100" startDate="2024-12-28 11:01:26 +0100" endDate="2024-12-28 11:11:01 +0100" value="847"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 11:26:43 +0100" startDate="2024-12-28 11:13:31 +0100" endDate="2024-12-28 11:23:32 +0100" value="878"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 11:35:44 +0100" startDate="2024-12-28 11:23:32 +0100" endDate="2024-12-28 11:33:31 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 11:48:03 +0100" startDate="2024-12-28 11:34:25 +0100" endDate="2024-12-28 11:43:53 +0100" value="407"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 12:03:45 +0100" startDate="2024-12-28 11:46:02 +0100" endDate="2024-12-28 11:52:22 +0100" value="494"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 12:19:09 +0100" startDate="2024-12-28 12:03:44 +0100" endDate="2024-12-28 12:13:43 +0100" value="1037"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 12:25:32 +0100" startDate="2024-12-28 12:14:08 +0100" endDate="2024-12-28 12:23:21 +0100" value="860"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 12:36:39 +0100" startDate="2024-12-28 12:24:35 +0100" endDate="2024-12-28 12:34:33 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 12:44:57 +0100" startDate="2024-12-28 12:34:51 +0100" endDate="2024-12-28 12:44:50 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 12:54:59 +0100" startDate="2024-12-28 12:44:50 +0100" endDate="2024-12-28 12:54:26 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 13:37:24 +0100" startDate="2024-12-28 13:23:39 +0100" endDate="2024-12-28 13:25:23 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 14:01:16 +0100" startDate="2024-12-28 13:50:38 +0100" endDate="2024-12-28 13:58:34 +0100" value="196"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 14:18:24 +0100" startDate="2024-12-28 14:00:56 +0100" endDate="2024-12-28 14:01:02 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 14:41:35 +0100" startDate="2024-12-28 14:26:18 +0100" endDate="2024-12-28 14:27:22 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 16:25:04 +0100" startDate="2024-12-28 16:14:47 +0100" endDate="2024-12-28 16:15:15 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 16:37:16 +0100" startDate="2024-12-28 16:27:08 +0100" endDate="2024-12-28 16:28:43 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 16:57:05 +0100" startDate="2024-12-28 16:46:51 +0100" endDate="2024-12-28 16:56:06 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 18:13:14 +0100" startDate="2024-12-28 18:03:01 +0100" endDate="2024-12-28 18:03:19 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 19:01:17 +0100" startDate="2024-12-28 18:51:09 +0100" endDate="2024-12-28 18:53:02 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-28 22:05:55 +0100" startDate="2024-12-28 21:55:40 +0100" endDate="2024-12-28 21:57:50 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-29 01:52:04 +0100" startDate="2024-12-29 01:41:58 +0100" endDate="2024-12-29 01:43:10 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-29 12:52:39 +0100" startDate="2024-12-29 12:41:36 +0100" endDate="2024-12-29 12:42:40 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-30 01:13:46 +0100" startDate="2024-12-30 01:03:38 +0100" endDate="2024-12-30 01:03:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-31 12:25:52 +0100" startDate="2024-12-31 12:09:20 +0100" endDate="2024-12-31 12:11:45 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2024-12-31 12:43:00 +0100" startDate="2024-12-31 12:23:45 +0100" endDate="2024-12-31 12:31:06 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 00:05:52 +0100" startDate="2024-12-31 23:53:10 +0100" endDate="2024-12-31 23:55:59 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 00:15:51 +0100" startDate="2025-01-01 00:04:48 +0100" endDate="2025-01-01 00:06:15 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 01:02:58 +0100" startDate="2025-01-01 00:51:56 +0100" endDate="2025-01-01 00:56:48 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 04:11:08 +0100" startDate="2025-01-01 03:57:35 +0100" endDate="2025-01-01 04:01:09 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 04:21:58 +0100" startDate="2025-01-01 04:10:55 +0100" endDate="2025-01-01 04:11:41 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 04:46:00 +0100" startDate="2025-01-01 04:34:57 +0100" endDate="2025-01-01 04:35:38 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 08:06:37 +0100" startDate="2025-01-01 07:55:35 +0100" endDate="2025-01-01 07:56:00 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 08:17:11 +0100" startDate="2025-01-01 08:07:06 +0100" endDate="2025-01-01 08:07:31 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 09:32:51 +0100" startDate="2025-01-01 09:22:07 +0100" endDate="2025-01-01 09:26:24 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 10:10:14 +0100" startDate="2025-01-01 09:59:22 +0100" endDate="2025-01-01 09:59:25 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 10:24:29 +0100" startDate="2025-01-01 10:13:26 +0100" endDate="2025-01-01 10:13:28 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 11:07:48 +0100" startDate="2025-01-01 10:56:45 +0100" endDate="2025-01-01 10:56:47 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 11:19:06 +0100" startDate="2025-01-01 11:08:56 +0100" endDate="2025-01-01 11:09:03 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 12:12:06 +0100" startDate="2025-01-01 12:01:53 +0100" endDate="2025-01-01 12:02:21 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 14:46:28 +0100" startDate="2025-01-01 14:36:17 +0100" endDate="2025-01-01 14:45:10 +0100" value="171"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 14:57:37 +0100" startDate="2025-01-01 14:47:22 +0100" endDate="2025-01-01 14:56:15 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 15:44:34 +0100" startDate="2025-01-01 15:25:38 +0100" endDate="2025-01-01 15:25:53 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 19:57:55 +0100" startDate="2025-01-01 19:46:52 +0100" endDate="2025-01-01 19:47:03 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-01 21:59:18 +0100" startDate="2025-01-01 21:49:06 +0100" endDate="2025-01-01 21:55:56 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 00:26:07 +0100" startDate="2025-01-02 00:15:04 +0100" endDate="2025-01-02 00:15:30 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 07:39:24 +0100" startDate="2025-01-02 07:24:41 +0100" endDate="2025-01-02 07:32:40 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 07:58:50 +0100" startDate="2025-01-02 07:48:10 +0100" endDate="2025-01-02 07:49:39 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 08:57:55 +0100" startDate="2025-01-02 08:44:53 +0100" endDate="2025-01-02 08:44:55 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 09:09:41 +0100" startDate="2025-01-02 08:58:04 +0100" endDate="2025-01-02 09:07:29 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 09:23:25 +0100" startDate="2025-01-02 09:08:05 +0100" endDate="2025-01-02 09:16:42 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 09:31:50 +0100" startDate="2025-01-02 09:19:58 +0100" endDate="2025-01-02 09:26:28 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 09:59:16 +0100" startDate="2025-01-02 09:48:58 +0100" endDate="2025-01-02 09:49:11 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 10:43:22 +0100" startDate="2025-01-02 10:22:15 +0100" endDate="2025-01-02 10:22:51 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 11:55:12 +0100" startDate="2025-01-02 11:44:45 +0100" endDate="2025-01-02 11:53:53 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 12:05:09 +0100" startDate="2025-01-02 11:54:54 +0100" endDate="2025-01-02 11:55:22 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 13:28:56 +0100" startDate="2025-01-02 13:10:41 +0100" endDate="2025-01-02 13:12:07 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 13:40:11 +0100" startDate="2025-01-02 13:27:22 +0100" endDate="2025-01-02 13:29:01 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 13:48:13 +0100" startDate="2025-01-02 13:37:25 +0100" endDate="2025-01-02 13:46:20 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 14:34:55 +0100" startDate="2025-01-02 14:21:23 +0100" endDate="2025-01-02 14:31:05 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 14:45:09 +0100" startDate="2025-01-02 14:31:43 +0100" endDate="2025-01-02 14:31:48 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 15:24:05 +0100" startDate="2025-01-02 15:13:55 +0100" endDate="2025-01-02 15:21:52 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 15:39:36 +0100" startDate="2025-01-02 15:29:25 +0100" endDate="2025-01-02 15:38:53 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 15:50:07 +0100" startDate="2025-01-02 15:39:49 +0100" endDate="2025-01-02 15:47:18 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 16:01:28 +0100" startDate="2025-01-02 15:51:10 +0100" endDate="2025-01-02 15:51:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 17:45:28 +0100" startDate="2025-01-02 17:33:42 +0100" endDate="2025-01-02 17:38:17 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 18:59:59 +0100" startDate="2025-01-02 18:49:49 +0100" endDate="2025-01-02 18:51:43 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 19:40:24 +0100" startDate="2025-01-02 19:26:56 +0100" endDate="2025-01-02 19:36:55 +0100" value="188"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 19:47:37 +0100" startDate="2025-01-02 19:37:08 +0100" endDate="2025-01-02 19:37:18 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 20:15:54 +0100" startDate="2025-01-02 19:58:45 +0100" endDate="2025-01-02 20:04:41 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 22:18:12 +0100" startDate="2025-01-02 22:07:04 +0100" endDate="2025-01-02 22:16:42 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-02 22:28:52 +0100" startDate="2025-01-02 22:18:04 +0100" endDate="2025-01-02 22:19:10 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 04:51:38 +0100" startDate="2025-01-03 04:40:45 +0100" endDate="2025-01-03 04:41:48 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 07:08:11 +0100" startDate="2025-01-03 06:54:15 +0100" endDate="2025-01-03 07:00:35 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 07:21:40 +0100" startDate="2025-01-03 07:09:33 +0100" endDate="2025-01-03 07:19:34 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 07:34:13 +0100" startDate="2025-01-03 07:23:10 +0100" endDate="2025-01-03 07:23:38 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 08:00:01 +0100" startDate="2025-01-03 07:49:12 +0100" endDate="2025-01-03 07:54:08 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 11:25:53 +0100" startDate="2025-01-03 11:14:50 +0100" endDate="2025-01-03 11:24:51 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 11:38:37 +0100" startDate="2025-01-03 11:27:34 +0100" endDate="2025-01-03 11:28:25 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 11:49:43 +0100" startDate="2025-01-03 11:39:10 +0100" endDate="2025-01-03 11:43:45 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 12:08:45 +0100" startDate="2025-01-03 11:54:50 +0100" endDate="2025-01-03 12:03:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 12:25:23 +0100" startDate="2025-01-03 12:14:10 +0100" endDate="2025-01-03 12:24:03 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 12:40:37 +0100" startDate="2025-01-03 12:30:28 +0100" endDate="2025-01-03 12:40:26 +0100" value="499"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 12:51:52 +0100" startDate="2025-01-03 12:40:49 +0100" endDate="2025-01-03 12:45:01 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 16:47:35 +0100" startDate="2025-01-03 16:30:31 +0100" endDate="2025-01-03 16:39:05 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 16:53:12 +0100" startDate="2025-01-03 16:42:09 +0100" endDate="2025-01-03 16:42:37 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 17:11:04 +0100" startDate="2025-01-03 16:56:03 +0100" endDate="2025-01-03 17:00:07 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 18:00:56 +0100" startDate="2025-01-03 17:50:49 +0100" endDate="2025-01-03 17:54:00 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 20:09:32 +0100" startDate="2025-01-03 19:58:52 +0100" endDate="2025-01-03 19:59:12 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 21:11:07 +0100" startDate="2025-01-03 20:55:17 +0100" endDate="2025-01-03 21:00:55 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 21:24:50 +0100" startDate="2025-01-03 21:13:47 +0100" endDate="2025-01-03 21:14:00 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-03 22:52:17 +0100" startDate="2025-01-03 22:42:04 +0100" endDate="2025-01-03 22:48:07 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 06:28:33 +0100" startDate="2025-01-04 06:16:18 +0100" endDate="2025-01-04 06:16:23 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 07:45:35 +0100" startDate="2025-01-04 07:31:27 +0100" endDate="2025-01-04 07:31:35 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 09:28:53 +0100" startDate="2025-01-04 09:17:27 +0100" endDate="2025-01-04 09:18:56 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 12:21:56 +0100" startDate="2025-01-04 12:11:17 +0100" endDate="2025-01-04 12:19:31 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 12:34:02 +0100" startDate="2025-01-04 12:23:54 +0100" endDate="2025-01-04 12:25:34 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 12:55:31 +0100" startDate="2025-01-04 12:40:49 +0100" endDate="2025-01-04 12:50:34 +0100" value="347"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 13:03:57 +0100" startDate="2025-01-04 12:52:54 +0100" endDate="2025-01-04 12:55:22 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 13:18:31 +0100" startDate="2025-01-04 13:07:28 +0100" endDate="2025-01-04 13:13:20 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 13:28:39 +0100" startDate="2025-01-04 13:17:50 +0100" endDate="2025-01-04 13:27:25 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 13:40:39 +0100" startDate="2025-01-04 13:28:42 +0100" endDate="2025-01-04 13:37:47 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 13:52:53 +0100" startDate="2025-01-04 13:38:49 +0100" endDate="2025-01-04 13:41:29 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 14:14:30 +0100" startDate="2025-01-04 13:59:44 +0100" endDate="2025-01-04 14:01:26 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 14:30:44 +0100" startDate="2025-01-04 14:18:30 +0100" endDate="2025-01-04 14:28:31 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 14:44:06 +0100" startDate="2025-01-04 14:28:31 +0100" endDate="2025-01-04 14:28:57 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 14:58:02 +0100" startDate="2025-01-04 14:46:24 +0100" endDate="2025-01-04 14:55:09 +0100" value="275"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 15:15:07 +0100" startDate="2025-01-04 14:58:33 +0100" endDate="2025-01-04 15:07:35 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 16:30:23 +0100" startDate="2025-01-04 16:19:35 +0100" endDate="2025-01-04 16:29:05 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 16:43:01 +0100" startDate="2025-01-04 16:30:19 +0100" endDate="2025-01-04 16:35:37 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 16:55:19 +0100" startDate="2025-01-04 16:43:31 +0100" endDate="2025-01-04 16:51:40 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 17:13:56 +0100" startDate="2025-01-04 16:56:46 +0100" endDate="2025-01-04 16:56:48 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 17:21:28 +0100" startDate="2025-01-04 17:07:43 +0100" endDate="2025-01-04 17:15:01 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 17:38:40 +0100" startDate="2025-01-04 17:19:46 +0100" endDate="2025-01-04 17:20:27 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 20:03:37 +0100" startDate="2025-01-04 19:53:32 +0100" endDate="2025-01-04 19:57:11 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 21:57:40 +0100" startDate="2025-01-04 21:46:45 +0100" endDate="2025-01-04 21:46:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-04 22:09:36 +0100" startDate="2025-01-04 21:58:33 +0100" endDate="2025-01-04 22:01:09 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-05 07:52:28 +0100" startDate="2025-01-05 07:36:44 +0100" endDate="2025-01-05 07:36:51 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-05 16:01:26 +0100" startDate="2025-01-05 15:49:45 +0100" endDate="2025-01-05 15:59:46 +0100" value="755"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-05 16:15:29 +0100" startDate="2025-01-05 15:59:46 +0100" endDate="2025-01-05 16:08:05 +0100" value="801"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-05 16:18:59 +0100" startDate="2025-01-05 16:08:05 +0100" endDate="2025-01-05 16:14:11 +0100" value="629"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-05 16:26:06 +0100" startDate="2025-01-05 16:15:58 +0100" endDate="2025-01-05 16:25:59 +0100" value="902"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-05 16:41:58 +0100" startDate="2025-01-05 16:25:59 +0100" endDate="2025-01-05 16:34:21 +0100" value="855"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-05 16:46:10 +0100" startDate="2025-01-05 16:34:21 +0100" endDate="2025-01-05 16:42:15 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-05 16:53:30 +0100" startDate="2025-01-05 16:42:15 +0100" endDate="2025-01-05 16:50:23 +0100" value="889"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-05 17:01:26 +0100" startDate="2025-01-05 16:50:23 +0100" endDate="2025-01-05 16:53:32 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-05 17:16:32 +0100" startDate="2025-01-05 17:05:33 +0100" endDate="2025-01-05 17:05:35 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-05 18:44:44 +0100" startDate="2025-01-05 18:32:17 +0100" endDate="2025-01-05 18:32:20 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-05 22:01:45 +0100" startDate="2025-01-05 21:50:42 +0100" endDate="2025-01-05 21:54:16 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 06:53:01 +0100" startDate="2025-01-06 06:41:58 +0100" endDate="2025-01-06 06:42:03 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 07:21:52 +0100" startDate="2025-01-06 07:11:45 +0100" endDate="2025-01-06 07:11:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 11:54:43 +0100" startDate="2025-01-06 11:41:49 +0100" endDate="2025-01-06 11:51:03 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 12:05:25 +0100" startDate="2025-01-06 11:51:52 +0100" endDate="2025-01-06 12:01:53 +0100" value="86"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 12:15:35 +0100" startDate="2025-01-06 12:01:53 +0100" endDate="2025-01-06 12:08:00 +0100" value="208"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 12:28:21 +0100" startDate="2025-01-06 12:14:29 +0100" endDate="2025-01-06 12:24:15 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 12:39:45 +0100" startDate="2025-01-06 12:24:30 +0100" endDate="2025-01-06 12:33:35 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 13:01:14 +0100" startDate="2025-01-06 12:43:36 +0100" endDate="2025-01-06 12:43:39 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 13:07:13 +0100" startDate="2025-01-06 12:53:40 +0100" endDate="2025-01-06 13:02:26 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 13:20:53 +0100" startDate="2025-01-06 13:09:00 +0100" endDate="2025-01-06 13:09:08 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 14:24:04 +0100" startDate="2025-01-06 14:07:06 +0100" endDate="2025-01-06 14:07:08 +0100" value="1"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 16:26:18 +0100" startDate="2025-01-06 16:14:47 +0100" endDate="2025-01-06 16:24:12 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 16:46:38 +0100" startDate="2025-01-06 16:27:13 +0100" endDate="2025-01-06 16:36:56 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 16:49:55 +0100" startDate="2025-01-06 16:37:34 +0100" endDate="2025-01-06 16:47:35 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 16:58:38 +0100" startDate="2025-01-06 16:47:35 +0100" endDate="2025-01-06 16:55:39 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 19:52:49 +0100" startDate="2025-01-06 19:41:46 +0100" endDate="2025-01-06 19:41:49 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 20:02:59 +0100" startDate="2025-01-06 19:52:36 +0100" endDate="2025-01-06 19:52:38 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 21:57:39 +0100" startDate="2025-01-06 21:44:10 +0100" endDate="2025-01-06 21:53:43 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 22:07:42 +0100" startDate="2025-01-06 21:55:07 +0100" endDate="2025-01-06 21:56:26 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-06 22:31:34 +0100" startDate="2025-01-06 22:20:55 +0100" endDate="2025-01-06 22:28:38 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 03:45:52 +0100" startDate="2025-01-07 03:35:44 +0100" endDate="2025-01-07 03:38:01 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 03:58:50 +0100" startDate="2025-01-07 03:47:47 +0100" endDate="2025-01-07 03:56:17 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 05:48:07 +0100" startDate="2025-01-07 05:36:02 +0100" endDate="2025-01-07 05:36:07 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 06:20:00 +0100" startDate="2025-01-07 06:06:34 +0100" endDate="2025-01-07 06:09:05 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 06:34:33 +0100" startDate="2025-01-07 06:18:22 +0100" endDate="2025-01-07 06:24:04 +0100" value="448"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 07:44:52 +0100" startDate="2025-01-07 07:33:52 +0100" endDate="2025-01-07 07:39:07 +0100" value="457"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 07:56:24 +0100" startDate="2025-01-07 07:45:08 +0100" endDate="2025-01-07 07:55:09 +0100" value="127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 08:07:09 +0100" startDate="2025-01-07 07:55:09 +0100" endDate="2025-01-07 08:02:07 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 08:33:21 +0100" startDate="2025-01-07 08:23:08 +0100" endDate="2025-01-07 08:29:51 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 12:02:52 +0100" startDate="2025-01-07 11:51:16 +0100" endDate="2025-01-07 11:57:20 +0100" value="335"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 12:14:06 +0100" startDate="2025-01-07 12:02:31 +0100" endDate="2025-01-07 12:03:17 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 14:21:54 +0100" startDate="2025-01-07 14:11:47 +0100" endDate="2025-01-07 14:21:46 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 14:32:47 +0100" startDate="2025-01-07 14:21:46 +0100" endDate="2025-01-07 14:22:49 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 14:51:37 +0100" startDate="2025-01-07 14:40:20 +0100" endDate="2025-01-07 14:50:16 +0100" value="1015"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 15:02:20 +0100" startDate="2025-01-07 14:50:21 +0100" endDate="2025-01-07 14:50:29 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 15:26:46 +0100" startDate="2025-01-07 15:14:10 +0100" endDate="2025-01-07 15:23:49 +0100" value="265"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 16:42:59 +0100" startDate="2025-01-07 16:31:40 +0100" endDate="2025-01-07 16:38:20 +0100" value="379"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 19:04:18 +0100" startDate="2025-01-07 18:53:15 +0100" endDate="2025-01-07 18:53:26 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-07 21:55:00 +0100" startDate="2025-01-07 21:44:34 +0100" endDate="2025-01-07 21:50:26 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 06:11:07 +0100" startDate="2025-01-08 05:57:01 +0100" endDate="2025-01-08 05:57:31 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 06:26:13 +0100" startDate="2025-01-08 06:15:11 +0100" endDate="2025-01-08 06:17:00 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 07:05:50 +0100" startDate="2025-01-08 06:53:55 +0100" endDate="2025-01-08 07:03:57 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 07:16:16 +0100" startDate="2025-01-08 07:03:57 +0100" endDate="2025-01-08 07:13:58 +0100" value="1067"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 07:25:00 +0100" startDate="2025-01-08 07:13:58 +0100" endDate="2025-01-08 07:15:24 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 07:35:55 +0100" startDate="2025-01-08 07:24:52 +0100" endDate="2025-01-08 07:31:20 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 08:27:41 +0100" startDate="2025-01-08 08:17:31 +0100" endDate="2025-01-08 08:26:28 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 08:57:07 +0100" startDate="2025-01-08 08:44:55 +0100" endDate="2025-01-08 08:45:15 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 09:17:25 +0100" startDate="2025-01-08 09:07:17 +0100" endDate="2025-01-08 09:17:18 +0100" value="1077"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 09:32:49 +0100" startDate="2025-01-08 09:17:18 +0100" endDate="2025-01-08 09:22:57 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 11:01:55 +0100" startDate="2025-01-08 10:44:28 +0100" endDate="2025-01-08 10:44:30 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 11:19:30 +0100" startDate="2025-01-08 11:07:48 +0100" endDate="2025-01-08 11:15:42 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 12:11:20 +0100" startDate="2025-01-08 11:58:36 +0100" endDate="2025-01-08 12:04:05 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 12:33:54 +0100" startDate="2025-01-08 12:21:09 +0100" endDate="2025-01-08 12:24:25 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 13:00:19 +0100" startDate="2025-01-08 12:47:52 +0100" endDate="2025-01-08 12:57:25 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 13:15:30 +0100" startDate="2025-01-08 13:03:14 +0100" endDate="2025-01-08 13:06:20 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 13:35:46 +0100" startDate="2025-01-08 13:19:10 +0100" endDate="2025-01-08 13:24:36 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 14:18:17 +0100" startDate="2025-01-08 14:02:58 +0100" endDate="2025-01-08 14:11:56 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 14:30:26 +0100" startDate="2025-01-08 14:13:36 +0100" endDate="2025-01-08 14:21:28 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 14:38:31 +0100" startDate="2025-01-08 14:27:05 +0100" endDate="2025-01-08 14:31:22 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 17:55:38 +0100" startDate="2025-01-08 17:44:09 +0100" endDate="2025-01-08 17:47:31 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 18:11:38 +0100" startDate="2025-01-08 17:54:44 +0100" endDate="2025-01-08 18:00:38 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 18:55:37 +0100" startDate="2025-01-08 18:40:59 +0100" endDate="2025-01-08 18:51:00 +0100" value="1147"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 19:02:02 +0100" startDate="2025-01-08 18:51:00 +0100" endDate="2025-01-08 19:00:02 +0100" value="531"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 19:12:24 +0100" startDate="2025-01-08 19:01:21 +0100" endDate="2025-01-08 19:01:23 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 19:50:44 +0100" startDate="2025-01-08 19:39:41 +0100" endDate="2025-01-08 19:39:44 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 20:32:38 +0100" startDate="2025-01-08 20:20:57 +0100" endDate="2025-01-08 20:30:13 +0100" value="1022"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 20:43:29 +0100" startDate="2025-01-08 20:30:13 +0100" endDate="2025-01-08 20:38:47 +0100" value="593"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 20:57:20 +0100" startDate="2025-01-08 20:42:49 +0100" endDate="2025-01-08 20:50:43 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 21:12:05 +0100" startDate="2025-01-08 20:53:13 +0100" endDate="2025-01-08 20:57:12 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-08 22:06:53 +0100" startDate="2025-01-08 21:55:50 +0100" endDate="2025-01-08 21:59:59 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 05:31:59 +0100" startDate="2025-01-09 05:17:54 +0100" endDate="2025-01-09 05:18:25 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 05:55:49 +0100" startDate="2025-01-09 05:37:05 +0100" endDate="2025-01-09 05:45:16 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 06:25:40 +0100" startDate="2025-01-09 06:14:33 +0100" endDate="2025-01-09 06:14:51 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 06:37:21 +0100" startDate="2025-01-09 06:25:15 +0100" endDate="2025-01-09 06:35:16 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 06:48:26 +0100" startDate="2025-01-09 06:35:16 +0100" endDate="2025-01-09 06:43:46 +0100" value="823"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 06:58:38 +0100" startDate="2025-01-09 06:47:35 +0100" endDate="2025-01-09 06:57:31 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 07:40:06 +0100" startDate="2025-01-09 07:28:22 +0100" endDate="2025-01-09 07:28:30 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 08:11:40 +0100" startDate="2025-01-09 08:00:22 +0100" endDate="2025-01-09 08:10:23 +0100" value="1068"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 08:22:42 +0100" startDate="2025-01-09 08:10:23 +0100" endDate="2025-01-09 08:20:04 +0100" value="810"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 08:56:00 +0100" startDate="2025-01-09 08:43:56 +0100" endDate="2025-01-09 08:53:09 +0100" value="354"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 09:38:12 +0100" startDate="2025-01-09 09:28:06 +0100" endDate="2025-01-09 09:37:32 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 09:49:18 +0100" startDate="2025-01-09 09:38:15 +0100" endDate="2025-01-09 09:41:13 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 10:03:17 +0100" startDate="2025-01-09 09:49:08 +0100" endDate="2025-01-09 09:55:25 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 11:03:36 +0100" startDate="2025-01-09 10:53:26 +0100" endDate="2025-01-09 10:53:46 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 11:23:19 +0100" startDate="2025-01-09 11:13:11 +0100" endDate="2025-01-09 11:23:07 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 11:38:49 +0100" startDate="2025-01-09 11:26:19 +0100" endDate="2025-01-09 11:28:49 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 12:09:41 +0100" startDate="2025-01-09 11:54:20 +0100" endDate="2025-01-09 12:03:14 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 12:53:06 +0100" startDate="2025-01-09 12:39:31 +0100" endDate="2025-01-09 12:39:33 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 13:22:46 +0100" startDate="2025-01-09 13:11:40 +0100" endDate="2025-01-09 13:13:19 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 13:48:18 +0100" startDate="2025-01-09 13:22:02 +0100" endDate="2025-01-09 13:30:19 +0100" value="565"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 14:08:04 +0100" startDate="2025-01-09 13:55:58 +0100" endDate="2025-01-09 14:03:13 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 16:45:18 +0100" startDate="2025-01-09 16:28:18 +0100" endDate="2025-01-09 16:38:07 +0100" value="607"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 16:50:33 +0100" startDate="2025-01-09 16:38:07 +0100" endDate="2025-01-09 16:48:08 +0100" value="1071"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 16:59:10 +0100" startDate="2025-01-09 16:48:08 +0100" endDate="2025-01-09 16:55:03 +0100" value="346"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 17:10:43 +0100" startDate="2025-01-09 16:59:40 +0100" endDate="2025-01-09 16:59:51 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 18:38:56 +0100" startDate="2025-01-09 18:25:19 +0100" endDate="2025-01-09 18:35:20 +0100" value="968"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 18:51:03 +0100" startDate="2025-01-09 18:35:20 +0100" endDate="2025-01-09 18:42:32 +0100" value="545"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 18:57:43 +0100" startDate="2025-01-09 18:46:41 +0100" endDate="2025-01-09 18:51:49 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 19:44:16 +0100" startDate="2025-01-09 19:31:53 +0100" endDate="2025-01-09 19:34:57 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 20:14:46 +0100" startDate="2025-01-09 19:52:01 +0100" endDate="2025-01-09 19:52:29 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-09 20:54:35 +0100" startDate="2025-01-09 20:44:23 +0100" endDate="2025-01-09 20:50:50 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 05:25:16 +0100" startDate="2025-01-10 05:15:03 +0100" endDate="2025-01-10 05:19:15 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 06:01:54 +0100" startDate="2025-01-10 05:51:46 +0100" endDate="2025-01-10 06:00:24 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 07:30:40 +0100" startDate="2025-01-10 07:20:32 +0100" endDate="2025-01-10 07:29:30 +0100" value="399"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 07:43:23 +0100" startDate="2025-01-10 07:32:21 +0100" endDate="2025-01-10 07:35:50 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 08:48:24 +0100" startDate="2025-01-10 08:38:06 +0100" endDate="2025-01-10 08:46:40 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 09:02:29 +0100" startDate="2025-01-10 08:51:04 +0100" endDate="2025-01-10 08:59:59 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 11:19:23 +0100" startDate="2025-01-10 11:05:45 +0100" endDate="2025-01-10 11:11:59 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 11:28:57 +0100" startDate="2025-01-10 11:17:43 +0100" endDate="2025-01-10 11:18:29 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 14:01:13 +0100" startDate="2025-01-10 13:49:42 +0100" endDate="2025-01-10 13:54:14 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 14:11:57 +0100" startDate="2025-01-10 14:00:55 +0100" endDate="2025-01-10 14:07:38 +0100" value="94"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 14:27:20 +0100" startDate="2025-01-10 14:13:12 +0100" endDate="2025-01-10 14:20:58 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 14:36:52 +0100" startDate="2025-01-10 14:25:11 +0100" endDate="2025-01-10 14:32:26 +0100" value="279"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 15:17:36 +0100" startDate="2025-01-10 14:47:52 +0100" endDate="2025-01-10 14:51:03 +0100" value="358"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 15:17:36 +0100" startDate="2025-01-10 15:04:04 +0100" endDate="2025-01-10 15:04:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 15:58:27 +0100" startDate="2025-01-10 15:33:06 +0100" endDate="2025-01-10 15:36:58 +0100" value="343"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 16:55:31 +0100" startDate="2025-01-10 16:37:17 +0100" endDate="2025-01-10 16:37:20 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 17:06:21 +0100" startDate="2025-01-10 16:55:13 +0100" endDate="2025-01-10 17:00:08 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 17:17:05 +0100" startDate="2025-01-10 17:06:02 +0100" endDate="2025-01-10 17:13:52 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 17:29:39 +0100" startDate="2025-01-10 17:18:19 +0100" endDate="2025-01-10 17:24:56 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 17:43:13 +0100" startDate="2025-01-10 17:31:14 +0100" endDate="2025-01-10 17:39:25 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 18:28:45 +0100" startDate="2025-01-10 18:14:52 +0100" endDate="2025-01-10 18:23:57 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 18:44:11 +0100" startDate="2025-01-10 18:31:05 +0100" endDate="2025-01-10 18:40:32 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 18:55:10 +0100" startDate="2025-01-10 18:42:31 +0100" endDate="2025-01-10 18:47:50 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 20:10:57 +0100" startDate="2025-01-10 19:59:54 +0100" endDate="2025-01-10 19:59:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-10 23:38:13 +0100" startDate="2025-01-10 23:27:11 +0100" endDate="2025-01-10 23:27:46 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 07:06:58 +0100" startDate="2025-01-11 06:55:27 +0100" endDate="2025-01-11 07:04:15 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 07:18:08 +0100" startDate="2025-01-11 07:07:05 +0100" endDate="2025-01-11 07:07:41 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 11:00:19 +0100" startDate="2025-01-11 10:47:33 +0100" endDate="2025-01-11 10:48:42 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 11:20:46 +0100" startDate="2025-01-11 11:08:08 +0100" endDate="2025-01-11 11:10:56 +0100" value="128"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 11:51:13 +0100" startDate="2025-01-11 11:38:52 +0100" endDate="2025-01-11 11:47:54 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 12:07:22 +0100" startDate="2025-01-11 11:57:05 +0100" endDate="2025-01-11 12:04:51 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 12:23:39 +0100" startDate="2025-01-11 12:10:55 +0100" endDate="2025-01-11 12:20:56 +0100" value="569"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 12:32:22 +0100" startDate="2025-01-11 12:20:56 +0100" endDate="2025-01-11 12:30:24 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 12:45:56 +0100" startDate="2025-01-11 12:33:15 +0100" endDate="2025-01-11 12:41:57 +0100" value="163"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 12:54:54 +0100" startDate="2025-01-11 12:43:52 +0100" endDate="2025-01-11 12:50:40 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 13:42:29 +0100" startDate="2025-01-11 13:31:43 +0100" endDate="2025-01-11 13:36:13 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 13:53:01 +0100" startDate="2025-01-11 13:41:53 +0100" endDate="2025-01-11 13:41:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 14:06:59 +0100" startDate="2025-01-11 13:56:22 +0100" endDate="2025-01-11 14:06:22 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 14:18:20 +0100" startDate="2025-01-11 14:06:22 +0100" endDate="2025-01-11 14:16:10 +0100" value="922"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 14:30:24 +0100" startDate="2025-01-11 14:16:53 +0100" endDate="2025-01-11 14:24:11 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 14:41:40 +0100" startDate="2025-01-11 14:27:30 +0100" endDate="2025-01-11 14:37:14 +0100" value="441"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 14:56:56 +0100" startDate="2025-01-11 14:37:34 +0100" endDate="2025-01-11 14:46:08 +0100" value="573"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 14:58:48 +0100" startDate="2025-01-11 14:47:50 +0100" endDate="2025-01-11 14:55:47 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 15:09:00 +0100" startDate="2025-01-11 14:58:32 +0100" endDate="2025-01-11 15:06:29 +0100" value="131"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 15:21:41 +0100" startDate="2025-01-11 15:10:48 +0100" endDate="2025-01-11 15:18:07 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 15:33:58 +0100" startDate="2025-01-11 15:23:30 +0100" endDate="2025-01-11 15:32:58 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 15:47:48 +0100" startDate="2025-01-11 15:33:41 +0100" endDate="2025-01-11 15:43:14 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 15:56:59 +0100" startDate="2025-01-11 15:43:58 +0100" endDate="2025-01-11 15:50:45 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 16:27:08 +0100" startDate="2025-01-11 16:16:55 +0100" endDate="2025-01-11 16:24:16 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 16:41:01 +0100" startDate="2025-01-11 16:30:56 +0100" endDate="2025-01-11 16:31:03 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-11 23:48:56 +0100" startDate="2025-01-11 23:38:51 +0100" endDate="2025-01-11 23:39:57 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 07:25:46 +0100" startDate="2025-01-12 07:14:43 +0100" endDate="2025-01-12 07:15:06 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 07:58:21 +0100" startDate="2025-01-12 07:47:11 +0100" endDate="2025-01-12 07:57:12 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 08:17:39 +0100" startDate="2025-01-12 07:57:12 +0100" endDate="2025-01-12 08:01:47 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 08:20:20 +0100" startDate="2025-01-12 08:07:58 +0100" endDate="2025-01-12 08:15:26 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 08:48:16 +0100" startDate="2025-01-12 08:35:56 +0100" endDate="2025-01-12 08:37:05 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 09:05:21 +0100" startDate="2025-01-12 08:54:19 +0100" endDate="2025-01-12 08:55:55 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 09:23:30 +0100" startDate="2025-01-12 09:12:27 +0100" endDate="2025-01-12 09:12:32 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 09:39:39 +0100" startDate="2025-01-12 09:27:37 +0100" endDate="2025-01-12 09:37:05 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 09:49:42 +0100" startDate="2025-01-12 09:37:59 +0100" endDate="2025-01-12 09:42:03 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 10:38:43 +0100" startDate="2025-01-12 10:25:52 +0100" endDate="2025-01-12 10:35:53 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 10:48:18 +0100" startDate="2025-01-12 10:35:53 +0100" endDate="2025-01-12 10:44:16 +0100" value="238"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 10:58:59 +0100" startDate="2025-01-12 10:47:56 +0100" endDate="2025-01-12 10:53:07 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 11:45:35 +0100" startDate="2025-01-12 11:34:32 +0100" endDate="2025-01-12 11:34:42 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 12:48:50 +0100" startDate="2025-01-12 12:37:55 +0100" endDate="2025-01-12 12:38:03 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 13:01:00 +0100" startDate="2025-01-12 12:49:58 +0100" endDate="2025-01-12 12:53:55 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 13:10:32 +0100" startDate="2025-01-12 13:00:22 +0100" endDate="2025-01-12 13:08:24 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 13:22:59 +0100" startDate="2025-01-12 13:10:36 +0100" endDate="2025-01-12 13:20:09 +0100" value="247"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 13:32:08 +0100" startDate="2025-01-12 13:21:06 +0100" endDate="2025-01-12 13:22:32 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 13:59:28 +0100" startDate="2025-01-12 13:47:19 +0100" endDate="2025-01-12 13:57:18 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 14:12:07 +0100" startDate="2025-01-12 13:57:18 +0100" endDate="2025-01-12 14:07:19 +0100" value="1020"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 14:17:43 +0100" startDate="2025-01-12 14:07:19 +0100" endDate="2025-01-12 14:17:20 +0100" value="568"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 14:28:58 +0100" startDate="2025-01-12 14:17:20 +0100" endDate="2025-01-12 14:25:42 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 14:39:41 +0100" startDate="2025-01-12 14:28:47 +0100" endDate="2025-01-12 14:37:25 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 14:51:55 +0100" startDate="2025-01-12 14:39:37 +0100" endDate="2025-01-12 14:47:23 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 15:04:24 +0100" startDate="2025-01-12 14:50:19 +0100" endDate="2025-01-12 14:59:21 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 15:13:10 +0100" startDate="2025-01-12 15:01:46 +0100" endDate="2025-01-12 15:11:22 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 15:30:19 +0100" startDate="2025-01-12 15:18:20 +0100" endDate="2025-01-12 15:18:27 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 15:56:17 +0100" startDate="2025-01-12 15:43:47 +0100" endDate="2025-01-12 15:51:34 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 16:16:47 +0100" startDate="2025-01-12 16:05:44 +0100" endDate="2025-01-12 16:12:29 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 16:37:06 +0100" startDate="2025-01-12 16:20:07 +0100" endDate="2025-01-12 16:29:10 +0100" value="305"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 16:42:16 +0100" startDate="2025-01-12 16:30:29 +0100" endDate="2025-01-12 16:37:50 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 16:53:41 +0100" startDate="2025-01-12 16:41:01 +0100" endDate="2025-01-12 16:49:30 +0100" value="339"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 17:06:22 +0100" startDate="2025-01-12 16:51:37 +0100" endDate="2025-01-12 17:00:53 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 17:13:15 +0100" startDate="2025-01-12 17:01:51 +0100" endDate="2025-01-12 17:10:49 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 17:23:21 +0100" startDate="2025-01-12 17:12:18 +0100" endDate="2025-01-12 17:12:21 +0100" value="5"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 17:35:07 +0100" startDate="2025-01-12 17:23:29 +0100" endDate="2025-01-12 17:30:30 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 17:44:34 +0100" startDate="2025-01-12 17:33:31 +0100" endDate="2025-01-12 17:39:25 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 18:21:21 +0100" startDate="2025-01-12 18:09:33 +0100" endDate="2025-01-12 18:18:08 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 18:32:04 +0100" startDate="2025-01-12 18:21:11 +0100" endDate="2025-01-12 18:31:10 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 18:45:54 +0100" startDate="2025-01-12 18:31:10 +0100" endDate="2025-01-12 18:37:17 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 19:34:40 +0100" startDate="2025-01-12 19:23:29 +0100" endDate="2025-01-12 19:32:34 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 19:46:25 +0100" startDate="2025-01-12 19:34:18 +0100" endDate="2025-01-12 19:40:42 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 19:57:21 +0100" startDate="2025-01-12 19:45:09 +0100" endDate="2025-01-12 19:54:50 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-12 20:11:16 +0100" startDate="2025-01-12 19:59:23 +0100" endDate="2025-01-12 19:59:38 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 05:47:15 +0100" endDate="2025-01-13 05:56:43 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 05:56:43 +0100" endDate="2025-01-13 06:04:54 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 06:04:54 +0100" endDate="2025-01-13 06:16:12 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 06:16:12 +0100" endDate="2025-01-13 07:47:53 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 07:47:53 +0100" endDate="2025-01-13 07:50:44 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 07:50:44 +0100" endDate="2025-01-13 08:37:45 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 08:37:45 +0100" endDate="2025-01-13 08:57:19 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 08:57:19 +0100" endDate="2025-01-13 08:59:21 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 08:59:21 +0100" endDate="2025-01-13 09:44:39 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 09:44:39 +0100" endDate="2025-01-13 09:45:40 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 09:45:40 +0100" endDate="2025-01-13 11:02:20 +0100" value="7"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 11:02:20 +0100" endDate="2025-01-13 11:03:21 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 11:41:01 +0100" endDate="2025-01-13 11:50:52 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 11:50:52 +0100" endDate="2025-01-13 11:56:39 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 11:59:58 +0100" endDate="2025-01-13 12:25:12 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 12:25:12 +0100" endDate="2025-01-13 12:49:49 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 12:49:49 +0100" endDate="2025-01-13 12:58:46 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 12:58:46 +0100" endDate="2025-01-13 13:29:18 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 13:29:18 +0100" endDate="2025-01-13 13:38:41 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 13:38:41 +0100" endDate="2025-01-13 13:48:31 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 13:48:31 +0100" endDate="2025-01-13 13:58:22 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 13:58:22 +0100" endDate="2025-01-13 14:04:42 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 14:12:07 +0100" endDate="2025-01-13 14:16:12 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 15:20:10 +0100" endDate="2025-01-13 15:28:55 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 15:32:16 +0100" endDate="2025-01-13 15:38:55 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 20:05:01 +0100" endDate="2025-01-13 20:13:39 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 20:13:54 +0100" endDate="2025-01-13 20:13:57 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-13 21:14:54 +0100" endDate="2025-01-13 21:17:19 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 06:12:49 +0100" endDate="2025-01-14 06:12:57 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 06:23:52 +0100" endDate="2025-01-14 06:28:45 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 06:50:44 +0100" endDate="2025-01-14 07:00:46 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 07:00:46 +0100" endDate="2025-01-14 07:10:47 +0100" value="618"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 07:10:47 +0100" endDate="2025-01-14 07:17:32 +0100" value="743"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 07:17:32 +0100" endDate="2025-01-14 07:26:45 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 08:16:20 +0100" endDate="2025-01-14 08:17:38 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 08:42:10 +0100" endDate="2025-01-14 08:48:07 +0100" value="643"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 08:48:07 +0100" endDate="2025-01-14 08:57:55 +0100" value="1029"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 08:59:07 +0100" endDate="2025-01-14 08:59:19 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 09:17:05 +0100" endDate="2025-01-14 09:24:49 +0100" value="224"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 11:47:27 +0100" endDate="2025-01-14 11:55:46 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 12:12:12 +0100" endDate="2025-01-14 12:21:37 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 13:38:06 +0100" endDate="2025-01-14 13:42:18 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:42 +0100" startDate="2025-01-14 14:01:58 +0100" endDate="2025-01-14 14:03:27 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 14:03:58 +0100" endDate="2025-01-14 14:10:50 +0100" value="259"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 14:16:04 +0100" endDate="2025-01-14 14:19:30 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 15:35:11 +0100" endDate="2025-01-14 15:45:12 +0100" value="982"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 15:45:12 +0100" endDate="2025-01-14 15:53:52 +0100" value="925"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 16:02:14 +0100" endDate="2025-01-14 16:03:25 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 17:03:10 +0100" endDate="2025-01-14 17:03:13 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 17:19:49 +0100" endDate="2025-01-14 17:29:50 +0100" value="957"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 17:29:50 +0100" endDate="2025-01-14 17:38:10 +0100" value="534"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 17:46:29 +0100" endDate="2025-01-14 17:54:55 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 18:00:32 +0100" endDate="2025-01-14 18:01:12 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 18:36:39 +0100" endDate="2025-01-14 18:39:12 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 19:26:48 +0100" endDate="2025-01-14 19:30:54 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-14 19:49:10 +0100" endDate="2025-01-14 19:49:13 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 02:04:39 +0100" endDate="2025-01-15 02:08:18 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 02:45:59 +0100" endDate="2025-01-15 02:46:30 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 06:10:34 +0100" endDate="2025-01-15 06:10:36 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 06:27:16 +0100" endDate="2025-01-15 06:27:21 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 06:49:03 +0100" endDate="2025-01-15 06:58:47 +0100" value="251"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 08:15:39 +0100" endDate="2025-01-15 08:19:11 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 08:36:24 +0100" endDate="2025-01-15 08:40:10 +0100" value="183"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 09:01:52 +0100" endDate="2025-01-15 09:07:11 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 09:46:04 +0100" endDate="2025-01-15 09:47:49 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 10:17:46 +0100" endDate="2025-01-15 10:23:26 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 11:31:23 +0100" endDate="2025-01-15 11:36:56 +0100" value="368"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 11:56:14 +0100" endDate="2025-01-15 12:05:27 +0100" value="549"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 12:06:35 +0100" endDate="2025-01-15 12:11:46 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 13:12:50 +0100" endDate="2025-01-15 13:22:03 +0100" value="143"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 13:23:43 +0100" endDate="2025-01-15 13:33:25 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 13:33:58 +0100" endDate="2025-01-15 13:36:39 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 13:53:28 +0100" endDate="2025-01-15 14:03:25 +0100" value="301"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 14:06:29 +0100" endDate="2025-01-15 14:07:17 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:43 +0100" startDate="2025-01-15 15:50:36 +0100" endDate="2025-01-15 15:51:07 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-15 15:51:47 +0100" endDate="2025-01-15 16:00:25 +0100" value="309"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-15 16:41:22 +0100" endDate="2025-01-15 16:41:24 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-15 17:17:50 +0100" endDate="2025-01-15 17:27:37 +0100" value="215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-15 17:28:10 +0100" endDate="2025-01-15 17:35:23 +0100" value="352"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-15 18:27:33 +0100" endDate="2025-01-15 18:27:36 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-15 18:45:59 +0100" endDate="2025-01-15 18:52:41 +0100" value="632"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-15 18:56:13 +0100" endDate="2025-01-15 19:05:18 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-15 19:07:10 +0100" endDate="2025-01-15 19:07:12 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-15 20:57:55 +0100" endDate="2025-01-15 20:57:58 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-15 22:18:22 +0100" endDate="2025-01-15 22:27:45 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-15 22:30:30 +0100" endDate="2025-01-15 22:34:27 +0100" value="444"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-15 23:09:57 +0100" endDate="2025-01-15 23:16:47 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-16 04:36:39 +0100" endDate="2025-01-16 04:42:13 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 06:59:46 +0100" startDate="2025-01-16 06:36:32 +0100" endDate="2025-01-16 06:36:34 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 07:21:12 +0100" startDate="2025-01-16 07:05:59 +0100" endDate="2025-01-16 07:15:58 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 07:28:24 +0100" startDate="2025-01-16 07:15:58 +0100" endDate="2025-01-16 07:25:59 +0100" value="1009"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 07:37:02 +0100" startDate="2025-01-16 07:25:59 +0100" endDate="2025-01-16 07:29:25 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 08:04:00 +0100" startDate="2025-01-16 07:53:47 +0100" endDate="2025-01-16 07:54:25 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 09:24:13 +0100" startDate="2025-01-16 09:12:32 +0100" endDate="2025-01-16 09:20:54 +0100" value="964"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 09:38:29 +0100" startDate="2025-01-16 09:20:54 +0100" endDate="2025-01-16 09:28:07 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 10:07:30 +0100" startDate="2025-01-16 09:56:11 +0100" endDate="2025-01-16 10:01:27 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 10:36:42 +0100" startDate="2025-01-16 10:18:18 +0100" endDate="2025-01-16 10:18:48 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 11:48:15 +0100" startDate="2025-01-16 11:31:49 +0100" endDate="2025-01-16 11:38:49 +0100" value="349"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 12:11:27 +0100" startDate="2025-01-16 12:00:00 +0100" endDate="2025-01-16 12:03:44 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 12:41:13 +0100" startDate="2025-01-16 12:30:53 +0100" endDate="2025-01-16 12:31:26 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 15:13:54 +0100" startDate="2025-01-16 15:03:41 +0100" endDate="2025-01-16 15:05:23 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 16:07:32 +0100" startDate="2025-01-16 15:54:17 +0100" endDate="2025-01-16 15:54:24 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 16:36:48 +0100" startDate="2025-01-16 16:19:25 +0100" endDate="2025-01-16 16:29:26 +0100" value="852"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 16:40:44 +0100" startDate="2025-01-16 16:29:26 +0100" endDate="2025-01-16 16:38:59 +0100" value="930"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 17:00:20 +0100" startDate="2025-01-16 16:49:43 +0100" endDate="2025-01-16 16:59:32 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 18:34:15 +0100" startDate="2025-01-16 18:23:40 +0100" endDate="2025-01-16 18:25:52 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 18:40:16 +0100" startDate="2025-01-16 18:25:52 +0100" endDate="2025-01-16 18:35:53 +0100" value="913"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 18:46:56 +0100" startDate="2025-01-16 18:35:53 +0100" endDate="2025-01-16 18:42:46 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 18:59:41 +0100" startDate="2025-01-16 18:48:38 +0100" endDate="2025-01-16 18:49:04 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 19:34:45 +0100" startDate="2025-01-16 19:24:32 +0100" endDate="2025-01-16 19:25:06 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 19:50:53 +0100" startDate="2025-01-16 19:40:12 +0100" endDate="2025-01-16 19:45:54 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 20:10:23 +0100" startDate="2025-01-16 19:58:03 +0100" endDate="2025-01-16 19:58:51 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-16 20:53:39 +0100" startDate="2025-01-16 20:42:36 +0100" endDate="2025-01-16 20:43:19 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 04:08:23 +0100" startDate="2025-01-17 03:58:11 +0100" endDate="2025-01-17 04:01:09 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 07:34:18 +0100" startDate="2025-01-17 07:24:07 +0100" endDate="2025-01-17 07:32:07 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 09:05:03 +0100" startDate="2025-01-17 08:54:00 +0100" endDate="2025-01-17 08:54:12 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 10:36:25 +0100" startDate="2025-01-17 10:24:01 +0100" endDate="2025-01-17 10:24:29 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 13:03:30 +0100" startDate="2025-01-17 12:47:33 +0100" endDate="2025-01-17 12:47:38 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 14:07:57 +0100" startDate="2025-01-17 13:47:47 +0100" endDate="2025-01-17 13:48:32 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 15:06:15 +0100" startDate="2025-01-17 14:55:12 +0100" endDate="2025-01-17 14:55:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 15:19:16 +0100" startDate="2025-01-17 15:06:34 +0100" endDate="2025-01-17 15:11:46 +0100" value="135"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 15:31:17 +0100" startDate="2025-01-17 15:21:05 +0100" endDate="2025-01-17 15:25:50 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 16:16:12 +0100" startDate="2025-01-17 16:04:53 +0100" endDate="2025-01-17 16:13:41 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 17:29:20 +0100" startDate="2025-01-17 17:18:10 +0100" endDate="2025-01-17 17:18:35 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 18:01:57 +0100" startDate="2025-01-17 17:48:21 +0100" endDate="2025-01-17 17:54:20 +0100" value="206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 18:57:52 +0100" startDate="2025-01-17 18:39:19 +0100" endDate="2025-01-17 18:40:46 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 19:03:28 +0100" startDate="2025-01-17 18:50:45 +0100" endDate="2025-01-17 19:00:38 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 19:17:22 +0100" startDate="2025-01-17 19:01:52 +0100" endDate="2025-01-17 19:03:21 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 19:46:49 +0100" startDate="2025-01-17 19:30:10 +0100" endDate="2025-01-17 19:31:37 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 20:13:28 +0100" startDate="2025-01-17 19:53:28 +0100" endDate="2025-01-17 19:53:48 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-17 22:25:10 +0100" startDate="2025-01-17 22:15:05 +0100" endDate="2025-01-17 22:18:19 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 05:18:47 +0100" startDate="2025-01-18 05:05:30 +0100" endDate="2025-01-18 05:08:56 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 05:35:20 +0100" startDate="2025-01-18 05:24:36 +0100" endDate="2025-01-18 05:34:10 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 11:13:20 +0100" startDate="2025-01-18 10:58:09 +0100" endDate="2025-01-18 10:59:03 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 11:27:05 +0100" startDate="2025-01-18 11:09:25 +0100" endDate="2025-01-18 11:14:05 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 12:15:39 +0100" startDate="2025-01-18 12:04:07 +0100" endDate="2025-01-18 12:11:38 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 12:28:01 +0100" startDate="2025-01-18 12:15:35 +0100" endDate="2025-01-18 12:25:00 +0100" value="353"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 12:39:38 +0100" startDate="2025-01-18 12:27:49 +0100" endDate="2025-01-18 12:33:56 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 12:57:44 +0100" startDate="2025-01-18 12:38:45 +0100" endDate="2025-01-18 12:42:42 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 13:31:53 +0100" startDate="2025-01-18 13:15:20 +0100" endDate="2025-01-18 13:17:41 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 13:45:28 +0100" startDate="2025-01-18 13:29:42 +0100" endDate="2025-01-18 13:39:31 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 13:57:06 +0100" startDate="2025-01-18 13:40:52 +0100" endDate="2025-01-18 13:50:03 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 14:06:02 +0100" startDate="2025-01-18 13:51:57 +0100" endDate="2025-01-18 14:00:17 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 14:27:55 +0100" startDate="2025-01-18 14:16:31 +0100" endDate="2025-01-18 14:26:31 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 14:41:18 +0100" startDate="2025-01-18 14:26:39 +0100" endDate="2025-01-18 14:27:25 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 15:17:28 +0100" startDate="2025-01-18 15:06:18 +0100" endDate="2025-01-18 15:14:58 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 15:47:11 +0100" startDate="2025-01-18 15:35:36 +0100" endDate="2025-01-18 15:44:46 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 15:58:42 +0100" startDate="2025-01-18 15:46:44 +0100" endDate="2025-01-18 15:52:53 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 16:08:54 +0100" startDate="2025-01-18 15:58:38 +0100" endDate="2025-01-18 16:08:32 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 16:24:51 +0100" startDate="2025-01-18 16:08:55 +0100" endDate="2025-01-18 16:12:11 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 16:46:55 +0100" startDate="2025-01-18 16:35:52 +0100" endDate="2025-01-18 16:43:24 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 17:05:22 +0100" startDate="2025-01-18 16:54:14 +0100" endDate="2025-01-18 17:04:14 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 17:14:17 +0100" startDate="2025-01-18 17:04:14 +0100" endDate="2025-01-18 17:07:48 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 17:27:49 +0100" startDate="2025-01-18 17:14:19 +0100" endDate="2025-01-18 17:24:17 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 17:37:39 +0100" startDate="2025-01-18 17:24:17 +0100" endDate="2025-01-18 17:25:16 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 18:01:32 +0100" startDate="2025-01-18 17:49:42 +0100" endDate="2025-01-18 17:59:20 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 18:14:46 +0100" startDate="2025-01-18 18:01:36 +0100" endDate="2025-01-18 18:08:00 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 18:25:19 +0100" startDate="2025-01-18 18:13:35 +0100" endDate="2025-01-18 18:16:28 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 18:35:39 +0100" startDate="2025-01-18 18:24:41 +0100" endDate="2025-01-18 18:34:32 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 18:46:55 +0100" startDate="2025-01-18 18:35:00 +0100" endDate="2025-01-18 18:39:15 +0100" value="184"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 19:23:25 +0100" startDate="2025-01-18 19:10:45 +0100" endDate="2025-01-18 19:19:50 +0100" value="383"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 19:49:44 +0100" startDate="2025-01-18 19:38:41 +0100" endDate="2025-01-18 19:48:43 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 20:01:32 +0100" startDate="2025-01-18 19:50:19 +0100" endDate="2025-01-18 19:57:20 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-18 21:18:31 +0100" startDate="2025-01-18 21:04:15 +0100" endDate="2025-01-18 21:04:45 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-19 04:34:04 +0100" startDate="2025-01-19 04:23:53 +0100" endDate="2025-01-19 04:27:32 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-19 05:36:20 +0100" startDate="2025-01-19 05:26:10 +0100" endDate="2025-01-19 05:27:52 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-19 13:08:13 +0100" startDate="2025-01-19 12:54:53 +0100" endDate="2025-01-19 13:03:42 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-19 14:18:44 +0100" startDate="2025-01-19 14:08:36 +0100" endDate="2025-01-19 14:09:12 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-19 17:47:29 +0100" startDate="2025-01-19 16:53:58 +0100" endDate="2025-01-19 16:56:37 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-19 18:46:00 +0100" startDate="2025-01-19 18:34:35 +0100" endDate="2025-01-19 18:44:06 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-19 19:24:10 +0100" startDate="2025-01-19 19:10:47 +0100" endDate="2025-01-19 19:10:50 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-19 19:54:02 +0100" startDate="2025-01-19 19:43:54 +0100" endDate="2025-01-19 19:44:15 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-19 20:28:10 +0100" startDate="2025-01-19 20:18:02 +0100" endDate="2025-01-19 20:18:13 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-19 21:56:26 +0100" startDate="2025-01-19 21:46:21 +0100" endDate="2025-01-19 21:50:25 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 03:46:16 +0100" startDate="2025-01-20 03:35:35 +0100" endDate="2025-01-20 03:36:16 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 05:39:51 +0100" startDate="2025-01-20 05:23:04 +0100" endDate="2025-01-20 05:23:11 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 06:17:13 +0100" startDate="2025-01-20 06:05:12 +0100" endDate="2025-01-20 06:15:11 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 06:26:24 +0100" startDate="2025-01-20 06:15:44 +0100" endDate="2025-01-20 06:16:22 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 07:58:05 +0100" startDate="2025-01-20 07:46:14 +0100" endDate="2025-01-20 07:54:42 +0100" value="281"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 08:10:52 +0100" startDate="2025-01-20 07:57:37 +0100" endDate="2025-01-20 08:06:58 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 08:38:12 +0100" startDate="2025-01-20 08:23:32 +0100" endDate="2025-01-20 08:32:45 +0100" value="551"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 08:48:16 +0100" startDate="2025-01-20 08:33:48 +0100" endDate="2025-01-20 08:42:24 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 08:56:11 +0100" startDate="2025-01-20 08:44:09 +0100" endDate="2025-01-20 08:53:37 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 09:10:27 +0100" startDate="2025-01-20 08:54:10 +0100" endDate="2025-01-20 09:04:11 +0100" value="319"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 09:16:23 +0100" startDate="2025-01-20 09:04:11 +0100" endDate="2025-01-20 09:09:51 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 09:32:59 +0100" startDate="2025-01-20 09:15:37 +0100" endDate="2025-01-20 09:15:48 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 09:43:03 +0100" startDate="2025-01-20 09:28:37 +0100" endDate="2025-01-20 09:28:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 09:58:02 +0100" startDate="2025-01-20 09:46:53 +0100" endDate="2025-01-20 09:50:00 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 10:27:00 +0100" startDate="2025-01-20 10:11:25 +0100" endDate="2025-01-20 10:21:26 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 10:32:44 +0100" startDate="2025-01-20 10:21:26 +0100" endDate="2025-01-20 10:27:22 +0100" value="386"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 10:58:01 +0100" startDate="2025-01-20 10:46:13 +0100" endDate="2025-01-20 10:56:14 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 11:20:00 +0100" startDate="2025-01-20 10:56:37 +0100" endDate="2025-01-20 11:03:17 +0100" value="166"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 11:46:30 +0100" startDate="2025-01-20 11:27:58 +0100" endDate="2025-01-20 11:28:03 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 11:58:00 +0100" startDate="2025-01-20 11:46:40 +0100" endDate="2025-01-20 11:56:41 +0100" value="584"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 12:07:43 +0100" startDate="2025-01-20 11:56:41 +0100" endDate="2025-01-20 12:00:55 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 13:28:53 +0100" startDate="2025-01-20 13:17:47 +0100" endDate="2025-01-20 13:23:56 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 13:47:53 +0100" startDate="2025-01-20 13:35:42 +0100" endDate="2025-01-20 13:44:33 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 13:57:00 +0100" startDate="2025-01-20 13:45:57 +0100" endDate="2025-01-20 13:52:40 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 16:00:02 +0100" startDate="2025-01-20 15:41:51 +0100" endDate="2025-01-20 15:42:01 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 16:13:35 +0100" startDate="2025-01-20 15:59:20 +0100" endDate="2025-01-20 15:59:28 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 16:33:53 +0100" startDate="2025-01-20 16:18:47 +0100" endDate="2025-01-20 16:21:17 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 16:47:56 +0100" startDate="2025-01-20 16:33:34 +0100" endDate="2025-01-20 16:42:33 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 17:01:53 +0100" startDate="2025-01-20 16:49:57 +0100" endDate="2025-01-20 16:59:54 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 17:28:22 +0100" startDate="2025-01-20 17:17:16 +0100" endDate="2025-01-20 17:25:50 +0100" value="512"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 17:38:43 +0100" startDate="2025-01-20 17:27:40 +0100" endDate="2025-01-20 17:29:17 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 18:20:08 +0100" startDate="2025-01-20 18:09:06 +0100" endDate="2025-01-20 18:11:39 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 18:42:52 +0100" startDate="2025-01-20 18:28:22 +0100" endDate="2025-01-20 18:37:02 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 18:55:23 +0100" startDate="2025-01-20 18:43:24 +0100" endDate="2025-01-20 18:47:08 +0100" value="261"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 19:30:50 +0100" startDate="2025-01-20 19:19:56 +0100" endDate="2025-01-20 19:20:50 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 20:45:00 +0100" startDate="2025-01-20 20:33:39 +0100" endDate="2025-01-20 20:33:42 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-20 22:15:49 +0100" startDate="2025-01-20 22:05:39 +0100" endDate="2025-01-20 22:07:36 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 05:35:05 +0100" startDate="2025-01-21 05:20:20 +0100" endDate="2025-01-21 05:20:48 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 05:53:33 +0100" startDate="2025-01-21 05:43:28 +0100" endDate="2025-01-21 05:45:43 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 06:21:26 +0100" startDate="2025-01-21 06:10:51 +0100" endDate="2025-01-21 06:11:06 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 06:32:19 +0100" startDate="2025-01-21 06:22:07 +0100" endDate="2025-01-21 06:32:08 +0100" value="896"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 06:44:42 +0100" startDate="2025-01-21 06:32:08 +0100" endDate="2025-01-21 06:37:23 +0100" value="601"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 07:00:14 +0100" startDate="2025-01-21 06:43:23 +0100" endDate="2025-01-21 06:49:17 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 07:06:37 +0100" startDate="2025-01-21 06:54:12 +0100" endDate="2025-01-21 06:54:17 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 08:15:16 +0100" startDate="2025-01-21 08:04:16 +0100" endDate="2025-01-21 08:12:05 +0100" value="735"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 08:29:56 +0100" startDate="2025-01-21 08:17:08 +0100" endDate="2025-01-21 08:20:57 +0100" value="348"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 11:13:53 +0100" startDate="2025-01-21 11:01:05 +0100" endDate="2025-01-21 11:09:46 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 11:42:17 +0100" startDate="2025-01-21 11:12:47 +0100" endDate="2025-01-21 11:15:48 +0100" value="286"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 11:52:36 +0100" startDate="2025-01-21 11:42:19 +0100" endDate="2025-01-21 11:50:46 +0100" value="870"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 13:29:51 +0100" startDate="2025-01-21 13:13:20 +0100" endDate="2025-01-21 13:13:25 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 14:06:32 +0100" startDate="2025-01-21 13:55:29 +0100" endDate="2025-01-21 14:04:08 +0100" value="900"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 14:28:24 +0100" startDate="2025-01-21 14:15:31 +0100" endDate="2025-01-21 14:24:21 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 14:43:13 +0100" startDate="2025-01-21 14:29:37 +0100" endDate="2025-01-21 14:39:38 +0100" value="1001"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 14:53:08 +0100" startDate="2025-01-21 14:39:38 +0100" endDate="2025-01-21 14:49:39 +0100" value="1010"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 15:00:43 +0100" startDate="2025-01-21 14:49:39 +0100" endDate="2025-01-21 14:59:40 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 15:10:26 +0100" startDate="2025-01-21 14:59:40 +0100" endDate="2025-01-21 15:09:41 +0100" value="931"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 15:21:56 +0100" startDate="2025-01-21 15:09:41 +0100" endDate="2025-01-21 15:19:42 +0100" value="981"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 15:30:26 +0100" startDate="2025-01-21 15:19:42 +0100" endDate="2025-01-21 15:29:42 +0100" value="1011"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 15:45:58 +0100" startDate="2025-01-21 15:29:42 +0100" endDate="2025-01-21 15:39:43 +0100" value="1036"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 15:52:09 +0100" startDate="2025-01-21 15:39:43 +0100" endDate="2025-01-21 15:49:44 +0100" value="1047"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 16:01:03 +0100" startDate="2025-01-21 15:49:44 +0100" endDate="2025-01-21 15:54:37 +0100" value="483"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 16:18:02 +0100" startDate="2025-01-21 16:00:41 +0100" endDate="2025-01-21 16:04:46 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 16:48:48 +0100" startDate="2025-01-21 16:25:07 +0100" endDate="2025-01-21 16:26:23 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 17:11:37 +0100" startDate="2025-01-21 17:00:40 +0100" endDate="2025-01-21 17:03:06 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 17:22:22 +0100" startDate="2025-01-21 17:11:19 +0100" endDate="2025-01-21 17:17:48 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 17:41:18 +0100" startDate="2025-01-21 17:30:45 +0100" endDate="2025-01-21 17:33:05 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 17:52:15 +0100" startDate="2025-01-21 17:40:57 +0100" endDate="2025-01-21 17:45:29 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 18:09:31 +0100" startDate="2025-01-21 17:52:42 +0100" endDate="2025-01-21 18:02:43 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 18:14:19 +0100" startDate="2025-01-21 18:02:43 +0100" endDate="2025-01-21 18:05:34 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 18:28:49 +0100" startDate="2025-01-21 18:15:44 +0100" endDate="2025-01-21 18:19:59 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 18:48:20 +0100" startDate="2025-01-21 18:35:16 +0100" endDate="2025-01-21 18:36:40 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 19:02:42 +0100" startDate="2025-01-21 18:49:01 +0100" endDate="2025-01-21 18:50:48 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 19:19:22 +0100" startDate="2025-01-21 19:05:40 +0100" endDate="2025-01-21 19:08:03 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 19:50:36 +0100" startDate="2025-01-21 19:39:33 +0100" endDate="2025-01-21 19:41:10 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 20:49:37 +0100" startDate="2025-01-21 20:37:58 +0100" endDate="2025-01-21 20:43:57 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-21 22:04:55 +0100" startDate="2025-01-21 21:53:52 +0100" endDate="2025-01-21 21:56:35 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 01:59:53 +0100" startDate="2025-01-22 01:48:51 +0100" endDate="2025-01-22 01:51:29 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 08:26:16 +0100" startDate="2025-01-22 08:15:13 +0100" endDate="2025-01-22 08:23:56 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 08:55:11 +0100" startDate="2025-01-22 08:44:08 +0100" endDate="2025-01-22 08:49:19 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 09:25:13 +0100" startDate="2025-01-22 08:58:02 +0100" endDate="2025-01-22 08:58:04 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 09:39:50 +0100" startDate="2025-01-22 09:25:42 +0100" endDate="2025-01-22 09:26:03 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 10:20:53 +0100" startDate="2025-01-22 10:09:14 +0100" endDate="2025-01-22 10:13:49 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 10:37:44 +0100" startDate="2025-01-22 10:26:12 +0100" endDate="2025-01-22 10:34:14 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 10:49:23 +0100" startDate="2025-01-22 10:38:19 +0100" endDate="2025-01-22 10:47:19 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 11:24:15 +0100" startDate="2025-01-22 11:13:32 +0100" endDate="2025-01-22 11:23:33 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 11:38:17 +0100" startDate="2025-01-22 11:23:33 +0100" endDate="2025-01-22 11:28:04 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 12:00:35 +0100" startDate="2025-01-22 11:44:57 +0100" endDate="2025-01-22 11:46:09 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 12:15:12 +0100" startDate="2025-01-22 12:03:03 +0100" endDate="2025-01-22 12:13:04 +0100" value="746"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cfda90&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 12:28:03 +0100" startDate="2025-01-22 12:13:04 +0100" endDate="2025-01-22 12:23:05 +0100" value="774"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 12:35:47 +0100" startDate="2025-01-22 12:23:05 +0100" endDate="2025-01-22 12:28:59 +0100" value="341"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 12:49:09 +0100" startDate="2025-01-22 12:38:53 +0100" endDate="2025-01-22 12:39:10 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 13:06:34 +0100" startDate="2025-01-22 12:56:28 +0100" endDate="2025-01-22 12:57:40 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 13:44:42 +0100" startDate="2025-01-22 13:34:37 +0100" endDate="2025-01-22 13:34:42 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 14:04:08 +0100" startDate="2025-01-22 13:53:58 +0100" endDate="2025-01-22 14:03:36 +0100" value="191"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 14:15:47 +0100" startDate="2025-01-22 14:03:59 +0100" endDate="2025-01-22 14:13:29 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 14:28:08 +0100" startDate="2025-01-22 14:14:36 +0100" endDate="2025-01-22 14:18:22 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 14:39:33 +0100" startDate="2025-01-22 14:26:42 +0100" endDate="2025-01-22 14:32:54 +0100" value="342"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 14:43:54 +0100" startDate="2025-01-22 14:32:54 +0100" endDate="2025-01-22 14:42:55 +0100" value="976"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 14:55:16 +0100" startDate="2025-01-22 14:42:55 +0100" endDate="2025-01-22 14:48:46 +0100" value="372"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 15:07:05 +0100" startDate="2025-01-22 14:56:50 +0100" endDate="2025-01-22 15:06:49 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 15:18:16 +0100" startDate="2025-01-22 15:06:49 +0100" endDate="2025-01-22 15:16:38 +0100" value="944"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 15:28:05 +0100" startDate="2025-01-22 15:16:38 +0100" endDate="2025-01-22 15:26:39 +0100" value="903"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 15:39:00 +0100" startDate="2025-01-22 15:26:39 +0100" endDate="2025-01-22 15:36:14 +0100" value="780"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 15:51:03 +0100" startDate="2025-01-22 15:36:58 +0100" endDate="2025-01-22 15:46:26 +0100" value="667"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 15:58:07 +0100" startDate="2025-01-22 15:47:04 +0100" endDate="2025-01-22 15:55:15 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 16:16:14 +0100" startDate="2025-01-22 16:03:40 +0100" endDate="2025-01-22 16:07:21 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 16:33:09 +0100" startDate="2025-01-22 16:20:26 +0100" endDate="2025-01-22 16:20:31 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-22 22:12:28 +0100" startDate="2025-01-22 22:02:18 +0100" endDate="2025-01-22 22:06:10 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 03:55:16 +0100" endDate="2025-01-23 03:55:36 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 04:27:02 +0100" endDate="2025-01-23 04:27:35 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 07:36:09 +0100" endDate="2025-01-23 07:36:14 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 08:18:47 +0100" endDate="2025-01-23 08:19:18 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 08:34:22 +0100" endDate="2025-01-23 08:34:32 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 09:16:37 +0100" endDate="2025-01-23 09:23:17 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 10:44:26 +0100" endDate="2025-01-23 10:53:41 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 10:56:09 +0100" endDate="2025-01-23 10:56:17 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 11:07:19 +0100" endDate="2025-01-23 11:07:22 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 11:31:31 +0100" endDate="2025-01-23 11:36:27 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 13:10:34 +0100" endDate="2025-01-23 13:15:12 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 13:24:55 +0100" endDate="2025-01-23 13:26:24 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:19 +0100" startDate="2025-01-23 13:42:07 +0100" endDate="2025-01-23 13:42:12 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:20 +0100" startDate="2025-01-23 13:52:38 +0100" endDate="2025-01-23 14:00:48 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:20 +0100" startDate="2025-01-23 14:11:48 +0100" endDate="2025-01-23 14:14:13 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:20 +0100" startDate="2025-01-23 14:27:41 +0100" endDate="2025-01-23 14:29:38 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:29:20 +0100" startDate="2025-01-23 16:45:20 +0100" endDate="2025-01-23 16:51:22 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 17:52:23 +0100" startDate="2025-01-23 17:40:56 +0100" endDate="2025-01-23 17:50:35 +0100" value="145"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 18:07:35 +0100" startDate="2025-01-23 17:51:18 +0100" endDate="2025-01-23 17:52:07 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 18:16:53 +0100" startDate="2025-01-23 18:04:43 +0100" endDate="2025-01-23 18:14:43 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 18:35:00 +0100" startDate="2025-01-23 18:23:57 +0100" endDate="2025-01-23 18:33:01 +0100" value="134"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 18:58:04 +0100" startDate="2025-01-23 18:46:56 +0100" endDate="2025-01-23 18:52:58 +0100" value="233"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 19:52:43 +0100" startDate="2025-01-23 19:41:24 +0100" endDate="2025-01-23 19:45:41 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-23 22:05:38 +0100" startDate="2025-01-23 21:55:17 +0100" endDate="2025-01-23 22:03:42 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 03:46:53 +0100" startDate="2025-01-24 03:36:25 +0100" endDate="2025-01-24 03:39:26 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 06:05:24 +0100" startDate="2025-01-24 05:55:17 +0100" endDate="2025-01-24 05:57:02 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 06:37:59 +0100" startDate="2025-01-24 06:26:40 +0100" endDate="2025-01-24 06:36:31 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 06:47:09 +0100" startDate="2025-01-24 06:36:44 +0100" endDate="2025-01-24 06:39:27 +0100" value="112"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 08:02:18 +0100" startDate="2025-01-24 07:51:57 +0100" endDate="2025-01-24 08:00:50 +0100" value="430"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 08:15:53 +0100" startDate="2025-01-24 08:03:48 +0100" endDate="2025-01-24 08:04:41 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 08:36:24 +0100" startDate="2025-01-24 08:22:12 +0100" endDate="2025-01-24 08:32:11 +0100" value="270"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 08:45:01 +0100" startDate="2025-01-24 08:32:11 +0100" endDate="2025-01-24 08:37:35 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 09:02:46 +0100" startDate="2025-01-24 08:50:20 +0100" endDate="2025-01-24 08:51:47 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 10:04:38 +0100" startDate="2025-01-24 09:53:35 +0100" endDate="2025-01-24 09:53:38 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 11:00:05 +0100" startDate="2025-01-24 10:49:32 +0100" endDate="2025-01-24 10:53:39 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 12:01:07 +0100" startDate="2025-01-24 11:46:00 +0100" endDate="2025-01-24 11:46:48 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 12:15:31 +0100" startDate="2025-01-24 12:03:34 +0100" endDate="2025-01-24 12:12:47 +0100" value="195"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 12:25:44 +0100" startDate="2025-01-24 12:14:17 +0100" endDate="2025-01-24 12:18:31 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 13:26:32 +0100" startDate="2025-01-24 13:15:29 +0100" endDate="2025-01-24 13:17:46 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 14:14:52 +0100" startDate="2025-01-24 14:03:28 +0100" endDate="2025-01-24 14:11:42 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 14:32:13 +0100" startDate="2025-01-24 14:14:23 +0100" endDate="2025-01-24 14:16:08 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 14:42:15 +0100" startDate="2025-01-24 14:30:15 +0100" endDate="2025-01-24 14:31:24 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 14:58:01 +0100" startDate="2025-01-24 14:40:57 +0100" endDate="2025-01-24 14:42:23 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 15:54:02 +0100" startDate="2025-01-24 15:43:02 +0100" endDate="2025-01-24 15:52:33 +0100" value="308"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 16:39:56 +0100" startDate="2025-01-24 16:28:51 +0100" endDate="2025-01-24 16:32:05 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 16:50:29 +0100" startDate="2025-01-24 16:40:22 +0100" endDate="2025-01-24 16:41:13 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 17:04:25 +0100" startDate="2025-01-24 16:54:17 +0100" endDate="2025-01-24 16:54:40 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 17:46:06 +0100" startDate="2025-01-24 17:35:02 +0100" endDate="2025-01-24 17:41:29 +0100" value="520"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 18:54:29 +0100" startDate="2025-01-24 18:43:51 +0100" endDate="2025-01-24 18:53:50 +0100" value="557"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 19:04:17 +0100" startDate="2025-01-24 18:53:50 +0100" endDate="2025-01-24 18:58:43 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 19:39:34 +0100" startDate="2025-01-24 19:26:49 +0100" endDate="2025-01-24 19:26:54 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 20:40:31 +0100" startDate="2025-01-24 20:28:50 +0100" endDate="2025-01-24 20:29:07 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 20:54:24 +0100" startDate="2025-01-24 20:40:13 +0100" endDate="2025-01-24 20:41:03 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 21:07:06 +0100" startDate="2025-01-24 20:54:42 +0100" endDate="2025-01-24 21:02:50 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 22:41:32 +0100" startDate="2025-01-24 22:29:20 +0100" endDate="2025-01-24 22:38:29 +0100" value="204"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 22:55:07 +0100" startDate="2025-01-24 22:39:30 +0100" endDate="2025-01-24 22:43:27 +0100" value="426"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-24 23:13:47 +0100" startDate="2025-01-24 23:02:44 +0100" endDate="2025-01-24 23:12:01 +0100" value="481"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 05:56:11 +0100" startDate="2025-01-25 05:45:08 +0100" endDate="2025-01-25 05:45:11 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 07:27:36 +0100" startDate="2025-01-25 07:17:24 +0100" endDate="2025-01-25 07:17:52 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 10:32:18 +0100" startDate="2025-01-25 10:21:15 +0100" endDate="2025-01-25 10:21:30 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 11:20:27 +0100" startDate="2025-01-25 11:06:35 +0100" endDate="2025-01-25 11:06:48 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 11:48:03 +0100" startDate="2025-01-25 11:37:01 +0100" endDate="2025-01-25 11:40:53 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 12:08:14 +0100" startDate="2025-01-25 11:54:08 +0100" endDate="2025-01-25 12:03:44 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 12:15:57 +0100" startDate="2025-01-25 12:04:09 +0100" endDate="2025-01-25 12:14:10 +0100" value="751"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 12:25:13 +0100" startDate="2025-01-25 12:14:10 +0100" endDate="2025-01-25 12:22:37 +0100" value="861"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 12:43:17 +0100" startDate="2025-01-25 12:33:12 +0100" endDate="2025-01-25 12:40:37 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 14:20:40 +0100" startDate="2025-01-25 14:09:37 +0100" endDate="2025-01-25 14:19:31 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 14:34:18 +0100" startDate="2025-01-25 14:20:07 +0100" endDate="2025-01-25 14:28:26 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 14:49:32 +0100" startDate="2025-01-25 14:36:35 +0100" endDate="2025-01-25 14:42:01 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 15:03:45 +0100" startDate="2025-01-25 14:49:24 +0100" endDate="2025-01-25 14:51:14 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 16:32:09 +0100" startDate="2025-01-25 16:21:51 +0100" endDate="2025-01-25 16:27:56 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 17:20:41 +0100" startDate="2025-01-25 17:10:27 +0100" endDate="2025-01-25 17:20:21 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 17:39:06 +0100" startDate="2025-01-25 17:28:45 +0100" endDate="2025-01-25 17:38:23 +0100" value="651"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 17:53:04 +0100" startDate="2025-01-25 17:40:59 +0100" endDate="2025-01-25 17:51:00 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 18:03:30 +0100" startDate="2025-01-25 17:51:23 +0100" endDate="2025-01-25 17:51:40 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 20:11:34 +0100" startDate="2025-01-25 19:59:53 +0100" endDate="2025-01-25 20:05:55 +0100" value="547"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 20:19:55 +0100" startDate="2025-01-25 20:05:55 +0100" endDate="2025-01-25 20:15:56 +0100" value="828"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 20:30:03 +0100" startDate="2025-01-25 20:15:56 +0100" endDate="2025-01-25 20:16:24 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 20:43:13 +0100" startDate="2025-01-25 20:32:10 +0100" endDate="2025-01-25 20:32:38 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 22:52:32 +0100" startDate="2025-01-25 22:42:10 +0100" endDate="2025-01-25 22:52:11 +0100" value="990"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 23:03:14 +0100" startDate="2025-01-25 22:52:11 +0100" endDate="2025-01-25 22:59:37 +0100" value="542"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-25 23:13:19 +0100" startDate="2025-01-25 23:02:16 +0100" endDate="2025-01-25 23:02:19 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 06:45:47 +0100" startDate="2025-01-26 06:35:42 +0100" endDate="2025-01-26 06:35:55 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 09:15:35 +0100" startDate="2025-01-26 09:00:40 +0100" endDate="2025-01-26 09:00:43 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 10:20:04 +0100" startDate="2025-01-26 10:09:02 +0100" endDate="2025-01-26 10:09:32 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 11:40:19 +0100" startDate="2025-01-26 11:30:09 +0100" endDate="2025-01-26 11:30:57 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 14:43:14 +0100" startDate="2025-01-26 14:33:02 +0100" endDate="2025-01-26 14:40:25 +0100" value="198"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 14:54:25 +0100" startDate="2025-01-26 14:44:17 +0100" endDate="2025-01-26 14:44:42 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 15:10:32 +0100" startDate="2025-01-26 15:00:27 +0100" endDate="2025-01-26 15:07:24 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 16:05:36 +0100" startDate="2025-01-26 15:54:40 +0100" endDate="2025-01-26 16:03:50 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 16:20:47 +0100" startDate="2025-01-26 16:09:44 +0100" endDate="2025-01-26 16:11:23 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 17:25:38 +0100" startDate="2025-01-26 17:15:30 +0100" endDate="2025-01-26 17:17:45 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 18:44:05 +0100" startDate="2025-01-26 18:32:49 +0100" endDate="2025-01-26 18:33:07 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 19:13:26 +0100" startDate="2025-01-26 19:03:13 +0100" endDate="2025-01-26 19:03:23 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 19:57:35 +0100" startDate="2025-01-26 19:47:30 +0100" endDate="2025-01-26 19:48:31 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-26 22:05:03 +0100" startDate="2025-01-26 21:54:55 +0100" endDate="2025-01-26 22:01:28 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 07:07:33 +0100" startDate="2025-01-27 06:57:10 +0100" endDate="2025-01-27 06:58:29 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 07:39:00 +0100" startDate="2025-01-27 07:28:47 +0100" endDate="2025-01-27 07:32:50 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 07:48:52 +0100" startDate="2025-01-27 07:38:46 +0100" endDate="2025-01-27 07:39:22 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 08:16:37 +0100" startDate="2025-01-27 08:06:32 +0100" endDate="2025-01-27 08:15:25 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 08:33:44 +0100" startDate="2025-01-27 08:23:18 +0100" endDate="2025-01-27 08:23:41 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 09:03:17 +0100" startDate="2025-01-27 08:53:11 +0100" endDate="2025-01-27 08:53:34 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 09:25:33 +0100" startDate="2025-01-27 09:06:43 +0100" endDate="2025-01-27 09:09:16 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 10:23:34 +0100" startDate="2025-01-27 10:12:44 +0100" endDate="2025-01-27 10:14:01 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 10:34:24 +0100" startDate="2025-01-27 10:23:16 +0100" endDate="2025-01-27 10:23:52 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 11:20:12 +0100" startDate="2025-01-27 11:10:07 +0100" endDate="2025-01-27 11:17:35 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 11:44:21 +0100" startDate="2025-01-27 11:34:09 +0100" endDate="2025-01-27 11:35:25 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 12:17:52 +0100" startDate="2025-01-27 12:07:44 +0100" endDate="2025-01-27 12:07:52 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 12:52:52 +0100" startDate="2025-01-27 12:42:41 +0100" endDate="2025-01-27 12:49:09 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 15:22:36 +0100" startDate="2025-01-27 15:11:21 +0100" endDate="2025-01-27 15:18:16 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 15:37:22 +0100" startDate="2025-01-27 15:27:11 +0100" endDate="2025-01-27 15:37:13 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 15:54:36 +0100" startDate="2025-01-27 15:37:13 +0100" endDate="2025-01-27 15:45:42 +0100" value="566"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 16:09:52 +0100" startDate="2025-01-27 15:56:49 +0100" endDate="2025-01-27 16:04:00 +0100" value="716"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 16:17:40 +0100" startDate="2025-01-27 16:07:29 +0100" endDate="2025-01-27 16:17:30 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 16:28:33 +0100" startDate="2025-01-27 16:17:30 +0100" endDate="2025-01-27 16:22:56 +0100" value="212"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 16:54:04 +0100" startDate="2025-01-27 16:43:57 +0100" endDate="2025-01-27 16:44:14 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 17:38:18 +0100" startDate="2025-01-27 17:27:15 +0100" endDate="2025-01-27 17:27:23 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 18:33:36 +0100" startDate="2025-01-27 18:23:28 +0100" endDate="2025-01-27 18:23:38 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 21:09:44 +0100" startDate="2025-01-27 20:59:39 +0100" endDate="2025-01-27 20:59:49 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-27 22:21:18 +0100" startDate="2025-01-27 22:11:06 +0100" endDate="2025-01-27 22:12:58 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 05:30:15 +0100" startDate="2025-01-28 05:16:11 +0100" endDate="2025-01-28 05:16:55 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 05:47:54 +0100" startDate="2025-01-28 05:36:51 +0100" endDate="2025-01-28 05:37:21 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 06:09:18 +0100" startDate="2025-01-28 05:58:02 +0100" endDate="2025-01-28 06:06:31 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 06:19:10 +0100" startDate="2025-01-28 06:08:03 +0100" endDate="2025-01-28 06:18:04 +0100" value="972"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 06:30:12 +0100" startDate="2025-01-28 06:18:04 +0100" endDate="2025-01-28 06:26:44 +0100" value="550"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 07:28:42 +0100" startDate="2025-01-28 07:17:39 +0100" endDate="2025-01-28 07:20:04 +0100" value="185"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 07:52:23 +0100" startDate="2025-01-28 07:42:10 +0100" endDate="2025-01-28 07:52:11 +0100" value="1127"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 08:06:14 +0100" startDate="2025-01-28 07:52:11 +0100" endDate="2025-01-28 08:02:10 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 08:12:19 +0100" startDate="2025-01-28 08:02:10 +0100" endDate="2025-01-28 08:09:43 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 08:29:16 +0100" startDate="2025-01-28 08:14:10 +0100" endDate="2025-01-28 08:15:21 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 09:13:06 +0100" startDate="2025-01-28 09:01:59 +0100" endDate="2025-01-28 09:11:14 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 09:29:40 +0100" startDate="2025-01-28 09:12:21 +0100" endDate="2025-01-28 09:21:49 +0100" value="100"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 09:35:02 +0100" startDate="2025-01-28 09:23:59 +0100" endDate="2025-01-28 09:32:10 +0100" value="228"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 09:50:18 +0100" startDate="2025-01-28 09:36:12 +0100" endDate="2025-01-28 09:40:27 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 10:00:32 +0100" startDate="2025-01-28 09:49:56 +0100" endDate="2025-01-28 09:50:14 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 10:20:31 +0100" startDate="2025-01-28 10:08:07 +0100" endDate="2025-01-28 10:08:24 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 10:31:43 +0100" startDate="2025-01-28 10:20:26 +0100" endDate="2025-01-28 10:27:06 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 10:42:39 +0100" startDate="2025-01-28 10:30:42 +0100" endDate="2025-01-28 10:35:53 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 10:56:21 +0100" startDate="2025-01-28 10:46:11 +0100" endDate="2025-01-28 10:53:55 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 11:18:21 +0100" startDate="2025-01-28 11:00:40 +0100" endDate="2025-01-28 11:04:32 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 11:54:22 +0100" startDate="2025-01-28 11:44:03 +0100" endDate="2025-01-28 11:53:57 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 12:08:58 +0100" startDate="2025-01-28 11:54:22 +0100" endDate="2025-01-28 11:55:05 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 12:27:35 +0100" startDate="2025-01-28 12:12:55 +0100" endDate="2025-01-28 12:22:38 +0100" value="630"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 13:04:43 +0100" startDate="2025-01-28 12:52:30 +0100" endDate="2025-01-28 13:00:39 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 14:24:06 +0100" startDate="2025-01-28 14:13:40 +0100" endDate="2025-01-28 14:13:43 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 14:33:46 +0100" startDate="2025-01-28 14:23:15 +0100" endDate="2025-01-28 14:33:09 +0100" value="248"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 14:49:51 +0100" startDate="2025-01-28 14:33:17 +0100" endDate="2025-01-28 14:40:21 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 15:11:51 +0100" startDate="2025-01-28 15:00:13 +0100" endDate="2025-01-28 15:00:23 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 15:22:39 +0100" startDate="2025-01-28 15:11:36 +0100" endDate="2025-01-28 15:16:49 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 15:53:23 +0100" startDate="2025-01-28 15:42:25 +0100" endDate="2025-01-28 15:46:52 +0100" value="497"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 15:59:14 +0100" startDate="2025-01-28 15:46:52 +0100" endDate="2025-01-28 15:56:53 +0100" value="1130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 16:07:56 +0100" startDate="2025-01-28 15:56:53 +0100" endDate="2025-01-28 15:59:13 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 16:39:44 +0100" startDate="2025-01-28 16:28:41 +0100" endDate="2025-01-28 16:28:44 +0100" value="2"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 17:32:54 +0100" startDate="2025-01-28 17:19:52 +0100" endDate="2025-01-28 17:29:53 +0100" value="1019"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 17:41:39 +0100" startDate="2025-01-28 17:29:53 +0100" endDate="2025-01-28 17:34:05 +0100" value="400"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 17:52:01 +0100" startDate="2025-01-28 17:40:56 +0100" endDate="2025-01-28 17:50:26 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 18:01:40 +0100" startDate="2025-01-28 17:50:26 +0100" endDate="2025-01-28 17:59:57 +0100" value="373"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 18:13:30 +0100" startDate="2025-01-28 18:01:36 +0100" endDate="2025-01-28 18:11:37 +0100" value="633"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 18:25:23 +0100" startDate="2025-01-28 18:11:37 +0100" endDate="2025-01-28 18:20:14 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 18:35:22 +0100" startDate="2025-01-28 18:22:57 +0100" endDate="2025-01-28 18:23:00 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 18:52:18 +0100" startDate="2025-01-28 18:41:15 +0100" endDate="2025-01-28 18:41:28 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 20:06:16 +0100" startDate="2025-01-28 19:56:03 +0100" endDate="2025-01-28 19:56:49 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-28 21:56:10 +0100" startDate="2025-01-28 21:43:05 +0100" endDate="2025-01-28 21:44:29 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 02:37:03 +0100" startDate="2025-01-29 02:26:27 +0100" endDate="2025-01-29 02:27:13 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 05:42:59 +0100" startDate="2025-01-29 05:31:48 +0100" endDate="2025-01-29 05:34:46 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 06:03:58 +0100" startDate="2025-01-29 05:52:57 +0100" endDate="2025-01-29 06:02:35 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 06:14:19 +0100" startDate="2025-01-29 06:04:05 +0100" endDate="2025-01-29 06:14:06 +0100" value="1025"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 06:24:47 +0100" startDate="2025-01-29 06:14:06 +0100" endDate="2025-01-29 06:18:48 +0100" value="509"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 06:37:05 +0100" startDate="2025-01-29 06:26:40 +0100" endDate="2025-01-29 06:27:00 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 07:10:30 +0100" startDate="2025-01-29 06:59:06 +0100" endDate="2025-01-29 06:59:41 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 07:27:03 +0100" startDate="2025-01-29 07:16:00 +0100" endDate="2025-01-29 07:16:48 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 07:54:14 +0100" startDate="2025-01-29 07:44:09 +0100" endDate="2025-01-29 07:54:10 +0100" value="1011"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 08:04:19 +0100" startDate="2025-01-29 07:54:10 +0100" endDate="2025-01-29 08:02:45 +0100" value="773"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 08:28:59 +0100" startDate="2025-01-29 08:16:01 +0100" endDate="2025-01-29 08:25:59 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 08:42:06 +0100" startDate="2025-01-29 08:28:42 +0100" endDate="2025-01-29 08:36:28 +0100" value="117"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 09:13:27 +0100" startDate="2025-01-29 09:03:19 +0100" endDate="2025-01-29 09:13:10 +0100" value="243"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 09:25:02 +0100" startDate="2025-01-29 09:13:43 +0100" endDate="2025-01-29 09:22:48 +0100" value="295"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 09:40:06 +0100" startDate="2025-01-29 09:26:45 +0100" endDate="2025-01-29 09:30:27 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 09:51:52 +0100" startDate="2025-01-29 09:39:30 +0100" endDate="2025-01-29 09:47:37 +0100" value="214"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 10:02:59 +0100" startDate="2025-01-29 09:52:37 +0100" endDate="2025-01-29 10:00:15 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 10:15:38 +0100" startDate="2025-01-29 10:03:42 +0100" endDate="2025-01-29 10:04:35 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 10:27:14 +0100" startDate="2025-01-29 10:16:01 +0100" endDate="2025-01-29 10:25:48 +0100" value="216"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 10:41:36 +0100" startDate="2025-01-29 10:30:29 +0100" endDate="2025-01-29 10:36:06 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 10:55:21 +0100" startDate="2025-01-29 10:44:18 +0100" endDate="2025-01-29 10:52:57 +0100" value="464"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 11:05:58 +0100" startDate="2025-01-29 10:54:19 +0100" endDate="2025-01-29 10:55:28 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 12:14:35 +0100" startDate="2025-01-29 12:01:33 +0100" endDate="2025-01-29 12:06:49 +0100" value="409"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 12:54:26 +0100" startDate="2025-01-29 12:37:34 +0100" endDate="2025-01-29 12:45:41 +0100" value="578"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 14:13:58 +0100" startDate="2025-01-29 14:02:55 +0100" endDate="2025-01-29 14:03:23 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 14:58:26 +0100" startDate="2025-01-29 14:43:10 +0100" endDate="2025-01-29 14:53:11 +0100" value="1179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 15:02:46 +0100" startDate="2025-01-29 14:53:11 +0100" endDate="2025-01-29 14:58:07 +0100" value="455"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 15:18:28 +0100" startDate="2025-01-29 15:08:15 +0100" endDate="2025-01-29 15:09:09 +0100" value="21"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 16:17:10 +0100" startDate="2025-01-29 16:06:06 +0100" endDate="2025-01-29 16:06:08 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 16:32:33 +0100" startDate="2025-01-29 16:19:13 +0100" endDate="2025-01-29 16:29:12 +0100" value="952"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 16:42:10 +0100" startDate="2025-01-29 16:29:12 +0100" endDate="2025-01-29 16:35:06 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 16:55:27 +0100" startDate="2025-01-29 16:43:30 +0100" endDate="2025-01-29 16:48:43 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 18:06:32 +0100" startDate="2025-01-29 17:52:58 +0100" endDate="2025-01-29 18:01:33 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 18:18:10 +0100" startDate="2025-01-29 18:04:06 +0100" endDate="2025-01-29 18:12:37 +0100" value="234"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 18:27:57 +0100" startDate="2025-01-29 18:17:33 +0100" endDate="2025-01-29 18:17:48 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-29 21:28:59 +0100" startDate="2025-01-29 21:18:46 +0100" endDate="2025-01-29 21:23:33 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 06:40:32 +0100" startDate="2025-01-30 06:29:30 +0100" endDate="2025-01-30 06:37:16 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 08:01:55 +0100" startDate="2025-01-30 07:50:31 +0100" endDate="2025-01-30 07:50:48 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 08:15:02 +0100" startDate="2025-01-30 08:01:10 +0100" endDate="2025-01-30 08:06:52 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 08:57:13 +0100" startDate="2025-01-30 08:44:28 +0100" endDate="2025-01-30 08:54:30 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 09:05:32 +0100" startDate="2025-01-30 08:54:30 +0100" endDate="2025-01-30 08:57:13 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 10:17:29 +0100" startDate="2025-01-30 10:05:08 +0100" endDate="2025-01-30 10:14:49 +0100" value="465"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 10:26:53 +0100" startDate="2025-01-30 10:15:50 +0100" endDate="2025-01-30 10:18:08 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 10:50:15 +0100" startDate="2025-01-30 10:38:47 +0100" endDate="2025-01-30 10:45:45 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 11:00:46 +0100" startDate="2025-01-30 10:49:14 +0100" endDate="2025-01-30 10:52:05 +0100" value="126"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 11:11:54 +0100" startDate="2025-01-30 10:59:38 +0100" endDate="2025-01-30 10:59:53 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 12:10:04 +0100" startDate="2025-01-30 11:56:49 +0100" endDate="2025-01-30 11:58:26 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 12:21:23 +0100" startDate="2025-01-30 12:09:43 +0100" endDate="2025-01-30 12:11:58 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 13:33:43 +0100" startDate="2025-01-30 13:15:49 +0100" endDate="2025-01-30 13:16:51 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 13:46:47 +0100" startDate="2025-01-30 13:34:52 +0100" endDate="2025-01-30 13:44:37 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 14:28:18 +0100" startDate="2025-01-30 14:17:35 +0100" endDate="2025-01-30 14:27:12 +0100" value="158"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 14:48:21 +0100" startDate="2025-01-30 14:29:40 +0100" endDate="2025-01-30 14:30:28 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 15:26:08 +0100" startDate="2025-01-30 15:14:42 +0100" endDate="2025-01-30 15:24:43 +0100" value="350"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 15:35:46 +0100" startDate="2025-01-30 15:24:43 +0100" endDate="2025-01-30 15:29:49 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 17:13:27 +0100" startDate="2025-01-30 16:58:13 +0100" endDate="2025-01-30 17:05:16 +0100" value="159"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 17:19:40 +0100" startDate="2025-01-30 17:08:14 +0100" endDate="2025-01-30 17:15:50 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 17:30:56 +0100" startDate="2025-01-30 17:18:36 +0100" endDate="2025-01-30 17:28:37 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 17:40:35 +0100" startDate="2025-01-30 17:28:45 +0100" endDate="2025-01-30 17:38:41 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 17:52:11 +0100" startDate="2025-01-30 17:41:08 +0100" endDate="2025-01-30 17:41:21 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 18:10:53 +0100" startDate="2025-01-30 18:00:40 +0100" endDate="2025-01-30 18:10:26 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 18:22:45 +0100" startDate="2025-01-30 18:11:43 +0100" endDate="2025-01-30 18:15:22 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 18:47:26 +0100" startDate="2025-01-30 18:35:57 +0100" endDate="2025-01-30 18:41:10 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 19:40:19 +0100" startDate="2025-01-30 19:29:16 +0100" endDate="2025-01-30 19:29:19 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 22:31:24 +0100" startDate="2025-01-30 22:19:24 +0100" endDate="2025-01-30 22:19:32 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 22:53:32 +0100" startDate="2025-01-30 22:42:29 +0100" endDate="2025-01-30 22:42:31 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 23:35:44 +0100" startDate="2025-01-30 23:23:59 +0100" endDate="2025-01-30 23:32:03 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-30 23:50:01 +0100" startDate="2025-01-30 23:38:31 +0100" endDate="2025-01-30 23:47:38 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 00:07:33 +0100" startDate="2025-01-30 23:56:31 +0100" endDate="2025-01-31 00:05:47 +0100" value="420"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 00:40:31 +0100" startDate="2025-01-31 00:29:28 +0100" endDate="2025-01-31 00:30:04 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 01:07:31 +0100" startDate="2025-01-31 00:57:21 +0100" endDate="2025-01-31 00:57:44 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 05:57:11 +0100" startDate="2025-01-31 05:45:01 +0100" endDate="2025-01-31 05:45:18 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 06:08:20 +0100" startDate="2025-01-31 05:57:17 +0100" endDate="2025-01-31 06:04:28 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 06:43:30 +0100" startDate="2025-01-31 06:31:42 +0100" endDate="2025-01-31 06:41:43 +0100" value="447"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 06:58:52 +0100" startDate="2025-01-31 06:41:43 +0100" endDate="2025-01-31 06:43:12 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 07:45:08 +0100" startDate="2025-01-31 07:34:34 +0100" endDate="2025-01-31 07:42:15 +0100" value="218"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 08:11:13 +0100" startDate="2025-01-31 07:59:41 +0100" endDate="2025-01-31 08:00:42 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 08:23:29 +0100" startDate="2025-01-31 08:10:22 +0100" endDate="2025-01-31 08:12:47 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 09:08:45 +0100" startDate="2025-01-31 08:57:42 +0100" endDate="2025-01-31 09:06:27 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 09:23:36 +0100" startDate="2025-01-31 09:11:30 +0100" endDate="2025-01-31 09:17:57 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 09:47:03 +0100" startDate="2025-01-31 09:34:18 +0100" endDate="2025-01-31 09:37:19 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 10:27:11 +0100" startDate="2025-01-31 10:16:08 +0100" endDate="2025-01-31 10:16:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 10:44:43 +0100" startDate="2025-01-31 10:33:25 +0100" endDate="2025-01-31 10:37:55 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 11:54:36 +0100" startDate="2025-01-31 11:43:25 +0100" endDate="2025-01-31 11:52:09 +0100" value="221"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 12:48:55 +0100" startDate="2025-01-31 12:38:14 +0100" endDate="2025-01-31 12:46:26 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 13:16:09 +0100" startDate="2025-01-31 13:04:36 +0100" endDate="2025-01-31 13:04:54 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 13:55:32 +0100" startDate="2025-01-31 13:38:40 +0100" endDate="2025-01-31 13:39:44 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 15:00:23 +0100" startDate="2025-01-31 14:49:20 +0100" endDate="2025-01-31 14:49:30 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 15:39:27 +0100" startDate="2025-01-31 15:28:10 +0100" endDate="2025-01-31 15:37:44 +0100" value="119"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 15:49:12 +0100" startDate="2025-01-31 15:38:09 +0100" endDate="2025-01-31 15:45:20 +0100" value="162"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 15:58:34 +0100" startDate="2025-01-31 15:48:31 +0100" endDate="2025-01-31 15:57:39 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 16:16:04 +0100" startDate="2025-01-31 15:58:50 +0100" endDate="2025-01-31 16:02:24 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 16:43:11 +0100" startDate="2025-01-31 16:32:08 +0100" endDate="2025-01-31 16:41:49 +0100" value="299"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 17:11:23 +0100" startDate="2025-01-31 16:59:44 +0100" endDate="2025-01-31 16:59:54 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 18:03:12 +0100" startDate="2025-01-31 17:53:06 +0100" endDate="2025-01-31 17:53:22 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 18:42:06 +0100" startDate="2025-01-31 18:30:27 +0100" endDate="2025-01-31 18:36:41 +0100" value="213"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 19:24:11 +0100" startDate="2025-01-31 19:12:32 +0100" endDate="2025-01-31 19:18:01 +0100" value="164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 21:12:57 +0100" startDate="2025-01-31 21:01:54 +0100" endDate="2025-01-31 21:03:28 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-01-31 21:33:41 +0100" startDate="2025-01-31 21:23:11 +0100" endDate="2025-01-31 21:23:16 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 06:49:24 +0100" startDate="2025-02-01 06:38:25 +0100" endDate="2025-02-01 06:41:59 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 07:45:21 +0100" startDate="2025-02-01 07:34:18 +0100" endDate="2025-02-01 07:34:49 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 12:22:28 +0100" startDate="2025-02-01 12:11:25 +0100" endDate="2025-02-01 12:14:49 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 13:01:31 +0100" startDate="2025-02-01 12:50:37 +0100" endDate="2025-02-01 12:51:12 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 13:15:01 +0100" startDate="2025-02-01 13:01:53 +0100" endDate="2025-02-01 13:02:34 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 13:35:56 +0100" startDate="2025-02-01 13:20:01 +0100" endDate="2025-02-01 13:23:43 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 13:47:00 +0100" startDate="2025-02-01 13:35:38 +0100" endDate="2025-02-01 13:44:59 +0100" value="538"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 13:58:20 +0100" startDate="2025-02-01 13:46:00 +0100" endDate="2025-02-01 13:54:19 +0100" value="91"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 14:14:24 +0100" startDate="2025-02-01 13:57:03 +0100" endDate="2025-02-01 14:06:37 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 14:20:04 +0100" startDate="2025-02-01 14:07:58 +0100" endDate="2025-02-01 14:17:57 +0100" value="401"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 14:33:22 +0100" startDate="2025-02-01 14:18:23 +0100" endDate="2025-02-01 14:27:56 +0100" value="244"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 14:44:32 +0100" startDate="2025-02-01 14:31:46 +0100" endDate="2025-02-01 14:33:07 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 14:56:09 +0100" startDate="2025-02-01 14:44:24 +0100" endDate="2025-02-01 14:49:15 +0100" value="155"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 15:09:02 +0100" startDate="2025-02-01 14:57:19 +0100" endDate="2025-02-01 15:05:31 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 15:20:58 +0100" startDate="2025-02-01 15:08:14 +0100" endDate="2025-02-01 15:08:17 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 15:32:29 +0100" startDate="2025-02-01 15:21:26 +0100" endDate="2025-02-01 15:28:54 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 17:55:53 +0100" startDate="2025-02-01 17:39:30 +0100" endDate="2025-02-01 17:39:35 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 18:41:06 +0100" startDate="2025-02-01 18:27:08 +0100" endDate="2025-02-01 18:37:07 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 18:48:56 +0100" startDate="2025-02-01 18:37:07 +0100" endDate="2025-02-01 18:43:40 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 19:05:47 +0100" startDate="2025-02-01 18:50:20 +0100" endDate="2025-02-01 18:54:53 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 23:48:18 +0100" startDate="2025-02-01 23:37:21 +0100" endDate="2025-02-01 23:47:21 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-01 23:59:49 +0100" startDate="2025-02-01 23:47:21 +0100" endDate="2025-02-01 23:47:26 +0100" value="3"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 00:36:36 +0100" startDate="2025-02-02 00:26:13 +0100" endDate="2025-02-02 00:29:44 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 00:56:05 +0100" startDate="2025-02-02 00:44:42 +0100" endDate="2025-02-02 00:54:25 +0100" value="292"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 01:12:55 +0100" startDate="2025-02-02 00:58:37 +0100" endDate="2025-02-02 01:00:32 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 02:32:17 +0100" startDate="2025-02-02 02:22:02 +0100" endDate="2025-02-02 02:22:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 09:17:23 +0100" startDate="2025-02-02 09:05:35 +0100" endDate="2025-02-02 09:15:12 +0100" value="168"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 09:59:05 +0100" startDate="2025-02-02 09:42:12 +0100" endDate="2025-02-02 09:42:20 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 10:13:39 +0100" startDate="2025-02-02 10:01:11 +0100" endDate="2025-02-02 10:05:53 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 11:12:44 +0100" startDate="2025-02-02 11:01:40 +0100" endDate="2025-02-02 11:11:39 +0100" value="264"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 11:22:33 +0100" startDate="2025-02-02 11:11:39 +0100" endDate="2025-02-02 11:21:40 +0100" value="1215"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 11:32:28 +0100" startDate="2025-02-02 11:21:40 +0100" endDate="2025-02-02 11:30:58 +0100" value="720"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 12:10:00 +0100" startDate="2025-02-02 11:58:57 +0100" endDate="2025-02-02 11:59:00 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 12:29:55 +0100" startDate="2025-02-02 12:17:53 +0100" endDate="2025-02-02 12:19:12 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 12:55:40 +0100" startDate="2025-02-02 12:43:04 +0100" endDate="2025-02-02 12:45:02 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 13:07:26 +0100" startDate="2025-02-02 12:53:42 +0100" endDate="2025-02-02 12:57:31 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 13:20:38 +0100" startDate="2025-02-02 13:08:34 +0100" endDate="2025-02-02 13:12:56 +0100" value="328"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 13:30:11 +0100" startDate="2025-02-02 13:19:01 +0100" endDate="2025-02-02 13:27:35 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 13:42:30 +0100" startDate="2025-02-02 13:29:50 +0100" endDate="2025-02-02 13:36:25 +0100" value="205"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 14:08:24 +0100" startDate="2025-02-02 13:57:16 +0100" endDate="2025-02-02 13:59:16 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 14:28:50 +0100" startDate="2025-02-02 14:10:52 +0100" endDate="2025-02-02 14:13:30 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 15:28:14 +0100" startDate="2025-02-02 15:13:21 +0100" endDate="2025-02-02 15:13:28 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 17:55:31 +0100" startDate="2025-02-02 17:43:39 +0100" endDate="2025-02-02 17:53:40 +0100" value="239"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 18:07:06 +0100" startDate="2025-02-02 17:53:48 +0100" endDate="2025-02-02 17:55:52 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 18:26:02 +0100" startDate="2025-02-02 18:13:17 +0100" endDate="2025-02-02 18:19:19 +0100" value="644"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 18:41:55 +0100" startDate="2025-02-02 18:25:10 +0100" endDate="2025-02-02 18:33:12 +0100" value="758"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-02 22:07:22 +0100" startDate="2025-02-02 21:56:39 +0100" endDate="2025-02-02 21:58:19 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 06:10:36 +0100" startDate="2025-02-03 06:00:03 +0100" endDate="2025-02-03 06:00:43 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 06:26:24 +0100" startDate="2025-02-03 06:16:01 +0100" endDate="2025-02-03 06:16:27 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 07:33:46 +0100" startDate="2025-02-03 07:22:44 +0100" endDate="2025-02-03 07:22:51 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 08:15:02 +0100" startDate="2025-02-03 08:04:49 +0100" endDate="2025-02-03 08:14:05 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 08:56:44 +0100" startDate="2025-02-03 08:45:22 +0100" endDate="2025-02-03 08:46:43 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 09:43:17 +0100" startDate="2025-02-03 09:33:07 +0100" endDate="2025-02-03 09:41:27 +0100" value="67"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 12:26:01 +0100" startDate="2025-02-03 12:10:05 +0100" endDate="2025-02-03 12:13:09 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 12:45:02 +0100" startDate="2025-02-03 12:28:29 +0100" endDate="2025-02-03 12:34:33 +0100" value="106"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 12:57:09 +0100" startDate="2025-02-03 12:46:06 +0100" endDate="2025-02-03 12:46:11 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 13:12:37 +0100" startDate="2025-02-03 13:01:50 +0100" endDate="2025-02-03 13:04:43 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 13:25:12 +0100" startDate="2025-02-03 13:12:17 +0100" endDate="2025-02-03 13:14:42 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 13:41:18 +0100" startDate="2025-02-03 13:24:06 +0100" endDate="2025-02-03 13:24:52 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 14:00:50 +0100" startDate="2025-02-03 13:49:20 +0100" endDate="2025-02-03 13:52:06 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 14:35:50 +0100" startDate="2025-02-03 14:23:36 +0100" endDate="2025-02-03 14:23:39 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 14:54:21 +0100" startDate="2025-02-03 14:43:18 +0100" endDate="2025-02-03 14:43:26 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 15:41:47 +0100" startDate="2025-02-03 15:31:15 +0100" endDate="2025-02-03 15:31:32 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 15:54:09 +0100" startDate="2025-02-03 15:41:50 +0100" endDate="2025-02-03 15:41:55 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 17:37:28 +0100" startDate="2025-02-03 17:27:18 +0100" endDate="2025-02-03 17:33:25 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 18:15:56 +0100" startDate="2025-02-03 18:04:53 +0100" endDate="2025-02-03 18:14:34 +0100" value="123"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 18:27:38 +0100" startDate="2025-02-03 18:15:18 +0100" endDate="2025-02-03 18:25:19 +0100" value="1089"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 18:39:17 +0100" startDate="2025-02-03 18:25:19 +0100" endDate="2025-02-03 18:35:20 +0100" value="1084"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 18:48:16 +0100" startDate="2025-02-03 18:35:20 +0100" endDate="2025-02-03 18:45:21 +0100" value="876"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 18:58:33 +0100" startDate="2025-02-03 18:45:21 +0100" endDate="2025-02-03 18:50:57 +0100" value="340"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 19:56:22 +0100" startDate="2025-02-03 18:59:49 +0100" endDate="2025-02-03 19:01:46 +0100" value="187"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 20:55:52 +0100" startDate="2025-02-03 20:44:29 +0100" endDate="2025-02-03 20:48:20 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 21:21:00 +0100" startDate="2025-02-03 21:09:43 +0100" endDate="2025-02-03 21:15:37 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 21:34:16 +0100" startDate="2025-02-03 21:20:00 +0100" endDate="2025-02-03 21:26:30 +0100" value="488"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 21:42:28 +0100" startDate="2025-02-03 21:30:49 +0100" endDate="2025-02-03 21:30:57 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 21:57:17 +0100" startDate="2025-02-03 21:46:09 +0100" endDate="2025-02-03 21:52:38 +0100" value="392"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 22:06:27 +0100" startDate="2025-02-03 21:56:22 +0100" endDate="2025-02-03 21:57:33 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-03 22:33:17 +0100" startDate="2025-02-03 22:23:04 +0100" endDate="2025-02-03 22:25:29 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 06:40:05 +0100" startDate="2025-02-04 06:29:33 +0100" endDate="2025-02-04 06:33:39 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 07:34:48 +0100" startDate="2025-02-04 07:24:38 +0100" endDate="2025-02-04 07:24:53 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 07:49:55 +0100" startDate="2025-02-04 07:39:47 +0100" endDate="2025-02-04 07:40:00 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 09:03:09 +0100" startDate="2025-02-04 08:51:16 +0100" endDate="2025-02-04 08:51:19 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 10:33:36 +0100" startDate="2025-02-04 10:21:59 +0100" endDate="2025-02-04 10:30:28 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 10:52:15 +0100" startDate="2025-02-04 10:41:12 +0100" endDate="2025-02-04 10:48:25 +0100" value="585"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 11:05:27 +0100" startDate="2025-02-04 10:53:15 +0100" endDate="2025-02-04 11:03:17 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 11:18:30 +0100" startDate="2025-02-04 11:04:54 +0100" endDate="2025-02-04 11:14:55 +0100" value="1080"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 11:26:48 +0100" startDate="2025-02-04 11:14:55 +0100" endDate="2025-02-04 11:24:07 +0100" value="864"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 11:36:30 +0100" startDate="2025-02-04 11:25:14 +0100" endDate="2025-02-04 11:33:36 +0100" value="506"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 11:48:41 +0100" startDate="2025-02-04 11:37:02 +0100" endDate="2025-02-04 11:46:55 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 11:58:16 +0100" startDate="2025-02-04 11:47:13 +0100" endDate="2025-02-04 11:53:33 +0100" value="443"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 13:37:50 +0100" startDate="2025-02-04 13:22:11 +0100" endDate="2025-02-04 13:22:34 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 13:49:25 +0100" startDate="2025-02-04 13:38:22 +0100" endDate="2025-02-04 13:38:27 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 17:01:36 +0100" startDate="2025-02-04 16:43:10 +0100" endDate="2025-02-04 16:51:52 +0100" value="541"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 17:16:18 +0100" startDate="2025-02-04 17:01:20 +0100" endDate="2025-02-04 17:11:21 +0100" value="1065"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 17:22:24 +0100" startDate="2025-02-04 17:11:21 +0100" endDate="2025-02-04 17:14:37 +0100" value="293"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 17:47:19 +0100" startDate="2025-02-04 17:29:12 +0100" endDate="2025-02-04 17:29:40 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 18:07:15 +0100" startDate="2025-02-04 17:45:37 +0100" endDate="2025-02-04 17:49:49 +0100" value="334"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 18:17:37 +0100" startDate="2025-02-04 17:59:05 +0100" endDate="2025-02-04 18:06:36 +0100" value="55"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 18:20:35 +0100" startDate="2025-02-04 18:09:07 +0100" endDate="2025-02-04 18:16:55 +0100" value="418"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 19:02:12 +0100" startDate="2025-02-04 18:49:07 +0100" endDate="2025-02-04 18:59:08 +0100" value="866"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 19:11:13 +0100" startDate="2025-02-04 18:59:08 +0100" endDate="2025-02-04 19:06:19 +0100" value="686"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 19:30:17 +0100" startDate="2025-02-04 19:19:14 +0100" endDate="2025-02-04 19:27:15 +0100" value="376"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-04 21:53:06 +0100" startDate="2025-02-04 21:42:04 +0100" endDate="2025-02-04 21:44:27 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 01:27:41 +0100" startDate="2025-02-05 01:16:58 +0100" endDate="2025-02-05 01:18:29 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 06:43:02 +0100" startDate="2025-02-05 06:32:54 +0100" endDate="2025-02-05 06:39:42 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 07:12:44 +0100" startDate="2025-02-05 07:00:20 +0100" endDate="2025-02-05 07:08:04 +0100" value="111"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 07:21:32 +0100" startDate="2025-02-05 07:10:29 +0100" endDate="2025-02-05 07:20:30 +0100" value="903"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 07:31:33 +0100" startDate="2025-02-05 07:20:30 +0100" endDate="2025-02-05 07:29:48 +0100" value="592"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 08:32:38 +0100" startDate="2025-02-05 08:21:43 +0100" endDate="2025-02-05 08:23:33 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 08:58:11 +0100" startDate="2025-02-05 08:44:31 +0100" endDate="2025-02-05 08:53:03 +0100" value="948"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 09:05:10 +0100" startDate="2025-02-05 08:53:03 +0100" endDate="2025-02-05 09:02:49 +0100" value="818"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 09:16:12 +0100" startDate="2025-02-05 09:03:09 +0100" endDate="2025-02-05 09:09:19 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 09:35:59 +0100" startDate="2025-02-05 09:24:02 +0100" endDate="2025-02-05 09:29:03 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 16:03:00 +0100" startDate="2025-02-05 15:47:09 +0100" endDate="2025-02-05 15:47:11 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 17:17:43 +0100" startDate="2025-02-05 17:07:35 +0100" endDate="2025-02-05 17:17:34 +0100" value="1206"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 17:28:15 +0100" startDate="2025-02-05 17:18:09 +0100" endDate="2025-02-05 17:27:47 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 17:46:44 +0100" startDate="2025-02-05 17:35:42 +0100" endDate="2025-02-05 17:36:17 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 18:07:21 +0100" startDate="2025-02-05 17:56:45 +0100" endDate="2025-02-05 18:02:55 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 18:25:25 +0100" startDate="2025-02-05 18:14:22 +0100" endDate="2025-02-05 18:20:55 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 19:31:17 +0100" startDate="2025-02-05 19:19:41 +0100" endDate="2025-02-05 19:29:42 +0100" value="1136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 19:40:25 +0100" startDate="2025-02-05 19:29:42 +0100" endDate="2025-02-05 19:39:42 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 19:54:38 +0100" startDate="2025-02-05 19:39:42 +0100" endDate="2025-02-05 19:48:54 +0100" value="779"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 20:01:34 +0100" startDate="2025-02-05 19:50:31 +0100" endDate="2025-02-05 19:50:54 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-05 22:24:06 +0100" startDate="2025-02-05 22:13:56 +0100" endDate="2025-02-05 22:20:39 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 02:25:57 +0100" startDate="2025-02-06 02:15:46 +0100" endDate="2025-02-06 02:16:09 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 02:43:40 +0100" startDate="2025-02-06 02:33:35 +0100" endDate="2025-02-06 02:34:01 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 04:07:11 +0100" startDate="2025-02-06 03:56:59 +0100" endDate="2025-02-06 03:57:30 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 07:05:52 +0100" startDate="2025-02-06 06:48:25 +0100" endDate="2025-02-06 06:48:58 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 08:13:15 +0100" startDate="2025-02-06 08:03:02 +0100" endDate="2025-02-06 08:11:11 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 09:18:53 +0100" startDate="2025-02-06 09:03:50 +0100" endDate="2025-02-06 09:04:03 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 09:33:11 +0100" startDate="2025-02-06 09:23:03 +0100" endDate="2025-02-06 09:24:37 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 09:48:35 +0100" startDate="2025-02-06 09:38:25 +0100" endDate="2025-02-06 09:47:56 +0100" value="76"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 10:02:07 +0100" startDate="2025-02-06 09:48:57 +0100" endDate="2025-02-06 09:53:06 +0100" value="337"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 10:11:59 +0100" startDate="2025-02-06 10:00:45 +0100" endDate="2025-02-06 10:02:24 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 11:24:44 +0100" startDate="2025-02-06 11:11:57 +0100" endDate="2025-02-06 11:16:35 +0100" value="369"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 11:42:38 +0100" startDate="2025-02-06 11:29:15 +0100" endDate="2025-02-06 11:35:48 +0100" value="240"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 11:58:34 +0100" startDate="2025-02-06 11:47:45 +0100" endDate="2025-02-06 11:57:18 +0100" value="201"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 12:20:59 +0100" startDate="2025-02-06 12:03:17 +0100" endDate="2025-02-06 12:03:24 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 13:09:04 +0100" startDate="2025-02-06 12:50:31 +0100" endDate="2025-02-06 12:50:41 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 13:45:00 +0100" startDate="2025-02-06 13:31:14 +0100" endDate="2025-02-06 13:39:31 +0100" value="491"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 14:09:03 +0100" startDate="2025-02-06 13:55:29 +0100" endDate="2025-02-06 14:04:09 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 16:58:53 +0100" startDate="2025-02-06 16:45:39 +0100" endDate="2025-02-06 16:50:01 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 17:06:53 +0100" startDate="2025-02-06 16:55:50 +0100" endDate="2025-02-06 17:05:34 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 17:22:50 +0100" startDate="2025-02-06 17:12:47 +0100" endDate="2025-02-06 17:21:01 +0100" value="325"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 19:27:19 +0100" startDate="2025-02-06 19:13:29 +0100" endDate="2025-02-06 19:17:28 +0100" value="323"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 21:18:03 +0100" startDate="2025-02-06 21:05:56 +0100" endDate="2025-02-06 21:14:26 +0100" value="129"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 21:27:58 +0100" startDate="2025-02-06 21:16:08 +0100" endDate="2025-02-06 21:19:42 +0100" value="314"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 22:14:15 +0100" startDate="2025-02-06 22:03:26 +0100" endDate="2025-02-06 22:09:20 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-06 22:49:51 +0100" startDate="2025-02-06 22:39:38 +0100" endDate="2025-02-06 22:48:28 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 09:06:52 +0100" startDate="2025-02-07 08:52:26 +0100" endDate="2025-02-07 08:52:41 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 09:56:24 +0100" startDate="2025-02-07 09:44:58 +0100" endDate="2025-02-07 09:54:58 +0100" value="229"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 10:09:45 +0100" startDate="2025-02-07 09:54:58 +0100" endDate="2025-02-07 09:56:20 +0100" value="88"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 10:22:45 +0100" startDate="2025-02-07 10:09:29 +0100" endDate="2025-02-07 10:19:30 +0100" value="377"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 10:31:56 +0100" startDate="2025-02-07 10:19:30 +0100" endDate="2025-02-07 10:28:28 +0100" value="411"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 10:42:33 +0100" startDate="2025-02-07 10:32:22 +0100" endDate="2025-02-07 10:41:43 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 10:55:20 +0100" startDate="2025-02-07 10:42:54 +0100" endDate="2025-02-07 10:50:12 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 11:08:18 +0100" startDate="2025-02-07 10:53:57 +0100" endDate="2025-02-07 11:00:24 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 11:32:52 +0100" startDate="2025-02-07 11:22:05 +0100" endDate="2025-02-07 11:32:06 +0100" value="589"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 11:43:09 +0100" startDate="2025-02-07 11:32:06 +0100" endDate="2025-02-07 11:40:58 +0100" value="450"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 11:59:19 +0100" startDate="2025-02-07 11:43:51 +0100" endDate="2025-02-07 11:53:18 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 12:05:12 +0100" startDate="2025-02-07 11:54:42 +0100" endDate="2025-02-07 12:04:25 +0100" value="313"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 12:21:00 +0100" startDate="2025-02-07 12:06:30 +0100" endDate="2025-02-07 12:08:55 +0100" value="109"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 12:31:29 +0100" startDate="2025-02-07 12:19:47 +0100" endDate="2025-02-07 12:29:46 +0100" value="521"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 12:47:14 +0100" startDate="2025-02-07 12:30:44 +0100" endDate="2025-02-07 12:33:12 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 13:35:53 +0100" startDate="2025-02-07 13:17:33 +0100" endDate="2025-02-07 13:18:55 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 13:55:29 +0100" startDate="2025-02-07 13:43:04 +0100" endDate="2025-02-07 13:43:32 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 14:37:30 +0100" startDate="2025-02-07 14:27:19 +0100" endDate="2025-02-07 14:33:29 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 14:54:50 +0100" startDate="2025-02-07 14:41:42 +0100" endDate="2025-02-07 14:50:11 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 15:20:23 +0100" startDate="2025-02-07 15:06:39 +0100" endDate="2025-02-07 15:06:41 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 17:45:53 +0100" startDate="2025-02-07 17:35:40 +0100" endDate="2025-02-07 17:45:40 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 17:57:39 +0100" startDate="2025-02-07 17:45:55 +0100" endDate="2025-02-07 17:55:56 +0100" value="105"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 18:06:41 +0100" startDate="2025-02-07 17:55:56 +0100" endDate="2025-02-07 18:04:58 +0100" value="107"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 18:35:58 +0100" startDate="2025-02-07 18:23:55 +0100" endDate="2025-02-07 18:28:10 +0100" value="101"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 18:50:32 +0100" startDate="2025-02-07 18:35:41 +0100" endDate="2025-02-07 18:43:15 +0100" value="210"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 18:59:37 +0100" startDate="2025-02-07 18:46:53 +0100" endDate="2025-02-07 18:56:24 +0100" value="268"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 19:10:53 +0100" startDate="2025-02-07 18:56:57 +0100" endDate="2025-02-07 19:02:43 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 20:03:23 +0100" startDate="2025-02-07 19:51:43 +0100" endDate="2025-02-07 19:59:04 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 21:41:01 +0100" startDate="2025-02-07 21:27:38 +0100" endDate="2025-02-07 21:27:41 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 22:35:18 +0100" startDate="2025-02-07 22:22:36 +0100" endDate="2025-02-07 22:30:54 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 22:47:50 +0100" startDate="2025-02-07 22:35:14 +0100" endDate="2025-02-07 22:37:01 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 23:23:14 +0100" startDate="2025-02-07 23:12:11 +0100" endDate="2025-02-07 23:20:00 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-07 23:33:26 +0100" startDate="2025-02-07 23:22:23 +0100" endDate="2025-02-07 23:22:36 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 05:40:25 +0100" startDate="2025-02-08 05:30:20 +0100" endDate="2025-02-08 05:33:26 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 07:19:29 +0100" startDate="2025-02-08 07:05:14 +0100" endDate="2025-02-08 07:10:09 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 07:34:25 +0100" startDate="2025-02-08 07:24:13 +0100" endDate="2025-02-08 07:30:53 +0100" value="118"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 07:53:55 +0100" startDate="2025-02-08 07:43:42 +0100" endDate="2025-02-08 07:47:41 +0100" value="102"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 09:36:57 +0100" startDate="2025-02-08 09:25:54 +0100" endDate="2025-02-08 09:33:20 +0100" value="320"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 10:00:11 +0100" startDate="2025-02-08 09:48:11 +0100" endDate="2025-02-08 09:58:00 +0100" value="327"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 10:35:11 +0100" startDate="2025-02-08 10:17:24 +0100" endDate="2025-02-08 10:18:56 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 10:46:28 +0100" startDate="2025-02-08 10:34:39 +0100" endDate="2025-02-08 10:42:02 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 10:59:41 +0100" startDate="2025-02-08 10:48:03 +0100" endDate="2025-02-08 10:48:54 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 11:15:52 +0100" startDate="2025-02-08 11:04:06 +0100" endDate="2025-02-08 11:06:00 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 11:33:30 +0100" startDate="2025-02-08 11:15:13 +0100" endDate="2025-02-08 11:16:22 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 11:44:59 +0100" startDate="2025-02-08 11:33:54 +0100" endDate="2025-02-08 11:37:08 +0100" value="120"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 12:16:13 +0100" startDate="2025-02-08 12:01:02 +0100" endDate="2025-02-08 12:07:26 +0100" value="331"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 12:45:48 +0100" startDate="2025-02-08 12:35:22 +0100" endDate="2025-02-08 12:43:57 +0100" value="454"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 12:57:41 +0100" startDate="2025-02-08 12:45:29 +0100" endDate="2025-02-08 12:54:09 +0100" value="502"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 13:09:24 +0100" startDate="2025-02-08 12:55:36 +0100" endDate="2025-02-08 13:05:24 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 13:27:01 +0100" startDate="2025-02-08 13:05:58 +0100" endDate="2025-02-08 13:15:05 +0100" value="508"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 13:27:01 +0100" startDate="2025-02-08 13:15:59 +0100" endDate="2025-02-08 13:24:38 +0100" value="304"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 13:36:00 +0100" startDate="2025-02-08 13:24:38 +0100" endDate="2025-02-08 13:27:37 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 13:47:41 +0100" startDate="2025-02-08 13:27:37 +0100" endDate="2025-02-08 13:37:33 +0100" value="498"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 13:51:32 +0100" startDate="2025-02-08 13:38:59 +0100" endDate="2025-02-08 13:48:51 +0100" value="433"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 14:01:27 +0100" startDate="2025-02-08 13:48:58 +0100" endDate="2025-02-08 13:51:21 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 14:13:23 +0100" startDate="2025-02-08 14:01:34 +0100" endDate="2025-02-08 14:11:33 +0100" value="393"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 14:26:33 +0100" startDate="2025-02-08 14:11:33 +0100" endDate="2025-02-08 14:14:18 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 15:34:14 +0100" startDate="2025-02-08 15:16:40 +0100" endDate="2025-02-08 15:16:50 +0100" value="20"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 16:35:38 +0100" startDate="2025-02-08 16:22:21 +0100" endDate="2025-02-08 16:32:19 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 16:45:58 +0100" startDate="2025-02-08 16:32:24 +0100" endDate="2025-02-08 16:38:39 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 16:54:45 +0100" startDate="2025-02-08 16:43:17 +0100" endDate="2025-02-08 16:52:47 +0100" value="153"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 18:41:36 +0100" startDate="2025-02-08 18:22:36 +0100" endDate="2025-02-08 18:29:46 +0100" value="103"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 18:53:50 +0100" startDate="2025-02-08 18:39:14 +0100" endDate="2025-02-08 18:49:13 +0100" value="157"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 19:05:49 +0100" startDate="2025-02-08 18:49:13 +0100" endDate="2025-02-08 18:49:21 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-08 19:38:25 +0100" startDate="2025-02-08 19:20:45 +0100" endDate="2025-02-08 19:21:39 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-09 09:53:46 +0100" startDate="2025-02-09 09:40:25 +0100" endDate="2025-02-09 09:40:56 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-09 10:09:02 +0100" startDate="2025-02-09 09:51:33 +0100" endDate="2025-02-09 09:51:58 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-09 11:19:01 +0100" startDate="2025-02-09 11:07:58 +0100" endDate="2025-02-09 11:08:44 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-09 11:49:52 +0100" startDate="2025-02-09 11:37:49 +0100" endDate="2025-02-09 11:45:33 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-09 12:16:03 +0100" startDate="2025-02-09 12:03:25 +0100" endDate="2025-02-09 12:09:52 +0100" value="289"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-09 12:27:28 +0100" startDate="2025-02-09 12:14:48 +0100" endDate="2025-02-09 12:14:50 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-09 12:52:47 +0100" startDate="2025-02-09 12:40:11 +0100" endDate="2025-02-09 12:47:11 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-09 13:03:49 +0100" startDate="2025-02-09 12:52:12 +0100" endDate="2025-02-09 13:01:46 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-09 13:13:01 +0100" startDate="2025-02-09 13:02:14 +0100" endDate="2025-02-09 13:02:30 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-09 13:23:21 +0100" startDate="2025-02-09 13:12:19 +0100" endDate="2025-02-09 13:12:36 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-09 17:22:53 +0100" startDate="2025-02-09 17:12:45 +0100" endDate="2025-02-09 17:13:10 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-09 21:38:59 +0100" startDate="2025-02-09 21:28:14 +0100" endDate="2025-02-09 21:31:22 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 06:43:19 +0100" startDate="2025-02-10 06:33:13 +0100" endDate="2025-02-10 06:36:14 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 08:20:08 +0100" startDate="2025-02-10 08:10:00 +0100" endDate="2025-02-10 08:17:24 +0100" value="116"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 10:57:48 +0100" startDate="2025-02-10 10:47:40 +0100" endDate="2025-02-10 10:54:48 +0100" value="152"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 11:11:57 +0100" startDate="2025-02-10 11:01:40 +0100" endDate="2025-02-10 11:11:42 +0100" value="603"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 11:24:30 +0100" startDate="2025-02-10 11:11:42 +0100" endDate="2025-02-10 11:21:43 +0100" value="1164"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 11:33:29 +0100" startDate="2025-02-10 11:21:43 +0100" endDate="2025-02-10 11:31:44 +0100" value="960"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 11:43:32 +0100" startDate="2025-02-10 11:31:44 +0100" endDate="2025-02-10 11:41:44 +0100" value="958"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 11:52:57 +0100" startDate="2025-02-10 11:41:44 +0100" endDate="2025-02-10 11:51:43 +0100" value="321"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 12:06:48 +0100" startDate="2025-02-10 11:51:43 +0100" endDate="2025-02-10 12:01:42 +0100" value="701"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 12:16:11 +0100" startDate="2025-02-10 12:05:08 +0100" endDate="2025-02-10 12:08:54 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 12:29:24 +0100" startDate="2025-02-10 12:17:49 +0100" endDate="2025-02-10 12:18:00 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 13:55:01 +0100" startDate="2025-02-10 13:44:49 +0100" endDate="2025-02-10 13:45:09 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 14:12:48 +0100" startDate="2025-02-10 14:01:45 +0100" endDate="2025-02-10 14:01:48 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 16:41:44 +0100" startDate="2025-02-10 16:31:34 +0100" endDate="2025-02-10 16:35:13 +0100" value="72"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 16:54:04 +0100" startDate="2025-02-10 16:43:01 +0100" endDate="2025-02-10 16:50:02 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 17:06:14 +0100" startDate="2025-02-10 16:56:06 +0100" endDate="2025-02-10 16:57:07 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 18:44:30 +0100" startDate="2025-02-10 18:34:20 +0100" endDate="2025-02-10 18:42:34 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 19:01:59 +0100" startDate="2025-02-10 18:48:48 +0100" endDate="2025-02-10 18:58:50 +0100" value="836"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 19:13:06 +0100" startDate="2025-02-10 18:58:50 +0100" endDate="2025-02-10 19:08:38 +0100" value="1057"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 19:27:07 +0100" startDate="2025-02-10 19:09:39 +0100" endDate="2025-02-10 19:19:04 +0100" value="522"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 19:33:35 +0100" startDate="2025-02-10 19:22:03 +0100" endDate="2025-02-10 19:32:02 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 19:46:54 +0100" startDate="2025-02-10 19:32:02 +0100" endDate="2025-02-10 19:42:03 +0100" value="1026"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 19:52:20 +0100" startDate="2025-02-10 19:42:03 +0100" endDate="2025-02-10 19:51:56 +0100" value="1060"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 20:04:08 +0100" startDate="2025-02-10 19:53:05 +0100" endDate="2025-02-10 19:59:22 +0100" value="132"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-10 22:18:19 +0100" startDate="2025-02-10 22:07:51 +0100" endDate="2025-02-10 22:08:24 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 06:26:51 +0100" startDate="2025-02-11 06:16:38 +0100" endDate="2025-02-11 06:17:09 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 06:38:56 +0100" startDate="2025-02-11 06:27:53 +0100" endDate="2025-02-11 06:28:39 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 07:25:42 +0100" startDate="2025-02-11 07:13:41 +0100" endDate="2025-02-11 07:22:59 +0100" value="156"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 07:35:08 +0100" startDate="2025-02-11 07:24:05 +0100" endDate="2025-02-11 07:24:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 07:59:01 +0100" startDate="2025-02-11 07:48:49 +0100" endDate="2025-02-11 07:49:04 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 08:20:11 +0100" startDate="2025-02-11 08:08:14 +0100" endDate="2025-02-11 08:08:32 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 08:34:47 +0100" startDate="2025-02-11 08:24:41 +0100" endDate="2025-02-11 08:32:12 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 08:48:42 +0100" startDate="2025-02-11 08:38:37 +0100" endDate="2025-02-11 08:38:55 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 09:11:08 +0100" startDate="2025-02-11 09:01:00 +0100" endDate="2025-02-11 09:04:57 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 09:23:46 +0100" startDate="2025-02-11 09:11:32 +0100" endDate="2025-02-11 09:21:33 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 09:32:35 +0100" startDate="2025-02-11 09:21:33 +0100" endDate="2025-02-11 09:22:34 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 09:52:27 +0100" startDate="2025-02-11 09:37:23 +0100" endDate="2025-02-11 09:37:36 +0100" value="27"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 10:20:39 +0100" startDate="2025-02-11 10:10:34 +0100" endDate="2025-02-11 10:20:33 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 10:31:36 +0100" startDate="2025-02-11 10:20:33 +0100" endDate="2025-02-11 10:24:45 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 10:44:40 +0100" startDate="2025-02-11 10:30:57 +0100" endDate="2025-02-11 10:38:46 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 11:47:56 +0100" startDate="2025-02-11 11:37:54 +0100" endDate="2025-02-11 11:37:59 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 12:00:48 +0100" startDate="2025-02-11 11:48:31 +0100" endDate="2025-02-11 11:53:49 +0100" value="148"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-11 12:30:17 +0100" startDate="2025-02-11 12:15:29 +0100" endDate="2025-02-11 12:15:31 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:46 +0100" startDate="2025-02-11 14:14:46 +0100" endDate="2025-02-11 14:19:22 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:46 +0100" startDate="2025-02-11 14:24:45 +0100" endDate="2025-02-11 14:30:49 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:46 +0100" startDate="2025-02-11 14:35:19 +0100" endDate="2025-02-11 14:39:11 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:46 +0100" startDate="2025-02-11 14:53:27 +0100" endDate="2025-02-11 15:03:28 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:46 +0100" startDate="2025-02-11 15:03:28 +0100" endDate="2025-02-11 15:09:30 +0100" value="561"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:46 +0100" startDate="2025-02-11 15:09:30 +0100" endDate="2025-02-11 15:19:31 +0100" value="1121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:46 +0100" startDate="2025-02-11 15:19:31 +0100" endDate="2025-02-11 15:29:30 +0100" value="442"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:46 +0100" startDate="2025-02-11 15:29:30 +0100" endDate="2025-02-11 15:35:19 +0100" value="507"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-11 15:35:49 +0100" endDate="2025-02-11 15:44:57 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-11 15:49:11 +0100" endDate="2025-02-11 15:57:02 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-11 16:43:01 +0100" endDate="2025-02-11 16:44:30 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-11 17:56:36 +0100" endDate="2025-02-11 18:05:21 +0100" value="130"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-11 18:24:01 +0100" endDate="2025-02-11 18:25:00 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-11 21:34:34 +0100" endDate="2025-02-11 21:40:50 +0100" value="65"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 05:47:39 +0100" endDate="2025-02-12 05:51:33 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 06:08:28 +0100" endDate="2025-02-12 06:15:57 +0100" value="81"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 06:31:47 +0100" endDate="2025-02-12 06:32:02 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 07:24:01 +0100" endDate="2025-02-12 07:24:19 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 08:26:30 +0100" endDate="2025-02-12 08:35:30 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 08:36:28 +0100" endDate="2025-02-12 08:37:09 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 09:35:03 +0100" endDate="2025-02-12 09:35:06 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 09:35:24 +0100" endDate="2025-02-12 09:38:12 +0100" value="141"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 10:13:08 +0100" endDate="2025-02-12 10:19:20 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 10:23:14 +0100" endDate="2025-02-12 10:23:22 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 11:04:27 +0100" endDate="2025-02-12 11:11:48 +0100" value="203"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 11:35:56 +0100" endDate="2025-02-12 11:40:14 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 12:11:11 +0100" endDate="2025-02-12 12:20:56 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 12:25:57 +0100" endDate="2025-02-12 12:27:16 +0100" value="42"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 12:38:17 +0100" endDate="2025-02-12 12:47:30 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 12:53:50 +0100" endDate="2025-02-12 12:54:28 +0100" value="23"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 13:15:37 +0100" endDate="2025-02-12 13:16:15 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 13:16:15 +0100" endDate="2025-02-12 13:26:14 +0100" value="300"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 13:26:14 +0100" endDate="2025-02-12 13:26:39 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 13:40:33 +0100" endDate="2025-02-12 13:43:29 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 14:03:06 +0100" endDate="2025-02-12 14:12:04 +0100" value="250"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 14:14:09 +0100" endDate="2025-02-12 14:17:26 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 14:26:46 +0100" endDate="2025-02-12 14:31:01 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 14:40:41 +0100" endDate="2025-02-12 14:45:55 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 15:03:21 +0100" endDate="2025-02-12 15:12:19 +0100" value="136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:47 +0100" startDate="2025-02-12 15:14:41 +0100" endDate="2025-02-12 15:21:24 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 15:21:24 +0100" endDate="2025-02-12 15:31:22 +0100" value="140"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 15:31:25 +0100" endDate="2025-02-12 15:41:21 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 15:42:27 +0100" endDate="2025-02-12 15:46:42 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 17:44:30 +0100" endDate="2025-02-12 17:45:41 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 17:55:40 +0100" endDate="2025-02-12 18:04:50 +0100" value="173"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 18:17:13 +0100" endDate="2025-02-12 18:19:51 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 18:47:46 +0100" endDate="2025-02-12 18:54:14 +0100" value="273"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 18:59:21 +0100" endDate="2025-02-12 19:05:15 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 19:13:34 +0100" endDate="2025-02-12 19:13:59 +0100" value="49"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 19:23:51 +0100" endDate="2025-02-12 19:25:08 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 19:44:13 +0100" endDate="2025-02-12 19:53:54 +0100" value="356"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 19:54:12 +0100" endDate="2025-02-12 19:54:15 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 20:37:48 +0100" endDate="2025-02-12 20:40:16 +0100" value="160"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 21:12:45 +0100" endDate="2025-02-12 21:17:53 +0100" value="83"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 21:25:29 +0100" endDate="2025-02-12 21:25:39 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-12 21:52:36 +0100" endDate="2025-02-12 21:57:31 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-13 02:09:25 +0100" endDate="2025-02-13 02:10:08 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 04:18:48 +0100" startDate="2025-02-13 02:34:11 +0100" endDate="2025-02-13 02:35:30 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 06:55:16 +0100" startDate="2025-02-13 06:45:10 +0100" endDate="2025-02-13 06:50:06 +0100" value="80"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 08:17:26 +0100" startDate="2025-02-13 08:07:06 +0100" endDate="2025-02-13 08:15:33 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 10:55:32 +0100" startDate="2025-02-13 10:44:29 +0100" endDate="2025-02-13 10:45:51 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 11:08:47 +0100" startDate="2025-02-13 10:54:52 +0100" endDate="2025-02-13 10:56:37 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 12:39:46 +0100" startDate="2025-02-13 12:28:43 +0100" endDate="2025-02-13 12:31:19 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 14:37:31 +0100" startDate="2025-02-13 14:26:40 +0100" endDate="2025-02-13 14:29:56 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 15:05:33 +0100" startDate="2025-02-13 14:55:25 +0100" endDate="2025-02-13 14:55:41 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 15:17:29 +0100" startDate="2025-02-13 15:07:24 +0100" endDate="2025-02-13 15:08:15 +0100" value="51"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 18:17:42 +0100" startDate="2025-02-13 18:06:21 +0100" endDate="2025-02-13 18:16:22 +0100" value="765"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 18:32:33 +0100" startDate="2025-02-13 18:16:22 +0100" endDate="2025-02-13 18:26:23 +0100" value="1136"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 18:36:31 +0100" startDate="2025-02-13 18:26:23 +0100" endDate="2025-02-13 18:36:24 +0100" value="1080"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 18:47:27 +0100" startDate="2025-02-13 18:36:24 +0100" endDate="2025-02-13 18:40:54 +0100" value="428"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 19:01:33 +0100" startDate="2025-02-13 18:49:06 +0100" endDate="2025-02-13 18:52:57 +0100" value="73"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 20:49:10 +0100" startDate="2025-02-13 20:37:59 +0100" endDate="2025-02-13 20:43:46 +0100" value="58"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 21:18:13 +0100" startDate="2025-02-13 21:05:28 +0100" endDate="2025-02-13 21:13:01 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 21:28:37 +0100" startDate="2025-02-13 21:16:12 +0100" endDate="2025-02-13 21:26:13 +0100" value="619"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 21:40:08 +0100" startDate="2025-02-13 21:26:13 +0100" endDate="2025-02-13 21:35:39 +0100" value="728"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 21:50:33 +0100" startDate="2025-02-13 21:38:42 +0100" endDate="2025-02-13 21:39:03 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-13 22:34:56 +0100" startDate="2025-02-13 22:23:53 +0100" endDate="2025-02-13 22:27:32 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 07:14:44 +0100" startDate="2025-02-14 07:03:37 +0100" endDate="2025-02-14 07:11:41 +0100" value="161"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 08:07:14 +0100" startDate="2025-02-14 07:56:53 +0100" endDate="2025-02-14 08:06:54 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 08:23:52 +0100" startDate="2025-02-14 08:11:30 +0100" endDate="2025-02-14 08:16:05 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 08:51:56 +0100" startDate="2025-02-14 08:41:15 +0100" endDate="2025-02-14 08:49:42 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 11:31:14 +0100" startDate="2025-02-14 11:21:03 +0100" endDate="2025-02-14 11:21:26 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 11:51:02 +0100" startDate="2025-02-14 11:39:59 +0100" endDate="2025-02-14 11:40:22 +0100" value="35"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 12:33:23 +0100" startDate="2025-02-14 12:16:32 +0100" endDate="2025-02-14 12:20:32 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 12:48:24 +0100" startDate="2025-02-14 12:33:32 +0100" endDate="2025-02-14 12:34:54 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 13:02:54 +0100" startDate="2025-02-14 12:52:48 +0100" endDate="2025-02-14 12:52:56 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 13:31:08 +0100" startDate="2025-02-14 13:20:01 +0100" endDate="2025-02-14 13:29:49 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 13:42:31 +0100" startDate="2025-02-14 13:31:28 +0100" endDate="2025-02-14 13:40:08 +0100" value="899"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 13:52:34 +0100" startDate="2025-02-14 13:41:32 +0100" endDate="2025-02-14 13:51:31 +0100" value="230"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 14:02:36 +0100" startDate="2025-02-14 13:51:31 +0100" endDate="2025-02-14 14:01:27 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 14:15:45 +0100" startDate="2025-02-14 14:01:30 +0100" endDate="2025-02-14 14:01:37 +0100" value="11"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 14:41:31 +0100" startDate="2025-02-14 14:30:59 +0100" endDate="2025-02-14 14:39:13 +0100" value="193"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 14:53:32 +0100" startDate="2025-02-14 14:42:57 +0100" endDate="2025-02-14 14:52:51 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 15:07:46 +0100" startDate="2025-02-14 14:57:38 +0100" endDate="2025-02-14 15:07:22 +0100" value="344"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 15:21:03 +0100" startDate="2025-02-14 15:10:12 +0100" endDate="2025-02-14 15:17:43 +0100" value="226"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 15:33:44 +0100" startDate="2025-02-14 15:20:52 +0100" endDate="2025-02-14 15:29:01 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 16:08:39 +0100" startDate="2025-02-14 15:56:10 +0100" endDate="2025-02-14 15:58:48 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 16:18:16 +0100" startDate="2025-02-14 16:07:30 +0100" endDate="2025-02-14 16:16:04 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 16:29:20 +0100" startDate="2025-02-14 16:18:52 +0100" endDate="2025-02-14 16:28:38 +0100" value="90"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 16:45:44 +0100" startDate="2025-02-14 16:29:34 +0100" endDate="2025-02-14 16:38:34 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 17:00:34 +0100" startDate="2025-02-14 16:49:10 +0100" endDate="2025-02-14 16:49:13 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 17:25:35 +0100" startDate="2025-02-14 17:15:22 +0100" endDate="2025-02-14 17:16:03 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 17:42:44 +0100" startDate="2025-02-14 17:32:39 +0100" endDate="2025-02-14 17:40:45 +0100" value="95"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 17:59:27 +0100" startDate="2025-02-14 17:46:39 +0100" endDate="2025-02-14 17:55:49 +0100" value="222"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 18:14:05 +0100" startDate="2025-02-14 17:57:11 +0100" endDate="2025-02-14 18:00:04 +0100" value="78"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 18:27:23 +0100" startDate="2025-02-14 18:16:32 +0100" endDate="2025-02-14 18:17:18 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 18:49:31 +0100" startDate="2025-02-14 18:38:28 +0100" endDate="2025-02-14 18:41:26 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 19:03:23 +0100" startDate="2025-02-14 18:51:46 +0100" endDate="2025-02-14 19:01:47 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 19:16:31 +0100" startDate="2025-02-14 19:01:47 +0100" endDate="2025-02-14 19:02:30 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 19:46:27 +0100" startDate="2025-02-14 19:25:54 +0100" endDate="2025-02-14 19:27:11 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 20:05:41 +0100" startDate="2025-02-14 19:45:59 +0100" endDate="2025-02-14 19:46:35 +0100" value="45"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 21:13:29 +0100" startDate="2025-02-14 21:01:35 +0100" endDate="2025-02-14 21:01:37 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 23:25:44 +0100" startDate="2025-02-14 23:07:26 +0100" endDate="2025-02-14 23:07:49 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 23:39:11 +0100" startDate="2025-02-14 23:27:00 +0100" endDate="2025-02-14 23:32:23 +0100" value="207"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-14 23:49:56 +0100" startDate="2025-02-14 23:38:53 +0100" endDate="2025-02-14 23:40:25 +0100" value="43"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 00:29:49 +0100" startDate="2025-02-15 00:13:22 +0100" endDate="2025-02-15 00:16:42 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 03:47:33 +0100" startDate="2025-02-15 03:37:22 +0100" endDate="2025-02-15 03:41:06 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 08:56:32 +0100" startDate="2025-02-15 08:45:10 +0100" endDate="2025-02-15 08:53:49 +0100" value="940"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 09:12:55 +0100" startDate="2025-02-15 08:56:24 +0100" endDate="2025-02-15 09:06:18 +0100" value="961"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 09:19:59 +0100" startDate="2025-02-15 09:07:24 +0100" endDate="2025-02-15 09:13:36 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 10:08:05 +0100" startDate="2025-02-15 09:54:10 +0100" endDate="2025-02-15 09:57:31 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 13:15:34 +0100" startDate="2025-02-15 13:05:21 +0100" endDate="2025-02-15 13:08:37 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 13:38:47 +0100" startDate="2025-02-15 13:28:41 +0100" endDate="2025-02-15 13:28:52 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 15:36:20 +0100" startDate="2025-02-15 15:25:17 +0100" endDate="2025-02-15 15:26:06 +0100" value="44"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 16:30:03 +0100" startDate="2025-02-15 16:17:56 +0100" endDate="2025-02-15 16:22:34 +0100" value="186"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 16:43:08 +0100" startDate="2025-02-15 16:30:10 +0100" endDate="2025-02-15 16:39:15 +0100" value="471"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 16:52:44 +0100" startDate="2025-02-15 16:40:49 +0100" endDate="2025-02-15 16:50:48 +0100" value="387"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 17:06:08 +0100" startDate="2025-02-15 16:50:53 +0100" endDate="2025-02-15 16:57:53 +0100" value="380"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-15 17:16:19 +0100" startDate="2025-02-15 17:05:16 +0100" endDate="2025-02-15 17:15:10 +0100" value="546"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 02:00:49 +0100" endDate="2025-02-16 02:03:39 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 02:22:29 +0100" endDate="2025-02-16 02:23:12 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 02:52:26 +0100" endDate="2025-02-16 02:53:22 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 03:05:19 +0100" endDate="2025-02-16 03:06:10 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 07:47:53 +0100" endDate="2025-02-16 07:55:46 +0100" value="154"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 09:23:06 +0100" endDate="2025-02-16 09:24:18 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 09:27:06 +0100" endDate="2025-02-16 09:30:19 +0100" value="252"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 09:48:50 +0100" endDate="2025-02-16 09:51:00 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 11:04:53 +0100" endDate="2025-02-16 11:06:27 +0100" value="33"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 12:38:23 +0100" endDate="2025-02-16 12:38:26 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 12:52:39 +0100" endDate="2025-02-16 13:01:29 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 13:02:40 +0100" endDate="2025-02-16 13:03:36 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 13:13:47 +0100" endDate="2025-02-16 13:23:38 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 13:24:04 +0100" endDate="2025-02-16 13:28:01 +0100" value="288"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 13:48:59 +0100" endDate="2025-02-16 13:49:42 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 14:01:28 +0100" endDate="2025-02-16 14:01:33 +0100" value="13"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 14:01:33 +0100" endDate="2025-02-16 14:01:53 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 14:47:52 +0100" endDate="2025-02-16 14:48:02 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 15:21:45 +0100" endDate="2025-02-16 15:21:51 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 15:38:41 +0100" endDate="2025-02-16 15:44:05 +0100" value="26"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 15:48:56 +0100" endDate="2025-02-16 15:57:49 +0100" value="121"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 16:27:13 +0100" endDate="2025-02-16 16:34:13 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 17:00:14 +0100" endDate="2025-02-16 17:06:42 +0100" value="137"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 17:15:01 +0100" endDate="2025-02-16 17:17:47 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 18:31:49 +0100" endDate="2025-02-16 18:38:26 +0100" value="57"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 18:45:47 +0100" endDate="2025-02-16 18:47:34 +0100" value="70"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 18:57:22 +0100" endDate="2025-02-16 19:07:22 +0100" value="645"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 19:07:22 +0100" endDate="2025-02-16 19:08:57 +0100" value="177"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 19:21:44 +0100" endDate="2025-02-16 19:26:52 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 19:26:52 +0100" endDate="2025-02-16 19:33:47 +0100" value="277"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-16 22:04:16 +0100" startDate="2025-02-16 21:44:48 +0100" endDate="2025-02-16 21:52:40 +0100" value="189"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 01:52:23 +0100" startDate="2025-02-17 01:42:15 +0100" endDate="2025-02-17 01:44:30 +0100" value="69"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 08:08:34 +0100" startDate="2025-02-17 07:58:24 +0100" endDate="2025-02-17 08:07:52 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 08:21:48 +0100" startDate="2025-02-17 08:10:45 +0100" endDate="2025-02-17 08:14:37 +0100" value="174"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 08:42:10 +0100" startDate="2025-02-17 08:31:57 +0100" endDate="2025-02-17 08:41:48 +0100" value="87"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 10:18:55 +0100" startDate="2025-02-17 09:59:53 +0100" endDate="2025-02-17 10:07:34 +0100" value="36"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 13:00:25 +0100" startDate="2025-02-17 12:45:29 +0100" endDate="2025-02-17 12:54:47 +0100" value="96"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 14:11:19 +0100" startDate="2025-02-17 13:59:06 +0100" endDate="2025-02-17 14:04:20 +0100" value="151"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 14:40:43 +0100" startDate="2025-02-17 14:30:28 +0100" endDate="2025-02-17 14:38:09 +0100" value="172"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 15:03:55 +0100" startDate="2025-02-17 14:51:51 +0100" endDate="2025-02-17 15:01:53 +0100" value="211"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 15:18:18 +0100" startDate="2025-02-17 15:01:53 +0100" endDate="2025-02-17 15:11:51 +0100" value="396"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 15:24:35 +0100" startDate="2025-02-17 15:11:51 +0100" endDate="2025-02-17 15:21:52 +0100" value="316"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 15:36:34 +0100" startDate="2025-02-17 15:21:52 +0100" endDate="2025-02-17 15:24:35 +0100" value="84"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 15:44:58 +0100" startDate="2025-02-17 15:34:40 +0100" endDate="2025-02-17 15:44:18 +0100" value="362"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 15:59:17 +0100" startDate="2025-02-17 15:44:59 +0100" endDate="2025-02-17 15:45:35 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 16:10:58 +0100" startDate="2025-02-17 15:59:55 +0100" endDate="2025-02-17 16:00:03 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 16:35:16 +0100" startDate="2025-02-17 16:24:35 +0100" endDate="2025-02-17 16:24:38 +0100" value="4"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 21:10:18 +0100" startDate="2025-02-17 20:59:50 +0100" endDate="2025-02-17 21:00:23 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-17 22:33:02 +0100" startDate="2025-02-17 22:22:57 +0100" endDate="2025-02-17 22:27:38 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 06:01:42 +0100" startDate="2025-02-18 05:51:29 +0100" endDate="2025-02-18 05:59:05 +0100" value="114"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 06:28:26 +0100" startDate="2025-02-18 06:17:23 +0100" endDate="2025-02-18 06:22:47 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 07:24:02 +0100" startDate="2025-02-18 07:13:51 +0100" endDate="2025-02-18 07:21:18 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 07:34:27 +0100" startDate="2025-02-18 07:24:14 +0100" endDate="2025-02-18 07:24:45 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 08:18:07 +0100" startDate="2025-02-18 08:07:04 +0100" endDate="2025-02-18 08:07:09 +0100" value="6"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 08:35:20 +0100" startDate="2025-02-18 08:25:12 +0100" endDate="2025-02-18 08:25:20 +0100" value="19"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 10:07:34 +0100" startDate="2025-02-18 09:48:54 +0100" endDate="2025-02-18 09:52:33 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 12:11:08 +0100" startDate="2025-02-18 11:59:49 +0100" endDate="2025-02-18 12:09:30 +0100" value="47"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 12:21:16 +0100" startDate="2025-02-18 12:10:13 +0100" endDate="2025-02-18 12:11:22 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 12:36:57 +0100" startDate="2025-02-18 12:22:27 +0100" endDate="2025-02-18 12:29:42 +0100" value="627"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 12:43:19 +0100" startDate="2025-02-18 12:29:42 +0100" endDate="2025-02-18 12:39:41 +0100" value="389"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 12:50:44 +0100" startDate="2025-02-18 12:39:41 +0100" endDate="2025-02-18 12:43:51 +0100" value="360"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 13:16:08 +0100" startDate="2025-02-18 13:05:58 +0100" endDate="2025-02-18 13:06:08 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 14:34:14 +0100" startDate="2025-02-18 14:19:15 +0100" endDate="2025-02-18 14:24:28 +0100" value="150"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 16:31:59 +0100" startDate="2025-02-18 16:18:45 +0100" endDate="2025-02-18 16:28:46 +0100" value="165"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 16:39:49 +0100" startDate="2025-02-18 16:28:46 +0100" endDate="2025-02-18 16:38:37 +0100" value="219"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 17:08:07 +0100" startDate="2025-02-18 16:49:24 +0100" endDate="2025-02-18 16:58:47 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 17:14:12 +0100" startDate="2025-02-18 17:01:40 +0100" endDate="2025-02-18 17:01:43 +0100" value="8"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 21:57:19 +0100" startDate="2025-02-18 21:46:16 +0100" endDate="2025-02-18 21:46:27 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-18 22:07:56 +0100" startDate="2025-02-18 21:56:53 +0100" endDate="2025-02-18 21:56:58 +0100" value="10"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 02:03:47 +0100" startDate="2025-02-19 01:52:56 +0100" endDate="2025-02-19 01:56:28 +0100" value="98"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 07:07:45 +0100" startDate="2025-02-19 06:56:43 +0100" endDate="2025-02-19 07:01:13 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 07:57:16 +0100" startDate="2025-02-19 07:40:44 +0100" endDate="2025-02-19 07:46:28 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 08:13:57 +0100" startDate="2025-02-19 08:01:13 +0100" endDate="2025-02-19 08:04:59 +0100" value="169"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 08:22:34 +0100" startDate="2025-02-19 08:11:32 +0100" endDate="2025-02-19 08:21:33 +0100" value="271"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 08:33:36 +0100" startDate="2025-02-19 08:21:33 +0100" endDate="2025-02-19 08:22:03 +0100" value="39"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 09:00:01 +0100" startDate="2025-02-19 08:46:16 +0100" endDate="2025-02-19 08:50:56 +0100" value="220"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 09:19:14 +0100" startDate="2025-02-19 09:05:22 +0100" endDate="2025-02-19 09:08:46 +0100" value="190"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 10:43:41 +0100" startDate="2025-02-19 10:32:32 +0100" endDate="2025-02-19 10:42:32 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 10:53:34 +0100" startDate="2025-02-19 10:42:32 +0100" endDate="2025-02-19 10:49:30 +0100" value="89"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 11:31:32 +0100" startDate="2025-02-19 11:15:43 +0100" endDate="2025-02-19 11:23:58 +0100" value="176"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 11:41:07 +0100" startDate="2025-02-19 11:29:37 +0100" endDate="2025-02-19 11:38:06 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 11:59:37 +0100" startDate="2025-02-19 11:49:21 +0100" endDate="2025-02-19 11:49:39 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 12:13:21 +0100" startDate="2025-02-19 12:01:57 +0100" endDate="2025-02-19 12:11:58 +0100" value="962"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 12:23:01 +0100" startDate="2025-02-19 12:11:58 +0100" endDate="2025-02-19 12:19:36 +0100" value="675"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 12:44:36 +0100" startDate="2025-02-19 12:31:17 +0100" endDate="2025-02-19 12:32:03 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 13:53:51 +0100" startDate="2025-02-19 13:40:58 +0100" endDate="2025-02-19 13:48:57 +0100" value="681"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 14:04:14 +0100" startDate="2025-02-19 13:52:41 +0100" endDate="2025-02-19 14:02:42 +0100" value="615"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 14:14:37 +0100" startDate="2025-02-19 14:02:42 +0100" endDate="2025-02-19 14:12:43 +0100" value="877"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 14:32:56 +0100" startDate="2025-02-19 14:12:43 +0100" endDate="2025-02-19 14:18:11 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 15:43:54 +0100" startDate="2025-02-19 15:32:03 +0100" endDate="2025-02-19 15:36:56 +0100" value="59"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 16:20:09 +0100" startDate="2025-02-19 16:09:06 +0100" endDate="2025-02-19 16:12:56 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 16:37:10 +0100" startDate="2025-02-19 16:21:47 +0100" endDate="2025-02-19 16:22:56 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 19:39:14 +0100" startDate="2025-02-19 19:18:42 +0100" endDate="2025-02-19 19:23:00 +0100" value="62"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-19 21:45:27 +0100" startDate="2025-02-19 21:34:23 +0100" endDate="2025-02-19 21:39:44 +0100" value="82"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 01:44:45 +0100" startDate="2025-02-20 01:34:37 +0100" endDate="2025-02-20 01:34:53 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 02:12:59 +0100" startDate="2025-02-20 02:02:47 +0100" endDate="2025-02-20 02:07:29 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 06:30:56 +0100" startDate="2025-02-20 06:12:32 +0100" endDate="2025-02-20 06:14:19 +0100" value="38"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 06:42:07 +0100" startDate="2025-02-20 06:31:04 +0100" endDate="2025-02-20 06:34:33 +0100" value="56"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 07:02:42 +0100" startDate="2025-02-20 06:52:34 +0100" endDate="2025-02-20 07:02:25 +0100" value="317"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 07:58:53 +0100" startDate="2025-02-20 07:47:50 +0100" endDate="2025-02-20 07:47:53 +0100" value="9"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 08:19:19 +0100" startDate="2025-02-20 08:06:26 +0100" endDate="2025-02-20 08:14:48 +0100" value="297"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 08:30:56 +0100" startDate="2025-02-20 08:19:53 +0100" endDate="2025-02-20 08:27:18 +0100" value="133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 08:48:28 +0100" startDate="2025-02-20 08:33:28 +0100" endDate="2025-02-20 08:34:24 +0100" value="32"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 10:13:12 +0100" startDate="2025-02-20 10:02:09 +0100" endDate="2025-02-20 10:10:27 +0100" value="63"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 11:44:27 +0100" startDate="2025-02-20 11:22:56 +0100" endDate="2025-02-20 11:31:02 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 12:17:43 +0100" startDate="2025-02-20 12:03:05 +0100" endDate="2025-02-20 12:09:58 +0100" value="287"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 12:46:12 +0100" startDate="2025-02-20 12:33:33 +0100" endDate="2025-02-20 12:36:06 +0100" value="232"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 12:46:12 +0100" startDate="2025-02-20 12:36:06 +0100" endDate="2025-02-20 12:36:39 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 13:07:00 +0100" startDate="2025-02-20 12:53:38 +0100" endDate="2025-02-20 13:02:28 +0100" value="194"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 13:48:17 +0100" startDate="2025-02-20 13:36:43 +0100" endDate="2025-02-20 13:42:37 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 13:59:54 +0100" startDate="2025-02-20 13:49:02 +0100" endDate="2025-02-20 13:49:25 +0100" value="41"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 14:14:32 +0100" startDate="2025-02-20 14:03:23 +0100" endDate="2025-02-20 14:03:33 +0100" value="28"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 14:48:13 +0100" startDate="2025-02-20 14:36:41 +0100" endDate="2025-02-20 14:43:01 +0100" value="99"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 15:02:45 +0100" startDate="2025-02-20 14:50:24 +0100" endDate="2025-02-20 14:52:34 +0100" value="125"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 15:13:12 +0100" startDate="2025-02-20 15:02:57 +0100" endDate="2025-02-20 15:11:31 +0100" value="466"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 15:57:46 +0100" startDate="2025-02-20 15:44:41 +0100" endDate="2025-02-20 15:53:25 +0100" value="246"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 16:06:00 +0100" startDate="2025-02-20 15:54:57 +0100" endDate="2025-02-20 16:04:58 +0100" value="338"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 16:16:01 +0100" startDate="2025-02-20 16:04:58 +0100" endDate="2025-02-20 16:12:42 +0100" value="280"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 16:30:50 +0100" startDate="2025-02-20 16:19:48 +0100" endDate="2025-02-20 16:21:42 +0100" value="40"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 17:25:45 +0100" startDate="2025-02-20 17:13:45 +0100" endDate="2025-02-20 17:21:44 +0100" value="181"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 17:38:21 +0100" startDate="2025-02-20 17:25:28 +0100" endDate="2025-02-20 17:32:54 +0100" value="149"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca48c0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 17:49:27 +0100" startDate="2025-02-20 17:38:24 +0100" endDate="2025-02-20 17:40:52 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 18:30:28 +0100" startDate="2025-02-20 18:19:38 +0100" endDate="2025-02-20 18:22:47 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 18:36:13 +0100" startDate="2025-02-20 18:22:47 +0100" endDate="2025-02-20 18:24:21 +0100" value="175"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 18:52:29 +0100" startDate="2025-02-20 18:39:29 +0100" endDate="2025-02-20 18:49:30 +0100" value="744"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 19:03:09 +0100" startDate="2025-02-20 18:49:30 +0100" endDate="2025-02-20 18:51:42 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 21:16:54 +0100" startDate="2025-02-20 21:05:10 +0100" endDate="2025-02-20 21:13:07 +0100" value="167"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 21:30:42 +0100" startDate="2025-02-20 21:16:53 +0100" endDate="2025-02-20 21:19:31 +0100" value="296"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 21:43:20 +0100" startDate="2025-02-20 21:32:03 +0100" endDate="2025-02-20 21:32:08 +0100" value="12"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 21:59:00 +0100" startDate="2025-02-20 21:46:10 +0100" endDate="2025-02-20 21:50:28 +0100" value="332"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 22:17:22 +0100" startDate="2025-02-20 22:05:33 +0100" endDate="2025-02-20 22:15:13 +0100" value="74"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 22:29:58 +0100" startDate="2025-02-20 22:18:55 +0100" endDate="2025-02-20 22:22:17 +0100" value="64"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-20 23:16:23 +0100" startDate="2025-02-20 23:05:20 +0100" endDate="2025-02-20 23:05:56 +0100" value="37"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 05:50:20 +0100" startDate="2025-02-21 05:40:10 +0100" endDate="2025-02-21 05:47:46 +0100" value="60"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 06:31:00 +0100" startDate="2025-02-21 06:20:20 +0100" endDate="2025-02-21 06:20:55 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 06:57:31 +0100" startDate="2025-02-21 06:46:58 +0100" endDate="2025-02-21 06:52:50 +0100" value="54"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 09:06:40 +0100" startDate="2025-02-21 08:52:54 +0100" endDate="2025-02-21 09:00:43 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 09:15:09 +0100" startDate="2025-02-21 09:04:06 +0100" endDate="2025-02-21 09:06:24 +0100" value="110"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 10:14:41 +0100" startDate="2025-02-21 10:01:48 +0100" endDate="2025-02-21 10:05:34 +0100" value="144"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 10:35:06 +0100" startDate="2025-02-21 10:24:03 +0100" endDate="2025-02-21 10:32:35 +0100" value="290"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 10:45:36 +0100" startDate="2025-02-21 10:35:26 +0100" endDate="2025-02-21 10:40:11 +0100" value="139"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 11:46:42 +0100" startDate="2025-02-21 11:35:40 +0100" endDate="2025-02-21 11:41:13 +0100" value="223"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 14:06:42 +0100" startDate="2025-02-21 13:55:40 +0100" endDate="2025-02-21 13:56:33 +0100" value="50"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 15:03:39 +0100" startDate="2025-02-21 14:50:29 +0100" endDate="2025-02-21 15:00:27 +0100" value="262"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 15:18:12 +0100" startDate="2025-02-21 15:01:10 +0100" endDate="2025-02-21 15:08:11 +0100" value="315"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 15:22:17 +0100" startDate="2025-02-21 15:11:22 +0100" endDate="2025-02-21 15:18:35 +0100" value="108"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 15:41:59 +0100" startDate="2025-02-21 15:22:50 +0100" endDate="2025-02-21 15:23:56 +0100" value="48"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 16:02:23 +0100" startDate="2025-02-21 15:49:31 +0100" endDate="2025-02-21 15:59:32 +0100" value="371"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 16:13:11 +0100" startDate="2025-02-21 15:59:32 +0100" endDate="2025-02-21 16:09:33 +0100" value="180"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 16:21:21 +0100" startDate="2025-02-21 16:09:33 +0100" endDate="2025-02-21 16:11:58 +0100" value="192"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 16:32:13 +0100" startDate="2025-02-21 16:20:05 +0100" endDate="2025-02-21 16:29:38 +0100" value="85"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 16:41:47 +0100" startDate="2025-02-21 16:30:44 +0100" endDate="2025-02-21 16:30:47 +0100" value="16"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 17:26:24 +0100" startDate="2025-02-21 17:15:28 +0100" endDate="2025-02-21 17:24:05 +0100" value="115"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 17:42:47 +0100" startDate="2025-02-21 17:30:06 +0100" endDate="2025-02-21 17:36:41 +0100" value="202"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 18:09:30 +0100" startDate="2025-02-21 17:58:28 +0100" endDate="2025-02-21 18:00:43 +0100" value="124"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 21:38:34 +0100" startDate="2025-02-21 21:24:45 +0100" endDate="2025-02-21 21:34:41 +0100" value="77"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 21:50:01 +0100" startDate="2025-02-21 21:35:04 +0100" endDate="2025-02-21 21:44:19 +0100" value="199"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 22:01:10 +0100" startDate="2025-02-21 21:48:03 +0100" endDate="2025-02-21 21:57:16 +0100" value="291"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 22:14:20 +0100" startDate="2025-02-21 21:57:24 +0100" endDate="2025-02-21 22:00:42 +0100" value="53"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-21 23:50:16 +0100" startDate="2025-02-21 23:39:13 +0100" endDate="2025-02-21 23:44:29 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 08:04:31 +0100" startDate="2025-02-22 07:53:35 +0100" endDate="2025-02-22 08:02:43 +0100" value="97"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 10:26:32 +0100" startDate="2025-02-22 10:13:12 +0100" endDate="2025-02-22 10:23:08 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 10:40:53 +0100" startDate="2025-02-22 10:29:50 +0100" endDate="2025-02-22 10:37:03 +0100" value="104"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 11:18:42 +0100" startDate="2025-02-22 11:06:10 +0100" endDate="2025-02-22 11:16:09 +0100" value="24"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 11:34:20 +0100" startDate="2025-02-22 11:18:34 +0100" endDate="2025-02-22 11:18:42 +0100" value="17"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 11:52:33 +0100" startDate="2025-02-22 11:34:35 +0100" endDate="2025-02-22 11:44:31 +0100" value="324"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 12:03:28 +0100" startDate="2025-02-22 11:46:28 +0100" endDate="2025-02-22 11:55:29 +0100" value="179"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 12:13:49 +0100" startDate="2025-02-22 11:56:38 +0100" endDate="2025-02-22 12:06:36 +0100" value="276"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 12:18:09 +0100" startDate="2025-02-22 12:07:07 +0100" endDate="2025-02-22 12:17:08 +0100" value="402"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 12:31:22 +0100" startDate="2025-02-22 12:17:08 +0100" endDate="2025-02-22 12:26:41 +0100" value="382"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 12:46:53 +0100" startDate="2025-02-22 12:36:17 +0100" endDate="2025-02-22 12:38:09 +0100" value="68"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 12:54:39 +0100" startDate="2025-02-22 12:38:52 +0100" endDate="2025-02-22 12:44:46 +0100" value="75"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 13:07:24 +0100" startDate="2025-02-22 12:50:22 +0100" endDate="2025-02-22 12:53:51 +0100" value="92"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 13:15:48 +0100" startDate="2025-02-22 13:02:56 +0100" endDate="2025-02-22 13:12:47 +0100" value="170"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 13:35:28 +0100" startDate="2025-02-22 13:14:24 +0100" endDate="2025-02-22 13:15:37 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 14:36:31 +0100" startDate="2025-02-22 14:26:28 +0100" endDate="2025-02-22 14:31:34 +0100" value="66"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 15:46:47 +0100" startDate="2025-02-22 15:32:34 +0100" endDate="2025-02-22 15:42:35 +0100" value="355"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 15:55:45 +0100" startDate="2025-02-22 15:42:35 +0100" endDate="2025-02-22 15:52:36 +0100" value="984"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 16:13:19 +0100" startDate="2025-02-22 15:52:36 +0100" endDate="2025-02-22 16:02:37 +0100" value="793"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 16:13:19 +0100" startDate="2025-02-22 16:02:37 +0100" endDate="2025-02-22 16:11:09 +0100" value="795"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 16:24:11 +0100" startDate="2025-02-22 16:11:09 +0100" endDate="2025-02-22 16:20:32 +0100" value="653"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 16:32:54 +0100" startDate="2025-02-22 16:21:35 +0100" endDate="2025-02-22 16:31:36 +0100" value="567"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 16:50:14 +0100" startDate="2025-02-22 16:31:36 +0100" endDate="2025-02-22 16:40:51 +0100" value="946"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 17:23:14 +0100" startDate="2025-02-22 17:09:45 +0100" endDate="2025-02-22 17:19:31 +0100" value="640"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 17:34:52 +0100" startDate="2025-02-22 17:19:57 +0100" endDate="2025-02-22 17:29:58 +0100" value="817"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 17:46:14 +0100" startDate="2025-02-22 17:29:58 +0100" endDate="2025-02-22 17:39:59 +0100" value="988"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 17:52:25 +0100" startDate="2025-02-22 17:39:59 +0100" endDate="2025-02-22 17:49:55 +0100" value="460"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 18:06:20 +0100" startDate="2025-02-22 17:52:20 +0100" endDate="2025-02-22 17:52:27 +0100" value="14"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 18:45:28 +0100" startDate="2025-02-22 18:30:14 +0100" endDate="2025-02-22 18:30:57 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 19:24:39 +0100" startDate="2025-02-22 19:09:20 +0100" endDate="2025-02-22 19:12:39 +0100" value="25"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-22 22:59:36 +0100" startDate="2025-02-22 22:48:59 +0100" endDate="2025-02-22 22:51:27 +0100" value="29"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 09:18:36 +0100" startDate="2025-02-23 09:05:20 +0100" endDate="2025-02-23 09:05:43 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 11:27:49 +0100" startDate="2025-02-23 11:08:49 +0100" endDate="2025-02-23 11:18:18 +0100" value="71"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 11:34:51 +0100" startDate="2025-02-23 11:18:56 +0100" endDate="2025-02-23 11:28:57 +0100" value="422"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 11:40:00 +0100" startDate="2025-02-23 11:28:57 +0100" endDate="2025-02-23 11:38:58 +0100" value="868"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 11:55:29 +0100" startDate="2025-02-23 11:38:58 +0100" endDate="2025-02-23 11:48:59 +0100" value="712"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 12:05:48 +0100" startDate="2025-02-23 11:48:59 +0100" endDate="2025-02-23 11:59:00 +0100" value="1133"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 12:11:36 +0100" startDate="2025-02-23 11:59:00 +0100" endDate="2025-02-23 12:06:23 +0100" value="826"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 12:18:34 +0100" startDate="2025-02-23 12:06:23 +0100" endDate="2025-02-23 12:16:24 +0100" value="1077"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 12:27:05 +0100" startDate="2025-02-23 12:16:24 +0100" endDate="2025-02-23 12:21:55 +0100" value="527"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 13:05:33 +0100" startDate="2025-02-23 12:51:56 +0100" endDate="2025-02-23 13:00:27 +0100" value="249"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 14:16:14 +0100" startDate="2025-02-23 14:02:54 +0100" endDate="2025-02-23 14:11:10 +0100" value="767"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 14:26:41 +0100" startDate="2025-02-23 14:11:10 +0100" endDate="2025-02-23 14:21:12 +0100" value="839"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 14:38:06 +0100" startDate="2025-02-23 14:21:12 +0100" endDate="2025-02-23 14:31:13 +0100" value="937"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 14:48:26 +0100" startDate="2025-02-23 14:31:13 +0100" endDate="2025-02-23 14:41:08 +0100" value="1020"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 14:52:19 +0100" startDate="2025-02-23 14:41:16 +0100" endDate="2025-02-23 14:49:25 +0100" value="658"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 15:09:09 +0100" startDate="2025-02-23 14:54:20 +0100" endDate="2025-02-23 15:03:51 +0100" value="79"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 15:16:25 +0100" startDate="2025-02-23 15:05:25 +0100" endDate="2025-02-23 15:09:37 +0100" value="122"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 15:19:55 +0100" startDate="2025-02-23 15:09:47 +0100" endDate="2025-02-23 15:19:48 +0100" value="182"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 15:30:51 +0100" startDate="2025-02-23 15:19:48 +0100" endDate="2025-02-23 15:27:14 +0100" value="274"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 19:21:42 +0100" startDate="2025-02-23 19:07:31 +0100" endDate="2025-02-23 19:14:49 +0100" value="197"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 19:35:23 +0100" startDate="2025-02-23 19:21:47 +0100" endDate="2025-02-23 19:22:02 +0100" value="30"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-23 22:04:41 +0100" startDate="2025-02-23 21:53:39 +0100" endDate="2025-02-23 21:58:21 +0100" value="52"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-24 02:45:14 +0100" startDate="2025-02-24 02:34:41 +0100" endDate="2025-02-24 02:35:19 +0100" value="61"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-24 03:52:28 +0100" startDate="2025-02-24 03:42:21 +0100" endDate="2025-02-24 03:44:46 +0100" value="34"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-24 06:41:08 +0100" startDate="2025-02-24 06:31:03 +0100" endDate="2025-02-24 06:31:08 +0100" value="15"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-24 08:18:58 +0100" startDate="2025-02-24 08:07:04 +0100" endDate="2025-02-24 08:07:20 +0100" value="22"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-24 08:30:15 +0100" startDate="2025-02-24 08:18:14 +0100" endDate="2025-02-24 08:24:39 +0100" value="113"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-24 09:31:36 +0100" startDate="2025-02-24 09:20:34 +0100" endDate="2025-02-24 09:20:49 +0100" value="31"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-24 09:45:49 +0100" startDate="2025-02-24 09:34:46 +0100" endDate="2025-02-24 09:34:49 +0100" value="18"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-24 09:58:49 +0100" startDate="2025-02-24 09:48:20 +0100" endDate="2025-02-24 09:50:07 +0100" value="93"/>
 <Record type="HKQuantityTypeIdentifierStepCount" sourceName="Phone 3618" sourceVersion="18.1.1" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple Inc., model:iPhone, hardware:iPhone11,8, software:18.1.1, creation date:2024-12-03 07:16:55 +0000&gt;" unit="count" creationDate="2025-02-24 10:16:59 +0100" startDate="2025-02-24 09:58:26 +0100" endDate="2025-02-24 09:58:49 +0100" value="46"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 13:51:57 +0100" startDate="2017-06-30 12:44:05 +0100" endDate="2017-06-30 12:50:13 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 13:51:57 +0100" startDate="2017-06-30 13:02:04 +0100" endDate="2017-06-30 13:09:18 +0100" value="0.0216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 13:51:57 +0100" startDate="2017-06-30 13:09:18 +0100" endDate="2017-06-30 13:18:44 +0100" value="0.05651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 13:51:57 +0100" startDate="2017-06-30 13:18:44 +0100" endDate="2017-06-30 13:27:45 +0100" value="0.14405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 13:51:57 +0100" startDate="2017-06-30 13:27:45 +0100" endDate="2017-06-30 13:37:42 +0100" value="0.25832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 13:51:57 +0100" startDate="2017-06-30 13:37:42 +0100" endDate="2017-06-30 13:46:49 +0100" value="0.15965"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 14:52:21 +0100" startDate="2017-06-30 13:46:49 +0100" endDate="2017-06-30 13:55:25 +0100" value="0.24255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 14:52:21 +0100" startDate="2017-06-30 13:55:25 +0100" endDate="2017-06-30 14:05:25 +0100" value="0.05667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 14:52:21 +0100" startDate="2017-06-30 14:05:25 +0100" endDate="2017-06-30 14:15:24 +0100" value="0.13143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 14:52:21 +0100" startDate="2017-06-30 14:15:24 +0100" endDate="2017-06-30 14:25:22 +0100" value="0.34765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 14:52:21 +0100" startDate="2017-06-30 14:25:22 +0100" endDate="2017-06-30 14:35:19 +0100" value="0.13654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 14:52:21 +0100" startDate="2017-06-30 14:35:19 +0100" endDate="2017-06-30 14:38:02 +0100" value="0.01742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 17:50:27 +0100" startDate="2017-06-30 17:27:11 +0100" endDate="2017-06-30 17:33:27 +0100" value="0.01095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 17:50:27 +0100" startDate="2017-06-30 17:36:10 +0100" endDate="2017-06-30 17:46:08 +0100" value="0.11677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 18:51:32 +0100" startDate="2017-06-30 17:46:08 +0100" endDate="2017-06-30 17:49:59 +0100" value="0.05988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 19:56:37 +0100" startDate="2017-06-30 18:57:05 +0100" endDate="2017-06-30 19:07:05 +0100" value="0.023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 19:56:37 +0100" startDate="2017-06-30 19:07:05 +0100" endDate="2017-06-30 19:16:39 +0100" value="0.084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-06-30 19:56:37 +0100" startDate="2017-06-30 19:16:39 +0100" endDate="2017-06-30 19:20:43 +0100" value="0.04007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 06:55:13 +0100" startDate="2017-07-01 04:04:38 +0100" endDate="2017-07-01 04:12:51 +0100" value="0.02296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 06:55:13 +0100" startDate="2017-07-01 04:13:47 +0100" endDate="2017-07-01 04:22:07 +0100" value="0.02988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 08:16:08 +0100" startDate="2017-07-01 07:21:42 +0100" endDate="2017-07-01 07:28:05 +0100" value="0.0166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 10:15:14 +0100" startDate="2017-07-01 09:55:13 +0100" endDate="2017-07-01 10:01:56 +0100" value="0.01947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 10:15:14 +0100" startDate="2017-07-01 10:01:56 +0100" endDate="2017-07-01 10:11:55 +0100" value="0.03399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 11:19:11 +0100" startDate="2017-07-01 10:11:55 +0100" endDate="2017-07-01 10:12:23 +0100" value="0.01028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 11:19:11 +0100" startDate="2017-07-01 10:51:32 +0100" endDate="2017-07-01 10:57:45 +0100" value="0.00581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 14:15:43 +0100" startDate="2017-07-01 13:29:03 +0100" endDate="2017-07-01 13:36:04 +0100" value="0.02528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 14:15:43 +0100" startDate="2017-07-01 13:36:04 +0100" endDate="2017-07-01 13:46:01 +0100" value="0.0898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 14:15:43 +0100" startDate="2017-07-01 13:46:01 +0100" endDate="2017-07-01 13:56:00 +0100" value="0.94655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 14:15:43 +0100" startDate="2017-07-01 13:56:00 +0100" endDate="2017-07-01 14:05:59 +0100" value="0.36871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 15:38:58 +0100" startDate="2017-07-01 14:05:42 +0100" endDate="2017-07-01 14:15:30 +0100" value="0.71069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 15:38:58 +0100" startDate="2017-07-01 14:15:30 +0100" endDate="2017-07-01 14:25:26 +0100" value="0.36484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 15:38:58 +0100" startDate="2017-07-01 14:25:26 +0100" endDate="2017-07-01 14:31:05 +0100" value="0.01844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 16:40:28 +0100" startDate="2017-07-01 16:24:16 +0100" endDate="2017-07-01 16:25:10 +0100" value="0.02073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 16:40:28 +0100" startDate="2017-07-01 16:32:51 +0100" endDate="2017-07-01 16:38:11 +0100" value="0.01545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 16:48:23 +0100" startDate="2017-07-01 16:38:11 +0100" endDate="2017-07-01 16:48:05 +0100" value="0.03651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 17:17:56 +0100" startDate="2017-07-01 17:01:49 +0100" endDate="2017-07-01 17:11:48 +0100" value="0.02192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 18:15:49 +0100" startDate="2017-07-01 17:11:48 +0100" endDate="2017-07-01 17:21:46 +0100" value="0.03845"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 18:15:49 +0100" startDate="2017-07-01 17:21:46 +0100" endDate="2017-07-01 17:30:17 +0100" value="0.2367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 19:28:05 +0100" startDate="2017-07-01 18:10:11 +0100" endDate="2017-07-01 18:19:01 +0100" value="0.05505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 19:28:05 +0100" startDate="2017-07-01 18:35:36 +0100" endDate="2017-07-01 18:41:47 +0100" value="0.01028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 19:28:05 +0100" startDate="2017-07-01 18:47:59 +0100" endDate="2017-07-01 18:56:24 +0100" value="0.01126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 19:28:05 +0100" startDate="2017-07-01 18:56:24 +0100" endDate="2017-07-01 18:59:06 +0100" value="0.00727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 19:28:05 +0100" startDate="2017-07-01 19:07:39 +0100" endDate="2017-07-01 19:13:41 +0100" value="0.00628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 20:24:24 +0100" startDate="2017-07-01 19:57:46 +0100" endDate="2017-07-01 20:04:55 +0100" value="0.01082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 20:24:24 +0100" startDate="2017-07-01 20:04:55 +0100" endDate="2017-07-01 20:14:40 +0100" value="0.01556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 22:17:36 +0100" startDate="2017-07-01 21:32:06 +0100" endDate="2017-07-01 21:39:55 +0100" value="0.01814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 22:17:36 +0100" startDate="2017-07-01 21:52:11 +0100" endDate="2017-07-01 21:59:32 +0100" value="0.00071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 22:17:36 +0100" startDate="2017-07-01 21:59:32 +0100" endDate="2017-07-01 22:05:59 +0100" value="0.06255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 23:27:25 +0100" startDate="2017-07-01 22:39:18 +0100" endDate="2017-07-01 22:46:57 +0100" value="0.02256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 23:27:25 +0100" startDate="2017-07-01 22:49:18 +0100" endDate="2017-07-01 22:55:18 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-01 23:27:25 +0100" startDate="2017-07-01 23:16:46 +0100" endDate="2017-07-01 23:26:35 +0100" value="0.35496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 00:18:10 +0100" startDate="2017-07-01 23:26:35 +0100" endDate="2017-07-01 23:28:24 +0100" value="0.02378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 00:18:10 +0100" startDate="2017-07-01 23:33:36 +0100" endDate="2017-07-01 23:40:34 +0100" value="0.01714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 07:09:33 +0100" startDate="2017-07-02 06:40:49 +0100" endDate="2017-07-02 06:48:10 +0100" value="0.02204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 08:05:30 +0100" startDate="2017-07-02 07:34:30 +0100" endDate="2017-07-02 07:40:37 +0100" value="0.0091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 08:05:30 +0100" startDate="2017-07-02 07:49:46 +0100" endDate="2017-07-02 07:59:46 +0100" value="0.06985"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 09:09:07 +0100" startDate="2017-07-02 07:59:46 +0100" endDate="2017-07-02 08:09:24 +0100" value="0.08311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 09:09:07 +0100" startDate="2017-07-02 08:09:24 +0100" endDate="2017-07-02 08:13:36 +0100" value="0.02296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 09:09:07 +0100" startDate="2017-07-02 08:45:41 +0100" endDate="2017-07-02 08:55:41 +0100" value="0.2786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 09:09:07 +0100" startDate="2017-07-02 08:55:41 +0100" endDate="2017-07-02 08:58:04 +0100" value="0.06945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 10:00:02 +0100" startDate="2017-07-02 09:39:57 +0100" endDate="2017-07-02 09:49:15 +0100" value="0.03368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 10:00:02 +0100" startDate="2017-07-02 09:49:15 +0100" endDate="2017-07-02 09:59:14 +0100" value="0.15137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 11:02:11 +0100" startDate="2017-07-02 09:59:14 +0100" endDate="2017-07-02 10:04:55 +0100" value="0.12862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 11:02:11 +0100" startDate="2017-07-02 10:05:04 +0100" endDate="2017-07-02 10:12:41 +0100" value="0.07819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 12:00:40 +0100" startDate="2017-07-02 10:56:23 +0100" endDate="2017-07-02 11:06:07 +0100" value="0.05073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 12:00:40 +0100" startDate="2017-07-02 11:31:38 +0100" endDate="2017-07-02 11:41:37 +0100" value="0.3138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 12:00:40 +0100" startDate="2017-07-02 11:41:37 +0100" endDate="2017-07-02 11:44:05 +0100" value="0.15698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 12:00:40 +0100" startDate="2017-07-02 11:46:18 +0100" endDate="2017-07-02 11:56:18 +0100" value="0.29325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 12:34:25 +0100" startDate="2017-07-02 11:56:18 +0100" endDate="2017-07-02 12:00:40 +0100" value="0.2817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 13:59:44 +0100" startDate="2017-07-02 12:36:25 +0100" endDate="2017-07-02 12:46:16 +0100" value="0.08494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 13:59:44 +0100" startDate="2017-07-02 12:46:16 +0100" endDate="2017-07-02 12:50:22 +0100" value="0.02052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 13:59:44 +0100" startDate="2017-07-02 12:58:39 +0100" endDate="2017-07-02 13:08:38 +0100" value="0.24641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 13:59:44 +0100" startDate="2017-07-02 13:08:38 +0100" endDate="2017-07-02 13:18:37 +0100" value="1.0483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 13:59:44 +0100" startDate="2017-07-02 13:18:37 +0100" endDate="2017-07-02 13:22:33 +0100" value="0.14811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 13:59:44 +0100" startDate="2017-07-02 13:41:16 +0100" endDate="2017-07-02 13:50:09 +0100" value="0.01877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:01:05 +0100" startDate="2017-07-02 13:50:09 +0100" endDate="2017-07-02 13:59:46 +0100" value="0.02791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:01:34 +0100" endDate="2017-07-02 15:02:35 +0100" value="0.04826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:02:35 +0100" endDate="2017-07-02 15:03:36 +0100" value="0.05883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:03:36 +0100" endDate="2017-07-02 15:04:37 +0100" value="0.08898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:04:37 +0100" endDate="2017-07-02 15:05:38 +0100" value="0.09811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:05:38 +0100" endDate="2017-07-02 15:06:39 +0100" value="0.08673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:06:39 +0100" endDate="2017-07-02 15:07:40 +0100" value="0.07053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:07:40 +0100" endDate="2017-07-02 15:08:42 +0100" value="0.09791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:08:42 +0100" endDate="2017-07-02 15:09:43 +0100" value="0.09338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:09:43 +0100" endDate="2017-07-02 15:10:44 +0100" value="0.10881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:10:44 +0100" endDate="2017-07-02 15:11:45 +0100" value="0.08244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:11:45 +0100" endDate="2017-07-02 15:12:46 +0100" value="0.07856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:12:46 +0100" endDate="2017-07-02 15:13:47 +0100" value="0.05035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:13:47 +0100" endDate="2017-07-02 15:14:49 +0100" value="0.0836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:14:49 +0100" endDate="2017-07-02 15:15:50 +0100" value="0.08977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:17:40 +0100" startDate="2017-07-02 15:15:50 +0100" endDate="2017-07-02 15:17:22 +0100" value="0.01952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 15:18:26 +0100" startDate="2017-07-02 15:17:22 +0100" endDate="2017-07-02 15:18:23 +0100" value="0.0421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 16:14:52 +0100" startDate="2017-07-02 15:18:23 +0100" endDate="2017-07-02 15:18:43 +0100" value="0.01171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 18:15:30 +0100" startDate="2017-07-02 17:29:11 +0100" endDate="2017-07-02 17:35:23 +0100" value="0.00084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 20:37:52 +0100" startDate="2017-07-02 19:23:21 +0100" endDate="2017-07-02 19:30:09 +0100" value="0.03062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 20:37:52 +0100" startDate="2017-07-02 19:30:09 +0100" endDate="2017-07-02 19:39:20 +0100" value="0.09818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-02 20:37:52 +0100" startDate="2017-07-02 19:39:20 +0100" endDate="2017-07-02 19:44:58 +0100" value="0.04652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 06:18:10 +0100" startDate="2017-07-03 05:42:29 +0100" endDate="2017-07-03 05:50:00 +0100" value="0.01334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 06:18:10 +0100" startDate="2017-07-03 05:50:00 +0100" endDate="2017-07-03 05:55:26 +0100" value="0.005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 06:18:10 +0100" startDate="2017-07-03 06:06:50 +0100" endDate="2017-07-03 06:14:16 +0100" value="0.04012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 07:30:31 +0100" startDate="2017-07-03 06:14:16 +0100" endDate="2017-07-03 06:24:02 +0100" value="0.04464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 07:30:31 +0100" startDate="2017-07-03 06:24:02 +0100" endDate="2017-07-03 06:34:00 +0100" value="0.74603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 07:30:31 +0100" startDate="2017-07-03 06:34:00 +0100" endDate="2017-07-03 06:44:00 +0100" value="0.70258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 07:30:31 +0100" startDate="2017-07-03 06:44:00 +0100" endDate="2017-07-03 06:53:19 +0100" value="0.77601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 08:22:46 +0100" startDate="2017-07-03 07:26:09 +0100" endDate="2017-07-03 07:36:08 +0100" value="0.29743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 08:22:46 +0100" startDate="2017-07-03 07:36:08 +0100" endDate="2017-07-03 07:43:57 +0100" value="0.13852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 08:22:46 +0100" startDate="2017-07-03 07:43:57 +0100" endDate="2017-07-03 07:48:34 +0100" value="0.0105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 08:22:46 +0100" startDate="2017-07-03 08:02:50 +0100" endDate="2017-07-03 08:08:53 +0100" value="0.00734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 09:16:33 +0100" startDate="2017-07-03 08:54:20 +0100" endDate="2017-07-03 09:03:16 +0100" value="0.03983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 10:15:39 +0100" startDate="2017-07-03 09:29:31 +0100" endDate="2017-07-03 09:36:06 +0100" value="0.00597"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 10:15:39 +0100" startDate="2017-07-03 09:55:16 +0100" endDate="2017-07-03 10:03:16 +0100" value="0.03757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 11:18:47 +0100" startDate="2017-07-03 10:33:28 +0100" endDate="2017-07-03 10:41:43 +0100" value="0.05868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 11:18:47 +0100" startDate="2017-07-03 10:49:45 +0100" endDate="2017-07-03 10:58:51 +0100" value="0.14215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 11:18:47 +0100" startDate="2017-07-03 10:58:51 +0100" endDate="2017-07-03 11:08:20 +0100" value="0.21608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 11:18:47 +0100" startDate="2017-07-03 11:08:20 +0100" endDate="2017-07-03 11:11:56 +0100" value="0.00296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 12:18:58 +0100" startDate="2017-07-03 11:26:56 +0100" endDate="2017-07-03 11:36:45 +0100" value="0.24749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 12:18:58 +0100" startDate="2017-07-03 12:02:16 +0100" endDate="2017-07-03 12:12:15 +0100" value="0.33591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 13:16:31 +0100" startDate="2017-07-03 12:12:15 +0100" endDate="2017-07-03 12:21:25 +0100" value="0.2415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 13:16:31 +0100" startDate="2017-07-03 12:21:25 +0100" endDate="2017-07-03 12:30:05 +0100" value="0.04844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 13:16:31 +0100" startDate="2017-07-03 12:33:34 +0100" endDate="2017-07-03 12:41:47 +0100" value="0.02519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 13:16:31 +0100" startDate="2017-07-03 13:00:17 +0100" endDate="2017-07-03 13:07:36 +0100" value="0.04729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 14:17:12 +0100" startDate="2017-07-03 13:12:01 +0100" endDate="2017-07-03 13:18:55 +0100" value="0.06709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 14:17:12 +0100" startDate="2017-07-03 13:35:50 +0100" endDate="2017-07-03 13:45:37 +0100" value="0.17789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 14:17:12 +0100" startDate="2017-07-03 13:45:37 +0100" endDate="2017-07-03 13:46:15 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 15:49:01 +0100" startDate="2017-07-03 14:11:14 +0100" endDate="2017-07-03 14:20:53 +0100" value="0.04313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 15:49:01 +0100" startDate="2017-07-03 14:20:53 +0100" endDate="2017-07-03 14:26:11 +0100" value="0.0081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 15:49:01 +0100" startDate="2017-07-03 14:50:24 +0100" endDate="2017-07-03 14:58:44 +0100" value="0.08049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 15:49:01 +0100" startDate="2017-07-03 15:13:52 +0100" endDate="2017-07-03 15:23:51 +0100" value="0.16009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 15:49:01 +0100" startDate="2017-07-03 15:23:51 +0100" endDate="2017-07-03 15:33:49 +0100" value="0.72422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 16:19:42 +0100" startDate="2017-07-03 15:58:01 +0100" endDate="2017-07-03 16:04:27 +0100" value="0.02903"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 16:19:42 +0100" startDate="2017-07-03 16:04:27 +0100" endDate="2017-07-03 16:14:22 +0100" value="0.03171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 17:17:55 +0100" startDate="2017-07-03 16:14:22 +0100" endDate="2017-07-03 16:23:54 +0100" value="0.19602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 17:17:55 +0100" startDate="2017-07-03 16:23:54 +0100" endDate="2017-07-03 16:31:27 +0100" value="0.16247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 17:17:55 +0100" startDate="2017-07-03 16:31:27 +0100" endDate="2017-07-03 16:40:47 +0100" value="0.15481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 17:17:55 +0100" startDate="2017-07-03 16:53:37 +0100" endDate="2017-07-03 17:03:36 +0100" value="0.02682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 17:17:55 +0100" startDate="2017-07-03 17:03:36 +0100" endDate="2017-07-03 17:12:36 +0100" value="0.25325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 18:49:19 +0100" startDate="2017-07-03 17:12:36 +0100" endDate="2017-07-03 17:22:23 +0100" value="0.11723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 18:49:19 +0100" startDate="2017-07-03 17:22:23 +0100" endDate="2017-07-03 17:32:23 +0100" value="0.18622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 18:49:19 +0100" startDate="2017-07-03 17:32:23 +0100" endDate="2017-07-03 17:42:20 +0100" value="0.09856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 18:49:19 +0100" startDate="2017-07-03 17:42:20 +0100" endDate="2017-07-03 17:52:13 +0100" value="0.02661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 18:49:19 +0100" startDate="2017-07-03 17:52:13 +0100" endDate="2017-07-03 18:00:21 +0100" value="0.06064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 19:16:21 +0100" startDate="2017-07-03 18:54:30 +0100" endDate="2017-07-03 19:04:06 +0100" value="0.15503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 19:16:21 +0100" startDate="2017-07-03 19:04:30 +0100" endDate="2017-07-03 19:14:29 +0100" value="0.22378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 20:26:24 +0100" startDate="2017-07-03 19:14:29 +0100" endDate="2017-07-03 19:23:15 +0100" value="0.16669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 20:26:24 +0100" startDate="2017-07-03 19:23:49 +0100" endDate="2017-07-03 19:33:17 +0100" value="0.15786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 20:26:24 +0100" startDate="2017-07-03 19:35:33 +0100" endDate="2017-07-03 19:44:08 +0100" value="0.17232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-03 20:26:24 +0100" startDate="2017-07-03 19:44:08 +0100" endDate="2017-07-03 19:51:49 +0100" value="0.42099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 07:16:50 +0100" startDate="2017-07-04 06:42:03 +0100" endDate="2017-07-04 06:52:03 +0100" value="0.11249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 07:16:50 +0100" startDate="2017-07-04 06:52:03 +0100" endDate="2017-07-04 07:00:00 +0100" value="0.77177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 08:20:49 +0100" startDate="2017-07-04 07:49:04 +0100" endDate="2017-07-04 07:57:47 +0100" value="0.0475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 08:20:49 +0100" startDate="2017-07-04 07:57:47 +0100" endDate="2017-07-04 08:04:50 +0100" value="0.03138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 09:16:18 +0100" startDate="2017-07-04 08:37:40 +0100" endDate="2017-07-04 08:45:59 +0100" value="0.10283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 10:26:18 +0100" startDate="2017-07-04 09:06:34 +0100" endDate="2017-07-04 09:14:39 +0100" value="0.03323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 10:26:18 +0100" startDate="2017-07-04 09:16:04 +0100" endDate="2017-07-04 09:24:46 +0100" value="0.02374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 10:26:18 +0100" startDate="2017-07-04 09:34:40 +0100" endDate="2017-07-04 09:42:45 +0100" value="0.07156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 11:20:02 +0100" startDate="2017-07-04 10:43:37 +0100" endDate="2017-07-04 10:53:36 +0100" value="0.08069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 11:20:02 +0100" startDate="2017-07-04 10:53:36 +0100" endDate="2017-07-04 10:55:08 +0100" value="0.03192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 12:22:31 +0100" startDate="2017-07-04 11:14:11 +0100" endDate="2017-07-04 11:23:12 +0100" value="0.00448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 13:17:00 +0100" startDate="2017-07-04 12:29:11 +0100" endDate="2017-07-04 12:39:03 +0100" value="0.03695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 13:17:00 +0100" startDate="2017-07-04 12:39:03 +0100" endDate="2017-07-04 12:48:43 +0100" value="0.54802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 13:17:00 +0100" startDate="2017-07-04 12:48:43 +0100" endDate="2017-07-04 12:58:29 +0100" value="0.10165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 15:40:36 +0100" startDate="2017-07-04 14:49:16 +0100" endDate="2017-07-04 14:58:14 +0100" value="0.05198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 15:40:36 +0100" startDate="2017-07-04 15:02:08 +0100" endDate="2017-07-04 15:08:36 +0100" value="0.01875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 15:40:36 +0100" startDate="2017-07-04 15:08:36 +0100" endDate="2017-07-04 15:17:21 +0100" value="0.01426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 17:19:00 +0100" startDate="2017-07-04 16:22:22 +0100" endDate="2017-07-04 16:32:13 +0100" value="0.05715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 17:19:00 +0100" startDate="2017-07-04 16:32:13 +0100" endDate="2017-07-04 16:34:03 +0100" value="0.00084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 18:23:22 +0100" startDate="2017-07-04 17:19:45 +0100" endDate="2017-07-04 17:29:29 +0100" value="0.00473"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 18:23:22 +0100" startDate="2017-07-04 17:29:29 +0100" endDate="2017-07-04 17:37:05 +0100" value="0.05291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 18:23:22 +0100" startDate="2017-07-04 18:02:02 +0100" endDate="2017-07-04 18:10:52 +0100" value="0.0193"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 19:23:24 +0100" startDate="2017-07-04 18:35:46 +0100" endDate="2017-07-04 18:42:31 +0100" value="0.01609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 19:23:24 +0100" startDate="2017-07-04 18:58:00 +0100" endDate="2017-07-04 19:05:52 +0100" value="0.03357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 20:21:23 +0100" startDate="2017-07-04 19:25:11 +0100" endDate="2017-07-04 19:34:39 +0100" value="0.06684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 20:21:23 +0100" startDate="2017-07-04 19:34:39 +0100" endDate="2017-07-04 19:44:37 +0100" value="0.32403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 20:21:23 +0100" startDate="2017-07-04 19:44:37 +0100" endDate="2017-07-04 19:45:25 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 20:21:23 +0100" startDate="2017-07-04 19:57:51 +0100" endDate="2017-07-04 20:03:51 +0100" value="0.00368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 20:21:23 +0100" startDate="2017-07-04 20:06:44 +0100" endDate="2017-07-04 20:14:59 +0100" value="0.02787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 21:14:46 +0100" startDate="2017-07-04 20:14:59 +0100" endDate="2017-07-04 20:20:39 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 21:14:46 +0100" startDate="2017-07-04 20:28:39 +0100" endDate="2017-07-04 20:34:57 +0100" value="0.00729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 21:14:46 +0100" startDate="2017-07-04 20:34:57 +0100" endDate="2017-07-04 20:41:43 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 21:14:46 +0100" startDate="2017-07-04 21:00:19 +0100" endDate="2017-07-04 21:09:28 +0100" value="0.0548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 22:15:47 +0100" startDate="2017-07-04 21:09:28 +0100" endDate="2017-07-04 21:19:26 +0100" value="0.64838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-04 22:15:47 +0100" startDate="2017-07-04 21:19:26 +0100" endDate="2017-07-04 21:29:20 +0100" value="0.08896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 07:16:07 +0100" startDate="2017-07-05 06:26:04 +0100" endDate="2017-07-05 06:34:45 +0100" value="0.07986"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 07:16:07 +0100" startDate="2017-07-05 06:35:37 +0100" endDate="2017-07-05 06:43:55 +0100" value="0.01326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 07:16:07 +0100" startDate="2017-07-05 06:43:55 +0100" endDate="2017-07-05 06:53:52 +0100" value="0.00693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 07:16:07 +0100" startDate="2017-07-05 06:53:52 +0100" endDate="2017-07-05 07:03:30 +0100" value="0.05672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 07:16:07 +0100" startDate="2017-07-05 07:03:30 +0100" endDate="2017-07-05 07:13:25 +0100" value="0.46868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 08:15:18 +0100" startDate="2017-07-05 07:13:25 +0100" endDate="2017-07-05 07:23:23 +0100" value="0.80141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 08:15:18 +0100" startDate="2017-07-05 07:23:23 +0100" endDate="2017-07-05 07:31:37 +0100" value="0.10462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 08:15:18 +0100" startDate="2017-07-05 07:38:48 +0100" endDate="2017-07-05 07:46:44 +0100" value="0.03678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 08:15:18 +0100" startDate="2017-07-05 07:59:53 +0100" endDate="2017-07-05 08:08:39 +0100" value="0.01859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 08:08:39 +0100" endDate="2017-07-05 08:15:13 +0100" value="0.0499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 08:15:30 +0100" endDate="2017-07-05 08:21:45 +0100" value="0.02396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 08:21:45 +0100" endDate="2017-07-05 08:31:40 +0100" value="0.0394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 08:31:40 +0100" endDate="2017-07-05 08:41:38 +0100" value="0.1257"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 08:41:38 +0100" endDate="2017-07-05 08:49:27 +0100" value="0.41781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 08:55:13 +0100" endDate="2017-07-05 09:05:12 +0100" value="0.0899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 09:15:32 +0100" startDate="2017-07-05 09:05:12 +0100" endDate="2017-07-05 09:10:35 +0100" value="0.00887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 10:16:50 +0100" startDate="2017-07-05 09:14:50 +0100" endDate="2017-07-05 09:22:47 +0100" value="0.07973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 10:16:50 +0100" startDate="2017-07-05 09:24:10 +0100" endDate="2017-07-05 09:33:52 +0100" value="0.07311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 10:16:50 +0100" startDate="2017-07-05 09:51:20 +0100" endDate="2017-07-05 09:58:34 +0100" value="0.036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 11:15:00 +0100" startDate="2017-07-05 10:15:19 +0100" endDate="2017-07-05 10:23:04 +0100" value="0.04288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 11:15:00 +0100" startDate="2017-07-05 10:48:41 +0100" endDate="2017-07-05 10:58:40 +0100" value="0.09559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 11:15:00 +0100" startDate="2017-07-05 10:58:40 +0100" endDate="2017-07-05 11:08:39 +0100" value="0.26124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 12:15:30 +0100" startDate="2017-07-05 11:08:39 +0100" endDate="2017-07-05 11:13:45 +0100" value="0.35062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 12:15:30 +0100" startDate="2017-07-05 11:50:25 +0100" endDate="2017-07-05 12:00:08 +0100" value="0.02039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 12:15:30 +0100" startDate="2017-07-05 12:00:08 +0100" endDate="2017-07-05 12:10:07 +0100" value="0.16244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 13:16:38 +0100" startDate="2017-07-05 12:10:07 +0100" endDate="2017-07-05 12:20:05 +0100" value="0.89867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 13:16:38 +0100" startDate="2017-07-05 12:20:05 +0100" endDate="2017-07-05 12:29:22 +0100" value="0.49152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 13:16:38 +0100" startDate="2017-07-05 12:29:22 +0100" endDate="2017-07-05 12:34:02 +0100" value="0.26485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 13:16:38 +0100" startDate="2017-07-05 12:40:47 +0100" endDate="2017-07-05 12:48:01 +0100" value="0.01038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 15:18:07 +0100" startDate="2017-07-05 14:26:59 +0100" endDate="2017-07-05 14:33:06 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 15:18:07 +0100" startDate="2017-07-05 14:41:19 +0100" endDate="2017-07-05 14:48:00 +0100" value="0.00995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 16:14:44 +0100" startDate="2017-07-05 15:36:56 +0100" endDate="2017-07-05 15:46:55 +0100" value="0.05667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 16:14:44 +0100" startDate="2017-07-05 15:46:55 +0100" endDate="2017-07-05 15:47:16 +0100" value="0.00654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 17:16:11 +0100" startDate="2017-07-05 16:08:59 +0100" endDate="2017-07-05 16:18:53 +0100" value="0.03282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 17:16:11 +0100" startDate="2017-07-05 16:18:53 +0100" endDate="2017-07-05 16:26:51 +0100" value="0.07078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 17:16:11 +0100" startDate="2017-07-05 16:26:51 +0100" endDate="2017-07-05 16:34:27 +0100" value="0.0254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 17:16:11 +0100" startDate="2017-07-05 16:34:27 +0100" endDate="2017-07-05 16:44:09 +0100" value="0.01904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 17:16:11 +0100" startDate="2017-07-05 16:44:09 +0100" endDate="2017-07-05 16:53:40 +0100" value="0.03511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 17:16:11 +0100" startDate="2017-07-05 16:53:40 +0100" endDate="2017-07-05 17:03:28 +0100" value="0.2235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 17:16:11 +0100" startDate="2017-07-05 17:03:28 +0100" endDate="2017-07-05 17:11:47 +0100" value="0.13097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 17:11:47 +0100" endDate="2017-07-05 17:21:11 +0100" value="0.13638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 17:21:11 +0100" endDate="2017-07-05 17:31:05 +0100" value="0.03254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 17:31:05 +0100" endDate="2017-07-05 17:41:05 +0100" value="0.08398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 17:41:05 +0100" endDate="2017-07-05 17:50:12 +0100" value="0.10289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 17:50:12 +0100" endDate="2017-07-05 17:58:29 +0100" value="0.05551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 17:58:29 +0100" endDate="2017-07-05 18:08:27 +0100" value="0.02817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 18:18:51 +0100" startDate="2017-07-05 18:08:28 +0100" endDate="2017-07-05 18:18:09 +0100" value="0.03739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 19:16:18 +0100" startDate="2017-07-05 18:18:09 +0100" endDate="2017-07-05 18:21:48 +0100" value="0.04001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 19:16:18 +0100" startDate="2017-07-05 18:29:21 +0100" endDate="2017-07-05 18:37:28 +0100" value="0.05165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 19:16:18 +0100" startDate="2017-07-05 18:37:28 +0100" endDate="2017-07-05 18:44:25 +0100" value="0.07613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 19:16:18 +0100" startDate="2017-07-05 18:48:09 +0100" endDate="2017-07-05 18:58:06 +0100" value="0.04726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 19:16:18 +0100" startDate="2017-07-05 18:58:06 +0100" endDate="2017-07-05 19:05:13 +0100" value="0.05017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 19:16:18 +0100" startDate="2017-07-05 19:05:13 +0100" endDate="2017-07-05 19:12:27 +0100" value="0.09551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 20:15:48 +0100" startDate="2017-07-05 19:12:27 +0100" endDate="2017-07-05 19:19:29 +0100" value="0.01579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 20:15:48 +0100" startDate="2017-07-05 19:19:29 +0100" endDate="2017-07-05 19:27:47 +0100" value="0.10084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 20:15:48 +0100" startDate="2017-07-05 19:27:47 +0100" endDate="2017-07-05 19:37:22 +0100" value="0.02662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 20:15:48 +0100" startDate="2017-07-05 19:37:22 +0100" endDate="2017-07-05 19:47:19 +0100" value="0.12882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 20:15:48 +0100" startDate="2017-07-05 19:47:19 +0100" endDate="2017-07-05 19:57:14 +0100" value="0.03704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 20:15:48 +0100" startDate="2017-07-05 19:57:14 +0100" endDate="2017-07-05 20:05:45 +0100" value="0.05278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:05:45 +0100" endDate="2017-07-05 20:15:20 +0100" value="0.01764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:15:20 +0100" endDate="2017-07-05 20:19:09 +0100" value="0.05269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:20:26 +0100" endDate="2017-07-05 20:30:25 +0100" value="0.03931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:30:25 +0100" endDate="2017-07-05 20:40:18 +0100" value="0.11994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:40:18 +0100" endDate="2017-07-05 20:48:35 +0100" value="0.06575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:48:35 +0100" endDate="2017-07-05 20:56:00 +0100" value="0.18655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 20:56:00 +0100" endDate="2017-07-05 21:01:36 +0100" value="0.02352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 21:01:36 +0100" endDate="2017-07-05 21:11:31 +0100" value="0.02676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 21:30:33 +0100" startDate="2017-07-05 21:11:31 +0100" endDate="2017-07-05 21:21:26 +0100" value="0.12363"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 22:19:53 +0100" startDate="2017-07-05 21:21:26 +0100" endDate="2017-07-05 21:24:44 +0100" value="0.03599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 22:19:53 +0100" startDate="2017-07-05 21:32:59 +0100" endDate="2017-07-05 21:39:02 +0100" value="0.0093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 22:19:53 +0100" startDate="2017-07-05 21:46:25 +0100" endDate="2017-07-05 21:55:45 +0100" value="0.06274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 22:19:53 +0100" startDate="2017-07-05 21:55:45 +0100" endDate="2017-07-05 22:04:42 +0100" value="0.02937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 22:19:53 +0100" startDate="2017-07-05 22:04:42 +0100" endDate="2017-07-05 22:12:52 +0100" value="0.02748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 23:19:00 +0100" startDate="2017-07-05 22:12:52 +0100" endDate="2017-07-05 22:19:55 +0100" value="0.06622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 23:19:00 +0100" startDate="2017-07-05 22:21:15 +0100" endDate="2017-07-05 22:30:30 +0100" value="0.09569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 23:19:00 +0100" startDate="2017-07-05 22:30:30 +0100" endDate="2017-07-05 22:38:59 +0100" value="0.17755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 23:19:00 +0100" startDate="2017-07-05 22:39:31 +0100" endDate="2017-07-05 22:45:31 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 23:19:00 +0100" startDate="2017-07-05 22:53:13 +0100" endDate="2017-07-05 22:59:33 +0100" value="0.02046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-05 23:19:00 +0100" startDate="2017-07-05 23:07:23 +0100" endDate="2017-07-05 23:13:26 +0100" value="0.00884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 00:17:22 +0100" startDate="2017-07-05 23:13:26 +0100" endDate="2017-07-05 23:21:34 +0100" value="0.01955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 00:17:22 +0100" startDate="2017-07-05 23:31:51 +0100" endDate="2017-07-05 23:41:07 +0100" value="0.04973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 00:17:22 +0100" startDate="2017-07-05 23:51:39 +0100" endDate="2017-07-05 23:59:23 +0100" value="0.05654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 00:17:22 +0100" startDate="2017-07-05 23:59:23 +0100" endDate="2017-07-06 00:02:34 +0100" value="0.03894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 01:16:13 +0100" startDate="2017-07-06 00:17:12 +0100" endDate="2017-07-06 00:27:11 +0100" value="0.0828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 01:16:13 +0100" startDate="2017-07-06 00:27:11 +0100" endDate="2017-07-06 00:36:21 +0100" value="0.13882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 01:16:13 +0100" startDate="2017-07-06 00:36:21 +0100" endDate="2017-07-06 00:42:35 +0100" value="0.03617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:09:06 +0100" endDate="2017-07-06 06:15:31 +0100" value="0.01262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:16:04 +0100" endDate="2017-07-06 06:22:12 +0100" value="0.01137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:25:50 +0100" endDate="2017-07-06 06:33:21 +0100" value="0.04622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:33:21 +0100" endDate="2017-07-06 06:41:02 +0100" value="0.01244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:41:02 +0100" endDate="2017-07-06 06:49:48 +0100" value="0.01001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:49:48 +0100" endDate="2017-07-06 06:57:24 +0100" value="0.05203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 07:16:07 +0100" startDate="2017-07-06 06:57:24 +0100" endDate="2017-07-06 07:03:19 +0100" value="0.0109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 08:23:08 +0100" startDate="2017-07-06 07:09:46 +0100" endDate="2017-07-06 07:19:32 +0100" value="0.04504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 08:23:08 +0100" startDate="2017-07-06 07:19:32 +0100" endDate="2017-07-06 07:29:32 +0100" value="0.0994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 08:23:08 +0100" startDate="2017-07-06 07:29:32 +0100" endDate="2017-07-06 07:39:09 +0100" value="0.78253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 08:23:08 +0100" startDate="2017-07-06 07:39:09 +0100" endDate="2017-07-06 07:44:09 +0100" value="0.04236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 08:23:08 +0100" startDate="2017-07-06 07:54:18 +0100" endDate="2017-07-06 08:00:28 +0100" value="0.01317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 09:18:13 +0100" startDate="2017-07-06 08:20:26 +0100" endDate="2017-07-06 08:30:25 +0100" value="0.06822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 09:18:13 +0100" startDate="2017-07-06 08:30:25 +0100" endDate="2017-07-06 08:31:15 +0100" value="0.05475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 10:15:16 +0100" startDate="2017-07-06 09:22:34 +0100" endDate="2017-07-06 09:30:56 +0100" value="0.05883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 10:15:16 +0100" startDate="2017-07-06 09:30:56 +0100" endDate="2017-07-06 09:38:44 +0100" value="0.35381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 11:16:10 +0100" startDate="2017-07-06 10:27:35 +0100" endDate="2017-07-06 10:36:54 +0100" value="0.14877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 11:16:10 +0100" startDate="2017-07-06 10:36:54 +0100" endDate="2017-07-06 10:46:53 +0100" value="0.29085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 11:16:10 +0100" startDate="2017-07-06 10:46:53 +0100" endDate="2017-07-06 10:56:40 +0100" value="0.67066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 11:16:10 +0100" startDate="2017-07-06 10:56:40 +0100" endDate="2017-07-06 10:58:26 +0100" value="0.00346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 12:16:50 +0100" startDate="2017-07-06 11:21:40 +0100" endDate="2017-07-06 11:31:36 +0100" value="0.23298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 12:16:50 +0100" startDate="2017-07-06 11:31:36 +0100" endDate="2017-07-06 11:41:36 +0100" value="0.61248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 12:16:50 +0100" startDate="2017-07-06 11:41:36 +0100" endDate="2017-07-06 11:50:06 +0100" value="0.1099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 13:17:15 +0100" startDate="2017-07-06 12:29:31 +0100" endDate="2017-07-06 12:39:02 +0100" value="0.05034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 13:17:15 +0100" startDate="2017-07-06 12:39:02 +0100" endDate="2017-07-06 12:48:46 +0100" value="0.09352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 13:17:15 +0100" startDate="2017-07-06 12:48:46 +0100" endDate="2017-07-06 12:58:38 +0100" value="0.04141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 13:17:15 +0100" startDate="2017-07-06 12:58:38 +0100" endDate="2017-07-06 13:06:06 +0100" value="0.12833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 14:17:56 +0100" startDate="2017-07-06 13:28:42 +0100" endDate="2017-07-06 13:36:47 +0100" value="0.08752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 14:17:56 +0100" startDate="2017-07-06 13:36:47 +0100" endDate="2017-07-06 13:45:38 +0100" value="0.13562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 14:17:56 +0100" startDate="2017-07-06 13:45:38 +0100" endDate="2017-07-06 13:55:25 +0100" value="0.05956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 14:17:56 +0100" startDate="2017-07-06 13:55:25 +0100" endDate="2017-07-06 14:05:24 +0100" value="0.42661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 14:17:56 +0100" startDate="2017-07-06 14:05:24 +0100" endDate="2017-07-06 14:12:13 +0100" value="0.03617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 15:17:04 +0100" startDate="2017-07-06 14:30:43 +0100" endDate="2017-07-06 14:39:33 +0100" value="0.05803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 15:17:04 +0100" startDate="2017-07-06 14:39:33 +0100" endDate="2017-07-06 14:49:32 +0100" value="0.31669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 15:17:04 +0100" startDate="2017-07-06 14:49:32 +0100" endDate="2017-07-06 14:50:08 +0100" value="0.00088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 17:02:00 +0100" startDate="2017-07-06 16:04:52 +0100" endDate="2017-07-06 16:14:50 +0100" value="0.36973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 17:02:00 +0100" startDate="2017-07-06 16:14:50 +0100" endDate="2017-07-06 16:24:03 +0100" value="0.33147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 17:02:00 +0100" startDate="2017-07-06 16:24:03 +0100" endDate="2017-07-06 16:32:01 +0100" value="0.13516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 18:28:58 +0100" startDate="2017-07-06 17:34:28 +0100" endDate="2017-07-06 17:40:31 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 21:18:12 +0100" startDate="2017-07-06 20:53:37 +0100" endDate="2017-07-06 21:03:20 +0100" value="0.03541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 21:18:12 +0100" startDate="2017-07-06 21:03:20 +0100" endDate="2017-07-06 21:11:04 +0100" value="0.03661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 22:23:42 +0100" startDate="2017-07-06 21:45:31 +0100" endDate="2017-07-06 21:51:41 +0100" value="0.00792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-06 23:17:18 +0100" startDate="2017-07-06 23:05:29 +0100" endDate="2017-07-06 23:14:32 +0100" value="0.03764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 00:17:39 +0100" startDate="2017-07-06 23:14:32 +0100" endDate="2017-07-06 23:20:58 +0100" value="0.01398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 00:17:39 +0100" startDate="2017-07-06 23:35:16 +0100" endDate="2017-07-06 23:41:29 +0100" value="0.00892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 07:17:35 +0100" startDate="2017-07-07 06:33:30 +0100" endDate="2017-07-07 06:40:29 +0100" value="0.03582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 07:17:35 +0100" startDate="2017-07-07 07:01:51 +0100" endDate="2017-07-07 07:09:42 +0100" value="0.02357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 07:09:42 +0100" endDate="2017-07-07 07:17:36 +0100" value="0.01426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 07:17:36 +0100" endDate="2017-07-07 07:27:35 +0100" value="0.34984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 07:27:35 +0100" endDate="2017-07-07 07:36:08 +0100" value="0.59739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 07:36:08 +0100" endDate="2017-07-07 07:45:32 +0100" value="0.06904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 07:45:32 +0100" endDate="2017-07-07 07:54:25 +0100" value="0.21129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 07:55:32 +0100" endDate="2017-07-07 08:01:57 +0100" value="0.00756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 08:20:14 +0100" startDate="2017-07-07 08:07:56 +0100" endDate="2017-07-07 08:14:16 +0100" value="0.01709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 09:18:17 +0100" startDate="2017-07-07 08:31:27 +0100" endDate="2017-07-07 08:38:59 +0100" value="0.00088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 09:18:17 +0100" startDate="2017-07-07 08:38:59 +0100" endDate="2017-07-07 08:46:28 +0100" value="0.08832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 09:18:17 +0100" startDate="2017-07-07 08:46:28 +0100" endDate="2017-07-07 08:56:26 +0100" value="0.07347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 09:18:17 +0100" startDate="2017-07-07 08:56:26 +0100" endDate="2017-07-07 09:05:29 +0100" value="0.59262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 09:18:17 +0100" startDate="2017-07-07 09:05:29 +0100" endDate="2017-07-07 09:15:29 +0100" value="0.96415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 10:20:17 +0100" startDate="2017-07-07 09:15:29 +0100" endDate="2017-07-07 09:21:35 +0100" value="0.40428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 10:20:17 +0100" startDate="2017-07-07 09:21:38 +0100" endDate="2017-07-07 09:28:19 +0100" value="0.02258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 11:15:21 +0100" startDate="2017-07-07 10:10:40 +0100" endDate="2017-07-07 10:19:48 +0100" value="0.00284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 11:15:21 +0100" startDate="2017-07-07 10:19:58 +0100" endDate="2017-07-07 10:29:57 +0100" value="0.4166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 11:15:21 +0100" startDate="2017-07-07 10:29:57 +0100" endDate="2017-07-07 10:39:55 +0100" value="0.95237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 11:15:21 +0100" startDate="2017-07-07 10:39:55 +0100" endDate="2017-07-07 10:48:31 +0100" value="0.12936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 11:15:21 +0100" startDate="2017-07-07 10:48:31 +0100" endDate="2017-07-07 10:58:31 +0100" value="0.22197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 11:15:21 +0100" startDate="2017-07-07 10:58:31 +0100" endDate="2017-07-07 11:00:33 +0100" value="0.02952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 12:21:55 +0100" startDate="2017-07-07 11:08:57 +0100" endDate="2017-07-07 11:15:22 +0100" value="0.00564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 12:21:55 +0100" startDate="2017-07-07 11:37:43 +0100" endDate="2017-07-07 11:47:19 +0100" value="0.2392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 12:21:55 +0100" startDate="2017-07-07 11:47:19 +0100" endDate="2017-07-07 11:57:14 +0100" value="0.00693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 12:21:55 +0100" startDate="2017-07-07 11:57:14 +0100" endDate="2017-07-07 12:07:08 +0100" value="0.26474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 12:21:55 +0100" startDate="2017-07-07 12:07:08 +0100" endDate="2017-07-07 12:17:08 +0100" value="0.13763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 13:14:41 +0100" startDate="2017-07-07 12:17:08 +0100" endDate="2017-07-07 12:21:54 +0100" value="0.04061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 13:14:41 +0100" startDate="2017-07-07 12:29:37 +0100" endDate="2017-07-07 12:37:34 +0100" value="0.01174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 13:14:41 +0100" startDate="2017-07-07 12:37:34 +0100" endDate="2017-07-07 12:45:04 +0100" value="0.08237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 13:14:41 +0100" startDate="2017-07-07 13:00:16 +0100" endDate="2017-07-07 13:08:33 +0100" value="0.11662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 14:16:05 +0100" startDate="2017-07-07 13:14:12 +0100" endDate="2017-07-07 13:20:12 +0100" value="0.0048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 14:16:05 +0100" startDate="2017-07-07 13:44:12 +0100" endDate="2017-07-07 13:51:54 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 14:16:05 +0100" startDate="2017-07-07 13:54:02 +0100" endDate="2017-07-07 14:03:20 +0100" value="0.10449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 14:16:05 +0100" startDate="2017-07-07 14:03:20 +0100" endDate="2017-07-07 14:10:41 +0100" value="0.06058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 15:15:39 +0100" startDate="2017-07-07 14:10:41 +0100" endDate="2017-07-07 14:20:39 +0100" value="0.45703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 15:15:39 +0100" startDate="2017-07-07 14:20:39 +0100" endDate="2017-07-07 14:30:38 +0100" value="0.87912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 15:15:39 +0100" startDate="2017-07-07 14:30:38 +0100" endDate="2017-07-07 14:40:37 +0100" value="0.93495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 15:15:39 +0100" startDate="2017-07-07 14:40:37 +0100" endDate="2017-07-07 14:50:17 +0100" value="0.3634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 15:15:39 +0100" startDate="2017-07-07 14:50:17 +0100" endDate="2017-07-07 15:00:16 +0100" value="0.25002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 15:15:39 +0100" startDate="2017-07-07 15:00:16 +0100" endDate="2017-07-07 15:10:13 +0100" value="0.44791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 15:10:13 +0100" endDate="2017-07-07 15:19:46 +0100" value="0.27865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 15:19:46 +0100" endDate="2017-07-07 15:27:42 +0100" value="0.10367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 15:27:42 +0100" endDate="2017-07-07 15:37:39 +0100" value="0.09825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 15:37:39 +0100" endDate="2017-07-07 15:47:38 +0100" value="0.18083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 15:47:38 +0100" endDate="2017-07-07 15:57:33 +0100" value="0.33109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 15:57:33 +0100" endDate="2017-07-07 16:07:32 +0100" value="0.31113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 16:22:14 +0100" startDate="2017-07-07 16:07:32 +0100" endDate="2017-07-07 16:13:13 +0100" value="0.16098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 17:15:59 +0100" startDate="2017-07-07 16:13:13 +0100" endDate="2017-07-07 16:22:14 +0100" value="0.09344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 17:15:59 +0100" startDate="2017-07-07 16:22:14 +0100" endDate="2017-07-07 16:32:14 +0100" value="0.12976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 17:15:59 +0100" startDate="2017-07-07 16:32:14 +0100" endDate="2017-07-07 16:42:13 +0100" value="0.3542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 17:15:59 +0100" startDate="2017-07-07 16:42:13 +0100" endDate="2017-07-07 16:51:24 +0100" value="0.51206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 20:01:03 +0100" startDate="2017-07-07 18:11:08 +0100" endDate="2017-07-07 18:19:40 +0100" value="0.1466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 20:01:03 +0100" startDate="2017-07-07 18:19:40 +0100" endDate="2017-07-07 18:29:13 +0100" value="0.10789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 20:01:03 +0100" startDate="2017-07-07 18:29:13 +0100" endDate="2017-07-07 18:36:06 +0100" value="0.09062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 21:04:20 +0100" startDate="2017-07-07 20:16:23 +0100" endDate="2017-07-07 20:26:21 +0100" value="0.11593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 21:04:20 +0100" startDate="2017-07-07 20:26:21 +0100" endDate="2017-07-07 20:35:19 +0100" value="0.52091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 21:04:20 +0100" startDate="2017-07-07 20:35:19 +0100" endDate="2017-07-07 20:45:14 +0100" value="0.46641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 21:04:20 +0100" startDate="2017-07-07 20:45:14 +0100" endDate="2017-07-07 20:55:13 +0100" value="0.42704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 22:01:14 +0100" startDate="2017-07-07 20:55:13 +0100" endDate="2017-07-07 21:05:13 +0100" value="0.47716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 22:01:14 +0100" startDate="2017-07-07 21:05:13 +0100" endDate="2017-07-07 21:15:13 +0100" value="0.31462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 22:01:14 +0100" startDate="2017-07-07 21:33:39 +0100" endDate="2017-07-07 21:39:59 +0100" value="0.00592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 23:00:16 +0100" startDate="2017-07-07 22:42:04 +0100" endDate="2017-07-07 22:52:03 +0100" value="0.09743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 23:14:59 +0100" startDate="2017-07-07 22:52:03 +0100" endDate="2017-07-07 22:52:26 +0100" value="0.00526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-07 23:14:59 +0100" startDate="2017-07-07 23:03:57 +0100" endDate="2017-07-07 23:10:05 +0100" value="0.0098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 09:21:02 +0100" startDate="2017-07-08 08:30:11 +0100" endDate="2017-07-08 08:36:54 +0100" value="0.01064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 09:21:02 +0100" startDate="2017-07-08 08:41:03 +0100" endDate="2017-07-08 08:48:12 +0100" value="0.04868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 09:21:02 +0100" startDate="2017-07-08 09:02:23 +0100" endDate="2017-07-08 09:12:22 +0100" value="0.25244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 10:16:38 +0100" startDate="2017-07-08 09:12:22 +0100" endDate="2017-07-08 09:22:20 +0100" value="0.41733"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 10:16:38 +0100" startDate="2017-07-08 09:22:20 +0100" endDate="2017-07-08 09:31:54 +0100" value="0.38009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 10:16:38 +0100" startDate="2017-07-08 09:54:23 +0100" endDate="2017-07-08 10:02:00 +0100" value="0.06575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 11:15:26 +0100" startDate="2017-07-08 10:10:09 +0100" endDate="2017-07-08 10:20:07 +0100" value="0.19586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 11:15:26 +0100" startDate="2017-07-08 10:20:07 +0100" endDate="2017-07-08 10:24:40 +0100" value="0.11391"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 11:15:26 +0100" startDate="2017-07-08 10:38:24 +0100" endDate="2017-07-08 10:48:24 +0100" value="0.06647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 11:15:26 +0100" startDate="2017-07-08 10:48:24 +0100" endDate="2017-07-08 10:57:39 +0100" value="0.28429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 11:15:26 +0100" startDate="2017-07-08 10:57:39 +0100" endDate="2017-07-08 11:05:53 +0100" value="0.16169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 11:05:53 +0100" endDate="2017-07-08 11:15:51 +0100" value="0.01834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 11:15:51 +0100" endDate="2017-07-08 11:25:49 +0100" value="0.21866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 11:25:49 +0100" endDate="2017-07-08 11:30:14 +0100" value="0.0676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 11:33:47 +0100" endDate="2017-07-08 11:43:27 +0100" value="0.0314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 11:43:27 +0100" endDate="2017-07-08 11:50:21 +0100" value="0.05489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 11:52:03 +0100" endDate="2017-07-08 12:02:02 +0100" value="0.07053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 12:15:05 +0100" startDate="2017-07-08 12:02:02 +0100" endDate="2017-07-08 12:11:02 +0100" value="0.0132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 13:16:57 +0100" startDate="2017-07-08 12:11:02 +0100" endDate="2017-07-08 12:19:31 +0100" value="0.02459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 14:22:21 +0100" startDate="2017-07-08 13:36:46 +0100" endDate="2017-07-08 13:46:07 +0100" value="0.08546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 15:25:43 +0100" startDate="2017-07-08 14:35:00 +0100" endDate="2017-07-08 14:44:58 +0100" value="0.11856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 15:25:43 +0100" startDate="2017-07-08 14:44:58 +0100" endDate="2017-07-08 14:54:58 +0100" value="0.14246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 16:18:06 +0100" startDate="2017-07-08 15:19:55 +0100" endDate="2017-07-08 15:29:53 +0100" value="0.13943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 16:18:06 +0100" startDate="2017-07-08 15:29:53 +0100" endDate="2017-07-08 15:39:53 +0100" value="0.95075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 16:18:06 +0100" startDate="2017-07-08 15:39:53 +0100" endDate="2017-07-08 15:49:15 +0100" value="0.72176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 17:17:13 +0100" startDate="2017-07-08 16:31:43 +0100" endDate="2017-07-08 16:37:48 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 19:22:07 +0100" startDate="2017-07-08 18:51:08 +0100" endDate="2017-07-08 19:01:07 +0100" value="0.14791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 19:22:07 +0100" startDate="2017-07-08 19:01:07 +0100" endDate="2017-07-08 19:10:54 +0100" value="0.6615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 19:22:07 +0100" startDate="2017-07-08 19:10:54 +0100" endDate="2017-07-08 19:20:52 +0100" value="0.80949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 20:14:49 +0100" startDate="2017-07-08 19:20:52 +0100" endDate="2017-07-08 19:30:50 +0100" value="0.1603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 20:14:49 +0100" startDate="2017-07-08 19:30:50 +0100" endDate="2017-07-08 19:34:46 +0100" value="0.09315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 21:16:20 +0100" startDate="2017-07-08 20:06:33 +0100" endDate="2017-07-08 20:14:48 +0100" value="0.05541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 21:16:20 +0100" startDate="2017-07-08 20:27:15 +0100" endDate="2017-07-08 20:37:14 +0100" value="0.06677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 21:16:20 +0100" startDate="2017-07-08 20:37:14 +0100" endDate="2017-07-08 20:47:14 +0100" value="0.0229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 21:16:20 +0100" startDate="2017-07-08 20:47:14 +0100" endDate="2017-07-08 20:49:36 +0100" value="0.01616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 21:16:20 +0100" startDate="2017-07-08 20:56:14 +0100" endDate="2017-07-08 21:03:00 +0100" value="0.01266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 21:16:20 +0100" startDate="2017-07-08 21:05:13 +0100" endDate="2017-07-08 21:15:12 +0100" value="0.15706"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 22:19:01 +0100" startDate="2017-07-08 21:15:12 +0100" endDate="2017-07-08 21:21:34 +0100" value="0.22116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-08 23:28:27 +0100" startDate="2017-07-08 22:20:28 +0100" endDate="2017-07-08 22:27:47 +0100" value="0.0435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-09 09:39:36 +0100" startDate="2017-07-09 08:30:23 +0100" endDate="2017-07-09 08:40:21 +0100" value="0.06482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-09 09:39:36 +0100" startDate="2017-07-09 09:20:00 +0100" endDate="2017-07-09 09:26:23 +0100" value="0.01489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-09 14:44:33 +0100" startDate="2017-07-09 13:04:02 +0100" endDate="2017-07-09 13:11:27 +0100" value="0.01786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-09 14:44:33 +0100" startDate="2017-07-09 14:30:42 +0100" endDate="2017-07-09 14:38:06 +0100" value="0.03048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-09 17:58:18 +0100" startDate="2017-07-09 16:57:27 +0100" endDate="2017-07-09 17:07:27 +0100" value="0.02004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-09 17:58:18 +0100" startDate="2017-07-09 17:07:27 +0100" endDate="2017-07-09 17:09:14 +0100" value="0.04108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-09 19:01:33 +0100" startDate="2017-07-09 18:10:31 +0100" endDate="2017-07-09 18:16:52 +0100" value="0.00533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-09 22:05:08 +0100" startDate="2017-07-09 21:30:03 +0100" endDate="2017-07-09 21:38:15 +0100" value="0.00874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 06:55:09 +0100" startDate="2017-07-10 05:58:47 +0100" endDate="2017-07-10 06:08:42 +0100" value="0.07627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 06:55:09 +0100" startDate="2017-07-10 06:08:42 +0100" endDate="2017-07-10 06:11:40 +0100" value="0.01016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 06:55:09 +0100" startDate="2017-07-10 06:18:38 +0100" endDate="2017-07-10 06:28:28 +0100" value="0.03873"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 06:55:09 +0100" startDate="2017-07-10 06:28:28 +0100" endDate="2017-07-10 06:38:11 +0100" value="0.0639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 06:55:09 +0100" startDate="2017-07-10 06:38:11 +0100" endDate="2017-07-10 06:48:10 +0100" value="0.55396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 07:54:54 +0100" startDate="2017-07-10 06:48:10 +0100" endDate="2017-07-10 06:58:08 +0100" value="0.4338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 07:54:54 +0100" startDate="2017-07-10 06:58:08 +0100" endDate="2017-07-10 07:02:48 +0100" value="0.07368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 07:54:54 +0100" startDate="2017-07-10 07:41:49 +0100" endDate="2017-07-10 07:51:23 +0100" value="0.04933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 08:57:39 +0100" startDate="2017-07-10 07:51:23 +0100" endDate="2017-07-10 07:55:32 +0100" value="0.01912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 08:57:39 +0100" startDate="2017-07-10 08:11:54 +0100" endDate="2017-07-10 08:19:11 +0100" value="0.04394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 08:57:39 +0100" startDate="2017-07-10 08:19:11 +0100" endDate="2017-07-10 08:29:07 +0100" value="0.2709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 08:57:39 +0100" startDate="2017-07-10 08:30:44 +0100" endDate="2017-07-10 08:38:08 +0100" value="0.02128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 08:57:39 +0100" startDate="2017-07-10 08:46:55 +0100" endDate="2017-07-10 08:56:54 +0100" value="0.48206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 09:57:46 +0100" startDate="2017-07-10 08:56:54 +0100" endDate="2017-07-10 09:00:43 +0100" value="0.21425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 09:57:46 +0100" startDate="2017-07-10 09:37:11 +0100" endDate="2017-07-10 09:46:22 +0100" value="0.02451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 11:00:46 +0100" startDate="2017-07-10 09:56:07 +0100" endDate="2017-07-10 10:05:56 +0100" value="0.30295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 11:00:46 +0100" startDate="2017-07-10 10:05:56 +0100" endDate="2017-07-10 10:07:56 +0100" value="0.05716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 11:00:46 +0100" startDate="2017-07-10 10:09:57 +0100" endDate="2017-07-10 10:19:57 +0100" value="0.27599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 11:00:46 +0100" startDate="2017-07-10 10:19:57 +0100" endDate="2017-07-10 10:29:55 +0100" value="0.85062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 11:00:46 +0100" startDate="2017-07-10 10:29:55 +0100" endDate="2017-07-10 10:34:18 +0100" value="0.22451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 11:00:46 +0100" startDate="2017-07-10 10:38:35 +0100" endDate="2017-07-10 10:45:29 +0100" value="0.0378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 11:57:19 +0100" startDate="2017-07-10 11:41:16 +0100" endDate="2017-07-10 11:51:15 +0100" value="0.17961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 12:57:30 +0100" startDate="2017-07-10 11:51:15 +0100" endDate="2017-07-10 11:56:30 +0100" value="0.10351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 12:57:30 +0100" startDate="2017-07-10 11:58:28 +0100" endDate="2017-07-10 12:08:27 +0100" value="0.30469"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 12:57:30 +0100" startDate="2017-07-10 12:08:27 +0100" endDate="2017-07-10 12:17:46 +0100" value="0.22858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 12:57:30 +0100" startDate="2017-07-10 12:17:46 +0100" endDate="2017-07-10 12:27:45 +0100" value="0.07253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 12:57:30 +0100" startDate="2017-07-10 12:27:45 +0100" endDate="2017-07-10 12:36:45 +0100" value="0.05371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 13:56:11 +0100" startDate="2017-07-10 12:51:42 +0100" endDate="2017-07-10 12:58:53 +0100" value="0.03201"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 13:56:11 +0100" startDate="2017-07-10 13:18:05 +0100" endDate="2017-07-10 13:27:18 +0100" value="0.04821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 13:56:11 +0100" startDate="2017-07-10 13:27:18 +0100" endDate="2017-07-10 13:34:09 +0100" value="0.01301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 13:56:11 +0100" startDate="2017-07-10 13:38:31 +0100" endDate="2017-07-10 13:48:04 +0100" value="0.06827"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 16:01:41 +0100" startDate="2017-07-10 15:45:25 +0100" endDate="2017-07-10 15:53:30 +0100" value="0.03476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 16:56:02 +0100" startDate="2017-07-10 15:53:30 +0100" endDate="2017-07-10 16:01:43 +0100" value="0.0298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 17:55:29 +0100" startDate="2017-07-10 16:59:08 +0100" endDate="2017-07-10 17:06:27 +0100" value="0.03172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 17:55:29 +0100" startDate="2017-07-10 17:13:10 +0100" endDate="2017-07-10 17:23:09 +0100" value="0.06637"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 17:55:29 +0100" startDate="2017-07-10 17:23:09 +0100" endDate="2017-07-10 17:32:59 +0100" value="0.66461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 17:55:29 +0100" startDate="2017-07-10 17:32:59 +0100" endDate="2017-07-10 17:38:47 +0100" value="0.05165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 17:55:29 +0100" startDate="2017-07-10 17:38:47 +0100" endDate="2017-07-10 17:47:42 +0100" value="0.21036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 18:57:45 +0100" startDate="2017-07-10 17:47:42 +0100" endDate="2017-07-10 17:56:23 +0100" value="0.01667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 18:57:45 +0100" startDate="2017-07-10 18:38:10 +0100" endDate="2017-07-10 18:47:03 +0100" value="0.26671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 19:59:53 +0100" startDate="2017-07-10 18:47:03 +0100" endDate="2017-07-10 18:57:02 +0100" value="0.09728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 19:59:53 +0100" startDate="2017-07-10 18:57:02 +0100" endDate="2017-07-10 19:02:46 +0100" value="0.0579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 21:27:21 +0100" startDate="2017-07-10 21:09:13 +0100" endDate="2017-07-10 21:15:44 +0100" value="0.019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-10 22:55:29 +0100" startDate="2017-07-10 21:48:41 +0100" endDate="2017-07-10 21:54:48 +0100" value="0.00952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 05:58:36 +0100" startDate="2017-07-11 05:35:14 +0100" endDate="2017-07-11 05:41:37 +0100" value="0.00923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 07:00:00 +0100" startDate="2017-07-11 05:52:41 +0100" endDate="2017-07-11 06:02:41 +0100" value="0.01081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 07:00:00 +0100" startDate="2017-07-11 06:02:41 +0100" endDate="2017-07-11 06:08:41 +0100" value="0.06111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 07:00:00 +0100" startDate="2017-07-11 06:10:06 +0100" endDate="2017-07-11 06:17:45 +0100" value="0.08511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 07:00:00 +0100" startDate="2017-07-11 06:21:47 +0100" endDate="2017-07-11 06:31:46 +0100" value="0.10815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 07:00:00 +0100" startDate="2017-07-11 06:31:46 +0100" endDate="2017-07-11 06:41:30 +0100" value="0.1007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 07:00:00 +0100" startDate="2017-07-11 06:41:30 +0100" endDate="2017-07-11 06:50:50 +0100" value="0.80056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 07:57:19 +0100" startDate="2017-07-11 06:50:50 +0100" endDate="2017-07-11 06:52:14 +0100" value="0.00326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 07:57:19 +0100" startDate="2017-07-11 06:55:19 +0100" endDate="2017-07-11 07:05:13 +0100" value="0.09799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 07:57:19 +0100" startDate="2017-07-11 07:05:13 +0100" endDate="2017-07-11 07:15:11 +0100" value="0.02773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 07:57:19 +0100" startDate="2017-07-11 07:15:11 +0100" endDate="2017-07-11 07:19:31 +0100" value="0.02501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 07:57:19 +0100" startDate="2017-07-11 07:37:11 +0100" endDate="2017-07-11 07:43:37 +0100" value="0.04476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 07:57:19 +0100" startDate="2017-07-11 07:43:37 +0100" endDate="2017-07-11 07:51:45 +0100" value="0.06979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 08:54:35 +0100" startDate="2017-07-11 07:51:45 +0100" endDate="2017-07-11 08:00:42 +0100" value="0.16725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 08:54:35 +0100" startDate="2017-07-11 08:24:33 +0100" endDate="2017-07-11 08:30:41 +0100" value="0.01032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 09:55:11 +0100" startDate="2017-07-11 09:09:37 +0100" endDate="2017-07-11 09:19:36 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 09:55:11 +0100" startDate="2017-07-11 09:45:11 +0100" endDate="2017-07-11 09:55:10 +0100" value="0.04922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 10:59:06 +0100" startDate="2017-07-11 09:55:10 +0100" endDate="2017-07-11 10:02:29 +0100" value="0.07681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 10:59:06 +0100" startDate="2017-07-11 10:22:10 +0100" endDate="2017-07-11 10:31:13 +0100" value="0.25237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 10:59:06 +0100" startDate="2017-07-11 10:31:13 +0100" endDate="2017-07-11 10:40:40 +0100" value="0.10386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 10:59:06 +0100" startDate="2017-07-11 10:40:40 +0100" endDate="2017-07-11 10:50:39 +0100" value="0.55283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 11:57:48 +0100" startDate="2017-07-11 10:50:39 +0100" endDate="2017-07-11 11:00:29 +0100" value="0.07253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 13:02:22 +0100" startDate="2017-07-11 12:38:34 +0100" endDate="2017-07-11 12:48:33 +0100" value="0.02373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 14:00:17 +0100" startDate="2017-07-11 12:55:33 +0100" endDate="2017-07-11 13:02:24 +0100" value="0.02417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 14:00:17 +0100" startDate="2017-07-11 13:15:54 +0100" endDate="2017-07-11 13:23:38 +0100" value="0.01555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 15:58:59 +0100" startDate="2017-07-11 14:58:27 +0100" endDate="2017-07-11 15:08:26 +0100" value="0.11199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 15:58:59 +0100" startDate="2017-07-11 15:08:26 +0100" endDate="2017-07-11 15:18:23 +0100" value="0.50757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 15:58:59 +0100" startDate="2017-07-11 15:18:23 +0100" endDate="2017-07-11 15:28:10 +0100" value="0.01654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 15:58:59 +0100" startDate="2017-07-11 15:28:10 +0100" endDate="2017-07-11 15:38:10 +0100" value="0.6467"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 15:58:59 +0100" startDate="2017-07-11 15:38:10 +0100" endDate="2017-07-11 15:45:30 +0100" value="0.03441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 15:45:30 +0100" endDate="2017-07-11 15:55:15 +0100" value="0.0043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 15:56:00 +0100" endDate="2017-07-11 16:05:00 +0100" value="0.03343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 16:05:00 +0100" endDate="2017-07-11 16:14:58 +0100" value="0.27433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 16:14:58 +0100" endDate="2017-07-11 16:24:14 +0100" value="0.4242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 16:24:14 +0100" endDate="2017-07-11 16:34:05 +0100" value="0.09745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 16:34:05 +0100" endDate="2017-07-11 16:42:26 +0100" value="0.11959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 16:54:33 +0100" startDate="2017-07-11 16:42:26 +0100" endDate="2017-07-11 16:50:09 +0100" value="0.1264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 17:57:19 +0100" startDate="2017-07-11 16:50:09 +0100" endDate="2017-07-11 17:00:07 +0100" value="0.31939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 17:57:19 +0100" startDate="2017-07-11 17:00:07 +0100" endDate="2017-07-11 17:01:41 +0100" value="0.01577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 17:57:19 +0100" startDate="2017-07-11 17:10:54 +0100" endDate="2017-07-11 17:17:52 +0100" value="0.00801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 17:57:19 +0100" startDate="2017-07-11 17:27:39 +0100" endDate="2017-07-11 17:37:38 +0100" value="0.22062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 17:57:19 +0100" startDate="2017-07-11 17:37:38 +0100" endDate="2017-07-11 17:47:37 +0100" value="0.53687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 18:54:57 +0100" startDate="2017-07-11 17:47:37 +0100" endDate="2017-07-11 17:54:15 +0100" value="0.22508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 18:54:57 +0100" startDate="2017-07-11 17:54:15 +0100" endDate="2017-07-11 17:59:15 +0100" value="0.0117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 18:54:57 +0100" startDate="2017-07-11 18:00:05 +0100" endDate="2017-07-11 18:06:13 +0100" value="0.00414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 19:59:13 +0100" startDate="2017-07-11 18:52:47 +0100" endDate="2017-07-11 18:59:30 +0100" value="0.01788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 19:59:13 +0100" startDate="2017-07-11 18:59:30 +0100" endDate="2017-07-11 19:09:19 +0100" value="0.02184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 19:59:13 +0100" startDate="2017-07-11 19:14:54 +0100" endDate="2017-07-11 19:22:00 +0100" value="0.01956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 19:59:13 +0100" startDate="2017-07-11 19:24:36 +0100" endDate="2017-07-11 19:31:14 +0100" value="0.01566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 19:59:13 +0100" startDate="2017-07-11 19:37:05 +0100" endDate="2017-07-11 19:46:51 +0100" value="0.09143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 19:59:13 +0100" startDate="2017-07-11 19:46:51 +0100" endDate="2017-07-11 19:56:49 +0100" value="0.57866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 20:59:09 +0100" startDate="2017-07-11 19:56:49 +0100" endDate="2017-07-11 20:05:13 +0100" value="0.60285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 20:59:09 +0100" startDate="2017-07-11 20:17:20 +0100" endDate="2017-07-11 20:25:05 +0100" value="0.1233"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 20:59:09 +0100" startDate="2017-07-11 20:25:05 +0100" endDate="2017-07-11 20:29:42 +0100" value="0.07789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-11 21:58:48 +0100" startDate="2017-07-11 21:32:28 +0100" endDate="2017-07-11 21:41:27 +0100" value="0.03255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 05:03:55 +0100" startDate="2017-07-12 04:37:32 +0100" endDate="2017-07-12 04:43:40 +0100" value="0.00792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 07:05:20 +0100" startDate="2017-07-12 06:14:06 +0100" endDate="2017-07-12 06:20:21 +0100" value="0.00138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 07:05:20 +0100" startDate="2017-07-12 06:39:10 +0100" endDate="2017-07-12 06:45:53 +0100" value="0.0109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 07:05:20 +0100" startDate="2017-07-12 06:48:21 +0100" endDate="2017-07-12 06:58:15 +0100" value="0.31583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 07:54:34 +0100" startDate="2017-07-12 06:58:15 +0100" endDate="2017-07-12 07:04:14 +0100" value="0.4627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 10:55:36 +0100" startDate="2017-07-12 10:37:00 +0100" endDate="2017-07-12 10:47:00 +0100" value="0.27864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 11:56:33 +0100" startDate="2017-07-12 10:47:00 +0100" endDate="2017-07-12 10:55:27 +0100" value="0.48229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 11:56:33 +0100" startDate="2017-07-12 11:15:52 +0100" endDate="2017-07-12 11:25:51 +0100" value="0.35502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 11:56:33 +0100" startDate="2017-07-12 11:25:51 +0100" endDate="2017-07-12 11:35:30 +0100" value="0.61816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 11:56:33 +0100" startDate="2017-07-12 11:35:30 +0100" endDate="2017-07-12 11:40:20 +0100" value="0.01083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 11:56:33 +0100" startDate="2017-07-12 11:40:20 +0100" endDate="2017-07-12 11:47:20 +0100" value="0.02898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 13:01:57 +0100" startDate="2017-07-12 11:47:20 +0100" endDate="2017-07-12 11:57:20 +0100" value="0.37767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 13:01:57 +0100" startDate="2017-07-12 11:57:20 +0100" endDate="2017-07-12 12:04:58 +0100" value="0.47803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 13:54:34 +0100" startDate="2017-07-12 13:20:28 +0100" endDate="2017-07-12 13:29:37 +0100" value="0.01568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 13:54:34 +0100" startDate="2017-07-12 13:29:37 +0100" endDate="2017-07-12 13:36:57 +0100" value="0.09362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 13:54:34 +0100" startDate="2017-07-12 13:36:57 +0100" endDate="2017-07-12 13:45:00 +0100" value="0.04155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 14:57:06 +0100" startDate="2017-07-12 13:58:52 +0100" endDate="2017-07-12 14:04:57 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 14:57:06 +0100" startDate="2017-07-12 14:29:21 +0100" endDate="2017-07-12 14:38:06 +0100" value="0.02631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 14:57:06 +0100" startDate="2017-07-12 14:38:06 +0100" endDate="2017-07-12 14:43:34 +0100" value="0.03332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 14:57:06 +0100" startDate="2017-07-12 14:43:34 +0100" endDate="2017-07-12 14:49:55 +0100" value="0.00744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 16:02:10 +0100" startDate="2017-07-12 15:31:30 +0100" endDate="2017-07-12 15:40:33 +0100" value="0.03659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 16:02:10 +0100" startDate="2017-07-12 15:44:45 +0100" endDate="2017-07-12 15:54:44 +0100" value="0.07857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 16:55:16 +0100" startDate="2017-07-12 15:54:44 +0100" endDate="2017-07-12 16:03:06 +0100" value="0.6014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 16:55:16 +0100" startDate="2017-07-12 16:05:51 +0100" endDate="2017-07-12 16:14:24 +0100" value="0.07731"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 16:55:16 +0100" startDate="2017-07-12 16:24:25 +0100" endDate="2017-07-12 16:34:24 +0100" value="0.22286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-12 21:00:14 +0100" startDate="2017-07-12 19:58:57 +0100" endDate="2017-07-12 20:08:11 +0100" value="0.09825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 07:59:32 +0100" startDate="2017-07-13 06:59:21 +0100" endDate="2017-07-13 07:08:47 +0100" value="0.03412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 07:59:32 +0100" startDate="2017-07-13 07:08:47 +0100" endDate="2017-07-13 07:16:32 +0100" value="0.11357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 07:59:32 +0100" startDate="2017-07-13 07:20:41 +0100" endDate="2017-07-13 07:26:41 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 08:55:04 +0100" startDate="2017-07-13 08:18:27 +0100" endDate="2017-07-13 08:24:27 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 08:55:04 +0100" startDate="2017-07-13 08:44:48 +0100" endDate="2017-07-13 08:54:41 +0100" value="0.14688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 10:02:03 +0100" startDate="2017-07-13 08:54:41 +0100" endDate="2017-07-13 08:56:39 +0100" value="0.00643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 10:02:03 +0100" startDate="2017-07-13 09:24:46 +0100" endDate="2017-07-13 09:31:37 +0100" value="0.02743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 10:02:03 +0100" startDate="2017-07-13 09:32:26 +0100" endDate="2017-07-13 09:40:15 +0100" value="0.07414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 10:57:07 +0100" startDate="2017-07-13 10:32:24 +0100" endDate="2017-07-13 10:41:05 +0100" value="0.13781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 10:57:07 +0100" startDate="2017-07-13 10:41:05 +0100" endDate="2017-07-13 10:51:05 +0100" value="0.19788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 11:58:16 +0100" startDate="2017-07-13 10:51:05 +0100" endDate="2017-07-13 11:01:04 +0100" value="0.70335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 11:58:16 +0100" startDate="2017-07-13 11:01:04 +0100" endDate="2017-07-13 11:08:26 +0100" value="0.36555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 12:54:33 +0100" startDate="2017-07-13 11:50:53 +0100" endDate="2017-07-13 12:00:53 +0100" value="0.24651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 12:54:33 +0100" startDate="2017-07-13 12:00:53 +0100" endDate="2017-07-13 12:09:17 +0100" value="0.25017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 12:54:33 +0100" startDate="2017-07-13 12:09:17 +0100" endDate="2017-07-13 12:19:15 +0100" value="0.56236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 12:54:33 +0100" startDate="2017-07-13 12:19:15 +0100" endDate="2017-07-13 12:29:15 +0100" value="0.13293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 12:54:33 +0100" startDate="2017-07-13 12:43:47 +0100" endDate="2017-07-13 12:51:11 +0100" value="0.03333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 13:56:26 +0100" startDate="2017-07-13 12:51:11 +0100" endDate="2017-07-13 12:58:27 +0100" value="0.01244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 13:56:26 +0100" startDate="2017-07-13 13:41:36 +0100" endDate="2017-07-13 13:47:54 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 14:55:44 +0100" startDate="2017-07-13 13:47:54 +0100" endDate="2017-07-13 13:57:06 +0100" value="0.01227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 14:55:44 +0100" startDate="2017-07-13 13:57:06 +0100" endDate="2017-07-13 14:01:33 +0100" value="0.17105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 20:02:02 +0100" startDate="2017-07-13 19:07:50 +0100" endDate="2017-07-13 19:17:49 +0100" value="0.16365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 20:02:02 +0100" startDate="2017-07-13 19:17:49 +0100" endDate="2017-07-13 19:24:50 +0100" value="0.60877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 20:02:02 +0100" startDate="2017-07-13 19:26:37 +0100" endDate="2017-07-13 19:36:36 +0100" value="0.1097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 20:02:02 +0100" startDate="2017-07-13 19:36:36 +0100" endDate="2017-07-13 19:46:33 +0100" value="0.28219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 20:02:02 +0100" startDate="2017-07-13 19:46:33 +0100" endDate="2017-07-13 19:52:53 +0100" value="0.38152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-13 21:59:05 +0100" startDate="2017-07-13 21:10:41 +0100" endDate="2017-07-13 21:17:37 +0100" value="0.033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 07:00:27 +0100" startDate="2017-07-14 06:30:49 +0100" endDate="2017-07-14 06:40:48 +0100" value="0.02253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 07:00:27 +0100" startDate="2017-07-14 06:40:48 +0100" endDate="2017-07-14 06:50:47 +0100" value="0.09934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 07:55:56 +0100" startDate="2017-07-14 06:50:47 +0100" endDate="2017-07-14 06:58:40 +0100" value="0.70723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 07:55:56 +0100" startDate="2017-07-14 06:58:40 +0100" endDate="2017-07-14 07:02:29 +0100" value="0.00426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 07:55:56 +0100" startDate="2017-07-14 07:05:51 +0100" endDate="2017-07-14 07:13:50 +0100" value="0.00748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 07:55:56 +0100" startDate="2017-07-14 07:37:24 +0100" endDate="2017-07-14 07:45:20 +0100" value="0.02661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 09:01:20 +0100" startDate="2017-07-14 07:49:30 +0100" endDate="2017-07-14 07:57:37 +0100" value="0.01663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 09:01:20 +0100" startDate="2017-07-14 08:12:19 +0100" endDate="2017-07-14 08:19:08 +0100" value="0.03542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 09:01:20 +0100" startDate="2017-07-14 08:19:13 +0100" endDate="2017-07-14 08:27:28 +0100" value="0.02457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 10:03:14 +0100" startDate="2017-07-14 08:59:06 +0100" endDate="2017-07-14 09:05:44 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 10:03:14 +0100" startDate="2017-07-14 09:32:28 +0100" endDate="2017-07-14 09:41:32 +0100" value="0.00912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 10:58:10 +0100" startDate="2017-07-14 10:25:51 +0100" endDate="2017-07-14 10:34:19 +0100" value="0.11034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 10:58:10 +0100" startDate="2017-07-14 10:34:19 +0100" endDate="2017-07-14 10:43:41 +0100" value="0.48573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 10:58:10 +0100" startDate="2017-07-14 10:43:41 +0100" endDate="2017-07-14 10:49:53 +0100" value="0.17966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 12:03:11 +0100" startDate="2017-07-14 11:13:49 +0100" endDate="2017-07-14 11:23:48 +0100" value="0.26296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 12:03:11 +0100" startDate="2017-07-14 11:23:48 +0100" endDate="2017-07-14 11:33:47 +0100" value="0.51935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 12:03:11 +0100" startDate="2017-07-14 11:33:47 +0100" endDate="2017-07-14 11:41:55 +0100" value="0.11675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 12:03:11 +0100" startDate="2017-07-14 11:41:55 +0100" endDate="2017-07-14 11:51:54 +0100" value="0.03965"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 12:03:11 +0100" startDate="2017-07-14 11:51:54 +0100" endDate="2017-07-14 11:56:05 +0100" value="0.02679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 12:57:10 +0100" startDate="2017-07-14 11:56:05 +0100" endDate="2017-07-14 12:03:11 +0100" value="0.00332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 13:57:14 +0100" startDate="2017-07-14 13:19:41 +0100" endDate="2017-07-14 13:28:57 +0100" value="0.06352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 13:57:14 +0100" startDate="2017-07-14 13:28:57 +0100" endDate="2017-07-14 13:33:55 +0100" value="0.00546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cffac0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 15:02:36 +0100" startDate="2017-07-14 14:04:02 +0100" endDate="2017-07-14 14:14:01 +0100" value="0.07893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 15:02:36 +0100" startDate="2017-07-14 14:14:01 +0100" endDate="2017-07-14 14:23:59 +0100" value="0.58218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 15:02:36 +0100" startDate="2017-07-14 14:23:59 +0100" endDate="2017-07-14 14:26:39 +0100" value="0.13166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 15:02:36 +0100" startDate="2017-07-14 14:28:51 +0100" endDate="2017-07-14 14:35:17 +0100" value="0.02072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 15:02:36 +0100" startDate="2017-07-14 14:42:31 +0100" endDate="2017-07-14 14:52:31 +0100" value="0.12241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 15:02:36 +0100" startDate="2017-07-14 14:52:31 +0100" endDate="2017-07-14 14:59:05 +0100" value="0.26709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 15:58:20 +0100" startDate="2017-07-14 14:59:05 +0100" endDate="2017-07-14 15:08:40 +0100" value="0.15865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 15:58:20 +0100" startDate="2017-07-14 15:08:40 +0100" endDate="2017-07-14 15:17:32 +0100" value="0.27695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 15:58:20 +0100" startDate="2017-07-14 15:18:44 +0100" endDate="2017-07-14 15:28:28 +0100" value="0.17326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 15:58:20 +0100" startDate="2017-07-14 15:28:28 +0100" endDate="2017-07-14 15:38:26 +0100" value="0.2603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 15:58:20 +0100" startDate="2017-07-14 15:38:26 +0100" endDate="2017-07-14 15:48:26 +0100" value="0.44472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 17:03:59 +0100" startDate="2017-07-14 15:48:26 +0100" endDate="2017-07-14 15:51:16 +0100" value="0.01781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 17:03:59 +0100" startDate="2017-07-14 15:53:33 +0100" endDate="2017-07-14 16:03:33 +0100" value="0.25166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 17:03:59 +0100" startDate="2017-07-14 16:03:33 +0100" endDate="2017-07-14 16:13:11 +0100" value="0.17817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 18:47:01 +0100" startDate="2017-07-14 17:19:15 +0100" endDate="2017-07-14 17:25:46 +0100" value="0.01546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 18:47:01 +0100" startDate="2017-07-14 17:31:11 +0100" endDate="2017-07-14 17:41:10 +0100" value="0.33822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 18:47:01 +0100" startDate="2017-07-14 17:41:10 +0100" endDate="2017-07-14 17:50:59 +0100" value="0.8596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 18:47:01 +0100" startDate="2017-07-14 17:50:59 +0100" endDate="2017-07-14 18:00:30 +0100" value="0.26696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 18:47:01 +0100" startDate="2017-07-14 18:00:30 +0100" endDate="2017-07-14 18:03:23 +0100" value="0.044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:48:38 +0100" endDate="2017-07-14 19:49:39 +0100" value="0.08816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:49:39 +0100" endDate="2017-07-14 19:50:40 +0100" value="0.04634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:50:40 +0100" endDate="2017-07-14 19:51:41 +0100" value="0.10693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:51:41 +0100" endDate="2017-07-14 19:54:06 +0100" value="0.04512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:54:06 +0100" endDate="2017-07-14 19:55:08 +0100" value="0.06765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:55:08 +0100" endDate="2017-07-14 19:56:09 +0100" value="0.06488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:56:09 +0100" endDate="2017-07-14 19:57:15 +0100" value="0.08044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:57:15 +0100" endDate="2017-07-14 19:58:16 +0100" value="0.08462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 20:02:21 +0100" startDate="2017-07-14 19:58:16 +0100" endDate="2017-07-14 20:02:01 +0100" value="0.03922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 20:40:52 +0100" startDate="2017-07-14 20:02:01 +0100" endDate="2017-07-14 20:12:00 +0100" value="0.82697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 20:40:52 +0100" startDate="2017-07-14 20:12:00 +0100" endDate="2017-07-14 20:22:00 +0100" value="0.69715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 20:40:52 +0100" startDate="2017-07-14 20:22:00 +0100" endDate="2017-07-14 20:31:59 +0100" value="0.19202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 21:41:48 +0100" startDate="2017-07-14 20:56:54 +0100" endDate="2017-07-14 21:06:43 +0100" value="0.02002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 21:41:48 +0100" startDate="2017-07-14 21:10:33 +0100" endDate="2017-07-14 21:18:09 +0100" value="0.08614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 21:41:48 +0100" startDate="2017-07-14 21:18:09 +0100" endDate="2017-07-14 21:27:53 +0100" value="0.09714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 21:41:48 +0100" startDate="2017-07-14 21:27:53 +0100" endDate="2017-07-14 21:37:51 +0100" value="0.12067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 22:41:29 +0100" startDate="2017-07-14 21:34:28 +0100" endDate="2017-07-14 21:43:50 +0100" value="0.05018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 22:41:29 +0100" startDate="2017-07-14 21:43:50 +0100" endDate="2017-07-14 21:48:20 +0100" value="0.09232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 22:41:29 +0100" startDate="2017-07-14 22:06:09 +0100" endDate="2017-07-14 22:14:51 +0100" value="0.09525"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 22:41:29 +0100" startDate="2017-07-14 22:22:28 +0100" endDate="2017-07-14 22:32:27 +0100" value="0.33134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 23:44:41 +0100" startDate="2017-07-14 22:32:27 +0100" endDate="2017-07-14 22:42:26 +0100" value="0.87128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 23:44:41 +0100" startDate="2017-07-14 22:42:26 +0100" endDate="2017-07-14 22:48:54 +0100" value="0.25488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 23:44:41 +0100" startDate="2017-07-14 22:48:54 +0100" endDate="2017-07-14 22:58:53 +0100" value="0.26621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 23:44:41 +0100" startDate="2017-07-14 22:58:53 +0100" endDate="2017-07-14 23:06:11 +0100" value="0.3893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-14 23:56:24 +0100" startDate="2017-07-14 23:38:47 +0100" endDate="2017-07-14 23:48:46 +0100" value="0.06425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 00:56:43 +0100" startDate="2017-07-14 23:48:46 +0100" endDate="2017-07-14 23:56:59 +0100" value="0.08894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 00:56:43 +0100" startDate="2017-07-14 23:58:36 +0100" endDate="2017-07-15 00:04:46 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 06:58:56 +0100" startDate="2017-07-15 06:14:13 +0100" endDate="2017-07-15 06:20:36 +0100" value="0.05366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 06:58:56 +0100" startDate="2017-07-15 06:20:36 +0100" endDate="2017-07-15 06:28:22 +0100" value="0.04576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 06:58:56 +0100" startDate="2017-07-15 06:34:26 +0100" endDate="2017-07-15 06:44:25 +0100" value="0.07006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 06:58:56 +0100" startDate="2017-07-15 06:44:25 +0100" endDate="2017-07-15 06:47:31 +0100" value="0.19234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 07:54:41 +0100" startDate="2017-07-15 07:26:09 +0100" endDate="2017-07-15 07:35:43 +0100" value="0.12839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 07:54:41 +0100" startDate="2017-07-15 07:35:43 +0100" endDate="2017-07-15 07:45:22 +0100" value="0.07377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 08:56:46 +0100" startDate="2017-07-15 07:45:22 +0100" endDate="2017-07-15 07:47:49 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 08:56:46 +0100" startDate="2017-07-15 07:53:16 +0100" endDate="2017-07-15 08:00:12 +0100" value="0.01783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 08:56:46 +0100" startDate="2017-07-15 08:15:43 +0100" endDate="2017-07-15 08:21:53 +0100" value="0.00696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 08:56:46 +0100" startDate="2017-07-15 08:26:04 +0100" endDate="2017-07-15 08:32:06 +0100" value="0.00392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 08:56:46 +0100" startDate="2017-07-15 08:38:17 +0100" endDate="2017-07-15 08:48:16 +0100" value="0.04433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 09:59:19 +0100" startDate="2017-07-15 08:48:16 +0100" endDate="2017-07-15 08:58:14 +0100" value="0.21824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 09:59:19 +0100" startDate="2017-07-15 08:58:14 +0100" endDate="2017-07-15 09:04:36 +0100" value="0.13662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 10:57:25 +0100" startDate="2017-07-15 10:38:58 +0100" endDate="2017-07-15 10:48:25 +0100" value="0.1257"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 11:57:15 +0100" startDate="2017-07-15 10:48:25 +0100" endDate="2017-07-15 10:57:26 +0100" value="0.12757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 11:57:15 +0100" startDate="2017-07-15 11:09:51 +0100" endDate="2017-07-15 11:16:45 +0100" value="0.01293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 11:57:15 +0100" startDate="2017-07-15 11:26:22 +0100" endDate="2017-07-15 11:32:32 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 14:56:40 +0100" startDate="2017-07-15 14:39:38 +0100" endDate="2017-07-15 14:47:53 +0100" value="0.05118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 16:00:36 +0100" startDate="2017-07-15 14:47:53 +0100" endDate="2017-07-15 14:56:31 +0100" value="0.15504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 16:00:36 +0100" startDate="2017-07-15 15:20:12 +0100" endDate="2017-07-15 15:29:48 +0100" value="0.18665"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 16:00:36 +0100" startDate="2017-07-15 15:29:48 +0100" endDate="2017-07-15 15:38:51 +0100" value="0.2042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:04:31 +0100" endDate="2017-07-15 16:05:32 +0100" value="0.01176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:05:32 +0100" endDate="2017-07-15 16:06:33 +0100" value="0.07162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:06:33 +0100" endDate="2017-07-15 16:07:52 +0100" value="0.02322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:07:52 +0100" endDate="2017-07-15 16:08:53 +0100" value="0.03579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:08:53 +0100" endDate="2017-07-15 16:10:27 +0100" value="0.01502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:10:27 +0100" endDate="2017-07-15 16:10:29 +0100" value="0.00419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 16:43:31 +0100" startDate="2017-07-15 16:16:33 +0100" endDate="2017-07-15 16:17:26 +0100" value="0.04101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 19:01:12 +0100" startDate="2017-07-15 18:08:46 +0100" endDate="2017-07-15 18:15:19 +0100" value="0.01952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 19:01:12 +0100" startDate="2017-07-15 18:15:19 +0100" endDate="2017-07-15 18:22:31 +0100" value="0.013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 19:01:12 +0100" startDate="2017-07-15 18:25:05 +0100" endDate="2017-07-15 18:31:18 +0100" value="0.02202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-15 22:54:42 +0100" startDate="2017-07-15 22:43:41 +0100" endDate="2017-07-15 22:50:11 +0100" value="0.00772"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 05:55:06 +0100" startDate="2017-07-16 04:54:30 +0100" endDate="2017-07-16 05:01:08 +0100" value="0.01072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 05:55:06 +0100" startDate="2017-07-16 05:04:44 +0100" endDate="2017-07-16 05:14:43 +0100" value="0.13371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 05:55:06 +0100" startDate="2017-07-16 05:14:43 +0100" endDate="2017-07-16 05:14:56 +0100" value="0.00144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 05:55:06 +0100" startDate="2017-07-16 05:26:30 +0100" endDate="2017-07-16 05:32:43 +0100" value="0.00729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 05:55:06 +0100" startDate="2017-07-16 05:32:43 +0100" endDate="2017-07-16 05:37:01 +0100" value="0.00736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 07:55:28 +0100" startDate="2017-07-16 06:56:26 +0100" endDate="2017-07-16 07:06:23 +0100" value="0.05647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 07:55:28 +0100" startDate="2017-07-16 07:06:23 +0100" endDate="2017-07-16 07:16:14 +0100" value="0.15612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 07:55:28 +0100" startDate="2017-07-16 07:16:14 +0100" endDate="2017-07-16 07:23:18 +0100" value="0.07778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 07:55:28 +0100" startDate="2017-07-16 07:35:21 +0100" endDate="2017-07-16 07:45:01 +0100" value="0.06326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 07:55:28 +0100" startDate="2017-07-16 07:45:01 +0100" endDate="2017-07-16 07:51:23 +0100" value="0.0426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 08:55:44 +0100" startDate="2017-07-16 07:51:23 +0100" endDate="2017-07-16 07:56:56 +0100" value="0.00533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 08:55:44 +0100" startDate="2017-07-16 07:56:56 +0100" endDate="2017-07-16 08:02:18 +0100" value="0.0043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 10:57:53 +0100" startDate="2017-07-16 09:53:15 +0100" endDate="2017-07-16 10:03:12 +0100" value="0.19113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 10:57:53 +0100" startDate="2017-07-16 10:43:25 +0100" endDate="2017-07-16 10:50:03 +0100" value="0.02026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 11:58:26 +0100" startDate="2017-07-16 11:10:05 +0100" endDate="2017-07-16 11:17:37 +0100" value="0.00418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 14:06:34 +0100" startDate="2017-07-16 13:24:30 +0100" endDate="2017-07-16 13:31:47 +0100" value="0.06112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 15:55:59 +0100" startDate="2017-07-16 15:16:21 +0100" endDate="2017-07-16 15:22:34 +0100" value="0.01046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 15:55:59 +0100" startDate="2017-07-16 15:36:23 +0100" endDate="2017-07-16 15:42:49 +0100" value="0.01488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 16:57:02 +0100" startDate="2017-07-16 15:50:38 +0100" endDate="2017-07-16 15:57:35 +0100" value="0.00246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 16:57:02 +0100" startDate="2017-07-16 15:57:35 +0100" endDate="2017-07-16 16:03:37 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 18:56:31 +0100" startDate="2017-07-16 18:24:12 +0100" endDate="2017-07-16 18:30:43 +0100" value="0.02423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-16 19:55:11 +0100" startDate="2017-07-16 19:19:31 +0100" endDate="2017-07-16 19:25:46 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 05:58:00 +0100" startDate="2017-07-17 05:42:55 +0100" endDate="2017-07-17 05:52:48 +0100" value="0.088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 06:54:42 +0100" startDate="2017-07-17 05:52:48 +0100" endDate="2017-07-17 05:59:45 +0100" value="0.01415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 06:54:42 +0100" startDate="2017-07-17 06:16:40 +0100" endDate="2017-07-17 06:24:34 +0100" value="0.03567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 06:54:42 +0100" startDate="2017-07-17 06:24:34 +0100" endDate="2017-07-17 06:34:33 +0100" value="0.28121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 06:54:42 +0100" startDate="2017-07-17 06:34:33 +0100" endDate="2017-07-17 06:42:14 +0100" value="0.57823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 08:03:05 +0100" startDate="2017-07-17 06:47:22 +0100" endDate="2017-07-17 06:53:27 +0100" value="0.00506"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 10:54:43 +0100" startDate="2017-07-17 09:59:42 +0100" endDate="2017-07-17 10:09:41 +0100" value="0.00861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 10:54:43 +0100" startDate="2017-07-17 10:09:41 +0100" endDate="2017-07-17 10:10:02 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 10:54:43 +0100" startDate="2017-07-17 10:26:20 +0100" endDate="2017-07-17 10:36:10 +0100" value="0.09833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 10:54:43 +0100" startDate="2017-07-17 10:36:10 +0100" endDate="2017-07-17 10:46:08 +0100" value="0.45181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 11:56:10 +0100" startDate="2017-07-17 10:46:08 +0100" endDate="2017-07-17 10:53:16 +0100" value="0.21503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 11:56:10 +0100" startDate="2017-07-17 11:10:28 +0100" endDate="2017-07-17 11:20:27 +0100" value="0.30492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 11:56:10 +0100" startDate="2017-07-17 11:20:27 +0100" endDate="2017-07-17 11:29:57 +0100" value="0.60666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 11:56:10 +0100" startDate="2017-07-17 11:29:57 +0100" endDate="2017-07-17 11:34:20 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 14:03:53 +0100" startDate="2017-07-17 12:53:26 +0100" endDate="2017-07-17 13:03:07 +0100" value="0.05914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 14:54:42 +0100" startDate="2017-07-17 14:05:14 +0100" endDate="2017-07-17 14:12:11 +0100" value="0.02489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 14:54:42 +0100" startDate="2017-07-17 14:12:19 +0100" endDate="2017-07-17 14:20:13 +0100" value="0.05834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 14:54:42 +0100" startDate="2017-07-17 14:31:40 +0100" endDate="2017-07-17 14:38:28 +0100" value="0.0381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 15:56:39 +0100" startDate="2017-07-17 15:16:52 +0100" endDate="2017-07-17 15:26:43 +0100" value="0.06696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 15:56:39 +0100" startDate="2017-07-17 15:26:43 +0100" endDate="2017-07-17 15:36:41 +0100" value="0.37393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 15:56:39 +0100" startDate="2017-07-17 15:36:41 +0100" endDate="2017-07-17 15:46:27 +0100" value="0.30713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 15:56:39 +0100" startDate="2017-07-17 15:46:27 +0100" endDate="2017-07-17 15:55:33 +0100" value="0.08116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 16:57:21 +0100" startDate="2017-07-17 15:55:33 +0100" endDate="2017-07-17 16:03:06 +0100" value="0.10226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 18:03:16 +0100" startDate="2017-07-17 17:01:44 +0100" endDate="2017-07-17 17:10:34 +0100" value="0.09834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 18:03:16 +0100" startDate="2017-07-17 17:14:30 +0100" endDate="2017-07-17 17:23:10 +0100" value="0.12165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 18:03:16 +0100" startDate="2017-07-17 17:23:10 +0100" endDate="2017-07-17 17:33:08 +0100" value="0.08149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 18:03:16 +0100" startDate="2017-07-17 17:33:08 +0100" endDate="2017-07-17 17:34:09 +0100" value="0.02821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 18:03:16 +0100" startDate="2017-07-17 17:39:37 +0100" endDate="2017-07-17 17:47:52 +0100" value="0.12075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 19:43:54 +0100" startDate="2017-07-17 18:10:16 +0100" endDate="2017-07-17 18:19:12 +0100" value="0.19251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 19:43:54 +0100" startDate="2017-07-17 18:19:12 +0100" endDate="2017-07-17 18:22:28 +0100" value="0.0054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 19:43:54 +0100" startDate="2017-07-17 18:36:50 +0100" endDate="2017-07-17 18:46:11 +0100" value="0.26166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 19:43:54 +0100" startDate="2017-07-17 18:47:27 +0100" endDate="2017-07-17 18:56:22 +0100" value="0.24738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 19:43:54 +0100" startDate="2017-07-17 19:14:04 +0100" endDate="2017-07-17 19:24:01 +0100" value="0.06364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 22:00:03 +0100" startDate="2017-07-17 21:14:56 +0100" endDate="2017-07-17 21:23:32 +0100" value="0.11884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 22:00:03 +0100" startDate="2017-07-17 21:23:32 +0100" endDate="2017-07-17 21:30:02 +0100" value="0.10661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 22:00:03 +0100" startDate="2017-07-17 21:45:34 +0100" endDate="2017-07-17 21:54:38 +0100" value="0.12121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-17 22:12:01 +0100" startDate="2017-07-17 21:54:38 +0100" endDate="2017-07-17 21:57:42 +0100" value="0.02578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 06:57:04 +0100" startDate="2017-07-18 06:36:38 +0100" endDate="2017-07-18 06:44:33 +0100" value="0.05039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 06:57:04 +0100" startDate="2017-07-18 06:44:50 +0100" endDate="2017-07-18 06:53:43 +0100" value="0.03854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 07:54:48 +0100" startDate="2017-07-18 07:06:02 +0100" endDate="2017-07-18 07:15:22 +0100" value="0.06232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 07:54:48 +0100" startDate="2017-07-18 07:15:22 +0100" endDate="2017-07-18 07:25:11 +0100" value="0.26869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 07:54:48 +0100" startDate="2017-07-18 07:25:11 +0100" endDate="2017-07-18 07:34:33 +0100" value="0.6333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 07:54:48 +0100" startDate="2017-07-18 07:34:33 +0100" endDate="2017-07-18 07:44:18 +0100" value="0.107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 07:54:48 +0100" startDate="2017-07-18 07:44:18 +0100" endDate="2017-07-18 07:54:16 +0100" value="0.34934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 08:58:54 +0100" startDate="2017-07-18 07:54:16 +0100" endDate="2017-07-18 08:00:46 +0100" value="0.10481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 09:55:40 +0100" startDate="2017-07-18 09:32:49 +0100" endDate="2017-07-18 09:41:43 +0100" value="0.06123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 10:57:19 +0100" startDate="2017-07-18 10:23:53 +0100" endDate="2017-07-18 10:33:43 +0100" value="0.11776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 10:57:19 +0100" startDate="2017-07-18 10:33:43 +0100" endDate="2017-07-18 10:43:41 +0100" value="0.68085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 10:57:19 +0100" startDate="2017-07-18 10:43:41 +0100" endDate="2017-07-18 10:51:59 +0100" value="0.15974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 11:54:48 +0100" startDate="2017-07-18 11:02:33 +0100" endDate="2017-07-18 11:12:32 +0100" value="0.03824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 11:54:48 +0100" startDate="2017-07-18 11:12:32 +0100" endDate="2017-07-18 11:21:45 +0100" value="0.6619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 11:54:48 +0100" startDate="2017-07-18 11:21:45 +0100" endDate="2017-07-18 11:28:03 +0100" value="0.21473"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 11:54:48 +0100" startDate="2017-07-18 11:33:08 +0100" endDate="2017-07-18 11:41:28 +0100" value="0.09312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 11:54:48 +0100" startDate="2017-07-18 11:41:28 +0100" endDate="2017-07-18 11:45:45 +0100" value="0.02139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 13:56:16 +0100" startDate="2017-07-18 13:00:19 +0100" endDate="2017-07-18 13:10:18 +0100" value="0.02421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 13:56:16 +0100" startDate="2017-07-18 13:10:18 +0100" endDate="2017-07-18 13:20:16 +0100" value="0.04729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 13:56:16 +0100" startDate="2017-07-18 13:20:16 +0100" endDate="2017-07-18 13:26:15 +0100" value="0.15415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 16:58:21 +0100" startDate="2017-07-18 15:50:33 +0100" endDate="2017-07-18 16:00:32 +0100" value="0.14362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 16:58:21 +0100" startDate="2017-07-18 16:00:32 +0100" endDate="2017-07-18 16:10:32 +0100" value="0.40561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 16:58:21 +0100" startDate="2017-07-18 16:10:32 +0100" endDate="2017-07-18 16:20:32 +0100" value="0.55757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 16:58:21 +0100" startDate="2017-07-18 16:20:32 +0100" endDate="2017-07-18 16:29:43 +0100" value="0.1611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 16:58:21 +0100" startDate="2017-07-18 16:29:43 +0100" endDate="2017-07-18 16:39:03 +0100" value="0.1095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 16:58:21 +0100" startDate="2017-07-18 16:39:03 +0100" endDate="2017-07-18 16:41:00 +0100" value="0.01205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 18:56:46 +0100" startDate="2017-07-18 18:20:27 +0100" endDate="2017-07-18 18:28:50 +0100" value="0.0288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 19:55:48 +0100" startDate="2017-07-18 18:55:41 +0100" endDate="2017-07-18 19:03:54 +0100" value="0.08882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 19:55:48 +0100" startDate="2017-07-18 19:19:01 +0100" endDate="2017-07-18 19:28:59 +0100" value="0.02864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 19:55:48 +0100" startDate="2017-07-18 19:28:59 +0100" endDate="2017-07-18 19:31:55 +0100" value="0.00408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 21:54:37 +0100" startDate="2017-07-18 20:57:02 +0100" endDate="2017-07-18 21:07:00 +0100" value="0.07033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 21:54:37 +0100" startDate="2017-07-18 21:07:00 +0100" endDate="2017-07-18 21:14:28 +0100" value="0.18178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-18 21:54:37 +0100" startDate="2017-07-18 21:30:10 +0100" endDate="2017-07-18 21:37:47 +0100" value="0.07806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 05:54:40 +0100" startDate="2017-07-19 05:40:39 +0100" endDate="2017-07-19 05:47:30 +0100" value="0.01865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 06:59:32 +0100" startDate="2017-07-19 05:58:41 +0100" endDate="2017-07-19 06:05:01 +0100" value="0.01325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 06:59:32 +0100" startDate="2017-07-19 06:10:47 +0100" endDate="2017-07-19 06:18:31 +0100" value="0.02843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 06:59:32 +0100" startDate="2017-07-19 06:18:31 +0100" endDate="2017-07-19 06:28:30 +0100" value="0.04901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 06:59:32 +0100" startDate="2017-07-19 06:28:30 +0100" endDate="2017-07-19 06:38:30 +0100" value="0.76593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 06:59:32 +0100" startDate="2017-07-19 06:38:30 +0100" endDate="2017-07-19 06:39:46 +0100" value="0.03807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 10:55:13 +0100" startDate="2017-07-19 10:19:13 +0100" endDate="2017-07-19 10:29:11 +0100" value="0.22913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 10:55:13 +0100" startDate="2017-07-19 10:29:11 +0100" endDate="2017-07-19 10:38:14 +0100" value="0.50382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 10:55:13 +0100" startDate="2017-07-19 10:38:14 +0100" endDate="2017-07-19 10:43:14 +0100" value="0.07355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 11:55:25 +0100" startDate="2017-07-19 10:43:14 +0100" endDate="2017-07-19 10:52:08 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 11:55:25 +0100" startDate="2017-07-19 10:52:08 +0100" endDate="2017-07-19 11:02:07 +0100" value="0.07811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 11:55:25 +0100" startDate="2017-07-19 11:02:07 +0100" endDate="2017-07-19 11:11:20 +0100" value="0.76144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 12:57:22 +0100" startDate="2017-07-19 12:15:32 +0100" endDate="2017-07-19 12:24:06 +0100" value="0.06277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 12:57:22 +0100" startDate="2017-07-19 12:31:26 +0100" endDate="2017-07-19 12:37:09 +0100" value="0.05732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 12:57:22 +0100" startDate="2017-07-19 12:37:09 +0100" endDate="2017-07-19 12:44:00 +0100" value="0.02631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 13:54:49 +0100" startDate="2017-07-19 12:51:43 +0100" endDate="2017-07-19 12:57:48 +0100" value="0.01281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 14:58:24 +0100" startDate="2017-07-19 14:19:50 +0100" endDate="2017-07-19 14:29:50 +0100" value="0.14149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 14:58:24 +0100" startDate="2017-07-19 14:29:50 +0100" endDate="2017-07-19 14:31:03 +0100" value="0.01551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 15:54:42 +0100" startDate="2017-07-19 14:52:04 +0100" endDate="2017-07-19 14:59:00 +0100" value="0.02886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 15:54:42 +0100" startDate="2017-07-19 14:59:00 +0100" endDate="2017-07-19 15:04:42 +0100" value="0.03917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 15:54:42 +0100" startDate="2017-07-19 15:21:06 +0100" endDate="2017-07-19 15:31:04 +0100" value="0.26096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 15:54:42 +0100" startDate="2017-07-19 15:31:04 +0100" endDate="2017-07-19 15:39:36 +0100" value="0.49431"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 15:54:42 +0100" startDate="2017-07-19 15:39:36 +0100" endDate="2017-07-19 15:49:23 +0100" value="0.10936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 15:49:23 +0100" endDate="2017-07-19 15:56:41 +0100" value="0.37919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 15:56:41 +0100" endDate="2017-07-19 16:06:40 +0100" value="0.1338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 16:06:40 +0100" endDate="2017-07-19 16:16:36 +0100" value="0.24451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 16:16:36 +0100" endDate="2017-07-19 16:26:30 +0100" value="0.23471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 16:26:30 +0100" endDate="2017-07-19 16:29:46 +0100" value="0.10968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 16:32:37 +0100" endDate="2017-07-19 16:42:31 +0100" value="0.28803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 16:56:37 +0100" startDate="2017-07-19 16:42:31 +0100" endDate="2017-07-19 16:52:00 +0100" value="0.01872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303ca5450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 17:54:40 +0100" startDate="2017-07-19 16:52:00 +0100" endDate="2017-07-19 16:54:56 +0100" value="0.00919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 17:54:40 +0100" startDate="2017-07-19 17:22:17 +0100" endDate="2017-07-19 17:28:25 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 18:55:11 +0100" startDate="2017-07-19 18:38:26 +0100" endDate="2017-07-19 18:45:35 +0100" value="0.02674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 18:45:35 +0100" endDate="2017-07-19 18:54:11 +0100" value="0.05661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 18:58:49 +0100" endDate="2017-07-19 19:08:48 +0100" value="0.27065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 19:08:48 +0100" endDate="2017-07-19 19:18:48 +0100" value="0.25985"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 19:18:48 +0100" endDate="2017-07-19 19:28:47 +0100" value="0.29138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 19:28:47 +0100" endDate="2017-07-19 19:38:46 +0100" value="0.20362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 19:38:46 +0100" endDate="2017-07-19 19:48:44 +0100" value="0.21338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 20:00:03 +0100" startDate="2017-07-19 19:48:44 +0100" endDate="2017-07-19 19:58:43 +0100" value="0.23739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 19:58:43 +0100" endDate="2017-07-19 20:03:47 +0100" value="0.11463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 20:15:15 +0100" endDate="2017-07-19 20:25:04 +0100" value="0.02659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 20:25:53 +0100" endDate="2017-07-19 20:32:01 +0100" value="0.00092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 20:32:01 +0100" endDate="2017-07-19 20:36:51 +0100" value="0.00135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 20:47:18 +0100" endDate="2017-07-19 20:53:39 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 20:57:46 +0100" endDate="2017-07-19 21:06:28 +0100" value="0.00395"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 21:06:28 +0100" endDate="2017-07-19 21:14:24 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 21:14:24 +0100" endDate="2017-07-19 21:24:23 +0100" value="0.09748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 21:40:13 +0100" startDate="2017-07-19 21:24:23 +0100" endDate="2017-07-19 21:30:09 +0100" value="0.34451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-19 22:54:53 +0100" startDate="2017-07-19 21:50:05 +0100" endDate="2017-07-19 21:56:21 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 05:56:14 +0100" startDate="2017-07-20 05:34:33 +0100" endDate="2017-07-20 05:40:59 +0100" value="0.01052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 05:56:14 +0100" startDate="2017-07-20 05:40:59 +0100" endDate="2017-07-20 05:46:02 +0100" value="0.00592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 06:59:10 +0100" startDate="2017-07-20 05:58:06 +0100" endDate="2017-07-20 06:08:00 +0100" value="0.05907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 06:59:10 +0100" startDate="2017-07-20 06:08:00 +0100" endDate="2017-07-20 06:15:38 +0100" value="0.03347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 06:59:10 +0100" startDate="2017-07-20 06:21:59 +0100" endDate="2017-07-20 06:29:08 +0100" value="0.03089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 06:59:10 +0100" startDate="2017-07-20 06:29:16 +0100" endDate="2017-07-20 06:39:15 +0100" value="0.08192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 06:59:10 +0100" startDate="2017-07-20 06:39:15 +0100" endDate="2017-07-20 06:48:50 +0100" value="0.752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 06:59:10 +0100" startDate="2017-07-20 06:48:50 +0100" endDate="2017-07-20 06:49:25 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 08:00:45 +0100" startDate="2017-07-20 06:57:20 +0100" endDate="2017-07-20 07:07:14 +0100" value="0.10259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 08:00:45 +0100" startDate="2017-07-20 07:07:14 +0100" endDate="2017-07-20 07:17:10 +0100" value="0.11264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 08:00:45 +0100" startDate="2017-07-20 07:17:10 +0100" endDate="2017-07-20 07:23:41 +0100" value="0.01317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 08:00:45 +0100" startDate="2017-07-20 07:31:23 +0100" endDate="2017-07-20 07:40:54 +0100" value="0.0299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 08:00:45 +0100" startDate="2017-07-20 07:40:54 +0100" endDate="2017-07-20 07:49:13 +0100" value="0.02202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 09:56:43 +0100" startDate="2017-07-20 08:54:50 +0100" endDate="2017-07-20 09:00:57 +0100" value="0.00966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 09:56:43 +0100" startDate="2017-07-20 09:03:13 +0100" endDate="2017-07-20 09:12:44 +0100" value="0.0996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 09:56:43 +0100" startDate="2017-07-20 09:12:44 +0100" endDate="2017-07-20 09:13:58 +0100" value="0.01839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 09:56:43 +0100" startDate="2017-07-20 09:45:13 +0100" endDate="2017-07-20 09:51:54 +0100" value="0.03303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 11:00:19 +0100" startDate="2017-07-20 10:28:22 +0100" endDate="2017-07-20 10:38:21 +0100" value="0.23583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 11:00:19 +0100" startDate="2017-07-20 10:38:21 +0100" endDate="2017-07-20 10:48:16 +0100" value="0.58697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 11:00:19 +0100" startDate="2017-07-20 10:48:16 +0100" endDate="2017-07-20 10:51:29 +0100" value="0.06545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 12:06:50 +0100" startDate="2017-07-20 10:51:29 +0100" endDate="2017-07-20 11:01:29 +0100" value="0.00561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 12:06:50 +0100" startDate="2017-07-20 11:01:29 +0100" endDate="2017-07-20 11:11:28 +0100" value="0.67692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 12:06:50 +0100" startDate="2017-07-20 11:11:28 +0100" endDate="2017-07-20 11:18:40 +0100" value="0.33924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 13:06:12 +0100" startDate="2017-07-20 12:03:13 +0100" endDate="2017-07-20 12:12:06 +0100" value="0.05303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 13:06:12 +0100" startDate="2017-07-20 12:40:33 +0100" endDate="2017-07-20 12:49:59 +0100" value="0.0745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 13:06:12 +0100" startDate="2017-07-20 12:49:59 +0100" endDate="2017-07-20 12:57:34 +0100" value="0.13346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 13:58:39 +0100" startDate="2017-07-20 13:06:13 +0100" endDate="2017-07-20 13:13:11 +0100" value="0.03794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 13:58:39 +0100" startDate="2017-07-20 13:13:11 +0100" endDate="2017-07-20 13:20:00 +0100" value="0.1179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 13:58:39 +0100" startDate="2017-07-20 13:21:22 +0100" endDate="2017-07-20 13:29:51 +0100" value="0.03491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 13:58:39 +0100" startDate="2017-07-20 13:33:23 +0100" endDate="2017-07-20 13:41:12 +0100" value="0.09528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 13:58:39 +0100" startDate="2017-07-20 13:47:54 +0100" endDate="2017-07-20 13:55:18 +0100" value="0.054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 15:01:49 +0100" startDate="2017-07-20 13:55:18 +0100" endDate="2017-07-20 13:58:41 +0100" value="0.00106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 15:01:49 +0100" startDate="2017-07-20 14:49:31 +0100" endDate="2017-07-20 14:59:01 +0100" value="0.07451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 16:02:13 +0100" startDate="2017-07-20 15:36:22 +0100" endDate="2017-07-20 15:43:00 +0100" value="0.02372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 16:02:13 +0100" startDate="2017-07-20 15:44:45 +0100" endDate="2017-07-20 15:50:48 +0100" value="0.01047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 16:54:41 +0100" startDate="2017-07-20 16:15:29 +0100" endDate="2017-07-20 16:24:38 +0100" value="0.06108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 16:54:41 +0100" startDate="2017-07-20 16:25:27 +0100" endDate="2017-07-20 16:35:26 +0100" value="0.23344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 16:54:41 +0100" startDate="2017-07-20 16:35:26 +0100" endDate="2017-07-20 16:44:59 +0100" value="0.43244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 17:55:27 +0100" startDate="2017-07-20 16:44:59 +0100" endDate="2017-07-20 16:49:59 +0100" value="0.01477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 17:55:27 +0100" startDate="2017-07-20 17:30:02 +0100" endDate="2017-07-20 17:36:40 +0100" value="0.0143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 18:54:56 +0100" startDate="2017-07-20 18:33:38 +0100" endDate="2017-07-20 18:40:06 +0100" value="0.01599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 18:54:56 +0100" startDate="2017-07-20 18:41:30 +0100" endDate="2017-07-20 18:51:29 +0100" value="0.17729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 19:54:57 +0100" startDate="2017-07-20 18:51:29 +0100" endDate="2017-07-20 18:59:52 +0100" value="0.7474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 19:54:57 +0100" startDate="2017-07-20 19:35:33 +0100" endDate="2017-07-20 19:42:24 +0100" value="0.00977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 22:55:59 +0100" startDate="2017-07-20 22:24:55 +0100" endDate="2017-07-20 22:34:54 +0100" value="0.09348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 22:55:59 +0100" startDate="2017-07-20 22:34:54 +0100" endDate="2017-07-20 22:42:50 +0100" value="0.50852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 22:55:59 +0100" startDate="2017-07-20 22:44:01 +0100" endDate="2017-07-20 22:53:14 +0100" value="0.16767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 23:54:59 +0100" startDate="2017-07-20 22:53:14 +0100" endDate="2017-07-20 22:58:24 +0100" value="0.02287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-20 23:54:59 +0100" startDate="2017-07-20 22:58:28 +0100" endDate="2017-07-20 23:04:33 +0100" value="0.01466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 06:55:45 +0100" startDate="2017-07-21 06:31:31 +0100" endDate="2017-07-21 06:32:32 +0100" value="0.04181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 06:55:45 +0100" startDate="2017-07-21 06:32:32 +0100" endDate="2017-07-21 06:34:39 +0100" value="0.02266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 06:55:45 +0100" startDate="2017-07-21 06:34:39 +0100" endDate="2017-07-21 06:35:18 +0100" value="0.01894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 06:55:45 +0100" startDate="2017-07-21 06:47:33 +0100" endDate="2017-07-21 06:52:45 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 06:55:45 +0100" startDate="2017-07-21 06:52:45 +0100" endDate="2017-07-21 06:53:43 +0100" value="0.02932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 08:00:47 +0100" startDate="2017-07-21 06:53:43 +0100" endDate="2017-07-21 07:03:29 +0100" value="0.26551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 08:00:47 +0100" startDate="2017-07-21 07:03:29 +0100" endDate="2017-07-21 07:13:05 +0100" value="0.63922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 08:00:47 +0100" startDate="2017-07-21 07:13:05 +0100" endDate="2017-07-21 07:15:04 +0100" value="0.03636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 08:00:47 +0100" startDate="2017-07-21 07:20:08 +0100" endDate="2017-07-21 07:29:47 +0100" value="0.07077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 09:57:21 +0100" startDate="2017-07-21 09:38:11 +0100" endDate="2017-07-21 09:47:12 +0100" value="0.05895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 10:56:13 +0100" startDate="2017-07-21 10:21:35 +0100" endDate="2017-07-21 10:30:36 +0100" value="0.10511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 10:56:13 +0100" startDate="2017-07-21 10:30:36 +0100" endDate="2017-07-21 10:35:41 +0100" value="0.01114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 10:56:13 +0100" startDate="2017-07-21 10:45:26 +0100" endDate="2017-07-21 10:55:25 +0100" value="0.32448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 11:56:19 +0100" startDate="2017-07-21 10:55:25 +0100" endDate="2017-07-21 10:56:14 +0100" value="0.0418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 11:56:19 +0100" startDate="2017-07-21 10:59:34 +0100" endDate="2017-07-21 11:09:32 +0100" value="0.37369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 11:56:19 +0100" startDate="2017-07-21 11:09:32 +0100" endDate="2017-07-21 11:12:30 +0100" value="0.2611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 12:58:42 +0100" startDate="2017-07-21 12:00:01 +0100" endDate="2017-07-21 12:09:55 +0100" value="0.01951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 12:58:42 +0100" startDate="2017-07-21 12:09:55 +0100" endDate="2017-07-21 12:19:27 +0100" value="0.79879"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 12:58:42 +0100" startDate="2017-07-21 12:19:27 +0100" endDate="2017-07-21 12:28:38 +0100" value="0.11698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 14:03:15 +0100" startDate="2017-07-21 13:19:13 +0100" endDate="2017-07-21 13:26:22 +0100" value="0.02718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 14:03:15 +0100" startDate="2017-07-21 13:26:23 +0100" endDate="2017-07-21 13:33:27 +0100" value="0.06222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 14:57:04 +0100" startDate="2017-07-21 14:34:35 +0100" endDate="2017-07-21 14:44:33 +0100" value="0.03458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 14:57:04 +0100" startDate="2017-07-21 14:44:33 +0100" endDate="2017-07-21 14:47:49 +0100" value="0.02165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 15:56:26 +0100" startDate="2017-07-21 15:36:20 +0100" endDate="2017-07-21 15:46:19 +0100" value="0.28838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 15:56:26 +0100" startDate="2017-07-21 15:46:19 +0100" endDate="2017-07-21 15:56:19 +0100" value="0.33856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 16:57:37 +0100" startDate="2017-07-21 15:56:19 +0100" endDate="2017-07-21 16:06:17 +0100" value="0.1083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 16:57:37 +0100" startDate="2017-07-21 16:06:17 +0100" endDate="2017-07-21 16:15:10 +0100" value="0.28129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 17:59:14 +0100" startDate="2017-07-21 17:38:41 +0100" endDate="2017-07-21 17:45:52 +0100" value="0.0697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 18:58:00 +0100" startDate="2017-07-21 18:26:05 +0100" endDate="2017-07-21 18:36:04 +0100" value="0.087"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 18:58:00 +0100" startDate="2017-07-21 18:36:04 +0100" endDate="2017-07-21 18:36:48 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 20:04:39 +0100" startDate="2017-07-21 18:57:02 +0100" endDate="2017-07-21 19:03:08 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-21 22:55:04 +0100" startDate="2017-07-21 22:35:59 +0100" endDate="2017-07-21 22:42:45 +0100" value="0.02247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 06:57:27 +0100" startDate="2017-07-22 05:58:30 +0100" endDate="2017-07-22 06:05:09 +0100" value="0.00284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 09:59:50 +0100" startDate="2017-07-22 09:44:59 +0100" endDate="2017-07-22 09:51:38 +0100" value="0.01024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 11:57:50 +0100" startDate="2017-07-22 10:51:26 +0100" endDate="2017-07-22 10:57:54 +0100" value="0.01917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 13:58:14 +0100" startDate="2017-07-22 12:53:17 +0100" endDate="2017-07-22 13:00:49 +0100" value="0.04548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 13:58:14 +0100" startDate="2017-07-22 13:29:25 +0100" endDate="2017-07-22 13:39:12 +0100" value="0.11084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 15:00:23 +0100" startDate="2017-07-22 14:38:21 +0100" endDate="2017-07-22 14:47:24 +0100" value="0.07548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 16:01:01 +0100" startDate="2017-07-22 15:20:20 +0100" endDate="2017-07-22 15:26:41 +0100" value="0.01346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 16:56:14 +0100" startDate="2017-07-22 16:17:13 +0100" endDate="2017-07-22 16:27:11 +0100" value="0.02121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 16:56:14 +0100" startDate="2017-07-22 16:27:11 +0100" endDate="2017-07-22 16:27:47 +0100" value="0.02081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 17:55:07 +0100" startDate="2017-07-22 17:05:21 +0100" endDate="2017-07-22 17:12:45 +0100" value="0.01762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 17:55:07 +0100" startDate="2017-07-22 17:20:58 +0100" endDate="2017-07-22 17:27:31 +0100" value="0.01285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 19:04:46 +0100" startDate="2017-07-22 18:18:28 +0100" endDate="2017-07-22 18:26:20 +0100" value="0.04348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 19:04:46 +0100" startDate="2017-07-22 18:26:20 +0100" endDate="2017-07-22 18:28:53 +0100" value="0.00135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 19:04:46 +0100" startDate="2017-07-22 18:31:27 +0100" endDate="2017-07-22 18:40:13 +0100" value="0.07766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 19:04:46 +0100" startDate="2017-07-22 18:40:13 +0100" endDate="2017-07-22 18:41:35 +0100" value="0.00846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 19:54:41 +0100" startDate="2017-07-22 18:58:47 +0100" endDate="2017-07-22 19:07:36 +0100" value="0.07107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 19:54:41 +0100" startDate="2017-07-22 19:07:36 +0100" endDate="2017-07-22 19:13:57 +0100" value="0.07116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 19:54:41 +0100" startDate="2017-07-22 19:13:57 +0100" endDate="2017-07-22 19:23:09 +0100" value="0.01336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 19:54:41 +0100" startDate="2017-07-22 19:23:09 +0100" endDate="2017-07-22 19:33:08 +0100" value="0.08855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 19:54:41 +0100" startDate="2017-07-22 19:33:08 +0100" endDate="2017-07-22 19:38:01 +0100" value="0.1498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 19:54:41 +0100" startDate="2017-07-22 19:43:03 +0100" endDate="2017-07-22 19:50:22 +0100" value="0.00512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 20:57:21 +0100" startDate="2017-07-22 20:00:32 +0100" endDate="2017-07-22 20:07:54 +0100" value="0.00438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 20:57:21 +0100" startDate="2017-07-22 20:42:38 +0100" endDate="2017-07-22 20:52:37 +0100" value="0.09146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 21:57:22 +0100" startDate="2017-07-22 20:52:37 +0100" endDate="2017-07-22 21:02:33 +0100" value="0.35524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 21:57:22 +0100" startDate="2017-07-22 21:02:33 +0100" endDate="2017-07-22 21:11:21 +0100" value="0.21178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 21:57:22 +0100" startDate="2017-07-22 21:11:21 +0100" endDate="2017-07-22 21:21:15 +0100" value="0.02535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 21:57:22 +0100" startDate="2017-07-22 21:40:17 +0100" endDate="2017-07-22 21:49:41 +0100" value="0.23288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-22 23:06:04 +0100" startDate="2017-07-22 21:49:41 +0100" endDate="2017-07-22 21:50:37 +0100" value="0.02174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 08:59:03 +0100" startDate="2017-07-23 07:47:50 +0100" endDate="2017-07-23 07:54:53 +0100" value="0.033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 13:56:10 +0100" startDate="2017-07-23 13:07:37 +0100" endDate="2017-07-23 13:14:33 +0100" value="0.01589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 13:56:10 +0100" startDate="2017-07-23 13:23:48 +0100" endDate="2017-07-23 13:33:17 +0100" value="0.25503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 13:56:10 +0100" startDate="2017-07-23 13:33:17 +0100" endDate="2017-07-23 13:38:26 +0100" value="0.00602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 15:02:43 +0100" startDate="2017-07-23 14:34:44 +0100" endDate="2017-07-23 14:44:44 +0100" value="0.11911"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 15:02:43 +0100" startDate="2017-07-23 14:44:44 +0100" endDate="2017-07-23 14:46:56 +0100" value="0.03309"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 15:56:03 +0100" startDate="2017-07-23 15:29:09 +0100" endDate="2017-07-23 15:35:52 +0100" value="0.00289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 15:56:03 +0100" startDate="2017-07-23 15:36:08 +0100" endDate="2017-07-23 15:46:07 +0100" value="0.09228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 16:55:05 +0100" startDate="2017-07-23 15:46:07 +0100" endDate="2017-07-23 15:48:30 +0100" value="0.03153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 16:55:05 +0100" startDate="2017-07-23 16:14:41 +0100" endDate="2017-07-23 16:23:11 +0100" value="0.06314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 16:55:05 +0100" startDate="2017-07-23 16:23:11 +0100" endDate="2017-07-23 16:29:23 +0100" value="0.11413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 17:56:08 +0100" startDate="2017-07-23 17:13:31 +0100" endDate="2017-07-23 17:23:28 +0100" value="0.03351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 17:56:08 +0100" startDate="2017-07-23 17:23:28 +0100" endDate="2017-07-23 17:26:54 +0100" value="0.08446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 20:58:41 +0100" startDate="2017-07-23 20:40:10 +0100" endDate="2017-07-23 20:46:20 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-23 22:00:03 +0100" startDate="2017-07-23 21:40:25 +0100" endDate="2017-07-23 21:46:33 +0100" value="0.01468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 05:57:01 +0100" startDate="2017-07-24 05:32:58 +0100" endDate="2017-07-24 05:42:12 +0100" value="0.0598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 07:00:00 +0100" startDate="2017-07-24 06:00:05 +0100" endDate="2017-07-24 06:07:46 +0100" value="0.04242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 07:00:00 +0100" startDate="2017-07-24 06:07:46 +0100" endDate="2017-07-24 06:17:46 +0100" value="0.03212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 07:00:00 +0100" startDate="2017-07-24 06:17:46 +0100" endDate="2017-07-24 06:27:45 +0100" value="0.62692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 07:00:00 +0100" startDate="2017-07-24 06:27:45 +0100" endDate="2017-07-24 06:37:44 +0100" value="0.27137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 07:00:00 +0100" startDate="2017-07-24 06:37:44 +0100" endDate="2017-07-24 06:39:21 +0100" value="0.00684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 07:55:01 +0100" startDate="2017-07-24 07:09:55 +0100" endDate="2017-07-24 07:17:27 +0100" value="0.02149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 07:55:01 +0100" startDate="2017-07-24 07:19:11 +0100" endDate="2017-07-24 07:26:04 +0100" value="0.03501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 08:57:05 +0100" startDate="2017-07-24 07:46:37 +0100" endDate="2017-07-24 07:55:15 +0100" value="0.06857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 08:57:05 +0100" startDate="2017-07-24 07:55:15 +0100" endDate="2017-07-24 08:04:22 +0100" value="0.04913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 11:02:59 +0100" startDate="2017-07-24 10:15:55 +0100" endDate="2017-07-24 10:22:30 +0100" value="0.02943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 11:02:59 +0100" startDate="2017-07-24 10:23:46 +0100" endDate="2017-07-24 10:33:40 +0100" value="0.08749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 11:02:59 +0100" startDate="2017-07-24 10:33:40 +0100" endDate="2017-07-24 10:43:38 +0100" value="0.60095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 11:02:59 +0100" startDate="2017-07-24 10:43:38 +0100" endDate="2017-07-24 10:51:56 +0100" value="0.06225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 11:55:12 +0100" startDate="2017-07-24 11:07:38 +0100" endDate="2017-07-24 11:17:37 +0100" value="0.21454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 11:55:12 +0100" startDate="2017-07-24 11:17:37 +0100" endDate="2017-07-24 11:27:27 +0100" value="0.35308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 11:55:12 +0100" startDate="2017-07-24 11:27:27 +0100" endDate="2017-07-24 11:35:24 +0100" value="0.42268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 11:55:12 +0100" startDate="2017-07-24 11:36:42 +0100" endDate="2017-07-24 11:42:54 +0100" value="0.0118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 11:55:12 +0100" startDate="2017-07-24 11:42:54 +0100" endDate="2017-07-24 11:48:13 +0100" value="0.02664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 12:54:51 +0100" startDate="2017-07-24 11:48:13 +0100" endDate="2017-07-24 11:57:20 +0100" value="0.00664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 12:54:51 +0100" startDate="2017-07-24 11:57:20 +0100" endDate="2017-07-24 12:01:16 +0100" value="0.01272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 12:54:51 +0100" startDate="2017-07-24 12:05:19 +0100" endDate="2017-07-24 12:14:40 +0100" value="0.06329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 12:54:51 +0100" startDate="2017-07-24 12:14:40 +0100" endDate="2017-07-24 12:20:15 +0100" value="0.02357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 12:54:51 +0100" startDate="2017-07-24 12:20:15 +0100" endDate="2017-07-24 12:27:01 +0100" value="0.02847"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 12:54:51 +0100" startDate="2017-07-24 12:27:01 +0100" endDate="2017-07-24 12:32:42 +0100" value="0.09959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 13:54:54 +0100" startDate="2017-07-24 12:49:19 +0100" endDate="2017-07-24 12:59:18 +0100" value="0.07986"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 13:54:54 +0100" startDate="2017-07-24 12:59:18 +0100" endDate="2017-07-24 13:03:12 +0100" value="0.20901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 15:01:25 +0100" startDate="2017-07-24 14:12:07 +0100" endDate="2017-07-24 14:22:01 +0100" value="0.2728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 15:01:25 +0100" startDate="2017-07-24 14:32:09 +0100" endDate="2017-07-24 14:41:02 +0100" value="0.05467"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 17:01:18 +0100" startDate="2017-07-24 15:49:57 +0100" endDate="2017-07-24 15:58:43 +0100" value="0.07823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 17:01:18 +0100" startDate="2017-07-24 16:23:52 +0100" endDate="2017-07-24 16:33:16 +0100" value="0.01493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 17:57:04 +0100" startDate="2017-07-24 17:28:42 +0100" endDate="2017-07-24 17:38:41 +0100" value="0.09571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 17:57:04 +0100" startDate="2017-07-24 17:38:41 +0100" endDate="2017-07-24 17:48:04 +0100" value="0.54259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 18:55:00 +0100" startDate="2017-07-24 17:48:04 +0100" endDate="2017-07-24 17:58:03 +0100" value="0.12993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 18:55:00 +0100" startDate="2017-07-24 17:58:03 +0100" endDate="2017-07-24 18:08:03 +0100" value="0.26404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 18:55:00 +0100" startDate="2017-07-24 18:08:03 +0100" endDate="2017-07-24 18:18:02 +0100" value="0.21305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 18:55:00 +0100" startDate="2017-07-24 18:18:02 +0100" endDate="2017-07-24 18:27:35 +0100" value="0.12185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 18:55:00 +0100" startDate="2017-07-24 18:27:35 +0100" endDate="2017-07-24 18:37:30 +0100" value="0.20658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 18:55:00 +0100" startDate="2017-07-24 18:37:30 +0100" endDate="2017-07-24 18:40:41 +0100" value="0.02578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 19:58:57 +0100" startDate="2017-07-24 18:48:43 +0100" endDate="2017-07-24 18:55:06 +0100" value="0.01644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-24 19:58:57 +0100" startDate="2017-07-24 19:07:49 +0100" endDate="2017-07-24 19:17:46 +0100" value="0.02934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 07:05:47 +0100" startDate="2017-07-25 05:52:49 +0100" endDate="2017-07-25 05:59:38 +0100" value="0.01026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 07:05:47 +0100" startDate="2017-07-25 06:20:43 +0100" endDate="2017-07-25 06:30:21 +0100" value="0.0972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 07:05:47 +0100" startDate="2017-07-25 06:31:43 +0100" endDate="2017-07-25 06:41:41 +0100" value="0.19213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 07:05:47 +0100" startDate="2017-07-25 06:41:41 +0100" endDate="2017-07-25 06:49:07 +0100" value="0.61497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 07:54:53 +0100" startDate="2017-07-25 07:05:08 +0100" endDate="2017-07-25 07:12:30 +0100" value="0.04417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 09:57:57 +0100" startDate="2017-07-25 09:18:52 +0100" endDate="2017-07-25 09:27:41 +0100" value="0.04571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 11:02:20 +0100" startDate="2017-07-25 09:52:01 +0100" endDate="2017-07-25 10:01:52 +0100" value="0.05713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 11:02:20 +0100" startDate="2017-07-25 10:01:52 +0100" endDate="2017-07-25 10:05:51 +0100" value="0.06788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 11:02:20 +0100" startDate="2017-07-25 10:27:18 +0100" endDate="2017-07-25 10:35:21 +0100" value="0.03982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 11:02:20 +0100" startDate="2017-07-25 10:35:21 +0100" endDate="2017-07-25 10:45:19 +0100" value="0.63593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 11:02:20 +0100" startDate="2017-07-25 10:45:19 +0100" endDate="2017-07-25 10:53:21 +0100" value="0.17729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 11:56:19 +0100" startDate="2017-07-25 11:07:06 +0100" endDate="2017-07-25 11:15:57 +0100" value="0.14893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 11:56:19 +0100" startDate="2017-07-25 11:15:57 +0100" endDate="2017-07-25 11:25:53 +0100" value="0.67612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 11:56:19 +0100" startDate="2017-07-25 11:25:53 +0100" endDate="2017-07-25 11:35:46 +0100" value="0.04426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 12:54:34 +0100" startDate="2017-07-25 12:02:40 +0100" endDate="2017-07-25 12:09:39 +0100" value="0.03075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfd1d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 12:54:34 +0100" startDate="2017-07-25 12:09:39 +0100" endDate="2017-07-25 12:16:25 +0100" value="0.01974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 12:54:34 +0100" startDate="2017-07-25 12:43:46 +0100" endDate="2017-07-25 12:51:35 +0100" value="0.08786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 13:57:45 +0100" startDate="2017-07-25 13:21:48 +0100" endDate="2017-07-25 13:31:32 +0100" value="0.13572"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 13:57:45 +0100" startDate="2017-07-25 13:31:32 +0100" endDate="2017-07-25 13:41:30 +0100" value="0.42348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 13:57:45 +0100" startDate="2017-07-25 13:41:30 +0100" endDate="2017-07-25 13:48:02 +0100" value="0.23236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 14:56:09 +0100" startDate="2017-07-25 14:35:56 +0100" endDate="2017-07-25 14:44:44 +0100" value="0.04865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 14:56:09 +0100" startDate="2017-07-25 14:44:44 +0100" endDate="2017-07-25 14:46:54 +0100" value="0.00736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 15:56:00 +0100" startDate="2017-07-25 14:55:53 +0100" endDate="2017-07-25 15:05:53 +0100" value="0.03961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 15:56:00 +0100" startDate="2017-07-25 15:05:53 +0100" endDate="2017-07-25 15:10:28 +0100" value="0.05246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 15:56:00 +0100" startDate="2017-07-25 15:29:05 +0100" endDate="2017-07-25 15:38:08 +0100" value="0.008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 15:56:00 +0100" startDate="2017-07-25 15:38:08 +0100" endDate="2017-07-25 15:48:07 +0100" value="0.19876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 16:54:40 +0100" startDate="2017-07-25 15:48:07 +0100" endDate="2017-07-25 15:58:06 +0100" value="0.44088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-25 16:54:40 +0100" startDate="2017-07-25 15:58:06 +0100" endDate="2017-07-25 16:03:20 +0100" value="0.04076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 06:59:06 +0100" startDate="2017-07-26 05:53:58 +0100" endDate="2017-07-26 06:00:26 +0100" value="0.01766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 06:59:06 +0100" startDate="2017-07-26 06:16:55 +0100" endDate="2017-07-26 06:24:44 +0100" value="0.03568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 06:59:06 +0100" startDate="2017-07-26 06:26:56 +0100" endDate="2017-07-26 06:36:29 +0100" value="0.08327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 06:59:06 +0100" startDate="2017-07-26 06:36:29 +0100" endDate="2017-07-26 06:46:27 +0100" value="0.49928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 06:59:06 +0100" startDate="2017-07-26 06:46:27 +0100" endDate="2017-07-26 06:55:37 +0100" value="0.21499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 08:00:59 +0100" startDate="2017-07-26 06:55:37 +0100" endDate="2017-07-26 06:59:06 +0100" value="0.02415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 08:55:21 +0100" startDate="2017-07-26 08:30:09 +0100" endDate="2017-07-26 08:38:55 +0100" value="0.24309"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 08:55:21 +0100" startDate="2017-07-26 08:38:55 +0100" endDate="2017-07-26 08:46:30 +0100" value="0.22911"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 09:54:49 +0100" startDate="2017-07-26 09:34:54 +0100" endDate="2017-07-26 09:42:10 +0100" value="0.06087"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 09:54:49 +0100" startDate="2017-07-26 09:42:10 +0100" endDate="2017-07-26 09:50:48 +0100" value="0.05981"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 10:55:09 +0100" startDate="2017-07-26 09:50:48 +0100" endDate="2017-07-26 09:59:44 +0100" value="0.05347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 10:55:09 +0100" startDate="2017-07-26 09:59:44 +0100" endDate="2017-07-26 10:07:40 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 10:55:09 +0100" startDate="2017-07-26 10:34:51 +0100" endDate="2017-07-26 10:43:24 +0100" value="0.02916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 12:00:26 +0100" startDate="2017-07-26 10:49:48 +0100" endDate="2017-07-26 10:59:48 +0100" value="0.37857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 12:00:26 +0100" startDate="2017-07-26 10:59:48 +0100" endDate="2017-07-26 11:08:02 +0100" value="0.48961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 12:00:26 +0100" startDate="2017-07-26 11:20:42 +0100" endDate="2017-07-26 11:30:41 +0100" value="0.18696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 12:00:26 +0100" startDate="2017-07-26 11:30:41 +0100" endDate="2017-07-26 11:40:26 +0100" value="0.50995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 12:00:26 +0100" startDate="2017-07-26 11:40:26 +0100" endDate="2017-07-26 11:50:24 +0100" value="0.15311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 12:58:02 +0100" startDate="2017-07-26 12:34:54 +0100" endDate="2017-07-26 12:43:17 +0100" value="0.05652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 12:58:02 +0100" startDate="2017-07-26 12:43:17 +0100" endDate="2017-07-26 12:46:38 +0100" value="0.0411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 13:58:01 +0100" startDate="2017-07-26 12:59:44 +0100" endDate="2017-07-26 13:09:23 +0100" value="0.04043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 13:58:01 +0100" startDate="2017-07-26 13:09:23 +0100" endDate="2017-07-26 13:14:03 +0100" value="0.01854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 13:58:01 +0100" startDate="2017-07-26 13:23:30 +0100" endDate="2017-07-26 13:30:44 +0100" value="0.0402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 13:58:01 +0100" startDate="2017-07-26 13:47:46 +0100" endDate="2017-07-26 13:56:37 +0100" value="0.06109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 14:57:27 +0100" startDate="2017-07-26 13:56:37 +0100" endDate="2017-07-26 14:00:28 +0100" value="0.05628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 14:57:27 +0100" startDate="2017-07-26 14:06:58 +0100" endDate="2017-07-26 14:15:04 +0100" value="0.03669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 14:57:27 +0100" startDate="2017-07-26 14:25:28 +0100" endDate="2017-07-26 14:34:19 +0100" value="0.05223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 14:57:27 +0100" startDate="2017-07-26 14:34:19 +0100" endDate="2017-07-26 14:43:35 +0100" value="0.05074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 14:57:27 +0100" startDate="2017-07-26 14:43:35 +0100" endDate="2017-07-26 14:52:30 +0100" value="0.06163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 15:57:23 +0100" startDate="2017-07-26 15:08:32 +0100" endDate="2017-07-26 15:18:16 +0100" value="0.05624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 15:57:23 +0100" startDate="2017-07-26 15:18:16 +0100" endDate="2017-07-26 15:24:05 +0100" value="0.03838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 16:59:03 +0100" startDate="2017-07-26 15:51:04 +0100" endDate="2017-07-26 16:01:03 +0100" value="0.26291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 16:59:03 +0100" startDate="2017-07-26 16:01:03 +0100" endDate="2017-07-26 16:07:21 +0100" value="0.39875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 16:59:03 +0100" startDate="2017-07-26 16:07:21 +0100" endDate="2017-07-26 16:17:03 +0100" value="0.13631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 16:59:03 +0100" startDate="2017-07-26 16:18:31 +0100" endDate="2017-07-26 16:28:30 +0100" value="0.20354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 16:59:03 +0100" startDate="2017-07-26 16:28:30 +0100" endDate="2017-07-26 16:31:43 +0100" value="0.09857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 17:55:55 +0100" startDate="2017-07-26 17:02:04 +0100" endDate="2017-07-26 17:12:03 +0100" value="0.05069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 17:55:55 +0100" startDate="2017-07-26 17:12:03 +0100" endDate="2017-07-26 17:15:05 +0100" value="0.01764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 17:55:55 +0100" startDate="2017-07-26 17:22:45 +0100" endDate="2017-07-26 17:32:44 +0100" value="0.24838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 17:55:55 +0100" startDate="2017-07-26 17:32:44 +0100" endDate="2017-07-26 17:40:17 +0100" value="0.23225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 18:55:21 +0100" startDate="2017-07-26 18:07:12 +0100" endDate="2017-07-26 18:14:11 +0100" value="0.04202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 18:55:21 +0100" startDate="2017-07-26 18:20:24 +0100" endDate="2017-07-26 18:30:08 +0100" value="0.03624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 18:55:21 +0100" startDate="2017-07-26 18:30:08 +0100" endDate="2017-07-26 18:31:45 +0100" value="0.04089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 19:54:34 +0100" startDate="2017-07-26 19:15:49 +0100" endDate="2017-07-26 19:23:13 +0100" value="0.02777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 19:54:34 +0100" startDate="2017-07-26 19:37:58 +0100" endDate="2017-07-26 19:44:44 +0100" value="0.00931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 20:54:53 +0100" startDate="2017-07-26 20:29:57 +0100" endDate="2017-07-26 20:39:00 +0100" value="0.04002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 22:00:01 +0100" startDate="2017-07-26 20:54:06 +0100" endDate="2017-07-26 21:01:25 +0100" value="0.0337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 22:00:01 +0100" startDate="2017-07-26 21:22:36 +0100" endDate="2017-07-26 21:30:53 +0100" value="0.02095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 22:00:01 +0100" startDate="2017-07-26 21:35:16 +0100" endDate="2017-07-26 21:41:29 +0100" value="0.01661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 22:55:45 +0100" startDate="2017-07-26 22:15:07 +0100" endDate="2017-07-26 22:25:06 +0100" value="0.08984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-26 22:55:45 +0100" startDate="2017-07-26 22:25:06 +0100" endDate="2017-07-26 22:29:31 +0100" value="0.33523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 06:59:08 +0100" startDate="2017-07-27 06:44:43 +0100" endDate="2017-07-27 06:51:52 +0100" value="0.05135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 07:55:12 +0100" startDate="2017-07-27 06:51:52 +0100" endDate="2017-07-27 06:59:54 +0100" value="0.02006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 07:55:12 +0100" startDate="2017-07-27 07:08:26 +0100" endDate="2017-07-27 07:16:08 +0100" value="0.03685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 07:55:12 +0100" startDate="2017-07-27 07:18:51 +0100" endDate="2017-07-27 07:28:50 +0100" value="0.12589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 07:55:12 +0100" startDate="2017-07-27 07:28:50 +0100" endDate="2017-07-27 07:38:49 +0100" value="0.12608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 07:55:12 +0100" startDate="2017-07-27 07:38:49 +0100" endDate="2017-07-27 07:42:01 +0100" value="0.06298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 08:54:51 +0100" startDate="2017-07-27 07:46:38 +0100" endDate="2017-07-27 07:56:19 +0100" value="0.02727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 08:54:51 +0100" startDate="2017-07-27 07:56:19 +0100" endDate="2017-07-27 08:04:50 +0100" value="0.03289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 08:54:51 +0100" startDate="2017-07-27 08:10:54 +0100" endDate="2017-07-27 08:20:54 +0100" value="0.07766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 08:54:51 +0100" startDate="2017-07-27 08:20:54 +0100" endDate="2017-07-27 08:29:36 +0100" value="0.20579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 08:54:51 +0100" startDate="2017-07-27 08:38:02 +0100" endDate="2017-07-27 08:48:01 +0100" value="0.0714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 09:57:20 +0100" startDate="2017-07-27 08:48:01 +0100" endDate="2017-07-27 08:53:48 +0100" value="0.03893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 09:57:20 +0100" startDate="2017-07-27 08:53:48 +0100" endDate="2017-07-27 09:03:47 +0100" value="0.0654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 09:57:20 +0100" startDate="2017-07-27 09:03:47 +0100" endDate="2017-07-27 09:06:17 +0100" value="0.00789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 11:02:43 +0100" startDate="2017-07-27 10:00:05 +0100" endDate="2017-07-27 10:10:04 +0100" value="0.02106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 11:02:43 +0100" startDate="2017-07-27 10:10:04 +0100" endDate="2017-07-27 10:15:56 +0100" value="0.04859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 11:02:43 +0100" startDate="2017-07-27 10:18:58 +0100" endDate="2017-07-27 10:28:19 +0100" value="0.11955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 11:02:43 +0100" startDate="2017-07-27 10:41:29 +0100" endDate="2017-07-27 10:51:27 +0100" value="0.30607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 11:02:43 +0100" startDate="2017-07-27 10:51:27 +0100" endDate="2017-07-27 11:00:20 +0100" value="0.41283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 11:58:49 +0100" startDate="2017-07-27 11:00:20 +0100" endDate="2017-07-27 11:10:14 +0100" value="0.14812"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 11:58:49 +0100" startDate="2017-07-27 11:10:14 +0100" endDate="2017-07-27 11:14:57 +0100" value="0.18334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 11:58:49 +0100" startDate="2017-07-27 11:16:00 +0100" endDate="2017-07-27 11:26:00 +0100" value="0.10569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 11:58:49 +0100" startDate="2017-07-27 11:26:00 +0100" endDate="2017-07-27 11:36:00 +0100" value="0.58038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 11:58:49 +0100" startDate="2017-07-27 11:36:00 +0100" endDate="2017-07-27 11:45:57 +0100" value="0.51619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 11:58:49 +0100" startDate="2017-07-27 11:45:57 +0100" endDate="2017-07-27 11:53:58 +0100" value="0.08461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 13:02:10 +0100" startDate="2017-07-27 11:53:58 +0100" endDate="2017-07-27 12:03:57 +0100" value="0.11634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 13:02:10 +0100" startDate="2017-07-27 12:03:57 +0100" endDate="2017-07-27 12:11:54 +0100" value="0.50864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 13:02:10 +0100" startDate="2017-07-27 12:11:54 +0100" endDate="2017-07-27 12:21:54 +0100" value="0.0809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 13:02:10 +0100" startDate="2017-07-27 12:21:54 +0100" endDate="2017-07-27 12:30:53 +0100" value="0.61425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 13:58:45 +0100" startDate="2017-07-27 13:36:06 +0100" endDate="2017-07-27 13:46:06 +0100" value="0.37331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 13:58:45 +0100" startDate="2017-07-27 13:46:06 +0100" endDate="2017-07-27 13:51:29 +0100" value="0.26718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 14:57:02 +0100" startDate="2017-07-27 13:56:54 +0100" endDate="2017-07-27 14:03:17 +0100" value="0.0121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 14:57:02 +0100" startDate="2017-07-27 14:14:16 +0100" endDate="2017-07-27 14:21:07 +0100" value="0.02046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 14:57:02 +0100" startDate="2017-07-27 14:21:07 +0100" endDate="2017-07-27 14:28:38 +0100" value="0.03085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 15:57:26 +0100" startDate="2017-07-27 14:51:03 +0100" endDate="2017-07-27 14:58:34 +0100" value="0.02506"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 15:57:26 +0100" startDate="2017-07-27 15:23:14 +0100" endDate="2017-07-27 15:33:03 +0100" value="0.11897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 15:57:26 +0100" startDate="2017-07-27 15:33:03 +0100" endDate="2017-07-27 15:43:01 +0100" value="0.23196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 15:57:26 +0100" startDate="2017-07-27 15:43:01 +0100" endDate="2017-07-27 15:47:26 +0100" value="0.32436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 16:54:44 +0100" startDate="2017-07-27 15:47:26 +0100" endDate="2017-07-27 15:57:20 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 16:54:44 +0100" startDate="2017-07-27 15:57:20 +0100" endDate="2017-07-27 16:07:20 +0100" value="0.14969"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 16:54:44 +0100" startDate="2017-07-27 16:07:20 +0100" endDate="2017-07-27 16:17:15 +0100" value="0.39467"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 16:54:44 +0100" startDate="2017-07-27 16:17:15 +0100" endDate="2017-07-27 16:22:40 +0100" value="0.38599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 17:58:55 +0100" startDate="2017-07-27 16:48:10 +0100" endDate="2017-07-27 16:58:04 +0100" value="0.07273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 17:58:55 +0100" startDate="2017-07-27 16:58:04 +0100" endDate="2017-07-27 16:58:53 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 17:58:55 +0100" startDate="2017-07-27 17:04:39 +0100" endDate="2017-07-27 17:10:39 +0100" value="0.0074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 18:55:17 +0100" startDate="2017-07-27 18:40:27 +0100" endDate="2017-07-27 18:49:17 +0100" value="0.07159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 19:58:49 +0100" startDate="2017-07-27 18:49:17 +0100" endDate="2017-07-27 18:55:19 +0100" value="0.00054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 19:58:49 +0100" startDate="2017-07-27 19:07:28 +0100" endDate="2017-07-27 19:15:28 +0100" value="0.08442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 19:58:49 +0100" startDate="2017-07-27 19:15:28 +0100" endDate="2017-07-27 19:19:20 +0100" value="0.02804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 21:10:13 +0100" startDate="2017-07-27 20:01:51 +0100" endDate="2017-07-27 20:08:49 +0100" value="0.05043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 21:10:13 +0100" startDate="2017-07-27 20:15:06 +0100" endDate="2017-07-27 20:24:14 +0100" value="0.04616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 21:10:13 +0100" startDate="2017-07-27 20:24:14 +0100" endDate="2017-07-27 20:34:14 +0100" value="0.06552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 21:10:13 +0100" startDate="2017-07-27 20:34:14 +0100" endDate="2017-07-27 20:44:13 +0100" value="0.0901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-27 21:10:13 +0100" startDate="2017-07-27 20:44:13 +0100" endDate="2017-07-27 20:53:36 +0100" value="0.48259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 06:59:20 +0100" startDate="2017-07-28 05:58:07 +0100" endDate="2017-07-28 06:08:07 +0100" value="0.02046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 06:59:20 +0100" startDate="2017-07-28 06:08:07 +0100" endDate="2017-07-28 06:18:02 +0100" value="0.75934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 06:59:20 +0100" startDate="2017-07-28 06:18:02 +0100" endDate="2017-07-28 06:25:41 +0100" value="0.12082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 06:59:20 +0100" startDate="2017-07-28 06:25:41 +0100" endDate="2017-07-28 06:33:14 +0100" value="0.06097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 06:59:20 +0100" startDate="2017-07-28 06:33:14 +0100" endDate="2017-07-28 06:43:13 +0100" value="0.47459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 06:59:20 +0100" startDate="2017-07-28 06:43:13 +0100" endDate="2017-07-28 06:53:11 +0100" value="0.56188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 08:02:59 +0100" startDate="2017-07-28 06:53:11 +0100" endDate="2017-07-28 06:59:36 +0100" value="0.2005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 13:04:17 +0100" startDate="2017-07-28 12:11:51 +0100" endDate="2017-07-28 12:20:27 +0100" value="0.02058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 13:04:17 +0100" startDate="2017-07-28 12:20:27 +0100" endDate="2017-07-28 12:26:46 +0100" value="0.0344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 13:57:35 +0100" startDate="2017-07-28 13:10:37 +0100" endDate="2017-07-28 13:20:04 +0100" value="0.03423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 13:57:35 +0100" startDate="2017-07-28 13:20:04 +0100" endDate="2017-07-28 13:27:17 +0100" value="0.31726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 15:00:52 +0100" startDate="2017-07-28 14:27:44 +0100" endDate="2017-07-28 14:36:50 +0100" value="0.13273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 15:00:52 +0100" startDate="2017-07-28 14:36:50 +0100" endDate="2017-07-28 14:39:56 +0100" value="0.02414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 15:55:49 +0100" startDate="2017-07-28 15:40:22 +0100" endDate="2017-07-28 15:46:40 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 16:55:33 +0100" startDate="2017-07-28 16:22:05 +0100" endDate="2017-07-28 16:32:04 +0100" value="0.01347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 16:55:33 +0100" startDate="2017-07-28 16:32:04 +0100" endDate="2017-07-28 16:41:35 +0100" value="0.06667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 16:55:33 +0100" startDate="2017-07-28 16:41:35 +0100" endDate="2017-07-28 16:47:39 +0100" value="0.07066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-28 21:52:05 +0100" startDate="2017-07-28 21:37:33 +0100" endDate="2017-07-28 21:47:12 +0100" value="0.01861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 05:58:27 +0100" startDate="2017-07-29 05:00:23 +0100" endDate="2017-07-29 05:06:38 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 05:58:27 +0100" startDate="2017-07-29 05:07:24 +0100" endDate="2017-07-29 05:13:45 +0100" value="0.01249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 10:01:40 +0100" startDate="2017-07-29 09:26:30 +0100" endDate="2017-07-29 09:33:08 +0100" value="0.02595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 10:55:35 +0100" startDate="2017-07-29 10:04:38 +0100" endDate="2017-07-29 10:14:38 +0100" value="0.11297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 10:55:35 +0100" startDate="2017-07-29 10:14:38 +0100" endDate="2017-07-29 10:15:59 +0100" value="0.04559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 12:54:47 +0100" startDate="2017-07-29 11:59:04 +0100" endDate="2017-07-29 12:08:28 +0100" value="0.10861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 12:54:47 +0100" startDate="2017-07-29 12:08:28 +0100" endDate="2017-07-29 12:16:45 +0100" value="0.01958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 15:55:49 +0100" startDate="2017-07-29 15:08:01 +0100" endDate="2017-07-29 15:17:19 +0100" value="0.04737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 19:58:02 +0100" startDate="2017-07-29 18:50:18 +0100" endDate="2017-07-29 18:59:46 +0100" value="0.01858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 19:58:02 +0100" startDate="2017-07-29 18:59:46 +0100" endDate="2017-07-29 19:03:47 +0100" value="0.02813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 19:58:02 +0100" startDate="2017-07-29 19:08:41 +0100" endDate="2017-07-29 19:16:18 +0100" value="0.06183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 19:58:02 +0100" startDate="2017-07-29 19:23:14 +0100" endDate="2017-07-29 19:33:13 +0100" value="0.15602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 19:58:02 +0100" startDate="2017-07-29 19:33:13 +0100" endDate="2017-07-29 19:43:11 +0100" value="1.11895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 19:58:02 +0100" startDate="2017-07-29 19:43:11 +0100" endDate="2017-07-29 19:52:46 +0100" value="0.53646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 21:47:08 +0100" startDate="2017-07-29 19:52:46 +0100" endDate="2017-07-29 20:02:46 +0100" value="0.43528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 21:47:08 +0100" startDate="2017-07-29 20:02:46 +0100" endDate="2017-07-29 20:08:31 +0100" value="0.47663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 22:40:57 +0100" startDate="2017-07-29 22:17:23 +0100" endDate="2017-07-29 22:27:23 +0100" value="0.27892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 22:40:57 +0100" startDate="2017-07-29 22:27:23 +0100" endDate="2017-07-29 22:37:23 +0100" value="1.07154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 23:40:54 +0100" startDate="2017-07-29 22:37:23 +0100" endDate="2017-07-29 22:39:20 +0100" value="0.1218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-29 23:40:54 +0100" startDate="2017-07-29 23:20:19 +0100" endDate="2017-07-29 23:26:50 +0100" value="0.01606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 00:05:26 +0100" startDate="2017-07-29 23:41:34 +0100" endDate="2017-07-29 23:48:09 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 00:05:26 +0100" startDate="2017-07-29 23:48:15 +0100" endDate="2017-07-29 23:55:11 +0100" value="0.0154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 05:55:51 +0100" startDate="2017-07-30 05:35:29 +0100" endDate="2017-07-30 05:41:51 +0100" value="0.01756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 05:55:51 +0100" startDate="2017-07-30 05:41:51 +0100" endDate="2017-07-30 05:46:35 +0100" value="0.01356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 10:55:41 +0100" startDate="2017-07-30 10:06:59 +0100" endDate="2017-07-30 10:16:30 +0100" value="0.02844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 11:57:18 +0100" startDate="2017-07-30 11:12:27 +0100" endDate="2017-07-30 11:21:05 +0100" value="0.05123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 11:57:18 +0100" startDate="2017-07-30 11:30:53 +0100" endDate="2017-07-30 11:40:25 +0100" value="0.14718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 12:54:54 +0100" startDate="2017-07-30 12:30:36 +0100" endDate="2017-07-30 12:39:02 +0100" value="0.14209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 12:54:54 +0100" startDate="2017-07-30 12:39:02 +0100" endDate="2017-07-30 12:48:40 +0100" value="0.04689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 18:01:44 +0100" startDate="2017-07-30 16:46:42 +0100" endDate="2017-07-30 16:53:02 +0100" value="0.01818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 19:03:04 +0100" startDate="2017-07-30 17:59:01 +0100" endDate="2017-07-30 18:07:14 +0100" value="0.09613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 19:03:04 +0100" startDate="2017-07-30 18:21:51 +0100" endDate="2017-07-30 18:30:37 +0100" value="0.01538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 20:57:45 +0100" startDate="2017-07-30 19:52:52 +0100" endDate="2017-07-30 20:01:47 +0100" value="0.00987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 21:57:13 +0100" startDate="2017-07-30 20:57:02 +0100" endDate="2017-07-30 21:06:36 +0100" value="0.0279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-30 21:57:13 +0100" startDate="2017-07-30 21:24:27 +0100" endDate="2017-07-30 21:33:13 +0100" value="0.15599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 06:56:17 +0100" startDate="2017-07-31 06:14:43 +0100" endDate="2017-07-31 06:21:13 +0100" value="0.01935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 06:56:17 +0100" startDate="2017-07-31 06:40:39 +0100" endDate="2017-07-31 06:50:38 +0100" value="0.30685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 07:58:59 +0100" startDate="2017-07-31 06:50:38 +0100" endDate="2017-07-31 06:55:26 +0100" value="0.41619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 07:58:59 +0100" startDate="2017-07-31 07:08:06 +0100" endDate="2017-07-31 07:14:13 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 07:58:59 +0100" startDate="2017-07-31 07:14:15 +0100" endDate="2017-07-31 07:21:06 +0100" value="0.03252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 07:58:59 +0100" startDate="2017-07-31 07:25:35 +0100" endDate="2017-07-31 07:35:35 +0100" value="0.10999"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 07:58:59 +0100" startDate="2017-07-31 07:35:35 +0100" endDate="2017-07-31 07:38:40 +0100" value="0.02904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 07:58:59 +0100" startDate="2017-07-31 07:44:21 +0100" endDate="2017-07-31 07:50:47 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 08:57:47 +0100" startDate="2017-07-31 08:06:55 +0100" endDate="2017-07-31 08:13:53 +0100" value="0.04757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 08:57:47 +0100" startDate="2017-07-31 08:13:53 +0100" endDate="2017-07-31 08:23:44 +0100" value="0.08701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 08:57:47 +0100" startDate="2017-07-31 08:24:21 +0100" endDate="2017-07-31 08:31:48 +0100" value="0.03451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 10:54:46 +0100" startDate="2017-07-31 10:15:49 +0100" endDate="2017-07-31 10:24:43 +0100" value="0.0525"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 10:54:46 +0100" startDate="2017-07-31 10:24:43 +0100" endDate="2017-07-31 10:34:41 +0100" value="0.59379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 10:54:46 +0100" startDate="2017-07-31 10:34:41 +0100" endDate="2017-07-31 10:42:08 +0100" value="0.26807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 11:54:42 +0100" startDate="2017-07-31 10:53:41 +0100" endDate="2017-07-31 11:03:40 +0100" value="0.30566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 11:54:42 +0100" startDate="2017-07-31 11:03:40 +0100" endDate="2017-07-31 11:12:50 +0100" value="0.5509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 11:54:42 +0100" startDate="2017-07-31 11:18:52 +0100" endDate="2017-07-31 11:25:58 +0100" value="0.02046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 11:54:42 +0100" startDate="2017-07-31 11:28:23 +0100" endDate="2017-07-31 11:35:06 +0100" value="0.02613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 11:54:42 +0100" startDate="2017-07-31 11:36:35 +0100" endDate="2017-07-31 11:45:59 +0100" value="0.01526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 12:55:40 +0100" startDate="2017-07-31 11:45:59 +0100" endDate="2017-07-31 11:54:53 +0100" value="0.15609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 12:55:40 +0100" startDate="2017-07-31 12:26:47 +0100" endDate="2017-07-31 12:33:56 +0100" value="0.04438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 14:02:05 +0100" startDate="2017-07-31 12:48:20 +0100" endDate="2017-07-31 12:56:27 +0100" value="0.03338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 14:02:05 +0100" startDate="2017-07-31 12:56:27 +0100" endDate="2017-07-31 13:06:25 +0100" value="0.0579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 14:02:05 +0100" startDate="2017-07-31 13:06:25 +0100" endDate="2017-07-31 13:14:44 +0100" value="0.15072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 14:02:05 +0100" startDate="2017-07-31 13:23:04 +0100" endDate="2017-07-31 13:30:21 +0100" value="0.01558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 14:02:05 +0100" startDate="2017-07-31 13:45:39 +0100" endDate="2017-07-31 13:54:33 +0100" value="0.02099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 14:57:28 +0100" startDate="2017-07-31 13:54:33 +0100" endDate="2017-07-31 14:04:30 +0100" value="0.01991"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 14:57:28 +0100" startDate="2017-07-31 14:04:30 +0100" endDate="2017-07-31 14:12:51 +0100" value="0.07736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 14:57:28 +0100" startDate="2017-07-31 14:12:51 +0100" endDate="2017-07-31 14:17:18 +0100" value="0.02357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cfecb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 14:57:28 +0100" startDate="2017-07-31 14:17:55 +0100" endDate="2017-07-31 14:26:30 +0100" value="0.01671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 14:57:28 +0100" startDate="2017-07-31 14:28:02 +0100" endDate="2017-07-31 14:36:14 +0100" value="0.01075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 15:56:37 +0100" startDate="2017-07-31 15:06:20 +0100" endDate="2017-07-31 15:15:43 +0100" value="0.01479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 15:56:37 +0100" startDate="2017-07-31 15:15:43 +0100" endDate="2017-07-31 15:17:35 +0100" value="0.01652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 15:56:37 +0100" startDate="2017-07-31 15:30:13 +0100" endDate="2017-07-31 15:40:12 +0100" value="0.2761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 15:56:37 +0100" startDate="2017-07-31 15:40:12 +0100" endDate="2017-07-31 15:50:10 +0100" value="0.36718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 16:54:43 +0100" startDate="2017-07-31 15:50:10 +0100" endDate="2017-07-31 16:00:09 +0100" value="0.21722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 16:54:43 +0100" startDate="2017-07-31 16:06:54 +0100" endDate="2017-07-31 16:16:50 +0100" value="0.09411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 16:54:43 +0100" startDate="2017-07-31 16:16:50 +0100" endDate="2017-07-31 16:26:46 +0100" value="0.18508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 16:54:43 +0100" startDate="2017-07-31 16:26:46 +0100" endDate="2017-07-31 16:36:42 +0100" value="0.23074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 16:54:43 +0100" startDate="2017-07-31 16:36:42 +0100" endDate="2017-07-31 16:46:32 +0100" value="0.19018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 17:55:02 +0100" startDate="2017-07-31 16:46:32 +0100" endDate="2017-07-31 16:54:45 +0100" value="0.02578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 19:00:58 +0100" startDate="2017-07-31 18:31:13 +0100" endDate="2017-07-31 18:38:02 +0100" value="0.01442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 20:55:09 +0100" startDate="2017-07-31 20:02:42 +0100" endDate="2017-07-31 20:12:41 +0100" value="0.31946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 20:55:09 +0100" startDate="2017-07-31 20:12:41 +0100" endDate="2017-07-31 20:22:40 +0100" value="0.3853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-07-31 20:55:09 +0100" startDate="2017-07-31 20:22:40 +0100" endDate="2017-07-31 20:25:05 +0100" value="0.1369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 06:56:39 +0100" startDate="2017-08-01 06:25:14 +0100" endDate="2017-08-01 06:34:02 +0100" value="0.0175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 06:56:39 +0100" startDate="2017-08-01 06:34:02 +0100" endDate="2017-08-01 06:39:36 +0100" value="0.03158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 08:02:23 +0100" startDate="2017-08-01 07:02:24 +0100" endDate="2017-08-01 07:09:33 +0100" value="0.02933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 08:02:23 +0100" startDate="2017-08-01 07:09:33 +0100" endDate="2017-08-01 07:19:27 +0100" value="0.07021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 08:02:23 +0100" startDate="2017-08-01 07:19:27 +0100" endDate="2017-08-01 07:29:20 +0100" value="0.24795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 08:02:23 +0100" startDate="2017-08-01 07:29:20 +0100" endDate="2017-08-01 07:39:03 +0100" value="0.61995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 08:02:23 +0100" startDate="2017-08-01 07:39:03 +0100" endDate="2017-08-01 07:48:33 +0100" value="0.3151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 08:02:23 +0100" startDate="2017-08-01 07:48:33 +0100" endDate="2017-08-01 07:58:14 +0100" value="0.52918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 08:58:34 +0100" startDate="2017-08-01 07:58:14 +0100" endDate="2017-08-01 08:08:12 +0100" value="0.59232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 08:58:34 +0100" startDate="2017-08-01 08:08:12 +0100" endDate="2017-08-01 08:14:06 +0100" value="0.31408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 09:54:55 +0100" startDate="2017-08-01 09:03:27 +0100" endDate="2017-08-01 09:10:13 +0100" value="0.04058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 09:54:55 +0100" startDate="2017-08-01 09:13:31 +0100" endDate="2017-08-01 09:20:32 +0100" value="0.06509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 11:02:28 +0100" startDate="2017-08-01 09:47:20 +0100" endDate="2017-08-01 09:57:18 +0100" value="0.07244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 11:02:28 +0100" startDate="2017-08-01 09:57:18 +0100" endDate="2017-08-01 10:01:49 +0100" value="0.04843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 11:02:28 +0100" startDate="2017-08-01 10:12:51 +0100" endDate="2017-08-01 10:21:21 +0100" value="0.05579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 12:00:54 +0100" startDate="2017-08-01 11:07:13 +0100" endDate="2017-08-01 11:17:13 +0100" value="0.13402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 12:00:54 +0100" startDate="2017-08-01 11:17:13 +0100" endDate="2017-08-01 11:25:22 +0100" value="0.36896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 12:00:54 +0100" startDate="2017-08-01 11:45:41 +0100" endDate="2017-08-01 11:55:40 +0100" value="0.19366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 12:56:00 +0100" startDate="2017-08-01 11:55:40 +0100" endDate="2017-08-01 12:04:53 +0100" value="0.35513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 12:56:00 +0100" startDate="2017-08-01 12:04:53 +0100" endDate="2017-08-01 12:14:50 +0100" value="0.57456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 12:56:00 +0100" startDate="2017-08-01 12:14:50 +0100" endDate="2017-08-01 12:24:26 +0100" value="0.21759"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 12:56:00 +0100" startDate="2017-08-01 12:24:26 +0100" endDate="2017-08-01 12:34:22 +0100" value="0.41008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 12:56:00 +0100" startDate="2017-08-01 12:34:22 +0100" endDate="2017-08-01 12:40:07 +0100" value="0.44561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 14:58:13 +0100" endDate="2017-08-01 15:07:04 +0100" value="0.05223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 15:07:04 +0100" endDate="2017-08-01 15:14:09 +0100" value="0.13053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 15:21:39 +0100" endDate="2017-08-01 15:31:22 +0100" value="0.10799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 15:32:39 +0100" endDate="2017-08-01 15:42:38 +0100" value="0.01708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 15:42:38 +0100" endDate="2017-08-01 15:50:47 +0100" value="0.07583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 16:03:58 +0100" endDate="2017-08-01 16:11:25 +0100" value="0.02941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 16:11:25 +0100" endDate="2017-08-01 16:20:17 +0100" value="0.06191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 16:20:17 +0100" endDate="2017-08-01 16:30:15 +0100" value="0.08266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 16:41:03 +0100" startDate="2017-08-01 16:30:15 +0100" endDate="2017-08-01 16:40:14 +0100" value="0.07337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 17:40:48 +0100" startDate="2017-08-01 16:40:14 +0100" endDate="2017-08-01 16:48:50 +0100" value="0.09001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 17:40:48 +0100" startDate="2017-08-01 16:48:50 +0100" endDate="2017-08-01 16:57:32 +0100" value="0.05864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 17:40:48 +0100" startDate="2017-08-01 16:57:32 +0100" endDate="2017-08-01 17:05:58 +0100" value="0.028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 17:40:48 +0100" startDate="2017-08-01 17:05:58 +0100" endDate="2017-08-01 17:15:56 +0100" value="0.0602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 17:40:48 +0100" startDate="2017-08-01 17:15:56 +0100" endDate="2017-08-01 17:25:54 +0100" value="0.11855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 17:40:48 +0100" startDate="2017-08-01 17:25:54 +0100" endDate="2017-08-01 17:32:03 +0100" value="0.0195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 17:32:03 +0100" endDate="2017-08-01 17:41:04 +0100" value="0.01288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 17:41:04 +0100" endDate="2017-08-01 17:50:24 +0100" value="0.0205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 17:50:24 +0100" endDate="2017-08-01 17:58:53 +0100" value="0.06116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 17:58:53 +0100" endDate="2017-08-01 18:04:55 +0100" value="0.00615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 18:04:55 +0100" endDate="2017-08-01 18:12:07 +0100" value="0.01754"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 18:12:07 +0100" endDate="2017-08-01 18:22:07 +0100" value="0.07688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 18:36:10 +0100" startDate="2017-08-01 18:22:07 +0100" endDate="2017-08-01 18:32:03 +0100" value="0.08267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 18:55:07 +0100" startDate="2017-08-01 18:32:03 +0100" endDate="2017-08-01 18:42:02 +0100" value="0.46471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 18:55:07 +0100" startDate="2017-08-01 18:42:02 +0100" endDate="2017-08-01 18:52:00 +0100" value="0.25252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 19:55:49 +0100" startDate="2017-08-01 18:52:00 +0100" endDate="2017-08-01 19:00:51 +0100" value="0.09781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 20:58:38 +0100" startDate="2017-08-01 19:57:15 +0100" endDate="2017-08-01 20:03:23 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.1, creation date:2017-06-30 12:51:57 +0000&gt;" unit="km" creationDate="2017-08-01 20:58:38 +0100" startDate="2017-08-01 20:16:04 +0100" endDate="2017-08-01 20:22:19 +0100" value="0.00976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 05:54:47 +0100" startDate="2017-08-02 05:01:29 +0100" endDate="2017-08-02 05:11:08 +0100" value="0.04349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 05:54:47 +0100" startDate="2017-08-02 05:11:08 +0100" endDate="2017-08-02 05:11:49 +0100" value="0.00707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 05:54:47 +0100" startDate="2017-08-02 05:26:49 +0100" endDate="2017-08-02 05:34:51 +0100" value="0.03358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 05:54:47 +0100" startDate="2017-08-02 05:34:54 +0100" endDate="2017-08-02 05:44:53 +0100" value="0.2494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 06:59:35 +0100" startDate="2017-08-02 05:44:53 +0100" endDate="2017-08-02 05:53:29 +0100" value="0.70801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 06:59:35 +0100" startDate="2017-08-02 05:53:29 +0100" endDate="2017-08-02 05:59:46 +0100" value="0.02186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 06:59:35 +0100" startDate="2017-08-02 06:07:55 +0100" endDate="2017-08-02 06:13:58 +0100" value="0.006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 06:59:35 +0100" startDate="2017-08-02 06:19:44 +0100" endDate="2017-08-02 06:26:10 +0100" value="0.0301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 06:59:35 +0100" startDate="2017-08-02 06:33:13 +0100" endDate="2017-08-02 06:39:58 +0100" value="0.02149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 08:04:56 +0100" startDate="2017-08-02 06:58:24 +0100" endDate="2017-08-02 07:04:32 +0100" value="0.0113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 08:04:56 +0100" startDate="2017-08-02 07:31:17 +0100" endDate="2017-08-02 07:41:11 +0100" value="0.05901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 08:04:56 +0100" startDate="2017-08-02 07:47:28 +0100" endDate="2017-08-02 07:57:02 +0100" value="0.04623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 09:02:15 +0100" startDate="2017-08-02 07:57:02 +0100" endDate="2017-08-02 08:05:27 +0100" value="0.10352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 09:02:15 +0100" startDate="2017-08-02 08:24:16 +0100" endDate="2017-08-02 08:34:15 +0100" value="0.07229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 09:02:15 +0100" startDate="2017-08-02 08:34:15 +0100" endDate="2017-08-02 08:39:58 +0100" value="0.038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 10:56:45 +0100" startDate="2017-08-02 09:54:00 +0100" endDate="2017-08-02 10:02:25 +0100" value="0.01219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 10:56:45 +0100" startDate="2017-08-02 10:02:25 +0100" endDate="2017-08-02 10:07:23 +0100" value="0.06136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 10:56:45 +0100" startDate="2017-08-02 10:08:37 +0100" endDate="2017-08-02 10:18:34 +0100" value="0.06576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 10:56:45 +0100" startDate="2017-08-02 10:18:34 +0100" endDate="2017-08-02 10:27:10 +0100" value="0.02668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 10:56:45 +0100" startDate="2017-08-02 10:27:10 +0100" endDate="2017-08-02 10:33:06 +0100" value="0.07415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 10:56:45 +0100" startDate="2017-08-02 10:44:44 +0100" endDate="2017-08-02 10:51:14 +0100" value="0.00723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 11:55:00 +0100" startDate="2017-08-02 10:51:14 +0100" endDate="2017-08-02 11:00:56 +0100" value="0.07925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 11:55:00 +0100" startDate="2017-08-02 11:00:56 +0100" endDate="2017-08-02 11:10:39 +0100" value="0.76644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 11:55:00 +0100" startDate="2017-08-02 11:10:39 +0100" endDate="2017-08-02 11:16:30 +0100" value="0.06062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 11:55:00 +0100" startDate="2017-08-02 11:30:03 +0100" endDate="2017-08-02 11:40:02 +0100" value="0.23297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 11:55:00 +0100" startDate="2017-08-02 11:40:02 +0100" endDate="2017-08-02 11:46:26 +0100" value="0.55523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 12:57:20 +0100" startDate="2017-08-02 11:46:26 +0100" endDate="2017-08-02 11:56:24 +0100" value="0.05565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 12:57:20 +0100" startDate="2017-08-02 11:56:24 +0100" endDate="2017-08-02 12:05:25 +0100" value="0.05392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 14:59:57 +0100" startDate="2017-08-02 13:52:32 +0100" endDate="2017-08-02 13:59:08 +0100" value="0.0446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 14:59:57 +0100" startDate="2017-08-02 13:59:08 +0100" endDate="2017-08-02 14:05:40 +0100" value="0.04499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 14:59:57 +0100" startDate="2017-08-02 14:33:30 +0100" endDate="2017-08-02 14:43:27 +0100" value="0.09408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 14:59:57 +0100" startDate="2017-08-02 14:43:27 +0100" endDate="2017-08-02 14:49:18 +0100" value="0.05086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 16:03:27 +0100" startDate="2017-08-02 14:58:31 +0100" endDate="2017-08-02 15:06:00 +0100" value="0.04037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 16:03:27 +0100" startDate="2017-08-02 15:06:00 +0100" endDate="2017-08-02 15:14:24 +0100" value="0.08797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 16:03:27 +0100" startDate="2017-08-02 15:14:24 +0100" endDate="2017-08-02 15:21:13 +0100" value="0.05903"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 16:03:27 +0100" startDate="2017-08-02 15:30:35 +0100" endDate="2017-08-02 15:40:34 +0100" value="0.21456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 16:03:27 +0100" startDate="2017-08-02 15:40:34 +0100" endDate="2017-08-02 15:48:21 +0100" value="0.4439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 16:55:17 +0100" startDate="2017-08-02 16:16:05 +0100" endDate="2017-08-02 16:22:26 +0100" value="0.01167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 17:55:44 +0100" startDate="2017-08-02 17:04:59 +0100" endDate="2017-08-02 17:10:43 +0100" value="0.01552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 17:55:44 +0100" startDate="2017-08-02 17:10:43 +0100" endDate="2017-08-02 17:16:39 +0100" value="0.05799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 17:55:44 +0100" startDate="2017-08-02 17:29:53 +0100" endDate="2017-08-02 17:39:39 +0100" value="0.02162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 17:55:44 +0100" startDate="2017-08-02 17:39:39 +0100" endDate="2017-08-02 17:42:04 +0100" value="0.08784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 18:58:32 +0100" startDate="2017-08-02 18:02:05 +0100" endDate="2017-08-02 18:10:17 +0100" value="0.1039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 18:58:32 +0100" startDate="2017-08-02 18:10:17 +0100" endDate="2017-08-02 18:18:22 +0100" value="0.11852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 18:58:32 +0100" startDate="2017-08-02 18:18:22 +0100" endDate="2017-08-02 18:25:35 +0100" value="0.06302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 18:58:32 +0100" startDate="2017-08-02 18:40:07 +0100" endDate="2017-08-02 18:46:55 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 22:00:00 +0100" startDate="2017-08-02 20:50:47 +0100" endDate="2017-08-02 21:00:43 +0100" value="0.07603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 22:00:00 +0100" startDate="2017-08-02 21:00:43 +0100" endDate="2017-08-02 21:02:56 +0100" value="0.03145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 22:00:00 +0100" startDate="2017-08-02 21:19:20 +0100" endDate="2017-08-02 21:29:15 +0100" value="0.25098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-02 22:00:00 +0100" startDate="2017-08-02 21:29:15 +0100" endDate="2017-08-02 21:30:44 +0100" value="0.00363"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 05:01:26 +0100" startDate="2017-08-03 04:34:43 +0100" endDate="2017-08-03 04:41:11 +0100" value="0.0142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 05:01:26 +0100" startDate="2017-08-03 04:41:22 +0100" endDate="2017-08-03 04:47:50 +0100" value="0.01849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 05:57:16 +0100" startDate="2017-08-03 05:26:07 +0100" endDate="2017-08-03 05:33:31 +0100" value="0.03788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 05:57:16 +0100" startDate="2017-08-03 05:33:31 +0100" endDate="2017-08-03 05:37:51 +0100" value="0.00376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 06:55:43 +0100" startDate="2017-08-03 05:47:48 +0100" endDate="2017-08-03 05:56:21 +0100" value="0.03758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 06:55:43 +0100" startDate="2017-08-03 05:58:28 +0100" endDate="2017-08-03 06:08:27 +0100" value="0.15777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 06:55:43 +0100" startDate="2017-08-03 06:08:27 +0100" endDate="2017-08-03 06:18:24 +0100" value="0.64231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 06:55:43 +0100" startDate="2017-08-03 06:18:24 +0100" endDate="2017-08-03 06:19:08 +0100" value="0.00745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 06:55:43 +0100" startDate="2017-08-03 06:23:59 +0100" endDate="2017-08-03 06:32:39 +0100" value="0.02395"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 07:56:45 +0100" startDate="2017-08-03 06:58:44 +0100" endDate="2017-08-03 07:08:25 +0100" value="0.23553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 07:56:45 +0100" startDate="2017-08-03 07:08:25 +0100" endDate="2017-08-03 07:18:24 +0100" value="0.263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 07:56:45 +0100" startDate="2017-08-03 07:18:24 +0100" endDate="2017-08-03 07:27:44 +0100" value="0.08283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 07:56:45 +0100" startDate="2017-08-03 07:27:44 +0100" endDate="2017-08-03 07:36:54 +0100" value="0.03382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 07:56:45 +0100" startDate="2017-08-03 07:36:54 +0100" endDate="2017-08-03 07:46:52 +0100" value="0.12018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 08:55:28 +0100" startDate="2017-08-03 07:46:52 +0100" endDate="2017-08-03 07:49:23 +0100" value="0.07159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 10:57:11 +0100" startDate="2017-08-03 10:36:33 +0100" endDate="2017-08-03 10:46:30 +0100" value="0.31542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 10:57:11 +0100" startDate="2017-08-03 10:46:30 +0100" endDate="2017-08-03 10:48:37 +0100" value="0.01608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 11:59:44 +0100" startDate="2017-08-03 11:31:55 +0100" endDate="2017-08-03 11:41:53 +0100" value="0.31052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 11:59:44 +0100" startDate="2017-08-03 11:41:53 +0100" endDate="2017-08-03 11:45:53 +0100" value="0.14496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 12:57:11 +0100" startDate="2017-08-03 11:51:24 +0100" endDate="2017-08-03 11:59:44 +0100" value="0.06347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 12:57:11 +0100" startDate="2017-08-03 11:59:44 +0100" endDate="2017-08-03 12:07:59 +0100" value="0.06075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 12:57:11 +0100" startDate="2017-08-03 12:25:05 +0100" endDate="2017-08-03 12:33:42 +0100" value="0.04538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 12:57:11 +0100" startDate="2017-08-03 12:33:42 +0100" endDate="2017-08-03 12:39:33 +0100" value="0.04639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 12:57:11 +0100" startDate="2017-08-03 12:44:51 +0100" endDate="2017-08-03 12:54:50 +0100" value="0.10632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 13:54:43 +0100" startDate="2017-08-03 12:54:50 +0100" endDate="2017-08-03 13:04:30 +0100" value="0.30404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 15:02:01 +0100" startDate="2017-08-03 14:42:32 +0100" endDate="2017-08-03 14:49:36 +0100" value="0.01838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 15:56:59 +0100" startDate="2017-08-03 14:56:08 +0100" endDate="2017-08-03 15:06:08 +0100" value="0.31564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 15:56:59 +0100" startDate="2017-08-03 15:06:08 +0100" endDate="2017-08-03 15:10:45 +0100" value="0.13084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 15:56:59 +0100" startDate="2017-08-03 15:13:12 +0100" endDate="2017-08-03 15:20:05 +0100" value="0.04989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 15:56:59 +0100" startDate="2017-08-03 15:20:05 +0100" endDate="2017-08-03 15:24:27 +0100" value="0.01836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 15:56:59 +0100" startDate="2017-08-03 15:24:27 +0100" endDate="2017-08-03 15:33:27 +0100" value="0.03296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 16:54:53 +0100" startDate="2017-08-03 16:13:25 +0100" endDate="2017-08-03 16:21:47 +0100" value="0.06237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 16:54:53 +0100" startDate="2017-08-03 16:21:47 +0100" endDate="2017-08-03 16:31:30 +0100" value="0.0947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 16:54:53 +0100" startDate="2017-08-03 16:31:30 +0100" endDate="2017-08-03 16:41:22 +0100" value="0.30277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 16:54:53 +0100" startDate="2017-08-03 16:41:52 +0100" endDate="2017-08-03 16:51:51 +0100" value="0.31712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 18:02:25 +0100" startDate="2017-08-03 16:51:51 +0100" endDate="2017-08-03 17:00:48 +0100" value="0.24874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 18:55:07 +0100" startDate="2017-08-03 18:15:40 +0100" endDate="2017-08-03 18:24:53 +0100" value="0.17876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 18:55:07 +0100" startDate="2017-08-03 18:36:25 +0100" endDate="2017-08-03 18:45:50 +0100" value="0.04727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 20:03:32 +0100" startDate="2017-08-03 18:45:50 +0100" endDate="2017-08-03 18:52:47 +0100" value="0.02023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 20:03:32 +0100" startDate="2017-08-03 19:06:43 +0100" endDate="2017-08-03 19:16:24 +0100" value="0.03638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 20:03:32 +0100" startDate="2017-08-03 19:20:41 +0100" endDate="2017-08-03 19:30:31 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 20:03:32 +0100" startDate="2017-08-03 19:37:17 +0100" endDate="2017-08-03 19:43:35 +0100" value="0.01152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 22:10:36 +0100" startDate="2017-08-03 20:52:14 +0100" endDate="2017-08-03 21:01:58 +0100" value="0.04013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-03 22:10:36 +0100" startDate="2017-08-03 21:20:29 +0100" endDate="2017-08-03 21:30:28 +0100" value="0.18804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 05:56:35 +0100" startDate="2017-08-04 05:10:46 +0100" endDate="2017-08-04 05:19:27 +0100" value="0.03073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 05:56:35 +0100" startDate="2017-08-04 05:26:32 +0100" endDate="2017-08-04 05:33:56 +0100" value="0.04656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 05:56:35 +0100" startDate="2017-08-04 05:36:21 +0100" endDate="2017-08-04 05:46:20 +0100" value="0.1285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 05:56:35 +0100" startDate="2017-08-04 05:46:20 +0100" endDate="2017-08-04 05:56:20 +0100" value="0.60138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 06:56:58 +0100" startDate="2017-08-04 05:56:20 +0100" endDate="2017-08-04 06:00:04 +0100" value="0.01462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 06:56:58 +0100" startDate="2017-08-04 06:04:30 +0100" endDate="2017-08-04 06:13:51 +0100" value="0.05647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 06:56:58 +0100" startDate="2017-08-04 06:13:51 +0100" endDate="2017-08-04 06:18:58 +0100" value="0.02656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 06:51:08 +0100" endDate="2017-08-04 06:58:12 +0100" value="0.03383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 06:58:15 +0100" endDate="2017-08-04 07:08:11 +0100" value="0.0701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 07:08:11 +0100" endDate="2017-08-04 07:17:11 +0100" value="0.09293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 07:17:11 +0100" endDate="2017-08-04 07:26:05 +0100" value="0.23708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 07:26:05 +0100" endDate="2017-08-04 07:34:54 +0100" value="0.05974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 07:34:54 +0100" endDate="2017-08-04 07:38:08 +0100" value="0.04925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 07:42:41 +0100" endDate="2017-08-04 07:51:01 +0100" value="0.10377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 08:03:39 +0100" startDate="2017-08-04 07:51:20 +0100" endDate="2017-08-04 08:01:04 +0100" value="0.07839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 08:56:27 +0100" startDate="2017-08-04 08:01:04 +0100" endDate="2017-08-04 08:06:25 +0100" value="0.08187"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 08:56:27 +0100" startDate="2017-08-04 08:28:47 +0100" endDate="2017-08-04 08:36:11 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 10:01:05 +0100" startDate="2017-08-04 09:29:05 +0100" endDate="2017-08-04 09:38:59 +0100" value="0.0605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 10:01:05 +0100" startDate="2017-08-04 09:38:59 +0100" endDate="2017-08-04 09:48:10 +0100" value="0.16589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 10:01:05 +0100" startDate="2017-08-04 09:48:10 +0100" endDate="2017-08-04 09:58:09 +0100" value="0.09027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 10:56:14 +0100" startDate="2017-08-04 09:58:09 +0100" endDate="2017-08-04 10:06:12 +0100" value="0.17225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 10:56:14 +0100" startDate="2017-08-04 10:14:31 +0100" endDate="2017-08-04 10:21:53 +0100" value="0.0498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 10:56:14 +0100" startDate="2017-08-04 10:21:53 +0100" endDate="2017-08-04 10:31:50 +0100" value="0.14206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 10:56:14 +0100" startDate="2017-08-04 10:31:50 +0100" endDate="2017-08-04 10:41:49 +0100" value="0.71407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 10:56:14 +0100" startDate="2017-08-04 10:41:49 +0100" endDate="2017-08-04 10:47:06 +0100" value="0.03704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 11:55:51 +0100" startDate="2017-08-04 11:07:28 +0100" endDate="2017-08-04 11:17:27 +0100" value="0.3334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 11:55:51 +0100" startDate="2017-08-04 11:17:27 +0100" endDate="2017-08-04 11:26:39 +0100" value="0.57809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 13:05:34 +0100" startDate="2017-08-04 11:56:55 +0100" endDate="2017-08-04 12:04:32 +0100" value="0.05611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 13:05:34 +0100" startDate="2017-08-04 12:04:32 +0100" endDate="2017-08-04 12:13:58 +0100" value="0.07274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 13:55:26 +0100" startDate="2017-08-04 13:09:08 +0100" endDate="2017-08-04 13:18:37 +0100" value="0.11284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 13:55:26 +0100" startDate="2017-08-04 13:18:37 +0100" endDate="2017-08-04 13:24:07 +0100" value="0.00459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 15:54:39 +0100" startDate="2017-08-04 15:33:22 +0100" endDate="2017-08-04 15:39:50 +0100" value="0.01393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 15:54:39 +0100" startDate="2017-08-04 15:42:03 +0100" endDate="2017-08-04 15:52:02 +0100" value="0.09405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 16:56:20 +0100" startDate="2017-08-04 15:52:02 +0100" endDate="2017-08-04 16:02:01 +0100" value="0.48479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 16:56:20 +0100" startDate="2017-08-04 16:02:01 +0100" endDate="2017-08-04 16:07:34 +0100" value="0.27342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 16:56:20 +0100" startDate="2017-08-04 16:07:34 +0100" endDate="2017-08-04 16:16:03 +0100" value="0.05779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 16:56:20 +0100" startDate="2017-08-04 16:34:20 +0100" endDate="2017-08-04 16:44:20 +0100" value="0.14684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 16:56:20 +0100" startDate="2017-08-04 16:44:20 +0100" endDate="2017-08-04 16:46:22 +0100" value="0.09441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 17:55:49 +0100" startDate="2017-08-04 17:13:59 +0100" endDate="2017-08-04 17:22:34 +0100" value="0.15643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 17:55:49 +0100" startDate="2017-08-04 17:22:34 +0100" endDate="2017-08-04 17:24:31 +0100" value="0.02143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 20:03:47 +0100" startDate="2017-08-04 19:20:22 +0100" endDate="2017-08-04 19:26:58 +0100" value="0.02214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 20:03:47 +0100" startDate="2017-08-04 19:29:36 +0100" endDate="2017-08-04 19:38:34 +0100" value="0.0145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 20:03:47 +0100" startDate="2017-08-04 19:38:34 +0100" endDate="2017-08-04 19:48:29 +0100" value="0.217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 20:03:47 +0100" startDate="2017-08-04 19:48:29 +0100" endDate="2017-08-04 19:58:27 +0100" value="0.47016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 21:07:13 +0100" startDate="2017-08-04 19:58:27 +0100" endDate="2017-08-04 20:06:48 +0100" value="0.2805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 21:07:13 +0100" startDate="2017-08-04 20:06:48 +0100" endDate="2017-08-04 20:16:00 +0100" value="0.28867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 21:07:13 +0100" startDate="2017-08-04 20:17:23 +0100" endDate="2017-08-04 20:25:12 +0100" value="0.00358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 21:07:13 +0100" startDate="2017-08-04 20:27:52 +0100" endDate="2017-08-04 20:37:43 +0100" value="0.13236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-04 21:07:13 +0100" startDate="2017-08-04 20:37:43 +0100" endDate="2017-08-04 20:42:28 +0100" value="0.0077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 08:05:01 +0100" startDate="2017-08-05 07:17:18 +0100" endDate="2017-08-05 07:23:46 +0100" value="0.01708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 09:54:34 +0100" startDate="2017-08-05 09:06:21 +0100" endDate="2017-08-05 09:14:51 +0100" value="0.01784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 14:58:33 +0100" startDate="2017-08-05 13:55:30 +0100" endDate="2017-08-05 14:05:28 +0100" value="0.08602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 14:58:33 +0100" startDate="2017-08-05 14:05:28 +0100" endDate="2017-08-05 14:08:34 +0100" value="0.17528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 17:00:34 +0100" startDate="2017-08-05 16:07:41 +0100" endDate="2017-08-05 16:17:15 +0100" value="0.00142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 17:00:34 +0100" startDate="2017-08-05 16:17:15 +0100" endDate="2017-08-05 16:24:43 +0100" value="0.14522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 18:42:05 +0100" startDate="2017-08-05 17:36:29 +0100" endDate="2017-08-05 17:45:51 +0100" value="0.07499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 18:42:05 +0100" startDate="2017-08-05 17:45:51 +0100" endDate="2017-08-05 17:48:16 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 18:42:05 +0100" startDate="2017-08-05 18:03:21 +0100" endDate="2017-08-05 18:09:39 +0100" value="0.00962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 18:42:05 +0100" startDate="2017-08-05 18:19:12 +0100" endDate="2017-08-05 18:26:18 +0100" value="0.03154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 18:42:05 +0100" startDate="2017-08-05 18:26:18 +0100" endDate="2017-08-05 18:36:00 +0100" value="0.00181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 19:41:40 +0100" startDate="2017-08-05 18:36:00 +0100" endDate="2017-08-05 18:37:16 +0100" value="0.00643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 19:41:40 +0100" startDate="2017-08-05 18:48:03 +0100" endDate="2017-08-05 18:56:38 +0100" value="0.0721"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 19:41:40 +0100" startDate="2017-08-05 19:05:21 +0100" endDate="2017-08-05 19:11:54 +0100" value="0.01952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 19:41:40 +0100" startDate="2017-08-05 19:30:59 +0100" endDate="2017-08-05 19:36:59 +0100" value="0.00376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 20:43:41 +0100" startDate="2017-08-05 19:36:59 +0100" endDate="2017-08-05 19:41:16 +0100" value="0.00929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 20:43:41 +0100" startDate="2017-08-05 19:47:08 +0100" endDate="2017-08-05 19:53:19 +0100" value="0.01246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 20:43:41 +0100" startDate="2017-08-05 19:59:47 +0100" endDate="2017-08-05 20:06:10 +0100" value="0.02077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 20:43:41 +0100" startDate="2017-08-05 20:27:17 +0100" endDate="2017-08-05 20:33:45 +0100" value="0.02195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 21:41:38 +0100" startDate="2017-08-05 20:43:00 +0100" endDate="2017-08-05 20:52:00 +0100" value="0.0473"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 21:41:38 +0100" startDate="2017-08-05 20:52:00 +0100" endDate="2017-08-05 20:55:49 +0100" value="0.03402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 22:39:42 +0100" startDate="2017-08-05 21:34:54 +0100" endDate="2017-08-05 21:42:53 +0100" value="0.03106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 22:39:42 +0100" startDate="2017-08-05 21:42:53 +0100" endDate="2017-08-05 21:51:27 +0100" value="0.01902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 22:39:42 +0100" startDate="2017-08-05 21:59:23 +0100" endDate="2017-08-05 22:05:31 +0100" value="0.00984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 22:39:42 +0100" startDate="2017-08-05 22:10:09 +0100" endDate="2017-08-05 22:19:33 +0100" value="0.01404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 22:39:42 +0100" startDate="2017-08-05 22:19:33 +0100" endDate="2017-08-05 22:28:29 +0100" value="0.06328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 22:39:42 +0100" startDate="2017-08-05 22:28:29 +0100" endDate="2017-08-05 22:30:54 +0100" value="0.01148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 23:40:39 +0100" startDate="2017-08-05 22:30:54 +0100" endDate="2017-08-05 22:40:31 +0100" value="0.03632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 23:40:39 +0100" startDate="2017-08-05 22:40:31 +0100" endDate="2017-08-05 22:47:08 +0100" value="0.03424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-05 23:40:39 +0100" startDate="2017-08-05 23:11:55 +0100" endDate="2017-08-05 23:19:57 +0100" value="0.05066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 00:40:45 +0100" startDate="2017-08-05 23:38:19 +0100" endDate="2017-08-05 23:48:16 +0100" value="0.03518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 00:40:45 +0100" startDate="2017-08-05 23:48:16 +0100" endDate="2017-08-05 23:50:13 +0100" value="0.01369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 00:40:45 +0100" startDate="2017-08-06 00:00:50 +0100" endDate="2017-08-06 00:07:20 +0100" value="0.00934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 06:40:04 +0100" startDate="2017-08-06 06:19:42 +0100" endDate="2017-08-06 06:26:18 +0100" value="0.01217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 06:40:04 +0100" startDate="2017-08-06 06:26:34 +0100" endDate="2017-08-06 06:33:12 +0100" value="0.0287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 12:00:06 +0100" startDate="2017-08-06 10:52:26 +0100" endDate="2017-08-06 10:58:41 +0100" value="0.01812"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 14:03:45 +0100" startDate="2017-08-06 12:59:35 +0100" endDate="2017-08-06 13:09:30 +0100" value="0.04916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 14:03:45 +0100" startDate="2017-08-06 13:09:30 +0100" endDate="2017-08-06 13:13:24 +0100" value="0.01097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 14:03:45 +0100" startDate="2017-08-06 13:25:33 +0100" endDate="2017-08-06 13:32:06 +0100" value="0.0282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 14:03:45 +0100" startDate="2017-08-06 13:50:48 +0100" endDate="2017-08-06 13:58:19 +0100" value="0.04121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 14:55:08 +0100" startDate="2017-08-06 13:58:19 +0100" endDate="2017-08-06 14:08:17 +0100" value="0.19797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 14:55:08 +0100" startDate="2017-08-06 14:08:17 +0100" endDate="2017-08-06 14:09:26 +0100" value="0.02719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 14:55:08 +0100" startDate="2017-08-06 14:41:33 +0100" endDate="2017-08-06 14:51:32 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 15:58:47 +0100" startDate="2017-08-06 14:51:32 +0100" endDate="2017-08-06 14:52:41 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 15:58:47 +0100" startDate="2017-08-06 15:34:48 +0100" endDate="2017-08-06 15:42:22 +0100" value="0.03282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 15:58:47 +0100" startDate="2017-08-06 15:42:22 +0100" endDate="2017-08-06 15:46:57 +0100" value="0.01807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 19:01:08 +0100" startDate="2017-08-06 18:31:49 +0100" endDate="2017-08-06 18:39:21 +0100" value="0.03225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 19:58:11 +0100" startDate="2017-08-06 18:55:20 +0100" endDate="2017-08-06 19:01:35 +0100" value="0.00136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 19:58:11 +0100" startDate="2017-08-06 19:03:32 +0100" endDate="2017-08-06 19:10:13 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 19:58:11 +0100" startDate="2017-08-06 19:10:58 +0100" endDate="2017-08-06 19:20:56 +0100" value="0.0635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 22:00:25 +0100" startDate="2017-08-06 20:51:24 +0100" endDate="2017-08-06 20:57:53 +0100" value="0.01428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 22:00:25 +0100" startDate="2017-08-06 21:28:18 +0100" endDate="2017-08-06 21:36:46 +0100" value="0.03225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-06 23:08:27 +0100" startDate="2017-08-06 21:54:34 +0100" endDate="2017-08-06 22:04:06 +0100" value="0.05348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 05:57:40 +0100" startDate="2017-08-07 05:36:20 +0100" endDate="2017-08-07 05:44:30 +0100" value="0.05596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 05:57:40 +0100" startDate="2017-08-07 05:44:30 +0100" endDate="2017-08-07 05:49:41 +0100" value="0.01524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 07:06:42 +0100" startDate="2017-08-07 06:06:02 +0100" endDate="2017-08-07 06:12:47 +0100" value="0.0258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 07:06:42 +0100" startDate="2017-08-07 06:12:47 +0100" endDate="2017-08-07 06:22:45 +0100" value="0.211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 07:06:42 +0100" startDate="2017-08-07 06:22:45 +0100" endDate="2017-08-07 06:32:26 +0100" value="0.63819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 07:06:42 +0100" startDate="2017-08-07 06:32:26 +0100" endDate="2017-08-07 06:41:37 +0100" value="0.08562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 07:06:42 +0100" startDate="2017-08-07 06:41:37 +0100" endDate="2017-08-07 06:49:55 +0100" value="0.05378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 07:57:36 +0100" startDate="2017-08-07 07:00:15 +0100" endDate="2017-08-07 07:07:41 +0100" value="0.02364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 07:57:36 +0100" startDate="2017-08-07 07:44:30 +0100" endDate="2017-08-07 07:51:54 +0100" value="0.02881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 09:08:22 +0100" startDate="2017-08-07 07:51:54 +0100" endDate="2017-08-07 08:00:11 +0100" value="0.03863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 09:08:22 +0100" startDate="2017-08-07 08:25:28 +0100" endDate="2017-08-07 08:34:27 +0100" value="0.26058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 09:08:22 +0100" startDate="2017-08-07 08:43:15 +0100" endDate="2017-08-07 08:53:14 +0100" value="0.45639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 09:08:22 +0100" startDate="2017-08-07 08:53:14 +0100" endDate="2017-08-07 08:57:16 +0100" value="0.14844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 09:58:45 +0100" startDate="2017-08-07 09:03:08 +0100" endDate="2017-08-07 09:11:56 +0100" value="0.01062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 09:58:45 +0100" startDate="2017-08-07 09:15:23 +0100" endDate="2017-08-07 09:25:22 +0100" value="0.29915"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 09:58:45 +0100" startDate="2017-08-07 09:25:22 +0100" endDate="2017-08-07 09:26:46 +0100" value="0.10876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 09:58:45 +0100" startDate="2017-08-07 09:32:45 +0100" endDate="2017-08-07 09:38:47 +0100" value="0.01624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 09:58:45 +0100" startDate="2017-08-07 09:48:14 +0100" endDate="2017-08-07 09:58:13 +0100" value="0.31196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 10:55:31 +0100" startDate="2017-08-07 09:58:13 +0100" endDate="2017-08-07 10:02:10 +0100" value="0.10787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 10:55:31 +0100" startDate="2017-08-07 10:24:50 +0100" endDate="2017-08-07 10:33:38 +0100" value="0.03742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 10:55:31 +0100" startDate="2017-08-07 10:33:38 +0100" endDate="2017-08-07 10:43:36 +0100" value="0.63476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 10:55:31 +0100" startDate="2017-08-07 10:43:36 +0100" endDate="2017-08-07 10:49:40 +0100" value="0.15716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 11:55:09 +0100" startDate="2017-08-07 10:59:27 +0100" endDate="2017-08-07 11:09:26 +0100" value="0.33861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 11:55:09 +0100" startDate="2017-08-07 11:09:26 +0100" endDate="2017-08-07 11:19:23 +0100" value="0.6248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 11:55:09 +0100" startDate="2017-08-07 11:35:46 +0100" endDate="2017-08-07 11:45:45 +0100" value="0.02909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 12:56:22 +0100" startDate="2017-08-07 11:45:45 +0100" endDate="2017-08-07 11:55:45 +0100" value="0.0635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 12:56:22 +0100" startDate="2017-08-07 11:55:45 +0100" endDate="2017-08-07 12:03:02 +0100" value="0.02167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 13:55:19 +0100" startDate="2017-08-07 13:26:41 +0100" endDate="2017-08-07 13:35:52 +0100" value="0.06595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 13:55:19 +0100" startDate="2017-08-07 13:35:52 +0100" endDate="2017-08-07 13:45:50 +0100" value="0.0487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 14:55:40 +0100" startDate="2017-08-07 13:45:50 +0100" endDate="2017-08-07 13:46:05 +0100" value="0.00124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 15:57:50 +0100" startDate="2017-08-07 15:09:54 +0100" endDate="2017-08-07 15:16:10 +0100" value="0.0198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 15:57:50 +0100" startDate="2017-08-07 15:16:10 +0100" endDate="2017-08-07 15:25:01 +0100" value="0.07524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 15:57:50 +0100" startDate="2017-08-07 15:38:38 +0100" endDate="2017-08-07 15:47:16 +0100" value="0.01515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 16:54:35 +0100" startDate="2017-08-07 15:57:37 +0100" endDate="2017-08-07 16:06:37 +0100" value="0.03278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 16:54:35 +0100" startDate="2017-08-07 16:06:37 +0100" endDate="2017-08-07 16:16:37 +0100" value="0.67624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 16:54:35 +0100" startDate="2017-08-07 16:16:37 +0100" endDate="2017-08-07 16:25:56 +0100" value="0.62055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 16:54:35 +0100" startDate="2017-08-07 16:25:56 +0100" endDate="2017-08-07 16:28:59 +0100" value="0.01595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 17:54:39 +0100" startDate="2017-08-07 17:36:37 +0100" endDate="2017-08-07 17:42:58 +0100" value="0.00614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 19:03:40 +0100" startDate="2017-08-07 17:42:58 +0100" endDate="2017-08-07 17:51:00 +0100" value="0.01168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 19:03:40 +0100" startDate="2017-08-07 18:20:29 +0100" endDate="2017-08-07 18:28:19 +0100" value="0.04009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 19:03:40 +0100" startDate="2017-08-07 18:44:56 +0100" endDate="2017-08-07 18:51:26 +0100" value="0.02458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 19:03:40 +0100" startDate="2017-08-07 18:51:26 +0100" endDate="2017-08-07 19:01:25 +0100" value="0.22126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 19:55:56 +0100" startDate="2017-08-07 19:01:25 +0100" endDate="2017-08-07 19:07:03 +0100" value="0.35748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 19:55:56 +0100" startDate="2017-08-07 19:31:21 +0100" endDate="2017-08-07 19:37:39 +0100" value="0.01344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 22:15:34 +0100" startDate="2017-08-07 20:52:26 +0100" endDate="2017-08-07 21:01:33 +0100" value="0.00212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 22:15:34 +0100" startDate="2017-08-07 21:02:22 +0100" endDate="2017-08-07 21:12:07 +0100" value="0.10609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 22:15:34 +0100" startDate="2017-08-07 21:12:07 +0100" endDate="2017-08-07 21:19:41 +0100" value="0.12441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 22:15:34 +0100" startDate="2017-08-07 21:36:03 +0100" endDate="2017-08-07 21:45:56 +0100" value="0.21836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-07 22:15:34 +0100" startDate="2017-08-07 21:45:56 +0100" endDate="2017-08-07 21:54:11 +0100" value="0.00762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 06:55:23 +0100" startDate="2017-08-08 05:51:46 +0100" endDate="2017-08-08 06:00:19 +0100" value="0.03691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 06:55:23 +0100" startDate="2017-08-08 06:14:14 +0100" endDate="2017-08-08 06:23:44 +0100" value="0.0058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 06:55:23 +0100" startDate="2017-08-08 06:24:32 +0100" endDate="2017-08-08 06:33:00 +0100" value="0.04532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 06:55:23 +0100" startDate="2017-08-08 06:34:44 +0100" endDate="2017-08-08 06:44:43 +0100" value="0.16235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 06:55:23 +0100" startDate="2017-08-08 06:44:43 +0100" endDate="2017-08-08 06:54:41 +0100" value="0.8135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 07:55:44 +0100" startDate="2017-08-08 06:54:41 +0100" endDate="2017-08-08 07:01:11 +0100" value="0.12923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 07:55:44 +0100" startDate="2017-08-08 07:40:40 +0100" endDate="2017-08-08 07:50:04 +0100" value="0.11119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 08:56:03 +0100" startDate="2017-08-08 07:50:04 +0100" endDate="2017-08-08 08:00:02 +0100" value="0.12486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 08:56:03 +0100" startDate="2017-08-08 08:00:02 +0100" endDate="2017-08-08 08:01:01 +0100" value="0.01499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 09:54:55 +0100" startDate="2017-08-08 09:40:01 +0100" endDate="2017-08-08 09:49:20 +0100" value="0.15645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 10:57:09 +0100" startDate="2017-08-08 09:49:20 +0100" endDate="2017-08-08 09:56:48 +0100" value="0.10704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 13:56:06 +0100" startDate="2017-08-08 13:25:01 +0100" endDate="2017-08-08 13:34:12 +0100" value="0.04475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 14:55:37 +0100" startDate="2017-08-08 13:49:43 +0100" endDate="2017-08-08 13:59:42 +0100" value="0.29633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 14:55:37 +0100" startDate="2017-08-08 13:59:42 +0100" endDate="2017-08-08 14:03:03 +0100" value="0.00171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 14:55:37 +0100" startDate="2017-08-08 14:14:17 +0100" endDate="2017-08-08 14:24:16 +0100" value="0.29552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 14:55:37 +0100" startDate="2017-08-08 14:24:16 +0100" endDate="2017-08-08 14:24:44 +0100" value="0.0074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 14:55:37 +0100" startDate="2017-08-08 14:43:22 +0100" endDate="2017-08-08 14:50:46 +0100" value="0.02665"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 15:59:45 +0100" startDate="2017-08-08 14:50:46 +0100" endDate="2017-08-08 15:00:00 +0100" value="0.02891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 15:59:45 +0100" startDate="2017-08-08 15:24:14 +0100" endDate="2017-08-08 15:32:13 +0100" value="0.11059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 15:59:45 +0100" startDate="2017-08-08 15:32:13 +0100" endDate="2017-08-08 15:41:36 +0100" value="0.50125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 15:59:45 +0100" startDate="2017-08-08 15:41:36 +0100" endDate="2017-08-08 15:50:31 +0100" value="0.17991"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 17:04:01 +0100" startDate="2017-08-08 15:50:31 +0100" endDate="2017-08-08 16:00:03 +0100" value="0.02586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 17:56:32 +0100" startDate="2017-08-08 17:29:33 +0100" endDate="2017-08-08 17:38:59 +0100" value="0.09893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 17:56:32 +0100" startDate="2017-08-08 17:38:59 +0100" endDate="2017-08-08 17:48:19 +0100" value="0.23966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 18:57:19 +0100" startDate="2017-08-08 17:48:19 +0100" endDate="2017-08-08 17:58:14 +0100" value="0.09192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 18:57:19 +0100" startDate="2017-08-08 17:58:14 +0100" endDate="2017-08-08 18:08:13 +0100" value="0.26723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 18:57:19 +0100" startDate="2017-08-08 18:08:13 +0100" endDate="2017-08-08 18:18:10 +0100" value="0.15669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-08 18:57:19 +0100" startDate="2017-08-08 18:18:10 +0100" endDate="2017-08-08 18:22:27 +0100" value="0.14704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 05:59:02 +0100" startDate="2017-08-09 05:45:02 +0100" endDate="2017-08-09 05:53:28 +0100" value="0.07375"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 07:03:18 +0100" startDate="2017-08-09 05:53:28 +0100" endDate="2017-08-09 05:57:17 +0100" value="0.00392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 07:03:18 +0100" startDate="2017-08-09 06:12:52 +0100" endDate="2017-08-09 06:20:56 +0100" value="0.05276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 07:03:18 +0100" startDate="2017-08-09 06:21:50 +0100" endDate="2017-08-09 06:31:49 +0100" value="0.04566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 07:03:18 +0100" startDate="2017-08-09 06:31:49 +0100" endDate="2017-08-09 06:41:47 +0100" value="0.80156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 07:03:18 +0100" startDate="2017-08-09 06:41:47 +0100" endDate="2017-08-09 06:44:40 +0100" value="0.03298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 08:54:45 +0100" startDate="2017-08-09 08:05:53 +0100" endDate="2017-08-09 08:15:53 +0100" value="0.16963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 08:54:45 +0100" startDate="2017-08-09 08:15:53 +0100" endDate="2017-08-09 08:25:31 +0100" value="0.12539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 08:54:45 +0100" startDate="2017-08-09 08:25:31 +0100" endDate="2017-08-09 08:29:58 +0100" value="0.10179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 08:54:45 +0100" startDate="2017-08-09 08:30:12 +0100" endDate="2017-08-09 08:40:10 +0100" value="0.05475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 10:55:05 +0100" startDate="2017-08-09 10:44:11 +0100" endDate="2017-08-09 10:52:51 +0100" value="0.0559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 12:04:44 +0100" startDate="2017-08-09 10:52:51 +0100" endDate="2017-08-09 11:00:58 +0100" value="0.22085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 12:04:44 +0100" startDate="2017-08-09 11:00:58 +0100" endDate="2017-08-09 11:10:54 +0100" value="0.19595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 12:04:44 +0100" startDate="2017-08-09 11:11:10 +0100" endDate="2017-08-09 11:21:09 +0100" value="0.31836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 12:04:44 +0100" startDate="2017-08-09 11:21:09 +0100" endDate="2017-08-09 11:25:31 +0100" value="0.03566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 12:04:44 +0100" startDate="2017-08-09 11:26:11 +0100" endDate="2017-08-09 11:32:26 +0100" value="0.01271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 12:54:49 +0100" startDate="2017-08-09 12:15:15 +0100" endDate="2017-08-09 12:24:49 +0100" value="0.06066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 12:54:49 +0100" startDate="2017-08-09 12:24:49 +0100" endDate="2017-08-09 12:30:30 +0100" value="0.38071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 12:54:49 +0100" startDate="2017-08-09 12:33:42 +0100" endDate="2017-08-09 12:40:31 +0100" value="0.02357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 12:54:49 +0100" startDate="2017-08-09 12:40:31 +0100" endDate="2017-08-09 12:50:18 +0100" value="0.02365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 13:55:44 +0100" startDate="2017-08-09 13:15:05 +0100" endDate="2017-08-09 13:23:53 +0100" value="0.03543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 13:55:44 +0100" startDate="2017-08-09 13:23:53 +0100" endDate="2017-08-09 13:29:44 +0100" value="0.02028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 15:02:22 +0100" startDate="2017-08-09 14:05:09 +0100" endDate="2017-08-09 14:11:32 +0100" value="0.00402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 15:02:22 +0100" startDate="2017-08-09 14:14:29 +0100" endDate="2017-08-09 14:21:33 +0100" value="0.01341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 15:02:22 +0100" startDate="2017-08-09 14:26:32 +0100" endDate="2017-08-09 14:35:27 +0100" value="0.01803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 15:02:22 +0100" startDate="2017-08-09 14:38:17 +0100" endDate="2017-08-09 14:46:16 +0100" value="0.09403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 15:02:22 +0100" startDate="2017-08-09 14:52:22 +0100" endDate="2017-08-09 14:59:28 +0100" value="0.07476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 15:56:05 +0100" startDate="2017-08-09 14:59:28 +0100" endDate="2017-08-09 15:08:17 +0100" value="0.01935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 15:56:05 +0100" startDate="2017-08-09 15:08:17 +0100" endDate="2017-08-09 15:13:32 +0100" value="0.00574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 15:56:05 +0100" startDate="2017-08-09 15:31:32 +0100" endDate="2017-08-09 15:37:52 +0100" value="0.0058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 15:56:05 +0100" startDate="2017-08-09 15:37:52 +0100" endDate="2017-08-09 15:45:52 +0100" value="0.0531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 15:56:05 +0100" startDate="2017-08-09 15:45:52 +0100" endDate="2017-08-09 15:55:50 +0100" value="0.28986"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 17:00:41 +0100" startDate="2017-08-09 15:55:50 +0100" endDate="2017-08-09 16:05:15 +0100" value="0.34826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 17:54:38 +0100" startDate="2017-08-09 17:07:24 +0100" endDate="2017-08-09 17:17:21 +0100" value="0.04516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 17:54:38 +0100" startDate="2017-08-09 17:17:21 +0100" endDate="2017-08-09 17:23:29 +0100" value="0.21436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 18:55:12 +0100" startDate="2017-08-09 17:55:10 +0100" endDate="2017-08-09 18:05:09 +0100" value="0.03932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 18:55:12 +0100" startDate="2017-08-09 18:05:09 +0100" endDate="2017-08-09 18:09:26 +0100" value="0.15383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 19:54:56 +0100" startDate="2017-08-09 19:16:22 +0100" endDate="2017-08-09 19:24:37 +0100" value="0.0108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 19:54:56 +0100" startDate="2017-08-09 19:26:58 +0100" endDate="2017-08-09 19:33:23 +0100" value="0.01072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 21:02:47 +0100" startDate="2017-08-09 20:22:08 +0100" endDate="2017-08-09 20:32:07 +0100" value="0.0028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 21:02:47 +0100" startDate="2017-08-09 20:32:07 +0100" endDate="2017-08-09 20:41:53 +0100" value="0.07439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 21:02:47 +0100" startDate="2017-08-09 20:41:53 +0100" endDate="2017-08-09 20:44:55 +0100" value="0.04855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 21:58:27 +0100" startDate="2017-08-09 21:03:16 +0100" endDate="2017-08-09 21:13:16 +0100" value="0.22666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 21:58:27 +0100" startDate="2017-08-09 21:13:16 +0100" endDate="2017-08-09 21:22:35 +0100" value="0.09766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 21:58:27 +0100" startDate="2017-08-09 21:34:16 +0100" endDate="2017-08-09 21:40:16 +0100" value="0.00846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 22:56:29 +0100" startDate="2017-08-09 22:01:38 +0100" endDate="2017-08-09 22:10:37 +0100" value="0.07483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-09 22:56:29 +0100" startDate="2017-08-09 22:10:37 +0100" endDate="2017-08-09 22:15:02 +0100" value="0.06055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 06:56:43 +0100" startDate="2017-08-10 06:22:30 +0100" endDate="2017-08-10 06:30:02 +0100" value="0.01106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 06:56:43 +0100" startDate="2017-08-10 06:31:35 +0100" endDate="2017-08-10 06:40:59 +0100" value="0.22882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 06:56:43 +0100" startDate="2017-08-10 06:40:59 +0100" endDate="2017-08-10 06:50:40 +0100" value="0.59385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 07:55:53 +0100" startDate="2017-08-10 06:50:40 +0100" endDate="2017-08-10 06:54:04 +0100" value="0.02862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 07:55:53 +0100" startDate="2017-08-10 07:06:36 +0100" endDate="2017-08-10 07:13:11 +0100" value="0.04122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 10:54:36 +0100" startDate="2017-08-10 10:00:09 +0100" endDate="2017-08-10 10:06:55 +0100" value="0.05128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 11:57:32 +0100" startDate="2017-08-10 10:50:40 +0100" endDate="2017-08-10 11:00:38 +0100" value="0.19334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 11:57:32 +0100" startDate="2017-08-10 11:00:38 +0100" endDate="2017-08-10 11:10:37 +0100" value="0.64584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 11:57:32 +0100" startDate="2017-08-10 11:10:37 +0100" endDate="2017-08-10 11:13:12 +0100" value="0.0893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 11:57:32 +0100" startDate="2017-08-10 11:45:08 +0100" endDate="2017-08-10 11:55:07 +0100" value="0.27761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 12:55:45 +0100" startDate="2017-08-10 11:55:07 +0100" endDate="2017-08-10 12:04:28 +0100" value="0.59872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 12:55:45 +0100" startDate="2017-08-10 12:04:28 +0100" endDate="2017-08-10 12:12:23 +0100" value="0.06042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 14:59:01 +0100" startDate="2017-08-10 13:55:18 +0100" endDate="2017-08-10 14:01:53 +0100" value="0.02951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 14:59:01 +0100" startDate="2017-08-10 14:01:53 +0100" endDate="2017-08-10 14:11:37 +0100" value="0.09907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca76b0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 15:55:26 +0100" startDate="2017-08-10 15:25:41 +0100" endDate="2017-08-10 15:35:31 +0100" value="0.07714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 15:55:26 +0100" startDate="2017-08-10 15:35:31 +0100" endDate="2017-08-10 15:42:49 +0100" value="0.11619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 17:00:42 +0100" startDate="2017-08-10 16:27:10 +0100" endDate="2017-08-10 16:36:51 +0100" value="0.06538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 17:00:42 +0100" startDate="2017-08-10 16:36:51 +0100" endDate="2017-08-10 16:46:51 +0100" value="0.34768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 17:00:42 +0100" startDate="2017-08-10 16:46:51 +0100" endDate="2017-08-10 16:53:38 +0100" value="0.44093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-10 23:59:51 +0100" startDate="2017-08-10 22:58:52 +0100" endDate="2017-08-10 23:05:15 +0100" value="0.00956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 05:55:51 +0100" startDate="2017-08-11 05:13:57 +0100" endDate="2017-08-11 05:20:30 +0100" value="0.00633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 05:55:51 +0100" startDate="2017-08-11 05:20:57 +0100" endDate="2017-08-11 05:27:23 +0100" value="0.00933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 06:54:42 +0100" startDate="2017-08-11 06:13:55 +0100" endDate="2017-08-11 06:22:13 +0100" value="0.03183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 06:54:42 +0100" startDate="2017-08-11 06:43:28 +0100" endDate="2017-08-11 06:50:57 +0100" value="0.06248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 07:54:59 +0100" startDate="2017-08-11 06:50:57 +0100" endDate="2017-08-11 07:00:50 +0100" value="0.06607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 07:54:59 +0100" startDate="2017-08-11 07:00:50 +0100" endDate="2017-08-11 07:10:25 +0100" value="0.76184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 07:54:59 +0100" startDate="2017-08-11 07:10:25 +0100" endDate="2017-08-11 07:18:11 +0100" value="0.09221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 10:55:00 +0100" startDate="2017-08-11 10:20:12 +0100" endDate="2017-08-11 10:29:46 +0100" value="0.04833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 10:55:00 +0100" startDate="2017-08-11 10:29:46 +0100" endDate="2017-08-11 10:39:45 +0100" value="0.57368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 10:55:00 +0100" startDate="2017-08-11 10:39:45 +0100" endDate="2017-08-11 10:47:54 +0100" value="0.30185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 11:57:35 +0100" startDate="2017-08-11 11:08:11 +0100" endDate="2017-08-11 11:18:10 +0100" value="0.25704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 11:57:35 +0100" startDate="2017-08-11 11:18:10 +0100" endDate="2017-08-11 11:28:00 +0100" value="0.51116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 11:57:35 +0100" startDate="2017-08-11 11:28:00 +0100" endDate="2017-08-11 11:37:58 +0100" value="0.18904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 11:57:35 +0100" startDate="2017-08-11 11:37:58 +0100" endDate="2017-08-11 11:38:05 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 15:03:11 +0100" startDate="2017-08-11 14:08:38 +0100" endDate="2017-08-11 14:14:56 +0100" value="0.00852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 15:55:38 +0100" startDate="2017-08-11 14:58:27 +0100" endDate="2017-08-11 15:08:27 +0100" value="0.05071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 15:55:38 +0100" startDate="2017-08-11 15:08:27 +0100" endDate="2017-08-11 15:18:18 +0100" value="0.67432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 15:55:38 +0100" startDate="2017-08-11 15:18:18 +0100" endDate="2017-08-11 15:27:39 +0100" value="0.08509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 15:55:38 +0100" startDate="2017-08-11 15:27:39 +0100" endDate="2017-08-11 15:32:48 +0100" value="0.23737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 16:55:23 +0100" startDate="2017-08-11 16:35:04 +0100" endDate="2017-08-11 16:44:43 +0100" value="0.14654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 16:55:23 +0100" startDate="2017-08-11 16:44:43 +0100" endDate="2017-08-11 16:53:18 +0100" value="0.05414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 17:55:52 +0100" startDate="2017-08-11 16:53:18 +0100" endDate="2017-08-11 17:02:10 +0100" value="0.03687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 17:55:52 +0100" startDate="2017-08-11 17:31:56 +0100" endDate="2017-08-11 17:39:08 +0100" value="0.04337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-11 23:55:22 +0100" startDate="2017-08-11 22:58:13 +0100" endDate="2017-08-11 23:07:54 +0100" value="0.02777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 06:56:07 +0100" startDate="2017-08-12 06:10:57 +0100" endDate="2017-08-12 06:17:32 +0100" value="0.01228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 06:56:07 +0100" startDate="2017-08-12 06:18:26 +0100" endDate="2017-08-12 06:24:51 +0100" value="0.00792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 09:58:47 +0100" startDate="2017-08-12 09:11:05 +0100" endDate="2017-08-12 09:17:10 +0100" value="0.01111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 12:01:02 +0100" startDate="2017-08-12 10:58:52 +0100" endDate="2017-08-12 11:08:32 +0100" value="0.08595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 12:01:02 +0100" startDate="2017-08-12 11:08:32 +0100" endDate="2017-08-12 11:11:36 +0100" value="0.07814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 12:01:02 +0100" startDate="2017-08-12 11:16:10 +0100" endDate="2017-08-12 11:26:01 +0100" value="0.14003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 12:01:02 +0100" startDate="2017-08-12 11:26:01 +0100" endDate="2017-08-12 11:36:01 +0100" value="0.18266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 12:01:02 +0100" startDate="2017-08-12 11:36:01 +0100" endDate="2017-08-12 11:41:22 +0100" value="0.11222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 12:01:02 +0100" startDate="2017-08-12 11:42:20 +0100" endDate="2017-08-12 11:51:44 +0100" value="0.14875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 12:56:11 +0100" startDate="2017-08-12 11:59:13 +0100" endDate="2017-08-12 12:09:13 +0100" value="0.09209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 12:56:11 +0100" startDate="2017-08-12 12:09:13 +0100" endDate="2017-08-12 12:18:02 +0100" value="0.00941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 12:56:11 +0100" startDate="2017-08-12 12:18:02 +0100" endDate="2017-08-12 12:22:35 +0100" value="0.02324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 12:56:11 +0100" startDate="2017-08-12 12:45:59 +0100" endDate="2017-08-12 12:55:58 +0100" value="0.10088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 13:54:54 +0100" startDate="2017-08-12 12:55:58 +0100" endDate="2017-08-12 12:56:18 +0100" value="0.01153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 14:30:36 +0100" startDate="2017-08-12 13:55:14 +0100" endDate="2017-08-12 13:55:27 +0100" value="0.0004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 14:33:06 +0100" startDate="2017-08-12 14:31:39 +0100" endDate="2017-08-12 14:31:49 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 15:56:09 +0100" startDate="2017-08-12 15:01:25 +0100" endDate="2017-08-12 15:11:25 +0100" value="0.07235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 15:56:09 +0100" startDate="2017-08-12 15:11:25 +0100" endDate="2017-08-12 15:20:33 +0100" value="0.07529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 15:56:09 +0100" startDate="2017-08-12 15:45:12 +0100" endDate="2017-08-12 15:51:22 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 17:00:07 +0100" startDate="2017-08-12 16:06:37 +0100" endDate="2017-08-12 16:16:37 +0100" value="0.13286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 17:00:07 +0100" startDate="2017-08-12 16:16:37 +0100" endDate="2017-08-12 16:24:15 +0100" value="0.09164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 17:00:07 +0100" startDate="2017-08-12 16:24:15 +0100" endDate="2017-08-12 16:34:14 +0100" value="0.07084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 17:00:07 +0100" startDate="2017-08-12 16:34:14 +0100" endDate="2017-08-12 16:38:23 +0100" value="0.0339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 17:00:07 +0100" startDate="2017-08-12 16:38:58 +0100" endDate="2017-08-12 16:46:32 +0100" value="0.03521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 17:55:56 +0100" startDate="2017-08-12 16:54:04 +0100" endDate="2017-08-12 17:01:08 +0100" value="0.03319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 17:55:56 +0100" startDate="2017-08-12 17:16:35 +0100" endDate="2017-08-12 17:26:25 +0100" value="0.03534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 17:55:56 +0100" startDate="2017-08-12 17:26:53 +0100" endDate="2017-08-12 17:33:00 +0100" value="0.02465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 17:55:56 +0100" startDate="2017-08-12 17:39:09 +0100" endDate="2017-08-12 17:48:04 +0100" value="0.04483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 19:01:18 +0100" startDate="2017-08-12 17:48:04 +0100" endDate="2017-08-12 17:55:56 +0100" value="0.02168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 21:54:38 +0100" startDate="2017-08-12 21:23:53 +0100" endDate="2017-08-12 21:30:23 +0100" value="0.00982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 22:59:05 +0100" startDate="2017-08-12 22:39:07 +0100" endDate="2017-08-12 22:47:48 +0100" value="0.03251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 23:55:12 +0100" startDate="2017-08-12 22:47:48 +0100" endDate="2017-08-12 22:47:50 +0100" value="0.001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-12 23:55:12 +0100" startDate="2017-08-12 22:59:00 +0100" endDate="2017-08-12 23:07:17 +0100" value="0.01881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 08:56:29 +0100" startDate="2017-08-13 08:31:04 +0100" endDate="2017-08-13 08:37:11 +0100" value="0.00986"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 08:56:29 +0100" startDate="2017-08-13 08:43:12 +0100" endDate="2017-08-13 08:49:58 +0100" value="0.00306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 10:04:22 +0100" startDate="2017-08-13 09:17:59 +0100" endDate="2017-08-13 09:24:57 +0100" value="0.02545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 10:04:22 +0100" startDate="2017-08-13 09:36:02 +0100" endDate="2017-08-13 09:42:35 +0100" value="0.03601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 10:55:24 +0100" startDate="2017-08-13 09:58:50 +0100" endDate="2017-08-13 10:08:47 +0100" value="0.11859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 10:55:24 +0100" startDate="2017-08-13 10:08:47 +0100" endDate="2017-08-13 10:10:12 +0100" value="0.00674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 10:55:24 +0100" startDate="2017-08-13 10:12:54 +0100" endDate="2017-08-13 10:22:54 +0100" value="0.22288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 10:55:24 +0100" startDate="2017-08-13 10:22:54 +0100" endDate="2017-08-13 10:32:29 +0100" value="0.40885"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 10:55:24 +0100" startDate="2017-08-13 10:32:29 +0100" endDate="2017-08-13 10:42:27 +0100" value="0.33227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 10:55:24 +0100" startDate="2017-08-13 10:42:27 +0100" endDate="2017-08-13 10:52:25 +0100" value="0.5178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 11:57:57 +0100" startDate="2017-08-13 10:52:25 +0100" endDate="2017-08-13 10:59:05 +0100" value="0.38058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 11:57:57 +0100" startDate="2017-08-13 11:14:52 +0100" endDate="2017-08-13 11:22:58 +0100" value="0.08162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 12:55:46 +0100" startDate="2017-08-13 12:33:36 +0100" endDate="2017-08-13 12:40:39 +0100" value="0.02157"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 12:55:46 +0100" startDate="2017-08-13 12:40:39 +0100" endDate="2017-08-13 12:45:43 +0100" value="0.02036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 13:55:27 +0100" startDate="2017-08-13 13:24:29 +0100" endDate="2017-08-13 13:30:34 +0100" value="0.00495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 14:54:54 +0100" startDate="2017-08-13 14:19:36 +0100" endDate="2017-08-13 14:25:49 +0100" value="0.00984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 14:54:54 +0100" startDate="2017-08-13 14:31:48 +0100" endDate="2017-08-13 14:39:55 +0100" value="0.04009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 16:58:47 +0100" startDate="2017-08-13 16:00:58 +0100" endDate="2017-08-13 16:10:12 +0100" value="0.0161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 19:08:17 +0100" startDate="2017-08-13 18:42:55 +0100" endDate="2017-08-13 18:52:55 +0100" value="0.08848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 19:08:17 +0100" startDate="2017-08-13 18:52:55 +0100" endDate="2017-08-13 18:54:19 +0100" value="0.05382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 19:54:35 +0100" startDate="2017-08-13 19:09:31 +0100" endDate="2017-08-13 19:19:30 +0100" value="0.11671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 19:54:35 +0100" startDate="2017-08-13 19:19:30 +0100" endDate="2017-08-13 19:21:30 +0100" value="0.00521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 20:55:34 +0100" startDate="2017-08-13 20:39:53 +0100" endDate="2017-08-13 20:47:50 +0100" value="0.08814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 22:07:04 +0100" startDate="2017-08-13 20:47:50 +0100" endDate="2017-08-13 20:51:59 +0100" value="0.01616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 22:07:04 +0100" startDate="2017-08-13 21:06:29 +0100" endDate="2017-08-13 21:16:24 +0100" value="0.22777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-13 22:07:04 +0100" startDate="2017-08-13 21:16:24 +0100" endDate="2017-08-13 21:20:21 +0100" value="0.00156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 06:54:36 +0100" startDate="2017-08-14 06:10:38 +0100" endDate="2017-08-14 06:18:28 +0100" value="0.02922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 06:54:36 +0100" startDate="2017-08-14 06:18:28 +0100" endDate="2017-08-14 06:26:53 +0100" value="0.01218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 06:54:36 +0100" startDate="2017-08-14 06:26:53 +0100" endDate="2017-08-14 06:31:08 +0100" value="0.00211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 06:54:36 +0100" startDate="2017-08-14 06:43:54 +0100" endDate="2017-08-14 06:51:49 +0100" value="0.02227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 06:51:49 +0100" endDate="2017-08-14 07:01:34 +0100" value="0.26147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 07:01:34 +0100" endDate="2017-08-14 07:11:33 +0100" value="0.92164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 07:11:33 +0100" endDate="2017-08-14 07:21:32 +0100" value="0.81534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 07:21:32 +0100" endDate="2017-08-14 07:31:24 +0100" value="0.47319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 07:31:24 +0100" endDate="2017-08-14 07:32:54 +0100" value="0.03893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 07:35:44 +0100" endDate="2017-08-14 07:45:10 +0100" value="0.09612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 08:02:58 +0100" startDate="2017-08-14 07:45:10 +0100" endDate="2017-08-14 07:49:28 +0100" value="0.08075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 09:03:19 +0100" startDate="2017-08-14 07:56:01 +0100" endDate="2017-08-14 08:02:01 +0100" value="0.00392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 09:03:19 +0100" startDate="2017-08-14 08:13:15 +0100" endDate="2017-08-14 08:19:28 +0100" value="0.00839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 09:03:19 +0100" startDate="2017-08-14 08:34:44 +0100" endDate="2017-08-14 08:44:44 +0100" value="0.123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 09:03:19 +0100" startDate="2017-08-14 08:44:44 +0100" endDate="2017-08-14 08:54:07 +0100" value="0.19113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 09:56:19 +0100" startDate="2017-08-14 08:54:07 +0100" endDate="2017-08-14 08:56:37 +0100" value="0.01202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 09:56:19 +0100" startDate="2017-08-14 09:34:51 +0100" endDate="2017-08-14 09:40:56 +0100" value="0.007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 10:59:22 +0100" startDate="2017-08-14 10:14:00 +0100" endDate="2017-08-14 10:21:49 +0100" value="0.06071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 10:59:22 +0100" startDate="2017-08-14 10:21:49 +0100" endDate="2017-08-14 10:28:46 +0100" value="0.06075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 10:59:22 +0100" startDate="2017-08-14 10:28:46 +0100" endDate="2017-08-14 10:38:44 +0100" value="0.44384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 10:59:22 +0100" startDate="2017-08-14 10:38:44 +0100" endDate="2017-08-14 10:47:48 +0100" value="0.41311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 11:55:01 +0100" startDate="2017-08-14 10:58:45 +0100" endDate="2017-08-14 11:08:44 +0100" value="0.41592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 11:55:01 +0100" startDate="2017-08-14 11:08:44 +0100" endDate="2017-08-14 11:17:10 +0100" value="0.55366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 11:55:01 +0100" startDate="2017-08-14 11:23:50 +0100" endDate="2017-08-14 11:30:21 +0100" value="0.01802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 11:55:01 +0100" startDate="2017-08-14 11:30:21 +0100" endDate="2017-08-14 11:40:19 +0100" value="0.06964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 11:55:01 +0100" startDate="2017-08-14 11:40:19 +0100" endDate="2017-08-14 11:42:57 +0100" value="0.0057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 12:58:05 +0100" startDate="2017-08-14 11:48:31 +0100" endDate="2017-08-14 11:55:01 +0100" value="0.02212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 12:58:05 +0100" startDate="2017-08-14 11:57:53 +0100" endDate="2017-08-14 12:06:05 +0100" value="0.04091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 12:58:05 +0100" startDate="2017-08-14 12:25:44 +0100" endDate="2017-08-14 12:35:12 +0100" value="0.02928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 13:55:56 +0100" startDate="2017-08-14 13:14:40 +0100" endDate="2017-08-14 13:22:32 +0100" value="0.02862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 13:55:56 +0100" startDate="2017-08-14 13:25:17 +0100" endDate="2017-08-14 13:34:36 +0100" value="0.12584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 15:59:36 +0100" startDate="2017-08-14 15:43:36 +0100" endDate="2017-08-14 15:53:25 +0100" value="0.05012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 16:55:52 +0100" startDate="2017-08-14 15:53:25 +0100" endDate="2017-08-14 16:03:10 +0100" value="0.10738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 16:55:52 +0100" startDate="2017-08-14 16:17:18 +0100" endDate="2017-08-14 16:27:17 +0100" value="0.00792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 16:55:52 +0100" startDate="2017-08-14 16:27:17 +0100" endDate="2017-08-14 16:28:08 +0100" value="0.01821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 17:59:59 +0100" startDate="2017-08-14 17:15:32 +0100" endDate="2017-08-14 17:24:30 +0100" value="0.07282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 20:56:27 +0100" startDate="2017-08-14 20:02:24 +0100" endDate="2017-08-14 20:12:23 +0100" value="0.06655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 20:56:27 +0100" startDate="2017-08-14 20:12:23 +0100" endDate="2017-08-14 20:21:14 +0100" value="0.35774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 21:57:05 +0100" startDate="2017-08-14 21:02:47 +0100" endDate="2017-08-14 21:09:45 +0100" value="0.03249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 21:57:05 +0100" startDate="2017-08-14 21:14:12 +0100" endDate="2017-08-14 21:24:11 +0100" value="0.33514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-14 21:57:05 +0100" startDate="2017-08-14 21:24:11 +0100" endDate="2017-08-14 21:28:41 +0100" value="0.26619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 06:54:58 +0100" startDate="2017-08-15 05:45:47 +0100" endDate="2017-08-15 05:55:47 +0100" value="0.03442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 06:54:58 +0100" startDate="2017-08-15 05:55:47 +0100" endDate="2017-08-15 06:05:46 +0100" value="0.57679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 06:54:58 +0100" startDate="2017-08-15 06:05:46 +0100" endDate="2017-08-15 06:15:37 +0100" value="0.46786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 08:56:36 +0100" startDate="2017-08-15 08:29:58 +0100" endDate="2017-08-15 08:39:45 +0100" value="0.01503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 08:56:36 +0100" startDate="2017-08-15 08:39:45 +0100" endDate="2017-08-15 08:42:32 +0100" value="0.02667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 09:57:03 +0100" startDate="2017-08-15 09:07:19 +0100" endDate="2017-08-15 09:17:19 +0100" value="0.34854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 09:57:03 +0100" startDate="2017-08-15 09:17:19 +0100" endDate="2017-08-15 09:22:07 +0100" value="0.33557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 10:55:25 +0100" startDate="2017-08-15 10:18:14 +0100" endDate="2017-08-15 10:28:02 +0100" value="0.02346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 10:55:25 +0100" startDate="2017-08-15 10:28:02 +0100" endDate="2017-08-15 10:31:49 +0100" value="0.03179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 11:57:40 +0100" startDate="2017-08-15 10:47:34 +0100" endDate="2017-08-15 10:54:24 +0100" value="0.05485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 11:57:40 +0100" startDate="2017-08-15 10:54:24 +0100" endDate="2017-08-15 11:04:24 +0100" value="0.33163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 11:57:40 +0100" startDate="2017-08-15 11:04:24 +0100" endDate="2017-08-15 11:12:15 +0100" value="0.32455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 11:57:40 +0100" startDate="2017-08-15 11:19:03 +0100" endDate="2017-08-15 11:29:03 +0100" value="0.14873"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 11:57:40 +0100" startDate="2017-08-15 11:29:03 +0100" endDate="2017-08-15 11:38:59 +0100" value="0.40487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 11:57:40 +0100" startDate="2017-08-15 11:38:59 +0100" endDate="2017-08-15 11:41:52 +0100" value="0.06519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 12:55:09 +0100" startDate="2017-08-15 11:49:11 +0100" endDate="2017-08-15 11:58:12 +0100" value="0.21816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 12:55:09 +0100" startDate="2017-08-15 11:58:12 +0100" endDate="2017-08-15 12:05:43 +0100" value="0.12537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 13:54:38 +0100" startDate="2017-08-15 13:03:39 +0100" endDate="2017-08-15 13:09:46 +0100" value="0.01012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 13:54:38 +0100" startDate="2017-08-15 13:09:46 +0100" endDate="2017-08-15 13:19:29 +0100" value="0.01545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 13:54:38 +0100" startDate="2017-08-15 13:19:29 +0100" endDate="2017-08-15 13:26:39 +0100" value="0.04778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 13:54:38 +0100" startDate="2017-08-15 13:26:39 +0100" endDate="2017-08-15 13:31:29 +0100" value="0.03758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 13:54:38 +0100" startDate="2017-08-15 13:32:43 +0100" endDate="2017-08-15 13:38:48 +0100" value="0.00666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 15:03:23 +0100" startDate="2017-08-15 13:48:50 +0100" endDate="2017-08-15 13:58:49 +0100" value="0.15346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 15:03:23 +0100" startDate="2017-08-15 13:58:49 +0100" endDate="2017-08-15 14:02:08 +0100" value="0.23543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 15:03:23 +0100" startDate="2017-08-15 14:14:39 +0100" endDate="2017-08-15 14:20:39 +0100" value="0.00384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 15:03:23 +0100" startDate="2017-08-15 14:29:36 +0100" endDate="2017-08-15 14:39:12 +0100" value="0.35469"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 15:57:09 +0100" startDate="2017-08-15 15:03:40 +0100" endDate="2017-08-15 15:12:02 +0100" value="0.05576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 15:57:09 +0100" startDate="2017-08-15 15:15:26 +0100" endDate="2017-08-15 15:24:46 +0100" value="0.00856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 15:57:09 +0100" startDate="2017-08-15 15:24:46 +0100" endDate="2017-08-15 15:34:46 +0100" value="0.32308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 15:57:09 +0100" startDate="2017-08-15 15:34:46 +0100" endDate="2017-08-15 15:44:42 +0100" value="0.59921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 15:57:09 +0100" startDate="2017-08-15 15:44:42 +0100" endDate="2017-08-15 15:50:01 +0100" value="0.0382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 16:56:04 +0100" startDate="2017-08-15 16:33:09 +0100" endDate="2017-08-15 16:39:45 +0100" value="0.02536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 16:56:04 +0100" startDate="2017-08-15 16:41:45 +0100" endDate="2017-08-15 16:48:08 +0100" value="0.00719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 17:56:27 +0100" startDate="2017-08-15 17:37:32 +0100" endDate="2017-08-15 17:47:32 +0100" value="0.24397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 19:00:33 +0100" startDate="2017-08-15 17:47:32 +0100" endDate="2017-08-15 17:48:00 +0100" value="0.0055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 19:00:33 +0100" startDate="2017-08-15 18:08:10 +0100" endDate="2017-08-15 18:17:41 +0100" value="0.17637"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 19:00:33 +0100" startDate="2017-08-15 18:19:07 +0100" endDate="2017-08-15 18:27:04 +0100" value="0.05254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 19:00:33 +0100" startDate="2017-08-15 18:46:06 +0100" endDate="2017-08-15 18:52:32 +0100" value="0.01326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 20:03:36 +0100" startDate="2017-08-15 18:52:32 +0100" endDate="2017-08-15 19:00:43 +0100" value="0.0451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 20:03:36 +0100" startDate="2017-08-15 19:00:54 +0100" endDate="2017-08-15 19:09:02 +0100" value="0.03049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 20:03:36 +0100" startDate="2017-08-15 19:09:02 +0100" endDate="2017-08-15 19:15:08 +0100" value="0.0015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 20:03:36 +0100" startDate="2017-08-15 19:49:57 +0100" endDate="2017-08-15 19:58:43 +0100" value="0.00966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 20:55:30 +0100" startDate="2017-08-15 19:58:43 +0100" endDate="2017-08-15 20:05:10 +0100" value="0.04035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 22:02:44 +0100" startDate="2017-08-15 20:51:37 +0100" endDate="2017-08-15 21:00:15 +0100" value="0.05157"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 22:02:44 +0100" startDate="2017-08-15 21:19:20 +0100" endDate="2017-08-15 21:29:00 +0100" value="0.20401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-15 22:02:44 +0100" startDate="2017-08-15 21:29:00 +0100" endDate="2017-08-15 21:33:20 +0100" value="0.03833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 06:59:16 +0100" startDate="2017-08-16 05:47:38 +0100" endDate="2017-08-16 05:56:57 +0100" value="0.03768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 06:59:16 +0100" startDate="2017-08-16 06:03:49 +0100" endDate="2017-08-16 06:12:52 +0100" value="0.03826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 06:59:16 +0100" startDate="2017-08-16 06:12:52 +0100" endDate="2017-08-16 06:15:45 +0100" value="0.00637"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 06:59:16 +0100" startDate="2017-08-16 06:18:40 +0100" endDate="2017-08-16 06:28:34 +0100" value="0.25688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 06:59:16 +0100" startDate="2017-08-16 06:28:34 +0100" endDate="2017-08-16 06:38:33 +0100" value="0.59125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 06:59:16 +0100" startDate="2017-08-16 06:38:33 +0100" endDate="2017-08-16 06:41:23 +0100" value="0.05266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 08:00:50 +0100" startDate="2017-08-16 07:21:52 +0100" endDate="2017-08-16 07:29:39 +0100" value="0.0386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 08:00:50 +0100" startDate="2017-08-16 07:37:20 +0100" endDate="2017-08-16 07:44:31 +0100" value="0.04303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 08:00:50 +0100" startDate="2017-08-16 07:44:31 +0100" endDate="2017-08-16 07:48:30 +0100" value="0.02168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 10:59:58 +0100" startDate="2017-08-16 09:55:54 +0100" endDate="2017-08-16 10:04:57 +0100" value="0.17145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 10:59:58 +0100" startDate="2017-08-16 10:04:57 +0100" endDate="2017-08-16 10:09:55 +0100" value="0.21426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 10:59:58 +0100" startDate="2017-08-16 10:09:55 +0100" endDate="2017-08-16 10:17:50 +0100" value="0.00605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 10:59:58 +0100" startDate="2017-08-16 10:17:50 +0100" endDate="2017-08-16 10:27:49 +0100" value="0.3932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 10:59:58 +0100" startDate="2017-08-16 10:27:49 +0100" endDate="2017-08-16 10:37:47 +0100" value="0.6071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 10:59:58 +0100" startDate="2017-08-16 10:37:47 +0100" endDate="2017-08-16 10:43:25 +0100" value="0.27905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 11:56:58 +0100" startDate="2017-08-16 10:53:34 +0100" endDate="2017-08-16 11:03:33 +0100" value="0.36786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 11:56:58 +0100" startDate="2017-08-16 11:03:33 +0100" endDate="2017-08-16 11:10:15 +0100" value="0.39536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 11:56:58 +0100" startDate="2017-08-16 11:10:15 +0100" endDate="2017-08-16 11:16:01 +0100" value="0.02192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 11:56:58 +0100" startDate="2017-08-16 11:16:01 +0100" endDate="2017-08-16 11:24:22 +0100" value="0.03283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 11:56:58 +0100" startDate="2017-08-16 11:24:22 +0100" endDate="2017-08-16 11:27:10 +0100" value="0.00626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 11:56:58 +0100" startDate="2017-08-16 11:29:07 +0100" endDate="2017-08-16 11:35:38 +0100" value="0.03418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 12:57:17 +0100" startDate="2017-08-16 12:09:42 +0100" endDate="2017-08-16 12:17:16 +0100" value="0.03808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 12:57:17 +0100" startDate="2017-08-16 12:17:16 +0100" endDate="2017-08-16 12:27:14 +0100" value="0.07485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 12:57:17 +0100" startDate="2017-08-16 12:27:14 +0100" endDate="2017-08-16 12:33:56 +0100" value="0.60237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfca50&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 14:54:35 +0100" startDate="2017-08-16 14:19:56 +0100" endDate="2017-08-16 14:27:58 +0100" value="0.01456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 14:54:35 +0100" startDate="2017-08-16 14:28:43 +0100" endDate="2017-08-16 14:36:20 +0100" value="0.02241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 16:41:22 +0100" startDate="2017-08-16 15:05:40 +0100" endDate="2017-08-16 15:14:51 +0100" value="0.07448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 16:41:22 +0100" startDate="2017-08-16 15:14:51 +0100" endDate="2017-08-16 15:24:43 +0100" value="0.05681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 16:41:22 +0100" startDate="2017-08-16 15:24:43 +0100" endDate="2017-08-16 15:32:36 +0100" value="0.67859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 16:41:22 +0100" startDate="2017-08-16 15:32:36 +0100" endDate="2017-08-16 15:40:36 +0100" value="0.21284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 16:41:22 +0100" startDate="2017-08-16 16:24:06 +0100" endDate="2017-08-16 16:33:40 +0100" value="0.11446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 17:27:12 +0100" startDate="2017-08-16 16:33:40 +0100" endDate="2017-08-16 16:37:35 +0100" value="0.05154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 17:27:12 +0100" startDate="2017-08-16 16:41:26 +0100" endDate="2017-08-16 16:51:25 +0100" value="0.09714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 17:27:12 +0100" startDate="2017-08-16 16:51:25 +0100" endDate="2017-08-16 16:59:23 +0100" value="0.19666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 17:27:12 +0100" startDate="2017-08-16 16:59:23 +0100" endDate="2017-08-16 17:03:22 +0100" value="0.0179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 17:27:12 +0100" startDate="2017-08-16 17:06:14 +0100" endDate="2017-08-16 17:14:16 +0100" value="0.04501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 17:27:12 +0100" startDate="2017-08-16 17:14:34 +0100" endDate="2017-08-16 17:23:52 +0100" value="0.08661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 18:42:45 +0100" startDate="2017-08-16 17:23:52 +0100" endDate="2017-08-16 17:27:13 +0100" value="0.01438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 18:42:45 +0100" startDate="2017-08-16 17:39:03 +0100" endDate="2017-08-16 17:46:55 +0100" value="0.05422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 18:42:45 +0100" startDate="2017-08-16 18:10:07 +0100" endDate="2017-08-16 18:16:17 +0100" value="0.01322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 18:42:45 +0100" startDate="2017-08-16 18:16:17 +0100" endDate="2017-08-16 18:20:57 +0100" value="0.01169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 18:42:45 +0100" startDate="2017-08-16 18:22:43 +0100" endDate="2017-08-16 18:32:41 +0100" value="0.07927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 19:41:06 +0100" startDate="2017-08-16 18:38:58 +0100" endDate="2017-08-16 18:48:34 +0100" value="0.08816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 19:41:06 +0100" startDate="2017-08-16 18:53:21 +0100" endDate="2017-08-16 19:03:11 +0100" value="0.02081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 19:41:06 +0100" startDate="2017-08-16 19:03:11 +0100" endDate="2017-08-16 19:03:31 +0100" value="0.01626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 21:40:42 +0100" startDate="2017-08-16 21:28:23 +0100" endDate="2017-08-16 21:34:59 +0100" value="0.02154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 22:46:30 +0100" startDate="2017-08-16 21:34:59 +0100" endDate="2017-08-16 21:44:07 +0100" value="0.0085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 22:46:30 +0100" startDate="2017-08-16 21:44:09 +0100" endDate="2017-08-16 21:52:22 +0100" value="0.00678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 22:46:30 +0100" startDate="2017-08-16 22:05:43 +0100" endDate="2017-08-16 22:14:52 +0100" value="0.21349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-16 22:46:30 +0100" startDate="2017-08-16 22:14:52 +0100" endDate="2017-08-16 22:23:27 +0100" value="0.02846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 06:39:51 +0100" startDate="2017-08-17 06:05:49 +0100" endDate="2017-08-17 06:12:33 +0100" value="0.03512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 06:39:51 +0100" startDate="2017-08-17 06:12:33 +0100" endDate="2017-08-17 06:19:01 +0100" value="0.01267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 07:01:02 +0100" startDate="2017-08-17 06:30:00 +0100" endDate="2017-08-17 06:37:29 +0100" value="0.0168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 07:01:02 +0100" startDate="2017-08-17 06:39:20 +0100" endDate="2017-08-17 06:49:13 +0100" value="0.05364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 07:01:02 +0100" startDate="2017-08-17 06:49:13 +0100" endDate="2017-08-17 06:58:36 +0100" value="0.79173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 07:55:02 +0100" startDate="2017-08-17 06:58:36 +0100" endDate="2017-08-17 07:04:23 +0100" value="0.09275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 09:57:51 +0100" startDate="2017-08-17 08:54:19 +0100" endDate="2017-08-17 09:00:52 +0100" value="0.03052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 09:57:51 +0100" startDate="2017-08-17 09:36:17 +0100" endDate="2017-08-17 09:43:02 +0100" value="0.03061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 10:56:16 +0100" startDate="2017-08-17 09:55:01 +0100" endDate="2017-08-17 10:01:11 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 10:56:16 +0100" startDate="2017-08-17 10:22:45 +0100" endDate="2017-08-17 10:32:29 +0100" value="0.10041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 10:56:16 +0100" startDate="2017-08-17 10:32:29 +0100" endDate="2017-08-17 10:42:28 +0100" value="0.69827"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 10:56:16 +0100" startDate="2017-08-17 10:42:28 +0100" endDate="2017-08-17 10:48:04 +0100" value="0.1301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 11:58:21 +0100" startDate="2017-08-17 11:02:20 +0100" endDate="2017-08-17 11:11:07 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 11:58:21 +0100" startDate="2017-08-17 11:11:07 +0100" endDate="2017-08-17 11:21:04 +0100" value="0.18242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 11:58:21 +0100" startDate="2017-08-17 11:21:04 +0100" endDate="2017-08-17 11:29:31 +0100" value="0.69041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 11:58:21 +0100" startDate="2017-08-17 11:29:31 +0100" endDate="2017-08-17 11:34:39 +0100" value="0.05342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 12:58:35 +0100" startDate="2017-08-17 11:54:00 +0100" endDate="2017-08-17 12:00:46 +0100" value="0.04884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 12:58:35 +0100" startDate="2017-08-17 12:10:22 +0100" endDate="2017-08-17 12:17:59 +0100" value="0.06598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 13:54:34 +0100" startDate="2017-08-17 12:51:58 +0100" endDate="2017-08-17 12:59:53 +0100" value="0.06101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 13:54:34 +0100" startDate="2017-08-17 13:33:28 +0100" endDate="2017-08-17 13:41:20 +0100" value="0.06596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 13:54:34 +0100" startDate="2017-08-17 13:41:20 +0100" endDate="2017-08-17 13:46:28 +0100" value="0.03757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 16:03:34 +0100" startDate="2017-08-17 15:29:00 +0100" endDate="2017-08-17 15:35:23 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 16:54:51 +0100" startDate="2017-08-17 15:57:39 +0100" endDate="2017-08-17 16:07:10 +0100" value="0.06345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 16:54:51 +0100" startDate="2017-08-17 16:07:10 +0100" endDate="2017-08-17 16:17:08 +0100" value="0.53101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 16:54:51 +0100" startDate="2017-08-17 16:17:08 +0100" endDate="2017-08-17 16:25:25 +0100" value="0.4858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 16:54:51 +0100" startDate="2017-08-17 16:33:12 +0100" endDate="2017-08-17 16:39:45 +0100" value="0.02474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 16:54:51 +0100" startDate="2017-08-17 16:39:45 +0100" endDate="2017-08-17 16:46:29 +0100" value="0.03578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 18:00:26 +0100" startDate="2017-08-17 16:46:29 +0100" endDate="2017-08-17 16:52:25 +0100" value="0.0763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 18:00:26 +0100" startDate="2017-08-17 17:41:56 +0100" endDate="2017-08-17 17:51:46 +0100" value="0.26955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 18:56:23 +0100" startDate="2017-08-17 18:20:52 +0100" endDate="2017-08-17 18:30:51 +0100" value="0.01291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 18:56:23 +0100" startDate="2017-08-17 18:30:51 +0100" endDate="2017-08-17 18:40:08 +0100" value="0.01529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 18:56:23 +0100" startDate="2017-08-17 18:40:08 +0100" endDate="2017-08-17 18:47:48 +0100" value="0.02703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 19:54:48 +0100" startDate="2017-08-17 18:47:48 +0100" endDate="2017-08-17 18:51:37 +0100" value="0.00615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 21:57:20 +0100" startDate="2017-08-17 21:18:22 +0100" endDate="2017-08-17 21:24:40 +0100" value="0.02135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 22:55:15 +0100" startDate="2017-08-17 21:47:30 +0100" endDate="2017-08-17 21:57:30 +0100" value="0.22131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 22:55:15 +0100" startDate="2017-08-17 21:57:30 +0100" endDate="2017-08-17 22:02:00 +0100" value="0.01727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 22:55:15 +0100" startDate="2017-08-17 22:06:04 +0100" endDate="2017-08-17 22:12:30 +0100" value="0.01188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-17 23:59:38 +0100" startDate="2017-08-17 22:51:31 +0100" endDate="2017-08-17 22:57:39 +0100" value="0.0068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 06:55:26 +0100" startDate="2017-08-18 06:06:43 +0100" endDate="2017-08-18 06:15:06 +0100" value="0.03474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 06:55:26 +0100" startDate="2017-08-18 06:23:56 +0100" endDate="2017-08-18 06:30:49 +0100" value="0.0311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 06:55:26 +0100" startDate="2017-08-18 06:30:49 +0100" endDate="2017-08-18 06:34:37 +0100" value="0.01021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 06:55:26 +0100" startDate="2017-08-18 06:35:25 +0100" endDate="2017-08-18 06:45:22 +0100" value="0.08164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 06:55:26 +0100" startDate="2017-08-18 06:45:22 +0100" endDate="2017-08-18 06:54:50 +0100" value="0.79862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 07:54:35 +0100" startDate="2017-08-18 07:00:08 +0100" endDate="2017-08-18 07:10:07 +0100" value="0.18878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 07:54:35 +0100" startDate="2017-08-18 07:10:07 +0100" endDate="2017-08-18 07:20:06 +0100" value="0.86947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 07:54:35 +0100" startDate="2017-08-18 07:20:06 +0100" endDate="2017-08-18 07:29:20 +0100" value="0.27891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 07:54:35 +0100" startDate="2017-08-18 07:41:33 +0100" endDate="2017-08-18 07:51:27 +0100" value="0.00172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 08:56:07 +0100" startDate="2017-08-18 07:51:27 +0100" endDate="2017-08-18 08:01:21 +0100" value="0.86522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 08:56:07 +0100" startDate="2017-08-18 08:01:21 +0100" endDate="2017-08-18 08:04:58 +0100" value="0.25489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 08:56:07 +0100" startDate="2017-08-18 08:14:43 +0100" endDate="2017-08-18 08:20:55 +0100" value="0.00422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 09:55:53 +0100" startDate="2017-08-18 09:21:04 +0100" endDate="2017-08-18 09:27:47 +0100" value="0.01189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 10:58:26 +0100" startDate="2017-08-18 10:22:22 +0100" endDate="2017-08-18 10:32:22 +0100" value="0.26576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 10:58:26 +0100" startDate="2017-08-18 10:32:22 +0100" endDate="2017-08-18 10:42:20 +0100" value="0.51111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 10:58:26 +0100" startDate="2017-08-18 10:42:20 +0100" endDate="2017-08-18 10:47:08 +0100" value="0.40803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 12:01:11 +0100" startDate="2017-08-18 10:57:59 +0100" endDate="2017-08-18 11:04:24 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 12:01:11 +0100" startDate="2017-08-18 11:13:51 +0100" endDate="2017-08-18 11:20:39 +0100" value="0.05085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 12:01:11 +0100" startDate="2017-08-18 11:20:39 +0100" endDate="2017-08-18 11:28:42 +0100" value="0.06112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 12:01:11 +0100" startDate="2017-08-18 11:31:25 +0100" endDate="2017-08-18 11:37:53 +0100" value="0.02671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 12:01:11 +0100" startDate="2017-08-18 11:37:54 +0100" endDate="2017-08-18 11:47:48 +0100" value="0.00675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 12:59:47 +0100" startDate="2017-08-18 12:34:33 +0100" endDate="2017-08-18 12:43:31 +0100" value="0.07389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 12:59:47 +0100" startDate="2017-08-18 12:48:02 +0100" endDate="2017-08-18 12:54:02 +0100" value="0.0054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 13:56:37 +0100" startDate="2017-08-18 13:01:51 +0100" endDate="2017-08-18 13:09:20 +0100" value="0.02614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 13:56:37 +0100" startDate="2017-08-18 13:21:39 +0100" endDate="2017-08-18 13:30:29 +0100" value="0.04434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 13:56:37 +0100" startDate="2017-08-18 13:30:29 +0100" endDate="2017-08-18 13:40:24 +0100" value="0.06258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 13:56:37 +0100" startDate="2017-08-18 13:40:24 +0100" endDate="2017-08-18 13:50:23 +0100" value="0.20571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 14:59:14 +0100" startDate="2017-08-18 13:50:23 +0100" endDate="2017-08-18 14:00:03 +0100" value="0.46183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 14:59:14 +0100" startDate="2017-08-18 14:00:03 +0100" endDate="2017-08-18 14:09:11 +0100" value="0.33867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 17:03:19 +0100" startDate="2017-08-18 15:48:31 +0100" endDate="2017-08-18 15:58:07 +0100" value="0.06278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 17:03:19 +0100" startDate="2017-08-18 15:58:07 +0100" endDate="2017-08-18 16:06:57 +0100" value="0.10701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 17:03:19 +0100" startDate="2017-08-18 16:19:15 +0100" endDate="2017-08-18 16:26:23 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 17:03:19 +0100" startDate="2017-08-18 16:51:09 +0100" endDate="2017-08-18 16:59:21 +0100" value="0.01832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 17:56:38 +0100" startDate="2017-08-18 16:59:21 +0100" endDate="2017-08-18 17:03:12 +0100" value="0.05169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 17:56:38 +0100" startDate="2017-08-18 17:33:32 +0100" endDate="2017-08-18 17:43:01 +0100" value="0.03139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 20:02:28 +0100" startDate="2017-08-18 18:49:59 +0100" endDate="2017-08-18 18:59:20 +0100" value="0.0171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-18 21:56:02 +0100" startDate="2017-08-18 20:59:40 +0100" endDate="2017-08-18 21:06:46 +0100" value="0.04212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 03:57:44 +0100" startDate="2017-08-19 03:09:53 +0100" endDate="2017-08-19 03:16:06 +0100" value="0.00913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 03:57:44 +0100" startDate="2017-08-19 03:16:06 +0100" endDate="2017-08-19 03:25:45 +0100" value="0.09647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 03:57:44 +0100" startDate="2017-08-19 03:25:45 +0100" endDate="2017-08-19 03:35:23 +0100" value="0.2762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 04:55:01 +0100" startDate="2017-08-19 04:06:04 +0100" endDate="2017-08-19 04:15:47 +0100" value="0.04983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 04:55:01 +0100" startDate="2017-08-19 04:15:47 +0100" endDate="2017-08-19 04:18:57 +0100" value="0.08748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 07:01:13 +0100" startDate="2017-08-19 06:04:49 +0100" endDate="2017-08-19 06:14:48 +0100" value="0.1614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 07:01:13 +0100" startDate="2017-08-19 06:14:48 +0100" endDate="2017-08-19 06:24:47 +0100" value="0.33465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 07:01:13 +0100" startDate="2017-08-19 06:24:47 +0100" endDate="2017-08-19 06:34:18 +0100" value="0.40796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 07:01:13 +0100" startDate="2017-08-19 06:34:18 +0100" endDate="2017-08-19 06:44:17 +0100" value="0.26994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 07:01:13 +0100" startDate="2017-08-19 06:44:17 +0100" endDate="2017-08-19 06:53:04 +0100" value="0.41118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 07:57:08 +0100" startDate="2017-08-19 06:53:04 +0100" endDate="2017-08-19 07:03:02 +0100" value="0.01359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 07:57:08 +0100" startDate="2017-08-19 07:03:02 +0100" endDate="2017-08-19 07:09:02 +0100" value="0.05904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 08:56:28 +0100" startDate="2017-08-19 08:06:26 +0100" endDate="2017-08-19 08:13:02 +0100" value="0.01789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 08:56:28 +0100" startDate="2017-08-19 08:33:43 +0100" endDate="2017-08-19 08:43:42 +0100" value="0.04452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 08:56:28 +0100" startDate="2017-08-19 08:43:42 +0100" endDate="2017-08-19 08:53:40 +0100" value="0.13919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 08:53:40 +0100" endDate="2017-08-19 09:03:39 +0100" value="0.60519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 09:03:39 +0100" endDate="2017-08-19 09:13:09 +0100" value="0.38301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 09:13:09 +0100" endDate="2017-08-19 09:22:48 +0100" value="0.17521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 09:22:48 +0100" endDate="2017-08-19 09:31:55 +0100" value="0.43387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 09:31:55 +0100" endDate="2017-08-19 09:39:40 +0100" value="0.01032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 09:39:40 +0100" endDate="2017-08-19 09:49:38 +0100" value="0.51989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 10:01:46 +0100" startDate="2017-08-19 09:49:38 +0100" endDate="2017-08-19 09:59:36 +0100" value="0.6481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 10:55:42 +0100" startDate="2017-08-19 09:59:36 +0100" endDate="2017-08-19 10:05:20 +0100" value="0.00923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 10:55:42 +0100" startDate="2017-08-19 10:07:32 +0100" endDate="2017-08-19 10:16:51 +0100" value="0.0093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 10:55:42 +0100" startDate="2017-08-19 10:16:51 +0100" endDate="2017-08-19 10:22:02 +0100" value="0.17562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 10:55:42 +0100" startDate="2017-08-19 10:37:42 +0100" endDate="2017-08-19 10:46:58 +0100" value="0.14379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 12:00:48 +0100" startDate="2017-08-19 11:07:48 +0100" endDate="2017-08-19 11:14:34 +0100" value="0.0361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 16:01:31 +0100" startDate="2017-08-19 14:55:12 +0100" endDate="2017-08-19 15:04:59 +0100" value="0.03375"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 18:03:42 +0100" startDate="2017-08-19 16:59:54 +0100" endDate="2017-08-19 17:09:51 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 18:03:42 +0100" startDate="2017-08-19 17:09:51 +0100" endDate="2017-08-19 17:18:38 +0100" value="0.03925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 19:56:41 +0100" startDate="2017-08-19 18:52:20 +0100" endDate="2017-08-19 19:02:00 +0100" value="0.05945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 19:56:41 +0100" startDate="2017-08-19 19:02:00 +0100" endDate="2017-08-19 19:11:58 +0100" value="0.01438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 19:56:41 +0100" startDate="2017-08-19 19:11:58 +0100" endDate="2017-08-19 19:21:57 +0100" value="0.67027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 19:56:41 +0100" startDate="2017-08-19 19:21:57 +0100" endDate="2017-08-19 19:31:54 +0100" value="0.90269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 19:56:41 +0100" startDate="2017-08-19 19:31:54 +0100" endDate="2017-08-19 19:41:34 +0100" value="0.50529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-19 21:54:49 +0100" startDate="2017-08-19 21:29:52 +0100" endDate="2017-08-19 21:36:20 +0100" value="0.00766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 00:58:05 +0100" startDate="2017-08-20 00:25:27 +0100" endDate="2017-08-20 00:35:26 +0100" value="0.04544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 00:58:05 +0100" startDate="2017-08-20 00:35:26 +0100" endDate="2017-08-20 00:45:17 +0100" value="0.68506"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 00:58:05 +0100" startDate="2017-08-20 00:45:17 +0100" endDate="2017-08-20 00:54:58 +0100" value="0.47488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 01:56:58 +0100" startDate="2017-08-20 00:54:58 +0100" endDate="2017-08-20 01:04:57 +0100" value="0.08822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 01:56:58 +0100" startDate="2017-08-20 01:04:57 +0100" endDate="2017-08-20 01:05:00 +0100" value="0.0021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 01:56:58 +0100" startDate="2017-08-20 01:09:56 +0100" endDate="2017-08-20 01:19:52 +0100" value="0.15238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 01:56:58 +0100" startDate="2017-08-20 01:19:52 +0100" endDate="2017-08-20 01:29:48 +0100" value="0.30919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 01:56:58 +0100" startDate="2017-08-20 01:29:48 +0100" endDate="2017-08-20 01:39:46 +0100" value="0.23548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 01:56:58 +0100" startDate="2017-08-20 01:39:46 +0100" endDate="2017-08-20 01:49:41 +0100" value="0.42668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 02:56:20 +0100" startDate="2017-08-20 01:49:41 +0100" endDate="2017-08-20 01:59:27 +0100" value="0.2051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 02:56:20 +0100" startDate="2017-08-20 01:59:27 +0100" endDate="2017-08-20 02:08:44 +0100" value="0.10966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 02:56:20 +0100" startDate="2017-08-20 02:08:50 +0100" endDate="2017-08-20 02:18:47 +0100" value="0.18519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 02:56:20 +0100" startDate="2017-08-20 02:18:47 +0100" endDate="2017-08-20 02:28:45 +0100" value="0.20507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 02:56:20 +0100" startDate="2017-08-20 02:28:45 +0100" endDate="2017-08-20 02:29:59 +0100" value="0.01632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 02:56:20 +0100" startDate="2017-08-20 02:41:58 +0100" endDate="2017-08-20 02:51:55 +0100" value="0.24664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 04:05:06 +0100" startDate="2017-08-20 02:51:55 +0100" endDate="2017-08-20 03:01:53 +0100" value="0.93341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 04:05:06 +0100" startDate="2017-08-20 03:01:53 +0100" endDate="2017-08-20 03:11:52 +0100" value="0.81979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 04:05:06 +0100" startDate="2017-08-20 03:11:52 +0100" endDate="2017-08-20 03:21:48 +0100" value="0.65874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 09:58:02 +0100" startDate="2017-08-20 09:35:33 +0100" endDate="2017-08-20 09:44:06 +0100" value="0.12897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 11:06:01 +0100" startDate="2017-08-20 10:31:05 +0100" endDate="2017-08-20 10:38:50 +0100" value="0.0676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 14:56:16 +0100" endDate="2017-08-20 14:57:19 +0100" value="0.01922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 14:57:19 +0100" endDate="2017-08-20 14:58:20 +0100" value="0.05346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 14:58:20 +0100" endDate="2017-08-20 15:00:38 +0100" value="0.01142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:01:56 +0100" endDate="2017-08-20 15:04:01 +0100" value="0.00628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:04:01 +0100" endDate="2017-08-20 15:06:08 +0100" value="0.04084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:06:08 +0100" endDate="2017-08-20 15:07:09 +0100" value="0.01057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:07:09 +0100" endDate="2017-08-20 15:08:40 +0100" value="0.03781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:08:40 +0100" endDate="2017-08-20 15:09:42 +0100" value="0.01348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:17:45 +0100" endDate="2017-08-20 15:18:46 +0100" value="0.04139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:18:46 +0100" endDate="2017-08-20 15:19:47 +0100" value="0.0386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:19:47 +0100" endDate="2017-08-20 15:21:19 +0100" value="0.03879"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:21:19 +0100" endDate="2017-08-20 15:22:43 +0100" value="0.02263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:32:30 +0100" startDate="2017-08-20 15:30:23 +0100" endDate="2017-08-20 15:31:31 +0100" value="0.01024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 15:55:13 +0100" startDate="2017-08-20 15:31:31 +0100" endDate="2017-08-20 15:32:17 +0100" value="0.03721"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 18:54:49 +0100" startDate="2017-08-20 18:20:22 +0100" endDate="2017-08-20 18:26:50 +0100" value="0.0068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 22:49:23 +0100" startDate="2017-08-20 20:18:33 +0100" endDate="2017-08-20 20:24:35 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 22:49:23 +0100" startDate="2017-08-20 20:32:15 +0100" endDate="2017-08-20 20:38:28 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-20 22:49:23 +0100" startDate="2017-08-20 22:33:04 +0100" endDate="2017-08-20 22:41:11 +0100" value="0.04329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 10:59:30 +0100" startDate="2017-08-21 10:20:07 +0100" endDate="2017-08-21 10:30:01 +0100" value="0.19201"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 10:59:30 +0100" startDate="2017-08-21 10:30:01 +0100" endDate="2017-08-21 10:38:19 +0100" value="0.16741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 10:59:30 +0100" startDate="2017-08-21 10:38:19 +0100" endDate="2017-08-21 10:46:51 +0100" value="0.2134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 12:03:01 +0100" startDate="2017-08-21 11:46:50 +0100" endDate="2017-08-21 11:56:47 +0100" value="0.28164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 12:59:36 +0100" startDate="2017-08-21 11:56:47 +0100" endDate="2017-08-21 12:02:52 +0100" value="0.10426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 12:59:36 +0100" startDate="2017-08-21 12:03:09 +0100" endDate="2017-08-21 12:09:37 +0100" value="0.01659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 14:02:41 +0100" startDate="2017-08-21 12:52:55 +0100" endDate="2017-08-21 13:01:40 +0100" value="0.05197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 14:02:41 +0100" startDate="2017-08-21 13:07:56 +0100" endDate="2017-08-21 13:16:57 +0100" value="0.0043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 14:02:41 +0100" startDate="2017-08-21 13:16:57 +0100" endDate="2017-08-21 13:19:58 +0100" value="0.0152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 14:02:41 +0100" startDate="2017-08-21 13:23:10 +0100" endDate="2017-08-21 13:32:41 +0100" value="0.02604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 15:02:19 +0100" startDate="2017-08-21 14:43:49 +0100" endDate="2017-08-21 14:50:17 +0100" value="0.02268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 15:59:33 +0100" startDate="2017-08-21 15:04:55 +0100" endDate="2017-08-21 15:14:55 +0100" value="0.09412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 15:59:33 +0100" startDate="2017-08-21 15:14:55 +0100" endDate="2017-08-21 15:19:35 +0100" value="0.38556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 15:59:33 +0100" startDate="2017-08-21 15:21:11 +0100" endDate="2017-08-21 15:31:10 +0100" value="0.09292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 15:59:33 +0100" startDate="2017-08-21 15:31:10 +0100" endDate="2017-08-21 15:41:10 +0100" value="0.32591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 15:59:33 +0100" startDate="2017-08-21 15:41:10 +0100" endDate="2017-08-21 15:50:04 +0100" value="0.17621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 17:02:45 +0100" startDate="2017-08-21 16:00:02 +0100" endDate="2017-08-21 16:08:52 +0100" value="0.01796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 18:02:01 +0100" startDate="2017-08-21 17:06:46 +0100" endDate="2017-08-21 17:16:43 +0100" value="0.19143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 18:02:01 +0100" startDate="2017-08-21 17:16:43 +0100" endDate="2017-08-21 17:26:41 +0100" value="0.02904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 18:02:01 +0100" startDate="2017-08-21 17:26:41 +0100" endDate="2017-08-21 17:36:41 +0100" value="0.15639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 18:02:01 +0100" startDate="2017-08-21 17:36:41 +0100" endDate="2017-08-21 17:37:24 +0100" value="0.00301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 20:04:54 +0100" startDate="2017-08-21 19:30:46 +0100" endDate="2017-08-21 19:37:06 +0100" value="0.0069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 21:09:25 +0100" startDate="2017-08-21 20:53:26 +0100" endDate="2017-08-21 21:02:43 +0100" value="0.07659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 22:00:03 +0100" startDate="2017-08-21 21:02:43 +0100" endDate="2017-08-21 21:08:24 +0100" value="0.03878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 22:00:03 +0100" startDate="2017-08-21 21:11:50 +0100" endDate="2017-08-21 21:18:18 +0100" value="0.01148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfeda0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-21 23:08:49 +0100" startDate="2017-08-21 21:50:44 +0100" endDate="2017-08-21 21:57:55 +0100" value="0.03342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 07:59:23 +0100" startDate="2017-08-22 07:39:18 +0100" endDate="2017-08-22 07:49:18 +0100" value="0.01048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 07:59:23 +0100" startDate="2017-08-22 07:49:18 +0100" endDate="2017-08-22 07:49:23 +0100" value="0.005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 10:00:22 +0100" startDate="2017-08-22 09:36:40 +0100" endDate="2017-08-22 09:42:48 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 16:02:33 +0100" startDate="2017-08-22 15:28:49 +0100" endDate="2017-08-22 15:38:18 +0100" value="0.05091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 16:02:33 +0100" startDate="2017-08-22 15:38:18 +0100" endDate="2017-08-22 15:48:17 +0100" value="0.52276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 16:02:33 +0100" startDate="2017-08-22 15:48:17 +0100" endDate="2017-08-22 15:58:17 +0100" value="0.70864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 16:59:34 +0100" startDate="2017-08-22 15:58:17 +0100" endDate="2017-08-22 16:08:16 +0100" value="0.76436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 16:59:34 +0100" startDate="2017-08-22 16:08:16 +0100" endDate="2017-08-22 16:18:12 +0100" value="0.41332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 16:59:34 +0100" startDate="2017-08-22 16:18:12 +0100" endDate="2017-08-22 16:28:11 +0100" value="0.59691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 16:59:34 +0100" startDate="2017-08-22 16:28:11 +0100" endDate="2017-08-22 16:38:07 +0100" value="0.61158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 16:59:34 +0100" startDate="2017-08-22 16:38:07 +0100" endDate="2017-08-22 16:48:06 +0100" value="0.56149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 16:59:34 +0100" startDate="2017-08-22 16:48:06 +0100" endDate="2017-08-22 16:57:55 +0100" value="0.48267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-22 22:02:10 +0100" startDate="2017-08-22 21:09:10 +0100" endDate="2017-08-22 21:18:10 +0100" value="0.01961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 08:01:17 +0100" startDate="2017-08-23 06:59:34 +0100" endDate="2017-08-23 07:06:02 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 12:04:33 +0100" startDate="2017-08-23 11:00:02 +0100" endDate="2017-08-23 11:06:48 +0100" value="0.00636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 15:03:54 +0100" startDate="2017-08-23 14:26:27 +0100" endDate="2017-08-23 14:36:26 +0100" value="0.25526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 15:03:54 +0100" startDate="2017-08-23 14:36:26 +0100" endDate="2017-08-23 14:46:24 +0100" value="0.72202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 15:03:54 +0100" startDate="2017-08-23 14:46:24 +0100" endDate="2017-08-23 14:56:22 +0100" value="0.58344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 14:56:22 +0100" endDate="2017-08-23 15:03:55 +0100" value="0.49206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 15:03:55 +0100" endDate="2017-08-23 15:10:22 +0100" value="0.16322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 15:10:34 +0100" endDate="2017-08-23 15:20:33 +0100" value="0.23852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 15:20:33 +0100" endDate="2017-08-23 15:30:31 +0100" value="0.56063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 15:30:31 +0100" endDate="2017-08-23 15:40:30 +0100" value="0.27651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 15:40:30 +0100" endDate="2017-08-23 15:50:29 +0100" value="0.41296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 16:04:26 +0100" startDate="2017-08-23 15:50:29 +0100" endDate="2017-08-23 16:00:27 +0100" value="0.41876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 16:59:43 +0100" startDate="2017-08-23 16:00:27 +0100" endDate="2017-08-23 16:10:26 +0100" value="0.40369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 16:59:43 +0100" startDate="2017-08-23 16:10:26 +0100" endDate="2017-08-23 16:20:25 +0100" value="0.6764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 16:59:43 +0100" startDate="2017-08-23 16:20:25 +0100" endDate="2017-08-23 16:28:15 +0100" value="0.21471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 16:59:43 +0100" startDate="2017-08-23 16:35:49 +0100" endDate="2017-08-23 16:42:01 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 16:59:43 +0100" startDate="2017-08-23 16:42:01 +0100" endDate="2017-08-23 16:48:21 +0100" value="0.01008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 18:01:21 +0100" startDate="2017-08-23 16:58:36 +0100" endDate="2017-08-23 17:06:43 +0100" value="0.01974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 22:00:14 +0100" startDate="2017-08-23 21:12:43 +0100" endDate="2017-08-23 21:21:33 +0100" value="0.02676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 22:00:14 +0100" startDate="2017-08-23 21:35:01 +0100" endDate="2017-08-23 21:42:56 +0100" value="0.006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 22:00:14 +0100" startDate="2017-08-23 21:48:59 +0100" endDate="2017-08-23 21:58:34 +0100" value="0.01146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 23:04:13 +0100" startDate="2017-08-23 22:09:23 +0100" endDate="2017-08-23 22:15:58 +0100" value="0.00516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-23 23:04:13 +0100" startDate="2017-08-23 22:16:49 +0100" endDate="2017-08-23 22:22:59 +0100" value="0.00504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-24 09:59:32 +0100" startDate="2017-08-24 08:53:23 +0100" endDate="2017-08-24 09:00:14 +0100" value="0.01428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-24 09:59:32 +0100" startDate="2017-08-24 09:23:32 +0100" endDate="2017-08-24 09:29:53 +0100" value="0.0069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-24 12:00:12 +0100" startDate="2017-08-24 11:39:47 +0100" endDate="2017-08-24 11:46:12 +0100" value="0.01396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-24 12:00:12 +0100" startDate="2017-08-24 11:46:12 +0100" endDate="2017-08-24 11:51:09 +0100" value="0.0021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-24 15:10:59 +0100" startDate="2017-08-24 14:08:47 +0100" endDate="2017-08-24 14:17:22 +0100" value="0.06397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-24 19:08:21 +0100" startDate="2017-08-24 17:58:38 +0100" endDate="2017-08-24 18:07:31 +0100" value="0.08572"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-24 19:08:21 +0100" startDate="2017-08-24 18:07:31 +0100" endDate="2017-08-24 18:11:24 +0100" value="0.04788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-24 21:00:00 +0100" startDate="2017-08-24 20:09:03 +0100" endDate="2017-08-24 20:15:14 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-24 22:05:51 +0100" startDate="2017-08-24 21:16:15 +0100" endDate="2017-08-24 21:25:32 +0100" value="0.00504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-24 23:02:12 +0100" startDate="2017-08-24 22:07:40 +0100" endDate="2017-08-24 22:17:40 +0100" value="0.07876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-24 23:02:12 +0100" startDate="2017-08-24 22:17:40 +0100" endDate="2017-08-24 22:27:38 +0100" value="0.05576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-24 23:02:12 +0100" startDate="2017-08-24 22:27:38 +0100" endDate="2017-08-24 22:27:56 +0100" value="0.00043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 07:34:04 +0100" startDate="2017-08-25 05:34:14 +0100" endDate="2017-08-25 05:40:19 +0100" value="0.01056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 07:34:04 +0100" startDate="2017-08-25 06:09:11 +0100" endDate="2017-08-25 06:15:18 +0100" value="0.01152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 07:34:04 +0100" startDate="2017-08-25 07:04:46 +0100" endDate="2017-08-25 07:14:43 +0100" value="0.02399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 09:41:49 +0100" startDate="2017-08-25 08:12:24 +0100" endDate="2017-08-25 08:22:20 +0100" value="0.08856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 09:41:49 +0100" startDate="2017-08-25 08:22:20 +0100" endDate="2017-08-25 08:28:21 +0100" value="0.15219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 09:41:49 +0100" startDate="2017-08-25 08:33:13 +0100" endDate="2017-08-25 08:42:57 +0100" value="0.16459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 09:41:49 +0100" startDate="2017-08-25 08:42:57 +0100" endDate="2017-08-25 08:46:36 +0100" value="0.05511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 09:41:49 +0100" startDate="2017-08-25 09:23:36 +0100" endDate="2017-08-25 09:33:33 +0100" value="0.1165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 10:01:07 +0100" startDate="2017-08-25 09:33:33 +0100" endDate="2017-08-25 09:42:17 +0100" value="0.03638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 11:03:20 +0100" startDate="2017-08-25 10:03:03 +0100" endDate="2017-08-25 10:09:54 +0100" value="0.01083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 11:03:20 +0100" startDate="2017-08-25 10:11:37 +0100" endDate="2017-08-25 10:21:36 +0100" value="0.10515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 11:03:20 +0100" startDate="2017-08-25 10:21:36 +0100" endDate="2017-08-25 10:23:05 +0100" value="0.04188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 12:01:54 +0100" startDate="2017-08-25 10:57:33 +0100" endDate="2017-08-25 11:07:32 +0100" value="0.17712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 12:01:54 +0100" startDate="2017-08-25 11:07:32 +0100" endDate="2017-08-25 11:17:31 +0100" value="0.52053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 12:01:54 +0100" startDate="2017-08-25 11:17:31 +0100" endDate="2017-08-25 11:27:30 +0100" value="0.35931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 12:01:54 +0100" startDate="2017-08-25 11:27:30 +0100" endDate="2017-08-25 11:37:29 +0100" value="0.45775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 12:01:54 +0100" startDate="2017-08-25 11:37:29 +0100" endDate="2017-08-25 11:47:29 +0100" value="0.39886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 12:01:54 +0100" startDate="2017-08-25 11:47:29 +0100" endDate="2017-08-25 11:57:29 +0100" value="0.69001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 13:00:28 +0100" startDate="2017-08-25 11:57:29 +0100" endDate="2017-08-25 12:07:19 +0100" value="0.37758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 13:00:28 +0100" startDate="2017-08-25 12:07:19 +0100" endDate="2017-08-25 12:13:48 +0100" value="0.3025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 13:00:28 +0100" startDate="2017-08-25 12:13:48 +0100" endDate="2017-08-25 12:19:59 +0100" value="0.04452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 14:00:10 +0100" startDate="2017-08-25 12:54:29 +0100" endDate="2017-08-25 13:01:48 +0100" value="0.0315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 14:00:10 +0100" startDate="2017-08-25 13:11:55 +0100" endDate="2017-08-25 13:21:54 +0100" value="0.19879"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 14:00:10 +0100" startDate="2017-08-25 13:21:54 +0100" endDate="2017-08-25 13:27:32 +0100" value="0.22005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 14:00:10 +0100" startDate="2017-08-25 13:28:21 +0100" endDate="2017-08-25 13:38:20 +0100" value="0.16622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 14:00:10 +0100" startDate="2017-08-25 13:38:20 +0100" endDate="2017-08-25 13:39:39 +0100" value="0.09972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 14:00:10 +0100" startDate="2017-08-25 13:45:53 +0100" endDate="2017-08-25 13:55:52 +0100" value="0.19137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 14:08:12 +0100" startDate="2017-08-25 14:05:57 +0100" endDate="2017-08-25 14:06:58 +0100" value="0.05703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 14:08:12 +0100" startDate="2017-08-25 14:06:58 +0100" endDate="2017-08-25 14:07:59 +0100" value="0.0673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 15:01:21 +0100" startDate="2017-08-25 14:07:59 +0100" endDate="2017-08-25 14:17:26 +0100" value="0.49542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 15:01:21 +0100" startDate="2017-08-25 14:17:26 +0100" endDate="2017-08-25 14:27:23 +0100" value="0.39869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 15:01:21 +0100" startDate="2017-08-25 14:27:23 +0100" endDate="2017-08-25 14:31:17 +0100" value="0.17421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 15:01:21 +0100" startDate="2017-08-25 14:32:14 +0100" endDate="2017-08-25 14:40:03 +0100" value="0.03631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 15:01:21 +0100" startDate="2017-08-25 14:40:03 +0100" endDate="2017-08-25 14:49:38 +0100" value="0.15735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 15:01:21 +0100" startDate="2017-08-25 14:49:38 +0100" endDate="2017-08-25 14:52:18 +0100" value="0.02691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 15:23:18 +0100" startDate="2017-08-25 15:09:05 +0100" endDate="2017-08-25 15:11:21 +0100" value="0.00774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 15:23:18 +0100" startDate="2017-08-25 15:11:21 +0100" endDate="2017-08-25 15:11:23 +0100" value="0.0081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 15:23:18 +0100" startDate="2017-08-25 15:17:53 +0100" endDate="2017-08-25 15:20:13 +0100" value="0.01656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 15:23:18 +0100" startDate="2017-08-25 15:20:13 +0100" endDate="2017-08-25 15:20:44 +0100" value="0.0024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 16:57:15 +0100" startDate="2017-08-25 16:21:34 +0100" endDate="2017-08-25 16:22:35 +0100" value="0.03966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 16:57:15 +0100" startDate="2017-08-25 16:22:35 +0100" endDate="2017-08-25 16:23:11 +0100" value="0.00791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 16:57:15 +0100" startDate="2017-08-25 16:28:53 +0100" endDate="2017-08-25 16:33:15 +0100" value="0.007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 16:57:15 +0100" startDate="2017-08-25 16:33:15 +0100" endDate="2017-08-25 16:34:06 +0100" value="0.02645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 17:09:21 +0100" startDate="2017-08-25 16:52:10 +0100" endDate="2017-08-25 17:02:09 +0100" value="0.15661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 18:00:51 +0100" startDate="2017-08-25 17:02:09 +0100" endDate="2017-08-25 17:12:07 +0100" value="0.69538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 18:00:51 +0100" startDate="2017-08-25 17:12:07 +0100" endDate="2017-08-25 17:21:52 +0100" value="0.33744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 18:59:53 +0100" startDate="2017-08-25 18:26:17 +0100" endDate="2017-08-25 18:36:16 +0100" value="0.19537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 18:59:53 +0100" startDate="2017-08-25 18:36:16 +0100" endDate="2017-08-25 18:46:04 +0100" value="0.58436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 18:59:53 +0100" startDate="2017-08-25 18:46:04 +0100" endDate="2017-08-25 18:56:02 +0100" value="0.23962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 19:59:58 +0100" startDate="2017-08-25 19:20:58 +0100" endDate="2017-08-25 19:27:26 +0100" value="0.01818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 19:59:58 +0100" startDate="2017-08-25 19:27:26 +0100" endDate="2017-08-25 19:37:15 +0100" value="0.02452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-25 22:04:06 +0100" startDate="2017-08-25 21:35:48 +0100" endDate="2017-08-25 21:45:47 +0100" value="0.05983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 06:21:46 +0100" startDate="2017-08-26 06:13:41 +0100" endDate="2017-08-26 06:14:17 +0100" value="0.007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 06:22:52 +0100" startDate="2017-08-26 06:21:34 +0100" endDate="2017-08-26 06:22:10 +0100" value="0.01817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 07:00:40 +0100" startDate="2017-08-26 06:22:10 +0100" endDate="2017-08-26 06:32:09 +0100" value="0.0073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 07:00:40 +0100" startDate="2017-08-26 06:32:09 +0100" endDate="2017-08-26 06:32:11 +0100" value="0.00176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 07:00:40 +0100" startDate="2017-08-26 06:45:31 +0100" endDate="2017-08-26 06:52:04 +0100" value="0.02799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 09:59:37 +0100" startDate="2017-08-26 09:45:38 +0100" endDate="2017-08-26 09:53:34 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 10:59:28 +0100" startDate="2017-08-26 10:01:30 +0100" endDate="2017-08-26 10:11:29 +0100" value="0.06106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 12:05:15 +0100" startDate="2017-08-26 10:53:37 +0100" endDate="2017-08-26 11:00:00 +0100" value="0.01922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 12:05:15 +0100" startDate="2017-08-26 11:06:50 +0100" endDate="2017-08-26 11:16:49 +0100" value="0.02839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 12:05:15 +0100" startDate="2017-08-26 11:16:49 +0100" endDate="2017-08-26 11:21:49 +0100" value="0.13814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 12:05:15 +0100" startDate="2017-08-26 11:21:49 +0100" endDate="2017-08-26 11:26:52 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 12:05:15 +0100" startDate="2017-08-26 11:36:29 +0100" endDate="2017-08-26 11:46:28 +0100" value="0.10931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 12:05:15 +0100" startDate="2017-08-26 11:46:28 +0100" endDate="2017-08-26 11:56:27 +0100" value="0.26184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 12:59:31 +0100" startDate="2017-08-26 11:56:27 +0100" endDate="2017-08-26 11:57:33 +0100" value="0.04635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 12:59:31 +0100" startDate="2017-08-26 12:08:37 +0100" endDate="2017-08-26 12:18:35 +0100" value="0.24638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 12:59:31 +0100" startDate="2017-08-26 12:18:35 +0100" endDate="2017-08-26 12:28:35 +0100" value="0.19266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 12:59:31 +0100" startDate="2017-08-26 12:28:35 +0100" endDate="2017-08-26 12:38:34 +0100" value="0.44022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 12:59:31 +0100" startDate="2017-08-26 12:38:34 +0100" endDate="2017-08-26 12:46:59 +0100" value="0.0799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 13:28:34 +0100" startDate="2017-08-26 13:20:57 +0100" endDate="2017-08-26 13:21:58 +0100" value="0.0146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 14:07:14 +0100" startDate="2017-08-26 13:27:57 +0100" endDate="2017-08-26 13:33:45 +0100" value="0.30782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 16:01:20 +0100" startDate="2017-08-26 15:02:44 +0100" endDate="2017-08-26 15:12:40 +0100" value="0.02697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 16:01:20 +0100" startDate="2017-08-26 15:12:40 +0100" endDate="2017-08-26 15:14:17 +0100" value="0.00308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 17:03:33 +0100" startDate="2017-08-26 15:51:31 +0100" endDate="2017-08-26 16:01:17 +0100" value="0.19909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 17:03:33 +0100" startDate="2017-08-26 16:06:29 +0100" endDate="2017-08-26 16:12:35 +0100" value="0.00432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 18:00:09 +0100" startDate="2017-08-26 17:28:25 +0100" endDate="2017-08-26 17:38:24 +0100" value="0.29022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 18:00:09 +0100" startDate="2017-08-26 17:38:24 +0100" endDate="2017-08-26 17:45:11 +0100" value="0.50291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 18:00:09 +0100" startDate="2017-08-26 17:46:41 +0100" endDate="2017-08-26 17:53:22 +0100" value="0.00408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 19:03:02 +0100" startDate="2017-08-26 17:53:22 +0100" endDate="2017-08-26 18:03:21 +0100" value="0.33017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 19:03:02 +0100" startDate="2017-08-26 18:03:21 +0100" endDate="2017-08-26 18:11:50 +0100" value="0.27456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 19:03:02 +0100" startDate="2017-08-26 18:11:50 +0100" endDate="2017-08-26 18:14:33 +0100" value="0.00834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 19:03:02 +0100" startDate="2017-08-26 18:33:25 +0100" endDate="2017-08-26 18:39:43 +0100" value="0.00977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 19:03:02 +0100" startDate="2017-08-26 18:48:43 +0100" endDate="2017-08-26 18:58:42 +0100" value="0.11178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 20:08:39 +0100" startDate="2017-08-26 18:58:42 +0100" endDate="2017-08-26 19:07:36 +0100" value="0.28037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 20:08:39 +0100" startDate="2017-08-26 19:07:36 +0100" endDate="2017-08-26 19:10:34 +0100" value="0.012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 21:05:14 +0100" startDate="2017-08-26 20:10:43 +0100" endDate="2017-08-26 20:20:42 +0100" value="0.15936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 21:05:14 +0100" startDate="2017-08-26 20:20:42 +0100" endDate="2017-08-26 20:30:40 +0100" value="0.35731"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 21:05:14 +0100" startDate="2017-08-26 20:30:40 +0100" endDate="2017-08-26 20:37:24 +0100" value="0.25809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 22:01:15 +0100" startDate="2017-08-26 21:38:08 +0100" endDate="2017-08-26 21:47:53 +0100" value="0.01856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 23:04:55 +0100" startDate="2017-08-26 22:27:49 +0100" endDate="2017-08-26 22:33:49 +0100" value="0.01328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-26 23:04:55 +0100" startDate="2017-08-26 22:33:49 +0100" endDate="2017-08-26 22:39:27 +0100" value="0.00069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 00:00:55 +0100" startDate="2017-08-26 23:26:41 +0100" endDate="2017-08-26 23:36:38 +0100" value="0.0542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 00:00:55 +0100" startDate="2017-08-26 23:43:04 +0100" endDate="2017-08-26 23:53:03 +0100" value="0.26965"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 01:05:24 +0100" startDate="2017-08-26 23:53:03 +0100" endDate="2017-08-26 23:56:37 +0100" value="0.22342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 09:00:08 +0100" startDate="2017-08-27 08:15:03 +0100" endDate="2017-08-27 08:23:02 +0100" value="0.03941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 11:02:08 +0100" startDate="2017-08-27 10:39:56 +0100" endDate="2017-08-27 10:46:01 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 12:03:25 +0100" startDate="2017-08-27 11:33:51 +0100" endDate="2017-08-27 11:42:49 +0100" value="0.02866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 13:05:34 +0100" startDate="2017-08-27 12:06:41 +0100" endDate="2017-08-27 12:15:39 +0100" value="0.20773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 13:05:34 +0100" startDate="2017-08-27 12:24:11 +0100" endDate="2017-08-27 12:34:10 +0100" value="0.07743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 13:05:34 +0100" startDate="2017-08-27 12:34:10 +0100" endDate="2017-08-27 12:34:50 +0100" value="0.00476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 13:05:34 +0100" startDate="2017-08-27 12:44:47 +0100" endDate="2017-08-27 12:54:31 +0100" value="0.23894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 14:01:57 +0100" startDate="2017-08-27 13:02:37 +0100" endDate="2017-08-27 13:06:36 +0100" value="0.02535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 14:01:57 +0100" startDate="2017-08-27 13:15:21 +0100" endDate="2017-08-27 13:22:36 +0100" value="0.03896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 15:02:10 +0100" startDate="2017-08-27 13:54:35 +0100" endDate="2017-08-27 14:04:34 +0100" value="0.02733"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 15:02:10 +0100" startDate="2017-08-27 14:04:34 +0100" endDate="2017-08-27 14:14:26 +0100" value="0.01668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 15:02:10 +0100" startDate="2017-08-27 14:14:26 +0100" endDate="2017-08-27 14:14:39 +0100" value="0.00226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 16:02:53 +0100" startDate="2017-08-27 15:04:38 +0100" endDate="2017-08-27 15:12:12 +0100" value="0.02112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 16:02:53 +0100" startDate="2017-08-27 15:20:46 +0100" endDate="2017-08-27 15:28:20 +0100" value="0.01441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 17:03:58 +0100" startDate="2017-08-27 16:09:05 +0100" endDate="2017-08-27 16:15:08 +0100" value="0.00944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 17:03:58 +0100" startDate="2017-08-27 16:30:47 +0100" endDate="2017-08-27 16:37:15 +0100" value="0.01711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 17:03:58 +0100" startDate="2017-08-27 16:39:18 +0100" endDate="2017-08-27 16:47:38 +0100" value="0.08138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 17:03:58 +0100" startDate="2017-08-27 16:48:02 +0100" endDate="2017-08-27 16:57:07 +0100" value="0.02172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 18:04:01 +0100" startDate="2017-08-27 17:24:44 +0100" endDate="2017-08-27 17:31:10 +0100" value="0.02045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 18:59:23 +0100" startDate="2017-08-27 17:59:05 +0100" endDate="2017-08-27 18:08:24 +0100" value="0.08814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 18:59:23 +0100" startDate="2017-08-27 18:08:24 +0100" endDate="2017-08-27 18:16:05 +0100" value="0.26888"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 18:59:23 +0100" startDate="2017-08-27 18:33:44 +0100" endDate="2017-08-27 18:43:43 +0100" value="0.08889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 18:59:23 +0100" startDate="2017-08-27 18:43:43 +0100" endDate="2017-08-27 18:51:13 +0100" value="0.03872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 19:44:55 +0100" startDate="2017-08-27 18:58:44 +0100" endDate="2017-08-27 18:58:51 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 19:44:55 +0100" startDate="2017-08-27 19:05:54 +0100" endDate="2017-08-27 19:07:30 +0100" value="0.006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 19:44:55 +0100" startDate="2017-08-27 19:07:30 +0100" endDate="2017-08-27 19:08:29 +0100" value="0.00617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 19:59:58 +0100" startDate="2017-08-27 19:43:45 +0100" endDate="2017-08-27 19:50:33 +0100" value="0.00871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 21:00:03 +0100" startDate="2017-08-27 20:40:24 +0100" endDate="2017-08-27 20:49:43 +0100" value="0.15366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 22:10:18 +0100" startDate="2017-08-27 21:11:19 +0100" endDate="2017-08-27 21:21:19 +0100" value="0.24589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-27 22:10:18 +0100" startDate="2017-08-27 21:21:19 +0100" endDate="2017-08-27 21:25:49 +0100" value="0.03525"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 06:04:15 +0100" startDate="2017-08-28 05:44:36 +0100" endDate="2017-08-28 05:53:14 +0100" value="0.06792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 07:00:03 +0100" startDate="2017-08-28 06:04:57 +0100" endDate="2017-08-28 06:12:11 +0100" value="0.01038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 07:00:03 +0100" startDate="2017-08-28 06:12:11 +0100" endDate="2017-08-28 06:15:59 +0100" value="0.00392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 07:00:03 +0100" startDate="2017-08-28 06:24:48 +0100" endDate="2017-08-28 06:31:19 +0100" value="0.01747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 07:00:03 +0100" startDate="2017-08-28 06:32:32 +0100" endDate="2017-08-28 06:42:30 +0100" value="0.22906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 07:00:03 +0100" startDate="2017-08-28 06:42:30 +0100" endDate="2017-08-28 06:50:06 +0100" value="0.58101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 07:59:41 +0100" startDate="2017-08-28 06:54:22 +0100" endDate="2017-08-28 07:04:14 +0100" value="0.0667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 07:59:41 +0100" startDate="2017-08-28 07:18:50 +0100" endDate="2017-08-28 07:28:11 +0100" value="0.0868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 07:59:41 +0100" startDate="2017-08-28 07:34:49 +0100" endDate="2017-08-28 07:41:20 +0100" value="0.03101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 09:00:00 +0100" startDate="2017-08-28 07:50:02 +0100" endDate="2017-08-28 08:00:01 +0100" value="0.06769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 09:00:00 +0100" startDate="2017-08-28 08:00:01 +0100" endDate="2017-08-28 08:10:00 +0100" value="0.06898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 09:00:00 +0100" startDate="2017-08-28 08:10:00 +0100" endDate="2017-08-28 08:18:13 +0100" value="0.09389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 09:00:00 +0100" startDate="2017-08-28 08:20:17 +0100" endDate="2017-08-28 08:26:22 +0100" value="0.0082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 09:00:00 +0100" startDate="2017-08-28 08:38:42 +0100" endDate="2017-08-28 08:48:41 +0100" value="0.3035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 09:00:00 +0100" startDate="2017-08-28 08:48:41 +0100" endDate="2017-08-28 08:58:39 +0100" value="0.12609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 10:02:20 +0100" startDate="2017-08-28 08:58:39 +0100" endDate="2017-08-28 09:05:51 +0100" value="0.32823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 10:02:20 +0100" startDate="2017-08-28 09:24:26 +0100" endDate="2017-08-28 09:34:15 +0100" value="0.15539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 10:02:20 +0100" startDate="2017-08-28 09:39:34 +0100" endDate="2017-08-28 09:47:36 +0100" value="0.03875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 11:09:09 +0100" startDate="2017-08-28 10:58:01 +0100" endDate="2017-08-28 11:07:17 +0100" value="0.30724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 12:03:24 +0100" startDate="2017-08-28 11:12:40 +0100" endDate="2017-08-28 11:21:25 +0100" value="0.2634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 12:03:24 +0100" startDate="2017-08-28 11:33:11 +0100" endDate="2017-08-28 11:43:09 +0100" value="0.27995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 12:03:24 +0100" startDate="2017-08-28 11:43:09 +0100" endDate="2017-08-28 11:50:34 +0100" value="0.33565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 13:07:59 +0100" startDate="2017-08-28 12:08:36 +0100" endDate="2017-08-28 12:17:09 +0100" value="0.05481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 13:07:59 +0100" startDate="2017-08-28 12:17:09 +0100" endDate="2017-08-28 12:25:57 +0100" value="0.03057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 13:07:59 +0100" startDate="2017-08-28 12:30:47 +0100" endDate="2017-08-28 12:40:00 +0100" value="0.04188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 13:07:59 +0100" startDate="2017-08-28 12:40:00 +0100" endDate="2017-08-28 12:46:47 +0100" value="0.02479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7c00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 14:00:44 +0100" startDate="2017-08-28 13:19:31 +0100" endDate="2017-08-28 13:28:36 +0100" value="0.11985"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 14:00:44 +0100" startDate="2017-08-28 13:28:36 +0100" endDate="2017-08-28 13:37:32 +0100" value="0.00846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 14:00:44 +0100" startDate="2017-08-28 13:48:55 +0100" endDate="2017-08-28 13:55:23 +0100" value="0.03276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 15:03:44 +0100" startDate="2017-08-28 14:05:41 +0100" endDate="2017-08-28 14:13:31 +0100" value="0.04188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 15:03:44 +0100" startDate="2017-08-28 14:13:31 +0100" endDate="2017-08-28 14:22:41 +0100" value="0.03411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 15:03:44 +0100" startDate="2017-08-28 14:22:41 +0100" endDate="2017-08-28 14:32:20 +0100" value="0.11032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 15:03:44 +0100" startDate="2017-08-28 14:32:20 +0100" endDate="2017-08-28 14:39:52 +0100" value="0.12526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 16:00:11 +0100" startDate="2017-08-28 15:48:03 +0100" endDate="2017-08-28 15:58:02 +0100" value="0.27402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 16:59:41 +0100" startDate="2017-08-28 15:58:02 +0100" endDate="2017-08-28 16:07:37 +0100" value="0.61371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 16:59:41 +0100" startDate="2017-08-28 16:07:37 +0100" endDate="2017-08-28 16:15:40 +0100" value="0.08637"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 16:59:41 +0100" startDate="2017-08-28 16:18:47 +0100" endDate="2017-08-28 16:24:55 +0100" value="0.00819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 18:00:05 +0100" startDate="2017-08-28 17:44:04 +0100" endDate="2017-08-28 17:53:57 +0100" value="0.069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 19:00:10 +0100" startDate="2017-08-28 17:53:57 +0100" endDate="2017-08-28 18:03:57 +0100" value="0.7393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 19:00:10 +0100" startDate="2017-08-28 18:03:57 +0100" endDate="2017-08-28 18:13:55 +0100" value="0.49716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 19:00:10 +0100" startDate="2017-08-28 18:13:55 +0100" endDate="2017-08-28 18:23:53 +0100" value="0.59313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 19:00:10 +0100" startDate="2017-08-28 18:23:53 +0100" endDate="2017-08-28 18:31:18 +0100" value="0.11656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 21:00:00 +0100" startDate="2017-08-28 20:47:07 +0100" endDate="2017-08-28 20:57:07 +0100" value="0.17143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 21:59:50 +0100" startDate="2017-08-28 20:57:07 +0100" endDate="2017-08-28 21:07:05 +0100" value="0.57082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 21:59:50 +0100" startDate="2017-08-28 21:07:05 +0100" endDate="2017-08-28 21:17:04 +0100" value="0.77322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 21:59:50 +0100" startDate="2017-08-28 21:17:04 +0100" endDate="2017-08-28 21:27:03 +0100" value="0.91377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-28 21:59:50 +0100" startDate="2017-08-28 21:27:03 +0100" endDate="2017-08-28 21:32:21 +0100" value="0.11349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 07:02:17 +0100" startDate="2017-08-29 06:51:55 +0100" endDate="2017-08-29 07:01:50 +0100" value="0.1058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 08:04:28 +0100" startDate="2017-08-29 07:01:50 +0100" endDate="2017-08-29 07:11:49 +0100" value="0.662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 08:04:28 +0100" startDate="2017-08-29 07:11:49 +0100" endDate="2017-08-29 07:17:05 +0100" value="0.14619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 08:04:28 +0100" startDate="2017-08-29 07:43:24 +0100" endDate="2017-08-29 07:53:24 +0100" value="0.28539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 08:04:28 +0100" startDate="2017-08-29 07:53:24 +0100" endDate="2017-08-29 08:02:36 +0100" value="0.35956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 09:01:33 +0100" startDate="2017-08-29 08:02:36 +0100" endDate="2017-08-29 08:02:39 +0100" value="0.00102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 09:01:33 +0100" startDate="2017-08-29 08:19:14 +0100" endDate="2017-08-29 08:28:42 +0100" value="0.05214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 09:01:33 +0100" startDate="2017-08-29 08:28:42 +0100" endDate="2017-08-29 08:31:33 +0100" value="0.02713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 10:00:35 +0100" startDate="2017-08-29 09:19:11 +0100" endDate="2017-08-29 09:25:13 +0100" value="0.00456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 10:00:35 +0100" startDate="2017-08-29 09:25:13 +0100" endDate="2017-08-29 09:34:51 +0100" value="0.13354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 10:00:35 +0100" startDate="2017-08-29 09:34:51 +0100" endDate="2017-08-29 09:44:22 +0100" value="0.1041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 10:00:35 +0100" startDate="2017-08-29 09:44:22 +0100" endDate="2017-08-29 09:52:45 +0100" value="0.0772"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 11:04:10 +0100" startDate="2017-08-29 10:13:15 +0100" endDate="2017-08-29 10:23:14 +0100" value="0.04473"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 11:04:10 +0100" startDate="2017-08-29 10:23:14 +0100" endDate="2017-08-29 10:32:40 +0100" value="0.02863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 11:04:10 +0100" startDate="2017-08-29 10:32:40 +0100" endDate="2017-08-29 10:37:32 +0100" value="0.08716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 12:01:01 +0100" startDate="2017-08-29 11:12:57 +0100" endDate="2017-08-29 11:21:44 +0100" value="0.1497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 12:01:01 +0100" startDate="2017-08-29 11:21:44 +0100" endDate="2017-08-29 11:25:12 +0100" value="0.15616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 12:01:01 +0100" startDate="2017-08-29 11:27:20 +0100" endDate="2017-08-29 11:36:50 +0100" value="0.3494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 12:01:01 +0100" startDate="2017-08-29 11:36:50 +0100" endDate="2017-08-29 11:38:47 +0100" value="0.02379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 13:01:18 +0100" startDate="2017-08-29 11:55:11 +0100" endDate="2017-08-29 12:03:10 +0100" value="0.03502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 14:03:16 +0100" startDate="2017-08-29 13:02:02 +0100" endDate="2017-08-29 13:08:33 +0100" value="0.02332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 14:03:16 +0100" startDate="2017-08-29 13:08:33 +0100" endDate="2017-08-29 13:14:21 +0100" value="0.03238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 14:03:16 +0100" startDate="2017-08-29 13:14:21 +0100" endDate="2017-08-29 13:20:26 +0100" value="0.03375"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 14:03:16 +0100" startDate="2017-08-29 13:42:27 +0100" endDate="2017-08-29 13:51:48 +0100" value="0.07363"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 14:03:16 +0100" startDate="2017-08-29 13:51:48 +0100" endDate="2017-08-29 14:00:11 +0100" value="0.28355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 16:01:48 +0100" startDate="2017-08-29 15:22:21 +0100" endDate="2017-08-29 15:32:00 +0100" value="0.30701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 16:01:48 +0100" startDate="2017-08-29 15:32:00 +0100" endDate="2017-08-29 15:41:59 +0100" value="0.0791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 16:01:48 +0100" startDate="2017-08-29 15:41:59 +0100" endDate="2017-08-29 15:44:50 +0100" value="0.08556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 16:01:48 +0100" startDate="2017-08-29 15:48:59 +0100" endDate="2017-08-29 15:55:02 +0100" value="0.0045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 16:59:49 +0100" startDate="2017-08-29 16:47:06 +0100" endDate="2017-08-29 16:57:05 +0100" value="0.33341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 18:05:08 +0100" startDate="2017-08-29 16:57:05 +0100" endDate="2017-08-29 17:06:47 +0100" value="0.65765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 18:05:08 +0100" startDate="2017-08-29 17:22:10 +0100" endDate="2017-08-29 17:31:13 +0100" value="0.11683"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-29 22:04:06 +0100" startDate="2017-08-29 21:28:36 +0100" endDate="2017-08-29 21:34:53 +0100" value="0.01437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 07:00:08 +0100" startDate="2017-08-30 06:35:09 +0100" endDate="2017-08-30 06:41:45 +0100" value="0.02287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 07:00:08 +0100" startDate="2017-08-30 06:41:45 +0100" endDate="2017-08-30 06:49:36 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 08:00:13 +0100" startDate="2017-08-30 06:53:39 +0100" endDate="2017-08-30 07:00:34 +0100" value="0.02121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 08:00:13 +0100" startDate="2017-08-30 07:01:18 +0100" endDate="2017-08-30 07:11:16 +0100" value="0.23144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 08:00:13 +0100" startDate="2017-08-30 07:11:16 +0100" endDate="2017-08-30 07:20:36 +0100" value="0.62353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 08:00:13 +0100" startDate="2017-08-30 07:20:36 +0100" endDate="2017-08-30 07:21:39 +0100" value="0.00608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 09:05:05 +0100" startDate="2017-08-30 08:27:11 +0100" endDate="2017-08-30 08:33:21 +0100" value="0.00822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 10:00:10 +0100" startDate="2017-08-30 09:38:28 +0100" endDate="2017-08-30 09:45:04 +0100" value="0.01127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 10:00:10 +0100" startDate="2017-08-30 09:45:04 +0100" endDate="2017-08-30 09:49:03 +0100" value="0.00989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 10:59:58 +0100" startDate="2017-08-30 10:13:06 +0100" endDate="2017-08-30 10:22:12 +0100" value="0.0142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 10:59:58 +0100" startDate="2017-08-30 10:22:12 +0100" endDate="2017-08-30 10:31:49 +0100" value="0.02465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 10:59:58 +0100" startDate="2017-08-30 10:31:49 +0100" endDate="2017-08-30 10:41:48 +0100" value="0.50713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 10:59:58 +0100" startDate="2017-08-30 10:41:48 +0100" endDate="2017-08-30 10:50:18 +0100" value="0.73718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 12:08:29 +0100" startDate="2017-08-30 10:50:18 +0100" endDate="2017-08-30 11:00:00 +0100" value="0.0038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 12:08:29 +0100" startDate="2017-08-30 11:33:52 +0100" endDate="2017-08-30 11:43:51 +0100" value="0.17334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 12:08:29 +0100" startDate="2017-08-30 11:43:51 +0100" endDate="2017-08-30 11:53:48 +0100" value="0.53368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 12:08:29 +0100" startDate="2017-08-30 11:53:48 +0100" endDate="2017-08-30 12:03:45 +0100" value="0.30128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 13:59:27 +0100" startDate="2017-08-30 13:06:56 +0100" endDate="2017-08-30 13:13:39 +0100" value="0.02169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 13:59:27 +0100" startDate="2017-08-30 13:13:39 +0100" endDate="2017-08-30 13:23:33 +0100" value="0.14659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 15:06:04 +0100" startDate="2017-08-30 14:15:58 +0100" endDate="2017-08-30 14:24:33 +0100" value="0.03282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 15:06:04 +0100" startDate="2017-08-30 14:24:33 +0100" endDate="2017-08-30 14:31:10 +0100" value="0.04476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 16:00:20 +0100" startDate="2017-08-30 15:46:03 +0100" endDate="2017-08-30 15:55:59 +0100" value="0.08528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:00:10 +0100" startDate="2017-08-30 15:55:59 +0100" endDate="2017-08-30 16:05:57 +0100" value="0.68505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:00:10 +0100" startDate="2017-08-30 16:05:57 +0100" endDate="2017-08-30 16:06:04 +0100" value="0.00174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:00:10 +0100" startDate="2017-08-30 16:12:54 +0100" endDate="2017-08-30 16:19:04 +0100" value="0.00924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:00:10 +0100" startDate="2017-08-30 16:36:18 +0100" endDate="2017-08-30 16:46:17 +0100" value="0.17497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:00:10 +0100" startDate="2017-08-30 16:46:17 +0100" endDate="2017-08-30 16:55:03 +0100" value="0.0378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 16:56:20 +0100" endDate="2017-08-30 16:57:21 +0100" value="0.09809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 16:57:21 +0100" endDate="2017-08-30 16:58:22 +0100" value="0.08195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 16:58:22 +0100" endDate="2017-08-30 16:59:22 +0100" value="0.07789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 16:59:22 +0100" endDate="2017-08-30 17:00:23 +0100" value="0.1041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:00:23 +0100" endDate="2017-08-30 17:01:24 +0100" value="0.09959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:01:24 +0100" endDate="2017-08-30 17:02:25 +0100" value="0.08408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:02:25 +0100" endDate="2017-08-30 17:03:26 +0100" value="0.08383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:03:26 +0100" endDate="2017-08-30 17:04:27 +0100" value="0.08121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:04:27 +0100" endDate="2017-08-30 17:05:28 +0100" value="0.05441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:05:28 +0100" endDate="2017-08-30 17:06:29 +0100" value="0.0535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:06:29 +0100" endDate="2017-08-30 17:07:30 +0100" value="0.02205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:07:30 +0100" endDate="2017-08-30 17:08:31 +0100" value="0.03566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:08:31 +0100" endDate="2017-08-30 17:09:32 +0100" value="0.0297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:09:32 +0100" endDate="2017-08-30 17:10:38 +0100" value="0.04195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:10:38 +0100" endDate="2017-08-30 17:11:39 +0100" value="0.01211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 17:18:47 +0100" startDate="2017-08-30 17:15:03 +0100" endDate="2017-08-30 17:16:04 +0100" value="0.01432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 18:00:39 +0100" startDate="2017-08-30 17:17:53 +0100" endDate="2017-08-30 17:27:53 +0100" value="0.07212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 18:00:39 +0100" startDate="2017-08-30 17:27:53 +0100" endDate="2017-08-30 17:37:52 +0100" value="0.23346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 18:00:39 +0100" startDate="2017-08-30 17:37:52 +0100" endDate="2017-08-30 17:47:46 +0100" value="0.67606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 19:11:44 +0100" startDate="2017-08-30 17:51:49 +0100" endDate="2017-08-30 18:01:48 +0100" value="0.20143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 19:11:44 +0100" startDate="2017-08-30 18:01:48 +0100" endDate="2017-08-30 18:11:20 +0100" value="0.11948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 19:11:44 +0100" startDate="2017-08-30 18:11:20 +0100" endDate="2017-08-30 18:15:09 +0100" value="0.18114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 19:11:44 +0100" startDate="2017-08-30 18:31:29 +0100" endDate="2017-08-30 18:37:44 +0100" value="0.01692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 19:11:44 +0100" startDate="2017-08-30 18:47:16 +0100" endDate="2017-08-30 18:54:40 +0100" value="0.05493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 20:00:31 +0100" startDate="2017-08-30 19:19:29 +0100" endDate="2017-08-30 19:28:30 +0100" value="0.02953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 20:00:31 +0100" startDate="2017-08-30 19:28:48 +0100" endDate="2017-08-30 19:35:14 +0100" value="0.0184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 20:00:31 +0100" startDate="2017-08-30 19:42:10 +0100" endDate="2017-08-30 19:48:20 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-30 22:06:48 +0100" startDate="2017-08-30 21:31:12 +0100" endDate="2017-08-30 21:40:26 +0100" value="0.04132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 06:06:50 +0100" startDate="2017-08-31 05:09:19 +0100" endDate="2017-08-31 05:16:15 +0100" value="0.04161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 06:06:50 +0100" startDate="2017-08-31 05:34:35 +0100" endDate="2017-08-31 05:42:09 +0100" value="0.0509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 06:06:50 +0100" startDate="2017-08-31 05:42:58 +0100" endDate="2017-08-31 05:52:54 +0100" value="0.05552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 06:06:50 +0100" startDate="2017-08-31 05:52:54 +0100" endDate="2017-08-31 06:02:14 +0100" value="0.73982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 07:00:01 +0100" startDate="2017-08-31 06:02:14 +0100" endDate="2017-08-31 06:11:03 +0100" value="0.14725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 07:00:01 +0100" startDate="2017-08-31 06:16:33 +0100" endDate="2017-08-31 06:26:11 +0100" value="0.08557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 07:00:01 +0100" startDate="2017-08-31 06:26:11 +0100" endDate="2017-08-31 06:29:14 +0100" value="0.09479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 07:00:01 +0100" startDate="2017-08-31 06:31:07 +0100" endDate="2017-08-31 06:41:06 +0100" value="0.24688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 07:00:01 +0100" startDate="2017-08-31 06:41:06 +0100" endDate="2017-08-31 06:50:52 +0100" value="0.07104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 06:50:52 +0100" endDate="2017-08-31 06:58:48 +0100" value="0.02545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 06:58:48 +0100" endDate="2017-08-31 07:07:43 +0100" value="0.05342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 07:07:43 +0100" endDate="2017-08-31 07:17:13 +0100" value="0.13738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 07:17:13 +0100" endDate="2017-08-31 07:27:12 +0100" value="0.08581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 07:27:12 +0100" endDate="2017-08-31 07:29:45 +0100" value="0.00088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 07:31:51 +0100" endDate="2017-08-31 07:41:40 +0100" value="0.15154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 07:41:40 +0100" endDate="2017-08-31 07:46:15 +0100" value="0.03354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:00:21 +0100" startDate="2017-08-31 07:46:22 +0100" endDate="2017-08-31 07:55:59 +0100" value="0.09672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:59:49 +0100" startDate="2017-08-31 07:55:59 +0100" endDate="2017-08-31 08:05:11 +0100" value="0.04446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:59:49 +0100" startDate="2017-08-31 08:05:11 +0100" endDate="2017-08-31 08:14:42 +0100" value="0.10695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:59:49 +0100" startDate="2017-08-31 08:14:42 +0100" endDate="2017-08-31 08:23:59 +0100" value="0.08091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:59:49 +0100" startDate="2017-08-31 08:23:59 +0100" endDate="2017-08-31 08:33:42 +0100" value="0.04967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:59:49 +0100" startDate="2017-08-31 08:33:42 +0100" endDate="2017-08-31 08:43:17 +0100" value="0.0672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 08:59:49 +0100" startDate="2017-08-31 08:43:17 +0100" endDate="2017-08-31 08:53:04 +0100" value="0.13768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 09:14:35 +0100" startDate="2017-08-31 08:55:19 +0100" endDate="2017-08-31 08:56:36 +0100" value="0.0184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 09:14:35 +0100" startDate="2017-08-31 08:56:36 +0100" endDate="2017-08-31 09:02:06 +0100" value="0.0026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 09:14:35 +0100" startDate="2017-08-31 09:02:06 +0100" endDate="2017-08-31 09:03:08 +0100" value="0.03987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 09:14:35 +0100" startDate="2017-08-31 09:03:08 +0100" endDate="2017-08-31 09:04:37 +0100" value="0.02031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 09:14:35 +0100" startDate="2017-08-31 09:08:48 +0100" endDate="2017-08-31 09:09:50 +0100" value="0.01932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 09:14:35 +0100" startDate="2017-08-31 09:12:14 +0100" endDate="2017-08-31 09:13:41 +0100" value="0.03246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 10:04:12 +0100" startDate="2017-08-31 09:13:41 +0100" endDate="2017-08-31 09:23:39 +0100" value="0.0944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 10:04:12 +0100" startDate="2017-08-31 09:23:39 +0100" endDate="2017-08-31 09:33:27 +0100" value="0.18447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 10:04:12 +0100" startDate="2017-08-31 09:33:27 +0100" endDate="2017-08-31 09:43:25 +0100" value="0.02839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 10:04:12 +0100" startDate="2017-08-31 09:43:25 +0100" endDate="2017-08-31 09:52:50 +0100" value="0.32497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 11:03:56 +0100" startDate="2017-08-31 10:05:05 +0100" endDate="2017-08-31 10:13:37 +0100" value="0.21702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 11:03:56 +0100" startDate="2017-08-31 10:13:37 +0100" endDate="2017-08-31 10:19:08 +0100" value="0.04854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 11:03:56 +0100" startDate="2017-08-31 10:19:32 +0100" endDate="2017-08-31 10:26:05 +0100" value="0.01813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 11:03:56 +0100" startDate="2017-08-31 10:26:27 +0100" endDate="2017-08-31 10:36:21 +0100" value="0.1251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 11:03:56 +0100" startDate="2017-08-31 10:36:21 +0100" endDate="2017-08-31 10:45:30 +0100" value="0.03704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 11:03:56 +0100" startDate="2017-08-31 10:45:30 +0100" endDate="2017-08-31 10:52:29 +0100" value="0.01322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 11:59:55 +0100" startDate="2017-08-31 11:22:00 +0100" endDate="2017-08-31 11:28:13 +0100" value="0.01492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 11:59:55 +0100" startDate="2017-08-31 11:28:37 +0100" endDate="2017-08-31 11:38:36 +0100" value="0.33478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 11:59:55 +0100" startDate="2017-08-31 11:38:36 +0100" endDate="2017-08-31 11:48:34 +0100" value="0.07355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 11:59:55 +0100" startDate="2017-08-31 11:48:34 +0100" endDate="2017-08-31 11:58:34 +0100" value="0.27694"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 13:00:55 +0100" startDate="2017-08-31 11:58:34 +0100" endDate="2017-08-31 12:03:52 +0100" value="0.03247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 14:03:09 +0100" startDate="2017-08-31 13:19:25 +0100" endDate="2017-08-31 13:28:43 +0100" value="0.0506"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 14:03:09 +0100" startDate="2017-08-31 13:28:43 +0100" endDate="2017-08-31 13:38:42 +0100" value="0.08406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 14:03:09 +0100" startDate="2017-08-31 13:38:42 +0100" endDate="2017-08-31 13:41:30 +0100" value="0.03298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 15:09:19 +0100" startDate="2017-08-31 14:53:05 +0100" endDate="2017-08-31 14:59:10 +0100" value="0.01168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 16:01:52 +0100" startDate="2017-08-31 15:19:58 +0100" endDate="2017-08-31 15:26:54 +0100" value="0.0185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 17:00:59 +0100" startDate="2017-08-31 15:52:08 +0100" endDate="2017-08-31 16:01:52 +0100" value="0.02612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 17:00:59 +0100" startDate="2017-08-31 16:17:45 +0100" endDate="2017-08-31 16:27:24 +0100" value="0.08553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 17:00:59 +0100" startDate="2017-08-31 16:27:24 +0100" endDate="2017-08-31 16:36:07 +0100" value="0.05911"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 17:00:59 +0100" startDate="2017-08-31 16:36:07 +0100" endDate="2017-08-31 16:44:34 +0100" value="0.02482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 17:00:59 +0100" startDate="2017-08-31 16:44:34 +0100" endDate="2017-08-31 16:50:37 +0100" value="0.02219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 17:00:59 +0100" startDate="2017-08-31 16:50:37 +0100" endDate="2017-08-31 17:00:37 +0100" value="0.04287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 17:59:39 +0100" startDate="2017-08-31 17:00:37 +0100" endDate="2017-08-31 17:03:09 +0100" value="0.0166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 17:59:39 +0100" startDate="2017-08-31 17:18:57 +0100" endDate="2017-08-31 17:27:17 +0100" value="0.02137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 17:59:39 +0100" startDate="2017-08-31 17:49:07 +0100" endDate="2017-08-31 17:55:12 +0100" value="0.006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 19:01:23 +0100" startDate="2017-08-31 17:55:12 +0100" endDate="2017-08-31 18:04:39 +0100" value="0.06008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 19:01:23 +0100" startDate="2017-08-31 18:08:47 +0100" endDate="2017-08-31 18:16:14 +0100" value="0.03241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 19:01:23 +0100" startDate="2017-08-31 18:41:04 +0100" endDate="2017-08-31 18:48:13 +0100" value="0.00729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 20:02:37 +0100" startDate="2017-08-31 19:17:10 +0100" endDate="2017-08-31 19:23:26 +0100" value="0.01869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 21:06:10 +0100" startDate="2017-08-31 20:01:42 +0100" endDate="2017-08-31 20:10:00 +0100" value="0.00644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 21:06:10 +0100" startDate="2017-08-31 20:10:00 +0100" endDate="2017-08-31 20:17:09 +0100" value="0.084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 22:11:55 +0100" startDate="2017-08-31 21:08:21 +0100" endDate="2017-08-31 21:17:11 +0100" value="0.0293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 22:11:55 +0100" startDate="2017-08-31 21:26:53 +0100" endDate="2017-08-31 21:34:35 +0100" value="0.03121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 22:11:55 +0100" startDate="2017-08-31 21:34:35 +0100" endDate="2017-08-31 21:40:11 +0100" value="0.00688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 22:11:55 +0100" startDate="2017-08-31 21:46:01 +0100" endDate="2017-08-31 21:52:04 +0100" value="0.00824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 23:02:18 +0100" startDate="2017-08-31 22:37:17 +0100" endDate="2017-08-31 22:47:11 +0100" value="0.09048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-08-31 23:02:18 +0100" startDate="2017-08-31 22:47:11 +0100" endDate="2017-08-31 22:57:10 +0100" value="0.36181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 00:03:40 +0100" startDate="2017-08-31 22:57:10 +0100" endDate="2017-08-31 23:03:35 +0100" value="0.38342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 07:00:35 +0100" startDate="2017-09-01 06:16:10 +0100" endDate="2017-09-01 06:25:03 +0100" value="0.05053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 07:00:35 +0100" startDate="2017-09-01 06:25:13 +0100" endDate="2017-09-01 06:32:21 +0100" value="0.04959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 07:00:35 +0100" startDate="2017-09-01 06:49:13 +0100" endDate="2017-09-01 06:56:24 +0100" value="0.04662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 08:00:18 +0100" startDate="2017-09-01 07:00:45 +0100" endDate="2017-09-01 07:10:29 +0100" value="0.25615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 08:00:18 +0100" startDate="2017-09-01 07:10:29 +0100" endDate="2017-09-01 07:20:09 +0100" value="0.87369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 08:00:18 +0100" startDate="2017-09-01 07:20:09 +0100" endDate="2017-09-01 07:22:40 +0100" value="0.13983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 08:00:18 +0100" startDate="2017-09-01 07:39:20 +0100" endDate="2017-09-01 07:45:38 +0100" value="0.0173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 09:00:16 +0100" startDate="2017-09-01 07:50:39 +0100" endDate="2017-09-01 08:00:38 +0100" value="0.09477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 09:00:16 +0100" startDate="2017-09-01 08:00:38 +0100" endDate="2017-09-01 08:08:37 +0100" value="0.24495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 09:00:16 +0100" startDate="2017-09-01 08:44:52 +0100" endDate="2017-09-01 08:50:52 +0100" value="0.00468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 10:04:44 +0100" startDate="2017-09-01 08:59:02 +0100" endDate="2017-09-01 09:05:04 +0100" value="0.00891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 10:04:44 +0100" startDate="2017-09-01 09:07:02 +0100" endDate="2017-09-01 09:16:28 +0100" value="0.0886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 10:04:44 +0100" startDate="2017-09-01 09:23:50 +0100" endDate="2017-09-01 09:31:54 +0100" value="0.06612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 10:04:44 +0100" startDate="2017-09-01 09:32:44 +0100" endDate="2017-09-01 09:40:59 +0100" value="0.0382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 10:04:44 +0100" startDate="2017-09-01 09:40:59 +0100" endDate="2017-09-01 09:46:37 +0100" value="0.09162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 11:01:16 +0100" startDate="2017-09-01 10:11:00 +0100" endDate="2017-09-01 10:17:26 +0100" value="0.01587"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 11:01:16 +0100" startDate="2017-09-01 10:18:53 +0100" endDate="2017-09-01 10:28:06 +0100" value="0.03121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 11:01:16 +0100" startDate="2017-09-01 10:31:00 +0100" endDate="2017-09-01 10:40:06 +0100" value="0.0535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 11:01:16 +0100" startDate="2017-09-01 10:40:06 +0100" endDate="2017-09-01 10:47:08 +0100" value="0.01326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 11:01:16 +0100" startDate="2017-09-01 10:47:08 +0100" endDate="2017-09-01 10:56:08 +0100" value="0.14971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8e60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 12:03:31 +0100" startDate="2017-09-01 10:56:08 +0100" endDate="2017-09-01 11:06:06 +0100" value="0.67444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 12:03:31 +0100" startDate="2017-09-01 11:06:06 +0100" endDate="2017-09-01 11:09:47 +0100" value="0.11199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 12:03:31 +0100" startDate="2017-09-01 11:22:18 +0100" endDate="2017-09-01 11:32:17 +0100" value="0.2967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 12:03:31 +0100" startDate="2017-09-01 11:32:17 +0100" endDate="2017-09-01 11:40:07 +0100" value="0.65604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 12:03:31 +0100" startDate="2017-09-01 11:40:07 +0100" endDate="2017-09-01 11:48:07 +0100" value="0.16404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 13:00:38 +0100" startDate="2017-09-01 12:38:40 +0100" endDate="2017-09-01 12:48:14 +0100" value="0.11046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 13:00:38 +0100" startDate="2017-09-01 12:49:40 +0100" endDate="2017-09-01 12:56:08 +0100" value="0.03298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 14:03:56 +0100" startDate="2017-09-01 12:56:08 +0100" endDate="2017-09-01 13:06:06 +0100" value="0.0175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 14:03:56 +0100" startDate="2017-09-01 13:06:06 +0100" endDate="2017-09-01 13:16:04 +0100" value="0.61416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 14:03:56 +0100" startDate="2017-09-01 13:16:04 +0100" endDate="2017-09-01 13:20:36 +0100" value="0.17889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 14:03:56 +0100" startDate="2017-09-01 13:20:36 +0100" endDate="2017-09-01 13:28:18 +0100" value="0.04517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 14:03:56 +0100" startDate="2017-09-01 13:44:47 +0100" endDate="2017-09-01 13:51:02 +0100" value="0.014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 15:00:26 +0100" startDate="2017-09-01 14:09:08 +0100" endDate="2017-09-01 14:15:59 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 15:00:26 +0100" startDate="2017-09-01 14:18:24 +0100" endDate="2017-09-01 14:25:25 +0100" value="0.04105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 15:00:26 +0100" startDate="2017-09-01 14:25:25 +0100" endDate="2017-09-01 14:35:24 +0100" value="0.44389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 15:00:26 +0100" startDate="2017-09-01 14:35:24 +0100" endDate="2017-09-01 14:45:19 +0100" value="0.4343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 15:00:26 +0100" startDate="2017-09-01 14:45:19 +0100" endDate="2017-09-01 14:55:19 +0100" value="0.09402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 15:59:32 +0100" startDate="2017-09-01 14:55:19 +0100" endDate="2017-09-01 15:05:11 +0100" value="0.33573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 15:59:32 +0100" startDate="2017-09-01 15:05:11 +0100" endDate="2017-09-01 15:12:18 +0100" value="0.17878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 15:59:32 +0100" startDate="2017-09-01 15:15:24 +0100" endDate="2017-09-01 15:25:23 +0100" value="0.1591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 15:59:32 +0100" startDate="2017-09-01 15:25:23 +0100" endDate="2017-09-01 15:35:12 +0100" value="0.16564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 15:59:32 +0100" startDate="2017-09-01 15:35:12 +0100" endDate="2017-09-01 15:44:52 +0100" value="0.13126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 17:59:55 +0100" startDate="2017-09-01 16:53:00 +0100" endDate="2017-09-01 17:02:31 +0100" value="0.01379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 17:59:55 +0100" startDate="2017-09-01 17:16:20 +0100" endDate="2017-09-01 17:23:43 +0100" value="0.03882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 17:59:55 +0100" startDate="2017-09-01 17:23:43 +0100" endDate="2017-09-01 17:29:47 +0100" value="0.0068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 19:07:00 +0100" startDate="2017-09-01 17:53:21 +0100" endDate="2017-09-01 18:03:15 +0100" value="0.08046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 19:07:00 +0100" startDate="2017-09-01 18:03:15 +0100" endDate="2017-09-01 18:04:09 +0100" value="0.00564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 23:08:52 +0100" startDate="2017-09-01 22:02:59 +0100" endDate="2017-09-01 22:09:04 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 23:08:52 +0100" startDate="2017-09-01 22:20:53 +0100" endDate="2017-09-01 22:27:04 +0100" value="0.01368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-01 23:08:52 +0100" startDate="2017-09-01 22:30:17 +0100" endDate="2017-09-01 22:39:51 +0100" value="0.03305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 08:01:36 +0100" startDate="2017-09-02 07:18:34 +0100" endDate="2017-09-02 07:25:45 +0100" value="0.04443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 08:01:36 +0100" startDate="2017-09-02 07:25:45 +0100" endDate="2017-09-02 07:31:02 +0100" value="0.02664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 11:17:26 +0100" startDate="2017-09-02 10:04:24 +0100" endDate="2017-09-02 10:14:20 +0100" value="0.03802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 11:17:26 +0100" startDate="2017-09-02 10:14:20 +0100" endDate="2017-09-02 10:15:41 +0100" value="0.10657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 11:17:26 +0100" startDate="2017-09-02 10:21:03 +0100" endDate="2017-09-02 10:30:45 +0100" value="0.26278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 11:17:26 +0100" startDate="2017-09-02 10:37:38 +0100" endDate="2017-09-02 10:47:35 +0100" value="0.17857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 11:17:26 +0100" startDate="2017-09-02 10:47:35 +0100" endDate="2017-09-02 10:56:42 +0100" value="0.43533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 11:17:26 +0100" startDate="2017-09-02 10:56:42 +0100" endDate="2017-09-02 10:59:38 +0100" value="0.10602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 12:05:35 +0100" startDate="2017-09-02 11:07:37 +0100" endDate="2017-09-02 11:15:29 +0100" value="0.07201"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 12:05:35 +0100" startDate="2017-09-02 11:18:17 +0100" endDate="2017-09-02 11:27:42 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 14:03:07 +0100" startDate="2017-09-02 13:11:46 +0100" endDate="2017-09-02 13:21:46 +0100" value="0.2398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 14:03:07 +0100" startDate="2017-09-02 13:21:46 +0100" endDate="2017-09-02 13:27:05 +0100" value="0.16718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 14:03:07 +0100" startDate="2017-09-02 13:27:33 +0100" endDate="2017-09-02 13:36:36 +0100" value="0.05642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 14:03:07 +0100" startDate="2017-09-02 13:36:36 +0100" endDate="2017-09-02 13:46:14 +0100" value="0.05978"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 14:03:07 +0100" startDate="2017-09-02 13:46:26 +0100" endDate="2017-09-02 13:54:46 +0100" value="0.07388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 15:02:14 +0100" startDate="2017-09-02 13:54:46 +0100" endDate="2017-09-02 14:04:38 +0100" value="0.05762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 15:02:14 +0100" startDate="2017-09-02 14:04:38 +0100" endDate="2017-09-02 14:13:38 +0100" value="0.1032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 15:02:14 +0100" startDate="2017-09-02 14:13:38 +0100" endDate="2017-09-02 14:23:37 +0100" value="0.03782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 15:02:14 +0100" startDate="2017-09-02 14:23:37 +0100" endDate="2017-09-02 14:33:37 +0100" value="0.14379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 15:02:14 +0100" startDate="2017-09-02 14:33:37 +0100" endDate="2017-09-02 14:43:00 +0100" value="0.36385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 15:02:14 +0100" startDate="2017-09-02 14:43:00 +0100" endDate="2017-09-02 14:53:00 +0100" value="0.2508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 16:08:13 +0100" startDate="2017-09-02 14:53:00 +0100" endDate="2017-09-02 14:59:13 +0100" value="0.22303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 16:08:13 +0100" startDate="2017-09-02 15:32:26 +0100" endDate="2017-09-02 15:40:08 +0100" value="0.0192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 20:06:30 +0100" startDate="2017-09-02 19:13:53 +0100" endDate="2017-09-02 19:23:51 +0100" value="0.3098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 20:06:30 +0100" startDate="2017-09-02 19:23:51 +0100" endDate="2017-09-02 19:32:00 +0100" value="0.16667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 20:06:30 +0100" startDate="2017-09-02 19:32:00 +0100" endDate="2017-09-02 19:41:31 +0100" value="0.02771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 20:06:30 +0100" startDate="2017-09-02 19:49:30 +0100" endDate="2017-09-02 19:58:36 +0100" value="0.13571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 21:04:26 +0100" startDate="2017-09-02 19:58:36 +0100" endDate="2017-09-02 20:07:00 +0100" value="0.03721"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 21:04:26 +0100" startDate="2017-09-02 20:09:26 +0100" endDate="2017-09-02 20:16:53 +0100" value="0.03805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 22:00:03 +0100" startDate="2017-09-02 21:47:06 +0100" endDate="2017-09-02 21:54:17 +0100" value="0.01317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 23:08:48 +0100" startDate="2017-09-02 22:02:45 +0100" endDate="2017-09-02 22:10:11 +0100" value="0.00593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 23:08:48 +0100" startDate="2017-09-02 22:12:12 +0100" endDate="2017-09-02 22:22:11 +0100" value="0.10172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 23:08:48 +0100" startDate="2017-09-02 22:22:11 +0100" endDate="2017-09-02 22:31:57 +0100" value="0.14691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 23:08:48 +0100" startDate="2017-09-02 22:31:57 +0100" endDate="2017-09-02 22:40:57 +0100" value="0.03382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 23:08:48 +0100" startDate="2017-09-02 22:41:06 +0100" endDate="2017-09-02 22:50:19 +0100" value="0.03367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-02 23:08:48 +0100" startDate="2017-09-02 22:50:19 +0100" endDate="2017-09-02 22:59:06 +0100" value="0.40866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 00:03:54 +0100" startDate="2017-09-02 22:59:06 +0100" endDate="2017-09-02 23:09:06 +0100" value="0.0107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 00:03:54 +0100" startDate="2017-09-02 23:09:06 +0100" endDate="2017-09-02 23:14:46 +0100" value="0.02229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 03:59:50 +0100" startDate="2017-09-03 03:40:18 +0100" endDate="2017-09-03 03:46:23 +0100" value="0.00486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 03:59:50 +0100" startDate="2017-09-03 03:46:23 +0100" endDate="2017-09-03 03:56:16 +0100" value="0.0292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 05:06:00 +0100" startDate="2017-09-03 03:56:16 +0100" endDate="2017-09-03 04:05:45 +0100" value="0.097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 05:06:00 +0100" startDate="2017-09-03 04:05:45 +0100" endDate="2017-09-03 04:07:35 +0100" value="0.0046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 05:06:00 +0100" startDate="2017-09-03 04:28:26 +0100" endDate="2017-09-03 04:38:21 +0100" value="0.18384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 05:06:00 +0100" startDate="2017-09-03 04:38:21 +0100" endDate="2017-09-03 04:41:38 +0100" value="0.07632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 07:08:18 +0100" startDate="2017-09-03 06:23:31 +0100" endDate="2017-09-03 06:32:36 +0100" value="0.22672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 07:08:18 +0100" startDate="2017-09-03 06:32:36 +0100" endDate="2017-09-03 06:40:15 +0100" value="0.02288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 08:00:52 +0100" startDate="2017-09-03 07:03:18 +0100" endDate="2017-09-03 07:13:13 +0100" value="0.0429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 08:00:52 +0100" startDate="2017-09-03 07:13:13 +0100" endDate="2017-09-03 07:21:47 +0100" value="0.09393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 08:00:52 +0100" startDate="2017-09-03 07:21:47 +0100" endDate="2017-09-03 07:29:42 +0100" value="0.02423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 09:09:12 +0100" startDate="2017-09-03 07:52:17 +0100" endDate="2017-09-03 08:00:26 +0100" value="0.02942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 09:09:12 +0100" startDate="2017-09-03 08:06:07 +0100" endDate="2017-09-03 08:12:35 +0100" value="0.01771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 09:09:12 +0100" startDate="2017-09-03 08:30:52 +0100" endDate="2017-09-03 08:40:51 +0100" value="0.0416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 09:09:12 +0100" startDate="2017-09-03 08:40:51 +0100" endDate="2017-09-03 08:50:02 +0100" value="0.13766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 09:09:12 +0100" startDate="2017-09-03 08:54:04 +0100" endDate="2017-09-03 09:01:48 +0100" value="0.00828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 10:07:32 +0100" startDate="2017-09-03 09:22:10 +0100" endDate="2017-09-03 09:30:48 +0100" value="0.03458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 10:07:32 +0100" startDate="2017-09-03 09:30:48 +0100" endDate="2017-09-03 09:39:08 +0100" value="0.07237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 10:07:32 +0100" startDate="2017-09-03 09:39:08 +0100" endDate="2017-09-03 09:44:49 +0100" value="0.03819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 10:07:32 +0100" startDate="2017-09-03 09:44:49 +0100" endDate="2017-09-03 09:52:40 +0100" value="0.00414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 11:01:37 +0100" startDate="2017-09-03 10:02:59 +0100" endDate="2017-09-03 10:12:48 +0100" value="0.05266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 11:01:37 +0100" startDate="2017-09-03 10:12:48 +0100" endDate="2017-09-03 10:22:16 +0100" value="0.13505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 11:01:37 +0100" startDate="2017-09-03 10:22:16 +0100" endDate="2017-09-03 10:30:24 +0100" value="0.04259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 11:01:37 +0100" startDate="2017-09-03 10:37:25 +0100" endDate="2017-09-03 10:45:13 +0100" value="0.0301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 12:02:41 +0100" startDate="2017-09-03 11:42:54 +0100" endDate="2017-09-03 11:49:27 +0100" value="0.01966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 12:02:41 +0100" startDate="2017-09-03 11:49:40 +0100" endDate="2017-09-03 11:55:58 +0100" value="0.00643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 13:02:29 +0100" startDate="2017-09-03 11:55:58 +0100" endDate="2017-09-03 12:03:37 +0100" value="0.03484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 13:02:29 +0100" startDate="2017-09-03 12:06:57 +0100" endDate="2017-09-03 12:16:27 +0100" value="0.10342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 13:02:29 +0100" startDate="2017-09-03 12:16:27 +0100" endDate="2017-09-03 12:22:41 +0100" value="0.0303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 13:02:29 +0100" startDate="2017-09-03 12:46:43 +0100" endDate="2017-09-03 12:56:01 +0100" value="0.04977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 12:56:01 +0100" endDate="2017-09-03 13:06:00 +0100" value="0.28287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 13:06:00 +0100" endDate="2017-09-03 13:13:05 +0100" value="0.35427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 13:13:12 +0100" endDate="2017-09-03 13:22:00 +0100" value="0.09227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 13:39:47 +0100" endDate="2017-09-03 13:49:36 +0100" value="0.12349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 13:49:36 +0100" endDate="2017-09-03 13:58:09 +0100" value="0.20462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 14:16:34 +0100" endDate="2017-09-03 14:25:04 +0100" value="0.00207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 14:25:04 +0100" endDate="2017-09-03 14:33:51 +0100" value="0.1168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 14:45:36 +0100" startDate="2017-09-03 14:33:51 +0100" endDate="2017-09-03 14:43:24 +0100" value="0.29682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 15:48:33 +0100" startDate="2017-09-03 14:43:24 +0100" endDate="2017-09-03 14:45:37 +0100" value="0.00168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 15:48:33 +0100" startDate="2017-09-03 14:56:22 +0100" endDate="2017-09-03 15:06:17 +0100" value="0.31931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 17:49:53 +0100" startDate="2017-09-03 17:02:13 +0100" endDate="2017-09-03 17:10:26 +0100" value="0.02522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-03 21:38:26 +0100" startDate="2017-09-03 21:26:34 +0100" endDate="2017-09-03 21:33:25 +0100" value="0.04301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 07:07:34 +0100" startDate="2017-09-04 05:55:22 +0100" endDate="2017-09-04 06:05:20 +0100" value="0.0658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 07:07:34 +0100" startDate="2017-09-04 06:05:20 +0100" endDate="2017-09-04 06:11:09 +0100" value="0.02057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 07:07:34 +0100" startDate="2017-09-04 06:25:35 +0100" endDate="2017-09-04 06:33:34 +0100" value="0.03828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 07:07:34 +0100" startDate="2017-09-04 06:33:34 +0100" endDate="2017-09-04 06:43:05 +0100" value="0.07246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 07:07:34 +0100" startDate="2017-09-04 06:43:05 +0100" endDate="2017-09-04 06:53:03 +0100" value="0.8649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 07:07:34 +0100" startDate="2017-09-04 06:53:03 +0100" endDate="2017-09-04 07:00:24 +0100" value="0.13798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 09:01:35 +0100" startDate="2017-09-04 08:44:27 +0100" endDate="2017-09-04 08:51:16 +0100" value="0.00806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 10:03:53 +0100" startDate="2017-09-04 09:09:10 +0100" endDate="2017-09-04 09:16:29 +0100" value="0.00956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 10:03:53 +0100" startDate="2017-09-04 09:16:29 +0100" endDate="2017-09-04 09:24:34 +0100" value="0.08914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 11:05:32 +0100" startDate="2017-09-04 10:15:24 +0100" endDate="2017-09-04 10:25:24 +0100" value="0.06267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 11:05:32 +0100" startDate="2017-09-04 10:25:24 +0100" endDate="2017-09-04 10:35:21 +0100" value="0.31213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 11:05:32 +0100" startDate="2017-09-04 10:35:21 +0100" endDate="2017-09-04 10:44:36 +0100" value="0.54681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 12:00:50 +0100" startDate="2017-09-04 11:04:17 +0100" endDate="2017-09-04 11:14:16 +0100" value="0.34801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 12:00:50 +0100" startDate="2017-09-04 11:14:16 +0100" endDate="2017-09-04 11:22:55 +0100" value="0.54856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 12:00:50 +0100" startDate="2017-09-04 11:22:55 +0100" endDate="2017-09-04 11:30:23 +0100" value="0.03308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 12:00:50 +0100" startDate="2017-09-04 11:30:23 +0100" endDate="2017-09-04 11:36:36 +0100" value="0.02784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 13:03:27 +0100" startDate="2017-09-04 11:50:59 +0100" endDate="2017-09-04 11:57:22 +0100" value="0.0082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 13:03:27 +0100" startDate="2017-09-04 12:51:10 +0100" endDate="2017-09-04 12:57:59 +0100" value="0.05283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 14:02:08 +0100" startDate="2017-09-04 12:57:59 +0100" endDate="2017-09-04 13:04:26 +0100" value="0.05354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 14:02:08 +0100" startDate="2017-09-04 13:19:00 +0100" endDate="2017-09-04 13:27:48 +0100" value="0.01154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 14:02:08 +0100" startDate="2017-09-04 13:27:48 +0100" endDate="2017-09-04 13:29:02 +0100" value="0.00165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 15:07:51 +0100" startDate="2017-09-04 14:11:41 +0100" endDate="2017-09-04 14:18:37 +0100" value="0.08006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 15:07:51 +0100" startDate="2017-09-04 14:18:37 +0100" endDate="2017-09-04 14:27:57 +0100" value="0.11503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 15:07:51 +0100" startDate="2017-09-04 14:41:20 +0100" endDate="2017-09-04 14:50:36 +0100" value="0.07679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 16:00:58 +0100" startDate="2017-09-04 15:26:52 +0100" endDate="2017-09-04 15:34:01 +0100" value="0.02514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 16:00:58 +0100" startDate="2017-09-04 15:39:18 +0100" endDate="2017-09-04 15:49:18 +0100" value="0.07497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 16:00:58 +0100" startDate="2017-09-04 15:49:18 +0100" endDate="2017-09-04 15:59:16 +0100" value="0.64705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 17:05:30 +0100" startDate="2017-09-04 15:59:16 +0100" endDate="2017-09-04 16:00:18 +0100" value="0.05968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 20:01:17 +0100" startDate="2017-09-04 19:15:07 +0100" endDate="2017-09-04 19:25:06 +0100" value="0.16786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 20:01:17 +0100" startDate="2017-09-04 19:25:06 +0100" endDate="2017-09-04 19:35:04 +0100" value="0.5253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 20:01:17 +0100" startDate="2017-09-04 19:35:04 +0100" endDate="2017-09-04 19:45:02 +0100" value="0.59378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 20:01:17 +0100" startDate="2017-09-04 19:45:02 +0100" endDate="2017-09-04 19:52:53 +0100" value="0.06559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-04 21:00:03 +0100" startDate="2017-09-04 20:32:00 +0100" endDate="2017-09-04 20:38:20 +0100" value="0.01076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 06:00:48 +0100" startDate="2017-09-05 05:29:14 +0100" endDate="2017-09-05 05:36:49 +0100" value="0.04018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 06:00:48 +0100" startDate="2017-09-05 05:40:45 +0100" endDate="2017-09-05 05:46:58 +0100" value="0.01139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 07:04:58 +0100" startDate="2017-09-05 06:06:21 +0100" endDate="2017-09-05 06:14:43 +0100" value="0.08045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 07:04:58 +0100" startDate="2017-09-05 06:19:17 +0100" endDate="2017-09-05 06:29:16 +0100" value="0.20218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 07:04:58 +0100" startDate="2017-09-05 06:29:16 +0100" endDate="2017-09-05 06:35:42 +0100" value="0.52569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 08:00:39 +0100" startDate="2017-09-05 07:07:34 +0100" endDate="2017-09-05 07:13:47 +0100" value="0.00867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 08:00:39 +0100" startDate="2017-09-05 07:43:31 +0100" endDate="2017-09-05 07:53:31 +0100" value="0.0953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 09:05:41 +0100" startDate="2017-09-05 07:53:31 +0100" endDate="2017-09-05 07:58:04 +0100" value="0.05426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 09:05:41 +0100" startDate="2017-09-05 08:02:00 +0100" endDate="2017-09-05 08:10:46 +0100" value="0.10439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 09:05:41 +0100" startDate="2017-09-05 08:10:46 +0100" endDate="2017-09-05 08:14:58 +0100" value="0.01501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 10:05:16 +0100" startDate="2017-09-05 08:59:48 +0100" endDate="2017-09-05 09:06:54 +0100" value="0.06179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 10:05:16 +0100" startDate="2017-09-05 09:07:34 +0100" endDate="2017-09-05 09:14:02 +0100" value="0.02765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 10:05:16 +0100" startDate="2017-09-05 09:14:02 +0100" endDate="2017-09-05 09:21:37 +0100" value="0.05663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 11:04:09 +0100" startDate="2017-09-05 10:25:07 +0100" endDate="2017-09-05 10:34:56 +0100" value="0.15101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 11:04:09 +0100" startDate="2017-09-05 10:34:56 +0100" endDate="2017-09-05 10:44:55 +0100" value="0.514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 11:04:09 +0100" startDate="2017-09-05 10:44:55 +0100" endDate="2017-09-05 10:54:49 +0100" value="0.56929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 11:59:24 +0100" startDate="2017-09-05 11:14:03 +0100" endDate="2017-09-05 11:24:01 +0100" value="0.33589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 11:59:24 +0100" startDate="2017-09-05 11:24:01 +0100" endDate="2017-09-05 11:34:00 +0100" value="0.35875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 11:59:24 +0100" startDate="2017-09-05 11:34:00 +0100" endDate="2017-09-05 11:44:00 +0100" value="0.50768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 11:59:24 +0100" startDate="2017-09-05 11:44:00 +0100" endDate="2017-09-05 11:44:28 +0100" value="0.01631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 13:03:23 +0100" startDate="2017-09-05 12:30:15 +0100" endDate="2017-09-05 12:39:53 +0100" value="0.07406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 13:03:23 +0100" startDate="2017-09-05 12:39:53 +0100" endDate="2017-09-05 12:42:46 +0100" value="0.02607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 13:03:23 +0100" startDate="2017-09-05 12:46:44 +0100" endDate="2017-09-05 12:54:20 +0100" value="0.03502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 14:05:05 +0100" startDate="2017-09-05 13:08:16 +0100" endDate="2017-09-05 13:15:12 +0100" value="0.02651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 14:05:05 +0100" startDate="2017-09-05 13:15:12 +0100" endDate="2017-09-05 13:21:20 +0100" value="0.03321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 15:59:33 +0100" startDate="2017-09-05 15:23:49 +0100" endDate="2017-09-05 15:33:35 +0100" value="0.03013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 15:59:33 +0100" startDate="2017-09-05 15:33:35 +0100" endDate="2017-09-05 15:43:12 +0100" value="0.09751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 15:59:33 +0100" startDate="2017-09-05 15:43:12 +0100" endDate="2017-09-05 15:53:10 +0100" value="0.53767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 17:04:46 +0100" startDate="2017-09-05 15:53:10 +0100" endDate="2017-09-05 15:59:18 +0100" value="0.35344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 17:04:46 +0100" startDate="2017-09-05 16:04:12 +0100" endDate="2017-09-05 16:13:26 +0100" value="0.01251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 18:01:26 +0100" startDate="2017-09-05 17:31:17 +0100" endDate="2017-09-05 17:40:28 +0100" value="0.31756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 19:02:39 +0100" startDate="2017-09-05 18:00:55 +0100" endDate="2017-09-05 18:10:27 +0100" value="0.13709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 19:02:39 +0100" startDate="2017-09-05 18:10:27 +0100" endDate="2017-09-05 18:13:40 +0100" value="0.11635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 20:03:20 +0100" startDate="2017-09-05 19:52:59 +0100" endDate="2017-09-05 20:02:50 +0100" value="0.23349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 21:03:17 +0100" startDate="2017-09-05 20:02:50 +0100" endDate="2017-09-05 20:03:21 +0100" value="0.00354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 21:03:17 +0100" startDate="2017-09-05 20:09:32 +0100" endDate="2017-09-05 20:18:15 +0100" value="0.0086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 21:03:17 +0100" startDate="2017-09-05 20:33:58 +0100" endDate="2017-09-05 20:43:56 +0100" value="0.24241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-05 21:03:17 +0100" startDate="2017-09-05 20:43:56 +0100" endDate="2017-09-05 20:44:19 +0100" value="0.0058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 06:59:38 +0100" startDate="2017-09-06 06:13:05 +0100" endDate="2017-09-06 06:20:18 +0100" value="0.03342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 06:59:38 +0100" startDate="2017-09-06 06:39:40 +0100" endDate="2017-09-06 06:46:13 +0100" value="0.02277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 06:59:38 +0100" startDate="2017-09-06 06:47:38 +0100" endDate="2017-09-06 06:57:21 +0100" value="0.04565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 08:04:19 +0100" startDate="2017-09-06 06:57:21 +0100" endDate="2017-09-06 07:07:12 +0100" value="0.68795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 08:04:19 +0100" startDate="2017-09-06 07:09:53 +0100" endDate="2017-09-06 07:19:04 +0100" value="0.01244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 08:04:19 +0100" startDate="2017-09-06 07:42:50 +0100" endDate="2017-09-06 07:52:49 +0100" value="0.04798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 08:04:19 +0100" startDate="2017-09-06 07:52:49 +0100" endDate="2017-09-06 07:54:54 +0100" value="0.01631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 09:59:50 +0100" startDate="2017-09-06 08:55:41 +0100" endDate="2017-09-06 09:05:15 +0100" value="0.01754"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 09:59:50 +0100" startDate="2017-09-06 09:05:15 +0100" endDate="2017-09-06 09:14:46 +0100" value="0.13066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 09:59:50 +0100" startDate="2017-09-06 09:28:46 +0100" endDate="2017-09-06 09:37:30 +0100" value="0.0278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 09:59:50 +0100" startDate="2017-09-06 09:37:30 +0100" endDate="2017-09-06 09:43:57 +0100" value="0.09657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 10:59:42 +0100" startDate="2017-09-06 10:11:33 +0100" endDate="2017-09-06 10:17:46 +0100" value="0.01183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 12:00:30 +0100" startDate="2017-09-06 10:59:33 +0100" endDate="2017-09-06 11:05:44 +0100" value="0.00432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 12:00:30 +0100" startDate="2017-09-06 11:05:44 +0100" endDate="2017-09-06 11:13:42 +0100" value="0.05655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 12:00:30 +0100" startDate="2017-09-06 11:13:42 +0100" endDate="2017-09-06 11:16:55 +0100" value="0.01476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 12:00:30 +0100" startDate="2017-09-06 11:31:02 +0100" endDate="2017-09-06 11:39:04 +0100" value="0.03642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 12:59:58 +0100" startDate="2017-09-06 11:54:52 +0100" endDate="2017-09-06 12:04:51 +0100" value="0.09887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 12:59:58 +0100" startDate="2017-09-06 12:04:51 +0100" endDate="2017-09-06 12:13:17 +0100" value="0.44962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 12:59:58 +0100" startDate="2017-09-06 12:13:17 +0100" endDate="2017-09-06 12:21:54 +0100" value="0.42591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 12:59:58 +0100" startDate="2017-09-06 12:29:08 +0100" endDate="2017-09-06 12:36:19 +0100" value="0.03721"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 12:59:58 +0100" startDate="2017-09-06 12:36:19 +0100" endDate="2017-09-06 12:44:51 +0100" value="0.04518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 12:59:58 +0100" startDate="2017-09-06 12:49:50 +0100" endDate="2017-09-06 12:59:49 +0100" value="0.41239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 13:59:59 +0100" startDate="2017-09-06 12:59:49 +0100" endDate="2017-09-06 13:09:35 +0100" value="0.5295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 13:59:59 +0100" startDate="2017-09-06 13:09:35 +0100" endDate="2017-09-06 13:15:42 +0100" value="0.43582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 16:00:20 +0100" startDate="2017-09-06 15:49:39 +0100" endDate="2017-09-06 15:56:37 +0100" value="0.00785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 17:01:08 +0100" startDate="2017-09-06 15:56:37 +0100" endDate="2017-09-06 16:04:41 +0100" value="0.09161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 17:01:08 +0100" startDate="2017-09-06 16:09:10 +0100" endDate="2017-09-06 16:17:56 +0100" value="0.21017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 17:01:08 +0100" startDate="2017-09-06 16:17:56 +0100" endDate="2017-09-06 16:26:10 +0100" value="0.01734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 17:01:08 +0100" startDate="2017-09-06 16:35:37 +0100" endDate="2017-09-06 16:45:36 +0100" value="0.22663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 17:01:08 +0100" startDate="2017-09-06 16:45:36 +0100" endDate="2017-09-06 16:47:17 +0100" value="0.02788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 17:59:27 +0100" startDate="2017-09-06 17:01:20 +0100" endDate="2017-09-06 17:09:55 +0100" value="0.00698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 17:59:27 +0100" startDate="2017-09-06 17:14:30 +0100" endDate="2017-09-06 17:21:31 +0100" value="0.05515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 17:59:27 +0100" startDate="2017-09-06 17:31:28 +0100" endDate="2017-09-06 17:41:27 +0100" value="0.20722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 17:59:27 +0100" startDate="2017-09-06 17:41:27 +0100" endDate="2017-09-06 17:46:18 +0100" value="0.01353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 19:00:30 +0100" startDate="2017-09-06 17:50:21 +0100" endDate="2017-09-06 18:00:18 +0100" value="0.32596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 19:00:30 +0100" startDate="2017-09-06 18:00:18 +0100" endDate="2017-09-06 18:09:04 +0100" value="0.54364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 19:00:30 +0100" startDate="2017-09-06 18:09:04 +0100" endDate="2017-09-06 18:14:37 +0100" value="0.01998"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 19:00:30 +0100" startDate="2017-09-06 18:15:02 +0100" endDate="2017-09-06 18:22:01 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 20:03:09 +0100" startDate="2017-09-06 19:10:38 +0100" endDate="2017-09-06 19:20:37 +0100" value="0.03109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 20:03:09 +0100" startDate="2017-09-06 19:20:37 +0100" endDate="2017-09-06 19:26:41 +0100" value="0.45499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 20:03:09 +0100" startDate="2017-09-06 19:41:40 +0100" endDate="2017-09-06 19:50:40 +0100" value="0.00459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 21:04:16 +0100" startDate="2017-09-06 20:02:28 +0100" endDate="2017-09-06 20:08:46 +0100" value="0.00952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 21:04:16 +0100" startDate="2017-09-06 20:08:46 +0100" endDate="2017-09-06 20:14:27 +0100" value="0.00802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 21:04:16 +0100" startDate="2017-09-06 20:41:25 +0100" endDate="2017-09-06 20:50:03 +0100" value="0.01276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 21:04:16 +0100" startDate="2017-09-06 20:50:37 +0100" endDate="2017-09-06 20:59:03 +0100" value="0.00417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 22:00:53 +0100" startDate="2017-09-06 21:03:51 +0100" endDate="2017-09-06 21:10:50 +0100" value="0.01311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 22:00:53 +0100" startDate="2017-09-06 21:18:39 +0100" endDate="2017-09-06 21:28:39 +0100" value="0.28666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-06 22:00:53 +0100" startDate="2017-09-06 21:28:39 +0100" endDate="2017-09-06 21:31:14 +0100" value="0.0892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 06:00:43 +0100" startDate="2017-09-07 04:58:27 +0100" endDate="2017-09-07 05:05:13 +0100" value="0.01884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 06:00:43 +0100" startDate="2017-09-07 05:05:13 +0100" endDate="2017-09-07 05:11:07 +0100" value="0.00144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 06:00:43 +0100" startDate="2017-09-07 05:11:34 +0100" endDate="2017-09-07 05:17:39 +0100" value="0.01117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 06:00:43 +0100" startDate="2017-09-07 05:32:22 +0100" endDate="2017-09-07 05:42:00 +0100" value="0.06675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 06:00:43 +0100" startDate="2017-09-07 05:42:00 +0100" endDate="2017-09-07 05:51:02 +0100" value="0.72543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 07:00:13 +0100" startDate="2017-09-07 06:30:20 +0100" endDate="2017-09-07 06:38:47 +0100" value="0.02089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 07:00:13 +0100" startDate="2017-09-07 06:38:47 +0100" endDate="2017-09-07 06:42:13 +0100" value="0.0409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 08:00:14 +0100" startDate="2017-09-07 06:51:53 +0100" endDate="2017-09-07 06:58:11 +0100" value="0.02205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 09:11:22 +0100" startDate="2017-09-07 08:37:24 +0100" endDate="2017-09-07 08:43:42 +0100" value="0.01048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 09:11:22 +0100" startDate="2017-09-07 08:48:39 +0100" endDate="2017-09-07 08:57:35 +0100" value="0.022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 11:05:55 +0100" startDate="2017-09-07 10:01:03 +0100" endDate="2017-09-07 10:09:38 +0100" value="0.07282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 11:05:55 +0100" startDate="2017-09-07 10:09:38 +0100" endDate="2017-09-07 10:19:21 +0100" value="0.08384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 11:05:55 +0100" startDate="2017-09-07 10:23:21 +0100" endDate="2017-09-07 10:33:21 +0100" value="0.11636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 11:05:55 +0100" startDate="2017-09-07 10:33:21 +0100" endDate="2017-09-07 10:38:57 +0100" value="0.27838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 11:05:55 +0100" startDate="2017-09-07 10:45:28 +0100" endDate="2017-09-07 10:52:34 +0100" value="0.07313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 12:00:36 +0100" startDate="2017-09-07 11:07:10 +0100" endDate="2017-09-07 11:17:09 +0100" value="0.32689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 12:00:36 +0100" startDate="2017-09-07 11:17:09 +0100" endDate="2017-09-07 11:24:06 +0100" value="0.09471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 12:00:36 +0100" startDate="2017-09-07 11:29:45 +0100" endDate="2017-09-07 11:39:26 +0100" value="0.11031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 15:04:22 +0100" startDate="2017-09-07 14:42:17 +0100" endDate="2017-09-07 14:51:26 +0100" value="0.07762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 16:00:54 +0100" startDate="2017-09-07 15:01:49 +0100" endDate="2017-09-07 15:11:33 +0100" value="0.06316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 16:00:54 +0100" startDate="2017-09-07 15:16:01 +0100" endDate="2017-09-07 15:26:00 +0100" value="0.03984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 16:00:54 +0100" startDate="2017-09-07 15:26:00 +0100" endDate="2017-09-07 15:30:48 +0100" value="0.00486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 16:00:54 +0100" startDate="2017-09-07 15:32:36 +0100" endDate="2017-09-07 15:42:02 +0100" value="0.07111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 16:00:54 +0100" startDate="2017-09-07 15:43:34 +0100" endDate="2017-09-07 15:53:33 +0100" value="0.32456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 17:00:50 +0100" startDate="2017-09-07 15:53:33 +0100" endDate="2017-09-07 16:03:29 +0100" value="0.82657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 17:00:50 +0100" startDate="2017-09-07 16:03:29 +0100" endDate="2017-09-07 16:10:04 +0100" value="0.06182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 17:59:37 +0100" startDate="2017-09-07 16:59:52 +0100" endDate="2017-09-07 17:06:41 +0100" value="0.03472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 17:59:37 +0100" startDate="2017-09-07 17:29:52 +0100" endDate="2017-09-07 17:38:51 +0100" value="0.23671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 19:47:24 +0100" startDate="2017-09-07 17:55:20 +0100" endDate="2017-09-07 18:04:44 +0100" value="0.0024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 19:47:24 +0100" startDate="2017-09-07 18:04:44 +0100" endDate="2017-09-07 18:11:52 +0100" value="0.02647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 19:47:24 +0100" startDate="2017-09-07 19:12:06 +0100" endDate="2017-09-07 19:18:06 +0100" value="0.00612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 20:33:16 +0100" startDate="2017-09-07 19:46:14 +0100" endDate="2017-09-07 19:53:44 +0100" value="0.03488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-07 20:33:16 +0100" startDate="2017-09-07 20:13:27 +0100" endDate="2017-09-07 20:22:41 +0100" value="0.19998"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 07:04:49 +0100" startDate="2017-09-08 06:09:43 +0100" endDate="2017-09-08 06:16:24 +0100" value="0.0159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 07:04:49 +0100" startDate="2017-09-08 06:39:29 +0100" endDate="2017-09-08 06:47:39 +0100" value="0.04122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 07:04:49 +0100" startDate="2017-09-08 06:47:39 +0100" endDate="2017-09-08 06:57:38 +0100" value="0.30584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 08:05:24 +0100" startDate="2017-09-08 06:57:38 +0100" endDate="2017-09-08 07:07:21 +0100" value="0.55891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 08:05:24 +0100" startDate="2017-09-08 07:10:06 +0100" endDate="2017-09-08 07:16:21 +0100" value="0.00798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 08:05:24 +0100" startDate="2017-09-08 07:16:21 +0100" endDate="2017-09-08 07:23:51 +0100" value="0.10068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 08:59:40 +0100" startDate="2017-09-08 07:59:29 +0100" endDate="2017-09-08 08:07:59 +0100" value="0.0281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 11:03:49 +0100" startDate="2017-09-08 10:52:23 +0100" endDate="2017-09-08 11:02:23 +0100" value="0.3244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 12:07:05 +0100" startDate="2017-09-08 11:02:23 +0100" endDate="2017-09-08 11:05:29 +0100" value="0.25928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 12:07:05 +0100" startDate="2017-09-08 11:48:11 +0100" endDate="2017-09-08 11:58:11 +0100" value="0.27616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 13:09:43 +0100" startDate="2017-09-08 11:58:11 +0100" endDate="2017-09-08 12:08:10 +0100" value="0.25405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 13:09:43 +0100" startDate="2017-09-08 12:08:10 +0100" endDate="2017-09-08 12:10:33 +0100" value="0.15814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 15:00:40 +0100" startDate="2017-09-08 13:54:10 +0100" endDate="2017-09-08 14:03:37 +0100" value="0.29696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 15:00:40 +0100" startDate="2017-09-08 14:03:37 +0100" endDate="2017-09-08 14:12:50 +0100" value="0.31994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 15:00:40 +0100" startDate="2017-09-08 14:12:50 +0100" endDate="2017-09-08 14:22:24 +0100" value="0.03014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 22:02:22 +0100" startDate="2017-09-08 20:55:53 +0100" endDate="2017-09-08 21:05:53 +0100" value="0.35703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 22:02:22 +0100" startDate="2017-09-08 21:05:53 +0100" endDate="2017-09-08 21:15:09 +0100" value="0.45034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 23:07:44 +0100" startDate="2017-09-08 22:04:26 +0100" endDate="2017-09-08 22:14:26 +0100" value="0.06623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 23:07:44 +0100" startDate="2017-09-08 22:14:26 +0100" endDate="2017-09-08 22:24:24 +0100" value="0.01972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 23:07:44 +0100" startDate="2017-09-08 22:24:24 +0100" endDate="2017-09-08 22:28:25 +0100" value="0.01001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 23:07:44 +0100" startDate="2017-09-08 22:31:02 +0100" endDate="2017-09-08 22:40:53 +0100" value="0.05556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-08 23:07:44 +0100" startDate="2017-09-08 22:40:53 +0100" endDate="2017-09-08 22:45:17 +0100" value="0.02037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 02:05:06 +0100" startDate="2017-09-09 01:23:11 +0100" endDate="2017-09-09 01:29:36 +0100" value="0.01944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 02:05:06 +0100" startDate="2017-09-09 01:30:16 +0100" endDate="2017-09-09 01:37:50 +0100" value="0.01265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 08:00:49 +0100" startDate="2017-09-09 06:57:25 +0100" endDate="2017-09-09 07:03:46 +0100" value="0.01575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 08:00:49 +0100" startDate="2017-09-09 07:34:45 +0100" endDate="2017-09-09 07:42:02 +0100" value="0.03743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 09:01:33 +0100" startDate="2017-09-09 08:19:31 +0100" endDate="2017-09-09 08:29:29 +0100" value="0.19436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 09:01:33 +0100" startDate="2017-09-09 08:29:29 +0100" endDate="2017-09-09 08:38:25 +0100" value="0.12767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 09:01:33 +0100" startDate="2017-09-09 08:38:25 +0100" endDate="2017-09-09 08:46:57 +0100" value="0.06403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 10:08:27 +0100" startDate="2017-09-09 09:01:30 +0100" endDate="2017-09-09 09:10:36 +0100" value="0.07698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 10:08:27 +0100" startDate="2017-09-09 09:21:55 +0100" endDate="2017-09-09 09:28:28 +0100" value="0.02344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 11:59:43 +0100" startDate="2017-09-09 11:21:23 +0100" endDate="2017-09-09 11:31:21 +0100" value="0.13942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 11:59:43 +0100" startDate="2017-09-09 11:31:21 +0100" endDate="2017-09-09 11:32:32 +0100" value="0.02986"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 13:01:13 +0100" startDate="2017-09-09 12:50:33 +0100" endDate="2017-09-09 12:59:47 +0100" value="0.18118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 12:59:47 +0100" endDate="2017-09-09 13:04:29 +0100" value="0.00839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 13:11:06 +0100" endDate="2017-09-09 13:19:06 +0100" value="0.05086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 13:19:06 +0100" endDate="2017-09-09 13:25:19 +0100" value="0.11444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 13:25:19 +0100" endDate="2017-09-09 13:34:05 +0100" value="0.03649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 13:34:05 +0100" endDate="2017-09-09 13:39:39 +0100" value="0.01864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 13:39:39 +0100" endDate="2017-09-09 13:48:20 +0100" value="0.02139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 14:02:59 +0100" startDate="2017-09-09 13:48:20 +0100" endDate="2017-09-09 13:54:27 +0100" value="0.0262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 14:59:58 +0100" startDate="2017-09-09 14:02:25 +0100" endDate="2017-09-09 14:11:39 +0100" value="0.14456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 14:59:58 +0100" startDate="2017-09-09 14:11:39 +0100" endDate="2017-09-09 14:12:42 +0100" value="0.0071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 14:59:58 +0100" startDate="2017-09-09 14:29:31 +0100" endDate="2017-09-09 14:39:26 +0100" value="0.06183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 14:59:58 +0100" startDate="2017-09-09 14:39:26 +0100" endDate="2017-09-09 14:47:55 +0100" value="0.14944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 16:03:27 +0100" startDate="2017-09-09 14:57:31 +0100" endDate="2017-09-09 15:04:30 +0100" value="0.01378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:00:35 +0100" endDate="2017-09-09 19:03:58 +0100" value="0.02416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:03:58 +0100" endDate="2017-09-09 19:05:07 +0100" value="0.0171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:09:53 +0100" endDate="2017-09-09 19:11:12 +0100" value="0.02553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:11:12 +0100" endDate="2017-09-09 19:12:13 +0100" value="0.08986"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:12:13 +0100" endDate="2017-09-09 19:13:14 +0100" value="0.08821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:13:14 +0100" endDate="2017-09-09 19:15:34 +0100" value="0.03992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:15:34 +0100" endDate="2017-09-09 19:16:35 +0100" value="0.08988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:16:35 +0100" endDate="2017-09-09 19:17:39 +0100" value="0.08931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:17:39 +0100" endDate="2017-09-09 19:18:51 +0100" value="0.08519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:18:51 +0100" endDate="2017-09-09 19:19:52 +0100" value="0.11293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:19:52 +0100" endDate="2017-09-09 19:20:53 +0100" value="0.10703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:20:53 +0100" endDate="2017-09-09 19:21:54 +0100" value="0.11114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:21:54 +0100" endDate="2017-09-09 19:22:56 +0100" value="0.0709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:22:56 +0100" endDate="2017-09-09 19:23:57 +0100" value="0.00859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:24:59 +0100" startDate="2017-09-09 19:23:57 +0100" endDate="2017-09-09 19:24:55 +0100" value="0.08223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:59:56 +0100" startDate="2017-09-09 19:24:55 +0100" endDate="2017-09-09 19:34:55 +0100" value="0.70273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:59:56 +0100" startDate="2017-09-09 19:34:55 +0100" endDate="2017-09-09 19:44:28 +0100" value="0.67328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 19:59:56 +0100" startDate="2017-09-09 19:44:28 +0100" endDate="2017-09-09 19:54:27 +0100" value="0.33609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 21:05:22 +0100" startDate="2017-09-09 19:54:27 +0100" endDate="2017-09-09 19:59:56 +0100" value="0.18056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 21:05:22 +0100" startDate="2017-09-09 20:01:25 +0100" endDate="2017-09-09 20:07:51 +0100" value="0.00533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-09 22:10:52 +0100" startDate="2017-09-09 21:17:28 +0100" endDate="2017-09-09 21:27:25 +0100" value="0.02155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 07:00:02 +0100" startDate="2017-09-10 05:56:28 +0100" endDate="2017-09-10 06:03:04 +0100" value="0.01463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 07:00:02 +0100" startDate="2017-09-10 06:04:17 +0100" endDate="2017-09-10 06:11:07 +0100" value="0.02014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 09:00:10 +0100" startDate="2017-09-10 08:47:15 +0100" endDate="2017-09-10 08:55:48 +0100" value="0.05824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 10:00:29 +0100" startDate="2017-09-10 08:55:48 +0100" endDate="2017-09-10 09:04:29 +0100" value="0.05859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 10:00:29 +0100" startDate="2017-09-10 09:16:03 +0100" endDate="2017-09-10 09:25:09 +0100" value="0.00864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 10:59:32 +0100" startDate="2017-09-10 10:00:09 +0100" endDate="2017-09-10 10:07:18 +0100" value="0.01113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 10:59:32 +0100" startDate="2017-09-10 10:26:54 +0100" endDate="2017-09-10 10:33:07 +0100" value="0.0127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 13:04:29 +0100" startDate="2017-09-10 12:35:40 +0100" endDate="2017-09-10 12:42:06 +0100" value="0.01523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 13:04:29 +0100" startDate="2017-09-10 12:42:06 +0100" endDate="2017-09-10 12:52:05 +0100" value="0.10722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 13:04:29 +0100" startDate="2017-09-10 12:52:05 +0100" endDate="2017-09-10 12:53:41 +0100" value="0.06704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 14:01:46 +0100" startDate="2017-09-10 12:58:38 +0100" endDate="2017-09-10 13:07:49 +0100" value="0.21504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 14:01:46 +0100" startDate="2017-09-10 13:07:49 +0100" endDate="2017-09-10 13:15:55 +0100" value="0.25623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 14:01:46 +0100" startDate="2017-09-10 13:23:42 +0100" endDate="2017-09-10 13:33:06 +0100" value="0.17545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 14:01:46 +0100" startDate="2017-09-10 13:33:06 +0100" endDate="2017-09-10 13:42:28 +0100" value="0.15855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 14:01:46 +0100" startDate="2017-09-10 13:42:28 +0100" endDate="2017-09-10 13:43:44 +0100" value="0.00728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 16:08:37 +0100" startDate="2017-09-10 15:08:33 +0100" endDate="2017-09-10 15:17:08 +0100" value="0.06581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 17:05:03 +0100" startDate="2017-09-10 16:33:15 +0100" endDate="2017-09-10 16:39:51 +0100" value="0.01493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 18:00:41 +0100" startDate="2017-09-10 17:25:59 +0100" endDate="2017-09-10 17:35:12 +0100" value="0.06414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 18:00:41 +0100" startDate="2017-09-10 17:40:36 +0100" endDate="2017-09-10 17:50:36 +0100" value="0.10528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 18:00:41 +0100" startDate="2017-09-10 17:50:36 +0100" endDate="2017-09-10 17:52:36 +0100" value="0.03779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 18:59:39 +0100" startDate="2017-09-10 18:02:34 +0100" endDate="2017-09-10 18:11:11 +0100" value="0.04026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 18:59:39 +0100" startDate="2017-09-10 18:11:11 +0100" endDate="2017-09-10 18:20:30 +0100" value="0.12272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 18:59:39 +0100" startDate="2017-09-10 18:20:30 +0100" endDate="2017-09-10 18:25:53 +0100" value="0.0873"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 18:59:39 +0100" startDate="2017-09-10 18:27:26 +0100" endDate="2017-09-10 18:35:54 +0100" value="0.02535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-10 22:06:56 +0100" startDate="2017-09-10 21:13:55 +0100" endDate="2017-09-10 21:21:50 +0100" value="0.05199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 06:00:01 +0100" startDate="2017-09-11 05:09:39 +0100" endDate="2017-09-11 05:17:32 +0100" value="0.04152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 06:00:01 +0100" startDate="2017-09-11 05:17:32 +0100" endDate="2017-09-11 05:21:54 +0100" value="0.00441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 06:00:01 +0100" startDate="2017-09-11 05:30:45 +0100" endDate="2017-09-11 05:37:30 +0100" value="0.02378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 06:00:01 +0100" startDate="2017-09-11 05:41:59 +0100" endDate="2017-09-11 05:51:58 +0100" value="0.13007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 07:00:05 +0100" startDate="2017-09-11 05:51:58 +0100" endDate="2017-09-11 06:01:56 +0100" value="0.75476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 07:00:05 +0100" startDate="2017-09-11 06:01:56 +0100" endDate="2017-09-11 06:11:54 +0100" value="0.15393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 07:00:05 +0100" startDate="2017-09-11 06:11:54 +0100" endDate="2017-09-11 06:19:48 +0100" value="0.12854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 07:00:05 +0100" startDate="2017-09-11 06:38:11 +0100" endDate="2017-09-11 06:45:30 +0100" value="0.06957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 07:00:05 +0100" startDate="2017-09-11 06:45:30 +0100" endDate="2017-09-11 06:52:43 +0100" value="0.0418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 08:00:55 +0100" startDate="2017-09-11 06:52:43 +0100" endDate="2017-09-11 07:02:41 +0100" value="0.11518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 08:00:55 +0100" startDate="2017-09-11 07:02:41 +0100" endDate="2017-09-11 07:05:39 +0100" value="0.06329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 09:01:07 +0100" startDate="2017-09-11 08:32:40 +0100" endDate="2017-09-11 08:42:39 +0100" value="0.11474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 09:01:07 +0100" startDate="2017-09-11 08:42:39 +0100" endDate="2017-09-11 08:50:02 +0100" value="0.11646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 10:01:30 +0100" startDate="2017-09-11 08:54:58 +0100" endDate="2017-09-11 09:02:09 +0100" value="0.04143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 10:01:30 +0100" startDate="2017-09-11 09:39:28 +0100" endDate="2017-09-11 09:47:43 +0100" value="0.07088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 10:01:30 +0100" startDate="2017-09-11 09:47:43 +0100" endDate="2017-09-11 09:50:08 +0100" value="0.00582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 11:02:52 +0100" startDate="2017-09-11 09:58:45 +0100" endDate="2017-09-11 10:01:33 +0100" value="0.02767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 11:02:52 +0100" startDate="2017-09-11 10:50:29 +0100" endDate="2017-09-11 11:00:21 +0100" value="0.15129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 12:04:42 +0100" startDate="2017-09-11 11:00:21 +0100" endDate="2017-09-11 11:09:14 +0100" value="0.48673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 12:04:42 +0100" startDate="2017-09-11 11:26:02 +0100" endDate="2017-09-11 11:36:02 +0100" value="0.20067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 12:04:42 +0100" startDate="2017-09-11 11:36:02 +0100" endDate="2017-09-11 11:46:01 +0100" value="0.49435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 12:04:42 +0100" startDate="2017-09-11 11:46:01 +0100" endDate="2017-09-11 11:51:51 +0100" value="0.24777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 14:02:05 +0100" startDate="2017-09-11 13:36:55 +0100" endDate="2017-09-11 13:46:45 +0100" value="0.0335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 14:02:05 +0100" startDate="2017-09-11 13:46:45 +0100" endDate="2017-09-11 13:55:38 +0100" value="0.59784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 14:59:36 +0100" startDate="2017-09-11 13:55:38 +0100" endDate="2017-09-11 14:00:12 +0100" value="0.00657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 16:04:25 +0100" startDate="2017-09-11 15:01:13 +0100" endDate="2017-09-11 15:11:13 +0100" value="0.04614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 16:04:25 +0100" startDate="2017-09-11 15:11:13 +0100" endDate="2017-09-11 15:19:43 +0100" value="0.53863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 16:04:25 +0100" startDate="2017-09-11 15:19:43 +0100" endDate="2017-09-11 15:23:05 +0100" value="0.00432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 16:04:25 +0100" startDate="2017-09-11 15:24:42 +0100" endDate="2017-09-11 15:31:28 +0100" value="0.01657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 16:04:25 +0100" startDate="2017-09-11 15:48:53 +0100" endDate="2017-09-11 15:57:38 +0100" value="0.1244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 18:03:40 +0100" startDate="2017-09-11 17:03:28 +0100" endDate="2017-09-11 17:13:10 +0100" value="0.03546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 18:03:40 +0100" startDate="2017-09-11 17:13:10 +0100" endDate="2017-09-11 17:23:08 +0100" value="0.38174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 18:03:40 +0100" startDate="2017-09-11 17:23:08 +0100" endDate="2017-09-11 17:33:07 +0100" value="0.30629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 18:03:40 +0100" startDate="2017-09-11 17:33:07 +0100" endDate="2017-09-11 17:39:31 +0100" value="0.18248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 18:03:40 +0100" startDate="2017-09-11 17:39:31 +0100" endDate="2017-09-11 17:45:23 +0100" value="0.01237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 19:03:40 +0100" startDate="2017-09-11 18:06:29 +0100" endDate="2017-09-11 18:14:16 +0100" value="0.01548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-11 20:59:58 +0100" startDate="2017-09-11 20:10:55 +0100" endDate="2017-09-11 20:17:46 +0100" value="0.04616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 06:00:57 +0100" startDate="2017-09-12 05:15:53 +0100" endDate="2017-09-12 05:23:09 +0100" value="0.04301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 06:00:57 +0100" startDate="2017-09-12 05:23:09 +0100" endDate="2017-09-12 05:28:20 +0100" value="0.01523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 06:00:57 +0100" startDate="2017-09-12 05:42:40 +0100" endDate="2017-09-12 05:50:14 +0100" value="0.03026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 06:59:33 +0100" startDate="2017-09-12 05:50:14 +0100" endDate="2017-09-12 05:59:22 +0100" value="0.03221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 06:59:33 +0100" startDate="2017-09-12 05:59:22 +0100" endDate="2017-09-12 06:09:20 +0100" value="0.74066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 06:59:33 +0100" startDate="2017-09-12 06:09:20 +0100" endDate="2017-09-12 06:14:41 +0100" value="0.07788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 06:59:33 +0100" startDate="2017-09-12 06:15:44 +0100" endDate="2017-09-12 06:21:44 +0100" value="0.00913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 06:59:33 +0100" startDate="2017-09-12 06:45:13 +0100" endDate="2017-09-12 06:53:07 +0100" value="0.06352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 08:00:06 +0100" startDate="2017-09-12 06:53:07 +0100" endDate="2017-09-12 07:00:02 +0100" value="0.02458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfff70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 09:00:20 +0100" startDate="2017-09-12 08:15:30 +0100" endDate="2017-09-12 08:21:38 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 09:00:20 +0100" startDate="2017-09-12 08:32:44 +0100" endDate="2017-09-12 08:42:33 +0100" value="0.14181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 09:00:20 +0100" startDate="2017-09-12 08:42:33 +0100" endDate="2017-09-12 08:50:40 +0100" value="0.23147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 09:59:48 +0100" startDate="2017-09-12 09:01:11 +0100" endDate="2017-09-12 09:11:10 +0100" value="0.44579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 09:59:48 +0100" startDate="2017-09-12 09:11:10 +0100" endDate="2017-09-12 09:15:40 +0100" value="0.10735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 09:59:48 +0100" startDate="2017-09-12 09:44:18 +0100" endDate="2017-09-12 09:54:18 +0100" value="0.34211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 10:59:31 +0100" startDate="2017-09-12 09:51:23 +0100" endDate="2017-09-12 09:52:48 +0100" value="0.07272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 10:59:31 +0100" startDate="2017-09-12 10:06:55 +0100" endDate="2017-09-12 10:12:51 +0100" value="0.00276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 10:59:31 +0100" startDate="2017-09-12 10:16:27 +0100" endDate="2017-09-12 10:26:25 +0100" value="0.117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 10:59:31 +0100" startDate="2017-09-12 10:26:25 +0100" endDate="2017-09-12 10:36:24 +0100" value="0.66337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 10:59:31 +0100" startDate="2017-09-12 10:36:24 +0100" endDate="2017-09-12 10:46:23 +0100" value="0.19242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 10:59:31 +0100" startDate="2017-09-12 10:46:23 +0100" endDate="2017-09-12 10:49:50 +0100" value="0.25162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 12:01:18 +0100" startDate="2017-09-12 11:00:18 +0100" endDate="2017-09-12 11:08:38 +0100" value="0.12036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 13:03:11 +0100" startDate="2017-09-12 12:02:22 +0100" endDate="2017-09-12 12:12:22 +0100" value="0.03459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 13:03:11 +0100" startDate="2017-09-12 12:12:22 +0100" endDate="2017-09-12 12:21:04 +0100" value="0.58403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 13:03:11 +0100" startDate="2017-09-12 12:21:04 +0100" endDate="2017-09-12 12:30:18 +0100" value="0.64266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 13:03:11 +0100" startDate="2017-09-12 12:30:18 +0100" endDate="2017-09-12 12:40:04 +0100" value="0.03282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 13:03:11 +0100" startDate="2017-09-12 12:40:04 +0100" endDate="2017-09-12 12:50:00 +0100" value="0.07247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 13:03:11 +0100" startDate="2017-09-12 12:50:00 +0100" endDate="2017-09-12 12:56:57 +0100" value="0.03308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 14:20:06 +0100" startDate="2017-09-12 13:02:17 +0100" endDate="2017-09-12 13:10:27 +0100" value="0.0543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 14:20:06 +0100" startDate="2017-09-12 13:10:27 +0100" endDate="2017-09-12 13:17:27 +0100" value="0.127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 14:20:06 +0100" startDate="2017-09-12 13:36:34 +0100" endDate="2017-09-12 13:44:26 +0100" value="0.019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 15:59:07 +0100" startDate="2017-09-12 14:54:58 +0100" endDate="2017-09-12 15:02:51 +0100" value="0.03777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 15:59:07 +0100" startDate="2017-09-12 15:25:50 +0100" endDate="2017-09-12 15:35:49 +0100" value="0.27249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 15:59:07 +0100" startDate="2017-09-12 15:35:49 +0100" endDate="2017-09-12 15:45:49 +0100" value="0.83628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 15:59:07 +0100" startDate="2017-09-12 15:45:49 +0100" endDate="2017-09-12 15:52:49 +0100" value="0.05751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 16:53:34 +0100" startDate="2017-09-12 15:52:49 +0100" endDate="2017-09-12 16:01:26 +0100" value="0.03566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 16:53:34 +0100" startDate="2017-09-12 16:02:08 +0100" endDate="2017-09-12 16:08:44 +0100" value="0.02427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 16:53:34 +0100" startDate="2017-09-12 16:19:47 +0100" endDate="2017-09-12 16:29:44 +0100" value="0.1213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 16:53:34 +0100" startDate="2017-09-12 16:29:44 +0100" endDate="2017-09-12 16:30:20 +0100" value="0.0418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 18:37:32 +0100" startDate="2017-09-12 17:01:48 +0100" endDate="2017-09-12 17:11:20 +0100" value="0.09566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 18:37:32 +0100" startDate="2017-09-12 17:11:20 +0100" endDate="2017-09-12 17:19:11 +0100" value="0.13822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 18:37:32 +0100" startDate="2017-09-12 17:19:11 +0100" endDate="2017-09-12 17:26:10 +0100" value="0.00975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 19:38:15 +0100" startDate="2017-09-12 18:51:16 +0100" endDate="2017-09-12 19:01:14 +0100" value="0.02965"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 19:38:15 +0100" startDate="2017-09-12 19:01:14 +0100" endDate="2017-09-12 19:10:57 +0100" value="0.11508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 19:38:15 +0100" startDate="2017-09-12 19:21:58 +0100" endDate="2017-09-12 19:31:23 +0100" value="0.12519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 20:45:08 +0100" startDate="2017-09-12 19:31:23 +0100" endDate="2017-09-12 19:35:26 +0100" value="0.04505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-12 21:24:14 +0100" startDate="2017-09-12 21:12:15 +0100" endDate="2017-09-12 21:18:58 +0100" value="0.0305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 06:05:38 +0100" startDate="2017-09-13 05:10:18 +0100" endDate="2017-09-13 05:17:06 +0100" value="0.02568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 06:05:38 +0100" startDate="2017-09-13 05:17:06 +0100" endDate="2017-09-13 05:21:29 +0100" value="0.00408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 06:05:38 +0100" startDate="2017-09-13 05:28:49 +0100" endDate="2017-09-13 05:35:09 +0100" value="0.00392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 06:05:38 +0100" startDate="2017-09-13 05:37:13 +0100" endDate="2017-09-13 05:44:01 +0100" value="0.02906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 06:05:38 +0100" startDate="2017-09-13 05:44:01 +0100" endDate="2017-09-13 05:54:00 +0100" value="0.04776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 06:05:38 +0100" startDate="2017-09-13 05:54:00 +0100" endDate="2017-09-13 06:03:30 +0100" value="0.67967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 06:52:28 +0100" startDate="2017-09-13 06:03:30 +0100" endDate="2017-09-13 06:05:40 +0100" value="0.00252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 06:52:28 +0100" startDate="2017-09-13 06:09:31 +0100" endDate="2017-09-13 06:15:34 +0100" value="0.0071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 07:53:11 +0100" startDate="2017-09-13 07:08:29 +0100" endDate="2017-09-13 07:15:46 +0100" value="0.05196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 07:53:11 +0100" startDate="2017-09-13 07:18:22 +0100" endDate="2017-09-13 07:25:18 +0100" value="0.03323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 07:53:11 +0100" startDate="2017-09-13 07:28:22 +0100" endDate="2017-09-13 07:34:55 +0100" value="0.00561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 07:53:11 +0100" startDate="2017-09-13 07:34:55 +0100" endDate="2017-09-13 07:44:33 +0100" value="0.09801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 08:58:29 +0100" startDate="2017-09-13 07:44:33 +0100" endDate="2017-09-13 07:53:20 +0100" value="0.18799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 08:58:29 +0100" startDate="2017-09-13 07:53:20 +0100" endDate="2017-09-13 07:58:28 +0100" value="0.01402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 08:58:29 +0100" startDate="2017-09-13 08:05:37 +0100" endDate="2017-09-13 08:11:57 +0100" value="0.01534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 08:58:29 +0100" startDate="2017-09-13 08:25:15 +0100" endDate="2017-09-13 08:33:55 +0100" value="0.10683"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 08:58:29 +0100" startDate="2017-09-13 08:33:55 +0100" endDate="2017-09-13 08:42:31 +0100" value="0.16099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 09:55:19 +0100" startDate="2017-09-13 08:54:52 +0100" endDate="2017-09-13 09:04:41 +0100" value="0.03872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 09:55:19 +0100" startDate="2017-09-13 09:21:11 +0100" endDate="2017-09-13 09:27:16 +0100" value="0.01163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 09:55:19 +0100" startDate="2017-09-13 09:34:23 +0100" endDate="2017-09-13 09:40:54 +0100" value="0.00802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 09:55:19 +0100" startDate="2017-09-13 09:41:41 +0100" endDate="2017-09-13 09:50:01 +0100" value="0.10588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 11:04:56 +0100" startDate="2017-09-13 09:50:01 +0100" endDate="2017-09-13 09:55:19 +0100" value="0.00192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 11:04:56 +0100" startDate="2017-09-13 10:26:39 +0100" endDate="2017-09-13 10:36:10 +0100" value="0.08193"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 11:04:56 +0100" startDate="2017-09-13 10:36:10 +0100" endDate="2017-09-13 10:46:10 +0100" value="0.48688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 11:04:56 +0100" startDate="2017-09-13 10:46:10 +0100" endDate="2017-09-13 10:54:09 +0100" value="0.18843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 12:01:26 +0100" startDate="2017-09-13 10:54:09 +0100" endDate="2017-09-13 10:54:12 +0100" value="0.00174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 12:01:26 +0100" startDate="2017-09-13 10:58:56 +0100" endDate="2017-09-13 11:08:55 +0100" value="0.18128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 12:01:26 +0100" startDate="2017-09-13 11:08:55 +0100" endDate="2017-09-13 11:15:58 +0100" value="0.33328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 12:57:23 +0100" startDate="2017-09-13 11:57:06 +0100" endDate="2017-09-13 12:03:16 +0100" value="0.01451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 12:57:23 +0100" startDate="2017-09-13 12:07:52 +0100" endDate="2017-09-13 12:15:03 +0100" value="0.04055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 12:57:23 +0100" startDate="2017-09-13 12:15:03 +0100" endDate="2017-09-13 12:20:11 +0100" value="0.02304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 12:57:23 +0100" startDate="2017-09-13 12:28:27 +0100" endDate="2017-09-13 12:37:36 +0100" value="0.04213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 12:57:23 +0100" startDate="2017-09-13 12:37:36 +0100" endDate="2017-09-13 12:45:54 +0100" value="0.04777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 12:57:23 +0100" startDate="2017-09-13 12:46:06 +0100" endDate="2017-09-13 12:55:01 +0100" value="0.01928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 13:54:30 +0100" startDate="2017-09-13 12:55:01 +0100" endDate="2017-09-13 13:04:34 +0100" value="0.06189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 13:54:30 +0100" startDate="2017-09-13 13:04:34 +0100" endDate="2017-09-13 13:09:47 +0100" value="0.01262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 13:54:30 +0100" startDate="2017-09-13 13:29:05 +0100" endDate="2017-09-13 13:37:28 +0100" value="0.07144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 13:54:30 +0100" startDate="2017-09-13 13:37:28 +0100" endDate="2017-09-13 13:45:57 +0100" value="0.05067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 15:02:25 +0100" startDate="2017-09-13 14:18:47 +0100" endDate="2017-09-13 14:24:55 +0100" value="0.01168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 15:02:25 +0100" startDate="2017-09-13 14:40:56 +0100" endDate="2017-09-13 14:49:34 +0100" value="0.10369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 15:02:25 +0100" startDate="2017-09-13 14:49:34 +0100" endDate="2017-09-13 14:58:29 +0100" value="0.04289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 15:59:58 +0100" startDate="2017-09-13 14:58:29 +0100" endDate="2017-09-13 15:07:47 +0100" value="0.13937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 15:59:58 +0100" startDate="2017-09-13 15:07:47 +0100" endDate="2017-09-13 15:09:14 +0100" value="0.01693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 15:59:58 +0100" startDate="2017-09-13 15:24:39 +0100" endDate="2017-09-13 15:32:06 +0100" value="0.05606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 17:08:48 +0100" startDate="2017-09-13 16:52:52 +0100" endDate="2017-09-13 16:59:10 +0100" value="0.01295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 17:52:24 +0100" startDate="2017-09-13 17:26:49 +0100" endDate="2017-09-13 17:32:56 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 18:55:36 +0100" startDate="2017-09-13 17:57:05 +0100" endDate="2017-09-13 18:05:56 +0100" value="0.04623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 18:55:36 +0100" startDate="2017-09-13 18:05:56 +0100" endDate="2017-09-13 18:13:57 +0100" value="0.2873"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 18:55:36 +0100" startDate="2017-09-13 18:14:42 +0100" endDate="2017-09-13 18:24:41 +0100" value="0.34673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 18:55:36 +0100" startDate="2017-09-13 18:24:41 +0100" endDate="2017-09-13 18:30:18 +0100" value="0.22444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 21:54:42 +0100" startDate="2017-09-13 21:09:02 +0100" endDate="2017-09-13 21:17:32 +0100" value="0.03114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-13 21:54:42 +0100" startDate="2017-09-13 21:17:32 +0100" endDate="2017-09-13 21:22:40 +0100" value="0.00084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 03:56:06 +0100" startDate="2017-09-14 03:08:39 +0100" endDate="2017-09-14 03:15:02 +0100" value="0.00582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 05:53:43 +0100" startDate="2017-09-14 05:18:54 +0100" endDate="2017-09-14 05:26:11 +0100" value="0.01967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 07:00:01 +0100" startDate="2017-09-14 05:52:00 +0100" endDate="2017-09-14 05:58:50 +0100" value="0.03385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 07:00:01 +0100" startDate="2017-09-14 05:58:50 +0100" endDate="2017-09-14 06:08:17 +0100" value="0.04732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 07:00:01 +0100" startDate="2017-09-14 06:08:17 +0100" endDate="2017-09-14 06:18:15 +0100" value="0.70792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 07:00:01 +0100" startDate="2017-09-14 06:18:15 +0100" endDate="2017-09-14 06:19:04 +0100" value="0.03243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 07:00:01 +0100" startDate="2017-09-14 06:31:24 +0100" endDate="2017-09-14 06:41:13 +0100" value="0.07605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 07:00:01 +0100" startDate="2017-09-14 06:41:13 +0100" endDate="2017-09-14 06:43:33 +0100" value="0.02699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 07:57:12 +0100" startDate="2017-09-14 07:01:56 +0100" endDate="2017-09-14 07:11:56 +0100" value="0.35502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 07:57:12 +0100" startDate="2017-09-14 07:11:56 +0100" endDate="2017-09-14 07:21:46 +0100" value="0.70154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 07:57:12 +0100" startDate="2017-09-14 07:23:21 +0100" endDate="2017-09-14 07:30:14 +0100" value="0.02466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 07:57:12 +0100" startDate="2017-09-14 07:44:21 +0100" endDate="2017-09-14 07:54:21 +0100" value="0.29363"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 09:01:51 +0100" startDate="2017-09-14 07:54:21 +0100" endDate="2017-09-14 08:03:59 +0100" value="0.82913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 09:01:51 +0100" startDate="2017-09-14 08:03:59 +0100" endDate="2017-09-14 08:11:41 +0100" value="0.03647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 09:01:51 +0100" startDate="2017-09-14 08:22:16 +0100" endDate="2017-09-14 08:28:56 +0100" value="0.03878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 09:01:51 +0100" startDate="2017-09-14 08:28:56 +0100" endDate="2017-09-14 08:38:55 +0100" value="0.05482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 09:01:51 +0100" startDate="2017-09-14 08:38:55 +0100" endDate="2017-09-14 08:39:43 +0100" value="0.03642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 09:52:40 +0100" startDate="2017-09-14 09:27:25 +0100" endDate="2017-09-14 09:36:54 +0100" value="0.0952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 09:52:40 +0100" startDate="2017-09-14 09:36:54 +0100" endDate="2017-09-14 09:46:53 +0100" value="0.10004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 11:01:12 +0100" startDate="2017-09-14 09:46:53 +0100" endDate="2017-09-14 09:52:55 +0100" value="0.07478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 11:01:12 +0100" startDate="2017-09-14 10:30:13 +0100" endDate="2017-09-14 10:39:47 +0100" value="0.05878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 11:01:12 +0100" startDate="2017-09-14 10:39:47 +0100" endDate="2017-09-14 10:40:46 +0100" value="0.0273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 11:01:12 +0100" startDate="2017-09-14 10:46:50 +0100" endDate="2017-09-14 10:55:05 +0100" value="0.05033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 11:53:24 +0100" startDate="2017-09-14 10:55:05 +0100" endDate="2017-09-14 11:04:28 +0100" value="0.00635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 11:53:24 +0100" startDate="2017-09-14 11:04:28 +0100" endDate="2017-09-14 11:06:20 +0100" value="0.02101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 11:53:24 +0100" startDate="2017-09-14 11:13:20 +0100" endDate="2017-09-14 11:23:19 +0100" value="0.24538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 11:53:24 +0100" startDate="2017-09-14 11:23:19 +0100" endDate="2017-09-14 11:31:22 +0100" value="0.44839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 11:53:24 +0100" startDate="2017-09-14 11:38:16 +0100" endDate="2017-09-14 11:48:16 +0100" value="0.25321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 13:05:17 +0100" startDate="2017-09-14 11:48:16 +0100" endDate="2017-09-14 11:54:25 +0100" value="0.44279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 13:05:17 +0100" startDate="2017-09-14 12:07:22 +0100" endDate="2017-09-14 12:13:43 +0100" value="0.00724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 13:05:17 +0100" startDate="2017-09-14 12:26:41 +0100" endDate="2017-09-14 12:36:40 +0100" value="0.08118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 13:05:17 +0100" startDate="2017-09-14 12:36:40 +0100" endDate="2017-09-14 12:45:22 +0100" value="0.03042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 13:05:17 +0100" startDate="2017-09-14 12:45:22 +0100" endDate="2017-09-14 12:55:12 +0100" value="0.09721"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 13:05:17 +0100" startDate="2017-09-14 12:55:12 +0100" endDate="2017-09-14 12:56:39 +0100" value="0.03458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 13:54:50 +0100" startDate="2017-09-14 13:29:34 +0100" endDate="2017-09-14 13:35:52 +0100" value="0.00994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 13:54:50 +0100" startDate="2017-09-14 13:36:03 +0100" endDate="2017-09-14 13:45:35 +0100" value="0.01379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 14:53:23 +0100" startDate="2017-09-14 13:45:35 +0100" endDate="2017-09-14 13:54:32 +0100" value="0.0669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 14:53:23 +0100" startDate="2017-09-14 13:55:30 +0100" endDate="2017-09-14 14:03:50 +0100" value="0.02335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 14:53:23 +0100" startDate="2017-09-14 14:03:50 +0100" endDate="2017-09-14 14:11:00 +0100" value="0.11048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 14:53:23 +0100" startDate="2017-09-14 14:11:00 +0100" endDate="2017-09-14 14:19:14 +0100" value="0.05628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 14:53:23 +0100" startDate="2017-09-14 14:19:14 +0100" endDate="2017-09-14 14:27:18 +0100" value="0.06211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 15:54:55 +0100" startDate="2017-09-14 14:51:15 +0100" endDate="2017-09-14 15:00:16 +0100" value="0.01541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 15:54:55 +0100" startDate="2017-09-14 15:00:16 +0100" endDate="2017-09-14 15:07:59 +0100" value="0.04512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 16:52:53 +0100" startDate="2017-09-14 15:59:50 +0100" endDate="2017-09-14 16:09:32 +0100" value="0.05342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 16:52:53 +0100" startDate="2017-09-14 16:20:40 +0100" endDate="2017-09-14 16:29:31 +0100" value="0.01224"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 16:52:53 +0100" startDate="2017-09-14 16:29:31 +0100" endDate="2017-09-14 16:38:43 +0100" value="0.09182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 17:58:47 +0100" startDate="2017-09-14 16:52:24 +0100" endDate="2017-09-14 17:00:52 +0100" value="0.09501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 17:58:47 +0100" startDate="2017-09-14 17:00:52 +0100" endDate="2017-09-14 17:10:50 +0100" value="0.03167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 17:58:47 +0100" startDate="2017-09-14 17:10:50 +0100" endDate="2017-09-14 17:20:49 +0100" value="0.52299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 17:58:47 +0100" startDate="2017-09-14 17:20:49 +0100" endDate="2017-09-14 17:23:50 +0100" value="0.16482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 18:56:28 +0100" startDate="2017-09-14 18:16:26 +0100" endDate="2017-09-14 18:26:16 +0100" value="0.12398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 18:56:28 +0100" startDate="2017-09-14 18:43:41 +0100" endDate="2017-09-14 18:53:02 +0100" value="0.04524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 19:58:12 +0100" startDate="2017-09-14 18:53:02 +0100" endDate="2017-09-14 18:57:40 +0100" value="0.00735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-14 21:52:32 +0100" startDate="2017-09-14 21:13:23 +0100" endDate="2017-09-14 21:20:45 +0100" value="0.01586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 07:54:46 +0100" startDate="2017-09-15 07:29:43 +0100" endDate="2017-09-15 07:39:12 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 07:54:46 +0100" startDate="2017-09-15 07:39:12 +0100" endDate="2017-09-15 07:47:02 +0100" value="0.12908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 08:54:46 +0100" startDate="2017-09-15 08:00:35 +0100" endDate="2017-09-15 08:06:43 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 08:54:46 +0100" startDate="2017-09-15 08:44:03 +0100" endDate="2017-09-15 08:54:02 +0100" value="0.16607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 09:54:25 +0100" startDate="2017-09-15 08:54:02 +0100" endDate="2017-09-15 09:03:59 +0100" value="0.1364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 09:54:25 +0100" startDate="2017-09-15 09:03:59 +0100" endDate="2017-09-15 09:12:16 +0100" value="0.32769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 09:54:25 +0100" startDate="2017-09-15 09:29:24 +0100" endDate="2017-09-15 09:36:41 +0100" value="0.02183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 09:54:25 +0100" startDate="2017-09-15 09:36:41 +0100" endDate="2017-09-15 09:44:58 +0100" value="0.02305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 11:38:45 +0100" startDate="2017-09-15 09:44:58 +0100" endDate="2017-09-15 09:54:57 +0100" value="0.02059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 11:38:45 +0100" startDate="2017-09-15 09:54:57 +0100" endDate="2017-09-15 10:03:55 +0100" value="0.05719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 11:38:45 +0100" startDate="2017-09-15 10:03:55 +0100" endDate="2017-09-15 10:13:55 +0100" value="0.03821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 11:38:45 +0100" startDate="2017-09-15 10:13:55 +0100" endDate="2017-09-15 10:23:00 +0100" value="0.06888"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 11:38:45 +0100" startDate="2017-09-15 10:23:00 +0100" endDate="2017-09-15 10:26:19 +0100" value="0.0316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 12:40:05 +0100" startDate="2017-09-15 11:37:26 +0100" endDate="2017-09-15 11:47:13 +0100" value="0.16044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 12:40:05 +0100" startDate="2017-09-15 11:47:13 +0100" endDate="2017-09-15 11:55:21 +0100" value="0.01844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 12:40:05 +0100" startDate="2017-09-15 11:58:28 +0100" endDate="2017-09-15 12:04:31 +0100" value="0.0058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 12:40:05 +0100" startDate="2017-09-15 12:17:48 +0100" endDate="2017-09-15 12:27:47 +0100" value="0.10172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 12:40:05 +0100" startDate="2017-09-15 12:27:47 +0100" endDate="2017-09-15 12:31:33 +0100" value="0.07402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 14:39:11 +0100" startDate="2017-09-15 13:52:22 +0100" endDate="2017-09-15 14:01:35 +0100" value="0.05997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 14:39:11 +0100" startDate="2017-09-15 14:05:41 +0100" endDate="2017-09-15 14:13:43 +0100" value="0.07462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 16:40:29 +0100" startDate="2017-09-15 15:49:10 +0100" endDate="2017-09-15 15:59:10 +0100" value="0.16085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 16:40:29 +0100" startDate="2017-09-15 15:59:10 +0100" endDate="2017-09-15 16:07:01 +0100" value="0.11241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 17:40:38 +0100" startDate="2017-09-15 17:20:38 +0100" endDate="2017-09-15 17:25:43 +0100" value="0.00832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 18:42:21 +0100" startDate="2017-09-15 17:36:56 +0100" endDate="2017-09-15 17:42:58 +0100" value="0.0079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 18:42:21 +0100" startDate="2017-09-15 17:54:11 +0100" endDate="2017-09-15 18:01:19 +0100" value="0.07472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 18:42:21 +0100" startDate="2017-09-15 18:01:19 +0100" endDate="2017-09-15 18:11:17 +0100" value="0.04501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 18:42:21 +0100" startDate="2017-09-15 18:11:17 +0100" endDate="2017-09-15 18:17:21 +0100" value="0.07001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 20:42:11 +0100" startDate="2017-09-15 20:00:13 +0100" endDate="2017-09-15 20:06:15 +0100" value="0.00615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 20:42:11 +0100" startDate="2017-09-15 20:22:49 +0100" endDate="2017-09-15 20:30:08 +0100" value="0.06717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 20:42:11 +0100" startDate="2017-09-15 20:30:08 +0100" endDate="2017-09-15 20:40:07 +0100" value="0.575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 21:41:06 +0100" startDate="2017-09-15 20:40:07 +0100" endDate="2017-09-15 20:44:00 +0100" value="0.16761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 21:41:06 +0100" startDate="2017-09-15 21:11:51 +0100" endDate="2017-09-15 21:18:37 +0100" value="0.0179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 21:41:06 +0100" startDate="2017-09-15 21:18:37 +0100" endDate="2017-09-15 21:23:30 +0100" value="0.00461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 22:38:05 +0100" startDate="2017-09-15 21:33:05 +0100" endDate="2017-09-15 21:41:09 +0100" value="0.0364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 22:38:05 +0100" startDate="2017-09-15 21:53:16 +0100" endDate="2017-09-15 21:59:16 +0100" value="0.00138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 22:38:05 +0100" startDate="2017-09-15 22:02:18 +0100" endDate="2017-09-15 22:08:26 +0100" value="0.0138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-15 23:39:11 +0100" startDate="2017-09-15 23:11:05 +0100" endDate="2017-09-15 23:19:40 +0100" value="0.07156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 01:39:36 +0100" startDate="2017-09-16 00:41:03 +0100" endDate="2017-09-16 00:50:48 +0100" value="0.0847"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 07:37:40 +0100" startDate="2017-09-16 06:41:31 +0100" endDate="2017-09-16 06:51:00 +0100" value="0.24855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 07:37:40 +0100" startDate="2017-09-16 06:51:00 +0100" endDate="2017-09-16 07:00:40 +0100" value="0.43815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 07:37:40 +0100" startDate="2017-09-16 07:00:40 +0100" endDate="2017-09-16 07:10:16 +0100" value="0.33894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 07:37:40 +0100" startDate="2017-09-16 07:10:16 +0100" endDate="2017-09-16 07:19:15 +0100" value="0.21422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 07:37:40 +0100" startDate="2017-09-16 07:27:21 +0100" endDate="2017-09-16 07:33:21 +0100" value="0.00376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 08:39:41 +0100" startDate="2017-09-16 07:33:21 +0100" endDate="2017-09-16 07:38:58 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 08:39:41 +0100" startDate="2017-09-16 08:00:01 +0100" endDate="2017-09-16 08:06:01 +0100" value="0.00594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 08:39:41 +0100" startDate="2017-09-16 08:10:27 +0100" endDate="2017-09-16 08:19:17 +0100" value="0.01946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 08:39:41 +0100" startDate="2017-09-16 08:19:17 +0100" endDate="2017-09-16 08:28:50 +0100" value="0.17878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 08:39:41 +0100" startDate="2017-09-16 08:28:50 +0100" endDate="2017-09-16 08:32:17 +0100" value="0.00704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 09:37:39 +0100" startDate="2017-09-16 08:32:17 +0100" endDate="2017-09-16 08:32:19 +0100" value="0.00146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 09:37:39 +0100" startDate="2017-09-16 08:44:58 +0100" endDate="2017-09-16 08:51:03 +0100" value="0.00746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 09:37:39 +0100" startDate="2017-09-16 09:10:38 +0100" endDate="2017-09-16 09:16:43 +0100" value="0.00666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 11:38:17 +0100" startDate="2017-09-16 10:44:34 +0100" endDate="2017-09-16 10:54:33 +0100" value="0.08688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 11:38:17 +0100" startDate="2017-09-16 10:54:33 +0100" endDate="2017-09-16 11:02:45 +0100" value="0.37713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 11:38:17 +0100" startDate="2017-09-16 11:14:58 +0100" endDate="2017-09-16 11:21:03 +0100" value="0.00468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 12:41:01 +0100" startDate="2017-09-16 11:32:03 +0100" endDate="2017-09-16 11:42:01 +0100" value="0.04447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 12:41:01 +0100" startDate="2017-09-16 11:42:01 +0100" endDate="2017-09-16 11:50:46 +0100" value="0.30626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 12:41:01 +0100" startDate="2017-09-16 11:50:46 +0100" endDate="2017-09-16 11:53:31 +0100" value="0.01623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 12:41:01 +0100" startDate="2017-09-16 12:05:12 +0100" endDate="2017-09-16 12:14:57 +0100" value="0.07599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 12:41:01 +0100" startDate="2017-09-16 12:14:57 +0100" endDate="2017-09-16 12:23:51 +0100" value="0.07477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 13:38:05 +0100" startDate="2017-09-16 12:53:43 +0100" endDate="2017-09-16 13:03:22 +0100" value="0.04456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 13:38:05 +0100" startDate="2017-09-16 13:03:22 +0100" endDate="2017-09-16 13:09:39 +0100" value="0.0179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 14:43:31 +0100" startDate="2017-09-16 13:31:47 +0100" endDate="2017-09-16 13:39:00 +0100" value="0.02578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 14:43:31 +0100" startDate="2017-09-16 13:39:00 +0100" endDate="2017-09-16 13:44:11 +0100" value="0.02552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 16:37:20 +0100" startDate="2017-09-16 16:18:49 +0100" endDate="2017-09-16 16:27:39 +0100" value="0.03452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 17:55:32 +0100" startDate="2017-09-16 16:27:39 +0100" endDate="2017-09-16 16:31:41 +0100" value="0.01889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 17:55:32 +0100" startDate="2017-09-16 16:48:49 +0100" endDate="2017-09-16 16:56:46 +0100" value="0.02151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 17:55:32 +0100" startDate="2017-09-16 16:56:46 +0100" endDate="2017-09-16 17:02:21 +0100" value="0.03124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 17:55:32 +0100" startDate="2017-09-16 17:05:30 +0100" endDate="2017-09-16 17:15:21 +0100" value="0.11435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 17:55:32 +0100" startDate="2017-09-16 17:28:23 +0100" endDate="2017-09-16 17:37:26 +0100" value="0.099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 17:55:32 +0100" startDate="2017-09-16 17:42:10 +0100" endDate="2017-09-16 17:48:13 +0100" value="0.00742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 18:50:21 +0100" startDate="2017-09-16 17:48:13 +0100" endDate="2017-09-16 17:48:15 +0100" value="0.00069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 19:38:11 +0100" startDate="2017-09-16 19:23:16 +0100" endDate="2017-09-16 19:32:29 +0100" value="0.17097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 20:39:34 +0100" startDate="2017-09-16 19:40:41 +0100" endDate="2017-09-16 19:48:00 +0100" value="0.00144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 20:39:34 +0100" startDate="2017-09-16 20:27:31 +0100" endDate="2017-09-16 20:34:24 +0100" value="0.0138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 21:37:18 +0100" startDate="2017-09-16 21:11:54 +0100" endDate="2017-09-16 21:20:47 +0100" value="0.10403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 22:20:59 +0100" startDate="2017-09-16 21:26:41 +0100" endDate="2017-09-16 21:36:32 +0100" value="0.01346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 22:20:59 +0100" startDate="2017-09-16 21:36:32 +0100" endDate="2017-09-16 21:37:20 +0100" value="0.00968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-16 22:52:53 +0100" startDate="2017-09-16 22:14:47 +0100" endDate="2017-09-16 22:21:12 +0100" value="0.0168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 11:55:55 +0100" startDate="2017-09-17 11:29:41 +0100" endDate="2017-09-17 11:37:03 +0100" value="0.02462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 11:48:15 +0100" endDate="2017-09-17 11:58:14 +0100" value="0.08907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 11:58:14 +0100" endDate="2017-09-17 12:06:50 +0100" value="0.14342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 12:06:50 +0100" endDate="2017-09-17 12:16:27 +0100" value="0.03739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 12:16:27 +0100" endDate="2017-09-17 12:19:46 +0100" value="0.02472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 12:20:34 +0100" endDate="2017-09-17 12:28:21 +0100" value="0.02391"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 12:28:21 +0100" endDate="2017-09-17 12:38:19 +0100" value="0.12801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 12:38:19 +0100" endDate="2017-09-17 12:44:26 +0100" value="0.12609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 12:56:02 +0100" startDate="2017-09-17 12:44:26 +0100" endDate="2017-09-17 12:49:52 +0100" value="0.01545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 13:56:28 +0100" startDate="2017-09-17 12:56:55 +0100" endDate="2017-09-17 13:03:33 +0100" value="0.03017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 13:56:28 +0100" startDate="2017-09-17 13:03:33 +0100" endDate="2017-09-17 13:13:30 +0100" value="0.082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 13:56:28 +0100" startDate="2017-09-17 13:13:30 +0100" endDate="2017-09-17 13:16:43 +0100" value="0.05098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 14:52:36 +0100" startDate="2017-09-17 14:01:00 +0100" endDate="2017-09-17 14:10:06 +0100" value="0.07133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 14:52:36 +0100" startDate="2017-09-17 14:10:06 +0100" endDate="2017-09-17 14:14:18 +0100" value="0.05868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 14:52:36 +0100" startDate="2017-09-17 14:21:02 +0100" endDate="2017-09-17 14:27:25 +0100" value="0.0115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 14:52:36 +0100" startDate="2017-09-17 14:27:25 +0100" endDate="2017-09-17 14:37:10 +0100" value="0.08837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 14:52:36 +0100" startDate="2017-09-17 14:37:10 +0100" endDate="2017-09-17 14:37:28 +0100" value="0.01158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 15:52:40 +0100" startDate="2017-09-17 14:55:11 +0100" endDate="2017-09-17 15:04:58 +0100" value="0.07685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 15:52:40 +0100" startDate="2017-09-17 15:04:58 +0100" endDate="2017-09-17 15:11:40 +0100" value="0.1093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 17:52:41 +0100" startDate="2017-09-17 17:04:36 +0100" endDate="2017-09-17 17:10:41 +0100" value="0.00756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 17:52:41 +0100" startDate="2017-09-17 17:13:04 +0100" endDate="2017-09-17 17:22:35 +0100" value="0.10603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 17:52:41 +0100" startDate="2017-09-17 17:22:35 +0100" endDate="2017-09-17 17:26:21 +0100" value="0.09647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 18:53:44 +0100" startDate="2017-09-17 17:43:10 +0100" endDate="2017-09-17 17:51:23 +0100" value="0.05208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 18:53:44 +0100" startDate="2017-09-17 17:55:14 +0100" endDate="2017-09-17 18:04:23 +0100" value="0.05096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 18:53:44 +0100" startDate="2017-09-17 18:37:29 +0100" endDate="2017-09-17 18:45:19 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 19:53:49 +0100" startDate="2017-09-17 19:07:50 +0100" endDate="2017-09-17 19:14:18 +0100" value="0.0008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-17 21:52:24 +0100" startDate="2017-09-17 20:56:43 +0100" endDate="2017-09-17 21:03:22 +0100" value="0.01472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 05:55:21 +0100" startDate="2017-09-18 05:20:24 +0100" endDate="2017-09-18 05:29:11 +0100" value="0.05187"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 05:55:21 +0100" startDate="2017-09-18 05:29:11 +0100" endDate="2017-09-18 05:35:00 +0100" value="0.01161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 05:55:21 +0100" startDate="2017-09-18 05:40:36 +0100" endDate="2017-09-18 05:47:34 +0100" value="0.03658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 05:51:35 +0100" endDate="2017-09-18 06:01:01 +0100" value="0.08679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 06:01:01 +0100" endDate="2017-09-18 06:10:44 +0100" value="0.74164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 06:10:44 +0100" endDate="2017-09-18 06:11:33 +0100" value="0.00495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 06:28:08 +0100" endDate="2017-09-18 06:34:30 +0100" value="0.00841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 06:34:39 +0100" endDate="2017-09-18 06:43:25 +0100" value="0.06666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 06:43:25 +0100" endDate="2017-09-18 06:48:10 +0100" value="0.14077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 06:59:00 +0100" startDate="2017-09-18 06:48:21 +0100" endDate="2017-09-18 06:54:42 +0100" value="0.02627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 08:53:13 +0100" startDate="2017-09-18 08:23:59 +0100" endDate="2017-09-18 08:32:32 +0100" value="0.14382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 10:05:10 +0100" startDate="2017-09-18 08:51:39 +0100" endDate="2017-09-18 09:00:29 +0100" value="0.05765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 10:05:10 +0100" startDate="2017-09-18 09:00:29 +0100" endDate="2017-09-18 09:09:44 +0100" value="0.14685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 10:05:10 +0100" startDate="2017-09-18 09:09:44 +0100" endDate="2017-09-18 09:11:01 +0100" value="0.0057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 10:58:02 +0100" startDate="2017-09-18 10:08:07 +0100" endDate="2017-09-18 10:14:48 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 10:58:02 +0100" startDate="2017-09-18 10:27:29 +0100" endDate="2017-09-18 10:37:29 +0100" value="0.18548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 10:58:02 +0100" startDate="2017-09-18 10:37:29 +0100" endDate="2017-09-18 10:46:02 +0100" value="0.55418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 10:58:02 +0100" startDate="2017-09-18 10:46:02 +0100" endDate="2017-09-18 10:52:09 +0100" value="0.10159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 11:52:55 +0100" startDate="2017-09-18 10:52:09 +0100" endDate="2017-09-18 10:58:03 +0100" value="0.00174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 11:52:55 +0100" startDate="2017-09-18 11:05:53 +0100" endDate="2017-09-18 11:15:52 +0100" value="0.37093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 11:52:55 +0100" startDate="2017-09-18 11:15:52 +0100" endDate="2017-09-18 11:22:32 +0100" value="0.4518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 11:52:55 +0100" startDate="2017-09-18 11:22:32 +0100" endDate="2017-09-18 11:30:00 +0100" value="0.08912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 11:52:55 +0100" startDate="2017-09-18 11:30:00 +0100" endDate="2017-09-18 11:37:40 +0100" value="0.14216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 11:52:55 +0100" startDate="2017-09-18 11:37:40 +0100" endDate="2017-09-18 11:46:45 +0100" value="0.1243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 12:56:35 +0100" startDate="2017-09-18 11:46:45 +0100" endDate="2017-09-18 11:56:36 +0100" value="0.04643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 12:56:35 +0100" startDate="2017-09-18 12:04:06 +0100" endDate="2017-09-18 12:13:11 +0100" value="0.15877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 12:56:35 +0100" startDate="2017-09-18 12:13:11 +0100" endDate="2017-09-18 12:15:42 +0100" value="0.03744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 13:56:38 +0100" startDate="2017-09-18 13:16:03 +0100" endDate="2017-09-18 13:25:24 +0100" value="0.07094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 13:56:38 +0100" startDate="2017-09-18 13:25:24 +0100" endDate="2017-09-18 13:31:08 +0100" value="0.02496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 13:56:38 +0100" startDate="2017-09-18 13:31:08 +0100" endDate="2017-09-18 13:38:38 +0100" value="0.06768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 13:56:38 +0100" startDate="2017-09-18 13:42:33 +0100" endDate="2017-09-18 13:49:01 +0100" value="0.02363"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 15:54:31 +0100" startDate="2017-09-18 15:00:26 +0100" endDate="2017-09-18 15:09:24 +0100" value="0.07507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 15:54:31 +0100" startDate="2017-09-18 15:09:24 +0100" endDate="2017-09-18 15:15:56 +0100" value="0.04377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 15:54:31 +0100" startDate="2017-09-18 15:15:56 +0100" endDate="2017-09-18 15:23:19 +0100" value="0.01238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 16:53:17 +0100" startDate="2017-09-18 15:46:02 +0100" endDate="2017-09-18 15:55:49 +0100" value="0.0653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 16:53:17 +0100" startDate="2017-09-18 15:56:48 +0100" endDate="2017-09-18 16:05:39 +0100" value="0.04535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 16:53:17 +0100" startDate="2017-09-18 16:05:39 +0100" endDate="2017-09-18 16:15:37 +0100" value="0.37755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 16:53:17 +0100" startDate="2017-09-18 16:15:37 +0100" endDate="2017-09-18 16:24:14 +0100" value="0.51073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 16:53:17 +0100" startDate="2017-09-18 16:24:14 +0100" endDate="2017-09-18 16:33:33 +0100" value="0.22654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 16:53:17 +0100" startDate="2017-09-18 16:33:33 +0100" endDate="2017-09-18 16:43:33 +0100" value="0.69591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 16:43:33 +0100" endDate="2017-09-18 16:44:34 +0100" value="0.11008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 16:44:34 +0100" endDate="2017-09-18 16:45:35 +0100" value="0.08403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 16:45:35 +0100" endDate="2017-09-18 16:46:37 +0100" value="0.07907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 16:46:37 +0100" endDate="2017-09-18 16:47:48 +0100" value="0.01362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 16:47:48 +0100" endDate="2017-09-18 16:48:32 +0100" value="0.02945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:08:17 +0100" endDate="2017-09-18 17:09:19 +0100" value="0.09399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:09:19 +0100" endDate="2017-09-18 17:10:20 +0100" value="0.07522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:10:20 +0100" endDate="2017-09-18 17:11:21 +0100" value="0.07556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:11:21 +0100" endDate="2017-09-18 17:12:40 +0100" value="0.01236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:12:40 +0100" endDate="2017-09-18 17:13:46 +0100" value="0.01517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:13:46 +0100" endDate="2017-09-18 17:14:48 +0100" value="0.04297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:14:48 +0100" endDate="2017-09-18 17:15:49 +0100" value="0.07788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:18:58 +0100" startDate="2017-09-18 17:15:49 +0100" endDate="2017-09-18 17:16:35 +0100" value="0.00592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 17:55:08 +0100" startDate="2017-09-18 17:16:35 +0100" endDate="2017-09-18 17:21:00 +0100" value="0.00844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 20:06:56 +0100" startDate="2017-09-18 19:05:38 +0100" endDate="2017-09-18 19:15:37 +0100" value="0.0429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 20:06:56 +0100" startDate="2017-09-18 19:15:37 +0100" endDate="2017-09-18 19:25:36 +0100" value="0.59897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 20:06:56 +0100" startDate="2017-09-18 19:25:36 +0100" endDate="2017-09-18 19:35:34 +0100" value="0.67186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 20:06:56 +0100" startDate="2017-09-18 19:35:34 +0100" endDate="2017-09-18 19:45:22 +0100" value="0.60563"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 20:06:56 +0100" startDate="2017-09-18 19:45:22 +0100" endDate="2017-09-18 19:46:23 +0100" value="0.0113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 20:54:11 +0100" startDate="2017-09-18 20:08:13 +0100" endDate="2017-09-18 20:14:33 +0100" value="0.01088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 20:54:11 +0100" startDate="2017-09-18 20:20:59 +0100" endDate="2017-09-18 20:30:58 +0100" value="0.01222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 20:54:11 +0100" startDate="2017-09-18 20:30:58 +0100" endDate="2017-09-18 20:39:22 +0100" value="0.14823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 20:54:11 +0100" startDate="2017-09-18 20:43:54 +0100" endDate="2017-09-18 20:52:10 +0100" value="0.04131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-18 21:53:24 +0100" startDate="2017-09-18 20:52:10 +0100" endDate="2017-09-18 20:59:03 +0100" value="0.06809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 05:53:03 +0100" startDate="2017-09-19 05:07:20 +0100" endDate="2017-09-19 05:14:08 +0100" value="0.02314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 05:53:03 +0100" startDate="2017-09-19 05:20:40 +0100" endDate="2017-09-19 05:26:40 +0100" value="0.00486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 05:53:03 +0100" startDate="2017-09-19 05:33:56 +0100" endDate="2017-09-19 05:43:55 +0100" value="0.07777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 06:52:47 +0100" startDate="2017-09-19 05:48:49 +0100" endDate="2017-09-19 05:58:27 +0100" value="0.20022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 06:52:47 +0100" startDate="2017-09-19 05:58:27 +0100" endDate="2017-09-19 06:06:34 +0100" value="0.53858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 06:52:47 +0100" startDate="2017-09-19 06:26:49 +0100" endDate="2017-09-19 06:36:40 +0100" value="0.02383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 06:52:47 +0100" startDate="2017-09-19 06:36:40 +0100" endDate="2017-09-19 06:39:45 +0100" value="0.03029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 08:55:04 +0100" startDate="2017-09-19 08:03:26 +0100" endDate="2017-09-19 08:12:12 +0100" value="0.23593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 08:55:04 +0100" startDate="2017-09-19 08:12:12 +0100" endDate="2017-09-19 08:21:59 +0100" value="0.26217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 08:55:04 +0100" startDate="2017-09-19 08:21:59 +0100" endDate="2017-09-19 08:31:01 +0100" value="0.10741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 08:55:04 +0100" startDate="2017-09-19 08:31:01 +0100" endDate="2017-09-19 08:39:22 +0100" value="0.04552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 08:55:04 +0100" startDate="2017-09-19 08:45:00 +0100" endDate="2017-09-19 08:53:35 +0100" value="0.11284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 09:52:37 +0100" startDate="2017-09-19 08:53:35 +0100" endDate="2017-09-19 09:01:05 +0100" value="0.10159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 09:52:37 +0100" startDate="2017-09-19 09:01:05 +0100" endDate="2017-09-19 09:10:17 +0100" value="0.10636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 09:52:37 +0100" startDate="2017-09-19 09:16:00 +0100" endDate="2017-09-19 09:25:01 +0100" value="0.13662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 10:58:44 +0100" startDate="2017-09-19 10:12:34 +0100" endDate="2017-09-19 10:20:59 +0100" value="0.01894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 10:58:44 +0100" startDate="2017-09-19 10:43:27 +0100" endDate="2017-09-19 10:53:26 +0100" value="0.18185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 11:54:33 +0100" startDate="2017-09-19 10:53:26 +0100" endDate="2017-09-19 11:03:13 +0100" value="0.72523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 11:54:33 +0100" startDate="2017-09-19 11:15:58 +0100" endDate="2017-09-19 11:25:57 +0100" value="0.34042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 11:54:33 +0100" startDate="2017-09-19 11:25:57 +0100" endDate="2017-09-19 11:35:56 +0100" value="0.60873"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 11:54:33 +0100" startDate="2017-09-19 11:35:56 +0100" endDate="2017-09-19 11:44:01 +0100" value="0.22043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 12:58:44 +0100" startDate="2017-09-19 11:48:56 +0100" endDate="2017-09-19 11:58:12 +0100" value="0.06805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 12:58:44 +0100" startDate="2017-09-19 11:58:12 +0100" endDate="2017-09-19 12:08:10 +0100" value="0.04305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 12:58:44 +0100" startDate="2017-09-19 12:08:10 +0100" endDate="2017-09-19 12:12:56 +0100" value="0.0555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 12:58:44 +0100" startDate="2017-09-19 12:27:33 +0100" endDate="2017-09-19 12:36:00 +0100" value="0.09768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 12:58:44 +0100" startDate="2017-09-19 12:36:00 +0100" endDate="2017-09-19 12:40:07 +0100" value="0.02926"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 13:53:19 +0100" startDate="2017-09-19 13:15:01 +0100" endDate="2017-09-19 13:21:44 +0100" value="0.03348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 13:53:19 +0100" startDate="2017-09-19 13:21:44 +0100" endDate="2017-09-19 13:29:12 +0100" value="0.06032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 13:53:19 +0100" startDate="2017-09-19 13:40:06 +0100" endDate="2017-09-19 13:49:12 +0100" value="0.04995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 14:54:18 +0100" startDate="2017-09-19 13:49:12 +0100" endDate="2017-09-19 13:59:10 +0100" value="0.12428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 14:54:18 +0100" startDate="2017-09-19 13:59:10 +0100" endDate="2017-09-19 14:05:55 +0100" value="0.44646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 14:54:18 +0100" startDate="2017-09-19 14:28:46 +0100" endDate="2017-09-19 14:37:33 +0100" value="0.05978"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 14:54:18 +0100" startDate="2017-09-19 14:37:33 +0100" endDate="2017-09-19 14:47:09 +0100" value="0.04372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 15:53:35 +0100" startDate="2017-09-19 15:06:06 +0100" endDate="2017-09-19 15:13:43 +0100" value="0.02872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 15:53:35 +0100" startDate="2017-09-19 15:13:43 +0100" endDate="2017-09-19 15:23:40 +0100" value="0.25495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 15:53:35 +0100" startDate="2017-09-19 15:23:40 +0100" endDate="2017-09-19 15:33:34 +0100" value="0.71349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 15:53:35 +0100" startDate="2017-09-19 15:33:34 +0100" endDate="2017-09-19 15:35:54 +0100" value="0.07089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 16:52:51 +0100" startDate="2017-09-19 16:01:27 +0100" endDate="2017-09-19 16:11:22 +0100" value="0.12982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 16:52:51 +0100" startDate="2017-09-19 16:30:41 +0100" endDate="2017-09-19 16:38:23 +0100" value="0.0558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:48:58 +0100" endDate="2017-09-19 16:49:59 +0100" value="0.07465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:49:59 +0100" endDate="2017-09-19 16:51:00 +0100" value="0.02262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:51:00 +0100" endDate="2017-09-19 16:52:01 +0100" value="0.01676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:52:01 +0100" endDate="2017-09-19 16:53:03 +0100" value="0.05522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:53:03 +0100" endDate="2017-09-19 16:54:40 +0100" value="0.02223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:54:40 +0100" endDate="2017-09-19 16:55:41 +0100" value="0.01056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:55:41 +0100" endDate="2017-09-19 16:56:52 +0100" value="0.03042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:56:52 +0100" endDate="2017-09-19 16:57:56 +0100" value="0.02117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:57:56 +0100" endDate="2017-09-19 16:59:20 +0100" value="0.04491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 16:59:20 +0100" endDate="2017-09-19 17:00:21 +0100" value="0.03368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 17:00:21 +0100" endDate="2017-09-19 17:02:21 +0100" value="0.02651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 17:02:21 +0100" endDate="2017-09-19 17:05:04 +0100" value="0.00978"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 17:05:04 +0100" endDate="2017-09-19 17:07:02 +0100" value="0.07296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 17:07:02 +0100" endDate="2017-09-19 17:08:11 +0100" value="0.09422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 17:31:48 +0100" endDate="2017-09-19 17:33:48 +0100" value="0.07802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:36:50 +0100" startDate="2017-09-19 17:33:48 +0100" endDate="2017-09-19 17:34:50 +0100" value="0.05461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 17:53:53 +0100" startDate="2017-09-19 17:36:06 +0100" endDate="2017-09-19 17:44:06 +0100" value="0.17478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 18:55:28 +0100" startDate="2017-09-19 18:14:00 +0100" endDate="2017-09-19 18:23:34 +0100" value="0.04144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-19 21:52:20 +0100" startDate="2017-09-19 20:57:34 +0100" endDate="2017-09-19 21:05:39 +0100" value="0.04781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 05:02:03 +0100" startDate="2017-09-20 04:14:12 +0100" endDate="2017-09-20 04:21:52 +0100" value="0.03688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 06:58:32 +0100" startDate="2017-09-20 05:49:07 +0100" endDate="2017-09-20 05:59:02 +0100" value="0.23928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 06:58:32 +0100" startDate="2017-09-20 05:59:02 +0100" endDate="2017-09-20 06:05:54 +0100" value="0.53818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 06:58:32 +0100" startDate="2017-09-20 06:22:17 +0100" endDate="2017-09-20 06:31:23 +0100" value="0.14873"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 06:58:32 +0100" startDate="2017-09-20 06:31:23 +0100" endDate="2017-09-20 06:40:51 +0100" value="0.11433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 06:58:32 +0100" startDate="2017-09-20 06:40:51 +0100" endDate="2017-09-20 06:46:19 +0100" value="0.11913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 07:54:21 +0100" startDate="2017-09-20 06:54:26 +0100" endDate="2017-09-20 07:01:53 +0100" value="0.06414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 07:54:21 +0100" startDate="2017-09-20 07:11:05 +0100" endDate="2017-09-20 07:19:56 +0100" value="0.037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 07:54:21 +0100" startDate="2017-09-20 07:19:56 +0100" endDate="2017-09-20 07:26:21 +0100" value="0.10361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 07:54:21 +0100" startDate="2017-09-20 07:32:35 +0100" endDate="2017-09-20 07:39:00 +0100" value="0.01012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 07:54:21 +0100" startDate="2017-09-20 07:39:00 +0100" endDate="2017-09-20 07:45:56 +0100" value="0.10198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 08:54:40 +0100" startDate="2017-09-20 08:43:52 +0100" endDate="2017-09-20 08:53:51 +0100" value="0.08479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 09:53:29 +0100" startDate="2017-09-20 08:53:51 +0100" endDate="2017-09-20 09:01:26 +0100" value="0.05949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 09:53:29 +0100" startDate="2017-09-20 09:06:09 +0100" endDate="2017-09-20 09:14:42 +0100" value="0.04169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 09:53:29 +0100" startDate="2017-09-20 09:14:42 +0100" endDate="2017-09-20 09:24:40 +0100" value="0.13713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 09:53:29 +0100" startDate="2017-09-20 09:24:40 +0100" endDate="2017-09-20 09:29:49 +0100" value="0.05186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 10:56:47 +0100" startDate="2017-09-20 09:59:43 +0100" endDate="2017-09-20 10:09:17 +0100" value="0.0413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 10:56:47 +0100" startDate="2017-09-20 10:09:17 +0100" endDate="2017-09-20 10:16:38 +0100" value="0.10544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 10:56:47 +0100" startDate="2017-09-20 10:23:39 +0100" endDate="2017-09-20 10:30:58 +0100" value="0.01536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 10:56:47 +0100" startDate="2017-09-20 10:30:58 +0100" endDate="2017-09-20 10:40:56 +0100" value="0.4902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 10:56:47 +0100" startDate="2017-09-20 10:40:56 +0100" endDate="2017-09-20 10:47:53 +0100" value="0.29382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 11:52:49 +0100" startDate="2017-09-20 10:47:53 +0100" endDate="2017-09-20 10:56:48 +0100" value="0.00164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 11:52:49 +0100" startDate="2017-09-20 11:05:35 +0100" endDate="2017-09-20 11:15:34 +0100" value="0.28636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 11:52:49 +0100" startDate="2017-09-20 11:15:34 +0100" endDate="2017-09-20 11:23:58 +0100" value="0.5901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 12:56:42 +0100" startDate="2017-09-20 11:45:40 +0100" endDate="2017-09-20 11:53:16 +0100" value="0.05168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 12:56:42 +0100" startDate="2017-09-20 12:02:06 +0100" endDate="2017-09-20 12:08:09 +0100" value="0.01296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 12:56:42 +0100" startDate="2017-09-20 12:08:20 +0100" endDate="2017-09-20 12:14:48 +0100" value="0.02935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 13:59:55 +0100" startDate="2017-09-20 12:50:36 +0100" endDate="2017-09-20 12:57:52 +0100" value="0.05015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 13:59:55 +0100" startDate="2017-09-20 12:57:52 +0100" endDate="2017-09-20 13:07:01 +0100" value="0.02655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe300&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 13:59:55 +0100" startDate="2017-09-20 13:07:01 +0100" endDate="2017-09-20 13:15:52 +0100" value="0.08663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 13:59:55 +0100" startDate="2017-09-20 13:41:33 +0100" endDate="2017-09-20 13:49:58 +0100" value="0.05156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 14:56:35 +0100" startDate="2017-09-20 13:49:58 +0100" endDate="2017-09-20 13:59:55 +0100" value="0.02615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 14:56:35 +0100" startDate="2017-09-20 13:59:55 +0100" endDate="2017-09-20 14:07:22 +0100" value="0.03445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 14:56:35 +0100" startDate="2017-09-20 14:17:10 +0100" endDate="2017-09-20 14:24:36 +0100" value="0.03423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 14:56:35 +0100" startDate="2017-09-20 14:24:36 +0100" endDate="2017-09-20 14:31:38 +0100" value="0.02361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 14:56:35 +0100" startDate="2017-09-20 14:44:30 +0100" endDate="2017-09-20 14:54:01 +0100" value="0.05502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 15:52:54 +0100" startDate="2017-09-20 14:54:01 +0100" endDate="2017-09-20 15:03:46 +0100" value="0.10182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 15:52:54 +0100" startDate="2017-09-20 15:13:12 +0100" endDate="2017-09-20 15:19:47 +0100" value="0.02619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 15:52:54 +0100" startDate="2017-09-20 15:27:24 +0100" endDate="2017-09-20 15:34:58 +0100" value="0.04163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 15:52:54 +0100" startDate="2017-09-20 15:34:58 +0100" endDate="2017-09-20 15:44:57 +0100" value="0.15016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 16:55:14 +0100" startDate="2017-09-20 15:44:57 +0100" endDate="2017-09-20 15:53:21 +0100" value="0.10347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 16:55:14 +0100" startDate="2017-09-20 15:58:21 +0100" endDate="2017-09-20 16:08:20 +0100" value="0.39035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 16:55:14 +0100" startDate="2017-09-20 16:08:20 +0100" endDate="2017-09-20 16:16:59 +0100" value="0.13745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 16:55:14 +0100" startDate="2017-09-20 16:28:20 +0100" endDate="2017-09-20 16:38:19 +0100" value="0.30199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 16:55:14 +0100" startDate="2017-09-20 16:38:19 +0100" endDate="2017-09-20 16:44:51 +0100" value="0.0323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 17:58:44 +0100" startDate="2017-09-20 16:44:51 +0100" endDate="2017-09-20 16:54:50 +0100" value="0.0316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 17:58:44 +0100" startDate="2017-09-20 16:54:50 +0100" endDate="2017-09-20 17:04:49 +0100" value="0.83762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 17:58:44 +0100" startDate="2017-09-20 17:04:49 +0100" endDate="2017-09-20 17:14:20 +0100" value="0.21599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 17:58:44 +0100" startDate="2017-09-20 17:19:30 +0100" endDate="2017-09-20 17:27:31 +0100" value="0.19406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 17:58:44 +0100" startDate="2017-09-20 17:27:31 +0100" endDate="2017-09-20 17:31:50 +0100" value="0.00792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 18:52:31 +0100" startDate="2017-09-20 18:32:46 +0100" endDate="2017-09-20 18:42:45 +0100" value="0.27024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 20:00:17 +0100" startDate="2017-09-20 18:42:45 +0100" endDate="2017-09-20 18:50:37 +0100" value="0.18288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 20:00:17 +0100" startDate="2017-09-20 19:05:19 +0100" endDate="2017-09-20 19:14:04 +0100" value="0.021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 20:56:56 +0100" startDate="2017-09-20 20:08:44 +0100" endDate="2017-09-20 20:18:32 +0100" value="0.07074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-20 20:56:56 +0100" startDate="2017-09-20 20:18:32 +0100" endDate="2017-09-20 20:25:51 +0100" value="0.33717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 05:53:19 +0100" startDate="2017-09-21 05:10:50 +0100" endDate="2017-09-21 05:20:09 +0100" value="0.01902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 05:53:19 +0100" startDate="2017-09-21 05:20:09 +0100" endDate="2017-09-21 05:26:06 +0100" value="0.03212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 05:53:19 +0100" startDate="2017-09-21 05:34:29 +0100" endDate="2017-09-21 05:44:28 +0100" value="0.05584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 06:52:44 +0100" startDate="2017-09-21 05:44:28 +0100" endDate="2017-09-21 05:54:27 +0100" value="0.00408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 06:52:44 +0100" startDate="2017-09-21 05:54:27 +0100" endDate="2017-09-21 06:04:26 +0100" value="0.64219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 06:52:44 +0100" startDate="2017-09-21 06:04:26 +0100" endDate="2017-09-21 06:13:19 +0100" value="0.14952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 06:52:44 +0100" startDate="2017-09-21 06:35:17 +0100" endDate="2017-09-21 06:45:06 +0100" value="0.10136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 07:55:57 +0100" startDate="2017-09-21 06:45:06 +0100" endDate="2017-09-21 06:54:59 +0100" value="0.17004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 07:55:57 +0100" startDate="2017-09-21 06:54:59 +0100" endDate="2017-09-21 07:03:05 +0100" value="0.04338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 07:55:57 +0100" startDate="2017-09-21 07:06:45 +0100" endDate="2017-09-21 07:15:46 +0100" value="0.05874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 07:55:57 +0100" startDate="2017-09-21 07:15:46 +0100" endDate="2017-09-21 07:24:09 +0100" value="0.09202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 08:39:12 +0100" startDate="2017-09-21 07:53:56 +0100" endDate="2017-09-21 07:54:01 +0100" value="0.00368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 09:57:08 +0100" startDate="2017-09-21 08:58:13 +0100" endDate="2017-09-21 09:08:02 +0100" value="0.02134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 09:57:08 +0100" startDate="2017-09-21 09:08:02 +0100" endDate="2017-09-21 09:09:51 +0100" value="0.06041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 10:54:05 +0100" startDate="2017-09-21 10:06:16 +0100" endDate="2017-09-21 10:12:57 +0100" value="0.02738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 10:54:05 +0100" startDate="2017-09-21 10:17:52 +0100" endDate="2017-09-21 10:26:27 +0100" value="0.04975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 10:54:05 +0100" startDate="2017-09-21 10:26:27 +0100" endDate="2017-09-21 10:29:38 +0100" value="0.04613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 11:53:27 +0100" startDate="2017-09-21 11:01:01 +0100" endDate="2017-09-21 11:11:01 +0100" value="0.22226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 11:53:27 +0100" startDate="2017-09-21 11:11:01 +0100" endDate="2017-09-21 11:20:47 +0100" value="0.55273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 11:53:27 +0100" startDate="2017-09-21 11:20:47 +0100" endDate="2017-09-21 11:28:33 +0100" value="0.05872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 11:53:27 +0100" startDate="2017-09-21 11:29:20 +0100" endDate="2017-09-21 11:39:19 +0100" value="0.24445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 11:53:27 +0100" startDate="2017-09-21 11:39:19 +0100" endDate="2017-09-21 11:47:07 +0100" value="0.49128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 12:57:19 +0100" startDate="2017-09-21 11:47:07 +0100" endDate="2017-09-21 11:53:29 +0100" value="0.00053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 12:57:19 +0100" startDate="2017-09-21 11:58:40 +0100" endDate="2017-09-21 12:08:39 +0100" value="0.0865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 13:53:20 +0100" startDate="2017-09-21 12:57:53 +0100" endDate="2017-09-21 13:06:52 +0100" value="0.03752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 13:53:20 +0100" startDate="2017-09-21 13:06:52 +0100" endDate="2017-09-21 13:11:45 +0100" value="0.0695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 13:53:20 +0100" startDate="2017-09-21 13:33:03 +0100" endDate="2017-09-21 13:41:41 +0100" value="0.05293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 13:53:20 +0100" startDate="2017-09-21 13:41:41 +0100" endDate="2017-09-21 13:50:06 +0100" value="0.09405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 14:54:25 +0100" startDate="2017-09-21 13:50:06 +0100" endDate="2017-09-21 13:53:19 +0100" value="0.02981"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 14:54:25 +0100" startDate="2017-09-21 13:54:40 +0100" endDate="2017-09-21 14:01:20 +0100" value="0.02008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 14:54:25 +0100" startDate="2017-09-21 14:44:21 +0100" endDate="2017-09-21 14:50:24 +0100" value="0.0183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 15:53:42 +0100" startDate="2017-09-21 14:50:24 +0100" endDate="2017-09-21 14:50:27 +0100" value="0.00296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 15:53:42 +0100" startDate="2017-09-21 15:09:51 +0100" endDate="2017-09-21 15:17:49 +0100" value="0.00315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 15:53:42 +0100" startDate="2017-09-21 15:17:49 +0100" endDate="2017-09-21 15:24:52 +0100" value="0.01703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 15:53:42 +0100" startDate="2017-09-21 15:25:31 +0100" endDate="2017-09-21 15:35:31 +0100" value="0.02556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 15:53:42 +0100" startDate="2017-09-21 15:35:31 +0100" endDate="2017-09-21 15:44:28 +0100" value="0.22714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 16:53:07 +0100" startDate="2017-09-21 15:44:28 +0100" endDate="2017-09-21 15:48:29 +0100" value="0.01514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 16:53:07 +0100" startDate="2017-09-21 15:55:43 +0100" endDate="2017-09-21 16:05:42 +0100" value="0.05345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 16:53:07 +0100" startDate="2017-09-21 16:05:42 +0100" endDate="2017-09-21 16:15:31 +0100" value="0.30364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 16:53:07 +0100" startDate="2017-09-21 16:28:13 +0100" endDate="2017-09-21 16:38:11 +0100" value="0.29997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 16:53:07 +0100" startDate="2017-09-21 16:38:11 +0100" endDate="2017-09-21 16:42:54 +0100" value="0.01909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 17:52:23 +0100" startDate="2017-09-21 16:42:54 +0100" endDate="2017-09-21 16:52:52 +0100" value="0.03932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 17:52:23 +0100" startDate="2017-09-21 16:52:52 +0100" endDate="2017-09-21 17:02:30 +0100" value="0.37843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 17:52:23 +0100" startDate="2017-09-21 17:02:30 +0100" endDate="2017-09-21 17:09:35 +0100" value="0.0356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 17:52:23 +0100" startDate="2017-09-21 17:21:16 +0100" endDate="2017-09-21 17:31:14 +0100" value="0.02658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 17:52:23 +0100" startDate="2017-09-21 17:31:14 +0100" endDate="2017-09-21 17:32:23 +0100" value="0.0098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-21 18:56:08 +0100" startDate="2017-09-21 18:18:02 +0100" endDate="2017-09-21 18:24:10 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 05:52:41 +0100" startDate="2017-09-22 05:12:49 +0100" endDate="2017-09-22 05:19:22 +0100" value="0.02218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 05:52:41 +0100" startDate="2017-09-22 05:39:01 +0100" endDate="2017-09-22 05:46:25 +0100" value="0.04297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 06:52:29 +0100" startDate="2017-09-22 05:46:25 +0100" endDate="2017-09-22 05:56:21 +0100" value="0.0205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 06:52:29 +0100" startDate="2017-09-22 05:56:21 +0100" endDate="2017-09-22 06:06:21 +0100" value="0.5639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 06:52:29 +0100" startDate="2017-09-22 06:06:21 +0100" endDate="2017-09-22 06:15:29 +0100" value="0.34091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 06:52:29 +0100" startDate="2017-09-22 06:15:29 +0100" endDate="2017-09-22 06:21:43 +0100" value="0.02657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 07:53:26 +0100" startDate="2017-09-22 06:42:36 +0100" endDate="2017-09-22 06:52:36 +0100" value="0.10971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 07:53:26 +0100" startDate="2017-09-22 06:52:36 +0100" endDate="2017-09-22 07:00:02 +0100" value="0.08195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 07:53:26 +0100" startDate="2017-09-22 07:05:36 +0100" endDate="2017-09-22 07:12:30 +0100" value="0.00639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 08:52:27 +0100" startDate="2017-09-22 07:58:12 +0100" endDate="2017-09-22 08:06:22 +0100" value="0.04553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 08:52:27 +0100" startDate="2017-09-22 08:06:22 +0100" endDate="2017-09-22 08:12:30 +0100" value="0.00781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 08:52:27 +0100" startDate="2017-09-22 08:21:12 +0100" endDate="2017-09-22 08:30:02 +0100" value="0.01715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 08:52:27 +0100" startDate="2017-09-22 08:30:02 +0100" endDate="2017-09-22 08:34:21 +0100" value="0.01777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 08:52:27 +0100" startDate="2017-09-22 08:36:34 +0100" endDate="2017-09-22 08:45:34 +0100" value="0.06277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 09:59:29 +0100" startDate="2017-09-22 08:45:34 +0100" endDate="2017-09-22 08:55:12 +0100" value="0.14747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 09:59:29 +0100" startDate="2017-09-22 08:55:12 +0100" endDate="2017-09-22 09:04:56 +0100" value="0.10242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 09:59:29 +0100" startDate="2017-09-22 09:04:56 +0100" endDate="2017-09-22 09:09:03 +0100" value="0.19587"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 10:57:43 +0100" startDate="2017-09-22 10:39:45 +0100" endDate="2017-09-22 10:45:45 +0100" value="0.00657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 11:57:21 +0100" startDate="2017-09-22 11:00:33 +0100" endDate="2017-09-22 11:10:26 +0100" value="0.28707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 11:57:21 +0100" startDate="2017-09-22 11:10:26 +0100" endDate="2017-09-22 11:20:24 +0100" value="0.65936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 11:57:21 +0100" startDate="2017-09-22 11:20:24 +0100" endDate="2017-09-22 11:29:46 +0100" value="0.23143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 11:57:21 +0100" startDate="2017-09-22 11:35:38 +0100" endDate="2017-09-22 11:45:37 +0100" value="0.17187"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 11:57:21 +0100" startDate="2017-09-22 11:45:37 +0100" endDate="2017-09-22 11:55:34 +0100" value="0.64436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 12:53:24 +0100" startDate="2017-09-22 11:55:34 +0100" endDate="2017-09-22 12:00:58 +0100" value="0.09787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 12:53:24 +0100" startDate="2017-09-22 12:17:20 +0100" endDate="2017-09-22 12:23:20 +0100" value="0.00657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 13:56:10 +0100" startDate="2017-09-22 12:57:44 +0100" endDate="2017-09-22 13:04:27 +0100" value="0.02417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 13:56:10 +0100" startDate="2017-09-22 13:04:27 +0100" endDate="2017-09-22 13:09:18 +0100" value="0.0568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 14:54:24 +0100" startDate="2017-09-22 14:33:09 +0100" endDate="2017-09-22 14:42:32 +0100" value="0.03128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 14:54:24 +0100" startDate="2017-09-22 14:42:32 +0100" endDate="2017-09-22 14:52:30 +0100" value="0.16109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 15:52:19 +0100" startDate="2017-09-22 14:52:30 +0100" endDate="2017-09-22 14:54:25 +0100" value="0.0009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 15:52:19 +0100" startDate="2017-09-22 14:56:51 +0100" endDate="2017-09-22 15:06:50 +0100" value="0.09236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 15:52:19 +0100" startDate="2017-09-22 15:06:50 +0100" endDate="2017-09-22 15:15:27 +0100" value="0.52286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 15:52:19 +0100" startDate="2017-09-22 15:16:31 +0100" endDate="2017-09-22 15:25:35 +0100" value="0.01947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 15:52:19 +0100" startDate="2017-09-22 15:25:35 +0100" endDate="2017-09-22 15:32:32 +0100" value="0.01444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 16:54:52 +0100" startDate="2017-09-22 15:51:23 +0100" endDate="2017-09-22 16:01:01 +0100" value="0.03438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 16:54:52 +0100" startDate="2017-09-22 16:13:53 +0100" endDate="2017-09-22 16:23:53 +0100" value="0.12629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 16:54:52 +0100" startDate="2017-09-22 16:32:21 +0100" endDate="2017-09-22 16:38:38 +0100" value="0.0045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 19:53:49 +0100" startDate="2017-09-22 19:29:02 +0100" endDate="2017-09-22 19:38:31 +0100" value="0.16265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 19:53:49 +0100" startDate="2017-09-22 19:38:31 +0100" endDate="2017-09-22 19:46:29 +0100" value="0.0268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-22 21:55:24 +0100" startDate="2017-09-22 21:32:14 +0100" endDate="2017-09-22 21:38:39 +0100" value="0.02045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 03:49:19 +0100" endDate="2017-09-23 03:58:49 +0100" value="0.0445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 03:58:49 +0100" endDate="2017-09-23 04:08:46 +0100" value="0.02261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 04:08:46 +0100" endDate="2017-09-23 04:08:59 +0100" value="0.00906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 04:15:29 +0100" endDate="2017-09-23 04:22:09 +0100" value="0.02808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 04:22:09 +0100" endDate="2017-09-23 04:32:07 +0100" value="0.05048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 04:32:07 +0100" endDate="2017-09-23 04:33:31 +0100" value="0.11456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 04:57:34 +0100" startDate="2017-09-23 04:45:54 +0100" endDate="2017-09-23 04:53:23 +0100" value="0.07324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 06:00:52 +0100" startDate="2017-09-23 04:53:23 +0100" endDate="2017-09-23 04:57:38 +0100" value="0.03012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 06:00:52 +0100" startDate="2017-09-23 05:05:50 +0100" endDate="2017-09-23 05:11:55 +0100" value="0.00086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 07:54:14 +0100" startDate="2017-09-23 06:44:33 +0100" endDate="2017-09-23 06:54:31 +0100" value="0.23179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 07:54:14 +0100" startDate="2017-09-23 06:54:31 +0100" endDate="2017-09-23 07:04:30 +0100" value="0.28814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 07:54:14 +0100" startDate="2017-09-23 07:04:30 +0100" endDate="2017-09-23 07:07:55 +0100" value="0.02226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 07:54:14 +0100" startDate="2017-09-23 07:25:53 +0100" endDate="2017-09-23 07:31:53 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 07:54:14 +0100" startDate="2017-09-23 07:31:53 +0100" endDate="2017-09-23 07:41:40 +0100" value="0.11549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 07:54:14 +0100" startDate="2017-09-23 07:41:40 +0100" endDate="2017-09-23 07:51:38 +0100" value="0.08842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 08:55:13 +0100" startDate="2017-09-23 07:51:38 +0100" endDate="2017-09-23 07:53:30 +0100" value="0.01708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 08:55:13 +0100" startDate="2017-09-23 07:55:39 +0100" endDate="2017-09-23 08:05:04 +0100" value="0.02393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 08:55:13 +0100" startDate="2017-09-23 08:05:04 +0100" endDate="2017-09-23 08:13:46 +0100" value="0.02937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 08:55:13 +0100" startDate="2017-09-23 08:21:44 +0100" endDate="2017-09-23 08:31:09 +0100" value="0.17268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 08:55:13 +0100" startDate="2017-09-23 08:31:09 +0100" endDate="2017-09-23 08:34:59 +0100" value="0.02313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 10:01:46 +0100" startDate="2017-09-23 08:48:02 +0100" endDate="2017-09-23 08:58:00 +0100" value="0.25513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 10:01:46 +0100" startDate="2017-09-23 08:58:00 +0100" endDate="2017-09-23 09:07:58 +0100" value="0.78045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 10:01:46 +0100" startDate="2017-09-23 09:07:58 +0100" endDate="2017-09-23 09:16:53 +0100" value="0.05042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 10:01:46 +0100" startDate="2017-09-23 09:16:53 +0100" endDate="2017-09-23 09:26:10 +0100" value="0.02907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 10:54:28 +0100" startDate="2017-09-23 10:11:42 +0100" endDate="2017-09-23 10:21:40 +0100" value="0.12267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 10:54:28 +0100" startDate="2017-09-23 10:21:40 +0100" endDate="2017-09-23 10:23:32 +0100" value="0.1217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 10:54:28 +0100" startDate="2017-09-23 10:33:24 +0100" endDate="2017-09-23 10:42:30 +0100" value="0.06043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 10:54:28 +0100" startDate="2017-09-23 10:42:30 +0100" endDate="2017-09-23 10:50:40 +0100" value="0.03959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 11:54:36 +0100" startDate="2017-09-23 10:55:33 +0100" endDate="2017-09-23 11:05:20 +0100" value="0.16569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 11:54:36 +0100" startDate="2017-09-23 11:05:20 +0100" endDate="2017-09-23 11:11:14 +0100" value="0.18126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 11:54:36 +0100" startDate="2017-09-23 11:15:52 +0100" endDate="2017-09-23 11:25:52 +0100" value="0.07832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 11:54:36 +0100" startDate="2017-09-23 11:25:52 +0100" endDate="2017-09-23 11:30:14 +0100" value="0.13684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 11:54:36 +0100" startDate="2017-09-23 11:42:28 +0100" endDate="2017-09-23 11:50:43 +0100" value="0.0287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 12:53:10 +0100" startDate="2017-09-23 11:50:43 +0100" endDate="2017-09-23 12:00:43 +0100" value="0.33594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 12:53:10 +0100" startDate="2017-09-23 12:00:43 +0100" endDate="2017-09-23 12:08:01 +0100" value="0.35477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 12:53:10 +0100" startDate="2017-09-23 12:14:46 +0100" endDate="2017-09-23 12:24:45 +0100" value="0.21392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 12:53:10 +0100" startDate="2017-09-23 12:24:45 +0100" endDate="2017-09-23 12:34:04 +0100" value="0.32207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 12:53:10 +0100" startDate="2017-09-23 12:34:04 +0100" endDate="2017-09-23 12:36:55 +0100" value="0.14032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 14:06:19 +0100" startDate="2017-09-23 12:49:50 +0100" endDate="2017-09-23 12:59:02 +0100" value="0.12621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 14:06:19 +0100" startDate="2017-09-23 12:59:02 +0100" endDate="2017-09-23 13:06:57 +0100" value="0.07451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 14:06:19 +0100" startDate="2017-09-23 13:06:57 +0100" endDate="2017-09-23 13:12:54 +0100" value="0.02645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 14:06:19 +0100" startDate="2017-09-23 13:18:38 +0100" endDate="2017-09-23 13:25:05 +0100" value="0.00414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 15:56:00 +0100" startDate="2017-09-23 15:16:02 +0100" endDate="2017-09-23 15:22:38 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 16:59:45 +0100" startDate="2017-09-23 16:32:28 +0100" endDate="2017-09-23 16:42:26 +0100" value="0.01486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 16:59:45 +0100" startDate="2017-09-23 16:42:26 +0100" endDate="2017-09-23 16:43:42 +0100" value="0.00473"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 18:53:12 +0100" startDate="2017-09-23 17:56:50 +0100" endDate="2017-09-23 18:03:13 +0100" value="0.01354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 18:53:12 +0100" startDate="2017-09-23 18:37:56 +0100" endDate="2017-09-23 18:44:06 +0100" value="0.0048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 21:23:47 +0100" startDate="2017-09-23 20:09:44 +0100" endDate="2017-09-23 20:15:51 +0100" value="0.0055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-23 21:53:43 +0100" startDate="2017-09-23 21:15:33 +0100" endDate="2017-09-23 21:21:41 +0100" value="0.02095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 05:55:10 +0100" startDate="2017-09-24 05:13:10 +0100" endDate="2017-09-24 05:19:53 +0100" value="0.0189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 05:55:10 +0100" startDate="2017-09-24 05:20:06 +0100" endDate="2017-09-24 05:26:37 +0100" value="0.01498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 08:58:31 +0100" startDate="2017-09-24 08:11:04 +0100" endDate="2017-09-24 08:21:02 +0100" value="0.13747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 08:58:31 +0100" startDate="2017-09-24 08:21:02 +0100" endDate="2017-09-24 08:27:50 +0100" value="0.20616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 08:58:31 +0100" startDate="2017-09-24 08:46:15 +0100" endDate="2017-09-24 08:55:21 +0100" value="0.07987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 09:56:02 +0100" startDate="2017-09-24 08:55:21 +0100" endDate="2017-09-24 09:05:01 +0100" value="0.03319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 09:56:02 +0100" startDate="2017-09-24 09:05:01 +0100" endDate="2017-09-24 09:07:06 +0100" value="0.02284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 09:56:02 +0100" startDate="2017-09-24 09:13:04 +0100" endDate="2017-09-24 09:21:45 +0100" value="0.19826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 09:56:02 +0100" startDate="2017-09-24 09:21:45 +0100" endDate="2017-09-24 09:28:21 +0100" value="0.14708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 09:56:02 +0100" startDate="2017-09-24 09:33:51 +0100" endDate="2017-09-24 09:43:51 +0100" value="0.14346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 09:56:02 +0100" startDate="2017-09-24 09:43:51 +0100" endDate="2017-09-24 09:46:59 +0100" value="0.02673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 10:58:12 +0100" startDate="2017-09-24 10:05:26 +0100" endDate="2017-09-24 10:15:24 +0100" value="0.15813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 10:58:12 +0100" startDate="2017-09-24 10:15:24 +0100" endDate="2017-09-24 10:17:27 +0100" value="0.00869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 10:58:12 +0100" startDate="2017-09-24 10:32:02 +0100" endDate="2017-09-24 10:38:25 +0100" value="0.01155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 14:52:22 +0100" startDate="2017-09-24 14:03:43 +0100" endDate="2017-09-24 14:10:47 +0100" value="0.00833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 14:52:22 +0100" startDate="2017-09-24 14:38:37 +0100" endDate="2017-09-24 14:44:50 +0100" value="0.01704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 15:56:05 +0100" startDate="2017-09-24 15:21:23 +0100" endDate="2017-09-24 15:28:47 +0100" value="0.035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 15:56:05 +0100" startDate="2017-09-24 15:28:47 +0100" endDate="2017-09-24 15:34:26 +0100" value="0.04779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 15:56:05 +0100" startDate="2017-09-24 15:35:34 +0100" endDate="2017-09-24 15:44:24 +0100" value="0.04136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 16:52:24 +0100" startDate="2017-09-24 16:41:59 +0100" endDate="2017-09-24 16:48:09 +0100" value="0.00176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 17:53:02 +0100" startDate="2017-09-24 16:58:09 +0100" endDate="2017-09-24 17:05:20 +0100" value="0.01524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 17:53:02 +0100" startDate="2017-09-24 17:17:31 +0100" endDate="2017-09-24 17:25:21 +0100" value="0.00862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 18:56:24 +0100" startDate="2017-09-24 17:48:56 +0100" endDate="2017-09-24 17:55:17 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 18:56:24 +0100" startDate="2017-09-24 17:58:30 +0100" endDate="2017-09-24 18:08:29 +0100" value="0.22298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 18:56:24 +0100" startDate="2017-09-24 18:08:29 +0100" endDate="2017-09-24 18:14:55 +0100" value="0.42446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 18:56:24 +0100" startDate="2017-09-24 18:22:10 +0100" endDate="2017-09-24 18:32:09 +0100" value="0.3389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 18:56:24 +0100" startDate="2017-09-24 18:32:09 +0100" endDate="2017-09-24 18:39:30 +0100" value="0.23232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 19:55:26 +0100" startDate="2017-09-24 18:47:07 +0100" endDate="2017-09-24 18:56:24 +0100" value="0.00754"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-24 21:55:21 +0100" startDate="2017-09-24 21:07:37 +0100" endDate="2017-09-24 21:14:05 +0100" value="0.01537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 05:53:04 +0100" startDate="2017-09-25 05:26:41 +0100" endDate="2017-09-25 05:33:09 +0100" value="0.01562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 05:53:04 +0100" startDate="2017-09-25 05:33:09 +0100" endDate="2017-09-25 05:38:30 +0100" value="0.02322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 06:57:35 +0100" startDate="2017-09-25 05:47:08 +0100" endDate="2017-09-25 05:54:24 +0100" value="0.04074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 06:57:35 +0100" startDate="2017-09-25 05:56:22 +0100" endDate="2017-09-25 06:06:21 +0100" value="0.12715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 06:57:35 +0100" startDate="2017-09-25 06:06:21 +0100" endDate="2017-09-25 06:15:31 +0100" value="0.6939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 06:57:35 +0100" startDate="2017-09-25 06:15:31 +0100" endDate="2017-09-25 06:21:38 +0100" value="0.07049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 06:57:35 +0100" startDate="2017-09-25 06:39:55 +0100" endDate="2017-09-25 06:49:52 +0100" value="0.10659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 07:54:08 +0100" startDate="2017-09-25 06:49:52 +0100" endDate="2017-09-25 06:58:24 +0100" value="0.05474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 07:54:08 +0100" startDate="2017-09-25 07:08:18 +0100" endDate="2017-09-25 07:14:23 +0100" value="0.01236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 08:59:08 +0100" startDate="2017-09-25 08:18:39 +0100" endDate="2017-09-25 08:27:14 +0100" value="0.00208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 08:59:08 +0100" startDate="2017-09-25 08:33:05 +0100" endDate="2017-09-25 08:42:29 +0100" value="0.05825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 08:59:08 +0100" startDate="2017-09-25 08:42:29 +0100" endDate="2017-09-25 08:51:23 +0100" value="0.13901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 09:53:08 +0100" startDate="2017-09-25 08:51:23 +0100" endDate="2017-09-25 09:01:21 +0100" value="0.1416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 09:53:08 +0100" startDate="2017-09-25 09:01:21 +0100" endDate="2017-09-25 09:11:01 +0100" value="0.02162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 09:53:08 +0100" startDate="2017-09-25 09:11:01 +0100" endDate="2017-09-25 09:14:37 +0100" value="0.00588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 09:53:08 +0100" startDate="2017-09-25 09:19:09 +0100" endDate="2017-09-25 09:28:12 +0100" value="0.00533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 10:52:21 +0100" startDate="2017-09-25 10:21:36 +0100" endDate="2017-09-25 10:27:54 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 10:52:21 +0100" startDate="2017-09-25 10:31:56 +0100" endDate="2017-09-25 10:38:06 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 10:52:21 +0100" startDate="2017-09-25 10:38:06 +0100" endDate="2017-09-25 10:48:06 +0100" value="0.22376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 11:55:22 +0100" startDate="2017-09-25 10:48:06 +0100" endDate="2017-09-25 10:58:04 +0100" value="0.73915"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 11:55:22 +0100" startDate="2017-09-25 10:58:04 +0100" endDate="2017-09-25 11:07:36 +0100" value="0.25638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 11:55:22 +0100" startDate="2017-09-25 11:11:01 +0100" endDate="2017-09-25 11:21:00 +0100" value="0.41557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 11:55:22 +0100" startDate="2017-09-25 11:21:00 +0100" endDate="2017-09-25 11:22:03 +0100" value="0.02945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 11:55:22 +0100" startDate="2017-09-25 11:30:56 +0100" endDate="2017-09-25 11:37:34 +0100" value="0.00989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 11:55:22 +0100" startDate="2017-09-25 11:37:34 +0100" endDate="2017-09-25 11:43:37 +0100" value="0.01182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 12:55:34 +0100" startDate="2017-09-25 11:55:20 +0100" endDate="2017-09-25 12:05:19 +0100" value="0.09517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 12:55:34 +0100" startDate="2017-09-25 12:05:19 +0100" endDate="2017-09-25 12:12:37 +0100" value="0.18361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 12:55:34 +0100" startDate="2017-09-25 12:14:45 +0100" endDate="2017-09-25 12:21:28 +0100" value="0.02278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 12:55:34 +0100" startDate="2017-09-25 12:21:28 +0100" endDate="2017-09-25 12:26:33 +0100" value="0.02898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 12:55:34 +0100" startDate="2017-09-25 12:32:16 +0100" endDate="2017-09-25 12:40:25 +0100" value="0.0527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 12:55:34 +0100" startDate="2017-09-25 12:40:25 +0100" endDate="2017-09-25 12:45:33 +0100" value="0.05145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 14:54:51 +0100" startDate="2017-09-25 13:50:11 +0100" endDate="2017-09-25 13:58:44 +0100" value="0.04338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 14:54:51 +0100" startDate="2017-09-25 14:29:14 +0100" endDate="2017-09-25 14:37:47 +0100" value="0.0994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 14:54:51 +0100" startDate="2017-09-25 14:37:47 +0100" endDate="2017-09-25 14:42:09 +0100" value="0.02138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 15:55:47 +0100" startDate="2017-09-25 15:14:36 +0100" endDate="2017-09-25 15:20:41 +0100" value="0.00477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 15:55:47 +0100" startDate="2017-09-25 15:20:41 +0100" endDate="2017-09-25 15:30:09 +0100" value="0.05264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 15:55:47 +0100" startDate="2017-09-25 15:30:09 +0100" endDate="2017-09-25 15:37:29 +0100" value="0.11341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 15:55:47 +0100" startDate="2017-09-25 15:37:29 +0100" endDate="2017-09-25 15:46:59 +0100" value="0.03662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 15:46:59 +0100" endDate="2017-09-25 15:47:40 +0100" value="0.01054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 15:57:44 +0100" endDate="2017-09-25 16:07:43 +0100" value="0.27661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 16:07:43 +0100" endDate="2017-09-25 16:17:41 +0100" value="0.4763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 16:17:41 +0100" endDate="2017-09-25 16:26:29 +0100" value="0.18338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 16:26:29 +0100" endDate="2017-09-25 16:33:16 +0100" value="0.02442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 16:33:16 +0100" endDate="2017-09-25 16:40:20 +0100" value="0.0138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 16:58:47 +0100" startDate="2017-09-25 16:40:21 +0100" endDate="2017-09-25 16:47:35 +0100" value="0.01609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 17:24:20 +0100" startDate="2017-09-25 16:57:48 +0100" endDate="2017-09-25 16:58:47 +0100" value="0.04408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-25 17:54:00 +0100" startDate="2017-09-25 17:41:12 +0100" endDate="2017-09-25 17:47:30 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 05:54:07 +0100" startDate="2017-09-26 04:58:01 +0100" endDate="2017-09-26 05:04:52 +0100" value="0.01964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 05:54:07 +0100" startDate="2017-09-26 05:28:30 +0100" endDate="2017-09-26 05:36:45 +0100" value="0.05734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 05:54:07 +0100" startDate="2017-09-26 05:36:45 +0100" endDate="2017-09-26 05:46:41 +0100" value="0.04275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 06:56:53 +0100" startDate="2017-09-26 05:46:41 +0100" endDate="2017-09-26 05:56:39 +0100" value="0.6947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 06:56:53 +0100" startDate="2017-09-26 05:56:39 +0100" endDate="2017-09-26 05:58:44 +0100" value="0.04747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 07:55:40 +0100" startDate="2017-09-26 07:10:06 +0100" endDate="2017-09-26 07:20:01 +0100" value="0.25582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 07:55:40 +0100" startDate="2017-09-26 07:20:01 +0100" endDate="2017-09-26 07:27:47 +0100" value="0.38225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 09:57:54 +0100" startDate="2017-09-26 09:00:58 +0100" endDate="2017-09-26 09:09:21 +0100" value="0.05715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 09:57:54 +0100" startDate="2017-09-26 09:09:21 +0100" endDate="2017-09-26 09:19:04 +0100" value="0.05913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 10:57:57 +0100" startDate="2017-09-26 09:57:29 +0100" endDate="2017-09-26 10:07:23 +0100" value="0.08912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 10:57:57 +0100" startDate="2017-09-26 10:07:23 +0100" endDate="2017-09-26 10:10:29 +0100" value="0.08784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 10:57:57 +0100" startDate="2017-09-26 10:14:26 +0100" endDate="2017-09-26 10:22:31 +0100" value="0.05274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 10:57:57 +0100" startDate="2017-09-26 10:22:31 +0100" endDate="2017-09-26 10:32:26 +0100" value="0.01512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 10:57:57 +0100" startDate="2017-09-26 10:32:26 +0100" endDate="2017-09-26 10:42:24 +0100" value="0.48522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 10:57:57 +0100" startDate="2017-09-26 10:42:24 +0100" endDate="2017-09-26 10:49:09 +0100" value="0.39578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 11:57:28 +0100" startDate="2017-09-26 11:02:37 +0100" endDate="2017-09-26 11:12:36 +0100" value="0.3117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 11:57:28 +0100" startDate="2017-09-26 11:12:36 +0100" endDate="2017-09-26 11:20:04 +0100" value="0.52015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 11:57:28 +0100" startDate="2017-09-26 11:20:04 +0100" endDate="2017-09-26 11:27:44 +0100" value="0.02502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 12:59:56 +0100" startDate="2017-09-26 11:51:57 +0100" endDate="2017-09-26 12:00:00 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 12:59:56 +0100" startDate="2017-09-26 12:09:48 +0100" endDate="2017-09-26 12:15:58 +0100" value="0.00092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 12:59:56 +0100" startDate="2017-09-26 12:49:20 +0100" endDate="2017-09-26 12:56:29 +0100" value="0.05584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 13:55:21 +0100" startDate="2017-09-26 13:43:49 +0100" endDate="2017-09-26 13:52:20 +0100" value="0.02502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 14:55:46 +0100" startDate="2017-09-26 13:52:20 +0100" endDate="2017-09-26 14:02:18 +0100" value="0.2555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 14:55:46 +0100" startDate="2017-09-26 14:02:18 +0100" endDate="2017-09-26 14:03:32 +0100" value="0.01593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 14:55:46 +0100" startDate="2017-09-26 14:42:09 +0100" endDate="2017-09-26 14:52:08 +0100" value="0.31085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 15:53:56 +0100" startDate="2017-09-26 14:52:08 +0100" endDate="2017-09-26 14:58:07 +0100" value="0.08875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 15:53:56 +0100" startDate="2017-09-26 15:23:34 +0100" endDate="2017-09-26 15:33:33 +0100" value="0.2565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 15:53:56 +0100" startDate="2017-09-26 15:33:33 +0100" endDate="2017-09-26 15:37:41 +0100" value="0.30429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 16:52:36 +0100" startDate="2017-09-26 15:56:43 +0100" endDate="2017-09-26 16:06:43 +0100" value="0.22012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 16:52:36 +0100" startDate="2017-09-26 16:06:43 +0100" endDate="2017-09-26 16:14:26 +0100" value="0.43084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 16:52:36 +0100" startDate="2017-09-26 16:20:51 +0100" endDate="2017-09-26 16:29:07 +0100" value="0.08884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 17:59:40 +0100" startDate="2017-09-26 16:59:26 +0100" endDate="2017-09-26 17:06:06 +0100" value="0.00387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 17:59:40 +0100" startDate="2017-09-26 17:29:28 +0100" endDate="2017-09-26 17:39:26 +0100" value="0.4323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 17:59:40 +0100" startDate="2017-09-26 17:39:26 +0100" endDate="2017-09-26 17:49:14 +0100" value="0.29182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-26 21:43:43 +0100" startDate="2017-09-26 21:16:10 +0100" endDate="2017-09-26 21:22:31 +0100" value="0.00422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 04:10:49 +0100" startDate="2017-09-27 03:57:07 +0100" endDate="2017-09-27 04:07:06 +0100" value="0.00138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 04:53:31 +0100" startDate="2017-09-27 04:07:06 +0100" endDate="2017-09-27 04:10:53 +0100" value="0.02546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 05:53:26 +0100" startDate="2017-09-27 05:13:26 +0100" endDate="2017-09-27 05:19:59 +0100" value="0.02043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 05:53:26 +0100" startDate="2017-09-27 05:19:59 +0100" endDate="2017-09-27 05:26:34 +0100" value="0.01867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 05:53:26 +0100" startDate="2017-09-27 05:40:19 +0100" endDate="2017-09-27 05:46:58 +0100" value="0.0218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 06:59:23 +0100" startDate="2017-09-27 05:46:58 +0100" endDate="2017-09-27 05:56:56 +0100" value="0.08038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 06:59:23 +0100" startDate="2017-09-27 05:56:56 +0100" endDate="2017-09-27 06:05:15 +0100" value="0.70876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 06:59:23 +0100" startDate="2017-09-27 06:05:15 +0100" endDate="2017-09-27 06:12:43 +0100" value="0.13735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 06:59:23 +0100" startDate="2017-09-27 06:12:43 +0100" endDate="2017-09-27 06:18:37 +0100" value="0.03405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 06:59:23 +0100" startDate="2017-09-27 06:40:20 +0100" endDate="2017-09-27 06:48:37 +0100" value="0.09874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 06:59:23 +0100" startDate="2017-09-27 06:48:37 +0100" endDate="2017-09-27 06:58:25 +0100" value="0.05458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 07:54:02 +0100" startDate="2017-09-27 06:58:25 +0100" endDate="2017-09-27 07:03:46 +0100" value="0.07434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 07:54:02 +0100" startDate="2017-09-27 07:11:12 +0100" endDate="2017-09-27 07:19:54 +0100" value="0.0093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 08:52:44 +0100" startDate="2017-09-27 07:44:51 +0100" endDate="2017-09-27 07:52:28 +0100" value="0.00416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 08:52:44 +0100" startDate="2017-09-27 08:04:20 +0100" endDate="2017-09-27 08:10:30 +0100" value="0.00216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 08:52:44 +0100" startDate="2017-09-27 08:38:55 +0100" endDate="2017-09-27 08:45:51 +0100" value="0.05128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 08:45:51 +0100" endDate="2017-09-27 08:54:07 +0100" value="0.06794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 08:55:17 +0100" endDate="2017-09-27 09:04:00 +0100" value="0.0445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 09:04:00 +0100" endDate="2017-09-27 09:07:00 +0100" value="0.00426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 09:08:09 +0100" endDate="2017-09-27 09:15:23 +0100" value="0.05962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 09:16:25 +0100" endDate="2017-09-27 09:23:21 +0100" value="0.04019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 09:23:21 +0100" endDate="2017-09-27 09:26:39 +0100" value="0.00882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 09:53:22 +0100" startDate="2017-09-27 09:39:01 +0100" endDate="2017-09-27 09:45:18 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 10:52:31 +0100" startDate="2017-09-27 09:45:18 +0100" endDate="2017-09-27 09:51:34 +0100" value="0.00365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 10:38:10 +0100" endDate="2017-09-27 10:45:38 +0100" value="0.01066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 10:49:49 +0100" endDate="2017-09-27 10:56:15 +0100" value="0.00138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 10:58:12 +0100" endDate="2017-09-27 11:08:11 +0100" value="0.28701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 11:08:11 +0100" endDate="2017-09-27 11:16:58 +0100" value="0.63438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 11:16:58 +0100" endDate="2017-09-27 11:26:56 +0100" value="0.45009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 11:26:56 +0100" endDate="2017-09-27 11:31:26 +0100" value="0.33203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 11:33:07 +0100" endDate="2017-09-27 11:41:39 +0100" value="0.0327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 11:41:39 +0100" endDate="2017-09-27 11:51:14 +0100" value="0.0262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 12:04:24 +0100" startDate="2017-09-27 11:51:14 +0100" endDate="2017-09-27 12:00:47 +0100" value="0.11295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 12:53:27 +0100" startDate="2017-09-27 12:00:47 +0100" endDate="2017-09-27 12:08:30 +0100" value="0.03769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 12:53:27 +0100" startDate="2017-09-27 12:08:30 +0100" endDate="2017-09-27 12:13:27 +0100" value="0.02569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 12:53:27 +0100" startDate="2017-09-27 12:13:27 +0100" endDate="2017-09-27 12:21:45 +0100" value="0.06385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 14:01:27 +0100" startDate="2017-09-27 13:41:17 +0100" endDate="2017-09-27 13:47:58 +0100" value="0.01072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 15:56:46 +0100" startDate="2017-09-27 14:53:19 +0100" endDate="2017-09-27 15:01:21 +0100" value="0.02941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 15:56:46 +0100" startDate="2017-09-27 15:05:41 +0100" endDate="2017-09-27 15:15:17 +0100" value="0.06089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 15:56:46 +0100" startDate="2017-09-27 15:15:17 +0100" endDate="2017-09-27 15:25:15 +0100" value="0.49299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 15:56:46 +0100" startDate="2017-09-27 15:25:15 +0100" endDate="2017-09-27 15:31:57 +0100" value="0.32497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 18:00:49 +0100" startDate="2017-09-27 16:55:55 +0100" endDate="2017-09-27 17:05:55 +0100" value="0.10364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 18:00:49 +0100" startDate="2017-09-27 17:05:55 +0100" endDate="2017-09-27 17:15:12 +0100" value="0.05432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 18:00:49 +0100" startDate="2017-09-27 17:25:25 +0100" endDate="2017-09-27 17:34:05 +0100" value="0.07192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 18:00:49 +0100" startDate="2017-09-27 17:34:05 +0100" endDate="2017-09-27 17:43:57 +0100" value="0.02572"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 18:00:49 +0100" startDate="2017-09-27 17:43:57 +0100" endDate="2017-09-27 17:49:50 +0100" value="0.02678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 18:59:09 +0100" startDate="2017-09-27 17:49:50 +0100" endDate="2017-09-27 17:59:50 +0100" value="0.01846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 18:59:09 +0100" startDate="2017-09-27 17:59:50 +0100" endDate="2017-09-27 18:07:07 +0100" value="0.02258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 18:59:09 +0100" startDate="2017-09-27 18:16:57 +0100" endDate="2017-09-27 18:26:56 +0100" value="0.01773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 18:59:09 +0100" startDate="2017-09-27 18:26:56 +0100" endDate="2017-09-27 18:27:13 +0100" value="0.00162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 18:59:09 +0100" startDate="2017-09-27 18:45:42 +0100" endDate="2017-09-27 18:54:39 +0100" value="0.01058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 20:00:02 +0100" startDate="2017-09-27 19:00:54 +0100" endDate="2017-09-27 19:10:20 +0100" value="0.10378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 20:00:02 +0100" startDate="2017-09-27 19:10:20 +0100" endDate="2017-09-27 19:18:23 +0100" value="0.06915"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 21:44:12 +0100" startDate="2017-09-27 20:07:45 +0100" endDate="2017-09-27 20:16:50 +0100" value="0.17122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 21:44:12 +0100" startDate="2017-09-27 20:25:07 +0100" endDate="2017-09-27 20:31:07 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 21:44:12 +0100" startDate="2017-09-27 20:55:36 +0100" endDate="2017-09-27 21:05:35 +0100" value="0.03751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-27 21:44:12 +0100" startDate="2017-09-27 21:05:35 +0100" endDate="2017-09-27 21:11:22 +0100" value="0.17135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 05:52:47 +0100" startDate="2017-09-28 05:18:33 +0100" endDate="2017-09-28 05:25:37 +0100" value="0.02787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 07:01:35 +0100" startDate="2017-09-28 05:46:49 +0100" endDate="2017-09-28 05:54:50 +0100" value="0.04173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 07:01:35 +0100" startDate="2017-09-28 05:57:25 +0100" endDate="2017-09-28 06:07:21 +0100" value="0.09714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 07:01:35 +0100" startDate="2017-09-28 06:07:21 +0100" endDate="2017-09-28 06:16:21 +0100" value="0.7243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 07:01:35 +0100" startDate="2017-09-28 06:16:21 +0100" endDate="2017-09-28 06:21:21 +0100" value="0.10978"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 07:01:35 +0100" startDate="2017-09-28 06:33:03 +0100" endDate="2017-09-28 06:43:02 +0100" value="0.26132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 07:01:35 +0100" startDate="2017-09-28 06:43:02 +0100" endDate="2017-09-28 06:53:00 +0100" value="0.42915"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 08:05:03 +0100" startDate="2017-09-28 06:53:00 +0100" endDate="2017-09-28 07:02:53 +0100" value="0.03688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 08:05:03 +0100" startDate="2017-09-28 07:02:53 +0100" endDate="2017-09-28 07:12:26 +0100" value="0.0388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 08:05:03 +0100" startDate="2017-09-28 07:12:26 +0100" endDate="2017-09-28 07:18:37 +0100" value="0.06831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 08:05:03 +0100" startDate="2017-09-28 07:33:33 +0100" endDate="2017-09-28 07:40:36 +0100" value="0.0676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 08:53:49 +0100" startDate="2017-09-28 08:10:08 +0100" endDate="2017-09-28 08:17:12 +0100" value="0.03098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 08:53:49 +0100" startDate="2017-09-28 08:17:12 +0100" endDate="2017-09-28 08:27:08 +0100" value="0.02006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 08:53:49 +0100" startDate="2017-09-28 08:33:40 +0100" endDate="2017-09-28 08:43:14 +0100" value="0.07355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 09:55:31 +0100" startDate="2017-09-28 08:50:03 +0100" endDate="2017-09-28 08:58:38 +0100" value="0.11481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 09:55:31 +0100" startDate="2017-09-28 08:58:38 +0100" endDate="2017-09-28 09:05:28 +0100" value="0.02239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 09:55:31 +0100" startDate="2017-09-28 09:15:55 +0100" endDate="2017-09-28 09:22:05 +0100" value="0.01125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 10:55:53 +0100" startDate="2017-09-28 10:10:42 +0100" endDate="2017-09-28 10:16:52 +0100" value="0.01031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 10:55:53 +0100" startDate="2017-09-28 10:16:52 +0100" endDate="2017-09-28 10:25:04 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 10:55:53 +0100" startDate="2017-09-28 10:35:16 +0100" endDate="2017-09-28 10:44:42 +0100" value="0.10741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 10:55:53 +0100" startDate="2017-09-28 10:44:42 +0100" endDate="2017-09-28 10:54:40 +0100" value="0.63061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 12:01:09 +0100" startDate="2017-09-28 10:54:40 +0100" endDate="2017-09-28 11:02:18 +0100" value="0.35235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 12:01:09 +0100" startDate="2017-09-28 11:10:30 +0100" endDate="2017-09-28 11:20:29 +0100" value="0.23971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 12:01:09 +0100" startDate="2017-09-28 11:20:29 +0100" endDate="2017-09-28 11:30:25 +0100" value="0.45811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 12:01:09 +0100" startDate="2017-09-28 11:30:25 +0100" endDate="2017-09-28 11:34:27 +0100" value="0.09996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 12:52:27 +0100" startDate="2017-09-28 11:57:16 +0100" endDate="2017-09-28 12:03:21 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 12:52:27 +0100" startDate="2017-09-28 12:18:19 +0100" endDate="2017-09-28 12:24:37 +0100" value="0.0087"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 14:05:05 +0100" startDate="2017-09-28 12:53:05 +0100" endDate="2017-09-28 13:00:09 +0100" value="0.0259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 15:00:54 +0100" startDate="2017-09-28 13:59:42 +0100" endDate="2017-09-28 14:08:22 +0100" value="0.0754"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 15:00:54 +0100" startDate="2017-09-28 14:08:22 +0100" endDate="2017-09-28 14:14:46 +0100" value="0.0262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 18:00:32 +0100" startDate="2017-09-28 17:06:31 +0100" endDate="2017-09-28 17:16:14 +0100" value="0.14349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 18:00:32 +0100" startDate="2017-09-28 17:16:14 +0100" endDate="2017-09-28 17:20:44 +0100" value="0.02962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 19:00:23 +0100" startDate="2017-09-28 18:35:00 +0100" endDate="2017-09-28 18:44:59 +0100" value="0.09433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 19:00:23 +0100" startDate="2017-09-28 18:44:59 +0100" endDate="2017-09-28 18:54:01 +0100" value="0.69626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 21:40:17 +0100" startDate="2017-09-28 21:04:33 +0100" endDate="2017-09-28 21:13:39 +0100" value="0.05788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 21:40:17 +0100" startDate="2017-09-28 21:13:39 +0100" endDate="2017-09-28 21:23:37 +0100" value="0.35599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 21:40:17 +0100" startDate="2017-09-28 21:23:37 +0100" endDate="2017-09-28 21:33:36 +0100" value="0.53167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 22:52:01 +0100" startDate="2017-09-28 21:33:36 +0100" endDate="2017-09-28 21:40:21 +0100" value="0.36722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-28 22:52:01 +0100" startDate="2017-09-28 22:04:13 +0100" endDate="2017-09-28 22:11:01 +0100" value="0.01098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 06:54:16 +0100" startDate="2017-09-29 06:09:25 +0100" endDate="2017-09-29 06:19:10 +0100" value="0.05943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 06:54:16 +0100" startDate="2017-09-29 06:19:10 +0100" endDate="2017-09-29 06:20:31 +0100" value="0.00654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 06:54:16 +0100" startDate="2017-09-29 06:38:11 +0100" endDate="2017-09-29 06:47:05 +0100" value="0.05286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 07:58:58 +0100" startDate="2017-09-29 06:47:05 +0100" endDate="2017-09-29 06:57:04 +0100" value="0.09427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 07:58:58 +0100" startDate="2017-09-29 06:57:04 +0100" endDate="2017-09-29 07:05:57 +0100" value="0.70179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 08:54:11 +0100" startDate="2017-09-29 08:02:54 +0100" endDate="2017-09-29 08:09:11 +0100" value="0.006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 08:54:11 +0100" startDate="2017-09-29 08:14:04 +0100" endDate="2017-09-29 08:20:10 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 08:54:11 +0100" startDate="2017-09-29 08:26:56 +0100" endDate="2017-09-29 08:33:30 +0100" value="0.0008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 08:54:11 +0100" startDate="2017-09-29 08:33:30 +0100" endDate="2017-09-29 08:39:34 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 08:54:11 +0100" startDate="2017-09-29 08:39:34 +0100" endDate="2017-09-29 08:49:11 +0100" value="0.11639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 09:52:27 +0100" startDate="2017-09-29 08:53:33 +0100" endDate="2017-09-29 09:02:19 +0100" value="0.05495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 09:52:27 +0100" startDate="2017-09-29 09:18:45 +0100" endDate="2017-09-29 09:28:44 +0100" value="0.03871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 09:52:27 +0100" startDate="2017-09-29 09:28:44 +0100" endDate="2017-09-29 09:36:25 +0100" value="0.09056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 09:52:27 +0100" startDate="2017-09-29 09:36:25 +0100" endDate="2017-09-29 09:46:23 +0100" value="0.18146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 10:54:10 +0100" startDate="2017-09-29 09:46:23 +0100" endDate="2017-09-29 09:54:57 +0100" value="0.06437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 10:54:10 +0100" startDate="2017-09-29 10:27:08 +0100" endDate="2017-09-29 10:36:24 +0100" value="0.06779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 10:54:10 +0100" startDate="2017-09-29 10:36:24 +0100" endDate="2017-09-29 10:45:38 +0100" value="0.35945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 11:56:52 +0100" startDate="2017-09-29 10:55:45 +0100" endDate="2017-09-29 11:04:53 +0100" value="0.07275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 11:56:52 +0100" startDate="2017-09-29 11:34:41 +0100" endDate="2017-09-29 11:44:30 +0100" value="0.23635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 11:56:52 +0100" startDate="2017-09-29 11:44:30 +0100" endDate="2017-09-29 11:54:07 +0100" value="0.14513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 13:02:23 +0100" startDate="2017-09-29 11:54:07 +0100" endDate="2017-09-29 11:56:52 +0100" value="0.02073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 13:59:52 +0100" startDate="2017-09-29 13:47:20 +0100" endDate="2017-09-29 13:53:43 +0100" value="0.006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 14:53:43 +0100" startDate="2017-09-29 14:06:29 +0100" endDate="2017-09-29 14:16:29 +0100" value="0.07491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 14:53:43 +0100" startDate="2017-09-29 14:16:29 +0100" endDate="2017-09-29 14:26:27 +0100" value="0.1822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 14:53:43 +0100" startDate="2017-09-29 14:26:27 +0100" endDate="2017-09-29 14:36:25 +0100" value="0.51237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 14:53:43 +0100" startDate="2017-09-29 14:36:25 +0100" endDate="2017-09-29 14:45:36 +0100" value="0.22736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 16:00:36 +0100" startDate="2017-09-29 14:45:36 +0100" endDate="2017-09-29 14:50:30 +0100" value="0.04149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 16:00:36 +0100" startDate="2017-09-29 15:02:35 +0100" endDate="2017-09-29 15:12:35 +0100" value="0.20282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 16:00:36 +0100" startDate="2017-09-29 15:12:35 +0100" endDate="2017-09-29 15:16:57 +0100" value="0.00342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 16:55:17 +0100" startDate="2017-09-29 16:11:05 +0100" endDate="2017-09-29 16:21:04 +0100" value="0.12166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 16:55:17 +0100" startDate="2017-09-29 16:21:04 +0100" endDate="2017-09-29 16:29:51 +0100" value="0.0531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca7ed0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 16:55:17 +0100" startDate="2017-09-29 16:29:51 +0100" endDate="2017-09-29 16:31:30 +0100" value="0.0196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 16:55:17 +0100" startDate="2017-09-29 16:35:52 +0100" endDate="2017-09-29 16:45:43 +0100" value="0.02847"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 17:58:18 +0100" startDate="2017-09-29 17:05:28 +0100" endDate="2017-09-29 17:11:38 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 17:58:18 +0100" startDate="2017-09-29 17:11:42 +0100" endDate="2017-09-29 17:21:32 +0100" value="0.06652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 18:53:39 +0100" startDate="2017-09-29 18:31:37 +0100" endDate="2017-09-29 18:39:22 +0100" value="0.08968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 18:53:39 +0100" startDate="2017-09-29 18:39:22 +0100" endDate="2017-09-29 18:47:46 +0100" value="0.02308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 21:42:15 +0100" startDate="2017-09-29 21:04:03 +0100" endDate="2017-09-29 21:12:45 +0100" value="0.03862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 21:42:15 +0100" startDate="2017-09-29 21:12:45 +0100" endDate="2017-09-29 21:18:35 +0100" value="0.02387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 22:40:04 +0100" startDate="2017-09-29 21:36:14 +0100" endDate="2017-09-29 21:45:45 +0100" value="0.02681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-29 22:40:04 +0100" startDate="2017-09-29 21:45:45 +0100" endDate="2017-09-29 21:48:15 +0100" value="0.01333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 08:10:07 +0100" startDate="2017-09-30 07:05:10 +0100" endDate="2017-09-30 07:12:18 +0100" value="0.00284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 09:00:04 +0100" startDate="2017-09-30 08:43:37 +0100" endDate="2017-09-30 08:50:13 +0100" value="0.00864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 09:55:42 +0100" startDate="2017-09-30 09:01:45 +0100" endDate="2017-09-30 09:11:45 +0100" value="0.10984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 09:55:42 +0100" startDate="2017-09-30 09:11:45 +0100" endDate="2017-09-30 09:14:53 +0100" value="0.13279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 09:55:42 +0100" startDate="2017-09-30 09:16:12 +0100" endDate="2017-09-30 09:26:11 +0100" value="0.01868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 09:55:42 +0100" startDate="2017-09-30 09:26:11 +0100" endDate="2017-09-30 09:36:10 +0100" value="0.31546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 09:55:42 +0100" startDate="2017-09-30 09:36:10 +0100" endDate="2017-09-30 09:44:46 +0100" value="0.27173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 09:55:42 +0100" startDate="2017-09-30 09:44:46 +0100" endDate="2017-09-30 09:52:33 +0100" value="0.07619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 10:59:25 +0100" startDate="2017-09-30 09:58:20 +0100" endDate="2017-09-30 10:08:19 +0100" value="0.15718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 10:59:25 +0100" startDate="2017-09-30 10:08:19 +0100" endDate="2017-09-30 10:17:45 +0100" value="0.18761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 11:56:10 +0100" startDate="2017-09-30 11:33:39 +0100" endDate="2017-09-30 11:39:44 +0100" value="0.00612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 12:53:06 +0100" startDate="2017-09-30 12:06:36 +0100" endDate="2017-09-30 12:12:49 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 12:53:06 +0100" startDate="2017-09-30 12:15:35 +0100" endDate="2017-09-30 12:22:31 +0100" value="0.0328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 12:53:06 +0100" startDate="2017-09-30 12:22:31 +0100" endDate="2017-09-30 12:32:11 +0100" value="0.08276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 12:53:06 +0100" startDate="2017-09-30 12:32:11 +0100" endDate="2017-09-30 12:42:11 +0100" value="0.16033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 12:53:06 +0100" startDate="2017-09-30 12:42:11 +0100" endDate="2017-09-30 12:49:58 +0100" value="0.20399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 13:55:41 +0100" startDate="2017-09-30 12:49:58 +0100" endDate="2017-09-30 12:56:55 +0100" value="0.02079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 13:55:41 +0100" startDate="2017-09-30 12:56:55 +0100" endDate="2017-09-30 13:06:53 +0100" value="0.4588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 13:55:41 +0100" startDate="2017-09-30 13:06:53 +0100" endDate="2017-09-30 13:16:53 +0100" value="0.22422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 13:55:41 +0100" startDate="2017-09-30 13:16:53 +0100" endDate="2017-09-30 13:26:52 +0100" value="0.83767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 13:55:41 +0100" startDate="2017-09-30 13:26:52 +0100" endDate="2017-09-30 13:36:52 +0100" value="0.70263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 13:55:41 +0100" startDate="2017-09-30 13:36:52 +0100" endDate="2017-09-30 13:46:44 +0100" value="0.77009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 14:56:12 +0100" startDate="2017-09-30 13:46:44 +0100" endDate="2017-09-30 13:56:21 +0100" value="0.78946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 14:56:12 +0100" startDate="2017-09-30 13:56:21 +0100" endDate="2017-09-30 14:06:09 +0100" value="0.69943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 14:56:12 +0100" startDate="2017-09-30 14:06:09 +0100" endDate="2017-09-30 14:16:06 +0100" value="0.05373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 14:56:12 +0100" startDate="2017-09-30 14:16:06 +0100" endDate="2017-09-30 14:26:06 +0100" value="0.43629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 14:56:12 +0100" startDate="2017-09-30 14:31:20 +0100" endDate="2017-09-30 14:41:12 +0100" value="0.01378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 14:56:12 +0100" startDate="2017-09-30 14:41:41 +0100" endDate="2017-09-30 14:48:12 +0100" value="0.00636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 16:58:05 +0100" startDate="2017-09-30 16:01:18 +0100" endDate="2017-09-30 16:11:18 +0100" value="0.3409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 16:58:05 +0100" startDate="2017-09-30 16:11:18 +0100" endDate="2017-09-30 16:20:20 +0100" value="0.848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 16:58:05 +0100" startDate="2017-09-30 16:20:20 +0100" endDate="2017-09-30 16:25:33 +0100" value="0.06456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 16:58:05 +0100" startDate="2017-09-30 16:45:52 +0100" endDate="2017-09-30 16:54:46 +0100" value="0.12444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 17:54:24 +0100" startDate="2017-09-30 16:54:46 +0100" endDate="2017-09-30 17:02:07 +0100" value="0.08608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 17:54:24 +0100" startDate="2017-09-30 17:37:17 +0100" endDate="2017-09-30 17:44:13 +0100" value="0.03004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 18:55:04 +0100" startDate="2017-09-30 17:56:20 +0100" endDate="2017-09-30 18:06:20 +0100" value="0.24474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 18:55:04 +0100" startDate="2017-09-30 18:06:20 +0100" endDate="2017-09-30 18:10:27 +0100" value="0.07378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 18:55:04 +0100" startDate="2017-09-30 18:18:07 +0100" endDate="2017-09-30 18:28:01 +0100" value="0.16497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 18:55:04 +0100" startDate="2017-09-30 18:28:01 +0100" endDate="2017-09-30 18:30:39 +0100" value="0.08002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 18:55:04 +0100" startDate="2017-09-30 18:43:30 +0100" endDate="2017-09-30 18:50:26 +0100" value="0.05715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 19:58:09 +0100" startDate="2017-09-30 18:50:26 +0100" endDate="2017-09-30 18:59:47 +0100" value="0.12163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 19:58:09 +0100" startDate="2017-09-30 18:59:47 +0100" endDate="2017-09-30 19:06:23 +0100" value="0.13823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 19:58:09 +0100" startDate="2017-09-30 19:09:26 +0100" endDate="2017-09-30 19:18:52 +0100" value="0.02647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 19:58:09 +0100" startDate="2017-09-30 19:21:21 +0100" endDate="2017-09-30 19:29:52 +0100" value="0.02398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 19:58:09 +0100" startDate="2017-09-30 19:29:52 +0100" endDate="2017-09-30 19:35:02 +0100" value="0.0149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 21:42:07 +0100" startDate="2017-09-30 20:17:56 +0100" endDate="2017-09-30 20:24:36 +0100" value="0.01627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 22:33:17 +0100" startDate="2017-09-30 21:50:53 +0100" endDate="2017-09-30 22:00:51 +0100" value="0.33942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 22:33:17 +0100" startDate="2017-09-30 22:00:51 +0100" endDate="2017-09-30 22:05:04 +0100" value="0.08663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 23:32:49 +0100" startDate="2017-09-30 22:48:21 +0100" endDate="2017-09-30 22:57:47 +0100" value="0.00132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 23:32:49 +0100" startDate="2017-09-30 22:57:47 +0100" endDate="2017-09-30 23:01:03 +0100" value="0.03835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 23:32:49 +0100" startDate="2017-09-30 23:03:14 +0100" endDate="2017-09-30 23:12:47 +0100" value="0.01303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-09-30 23:32:49 +0100" startDate="2017-09-30 23:12:47 +0100" endDate="2017-09-30 23:22:04 +0100" value="0.0285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 00:26:20 +0100" startDate="2017-09-30 23:32:14 +0100" endDate="2017-09-30 23:40:03 +0100" value="0.0215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 00:26:20 +0100" startDate="2017-09-30 23:40:03 +0100" endDate="2017-09-30 23:48:40 +0100" value="0.02085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 00:26:20 +0100" startDate="2017-09-30 23:48:40 +0100" endDate="2017-09-30 23:58:38 +0100" value="0.06043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 00:26:20 +0100" startDate="2017-09-30 23:58:38 +0100" endDate="2017-10-01 00:08:37 +0100" value="0.3722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 00:26:20 +0100" startDate="2017-10-01 00:08:37 +0100" endDate="2017-10-01 00:18:35 +0100" value="0.14069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 01:43:39 +0100" startDate="2017-10-01 00:18:35 +0100" endDate="2017-10-01 00:26:44 +0100" value="0.10156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 01:43:39 +0100" startDate="2017-10-01 00:26:44 +0100" endDate="2017-10-01 00:36:42 +0100" value="0.16201"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 01:43:39 +0100" startDate="2017-10-01 00:36:42 +0100" endDate="2017-10-01 00:43:08 +0100" value="0.20609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 01:43:39 +0100" startDate="2017-10-01 00:43:08 +0100" endDate="2017-10-01 00:52:18 +0100" value="0.03705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 01:43:39 +0100" startDate="2017-10-01 01:08:57 +0100" endDate="2017-10-01 01:18:56 +0100" value="0.0645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 01:43:39 +0100" startDate="2017-10-01 01:18:56 +0100" endDate="2017-10-01 01:19:44 +0100" value="0.01357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 07:53:11 +0100" startDate="2017-10-01 07:35:46 +0100" endDate="2017-10-01 07:45:44 +0100" value="0.26863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 08:53:28 +0100" startDate="2017-10-01 07:45:44 +0100" endDate="2017-10-01 07:55:42 +0100" value="0.74504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 08:53:28 +0100" startDate="2017-10-01 07:55:42 +0100" endDate="2017-10-01 08:02:28 +0100" value="0.20678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 08:53:28 +0100" startDate="2017-10-01 08:02:28 +0100" endDate="2017-10-01 08:07:42 +0100" value="0.01127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 08:53:28 +0100" startDate="2017-10-01 08:07:42 +0100" endDate="2017-10-01 08:16:33 +0100" value="0.04817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 08:53:28 +0100" startDate="2017-10-01 08:37:42 +0100" endDate="2017-10-01 08:44:28 +0100" value="0.03021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 09:54:18 +0100" startDate="2017-10-01 08:44:28 +0100" endDate="2017-10-01 08:53:39 +0100" value="0.05201"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 09:54:18 +0100" startDate="2017-10-01 08:53:39 +0100" endDate="2017-10-01 08:59:31 +0100" value="0.00576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 09:54:18 +0100" startDate="2017-10-01 09:23:45 +0100" endDate="2017-10-01 09:33:45 +0100" value="0.04857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 09:54:18 +0100" startDate="2017-10-01 09:33:45 +0100" endDate="2017-10-01 09:35:58 +0100" value="0.01854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 10:52:42 +0100" startDate="2017-10-01 09:58:42 +0100" endDate="2017-10-01 10:05:48 +0100" value="0.01731"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 10:52:42 +0100" startDate="2017-10-01 10:07:10 +0100" endDate="2017-10-01 10:15:53 +0100" value="0.05524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 10:52:42 +0100" startDate="2017-10-01 10:15:53 +0100" endDate="2017-10-01 10:25:14 +0100" value="0.05048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 10:52:42 +0100" startDate="2017-10-01 10:25:14 +0100" endDate="2017-10-01 10:29:49 +0100" value="0.05326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 10:52:42 +0100" startDate="2017-10-01 10:33:16 +0100" endDate="2017-10-01 10:43:02 +0100" value="0.03421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 11:58:40 +0100" startDate="2017-10-01 10:43:02 +0100" endDate="2017-10-01 10:52:34 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 14:58:29 +0100" startDate="2017-10-01 14:25:09 +0100" endDate="2017-10-01 14:31:32 +0100" value="0.00044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 15:54:47 +0100" startDate="2017-10-01 15:34:39 +0100" endDate="2017-10-01 15:41:17 +0100" value="0.02245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 15:54:47 +0100" startDate="2017-10-01 15:41:17 +0100" endDate="2017-10-01 15:47:28 +0100" value="0.02442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 16:57:37 +0100" startDate="2017-10-01 15:47:28 +0100" endDate="2017-10-01 15:55:50 +0100" value="0.08631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 16:57:37 +0100" startDate="2017-10-01 16:06:50 +0100" endDate="2017-10-01 16:16:12 +0100" value="0.0021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 16:57:37 +0100" startDate="2017-10-01 16:16:12 +0100" endDate="2017-10-01 16:24:09 +0100" value="0.37105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 16:57:37 +0100" startDate="2017-10-01 16:28:37 +0100" endDate="2017-10-01 16:36:52 +0100" value="0.01146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 16:57:37 +0100" startDate="2017-10-01 16:36:52 +0100" endDate="2017-10-01 16:39:25 +0100" value="0.00976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 19:53:35 +0100" startDate="2017-10-01 18:49:07 +0100" endDate="2017-10-01 18:58:39 +0100" value="0.04126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 19:53:35 +0100" startDate="2017-10-01 18:58:39 +0100" endDate="2017-10-01 19:00:44 +0100" value="0.00376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 19:53:35 +0100" startDate="2017-10-01 19:17:41 +0100" endDate="2017-10-01 19:26:14 +0100" value="0.19419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 19:53:35 +0100" startDate="2017-10-01 19:26:14 +0100" endDate="2017-10-01 19:33:24 +0100" value="0.01923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 19:53:35 +0100" startDate="2017-10-01 19:33:37 +0100" endDate="2017-10-01 19:43:34 +0100" value="0.02323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 19:53:35 +0100" startDate="2017-10-01 19:43:34 +0100" endDate="2017-10-01 19:44:12 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-01 22:42:19 +0100" startDate="2017-10-01 21:39:48 +0100" endDate="2017-10-01 21:46:33 +0100" value="0.05285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 08:02:08 +0100" startDate="2017-10-02 07:37:46 +0100" endDate="2017-10-02 07:47:01 +0100" value="0.02081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 08:02:08 +0100" startDate="2017-10-02 07:47:01 +0100" endDate="2017-10-02 07:56:55 +0100" value="0.05471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 08:53:16 +0100" startDate="2017-10-02 08:28:45 +0100" endDate="2017-10-02 08:35:13 +0100" value="0.01025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 08:53:16 +0100" startDate="2017-10-02 08:38:19 +0100" endDate="2017-10-02 08:47:17 +0100" value="0.05118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 09:56:13 +0100" startDate="2017-10-02 08:55:12 +0100" endDate="2017-10-02 09:05:11 +0100" value="0.04872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 09:56:13 +0100" startDate="2017-10-02 09:05:11 +0100" endDate="2017-10-02 09:14:37 +0100" value="0.45652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 09:56:13 +0100" startDate="2017-10-02 09:14:37 +0100" endDate="2017-10-02 09:24:37 +0100" value="0.05211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 09:56:13 +0100" startDate="2017-10-02 09:24:37 +0100" endDate="2017-10-02 09:33:43 +0100" value="0.24294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 09:56:13 +0100" startDate="2017-10-02 09:33:43 +0100" endDate="2017-10-02 09:43:10 +0100" value="0.17941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 09:56:13 +0100" startDate="2017-10-02 09:43:10 +0100" endDate="2017-10-02 09:53:04 +0100" value="0.12302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 11:02:17 +0100" startDate="2017-10-02 09:53:04 +0100" endDate="2017-10-02 10:02:46 +0100" value="0.30436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 11:02:17 +0100" startDate="2017-10-02 10:02:46 +0100" endDate="2017-10-02 10:10:57 +0100" value="0.26985"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 11:02:17 +0100" startDate="2017-10-02 10:10:57 +0100" endDate="2017-10-02 10:16:54 +0100" value="0.16774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 11:02:17 +0100" startDate="2017-10-02 10:21:19 +0100" endDate="2017-10-02 10:29:44 +0100" value="0.06542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 11:02:17 +0100" startDate="2017-10-02 10:29:44 +0100" endDate="2017-10-02 10:38:55 +0100" value="0.02853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 11:53:05 +0100" startDate="2017-10-02 11:10:53 +0100" endDate="2017-10-02 11:16:58 +0100" value="0.00432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 12:57:26 +0100" startDate="2017-10-02 12:17:28 +0100" endDate="2017-10-02 12:23:59 +0100" value="0.01948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 13:54:37 +0100" startDate="2017-10-02 13:22:12 +0100" endDate="2017-10-02 13:31:08 +0100" value="0.08371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 13:54:37 +0100" startDate="2017-10-02 13:41:01 +0100" endDate="2017-10-02 13:47:47 +0100" value="0.01784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 14:55:14 +0100" startDate="2017-10-02 13:47:47 +0100" endDate="2017-10-02 13:49:01 +0100" value="0.0082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 15:56:44 +0100" startDate="2017-10-02 15:38:29 +0100" endDate="2017-10-02 15:45:10 +0100" value="0.01954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 16:53:08 +0100" startDate="2017-10-02 15:58:52 +0100" endDate="2017-10-02 16:08:19 +0100" value="0.01496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 16:53:08 +0100" startDate="2017-10-02 16:08:19 +0100" endDate="2017-10-02 16:16:21 +0100" value="0.06271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 17:57:29 +0100" startDate="2017-10-02 16:45:57 +0100" endDate="2017-10-02 16:55:55 +0100" value="0.04436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 17:57:29 +0100" startDate="2017-10-02 16:55:55 +0100" endDate="2017-10-02 17:05:53 +0100" value="0.06246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 17:57:29 +0100" startDate="2017-10-02 17:05:53 +0100" endDate="2017-10-02 17:13:42 +0100" value="0.02937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 18:59:34 +0100" startDate="2017-10-02 18:12:04 +0100" endDate="2017-10-02 18:18:12 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 18:59:34 +0100" startDate="2017-10-02 18:38:37 +0100" endDate="2017-10-02 18:44:40 +0100" value="0.01086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-02 19:52:44 +0100" startDate="2017-10-02 19:30:21 +0100" endDate="2017-10-02 19:36:36 +0100" value="0.01804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 07:13:35 +0100" startDate="2017-10-02 22:09:33 +0100" endDate="2017-10-02 22:19:32 +0100" value="0.02191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 07:13:35 +0100" startDate="2017-10-02 22:19:32 +0100" endDate="2017-10-02 22:19:47 +0100" value="0.00158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 07:13:35 +0100" startDate="2017-10-03 06:15:09 +0100" endDate="2017-10-03 06:21:34 +0100" value="0.01276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 07:13:35 +0100" startDate="2017-10-03 06:21:34 +0100" endDate="2017-10-03 06:28:06 +0100" value="0.01818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 07:44:46 +0100" startDate="2017-10-03 07:09:05 +0100" endDate="2017-10-03 07:17:05 +0100" value="0.06566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 07:44:46 +0100" startDate="2017-10-03 07:17:05 +0100" endDate="2017-10-03 07:23:41 +0100" value="0.01813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 07:44:46 +0100" startDate="2017-10-03 07:24:56 +0100" endDate="2017-10-03 07:31:09 +0100" value="0.01237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 09:47:35 +0100" startDate="2017-10-03 09:23:56 +0100" endDate="2017-10-03 09:33:35 +0100" value="0.06836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 09:47:35 +0100" startDate="2017-10-03 09:33:35 +0100" endDate="2017-10-03 09:41:35 +0100" value="0.5761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 10:49:16 +0100" startDate="2017-10-03 09:55:35 +0100" endDate="2017-10-03 10:01:38 +0100" value="0.00384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 10:49:16 +0100" startDate="2017-10-03 10:28:42 +0100" endDate="2017-10-03 10:38:37 +0100" value="0.2179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 10:49:16 +0100" startDate="2017-10-03 10:38:37 +0100" endDate="2017-10-03 10:48:37 +0100" value="0.24488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 11:49:32 +0100" startDate="2017-10-03 10:48:37 +0100" endDate="2017-10-03 10:49:18 +0100" value="0.01124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 11:49:32 +0100" startDate="2017-10-03 10:55:21 +0100" endDate="2017-10-03 11:03:49 +0100" value="0.0196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 11:49:32 +0100" startDate="2017-10-03 11:14:25 +0100" endDate="2017-10-03 11:24:15 +0100" value="0.06865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 11:49:32 +0100" startDate="2017-10-03 11:24:15 +0100" endDate="2017-10-03 11:33:09 +0100" value="0.07748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 13:44:26 +0100" startDate="2017-10-03 12:52:48 +0100" endDate="2017-10-03 12:58:58 +0100" value="0.00468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 15:45:45 +0100" startDate="2017-10-03 15:07:02 +0100" endDate="2017-10-03 15:15:57 +0100" value="0.02656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 15:45:45 +0100" startDate="2017-10-03 15:17:16 +0100" endDate="2017-10-03 15:24:55 +0100" value="0.042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 16:48:06 +0100" startDate="2017-10-03 16:10:04 +0100" endDate="2017-10-03 16:19:38 +0100" value="0.05254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 16:48:06 +0100" startDate="2017-10-03 16:32:27 +0100" endDate="2017-10-03 16:41:53 +0100" value="0.13969"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 17:45:34 +0100" startDate="2017-10-03 16:41:53 +0100" endDate="2017-10-03 16:48:12 +0100" value="0.02243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 17:45:34 +0100" startDate="2017-10-03 17:05:47 +0100" endDate="2017-10-03 17:13:56 +0100" value="0.00923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 17:45:34 +0100" startDate="2017-10-03 17:14:53 +0100" endDate="2017-10-03 17:23:52 +0100" value="0.03343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 17:45:34 +0100" startDate="2017-10-03 17:23:52 +0100" endDate="2017-10-03 17:26:14 +0100" value="0.04067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 18:48:31 +0100" startDate="2017-10-03 17:53:59 +0100" endDate="2017-10-03 18:00:14 +0100" value="0.00084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 18:48:31 +0100" startDate="2017-10-03 18:00:14 +0100" endDate="2017-10-03 18:04:19 +0100" value="0.01353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 18:48:31 +0100" startDate="2017-10-03 18:25:55 +0100" endDate="2017-10-03 18:34:57 +0100" value="0.03627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 18:48:31 +0100" startDate="2017-10-03 18:37:20 +0100" endDate="2017-10-03 18:46:48 +0100" value="0.19754"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 20:46:24 +0100" startDate="2017-10-03 19:41:32 +0100" endDate="2017-10-03 19:47:35 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-03 20:46:24 +0100" startDate="2017-10-03 20:17:44 +0100" endDate="2017-10-03 20:27:29 +0100" value="0.2138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 07:11:26 +0100" startDate="2017-10-03 20:46:47 +0100" endDate="2017-10-03 20:56:46 +0100" value="0.38045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 07:11:26 +0100" startDate="2017-10-03 20:56:46 +0100" endDate="2017-10-03 20:59:27 +0100" value="0.14327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 07:11:26 +0100" startDate="2017-10-04 06:08:38 +0100" endDate="2017-10-04 06:14:59 +0100" value="0.007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 07:42:05 +0100" startDate="2017-10-04 07:24:12 +0100" endDate="2017-10-04 07:30:58 +0100" value="0.03612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 08:40:37 +0100" startDate="2017-10-04 07:51:51 +0100" endDate="2017-10-04 07:58:19 +0100" value="0.0251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 08:40:37 +0100" startDate="2017-10-04 08:02:54 +0100" endDate="2017-10-04 08:09:24 +0100" value="0.01561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 08:40:37 +0100" startDate="2017-10-04 08:11:53 +0100" endDate="2017-10-04 08:21:53 +0100" value="0.11951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 08:40:37 +0100" startDate="2017-10-04 08:21:53 +0100" endDate="2017-10-04 08:31:52 +0100" value="0.83479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 09:40:19 +0100" startDate="2017-10-04 08:31:52 +0100" endDate="2017-10-04 08:32:02 +0100" value="0.0005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 09:40:19 +0100" startDate="2017-10-04 08:41:31 +0100" endDate="2017-10-04 08:50:37 +0100" value="0.19455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 09:40:19 +0100" startDate="2017-10-04 08:54:56 +0100" endDate="2017-10-04 09:04:36 +0100" value="0.02061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 09:40:19 +0100" startDate="2017-10-04 09:04:36 +0100" endDate="2017-10-04 09:07:44 +0100" value="0.00647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 09:40:19 +0100" startDate="2017-10-04 09:30:01 +0100" endDate="2017-10-04 09:38:42 +0100" value="0.17443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 10:44:46 +0100" startDate="2017-10-04 09:38:42 +0100" endDate="2017-10-04 09:48:39 +0100" value="0.03167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 10:44:46 +0100" startDate="2017-10-04 09:48:39 +0100" endDate="2017-10-04 09:58:37 +0100" value="0.44252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 10:44:46 +0100" startDate="2017-10-04 09:58:37 +0100" endDate="2017-10-04 10:08:08 +0100" value="0.52191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 10:44:46 +0100" startDate="2017-10-04 10:10:21 +0100" endDate="2017-10-04 10:18:21 +0100" value="0.01004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 11:39:04 +0100" startDate="2017-10-04 10:46:47 +0100" endDate="2017-10-04 10:56:42 +0100" value="0.18142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 11:39:04 +0100" startDate="2017-10-04 10:56:42 +0100" endDate="2017-10-04 11:06:13 +0100" value="0.5316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 12:41:50 +0100" startDate="2017-10-04 11:40:18 +0100" endDate="2017-10-04 11:50:14 +0100" value="0.23255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 12:41:50 +0100" startDate="2017-10-04 11:50:14 +0100" endDate="2017-10-04 11:54:37 +0100" value="0.25929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 12:41:50 +0100" startDate="2017-10-04 12:11:01 +0100" endDate="2017-10-04 12:21:00 +0100" value="0.12842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 12:41:50 +0100" startDate="2017-10-04 12:21:00 +0100" endDate="2017-10-04 12:31:00 +0100" value="0.77844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 12:41:50 +0100" startDate="2017-10-04 12:31:00 +0100" endDate="2017-10-04 12:34:24 +0100" value="0.0054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 13:53:03 +0100" startDate="2017-10-04 13:05:25 +0100" endDate="2017-10-04 13:14:51 +0100" value="0.01817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 13:53:03 +0100" startDate="2017-10-04 13:14:51 +0100" endDate="2017-10-04 13:16:58 +0100" value="0.02625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 15:38:40 +0100" startDate="2017-10-04 14:32:09 +0100" endDate="2017-10-04 14:42:06 +0100" value="0.14643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 16:42:22 +0100" startDate="2017-10-04 15:58:23 +0100" endDate="2017-10-04 16:08:23 +0100" value="0.11281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 16:42:22 +0100" startDate="2017-10-04 16:08:23 +0100" endDate="2017-10-04 16:18:23 +0100" value="0.19221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 16:42:22 +0100" startDate="2017-10-04 16:18:23 +0100" endDate="2017-10-04 16:18:46 +0100" value="0.00504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 17:44:45 +0100" startDate="2017-10-04 16:50:17 +0100" endDate="2017-10-04 16:58:12 +0100" value="0.20861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 17:44:45 +0100" startDate="2017-10-04 16:58:12 +0100" endDate="2017-10-04 17:05:36 +0100" value="0.17931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 17:44:45 +0100" startDate="2017-10-04 17:25:58 +0100" endDate="2017-10-04 17:34:59 +0100" value="0.11599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 18:44:16 +0100" startDate="2017-10-04 18:00:40 +0100" endDate="2017-10-04 18:06:47 +0100" value="0.00384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 20:48:14 +0100" startDate="2017-10-04 18:51:31 +0100" endDate="2017-10-04 19:01:23 +0100" value="0.20291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-04 20:48:14 +0100" startDate="2017-10-04 19:24:38 +0100" endDate="2017-10-04 19:33:01 +0100" value="0.03757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 08:26:31 +0100" startDate="2017-10-05 07:12:37 +0100" endDate="2017-10-05 07:22:09 +0100" value="0.03908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca4640&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 08:26:31 +0100" startDate="2017-10-05 07:22:09 +0100" endDate="2017-10-05 07:32:09 +0100" value="0.50037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 08:26:31 +0100" startDate="2017-10-05 07:32:09 +0100" endDate="2017-10-05 07:39:36 +0100" value="0.55959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 08:26:31 +0100" startDate="2017-10-05 07:40:41 +0100" endDate="2017-10-05 07:50:03 +0100" value="0.03412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 11:20:14 +0100" startDate="2017-10-05 10:51:59 +0100" endDate="2017-10-05 11:00:09 +0100" value="0.11495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 11:20:14 +0100" startDate="2017-10-05 11:00:09 +0100" endDate="2017-10-05 11:07:44 +0100" value="0.26538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 12:22:04 +0100" startDate="2017-10-05 11:49:50 +0100" endDate="2017-10-05 11:58:43 +0100" value="0.25926"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 12:22:04 +0100" startDate="2017-10-05 11:58:43 +0100" endDate="2017-10-05 12:01:56 +0100" value="0.01875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 15:21:47 +0100" startDate="2017-10-05 14:54:04 +0100" endDate="2017-10-05 15:02:14 +0100" value="0.04631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 16:20:12 +0100" startDate="2017-10-05 15:18:27 +0100" endDate="2017-10-05 15:27:51 +0100" value="0.12357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 16:20:12 +0100" startDate="2017-10-05 16:00:07 +0100" endDate="2017-10-05 16:07:14 +0100" value="0.05903"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 16:20:12 +0100" startDate="2017-10-05 16:07:14 +0100" endDate="2017-10-05 16:17:09 +0100" value="0.41791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 17:22:30 +0100" startDate="2017-10-05 16:17:09 +0100" endDate="2017-10-05 16:21:24 +0100" value="0.04982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 17:22:30 +0100" startDate="2017-10-05 16:44:55 +0100" endDate="2017-10-05 16:52:24 +0100" value="0.03083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 18:23:18 +0100" startDate="2017-10-05 17:24:55 +0100" endDate="2017-10-05 17:33:51 +0100" value="0.06808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 18:23:18 +0100" startDate="2017-10-05 17:33:51 +0100" endDate="2017-10-05 17:43:49 +0100" value="0.00607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 18:23:18 +0100" startDate="2017-10-05 17:43:49 +0100" endDate="2017-10-05 17:45:26 +0100" value="0.00664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 19:23:52 +0100" startDate="2017-10-05 18:31:14 +0100" endDate="2017-10-05 18:38:02 +0100" value="0.01608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 19:23:52 +0100" startDate="2017-10-05 18:58:14 +0100" endDate="2017-10-05 19:04:14 +0100" value="0.00799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 20:18:25 +0100" startDate="2017-10-05 19:55:04 +0100" endDate="2017-10-05 20:04:12 +0100" value="0.04921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 20:18:25 +0100" startDate="2017-10-05 20:04:12 +0100" endDate="2017-10-05 20:14:10 +0100" value="0.05222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 20:14:10 +0100" endDate="2017-10-05 20:24:09 +0100" value="0.51256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 20:24:09 +0100" endDate="2017-10-05 20:28:52 +0100" value="0.17265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 20:39:41 +0100" endDate="2017-10-05 20:47:46 +0100" value="0.02546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 21:06:24 +0100" endDate="2017-10-05 21:14:39 +0100" value="0.07454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 21:14:39 +0100" endDate="2017-10-05 21:24:37 +0100" value="0.15953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 21:24:37 +0100" endDate="2017-10-05 21:31:23 +0100" value="0.36023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-05 22:08:15 +0100" startDate="2017-10-05 21:39:07 +0100" endDate="2017-10-05 21:47:53 +0100" value="0.11924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 06:23:05 +0100" startDate="2017-10-06 05:47:26 +0100" endDate="2017-10-06 05:56:09 +0100" value="0.01545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 07:19:52 +0100" startDate="2017-10-06 06:57:06 +0100" endDate="2017-10-06 07:03:37 +0100" value="0.00907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 09:18:06 +0100" startDate="2017-10-06 08:48:06 +0100" endDate="2017-10-06 08:57:30 +0100" value="0.07239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 09:18:06 +0100" startDate="2017-10-06 08:57:30 +0100" endDate="2017-10-06 09:07:30 +0100" value="0.7775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 09:18:06 +0100" startDate="2017-10-06 09:07:30 +0100" endDate="2017-10-06 09:11:09 +0100" value="0.20354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 10:22:47 +0100" startDate="2017-10-06 09:35:25 +0100" endDate="2017-10-06 09:45:24 +0100" value="0.3144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 10:22:47 +0100" startDate="2017-10-06 09:45:24 +0100" endDate="2017-10-06 09:50:23 +0100" value="0.16248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 10:22:47 +0100" startDate="2017-10-06 09:56:33 +0100" endDate="2017-10-06 10:04:07 +0100" value="0.02777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 11:20:45 +0100" startDate="2017-10-06 10:39:37 +0100" endDate="2017-10-06 10:45:50 +0100" value="0.0107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 11:20:45 +0100" startDate="2017-10-06 10:45:50 +0100" endDate="2017-10-06 10:55:24 +0100" value="0.43079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 11:20:45 +0100" startDate="2017-10-06 10:55:24 +0100" endDate="2017-10-06 11:04:12 +0100" value="0.30815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 12:20:28 +0100" startDate="2017-10-06 11:27:11 +0100" endDate="2017-10-06 11:36:35 +0100" value="0.03758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 12:20:28 +0100" startDate="2017-10-06 11:37:04 +0100" endDate="2017-10-06 11:47:03 +0100" value="0.22282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 12:20:28 +0100" startDate="2017-10-06 11:47:03 +0100" endDate="2017-10-06 11:55:26 +0100" value="0.53562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 12:20:28 +0100" startDate="2017-10-06 11:55:26 +0100" endDate="2017-10-06 12:04:53 +0100" value="0.09763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 12:20:28 +0100" startDate="2017-10-06 12:04:53 +0100" endDate="2017-10-06 12:11:15 +0100" value="0.02198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 13:19:45 +0100" startDate="2017-10-06 12:11:15 +0100" endDate="2017-10-06 12:20:35 +0100" value="0.00649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 13:19:45 +0100" startDate="2017-10-06 12:20:35 +0100" endDate="2017-10-06 12:25:31 +0100" value="0.00164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 13:19:45 +0100" startDate="2017-10-06 12:28:11 +0100" endDate="2017-10-06 12:37:47 +0100" value="0.02485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 13:19:45 +0100" startDate="2017-10-06 12:37:47 +0100" endDate="2017-10-06 12:47:44 +0100" value="0.22526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 13:19:45 +0100" startDate="2017-10-06 12:47:44 +0100" endDate="2017-10-06 12:55:10 +0100" value="0.37939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 15:23:07 +0100" startDate="2017-10-06 14:16:58 +0100" endDate="2017-10-06 14:26:57 +0100" value="0.40014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 15:23:07 +0100" startDate="2017-10-06 14:26:57 +0100" endDate="2017-10-06 14:36:31 +0100" value="0.57812"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 15:23:07 +0100" startDate="2017-10-06 14:36:31 +0100" endDate="2017-10-06 14:46:22 +0100" value="0.03492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 15:23:07 +0100" startDate="2017-10-06 14:46:22 +0100" endDate="2017-10-06 14:56:18 +0100" value="0.12376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 15:23:07 +0100" startDate="2017-10-06 14:56:54 +0100" endDate="2017-10-06 15:05:57 +0100" value="0.15365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 15:23:07 +0100" startDate="2017-10-06 15:05:57 +0100" endDate="2017-10-06 15:13:06 +0100" value="0.1015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 16:18:22 +0100" startDate="2017-10-06 15:16:07 +0100" endDate="2017-10-06 15:25:37 +0100" value="0.12169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 16:18:22 +0100" startDate="2017-10-06 15:25:37 +0100" endDate="2017-10-06 15:30:44 +0100" value="0.06071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 16:18:22 +0100" startDate="2017-10-06 15:52:35 +0100" endDate="2017-10-06 15:58:48 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 17:20:52 +0100" startDate="2017-10-06 16:15:35 +0100" endDate="2017-10-06 16:25:27 +0100" value="0.03052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 17:20:52 +0100" startDate="2017-10-06 16:25:27 +0100" endDate="2017-10-06 16:35:26 +0100" value="0.67252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 17:20:52 +0100" startDate="2017-10-06 16:35:26 +0100" endDate="2017-10-06 16:43:04 +0100" value="0.47004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 19:19:46 +0100" startDate="2017-10-06 18:28:04 +0100" endDate="2017-10-06 18:37:14 +0100" value="0.08158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 19:19:46 +0100" startDate="2017-10-06 18:37:14 +0100" endDate="2017-10-06 18:44:53 +0100" value="0.04629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 19:19:46 +0100" startDate="2017-10-06 18:44:53 +0100" endDate="2017-10-06 18:50:10 +0100" value="0.022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 19:19:46 +0100" startDate="2017-10-06 18:53:27 +0100" endDate="2017-10-06 19:00:18 +0100" value="0.0209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 20:19:18 +0100" startDate="2017-10-06 19:16:48 +0100" endDate="2017-10-06 19:22:55 +0100" value="0.00621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 20:19:18 +0100" startDate="2017-10-06 20:08:01 +0100" endDate="2017-10-06 20:17:51 +0100" value="0.0016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 21:48:26 +0100" startDate="2017-10-06 21:02:58 +0100" endDate="2017-10-06 21:11:43 +0100" value="0.0482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-06 21:48:26 +0100" startDate="2017-10-06 21:11:43 +0100" endDate="2017-10-06 21:16:05 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 06:12:31 +0100" endDate="2017-10-07 06:18:39 +0100" value="0.01116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 06:18:39 +0100" endDate="2017-10-07 06:27:12 +0100" value="0.07792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 06:27:12 +0100" endDate="2017-10-07 06:34:10 +0100" value="0.02599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 06:44:23 +0100" endDate="2017-10-07 06:50:58 +0100" value="0.01753"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 06:50:58 +0100" endDate="2017-10-07 06:59:09 +0100" value="0.03959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 06:59:09 +0100" endDate="2017-10-07 07:09:09 +0100" value="0.02318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 07:20:02 +0100" startDate="2017-10-07 07:09:09 +0100" endDate="2017-10-07 07:19:00 +0100" value="0.34634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 08:19:31 +0100" startDate="2017-10-07 07:19:00 +0100" endDate="2017-10-07 07:26:09 +0100" value="0.2196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 09:22:26 +0100" startDate="2017-10-07 08:32:55 +0100" endDate="2017-10-07 08:42:44 +0100" value="0.15406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 09:22:26 +0100" startDate="2017-10-07 08:42:44 +0100" endDate="2017-10-07 08:47:55 +0100" value="0.09124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 09:22:26 +0100" startDate="2017-10-07 08:49:34 +0100" endDate="2017-10-07 08:59:30 +0100" value="0.0201"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 09:22:26 +0100" startDate="2017-10-07 08:59:30 +0100" endDate="2017-10-07 09:03:51 +0100" value="0.02742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 09:22:26 +0100" startDate="2017-10-07 09:03:51 +0100" endDate="2017-10-07 09:13:50 +0100" value="0.12522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 10:17:48 +0100" startDate="2017-10-07 09:13:50 +0100" endDate="2017-10-07 09:23:02 +0100" value="0.15843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 10:17:48 +0100" startDate="2017-10-07 09:25:52 +0100" endDate="2017-10-07 09:33:17 +0100" value="0.01267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 10:17:48 +0100" startDate="2017-10-07 09:33:17 +0100" endDate="2017-10-07 09:42:50 +0100" value="0.06704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 10:17:48 +0100" startDate="2017-10-07 09:42:50 +0100" endDate="2017-10-07 09:46:01 +0100" value="0.16629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 11:22:26 +0100" startDate="2017-10-07 10:25:27 +0100" endDate="2017-10-07 10:33:35 +0100" value="0.17793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 11:22:26 +0100" startDate="2017-10-07 10:51:49 +0100" endDate="2017-10-07 11:01:31 +0100" value="0.07917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 11:22:26 +0100" startDate="2017-10-07 11:01:31 +0100" endDate="2017-10-07 11:09:54 +0100" value="0.08279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 11:22:26 +0100" startDate="2017-10-07 11:09:54 +0100" endDate="2017-10-07 11:18:26 +0100" value="0.08325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 12:46:02 +0100" startDate="2017-10-07 11:18:26 +0100" endDate="2017-10-07 11:28:25 +0100" value="0.37054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 12:46:02 +0100" startDate="2017-10-07 11:28:25 +0100" endDate="2017-10-07 11:38:08 +0100" value="0.16585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 12:46:02 +0100" startDate="2017-10-07 11:45:22 +0100" endDate="2017-10-07 11:55:20 +0100" value="0.05428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 12:46:02 +0100" startDate="2017-10-07 11:55:20 +0100" endDate="2017-10-07 12:05:09 +0100" value="0.03649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 12:46:02 +0100" startDate="2017-10-07 12:05:09 +0100" endDate="2017-10-07 12:14:53 +0100" value="0.04105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 12:46:02 +0100" startDate="2017-10-07 12:14:53 +0100" endDate="2017-10-07 12:21:46 +0100" value="0.08195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 13:45:46 +0100" startDate="2017-10-07 12:21:46 +0100" endDate="2017-10-07 12:21:49 +0100" value="0.0021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 13:45:46 +0100" startDate="2017-10-07 13:25:14 +0100" endDate="2017-10-07 13:31:27 +0100" value="0.01984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 14:19:01 +0100" startDate="2017-10-07 13:36:01 +0100" endDate="2017-10-07 13:45:59 +0100" value="0.01415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 14:19:01 +0100" startDate="2017-10-07 13:45:59 +0100" endDate="2017-10-07 13:55:09 +0100" value="0.04235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 14:19:01 +0100" startDate="2017-10-07 13:55:09 +0100" endDate="2017-10-07 14:02:43 +0100" value="0.37882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 14:19:01 +0100" startDate="2017-10-07 14:02:43 +0100" endDate="2017-10-07 14:12:43 +0100" value="0.05513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 14:12:43 +0100" endDate="2017-10-07 14:17:37 +0100" value="0.28601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 14:21:08 +0100" endDate="2017-10-07 14:29:20 +0100" value="0.12062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 14:29:20 +0100" endDate="2017-10-07 14:39:15 +0100" value="0.07871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 14:39:15 +0100" endDate="2017-10-07 14:48:43 +0100" value="0.18582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 14:48:43 +0100" endDate="2017-10-07 14:56:45 +0100" value="0.20521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 14:56:45 +0100" endDate="2017-10-07 15:04:55 +0100" value="0.11709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 15:18:55 +0100" startDate="2017-10-07 15:04:55 +0100" endDate="2017-10-07 15:13:45 +0100" value="0.07031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 16:22:52 +0100" startDate="2017-10-07 15:13:45 +0100" endDate="2017-10-07 15:18:54 +0100" value="0.02558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 16:22:52 +0100" startDate="2017-10-07 15:19:27 +0100" endDate="2017-10-07 15:28:58 +0100" value="0.02692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 16:22:52 +0100" startDate="2017-10-07 15:34:54 +0100" endDate="2017-10-07 15:42:16 +0100" value="0.03682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 16:22:52 +0100" startDate="2017-10-07 15:42:16 +0100" endDate="2017-10-07 15:48:19 +0100" value="0.02464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 16:22:52 +0100" startDate="2017-10-07 15:54:29 +0100" endDate="2017-10-07 16:00:59 +0100" value="0.01096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 16:22:52 +0100" startDate="2017-10-07 16:00:59 +0100" endDate="2017-10-07 16:06:55 +0100" value="0.02084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 17:19:46 +0100" startDate="2017-10-07 16:24:36 +0100" endDate="2017-10-07 16:34:36 +0100" value="0.27395"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 17:19:46 +0100" startDate="2017-10-07 16:34:36 +0100" endDate="2017-10-07 16:39:35 +0100" value="0.33067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 17:19:46 +0100" startDate="2017-10-07 16:39:35 +0100" endDate="2017-10-07 16:49:33 +0100" value="0.34104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 17:19:46 +0100" startDate="2017-10-07 16:49:33 +0100" endDate="2017-10-07 16:58:12 +0100" value="0.54496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 19:18:07 +0100" startDate="2017-10-07 18:17:47 +0100" endDate="2017-10-07 18:26:51 +0100" value="0.02494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 19:18:07 +0100" startDate="2017-10-07 18:26:51 +0100" endDate="2017-10-07 18:36:50 +0100" value="0.38642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 19:18:07 +0100" startDate="2017-10-07 18:36:50 +0100" endDate="2017-10-07 18:46:48 +0100" value="0.63374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 19:18:07 +0100" startDate="2017-10-07 18:46:48 +0100" endDate="2017-10-07 18:51:55 +0100" value="0.17889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 19:18:07 +0100" startDate="2017-10-07 19:07:45 +0100" endDate="2017-10-07 19:13:48 +0100" value="0.00528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 20:26:58 +0100" startDate="2017-10-07 19:51:48 +0100" endDate="2017-10-07 20:01:46 +0100" value="0.07514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 20:26:58 +0100" startDate="2017-10-07 20:01:46 +0100" endDate="2017-10-07 20:07:48 +0100" value="0.42015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 22:07:18 +0100" startDate="2017-10-07 20:37:40 +0100" endDate="2017-10-07 20:45:47 +0100" value="0.0227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 22:07:18 +0100" startDate="2017-10-07 20:49:53 +0100" endDate="2017-10-07 20:58:56 +0100" value="0.02932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 22:07:18 +0100" startDate="2017-10-07 21:04:22 +0100" endDate="2017-10-07 21:10:40 +0100" value="0.01749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 22:07:18 +0100" startDate="2017-10-07 21:10:40 +0100" endDate="2017-10-07 21:18:20 +0100" value="0.02164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 22:07:18 +0100" startDate="2017-10-07 21:22:26 +0100" endDate="2017-10-07 21:28:29 +0100" value="0.00496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 22:07:18 +0100" startDate="2017-10-07 21:47:14 +0100" endDate="2017-10-07 21:54:02 +0100" value="0.03131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 23:07:46 +0100" startDate="2017-10-07 22:03:03 +0100" endDate="2017-10-07 22:11:13 +0100" value="0.03758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 23:07:46 +0100" startDate="2017-10-07 22:11:13 +0100" endDate="2017-10-07 22:21:11 +0100" value="0.03962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 23:07:46 +0100" startDate="2017-10-07 22:21:11 +0100" endDate="2017-10-07 22:31:09 +0100" value="0.36208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 23:07:46 +0100" startDate="2017-10-07 22:31:09 +0100" endDate="2017-10-07 22:41:08 +0100" value="0.14937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 23:07:46 +0100" startDate="2017-10-07 22:41:08 +0100" endDate="2017-10-07 22:51:06 +0100" value="0.17574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 23:07:46 +0100" startDate="2017-10-07 22:51:06 +0100" endDate="2017-10-07 23:00:49 +0100" value="0.1372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 23:53:53 +0100" startDate="2017-10-07 23:00:49 +0100" endDate="2017-10-07 23:10:47 +0100" value="0.20288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 23:53:53 +0100" startDate="2017-10-07 23:10:47 +0100" endDate="2017-10-07 23:20:43 +0100" value="0.14008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 23:53:53 +0100" startDate="2017-10-07 23:20:43 +0100" endDate="2017-10-07 23:30:36 +0100" value="0.11429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 23:53:53 +0100" startDate="2017-10-07 23:30:36 +0100" endDate="2017-10-07 23:40:16 +0100" value="0.07658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-07 23:53:53 +0100" startDate="2017-10-07 23:40:16 +0100" endDate="2017-10-07 23:46:32 +0100" value="0.05399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 00:47:47 +0100" startDate="2017-10-07 23:46:32 +0100" endDate="2017-10-07 23:56:02 +0100" value="0.12666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 00:47:47 +0100" startDate="2017-10-07 23:56:02 +0100" endDate="2017-10-08 00:05:10 +0100" value="0.11751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 00:47:47 +0100" startDate="2017-10-08 00:05:10 +0100" endDate="2017-10-08 00:13:08 +0100" value="0.09519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 00:47:47 +0100" startDate="2017-10-08 00:13:08 +0100" endDate="2017-10-08 00:23:04 +0100" value="0.00844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 00:47:47 +0100" startDate="2017-10-08 00:23:04 +0100" endDate="2017-10-08 00:32:14 +0100" value="0.38418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 08:21:08 +0100" startDate="2017-10-08 07:20:39 +0100" endDate="2017-10-08 07:27:07 +0100" value="0.01386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 08:21:08 +0100" startDate="2017-10-08 07:27:07 +0100" endDate="2017-10-08 07:31:48 +0100" value="0.02806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 09:19:07 +0100" startDate="2017-10-08 08:55:47 +0100" endDate="2017-10-08 09:04:02 +0100" value="0.01867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 09:19:07 +0100" startDate="2017-10-08 09:04:02 +0100" endDate="2017-10-08 09:11:35 +0100" value="0.05894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 10:33:09 +0100" startDate="2017-10-08 09:11:35 +0100" endDate="2017-10-08 09:19:43 +0100" value="0.01934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 10:33:09 +0100" startDate="2017-10-08 09:19:43 +0100" endDate="2017-10-08 09:23:46 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 13:17:52 +0100" startDate="2017-10-08 12:39:49 +0100" endDate="2017-10-08 12:46:32 +0100" value="0.02913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 13:17:52 +0100" startDate="2017-10-08 13:07:16 +0100" endDate="2017-10-08 13:16:12 +0100" value="0.04521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 14:20:10 +0100" startDate="2017-10-08 13:59:44 +0100" endDate="2017-10-08 14:09:42 +0100" value="0.34853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 14:20:10 +0100" startDate="2017-10-08 14:09:42 +0100" endDate="2017-10-08 14:13:35 +0100" value="0.238706"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 15:20:54 +0100" startDate="2017-10-08 14:59:42 +0100" endDate="2017-10-08 15:08:15 +0100" value="0.03795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 15:20:54 +0100" startDate="2017-10-08 15:08:15 +0100" endDate="2017-10-08 15:16:34 +0100" value="0.01082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 16:19:58 +0100" startDate="2017-10-08 15:16:34 +0100" endDate="2017-10-08 15:22:26 +0100" value="0.03473"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 16:19:58 +0100" startDate="2017-10-08 15:26:45 +0100" endDate="2017-10-08 15:33:05 +0100" value="0.00842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 16:19:58 +0100" startDate="2017-10-08 15:33:05 +0100" endDate="2017-10-08 15:42:05 +0100" value="0.01458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 17:19:04 +0100" startDate="2017-10-08 16:44:56 +0100" endDate="2017-10-08 16:54:15 +0100" value="0.02643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 17:19:04 +0100" startDate="2017-10-08 16:54:15 +0100" endDate="2017-10-08 17:00:05 +0100" value="0.03023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 18:30:23 +0100" startDate="2017-10-08 17:25:52 +0100" endDate="2017-10-08 17:32:35 +0100" value="0.03614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 22:09:05 +0100" startDate="2017-10-08 20:56:41 +0100" endDate="2017-10-08 21:04:31 +0100" value="0.05056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-08 22:09:05 +0100" startDate="2017-10-08 21:04:31 +0100" endDate="2017-10-08 21:13:33 +0100" value="0.03522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 06:25:14 +0100" startDate="2017-10-09 05:42:13 +0100" endDate="2017-10-09 05:48:54 +0100" value="0.00536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 06:25:14 +0100" startDate="2017-10-09 05:50:50 +0100" endDate="2017-10-09 06:00:11 +0100" value="0.07068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 06:25:14 +0100" startDate="2017-10-09 06:00:11 +0100" endDate="2017-10-09 06:10:10 +0100" value="0.73819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 07:25:40 +0100" startDate="2017-10-09 06:17:16 +0100" endDate="2017-10-09 06:25:13 +0100" value="0.00993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 07:25:40 +0100" startDate="2017-10-09 06:42:04 +0100" endDate="2017-10-09 06:48:12 +0100" value="0.0074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 09:19:02 +0100" startDate="2017-10-09 08:34:53 +0100" endDate="2017-10-09 08:41:24 +0100" value="0.03025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 09:19:02 +0100" startDate="2017-10-09 08:47:13 +0100" endDate="2017-10-09 08:55:56 +0100" value="0.06756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 09:19:02 +0100" startDate="2017-10-09 08:55:56 +0100" endDate="2017-10-09 09:01:12 +0100" value="0.04653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 11:18:55 +0100" startDate="2017-10-09 10:53:32 +0100" endDate="2017-10-09 11:02:51 +0100" value="0.11346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 11:18:55 +0100" startDate="2017-10-09 11:02:51 +0100" endDate="2017-10-09 11:11:20 +0100" value="0.10841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 12:23:53 +0100" startDate="2017-10-09 11:11:20 +0100" endDate="2017-10-09 11:21:16 +0100" value="0.08367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 12:23:53 +0100" startDate="2017-10-09 11:21:16 +0100" endDate="2017-10-09 11:30:50 +0100" value="0.61336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 12:23:53 +0100" startDate="2017-10-09 11:30:50 +0100" endDate="2017-10-09 11:33:41 +0100" value="0.0639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 13:20:30 +0100" startDate="2017-10-09 12:17:48 +0100" endDate="2017-10-09 12:27:48 +0100" value="0.27618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 13:20:30 +0100" startDate="2017-10-09 12:27:48 +0100" endDate="2017-10-09 12:37:47 +0100" value="0.3843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 13:20:30 +0100" startDate="2017-10-09 12:37:47 +0100" endDate="2017-10-09 12:42:48 +0100" value="0.21691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 13:20:30 +0100" startDate="2017-10-09 12:55:14 +0100" endDate="2017-10-09 13:03:29 +0100" value="0.08804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 14:23:36 +0100" startDate="2017-10-09 13:15:58 +0100" endDate="2017-10-09 13:25:55 +0100" value="0.0418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 14:23:36 +0100" startDate="2017-10-09 13:25:55 +0100" endDate="2017-10-09 13:34:26 +0100" value="0.10528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 14:23:36 +0100" startDate="2017-10-09 13:34:26 +0100" endDate="2017-10-09 13:43:47 +0100" value="0.06291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 14:23:36 +0100" startDate="2017-10-09 13:55:39 +0100" endDate="2017-10-09 14:02:25 +0100" value="0.0183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 15:19:48 +0100" startDate="2017-10-09 14:14:59 +0100" endDate="2017-10-09 14:20:12 +0100" value="0.02984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 15:19:48 +0100" startDate="2017-10-09 14:38:35 +0100" endDate="2017-10-09 14:44:47 +0100" value="0.01489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 15:19:48 +0100" startDate="2017-10-09 14:44:47 +0100" endDate="2017-10-09 14:53:40 +0100" value="0.0312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 15:19:48 +0100" startDate="2017-10-09 14:55:03 +0100" endDate="2017-10-09 15:01:11 +0100" value="0.00464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 16:20:46 +0100" startDate="2017-10-09 15:10:02 +0100" endDate="2017-10-09 15:16:15 +0100" value="0.01068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 16:20:46 +0100" startDate="2017-10-09 15:30:54 +0100" endDate="2017-10-09 15:40:53 +0100" value="0.0701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 16:20:46 +0100" startDate="2017-10-09 15:40:53 +0100" endDate="2017-10-09 15:47:12 +0100" value="0.07034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 16:20:46 +0100" startDate="2017-10-09 15:47:12 +0100" endDate="2017-10-09 15:54:33 +0100" value="0.0705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 17:18:21 +0100" startDate="2017-10-09 16:13:57 +0100" endDate="2017-10-09 16:23:56 +0100" value="0.03785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 17:18:21 +0100" startDate="2017-10-09 16:23:56 +0100" endDate="2017-10-09 16:33:55 +0100" value="0.33193"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 17:18:21 +0100" startDate="2017-10-09 16:33:55 +0100" endDate="2017-10-09 16:40:31 +0100" value="0.27615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 17:18:21 +0100" startDate="2017-10-09 16:41:13 +0100" endDate="2017-10-09 16:47:23 +0100" value="0.0049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 17:18:21 +0100" startDate="2017-10-09 16:47:23 +0100" endDate="2017-10-09 16:54:19 +0100" value="0.03268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 17:18:21 +0100" startDate="2017-10-09 16:55:28 +0100" endDate="2017-10-09 17:01:48 +0100" value="0.01552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 18:18:24 +0100" startDate="2017-10-09 17:21:12 +0100" endDate="2017-10-09 17:30:30 +0100" value="0.05301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 18:18:24 +0100" startDate="2017-10-09 17:30:30 +0100" endDate="2017-10-09 17:38:01 +0100" value="0.56096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 18:18:24 +0100" startDate="2017-10-09 17:59:34 +0100" endDate="2017-10-09 18:09:01 +0100" value="0.03815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 19:18:22 +0100" startDate="2017-10-09 18:09:01 +0100" endDate="2017-10-09 18:14:02 +0100" value="0.14312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 19:18:22 +0100" startDate="2017-10-09 18:40:06 +0100" endDate="2017-10-09 18:46:37 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 20:17:52 +0100" startDate="2017-10-09 19:35:23 +0100" endDate="2017-10-09 19:43:39 +0100" value="0.11672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 20:17:52 +0100" startDate="2017-10-09 19:43:39 +0100" endDate="2017-10-09 19:46:59 +0100" value="0.01441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 21:41:13 +0100" startDate="2017-10-09 20:13:04 +0100" endDate="2017-10-09 20:22:36 +0100" value="0.18574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 21:41:13 +0100" startDate="2017-10-09 20:22:36 +0100" endDate="2017-10-09 20:24:00 +0100" value="0.03828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 21:41:13 +0100" startDate="2017-10-09 20:51:35 +0100" endDate="2017-10-09 20:58:24 +0100" value="0.01496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 21:41:13 +0100" startDate="2017-10-09 21:04:00 +0100" endDate="2017-10-09 21:11:04 +0100" value="0.02389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-09 21:41:13 +0100" startDate="2017-10-09 21:11:04 +0100" endDate="2017-10-09 21:14:42 +0100" value="0.02986"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 06:21:06 +0100" startDate="2017-10-10 05:12:34 +0100" endDate="2017-10-10 05:19:13 +0100" value="0.02205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 06:21:06 +0100" startDate="2017-10-10 05:21:23 +0100" endDate="2017-10-10 05:28:35 +0100" value="0.03649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 06:21:06 +0100" startDate="2017-10-10 05:28:35 +0100" endDate="2017-10-10 05:32:36 +0100" value="0.01044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 06:21:06 +0100" startDate="2017-10-10 05:55:05 +0100" endDate="2017-10-10 06:05:05 +0100" value="0.03126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 06:21:06 +0100" startDate="2017-10-10 06:05:05 +0100" endDate="2017-10-10 06:15:03 +0100" value="0.38385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 07:23:23 +0100" startDate="2017-10-10 06:15:03 +0100" endDate="2017-10-10 06:25:03 +0100" value="0.43733"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 07:23:23 +0100" startDate="2017-10-10 06:25:03 +0100" endDate="2017-10-10 06:25:10 +0100" value="0.00417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 07:23:23 +0100" startDate="2017-10-10 06:29:50 +0100" endDate="2017-10-10 06:39:08 +0100" value="0.01196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 07:23:23 +0100" startDate="2017-10-10 06:50:32 +0100" endDate="2017-10-10 06:59:33 +0100" value="0.05845"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 07:23:23 +0100" startDate="2017-10-10 06:59:33 +0100" endDate="2017-10-10 07:09:24 +0100" value="0.16248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 08:23:39 +0100" startDate="2017-10-10 07:26:20 +0100" endDate="2017-10-10 07:36:18 +0100" value="0.05835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 09:20:16 +0100" startDate="2017-10-10 08:19:55 +0100" endDate="2017-10-10 08:28:44 +0100" value="0.03993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 09:20:16 +0100" startDate="2017-10-10 08:28:44 +0100" endDate="2017-10-10 08:35:40 +0100" value="0.24801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 09:20:16 +0100" startDate="2017-10-10 08:45:02 +0100" endDate="2017-10-10 08:55:02 +0100" value="0.33533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 09:20:16 +0100" startDate="2017-10-10 08:55:02 +0100" endDate="2017-10-10 09:05:02 +0100" value="1.07265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 09:20:16 +0100" startDate="2017-10-10 09:05:02 +0100" endDate="2017-10-10 09:07:10 +0100" value="0.06074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 10:18:08 +0100" startDate="2017-10-10 09:14:14 +0100" endDate="2017-10-10 09:20:22 +0100" value="0.0079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 10:18:08 +0100" startDate="2017-10-10 09:33:54 +0100" endDate="2017-10-10 09:43:54 +0100" value="0.2464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 10:18:08 +0100" startDate="2017-10-10 09:43:54 +0100" endDate="2017-10-10 09:45:39 +0100" value="0.11194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 10:18:08 +0100" startDate="2017-10-10 10:02:06 +0100" endDate="2017-10-10 10:12:05 +0100" value="0.03297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 11:20:56 +0100" startDate="2017-10-10 10:12:05 +0100" endDate="2017-10-10 10:21:17 +0100" value="0.38833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 11:20:56 +0100" startDate="2017-10-10 10:24:45 +0100" endDate="2017-10-10 10:34:45 +0100" value="0.15715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 11:20:56 +0100" startDate="2017-10-10 10:34:45 +0100" endDate="2017-10-10 10:44:31 +0100" value="0.73649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 11:20:56 +0100" startDate="2017-10-10 10:44:31 +0100" endDate="2017-10-10 10:52:36 +0100" value="0.01671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 11:20:56 +0100" startDate="2017-10-10 10:54:06 +0100" endDate="2017-10-10 11:04:05 +0100" value="0.28325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 11:20:56 +0100" startDate="2017-10-10 11:04:05 +0100" endDate="2017-10-10 11:14:03 +0100" value="0.63977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 12:25:25 +0100" startDate="2017-10-10 11:14:03 +0100" endDate="2017-10-10 11:22:01 +0100" value="0.6868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 12:25:25 +0100" startDate="2017-10-10 11:22:01 +0100" endDate="2017-10-10 11:26:57 +0100" value="0.04661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 13:19:46 +0100" startDate="2017-10-10 12:35:04 +0100" endDate="2017-10-10 12:44:48 +0100" value="0.06932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 13:19:46 +0100" startDate="2017-10-10 12:44:48 +0100" endDate="2017-10-10 12:54:47 +0100" value="0.62839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 13:19:46 +0100" startDate="2017-10-10 12:54:47 +0100" endDate="2017-10-10 12:56:49 +0100" value="0.02722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 14:22:06 +0100" startDate="2017-10-10 13:17:39 +0100" endDate="2017-10-10 13:25:05 +0100" value="0.01407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 14:22:06 +0100" startDate="2017-10-10 13:25:05 +0100" endDate="2017-10-10 13:35:05 +0100" value="0.31319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 14:22:06 +0100" startDate="2017-10-10 13:35:05 +0100" endDate="2017-10-10 13:39:48 +0100" value="0.30633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 14:22:06 +0100" startDate="2017-10-10 13:53:09 +0100" endDate="2017-10-10 13:59:32 +0100" value="0.02551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 15:20:15 +0100" startDate="2017-10-10 14:35:43 +0100" endDate="2017-10-10 14:42:24 +0100" value="0.02838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 16:22:02 +0100" startDate="2017-10-10 16:03:49 +0100" endDate="2017-10-10 16:10:09 +0100" value="0.0123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 16:22:02 +0100" startDate="2017-10-10 16:10:09 +0100" endDate="2017-10-10 16:20:08 +0100" value="0.24607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 17:19:23 +0100" startDate="2017-10-10 16:20:08 +0100" endDate="2017-10-10 16:28:42 +0100" value="0.46107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 17:19:23 +0100" startDate="2017-10-10 16:51:03 +0100" endDate="2017-10-10 17:00:14 +0100" value="0.09473"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 18:27:13 +0100" startDate="2017-10-10 17:13:26 +0100" endDate="2017-10-10 17:20:17 +0100" value="0.01674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 18:27:13 +0100" startDate="2017-10-10 17:20:17 +0100" endDate="2017-10-10 17:30:15 +0100" value="0.14705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 18:27:13 +0100" startDate="2017-10-10 17:30:15 +0100" endDate="2017-10-10 17:32:07 +0100" value="0.06582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 18:27:13 +0100" startDate="2017-10-10 17:41:37 +0100" endDate="2017-10-10 17:50:46 +0100" value="0.15024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 22:04:53 +0100" startDate="2017-10-10 20:57:09 +0100" endDate="2017-10-10 21:07:08 +0100" value="0.07227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 22:04:53 +0100" startDate="2017-10-10 21:07:08 +0100" endDate="2017-10-10 21:09:53 +0100" value="0.07344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 22:04:53 +0100" startDate="2017-10-10 21:13:17 +0100" endDate="2017-10-10 21:23:14 +0100" value="0.24073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 22:04:53 +0100" startDate="2017-10-10 21:23:14 +0100" endDate="2017-10-10 21:32:02 +0100" value="0.10097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 22:04:53 +0100" startDate="2017-10-10 21:54:33 +0100" endDate="2017-10-10 22:00:36 +0100" value="0.01396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 22:55:12 +0100" startDate="2017-10-10 22:43:16 +0100" endDate="2017-10-10 22:53:15 +0100" value="0.05622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-10 23:20:57 +0100" startDate="2017-10-10 22:53:15 +0100" endDate="2017-10-10 22:55:14 +0100" value="0.06606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 06:17:53 +0100" startDate="2017-10-11 05:14:26 +0100" endDate="2017-10-11 05:20:59 +0100" value="0.02608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 06:17:53 +0100" startDate="2017-10-11 06:04:31 +0100" endDate="2017-10-11 06:11:22 +0100" value="0.02789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 07:20:00 +0100" startDate="2017-10-11 06:11:22 +0100" endDate="2017-10-11 06:21:09 +0100" value="0.03946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 07:20:00 +0100" startDate="2017-10-11 06:21:09 +0100" endDate="2017-10-11 06:29:55 +0100" value="0.32381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 07:20:00 +0100" startDate="2017-10-11 06:39:37 +0100" endDate="2017-10-11 06:48:15 +0100" value="0.08237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 07:20:00 +0100" startDate="2017-10-11 06:48:15 +0100" endDate="2017-10-11 06:54:59 +0100" value="0.03903"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 08:20:06 +0100" startDate="2017-10-11 07:31:42 +0100" endDate="2017-10-11 07:41:08 +0100" value="0.09671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 08:20:06 +0100" startDate="2017-10-11 07:47:06 +0100" endDate="2017-10-11 07:57:05 +0100" value="0.37615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 08:20:06 +0100" startDate="2017-10-11 07:57:05 +0100" endDate="2017-10-11 08:04:46 +0100" value="0.46662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 08:20:06 +0100" startDate="2017-10-11 08:08:16 +0100" endDate="2017-10-11 08:16:03 +0100" value="0.03774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 09:22:37 +0100" startDate="2017-10-11 08:16:03 +0100" endDate="2017-10-11 08:20:08 +0100" value="0.02445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 09:22:37 +0100" startDate="2017-10-11 08:27:21 +0100" endDate="2017-10-11 08:33:31 +0100" value="0.01601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 09:22:37 +0100" startDate="2017-10-11 09:09:37 +0100" endDate="2017-10-11 09:18:30 +0100" value="0.05761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 10:18:14 +0100" startDate="2017-10-11 09:18:30 +0100" endDate="2017-10-11 09:27:42 +0100" value="0.05795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 10:18:14 +0100" startDate="2017-10-11 09:27:42 +0100" endDate="2017-10-11 09:35:25 +0100" value="0.08149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 10:18:14 +0100" startDate="2017-10-11 09:37:16 +0100" endDate="2017-10-11 09:44:02 +0100" value="0.022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 10:18:14 +0100" startDate="2017-10-11 10:02:34 +0100" endDate="2017-10-11 10:08:39 +0100" value="0.00204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 11:21:15 +0100" startDate="2017-10-11 10:08:39 +0100" endDate="2017-10-11 10:15:41 +0100" value="0.05184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 11:21:15 +0100" startDate="2017-10-11 10:30:28 +0100" endDate="2017-10-11 10:36:31 +0100" value="0.0073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 11:21:15 +0100" startDate="2017-10-11 10:36:31 +0100" endDate="2017-10-11 10:46:21 +0100" value="0.09789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 11:21:15 +0100" startDate="2017-10-11 10:53:28 +0100" endDate="2017-10-11 11:03:27 +0100" value="0.31443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 11:21:15 +0100" startDate="2017-10-11 11:03:27 +0100" endDate="2017-10-11 11:13:25 +0100" value="0.319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 12:20:39 +0100" startDate="2017-10-11 11:13:25 +0100" endDate="2017-10-11 11:15:02 +0100" value="0.00943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 12:20:39 +0100" startDate="2017-10-11 11:41:22 +0100" endDate="2017-10-11 11:50:55 +0100" value="0.16631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 12:20:39 +0100" startDate="2017-10-11 11:50:55 +0100" endDate="2017-10-11 12:00:03 +0100" value="0.52306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 13:21:00 +0100" startDate="2017-10-11 12:20:02 +0100" endDate="2017-10-11 12:29:18 +0100" value="0.02534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 13:21:00 +0100" startDate="2017-10-11 12:29:18 +0100" endDate="2017-10-11 12:39:16 +0100" value="0.07589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 16:17:48 +0100" startDate="2017-10-11 15:37:25 +0100" endDate="2017-10-11 15:44:24 +0100" value="0.0282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 16:17:48 +0100" startDate="2017-10-11 15:44:24 +0100" endDate="2017-10-11 15:50:23 +0100" value="0.02536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 16:17:48 +0100" startDate="2017-10-11 15:55:10 +0100" endDate="2017-10-11 16:02:03 +0100" value="0.02707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 17:18:21 +0100" startDate="2017-10-11 16:11:56 +0100" endDate="2017-10-11 16:18:16 +0100" value="0.02118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 17:18:21 +0100" startDate="2017-10-11 16:18:16 +0100" endDate="2017-10-11 16:28:10 +0100" value="0.45357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 17:18:21 +0100" startDate="2017-10-11 16:28:10 +0100" endDate="2017-10-11 16:35:01 +0100" value="0.20052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 18:18:30 +0100" startDate="2017-10-11 17:35:00 +0100" endDate="2017-10-11 17:43:12 +0100" value="0.14056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 18:18:30 +0100" startDate="2017-10-11 18:04:11 +0100" endDate="2017-10-11 18:14:09 +0100" value="0.10629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 19:22:54 +0100" startDate="2017-10-11 18:14:09 +0100" endDate="2017-10-11 18:16:04 +0100" value="0.05031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 19:22:54 +0100" startDate="2017-10-11 19:01:37 +0100" endDate="2017-10-11 19:07:26 +0100" value="0.0005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 19:22:54 +0100" startDate="2017-10-11 19:10:52 +0100" endDate="2017-10-11 19:17:10 +0100" value="0.0052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 20:18:37 +0100" startDate="2017-10-11 19:35:44 +0100" endDate="2017-10-11 19:44:51 +0100" value="0.01592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 20:18:37 +0100" startDate="2017-10-11 19:44:51 +0100" endDate="2017-10-11 19:54:06 +0100" value="0.15159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 21:34:03 +0100" startDate="2017-10-11 20:08:37 +0100" endDate="2017-10-11 20:18:17 +0100" value="0.31663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 21:34:03 +0100" startDate="2017-10-11 20:18:17 +0100" endDate="2017-10-11 20:26:56 +0100" value="0.08422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-11 21:34:03 +0100" startDate="2017-10-11 20:26:56 +0100" endDate="2017-10-11 20:35:21 +0100" value="0.01315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 06:21:47 +0100" startDate="2017-10-12 05:18:03 +0100" endDate="2017-10-12 05:26:13 +0100" value="0.04782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 06:21:47 +0100" startDate="2017-10-12 05:26:13 +0100" endDate="2017-10-12 05:30:56 +0100" value="0.05428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 06:21:47 +0100" startDate="2017-10-12 05:47:19 +0100" endDate="2017-10-12 05:54:02 +0100" value="0.02533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 06:21:47 +0100" startDate="2017-10-12 05:54:02 +0100" endDate="2017-10-12 06:03:35 +0100" value="0.0368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 06:21:47 +0100" startDate="2017-10-12 06:03:35 +0100" endDate="2017-10-12 06:13:33 +0100" value="0.66"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 07:18:31 +0100" startDate="2017-10-12 06:13:33 +0100" endDate="2017-10-12 06:15:46 +0100" value="0.08403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 07:18:31 +0100" startDate="2017-10-12 06:21:11 +0100" endDate="2017-10-12 06:27:16 +0100" value="0.0073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 07:18:31 +0100" startDate="2017-10-12 06:28:21 +0100" endDate="2017-10-12 06:34:44 +0100" value="0.03469"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 07:18:31 +0100" startDate="2017-10-12 06:42:11 +0100" endDate="2017-10-12 06:51:29 +0100" value="0.02839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 07:18:31 +0100" startDate="2017-10-12 06:59:32 +0100" endDate="2017-10-12 07:09:29 +0100" value="0.28078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 08:23:11 +0100" startDate="2017-10-12 07:09:29 +0100" endDate="2017-10-12 07:19:28 +0100" value="0.66993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 08:23:11 +0100" startDate="2017-10-12 07:19:28 +0100" endDate="2017-10-12 07:28:50 +0100" value="0.09776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 08:23:11 +0100" startDate="2017-10-12 07:50:15 +0100" endDate="2017-10-12 08:00:12 +0100" value="0.25579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 08:23:11 +0100" startDate="2017-10-12 08:00:12 +0100" endDate="2017-10-12 08:09:30 +0100" value="0.80914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 08:23:11 +0100" startDate="2017-10-12 08:09:30 +0100" endDate="2017-10-12 08:15:12 +0100" value="0.04868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 09:27:17 +0100" startDate="2017-10-12 08:15:12 +0100" endDate="2017-10-12 08:23:11 +0100" value="0.04549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 09:27:17 +0100" startDate="2017-10-12 08:44:11 +0100" endDate="2017-10-12 08:53:35 +0100" value="0.10925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 09:27:17 +0100" startDate="2017-10-12 08:53:35 +0100" endDate="2017-10-12 09:03:26 +0100" value="0.04436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 09:27:17 +0100" startDate="2017-10-12 09:03:26 +0100" endDate="2017-10-12 09:06:12 +0100" value="0.03774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 09:27:17 +0100" startDate="2017-10-12 09:17:09 +0100" endDate="2017-10-12 09:24:20 +0100" value="0.06407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 10:19:17 +0100" startDate="2017-10-12 09:24:20 +0100" endDate="2017-10-12 09:31:49 +0100" value="0.02353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 11:25:13 +0100" startDate="2017-10-12 10:12:51 +0100" endDate="2017-10-12 10:22:50 +0100" value="0.10884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 11:25:13 +0100" startDate="2017-10-12 10:22:50 +0100" endDate="2017-10-12 10:32:49 +0100" value="0.14849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 11:25:13 +0100" startDate="2017-10-12 10:32:49 +0100" endDate="2017-10-12 10:42:43 +0100" value="0.75241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 11:25:13 +0100" startDate="2017-10-12 10:42:43 +0100" endDate="2017-10-12 10:48:40 +0100" value="0.06817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 11:25:13 +0100" startDate="2017-10-12 11:01:07 +0100" endDate="2017-10-12 11:07:20 +0100" value="0.00534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 11:25:13 +0100" startDate="2017-10-12 11:07:54 +0100" endDate="2017-10-12 11:17:53 +0100" value="0.25404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 12:18:59 +0100" startDate="2017-10-12 11:17:53 +0100" endDate="2017-10-12 11:26:30 +0100" value="0.58937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 12:18:59 +0100" startDate="2017-10-12 11:26:30 +0100" endDate="2017-10-12 11:35:56 +0100" value="0.00626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 12:18:59 +0100" startDate="2017-10-12 11:35:56 +0100" endDate="2017-10-12 11:42:26 +0100" value="0.07684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 12:18:59 +0100" startDate="2017-10-12 11:43:13 +0100" endDate="2017-10-12 11:50:14 +0100" value="0.03141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 12:18:59 +0100" startDate="2017-10-12 12:05:01 +0100" endDate="2017-10-12 12:12:46 +0100" value="0.05265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 13:20:06 +0100" startDate="2017-10-12 12:12:46 +0100" endDate="2017-10-12 12:20:24 +0100" value="0.05388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 13:20:06 +0100" startDate="2017-10-12 12:45:16 +0100" endDate="2017-10-12 12:52:02 +0100" value="0.01869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 13:20:06 +0100" startDate="2017-10-12 12:55:57 +0100" endDate="2017-10-12 13:05:28 +0100" value="0.02523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 14:22:22 +0100" startDate="2017-10-12 13:19:12 +0100" endDate="2017-10-12 13:26:09 +0100" value="0.07837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 14:22:22 +0100" startDate="2017-10-12 13:26:09 +0100" endDate="2017-10-12 13:35:18 +0100" value="0.00752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 14:22:22 +0100" startDate="2017-10-12 13:36:49 +0100" endDate="2017-10-12 13:44:46 +0100" value="0.07513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 14:22:22 +0100" startDate="2017-10-12 13:50:32 +0100" endDate="2017-10-12 13:57:22 +0100" value="0.03274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 14:22:22 +0100" startDate="2017-10-12 13:58:39 +0100" endDate="2017-10-12 14:05:30 +0100" value="0.02798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 14:22:22 +0100" startDate="2017-10-12 14:05:30 +0100" endDate="2017-10-12 14:09:24 +0100" value="0.01718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 15:22:28 +0100" startDate="2017-10-12 14:41:32 +0100" endDate="2017-10-12 14:49:22 +0100" value="0.0696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 15:22:28 +0100" startDate="2017-10-12 14:50:28 +0100" endDate="2017-10-12 14:57:57 +0100" value="0.01937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 15:22:28 +0100" startDate="2017-10-12 14:57:57 +0100" endDate="2017-10-12 15:02:45 +0100" value="0.01376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 16:19:13 +0100" startDate="2017-10-12 15:15:20 +0100" endDate="2017-10-12 15:22:29 +0100" value="0.06702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 16:19:13 +0100" startDate="2017-10-12 15:39:45 +0100" endDate="2017-10-12 15:45:45 +0100" value="0.0045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 17:23:23 +0100" startDate="2017-10-12 16:09:55 +0100" endDate="2017-10-12 16:19:22 +0100" value="0.04818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 17:23:23 +0100" startDate="2017-10-12 16:19:22 +0100" endDate="2017-10-12 16:26:46 +0100" value="0.02773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 17:23:23 +0100" startDate="2017-10-12 16:51:34 +0100" endDate="2017-10-12 17:01:33 +0100" value="0.337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 17:23:23 +0100" startDate="2017-10-12 17:01:33 +0100" endDate="2017-10-12 17:09:20 +0100" value="0.46685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 17:23:23 +0100" startDate="2017-10-12 17:09:20 +0100" endDate="2017-10-12 17:19:19 +0100" value="0.04521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 18:17:50 +0100" startDate="2017-10-12 17:19:19 +0100" endDate="2017-10-12 17:28:07 +0100" value="0.04096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 18:17:50 +0100" startDate="2017-10-12 18:06:23 +0100" endDate="2017-10-12 18:14:00 +0100" value="0.01734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 18:14:00 +0100" endDate="2017-10-12 18:18:07 +0100" value="0.00088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 18:21:04 +0100" endDate="2017-10-12 18:31:03 +0100" value="0.18886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 18:31:03 +0100" endDate="2017-10-12 18:41:03 +0100" value="0.79499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 18:41:03 +0100" endDate="2017-10-12 18:47:49 +0100" value="0.27407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 18:52:50 +0100" endDate="2017-10-12 19:01:53 +0100" value="0.00968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 19:03:40 +0100" endDate="2017-10-12 19:13:22 +0100" value="0.01474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 19:29:35 +0100" startDate="2017-10-12 19:13:22 +0100" endDate="2017-10-12 19:21:23 +0100" value="0.01434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 20:23:21 +0100" startDate="2017-10-12 19:21:23 +0100" endDate="2017-10-12 19:31:09 +0100" value="0.02671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 20:23:21 +0100" startDate="2017-10-12 19:31:09 +0100" endDate="2017-10-12 19:37:26 +0100" value="0.01479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 22:06:35 +0100" startDate="2017-10-12 21:37:48 +0100" endDate="2017-10-12 21:47:47 +0100" value="0.06817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-12 22:06:35 +0100" startDate="2017-10-12 21:47:47 +0100" endDate="2017-10-12 21:53:18 +0100" value="0.0091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 06:24:45 +0100" startDate="2017-10-13 05:59:44 +0100" endDate="2017-10-13 06:06:38 +0100" value="0.01601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 06:24:45 +0100" startDate="2017-10-13 06:09:43 +0100" endDate="2017-10-13 06:19:42 +0100" value="0.18987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 07:22:00 +0100" startDate="2017-10-13 06:19:42 +0100" endDate="2017-10-13 06:27:18 +0100" value="0.59866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 07:22:00 +0100" startDate="2017-10-13 06:52:39 +0100" endDate="2017-10-13 07:02:28 +0100" value="0.05188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 07:22:00 +0100" startDate="2017-10-13 07:02:28 +0100" endDate="2017-10-13 07:12:26 +0100" value="0.14753"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 08:19:51 +0100" startDate="2017-10-13 07:12:26 +0100" endDate="2017-10-13 07:16:50 +0100" value="0.01516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 08:19:51 +0100" startDate="2017-10-13 07:23:41 +0100" endDate="2017-10-13 07:29:56 +0100" value="0.01867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 08:19:51 +0100" startDate="2017-10-13 07:45:47 +0100" endDate="2017-10-13 07:55:16 +0100" value="0.10249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 08:19:51 +0100" startDate="2017-10-13 07:55:16 +0100" endDate="2017-10-13 08:05:09 +0100" value="0.12603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 08:19:51 +0100" startDate="2017-10-13 08:05:09 +0100" endDate="2017-10-13 08:09:34 +0100" value="0.07569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 09:21:53 +0100" startDate="2017-10-13 09:09:20 +0100" endDate="2017-10-13 09:19:18 +0100" value="0.2203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 10:21:48 +0100" startDate="2017-10-13 09:19:18 +0100" endDate="2017-10-13 09:27:34 +0100" value="0.1405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 10:21:48 +0100" startDate="2017-10-13 09:27:34 +0100" endDate="2017-10-13 09:34:17 +0100" value="0.2995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 11:20:28 +0100" startDate="2017-10-13 10:22:54 +0100" endDate="2017-10-13 10:32:51 +0100" value="0.24213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 11:20:28 +0100" startDate="2017-10-13 10:32:51 +0100" endDate="2017-10-13 10:37:42 +0100" value="0.19627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 11:20:28 +0100" startDate="2017-10-13 10:37:42 +0100" endDate="2017-10-13 10:45:06 +0100" value="0.02872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 12:21:27 +0100" startDate="2017-10-13 11:19:40 +0100" endDate="2017-10-13 11:29:40 +0100" value="0.21939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 12:21:27 +0100" startDate="2017-10-13 11:29:40 +0100" endDate="2017-10-13 11:39:31 +0100" value="0.1051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 12:21:27 +0100" startDate="2017-10-13 11:39:31 +0100" endDate="2017-10-13 11:49:29 +0100" value="0.09331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 12:21:27 +0100" startDate="2017-10-13 11:49:29 +0100" endDate="2017-10-13 11:54:01 +0100" value="0.01423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 12:21:27 +0100" startDate="2017-10-13 11:55:19 +0100" endDate="2017-10-13 12:01:27 +0100" value="0.01529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 12:21:27 +0100" startDate="2017-10-13 12:05:23 +0100" endDate="2017-10-13 12:15:22 +0100" value="0.09378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 13:19:26 +0100" startDate="2017-10-13 12:15:22 +0100" endDate="2017-10-13 12:21:28 +0100" value="0.03141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 13:19:26 +0100" startDate="2017-10-13 12:33:45 +0100" endDate="2017-10-13 12:40:10 +0100" value="0.03269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 13:19:26 +0100" startDate="2017-10-13 12:50:24 +0100" endDate="2017-10-13 12:59:38 +0100" value="0.06759"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 13:19:26 +0100" startDate="2017-10-13 12:59:38 +0100" endDate="2017-10-13 13:05:41 +0100" value="0.02129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 15:18:56 +0100" startDate="2017-10-13 14:40:34 +0100" endDate="2017-10-13 14:50:29 +0100" value="0.08428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 16:18:43 +0100" startDate="2017-10-13 15:25:16 +0100" endDate="2017-10-13 15:35:02 +0100" value="0.06936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8dc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 16:18:43 +0100" startDate="2017-10-13 15:35:02 +0100" endDate="2017-10-13 15:45:00 +0100" value="0.62382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 18:21:39 +0100" startDate="2017-10-13 17:34:57 +0100" endDate="2017-10-13 17:43:38 +0100" value="0.02241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-13 19:32:43 +0100" startDate="2017-10-13 18:27:33 +0100" endDate="2017-10-13 18:33:38 +0100" value="0.00536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 07:23:44 +0100" startDate="2017-10-14 06:13:40 +0100" endDate="2017-10-14 06:20:49 +0100" value="0.02906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 07:23:44 +0100" startDate="2017-10-14 06:20:49 +0100" endDate="2017-10-14 06:29:16 +0100" value="0.06558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 07:23:44 +0100" startDate="2017-10-14 06:29:16 +0100" endDate="2017-10-14 06:37:45 +0100" value="0.40205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 07:23:44 +0100" startDate="2017-10-14 06:37:45 +0100" endDate="2017-10-14 06:45:52 +0100" value="0.09669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 07:23:44 +0100" startDate="2017-10-14 06:45:52 +0100" endDate="2017-10-14 06:50:35 +0100" value="0.01536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 07:23:44 +0100" startDate="2017-10-14 06:51:34 +0100" endDate="2017-10-14 07:00:45 +0100" value="0.17249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 08:20:12 +0100" startDate="2017-10-14 07:52:27 +0100" endDate="2017-10-14 07:58:27 +0100" value="0.00621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 08:20:12 +0100" startDate="2017-10-14 07:58:27 +0100" endDate="2017-10-14 08:06:29 +0100" value="0.18326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 11:19:05 +0100" startDate="2017-10-14 10:39:36 +0100" endDate="2017-10-14 10:49:26 +0100" value="0.22348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 11:19:05 +0100" startDate="2017-10-14 10:49:26 +0100" endDate="2017-10-14 10:58:23 +0100" value="0.32875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 11:19:05 +0100" startDate="2017-10-14 10:58:23 +0100" endDate="2017-10-14 11:06:58 +0100" value="0.27575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 11:19:05 +0100" startDate="2017-10-14 11:06:58 +0100" endDate="2017-10-14 11:11:05 +0100" value="0.07006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 12:21:18 +0100" startDate="2017-10-14 11:18:16 +0100" endDate="2017-10-14 11:28:11 +0100" value="0.20593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 13:18:05 +0100" startDate="2017-10-14 12:59:26 +0100" endDate="2017-10-14 13:09:02 +0100" value="0.07576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 14:23:01 +0100" startDate="2017-10-14 13:09:02 +0100" endDate="2017-10-14 13:18:27 +0100" value="0.19203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 14:23:01 +0100" startDate="2017-10-14 13:31:49 +0100" endDate="2017-10-14 13:41:49 +0100" value="0.20784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 14:23:01 +0100" startDate="2017-10-14 13:41:49 +0100" endDate="2017-10-14 13:51:48 +0100" value="0.19347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 14:23:01 +0100" startDate="2017-10-14 13:51:48 +0100" endDate="2017-10-14 14:00:14 +0100" value="0.18528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 14:23:01 +0100" startDate="2017-10-14 14:00:14 +0100" endDate="2017-10-14 14:09:55 +0100" value="0.26175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 14:23:01 +0100" startDate="2017-10-14 14:09:55 +0100" endDate="2017-10-14 14:19:54 +0100" value="0.18537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 15:28:06 +0100" startDate="2017-10-14 14:19:54 +0100" endDate="2017-10-14 14:22:39 +0100" value="0.12419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 15:28:06 +0100" startDate="2017-10-14 14:35:56 +0100" endDate="2017-10-14 14:43:59 +0100" value="0.13244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 15:28:06 +0100" startDate="2017-10-14 14:43:59 +0100" endDate="2017-10-14 14:53:28 +0100" value="0.13978"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 15:28:06 +0100" startDate="2017-10-14 14:53:28 +0100" endDate="2017-10-14 15:03:03 +0100" value="0.2147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 15:28:06 +0100" startDate="2017-10-14 15:03:03 +0100" endDate="2017-10-14 15:11:02 +0100" value="0.2703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 15:28:06 +0100" startDate="2017-10-14 15:11:02 +0100" endDate="2017-10-14 15:21:00 +0100" value="0.13066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 16:17:58 +0100" startDate="2017-10-14 15:21:00 +0100" endDate="2017-10-14 15:28:06 +0100" value="0.01944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 16:17:58 +0100" startDate="2017-10-14 15:34:51 +0100" endDate="2017-10-14 15:44:50 +0100" value="0.08149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 16:17:58 +0100" startDate="2017-10-14 15:44:50 +0100" endDate="2017-10-14 15:50:55 +0100" value="0.09641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 16:17:58 +0100" startDate="2017-10-14 16:02:45 +0100" endDate="2017-10-14 16:12:44 +0100" value="0.00658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 17:18:44 +0100" startDate="2017-10-14 16:12:44 +0100" endDate="2017-10-14 16:12:51 +0100" value="0.00098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 17:18:44 +0100" startDate="2017-10-14 16:31:12 +0100" endDate="2017-10-14 16:37:45 +0100" value="0.03027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 17:18:44 +0100" startDate="2017-10-14 16:37:45 +0100" endDate="2017-10-14 16:44:48 +0100" value="0.03331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 17:18:44 +0100" startDate="2017-10-14 16:58:48 +0100" endDate="2017-10-14 17:08:46 +0100" value="0.01797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 18:18:47 +0100" startDate="2017-10-14 17:08:46 +0100" endDate="2017-10-14 17:17:45 +0100" value="0.14347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 18:18:47 +0100" startDate="2017-10-14 17:49:11 +0100" endDate="2017-10-14 17:59:10 +0100" value="0.08944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 18:18:47 +0100" startDate="2017-10-14 17:59:10 +0100" endDate="2017-10-14 18:03:56 +0100" value="0.03613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 18:18:47 +0100" startDate="2017-10-14 18:03:56 +0100" endDate="2017-10-14 18:12:05 +0100" value="0.02866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 19:29:27 +0100" startDate="2017-10-14 18:12:05 +0100" endDate="2017-10-14 18:21:25 +0100" value="0.32282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 19:29:27 +0100" startDate="2017-10-14 18:36:45 +0100" endDate="2017-10-14 18:46:45 +0100" value="0.25191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 19:29:27 +0100" startDate="2017-10-14 18:46:45 +0100" endDate="2017-10-14 18:52:42 +0100" value="0.0932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 20:34:55 +0100" endDate="2017-10-14 20:44:52 +0100" value="0.26314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 20:44:52 +0100" endDate="2017-10-14 20:54:52 +0100" value="0.58688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 20:54:52 +0100" endDate="2017-10-14 21:04:01 +0100" value="0.35774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 21:04:01 +0100" endDate="2017-10-14 21:11:59 +0100" value="0.23827"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 21:11:59 +0100" endDate="2017-10-14 21:21:57 +0100" value="0.21282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 21:21:57 +0100" endDate="2017-10-14 21:31:03 +0100" value="0.2929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 22:12:02 +0100" startDate="2017-10-14 21:31:03 +0100" endDate="2017-10-14 21:34:25 +0100" value="0.02489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-14 23:04:38 +0100" startDate="2017-10-14 22:23:04 +0100" endDate="2017-10-14 22:32:28 +0100" value="0.02553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 01:17:59 +0100" startDate="2017-10-15 00:08:48 +0100" endDate="2017-10-15 00:15:46 +0100" value="0.03568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 06:20:00 +0100" startDate="2017-10-15 05:20:46 +0100" endDate="2017-10-15 05:27:14 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 06:20:00 +0100" startDate="2017-10-15 06:02:09 +0100" endDate="2017-10-15 06:10:42 +0100" value="0.02497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 07:26:36 +0100" startDate="2017-10-15 07:03:06 +0100" endDate="2017-10-15 07:10:18 +0100" value="0.04522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 08:20:37 +0100" startDate="2017-10-15 07:20:41 +0100" endDate="2017-10-15 07:30:21 +0100" value="0.20606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 09:25:54 +0100" startDate="2017-10-15 08:23:39 +0100" endDate="2017-10-15 08:33:31 +0100" value="0.06167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 09:25:54 +0100" startDate="2017-10-15 08:33:31 +0100" endDate="2017-10-15 08:35:08 +0100" value="0.03944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 09:25:54 +0100" startDate="2017-10-15 08:49:20 +0100" endDate="2017-10-15 08:55:25 +0100" value="0.00564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 09:25:54 +0100" startDate="2017-10-15 08:55:25 +0100" endDate="2017-10-15 09:04:21 +0100" value="0.05699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 09:25:54 +0100" startDate="2017-10-15 09:04:21 +0100" endDate="2017-10-15 09:11:26 +0100" value="0.05"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 09:25:54 +0100" startDate="2017-10-15 09:11:26 +0100" endDate="2017-10-15 09:21:20 +0100" value="0.05543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 10:17:56 +0100" startDate="2017-10-15 09:21:20 +0100" endDate="2017-10-15 09:24:48 +0100" value="0.02917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 10:17:56 +0100" startDate="2017-10-15 09:26:45 +0100" endDate="2017-10-15 09:36:44 +0100" value="0.08042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 10:17:56 +0100" startDate="2017-10-15 09:36:44 +0100" endDate="2017-10-15 09:46:30 +0100" value="0.10455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 10:17:56 +0100" startDate="2017-10-15 09:49:54 +0100" endDate="2017-10-15 09:56:35 +0100" value="0.03589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 10:17:56 +0100" startDate="2017-10-15 09:56:35 +0100" endDate="2017-10-15 10:06:04 +0100" value="0.02667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 10:17:56 +0100" startDate="2017-10-15 10:06:04 +0100" endDate="2017-10-15 10:12:14 +0100" value="0.02203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 11:23:44 +0100" startDate="2017-10-15 10:12:14 +0100" endDate="2017-10-15 10:21:40 +0100" value="0.05252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 11:23:44 +0100" startDate="2017-10-15 10:28:59 +0100" endDate="2017-10-15 10:36:41 +0100" value="0.02791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 11:23:44 +0100" startDate="2017-10-15 10:56:17 +0100" endDate="2017-10-15 11:03:33 +0100" value="0.02502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 12:22:51 +0100" startDate="2017-10-15 11:19:21 +0100" endDate="2017-10-15 11:26:07 +0100" value="0.01071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 12:22:51 +0100" startDate="2017-10-15 11:26:07 +0100" endDate="2017-10-15 11:36:06 +0100" value="0.03264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 12:22:51 +0100" startDate="2017-10-15 11:36:06 +0100" endDate="2017-10-15 11:42:58 +0100" value="0.02045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 13:17:58 +0100" startDate="2017-10-15 13:06:10 +0100" endDate="2017-10-15 13:13:16 +0100" value="0.04094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 14:17:56 +0100" startDate="2017-10-15 13:13:16 +0100" endDate="2017-10-15 13:23:02 +0100" value="0.0316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 14:17:56 +0100" startDate="2017-10-15 13:35:20 +0100" endDate="2017-10-15 13:44:54 +0100" value="0.06258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 14:17:56 +0100" startDate="2017-10-15 13:44:54 +0100" endDate="2017-10-15 13:46:35 +0100" value="0.02465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 15:19:51 +0100" startDate="2017-10-15 14:51:32 +0100" endDate="2017-10-15 14:59:36 +0100" value="0.02647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 15:19:51 +0100" startDate="2017-10-15 15:05:06 +0100" endDate="2017-10-15 15:13:06 +0100" value="0.01967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 16:21:08 +0100" startDate="2017-10-15 15:28:21 +0100" endDate="2017-10-15 15:34:33 +0100" value="0.01308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 18:26:36 +0100" startDate="2017-10-15 17:24:47 +0100" endDate="2017-10-15 17:32:08 +0100" value="0.01186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 18:26:36 +0100" startDate="2017-10-15 17:45:13 +0100" endDate="2017-10-15 17:52:42 +0100" value="0.03888"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 18:26:36 +0100" startDate="2017-10-15 18:03:18 +0100" endDate="2017-10-15 18:13:09 +0100" value="0.1138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 18:26:36 +0100" startDate="2017-10-15 18:13:09 +0100" endDate="2017-10-15 18:23:08 +0100" value="0.0762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 19:23:15 +0100" startDate="2017-10-15 18:45:46 +0100" endDate="2017-10-15 18:52:32 +0100" value="0.01767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 19:23:15 +0100" startDate="2017-10-15 18:55:55 +0100" endDate="2017-10-15 19:05:53 +0100" value="0.00949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 19:23:15 +0100" startDate="2017-10-15 19:05:53 +0100" endDate="2017-10-15 19:14:10 +0100" value="0.02091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 20:22:16 +0100" startDate="2017-10-15 19:14:10 +0100" endDate="2017-10-15 19:23:56 +0100" value="0.03588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 20:22:16 +0100" startDate="2017-10-15 19:23:56 +0100" endDate="2017-10-15 19:30:38 +0100" value="0.07627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 20:22:16 +0100" startDate="2017-10-15 19:42:54 +0100" endDate="2017-10-15 19:49:15 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-15 22:18:44 +0100" startDate="2017-10-15 21:13:41 +0100" endDate="2017-10-15 21:22:47 +0100" value="0.06133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 06:20:47 +0100" startDate="2017-10-16 05:14:58 +0100" endDate="2017-10-16 05:23:06 +0100" value="0.03727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 06:20:47 +0100" startDate="2017-10-16 05:23:06 +0100" endDate="2017-10-16 05:27:59 +0100" value="0.01136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 06:20:47 +0100" startDate="2017-10-16 05:40:04 +0100" endDate="2017-10-16 05:47:15 +0100" value="0.03581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 06:20:47 +0100" startDate="2017-10-16 05:49:37 +0100" endDate="2017-10-16 05:59:36 +0100" value="0.07645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 06:20:47 +0100" startDate="2017-10-16 05:59:36 +0100" endDate="2017-10-16 06:08:57 +0100" value="0.66921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 06:20:47 +0100" startDate="2017-10-16 06:08:57 +0100" endDate="2017-10-16 06:10:05 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 07:18:45 +0100" startDate="2017-10-16 07:05:32 +0100" endDate="2017-10-16 07:13:32 +0100" value="0.05076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 08:18:30 +0100" startDate="2017-10-16 07:23:49 +0100" endDate="2017-10-16 07:31:54 +0100" value="0.04074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 08:18:30 +0100" startDate="2017-10-16 07:40:20 +0100" endDate="2017-10-16 07:50:19 +0100" value="0.37713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 08:18:30 +0100" startDate="2017-10-16 07:50:19 +0100" endDate="2017-10-16 07:56:42 +0100" value="0.40509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 09:18:17 +0100" startDate="2017-10-16 08:16:04 +0100" endDate="2017-10-16 08:26:03 +0100" value="0.05263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 09:18:17 +0100" startDate="2017-10-16 08:26:03 +0100" endDate="2017-10-16 08:36:01 +0100" value="0.17669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 09:18:17 +0100" startDate="2017-10-16 08:36:01 +0100" endDate="2017-10-16 08:37:25 +0100" value="0.06611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 09:18:17 +0100" startDate="2017-10-16 08:51:51 +0100" endDate="2017-10-16 09:00:49 +0100" value="0.15427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 09:18:17 +0100" startDate="2017-10-16 09:00:49 +0100" endDate="2017-10-16 09:10:22 +0100" value="0.0218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 10:18:51 +0100" startDate="2017-10-16 10:02:27 +0100" endDate="2017-10-16 10:08:50 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 11:20:43 +0100" startDate="2017-10-16 10:51:23 +0100" endDate="2017-10-16 11:01:22 +0100" value="0.16951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 11:20:43 +0100" startDate="2017-10-16 11:01:22 +0100" endDate="2017-10-16 11:08:43 +0100" value="0.47964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 12:19:07 +0100" startDate="2017-10-16 11:15:13 +0100" endDate="2017-10-16 11:21:31 +0100" value="0.00484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 12:19:07 +0100" startDate="2017-10-16 11:26:56 +0100" endDate="2017-10-16 11:36:37 +0100" value="0.22926"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 12:19:07 +0100" startDate="2017-10-16 11:36:37 +0100" endDate="2017-10-16 11:45:59 +0100" value="0.73254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 12:19:07 +0100" startDate="2017-10-16 11:45:59 +0100" endDate="2017-10-16 11:55:57 +0100" value="0.49314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 12:19:07 +0100" startDate="2017-10-16 11:55:57 +0100" endDate="2017-10-16 11:59:33 +0100" value="0.02826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 13:27:52 +0100" startDate="2017-10-16 12:14:56 +0100" endDate="2017-10-16 12:24:35 +0100" value="0.07374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 13:27:52 +0100" startDate="2017-10-16 12:28:38 +0100" endDate="2017-10-16 12:36:12 +0100" value="0.02927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 13:27:52 +0100" startDate="2017-10-16 12:42:45 +0100" endDate="2017-10-16 12:49:03 +0100" value="0.00845"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 13:27:52 +0100" startDate="2017-10-16 12:49:03 +0100" endDate="2017-10-16 12:54:28 +0100" value="0.06359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 14:23:08 +0100" startDate="2017-10-16 14:00:23 +0100" endDate="2017-10-16 14:09:37 +0100" value="0.33525"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 14:23:08 +0100" startDate="2017-10-16 14:09:37 +0100" endDate="2017-10-16 14:16:03 +0100" value="0.35923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 15:20:33 +0100" startDate="2017-10-16 14:21:15 +0100" endDate="2017-10-16 14:30:28 +0100" value="0.01597"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 15:20:33 +0100" startDate="2017-10-16 14:30:28 +0100" endDate="2017-10-16 14:38:03 +0100" value="0.05964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 16:20:42 +0100" startDate="2017-10-16 15:28:58 +0100" endDate="2017-10-16 15:35:44 +0100" value="0.01439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 16:20:42 +0100" startDate="2017-10-16 15:49:21 +0100" endDate="2017-10-16 15:58:09 +0100" value="0.06564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 16:20:42 +0100" startDate="2017-10-16 15:58:09 +0100" endDate="2017-10-16 16:07:54 +0100" value="0.36924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 16:20:42 +0100" startDate="2017-10-16 16:07:54 +0100" endDate="2017-10-16 16:16:20 +0100" value="0.3019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 17:19:57 +0100" startDate="2017-10-16 16:40:45 +0100" endDate="2017-10-16 16:47:36 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 18:18:03 +0100" startDate="2017-10-16 17:16:32 +0100" endDate="2017-10-16 17:23:43 +0100" value="0.02239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 18:18:03 +0100" startDate="2017-10-16 18:03:47 +0100" endDate="2017-10-16 18:13:35 +0100" value="0.04751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 18:13:35 +0100" endDate="2017-10-16 18:15:15 +0100" value="0.02353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 18:19:15 +0100" endDate="2017-10-16 18:28:03 +0100" value="0.14793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 18:55:48 +0100" endDate="2017-10-16 19:02:15 +0100" value="0.00956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 19:43:28 +0100" endDate="2017-10-16 19:50:55 +0100" value="0.01474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 20:00:51 +0100" endDate="2017-10-16 20:07:27 +0100" value="0.01077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 21:43:13 +0100" endDate="2017-10-16 21:53:12 +0100" value="0.04183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-16 22:03:30 +0100" startDate="2017-10-16 21:53:12 +0100" endDate="2017-10-16 21:56:10 +0100" value="0.10748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 06:13:58 +0100" startDate="2017-10-17 05:14:27 +0100" endDate="2017-10-17 05:23:55 +0100" value="0.12695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 06:13:58 +0100" startDate="2017-10-17 05:23:55 +0100" endDate="2017-10-17 05:27:57 +0100" value="0.01128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 06:13:58 +0100" startDate="2017-10-17 05:38:09 +0100" endDate="2017-10-17 05:48:08 +0100" value="0.02611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 06:13:58 +0100" startDate="2017-10-17 05:48:08 +0100" endDate="2017-10-17 05:56:40 +0100" value="0.00504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 06:13:58 +0100" startDate="2017-10-17 05:56:40 +0100" endDate="2017-10-17 06:06:38 +0100" value="0.06078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 07:15:06 +0100" startDate="2017-10-17 06:11:16 +0100" endDate="2017-10-17 06:21:14 +0100" value="0.17106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 07:15:06 +0100" startDate="2017-10-17 06:21:14 +0100" endDate="2017-10-17 06:28:54 +0100" value="0.58399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 07:15:06 +0100" startDate="2017-10-17 06:41:42 +0100" endDate="2017-10-17 06:51:41 +0100" value="0.08633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 07:15:06 +0100" startDate="2017-10-17 06:51:41 +0100" endDate="2017-10-17 06:54:26 +0100" value="0.03705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 09:14:38 +0100" startDate="2017-10-17 08:37:28 +0100" endDate="2017-10-17 08:46:39 +0100" value="0.05249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 09:14:38 +0100" startDate="2017-10-17 08:46:39 +0100" endDate="2017-10-17 08:56:37 +0100" value="0.52566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 09:14:38 +0100" startDate="2017-10-17 08:56:37 +0100" endDate="2017-10-17 09:05:50 +0100" value="0.13639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 10:14:51 +0100" startDate="2017-10-17 09:05:50 +0100" endDate="2017-10-17 09:10:14 +0100" value="0.00417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 11:14:56 +0100" startDate="2017-10-17 10:12:01 +0100" endDate="2017-10-17 10:21:47 +0100" value="0.01881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 11:14:56 +0100" startDate="2017-10-17 10:21:47 +0100" endDate="2017-10-17 10:31:23 +0100" value="0.78732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 11:14:56 +0100" startDate="2017-10-17 10:31:23 +0100" endDate="2017-10-17 10:38:54 +0100" value="0.36145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 11:14:56 +0100" startDate="2017-10-17 10:38:54 +0100" endDate="2017-10-17 10:48:48 +0100" value="0.04328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 11:14:56 +0100" startDate="2017-10-17 10:48:48 +0100" endDate="2017-10-17 10:57:20 +0100" value="0.43756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 11:14:56 +0100" startDate="2017-10-17 10:57:20 +0100" endDate="2017-10-17 11:07:00 +0100" value="0.153881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 12:14:00 +0100" startDate="2017-10-17 11:42:34 +0100" endDate="2017-10-17 11:52:33 +0100" value="0.41226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 12:14:00 +0100" startDate="2017-10-17 11:52:33 +0100" endDate="2017-10-17 12:02:32 +0100" value="0.32057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 12:14:00 +0100" startDate="2017-10-17 12:02:32 +0100" endDate="2017-10-17 12:12:31 +0100" value="0.60424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 13:16:07 +0100" startDate="2017-10-17 12:12:31 +0100" endDate="2017-10-17 12:14:02 +0100" value="0.01102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 13:16:07 +0100" startDate="2017-10-17 12:20:08 +0100" endDate="2017-10-17 12:30:07 +0100" value="0.05693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 13:16:07 +0100" startDate="2017-10-17 12:30:07 +0100" endDate="2017-10-17 12:38:44 +0100" value="0.10266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 13:16:07 +0100" startDate="2017-10-17 12:47:59 +0100" endDate="2017-10-17 12:57:38 +0100" value="0.0923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 13:16:07 +0100" startDate="2017-10-17 12:57:38 +0100" endDate="2017-10-17 13:05:06 +0100" value="0.21008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 14:19:46 +0100" startDate="2017-10-17 13:05:06 +0100" endDate="2017-10-17 13:15:04 +0100" value="0.20072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 14:19:46 +0100" startDate="2017-10-17 13:15:04 +0100" endDate="2017-10-17 13:24:17 +0100" value="0.43635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 14:19:46 +0100" startDate="2017-10-17 13:24:17 +0100" endDate="2017-10-17 13:29:13 +0100" value="0.01024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 15:13:42 +0100" startDate="2017-10-17 14:56:41 +0100" endDate="2017-10-17 15:06:38 +0100" value="0.15674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 16:17:01 +0100" startDate="2017-10-17 15:06:38 +0100" endDate="2017-10-17 15:13:53 +0100" value="0.418583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 16:17:01 +0100" startDate="2017-10-17 15:21:03 +0100" endDate="2017-10-17 15:28:45 +0100" value="0.16559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 16:17:01 +0100" startDate="2017-10-17 15:28:45 +0100" endDate="2017-10-17 15:33:30 +0100" value="0.01791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 17:17:37 +0100" startDate="2017-10-17 16:16:51 +0100" endDate="2017-10-17 16:22:56 +0100" value="0.00788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 17:17:37 +0100" startDate="2017-10-17 16:23:15 +0100" endDate="2017-10-17 16:31:28 +0100" value="0.12907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 17:17:37 +0100" startDate="2017-10-17 16:31:28 +0100" endDate="2017-10-17 16:41:03 +0100" value="0.10547"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 17:17:37 +0100" startDate="2017-10-17 16:41:03 +0100" endDate="2017-10-17 16:44:22 +0100" value="0.00473"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 17:17:37 +0100" startDate="2017-10-17 16:56:39 +0100" endDate="2017-10-17 17:06:05 +0100" value="0.17023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 17:17:37 +0100" startDate="2017-10-17 17:06:05 +0100" endDate="2017-10-17 17:16:05 +0100" value="0.37402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 18:17:48 +0100" startDate="2017-10-17 17:16:05 +0100" endDate="2017-10-17 17:17:39 +0100" value="0.07685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 18:17:48 +0100" startDate="2017-10-17 17:23:28 +0100" endDate="2017-10-17 17:33:24 +0100" value="0.20417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 18:17:48 +0100" startDate="2017-10-17 17:33:24 +0100" endDate="2017-10-17 17:43:01 +0100" value="0.12325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-17 18:17:48 +0100" startDate="2017-10-17 17:43:01 +0100" endDate="2017-10-17 17:45:50 +0100" value="0.01746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 04:22:58 +0100" startDate="2017-10-17 19:18:36 +0100" endDate="2017-10-17 19:24:46 +0100" value="0.0107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 05:00:53 +0100" startDate="2017-10-18 04:24:36 +0100" endDate="2017-10-18 04:31:24 +0100" value="0.02075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 05:59:01 +0100" startDate="2017-10-18 05:38:28 +0100" endDate="2017-10-18 05:48:26 +0100" value="0.02254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 05:59:01 +0100" startDate="2017-10-18 05:48:26 +0100" endDate="2017-10-18 05:58:11 +0100" value="0.77523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 06:56:04 +0100" startDate="2017-10-18 05:58:11 +0100" endDate="2017-10-18 06:00:06 +0100" value="0.00757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 06:56:04 +0100" startDate="2017-10-18 06:24:57 +0100" endDate="2017-10-18 06:33:53 +0100" value="0.02457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 07:57:34 +0100" startDate="2017-10-18 07:00:43 +0100" endDate="2017-10-18 07:08:50 +0100" value="0.03966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 07:57:34 +0100" startDate="2017-10-18 07:10:29 +0100" endDate="2017-10-18 07:20:10 +0100" value="0.11988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 07:57:34 +0100" startDate="2017-10-18 07:20:56 +0100" endDate="2017-10-18 07:30:56 +0100" value="0.0804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 07:57:34 +0100" startDate="2017-10-18 07:30:56 +0100" endDate="2017-10-18 07:32:12 +0100" value="0.00098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 08:54:59 +0100" startDate="2017-10-18 08:32:06 +0100" endDate="2017-10-18 08:41:31 +0100" value="0.1527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 08:54:59 +0100" startDate="2017-10-18 08:41:31 +0100" endDate="2017-10-18 08:45:50 +0100" value="0.18479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 09:52:47 +0100" startDate="2017-10-18 08:51:08 +0100" endDate="2017-10-18 09:00:16 +0100" value="0.0573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 09:52:47 +0100" startDate="2017-10-18 09:00:16 +0100" endDate="2017-10-18 09:07:23 +0100" value="0.02552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 10:53:29 +0100" startDate="2017-10-18 09:56:07 +0100" endDate="2017-10-18 10:04:40 +0100" value="0.01808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 10:53:29 +0100" startDate="2017-10-18 10:41:24 +0100" endDate="2017-10-18 10:51:18 +0100" value="0.06638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 12:00:52 +0100" startDate="2017-10-18 10:51:18 +0100" endDate="2017-10-18 10:59:40 +0100" value="0.30248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 12:00:52 +0100" startDate="2017-10-18 11:00:05 +0100" endDate="2017-10-18 11:10:04 +0100" value="0.35292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 12:00:52 +0100" startDate="2017-10-18 11:10:04 +0100" endDate="2017-10-18 11:13:03 +0100" value="0.13427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 12:00:52 +0100" startDate="2017-10-18 11:38:57 +0100" endDate="2017-10-18 11:48:56 +0100" value="0.3595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 12:00:52 +0100" startDate="2017-10-18 11:48:56 +0100" endDate="2017-10-18 11:52:33 +0100" value="0.15349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 12:53:23 +0100" startDate="2017-10-18 11:52:33 +0100" endDate="2017-10-18 12:00:54 +0100" value="0.0007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 12:53:23 +0100" startDate="2017-10-18 12:00:54 +0100" endDate="2017-10-18 12:10:16 +0100" value="0.08535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 12:53:23 +0100" startDate="2017-10-18 12:11:26 +0100" endDate="2017-10-18 12:20:26 +0100" value="0.02632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 12:53:23 +0100" startDate="2017-10-18 12:25:45 +0100" endDate="2017-10-18 12:35:20 +0100" value="0.04628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 12:53:23 +0100" startDate="2017-10-18 12:35:20 +0100" endDate="2017-10-18 12:44:49 +0100" value="0.07922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 14:00:14 +0100" startDate="2017-10-18 12:44:49 +0100" endDate="2017-10-18 12:53:23 +0100" value="0.04033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 14:54:01 +0100" startDate="2017-10-18 14:19:05 +0100" endDate="2017-10-18 14:26:55 +0100" value="0.0074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 15:56:18 +0100" startDate="2017-10-18 14:48:20 +0100" endDate="2017-10-18 14:58:17 +0100" value="0.06282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 15:56:18 +0100" startDate="2017-10-18 14:58:17 +0100" endDate="2017-10-18 15:05:55 +0100" value="0.05496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 15:56:18 +0100" startDate="2017-10-18 15:18:12 +0100" endDate="2017-10-18 15:28:11 +0100" value="0.11449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 15:56:18 +0100" startDate="2017-10-18 15:28:11 +0100" endDate="2017-10-18 15:36:23 +0100" value="0.54039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 15:56:18 +0100" startDate="2017-10-18 15:36:23 +0100" endDate="2017-10-18 15:46:00 +0100" value="0.09148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 15:56:18 +0100" startDate="2017-10-18 15:46:00 +0100" endDate="2017-10-18 15:48:43 +0100" value="0.03727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-18 22:46:58 +0100" startDate="2017-10-18 20:58:51 +0100" endDate="2017-10-18 21:05:37 +0100" value="0.01701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 05:58:25 +0100" startDate="2017-10-19 05:20:12 +0100" endDate="2017-10-19 05:26:48 +0100" value="0.03107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 05:58:25 +0100" startDate="2017-10-19 05:33:52 +0100" endDate="2017-10-19 05:40:30 +0100" value="0.02604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 05:58:25 +0100" startDate="2017-10-19 05:41:28 +0100" endDate="2017-10-19 05:51:19 +0100" value="0.25493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 06:54:20 +0100" startDate="2017-10-19 05:51:19 +0100" endDate="2017-10-19 05:57:31 +0100" value="0.53518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 06:54:20 +0100" startDate="2017-10-19 06:04:43 +0100" endDate="2017-10-19 06:13:48 +0100" value="0.08342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 07:54:56 +0100" startDate="2017-10-19 06:44:33 +0100" endDate="2017-10-19 06:54:32 +0100" value="0.12933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 07:54:56 +0100" startDate="2017-10-19 06:54:32 +0100" endDate="2017-10-19 07:03:57 +0100" value="0.15848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 07:54:56 +0100" startDate="2017-10-19 07:06:00 +0100" endDate="2017-10-19 07:12:18 +0100" value="0.00932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 08:53:25 +0100" startDate="2017-10-19 08:15:29 +0100" endDate="2017-10-19 08:23:18 +0100" value="0.01648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 08:53:25 +0100" startDate="2017-10-19 08:23:18 +0100" endDate="2017-10-19 08:27:59 +0100" value="0.07825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 09:54:41 +0100" startDate="2017-10-19 08:51:02 +0100" endDate="2017-10-19 09:00:49 +0100" value="0.10822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 09:54:41 +0100" startDate="2017-10-19 09:00:49 +0100" endDate="2017-10-19 09:08:47 +0100" value="0.08073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 11:55:51 +0100" startDate="2017-10-19 11:20:21 +0100" endDate="2017-10-19 11:26:47 +0100" value="0.01009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 11:55:51 +0100" startDate="2017-10-19 11:32:17 +0100" endDate="2017-10-19 11:41:00 +0100" value="0.02621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 11:55:51 +0100" startDate="2017-10-19 11:41:00 +0100" endDate="2017-10-19 11:45:14 +0100" value="0.08092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 12:55:54 +0100" startDate="2017-10-19 11:59:04 +0100" endDate="2017-10-19 12:05:09 +0100" value="0.01172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 12:55:54 +0100" startDate="2017-10-19 12:11:44 +0100" endDate="2017-10-19 12:21:26 +0100" value="0.00853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 12:55:54 +0100" startDate="2017-10-19 12:24:15 +0100" endDate="2017-10-19 12:33:08 +0100" value="0.05963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 13:56:36 +0100" startDate="2017-10-19 12:49:53 +0100" endDate="2017-10-19 12:58:23 +0100" value="0.0622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 13:56:36 +0100" startDate="2017-10-19 13:09:43 +0100" endDate="2017-10-19 13:15:01 +0100" value="0.02515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 13:56:36 +0100" startDate="2017-10-19 13:17:27 +0100" endDate="2017-10-19 13:25:11 +0100" value="0.02047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 14:53:39 +0100" startDate="2017-10-19 14:13:13 +0100" endDate="2017-10-19 14:19:54 +0100" value="0.02514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 14:53:39 +0100" startDate="2017-10-19 14:19:54 +0100" endDate="2017-10-19 14:29:22 +0100" value="0.05491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 14:53:39 +0100" startDate="2017-10-19 14:29:22 +0100" endDate="2017-10-19 14:38:49 +0100" value="0.04465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 14:53:39 +0100" startDate="2017-10-19 14:38:49 +0100" endDate="2017-10-19 14:48:46 +0100" value="0.02253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 15:53:59 +0100" startDate="2017-10-19 14:48:46 +0100" endDate="2017-10-19 14:52:58 +0100" value="0.20228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 15:53:59 +0100" startDate="2017-10-19 15:16:35 +0100" endDate="2017-10-19 15:22:43 +0100" value="0.00432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 15:53:59 +0100" startDate="2017-10-19 15:34:56 +0100" endDate="2017-10-19 15:44:55 +0100" value="0.12196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 16:55:03 +0100" startDate="2017-10-19 15:44:55 +0100" endDate="2017-10-19 15:54:48 +0100" value="0.28117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 16:55:03 +0100" startDate="2017-10-19 15:54:48 +0100" endDate="2017-10-19 15:56:50 +0100" value="0.03112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 16:55:03 +0100" startDate="2017-10-19 16:00:45 +0100" endDate="2017-10-19 16:07:59 +0100" value="0.03206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 16:55:03 +0100" startDate="2017-10-19 16:19:01 +0100" endDate="2017-10-19 16:28:55 +0100" value="0.04279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 16:55:03 +0100" startDate="2017-10-19 16:28:55 +0100" endDate="2017-10-19 16:38:48 +0100" value="0.27443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 16:55:03 +0100" startDate="2017-10-19 16:38:48 +0100" endDate="2017-10-19 16:43:26 +0100" value="0.06518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 17:56:18 +0100" startDate="2017-10-19 17:02:58 +0100" endDate="2017-10-19 17:08:58 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 17:56:18 +0100" startDate="2017-10-19 17:14:18 +0100" endDate="2017-10-19 17:23:51 +0100" value="0.01205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 17:56:18 +0100" startDate="2017-10-19 17:30:50 +0100" endDate="2017-10-19 17:38:27 +0100" value="0.03152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 17:56:18 +0100" startDate="2017-10-19 17:38:27 +0100" endDate="2017-10-19 17:45:25 +0100" value="0.01244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 17:55:07 +0100" endDate="2017-10-19 18:02:16 +0100" value="0.01785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 18:02:16 +0100" endDate="2017-10-19 18:07:59 +0100" value="0.03205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 18:08:23 +0100" endDate="2017-10-19 18:18:21 +0100" value="0.05175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 18:18:21 +0100" endDate="2017-10-19 18:28:21 +0100" value="0.24988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 18:28:21 +0100" endDate="2017-10-19 18:35:03 +0100" value="0.17291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 18:35:03 +0100" endDate="2017-10-19 18:44:53 +0100" value="0.13488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 18:57:20 +0100" startDate="2017-10-19 18:44:53 +0100" endDate="2017-10-19 18:52:14 +0100" value="0.40088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 20:53:30 +0100" startDate="2017-10-19 20:11:28 +0100" endDate="2017-10-19 20:21:28 +0100" value="0.20875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 20:53:30 +0100" startDate="2017-10-19 20:21:28 +0100" endDate="2017-10-19 20:30:28 +0100" value="0.41584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 20:53:30 +0100" startDate="2017-10-19 20:30:28 +0100" endDate="2017-10-19 20:38:01 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 20:53:30 +0100" startDate="2017-10-19 20:38:01 +0100" endDate="2017-10-19 20:46:00 +0100" value="0.01714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 22:16:15 +0100" startDate="2017-10-19 20:46:00 +0100" endDate="2017-10-19 20:52:34 +0100" value="0.00842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 22:16:15 +0100" startDate="2017-10-19 21:09:35 +0100" endDate="2017-10-19 21:18:54 +0100" value="0.07277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-19 22:16:15 +0100" startDate="2017-10-19 21:46:25 +0100" endDate="2017-10-19 21:55:20 +0100" value="0.58979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 06:53:08 +0100" startDate="2017-10-20 05:59:24 +0100" endDate="2017-10-20 06:06:36 +0100" value="0.04525"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 06:53:08 +0100" startDate="2017-10-20 06:06:36 +0100" endDate="2017-10-20 06:16:34 +0100" value="0.29676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 06:53:08 +0100" startDate="2017-10-20 06:16:34 +0100" endDate="2017-10-20 06:26:28 +0100" value="0.64062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 06:53:08 +0100" startDate="2017-10-20 06:26:28 +0100" endDate="2017-10-20 06:33:10 +0100" value="0.05679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 06:53:08 +0100" startDate="2017-10-20 06:40:43 +0100" endDate="2017-10-20 06:50:37 +0100" value="0.14756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 07:53:14 +0100" startDate="2017-10-20 06:50:37 +0100" endDate="2017-10-20 06:57:35 +0100" value="0.09652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 07:53:14 +0100" startDate="2017-10-20 06:57:35 +0100" endDate="2017-10-20 07:07:34 +0100" value="0.06954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 07:53:14 +0100" startDate="2017-10-20 07:07:34 +0100" endDate="2017-10-20 07:14:41 +0100" value="0.00727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 08:52:39 +0100" startDate="2017-10-20 07:43:49 +0100" endDate="2017-10-20 07:53:20 +0100" value="0.09713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 08:52:39 +0100" startDate="2017-10-20 07:53:20 +0100" endDate="2017-10-20 07:55:18 +0100" value="0.0082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 08:52:39 +0100" startDate="2017-10-20 08:35:05 +0100" endDate="2017-10-20 08:41:23 +0100" value="0.00668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 09:54:15 +0100" startDate="2017-10-20 08:49:03 +0100" endDate="2017-10-20 08:58:27 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 11:56:02 +0100" startDate="2017-10-20 11:09:16 +0100" endDate="2017-10-20 11:19:15 +0100" value="0.16529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 11:56:02 +0100" startDate="2017-10-20 11:19:15 +0100" endDate="2017-10-20 11:28:56 +0100" value="0.81961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 11:56:02 +0100" startDate="2017-10-20 11:28:56 +0100" endDate="2017-10-20 11:32:28 +0100" value="0.07119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 12:53:47 +0100" startDate="2017-10-20 11:50:11 +0100" endDate="2017-10-20 12:00:10 +0100" value="0.25354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 12:53:47 +0100" startDate="2017-10-20 12:00:10 +0100" endDate="2017-10-20 12:06:58 +0100" value="0.46373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 12:53:47 +0100" startDate="2017-10-20 12:29:57 +0100" endDate="2017-10-20 12:38:28 +0100" value="0.03321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 12:53:47 +0100" startDate="2017-10-20 12:38:28 +0100" endDate="2017-10-20 12:42:57 +0100" value="0.03272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 15:52:38 +0100" startDate="2017-10-20 14:56:15 +0100" endDate="2017-10-20 15:06:12 +0100" value="0.02926"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 15:52:38 +0100" startDate="2017-10-20 15:06:12 +0100" endDate="2017-10-20 15:07:28 +0100" value="0.03205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 15:52:38 +0100" startDate="2017-10-20 15:10:34 +0100" endDate="2017-10-20 15:20:34 +0100" value="0.28795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 15:52:38 +0100" startDate="2017-10-20 15:20:34 +0100" endDate="2017-10-20 15:27:35 +0100" value="0.43658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 15:52:38 +0100" startDate="2017-10-20 15:27:35 +0100" endDate="2017-10-20 15:34:35 +0100" value="0.19261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 15:52:38 +0100" startDate="2017-10-20 15:37:29 +0100" endDate="2017-10-20 15:47:26 +0100" value="0.00919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 17:07:40 +0100" startDate="2017-10-20 16:03:11 +0100" endDate="2017-10-20 16:13:06 +0100" value="0.20514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 17:07:40 +0100" startDate="2017-10-20 16:13:06 +0100" endDate="2017-10-20 16:22:38 +0100" value="0.17674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 17:07:40 +0100" startDate="2017-10-20 16:22:38 +0100" endDate="2017-10-20 16:24:50 +0100" value="0.12953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 17:07:40 +0100" startDate="2017-10-20 16:39:34 +0100" endDate="2017-10-20 16:47:39 +0100" value="0.07424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 17:07:40 +0100" startDate="2017-10-20 16:47:39 +0100" endDate="2017-10-20 16:52:38 +0100" value="0.03324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 17:59:54 +0100" startDate="2017-10-20 17:11:54 +0100" endDate="2017-10-20 17:18:47 +0100" value="0.01551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 17:59:54 +0100" startDate="2017-10-20 17:18:47 +0100" endDate="2017-10-20 17:25:58 +0100" value="0.05428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 17:59:54 +0100" startDate="2017-10-20 17:25:58 +0100" endDate="2017-10-20 17:33:47 +0100" value="0.08028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 18:59:55 +0100" startDate="2017-10-20 18:29:34 +0100" endDate="2017-10-20 18:37:22 +0100" value="0.06071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 19:56:05 +0100" startDate="2017-10-20 19:15:49 +0100" endDate="2017-10-20 19:24:45 +0100" value="0.16796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 19:56:05 +0100" startDate="2017-10-20 19:24:45 +0100" endDate="2017-10-20 19:27:54 +0100" value="0.04103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 19:56:05 +0100" startDate="2017-10-20 19:39:57 +0100" endDate="2017-10-20 19:49:03 +0100" value="0.04627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 20:55:06 +0100" startDate="2017-10-20 19:49:03 +0100" endDate="2017-10-20 19:51:42 +0100" value="0.03505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-20 20:55:06 +0100" startDate="2017-10-20 20:05:41 +0100" endDate="2017-10-20 20:11:43 +0100" value="0.00387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-21 04:53:37 +0100" startDate="2017-10-21 03:56:01 +0100" endDate="2017-10-21 04:03:51 +0100" value="0.03646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-21 05:58:28 +0100" startDate="2017-10-21 05:07:37 +0100" endDate="2017-10-21 05:14:13 +0100" value="0.02881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-21 08:01:34 +0100" startDate="2017-10-21 07:02:13 +0100" endDate="2017-10-21 07:11:58 +0100" value="0.01617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-21 08:01:34 +0100" startDate="2017-10-21 07:12:22 +0100" endDate="2017-10-21 07:19:11 +0100" value="0.0179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-21 09:54:33 +0100" startDate="2017-10-21 08:54:53 +0100" endDate="2017-10-21 09:04:53 +0100" value="0.04698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-21 09:54:33 +0100" startDate="2017-10-21 09:27:06 +0100" endDate="2017-10-21 09:33:16 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-21 10:59:43 +0100" startDate="2017-10-21 10:43:10 +0100" endDate="2017-10-21 10:49:43 +0100" value="0.02601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-21 14:56:08 +0100" startDate="2017-10-21 14:17:42 +0100" endDate="2017-10-21 14:26:39 +0100" value="0.03123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-21 14:56:08 +0100" startDate="2017-10-21 14:26:39 +0100" endDate="2017-10-21 14:33:17 +0100" value="0.00565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-21 17:55:02 +0100" startDate="2017-10-21 16:53:35 +0100" endDate="2017-10-21 16:59:43 +0100" value="0.01088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-21 18:59:54 +0100" startDate="2017-10-21 18:26:28 +0100" endDate="2017-10-21 18:32:53 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-21 22:03:36 +0100" startDate="2017-10-21 20:52:14 +0100" endDate="2017-10-21 20:58:50 +0100" value="0.01955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 05:14:04 +0100" startDate="2017-10-22 04:21:14 +0100" endDate="2017-10-22 04:27:19 +0100" value="0.01328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 06:01:33 +0100" startDate="2017-10-22 05:37:59 +0100" endDate="2017-10-22 05:44:58 +0100" value="0.02993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 06:58:45 +0100" startDate="2017-10-22 06:01:26 +0100" endDate="2017-10-22 06:08:00 +0100" value="0.02424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 06:58:45 +0100" startDate="2017-10-22 06:08:00 +0100" endDate="2017-10-22 06:15:33 +0100" value="0.02638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 08:54:22 +0100" startDate="2017-10-22 08:27:47 +0100" endDate="2017-10-22 08:37:42 +0100" value="0.03712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 08:54:22 +0100" startDate="2017-10-22 08:37:42 +0100" endDate="2017-10-22 08:42:18 +0100" value="0.17983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 09:56:34 +0100" startDate="2017-10-22 09:37:34 +0100" endDate="2017-10-22 09:47:22 +0100" value="0.19742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 11:02:32 +0100" startDate="2017-10-22 09:47:22 +0100" endDate="2017-10-22 09:56:25 +0100" value="0.12956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 11:02:32 +0100" startDate="2017-10-22 09:56:25 +0100" endDate="2017-10-22 10:06:22 +0100" value="0.02601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 11:55:03 +0100" startDate="2017-10-22 11:16:38 +0100" endDate="2017-10-22 11:26:36 +0100" value="0.09575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 11:55:03 +0100" startDate="2017-10-22 11:26:36 +0100" endDate="2017-10-22 11:34:22 +0100" value="0.06043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 12:53:29 +0100" startDate="2017-10-22 11:46:23 +0100" endDate="2017-10-22 11:56:22 +0100" value="0.08968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 12:53:29 +0100" startDate="2017-10-22 11:56:22 +0100" endDate="2017-10-22 11:59:04 +0100" value="0.06423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 12:53:29 +0100" startDate="2017-10-22 12:39:02 +0100" endDate="2017-10-22 12:45:15 +0100" value="0.0052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 15:59:36 +0100" startDate="2017-10-22 15:24:14 +0100" endDate="2017-10-22 15:34:14 +0100" value="0.08179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 15:59:36 +0100" startDate="2017-10-22 15:34:14 +0100" endDate="2017-10-22 15:44:08 +0100" value="0.13566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 15:59:36 +0100" startDate="2017-10-22 15:44:08 +0100" endDate="2017-10-22 15:45:07 +0100" value="0.0315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 18:40:47 +0100" startDate="2017-10-22 16:24:03 +0100" endDate="2017-10-22 16:33:50 +0100" value="0.17624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 18:40:47 +0100" startDate="2017-10-22 16:33:50 +0100" endDate="2017-10-22 16:36:52 +0100" value="0.00608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-22 18:40:47 +0100" startDate="2017-10-22 17:06:56 +0100" endDate="2017-10-22 17:14:36 +0100" value="0.00988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 06:13:11 +0100" startDate="2017-10-23 05:14:48 +0100" endDate="2017-10-23 05:22:28 +0100" value="0.05281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 06:13:11 +0100" startDate="2017-10-23 05:22:28 +0100" endDate="2017-10-23 05:28:16 +0100" value="0.04754"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 06:13:11 +0100" startDate="2017-10-23 05:41:16 +0100" endDate="2017-10-23 05:49:48 +0100" value="0.05791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 06:13:11 +0100" startDate="2017-10-23 05:49:48 +0100" endDate="2017-10-23 05:59:47 +0100" value="0.18669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 06:13:11 +0100" startDate="2017-10-23 05:59:47 +0100" endDate="2017-10-23 06:07:28 +0100" value="0.57481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 07:10:54 +0100" startDate="2017-10-23 06:41:20 +0100" endDate="2017-10-23 06:51:05 +0100" value="0.12883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 07:10:54 +0100" startDate="2017-10-23 06:51:05 +0100" endDate="2017-10-23 06:56:21 +0100" value="0.1998"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 08:13:25 +0100" startDate="2017-10-23 07:09:27 +0100" endDate="2017-10-23 07:16:21 +0100" value="0.01841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 08:13:25 +0100" startDate="2017-10-23 07:20:23 +0100" endDate="2017-10-23 07:28:46 +0100" value="0.11582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 10:11:24 +0100" startDate="2017-10-23 09:19:19 +0100" endDate="2017-10-23 09:28:20 +0100" value="0.00697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 11:20:55 +0100" startDate="2017-10-23 10:24:59 +0100" endDate="2017-10-23 10:31:14 +0100" value="0.00714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 11:20:55 +0100" startDate="2017-10-23 10:31:22 +0100" endDate="2017-10-23 10:40:38 +0100" value="0.07858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 11:20:55 +0100" startDate="2017-10-23 10:40:38 +0100" endDate="2017-10-23 10:50:36 +0100" value="0.53845"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 11:20:55 +0100" startDate="2017-10-23 10:50:36 +0100" endDate="2017-10-23 11:00:35 +0100" value="0.30588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 11:20:55 +0100" startDate="2017-10-23 11:00:35 +0100" endDate="2017-10-23 11:10:08 +0100" value="0.01883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 12:14:17 +0100" startDate="2017-10-23 11:10:08 +0100" endDate="2017-10-23 11:19:51 +0100" value="0.08948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 12:14:17 +0100" startDate="2017-10-23 11:19:51 +0100" endDate="2017-10-23 11:29:50 +0100" value="0.79899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 12:14:17 +0100" startDate="2017-10-23 11:29:50 +0100" endDate="2017-10-23 11:32:18 +0100" value="0.08784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 14:10:35 +0100" startDate="2017-10-23 13:37:22 +0100" endDate="2017-10-23 13:47:11 +0100" value="0.09119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 14:10:35 +0100" startDate="2017-10-23 13:47:11 +0100" endDate="2017-10-23 13:51:19 +0100" value="0.00946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 14:10:35 +0100" startDate="2017-10-23 13:51:19 +0100" endDate="2017-10-23 13:57:13 +0100" value="0.00368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 15:17:52 +0100" startDate="2017-10-23 13:57:13 +0100" endDate="2017-10-23 14:07:11 +0100" value="0.03355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 15:17:52 +0100" startDate="2017-10-23 14:07:11 +0100" endDate="2017-10-23 14:12:26 +0100" value="0.02497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 15:17:52 +0100" startDate="2017-10-23 15:01:30 +0100" endDate="2017-10-23 15:07:56 +0100" value="0.02813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 16:10:43 +0100" startDate="2017-10-23 15:13:26 +0100" endDate="2017-10-23 15:22:04 +0100" value="0.02836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 16:10:43 +0100" startDate="2017-10-23 15:25:16 +0100" endDate="2017-10-23 15:31:49 +0100" value="0.01546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 16:10:43 +0100" startDate="2017-10-23 15:31:49 +0100" endDate="2017-10-23 15:41:06 +0100" value="0.08782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 16:10:43 +0100" startDate="2017-10-23 15:46:03 +0100" endDate="2017-10-23 15:56:03 +0100" value="0.34372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 16:10:43 +0100" startDate="2017-10-23 15:56:03 +0100" endDate="2017-10-23 16:01:09 +0100" value="0.30922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 17:11:30 +0100" startDate="2017-10-23 16:40:05 +0100" endDate="2017-10-23 16:46:25 +0100" value="0.01728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 17:11:30 +0100" startDate="2017-10-23 16:58:38 +0100" endDate="2017-10-23 17:04:56 +0100" value="0.00129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 18:11:58 +0100" startDate="2017-10-23 17:11:46 +0100" endDate="2017-10-23 17:21:46 +0100" value="0.13494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 18:11:58 +0100" startDate="2017-10-23 17:21:46 +0100" endDate="2017-10-23 17:31:44 +0100" value="0.94527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 18:11:58 +0100" startDate="2017-10-23 17:31:44 +0100" endDate="2017-10-23 17:41:40 +0100" value="0.60868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 18:11:58 +0100" startDate="2017-10-23 17:41:40 +0100" endDate="2017-10-23 17:51:39 +0100" value="0.52839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 18:11:58 +0100" startDate="2017-10-23 17:51:39 +0100" endDate="2017-10-23 17:57:07 +0100" value="0.4553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 18:11:58 +0100" startDate="2017-10-23 18:00:45 +0100" endDate="2017-10-23 18:08:07 +0100" value="0.06003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 19:11:06 +0100" startDate="2017-10-23 18:08:07 +0100" endDate="2017-10-23 18:18:06 +0100" value="0.00626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 19:11:06 +0100" startDate="2017-10-23 18:40:01 +0100" endDate="2017-10-23 18:49:42 +0100" value="0.0451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 19:11:06 +0100" startDate="2017-10-23 18:49:42 +0100" endDate="2017-10-23 18:57:08 +0100" value="0.05332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 19:11:06 +0100" startDate="2017-10-23 18:57:08 +0100" endDate="2017-10-23 19:07:07 +0100" value="0.28333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 20:13:02 +0100" startDate="2017-10-23 19:07:07 +0100" endDate="2017-10-23 19:17:05 +0100" value="0.56638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-23 20:13:02 +0100" startDate="2017-10-23 19:17:05 +0100" endDate="2017-10-23 19:24:41 +0100" value="0.3413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 05:33:44 +0100" startDate="2017-10-24 05:16:59 +0100" endDate="2017-10-24 05:23:09 +0100" value="0.00184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 05:33:44 +0100" startDate="2017-10-24 05:23:09 +0100" endDate="2017-10-24 05:30:42 +0100" value="0.01457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 06:36:52 +0100" startDate="2017-10-24 05:30:42 +0100" endDate="2017-10-24 05:37:06 +0100" value="0.008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 06:36:52 +0100" startDate="2017-10-24 05:45:06 +0100" endDate="2017-10-24 05:54:13 +0100" value="0.07197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 06:36:52 +0100" startDate="2017-10-24 05:54:13 +0100" endDate="2017-10-24 06:03:50 +0100" value="0.04023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 06:36:52 +0100" startDate="2017-10-24 06:03:50 +0100" endDate="2017-10-24 06:13:46 +0100" value="0.73124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 06:36:52 +0100" startDate="2017-10-24 06:13:46 +0100" endDate="2017-10-24 06:23:44 +0100" value="0.12172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 06:36:52 +0100" startDate="2017-10-24 06:23:44 +0100" endDate="2017-10-24 06:24:28 +0100" value="0.00865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 07:36:53 +0100" startDate="2017-10-24 06:32:43 +0100" endDate="2017-10-24 06:42:43 +0100" value="0.11478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 07:36:53 +0100" startDate="2017-10-24 06:42:43 +0100" endDate="2017-10-24 06:50:09 +0100" value="0.10331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 07:36:53 +0100" startDate="2017-10-24 06:50:09 +0100" endDate="2017-10-24 06:53:48 +0100" value="0.02779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 07:36:53 +0100" startDate="2017-10-24 06:55:52 +0100" endDate="2017-10-24 07:01:59 +0100" value="0.00614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 08:36:21 +0100" startDate="2017-10-24 08:04:33 +0100" endDate="2017-10-24 08:10:38 +0100" value="0.00164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 09:34:46 +0100" startDate="2017-10-24 08:35:03 +0100" endDate="2017-10-24 08:45:02 +0100" value="0.0248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 09:34:46 +0100" startDate="2017-10-24 08:45:02 +0100" endDate="2017-10-24 08:53:28 +0100" value="0.09567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 09:34:46 +0100" startDate="2017-10-24 09:01:09 +0100" endDate="2017-10-24 09:09:26 +0100" value="0.02503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 09:34:46 +0100" startDate="2017-10-24 09:09:26 +0100" endDate="2017-10-24 09:13:55 +0100" value="0.00384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cf4190&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 10:33:56 +0100" startDate="2017-10-24 10:12:08 +0100" endDate="2017-10-24 10:18:57 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 10:33:56 +0100" startDate="2017-10-24 10:21:00 +0100" endDate="2017-10-24 10:27:43 +0100" value="0.00907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 10:27:43 +0100" endDate="2017-10-24 10:37:41 +0100" value="0.05682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 10:37:41 +0100" endDate="2017-10-24 10:40:28 +0100" value="0.02684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 10:47:55 +0100" endDate="2017-10-24 10:57:42 +0100" value="0.05326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 10:57:42 +0100" endDate="2017-10-24 11:07:41 +0100" value="0.31917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 11:07:41 +0100" endDate="2017-10-24 11:17:37 +0100" value="0.42364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 11:17:37 +0100" endDate="2017-10-24 11:20:37 +0100" value="0.04293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 11:37:44 +0100" startDate="2017-10-24 11:27:23 +0100" endDate="2017-10-24 11:37:22 +0100" value="0.02753"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 12:37:35 +0100" startDate="2017-10-24 11:37:22 +0100" endDate="2017-10-24 11:47:20 +0100" value="0.78966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 12:37:35 +0100" startDate="2017-10-24 11:47:20 +0100" endDate="2017-10-24 11:57:20 +0100" value="0.61984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 12:37:35 +0100" startDate="2017-10-24 11:57:20 +0100" endDate="2017-10-24 12:06:09 +0100" value="0.64603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 14:33:39 +0100" startDate="2017-10-24 14:02:12 +0100" endDate="2017-10-24 14:11:03 +0100" value="0.02679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 14:33:39 +0100" startDate="2017-10-24 14:11:03 +0100" endDate="2017-10-24 14:13:43 +0100" value="0.00476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 16:37:52 +0100" startDate="2017-10-24 15:31:25 +0100" endDate="2017-10-24 15:41:25 +0100" value="0.0421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 16:37:52 +0100" startDate="2017-10-24 15:41:25 +0100" endDate="2017-10-24 15:50:32 +0100" value="0.33741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 16:37:52 +0100" startDate="2017-10-24 15:50:32 +0100" endDate="2017-10-24 16:00:31 +0100" value="0.47226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 16:37:52 +0100" startDate="2017-10-24 16:00:31 +0100" endDate="2017-10-24 16:03:50 +0100" value="0.15495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 16:37:52 +0100" startDate="2017-10-24 16:15:21 +0100" endDate="2017-10-24 16:16:32 +0100" value="0.0055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 17:38:03 +0100" startDate="2017-10-24 17:20:41 +0100" endDate="2017-10-24 17:30:20 +0100" value="0.09466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 18:35:18 +0100" startDate="2017-10-24 17:30:20 +0100" endDate="2017-10-24 17:37:31 +0100" value="0.16243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 18:35:18 +0100" startDate="2017-10-24 17:49:29 +0100" endDate="2017-10-24 17:59:27 +0100" value="0.43098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-24 18:35:18 +0100" startDate="2017-10-24 17:59:27 +0100" endDate="2017-10-24 18:01:48 +0100" value="0.0989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 05:13:42 +0100" startDate="2017-10-24 19:51:10 +0100" endDate="2017-10-24 20:01:09 +0100" value="0.0411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 05:13:42 +0100" startDate="2017-10-24 20:01:09 +0100" endDate="2017-10-24 20:03:34 +0100" value="0.01293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 05:13:42 +0100" startDate="2017-10-24 21:01:04 +0100" endDate="2017-10-24 21:11:04 +0100" value="0.05742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 05:13:42 +0100" startDate="2017-10-24 21:11:04 +0100" endDate="2017-10-24 21:14:50 +0100" value="0.36815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 05:13:42 +0100" startDate="2017-10-24 21:16:19 +0100" endDate="2017-10-24 21:25:33 +0100" value="0.16019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 05:13:42 +0100" startDate="2017-10-25 05:00:26 +0100" endDate="2017-10-25 05:08:16 +0100" value="0.03214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 07:13:59 +0100" startDate="2017-10-25 06:12:08 +0100" endDate="2017-10-25 06:22:06 +0100" value="0.20296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 07:13:59 +0100" startDate="2017-10-25 06:22:06 +0100" endDate="2017-10-25 06:30:34 +0100" value="0.47653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 07:13:59 +0100" startDate="2017-10-25 06:30:34 +0100" endDate="2017-10-25 06:35:04 +0100" value="0.0127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 08:18:51 +0100" startDate="2017-10-25 07:28:39 +0100" endDate="2017-10-25 07:35:38 +0100" value="0.06505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 08:18:51 +0100" startDate="2017-10-25 07:48:57 +0100" endDate="2017-10-25 07:55:10 +0100" value="0.02524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 08:18:51 +0100" startDate="2017-10-25 08:00:51 +0100" endDate="2017-10-25 08:08:25 +0100" value="0.07295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 09:12:21 +0100" startDate="2017-10-25 08:27:25 +0100" endDate="2017-10-25 08:36:28 +0100" value="0.12211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 09:12:21 +0100" startDate="2017-10-25 08:42:39 +0100" endDate="2017-10-25 08:49:43 +0100" value="0.03373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 09:12:21 +0100" startDate="2017-10-25 08:55:45 +0100" endDate="2017-10-25 09:04:58 +0100" value="0.09441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 11:14:34 +0100" startDate="2017-10-25 10:40:10 +0100" endDate="2017-10-25 10:48:11 +0100" value="0.075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 11:14:34 +0100" startDate="2017-10-25 10:49:09 +0100" endDate="2017-10-25 10:55:40 +0100" value="0.02488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 11:14:34 +0100" startDate="2017-10-25 10:56:29 +0100" endDate="2017-10-25 11:06:28 +0100" value="0.18046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 12:16:36 +0100" startDate="2017-10-25 11:06:28 +0100" endDate="2017-10-25 11:16:02 +0100" value="0.59944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 12:16:36 +0100" startDate="2017-10-25 11:16:02 +0100" endDate="2017-10-25 11:19:23 +0100" value="0.05865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 12:16:36 +0100" startDate="2017-10-25 11:32:03 +0100" endDate="2017-10-25 11:42:02 +0100" value="0.19663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 12:16:36 +0100" startDate="2017-10-25 11:42:02 +0100" endDate="2017-10-25 11:52:01 +0100" value="0.76094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 12:16:36 +0100" startDate="2017-10-25 11:52:01 +0100" endDate="2017-10-25 11:58:14 +0100" value="0.44093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 13:11:41 +0100" startDate="2017-10-25 12:45:54 +0100" endDate="2017-10-25 12:52:10 +0100" value="0.00164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 15:25:29 +0100" startDate="2017-10-25 14:01:44 +0100" endDate="2017-10-25 14:08:32 +0100" value="0.03337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 15:25:29 +0100" startDate="2017-10-25 14:08:32 +0100" endDate="2017-10-25 14:13:25 +0100" value="0.01936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 15:25:29 +0100" startDate="2017-10-25 14:32:16 +0100" endDate="2017-10-25 14:42:15 +0100" value="0.10323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 15:25:29 +0100" startDate="2017-10-25 14:42:15 +0100" endDate="2017-10-25 14:43:36 +0100" value="0.0692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 15:25:29 +0100" startDate="2017-10-25 14:47:09 +0100" endDate="2017-10-25 14:53:24 +0100" value="0.01876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 16:18:40 +0100" startDate="2017-10-25 15:23:47 +0100" endDate="2017-10-25 15:33:47 +0100" value="0.13674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 16:18:40 +0100" startDate="2017-10-25 15:33:47 +0100" endDate="2017-10-25 15:43:46 +0100" value="0.55179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 16:18:40 +0100" startDate="2017-10-25 15:43:46 +0100" endDate="2017-10-25 15:51:01 +0100" value="0.28383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 16:18:40 +0100" startDate="2017-10-25 15:59:38 +0100" endDate="2017-10-25 16:09:37 +0100" value="0.16657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 17:13:05 +0100" startDate="2017-10-25 16:09:37 +0100" endDate="2017-10-25 16:18:53 +0100" value="0.13777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 17:13:05 +0100" startDate="2017-10-25 16:18:53 +0100" endDate="2017-10-25 16:28:52 +0100" value="0.30546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 17:13:05 +0100" startDate="2017-10-25 16:28:52 +0100" endDate="2017-10-25 16:31:10 +0100" value="0.02326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 17:13:05 +0100" startDate="2017-10-25 16:33:37 +0100" endDate="2017-10-25 16:43:21 +0100" value="0.25561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 17:13:05 +0100" startDate="2017-10-25 16:43:21 +0100" endDate="2017-10-25 16:53:20 +0100" value="0.19042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 17:13:05 +0100" startDate="2017-10-25 16:53:20 +0100" endDate="2017-10-25 16:58:28 +0100" value="0.38178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 18:21:26 +0100" startDate="2017-10-25 17:47:06 +0100" endDate="2017-10-25 17:57:05 +0100" value="0.33442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 18:21:26 +0100" startDate="2017-10-25 17:57:05 +0100" endDate="2017-10-25 17:59:13 +0100" value="0.10773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 19:10:49 +0100" startDate="2017-10-25 18:15:29 +0100" endDate="2017-10-25 18:21:44 +0100" value="0.01065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 19:10:49 +0100" startDate="2017-10-25 18:28:45 +0100" endDate="2017-10-25 18:35:26 +0100" value="0.01687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-25 19:10:49 +0100" startDate="2017-10-25 18:37:10 +0100" endDate="2017-10-25 18:46:22 +0100" value="0.02481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 06:15:35 +0100" startDate="2017-10-26 05:24:26 +0100" endDate="2017-10-26 05:30:36 +0100" value="0.00768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 06:15:35 +0100" startDate="2017-10-26 05:45:48 +0100" endDate="2017-10-26 05:55:47 +0100" value="0.02037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 06:15:35 +0100" startDate="2017-10-26 05:55:47 +0100" endDate="2017-10-26 06:04:54 +0100" value="0.00454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 06:15:35 +0100" startDate="2017-10-26 06:04:54 +0100" endDate="2017-10-26 06:14:52 +0100" value="0.52798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 07:10:49 +0100" startDate="2017-10-26 06:14:52 +0100" endDate="2017-10-26 06:18:49 +0100" value="0.25698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 07:10:49 +0100" startDate="2017-10-26 06:47:43 +0100" endDate="2017-10-26 06:56:39 +0100" value="0.08376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 08:10:41 +0100" startDate="2017-10-26 07:02:58 +0100" endDate="2017-10-26 07:09:03 +0100" value="0.00811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 08:10:41 +0100" startDate="2017-10-26 07:19:14 +0100" endDate="2017-10-26 07:25:24 +0100" value="0.00824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 09:15:29 +0100" startDate="2017-10-26 08:45:19 +0100" endDate="2017-10-26 08:52:43 +0100" value="0.09497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 10:10:35 +0100" startDate="2017-10-26 09:50:00 +0100" endDate="2017-10-26 09:58:48 +0100" value="0.08155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 12:16:31 +0100" startDate="2017-10-26 11:39:08 +0100" endDate="2017-10-26 11:49:07 +0100" value="0.1569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 12:16:31 +0100" startDate="2017-10-26 11:49:07 +0100" endDate="2017-10-26 11:57:43 +0100" value="0.66092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 12:16:31 +0100" startDate="2017-10-26 11:57:43 +0100" endDate="2017-10-26 12:02:26 +0100" value="0.06335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:09:16 +0100" endDate="2017-10-26 12:19:16 +0100" value="0.25229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:19:16 +0100" endDate="2017-10-26 12:25:00 +0100" value="0.39426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:25:00 +0100" endDate="2017-10-26 12:33:44 +0100" value="0.23165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:33:44 +0100" endDate="2017-10-26 12:39:20 +0100" value="0.02874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:39:20 +0100" endDate="2017-10-26 12:44:44 +0100" value="0.02156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:45:23 +0100" endDate="2017-10-26 12:55:12 +0100" value="0.03212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 12:55:12 +0100" endDate="2017-10-26 12:58:33 +0100" value="0.0372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 13:18:36 +0100" startDate="2017-10-26 13:00:24 +0100" endDate="2017-10-26 13:10:23 +0100" value="0.08219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 14:14:18 +0100" startDate="2017-10-26 13:10:23 +0100" endDate="2017-10-26 13:10:48 +0100" value="0.00421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 14:14:18 +0100" startDate="2017-10-26 13:39:09 +0100" endDate="2017-10-26 13:49:02 +0100" value="0.07053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 14:14:18 +0100" startDate="2017-10-26 13:49:02 +0100" endDate="2017-10-26 13:52:21 +0100" value="0.06601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 14:14:18 +0100" startDate="2017-10-26 13:55:07 +0100" endDate="2017-10-26 14:01:37 +0100" value="0.00074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 14:14:18 +0100" startDate="2017-10-26 14:01:37 +0100" endDate="2017-10-26 14:10:14 +0100" value="0.0741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 15:14:50 +0100" startDate="2017-10-26 14:10:14 +0100" endDate="2017-10-26 14:16:53 +0100" value="0.03957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 16:11:51 +0100" startDate="2017-10-26 15:19:31 +0100" endDate="2017-10-26 15:29:31 +0100" value="0.13658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 16:11:51 +0100" startDate="2017-10-26 15:29:31 +0100" endDate="2017-10-26 15:36:12 +0100" value="0.546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 16:11:51 +0100" startDate="2017-10-26 15:36:12 +0100" endDate="2017-10-26 15:43:49 +0100" value="0.14728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 17:57:01 +0100" startDate="2017-10-26 16:02:28 +0100" endDate="2017-10-26 16:12:14 +0100" value="0.00376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 17:57:01 +0100" startDate="2017-10-26 16:12:14 +0100" endDate="2017-10-26 16:21:25 +0100" value="0.07362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 17:57:01 +0100" startDate="2017-10-26 16:21:25 +0100" endDate="2017-10-26 16:24:09 +0100" value="0.01271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 18:47:07 +0100" startDate="2017-10-26 17:54:39 +0100" endDate="2017-10-26 18:04:21 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 18:47:07 +0100" startDate="2017-10-26 18:04:21 +0100" endDate="2017-10-26 18:14:20 +0100" value="0.10001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-26 18:47:07 +0100" startDate="2017-10-26 18:31:32 +0100" endDate="2017-10-26 18:41:07 +0100" value="0.25872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 05:20:53 +0100" startDate="2017-10-27 05:03:04 +0100" endDate="2017-10-27 05:11:06 +0100" value="0.09519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 06:19:18 +0100" startDate="2017-10-27 05:11:06 +0100" endDate="2017-10-27 05:20:53 +0100" value="0.02177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 06:19:18 +0100" startDate="2017-10-27 05:47:08 +0100" endDate="2017-10-27 05:55:31 +0100" value="0.04513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 06:19:18 +0100" startDate="2017-10-27 05:55:31 +0100" endDate="2017-10-27 06:05:30 +0100" value="0.20108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 06:19:18 +0100" startDate="2017-10-27 06:05:30 +0100" endDate="2017-10-27 06:15:19 +0100" value="0.84268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 07:12:10 +0100" startDate="2017-10-27 06:22:00 +0100" endDate="2017-10-27 06:31:26 +0100" value="0.14084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 07:12:10 +0100" startDate="2017-10-27 06:47:50 +0100" endDate="2017-10-27 06:56:18 +0100" value="0.04683"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 07:12:10 +0100" startDate="2017-10-27 06:58:45 +0100" endDate="2017-10-27 07:08:02 +0100" value="0.06124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 09:12:06 +0100" startDate="2017-10-27 08:46:01 +0100" endDate="2017-10-27 08:52:14 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 09:12:06 +0100" startDate="2017-10-27 08:52:33 +0100" endDate="2017-10-27 09:02:32 +0100" value="0.02666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 10:01:51 +0100" startDate="2017-10-27 09:02:32 +0100" endDate="2017-10-27 09:03:44 +0100" value="0.02688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 10:01:51 +0100" startDate="2017-10-27 09:03:44 +0100" endDate="2017-10-27 09:05:13 +0100" value="0.06762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 11:21:03 +0100" startDate="2017-10-27 10:45:18 +0100" endDate="2017-10-27 10:55:17 +0100" value="0.19271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 11:21:03 +0100" startDate="2017-10-27 10:55:17 +0100" endDate="2017-10-27 11:03:11 +0100" value="0.61884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 11:21:03 +0100" startDate="2017-10-27 11:03:11 +0100" endDate="2017-10-27 11:10:04 +0100" value="0.06143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 12:12:08 +0100" startDate="2017-10-27 11:15:47 +0100" endDate="2017-10-27 11:25:45 +0100" value="0.33541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 12:12:08 +0100" startDate="2017-10-27 11:25:45 +0100" endDate="2017-10-27 11:33:14 +0100" value="0.51709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 12:12:08 +0100" startDate="2017-10-27 11:33:14 +0100" endDate="2017-10-27 11:38:27 +0100" value="0.05001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 12:12:08 +0100" startDate="2017-10-27 12:01:24 +0100" endDate="2017-10-27 12:08:21 +0100" value="0.01917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 13:10:57 +0100" startDate="2017-10-27 12:08:21 +0100" endDate="2017-10-27 12:15:15 +0100" value="0.0236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 13:10:57 +0100" startDate="2017-10-27 12:19:49 +0100" endDate="2017-10-27 12:26:14 +0100" value="0.02743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 13:10:57 +0100" startDate="2017-10-27 12:26:14 +0100" endDate="2017-10-27 12:30:13 +0100" value="0.00835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 13:10:57 +0100" startDate="2017-10-27 12:55:01 +0100" endDate="2017-10-27 13:01:24 +0100" value="0.02802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 14:11:41 +0100" startDate="2017-10-27 13:17:49 +0100" endDate="2017-10-27 13:24:35 +0100" value="0.00847"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 14:11:41 +0100" startDate="2017-10-27 13:25:19 +0100" endDate="2017-10-27 13:31:52 +0100" value="0.02526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 14:11:41 +0100" startDate="2017-10-27 14:00:32 +0100" endDate="2017-10-27 14:07:58 +0100" value="0.06357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 15:11:05 +0100" startDate="2017-10-27 14:12:53 +0100" endDate="2017-10-27 14:22:52 +0100" value="0.29463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 15:11:05 +0100" startDate="2017-10-27 14:22:52 +0100" endDate="2017-10-27 14:29:28 +0100" value="0.32029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 15:11:05 +0100" startDate="2017-10-27 14:29:51 +0100" endDate="2017-10-27 14:36:52 +0100" value="0.02852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 16:11:11 +0100" startDate="2017-10-27 15:41:33 +0100" endDate="2017-10-27 15:48:42 +0100" value="0.07444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 17:11:14 +0100" startDate="2017-10-27 16:27:41 +0100" endDate="2017-10-27 16:37:41 +0100" value="0.1297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 17:11:14 +0100" startDate="2017-10-27 16:37:41 +0100" endDate="2017-10-27 16:45:02 +0100" value="0.17526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 18:15:50 +0100" startDate="2017-10-27 17:23:36 +0100" endDate="2017-10-27 17:31:21 +0100" value="0.06633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 19:17:57 +0100" startDate="2017-10-27 18:19:39 +0100" endDate="2017-10-27 18:29:28 +0100" value="0.04273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 19:17:57 +0100" startDate="2017-10-27 18:29:28 +0100" endDate="2017-10-27 18:39:26 +0100" value="0.23705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 19:17:57 +0100" startDate="2017-10-27 18:39:26 +0100" endDate="2017-10-27 18:48:31 +0100" value="0.04127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 19:17:57 +0100" startDate="2017-10-27 18:48:31 +0100" endDate="2017-10-27 18:52:05 +0100" value="0.0119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 19:17:57 +0100" startDate="2017-10-27 18:57:00 +0100" endDate="2017-10-27 19:03:58 +0100" value="0.01906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 21:15:12 +0100" startDate="2017-10-27 20:24:09 +0100" endDate="2017-10-27 20:30:19 +0100" value="0.00378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-27 22:12:36 +0100" startDate="2017-10-27 21:19:50 +0100" endDate="2017-10-27 21:28:02 +0100" value="0.04612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 07:12:41 +0100" startDate="2017-10-28 06:06:24 +0100" endDate="2017-10-28 06:16:21 +0100" value="0.0451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 07:12:41 +0100" startDate="2017-10-28 06:16:21 +0100" endDate="2017-10-28 06:19:02 +0100" value="0.02138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 07:12:41 +0100" startDate="2017-10-28 06:21:24 +0100" endDate="2017-10-28 06:27:42 +0100" value="0.00084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 07:12:41 +0100" startDate="2017-10-28 06:52:59 +0100" endDate="2017-10-28 07:02:40 +0100" value="0.04594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 07:12:41 +0100" startDate="2017-10-28 07:02:40 +0100" endDate="2017-10-28 07:12:37 +0100" value="0.2544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 10:21:08 +0100" startDate="2017-10-28 09:11:38 +0100" endDate="2017-10-28 09:19:53 +0100" value="0.20135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 12:12:01 +0100" startDate="2017-10-28 11:58:23 +0100" endDate="2017-10-28 12:05:22 +0100" value="0.01744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 14:10:35 +0100" startDate="2017-10-28 13:33:27 +0100" endDate="2017-10-28 13:43:17 +0100" value="0.0378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 14:10:35 +0100" startDate="2017-10-28 13:43:17 +0100" endDate="2017-10-28 13:53:15 +0100" value="0.34967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 14:10:35 +0100" startDate="2017-10-28 13:53:15 +0100" endDate="2017-10-28 14:02:19 +0100" value="0.19771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 15:12:36 +0100" startDate="2017-10-28 14:02:19 +0100" endDate="2017-10-28 14:11:33 +0100" value="0.21387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 15:12:36 +0100" startDate="2017-10-28 14:11:33 +0100" endDate="2017-10-28 14:21:25 +0100" value="0.23108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 15:12:36 +0100" startDate="2017-10-28 14:21:25 +0100" endDate="2017-10-28 14:29:52 +0100" value="0.12631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 15:12:36 +0100" startDate="2017-10-28 14:29:52 +0100" endDate="2017-10-28 14:39:50 +0100" value="0.14394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 15:12:36 +0100" startDate="2017-10-28 14:39:50 +0100" endDate="2017-10-28 14:49:15 +0100" value="0.25332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 15:12:36 +0100" startDate="2017-10-28 14:53:17 +0100" endDate="2017-10-28 15:01:22 +0100" value="0.03882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-28 17:12:31 +0100" startDate="2017-10-28 16:49:30 +0100" endDate="2017-10-28 16:55:35 +0100" value="0.0108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 09:11:17 +0100" startDate="2017-10-29 08:44:32 +0100" endDate="2017-10-29 08:51:00 +0100" value="0.00842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 09:11:17 +0100" startDate="2017-10-29 08:51:00 +0100" endDate="2017-10-29 09:00:58 +0100" value="0.09771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 09:11:17 +0100" startDate="2017-10-29 09:00:58 +0100" endDate="2017-10-29 09:10:57 +0100" value="0.78948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 10:14:16 +0100" startDate="2017-10-29 09:10:57 +0100" endDate="2017-10-29 09:20:48 +0100" value="0.45538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 10:14:16 +0100" startDate="2017-10-29 09:20:48 +0100" endDate="2017-10-29 09:24:47 +0100" value="0.01425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 11:14:21 +0100" startDate="2017-10-29 10:04:49 +0100" endDate="2017-10-29 10:11:17 +0100" value="0.01921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 12:12:49 +0100" startDate="2017-10-29 11:17:37 +0100" endDate="2017-10-29 11:27:22 +0100" value="0.01008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 12:12:49 +0100" startDate="2017-10-29 11:27:22 +0100" endDate="2017-10-29 11:32:17 +0100" value="0.02233"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 12:12:49 +0100" startDate="2017-10-29 11:36:49 +0100" endDate="2017-10-29 11:44:29 +0100" value="0.036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 12:12:49 +0100" startDate="2017-10-29 11:44:49 +0100" endDate="2017-10-29 11:54:40 +0100" value="0.09263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 12:12:49 +0100" startDate="2017-10-29 11:54:40 +0100" endDate="2017-10-29 12:04:40 +0100" value="0.80109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 13:13:47 +0100" startDate="2017-10-29 12:04:40 +0100" endDate="2017-10-29 12:13:38 +0100" value="0.97047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 13:13:47 +0100" startDate="2017-10-29 12:13:38 +0100" endDate="2017-10-29 12:21:00 +0100" value="0.07339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 13:13:47 +0100" startDate="2017-10-29 12:21:58 +0100" endDate="2017-10-29 12:30:11 +0100" value="0.05514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 13:13:47 +0100" startDate="2017-10-29 12:31:21 +0100" endDate="2017-10-29 12:37:57 +0100" value="0.00148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 13:13:47 +0100" startDate="2017-10-29 12:37:57 +0100" endDate="2017-10-29 12:43:25 +0100" value="0.04069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 13:13:47 +0100" startDate="2017-10-29 13:01:00 +0100" endDate="2017-10-29 13:10:27 +0100" value="0.0893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 14:10:57 +0100" startDate="2017-10-29 13:10:27 +0100" endDate="2017-10-29 13:20:25 +0100" value="0.4855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 14:10:57 +0100" startDate="2017-10-29 13:20:25 +0100" endDate="2017-10-29 13:30:24 +0100" value="0.59266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 14:10:57 +0100" startDate="2017-10-29 13:30:24 +0100" endDate="2017-10-29 13:32:35 +0100" value="0.11787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 14:10:57 +0100" startDate="2017-10-29 13:36:23 +0100" endDate="2017-10-29 13:42:39 +0100" value="0.00678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 15:12:49 +0100" startDate="2017-10-29 14:14:47 +0100" endDate="2017-10-29 14:24:38 +0100" value="0.05928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 15:12:49 +0100" startDate="2017-10-29 14:24:38 +0100" endDate="2017-10-29 14:31:33 +0100" value="0.08816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 15:12:49 +0100" startDate="2017-10-29 14:31:33 +0100" endDate="2017-10-29 14:40:56 +0100" value="0.07677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 15:12:49 +0100" startDate="2017-10-29 14:40:56 +0100" endDate="2017-10-29 14:46:45 +0100" value="0.19588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 16:10:32 +0100" startDate="2017-10-29 15:31:50 +0100" endDate="2017-10-29 15:41:48 +0100" value="0.05097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 16:10:32 +0100" startDate="2017-10-29 15:41:48 +0100" endDate="2017-10-29 15:51:28 +0100" value="0.25001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 16:10:32 +0100" startDate="2017-10-29 15:53:45 +0100" endDate="2017-10-29 16:03:45 +0100" value="0.19983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 17:11:08 +0100" startDate="2017-10-29 16:03:45 +0100" endDate="2017-10-29 16:04:26 +0100" value="0.02132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 17:11:08 +0100" startDate="2017-10-29 16:37:07 +0100" endDate="2017-10-29 16:43:25 +0100" value="0.00164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 17:11:08 +0100" startDate="2017-10-29 16:59:10 +0100" endDate="2017-10-29 17:08:17 +0100" value="0.02519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 18:10:53 +0100" startDate="2017-10-29 17:08:17 +0100" endDate="2017-10-29 17:18:15 +0100" value="0.03228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 18:10:53 +0100" startDate="2017-10-29 17:18:15 +0100" endDate="2017-10-29 17:21:40 +0100" value="0.07939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 19:11:25 +0100" startDate="2017-10-29 18:05:03 +0100" endDate="2017-10-29 18:14:20 +0100" value="0.24675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 19:11:25 +0100" startDate="2017-10-29 18:14:20 +0100" endDate="2017-10-29 18:24:19 +0100" value="0.54918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 19:11:25 +0100" startDate="2017-10-29 18:24:19 +0100" endDate="2017-10-29 18:29:11 +0100" value="0.30094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 19:11:25 +0100" startDate="2017-10-29 18:31:56 +0100" endDate="2017-10-29 18:41:56 +0100" value="0.34434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 19:11:25 +0100" startDate="2017-10-29 18:41:56 +0100" endDate="2017-10-29 18:45:51 +0100" value="0.19121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 21:15:35 +0100" startDate="2017-10-29 20:54:18 +0100" endDate="2017-10-29 21:00:31 +0100" value="0.00696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-29 22:13:04 +0100" startDate="2017-10-29 21:41:31 +0100" endDate="2017-10-29 21:51:30 +0100" value="0.04969"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cd8c30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 07:14:25 +0100" startDate="2017-10-30 06:39:22 +0100" endDate="2017-10-30 06:49:04 +0100" value="0.05789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 07:14:25 +0100" startDate="2017-10-30 06:49:04 +0100" endDate="2017-10-30 06:58:48 +0100" value="0.01612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 07:14:25 +0100" startDate="2017-10-30 06:58:48 +0100" endDate="2017-10-30 07:04:07 +0100" value="0.0241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 08:18:53 +0100" startDate="2017-10-30 07:21:20 +0100" endDate="2017-10-30 07:30:02 +0100" value="0.04387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 08:18:53 +0100" startDate="2017-10-30 07:32:10 +0100" endDate="2017-10-30 07:41:13 +0100" value="0.07791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 08:18:53 +0100" startDate="2017-10-30 07:41:13 +0100" endDate="2017-10-30 07:51:12 +0100" value="0.73919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 08:18:53 +0100" startDate="2017-10-30 07:51:12 +0100" endDate="2017-10-30 07:59:58 +0100" value="0.07211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 09:22:49 +0100" startDate="2017-10-30 08:56:25 +0100" endDate="2017-10-30 09:04:54 +0100" value="0.02295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 10:10:35 +0100" startDate="2017-10-30 09:16:23 +0100" endDate="2017-10-30 09:24:10 +0100" value="0.06493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 10:10:35 +0100" startDate="2017-10-30 09:43:23 +0100" endDate="2017-10-30 09:53:21 +0100" value="0.03276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 10:10:35 +0100" startDate="2017-10-30 09:53:21 +0100" endDate="2017-10-30 09:54:42 +0100" value="0.02341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 11:25:39 +0100" startDate="2017-10-30 10:31:29 +0100" endDate="2017-10-30 10:41:17 +0100" value="0.09875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 12:11:34 +0100" startDate="2017-10-30 11:21:33 +0100" endDate="2017-10-30 11:30:57 +0100" value="0.01445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 12:11:34 +0100" startDate="2017-10-30 11:30:57 +0100" endDate="2017-10-30 11:40:56 +0100" value="0.32178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 12:11:34 +0100" startDate="2017-10-30 11:40:56 +0100" endDate="2017-10-30 11:45:41 +0100" value="0.02056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 12:11:34 +0100" startDate="2017-10-30 12:00:14 +0100" endDate="2017-10-30 12:10:14 +0100" value="0.31271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 13:16:40 +0100" startDate="2017-10-30 12:10:14 +0100" endDate="2017-10-30 12:11:41 +0100" value="0.0269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 13:16:40 +0100" startDate="2017-10-30 12:47:40 +0100" endDate="2017-10-30 12:53:40 +0100" value="0.00576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 13:16:40 +0100" startDate="2017-10-30 13:02:00 +0100" endDate="2017-10-30 13:10:25 +0100" value="0.06721"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 14:11:36 +0100" startDate="2017-10-30 13:10:25 +0100" endDate="2017-10-30 13:20:23 +0100" value="0.05371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 14:11:36 +0100" startDate="2017-10-30 13:20:23 +0100" endDate="2017-10-30 13:20:46 +0100" value="0.0107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 14:11:36 +0100" startDate="2017-10-30 13:30:20 +0100" endDate="2017-10-30 13:39:54 +0100" value="0.01166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 15:15:50 +0100" startDate="2017-10-30 14:11:10 +0100" endDate="2017-10-30 14:17:15 +0100" value="0.0007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 15:15:50 +0100" startDate="2017-10-30 14:26:32 +0100" endDate="2017-10-30 14:36:31 +0100" value="0.05444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 15:15:50 +0100" startDate="2017-10-30 14:36:31 +0100" endDate="2017-10-30 14:36:44 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 16:27:14 +0100" startDate="2017-10-30 15:15:33 +0100" endDate="2017-10-30 15:22:24 +0100" value="0.023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 16:27:14 +0100" startDate="2017-10-30 15:22:24 +0100" endDate="2017-10-30 15:32:11 +0100" value="0.02433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 16:27:14 +0100" startDate="2017-10-30 15:54:23 +0100" endDate="2017-10-30 16:03:04 +0100" value="0.02821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 17:15:56 +0100" startDate="2017-10-30 16:51:29 +0100" endDate="2017-10-30 17:01:28 +0100" value="0.07435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 17:15:56 +0100" startDate="2017-10-30 17:01:28 +0100" endDate="2017-10-30 17:11:28 +0100" value="0.66902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 18:10:42 +0100" startDate="2017-10-30 17:11:28 +0100" endDate="2017-10-30 17:17:46 +0100" value="0.15448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 18:10:42 +0100" startDate="2017-10-30 17:21:34 +0100" endDate="2017-10-30 17:31:16 +0100" value="0.27738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 18:10:42 +0100" startDate="2017-10-30 17:31:16 +0100" endDate="2017-10-30 17:41:14 +0100" value="0.95945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 18:10:42 +0100" startDate="2017-10-30 17:41:14 +0100" endDate="2017-10-30 17:50:48 +0100" value="0.70952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 18:10:42 +0100" startDate="2017-10-30 17:50:48 +0100" endDate="2017-10-30 18:00:46 +0100" value="0.39907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 19:10:39 +0100" startDate="2017-10-30 18:00:46 +0100" endDate="2017-10-30 18:09:09 +0100" value="0.10967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 20:10:56 +0100" startDate="2017-10-30 19:58:48 +0100" endDate="2017-10-30 20:04:48 +0100" value="0.00384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 21:18:10 +0100" startDate="2017-10-30 20:13:35 +0100" endDate="2017-10-30 20:23:29 +0100" value="0.0206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 21:18:10 +0100" startDate="2017-10-30 20:23:29 +0100" endDate="2017-10-30 20:29:02 +0100" value="0.00847"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 21:18:10 +0100" startDate="2017-10-30 20:34:37 +0100" endDate="2017-10-30 20:41:48 +0100" value="0.03719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 21:18:10 +0100" startDate="2017-10-30 20:43:14 +0100" endDate="2017-10-30 20:53:06 +0100" value="0.02243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 21:18:10 +0100" startDate="2017-10-30 20:53:06 +0100" endDate="2017-10-30 20:53:49 +0100" value="0.01737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 23:11:54 +0100" startDate="2017-10-30 22:39:23 +0100" endDate="2017-10-30 22:49:01 +0100" value="0.02819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 23:11:54 +0100" startDate="2017-10-30 22:49:01 +0100" endDate="2017-10-30 22:59:01 +0100" value="0.72911"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-30 23:11:54 +0100" startDate="2017-10-30 22:59:01 +0100" endDate="2017-10-30 23:08:59 +0100" value="0.6025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 00:17:51 +0100" startDate="2017-10-30 23:08:59 +0100" endDate="2017-10-30 23:16:48 +0100" value="0.00959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 07:11:03 +0100" startDate="2017-10-31 06:58:29 +0100" endDate="2017-10-31 07:05:10 +0100" value="0.01304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 08:15:34 +0100" startDate="2017-10-31 07:05:10 +0100" endDate="2017-10-31 07:14:30 +0100" value="0.00153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 08:15:34 +0100" startDate="2017-10-31 07:14:30 +0100" endDate="2017-10-31 07:21:40 +0100" value="0.23863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 08:15:34 +0100" startDate="2017-10-31 07:27:38 +0100" endDate="2017-10-31 07:34:12 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 11:12:57 +0100" startDate="2017-10-31 10:11:48 +0100" endDate="2017-10-31 10:18:08 +0100" value="0.01371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 11:12:57 +0100" startDate="2017-10-31 10:18:08 +0100" endDate="2017-10-31 10:26:01 +0100" value="0.01762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 11:12:57 +0100" startDate="2017-10-31 10:37:48 +0100" endDate="2017-10-31 10:47:48 +0100" value="0.10581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 11:12:57 +0100" startDate="2017-10-31 10:47:48 +0100" endDate="2017-10-31 10:57:35 +0100" value="0.13577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 11:12:57 +0100" startDate="2017-10-31 10:57:35 +0100" endDate="2017-10-31 11:07:17 +0100" value="0.04784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 12:11:57 +0100" startDate="2017-10-31 11:07:17 +0100" endDate="2017-10-31 11:16:37 +0100" value="0.09544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 12:11:57 +0100" startDate="2017-10-31 11:16:37 +0100" endDate="2017-10-31 11:26:26 +0100" value="0.09856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 12:11:57 +0100" startDate="2017-10-31 11:26:26 +0100" endDate="2017-10-31 11:35:33 +0100" value="0.06942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 12:11:57 +0100" startDate="2017-10-31 11:35:33 +0100" endDate="2017-10-31 11:43:37 +0100" value="0.13771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 12:11:57 +0100" startDate="2017-10-31 11:48:04 +0100" endDate="2017-10-31 11:55:06 +0100" value="0.02401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 16:11:49 +0100" startDate="2017-10-31 15:29:05 +0100" endDate="2017-10-31 15:37:15 +0100" value="0.04973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 16:11:49 +0100" startDate="2017-10-31 15:38:50 +0100" endDate="2017-10-31 15:48:14 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 17:15:24 +0100" startDate="2017-10-31 16:26:45 +0100" endDate="2017-10-31 16:33:23 +0100" value="0.02453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 17:15:24 +0100" startDate="2017-10-31 16:39:19 +0100" endDate="2017-10-31 16:49:19 +0100" value="0.11067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 17:15:24 +0100" startDate="2017-10-31 16:49:19 +0100" endDate="2017-10-31 16:59:17 +0100" value="0.26298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 17:15:24 +0100" startDate="2017-10-31 16:59:17 +0100" endDate="2017-10-31 17:09:17 +0100" value="0.716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 18:10:46 +0100" startDate="2017-10-31 17:09:17 +0100" endDate="2017-10-31 17:19:08 +0100" value="0.55431"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 18:10:46 +0100" startDate="2017-10-31 17:19:08 +0100" endDate="2017-10-31 17:29:06 +0100" value="0.33569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 18:10:46 +0100" startDate="2017-10-31 17:29:06 +0100" endDate="2017-10-31 17:39:04 +0100" value="0.4651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 18:10:46 +0100" startDate="2017-10-31 17:39:04 +0100" endDate="2017-10-31 17:48:59 +0100" value="0.3882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 18:10:46 +0100" startDate="2017-10-31 17:48:59 +0100" endDate="2017-10-31 17:58:55 +0100" value="0.44363"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 18:10:46 +0100" startDate="2017-10-31 17:58:55 +0100" endDate="2017-10-31 18:08:53 +0100" value="0.53796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-10-31 19:18:54 +0100" startDate="2017-10-31 18:08:53 +0100" endDate="2017-10-31 18:09:57 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 11:57:24 +0100" startDate="2017-11-01 10:19:33 +0100" endDate="2017-11-01 10:25:41 +0100" value="0.00138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 11:57:24 +0100" startDate="2017-11-01 10:31:41 +0100" endDate="2017-11-01 10:41:23 +0100" value="0.06821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 11:57:24 +0100" startDate="2017-11-01 10:41:23 +0100" endDate="2017-11-01 10:50:34 +0100" value="0.09034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 11:57:24 +0100" startDate="2017-11-01 10:50:34 +0100" endDate="2017-11-01 11:00:29 +0100" value="0.16611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 11:57:24 +0100" startDate="2017-11-01 11:00:29 +0100" endDate="2017-11-01 11:08:29 +0100" value="0.16621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 11:57:24 +0100" startDate="2017-11-01 11:20:52 +0100" endDate="2017-11-01 11:28:24 +0100" value="0.03041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 12:11:19 +0100" startDate="2017-11-01 11:53:34 +0100" endDate="2017-11-01 12:02:17 +0100" value="0.07751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 12:02:17 +0100" endDate="2017-11-01 12:11:14 +0100" value="0.07656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 12:29:07 +0100" endDate="2017-11-01 12:39:05 +0100" value="0.08679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 12:39:05 +0100" endDate="2017-11-01 12:49:03 +0100" value="0.44649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 12:49:03 +0100" endDate="2017-11-01 12:58:45 +0100" value="0.19002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 12:58:45 +0100" endDate="2017-11-01 13:08:32 +0100" value="0.18708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 13:08:32 +0100" endDate="2017-11-01 13:16:32 +0100" value="0.15606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 13:16:32 +0100" endDate="2017-11-01 13:26:28 +0100" value="0.16357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 13:26:28 +0100" endDate="2017-11-01 13:35:32 +0100" value="0.26724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 13:35:32 +0100" endDate="2017-11-01 13:45:31 +0100" value="0.4084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 14:01:45 +0100" startDate="2017-11-01 13:45:31 +0100" endDate="2017-11-01 13:55:24 +0100" value="0.47839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 14:13:33 +0100" startDate="2017-11-01 13:55:24 +0100" endDate="2017-11-01 14:04:36 +0100" value="0.38816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 16:10:54 +0100" startDate="2017-11-01 15:33:07 +0100" endDate="2017-11-01 15:41:14 +0100" value="0.08827"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 16:10:54 +0100" startDate="2017-11-01 15:41:14 +0100" endDate="2017-11-01 15:49:28 +0100" value="0.05545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 16:10:54 +0100" startDate="2017-11-01 15:49:28 +0100" endDate="2017-11-01 15:53:05 +0100" value="0.01297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 16:10:54 +0100" startDate="2017-11-01 15:55:44 +0100" endDate="2017-11-01 16:02:55 +0100" value="0.06018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 18:11:13 +0100" startDate="2017-11-01 17:19:20 +0100" endDate="2017-11-01 17:29:00 +0100" value="0.04405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 18:11:13 +0100" startDate="2017-11-01 17:29:00 +0100" endDate="2017-11-01 17:32:18 +0100" value="0.03625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 18:11:13 +0100" startDate="2017-11-01 17:39:28 +0100" endDate="2017-11-01 17:46:27 +0100" value="0.01049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-01 19:10:37 +0100" startDate="2017-11-01 18:20:42 +0100" endDate="2017-11-01 18:30:05 +0100" value="0.00936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 06:23:54 +0100" endDate="2017-11-02 06:33:22 +0100" value="0.03358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 06:33:22 +0100" endDate="2017-11-02 06:39:08 +0100" value="0.0344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 06:44:25 +0100" endDate="2017-11-02 06:53:20 +0100" value="0.04882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 06:54:16 +0100" endDate="2017-11-02 07:04:12 +0100" value="0.1319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 07:04:12 +0100" endDate="2017-11-02 07:14:10 +0100" value="0.74783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 07:27:41 +0100" endDate="2017-11-02 07:35:30 +0100" value="0.0438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 07:53:55 +0100" startDate="2017-11-02 07:35:30 +0100" endDate="2017-11-02 07:45:29 +0100" value="0.08427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 08:35:26 +0100" startDate="2017-11-02 07:45:29 +0100" endDate="2017-11-02 07:55:29 +0100" value="0.12266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 08:35:26 +0100" startDate="2017-11-02 07:55:29 +0100" endDate="2017-11-02 08:03:16 +0100" value="0.0937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 08:35:26 +0100" startDate="2017-11-02 08:22:31 +0100" endDate="2017-11-02 08:28:36 +0100" value="0.00539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 10:36:15 +0100" startDate="2017-11-02 09:37:38 +0100" endDate="2017-11-02 09:47:09 +0100" value="0.00573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 10:36:15 +0100" startDate="2017-11-02 09:47:09 +0100" endDate="2017-11-02 09:57:07 +0100" value="0.21322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 10:36:15 +0100" startDate="2017-11-02 09:57:07 +0100" endDate="2017-11-02 10:07:06 +0100" value="0.04471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 10:36:15 +0100" startDate="2017-11-02 10:07:06 +0100" endDate="2017-11-02 10:17:05 +0100" value="0.04745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 10:36:15 +0100" startDate="2017-11-02 10:17:05 +0100" endDate="2017-11-02 10:26:26 +0100" value="0.34594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 11:34:44 +0100" startDate="2017-11-02 10:26:26 +0100" endDate="2017-11-02 10:30:34 +0100" value="0.19615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 11:34:44 +0100" startDate="2017-11-02 11:05:31 +0100" endDate="2017-11-02 11:13:34 +0100" value="0.16824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 11:34:44 +0100" startDate="2017-11-02 11:13:34 +0100" endDate="2017-11-02 11:22:39 +0100" value="0.22272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 11:34:44 +0100" startDate="2017-11-02 11:22:39 +0100" endDate="2017-11-02 11:32:38 +0100" value="0.09993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 12:35:24 +0100" startDate="2017-11-02 11:32:38 +0100" endDate="2017-11-02 11:42:34 +0100" value="0.3233"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 12:35:24 +0100" startDate="2017-11-02 11:42:34 +0100" endDate="2017-11-02 11:47:09 +0100" value="0.07246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 12:35:24 +0100" startDate="2017-11-02 12:05:54 +0100" endDate="2017-11-02 12:15:38 +0100" value="0.19959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 12:35:24 +0100" startDate="2017-11-02 12:15:38 +0100" endDate="2017-11-02 12:22:36 +0100" value="0.54391"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 12:35:24 +0100" startDate="2017-11-02 12:24:45 +0100" endDate="2017-11-02 12:34:45 +0100" value="0.01423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 13:35:33 +0100" startDate="2017-11-02 12:34:45 +0100" endDate="2017-11-02 12:38:14 +0100" value="0.05534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 14:38:53 +0100" startDate="2017-11-02 13:39:25 +0100" endDate="2017-11-02 13:45:38 +0100" value="0.01051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 14:38:53 +0100" startDate="2017-11-02 13:45:38 +0100" endDate="2017-11-02 13:53:42 +0100" value="0.05654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 15:33:34 +0100" startDate="2017-11-02 14:51:36 +0100" endDate="2017-11-02 14:58:20 +0100" value="0.0292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 15:33:34 +0100" startDate="2017-11-02 14:58:20 +0100" endDate="2017-11-02 15:03:43 +0100" value="0.02127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 15:33:34 +0100" startDate="2017-11-02 15:12:29 +0100" endDate="2017-11-02 15:20:59 +0100" value="0.02841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 15:33:34 +0100" startDate="2017-11-02 15:20:59 +0100" endDate="2017-11-02 15:26:14 +0100" value="0.03689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 16:36:16 +0100" startDate="2017-11-02 15:42:47 +0100" endDate="2017-11-02 15:51:38 +0100" value="0.06244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 16:36:16 +0100" startDate="2017-11-02 15:51:38 +0100" endDate="2017-11-02 16:01:10 +0100" value="0.29222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 16:36:16 +0100" startDate="2017-11-02 16:01:10 +0100" endDate="2017-11-02 16:11:08 +0100" value="0.05639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 16:36:16 +0100" startDate="2017-11-02 16:11:08 +0100" endDate="2017-11-02 16:17:43 +0100" value="0.32054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 16:36:16 +0100" startDate="2017-11-02 16:19:34 +0100" endDate="2017-11-02 16:29:33 +0100" value="0.36006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 17:37:06 +0100" startDate="2017-11-02 16:29:33 +0100" endDate="2017-11-02 16:33:02 +0100" value="0.22882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 17:37:06 +0100" startDate="2017-11-02 16:37:39 +0100" endDate="2017-11-02 16:45:29 +0100" value="0.03606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 17:37:06 +0100" startDate="2017-11-02 17:25:18 +0100" endDate="2017-11-02 17:34:45 +0100" value="0.03037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 18:37:54 +0100" startDate="2017-11-02 17:34:45 +0100" endDate="2017-11-02 17:43:55 +0100" value="0.09088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 19:39:01 +0100" startDate="2017-11-02 19:15:41 +0100" endDate="2017-11-02 19:24:59 +0100" value="0.09836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 20:36:02 +0100" startDate="2017-11-02 19:39:50 +0100" endDate="2017-11-02 19:47:15 +0100" value="0.0748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 20:36:02 +0100" startDate="2017-11-02 19:47:15 +0100" endDate="2017-11-02 19:54:56 +0100" value="0.01489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 20:36:02 +0100" startDate="2017-11-02 19:54:56 +0100" endDate="2017-11-02 19:58:10 +0100" value="0.01305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 20:36:02 +0100" startDate="2017-11-02 20:11:42 +0100" endDate="2017-11-02 20:21:39 +0100" value="0.02597"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 20:36:02 +0100" startDate="2017-11-02 20:25:56 +0100" endDate="2017-11-02 20:34:18 +0100" value="0.02513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 21:33:35 +0100" startDate="2017-11-02 20:34:18 +0100" endDate="2017-11-02 20:44:16 +0100" value="0.55991"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 21:33:35 +0100" startDate="2017-11-02 20:44:16 +0100" endDate="2017-11-02 20:54:16 +0100" value="0.91304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 21:33:35 +0100" startDate="2017-11-02 20:54:16 +0100" endDate="2017-11-02 20:59:10 +0100" value="0.1385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 21:33:35 +0100" startDate="2017-11-02 21:03:16 +0100" endDate="2017-11-02 21:12:09 +0100" value="0.02181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-02 23:43:14 +0100" startDate="2017-11-02 22:53:30 +0100" endDate="2017-11-02 22:59:33 +0100" value="0.01242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-03 00:33:39 +0100" startDate="2017-11-03 00:05:51 +0100" endDate="2017-11-03 00:15:17 +0100" value="0.0075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="10.3.3" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:10.3.3, creation date:2017-08-02 04:54:47 +0000&gt;" unit="km" creationDate="2017-11-03 00:33:39 +0100" startDate="2017-11-03 00:15:17 +0100" endDate="2017-11-03 00:25:16 +0100" value="0.94214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 01:33:45 +0100" startDate="2017-11-03 00:25:16 +0100" endDate="2017-11-03 00:34:00 +0100" value="0.58151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 06:36:18 +0100" startDate="2017-11-03 06:16:01 +0100" endDate="2017-11-03 06:24:47 +0100" value="0.01977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 06:36:18 +0100" startDate="2017-11-03 06:24:47 +0100" endDate="2017-11-03 06:34:18 +0100" value="0.01742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 07:37:10 +0100" startDate="2017-11-03 06:43:46 +0100" endDate="2017-11-03 06:50:42 +0100" value="0.03055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 07:37:10 +0100" startDate="2017-11-03 06:50:42 +0100" endDate="2017-11-03 07:00:31 +0100" value="0.06879"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 07:37:10 +0100" startDate="2017-11-03 07:00:31 +0100" endDate="2017-11-03 07:10:29 +0100" value="0.60748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 07:37:10 +0100" startDate="2017-11-03 07:10:29 +0100" endDate="2017-11-03 07:15:25 +0100" value="0.19068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 07:37:10 +0100" startDate="2017-11-03 07:16:17 +0100" endDate="2017-11-03 07:26:09 +0100" value="0.26317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 07:37:10 +0100" startDate="2017-11-03 07:26:09 +0100" endDate="2017-11-03 07:29:59 +0100" value="0.28031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 08:37:04 +0100" startDate="2017-11-03 07:29:59 +0100" endDate="2017-11-03 07:39:57 +0100" value="0.02505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 08:37:04 +0100" startDate="2017-11-03 07:39:57 +0100" endDate="2017-11-03 07:46:48 +0100" value="0.12152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 08:37:04 +0100" startDate="2017-11-03 07:46:48 +0100" endDate="2017-11-03 07:56:15 +0100" value="0.06748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 09:34:41 +0100" startDate="2017-11-03 08:35:42 +0100" endDate="2017-11-03 08:43:41 +0100" value="0.05262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 10:33:43 +0100" startDate="2017-11-03 09:37:12 +0100" endDate="2017-11-03 09:46:19 +0100" value="0.10921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 10:33:43 +0100" startDate="2017-11-03 09:57:30 +0100" endDate="2017-11-03 10:04:41 +0100" value="0.01571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 10:33:43 +0100" startDate="2017-11-03 10:10:18 +0100" endDate="2017-11-03 10:17:57 +0100" value="0.05504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 10:33:43 +0100" startDate="2017-11-03 10:17:57 +0100" endDate="2017-11-03 10:27:53 +0100" value="0.0559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 11:34:20 +0100" startDate="2017-11-03 10:27:53 +0100" endDate="2017-11-03 10:33:09 +0100" value="0.08529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 11:34:20 +0100" startDate="2017-11-03 10:38:39 +0100" endDate="2017-11-03 10:44:49 +0100" value="0.01518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 11:34:20 +0100" startDate="2017-11-03 11:20:39 +0100" endDate="2017-11-03 11:30:39 +0100" value="0.08541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 12:37:01 +0100" startDate="2017-11-03 11:30:39 +0100" endDate="2017-11-03 11:38:37 +0100" value="0.14049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 12:37:01 +0100" startDate="2017-11-03 11:38:37 +0100" endDate="2017-11-03 11:48:35 +0100" value="0.12991"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 12:37:01 +0100" startDate="2017-11-03 11:48:35 +0100" endDate="2017-11-03 11:57:38 +0100" value="0.54349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 12:37:01 +0100" startDate="2017-11-03 11:57:38 +0100" endDate="2017-11-03 12:05:31 +0100" value="0.06738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 12:37:01 +0100" startDate="2017-11-03 12:19:27 +0100" endDate="2017-11-03 12:29:26 +0100" value="0.16639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 13:34:14 +0100" startDate="2017-11-03 12:29:26 +0100" endDate="2017-11-03 12:37:37 +0100" value="0.64684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 13:34:14 +0100" startDate="2017-11-03 12:45:04 +0100" endDate="2017-11-03 12:55:04 +0100" value="0.04844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 13:34:14 +0100" startDate="2017-11-03 12:55:04 +0100" endDate="2017-11-03 12:58:25 +0100" value="0.02069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 13:34:14 +0100" startDate="2017-11-03 13:02:28 +0100" endDate="2017-11-03 13:12:25 +0100" value="0.14748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 13:34:14 +0100" startDate="2017-11-03 13:12:25 +0100" endDate="2017-11-03 13:15:34 +0100" value="0.16803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 15:33:52 +0100" startDate="2017-11-03 14:33:40 +0100" endDate="2017-11-03 14:40:49 +0100" value="0.02265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 15:33:52 +0100" startDate="2017-11-03 14:53:21 +0100" endDate="2017-11-03 14:59:34 +0100" value="0.00538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 15:33:52 +0100" startDate="2017-11-03 15:01:27 +0100" endDate="2017-11-03 15:08:49 +0100" value="0.01783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 15:33:52 +0100" startDate="2017-11-03 15:08:49 +0100" endDate="2017-11-03 15:18:23 +0100" value="0.05625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 15:33:52 +0100" startDate="2017-11-03 15:18:23 +0100" endDate="2017-11-03 15:27:54 +0100" value="0.56536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 16:33:59 +0100" startDate="2017-11-03 15:27:54 +0100" endDate="2017-11-03 15:32:30 +0100" value="0.0306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 16:33:59 +0100" startDate="2017-11-03 15:33:22 +0100" endDate="2017-11-03 15:41:35 +0100" value="0.02601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 16:33:59 +0100" startDate="2017-11-03 15:57:40 +0100" endDate="2017-11-03 16:04:11 +0100" value="0.0092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 16:33:59 +0100" startDate="2017-11-03 16:04:11 +0100" endDate="2017-11-03 16:10:30 +0100" value="0.02098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 17:36:13 +0100" startDate="2017-11-03 16:48:41 +0100" endDate="2017-11-03 16:57:45 +0100" value="0.10017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 21:41:49 +0100" startDate="2017-11-03 20:26:59 +0100" endDate="2017-11-03 20:36:11 +0100" value="0.08508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-03 21:41:49 +0100" startDate="2017-11-03 21:16:03 +0100" endDate="2017-11-03 21:22:11 +0100" value="0.00368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 00:22:31 +0100" startDate="2017-11-03 22:26:56 +0100" endDate="2017-11-03 22:36:55 +0100" value="0.06511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 07:35:33 +0100" startDate="2017-11-04 06:28:22 +0100" endDate="2017-11-04 06:37:26 +0100" value="0.06975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 07:35:33 +0100" startDate="2017-11-04 06:37:26 +0100" endDate="2017-11-04 06:42:23 +0100" value="0.00517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 07:35:33 +0100" startDate="2017-11-04 06:43:35 +0100" endDate="2017-11-04 06:51:20 +0100" value="0.03164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 09:37:05 +0100" startDate="2017-11-04 09:13:25 +0100" endDate="2017-11-04 09:23:07 +0100" value="0.05585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 09:37:05 +0100" startDate="2017-11-04 09:23:07 +0100" endDate="2017-11-04 09:32:56 +0100" value="0.02908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cff570&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 10:35:23 +0100" startDate="2017-11-04 09:47:24 +0100" endDate="2017-11-04 09:53:57 +0100" value="0.00872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 10:35:23 +0100" startDate="2017-11-04 10:03:12 +0100" endDate="2017-11-04 10:12:28 +0100" value="0.0635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 10:35:23 +0100" startDate="2017-11-04 10:12:28 +0100" endDate="2017-11-04 10:17:31 +0100" value="0.0276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 11:33:50 +0100" startDate="2017-11-04 11:20:52 +0100" endDate="2017-11-04 11:30:52 +0100" value="0.0222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 11:30:52 +0100" endDate="2017-11-04 11:39:54 +0100" value="0.17156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 11:39:54 +0100" endDate="2017-11-04 11:47:09 +0100" value="0.07045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 11:47:09 +0100" endDate="2017-11-04 11:56:14 +0100" value="0.08522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 11:56:14 +0100" endDate="2017-11-04 12:06:13 +0100" value="0.12894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 12:06:13 +0100" endDate="2017-11-04 12:12:12 +0100" value="0.07187"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 12:12:12 +0100" endDate="2017-11-04 12:18:26 +0100" value="0.06199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 12:33:43 +0100" startDate="2017-11-04 12:20:33 +0100" endDate="2017-11-04 12:30:30 +0100" value="0.1125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 13:39:26 +0100" startDate="2017-11-04 12:30:30 +0100" endDate="2017-11-04 12:38:27 +0100" value="0.12274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 13:39:26 +0100" startDate="2017-11-04 12:38:27 +0100" endDate="2017-11-04 12:48:26 +0100" value="0.21976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-04 13:39:26 +0100" startDate="2017-11-04 12:48:26 +0100" endDate="2017-11-04 12:51:25 +0100" value="0.05329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 08:24:07 +0100" startDate="2017-11-05 07:41:00 +0100" endDate="2017-11-05 07:51:00 +0100" value="0.0191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 10:22:15 +0100" startDate="2017-11-05 09:53:18 +0100" endDate="2017-11-05 10:00:30 +0100" value="0.05541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 10:22:15 +0100" startDate="2017-11-05 10:00:30 +0100" endDate="2017-11-05 10:06:14 +0100" value="0.07953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 10:22:15 +0100" startDate="2017-11-05 10:08:43 +0100" endDate="2017-11-05 10:17:44 +0100" value="0.06611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 11:26:09 +0100" startDate="2017-11-05 10:17:44 +0100" endDate="2017-11-05 10:21:03 +0100" value="0.03887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 11:26:09 +0100" startDate="2017-11-05 10:32:17 +0100" endDate="2017-11-05 10:41:54 +0100" value="0.04254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 11:26:09 +0100" startDate="2017-11-05 10:41:54 +0100" endDate="2017-11-05 10:48:14 +0100" value="0.09978"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 11:26:09 +0100" startDate="2017-11-05 11:06:20 +0100" endDate="2017-11-05 11:15:01 +0100" value="0.01616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 12:22:15 +0100" startDate="2017-11-05 11:23:53 +0100" endDate="2017-11-05 11:32:52 +0100" value="0.14809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 12:22:15 +0100" startDate="2017-11-05 11:47:42 +0100" endDate="2017-11-05 11:57:29 +0100" value="0.23055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 12:22:15 +0100" startDate="2017-11-05 11:57:29 +0100" endDate="2017-11-05 12:03:05 +0100" value="0.11167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 12:22:15 +0100" startDate="2017-11-05 12:03:05 +0100" endDate="2017-11-05 12:11:40 +0100" value="0.16695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 12:22:15 +0100" startDate="2017-11-05 12:11:40 +0100" endDate="2017-11-05 12:21:29 +0100" value="0.07224"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 13:21:49 +0100" startDate="2017-11-05 12:21:29 +0100" endDate="2017-11-05 12:31:05 +0100" value="0.16782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 13:21:49 +0100" startDate="2017-11-05 12:31:05 +0100" endDate="2017-11-05 12:37:51 +0100" value="0.14442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 13:21:49 +0100" startDate="2017-11-05 12:47:19 +0100" endDate="2017-11-05 12:56:15 +0100" value="0.13672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 15:23:27 +0100" startDate="2017-11-05 14:16:15 +0100" endDate="2017-11-05 14:22:30 +0100" value="0.01265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 16:24:03 +0100" startDate="2017-11-05 16:09:46 +0100" endDate="2017-11-05 16:15:56 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 17:21:52 +0100" startDate="2017-11-05 16:34:40 +0100" endDate="2017-11-05 16:42:22 +0100" value="0.03783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 17:21:52 +0100" startDate="2017-11-05 16:42:22 +0100" endDate="2017-11-05 16:49:07 +0100" value="0.03402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 18:23:09 +0100" startDate="2017-11-05 17:35:55 +0100" endDate="2017-11-05 17:42:08 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 19:26:16 +0100" startDate="2017-11-05 19:14:55 +0100" endDate="2017-11-05 19:24:22 +0100" value="0.01265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 22:09:25 +0100" startDate="2017-11-05 21:30:25 +0100" endDate="2017-11-05 21:37:16 +0100" value="0.04794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-05 22:27:31 +0100" startDate="2017-11-05 22:05:29 +0100" endDate="2017-11-05 22:12:30 +0100" value="0.03437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 07:22:15 +0100" startDate="2017-11-06 06:40:14 +0100" endDate="2017-11-06 06:50:06 +0100" value="0.09931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 07:22:15 +0100" startDate="2017-11-06 06:51:12 +0100" endDate="2017-11-06 06:57:14 +0100" value="0.00441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 08:21:42 +0100" startDate="2017-11-06 07:15:45 +0100" endDate="2017-11-06 07:24:50 +0100" value="0.04458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 08:21:42 +0100" startDate="2017-11-06 07:27:53 +0100" endDate="2017-11-06 07:37:31 +0100" value="0.08548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 08:21:42 +0100" startDate="2017-11-06 07:37:31 +0100" endDate="2017-11-06 07:46:49 +0100" value="0.70949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 08:21:42 +0100" startDate="2017-11-06 07:46:49 +0100" endDate="2017-11-06 07:50:41 +0100" value="0.01124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 08:21:42 +0100" startDate="2017-11-06 07:56:54 +0100" endDate="2017-11-06 08:06:43 +0100" value="0.05118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 09:25:48 +0100" startDate="2017-11-06 08:49:32 +0100" endDate="2017-11-06 08:59:19 +0100" value="0.08025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 09:25:48 +0100" startDate="2017-11-06 08:59:19 +0100" endDate="2017-11-06 09:00:25 +0100" value="0.03421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 12:23:45 +0100" startDate="2017-11-06 11:44:34 +0100" endDate="2017-11-06 11:54:33 +0100" value="0.07924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 12:23:45 +0100" startDate="2017-11-06 11:54:33 +0100" endDate="2017-11-06 12:00:52 +0100" value="0.06388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 13:27:36 +0100" startDate="2017-11-06 12:18:31 +0100" endDate="2017-11-06 12:26:01 +0100" value="0.04211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 13:27:36 +0100" startDate="2017-11-06 12:26:01 +0100" endDate="2017-11-06 12:36:00 +0100" value="0.24755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 13:27:36 +0100" startDate="2017-11-06 12:36:00 +0100" endDate="2017-11-06 12:45:57 +0100" value="0.08463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 13:27:36 +0100" startDate="2017-11-06 12:45:57 +0100" endDate="2017-11-06 12:46:51 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 13:27:36 +0100" startDate="2017-11-06 13:05:18 +0100" endDate="2017-11-06 13:15:17 +0100" value="0.16225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 13:27:36 +0100" startDate="2017-11-06 13:15:17 +0100" endDate="2017-11-06 13:20:05 +0100" value="0.20524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 14:27:28 +0100" startDate="2017-11-06 14:02:59 +0100" endDate="2017-11-06 14:10:46 +0100" value="0.02527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 14:27:28 +0100" startDate="2017-11-06 14:10:46 +0100" endDate="2017-11-06 14:20:45 +0100" value="0.0803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 15:24:32 +0100" startDate="2017-11-06 14:20:45 +0100" endDate="2017-11-06 14:30:43 +0100" value="0.33194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 15:24:32 +0100" startDate="2017-11-06 14:30:43 +0100" endDate="2017-11-06 14:36:15 +0100" value="0.32882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 15:24:32 +0100" startDate="2017-11-06 15:03:50 +0100" endDate="2017-11-06 15:10:03 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 16:24:18 +0100" startDate="2017-11-06 15:18:05 +0100" endDate="2017-11-06 15:26:13 +0100" value="0.03676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 16:24:18 +0100" startDate="2017-11-06 15:26:13 +0100" endDate="2017-11-06 15:28:43 +0100" value="0.02989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 16:24:18 +0100" startDate="2017-11-06 15:39:42 +0100" endDate="2017-11-06 15:49:41 +0100" value="0.03637"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 16:24:18 +0100" startDate="2017-11-06 15:49:41 +0100" endDate="2017-11-06 15:57:40 +0100" value="0.08994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 17:23:15 +0100" startDate="2017-11-06 16:22:00 +0100" endDate="2017-11-06 16:29:59 +0100" value="0.05795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 17:23:15 +0100" startDate="2017-11-06 16:29:59 +0100" endDate="2017-11-06 16:37:37 +0100" value="0.25837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 17:23:15 +0100" startDate="2017-11-06 16:37:37 +0100" endDate="2017-11-06 16:47:36 +0100" value="0.44191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 17:23:15 +0100" startDate="2017-11-06 16:47:36 +0100" endDate="2017-11-06 16:55:38 +0100" value="0.1788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 17:23:15 +0100" startDate="2017-11-06 16:57:07 +0100" endDate="2017-11-06 17:04:36 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 18:23:39 +0100" startDate="2017-11-06 17:19:20 +0100" endDate="2017-11-06 17:23:14 +0100" value="0.01149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 19:23:55 +0100" startDate="2017-11-06 18:41:06 +0100" endDate="2017-11-06 18:48:12 +0100" value="0.01709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 19:23:55 +0100" startDate="2017-11-06 18:48:12 +0100" endDate="2017-11-06 18:56:38 +0100" value="0.07055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 19:23:55 +0100" startDate="2017-11-06 18:58:24 +0100" endDate="2017-11-06 19:06:04 +0100" value="0.03865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 20:30:10 +0100" startDate="2017-11-06 19:49:37 +0100" endDate="2017-11-06 19:56:08 +0100" value="0.02084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 20:30:10 +0100" startDate="2017-11-06 19:56:08 +0100" endDate="2017-11-06 20:04:36 +0100" value="0.15023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 20:30:10 +0100" startDate="2017-11-06 20:05:59 +0100" endDate="2017-11-06 20:15:45 +0100" value="0.00916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 20:30:10 +0100" startDate="2017-11-06 20:15:45 +0100" endDate="2017-11-06 20:20:20 +0100" value="0.01408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 21:27:39 +0100" startDate="2017-11-06 20:35:09 +0100" endDate="2017-11-06 20:41:40 +0100" value="0.0048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 22:23:41 +0100" startDate="2017-11-06 21:22:55 +0100" endDate="2017-11-06 21:29:39 +0100" value="0.00878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 22:23:41 +0100" startDate="2017-11-06 21:55:02 +0100" endDate="2017-11-06 22:01:15 +0100" value="0.00838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-06 23:22:43 +0100" startDate="2017-11-06 23:07:16 +0100" endDate="2017-11-06 23:15:59 +0100" value="0.04226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 00:22:55 +0100" startDate="2017-11-06 23:15:59 +0100" endDate="2017-11-06 23:20:47 +0100" value="0.09617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 07:15:35 +0100" endDate="2017-11-07 07:22:44 +0100" value="0.03717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 07:22:44 +0100" endDate="2017-11-07 07:27:42 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 07:28:43 +0100" endDate="2017-11-07 07:35:13 +0100" value="0.01176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 07:44:46 +0100" endDate="2017-11-07 07:53:01 +0100" value="0.04517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 07:53:01 +0100" endDate="2017-11-07 08:02:01 +0100" value="0.07303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 08:02:01 +0100" endDate="2017-11-07 08:11:58 +0100" value="0.52979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 08:22:05 +0100" startDate="2017-11-07 08:11:58 +0100" endDate="2017-11-07 08:15:08 +0100" value="0.15673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 10:21:48 +0100" startDate="2017-11-07 09:18:31 +0100" endDate="2017-11-07 09:26:48 +0100" value="0.05068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 10:21:48 +0100" startDate="2017-11-07 09:26:48 +0100" endDate="2017-11-07 09:33:42 +0100" value="0.23198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 10:21:48 +0100" startDate="2017-11-07 09:33:42 +0100" endDate="2017-11-07 09:38:38 +0100" value="0.00538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 10:21:48 +0100" startDate="2017-11-07 09:51:06 +0100" endDate="2017-11-07 10:01:04 +0100" value="0.34286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 10:21:48 +0100" startDate="2017-11-07 10:01:04 +0100" endDate="2017-11-07 10:04:23 +0100" value="0.15663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 11:22:48 +0100" startDate="2017-11-07 10:22:24 +0100" endDate="2017-11-07 10:28:55 +0100" value="0.00708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 11:22:48 +0100" startDate="2017-11-07 10:36:42 +0100" endDate="2017-11-07 10:46:40 +0100" value="0.25728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 11:22:48 +0100" startDate="2017-11-07 10:46:40 +0100" endDate="2017-11-07 10:55:47 +0100" value="0.13245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 11:22:48 +0100" startDate="2017-11-07 10:55:47 +0100" endDate="2017-11-07 10:59:08 +0100" value="0.00819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 11:22:48 +0100" startDate="2017-11-07 11:03:01 +0100" endDate="2017-11-07 11:13:01 +0100" value="0.32532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 12:28:14 +0100" startDate="2017-11-07 11:13:01 +0100" endDate="2017-11-07 11:18:00 +0100" value="0.0729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 12:28:14 +0100" startDate="2017-11-07 11:19:06 +0100" endDate="2017-11-07 11:29:05 +0100" value="0.1558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 12:28:14 +0100" startDate="2017-11-07 11:29:05 +0100" endDate="2017-11-07 11:38:20 +0100" value="0.54972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 12:28:14 +0100" startDate="2017-11-07 11:38:20 +0100" endDate="2017-11-07 11:45:00 +0100" value="0.05168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 12:28:14 +0100" startDate="2017-11-07 11:59:15 +0100" endDate="2017-11-07 12:09:12 +0100" value="0.17834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 12:28:14 +0100" startDate="2017-11-07 12:09:12 +0100" endDate="2017-11-07 12:19:01 +0100" value="0.60878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 13:23:13 +0100" startDate="2017-11-07 12:19:01 +0100" endDate="2017-11-07 12:28:14 +0100" value="0.04956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 13:23:13 +0100" startDate="2017-11-07 12:28:14 +0100" endDate="2017-11-07 12:32:01 +0100" value="0.01163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 13:23:13 +0100" startDate="2017-11-07 12:44:23 +0100" endDate="2017-11-07 12:53:53 +0100" value="0.04814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 13:23:13 +0100" startDate="2017-11-07 12:53:53 +0100" endDate="2017-11-07 13:02:45 +0100" value="0.07292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 13:23:13 +0100" startDate="2017-11-07 13:07:51 +0100" endDate="2017-11-07 13:14:39 +0100" value="0.03476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 14:22:19 +0100" startDate="2017-11-07 13:59:32 +0100" endDate="2017-11-07 14:09:06 +0100" value="0.0356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 15:30:53 +0100" startDate="2017-11-07 14:19:40 +0100" endDate="2017-11-07 14:27:35 +0100" value="0.11086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 15:30:53 +0100" startDate="2017-11-07 14:50:11 +0100" endDate="2017-11-07 14:58:59 +0100" value="0.11247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 15:30:53 +0100" startDate="2017-11-07 14:58:59 +0100" endDate="2017-11-07 15:03:06 +0100" value="0.02997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 17:25:24 +0100" startDate="2017-11-07 16:36:08 +0100" endDate="2017-11-07 16:46:08 +0100" value="0.38104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 17:25:24 +0100" startDate="2017-11-07 16:46:08 +0100" endDate="2017-11-07 16:51:30 +0100" value="0.29208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 17:25:24 +0100" startDate="2017-11-07 16:59:08 +0100" endDate="2017-11-07 17:08:37 +0100" value="0.1689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 18:25:17 +0100" startDate="2017-11-07 17:35:26 +0100" endDate="2017-11-07 17:45:24 +0100" value="0.13777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 18:25:17 +0100" startDate="2017-11-07 17:45:24 +0100" endDate="2017-11-07 17:48:50 +0100" value="0.11075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 20:25:23 +0100" startDate="2017-11-07 19:21:54 +0100" endDate="2017-11-07 19:28:25 +0100" value="0.00141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 20:25:23 +0100" startDate="2017-11-07 19:31:58 +0100" endDate="2017-11-07 19:41:57 +0100" value="0.21423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 20:25:23 +0100" startDate="2017-11-07 19:41:57 +0100" endDate="2017-11-07 19:50:57 +0100" value="0.2732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 20:25:23 +0100" startDate="2017-11-07 20:06:03 +0100" endDate="2017-11-07 20:16:02 +0100" value="0.23695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 21:25:39 +0100" startDate="2017-11-07 20:16:02 +0100" endDate="2017-11-07 20:16:33 +0100" value="0.01287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-07 23:25:22 +0100" startDate="2017-11-07 22:39:37 +0100" endDate="2017-11-07 22:47:50 +0100" value="0.01017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 08:21:56 +0100" startDate="2017-11-08 07:21:57 +0100" endDate="2017-11-08 07:28:43 +0100" value="0.03929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 08:21:56 +0100" startDate="2017-11-08 07:31:13 +0100" endDate="2017-11-08 07:38:22 +0100" value="0.02486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 08:21:56 +0100" startDate="2017-11-08 07:47:16 +0100" endDate="2017-11-08 07:54:48 +0100" value="0.03368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 08:21:56 +0100" startDate="2017-11-08 07:57:55 +0100" endDate="2017-11-08 08:07:52 +0100" value="0.0884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 08:21:56 +0100" startDate="2017-11-08 08:07:52 +0100" endDate="2017-11-08 08:17:15 +0100" value="0.72411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 09:23:06 +0100" startDate="2017-11-08 08:17:15 +0100" endDate="2017-11-08 08:23:04 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 10:25:43 +0100" startDate="2017-11-08 09:47:13 +0100" endDate="2017-11-08 09:53:25 +0100" value="0.00453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 11:22:45 +0100" startDate="2017-11-08 10:28:09 +0100" endDate="2017-11-08 10:34:47 +0100" value="0.00614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 12:23:20 +0100" startDate="2017-11-08 11:27:38 +0100" endDate="2017-11-08 11:37:07 +0100" value="0.06713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 12:23:20 +0100" startDate="2017-11-08 11:37:07 +0100" endDate="2017-11-08 11:47:06 +0100" value="0.42055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 12:23:20 +0100" startDate="2017-11-08 11:47:06 +0100" endDate="2017-11-08 11:56:39 +0100" value="0.39117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 12:23:20 +0100" startDate="2017-11-08 12:10:36 +0100" endDate="2017-11-08 12:20:35 +0100" value="0.23317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 13:22:52 +0100" startDate="2017-11-08 12:20:35 +0100" endDate="2017-11-08 12:29:17 +0100" value="0.573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 14:21:48 +0100" startDate="2017-11-08 13:20:29 +0100" endDate="2017-11-08 13:26:46 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 14:21:48 +0100" startDate="2017-11-08 13:29:22 +0100" endDate="2017-11-08 13:39:01 +0100" value="0.0598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 14:21:48 +0100" startDate="2017-11-08 13:39:01 +0100" endDate="2017-11-08 13:40:18 +0100" value="0.01536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 14:21:48 +0100" startDate="2017-11-08 13:43:33 +0100" endDate="2017-11-08 13:53:30 +0100" value="0.33155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 14:21:48 +0100" startDate="2017-11-08 13:53:30 +0100" endDate="2017-11-08 14:00:30 +0100" value="0.2695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 15:21:50 +0100" startDate="2017-11-08 14:25:37 +0100" endDate="2017-11-08 14:35:36 +0100" value="0.20548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 15:21:50 +0100" startDate="2017-11-08 14:35:36 +0100" endDate="2017-11-08 14:42:18 +0100" value="0.36886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 15:21:50 +0100" startDate="2017-11-08 14:58:53 +0100" endDate="2017-11-08 15:08:38 +0100" value="0.09892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 16:24:41 +0100" startDate="2017-11-08 15:43:58 +0100" endDate="2017-11-08 15:50:13 +0100" value="0.01846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 16:24:41 +0100" startDate="2017-11-08 16:06:39 +0100" endDate="2017-11-08 16:15:22 +0100" value="0.01668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 17:24:43 +0100" startDate="2017-11-08 16:15:22 +0100" endDate="2017-11-08 16:20:58 +0100" value="0.10752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 17:24:43 +0100" startDate="2017-11-08 16:22:39 +0100" endDate="2017-11-08 16:31:22 +0100" value="0.05584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 17:24:43 +0100" startDate="2017-11-08 16:31:22 +0100" endDate="2017-11-08 16:36:07 +0100" value="0.16073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 17:24:43 +0100" startDate="2017-11-08 16:36:07 +0100" endDate="2017-11-08 16:46:05 +0100" value="0.36981"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 17:24:43 +0100" startDate="2017-11-08 16:46:05 +0100" endDate="2017-11-08 16:48:13 +0100" value="0.0944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 18:42:18 +0100" startDate="2017-11-08 17:37:28 +0100" endDate="2017-11-08 17:47:28 +0100" value="0.1491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 18:42:18 +0100" startDate="2017-11-08 17:47:28 +0100" endDate="2017-11-08 17:53:59 +0100" value="0.37433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 18:42:18 +0100" startDate="2017-11-08 18:13:35 +0100" endDate="2017-11-08 18:21:38 +0100" value="0.02079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 18:42:18 +0100" startDate="2017-11-08 18:21:38 +0100" endDate="2017-11-08 18:27:00 +0100" value="0.02633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 19:25:58 +0100" startDate="2017-11-08 18:48:47 +0100" endDate="2017-11-08 18:58:46 +0100" value="0.04438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 19:25:58 +0100" startDate="2017-11-08 18:58:46 +0100" endDate="2017-11-08 19:08:43 +0100" value="0.33409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 20:27:59 +0100" startDate="2017-11-08 19:20:15 +0100" endDate="2017-11-08 19:28:35 +0100" value="0.14786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 21:21:58 +0100" startDate="2017-11-08 20:40:45 +0100" endDate="2017-11-08 20:49:30 +0100" value="0.11231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 21:21:58 +0100" startDate="2017-11-08 20:56:02 +0100" endDate="2017-11-08 21:02:37 +0100" value="0.00639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 21:21:58 +0100" startDate="2017-11-08 21:05:32 +0100" endDate="2017-11-08 21:15:32 +0100" value="0.26624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 22:24:15 +0100" startDate="2017-11-08 21:15:32 +0100" endDate="2017-11-08 21:20:23 +0100" value="0.02784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-08 22:24:15 +0100" startDate="2017-11-08 21:45:27 +0100" endDate="2017-11-08 21:51:35 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 08:21:58 +0100" startDate="2017-11-09 07:14:16 +0100" endDate="2017-11-09 07:20:29 +0100" value="0.01454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 08:21:58 +0100" startDate="2017-11-09 07:20:29 +0100" endDate="2017-11-09 07:26:29 +0100" value="0.01806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 08:21:58 +0100" startDate="2017-11-09 07:54:44 +0100" endDate="2017-11-09 08:01:58 +0100" value="0.05307"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 08:21:58 +0100" startDate="2017-11-09 08:02:44 +0100" endDate="2017-11-09 08:12:43 +0100" value="0.11449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 09:22:14 +0100" startDate="2017-11-09 08:12:43 +0100" endDate="2017-11-09 08:22:07 +0100" value="0.66996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 09:22:14 +0100" startDate="2017-11-09 08:22:07 +0100" endDate="2017-11-09 08:26:02 +0100" value="0.02395"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 10:21:46 +0100" startDate="2017-11-09 09:42:36 +0100" endDate="2017-11-09 09:49:45 +0100" value="0.03679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 10:21:46 +0100" startDate="2017-11-09 09:51:32 +0100" endDate="2017-11-09 10:01:04 +0100" value="0.26576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 10:21:46 +0100" startDate="2017-11-09 10:06:25 +0100" endDate="2017-11-09 10:16:17 +0100" value="0.22551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 11:21:53 +0100" startDate="2017-11-09 10:16:17 +0100" endDate="2017-11-09 10:26:04 +0100" value="0.41742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 11:21:53 +0100" startDate="2017-11-09 10:26:04 +0100" endDate="2017-11-09 10:29:23 +0100" value="0.02802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 11:21:53 +0100" startDate="2017-11-09 10:32:59 +0100" endDate="2017-11-09 10:39:12 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 12:21:54 +0100" startDate="2017-11-09 11:24:21 +0100" endDate="2017-11-09 11:30:26 +0100" value="0.00736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 12:21:54 +0100" startDate="2017-11-09 11:35:21 +0100" endDate="2017-11-09 11:45:21 +0100" value="0.04656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 12:21:54 +0100" startDate="2017-11-09 11:45:21 +0100" endDate="2017-11-09 11:54:41 +0100" value="0.25603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 12:21:54 +0100" startDate="2017-11-09 11:54:41 +0100" endDate="2017-11-09 12:01:37 +0100" value="0.52528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 12:21:54 +0100" startDate="2017-11-09 12:02:48 +0100" endDate="2017-11-09 12:08:53 +0100" value="0.00061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 13:26:49 +0100" startDate="2017-11-09 13:05:39 +0100" endDate="2017-11-09 13:15:31 +0100" value="0.44278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 13:26:49 +0100" startDate="2017-11-09 13:15:31 +0100" endDate="2017-11-09 13:21:05 +0100" value="0.33498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 14:23:28 +0100" startDate="2017-11-09 13:41:23 +0100" endDate="2017-11-09 13:51:23 +0100" value="0.1117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 14:23:28 +0100" startDate="2017-11-09 13:51:23 +0100" endDate="2017-11-09 13:58:58 +0100" value="0.04254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 14:23:28 +0100" startDate="2017-11-09 13:58:58 +0100" endDate="2017-11-09 14:07:15 +0100" value="0.07705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 16:23:29 +0100" startDate="2017-11-09 15:20:13 +0100" endDate="2017-11-09 15:26:41 +0100" value="0.01586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 16:23:29 +0100" startDate="2017-11-09 16:10:40 +0100" endDate="2017-11-09 16:17:13 +0100" value="0.01879"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 17:21:55 +0100" startDate="2017-11-09 16:17:13 +0100" endDate="2017-11-09 16:27:11 +0100" value="0.07611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 17:21:55 +0100" startDate="2017-11-09 16:27:11 +0100" endDate="2017-11-09 16:30:57 +0100" value="0.02969"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 17:21:55 +0100" startDate="2017-11-09 16:40:42 +0100" endDate="2017-11-09 16:50:41 +0100" value="0.29606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 17:21:55 +0100" startDate="2017-11-09 16:50:41 +0100" endDate="2017-11-09 17:00:40 +0100" value="0.42113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 17:21:55 +0100" startDate="2017-11-09 17:00:40 +0100" endDate="2017-11-09 17:03:26 +0100" value="0.00536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 17:21:55 +0100" startDate="2017-11-09 17:08:54 +0100" endDate="2017-11-09 17:15:52 +0100" value="0.00542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 18:24:40 +0100" startDate="2017-11-09 17:23:22 +0100" endDate="2017-11-09 17:29:55 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 20:24:32 +0100" startDate="2017-11-09 19:24:39 +0100" endDate="2017-11-09 19:30:52 +0100" value="0.0016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 20:24:32 +0100" startDate="2017-11-09 19:45:39 +0100" endDate="2017-11-09 19:51:57 +0100" value="0.00707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 20:24:32 +0100" startDate="2017-11-09 19:51:57 +0100" endDate="2017-11-09 20:01:54 +0100" value="0.04781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 20:24:32 +0100" startDate="2017-11-09 20:01:54 +0100" endDate="2017-11-09 20:05:38 +0100" value="0.04449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd130&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-09 21:21:50 +0100" startDate="2017-11-09 20:19:36 +0100" endDate="2017-11-09 20:26:19 +0100" value="0.00148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 03:28:31 +0100" startDate="2017-11-10 02:23:31 +0100" endDate="2017-11-10 02:29:49 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 08:24:56 +0100" startDate="2017-11-10 07:27:14 +0100" endDate="2017-11-10 07:37:14 +0100" value="0.05557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 08:24:56 +0100" startDate="2017-11-10 07:48:21 +0100" endDate="2017-11-10 07:58:18 +0100" value="0.03202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 08:24:56 +0100" startDate="2017-11-10 07:58:18 +0100" endDate="2017-11-10 08:07:27 +0100" value="0.19257"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 08:24:56 +0100" startDate="2017-11-10 08:07:27 +0100" endDate="2017-11-10 08:17:25 +0100" value="0.86394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 09:28:25 +0100" startDate="2017-11-10 08:17:25 +0100" endDate="2017-11-10 08:27:24 +0100" value="0.88691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 09:28:25 +0100" startDate="2017-11-10 08:27:24 +0100" endDate="2017-11-10 08:35:18 +0100" value="0.28425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 09:28:25 +0100" startDate="2017-11-10 08:42:39 +0100" endDate="2017-11-10 08:52:39 +0100" value="0.16483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 09:28:25 +0100" startDate="2017-11-10 08:52:39 +0100" endDate="2017-11-10 09:02:38 +0100" value="0.88179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 09:28:25 +0100" startDate="2017-11-10 09:02:38 +0100" endDate="2017-11-10 09:11:53 +0100" value="0.09071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 10:22:38 +0100" startDate="2017-11-10 09:23:40 +0100" endDate="2017-11-10 09:33:32 +0100" value="0.32165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 10:22:38 +0100" startDate="2017-11-10 09:33:32 +0100" endDate="2017-11-10 09:36:15 +0100" value="0.04691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 11:25:27 +0100" startDate="2017-11-10 10:13:48 +0100" endDate="2017-11-10 10:23:48 +0100" value="0.25241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 11:25:27 +0100" startDate="2017-11-10 10:23:48 +0100" endDate="2017-11-10 10:27:40 +0100" value="0.06331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 11:25:27 +0100" startDate="2017-11-10 10:28:38 +0100" endDate="2017-11-10 10:35:19 +0100" value="0.03323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 11:25:27 +0100" startDate="2017-11-10 10:56:13 +0100" endDate="2017-11-10 11:05:20 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 12:22:50 +0100" startDate="2017-11-10 11:26:09 +0100" endDate="2017-11-10 11:33:38 +0100" value="0.02699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 12:22:50 +0100" startDate="2017-11-10 11:33:38 +0100" endDate="2017-11-10 11:43:38 +0100" value="0.37342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 12:22:50 +0100" startDate="2017-11-10 11:43:38 +0100" endDate="2017-11-10 11:52:46 +0100" value="0.1619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 12:22:50 +0100" startDate="2017-11-10 11:53:46 +0100" endDate="2017-11-10 12:01:15 +0100" value="0.02362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 12:22:50 +0100" startDate="2017-11-10 12:04:15 +0100" endDate="2017-11-10 12:12:00 +0100" value="0.02459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 13:26:45 +0100" startDate="2017-11-10 12:25:35 +0100" endDate="2017-11-10 12:35:34 +0100" value="0.0764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 13:26:45 +0100" startDate="2017-11-10 12:35:34 +0100" endDate="2017-11-10 12:44:14 +0100" value="0.608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 13:26:45 +0100" startDate="2017-11-10 12:44:14 +0100" endDate="2017-11-10 12:48:42 +0100" value="0.05513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 13:26:45 +0100" startDate="2017-11-10 12:51:34 +0100" endDate="2017-11-10 12:59:58 +0100" value="0.07153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 13:26:45 +0100" startDate="2017-11-10 13:04:12 +0100" endDate="2017-11-10 13:10:43 +0100" value="0.00832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-10 13:26:45 +0100" startDate="2017-11-10 13:12:00 +0100" endDate="2017-11-10 13:20:17 +0100" value="0.06438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 12:57:52 +0100" endDate="2017-11-10 13:05:06 +0100" value="0.03651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 13:05:06 +0100" endDate="2017-11-10 13:14:40 +0100" value="0.04558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 13:14:40 +0100" endDate="2017-11-10 13:24:00 +0100" value="0.60547"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 13:24:00 +0100" endDate="2017-11-10 13:26:13 +0100" value="0.01155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 13:31:11 +0100" endDate="2017-11-10 13:40:30 +0100" value="0.15918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 13:40:30 +0100" endDate="2017-11-10 13:50:30 +0100" value="0.14106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 13:50:30 +0100" endDate="2017-11-10 13:50:37 +0100" value="0.00042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 14:56:01 +0100" endDate="2017-11-10 15:06:00 +0100" value="0.11078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 15:06:00 +0100" endDate="2017-11-10 15:08:04 +0100" value="0.03855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 15:14:06 +0100" endDate="2017-11-10 15:23:12 +0100" value="0.08932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 15:25:33 +0100" endDate="2017-11-10 15:33:36 +0100" value="0.03761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 17:29:56 +0100" endDate="2017-11-10 17:39:25 +0100" value="0.13378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 17:42:19 +0100" endDate="2017-11-10 17:50:22 +0100" value="0.01296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 17:50:22 +0100" endDate="2017-11-10 18:00:07 +0100" value="0.14093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 18:00:07 +0100" endDate="2017-11-10 18:08:34 +0100" value="0.13751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 18:08:34 +0100" endDate="2017-11-10 18:16:33 +0100" value="0.14984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 18:22:46 +0100" endDate="2017-11-10 18:32:43 +0100" value="0.05358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 18:32:43 +0100" endDate="2017-11-10 18:37:57 +0100" value="0.06056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 20:14:09 +0100" endDate="2017-11-10 20:24:06 +0100" value="0.38153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 20:24:06 +0100" endDate="2017-11-10 20:34:05 +0100" value="0.78785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 20:34:05 +0100" endDate="2017-11-10 20:44:04 +0100" value="0.69719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 20:44:04 +0100" endDate="2017-11-10 20:47:53 +0100" value="0.06663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 21:58:58 +0100" endDate="2017-11-10 22:08:57 +0100" value="0.05007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 22:08:57 +0100" endDate="2017-11-10 22:18:56 +0100" value="0.17321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 22:18:56 +0100" endDate="2017-11-10 22:25:58 +0100" value="0.21055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 22:27:45 +0100" endDate="2017-11-10 22:36:57 +0100" value="0.09478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 22:36:57 +0100" endDate="2017-11-10 22:46:56 +0100" value="0.01826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 22:46:56 +0100" endDate="2017-11-10 22:55:45 +0100" value="0.05822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 22:55:45 +0100" endDate="2017-11-10 23:05:43 +0100" value="0.0816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 23:05:43 +0100" endDate="2017-11-10 23:15:36 +0100" value="0.48502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 23:15:36 +0100" endDate="2017-11-10 23:25:24 +0100" value="0.49213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 23:25:24 +0100" endDate="2017-11-10 23:35:23 +0100" value="0.22474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 23:35:23 +0100" endDate="2017-11-10 23:37:26 +0100" value="0.03521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-10 23:53:56 +0100" endDate="2017-11-11 00:03:55 +0100" value="0.08176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 00:03:55 +0100" endDate="2017-11-11 00:13:55 +0100" value="0.37625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 00:13:55 +0100" endDate="2017-11-11 00:23:04 +0100" value="0.23148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 00:23:04 +0100" endDate="2017-11-11 00:32:31 +0100" value="0.13655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 00:32:31 +0100" endDate="2017-11-11 00:41:41 +0100" value="0.08122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 00:41:41 +0100" endDate="2017-11-11 00:51:11 +0100" value="0.11902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 00:51:11 +0100" endDate="2017-11-11 01:01:09 +0100" value="0.23618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 01:01:09 +0100" endDate="2017-11-11 01:11:07 +0100" value="0.20519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 01:11:07 +0100" endDate="2017-11-11 01:20:07 +0100" value="0.15495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 01:20:07 +0100" endDate="2017-11-11 01:29:43 +0100" value="0.11011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 01:30:07 +0100" endDate="2017-11-11 01:40:04 +0100" value="0.08827"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 01:40:04 +0100" endDate="2017-11-11 01:50:03 +0100" value="0.28524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 01:50:03 +0100" endDate="2017-11-11 02:00:02 +0100" value="0.20573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:00:02 +0100" endDate="2017-11-11 02:09:47 +0100" value="0.2293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:09:47 +0100" endDate="2017-11-11 02:19:46 +0100" value="0.11101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:19:46 +0100" endDate="2017-11-11 02:29:44 +0100" value="0.27605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:29:44 +0100" endDate="2017-11-11 02:39:12 +0100" value="0.20504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:39:12 +0100" endDate="2017-11-11 02:49:07 +0100" value="0.20407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:49:07 +0100" endDate="2017-11-11 02:58:37 +0100" value="0.09009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 02:58:37 +0100" endDate="2017-11-11 03:06:58 +0100" value="0.10622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 03:06:58 +0100" endDate="2017-11-11 03:11:59 +0100" value="0.1012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 03:11:59 +0100" endDate="2017-11-11 03:18:59 +0100" value="0.02602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 03:18:59 +0100" endDate="2017-11-11 03:28:50 +0100" value="0.14019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 03:28:50 +0100" endDate="2017-11-11 03:37:58 +0100" value="0.19812"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 03:38:15 +0100" endDate="2017-11-11 03:48:15 +0100" value="0.04945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 03:48:15 +0100" endDate="2017-11-11 03:55:22 +0100" value="0.24009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 04:09:44 +0100" endDate="2017-11-11 04:19:44 +0100" value="0.21095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 04:19:44 +0100" endDate="2017-11-11 04:24:07 +0100" value="0.12802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 04:26:06 +0100" endDate="2017-11-11 04:36:06 +0100" value="0.37304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 04:36:06 +0100" endDate="2017-11-11 04:40:14 +0100" value="0.06143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 06:04:08 +0100" endDate="2017-11-11 06:10:28 +0100" value="0.00964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 06:33:13 +0100" endDate="2017-11-11 06:41:20 +0100" value="0.02907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 07:24:34 +0100" endDate="2017-11-11 07:32:56 +0100" value="0.02008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 08:11:28 +0100" endDate="2017-11-11 08:21:27 +0100" value="0.21867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 08:21:27 +0100" endDate="2017-11-11 08:27:34 +0100" value="0.01988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 08:29:16 +0100" endDate="2017-11-11 08:37:49 +0100" value="0.15046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 09:02:18 +0100" endDate="2017-11-11 09:09:14 +0100" value="0.0045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:13:08 +0100" startDate="2017-11-11 09:16:32 +0100" endDate="2017-11-11 09:25:22 +0100" value="0.05767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 10:27:28 +0100" startDate="2017-11-11 10:05:36 +0100" endDate="2017-11-11 10:12:24 +0100" value="0.03222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 14:23:28 +0100" startDate="2017-11-11 14:10:42 +0100" endDate="2017-11-11 14:17:59 +0100" value="0.02126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 15:22:58 +0100" startDate="2017-11-11 14:17:59 +0100" endDate="2017-11-11 14:23:41 +0100" value="0.04499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 15:22:58 +0100" startDate="2017-11-11 14:29:45 +0100" endDate="2017-11-11 14:37:14 +0100" value="0.03688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 15:22:58 +0100" startDate="2017-11-11 14:45:59 +0100" endDate="2017-11-11 14:55:38 +0100" value="0.04664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 15:22:58 +0100" startDate="2017-11-11 14:55:38 +0100" endDate="2017-11-11 15:05:37 +0100" value="0.12114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 15:22:58 +0100" startDate="2017-11-11 15:05:37 +0100" endDate="2017-11-11 15:07:30 +0100" value="0.01966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 16:23:50 +0100" startDate="2017-11-11 15:52:49 +0100" endDate="2017-11-11 16:02:31 +0100" value="0.05996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 16:23:50 +0100" startDate="2017-11-11 16:02:31 +0100" endDate="2017-11-11 16:11:27 +0100" value="0.35771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 16:23:50 +0100" startDate="2017-11-11 16:11:27 +0100" endDate="2017-11-11 16:20:28 +0100" value="0.45737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 17:22:41 +0100" startDate="2017-11-11 16:20:28 +0100" endDate="2017-11-11 16:30:28 +0100" value="0.39688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 17:22:41 +0100" startDate="2017-11-11 16:30:28 +0100" endDate="2017-11-11 16:40:22 +0100" value="0.3071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 17:22:41 +0100" startDate="2017-11-11 16:40:22 +0100" endDate="2017-11-11 16:47:28 +0100" value="0.2005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 17:22:41 +0100" startDate="2017-11-11 16:52:13 +0100" endDate="2017-11-11 17:02:11 +0100" value="0.05817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 17:22:41 +0100" startDate="2017-11-11 17:02:11 +0100" endDate="2017-11-11 17:11:54 +0100" value="0.20694"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 17:22:41 +0100" startDate="2017-11-11 17:11:54 +0100" endDate="2017-11-11 17:20:14 +0100" value="0.24404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 18:23:21 +0100" startDate="2017-11-11 17:20:14 +0100" endDate="2017-11-11 17:30:12 +0100" value="0.17309"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 18:23:21 +0100" startDate="2017-11-11 17:30:12 +0100" endDate="2017-11-11 17:39:18 +0100" value="0.11987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 18:23:21 +0100" startDate="2017-11-11 17:39:18 +0100" endDate="2017-11-11 17:47:26 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 18:23:21 +0100" startDate="2017-11-11 17:47:26 +0100" endDate="2017-11-11 17:51:43 +0100" value="0.02778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 21:30:07 +0100" startDate="2017-11-11 20:31:03 +0100" endDate="2017-11-11 20:37:36 +0100" value="0.00533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-11 21:30:07 +0100" startDate="2017-11-11 20:37:36 +0100" endDate="2017-11-11 20:41:58 +0100" value="0.00592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 06:03:24 +0100" startDate="2017-11-12 05:41:07 +0100" endDate="2017-11-12 05:51:05 +0100" value="0.06022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 06:03:24 +0100" startDate="2017-11-12 05:51:05 +0100" endDate="2017-11-12 05:51:13 +0100" value="0.0028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 06:26:54 +0100" startDate="2017-11-12 06:00:13 +0100" endDate="2017-11-12 06:10:12 +0100" value="0.13935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 06:26:54 +0100" startDate="2017-11-12 06:10:12 +0100" endDate="2017-11-12 06:11:49 +0100" value="0.13982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 06:26:54 +0100" startDate="2017-11-12 06:14:25 +0100" endDate="2017-11-12 06:20:25 +0100" value="0.00368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 07:30:41 +0100" startDate="2017-11-12 06:20:25 +0100" endDate="2017-11-12 06:27:14 +0100" value="0.00964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 07:30:41 +0100" startDate="2017-11-12 06:32:14 +0100" endDate="2017-11-12 06:42:13 +0100" value="0.21365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 07:30:41 +0100" startDate="2017-11-12 06:42:13 +0100" endDate="2017-11-12 06:45:47 +0100" value="0.05622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 08:22:49 +0100" startDate="2017-11-12 08:07:53 +0100" endDate="2017-11-12 08:16:47 +0100" value="0.12024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 09:23:28 +0100" startDate="2017-11-12 08:16:47 +0100" endDate="2017-11-12 08:26:46 +0100" value="0.43799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 09:23:28 +0100" startDate="2017-11-12 08:26:46 +0100" endDate="2017-11-12 08:36:45 +0100" value="0.64646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 09:23:28 +0100" startDate="2017-11-12 08:36:45 +0100" endDate="2017-11-12 08:38:32 +0100" value="0.00868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 09:23:28 +0100" startDate="2017-11-12 08:45:28 +0100" endDate="2017-11-12 08:51:57 +0100" value="0.00144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 09:23:28 +0100" startDate="2017-11-12 08:51:57 +0100" endDate="2017-11-12 08:58:30 +0100" value="0.01048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 10:35:59 +0100" startDate="2017-11-12 09:13:58 +0100" endDate="2017-11-12 09:23:51 +0100" value="0.07274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 10:35:59 +0100" startDate="2017-11-12 09:23:51 +0100" endDate="2017-11-12 09:27:17 +0100" value="0.008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 10:35:59 +0100" startDate="2017-11-12 09:38:59 +0100" endDate="2017-11-12 09:45:01 +0100" value="0.01426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 11:26:28 +0100" startDate="2017-11-12 10:34:03 +0100" endDate="2017-11-12 10:40:39 +0100" value="0.03342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 15:22:49 +0100" startDate="2017-11-12 15:00:30 +0100" endDate="2017-11-12 15:06:48 +0100" value="0.00621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 15:22:49 +0100" startDate="2017-11-12 15:06:48 +0100" endDate="2017-11-12 15:12:45 +0100" value="0.01431"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 16:26:19 +0100" startDate="2017-11-12 15:22:59 +0100" endDate="2017-11-12 15:29:43 +0100" value="0.01226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 16:26:19 +0100" startDate="2017-11-12 15:37:15 +0100" endDate="2017-11-12 15:45:49 +0100" value="0.03689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 17:25:43 +0100" startDate="2017-11-12 16:29:00 +0100" endDate="2017-11-12 16:38:58 +0100" value="0.22756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 17:25:43 +0100" startDate="2017-11-12 16:38:58 +0100" endDate="2017-11-12 16:39:36 +0100" value="0.0154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 17:25:43 +0100" startDate="2017-11-12 17:04:42 +0100" endDate="2017-11-12 17:11:41 +0100" value="0.03042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 17:25:43 +0100" startDate="2017-11-12 17:11:41 +0100" endDate="2017-11-12 17:20:01 +0100" value="0.04141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 18:23:49 +0100" startDate="2017-11-12 17:20:01 +0100" endDate="2017-11-12 17:24:22 +0100" value="0.02951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 18:23:49 +0100" startDate="2017-11-12 17:29:52 +0100" endDate="2017-11-12 17:36:10 +0100" value="0.0004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 18:23:49 +0100" startDate="2017-11-12 18:02:14 +0100" endDate="2017-11-12 18:11:53 +0100" value="0.02587"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 18:23:49 +0100" startDate="2017-11-12 18:11:53 +0100" endDate="2017-11-12 18:19:25 +0100" value="0.02291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 20:10:10 +0100" startDate="2017-11-12 18:19:25 +0100" endDate="2017-11-12 18:29:23 +0100" value="0.08497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 20:10:10 +0100" startDate="2017-11-12 18:29:23 +0100" endDate="2017-11-12 18:30:22 +0100" value="0.02182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 20:10:10 +0100" startDate="2017-11-12 18:39:30 +0100" endDate="2017-11-12 18:49:30 +0100" value="0.07953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 20:10:10 +0100" startDate="2017-11-12 18:49:30 +0100" endDate="2017-11-12 18:52:05 +0100" value="0.04018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 20:10:10 +0100" startDate="2017-11-12 19:00:33 +0100" endDate="2017-11-12 19:08:28 +0100" value="0.03951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 22:48:36 +0100" startDate="2017-11-12 22:29:45 +0100" endDate="2017-11-12 22:39:43 +0100" value="0.00761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 23:35:14 +0100" startDate="2017-11-12 22:39:43 +0100" endDate="2017-11-12 22:41:12 +0100" value="0.00452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 23:35:14 +0100" startDate="2017-11-12 22:56:17 +0100" endDate="2017-11-12 23:04:54 +0100" value="0.04026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 23:35:14 +0100" startDate="2017-11-12 23:04:54 +0100" endDate="2017-11-12 23:07:07 +0100" value="0.01998"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 23:35:14 +0100" startDate="2017-11-12 23:11:16 +0100" endDate="2017-11-12 23:17:31 +0100" value="0.00864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-12 23:35:14 +0100" startDate="2017-11-12 23:20:37 +0100" endDate="2017-11-12 23:30:35 +0100" value="0.0055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.0.3" device="&lt;&lt;HKDevice: 0x303cfd630&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.0.3, creation date:2017-11-03 00:33:45 +0000&gt;" unit="km" creationDate="2017-11-13 00:24:39 +0100" startDate="2017-11-12 23:30:35 +0100" endDate="2017-11-12 23:31:33 +0100" value="0.00633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 06:19:26 +0100" startDate="2017-11-13 05:40:59 +0100" endDate="2017-11-13 05:47:40 +0100" value="0.0204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 06:19:26 +0100" startDate="2017-11-13 05:47:40 +0100" endDate="2017-11-13 05:53:37 +0100" value="0.00695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 08:09:14 +0100" startDate="2017-11-13 07:37:52 +0100" endDate="2017-11-13 07:46:05 +0100" value="0.09278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 08:09:14 +0100" startDate="2017-11-13 07:46:05 +0100" endDate="2017-11-13 07:48:53 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 09:11:20 +0100" startDate="2017-11-13 08:02:25 +0100" endDate="2017-11-13 08:11:31 +0100" value="0.05427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 09:11:20 +0100" startDate="2017-11-13 08:11:31 +0100" endDate="2017-11-13 08:21:30 +0100" value="0.07505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 09:11:20 +0100" startDate="2017-11-13 08:21:30 +0100" endDate="2017-11-13 08:31:16 +0100" value="0.72189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:01:21 +0100" endDate="2017-11-13 09:11:19 +0100" value="0.06749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:11:19 +0100" endDate="2017-11-13 09:20:09 +0100" value="0.06159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:20:09 +0100" endDate="2017-11-13 09:29:24 +0100" value="0.0794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:29:24 +0100" endDate="2017-11-13 09:39:23 +0100" value="0.0878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:39:23 +0100" endDate="2017-11-13 09:46:46 +0100" value="0.13751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:46:46 +0100" endDate="2017-11-13 09:56:44 +0100" value="0.11723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 10:08:55 +0100" startDate="2017-11-13 09:56:44 +0100" endDate="2017-11-13 09:59:58 +0100" value="0.10288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 11:09:02 +0100" startDate="2017-11-13 10:07:10 +0100" endDate="2017-11-13 10:16:23 +0100" value="0.05336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 11:09:02 +0100" startDate="2017-11-13 10:16:23 +0100" endDate="2017-11-13 10:23:03 +0100" value="0.01778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 11:09:02 +0100" startDate="2017-11-13 10:24:06 +0100" endDate="2017-11-13 10:32:31 +0100" value="0.0943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 11:09:02 +0100" startDate="2017-11-13 10:32:31 +0100" endDate="2017-11-13 10:39:50 +0100" value="0.13726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 11:09:02 +0100" startDate="2017-11-13 10:39:50 +0100" endDate="2017-11-13 10:46:22 +0100" value="0.05321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 11:09:02 +0100" startDate="2017-11-13 10:51:46 +0100" endDate="2017-11-13 10:57:32 +0100" value="0.04411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 12:10:08 +0100" startDate="2017-11-13 11:02:20 +0100" endDate="2017-11-13 11:09:54 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 12:10:08 +0100" startDate="2017-11-13 11:15:33 +0100" endDate="2017-11-13 11:25:30 +0100" value="0.11396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 12:10:08 +0100" startDate="2017-11-13 11:32:27 +0100" endDate="2017-11-13 11:39:54 +0100" value="0.03708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 12:10:08 +0100" startDate="2017-11-13 11:39:54 +0100" endDate="2017-11-13 11:49:52 +0100" value="0.61484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 12:10:08 +0100" startDate="2017-11-13 11:49:52 +0100" endDate="2017-11-13 11:58:50 +0100" value="0.14258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 13:09:37 +0100" startDate="2017-11-13 12:12:09 +0100" endDate="2017-11-13 12:22:08 +0100" value="0.33143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 13:09:37 +0100" startDate="2017-11-13 12:22:08 +0100" endDate="2017-11-13 12:32:05 +0100" value="0.52978"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 13:09:37 +0100" startDate="2017-11-13 12:32:05 +0100" endDate="2017-11-13 12:41:54 +0100" value="0.03916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 13:09:37 +0100" startDate="2017-11-13 12:42:26 +0100" endDate="2017-11-13 12:50:36 +0100" value="0.0345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 14:09:50 +0100" startDate="2017-11-13 13:03:56 +0100" endDate="2017-11-13 13:10:03 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 14:09:50 +0100" startDate="2017-11-13 13:10:52 +0100" endDate="2017-11-13 13:19:17 +0100" value="0.06499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 14:09:50 +0100" startDate="2017-11-13 13:19:17 +0100" endDate="2017-11-13 13:29:10 +0100" value="0.01775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 14:09:50 +0100" startDate="2017-11-13 13:29:35 +0100" endDate="2017-11-13 13:39:34 +0100" value="0.06655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 14:09:50 +0100" startDate="2017-11-13 13:39:34 +0100" endDate="2017-11-13 13:40:41 +0100" value="0.0455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 15:11:51 +0100" startDate="2017-11-13 14:41:55 +0100" endDate="2017-11-13 14:49:52 +0100" value="0.04194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 15:11:51 +0100" startDate="2017-11-13 14:51:43 +0100" endDate="2017-11-13 15:01:38 +0100" value="0.07837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 15:11:51 +0100" startDate="2017-11-13 15:01:38 +0100" endDate="2017-11-13 15:05:57 +0100" value="0.14567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cd8d20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 16:09:15 +0100" startDate="2017-11-13 15:05:57 +0100" endDate="2017-11-13 15:12:12 +0100" value="0.0075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 16:09:15 +0100" startDate="2017-11-13 15:14:38 +0100" endDate="2017-11-13 15:24:38 +0100" value="0.09549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 16:09:15 +0100" startDate="2017-11-13 15:24:38 +0100" endDate="2017-11-13 15:33:32 +0100" value="0.03265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 16:09:15 +0100" startDate="2017-11-13 15:37:49 +0100" endDate="2017-11-13 15:47:00 +0100" value="0.02012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 16:09:15 +0100" startDate="2017-11-13 15:47:04 +0100" endDate="2017-11-13 15:54:02 +0100" value="0.02348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 17:10:10 +0100" startDate="2017-11-13 16:11:19 +0100" endDate="2017-11-13 16:20:12 +0100" value="0.08188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 17:10:10 +0100" startDate="2017-11-13 16:20:12 +0100" endDate="2017-11-13 16:29:55 +0100" value="0.25872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 17:10:10 +0100" startDate="2017-11-13 16:29:55 +0100" endDate="2017-11-13 16:39:54 +0100" value="0.47628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 17:10:10 +0100" startDate="2017-11-13 16:39:54 +0100" endDate="2017-11-13 16:49:46 +0100" value="0.22139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 17:10:10 +0100" startDate="2017-11-13 16:49:46 +0100" endDate="2017-11-13 16:59:45 +0100" value="0.27622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 17:10:10 +0100" startDate="2017-11-13 16:59:45 +0100" endDate="2017-11-13 17:09:03 +0100" value="0.26727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 18:11:00 +0100" startDate="2017-11-13 17:09:03 +0100" endDate="2017-11-13 17:19:01 +0100" value="0.24968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 18:11:00 +0100" startDate="2017-11-13 17:19:01 +0100" endDate="2017-11-13 17:27:41 +0100" value="0.29675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 18:11:00 +0100" startDate="2017-11-13 17:27:41 +0100" endDate="2017-11-13 17:37:22 +0100" value="0.11008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 18:11:00 +0100" startDate="2017-11-13 17:37:22 +0100" endDate="2017-11-13 17:43:34 +0100" value="0.00628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 18:11:00 +0100" startDate="2017-11-13 17:56:01 +0100" endDate="2017-11-13 18:02:57 +0100" value="0.03064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 21:09:28 +0100" startDate="2017-11-13 20:33:50 +0100" endDate="2017-11-13 20:41:57 +0100" value="0.0463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 22:09:23 +0100" startDate="2017-11-13 21:12:09 +0100" endDate="2017-11-13 21:20:42 +0100" value="0.02866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 22:09:23 +0100" startDate="2017-11-13 21:20:42 +0100" endDate="2017-11-13 21:29:44 +0100" value="0.05919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 22:09:23 +0100" startDate="2017-11-13 21:29:55 +0100" endDate="2017-11-13 21:39:01 +0100" value="0.09216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 22:09:23 +0100" startDate="2017-11-13 21:39:01 +0100" endDate="2017-11-13 21:48:05 +0100" value="0.01198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 22:09:23 +0100" startDate="2017-11-13 21:48:05 +0100" endDate="2017-11-13 21:57:03 +0100" value="0.13242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 22:09:23 +0100" startDate="2017-11-13 21:57:03 +0100" endDate="2017-11-13 22:05:40 +0100" value="0.24387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-13 23:39:08 +0100" startDate="2017-11-13 22:05:40 +0100" endDate="2017-11-13 22:14:13 +0100" value="0.3534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 00:47:05 +0100" startDate="2017-11-14 00:02:30 +0100" endDate="2017-11-14 00:12:29 +0100" value="0.20484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 00:47:05 +0100" startDate="2017-11-14 00:12:29 +0100" endDate="2017-11-14 00:22:29 +0100" value="0.44702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 00:47:05 +0100" startDate="2017-11-14 00:22:29 +0100" endDate="2017-11-14 00:31:33 +0100" value="0.49348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 01:11:09 +0100" startDate="2017-11-14 00:40:56 +0100" endDate="2017-11-14 00:47:04 +0100" value="0.00638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 06:12:04 +0100" startDate="2017-11-14 05:28:50 +0100" endDate="2017-11-14 05:35:38 +0100" value="0.01333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 06:12:04 +0100" startDate="2017-11-14 05:36:36 +0100" endDate="2017-11-14 05:43:22 +0100" value="0.01064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 08:09:17 +0100" startDate="2017-11-14 07:39:48 +0100" endDate="2017-11-14 07:48:19 +0100" value="0.04554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 08:09:17 +0100" startDate="2017-11-14 07:48:19 +0100" endDate="2017-11-14 07:53:48 +0100" value="0.01931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 09:10:04 +0100" startDate="2017-11-14 08:01:28 +0100" endDate="2017-11-14 08:11:26 +0100" value="0.02656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 09:10:04 +0100" startDate="2017-11-14 08:11:26 +0100" endDate="2017-11-14 08:21:18 +0100" value="0.09204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 09:10:04 +0100" startDate="2017-11-14 08:21:18 +0100" endDate="2017-11-14 08:30:48 +0100" value="0.69166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 09:10:04 +0100" startDate="2017-11-14 08:30:48 +0100" endDate="2017-11-14 08:40:02 +0100" value="0.08429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 09:10:04 +0100" startDate="2017-11-14 08:51:59 +0100" endDate="2017-11-14 09:00:45 +0100" value="0.06212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 10:13:01 +0100" startDate="2017-11-14 09:10:41 +0100" endDate="2017-11-14 09:19:28 +0100" value="0.0636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 10:13:01 +0100" startDate="2017-11-14 09:19:28 +0100" endDate="2017-11-14 09:28:59 +0100" value="0.01689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 10:13:01 +0100" startDate="2017-11-14 09:28:59 +0100" endDate="2017-11-14 09:31:09 +0100" value="0.04235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 10:13:01 +0100" startDate="2017-11-14 09:34:09 +0100" endDate="2017-11-14 09:44:08 +0100" value="0.07176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 10:13:01 +0100" startDate="2017-11-14 09:44:08 +0100" endDate="2017-11-14 09:53:59 +0100" value="0.23538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 10:13:01 +0100" startDate="2017-11-14 09:53:59 +0100" endDate="2017-11-14 09:59:35 +0100" value="0.07244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:03:41 +0100" endDate="2017-11-14 10:13:02 +0100" value="0.18737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:13:02 +0100" endDate="2017-11-14 10:22:00 +0100" value="0.02628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:22:00 +0100" endDate="2017-11-14 10:31:59 +0100" value="0.18858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:31:59 +0100" endDate="2017-11-14 10:41:58 +0100" value="0.03414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:41:58 +0100" endDate="2017-11-14 10:47:24 +0100" value="0.50236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:47:24 +0100" endDate="2017-11-14 10:57:24 +0100" value="0.11985"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 11:08:46 +0100" startDate="2017-11-14 10:57:24 +0100" endDate="2017-11-14 10:59:31 +0100" value="0.03561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 12:10:59 +0100" startDate="2017-11-14 11:05:56 +0100" endDate="2017-11-14 11:15:56 +0100" value="0.10103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 12:10:59 +0100" startDate="2017-11-14 11:15:56 +0100" endDate="2017-11-14 11:24:06 +0100" value="0.52314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 12:10:59 +0100" startDate="2017-11-14 11:24:06 +0100" endDate="2017-11-14 11:33:57 +0100" value="0.03793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 12:10:59 +0100" startDate="2017-11-14 11:33:57 +0100" endDate="2017-11-14 11:35:41 +0100" value="0.07912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 12:10:59 +0100" startDate="2017-11-14 11:45:53 +0100" endDate="2017-11-14 11:55:52 +0100" value="0.30403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 12:10:59 +0100" startDate="2017-11-14 11:55:52 +0100" endDate="2017-11-14 11:56:23 +0100" value="0.00498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 13:09:59 +0100" startDate="2017-11-14 12:02:45 +0100" endDate="2017-11-14 12:12:45 +0100" value="0.4084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 13:09:59 +0100" startDate="2017-11-14 12:12:45 +0100" endDate="2017-11-14 12:21:00 +0100" value="0.25444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 14:09:57 +0100" startDate="2017-11-14 13:22:07 +0100" endDate="2017-11-14 13:30:40 +0100" value="0.0388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 15:11:51 +0100" startDate="2017-11-14 14:05:13 +0100" endDate="2017-11-14 14:11:56 +0100" value="0.00041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 15:11:51 +0100" startDate="2017-11-14 14:14:15 +0100" endDate="2017-11-14 14:24:12 +0100" value="0.06416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 15:11:51 +0100" startDate="2017-11-14 14:24:12 +0100" endDate="2017-11-14 14:27:02 +0100" value="0.01632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 16:09:49 +0100" startDate="2017-11-14 15:56:08 +0100" endDate="2017-11-14 16:04:32 +0100" value="0.06561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 17:10:07 +0100" startDate="2017-11-14 16:04:32 +0100" endDate="2017-11-14 16:14:28 +0100" value="0.43285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 17:10:07 +0100" startDate="2017-11-14 16:14:28 +0100" endDate="2017-11-14 16:23:56 +0100" value="0.18837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 17:10:07 +0100" startDate="2017-11-14 16:23:56 +0100" endDate="2017-11-14 16:27:53 +0100" value="0.13137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 17:10:07 +0100" startDate="2017-11-14 16:29:04 +0100" endDate="2017-11-14 16:39:03 +0100" value="0.09432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 17:10:07 +0100" startDate="2017-11-14 16:39:03 +0100" endDate="2017-11-14 16:47:58 +0100" value="0.14997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 18:10:14 +0100" startDate="2017-11-14 17:10:54 +0100" endDate="2017-11-14 17:20:53 +0100" value="0.0567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-14 18:10:14 +0100" startDate="2017-11-14 17:20:53 +0100" endDate="2017-11-14 17:23:23 +0100" value="0.03551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 08:15:28 +0100" startDate="2017-11-15 07:09:02 +0100" endDate="2017-11-15 07:15:58 +0100" value="0.02571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 08:15:28 +0100" startDate="2017-11-15 07:16:39 +0100" endDate="2017-11-15 07:23:05 +0100" value="0.01306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 08:15:28 +0100" startDate="2017-11-15 07:42:11 +0100" endDate="2017-11-15 07:49:00 +0100" value="0.02403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 08:15:28 +0100" startDate="2017-11-15 07:49:00 +0100" endDate="2017-11-15 07:58:59 +0100" value="0.05509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 08:15:28 +0100" startDate="2017-11-15 07:58:59 +0100" endDate="2017-11-15 08:07:59 +0100" value="0.72411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 09:13:54 +0100" startDate="2017-11-15 08:07:59 +0100" endDate="2017-11-15 08:15:27 +0100" value="0.02788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 09:13:54 +0100" startDate="2017-11-15 08:45:42 +0100" endDate="2017-11-15 08:55:03 +0100" value="0.10841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 09:13:54 +0100" startDate="2017-11-15 08:55:03 +0100" endDate="2017-11-15 08:58:30 +0100" value="0.04578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 11:08:59 +0100" startDate="2017-11-15 10:21:18 +0100" endDate="2017-11-15 10:29:28 +0100" value="0.08283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 11:08:59 +0100" startDate="2017-11-15 10:41:06 +0100" endDate="2017-11-15 10:49:22 +0100" value="0.12716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 11:08:59 +0100" startDate="2017-11-15 10:53:38 +0100" endDate="2017-11-15 11:01:43 +0100" value="0.07561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 12:14:28 +0100" startDate="2017-11-15 11:01:43 +0100" endDate="2017-11-15 11:10:25 +0100" value="0.05067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 12:14:28 +0100" startDate="2017-11-15 11:11:40 +0100" endDate="2017-11-15 11:21:39 +0100" value="0.06549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 12:14:28 +0100" startDate="2017-11-15 11:21:39 +0100" endDate="2017-11-15 11:31:38 +0100" value="0.68823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 12:14:28 +0100" startDate="2017-11-15 11:31:38 +0100" endDate="2017-11-15 11:36:59 +0100" value="0.18393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 12:14:28 +0100" startDate="2017-11-15 11:59:46 +0100" endDate="2017-11-15 12:09:45 +0100" value="0.19348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 12:09:45 +0100" endDate="2017-11-15 12:18:51 +0100" value="0.61964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 12:18:51 +0100" endDate="2017-11-15 12:25:18 +0100" value="0.06227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 12:26:41 +0100" endDate="2017-11-15 12:35:21 +0100" value="0.06007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 12:35:21 +0100" endDate="2017-11-15 12:41:46 +0100" value="0.04833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 12:41:46 +0100" endDate="2017-11-15 12:51:29 +0100" value="0.32103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 12:51:29 +0100" endDate="2017-11-15 12:59:08 +0100" value="0.25992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 13:13:49 +0100" startDate="2017-11-15 13:03:29 +0100" endDate="2017-11-15 13:09:52 +0100" value="0.00899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 14:10:46 +0100" startDate="2017-11-15 13:09:52 +0100" endDate="2017-11-15 13:11:47 +0100" value="0.00044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 14:10:46 +0100" startDate="2017-11-15 13:15:00 +0100" endDate="2017-11-15 13:21:53 +0100" value="0.01476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 14:10:46 +0100" startDate="2017-11-15 13:21:53 +0100" endDate="2017-11-15 13:31:44 +0100" value="0.07293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 14:10:46 +0100" startDate="2017-11-15 13:37:18 +0100" endDate="2017-11-15 13:47:18 +0100" value="0.03628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 14:10:46 +0100" startDate="2017-11-15 13:47:18 +0100" endDate="2017-11-15 13:48:52 +0100" value="0.03529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 15:16:16 +0100" startDate="2017-11-15 14:24:44 +0100" endDate="2017-11-15 14:33:52 +0100" value="0.01801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 17:10:48 +0100" startDate="2017-11-15 16:35:47 +0100" endDate="2017-11-15 16:44:40 +0100" value="0.02705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 17:10:48 +0100" startDate="2017-11-15 16:46:21 +0100" endDate="2017-11-15 16:55:12 +0100" value="0.05063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 17:10:48 +0100" startDate="2017-11-15 16:55:12 +0100" endDate="2017-11-15 17:05:12 +0100" value="0.54188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 18:13:04 +0100" startDate="2017-11-15 17:05:12 +0100" endDate="2017-11-15 17:15:12 +0100" value="0.22607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 18:13:04 +0100" startDate="2017-11-15 17:40:27 +0100" endDate="2017-11-15 17:47:10 +0100" value="0.03067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 19:14:02 +0100" startDate="2017-11-15 18:16:33 +0100" endDate="2017-11-15 18:26:33 +0100" value="0.14823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 19:14:02 +0100" startDate="2017-11-15 18:26:33 +0100" endDate="2017-11-15 18:28:00 +0100" value="0.10315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 19:14:02 +0100" startDate="2017-11-15 18:51:17 +0100" endDate="2017-11-15 18:59:26 +0100" value="0.02553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 20:13:34 +0100" startDate="2017-11-15 19:44:17 +0100" endDate="2017-11-15 19:51:38 +0100" value="0.02728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 22:08:46 +0100" startDate="2017-11-15 21:26:49 +0100" endDate="2017-11-15 21:32:52 +0100" value="0.00805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 22:08:46 +0100" startDate="2017-11-15 21:33:52 +0100" endDate="2017-11-15 21:40:46 +0100" value="0.02817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 22:08:46 +0100" startDate="2017-11-15 21:58:42 +0100" endDate="2017-11-15 22:07:11 +0100" value="0.12998"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-15 23:10:08 +0100" startDate="2017-11-15 22:07:11 +0100" endDate="2017-11-15 22:16:25 +0100" value="0.04577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 07:08:46 +0100" startDate="2017-11-16 06:18:08 +0100" endDate="2017-11-16 06:25:50 +0100" value="0.05426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 07:08:46 +0100" startDate="2017-11-16 06:25:50 +0100" endDate="2017-11-16 06:29:45 +0100" value="0.01532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 07:08:46 +0100" startDate="2017-11-16 06:30:56 +0100" endDate="2017-11-16 06:38:20 +0100" value="0.04651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 07:08:46 +0100" startDate="2017-11-16 06:49:08 +0100" endDate="2017-11-16 06:56:11 +0100" value="0.00528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 08:10:36 +0100" startDate="2017-11-16 07:16:33 +0100" endDate="2017-11-16 07:23:21 +0100" value="0.03029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 08:10:36 +0100" startDate="2017-11-16 07:28:57 +0100" endDate="2017-11-16 07:36:06 +0100" value="0.05689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 08:10:36 +0100" startDate="2017-11-16 07:43:32 +0100" endDate="2017-11-16 07:50:43 +0100" value="0.03429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 08:10:36 +0100" startDate="2017-11-16 07:52:21 +0100" endDate="2017-11-16 07:59:02 +0100" value="0.02215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 08:10:36 +0100" startDate="2017-11-16 07:59:12 +0100" endDate="2017-11-16 08:09:06 +0100" value="0.07508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 09:13:41 +0100" startDate="2017-11-16 08:09:06 +0100" endDate="2017-11-16 08:14:17 +0100" value="0.36616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 09:13:41 +0100" startDate="2017-11-16 08:18:04 +0100" endDate="2017-11-16 08:28:04 +0100" value="0.27011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 09:13:41 +0100" startDate="2017-11-16 08:28:04 +0100" endDate="2017-11-16 08:38:02 +0100" value="0.805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 09:13:41 +0100" startDate="2017-11-16 08:38:02 +0100" endDate="2017-11-16 08:45:24 +0100" value="0.36123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 09:13:41 +0100" startDate="2017-11-16 08:45:24 +0100" endDate="2017-11-16 08:49:23 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 09:13:41 +0100" startDate="2017-11-16 08:55:37 +0100" endDate="2017-11-16 09:04:38 +0100" value="0.02561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 11:10:43 +0100" startDate="2017-11-16 10:11:06 +0100" endDate="2017-11-16 10:20:07 +0100" value="0.03077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 11:10:43 +0100" startDate="2017-11-16 10:33:02 +0100" endDate="2017-11-16 10:42:49 +0100" value="0.01747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 12:10:11 +0100" startDate="2017-11-16 11:06:06 +0100" endDate="2017-11-16 11:14:49 +0100" value="0.02638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 14:13:10 +0100" startDate="2017-11-16 12:59:41 +0100" endDate="2017-11-16 13:09:40 +0100" value="0.08143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 14:13:10 +0100" startDate="2017-11-16 13:09:40 +0100" endDate="2017-11-16 13:19:26 +0100" value="0.70725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 14:13:10 +0100" startDate="2017-11-16 13:19:26 +0100" endDate="2017-11-16 13:19:44 +0100" value="0.00956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 14:13:10 +0100" startDate="2017-11-16 13:28:46 +0100" endDate="2017-11-16 13:38:44 +0100" value="0.28435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 14:13:10 +0100" startDate="2017-11-16 13:38:44 +0100" endDate="2017-11-16 13:47:38 +0100" value="0.40534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 15:14:16 +0100" startDate="2017-11-16 14:31:27 +0100" endDate="2017-11-16 14:41:05 +0100" value="0.03224"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 16:09:45 +0100" startDate="2017-11-16 15:47:41 +0100" endDate="2017-11-16 15:53:41 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 17:09:09 +0100" startDate="2017-11-16 16:03:28 +0100" endDate="2017-11-16 16:13:28 +0100" value="0.15167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 17:09:09 +0100" startDate="2017-11-16 16:13:28 +0100" endDate="2017-11-16 16:23:02 +0100" value="0.30435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 17:09:09 +0100" startDate="2017-11-16 16:23:02 +0100" endDate="2017-11-16 16:32:59 +0100" value="0.19161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 17:09:09 +0100" startDate="2017-11-16 16:32:59 +0100" endDate="2017-11-16 16:40:41 +0100" value="0.06627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 17:09:09 +0100" startDate="2017-11-16 16:40:41 +0100" endDate="2017-11-16 16:47:00 +0100" value="0.00613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 18:11:47 +0100" startDate="2017-11-16 17:11:23 +0100" endDate="2017-11-16 17:21:23 +0100" value="0.12263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 18:11:47 +0100" startDate="2017-11-16 17:21:23 +0100" endDate="2017-11-16 17:22:50 +0100" value="0.0778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 18:11:47 +0100" startDate="2017-11-16 17:33:22 +0100" endDate="2017-11-16 17:42:05 +0100" value="0.23108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 19:08:51 +0100" startDate="2017-11-16 18:51:55 +0100" endDate="2017-11-16 19:00:36 +0100" value="0.18454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 20:09:08 +0100" startDate="2017-11-16 19:06:02 +0100" endDate="2017-11-16 19:14:38 +0100" value="0.14137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 20:09:08 +0100" startDate="2017-11-16 19:41:25 +0100" endDate="2017-11-16 19:51:25 +0100" value="0.07164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 20:09:08 +0100" startDate="2017-11-16 19:51:25 +0100" endDate="2017-11-16 20:00:53 +0100" value="0.69453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 21:15:01 +0100" startDate="2017-11-16 20:00:53 +0100" endDate="2017-11-16 20:09:45 +0100" value="0.01064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 23:12:27 +0100" startDate="2017-11-16 22:25:59 +0100" endDate="2017-11-16 22:35:58 +0100" value="0.17886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 23:12:27 +0100" startDate="2017-11-16 22:35:58 +0100" endDate="2017-11-16 22:43:58 +0100" value="0.41301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-16 23:12:27 +0100" startDate="2017-11-16 22:55:46 +0100" endDate="2017-11-16 23:02:34 +0100" value="0.02108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 07:08:48 +0100" startDate="2017-11-17 06:51:27 +0100" endDate="2017-11-17 06:57:50 +0100" value="0.01101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 08:09:07 +0100" startDate="2017-11-17 07:18:41 +0100" endDate="2017-11-17 07:28:03 +0100" value="0.03371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 08:09:07 +0100" startDate="2017-11-17 07:56:38 +0100" endDate="2017-11-17 08:03:04 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:03:04 +0100" endDate="2017-11-17 08:10:26 +0100" value="0.03355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:11:22 +0100" endDate="2017-11-17 08:21:21 +0100" value="0.07881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:21:21 +0100" endDate="2017-11-17 08:25:51 +0100" value="0.37381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:25:53 +0100" endDate="2017-11-17 08:31:58 +0100" value="0.00735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:31:58 +0100" endDate="2017-11-17 08:41:29 +0100" value="0.41664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:41:29 +0100" endDate="2017-11-17 08:51:28 +0100" value="0.74007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 09:10:06 +0100" startDate="2017-11-17 08:51:28 +0100" endDate="2017-11-17 09:01:26 +0100" value="0.0525"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 10:15:57 +0100" startDate="2017-11-17 09:01:26 +0100" endDate="2017-11-17 09:03:46 +0100" value="0.01391"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 10:15:57 +0100" startDate="2017-11-17 09:15:29 +0100" endDate="2017-11-17 09:22:17 +0100" value="0.01605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 10:15:57 +0100" startDate="2017-11-17 09:22:26 +0100" endDate="2017-11-17 09:30:46 +0100" value="0.01855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 10:15:57 +0100" startDate="2017-11-17 09:32:47 +0100" endDate="2017-11-17 09:40:39 +0100" value="0.02782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 11:12:27 +0100" startDate="2017-11-17 10:10:29 +0100" endDate="2017-11-17 10:18:59 +0100" value="0.03598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 11:12:27 +0100" startDate="2017-11-17 10:18:59 +0100" endDate="2017-11-17 10:24:45 +0100" value="0.01165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 11:12:27 +0100" startDate="2017-11-17 10:27:57 +0100" endDate="2017-11-17 10:34:45 +0100" value="0.01276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 11:12:27 +0100" startDate="2017-11-17 10:39:57 +0100" endDate="2017-11-17 10:47:41 +0100" value="0.01519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 11:12:27 +0100" startDate="2017-11-17 10:47:41 +0100" endDate="2017-11-17 10:53:07 +0100" value="0.00221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 11:12:27 +0100" startDate="2017-11-17 10:58:06 +0100" endDate="2017-11-17 11:04:08 +0100" value="0.00829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 12:12:48 +0100" startDate="2017-11-17 11:04:08 +0100" endDate="2017-11-17 11:13:08 +0100" value="0.02588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 12:12:48 +0100" startDate="2017-11-17 11:13:08 +0100" endDate="2017-11-17 11:16:11 +0100" value="0.05039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 12:12:48 +0100" startDate="2017-11-17 11:30:52 +0100" endDate="2017-11-17 11:38:57 +0100" value="0.02212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 12:12:48 +0100" startDate="2017-11-17 11:38:57 +0100" endDate="2017-11-17 11:43:02 +0100" value="0.00611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 13:12:18 +0100" startDate="2017-11-17 12:52:42 +0100" endDate="2017-11-17 13:02:18 +0100" value="0.05629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 14:13:07 +0100" startDate="2017-11-17 13:02:18 +0100" endDate="2017-11-17 13:03:27 +0100" value="0.0168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 14:13:07 +0100" startDate="2017-11-17 13:34:20 +0100" endDate="2017-11-17 13:42:24 +0100" value="0.0009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 14:13:07 +0100" startDate="2017-11-17 13:52:25 +0100" endDate="2017-11-17 14:00:32 +0100" value="0.04983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 14:13:07 +0100" startDate="2017-11-17 14:00:32 +0100" endDate="2017-11-17 14:10:30 +0100" value="0.33218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 15:09:05 +0100" startDate="2017-11-17 14:10:30 +0100" endDate="2017-11-17 14:20:30 +0100" value="0.61185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 15:09:05 +0100" startDate="2017-11-17 14:20:30 +0100" endDate="2017-11-17 14:28:17 +0100" value="0.51822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 15:09:05 +0100" startDate="2017-11-17 14:28:17 +0100" endDate="2017-11-17 14:37:56 +0100" value="0.06597"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 16:16:06 +0100" startDate="2017-11-17 15:27:04 +0100" endDate="2017-11-17 15:35:52 +0100" value="0.11032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 16:16:06 +0100" startDate="2017-11-17 15:35:52 +0100" endDate="2017-11-17 15:45:51 +0100" value="0.3352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 16:16:06 +0100" startDate="2017-11-17 15:45:51 +0100" endDate="2017-11-17 15:55:34 +0100" value="0.43269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 16:16:06 +0100" startDate="2017-11-17 15:55:34 +0100" endDate="2017-11-17 15:56:07 +0100" value="0.00677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 16:16:06 +0100" startDate="2017-11-17 16:02:26 +0100" endDate="2017-11-17 16:11:43 +0100" value="0.11667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 17:08:48 +0100" startDate="2017-11-17 16:11:43 +0100" endDate="2017-11-17 16:21:41 +0100" value="0.22197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 17:08:48 +0100" startDate="2017-11-17 16:21:41 +0100" endDate="2017-11-17 16:30:59 +0100" value="0.15517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 17:08:48 +0100" startDate="2017-11-17 16:30:59 +0100" endDate="2017-11-17 16:39:50 +0100" value="0.10659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 17:08:48 +0100" startDate="2017-11-17 16:57:58 +0100" endDate="2017-11-17 17:05:40 +0100" value="0.09154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 18:10:46 +0100" startDate="2017-11-17 17:46:02 +0100" endDate="2017-11-17 17:56:00 +0100" value="0.07273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 18:10:46 +0100" startDate="2017-11-17 17:56:00 +0100" endDate="2017-11-17 18:04:36 +0100" value="0.04372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 19:16:02 +0100" startDate="2017-11-17 18:04:36 +0100" endDate="2017-11-17 18:12:02 +0100" value="0.02502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 19:16:02 +0100" startDate="2017-11-17 18:12:32 +0100" endDate="2017-11-17 18:22:31 +0100" value="0.09255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 19:16:02 +0100" startDate="2017-11-17 18:22:31 +0100" endDate="2017-11-17 18:25:11 +0100" value="0.08749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 21:09:36 +0100" startDate="2017-11-17 20:47:17 +0100" endDate="2017-11-17 20:53:33 +0100" value="0.00216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303ca6990&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 22:10:59 +0100" startDate="2017-11-17 21:02:06 +0100" endDate="2017-11-17 21:11:55 +0100" value="0.13208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 22:10:59 +0100" startDate="2017-11-17 21:11:55 +0100" endDate="2017-11-17 21:21:03 +0100" value="0.20819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-17 22:10:59 +0100" startDate="2017-11-17 21:21:03 +0100" endDate="2017-11-17 21:28:50 +0100" value="0.06369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 06:09:41 +0100" startDate="2017-11-18 05:56:31 +0100" endDate="2017-11-18 06:03:15 +0100" value="0.01628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 07:13:32 +0100" startDate="2017-11-18 06:03:15 +0100" endDate="2017-11-18 06:10:02 +0100" value="0.01064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 09:12:10 +0100" startDate="2017-11-18 08:24:40 +0100" endDate="2017-11-18 08:31:10 +0100" value="0.0057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 11:16:51 +0100" startDate="2017-11-18 10:34:30 +0100" endDate="2017-11-18 10:44:10 +0100" value="0.0439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 11:16:51 +0100" startDate="2017-11-18 10:44:10 +0100" endDate="2017-11-18 10:54:10 +0100" value="0.19386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 11:16:51 +0100" startDate="2017-11-18 10:54:10 +0100" endDate="2017-11-18 11:04:09 +0100" value="0.77211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 11:16:51 +0100" startDate="2017-11-18 11:04:09 +0100" endDate="2017-11-18 11:13:42 +0100" value="0.31616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 12:14:49 +0100" startDate="2017-11-18 11:13:42 +0100" endDate="2017-11-18 11:23:26 +0100" value="0.6211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 12:14:49 +0100" startDate="2017-11-18 11:23:26 +0100" endDate="2017-11-18 11:31:16 +0100" value="0.11791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 12:14:49 +0100" startDate="2017-11-18 11:31:16 +0100" endDate="2017-11-18 11:40:29 +0100" value="0.12375"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 12:14:49 +0100" startDate="2017-11-18 11:40:29 +0100" endDate="2017-11-18 11:50:28 +0100" value="0.62817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 12:14:49 +0100" startDate="2017-11-18 11:50:28 +0100" endDate="2017-11-18 12:00:27 +0100" value="0.62927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 12:14:49 +0100" startDate="2017-11-18 12:00:27 +0100" endDate="2017-11-18 12:08:49 +0100" value="0.15805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 13:11:54 +0100" startDate="2017-11-18 12:08:49 +0100" endDate="2017-11-18 12:17:34 +0100" value="0.08142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 13:11:54 +0100" startDate="2017-11-18 12:17:34 +0100" endDate="2017-11-18 12:25:17 +0100" value="0.24679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 13:11:54 +0100" startDate="2017-11-18 12:28:05 +0100" endDate="2017-11-18 12:34:51 +0100" value="0.00624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 14:18:02 +0100" startDate="2017-11-18 13:18:54 +0100" endDate="2017-11-18 13:27:07 +0100" value="0.11214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 14:18:02 +0100" startDate="2017-11-18 13:27:07 +0100" endDate="2017-11-18 13:37:05 +0100" value="0.32482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 14:18:02 +0100" startDate="2017-11-18 13:37:05 +0100" endDate="2017-11-18 13:47:04 +0100" value="0.91856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 14:18:02 +0100" startDate="2017-11-18 13:47:04 +0100" endDate="2017-11-18 13:57:02 +0100" value="0.45056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 14:18:02 +0100" startDate="2017-11-18 13:57:02 +0100" endDate="2017-11-18 14:01:49 +0100" value="0.38877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 14:18:02 +0100" startDate="2017-11-18 14:02:00 +0100" endDate="2017-11-18 14:10:49 +0100" value="0.00462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 15:16:12 +0100" startDate="2017-11-18 14:22:22 +0100" endDate="2017-11-18 14:32:22 +0100" value="0.16328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 15:16:12 +0100" startDate="2017-11-18 14:32:22 +0100" endDate="2017-11-18 14:42:20 +0100" value="0.82239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 15:16:12 +0100" startDate="2017-11-18 14:42:20 +0100" endDate="2017-11-18 14:46:25 +0100" value="0.08224"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 16:12:28 +0100" startDate="2017-11-18 15:29:34 +0100" endDate="2017-11-18 15:36:40 +0100" value="0.03854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 16:12:28 +0100" startDate="2017-11-18 15:39:43 +0100" endDate="2017-11-18 15:46:21 +0100" value="0.03506"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 16:12:28 +0100" startDate="2017-11-18 15:46:21 +0100" endDate="2017-11-18 15:52:39 +0100" value="0.014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 17:10:41 +0100" startDate="2017-11-18 16:36:20 +0100" endDate="2017-11-18 16:44:25 +0100" value="0.03445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 17:10:41 +0100" startDate="2017-11-18 16:44:25 +0100" endDate="2017-11-18 16:54:24 +0100" value="0.07608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 17:10:41 +0100" startDate="2017-11-18 16:54:24 +0100" endDate="2017-11-18 16:59:52 +0100" value="0.41275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 18:16:21 +0100" startDate="2017-11-18 17:28:39 +0100" endDate="2017-11-18 17:38:38 +0100" value="0.37102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 18:16:21 +0100" startDate="2017-11-18 17:38:38 +0100" endDate="2017-11-18 17:40:51 +0100" value="0.08516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 18:16:21 +0100" startDate="2017-11-18 17:44:40 +0100" endDate="2017-11-18 17:51:10 +0100" value="0.01073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 18:16:21 +0100" startDate="2017-11-18 18:00:57 +0100" endDate="2017-11-18 18:09:28 +0100" value="0.15854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 19:47:23 +0100" startDate="2017-11-18 18:09:28 +0100" endDate="2017-11-18 18:19:26 +0100" value="0.03633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 19:47:23 +0100" startDate="2017-11-18 18:19:26 +0100" endDate="2017-11-18 18:22:07 +0100" value="0.02659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 19:47:23 +0100" startDate="2017-11-18 18:35:17 +0100" endDate="2017-11-18 18:44:02 +0100" value="0.01708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 21:15:26 +0100" startDate="2017-11-18 20:26:20 +0100" endDate="2017-11-18 20:33:34 +0100" value="0.04518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 21:15:26 +0100" startDate="2017-11-18 20:33:34 +0100" endDate="2017-11-18 20:43:07 +0100" value="0.07085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 21:15:26 +0100" startDate="2017-11-18 20:43:07 +0100" endDate="2017-11-18 20:45:45 +0100" value="0.01357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 23:29:48 +0100" startDate="2017-11-18 22:37:30 +0100" endDate="2017-11-18 22:47:30 +0100" value="0.21064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 23:29:48 +0100" startDate="2017-11-18 22:47:30 +0100" endDate="2017-11-18 22:53:06 +0100" value="0.14888"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-18 23:29:48 +0100" startDate="2017-11-18 23:08:06 +0100" endDate="2017-11-18 23:16:58 +0100" value="0.16893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 00:23:54 +0100" startDate="2017-11-18 23:23:53 +0100" endDate="2017-11-18 23:32:07 +0100" value="0.01294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 09:09:04 +0100" startDate="2017-11-19 08:23:09 +0100" endDate="2017-11-19 08:29:48 +0100" value="0.0202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 09:09:04 +0100" startDate="2017-11-19 08:30:02 +0100" endDate="2017-11-19 08:39:28 +0100" value="0.02441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 10:10:48 +0100" startDate="2017-11-19 09:36:15 +0100" endDate="2017-11-19 09:44:21 +0100" value="0.04357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 11:09:03 +0100" startDate="2017-11-19 10:03:41 +0100" endDate="2017-11-19 10:10:35 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 13:10:16 +0100" startDate="2017-11-19 12:11:31 +0100" endDate="2017-11-19 12:21:29 +0100" value="0.27481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 13:10:16 +0100" startDate="2017-11-19 12:21:29 +0100" endDate="2017-11-19 12:25:04 +0100" value="0.20843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 13:10:16 +0100" startDate="2017-11-19 12:38:11 +0100" endDate="2017-11-19 12:48:09 +0100" value="0.14959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 13:10:16 +0100" startDate="2017-11-19 12:48:09 +0100" endDate="2017-11-19 12:56:09 +0100" value="0.18796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 13:10:16 +0100" startDate="2017-11-19 12:56:40 +0100" endDate="2017-11-19 13:06:19 +0100" value="0.12161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 14:08:49 +0100" startDate="2017-11-19 13:06:19 +0100" endDate="2017-11-19 13:13:14 +0100" value="0.08692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 14:08:49 +0100" startDate="2017-11-19 13:31:41 +0100" endDate="2017-11-19 13:41:26 +0100" value="0.1628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 14:08:49 +0100" startDate="2017-11-19 13:42:43 +0100" endDate="2017-11-19 13:52:32 +0100" value="0.05318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 14:08:49 +0100" startDate="2017-11-19 13:52:32 +0100" endDate="2017-11-19 13:58:59 +0100" value="0.06931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 15:09:22 +0100" startDate="2017-11-19 14:49:33 +0100" endDate="2017-11-19 14:57:45 +0100" value="0.06087"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 15:09:22 +0100" startDate="2017-11-19 14:57:45 +0100" endDate="2017-11-19 15:06:14 +0100" value="0.05758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 16:09:36 +0100" startDate="2017-11-19 15:54:47 +0100" endDate="2017-11-19 16:01:30 +0100" value="0.01268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 17:13:36 +0100" startDate="2017-11-19 16:01:30 +0100" endDate="2017-11-19 16:11:15 +0100" value="0.1039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 17:13:36 +0100" startDate="2017-11-19 16:11:15 +0100" endDate="2017-11-19 16:21:08 +0100" value="0.16977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 17:13:36 +0100" startDate="2017-11-19 16:21:08 +0100" endDate="2017-11-19 16:28:02 +0100" value="0.05565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 17:13:36 +0100" startDate="2017-11-19 16:29:19 +0100" endDate="2017-11-19 16:35:47 +0100" value="0.0128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 17:13:36 +0100" startDate="2017-11-19 16:53:06 +0100" endDate="2017-11-19 17:02:15 +0100" value="0.19075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 18:09:18 +0100" startDate="2017-11-19 17:21:15 +0100" endDate="2017-11-19 17:30:52 +0100" value="0.16373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 18:09:18 +0100" startDate="2017-11-19 17:30:52 +0100" endDate="2017-11-19 17:33:51 +0100" value="0.02834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 22:56:21 +0100" startDate="2017-11-19 22:05:14 +0100" endDate="2017-11-19 22:12:00 +0100" value="0.02932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 22:56:21 +0100" startDate="2017-11-19 22:12:00 +0100" endDate="2017-11-19 22:17:14 +0100" value="0.01524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-19 22:56:21 +0100" startDate="2017-11-19 22:33:29 +0100" endDate="2017-11-19 22:40:51 +0100" value="0.02699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 07:09:30 +0100" startDate="2017-11-20 06:49:32 +0100" endDate="2017-11-20 06:57:14 +0100" value="0.0565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 07:09:30 +0100" startDate="2017-11-20 06:57:14 +0100" endDate="2017-11-20 06:59:52 +0100" value="0.01152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 08:08:59 +0100" startDate="2017-11-20 07:12:17 +0100" endDate="2017-11-20 07:19:10 +0100" value="0.03343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 08:08:59 +0100" startDate="2017-11-20 07:21:28 +0100" endDate="2017-11-20 07:31:27 +0100" value="0.11795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 08:08:59 +0100" startDate="2017-11-20 07:31:27 +0100" endDate="2017-11-20 07:40:01 +0100" value="0.55428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 08:08:59 +0100" startDate="2017-11-20 07:52:52 +0100" endDate="2017-11-20 07:59:59 +0100" value="0.01301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 09:14:30 +0100" startDate="2017-11-20 08:05:02 +0100" endDate="2017-11-20 08:13:45 +0100" value="0.1739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 09:14:30 +0100" startDate="2017-11-20 08:13:45 +0100" endDate="2017-11-20 08:22:28 +0100" value="0.06211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 09:14:30 +0100" startDate="2017-11-20 08:32:36 +0100" endDate="2017-11-20 08:41:51 +0100" value="0.02177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 09:14:30 +0100" startDate="2017-11-20 08:41:51 +0100" endDate="2017-11-20 08:47:22 +0100" value="0.06246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 10:13:54 +0100" startDate="2017-11-20 09:40:45 +0100" endDate="2017-11-20 09:50:43 +0100" value="0.00748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 10:13:54 +0100" startDate="2017-11-20 09:50:43 +0100" endDate="2017-11-20 10:00:13 +0100" value="0.11691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 11:10:32 +0100" startDate="2017-11-20 10:46:02 +0100" endDate="2017-11-20 10:55:59 +0100" value="0.1297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 11:10:32 +0100" startDate="2017-11-20 10:55:59 +0100" endDate="2017-11-20 11:00:54 +0100" value="0.15134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 12:09:21 +0100" startDate="2017-11-20 11:08:54 +0100" endDate="2017-11-20 11:18:53 +0100" value="0.0288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 12:09:21 +0100" startDate="2017-11-20 11:18:53 +0100" endDate="2017-11-20 11:28:51 +0100" value="0.22454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 12:09:21 +0100" startDate="2017-11-20 11:28:51 +0100" endDate="2017-11-20 11:38:43 +0100" value="0.52377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 12:09:21 +0100" startDate="2017-11-20 11:41:11 +0100" endDate="2017-11-20 11:50:14 +0100" value="0.06695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 13:08:55 +0100" startDate="2017-11-20 12:03:25 +0100" endDate="2017-11-20 12:13:21 +0100" value="0.10537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 13:08:55 +0100" startDate="2017-11-20 12:13:21 +0100" endDate="2017-11-20 12:23:11 +0100" value="0.68919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 13:08:55 +0100" startDate="2017-11-20 12:23:11 +0100" endDate="2017-11-20 12:32:10 +0100" value="0.07658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 14:10:01 +0100" startDate="2017-11-20 13:43:52 +0100" endDate="2017-11-20 13:50:46 +0100" value="0.02528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 14:10:01 +0100" startDate="2017-11-20 13:50:46 +0100" endDate="2017-11-20 13:59:03 +0100" value="0.02231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 15:16:25 +0100" startDate="2017-11-20 14:33:20 +0100" endDate="2017-11-20 14:41:14 +0100" value="0.07913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 15:16:25 +0100" startDate="2017-11-20 14:41:14 +0100" endDate="2017-11-20 14:49:46 +0100" value="0.06984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 16:23:04 +0100" startDate="2017-11-20 15:42:04 +0100" endDate="2017-11-20 15:48:58 +0100" value="0.02803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 16:23:04 +0100" startDate="2017-11-20 15:55:31 +0100" endDate="2017-11-20 16:02:54 +0100" value="0.02914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 17:11:57 +0100" startDate="2017-11-20 16:28:17 +0100" endDate="2017-11-20 16:37:58 +0100" value="0.06462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 17:11:57 +0100" startDate="2017-11-20 16:37:58 +0100" endDate="2017-11-20 16:47:57 +0100" value="0.50293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 17:11:57 +0100" startDate="2017-11-20 16:47:57 +0100" endDate="2017-11-20 16:57:34 +0100" value="0.44487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 17:11:57 +0100" startDate="2017-11-20 16:57:34 +0100" endDate="2017-11-20 17:07:32 +0100" value="0.10512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 18:10:21 +0100" startDate="2017-11-20 17:07:32 +0100" endDate="2017-11-20 17:16:31 +0100" value="0.29803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 18:10:21 +0100" startDate="2017-11-20 17:19:55 +0100" endDate="2017-11-20 17:29:55 +0100" value="0.17554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 18:10:21 +0100" startDate="2017-11-20 17:29:55 +0100" endDate="2017-11-20 17:39:51 +0100" value="0.10392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 18:10:21 +0100" startDate="2017-11-20 17:39:51 +0100" endDate="2017-11-20 17:47:10 +0100" value="0.19526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 18:10:21 +0100" startDate="2017-11-20 17:52:21 +0100" endDate="2017-11-20 18:02:20 +0100" value="0.06053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 19:13:41 +0100" startDate="2017-11-20 18:02:20 +0100" endDate="2017-11-20 18:02:50 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 19:13:41 +0100" startDate="2017-11-20 18:09:20 +0100" endDate="2017-11-20 18:15:46 +0100" value="0.00616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 19:13:41 +0100" startDate="2017-11-20 18:15:46 +0100" endDate="2017-11-20 18:21:07 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 19:13:41 +0100" startDate="2017-11-20 18:29:22 +0100" endDate="2017-11-20 18:38:38 +0100" value="0.01247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 19:13:41 +0100" startDate="2017-11-20 18:38:38 +0100" endDate="2017-11-20 18:46:13 +0100" value="0.11891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 19:13:41 +0100" startDate="2017-11-20 18:49:41 +0100" endDate="2017-11-20 18:58:02 +0100" value="0.0038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 20:09:51 +0100" startDate="2017-11-20 19:22:33 +0100" endDate="2017-11-20 19:29:13 +0100" value="0.0055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 20:09:51 +0100" startDate="2017-11-20 19:29:13 +0100" endDate="2017-11-20 19:39:12 +0100" value="0.21301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 20:09:51 +0100" startDate="2017-11-20 19:39:12 +0100" endDate="2017-11-20 19:46:47 +0100" value="0.11546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-20 23:10:39 +0100" startDate="2017-11-20 22:12:22 +0100" endDate="2017-11-20 22:21:36 +0100" value="0.00378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 08:08:59 +0100" startDate="2017-11-21 07:05:25 +0100" endDate="2017-11-21 07:14:34 +0100" value="0.02474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 08:08:59 +0100" startDate="2017-11-21 07:17:43 +0100" endDate="2017-11-21 07:23:54 +0100" value="0.00799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 08:08:59 +0100" startDate="2017-11-21 07:26:21 +0100" endDate="2017-11-21 07:36:04 +0100" value="0.11273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 08:08:59 +0100" startDate="2017-11-21 07:40:54 +0100" endDate="2017-11-21 07:47:55 +0100" value="0.03369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 08:08:59 +0100" startDate="2017-11-21 07:49:34 +0100" endDate="2017-11-21 07:59:33 +0100" value="0.10318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 09:09:32 +0100" startDate="2017-11-21 07:59:33 +0100" endDate="2017-11-21 08:09:06 +0100" value="0.73181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 09:09:32 +0100" startDate="2017-11-21 08:49:04 +0100" endDate="2017-11-21 08:57:25 +0100" value="0.05494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 10:14:53 +0100" startDate="2017-11-21 09:47:49 +0100" endDate="2017-11-21 09:57:49 +0100" value="0.15749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 10:14:53 +0100" startDate="2017-11-21 09:57:49 +0100" endDate="2017-11-21 10:07:32 +0100" value="0.0439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 11:11:23 +0100" startDate="2017-11-21 10:07:32 +0100" endDate="2017-11-21 10:14:55 +0100" value="0.03452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 11:11:23 +0100" startDate="2017-11-21 10:42:00 +0100" endDate="2017-11-21 10:50:45 +0100" value="0.05348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 12:10:24 +0100" startDate="2017-11-21 11:18:56 +0100" endDate="2017-11-21 11:28:50 +0100" value="0.03374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 12:10:24 +0100" startDate="2017-11-21 11:28:50 +0100" endDate="2017-11-21 11:37:53 +0100" value="0.02684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 12:10:24 +0100" startDate="2017-11-21 11:51:42 +0100" endDate="2017-11-21 12:01:41 +0100" value="0.07481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 13:12:39 +0100" startDate="2017-11-21 12:01:41 +0100" endDate="2017-11-21 12:11:15 +0100" value="0.1125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 13:12:39 +0100" startDate="2017-11-21 12:11:15 +0100" endDate="2017-11-21 12:21:10 +0100" value="0.58208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 13:12:39 +0100" startDate="2017-11-21 12:21:10 +0100" endDate="2017-11-21 12:22:17 +0100" value="0.02221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 14:12:24 +0100" startDate="2017-11-21 13:16:34 +0100" endDate="2017-11-21 13:25:21 +0100" value="0.01769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 14:12:24 +0100" startDate="2017-11-21 13:25:21 +0100" endDate="2017-11-21 13:35:20 +0100" value="0.6471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 14:12:24 +0100" startDate="2017-11-21 13:35:20 +0100" endDate="2017-11-21 13:39:45 +0100" value="0.1161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 14:12:24 +0100" startDate="2017-11-21 13:39:45 +0100" endDate="2017-11-21 13:48:27 +0100" value="0.01781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 14:12:24 +0100" startDate="2017-11-21 13:53:20 +0100" endDate="2017-11-21 13:59:37 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 14:12:24 +0100" startDate="2017-11-21 14:00:14 +0100" endDate="2017-11-21 14:07:26 +0100" value="0.05438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 15:20:21 +0100" startDate="2017-11-21 14:07:26 +0100" endDate="2017-11-21 14:12:54 +0100" value="0.06832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 15:20:21 +0100" startDate="2017-11-21 14:13:57 +0100" endDate="2017-11-21 14:20:55 +0100" value="0.02207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 15:20:21 +0100" startDate="2017-11-21 14:20:55 +0100" endDate="2017-11-21 14:29:31 +0100" value="0.04039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 16:09:47 +0100" startDate="2017-11-21 15:28:40 +0100" endDate="2017-11-21 15:35:10 +0100" value="0.00778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 17:10:41 +0100" startDate="2017-11-21 16:22:49 +0100" endDate="2017-11-21 16:31:51 +0100" value="0.01281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 17:10:41 +0100" startDate="2017-11-21 16:32:35 +0100" endDate="2017-11-21 16:41:28 +0100" value="0.03323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 17:10:41 +0100" startDate="2017-11-21 16:41:28 +0100" endDate="2017-11-21 16:51:27 +0100" value="0.60703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 17:10:41 +0100" startDate="2017-11-21 16:51:27 +0100" endDate="2017-11-21 16:57:13 +0100" value="0.03392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 18:13:06 +0100" startDate="2017-11-21 17:07:55 +0100" endDate="2017-11-21 17:16:53 +0100" value="0.03458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 18:13:06 +0100" startDate="2017-11-21 17:16:53 +0100" endDate="2017-11-21 17:26:20 +0100" value="0.06554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 18:13:06 +0100" startDate="2017-11-21 17:36:07 +0100" endDate="2017-11-21 17:45:22 +0100" value="0.05519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 19:12:23 +0100" startDate="2017-11-21 18:10:28 +0100" endDate="2017-11-21 18:17:57 +0100" value="0.03222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 19:12:23 +0100" startDate="2017-11-21 18:17:57 +0100" endDate="2017-11-21 18:27:57 +0100" value="0.08288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 19:12:23 +0100" startDate="2017-11-21 18:27:57 +0100" endDate="2017-11-21 18:29:41 +0100" value="0.09962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 19:12:23 +0100" startDate="2017-11-21 18:36:26 +0100" endDate="2017-11-21 18:46:24 +0100" value="0.3543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 19:12:23 +0100" startDate="2017-11-21 18:46:24 +0100" endDate="2017-11-21 18:51:44 +0100" value="0.01991"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 21:09:22 +0100" startDate="2017-11-21 20:25:18 +0100" endDate="2017-11-21 20:35:02 +0100" value="0.02072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 21:09:22 +0100" startDate="2017-11-21 20:35:02 +0100" endDate="2017-11-21 20:45:01 +0100" value="0.21302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 21:09:22 +0100" startDate="2017-11-21 20:45:01 +0100" endDate="2017-11-21 20:49:52 +0100" value="0.16596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 23:39:08 +0100" startDate="2017-11-21 22:12:09 +0100" endDate="2017-11-21 22:21:58 +0100" value="0.19449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 23:39:08 +0100" startDate="2017-11-21 22:21:58 +0100" endDate="2017-11-21 22:31:56 +0100" value="0.1235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 23:39:08 +0100" startDate="2017-11-21 22:31:56 +0100" endDate="2017-11-21 22:37:16 +0100" value="0.16939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 23:39:08 +0100" startDate="2017-11-21 22:37:16 +0100" endDate="2017-11-21 22:45:27 +0100" value="0.03738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-21 23:39:08 +0100" startDate="2017-11-21 23:18:52 +0100" endDate="2017-11-21 23:26:51 +0100" value="0.01071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 06:09:42 +0100" startDate="2017-11-22 05:50:52 +0100" endDate="2017-11-22 05:57:13 +0100" value="0.00094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 06:09:42 +0100" startDate="2017-11-22 05:57:13 +0100" endDate="2017-11-22 06:03:23 +0100" value="0.00337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 07:12:46 +0100" startDate="2017-11-22 07:00:26 +0100" endDate="2017-11-22 07:07:09 +0100" value="0.01515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 08:13:50 +0100" startDate="2017-11-22 07:07:09 +0100" endDate="2017-11-22 07:17:06 +0100" value="0.02022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 08:13:50 +0100" startDate="2017-11-22 07:17:06 +0100" endDate="2017-11-22 07:18:36 +0100" value="0.003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 08:13:50 +0100" startDate="2017-11-22 07:50:22 +0100" endDate="2017-11-22 07:57:03 +0100" value="0.03284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 08:13:50 +0100" startDate="2017-11-22 08:00:06 +0100" endDate="2017-11-22 08:10:05 +0100" value="0.2479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 09:10:07 +0100" startDate="2017-11-22 08:10:05 +0100" endDate="2017-11-22 08:17:21 +0100" value="0.5549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 10:16:55 +0100" startDate="2017-11-22 09:03:28 +0100" endDate="2017-11-22 09:13:26 +0100" value="0.06825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 10:16:55 +0100" startDate="2017-11-22 09:13:26 +0100" endDate="2017-11-22 09:14:09 +0100" value="0.00248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 10:16:55 +0100" startDate="2017-11-22 09:47:03 +0100" endDate="2017-11-22 09:53:46 +0100" value="0.06232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 10:16:55 +0100" startDate="2017-11-22 09:53:46 +0100" endDate="2017-11-22 10:02:54 +0100" value="0.10675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 12:08:49 +0100" startDate="2017-11-22 11:14:11 +0100" endDate="2017-11-22 11:24:11 +0100" value="0.09684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 12:08:49 +0100" startDate="2017-11-22 11:24:11 +0100" endDate="2017-11-22 11:34:05 +0100" value="0.74594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 12:08:49 +0100" startDate="2017-11-22 11:34:05 +0100" endDate="2017-11-22 11:39:13 +0100" value="0.11033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 13:11:58 +0100" startDate="2017-11-22 12:02:14 +0100" endDate="2017-11-22 12:12:13 +0100" value="0.29897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 13:11:58 +0100" startDate="2017-11-22 12:12:13 +0100" endDate="2017-11-22 12:20:48 +0100" value="0.54834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 13:11:58 +0100" startDate="2017-11-22 12:20:48 +0100" endDate="2017-11-22 12:30:26 +0100" value="0.04269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 14:09:38 +0100" startDate="2017-11-22 13:39:37 +0100" endDate="2017-11-22 13:49:07 +0100" value="0.07432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 14:09:38 +0100" startDate="2017-11-22 13:49:07 +0100" endDate="2017-11-22 13:54:33 +0100" value="0.05317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 15:11:06 +0100" startDate="2017-11-22 14:04:37 +0100" endDate="2017-11-22 14:14:16 +0100" value="0.06779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 15:11:06 +0100" startDate="2017-11-22 14:14:16 +0100" endDate="2017-11-22 14:23:58 +0100" value="0.02707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 15:11:06 +0100" startDate="2017-11-22 14:23:58 +0100" endDate="2017-11-22 14:33:45 +0100" value="0.11303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 15:11:06 +0100" startDate="2017-11-22 14:39:34 +0100" endDate="2017-11-22 14:47:46 +0100" value="0.01541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 15:11:06 +0100" startDate="2017-11-22 14:54:30 +0100" endDate="2017-11-22 15:04:07 +0100" value="0.0245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 16:09:34 +0100" startDate="2017-11-22 15:16:08 +0100" endDate="2017-11-22 15:22:08 +0100" value="0.00432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 16:09:34 +0100" startDate="2017-11-22 15:23:36 +0100" endDate="2017-11-22 15:31:20 +0100" value="0.05253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 17:09:49 +0100" startDate="2017-11-22 16:14:13 +0100" endDate="2017-11-22 16:22:03 +0100" value="0.0371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 17:09:49 +0100" startDate="2017-11-22 16:27:56 +0100" endDate="2017-11-22 16:37:06 +0100" value="0.25012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 17:09:49 +0100" startDate="2017-11-22 16:37:06 +0100" endDate="2017-11-22 16:47:05 +0100" value="0.66286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 17:09:49 +0100" startDate="2017-11-22 16:47:05 +0100" endDate="2017-11-22 16:53:31 +0100" value="0.10984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 17:09:49 +0100" startDate="2017-11-22 16:53:31 +0100" endDate="2017-11-22 17:02:18 +0100" value="0.03462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 18:09:02 +0100" startDate="2017-11-22 17:02:18 +0100" endDate="2017-11-22 17:11:55 +0100" value="0.20468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 18:09:02 +0100" startDate="2017-11-22 17:11:55 +0100" endDate="2017-11-22 17:21:54 +0100" value="0.50652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 18:09:02 +0100" startDate="2017-11-22 17:21:54 +0100" endDate="2017-11-22 17:31:52 +0100" value="0.51827"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 18:09:02 +0100" startDate="2017-11-22 17:31:52 +0100" endDate="2017-11-22 17:40:10 +0100" value="0.15106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 19:12:38 +0100" startDate="2017-11-22 18:04:18 +0100" endDate="2017-11-22 18:10:36 +0100" value="0.0098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 19:12:38 +0100" startDate="2017-11-22 18:21:02 +0100" endDate="2017-11-22 18:30:58 +0100" value="0.08742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 19:12:38 +0100" startDate="2017-11-22 18:30:58 +0100" endDate="2017-11-22 18:32:55 +0100" value="0.03256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 19:12:38 +0100" startDate="2017-11-22 18:40:01 +0100" endDate="2017-11-22 18:46:47 +0100" value="0.02184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 19:12:38 +0100" startDate="2017-11-22 18:51:55 +0100" endDate="2017-11-22 19:01:55 +0100" value="0.02378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 19:12:38 +0100" startDate="2017-11-22 19:01:55 +0100" endDate="2017-11-22 19:10:25 +0100" value="0.12174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 20:12:45 +0100" startDate="2017-11-22 19:10:25 +0100" endDate="2017-11-22 19:20:25 +0100" value="0.09963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 20:12:45 +0100" startDate="2017-11-22 19:20:25 +0100" endDate="2017-11-22 19:24:04 +0100" value="0.04299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-22 20:12:45 +0100" startDate="2017-11-22 19:51:19 +0100" endDate="2017-11-22 19:56:29 +0100" value="0.01576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 08:10:26 +0100" startDate="2017-11-23 07:40:40 +0100" endDate="2017-11-23 07:49:49 +0100" value="0.05935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 09:09:23 +0100" startDate="2017-11-23 08:03:38 +0100" endDate="2017-11-23 08:13:36 +0100" value="0.05219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 09:09:23 +0100" startDate="2017-11-23 08:13:36 +0100" endDate="2017-11-23 08:23:35 +0100" value="0.08413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 09:09:23 +0100" startDate="2017-11-23 08:23:35 +0100" endDate="2017-11-23 08:31:34 +0100" value="0.69485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 09:09:23 +0100" startDate="2017-11-23 08:35:15 +0100" endDate="2017-11-23 08:44:26 +0100" value="0.04009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 09:09:23 +0100" startDate="2017-11-23 08:44:26 +0100" endDate="2017-11-23 08:47:40 +0100" value="0.02745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 10:10:02 +0100" startDate="2017-11-23 09:40:03 +0100" endDate="2017-11-23 09:48:36 +0100" value="0.12739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 10:10:02 +0100" startDate="2017-11-23 09:48:36 +0100" endDate="2017-11-23 09:58:01 +0100" value="0.09695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 10:10:02 +0100" startDate="2017-11-23 09:58:01 +0100" endDate="2017-11-23 10:02:11 +0100" value="0.06185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 11:09:56 +0100" startDate="2017-11-23 10:02:11 +0100" endDate="2017-11-23 10:12:09 +0100" value="0.05118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 11:09:56 +0100" startDate="2017-11-23 10:12:09 +0100" endDate="2017-11-23 10:19:25 +0100" value="0.01574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 11:09:56 +0100" startDate="2017-11-23 10:20:35 +0100" endDate="2017-11-23 10:29:31 +0100" value="0.03622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 11:09:56 +0100" startDate="2017-11-23 10:54:20 +0100" endDate="2017-11-23 11:01:44 +0100" value="0.06992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 12:11:00 +0100" startDate="2017-11-23 11:01:44 +0100" endDate="2017-11-23 11:06:09 +0100" value="0.01393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 12:11:00 +0100" startDate="2017-11-23 11:18:36 +0100" endDate="2017-11-23 11:28:35 +0100" value="0.37914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 12:11:00 +0100" startDate="2017-11-23 11:28:35 +0100" endDate="2017-11-23 11:38:30 +0100" value="0.29739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 12:11:00 +0100" startDate="2017-11-23 11:38:30 +0100" endDate="2017-11-23 11:41:36 +0100" value="0.07142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 12:11:00 +0100" startDate="2017-11-23 11:58:49 +0100" endDate="2017-11-23 12:08:48 +0100" value="0.2667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 13:12:28 +0100" startDate="2017-11-23 12:08:48 +0100" endDate="2017-11-23 12:18:29 +0100" value="0.55401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 13:12:28 +0100" startDate="2017-11-23 12:18:29 +0100" endDate="2017-11-23 12:25:36 +0100" value="0.0338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 15:13:47 +0100" startDate="2017-11-23 14:20:02 +0100" endDate="2017-11-23 14:26:35 +0100" value="0.01048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 15:13:47 +0100" startDate="2017-11-23 14:26:35 +0100" endDate="2017-11-23 14:30:30 +0100" value="0.0129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 15:13:47 +0100" startDate="2017-11-23 14:37:44 +0100" endDate="2017-11-23 14:45:34 +0100" value="0.02346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 16:11:08 +0100" startDate="2017-11-23 15:12:17 +0100" endDate="2017-11-23 15:21:58 +0100" value="0.07733"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 16:11:08 +0100" startDate="2017-11-23 15:21:58 +0100" endDate="2017-11-23 15:26:49 +0100" value="0.02631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 17:12:56 +0100" startDate="2017-11-23 16:10:12 +0100" endDate="2017-11-23 16:20:09 +0100" value="0.32336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 17:12:56 +0100" startDate="2017-11-23 16:20:09 +0100" endDate="2017-11-23 16:30:07 +0100" value="0.35516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 17:12:56 +0100" startDate="2017-11-23 16:30:07 +0100" endDate="2017-11-23 16:40:05 +0100" value="0.81379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 17:12:56 +0100" startDate="2017-11-23 16:40:05 +0100" endDate="2017-11-23 16:49:38 +0100" value="0.86764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 17:12:56 +0100" startDate="2017-11-23 16:49:38 +0100" endDate="2017-11-23 16:59:35 +0100" value="0.20315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 17:12:56 +0100" startDate="2017-11-23 16:59:35 +0100" endDate="2017-11-23 17:09:33 +0100" value="0.08279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 18:11:04 +0100" startDate="2017-11-23 17:09:33 +0100" endDate="2017-11-23 17:19:31 +0100" value="0.10603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 18:11:04 +0100" startDate="2017-11-23 17:19:31 +0100" endDate="2017-11-23 17:28:15 +0100" value="0.02666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 18:11:04 +0100" startDate="2017-11-23 17:28:15 +0100" endDate="2017-11-23 17:38:14 +0100" value="0.14685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 18:11:04 +0100" startDate="2017-11-23 17:38:14 +0100" endDate="2017-11-23 17:48:13 +0100" value="0.86174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 18:11:04 +0100" startDate="2017-11-23 17:48:13 +0100" endDate="2017-11-23 17:56:17 +0100" value="0.48086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 18:11:04 +0100" startDate="2017-11-23 17:59:50 +0100" endDate="2017-11-23 18:07:47 +0100" value="0.03315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 19:11:32 +0100" startDate="2017-11-23 18:07:47 +0100" endDate="2017-11-23 18:13:39 +0100" value="0.03451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 19:11:32 +0100" startDate="2017-11-23 18:43:49 +0100" endDate="2017-11-23 18:53:20 +0100" value="0.03507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 20:11:19 +0100" startDate="2017-11-23 19:04:45 +0100" endDate="2017-11-23 19:14:44 +0100" value="0.07129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 20:11:19 +0100" startDate="2017-11-23 19:14:44 +0100" endDate="2017-11-23 19:24:42 +0100" value="0.39033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 20:11:19 +0100" startDate="2017-11-23 19:24:42 +0100" endDate="2017-11-23 19:34:39 +0100" value="0.42242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 20:11:19 +0100" startDate="2017-11-23 19:34:39 +0100" endDate="2017-11-23 19:44:38 +0100" value="0.72935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 20:11:19 +0100" startDate="2017-11-23 19:44:38 +0100" endDate="2017-11-23 19:54:13 +0100" value="0.2899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 20:11:19 +0100" startDate="2017-11-23 19:54:13 +0100" endDate="2017-11-23 19:56:33 +0100" value="0.0021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 23:50:03 +0100" startDate="2017-11-23 22:55:46 +0100" endDate="2017-11-23 23:03:28 +0100" value="0.03443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 23:50:03 +0100" startDate="2017-11-23 23:03:28 +0100" endDate="2017-11-23 23:13:27 +0100" value="0.32974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 23:50:03 +0100" startDate="2017-11-23 23:13:27 +0100" endDate="2017-11-23 23:23:25 +0100" value="0.88311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 23:50:03 +0100" startDate="2017-11-23 23:23:25 +0100" endDate="2017-11-23 23:29:58 +0100" value="0.26706"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-23 23:50:03 +0100" startDate="2017-11-23 23:30:55 +0100" endDate="2017-11-23 23:38:02 +0100" value="0.01131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 08:09:43 +0100" startDate="2017-11-24 07:13:57 +0100" endDate="2017-11-24 07:22:09 +0100" value="0.05946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 08:09:43 +0100" startDate="2017-11-24 07:22:20 +0100" endDate="2017-11-24 07:29:00 +0100" value="0.01464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 08:09:43 +0100" startDate="2017-11-24 07:29:00 +0100" endDate="2017-11-24 07:33:33 +0100" value="0.05867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 08:09:43 +0100" startDate="2017-11-24 07:44:46 +0100" endDate="2017-11-24 07:51:57 +0100" value="0.0253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 08:09:43 +0100" startDate="2017-11-24 07:54:41 +0100" endDate="2017-11-24 08:04:40 +0100" value="0.08656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 09:09:16 +0100" startDate="2017-11-24 08:04:40 +0100" endDate="2017-11-24 08:14:22 +0100" value="0.63738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 09:09:16 +0100" startDate="2017-11-24 08:17:45 +0100" endDate="2017-11-24 08:23:45 +0100" value="0.00592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 09:09:16 +0100" startDate="2017-11-24 08:28:00 +0100" endDate="2017-11-24 08:36:41 +0100" value="0.03819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 09:09:16 +0100" startDate="2017-11-24 08:36:41 +0100" endDate="2017-11-24 08:39:06 +0100" value="0.02811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 10:09:48 +0100" startDate="2017-11-24 09:12:09 +0100" endDate="2017-11-24 09:22:08 +0100" value="0.27906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 10:09:48 +0100" startDate="2017-11-24 09:22:08 +0100" endDate="2017-11-24 09:31:54 +0100" value="0.39711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 11:11:41 +0100" startDate="2017-11-24 10:44:17 +0100" endDate="2017-11-24 10:51:05 +0100" value="0.03757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 11:11:41 +0100" startDate="2017-11-24 10:51:05 +0100" endDate="2017-11-24 10:57:04 +0100" value="0.03152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 12:09:04 +0100" startDate="2017-11-24 11:13:58 +0100" endDate="2017-11-24 11:23:52 +0100" value="0.10652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 12:09:04 +0100" startDate="2017-11-24 11:23:52 +0100" endDate="2017-11-24 11:33:49 +0100" value="0.23656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 12:09:04 +0100" startDate="2017-11-24 11:33:49 +0100" endDate="2017-11-24 11:39:27 +0100" value="0.37698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 12:09:04 +0100" startDate="2017-11-24 11:40:40 +0100" endDate="2017-11-24 11:49:21 +0100" value="0.0676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 13:12:09 +0100" startDate="2017-11-24 12:00:47 +0100" endDate="2017-11-24 12:10:46 +0100" value="0.30974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 13:12:09 +0100" startDate="2017-11-24 12:10:46 +0100" endDate="2017-11-24 12:16:27 +0100" value="0.50398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 13:12:09 +0100" startDate="2017-11-24 13:00:36 +0100" endDate="2017-11-24 13:09:09 +0100" value="0.0358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 14:09:51 +0100" startDate="2017-11-24 13:18:28 +0100" endDate="2017-11-24 13:24:49 +0100" value="0.00168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 16:09:23 +0100" startDate="2017-11-24 15:14:52 +0100" endDate="2017-11-24 15:24:12 +0100" value="0.05641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 16:09:23 +0100" startDate="2017-11-24 15:24:12 +0100" endDate="2017-11-24 15:34:11 +0100" value="0.5905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 16:09:23 +0100" startDate="2017-11-24 15:34:11 +0100" endDate="2017-11-24 15:44:11 +0100" value="0.89515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 16:09:23 +0100" startDate="2017-11-24 15:44:11 +0100" endDate="2017-11-24 15:54:10 +0100" value="0.2311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 17:08:53 +0100" startDate="2017-11-24 16:44:50 +0100" endDate="2017-11-24 16:54:49 +0100" value="0.07214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 17:08:53 +0100" startDate="2017-11-24 16:54:49 +0100" endDate="2017-11-24 16:58:57 +0100" value="0.03238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 18:10:46 +0100" startDate="2017-11-24 16:58:57 +0100" endDate="2017-11-24 17:08:30 +0100" value="0.01461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 18:10:46 +0100" startDate="2017-11-24 17:08:30 +0100" endDate="2017-11-24 17:14:34 +0100" value="0.05789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 18:10:46 +0100" startDate="2017-11-24 17:28:18 +0100" endDate="2017-11-24 17:36:20 +0100" value="0.01511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 18:10:46 +0100" startDate="2017-11-24 17:36:20 +0100" endDate="2017-11-24 17:46:08 +0100" value="0.05983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 18:10:46 +0100" startDate="2017-11-24 17:46:08 +0100" endDate="2017-11-24 17:56:05 +0100" value="0.84736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 18:10:46 +0100" startDate="2017-11-24 17:56:05 +0100" endDate="2017-11-24 18:06:04 +0100" value="0.66099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 19:14:26 +0100" startDate="2017-11-24 18:06:04 +0100" endDate="2017-11-24 18:10:40 +0100" value="0.16897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 19:14:26 +0100" startDate="2017-11-24 18:28:05 +0100" endDate="2017-11-24 18:36:55 +0100" value="0.18144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 19:14:26 +0100" startDate="2017-11-24 18:36:55 +0100" endDate="2017-11-24 18:42:42 +0100" value="0.06006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 19:14:26 +0100" startDate="2017-11-24 18:42:45 +0100" endDate="2017-11-24 18:51:20 +0100" value="0.05098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 20:09:33 +0100" startDate="2017-11-24 19:05:16 +0100" endDate="2017-11-24 19:15:03 +0100" value="0.12588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 20:09:33 +0100" startDate="2017-11-24 19:15:03 +0100" endDate="2017-11-24 19:24:37 +0100" value="0.29071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 21:17:43 +0100" startDate="2017-11-24 20:02:19 +0100" endDate="2017-11-24 20:12:18 +0100" value="0.23017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 21:17:43 +0100" startDate="2017-11-24 20:12:18 +0100" endDate="2017-11-24 20:22:18 +0100" value="0.69102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 21:17:43 +0100" startDate="2017-11-24 20:22:18 +0100" endDate="2017-11-24 20:32:18 +0100" value="0.40389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 21:17:43 +0100" startDate="2017-11-24 20:32:18 +0100" endDate="2017-11-24 20:39:42 +0100" value="0.3139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 21:17:43 +0100" startDate="2017-11-24 20:39:42 +0100" endDate="2017-11-24 20:46:28 +0100" value="0.07677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 22:09:04 +0100" startDate="2017-11-24 21:58:01 +0100" endDate="2017-11-24 22:06:54 +0100" value="0.02916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 23:48:48 +0100" startDate="2017-11-24 22:06:54 +0100" endDate="2017-11-24 22:10:54 +0100" value="0.01794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-24 23:48:48 +0100" startDate="2017-11-24 22:32:59 +0100" endDate="2017-11-24 22:39:27 +0100" value="0.01427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 01:11:46 +0100" startDate="2017-11-25 00:34:42 +0100" endDate="2017-11-25 00:44:40 +0100" value="0.03431"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 01:11:46 +0100" startDate="2017-11-25 00:44:40 +0100" endDate="2017-11-25 00:49:10 +0100" value="0.0329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 01:11:46 +0100" startDate="2017-11-25 00:57:42 +0100" endDate="2017-11-25 01:04:08 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 02:10:28 +0100" startDate="2017-11-25 01:04:08 +0100" endDate="2017-11-25 01:11:39 +0100" value="0.04855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 08:09:21 +0100" startDate="2017-11-25 07:15:02 +0100" endDate="2017-11-25 07:21:33 +0100" value="0.00703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 08:09:21 +0100" startDate="2017-11-25 07:21:33 +0100" endDate="2017-11-25 07:28:53 +0100" value="0.01379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 08:09:21 +0100" startDate="2017-11-25 07:37:18 +0100" endDate="2017-11-25 07:47:15 +0100" value="0.03048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 08:09:21 +0100" startDate="2017-11-25 07:47:15 +0100" endDate="2017-11-25 07:56:39 +0100" value="0.31757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 09:09:43 +0100" startDate="2017-11-25 08:55:58 +0100" endDate="2017-11-25 09:05:07 +0100" value="0.0673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 10:09:31 +0100" startDate="2017-11-25 09:18:25 +0100" endDate="2017-11-25 09:25:41 +0100" value="0.01984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 10:09:31 +0100" startDate="2017-11-25 09:25:41 +0100" endDate="2017-11-25 09:30:06 +0100" value="0.01128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 10:09:31 +0100" startDate="2017-11-25 09:42:47 +0100" endDate="2017-11-25 09:50:26 +0100" value="0.02841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 09:59:51 +0100" endDate="2017-11-25 10:09:50 +0100" value="0.04017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 10:09:50 +0100" endDate="2017-11-25 10:18:37 +0100" value="0.05352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 10:18:37 +0100" endDate="2017-11-25 10:23:24 +0100" value="0.0326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 10:27:56 +0100" endDate="2017-11-25 10:37:47 +0100" value="0.09716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 10:37:47 +0100" endDate="2017-11-25 10:40:50 +0100" value="0.07049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 10:45:51 +0100" endDate="2017-11-25 10:53:31 +0100" value="0.04013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 10:53:31 +0100" endDate="2017-11-25 10:56:47 +0100" value="0.00042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 11:16:22 +0100" startDate="2017-11-25 11:01:40 +0100" endDate="2017-11-25 11:07:50 +0100" value="0.02358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 12:09:33 +0100" startDate="2017-11-25 11:18:24 +0100" endDate="2017-11-25 11:26:54 +0100" value="0.02443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 12:09:33 +0100" startDate="2017-11-25 11:26:54 +0100" endDate="2017-11-25 11:36:47 +0100" value="0.17445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 12:09:33 +0100" startDate="2017-11-25 11:36:47 +0100" endDate="2017-11-25 11:46:35 +0100" value="0.07481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 12:09:33 +0100" startDate="2017-11-25 11:46:35 +0100" endDate="2017-11-25 11:56:23 +0100" value="0.07479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 12:09:33 +0100" startDate="2017-11-25 11:56:23 +0100" endDate="2017-11-25 12:05:54 +0100" value="0.20362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 13:12:22 +0100" startDate="2017-11-25 12:05:54 +0100" endDate="2017-11-25 12:15:53 +0100" value="0.16687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 13:12:22 +0100" startDate="2017-11-25 12:15:53 +0100" endDate="2017-11-25 12:25:52 +0100" value="0.04761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 13:12:22 +0100" startDate="2017-11-25 12:25:52 +0100" endDate="2017-11-25 12:28:20 +0100" value="0.11303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 13:12:22 +0100" startDate="2017-11-25 12:33:05 +0100" endDate="2017-11-25 12:43:05 +0100" value="0.08264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 13:12:22 +0100" startDate="2017-11-25 12:43:05 +0100" endDate="2017-11-25 12:46:32 +0100" value="0.10595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 13:12:22 +0100" startDate="2017-11-25 12:58:44 +0100" endDate="2017-11-25 13:07:17 +0100" value="0.06482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 14:11:30 +0100" startDate="2017-11-25 13:07:17 +0100" endDate="2017-11-25 13:12:23 +0100" value="0.00144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 17:11:46 +0100" startDate="2017-11-25 16:12:41 +0100" endDate="2017-11-25 16:22:21 +0100" value="0.04271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 19:09:02 +0100" startDate="2017-11-25 18:29:36 +0100" endDate="2017-11-25 18:35:41 +0100" value="0.00477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 19:09:02 +0100" startDate="2017-11-25 18:57:06 +0100" endDate="2017-11-25 19:03:37 +0100" value="0.02582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 21:22:07 +0100" startDate="2017-11-25 20:08:28 +0100" endDate="2017-11-25 20:16:43 +0100" value="0.02734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 21:22:07 +0100" startDate="2017-11-25 20:50:31 +0100" endDate="2017-11-25 20:57:19 +0100" value="0.02347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 23:57:52 +0100" startDate="2017-11-25 22:37:35 +0100" endDate="2017-11-25 22:44:16 +0100" value="0.02261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-25 23:57:52 +0100" startDate="2017-11-25 23:22:40 +0100" endDate="2017-11-25 23:31:59 +0100" value="0.06718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 13:11:52 +0100" startDate="2017-11-26 12:09:32 +0100" endDate="2017-11-26 12:19:32 +0100" value="0.09446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 13:11:52 +0100" startDate="2017-11-26 12:19:32 +0100" endDate="2017-11-26 12:24:14 +0100" value="0.12858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 14:10:57 +0100" startDate="2017-11-26 13:12:42 +0100" endDate="2017-11-26 13:19:49 +0100" value="0.03769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 14:10:57 +0100" startDate="2017-11-26 13:23:48 +0100" endDate="2017-11-26 13:33:34 +0100" value="0.09657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 14:10:57 +0100" startDate="2017-11-26 13:39:21 +0100" endDate="2017-11-26 13:48:12 +0100" value="0.11357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 14:10:57 +0100" startDate="2017-11-26 13:48:12 +0100" endDate="2017-11-26 13:58:10 +0100" value="0.04887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 14:10:57 +0100" startDate="2017-11-26 13:58:10 +0100" endDate="2017-11-26 14:07:10 +0100" value="0.02687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 15:14:15 +0100" startDate="2017-11-26 14:07:10 +0100" endDate="2017-11-26 14:17:08 +0100" value="0.01909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 15:14:15 +0100" startDate="2017-11-26 14:17:08 +0100" endDate="2017-11-26 14:18:55 +0100" value="0.02602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 15:14:15 +0100" startDate="2017-11-26 14:25:18 +0100" endDate="2017-11-26 14:32:59 +0100" value="0.02653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 15:14:15 +0100" startDate="2017-11-26 14:35:36 +0100" endDate="2017-11-26 14:45:35 +0100" value="0.0853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 15:14:15 +0100" startDate="2017-11-26 14:45:35 +0100" endDate="2017-11-26 14:46:41 +0100" value="0.0227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 15:14:15 +0100" startDate="2017-11-26 14:51:08 +0100" endDate="2017-11-26 14:59:53 +0100" value="0.07314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 16:09:16 +0100" startDate="2017-11-26 15:04:50 +0100" endDate="2017-11-26 15:11:46 +0100" value="0.02136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 16:09:16 +0100" startDate="2017-11-26 15:11:46 +0100" endDate="2017-11-26 15:19:01 +0100" value="0.02041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 16:09:16 +0100" startDate="2017-11-26 15:19:01 +0100" endDate="2017-11-26 15:21:59 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 17:12:00 +0100" startDate="2017-11-26 16:20:47 +0100" endDate="2017-11-26 16:28:34 +0100" value="0.0495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 17:12:00 +0100" startDate="2017-11-26 16:28:34 +0100" endDate="2017-11-26 16:38:30 +0100" value="0.13483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 17:12:00 +0100" startDate="2017-11-26 16:38:30 +0100" endDate="2017-11-26 16:44:19 +0100" value="0.12739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 18:09:15 +0100" startDate="2017-11-26 17:28:54 +0100" endDate="2017-11-26 17:38:49 +0100" value="0.18415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 18:09:15 +0100" startDate="2017-11-26 17:38:49 +0100" endDate="2017-11-26 17:45:46 +0100" value="0.12414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-26 18:09:15 +0100" startDate="2017-11-26 17:45:46 +0100" endDate="2017-11-26 17:55:44 +0100" value="0.04562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-27 07:52:32 +0100" startDate="2017-11-26 21:28:00 +0100" endDate="2017-11-26 21:36:46 +0100" value="0.01598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-27 07:52:32 +0100" startDate="2017-11-26 21:36:46 +0100" endDate="2017-11-26 21:45:06 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.1, creation date:2017-11-12 23:38:47 +0000&gt;" unit="km" creationDate="2017-11-27 07:52:32 +0100" startDate="2017-11-26 21:53:51 +0100" endDate="2017-11-26 22:00:21 +0100" value="0.0044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 08:21:01 +0100" startDate="2017-11-27 07:44:50 +0100" endDate="2017-11-27 07:53:59 +0100" value="0.0532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 08:21:01 +0100" startDate="2017-11-27 07:53:59 +0100" endDate="2017-11-27 07:58:54 +0100" value="0.00944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 08:21:01 +0100" startDate="2017-11-27 08:01:14 +0100" endDate="2017-11-27 08:09:00 +0100" value="0.00084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 08:21:01 +0100" startDate="2017-11-27 08:10:27 +0100" endDate="2017-11-27 08:17:53 +0100" value="0.03048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 08:24:36 +0100" endDate="2017-11-27 08:34:36 +0100" value="0.25598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 08:34:36 +0100" endDate="2017-11-27 08:43:21 +0100" value="0.50562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 08:43:21 +0100" endDate="2017-11-27 08:53:19 +0100" value="0.09167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 08:53:19 +0100" endDate="2017-11-27 09:03:02 +0100" value="0.11263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 09:03:02 +0100" endDate="2017-11-27 09:10:40 +0100" value="0.02153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 09:10:40 +0100" endDate="2017-11-27 09:20:17 +0100" value="0.01394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 09:34:33 +0100" startDate="2017-11-27 09:21:38 +0100" endDate="2017-11-27 09:31:19 +0100" value="0.12383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 10:22:33 +0100" startDate="2017-11-27 09:31:19 +0100" endDate="2017-11-27 09:38:01 +0100" value="0.06093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 11:22:04 +0100" startDate="2017-11-27 10:53:00 +0100" endDate="2017-11-27 10:59:46 +0100" value="0.04796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 11:22:04 +0100" startDate="2017-11-27 10:59:46 +0100" endDate="2017-11-27 11:05:04 +0100" value="0.00608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 12:27:51 +0100" startDate="2017-11-27 11:14:08 +0100" endDate="2017-11-27 11:23:57 +0100" value="0.07135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 12:27:51 +0100" startDate="2017-11-27 11:23:57 +0100" endDate="2017-11-27 11:33:55 +0100" value="0.23666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 12:27:51 +0100" startDate="2017-11-27 11:33:55 +0100" endDate="2017-11-27 11:43:53 +0100" value="0.14187"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 13:24:29 +0100" startDate="2017-11-27 12:22:11 +0100" endDate="2017-11-27 12:32:10 +0100" value="0.11424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 13:24:29 +0100" startDate="2017-11-27 12:32:10 +0100" endDate="2017-11-27 12:41:56 +0100" value="0.41196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 13:24:29 +0100" startDate="2017-11-27 12:41:56 +0100" endDate="2017-11-27 12:49:15 +0100" value="0.09285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 13:24:29 +0100" startDate="2017-11-27 12:49:15 +0100" endDate="2017-11-27 12:58:29 +0100" value="0.29952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 14:28:05 +0100" startDate="2017-11-27 13:52:07 +0100" endDate="2017-11-27 13:58:07 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 14:28:05 +0100" startDate="2017-11-27 13:58:07 +0100" endDate="2017-11-27 14:07:58 +0100" value="0.31171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 14:27:26 +0100" endDate="2017-11-27 14:37:13 +0100" value="0.10247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 14:37:13 +0100" endDate="2017-11-27 14:43:12 +0100" value="0.00041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 14:43:12 +0100" endDate="2017-11-27 14:48:35 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 14:48:39 +0100" endDate="2017-11-27 14:56:57 +0100" value="0.14854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cfc0f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 14:56:57 +0100" endDate="2017-11-27 15:01:01 +0100" value="0.0315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 15:04:24 +0100" endDate="2017-11-27 15:11:02 +0100" value="0.0232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 15:22:49 +0100" startDate="2017-11-27 15:11:02 +0100" endDate="2017-11-27 15:16:38 +0100" value="0.03408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 16:23:50 +0100" startDate="2017-11-27 15:16:38 +0100" endDate="2017-11-27 15:25:53 +0100" value="0.03063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 16:23:50 +0100" startDate="2017-11-27 15:25:53 +0100" endDate="2017-11-27 15:35:16 +0100" value="0.01509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 16:23:50 +0100" startDate="2017-11-27 15:35:16 +0100" endDate="2017-11-27 15:45:14 +0100" value="0.04315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 16:23:50 +0100" startDate="2017-11-27 15:45:14 +0100" endDate="2017-11-27 15:46:35 +0100" value="0.01135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 17:21:42 +0100" startDate="2017-11-27 16:19:00 +0100" endDate="2017-11-27 16:26:19 +0100" value="0.0819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 17:21:42 +0100" startDate="2017-11-27 16:26:19 +0100" endDate="2017-11-27 16:36:18 +0100" value="0.17706"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 17:21:42 +0100" startDate="2017-11-27 16:36:18 +0100" endDate="2017-11-27 16:46:18 +0100" value="0.20667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 17:21:42 +0100" startDate="2017-11-27 16:46:18 +0100" endDate="2017-11-27 16:56:15 +0100" value="0.49918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 17:21:42 +0100" startDate="2017-11-27 16:56:15 +0100" endDate="2017-11-27 17:05:47 +0100" value="0.24705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 17:21:42 +0100" startDate="2017-11-27 17:05:47 +0100" endDate="2017-11-27 17:15:46 +0100" value="0.07591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 18:22:55 +0100" startDate="2017-11-27 17:15:46 +0100" endDate="2017-11-27 17:25:38 +0100" value="0.12595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-27 18:22:55 +0100" startDate="2017-11-27 17:25:38 +0100" endDate="2017-11-27 17:34:36 +0100" value="0.02254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 00:27:13 +0100" startDate="2017-11-27 23:38:25 +0100" endDate="2017-11-27 23:47:28 +0100" value="0.03941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 00:27:13 +0100" startDate="2017-11-27 23:47:28 +0100" endDate="2017-11-27 23:52:28 +0100" value="0.01346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 00:27:13 +0100" startDate="2017-11-28 00:03:49 +0100" endDate="2017-11-28 00:10:22 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 07:24:34 +0100" startDate="2017-11-28 06:41:37 +0100" endDate="2017-11-28 06:48:15 +0100" value="0.02301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 07:24:34 +0100" startDate="2017-11-28 06:57:42 +0100" endDate="2017-11-28 07:04:00 +0100" value="0.00813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 07:24:34 +0100" startDate="2017-11-28 07:13:42 +0100" endDate="2017-11-28 07:20:55 +0100" value="0.03259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 08:30:27 +0100" startDate="2017-11-28 07:20:55 +0100" endDate="2017-11-28 07:30:54 +0100" value="0.01336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 08:30:27 +0100" startDate="2017-11-28 07:30:54 +0100" endDate="2017-11-28 07:40:52 +0100" value="0.70288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 08:30:27 +0100" startDate="2017-11-28 07:40:52 +0100" endDate="2017-11-28 07:50:50 +0100" value="0.57499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 08:30:27 +0100" startDate="2017-11-28 07:50:50 +0100" endDate="2017-11-28 07:59:51 +0100" value="0.36019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 08:30:27 +0100" startDate="2017-11-28 07:59:51 +0100" endDate="2017-11-28 08:09:08 +0100" value="0.01136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 08:30:27 +0100" startDate="2017-11-28 08:09:08 +0100" endDate="2017-11-28 08:18:59 +0100" value="0.04386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 09:26:13 +0100" startDate="2017-11-28 08:40:39 +0100" endDate="2017-11-28 08:50:39 +0100" value="0.2857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 09:26:13 +0100" startDate="2017-11-28 08:50:39 +0100" endDate="2017-11-28 09:00:26 +0100" value="0.57441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 10:25:42 +0100" startDate="2017-11-28 09:23:56 +0100" endDate="2017-11-28 09:30:12 +0100" value="0.00698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 12:23:29 +0100" startDate="2017-11-28 11:18:00 +0100" endDate="2017-11-28 11:28:00 +0100" value="0.32197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 12:23:29 +0100" startDate="2017-11-28 11:28:00 +0100" endDate="2017-11-28 11:37:24 +0100" value="0.38068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 12:23:29 +0100" startDate="2017-11-28 11:37:24 +0100" endDate="2017-11-28 11:44:15 +0100" value="0.00539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 12:23:29 +0100" startDate="2017-11-28 11:55:37 +0100" endDate="2017-11-28 12:05:36 +0100" value="0.28936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 12:23:29 +0100" startDate="2017-11-28 12:05:36 +0100" endDate="2017-11-28 12:15:36 +0100" value="0.57685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 13:25:05 +0100" startDate="2017-11-28 12:15:36 +0100" endDate="2017-11-28 12:20:40 +0100" value="0.41511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 14:21:22 +0100" startDate="2017-11-28 13:44:26 +0100" endDate="2017-11-28 13:52:47 +0100" value="0.06176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 14:21:22 +0100" startDate="2017-11-28 13:52:47 +0100" endDate="2017-11-28 14:02:14 +0100" value="0.04961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 14:21:22 +0100" startDate="2017-11-28 14:02:14 +0100" endDate="2017-11-28 14:07:27 +0100" value="0.0624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 15:26:30 +0100" startDate="2017-11-28 14:45:37 +0100" endDate="2017-11-28 14:54:53 +0100" value="0.04396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 15:26:30 +0100" startDate="2017-11-28 14:54:53 +0100" endDate="2017-11-28 15:04:31 +0100" value="0.27052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 16:30:40 +0100" startDate="2017-11-28 16:01:52 +0100" endDate="2017-11-28 16:11:51 +0100" value="0.18246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 16:30:40 +0100" startDate="2017-11-28 16:11:51 +0100" endDate="2017-11-28 16:19:17 +0100" value="0.08059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 17:21:06 +0100" startDate="2017-11-28 16:41:34 +0100" endDate="2017-11-28 16:48:12 +0100" value="0.00861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 17:21:06 +0100" startDate="2017-11-28 16:48:58 +0100" endDate="2017-11-28 16:58:57 +0100" value="0.08682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 17:21:06 +0100" startDate="2017-11-28 16:58:57 +0100" endDate="2017-11-28 17:08:56 +0100" value="0.49671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 17:21:06 +0100" startDate="2017-11-28 17:08:56 +0100" endDate="2017-11-28 17:18:36 +0100" value="0.04447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 17:18:36 +0100" endDate="2017-11-28 17:26:24 +0100" value="0.07467"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 17:51:15 +0100" endDate="2017-11-28 18:00:18 +0100" value="0.05124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 18:01:50 +0100" endDate="2017-11-28 18:08:00 +0100" value="0.00416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 19:23:53 +0100" endDate="2017-11-28 19:33:16 +0100" value="0.05139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 19:37:13 +0100" endDate="2017-11-28 19:45:31 +0100" value="0.05021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 19:56:30 +0100" endDate="2017-11-28 20:06:28 +0100" value="0.14866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 20:06:28 +0100" endDate="2017-11-28 20:09:07 +0100" value="0.17026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 20:17:28 +0100" endDate="2017-11-28 20:23:51 +0100" value="0.01382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 20:26:08 +0100" endDate="2017-11-28 20:33:53 +0100" value="0.04156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 22:02:31 +0100" endDate="2017-11-28 22:12:22 +0100" value="0.07133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 22:12:22 +0100" endDate="2017-11-28 22:22:21 +0100" value="0.20522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 22:22:21 +0100" endDate="2017-11-28 22:32:20 +0100" value="0.45541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 22:53:16 +0100" startDate="2017-11-28 22:32:20 +0100" endDate="2017-11-28 22:41:11 +0100" value="0.25278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-28 23:08:25 +0100" startDate="2017-11-28 22:46:06 +0100" endDate="2017-11-28 22:54:39 +0100" value="0.02963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 08:04:45 +0100" startDate="2017-11-29 07:05:46 +0100" endDate="2017-11-29 07:12:42 +0100" value="0.01935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 08:04:45 +0100" startDate="2017-11-29 07:27:48 +0100" endDate="2017-11-29 07:35:53 +0100" value="0.00147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 08:04:45 +0100" startDate="2017-11-29 07:44:16 +0100" endDate="2017-11-29 07:54:13 +0100" value="0.03348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 08:04:45 +0100" startDate="2017-11-29 07:54:13 +0100" endDate="2017-11-29 08:02:01 +0100" value="0.04113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 09:10:03 +0100" startDate="2017-11-29 08:02:01 +0100" endDate="2017-11-29 08:11:54 +0100" value="0.65096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 09:10:03 +0100" startDate="2017-11-29 08:11:54 +0100" endDate="2017-11-29 08:13:36 +0100" value="0.01521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 09:10:03 +0100" startDate="2017-11-29 08:49:03 +0100" endDate="2017-11-29 08:55:21 +0100" value="0.00407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 11:05:42 +0100" startDate="2017-11-29 09:58:06 +0100" endDate="2017-11-29 10:04:34 +0100" value="0.03009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 11:05:42 +0100" startDate="2017-11-29 10:13:10 +0100" endDate="2017-11-29 10:22:50 +0100" value="0.0427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 11:05:42 +0100" startDate="2017-11-29 10:22:50 +0100" endDate="2017-11-29 10:23:13 +0100" value="0.00836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 11:05:42 +0100" startDate="2017-11-29 10:33:58 +0100" endDate="2017-11-29 10:43:58 +0100" value="0.19463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 11:05:42 +0100" startDate="2017-11-29 10:43:58 +0100" endDate="2017-11-29 10:48:39 +0100" value="0.27662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 11:05:42 +0100" startDate="2017-11-29 10:51:43 +0100" endDate="2017-11-29 11:01:43 +0100" value="0.39095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 12:03:53 +0100" startDate="2017-11-29 11:01:43 +0100" endDate="2017-11-29 11:03:12 +0100" value="0.05626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 12:03:53 +0100" startDate="2017-11-29 11:14:30 +0100" endDate="2017-11-29 11:24:30 +0100" value="0.23451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 12:03:53 +0100" startDate="2017-11-29 11:24:30 +0100" endDate="2017-11-29 11:33:31 +0100" value="0.53975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 12:03:53 +0100" startDate="2017-11-29 11:33:31 +0100" endDate="2017-11-29 11:43:17 +0100" value="0.0716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 13:04:42 +0100" startDate="2017-11-29 11:57:05 +0100" endDate="2017-11-29 12:07:04 +0100" value="0.20394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 13:04:42 +0100" startDate="2017-11-29 12:07:04 +0100" endDate="2017-11-29 12:16:41 +0100" value="0.57616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 13:04:42 +0100" startDate="2017-11-29 12:16:41 +0100" endDate="2017-11-29 12:18:28 +0100" value="0.03014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 13:04:42 +0100" startDate="2017-11-29 12:39:39 +0100" endDate="2017-11-29 12:49:38 +0100" value="0.03487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 13:04:42 +0100" startDate="2017-11-29 12:49:38 +0100" endDate="2017-11-29 12:54:03 +0100" value="0.03273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 13:04:42 +0100" startDate="2017-11-29 12:54:03 +0100" endDate="2017-11-29 13:03:07 +0100" value="0.02368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 14:11:23 +0100" startDate="2017-11-29 13:30:41 +0100" endDate="2017-11-29 13:38:54 +0100" value="0.03503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 14:11:23 +0100" startDate="2017-11-29 13:41:51 +0100" endDate="2017-11-29 13:51:32 +0100" value="0.16823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 15:04:26 +0100" startDate="2017-11-29 14:27:16 +0100" endDate="2017-11-29 14:37:12 +0100" value="0.07249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 15:04:26 +0100" startDate="2017-11-29 14:39:03 +0100" endDate="2017-11-29 14:48:50 +0100" value="0.17642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 15:04:26 +0100" startDate="2017-11-29 14:48:50 +0100" endDate="2017-11-29 14:58:38 +0100" value="0.0302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 16:03:36 +0100" startDate="2017-11-29 15:12:36 +0100" endDate="2017-11-29 15:18:44 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 16:03:36 +0100" startDate="2017-11-29 15:22:25 +0100" endDate="2017-11-29 15:32:25 +0100" value="0.05199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 16:03:36 +0100" startDate="2017-11-29 15:32:25 +0100" endDate="2017-11-29 15:34:12 +0100" value="0.0397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 16:03:36 +0100" startDate="2017-11-29 15:47:37 +0100" endDate="2017-11-29 15:56:28 +0100" value="0.05165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 17:05:39 +0100" startDate="2017-11-29 15:56:28 +0100" endDate="2017-11-29 16:06:18 +0100" value="0.02576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 17:05:39 +0100" startDate="2017-11-29 16:06:18 +0100" endDate="2017-11-29 16:16:11 +0100" value="0.07435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 17:05:39 +0100" startDate="2017-11-29 16:16:11 +0100" endDate="2017-11-29 16:23:39 +0100" value="0.08943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 17:05:39 +0100" startDate="2017-11-29 16:23:39 +0100" endDate="2017-11-29 16:33:02 +0100" value="0.08229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 17:05:39 +0100" startDate="2017-11-29 16:33:02 +0100" endDate="2017-11-29 16:42:53 +0100" value="0.54804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 17:05:39 +0100" startDate="2017-11-29 16:42:53 +0100" endDate="2017-11-29 16:44:38 +0100" value="0.03395"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 18:06:45 +0100" startDate="2017-11-29 17:07:10 +0100" endDate="2017-11-29 17:13:40 +0100" value="0.01663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 19:03:32 +0100" startDate="2017-11-29 18:31:16 +0100" endDate="2017-11-29 18:39:10 +0100" value="0.01412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 20:05:53 +0100" startDate="2017-11-29 19:40:42 +0100" endDate="2017-11-29 19:48:13 +0100" value="0.02213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 21:07:21 +0100" startDate="2017-11-29 20:19:06 +0100" endDate="2017-11-29 20:25:26 +0100" value="0.00147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-29 23:18:11 +0100" startDate="2017-11-29 23:04:26 +0100" endDate="2017-11-29 23:13:15 +0100" value="0.03644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 00:08:44 +0100" startDate="2017-11-29 23:13:15 +0100" endDate="2017-11-29 23:18:20 +0100" value="0.02083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 08:08:15 +0100" startDate="2017-11-30 07:13:24 +0100" endDate="2017-11-30 07:22:51 +0100" value="0.0415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 08:08:15 +0100" startDate="2017-11-30 07:22:51 +0100" endDate="2017-11-30 07:23:37 +0100" value="0.01183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 08:08:15 +0100" startDate="2017-11-30 07:38:22 +0100" endDate="2017-11-30 07:45:23 +0100" value="0.02612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 08:08:15 +0100" startDate="2017-11-30 07:50:02 +0100" endDate="2017-11-30 08:00:01 +0100" value="0.07061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 09:03:30 +0100" startDate="2017-11-30 08:00:01 +0100" endDate="2017-11-30 08:09:32 +0100" value="0.68327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 09:03:30 +0100" startDate="2017-11-30 08:50:49 +0100" endDate="2017-11-30 08:58:23 +0100" value="0.05465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 11:05:53 +0100" startDate="2017-11-30 09:56:16 +0100" endDate="2017-11-30 10:05:47 +0100" value="0.07354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 11:05:53 +0100" startDate="2017-11-30 10:26:02 +0100" endDate="2017-11-30 10:33:04 +0100" value="0.05026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 11:05:53 +0100" startDate="2017-11-30 10:33:04 +0100" endDate="2017-11-30 10:40:25 +0100" value="0.04058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 11:05:53 +0100" startDate="2017-11-30 10:40:26 +0100" endDate="2017-11-30 10:50:20 +0100" value="0.04238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 12:05:46 +0100" startDate="2017-11-30 11:36:13 +0100" endDate="2017-11-30 11:44:46 +0100" value="0.04247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 13:12:51 +0100" startDate="2017-11-30 12:21:02 +0100" endDate="2017-11-30 12:30:38 +0100" value="0.07943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 13:12:51 +0100" startDate="2017-11-30 12:30:38 +0100" endDate="2017-11-30 12:40:32 +0100" value="0.35388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 13:12:51 +0100" startDate="2017-11-30 12:40:32 +0100" endDate="2017-11-30 12:43:36 +0100" value="0.0977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 13:12:51 +0100" startDate="2017-11-30 12:45:31 +0100" endDate="2017-11-30 12:51:44 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 13:12:51 +0100" startDate="2017-11-30 12:55:01 +0100" endDate="2017-11-30 13:02:48 +0100" value="0.06934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 15:10:00 +0100" startDate="2017-11-30 14:19:48 +0100" endDate="2017-11-30 14:28:41 +0100" value="0.12485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 15:10:00 +0100" startDate="2017-11-30 14:28:41 +0100" endDate="2017-11-30 14:38:38 +0100" value="0.31873"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 15:10:00 +0100" startDate="2017-11-30 14:38:38 +0100" endDate="2017-11-30 14:41:39 +0100" value="0.02199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 16:05:06 +0100" startDate="2017-11-30 15:13:04 +0100" endDate="2017-11-30 15:19:12 +0100" value="0.01055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 16:05:06 +0100" startDate="2017-11-30 15:37:15 +0100" endDate="2017-11-30 15:45:12 +0100" value="0.0268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 16:05:06 +0100" startDate="2017-11-30 15:45:12 +0100" endDate="2017-11-30 15:55:08 +0100" value="0.13915"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 17:06:21 +0100" startDate="2017-11-30 15:55:08 +0100" endDate="2017-11-30 15:59:53 +0100" value="0.10236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 17:06:21 +0100" startDate="2017-11-30 16:15:45 +0100" endDate="2017-11-30 16:24:49 +0100" value="0.02353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 17:06:21 +0100" startDate="2017-11-30 16:42:42 +0100" endDate="2017-11-30 16:52:41 +0100" value="0.38963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 17:06:21 +0100" startDate="2017-11-30 16:52:41 +0100" endDate="2017-11-30 16:57:55 +0100" value="0.17018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 18:08:18 +0100" startDate="2017-11-30 17:17:46 +0100" endDate="2017-11-30 17:23:54 +0100" value="0.00792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 18:08:18 +0100" startDate="2017-11-30 17:34:29 +0100" endDate="2017-11-30 17:42:37 +0100" value="0.08253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 18:08:18 +0100" startDate="2017-11-30 17:42:37 +0100" endDate="2017-11-30 17:52:09 +0100" value="0.05196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 18:08:18 +0100" startDate="2017-11-30 17:52:09 +0100" endDate="2017-11-30 18:02:09 +0100" value="0.3723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 19:04:07 +0100" startDate="2017-11-30 18:02:09 +0100" endDate="2017-11-30 18:11:35 +0100" value="0.07059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 19:04:07 +0100" startDate="2017-11-30 18:11:35 +0100" endDate="2017-11-30 18:21:34 +0100" value="0.4351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 19:04:07 +0100" startDate="2017-11-30 18:21:34 +0100" endDate="2017-11-30 18:31:32 +0100" value="0.5839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 19:04:07 +0100" startDate="2017-11-30 18:31:32 +0100" endDate="2017-11-30 18:40:07 +0100" value="0.07359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 19:04:07 +0100" startDate="2017-11-30 18:40:07 +0100" endDate="2017-11-30 18:49:43 +0100" value="0.41251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 19:04:07 +0100" startDate="2017-11-30 18:49:43 +0100" endDate="2017-11-30 18:58:20 +0100" value="0.02916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 21:04:24 +0100" startDate="2017-11-30 20:02:19 +0100" endDate="2017-11-30 20:08:39 +0100" value="0.0082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 21:04:24 +0100" startDate="2017-11-30 20:38:46 +0100" endDate="2017-11-30 20:45:14 +0100" value="0.02396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 21:04:24 +0100" startDate="2017-11-30 20:48:24 +0100" endDate="2017-11-30 20:55:05 +0100" value="0.01185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 22:06:54 +0100" startDate="2017-11-30 21:11:25 +0100" endDate="2017-11-30 21:19:02 +0100" value="0.04471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-11-30 22:06:54 +0100" startDate="2017-11-30 21:19:02 +0100" endDate="2017-11-30 21:28:05 +0100" value="0.07596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 07:09:01 +0100" startDate="2017-12-01 06:05:07 +0100" endDate="2017-12-01 06:14:01 +0100" value="0.08042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 07:09:01 +0100" startDate="2017-12-01 06:14:01 +0100" endDate="2017-12-01 06:16:57 +0100" value="0.01843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 07:09:01 +0100" startDate="2017-12-01 06:23:12 +0100" endDate="2017-12-01 06:30:18 +0100" value="0.02359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 07:09:01 +0100" startDate="2017-12-01 06:40:17 +0100" endDate="2017-12-01 06:49:51 +0100" value="0.03381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 07:09:01 +0100" startDate="2017-12-01 06:49:51 +0100" endDate="2017-12-01 06:59:49 +0100" value="0.2279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 08:08:06 +0100" startDate="2017-12-01 06:59:49 +0100" endDate="2017-12-01 07:09:46 +0100" value="0.23075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 08:08:06 +0100" startDate="2017-12-01 07:09:46 +0100" endDate="2017-12-01 07:19:00 +0100" value="0.09801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 08:08:06 +0100" startDate="2017-12-01 07:23:29 +0100" endDate="2017-12-01 07:32:35 +0100" value="0.02938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 08:08:06 +0100" startDate="2017-12-01 07:32:35 +0100" endDate="2017-12-01 07:37:19 +0100" value="0.04765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 08:08:06 +0100" startDate="2017-12-01 07:52:38 +0100" endDate="2017-12-01 07:58:45 +0100" value="0.0062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 09:04:43 +0100" startDate="2017-12-01 08:02:59 +0100" endDate="2017-12-01 08:09:20 +0100" value="0.0089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 08:56:50 +0100" endDate="2017-12-01 09:05:28 +0100" value="0.03607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 09:05:28 +0100" endDate="2017-12-01 09:13:33 +0100" value="0.2684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 09:13:33 +0100" endDate="2017-12-01 09:23:25 +0100" value="0.01349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 09:23:25 +0100" endDate="2017-12-01 09:31:24 +0100" value="0.08651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 09:31:24 +0100" endDate="2017-12-01 09:41:02 +0100" value="0.02842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 09:41:02 +0100" endDate="2017-12-01 09:48:10 +0100" value="0.06686"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 10:04:40 +0100" startDate="2017-12-01 09:52:54 +0100" endDate="2017-12-01 10:02:23 +0100" value="0.05141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 11:05:14 +0100" startDate="2017-12-01 10:02:23 +0100" endDate="2017-12-01 10:06:30 +0100" value="0.03482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 12:05:34 +0100" startDate="2017-12-01 11:15:39 +0100" endDate="2017-12-01 11:21:41 +0100" value="0.00441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 12:05:34 +0100" startDate="2017-12-01 11:47:06 +0100" endDate="2017-12-01 11:55:59 +0100" value="0.04858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 13:05:54 +0100" startDate="2017-12-01 11:55:59 +0100" endDate="2017-12-01 11:59:58 +0100" value="0.00433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 13:05:54 +0100" startDate="2017-12-01 12:03:07 +0100" endDate="2017-12-01 12:09:23 +0100" value="0.0126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 13:05:54 +0100" startDate="2017-12-01 12:22:55 +0100" endDate="2017-12-01 12:32:10 +0100" value="0.06499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 13:05:54 +0100" startDate="2017-12-01 12:32:10 +0100" endDate="2017-12-01 12:36:12 +0100" value="0.03247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 14:06:15 +0100" startDate="2017-12-01 12:56:41 +0100" endDate="2017-12-01 13:05:14 +0100" value="0.03265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 14:06:15 +0100" startDate="2017-12-01 13:05:14 +0100" endDate="2017-12-01 13:13:22 +0100" value="0.10124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 14:06:15 +0100" startDate="2017-12-01 13:13:22 +0100" endDate="2017-12-01 13:22:42 +0100" value="0.0896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 14:06:15 +0100" startDate="2017-12-01 13:22:42 +0100" endDate="2017-12-01 13:26:36 +0100" value="0.02745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 14:06:15 +0100" startDate="2017-12-01 13:27:45 +0100" endDate="2017-12-01 13:33:55 +0100" value="0.00156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 15:07:16 +0100" startDate="2017-12-01 14:13:34 +0100" endDate="2017-12-01 14:20:12 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 15:07:16 +0100" startDate="2017-12-01 14:31:32 +0100" endDate="2017-12-01 14:37:52 +0100" value="0.00682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 15:07:16 +0100" startDate="2017-12-01 14:43:47 +0100" endDate="2017-12-01 14:53:24 +0100" value="0.0614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 15:07:16 +0100" startDate="2017-12-01 14:53:24 +0100" endDate="2017-12-01 15:03:21 +0100" value="0.26055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 16:10:08 +0100" startDate="2017-12-01 15:03:21 +0100" endDate="2017-12-01 15:11:39 +0100" value="0.11676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 18:03:16 +0100" startDate="2017-12-01 17:06:00 +0100" endDate="2017-12-01 17:15:19 +0100" value="0.12298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 19:07:25 +0100" startDate="2017-12-01 18:08:16 +0100" endDate="2017-12-01 18:17:11 +0100" value="0.06112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 19:07:25 +0100" startDate="2017-12-01 18:17:11 +0100" endDate="2017-12-01 18:27:03 +0100" value="0.04517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 19:07:25 +0100" startDate="2017-12-01 18:27:03 +0100" endDate="2017-12-01 18:34:19 +0100" value="0.12026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 20:03:46 +0100" startDate="2017-12-01 19:16:52 +0100" endDate="2017-12-01 19:26:29 +0100" value="0.09873"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 20:03:46 +0100" startDate="2017-12-01 19:26:29 +0100" endDate="2017-12-01 19:36:23 +0100" value="0.04675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 20:03:46 +0100" startDate="2017-12-01 19:36:23 +0100" endDate="2017-12-01 19:43:03 +0100" value="0.02118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 21:05:57 +0100" startDate="2017-12-01 20:26:40 +0100" endDate="2017-12-01 20:33:03 +0100" value="0.0165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-01 22:51:35 +0100" startDate="2017-12-01 21:32:40 +0100" endDate="2017-12-01 21:38:48 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 08:10:19 +0100" startDate="2017-12-02 07:22:11 +0100" endDate="2017-12-02 07:28:16 +0100" value="0.00592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 13:03:41 +0100" startDate="2017-12-02 11:54:57 +0100" endDate="2017-12-02 12:03:40 +0100" value="0.07806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 13:03:41 +0100" startDate="2017-12-02 12:03:40 +0100" endDate="2017-12-02 12:13:30 +0100" value="0.23662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 13:03:41 +0100" startDate="2017-12-02 12:13:30 +0100" endDate="2017-12-02 12:23:29 +0100" value="0.18655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 13:03:41 +0100" startDate="2017-12-02 12:23:29 +0100" endDate="2017-12-02 12:27:06 +0100" value="0.04362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 13:03:41 +0100" startDate="2017-12-02 12:48:59 +0100" endDate="2017-12-02 12:58:28 +0100" value="0.07438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 14:04:45 +0100" startDate="2017-12-02 12:58:28 +0100" endDate="2017-12-02 13:05:39 +0100" value="0.21411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 14:04:45 +0100" startDate="2017-12-02 13:05:39 +0100" endDate="2017-12-02 13:15:28 +0100" value="0.05436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 14:04:45 +0100" startDate="2017-12-02 13:15:28 +0100" endDate="2017-12-02 13:19:22 +0100" value="0.15632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 14:04:45 +0100" startDate="2017-12-02 13:25:34 +0100" endDate="2017-12-02 13:35:34 +0100" value="0.11474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6f30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 14:04:45 +0100" startDate="2017-12-02 13:35:34 +0100" endDate="2017-12-02 13:44:45 +0100" value="0.24357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 15:04:08 +0100" startDate="2017-12-02 13:59:17 +0100" endDate="2017-12-02 14:07:52 +0100" value="0.10782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 15:04:08 +0100" startDate="2017-12-02 14:07:52 +0100" endDate="2017-12-02 14:12:23 +0100" value="0.075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 15:04:08 +0100" startDate="2017-12-02 14:42:57 +0100" endDate="2017-12-02 14:52:25 +0100" value="0.1272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 15:04:08 +0100" startDate="2017-12-02 14:52:25 +0100" endDate="2017-12-02 15:02:21 +0100" value="0.07028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 16:05:22 +0100" startDate="2017-12-02 15:02:21 +0100" endDate="2017-12-02 15:04:54 +0100" value="0.03941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 16:05:22 +0100" startDate="2017-12-02 15:31:05 +0100" endDate="2017-12-02 15:40:23 +0100" value="0.00994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 16:05:22 +0100" startDate="2017-12-02 15:40:23 +0100" endDate="2017-12-02 15:44:04 +0100" value="0.01384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-02 18:07:41 +0100" startDate="2017-12-02 17:49:09 +0100" endDate="2017-12-02 17:56:03 +0100" value="0.01855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 01:24:48 +0100" startDate="2017-12-03 01:04:01 +0100" endDate="2017-12-03 01:13:59 +0100" value="0.00916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 01:24:48 +0100" startDate="2017-12-03 01:13:59 +0100" endDate="2017-12-03 01:19:03 +0100" value="0.08981"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 07:04:44 +0100" startDate="2017-12-03 06:39:12 +0100" endDate="2017-12-03 06:45:33 +0100" value="0.01148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 07:04:44 +0100" startDate="2017-12-03 06:45:33 +0100" endDate="2017-12-03 06:50:59 +0100" value="0.00449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 10:05:36 +0100" startDate="2017-12-03 09:26:15 +0100" endDate="2017-12-03 09:34:51 +0100" value="0.04637"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 10:05:36 +0100" startDate="2017-12-03 09:34:51 +0100" endDate="2017-12-03 09:43:48 +0100" value="0.05289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 10:05:36 +0100" startDate="2017-12-03 09:43:48 +0100" endDate="2017-12-03 09:48:07 +0100" value="0.0132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 11:05:21 +0100" startDate="2017-12-03 10:51:33 +0100" endDate="2017-12-03 10:59:00 +0100" value="0.01281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 12:24:04 +0100" startDate="2017-12-03 10:59:00 +0100" endDate="2017-12-03 11:08:50 +0100" value="0.0521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 12:24:04 +0100" startDate="2017-12-03 11:08:50 +0100" endDate="2017-12-03 11:18:00 +0100" value="0.32384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 12:24:04 +0100" startDate="2017-12-03 11:18:00 +0100" endDate="2017-12-03 11:26:36 +0100" value="0.31537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 12:24:04 +0100" startDate="2017-12-03 12:13:27 +0100" endDate="2017-12-03 12:19:29 +0100" value="0.00228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 13:04:47 +0100" startDate="2017-12-03 12:19:29 +0100" endDate="2017-12-03 12:28:49 +0100" value="0.02761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 13:04:47 +0100" startDate="2017-12-03 12:28:49 +0100" endDate="2017-12-03 12:38:49 +0100" value="0.1476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 13:04:47 +0100" startDate="2017-12-03 12:38:49 +0100" endDate="2017-12-03 12:48:34 +0100" value="0.37271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 13:04:47 +0100" startDate="2017-12-03 12:50:29 +0100" endDate="2017-12-03 12:58:16 +0100" value="0.01728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 14:05:41 +0100" startDate="2017-12-03 13:02:26 +0100" endDate="2017-12-03 13:12:13 +0100" value="0.0322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 14:05:41 +0100" startDate="2017-12-03 13:12:13 +0100" endDate="2017-12-03 13:19:47 +0100" value="0.02436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 14:05:41 +0100" startDate="2017-12-03 13:22:17 +0100" endDate="2017-12-03 13:30:17 +0100" value="0.05132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 15:09:49 +0100" startDate="2017-12-03 13:59:03 +0100" endDate="2017-12-03 14:07:31 +0100" value="0.0645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 15:09:49 +0100" startDate="2017-12-03 14:07:31 +0100" endDate="2017-12-03 14:17:24 +0100" value="0.04142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 15:09:49 +0100" startDate="2017-12-03 14:17:24 +0100" endDate="2017-12-03 14:25:40 +0100" value="0.44633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 15:09:49 +0100" startDate="2017-12-03 14:25:40 +0100" endDate="2017-12-03 14:35:34 +0100" value="0.04197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 15:09:49 +0100" startDate="2017-12-03 14:35:34 +0100" endDate="2017-12-03 14:39:53 +0100" value="0.00142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 17:06:47 +0100" startDate="2017-12-03 16:15:32 +0100" endDate="2017-12-03 16:22:23 +0100" value="0.02904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 17:06:47 +0100" startDate="2017-12-03 16:22:23 +0100" endDate="2017-12-03 16:25:58 +0100" value="0.00688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 17:06:47 +0100" startDate="2017-12-03 16:51:51 +0100" endDate="2017-12-03 16:58:04 +0100" value="0.01102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 18:04:26 +0100" startDate="2017-12-03 16:58:04 +0100" endDate="2017-12-03 17:07:30 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 18:04:26 +0100" startDate="2017-12-03 17:07:30 +0100" endDate="2017-12-03 17:11:33 +0100" value="0.17238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 18:04:26 +0100" startDate="2017-12-03 17:29:52 +0100" endDate="2017-12-03 17:39:50 +0100" value="0.10581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 18:04:26 +0100" startDate="2017-12-03 17:39:50 +0100" endDate="2017-12-03 17:49:42 +0100" value="0.53129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 18:04:26 +0100" startDate="2017-12-03 17:49:42 +0100" endDate="2017-12-03 17:55:16 +0100" value="0.28425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 19:07:11 +0100" startDate="2017-12-03 18:00:12 +0100" endDate="2017-12-03 18:06:33 +0100" value="0.0008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 19:07:11 +0100" startDate="2017-12-03 18:06:55 +0100" endDate="2017-12-03 18:13:16 +0100" value="0.00956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 19:07:11 +0100" startDate="2017-12-03 18:44:25 +0100" endDate="2017-12-03 18:50:56 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 20:12:53 +0100" startDate="2017-12-03 19:33:15 +0100" endDate="2017-12-03 19:43:09 +0100" value="0.17357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 20:12:53 +0100" startDate="2017-12-03 19:43:09 +0100" endDate="2017-12-03 19:48:11 +0100" value="0.16237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 21:33:34 +0100" startDate="2017-12-03 20:06:56 +0100" endDate="2017-12-03 20:16:55 +0100" value="0.2957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-03 21:33:34 +0100" startDate="2017-12-03 20:16:55 +0100" endDate="2017-12-03 20:23:44 +0100" value="0.21963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 01:25:15 +0100" startDate="2017-12-04 00:23:17 +0100" endDate="2017-12-04 00:32:18 +0100" value="0.02449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 07:04:49 +0100" startDate="2017-12-04 06:41:22 +0100" endDate="2017-12-04 06:48:23 +0100" value="0.03071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 07:04:49 +0100" startDate="2017-12-04 06:48:23 +0100" endDate="2017-12-04 06:57:37 +0100" value="0.00918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 08:04:39 +0100" startDate="2017-12-04 07:03:49 +0100" endDate="2017-12-04 07:11:08 +0100" value="0.03495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 08:04:39 +0100" startDate="2017-12-04 07:13:38 +0100" endDate="2017-12-04 07:23:37 +0100" value="0.17568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 08:04:39 +0100" startDate="2017-12-04 07:23:37 +0100" endDate="2017-12-04 07:31:03 +0100" value="0.57481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 09:08:30 +0100" startDate="2017-12-04 08:07:33 +0100" endDate="2017-12-04 08:16:14 +0100" value="0.04098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 09:08:30 +0100" startDate="2017-12-04 08:33:26 +0100" endDate="2017-12-04 08:42:57 +0100" value="0.12266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 09:08:30 +0100" startDate="2017-12-04 08:42:57 +0100" endDate="2017-12-04 08:52:56 +0100" value="0.52367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 09:08:30 +0100" startDate="2017-12-04 08:52:56 +0100" endDate="2017-12-04 09:02:53 +0100" value="0.70269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 10:07:30 +0100" startDate="2017-12-04 09:02:53 +0100" endDate="2017-12-04 09:10:21 +0100" value="0.56891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 10:07:30 +0100" startDate="2017-12-04 09:14:54 +0100" endDate="2017-12-04 09:21:39 +0100" value="0.03131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 10:07:30 +0100" startDate="2017-12-04 09:24:47 +0100" endDate="2017-12-04 09:34:03 +0100" value="0.04017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 10:07:30 +0100" startDate="2017-12-04 09:34:03 +0100" endDate="2017-12-04 09:37:42 +0100" value="0.03648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 10:07:30 +0100" startDate="2017-12-04 09:39:02 +0100" endDate="2017-12-04 09:48:56 +0100" value="0.07578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 10:07:30 +0100" startDate="2017-12-04 09:48:56 +0100" endDate="2017-12-04 09:51:21 +0100" value="0.01527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 11:03:38 +0100" startDate="2017-12-04 10:05:18 +0100" endDate="2017-12-04 10:11:41 +0100" value="0.02255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 11:03:38 +0100" startDate="2017-12-04 10:11:41 +0100" endDate="2017-12-04 10:16:52 +0100" value="0.0123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 11:03:38 +0100" startDate="2017-12-04 10:31:25 +0100" endDate="2017-12-04 10:39:57 +0100" value="0.03487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 11:03:38 +0100" startDate="2017-12-04 10:39:57 +0100" endDate="2017-12-04 10:46:37 +0100" value="0.04966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 12:04:26 +0100" startDate="2017-12-04 10:54:01 +0100" endDate="2017-12-04 11:00:29 +0100" value="0.02141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 12:04:26 +0100" startDate="2017-12-04 11:06:12 +0100" endDate="2017-12-04 11:14:39 +0100" value="0.03002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 12:04:26 +0100" startDate="2017-12-04 11:14:39 +0100" endDate="2017-12-04 11:24:38 +0100" value="0.18845"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 12:04:26 +0100" startDate="2017-12-04 11:24:38 +0100" endDate="2017-12-04 11:33:31 +0100" value="0.64279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 12:04:26 +0100" startDate="2017-12-04 11:33:31 +0100" endDate="2017-12-04 11:40:05 +0100" value="0.05951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 13:09:30 +0100" startDate="2017-12-04 11:56:24 +0100" endDate="2017-12-04 12:06:23 +0100" value="0.30164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 13:09:30 +0100" startDate="2017-12-04 12:06:23 +0100" endDate="2017-12-04 12:12:02 +0100" value="0.48568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 14:09:11 +0100" startDate="2017-12-04 13:24:03 +0100" endDate="2017-12-04 13:34:03 +0100" value="0.04783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 14:09:11 +0100" startDate="2017-12-04 13:34:03 +0100" endDate="2017-12-04 13:37:39 +0100" value="0.14618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 14:09:11 +0100" startDate="2017-12-04 13:43:52 +0100" endDate="2017-12-04 13:53:51 +0100" value="0.18472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 14:09:11 +0100" startDate="2017-12-04 13:53:51 +0100" endDate="2017-12-04 13:57:41 +0100" value="0.31369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 15:04:04 +0100" startDate="2017-12-04 14:21:38 +0100" endDate="2017-12-04 14:31:36 +0100" value="0.23014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 15:04:04 +0100" startDate="2017-12-04 14:31:36 +0100" endDate="2017-12-04 14:35:18 +0100" value="0.24563"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 15:04:04 +0100" startDate="2017-12-04 14:35:59 +0100" endDate="2017-12-04 14:43:18 +0100" value="0.01793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 15:04:04 +0100" startDate="2017-12-04 14:43:18 +0100" endDate="2017-12-04 14:52:04 +0100" value="0.01025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 15:04:04 +0100" startDate="2017-12-04 14:52:04 +0100" endDate="2017-12-04 15:02:02 +0100" value="0.11554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 16:09:17 +0100" startDate="2017-12-04 15:02:02 +0100" endDate="2017-12-04 15:04:15 +0100" value="0.02736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 16:09:17 +0100" startDate="2017-12-04 15:13:54 +0100" endDate="2017-12-04 15:19:59 +0100" value="0.00536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 16:09:17 +0100" startDate="2017-12-04 15:52:41 +0100" endDate="2017-12-04 16:01:04 +0100" value="0.10001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 17:04:15 +0100" startDate="2017-12-04 16:01:04 +0100" endDate="2017-12-04 16:09:18 +0100" value="0.03726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 17:04:15 +0100" startDate="2017-12-04 16:27:06 +0100" endDate="2017-12-04 16:34:40 +0100" value="0.14894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 17:04:15 +0100" startDate="2017-12-04 16:34:40 +0100" endDate="2017-12-04 16:44:40 +0100" value="0.14819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 17:04:15 +0100" startDate="2017-12-04 16:44:40 +0100" endDate="2017-12-04 16:53:02 +0100" value="0.54155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 17:04:15 +0100" startDate="2017-12-04 16:53:02 +0100" endDate="2017-12-04 17:03:02 +0100" value="0.07463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 18:03:38 +0100" startDate="2017-12-04 17:03:02 +0100" endDate="2017-12-04 17:11:25 +0100" value="0.07415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 18:03:38 +0100" startDate="2017-12-04 17:11:25 +0100" endDate="2017-12-04 17:21:15 +0100" value="0.45662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 18:03:38 +0100" startDate="2017-12-04 17:21:15 +0100" endDate="2017-12-04 17:30:57 +0100" value="0.1304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 18:03:38 +0100" startDate="2017-12-04 17:30:57 +0100" endDate="2017-12-04 17:40:24 +0100" value="0.08018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 18:03:38 +0100" startDate="2017-12-04 17:40:24 +0100" endDate="2017-12-04 17:49:51 +0100" value="0.16583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 18:03:38 +0100" startDate="2017-12-04 17:49:51 +0100" endDate="2017-12-04 17:58:02 +0100" value="0.12356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 19:06:26 +0100" startDate="2017-12-04 17:58:02 +0100" endDate="2017-12-04 18:06:48 +0100" value="0.13971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 19:06:26 +0100" startDate="2017-12-04 18:06:48 +0100" endDate="2017-12-04 18:14:46 +0100" value="0.18444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 19:06:26 +0100" startDate="2017-12-04 18:32:30 +0100" endDate="2017-12-04 18:42:29 +0100" value="0.06158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 19:06:26 +0100" startDate="2017-12-04 18:42:29 +0100" endDate="2017-12-04 18:52:29 +0100" value="0.43614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 19:06:26 +0100" startDate="2017-12-04 18:52:29 +0100" endDate="2017-12-04 19:02:26 +0100" value="0.83947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 20:04:21 +0100" startDate="2017-12-04 19:02:26 +0100" endDate="2017-12-04 19:09:39 +0100" value="0.17443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 20:04:21 +0100" startDate="2017-12-04 19:24:11 +0100" endDate="2017-12-04 19:30:47 +0100" value="0.02185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 20:04:21 +0100" startDate="2017-12-04 19:44:07 +0100" endDate="2017-12-04 19:54:07 +0100" value="0.07923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 20:04:21 +0100" startDate="2017-12-04 19:54:07 +0100" endDate="2017-12-04 20:04:05 +0100" value="0.08722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 21:07:49 +0100" startDate="2017-12-04 20:04:05 +0100" endDate="2017-12-04 20:14:04 +0100" value="0.54934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 21:07:49 +0100" startDate="2017-12-04 20:14:04 +0100" endDate="2017-12-04 20:24:03 +0100" value="0.66135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 21:07:49 +0100" startDate="2017-12-04 20:24:03 +0100" endDate="2017-12-04 20:28:04 +0100" value="0.18895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 22:15:17 +0100" startDate="2017-12-04 21:52:29 +0100" endDate="2017-12-04 21:59:59 +0100" value="0.02448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 23:29:37 +0100" startDate="2017-12-04 22:18:53 +0100" endDate="2017-12-04 22:28:52 +0100" value="0.05734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-04 23:29:37 +0100" startDate="2017-12-04 22:28:52 +0100" endDate="2017-12-04 22:29:48 +0100" value="0.02388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 07:08:25 +0100" startDate="2017-12-05 06:45:55 +0100" endDate="2017-12-05 06:54:16 +0100" value="0.03856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 08:05:55 +0100" startDate="2017-12-05 07:20:51 +0100" endDate="2017-12-05 07:28:00 +0100" value="0.02374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 08:05:55 +0100" startDate="2017-12-05 07:28:00 +0100" endDate="2017-12-05 07:37:55 +0100" value="0.10639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 08:05:55 +0100" startDate="2017-12-05 07:37:55 +0100" endDate="2017-12-05 07:47:54 +0100" value="0.72988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 08:05:55 +0100" startDate="2017-12-05 07:47:54 +0100" endDate="2017-12-05 07:56:45 +0100" value="0.08567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 09:05:49 +0100" startDate="2017-12-05 08:49:56 +0100" endDate="2017-12-05 08:56:37 +0100" value="0.03629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 10:05:45 +0100" startDate="2017-12-05 08:56:37 +0100" endDate="2017-12-05 09:02:38 +0100" value="0.03116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 10:05:45 +0100" startDate="2017-12-05 09:13:43 +0100" endDate="2017-12-05 09:23:28 +0100" value="0.05939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 10:05:45 +0100" startDate="2017-12-05 09:23:28 +0100" endDate="2017-12-05 09:32:31 +0100" value="0.23737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 10:05:45 +0100" startDate="2017-12-05 09:32:31 +0100" endDate="2017-12-05 09:38:39 +0100" value="0.01038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 10:05:45 +0100" startDate="2017-12-05 09:47:02 +0100" endDate="2017-12-05 09:57:01 +0100" value="0.11806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 11:04:24 +0100" startDate="2017-12-05 09:57:01 +0100" endDate="2017-12-05 10:03:43 +0100" value="0.44124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 11:04:24 +0100" startDate="2017-12-05 10:18:35 +0100" endDate="2017-12-05 10:26:17 +0100" value="0.01317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 11:04:24 +0100" startDate="2017-12-05 10:26:17 +0100" endDate="2017-12-05 10:36:15 +0100" value="0.34403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 11:04:24 +0100" startDate="2017-12-05 10:36:15 +0100" endDate="2017-12-05 10:43:46 +0100" value="0.04433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 11:04:24 +0100" startDate="2017-12-05 10:43:46 +0100" endDate="2017-12-05 10:51:03 +0100" value="0.00258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 11:04:24 +0100" startDate="2017-12-05 10:51:03 +0100" endDate="2017-12-05 10:59:32 +0100" value="0.34341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 12:08:46 +0100" startDate="2017-12-05 10:59:32 +0100" endDate="2017-12-05 11:09:30 +0100" value="0.02243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 12:08:46 +0100" startDate="2017-12-05 11:09:30 +0100" endDate="2017-12-05 11:10:16 +0100" value="0.0116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 12:08:46 +0100" startDate="2017-12-05 11:17:16 +0100" endDate="2017-12-05 11:25:16 +0100" value="0.04039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 12:08:46 +0100" startDate="2017-12-05 11:25:16 +0100" endDate="2017-12-05 11:35:14 +0100" value="0.517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 12:08:46 +0100" startDate="2017-12-05 11:35:14 +0100" endDate="2017-12-05 11:44:10 +0100" value="0.20319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 12:08:46 +0100" startDate="2017-12-05 11:55:08 +0100" endDate="2017-12-05 12:05:07 +0100" value="0.23134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 13:06:12 +0100" startDate="2017-12-05 12:05:07 +0100" endDate="2017-12-05 12:15:05 +0100" value="0.60901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 13:06:12 +0100" startDate="2017-12-05 12:15:05 +0100" endDate="2017-12-05 12:22:45 +0100" value="0.0954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 14:12:00 +0100" startDate="2017-12-05 13:08:28 +0100" endDate="2017-12-05 13:18:28 +0100" value="0.2922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 14:12:00 +0100" startDate="2017-12-05 13:18:28 +0100" endDate="2017-12-05 13:25:26 +0100" value="0.2839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 15:09:47 +0100" startDate="2017-12-05 14:46:43 +0100" endDate="2017-12-05 14:56:09 +0100" value="0.09758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 16:10:35 +0100" startDate="2017-12-05 15:18:15 +0100" endDate="2017-12-05 15:28:04 +0100" value="0.02411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 16:10:35 +0100" startDate="2017-12-05 15:28:04 +0100" endDate="2017-12-05 15:30:14 +0100" value="0.0207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 17:07:48 +0100" startDate="2017-12-05 16:23:54 +0100" endDate="2017-12-05 16:33:00 +0100" value="0.04233"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 17:07:48 +0100" startDate="2017-12-05 16:33:00 +0100" endDate="2017-12-05 16:42:55 +0100" value="0.56926"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 17:07:48 +0100" startDate="2017-12-05 16:42:55 +0100" endDate="2017-12-05 16:52:00 +0100" value="0.17596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 17:07:48 +0100" startDate="2017-12-05 16:52:00 +0100" endDate="2017-12-05 17:01:35 +0100" value="0.06404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 18:03:53 +0100" startDate="2017-12-05 17:01:35 +0100" endDate="2017-12-05 17:11:33 +0100" value="0.03057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 18:03:53 +0100" startDate="2017-12-05 17:11:33 +0100" endDate="2017-12-05 17:21:17 +0100" value="0.15213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 18:03:53 +0100" startDate="2017-12-05 17:21:17 +0100" endDate="2017-12-05 17:31:15 +0100" value="0.07164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 18:03:53 +0100" startDate="2017-12-05 17:31:15 +0100" endDate="2017-12-05 17:38:54 +0100" value="0.09669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 18:03:53 +0100" startDate="2017-12-05 17:40:35 +0100" endDate="2017-12-05 17:48:17 +0100" value="0.05081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 18:03:53 +0100" startDate="2017-12-05 17:48:17 +0100" endDate="2017-12-05 17:57:55 +0100" value="0.11732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 19:07:09 +0100" startDate="2017-12-05 17:57:55 +0100" endDate="2017-12-05 18:07:13 +0100" value="0.14404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 19:07:09 +0100" startDate="2017-12-05 18:07:13 +0100" endDate="2017-12-05 18:14:06 +0100" value="0.01274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 19:07:09 +0100" startDate="2017-12-05 18:14:06 +0100" endDate="2017-12-05 18:24:06 +0100" value="0.05539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 19:07:09 +0100" startDate="2017-12-05 18:24:06 +0100" endDate="2017-12-05 18:34:04 +0100" value="0.13228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 19:07:09 +0100" startDate="2017-12-05 18:34:17 +0100" endDate="2017-12-05 18:43:08 +0100" value="0.06528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 19:07:09 +0100" startDate="2017-12-05 18:47:08 +0100" endDate="2017-12-05 18:53:10 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 20:09:46 +0100" startDate="2017-12-05 19:15:31 +0100" endDate="2017-12-05 19:25:29 +0100" value="0.09699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 20:09:46 +0100" startDate="2017-12-05 19:25:29 +0100" endDate="2017-12-05 19:26:41 +0100" value="0.04791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 20:09:46 +0100" startDate="2017-12-05 19:45:16 +0100" endDate="2017-12-05 19:54:02 +0100" value="0.09777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 21:07:41 +0100" startDate="2017-12-05 20:18:11 +0100" endDate="2017-12-05 20:28:06 +0100" value="0.04404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 21:07:41 +0100" startDate="2017-12-05 20:28:06 +0100" endDate="2017-12-05 20:37:03 +0100" value="0.11346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 23:36:02 +0100" startDate="2017-12-05 23:02:03 +0100" endDate="2017-12-05 23:11:27 +0100" value="0.02645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-05 23:36:02 +0100" startDate="2017-12-05 23:11:27 +0100" endDate="2017-12-05 23:18:26 +0100" value="0.07937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 01:03:36 +0100" startDate="2017-12-06 00:05:33 +0100" endDate="2017-12-06 00:12:36 +0100" value="0.00697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 10:06:43 +0100" startDate="2017-12-06 09:00:36 +0100" endDate="2017-12-06 09:07:34 +0100" value="0.01752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 10:06:43 +0100" startDate="2017-12-06 09:17:56 +0100" endDate="2017-12-06 09:24:27 +0100" value="0.0043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 12:04:10 +0100" startDate="2017-12-06 10:56:08 +0100" endDate="2017-12-06 11:02:51 +0100" value="0.03009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 12:04:10 +0100" startDate="2017-12-06 11:30:33 +0100" endDate="2017-12-06 11:39:55 +0100" value="0.24291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 13:05:47 +0100" startDate="2017-12-06 12:05:27 +0100" endDate="2017-12-06 12:11:47 +0100" value="0.00084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 13:05:47 +0100" startDate="2017-12-06 12:29:48 +0100" endDate="2017-12-06 12:39:24 +0100" value="0.22922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 13:05:47 +0100" startDate="2017-12-06 12:39:24 +0100" endDate="2017-12-06 12:47:25 +0100" value="0.28247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 14:03:16 +0100" startDate="2017-12-06 13:00:26 +0100" endDate="2017-12-06 13:06:54 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 14:03:16 +0100" startDate="2017-12-06 13:44:50 +0100" endDate="2017-12-06 13:54:50 +0100" value="0.1985"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 15:03:21 +0100" startDate="2017-12-06 13:54:50 +0100" endDate="2017-12-06 14:01:57 +0100" value="0.3775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 15:03:21 +0100" startDate="2017-12-06 14:08:52 +0100" endDate="2017-12-06 14:18:51 +0100" value="0.35498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 15:03:21 +0100" startDate="2017-12-06 14:18:51 +0100" endDate="2017-12-06 14:22:28 +0100" value="0.1916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 15:03:21 +0100" startDate="2017-12-06 14:50:23 +0100" endDate="2017-12-06 14:56:38 +0100" value="0.00649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 17:46:01 +0100" startDate="2017-12-06 16:14:22 +0100" endDate="2017-12-06 16:21:58 +0100" value="0.04416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 17:46:01 +0100" startDate="2017-12-06 16:21:58 +0100" endDate="2017-12-06 16:30:35 +0100" value="0.01686"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 18:40:55 +0100" startDate="2017-12-06 17:47:16 +0100" endDate="2017-12-06 17:53:36 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 18:40:55 +0100" startDate="2017-12-06 18:05:31 +0100" endDate="2017-12-06 18:11:53 +0100" value="0.0008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 19:50:26 +0100" startDate="2017-12-06 19:02:10 +0100" endDate="2017-12-06 19:10:27 +0100" value="0.03041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-06 19:50:26 +0100" startDate="2017-12-06 19:23:14 +0100" endDate="2017-12-06 19:29:37 +0100" value="0.01422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 08:11:38 +0100" startDate="2017-12-07 07:42:36 +0100" endDate="2017-12-07 07:49:25 +0100" value="0.02371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 09:08:29 +0100" startDate="2017-12-07 08:06:19 +0100" endDate="2017-12-07 08:13:23 +0100" value="0.02236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 09:08:29 +0100" startDate="2017-12-07 08:15:33 +0100" endDate="2017-12-07 08:25:32 +0100" value="0.16065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 09:08:29 +0100" startDate="2017-12-07 08:25:32 +0100" endDate="2017-12-07 08:33:08 +0100" value="0.59228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 10:10:06 +0100" startDate="2017-12-07 09:10:51 +0100" endDate="2017-12-07 09:17:01 +0100" value="0.00906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 10:10:06 +0100" startDate="2017-12-07 09:17:01 +0100" endDate="2017-12-07 09:27:00 +0100" value="0.09499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 10:10:06 +0100" startDate="2017-12-07 09:27:00 +0100" endDate="2017-12-07 09:29:46 +0100" value="0.03176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 12:13:32 +0100" startDate="2017-12-07 11:12:15 +0100" endDate="2017-12-07 11:21:37 +0100" value="0.07727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 12:13:32 +0100" startDate="2017-12-07 11:21:37 +0100" endDate="2017-12-07 11:27:49 +0100" value="0.05404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 12:13:32 +0100" startDate="2017-12-07 11:27:49 +0100" endDate="2017-12-07 11:37:48 +0100" value="0.5087"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 12:13:32 +0100" startDate="2017-12-07 11:37:48 +0100" endDate="2017-12-07 11:45:48 +0100" value="0.26281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 12:13:32 +0100" startDate="2017-12-07 11:57:18 +0100" endDate="2017-12-07 12:07:17 +0100" value="0.261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 13:06:46 +0100" startDate="2017-12-07 12:07:17 +0100" endDate="2017-12-07 12:13:31 +0100" value="0.53209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 13:06:46 +0100" startDate="2017-12-07 12:33:10 +0100" endDate="2017-12-07 12:39:38 +0100" value="0.00994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 13:06:46 +0100" startDate="2017-12-07 12:51:49 +0100" endDate="2017-12-07 13:01:26 +0100" value="0.07409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 14:07:22 +0100" startDate="2017-12-07 13:01:26 +0100" endDate="2017-12-07 13:10:58 +0100" value="0.03117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 14:07:22 +0100" startDate="2017-12-07 13:10:58 +0100" endDate="2017-12-07 13:20:33 +0100" value="0.00768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 14:07:22 +0100" startDate="2017-12-07 13:27:29 +0100" endDate="2017-12-07 13:36:29 +0100" value="0.02681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 15:13:39 +0100" startDate="2017-12-07 14:03:37 +0100" endDate="2017-12-07 14:12:17 +0100" value="0.03312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 15:13:39 +0100" startDate="2017-12-07 14:17:04 +0100" endDate="2017-12-07 14:23:16 +0100" value="0.00394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 15:13:39 +0100" startDate="2017-12-07 14:28:44 +0100" endDate="2017-12-07 14:35:29 +0100" value="0.0398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 15:13:39 +0100" startDate="2017-12-07 14:36:22 +0100" endDate="2017-12-07 14:46:21 +0100" value="0.07409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 15:13:39 +0100" startDate="2017-12-07 14:46:21 +0100" endDate="2017-12-07 14:56:21 +0100" value="0.50859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 15:13:39 +0100" startDate="2017-12-07 14:56:21 +0100" endDate="2017-12-07 15:03:10 +0100" value="0.19244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 16:06:02 +0100" startDate="2017-12-07 15:03:10 +0100" endDate="2017-12-07 15:12:17 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 16:06:02 +0100" startDate="2017-12-07 15:12:17 +0100" endDate="2017-12-07 15:21:13 +0100" value="0.034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 16:06:02 +0100" startDate="2017-12-07 15:21:13 +0100" endDate="2017-12-07 15:31:12 +0100" value="0.07273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 16:06:02 +0100" startDate="2017-12-07 15:31:12 +0100" endDate="2017-12-07 15:41:10 +0100" value="0.62613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 16:06:02 +0100" startDate="2017-12-07 15:41:10 +0100" endDate="2017-12-07 15:48:24 +0100" value="0.13549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 16:06:02 +0100" startDate="2017-12-07 15:53:23 +0100" endDate="2017-12-07 16:03:22 +0100" value="0.08072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 17:05:57 +0100" startDate="2017-12-07 16:03:22 +0100" endDate="2017-12-07 16:08:32 +0100" value="0.02908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 17:05:57 +0100" startDate="2017-12-07 16:08:32 +0100" endDate="2017-12-07 16:18:30 +0100" value="0.04003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 17:05:57 +0100" startDate="2017-12-07 16:18:30 +0100" endDate="2017-12-07 16:28:28 +0100" value="0.36717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 17:05:57 +0100" startDate="2017-12-07 16:28:28 +0100" endDate="2017-12-07 16:38:28 +0100" value="0.55653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 17:05:57 +0100" startDate="2017-12-07 16:38:28 +0100" endDate="2017-12-07 16:46:08 +0100" value="0.25636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 17:05:57 +0100" startDate="2017-12-07 16:46:08 +0100" endDate="2017-12-07 16:56:06 +0100" value="0.39878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 16:56:06 +0100" endDate="2017-12-07 17:01:45 +0100" value="0.06063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 17:02:42 +0100" endDate="2017-12-07 17:12:40 +0100" value="0.03177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 17:12:40 +0100" endDate="2017-12-07 17:22:39 +0100" value="0.64204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 17:22:39 +0100" endDate="2017-12-07 17:32:38 +0100" value="0.81756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 17:32:38 +0100" endDate="2017-12-07 17:42:35 +0100" value="0.48167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 17:42:35 +0100" endDate="2017-12-07 17:50:27 +0100" value="0.03862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 17:51:37 +0100" endDate="2017-12-07 17:57:42 +0100" value="0.01326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 19:52:44 +0100" endDate="2017-12-07 20:02:18 +0100" value="0.3001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 20:02:18 +0100" endDate="2017-12-07 20:07:07 +0100" value="0.05984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 21:32:42 +0100" endDate="2017-12-07 21:42:41 +0100" value="0.04791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 21:42:41 +0100" endDate="2017-12-07 21:52:39 +0100" value="0.56309"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 21:52:39 +0100" endDate="2017-12-07 22:02:38 +0100" value="0.66877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-07 22:29:44 +0100" startDate="2017-12-07 22:02:38 +0100" endDate="2017-12-07 22:07:47 +0100" value="0.02249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 07:44:52 +0100" startDate="2017-12-08 06:45:42 +0100" endDate="2017-12-08 06:53:55 +0100" value="0.03285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 07:44:52 +0100" startDate="2017-12-08 06:53:55 +0100" endDate="2017-12-08 06:58:38 +0100" value="0.00609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 07:44:52 +0100" startDate="2017-12-08 07:12:43 +0100" endDate="2017-12-08 07:19:44 +0100" value="0.04303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 07:44:52 +0100" startDate="2017-12-08 07:29:48 +0100" endDate="2017-12-08 07:36:51 +0100" value="0.02429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 07:36:51 +0100" endDate="2017-12-08 07:44:06 +0100" value="0.03434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 07:44:06 +0100" endDate="2017-12-08 07:54:05 +0100" value="0.66301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 07:54:05 +0100" endDate="2017-12-08 07:55:40 +0100" value="0.06594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 07:59:22 +0100" endDate="2017-12-08 08:09:22 +0100" value="0.17437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 08:09:22 +0100" endDate="2017-12-08 08:19:20 +0100" value="0.77485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 08:19:20 +0100" endDate="2017-12-08 08:24:10 +0100" value="0.12547"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 08:47:46 +0100" startDate="2017-12-08 08:24:10 +0100" endDate="2017-12-08 08:32:02 +0100" value="0.03272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 09:39:45 +0100" startDate="2017-12-08 08:49:29 +0100" endDate="2017-12-08 08:59:26 +0100" value="0.30942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 09:39:45 +0100" startDate="2017-12-08 08:59:26 +0100" endDate="2017-12-08 09:08:45 +0100" value="0.73484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 09:39:45 +0100" startDate="2017-12-08 09:08:45 +0100" endDate="2017-12-08 09:15:25 +0100" value="0.07622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 09:39:45 +0100" startDate="2017-12-08 09:15:25 +0100" endDate="2017-12-08 09:23:17 +0100" value="0.02354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 09:39:45 +0100" startDate="2017-12-08 09:23:17 +0100" endDate="2017-12-08 09:33:17 +0100" value="0.35602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 10:40:29 +0100" startDate="2017-12-08 09:33:17 +0100" endDate="2017-12-08 09:42:36 +0100" value="0.627242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 10:40:29 +0100" startDate="2017-12-08 09:42:47 +0100" endDate="2017-12-08 09:52:46 +0100" value="0.06912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 10:40:29 +0100" startDate="2017-12-08 09:52:46 +0100" endDate="2017-12-08 09:59:13 +0100" value="0.45237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 11:51:02 +0100" startDate="2017-12-08 10:41:50 +0100" endDate="2017-12-08 10:51:50 +0100" value="0.18341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 11:51:02 +0100" startDate="2017-12-08 10:51:50 +0100" endDate="2017-12-08 11:01:39 +0100" value="0.35894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 11:51:02 +0100" startDate="2017-12-08 11:01:39 +0100" endDate="2017-12-08 11:11:39 +0100" value="0.72487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 11:51:02 +0100" startDate="2017-12-08 11:11:39 +0100" endDate="2017-12-08 11:21:23 +0100" value="0.09379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 11:51:02 +0100" startDate="2017-12-08 11:21:23 +0100" endDate="2017-12-08 11:31:22 +0100" value="0.13564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 11:51:02 +0100" startDate="2017-12-08 11:31:22 +0100" endDate="2017-12-08 11:37:27 +0100" value="0.38209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 12:42:08 +0100" startDate="2017-12-08 11:48:07 +0100" endDate="2017-12-08 11:55:06 +0100" value="0.02125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 13:47:13 +0100" startDate="2017-12-08 12:32:13 +0100" endDate="2017-12-08 12:38:21 +0100" value="0.00615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 14:40:58 +0100" startDate="2017-12-08 13:57:59 +0100" endDate="2017-12-08 14:07:46 +0100" value="0.03576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 14:40:58 +0100" startDate="2017-12-08 14:07:46 +0100" endDate="2017-12-08 14:17:44 +0100" value="0.17527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 14:40:58 +0100" startDate="2017-12-08 14:17:44 +0100" endDate="2017-12-08 14:27:36 +0100" value="0.52184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 15:39:52 +0100" startDate="2017-12-08 14:45:04 +0100" endDate="2017-12-08 14:54:12 +0100" value="0.03908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 15:39:52 +0100" startDate="2017-12-08 14:54:12 +0100" endDate="2017-12-08 14:58:44 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 15:39:52 +0100" startDate="2017-12-08 15:05:10 +0100" endDate="2017-12-08 15:14:51 +0100" value="0.10849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 15:39:52 +0100" startDate="2017-12-08 15:14:51 +0100" endDate="2017-12-08 15:18:28 +0100" value="0.03076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 15:39:52 +0100" startDate="2017-12-08 15:21:14 +0100" endDate="2017-12-08 15:31:11 +0100" value="0.10334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 15:31:11 +0100" endDate="2017-12-08 15:40:08 +0100" value="0.36471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 15:40:08 +0100" endDate="2017-12-08 15:50:08 +0100" value="0.40863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 15:50:08 +0100" endDate="2017-12-08 16:00:04 +0100" value="0.42002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 16:00:04 +0100" endDate="2017-12-08 16:10:02 +0100" value="0.42855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 16:10:02 +0100" endDate="2017-12-08 16:19:59 +0100" value="0.31937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 16:19:59 +0100" endDate="2017-12-08 16:29:58 +0100" value="0.22617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 16:40:42 +0100" startDate="2017-12-08 16:29:58 +0100" endDate="2017-12-08 16:32:03 +0100" value="0.02515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 16:32:03 +0100" endDate="2017-12-08 16:41:51 +0100" value="0.03262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 16:41:51 +0100" endDate="2017-12-08 16:51:02 +0100" value="0.33273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 16:51:02 +0100" endDate="2017-12-08 17:00:59 +0100" value="0.25478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 17:00:59 +0100" endDate="2017-12-08 17:10:58 +0100" value="0.14775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 17:10:58 +0100" endDate="2017-12-08 17:20:35 +0100" value="0.10519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 17:20:35 +0100" endDate="2017-12-08 17:30:08 +0100" value="0.15588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 17:40:51 +0100" startDate="2017-12-08 17:30:08 +0100" endDate="2017-12-08 17:36:21 +0100" value="0.10381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 18:42:19 +0100" startDate="2017-12-08 17:36:21 +0100" endDate="2017-12-08 17:44:51 +0100" value="0.06161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 18:42:19 +0100" startDate="2017-12-08 17:44:51 +0100" endDate="2017-12-08 17:54:50 +0100" value="0.05677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 18:42:19 +0100" startDate="2017-12-08 17:54:50 +0100" endDate="2017-12-08 17:57:30 +0100" value="0.08235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 18:42:19 +0100" startDate="2017-12-08 18:00:25 +0100" endDate="2017-12-08 18:08:53 +0100" value="0.07131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 18:42:19 +0100" startDate="2017-12-08 18:08:53 +0100" endDate="2017-12-08 18:16:38 +0100" value="0.12129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 19:46:10 +0100" startDate="2017-12-08 18:35:40 +0100" endDate="2017-12-08 18:44:21 +0100" value="0.06678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 19:46:10 +0100" startDate="2017-12-08 18:55:08 +0100" endDate="2017-12-08 19:01:54 +0100" value="0.01875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 19:46:10 +0100" startDate="2017-12-08 19:01:54 +0100" endDate="2017-12-08 19:11:52 +0100" value="0.13076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 19:46:10 +0100" startDate="2017-12-08 19:11:52 +0100" endDate="2017-12-08 19:21:48 +0100" value="0.04613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 19:46:10 +0100" startDate="2017-12-08 19:21:48 +0100" endDate="2017-12-08 19:27:27 +0100" value="0.01652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 19:46:10 +0100" startDate="2017-12-08 19:28:20 +0100" endDate="2017-12-08 19:38:19 +0100" value="0.06648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 19:38:19 +0100" endDate="2017-12-08 19:47:50 +0100" value="0.09306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 19:47:50 +0100" endDate="2017-12-08 19:56:40 +0100" value="0.09839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 19:56:40 +0100" endDate="2017-12-08 20:06:13 +0100" value="0.07742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 20:06:13 +0100" endDate="2017-12-08 20:16:02 +0100" value="0.12011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 20:16:02 +0100" endDate="2017-12-08 20:20:11 +0100" value="0.01554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 20:25:11 +0100" endDate="2017-12-08 20:35:03 +0100" value="0.0272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 20:45:43 +0100" startDate="2017-12-08 20:35:03 +0100" endDate="2017-12-08 20:44:26 +0100" value="0.0527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 20:44:26 +0100" endDate="2017-12-08 20:50:33 +0100" value="0.06895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 20:50:33 +0100" endDate="2017-12-08 20:58:09 +0100" value="0.03901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 20:58:09 +0100" endDate="2017-12-08 21:06:29 +0100" value="0.01957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 21:06:29 +0100" endDate="2017-12-08 21:12:41 +0100" value="0.03997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 21:12:41 +0100" endDate="2017-12-08 21:20:04 +0100" value="0.04982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 21:20:04 +0100" endDate="2017-12-08 21:26:44 +0100" value="0.03476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 21:42:05 +0100" startDate="2017-12-08 21:31:20 +0100" endDate="2017-12-08 21:41:19 +0100" value="0.18959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 23:31:38 +0100" startDate="2017-12-08 21:41:19 +0100" endDate="2017-12-08 21:51:17 +0100" value="0.97101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 23:31:38 +0100" startDate="2017-12-08 21:51:17 +0100" endDate="2017-12-08 22:00:05 +0100" value="0.53517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 23:31:38 +0100" startDate="2017-12-08 22:00:05 +0100" endDate="2017-12-08 22:01:55 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 23:31:38 +0100" startDate="2017-12-08 22:30:18 +0100" endDate="2017-12-08 22:39:19 +0100" value="0.06387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-08 23:31:38 +0100" startDate="2017-12-08 22:39:19 +0100" endDate="2017-12-08 22:46:30 +0100" value="0.01247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 00:10:50 +0100" startDate="2017-12-08 23:35:27 +0100" endDate="2017-12-08 23:45:26 +0100" value="0.04242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 00:10:50 +0100" startDate="2017-12-08 23:45:26 +0100" endDate="2017-12-08 23:55:24 +0100" value="0.05458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 00:10:50 +0100" startDate="2017-12-08 23:55:24 +0100" endDate="2017-12-09 00:05:05 +0100" value="0.27354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 01:20:41 +0100" startDate="2017-12-09 00:05:05 +0100" endDate="2017-12-09 00:15:00 +0100" value="0.20487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 01:20:41 +0100" startDate="2017-12-09 00:15:00 +0100" endDate="2017-12-09 00:24:53 +0100" value="0.23631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 01:20:41 +0100" startDate="2017-12-09 00:24:53 +0100" endDate="2017-12-09 00:32:32 +0100" value="0.22217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 01:20:41 +0100" startDate="2017-12-09 00:39:12 +0100" endDate="2017-12-09 00:45:20 +0100" value="0.01481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 01:20:41 +0100" startDate="2017-12-09 01:00:40 +0100" endDate="2017-12-09 01:08:37 +0100" value="0.03965"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 01:20:41 +0100" startDate="2017-12-09 01:08:37 +0100" endDate="2017-12-09 01:18:36 +0100" value="0.04439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 02:24:13 +0100" startDate="2017-12-09 01:18:36 +0100" endDate="2017-12-09 01:26:54 +0100" value="0.11731"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 02:24:13 +0100" startDate="2017-12-09 01:32:36 +0100" endDate="2017-12-09 01:41:11 +0100" value="0.0552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 02:24:13 +0100" startDate="2017-12-09 02:12:15 +0100" endDate="2017-12-09 02:22:12 +0100" value="0.08318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 03:02:36 +0100" startDate="2017-12-09 02:22:12 +0100" endDate="2017-12-09 02:24:24 +0100" value="0.01316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 03:02:36 +0100" startDate="2017-12-09 02:31:40 +0100" endDate="2017-12-09 02:39:54 +0100" value="0.0518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 03:02:36 +0100" startDate="2017-12-09 02:39:54 +0100" endDate="2017-12-09 02:42:35 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 04:01:29 +0100" startDate="2017-12-09 03:00:16 +0100" endDate="2017-12-09 03:08:53 +0100" value="0.12188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 04:01:29 +0100" startDate="2017-12-09 03:08:53 +0100" endDate="2017-12-09 03:11:08 +0100" value="0.02091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 04:01:29 +0100" startDate="2017-12-09 03:14:12 +0100" endDate="2017-12-09 03:21:43 +0100" value="0.02828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 04:01:29 +0100" startDate="2017-12-09 03:29:19 +0100" endDate="2017-12-09 03:38:32 +0100" value="0.15376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 04:01:29 +0100" startDate="2017-12-09 03:38:32 +0100" endDate="2017-12-09 03:47:01 +0100" value="0.19182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 04:01:29 +0100" startDate="2017-12-09 03:47:01 +0100" endDate="2017-12-09 03:57:01 +0100" value="0.06685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 05:04:43 +0100" startDate="2017-12-09 03:57:01 +0100" endDate="2017-12-09 04:01:30 +0100" value="0.01384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 05:04:43 +0100" startDate="2017-12-09 04:13:41 +0100" endDate="2017-12-09 04:23:33 +0100" value="0.04082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 05:04:43 +0100" startDate="2017-12-09 04:23:33 +0100" endDate="2017-12-09 04:30:45 +0100" value="0.09428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 05:04:43 +0100" startDate="2017-12-09 04:30:45 +0100" endDate="2017-12-09 04:40:43 +0100" value="0.12017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 05:04:43 +0100" startDate="2017-12-09 04:40:43 +0100" endDate="2017-12-09 04:46:13 +0100" value="0.0219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 06:15:23 +0100" startDate="2017-12-09 05:01:06 +0100" endDate="2017-12-09 05:10:02 +0100" value="0.03975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 06:15:23 +0100" startDate="2017-12-09 05:10:02 +0100" endDate="2017-12-09 05:19:59 +0100" value="0.15131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 06:15:23 +0100" startDate="2017-12-09 05:19:59 +0100" endDate="2017-12-09 05:29:54 +0100" value="0.70317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 06:15:23 +0100" startDate="2017-12-09 05:29:54 +0100" endDate="2017-12-09 05:39:54 +0100" value="0.45663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 06:15:23 +0100" startDate="2017-12-09 05:39:54 +0100" endDate="2017-12-09 05:45:19 +0100" value="0.26254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 10:40:57 +0100" startDate="2017-12-09 09:43:57 +0100" endDate="2017-12-09 09:50:07 +0100" value="0.01022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 10:40:57 +0100" startDate="2017-12-09 09:50:07 +0100" endDate="2017-12-09 09:55:57 +0100" value="0.01823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 11:47:14 +0100" startDate="2017-12-09 10:54:05 +0100" endDate="2017-12-09 11:04:05 +0100" value="0.14289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 11:47:14 +0100" startDate="2017-12-09 11:04:05 +0100" endDate="2017-12-09 11:14:04 +0100" value="0.81652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 11:47:14 +0100" startDate="2017-12-09 11:14:04 +0100" endDate="2017-12-09 11:24:00 +0100" value="0.57863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 11:47:14 +0100" startDate="2017-12-09 11:24:00 +0100" endDate="2017-12-09 11:33:53 +0100" value="0.3055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 11:47:14 +0100" startDate="2017-12-09 11:33:53 +0100" endDate="2017-12-09 11:43:41 +0100" value="0.15868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 12:40:58 +0100" startDate="2017-12-09 11:43:41 +0100" endDate="2017-12-09 11:53:40 +0100" value="0.27366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 12:40:58 +0100" startDate="2017-12-09 11:53:40 +0100" endDate="2017-12-09 12:02:38 +0100" value="0.08724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 12:40:58 +0100" startDate="2017-12-09 12:02:38 +0100" endDate="2017-12-09 12:11:32 +0100" value="0.34574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 12:40:58 +0100" startDate="2017-12-09 12:11:32 +0100" endDate="2017-12-09 12:20:13 +0100" value="0.16778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 12:40:58 +0100" startDate="2017-12-09 12:20:13 +0100" endDate="2017-12-09 12:30:12 +0100" value="0.32935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 12:40:58 +0100" startDate="2017-12-09 12:30:12 +0100" endDate="2017-12-09 12:40:10 +0100" value="0.69686"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 13:39:47 +0100" startDate="2017-12-09 12:40:10 +0100" endDate="2017-12-09 12:48:18 +0100" value="0.513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 13:39:47 +0100" startDate="2017-12-09 12:51:38 +0100" endDate="2017-12-09 12:59:00 +0100" value="0.03482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 13:39:47 +0100" startDate="2017-12-09 13:02:52 +0100" endDate="2017-12-09 13:10:52 +0100" value="0.0244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 13:39:47 +0100" startDate="2017-12-09 13:10:52 +0100" endDate="2017-12-09 13:19:26 +0100" value="0.02175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 13:39:47 +0100" startDate="2017-12-09 13:19:26 +0100" endDate="2017-12-09 13:29:24 +0100" value="0.02169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 13:39:47 +0100" startDate="2017-12-09 13:29:24 +0100" endDate="2017-12-09 13:31:14 +0100" value="0.02064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 14:40:48 +0100" startDate="2017-12-09 13:35:22 +0100" endDate="2017-12-09 13:41:55 +0100" value="0.0155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 14:40:48 +0100" startDate="2017-12-09 13:42:28 +0100" endDate="2017-12-09 13:48:53 +0100" value="0.01877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 14:40:48 +0100" startDate="2017-12-09 14:25:02 +0100" endDate="2017-12-09 14:34:59 +0100" value="0.0225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 15:44:30 +0100" startDate="2017-12-09 14:34:59 +0100" endDate="2017-12-09 14:41:25 +0100" value="0.05235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 15:44:30 +0100" startDate="2017-12-09 14:43:28 +0100" endDate="2017-12-09 14:53:28 +0100" value="0.10582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 15:44:30 +0100" startDate="2017-12-09 14:53:28 +0100" endDate="2017-12-09 14:56:24 +0100" value="0.06208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 15:44:30 +0100" startDate="2017-12-09 15:22:06 +0100" endDate="2017-12-09 15:31:37 +0100" value="0.04282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 15:44:30 +0100" startDate="2017-12-09 15:31:37 +0100" endDate="2017-12-09 15:37:16 +0100" value="0.04516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 16:43:43 +0100" startDate="2017-12-09 15:37:16 +0100" endDate="2017-12-09 15:47:03 +0100" value="0.20605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 17:45:55 +0100" startDate="2017-12-09 17:29:36 +0100" endDate="2017-12-09 17:39:36 +0100" value="0.18365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 18:45:51 +0100" startDate="2017-12-09 17:39:36 +0100" endDate="2017-12-09 17:49:05 +0100" value="0.00562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 18:45:51 +0100" startDate="2017-12-09 17:49:05 +0100" endDate="2017-12-09 17:51:35 +0100" value="0.01171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 18:45:51 +0100" startDate="2017-12-09 18:08:40 +0100" endDate="2017-12-09 18:18:39 +0100" value="0.15876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 18:45:51 +0100" startDate="2017-12-09 18:18:39 +0100" endDate="2017-12-09 18:25:05 +0100" value="0.03455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 19:44:07 +0100" startDate="2017-12-09 18:40:10 +0100" endDate="2017-12-09 18:46:15 +0100" value="0.01242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-09 23:14:38 +0100" startDate="2017-12-09 22:32:04 +0100" endDate="2017-12-09 22:40:35 +0100" value="0.05069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 10:41:15 +0100" startDate="2017-12-10 10:06:56 +0100" endDate="2017-12-10 10:14:53 +0100" value="0.03123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 10:41:15 +0100" startDate="2017-12-10 10:14:53 +0100" endDate="2017-12-10 10:21:36 +0100" value="0.03183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 11:42:56 +0100" startDate="2017-12-10 10:55:12 +0100" endDate="2017-12-10 11:03:32 +0100" value="0.04141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 11:42:56 +0100" startDate="2017-12-10 11:03:32 +0100" endDate="2017-12-10 11:11:46 +0100" value="0.04096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 11:42:56 +0100" startDate="2017-12-10 11:11:46 +0100" endDate="2017-12-10 11:14:57 +0100" value="0.01762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 11:42:56 +0100" startDate="2017-12-10 11:15:46 +0100" endDate="2017-12-10 11:22:04 +0100" value="0.00696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 12:40:47 +0100" startDate="2017-12-10 11:36:16 +0100" endDate="2017-12-10 11:45:14 +0100" value="0.05071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 12:40:47 +0100" startDate="2017-12-10 11:45:14 +0100" endDate="2017-12-10 11:53:38 +0100" value="0.02959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 12:40:47 +0100" startDate="2017-12-10 12:24:15 +0100" endDate="2017-12-10 12:30:51 +0100" value="0.01418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 13:41:03 +0100" startDate="2017-12-10 12:37:44 +0100" endDate="2017-12-10 12:47:37 +0100" value="0.01551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 13:41:03 +0100" startDate="2017-12-10 12:53:38 +0100" endDate="2017-12-10 13:00:04 +0100" value="0.01898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 13:41:03 +0100" startDate="2017-12-10 13:00:11 +0100" endDate="2017-12-10 13:07:23 +0100" value="0.03552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 16:42:03 +0100" startDate="2017-12-10 16:28:55 +0100" endDate="2017-12-10 16:36:30 +0100" value="0.04323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 18:39:45 +0100" startDate="2017-12-10 17:34:55 +0100" endDate="2017-12-10 17:41:53 +0100" value="0.04356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 18:39:45 +0100" startDate="2017-12-10 18:12:09 +0100" endDate="2017-12-10 18:20:19 +0100" value="0.04269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 19:39:53 +0100" startDate="2017-12-10 19:07:10 +0100" endDate="2017-12-10 19:14:52 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 20:41:42 +0100" startDate="2017-12-10 19:31:23 +0100" endDate="2017-12-10 19:37:46 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 20:41:42 +0100" startDate="2017-12-10 19:37:46 +0100" endDate="2017-12-10 19:47:10 +0100" value="0.0537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 20:41:42 +0100" startDate="2017-12-10 19:47:10 +0100" endDate="2017-12-10 19:56:13 +0100" value="0.04757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 20:41:42 +0100" startDate="2017-12-10 19:56:13 +0100" endDate="2017-12-10 20:04:42 +0100" value="0.02357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5ea0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-10 20:41:42 +0100" startDate="2017-12-10 20:13:13 +0100" endDate="2017-12-10 20:19:30 +0100" value="0.00432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 07:42:27 +0100" startDate="2017-12-11 06:32:14 +0100" endDate="2017-12-11 06:39:08 +0100" value="0.02351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 07:42:27 +0100" startDate="2017-12-11 07:03:25 +0100" endDate="2017-12-11 07:10:27 +0100" value="0.03228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 07:42:27 +0100" startDate="2017-12-11 07:14:25 +0100" endDate="2017-12-11 07:24:24 +0100" value="0.15307"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 07:42:27 +0100" startDate="2017-12-11 07:24:24 +0100" endDate="2017-12-11 07:32:26 +0100" value="0.57262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 07:42:27 +0100" startDate="2017-12-11 07:32:26 +0100" endDate="2017-12-11 07:35:48 +0100" value="0.0129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 08:43:41 +0100" startDate="2017-12-11 07:35:48 +0100" endDate="2017-12-11 07:35:50 +0100" value="0.00188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 08:43:41 +0100" startDate="2017-12-11 07:42:25 +0100" endDate="2017-12-11 07:52:24 +0100" value="0.07726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 08:43:41 +0100" startDate="2017-12-11 07:52:24 +0100" endDate="2017-12-11 07:56:31 +0100" value="0.04978"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 08:43:41 +0100" startDate="2017-12-11 08:04:19 +0100" endDate="2017-12-11 08:11:53 +0100" value="0.02217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 08:43:41 +0100" startDate="2017-12-11 08:11:53 +0100" endDate="2017-12-11 08:21:40 +0100" value="0.08817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 08:43:41 +0100" startDate="2017-12-11 08:22:05 +0100" endDate="2017-12-11 08:31:11 +0100" value="0.04073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 09:47:17 +0100" startDate="2017-12-11 08:31:11 +0100" endDate="2017-12-11 08:39:57 +0100" value="0.00504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 09:47:17 +0100" startDate="2017-12-11 08:39:57 +0100" endDate="2017-12-11 08:42:35 +0100" value="0.00448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 09:47:17 +0100" startDate="2017-12-11 08:50:54 +0100" endDate="2017-12-11 08:57:42 +0100" value="0.02694"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 09:47:17 +0100" startDate="2017-12-11 08:57:42 +0100" endDate="2017-12-11 09:05:08 +0100" value="0.09653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 09:47:17 +0100" startDate="2017-12-11 09:21:58 +0100" endDate="2017-12-11 09:31:58 +0100" value="0.04335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 09:47:17 +0100" startDate="2017-12-11 09:31:58 +0100" endDate="2017-12-11 09:39:08 +0100" value="0.06192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 10:44:03 +0100" startDate="2017-12-11 09:39:08 +0100" endDate="2017-12-11 09:47:17 +0100" value="0.0007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 11:40:07 +0100" startDate="2017-12-11 11:11:12 +0100" endDate="2017-12-11 11:19:43 +0100" value="0.08622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 11:40:07 +0100" startDate="2017-12-11 11:19:43 +0100" endDate="2017-12-11 11:29:42 +0100" value="0.14052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 11:40:07 +0100" startDate="2017-12-11 11:29:42 +0100" endDate="2017-12-11 11:38:43 +0100" value="0.50463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 12:40:31 +0100" startDate="2017-12-11 11:38:43 +0100" endDate="2017-12-11 11:42:50 +0100" value="0.02132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 12:40:31 +0100" startDate="2017-12-11 11:58:34 +0100" endDate="2017-12-11 12:08:33 +0100" value="0.23243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 12:40:31 +0100" startDate="2017-12-11 12:08:33 +0100" endDate="2017-12-11 12:18:08 +0100" value="0.62236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 12:40:31 +0100" startDate="2017-12-11 12:18:08 +0100" endDate="2017-12-11 12:26:03 +0100" value="0.13173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 12:40:31 +0100" startDate="2017-12-11 12:26:58 +0100" endDate="2017-12-11 12:34:30 +0100" value="0.03854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 13:46:08 +0100" startDate="2017-12-11 12:39:11 +0100" endDate="2017-12-11 12:45:37 +0100" value="0.03206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 13:46:08 +0100" startDate="2017-12-11 12:48:29 +0100" endDate="2017-12-11 12:54:47 +0100" value="0.03097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 13:46:08 +0100" startDate="2017-12-11 13:10:59 +0100" endDate="2017-12-11 13:17:47 +0100" value="0.02158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 13:46:08 +0100" startDate="2017-12-11 13:17:47 +0100" endDate="2017-12-11 13:21:34 +0100" value="0.02225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 13:46:08 +0100" startDate="2017-12-11 13:25:12 +0100" endDate="2017-12-11 13:34:23 +0100" value="0.07624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 15:40:23 +0100" startDate="2017-12-11 15:06:33 +0100" endDate="2017-12-11 15:14:33 +0100" value="0.09795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 15:40:23 +0100" startDate="2017-12-11 15:14:33 +0100" endDate="2017-12-11 15:18:22 +0100" value="0.03863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 16:39:42 +0100" startDate="2017-12-11 15:36:52 +0100" endDate="2017-12-11 15:46:51 +0100" value="0.1726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 16:39:42 +0100" startDate="2017-12-11 15:46:51 +0100" endDate="2017-12-11 15:52:34 +0100" value="0.11957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 16:39:42 +0100" startDate="2017-12-11 15:58:27 +0100" endDate="2017-12-11 16:05:05 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 16:39:42 +0100" startDate="2017-12-11 16:17:38 +0100" endDate="2017-12-11 16:24:18 +0100" value="0.03199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 16:39:42 +0100" startDate="2017-12-11 16:24:18 +0100" endDate="2017-12-11 16:32:58 +0100" value="0.06988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 16:32:58 +0100" endDate="2017-12-11 16:42:43 +0100" value="0.02713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 16:42:43 +0100" endDate="2017-12-11 16:52:42 +0100" value="0.46584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 16:52:42 +0100" endDate="2017-12-11 17:02:08 +0100" value="0.37375"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 17:02:08 +0100" endDate="2017-12-11 17:07:05 +0100" value="0.18496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 17:09:28 +0100" endDate="2017-12-11 17:19:26 +0100" value="0.25444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 17:19:26 +0100" endDate="2017-12-11 17:29:24 +0100" value="0.3235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 17:46:55 +0100" startDate="2017-12-11 17:29:24 +0100" endDate="2017-12-11 17:39:18 +0100" value="0.42843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 18:40:04 +0100" startDate="2017-12-11 17:39:18 +0100" endDate="2017-12-11 17:47:06 +0100" value="0.11343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 18:40:04 +0100" startDate="2017-12-11 17:47:06 +0100" endDate="2017-12-11 17:54:08 +0100" value="0.1733"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 18:40:04 +0100" startDate="2017-12-11 17:58:53 +0100" endDate="2017-12-11 18:08:51 +0100" value="0.25123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 18:40:04 +0100" startDate="2017-12-11 18:08:51 +0100" endDate="2017-12-11 18:18:46 +0100" value="0.28109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 18:40:04 +0100" startDate="2017-12-11 18:18:46 +0100" endDate="2017-12-11 18:26:13 +0100" value="0.1888"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 18:40:04 +0100" startDate="2017-12-11 18:26:13 +0100" endDate="2017-12-11 18:36:11 +0100" value="0.21884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 19:40:32 +0100" startDate="2017-12-11 18:36:11 +0100" endDate="2017-12-11 18:46:10 +0100" value="1.07912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 19:40:32 +0100" startDate="2017-12-11 18:46:10 +0100" endDate="2017-12-11 18:56:09 +0100" value="0.6135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 19:40:32 +0100" startDate="2017-12-11 18:56:09 +0100" endDate="2017-12-11 19:04:11 +0100" value="0.42106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 19:40:32 +0100" startDate="2017-12-11 19:04:11 +0100" endDate="2017-12-11 19:14:09 +0100" value="0.01938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 19:40:32 +0100" startDate="2017-12-11 19:14:09 +0100" endDate="2017-12-11 19:24:09 +0100" value="0.19967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 19:40:32 +0100" startDate="2017-12-11 19:24:09 +0100" endDate="2017-12-11 19:34:08 +0100" value="0.79384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 20:40:36 +0100" startDate="2017-12-11 19:34:08 +0100" endDate="2017-12-11 19:44:07 +0100" value="0.29194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 20:40:36 +0100" startDate="2017-12-11 19:44:07 +0100" endDate="2017-12-11 19:53:20 +0100" value="0.71881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 20:40:36 +0100" startDate="2017-12-11 19:53:20 +0100" endDate="2017-12-11 20:03:19 +0100" value="0.60734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 20:40:36 +0100" startDate="2017-12-11 20:03:19 +0100" endDate="2017-12-11 20:11:08 +0100" value="0.07693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 22:45:45 +0100" startDate="2017-12-11 21:52:50 +0100" endDate="2017-12-11 22:00:06 +0100" value="0.0104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-11 22:45:45 +0100" startDate="2017-12-11 22:07:56 +0100" endDate="2017-12-11 22:17:30 +0100" value="0.07384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 08:40:41 +0100" startDate="2017-12-12 07:53:43 +0100" endDate="2017-12-12 08:03:41 +0100" value="0.16585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 08:40:41 +0100" startDate="2017-12-12 08:03:41 +0100" endDate="2017-12-12 08:08:44 +0100" value="0.0148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 08:40:41 +0100" startDate="2017-12-12 08:10:19 +0100" endDate="2017-12-12 08:20:18 +0100" value="0.0375"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 08:40:41 +0100" startDate="2017-12-12 08:20:18 +0100" endDate="2017-12-12 08:30:17 +0100" value="0.70156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 08:40:41 +0100" startDate="2017-12-12 08:30:17 +0100" endDate="2017-12-12 08:32:43 +0100" value="0.00092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 09:41:11 +0100" startDate="2017-12-12 09:14:23 +0100" endDate="2017-12-12 09:24:13 +0100" value="0.03121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 10:42:20 +0100" startDate="2017-12-12 09:55:39 +0100" endDate="2017-12-12 10:05:08 +0100" value="0.06343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 10:42:20 +0100" startDate="2017-12-12 10:05:08 +0100" endDate="2017-12-12 10:14:29 +0100" value="0.08091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 11:39:53 +0100" startDate="2017-12-12 11:12:26 +0100" endDate="2017-12-12 11:21:53 +0100" value="0.0435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 11:39:53 +0100" startDate="2017-12-12 11:21:53 +0100" endDate="2017-12-12 11:31:42 +0100" value="0.59038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 12:43:49 +0100" startDate="2017-12-12 11:31:42 +0100" endDate="2017-12-12 11:34:36 +0100" value="0.01281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 12:43:49 +0100" startDate="2017-12-12 11:38:44 +0100" endDate="2017-12-12 11:47:17 +0100" value="0.2451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 12:43:49 +0100" startDate="2017-12-12 11:47:20 +0100" endDate="2017-12-12 11:53:22 +0100" value="0.0043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 12:43:49 +0100" startDate="2017-12-12 11:53:22 +0100" endDate="2017-12-12 12:03:21 +0100" value="0.43498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 12:43:49 +0100" startDate="2017-12-12 12:03:21 +0100" endDate="2017-12-12 12:05:41 +0100" value="0.15162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 13:44:45 +0100" startDate="2017-12-12 13:18:35 +0100" endDate="2017-12-12 13:24:53 +0100" value="0.00419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 14:44:30 +0100" startDate="2017-12-12 13:38:57 +0100" endDate="2017-12-12 13:46:52 +0100" value="0.0211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 14:44:30 +0100" startDate="2017-12-12 13:46:52 +0100" endDate="2017-12-12 13:56:24 +0100" value="0.0118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 14:44:30 +0100" startDate="2017-12-12 13:56:24 +0100" endDate="2017-12-12 14:06:18 +0100" value="0.0008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 14:44:30 +0100" startDate="2017-12-12 14:10:06 +0100" endDate="2017-12-12 14:19:17 +0100" value="0.01818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 16:41:32 +0100" startDate="2017-12-12 15:54:56 +0100" endDate="2017-12-12 16:04:56 +0100" value="0.30982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 16:41:32 +0100" startDate="2017-12-12 16:04:56 +0100" endDate="2017-12-12 16:12:23 +0100" value="0.26611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 16:41:32 +0100" startDate="2017-12-12 16:12:23 +0100" endDate="2017-12-12 16:21:51 +0100" value="0.58246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 16:41:32 +0100" startDate="2017-12-12 16:21:51 +0100" endDate="2017-12-12 16:31:20 +0100" value="0.7494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 17:42:07 +0100" startDate="2017-12-12 16:39:48 +0100" endDate="2017-12-12 16:46:01 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 17:42:07 +0100" startDate="2017-12-12 16:57:12 +0100" endDate="2017-12-12 17:03:15 +0100" value="0.01368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 17:42:07 +0100" startDate="2017-12-12 17:24:47 +0100" endDate="2017-12-12 17:32:04 +0100" value="0.00414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 18:42:10 +0100" startDate="2017-12-12 17:32:04 +0100" endDate="2017-12-12 17:42:02 +0100" value="0.01864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 18:42:10 +0100" startDate="2017-12-12 17:42:02 +0100" endDate="2017-12-12 17:52:01 +0100" value="0.77215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 18:42:10 +0100" startDate="2017-12-12 17:52:01 +0100" endDate="2017-12-12 18:01:20 +0100" value="0.11592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 18:42:10 +0100" startDate="2017-12-12 18:09:31 +0100" endDate="2017-12-12 18:17:21 +0100" value="0.02792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 18:42:10 +0100" startDate="2017-12-12 18:18:33 +0100" endDate="2017-12-12 18:24:56 +0100" value="0.00688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 19:40:48 +0100" startDate="2017-12-12 18:46:32 +0100" endDate="2017-12-12 18:54:16 +0100" value="0.03319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 21:44:13 +0100" startDate="2017-12-12 21:01:04 +0100" endDate="2017-12-12 21:11:03 +0100" value="0.0482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 21:44:13 +0100" startDate="2017-12-12 21:11:03 +0100" endDate="2017-12-12 21:16:53 +0100" value="0.04058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-12 22:41:09 +0100" startDate="2017-12-12 21:37:57 +0100" endDate="2017-12-12 21:47:55 +0100" value="0.15031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 08:40:01 +0100" startDate="2017-12-13 07:40:04 +0100" endDate="2017-12-13 07:47:08 +0100" value="0.01857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 08:40:01 +0100" startDate="2017-12-13 07:47:56 +0100" endDate="2017-12-13 07:54:14 +0100" value="0.00142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 08:40:01 +0100" startDate="2017-12-13 07:54:14 +0100" endDate="2017-12-13 08:00:02 +0100" value="0.00828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 08:40:01 +0100" startDate="2017-12-13 08:06:52 +0100" endDate="2017-12-13 08:14:11 +0100" value="0.05547"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 08:40:01 +0100" startDate="2017-12-13 08:15:27 +0100" endDate="2017-12-13 08:25:26 +0100" value="0.13664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 08:40:01 +0100" startDate="2017-12-13 08:25:26 +0100" endDate="2017-12-13 08:33:31 +0100" value="0.6055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 09:44:27 +0100" startDate="2017-12-13 08:33:31 +0100" endDate="2017-12-13 08:43:05 +0100" value="0.06031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 12:40:37 +0100" startDate="2017-12-13 11:54:20 +0100" endDate="2017-12-13 12:03:54 +0100" value="0.06493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 12:40:37 +0100" startDate="2017-12-13 12:03:54 +0100" endDate="2017-12-13 12:08:06 +0100" value="0.01427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 12:40:37 +0100" startDate="2017-12-13 12:14:19 +0100" endDate="2017-12-13 12:23:19 +0100" value="0.02838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 12:40:37 +0100" startDate="2017-12-13 12:23:19 +0100" endDate="2017-12-13 12:33:13 +0100" value="0.30277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 13:41:02 +0100" startDate="2017-12-13 12:33:13 +0100" endDate="2017-12-13 12:34:58 +0100" value="0.05318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 13:41:02 +0100" startDate="2017-12-13 13:18:50 +0100" endDate="2017-12-13 13:28:49 +0100" value="0.09493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 13:41:02 +0100" startDate="2017-12-13 13:28:49 +0100" endDate="2017-12-13 13:38:05 +0100" value="0.29937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 14:45:46 +0100" startDate="2017-12-13 13:38:05 +0100" endDate="2017-12-13 13:44:53 +0100" value="0.02739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 14:45:46 +0100" startDate="2017-12-13 13:45:22 +0100" endDate="2017-12-13 13:54:33 +0100" value="0.04485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 15:49:23 +0100" startDate="2017-12-13 15:08:38 +0100" endDate="2017-12-13 15:14:51 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 16:40:33 +0100" startDate="2017-12-13 16:14:45 +0100" endDate="2017-12-13 16:24:06 +0100" value="0.05182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 16:40:33 +0100" startDate="2017-12-13 16:24:06 +0100" endDate="2017-12-13 16:29:50 +0100" value="0.22071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 17:42:11 +0100" startDate="2017-12-13 16:36:55 +0100" endDate="2017-12-13 16:45:58 +0100" value="0.28924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 17:42:11 +0100" startDate="2017-12-13 16:57:21 +0100" endDate="2017-12-13 17:07:11 +0100" value="0.0203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 17:42:11 +0100" startDate="2017-12-13 17:07:11 +0100" endDate="2017-12-13 17:15:02 +0100" value="0.06312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 17:42:11 +0100" startDate="2017-12-13 17:15:02 +0100" endDate="2017-12-13 17:23:08 +0100" value="0.02362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 17:42:11 +0100" startDate="2017-12-13 17:24:55 +0100" endDate="2017-12-13 17:34:22 +0100" value="0.08131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 18:42:38 +0100" startDate="2017-12-13 17:34:22 +0100" endDate="2017-12-13 17:44:21 +0100" value="0.63486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 18:42:38 +0100" startDate="2017-12-13 17:44:21 +0100" endDate="2017-12-13 17:54:20 +0100" value="0.93484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 18:42:38 +0100" startDate="2017-12-13 17:54:20 +0100" endDate="2017-12-13 18:03:40 +0100" value="0.01351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 18:42:38 +0100" startDate="2017-12-13 18:03:40 +0100" endDate="2017-12-13 18:12:56 +0100" value="0.14085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 18:42:38 +0100" startDate="2017-12-13 18:12:56 +0100" endDate="2017-12-13 18:22:54 +0100" value="0.0453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 18:42:38 +0100" startDate="2017-12-13 18:22:54 +0100" endDate="2017-12-13 18:26:48 +0100" value="0.0194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 19:40:20 +0100" startDate="2017-12-13 19:15:34 +0100" endDate="2017-12-13 19:22:07 +0100" value="0.01381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 20:41:18 +0100" startDate="2017-12-13 20:09:53 +0100" endDate="2017-12-13 20:19:52 +0100" value="0.13992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 20:41:18 +0100" startDate="2017-12-13 20:19:52 +0100" endDate="2017-12-13 20:27:55 +0100" value="0.40336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 21:40:23 +0100" startDate="2017-12-13 20:49:15 +0100" endDate="2017-12-13 20:58:27 +0100" value="0.10554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 21:40:23 +0100" startDate="2017-12-13 21:10:53 +0100" endDate="2017-12-13 21:19:02 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 21:40:23 +0100" startDate="2017-12-13 21:19:02 +0100" endDate="2017-12-13 21:28:07 +0100" value="0.03344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 21:40:23 +0100" startDate="2017-12-13 21:28:07 +0100" endDate="2017-12-13 21:35:05 +0100" value="0.08533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-13 22:48:16 +0100" startDate="2017-12-13 21:35:05 +0100" endDate="2017-12-13 21:45:02 +0100" value="0.35896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 08:44:34 +0100" startDate="2017-12-14 07:47:23 +0100" endDate="2017-12-14 07:54:17 +0100" value="0.0353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 08:44:34 +0100" startDate="2017-12-14 08:08:37 +0100" endDate="2017-12-14 08:15:51 +0100" value="0.03338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 08:44:34 +0100" startDate="2017-12-14 08:17:52 +0100" endDate="2017-12-14 08:27:51 +0100" value="0.09575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 08:44:34 +0100" startDate="2017-12-14 08:27:51 +0100" endDate="2017-12-14 08:35:42 +0100" value="0.70221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 09:47:20 +0100" startDate="2017-12-14 08:44:47 +0100" endDate="2017-12-14 08:54:39 +0100" value="0.04483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 09:47:20 +0100" startDate="2017-12-14 08:54:39 +0100" endDate="2017-12-14 08:57:11 +0100" value="0.02414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 11:44:13 +0100" startDate="2017-12-14 10:37:43 +0100" endDate="2017-12-14 10:47:22 +0100" value="0.04204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 11:44:13 +0100" startDate="2017-12-14 11:00:37 +0100" endDate="2017-12-14 11:08:57 +0100" value="0.03357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 11:44:13 +0100" startDate="2017-12-14 11:15:47 +0100" endDate="2017-12-14 11:24:25 +0100" value="0.06026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 11:44:13 +0100" startDate="2017-12-14 11:24:25 +0100" endDate="2017-12-14 11:33:59 +0100" value="0.49824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 11:44:13 +0100" startDate="2017-12-14 11:33:59 +0100" endDate="2017-12-14 11:40:57 +0100" value="0.23377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 12:45:02 +0100" startDate="2017-12-14 11:53:55 +0100" endDate="2017-12-14 12:03:54 +0100" value="0.21741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 12:45:02 +0100" startDate="2017-12-14 12:03:54 +0100" endDate="2017-12-14 12:11:23 +0100" value="0.5434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 13:39:55 +0100" startDate="2017-12-14 12:37:42 +0100" endDate="2017-12-14 12:47:34 +0100" value="0.05764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 13:39:55 +0100" startDate="2017-12-14 13:07:25 +0100" endDate="2017-12-14 13:15:25 +0100" value="0.04319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 13:39:55 +0100" startDate="2017-12-14 13:28:01 +0100" endDate="2017-12-14 13:34:39 +0100" value="0.0237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 14:41:49 +0100" startDate="2017-12-14 13:34:39 +0100" endDate="2017-12-14 13:44:29 +0100" value="0.02779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 14:41:49 +0100" startDate="2017-12-14 13:44:29 +0100" endDate="2017-12-14 13:54:27 +0100" value="0.24094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 14:41:49 +0100" startDate="2017-12-14 13:54:27 +0100" endDate="2017-12-14 14:00:16 +0100" value="0.07157"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 14:41:49 +0100" startDate="2017-12-14 14:16:51 +0100" endDate="2017-12-14 14:26:50 +0100" value="0.15234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 14:41:49 +0100" startDate="2017-12-14 14:26:50 +0100" endDate="2017-12-14 14:34:38 +0100" value="0.02801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 15:43:06 +0100" startDate="2017-12-14 14:45:34 +0100" endDate="2017-12-14 14:55:08 +0100" value="0.07128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 15:43:06 +0100" startDate="2017-12-14 14:55:08 +0100" endDate="2017-12-14 15:00:41 +0100" value="0.06769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 15:43:06 +0100" startDate="2017-12-14 15:00:41 +0100" endDate="2017-12-14 15:10:27 +0100" value="0.04501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 15:43:06 +0100" startDate="2017-12-14 15:18:47 +0100" endDate="2017-12-14 15:27:58 +0100" value="0.10835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 16:44:06 +0100" startDate="2017-12-14 16:13:03 +0100" endDate="2017-12-14 16:19:49 +0100" value="0.02235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 16:44:06 +0100" startDate="2017-12-14 16:19:49 +0100" endDate="2017-12-14 16:29:47 +0100" value="0.3453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 16:44:06 +0100" startDate="2017-12-14 16:29:47 +0100" endDate="2017-12-14 16:39:47 +0100" value="0.52866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 17:44:18 +0100" startDate="2017-12-14 16:39:47 +0100" endDate="2017-12-14 16:45:21 +0100" value="0.20536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 17:44:18 +0100" startDate="2017-12-14 16:58:01 +0100" endDate="2017-12-14 17:07:59 +0100" value="0.04825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 17:44:18 +0100" startDate="2017-12-14 17:07:59 +0100" endDate="2017-12-14 17:10:40 +0100" value="0.03088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 17:44:18 +0100" startDate="2017-12-14 17:12:46 +0100" endDate="2017-12-14 17:21:27 +0100" value="0.00801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 18:49:34 +0100" startDate="2017-12-14 18:15:10 +0100" endDate="2017-12-14 18:25:09 +0100" value="0.20534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 18:49:34 +0100" startDate="2017-12-14 18:25:09 +0100" endDate="2017-12-14 18:35:01 +0100" value="0.65705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 18:49:34 +0100" startDate="2017-12-14 18:35:01 +0100" endDate="2017-12-14 18:35:57 +0100" value="0.00976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 19:50:31 +0100" startDate="2017-12-14 18:59:02 +0100" endDate="2017-12-14 19:06:19 +0100" value="0.02844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 19:50:31 +0100" startDate="2017-12-14 19:34:46 +0100" endDate="2017-12-14 19:41:27 +0100" value="0.0335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 20:48:19 +0100" startDate="2017-12-14 19:41:27 +0100" endDate="2017-12-14 19:44:57 +0100" value="0.01712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 20:48:19 +0100" startDate="2017-12-14 19:47:55 +0100" endDate="2017-12-14 19:54:44 +0100" value="0.0486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 20:48:19 +0100" startDate="2017-12-14 19:54:44 +0100" endDate="2017-12-14 19:58:21 +0100" value="0.00972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 20:48:19 +0100" startDate="2017-12-14 20:07:39 +0100" endDate="2017-12-14 20:15:13 +0100" value="0.03964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 21:43:56 +0100" startDate="2017-12-14 20:48:22 +0100" endDate="2017-12-14 20:58:19 +0100" value="0.29961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 21:43:56 +0100" startDate="2017-12-14 20:58:19 +0100" endDate="2017-12-14 21:08:12 +0100" value="0.72423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-14 21:43:56 +0100" startDate="2017-12-14 21:08:12 +0100" endDate="2017-12-14 21:17:16 +0100" value="0.2424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 07:43:16 +0100" startDate="2017-12-15 07:19:21 +0100" endDate="2017-12-15 07:27:05 +0100" value="0.03024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 08:44:54 +0100" startDate="2017-12-15 07:47:55 +0100" endDate="2017-12-15 07:54:56 +0100" value="0.02319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 08:44:54 +0100" startDate="2017-12-15 07:56:42 +0100" endDate="2017-12-15 08:05:32 +0100" value="0.07248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 08:44:54 +0100" startDate="2017-12-15 08:05:32 +0100" endDate="2017-12-15 08:15:31 +0100" value="0.7016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 08:44:54 +0100" startDate="2017-12-15 08:15:31 +0100" endDate="2017-12-15 08:16:14 +0100" value="0.03133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 08:44:54 +0100" startDate="2017-12-15 08:27:23 +0100" endDate="2017-12-15 08:36:11 +0100" value="0.03513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 09:42:07 +0100" startDate="2017-12-15 08:36:11 +0100" endDate="2017-12-15 08:44:55 +0100" value="0.11878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 09:42:07 +0100" startDate="2017-12-15 08:44:55 +0100" endDate="2017-12-15 08:46:24 +0100" value="0.01124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 09:42:07 +0100" startDate="2017-12-15 09:29:43 +0100" endDate="2017-12-15 09:38:57 +0100" value="0.06308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 10:42:12 +0100" startDate="2017-12-15 09:38:57 +0100" endDate="2017-12-15 09:48:16 +0100" value="0.05127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 10:42:12 +0100" startDate="2017-12-15 09:48:16 +0100" endDate="2017-12-15 09:50:21 +0100" value="0.02065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 11:41:38 +0100" startDate="2017-12-15 10:33:05 +0100" endDate="2017-12-15 10:41:00 +0100" value="0.03188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 11:41:38 +0100" startDate="2017-12-15 10:55:37 +0100" endDate="2017-12-15 11:03:37 +0100" value="0.06762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 11:41:38 +0100" startDate="2017-12-15 11:03:37 +0100" endDate="2017-12-15 11:12:34 +0100" value="0.10149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 11:41:38 +0100" startDate="2017-12-15 11:20:49 +0100" endDate="2017-12-15 11:30:48 +0100" value="0.12813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 11:41:38 +0100" startDate="2017-12-15 11:30:48 +0100" endDate="2017-12-15 11:39:30 +0100" value="0.59552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 12:41:54 +0100" startDate="2017-12-15 11:39:30 +0100" endDate="2017-12-15 11:47:52 +0100" value="0.09088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 12:41:54 +0100" startDate="2017-12-15 12:00:37 +0100" endDate="2017-12-15 12:10:36 +0100" value="0.23895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 12:41:54 +0100" startDate="2017-12-15 12:10:36 +0100" endDate="2017-12-15 12:17:25 +0100" value="0.46789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 14:59:45 +0100" startDate="2017-12-15 13:43:17 +0100" endDate="2017-12-15 13:52:41 +0100" value="0.02989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 14:59:45 +0100" startDate="2017-12-15 13:52:41 +0100" endDate="2017-12-15 14:01:25 +0100" value="0.28178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 14:59:45 +0100" startDate="2017-12-15 14:01:25 +0100" endDate="2017-12-15 14:06:36 +0100" value="0.00575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 14:59:45 +0100" startDate="2017-12-15 14:06:45 +0100" endDate="2017-12-15 14:13:08 +0100" value="0.00258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 15:41:00 +0100" startDate="2017-12-15 15:14:54 +0100" endDate="2017-12-15 15:21:43 +0100" value="0.00134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 15:41:00 +0100" startDate="2017-12-15 15:21:43 +0100" endDate="2017-12-15 15:31:42 +0100" value="0.24355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 16:39:46 +0100" startDate="2017-12-15 15:31:42 +0100" endDate="2017-12-15 15:41:19 +0100" value="0.44851"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 16:39:46 +0100" startDate="2017-12-15 15:41:19 +0100" endDate="2017-12-15 15:47:34 +0100" value="0.34773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 16:39:46 +0100" startDate="2017-12-15 15:49:57 +0100" endDate="2017-12-15 15:59:33 +0100" value="0.02715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 16:39:46 +0100" startDate="2017-12-15 15:59:33 +0100" endDate="2017-12-15 16:09:31 +0100" value="0.49728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 16:39:46 +0100" startDate="2017-12-15 16:09:31 +0100" endDate="2017-12-15 16:16:48 +0100" value="0.24757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 17:41:34 +0100" startDate="2017-12-15 17:18:15 +0100" endDate="2017-12-15 17:28:13 +0100" value="0.14767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 17:41:34 +0100" startDate="2017-12-15 17:28:13 +0100" endDate="2017-12-15 17:38:11 +0100" value="0.12914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 18:46:00 +0100" startDate="2017-12-15 17:38:11 +0100" endDate="2017-12-15 17:43:24 +0100" value="0.12411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 18:46:00 +0100" startDate="2017-12-15 17:43:24 +0100" endDate="2017-12-15 17:51:29 +0100" value="0.10371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 18:46:00 +0100" startDate="2017-12-15 18:07:11 +0100" endDate="2017-12-15 18:16:06 +0100" value="0.01677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 18:46:00 +0100" startDate="2017-12-15 18:16:06 +0100" endDate="2017-12-15 18:26:04 +0100" value="0.12457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 18:46:00 +0100" startDate="2017-12-15 18:26:04 +0100" endDate="2017-12-15 18:30:06 +0100" value="0.04747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 19:41:32 +0100" startDate="2017-12-15 19:21:48 +0100" endDate="2017-12-15 19:30:09 +0100" value="0.08189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 19:41:32 +0100" startDate="2017-12-15 19:30:09 +0100" endDate="2017-12-15 19:34:26 +0100" value="0.03766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 20:40:43 +0100" startDate="2017-12-15 20:27:45 +0100" endDate="2017-12-15 20:35:12 +0100" value="0.02683"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 21:40:01 +0100" startDate="2017-12-15 20:35:12 +0100" endDate="2017-12-15 20:41:53 +0100" value="0.04015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 21:40:01 +0100" startDate="2017-12-15 20:48:22 +0100" endDate="2017-12-15 20:55:05 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-15 21:40:01 +0100" startDate="2017-12-15 21:29:17 +0100" endDate="2017-12-15 21:37:22 +0100" value="0.03769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 09:45:54 +0100" startDate="2017-12-16 09:10:03 +0100" endDate="2017-12-16 09:16:11 +0100" value="0.00504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 11:40:52 +0100" startDate="2017-12-16 11:05:53 +0100" endDate="2017-12-16 11:12:01 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 11:40:52 +0100" startDate="2017-12-16 11:22:30 +0100" endDate="2017-12-16 11:31:47 +0100" value="0.10212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 12:40:09 +0100" startDate="2017-12-16 11:31:47 +0100" endDate="2017-12-16 11:41:47 +0100" value="0.0934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 12:40:09 +0100" startDate="2017-12-16 11:41:47 +0100" endDate="2017-12-16 11:45:45 +0100" value="0.01773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 13:42:01 +0100" startDate="2017-12-16 12:34:15 +0100" endDate="2017-12-16 12:40:44 +0100" value="0.01443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 13:42:01 +0100" startDate="2017-12-16 12:51:08 +0100" endDate="2017-12-16 13:00:24 +0100" value="0.01463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 13:42:01 +0100" startDate="2017-12-16 13:00:24 +0100" endDate="2017-12-16 13:03:30 +0100" value="0.01339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 13:42:01 +0100" startDate="2017-12-16 13:15:22 +0100" endDate="2017-12-16 13:24:43 +0100" value="0.0312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 13:42:01 +0100" startDate="2017-12-16 13:24:43 +0100" endDate="2017-12-16 13:34:42 +0100" value="0.03949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 14:43:44 +0100" startDate="2017-12-16 13:34:42 +0100" endDate="2017-12-16 13:44:42 +0100" value="0.10296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 14:43:44 +0100" startDate="2017-12-16 13:44:42 +0100" endDate="2017-12-16 13:48:28 +0100" value="0.06623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 14:43:44 +0100" startDate="2017-12-16 13:50:09 +0100" endDate="2017-12-16 13:59:04 +0100" value="0.04954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 14:43:44 +0100" startDate="2017-12-16 14:05:19 +0100" endDate="2017-12-16 14:14:42 +0100" value="0.09113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 14:43:44 +0100" startDate="2017-12-16 14:14:42 +0100" endDate="2017-12-16 14:24:39 +0100" value="0.3155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 14:43:44 +0100" startDate="2017-12-16 14:24:39 +0100" endDate="2017-12-16 14:25:33 +0100" value="0.00264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 15:42:43 +0100" startDate="2017-12-16 15:10:02 +0100" endDate="2017-12-16 15:19:58 +0100" value="0.27509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 15:42:43 +0100" startDate="2017-12-16 15:19:58 +0100" endDate="2017-12-16 15:27:31 +0100" value="0.38321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 15:42:43 +0100" startDate="2017-12-16 15:27:31 +0100" endDate="2017-12-16 15:37:29 +0100" value="0.09488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 16:40:06 +0100" startDate="2017-12-16 15:37:29 +0100" endDate="2017-12-16 15:40:05 +0100" value="0.09904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 16:40:06 +0100" startDate="2017-12-16 15:46:48 +0100" endDate="2017-12-16 15:56:48 +0100" value="0.149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 16:40:06 +0100" startDate="2017-12-16 15:56:48 +0100" endDate="2017-12-16 16:04:35 +0100" value="0.10631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 16:40:06 +0100" startDate="2017-12-16 16:07:05 +0100" endDate="2017-12-16 16:16:44 +0100" value="0.02873"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 17:41:49 +0100" startDate="2017-12-16 17:08:43 +0100" endDate="2017-12-16 17:17:06 +0100" value="0.02759"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 17:41:49 +0100" startDate="2017-12-16 17:17:06 +0100" endDate="2017-12-16 17:27:05 +0100" value="0.00538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 17:41:49 +0100" startDate="2017-12-16 17:27:05 +0100" endDate="2017-12-16 17:29:51 +0100" value="0.01488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 18:41:31 +0100" startDate="2017-12-16 17:45:45 +0100" endDate="2017-12-16 17:55:44 +0100" value="0.00943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 18:41:31 +0100" startDate="2017-12-16 17:55:44 +0100" endDate="2017-12-16 17:55:52 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 18:41:31 +0100" startDate="2017-12-16 18:12:00 +0100" endDate="2017-12-16 18:18:46 +0100" value="0.02585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 18:41:31 +0100" startDate="2017-12-16 18:23:13 +0100" endDate="2017-12-16 18:32:23 +0100" value="0.04987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 19:40:25 +0100" startDate="2017-12-16 18:32:23 +0100" endDate="2017-12-16 18:35:17 +0100" value="0.01333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 19:40:25 +0100" startDate="2017-12-16 18:45:37 +0100" endDate="2017-12-16 18:51:55 +0100" value="0.01768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 19:40:25 +0100" startDate="2017-12-16 19:03:55 +0100" endDate="2017-12-16 19:10:15 +0100" value="0.002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 19:40:25 +0100" startDate="2017-12-16 19:11:01 +0100" endDate="2017-12-16 19:21:01 +0100" value="0.04915"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 19:40:25 +0100" startDate="2017-12-16 19:21:01 +0100" endDate="2017-12-16 19:31:00 +0100" value="0.77351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 20:41:12 +0100" startDate="2017-12-16 19:31:00 +0100" endDate="2017-12-16 19:40:58 +0100" value="0.49289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 20:41:12 +0100" startDate="2017-12-16 19:40:58 +0100" endDate="2017-12-16 19:45:12 +0100" value="0.08803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 20:41:12 +0100" startDate="2017-12-16 19:59:05 +0100" endDate="2017-12-16 20:05:26 +0100" value="0.01726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 20:41:12 +0100" startDate="2017-12-16 20:28:20 +0100" endDate="2017-12-16 20:34:20 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 22:25:01 +0100" startDate="2017-12-16 20:58:14 +0100" endDate="2017-12-16 21:04:22 +0100" value="0.00928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 22:25:01 +0100" startDate="2017-12-16 21:04:35 +0100" endDate="2017-12-16 21:10:37 +0100" value="0.0112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 22:25:01 +0100" startDate="2017-12-16 21:10:37 +0100" endDate="2017-12-16 21:20:35 +0100" value="0.42938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 22:25:01 +0100" startDate="2017-12-16 21:20:35 +0100" endDate="2017-12-16 21:30:08 +0100" value="0.43619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 22:25:01 +0100" startDate="2017-12-16 21:30:08 +0100" endDate="2017-12-16 21:40:04 +0100" value="0.24588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-16 22:25:01 +0100" startDate="2017-12-16 21:40:04 +0100" endDate="2017-12-16 21:40:42 +0100" value="0.01075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 08:45:23 +0100" startDate="2017-12-17 08:26:37 +0100" endDate="2017-12-17 08:33:10 +0100" value="0.01718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 08:45:23 +0100" startDate="2017-12-17 08:33:10 +0100" endDate="2017-12-17 08:40:39 +0100" value="0.00964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 09:45:38 +0100" startDate="2017-12-17 08:49:11 +0100" endDate="2017-12-17 08:55:19 +0100" value="0.00855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 10:43:50 +0100" startDate="2017-12-17 09:43:15 +0100" endDate="2017-12-17 09:49:49 +0100" value="0.02098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 10:43:50 +0100" startDate="2017-12-17 09:50:27 +0100" endDate="2017-12-17 09:57:11 +0100" value="0.00528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 11:46:57 +0100" startDate="2017-12-17 11:04:29 +0100" endDate="2017-12-17 11:10:32 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 11:46:57 +0100" startDate="2017-12-17 11:15:38 +0100" endDate="2017-12-17 11:21:51 +0100" value="0.01398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 11:46:57 +0100" startDate="2017-12-17 11:23:18 +0100" endDate="2017-12-17 11:33:17 +0100" value="0.04997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 11:46:57 +0100" startDate="2017-12-17 11:33:17 +0100" endDate="2017-12-17 11:38:08 +0100" value="0.08716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 12:40:08 +0100" startDate="2017-12-17 11:38:08 +0100" endDate="2017-12-17 11:47:11 +0100" value="0.04305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 13:48:35 +0100" startDate="2017-12-17 12:43:32 +0100" endDate="2017-12-17 12:52:11 +0100" value="0.04826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 15:43:51 +0100" startDate="2017-12-17 15:20:52 +0100" endDate="2017-12-17 15:30:11 +0100" value="0.06626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 15:43:51 +0100" startDate="2017-12-17 15:30:11 +0100" endDate="2017-12-17 15:33:58 +0100" value="0.00484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 16:45:35 +0100" startDate="2017-12-17 15:38:56 +0100" endDate="2017-12-17 15:48:53 +0100" value="0.01367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 17:40:04 +0100" startDate="2017-12-17 16:52:23 +0100" endDate="2017-12-17 16:59:14 +0100" value="0.01625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 17:40:04 +0100" startDate="2017-12-17 16:59:14 +0100" endDate="2017-12-17 17:05:13 +0100" value="0.02948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 17:40:04 +0100" startDate="2017-12-17 17:20:27 +0100" endDate="2017-12-17 17:29:48 +0100" value="0.08204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 17:40:04 +0100" startDate="2017-12-17 17:29:48 +0100" endDate="2017-12-17 17:39:48 +0100" value="0.39083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 17:39:48 +0100" endDate="2017-12-17 17:49:46 +0100" value="0.7711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 17:49:46 +0100" endDate="2017-12-17 17:51:41 +0100" value="0.10283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 17:55:26 +0100" endDate="2017-12-17 18:03:42 +0100" value="0.01265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 18:29:55 +0100" endDate="2017-12-17 18:39:54 +0100" value="0.14638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 18:39:54 +0100" endDate="2017-12-17 18:41:36 +0100" value="0.07419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 18:49:33 +0100" endDate="2017-12-17 18:57:17 +0100" value="0.02378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 18:57:17 +0100" endDate="2017-12-17 19:04:39 +0100" value="0.0504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 19:04:39 +0100" endDate="2017-12-17 19:13:54 +0100" value="0.13841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 19:13:54 +0100" endDate="2017-12-17 19:21:35 +0100" value="0.11876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 19:26:45 +0100" endDate="2017-12-17 19:36:05 +0100" value="0.09286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 19:44:38 +0100" endDate="2017-12-17 19:53:37 +0100" value="0.11099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 19:53:37 +0100" endDate="2017-12-17 20:03:36 +0100" value="0.26488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 20:03:36 +0100" endDate="2017-12-17 20:10:10 +0100" value="0.10107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 20:12:21 +0100" endDate="2017-12-17 20:22:20 +0100" value="0.02755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 20:22:20 +0100" endDate="2017-12-17 20:32:18 +0100" value="0.19053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 20:32:18 +0100" endDate="2017-12-17 20:41:38 +0100" value="0.09209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:16:41 +0100" startDate="2017-12-17 20:43:07 +0100" endDate="2017-12-17 20:51:10 +0100" value="0.02806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 21:31:57 +0100" startDate="2017-12-17 21:17:16 +0100" endDate="2017-12-17 21:23:39 +0100" value="0.00772"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-17 22:39:14 +0100" startDate="2017-12-17 21:46:59 +0100" endDate="2017-12-17 21:54:07 +0100" value="0.01524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 07:54:49 +0100" startDate="2017-12-18 06:55:04 +0100" endDate="2017-12-18 07:01:25 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 07:54:49 +0100" startDate="2017-12-18 07:08:29 +0100" endDate="2017-12-18 07:16:53 +0100" value="0.03703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 07:54:49 +0100" startDate="2017-12-18 07:16:53 +0100" endDate="2017-12-18 07:25:00 +0100" value="0.03809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 07:54:49 +0100" startDate="2017-12-18 07:25:00 +0100" endDate="2017-12-18 07:35:00 +0100" value="0.56731"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 07:54:49 +0100" startDate="2017-12-18 07:35:00 +0100" endDate="2017-12-18 07:39:02 +0100" value="0.18527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 08:48:54 +0100" startDate="2017-12-18 07:50:12 +0100" endDate="2017-12-18 08:00:10 +0100" value="0.07798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 08:48:54 +0100" startDate="2017-12-18 08:00:10 +0100" endDate="2017-12-18 08:07:23 +0100" value="0.12927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 08:48:54 +0100" startDate="2017-12-18 08:07:23 +0100" endDate="2017-12-18 08:14:53 +0100" value="0.02788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 09:49:02 +0100" startDate="2017-12-18 08:52:48 +0100" endDate="2017-12-18 09:01:51 +0100" value="0.07081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 09:49:02 +0100" startDate="2017-12-18 09:01:51 +0100" endDate="2017-12-18 09:08:42 +0100" value="0.05972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 09:49:02 +0100" startDate="2017-12-18 09:21:28 +0100" endDate="2017-12-18 09:28:52 +0100" value="0.02834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 09:49:02 +0100" startDate="2017-12-18 09:28:52 +0100" endDate="2017-12-18 09:36:09 +0100" value="0.10216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 11:01:38 +0100" startDate="2017-12-18 09:45:41 +0100" endDate="2017-12-18 09:55:08 +0100" value="0.02603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 11:01:38 +0100" startDate="2017-12-18 09:55:08 +0100" endDate="2017-12-18 10:00:54 +0100" value="0.07984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 11:55:34 +0100" startDate="2017-12-18 11:06:09 +0100" endDate="2017-12-18 11:14:16 +0100" value="0.0774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 11:55:34 +0100" startDate="2017-12-18 11:14:16 +0100" endDate="2017-12-18 11:24:14 +0100" value="0.13079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 11:55:34 +0100" startDate="2017-12-18 11:24:14 +0100" endDate="2017-12-18 11:34:13 +0100" value="0.55153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 11:55:34 +0100" startDate="2017-12-18 11:34:13 +0100" endDate="2017-12-18 11:39:47 +0100" value="0.04685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 12:50:02 +0100" startDate="2017-12-18 11:52:37 +0100" endDate="2017-12-18 12:02:26 +0100" value="0.20402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 12:50:02 +0100" startDate="2017-12-18 12:02:26 +0100" endDate="2017-12-18 12:12:25 +0100" value="0.51595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 12:50:02 +0100" startDate="2017-12-18 12:12:25 +0100" endDate="2017-12-18 12:19:10 +0100" value="0.29357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 13:50:50 +0100" startDate="2017-12-18 13:23:21 +0100" endDate="2017-12-18 13:32:27 +0100" value="0.05104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 13:50:50 +0100" startDate="2017-12-18 13:32:27 +0100" endDate="2017-12-18 13:42:08 +0100" value="0.02089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 14:53:17 +0100" startDate="2017-12-18 13:42:08 +0100" endDate="2017-12-18 13:46:02 +0100" value="0.00516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 14:53:17 +0100" startDate="2017-12-18 13:54:26 +0100" endDate="2017-12-18 14:01:57 +0100" value="0.05331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 14:53:17 +0100" startDate="2017-12-18 14:01:57 +0100" endDate="2017-12-18 14:06:25 +0100" value="0.00423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 14:53:17 +0100" startDate="2017-12-18 14:24:29 +0100" endDate="2017-12-18 14:30:42 +0100" value="0.00142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 14:53:17 +0100" startDate="2017-12-18 14:30:43 +0100" endDate="2017-12-18 14:39:49 +0100" value="0.02709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 15:49:59 +0100" startDate="2017-12-18 15:02:34 +0100" endDate="2017-12-18 15:12:33 +0100" value="0.01714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 15:49:59 +0100" startDate="2017-12-18 15:12:33 +0100" endDate="2017-12-18 15:14:48 +0100" value="0.0245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 16:48:47 +0100" startDate="2017-12-18 16:01:20 +0100" endDate="2017-12-18 16:11:20 +0100" value="0.06625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 16:48:47 +0100" startDate="2017-12-18 16:11:20 +0100" endDate="2017-12-18 16:20:36 +0100" value="0.56616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 16:48:47 +0100" startDate="2017-12-18 16:20:36 +0100" endDate="2017-12-18 16:30:32 +0100" value="0.19252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 17:59:39 +0100" startDate="2017-12-18 16:40:23 +0100" endDate="2017-12-18 16:47:40 +0100" value="0.029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 17:59:39 +0100" startDate="2017-12-18 16:49:05 +0100" endDate="2017-12-18 16:58:52 +0100" value="0.00204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 17:59:39 +0100" startDate="2017-12-18 16:58:52 +0100" endDate="2017-12-18 17:00:46 +0100" value="0.02152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 18:55:58 +0100" startDate="2017-12-18 18:44:40 +0100" endDate="2017-12-18 18:51:19 +0100" value="0.01759"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 19:53:58 +0100" startDate="2017-12-18 18:51:19 +0100" endDate="2017-12-18 18:55:59 +0100" value="0.00212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-18 20:51:14 +0100" startDate="2017-12-18 20:27:45 +0100" endDate="2017-12-18 20:33:45 +0100" value="0.0048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 00:04:18 +0100" startDate="2017-12-18 23:28:13 +0100" endDate="2017-12-18 23:37:06 +0100" value="0.02782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 00:04:18 +0100" startDate="2017-12-18 23:37:06 +0100" endDate="2017-12-18 23:47:05 +0100" value="0.49551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 00:04:18 +0100" startDate="2017-12-18 23:47:05 +0100" endDate="2017-12-18 23:56:43 +0100" value="0.40762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 00:54:51 +0100" startDate="2017-12-19 00:01:50 +0100" endDate="2017-12-19 00:09:01 +0100" value="0.00697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 00:54:51 +0100" startDate="2017-12-19 00:31:08 +0100" endDate="2017-12-19 00:37:53 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 07:49:20 +0100" startDate="2017-12-19 06:47:27 +0100" endDate="2017-12-19 06:53:40 +0100" value="0.0021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 07:49:20 +0100" startDate="2017-12-19 07:02:50 +0100" endDate="2017-12-19 07:12:12 +0100" value="0.02015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 07:49:20 +0100" startDate="2017-12-19 07:12:12 +0100" endDate="2017-12-19 07:22:07 +0100" value="0.03899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 07:49:20 +0100" startDate="2017-12-19 07:22:07 +0100" endDate="2017-12-19 07:27:49 +0100" value="0.07988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 07:49:20 +0100" startDate="2017-12-19 07:36:53 +0100" endDate="2017-12-19 07:45:11 +0100" value="0.04383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 08:50:52 +0100" startDate="2017-12-19 07:45:11 +0100" endDate="2017-12-19 07:53:59 +0100" value="0.03232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 08:50:52 +0100" startDate="2017-12-19 07:53:59 +0100" endDate="2017-12-19 08:03:58 +0100" value="0.64201"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 08:50:52 +0100" startDate="2017-12-19 08:03:58 +0100" endDate="2017-12-19 08:13:55 +0100" value="0.07603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 08:50:52 +0100" startDate="2017-12-19 08:13:55 +0100" endDate="2017-12-19 08:20:31 +0100" value="0.26325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 08:50:52 +0100" startDate="2017-12-19 08:20:31 +0100" endDate="2017-12-19 08:30:07 +0100" value="0.03567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 08:50:52 +0100" startDate="2017-12-19 08:30:07 +0100" endDate="2017-12-19 08:31:18 +0100" value="0.01432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 09:48:49 +0100" startDate="2017-12-19 09:30:46 +0100" endDate="2017-12-19 09:38:18 +0100" value="0.03195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 10:48:50 +0100" startDate="2017-12-19 09:38:18 +0100" endDate="2017-12-19 09:47:59 +0100" value="0.02326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 10:48:50 +0100" startDate="2017-12-19 09:58:14 +0100" endDate="2017-12-19 10:04:44 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 11:53:38 +0100" startDate="2017-12-19 11:10:18 +0100" endDate="2017-12-19 11:17:01 +0100" value="0.02754"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 11:53:38 +0100" startDate="2017-12-19 11:17:01 +0100" endDate="2017-12-19 11:24:26 +0100" value="0.09263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 11:53:38 +0100" startDate="2017-12-19 11:24:26 +0100" endDate="2017-12-19 11:34:25 +0100" value="0.28339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 11:53:38 +0100" startDate="2017-12-19 11:34:25 +0100" endDate="2017-12-19 11:44:23 +0100" value="0.41947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 12:48:37 +0100" startDate="2017-12-19 11:44:23 +0100" endDate="2017-12-19 11:45:45 +0100" value="0.04697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 12:48:37 +0100" startDate="2017-12-19 11:59:30 +0100" endDate="2017-12-19 12:09:29 +0100" value="0.25038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 12:48:37 +0100" startDate="2017-12-19 12:09:29 +0100" endDate="2017-12-19 12:19:28 +0100" value="0.4307"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 12:48:37 +0100" startDate="2017-12-19 12:19:28 +0100" endDate="2017-12-19 12:29:00 +0100" value="0.66778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 12:48:37 +0100" startDate="2017-12-19 12:29:00 +0100" endDate="2017-12-19 12:36:29 +0100" value="0.17983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 14:48:41 +0100" startDate="2017-12-19 14:19:46 +0100" endDate="2017-12-19 14:29:46 +0100" value="0.07406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 14:48:41 +0100" startDate="2017-12-19 14:29:46 +0100" endDate="2017-12-19 14:39:45 +0100" value="0.13869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 15:49:16 +0100" startDate="2017-12-19 14:39:45 +0100" endDate="2017-12-19 14:49:03 +0100" value="0.0741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 15:49:16 +0100" startDate="2017-12-19 14:49:03 +0100" endDate="2017-12-19 14:58:48 +0100" value="0.02318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 16:52:05 +0100" startDate="2017-12-19 16:11:44 +0100" endDate="2017-12-19 16:21:33 +0100" value="0.0566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 16:52:05 +0100" startDate="2017-12-19 16:21:33 +0100" endDate="2017-12-19 16:31:14 +0100" value="0.09611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 16:52:05 +0100" startDate="2017-12-19 16:31:14 +0100" endDate="2017-12-19 16:40:47 +0100" value="0.54002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 16:52:05 +0100" startDate="2017-12-19 16:40:47 +0100" endDate="2017-12-19 16:47:56 +0100" value="0.13711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 17:59:07 +0100" startDate="2017-12-19 16:47:56 +0100" endDate="2017-12-19 16:53:56 +0100" value="0.01176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 17:59:07 +0100" startDate="2017-12-19 17:10:06 +0100" endDate="2017-12-19 17:16:44 +0100" value="0.0118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 18:51:18 +0100" startDate="2017-12-19 17:53:39 +0100" endDate="2017-12-19 18:03:38 +0100" value="0.13258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 18:51:18 +0100" startDate="2017-12-19 18:03:38 +0100" endDate="2017-12-19 18:12:29 +0100" value="0.10982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 18:51:18 +0100" startDate="2017-12-19 18:18:04 +0100" endDate="2017-12-19 18:24:45 +0100" value="0.0268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 18:51:18 +0100" startDate="2017-12-19 18:25:46 +0100" endDate="2017-12-19 18:33:00 +0100" value="0.04681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 19:51:45 +0100" startDate="2017-12-19 19:21:55 +0100" endDate="2017-12-19 19:31:53 +0100" value="0.19964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 19:51:45 +0100" startDate="2017-12-19 19:31:53 +0100" endDate="2017-12-19 19:41:52 +0100" value="0.46739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 20:52:16 +0100" startDate="2017-12-19 19:41:52 +0100" endDate="2017-12-19 19:51:50 +0100" value="0.60419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 20:52:16 +0100" startDate="2017-12-19 19:51:50 +0100" endDate="2017-12-19 19:52:57 +0100" value="0.02028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 20:52:16 +0100" startDate="2017-12-19 20:21:21 +0100" endDate="2017-12-19 20:27:26 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 23:38:31 +0100" startDate="2017-12-19 21:52:17 +0100" endDate="2017-12-19 21:58:27 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 23:38:31 +0100" startDate="2017-12-19 22:24:36 +0100" endDate="2017-12-19 22:30:46 +0100" value="0.0045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-19 23:38:31 +0100" startDate="2017-12-19 22:34:10 +0100" endDate="2017-12-19 22:43:19 +0100" value="0.0577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 06:49:11 +0100" startDate="2017-12-20 06:04:24 +0100" endDate="2017-12-20 06:10:52 +0100" value="0.0021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 06:49:11 +0100" startDate="2017-12-20 06:10:52 +0100" endDate="2017-12-20 06:17:00 +0100" value="0.01772"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 07:52:56 +0100" startDate="2017-12-20 06:42:32 +0100" endDate="2017-12-20 06:49:23 +0100" value="0.04232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 07:52:56 +0100" startDate="2017-12-20 07:35:01 +0100" endDate="2017-12-20 07:45:01 +0100" value="0.02667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 08:52:03 +0100" startDate="2017-12-20 07:45:01 +0100" endDate="2017-12-20 07:53:06 +0100" value="0.68811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 09:49:46 +0100" startDate="2017-12-20 08:55:43 +0100" endDate="2017-12-20 09:05:42 +0100" value="0.07373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 09:49:46 +0100" startDate="2017-12-20 09:05:42 +0100" endDate="2017-12-20 09:11:12 +0100" value="0.06072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 09:49:46 +0100" startDate="2017-12-20 09:11:12 +0100" endDate="2017-12-20 09:17:04 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 10:49:04 +0100" startDate="2017-12-20 09:45:58 +0100" endDate="2017-12-20 09:52:52 +0100" value="0.02557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 10:49:04 +0100" startDate="2017-12-20 09:52:52 +0100" endDate="2017-12-20 10:00:03 +0100" value="0.21921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 10:49:04 +0100" startDate="2017-12-20 10:00:08 +0100" endDate="2017-12-20 10:08:33 +0100" value="0.01625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 10:49:04 +0100" startDate="2017-12-20 10:17:36 +0100" endDate="2017-12-20 10:27:10 +0100" value="0.19335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 11:50:10 +0100" startDate="2017-12-20 10:50:12 +0100" endDate="2017-12-20 11:00:11 +0100" value="0.200145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 11:50:10 +0100" startDate="2017-12-20 11:00:11 +0100" endDate="2017-12-20 11:06:49 +0100" value="0.01143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 11:50:10 +0100" startDate="2017-12-20 11:06:49 +0100" endDate="2017-12-20 11:16:42 +0100" value="0.51502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 11:50:10 +0100" startDate="2017-12-20 11:16:42 +0100" endDate="2017-12-20 11:19:05 +0100" value="0.10593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 11:50:10 +0100" startDate="2017-12-20 11:33:24 +0100" endDate="2017-12-20 11:43:23 +0100" value="0.13332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 12:49:46 +0100" startDate="2017-12-20 11:43:23 +0100" endDate="2017-12-20 11:51:36 +0100" value="0.42737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 12:49:46 +0100" startDate="2017-12-20 11:51:36 +0100" endDate="2017-12-20 12:01:26 +0100" value="0.23601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 12:49:46 +0100" startDate="2017-12-20 12:01:26 +0100" endDate="2017-12-20 12:06:25 +0100" value="0.09743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 12:49:46 +0100" startDate="2017-12-20 12:13:24 +0100" endDate="2017-12-20 12:23:23 +0100" value="0.11651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 12:49:46 +0100" startDate="2017-12-20 12:23:23 +0100" endDate="2017-12-20 12:32:39 +0100" value="0.64346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 12:49:46 +0100" startDate="2017-12-20 12:39:08 +0100" endDate="2017-12-20 12:48:50 +0100" value="0.03675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 13:55:01 +0100" startDate="2017-12-20 12:48:50 +0100" endDate="2017-12-20 12:56:51 +0100" value="0.17869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 14:51:28 +0100" startDate="2017-12-20 13:52:55 +0100" endDate="2017-12-20 14:02:54 +0100" value="0.07974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 14:51:28 +0100" startDate="2017-12-20 14:02:54 +0100" endDate="2017-12-20 14:10:14 +0100" value="0.06071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 15:54:21 +0100" startDate="2017-12-20 14:55:17 +0100" endDate="2017-12-20 15:02:39 +0100" value="0.02569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 16:51:46 +0100" startDate="2017-12-20 15:47:58 +0100" endDate="2017-12-20 15:55:12 +0100" value="0.03266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 16:51:46 +0100" startDate="2017-12-20 15:55:12 +0100" endDate="2017-12-20 15:59:03 +0100" value="0.02972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 16:51:46 +0100" startDate="2017-12-20 16:38:48 +0100" endDate="2017-12-20 16:47:44 +0100" value="0.0419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 17:49:16 +0100" startDate="2017-12-20 16:47:44 +0100" endDate="2017-12-20 16:56:52 +0100" value="0.35655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 17:49:16 +0100" startDate="2017-12-20 16:56:52 +0100" endDate="2017-12-20 17:05:27 +0100" value="0.49215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 17:49:16 +0100" startDate="2017-12-20 17:05:27 +0100" endDate="2017-12-20 17:15:25 +0100" value="0.46352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 17:49:16 +0100" startDate="2017-12-20 17:15:25 +0100" endDate="2017-12-20 17:25:25 +0100" value="0.41078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 17:49:16 +0100" startDate="2017-12-20 17:25:25 +0100" endDate="2017-12-20 17:31:29 +0100" value="0.13257"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 17:49:16 +0100" startDate="2017-12-20 17:31:29 +0100" endDate="2017-12-20 17:41:04 +0100" value="0.04092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 18:50:53 +0100" startDate="2017-12-20 17:41:04 +0100" endDate="2017-12-20 17:50:41 +0100" value="0.01598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 18:50:53 +0100" startDate="2017-12-20 17:50:41 +0100" endDate="2017-12-20 17:57:38 +0100" value="0.30954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 18:50:53 +0100" startDate="2017-12-20 18:03:31 +0100" endDate="2017-12-20 18:12:23 +0100" value="0.02747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 21:51:47 +0100" startDate="2017-12-20 20:58:23 +0100" endDate="2017-12-20 21:07:46 +0100" value="0.19021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 21:51:47 +0100" startDate="2017-12-20 21:07:46 +0100" endDate="2017-12-20 21:17:37 +0100" value="0.5373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 21:51:47 +0100" startDate="2017-12-20 21:17:37 +0100" endDate="2017-12-20 21:27:34 +0100" value="0.53837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 21:51:47 +0100" startDate="2017-12-20 21:27:34 +0100" endDate="2017-12-20 21:29:47 +0100" value="0.02603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 23:39:07 +0100" startDate="2017-12-20 21:52:55 +0100" endDate="2017-12-20 22:02:46 +0100" value="0.01254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 23:39:07 +0100" startDate="2017-12-20 22:02:46 +0100" endDate="2017-12-20 22:06:53 +0100" value="0.03847"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 23:39:07 +0100" startDate="2017-12-20 23:03:09 +0100" endDate="2017-12-20 23:13:08 +0100" value="0.04651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-20 23:39:07 +0100" startDate="2017-12-20 23:13:08 +0100" endDate="2017-12-20 23:21:14 +0100" value="0.0325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 01:04:57 +0100" startDate="2017-12-21 00:44:22 +0100" endDate="2017-12-21 00:50:37 +0100" value="0.0177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 02:10:34 +0100" startDate="2017-12-21 01:00:57 +0100" endDate="2017-12-21 01:10:45 +0100" value="0.09012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 02:10:34 +0100" startDate="2017-12-21 01:10:45 +0100" endDate="2017-12-21 01:15:08 +0100" value="0.04084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 02:10:34 +0100" startDate="2017-12-21 01:29:23 +0100" endDate="2017-12-21 01:38:59 +0100" value="0.05245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 02:10:34 +0100" startDate="2017-12-21 01:38:59 +0100" endDate="2017-12-21 01:46:43 +0100" value="0.35094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 07:02:38 +0100" startDate="2017-12-21 06:28:18 +0100" endDate="2017-12-21 06:35:04 +0100" value="0.0154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 07:02:38 +0100" startDate="2017-12-21 06:35:04 +0100" endDate="2017-12-21 06:42:02 +0100" value="0.07067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 09:13:01 +0100" startDate="2017-12-21 08:56:21 +0100" endDate="2017-12-21 09:02:59 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 10:12:41 +0100" startDate="2017-12-21 09:48:36 +0100" endDate="2017-12-21 09:58:13 +0100" value="0.04426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 10:12:41 +0100" startDate="2017-12-21 09:58:13 +0100" endDate="2017-12-21 10:02:54 +0100" value="0.00172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:02:54 +0100" endDate="2017-12-21 10:11:51 +0100" value="0.0502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:11:51 +0100" endDate="2017-12-21 10:16:56 +0100" value="0.02662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:16:56 +0100" endDate="2017-12-21 10:26:50 +0100" value="0.0365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:26:50 +0100" endDate="2017-12-21 10:36:48 +0100" value="0.61982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:36:48 +0100" endDate="2017-12-21 10:46:48 +0100" value="0.6836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:46:48 +0100" endDate="2017-12-21 10:56:47 +0100" value="0.46154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 11:13:04 +0100" startDate="2017-12-21 10:56:47 +0100" endDate="2017-12-21 11:06:22 +0100" value="0.1691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 12:14:57 +0100" startDate="2017-12-21 11:06:22 +0100" endDate="2017-12-21 11:16:20 +0100" value="0.66677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 12:14:57 +0100" startDate="2017-12-21 11:16:20 +0100" endDate="2017-12-21 11:25:14 +0100" value="0.42048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 12:14:57 +0100" startDate="2017-12-21 11:25:14 +0100" endDate="2017-12-21 11:33:26 +0100" value="0.00714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 12:14:57 +0100" startDate="2017-12-21 11:33:26 +0100" endDate="2017-12-21 11:43:25 +0100" value="0.3374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 12:14:57 +0100" startDate="2017-12-21 11:43:25 +0100" endDate="2017-12-21 11:50:21 +0100" value="0.34229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 13:13:56 +0100" startDate="2017-12-21 12:31:58 +0100" endDate="2017-12-21 12:41:57 +0100" value="0.25756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 13:13:56 +0100" startDate="2017-12-21 12:41:57 +0100" endDate="2017-12-21 12:50:30 +0100" value="0.51652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 13:13:56 +0100" startDate="2017-12-21 12:50:30 +0100" endDate="2017-12-21 12:56:20 +0100" value="0.02231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 14:12:39 +0100" startDate="2017-12-21 13:07:14 +0100" endDate="2017-12-21 13:13:58 +0100" value="0.0082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 14:12:39 +0100" startDate="2017-12-21 13:24:46 +0100" endDate="2017-12-21 13:33:47 +0100" value="0.0522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 14:12:39 +0100" startDate="2017-12-21 13:38:35 +0100" endDate="2017-12-21 13:45:08 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 14:12:39 +0100" startDate="2017-12-21 13:45:08 +0100" endDate="2017-12-21 13:51:18 +0100" value="0.01433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 14:12:39 +0100" startDate="2017-12-21 13:58:05 +0100" endDate="2017-12-21 14:07:34 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 15:13:38 +0100" startDate="2017-12-21 14:07:34 +0100" endDate="2017-12-21 14:17:18 +0100" value="0.20809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 15:13:38 +0100" startDate="2017-12-21 14:17:18 +0100" endDate="2017-12-21 14:26:49 +0100" value="0.43509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 15:13:38 +0100" startDate="2017-12-21 14:26:49 +0100" endDate="2017-12-21 14:34:06 +0100" value="0.19435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 16:15:02 +0100" startDate="2017-12-21 15:31:11 +0100" endDate="2017-12-21 15:41:10 +0100" value="0.02618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 16:15:02 +0100" startDate="2017-12-21 15:41:10 +0100" endDate="2017-12-21 15:42:14 +0100" value="0.00313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 18:13:31 +0100" startDate="2017-12-21 17:54:35 +0100" endDate="2017-12-21 18:00:53 +0100" value="0.01061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 18:13:31 +0100" startDate="2017-12-21 18:02:54 +0100" endDate="2017-12-21 18:10:28 +0100" value="0.01606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 19:18:03 +0100" startDate="2017-12-21 18:10:28 +0100" endDate="2017-12-21 18:19:12 +0100" value="0.21605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 19:18:03 +0100" startDate="2017-12-21 18:47:38 +0100" endDate="2017-12-21 18:57:11 +0100" value="0.19072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 19:18:03 +0100" startDate="2017-12-21 18:57:11 +0100" endDate="2017-12-21 18:58:58 +0100" value="0.01342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 20:14:27 +0100" startDate="2017-12-21 19:22:37 +0100" endDate="2017-12-21 19:28:52 +0100" value="0.01308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 23:54:07 +0100" startDate="2017-12-21 23:23:09 +0100" endDate="2017-12-21 23:33:08 +0100" value="0.13251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 23:54:07 +0100" startDate="2017-12-21 23:33:08 +0100" endDate="2017-12-21 23:40:54 +0100" value="0.02662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-21 23:54:07 +0100" startDate="2017-12-21 23:42:10 +0100" endDate="2017-12-21 23:51:23 +0100" value="0.20626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 00:40:39 +0100" startDate="2017-12-21 23:51:23 +0100" endDate="2017-12-21 23:58:09 +0100" value="0.0439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 00:40:39 +0100" startDate="2017-12-21 23:58:09 +0100" endDate="2017-12-22 00:02:06 +0100" value="0.00923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 01:15:08 +0100" startDate="2017-12-22 00:31:18 +0100" endDate="2017-12-22 00:37:23 +0100" value="0.00394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 06:16:01 +0100" startDate="2017-12-22 05:35:46 +0100" endDate="2017-12-22 05:45:33 +0100" value="0.0075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 06:16:01 +0100" startDate="2017-12-22 05:45:33 +0100" endDate="2017-12-22 05:46:31 +0100" value="0.00992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 08:16:07 +0100" startDate="2017-12-22 07:57:10 +0100" endDate="2017-12-22 08:03:49 +0100" value="0.00401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 08:16:07 +0100" startDate="2017-12-22 08:03:49 +0100" endDate="2017-12-22 08:10:25 +0100" value="0.01389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 09:16:29 +0100" startDate="2017-12-22 09:05:33 +0100" endDate="2017-12-22 09:14:56 +0100" value="0.02952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 10:14:31 +0100" startDate="2017-12-22 09:14:56 +0100" endDate="2017-12-22 09:24:54 +0100" value="0.80594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 10:14:31 +0100" startDate="2017-12-22 09:24:54 +0100" endDate="2017-12-22 09:34:07 +0100" value="0.39177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 10:14:31 +0100" startDate="2017-12-22 09:34:07 +0100" endDate="2017-12-22 09:35:42 +0100" value="0.00542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 11:14:16 +0100" startDate="2017-12-22 10:48:24 +0100" endDate="2017-12-22 10:57:49 +0100" value="0.02318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 12:19:02 +0100" startDate="2017-12-22 11:06:59 +0100" endDate="2017-12-22 11:13:07 +0100" value="0.00704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 12:19:02 +0100" startDate="2017-12-22 11:31:04 +0100" endDate="2017-12-22 11:41:04 +0100" value="0.01684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 12:19:02 +0100" startDate="2017-12-22 11:41:04 +0100" endDate="2017-12-22 11:50:01 +0100" value="0.12872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 12:19:02 +0100" startDate="2017-12-22 11:50:01 +0100" endDate="2017-12-22 11:58:35 +0100" value="0.09099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 12:19:02 +0100" startDate="2017-12-22 11:58:35 +0100" endDate="2017-12-22 12:08:28 +0100" value="0.05924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 12:19:02 +0100" startDate="2017-12-22 12:08:28 +0100" endDate="2017-12-22 12:18:25 +0100" value="0.63567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 13:14:43 +0100" startDate="2017-12-22 12:18:25 +0100" endDate="2017-12-22 12:28:17 +0100" value="0.20579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 13:14:43 +0100" startDate="2017-12-22 12:28:17 +0100" endDate="2017-12-22 12:38:17 +0100" value="0.86686"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 13:14:43 +0100" startDate="2017-12-22 12:38:17 +0100" endDate="2017-12-22 12:47:35 +0100" value="0.83426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 13:14:43 +0100" startDate="2017-12-22 12:47:35 +0100" endDate="2017-12-22 12:52:45 +0100" value="0.09801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 14:15:21 +0100" startDate="2017-12-22 13:10:25 +0100" endDate="2017-12-22 13:20:23 +0100" value="0.19052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 14:15:21 +0100" startDate="2017-12-22 13:20:23 +0100" endDate="2017-12-22 13:28:28 +0100" value="0.14804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 14:15:21 +0100" startDate="2017-12-22 13:50:59 +0100" endDate="2017-12-22 13:57:44 +0100" value="0.03313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 14:15:21 +0100" startDate="2017-12-22 13:57:44 +0100" endDate="2017-12-22 14:02:58 +0100" value="0.02372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 14:07:24 +0100" endDate="2017-12-22 14:15:47 +0100" value="0.08352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 14:15:47 +0100" endDate="2017-12-22 14:25:45 +0100" value="0.68682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 14:25:45 +0100" endDate="2017-12-22 14:35:45 +0100" value="0.82231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 14:35:45 +0100" endDate="2017-12-22 14:40:14 +0100" value="0.1322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 14:44:53 +0100" endDate="2017-12-22 14:53:01 +0100" value="0.03324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 14:53:01 +0100" endDate="2017-12-22 15:02:25 +0100" value="0.08151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 15:15:19 +0100" startDate="2017-12-22 15:02:25 +0100" endDate="2017-12-22 15:12:22 +0100" value="0.3255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 16:14:39 +0100" startDate="2017-12-22 15:12:22 +0100" endDate="2017-12-22 15:17:11 +0100" value="0.05822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 16:14:39 +0100" startDate="2017-12-22 15:48:31 +0100" endDate="2017-12-22 15:57:04 +0100" value="0.11318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 16:14:39 +0100" startDate="2017-12-22 15:57:04 +0100" endDate="2017-12-22 16:02:59 +0100" value="0.07809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 16:14:39 +0100" startDate="2017-12-22 16:02:59 +0100" endDate="2017-12-22 16:10:33 +0100" value="0.04002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 17:14:00 +0100" startDate="2017-12-22 16:25:12 +0100" endDate="2017-12-22 16:32:39 +0100" value="0.03871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 18:17:26 +0100" startDate="2017-12-22 17:18:02 +0100" endDate="2017-12-22 17:25:57 +0100" value="0.04302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 18:17:26 +0100" startDate="2017-12-22 17:57:41 +0100" endDate="2017-12-22 18:04:27 +0100" value="0.0144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 19:48:01 +0100" startDate="2017-12-22 18:11:29 +0100" endDate="2017-12-22 18:19:28 +0100" value="0.04539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 19:48:01 +0100" startDate="2017-12-22 18:19:28 +0100" endDate="2017-12-22 18:28:31 +0100" value="0.0642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 19:48:01 +0100" startDate="2017-12-22 18:28:31 +0100" endDate="2017-12-22 18:33:54 +0100" value="0.07481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 19:48:01 +0100" startDate="2017-12-22 19:08:30 +0100" endDate="2017-12-22 19:15:36 +0100" value="0.00516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 19:48:01 +0100" startDate="2017-12-22 19:21:27 +0100" endDate="2017-12-22 19:31:17 +0100" value="0.10702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 19:48:01 +0100" startDate="2017-12-22 19:31:17 +0100" endDate="2017-12-22 19:31:50 +0100" value="0.00896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 20:13:59 +0100" startDate="2017-12-22 19:56:36 +0100" endDate="2017-12-22 20:05:07 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 23:00:08 +0100" startDate="2017-12-22 22:11:57 +0100" endDate="2017-12-22 22:18:13 +0100" value="0.014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-22 23:00:08 +0100" startDate="2017-12-22 22:18:13 +0100" endDate="2017-12-22 22:26:15 +0100" value="0.02268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 15:34:24 +0100" startDate="2017-12-23 15:04:10 +0100" endDate="2017-12-23 15:13:06 +0100" value="0.07607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 16:32:28 +0100" startDate="2017-12-23 15:29:20 +0100" endDate="2017-12-23 15:37:21 +0100" value="0.03235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 16:32:28 +0100" startDate="2017-12-23 15:39:08 +0100" endDate="2017-12-23 15:45:26 +0100" value="0.02035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 16:32:28 +0100" startDate="2017-12-23 15:49:36 +0100" endDate="2017-12-23 15:56:57 +0100" value="0.04524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 16:32:28 +0100" startDate="2017-12-23 15:56:57 +0100" endDate="2017-12-23 16:03:14 +0100" value="0.05906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 16:32:28 +0100" startDate="2017-12-23 16:16:08 +0100" endDate="2017-12-23 16:25:26 +0100" value="0.13254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 17:36:24 +0100" startDate="2017-12-23 16:25:26 +0100" endDate="2017-12-23 16:35:25 +0100" value="0.2096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 17:36:24 +0100" startDate="2017-12-23 16:35:25 +0100" endDate="2017-12-23 16:44:59 +0100" value="0.25338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 17:36:24 +0100" startDate="2017-12-23 16:49:16 +0100" endDate="2017-12-23 16:59:08 +0100" value="0.213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 17:36:24 +0100" startDate="2017-12-23 16:59:08 +0100" endDate="2017-12-23 17:07:03 +0100" value="0.30796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 17:36:24 +0100" startDate="2017-12-23 17:07:03 +0100" endDate="2017-12-23 17:13:10 +0100" value="0.0913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 18:34:03 +0100" startDate="2017-12-23 17:42:14 +0100" endDate="2017-12-23 17:51:00 +0100" value="0.07989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 19:32:09 +0100" startDate="2017-12-23 19:05:58 +0100" endDate="2017-12-23 19:11:58 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 19:32:09 +0100" startDate="2017-12-23 19:13:19 +0100" endDate="2017-12-23 19:19:27 +0100" value="0.00836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 20:34:11 +0100" startDate="2017-12-23 19:55:40 +0100" endDate="2017-12-23 20:03:20 +0100" value="0.07709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 20:34:11 +0100" startDate="2017-12-23 20:06:10 +0100" endDate="2017-12-23 20:16:09 +0100" value="0.11313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 20:34:11 +0100" startDate="2017-12-23 20:16:09 +0100" endDate="2017-12-23 20:25:05 +0100" value="0.2528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 23:16:37 +0100" startDate="2017-12-23 20:44:17 +0100" endDate="2017-12-23 20:51:18 +0100" value="0.01934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-23 23:16:37 +0100" startDate="2017-12-23 22:17:57 +0100" endDate="2017-12-23 22:27:42 +0100" value="0.02442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-24 05:24:47 +0100" startDate="2017-12-24 04:31:40 +0100" endDate="2017-12-24 04:37:50 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-24 23:23:09 +0100" startDate="2017-12-24 22:27:43 +0100" endDate="2017-12-24 22:37:00 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-25 00:03:46 +0100" startDate="2017-12-24 23:25:19 +0100" endDate="2017-12-24 23:31:08 +0100" value="0.00603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-25 16:06:06 +0100" startDate="2017-12-25 14:59:51 +0100" endDate="2017-12-25 15:08:20 +0100" value="0.05376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-25 16:06:06 +0100" startDate="2017-12-25 15:11:52 +0100" endDate="2017-12-25 15:21:50 +0100" value="0.03614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-25 16:06:06 +0100" startDate="2017-12-25 15:21:50 +0100" endDate="2017-12-25 15:24:02 +0100" value="0.04686"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-25 16:06:06 +0100" startDate="2017-12-25 15:29:09 +0100" endDate="2017-12-25 15:39:08 +0100" value="0.16298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-25 16:06:06 +0100" startDate="2017-12-25 15:39:08 +0100" endDate="2017-12-25 15:40:22 +0100" value="0.02036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-25 16:06:06 +0100" startDate="2017-12-25 15:48:58 +0100" endDate="2017-12-25 15:58:58 +0100" value="0.05017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-25 17:15:11 +0100" startDate="2017-12-25 15:58:58 +0100" endDate="2017-12-25 16:01:18 +0100" value="0.10741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.1.2" device="&lt;&lt;HKDevice: 0x303ca5cc0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.1.2, creation date:2017-11-27 07:21:01 +0000&gt;" unit="km" creationDate="2017-12-25 17:15:11 +0100" startDate="2017-12-25 16:05:32 +0100" endDate="2017-12-25 16:13:58 +0100" value="0.04479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-25 17:43:54 +0100" startDate="2017-12-25 17:05:40 +0100" endDate="2017-12-25 17:13:01 +0100" value="0.00462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-25 19:49:02 +0100" startDate="2017-12-25 18:54:32 +0100" endDate="2017-12-25 19:04:18 +0100" value="0.00494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-25 20:43:41 +0100" startDate="2017-12-25 19:56:49 +0100" endDate="2017-12-25 20:03:12 +0100" value="0.01953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-25 20:43:41 +0100" startDate="2017-12-25 20:14:05 +0100" endDate="2017-12-25 20:20:48 +0100" value="0.02552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-25 20:43:41 +0100" startDate="2017-12-25 20:20:48 +0100" endDate="2017-12-25 20:27:57 +0100" value="0.05178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-25 20:43:41 +0100" startDate="2017-12-25 20:30:48 +0100" endDate="2017-12-25 20:37:50 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 00:32:17 +0100" startDate="2017-12-25 22:45:17 +0100" endDate="2017-12-25 22:52:23 +0100" value="0.01768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 00:32:17 +0100" startDate="2017-12-25 23:28:48 +0100" endDate="2017-12-25 23:36:50 +0100" value="0.00598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 11:42:31 +0100" startDate="2017-12-26 11:16:33 +0100" endDate="2017-12-26 11:22:38 +0100" value="0.00459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 12:43:30 +0100" startDate="2017-12-26 12:05:18 +0100" endDate="2017-12-26 12:15:13 +0100" value="0.09535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 12:43:30 +0100" startDate="2017-12-26 12:15:13 +0100" endDate="2017-12-26 12:18:54 +0100" value="0.05072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 13:41:54 +0100" startDate="2017-12-26 12:32:49 +0100" endDate="2017-12-26 12:42:41 +0100" value="0.03498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 13:41:54 +0100" startDate="2017-12-26 12:42:41 +0100" endDate="2017-12-26 12:52:21 +0100" value="0.07708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 13:41:54 +0100" startDate="2017-12-26 13:17:13 +0100" endDate="2017-12-26 13:24:57 +0100" value="0.05794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 15:42:34 +0100" startDate="2017-12-26 14:50:17 +0100" endDate="2017-12-26 14:58:24 +0100" value="0.05428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 15:42:34 +0100" startDate="2017-12-26 15:25:58 +0100" endDate="2017-12-26 15:35:29 +0100" value="0.1091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 16:42:37 +0100" startDate="2017-12-26 15:35:29 +0100" endDate="2017-12-26 15:44:13 +0100" value="0.05968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 16:42:37 +0100" startDate="2017-12-26 15:44:13 +0100" endDate="2017-12-26 15:49:45 +0100" value="0.03883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 19:44:31 +0100" startDate="2017-12-26 17:48:11 +0100" endDate="2017-12-26 17:57:29 +0100" value="0.02031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 19:44:31 +0100" startDate="2017-12-26 17:57:29 +0100" endDate="2017-12-26 18:00:42 +0100" value="0.02388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 19:59:34 +0100" startDate="2017-12-26 19:47:21 +0100" endDate="2017-12-26 19:54:05 +0100" value="0.02088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 21:11:35 +0100" startDate="2017-12-26 19:59:28 +0100" endDate="2017-12-26 20:07:25 +0100" value="0.01475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-26 22:42:09 +0100" startDate="2017-12-26 22:04:12 +0100" endDate="2017-12-26 22:12:27 +0100" value="0.02394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-27 10:41:57 +0100" startDate="2017-12-27 10:11:59 +0100" endDate="2017-12-27 10:18:20 +0100" value="0.00182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-27 13:39:00 +0100" startDate="2017-12-27 12:42:27 +0100" endDate="2017-12-27 12:46:43 +0100" value="0.02721"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-27 22:05:08 +0100" startDate="2017-12-27 21:36:51 +0100" endDate="2017-12-27 21:45:22 +0100" value="0.04854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-28 11:30:49 +0100" startDate="2017-12-28 08:53:31 +0100" endDate="2017-12-28 08:59:59 +0100" value="0.01992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-28 17:21:54 +0100" startDate="2017-12-28 16:30:32 +0100" endDate="2017-12-28 16:36:42 +0100" value="0.00668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-28 18:02:49 +0100" startDate="2017-12-28 17:16:02 +0100" endDate="2017-12-28 17:22:25 +0100" value="0.00881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-28 18:02:49 +0100" startDate="2017-12-28 17:36:10 +0100" endDate="2017-12-28 17:46:10 +0100" value="0.03689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-28 18:02:49 +0100" startDate="2017-12-28 17:46:10 +0100" endDate="2017-12-28 17:49:18 +0100" value="0.0389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-28 18:02:49 +0100" startDate="2017-12-28 17:52:33 +0100" endDate="2017-12-28 17:58:33 +0100" value="0.00408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-28 18:58:50 +0100" startDate="2017-12-28 17:58:33 +0100" endDate="2017-12-28 18:06:01 +0100" value="0.00622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-28 18:58:50 +0100" startDate="2017-12-28 18:07:36 +0100" endDate="2017-12-28 18:16:29 +0100" value="0.00476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-28 18:58:50 +0100" startDate="2017-12-28 18:16:29 +0100" endDate="2017-12-28 18:18:44 +0100" value="0.00842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-28 23:33:47 +0100" startDate="2017-12-28 23:03:45 +0100" endDate="2017-12-28 23:11:40 +0100" value="0.026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 10:50:45 +0100" startDate="2017-12-29 10:29:18 +0100" endDate="2017-12-29 10:37:57 +0100" value="0.01786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 10:50:45 +0100" startDate="2017-12-29 10:37:57 +0100" endDate="2017-12-29 10:46:50 +0100" value="0.16168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 11:44:04 +0100" startDate="2017-12-29 10:46:50 +0100" endDate="2017-12-29 10:50:45 +0100" value="0.00213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 11:44:04 +0100" startDate="2017-12-29 11:04:45 +0100" endDate="2017-12-29 11:14:43 +0100" value="0.34454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 11:44:04 +0100" startDate="2017-12-29 11:14:43 +0100" endDate="2017-12-29 11:24:41 +0100" value="0.28464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 11:44:04 +0100" startDate="2017-12-29 11:24:41 +0100" endDate="2017-12-29 11:25:50 +0100" value="0.00271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 14:51:58 +0100" startDate="2017-12-29 14:27:43 +0100" endDate="2017-12-29 14:37:19 +0100" value="0.29474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 15:46:25 +0100" startDate="2017-12-29 15:17:59 +0100" endDate="2017-12-29 15:27:55 +0100" value="0.1696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 15:46:25 +0100" startDate="2017-12-29 15:27:55 +0100" endDate="2017-12-29 15:37:54 +0100" value="0.29594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 16:50:44 +0100" startDate="2017-12-29 15:37:54 +0100" endDate="2017-12-29 15:43:47 +0100" value="0.13944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 16:50:44 +0100" startDate="2017-12-29 15:59:38 +0100" endDate="2017-12-29 16:09:19 +0100" value="0.02189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 16:50:44 +0100" startDate="2017-12-29 16:09:19 +0100" endDate="2017-12-29 16:19:17 +0100" value="0.21376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 16:50:44 +0100" startDate="2017-12-29 16:19:17 +0100" endDate="2017-12-29 16:29:04 +0100" value="0.0405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 16:50:44 +0100" startDate="2017-12-29 16:29:04 +0100" endDate="2017-12-29 16:35:52 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 17:45:44 +0100" startDate="2017-12-29 16:51:53 +0100" endDate="2017-12-29 16:59:19 +0100" value="0.02566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 17:45:44 +0100" startDate="2017-12-29 16:59:19 +0100" endDate="2017-12-29 17:03:26 +0100" value="0.01376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 17:45:44 +0100" startDate="2017-12-29 17:33:45 +0100" endDate="2017-12-29 17:41:29 +0100" value="0.01192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 18:48:20 +0100" startDate="2017-12-29 17:50:06 +0100" endDate="2017-12-29 17:57:45 +0100" value="0.02918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 18:48:20 +0100" startDate="2017-12-29 18:02:15 +0100" endDate="2017-12-29 18:09:08 +0100" value="0.018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 18:48:20 +0100" startDate="2017-12-29 18:09:09 +0100" endDate="2017-12-29 18:19:08 +0100" value="0.02617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 18:48:20 +0100" startDate="2017-12-29 18:19:08 +0100" endDate="2017-12-29 18:28:48 +0100" value="0.09697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 18:48:20 +0100" startDate="2017-12-29 18:31:50 +0100" endDate="2017-12-29 18:38:06 +0100" value="0.01016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 19:53:37 +0100" startDate="2017-12-29 19:13:18 +0100" endDate="2017-12-29 19:19:20 +0100" value="0.0089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 19:53:37 +0100" startDate="2017-12-29 19:23:55 +0100" endDate="2017-12-29 19:33:03 +0100" value="0.06456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 19:53:37 +0100" startDate="2017-12-29 19:33:03 +0100" endDate="2017-12-29 19:36:28 +0100" value="0.01629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 20:51:15 +0100" startDate="2017-12-29 20:16:48 +0100" endDate="2017-12-29 20:26:46 +0100" value="0.15438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-29 20:51:15 +0100" startDate="2017-12-29 20:26:46 +0100" endDate="2017-12-29 20:31:33 +0100" value="0.18795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 07:46:28 +0100" startDate="2017-12-30 07:16:43 +0100" endDate="2017-12-30 07:26:15 +0100" value="0.03605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 07:46:28 +0100" startDate="2017-12-30 07:26:15 +0100" endDate="2017-12-30 07:31:51 +0100" value="0.02865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 08:46:28 +0100" startDate="2017-12-30 07:38:37 +0100" endDate="2017-12-30 07:48:34 +0100" value="0.06513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 08:46:28 +0100" startDate="2017-12-30 07:48:34 +0100" endDate="2017-12-30 07:49:58 +0100" value="0.03536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 09:45:59 +0100" startDate="2017-12-30 09:12:42 +0100" endDate="2017-12-30 09:19:28 +0100" value="0.0146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 09:45:59 +0100" startDate="2017-12-30 09:19:28 +0100" endDate="2017-12-30 09:26:12 +0100" value="0.03353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 14:47:35 +0100" startDate="2017-12-30 13:36:49 +0100" endDate="2017-12-30 13:45:02 +0100" value="0.04782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 16:51:23 +0100" startDate="2017-12-30 16:12:52 +0100" endDate="2017-12-30 16:19:18 +0100" value="0.00957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 16:51:23 +0100" startDate="2017-12-30 16:19:18 +0100" endDate="2017-12-30 16:27:22 +0100" value="0.07026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 16:51:23 +0100" startDate="2017-12-30 16:27:22 +0100" endDate="2017-12-30 16:37:13 +0100" value="0.01947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 16:51:23 +0100" startDate="2017-12-30 16:37:13 +0100" endDate="2017-12-30 16:40:29 +0100" value="0.02891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 18:48:28 +0100" startDate="2017-12-30 18:09:10 +0100" endDate="2017-12-30 18:15:46 +0100" value="0.01338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 21:06:44 +0100" startDate="2017-12-30 20:51:05 +0100" endDate="2017-12-30 20:57:30 +0100" value="0.0075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 22:32:17 +0100" startDate="2017-12-30 21:04:29 +0100" endDate="2017-12-30 21:10:52 +0100" value="0.00736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 22:32:17 +0100" startDate="2017-12-30 21:16:36 +0100" endDate="2017-12-30 21:26:30 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 22:32:17 +0100" startDate="2017-12-30 21:26:30 +0100" endDate="2017-12-30 21:36:05 +0100" value="0.02478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 22:32:17 +0100" startDate="2017-12-30 21:57:50 +0100" endDate="2017-12-30 22:04:20 +0100" value="0.00928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-30 22:32:17 +0100" startDate="2017-12-30 22:04:20 +0100" endDate="2017-12-30 22:09:02 +0100" value="0.02455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 00:00:31 +0100" startDate="2017-12-30 23:38:12 +0100" endDate="2017-12-30 23:47:09 +0100" value="0.04401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 07:48:44 +0100" startDate="2017-12-31 07:29:58 +0100" endDate="2017-12-31 07:36:55 +0100" value="0.0152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 10:50:36 +0100" startDate="2017-12-31 10:09:39 +0100" endDate="2017-12-31 10:16:18 +0100" value="0.0171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 12:46:01 +0100" startDate="2017-12-31 11:46:23 +0100" endDate="2017-12-31 11:55:42 +0100" value="0.02724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 12:46:01 +0100" startDate="2017-12-31 11:55:42 +0100" endDate="2017-12-31 11:58:33 +0100" value="0.01474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 17:45:42 +0100" startDate="2017-12-31 17:31:52 +0100" endDate="2017-12-31 17:38:15 +0100" value="0.0176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 19:44:47 +0100" startDate="2017-12-31 18:51:46 +0100" endDate="2017-12-31 18:58:24 +0100" value="0.01078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 19:44:47 +0100" startDate="2017-12-31 19:00:23 +0100" endDate="2017-12-31 19:10:23 +0100" value="0.02094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 19:44:47 +0100" startDate="2017-12-31 19:10:23 +0100" endDate="2017-12-31 19:18:06 +0100" value="0.07524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 20:48:31 +0100" startDate="2017-12-31 20:03:19 +0100" endDate="2017-12-31 20:13:18 +0100" value="0.35681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 20:48:31 +0100" startDate="2017-12-31 20:13:18 +0100" endDate="2017-12-31 20:16:01 +0100" value="0.19475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 20:48:31 +0100" startDate="2017-12-31 20:20:56 +0100" endDate="2017-12-31 20:26:56 +0100" value="0.01136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 22:28:39 +0100" startDate="2017-12-31 20:49:47 +0100" endDate="2017-12-31 20:55:49 +0100" value="0.01242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 22:28:39 +0100" startDate="2017-12-31 21:12:07 +0100" endDate="2017-12-31 21:18:07 +0100" value="0.0047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 22:28:39 +0100" startDate="2017-12-31 21:21:46 +0100" endDate="2017-12-31 21:27:46 +0100" value="0.01312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 22:28:39 +0100" startDate="2017-12-31 21:31:34 +0100" endDate="2017-12-31 21:37:55 +0100" value="0.00495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 22:28:39 +0100" startDate="2017-12-31 21:56:25 +0100" endDate="2017-12-31 22:02:28 +0100" value="0.00585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 22:28:39 +0100" startDate="2017-12-31 22:10:57 +0100" endDate="2017-12-31 22:19:38 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2017-12-31 23:35:28 +0100" startDate="2017-12-31 23:19:32 +0100" endDate="2017-12-31 23:29:32 +0100" value="0.05418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 00:10:59 +0100" startDate="2017-12-31 23:29:32 +0100" endDate="2017-12-31 23:39:31 +0100" value="0.53817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 00:10:59 +0100" startDate="2017-12-31 23:39:31 +0100" endDate="2017-12-31 23:49:24 +0100" value="0.14095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 00:10:59 +0100" startDate="2017-12-31 23:54:14 +0100" endDate="2018-01-01 00:00:22 +0100" value="0.00138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 01:23:57 +0100" startDate="2018-01-01 00:06:28 +0100" endDate="2018-01-01 00:14:58 +0100" value="0.01632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 01:23:57 +0100" startDate="2018-01-01 00:20:42 +0100" endDate="2018-01-01 00:29:40 +0100" value="0.03901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 01:23:57 +0100" startDate="2018-01-01 00:40:58 +0100" endDate="2018-01-01 00:50:57 +0100" value="0.19642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 01:23:57 +0100" startDate="2018-01-01 00:50:57 +0100" endDate="2018-01-01 01:00:42 +0100" value="0.66517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 01:23:57 +0100" startDate="2018-01-01 01:00:42 +0100" endDate="2018-01-01 01:03:00 +0100" value="0.04841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 03:51:12 +0100" startDate="2018-01-01 03:34:13 +0100" endDate="2018-01-01 03:40:18 +0100" value="0.00629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 04:47:04 +0100" startDate="2018-01-01 03:53:10 +0100" endDate="2018-01-01 03:59:12 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 04:47:04 +0100" startDate="2018-01-01 03:59:12 +0100" endDate="2018-01-01 04:05:19 +0100" value="0.0127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 04:47:04 +0100" startDate="2018-01-01 04:05:19 +0100" endDate="2018-01-01 04:15:18 +0100" value="0.30805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 04:47:04 +0100" startDate="2018-01-01 04:15:18 +0100" endDate="2018-01-01 04:25:17 +0100" value="0.22162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 11:44:39 +0100" startDate="2018-01-01 11:05:49 +0100" endDate="2018-01-01 11:12:10 +0100" value="0.00984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 11:44:39 +0100" startDate="2018-01-01 11:13:58 +0100" endDate="2018-01-01 11:23:07 +0100" value="0.07396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 11:44:39 +0100" startDate="2018-01-01 11:23:07 +0100" endDate="2018-01-01 11:28:58 +0100" value="0.04356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 12:48:17 +0100" startDate="2018-01-01 11:34:52 +0100" endDate="2018-01-01 11:41:46 +0100" value="0.03281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 12:48:17 +0100" startDate="2018-01-01 11:57:36 +0100" endDate="2018-01-01 12:07:36 +0100" value="0.17167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 12:48:17 +0100" startDate="2018-01-01 12:07:36 +0100" endDate="2018-01-01 12:14:56 +0100" value="0.58218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 12:48:17 +0100" startDate="2018-01-01 12:32:31 +0100" endDate="2018-01-01 12:42:29 +0100" value="0.40558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 14:09:28 +0100" startDate="2018-01-01 12:42:29 +0100" endDate="2018-01-01 12:49:24 +0100" value="0.39277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 16:05:30 +0100" startDate="2018-01-01 15:50:27 +0100" endDate="2018-01-01 15:57:05 +0100" value="0.0237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 18:48:42 +0100" startDate="2018-01-01 17:29:58 +0100" endDate="2018-01-01 17:39:56 +0100" value="0.05547"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 18:48:42 +0100" startDate="2018-01-01 17:39:56 +0100" endDate="2018-01-01 17:49:53 +0100" value="0.07131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 18:48:42 +0100" startDate="2018-01-01 17:49:53 +0100" endDate="2018-01-01 17:59:46 +0100" value="0.75774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 18:48:42 +0100" startDate="2018-01-01 17:59:46 +0100" endDate="2018-01-01 18:02:40 +0100" value="0.12087"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 18:48:42 +0100" startDate="2018-01-01 18:05:07 +0100" endDate="2018-01-01 18:15:05 +0100" value="0.36649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 18:48:42 +0100" startDate="2018-01-01 18:15:05 +0100" endDate="2018-01-01 18:17:51 +0100" value="0.22084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 20:38:28 +0100" startDate="2018-01-01 19:30:28 +0100" endDate="2018-01-01 19:36:59 +0100" value="0.00316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 20:38:28 +0100" startDate="2018-01-01 20:12:18 +0100" endDate="2018-01-01 20:18:34 +0100" value="0.0073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-01 22:41:06 +0100" startDate="2018-01-01 22:19:53 +0100" endDate="2018-01-01 22:26:06 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 07:38:05 +0100" startDate="2018-01-02 07:16:47 +0100" endDate="2018-01-02 07:26:47 +0100" value="0.02453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 07:38:05 +0100" startDate="2018-01-02 07:26:47 +0100" endDate="2018-01-02 07:36:45 +0100" value="0.06994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 08:38:02 +0100" startDate="2018-01-02 07:36:45 +0100" endDate="2018-01-02 07:41:35 +0100" value="0.02857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 08:38:02 +0100" startDate="2018-01-02 07:52:19 +0100" endDate="2018-01-02 08:01:07 +0100" value="0.02582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 08:38:02 +0100" startDate="2018-01-02 08:02:39 +0100" endDate="2018-01-02 08:12:36 +0100" value="0.22523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 09:39:21 +0100" startDate="2018-01-02 08:57:28 +0100" endDate="2018-01-02 09:06:42 +0100" value="0.05179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 09:39:21 +0100" startDate="2018-01-02 09:06:42 +0100" endDate="2018-01-02 09:16:03 +0100" value="0.18294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 09:39:21 +0100" startDate="2018-01-02 09:16:03 +0100" endDate="2018-01-02 09:25:54 +0100" value="0.03891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 09:39:21 +0100" startDate="2018-01-02 09:25:54 +0100" endDate="2018-01-02 09:35:43 +0100" value="0.11102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 10:44:20 +0100" startDate="2018-01-02 09:35:43 +0100" endDate="2018-01-02 09:43:10 +0100" value="0.0461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 10:44:20 +0100" startDate="2018-01-02 09:47:17 +0100" endDate="2018-01-02 09:56:56 +0100" value="0.01929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 10:44:20 +0100" startDate="2018-01-02 09:56:56 +0100" endDate="2018-01-02 10:02:17 +0100" value="0.0281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 10:44:20 +0100" startDate="2018-01-02 10:06:03 +0100" endDate="2018-01-02 10:13:07 +0100" value="0.0454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 10:44:20 +0100" startDate="2018-01-02 10:13:46 +0100" endDate="2018-01-02 10:23:28 +0100" value="0.03195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 11:38:29 +0100" startDate="2018-01-02 10:50:57 +0100" endDate="2018-01-02 11:00:52 +0100" value="0.28121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 11:38:29 +0100" startDate="2018-01-02 11:00:52 +0100" endDate="2018-01-02 11:06:01 +0100" value="0.30321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 11:38:29 +0100" startDate="2018-01-02 11:08:43 +0100" endDate="2018-01-02 11:18:20 +0100" value="0.13445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 11:38:29 +0100" startDate="2018-01-02 11:18:20 +0100" endDate="2018-01-02 11:19:24 +0100" value="0.03039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 11:38:29 +0100" startDate="2018-01-02 11:28:14 +0100" endDate="2018-01-02 11:34:44 +0100" value="0.01133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 12:41:05 +0100" startDate="2018-01-02 11:34:44 +0100" endDate="2018-01-02 11:39:02 +0100" value="0.01644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 12:41:05 +0100" startDate="2018-01-02 11:43:37 +0100" endDate="2018-01-02 11:52:58 +0100" value="0.02247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 12:41:05 +0100" startDate="2018-01-02 11:52:58 +0100" endDate="2018-01-02 12:02:55 +0100" value="0.68933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 12:41:05 +0100" startDate="2018-01-02 12:02:55 +0100" endDate="2018-01-02 12:07:38 +0100" value="0.1108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 12:41:05 +0100" startDate="2018-01-02 12:17:14 +0100" endDate="2018-01-02 12:25:29 +0100" value="0.1444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 12:41:05 +0100" startDate="2018-01-02 12:25:29 +0100" endDate="2018-01-02 12:35:28 +0100" value="0.55894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 13:45:08 +0100" startDate="2018-01-02 12:35:28 +0100" endDate="2018-01-02 12:44:09 +0100" value="0.5422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 13:45:08 +0100" startDate="2018-01-02 13:02:19 +0100" endDate="2018-01-02 13:12:19 +0100" value="0.30398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 13:45:08 +0100" startDate="2018-01-02 13:12:19 +0100" endDate="2018-01-02 13:19:34 +0100" value="0.25929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 13:45:08 +0100" startDate="2018-01-02 13:19:34 +0100" endDate="2018-01-02 13:27:05 +0100" value="0.04464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 16:44:55 +0100" startDate="2018-01-02 16:17:20 +0100" endDate="2018-01-02 16:25:58 +0100" value="0.04453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 17:46:38 +0100" startDate="2018-01-02 17:09:27 +0100" endDate="2018-01-02 17:19:09 +0100" value="0.05477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 17:46:38 +0100" startDate="2018-01-02 17:19:09 +0100" endDate="2018-01-02 17:27:51 +0100" value="0.01116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 17:46:38 +0100" startDate="2018-01-02 17:28:26 +0100" endDate="2018-01-02 17:37:08 +0100" value="0.01088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 18:38:22 +0100" startDate="2018-01-02 17:37:08 +0100" endDate="2018-01-02 17:46:39 +0100" value="0.02048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 20:37:50 +0100" startDate="2018-01-02 19:44:29 +0100" endDate="2018-01-02 19:50:57 +0100" value="0.01824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 20:37:50 +0100" startDate="2018-01-02 19:50:57 +0100" endDate="2018-01-02 20:00:56 +0100" value="0.47499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 20:37:50 +0100" startDate="2018-01-02 20:00:56 +0100" endDate="2018-01-02 20:03:04 +0100" value="0.09465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 21:39:59 +0100" startDate="2018-01-02 20:42:41 +0100" endDate="2018-01-02 20:48:49 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 21:39:59 +0100" startDate="2018-01-02 21:15:25 +0100" endDate="2018-01-02 21:21:27 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-02 22:39:26 +0100" startDate="2018-01-02 21:43:25 +0100" endDate="2018-01-02 21:51:42 +0100" value="0.0795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 00:24:29 +0100" startDate="2018-01-03 00:05:12 +0100" endDate="2018-01-03 00:11:12 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 00:24:29 +0100" startDate="2018-01-03 00:11:12 +0100" endDate="2018-01-03 00:21:10 +0100" value="0.4038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 00:40:34 +0100" startDate="2018-01-03 00:21:10 +0100" endDate="2018-01-03 00:25:45 +0100" value="0.03637"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 09:46:02 +0100" startDate="2018-01-03 08:36:33 +0100" endDate="2018-01-03 08:44:58 +0100" value="0.04168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 09:46:02 +0100" startDate="2018-01-03 09:09:46 +0100" endDate="2018-01-03 09:19:29 +0100" value="0.07964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 09:46:02 +0100" startDate="2018-01-03 09:19:29 +0100" endDate="2018-01-03 09:28:38 +0100" value="0.77491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 09:46:02 +0100" startDate="2018-01-03 09:28:38 +0100" endDate="2018-01-03 09:35:54 +0100" value="0.57494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 09:46:02 +0100" startDate="2018-01-03 09:35:54 +0100" endDate="2018-01-03 09:39:31 +0100" value="0.01994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 10:42:00 +0100" startDate="2018-01-03 09:39:31 +0100" endDate="2018-01-03 09:49:29 +0100" value="0.11165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 10:42:00 +0100" startDate="2018-01-03 09:49:29 +0100" endDate="2018-01-03 09:59:28 +0100" value="0.83462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 10:42:00 +0100" startDate="2018-01-03 09:59:28 +0100" endDate="2018-01-03 10:09:27 +0100" value="0.46294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 10:42:00 +0100" startDate="2018-01-03 10:09:27 +0100" endDate="2018-01-03 10:19:03 +0100" value="0.53536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 10:42:00 +0100" startDate="2018-01-03 10:19:03 +0100" endDate="2018-01-03 10:29:01 +0100" value="0.06912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 10:42:00 +0100" startDate="2018-01-03 10:29:01 +0100" endDate="2018-01-03 10:30:37 +0100" value="0.00168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 12:43:09 +0100" startDate="2018-01-03 12:03:12 +0100" endDate="2018-01-03 12:09:56 +0100" value="0.01725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 12:43:09 +0100" startDate="2018-01-03 12:09:56 +0100" endDate="2018-01-03 12:18:08 +0100" value="0.05511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 12:43:09 +0100" startDate="2018-01-03 12:18:08 +0100" endDate="2018-01-03 12:23:50 +0100" value="0.00675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 14:41:16 +0100" startDate="2018-01-03 14:21:55 +0100" endDate="2018-01-03 14:28:13 +0100" value="0.00469"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 15:38:59 +0100" startDate="2018-01-03 14:38:21 +0100" endDate="2018-01-03 14:44:26 +0100" value="0.00368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 15:38:59 +0100" startDate="2018-01-03 15:24:06 +0100" endDate="2018-01-03 15:33:42 +0100" value="0.08639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 16:39:13 +0100" startDate="2018-01-03 15:33:42 +0100" endDate="2018-01-03 15:40:57 +0100" value="0.03261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 16:39:13 +0100" startDate="2018-01-03 15:57:30 +0100" endDate="2018-01-03 16:07:06 +0100" value="0.024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 16:39:13 +0100" startDate="2018-01-03 16:07:06 +0100" endDate="2018-01-03 16:16:13 +0100" value="0.05194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 16:39:13 +0100" startDate="2018-01-03 16:16:13 +0100" endDate="2018-01-03 16:25:35 +0100" value="0.02807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 16:39:13 +0100" startDate="2018-01-03 16:25:35 +0100" endDate="2018-01-03 16:34:21 +0100" value="0.03184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 17:44:06 +0100" startDate="2018-01-03 16:48:52 +0100" endDate="2018-01-03 16:55:03 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 17:44:06 +0100" startDate="2018-01-03 17:22:12 +0100" endDate="2018-01-03 17:28:35 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 17:44:06 +0100" startDate="2018-01-03 17:34:04 +0100" endDate="2018-01-03 17:41:26 +0100" value="0.037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 18:38:43 +0100" startDate="2018-01-03 17:41:26 +0100" endDate="2018-01-03 17:44:35 +0100" value="0.00051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 18:38:43 +0100" startDate="2018-01-03 18:02:57 +0100" endDate="2018-01-03 18:09:02 +0100" value="0.01008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 20:26:59 +0100" startDate="2018-01-03 19:56:28 +0100" endDate="2018-01-03 20:02:56 +0100" value="0.01956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 20:26:59 +0100" startDate="2018-01-03 20:03:22 +0100" endDate="2018-01-03 20:09:58 +0100" value="0.03051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 22:51:57 +0100" startDate="2018-01-03 21:13:54 +0100" endDate="2018-01-03 21:21:00 +0100" value="0.01646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-03 23:11:59 +0100" startDate="2018-01-03 22:45:38 +0100" endDate="2018-01-03 22:52:11 +0100" value="0.01121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 09:39:35 +0100" startDate="2018-01-04 09:22:53 +0100" endDate="2018-01-04 09:29:19 +0100" value="0.0108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 10:38:50 +0100" startDate="2018-01-04 09:29:19 +0100" endDate="2018-01-04 09:38:08 +0100" value="0.03565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 14:38:50 +0100" startDate="2018-01-04 14:04:10 +0100" endDate="2018-01-04 14:10:12 +0100" value="0.00704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 14:38:50 +0100" startDate="2018-01-04 14:13:33 +0100" endDate="2018-01-04 14:20:51 +0100" value="0.01049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 14:38:50 +0100" startDate="2018-01-04 14:21:35 +0100" endDate="2018-01-04 14:28:54 +0100" value="0.03604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 15:39:13 +0100" startDate="2018-01-04 14:53:39 +0100" endDate="2018-01-04 14:59:54 +0100" value="0.00779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 17:40:38 +0100" startDate="2018-01-04 16:36:30 +0100" endDate="2018-01-04 16:46:25 +0100" value="0.01428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 18:39:16 +0100" startDate="2018-01-04 17:46:08 +0100" endDate="2018-01-04 17:55:47 +0100" value="0.04701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 20:37:52 +0100" startDate="2018-01-04 19:48:29 +0100" endDate="2018-01-04 19:58:09 +0100" value="0.03932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 20:37:52 +0100" startDate="2018-01-04 19:58:09 +0100" endDate="2018-01-04 20:01:23 +0100" value="0.01511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 21:44:27 +0100" startDate="2018-01-04 20:38:06 +0100" endDate="2018-01-04 20:45:58 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 21:44:27 +0100" startDate="2018-01-04 21:01:18 +0100" endDate="2018-01-04 21:08:04 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-04 21:44:27 +0100" startDate="2018-01-04 21:08:04 +0100" endDate="2018-01-04 21:12:20 +0100" value="0.00638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 07:41:34 +0100" startDate="2018-01-05 07:02:24 +0100" endDate="2018-01-05 07:09:07 +0100" value="0.02914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 07:41:34 +0100" startDate="2018-01-05 07:29:43 +0100" endDate="2018-01-05 07:39:39 +0100" value="0.07497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 08:40:53 +0100" startDate="2018-01-05 07:39:39 +0100" endDate="2018-01-05 07:49:36 +0100" value="0.09408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 08:40:53 +0100" startDate="2018-01-05 07:49:36 +0100" endDate="2018-01-05 07:59:36 +0100" value="0.57694"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 08:40:53 +0100" startDate="2018-01-05 07:59:36 +0100" endDate="2018-01-05 08:09:34 +0100" value="0.48982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 08:40:53 +0100" startDate="2018-01-05 08:09:34 +0100" endDate="2018-01-05 08:16:46 +0100" value="0.15973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 08:40:53 +0100" startDate="2018-01-05 08:16:46 +0100" endDate="2018-01-05 08:20:05 +0100" value="0.01449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 10:41:55 +0100" startDate="2018-01-05 09:32:35 +0100" endDate="2018-01-05 09:42:35 +0100" value="0.07247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 10:41:55 +0100" startDate="2018-01-05 09:42:35 +0100" endDate="2018-01-05 09:49:18 +0100" value="0.4685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 10:41:55 +0100" startDate="2018-01-05 09:50:53 +0100" endDate="2018-01-05 10:00:14 +0100" value="0.0215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 10:41:55 +0100" startDate="2018-01-05 10:00:14 +0100" endDate="2018-01-05 10:10:14 +0100" value="0.17995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 10:41:55 +0100" startDate="2018-01-05 10:10:14 +0100" endDate="2018-01-05 10:19:18 +0100" value="0.41895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 11:39:28 +0100" startDate="2018-01-05 11:06:30 +0100" endDate="2018-01-05 11:16:30 +0100" value="0.24738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 11:39:28 +0100" startDate="2018-01-05 11:16:30 +0100" endDate="2018-01-05 11:26:28 +0100" value="0.72258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 11:39:28 +0100" startDate="2018-01-05 11:26:28 +0100" endDate="2018-01-05 11:33:19 +0100" value="0.21553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 12:38:08 +0100" startDate="2018-01-05 11:49:23 +0100" endDate="2018-01-05 11:58:04 +0100" value="0.10192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca7d40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 12:38:08 +0100" startDate="2018-01-05 12:14:24 +0100" endDate="2018-01-05 12:24:23 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 12:38:08 +0100" startDate="2018-01-05 12:24:23 +0100" endDate="2018-01-05 12:33:49 +0100" value="0.04981"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 13:39:46 +0100" startDate="2018-01-05 12:33:49 +0100" endDate="2018-01-05 12:42:46 +0100" value="0.02436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 13:39:46 +0100" startDate="2018-01-05 12:42:46 +0100" endDate="2018-01-05 12:52:22 +0100" value="0.10795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 13:39:46 +0100" startDate="2018-01-05 12:52:22 +0100" endDate="2018-01-05 13:02:22 +0100" value="0.47574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 13:39:46 +0100" startDate="2018-01-05 13:02:22 +0100" endDate="2018-01-05 13:09:21 +0100" value="0.28857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 13:39:46 +0100" startDate="2018-01-05 13:09:21 +0100" endDate="2018-01-05 13:16:42 +0100" value="0.0555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 13:39:46 +0100" startDate="2018-01-05 13:20:51 +0100" endDate="2018-01-05 13:28:05 +0100" value="0.00572"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 14:38:16 +0100" startDate="2018-01-05 13:28:05 +0100" endDate="2018-01-05 13:37:51 +0100" value="0.01069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 15:39:38 +0100" startDate="2018-01-05 14:48:57 +0100" endDate="2018-01-05 14:58:41 +0100" value="0.1112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 15:39:38 +0100" startDate="2018-01-05 15:18:52 +0100" endDate="2018-01-05 15:28:51 +0100" value="0.12217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 15:39:38 +0100" startDate="2018-01-05 15:28:51 +0100" endDate="2018-01-05 15:29:57 +0100" value="0.06364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 16:44:14 +0100" startDate="2018-01-05 15:53:50 +0100" endDate="2018-01-05 16:03:48 +0100" value="0.29155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 16:44:14 +0100" startDate="2018-01-05 16:03:48 +0100" endDate="2018-01-05 16:13:47 +0100" value="0.08866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 16:44:14 +0100" startDate="2018-01-05 16:13:47 +0100" endDate="2018-01-05 16:23:47 +0100" value="0.19107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 16:44:14 +0100" startDate="2018-01-05 16:23:47 +0100" endDate="2018-01-05 16:33:08 +0100" value="0.01672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 17:39:05 +0100" startDate="2018-01-05 16:34:11 +0100" endDate="2018-01-05 16:43:33 +0100" value="0.01052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 17:39:05 +0100" startDate="2018-01-05 16:43:33 +0100" endDate="2018-01-05 16:51:59 +0100" value="0.02115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 17:39:05 +0100" startDate="2018-01-05 16:56:34 +0100" endDate="2018-01-05 17:03:35 +0100" value="0.0271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-05 17:39:05 +0100" startDate="2018-01-05 17:03:35 +0100" endDate="2018-01-05 17:08:27 +0100" value="0.00622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-05 17:35:11 +0100" endDate="2018-01-05 17:43:49 +0100" value="0.05655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-05 17:47:07 +0100" endDate="2018-01-05 17:55:06 +0100" value="0.05282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-05 17:55:06 +0100" endDate="2018-01-05 18:00:15 +0100" value="0.02587"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-05 18:11:09 +0100" endDate="2018-01-05 18:20:20 +0100" value="0.17624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-05 18:20:20 +0100" endDate="2018-01-05 18:29:00 +0100" value="0.1678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-05 18:29:00 +0100" endDate="2018-01-05 18:31:20 +0100" value="0.02067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-05 19:24:33 +0100" endDate="2018-01-05 19:31:32 +0100" value="0.07569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-05 20:11:29 +0100" endDate="2018-01-05 20:21:28 +0100" value="0.413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-05 20:21:28 +0100" endDate="2018-01-05 20:31:11 +0100" value="0.33906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-05 20:31:11 +0100" endDate="2018-01-05 20:36:51 +0100" value="0.05067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-05 20:56:56 +0100" endDate="2018-01-05 21:06:38 +0100" value="0.03604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-05 22:43:38 +0100" endDate="2018-01-05 22:49:59 +0100" value="0.01122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-06 01:57:14 +0100" endDate="2018-01-06 02:06:02 +0100" value="0.08546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:30:10 +0100" startDate="2018-01-06 03:10:11 +0100" endDate="2018-01-06 03:20:10 +0100" value="0.31316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 03:44:47 +0100" startDate="2018-01-06 03:20:10 +0100" endDate="2018-01-06 03:23:06 +0100" value="0.11179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 08:47:56 +0100" startDate="2018-01-06 07:46:40 +0100" endDate="2018-01-06 07:53:01 +0100" value="0.00834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 09:39:42 +0100" startDate="2018-01-06 08:38:50 +0100" endDate="2018-01-06 08:48:45 +0100" value="0.05242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 10:42:41 +0100" startDate="2018-01-06 09:48:23 +0100" endDate="2018-01-06 09:57:56 +0100" value="0.01592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 10:42:41 +0100" startDate="2018-01-06 09:57:56 +0100" endDate="2018-01-06 10:06:10 +0100" value="0.17359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 10:42:41 +0100" startDate="2018-01-06 10:06:10 +0100" endDate="2018-01-06 10:15:11 +0100" value="0.12858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 10:42:41 +0100" startDate="2018-01-06 10:15:11 +0100" endDate="2018-01-06 10:24:54 +0100" value="0.42884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 10:42:41 +0100" startDate="2018-01-06 10:24:54 +0100" endDate="2018-01-06 10:31:16 +0100" value="0.30154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 10:42:41 +0100" startDate="2018-01-06 10:31:16 +0100" endDate="2018-01-06 10:41:12 +0100" value="0.19233"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 11:41:25 +0100" startDate="2018-01-06 10:41:12 +0100" endDate="2018-01-06 10:46:00 +0100" value="0.1331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 11:41:25 +0100" startDate="2018-01-06 10:46:57 +0100" endDate="2018-01-06 10:56:57 +0100" value="0.22894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 11:41:25 +0100" startDate="2018-01-06 10:56:57 +0100" endDate="2018-01-06 11:06:53 +0100" value="0.26528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 11:41:25 +0100" startDate="2018-01-06 11:06:53 +0100" endDate="2018-01-06 11:16:47 +0100" value="0.13778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 11:41:25 +0100" startDate="2018-01-06 11:16:47 +0100" endDate="2018-01-06 11:26:45 +0100" value="0.09203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 11:41:25 +0100" startDate="2018-01-06 11:26:45 +0100" endDate="2018-01-06 11:33:31 +0100" value="0.15421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 12:45:05 +0100" startDate="2018-01-06 11:48:50 +0100" endDate="2018-01-06 11:57:36 +0100" value="0.14347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 13:40:16 +0100" startDate="2018-01-06 12:38:59 +0100" endDate="2018-01-06 12:48:59 +0100" value="0.02996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 13:40:16 +0100" startDate="2018-01-06 12:48:59 +0100" endDate="2018-01-06 12:58:12 +0100" value="0.67057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 13:40:16 +0100" startDate="2018-01-06 13:05:00 +0100" endDate="2018-01-06 13:13:54 +0100" value="0.055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 14:43:23 +0100" startDate="2018-01-06 13:41:11 +0100" endDate="2018-01-06 13:50:24 +0100" value="0.19462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 14:43:23 +0100" startDate="2018-01-06 13:50:24 +0100" endDate="2018-01-06 14:00:23 +0100" value="0.22971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 14:43:23 +0100" startDate="2018-01-06 14:00:23 +0100" endDate="2018-01-06 14:09:05 +0100" value="0.33234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 16:42:58 +0100" startDate="2018-01-06 16:21:50 +0100" endDate="2018-01-06 16:29:09 +0100" value="0.01444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 17:49:33 +0100" startDate="2018-01-06 16:36:42 +0100" endDate="2018-01-06 16:43:23 +0100" value="0.00774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 17:49:33 +0100" startDate="2018-01-06 16:43:23 +0100" endDate="2018-01-06 16:50:41 +0100" value="0.01095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 17:49:33 +0100" startDate="2018-01-06 16:53:49 +0100" endDate="2018-01-06 17:01:31 +0100" value="0.02276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 17:49:33 +0100" startDate="2018-01-06 17:01:31 +0100" endDate="2018-01-06 17:07:28 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 17:49:33 +0100" startDate="2018-01-06 17:11:11 +0100" endDate="2018-01-06 17:21:10 +0100" value="0.02975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 17:49:33 +0100" startDate="2018-01-06 17:21:10 +0100" endDate="2018-01-06 17:26:39 +0100" value="0.08112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 18:41:48 +0100" startDate="2018-01-06 18:04:06 +0100" endDate="2018-01-06 18:14:04 +0100" value="0.03598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 18:41:48 +0100" startDate="2018-01-06 18:14:04 +0100" endDate="2018-01-06 18:24:02 +0100" value="0.43008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 18:41:48 +0100" startDate="2018-01-06 18:24:02 +0100" endDate="2018-01-06 18:34:01 +0100" value="0.07941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 19:40:29 +0100" startDate="2018-01-06 18:34:01 +0100" endDate="2018-01-06 18:39:40 +0100" value="0.04951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 19:40:29 +0100" startDate="2018-01-06 19:06:34 +0100" endDate="2018-01-06 19:13:30 +0100" value="0.02344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 19:40:29 +0100" startDate="2018-01-06 19:14:53 +0100" endDate="2018-01-06 19:23:54 +0100" value="0.0437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 19:40:29 +0100" startDate="2018-01-06 19:23:54 +0100" endDate="2018-01-06 19:33:52 +0100" value="0.48967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 20:47:20 +0100" startDate="2018-01-06 19:33:52 +0100" endDate="2018-01-06 19:41:35 +0100" value="0.72456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 20:47:20 +0100" startDate="2018-01-06 20:24:02 +0100" endDate="2018-01-06 20:34:01 +0100" value="0.19101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 20:47:20 +0100" startDate="2018-01-06 20:34:01 +0100" endDate="2018-01-06 20:42:35 +0100" value="0.11726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 23:13:51 +0100" startDate="2018-01-06 22:29:03 +0100" endDate="2018-01-06 22:39:02 +0100" value="0.05926"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 23:13:51 +0100" startDate="2018-01-06 22:39:02 +0100" endDate="2018-01-06 22:47:54 +0100" value="0.29659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 23:13:51 +0100" startDate="2018-01-06 22:47:54 +0100" endDate="2018-01-06 22:57:53 +0100" value="0.53788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-06 23:13:51 +0100" startDate="2018-01-06 22:57:53 +0100" endDate="2018-01-06 23:06:20 +0100" value="0.52358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 06:05:06 +0100" startDate="2018-01-07 05:05:26 +0100" endDate="2018-01-07 05:15:21 +0100" value="0.0339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 06:05:06 +0100" startDate="2018-01-07 05:15:21 +0100" endDate="2018-01-07 05:25:20 +0100" value="0.03677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 06:05:06 +0100" startDate="2018-01-07 05:25:20 +0100" endDate="2018-01-07 05:25:40 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 06:05:06 +0100" startDate="2018-01-07 05:31:03 +0100" endDate="2018-01-07 05:40:38 +0100" value="0.04322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 06:05:06 +0100" startDate="2018-01-07 05:40:38 +0100" endDate="2018-01-07 05:50:37 +0100" value="0.09006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 06:05:06 +0100" startDate="2018-01-07 05:50:37 +0100" endDate="2018-01-07 06:00:05 +0100" value="0.23573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 06:57:07 +0100" startDate="2018-01-07 06:00:05 +0100" endDate="2018-01-07 06:05:07 +0100" value="0.05758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 07:39:49 +0100" startDate="2018-01-07 06:55:43 +0100" endDate="2018-01-07 07:02:11 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 10:47:51 +0100" startDate="2018-01-07 09:43:17 +0100" endDate="2018-01-07 09:52:49 +0100" value="0.04505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 10:47:51 +0100" startDate="2018-01-07 09:52:49 +0100" endDate="2018-01-07 09:59:09 +0100" value="0.02702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 10:47:51 +0100" startDate="2018-01-07 09:59:09 +0100" endDate="2018-01-07 10:04:18 +0100" value="0.03956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 12:42:52 +0100" startDate="2018-01-07 11:58:56 +0100" endDate="2018-01-07 12:07:52 +0100" value="0.03464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 12:42:52 +0100" startDate="2018-01-07 12:07:52 +0100" endDate="2018-01-07 12:13:11 +0100" value="0.03377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 14:46:19 +0100" startDate="2018-01-07 13:45:05 +0100" endDate="2018-01-07 13:54:57 +0100" value="0.08149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 14:46:19 +0100" startDate="2018-01-07 13:57:06 +0100" endDate="2018-01-07 14:07:06 +0100" value="0.11905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 14:46:19 +0100" startDate="2018-01-07 14:07:06 +0100" endDate="2018-01-07 14:17:06 +0100" value="0.24159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 14:46:19 +0100" startDate="2018-01-07 14:17:06 +0100" endDate="2018-01-07 14:26:39 +0100" value="0.03079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 14:46:19 +0100" startDate="2018-01-07 14:26:39 +0100" endDate="2018-01-07 14:35:00 +0100" value="0.1556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 15:43:05 +0100" startDate="2018-01-07 14:41:43 +0100" endDate="2018-01-07 14:51:43 +0100" value="0.05703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 15:43:05 +0100" startDate="2018-01-07 14:51:43 +0100" endDate="2018-01-07 14:57:47 +0100" value="0.09544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 15:43:05 +0100" startDate="2018-01-07 14:57:47 +0100" endDate="2018-01-07 15:02:07 +0100" value="0.00285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 15:43:05 +0100" startDate="2018-01-07 15:02:09 +0100" endDate="2018-01-07 15:10:08 +0100" value="0.05674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 15:43:05 +0100" startDate="2018-01-07 15:10:50 +0100" endDate="2018-01-07 15:18:03 +0100" value="0.00126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 16:41:25 +0100" startDate="2018-01-07 15:59:48 +0100" endDate="2018-01-07 16:09:47 +0100" value="0.23278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 16:41:25 +0100" startDate="2018-01-07 16:09:47 +0100" endDate="2018-01-07 16:17:09 +0100" value="0.1712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 16:41:25 +0100" startDate="2018-01-07 16:17:09 +0100" endDate="2018-01-07 16:24:51 +0100" value="0.01409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 17:39:50 +0100" startDate="2018-01-07 16:41:00 +0100" endDate="2018-01-07 16:51:00 +0100" value="0.28722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 17:39:50 +0100" startDate="2018-01-07 16:51:00 +0100" endDate="2018-01-07 17:00:17 +0100" value="0.30991"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 17:39:50 +0100" startDate="2018-01-07 17:00:17 +0100" endDate="2018-01-07 17:09:47 +0100" value="0.14658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 19:14:18 +0100" startDate="2018-01-07 18:15:53 +0100" endDate="2018-01-07 18:23:22 +0100" value="0.05791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 19:14:18 +0100" startDate="2018-01-07 18:42:13 +0100" endDate="2018-01-07 18:48:16 +0100" value="0.00907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 19:14:18 +0100" startDate="2018-01-07 18:50:32 +0100" endDate="2018-01-07 18:57:28 +0100" value="0.01203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 19:14:18 +0100" startDate="2018-01-07 19:02:40 +0100" endDate="2018-01-07 19:08:57 +0100" value="0.01377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 19:41:40 +0100" startDate="2018-01-07 19:18:55 +0100" endDate="2018-01-07 19:18:57 +0100" value="0.0099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 20:46:56 +0100" startDate="2018-01-07 19:33:51 +0100" endDate="2018-01-07 19:41:40 +0100" value="0.04456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 20:46:56 +0100" startDate="2018-01-07 19:41:40 +0100" endDate="2018-01-07 19:46:40 +0100" value="0.01344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 20:46:56 +0100" startDate="2018-01-07 19:50:02 +0100" endDate="2018-01-07 19:56:18 +0100" value="0.00774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 22:00:00 +0100" startDate="2018-01-07 20:41:09 +0100" endDate="2018-01-07 20:51:08 +0100" value="0.14572"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 22:00:00 +0100" startDate="2018-01-07 20:51:08 +0100" endDate="2018-01-07 21:00:15 +0100" value="0.05546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 22:00:00 +0100" startDate="2018-01-07 21:00:15 +0100" endDate="2018-01-07 21:10:10 +0100" value="0.15703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 22:00:00 +0100" startDate="2018-01-07 21:10:10 +0100" endDate="2018-01-07 21:19:17 +0100" value="0.39912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-07 22:00:00 +0100" startDate="2018-01-07 21:37:38 +0100" endDate="2018-01-07 21:43:46 +0100" value="0.0014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 08:49:22 +0100" startDate="2018-01-08 07:59:21 +0100" endDate="2018-01-08 08:09:21 +0100" value="0.04407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 08:49:22 +0100" startDate="2018-01-08 08:09:21 +0100" endDate="2018-01-08 08:14:50 +0100" value="0.07788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 08:49:22 +0100" startDate="2018-01-08 08:14:50 +0100" endDate="2018-01-08 08:24:21 +0100" value="0.06507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 08:49:22 +0100" startDate="2018-01-08 08:24:21 +0100" endDate="2018-01-08 08:25:30 +0100" value="0.0107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 08:49:22 +0100" startDate="2018-01-08 08:35:20 +0100" endDate="2018-01-08 08:41:20 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 08:41:20 +0100" endDate="2018-01-08 08:49:34 +0100" value="0.01557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 08:49:34 +0100" endDate="2018-01-08 08:54:54 +0100" value="0.10181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 09:19:08 +0100" endDate="2018-01-08 09:22:23 +0100" value="0.01293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 09:24:41 +0100" endDate="2018-01-08 09:31:49 +0100" value="0.01089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 09:37:12 +0100" endDate="2018-01-08 09:44:43 +0100" value="0.0211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 09:44:43 +0100" endDate="2018-01-08 09:54:42 +0100" value="0.01042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 09:54:42 +0100" endDate="2018-01-08 10:04:28 +0100" value="0.02361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:04:28 +0100" endDate="2018-01-08 10:10:15 +0100" value="0.00812"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:10:15 +0100" endDate="2018-01-08 10:18:37 +0100" value="0.0189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:21:17 +0100" endDate="2018-01-08 10:30:54 +0100" value="0.0203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:30:54 +0100" endDate="2018-01-08 10:38:47 +0100" value="0.00565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:38:47 +0100" endDate="2018-01-08 10:48:46 +0100" value="0.06488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:48:46 +0100" endDate="2018-01-08 10:58:45 +0100" value="0.11271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 10:58:45 +0100" endDate="2018-01-08 11:06:07 +0100" value="0.02832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 11:08:41 +0100" endDate="2018-01-08 11:16:43 +0100" value="0.00918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:31:05 +0100" startDate="2018-01-08 11:16:43 +0100" endDate="2018-01-08 11:22:01 +0100" value="0.02755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:50:23 +0100" startDate="2018-01-08 11:28:05 +0100" endDate="2018-01-08 11:38:03 +0100" value="0.03177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 11:50:23 +0100" startDate="2018-01-08 11:38:03 +0100" endDate="2018-01-08 11:40:24 +0100" value="0.00931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 12:06:48 +0100" startDate="2018-01-08 11:40:24 +0100" endDate="2018-01-08 11:50:22 +0100" value="0.01022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 12:06:48 +0100" startDate="2018-01-08 11:50:22 +0100" endDate="2018-01-08 12:00:00 +0100" value="0.04983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 12:44:53 +0100" startDate="2018-01-08 12:00:00 +0100" endDate="2018-01-08 12:09:59 +0100" value="0.03077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 12:44:53 +0100" startDate="2018-01-08 12:09:59 +0100" endDate="2018-01-08 12:19:58 +0100" value="0.13934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 12:44:53 +0100" startDate="2018-01-08 12:19:58 +0100" endDate="2018-01-08 12:29:22 +0100" value="0.11575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 12:44:53 +0100" startDate="2018-01-08 12:30:10 +0100" endDate="2018-01-08 12:40:04 +0100" value="0.03379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 12:40:04 +0100" endDate="2018-01-08 12:45:08 +0100" value="0.06356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 12:49:04 +0100" endDate="2018-01-08 12:58:19 +0100" value="0.04014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 12:58:19 +0100" endDate="2018-01-08 13:03:35 +0100" value="0.0969"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 13:06:22 +0100" endDate="2018-01-08 13:15:57 +0100" value="0.0449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 13:15:57 +0100" endDate="2018-01-08 13:19:58 +0100" value="0.02441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 13:21:14 +0100" endDate="2018-01-08 13:30:39 +0100" value="0.08395"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 13:46:52 +0100" startDate="2018-01-08 13:30:39 +0100" endDate="2018-01-08 13:33:52 +0100" value="0.00895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 14:43:04 +0100" startDate="2018-01-08 14:04:16 +0100" endDate="2018-01-08 14:12:46 +0100" value="0.0401183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 14:43:04 +0100" startDate="2018-01-08 14:12:46 +0100" endDate="2018-01-08 14:21:44 +0100" value="0.0567199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 14:43:04 +0100" startDate="2018-01-08 14:24:12 +0100" endDate="2018-01-08 14:34:05 +0100" value="0.0574106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 14:34:05 +0100" endDate="2018-01-08 14:43:58 +0100" value="0.0998535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 14:44:05 +0100" endDate="2018-01-08 14:50:38 +0100" value="0.0183729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 14:50:38 +0100" endDate="2018-01-08 15:00:35 +0100" value="0.03094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 15:00:49 +0100" endDate="2018-01-08 15:10:47 +0100" value="0.0469486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 15:10:47 +0100" endDate="2018-01-08 15:20:46 +0100" value="0.105365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 15:20:46 +0100" endDate="2018-01-08 15:30:46 +0100" value="0.0724895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 15:46:16 +0100" startDate="2018-01-08 15:30:46 +0100" endDate="2018-01-08 15:37:57 +0100" value="0.0775375"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 16:48:31 +0100" startDate="2018-01-08 15:37:57 +0100" endDate="2018-01-08 15:47:18 +0100" value="0.03096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 16:48:31 +0100" startDate="2018-01-08 15:52:06 +0100" endDate="2018-01-08 16:01:31 +0100" value="0.15259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 16:48:31 +0100" startDate="2018-01-08 16:01:31 +0100" endDate="2018-01-08 16:08:29 +0100" value="0.00816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 16:48:31 +0100" startDate="2018-01-08 16:12:00 +0100" endDate="2018-01-08 16:20:54 +0100" value="0.03197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 16:48:31 +0100" startDate="2018-01-08 16:36:59 +0100" endDate="2018-01-08 16:46:21 +0100" value="0.09743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 17:41:54 +0100" startDate="2018-01-08 16:46:21 +0100" endDate="2018-01-08 16:50:12 +0100" value="0.03583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 17:41:54 +0100" startDate="2018-01-08 17:01:52 +0100" endDate="2018-01-08 17:11:34 +0100" value="0.12724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 17:41:54 +0100" startDate="2018-01-08 17:11:34 +0100" endDate="2018-01-08 17:20:40 +0100" value="0.24903"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 17:41:54 +0100" startDate="2018-01-08 17:20:40 +0100" endDate="2018-01-08 17:30:38 +0100" value="0.30637"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 17:41:54 +0100" startDate="2018-01-08 17:30:38 +0100" endDate="2018-01-08 17:34:11 +0100" value="0.00504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 18:42:22 +0100" startDate="2018-01-08 17:47:03 +0100" endDate="2018-01-08 17:53:21 +0100" value="0.01181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 18:42:22 +0100" startDate="2018-01-08 18:20:57 +0100" endDate="2018-01-08 18:28:24 +0100" value="0.01126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 18:42:22 +0100" startDate="2018-01-08 18:29:30 +0100" endDate="2018-01-08 18:36:51 +0100" value="0.04951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 19:46:30 +0100" startDate="2018-01-08 18:41:48 +0100" endDate="2018-01-08 18:50:51 +0100" value="0.09945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 19:46:30 +0100" startDate="2018-01-08 18:50:51 +0100" endDate="2018-01-08 18:57:20 +0100" value="0.03922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 19:46:30 +0100" startDate="2018-01-08 18:59:00 +0100" endDate="2018-01-08 19:06:06 +0100" value="0.03533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 19:46:30 +0100" startDate="2018-01-08 19:12:02 +0100" endDate="2018-01-08 19:19:03 +0100" value="0.03014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 21:41:20 +0100" startDate="2018-01-08 20:51:41 +0100" endDate="2018-01-08 21:01:02 +0100" value="0.07328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 22:42:08 +0100" startDate="2018-01-08 21:45:46 +0100" endDate="2018-01-08 21:51:59 +0100" value="0.00752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-08 22:42:08 +0100" startDate="2018-01-08 21:55:11 +0100" endDate="2018-01-08 22:01:26 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 07:41:11 +0100" startDate="2018-01-09 07:25:22 +0100" endDate="2018-01-09 07:34:36 +0100" value="0.07189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 08:41:29 +0100" startDate="2018-01-09 07:34:36 +0100" endDate="2018-01-09 07:44:02 +0100" value="0.10689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 08:41:29 +0100" startDate="2018-01-09 07:44:02 +0100" endDate="2018-01-09 07:45:21 +0100" value="0.01151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 08:41:29 +0100" startDate="2018-01-09 07:52:49 +0100" endDate="2018-01-09 08:02:33 +0100" value="0.01961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 08:41:29 +0100" startDate="2018-01-09 08:08:41 +0100" endDate="2018-01-09 08:15:17 +0100" value="0.02984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 08:41:29 +0100" startDate="2018-01-09 08:27:42 +0100" endDate="2018-01-09 08:35:32 +0100" value="0.05158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 09:44:15 +0100" startDate="2018-01-09 08:35:32 +0100" endDate="2018-01-09 08:45:25 +0100" value="0.01152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 09:44:15 +0100" startDate="2018-01-09 08:45:25 +0100" endDate="2018-01-09 08:55:24 +0100" value="0.39575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 09:44:15 +0100" startDate="2018-01-09 08:55:24 +0100" endDate="2018-01-09 09:05:15 +0100" value="0.22347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 09:44:15 +0100" startDate="2018-01-09 09:05:15 +0100" endDate="2018-01-09 09:11:41 +0100" value="0.01842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 09:44:15 +0100" startDate="2018-01-09 09:23:45 +0100" endDate="2018-01-09 09:33:39 +0100" value="0.14053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 10:41:17 +0100" startDate="2018-01-09 09:38:40 +0100" endDate="2018-01-09 09:45:54 +0100" value="0.00043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 10:41:17 +0100" startDate="2018-01-09 09:51:27 +0100" endDate="2018-01-09 10:01:25 +0100" value="0.00995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 10:41:17 +0100" startDate="2018-01-09 10:01:25 +0100" endDate="2018-01-09 10:11:12 +0100" value="0.03115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 10:41:17 +0100" startDate="2018-01-09 10:11:12 +0100" endDate="2018-01-09 10:16:50 +0100" value="0.0805866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303ca5ef0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 10:41:17 +0100" startDate="2018-01-09 10:20:51 +0100" endDate="2018-01-09 10:30:49 +0100" value="0.0626385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 10:41:17 +0100" startDate="2018-01-09 10:30:49 +0100" endDate="2018-01-09 10:40:47 +0100" value="0.119263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 11:41:29 +0100" startDate="2018-01-09 10:40:47 +0100" endDate="2018-01-09 10:45:24 +0100" value="0.058839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 11:41:29 +0100" startDate="2018-01-09 10:49:42 +0100" endDate="2018-01-09 10:57:17 +0100" value="0.0327856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 11:41:29 +0100" startDate="2018-01-09 10:57:17 +0100" endDate="2018-01-09 11:07:14 +0100" value="0.071533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 11:41:29 +0100" startDate="2018-01-09 11:07:14 +0100" endDate="2018-01-09 11:15:33 +0100" value="0.0689437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 11:41:29 +0100" startDate="2018-01-09 11:19:05 +0100" endDate="2018-01-09 11:29:05 +0100" value="0.0817154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 11:41:29 +0100" startDate="2018-01-09 11:29:05 +0100" endDate="2018-01-09 11:38:41 +0100" value="0.0838808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 11:38:41 +0100" endDate="2018-01-09 11:47:04 +0100" value="0.05298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 11:47:04 +0100" endDate="2018-01-09 11:50:47 +0100" value="0.02361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 11:52:49 +0100" endDate="2018-01-09 11:58:54 +0100" value="0.00376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 12:01:48 +0100" endDate="2018-01-09 12:10:14 +0100" value="0.03344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 12:11:32 +0100" endDate="2018-01-09 12:21:18 +0100" value="0.00922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 12:21:18 +0100" endDate="2018-01-09 12:23:34 +0100" value="0.0217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 12:45:22 +0100" startDate="2018-01-09 12:29:49 +0100" endDate="2018-01-09 12:39:25 +0100" value="0.08617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 13:54:45 +0100" startDate="2018-01-09 12:44:00 +0100" endDate="2018-01-09 12:50:28 +0100" value="0.0252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 13:54:45 +0100" startDate="2018-01-09 12:57:22 +0100" endDate="2018-01-09 13:06:59 +0100" value="0.06383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 13:54:45 +0100" startDate="2018-01-09 13:06:59 +0100" endDate="2018-01-09 13:15:36 +0100" value="0.01161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 13:54:45 +0100" startDate="2018-01-09 13:15:36 +0100" endDate="2018-01-09 13:25:01 +0100" value="0.02472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 13:54:45 +0100" startDate="2018-01-09 13:25:01 +0100" endDate="2018-01-09 13:35:00 +0100" value="0.03958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 13:54:45 +0100" startDate="2018-01-09 13:39:53 +0100" endDate="2018-01-09 13:46:42 +0100" value="0.0275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 14:44:48 +0100" startDate="2018-01-09 13:46:42 +0100" endDate="2018-01-09 13:56:20 +0100" value="0.27803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 14:44:48 +0100" startDate="2018-01-09 13:56:20 +0100" endDate="2018-01-09 14:00:23 +0100" value="0.00528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 14:44:48 +0100" startDate="2018-01-09 14:03:01 +0100" endDate="2018-01-09 14:12:59 +0100" value="0.14967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-09 14:44:48 +0100" startDate="2018-01-09 14:12:59 +0100" endDate="2018-01-09 14:15:06 +0100" value="0.13329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 07:52:41 +0100" startDate="2018-01-10 06:42:51 +0100" endDate="2018-01-10 06:48:59 +0100" value="0.00495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 07:52:41 +0100" startDate="2018-01-10 07:23:52 +0100" endDate="2018-01-10 07:29:52 +0100" value="0.00954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 08:41:43 +0100" startDate="2018-01-10 08:30:34 +0100" endDate="2018-01-10 08:37:05 +0100" value="0.012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 09:42:12 +0100" startDate="2018-01-10 08:37:05 +0100" endDate="2018-01-10 08:45:10 +0100" value="0.12356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 09:42:12 +0100" startDate="2018-01-10 08:45:57 +0100" endDate="2018-01-10 08:54:46 +0100" value="0.06214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 09:42:12 +0100" startDate="2018-01-10 08:54:46 +0100" endDate="2018-01-10 09:04:10 +0100" value="0.18848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 09:42:12 +0100" startDate="2018-01-10 09:04:10 +0100" endDate="2018-01-10 09:12:46 +0100" value="0.03775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 09:42:12 +0100" startDate="2018-01-10 09:24:08 +0100" endDate="2018-01-10 09:33:30 +0100" value="0.1453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 10:47:52 +0100" startDate="2018-01-10 09:42:11 +0100" endDate="2018-01-10 09:52:08 +0100" value="0.03658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 10:47:52 +0100" startDate="2018-01-10 09:52:08 +0100" endDate="2018-01-10 09:57:18 +0100" value="0.02119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 10:47:52 +0100" startDate="2018-01-10 09:58:28 +0100" endDate="2018-01-10 10:08:25 +0100" value="0.0157847"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 10:47:52 +0100" startDate="2018-01-10 10:08:25 +0100" endDate="2018-01-10 10:18:24 +0100" value="0.02812"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 10:47:52 +0100" startDate="2018-01-10 10:18:24 +0100" endDate="2018-01-10 10:28:23 +0100" value="0.01779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 10:47:52 +0100" startDate="2018-01-10 10:28:23 +0100" endDate="2018-01-10 10:38:21 +0100" value="0.02024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 11:41:23 +0100" startDate="2018-01-10 10:38:21 +0100" endDate="2018-01-10 10:48:20 +0100" value="0.0317435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 11:41:23 +0100" startDate="2018-01-10 10:48:20 +0100" endDate="2018-01-10 10:57:43 +0100" value="0.041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 11:41:23 +0100" startDate="2018-01-10 10:57:43 +0100" endDate="2018-01-10 11:07:42 +0100" value="0.00553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 11:41:23 +0100" startDate="2018-01-10 11:07:42 +0100" endDate="2018-01-10 11:12:20 +0100" value="0.0198264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 11:41:23 +0100" startDate="2018-01-10 11:12:20 +0100" endDate="2018-01-10 11:21:53 +0100" value="0.03036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 11:41:23 +0100" startDate="2018-01-10 11:21:53 +0100" endDate="2018-01-10 11:31:52 +0100" value="0.02122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 12:41:38 +0100" startDate="2018-01-10 11:31:52 +0100" endDate="2018-01-10 11:40:47 +0100" value="0.0372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 12:41:38 +0100" startDate="2018-01-10 11:42:13 +0100" endDate="2018-01-10 11:49:01 +0100" value="0.00368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 12:41:38 +0100" startDate="2018-01-10 11:49:01 +0100" endDate="2018-01-10 11:55:33 +0100" value="0.01631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 12:41:38 +0100" startDate="2018-01-10 11:55:33 +0100" endDate="2018-01-10 12:03:49 +0100" value="0.02701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 12:41:38 +0100" startDate="2018-01-10 12:03:49 +0100" endDate="2018-01-10 12:12:07 +0100" value="0.02622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 12:41:38 +0100" startDate="2018-01-10 12:12:07 +0100" endDate="2018-01-10 12:22:06 +0100" value="0.01627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 12:41:38 +0100" startDate="2018-01-10 12:22:06 +0100" endDate="2018-01-10 12:31:26 +0100" value="0.0540365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 12:41:38 +0100" startDate="2018-01-10 12:31:26 +0100" endDate="2018-01-10 12:40:46 +0100" value="0.0586659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 13:41:12 +0100" startDate="2018-01-10 12:40:46 +0100" endDate="2018-01-10 12:50:21 +0100" value="0.02641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 13:41:12 +0100" startDate="2018-01-10 12:56:36 +0100" endDate="2018-01-10 13:05:25 +0100" value="0.02416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 13:41:12 +0100" startDate="2018-01-10 13:28:47 +0100" endDate="2018-01-10 13:38:44 +0100" value="0.0463113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 14:43:26 +0100" startDate="2018-01-10 13:38:44 +0100" endDate="2018-01-10 13:48:41 +0100" value="0.05516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 14:43:26 +0100" startDate="2018-01-10 13:48:41 +0100" endDate="2018-01-10 13:57:23 +0100" value="0.0157876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 14:43:26 +0100" startDate="2018-01-10 13:57:23 +0100" endDate="2018-01-10 14:07:23 +0100" value="0.01365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 14:43:26 +0100" startDate="2018-01-10 14:07:23 +0100" endDate="2018-01-10 14:16:25 +0100" value="0.02648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 14:43:26 +0100" startDate="2018-01-10 14:16:25 +0100" endDate="2018-01-10 14:25:49 +0100" value="0.06608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 14:43:26 +0100" startDate="2018-01-10 14:25:49 +0100" endDate="2018-01-10 14:35:48 +0100" value="0.0336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 15:46:04 +0100" startDate="2018-01-10 14:35:48 +0100" endDate="2018-01-10 14:45:47 +0100" value="0.0443002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 15:46:04 +0100" startDate="2018-01-10 14:45:47 +0100" endDate="2018-01-10 14:46:53 +0100" value="0.00545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 15:46:04 +0100" startDate="2018-01-10 14:52:47 +0100" endDate="2018-01-10 15:02:45 +0100" value="0.141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 15:46:04 +0100" startDate="2018-01-10 15:02:45 +0100" endDate="2018-01-10 15:11:10 +0100" value="0.00932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 15:46:04 +0100" startDate="2018-01-10 15:25:22 +0100" endDate="2018-01-10 15:31:35 +0100" value="0.01493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 16:46:03 +0100" startDate="2018-01-10 15:40:31 +0100" endDate="2018-01-10 15:50:15 +0100" value="0.2159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 16:46:03 +0100" startDate="2018-01-10 15:50:15 +0100" endDate="2018-01-10 15:54:44 +0100" value="0.04605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 18:47:14 +0100" startDate="2018-01-10 18:12:45 +0100" endDate="2018-01-10 18:22:44 +0100" value="0.00574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 18:47:14 +0100" startDate="2018-01-10 18:24:53 +0100" endDate="2018-01-10 18:32:17 +0100" value="0.05213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 18:47:14 +0100" startDate="2018-01-10 18:32:17 +0100" endDate="2018-01-10 18:38:51 +0100" value="0.02002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 19:41:23 +0100" startDate="2018-01-10 18:38:51 +0100" endDate="2018-01-10 18:47:14 +0100" value="0.02373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 19:41:23 +0100" startDate="2018-01-10 18:47:14 +0100" endDate="2018-01-10 18:54:03 +0100" value="0.02919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 19:41:23 +0100" startDate="2018-01-10 18:55:34 +0100" endDate="2018-01-10 19:04:57 +0100" value="0.02696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 19:41:23 +0100" startDate="2018-01-10 19:14:28 +0100" endDate="2018-01-10 19:21:24 +0100" value="0.03166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-10 21:03:04 +0100" startDate="2018-01-10 20:24:19 +0100" endDate="2018-01-10 20:32:24 +0100" value="0.05105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 08:00:01 +0100" startDate="2018-01-11 07:24:39 +0100" endDate="2018-01-11 07:30:52 +0100" value="0.00365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 08:33:28 +0100" endDate="2018-01-11 08:41:10 +0100" value="0.00826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 08:41:10 +0100" endDate="2018-01-11 08:51:09 +0100" value="0.05543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 08:51:09 +0100" endDate="2018-01-11 09:01:09 +0100" value="0.10808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 09:01:09 +0100" endDate="2018-01-11 09:11:07 +0100" value="0.10146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 09:17:44 +0100" endDate="2018-01-11 09:27:44 +0100" value="0.01891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 09:27:44 +0100" endDate="2018-01-11 09:30:33 +0100" value="0.1445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 09:49:19 +0100" startDate="2018-01-11 09:35:09 +0100" endDate="2018-01-11 09:41:50 +0100" value="0.02629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 09:41:50 +0100" endDate="2018-01-11 09:50:59 +0100" value="0.01562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 09:50:59 +0100" endDate="2018-01-11 10:00:57 +0100" value="0.00642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 10:00:57 +0100" endDate="2018-01-11 10:05:42 +0100" value="0.03764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 10:07:00 +0100" endDate="2018-01-11 10:16:30 +0100" value="0.01038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 10:19:39 +0100" endDate="2018-01-11 10:29:38 +0100" value="0.03542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 10:29:38 +0100" endDate="2018-01-11 10:37:46 +0100" value="0.0470927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 10:50:42 +0100" startDate="2018-01-11 10:37:46 +0100" endDate="2018-01-11 10:45:26 +0100" value="0.02413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 11:41:42 +0100" startDate="2018-01-11 10:45:26 +0100" endDate="2018-01-11 10:55:25 +0100" value="0.03424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 11:41:42 +0100" startDate="2018-01-11 10:55:25 +0100" endDate="2018-01-11 11:04:01 +0100" value="0.02083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 11:41:42 +0100" startDate="2018-01-11 11:04:01 +0100" endDate="2018-01-11 11:12:43 +0100" value="0.01751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 11:41:42 +0100" startDate="2018-01-11 11:12:43 +0100" endDate="2018-01-11 11:22:26 +0100" value="0.0633479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 11:41:42 +0100" startDate="2018-01-11 11:22:26 +0100" endDate="2018-01-11 11:30:31 +0100" value="0.02148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 11:41:42 +0100" startDate="2018-01-11 11:30:31 +0100" endDate="2018-01-11 11:38:57 +0100" value="0.01397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 12:42:16 +0100" startDate="2018-01-11 11:48:56 +0100" endDate="2018-01-11 11:58:22 +0100" value="0.0326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 12:42:16 +0100" startDate="2018-01-11 12:05:05 +0100" endDate="2018-01-11 12:13:47 +0100" value="0.043211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 12:42:16 +0100" startDate="2018-01-11 12:15:39 +0100" endDate="2018-01-11 12:23:47 +0100" value="0.01019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 12:42:16 +0100" startDate="2018-01-11 12:23:47 +0100" endDate="2018-01-11 12:31:31 +0100" value="0.0117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 12:42:16 +0100" startDate="2018-01-11 12:31:31 +0100" endDate="2018-01-11 12:40:07 +0100" value="0.03399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 13:41:40 +0100" startDate="2018-01-11 12:40:07 +0100" endDate="2018-01-11 12:49:36 +0100" value="0.02333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 13:41:40 +0100" startDate="2018-01-11 12:49:36 +0100" endDate="2018-01-11 12:56:52 +0100" value="0.05498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 13:41:40 +0100" startDate="2018-01-11 13:05:38 +0100" endDate="2018-01-11 13:12:57 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 14:42:05 +0100" startDate="2018-01-11 13:46:29 +0100" endDate="2018-01-11 13:53:15 +0100" value="0.0342905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 14:42:05 +0100" startDate="2018-01-11 13:54:57 +0100" endDate="2018-01-11 14:04:55 +0100" value="0.03417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 14:42:05 +0100" startDate="2018-01-11 14:04:55 +0100" endDate="2018-01-11 14:14:21 +0100" value="0.03665"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 14:42:05 +0100" startDate="2018-01-11 14:14:21 +0100" endDate="2018-01-11 14:21:55 +0100" value="0.02055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 14:42:05 +0100" startDate="2018-01-11 14:21:55 +0100" endDate="2018-01-11 14:30:45 +0100" value="0.02074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 15:41:06 +0100" startDate="2018-01-11 14:30:45 +0100" endDate="2018-01-11 14:40:43 +0100" value="0.01655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 15:41:06 +0100" startDate="2018-01-11 14:40:43 +0100" endDate="2018-01-11 14:44:09 +0100" value="0.00298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 15:41:06 +0100" startDate="2018-01-11 14:47:39 +0100" endDate="2018-01-11 14:57:38 +0100" value="0.03702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 15:41:06 +0100" startDate="2018-01-11 14:57:38 +0100" endDate="2018-01-11 15:05:58 +0100" value="0.106347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 15:41:06 +0100" startDate="2018-01-11 15:25:21 +0100" endDate="2018-01-11 15:32:14 +0100" value="0.03343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 17:05:21 +0100" startDate="2018-01-11 15:43:21 +0100" endDate="2018-01-11 15:52:38 +0100" value="0.19155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 17:05:21 +0100" startDate="2018-01-11 15:52:38 +0100" endDate="2018-01-11 16:02:37 +0100" value="0.03746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 17:54:47 +0100" startDate="2018-01-11 17:24:39 +0100" endDate="2018-01-11 17:34:21 +0100" value="0.0113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 17:54:47 +0100" startDate="2018-01-11 17:34:21 +0100" endDate="2018-01-11 17:44:16 +0100" value="0.2302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 17:54:47 +0100" startDate="2018-01-11 17:44:16 +0100" endDate="2018-01-11 17:54:14 +0100" value="0.21934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 19:26:14 +0100" startDate="2018-01-11 17:54:14 +0100" endDate="2018-01-11 17:56:27 +0100" value="0.02499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-11 21:46:33 +0100" startDate="2018-01-11 21:06:57 +0100" endDate="2018-01-11 21:13:23 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 09:42:26 +0100" startDate="2018-01-12 08:38:03 +0100" endDate="2018-01-12 08:46:18 +0100" value="0.05373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 09:42:26 +0100" startDate="2018-01-12 08:46:18 +0100" endDate="2018-01-12 08:51:05 +0100" value="0.00899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 09:42:26 +0100" startDate="2018-01-12 08:51:11 +0100" endDate="2018-01-12 09:01:11 +0100" value="0.06503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 09:42:26 +0100" startDate="2018-01-12 09:01:11 +0100" endDate="2018-01-12 09:10:05 +0100" value="0.12018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 09:42:26 +0100" startDate="2018-01-12 09:21:51 +0100" endDate="2018-01-12 09:29:18 +0100" value="0.13356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 10:42:07 +0100" startDate="2018-01-12 09:36:12 +0100" endDate="2018-01-12 09:42:51 +0100" value="0.0317525"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 10:42:07 +0100" startDate="2018-01-12 09:42:51 +0100" endDate="2018-01-12 09:52:49 +0100" value="0.01584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 10:42:07 +0100" startDate="2018-01-12 09:58:11 +0100" endDate="2018-01-12 10:08:09 +0100" value="0.02302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 10:42:07 +0100" startDate="2018-01-12 10:08:09 +0100" endDate="2018-01-12 10:16:17 +0100" value="0.00528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 10:42:07 +0100" startDate="2018-01-12 10:16:17 +0100" endDate="2018-01-12 10:23:36 +0100" value="0.02553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 10:42:07 +0100" startDate="2018-01-12 10:27:06 +0100" endDate="2018-01-12 10:37:05 +0100" value="0.01465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 11:42:36 +0100" startDate="2018-01-12 10:37:05 +0100" endDate="2018-01-12 10:47:04 +0100" value="0.00904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 11:42:36 +0100" startDate="2018-01-12 10:47:04 +0100" endDate="2018-01-12 10:56:43 +0100" value="0.0436303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 11:42:36 +0100" startDate="2018-01-12 10:56:43 +0100" endDate="2018-01-12 11:06:36 +0100" value="0.01725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 11:42:36 +0100" startDate="2018-01-12 11:06:36 +0100" endDate="2018-01-12 11:11:44 +0100" value="0.02298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 11:42:36 +0100" startDate="2018-01-12 11:12:29 +0100" endDate="2018-01-12 11:21:08 +0100" value="0.01193"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 11:42:36 +0100" startDate="2018-01-12 11:24:05 +0100" endDate="2018-01-12 11:33:23 +0100" value="0.02372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 11:33:23 +0100" endDate="2018-01-12 11:43:20 +0100" value="0.05973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 11:43:20 +0100" endDate="2018-01-12 11:53:18 +0100" value="0.039749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 11:53:18 +0100" endDate="2018-01-12 11:58:16 +0100" value="0.00554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 12:01:23 +0100" endDate="2018-01-12 12:09:52 +0100" value="0.02711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 12:09:52 +0100" endDate="2018-01-12 12:19:03 +0100" value="0.01247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 12:19:03 +0100" endDate="2018-01-12 12:21:47 +0100" value="0.0180034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 12:41:55 +0100" startDate="2018-01-12 12:24:11 +0100" endDate="2018-01-12 12:33:00 +0100" value="0.01341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 13:45:19 +0100" startDate="2018-01-12 12:33:00 +0100" endDate="2018-01-12 12:41:47 +0100" value="0.0009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 13:45:19 +0100" startDate="2018-01-12 12:41:47 +0100" endDate="2018-01-12 12:50:06 +0100" value="0.0405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 13:45:19 +0100" startDate="2018-01-12 12:50:06 +0100" endDate="2018-01-12 12:59:44 +0100" value="0.124139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 13:45:19 +0100" startDate="2018-01-12 12:59:44 +0100" endDate="2018-01-12 13:04:43 +0100" value="0.07896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 13:45:19 +0100" startDate="2018-01-12 13:21:46 +0100" endDate="2018-01-12 13:30:17 +0100" value="0.05189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 14:42:43 +0100" startDate="2018-01-12 13:57:17 +0100" endDate="2018-01-12 14:05:43 +0100" value="0.04213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 14:42:43 +0100" startDate="2018-01-12 14:05:43 +0100" endDate="2018-01-12 14:15:42 +0100" value="0.00895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 14:42:43 +0100" startDate="2018-01-12 14:15:42 +0100" endDate="2018-01-12 14:19:12 +0100" value="0.02108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 14:42:43 +0100" startDate="2018-01-12 14:22:04 +0100" endDate="2018-01-12 14:32:03 +0100" value="0.01792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 14:42:43 +0100" startDate="2018-01-12 14:32:03 +0100" endDate="2018-01-12 14:42:02 +0100" value="0.03406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 15:45:16 +0100" startDate="2018-01-12 14:42:02 +0100" endDate="2018-01-12 14:52:01 +0100" value="0.01892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 15:45:16 +0100" startDate="2018-01-12 14:52:01 +0100" endDate="2018-01-12 15:00:28 +0100" value="0.02114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 15:45:16 +0100" startDate="2018-01-12 15:00:28 +0100" endDate="2018-01-12 15:08:06 +0100" value="0.02085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 15:45:16 +0100" startDate="2018-01-12 15:09:00 +0100" endDate="2018-01-12 15:18:59 +0100" value="0.02643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 15:45:16 +0100" startDate="2018-01-12 15:18:59 +0100" endDate="2018-01-12 15:26:58 +0100" value="0.098109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 15:45:16 +0100" startDate="2018-01-12 15:26:58 +0100" endDate="2018-01-12 15:32:32 +0100" value="0.01599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 16:43:41 +0100" startDate="2018-01-12 15:43:32 +0100" endDate="2018-01-12 15:52:44 +0100" value="0.19323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 16:43:41 +0100" startDate="2018-01-12 15:52:44 +0100" endDate="2018-01-12 15:55:02 +0100" value="0.03463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 16:43:41 +0100" startDate="2018-01-12 16:03:36 +0100" endDate="2018-01-12 16:13:34 +0100" value="0.18663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 16:43:41 +0100" startDate="2018-01-12 16:13:34 +0100" endDate="2018-01-12 16:19:27 +0100" value="0.28625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 16:43:41 +0100" startDate="2018-01-12 16:19:27 +0100" endDate="2018-01-12 16:29:26 +0100" value="0.22342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 16:43:41 +0100" startDate="2018-01-12 16:29:26 +0100" endDate="2018-01-12 16:32:41 +0100" value="0.18997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 19:07:08 +0100" startDate="2018-01-12 17:46:23 +0100" endDate="2018-01-12 17:52:33 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 19:07:08 +0100" startDate="2018-01-12 18:27:18 +0100" endDate="2018-01-12 18:36:36 +0100" value="0.09313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 19:07:08 +0100" startDate="2018-01-12 18:36:36 +0100" endDate="2018-01-12 18:42:32 +0100" value="0.02374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 19:07:08 +0100" startDate="2018-01-12 18:44:53 +0100" endDate="2018-01-12 18:51:34 +0100" value="0.02813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 19:41:11 +0100" startDate="2018-01-12 19:02:57 +0100" endDate="2018-01-12 19:09:30 +0100" value="0.03041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 20:44:39 +0100" startDate="2018-01-12 19:53:22 +0100" endDate="2018-01-12 20:02:28 +0100" value="0.00486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 20:44:39 +0100" startDate="2018-01-12 20:02:28 +0100" endDate="2018-01-12 20:12:27 +0100" value="0.11282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 20:44:39 +0100" startDate="2018-01-12 20:12:27 +0100" endDate="2018-01-12 20:22:18 +0100" value="0.29344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 20:44:39 +0100" startDate="2018-01-12 20:22:18 +0100" endDate="2018-01-12 20:25:35 +0100" value="0.07246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-12 21:48:00 +0100" startDate="2018-01-12 20:52:13 +0100" endDate="2018-01-12 21:00:43 +0100" value="0.02392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-13 05:20:56 +0100" startDate="2018-01-13 04:32:10 +0100" endDate="2018-01-13 04:38:32 +0100" value="0.0168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-13 07:15:41 +0100" startDate="2018-01-13 06:22:42 +0100" endDate="2018-01-13 06:32:42 +0100" value="0.21134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-13 07:15:41 +0100" startDate="2018-01-13 06:32:42 +0100" endDate="2018-01-13 06:37:41 +0100" value="0.06489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-13 09:41:19 +0100" startDate="2018-01-13 09:01:19 +0100" endDate="2018-01-13 09:06:40 +0100" value="0.00132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-13 10:42:07 +0100" startDate="2018-01-13 10:22:28 +0100" endDate="2018-01-13 10:29:34 +0100" value="0.0413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-13 10:42:07 +0100" startDate="2018-01-13 10:29:34 +0100" endDate="2018-01-13 10:37:55 +0100" value="0.05299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-13 14:42:43 +0100" startDate="2018-01-13 13:36:26 +0100" endDate="2018-01-13 13:42:36 +0100" value="0.00376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-13 14:42:43 +0100" startDate="2018-01-13 14:13:57 +0100" endDate="2018-01-13 14:23:31 +0100" value="0.10254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-13 14:42:43 +0100" startDate="2018-01-13 14:23:31 +0100" endDate="2018-01-13 14:30:48 +0100" value="0.05148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-13 20:17:52 +0100" startDate="2018-01-13 18:51:22 +0100" endDate="2018-01-13 18:57:47 +0100" value="0.01328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-13 20:17:52 +0100" startDate="2018-01-13 19:07:18 +0100" endDate="2018-01-13 19:17:09 +0100" value="0.02729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-13 20:17:52 +0100" startDate="2018-01-13 19:17:09 +0100" endDate="2018-01-13 19:24:41 +0100" value="0.09097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 22:53:07 +0100" endDate="2018-01-13 23:01:59 +0100" value="0.08259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:01:59 +0100" endDate="2018-01-13 23:10:42 +0100" value="0.07384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:17:38 +0100" endDate="2018-01-13 23:23:38 +0100" value="0.0054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:23:38 +0100" endDate="2018-01-13 23:30:15 +0100" value="0.02741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:30:20 +0100" endDate="2018-01-13 23:37:29 +0100" value="0.03017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:41:36 +0100" endDate="2018-01-13 23:51:35 +0100" value="0.0479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:51:35 +0100" endDate="2018-01-13 23:57:22 +0100" value="0.08969"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-13 23:57:22 +0100" endDate="2018-01-14 00:05:34 +0100" value="0.01407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 00:05:34 +0100" endDate="2018-01-14 00:12:50 +0100" value="0.03482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 00:22:58 +0100" endDate="2018-01-14 00:32:18 +0100" value="0.32368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 00:32:18 +0100" endDate="2018-01-14 00:40:13 +0100" value="0.11545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 00:40:13 +0100" endDate="2018-01-14 00:50:08 +0100" value="0.04735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 00:50:08 +0100" endDate="2018-01-14 00:55:48 +0100" value="0.01364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 00:55:48 +0100" endDate="2018-01-14 01:05:26 +0100" value="0.20165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 01:05:26 +0100" endDate="2018-01-14 01:11:09 +0100" value="0.04216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 01:52:09 +0100" startDate="2018-01-14 01:39:52 +0100" endDate="2018-01-14 01:46:32 +0100" value="0.02233"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 09:04:56 +0100" startDate="2018-01-14 08:04:34 +0100" endDate="2018-01-14 08:11:07 +0100" value="0.00844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 09:04:56 +0100" startDate="2018-01-14 08:12:10 +0100" endDate="2018-01-14 08:18:46 +0100" value="0.02234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 09:04:56 +0100" startDate="2018-01-14 08:36:56 +0100" endDate="2018-01-14 08:43:12 +0100" value="0.00828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 11:06:28 +0100" startDate="2018-01-14 10:15:18 +0100" endDate="2018-01-14 10:25:18 +0100" value="0.07044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 11:06:28 +0100" startDate="2018-01-14 10:25:18 +0100" endDate="2018-01-14 10:30:48 +0100" value="0.07567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 11:06:28 +0100" startDate="2018-01-14 10:34:35 +0100" endDate="2018-01-14 10:41:05 +0100" value="0.0069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 11:06:28 +0100" startDate="2018-01-14 10:41:05 +0100" endDate="2018-01-14 10:46:35 +0100" value="0.03338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 11:06:28 +0100" startDate="2018-01-14 10:52:05 +0100" endDate="2018-01-14 11:01:57 +0100" value="0.0911"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 12:03:13 +0100" startDate="2018-01-14 11:01:57 +0100" endDate="2018-01-14 11:08:20 +0100" value="0.08179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 12:03:13 +0100" startDate="2018-01-14 11:21:44 +0100" endDate="2018-01-14 11:31:03 +0100" value="0.14202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 12:03:13 +0100" startDate="2018-01-14 11:31:03 +0100" endDate="2018-01-14 11:35:19 +0100" value="0.12379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 12:03:13 +0100" startDate="2018-01-14 11:44:11 +0100" endDate="2018-01-14 11:53:29 +0100" value="0.15588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 13:02:31 +0100" startDate="2018-01-14 11:53:29 +0100" endDate="2018-01-14 12:03:29 +0100" value="0.33718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 13:02:31 +0100" startDate="2018-01-14 12:03:29 +0100" endDate="2018-01-14 12:13:28 +0100" value="0.88604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 13:02:31 +0100" startDate="2018-01-14 12:13:28 +0100" endDate="2018-01-14 12:22:53 +0100" value="0.44953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 13:02:31 +0100" startDate="2018-01-14 12:22:53 +0100" endDate="2018-01-14 12:32:51 +0100" value="0.09768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 13:02:31 +0100" startDate="2018-01-14 12:32:51 +0100" endDate="2018-01-14 12:40:24 +0100" value="0.45865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 15:10:06 +0100" startDate="2018-01-14 14:21:33 +0100" endDate="2018-01-14 14:27:40 +0100" value="0.0115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 15:10:06 +0100" startDate="2018-01-14 14:27:40 +0100" endDate="2018-01-14 14:37:00 +0100" value="0.40294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 15:10:06 +0100" startDate="2018-01-14 14:37:00 +0100" endDate="2018-01-14 14:45:58 +0100" value="0.34764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 16:04:34 +0100" startDate="2018-01-14 15:25:38 +0100" endDate="2018-01-14 15:32:29 +0100" value="0.00838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-14 17:02:20 +0100" startDate="2018-01-14 15:58:40 +0100" endDate="2018-01-14 16:05:23 +0100" value="0.02639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 08:07:21 +0100" startDate="2018-01-15 07:20:15 +0100" endDate="2018-01-15 07:27:27 +0100" value="0.04185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 08:07:21 +0100" startDate="2018-01-15 07:30:06 +0100" endDate="2018-01-15 07:37:43 +0100" value="0.01943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 08:07:21 +0100" startDate="2018-01-15 07:43:04 +0100" endDate="2018-01-15 07:53:02 +0100" value="0.03596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 08:07:21 +0100" startDate="2018-01-15 07:53:02 +0100" endDate="2018-01-15 08:03:02 +0100" value="0.30954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 09:03:36 +0100" startDate="2018-01-15 08:03:02 +0100" endDate="2018-01-15 08:10:28 +0100" value="0.41165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 09:03:36 +0100" startDate="2018-01-15 08:16:15 +0100" endDate="2018-01-15 08:23:11 +0100" value="0.02042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 09:03:36 +0100" startDate="2018-01-15 08:23:11 +0100" endDate="2018-01-15 08:29:08 +0100" value="0.08266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 10:06:35 +0100" startDate="2018-01-15 09:01:32 +0100" endDate="2018-01-15 09:10:28 +0100" value="0.064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 10:06:35 +0100" startDate="2018-01-15 09:10:28 +0100" endDate="2018-01-15 09:18:40 +0100" value="0.08138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 10:06:35 +0100" startDate="2018-01-15 09:28:04 +0100" endDate="2018-01-15 09:35:56 +0100" value="0.08622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 10:06:35 +0100" startDate="2018-01-15 09:35:56 +0100" endDate="2018-01-15 09:45:55 +0100" value="0.05531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 10:06:35 +0100" startDate="2018-01-15 09:45:55 +0100" endDate="2018-01-15 09:55:50 +0100" value="0.12223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 10:06:35 +0100" startDate="2018-01-15 09:55:50 +0100" endDate="2018-01-15 10:00:15 +0100" value="0.01997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 11:02:48 +0100" startDate="2018-01-15 10:07:52 +0100" endDate="2018-01-15 10:16:43 +0100" value="0.11942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 11:02:48 +0100" startDate="2018-01-15 10:27:06 +0100" endDate="2018-01-15 10:37:05 +0100" value="0.37538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 11:02:48 +0100" startDate="2018-01-15 10:37:05 +0100" endDate="2018-01-15 10:46:14 +0100" value="0.61203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 12:03:42 +0100" startDate="2018-01-15 10:54:11 +0100" endDate="2018-01-15 11:02:49 +0100" value="0.04342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 12:03:42 +0100" startDate="2018-01-15 11:06:40 +0100" endDate="2018-01-15 11:12:48 +0100" value="0.01203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 12:03:42 +0100" startDate="2018-01-15 11:23:41 +0100" endDate="2018-01-15 11:33:40 +0100" value="0.29452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 12:03:42 +0100" startDate="2018-01-15 11:33:40 +0100" endDate="2018-01-15 11:43:40 +0100" value="0.38679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 12:03:42 +0100" startDate="2018-01-15 11:43:40 +0100" endDate="2018-01-15 11:50:02 +0100" value="0.10017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 13:06:45 +0100" startDate="2018-01-15 12:01:13 +0100" endDate="2018-01-15 12:11:12 +0100" value="0.1358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 13:06:45 +0100" startDate="2018-01-15 12:11:12 +0100" endDate="2018-01-15 12:19:09 +0100" value="0.6664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 13:06:45 +0100" startDate="2018-01-15 12:24:12 +0100" endDate="2018-01-15 12:30:33 +0100" value="0.03296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 13:06:45 +0100" startDate="2018-01-15 12:30:33 +0100" endDate="2018-01-15 12:37:23 +0100" value="0.03184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 14:03:08 +0100" startDate="2018-01-15 13:17:04 +0100" endDate="2018-01-15 13:24:49 +0100" value="0.05678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 14:03:08 +0100" startDate="2018-01-15 13:24:49 +0100" endDate="2018-01-15 13:28:53 +0100" value="0.02722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 14:03:08 +0100" startDate="2018-01-15 13:37:52 +0100" endDate="2018-01-15 13:47:10 +0100" value="0.1109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 14:03:08 +0100" startDate="2018-01-15 13:47:10 +0100" endDate="2018-01-15 13:57:09 +0100" value="0.28484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 15:03:17 +0100" startDate="2018-01-15 13:57:09 +0100" endDate="2018-01-15 14:02:10 +0100" value="0.27929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 15:03:17 +0100" startDate="2018-01-15 14:17:40 +0100" endDate="2018-01-15 14:27:40 +0100" value="0.21576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 15:03:17 +0100" startDate="2018-01-15 14:27:40 +0100" endDate="2018-01-15 14:34:24 +0100" value="0.34702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 16:03:52 +0100" startDate="2018-01-15 15:27:47 +0100" endDate="2018-01-15 15:35:39 +0100" value="0.01913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 17:02:14 +0100" startDate="2018-01-15 15:58:46 +0100" endDate="2018-01-15 16:05:31 +0100" value="0.02534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 17:02:14 +0100" startDate="2018-01-15 16:05:31 +0100" endDate="2018-01-15 16:11:30 +0100" value="0.02999"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 17:02:14 +0100" startDate="2018-01-15 16:21:50 +0100" endDate="2018-01-15 16:27:55 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 17:02:14 +0100" startDate="2018-01-15 16:27:55 +0100" endDate="2018-01-15 16:37:55 +0100" value="0.10002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 17:02:14 +0100" startDate="2018-01-15 16:37:55 +0100" endDate="2018-01-15 16:47:14 +0100" value="0.53011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 17:02:14 +0100" startDate="2018-01-15 16:47:14 +0100" endDate="2018-01-15 16:57:12 +0100" value="0.03411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 18:03:25 +0100" startDate="2018-01-15 16:57:12 +0100" endDate="2018-01-15 17:07:09 +0100" value="0.03955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 18:03:25 +0100" startDate="2018-01-15 17:07:09 +0100" endDate="2018-01-15 17:14:41 +0100" value="0.0497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 18:03:25 +0100" startDate="2018-01-15 17:14:41 +0100" endDate="2018-01-15 17:24:41 +0100" value="0.2748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 18:03:25 +0100" startDate="2018-01-15 17:24:41 +0100" endDate="2018-01-15 17:32:26 +0100" value="0.59294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 18:03:25 +0100" startDate="2018-01-15 17:46:23 +0100" endDate="2018-01-15 17:56:22 +0100" value="0.353811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 19:02:10 +0100" startDate="2018-01-15 17:56:22 +0100" endDate="2018-01-15 17:58:28 +0100" value="0.03656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 19:02:10 +0100" startDate="2018-01-15 18:02:27 +0100" endDate="2018-01-15 18:09:23 +0100" value="0.00621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 19:02:10 +0100" startDate="2018-01-15 18:38:58 +0100" endDate="2018-01-15 18:47:47 +0100" value="0.06535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 19:02:10 +0100" startDate="2018-01-15 18:47:47 +0100" endDate="2018-01-15 18:57:32 +0100" value="0.05333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 20:03:31 +0100" startDate="2018-01-15 19:07:06 +0100" endDate="2018-01-15 19:17:05 +0100" value="0.38904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 20:03:31 +0100" startDate="2018-01-15 19:17:05 +0100" endDate="2018-01-15 19:24:17 +0100" value="0.53928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 20:03:31 +0100" startDate="2018-01-15 19:24:58 +0100" endDate="2018-01-15 19:34:56 +0100" value="0.00205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 20:03:31 +0100" startDate="2018-01-15 19:34:56 +0100" endDate="2018-01-15 19:42:55 +0100" value="0.28732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 20:03:31 +0100" startDate="2018-01-15 19:49:40 +0100" endDate="2018-01-15 19:59:36 +0100" value="0.39479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-15 21:04:52 +0100" startDate="2018-01-15 19:59:36 +0100" endDate="2018-01-15 20:05:30 +0100" value="0.2222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 08:02:49 +0100" startDate="2018-01-16 07:05:03 +0100" endDate="2018-01-16 07:14:38 +0100" value="0.09851"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 08:02:49 +0100" startDate="2018-01-16 07:14:38 +0100" endDate="2018-01-16 07:17:56 +0100" value="0.07945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 08:02:49 +0100" startDate="2018-01-16 07:29:26 +0100" endDate="2018-01-16 07:36:27 +0100" value="0.04596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 08:02:49 +0100" startDate="2018-01-16 07:36:41 +0100" endDate="2018-01-16 07:43:47 +0100" value="0.00736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 08:02:49 +0100" startDate="2018-01-16 07:43:47 +0100" endDate="2018-01-16 07:53:47 +0100" value="0.27208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 09:05:54 +0100" startDate="2018-01-16 07:53:47 +0100" endDate="2018-01-16 08:02:15 +0100" value="0.56876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 09:05:54 +0100" startDate="2018-01-16 08:02:15 +0100" endDate="2018-01-16 08:08:43 +0100" value="0.06038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 09:05:54 +0100" startDate="2018-01-16 08:34:30 +0100" endDate="2018-01-16 08:44:30 +0100" value="0.08086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 09:05:54 +0100" startDate="2018-01-16 08:44:30 +0100" endDate="2018-01-16 08:54:27 +0100" value="0.3995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 09:05:54 +0100" startDate="2018-01-16 08:54:27 +0100" endDate="2018-01-16 09:04:26 +0100" value="0.53509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 10:05:40 +0100" startDate="2018-01-16 09:04:26 +0100" endDate="2018-01-16 09:05:56 +0100" value="0.04652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 10:05:40 +0100" startDate="2018-01-16 09:44:57 +0100" endDate="2018-01-16 09:54:57 +0100" value="0.39573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 10:05:40 +0100" startDate="2018-01-16 09:54:57 +0100" endDate="2018-01-16 10:02:09 +0100" value="0.51682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 12:03:39 +0100" startDate="2018-01-16 11:42:56 +0100" endDate="2018-01-16 11:51:26 +0100" value="0.0273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 12:03:39 +0100" startDate="2018-01-16 11:51:26 +0100" endDate="2018-01-16 11:58:25 +0100" value="0.34881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 13:05:15 +0100" startDate="2018-01-16 11:58:25 +0100" endDate="2018-01-16 12:08:23 +0100" value="0.52789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 13:05:15 +0100" startDate="2018-01-16 12:08:23 +0100" endDate="2018-01-16 12:13:15 +0100" value="0.05966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 13:05:15 +0100" startDate="2018-01-16 12:44:14 +0100" endDate="2018-01-16 12:54:14 +0100" value="0.35383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 13:05:15 +0100" startDate="2018-01-16 12:54:14 +0100" endDate="2018-01-16 13:04:12 +0100" value="0.35737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 14:08:20 +0100" startDate="2018-01-16 13:04:12 +0100" endDate="2018-01-16 13:12:25 +0100" value="0.32839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 14:08:20 +0100" startDate="2018-01-16 13:18:29 +0100" endDate="2018-01-16 13:28:28 +0100" value="0.2914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 14:08:20 +0100" startDate="2018-01-16 13:28:28 +0100" endDate="2018-01-16 13:38:28 +0100" value="0.13855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 14:08:20 +0100" startDate="2018-01-16 13:38:28 +0100" endDate="2018-01-16 13:44:43 +0100" value="0.44817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 14:08:20 +0100" startDate="2018-01-16 13:44:43 +0100" endDate="2018-01-16 13:50:12 +0100" value="0.00635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 15:04:09 +0100" startDate="2018-01-16 14:19:41 +0100" endDate="2018-01-16 14:26:04 +0100" value="0.02041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 16:02:09 +0100" startDate="2018-01-16 15:45:00 +0100" endDate="2018-01-16 15:55:00 +0100" value="0.20976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 17:03:57 +0100" startDate="2018-01-16 15:55:00 +0100" endDate="2018-01-16 16:04:43 +0100" value="0.40099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 17:03:57 +0100" startDate="2018-01-16 16:04:43 +0100" endDate="2018-01-16 16:14:42 +0100" value="0.61202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 17:03:57 +0100" startDate="2018-01-16 16:14:42 +0100" endDate="2018-01-16 16:19:31 +0100" value="0.02266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 17:03:57 +0100" startDate="2018-01-16 16:19:31 +0100" endDate="2018-01-16 16:29:23 +0100" value="0.08988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 17:03:57 +0100" startDate="2018-01-16 16:41:55 +0100" endDate="2018-01-16 16:48:30 +0100" value="0.0284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 18:03:35 +0100" startDate="2018-01-16 17:00:31 +0100" endDate="2018-01-16 17:10:30 +0100" value="0.37221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 18:03:35 +0100" startDate="2018-01-16 17:10:30 +0100" endDate="2018-01-16 17:20:20 +0100" value="0.2688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 18:03:35 +0100" startDate="2018-01-16 17:20:20 +0100" endDate="2018-01-16 17:30:17 +0100" value="0.22673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 18:03:35 +0100" startDate="2018-01-16 17:30:17 +0100" endDate="2018-01-16 17:31:36 +0100" value="0.06323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 18:03:35 +0100" startDate="2018-01-16 17:35:38 +0100" endDate="2018-01-16 17:45:36 +0100" value="0.21316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 18:03:35 +0100" startDate="2018-01-16 17:45:36 +0100" endDate="2018-01-16 17:55:24 +0100" value="0.26407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 17:55:24 +0100" endDate="2018-01-16 18:04:44 +0100" value="0.37699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 18:04:44 +0100" endDate="2018-01-16 18:14:44 +0100" value="0.1581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 18:14:44 +0100" endDate="2018-01-16 18:17:09 +0100" value="0.06102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 18:21:08 +0100" endDate="2018-01-16 18:31:05 +0100" value="0.2767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 18:31:05 +0100" endDate="2018-01-16 18:37:52 +0100" value="0.21601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 18:45:18 +0100" endDate="2018-01-16 18:52:22 +0100" value="0.02768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 19:05:02 +0100" startDate="2018-01-16 18:52:22 +0100" endDate="2018-01-16 19:00:42 +0100" value="0.11497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 20:03:55 +0100" startDate="2018-01-16 19:10:25 +0100" endDate="2018-01-16 19:18:24 +0100" value="0.03159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 20:03:55 +0100" startDate="2018-01-16 19:18:24 +0100" endDate="2018-01-16 19:24:15 +0100" value="0.03382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 21:14:48 +0100" startDate="2018-01-16 19:58:00 +0100" endDate="2018-01-16 20:07:59 +0100" value="0.27701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 21:14:48 +0100" startDate="2018-01-16 20:07:59 +0100" endDate="2018-01-16 20:13:13 +0100" value="0.26415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 22:19:01 +0100" startDate="2018-01-16 21:22:33 +0100" endDate="2018-01-16 21:29:57 +0100" value="0.02609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 22:19:01 +0100" startDate="2018-01-16 21:34:17 +0100" endDate="2018-01-16 21:44:17 +0100" value="0.29832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 22:19:01 +0100" startDate="2018-01-16 21:44:17 +0100" endDate="2018-01-16 21:48:30 +0100" value="0.17067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-16 23:09:56 +0100" startDate="2018-01-16 22:11:46 +0100" endDate="2018-01-16 22:19:03 +0100" value="0.01327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 08:04:09 +0100" startDate="2018-01-17 07:16:54 +0100" endDate="2018-01-17 07:23:37 +0100" value="0.0332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 09:11:45 +0100" startDate="2018-01-17 08:01:54 +0100" endDate="2018-01-17 08:08:35 +0100" value="0.02125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 09:11:45 +0100" startDate="2018-01-17 08:08:35 +0100" endDate="2018-01-17 08:18:34 +0100" value="0.33123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 09:11:45 +0100" startDate="2018-01-17 08:18:34 +0100" endDate="2018-01-17 08:23:08 +0100" value="0.43641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 09:11:45 +0100" startDate="2018-01-17 08:28:58 +0100" endDate="2018-01-17 08:38:52 +0100" value="0.02358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 09:11:45 +0100" startDate="2018-01-17 08:38:58 +0100" endDate="2018-01-17 08:48:57 +0100" value="0.12677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 09:11:45 +0100" startDate="2018-01-17 08:48:57 +0100" endDate="2018-01-17 08:56:27 +0100" value="0.07904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 11:04:14 +0100" startDate="2018-01-17 10:18:00 +0100" endDate="2018-01-17 10:28:00 +0100" value="0.09272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 11:04:14 +0100" startDate="2018-01-17 10:32:58 +0100" endDate="2018-01-17 10:40:17 +0100" value="0.06859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 11:04:14 +0100" startDate="2018-01-17 10:48:03 +0100" endDate="2018-01-17 10:54:26 +0100" value="0.01475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 12:02:49 +0100" startDate="2018-01-17 11:25:02 +0100" endDate="2018-01-17 11:35:02 +0100" value="0.17781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 12:02:49 +0100" startDate="2018-01-17 11:35:02 +0100" endDate="2018-01-17 11:45:00 +0100" value="0.48974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 12:02:49 +0100" startDate="2018-01-17 11:45:00 +0100" endDate="2018-01-17 11:53:00 +0100" value="0.06576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 13:02:46 +0100" startDate="2018-01-17 12:02:30 +0100" endDate="2018-01-17 12:12:29 +0100" value="0.13895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 13:02:46 +0100" startDate="2018-01-17 12:12:29 +0100" endDate="2018-01-17 12:21:31 +0100" value="0.5762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 13:02:46 +0100" startDate="2018-01-17 12:21:31 +0100" endDate="2018-01-17 12:28:42 +0100" value="0.04345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 13:02:46 +0100" startDate="2018-01-17 12:35:06 +0100" endDate="2018-01-17 12:43:33 +0100" value="0.04557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 14:10:43 +0100" startDate="2018-01-17 13:02:04 +0100" endDate="2018-01-17 13:11:51 +0100" value="0.04598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 14:10:43 +0100" startDate="2018-01-17 13:11:51 +0100" endDate="2018-01-17 13:17:07 +0100" value="0.04736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 16:13:51 +0100" startDate="2018-01-17 14:54:42 +0100" endDate="2018-01-17 15:03:23 +0100" value="0.02757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 16:13:51 +0100" startDate="2018-01-17 15:42:28 +0100" endDate="2018-01-17 15:50:49 +0100" value="0.07055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 17:40:59 +0100" startDate="2018-01-17 16:29:40 +0100" endDate="2018-01-17 16:39:30 +0100" value="0.03756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 17:40:59 +0100" startDate="2018-01-17 16:39:30 +0100" endDate="2018-01-17 16:49:29 +0100" value="0.47223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 17:40:59 +0100" startDate="2018-01-17 16:49:29 +0100" endDate="2018-01-17 16:59:28 +0100" value="0.73917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 17:40:59 +0100" startDate="2018-01-17 16:59:28 +0100" endDate="2018-01-17 17:08:08 +0100" value="0.13805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 17:40:59 +0100" startDate="2018-01-17 17:27:11 +0100" endDate="2018-01-17 17:37:10 +0100" value="0.07248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 18:39:29 +0100" startDate="2018-01-17 17:37:10 +0100" endDate="2018-01-17 17:39:48 +0100" value="0.0149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 21:37:59 +0100" startDate="2018-01-17 21:11:14 +0100" endDate="2018-01-17 21:17:24 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 21:37:59 +0100" startDate="2018-01-17 21:17:24 +0100" endDate="2018-01-17 21:23:52 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.1, creation date:2017-12-25 16:43:54 +0000&gt;" unit="km" creationDate="2018-01-17 22:41:48 +0100" startDate="2018-01-17 22:09:58 +0100" endDate="2018-01-17 22:18:38 +0100" value="0.02545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 07:37:49 +0100" startDate="2018-01-18 07:06:36 +0100" endDate="2018-01-18 07:13:24 +0100" value="0.03161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 09:12:43 +0100" startDate="2018-01-18 07:34:56 +0100" endDate="2018-01-18 07:41:54 +0100" value="0.02856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 09:12:43 +0100" startDate="2018-01-18 07:43:56 +0100" endDate="2018-01-18 07:53:55 +0100" value="0.06272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 09:12:43 +0100" startDate="2018-01-18 07:53:55 +0100" endDate="2018-01-18 08:03:51 +0100" value="0.76371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 09:12:43 +0100" startDate="2018-01-18 08:03:51 +0100" endDate="2018-01-18 08:13:49 +0100" value="0.74649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 09:12:43 +0100" startDate="2018-01-18 08:13:49 +0100" endDate="2018-01-18 08:22:13 +0100" value="0.34461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 09:12:43 +0100" startDate="2018-01-18 08:43:41 +0100" endDate="2018-01-18 08:50:02 +0100" value="0.01218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 09:38:16 +0100" startDate="2018-01-18 09:05:03 +0100" endDate="2018-01-18 09:13:46 +0100" value="0.02055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 09:38:16 +0100" startDate="2018-01-18 09:13:46 +0100" endDate="2018-01-18 09:19:13 +0100" value="0.03596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 09:38:16 +0100" startDate="2018-01-18 09:19:43 +0100" endDate="2018-01-18 09:28:44 +0100" value="0.0251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 11:00:58 +0100" startDate="2018-01-18 09:28:44 +0100" endDate="2018-01-18 09:37:45 +0100" value="0.0126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 11:00:58 +0100" startDate="2018-01-18 09:45:40 +0100" endDate="2018-01-18 09:54:26 +0100" value="0.04722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 11:00:58 +0100" startDate="2018-01-18 09:55:40 +0100" endDate="2018-01-18 10:01:40 +0100" value="0.0061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 11:00:58 +0100" startDate="2018-01-18 10:05:57 +0100" endDate="2018-01-18 10:15:56 +0100" value="0.27495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 11:00:58 +0100" startDate="2018-01-18 10:15:56 +0100" endDate="2018-01-18 10:25:46 +0100" value="0.71579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 11:42:18 +0100" startDate="2018-01-18 10:52:29 +0100" endDate="2018-01-18 11:00:57 +0100" value="0.07388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 11:42:18 +0100" startDate="2018-01-18 11:06:55 +0100" endDate="2018-01-18 11:13:59 +0100" value="0.01396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 11:42:18 +0100" startDate="2018-01-18 11:13:59 +0100" endDate="2018-01-18 11:23:20 +0100" value="0.0478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 11:42:18 +0100" startDate="2018-01-18 11:24:48 +0100" endDate="2018-01-18 11:34:47 +0100" value="0.24452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 12:39:39 +0100" startDate="2018-01-18 11:34:47 +0100" endDate="2018-01-18 11:44:06 +0100" value="0.56904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 12:39:39 +0100" startDate="2018-01-18 12:04:39 +0100" endDate="2018-01-18 12:14:38 +0100" value="0.37131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 12:39:39 +0100" startDate="2018-01-18 12:14:38 +0100" endDate="2018-01-18 12:23:44 +0100" value="0.44562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 12:39:39 +0100" startDate="2018-01-18 12:23:44 +0100" endDate="2018-01-18 12:31:37 +0100" value="0.07344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 13:42:33 +0100" startDate="2018-01-18 12:56:09 +0100" endDate="2018-01-18 13:05:02 +0100" value="0.04711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 13:42:33 +0100" startDate="2018-01-18 13:17:21 +0100" endDate="2018-01-18 13:25:44 +0100" value="0.0758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 14:42:27 +0100" startDate="2018-01-18 13:53:35 +0100" endDate="2018-01-18 14:02:07 +0100" value="0.06101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 14:42:27 +0100" startDate="2018-01-18 14:02:07 +0100" endDate="2018-01-18 14:12:06 +0100" value="0.01415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 14:42:27 +0100" startDate="2018-01-18 14:12:06 +0100" endDate="2018-01-18 14:19:05 +0100" value="0.07563"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 14:42:27 +0100" startDate="2018-01-18 14:19:57 +0100" endDate="2018-01-18 14:26:38 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 16:40:01 +0100" startDate="2018-01-18 15:48:02 +0100" endDate="2018-01-18 15:54:10 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 16:40:01 +0100" startDate="2018-01-18 16:11:40 +0100" endDate="2018-01-18 16:21:39 +0100" value="0.04422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 17:39:44 +0100" startDate="2018-01-18 16:41:47 +0100" endDate="2018-01-18 16:48:35 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 17:39:44 +0100" startDate="2018-01-18 16:55:50 +0100" endDate="2018-01-18 17:05:49 +0100" value="0.10089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 17:39:44 +0100" startDate="2018-01-18 17:05:49 +0100" endDate="2018-01-18 17:15:47 +0100" value="0.57209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 17:39:44 +0100" startDate="2018-01-18 17:15:47 +0100" endDate="2018-01-18 17:19:55 +0100" value="0.02445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cff980&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 17:39:44 +0100" startDate="2018-01-18 17:24:09 +0100" endDate="2018-01-18 17:33:56 +0100" value="0.04485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 17:33:56 +0100" endDate="2018-01-18 17:41:15 +0100" value="0.41265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 17:41:15 +0100" endDate="2018-01-18 17:49:22 +0100" value="0.12829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 17:49:22 +0100" endDate="2018-01-18 17:59:20 +0100" value="0.37489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 17:59:20 +0100" endDate="2018-01-18 18:04:47 +0100" value="0.03526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 18:04:47 +0100" endDate="2018-01-18 18:13:15 +0100" value="0.02839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 18:13:15 +0100" endDate="2018-01-18 18:20:44 +0100" value="0.04051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 18:23:23 +0100" endDate="2018-01-18 18:33:22 +0100" value="0.05224"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 18:50:40 +0100" startDate="2018-01-18 18:33:22 +0100" endDate="2018-01-18 18:38:40 +0100" value="0.11025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 19:42:05 +0100" startDate="2018-01-18 18:43:23 +0100" endDate="2018-01-18 18:52:07 +0100" value="0.04606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 19:42:05 +0100" startDate="2018-01-18 18:56:45 +0100" endDate="2018-01-18 19:06:43 +0100" value="0.27613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 19:42:05 +0100" startDate="2018-01-18 19:06:43 +0100" endDate="2018-01-18 19:16:27 +0100" value="0.1292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 19:42:05 +0100" startDate="2018-01-18 19:19:18 +0100" endDate="2018-01-18 19:29:18 +0100" value="0.28948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 19:42:05 +0100" startDate="2018-01-18 19:29:18 +0100" endDate="2018-01-18 19:38:44 +0100" value="0.30488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 20:40:11 +0100" startDate="2018-01-18 19:38:44 +0100" endDate="2018-01-18 19:46:10 +0100" value="0.25426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 20:40:11 +0100" startDate="2018-01-18 20:18:01 +0100" endDate="2018-01-18 20:24:09 +0100" value="0.00387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 23:12:09 +0100" startDate="2018-01-18 22:43:53 +0100" endDate="2018-01-18 22:53:29 +0100" value="0.3354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 23:12:09 +0100" startDate="2018-01-18 22:53:29 +0100" endDate="2018-01-18 23:03:27 +0100" value="0.68849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-18 23:39:14 +0100" startDate="2018-01-18 23:03:27 +0100" endDate="2018-01-18 23:12:11 +0100" value="0.01326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 07:42:04 +0100" startDate="2018-01-19 07:03:02 +0100" endDate="2018-01-19 07:12:31 +0100" value="0.02799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 07:42:04 +0100" startDate="2018-01-19 07:12:31 +0100" endDate="2018-01-19 07:16:31 +0100" value="0.0272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 07:42:04 +0100" startDate="2018-01-19 07:28:08 +0100" endDate="2018-01-19 07:37:01 +0100" value="0.019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 08:38:10 +0100" startDate="2018-01-19 07:37:01 +0100" endDate="2018-01-19 07:46:59 +0100" value="0.18521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 08:38:10 +0100" startDate="2018-01-19 07:46:59 +0100" endDate="2018-01-19 07:56:58 +0100" value="1.08937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 08:38:10 +0100" startDate="2018-01-19 07:56:58 +0100" endDate="2018-01-19 08:03:22 +0100" value="0.20059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 08:38:10 +0100" startDate="2018-01-19 08:09:32 +0100" endDate="2018-01-19 08:16:10 +0100" value="0.00249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 08:38:10 +0100" startDate="2018-01-19 08:16:10 +0100" endDate="2018-01-19 08:26:08 +0100" value="0.41723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 08:38:10 +0100" startDate="2018-01-19 08:26:08 +0100" endDate="2018-01-19 08:31:11 +0100" value="0.44982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 09:45:12 +0100" startDate="2018-01-19 08:46:55 +0100" endDate="2018-01-19 08:55:18 +0100" value="0.056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 10:42:37 +0100" startDate="2018-01-19 10:23:01 +0100" endDate="2018-01-19 10:32:50 +0100" value="0.04199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 11:39:48 +0100" startDate="2018-01-19 11:16:55 +0100" endDate="2018-01-19 11:26:55 +0100" value="0.13089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 11:39:48 +0100" startDate="2018-01-19 11:26:55 +0100" endDate="2018-01-19 11:36:55 +0100" value="0.70533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 12:40:14 +0100" startDate="2018-01-19 11:36:55 +0100" endDate="2018-01-19 11:39:48 +0100" value="0.00192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 12:40:14 +0100" startDate="2018-01-19 11:53:30 +0100" endDate="2018-01-19 12:03:29 +0100" value="0.30168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 12:40:14 +0100" startDate="2018-01-19 12:03:29 +0100" endDate="2018-01-19 12:13:10 +0100" value="0.51493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 12:40:14 +0100" startDate="2018-01-19 12:13:10 +0100" endDate="2018-01-19 12:22:41 +0100" value="0.07878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 12:40:14 +0100" startDate="2018-01-19 12:25:43 +0100" endDate="2018-01-19 12:32:22 +0100" value="0.02652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 13:50:47 +0100" startDate="2018-01-19 12:32:22 +0100" endDate="2018-01-19 12:42:20 +0100" value="0.03424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 13:50:47 +0100" startDate="2018-01-19 12:42:20 +0100" endDate="2018-01-19 12:52:20 +0100" value="0.86378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 13:50:47 +0100" startDate="2018-01-19 12:52:20 +0100" endDate="2018-01-19 12:55:39 +0100" value="0.29171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 13:50:47 +0100" startDate="2018-01-19 13:19:53 +0100" endDate="2018-01-19 13:29:53 +0100" value="0.46275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 13:50:47 +0100" startDate="2018-01-19 13:29:53 +0100" endDate="2018-01-19 13:39:45 +0100" value="0.60562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 13:50:47 +0100" startDate="2018-01-19 13:39:45 +0100" endDate="2018-01-19 13:43:00 +0100" value="0.02842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 14:40:51 +0100" startDate="2018-01-19 13:43:00 +0100" endDate="2018-01-19 13:52:58 +0100" value="0.13947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 14:40:51 +0100" startDate="2018-01-19 13:52:58 +0100" endDate="2018-01-19 13:58:10 +0100" value="0.16406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 14:40:51 +0100" startDate="2018-01-19 14:00:04 +0100" endDate="2018-01-19 14:10:02 +0100" value="0.38725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 14:40:51 +0100" startDate="2018-01-19 14:10:02 +0100" endDate="2018-01-19 14:12:59 +0100" value="0.00424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 17:39:32 +0100" startDate="2018-01-19 16:39:56 +0100" endDate="2018-01-19 16:49:53 +0100" value="0.2355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 17:39:32 +0100" startDate="2018-01-19 16:49:53 +0100" endDate="2018-01-19 16:59:52 +0100" value="0.48126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 17:39:32 +0100" startDate="2018-01-19 16:59:52 +0100" endDate="2018-01-19 17:09:47 +0100" value="0.78001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 17:39:32 +0100" startDate="2018-01-19 17:09:47 +0100" endDate="2018-01-19 17:18:54 +0100" value="0.12123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 17:39:32 +0100" startDate="2018-01-19 17:18:54 +0100" endDate="2018-01-19 17:23:12 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 18:40:34 +0100" startDate="2018-01-19 18:08:46 +0100" endDate="2018-01-19 18:18:44 +0100" value="0.01088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 19:40:56 +0100" startDate="2018-01-19 18:35:02 +0100" endDate="2018-01-19 18:44:45 +0100" value="0.05812"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 19:40:56 +0100" startDate="2018-01-19 18:44:45 +0100" endDate="2018-01-19 18:49:23 +0100" value="0.02398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 19:40:56 +0100" startDate="2018-01-19 19:12:50 +0100" endDate="2018-01-19 19:19:26 +0100" value="0.02359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 19:40:56 +0100" startDate="2018-01-19 19:20:21 +0100" endDate="2018-01-19 19:26:57 +0100" value="0.01029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-19 20:41:04 +0100" startDate="2018-01-19 19:47:06 +0100" endDate="2018-01-19 19:54:30 +0100" value="0.02679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 01:03:09 +0100" startDate="2018-01-20 00:17:22 +0100" endDate="2018-01-20 00:25:50 +0100" value="0.08323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 01:03:09 +0100" startDate="2018-01-20 00:25:50 +0100" endDate="2018-01-20 00:35:48 +0100" value="0.15261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 01:03:09 +0100" startDate="2018-01-20 00:35:48 +0100" endDate="2018-01-20 00:43:27 +0100" value="0.207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 01:03:09 +0100" startDate="2018-01-20 00:43:27 +0100" endDate="2018-01-20 00:53:26 +0100" value="0.21264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 00:53:26 +0100" endDate="2018-01-20 01:00:09 +0100" value="0.09462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:00:09 +0100" endDate="2018-01-20 01:08:29 +0100" value="0.21499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:08:29 +0100" endDate="2018-01-20 01:18:27 +0100" value="0.12471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:18:27 +0100" endDate="2018-01-20 01:28:26 +0100" value="0.33757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:28:26 +0100" endDate="2018-01-20 01:38:20 +0100" value="0.21296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:38:20 +0100" endDate="2018-01-20 01:48:13 +0100" value="0.18423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:48:13 +0100" endDate="2018-01-20 01:57:46 +0100" value="0.09099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 02:07:50 +0100" startDate="2018-01-20 01:57:46 +0100" endDate="2018-01-20 02:07:45 +0100" value="0.11778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 03:09:46 +0100" startDate="2018-01-20 02:07:45 +0100" endDate="2018-01-20 02:14:40 +0100" value="0.04225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 03:09:46 +0100" startDate="2018-01-20 02:14:40 +0100" endDate="2018-01-20 02:24:36 +0100" value="0.07183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 03:09:46 +0100" startDate="2018-01-20 02:24:36 +0100" endDate="2018-01-20 02:33:28 +0100" value="0.14052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 03:09:46 +0100" startDate="2018-01-20 02:33:28 +0100" endDate="2018-01-20 02:43:27 +0100" value="0.13907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 03:09:46 +0100" startDate="2018-01-20 02:43:27 +0100" endDate="2018-01-20 02:53:24 +0100" value="0.14352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 03:09:46 +0100" startDate="2018-01-20 02:53:24 +0100" endDate="2018-01-20 03:01:48 +0100" value="0.04386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 03:57:20 +0100" startDate="2018-01-20 03:01:48 +0100" endDate="2018-01-20 03:11:47 +0100" value="0.05005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 03:57:20 +0100" startDate="2018-01-20 03:11:47 +0100" endDate="2018-01-20 03:21:47 +0100" value="0.21243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 03:57:20 +0100" startDate="2018-01-20 03:21:47 +0100" endDate="2018-01-20 03:31:36 +0100" value="0.18151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 03:51:09 +0100" endDate="2018-01-20 03:59:09 +0100" value="0.02853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 03:59:09 +0100" endDate="2018-01-20 04:09:06 +0100" value="0.20944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 04:09:06 +0100" endDate="2018-01-20 04:19:04 +0100" value="0.46745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 04:19:04 +0100" endDate="2018-01-20 04:26:49 +0100" value="0.11895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 04:26:49 +0100" endDate="2018-01-20 04:31:42 +0100" value="0.02874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 07:42:57 +0100" endDate="2018-01-20 07:49:14 +0100" value="0.00496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 07:49:14 +0100" endDate="2018-01-20 07:55:42 +0100" value="0.01442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 09:06:57 +0100" endDate="2018-01-20 09:13:46 +0100" value="0.02092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 09:13:46 +0100" endDate="2018-01-20 09:20:49 +0100" value="0.02874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 10:02:43 +0100" endDate="2018-01-20 10:12:10 +0100" value="0.08259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 10:12:10 +0100" endDate="2018-01-20 10:16:18 +0100" value="0.19864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:36:22 +0100" startDate="2018-01-20 10:26:11 +0100" endDate="2018-01-20 10:36:11 +0100" value="0.17405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 10:51:58 +0100" startDate="2018-01-20 10:36:11 +0100" endDate="2018-01-20 10:39:06 +0100" value="0.07301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 11:08:12 +0100" startDate="2018-01-20 10:48:47 +0100" endDate="2018-01-20 10:57:03 +0100" value="0.03908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 11:47:10 +0100" startDate="2018-01-20 10:57:03 +0100" endDate="2018-01-20 11:06:57 +0100" value="0.05296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 11:47:10 +0100" startDate="2018-01-20 11:06:57 +0100" endDate="2018-01-20 11:16:38 +0100" value="0.0911"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 11:47:10 +0100" startDate="2018-01-20 11:16:38 +0100" endDate="2018-01-20 11:26:36 +0100" value="0.13539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 11:47:10 +0100" startDate="2018-01-20 11:26:36 +0100" endDate="2018-01-20 11:36:34 +0100" value="0.54232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 11:47:10 +0100" startDate="2018-01-20 11:36:34 +0100" endDate="2018-01-20 11:44:19 +0100" value="0.12927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 11:44:19 +0100" endDate="2018-01-20 11:54:17 +0100" value="0.01337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 11:54:17 +0100" endDate="2018-01-20 12:00:45 +0100" value="0.25569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 12:00:45 +0100" endDate="2018-01-20 12:10:43 +0100" value="0.13756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 12:10:43 +0100" endDate="2018-01-20 12:20:42 +0100" value="0.22518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 12:20:42 +0100" endDate="2018-01-20 12:30:40 +0100" value="0.13244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 12:30:40 +0100" endDate="2018-01-20 12:40:39 +0100" value="0.16609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 12:51:35 +0100" startDate="2018-01-20 12:40:39 +0100" endDate="2018-01-20 12:49:43 +0100" value="0.42068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 13:47:25 +0100" startDate="2018-01-20 12:49:43 +0100" endDate="2018-01-20 12:58:09 +0100" value="0.20771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 13:47:25 +0100" startDate="2018-01-20 12:58:09 +0100" endDate="2018-01-20 13:03:51 +0100" value="0.11679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 14:47:52 +0100" startDate="2018-01-20 13:41:12 +0100" endDate="2018-01-20 13:51:12 +0100" value="0.00376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 14:47:52 +0100" startDate="2018-01-20 13:51:12 +0100" endDate="2018-01-20 13:53:47 +0100" value="0.03589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 14:47:52 +0100" startDate="2018-01-20 14:13:54 +0100" endDate="2018-01-20 14:23:53 +0100" value="0.30456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 14:47:52 +0100" startDate="2018-01-20 14:23:53 +0100" endDate="2018-01-20 14:33:40 +0100" value="0.06094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 15:46:40 +0100" startDate="2018-01-20 15:33:34 +0100" endDate="2018-01-20 15:43:32 +0100" value="0.16776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 16:46:40 +0100" startDate="2018-01-20 15:43:32 +0100" endDate="2018-01-20 15:52:52 +0100" value="0.34183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 17:53:24 +0100" startDate="2018-01-20 16:46:47 +0100" endDate="2018-01-20 16:56:46 +0100" value="0.08845"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 17:53:24 +0100" startDate="2018-01-20 16:56:46 +0100" endDate="2018-01-20 17:04:03 +0100" value="0.14162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 17:53:24 +0100" startDate="2018-01-20 17:04:03 +0100" endDate="2018-01-20 17:10:18 +0100" value="0.01936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 17:53:24 +0100" startDate="2018-01-20 17:10:18 +0100" endDate="2018-01-20 17:16:12 +0100" value="0.01515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 17:53:24 +0100" startDate="2018-01-20 17:33:39 +0100" endDate="2018-01-20 17:43:23 +0100" value="0.06849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 18:47:15 +0100" startDate="2018-01-20 17:58:22 +0100" endDate="2018-01-20 18:06:35 +0100" value="0.04664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 19:47:41 +0100" startDate="2018-01-20 19:15:14 +0100" endDate="2018-01-20 19:21:45 +0100" value="0.02022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 19:47:41 +0100" startDate="2018-01-20 19:28:05 +0100" endDate="2018-01-20 19:36:04 +0100" value="0.03763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-20 22:29:13 +0100" startDate="2018-01-20 21:54:56 +0100" endDate="2018-01-20 22:04:23 +0100" value="0.04406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 07:51:54 +0100" startDate="2018-01-21 07:20:39 +0100" endDate="2018-01-21 07:27:20 +0100" value="0.02652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 08:47:29 +0100" startDate="2018-01-21 07:52:42 +0100" endDate="2018-01-21 08:02:34 +0100" value="0.10123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 08:47:29 +0100" startDate="2018-01-21 08:25:50 +0100" endDate="2018-01-21 08:35:20 +0100" value="0.09938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 08:47:29 +0100" startDate="2018-01-21 08:35:20 +0100" endDate="2018-01-21 08:40:01 +0100" value="0.07522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 10:52:08 +0100" startDate="2018-01-21 09:46:20 +0100" endDate="2018-01-21 09:52:51 +0100" value="0.01471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 10:52:08 +0100" startDate="2018-01-21 09:58:05 +0100" endDate="2018-01-21 10:04:21 +0100" value="0.0114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 12:56:21 +0100" startDate="2018-01-21 11:48:58 +0100" endDate="2018-01-21 11:56:55 +0100" value="0.05148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 13:48:11 +0100" startDate="2018-01-21 13:02:14 +0100" endDate="2018-01-21 13:11:39 +0100" value="0.03744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 13:48:11 +0100" startDate="2018-01-21 13:11:39 +0100" endDate="2018-01-21 13:13:57 +0100" value="0.02158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 13:46:39 +0100" endDate="2018-01-21 13:55:04 +0100" value="0.03237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 13:55:04 +0100" endDate="2018-01-21 14:04:40 +0100" value="0.05185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 14:04:40 +0100" endDate="2018-01-21 14:13:56 +0100" value="0.21511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 14:13:56 +0100" endDate="2018-01-21 14:20:00 +0100" value="0.04553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 14:20:00 +0100" endDate="2018-01-21 14:29:49 +0100" value="0.09224"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 14:29:49 +0100" endDate="2018-01-21 14:39:28 +0100" value="0.13405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 14:53:46 +0100" startDate="2018-01-21 14:39:28 +0100" endDate="2018-01-21 14:47:40 +0100" value="0.11328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 15:49:12 +0100" startDate="2018-01-21 14:47:40 +0100" endDate="2018-01-21 14:57:36 +0100" value="0.12777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 15:49:12 +0100" startDate="2018-01-21 14:57:36 +0100" endDate="2018-01-21 15:07:35 +0100" value="0.18397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 15:49:12 +0100" startDate="2018-01-21 15:07:35 +0100" endDate="2018-01-21 15:17:32 +0100" value="0.17321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 15:49:12 +0100" startDate="2018-01-21 15:17:32 +0100" endDate="2018-01-21 15:25:12 +0100" value="0.15174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 15:49:12 +0100" startDate="2018-01-21 15:25:12 +0100" endDate="2018-01-21 15:34:17 +0100" value="0.12443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 15:49:12 +0100" startDate="2018-01-21 15:34:17 +0100" endDate="2018-01-21 15:43:23 +0100" value="0.16303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 16:53:58 +0100" startDate="2018-01-21 15:43:23 +0100" endDate="2018-01-21 15:52:43 +0100" value="0.13296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 16:53:58 +0100" startDate="2018-01-21 15:52:43 +0100" endDate="2018-01-21 16:02:35 +0100" value="0.14834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 16:53:58 +0100" startDate="2018-01-21 16:02:35 +0100" endDate="2018-01-21 16:12:34 +0100" value="0.27262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 16:53:58 +0100" startDate="2018-01-21 16:12:34 +0100" endDate="2018-01-21 16:18:19 +0100" value="0.09512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 16:53:58 +0100" startDate="2018-01-21 16:20:20 +0100" endDate="2018-01-21 16:29:55 +0100" value="0.02613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 16:53:58 +0100" startDate="2018-01-21 16:29:55 +0100" endDate="2018-01-21 16:34:45 +0100" value="0.07659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 17:49:04 +0100" startDate="2018-01-21 16:54:59 +0100" endDate="2018-01-21 17:01:22 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 18:46:57 +0100" startDate="2018-01-21 17:46:38 +0100" endDate="2018-01-21 17:56:36 +0100" value="0.17723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 18:46:57 +0100" startDate="2018-01-21 17:56:36 +0100" endDate="2018-01-21 18:06:34 +0100" value="0.3557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 18:46:57 +0100" startDate="2018-01-21 18:06:34 +0100" endDate="2018-01-21 18:16:32 +0100" value="0.28016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 18:46:57 +0100" startDate="2018-01-21 18:16:32 +0100" endDate="2018-01-21 18:20:42 +0100" value="0.06215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 18:46:57 +0100" startDate="2018-01-21 18:26:13 +0100" endDate="2018-01-21 18:36:13 +0100" value="0.08347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 18:46:57 +0100" startDate="2018-01-21 18:36:13 +0100" endDate="2018-01-21 18:45:30 +0100" value="0.07612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 19:52:53 +0100" startDate="2018-01-21 18:53:50 +0100" endDate="2018-01-21 19:01:07 +0100" value="0.02279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 19:52:53 +0100" startDate="2018-01-21 19:01:07 +0100" endDate="2018-01-21 19:09:58 +0100" value="0.14937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 20:50:11 +0100" startDate="2018-01-21 19:53:37 +0100" endDate="2018-01-21 20:03:36 +0100" value="0.32996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 20:50:11 +0100" startDate="2018-01-21 20:03:36 +0100" endDate="2018-01-21 20:13:34 +0100" value="0.18913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 20:50:11 +0100" startDate="2018-01-21 20:19:45 +0100" endDate="2018-01-21 20:26:26 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-21 20:50:11 +0100" startDate="2018-01-21 20:30:59 +0100" endDate="2018-01-21 20:37:32 +0100" value="0.01056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 06:46:54 +0100" startDate="2018-01-22 06:16:07 +0100" endDate="2018-01-22 06:25:06 +0100" value="0.02246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 07:46:58 +0100" startDate="2018-01-22 06:38:10 +0100" endDate="2018-01-22 06:48:04 +0100" value="0.01562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 07:46:58 +0100" startDate="2018-01-22 06:48:04 +0100" endDate="2018-01-22 06:53:56 +0100" value="0.05066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 07:46:58 +0100" startDate="2018-01-22 06:53:56 +0100" endDate="2018-01-22 07:01:36 +0100" value="0.01519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 07:46:58 +0100" startDate="2018-01-22 07:13:25 +0100" endDate="2018-01-22 07:20:13 +0100" value="0.02077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 07:46:58 +0100" startDate="2018-01-22 07:21:51 +0100" endDate="2018-01-22 07:29:18 +0100" value="0.013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 07:46:58 +0100" startDate="2018-01-22 07:29:18 +0100" endDate="2018-01-22 07:39:18 +0100" value="0.37038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 08:50:17 +0100" startDate="2018-01-22 07:39:18 +0100" endDate="2018-01-22 07:45:25 +0100" value="0.38993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 08:50:17 +0100" startDate="2018-01-22 07:50:55 +0100" endDate="2018-01-22 08:00:54 +0100" value="0.06656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 08:50:17 +0100" startDate="2018-01-22 08:00:54 +0100" endDate="2018-01-22 08:02:39 +0100" value="0.02571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 08:50:17 +0100" startDate="2018-01-22 08:05:38 +0100" endDate="2018-01-22 08:13:15 +0100" value="0.06501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 09:53:55 +0100" startDate="2018-01-22 09:05:09 +0100" endDate="2018-01-22 09:11:12 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 09:53:55 +0100" startDate="2018-01-22 09:20:30 +0100" endDate="2018-01-22 09:30:24 +0100" value="0.03273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 09:53:55 +0100" startDate="2018-01-22 09:30:24 +0100" endDate="2018-01-22 09:36:36 +0100" value="0.01107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 09:53:55 +0100" startDate="2018-01-22 09:40:08 +0100" endDate="2018-01-22 09:46:59 +0100" value="0.03968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 11:51:01 +0100" startDate="2018-01-22 10:53:23 +0100" endDate="2018-01-22 11:03:23 +0100" value="0.07432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 11:51:01 +0100" startDate="2018-01-22 11:03:23 +0100" endDate="2018-01-22 11:05:25 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 11:51:01 +0100" startDate="2018-01-22 11:24:47 +0100" endDate="2018-01-22 11:32:03 +0100" value="0.00934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 12:46:37 +0100" startDate="2018-01-22 11:41:56 +0100" endDate="2018-01-22 11:51:12 +0100" value="0.09273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 12:46:37 +0100" startDate="2018-01-22 11:51:12 +0100" endDate="2018-01-22 12:01:10 +0100" value="0.10683"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 12:46:37 +0100" startDate="2018-01-22 12:01:10 +0100" endDate="2018-01-22 12:10:56 +0100" value="0.5517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 12:46:37 +0100" startDate="2018-01-22 12:10:56 +0100" endDate="2018-01-22 12:13:21 +0100" value="0.03259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 12:46:37 +0100" startDate="2018-01-22 12:30:13 +0100" endDate="2018-01-22 12:40:12 +0100" value="0.30197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 13:53:55 +0100" startDate="2018-01-22 12:40:12 +0100" endDate="2018-01-22 12:50:03 +0100" value="0.54113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 13:53:55 +0100" startDate="2018-01-22 12:50:03 +0100" endDate="2018-01-22 12:57:19 +0100" value="0.23587"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 13:53:55 +0100" startDate="2018-01-22 12:57:46 +0100" endDate="2018-01-22 13:07:46 +0100" value="0.04721"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 13:53:55 +0100" startDate="2018-01-22 13:07:46 +0100" endDate="2018-01-22 13:09:38 +0100" value="0.02737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 13:53:55 +0100" startDate="2018-01-22 13:16:24 +0100" endDate="2018-01-22 13:25:48 +0100" value="0.02403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 13:53:55 +0100" startDate="2018-01-22 13:25:48 +0100" endDate="2018-01-22 13:27:37 +0100" value="0.01803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 15:47:16 +0100" startDate="2018-01-22 15:07:11 +0100" endDate="2018-01-22 15:17:11 +0100" value="0.08087"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 15:47:16 +0100" startDate="2018-01-22 15:32:29 +0100" endDate="2018-01-22 15:41:25 +0100" value="0.02369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 16:53:54 +0100" startDate="2018-01-22 15:41:25 +0100" endDate="2018-01-22 15:47:39 +0100" value="0.0282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 16:53:54 +0100" startDate="2018-01-22 15:47:39 +0100" endDate="2018-01-22 15:53:09 +0100" value="0.02258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 17:49:05 +0100" startDate="2018-01-22 17:10:37 +0100" endDate="2018-01-22 17:17:44 +0100" value="0.02874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 19:00:45 +0100" startDate="2018-01-22 17:40:24 +0100" endDate="2018-01-22 17:50:21 +0100" value="0.13803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 19:00:45 +0100" startDate="2018-01-22 17:50:21 +0100" endDate="2018-01-22 18:00:21 +0100" value="0.66771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 20:08:57 +0100" endDate="2018-01-22 20:18:56 +0100" value="0.32912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cffd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 20:18:56 +0100" endDate="2018-01-22 20:28:47 +0100" value="0.68569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 20:28:47 +0100" endDate="2018-01-22 20:38:47 +0100" value="0.09597"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 20:38:47 +0100" endDate="2018-01-22 20:48:47 +0100" value="0.72356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 20:48:47 +0100" endDate="2018-01-22 20:57:26 +0100" value="0.69483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 20:57:26 +0100" endDate="2018-01-22 21:07:24 +0100" value="0.1862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 21:07:24 +0100" endDate="2018-01-22 21:17:22 +0100" value="0.03255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 21:17:22 +0100" endDate="2018-01-22 21:27:21 +0100" value="0.03118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 21:27:21 +0100" endDate="2018-01-22 21:37:18 +0100" value="0.13099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 21:37:18 +0100" endDate="2018-01-22 21:47:16 +0100" value="0.19536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 21:47:16 +0100" endDate="2018-01-22 21:57:14 +0100" value="0.26019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 21:57:14 +0100" endDate="2018-01-22 22:07:06 +0100" value="0.65404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 22:46:04 +0100" startDate="2018-01-22 22:07:06 +0100" endDate="2018-01-22 22:14:07 +0100" value="0.41441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-22 23:01:06 +0100" startDate="2018-01-22 22:39:05 +0100" endDate="2018-01-22 22:46:07 +0100" value="0.03468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 07:56:02 +0100" startDate="2018-01-23 06:47:33 +0100" endDate="2018-01-23 06:55:08 +0100" value="0.01996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 07:56:02 +0100" startDate="2018-01-23 06:55:08 +0100" endDate="2018-01-23 07:00:56 +0100" value="0.00408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 07:56:02 +0100" startDate="2018-01-23 07:06:53 +0100" endDate="2018-01-23 07:15:23 +0100" value="0.08056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 07:56:02 +0100" startDate="2018-01-23 07:15:23 +0100" endDate="2018-01-23 07:24:10 +0100" value="0.08355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 07:56:02 +0100" startDate="2018-01-23 07:24:10 +0100" endDate="2018-01-23 07:28:50 +0100" value="0.01424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 07:56:02 +0100" startDate="2018-01-23 07:42:47 +0100" endDate="2018-01-23 07:49:17 +0100" value="0.01238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 08:57:28 +0100" startDate="2018-01-23 07:59:42 +0100" endDate="2018-01-23 08:06:33 +0100" value="0.03821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 08:57:28 +0100" startDate="2018-01-23 08:06:33 +0100" endDate="2018-01-23 08:16:30 +0100" value="0.06883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 08:57:28 +0100" startDate="2018-01-23 08:16:30 +0100" endDate="2018-01-23 08:26:29 +0100" value="0.70496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 08:57:28 +0100" startDate="2018-01-23 08:26:29 +0100" endDate="2018-01-23 08:26:34 +0100" value="0.00503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 12:00:05 +0100" startDate="2018-01-23 11:01:57 +0100" endDate="2018-01-23 11:10:53 +0100" value="0.06651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 12:00:05 +0100" startDate="2018-01-23 11:23:02 +0100" endDate="2018-01-23 11:31:56 +0100" value="0.02896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 12:00:05 +0100" startDate="2018-01-23 11:31:56 +0100" endDate="2018-01-23 11:41:55 +0100" value="0.56518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 12:00:05 +0100" startDate="2018-01-23 11:41:55 +0100" endDate="2018-01-23 11:48:32 +0100" value="0.16594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 13:02:22 +0100" startDate="2018-01-23 12:14:01 +0100" endDate="2018-01-23 12:24:00 +0100" value="0.13841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 13:02:22 +0100" startDate="2018-01-23 12:24:00 +0100" endDate="2018-01-23 12:33:59 +0100" value="0.5947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 13:02:22 +0100" startDate="2018-01-23 12:33:59 +0100" endDate="2018-01-23 12:36:07 +0100" value="0.02472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 14:56:33 +0100" startDate="2018-01-23 13:51:06 +0100" endDate="2018-01-23 13:58:56 +0100" value="0.05396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 15:59:54 +0100" startDate="2018-01-23 14:48:56 +0100" endDate="2018-01-23 14:58:56 +0100" value="0.1123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 15:59:54 +0100" startDate="2018-01-23 14:58:56 +0100" endDate="2018-01-23 15:03:45 +0100" value="0.23131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 15:59:54 +0100" startDate="2018-01-23 15:46:45 +0100" endDate="2018-01-23 15:56:44 +0100" value="0.20963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 16:57:46 +0100" startDate="2018-01-23 15:56:44 +0100" endDate="2018-01-23 16:06:40 +0100" value="0.17202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 16:57:46 +0100" startDate="2018-01-23 16:25:21 +0100" endDate="2018-01-23 16:31:21 +0100" value="0.00357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 16:57:46 +0100" startDate="2018-01-23 16:31:28 +0100" endDate="2018-01-23 16:39:50 +0100" value="0.06187"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 17:57:52 +0100" startDate="2018-01-23 17:46:41 +0100" endDate="2018-01-23 17:56:41 +0100" value="0.04492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 19:00:13 +0100" startDate="2018-01-23 17:56:41 +0100" endDate="2018-01-23 18:03:29 +0100" value="0.30656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 19:00:13 +0100" startDate="2018-01-23 18:05:33 +0100" endDate="2018-01-23 18:15:32 +0100" value="0.30897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 19:00:13 +0100" startDate="2018-01-23 18:15:32 +0100" endDate="2018-01-23 18:23:58 +0100" value="0.31033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 19:56:05 +0100" startDate="2018-01-23 18:59:16 +0100" endDate="2018-01-23 19:05:47 +0100" value="0.01883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-23 20:56:23 +0100" startDate="2018-01-23 20:08:32 +0100" endDate="2018-01-23 20:17:04 +0100" value="0.01136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 07:56:41 +0100" startDate="2018-01-24 07:25:22 +0100" endDate="2018-01-24 07:34:59 +0100" value="0.0528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 07:56:41 +0100" startDate="2018-01-24 07:34:59 +0100" endDate="2018-01-24 07:36:31 +0100" value="0.00704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 08:58:35 +0100" startDate="2018-01-24 08:12:38 +0100" endDate="2018-01-24 08:19:29 +0100" value="0.02971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 08:58:35 +0100" startDate="2018-01-24 08:21:17 +0100" endDate="2018-01-24 08:31:16 +0100" value="0.12306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 08:58:35 +0100" startDate="2018-01-24 08:31:16 +0100" endDate="2018-01-24 08:38:45 +0100" value="0.61306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 10:57:41 +0100" startDate="2018-01-24 10:21:20 +0100" endDate="2018-01-24 10:27:58 +0100" value="0.00586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 11:57:19 +0100" startDate="2018-01-24 11:25:59 +0100" endDate="2018-01-24 11:32:55 +0100" value="0.01995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 11:57:19 +0100" startDate="2018-01-24 11:32:55 +0100" endDate="2018-01-24 11:42:48 +0100" value="0.10454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 11:57:19 +0100" startDate="2018-01-24 11:42:48 +0100" endDate="2018-01-24 11:43:44 +0100" value="0.02835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 12:56:02 +0100" startDate="2018-01-24 11:43:44 +0100" endDate="2018-01-24 11:43:46 +0100" value="0.0015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 13:58:00 +0100" startDate="2018-01-24 12:52:14 +0100" endDate="2018-01-24 13:02:13 +0100" value="0.02388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 13:58:00 +0100" startDate="2018-01-24 13:02:13 +0100" endDate="2018-01-24 13:05:03 +0100" value="0.03456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 13:58:00 +0100" startDate="2018-01-24 13:06:46 +0100" endDate="2018-01-24 13:13:32 +0100" value="0.0238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 13:58:00 +0100" startDate="2018-01-24 13:13:32 +0100" endDate="2018-01-24 13:21:53 +0100" value="0.36443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 13:58:00 +0100" startDate="2018-01-24 13:21:53 +0100" endDate="2018-01-24 13:30:02 +0100" value="0.22842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 13:58:00 +0100" startDate="2018-01-24 13:30:02 +0100" endDate="2018-01-24 13:37:38 +0100" value="0.09437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 14:56:03 +0100" startDate="2018-01-24 14:01:37 +0100" endDate="2018-01-24 14:08:46 +0100" value="0.06524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 14:56:03 +0100" startDate="2018-01-24 14:13:44 +0100" endDate="2018-01-24 14:21:07 +0100" value="0.04788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 14:56:03 +0100" startDate="2018-01-24 14:21:07 +0100" endDate="2018-01-24 14:26:20 +0100" value="0.00268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 14:56:03 +0100" startDate="2018-01-24 14:42:10 +0100" endDate="2018-01-24 14:51:05 +0100" value="0.06214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 16:00:34 +0100" startDate="2018-01-24 14:51:05 +0100" endDate="2018-01-24 14:54:14 +0100" value="0.04432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 16:00:34 +0100" startDate="2018-01-24 14:56:43 +0100" endDate="2018-01-24 15:05:10 +0100" value="0.03662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 16:00:34 +0100" startDate="2018-01-24 15:05:10 +0100" endDate="2018-01-24 15:12:46 +0100" value="0.05787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 16:00:34 +0100" startDate="2018-01-24 15:12:46 +0100" endDate="2018-01-24 15:19:38 +0100" value="0.01563"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 16:00:34 +0100" startDate="2018-01-24 15:41:40 +0100" endDate="2018-01-24 15:50:23 +0100" value="0.0415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 16:00:34 +0100" startDate="2018-01-24 15:50:23 +0100" endDate="2018-01-24 15:55:26 +0100" value="0.04298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 16:56:40 +0100" startDate="2018-01-24 15:55:26 +0100" endDate="2018-01-24 16:03:24 +0100" value="0.033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 16:56:40 +0100" startDate="2018-01-24 16:03:24 +0100" endDate="2018-01-24 16:07:05 +0100" value="0.00615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 16:56:40 +0100" startDate="2018-01-24 16:12:14 +0100" endDate="2018-01-24 16:21:53 +0100" value="0.02734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 16:56:40 +0100" startDate="2018-01-24 16:21:53 +0100" endDate="2018-01-24 16:24:31 +0100" value="0.02963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 17:59:15 +0100" startDate="2018-01-24 16:52:47 +0100" endDate="2018-01-24 17:02:36 +0100" value="0.05821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 17:59:15 +0100" startDate="2018-01-24 17:02:36 +0100" endDate="2018-01-24 17:10:19 +0100" value="0.07969"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 18:56:20 +0100" startDate="2018-01-24 17:55:55 +0100" endDate="2018-01-24 18:05:42 +0100" value="0.0315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 18:56:20 +0100" startDate="2018-01-24 18:17:11 +0100" endDate="2018-01-24 18:25:47 +0100" value="0.016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 18:56:20 +0100" startDate="2018-01-24 18:33:25 +0100" endDate="2018-01-24 18:41:17 +0100" value="0.01112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 19:58:54 +0100" startDate="2018-01-24 18:49:42 +0100" endDate="2018-01-24 18:56:09 +0100" value="0.01775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 19:58:54 +0100" startDate="2018-01-24 19:06:24 +0100" endDate="2018-01-24 19:12:34 +0100" value="0.00909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 19:58:54 +0100" startDate="2018-01-24 19:14:51 +0100" endDate="2018-01-24 19:20:56 +0100" value="0.00684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 20:56:40 +0100" startDate="2018-01-24 19:57:17 +0100" endDate="2018-01-24 20:03:19 +0100" value="0.00923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 20:56:40 +0100" startDate="2018-01-24 20:27:16 +0100" endDate="2018-01-24 20:33:44 +0100" value="0.01336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 22:47:22 +0100" startDate="2018-01-24 20:48:55 +0100" endDate="2018-01-24 20:55:28 +0100" value="0.01713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 22:47:22 +0100" startDate="2018-01-24 21:52:31 +0100" endDate="2018-01-24 21:58:34 +0100" value="0.00713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 23:36:35 +0100" startDate="2018-01-24 22:54:32 +0100" endDate="2018-01-24 23:04:31 +0100" value="0.09308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 23:36:35 +0100" startDate="2018-01-24 23:04:31 +0100" endDate="2018-01-24 23:11:58 +0100" value="0.49564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-24 23:36:35 +0100" startDate="2018-01-24 23:15:41 +0100" endDate="2018-01-24 23:21:46 +0100" value="0.00784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 06:56:13 +0100" startDate="2018-01-25 06:31:42 +0100" endDate="2018-01-25 06:38:20 +0100" value="0.00899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 07:57:39 +0100" startDate="2018-01-25 06:50:34 +0100" endDate="2018-01-25 06:56:44 +0100" value="0.00553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 07:57:39 +0100" startDate="2018-01-25 06:56:44 +0100" endDate="2018-01-25 07:01:57 +0100" value="0.02924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 07:57:39 +0100" startDate="2018-01-25 07:46:49 +0100" endDate="2018-01-25 07:53:53 +0100" value="0.01891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 08:57:35 +0100" startDate="2018-01-25 07:53:53 +0100" endDate="2018-01-25 08:03:52 +0100" value="0.06229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 08:57:35 +0100" startDate="2018-01-25 08:03:52 +0100" endDate="2018-01-25 08:13:51 +0100" value="0.5911"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 08:57:35 +0100" startDate="2018-01-25 08:13:51 +0100" endDate="2018-01-25 08:21:15 +0100" value="0.08906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 09:56:41 +0100" startDate="2018-01-25 09:02:57 +0100" endDate="2018-01-25 09:09:43 +0100" value="0.03592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 09:56:41 +0100" startDate="2018-01-25 09:09:43 +0100" endDate="2018-01-25 09:17:50 +0100" value="0.03135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 12:03:48 +0100" startDate="2018-01-25 10:59:50 +0100" endDate="2018-01-25 11:08:34 +0100" value="0.06491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 12:03:48 +0100" startDate="2018-01-25 11:08:34 +0100" endDate="2018-01-25 11:18:33 +0100" value="0.04634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 12:03:48 +0100" startDate="2018-01-25 11:18:33 +0100" endDate="2018-01-25 11:18:45 +0100" value="0.00217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 12:03:48 +0100" startDate="2018-01-25 11:36:26 +0100" endDate="2018-01-25 11:45:01 +0100" value="0.05397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 12:58:55 +0100" startDate="2018-01-25 12:00:11 +0100" endDate="2018-01-25 12:10:11 +0100" value="0.09199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 12:58:55 +0100" startDate="2018-01-25 12:10:11 +0100" endDate="2018-01-25 12:13:14 +0100" value="0.04177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 12:58:55 +0100" startDate="2018-01-25 12:20:00 +0100" endDate="2018-01-25 12:28:33 +0100" value="0.07285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 12:58:55 +0100" startDate="2018-01-25 12:28:33 +0100" endDate="2018-01-25 12:38:08 +0100" value="0.3488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 12:58:55 +0100" startDate="2018-01-25 12:38:08 +0100" endDate="2018-01-25 12:38:57 +0100" value="0.00195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 14:01:50 +0100" startDate="2018-01-25 12:59:30 +0100" endDate="2018-01-25 13:09:29 +0100" value="0.24987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 14:01:50 +0100" startDate="2018-01-25 13:09:29 +0100" endDate="2018-01-25 13:19:12 +0100" value="0.26064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 14:01:50 +0100" startDate="2018-01-25 13:19:12 +0100" endDate="2018-01-25 13:29:09 +0100" value="0.10672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 14:01:50 +0100" startDate="2018-01-25 13:29:09 +0100" endDate="2018-01-25 13:30:38 +0100" value="0.02749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 14:01:50 +0100" startDate="2018-01-25 13:33:25 +0100" endDate="2018-01-25 13:42:30 +0100" value="0.01378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 14:01:50 +0100" startDate="2018-01-25 13:42:30 +0100" endDate="2018-01-25 13:45:36 +0100" value="0.02589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 15:00:55 +0100" startDate="2018-01-25 13:56:36 +0100" endDate="2018-01-25 14:03:32 +0100" value="0.02348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 15:00:55 +0100" startDate="2018-01-25 14:03:32 +0100" endDate="2018-01-25 14:07:48 +0100" value="0.02296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 15:00:55 +0100" startDate="2018-01-25 14:45:14 +0100" endDate="2018-01-25 14:52:54 +0100" value="0.01735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 15:56:37 +0100" startDate="2018-01-25 14:52:54 +0100" endDate="2018-01-25 15:02:45 +0100" value="0.18586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 15:56:37 +0100" startDate="2018-01-25 15:02:45 +0100" endDate="2018-01-25 15:12:20 +0100" value="0.08743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 15:56:37 +0100" startDate="2018-01-25 15:12:20 +0100" endDate="2018-01-25 15:14:10 +0100" value="0.05198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 16:57:52 +0100" startDate="2018-01-25 15:52:56 +0100" endDate="2018-01-25 16:00:36 +0100" value="0.01941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 16:57:52 +0100" startDate="2018-01-25 16:00:36 +0100" endDate="2018-01-25 16:05:44 +0100" value="0.0407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 16:57:52 +0100" startDate="2018-01-25 16:22:29 +0100" endDate="2018-01-25 16:31:22 +0100" value="0.04626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 16:57:52 +0100" startDate="2018-01-25 16:31:22 +0100" endDate="2018-01-25 16:41:20 +0100" value="0.25308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 16:57:52 +0100" startDate="2018-01-25 16:41:20 +0100" endDate="2018-01-25 16:51:19 +0100" value="0.39352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 17:56:05 +0100" startDate="2018-01-25 16:51:19 +0100" endDate="2018-01-25 17:01:12 +0100" value="0.60685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 17:56:05 +0100" startDate="2018-01-25 17:01:12 +0100" endDate="2018-01-25 17:02:49 +0100" value="0.03511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 17:56:05 +0100" startDate="2018-01-25 17:14:21 +0100" endDate="2018-01-25 17:21:17 +0100" value="0.02638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-25 20:44:36 +0100" startDate="2018-01-25 18:53:37 +0100" endDate="2018-01-25 19:00:10 +0100" value="0.00592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 07:17:16 +0100" startDate="2018-01-26 06:43:00 +0100" endDate="2018-01-26 06:49:36 +0100" value="0.04623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 07:17:16 +0100" startDate="2018-01-26 06:49:36 +0100" endDate="2018-01-26 06:53:56 +0100" value="0.0055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 08:13:50 +0100" startDate="2018-01-26 07:22:23 +0100" endDate="2018-01-26 07:31:30 +0100" value="0.02535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 08:13:50 +0100" startDate="2018-01-26 07:31:30 +0100" endDate="2018-01-26 07:41:27 +0100" value="0.20234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 08:13:50 +0100" startDate="2018-01-26 07:41:27 +0100" endDate="2018-01-26 07:48:15 +0100" value="0.5222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 08:13:50 +0100" startDate="2018-01-26 07:51:13 +0100" endDate="2018-01-26 08:01:13 +0100" value="0.05849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 08:13:50 +0100" startDate="2018-01-26 08:01:13 +0100" endDate="2018-01-26 08:08:23 +0100" value="0.04069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 09:14:27 +0100" startDate="2018-01-26 08:08:23 +0100" endDate="2018-01-26 08:13:57 +0100" value="0.02812"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 09:14:27 +0100" startDate="2018-01-26 08:36:11 +0100" endDate="2018-01-26 08:45:51 +0100" value="0.19325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 09:14:27 +0100" startDate="2018-01-26 08:47:59 +0100" endDate="2018-01-26 08:57:33 +0100" value="0.20265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 09:14:27 +0100" startDate="2018-01-26 08:57:33 +0100" endDate="2018-01-26 09:06:29 +0100" value="0.29093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 10:15:47 +0100" startDate="2018-01-26 09:06:29 +0100" endDate="2018-01-26 09:14:47 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 10:15:47 +0100" startDate="2018-01-26 09:14:47 +0100" endDate="2018-01-26 09:24:45 +0100" value="0.28746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 10:15:47 +0100" startDate="2018-01-26 09:24:45 +0100" endDate="2018-01-26 09:34:44 +0100" value="0.15371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 10:15:47 +0100" startDate="2018-01-26 09:34:44 +0100" endDate="2018-01-26 09:42:21 +0100" value="0.00679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 10:15:47 +0100" startDate="2018-01-26 10:03:31 +0100" endDate="2018-01-26 10:11:11 +0100" value="0.02241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 12:14:54 +0100" startDate="2018-01-26 11:32:53 +0100" endDate="2018-01-26 11:42:52 +0100" value="0.19977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 12:14:54 +0100" startDate="2018-01-26 11:42:52 +0100" endDate="2018-01-26 11:47:07 +0100" value="0.17332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 13:16:16 +0100" startDate="2018-01-26 12:29:56 +0100" endDate="2018-01-26 12:39:55 +0100" value="0.29345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 13:16:16 +0100" startDate="2018-01-26 12:39:55 +0100" endDate="2018-01-26 12:49:10 +0100" value="0.21044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 13:16:16 +0100" startDate="2018-01-26 12:49:10 +0100" endDate="2018-01-26 12:56:34 +0100" value="0.0683"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 13:16:16 +0100" startDate="2018-01-26 12:57:59 +0100" endDate="2018-01-26 13:07:58 +0100" value="0.11733"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 14:13:27 +0100" startDate="2018-01-26 13:07:58 +0100" endDate="2018-01-26 13:17:50 +0100" value="0.49568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 14:13:27 +0100" startDate="2018-01-26 13:17:50 +0100" endDate="2018-01-26 13:26:31 +0100" value="0.33877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 15:20:36 +0100" startDate="2018-01-26 14:13:48 +0100" endDate="2018-01-26 14:22:37 +0100" value="0.06626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 15:20:36 +0100" startDate="2018-01-26 14:24:47 +0100" endDate="2018-01-26 14:34:43 +0100" value="0.04635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 15:20:36 +0100" startDate="2018-01-26 14:34:43 +0100" endDate="2018-01-26 14:38:30 +0100" value="0.03722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 18:16:49 +0100" startDate="2018-01-26 17:07:30 +0100" endDate="2018-01-26 17:16:56 +0100" value="0.08235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 18:16:49 +0100" startDate="2018-01-26 17:50:45 +0100" endDate="2018-01-26 18:00:44 +0100" value="0.10098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 18:16:49 +0100" startDate="2018-01-26 18:00:44 +0100" endDate="2018-01-26 18:10:37 +0100" value="0.09728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 19:14:30 +0100" startDate="2018-01-26 18:15:33 +0100" endDate="2018-01-26 18:25:28 +0100" value="0.15663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 19:14:30 +0100" startDate="2018-01-26 18:25:28 +0100" endDate="2018-01-26 18:35:27 +0100" value="0.25231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 19:14:30 +0100" startDate="2018-01-26 18:35:27 +0100" endDate="2018-01-26 18:37:17 +0100" value="0.02168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 20:18:13 +0100" startDate="2018-01-26 19:23:30 +0100" endDate="2018-01-26 19:30:20 +0100" value="0.01907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 22:48:21 +0100" startDate="2018-01-26 21:39:09 +0100" endDate="2018-01-26 21:48:07 +0100" value="0.07716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-26 22:48:21 +0100" startDate="2018-01-26 21:48:07 +0100" endDate="2018-01-26 21:49:49 +0100" value="0.00673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-27 01:39:03 +0100" startDate="2018-01-27 01:19:04 +0100" endDate="2018-01-27 01:25:17 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-27 11:18:26 +0100" startDate="2018-01-27 10:47:12 +0100" endDate="2018-01-27 10:55:57 +0100" value="0.03984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-27 11:18:26 +0100" startDate="2018-01-27 10:55:57 +0100" endDate="2018-01-27 11:03:36 +0100" value="0.13044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-27 12:18:58 +0100" startDate="2018-01-27 11:35:46 +0100" endDate="2018-01-27 11:43:25 +0100" value="0.0433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-27 12:18:58 +0100" startDate="2018-01-27 12:06:34 +0100" endDate="2018-01-27 12:14:53 +0100" value="0.10918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-27 13:19:16 +0100" startDate="2018-01-27 12:14:53 +0100" endDate="2018-01-27 12:18:59 +0100" value="0.00096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-27 18:18:20 +0100" startDate="2018-01-27 17:32:12 +0100" endDate="2018-01-27 17:42:09 +0100" value="0.0229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-27 19:15:22 +0100" startDate="2018-01-27 18:57:44 +0100" endDate="2018-01-27 19:06:15 +0100" value="0.06399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-27 23:07:59 +0100" startDate="2018-01-27 22:45:06 +0100" endDate="2018-01-27 22:52:42 +0100" value="0.06101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-27 23:07:59 +0100" startDate="2018-01-27 22:57:23 +0100" endDate="2018-01-27 23:07:16 +0100" value="0.0843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-27 23:51:47 +0100" startDate="2018-01-27 23:07:16 +0100" endDate="2018-01-27 23:15:10 +0100" value="0.06708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-28 01:37:43 +0100" startDate="2018-01-28 01:11:35 +0100" endDate="2018-01-28 01:18:29 +0100" value="0.01234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-28 09:14:45 +0100" startDate="2018-01-28 08:31:40 +0100" endDate="2018-01-28 08:40:33 +0100" value="0.0545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-28 10:18:47 +0100" startDate="2018-01-28 09:55:28 +0100" endDate="2018-01-28 10:01:43 +0100" value="0.00632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-28 20:32:05 +0100" startDate="2018-01-28 18:15:50 +0100" endDate="2018-01-28 18:24:23 +0100" value="0.00756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-28 21:47:29 +0100" startDate="2018-01-28 20:23:13 +0100" endDate="2018-01-28 20:33:12 +0100" value="0.02542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-28 21:47:29 +0100" startDate="2018-01-28 20:33:12 +0100" endDate="2018-01-28 20:34:13 +0100" value="0.01603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-28 22:17:22 +0100" startDate="2018-01-28 21:41:00 +0100" endDate="2018-01-28 21:48:45 +0100" value="0.00559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 08:24:37 +0100" startDate="2018-01-29 07:46:14 +0100" endDate="2018-01-29 07:56:14 +0100" value="0.01856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 08:24:37 +0100" startDate="2018-01-29 07:56:14 +0100" endDate="2018-01-29 08:00:37 +0100" value="0.14988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 08:24:37 +0100" startDate="2018-01-29 08:04:34 +0100" endDate="2018-01-29 08:14:32 +0100" value="0.09378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 08:24:37 +0100" startDate="2018-01-29 08:14:32 +0100" endDate="2018-01-29 08:16:06 +0100" value="0.07967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 09:18:00 +0100" startDate="2018-01-29 08:16:06 +0100" endDate="2018-01-29 08:26:04 +0100" value="0.0147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 09:18:00 +0100" startDate="2018-01-29 08:26:04 +0100" endDate="2018-01-29 08:35:26 +0100" value="0.10124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 09:18:00 +0100" startDate="2018-01-29 08:43:32 +0100" endDate="2018-01-29 08:51:57 +0100" value="0.01128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 09:18:00 +0100" startDate="2018-01-29 08:58:53 +0100" endDate="2018-01-29 09:06:19 +0100" value="0.04482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 09:18:00 +0100" startDate="2018-01-29 09:06:19 +0100" endDate="2018-01-29 09:09:32 +0100" value="0.0101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 10:18:04 +0100" startDate="2018-01-29 09:21:51 +0100" endDate="2018-01-29 09:28:32 +0100" value="0.01599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 10:18:04 +0100" startDate="2018-01-29 09:31:58 +0100" endDate="2018-01-29 09:41:14 +0100" value="0.00831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 10:18:04 +0100" startDate="2018-01-29 09:49:33 +0100" endDate="2018-01-29 09:59:19 +0100" value="0.06781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 10:18:04 +0100" startDate="2018-01-29 09:59:19 +0100" endDate="2018-01-29 10:05:28 +0100" value="0.07242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 11:22:23 +0100" startDate="2018-01-29 10:15:24 +0100" endDate="2018-01-29 10:18:04 +0100" value="0.01449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 13:22:47 +0100" startDate="2018-01-29 12:10:22 +0100" endDate="2018-01-29 12:19:03 +0100" value="0.05477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 13:22:47 +0100" startDate="2018-01-29 12:22:50 +0100" endDate="2018-01-29 12:29:51 +0100" value="0.04062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 13:22:47 +0100" startDate="2018-01-29 12:48:40 +0100" endDate="2018-01-29 12:54:53 +0100" value="0.01506"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 13:22:47 +0100" startDate="2018-01-29 13:01:34 +0100" endDate="2018-01-29 13:10:53 +0100" value="0.08539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 13:22:47 +0100" startDate="2018-01-29 13:10:53 +0100" endDate="2018-01-29 13:17:46 +0100" value="0.23891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303cfe530&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 14:23:00 +0100" startDate="2018-01-29 13:17:46 +0100" endDate="2018-01-29 13:22:22 +0100" value="0.07447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 14:23:00 +0100" startDate="2018-01-29 13:25:48 +0100" endDate="2018-01-29 13:35:25 +0100" value="0.08688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 14:23:00 +0100" startDate="2018-01-29 13:35:25 +0100" endDate="2018-01-29 13:37:28 +0100" value="0.00807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 14:23:00 +0100" startDate="2018-01-29 13:56:45 +0100" endDate="2018-01-29 14:04:39 +0100" value="0.03544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 15:23:04 +0100" startDate="2018-01-29 14:27:45 +0100" endDate="2018-01-29 14:36:41 +0100" value="0.04858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-29 19:41:09 +0100" startDate="2018-01-29 19:26:23 +0100" endDate="2018-01-29 19:33:25 +0100" value="0.03801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 00:34:38 +0100" startDate="2018-01-29 23:48:58 +0100" endDate="2018-01-29 23:55:06 +0100" value="0.01144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 06:49:12 +0100" startDate="2018-01-30 06:18:13 +0100" endDate="2018-01-30 06:24:18 +0100" value="0.00832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 08:22:05 +0100" startDate="2018-01-30 07:55:36 +0100" endDate="2018-01-30 08:05:04 +0100" value="0.03071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 08:22:05 +0100" startDate="2018-01-30 08:05:04 +0100" endDate="2018-01-30 08:09:29 +0100" value="0.01066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 09:20:16 +0100" startDate="2018-01-30 09:09:11 +0100" endDate="2018-01-30 09:16:17 +0100" value="0.02198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 12:20:31 +0100" startDate="2018-01-30 12:09:45 +0100" endDate="2018-01-30 12:16:13 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 13:19:35 +0100" startDate="2018-01-30 12:59:32 +0100" endDate="2018-01-30 13:09:21 +0100" value="0.11103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 13:19:35 +0100" startDate="2018-01-30 13:09:21 +0100" endDate="2018-01-30 13:16:35 +0100" value="0.00046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 14:18:40 +0100" startDate="2018-01-30 13:41:30 +0100" endDate="2018-01-30 13:51:03 +0100" value="0.08564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 14:18:40 +0100" startDate="2018-01-30 13:51:03 +0100" endDate="2018-01-30 13:58:47 +0100" value="0.02354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 15:18:47 +0100" startDate="2018-01-30 14:16:07 +0100" endDate="2018-01-30 14:23:59 +0100" value="0.06667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 15:18:47 +0100" startDate="2018-01-30 14:23:59 +0100" endDate="2018-01-30 14:28:23 +0100" value="0.01357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 17:21:48 +0100" startDate="2018-01-30 16:17:55 +0100" endDate="2018-01-30 16:27:54 +0100" value="0.08865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 17:21:48 +0100" startDate="2018-01-30 16:27:54 +0100" endDate="2018-01-30 16:28:33 +0100" value="0.00384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 18:19:09 +0100" startDate="2018-01-30 17:29:45 +0100" endDate="2018-01-30 17:36:36 +0100" value="0.04979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 18:19:09 +0100" startDate="2018-01-30 17:36:36 +0100" endDate="2018-01-30 17:42:24 +0100" value="0.01926"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-30 22:17:50 +0100" startDate="2018-01-30 21:49:53 +0100" endDate="2018-01-30 21:58:51 +0100" value="0.04868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-31 09:20:00 +0100" startDate="2018-01-31 08:49:03 +0100" endDate="2018-01-31 08:58:31 +0100" value="0.09975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-31 09:20:00 +0100" startDate="2018-01-31 09:01:55 +0100" endDate="2018-01-31 09:10:33 +0100" value="0.14132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-31 10:17:51 +0100" startDate="2018-01-31 10:05:44 +0100" endDate="2018-01-31 10:12:57 +0100" value="0.01163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-31 11:17:57 +0100" startDate="2018-01-31 10:26:35 +0100" endDate="2018-01-31 10:32:45 +0100" value="0.01296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-31 11:17:57 +0100" startDate="2018-01-31 10:40:08 +0100" endDate="2018-01-31 10:49:59 +0100" value="0.01125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-31 11:17:57 +0100" startDate="2018-01-31 10:53:52 +0100" endDate="2018-01-31 11:02:26 +0100" value="0.0058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-31 11:17:57 +0100" startDate="2018-01-31 11:02:26 +0100" endDate="2018-01-31 11:09:08 +0100" value="0.14377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-31 12:45:15 +0100" startDate="2018-01-31 11:18:49 +0100" endDate="2018-01-31 11:27:25 +0100" value="0.19678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-31 12:45:15 +0100" startDate="2018-01-31 11:27:25 +0100" endDate="2018-01-31 11:33:35 +0100" value="0.04875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.2" device="&lt;&lt;HKDevice: 0x303ca7bb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.2, creation date:2018-01-18 01:44:04 +0000&gt;" unit="km" creationDate="2018-01-31 12:45:15 +0100" startDate="2018-01-31 12:25:51 +0100" endDate="2018-01-31 12:32:19 +0100" value="0.02288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-01-31 14:18:15 +0100" startDate="2018-01-31 13:56:43 +0100" endDate="2018-01-31 14:03:01 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-01-31 15:17:28 +0100" startDate="2018-01-31 14:21:14 +0100" endDate="2018-01-31 14:27:34 +0100" value="0.0044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-01-31 17:27:42 +0100" startDate="2018-01-31 17:01:04 +0100" endDate="2018-01-31 17:07:12 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-01-31 18:18:30 +0100" startDate="2018-01-31 17:45:32 +0100" endDate="2018-01-31 17:55:31 +0100" value="0.04604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-01-31 18:18:30 +0100" startDate="2018-01-31 17:55:31 +0100" endDate="2018-01-31 17:58:22 +0100" value="0.02584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-01-31 20:20:09 +0100" startDate="2018-01-31 18:53:29 +0100" endDate="2018-01-31 19:03:28 +0100" value="0.0016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-01-31 20:20:09 +0100" startDate="2018-01-31 19:50:46 +0100" endDate="2018-01-31 19:57:29 +0100" value="0.02131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-01-31 23:25:53 +0100" startDate="2018-01-31 22:19:57 +0100" endDate="2018-01-31 22:26:31 +0100" value="0.01317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 08:22:21 +0100" startDate="2018-02-01 07:23:22 +0100" endDate="2018-02-01 07:29:37 +0100" value="0.0102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 10:21:56 +0100" startDate="2018-02-01 09:31:08 +0100" endDate="2018-02-01 09:38:46 +0100" value="0.0202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 10:21:56 +0100" startDate="2018-02-01 09:39:21 +0100" endDate="2018-02-01 09:45:29 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 11:17:25 +0100" startDate="2018-02-01 10:41:48 +0100" endDate="2018-02-01 10:51:45 +0100" value="0.10866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 11:17:25 +0100" startDate="2018-02-01 10:51:45 +0100" endDate="2018-02-01 10:53:55 +0100" value="0.12386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 12:18:04 +0100" startDate="2018-02-01 11:09:02 +0100" endDate="2018-02-01 11:19:02 +0100" value="0.08742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 12:18:04 +0100" startDate="2018-02-01 11:19:02 +0100" endDate="2018-02-01 11:28:52 +0100" value="0.22659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 12:18:04 +0100" startDate="2018-02-01 11:28:52 +0100" endDate="2018-02-01 11:38:13 +0100" value="0.11579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 12:18:04 +0100" startDate="2018-02-01 11:38:13 +0100" endDate="2018-02-01 11:48:11 +0100" value="0.17325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 12:18:04 +0100" startDate="2018-02-01 11:48:11 +0100" endDate="2018-02-01 11:58:10 +0100" value="0.0292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 12:18:04 +0100" startDate="2018-02-01 11:58:10 +0100" endDate="2018-02-01 12:05:34 +0100" value="0.09913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 13:21:54 +0100" startDate="2018-02-01 12:14:48 +0100" endDate="2018-02-01 12:23:39 +0100" value="0.06099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 13:21:54 +0100" startDate="2018-02-01 12:23:39 +0100" endDate="2018-02-01 12:31:14 +0100" value="0.08103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 16:22:13 +0100" startDate="2018-02-01 16:01:37 +0100" endDate="2018-02-01 16:08:02 +0100" value="0.00495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 17:17:15 +0100" startDate="2018-02-01 16:16:20 +0100" endDate="2018-02-01 16:22:56 +0100" value="0.02402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 18:17:26 +0100" startDate="2018-02-01 17:46:40 +0100" endDate="2018-02-01 17:52:50 +0100" value="0.00747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-01 22:47:08 +0100" startDate="2018-02-01 22:22:41 +0100" endDate="2018-02-01 22:32:10 +0100" value="0.02918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 00:22:43 +0100" startDate="2018-02-01 23:06:12 +0100" endDate="2018-02-01 23:12:25 +0100" value="0.00849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 07:39:24 +0100" startDate="2018-02-02 07:26:19 +0100" endDate="2018-02-02 07:34:47 +0100" value="0.07279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 08:43:20 +0100" startDate="2018-02-02 07:34:47 +0100" endDate="2018-02-02 07:38:34 +0100" value="0.01276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 08:43:20 +0100" startDate="2018-02-02 07:47:49 +0100" endDate="2018-02-02 07:57:47 +0100" value="0.0721"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 08:43:20 +0100" startDate="2018-02-02 07:57:47 +0100" endDate="2018-02-02 08:07:14 +0100" value="0.03566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 08:43:20 +0100" startDate="2018-02-02 08:07:14 +0100" endDate="2018-02-02 08:17:12 +0100" value="0.18143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 08:43:20 +0100" startDate="2018-02-02 08:17:12 +0100" endDate="2018-02-02 08:18:56 +0100" value="0.05015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 11:44:20 +0100" startDate="2018-02-02 10:58:41 +0100" endDate="2018-02-02 11:08:39 +0100" value="0.12461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 11:44:20 +0100" startDate="2018-02-02 11:08:39 +0100" endDate="2018-02-02 11:17:31 +0100" value="0.39379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 11:44:20 +0100" startDate="2018-02-02 11:17:31 +0100" endDate="2018-02-02 11:27:30 +0100" value="0.26513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 11:44:20 +0100" startDate="2018-02-02 11:27:30 +0100" endDate="2018-02-02 11:37:27 +0100" value="0.27846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 12:39:18 +0100" startDate="2018-02-02 11:37:27 +0100" endDate="2018-02-02 11:46:15 +0100" value="0.25061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 12:39:18 +0100" startDate="2018-02-02 11:46:15 +0100" endDate="2018-02-02 11:55:44 +0100" value="0.16841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 12:39:18 +0100" startDate="2018-02-02 11:55:44 +0100" endDate="2018-02-02 12:03:15 +0100" value="0.12892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 12:39:18 +0100" startDate="2018-02-02 12:03:15 +0100" endDate="2018-02-02 12:11:40 +0100" value="0.05611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 12:39:18 +0100" startDate="2018-02-02 12:11:40 +0100" endDate="2018-02-02 12:19:50 +0100" value="0.08298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 12:39:18 +0100" startDate="2018-02-02 12:19:50 +0100" endDate="2018-02-02 12:29:49 +0100" value="0.12076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 13:40:37 +0100" startDate="2018-02-02 12:29:49 +0100" endDate="2018-02-02 12:39:30 +0100" value="0.27627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 13:40:37 +0100" startDate="2018-02-02 12:39:30 +0100" endDate="2018-02-02 12:49:01 +0100" value="0.1909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 13:40:37 +0100" startDate="2018-02-02 12:49:01 +0100" endDate="2018-02-02 12:56:51 +0100" value="0.08472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 13:40:37 +0100" startDate="2018-02-02 12:57:04 +0100" endDate="2018-02-02 13:03:04 +0100" value="0.01296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 13:40:37 +0100" startDate="2018-02-02 13:21:26 +0100" endDate="2018-02-02 13:31:23 +0100" value="0.14691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 14:41:17 +0100" startDate="2018-02-02 13:31:23 +0100" endDate="2018-02-02 13:41:15 +0100" value="0.16831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 14:41:17 +0100" startDate="2018-02-02 13:41:15 +0100" endDate="2018-02-02 13:51:15 +0100" value="0.2161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 14:41:17 +0100" startDate="2018-02-02 13:51:15 +0100" endDate="2018-02-02 13:57:38 +0100" value="0.17113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 14:41:17 +0100" startDate="2018-02-02 14:02:39 +0100" endDate="2018-02-02 14:12:32 +0100" value="0.19732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 14:41:17 +0100" startDate="2018-02-02 14:12:32 +0100" endDate="2018-02-02 14:22:30 +0100" value="0.37755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 14:41:17 +0100" startDate="2018-02-02 14:22:30 +0100" endDate="2018-02-02 14:26:13 +0100" value="0.23408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 17:41:12 +0100" startDate="2018-02-02 16:43:57 +0100" endDate="2018-02-02 16:51:39 +0100" value="0.04561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 19:12:58 +0100" startDate="2018-02-02 17:51:56 +0100" endDate="2018-02-02 17:59:22 +0100" value="0.04207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 19:12:58 +0100" startDate="2018-02-02 18:10:23 +0100" endDate="2018-02-02 18:19:57 +0100" value="0.09474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 19:12:58 +0100" startDate="2018-02-02 18:45:10 +0100" endDate="2018-02-02 18:52:09 +0100" value="0.0269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 19:40:53 +0100" startDate="2018-02-02 19:06:49 +0100" endDate="2018-02-02 19:16:18 +0100" value="0.04228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 19:40:53 +0100" startDate="2018-02-02 19:22:47 +0100" endDate="2018-02-02 19:32:46 +0100" value="0.07694"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 20:42:04 +0100" startDate="2018-02-02 19:32:46 +0100" endDate="2018-02-02 19:34:56 +0100" value="0.09166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-02 20:42:04 +0100" startDate="2018-02-02 19:53:12 +0100" endDate="2018-02-02 20:01:12 +0100" value="0.0108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 00:00:06 +0100" startDate="2018-02-02 22:10:59 +0100" endDate="2018-02-02 22:20:28 +0100" value="0.03697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 11:39:32 +0100" startDate="2018-02-03 11:02:33 +0100" endDate="2018-02-03 11:08:59 +0100" value="0.01904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 12:39:08 +0100" startDate="2018-02-03 12:16:06 +0100" endDate="2018-02-03 12:24:44 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 12:39:08 +0100" startDate="2018-02-03 12:24:44 +0100" endDate="2018-02-03 12:26:30 +0100" value="0.00041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 13:48:18 +0100" startDate="2018-02-03 13:09:11 +0100" endDate="2018-02-03 13:19:11 +0100" value="0.05944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 13:48:18 +0100" startDate="2018-02-03 13:19:11 +0100" endDate="2018-02-03 13:29:10 +0100" value="0.63935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 13:48:18 +0100" startDate="2018-02-03 13:29:10 +0100" endDate="2018-02-03 13:39:08 +0100" value="0.8203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 14:39:40 +0100" startDate="2018-02-03 13:39:08 +0100" endDate="2018-02-03 13:49:07 +0100" value="0.5031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 17:23:20 +0100" startDate="2018-02-03 16:18:14 +0100" endDate="2018-02-03 16:24:21 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 17:23:20 +0100" startDate="2018-02-03 16:24:21 +0100" endDate="2018-02-03 16:29:50 +0100" value="0.00615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 21:01:13 +0100" startDate="2018-02-03 20:30:04 +0100" endDate="2018-02-03 20:38:55 +0100" value="0.0361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 21:01:13 +0100" startDate="2018-02-03 20:38:55 +0100" endDate="2018-02-03 20:47:14 +0100" value="0.0326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-03 22:18:00 +0100" startDate="2018-02-03 20:47:14 +0100" endDate="2018-02-03 20:47:16 +0100" value="0.00308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 00:22:43 +0100" startDate="2018-02-03 23:19:22 +0100" endDate="2018-02-03 23:26:13 +0100" value="0.02485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 11:55:53 +0100" startDate="2018-02-04 10:31:54 +0100" endDate="2018-02-04 10:38:17 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 11:55:53 +0100" startDate="2018-02-04 11:07:27 +0100" endDate="2018-02-04 11:14:31 +0100" value="0.00454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 11:55:53 +0100" startDate="2018-02-04 11:14:31 +0100" endDate="2018-02-04 11:23:22 +0100" value="0.06867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 11:55:53 +0100" startDate="2018-02-04 11:23:22 +0100" endDate="2018-02-04 11:26:57 +0100" value="0.03275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 12:43:11 +0100" startDate="2018-02-04 11:26:57 +0100" endDate="2018-02-04 11:27:48 +0100" value="0.00065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 12:43:11 +0100" startDate="2018-02-04 11:58:11 +0100" endDate="2018-02-04 12:04:55 +0100" value="0.03011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 12:43:11 +0100" startDate="2018-02-04 12:07:03 +0100" endDate="2018-02-04 12:14:32 +0100" value="0.04159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 12:43:11 +0100" startDate="2018-02-04 12:27:13 +0100" endDate="2018-02-04 12:34:04 +0100" value="0.02262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 14:11:35 +0100" startDate="2018-02-04 12:34:04 +0100" endDate="2018-02-04 12:43:46 +0100" value="0.02556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 14:11:35 +0100" startDate="2018-02-04 12:43:46 +0100" endDate="2018-02-04 12:51:17 +0100" value="0.09063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 14:11:35 +0100" startDate="2018-02-04 13:00:47 +0100" endDate="2018-02-04 13:07:40 +0100" value="0.03517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 14:11:35 +0100" startDate="2018-02-04 13:21:04 +0100" endDate="2018-02-04 13:28:18 +0100" value="0.02509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 14:41:04 +0100" startDate="2018-02-04 14:02:29 +0100" endDate="2018-02-04 14:11:46 +0100" value="0.16582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 14:41:04 +0100" startDate="2018-02-04 14:26:24 +0100" endDate="2018-02-04 14:35:32 +0100" value="0.03609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 15:42:41 +0100" startDate="2018-02-04 14:35:32 +0100" endDate="2018-02-04 14:41:04 +0100" value="0.01657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 15:42:41 +0100" startDate="2018-02-04 15:11:37 +0100" endDate="2018-02-04 15:21:03 +0100" value="0.07723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 15:42:41 +0100" startDate="2018-02-04 15:21:03 +0100" endDate="2018-02-04 15:31:02 +0100" value="0.20468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 15:42:41 +0100" startDate="2018-02-04 15:31:02 +0100" endDate="2018-02-04 15:39:46 +0100" value="0.04419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 16:44:43 +0100" startDate="2018-02-04 15:39:46 +0100" endDate="2018-02-04 15:39:49 +0100" value="0.00222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 16:44:43 +0100" startDate="2018-02-04 15:51:13 +0100" endDate="2018-02-04 16:00:59 +0100" value="0.08969"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 16:44:43 +0100" startDate="2018-02-04 16:09:02 +0100" endDate="2018-02-04 16:16:49 +0100" value="0.04554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 16:44:43 +0100" startDate="2018-02-04 16:16:58 +0100" endDate="2018-02-04 16:26:14 +0100" value="0.02039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 16:44:43 +0100" startDate="2018-02-04 16:26:14 +0100" endDate="2018-02-04 16:28:57 +0100" value="0.05549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 21:28:52 +0100" startDate="2018-02-04 16:55:02 +0100" endDate="2018-02-04 17:05:00 +0100" value="0.18533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 21:28:52 +0100" startDate="2018-02-04 17:05:00 +0100" endDate="2018-02-04 17:14:59 +0100" value="0.12844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 21:28:52 +0100" startDate="2018-02-04 17:14:59 +0100" endDate="2018-02-04 17:24:14 +0100" value="0.15457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 21:28:52 +0100" startDate="2018-02-04 17:24:14 +0100" endDate="2018-02-04 17:27:38 +0100" value="0.00674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 21:28:52 +0100" startDate="2018-02-04 17:49:16 +0100" endDate="2018-02-04 17:56:30 +0100" value="0.00574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-04 21:44:37 +0100" startDate="2018-02-04 21:22:38 +0100" endDate="2018-02-04 21:31:56 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 06:18:32 +0100" startDate="2018-02-05 05:40:17 +0100" endDate="2018-02-05 05:48:49 +0100" value="0.01943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 06:18:32 +0100" startDate="2018-02-05 05:48:49 +0100" endDate="2018-02-05 05:54:19 +0100" value="0.02272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 06:45:38 +0100" startDate="2018-02-05 06:33:07 +0100" endDate="2018-02-05 06:39:45 +0100" value="0.03364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 07:42:12 +0100" startDate="2018-02-05 06:39:45 +0100" endDate="2018-02-05 06:44:03 +0100" value="0.0052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 07:42:12 +0100" startDate="2018-02-05 06:55:44 +0100" endDate="2018-02-05 07:04:31 +0100" value="0.03377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 07:42:12 +0100" startDate="2018-02-05 07:04:31 +0100" endDate="2018-02-05 07:12:55 +0100" value="0.09238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 07:42:12 +0100" startDate="2018-02-05 07:12:55 +0100" endDate="2018-02-05 07:22:53 +0100" value="0.44189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 07:42:12 +0100" startDate="2018-02-05 07:22:53 +0100" endDate="2018-02-05 07:32:11 +0100" value="0.23668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 08:41:49 +0100" startDate="2018-02-05 08:00:59 +0100" endDate="2018-02-05 08:10:25 +0100" value="0.04469"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 08:41:49 +0100" startDate="2018-02-05 08:10:25 +0100" endDate="2018-02-05 08:12:45 +0100" value="0.019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 09:43:04 +0100" startDate="2018-02-05 08:43:10 +0100" endDate="2018-02-05 08:51:53 +0100" value="0.02542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 09:43:04 +0100" startDate="2018-02-05 08:51:53 +0100" endDate="2018-02-05 09:01:26 +0100" value="0.18031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 09:43:04 +0100" startDate="2018-02-05 09:01:26 +0100" endDate="2018-02-05 09:06:19 +0100" value="0.02899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 12:46:03 +0100" startDate="2018-02-05 11:40:40 +0100" endDate="2018-02-05 11:50:38 +0100" value="0.0946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 12:46:03 +0100" startDate="2018-02-05 11:50:38 +0100" endDate="2018-02-05 12:00:06 +0100" value="0.53184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 12:46:03 +0100" startDate="2018-02-05 12:00:06 +0100" endDate="2018-02-05 12:02:29 +0100" value="0.04842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 12:46:03 +0100" startDate="2018-02-05 12:11:51 +0100" endDate="2018-02-05 12:21:50 +0100" value="0.19149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 12:46:03 +0100" startDate="2018-02-05 12:21:50 +0100" endDate="2018-02-05 12:29:51 +0100" value="0.60018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 12:46:03 +0100" startDate="2018-02-05 12:29:51 +0100" endDate="2018-02-05 12:39:07 +0100" value="0.09211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 13:44:12 +0100" startDate="2018-02-05 12:39:07 +0100" endDate="2018-02-05 12:47:18 +0100" value="0.01846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 13:44:12 +0100" startDate="2018-02-05 12:54:24 +0100" endDate="2018-02-05 13:03:15 +0100" value="0.00793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 14:42:12 +0100" startDate="2018-02-05 14:27:54 +0100" endDate="2018-02-05 14:36:35 +0100" value="0.04196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 15:44:35 +0100" startDate="2018-02-05 14:36:35 +0100" endDate="2018-02-05 14:38:32 +0100" value="0.01178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 15:44:35 +0100" startDate="2018-02-05 14:47:01 +0100" endDate="2018-02-05 14:55:01 +0100" value="0.13317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 15:44:35 +0100" startDate="2018-02-05 15:04:59 +0100" endDate="2018-02-05 15:14:20 +0100" value="0.07208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 16:42:18 +0100" startDate="2018-02-05 15:41:21 +0100" endDate="2018-02-05 15:49:31 +0100" value="0.06435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 16:42:18 +0100" startDate="2018-02-05 15:49:31 +0100" endDate="2018-02-05 15:57:29 +0100" value="0.02519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 16:42:18 +0100" startDate="2018-02-05 15:59:04 +0100" endDate="2018-02-05 16:08:22 +0100" value="0.07403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 16:42:18 +0100" startDate="2018-02-05 16:08:22 +0100" endDate="2018-02-05 16:12:16 +0100" value="0.00843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 16:42:18 +0100" startDate="2018-02-05 16:22:41 +0100" endDate="2018-02-05 16:32:40 +0100" value="0.07338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 17:42:22 +0100" startDate="2018-02-05 16:32:40 +0100" endDate="2018-02-05 16:42:35 +0100" value="0.57219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 17:42:22 +0100" startDate="2018-02-05 16:48:25 +0100" endDate="2018-02-05 16:55:49 +0100" value="0.02663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 17:42:22 +0100" startDate="2018-02-05 16:57:07 +0100" endDate="2018-02-05 17:07:06 +0100" value="0.12925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 17:42:22 +0100" startDate="2018-02-05 17:07:06 +0100" endDate="2018-02-05 17:13:26 +0100" value="0.2629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 17:42:22 +0100" startDate="2018-02-05 17:20:58 +0100" endDate="2018-02-05 17:28:20 +0100" value="0.11031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 17:42:22 +0100" startDate="2018-02-05 17:28:20 +0100" endDate="2018-02-05 17:32:25 +0100" value="0.09223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 17:36:33 +0100" endDate="2018-02-05 17:46:21 +0100" value="0.12036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 17:46:21 +0100" endDate="2018-02-05 17:54:31 +0100" value="0.14007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 17:54:31 +0100" endDate="2018-02-05 17:59:37 +0100" value="0.03192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 18:00:34 +0100" endDate="2018-02-05 18:10:32 +0100" value="0.06072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 18:10:32 +0100" endDate="2018-02-05 18:14:50 +0100" value="0.01887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 18:18:27 +0100" endDate="2018-02-05 18:28:14 +0100" value="0.05238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 18:42:32 +0100" startDate="2018-02-05 18:28:14 +0100" endDate="2018-02-05 18:29:41 +0100" value="0.01219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 19:48:17 +0100" startDate="2018-02-05 18:39:38 +0100" endDate="2018-02-05 18:44:15 +0100" value="0.03804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 19:48:17 +0100" startDate="2018-02-05 18:44:15 +0100" endDate="2018-02-05 18:54:11 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 19:48:17 +0100" startDate="2018-02-05 18:54:11 +0100" endDate="2018-02-05 19:03:08 +0100" value="0.01599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 22:07:19 +0100" startDate="2018-02-05 20:48:53 +0100" endDate="2018-02-05 20:55:28 +0100" value="0.01818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 22:07:19 +0100" startDate="2018-02-05 21:49:21 +0100" endDate="2018-02-05 21:55:36 +0100" value="0.01401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 23:23:49 +0100" startDate="2018-02-05 22:21:33 +0100" endDate="2018-02-05 22:30:32 +0100" value="0.11658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 23:23:49 +0100" startDate="2018-02-05 22:34:11 +0100" endDate="2018-02-05 22:44:08 +0100" value="0.3052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 23:23:49 +0100" startDate="2018-02-05 22:44:08 +0100" endDate="2018-02-05 22:53:13 +0100" value="0.11778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-05 23:23:49 +0100" startDate="2018-02-05 23:03:24 +0100" endDate="2018-02-05 23:09:29 +0100" value="0.00215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 07:17:47 +0100" startDate="2018-02-06 06:44:42 +0100" endDate="2018-02-06 06:53:09 +0100" value="0.04533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 07:17:47 +0100" startDate="2018-02-06 06:55:01 +0100" endDate="2018-02-06 07:03:00 +0100" value="0.01558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 07:48:25 +0100" startDate="2018-02-06 07:10:12 +0100" endDate="2018-02-06 07:18:47 +0100" value="0.03052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 07:48:25 +0100" startDate="2018-02-06 07:22:52 +0100" endDate="2018-02-06 07:32:51 +0100" value="0.14024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 07:48:25 +0100" startDate="2018-02-06 07:32:51 +0100" endDate="2018-02-06 07:40:08 +0100" value="0.61864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 10:49:45 +0100" startDate="2018-02-06 10:09:04 +0100" endDate="2018-02-06 10:17:53 +0100" value="0.0554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 10:49:45 +0100" startDate="2018-02-06 10:17:53 +0100" endDate="2018-02-06 10:24:43 +0100" value="0.121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 10:49:45 +0100" startDate="2018-02-06 10:24:43 +0100" endDate="2018-02-06 10:33:53 +0100" value="0.16807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 10:49:45 +0100" startDate="2018-02-06 10:33:53 +0100" endDate="2018-02-06 10:39:10 +0100" value="0.00459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 11:55:10 +0100" startDate="2018-02-06 10:39:10 +0100" endDate="2018-02-06 10:47:19 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 11:55:10 +0100" startDate="2018-02-06 10:52:56 +0100" endDate="2018-02-06 11:00:23 +0100" value="0.03818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 11:55:10 +0100" startDate="2018-02-06 11:20:46 +0100" endDate="2018-02-06 11:30:41 +0100" value="0.04834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 11:55:10 +0100" startDate="2018-02-06 11:30:41 +0100" endDate="2018-02-06 11:40:39 +0100" value="0.50713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 11:55:10 +0100" startDate="2018-02-06 11:40:39 +0100" endDate="2018-02-06 11:44:54 +0100" value="0.11938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 13:03:01 +0100" startDate="2018-02-06 12:09:45 +0100" endDate="2018-02-06 12:19:44 +0100" value="0.26879"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 13:03:01 +0100" startDate="2018-02-06 12:19:44 +0100" endDate="2018-02-06 12:29:43 +0100" value="0.51086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 13:03:01 +0100" startDate="2018-02-06 12:34:06 +0100" endDate="2018-02-06 12:41:55 +0100" value="0.04118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 14:18:11 +0100" startDate="2018-02-06 13:18:33 +0100" endDate="2018-02-06 13:25:45 +0100" value="0.02985"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 14:18:11 +0100" startDate="2018-02-06 13:53:21 +0100" endDate="2018-02-06 13:59:21 +0100" value="0.00225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 14:18:11 +0100" startDate="2018-02-06 13:59:21 +0100" endDate="2018-02-06 14:07:20 +0100" value="0.05681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 14:48:12 +0100" startDate="2018-02-06 14:27:51 +0100" endDate="2018-02-06 14:36:24 +0100" value="0.04337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 14:48:12 +0100" startDate="2018-02-06 14:36:24 +0100" endDate="2018-02-06 14:44:46 +0100" value="0.07064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 15:52:25 +0100" startDate="2018-02-06 14:49:29 +0100" endDate="2018-02-06 14:59:28 +0100" value="0.24918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 15:52:25 +0100" startDate="2018-02-06 14:59:28 +0100" endDate="2018-02-06 15:00:17 +0100" value="0.01085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 16:51:46 +0100" startDate="2018-02-06 15:54:05 +0100" endDate="2018-02-06 16:04:04 +0100" value="0.27127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 16:51:46 +0100" startDate="2018-02-06 16:04:04 +0100" endDate="2018-02-06 16:08:11 +0100" value="0.03427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 16:51:46 +0100" startDate="2018-02-06 16:12:28 +0100" endDate="2018-02-06 16:19:01 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 16:51:46 +0100" startDate="2018-02-06 16:19:59 +0100" endDate="2018-02-06 16:29:20 +0100" value="0.02966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 16:51:46 +0100" startDate="2018-02-06 16:29:20 +0100" endDate="2018-02-06 16:39:18 +0100" value="0.21056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 16:51:46 +0100" startDate="2018-02-06 16:39:18 +0100" endDate="2018-02-06 16:48:31 +0100" value="0.40726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 17:50:04 +0100" startDate="2018-02-06 16:48:31 +0100" endDate="2018-02-06 16:54:55 +0100" value="0.03494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 17:50:04 +0100" startDate="2018-02-06 16:54:55 +0100" endDate="2018-02-06 17:01:28 +0100" value="0.0392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 17:50:04 +0100" startDate="2018-02-06 17:10:47 +0100" endDate="2018-02-06 17:17:07 +0100" value="0.01103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 17:50:04 +0100" startDate="2018-02-06 17:31:19 +0100" endDate="2018-02-06 17:41:18 +0100" value="0.07984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 19:11:16 +0100" startDate="2018-02-06 17:41:18 +0100" endDate="2018-02-06 17:49:08 +0100" value="0.45543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 19:11:16 +0100" startDate="2018-02-06 18:20:09 +0100" endDate="2018-02-06 18:27:33 +0100" value="0.01448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 19:11:16 +0100" startDate="2018-02-06 18:27:33 +0100" endDate="2018-02-06 18:34:56 +0100" value="0.06176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 19:11:16 +0100" startDate="2018-02-06 18:34:56 +0100" endDate="2018-02-06 18:40:02 +0100" value="0.02913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 19:11:16 +0100" startDate="2018-02-06 18:49:52 +0100" endDate="2018-02-06 18:56:38 +0100" value="0.00487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 19:54:43 +0100" startDate="2018-02-06 19:05:22 +0100" endDate="2018-02-06 19:15:20 +0100" value="0.16918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 19:54:43 +0100" startDate="2018-02-06 19:15:20 +0100" endDate="2018-02-06 19:25:18 +0100" value="0.30263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 19:54:43 +0100" startDate="2018-02-06 19:25:18 +0100" endDate="2018-02-06 19:35:17 +0100" value="0.2963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 19:54:43 +0100" startDate="2018-02-06 19:35:17 +0100" endDate="2018-02-06 19:42:46 +0100" value="0.24815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 20:51:27 +0100" startDate="2018-02-06 19:57:47 +0100" endDate="2018-02-06 20:05:19 +0100" value="0.058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 20:51:27 +0100" startDate="2018-02-06 20:05:19 +0100" endDate="2018-02-06 20:15:05 +0100" value="0.46209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-06 20:51:27 +0100" startDate="2018-02-06 20:15:05 +0100" endDate="2018-02-06 20:21:33 +0100" value="0.04774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 06:50:41 +0100" startDate="2018-02-07 06:17:01 +0100" endDate="2018-02-07 06:23:39 +0100" value="0.0121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 06:50:41 +0100" startDate="2018-02-07 06:23:39 +0100" endDate="2018-02-07 06:30:38 +0100" value="0.01356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 06:50:41 +0100" startDate="2018-02-07 06:39:48 +0100" endDate="2018-02-07 06:48:55 +0100" value="0.06379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 07:30:40 +0100" startDate="2018-02-07 06:48:55 +0100" endDate="2018-02-07 06:53:14 +0100" value="0.0285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 07:30:40 +0100" startDate="2018-02-07 07:09:06 +0100" endDate="2018-02-07 07:16:05 +0100" value="0.00594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 08:25:38 +0100" startDate="2018-02-07 07:40:51 +0100" endDate="2018-02-07 07:50:40 +0100" value="0.03948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 08:25:38 +0100" startDate="2018-02-07 07:50:40 +0100" endDate="2018-02-07 08:00:32 +0100" value="0.21769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 08:25:38 +0100" startDate="2018-02-07 08:00:32 +0100" endDate="2018-02-07 08:10:19 +0100" value="0.53975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 10:27:12 +0100" startDate="2018-02-07 09:52:44 +0100" endDate="2018-02-07 09:59:37 +0100" value="0.04885"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 10:27:12 +0100" startDate="2018-02-07 10:05:57 +0100" endDate="2018-02-07 10:13:06 +0100" value="0.06039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 12:30:53 +0100" startDate="2018-02-07 11:23:08 +0100" endDate="2018-02-07 11:33:08 +0100" value="0.28876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 12:30:53 +0100" startDate="2018-02-07 11:33:08 +0100" endDate="2018-02-07 11:42:38 +0100" value="0.40691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 12:30:53 +0100" startDate="2018-02-07 11:42:38 +0100" endDate="2018-02-07 11:49:52 +0100" value="0.04547"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 12:30:53 +0100" startDate="2018-02-07 12:13:57 +0100" endDate="2018-02-07 12:23:56 +0100" value="0.24788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 13:29:40 +0100" startDate="2018-02-07 12:23:56 +0100" endDate="2018-02-07 12:33:15 +0100" value="0.54452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 13:29:40 +0100" startDate="2018-02-07 12:33:15 +0100" endDate="2018-02-07 12:35:25 +0100" value="0.02677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 14:26:14 +0100" startDate="2018-02-07 14:01:49 +0100" endDate="2018-02-07 14:11:39 +0100" value="0.04391"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 14:26:14 +0100" startDate="2018-02-07 14:11:39 +0100" endDate="2018-02-07 14:15:54 +0100" value="0.02579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 15:32:35 +0100" startDate="2018-02-07 14:39:17 +0100" endDate="2018-02-07 14:46:24 +0100" value="0.03586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 15:32:35 +0100" startDate="2018-02-07 14:56:06 +0100" endDate="2018-02-07 15:03:48 +0100" value="0.03075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 16:33:54 +0100" startDate="2018-02-07 15:28:13 +0100" endDate="2018-02-07 15:34:59 +0100" value="0.02628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 16:33:54 +0100" startDate="2018-02-07 15:34:59 +0100" endDate="2018-02-07 15:40:04 +0100" value="0.0259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 17:25:35 +0100" startDate="2018-02-07 16:28:24 +0100" endDate="2018-02-07 16:38:23 +0100" value="0.12576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 17:25:35 +0100" startDate="2018-02-07 16:38:23 +0100" endDate="2018-02-07 16:45:04 +0100" value="0.49304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 17:25:35 +0100" startDate="2018-02-07 16:48:40 +0100" endDate="2018-02-07 16:58:31 +0100" value="0.2055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 17:25:35 +0100" startDate="2018-02-07 16:58:31 +0100" endDate="2018-02-07 17:02:32 +0100" value="0.23133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 17:25:35 +0100" startDate="2018-02-07 17:10:22 +0100" endDate="2018-02-07 17:17:11 +0100" value="0.00859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 18:31:56 +0100" startDate="2018-02-07 17:29:18 +0100" endDate="2018-02-07 17:36:32 +0100" value="0.03628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 18:31:56 +0100" startDate="2018-02-07 17:54:50 +0100" endDate="2018-02-07 18:03:23 +0100" value="0.01934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 18:31:56 +0100" startDate="2018-02-07 18:03:23 +0100" endDate="2018-02-07 18:07:14 +0100" value="0.0081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 18:31:56 +0100" startDate="2018-02-07 18:08:59 +0100" endDate="2018-02-07 18:16:03 +0100" value="0.02118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 18:31:56 +0100" startDate="2018-02-07 18:17:08 +0100" endDate="2018-02-07 18:26:08 +0100" value="0.04659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 19:26:30 +0100" startDate="2018-02-07 18:26:08 +0100" endDate="2018-02-07 18:36:07 +0100" value="0.11391"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 19:26:30 +0100" startDate="2018-02-07 18:36:07 +0100" endDate="2018-02-07 18:37:59 +0100" value="0.11062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 20:31:38 +0100" startDate="2018-02-07 19:44:26 +0100" endDate="2018-02-07 19:50:28 +0100" value="0.00666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 20:31:38 +0100" startDate="2018-02-07 20:15:03 +0100" endDate="2018-02-07 20:25:03 +0100" value="0.18277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 21:27:37 +0100" startDate="2018-02-07 20:24:43 +0100" endDate="2018-02-07 20:32:35 +0100" value="0.03808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 21:27:37 +0100" startDate="2018-02-07 20:41:01 +0100" endDate="2018-02-07 20:50:27 +0100" value="0.05997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 21:27:37 +0100" startDate="2018-02-07 20:50:27 +0100" endDate="2018-02-07 20:59:38 +0100" value="0.21443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 21:27:37 +0100" startDate="2018-02-07 21:09:21 +0100" endDate="2018-02-07 21:19:20 +0100" value="0.27767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 22:26:57 +0100" startDate="2018-02-07 21:19:20 +0100" endDate="2018-02-07 21:29:20 +0100" value="0.07693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-07 22:26:57 +0100" startDate="2018-02-07 21:29:20 +0100" endDate="2018-02-07 21:38:00 +0100" value="0.08142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 06:47:43 +0100" startDate="2018-02-08 05:41:32 +0100" endDate="2018-02-08 05:47:55 +0100" value="0.01112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 06:47:43 +0100" startDate="2018-02-08 05:50:35 +0100" endDate="2018-02-08 05:57:51 +0100" value="0.04839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 06:47:43 +0100" startDate="2018-02-08 06:28:09 +0100" endDate="2018-02-08 06:37:18 +0100" value="0.02599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 06:47:43 +0100" startDate="2018-02-08 06:37:18 +0100" endDate="2018-02-08 06:45:43 +0100" value="0.05677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 07:27:47 +0100" startDate="2018-02-08 06:45:43 +0100" endDate="2018-02-08 06:53:55 +0100" value="0.02156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 07:27:47 +0100" startDate="2018-02-08 07:00:10 +0100" endDate="2018-02-08 07:10:10 +0100" value="0.0406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 07:27:47 +0100" startDate="2018-02-08 07:10:10 +0100" endDate="2018-02-08 07:20:09 +0100" value="0.07376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 08:37:24 +0100" startDate="2018-02-08 07:20:09 +0100" endDate="2018-02-08 07:29:58 +0100" value="0.77749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 08:37:24 +0100" startDate="2018-02-08 07:29:58 +0100" endDate="2018-02-08 07:34:09 +0100" value="0.00859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 08:37:24 +0100" startDate="2018-02-08 07:49:21 +0100" endDate="2018-02-08 07:57:29 +0100" value="0.06304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 08:37:24 +0100" startDate="2018-02-08 08:12:42 +0100" endDate="2018-02-08 08:22:42 +0100" value="0.28338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 08:37:24 +0100" startDate="2018-02-08 08:22:42 +0100" endDate="2018-02-08 08:32:40 +0100" value="0.57958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 09:35:04 +0100" startDate="2018-02-08 08:32:40 +0100" endDate="2018-02-08 08:38:42 +0100" value="0.05966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 09:35:04 +0100" startDate="2018-02-08 08:47:21 +0100" endDate="2018-02-08 08:53:52 +0100" value="0.00249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 10:28:32 +0100" startDate="2018-02-08 09:20:23 +0100" endDate="2018-02-08 09:26:49 +0100" value="0.02653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 10:28:32 +0100" startDate="2018-02-08 09:40:10 +0100" endDate="2018-02-08 09:50:04 +0100" value="0.05606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 10:28:32 +0100" startDate="2018-02-08 09:50:04 +0100" endDate="2018-02-08 09:57:15 +0100" value="0.1436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 11:28:15 +0100" startDate="2018-02-08 10:31:07 +0100" endDate="2018-02-08 10:41:06 +0100" value="0.10824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 11:28:15 +0100" startDate="2018-02-08 10:41:06 +0100" endDate="2018-02-08 10:49:51 +0100" value="0.24155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 11:28:15 +0100" startDate="2018-02-08 10:49:51 +0100" endDate="2018-02-08 10:59:29 +0100" value="0.1619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 11:28:15 +0100" startDate="2018-02-08 10:59:29 +0100" endDate="2018-02-08 11:09:28 +0100" value="0.09329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 11:28:15 +0100" startDate="2018-02-08 11:09:28 +0100" endDate="2018-02-08 11:14:57 +0100" value="0.13437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 12:28:57 +0100" startDate="2018-02-08 11:35:33 +0100" endDate="2018-02-08 11:45:32 +0100" value="0.03909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 12:28:57 +0100" startDate="2018-02-08 11:45:32 +0100" endDate="2018-02-08 11:50:28 +0100" value="0.06316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 12:28:57 +0100" startDate="2018-02-08 12:05:39 +0100" endDate="2018-02-08 12:15:20 +0100" value="0.06153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 12:28:57 +0100" startDate="2018-02-08 12:15:20 +0100" endDate="2018-02-08 12:19:58 +0100" value="0.06641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 13:27:03 +0100" startDate="2018-02-08 12:19:58 +0100" endDate="2018-02-08 12:27:39 +0100" value="0.00558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 13:27:03 +0100" startDate="2018-02-08 12:34:08 +0100" endDate="2018-02-08 12:40:10 +0100" value="0.00773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 13:27:03 +0100" startDate="2018-02-08 12:40:10 +0100" endDate="2018-02-08 12:45:31 +0100" value="0.01724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 14:30:06 +0100" startDate="2018-02-08 13:30:35 +0100" endDate="2018-02-08 13:36:40 +0100" value="0.00756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 14:30:06 +0100" startDate="2018-02-08 13:47:19 +0100" endDate="2018-02-08 13:57:18 +0100" value="0.10658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 14:30:06 +0100" startDate="2018-02-08 13:57:18 +0100" endDate="2018-02-08 14:03:40 +0100" value="0.0596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 14:30:06 +0100" startDate="2018-02-08 14:03:40 +0100" endDate="2018-02-08 14:10:25 +0100" value="0.0109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 14:22:59 +0100" endDate="2018-02-08 14:29:05 +0100" value="0.01102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 14:29:42 +0100" endDate="2018-02-08 14:35:54 +0100" value="0.01404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 14:41:12 +0100" endDate="2018-02-08 14:51:11 +0100" value="0.07928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 14:51:11 +0100" endDate="2018-02-08 14:59:17 +0100" value="0.22791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 14:59:17 +0100" endDate="2018-02-08 15:09:16 +0100" value="0.53281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 15:09:16 +0100" endDate="2018-02-08 15:18:48 +0100" value="0.07596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 15:33:26 +0100" startDate="2018-02-08 15:18:48 +0100" endDate="2018-02-08 15:26:25 +0100" value="0.42954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 16:32:40 +0100" startDate="2018-02-08 15:26:25 +0100" endDate="2018-02-08 15:36:17 +0100" value="0.05561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 16:32:40 +0100" startDate="2018-02-08 15:36:17 +0100" endDate="2018-02-08 15:46:14 +0100" value="0.1824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 16:32:40 +0100" startDate="2018-02-08 15:46:14 +0100" endDate="2018-02-08 15:54:29 +0100" value="0.16195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 16:32:40 +0100" startDate="2018-02-08 15:54:29 +0100" endDate="2018-02-08 16:04:26 +0100" value="0.10831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 16:32:40 +0100" startDate="2018-02-08 16:04:26 +0100" endDate="2018-02-08 16:14:20 +0100" value="0.36342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 16:32:40 +0100" startDate="2018-02-08 16:14:20 +0100" endDate="2018-02-08 16:24:01 +0100" value="0.41139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 17:27:37 +0100" startDate="2018-02-08 16:24:01 +0100" endDate="2018-02-08 16:33:35 +0100" value="0.2426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 17:27:37 +0100" startDate="2018-02-08 16:33:35 +0100" endDate="2018-02-08 16:42:25 +0100" value="0.06337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 17:27:37 +0100" startDate="2018-02-08 16:42:25 +0100" endDate="2018-02-08 16:50:46 +0100" value="0.21696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 17:27:37 +0100" startDate="2018-02-08 16:50:46 +0100" endDate="2018-02-08 17:00:22 +0100" value="0.05739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 17:27:37 +0100" startDate="2018-02-08 17:00:22 +0100" endDate="2018-02-08 17:10:21 +0100" value="0.14515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 17:27:37 +0100" startDate="2018-02-08 17:10:21 +0100" endDate="2018-02-08 17:20:19 +0100" value="0.53898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 18:25:34 +0100" startDate="2018-02-08 17:20:19 +0100" endDate="2018-02-08 17:30:18 +0100" value="0.39735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 18:25:34 +0100" startDate="2018-02-08 17:30:18 +0100" endDate="2018-02-08 17:40:16 +0100" value="0.35012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 18:25:34 +0100" startDate="2018-02-08 17:40:16 +0100" endDate="2018-02-08 17:50:14 +0100" value="0.50306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 18:25:34 +0100" startDate="2018-02-08 17:50:14 +0100" endDate="2018-02-08 17:59:57 +0100" value="0.25603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 18:25:34 +0100" startDate="2018-02-08 17:59:57 +0100" endDate="2018-02-08 18:09:42 +0100" value="0.36673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 18:25:34 +0100" startDate="2018-02-08 18:09:42 +0100" endDate="2018-02-08 18:19:30 +0100" value="0.26553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 19:26:03 +0100" startDate="2018-02-08 18:19:30 +0100" endDate="2018-02-08 18:29:28 +0100" value="0.31462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 19:26:03 +0100" startDate="2018-02-08 18:29:28 +0100" endDate="2018-02-08 18:39:26 +0100" value="0.39522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 19:26:03 +0100" startDate="2018-02-08 18:39:26 +0100" endDate="2018-02-08 18:49:12 +0100" value="0.41618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 19:26:03 +0100" startDate="2018-02-08 18:49:12 +0100" endDate="2018-02-08 18:59:10 +0100" value="0.4322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 19:26:03 +0100" startDate="2018-02-08 18:59:10 +0100" endDate="2018-02-08 19:09:09 +0100" value="0.38842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 19:26:03 +0100" startDate="2018-02-08 19:09:09 +0100" endDate="2018-02-08 19:19:02 +0100" value="0.30339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 20:33:00 +0100" startDate="2018-02-08 19:19:02 +0100" endDate="2018-02-08 19:28:57 +0100" value="0.26531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 20:33:00 +0100" startDate="2018-02-08 19:28:57 +0100" endDate="2018-02-08 19:37:29 +0100" value="0.24458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 20:33:00 +0100" startDate="2018-02-08 19:37:29 +0100" endDate="2018-02-08 19:47:27 +0100" value="0.32636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 20:33:00 +0100" startDate="2018-02-08 19:47:27 +0100" endDate="2018-02-08 19:57:00 +0100" value="0.12215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 20:33:00 +0100" startDate="2018-02-08 19:57:00 +0100" endDate="2018-02-08 20:06:41 +0100" value="0.19545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 20:33:00 +0100" startDate="2018-02-08 20:06:41 +0100" endDate="2018-02-08 20:12:52 +0100" value="0.1906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 21:34:51 +0100" startDate="2018-02-08 20:32:53 +0100" endDate="2018-02-08 20:42:53 +0100" value="0.11693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 21:34:51 +0100" startDate="2018-02-08 20:42:53 +0100" endDate="2018-02-08 20:49:31 +0100" value="0.34151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-08 21:34:51 +0100" startDate="2018-02-08 20:58:56 +0100" endDate="2018-02-08 21:07:51 +0100" value="0.01957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 05:41:43 +0100" startDate="2018-02-09 03:36:18 +0100" endDate="2018-02-09 03:43:01 +0100" value="0.01128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 05:41:43 +0100" startDate="2018-02-09 03:43:01 +0100" endDate="2018-02-09 03:47:00 +0100" value="0.01754"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 08:30:14 +0100" startDate="2018-02-09 07:54:51 +0100" endDate="2018-02-09 08:04:51 +0100" value="0.0436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 08:30:14 +0100" startDate="2018-02-09 08:04:51 +0100" endDate="2018-02-09 08:12:31 +0100" value="0.02039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 08:30:14 +0100" startDate="2018-02-09 08:14:02 +0100" endDate="2018-02-09 08:24:02 +0100" value="0.21604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 09:27:13 +0100" startDate="2018-02-09 08:24:02 +0100" endDate="2018-02-09 08:33:47 +0100" value="0.64023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 09:27:13 +0100" startDate="2018-02-09 08:33:47 +0100" endDate="2018-02-09 08:36:27 +0100" value="0.02712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 10:30:02 +0100" startDate="2018-02-09 09:19:35 +0100" endDate="2018-02-09 09:25:38 +0100" value="0.01418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 10:30:02 +0100" startDate="2018-02-09 09:26:38 +0100" endDate="2018-02-09 09:36:37 +0100" value="0.32871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 10:30:02 +0100" startDate="2018-02-09 09:36:37 +0100" endDate="2018-02-09 09:44:48 +0100" value="0.06664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 10:30:02 +0100" startDate="2018-02-09 09:44:48 +0100" endDate="2018-02-09 09:54:37 +0100" value="0.0244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 10:30:02 +0100" startDate="2018-02-09 09:54:37 +0100" endDate="2018-02-09 10:03:45 +0100" value="0.05526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 10:30:02 +0100" startDate="2018-02-09 10:17:27 +0100" endDate="2018-02-09 10:25:37 +0100" value="0.05945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 11:29:11 +0100" startDate="2018-02-09 10:25:37 +0100" endDate="2018-02-09 10:34:29 +0100" value="0.08773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 11:29:11 +0100" startDate="2018-02-09 10:34:29 +0100" endDate="2018-02-09 10:42:55 +0100" value="0.02881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 11:29:11 +0100" startDate="2018-02-09 10:42:55 +0100" endDate="2018-02-09 10:45:10 +0100" value="0.006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 11:29:11 +0100" startDate="2018-02-09 11:13:30 +0100" endDate="2018-02-09 11:20:59 +0100" value="0.03049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 12:29:22 +0100" startDate="2018-02-09 11:41:37 +0100" endDate="2018-02-09 11:48:48 +0100" value="0.05433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 12:29:22 +0100" startDate="2018-02-09 11:48:48 +0100" endDate="2018-02-09 11:58:46 +0100" value="0.06726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 12:29:22 +0100" startDate="2018-02-09 11:58:46 +0100" endDate="2018-02-09 12:06:45 +0100" value="0.34175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 13:26:20 +0100" startDate="2018-02-09 12:47:53 +0100" endDate="2018-02-09 12:57:53 +0100" value="0.12724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 13:26:20 +0100" startDate="2018-02-09 12:57:53 +0100" endDate="2018-02-09 13:03:07 +0100" value="0.29852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 13:26:20 +0100" startDate="2018-02-09 13:03:07 +0100" endDate="2018-02-09 13:12:56 +0100" value="0.02406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 15:27:42 +0100" startDate="2018-02-09 15:09:29 +0100" endDate="2018-02-09 15:19:06 +0100" value="0.05181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 16:29:49 +0100" startDate="2018-02-09 15:19:06 +0100" endDate="2018-02-09 15:20:47 +0100" value="0.00608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 16:29:49 +0100" startDate="2018-02-09 15:55:56 +0100" endDate="2018-02-09 16:04:39 +0100" value="0.05125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 16:29:49 +0100" startDate="2018-02-09 16:04:39 +0100" endDate="2018-02-09 16:14:38 +0100" value="0.09841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 16:29:49 +0100" startDate="2018-02-09 16:14:38 +0100" endDate="2018-02-09 16:24:38 +0100" value="0.55239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 17:26:07 +0100" startDate="2018-02-09 16:24:38 +0100" endDate="2018-02-09 16:33:44 +0100" value="0.40021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 17:26:07 +0100" startDate="2018-02-09 16:40:41 +0100" endDate="2018-02-09 16:47:02 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 17:26:07 +0100" startDate="2018-02-09 17:00:57 +0100" endDate="2018-02-09 17:07:58 +0100" value="0.01771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 18:26:37 +0100" startDate="2018-02-09 17:20:13 +0100" endDate="2018-02-09 17:29:46 +0100" value="0.06641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 18:26:37 +0100" startDate="2018-02-09 17:29:46 +0100" endDate="2018-02-09 17:39:36 +0100" value="0.26842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 18:26:37 +0100" startDate="2018-02-09 17:39:36 +0100" endDate="2018-02-09 17:41:39 +0100" value="0.05627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 18:26:37 +0100" startDate="2018-02-09 17:47:13 +0100" endDate="2018-02-09 17:56:35 +0100" value="0.04153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 18:26:37 +0100" startDate="2018-02-09 17:56:35 +0100" endDate="2018-02-09 18:02:27 +0100" value="0.05368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 22:24:41 +0100" startDate="2018-02-09 21:30:55 +0100" endDate="2018-02-09 21:36:57 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-09 22:24:41 +0100" startDate="2018-02-09 21:53:14 +0100" endDate="2018-02-09 22:01:57 +0100" value="0.04146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 08:39:39 +0100" startDate="2018-02-10 07:59:52 +0100" endDate="2018-02-10 08:06:04 +0100" value="0.01562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 08:39:39 +0100" startDate="2018-02-10 08:24:50 +0100" endDate="2018-02-10 08:31:38 +0100" value="0.02615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 09:49:53 +0100" startDate="2018-02-10 09:38:18 +0100" endDate="2018-02-10 09:44:28 +0100" value="0.01156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 11:52:36 +0100" startDate="2018-02-10 11:01:44 +0100" endDate="2018-02-10 11:11:42 +0100" value="0.09409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 11:52:36 +0100" startDate="2018-02-10 11:11:42 +0100" endDate="2018-02-10 11:12:00 +0100" value="0.00276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 11:52:36 +0100" startDate="2018-02-10 11:39:09 +0100" endDate="2018-02-10 11:47:37 +0100" value="0.06457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 12:54:41 +0100" startDate="2018-02-10 11:52:48 +0100" endDate="2018-02-10 12:01:39 +0100" value="0.06627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 12:54:41 +0100" startDate="2018-02-10 12:01:39 +0100" endDate="2018-02-10 12:10:51 +0100" value="0.08431"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 12:54:41 +0100" startDate="2018-02-10 12:10:51 +0100" endDate="2018-02-10 12:20:33 +0100" value="0.1393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 12:54:41 +0100" startDate="2018-02-10 12:20:33 +0100" endDate="2018-02-10 12:30:33 +0100" value="0.16205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 12:54:41 +0100" startDate="2018-02-10 12:30:33 +0100" endDate="2018-02-10 12:40:15 +0100" value="0.12087"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 12:54:41 +0100" startDate="2018-02-10 12:40:15 +0100" endDate="2018-02-10 12:49:04 +0100" value="0.07946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 13:54:29 +0100" startDate="2018-02-10 12:49:04 +0100" endDate="2018-02-10 12:58:10 +0100" value="0.13247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 13:54:29 +0100" startDate="2018-02-10 12:58:10 +0100" endDate="2018-02-10 13:08:05 +0100" value="0.18443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 13:54:29 +0100" startDate="2018-02-10 13:08:05 +0100" endDate="2018-02-10 13:17:26 +0100" value="0.13912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 13:54:29 +0100" startDate="2018-02-10 13:17:26 +0100" endDate="2018-02-10 13:26:06 +0100" value="0.16585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 13:54:29 +0100" startDate="2018-02-10 13:26:06 +0100" endDate="2018-02-10 13:36:06 +0100" value="0.05484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 13:54:29 +0100" startDate="2018-02-10 13:36:06 +0100" endDate="2018-02-10 13:43:12 +0100" value="0.13627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 13:43:12 +0100" endDate="2018-02-10 13:52:39 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 13:52:39 +0100" endDate="2018-02-10 13:58:46 +0100" value="0.08809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 14:12:46 +0100" endDate="2018-02-10 14:22:21 +0100" value="0.10876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 14:22:21 +0100" endDate="2018-02-10 14:31:50 +0100" value="0.02135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 14:31:50 +0100" endDate="2018-02-10 14:37:35 +0100" value="0.01446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 14:42:01 +0100" endDate="2018-02-10 14:51:07 +0100" value="0.03497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 15:04:19 +0100" startDate="2018-02-10 14:51:07 +0100" endDate="2018-02-10 14:54:16 +0100" value="0.0143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 15:50:13 +0100" startDate="2018-02-10 15:07:20 +0100" endDate="2018-02-10 15:17:19 +0100" value="0.16333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 15:50:13 +0100" startDate="2018-02-10 15:26:41 +0100" endDate="2018-02-10 15:33:20 +0100" value="0.00162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 19:23:58 +0100" startDate="2018-02-10 17:59:04 +0100" endDate="2018-02-10 18:09:03 +0100" value="0.01206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 19:23:58 +0100" startDate="2018-02-10 18:19:42 +0100" endDate="2018-02-10 18:27:44 +0100" value="0.03387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 19:23:58 +0100" startDate="2018-02-10 18:40:59 +0100" endDate="2018-02-10 18:47:12 +0100" value="0.0009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 21:06:01 +0100" startDate="2018-02-10 20:44:35 +0100" endDate="2018-02-10 20:50:53 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 22:39:09 +0100" startDate="2018-02-10 21:00:21 +0100" endDate="2018-02-10 21:09:36 +0100" value="0.06206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 22:39:09 +0100" startDate="2018-02-10 21:09:36 +0100" endDate="2018-02-10 21:12:55 +0100" value="0.02581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 22:39:09 +0100" startDate="2018-02-10 21:57:56 +0100" endDate="2018-02-10 22:04:42 +0100" value="0.02588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-10 23:39:25 +0100" startDate="2018-02-10 22:50:28 +0100" endDate="2018-02-10 22:56:33 +0100" value="0.00378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-11 09:15:50 +0100" startDate="2018-02-11 08:54:09 +0100" endDate="2018-02-11 09:00:35 +0100" value="0.01604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-11 11:49:40 +0100" startDate="2018-02-11 11:00:47 +0100" endDate="2018-02-11 11:07:22 +0100" value="0.01629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-11 13:27:48 +0100" startDate="2018-02-11 12:26:32 +0100" endDate="2018-02-11 12:35:15 +0100" value="0.03309"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-11 15:44:42 +0100" startDate="2018-02-11 14:48:47 +0100" endDate="2018-02-11 14:55:46 +0100" value="0.02364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-11 15:44:42 +0100" startDate="2018-02-11 14:55:46 +0100" endDate="2018-02-11 15:03:05 +0100" value="0.06101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-11 15:44:42 +0100" startDate="2018-02-11 15:03:08 +0100" endDate="2018-02-11 15:09:21 +0100" value="0.00533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-11 22:53:45 +0100" startDate="2018-02-11 22:36:57 +0100" endDate="2018-02-11 22:44:04 +0100" value="0.02456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 08:26:20 +0100" startDate="2018-02-12 07:29:32 +0100" endDate="2018-02-12 07:36:00 +0100" value="0.0142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 08:26:20 +0100" startDate="2018-02-12 07:36:02 +0100" endDate="2018-02-12 07:42:30 +0100" value="0.02034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 08:26:20 +0100" startDate="2018-02-12 08:01:22 +0100" endDate="2018-02-12 08:07:53 +0100" value="0.01088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 09:27:02 +0100" startDate="2018-02-12 08:20:16 +0100" endDate="2018-02-12 08:26:34 +0100" value="0.02738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 09:27:02 +0100" startDate="2018-02-12 08:33:40 +0100" endDate="2018-02-12 08:43:28 +0100" value="0.08453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 09:27:02 +0100" startDate="2018-02-12 08:43:28 +0100" endDate="2018-02-12 08:47:55 +0100" value="0.07542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 09:27:02 +0100" startDate="2018-02-12 08:54:01 +0100" endDate="2018-02-12 09:04:00 +0100" value="0.17532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 09:27:02 +0100" startDate="2018-02-12 09:04:00 +0100" endDate="2018-02-12 09:13:23 +0100" value="0.24865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 09:27:02 +0100" startDate="2018-02-12 09:13:23 +0100" endDate="2018-02-12 09:22:49 +0100" value="0.26178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 10:25:57 +0100" startDate="2018-02-12 09:22:49 +0100" endDate="2018-02-12 09:26:45 +0100" value="0.12944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 10:25:57 +0100" startDate="2018-02-12 09:33:47 +0100" endDate="2018-02-12 09:42:11 +0100" value="0.059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 10:25:57 +0100" startDate="2018-02-12 09:42:37 +0100" endDate="2018-02-12 09:52:22 +0100" value="0.01214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 10:25:57 +0100" startDate="2018-02-12 09:52:22 +0100" endDate="2018-02-12 09:56:12 +0100" value="0.01369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 10:25:57 +0100" startDate="2018-02-12 10:11:45 +0100" endDate="2018-02-12 10:21:44 +0100" value="0.12097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 11:26:40 +0100" startDate="2018-02-12 10:21:44 +0100" endDate="2018-02-12 10:24:35 +0100" value="0.1055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 11:26:40 +0100" startDate="2018-02-12 10:55:25 +0100" endDate="2018-02-12 11:03:11 +0100" value="0.0482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 11:26:40 +0100" startDate="2018-02-12 11:03:11 +0100" endDate="2018-02-12 11:08:54 +0100" value="0.05835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 12:26:21 +0100" startDate="2018-02-12 11:32:43 +0100" endDate="2018-02-12 11:39:09 +0100" value="0.00574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 12:26:21 +0100" startDate="2018-02-12 11:39:09 +0100" endDate="2018-02-12 11:46:34 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 13:29:51 +0100" startDate="2018-02-12 13:01:15 +0100" endDate="2018-02-12 13:08:13 +0100" value="0.00996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 14:26:21 +0100" startDate="2018-02-12 13:41:10 +0100" endDate="2018-02-12 13:49:02 +0100" value="0.02447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 14:26:21 +0100" startDate="2018-02-12 13:54:50 +0100" endDate="2018-02-12 14:02:06 +0100" value="0.02853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 14:26:21 +0100" startDate="2018-02-12 14:08:02 +0100" endDate="2018-02-12 14:14:09 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 15:26:31 +0100" startDate="2018-02-12 14:39:04 +0100" endDate="2018-02-12 14:46:33 +0100" value="0.01099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 17:28:17 +0100" startDate="2018-02-12 17:07:12 +0100" endDate="2018-02-12 17:13:35 +0100" value="0.00546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 19:28:19 +0100" startDate="2018-02-12 18:41:15 +0100" endDate="2018-02-12 18:48:17 +0100" value="0.011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 19:28:19 +0100" startDate="2018-02-12 18:48:17 +0100" endDate="2018-02-12 18:57:12 +0100" value="0.06096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 19:28:19 +0100" startDate="2018-02-12 18:57:12 +0100" endDate="2018-02-12 19:02:29 +0100" value="0.04039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 20:26:27 +0100" startDate="2018-02-12 20:03:17 +0100" endDate="2018-02-12 20:09:45 +0100" value="0.01001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 20:26:27 +0100" startDate="2018-02-12 20:13:14 +0100" endDate="2018-02-12 20:23:12 +0100" value="0.04034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 21:26:42 +0100" startDate="2018-02-12 20:23:12 +0100" endDate="2018-02-12 20:32:46 +0100" value="0.10096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 21:26:42 +0100" startDate="2018-02-12 20:32:46 +0100" endDate="2018-02-12 20:42:45 +0100" value="0.40342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 21:26:42 +0100" startDate="2018-02-12 20:42:45 +0100" endDate="2018-02-12 20:52:44 +0100" value="0.14704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 21:26:42 +0100" startDate="2018-02-12 20:52:44 +0100" endDate="2018-02-12 21:01:01 +0100" value="0.13138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 22:30:50 +0100" startDate="2018-02-12 21:54:19 +0100" endDate="2018-02-12 22:04:18 +0100" value="0.04019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 22:30:50 +0100" startDate="2018-02-12 22:04:18 +0100" endDate="2018-02-12 22:11:51 +0100" value="0.26982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-12 22:30:50 +0100" startDate="2018-02-12 22:11:51 +0100" endDate="2018-02-12 22:21:48 +0100" value="0.39035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 00:13:12 +0100" startDate="2018-02-12 22:21:48 +0100" endDate="2018-02-12 22:31:11 +0100" value="0.0497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 00:13:12 +0100" startDate="2018-02-12 22:31:11 +0100" endDate="2018-02-12 22:40:11 +0100" value="0.26881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 00:13:12 +0100" startDate="2018-02-12 23:52:08 +0100" endDate="2018-02-12 23:59:02 +0100" value="0.03977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 00:13:12 +0100" startDate="2018-02-12 23:59:02 +0100" endDate="2018-02-13 00:09:01 +0100" value="0.13872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 00:43:29 +0100" startDate="2018-02-13 00:09:01 +0100" endDate="2018-02-13 00:15:28 +0100" value="0.06927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 01:36:58 +0100" startDate="2018-02-13 00:52:21 +0100" endDate="2018-02-13 01:02:20 +0100" value="0.2636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 01:36:58 +0100" startDate="2018-02-13 01:02:20 +0100" endDate="2018-02-13 01:07:44 +0100" value="0.05933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 01:36:58 +0100" startDate="2018-02-13 01:09:14 +0100" endDate="2018-02-13 01:17:45 +0100" value="0.07438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 07:29:54 +0100" startDate="2018-02-13 07:11:36 +0100" endDate="2018-02-13 07:18:04 +0100" value="0.01044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 07:29:54 +0100" startDate="2018-02-13 07:18:04 +0100" endDate="2018-02-13 07:25:08 +0100" value="0.03737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 08:27:09 +0100" startDate="2018-02-13 07:33:20 +0100" endDate="2018-02-13 07:43:16 +0100" value="0.08763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 08:27:09 +0100" startDate="2018-02-13 07:53:22 +0100" endDate="2018-02-13 08:02:03 +0100" value="0.07645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 08:27:09 +0100" startDate="2018-02-13 08:15:15 +0100" endDate="2018-02-13 08:25:13 +0100" value="0.08679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 09:29:44 +0100" startDate="2018-02-13 08:25:13 +0100" endDate="2018-02-13 08:35:10 +0100" value="0.38789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 09:29:44 +0100" startDate="2018-02-13 08:35:10 +0100" endDate="2018-02-13 08:43:21 +0100" value="0.10837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 09:29:44 +0100" startDate="2018-02-13 08:43:21 +0100" endDate="2018-02-13 08:47:34 +0100" value="0.01497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 09:29:44 +0100" startDate="2018-02-13 08:47:34 +0100" endDate="2018-02-13 08:55:11 +0100" value="0.07953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 09:29:44 +0100" startDate="2018-02-13 08:55:11 +0100" endDate="2018-02-13 08:59:48 +0100" value="0.03181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 10:26:06 +0100" startDate="2018-02-13 09:42:41 +0100" endDate="2018-02-13 09:52:39 +0100" value="0.09453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 10:26:06 +0100" startDate="2018-02-13 09:52:39 +0100" endDate="2018-02-13 09:56:55 +0100" value="0.03834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 10:26:06 +0100" startDate="2018-02-13 09:58:17 +0100" endDate="2018-02-13 10:04:33 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 10:26:06 +0100" startDate="2018-02-13 10:08:31 +0100" endDate="2018-02-13 10:18:25 +0100" value="0.11523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 11:26:51 +0100" startDate="2018-02-13 10:18:25 +0100" endDate="2018-02-13 10:28:24 +0100" value="0.13394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 11:26:51 +0100" startDate="2018-02-13 10:28:24 +0100" endDate="2018-02-13 10:38:08 +0100" value="0.0295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 11:26:51 +0100" startDate="2018-02-13 10:38:08 +0100" endDate="2018-02-13 10:43:52 +0100" value="0.07103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 11:26:51 +0100" startDate="2018-02-13 11:10:08 +0100" endDate="2018-02-13 11:18:50 +0100" value="0.0503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 12:31:33 +0100" startDate="2018-02-13 11:18:50 +0100" endDate="2018-02-13 11:28:41 +0100" value="0.185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 12:31:33 +0100" startDate="2018-02-13 11:28:41 +0100" endDate="2018-02-13 11:34:27 +0100" value="0.18636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 12:31:33 +0100" startDate="2018-02-13 11:34:27 +0100" endDate="2018-02-13 11:44:27 +0100" value="0.07677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 12:31:33 +0100" startDate="2018-02-13 11:44:27 +0100" endDate="2018-02-13 11:54:24 +0100" value="0.16702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 12:31:33 +0100" startDate="2018-02-13 11:54:24 +0100" endDate="2018-02-13 11:56:38 +0100" value="0.01588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 12:31:33 +0100" startDate="2018-02-13 12:03:37 +0100" endDate="2018-02-13 12:09:40 +0100" value="0.00663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 13:26:42 +0100" startDate="2018-02-13 12:31:07 +0100" endDate="2018-02-13 12:37:12 +0100" value="0.00405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 13:26:42 +0100" startDate="2018-02-13 12:41:02 +0100" endDate="2018-02-13 12:50:23 +0100" value="0.00992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 13:26:42 +0100" startDate="2018-02-13 12:55:25 +0100" endDate="2018-02-13 13:01:51 +0100" value="0.00136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 13:26:42 +0100" startDate="2018-02-13 13:01:51 +0100" endDate="2018-02-13 13:09:42 +0100" value="0.02294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 13:26:42 +0100" startDate="2018-02-13 13:09:42 +0100" endDate="2018-02-13 13:19:41 +0100" value="0.0179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 13:19:41 +0100" endDate="2018-02-13 13:29:40 +0100" value="0.07021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 13:29:40 +0100" endDate="2018-02-13 13:39:35 +0100" value="0.48935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 13:39:35 +0100" endDate="2018-02-13 13:47:20 +0100" value="0.08966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 13:47:46 +0100" endDate="2018-02-13 13:57:24 +0100" value="0.148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 13:57:24 +0100" endDate="2018-02-13 14:06:47 +0100" value="0.09865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 14:06:47 +0100" endDate="2018-02-13 14:16:40 +0100" value="0.07316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 14:29:22 +0100" startDate="2018-02-13 14:16:40 +0100" endDate="2018-02-13 14:26:21 +0100" value="0.35496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 15:25:53 +0100" startDate="2018-02-13 14:26:21 +0100" endDate="2018-02-13 14:36:20 +0100" value="0.26444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 15:25:53 +0100" startDate="2018-02-13 14:36:20 +0100" endDate="2018-02-13 14:45:55 +0100" value="0.32577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 15:25:53 +0100" startDate="2018-02-13 14:45:55 +0100" endDate="2018-02-13 14:55:38 +0100" value="0.2897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 15:25:53 +0100" startDate="2018-02-13 14:55:38 +0100" endDate="2018-02-13 15:05:16 +0100" value="0.33365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 15:25:53 +0100" startDate="2018-02-13 15:05:16 +0100" endDate="2018-02-13 15:15:15 +0100" value="0.26004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 15:25:53 +0100" startDate="2018-02-13 15:15:15 +0100" endDate="2018-02-13 15:25:15 +0100" value="0.30381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 16:26:03 +0100" startDate="2018-02-13 15:25:15 +0100" endDate="2018-02-13 15:35:14 +0100" value="0.29115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 16:26:03 +0100" startDate="2018-02-13 15:35:14 +0100" endDate="2018-02-13 15:45:13 +0100" value="0.42422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 16:26:03 +0100" startDate="2018-02-13 15:45:13 +0100" endDate="2018-02-13 15:55:12 +0100" value="0.36951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 16:26:03 +0100" startDate="2018-02-13 15:55:12 +0100" endDate="2018-02-13 16:02:55 +0100" value="0.07827"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 16:26:03 +0100" startDate="2018-02-13 16:03:10 +0100" endDate="2018-02-13 16:11:13 +0100" value="0.04806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 16:26:03 +0100" startDate="2018-02-13 16:12:18 +0100" endDate="2018-02-13 16:22:11 +0100" value="0.04603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 17:29:10 +0100" startDate="2018-02-13 16:22:11 +0100" endDate="2018-02-13 16:26:52 +0100" value="0.06918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 17:29:10 +0100" startDate="2018-02-13 16:31:12 +0100" endDate="2018-02-13 16:41:04 +0100" value="0.0429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 17:29:10 +0100" startDate="2018-02-13 16:41:04 +0100" endDate="2018-02-13 16:47:34 +0100" value="0.16835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 18:29:06 +0100" startDate="2018-02-13 17:32:35 +0100" endDate="2018-02-13 17:42:33 +0100" value="0.06975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 18:29:06 +0100" startDate="2018-02-13 17:42:33 +0100" endDate="2018-02-13 17:50:22 +0100" value="0.34446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 18:29:06 +0100" startDate="2018-02-13 17:50:22 +0100" endDate="2018-02-13 17:59:24 +0100" value="0.07601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 18:29:06 +0100" startDate="2018-02-13 17:59:24 +0100" endDate="2018-02-13 18:08:29 +0100" value="0.14374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 18:29:06 +0100" startDate="2018-02-13 18:08:29 +0100" endDate="2018-02-13 18:18:28 +0100" value="0.17695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 18:29:06 +0100" startDate="2018-02-13 18:18:28 +0100" endDate="2018-02-13 18:25:51 +0100" value="0.04558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 19:30:18 +0100" startDate="2018-02-13 18:25:51 +0100" endDate="2018-02-13 18:30:03 +0100" value="0.00837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-13 19:30:18 +0100" startDate="2018-02-13 18:49:44 +0100" endDate="2018-02-13 18:57:27 +0100" value="0.0461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 07:31:34 +0100" startDate="2018-02-14 06:52:43 +0100" endDate="2018-02-14 06:59:08 +0100" value="0.0021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 07:31:34 +0100" startDate="2018-02-14 06:59:08 +0100" endDate="2018-02-14 07:03:48 +0100" value="0.01158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 07:31:34 +0100" startDate="2018-02-14 07:13:34 +0100" endDate="2018-02-14 07:22:24 +0100" value="0.05658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 08:30:39 +0100" startDate="2018-02-14 07:22:24 +0100" endDate="2018-02-14 07:31:53 +0100" value="0.02474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 08:30:39 +0100" startDate="2018-02-14 07:33:22 +0100" endDate="2018-02-14 07:39:58 +0100" value="0.00536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 08:30:39 +0100" startDate="2018-02-14 07:43:49 +0100" endDate="2018-02-14 07:51:13 +0100" value="0.04828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 08:30:39 +0100" startDate="2018-02-14 07:51:13 +0100" endDate="2018-02-14 08:00:39 +0100" value="0.06985"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 08:30:39 +0100" startDate="2018-02-14 08:00:39 +0100" endDate="2018-02-14 08:10:37 +0100" value="0.47841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 08:30:39 +0100" startDate="2018-02-14 08:10:37 +0100" endDate="2018-02-14 08:17:54 +0100" value="0.32368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 09:27:52 +0100" startDate="2018-02-14 08:39:34 +0100" endDate="2018-02-14 08:49:03 +0100" value="0.04693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 10:27:38 +0100" startDate="2018-02-14 09:20:12 +0100" endDate="2018-02-14 09:29:51 +0100" value="0.08122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 10:27:38 +0100" startDate="2018-02-14 09:39:44 +0100" endDate="2018-02-14 09:46:20 +0100" value="0.0215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 10:27:38 +0100" startDate="2018-02-14 09:54:21 +0100" endDate="2018-02-14 10:01:04 +0100" value="0.02592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 10:27:38 +0100" startDate="2018-02-14 10:13:09 +0100" endDate="2018-02-14 10:19:42 +0100" value="0.02533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 11:29:42 +0100" startDate="2018-02-14 10:19:42 +0100" endDate="2018-02-14 10:23:54 +0100" value="0.00948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 11:29:42 +0100" startDate="2018-02-14 10:32:45 +0100" endDate="2018-02-14 10:42:11 +0100" value="0.02352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 11:29:42 +0100" startDate="2018-02-14 10:42:58 +0100" endDate="2018-02-14 10:52:36 +0100" value="0.05715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 11:29:42 +0100" startDate="2018-02-14 10:52:36 +0100" endDate="2018-02-14 10:56:23 +0100" value="0.08145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 11:29:42 +0100" startDate="2018-02-14 11:17:40 +0100" endDate="2018-02-14 11:27:40 +0100" value="0.06951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 12:30:19 +0100" startDate="2018-02-14 11:27:40 +0100" endDate="2018-02-14 11:37:28 +0100" value="0.65934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 12:30:19 +0100" startDate="2018-02-14 11:37:28 +0100" endDate="2018-02-14 11:41:30 +0100" value="0.07365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 12:30:19 +0100" startDate="2018-02-14 11:56:54 +0100" endDate="2018-02-14 12:06:53 +0100" value="0.28807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 12:30:19 +0100" startDate="2018-02-14 12:06:53 +0100" endDate="2018-02-14 12:14:12 +0100" value="0.40689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 12:30:19 +0100" startDate="2018-02-14 12:19:00 +0100" endDate="2018-02-14 12:27:53 +0100" value="0.02657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 13:26:03 +0100" startDate="2018-02-14 12:27:53 +0100" endDate="2018-02-14 12:36:05 +0100" value="0.00603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 13:26:03 +0100" startDate="2018-02-14 12:45:07 +0100" endDate="2018-02-14 12:52:42 +0100" value="0.07976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 13:26:03 +0100" startDate="2018-02-14 12:53:55 +0100" endDate="2018-02-14 13:01:12 +0100" value="0.06723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 13:26:03 +0100" startDate="2018-02-14 13:01:12 +0100" endDate="2018-02-14 13:08:27 +0100" value="0.03155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 14:28:14 +0100" startDate="2018-02-14 13:20:19 +0100" endDate="2018-02-14 13:29:25 +0100" value="0.03461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 14:28:14 +0100" startDate="2018-02-14 13:43:18 +0100" endDate="2018-02-14 13:53:17 +0100" value="0.12"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 14:28:14 +0100" startDate="2018-02-14 13:53:17 +0100" endDate="2018-02-14 14:00:10 +0100" value="0.56927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 14:28:14 +0100" startDate="2018-02-14 14:01:15 +0100" endDate="2018-02-14 14:10:29 +0100" value="0.0358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 15:41:11 +0100" startDate="2018-02-14 14:52:29 +0100" endDate="2018-02-14 15:02:29 +0100" value="0.35183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 15:41:11 +0100" startDate="2018-02-14 15:02:29 +0100" endDate="2018-02-14 15:09:52 +0100" value="0.41949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 16:25:53 +0100" startDate="2018-02-14 16:14:37 +0100" endDate="2018-02-14 16:23:58 +0100" value="0.07417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 17:27:05 +0100" startDate="2018-02-14 16:23:58 +0100" endDate="2018-02-14 16:29:04 +0100" value="0.01326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 17:27:05 +0100" startDate="2018-02-14 16:43:40 +0100" endDate="2018-02-14 16:53:40 +0100" value="0.11237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 17:27:05 +0100" startDate="2018-02-14 16:53:40 +0100" endDate="2018-02-14 16:56:20 +0100" value="0.02833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 17:27:05 +0100" startDate="2018-02-14 17:10:55 +0100" endDate="2018-02-14 17:16:55 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 18:54:38 +0100" startDate="2018-02-14 17:49:55 +0100" endDate="2018-02-14 17:59:54 +0100" value="0.10605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 18:54:38 +0100" startDate="2018-02-14 17:59:54 +0100" endDate="2018-02-14 18:09:34 +0100" value="0.7539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 18:54:38 +0100" startDate="2018-02-14 18:09:34 +0100" endDate="2018-02-14 18:11:41 +0100" value="0.02794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 19:35:45 +0100" startDate="2018-02-14 18:51:49 +0100" endDate="2018-02-14 18:57:59 +0100" value="0.01333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 19:35:45 +0100" startDate="2018-02-14 18:57:59 +0100" endDate="2018-02-14 19:03:03 +0100" value="0.01296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 19:35:45 +0100" startDate="2018-02-14 19:18:30 +0100" endDate="2018-02-14 19:24:35 +0100" value="0.00918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 19:24:35 +0100" endDate="2018-02-14 19:34:35 +0100" value="0.01653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 19:34:35 +0100" endDate="2018-02-14 19:44:33 +0100" value="0.44534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 19:44:33 +0100" endDate="2018-02-14 19:54:31 +0100" value="0.74314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 19:54:31 +0100" endDate="2018-02-14 20:03:54 +0100" value="0.10276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 20:03:54 +0100" endDate="2018-02-14 20:09:39 +0100" value="0.04925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 20:09:39 +0100" endDate="2018-02-14 20:19:27 +0100" value="0.06143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 20:33:04 +0100" startDate="2018-02-14 20:19:27 +0100" endDate="2018-02-14 20:22:15 +0100" value="0.05185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-14 22:46:05 +0100" startDate="2018-02-14 22:24:40 +0100" endDate="2018-02-14 22:31:57 +0100" value="0.02498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 07:28:17 +0100" startDate="2018-02-15 07:08:43 +0100" endDate="2018-02-15 07:18:33 +0100" value="0.06126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 08:27:40 +0100" startDate="2018-02-15 07:18:33 +0100" endDate="2018-02-15 07:22:41 +0100" value="0.00414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 08:27:40 +0100" startDate="2018-02-15 07:24:51 +0100" endDate="2018-02-15 07:31:04 +0100" value="0.00265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 08:27:40 +0100" startDate="2018-02-15 07:35:20 +0100" endDate="2018-02-15 07:44:52 +0100" value="0.01341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 08:27:40 +0100" startDate="2018-02-15 07:44:52 +0100" endDate="2018-02-15 07:54:24 +0100" value="0.0294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 08:27:40 +0100" startDate="2018-02-15 07:54:24 +0100" endDate="2018-02-15 08:04:23 +0100" value="0.32303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 08:27:40 +0100" startDate="2018-02-15 08:04:23 +0100" endDate="2018-02-15 08:11:15 +0100" value="0.47431"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 09:26:29 +0100" startDate="2018-02-15 08:38:45 +0100" endDate="2018-02-15 08:48:42 +0100" value="0.13495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 09:26:29 +0100" startDate="2018-02-15 08:48:42 +0100" endDate="2018-02-15 08:51:56 +0100" value="0.05245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 10:30:14 +0100" startDate="2018-02-15 09:27:18 +0100" endDate="2018-02-15 09:36:50 +0100" value="0.0351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 10:30:14 +0100" startDate="2018-02-15 09:36:50 +0100" endDate="2018-02-15 09:46:48 +0100" value="0.07079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 10:30:14 +0100" startDate="2018-02-15 09:46:48 +0100" endDate="2018-02-15 09:56:47 +0100" value="0.17937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 10:30:14 +0100" startDate="2018-02-15 09:56:47 +0100" endDate="2018-02-15 09:58:06 +0100" value="0.04017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 11:30:10 +0100" startDate="2018-02-15 10:29:18 +0100" endDate="2018-02-15 10:37:28 +0100" value="0.08151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 11:30:10 +0100" startDate="2018-02-15 10:37:28 +0100" endDate="2018-02-15 10:44:28 +0100" value="0.08577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 11:30:10 +0100" startDate="2018-02-15 10:51:41 +0100" endDate="2018-02-15 10:57:22 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 11:30:10 +0100" startDate="2018-02-15 11:03:04 +0100" endDate="2018-02-15 11:11:57 +0100" value="0.02501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 11:30:10 +0100" startDate="2018-02-15 11:11:57 +0100" endDate="2018-02-15 11:19:35 +0100" value="0.18567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 11:30:10 +0100" startDate="2018-02-15 11:19:35 +0100" endDate="2018-02-15 11:29:34 +0100" value="0.38483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 12:27:59 +0100" startDate="2018-02-15 11:29:34 +0100" endDate="2018-02-15 11:35:49 +0100" value="0.33983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 12:27:59 +0100" startDate="2018-02-15 11:51:31 +0100" endDate="2018-02-15 12:01:30 +0100" value="0.23767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 12:27:59 +0100" startDate="2018-02-15 12:01:30 +0100" endDate="2018-02-15 12:11:29 +0100" value="0.58591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 12:27:59 +0100" startDate="2018-02-15 12:11:29 +0100" endDate="2018-02-15 12:20:14 +0100" value="0.085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 13:29:17 +0100" startDate="2018-02-15 12:57:57 +0100" endDate="2018-02-15 13:07:49 +0100" value="0.03416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 13:29:17 +0100" startDate="2018-02-15 13:07:49 +0100" endDate="2018-02-15 13:17:04 +0100" value="0.07851"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 13:29:17 +0100" startDate="2018-02-15 13:17:04 +0100" endDate="2018-02-15 13:18:03 +0100" value="0.01397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 14:35:04 +0100" startDate="2018-02-15 13:40:10 +0100" endDate="2018-02-15 13:47:47 +0100" value="0.03962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 14:35:04 +0100" startDate="2018-02-15 13:50:52 +0100" endDate="2018-02-15 13:57:48 +0100" value="0.01532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 14:35:04 +0100" startDate="2018-02-15 14:17:42 +0100" endDate="2018-02-15 14:25:01 +0100" value="0.03314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 14:35:04 +0100" startDate="2018-02-15 14:25:01 +0100" endDate="2018-02-15 14:30:04 +0100" value="0.02457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 15:26:49 +0100" startDate="2018-02-15 15:01:12 +0100" endDate="2018-02-15 15:11:07 +0100" value="0.02141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 15:26:49 +0100" startDate="2018-02-15 15:13:46 +0100" endDate="2018-02-15 15:22:36 +0100" value="0.07079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 16:28:26 +0100" startDate="2018-02-15 15:37:33 +0100" endDate="2018-02-15 15:44:13 +0100" value="0.0044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 16:28:26 +0100" startDate="2018-02-15 15:50:41 +0100" endDate="2018-02-15 15:58:08 +0100" value="0.02554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 16:28:26 +0100" startDate="2018-02-15 15:58:08 +0100" endDate="2018-02-15 16:05:28 +0100" value="0.05927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 16:28:26 +0100" startDate="2018-02-15 16:05:28 +0100" endDate="2018-02-15 16:13:55 +0100" value="0.0225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 17:33:32 +0100" startDate="2018-02-15 17:06:08 +0100" endDate="2018-02-15 17:12:25 +0100" value="0.00378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 18:27:55 +0100" startDate="2018-02-15 17:29:34 +0100" endDate="2018-02-15 17:39:33 +0100" value="0.18015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 18:27:55 +0100" startDate="2018-02-15 17:39:33 +0100" endDate="2018-02-15 17:48:13 +0100" value="0.63333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 18:27:55 +0100" startDate="2018-02-15 17:54:17 +0100" endDate="2018-02-15 18:04:16 +0100" value="0.14935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 18:27:55 +0100" startDate="2018-02-15 18:04:16 +0100" endDate="2018-02-15 18:13:05 +0100" value="0.01168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 18:27:55 +0100" startDate="2018-02-15 18:13:05 +0100" endDate="2018-02-15 18:20:49 +0100" value="0.14799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 19:35:20 +0100" startDate="2018-02-15 18:29:24 +0100" endDate="2018-02-15 18:35:47 +0100" value="0.00778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 19:35:20 +0100" startDate="2018-02-15 18:38:36 +0100" endDate="2018-02-15 18:46:16 +0100" value="0.03386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 21:29:56 +0100" startDate="2018-02-15 20:37:53 +0100" endDate="2018-02-15 20:43:58 +0100" value="0.00378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 21:29:56 +0100" startDate="2018-02-15 20:43:58 +0100" endDate="2018-02-15 20:49:08 +0100" value="0.01136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 21:29:56 +0100" startDate="2018-02-15 20:52:22 +0100" endDate="2018-02-15 21:00:30 +0100" value="0.11091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 21:29:56 +0100" startDate="2018-02-15 21:01:07 +0100" endDate="2018-02-15 21:10:46 +0100" value="0.19928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 21:29:56 +0100" startDate="2018-02-15 21:10:46 +0100" endDate="2018-02-15 21:15:32 +0100" value="0.0461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 22:48:29 +0100" startDate="2018-02-15 21:22:26 +0100" endDate="2018-02-15 21:32:26 +0100" value="0.04397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 22:48:29 +0100" startDate="2018-02-15 21:32:26 +0100" endDate="2018-02-15 21:33:09 +0100" value="0.03262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 22:48:29 +0100" startDate="2018-02-15 21:46:07 +0100" endDate="2018-02-15 21:52:23 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 22:48:29 +0100" startDate="2018-02-15 22:29:43 +0100" endDate="2018-02-15 22:36:42 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-15 23:26:39 +0100" startDate="2018-02-15 22:42:23 +0100" endDate="2018-02-15 22:48:30 +0100" value="0.0024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 00:55:46 +0100" startDate="2018-02-15 23:50:11 +0100" endDate="2018-02-15 23:56:41 +0100" value="0.00498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 00:55:46 +0100" startDate="2018-02-16 00:01:07 +0100" endDate="2018-02-16 00:08:53 +0100" value="0.0228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 08:26:58 +0100" startDate="2018-02-16 07:30:00 +0100" endDate="2018-02-16 07:39:17 +0100" value="0.05127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 08:26:58 +0100" startDate="2018-02-16 07:51:32 +0100" endDate="2018-02-16 07:58:58 +0100" value="0.03874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 08:26:58 +0100" startDate="2018-02-16 07:58:58 +0100" endDate="2018-02-16 08:04:10 +0100" value="0.02163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 08:26:58 +0100" startDate="2018-02-16 08:04:10 +0100" endDate="2018-02-16 08:14:09 +0100" value="0.03081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 08:26:58 +0100" startDate="2018-02-16 08:14:09 +0100" endDate="2018-02-16 08:23:55 +0100" value="0.73315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 10:26:47 +0100" startDate="2018-02-16 09:39:13 +0100" endDate="2018-02-16 09:48:24 +0100" value="0.0559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 10:26:47 +0100" startDate="2018-02-16 09:53:29 +0100" endDate="2018-02-16 10:02:09 +0100" value="0.04178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 12:28:17 +0100" startDate="2018-02-16 11:27:24 +0100" endDate="2018-02-16 11:37:24 +0100" value="0.30679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 12:28:17 +0100" startDate="2018-02-16 11:37:24 +0100" endDate="2018-02-16 11:44:48 +0100" value="0.35534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 12:28:17 +0100" startDate="2018-02-16 12:07:48 +0100" endDate="2018-02-16 12:17:47 +0100" value="0.32489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 12:28:17 +0100" startDate="2018-02-16 12:17:47 +0100" endDate="2018-02-16 12:24:40 +0100" value="0.456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 13:33:41 +0100" startDate="2018-02-16 12:24:40 +0100" endDate="2018-02-16 12:28:17 +0100" value="0.00049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 13:33:41 +0100" startDate="2018-02-16 12:33:29 +0100" endDate="2018-02-16 12:43:28 +0100" value="0.0381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 13:33:41 +0100" startDate="2018-02-16 12:43:28 +0100" endDate="2018-02-16 12:50:12 +0100" value="0.06628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 13:33:41 +0100" startDate="2018-02-16 13:09:54 +0100" endDate="2018-02-16 13:19:54 +0100" value="0.17239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 13:33:41 +0100" startDate="2018-02-16 13:19:54 +0100" endDate="2018-02-16 13:29:54 +0100" value="0.21854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 14:27:48 +0100" startDate="2018-02-16 13:29:54 +0100" endDate="2018-02-16 13:33:41 +0100" value="0.02939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 14:27:48 +0100" startDate="2018-02-16 13:39:04 +0100" endDate="2018-02-16 13:47:29 +0100" value="0.1402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 14:27:48 +0100" startDate="2018-02-16 13:47:29 +0100" endDate="2018-02-16 13:57:10 +0100" value="0.01615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 16:25:57 +0100" startDate="2018-02-16 15:30:05 +0100" endDate="2018-02-16 15:40:04 +0100" value="0.12602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 16:25:57 +0100" startDate="2018-02-16 15:40:04 +0100" endDate="2018-02-16 15:48:51 +0100" value="0.05725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 16:25:57 +0100" startDate="2018-02-16 15:51:41 +0100" endDate="2018-02-16 16:01:40 +0100" value="0.44392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 16:25:57 +0100" startDate="2018-02-16 16:01:40 +0100" endDate="2018-02-16 16:04:19 +0100" value="0.15039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 17:26:18 +0100" startDate="2018-02-16 16:42:27 +0100" endDate="2018-02-16 16:49:00 +0100" value="0.02082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 17:26:18 +0100" startDate="2018-02-16 16:53:08 +0100" endDate="2018-02-16 17:03:06 +0100" value="0.01276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 17:26:18 +0100" startDate="2018-02-16 17:03:06 +0100" endDate="2018-02-16 17:12:38 +0100" value="0.57065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 17:26:18 +0100" startDate="2018-02-16 17:12:38 +0100" endDate="2018-02-16 17:22:35 +0100" value="0.05366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 18:29:29 +0100" startDate="2018-02-16 17:22:35 +0100" endDate="2018-02-16 17:26:19 +0100" value="0.2131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 19:27:51 +0100" startDate="2018-02-16 18:30:06 +0100" endDate="2018-02-16 18:35:19 +0100" value="0.04853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 19:27:51 +0100" startDate="2018-02-16 19:01:35 +0100" endDate="2018-02-16 19:08:33 +0100" value="0.00378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 19:27:51 +0100" startDate="2018-02-16 19:12:37 +0100" endDate="2018-02-16 19:19:35 +0100" value="0.02026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 20:26:43 +0100" startDate="2018-02-16 19:19:35 +0100" endDate="2018-02-16 19:27:32 +0100" value="0.0295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 20:26:43 +0100" startDate="2018-02-16 19:46:52 +0100" endDate="2018-02-16 19:54:21 +0100" value="0.01016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 20:26:43 +0100" startDate="2018-02-16 20:03:31 +0100" endDate="2018-02-16 20:13:07 +0100" value="0.05722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 21:26:38 +0100" startDate="2018-02-16 20:18:20 +0100" endDate="2018-02-16 20:26:32 +0100" value="0.0444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 21:26:38 +0100" startDate="2018-02-16 20:32:42 +0100" endDate="2018-02-16 20:41:14 +0100" value="0.01678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 21:26:38 +0100" startDate="2018-02-16 20:41:14 +0100" endDate="2018-02-16 20:46:52 +0100" value="0.00168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 21:26:38 +0100" startDate="2018-02-16 20:59:46 +0100" endDate="2018-02-16 21:07:12 +0100" value="0.02263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 21:26:38 +0100" startDate="2018-02-16 21:08:34 +0100" endDate="2018-02-16 21:17:03 +0100" value="0.02292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 21:17:03 +0100" endDate="2018-02-16 21:25:06 +0100" value="0.00539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 21:31:45 +0100" endDate="2018-02-16 21:37:57 +0100" value="0.01245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 21:40:55 +0100" endDate="2018-02-16 21:47:05 +0100" value="0.00616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 22:02:44 +0100" endDate="2018-02-16 22:11:45 +0100" value="0.02688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 22:11:45 +0100" endDate="2018-02-16 22:18:36 +0100" value="0.01671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 22:23:34 +0100" endDate="2018-02-16 22:30:50 +0100" value="0.01543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 22:30:50 +0100" endDate="2018-02-16 22:40:12 +0100" value="0.026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 22:40:12 +0100" endDate="2018-02-16 22:49:06 +0100" value="0.09123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 22:49:06 +0100" endDate="2018-02-16 22:59:02 +0100" value="0.02049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 23:05:17 +0100" endDate="2018-02-16 23:12:23 +0100" value="0.02254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-16 23:43:35 +0100" startDate="2018-02-16 23:22:23 +0100" endDate="2018-02-16 23:31:11 +0100" value="0.02141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 11:26:14 +0100" startDate="2018-02-17 10:26:29 +0100" endDate="2018-02-17 10:34:49 +0100" value="0.02144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 11:26:14 +0100" startDate="2018-02-17 10:37:40 +0100" endDate="2018-02-17 10:46:53 +0100" value="0.04543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 11:26:14 +0100" startDate="2018-02-17 10:49:17 +0100" endDate="2018-02-17 10:55:35 +0100" value="0.01137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 11:26:14 +0100" startDate="2018-02-17 10:58:05 +0100" endDate="2018-02-17 11:07:57 +0100" value="0.0195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 11:26:14 +0100" startDate="2018-02-17 11:07:57 +0100" endDate="2018-02-17 11:17:31 +0100" value="0.13962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 12:27:50 +0100" startDate="2018-02-17 11:17:31 +0100" endDate="2018-02-17 11:27:08 +0100" value="0.16163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 12:27:50 +0100" startDate="2018-02-17 11:27:08 +0100" endDate="2018-02-17 11:32:21 +0100" value="0.04773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 12:27:50 +0100" startDate="2018-02-17 11:48:24 +0100" endDate="2018-02-17 11:58:13 +0100" value="0.17427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 12:27:50 +0100" startDate="2018-02-17 11:58:13 +0100" endDate="2018-02-17 11:58:46 +0100" value="0.0035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 12:27:50 +0100" startDate="2018-02-17 12:03:49 +0100" endDate="2018-02-17 12:13:43 +0100" value="0.22944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 12:27:50 +0100" startDate="2018-02-17 12:13:43 +0100" endDate="2018-02-17 12:20:03 +0100" value="0.16095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 13:29:18 +0100" startDate="2018-02-17 12:34:16 +0100" endDate="2018-02-17 12:44:01 +0100" value="0.19791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 13:29:18 +0100" startDate="2018-02-17 12:44:01 +0100" endDate="2018-02-17 12:53:45 +0100" value="0.14029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 13:29:18 +0100" startDate="2018-02-17 12:53:45 +0100" endDate="2018-02-17 13:01:57 +0100" value="0.09655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 13:29:18 +0100" startDate="2018-02-17 13:01:57 +0100" endDate="2018-02-17 13:09:58 +0100" value="0.1035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 13:29:18 +0100" startDate="2018-02-17 13:09:58 +0100" endDate="2018-02-17 13:19:57 +0100" value="0.14394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 14:25:52 +0100" startDate="2018-02-17 13:19:57 +0100" endDate="2018-02-17 13:29:22 +0100" value="0.09934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 14:25:52 +0100" startDate="2018-02-17 14:14:03 +0100" endDate="2018-02-17 14:23:56 +0100" value="0.13478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 15:35:15 +0100" startDate="2018-02-17 14:23:56 +0100" endDate="2018-02-17 14:28:36 +0100" value="0.03048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 15:35:15 +0100" startDate="2018-02-17 14:30:34 +0100" endDate="2018-02-17 14:36:49 +0100" value="0.00515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 15:35:15 +0100" startDate="2018-02-17 14:44:30 +0100" endDate="2018-02-17 14:54:27 +0100" value="0.01302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 15:35:15 +0100" startDate="2018-02-17 14:54:27 +0100" endDate="2018-02-17 15:03:59 +0100" value="0.23975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 15:35:15 +0100" startDate="2018-02-17 15:03:59 +0100" endDate="2018-02-17 15:10:40 +0100" value="0.18406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 16:27:15 +0100" startDate="2018-02-17 15:42:21 +0100" endDate="2018-02-17 15:52:20 +0100" value="0.20097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 16:27:15 +0100" startDate="2018-02-17 16:12:28 +0100" endDate="2018-02-17 16:22:26 +0100" value="0.16993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 17:35:38 +0100" startDate="2018-02-17 16:22:26 +0100" endDate="2018-02-17 16:32:25 +0100" value="0.49363"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 17:35:38 +0100" startDate="2018-02-17 16:32:25 +0100" endDate="2018-02-17 16:40:04 +0100" value="0.24829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 17:35:38 +0100" startDate="2018-02-17 16:40:04 +0100" endDate="2018-02-17 16:50:02 +0100" value="0.05884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 18:33:32 +0100" startDate="2018-02-17 17:29:42 +0100" endDate="2018-02-17 17:35:52 +0100" value="0.00846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 18:33:32 +0100" startDate="2018-02-17 17:37:07 +0100" endDate="2018-02-17 17:43:45 +0100" value="0.00626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 18:33:32 +0100" startDate="2018-02-17 17:55:46 +0100" endDate="2018-02-17 18:01:59 +0100" value="0.0078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 19:26:04 +0100" startDate="2018-02-17 18:19:54 +0100" endDate="2018-02-17 18:29:52 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 19:26:04 +0100" startDate="2018-02-17 18:49:54 +0100" endDate="2018-02-17 18:59:41 +0100" value="0.00673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 19:26:04 +0100" startDate="2018-02-17 18:59:41 +0100" endDate="2018-02-17 19:01:45 +0100" value="0.01615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 20:29:07 +0100" startDate="2018-02-17 19:20:10 +0100" endDate="2018-02-17 19:29:48 +0100" value="0.10052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-17 20:29:07 +0100" startDate="2018-02-17 19:29:48 +0100" endDate="2018-02-17 19:34:52 +0100" value="0.01163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 03:46:23 +0100" startDate="2018-02-18 03:14:19 +0100" endDate="2018-02-18 03:20:50 +0100" value="0.00976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 03:46:23 +0100" startDate="2018-02-18 03:20:50 +0100" endDate="2018-02-18 03:27:38 +0100" value="0.0167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 09:28:27 +0100" startDate="2018-02-18 08:48:58 +0100" endDate="2018-02-18 08:58:58 +0100" value="0.03954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 09:28:27 +0100" startDate="2018-02-18 08:58:58 +0100" endDate="2018-02-18 09:06:27 +0100" value="0.05379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 10:26:46 +0100" startDate="2018-02-18 09:51:18 +0100" endDate="2018-02-18 09:58:22 +0100" value="0.00665"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 10:26:46 +0100" startDate="2018-02-18 09:58:22 +0100" endDate="2018-02-18 10:02:07 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 12:30:38 +0100" startDate="2018-02-18 12:07:18 +0100" endDate="2018-02-18 12:15:34 +0100" value="0.06914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 14:33:25 +0100" startDate="2018-02-18 13:45:07 +0100" endDate="2018-02-18 13:54:57 +0100" value="0.07939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 14:33:25 +0100" startDate="2018-02-18 13:54:57 +0100" endDate="2018-02-18 13:55:35 +0100" value="0.00636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 14:33:25 +0100" startDate="2018-02-18 14:03:06 +0100" endDate="2018-02-18 14:09:57 +0100" value="0.03556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 14:33:25 +0100" startDate="2018-02-18 14:11:51 +0100" endDate="2018-02-18 14:21:38 +0100" value="0.06586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 14:33:25 +0100" startDate="2018-02-18 14:21:38 +0100" endDate="2018-02-18 14:29:40 +0100" value="0.06504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 14:29:40 +0100" endDate="2018-02-18 14:39:40 +0100" value="0.03366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 14:39:40 +0100" endDate="2018-02-18 14:46:18 +0100" value="0.01521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 14:46:18 +0100" endDate="2018-02-18 14:49:57 +0100" value="0.00583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 14:52:14 +0100" endDate="2018-02-18 14:58:17 +0100" value="0.00615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 15:03:58 +0100" endDate="2018-02-18 15:13:51 +0100" value="0.05021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 15:13:51 +0100" endDate="2018-02-18 15:19:43 +0100" value="0.02398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 15:35:15 +0100" startDate="2018-02-18 15:19:43 +0100" endDate="2018-02-18 15:25:07 +0100" value="0.02004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 16:28:20 +0100" startDate="2018-02-18 15:49:20 +0100" endDate="2018-02-18 15:55:28 +0100" value="0.01327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 16:28:20 +0100" startDate="2018-02-18 16:13:05 +0100" endDate="2018-02-18 16:22:32 +0100" value="0.03428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 17:27:01 +0100" startDate="2018-02-18 16:22:32 +0100" endDate="2018-02-18 16:32:06 +0100" value="0.044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 17:27:01 +0100" startDate="2018-02-18 16:32:06 +0100" endDate="2018-02-18 16:37:43 +0100" value="0.12868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 19:26:15 +0100" startDate="2018-02-18 18:25:33 +0100" endDate="2018-02-18 18:32:04 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 19:26:15 +0100" startDate="2018-02-18 18:32:04 +0100" endDate="2018-02-18 18:40:09 +0100" value="0.01917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 19:26:15 +0100" startDate="2018-02-18 18:41:21 +0100" endDate="2018-02-18 18:50:53 +0100" value="0.06949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 19:26:15 +0100" startDate="2018-02-18 18:50:53 +0100" endDate="2018-02-18 18:56:43 +0100" value="0.11708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 19:26:15 +0100" startDate="2018-02-18 18:57:45 +0100" endDate="2018-02-18 19:03:58 +0100" value="0.0016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 19:26:15 +0100" startDate="2018-02-18 19:11:26 +0100" endDate="2018-02-18 19:19:00 +0100" value="0.03415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 21:29:19 +0100" startDate="2018-02-18 21:17:07 +0100" endDate="2018-02-18 21:24:29 +0100" value="0.0136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-18 22:32:38 +0100" startDate="2018-02-18 21:50:03 +0100" endDate="2018-02-18 21:57:29 +0100" value="0.04313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 07:31:06 +0100" startDate="2018-02-19 07:04:27 +0100" endDate="2018-02-19 07:13:46 +0100" value="0.0515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 07:31:06 +0100" startDate="2018-02-19 07:13:46 +0100" endDate="2018-02-19 07:18:32 +0100" value="0.01152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 08:29:13 +0100" startDate="2018-02-19 07:25:09 +0100" endDate="2018-02-19 07:32:20 +0100" value="0.02713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 08:29:13 +0100" startDate="2018-02-19 07:32:59 +0100" endDate="2018-02-19 07:42:58 +0100" value="0.08491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 08:29:13 +0100" startDate="2018-02-19 07:42:58 +0100" endDate="2018-02-19 07:51:13 +0100" value="0.68027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 08:29:13 +0100" startDate="2018-02-19 07:51:13 +0100" endDate="2018-02-19 08:00:27 +0100" value="0.1506"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 08:29:13 +0100" startDate="2018-02-19 08:08:11 +0100" endDate="2018-02-19 08:16:31 +0100" value="0.06054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 09:27:18 +0100" startDate="2018-02-19 09:04:43 +0100" endDate="2018-02-19 09:14:43 +0100" value="0.11528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 09:27:18 +0100" startDate="2018-02-19 09:14:43 +0100" endDate="2018-02-19 09:20:37 +0100" value="0.0808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 10:32:13 +0100" startDate="2018-02-19 09:27:42 +0100" endDate="2018-02-19 09:34:46 +0100" value="0.03149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 10:32:13 +0100" startDate="2018-02-19 09:34:46 +0100" endDate="2018-02-19 09:44:45 +0100" value="0.11138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 10:32:13 +0100" startDate="2018-02-19 09:44:45 +0100" endDate="2018-02-19 09:53:55 +0100" value="0.04045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 10:32:13 +0100" startDate="2018-02-19 09:53:55 +0100" endDate="2018-02-19 09:58:45 +0100" value="0.02256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 12:26:57 +0100" startDate="2018-02-19 11:22:02 +0100" endDate="2018-02-19 11:31:41 +0100" value="0.056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 12:26:57 +0100" startDate="2018-02-19 11:31:41 +0100" endDate="2018-02-19 11:41:40 +0100" value="0.56786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 12:26:57 +0100" startDate="2018-02-19 11:41:40 +0100" endDate="2018-02-19 11:48:36 +0100" value="0.16888"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 12:26:57 +0100" startDate="2018-02-19 12:12:10 +0100" endDate="2018-02-19 12:22:09 +0100" value="0.17042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 13:28:14 +0100" startDate="2018-02-19 12:22:09 +0100" endDate="2018-02-19 12:26:21 +0100" value="0.42086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 13:28:14 +0100" startDate="2018-02-19 12:27:29 +0100" endDate="2018-02-19 12:37:19 +0100" value="0.23427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 13:28:14 +0100" startDate="2018-02-19 12:37:19 +0100" endDate="2018-02-19 12:45:10 +0100" value="0.03486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 13:28:14 +0100" startDate="2018-02-19 12:55:12 +0100" endDate="2018-02-19 13:04:03 +0100" value="0.10546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 14:26:49 +0100" startDate="2018-02-19 13:56:32 +0100" endDate="2018-02-19 14:02:37 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 15:27:08 +0100" startDate="2018-02-19 14:37:08 +0100" endDate="2018-02-19 14:44:12 +0100" value="0.04511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 17:35:17 +0100" startDate="2018-02-19 16:48:56 +0100" endDate="2018-02-19 16:57:29 +0100" value="0.03359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 21:30:24 +0100" startDate="2018-02-19 20:41:14 +0100" endDate="2018-02-19 20:51:14 +0100" value="0.07952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 21:30:24 +0100" startDate="2018-02-19 20:51:14 +0100" endDate="2018-02-19 20:55:16 +0100" value="0.25859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 21:30:24 +0100" startDate="2018-02-19 20:55:23 +0100" endDate="2018-02-19 21:05:07 +0100" value="0.26724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 21:30:24 +0100" startDate="2018-02-19 21:05:07 +0100" endDate="2018-02-19 21:10:05 +0100" value="0.23557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 21:30:24 +0100" startDate="2018-02-19 21:10:05 +0100" endDate="2018-02-19 21:18:41 +0100" value="0.00466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-19 21:30:24 +0100" startDate="2018-02-19 21:18:41 +0100" endDate="2018-02-19 21:21:17 +0100" value="0.02444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 07:28:31 +0100" startDate="2018-02-20 06:57:53 +0100" endDate="2018-02-20 07:06:39 +0100" value="0.00749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 07:28:31 +0100" startDate="2018-02-20 07:12:29 +0100" endDate="2018-02-20 07:21:50 +0100" value="0.01016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 08:27:01 +0100" startDate="2018-02-20 07:21:50 +0100" endDate="2018-02-20 07:31:49 +0100" value="0.36507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 08:27:01 +0100" startDate="2018-02-20 07:31:49 +0100" endDate="2018-02-20 07:40:33 +0100" value="0.50046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 08:27:01 +0100" startDate="2018-02-20 07:40:33 +0100" endDate="2018-02-20 07:47:47 +0100" value="0.06997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 10:29:46 +0100" startDate="2018-02-20 09:24:50 +0100" endDate="2018-02-20 09:33:46 +0100" value="0.04584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 10:29:46 +0100" startDate="2018-02-20 09:57:11 +0100" endDate="2018-02-20 10:07:07 +0100" value="0.0399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 11:28:05 +0100" startDate="2018-02-20 10:38:12 +0100" endDate="2018-02-20 10:47:56 +0100" value="0.0256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 11:28:05 +0100" startDate="2018-02-20 10:47:56 +0100" endDate="2018-02-20 10:57:55 +0100" value="0.46578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 11:28:05 +0100" startDate="2018-02-20 10:57:55 +0100" endDate="2018-02-20 11:06:43 +0100" value="0.35687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 11:28:05 +0100" startDate="2018-02-20 11:06:43 +0100" endDate="2018-02-20 11:14:46 +0100" value="0.1026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 11:28:05 +0100" startDate="2018-02-20 11:15:41 +0100" endDate="2018-02-20 11:21:41 +0100" value="0.007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 12:25:55 +0100" startDate="2018-02-20 11:34:13 +0100" endDate="2018-02-20 11:40:13 +0100" value="0.0043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 12:25:55 +0100" startDate="2018-02-20 11:40:13 +0100" endDate="2018-02-20 11:46:38 +0100" value="0.02476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 12:25:55 +0100" startDate="2018-02-20 11:46:38 +0100" endDate="2018-02-20 11:55:15 +0100" value="0.08779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 12:25:55 +0100" startDate="2018-02-20 11:55:15 +0100" endDate="2018-02-20 12:00:46 +0100" value="0.0967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 12:25:55 +0100" startDate="2018-02-20 12:12:16 +0100" endDate="2018-02-20 12:22:15 +0100" value="0.10437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 12:22:15 +0100" endDate="2018-02-20 12:32:00 +0100" value="0.19073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 12:32:00 +0100" endDate="2018-02-20 12:38:11 +0100" value="0.06857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 12:38:11 +0100" endDate="2018-02-20 12:46:25 +0100" value="0.09139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 12:46:25 +0100" endDate="2018-02-20 12:56:04 +0100" value="0.08569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 12:56:04 +0100" endDate="2018-02-20 13:06:02 +0100" value="0.18236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 13:06:02 +0100" endDate="2018-02-20 13:13:09 +0100" value="0.17897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 13:26:20 +0100" startDate="2018-02-20 13:16:17 +0100" endDate="2018-02-20 13:22:30 +0100" value="0.01215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 14:25:59 +0100" startDate="2018-02-20 13:22:30 +0100" endDate="2018-02-20 13:32:27 +0100" value="0.10714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 14:25:59 +0100" startDate="2018-02-20 13:32:27 +0100" endDate="2018-02-20 13:42:25 +0100" value="0.08306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 14:25:59 +0100" startDate="2018-02-20 13:42:25 +0100" endDate="2018-02-20 13:52:25 +0100" value="0.72301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 14:25:59 +0100" startDate="2018-02-20 13:52:25 +0100" endDate="2018-02-20 14:02:25 +0100" value="0.56718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 14:25:59 +0100" startDate="2018-02-20 14:02:25 +0100" endDate="2018-02-20 14:10:04 +0100" value="0.34189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 15:28:11 +0100" startDate="2018-02-20 14:17:58 +0100" endDate="2018-02-20 14:27:57 +0100" value="0.05427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 15:28:11 +0100" startDate="2018-02-20 14:27:57 +0100" endDate="2018-02-20 14:30:30 +0100" value="0.04106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 15:28:11 +0100" startDate="2018-02-20 14:49:18 +0100" endDate="2018-02-20 14:59:18 +0100" value="0.17515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 15:28:11 +0100" startDate="2018-02-20 14:59:18 +0100" endDate="2018-02-20 15:02:06 +0100" value="0.09315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 16:28:53 +0100" startDate="2018-02-20 15:30:30 +0100" endDate="2018-02-20 15:36:42 +0100" value="0.00532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 16:28:53 +0100" startDate="2018-02-20 15:47:32 +0100" endDate="2018-02-20 15:57:31 +0100" value="0.30334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 16:28:53 +0100" startDate="2018-02-20 15:57:31 +0100" endDate="2018-02-20 16:02:35 +0100" value="0.06158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 18:25:57 +0100" startDate="2018-02-20 17:39:49 +0100" endDate="2018-02-20 17:46:55 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 19:26:00 +0100" startDate="2018-02-20 18:16:07 +0100" endDate="2018-02-20 18:26:06 +0100" value="0.0603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 19:26:00 +0100" startDate="2018-02-20 18:26:06 +0100" endDate="2018-02-20 18:36:05 +0100" value="0.51075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 19:26:00 +0100" startDate="2018-02-20 18:36:05 +0100" endDate="2018-02-20 18:46:03 +0100" value="0.38141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 19:26:00 +0100" startDate="2018-02-20 18:46:03 +0100" endDate="2018-02-20 18:48:10 +0100" value="0.01459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 19:26:00 +0100" startDate="2018-02-20 19:12:58 +0100" endDate="2018-02-20 19:22:55 +0100" value="0.08732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-20 21:30:19 +0100" startDate="2018-02-20 20:59:49 +0100" endDate="2018-02-20 21:05:56 +0100" value="0.00041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 06:27:46 +0100" startDate="2018-02-21 05:42:02 +0100" endDate="2018-02-21 05:48:09 +0100" value="0.0112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 06:27:46 +0100" startDate="2018-02-21 05:54:36 +0100" endDate="2018-02-21 06:04:22 +0100" value="0.05611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 06:27:46 +0100" startDate="2018-02-21 06:04:22 +0100" endDate="2018-02-21 06:07:10 +0100" value="0.00192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 07:29:00 +0100" startDate="2018-02-21 07:12:39 +0100" endDate="2018-02-21 07:15:06 +0100" value="0.00397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 08:27:58 +0100" startDate="2018-02-21 07:39:01 +0100" endDate="2018-02-21 07:45:55 +0100" value="0.0386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 08:27:58 +0100" startDate="2018-02-21 07:45:55 +0100" endDate="2018-02-21 07:55:33 +0100" value="0.03887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 08:27:58 +0100" startDate="2018-02-21 07:55:33 +0100" endDate="2018-02-21 08:05:19 +0100" value="0.72456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 08:27:58 +0100" startDate="2018-02-21 08:05:19 +0100" endDate="2018-02-21 08:14:50 +0100" value="0.36105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 08:27:58 +0100" startDate="2018-02-21 08:14:50 +0100" endDate="2018-02-21 08:23:43 +0100" value="0.04783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 11:29:30 +0100" startDate="2018-02-21 10:30:54 +0100" endDate="2018-02-21 10:40:54 +0100" value="0.05447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 12:29:57 +0100" startDate="2018-02-21 11:24:25 +0100" endDate="2018-02-21 11:34:24 +0100" value="0.20221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 12:29:57 +0100" startDate="2018-02-21 11:34:24 +0100" endDate="2018-02-21 11:42:30 +0100" value="0.44746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 12:29:57 +0100" startDate="2018-02-21 11:42:30 +0100" endDate="2018-02-21 11:47:31 +0100" value="0.0789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 12:29:57 +0100" startDate="2018-02-21 12:10:25 +0100" endDate="2018-02-21 12:20:24 +0100" value="0.04333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 13:25:55 +0100" startDate="2018-02-21 12:20:24 +0100" endDate="2018-02-21 12:29:43 +0100" value="0.73133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 13:25:55 +0100" startDate="2018-02-21 12:29:43 +0100" endDate="2018-02-21 12:34:29 +0100" value="0.03228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 13:25:55 +0100" startDate="2018-02-21 12:48:21 +0100" endDate="2018-02-21 12:56:00 +0100" value="0.04496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 13:25:55 +0100" startDate="2018-02-21 12:56:15 +0100" endDate="2018-02-21 13:04:52 +0100" value="0.01549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 13:25:55 +0100" startDate="2018-02-21 13:04:52 +0100" endDate="2018-02-21 13:13:34 +0100" value="0.14727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 15:28:14 +0100" startDate="2018-02-21 15:04:21 +0100" endDate="2018-02-21 15:12:52 +0100" value="0.04914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 16:29:47 +0100" startDate="2018-02-21 15:31:22 +0100" endDate="2018-02-21 15:38:18 +0100" value="0.01159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 16:29:47 +0100" startDate="2018-02-21 16:10:43 +0100" endDate="2018-02-21 16:20:43 +0100" value="0.03224"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 17:28:05 +0100" startDate="2018-02-21 16:20:43 +0100" endDate="2018-02-21 16:30:42 +0100" value="0.41945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 17:28:05 +0100" startDate="2018-02-21 16:30:42 +0100" endDate="2018-02-21 16:33:30 +0100" value="0.18252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 17:28:05 +0100" startDate="2018-02-21 16:41:12 +0100" endDate="2018-02-21 16:47:12 +0100" value="0.00456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 17:28:05 +0100" startDate="2018-02-21 17:08:06 +0100" endDate="2018-02-21 17:18:05 +0100" value="0.19617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 18:26:21 +0100" startDate="2018-02-21 17:18:05 +0100" endDate="2018-02-21 17:28:04 +0100" value="0.49628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 18:26:21 +0100" startDate="2018-02-21 17:28:04 +0100" endDate="2018-02-21 17:34:43 +0100" value="0.0823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 18:26:21 +0100" startDate="2018-02-21 17:34:43 +0100" endDate="2018-02-21 17:40:55 +0100" value="0.00658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 18:26:21 +0100" startDate="2018-02-21 17:43:57 +0100" endDate="2018-02-21 17:50:13 +0100" value="0.01088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 19:52:26 +0100" startDate="2018-02-21 18:37:12 +0100" endDate="2018-02-21 18:46:24 +0100" value="0.08613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-21 21:29:44 +0100" startDate="2018-02-21 20:42:40 +0100" endDate="2018-02-21 20:51:14 +0100" value="0.02557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 08:32:12 +0100" startDate="2018-02-22 07:21:23 +0100" endDate="2018-02-22 07:27:59 +0100" value="0.025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 08:32:12 +0100" startDate="2018-02-22 07:49:17 +0100" endDate="2018-02-22 07:55:50 +0100" value="0.025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 08:32:12 +0100" startDate="2018-02-22 07:56:38 +0100" endDate="2018-02-22 08:06:14 +0100" value="0.0662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 08:32:12 +0100" startDate="2018-02-22 08:06:14 +0100" endDate="2018-02-22 08:12:06 +0100" value="0.39643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 08:32:12 +0100" startDate="2018-02-22 08:13:34 +0100" endDate="2018-02-22 08:23:32 +0100" value="0.28241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 09:40:05 +0100" startDate="2018-02-22 08:23:32 +0100" endDate="2018-02-22 08:33:12 +0100" value="0.89025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 09:40:05 +0100" startDate="2018-02-22 08:33:12 +0100" endDate="2018-02-22 08:35:15 +0100" value="0.03189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 09:40:05 +0100" startDate="2018-02-22 08:38:41 +0100" endDate="2018-02-22 08:46:33 +0100" value="0.00701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 09:40:05 +0100" startDate="2018-02-22 08:46:33 +0100" endDate="2018-02-22 08:55:37 +0100" value="0.03233"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 09:40:05 +0100" startDate="2018-02-22 09:18:03 +0100" endDate="2018-02-22 09:24:10 +0100" value="0.01202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 09:40:05 +0100" startDate="2018-02-22 09:24:10 +0100" endDate="2018-02-22 09:29:46 +0100" value="0.0076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 10:31:01 +0100" startDate="2018-02-22 09:29:46 +0100" endDate="2018-02-22 09:29:49 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 10:31:01 +0100" startDate="2018-02-22 10:03:06 +0100" endDate="2018-02-22 10:11:28 +0100" value="0.02138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 10:31:01 +0100" startDate="2018-02-22 10:14:18 +0100" endDate="2018-02-22 10:20:21 +0100" value="0.00631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 11:40:05 +0100" startDate="2018-02-22 10:25:02 +0100" endDate="2018-02-22 10:33:04 +0100" value="0.0265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 11:40:05 +0100" startDate="2018-02-22 10:34:02 +0100" endDate="2018-02-22 10:40:10 +0100" value="0.01235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 11:40:05 +0100" startDate="2018-02-22 10:46:07 +0100" endDate="2018-02-22 10:56:02 +0100" value="0.04981"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 11:40:05 +0100" startDate="2018-02-22 10:56:02 +0100" endDate="2018-02-22 11:04:41 +0100" value="0.05861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 11:40:05 +0100" startDate="2018-02-22 11:15:40 +0100" endDate="2018-02-22 11:25:36 +0100" value="0.03378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 12:26:03 +0100" startDate="2018-02-22 11:25:36 +0100" endDate="2018-02-22 11:25:42 +0100" value="0.00046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 13:26:02 +0100" startDate="2018-02-22 12:38:41 +0100" endDate="2018-02-22 12:48:40 +0100" value="0.35946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 13:26:02 +0100" startDate="2018-02-22 12:48:40 +0100" endDate="2018-02-22 12:58:38 +0100" value="0.7478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 13:26:02 +0100" startDate="2018-02-22 12:58:38 +0100" endDate="2018-02-22 13:08:35 +0100" value="0.63107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 13:26:02 +0100" startDate="2018-02-22 13:08:35 +0100" endDate="2018-02-22 13:15:30 +0100" value="0.25379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 13:26:02 +0100" startDate="2018-02-22 13:15:30 +0100" endDate="2018-02-22 13:25:29 +0100" value="0.32718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 14:25:51 +0100" startDate="2018-02-22 13:54:21 +0100" endDate="2018-02-22 14:04:15 +0100" value="0.02893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 14:25:51 +0100" startDate="2018-02-22 14:04:15 +0100" endDate="2018-02-22 14:07:44 +0100" value="0.06615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 15:27:33 +0100" startDate="2018-02-22 14:55:13 +0100" endDate="2018-02-22 15:05:12 +0100" value="0.22532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 15:27:33 +0100" startDate="2018-02-22 15:05:12 +0100" endDate="2018-02-22 15:15:12 +0100" value="0.64139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 15:27:33 +0100" startDate="2018-02-22 15:15:12 +0100" endDate="2018-02-22 15:25:10 +0100" value="0.86299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 16:30:59 +0100" startDate="2018-02-22 15:25:10 +0100" endDate="2018-02-22 15:33:19 +0100" value="0.55652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 16:30:59 +0100" startDate="2018-02-22 15:47:13 +0100" endDate="2018-02-22 15:55:02 +0100" value="0.02746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 16:30:59 +0100" startDate="2018-02-22 15:55:02 +0100" endDate="2018-02-22 16:00:23 +0100" value="0.03654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 16:30:59 +0100" startDate="2018-02-22 16:04:50 +0100" endDate="2018-02-22 16:11:05 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 16:30:59 +0100" startDate="2018-02-22 16:12:52 +0100" endDate="2018-02-22 16:22:46 +0100" value="0.00861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 20:25:56 +0100" startDate="2018-02-22 19:46:57 +0100" endDate="2018-02-22 19:56:57 +0100" value="0.09666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 20:25:56 +0100" startDate="2018-02-22 19:56:57 +0100" endDate="2018-02-22 20:02:56 +0100" value="0.54636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 20:25:56 +0100" startDate="2018-02-22 20:05:04 +0100" endDate="2018-02-22 20:15:02 +0100" value="0.41066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-22 20:25:56 +0100" startDate="2018-02-22 20:15:02 +0100" endDate="2018-02-22 20:18:53 +0100" value="0.20223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 07:31:53 +0100" endDate="2018-02-23 07:38:19 +0100" value="0.01487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 07:38:19 +0100" endDate="2018-02-23 07:44:48 +0100" value="0.01196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 07:44:48 +0100" endDate="2018-02-23 07:49:55 +0100" value="0.00572"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 07:49:55 +0100" endDate="2018-02-23 07:54:51 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 07:56:55 +0100" endDate="2018-02-23 08:05:15 +0100" value="0.02653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 08:05:15 +0100" endDate="2018-02-23 08:15:10 +0100" value="0.05602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 08:31:09 +0100" startDate="2018-02-23 08:15:10 +0100" endDate="2018-02-23 08:24:29 +0100" value="0.38389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 09:36:41 +0100" startDate="2018-02-23 08:24:29 +0100" endDate="2018-02-23 08:34:11 +0100" value="0.64263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 09:36:41 +0100" startDate="2018-02-23 08:34:11 +0100" endDate="2018-02-23 08:41:53 +0100" value="0.56096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 09:36:41 +0100" startDate="2018-02-23 08:41:53 +0100" endDate="2018-02-23 08:47:22 +0100" value="0.0051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 09:36:41 +0100" startDate="2018-02-23 09:03:55 +0100" endDate="2018-02-23 09:10:03 +0100" value="0.00822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 10:30:17 +0100" startDate="2018-02-23 09:10:03 +0100" endDate="2018-02-23 09:14:48 +0100" value="0.00306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 10:30:17 +0100" startDate="2018-02-23 09:30:42 +0100" endDate="2018-02-23 09:39:23 +0100" value="0.03792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 10:30:17 +0100" startDate="2018-02-23 09:59:30 +0100" endDate="2018-02-23 10:06:26 +0100" value="0.02968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 11:28:59 +0100" startDate="2018-02-23 10:28:03 +0100" endDate="2018-02-23 10:38:02 +0100" value="0.03866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 11:28:59 +0100" startDate="2018-02-23 10:38:02 +0100" endDate="2018-02-23 10:40:57 +0100" value="0.02632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 12:31:33 +0100" startDate="2018-02-23 11:27:49 +0100" endDate="2018-02-23 11:36:37 +0100" value="0.0429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 12:31:33 +0100" startDate="2018-02-23 11:39:31 +0100" endDate="2018-02-23 11:48:27 +0100" value="0.01874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 12:31:33 +0100" startDate="2018-02-23 11:48:27 +0100" endDate="2018-02-23 11:56:43 +0100" value="0.01184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 12:31:33 +0100" startDate="2018-02-23 12:11:54 +0100" endDate="2018-02-23 12:18:10 +0100" value="0.01687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 13:27:34 +0100" startDate="2018-02-23 12:46:28 +0100" endDate="2018-02-23 12:56:27 +0100" value="0.06723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 13:27:34 +0100" startDate="2018-02-23 12:56:27 +0100" endDate="2018-02-23 13:06:26 +0100" value="0.79435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 13:27:34 +0100" startDate="2018-02-23 13:06:26 +0100" endDate="2018-02-23 13:16:26 +0100" value="1.03442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 13:27:34 +0100" startDate="2018-02-23 13:16:26 +0100" endDate="2018-02-23 13:18:24 +0100" value="0.06545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 15:26:00 +0100" startDate="2018-02-23 14:36:23 +0100" endDate="2018-02-23 14:45:21 +0100" value="0.07943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 15:26:00 +0100" startDate="2018-02-23 14:49:22 +0100" endDate="2018-02-23 14:59:22 +0100" value="0.22653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 15:26:00 +0100" startDate="2018-02-23 14:59:22 +0100" endDate="2018-02-23 15:09:21 +0100" value="0.66831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 15:26:00 +0100" startDate="2018-02-23 15:09:21 +0100" endDate="2018-02-23 15:18:18 +0100" value="0.28409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 15:18:18 +0100" endDate="2018-02-23 15:27:24 +0100" value="0.04315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 15:28:54 +0100" endDate="2018-02-23 15:38:52 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 15:38:52 +0100" endDate="2018-02-23 15:47:38 +0100" value="0.03331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 15:49:05 +0100" endDate="2018-02-23 15:56:29 +0100" value="0.01698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 15:56:29 +0100" endDate="2018-02-23 16:03:55 +0100" value="0.00567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 16:03:55 +0100" endDate="2018-02-23 16:08:19 +0100" value="0.0082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 16:28:06 +0100" startDate="2018-02-23 16:08:44 +0100" endDate="2018-02-23 16:18:27 +0100" value="0.08905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 17:34:14 +0100" startDate="2018-02-23 16:18:27 +0100" endDate="2018-02-23 16:19:03 +0100" value="0.00736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 17:34:14 +0100" startDate="2018-02-23 16:44:11 +0100" endDate="2018-02-23 16:51:45 +0100" value="0.05239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 17:34:14 +0100" startDate="2018-02-23 17:04:37 +0100" endDate="2018-02-23 17:14:29 +0100" value="0.04265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 17:34:14 +0100" startDate="2018-02-23 17:14:29 +0100" endDate="2018-02-23 17:24:28 +0100" value="0.19489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 18:28:49 +0100" startDate="2018-02-23 17:24:28 +0100" endDate="2018-02-23 17:34:13 +0100" value="0.31134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 18:28:49 +0100" startDate="2018-02-23 17:34:13 +0100" endDate="2018-02-23 17:37:28 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 18:28:49 +0100" startDate="2018-02-23 17:39:54 +0100" endDate="2018-02-23 17:46:07 +0100" value="0.0028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 18:28:49 +0100" startDate="2018-02-23 17:50:27 +0100" endDate="2018-02-23 17:56:35 +0100" value="0.00144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 18:28:49 +0100" startDate="2018-02-23 17:56:35 +0100" endDate="2018-02-23 18:00:48 +0100" value="0.00184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 19:29:48 +0100" startDate="2018-02-23 18:23:52 +0100" endDate="2018-02-23 18:30:38 +0100" value="0.00439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 19:29:48 +0100" startDate="2018-02-23 18:54:56 +0100" endDate="2018-02-23 19:02:32 +0100" value="0.00368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 19:29:48 +0100" startDate="2018-02-23 19:02:32 +0100" endDate="2018-02-23 19:12:27 +0100" value="0.21352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 19:29:48 +0100" startDate="2018-02-23 19:12:27 +0100" endDate="2018-02-23 19:20:40 +0100" value="0.01308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 20:33:05 +0100" startDate="2018-02-23 19:36:36 +0100" endDate="2018-02-23 19:46:35 +0100" value="0.15926"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 20:33:05 +0100" startDate="2018-02-23 19:46:35 +0100" endDate="2018-02-23 19:56:32 +0100" value="0.305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 20:33:05 +0100" startDate="2018-02-23 19:56:32 +0100" endDate="2018-02-23 20:06:31 +0100" value="1.02666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 20:33:05 +0100" startDate="2018-02-23 20:06:31 +0100" endDate="2018-02-23 20:14:57 +0100" value="0.33381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 23:04:41 +0100" startDate="2018-02-23 22:52:24 +0100" endDate="2018-02-23 22:58:54 +0100" value="0.02103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 23:52:00 +0100" startDate="2018-02-23 22:58:54 +0100" endDate="2018-02-23 23:08:53 +0100" value="0.0469"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 23:52:00 +0100" startDate="2018-02-23 23:08:53 +0100" endDate="2018-02-23 23:18:51 +0100" value="1.0749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-23 23:52:00 +0100" startDate="2018-02-23 23:18:51 +0100" endDate="2018-02-23 23:25:56 +0100" value="0.32587"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 08:31:44 +0100" startDate="2018-02-24 07:44:12 +0100" endDate="2018-02-24 07:53:54 +0100" value="0.03022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 08:31:44 +0100" startDate="2018-02-24 08:06:03 +0100" endDate="2018-02-24 08:12:15 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 08:31:44 +0100" startDate="2018-02-24 08:12:35 +0100" endDate="2018-02-24 08:20:10 +0100" value="0.02082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 08:31:44 +0100" startDate="2018-02-24 08:20:10 +0100" endDate="2018-02-24 08:28:26 +0100" value="0.10298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 09:29:28 +0100" startDate="2018-02-24 08:28:26 +0100" endDate="2018-02-24 08:38:25 +0100" value="0.03857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 09:29:28 +0100" startDate="2018-02-24 08:38:25 +0100" endDate="2018-02-24 08:45:50 +0100" value="0.00957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 09:29:28 +0100" startDate="2018-02-24 09:09:14 +0100" endDate="2018-02-24 09:15:14 +0100" value="0.00088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 10:33:38 +0100" startDate="2018-02-24 09:31:23 +0100" endDate="2018-02-24 09:41:13 +0100" value="0.2415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 10:33:38 +0100" startDate="2018-02-24 09:41:13 +0100" endDate="2018-02-24 09:50:42 +0100" value="0.66228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 10:33:38 +0100" startDate="2018-02-24 09:50:42 +0100" endDate="2018-02-24 10:00:42 +0100" value="0.40359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 10:33:38 +0100" startDate="2018-02-24 10:00:42 +0100" endDate="2018-02-24 10:10:40 +0100" value="0.86876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 10:33:38 +0100" startDate="2018-02-24 10:10:40 +0100" endDate="2018-02-24 10:14:57 +0100" value="0.14724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 11:29:23 +0100" startDate="2018-02-24 10:27:14 +0100" endDate="2018-02-24 10:37:11 +0100" value="0.28359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 11:29:23 +0100" startDate="2018-02-24 10:37:11 +0100" endDate="2018-02-24 10:47:09 +0100" value="0.89085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 11:29:23 +0100" startDate="2018-02-24 10:47:09 +0100" endDate="2018-02-24 10:54:28 +0100" value="0.47946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 11:29:23 +0100" startDate="2018-02-24 11:10:01 +0100" endDate="2018-02-24 11:16:37 +0100" value="0.03462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 13:27:08 +0100" startDate="2018-02-24 12:24:36 +0100" endDate="2018-02-24 12:30:59 +0100" value="0.02011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 13:27:08 +0100" startDate="2018-02-24 12:30:59 +0100" endDate="2018-02-24 12:40:59 +0100" value="0.02738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 13:27:08 +0100" startDate="2018-02-24 12:40:59 +0100" endDate="2018-02-24 12:47:17 +0100" value="0.0603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 13:27:08 +0100" startDate="2018-02-24 13:03:31 +0100" endDate="2018-02-24 13:11:59 +0100" value="0.03787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 13:17:49 +0100" endDate="2018-02-24 13:27:12 +0100" value="0.06257"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 13:27:12 +0100" endDate="2018-02-24 13:37:10 +0100" value="0.08306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 13:37:10 +0100" endDate="2018-02-24 13:39:28 +0100" value="0.02377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 13:41:44 +0100" endDate="2018-02-24 13:51:18 +0100" value="0.02746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 13:51:18 +0100" endDate="2018-02-24 13:52:19 +0100" value="0.00464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 13:56:32 +0100" endDate="2018-02-24 14:03:55 +0100" value="0.0235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 14:08:01 +0100" endDate="2018-02-24 14:16:49 +0100" value="0.02409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 14:29:00 +0100" startDate="2018-02-24 14:16:49 +0100" endDate="2018-02-24 14:21:31 +0100" value="0.03594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 15:34:12 +0100" startDate="2018-02-24 14:21:31 +0100" endDate="2018-02-24 14:30:44 +0100" value="0.01787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 15:34:12 +0100" startDate="2018-02-24 14:32:47 +0100" endDate="2018-02-24 14:38:49 +0100" value="0.0073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 15:34:12 +0100" startDate="2018-02-24 14:40:21 +0100" endDate="2018-02-24 14:48:13 +0100" value="0.04346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 15:34:12 +0100" startDate="2018-02-24 14:57:28 +0100" endDate="2018-02-24 15:04:59 +0100" value="0.02274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 15:34:12 +0100" startDate="2018-02-24 15:22:50 +0100" endDate="2018-02-24 15:32:00 +0100" value="0.06396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 16:37:47 +0100" startDate="2018-02-24 15:32:00 +0100" endDate="2018-02-24 15:40:55 +0100" value="0.19856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 16:37:47 +0100" startDate="2018-02-24 15:40:55 +0100" endDate="2018-02-24 15:50:42 +0100" value="0.14713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 16:37:47 +0100" startDate="2018-02-24 15:50:42 +0100" endDate="2018-02-24 16:00:40 +0100" value="0.25022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 16:37:47 +0100" startDate="2018-02-24 16:00:40 +0100" endDate="2018-02-24 16:10:39 +0100" value="0.72692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 16:37:47 +0100" startDate="2018-02-24 16:10:39 +0100" endDate="2018-02-24 16:20:38 +0100" value="0.80464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 16:37:47 +0100" startDate="2018-02-24 16:20:38 +0100" endDate="2018-02-24 16:30:38 +0100" value="0.74846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 17:26:47 +0100" startDate="2018-02-24 16:30:38 +0100" endDate="2018-02-24 16:40:36 +0100" value="0.79841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 17:26:47 +0100" startDate="2018-02-24 16:40:36 +0100" endDate="2018-02-24 16:50:34 +0100" value="0.61112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 17:26:47 +0100" startDate="2018-02-24 16:50:34 +0100" endDate="2018-02-24 17:00:32 +0100" value="0.55895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 17:26:47 +0100" startDate="2018-02-24 17:00:32 +0100" endDate="2018-02-24 17:09:33 +0100" value="0.22552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 17:26:47 +0100" startDate="2018-02-24 17:09:33 +0100" endDate="2018-02-24 17:19:32 +0100" value="0.59"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 17:54:20 +0100" startDate="2018-02-24 17:19:32 +0100" endDate="2018-02-24 17:29:31 +0100" value="0.67615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 17:54:20 +0100" startDate="2018-02-24 17:29:31 +0100" endDate="2018-02-24 17:39:30 +0100" value="0.78043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 17:54:20 +0100" startDate="2018-02-24 17:39:30 +0100" endDate="2018-02-24 17:49:29 +0100" value="0.78267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 18:04:20 +0100" startDate="2018-02-24 17:49:29 +0100" endDate="2018-02-24 17:53:13 +0100" value="0.14708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 18:28:47 +0100" startDate="2018-02-24 17:53:13 +0100" endDate="2018-02-24 18:02:47 +0100" value="0.00848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 19:27:44 +0100" startDate="2018-02-24 18:53:45 +0100" endDate="2018-02-24 19:03:26 +0100" value="0.01295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 20:26:07 +0100" startDate="2018-02-24 19:30:01 +0100" endDate="2018-02-24 19:36:44 +0100" value="0.01386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 22:14:43 +0100" startDate="2018-02-24 20:41:30 +0100" endDate="2018-02-24 20:51:28 +0100" value="0.01752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 22:14:43 +0100" startDate="2018-02-24 20:54:30 +0100" endDate="2018-02-24 21:00:37 +0100" value="0.01293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 22:14:43 +0100" startDate="2018-02-24 21:01:17 +0100" endDate="2018-02-24 21:11:16 +0100" value="0.24116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 22:14:43 +0100" startDate="2018-02-24 21:11:16 +0100" endDate="2018-02-24 21:16:56 +0100" value="0.06086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 22:14:43 +0100" startDate="2018-02-24 21:18:58 +0100" endDate="2018-02-24 21:25:34 +0100" value="0.00913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-24 22:14:43 +0100" startDate="2018-02-24 22:01:57 +0100" endDate="2018-02-24 22:11:51 +0100" value="0.16777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 06:48:42 +0100" startDate="2018-02-25 04:41:01 +0100" endDate="2018-02-25 04:49:24 +0100" value="0.02927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 08:26:52 +0100" startDate="2018-02-25 07:24:12 +0100" endDate="2018-02-25 07:31:18 +0100" value="0.01053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 08:26:52 +0100" startDate="2018-02-25 07:32:36 +0100" endDate="2018-02-25 07:39:40 +0100" value="0.01672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 08:26:52 +0100" startDate="2018-02-25 07:57:41 +0100" endDate="2018-02-25 08:04:09 +0100" value="0.01649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 08:26:52 +0100" startDate="2018-02-25 08:10:15 +0100" endDate="2018-02-25 08:16:46 +0100" value="0.01738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 09:26:22 +0100" startDate="2018-02-25 08:41:49 +0100" endDate="2018-02-25 08:47:57 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 10:34:32 +0100" startDate="2018-02-25 09:20:38 +0100" endDate="2018-02-25 09:30:23 +0100" value="0.25189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 10:34:32 +0100" startDate="2018-02-25 09:30:23 +0100" endDate="2018-02-25 09:34:01 +0100" value="0.01717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 10:34:32 +0100" startDate="2018-02-25 09:49:17 +0100" endDate="2018-02-25 09:58:32 +0100" value="0.23755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 10:34:32 +0100" startDate="2018-02-25 09:58:32 +0100" endDate="2018-02-25 10:01:29 +0100" value="0.00216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 11:27:57 +0100" startDate="2018-02-25 10:32:02 +0100" endDate="2018-02-25 10:42:01 +0100" value="0.22671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 11:27:57 +0100" startDate="2018-02-25 10:42:01 +0100" endDate="2018-02-25 10:48:38 +0100" value="0.07242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 11:27:57 +0100" startDate="2018-02-25 10:55:52 +0100" endDate="2018-02-25 11:03:11 +0100" value="0.02189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 11:27:57 +0100" startDate="2018-02-25 11:03:45 +0100" endDate="2018-02-25 11:10:54 +0100" value="0.02044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 11:27:57 +0100" startDate="2018-02-25 11:10:54 +0100" endDate="2018-02-25 11:16:43 +0100" value="0.02169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 12:33:59 +0100" startDate="2018-02-25 11:35:20 +0100" endDate="2018-02-25 11:45:19 +0100" value="0.01559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 12:33:59 +0100" startDate="2018-02-25 11:45:19 +0100" endDate="2018-02-25 11:54:30 +0100" value="0.05973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 12:33:59 +0100" startDate="2018-02-25 12:00:34 +0100" endDate="2018-02-25 12:09:32 +0100" value="0.03886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 12:33:59 +0100" startDate="2018-02-25 12:09:32 +0100" endDate="2018-02-25 12:13:23 +0100" value="0.02125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 13:29:14 +0100" startDate="2018-02-25 12:35:01 +0100" endDate="2018-02-25 12:42:33 +0100" value="0.0166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 13:29:14 +0100" startDate="2018-02-25 12:53:35 +0100" endDate="2018-02-25 13:02:38 +0100" value="0.02313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 13:29:14 +0100" startDate="2018-02-25 13:02:38 +0100" endDate="2018-02-25 13:10:54 +0100" value="0.0775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 14:31:54 +0100" startDate="2018-02-25 13:35:10 +0100" endDate="2018-02-25 13:41:49 +0100" value="0.01849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 15:27:49 +0100" startDate="2018-02-25 14:58:46 +0100" endDate="2018-02-25 15:08:22 +0100" value="0.04957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 15:27:49 +0100" startDate="2018-02-25 15:08:22 +0100" endDate="2018-02-25 15:17:23 +0100" value="0.1682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 15:27:49 +0100" startDate="2018-02-25 15:17:23 +0100" endDate="2018-02-25 15:27:13 +0100" value="0.0335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 16:54:58 +0100" startDate="2018-02-25 15:27:13 +0100" endDate="2018-02-25 15:30:16 +0100" value="0.09559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 16:54:58 +0100" startDate="2018-02-25 16:02:24 +0100" endDate="2018-02-25 16:08:41 +0100" value="0.00312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 16:54:58 +0100" startDate="2018-02-25 16:27:48 +0100" endDate="2018-02-25 16:37:44 +0100" value="0.25507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 16:54:58 +0100" startDate="2018-02-25 16:37:44 +0100" endDate="2018-02-25 16:47:16 +0100" value="0.08034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 18:52:49 +0100" startDate="2018-02-25 17:32:51 +0100" endDate="2018-02-25 17:39:32 +0100" value="0.00785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 19:52:24 +0100" startDate="2018-02-25 19:18:22 +0100" endDate="2018-02-25 19:27:18 +0100" value="0.05238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-25 22:57:09 +0100" startDate="2018-02-25 22:10:14 +0100" endDate="2018-02-25 22:16:57 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 07:28:54 +0100" startDate="2018-02-26 06:18:13 +0100" endDate="2018-02-26 06:28:13 +0100" value="0.01519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 07:28:54 +0100" startDate="2018-02-26 06:28:13 +0100" endDate="2018-02-26 06:29:01 +0100" value="0.00592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 07:28:54 +0100" startDate="2018-02-26 06:42:29 +0100" endDate="2018-02-26 06:50:01 +0100" value="0.03853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 07:28:54 +0100" startDate="2018-02-26 06:51:15 +0100" endDate="2018-02-26 06:57:51 +0100" value="0.00441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 08:30:03 +0100" startDate="2018-02-26 07:37:17 +0100" endDate="2018-02-26 07:45:32 +0100" value="0.02738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 08:30:03 +0100" startDate="2018-02-26 07:45:32 +0100" endDate="2018-02-26 07:55:32 +0100" value="0.29376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 08:30:03 +0100" startDate="2018-02-26 07:55:32 +0100" endDate="2018-02-26 08:04:01 +0100" value="0.58059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 08:30:03 +0100" startDate="2018-02-26 08:06:17 +0100" endDate="2018-02-26 08:16:17 +0100" value="0.14258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 08:30:03 +0100" startDate="2018-02-26 08:16:17 +0100" endDate="2018-02-26 08:18:58 +0100" value="0.02949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 09:37:45 +0100" startDate="2018-02-26 08:49:43 +0100" endDate="2018-02-26 08:56:04 +0100" value="0.07095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 09:37:45 +0100" startDate="2018-02-26 08:56:04 +0100" endDate="2018-02-26 09:05:23 +0100" value="0.10763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 10:30:03 +0100" startDate="2018-02-26 09:30:50 +0100" endDate="2018-02-26 09:38:54 +0100" value="0.10136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 11:26:30 +0100" startDate="2018-02-26 10:41:19 +0100" endDate="2018-02-26 10:50:22 +0100" value="0.03993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 11:26:30 +0100" startDate="2018-02-26 11:00:11 +0100" endDate="2018-02-26 11:10:08 +0100" value="0.06775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 11:26:30 +0100" startDate="2018-02-26 11:10:08 +0100" endDate="2018-02-26 11:13:39 +0100" value="0.0735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 12:32:54 +0100" startDate="2018-02-26 11:37:37 +0100" endDate="2018-02-26 11:47:36 +0100" value="0.03692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 12:32:54 +0100" startDate="2018-02-26 11:47:36 +0100" endDate="2018-02-26 11:57:34 +0100" value="0.68044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 12:32:54 +0100" startDate="2018-02-26 11:57:34 +0100" endDate="2018-02-26 12:02:20 +0100" value="0.14763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 12:32:54 +0100" startDate="2018-02-26 12:17:45 +0100" endDate="2018-02-26 12:27:45 +0100" value="0.34686"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 13:28:33 +0100" startDate="2018-02-26 12:27:45 +0100" endDate="2018-02-26 12:36:22 +0100" value="0.5823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 13:28:33 +0100" startDate="2018-02-26 12:51:39 +0100" endDate="2018-02-26 12:59:03 +0100" value="0.05553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 13:28:33 +0100" startDate="2018-02-26 13:08:17 +0100" endDate="2018-02-26 13:17:44 +0100" value="0.02661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 14:29:09 +0100" startDate="2018-02-26 13:28:09 +0100" endDate="2018-02-26 13:35:33 +0100" value="0.01532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 14:29:09 +0100" startDate="2018-02-26 13:35:33 +0100" endDate="2018-02-26 13:45:32 +0100" value="0.08509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 14:29:09 +0100" startDate="2018-02-26 13:45:32 +0100" endDate="2018-02-26 13:53:26 +0100" value="0.07818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 14:29:09 +0100" startDate="2018-02-26 13:53:26 +0100" endDate="2018-02-26 14:02:28 +0100" value="0.09803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 14:29:09 +0100" startDate="2018-02-26 14:02:28 +0100" endDate="2018-02-26 14:10:19 +0100" value="0.15305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 14:29:09 +0100" startDate="2018-02-26 14:10:19 +0100" endDate="2018-02-26 14:20:19 +0100" value="0.08117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 15:27:49 +0100" startDate="2018-02-26 14:20:19 +0100" endDate="2018-02-26 14:29:43 +0100" value="0.12212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 15:27:49 +0100" startDate="2018-02-26 14:29:43 +0100" endDate="2018-02-26 14:38:51 +0100" value="0.23896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 15:27:49 +0100" startDate="2018-02-26 14:38:51 +0100" endDate="2018-02-26 14:48:51 +0100" value="0.17973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 15:27:49 +0100" startDate="2018-02-26 14:48:51 +0100" endDate="2018-02-26 14:58:29 +0100" value="0.231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 15:27:49 +0100" startDate="2018-02-26 14:58:29 +0100" endDate="2018-02-26 15:08:27 +0100" value="0.14501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 15:27:49 +0100" startDate="2018-02-26 15:08:27 +0100" endDate="2018-02-26 15:18:25 +0100" value="0.115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 16:30:10 +0100" startDate="2018-02-26 15:18:25 +0100" endDate="2018-02-26 15:22:35 +0100" value="0.06778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 16:30:10 +0100" startDate="2018-02-26 15:25:57 +0100" endDate="2018-02-26 15:35:57 +0100" value="0.02988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 16:30:10 +0100" startDate="2018-02-26 15:35:57 +0100" endDate="2018-02-26 15:43:34 +0100" value="0.08223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 16:30:10 +0100" startDate="2018-02-26 15:48:35 +0100" endDate="2018-02-26 15:58:00 +0100" value="0.02914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 17:27:11 +0100" startDate="2018-02-26 16:52:38 +0100" endDate="2018-02-26 17:02:30 +0100" value="0.00168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 17:27:11 +0100" startDate="2018-02-26 17:02:30 +0100" endDate="2018-02-26 17:12:28 +0100" value="0.57243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 17:27:11 +0100" startDate="2018-02-26 17:12:28 +0100" endDate="2018-02-26 17:21:58 +0100" value="0.29893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 18:28:21 +0100" startDate="2018-02-26 17:21:58 +0100" endDate="2018-02-26 17:31:57 +0100" value="0.13171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 18:28:21 +0100" startDate="2018-02-26 17:31:57 +0100" endDate="2018-02-26 17:41:20 +0100" value="0.24856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 18:28:21 +0100" startDate="2018-02-26 17:44:04 +0100" endDate="2018-02-26 17:54:03 +0100" value="0.01076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 18:28:21 +0100" startDate="2018-02-26 17:54:03 +0100" endDate="2018-02-26 18:04:02 +0100" value="0.17612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 18:28:21 +0100" startDate="2018-02-26 18:04:02 +0100" endDate="2018-02-26 18:08:44 +0100" value="0.12374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 18:28:21 +0100" startDate="2018-02-26 18:09:03 +0100" endDate="2018-02-26 18:15:28 +0100" value="0.01746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 19:27:50 +0100" startDate="2018-02-26 19:13:45 +0100" endDate="2018-02-26 19:20:41 +0100" value="0.01232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 20:33:55 +0100" startDate="2018-02-26 20:08:26 +0100" endDate="2018-02-26 20:14:39 +0100" value="0.00141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-26 23:53:45 +0100" startDate="2018-02-26 23:15:59 +0100" endDate="2018-02-26 23:22:07 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 06:26:50 +0100" startDate="2018-02-27 05:57:49 +0100" endDate="2018-02-27 06:05:19 +0100" value="0.01003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 07:26:10 +0100" startDate="2018-02-27 06:17:10 +0100" endDate="2018-02-27 06:27:02 +0100" value="0.01769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 07:26:10 +0100" startDate="2018-02-27 06:27:02 +0100" endDate="2018-02-27 06:36:49 +0100" value="0.05573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 07:26:10 +0100" startDate="2018-02-27 06:36:49 +0100" endDate="2018-02-27 06:40:34 +0100" value="0.0116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 07:26:10 +0100" startDate="2018-02-27 07:04:05 +0100" endDate="2018-02-27 07:13:59 +0100" value="0.09214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 07:26:10 +0100" startDate="2018-02-27 07:13:59 +0100" endDate="2018-02-27 07:22:30 +0100" value="0.02822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 08:28:44 +0100" startDate="2018-02-27 07:22:30 +0100" endDate="2018-02-27 07:32:28 +0100" value="0.31373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 08:28:44 +0100" startDate="2018-02-27 07:32:28 +0100" endDate="2018-02-27 07:39:36 +0100" value="0.4659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 08:28:44 +0100" startDate="2018-02-27 07:48:36 +0100" endDate="2018-02-27 07:55:25 +0100" value="0.02707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 09:26:00 +0100" startDate="2018-02-27 09:15:53 +0100" endDate="2018-02-27 09:25:51 +0100" value="0.17247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 10:27:16 +0100" startDate="2018-02-27 09:25:51 +0100" endDate="2018-02-27 09:32:38 +0100" value="0.00756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 10:27:16 +0100" startDate="2018-02-27 09:35:33 +0100" endDate="2018-02-27 09:45:30 +0100" value="0.0861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 10:27:16 +0100" startDate="2018-02-27 09:45:30 +0100" endDate="2018-02-27 09:49:44 +0100" value="0.31177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 10:27:16 +0100" startDate="2018-02-27 09:59:09 +0100" endDate="2018-02-27 10:09:09 +0100" value="0.58613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 10:27:16 +0100" startDate="2018-02-27 10:09:09 +0100" endDate="2018-02-27 10:15:08 +0100" value="0.06297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 10:15:08 +0100" endDate="2018-02-27 10:24:59 +0100" value="0.01316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 10:29:06 +0100" endDate="2018-02-27 10:37:39 +0100" value="0.03752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 10:37:39 +0100" endDate="2018-02-27 10:44:34 +0100" value="0.30026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 10:44:34 +0100" endDate="2018-02-27 10:54:29 +0100" value="0.00643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 10:54:29 +0100" endDate="2018-02-27 11:04:27 +0100" value="0.05995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 11:04:27 +0100" endDate="2018-02-27 11:07:00 +0100" value="0.22442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 11:28:51 +0100" startDate="2018-02-27 11:13:17 +0100" endDate="2018-02-27 11:22:28 +0100" value="0.24028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 12:26:00 +0100" startDate="2018-02-27 11:28:57 +0100" endDate="2018-02-27 11:38:34 +0100" value="0.37216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 12:26:00 +0100" startDate="2018-02-27 11:38:34 +0100" endDate="2018-02-27 11:46:07 +0100" value="0.2197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 12:26:00 +0100" startDate="2018-02-27 12:09:36 +0100" endDate="2018-02-27 12:19:35 +0100" value="0.25855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 13:29:21 +0100" startDate="2018-02-27 12:19:35 +0100" endDate="2018-02-27 12:29:32 +0100" value="0.49765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 13:29:21 +0100" startDate="2018-02-27 12:29:32 +0100" endDate="2018-02-27 12:39:30 +0100" value="0.23844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 13:29:21 +0100" startDate="2018-02-27 12:39:30 +0100" endDate="2018-02-27 12:48:08 +0100" value="0.00596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 14:30:42 +0100" startDate="2018-02-27 13:57:50 +0100" endDate="2018-02-27 14:04:10 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 14:30:42 +0100" startDate="2018-02-27 14:13:12 +0100" endDate="2018-02-27 14:21:04 +0100" value="0.02297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 15:27:45 +0100" startDate="2018-02-27 14:21:04 +0100" endDate="2018-02-27 14:24:35 +0100" value="0.02862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 15:27:45 +0100" startDate="2018-02-27 14:47:50 +0100" endDate="2018-02-27 14:57:50 +0100" value="0.09198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 15:27:45 +0100" startDate="2018-02-27 14:57:50 +0100" endDate="2018-02-27 15:02:10 +0100" value="0.21837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 16:33:59 +0100" startDate="2018-02-27 15:22:26 +0100" endDate="2018-02-27 15:32:25 +0100" value="0.29966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 16:33:59 +0100" startDate="2018-02-27 15:32:25 +0100" endDate="2018-02-27 15:35:34 +0100" value="0.05562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 18:29:28 +0100" startDate="2018-02-27 18:12:44 +0100" endDate="2018-02-27 18:22:44 +0100" value="0.06196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 19:26:13 +0100" startDate="2018-02-27 18:22:44 +0100" endDate="2018-02-27 18:31:53 +0100" value="0.53703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 19:26:13 +0100" startDate="2018-02-27 18:32:03 +0100" endDate="2018-02-27 18:42:03 +0100" value="0.0426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.5" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.5, creation date:2018-01-31 12:20:50 +0000&gt;" unit="km" creationDate="2018-02-27 19:26:13 +0100" startDate="2018-02-27 18:42:03 +0100" endDate="2018-02-27 18:44:00 +0100" value="0.04025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-27 20:22:01 +0100" startDate="2018-02-27 19:48:57 +0100" endDate="2018-02-27 19:55:43 +0100" value="0.00711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 08:09:56 +0100" startDate="2018-02-28 07:07:58 +0100" endDate="2018-02-28 07:14:31 +0100" value="0.01003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 08:09:56 +0100" startDate="2018-02-28 07:14:31 +0100" endDate="2018-02-28 07:18:38 +0100" value="0.00996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 08:09:56 +0100" startDate="2018-02-28 07:23:48 +0100" endDate="2018-02-28 07:33:12 +0100" value="0.04418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 08:09:56 +0100" startDate="2018-02-28 07:33:12 +0100" endDate="2018-02-28 07:39:42 +0100" value="0.02004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 09:09:26 +0100" startDate="2018-02-28 08:07:56 +0100" endDate="2018-02-28 08:17:56 +0100" value="0.0292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 09:09:26 +0100" startDate="2018-02-28 08:17:56 +0100" endDate="2018-02-28 08:27:55 +0100" value="0.53877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 09:09:26 +0100" startDate="2018-02-28 08:27:55 +0100" endDate="2018-02-28 08:33:10 +0100" value="0.28938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 10:09:18 +0100" startDate="2018-02-28 09:03:28 +0100" endDate="2018-02-28 09:09:59 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 12:13:39 +0100" startDate="2018-02-28 11:23:01 +0100" endDate="2018-02-28 11:31:11 +0100" value="0.04508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 12:13:39 +0100" startDate="2018-02-28 11:34:32 +0100" endDate="2018-02-28 11:42:59 +0100" value="0.03403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 12:13:39 +0100" startDate="2018-02-28 11:42:59 +0100" endDate="2018-02-28 11:52:59 +0100" value="0.60756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 12:13:39 +0100" startDate="2018-02-28 11:52:59 +0100" endDate="2018-02-28 11:56:52 +0100" value="0.10793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 13:11:34 +0100" startDate="2018-02-28 12:11:34 +0100" endDate="2018-02-28 12:21:33 +0100" value="0.29592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 13:11:34 +0100" startDate="2018-02-28 12:21:33 +0100" endDate="2018-02-28 12:30:49 +0100" value="0.49318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 13:11:34 +0100" startDate="2018-02-28 12:45:02 +0100" endDate="2018-02-28 12:53:53 +0100" value="0.03482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 17:13:53 +0100" startDate="2018-02-28 16:50:37 +0100" endDate="2018-02-28 16:57:18 +0100" value="0.03836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 18:13:44 +0100" startDate="2018-02-28 17:42:40 +0100" endDate="2018-02-28 17:49:52 +0100" value="0.04476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 18:13:44 +0100" startDate="2018-02-28 17:49:52 +0100" endDate="2018-02-28 17:54:41 +0100" value="0.01236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 19:11:08 +0100" startDate="2018-02-28 18:14:14 +0100" endDate="2018-02-28 18:20:24 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 19:11:08 +0100" startDate="2018-02-28 18:52:55 +0100" endDate="2018-02-28 19:01:31 +0100" value="0.06583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 20:09:20 +0100" startDate="2018-02-28 19:36:38 +0100" endDate="2018-02-28 19:46:37 +0100" value="0.12416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 20:09:20 +0100" startDate="2018-02-28 19:46:37 +0100" endDate="2018-02-28 19:55:55 +0100" value="0.48966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-02-28 20:09:20 +0100" startDate="2018-02-28 19:55:55 +0100" endDate="2018-02-28 20:04:40 +0100" value="0.02335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 08:10:21 +0100" startDate="2018-03-01 07:21:02 +0100" endDate="2018-03-01 07:28:13 +0100" value="0.05014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 08:10:21 +0100" startDate="2018-03-01 07:28:13 +0100" endDate="2018-03-01 07:36:00 +0100" value="0.00385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 09:10:23 +0100" startDate="2018-03-01 08:08:55 +0100" endDate="2018-03-01 08:15:08 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 09:10:23 +0100" startDate="2018-03-01 08:16:21 +0100" endDate="2018-03-01 08:23:48 +0100" value="0.05181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 09:10:23 +0100" startDate="2018-03-01 08:26:23 +0100" endDate="2018-03-01 08:36:23 +0100" value="0.23119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 09:10:23 +0100" startDate="2018-03-01 08:36:23 +0100" endDate="2018-03-01 08:42:13 +0100" value="0.53706"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 10:10:01 +0100" startDate="2018-03-01 09:28:00 +0100" endDate="2018-03-01 09:37:58 +0100" value="0.27106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 10:10:01 +0100" startDate="2018-03-01 09:37:58 +0100" endDate="2018-03-01 09:44:44 +0100" value="0.33132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 12:10:41 +0100" startDate="2018-03-01 11:45:33 +0100" endDate="2018-03-01 11:55:31 +0100" value="0.17528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 12:10:41 +0100" startDate="2018-03-01 11:55:31 +0100" endDate="2018-03-01 12:05:29 +0100" value="0.33166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 13:10:34 +0100" startDate="2018-03-01 12:05:29 +0100" endDate="2018-03-01 12:08:56 +0100" value="0.05691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 13:10:34 +0100" startDate="2018-03-01 12:54:29 +0100" endDate="2018-03-01 13:04:28 +0100" value="0.13851"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 14:09:38 +0100" startDate="2018-03-01 13:04:28 +0100" endDate="2018-03-01 13:14:28 +0100" value="0.32096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 14:09:38 +0100" startDate="2018-03-01 13:14:28 +0100" endDate="2018-03-01 13:24:22 +0100" value="0.34654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 14:09:38 +0100" startDate="2018-03-01 13:33:13 +0100" endDate="2018-03-01 13:41:30 +0100" value="0.05719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 15:12:14 +0100" startDate="2018-03-01 14:05:26 +0100" endDate="2018-03-01 14:13:18 +0100" value="0.04912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 16:09:04 +0100" startDate="2018-03-01 15:15:54 +0100" endDate="2018-03-01 15:22:25 +0100" value="0.0178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 16:09:04 +0100" startDate="2018-03-01 15:32:15 +0100" endDate="2018-03-01 15:39:45 +0100" value="0.01009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 16:09:04 +0100" startDate="2018-03-01 15:39:45 +0100" endDate="2018-03-01 15:49:02 +0100" value="0.04027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 16:09:04 +0100" startDate="2018-03-01 15:49:02 +0100" endDate="2018-03-01 15:54:18 +0100" value="0.07884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 17:12:13 +0100" startDate="2018-03-01 16:48:57 +0100" endDate="2018-03-01 16:57:58 +0100" value="0.0185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 17:12:13 +0100" startDate="2018-03-01 16:57:58 +0100" endDate="2018-03-01 17:07:56 +0100" value="0.59259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 18:10:45 +0100" startDate="2018-03-01 17:07:56 +0100" endDate="2018-03-01 17:15:48 +0100" value="0.09963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 18:10:45 +0100" startDate="2018-03-01 17:15:48 +0100" endDate="2018-03-01 17:24:44 +0100" value="0.16148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 18:10:45 +0100" startDate="2018-03-01 17:28:05 +0100" endDate="2018-03-01 17:38:03 +0100" value="0.03253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 18:10:45 +0100" startDate="2018-03-01 17:38:03 +0100" endDate="2018-03-01 17:43:01 +0100" value="0.00041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 19:10:13 +0100" startDate="2018-03-01 18:06:10 +0100" endDate="2018-03-01 18:15:58 +0100" value="0.04175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 21:11:43 +0100" startDate="2018-03-01 20:11:52 +0100" endDate="2018-03-01 20:18:00 +0100" value="0.00098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 21:11:43 +0100" startDate="2018-03-01 20:21:39 +0100" endDate="2018-03-01 20:29:51 +0100" value="0.06199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 21:11:43 +0100" startDate="2018-03-01 20:52:49 +0100" endDate="2018-03-01 21:02:47 +0100" value="0.19761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 22:39:14 +0100" startDate="2018-03-01 21:22:43 +0100" endDate="2018-03-01 21:28:59 +0100" value="0.00067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 22:39:14 +0100" startDate="2018-03-01 21:41:25 +0100" endDate="2018-03-01 21:50:57 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-01 22:39:14 +0100" startDate="2018-03-01 21:56:00 +0100" endDate="2018-03-01 22:04:40 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 08:14:25 +0100" startDate="2018-03-02 07:27:48 +0100" endDate="2018-03-02 07:36:42 +0100" value="0.07621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 08:14:25 +0100" startDate="2018-03-02 07:36:42 +0100" endDate="2018-03-02 07:43:45 +0100" value="0.01856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 08:14:25 +0100" startDate="2018-03-02 07:58:20 +0100" endDate="2018-03-02 08:05:03 +0100" value="0.02374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 09:09:34 +0100" startDate="2018-03-02 08:05:03 +0100" endDate="2018-03-02 08:14:52 +0100" value="0.03781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 09:09:34 +0100" startDate="2018-03-02 08:14:52 +0100" endDate="2018-03-02 08:24:51 +0100" value="0.72953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 09:09:34 +0100" startDate="2018-03-02 08:24:51 +0100" endDate="2018-03-02 08:27:30 +0100" value="0.09869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 09:09:34 +0100" startDate="2018-03-02 08:33:35 +0100" endDate="2018-03-02 08:42:31 +0100" value="0.023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 09:09:34 +0100" startDate="2018-03-02 08:42:31 +0100" endDate="2018-03-02 08:52:25 +0100" value="0.06093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 09:09:34 +0100" startDate="2018-03-02 08:52:25 +0100" endDate="2018-03-02 08:58:11 +0100" value="0.0573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 10:10:23 +0100" startDate="2018-03-02 09:26:22 +0100" endDate="2018-03-02 09:32:32 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 12:10:28 +0100" startDate="2018-03-02 11:23:47 +0100" endDate="2018-03-02 11:33:46 +0100" value="0.19348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 12:10:28 +0100" startDate="2018-03-02 11:33:46 +0100" endDate="2018-03-02 11:42:26 +0100" value="0.61333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 12:10:28 +0100" startDate="2018-03-02 11:55:42 +0100" endDate="2018-03-02 12:05:42 +0100" value="0.25749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 13:14:34 +0100" startDate="2018-03-02 12:05:42 +0100" endDate="2018-03-02 12:14:26 +0100" value="0.57523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 16:10:17 +0100" startDate="2018-03-02 15:25:03 +0100" endDate="2018-03-02 15:35:02 +0100" value="0.15213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 16:10:17 +0100" startDate="2018-03-02 15:35:02 +0100" endDate="2018-03-02 15:43:01 +0100" value="0.09895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 16:10:17 +0100" startDate="2018-03-02 15:45:31 +0100" endDate="2018-03-02 15:53:31 +0100" value="0.16138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 16:10:17 +0100" startDate="2018-03-02 15:53:45 +0100" endDate="2018-03-02 16:00:03 +0100" value="0.00312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 17:15:13 +0100" startDate="2018-03-02 16:11:20 +0100" endDate="2018-03-02 16:17:36 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 17:15:13 +0100" startDate="2018-03-02 16:46:52 +0100" endDate="2018-03-02 16:56:41 +0100" value="0.2408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 17:15:13 +0100" startDate="2018-03-02 16:56:41 +0100" endDate="2018-03-02 17:02:33 +0100" value="0.03345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 18:12:34 +0100" startDate="2018-03-02 17:06:34 +0100" endDate="2018-03-02 17:16:34 +0100" value="0.45227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 18:12:34 +0100" startDate="2018-03-02 17:16:34 +0100" endDate="2018-03-02 17:26:01 +0100" value="0.24642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 20:10:05 +0100" startDate="2018-03-02 19:11:58 +0100" endDate="2018-03-02 19:21:58 +0100" value="0.07125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 20:10:05 +0100" startDate="2018-03-02 19:21:58 +0100" endDate="2018-03-02 19:27:19 +0100" value="0.25461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 20:10:05 +0100" startDate="2018-03-02 19:27:19 +0100" endDate="2018-03-02 19:37:19 +0100" value="0.34746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 20:10:05 +0100" startDate="2018-03-02 19:37:19 +0100" endDate="2018-03-02 19:39:55 +0100" value="0.12241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 21:10:26 +0100" startDate="2018-03-02 20:32:55 +0100" endDate="2018-03-02 20:40:32 +0100" value="0.03793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 21:10:26 +0100" startDate="2018-03-02 20:42:30 +0100" endDate="2018-03-02 20:52:29 +0100" value="0.22892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 21:10:26 +0100" startDate="2018-03-02 20:52:29 +0100" endDate="2018-03-02 21:02:28 +0100" value="0.63925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 22:58:58 +0100" startDate="2018-03-02 21:02:28 +0100" endDate="2018-03-02 21:11:04 +0100" value="0.57276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 22:58:58 +0100" startDate="2018-03-02 21:11:04 +0100" endDate="2018-03-02 21:18:14 +0100" value="0.0661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 22:58:58 +0100" startDate="2018-03-02 21:20:33 +0100" endDate="2018-03-02 21:26:38 +0100" value="0.00645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 22:58:58 +0100" startDate="2018-03-02 22:10:13 +0100" endDate="2018-03-02 22:20:13 +0100" value="0.04583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-02 22:58:58 +0100" startDate="2018-03-02 22:20:13 +0100" endDate="2018-03-02 22:26:19 +0100" value="0.0145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 02:22:16 +0100" startDate="2018-03-03 01:25:22 +0100" endDate="2018-03-03 01:34:15 +0100" value="0.05543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 02:22:16 +0100" startDate="2018-03-03 01:34:15 +0100" endDate="2018-03-03 01:41:27 +0100" value="0.04463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 02:22:16 +0100" startDate="2018-03-03 01:41:27 +0100" endDate="2018-03-03 01:51:25 +0100" value="0.14333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 02:22:16 +0100" startDate="2018-03-03 01:51:25 +0100" endDate="2018-03-03 01:57:18 +0100" value="0.30777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 02:22:16 +0100" startDate="2018-03-03 02:00:32 +0100" endDate="2018-03-03 02:06:52 +0100" value="0.00696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 06:41:23 +0100" startDate="2018-03-03 05:57:51 +0100" endDate="2018-03-03 06:04:25 +0100" value="0.00934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 06:41:23 +0100" startDate="2018-03-03 06:04:25 +0100" endDate="2018-03-03 06:10:09 +0100" value="0.01377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 08:09:04 +0100" startDate="2018-03-03 07:26:01 +0100" endDate="2018-03-03 07:35:58 +0100" value="0.06511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 08:09:04 +0100" startDate="2018-03-03 07:35:58 +0100" endDate="2018-03-03 07:40:36 +0100" value="0.01324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 08:09:04 +0100" startDate="2018-03-03 07:56:47 +0100" endDate="2018-03-03 08:04:34 +0100" value="0.06247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 09:09:29 +0100" startDate="2018-03-03 08:16:42 +0100" endDate="2018-03-03 08:25:18 +0100" value="0.0357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 09:09:29 +0100" startDate="2018-03-03 08:49:54 +0100" endDate="2018-03-03 08:55:59 +0100" value="0.01278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 10:52:02 +0100" startDate="2018-03-03 09:17:55 +0100" endDate="2018-03-03 09:27:27 +0100" value="0.05978"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 10:52:02 +0100" startDate="2018-03-03 09:27:27 +0100" endDate="2018-03-03 09:34:39 +0100" value="0.04196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 10:52:02 +0100" startDate="2018-03-03 09:34:56 +0100" endDate="2018-03-03 09:43:01 +0100" value="0.03801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 10:52:02 +0100" startDate="2018-03-03 09:43:01 +0100" endDate="2018-03-03 09:52:44 +0100" value="0.46963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 10:52:02 +0100" startDate="2018-03-03 09:52:44 +0100" endDate="2018-03-03 10:02:23 +0100" value="0.14551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 11:51:47 +0100" startDate="2018-03-03 10:02:23 +0100" endDate="2018-03-03 10:06:25 +0100" value="0.00508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 13:20:26 +0100" startDate="2018-03-03 12:10:24 +0100" endDate="2018-03-03 12:19:40 +0100" value="0.08495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 13:20:26 +0100" startDate="2018-03-03 12:19:40 +0100" endDate="2018-03-03 12:21:50 +0100" value="0.02858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 13:20:26 +0100" startDate="2018-03-03 13:05:54 +0100" endDate="2018-03-03 13:15:31 +0100" value="0.02777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 14:09:50 +0100" startDate="2018-03-03 13:15:31 +0100" endDate="2018-03-03 13:20:26 +0100" value="0.00883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 14:09:50 +0100" startDate="2018-03-03 13:45:49 +0100" endDate="2018-03-03 13:55:48 +0100" value="0.08494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 14:09:50 +0100" startDate="2018-03-03 13:55:48 +0100" endDate="2018-03-03 13:56:57 +0100" value="0.01288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 15:11:55 +0100" startDate="2018-03-03 14:50:35 +0100" endDate="2018-03-03 15:00:35 +0100" value="0.08167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 15:11:55 +0100" startDate="2018-03-03 15:00:35 +0100" endDate="2018-03-03 15:10:33 +0100" value="0.28891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 16:11:40 +0100" startDate="2018-03-03 15:10:33 +0100" endDate="2018-03-03 15:20:31 +0100" value="0.09777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 16:11:40 +0100" startDate="2018-03-03 15:20:31 +0100" endDate="2018-03-03 15:22:00 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 17:09:11 +0100" startDate="2018-03-03 16:36:20 +0100" endDate="2018-03-03 16:42:27 +0100" value="0.007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 17:09:11 +0100" startDate="2018-03-03 16:47:34 +0100" endDate="2018-03-03 16:53:54 +0100" value="0.00484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 18:12:38 +0100" startDate="2018-03-03 17:02:49 +0100" endDate="2018-03-03 17:11:14 +0100" value="0.04955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 18:12:38 +0100" startDate="2018-03-03 17:11:14 +0100" endDate="2018-03-03 17:21:12 +0100" value="0.02024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 18:12:38 +0100" startDate="2018-03-03 17:21:12 +0100" endDate="2018-03-03 17:23:09 +0100" value="0.02898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 18:12:38 +0100" startDate="2018-03-03 17:33:41 +0100" endDate="2018-03-03 17:43:38 +0100" value="0.15543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 18:12:38 +0100" startDate="2018-03-03 17:43:38 +0100" endDate="2018-03-03 17:46:14 +0100" value="0.13731"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 18:08:32 +0100" endDate="2018-03-03 18:18:17 +0100" value="0.13061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 18:18:17 +0100" endDate="2018-03-03 18:25:09 +0100" value="0.16015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 18:26:34 +0100" endDate="2018-03-03 18:35:53 +0100" value="0.12618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 18:45:58 +0100" endDate="2018-03-03 18:54:03 +0100" value="0.05432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 18:55:02 +0100" endDate="2018-03-03 19:02:50 +0100" value="0.10042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 19:02:50 +0100" endDate="2018-03-03 19:09:46 +0100" value="0.06678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 19:10:00 +0100" endDate="2018-03-03 19:18:31 +0100" value="0.04739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 19:38:54 +0100" startDate="2018-03-03 19:23:35 +0100" endDate="2018-03-03 19:29:35 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 20:09:33 +0100" startDate="2018-03-03 19:29:35 +0100" endDate="2018-03-03 19:39:34 +0100" value="0.13062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 20:09:33 +0100" startDate="2018-03-03 19:39:34 +0100" endDate="2018-03-03 19:49:29 +0100" value="0.2962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 20:09:33 +0100" startDate="2018-03-03 19:49:29 +0100" endDate="2018-03-03 19:57:33 +0100" value="0.00558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 20:09:33 +0100" startDate="2018-03-03 19:57:33 +0100" endDate="2018-03-03 20:06:56 +0100" value="0.03769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 21:09:24 +0100" startDate="2018-03-03 20:06:56 +0100" endDate="2018-03-03 20:16:34 +0100" value="0.00992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 21:09:24 +0100" startDate="2018-03-03 20:16:34 +0100" endDate="2018-03-03 20:26:11 +0100" value="0.03273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-03 21:09:24 +0100" startDate="2018-03-03 20:26:11 +0100" endDate="2018-03-03 20:30:28 +0100" value="0.03635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 07:54:40 +0100" startDate="2018-03-04 07:29:10 +0100" endDate="2018-03-04 07:35:50 +0100" value="0.02134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 07:54:40 +0100" startDate="2018-03-04 07:37:21 +0100" endDate="2018-03-04 07:44:55 +0100" value="0.02646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 09:53:31 +0100" startDate="2018-03-04 08:54:37 +0100" endDate="2018-03-04 09:03:57 +0100" value="0.06718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 09:53:31 +0100" startDate="2018-03-04 09:37:10 +0100" endDate="2018-03-04 09:46:27 +0100" value="0.29403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 10:52:13 +0100" startDate="2018-03-04 09:46:27 +0100" endDate="2018-03-04 09:50:40 +0100" value="0.04588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 12:49:31 +0100" startDate="2018-03-04 12:20:50 +0100" endDate="2018-03-04 12:30:27 +0100" value="0.08621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 13:49:11 +0100" startDate="2018-03-04 12:56:55 +0100" endDate="2018-03-04 13:04:30 +0100" value="0.05909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 13:49:11 +0100" startDate="2018-03-04 13:04:30 +0100" endDate="2018-03-04 13:11:21 +0100" value="0.0674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 13:49:11 +0100" startDate="2018-03-04 13:11:21 +0100" endDate="2018-03-04 13:20:43 +0100" value="0.10504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 13:49:11 +0100" startDate="2018-03-04 13:20:43 +0100" endDate="2018-03-04 13:30:38 +0100" value="0.56402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 13:49:11 +0100" startDate="2018-03-04 13:30:38 +0100" endDate="2018-03-04 13:39:10 +0100" value="0.35306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 13:49:11 +0100" startDate="2018-03-04 13:39:10 +0100" endDate="2018-03-04 13:49:07 +0100" value="0.12905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 14:48:24 +0100" startDate="2018-03-04 13:49:07 +0100" endDate="2018-03-04 13:59:05 +0100" value="0.52125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 14:48:24 +0100" startDate="2018-03-04 13:59:05 +0100" endDate="2018-03-04 14:09:03 +0100" value="0.18291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 14:48:24 +0100" startDate="2018-03-04 14:09:03 +0100" endDate="2018-03-04 14:19:02 +0100" value="0.44325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 14:48:24 +0100" startDate="2018-03-04 14:19:02 +0100" endDate="2018-03-04 14:29:00 +0100" value="0.40588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 14:48:24 +0100" startDate="2018-03-04 14:29:00 +0100" endDate="2018-03-04 14:38:58 +0100" value="0.17617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 15:49:08 +0100" startDate="2018-03-04 14:38:58 +0100" endDate="2018-03-04 14:48:25 +0100" value="0.31616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 15:49:08 +0100" startDate="2018-03-04 14:48:25 +0100" endDate="2018-03-04 14:58:23 +0100" value="0.11678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 15:49:08 +0100" startDate="2018-03-04 14:58:23 +0100" endDate="2018-03-04 14:59:09 +0100" value="0.03502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 15:49:08 +0100" startDate="2018-03-04 15:03:34 +0100" endDate="2018-03-04 15:11:52 +0100" value="0.05457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 15:49:08 +0100" startDate="2018-03-04 15:28:39 +0100" endDate="2018-03-04 15:38:17 +0100" value="0.29099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 16:56:12 +0100" startDate="2018-03-04 15:44:59 +0100" endDate="2018-03-04 15:51:07 +0100" value="0.00612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 16:56:12 +0100" startDate="2018-03-04 16:34:07 +0100" endDate="2018-03-04 16:40:27 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 17:28:54 +0100" startDate="2018-03-04 16:51:16 +0100" endDate="2018-03-04 17:01:08 +0100" value="0.01768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 17:28:54 +0100" startDate="2018-03-04 17:17:41 +0100" endDate="2018-03-04 17:24:14 +0100" value="0.01942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 18:58:54 +0100" startDate="2018-03-04 17:24:14 +0100" endDate="2018-03-04 17:33:54 +0100" value="0.0206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 18:58:54 +0100" startDate="2018-03-04 17:33:54 +0100" endDate="2018-03-04 17:43:52 +0100" value="0.73756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 18:58:54 +0100" startDate="2018-03-04 17:43:52 +0100" endDate="2018-03-04 17:46:20 +0100" value="0.01915"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 18:58:54 +0100" startDate="2018-03-04 17:53:52 +0100" endDate="2018-03-04 18:00:35 +0100" value="0.0331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 21:30:32 +0100" startDate="2018-03-04 20:20:53 +0100" endDate="2018-03-04 20:30:52 +0100" value="0.03976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 21:30:32 +0100" startDate="2018-03-04 20:30:52 +0100" endDate="2018-03-04 20:40:50 +0100" value="0.44505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 21:30:32 +0100" startDate="2018-03-04 20:40:50 +0100" endDate="2018-03-04 20:49:29 +0100" value="0.21161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 21:30:32 +0100" startDate="2018-03-04 20:49:29 +0100" endDate="2018-03-04 20:57:07 +0100" value="0.02379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 21:30:32 +0100" startDate="2018-03-04 21:08:52 +0100" endDate="2018-03-04 21:13:50 +0100" value="0.01247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 23:02:12 +0100" startDate="2018-03-04 21:28:41 +0100" endDate="2018-03-04 21:38:40 +0100" value="0.12389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 23:02:12 +0100" startDate="2018-03-04 21:38:40 +0100" endDate="2018-03-04 21:44:32 +0100" value="0.24818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-04 23:02:12 +0100" startDate="2018-03-04 21:44:32 +0100" endDate="2018-03-04 21:50:42 +0100" value="0.02933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 06:28:45 +0100" startDate="2018-03-05 05:38:19 +0100" endDate="2018-03-05 05:46:29 +0100" value="0.00378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 06:28:45 +0100" startDate="2018-03-05 05:46:29 +0100" endDate="2018-03-05 05:51:40 +0100" value="0.00917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 07:28:09 +0100" startDate="2018-03-05 06:50:20 +0100" endDate="2018-03-05 07:00:07 +0100" value="0.0378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 07:28:09 +0100" startDate="2018-03-05 07:01:12 +0100" endDate="2018-03-05 07:07:50 +0100" value="0.01008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 07:28:09 +0100" startDate="2018-03-05 07:07:50 +0100" endDate="2018-03-05 07:12:40 +0100" value="0.00849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 08:29:37 +0100" startDate="2018-03-05 07:22:18 +0100" endDate="2018-03-05 07:29:49 +0100" value="0.04972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 08:29:37 +0100" startDate="2018-03-05 07:36:55 +0100" endDate="2018-03-05 07:46:53 +0100" value="0.1652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 08:29:37 +0100" startDate="2018-03-05 07:46:53 +0100" endDate="2018-03-05 07:55:31 +0100" value="0.62612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 08:29:37 +0100" startDate="2018-03-05 07:55:31 +0100" endDate="2018-03-05 07:59:05 +0100" value="0.01656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 08:29:37 +0100" startDate="2018-03-05 08:11:29 +0100" endDate="2018-03-05 08:20:38 +0100" value="0.05593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 09:30:10 +0100" startDate="2018-03-05 08:20:38 +0100" endDate="2018-03-05 08:29:38 +0100" value="0.04771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 11:27:41 +0100" startDate="2018-03-05 11:15:24 +0100" endDate="2018-03-05 11:25:19 +0100" value="0.04159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 12:31:20 +0100" startDate="2018-03-05 11:25:19 +0100" endDate="2018-03-05 11:35:18 +0100" value="0.51576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 12:31:20 +0100" startDate="2018-03-05 11:35:18 +0100" endDate="2018-03-05 11:41:32 +0100" value="0.22991"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 12:31:20 +0100" startDate="2018-03-05 11:58:57 +0100" endDate="2018-03-05 12:08:56 +0100" value="0.35636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 12:31:20 +0100" startDate="2018-03-05 12:08:56 +0100" endDate="2018-03-05 12:18:53 +0100" value="0.50234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 12:31:20 +0100" startDate="2018-03-05 12:18:53 +0100" endDate="2018-03-05 12:28:51 +0100" value="0.18893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 13:32:04 +0100" startDate="2018-03-05 12:28:51 +0100" endDate="2018-03-05 12:37:45 +0100" value="0.32064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 13:32:04 +0100" startDate="2018-03-05 12:37:45 +0100" endDate="2018-03-05 12:47:44 +0100" value="0.26139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 13:32:04 +0100" startDate="2018-03-05 12:47:44 +0100" endDate="2018-03-05 12:51:03 +0100" value="0.00273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 15:34:21 +0100" startDate="2018-03-05 14:28:15 +0100" endDate="2018-03-05 14:37:01 +0100" value="0.06613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 15:34:21 +0100" startDate="2018-03-05 14:37:01 +0100" endDate="2018-03-05 14:39:26 +0100" value="0.02096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 15:34:21 +0100" startDate="2018-03-05 15:11:57 +0100" endDate="2018-03-05 15:21:56 +0100" value="0.05222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 15:34:21 +0100" startDate="2018-03-05 15:21:56 +0100" endDate="2018-03-05 15:25:30 +0100" value="0.06602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 16:27:25 +0100" startDate="2018-03-05 15:25:30 +0100" endDate="2018-03-05 15:34:22 +0100" value="0.00222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 16:27:25 +0100" startDate="2018-03-05 16:03:10 +0100" endDate="2018-03-05 16:12:11 +0100" value="0.05855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 17:29:09 +0100" startDate="2018-03-05 16:24:12 +0100" endDate="2018-03-05 16:34:12 +0100" value="0.34042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 17:29:09 +0100" startDate="2018-03-05 16:34:12 +0100" endDate="2018-03-05 16:41:20 +0100" value="0.29662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 17:29:09 +0100" startDate="2018-03-05 16:41:20 +0100" endDate="2018-03-05 16:47:42 +0100" value="0.0166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 17:29:09 +0100" startDate="2018-03-05 16:48:27 +0100" endDate="2018-03-05 16:57:51 +0100" value="0.01677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 18:26:52 +0100" startDate="2018-03-05 17:50:52 +0100" endDate="2018-03-05 17:59:26 +0100" value="0.01544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 18:26:52 +0100" startDate="2018-03-05 17:59:26 +0100" endDate="2018-03-05 18:09:00 +0100" value="0.34473"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 19:41:33 +0100" startDate="2018-03-05 18:54:58 +0100" endDate="2018-03-05 19:04:22 +0100" value="0.11742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 19:41:33 +0100" startDate="2018-03-05 19:12:17 +0100" endDate="2018-03-05 19:18:19 +0100" value="0.00729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 19:41:33 +0100" startDate="2018-03-05 19:30:19 +0100" endDate="2018-03-05 19:39:02 +0100" value="0.04717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 20:42:56 +0100" startDate="2018-03-05 19:39:02 +0100" endDate="2018-03-05 19:44:41 +0100" value="0.02934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 20:42:56 +0100" startDate="2018-03-05 19:51:24 +0100" endDate="2018-03-05 19:57:35 +0100" value="0.01322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 21:29:42 +0100" startDate="2018-03-05 20:01:35 +0100" endDate="2018-03-05 20:11:11 +0100" value="0.02902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 21:29:42 +0100" startDate="2018-03-05 20:11:11 +0100" endDate="2018-03-05 20:11:42 +0100" value="0.008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 21:29:42 +0100" startDate="2018-03-05 20:37:02 +0100" endDate="2018-03-05 20:43:10 +0100" value="0.00457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 21:29:42 +0100" startDate="2018-03-05 21:13:19 +0100" endDate="2018-03-05 21:19:27 +0100" value="0.00554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 23:18:20 +0100" startDate="2018-03-05 21:19:27 +0100" endDate="2018-03-05 21:29:22 +0100" value="0.0173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 23:18:20 +0100" startDate="2018-03-05 21:42:11 +0100" endDate="2018-03-05 21:49:02 +0100" value="0.01807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 23:18:20 +0100" startDate="2018-03-05 21:49:02 +0100" endDate="2018-03-05 21:53:04 +0100" value="0.02902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 23:18:20 +0100" startDate="2018-03-05 22:06:12 +0100" endDate="2018-03-05 22:12:30 +0100" value="0.00892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 23:18:20 +0100" startDate="2018-03-05 22:31:50 +0100" endDate="2018-03-05 22:38:56 +0100" value="0.02787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 23:18:20 +0100" startDate="2018-03-05 22:42:50 +0100" endDate="2018-03-05 22:49:18 +0100" value="0.01542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 23:55:02 +0100" startDate="2018-03-05 23:17:49 +0100" endDate="2018-03-05 23:27:46 +0100" value="0.02865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-05 23:55:02 +0100" startDate="2018-03-05 23:27:46 +0100" endDate="2018-03-05 23:28:49 +0100" value="0.01859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 07:30:07 +0100" startDate="2018-03-06 06:48:49 +0100" endDate="2018-03-06 06:56:11 +0100" value="0.03426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 07:30:07 +0100" startDate="2018-03-06 07:03:41 +0100" endDate="2018-03-06 07:13:40 +0100" value="0.09396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 07:30:07 +0100" startDate="2018-03-06 07:13:40 +0100" endDate="2018-03-06 07:14:49 +0100" value="0.02532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 08:32:07 +0100" startDate="2018-03-06 08:01:54 +0100" endDate="2018-03-06 08:11:52 +0100" value="0.05593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 08:32:07 +0100" startDate="2018-03-06 08:11:52 +0100" endDate="2018-03-06 08:21:50 +0100" value="0.70622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 08:32:07 +0100" startDate="2018-03-06 08:21:50 +0100" endDate="2018-03-06 08:27:02 +0100" value="0.09178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 09:31:16 +0100" startDate="2018-03-06 08:27:02 +0100" endDate="2018-03-06 08:34:29 +0100" value="0.02208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 09:31:16 +0100" startDate="2018-03-06 08:45:16 +0100" endDate="2018-03-06 08:55:08 +0100" value="0.04766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 09:31:16 +0100" startDate="2018-03-06 08:55:08 +0100" endDate="2018-03-06 09:01:05 +0100" value="0.0308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 10:29:21 +0100" startDate="2018-03-06 09:59:29 +0100" endDate="2018-03-06 10:08:47 +0100" value="0.10708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 10:29:21 +0100" startDate="2018-03-06 10:08:47 +0100" endDate="2018-03-06 10:13:58 +0100" value="0.05026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 11:29:38 +0100" startDate="2018-03-06 10:28:53 +0100" endDate="2018-03-06 10:36:43 +0100" value="0.09909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 11:29:38 +0100" startDate="2018-03-06 10:59:39 +0100" endDate="2018-03-06 11:07:39 +0100" value="0.04417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 11:29:38 +0100" startDate="2018-03-06 11:07:39 +0100" endDate="2018-03-06 11:11:05 +0100" value="0.00889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 12:29:00 +0100" startDate="2018-03-06 11:33:50 +0100" endDate="2018-03-06 11:40:40 +0100" value="0.02097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 12:29:00 +0100" startDate="2018-03-06 11:40:40 +0100" endDate="2018-03-06 11:48:53 +0100" value="0.10555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 12:29:00 +0100" startDate="2018-03-06 11:48:53 +0100" endDate="2018-03-06 11:58:16 +0100" value="0.20252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 12:29:00 +0100" startDate="2018-03-06 11:58:16 +0100" endDate="2018-03-06 12:08:16 +0100" value="0.46549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 13:27:48 +0100" startDate="2018-03-06 12:43:35 +0100" endDate="2018-03-06 12:53:34 +0100" value="0.16717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 13:27:48 +0100" startDate="2018-03-06 12:53:34 +0100" endDate="2018-03-06 13:02:18 +0100" value="0.69576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 13:27:48 +0100" startDate="2018-03-06 13:02:18 +0100" endDate="2018-03-06 13:12:16 +0100" value="0.57927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 13:27:48 +0100" startDate="2018-03-06 13:12:16 +0100" endDate="2018-03-06 13:20:39 +0100" value="0.17652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 14:31:40 +0100" startDate="2018-03-06 13:20:39 +0100" endDate="2018-03-06 13:29:20 +0100" value="0.05003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 14:31:40 +0100" startDate="2018-03-06 13:29:20 +0100" endDate="2018-03-06 13:36:48 +0100" value="0.14473"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 14:31:40 +0100" startDate="2018-03-06 13:40:50 +0100" endDate="2018-03-06 13:46:57 +0100" value="0.00868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 14:31:40 +0100" startDate="2018-03-06 14:09:01 +0100" endDate="2018-03-06 14:17:18 +0100" value="0.07152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 15:35:03 +0100" startDate="2018-03-06 15:06:48 +0100" endDate="2018-03-06 15:13:21 +0100" value="0.02757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 15:35:03 +0100" startDate="2018-03-06 15:13:21 +0100" endDate="2018-03-06 15:23:20 +0100" value="0.42649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 15:35:03 +0100" startDate="2018-03-06 15:23:20 +0100" endDate="2018-03-06 15:26:42 +0100" value="0.31448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 16:28:49 +0100" startDate="2018-03-06 16:02:39 +0100" endDate="2018-03-06 16:12:08 +0100" value="0.08488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 17:27:24 +0100" startDate="2018-03-06 16:35:49 +0100" endDate="2018-03-06 16:45:28 +0100" value="0.03387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 17:27:24 +0100" startDate="2018-03-06 17:11:51 +0100" endDate="2018-03-06 17:18:01 +0100" value="0.00381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 18:27:04 +0100" startDate="2018-03-06 17:43:19 +0100" endDate="2018-03-06 17:53:19 +0100" value="0.34094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 18:27:04 +0100" startDate="2018-03-06 17:53:19 +0100" endDate="2018-03-06 18:02:02 +0100" value="0.27434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 18:27:04 +0100" startDate="2018-03-06 18:02:02 +0100" endDate="2018-03-06 18:12:01 +0100" value="0.08846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 18:27:04 +0100" startDate="2018-03-06 18:12:01 +0100" endDate="2018-03-06 18:20:59 +0100" value="0.01866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 19:27:38 +0100" startDate="2018-03-06 18:20:59 +0100" endDate="2018-03-06 18:26:21 +0100" value="0.02529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 19:27:38 +0100" startDate="2018-03-06 18:26:21 +0100" endDate="2018-03-06 18:34:15 +0100" value="0.01907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 19:27:38 +0100" startDate="2018-03-06 18:34:15 +0100" endDate="2018-03-06 18:39:23 +0100" value="0.00955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 19:27:38 +0100" startDate="2018-03-06 18:39:51 +0100" endDate="2018-03-06 18:46:04 +0100" value="0.01185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 19:27:38 +0100" startDate="2018-03-06 19:10:11 +0100" endDate="2018-03-06 19:19:50 +0100" value="0.0724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 20:34:54 +0100" startDate="2018-03-06 19:19:50 +0100" endDate="2018-03-06 19:29:47 +0100" value="0.06116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 20:34:54 +0100" startDate="2018-03-06 19:29:47 +0100" endDate="2018-03-06 19:30:38 +0100" value="0.01507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 20:34:54 +0100" startDate="2018-03-06 20:03:17 +0100" endDate="2018-03-06 20:09:40 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-06 21:29:00 +0100" startDate="2018-03-06 21:10:22 +0100" endDate="2018-03-06 21:19:21 +0100" value="0.03581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 07:27:30 +0100" startDate="2018-03-07 06:46:15 +0100" endDate="2018-03-07 06:52:50 +0100" value="0.02825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 07:27:30 +0100" startDate="2018-03-07 06:54:35 +0100" endDate="2018-03-07 07:00:40 +0100" value="0.01"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 07:27:30 +0100" startDate="2018-03-07 07:04:01 +0100" endDate="2018-03-07 07:11:02 +0100" value="0.03771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 07:27:30 +0100" startDate="2018-03-07 07:11:48 +0100" endDate="2018-03-07 07:21:47 +0100" value="0.17531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 08:29:08 +0100" startDate="2018-03-07 07:21:47 +0100" endDate="2018-03-07 07:31:45 +0100" value="0.92355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 08:29:08 +0100" startDate="2018-03-07 07:31:45 +0100" endDate="2018-03-07 07:38:46 +0100" value="0.30935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 08:29:08 +0100" startDate="2018-03-07 07:44:37 +0100" endDate="2018-03-07 07:51:03 +0100" value="0.00837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 08:29:08 +0100" startDate="2018-03-07 07:58:18 +0100" endDate="2018-03-07 08:04:28 +0100" value="0.02382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 08:29:08 +0100" startDate="2018-03-07 08:10:56 +0100" endDate="2018-03-07 08:20:55 +0100" value="0.44301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 09:27:37 +0100" startDate="2018-03-07 08:20:55 +0100" endDate="2018-03-07 08:30:13 +0100" value="0.49522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 09:27:37 +0100" startDate="2018-03-07 08:30:13 +0100" endDate="2018-03-07 08:36:28 +0100" value="0.06053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 10:30:52 +0100" startDate="2018-03-07 10:11:52 +0100" endDate="2018-03-07 10:17:57 +0100" value="0.00781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 11:29:45 +0100" startDate="2018-03-07 10:23:09 +0100" endDate="2018-03-07 10:33:09 +0100" value="0.20661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 11:29:45 +0100" startDate="2018-03-07 10:33:09 +0100" endDate="2018-03-07 10:34:45 +0100" value="0.09328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 11:29:45 +0100" startDate="2018-03-07 10:40:44 +0100" endDate="2018-03-07 10:50:44 +0100" value="0.29643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 11:29:45 +0100" startDate="2018-03-07 10:50:44 +0100" endDate="2018-03-07 10:52:44 +0100" value="0.02304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 11:29:45 +0100" startDate="2018-03-07 11:07:02 +0100" endDate="2018-03-07 11:14:24 +0100" value="0.03554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 11:29:45 +0100" startDate="2018-03-07 11:14:24 +0100" endDate="2018-03-07 11:22:43 +0100" value="0.01963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 12:28:07 +0100" startDate="2018-03-07 11:46:31 +0100" endDate="2018-03-07 11:56:22 +0100" value="0.19678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 12:28:07 +0100" startDate="2018-03-07 11:56:22 +0100" endDate="2018-03-07 12:05:48 +0100" value="0.21666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 12:28:07 +0100" startDate="2018-03-07 12:05:48 +0100" endDate="2018-03-07 12:11:25 +0100" value="0.09557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 12:28:07 +0100" startDate="2018-03-07 12:13:50 +0100" endDate="2018-03-07 12:23:49 +0100" value="0.2576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 13:30:06 +0100" startDate="2018-03-07 12:23:49 +0100" endDate="2018-03-07 12:28:06 +0100" value="0.14606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 13:30:06 +0100" startDate="2018-03-07 12:54:41 +0100" endDate="2018-03-07 13:04:41 +0100" value="0.24956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 13:30:06 +0100" startDate="2018-03-07 13:04:41 +0100" endDate="2018-03-07 13:14:38 +0100" value="0.4449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 13:30:06 +0100" startDate="2018-03-07 13:14:38 +0100" endDate="2018-03-07 13:23:02 +0100" value="0.25094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 14:30:22 +0100" startDate="2018-03-07 13:23:02 +0100" endDate="2018-03-07 13:25:35 +0100" value="0.01871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 14:30:22 +0100" startDate="2018-03-07 13:43:50 +0100" endDate="2018-03-07 13:53:29 +0100" value="0.0191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 14:30:22 +0100" startDate="2018-03-07 14:01:27 +0100" endDate="2018-03-07 14:10:46 +0100" value="0.08023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 15:30:48 +0100" startDate="2018-03-07 14:53:42 +0100" endDate="2018-03-07 15:02:26 +0100" value="0.05695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 16:28:59 +0100" startDate="2018-03-07 15:37:54 +0100" endDate="2018-03-07 15:47:28 +0100" value="0.18405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 16:28:59 +0100" startDate="2018-03-07 15:47:28 +0100" endDate="2018-03-07 15:57:27 +0100" value="0.61823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 16:28:59 +0100" startDate="2018-03-07 15:57:27 +0100" endDate="2018-03-07 16:04:20 +0100" value="0.04357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 16:28:59 +0100" startDate="2018-03-07 16:05:21 +0100" endDate="2018-03-07 16:11:31 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 17:34:52 +0100" startDate="2018-03-07 16:20:51 +0100" endDate="2018-03-07 16:30:50 +0100" value="0.14027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 17:34:52 +0100" startDate="2018-03-07 16:30:50 +0100" endDate="2018-03-07 16:37:51 +0100" value="0.10769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 17:29:10 +0100" endDate="2018-03-07 17:35:10 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 17:35:10 +0100" endDate="2018-03-07 17:40:36 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 17:45:29 +0100" endDate="2018-03-07 17:55:28 +0100" value="0.18348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 17:55:28 +0100" endDate="2018-03-07 18:04:06 +0100" value="0.45958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 18:04:06 +0100" endDate="2018-03-07 18:11:31 +0100" value="0.05339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 18:11:31 +0100" endDate="2018-03-07 18:15:21 +0100" value="0.0018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 18:29:01 +0100" startDate="2018-03-07 18:17:12 +0100" endDate="2018-03-07 18:23:45 +0100" value="0.02536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 19:28:02 +0100" startDate="2018-03-07 19:06:35 +0100" endDate="2018-03-07 19:13:38 +0100" value="0.03646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 20:32:18 +0100" startDate="2018-03-07 19:20:29 +0100" endDate="2018-03-07 19:29:14 +0100" value="0.05006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 20:32:18 +0100" startDate="2018-03-07 19:38:45 +0100" endDate="2018-03-07 19:48:45 +0100" value="0.14232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 20:32:18 +0100" startDate="2018-03-07 19:48:45 +0100" endDate="2018-03-07 19:52:37 +0100" value="0.03976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 20:32:18 +0100" startDate="2018-03-07 20:11:22 +0100" endDate="2018-03-07 20:18:33 +0100" value="0.02395"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 21:28:19 +0100" startDate="2018-03-07 20:51:43 +0100" endDate="2018-03-07 20:57:43 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 23:03:08 +0100" startDate="2018-03-07 22:13:30 +0100" endDate="2018-03-07 22:23:29 +0100" value="0.06113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-07 23:03:08 +0100" startDate="2018-03-07 22:23:29 +0100" endDate="2018-03-07 22:29:00 +0100" value="0.04829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 07:32:01 +0100" startDate="2018-03-08 06:43:20 +0100" endDate="2018-03-08 06:53:18 +0100" value="0.03073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 07:32:01 +0100" startDate="2018-03-08 06:53:18 +0100" endDate="2018-03-08 06:57:56 +0100" value="0.002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 08:27:26 +0100" startDate="2018-03-08 07:30:30 +0100" endDate="2018-03-08 07:37:01 +0100" value="0.01236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 08:27:26 +0100" startDate="2018-03-08 07:37:01 +0100" endDate="2018-03-08 07:43:38 +0100" value="0.02167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 08:27:26 +0100" startDate="2018-03-08 07:48:17 +0100" endDate="2018-03-08 07:55:10 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 08:27:26 +0100" startDate="2018-03-08 07:55:10 +0100" endDate="2018-03-08 08:04:44 +0100" value="0.31575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 08:27:26 +0100" startDate="2018-03-08 08:04:44 +0100" endDate="2018-03-08 08:14:24 +0100" value="0.51153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 08:27:26 +0100" startDate="2018-03-08 08:14:24 +0100" endDate="2018-03-08 08:15:22 +0100" value="0.01647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 09:45:10 +0100" startDate="2018-03-08 08:43:53 +0100" endDate="2018-03-08 08:51:12 +0100" value="0.01064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 10:28:53 +0100" startDate="2018-03-08 09:39:33 +0100" endDate="2018-03-08 09:47:36 +0100" value="0.10723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 10:28:53 +0100" startDate="2018-03-08 09:47:36 +0100" endDate="2018-03-08 09:57:36 +0100" value="0.03219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 10:28:53 +0100" startDate="2018-03-08 09:57:36 +0100" endDate="2018-03-08 10:05:45 +0100" value="0.03357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 10:28:53 +0100" startDate="2018-03-08 10:15:40 +0100" endDate="2018-03-08 10:25:29 +0100" value="0.05541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 11:27:38 +0100" startDate="2018-03-08 10:35:29 +0100" endDate="2018-03-08 10:43:57 +0100" value="0.10846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 11:27:38 +0100" startDate="2018-03-08 11:07:35 +0100" endDate="2018-03-08 11:17:24 +0100" value="0.18399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 11:27:38 +0100" startDate="2018-03-08 11:17:24 +0100" endDate="2018-03-08 11:24:04 +0100" value="0.12985"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 12:33:13 +0100" startDate="2018-03-08 11:24:04 +0100" endDate="2018-03-08 11:34:03 +0100" value="0.28822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 12:33:13 +0100" startDate="2018-03-08 11:34:03 +0100" endDate="2018-03-08 11:35:48 +0100" value="0.09303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 13:39:57 +0100" startDate="2018-03-08 12:27:15 +0100" endDate="2018-03-08 12:37:14 +0100" value="0.14675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 13:39:57 +0100" startDate="2018-03-08 12:37:14 +0100" endDate="2018-03-08 12:46:17 +0100" value="0.35118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 13:39:57 +0100" startDate="2018-03-08 12:46:17 +0100" endDate="2018-03-08 12:56:16 +0100" value="0.0584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 16:28:19 +0100" startDate="2018-03-08 16:12:15 +0100" endDate="2018-03-08 16:21:11 +0100" value="0.04813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 17:27:46 +0100" startDate="2018-03-08 16:28:23 +0100" endDate="2018-03-08 16:38:17 +0100" value="0.45969"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 17:27:46 +0100" startDate="2018-03-08 16:38:17 +0100" endDate="2018-03-08 16:43:22 +0100" value="0.22002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 17:27:46 +0100" startDate="2018-03-08 17:00:19 +0100" endDate="2018-03-08 17:06:57 +0100" value="0.02555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 18:31:20 +0100" startDate="2018-03-08 17:35:51 +0100" endDate="2018-03-08 17:45:28 +0100" value="0.00368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 18:31:20 +0100" startDate="2018-03-08 17:47:20 +0100" endDate="2018-03-08 17:57:20 +0100" value="0.07934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 18:31:20 +0100" startDate="2018-03-08 17:57:20 +0100" endDate="2018-03-08 18:07:19 +0100" value="1.00166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 18:31:20 +0100" startDate="2018-03-08 18:07:19 +0100" endDate="2018-03-08 18:17:02 +0100" value="0.67912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 18:31:20 +0100" startDate="2018-03-08 18:17:02 +0100" endDate="2018-03-08 18:24:23 +0100" value="0.44951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 19:27:02 +0100" startDate="2018-03-08 18:30:15 +0100" endDate="2018-03-08 18:37:01 +0100" value="0.0052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 19:27:02 +0100" startDate="2018-03-08 18:37:01 +0100" endDate="2018-03-08 18:41:20 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 19:27:02 +0100" startDate="2018-03-08 18:44:56 +0100" endDate="2018-03-08 18:54:07 +0100" value="0.02154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 19:27:02 +0100" startDate="2018-03-08 18:55:37 +0100" endDate="2018-03-08 19:05:36 +0100" value="0.26993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 19:27:02 +0100" startDate="2018-03-08 19:05:36 +0100" endDate="2018-03-08 19:15:35 +0100" value="0.70426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 19:27:02 +0100" startDate="2018-03-08 19:15:35 +0100" endDate="2018-03-08 19:23:17 +0100" value="0.42435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 20:28:43 +0100" startDate="2018-03-08 19:23:17 +0100" endDate="2018-03-08 19:33:15 +0100" value="0.46495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 20:28:43 +0100" startDate="2018-03-08 19:33:15 +0100" endDate="2018-03-08 19:43:13 +0100" value="0.54765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 20:28:43 +0100" startDate="2018-03-08 19:43:13 +0100" endDate="2018-03-08 19:51:13 +0100" value="0.3274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 20:28:43 +0100" startDate="2018-03-08 19:51:13 +0100" endDate="2018-03-08 20:00:21 +0100" value="0.02515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 21:32:28 +0100" startDate="2018-03-08 20:23:41 +0100" endDate="2018-03-08 20:33:40 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-08 21:32:28 +0100" startDate="2018-03-08 20:33:40 +0100" endDate="2018-03-08 20:34:21 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 07:28:39 +0100" startDate="2018-03-09 06:50:15 +0100" endDate="2018-03-09 06:57:23 +0100" value="0.01411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 07:28:39 +0100" startDate="2018-03-09 06:59:22 +0100" endDate="2018-03-09 07:05:43 +0100" value="0.01203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 08:27:03 +0100" startDate="2018-03-09 07:28:42 +0100" endDate="2018-03-09 07:35:43 +0100" value="0.02514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 08:27:03 +0100" startDate="2018-03-09 07:38:57 +0100" endDate="2018-03-09 07:48:43 +0100" value="0.12627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 08:27:03 +0100" startDate="2018-03-09 07:48:43 +0100" endDate="2018-03-09 07:58:41 +0100" value="0.61207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 08:27:03 +0100" startDate="2018-03-09 07:58:41 +0100" endDate="2018-03-09 08:08:41 +0100" value="0.22185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 08:27:03 +0100" startDate="2018-03-09 08:08:41 +0100" endDate="2018-03-09 08:16:50 +0100" value="0.01097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 09:28:56 +0100" startDate="2018-03-09 08:16:50 +0100" endDate="2018-03-09 08:26:48 +0100" value="0.00205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 09:28:56 +0100" startDate="2018-03-09 08:26:48 +0100" endDate="2018-03-09 08:27:03 +0100" value="0.00205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 10:28:46 +0100" startDate="2018-03-09 09:27:08 +0100" endDate="2018-03-09 09:36:50 +0100" value="0.30103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 10:28:46 +0100" startDate="2018-03-09 09:39:36 +0100" endDate="2018-03-09 09:49:23 +0100" value="0.31197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 10:28:46 +0100" startDate="2018-03-09 09:49:23 +0100" endDate="2018-03-09 09:53:18 +0100" value="0.00935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 11:27:10 +0100" startDate="2018-03-09 10:50:46 +0100" endDate="2018-03-09 10:57:03 +0100" value="0.0117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 11:27:10 +0100" startDate="2018-03-09 11:04:48 +0100" endDate="2018-03-09 11:12:58 +0100" value="0.04708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 11:27:10 +0100" startDate="2018-03-09 11:12:58 +0100" endDate="2018-03-09 11:21:38 +0100" value="0.03976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 12:27:40 +0100" startDate="2018-03-09 11:21:38 +0100" endDate="2018-03-09 11:31:33 +0100" value="0.04892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 12:27:40 +0100" startDate="2018-03-09 11:31:33 +0100" endDate="2018-03-09 11:41:32 +0100" value="0.62731"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 12:27:40 +0100" startDate="2018-03-09 11:41:32 +0100" endDate="2018-03-09 11:50:22 +0100" value="0.18685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 12:27:40 +0100" startDate="2018-03-09 11:50:22 +0100" endDate="2018-03-09 11:53:41 +0100" value="0.08045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 12:27:40 +0100" startDate="2018-03-09 12:05:19 +0100" endDate="2018-03-09 12:14:43 +0100" value="0.18617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 12:27:40 +0100" startDate="2018-03-09 12:14:43 +0100" endDate="2018-03-09 12:24:42 +0100" value="0.64928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 13:28:20 +0100" startDate="2018-03-09 12:32:30 +0100" endDate="2018-03-09 12:41:59 +0100" value="0.29047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 13:28:20 +0100" startDate="2018-03-09 12:41:59 +0100" endDate="2018-03-09 12:51:25 +0100" value="0.31973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 15:30:38 +0100" startDate="2018-03-09 14:21:08 +0100" endDate="2018-03-09 14:27:54 +0100" value="0.02437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 15:30:38 +0100" startDate="2018-03-09 14:27:54 +0100" endDate="2018-03-09 14:37:43 +0100" value="0.08787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 15:30:38 +0100" startDate="2018-03-09 14:37:43 +0100" endDate="2018-03-09 14:47:27 +0100" value="0.60203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 15:30:38 +0100" startDate="2018-03-09 14:47:27 +0100" endDate="2018-03-09 14:54:02 +0100" value="0.02999"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 15:30:38 +0100" startDate="2018-03-09 15:03:51 +0100" endDate="2018-03-09 15:13:29 +0100" value="0.01812"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 15:30:38 +0100" startDate="2018-03-09 15:13:29 +0100" endDate="2018-03-09 15:23:04 +0100" value="0.08239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 16:27:53 +0100" startDate="2018-03-09 15:23:04 +0100" endDate="2018-03-09 15:24:28 +0100" value="0.04193"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 16:27:53 +0100" startDate="2018-03-09 15:34:45 +0100" endDate="2018-03-09 15:40:55 +0100" value="0.00507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 16:27:53 +0100" startDate="2018-03-09 15:40:59 +0100" endDate="2018-03-09 15:47:50 +0100" value="0.01568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 17:28:36 +0100" startDate="2018-03-09 17:00:28 +0100" endDate="2018-03-09 17:06:53 +0100" value="0.0319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 17:28:36 +0100" startDate="2018-03-09 17:16:36 +0100" endDate="2018-03-09 17:26:36 +0100" value="0.04074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 18:27:40 +0100" startDate="2018-03-09 17:26:36 +0100" endDate="2018-03-09 17:36:34 +0100" value="0.85363"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 18:27:40 +0100" startDate="2018-03-09 17:36:34 +0100" endDate="2018-03-09 17:37:17 +0100" value="0.02939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 18:27:40 +0100" startDate="2018-03-09 17:48:10 +0100" endDate="2018-03-09 17:57:49 +0100" value="0.35507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 18:27:40 +0100" startDate="2018-03-09 17:57:49 +0100" endDate="2018-03-09 18:07:49 +0100" value="0.02236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 18:27:40 +0100" startDate="2018-03-09 18:07:49 +0100" endDate="2018-03-09 18:17:03 +0100" value="0.03606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 18:27:40 +0100" startDate="2018-03-09 18:17:03 +0100" endDate="2018-03-09 18:27:03 +0100" value="0.46158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 19:26:59 +0100" startDate="2018-03-09 18:27:03 +0100" endDate="2018-03-09 18:35:30 +0100" value="0.61022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 19:26:59 +0100" startDate="2018-03-09 18:48:25 +0100" endDate="2018-03-09 18:56:08 +0100" value="0.03845"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 20:27:59 +0100" startDate="2018-03-09 20:00:29 +0100" endDate="2018-03-09 20:06:57 +0100" value="0.0024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 21:30:13 +0100" startDate="2018-03-09 20:54:00 +0100" endDate="2018-03-09 21:03:36 +0100" value="0.20692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 21:30:13 +0100" startDate="2018-03-09 21:03:36 +0100" endDate="2018-03-09 21:13:36 +0100" value="0.73564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 21:30:13 +0100" startDate="2018-03-09 21:13:36 +0100" endDate="2018-03-09 21:23:29 +0100" value="0.68652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 23:17:20 +0100" startDate="2018-03-09 21:23:29 +0100" endDate="2018-03-09 21:30:13 +0100" value="0.1256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 23:58:41 +0100" startDate="2018-03-09 23:13:14 +0100" endDate="2018-03-09 23:21:59 +0100" value="0.06247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 23:58:41 +0100" startDate="2018-03-09 23:21:59 +0100" endDate="2018-03-09 23:31:58 +0100" value="0.59275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-09 23:58:41 +0100" startDate="2018-03-09 23:31:58 +0100" endDate="2018-03-09 23:40:04 +0100" value="0.431"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 08:28:18 +0100" startDate="2018-03-10 07:38:52 +0100" endDate="2018-03-10 07:44:57 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 08:28:18 +0100" startDate="2018-03-10 08:01:42 +0100" endDate="2018-03-10 08:09:53 +0100" value="0.06365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 09:46:08 +0100" startDate="2018-03-10 09:07:54 +0100" endDate="2018-03-10 09:16:20 +0100" value="0.06412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 10:57:20 +0100" startDate="2018-03-10 09:38:17 +0100" endDate="2018-03-10 09:48:08 +0100" value="0.04399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 10:57:20 +0100" startDate="2018-03-10 09:48:08 +0100" endDate="2018-03-10 09:49:04 +0100" value="0.04015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 10:57:20 +0100" startDate="2018-03-10 10:10:15 +0100" endDate="2018-03-10 10:20:13 +0100" value="0.10914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 10:57:20 +0100" startDate="2018-03-10 10:20:13 +0100" endDate="2018-03-10 10:28:07 +0100" value="0.13527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 10:57:20 +0100" startDate="2018-03-10 10:28:07 +0100" endDate="2018-03-10 10:37:24 +0100" value="0.17604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 10:57:20 +0100" startDate="2018-03-10 10:37:24 +0100" endDate="2018-03-10 10:38:45 +0100" value="0.00925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 11:28:09 +0100" startDate="2018-03-10 11:06:26 +0100" endDate="2018-03-10 11:16:21 +0100" value="0.06599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 11:28:09 +0100" startDate="2018-03-10 11:16:21 +0100" endDate="2018-03-10 11:22:12 +0100" value="0.02656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 12:26:53 +0100" startDate="2018-03-10 11:28:31 +0100" endDate="2018-03-10 11:36:18 +0100" value="0.00732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 12:26:53 +0100" startDate="2018-03-10 11:37:25 +0100" endDate="2018-03-10 11:45:11 +0100" value="0.07019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 12:26:53 +0100" startDate="2018-03-10 11:45:11 +0100" endDate="2018-03-10 11:54:56 +0100" value="0.05324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 12:26:53 +0100" startDate="2018-03-10 11:54:56 +0100" endDate="2018-03-10 12:04:33 +0100" value="0.02713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 12:26:53 +0100" startDate="2018-03-10 12:04:33 +0100" endDate="2018-03-10 12:10:02 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 13:28:34 +0100" startDate="2018-03-10 12:28:32 +0100" endDate="2018-03-10 12:38:01 +0100" value="0.05659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 13:28:34 +0100" startDate="2018-03-10 12:41:44 +0100" endDate="2018-03-10 12:51:42 +0100" value="0.02064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 13:28:34 +0100" startDate="2018-03-10 12:51:42 +0100" endDate="2018-03-10 12:52:02 +0100" value="0.00424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 13:28:34 +0100" startDate="2018-03-10 13:12:13 +0100" endDate="2018-03-10 13:20:38 +0100" value="0.04369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 17:32:39 +0100" startDate="2018-03-10 16:52:33 +0100" endDate="2018-03-10 16:59:31 +0100" value="0.0407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 17:32:39 +0100" startDate="2018-03-10 16:59:34 +0100" endDate="2018-03-10 17:07:57 +0100" value="0.01964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 18:28:43 +0100" startDate="2018-03-10 17:29:14 +0100" endDate="2018-03-10 17:38:38 +0100" value="0.03717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 18:28:43 +0100" startDate="2018-03-10 17:46:21 +0100" endDate="2018-03-10 17:54:16 +0100" value="0.0338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 19:28:06 +0100" startDate="2018-03-10 19:11:40 +0100" endDate="2018-03-10 19:18:01 +0100" value="0.01185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 20:30:52 +0100" startDate="2018-03-10 19:45:13 +0100" endDate="2018-03-10 19:55:12 +0100" value="0.10401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 20:30:52 +0100" startDate="2018-03-10 19:55:12 +0100" endDate="2018-03-10 20:02:01 +0100" value="0.18993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 22:24:52 +0100" startDate="2018-03-10 20:23:08 +0100" endDate="2018-03-10 20:32:59 +0100" value="0.05919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-10 22:24:52 +0100" startDate="2018-03-10 21:27:00 +0100" endDate="2018-03-10 21:33:02 +0100" value="0.0112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 00:46:53 +0100" startDate="2018-03-11 00:17:28 +0100" endDate="2018-03-11 00:25:53 +0100" value="0.04232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 00:46:53 +0100" startDate="2018-03-11 00:25:53 +0100" endDate="2018-03-11 00:29:55 +0100" value="0.0009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 01:26:58 +0100" startDate="2018-03-11 00:44:51 +0100" endDate="2018-03-11 00:54:49 +0100" value="0.07261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 01:26:58 +0100" startDate="2018-03-11 00:54:49 +0100" endDate="2018-03-11 01:04:08 +0100" value="0.03838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 08:27:34 +0100" startDate="2018-03-11 08:03:43 +0100" endDate="2018-03-11 08:11:17 +0100" value="0.06571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 08:27:34 +0100" startDate="2018-03-11 08:11:17 +0100" endDate="2018-03-11 08:18:08 +0100" value="0.06755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 09:32:07 +0100" startDate="2018-03-11 09:07:53 +0100" endDate="2018-03-11 09:16:21 +0100" value="0.03706"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 10:27:01 +0100" startDate="2018-03-11 09:40:16 +0100" endDate="2018-03-11 09:50:12 +0100" value="0.05357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 10:27:01 +0100" startDate="2018-03-11 09:50:12 +0100" endDate="2018-03-11 09:54:24 +0100" value="0.13551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 10:27:01 +0100" startDate="2018-03-11 10:00:29 +0100" endDate="2018-03-11 10:07:23 +0100" value="0.01918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 10:27:01 +0100" startDate="2018-03-11 10:07:56 +0100" endDate="2018-03-11 10:15:10 +0100" value="0.05613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 11:54:23 +0100" startDate="2018-03-11 10:39:21 +0100" endDate="2018-03-11 10:48:19 +0100" value="0.06755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 11:54:23 +0100" startDate="2018-03-11 10:51:51 +0100" endDate="2018-03-11 10:58:31 +0100" value="0.01064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 16:34:37 +0100" startDate="2018-03-11 15:26:39 +0100" endDate="2018-03-11 15:36:36 +0100" value="0.1483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 16:34:37 +0100" startDate="2018-03-11 16:04:30 +0100" endDate="2018-03-11 16:14:30 +0100" value="0.07614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7f70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 16:34:37 +0100" startDate="2018-03-11 16:14:30 +0100" endDate="2018-03-11 16:16:29 +0100" value="0.0704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 18:05:17 +0100" startDate="2018-03-11 16:51:01 +0100" endDate="2018-03-11 16:57:46 +0100" value="0.01624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 18:05:17 +0100" startDate="2018-03-11 17:27:48 +0100" endDate="2018-03-11 17:35:30 +0100" value="0.00856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 18:05:17 +0100" startDate="2018-03-11 17:35:30 +0100" endDate="2018-03-11 17:43:45 +0100" value="0.09542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 18:27:37 +0100" startDate="2018-03-11 18:01:02 +0100" endDate="2018-03-11 18:10:54 +0100" value="0.13506"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 19:32:49 +0100" startDate="2018-03-11 19:18:43 +0100" endDate="2018-03-11 19:27:59 +0100" value="0.15783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 20:36:24 +0100" startDate="2018-03-11 19:27:59 +0100" endDate="2018-03-11 19:30:37 +0100" value="0.00808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-11 20:36:24 +0100" startDate="2018-03-11 19:46:21 +0100" endDate="2018-03-11 19:56:20 +0100" value="0.0995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 00:52:09 +0100" startDate="2018-03-11 23:28:35 +0100" endDate="2018-03-11 23:37:49 +0100" value="0.05957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 05:52:50 +0100" startDate="2018-03-12 04:47:41 +0100" endDate="2018-03-12 04:57:09 +0100" value="0.02923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 07:27:03 +0100" startDate="2018-03-12 06:54:53 +0100" endDate="2018-03-12 07:04:43 +0100" value="0.06783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 07:27:03 +0100" startDate="2018-03-12 07:04:43 +0100" endDate="2018-03-12 07:13:13 +0100" value="0.00562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 07:27:03 +0100" startDate="2018-03-12 07:13:13 +0100" endDate="2018-03-12 07:18:31 +0100" value="0.00613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 08:27:02 +0100" startDate="2018-03-12 07:36:58 +0100" endDate="2018-03-12 07:44:19 +0100" value="0.04311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 08:27:02 +0100" startDate="2018-03-12 07:44:31 +0100" endDate="2018-03-12 07:52:28 +0100" value="0.03382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 08:27:02 +0100" startDate="2018-03-12 08:09:12 +0100" endDate="2018-03-12 08:17:19 +0100" value="0.07518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 08:17:19 +0100" endDate="2018-03-12 08:27:19 +0100" value="0.13717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 08:27:19 +0100" endDate="2018-03-12 08:30:57 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 08:37:37 +0100" endDate="2018-03-12 08:44:00 +0100" value="0.00378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 08:45:54 +0100" endDate="2018-03-12 08:54:43 +0100" value="0.02577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 08:54:43 +0100" endDate="2018-03-12 09:02:33 +0100" value="0.10823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 09:02:33 +0100" endDate="2018-03-12 09:12:32 +0100" value="0.07439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 09:27:45 +0100" startDate="2018-03-12 09:12:32 +0100" endDate="2018-03-12 09:22:30 +0100" value="0.57773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 10:23:51 +0100" startDate="2018-03-12 09:22:30 +0100" endDate="2018-03-12 09:32:29 +0100" value="0.2435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 10:23:51 +0100" startDate="2018-03-12 09:32:29 +0100" endDate="2018-03-12 09:42:27 +0100" value="0.05747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 10:23:51 +0100" startDate="2018-03-12 09:42:27 +0100" endDate="2018-03-12 09:49:50 +0100" value="0.03772"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 11:25:03 +0100" startDate="2018-03-12 10:30:31 +0100" endDate="2018-03-12 10:40:31 +0100" value="0.2707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 11:25:03 +0100" startDate="2018-03-12 10:40:31 +0100" endDate="2018-03-12 10:49:01 +0100" value="0.31681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 11:25:03 +0100" startDate="2018-03-12 10:49:01 +0100" endDate="2018-03-12 10:52:27 +0100" value="0.01863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 11:25:03 +0100" startDate="2018-03-12 11:11:28 +0100" endDate="2018-03-12 11:21:25 +0100" value="0.06678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 12:23:06 +0100" startDate="2018-03-12 11:26:52 +0100" endDate="2018-03-12 11:32:57 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 12:23:06 +0100" startDate="2018-03-12 11:34:35 +0100" endDate="2018-03-12 11:44:32 +0100" value="0.32243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 12:23:06 +0100" startDate="2018-03-12 11:44:32 +0100" endDate="2018-03-12 11:51:10 +0100" value="0.21466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 12:23:06 +0100" startDate="2018-03-12 12:03:43 +0100" endDate="2018-03-12 12:09:58 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 13:25:26 +0100" startDate="2018-03-12 12:17:07 +0100" endDate="2018-03-12 12:27:06 +0100" value="0.3027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 13:25:26 +0100" startDate="2018-03-12 12:27:06 +0100" endDate="2018-03-12 12:35:32 +0100" value="0.1368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 13:25:26 +0100" startDate="2018-03-12 12:35:32 +0100" endDate="2018-03-12 12:41:23 +0100" value="0.02815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 13:25:26 +0100" startDate="2018-03-12 12:52:12 +0100" endDate="2018-03-12 12:58:12 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 14:23:35 +0100" startDate="2018-03-12 13:48:07 +0100" endDate="2018-03-12 13:57:08 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 14:23:35 +0100" startDate="2018-03-12 14:07:00 +0100" endDate="2018-03-12 14:16:06 +0100" value="0.04138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 15:22:35 +0100" startDate="2018-03-12 14:16:06 +0100" endDate="2018-03-12 14:25:38 +0100" value="0.04428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 15:22:35 +0100" startDate="2018-03-12 14:25:38 +0100" endDate="2018-03-12 14:29:14 +0100" value="0.02119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 15:22:35 +0100" startDate="2018-03-12 14:51:01 +0100" endDate="2018-03-12 14:57:49 +0100" value="0.0543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 15:22:35 +0100" startDate="2018-03-12 15:02:19 +0100" endDate="2018-03-12 15:11:37 +0100" value="0.03966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 15:22:35 +0100" startDate="2018-03-12 15:11:37 +0100" endDate="2018-03-12 15:21:33 +0100" value="0.07414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 18:26:23 +0100" startDate="2018-03-12 17:28:26 +0100" endDate="2018-03-12 17:35:33 +0100" value="0.03231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 18:26:23 +0100" startDate="2018-03-12 17:35:52 +0100" endDate="2018-03-12 17:45:52 +0100" value="0.1994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 18:26:23 +0100" startDate="2018-03-12 17:45:52 +0100" endDate="2018-03-12 17:55:51 +0100" value="0.49644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 18:26:23 +0100" startDate="2018-03-12 17:55:51 +0100" endDate="2018-03-12 18:00:29 +0100" value="0.02605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 18:26:23 +0100" startDate="2018-03-12 18:00:29 +0100" endDate="2018-03-12 18:07:09 +0100" value="0.02386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 19:28:09 +0100" startDate="2018-03-12 18:34:49 +0100" endDate="2018-03-12 18:44:46 +0100" value="0.17221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 19:28:09 +0100" startDate="2018-03-12 18:44:46 +0100" endDate="2018-03-12 18:54:13 +0100" value="0.32857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 19:28:09 +0100" startDate="2018-03-12 19:04:38 +0100" endDate="2018-03-12 19:11:08 +0100" value="0.02705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 20:22:45 +0100" startDate="2018-03-12 19:24:38 +0100" endDate="2018-03-12 19:30:58 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 20:22:45 +0100" startDate="2018-03-12 19:57:17 +0100" endDate="2018-03-12 20:04:43 +0100" value="0.01289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 20:22:45 +0100" startDate="2018-03-12 20:10:25 +0100" endDate="2018-03-12 20:19:05 +0100" value="0.09083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 21:22:48 +0100" startDate="2018-03-12 20:19:05 +0100" endDate="2018-03-12 20:25:04 +0100" value="0.10362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 21:22:48 +0100" startDate="2018-03-12 20:56:54 +0100" endDate="2018-03-12 21:03:04 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-12 22:44:05 +0100" startDate="2018-03-12 21:33:26 +0100" endDate="2018-03-12 21:43:04 +0100" value="0.01694"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 06:41:29 +0100" startDate="2018-03-13 06:24:05 +0100" endDate="2018-03-13 06:30:30 +0100" value="0.00952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 07:30:07 +0100" startDate="2018-03-13 06:36:42 +0100" endDate="2018-03-13 06:42:52 +0100" value="0.01189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 07:30:07 +0100" startDate="2018-03-13 06:56:45 +0100" endDate="2018-03-13 07:06:44 +0100" value="0.05245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 07:30:07 +0100" startDate="2018-03-13 07:06:44 +0100" endDate="2018-03-13 07:15:01 +0100" value="0.03215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 07:30:07 +0100" startDate="2018-03-13 07:15:01 +0100" endDate="2018-03-13 07:25:00 +0100" value="0.04004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 08:22:37 +0100" startDate="2018-03-13 07:37:50 +0100" endDate="2018-03-13 07:47:48 +0100" value="0.06451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 08:22:37 +0100" startDate="2018-03-13 07:47:48 +0100" endDate="2018-03-13 07:57:22 +0100" value="0.03166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 08:22:37 +0100" startDate="2018-03-13 07:57:22 +0100" endDate="2018-03-13 08:07:22 +0100" value="0.48574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 08:22:37 +0100" startDate="2018-03-13 08:07:22 +0100" endDate="2018-03-13 08:10:38 +0100" value="0.2272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 12:23:01 +0100" startDate="2018-03-13 11:21:41 +0100" endDate="2018-03-13 11:30:39 +0100" value="0.04193"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 12:23:01 +0100" startDate="2018-03-13 11:30:39 +0100" endDate="2018-03-13 11:38:47 +0100" value="0.19191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 12:23:01 +0100" startDate="2018-03-13 11:38:47 +0100" endDate="2018-03-13 11:48:44 +0100" value="0.1655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 12:23:01 +0100" startDate="2018-03-13 11:48:44 +0100" endDate="2018-03-13 11:54:58 +0100" value="0.3592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 12:23:01 +0100" startDate="2018-03-13 11:57:49 +0100" endDate="2018-03-13 12:03:56 +0100" value="0.01056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 12:23:01 +0100" startDate="2018-03-13 12:04:59 +0100" endDate="2018-03-13 12:12:56 +0100" value="0.01573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 13:23:25 +0100" startDate="2018-03-13 12:41:01 +0100" endDate="2018-03-13 12:51:00 +0100" value="0.39343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 13:23:25 +0100" startDate="2018-03-13 12:51:00 +0100" endDate="2018-03-13 12:53:31 +0100" value="0.18432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 13:23:25 +0100" startDate="2018-03-13 12:55:34 +0100" endDate="2018-03-13 13:05:32 +0100" value="0.21829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 13:23:25 +0100" startDate="2018-03-13 13:05:32 +0100" endDate="2018-03-13 13:11:40 +0100" value="0.39598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 14:22:59 +0100" startDate="2018-03-13 13:22:33 +0100" endDate="2018-03-13 13:29:47 +0100" value="0.02992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 14:22:59 +0100" startDate="2018-03-13 13:52:12 +0100" endDate="2018-03-13 13:59:52 +0100" value="0.06702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 14:22:59 +0100" startDate="2018-03-13 14:07:56 +0100" endDate="2018-03-13 14:15:17 +0100" value="0.04264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 17:23:59 +0100" startDate="2018-03-13 16:38:12 +0100" endDate="2018-03-13 16:48:12 +0100" value="0.28562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 17:23:59 +0100" startDate="2018-03-13 16:48:12 +0100" endDate="2018-03-13 16:55:30 +0100" value="0.26618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 17:23:59 +0100" startDate="2018-03-13 17:13:09 +0100" endDate="2018-03-13 17:23:05 +0100" value="0.07842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 18:29:56 +0100" startDate="2018-03-13 17:23:05 +0100" endDate="2018-03-13 17:28:54 +0100" value="0.0578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 18:29:56 +0100" startDate="2018-03-13 17:32:31 +0100" endDate="2018-03-13 17:39:11 +0100" value="0.03084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 18:29:56 +0100" startDate="2018-03-13 17:39:11 +0100" endDate="2018-03-13 17:43:26 +0100" value="0.01902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 18:29:56 +0100" startDate="2018-03-13 18:12:00 +0100" endDate="2018-03-13 18:21:46 +0100" value="0.0549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 19:25:29 +0100" startDate="2018-03-13 18:21:46 +0100" endDate="2018-03-13 18:31:34 +0100" value="0.03163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-13 22:45:13 +0100" startDate="2018-03-13 21:18:40 +0100" endDate="2018-03-13 21:26:02 +0100" value="0.03048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 07:22:51 +0100" startDate="2018-03-14 06:26:53 +0100" endDate="2018-03-14 06:33:36 +0100" value="0.01211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 07:22:51 +0100" startDate="2018-03-14 06:36:23 +0100" endDate="2018-03-14 06:45:59 +0100" value="0.01612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 07:22:51 +0100" startDate="2018-03-14 06:50:57 +0100" endDate="2018-03-14 07:00:56 +0100" value="0.06139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 07:22:51 +0100" startDate="2018-03-14 07:00:56 +0100" endDate="2018-03-14 07:08:39 +0100" value="0.02622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 08:25:21 +0100" startDate="2018-03-14 07:13:49 +0100" endDate="2018-03-14 07:20:42 +0100" value="0.03123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 08:25:21 +0100" startDate="2018-03-14 07:21:17 +0100" endDate="2018-03-14 07:30:53 +0100" value="0.03282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 08:25:21 +0100" startDate="2018-03-14 07:30:53 +0100" endDate="2018-03-14 07:40:51 +0100" value="0.73169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 08:25:21 +0100" startDate="2018-03-14 07:40:51 +0100" endDate="2018-03-14 07:49:19 +0100" value="0.10189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 12:27:29 +0100" startDate="2018-03-14 11:19:47 +0100" endDate="2018-03-14 11:29:15 +0100" value="0.02072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 12:27:29 +0100" startDate="2018-03-14 11:29:15 +0100" endDate="2018-03-14 11:39:14 +0100" value="0.51727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 12:27:29 +0100" startDate="2018-03-14 11:39:14 +0100" endDate="2018-03-14 11:49:13 +0100" value="0.55056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 12:27:29 +0100" startDate="2018-03-14 11:49:13 +0100" endDate="2018-03-14 11:51:03 +0100" value="0.13928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 12:27:29 +0100" startDate="2018-03-14 12:16:58 +0100" endDate="2018-03-14 12:26:33 +0100" value="0.33148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 13:22:42 +0100" startDate="2018-03-14 12:26:33 +0100" endDate="2018-03-14 12:33:00 +0100" value="0.05553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 13:22:42 +0100" startDate="2018-03-14 12:33:00 +0100" endDate="2018-03-14 12:42:22 +0100" value="0.03106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 13:22:42 +0100" startDate="2018-03-14 12:42:22 +0100" endDate="2018-03-14 12:48:00 +0100" value="0.0485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 13:22:42 +0100" startDate="2018-03-14 13:02:34 +0100" endDate="2018-03-14 13:09:56 +0100" value="0.0474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 13:22:42 +0100" startDate="2018-03-14 13:09:56 +0100" endDate="2018-03-14 13:19:41 +0100" value="0.05573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 14:27:21 +0100" startDate="2018-03-14 13:19:41 +0100" endDate="2018-03-14 13:29:38 +0100" value="0.56916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 14:27:21 +0100" startDate="2018-03-14 13:29:38 +0100" endDate="2018-03-14 13:36:23 +0100" value="0.0406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 14:27:21 +0100" startDate="2018-03-14 13:56:34 +0100" endDate="2018-03-14 14:06:33 +0100" value="0.40952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 14:27:21 +0100" startDate="2018-03-14 14:06:33 +0100" endDate="2018-03-14 14:15:37 +0100" value="0.27363"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 14:27:21 +0100" startDate="2018-03-14 14:15:37 +0100" endDate="2018-03-14 14:22:01 +0100" value="0.078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 15:31:52 +0100" startDate="2018-03-14 14:22:01 +0100" endDate="2018-03-14 14:31:59 +0100" value="0.05479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 15:31:52 +0100" startDate="2018-03-14 14:34:48 +0100" endDate="2018-03-14 14:44:48 +0100" value="0.07171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 15:31:52 +0100" startDate="2018-03-14 14:44:48 +0100" endDate="2018-03-14 14:53:45 +0100" value="0.03117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 15:31:52 +0100" startDate="2018-03-14 14:53:45 +0100" endDate="2018-03-14 14:55:21 +0100" value="0.01297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 15:31:52 +0100" startDate="2018-03-14 14:59:07 +0100" endDate="2018-03-14 15:05:58 +0100" value="0.0497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 15:31:52 +0100" startDate="2018-03-14 15:15:55 +0100" endDate="2018-03-14 15:22:08 +0100" value="0.00592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 16:26:27 +0100" startDate="2018-03-14 15:32:17 +0100" endDate="2018-03-14 15:41:56 +0100" value="0.05041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 16:26:27 +0100" startDate="2018-03-14 15:48:35 +0100" endDate="2018-03-14 15:57:17 +0100" value="0.04571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 16:26:27 +0100" startDate="2018-03-14 15:57:17 +0100" endDate="2018-03-14 16:03:44 +0100" value="0.06507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 16:26:27 +0100" startDate="2018-03-14 16:03:44 +0100" endDate="2018-03-14 16:13:42 +0100" value="0.0054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 17:23:25 +0100" startDate="2018-03-14 16:21:50 +0100" endDate="2018-03-14 16:31:50 +0100" value="0.15803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 17:23:25 +0100" startDate="2018-03-14 16:31:50 +0100" endDate="2018-03-14 16:41:07 +0100" value="0.47356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 17:23:25 +0100" startDate="2018-03-14 17:06:57 +0100" endDate="2018-03-14 17:13:05 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 18:24:25 +0100" startDate="2018-03-14 17:22:54 +0100" endDate="2018-03-14 17:29:22 +0100" value="0.01719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 18:24:25 +0100" startDate="2018-03-14 17:29:32 +0100" endDate="2018-03-14 17:39:32 +0100" value="0.07797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 18:24:25 +0100" startDate="2018-03-14 17:39:32 +0100" endDate="2018-03-14 17:43:21 +0100" value="0.19211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 18:24:25 +0100" startDate="2018-03-14 18:09:21 +0100" endDate="2018-03-14 18:19:16 +0100" value="0.14493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 19:30:25 +0100" startDate="2018-03-14 18:19:16 +0100" endDate="2018-03-14 18:24:38 +0100" value="0.08836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 19:30:25 +0100" startDate="2018-03-14 18:24:38 +0100" endDate="2018-03-14 18:33:56 +0100" value="0.05974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 21:24:53 +0100" startDate="2018-03-14 20:21:56 +0100" endDate="2018-03-14 20:29:05 +0100" value="0.04032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 21:24:53 +0100" startDate="2018-03-14 20:47:15 +0100" endDate="2018-03-14 20:57:13 +0100" value="0.21412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 21:24:53 +0100" startDate="2018-03-14 20:57:13 +0100" endDate="2018-03-14 21:07:11 +0100" value="0.12641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 21:24:53 +0100" startDate="2018-03-14 21:07:11 +0100" endDate="2018-03-14 21:16:14 +0100" value="0.0731"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 21:16:14 +0100" endDate="2018-03-14 21:21:20 +0100" value="0.05381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 21:30:23 +0100" endDate="2018-03-14 21:39:23 +0100" value="0.03092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 21:44:18 +0100" endDate="2018-03-14 21:50:23 +0100" value="0.00608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 21:51:28 +0100" endDate="2018-03-14 22:01:27 +0100" value="0.06454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 22:01:27 +0100" endDate="2018-03-14 22:01:53 +0100" value="0.00427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 22:32:14 +0100" endDate="2018-03-14 22:38:30 +0100" value="0.00533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-14 23:11:06 +0100" startDate="2018-03-14 22:49:43 +0100" endDate="2018-03-14 22:56:26 +0100" value="0.03013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 07:27:38 +0100" startDate="2018-03-15 06:59:00 +0100" endDate="2018-03-15 07:05:36 +0100" value="0.03571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 07:27:38 +0100" startDate="2018-03-15 07:10:50 +0100" endDate="2018-03-15 07:19:42 +0100" value="0.02249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 08:25:27 +0100" startDate="2018-03-15 07:24:15 +0100" endDate="2018-03-15 07:30:53 +0100" value="0.02756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 08:25:27 +0100" startDate="2018-03-15 07:38:22 +0100" endDate="2018-03-15 07:45:02 +0100" value="0.01607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 08:25:27 +0100" startDate="2018-03-15 08:08:46 +0100" endDate="2018-03-15 08:15:22 +0100" value="0.02494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 08:25:27 +0100" startDate="2018-03-15 08:15:22 +0100" endDate="2018-03-15 08:25:20 +0100" value="0.26661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 09:24:12 +0100" startDate="2018-03-15 08:25:20 +0100" endDate="2018-03-15 08:30:57 +0100" value="0.39761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 09:24:12 +0100" startDate="2018-03-15 08:30:57 +0100" endDate="2018-03-15 08:40:54 +0100" value="0.05711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 09:24:12 +0100" startDate="2018-03-15 08:40:54 +0100" endDate="2018-03-15 08:50:21 +0100" value="0.77764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 09:24:12 +0100" startDate="2018-03-15 08:50:21 +0100" endDate="2018-03-15 08:54:51 +0100" value="0.0048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 11:22:54 +0100" startDate="2018-03-15 10:17:56 +0100" endDate="2018-03-15 10:27:55 +0100" value="0.04182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 11:22:54 +0100" startDate="2018-03-15 10:27:55 +0100" endDate="2018-03-15 10:34:00 +0100" value="0.03642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 11:22:54 +0100" startDate="2018-03-15 10:41:09 +0100" endDate="2018-03-15 10:48:00 +0100" value="0.01628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 11:22:54 +0100" startDate="2018-03-15 10:48:00 +0100" endDate="2018-03-15 10:52:57 +0100" value="0.00301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 11:22:54 +0100" startDate="2018-03-15 11:11:27 +0100" endDate="2018-03-15 11:19:47 +0100" value="0.04161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 12:34:55 +0100" startDate="2018-03-15 11:19:47 +0100" endDate="2018-03-15 11:28:18 +0100" value="0.03529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 12:34:55 +0100" startDate="2018-03-15 11:40:20 +0100" endDate="2018-03-15 11:50:19 +0100" value="0.30222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 12:34:55 +0100" startDate="2018-03-15 11:50:19 +0100" endDate="2018-03-15 11:58:10 +0100" value="0.50141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 12:34:55 +0100" startDate="2018-03-15 12:06:41 +0100" endDate="2018-03-15 12:16:40 +0100" value="0.29002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 12:34:55 +0100" startDate="2018-03-15 12:16:40 +0100" endDate="2018-03-15 12:26:37 +0100" value="0.68221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 13:22:54 +0100" startDate="2018-03-15 12:26:37 +0100" endDate="2018-03-15 12:34:54 +0100" value="0.00152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 13:22:54 +0100" startDate="2018-03-15 12:34:54 +0100" endDate="2018-03-15 12:44:52 +0100" value="0.08655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 13:22:54 +0100" startDate="2018-03-15 12:50:46 +0100" endDate="2018-03-15 13:00:45 +0100" value="0.20144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 13:22:54 +0100" startDate="2018-03-15 13:00:45 +0100" endDate="2018-03-15 13:10:11 +0100" value="0.43036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 13:22:54 +0100" startDate="2018-03-15 13:10:11 +0100" endDate="2018-03-15 13:20:05 +0100" value="0.07924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 14:27:38 +0100" startDate="2018-03-15 13:20:05 +0100" endDate="2018-03-15 13:30:04 +0100" value="0.01353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 14:27:38 +0100" startDate="2018-03-15 13:51:02 +0100" endDate="2018-03-15 14:01:02 +0100" value="0.02091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 14:27:38 +0100" startDate="2018-03-15 14:01:02 +0100" endDate="2018-03-15 14:10:38 +0100" value="0.00768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 15:22:38 +0100" startDate="2018-03-15 14:44:44 +0100" endDate="2018-03-15 14:52:56 +0100" value="0.04614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 15:22:38 +0100" startDate="2018-03-15 14:52:56 +0100" endDate="2018-03-15 15:02:54 +0100" value="0.13539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 15:22:38 +0100" startDate="2018-03-15 15:02:54 +0100" endDate="2018-03-15 15:12:53 +0100" value="0.01318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 16:28:58 +0100" startDate="2018-03-15 15:12:53 +0100" endDate="2018-03-15 15:20:48 +0100" value="0.07273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 16:28:58 +0100" startDate="2018-03-15 15:26:40 +0100" endDate="2018-03-15 15:32:47 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 16:28:58 +0100" startDate="2018-03-15 15:46:26 +0100" endDate="2018-03-15 15:52:59 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 16:28:58 +0100" startDate="2018-03-15 16:00:08 +0100" endDate="2018-03-15 16:06:46 +0100" value="0.00779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 16:28:58 +0100" startDate="2018-03-15 16:15:22 +0100" endDate="2018-03-15 16:25:11 +0100" value="0.04191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 17:25:34 +0100" startDate="2018-03-15 16:31:24 +0100" endDate="2018-03-15 16:41:18 +0100" value="0.06257"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 17:25:34 +0100" startDate="2018-03-15 16:41:18 +0100" endDate="2018-03-15 16:51:16 +0100" value="0.52876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 17:25:34 +0100" startDate="2018-03-15 16:51:16 +0100" endDate="2018-03-15 17:01:13 +0100" value="0.80555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 17:25:34 +0100" startDate="2018-03-15 17:01:13 +0100" endDate="2018-03-15 17:05:38 +0100" value="0.04579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 17:25:34 +0100" startDate="2018-03-15 17:05:38 +0100" endDate="2018-03-15 17:15:37 +0100" value="0.05735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 18:27:02 +0100" startDate="2018-03-15 17:25:36 +0100" endDate="2018-03-15 17:30:19 +0100" value="0.01631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 18:27:02 +0100" startDate="2018-03-15 17:32:15 +0100" endDate="2018-03-15 17:38:43 +0100" value="0.01798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 18:27:02 +0100" startDate="2018-03-15 17:54:00 +0100" endDate="2018-03-15 18:00:31 +0100" value="0.01755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 18:27:02 +0100" startDate="2018-03-15 18:02:36 +0100" endDate="2018-03-15 18:09:14 +0100" value="0.00382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 19:23:32 +0100" startDate="2018-03-15 19:06:04 +0100" endDate="2018-03-15 19:14:26 +0100" value="0.03626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 20:26:50 +0100" startDate="2018-03-15 19:14:26 +0100" endDate="2018-03-15 19:22:03 +0100" value="0.01487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 20:26:50 +0100" startDate="2018-03-15 19:45:27 +0100" endDate="2018-03-15 19:55:26 +0100" value="0.20793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 20:26:50 +0100" startDate="2018-03-15 19:55:26 +0100" endDate="2018-03-15 20:02:10 +0100" value="0.65967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 23:51:23 +0100" startDate="2018-03-15 23:11:40 +0100" endDate="2018-03-15 23:21:40 +0100" value="0.18458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 23:51:23 +0100" startDate="2018-03-15 23:21:40 +0100" endDate="2018-03-15 23:31:37 +0100" value="0.42607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-15 23:51:23 +0100" startDate="2018-03-15 23:31:37 +0100" endDate="2018-03-15 23:32:49 +0100" value="0.00252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 07:23:17 +0100" startDate="2018-03-16 06:54:44 +0100" endDate="2018-03-16 07:04:03 +0100" value="0.06573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 07:23:17 +0100" startDate="2018-03-16 07:04:03 +0100" endDate="2018-03-16 07:07:19 +0100" value="0.02756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 08:28:03 +0100" startDate="2018-03-16 07:16:42 +0100" endDate="2018-03-16 07:22:47 +0100" value="0.00456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 08:28:03 +0100" startDate="2018-03-16 07:42:16 +0100" endDate="2018-03-16 07:48:59 +0100" value="0.02408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 08:28:03 +0100" startDate="2018-03-16 07:49:05 +0100" endDate="2018-03-16 07:58:06 +0100" value="0.09146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 08:28:03 +0100" startDate="2018-03-16 07:58:06 +0100" endDate="2018-03-16 08:06:55 +0100" value="0.71963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 09:23:40 +0100" startDate="2018-03-16 08:53:51 +0100" endDate="2018-03-16 09:00:37 +0100" value="0.04182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 09:23:40 +0100" startDate="2018-03-16 09:00:37 +0100" endDate="2018-03-16 09:06:29 +0100" value="0.01803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 09:23:40 +0100" startDate="2018-03-16 09:06:29 +0100" endDate="2018-03-16 09:13:04 +0100" value="0.03552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 10:22:40 +0100" startDate="2018-03-16 09:19:32 +0100" endDate="2018-03-16 09:29:16 +0100" value="0.06102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 11:37:45 +0100" startDate="2018-03-16 10:21:25 +0100" endDate="2018-03-16 10:28:29 +0100" value="0.01367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 11:37:45 +0100" startDate="2018-03-16 10:53:20 +0100" endDate="2018-03-16 11:02:06 +0100" value="0.06087"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 11:37:45 +0100" startDate="2018-03-16 11:02:06 +0100" endDate="2018-03-16 11:05:12 +0100" value="0.06585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 11:37:45 +0100" startDate="2018-03-16 11:14:10 +0100" endDate="2018-03-16 11:23:21 +0100" value="0.01587"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 12:25:20 +0100" startDate="2018-03-16 11:41:46 +0100" endDate="2018-03-16 11:51:45 +0100" value="0.08969"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 12:25:20 +0100" startDate="2018-03-16 11:51:45 +0100" endDate="2018-03-16 12:01:43 +0100" value="0.13851"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 12:25:20 +0100" startDate="2018-03-16 12:01:43 +0100" endDate="2018-03-16 12:11:42 +0100" value="0.43268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 12:25:20 +0100" startDate="2018-03-16 12:11:42 +0100" endDate="2018-03-16 12:21:42 +0100" value="0.1533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 13:23:37 +0100" startDate="2018-03-16 12:21:42 +0100" endDate="2018-03-16 12:27:51 +0100" value="0.17795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 13:23:37 +0100" startDate="2018-03-16 13:10:31 +0100" endDate="2018-03-16 13:20:31 +0100" value="0.21706"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 14:23:09 +0100" startDate="2018-03-16 14:05:01 +0100" endDate="2018-03-16 14:15:01 +0100" value="0.22226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 15:27:51 +0100" startDate="2018-03-16 14:15:01 +0100" endDate="2018-03-16 14:17:08 +0100" value="0.04537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 15:27:51 +0100" startDate="2018-03-16 14:56:16 +0100" endDate="2018-03-16 15:06:16 +0100" value="0.19637"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 15:27:51 +0100" startDate="2018-03-16 15:06:16 +0100" endDate="2018-03-16 15:07:58 +0100" value="0.08122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 16:38:30 +0100" startDate="2018-03-16 15:21:01 +0100" endDate="2018-03-16 15:30:10 +0100" value="0.23939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 16:38:30 +0100" startDate="2018-03-16 15:30:10 +0100" endDate="2018-03-16 15:40:04 +0100" value="0.07955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 16:38:30 +0100" startDate="2018-03-16 15:55:24 +0100" endDate="2018-03-16 16:02:22 +0100" value="0.02104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 17:23:11 +0100" startDate="2018-03-16 16:34:04 +0100" endDate="2018-03-16 16:44:03 +0100" value="0.10334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 17:23:11 +0100" startDate="2018-03-16 16:44:03 +0100" endDate="2018-03-16 16:47:17 +0100" value="0.23417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 17:23:11 +0100" startDate="2018-03-16 16:48:10 +0100" endDate="2018-03-16 16:58:10 +0100" value="0.33701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 17:23:11 +0100" startDate="2018-03-16 16:58:10 +0100" endDate="2018-03-16 17:02:48 +0100" value="0.26885"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 18:22:41 +0100" startDate="2018-03-16 17:37:16 +0100" endDate="2018-03-16 17:47:15 +0100" value="0.06491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 18:22:41 +0100" startDate="2018-03-16 17:47:15 +0100" endDate="2018-03-16 17:57:15 +0100" value="0.11429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 18:22:41 +0100" startDate="2018-03-16 17:57:15 +0100" endDate="2018-03-16 18:07:14 +0100" value="0.31889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 18:22:41 +0100" startDate="2018-03-16 18:07:14 +0100" endDate="2018-03-16 18:17:14 +0100" value="0.39882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 19:23:06 +0100" startDate="2018-03-16 18:17:14 +0100" endDate="2018-03-16 18:27:12 +0100" value="0.05195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 19:23:06 +0100" startDate="2018-03-16 18:27:12 +0100" endDate="2018-03-16 18:34:48 +0100" value="0.13765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 20:27:22 +0100" startDate="2018-03-16 19:36:15 +0100" endDate="2018-03-16 19:43:06 +0100" value="0.01148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-16 21:25:06 +0100" startDate="2018-03-16 20:26:54 +0100" endDate="2018-03-16 20:33:09 +0100" value="0.00516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 00:08:47 +0100" startDate="2018-03-16 22:52:57 +0100" endDate="2018-03-16 22:59:38 +0100" value="0.00872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 08:37:53 +0100" startDate="2018-03-17 07:44:10 +0100" endDate="2018-03-17 07:51:32 +0100" value="0.02713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 08:37:53 +0100" startDate="2018-03-17 07:55:15 +0100" endDate="2018-03-17 08:04:58 +0100" value="0.03715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 08:37:53 +0100" startDate="2018-03-17 08:04:58 +0100" endDate="2018-03-17 08:08:27 +0100" value="0.00952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 09:45:45 +0100" startDate="2018-03-17 08:59:59 +0100" endDate="2018-03-17 09:07:00 +0100" value="0.0292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 11:40:14 +0100" startDate="2018-03-17 11:03:30 +0100" endDate="2018-03-17 11:09:51 +0100" value="0.02"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 11:40:14 +0100" startDate="2018-03-17 11:19:48 +0100" endDate="2018-03-17 11:29:47 +0100" value="0.01128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 12:38:48 +0100" startDate="2018-03-17 12:17:57 +0100" endDate="2018-03-17 12:25:49 +0100" value="0.04324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 12:38:48 +0100" startDate="2018-03-17 12:25:49 +0100" endDate="2018-03-17 12:35:47 +0100" value="0.0415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 13:45:41 +0100" startDate="2018-03-17 12:35:47 +0100" endDate="2018-03-17 12:39:49 +0100" value="0.20153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 13:45:41 +0100" startDate="2018-03-17 12:40:37 +0100" endDate="2018-03-17 12:49:00 +0100" value="0.03742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 13:45:41 +0100" startDate="2018-03-17 12:49:00 +0100" endDate="2018-03-17 12:58:41 +0100" value="0.15768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 13:45:41 +0100" startDate="2018-03-17 12:58:41 +0100" endDate="2018-03-17 13:08:32 +0100" value="0.20828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 13:45:41 +0100" startDate="2018-03-17 13:19:49 +0100" endDate="2018-03-17 13:28:57 +0100" value="0.19528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 13:45:41 +0100" startDate="2018-03-17 13:28:57 +0100" endDate="2018-03-17 13:37:04 +0100" value="0.12642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 14:41:44 +0100" startDate="2018-03-17 13:53:24 +0100" endDate="2018-03-17 14:01:08 +0100" value="0.05148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 14:41:44 +0100" startDate="2018-03-17 14:17:23 +0100" endDate="2018-03-17 14:25:26 +0100" value="0.04012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 14:41:44 +0100" startDate="2018-03-17 14:25:26 +0100" endDate="2018-03-17 14:29:35 +0100" value="0.0425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 15:37:58 +0100" startDate="2018-03-17 14:29:35 +0100" endDate="2018-03-17 14:39:23 +0100" value="0.00785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 15:37:58 +0100" startDate="2018-03-17 14:39:23 +0100" endDate="2018-03-17 14:43:20 +0100" value="0.06331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 15:37:58 +0100" startDate="2018-03-17 15:14:13 +0100" endDate="2018-03-17 15:20:13 +0100" value="0.006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 16:39:57 +0100" startDate="2018-03-17 15:32:41 +0100" endDate="2018-03-17 15:38:46 +0100" value="0.00384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 16:39:57 +0100" startDate="2018-03-17 15:46:56 +0100" endDate="2018-03-17 15:53:06 +0100" value="0.01557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 16:39:57 +0100" startDate="2018-03-17 16:01:07 +0100" endDate="2018-03-17 16:08:36 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 16:39:57 +0100" startDate="2018-03-17 16:09:26 +0100" endDate="2018-03-17 16:16:39 +0100" value="0.0288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 16:39:57 +0100" startDate="2018-03-17 16:16:39 +0100" endDate="2018-03-17 16:21:18 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 17:36:55 +0100" startDate="2018-03-17 16:30:27 +0100" endDate="2018-03-17 16:39:58 +0100" value="0.00428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 17:36:55 +0100" startDate="2018-03-17 16:42:26 +0100" endDate="2018-03-17 16:52:22 +0100" value="0.03681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 18:42:31 +0100" startDate="2018-03-17 18:02:00 +0100" endDate="2018-03-17 18:08:23 +0100" value="0.01182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 19:48:34 +0100" startDate="2018-03-17 18:45:14 +0100" endDate="2018-03-17 18:54:47 +0100" value="0.023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 19:48:34 +0100" startDate="2018-03-17 18:54:47 +0100" endDate="2018-03-17 19:02:09 +0100" value="0.02991"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 19:48:34 +0100" startDate="2018-03-17 19:19:17 +0100" endDate="2018-03-17 19:27:27 +0100" value="0.13457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 19:48:34 +0100" startDate="2018-03-17 19:27:27 +0100" endDate="2018-03-17 19:31:37 +0100" value="0.01357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 21:07:43 +0100" startDate="2018-03-17 19:42:24 +0100" endDate="2018-03-17 19:49:02 +0100" value="0.02498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 21:07:43 +0100" startDate="2018-03-17 19:49:02 +0100" endDate="2018-03-17 19:53:12 +0100" value="0.02486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 23:16:39 +0100" startDate="2018-03-17 22:40:39 +0100" endDate="2018-03-17 22:50:13 +0100" value="0.21615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-17 23:16:39 +0100" startDate="2018-03-17 23:03:29 +0100" endDate="2018-03-17 23:13:29 +0100" value="0.0523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 00:09:44 +0100" startDate="2018-03-17 23:13:29 +0100" endDate="2018-03-17 23:16:40 +0100" value="0.0074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 00:09:44 +0100" startDate="2018-03-17 23:50:22 +0100" endDate="2018-03-17 23:57:31 +0100" value="0.04169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 06:24:50 +0100" startDate="2018-03-18 06:03:40 +0100" endDate="2018-03-18 06:10:03 +0100" value="0.00142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 09:39:21 +0100" startDate="2018-03-18 08:30:35 +0100" endDate="2018-03-18 08:37:01 +0100" value="0.00805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 09:39:21 +0100" startDate="2018-03-18 08:41:43 +0100" endDate="2018-03-18 08:47:54 +0100" value="0.01277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 10:39:40 +0100" startDate="2018-03-18 10:18:20 +0100" endDate="2018-03-18 10:24:48 +0100" value="0.00664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 12:38:19 +0100" startDate="2018-03-18 11:47:21 +0100" endDate="2018-03-18 11:54:05 +0100" value="0.02169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 12:38:19 +0100" startDate="2018-03-18 12:03:55 +0100" endDate="2018-03-18 12:11:39 +0100" value="0.04371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 12:38:19 +0100" startDate="2018-03-18 12:22:28 +0100" endDate="2018-03-18 12:28:30 +0100" value="0.00875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 13:39:40 +0100" startDate="2018-03-18 12:47:36 +0100" endDate="2018-03-18 12:56:13 +0100" value="0.07546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 15:39:40 +0100" startDate="2018-03-18 15:14:11 +0100" endDate="2018-03-18 15:23:27 +0100" value="0.03884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 15:39:40 +0100" startDate="2018-03-18 15:23:27 +0100" endDate="2018-03-18 15:24:26 +0100" value="0.0077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 16:39:41 +0100" startDate="2018-03-18 16:00:12 +0100" endDate="2018-03-18 16:09:05 +0100" value="0.04979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 16:39:41 +0100" startDate="2018-03-18 16:09:05 +0100" endDate="2018-03-18 16:17:11 +0100" value="0.08025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 16:39:41 +0100" startDate="2018-03-18 16:17:11 +0100" endDate="2018-03-18 16:27:04 +0100" value="0.10894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 16:39:41 +0100" startDate="2018-03-18 16:27:04 +0100" endDate="2018-03-18 16:30:09 +0100" value="0.03986"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 17:37:18 +0100" startDate="2018-03-18 16:50:28 +0100" endDate="2018-03-18 17:00:25 +0100" value="0.00962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 17:37:18 +0100" startDate="2018-03-18 17:00:25 +0100" endDate="2018-03-18 17:04:34 +0100" value="0.16008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 17:37:18 +0100" startDate="2018-03-18 17:21:04 +0100" endDate="2018-03-18 17:30:57 +0100" value="0.30576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 18:39:41 +0100" startDate="2018-03-18 17:30:57 +0100" endDate="2018-03-18 17:39:30 +0100" value="0.07984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 18:39:41 +0100" startDate="2018-03-18 18:05:21 +0100" endDate="2018-03-18 18:15:19 +0100" value="0.01355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 18:39:41 +0100" startDate="2018-03-18 18:15:19 +0100" endDate="2018-03-18 18:24:33 +0100" value="0.11083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 18:39:41 +0100" startDate="2018-03-18 18:24:33 +0100" endDate="2018-03-18 18:33:25 +0100" value="0.01898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 20:38:32 +0100" startDate="2018-03-18 19:39:26 +0100" endDate="2018-03-18 19:48:35 +0100" value="0.0088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 22:15:32 +0100" startDate="2018-03-18 21:29:37 +0100" endDate="2018-03-18 21:35:55 +0100" value="0.01066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-18 22:15:32 +0100" startDate="2018-03-18 21:51:54 +0100" endDate="2018-03-18 22:01:15 +0100" value="0.04928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 02:38:22 +0100" startDate="2018-03-19 00:31:45 +0100" endDate="2018-03-19 00:41:33 +0100" value="0.04174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 07:36:44 +0100" startDate="2018-03-19 07:00:32 +0100" endDate="2018-03-19 07:10:06 +0100" value="0.0513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 07:36:44 +0100" startDate="2018-03-19 07:10:06 +0100" endDate="2018-03-19 07:18:08 +0100" value="0.10083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 07:36:44 +0100" startDate="2018-03-19 07:18:08 +0100" endDate="2018-03-19 07:27:40 +0100" value="0.06454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 07:27:40 +0100" endDate="2018-03-19 07:37:07 +0100" value="0.11719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 07:37:07 +0100" endDate="2018-03-19 07:47:05 +0100" value="0.08254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 07:47:05 +0100" endDate="2018-03-19 07:57:03 +0100" value="0.88834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 07:57:03 +0100" endDate="2018-03-19 08:07:01 +0100" value="0.76054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 08:07:01 +0100" endDate="2018-03-19 08:10:57 +0100" value="0.39486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 08:14:47 +0100" endDate="2018-03-19 08:22:58 +0100" value="0.02513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 08:39:25 +0100" startDate="2018-03-19 08:23:39 +0100" endDate="2018-03-19 08:31:52 +0100" value="0.06793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 09:50:01 +0100" startDate="2018-03-19 08:49:33 +0100" endDate="2018-03-19 08:57:02 +0100" value="0.0455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 09:50:01 +0100" startDate="2018-03-19 08:59:11 +0100" endDate="2018-03-19 09:07:57 +0100" value="0.04711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 10:39:13 +0100" startDate="2018-03-19 09:41:12 +0100" endDate="2018-03-19 09:47:43 +0100" value="0.01122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 10:39:13 +0100" startDate="2018-03-19 10:08:45 +0100" endDate="2018-03-19 10:18:44 +0100" value="0.06488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 10:39:13 +0100" startDate="2018-03-19 10:18:44 +0100" endDate="2018-03-19 10:27:06 +0100" value="0.05324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 10:39:13 +0100" startDate="2018-03-19 10:27:06 +0100" endDate="2018-03-19 10:37:03 +0100" value="0.13765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 11:38:18 +0100" startDate="2018-03-19 10:37:03 +0100" endDate="2018-03-19 10:42:47 +0100" value="0.15325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 11:38:18 +0100" startDate="2018-03-19 11:05:22 +0100" endDate="2018-03-19 11:13:01 +0100" value="0.05657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 11:38:18 +0100" startDate="2018-03-19 11:22:29 +0100" endDate="2018-03-19 11:32:28 +0100" value="0.35219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 12:40:37 +0100" startDate="2018-03-19 11:32:28 +0100" endDate="2018-03-19 11:38:19 +0100" value="0.43671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 12:40:37 +0100" startDate="2018-03-19 12:07:57 +0100" endDate="2018-03-19 12:17:54 +0100" value="0.33547"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 12:40:37 +0100" startDate="2018-03-19 12:17:54 +0100" endDate="2018-03-19 12:27:53 +0100" value="0.34871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 12:40:37 +0100" startDate="2018-03-19 12:27:53 +0100" endDate="2018-03-19 12:32:12 +0100" value="0.23604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 13:36:52 +0100" startDate="2018-03-19 12:32:12 +0100" endDate="2018-03-19 12:42:04 +0100" value="0.03485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 13:36:52 +0100" startDate="2018-03-19 12:42:04 +0100" endDate="2018-03-19 12:51:43 +0100" value="0.06338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 13:36:52 +0100" startDate="2018-03-19 12:51:43 +0100" endDate="2018-03-19 12:53:27 +0100" value="0.02446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 13:36:52 +0100" startDate="2018-03-19 12:56:00 +0100" endDate="2018-03-19 13:04:07 +0100" value="0.04865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 13:36:52 +0100" startDate="2018-03-19 13:04:07 +0100" endDate="2018-03-19 13:11:05 +0100" value="0.01609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 13:36:52 +0100" startDate="2018-03-19 13:16:33 +0100" endDate="2018-03-19 13:24:05 +0100" value="0.02943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 15:13:09 +0100" startDate="2018-03-19 13:29:01 +0100" endDate="2018-03-19 13:36:53 +0100" value="0.01745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 15:13:09 +0100" startDate="2018-03-19 14:02:55 +0100" endDate="2018-03-19 14:12:44 +0100" value="0.02652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 15:13:09 +0100" startDate="2018-03-19 14:12:44 +0100" endDate="2018-03-19 14:14:06 +0100" value="0.02059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 15:13:09 +0100" startDate="2018-03-19 14:23:40 +0100" endDate="2018-03-19 14:31:04 +0100" value="0.06662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 15:13:09 +0100" startDate="2018-03-19 15:00:53 +0100" endDate="2018-03-19 15:06:53 +0100" value="0.01075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 15:43:48 +0100" startDate="2018-03-19 15:06:53 +0100" endDate="2018-03-19 15:13:11 +0100" value="0.00234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 15:43:48 +0100" startDate="2018-03-19 15:20:18 +0100" endDate="2018-03-19 15:29:21 +0100" value="0.04994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 16:49:24 +0100" startDate="2018-03-19 15:49:51 +0100" endDate="2018-03-19 15:58:57 +0100" value="0.07248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 16:49:24 +0100" startDate="2018-03-19 15:58:57 +0100" endDate="2018-03-19 16:04:20 +0100" value="0.09659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 16:49:24 +0100" startDate="2018-03-19 16:22:19 +0100" endDate="2018-03-19 16:31:17 +0100" value="0.05624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 16:49:24 +0100" startDate="2018-03-19 16:31:17 +0100" endDate="2018-03-19 16:41:17 +0100" value="0.52346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 17:37:57 +0100" startDate="2018-03-19 16:41:17 +0100" endDate="2018-03-19 16:50:53 +0100" value="0.6329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 17:37:57 +0100" startDate="2018-03-19 16:50:53 +0100" endDate="2018-03-19 16:58:25 +0100" value="0.05623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 17:37:57 +0100" startDate="2018-03-19 17:06:18 +0100" endDate="2018-03-19 17:15:31 +0100" value="0.03091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 17:34:01 +0100" endDate="2018-03-19 17:41:53 +0100" value="0.05483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 17:44:14 +0100" endDate="2018-03-19 17:52:43 +0100" value="0.02941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 17:52:43 +0100" endDate="2018-03-19 18:02:43 +0100" value="0.40914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 18:02:43 +0100" endDate="2018-03-19 18:12:42 +0100" value="1.01675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 18:12:42 +0100" endDate="2018-03-19 18:22:42 +0100" value="0.76885"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 18:22:42 +0100" endDate="2018-03-19 18:32:39 +0100" value="0.40547"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 18:52:33 +0100" startDate="2018-03-19 18:32:39 +0100" endDate="2018-03-19 18:42:38 +0100" value="0.86111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 18:52:41 +0100" startDate="2018-03-19 18:42:38 +0100" endDate="2018-03-19 18:52:35 +0100" value="0.72012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 19:37:14 +0100" startDate="2018-03-19 18:52:35 +0100" endDate="2018-03-19 18:56:16 +0100" value="0.14651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-19 23:21:45 +0100" startDate="2018-03-19 20:57:55 +0100" endDate="2018-03-19 21:07:54 +0100" value="0.05911"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 06:38:50 +0100" startDate="2018-03-20 05:27:23 +0100" endDate="2018-03-20 05:33:28 +0100" value="0.00621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 06:38:50 +0100" startDate="2018-03-20 05:33:28 +0100" endDate="2018-03-20 05:38:57 +0100" value="0.02504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 06:38:50 +0100" startDate="2018-03-20 06:24:54 +0100" endDate="2018-03-20 06:31:19 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 07:50:49 +0100" startDate="2018-03-20 07:12:02 +0100" endDate="2018-03-20 07:22:00 +0100" value="0.08893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 07:50:49 +0100" startDate="2018-03-20 07:22:00 +0100" endDate="2018-03-20 07:30:11 +0100" value="0.7216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 08:38:34 +0100" startDate="2018-03-20 07:44:33 +0100" endDate="2018-03-20 07:54:33 +0100" value="0.06996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 08:38:34 +0100" startDate="2018-03-20 07:54:33 +0100" endDate="2018-03-20 08:00:02 +0100" value="0.01247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 08:38:34 +0100" startDate="2018-03-20 08:13:22 +0100" endDate="2018-03-20 08:22:15 +0100" value="0.03915"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 08:38:34 +0100" startDate="2018-03-20 08:22:15 +0100" endDate="2018-03-20 08:31:06 +0100" value="0.03828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 09:55:45 +0100" startDate="2018-03-20 08:40:11 +0100" endDate="2018-03-20 08:46:19 +0100" value="0.00528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 09:55:45 +0100" startDate="2018-03-20 09:07:56 +0100" endDate="2018-03-20 09:14:59 +0100" value="0.06839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 09:55:45 +0100" startDate="2018-03-20 09:20:05 +0100" endDate="2018-03-20 09:30:02 +0100" value="0.11924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 09:55:45 +0100" startDate="2018-03-20 09:30:02 +0100" endDate="2018-03-20 09:34:38 +0100" value="0.25227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 11:40:58 +0100" startDate="2018-03-20 10:35:51 +0100" endDate="2018-03-20 10:45:43 +0100" value="0.31051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 11:40:58 +0100" startDate="2018-03-20 10:45:43 +0100" endDate="2018-03-20 10:55:04 +0100" value="0.11937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 11:40:58 +0100" startDate="2018-03-20 11:23:27 +0100" endDate="2018-03-20 11:33:27 +0100" value="0.06699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 12:37:41 +0100" startDate="2018-03-20 11:33:27 +0100" endDate="2018-03-20 11:41:23 +0100" value="0.57861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 12:37:41 +0100" startDate="2018-03-20 11:41:23 +0100" endDate="2018-03-20 11:44:34 +0100" value="0.0728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 12:37:41 +0100" startDate="2018-03-20 12:17:43 +0100" endDate="2018-03-20 12:27:42 +0100" value="0.32827"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 13:39:51 +0100" startDate="2018-03-20 12:27:42 +0100" endDate="2018-03-20 12:37:40 +0100" value="0.97037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 13:39:51 +0100" startDate="2018-03-20 12:37:40 +0100" endDate="2018-03-20 12:47:40 +0100" value="0.6474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 13:39:51 +0100" startDate="2018-03-20 12:47:40 +0100" endDate="2018-03-20 12:55:03 +0100" value="0.05522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 13:39:51 +0100" startDate="2018-03-20 12:55:03 +0100" endDate="2018-03-20 12:59:43 +0100" value="0.03378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 13:39:51 +0100" startDate="2018-03-20 13:02:30 +0100" endDate="2018-03-20 13:09:08 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 13:39:51 +0100" startDate="2018-03-20 13:25:42 +0100" endDate="2018-03-20 13:32:20 +0100" value="0.01066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 14:36:42 +0100" startDate="2018-03-20 14:06:33 +0100" endDate="2018-03-20 14:16:00 +0100" value="0.07625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 14:36:42 +0100" startDate="2018-03-20 14:16:00 +0100" endDate="2018-03-20 14:17:03 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 15:40:24 +0100" startDate="2018-03-20 14:38:36 +0100" endDate="2018-03-20 14:45:07 +0100" value="0.0082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 15:40:24 +0100" startDate="2018-03-20 14:51:14 +0100" endDate="2018-03-20 14:58:53 +0100" value="0.04529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 15:40:24 +0100" startDate="2018-03-20 14:58:53 +0100" endDate="2018-03-20 15:03:46 +0100" value="0.02061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 16:37:59 +0100" startDate="2018-03-20 15:53:27 +0100" endDate="2018-03-20 16:00:56 +0100" value="0.05971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 16:37:59 +0100" startDate="2018-03-20 16:00:56 +0100" endDate="2018-03-20 16:06:56 +0100" value="0.05695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 16:37:59 +0100" startDate="2018-03-20 16:21:07 +0100" endDate="2018-03-20 16:31:06 +0100" value="0.05625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 17:37:37 +0100" startDate="2018-03-20 16:31:06 +0100" endDate="2018-03-20 16:41:03 +0100" value="0.56137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 17:37:37 +0100" startDate="2018-03-20 16:41:03 +0100" endDate="2018-03-20 16:46:15 +0100" value="0.00086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 17:37:37 +0100" startDate="2018-03-20 16:46:15 +0100" endDate="2018-03-20 16:53:54 +0100" value="0.04434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 17:37:37 +0100" startDate="2018-03-20 16:53:54 +0100" endDate="2018-03-20 17:01:22 +0100" value="0.02008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 18:39:00 +0100" startDate="2018-03-20 18:02:04 +0100" endDate="2018-03-20 18:08:47 +0100" value="0.02937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 19:36:44 +0100" startDate="2018-03-20 19:03:00 +0100" endDate="2018-03-20 19:10:27 +0100" value="0.04935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 19:36:44 +0100" startDate="2018-03-20 19:20:33 +0100" endDate="2018-03-20 19:30:28 +0100" value="0.04424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-20 23:11:25 +0100" startDate="2018-03-20 21:32:51 +0100" endDate="2018-03-20 21:42:25 +0100" value="0.07092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 07:37:22 +0100" startDate="2018-03-21 06:45:19 +0100" endDate="2018-03-21 06:54:48 +0100" value="0.05622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 07:37:22 +0100" startDate="2018-03-21 07:08:05 +0100" endDate="2018-03-21 07:12:11 +0100" value="0.00832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 07:37:22 +0100" startDate="2018-03-21 07:23:58 +0100" endDate="2018-03-21 07:30:03 +0100" value="0.0095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 08:41:57 +0100" startDate="2018-03-21 07:30:03 +0100" endDate="2018-03-21 07:39:48 +0100" value="0.04768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 08:41:57 +0100" startDate="2018-03-21 07:39:48 +0100" endDate="2018-03-21 07:49:37 +0100" value="0.73433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 08:41:57 +0100" startDate="2018-03-21 07:49:37 +0100" endDate="2018-03-21 07:57:17 +0100" value="0.06334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 12:01:52 +0100" startDate="2018-03-21 10:54:05 +0100" endDate="2018-03-21 11:00:05 +0100" value="0.00946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 12:01:52 +0100" startDate="2018-03-21 11:03:54 +0100" endDate="2018-03-21 11:10:40 +0100" value="0.04375"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 12:01:52 +0100" startDate="2018-03-21 11:15:57 +0100" endDate="2018-03-21 11:24:48 +0100" value="0.08601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 12:01:52 +0100" startDate="2018-03-21 11:26:56 +0100" endDate="2018-03-21 11:35:39 +0100" value="0.04238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 12:01:52 +0100" startDate="2018-03-21 11:35:39 +0100" endDate="2018-03-21 11:45:36 +0100" value="0.58177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 12:01:52 +0100" startDate="2018-03-21 11:45:36 +0100" endDate="2018-03-21 11:48:20 +0100" value="0.08647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 13:02:09 +0100" startDate="2018-03-21 12:13:49 +0100" endDate="2018-03-21 12:23:48 +0100" value="0.32691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 13:02:09 +0100" startDate="2018-03-21 12:23:48 +0100" endDate="2018-03-21 12:31:41 +0100" value="0.33633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 13:02:09 +0100" startDate="2018-03-21 12:33:53 +0100" endDate="2018-03-21 12:43:15 +0100" value="0.05192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 13:02:09 +0100" startDate="2018-03-21 12:43:15 +0100" endDate="2018-03-21 12:51:34 +0100" value="0.06262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 14:54:45 +0100" startDate="2018-03-21 13:40:07 +0100" endDate="2018-03-21 13:47:59 +0100" value="0.05347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 14:54:45 +0100" startDate="2018-03-21 13:47:59 +0100" endDate="2018-03-21 13:54:27 +0100" value="0.03502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 14:54:45 +0100" startDate="2018-03-21 14:10:12 +0100" endDate="2018-03-21 14:20:07 +0100" value="0.05313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 14:54:45 +0100" startDate="2018-03-21 14:20:07 +0100" endDate="2018-03-21 14:29:25 +0100" value="0.52609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 14:54:45 +0100" startDate="2018-03-21 14:29:25 +0100" endDate="2018-03-21 14:36:03 +0100" value="0.20024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 16:39:55 +0100" startDate="2018-03-21 16:22:09 +0100" endDate="2018-03-21 16:32:07 +0100" value="0.0467"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 16:32:07 +0100" endDate="2018-03-21 16:42:06 +0100" value="0.68545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 16:42:06 +0100" endDate="2018-03-21 16:51:51 +0100" value="0.57475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 16:51:51 +0100" endDate="2018-03-21 17:00:52 +0100" value="0.18188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 17:00:52 +0100" endDate="2018-03-21 17:10:52 +0100" value="0.72512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 17:10:52 +0100" endDate="2018-03-21 17:20:25 +0100" value="0.77487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 17:20:25 +0100" endDate="2018-03-21 17:30:25 +0100" value="0.37649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 17:42:46 +0100" startDate="2018-03-21 17:30:25 +0100" endDate="2018-03-21 17:40:23 +0100" value="0.58373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 18:36:52 +0100" startDate="2018-03-21 17:40:23 +0100" endDate="2018-03-21 17:47:22 +0100" value="0.34383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 18:36:52 +0100" startDate="2018-03-21 17:47:22 +0100" endDate="2018-03-21 17:57:13 +0100" value="0.35324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 18:36:52 +0100" startDate="2018-03-21 17:57:13 +0100" endDate="2018-03-21 18:06:13 +0100" value="0.19739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 18:36:52 +0100" startDate="2018-03-21 18:06:13 +0100" endDate="2018-03-21 18:13:48 +0100" value="0.32733"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 18:36:52 +0100" startDate="2018-03-21 18:13:48 +0100" endDate="2018-03-21 18:21:56 +0100" value="0.25315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 18:36:52 +0100" startDate="2018-03-21 18:21:56 +0100" endDate="2018-03-21 18:26:42 +0100" value="0.00459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 19:38:38 +0100" startDate="2018-03-21 18:40:38 +0100" endDate="2018-03-21 18:49:22 +0100" value="0.0109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 20:39:27 +0100" startDate="2018-03-21 19:30:40 +0100" endDate="2018-03-21 19:37:23 +0100" value="0.01569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 20:39:27 +0100" startDate="2018-03-21 20:08:59 +0100" endDate="2018-03-21 20:15:19 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-21 22:39:22 +0100" startDate="2018-03-21 21:57:45 +0100" endDate="2018-03-21 22:04:13 +0100" value="0.01606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 06:37:38 +0100" startDate="2018-03-22 06:19:10 +0100" endDate="2018-03-22 06:25:46 +0100" value="0.01486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 06:37:38 +0100" startDate="2018-03-22 06:25:46 +0100" endDate="2018-03-22 06:31:24 +0100" value="0.00664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 07:38:32 +0100" startDate="2018-03-22 06:31:24 +0100" endDate="2018-03-22 06:37:47 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 07:38:32 +0100" startDate="2018-03-22 06:41:53 +0100" endDate="2018-03-22 06:51:11 +0100" value="0.04792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 07:38:32 +0100" startDate="2018-03-22 06:51:11 +0100" endDate="2018-03-22 06:55:36 +0100" value="0.01247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 07:38:32 +0100" startDate="2018-03-22 07:10:25 +0100" endDate="2018-03-22 07:17:54 +0100" value="0.04389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 07:38:32 +0100" startDate="2018-03-22 07:20:04 +0100" endDate="2018-03-22 07:30:03 +0100" value="0.05852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 08:38:47 +0100" startDate="2018-03-22 07:30:03 +0100" endDate="2018-03-22 07:40:01 +0100" value="0.73858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 08:38:47 +0100" startDate="2018-03-22 07:40:01 +0100" endDate="2018-03-22 07:49:18 +0100" value="0.11028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 08:38:47 +0100" startDate="2018-03-22 08:05:12 +0100" endDate="2018-03-22 08:12:59 +0100" value="0.03482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 09:41:06 +0100" startDate="2018-03-22 08:53:47 +0100" endDate="2018-03-22 09:03:31 +0100" value="0.04154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 09:41:06 +0100" startDate="2018-03-22 09:03:31 +0100" endDate="2018-03-22 09:08:19 +0100" value="0.03501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 10:37:33 +0100" startDate="2018-03-22 10:25:30 +0100" endDate="2018-03-22 10:35:27 +0100" value="0.08465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 11:37:36 +0100" startDate="2018-03-22 10:35:27 +0100" endDate="2018-03-22 10:43:13 +0100" value="0.00688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 11:37:36 +0100" startDate="2018-03-22 10:49:19 +0100" endDate="2018-03-22 10:55:42 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 11:37:36 +0100" startDate="2018-03-22 11:11:31 +0100" endDate="2018-03-22 11:20:11 +0100" value="0.03401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 12:37:09 +0100" startDate="2018-03-22 11:53:17 +0100" endDate="2018-03-22 12:03:16 +0100" value="0.07317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 12:37:09 +0100" startDate="2018-03-22 12:03:16 +0100" endDate="2018-03-22 12:13:16 +0100" value="0.54544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 12:37:09 +0100" startDate="2018-03-22 12:13:16 +0100" endDate="2018-03-22 12:18:50 +0100" value="0.08104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 13:37:24 +0100" startDate="2018-03-22 12:33:25 +0100" endDate="2018-03-22 12:43:25 +0100" value="0.29771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 13:37:24 +0100" startDate="2018-03-22 12:43:25 +0100" endDate="2018-03-22 12:52:36 +0100" value="0.57419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 13:37:24 +0100" startDate="2018-03-22 12:52:36 +0100" endDate="2018-03-22 13:02:35 +0100" value="0.08037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 13:37:24 +0100" startDate="2018-03-22 13:02:35 +0100" endDate="2018-03-22 13:10:40 +0100" value="0.16312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 13:37:24 +0100" startDate="2018-03-22 13:16:45 +0100" endDate="2018-03-22 13:26:45 +0100" value="0.02754"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 13:37:24 +0100" startDate="2018-03-22 13:26:45 +0100" endDate="2018-03-22 13:33:38 +0100" value="0.10464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 14:38:01 +0100" startDate="2018-03-22 13:33:38 +0100" endDate="2018-03-22 13:43:36 +0100" value="0.06411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 14:38:01 +0100" startDate="2018-03-22 13:43:36 +0100" endDate="2018-03-22 13:47:08 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 14:38:01 +0100" startDate="2018-03-22 13:51:15 +0100" endDate="2018-03-22 13:57:23 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 14:38:01 +0100" startDate="2018-03-22 13:57:23 +0100" endDate="2018-03-22 14:03:02 +0100" value="0.00287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 14:38:01 +0100" startDate="2018-03-22 14:03:59 +0100" endDate="2018-03-22 14:10:15 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 16:41:27 +0100" startDate="2018-03-22 15:42:43 +0100" endDate="2018-03-22 15:52:43 +0100" value="0.01105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 16:41:27 +0100" startDate="2018-03-22 15:52:43 +0100" endDate="2018-03-22 16:02:40 +0100" value="0.05497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 16:41:27 +0100" startDate="2018-03-22 16:02:40 +0100" endDate="2018-03-22 16:12:20 +0100" value="0.61324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 16:41:27 +0100" startDate="2018-03-22 16:12:20 +0100" endDate="2018-03-22 16:19:17 +0100" value="0.46563"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 16:41:27 +0100" startDate="2018-03-22 16:19:17 +0100" endDate="2018-03-22 16:27:01 +0100" value="0.06367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 16:41:27 +0100" startDate="2018-03-22 16:31:15 +0100" endDate="2018-03-22 16:37:27 +0100" value="0.02212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 17:37:55 +0100" startDate="2018-03-22 16:37:27 +0100" endDate="2018-03-22 16:42:00 +0100" value="0.01458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 17:37:55 +0100" startDate="2018-03-22 17:08:43 +0100" endDate="2018-03-22 17:18:05 +0100" value="0.04398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 17:37:55 +0100" startDate="2018-03-22 17:18:05 +0100" endDate="2018-03-22 17:20:12 +0100" value="0.0205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 17:37:55 +0100" startDate="2018-03-22 17:26:46 +0100" endDate="2018-03-22 17:36:41 +0100" value="0.06228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 18:38:12 +0100" startDate="2018-03-22 17:36:41 +0100" endDate="2018-03-22 17:46:14 +0100" value="0.04565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 18:38:12 +0100" startDate="2018-03-22 17:46:14 +0100" endDate="2018-03-22 17:54:40 +0100" value="0.03922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 18:38:12 +0100" startDate="2018-03-22 17:54:40 +0100" endDate="2018-03-22 17:57:05 +0100" value="0.01955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 18:38:12 +0100" startDate="2018-03-22 18:26:44 +0100" endDate="2018-03-22 18:34:11 +0100" value="0.01549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 20:32:22 +0100" startDate="2018-03-22 18:34:11 +0100" endDate="2018-03-22 18:37:47 +0100" value="0.04865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 20:32:22 +0100" startDate="2018-03-22 18:58:08 +0100" endDate="2018-03-22 19:08:07 +0100" value="0.02257"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 20:32:22 +0100" startDate="2018-03-22 19:08:07 +0100" endDate="2018-03-22 19:14:53 +0100" value="0.60191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 22:09:28 +0100" startDate="2018-03-22 20:42:58 +0100" endDate="2018-03-22 20:52:57 +0100" value="0.24333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 22:09:28 +0100" startDate="2018-03-22 20:52:57 +0100" endDate="2018-03-22 21:00:58 +0100" value="0.33041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-22 22:09:28 +0100" startDate="2018-03-22 21:23:04 +0100" endDate="2018-03-22 21:29:58 +0100" value="0.00138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 06:38:43 +0100" startDate="2018-03-23 06:03:57 +0100" endDate="2018-03-23 06:11:11 +0100" value="0.00874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 06:38:43 +0100" startDate="2018-03-23 06:11:11 +0100" endDate="2018-03-23 06:19:05 +0100" value="0.07078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 08:40:58 +0100" startDate="2018-03-23 08:00:38 +0100" endDate="2018-03-23 08:07:29 +0100" value="0.02514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 08:40:58 +0100" startDate="2018-03-23 08:12:23 +0100" endDate="2018-03-23 08:19:09 +0100" value="0.02131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 08:40:58 +0100" startDate="2018-03-23 08:19:09 +0100" endDate="2018-03-23 08:28:47 +0100" value="0.2949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 08:40:58 +0100" startDate="2018-03-23 08:28:47 +0100" endDate="2018-03-23 08:38:45 +0100" value="0.69174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 09:41:05 +0100" startDate="2018-03-23 08:38:45 +0100" endDate="2018-03-23 08:40:58 +0100" value="0.00785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 09:41:05 +0100" startDate="2018-03-23 09:01:49 +0100" endDate="2018-03-23 09:11:49 +0100" value="0.05573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 09:41:05 +0100" startDate="2018-03-23 09:11:49 +0100" endDate="2018-03-23 09:18:22 +0100" value="0.0082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 11:39:40 +0100" startDate="2018-03-23 11:22:38 +0100" endDate="2018-03-23 11:28:46 +0100" value="0.00414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 12:34:23 +0100" startDate="2018-03-23 11:37:21 +0100" endDate="2018-03-23 11:46:47 +0100" value="0.07196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 12:34:23 +0100" startDate="2018-03-23 11:46:47 +0100" endDate="2018-03-23 11:52:21 +0100" value="0.04565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 12:34:23 +0100" startDate="2018-03-23 11:52:33 +0100" endDate="2018-03-23 12:02:30 +0100" value="0.28549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 12:34:23 +0100" startDate="2018-03-23 12:02:30 +0100" endDate="2018-03-23 12:11:30 +0100" value="0.31411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 12:34:23 +0100" startDate="2018-03-23 12:11:30 +0100" endDate="2018-03-23 12:21:29 +0100" value="0.4703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 12:34:23 +0100" startDate="2018-03-23 12:21:29 +0100" endDate="2018-03-23 12:27:11 +0100" value="0.35587"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 13:36:57 +0100" startDate="2018-03-23 12:27:11 +0100" endDate="2018-03-23 12:36:48 +0100" value="0.06899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 13:36:57 +0100" startDate="2018-03-23 12:36:48 +0100" endDate="2018-03-23 12:41:44 +0100" value="0.00774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 13:36:57 +0100" startDate="2018-03-23 12:41:44 +0100" endDate="2018-03-23 12:47:10 +0100" value="0.00805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 13:36:57 +0100" startDate="2018-03-23 13:09:31 +0100" endDate="2018-03-23 13:18:50 +0100" value="0.0494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 13:36:57 +0100" startDate="2018-03-23 13:18:50 +0100" endDate="2018-03-23 13:28:43 +0100" value="0.04164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 14:34:31 +0100" startDate="2018-03-23 13:28:43 +0100" endDate="2018-03-23 13:38:43 +0100" value="0.22867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 14:34:31 +0100" startDate="2018-03-23 13:38:43 +0100" endDate="2018-03-23 13:47:08 +0100" value="0.66104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 14:34:31 +0100" startDate="2018-03-23 13:47:08 +0100" endDate="2018-03-23 13:52:49 +0100" value="0.00774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 14:34:31 +0100" startDate="2018-03-23 14:14:47 +0100" endDate="2018-03-23 14:24:46 +0100" value="0.21913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 15:42:25 +0100" startDate="2018-03-23 14:24:46 +0100" endDate="2018-03-23 14:33:47 +0100" value="0.34207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 15:42:25 +0100" startDate="2018-03-23 15:02:36 +0100" endDate="2018-03-23 15:09:22 +0100" value="0.02054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 16:34:24 +0100" startDate="2018-03-23 16:11:33 +0100" endDate="2018-03-23 16:20:42 +0100" value="0.04934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 16:34:24 +0100" startDate="2018-03-23 16:20:42 +0100" endDate="2018-03-23 16:30:38 +0100" value="0.05511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 17:38:11 +0100" startDate="2018-03-23 16:30:38 +0100" endDate="2018-03-23 16:32:30 +0100" value="0.04251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 17:38:11 +0100" startDate="2018-03-23 16:57:36 +0100" endDate="2018-03-23 17:04:07 +0100" value="0.00794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 18:35:13 +0100" startDate="2018-03-23 17:46:39 +0100" endDate="2018-03-23 17:56:37 +0100" value="0.08369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 18:35:13 +0100" startDate="2018-03-23 17:56:37 +0100" endDate="2018-03-23 18:06:36 +0100" value="0.74552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 18:35:13 +0100" startDate="2018-03-23 18:06:36 +0100" endDate="2018-03-23 18:13:20 +0100" value="0.29602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 18:35:13 +0100" startDate="2018-03-23 18:15:26 +0100" endDate="2018-03-23 18:24:04 +0100" value="0.04824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 20:00:18 +0100" startDate="2018-03-23 18:24:04 +0100" endDate="2018-03-23 18:34:02 +0100" value="0.00615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 20:00:18 +0100" startDate="2018-03-23 18:34:02 +0100" endDate="2018-03-23 18:42:18 +0100" value="0.11859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 20:00:18 +0100" startDate="2018-03-23 19:27:02 +0100" endDate="2018-03-23 19:35:25 +0100" value="0.10062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 20:00:18 +0100" startDate="2018-03-23 19:45:27 +0100" endDate="2018-03-23 19:55:26 +0100" value="0.13761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 20:23:50 +0100" startDate="2018-03-23 19:55:26 +0100" endDate="2018-03-23 19:56:53 +0100" value="0.05302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 22:14:38 +0100" startDate="2018-03-23 20:27:56 +0100" endDate="2018-03-23 20:34:34 +0100" value="0.01656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 22:14:38 +0100" startDate="2018-03-23 20:53:44 +0100" endDate="2018-03-23 21:01:04 +0100" value="0.02486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 22:14:38 +0100" startDate="2018-03-23 21:01:04 +0100" endDate="2018-03-23 21:10:57 +0100" value="0.05416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-23 22:29:43 +0100" startDate="2018-03-23 22:18:19 +0100" endDate="2018-03-23 22:25:15 +0100" value="0.03011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 04:51:09 +0100" startDate="2018-03-24 04:02:31 +0100" endDate="2018-03-24 04:12:11 +0100" value="0.04765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 04:51:09 +0100" startDate="2018-03-24 04:12:11 +0100" endDate="2018-03-24 04:14:21 +0100" value="0.02527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 04:51:09 +0100" startDate="2018-03-24 04:16:33 +0100" endDate="2018-03-24 04:26:19 +0100" value="0.07851"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 04:51:09 +0100" startDate="2018-03-24 04:26:19 +0100" endDate="2018-03-24 04:30:13 +0100" value="0.02346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 05:51:41 +0100" startDate="2018-03-24 04:41:28 +0100" endDate="2018-03-24 04:51:28 +0100" value="0.03912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 05:51:41 +0100" startDate="2018-03-24 04:51:28 +0100" endDate="2018-03-24 05:01:17 +0100" value="0.05048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 05:51:41 +0100" startDate="2018-03-24 05:01:17 +0100" endDate="2018-03-24 05:02:35 +0100" value="0.00384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 05:51:41 +0100" startDate="2018-03-24 05:05:35 +0100" endDate="2018-03-24 05:12:11 +0100" value="0.01456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 06:23:31 +0100" startDate="2018-03-24 05:12:11 +0100" endDate="2018-03-24 05:12:13 +0100" value="0.0009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 06:23:31 +0100" startDate="2018-03-24 06:03:31 +0100" endDate="2018-03-24 06:13:30 +0100" value="0.35006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 06:23:31 +0100" startDate="2018-03-24 06:13:30 +0100" endDate="2018-03-24 06:22:38 +0100" value="0.13425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 07:23:59 +0100" startDate="2018-03-24 06:22:38 +0100" endDate="2018-03-24 06:27:11 +0100" value="0.06407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 07:23:59 +0100" startDate="2018-03-24 06:28:49 +0100" endDate="2018-03-24 06:38:29 +0100" value="0.0184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 07:23:59 +0100" startDate="2018-03-24 06:38:29 +0100" endDate="2018-03-24 06:48:28 +0100" value="0.32064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 07:23:59 +0100" startDate="2018-03-24 06:48:28 +0100" endDate="2018-03-24 06:53:26 +0100" value="0.10785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 07:23:59 +0100" startDate="2018-03-24 07:07:49 +0100" endDate="2018-03-24 07:16:07 +0100" value="0.10023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 08:37:38 +0100" startDate="2018-03-24 07:16:07 +0100" endDate="2018-03-24 07:22:36 +0100" value="0.007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 08:37:38 +0100" startDate="2018-03-24 07:22:36 +0100" endDate="2018-03-24 07:30:02 +0100" value="0.0765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 08:37:38 +0100" startDate="2018-03-24 07:30:02 +0100" endDate="2018-03-24 07:36:42 +0100" value="0.03066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 09:55:51 +0100" startDate="2018-03-24 08:42:39 +0100" endDate="2018-03-24 08:52:32 +0100" value="0.11054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 09:55:51 +0100" startDate="2018-03-24 08:52:32 +0100" endDate="2018-03-24 08:58:00 +0100" value="0.01908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 09:55:51 +0100" startDate="2018-03-24 09:00:31 +0100" endDate="2018-03-24 09:08:11 +0100" value="0.1344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 10:36:31 +0100" startDate="2018-03-24 09:55:08 +0100" endDate="2018-03-24 10:05:07 +0100" value="0.12783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 10:36:31 +0100" startDate="2018-03-24 10:05:07 +0100" endDate="2018-03-24 10:08:31 +0100" value="0.1447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 19:42:46 +0100" startDate="2018-03-24 10:40:20 +0100" endDate="2018-03-24 10:50:19 +0100" value="0.17105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 19:42:46 +0100" startDate="2018-03-24 10:50:19 +0100" endDate="2018-03-24 10:59:15 +0100" value="0.05803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 19:42:46 +0100" startDate="2018-03-24 10:59:15 +0100" endDate="2018-03-24 11:06:36 +0100" value="0.03636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 20:56:37 +0100" startDate="2018-03-24 19:35:16 +0100" endDate="2018-03-24 19:43:08 +0100" value="0.05147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 20:56:37 +0100" startDate="2018-03-24 19:43:08 +0100" endDate="2018-03-24 19:52:00 +0100" value="0.0374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 20:56:37 +0100" startDate="2018-03-24 19:52:00 +0100" endDate="2018-03-24 20:01:57 +0100" value="0.0977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 20:56:37 +0100" startDate="2018-03-24 20:01:57 +0100" endDate="2018-03-24 20:11:55 +0100" value="0.43555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 20:56:37 +0100" startDate="2018-03-24 20:11:55 +0100" endDate="2018-03-24 20:20:25 +0100" value="0.15182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 20:56:37 +0100" startDate="2018-03-24 20:22:30 +0100" endDate="2018-03-24 20:31:10 +0100" value="0.12538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 22:02:51 +0100" startDate="2018-03-24 21:04:47 +0100" endDate="2018-03-24 21:14:47 +0100" value="0.25435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 22:02:51 +0100" startDate="2018-03-24 21:14:47 +0100" endDate="2018-03-24 21:24:43 +0100" value="0.3458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 22:02:51 +0100" startDate="2018-03-24 21:24:43 +0100" endDate="2018-03-24 21:25:24 +0100" value="0.01936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 22:41:19 +0100" startDate="2018-03-24 21:55:52 +0100" endDate="2018-03-24 22:04:22 +0100" value="0.00599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 22:41:19 +0100" startDate="2018-03-24 22:04:22 +0100" endDate="2018-03-24 22:08:01 +0100" value="0.01684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 22:41:19 +0100" startDate="2018-03-24 22:15:05 +0100" endDate="2018-03-24 22:21:46 +0100" value="0.00763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 22:41:19 +0100" startDate="2018-03-24 22:21:46 +0100" endDate="2018-03-24 22:29:18 +0100" value="0.00504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 22:41:19 +0100" startDate="2018-03-24 22:29:18 +0100" endDate="2018-03-24 22:34:20 +0100" value="0.03491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 23:45:05 +0100" startDate="2018-03-24 22:34:20 +0100" endDate="2018-03-24 22:41:20 +0100" value="0.00138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-24 23:45:05 +0100" startDate="2018-03-24 22:57:49 +0100" endDate="2018-03-24 23:03:51 +0100" value="0.01274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 01:33:46 +0100" startDate="2018-03-25 01:00:18 +0100" endDate="2018-03-25 01:07:32 +0100" value="0.0228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 12:11:37 +0100" startDate="2018-03-25 11:50:08 +0100" endDate="2018-03-25 11:56:54 +0100" value="0.0148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 13:11:46 +0100" startDate="2018-03-25 12:39:35 +0100" endDate="2018-03-25 12:47:35 +0100" value="0.02216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 14:13:23 +0100" startDate="2018-03-25 13:08:58 +0100" endDate="2018-03-25 13:15:00 +0100" value="0.01382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 14:13:23 +0100" startDate="2018-03-25 14:01:50 +0100" endDate="2018-03-25 14:11:37 +0100" value="0.00375"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 15:12:27 +0100" startDate="2018-03-25 14:11:23 +0100" endDate="2018-03-25 14:21:02 +0100" value="0.39942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 15:12:27 +0100" startDate="2018-03-25 14:21:02 +0100" endDate="2018-03-25 14:29:06 +0100" value="0.32665"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 15:12:27 +0100" startDate="2018-03-25 14:30:53 +0100" endDate="2018-03-25 14:36:58 +0100" value="0.00922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 15:12:27 +0100" startDate="2018-03-25 14:45:03 +0100" endDate="2018-03-25 14:55:02 +0100" value="0.22336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 15:12:27 +0100" startDate="2018-03-25 14:55:02 +0100" endDate="2018-03-25 15:04:09 +0100" value="0.437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:04:09 +0100" endDate="2018-03-25 15:07:09 +0100" value="0.03701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:09:33 +0100" endDate="2018-03-25 15:19:32 +0100" value="0.15853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:19:32 +0100" endDate="2018-03-25 15:29:30 +0100" value="0.59687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:29:30 +0100" endDate="2018-03-25 15:39:28 +0100" value="0.74268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:39:28 +0100" endDate="2018-03-25 15:49:27 +0100" value="0.64095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:49:27 +0100" endDate="2018-03-25 15:59:19 +0100" value="0.3609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 16:13:38 +0100" startDate="2018-03-25 15:59:19 +0100" endDate="2018-03-25 16:09:19 +0100" value="0.42928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 17:12:56 +0100" startDate="2018-03-25 16:09:19 +0100" endDate="2018-03-25 16:17:22 +0100" value="0.3267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 17:12:56 +0100" startDate="2018-03-25 16:17:22 +0100" endDate="2018-03-25 16:27:22 +0100" value="0.31904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 17:12:56 +0100" startDate="2018-03-25 16:27:22 +0100" endDate="2018-03-25 16:37:10 +0100" value="0.42732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 17:12:56 +0100" startDate="2018-03-25 16:37:10 +0100" endDate="2018-03-25 16:46:42 +0100" value="0.3594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 17:12:56 +0100" startDate="2018-03-25 16:46:42 +0100" endDate="2018-03-25 16:56:39 +0100" value="0.52635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 17:12:56 +0100" startDate="2018-03-25 16:56:39 +0100" endDate="2018-03-25 17:06:38 +0100" value="0.42628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 17:57:59 +0100" startDate="2018-03-25 17:06:38 +0100" endDate="2018-03-25 17:16:38 +0100" value="0.53088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 17:57:59 +0100" startDate="2018-03-25 17:16:38 +0100" endDate="2018-03-25 17:26:35 +0100" value="0.58029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 17:57:59 +0100" startDate="2018-03-25 17:26:35 +0100" endDate="2018-03-25 17:36:15 +0100" value="0.36038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 17:57:59 +0100" startDate="2018-03-25 17:36:15 +0100" endDate="2018-03-25 17:46:14 +0100" value="0.25652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 17:57:59 +0100" startDate="2018-03-25 17:46:14 +0100" endDate="2018-03-25 17:56:13 +0100" value="0.28348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 18:08:20 +0100" startDate="2018-03-25 17:56:13 +0100" endDate="2018-03-25 18:05:49 +0100" value="0.6922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 18:51:05 +0100" startDate="2018-03-25 18:05:49 +0100" endDate="2018-03-25 18:14:36 +0100" value="0.10761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 18:51:05 +0100" startDate="2018-03-25 18:14:36 +0100" endDate="2018-03-25 18:21:49 +0100" value="0.05086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 18:51:05 +0100" startDate="2018-03-25 18:21:49 +0100" endDate="2018-03-25 18:31:03 +0100" value="0.09989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 18:51:05 +0100" startDate="2018-03-25 18:31:50 +0100" endDate="2018-03-25 18:41:08 +0100" value="0.10141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 19:01:06 +0100" startDate="2018-03-25 18:41:08 +0100" endDate="2018-03-25 18:51:07 +0100" value="0.07616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 19:20:08 +0100" startDate="2018-03-25 18:51:07 +0100" endDate="2018-03-25 19:01:05 +0100" value="0.08188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 19:20:08 +0100" startDate="2018-03-25 19:01:05 +0100" endDate="2018-03-25 19:10:57 +0100" value="0.60968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 19:10:57 +0100" endDate="2018-03-25 19:20:55 +0100" value="0.44438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 19:20:55 +0100" endDate="2018-03-25 19:28:58 +0100" value="0.03806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 19:28:58 +0100" endDate="2018-03-25 19:37:28 +0100" value="0.15745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 19:37:28 +0100" endDate="2018-03-25 19:42:24 +0100" value="0.06315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 19:48:27 +0100" endDate="2018-03-25 19:57:21 +0100" value="0.19413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 19:57:21 +0100" endDate="2018-03-25 20:06:48 +0100" value="0.5268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 20:19:40 +0100" startDate="2018-03-25 20:06:48 +0100" endDate="2018-03-25 20:14:36 +0100" value="0.22173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 20:14:36 +0100" endDate="2018-03-25 20:14:38 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 20:24:47 +0100" endDate="2018-03-25 20:34:40 +0100" value="0.29612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 20:34:40 +0100" endDate="2018-03-25 20:44:35 +0100" value="0.60785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 20:44:35 +0100" endDate="2018-03-25 20:54:32 +0100" value="0.6279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 20:54:32 +0100" endDate="2018-03-25 21:04:30 +0100" value="0.53539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 21:04:30 +0100" endDate="2018-03-25 21:14:20 +0100" value="0.33415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 21:14:20 +0100" endDate="2018-03-25 21:24:17 +0100" value="0.55153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 21:24:17 +0100" endDate="2018-03-25 21:30:56 +0100" value="0.15518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 21:55:55 +0100" startDate="2018-03-25 21:31:01 +0100" endDate="2018-03-25 21:40:58 +0100" value="0.05716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 22:37:49 +0100" startDate="2018-03-25 22:03:24 +0100" endDate="2018-03-25 22:11:08 +0100" value="0.08071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 22:37:49 +0100" startDate="2018-03-25 22:11:08 +0100" endDate="2018-03-25 22:21:06 +0100" value="0.2278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 22:37:49 +0100" startDate="2018-03-25 22:21:06 +0100" endDate="2018-03-25 22:30:26 +0100" value="0.28451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-25 23:36:55 +0100" startDate="2018-03-25 22:30:26 +0100" endDate="2018-03-25 22:37:28 +0100" value="0.17672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 00:47:58 +0100" startDate="2018-03-25 23:35:42 +0100" endDate="2018-03-25 23:43:23 +0100" value="0.038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 00:47:58 +0100" startDate="2018-03-25 23:59:17 +0100" endDate="2018-03-26 00:09:17 +0100" value="0.15409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 00:47:58 +0100" startDate="2018-03-26 00:09:17 +0100" endDate="2018-03-26 00:15:20 +0100" value="0.51615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 00:47:58 +0100" startDate="2018-03-26 00:15:20 +0100" endDate="2018-03-26 00:24:41 +0100" value="0.01766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 00:47:58 +0100" startDate="2018-03-26 00:30:47 +0100" endDate="2018-03-26 00:40:45 +0100" value="0.27597"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 01:40:52 +0100" startDate="2018-03-26 00:40:45 +0100" endDate="2018-03-26 00:48:16 +0100" value="0.30178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 01:40:52 +0100" startDate="2018-03-26 00:54:29 +0100" endDate="2018-03-26 01:00:37 +0100" value="0.00768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 13:12:36 +0100" startDate="2018-03-26 12:12:39 +0100" endDate="2018-03-26 12:21:49 +0100" value="0.04622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 13:12:36 +0100" startDate="2018-03-26 12:21:49 +0100" endDate="2018-03-26 12:30:45 +0100" value="0.68556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 13:12:36 +0100" startDate="2018-03-26 12:30:45 +0100" endDate="2018-03-26 12:33:11 +0100" value="0.02042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 13:12:36 +0100" startDate="2018-03-26 12:42:40 +0100" endDate="2018-03-26 12:52:38 +0100" value="0.39109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 13:12:36 +0100" startDate="2018-03-26 12:52:38 +0100" endDate="2018-03-26 13:01:52 +0100" value="0.4146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 13:12:36 +0100" startDate="2018-03-26 13:01:52 +0100" endDate="2018-03-26 13:10:48 +0100" value="0.11169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 14:14:20 +0100" startDate="2018-03-26 13:10:48 +0100" endDate="2018-03-26 13:20:43 +0100" value="0.01314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 14:14:20 +0100" startDate="2018-03-26 13:20:43 +0100" endDate="2018-03-26 13:24:25 +0100" value="0.01105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 15:23:56 +0100" startDate="2018-03-26 14:41:38 +0100" endDate="2018-03-26 14:51:06 +0100" value="0.12927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 15:23:56 +0100" startDate="2018-03-26 14:51:06 +0100" endDate="2018-03-26 15:01:06 +0100" value="0.73057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 15:23:56 +0100" startDate="2018-03-26 15:01:06 +0100" endDate="2018-03-26 15:11:05 +0100" value="0.784614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 15:23:56 +0100" startDate="2018-03-26 15:11:05 +0100" endDate="2018-03-26 15:21:03 +0100" value="0.58092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 16:12:54 +0100" startDate="2018-03-26 15:21:03 +0100" endDate="2018-03-26 15:31:02 +0100" value="0.64289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 16:12:54 +0100" startDate="2018-03-26 15:31:02 +0100" endDate="2018-03-26 15:38:32 +0100" value="0.22813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 16:12:54 +0100" startDate="2018-03-26 15:38:32 +0100" endDate="2018-03-26 15:48:03 +0100" value="0.2675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 16:12:54 +0100" startDate="2018-03-26 15:48:03 +0100" endDate="2018-03-26 15:57:03 +0100" value="0.3106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 16:12:54 +0100" startDate="2018-03-26 15:57:03 +0100" endDate="2018-03-26 16:07:01 +0100" value="0.24341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 17:11:18 +0100" startDate="2018-03-26 16:07:01 +0100" endDate="2018-03-26 16:15:20 +0100" value="0.47374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 17:11:18 +0100" startDate="2018-03-26 16:17:27 +0100" endDate="2018-03-26 16:27:25 +0100" value="0.23333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 17:11:18 +0100" startDate="2018-03-26 16:27:25 +0100" endDate="2018-03-26 16:37:22 +0100" value="0.41957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 17:11:18 +0100" startDate="2018-03-26 16:37:22 +0100" endDate="2018-03-26 16:47:21 +0100" value="0.64406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 17:11:18 +0100" startDate="2018-03-26 16:47:21 +0100" endDate="2018-03-26 16:57:18 +0100" value="0.68283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 17:11:18 +0100" startDate="2018-03-26 16:57:18 +0100" endDate="2018-03-26 17:07:18 +0100" value="0.68194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 17:21:36 +0100" startDate="2018-03-26 17:07:18 +0100" endDate="2018-03-26 17:17:11 +0100" value="0.61246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 18:11:28 +0100" startDate="2018-03-26 17:17:11 +0100" endDate="2018-03-26 17:27:10 +0100" value="0.47216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 18:11:28 +0100" startDate="2018-03-26 17:27:10 +0100" endDate="2018-03-26 17:37:10 +0100" value="0.49312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 18:11:28 +0100" startDate="2018-03-26 17:37:10 +0100" endDate="2018-03-26 17:44:46 +0100" value="0.40843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 18:11:28 +0100" startDate="2018-03-26 17:44:46 +0100" endDate="2018-03-26 17:54:45 +0100" value="0.36046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 18:11:28 +0100" startDate="2018-03-26 17:54:45 +0100" endDate="2018-03-26 17:58:41 +0100" value="0.16679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 18:11:28 +0100" startDate="2018-03-26 18:00:12 +0100" endDate="2018-03-26 18:09:45 +0100" value="0.11093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 18:24:28 +0100" startDate="2018-03-26 18:09:45 +0100" endDate="2018-03-26 18:18:11 +0100" value="0.60284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 19:20:23 +0100" startDate="2018-03-26 18:24:35 +0100" endDate="2018-03-26 18:30:41 +0100" value="0.01484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 19:20:23 +0100" startDate="2018-03-26 18:34:33 +0100" endDate="2018-03-26 18:44:30 +0100" value="0.27231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 19:20:23 +0100" startDate="2018-03-26 18:44:30 +0100" endDate="2018-03-26 18:54:24 +0100" value="0.72325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 19:20:23 +0100" startDate="2018-03-26 18:54:24 +0100" endDate="2018-03-26 19:04:23 +0100" value="0.75418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 19:20:23 +0100" startDate="2018-03-26 19:04:23 +0100" endDate="2018-03-26 19:14:23 +0100" value="0.28979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 20:11:41 +0100" startDate="2018-03-26 19:14:23 +0100" endDate="2018-03-26 19:24:22 +0100" value="0.64557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 20:11:41 +0100" startDate="2018-03-26 19:24:22 +0100" endDate="2018-03-26 19:34:21 +0100" value="0.1005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 20:11:41 +0100" startDate="2018-03-26 19:34:21 +0100" endDate="2018-03-26 19:41:49 +0100" value="0.28422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 20:11:41 +0100" startDate="2018-03-26 19:46:43 +0100" endDate="2018-03-26 19:56:42 +0100" value="0.03246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 20:11:41 +0100" startDate="2018-03-26 19:56:42 +0100" endDate="2018-03-26 20:02:20 +0100" value="0.16208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 21:13:56 +0100" startDate="2018-03-26 20:02:20 +0100" endDate="2018-03-26 20:10:59 +0100" value="0.02288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 21:13:56 +0100" startDate="2018-03-26 20:11:28 +0100" endDate="2018-03-26 20:18:37 +0100" value="0.01776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 21:13:56 +0100" startDate="2018-03-26 20:35:12 +0100" endDate="2018-03-26 20:41:37 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 22:52:28 +0100" startDate="2018-03-26 21:08:49 +0100" endDate="2018-03-26 21:15:40 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 22:52:28 +0100" startDate="2018-03-26 21:35:04 +0100" endDate="2018-03-26 21:42:56 +0100" value="0.08739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 22:52:28 +0100" startDate="2018-03-26 21:53:49 +0100" endDate="2018-03-26 22:03:41 +0100" value="0.02932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 22:52:28 +0100" startDate="2018-03-26 22:12:19 +0100" endDate="2018-03-26 22:19:31 +0100" value="0.047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 22:52:28 +0100" startDate="2018-03-26 22:22:23 +0100" endDate="2018-03-26 22:32:23 +0100" value="0.08923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 22:52:28 +0100" startDate="2018-03-26 22:32:23 +0100" endDate="2018-03-26 22:38:55 +0100" value="0.02866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 23:59:07 +0100" startDate="2018-03-26 22:45:11 +0100" endDate="2018-03-26 22:52:48 +0100" value="0.04999"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 23:59:07 +0100" startDate="2018-03-26 22:53:26 +0100" endDate="2018-03-26 23:03:25 +0100" value="0.06411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-26 23:59:07 +0100" startDate="2018-03-26 23:03:25 +0100" endDate="2018-03-26 23:07:07 +0100" value="0.10079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 00:40:02 +0100" startDate="2018-03-26 23:58:38 +0100" endDate="2018-03-27 00:08:37 +0100" value="0.1781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 00:40:02 +0100" startDate="2018-03-27 00:08:37 +0100" endDate="2018-03-27 00:16:31 +0100" value="0.50107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 00:40:02 +0100" startDate="2018-03-27 00:26:16 +0100" endDate="2018-03-27 00:36:13 +0100" value="0.3674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 01:18:12 +0100" startDate="2018-03-27 00:36:13 +0100" endDate="2018-03-27 00:42:22 +0100" value="0.24376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 02:38:06 +0100" startDate="2018-03-27 01:35:52 +0100" endDate="2018-03-27 01:44:01 +0100" value="0.01051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 13:22:18 +0100" startDate="2018-03-27 12:17:43 +0100" endDate="2018-03-27 12:23:55 +0100" value="0.00697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 13:22:18 +0100" startDate="2018-03-27 12:23:55 +0100" endDate="2018-03-27 12:29:46 +0100" value="0.00126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 13:22:18 +0100" startDate="2018-03-27 12:29:46 +0100" endDate="2018-03-27 12:38:49 +0100" value="0.01375"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 13:22:18 +0100" startDate="2018-03-27 12:39:00 +0100" endDate="2018-03-27 12:48:19 +0100" value="0.01712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 13:22:18 +0100" startDate="2018-03-27 12:48:19 +0100" endDate="2018-03-27 12:58:18 +0100" value="0.46293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 13:22:18 +0100" startDate="2018-03-27 12:58:18 +0100" endDate="2018-03-27 13:02:26 +0100" value="0.26995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 14:18:58 +0100" startDate="2018-03-27 13:02:26 +0100" endDate="2018-03-27 13:07:16 +0100" value="0.0083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 14:18:58 +0100" startDate="2018-03-27 13:24:08 +0100" endDate="2018-03-27 13:33:37 +0100" value="0.23801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 14:18:58 +0100" startDate="2018-03-27 13:33:37 +0100" endDate="2018-03-27 13:43:37 +0100" value="0.5272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 14:18:58 +0100" startDate="2018-03-27 13:43:37 +0100" endDate="2018-03-27 13:53:35 +0100" value="0.63019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 14:18:58 +0100" startDate="2018-03-27 13:53:35 +0100" endDate="2018-03-27 14:03:33 +0100" value="0.2961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 14:18:58 +0100" startDate="2018-03-27 14:03:33 +0100" endDate="2018-03-27 14:13:32 +0100" value="0.64108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 15:12:12 +0100" startDate="2018-03-27 14:13:20 +0100" endDate="2018-03-27 14:21:41 +0100" value="0.485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 15:12:12 +0100" startDate="2018-03-27 14:21:41 +0100" endDate="2018-03-27 14:31:39 +0100" value="0.28801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 15:12:12 +0100" startDate="2018-03-27 14:31:39 +0100" endDate="2018-03-27 14:41:39 +0100" value="0.08427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 15:12:12 +0100" startDate="2018-03-27 14:41:39 +0100" endDate="2018-03-27 14:51:39 +0100" value="0.58365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 15:12:12 +0100" startDate="2018-03-27 14:51:39 +0100" endDate="2018-03-27 15:01:37 +0100" value="0.56135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 15:12:12 +0100" startDate="2018-03-27 15:01:37 +0100" endDate="2018-03-27 15:09:48 +0100" value="0.11333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 16:15:30 +0100" startDate="2018-03-27 15:09:48 +0100" endDate="2018-03-27 15:19:47 +0100" value="0.16452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 16:15:30 +0100" startDate="2018-03-27 15:19:47 +0100" endDate="2018-03-27 15:27:24 +0100" value="0.30588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 16:15:30 +0100" startDate="2018-03-27 15:33:05 +0100" endDate="2018-03-27 15:43:02 +0100" value="0.2244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 16:15:30 +0100" startDate="2018-03-27 15:43:02 +0100" endDate="2018-03-27 15:53:01 +0100" value="0.51592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 16:15:30 +0100" startDate="2018-03-27 15:53:01 +0100" endDate="2018-03-27 16:02:58 +0100" value="0.08413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 16:15:30 +0100" startDate="2018-03-27 16:02:58 +0100" endDate="2018-03-27 16:03:26 +0100" value="0.00697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 17:14:16 +0100" startDate="2018-03-27 16:09:38 +0100" endDate="2018-03-27 16:19:37 +0100" value="0.03524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 17:14:16 +0100" startDate="2018-03-27 16:23:59 +0100" endDate="2018-03-27 16:29:59 +0100" value="0.00387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 17:14:16 +0100" startDate="2018-03-27 16:44:32 +0100" endDate="2018-03-27 16:54:24 +0100" value="0.12723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 18:13:26 +0100" startDate="2018-03-27 17:50:22 +0100" endDate="2018-03-27 18:00:20 +0100" value="0.06884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 18:13:26 +0100" startDate="2018-03-27 18:00:20 +0100" endDate="2018-03-27 18:10:18 +0100" value="0.33496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 18:10:18 +0100" endDate="2018-03-27 18:19:34 +0100" value="0.45103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 18:19:34 +0100" endDate="2018-03-27 18:29:33 +0100" value="0.21244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 18:29:33 +0100" endDate="2018-03-27 18:36:43 +0100" value="0.50767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 18:36:43 +0100" endDate="2018-03-27 18:46:38 +0100" value="0.34575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 18:46:38 +0100" endDate="2018-03-27 18:54:52 +0100" value="0.29569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 18:56:34 +0100" endDate="2018-03-27 19:06:16 +0100" value="0.27062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 19:16:45 +0100" startDate="2018-03-27 19:06:16 +0100" endDate="2018-03-27 19:15:05 +0100" value="0.4697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 19:55:35 +0100" startDate="2018-03-27 19:15:05 +0100" endDate="2018-03-27 19:16:45 +0100" value="0.00246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 20:05:53 +0100" startDate="2018-03-27 19:51:42 +0100" endDate="2018-03-27 20:01:31 +0100" value="0.25478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 20:11:46 +0100" startDate="2018-03-27 20:01:31 +0100" endDate="2018-03-27 20:02:53 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 20:42:35 +0100" startDate="2018-03-27 20:25:16 +0100" endDate="2018-03-27 20:34:19 +0100" value="0.19478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 20:52:57 +0100" startDate="2018-03-27 20:34:19 +0100" endDate="2018-03-27 20:42:41 +0100" value="0.17228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 21:07:01 +0100" startDate="2018-03-27 20:42:41 +0100" endDate="2018-03-27 20:52:01 +0100" value="0.04028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 21:07:01 +0100" startDate="2018-03-27 20:52:01 +0100" endDate="2018-03-27 21:01:42 +0100" value="0.07066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 21:17:20 +0100" startDate="2018-03-27 21:01:42 +0100" endDate="2018-03-27 21:11:40 +0100" value="0.21777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 21:27:20 +0100" startDate="2018-03-27 21:11:40 +0100" endDate="2018-03-27 21:21:04 +0100" value="0.15528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 21:54:59 +0100" startDate="2018-03-27 21:33:42 +0100" endDate="2018-03-27 21:43:09 +0100" value="0.08691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 21:54:59 +0100" startDate="2018-03-27 21:43:09 +0100" endDate="2018-03-27 21:45:52 +0100" value="0.01814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 22:05:19 +0100" startDate="2018-03-27 21:45:52 +0100" endDate="2018-03-27 21:55:29 +0100" value="0.01922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 22:15:37 +0100" startDate="2018-03-27 21:55:29 +0100" endDate="2018-03-27 22:05:20 +0100" value="0.02136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 22:28:47 +0100" startDate="2018-03-27 22:05:20 +0100" endDate="2018-03-27 22:15:19 +0100" value="0.07823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 22:28:47 +0100" startDate="2018-03-27 22:15:19 +0100" endDate="2018-03-27 22:22:19 +0100" value="0.21825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 22:49:28 +0100" startDate="2018-03-27 22:22:19 +0100" endDate="2018-03-27 22:31:40 +0100" value="0.00164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 23:22:19 +0100" startDate="2018-03-27 23:03:14 +0100" endDate="2018-03-27 23:09:27 +0100" value="0.0047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 23:22:19 +0100" startDate="2018-03-27 23:09:27 +0100" endDate="2018-03-27 23:19:27 +0100" value="0.28148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-27 23:54:18 +0100" startDate="2018-03-27 23:19:27 +0100" endDate="2018-03-27 23:26:12 +0100" value="0.46211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 00:21:45 +0100" startDate="2018-03-27 23:44:31 +0100" endDate="2018-03-27 23:53:35 +0100" value="0.02254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 00:21:45 +0100" startDate="2018-03-27 23:53:35 +0100" endDate="2018-03-28 00:03:33 +0100" value="0.09535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 00:21:45 +0100" startDate="2018-03-28 00:03:33 +0100" endDate="2018-03-28 00:13:03 +0100" value="0.56422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 00:31:45 +0100" startDate="2018-03-28 00:13:03 +0100" endDate="2018-03-28 00:21:58 +0100" value="0.05399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 00:54:48 +0100" startDate="2018-03-28 00:34:09 +0100" endDate="2018-03-28 00:40:40 +0100" value="0.01728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 02:00:29 +0100" startDate="2018-03-28 01:43:30 +0100" endDate="2018-03-28 01:49:38 +0100" value="0.00046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 12:00:41 +0100" startDate="2018-03-28 11:40:46 +0100" endDate="2018-03-28 11:50:45 +0100" value="0.07335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 12:13:52 +0100" startDate="2018-03-28 11:50:45 +0100" endDate="2018-03-28 12:00:41 +0100" value="0.67289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 12:13:52 +0100" startDate="2018-03-28 12:00:41 +0100" endDate="2018-03-28 12:03:53 +0100" value="0.00783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 12:34:01 +0100" startDate="2018-03-28 12:03:53 +0100" endDate="2018-03-28 12:03:56 +0100" value="0.00296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 12:34:01 +0100" startDate="2018-03-28 12:12:09 +0100" endDate="2018-03-28 12:22:07 +0100" value="0.29076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 12:34:01 +0100" startDate="2018-03-28 12:22:07 +0100" endDate="2018-03-28 12:31:54 +0100" value="0.41092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 12:44:01 +0100" startDate="2018-03-28 12:31:54 +0100" endDate="2018-03-28 12:34:07 +0100" value="0.06614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 13:13:58 +0100" startDate="2018-03-28 12:57:43 +0100" endDate="2018-03-28 13:07:41 +0100" value="0.13819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 13:25:29 +0100" startDate="2018-03-28 13:07:41 +0100" endDate="2018-03-28 13:14:34 +0100" value="0.04814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 13:50:47 +0100" startDate="2018-03-28 13:14:34 +0100" endDate="2018-03-28 13:23:24 +0100" value="0.0405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 14:57:18 +0100" startDate="2018-03-28 13:51:46 +0100" endDate="2018-03-28 14:00:12 +0100" value="0.07623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 15:22:12 +0100" startDate="2018-03-28 14:55:56 +0100" endDate="2018-03-28 15:04:59 +0100" value="0.04913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 15:22:12 +0100" startDate="2018-03-28 15:04:59 +0100" endDate="2018-03-28 15:14:58 +0100" value="0.32135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 15:37:20 +0100" startDate="2018-03-28 15:14:58 +0100" endDate="2018-03-28 15:22:12 +0100" value="0.45673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 16:12:14 +0100" startDate="2018-03-28 15:28:09 +0100" endDate="2018-03-28 15:37:20 +0100" value="0.09433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 16:12:14 +0100" startDate="2018-03-28 15:43:41 +0100" endDate="2018-03-28 15:50:47 +0100" value="0.06763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 16:12:14 +0100" startDate="2018-03-28 15:50:47 +0100" endDate="2018-03-28 15:58:34 +0100" value="0.16369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 16:12:14 +0100" startDate="2018-03-28 16:00:11 +0100" endDate="2018-03-28 16:09:58 +0100" value="0.17295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 16:22:14 +0100" startDate="2018-03-28 16:09:58 +0100" endDate="2018-03-28 16:15:15 +0100" value="0.01449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 17:01:37 +0100" startDate="2018-03-28 16:44:41 +0100" endDate="2018-03-28 16:53:34 +0100" value="0.09711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 17:18:58 +0100" startDate="2018-03-28 17:02:48 +0100" endDate="2018-03-28 17:12:46 +0100" value="0.08533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 18:12:34 +0100" startDate="2018-03-28 17:12:46 +0100" endDate="2018-03-28 17:13:50 +0100" value="0.057965"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 20:42:52 +0100" startDate="2018-03-28 20:26:50 +0100" endDate="2018-03-28 20:36:48 +0100" value="0.126682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 20:53:55 +0100" startDate="2018-03-28 20:36:48 +0100" endDate="2018-03-28 20:46:46 +0100" value="0.140133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 22:27:35 +0100" startDate="2018-03-28 22:11:32 +0100" endDate="2018-03-28 22:20:58 +0100" value="0.02202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 22:52:46 +0100" startDate="2018-03-28 22:20:58 +0100" endDate="2018-03-28 22:26:27 +0100" value="0.10693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 22:52:46 +0100" startDate="2018-03-28 22:35:56 +0100" endDate="2018-03-28 22:45:56 +0100" value="0.06646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 23:01:03 +0100" startDate="2018-03-28 22:45:56 +0100" endDate="2018-03-28 22:55:38 +0100" value="0.859325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 23:15:17 +0100" startDate="2018-03-28 22:55:38 +0100" endDate="2018-03-28 23:03:38 +0100" value="0.04704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 23:15:17 +0100" startDate="2018-03-28 23:03:38 +0100" endDate="2018-03-28 23:13:38 +0100" value="0.42802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-28 23:27:30 +0100" startDate="2018-03-28 23:13:38 +0100" endDate="2018-03-28 23:15:18 +0100" value="0.18389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 00:24:55 +0100" startDate="2018-03-28 23:38:38 +0100" endDate="2018-03-28 23:45:16 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 12:12:21 +0100" startDate="2018-03-29 11:55:29 +0100" endDate="2018-03-29 12:04:38 +0100" value="0.09564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 13:16:31 +0100" startDate="2018-03-29 12:04:38 +0100" endDate="2018-03-29 12:07:24 +0100" value="0.0507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 15:25:47 +0100" startDate="2018-03-29 15:00:54 +0100" endDate="2018-03-29 15:09:37 +0100" value="0.0522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 16:11:57 +0100" startDate="2018-03-29 15:20:32 +0100" endDate="2018-03-29 15:27:13 +0100" value="0.02538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 16:11:57 +0100" startDate="2018-03-29 15:27:13 +0100" endDate="2018-03-29 15:37:13 +0100" value="0.34904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 16:11:57 +0100" startDate="2018-03-29 15:37:13 +0100" endDate="2018-03-29 15:47:12 +0100" value="0.84412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 16:11:57 +0100" startDate="2018-03-29 15:47:12 +0100" endDate="2018-03-29 15:57:02 +0100" value="0.54579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 16:11:57 +0100" startDate="2018-03-29 15:57:02 +0100" endDate="2018-03-29 16:07:01 +0100" value="0.28662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 17:12:24 +0100" startDate="2018-03-29 16:07:01 +0100" endDate="2018-03-29 16:17:01 +0100" value="0.58044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 17:12:24 +0100" startDate="2018-03-29 16:17:01 +0100" endDate="2018-03-29 16:26:59 +0100" value="0.68259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 17:12:24 +0100" startDate="2018-03-29 16:26:59 +0100" endDate="2018-03-29 16:36:58 +0100" value="0.70558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 17:12:24 +0100" startDate="2018-03-29 16:36:58 +0100" endDate="2018-03-29 16:46:58 +0100" value="0.54244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 17:12:24 +0100" startDate="2018-03-29 16:46:58 +0100" endDate="2018-03-29 16:56:56 +0100" value="0.59154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 17:12:24 +0100" startDate="2018-03-29 16:56:56 +0100" endDate="2018-03-29 17:06:32 +0100" value="0.54731"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 18:11:44 +0100" startDate="2018-03-29 17:06:32 +0100" endDate="2018-03-29 17:16:30 +0100" value="0.43086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 18:11:44 +0100" startDate="2018-03-29 17:16:30 +0100" endDate="2018-03-29 17:26:25 +0100" value="0.64513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 18:11:44 +0100" startDate="2018-03-29 17:26:25 +0100" endDate="2018-03-29 17:35:32 +0100" value="0.27372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 18:11:44 +0100" startDate="2018-03-29 17:35:32 +0100" endDate="2018-03-29 17:45:30 +0100" value="0.24041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 18:11:44 +0100" startDate="2018-03-29 17:45:30 +0100" endDate="2018-03-29 17:55:21 +0100" value="0.15821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 18:11:44 +0100" startDate="2018-03-29 17:55:21 +0100" endDate="2018-03-29 18:05:16 +0100" value="0.23934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 19:12:50 +0100" startDate="2018-03-29 18:05:16 +0100" endDate="2018-03-29 18:15:14 +0100" value="0.67739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 19:12:50 +0100" startDate="2018-03-29 18:15:14 +0100" endDate="2018-03-29 18:24:26 +0100" value="0.51757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 19:12:50 +0100" startDate="2018-03-29 18:24:26 +0100" endDate="2018-03-29 18:33:43 +0100" value="0.24289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 19:12:50 +0100" startDate="2018-03-29 19:02:15 +0100" endDate="2018-03-29 19:12:13 +0100" value="0.10076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 19:12:13 +0100" endDate="2018-03-29 19:22:12 +0100" value="0.67703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 19:22:12 +0100" endDate="2018-03-29 19:32:12 +0100" value="0.50964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 19:32:12 +0100" endDate="2018-03-29 19:42:10 +0100" value="0.53949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 19:42:10 +0100" endDate="2018-03-29 19:51:41 +0100" value="0.5361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 19:51:41 +0100" endDate="2018-03-29 20:01:37 +0100" value="0.50869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 20:01:37 +0100" endDate="2018-03-29 20:11:36 +0100" value="0.61853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 20:21:59 +0100" startDate="2018-03-29 20:11:36 +0100" endDate="2018-03-29 20:20:55 +0100" value="0.65107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 21:11:37 +0100" startDate="2018-03-29 20:20:55 +0100" endDate="2018-03-29 20:26:00 +0100" value="0.00636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 21:11:37 +0100" startDate="2018-03-29 20:44:40 +0100" endDate="2018-03-29 20:53:49 +0100" value="0.05582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 21:11:37 +0100" startDate="2018-03-29 20:53:49 +0100" endDate="2018-03-29 21:03:12 +0100" value="0.125035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 21:19:10 +0100" endDate="2018-03-29 21:28:22 +0100" value="0.18397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 21:28:22 +0100" endDate="2018-03-29 21:37:37 +0100" value="0.24248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 21:37:37 +0100" endDate="2018-03-29 21:46:08 +0100" value="0.09361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 21:46:08 +0100" endDate="2018-03-29 21:56:07 +0100" value="0.19007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 21:56:07 +0100" endDate="2018-03-29 22:06:00 +0100" value="0.31564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 22:06:00 +0100" endDate="2018-03-29 22:15:58 +0100" value="0.27163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 22:15:58 +0100" endDate="2018-03-29 22:20:33 +0100" value="0.11421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 22:21:10 +0100" endDate="2018-03-29 22:31:10 +0100" value="0.22798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 22:31:10 +0100" endDate="2018-03-29 22:39:11 +0100" value="0.14693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 22:50:50 +0100" startDate="2018-03-29 22:39:11 +0100" endDate="2018-03-29 22:46:11 +0100" value="0.04058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 23:47:07 +0100" startDate="2018-03-29 22:46:11 +0100" endDate="2018-03-29 22:56:10 +0100" value="0.07943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 23:47:07 +0100" startDate="2018-03-29 22:56:10 +0100" endDate="2018-03-29 23:04:26 +0100" value="0.28207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 23:47:07 +0100" startDate="2018-03-29 23:04:26 +0100" endDate="2018-03-29 23:14:26 +0100" value="0.24602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 23:47:07 +0100" startDate="2018-03-29 23:14:26 +0100" endDate="2018-03-29 23:23:30 +0100" value="0.30503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-29 23:47:07 +0100" startDate="2018-03-29 23:23:30 +0100" endDate="2018-03-29 23:27:43 +0100" value="0.17076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 00:40:06 +0100" startDate="2018-03-30 00:07:14 +0100" endDate="2018-03-30 00:16:49 +0100" value="0.07548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 01:42:19 +0100" startDate="2018-03-30 01:09:40 +0100" endDate="2018-03-30 01:15:51 +0100" value="0.00874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 13:12:09 +0100" startDate="2018-03-30 12:21:36 +0100" endDate="2018-03-30 12:31:34 +0100" value="0.06121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 13:12:09 +0100" startDate="2018-03-30 12:31:34 +0100" endDate="2018-03-30 12:41:32 +0100" value="0.01685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 13:12:09 +0100" startDate="2018-03-30 12:41:32 +0100" endDate="2018-03-30 12:42:24 +0100" value="0.0336847"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 13:12:09 +0100" startDate="2018-03-30 12:49:40 +0100" endDate="2018-03-30 12:57:22 +0100" value="0.0447161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 13:12:09 +0100" startDate="2018-03-30 12:57:22 +0100" endDate="2018-03-30 13:07:21 +0100" value="0.47704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 14:12:04 +0100" startDate="2018-03-30 13:07:21 +0100" endDate="2018-03-30 13:12:13 +0100" value="0.49928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 14:12:04 +0100" startDate="2018-03-30 13:13:04 +0100" endDate="2018-03-30 13:23:03 +0100" value="0.39486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 14:12:04 +0100" startDate="2018-03-30 13:23:03 +0100" endDate="2018-03-30 13:29:08 +0100" value="0.52336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 18:12:59 +0100" startDate="2018-03-30 17:33:25 +0100" endDate="2018-03-30 17:42:44 +0100" value="0.160535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 18:12:59 +0100" startDate="2018-03-30 17:42:44 +0100" endDate="2018-03-30 17:50:51 +0100" value="0.19442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 18:12:59 +0100" startDate="2018-03-30 17:50:51 +0100" endDate="2018-03-30 17:59:45 +0100" value="0.17811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 18:12:59 +0100" startDate="2018-03-30 17:59:45 +0100" endDate="2018-03-30 18:05:26 +0100" value="0.22536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-30 19:14:27 +0100" startDate="2018-03-30 18:05:26 +0100" endDate="2018-03-30 18:15:20 +0100" value="0.175709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 00:06:33 +0100" startDate="2018-03-30 22:17:00 +0100" endDate="2018-03-30 22:24:26 +0100" value="0.103192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 00:06:33 +0100" startDate="2018-03-30 22:24:26 +0100" endDate="2018-03-30 22:34:02 +0100" value="0.18416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 00:06:33 +0100" startDate="2018-03-30 22:34:02 +0100" endDate="2018-03-30 22:43:39 +0100" value="0.14836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 00:06:33 +0100" startDate="2018-03-30 23:12:54 +0100" endDate="2018-03-30 23:20:38 +0100" value="0.00378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 00:44:18 +0100" startDate="2018-03-31 00:16:00 +0100" endDate="2018-03-31 00:22:46 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 00:44:18 +0100" startDate="2018-03-31 00:23:04 +0100" endDate="2018-03-31 00:31:32 +0100" value="0.02015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 00:44:18 +0100" startDate="2018-03-31 00:31:32 +0100" endDate="2018-03-31 00:38:28 +0100" value="0.008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 01:32:14 +0100" startDate="2018-03-31 00:59:44 +0100" endDate="2018-03-31 01:05:57 +0100" value="0.00084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 11:18:55 +0100" startDate="2018-03-31 10:28:05 +0100" endDate="2018-03-31 10:37:34 +0100" value="0.04441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 11:18:55 +0100" startDate="2018-03-31 10:37:34 +0100" endDate="2018-03-31 10:43:11 +0100" value="0.02753"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 13:11:48 +0100" startDate="2018-03-31 12:10:54 +0100" endDate="2018-03-31 12:20:54 +0100" value="0.05594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 13:11:48 +0100" startDate="2018-03-31 12:20:54 +0100" endDate="2018-03-31 12:26:45 +0100" value="0.06956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 13:11:48 +0100" startDate="2018-03-31 12:28:09 +0100" endDate="2018-03-31 12:35:48 +0100" value="0.03858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 13:11:48 +0100" startDate="2018-03-31 12:45:18 +0100" endDate="2018-03-31 12:54:05 +0100" value="0.0835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 13:11:48 +0100" startDate="2018-03-31 12:54:05 +0100" endDate="2018-03-31 13:03:41 +0100" value="0.10276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 13:03:41 +0100" endDate="2018-03-31 13:10:24 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 13:14:40 +0100" endDate="2018-03-31 13:24:39 +0100" value="0.07049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 13:24:39 +0100" endDate="2018-03-31 13:34:19 +0100" value="0.12102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 13:34:19 +0100" endDate="2018-03-31 13:43:48 +0100" value="0.05761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 13:43:48 +0100" endDate="2018-03-31 13:53:48 +0100" value="0.22924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 13:53:48 +0100" endDate="2018-03-31 14:03:47 +0100" value="0.49652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 14:03:47 +0100" endDate="2018-03-31 14:11:46 +0100" value="0.37331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 14:26:35 +0100" startDate="2018-03-31 14:11:46 +0100" endDate="2018-03-31 14:21:27 +0100" value="0.25889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 15:11:29 +0100" startDate="2018-03-31 14:21:27 +0100" endDate="2018-03-31 14:31:25 +0100" value="0.34725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 15:11:29 +0100" startDate="2018-03-31 14:44:15 +0100" endDate="2018-03-31 14:54:03 +0100" value="0.04681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 15:11:29 +0100" startDate="2018-03-31 14:54:59 +0100" endDate="2018-03-31 15:04:59 +0100" value="0.15247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 16:13:47 +0100" startDate="2018-03-31 15:04:59 +0100" endDate="2018-03-31 15:14:21 +0100" value="0.23297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 16:13:47 +0100" startDate="2018-03-31 15:35:51 +0100" endDate="2018-03-31 15:45:49 +0100" value="0.08243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 16:13:47 +0100" startDate="2018-03-31 15:45:49 +0100" endDate="2018-03-31 15:54:50 +0100" value="0.25018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 18:11:50 +0100" startDate="2018-03-31 17:44:26 +0100" endDate="2018-03-31 17:53:56 +0100" value="0.226719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 18:11:50 +0100" startDate="2018-03-31 17:53:56 +0100" endDate="2018-03-31 18:03:06 +0100" value="0.490837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 20:18:56 +0100" startDate="2018-03-31 19:29:27 +0100" endDate="2018-03-31 19:38:07 +0100" value="0.02746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 20:18:56 +0100" startDate="2018-03-31 19:38:07 +0100" endDate="2018-03-31 19:47:28 +0100" value="0.49327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 20:18:56 +0100" startDate="2018-03-31 19:47:28 +0100" endDate="2018-03-31 19:56:18 +0100" value="0.07984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 20:18:56 +0100" startDate="2018-03-31 19:56:18 +0100" endDate="2018-03-31 20:01:30 +0100" value="0.01108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 20:09:20 +0100" endDate="2018-03-31 20:18:57 +0100" value="0.211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 20:18:57 +0100" endDate="2018-03-31 20:26:28 +0100" value="0.50732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 20:26:28 +0100" endDate="2018-03-31 20:36:15 +0100" value="0.08134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 20:47:17 +0100" endDate="2018-03-31 20:57:16 +0100" value="0.02243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 20:57:16 +0100" endDate="2018-03-31 21:07:15 +0100" value="0.54768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 21:07:15 +0100" endDate="2018-03-31 21:17:14 +0100" value="0.61647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 21:17:14 +0100" endDate="2018-03-31 21:26:22 +0100" value="0.62717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 21:26:22 +0100" endDate="2018-03-31 21:36:22 +0100" value="0.49705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 21:49:45 +0100" startDate="2018-03-31 21:36:22 +0100" endDate="2018-03-31 21:46:20 +0100" value="0.77413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 22:53:48 +0100" startDate="2018-03-31 21:46:20 +0100" endDate="2018-03-31 21:56:08 +0100" value="0.38076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 22:53:48 +0100" startDate="2018-03-31 21:56:08 +0100" endDate="2018-03-31 22:06:06 +0100" value="0.50449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 22:53:48 +0100" startDate="2018-03-31 22:06:06 +0100" endDate="2018-03-31 22:16:06 +0100" value="0.72999"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 22:53:48 +0100" startDate="2018-03-31 22:16:06 +0100" endDate="2018-03-31 22:26:04 +0100" value="0.91286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 22:53:48 +0100" startDate="2018-03-31 22:26:04 +0100" endDate="2018-03-31 22:35:16 +0100" value="0.773747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 22:53:48 +0100" startDate="2018-03-31 22:35:16 +0100" endDate="2018-03-31 22:45:15 +0100" value="0.93552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 23:25:39 +0100" startDate="2018-03-31 22:45:15 +0100" endDate="2018-03-31 22:55:02 +0100" value="1.00685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 23:25:39 +0100" startDate="2018-03-31 22:55:02 +0100" endDate="2018-03-31 23:05:01 +0100" value="0.9106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 23:25:39 +0100" startDate="2018-03-31 23:05:01 +0100" endDate="2018-03-31 23:15:00 +0100" value="0.97487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 23:25:39 +0100" startDate="2018-03-31 23:15:00 +0100" endDate="2018-03-31 23:24:58 +0100" value="0.69575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 23:37:46 +0100" startDate="2018-03-31 23:24:58 +0100" endDate="2018-03-31 23:34:56 +0100" value="0.74938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-03-31 23:49:43 +0100" startDate="2018-03-31 23:34:56 +0100" endDate="2018-03-31 23:44:54 +0100" value="0.747844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 00:32:12 +0100" startDate="2018-03-31 23:44:54 +0100" endDate="2018-03-31 23:54:52 +0100" value="0.84257"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 00:32:12 +0100" startDate="2018-03-31 23:54:52 +0100" endDate="2018-04-01 00:02:56 +0100" value="0.6173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 00:32:12 +0100" startDate="2018-04-01 00:02:56 +0100" endDate="2018-04-01 00:12:53 +0100" value="0.1075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 00:32:12 +0100" startDate="2018-04-01 00:12:53 +0100" endDate="2018-04-01 00:16:51 +0100" value="0.17421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 01:40:27 +0100" startDate="2018-04-01 00:35:22 +0100" endDate="2018-04-01 00:45:17 +0100" value="0.05443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 01:40:27 +0100" startDate="2018-04-01 00:50:56 +0100" endDate="2018-04-01 00:56:25 +0100" value="0.02216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 01:40:27 +0100" startDate="2018-04-01 01:10:23 +0100" endDate="2018-04-01 01:20:14 +0100" value="0.0442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 01:40:27 +0100" startDate="2018-04-01 01:20:14 +0100" endDate="2018-04-01 01:30:13 +0100" value="0.01317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 01:40:27 +0100" startDate="2018-04-01 01:30:13 +0100" endDate="2018-04-01 01:33:58 +0100" value="0.01411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 13:14:07 +0100" startDate="2018-04-01 12:58:43 +0100" endDate="2018-04-01 13:04:43 +0100" value="0.00368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 14:19:04 +0100" startDate="2018-04-01 13:46:55 +0100" endDate="2018-04-01 13:56:55 +0100" value="0.10347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 14:19:04 +0100" startDate="2018-04-01 13:56:55 +0100" endDate="2018-04-01 14:05:58 +0100" value="0.2"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 14:19:04 +0100" startDate="2018-04-01 14:05:58 +0100" endDate="2018-04-01 14:15:38 +0100" value="0.6015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 15:17:36 +0100" startDate="2018-04-01 14:15:38 +0100" endDate="2018-04-01 14:25:36 +0100" value="0.63938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 15:17:36 +0100" startDate="2018-04-01 14:25:36 +0100" endDate="2018-04-01 14:35:35 +0100" value="0.4572"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 15:17:36 +0100" startDate="2018-04-01 14:35:35 +0100" endDate="2018-04-01 14:45:34 +0100" value="0.76054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 15:17:36 +0100" startDate="2018-04-01 14:45:34 +0100" endDate="2018-04-01 14:55:31 +0100" value="0.90524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 15:17:36 +0100" startDate="2018-04-01 14:55:31 +0100" endDate="2018-04-01 15:05:30 +0100" value="0.94963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 15:17:36 +0100" startDate="2018-04-01 15:05:30 +0100" endDate="2018-04-01 15:15:04 +0100" value="0.80077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 15:15:04 +0100" endDate="2018-04-01 15:25:03 +0100" value="0.4463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 15:25:03 +0100" endDate="2018-04-01 15:35:02 +0100" value="0.54035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 15:35:02 +0100" endDate="2018-04-01 15:39:03 +0100" value="0.0119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 15:39:57 +0100" endDate="2018-04-01 15:49:55 +0100" value="0.1907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 15:49:55 +0100" endDate="2018-04-01 15:58:41 +0100" value="0.46325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 16:01:45 +0100" endDate="2018-04-01 16:11:43 +0100" value="0.16251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 16:23:06 +0100" startDate="2018-04-01 16:11:43 +0100" endDate="2018-04-01 16:21:41 +0100" value="0.48026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 16:35:26 +0100" startDate="2018-04-01 16:21:41 +0100" endDate="2018-04-01 16:31:06 +0100" value="0.62716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 17:20:34 +0100" startDate="2018-04-01 16:31:06 +0100" endDate="2018-04-01 16:40:20 +0100" value="0.346416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 17:20:34 +0100" startDate="2018-04-01 16:52:53 +0100" endDate="2018-04-01 16:59:26 +0100" value="0.01664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 18:13:19 +0100" startDate="2018-04-01 17:11:58 +0100" endDate="2018-04-01 17:21:58 +0100" value="0.232435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 18:13:19 +0100" startDate="2018-04-01 17:21:58 +0100" endDate="2018-04-01 17:31:53 +0100" value="0.84573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 18:13:19 +0100" startDate="2018-04-01 17:31:53 +0100" endDate="2018-04-01 17:41:51 +0100" value="0.679909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 18:13:19 +0100" startDate="2018-04-01 17:41:51 +0100" endDate="2018-04-01 17:51:49 +0100" value="0.60512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 18:13:19 +0100" startDate="2018-04-01 17:51:49 +0100" endDate="2018-04-01 18:01:47 +0100" value="0.30169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 18:13:19 +0100" startDate="2018-04-01 18:01:47 +0100" endDate="2018-04-01 18:01:57 +0100" value="0.00674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 19:18:12 +0100" startDate="2018-04-01 18:29:02 +0100" endDate="2018-04-01 18:35:28 +0100" value="0.01298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 21:53:51 +0100" startDate="2018-04-01 20:18:14 +0100" endDate="2018-04-01 20:28:14 +0100" value="0.19408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 21:53:51 +0100" startDate="2018-04-01 20:28:14 +0100" endDate="2018-04-01 20:38:13 +0100" value="0.21227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 21:53:51 +0100" startDate="2018-04-01 20:38:13 +0100" endDate="2018-04-01 20:39:14 +0100" value="0.03535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 21:53:51 +0100" startDate="2018-04-01 20:42:30 +0100" endDate="2018-04-01 20:48:38 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-01 21:53:51 +0100" startDate="2018-04-01 21:33:00 +0100" endDate="2018-04-01 21:39:10 +0100" value="0.00414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 00:47:08 +0100" startDate="2018-04-02 00:16:04 +0100" endDate="2018-04-02 00:23:40 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 13:16:20 +0100" startDate="2018-04-02 12:19:40 +0100" endDate="2018-04-02 12:26:16 +0100" value="0.00397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 14:19:14 +0100" startDate="2018-04-02 13:47:49 +0100" endDate="2018-04-02 13:57:15 +0100" value="0.232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 14:19:14 +0100" startDate="2018-04-02 13:57:15 +0100" endDate="2018-04-02 14:07:13 +0100" value="0.86632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 14:19:14 +0100" startDate="2018-04-02 14:07:13 +0100" endDate="2018-04-02 14:10:20 +0100" value="0.18046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 15:15:17 +0100" startDate="2018-04-02 14:14:28 +0100" endDate="2018-04-02 14:24:13 +0100" value="0.12564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 15:15:17 +0100" startDate="2018-04-02 14:24:13 +0100" endDate="2018-04-02 14:34:11 +0100" value="0.39292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 15:15:17 +0100" startDate="2018-04-02 14:34:11 +0100" endDate="2018-04-02 14:43:45 +0100" value="0.34846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 15:15:17 +0100" startDate="2018-04-02 14:43:45 +0100" endDate="2018-04-02 14:53:14 +0100" value="0.21849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 15:15:17 +0100" startDate="2018-04-02 14:53:14 +0100" endDate="2018-04-02 14:59:21 +0100" value="0.07657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 15:15:17 +0100" startDate="2018-04-02 15:01:01 +0100" endDate="2018-04-02 15:08:35 +0100" value="0.03957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 15:33:29 +0100" startDate="2018-04-02 15:08:35 +0100" endDate="2018-04-02 15:18:35 +0100" value="0.23852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 15:33:29 +0100" startDate="2018-04-02 15:18:35 +0100" endDate="2018-04-02 15:20:24 +0100" value="0.04253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 16:19:14 +0100" startDate="2018-04-02 15:35:05 +0100" endDate="2018-04-02 15:42:11 +0100" value="0.05489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 16:19:14 +0100" startDate="2018-04-02 15:42:11 +0100" endDate="2018-04-02 15:49:31 +0100" value="0.02522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 16:19:14 +0100" startDate="2018-04-02 15:54:25 +0100" endDate="2018-04-02 16:01:06 +0100" value="0.04248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 17:12:14 +0100" startDate="2018-04-02 16:12:33 +0100" endDate="2018-04-02 16:19:26 +0100" value="0.04305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 17:12:14 +0100" startDate="2018-04-02 16:19:26 +0100" endDate="2018-04-02 16:26:29 +0100" value="0.07551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 17:12:14 +0100" startDate="2018-04-02 16:26:29 +0100" endDate="2018-04-02 16:34:17 +0100" value="0.08891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 17:12:14 +0100" startDate="2018-04-02 16:39:42 +0100" endDate="2018-04-02 16:47:37 +0100" value="0.06218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 17:12:14 +0100" startDate="2018-04-02 16:47:37 +0100" endDate="2018-04-02 16:52:45 +0100" value="0.02598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 17:12:14 +0100" startDate="2018-04-02 16:53:50 +0100" endDate="2018-04-02 17:03:49 +0100" value="0.15713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 17:03:49 +0100" endDate="2018-04-02 17:13:48 +0100" value="0.24342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 17:13:48 +0100" endDate="2018-04-02 17:22:41 +0100" value="0.34252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 17:22:41 +0100" endDate="2018-04-02 17:32:39 +0100" value="0.13619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 17:32:39 +0100" endDate="2018-04-02 17:42:38 +0100" value="0.56472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 17:42:38 +0100" endDate="2018-04-02 17:52:37 +0100" value="0.94245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 17:52:37 +0100" endDate="2018-04-02 18:02:36 +0100" value="0.84297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 18:17:13 +0100" startDate="2018-04-02 18:02:36 +0100" endDate="2018-04-02 18:04:26 +0100" value="0.08081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 18:14:50 +0100" endDate="2018-04-02 18:24:36 +0100" value="0.08134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 18:24:36 +0100" endDate="2018-04-02 18:34:35 +0100" value="0.32792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 18:34:35 +0100" endDate="2018-04-02 18:37:54 +0100" value="0.04333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 18:39:33 +0100" endDate="2018-04-02 18:49:31 +0100" value="0.10944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 18:49:31 +0100" endDate="2018-04-02 18:59:30 +0100" value="0.22583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 18:59:30 +0100" endDate="2018-04-02 19:08:36 +0100" value="0.40952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 19:19:20 +0100" startDate="2018-04-02 19:08:36 +0100" endDate="2018-04-02 19:10:38 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 20:19:14 +0100" startDate="2018-04-02 19:35:05 +0100" endDate="2018-04-02 19:45:05 +0100" value="0.14833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 20:19:14 +0100" startDate="2018-04-02 19:45:05 +0100" endDate="2018-04-02 19:55:04 +0100" value="0.52664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 20:19:14 +0100" startDate="2018-04-02 19:55:04 +0100" endDate="2018-04-02 20:00:47 +0100" value="0.3348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 20:19:14 +0100" startDate="2018-04-02 20:00:47 +0100" endDate="2018-04-02 20:09:48 +0100" value="0.0073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 21:13:58 +0100" startDate="2018-04-02 20:50:32 +0100" endDate="2018-04-02 21:00:31 +0100" value="0.26857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 21:13:58 +0100" startDate="2018-04-02 21:00:31 +0100" endDate="2018-04-02 21:09:25 +0100" value="0.382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-02 22:49:12 +0100" startDate="2018-04-02 21:09:25 +0100" endDate="2018-04-02 21:11:23 +0100" value="0.01248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 15:12:17 +0100" startDate="2018-04-03 14:27:48 +0100" endDate="2018-04-03 14:36:36 +0100" value="0.05102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 16:11:39 +0100" startDate="2018-04-03 15:25:20 +0100" endDate="2018-04-03 15:32:48 +0100" value="0.05591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 16:10:30 +0100" endDate="2018-04-03 16:20:04 +0100" value="0.01831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 16:20:04 +0100" endDate="2018-04-03 16:30:03 +0100" value="0.56477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 16:30:03 +0100" endDate="2018-04-03 16:38:54 +0100" value="0.18629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 16:38:54 +0100" endDate="2018-04-03 16:48:54 +0100" value="0.26818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 16:48:54 +0100" endDate="2018-04-03 16:58:52 +0100" value="0.71963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 16:58:52 +0100" endDate="2018-04-03 17:08:52 +0100" value="0.7017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 17:23:06 +0100" startDate="2018-04-03 17:08:52 +0100" endDate="2018-04-03 17:18:52 +0100" value="0.56768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 17:38:55 +0100" startDate="2018-04-03 17:18:52 +0100" endDate="2018-04-03 17:28:49 +0100" value="0.67281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 17:38:55 +0100" startDate="2018-04-03 17:28:49 +0100" endDate="2018-04-03 17:37:33 +0100" value="0.60912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 18:21:16 +0100" startDate="2018-04-03 17:46:02 +0100" endDate="2018-04-03 17:56:00 +0100" value="0.26728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 18:21:16 +0100" startDate="2018-04-03 17:56:00 +0100" endDate="2018-04-03 18:04:16 +0100" value="0.37996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 18:04:16 +0100" endDate="2018-04-03 18:14:15 +0100" value="0.63442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 18:14:15 +0100" endDate="2018-04-03 18:21:18 +0100" value="0.17646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 18:46:34 +0100" endDate="2018-04-03 18:53:15 +0100" value="0.04523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 18:53:15 +0100" endDate="2018-04-03 19:00:43 +0100" value="0.04607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 19:00:43 +0100" endDate="2018-04-03 19:10:42 +0100" value="0.45989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 19:10:42 +0100" endDate="2018-04-03 19:20:40 +0100" value="0.74519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 19:34:49 +0100" startDate="2018-04-03 19:20:40 +0100" endDate="2018-04-03 19:26:18 +0100" value="0.37929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 20:12:33 +0100" startDate="2018-04-03 19:26:18 +0100" endDate="2018-04-03 19:35:30 +0100" value="0.00041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 20:12:33 +0100" startDate="2018-04-03 19:54:38 +0100" endDate="2018-04-03 20:00:45 +0100" value="0.00832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 20:12:33 +0100" startDate="2018-04-03 20:00:45 +0100" endDate="2018-04-03 20:07:30 +0100" value="0.02328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 21:23:37 +0100" startDate="2018-04-03 20:07:30 +0100" endDate="2018-04-03 20:17:29 +0100" value="0.13387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 21:23:37 +0100" startDate="2018-04-03 20:17:29 +0100" endDate="2018-04-03 20:24:52 +0100" value="0.26745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 21:23:37 +0100" startDate="2018-04-03 20:24:52 +0100" endDate="2018-04-03 20:29:51 +0100" value="0.0259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 21:23:37 +0100" startDate="2018-04-03 20:29:51 +0100" endDate="2018-04-03 20:39:13 +0100" value="0.10987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-03 22:58:34 +0100" startDate="2018-04-03 22:16:28 +0100" endDate="2018-04-03 22:22:40 +0100" value="0.00387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 00:51:47 +0100" startDate="2018-04-04 00:11:11 +0100" endDate="2018-04-04 00:17:26 +0100" value="0.00606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 00:51:47 +0100" startDate="2018-04-04 00:17:26 +0100" endDate="2018-04-04 00:27:26 +0100" value="0.249655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 00:51:47 +0100" startDate="2018-04-04 00:27:26 +0100" endDate="2018-04-04 00:37:25 +0100" value="0.66776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 00:51:47 +0100" startDate="2018-04-04 00:37:25 +0100" endDate="2018-04-04 00:47:24 +0100" value="0.80504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 01:26:49 +0100" startDate="2018-04-04 00:47:24 +0100" endDate="2018-04-04 00:55:40 +0100" value="0.694196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 01:26:49 +0100" startDate="2018-04-04 00:55:40 +0100" endDate="2018-04-04 01:00:50 +0100" value="0.02971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 01:26:49 +0100" startDate="2018-04-04 01:00:50 +0100" endDate="2018-04-04 01:10:30 +0100" value="0.05134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 01:26:49 +0100" startDate="2018-04-04 01:10:30 +0100" endDate="2018-04-04 01:17:45 +0100" value="0.11085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 02:13:20 +0100" startDate="2018-04-04 01:56:12 +0100" endDate="2018-04-04 02:04:12 +0100" value="0.04354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 05:19:31 +0100" startDate="2018-04-04 04:41:55 +0100" endDate="2018-04-04 04:48:51 +0100" value="0.01602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 05:19:31 +0100" startDate="2018-04-04 04:48:51 +0100" endDate="2018-04-04 04:54:59 +0100" value="0.02696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 13:18:19 +0100" startDate="2018-04-04 12:34:28 +0100" endDate="2018-04-04 12:44:27 +0100" value="0.09163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 13:18:19 +0100" startDate="2018-04-04 12:44:27 +0100" endDate="2018-04-04 12:53:12 +0100" value="0.6971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 13:18:19 +0100" startDate="2018-04-04 12:53:12 +0100" endDate="2018-04-04 13:03:12 +0100" value="0.37837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 13:18:19 +0100" startDate="2018-04-04 13:03:12 +0100" endDate="2018-04-04 13:13:11 +0100" value="0.69984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 14:15:04 +0100" startDate="2018-04-04 13:13:11 +0100" endDate="2018-04-04 13:23:10 +0100" value="0.65664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 14:15:04 +0100" startDate="2018-04-04 13:23:10 +0100" endDate="2018-04-04 13:33:09 +0100" value="0.73955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 14:15:04 +0100" startDate="2018-04-04 13:33:09 +0100" endDate="2018-04-04 13:43:09 +0100" value="0.80786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 14:15:04 +0100" startDate="2018-04-04 13:43:09 +0100" endDate="2018-04-04 13:53:07 +0100" value="0.75618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 14:15:04 +0100" startDate="2018-04-04 13:53:07 +0100" endDate="2018-04-04 14:02:18 +0100" value="0.47683"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 14:15:04 +0100" startDate="2018-04-04 14:04:19 +0100" endDate="2018-04-04 14:12:45 +0100" value="0.09708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 15:17:45 +0100" startDate="2018-04-04 14:12:45 +0100" endDate="2018-04-04 14:22:45 +0100" value="0.12893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 15:17:45 +0100" startDate="2018-04-04 14:22:45 +0100" endDate="2018-04-04 14:26:20 +0100" value="0.0669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 15:17:45 +0100" startDate="2018-04-04 14:30:51 +0100" endDate="2018-04-04 14:38:18 +0100" value="0.04833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 15:17:45 +0100" startDate="2018-04-04 14:38:18 +0100" endDate="2018-04-04 14:46:50 +0100" value="0.05662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 15:21:08 +0100" endDate="2018-04-04 15:30:09 +0100" value="0.10801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 15:30:09 +0100" endDate="2018-04-04 15:39:58 +0100" value="0.12643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 15:39:58 +0100" endDate="2018-04-04 15:49:56 +0100" value="0.21307"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 15:49:56 +0100" endDate="2018-04-04 15:58:03 +0100" value="0.03786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 15:58:03 +0100" endDate="2018-04-04 16:06:54 +0100" value="0.10677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 16:06:54 +0100" endDate="2018-04-04 16:12:30 +0100" value="0.01624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 16:31:24 +0100" startDate="2018-04-04 16:14:06 +0100" endDate="2018-04-04 16:23:14 +0100" value="0.06037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 17:11:41 +0100" startDate="2018-04-04 16:23:14 +0100" endDate="2018-04-04 16:31:35 +0100" value="0.06216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 17:11:41 +0100" startDate="2018-04-04 16:31:35 +0100" endDate="2018-04-04 16:41:05 +0100" value="0.06816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 17:11:41 +0100" startDate="2018-04-04 16:41:05 +0100" endDate="2018-04-04 16:44:31 +0100" value="0.03854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 17:11:41 +0100" startDate="2018-04-04 16:45:33 +0100" endDate="2018-04-04 16:54:52 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 17:11:41 +0100" startDate="2018-04-04 16:54:52 +0100" endDate="2018-04-04 17:03:55 +0100" value="0.0676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 18:12:19 +0100" startDate="2018-04-04 17:03:55 +0100" endDate="2018-04-04 17:11:38 +0100" value="0.1211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 18:12:19 +0100" startDate="2018-04-04 17:11:38 +0100" endDate="2018-04-04 17:21:36 +0100" value="0.13916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 18:12:19 +0100" startDate="2018-04-04 17:21:36 +0100" endDate="2018-04-04 17:27:22 +0100" value="0.15807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 18:12:19 +0100" startDate="2018-04-04 17:27:36 +0100" endDate="2018-04-04 17:37:36 +0100" value="0.12126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 18:12:19 +0100" startDate="2018-04-04 17:37:36 +0100" endDate="2018-04-04 17:42:03 +0100" value="0.10911"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 19:11:39 +0100" startDate="2018-04-04 18:41:54 +0100" endDate="2018-04-04 18:51:53 +0100" value="0.14901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 19:11:39 +0100" startDate="2018-04-04 18:51:53 +0100" endDate="2018-04-04 18:53:14 +0100" value="0.01412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 20:14:42 +0100" startDate="2018-04-04 19:30:09 +0100" endDate="2018-04-04 19:40:08 +0100" value="0.28377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 20:14:42 +0100" startDate="2018-04-04 19:40:08 +0100" endDate="2018-04-04 19:49:37 +0100" value="0.65383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 20:14:42 +0100" startDate="2018-04-04 19:49:37 +0100" endDate="2018-04-04 19:59:35 +0100" value="0.45058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 20:14:42 +0100" startDate="2018-04-04 19:59:35 +0100" endDate="2018-04-04 20:09:28 +0100" value="0.56021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 20:09:28 +0100" endDate="2018-04-04 20:19:23 +0100" value="0.56345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 20:19:23 +0100" endDate="2018-04-04 20:29:21 +0100" value="0.47183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 20:29:21 +0100" endDate="2018-04-04 20:39:18 +0100" value="0.55854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 20:39:18 +0100" endDate="2018-04-04 20:49:16 +0100" value="0.67191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 20:49:16 +0100" endDate="2018-04-04 20:59:15 +0100" value="0.70282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 20:59:15 +0100" endDate="2018-04-04 21:06:25 +0100" value="0.4588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 21:24:33 +0100" startDate="2018-04-04 21:11:14 +0100" endDate="2018-04-04 21:21:04 +0100" value="0.18568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 22:25:08 +0100" startDate="2018-04-04 21:21:04 +0100" endDate="2018-04-04 21:31:02 +0100" value="0.52655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 22:25:08 +0100" startDate="2018-04-04 21:31:02 +0100" endDate="2018-04-04 21:41:01 +0100" value="0.587751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 22:25:08 +0100" startDate="2018-04-04 21:41:01 +0100" endDate="2018-04-04 21:50:59 +0100" value="0.56477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 22:25:08 +0100" startDate="2018-04-04 21:50:59 +0100" endDate="2018-04-04 22:00:58 +0100" value="0.47572"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 22:25:08 +0100" startDate="2018-04-04 22:00:58 +0100" endDate="2018-04-04 22:10:56 +0100" value="0.74771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 22:25:08 +0100" startDate="2018-04-04 22:10:56 +0100" endDate="2018-04-04 22:20:55 +0100" value="0.54983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 22:34:12 +0100" startDate="2018-04-04 22:20:55 +0100" endDate="2018-04-04 22:30:53 +0100" value="0.5728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-04 23:54:50 +0100" startDate="2018-04-04 22:30:53 +0100" endDate="2018-04-04 22:34:13 +0100" value="0.02601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 00:56:28 +0100" startDate="2018-04-05 00:00:59 +0100" endDate="2018-04-05 00:10:59 +0100" value="0.29533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 00:56:28 +0100" startDate="2018-04-05 00:10:59 +0100" endDate="2018-04-05 00:20:57 +0100" value="0.82112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 00:56:28 +0100" startDate="2018-04-05 00:20:57 +0100" endDate="2018-04-05 00:30:54 +0100" value="0.13376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 00:56:28 +0100" startDate="2018-04-05 00:30:54 +0100" endDate="2018-04-05 00:40:45 +0100" value="0.95734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 00:56:28 +0100" startDate="2018-04-05 00:40:45 +0100" endDate="2018-04-05 00:46:41 +0100" value="0.0341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 14:21:47 +0100" startDate="2018-04-05 13:48:06 +0100" endDate="2018-04-05 13:57:43 +0100" value="0.05463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 14:21:47 +0100" startDate="2018-04-05 13:57:43 +0100" endDate="2018-04-05 14:06:10 +0100" value="0.65132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 14:21:47 +0100" startDate="2018-04-05 14:06:10 +0100" endDate="2018-04-05 14:16:10 +0100" value="0.8386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 15:15:43 +0100" startDate="2018-04-05 14:16:10 +0100" endDate="2018-04-05 14:26:08 +0100" value="0.92158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 15:15:43 +0100" startDate="2018-04-05 14:26:08 +0100" endDate="2018-04-05 14:35:46 +0100" value="0.86617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 15:15:43 +0100" startDate="2018-04-05 14:35:46 +0100" endDate="2018-04-05 14:45:44 +0100" value="0.52219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 15:15:43 +0100" startDate="2018-04-05 14:45:44 +0100" endDate="2018-04-05 14:55:42 +0100" value="0.661329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 15:15:43 +0100" startDate="2018-04-05 14:55:42 +0100" endDate="2018-04-05 15:05:41 +0100" value="0.77536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 15:15:43 +0100" startDate="2018-04-05 15:05:41 +0100" endDate="2018-04-05 15:15:38 +0100" value="0.81386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 16:15:26 +0100" startDate="2018-04-05 15:15:38 +0100" endDate="2018-04-05 15:24:36 +0100" value="0.70102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 16:15:26 +0100" startDate="2018-04-05 15:30:46 +0100" endDate="2018-04-05 15:40:26 +0100" value="0.14532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 16:15:26 +0100" startDate="2018-04-05 15:40:26 +0100" endDate="2018-04-05 15:49:30 +0100" value="0.09012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 16:15:26 +0100" startDate="2018-04-05 15:58:29 +0100" endDate="2018-04-05 16:08:28 +0100" value="0.08228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 17:14:49 +0100" startDate="2018-04-05 16:08:28 +0100" endDate="2018-04-05 16:15:33 +0100" value="0.2524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 17:14:49 +0100" startDate="2018-04-05 16:15:50 +0100" endDate="2018-04-05 16:22:31 +0100" value="0.02708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 17:14:49 +0100" startDate="2018-04-05 16:22:31 +0100" endDate="2018-04-05 16:31:36 +0100" value="0.15925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 17:14:49 +0100" startDate="2018-04-05 16:46:13 +0100" endDate="2018-04-05 16:53:09 +0100" value="0.00794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 17:14:49 +0100" startDate="2018-04-05 16:53:09 +0100" endDate="2018-04-05 17:03:08 +0100" value="0.12939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 17:14:49 +0100" startDate="2018-04-05 17:03:08 +0100" endDate="2018-04-05 17:13:06 +0100" value="0.83702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 17:55:40 +0100" startDate="2018-04-05 17:13:06 +0100" endDate="2018-04-05 17:23:05 +0100" value="0.66297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 17:55:40 +0100" startDate="2018-04-05 17:23:05 +0100" endDate="2018-04-05 17:33:05 +0100" value="0.50915"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 17:55:40 +0100" startDate="2018-04-05 17:33:05 +0100" endDate="2018-04-05 17:43:04 +0100" value="0.58286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 17:55:40 +0100" startDate="2018-04-05 17:43:04 +0100" endDate="2018-04-05 17:53:04 +0100" value="0.576233"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 18:11:56 +0100" startDate="2018-04-05 17:53:04 +0100" endDate="2018-04-05 18:03:04 +0100" value="0.736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 19:17:46 +0100" startDate="2018-04-05 18:03:04 +0100" endDate="2018-04-05 18:13:01 +0100" value="0.6787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 19:17:46 +0100" startDate="2018-04-05 18:13:01 +0100" endDate="2018-04-05 18:20:53 +0100" value="0.39291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 19:17:46 +0100" startDate="2018-04-05 18:35:11 +0100" endDate="2018-04-05 18:45:08 +0100" value="0.17424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 19:17:46 +0100" startDate="2018-04-05 18:45:08 +0100" endDate="2018-04-05 18:55:07 +0100" value="0.83192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 19:17:46 +0100" startDate="2018-04-05 18:55:07 +0100" endDate="2018-04-05 19:05:07 +0100" value="0.77602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 19:17:46 +0100" startDate="2018-04-05 19:05:07 +0100" endDate="2018-04-05 19:15:05 +0100" value="0.69099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 20:17:32 +0100" startDate="2018-04-05 19:15:05 +0100" endDate="2018-04-05 19:25:05 +0100" value="0.609514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 20:17:32 +0100" startDate="2018-04-05 19:25:05 +0100" endDate="2018-04-05 19:35:04 +0100" value="0.8916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 20:17:32 +0100" startDate="2018-04-05 19:35:04 +0100" endDate="2018-04-05 19:45:02 +0100" value="0.55518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 20:17:32 +0100" startDate="2018-04-05 19:45:02 +0100" endDate="2018-04-05 19:53:49 +0100" value="0.1762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 20:17:32 +0100" startDate="2018-04-05 19:53:49 +0100" endDate="2018-04-05 20:03:48 +0100" value="0.71871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 20:17:32 +0100" startDate="2018-04-05 20:03:48 +0100" endDate="2018-04-05 20:13:46 +0100" value="0.90913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 21:07:33 +0100" startDate="2018-04-05 20:13:46 +0100" endDate="2018-04-05 20:23:44 +0100" value="0.91"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 21:07:33 +0100" startDate="2018-04-05 20:23:44 +0100" endDate="2018-04-05 20:33:42 +0100" value="0.68848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 21:07:33 +0100" startDate="2018-04-05 20:33:42 +0100" endDate="2018-04-05 20:43:40 +0100" value="0.88383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 21:07:33 +0100" startDate="2018-04-05 20:43:40 +0100" endDate="2018-04-05 20:53:37 +0100" value="0.70623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 21:07:33 +0100" startDate="2018-04-05 20:53:37 +0100" endDate="2018-04-05 21:02:47 +0100" value="0.77549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 23:30:43 +0100" startDate="2018-04-05 22:12:39 +0100" endDate="2018-04-05 22:22:38 +0100" value="0.36444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 23:30:43 +0100" startDate="2018-04-05 22:22:38 +0100" endDate="2018-04-05 22:32:37 +0100" value="0.6979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 23:30:43 +0100" startDate="2018-04-05 22:32:37 +0100" endDate="2018-04-05 22:37:59 +0100" value="0.30921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 23:30:43 +0100" startDate="2018-04-05 22:46:19 +0100" endDate="2018-04-05 22:56:16 +0100" value="0.307"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 23:30:43 +0100" startDate="2018-04-05 22:56:16 +0100" endDate="2018-04-05 23:06:15 +0100" value="0.37457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-05 23:30:43 +0100" startDate="2018-04-05 23:06:15 +0100" endDate="2018-04-05 23:14:54 +0100" value="0.01182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 02:24:56 +0100" startDate="2018-04-06 01:41:54 +0100" endDate="2018-04-06 01:48:02 +0100" value="0.00765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 13:11:53 +0100" startDate="2018-04-06 12:39:07 +0100" endDate="2018-04-06 12:45:22 +0100" value="0.00666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 15:19:32 +0100" startDate="2018-04-06 14:16:36 +0100" endDate="2018-04-06 14:23:17 +0100" value="0.05128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 14:46:19 +0100" endDate="2018-04-06 14:55:46 +0100" value="0.05574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 14:55:46 +0100" endDate="2018-04-06 15:05:45 +0100" value="0.44398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 15:05:45 +0100" endDate="2018-04-06 15:15:29 +0100" value="0.65719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 15:15:29 +0100" endDate="2018-04-06 15:25:29 +0100" value="0.20103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 15:25:29 +0100" endDate="2018-04-06 15:35:27 +0100" value="0.82096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 15:35:27 +0100" endDate="2018-04-06 15:45:25 +0100" value="0.65512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 15:45:25 +0100" endDate="2018-04-06 15:52:53 +0100" value="0.25591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 16:16:29 +0100" startDate="2018-04-06 15:52:53 +0100" endDate="2018-04-06 16:00:45 +0100" value="0.18031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 16:51:41 +0100" startDate="2018-04-06 16:10:45 +0100" endDate="2018-04-06 16:19:47 +0100" value="0.01127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 16:51:41 +0100" startDate="2018-04-06 16:22:56 +0100" endDate="2018-04-06 16:29:14 +0100" value="0.0059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 16:51:41 +0100" startDate="2018-04-06 16:37:26 +0100" endDate="2018-04-06 16:45:18 +0100" value="0.09004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 17:16:25 +0100" startDate="2018-04-06 17:00:41 +0100" endDate="2018-04-06 17:10:34 +0100" value="0.04892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 18:14:03 +0100" startDate="2018-04-06 17:10:34 +0100" endDate="2018-04-06 17:20:19 +0100" value="0.12922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 18:14:03 +0100" startDate="2018-04-06 17:55:01 +0100" endDate="2018-04-06 18:01:16 +0100" value="0.00086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 22:15:20 +0100" startDate="2018-04-06 21:55:16 +0100" endDate="2018-04-06 22:04:57 +0100" value="0.17907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-06 22:15:20 +0100" startDate="2018-04-06 22:04:57 +0100" endDate="2018-04-06 22:14:56 +0100" value="0.50704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 22:14:56 +0100" endDate="2018-04-06 22:23:27 +0100" value="0.11571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 22:43:15 +0100" endDate="2018-04-06 22:53:15 +0100" value="0.39552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 22:53:15 +0100" endDate="2018-04-06 22:59:37 +0100" value="0.24784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 23:08:29 +0100" endDate="2018-04-06 23:16:21 +0100" value="0.00782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 23:16:21 +0100" endDate="2018-04-06 23:24:18 +0100" value="0.04212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 23:24:48 +0100" endDate="2018-04-06 23:30:48 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 23:30:48 +0100" endDate="2018-04-06 23:35:41 +0100" value="0.00524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 00:00:02 +0100" startDate="2018-04-06 23:46:14 +0100" endDate="2018-04-06 23:52:14 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 02:46:10 +0100" startDate="2018-04-07 01:36:24 +0100" endDate="2018-04-07 01:43:50 +0100" value="0.0503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 02:46:10 +0100" startDate="2018-04-07 01:43:50 +0100" endDate="2018-04-07 01:51:46 +0100" value="0.02961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 02:46:10 +0100" startDate="2018-04-07 01:51:46 +0100" endDate="2018-04-07 02:00:12 +0100" value="0.03622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 15:14:53 +0100" startDate="2018-04-07 14:19:26 +0100" endDate="2018-04-07 14:26:20 +0100" value="0.02455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 15:14:53 +0100" startDate="2018-04-07 14:56:57 +0100" endDate="2018-04-07 15:03:02 +0100" value="0.01088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 17:12:46 +0100" startDate="2018-04-07 16:28:06 +0100" endDate="2018-04-07 16:32:42 +0100" value="0.00341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 18:16:10 +0100" startDate="2018-04-07 17:41:09 +0100" endDate="2018-04-07 17:50:22 +0100" value="0.04397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 18:16:10 +0100" startDate="2018-04-07 17:50:22 +0100" endDate="2018-04-07 17:56:48 +0100" value="0.05031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 18:16:10 +0100" startDate="2018-04-07 18:02:01 +0100" endDate="2018-04-07 18:09:16 +0100" value="0.04064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 18:09:16 +0100" endDate="2018-04-07 18:19:06 +0100" value="0.00698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 18:19:06 +0100" endDate="2018-04-07 18:25:04 +0100" value="0.03814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 18:25:45 +0100" endDate="2018-04-07 18:33:51 +0100" value="0.05557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 18:33:51 +0100" endDate="2018-04-07 18:43:02 +0100" value="0.04165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 18:43:02 +0100" endDate="2018-04-07 18:51:51 +0100" value="0.02214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 18:51:51 +0100" endDate="2018-04-07 18:54:11 +0100" value="0.01772"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 19:21:30 +0100" startDate="2018-04-07 19:09:38 +0100" endDate="2018-04-07 19:19:20 +0100" value="0.09977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 20:37:09 +0100" startDate="2018-04-07 19:19:20 +0100" endDate="2018-04-07 19:21:43 +0100" value="0.0174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 20:37:09 +0100" startDate="2018-04-07 19:46:26 +0100" endDate="2018-04-07 19:53:12 +0100" value="0.05768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 20:37:09 +0100" startDate="2018-04-07 19:53:12 +0100" endDate="2018-04-07 20:02:40 +0100" value="0.11205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 20:37:09 +0100" startDate="2018-04-07 20:02:40 +0100" endDate="2018-04-07 20:09:10 +0100" value="0.09925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 20:37:09 +0100" startDate="2018-04-07 20:14:27 +0100" endDate="2018-04-07 20:23:49 +0100" value="0.0189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 21:15:07 +0100" startDate="2018-04-07 20:23:49 +0100" endDate="2018-04-07 20:24:20 +0100" value="0.0009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 21:15:07 +0100" startDate="2018-04-07 20:34:42 +0100" endDate="2018-04-07 20:42:16 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-07 23:57:57 +0100" startDate="2018-04-07 23:40:07 +0100" endDate="2018-04-07 23:50:06 +0100" value="0.07511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 08:02:02 +0100" startDate="2018-04-07 23:50:06 +0100" endDate="2018-04-07 23:59:23 +0100" value="0.17299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 08:02:02 +0100" startDate="2018-04-07 23:59:23 +0100" endDate="2018-04-08 00:09:20 +0100" value="0.39753"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 08:02:02 +0100" startDate="2018-04-08 00:09:20 +0100" endDate="2018-04-08 00:17:42 +0100" value="0.10534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 08:59:37 +0100" startDate="2018-04-08 07:54:37 +0100" endDate="2018-04-08 08:02:07 +0100" value="0.00283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 08:59:37 +0100" startDate="2018-04-08 08:04:48 +0100" endDate="2018-04-08 08:14:29 +0100" value="0.17228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 08:59:37 +0100" startDate="2018-04-08 08:14:29 +0100" endDate="2018-04-08 08:24:07 +0100" value="0.07916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 08:59:37 +0100" startDate="2018-04-08 08:24:07 +0100" endDate="2018-04-08 08:34:06 +0100" value="0.30439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 08:59:37 +0100" startDate="2018-04-08 08:34:06 +0100" endDate="2018-04-08 08:44:04 +0100" value="0.36421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 08:59:37 +0100" startDate="2018-04-08 08:44:04 +0100" endDate="2018-04-08 08:51:53 +0100" value="0.24724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 09:33:21 +0100" startDate="2018-04-08 08:51:53 +0100" endDate="2018-04-08 08:59:09 +0100" value="0.03081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 09:29:49 +0100" endDate="2018-04-08 09:36:10 +0100" value="0.01072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 09:36:10 +0100" endDate="2018-04-08 09:46:08 +0100" value="0.19884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 09:46:08 +0100" endDate="2018-04-08 09:56:06 +0100" value="0.848647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 09:56:06 +0100" endDate="2018-04-08 10:06:04 +0100" value="0.886611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 10:06:04 +0100" endDate="2018-04-08 10:15:33 +0100" value="0.55736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 10:15:33 +0100" endDate="2018-04-08 10:25:32 +0100" value="0.53686"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 10:25:32 +0100" endDate="2018-04-08 10:35:31 +0100" value="0.773423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 10:47:04 +0100" startDate="2018-04-08 10:35:31 +0100" endDate="2018-04-08 10:45:30 +0100" value="0.669454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 12:08:39 +0100" startDate="2018-04-08 10:45:30 +0100" endDate="2018-04-08 10:55:28 +0100" value="0.6959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 12:08:39 +0100" startDate="2018-04-08 10:55:28 +0100" endDate="2018-04-08 11:05:26 +0100" value="0.25158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 12:08:39 +0100" startDate="2018-04-08 11:05:26 +0100" endDate="2018-04-08 11:15:12 +0100" value="0.49094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 12:08:39 +0100" startDate="2018-04-08 11:48:59 +0100" endDate="2018-04-08 11:58:58 +0100" value="0.24063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 12:27:46 +0100" startDate="2018-04-08 11:58:58 +0100" endDate="2018-04-08 12:08:56 +0100" value="0.72382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 12:27:46 +0100" startDate="2018-04-08 12:08:56 +0100" endDate="2018-04-08 12:18:56 +0100" value="0.59994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 12:42:52 +0100" startDate="2018-04-08 12:18:56 +0100" endDate="2018-04-08 12:28:55 +0100" value="0.71265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 12:42:52 +0100" startDate="2018-04-08 12:28:55 +0100" endDate="2018-04-08 12:38:55 +0100" value="0.70059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 13:32:41 +0100" startDate="2018-04-08 12:38:55 +0100" endDate="2018-04-08 12:48:50 +0100" value="0.65036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 13:32:41 +0100" startDate="2018-04-08 12:52:25 +0100" endDate="2018-04-08 12:59:01 +0100" value="0.03022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 13:39:39 +0100" endDate="2018-04-08 13:49:38 +0100" value="0.25562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 13:49:38 +0100" endDate="2018-04-08 13:59:36 +0100" value="0.39365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 13:59:36 +0100" endDate="2018-04-08 14:09:34 +0100" value="0.15061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 14:09:34 +0100" endDate="2018-04-08 14:18:10 +0100" value="0.23242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 14:18:10 +0100" endDate="2018-04-08 14:25:51 +0100" value="0.20766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 14:25:51 +0100" endDate="2018-04-08 14:35:50 +0100" value="0.26974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 15:10:29 +0100" startDate="2018-04-08 14:35:50 +0100" endDate="2018-04-08 14:43:08 +0100" value="0.27031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 16:11:27 +0100" startDate="2018-04-08 15:16:56 +0100" endDate="2018-04-08 15:23:09 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 16:11:27 +0100" startDate="2018-04-08 15:40:56 +0100" endDate="2018-04-08 15:50:38 +0100" value="0.21966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 16:11:27 +0100" startDate="2018-04-08 15:50:38 +0100" endDate="2018-04-08 15:58:41 +0100" value="0.15553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 17:15:52 +0100" startDate="2018-04-08 16:07:29 +0100" endDate="2018-04-08 16:13:50 +0100" value="0.0015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 18:17:51 +0100" startDate="2018-04-08 17:26:14 +0100" endDate="2018-04-08 17:36:14 +0100" value="0.00584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 18:17:51 +0100" startDate="2018-04-08 17:36:14 +0100" endDate="2018-04-08 17:44:53 +0100" value="0.36561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 18:17:51 +0100" startDate="2018-04-08 17:44:53 +0100" endDate="2018-04-08 17:50:16 +0100" value="0.17099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 19:40:25 +0100" startDate="2018-04-08 18:41:57 +0100" endDate="2018-04-08 18:51:56 +0100" value="0.06115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 19:40:25 +0100" startDate="2018-04-08 18:51:56 +0100" endDate="2018-04-08 18:53:43 +0100" value="0.03055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 19:40:25 +0100" startDate="2018-04-08 19:12:06 +0100" endDate="2018-04-08 19:22:04 +0100" value="0.23597"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 19:40:25 +0100" startDate="2018-04-08 19:22:04 +0100" endDate="2018-04-08 19:32:03 +0100" value="0.41441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 20:41:08 +0100" startDate="2018-04-08 19:32:03 +0100" endDate="2018-04-08 19:39:29 +0100" value="0.49469"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-08 20:41:08 +0100" startDate="2018-04-08 20:06:57 +0100" endDate="2018-04-08 20:13:35 +0100" value="0.01999"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 06:44:49 +0100" startDate="2018-04-09 06:33:05 +0100" endDate="2018-04-09 06:42:50 +0100" value="0.06364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 07:41:00 +0100" startDate="2018-04-09 06:42:50 +0100" endDate="2018-04-09 06:52:49 +0100" value="0.03787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 07:41:00 +0100" startDate="2018-04-09 06:52:49 +0100" endDate="2018-04-09 07:02:47 +0100" value="0.51022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 07:41:00 +0100" startDate="2018-04-09 07:02:47 +0100" endDate="2018-04-09 07:11:27 +0100" value="0.59842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 07:41:00 +0100" startDate="2018-04-09 07:11:27 +0100" endDate="2018-04-09 07:21:26 +0100" value="0.1054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 07:41:00 +0100" startDate="2018-04-09 07:21:26 +0100" endDate="2018-04-09 07:23:48 +0100" value="0.05107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 08:41:55 +0100" startDate="2018-04-09 07:54:52 +0100" endDate="2018-04-09 08:04:50 +0100" value="0.07621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 08:41:55 +0100" startDate="2018-04-09 08:04:50 +0100" endDate="2018-04-09 08:07:38 +0100" value="0.03327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 09:46:17 +0100" startDate="2018-04-09 09:12:26 +0100" endDate="2018-04-09 09:21:22 +0100" value="0.03575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 09:46:17 +0100" startDate="2018-04-09 09:22:20 +0100" endDate="2018-04-09 09:32:04 +0100" value="0.04375"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 10:41:58 +0100" startDate="2018-04-09 09:55:41 +0100" endDate="2018-04-09 10:02:07 +0100" value="0.02451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 10:41:58 +0100" startDate="2018-04-09 10:02:41 +0100" endDate="2018-04-09 10:11:34 +0100" value="0.02075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 11:43:59 +0100" startDate="2018-04-09 10:43:01 +0100" endDate="2018-04-09 10:52:38 +0100" value="0.04181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 11:43:59 +0100" startDate="2018-04-09 10:52:38 +0100" endDate="2018-04-09 11:02:36 +0100" value="0.17851"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 11:43:59 +0100" startDate="2018-04-09 11:02:36 +0100" endDate="2018-04-09 11:09:03 +0100" value="0.4226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 12:41:45 +0100" startDate="2018-04-09 11:46:47 +0100" endDate="2018-04-09 11:56:46 +0100" value="0.13494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 12:41:45 +0100" startDate="2018-04-09 11:56:46 +0100" endDate="2018-04-09 12:06:14 +0100" value="0.39584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 12:41:45 +0100" startDate="2018-04-09 12:06:14 +0100" endDate="2018-04-09 12:09:52 +0100" value="0.02476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 12:41:45 +0100" startDate="2018-04-09 12:11:58 +0100" endDate="2018-04-09 12:21:57 +0100" value="0.08929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 12:41:45 +0100" startDate="2018-04-09 12:21:57 +0100" endDate="2018-04-09 12:31:57 +0100" value="0.50305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 13:45:22 +0100" startDate="2018-04-09 12:31:57 +0100" endDate="2018-04-09 12:33:23 +0100" value="0.03932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 15:30:49 +0100" endDate="2018-04-09 15:40:49 +0100" value="0.26267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 15:40:49 +0100" endDate="2018-04-09 15:50:14 +0100" value="0.32424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 15:50:14 +0100" endDate="2018-04-09 16:00:02 +0100" value="0.13511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 16:00:02 +0100" endDate="2018-04-09 16:02:33 +0100" value="0.04632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 16:08:17 +0100" endDate="2018-04-09 16:15:16 +0100" value="0.03331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 16:19:03 +0100" endDate="2018-04-09 16:29:02 +0100" value="0.04951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 16:49:08 +0100" startDate="2018-04-09 16:29:02 +0100" endDate="2018-04-09 16:38:34 +0100" value="0.01259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 18:40:55 +0100" startDate="2018-04-09 17:47:32 +0100" endDate="2018-04-09 17:57:31 +0100" value="0.04578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 18:40:55 +0100" startDate="2018-04-09 17:57:31 +0100" endDate="2018-04-09 18:06:51 +0100" value="0.57399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 18:40:55 +0100" startDate="2018-04-09 18:06:51 +0100" endDate="2018-04-09 18:16:51 +0100" value="0.541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 18:40:55 +0100" startDate="2018-04-09 18:16:51 +0100" endDate="2018-04-09 18:19:54 +0100" value="0.15938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 20:45:13 +0100" startDate="2018-04-09 19:51:21 +0100" endDate="2018-04-09 19:59:59 +0100" value="0.06734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 22:41:12 +0100" startDate="2018-04-09 21:56:40 +0100" endDate="2018-04-09 22:05:46 +0100" value="0.14705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 22:41:12 +0100" startDate="2018-04-09 22:05:46 +0100" endDate="2018-04-09 22:15:44 +0100" value="0.83999"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 22:41:12 +0100" startDate="2018-04-09 22:15:44 +0100" endDate="2018-04-09 22:25:44 +0100" value="0.66148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-09 22:41:12 +0100" startDate="2018-04-09 22:25:44 +0100" endDate="2018-04-09 22:33:23 +0100" value="0.50192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 06:42:45 +0100" startDate="2018-04-10 06:03:49 +0100" endDate="2018-04-10 06:13:23 +0100" value="0.0591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 06:42:45 +0100" startDate="2018-04-10 06:13:23 +0100" endDate="2018-04-10 06:23:20 +0100" value="0.14378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 06:42:45 +0100" startDate="2018-04-10 06:23:20 +0100" endDate="2018-04-10 06:33:19 +0100" value="0.63523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 07:44:37 +0100" startDate="2018-04-10 06:33:19 +0100" endDate="2018-04-10 06:42:05 +0100" value="0.70287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 07:44:37 +0100" startDate="2018-04-10 06:42:05 +0100" endDate="2018-04-10 06:50:25 +0100" value="0.04956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 07:44:37 +0100" startDate="2018-04-10 06:50:25 +0100" endDate="2018-04-10 06:56:33 +0100" value="0.02172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 08:44:13 +0100" startDate="2018-04-10 08:17:20 +0100" endDate="2018-04-10 08:26:24 +0100" value="0.04963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 08:44:13 +0100" startDate="2018-04-10 08:26:24 +0100" endDate="2018-04-10 08:31:53 +0100" value="0.04657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 09:40:32 +0100" startDate="2018-04-10 08:48:46 +0100" endDate="2018-04-10 08:58:22 +0100" value="0.038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 09:40:32 +0100" startDate="2018-04-10 08:58:22 +0100" endDate="2018-04-10 09:05:10 +0100" value="0.04528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 09:40:32 +0100" startDate="2018-04-10 09:07:54 +0100" endDate="2018-04-10 09:14:32 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 10:43:27 +0100" startDate="2018-04-10 10:23:03 +0100" endDate="2018-04-10 10:32:35 +0100" value="0.06536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 10:43:27 +0100" startDate="2018-04-10 10:32:35 +0100" endDate="2018-04-10 10:42:33 +0100" value="0.48282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 11:45:15 +0100" startDate="2018-04-10 10:42:33 +0100" endDate="2018-04-10 10:50:22 +0100" value="0.24527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 11:45:15 +0100" startDate="2018-04-10 11:03:30 +0100" endDate="2018-04-10 11:13:29 +0100" value="0.25474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 11:45:15 +0100" startDate="2018-04-10 11:13:29 +0100" endDate="2018-04-10 11:23:28 +0100" value="0.47835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 11:45:15 +0100" startDate="2018-04-10 11:23:28 +0100" endDate="2018-04-10 11:26:04 +0100" value="0.02475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 12:44:02 +0100" startDate="2018-04-10 11:35:26 +0100" endDate="2018-04-10 11:44:47 +0100" value="0.0338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 12:44:02 +0100" startDate="2018-04-10 12:15:42 +0100" endDate="2018-04-10 12:21:25 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 14:43:06 +0100" startDate="2018-04-10 13:53:54 +0100" endDate="2018-04-10 14:00:40 +0100" value="0.03407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 14:43:06 +0100" startDate="2018-04-10 14:00:40 +0100" endDate="2018-04-10 14:09:47 +0100" value="0.22175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 14:43:06 +0100" startDate="2018-04-10 14:24:07 +0100" endDate="2018-04-10 14:32:39 +0100" value="0.17096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 16:41:49 +0100" startDate="2018-04-10 15:39:00 +0100" endDate="2018-04-10 15:48:33 +0100" value="0.17317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 16:41:49 +0100" startDate="2018-04-10 15:48:33 +0100" endDate="2018-04-10 15:57:41 +0100" value="0.00789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 16:41:49 +0100" startDate="2018-04-10 15:57:41 +0100" endDate="2018-04-10 16:06:16 +0100" value="0.02379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 16:41:49 +0100" startDate="2018-04-10 16:10:14 +0100" endDate="2018-04-10 16:20:13 +0100" value="0.2"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 16:41:49 +0100" startDate="2018-04-10 16:20:13 +0100" endDate="2018-04-10 16:30:12 +0100" value="0.82134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 16:41:49 +0100" startDate="2018-04-10 16:30:12 +0100" endDate="2018-04-10 16:40:04 +0100" value="0.28734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 17:48:16 +0100" startDate="2018-04-10 16:40:04 +0100" endDate="2018-04-10 16:44:13 +0100" value="0.00561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 17:48:16 +0100" startDate="2018-04-10 16:52:37 +0100" endDate="2018-04-10 17:02:28 +0100" value="0.14248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 17:48:16 +0100" startDate="2018-04-10 17:02:28 +0100" endDate="2018-04-10 17:12:24 +0100" value="0.28098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 17:48:16 +0100" startDate="2018-04-10 17:12:24 +0100" endDate="2018-04-10 17:22:22 +0100" value="0.34351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 17:48:16 +0100" startDate="2018-04-10 17:22:22 +0100" endDate="2018-04-10 17:31:43 +0100" value="0.11276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 17:48:16 +0100" startDate="2018-04-10 17:31:43 +0100" endDate="2018-04-10 17:41:42 +0100" value="0.39902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 18:40:27 +0100" startDate="2018-04-10 17:41:42 +0100" endDate="2018-04-10 17:48:26 +0100" value="0.12806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 18:40:27 +0100" startDate="2018-04-10 17:48:26 +0100" endDate="2018-04-10 17:58:23 +0100" value="0.26119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 18:40:27 +0100" startDate="2018-04-10 17:58:23 +0100" endDate="2018-04-10 18:03:39 +0100" value="0.17278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 18:40:27 +0100" startDate="2018-04-10 18:07:57 +0100" endDate="2018-04-10 18:17:39 +0100" value="0.15643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 18:40:27 +0100" startDate="2018-04-10 18:17:39 +0100" endDate="2018-04-10 18:22:50 +0100" value="0.20811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 18:40:27 +0100" startDate="2018-04-10 18:22:50 +0100" endDate="2018-04-10 18:28:41 +0100" value="0.053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 19:45:56 +0100" startDate="2018-04-10 18:28:41 +0100" endDate="2018-04-10 18:38:40 +0100" value="0.01951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 19:45:56 +0100" startDate="2018-04-10 18:38:40 +0100" endDate="2018-04-10 18:48:16 +0100" value="0.38723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 19:45:56 +0100" startDate="2018-04-10 18:48:16 +0100" endDate="2018-04-10 18:56:48 +0100" value="0.07848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 19:45:56 +0100" startDate="2018-04-10 18:56:48 +0100" endDate="2018-04-10 19:04:52 +0100" value="0.04003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 20:42:55 +0100" startDate="2018-04-10 20:23:16 +0100" endDate="2018-04-10 20:29:57 +0100" value="0.01454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-10 21:48:06 +0100" startDate="2018-04-10 20:49:01 +0100" endDate="2018-04-10 20:55:11 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 06:47:54 +0100" startDate="2018-04-11 06:04:49 +0100" endDate="2018-04-11 06:14:01 +0100" value="0.03765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 06:47:54 +0100" startDate="2018-04-11 06:14:01 +0100" endDate="2018-04-11 06:20:26 +0100" value="0.01095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 06:47:54 +0100" startDate="2018-04-11 06:22:35 +0100" endDate="2018-04-11 06:28:52 +0100" value="0.0132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 07:47:33 +0100" startDate="2018-04-11 06:45:51 +0100" endDate="2018-04-11 06:51:56 +0100" value="0.00776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 07:47:33 +0100" startDate="2018-04-11 06:55:51 +0100" endDate="2018-04-11 07:03:03 +0100" value="0.04686"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 07:47:33 +0100" startDate="2018-04-11 07:06:39 +0100" endDate="2018-04-11 07:16:02 +0100" value="0.23249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 07:47:33 +0100" startDate="2018-04-11 07:16:02 +0100" endDate="2018-04-11 07:22:53 +0100" value="0.50335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 09:44:46 +0100" startDate="2018-04-11 08:37:51 +0100" endDate="2018-04-11 08:47:50 +0100" value="0.04146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 09:44:46 +0100" startDate="2018-04-11 08:47:50 +0100" endDate="2018-04-11 08:55:46 +0100" value="0.00873"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 09:44:46 +0100" startDate="2018-04-11 09:01:32 +0100" endDate="2018-04-11 09:09:14 +0100" value="0.03134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 09:44:46 +0100" startDate="2018-04-11 09:14:54 +0100" endDate="2018-04-11 09:21:38 +0100" value="0.03505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 09:44:46 +0100" startDate="2018-04-11 09:23:37 +0100" endDate="2018-04-11 09:29:42 +0100" value="0.01238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 09:44:46 +0100" startDate="2018-04-11 09:31:06 +0100" endDate="2018-04-11 09:40:52 +0100" value="0.06637"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 10:29:36 +0100" startDate="2018-04-11 09:40:52 +0100" endDate="2018-04-11 09:50:51 +0100" value="0.00735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 10:29:36 +0100" startDate="2018-04-11 09:50:51 +0100" endDate="2018-04-11 09:55:43 +0100" value="0.01107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 11:27:48 +0100" startDate="2018-04-11 10:25:51 +0100" endDate="2018-04-11 10:35:50 +0100" value="0.30993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 11:27:48 +0100" startDate="2018-04-11 10:35:50 +0100" endDate="2018-04-11 10:44:16 +0100" value="0.43615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 11:27:48 +0100" startDate="2018-04-11 11:05:54 +0100" endDate="2018-04-11 11:15:53 +0100" value="0.29308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 11:27:48 +0100" startDate="2018-04-11 11:15:53 +0100" endDate="2018-04-11 11:25:52 +0100" value="0.34453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 12:26:09 +0100" startDate="2018-04-11 11:25:52 +0100" endDate="2018-04-11 11:30:51 +0100" value="0.19387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 12:26:09 +0100" startDate="2018-04-11 11:52:11 +0100" endDate="2018-04-11 11:59:58 +0100" value="0.02664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 12:26:09 +0100" startDate="2018-04-11 11:59:58 +0100" endDate="2018-04-11 12:05:15 +0100" value="0.01916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 13:16:13 +0100" startDate="2018-04-11 12:24:11 +0100" endDate="2018-04-11 12:32:34 +0100" value="0.20797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 13:16:13 +0100" startDate="2018-04-11 12:32:34 +0100" endDate="2018-04-11 12:41:27 +0100" value="0.01521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 13:16:13 +0100" startDate="2018-04-11 12:41:27 +0100" endDate="2018-04-11 12:51:11 +0100" value="0.0209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 13:16:13 +0100" startDate="2018-04-11 12:51:11 +0100" endDate="2018-04-11 13:01:09 +0100" value="0.48875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 13:16:13 +0100" startDate="2018-04-11 13:01:09 +0100" endDate="2018-04-11 13:07:59 +0100" value="0.31512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 14:25:49 +0100" startDate="2018-04-11 13:17:57 +0100" endDate="2018-04-11 13:27:56 +0100" value="0.64836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 14:25:49 +0100" startDate="2018-04-11 13:27:56 +0100" endDate="2018-04-11 13:35:42 +0100" value="0.03154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 15:28:49 +0100" startDate="2018-04-11 14:56:06 +0100" endDate="2018-04-11 15:06:06 +0100" value="0.09198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 15:28:49 +0100" startDate="2018-04-11 15:06:06 +0100" endDate="2018-04-11 15:08:29 +0100" value="0.06386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 17:00:50 +0100" startDate="2018-04-11 15:33:24 +0100" endDate="2018-04-11 15:40:18 +0100" value="0.02573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 17:00:50 +0100" startDate="2018-04-11 15:40:18 +0100" endDate="2018-04-11 15:50:11 +0100" value="0.13612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 17:00:50 +0100" startDate="2018-04-11 15:50:11 +0100" endDate="2018-04-11 16:00:10 +0100" value="0.61065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 17:00:50 +0100" startDate="2018-04-11 16:00:10 +0100" endDate="2018-04-11 16:10:09 +0100" value="0.1783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 17:26:59 +0100" startDate="2018-04-11 17:03:14 +0100" endDate="2018-04-11 17:10:07 +0100" value="0.03288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 17:26:59 +0100" startDate="2018-04-11 17:11:48 +0100" endDate="2018-04-11 17:21:47 +0100" value="0.22185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 18:29:22 +0100" startDate="2018-04-11 17:21:47 +0100" endDate="2018-04-11 17:30:05 +0100" value="0.32696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 18:29:22 +0100" startDate="2018-04-11 17:30:05 +0100" endDate="2018-04-11 17:34:50 +0100" value="0.03562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 18:29:22 +0100" startDate="2018-04-11 18:03:08 +0100" endDate="2018-04-11 18:12:16 +0100" value="0.10131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 18:29:22 +0100" startDate="2018-04-11 18:12:16 +0100" endDate="2018-04-11 18:21:13 +0100" value="0.03127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 19:27:09 +0100" startDate="2018-04-11 18:32:26 +0100" endDate="2018-04-11 18:39:09 +0100" value="0.03821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 19:27:09 +0100" startDate="2018-04-11 18:39:09 +0100" endDate="2018-04-11 18:44:58 +0100" value="0.01088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 21:26:35 +0100" startDate="2018-04-11 20:28:07 +0100" endDate="2018-04-11 20:38:06 +0100" value="0.28033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 21:26:35 +0100" startDate="2018-04-11 20:38:06 +0100" endDate="2018-04-11 20:40:59 +0100" value="0.10481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-11 21:26:35 +0100" startDate="2018-04-11 21:04:52 +0100" endDate="2018-04-11 21:13:38 +0100" value="0.03149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 06:28:38 +0100" startDate="2018-04-12 06:07:53 +0100" endDate="2018-04-12 06:17:36 +0100" value="0.04585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 06:28:38 +0100" startDate="2018-04-12 06:17:36 +0100" endDate="2018-04-12 06:27:34 +0100" value="0.05658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 07:32:50 +0100" startDate="2018-04-12 06:27:34 +0100" endDate="2018-04-12 06:33:23 +0100" value="0.10304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 07:32:50 +0100" startDate="2018-04-12 06:40:57 +0100" endDate="2018-04-12 06:48:16 +0100" value="0.02672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 07:32:50 +0100" startDate="2018-04-12 06:48:16 +0100" endDate="2018-04-12 06:57:42 +0100" value="0.30002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 07:32:50 +0100" startDate="2018-04-12 06:57:42 +0100" endDate="2018-04-12 07:07:20 +0100" value="0.15305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 07:32:50 +0100" startDate="2018-04-12 07:07:20 +0100" endDate="2018-04-12 07:17:18 +0100" value="0.15023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 07:32:50 +0100" startDate="2018-04-12 07:17:18 +0100" endDate="2018-04-12 07:27:16 +0100" value="0.25853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 08:26:09 +0100" startDate="2018-04-12 07:27:16 +0100" endDate="2018-04-12 07:36:47 +0100" value="0.40862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 08:26:09 +0100" startDate="2018-04-12 07:41:15 +0100" endDate="2018-04-12 07:50:26 +0100" value="0.08175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 08:26:09 +0100" startDate="2018-04-12 07:50:26 +0100" endDate="2018-04-12 07:56:27 +0100" value="0.03004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 11:25:49 +0100" startDate="2018-04-12 10:24:44 +0100" endDate="2018-04-12 10:33:46 +0100" value="0.06729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 11:25:49 +0100" startDate="2018-04-12 10:33:46 +0100" endDate="2018-04-12 10:41:12 +0100" value="0.29628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 11:25:49 +0100" startDate="2018-04-12 10:45:55 +0100" endDate="2018-04-12 10:53:35 +0100" value="0.04504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 11:25:49 +0100" startDate="2018-04-12 11:11:09 +0100" endDate="2018-04-12 11:21:08 +0100" value="0.12271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 12:25:49 +0100" startDate="2018-04-12 11:21:08 +0100" endDate="2018-04-12 11:29:01 +0100" value="0.30287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 12:25:49 +0100" startDate="2018-04-12 11:29:01 +0100" endDate="2018-04-12 11:35:34 +0100" value="0.08412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 13:53:50 +0100" startDate="2018-04-12 13:12:50 +0100" endDate="2018-04-12 13:18:58 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 14:30:02 +0100" startDate="2018-04-12 14:03:10 +0100" endDate="2018-04-12 14:10:06 +0100" value="0.02471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 14:30:02 +0100" startDate="2018-04-12 14:14:42 +0100" endDate="2018-04-12 14:24:10 +0100" value="0.0546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 15:26:10 +0100" startDate="2018-04-12 15:08:12 +0100" endDate="2018-04-12 15:17:08 +0100" value="0.01189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 16:26:20 +0100" startDate="2018-04-12 15:17:08 +0100" endDate="2018-04-12 15:24:03 +0100" value="0.37542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 16:26:20 +0100" startDate="2018-04-12 15:24:03 +0100" endDate="2018-04-12 15:33:57 +0100" value="0.35746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 16:26:20 +0100" startDate="2018-04-12 15:33:57 +0100" endDate="2018-04-12 15:43:40 +0100" value="0.30604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 16:26:20 +0100" startDate="2018-04-12 15:43:40 +0100" endDate="2018-04-12 15:53:39 +0100" value="0.33815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 16:26:20 +0100" startDate="2018-04-12 15:53:39 +0100" endDate="2018-04-12 16:03:39 +0100" value="0.2514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 16:26:20 +0100" startDate="2018-04-12 16:03:39 +0100" endDate="2018-04-12 16:07:54 +0100" value="0.07653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 17:25:51 +0100" startDate="2018-04-12 16:57:15 +0100" endDate="2018-04-12 17:03:28 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 19:27:00 +0100" startDate="2018-04-12 18:49:22 +0100" endDate="2018-04-12 18:57:28 +0100" value="0.07713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 19:27:00 +0100" startDate="2018-04-12 18:57:28 +0100" endDate="2018-04-12 19:07:20 +0100" value="0.1398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 19:27:00 +0100" startDate="2018-04-12 19:07:20 +0100" endDate="2018-04-12 19:13:00 +0100" value="0.07953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-12 23:12:57 +0100" startDate="2018-04-12 23:02:08 +0100" endDate="2018-04-12 23:09:22 +0100" value="0.0267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 00:09:27 +0100" startDate="2018-04-12 23:44:20 +0100" endDate="2018-04-12 23:50:40 +0100" value="0.0046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 00:09:27 +0100" startDate="2018-04-12 23:50:40 +0100" endDate="2018-04-12 23:54:57 +0100" value="0.02799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 01:08:55 +0100" startDate="2018-04-13 00:06:09 +0100" endDate="2018-04-13 00:12:49 +0100" value="0.00292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 01:08:55 +0100" startDate="2018-04-13 00:22:59 +0100" endDate="2018-04-13 00:29:09 +0100" value="0.0144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 01:08:55 +0100" startDate="2018-04-13 00:29:09 +0100" endDate="2018-04-13 00:38:34 +0100" value="0.01683"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 01:08:55 +0100" startDate="2018-04-13 00:38:34 +0100" endDate="2018-04-13 00:46:55 +0100" value="0.09113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 01:08:55 +0100" startDate="2018-04-13 00:46:55 +0100" endDate="2018-04-13 00:56:54 +0100" value="0.59263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 01:08:55 +0100" startDate="2018-04-13 00:56:54 +0100" endDate="2018-04-13 01:06:51 +0100" value="0.14798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 01:56:23 +0100" startDate="2018-04-13 01:06:51 +0100" endDate="2018-04-13 01:16:45 +0100" value="0.38461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 01:56:23 +0100" startDate="2018-04-13 01:16:45 +0100" endDate="2018-04-13 01:26:37 +0100" value="0.37485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 01:56:23 +0100" startDate="2018-04-13 01:26:37 +0100" endDate="2018-04-13 01:36:35 +0100" value="0.13269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cfee90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 01:56:23 +0100" startDate="2018-04-13 01:36:35 +0100" endDate="2018-04-13 01:46:33 +0100" value="0.30305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 01:46:33 +0100" endDate="2018-04-13 01:56:30 +0100" value="0.32653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 01:56:30 +0100" endDate="2018-04-13 02:06:27 +0100" value="0.38694"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 02:06:27 +0100" endDate="2018-04-13 02:15:23 +0100" value="0.21005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 02:16:53 +0100" endDate="2018-04-13 02:26:52 +0100" value="0.19561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 02:26:52 +0100" endDate="2018-04-13 02:34:50 +0100" value="0.13722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 02:40:54 +0100" endDate="2018-04-13 02:50:53 +0100" value="0.0705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 03:03:43 +0100" startDate="2018-04-13 02:50:53 +0100" endDate="2018-04-13 03:00:49 +0100" value="0.21809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 03:27:44 +0100" startDate="2018-04-13 03:00:49 +0100" endDate="2018-04-13 03:10:47 +0100" value="0.35195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 03:27:44 +0100" startDate="2018-04-13 03:10:47 +0100" endDate="2018-04-13 03:20:14 +0100" value="0.25689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 04:28:55 +0100" startDate="2018-04-13 03:20:14 +0100" endDate="2018-04-13 03:28:53 +0100" value="0.07421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 04:28:55 +0100" startDate="2018-04-13 03:28:53 +0100" endDate="2018-04-13 03:38:52 +0100" value="0.40195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 04:28:55 +0100" startDate="2018-04-13 03:38:52 +0100" endDate="2018-04-13 03:48:50 +0100" value="0.74972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 04:28:55 +0100" startDate="2018-04-13 03:48:50 +0100" endDate="2018-04-13 03:58:49 +0100" value="0.67512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 04:28:55 +0100" startDate="2018-04-13 03:58:49 +0100" endDate="2018-04-13 04:08:47 +0100" value="0.48653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 04:28:55 +0100" startDate="2018-04-13 04:08:47 +0100" endDate="2018-04-13 04:18:46 +0100" value="0.86322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 04:28:55 +0100" startDate="2018-04-13 04:18:46 +0100" endDate="2018-04-13 04:28:41 +0100" value="0.56222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 05:27:30 +0100" startDate="2018-04-13 04:28:41 +0100" endDate="2018-04-13 04:38:18 +0100" value="0.05279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 05:27:30 +0100" startDate="2018-04-13 04:38:18 +0100" endDate="2018-04-13 04:42:41 +0100" value="0.06585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 10:26:32 +0100" startDate="2018-04-13 09:27:30 +0100" endDate="2018-04-13 09:34:00 +0100" value="0.00777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 10:26:32 +0100" startDate="2018-04-13 09:34:00 +0100" endDate="2018-04-13 09:40:17 +0100" value="0.01662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 11:32:01 +0100" startDate="2018-04-13 10:43:32 +0100" endDate="2018-04-13 10:52:08 +0100" value="0.02096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 14:05:45 +0100" startDate="2018-04-13 12:31:54 +0100" endDate="2018-04-13 12:38:20 +0100" value="0.00548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 14:05:45 +0100" startDate="2018-04-13 12:43:38 +0100" endDate="2018-04-13 12:49:43 +0100" value="0.008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 14:05:45 +0100" startDate="2018-04-13 13:04:14 +0100" endDate="2018-04-13 13:10:29 +0100" value="0.0008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 14:05:45 +0100" startDate="2018-04-13 13:10:29 +0100" endDate="2018-04-13 13:15:11 +0100" value="0.00546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 14:05:45 +0100" startDate="2018-04-13 13:31:57 +0100" endDate="2018-04-13 13:40:55 +0100" value="0.00983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 14:05:45 +0100" startDate="2018-04-13 13:52:49 +0100" endDate="2018-04-13 14:01:15 +0100" value="0.02005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 14:26:04 +0100" startDate="2018-04-13 14:01:15 +0100" endDate="2018-04-13 14:10:37 +0100" value="0.03465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 14:26:04 +0100" startDate="2018-04-13 14:11:58 +0100" endDate="2018-04-13 14:21:57 +0100" value="0.07809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 15:28:58 +0100" startDate="2018-04-13 14:21:57 +0100" endDate="2018-04-13 14:27:00 +0100" value="0.10579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 16:27:57 +0100" startDate="2018-04-13 15:30:16 +0100" endDate="2018-04-13 15:39:51 +0100" value="0.05455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 16:27:57 +0100" startDate="2018-04-13 15:39:51 +0100" endDate="2018-04-13 15:48:59 +0100" value="0.08773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 16:27:57 +0100" startDate="2018-04-13 15:52:33 +0100" endDate="2018-04-13 16:00:40 +0100" value="0.03656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 16:27:57 +0100" startDate="2018-04-13 16:15:02 +0100" endDate="2018-04-13 16:22:05 +0100" value="0.0192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 17:34:10 +0100" startDate="2018-04-13 16:22:05 +0100" endDate="2018-04-13 16:30:10 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 17:34:10 +0100" startDate="2018-04-13 16:30:10 +0100" endDate="2018-04-13 16:38:05 +0100" value="0.13859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 18:26:17 +0100" startDate="2018-04-13 17:28:16 +0100" endDate="2018-04-13 17:36:21 +0100" value="0.04235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 23:11:54 +0100" startDate="2018-04-13 21:49:40 +0100" endDate="2018-04-13 21:58:05 +0100" value="0.04579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.2.6" device="&lt;&lt;HKDevice: 0x303cff750&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.2.6, creation date:2018-02-27 19:22:01 +0000&gt;" unit="km" creationDate="2018-04-13 23:11:54 +0100" startDate="2018-04-13 22:17:49 +0100" endDate="2018-04-13 22:27:20 +0100" value="0.04535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 08:26:46 +0100" startDate="2018-04-14 07:37:52 +0100" endDate="2018-04-14 07:46:09 +0100" value="0.0079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 08:26:46 +0100" startDate="2018-04-14 07:46:09 +0100" endDate="2018-04-14 07:52:40 +0100" value="0.04873"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 09:27:09 +0100" startDate="2018-04-14 08:18:25 +0100" endDate="2018-04-14 08:26:48 +0100" value="0.01204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 09:27:09 +0100" startDate="2018-04-14 08:28:09 +0100" endDate="2018-04-14 08:34:34 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 09:27:09 +0100" startDate="2018-04-14 08:42:44 +0100" endDate="2018-04-14 08:52:43 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 09:27:09 +0100" startDate="2018-04-14 08:52:43 +0100" endDate="2018-04-14 08:59:59 +0100" value="0.03552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 09:27:09 +0100" startDate="2018-04-14 09:06:01 +0100" endDate="2018-04-14 09:12:47 +0100" value="0.04286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 09:39:14 +0100" endDate="2018-04-14 09:45:52 +0100" value="0.00454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 09:45:52 +0100" endDate="2018-04-14 09:55:05 +0100" value="0.02518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 09:55:05 +0100" endDate="2018-04-14 10:05:03 +0100" value="0.12031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 10:05:03 +0100" endDate="2018-04-14 10:05:29 +0100" value="0.01047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 10:13:32 +0100" endDate="2018-04-14 10:20:05 +0100" value="0.02401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 10:22:16 +0100" endDate="2018-04-14 10:32:15 +0100" value="0.10161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 10:43:03 +0100" startDate="2018-04-14 10:32:15 +0100" endDate="2018-04-14 10:36:07 +0100" value="0.06777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 12:27:24 +0100" startDate="2018-04-14 12:06:00 +0100" endDate="2018-04-14 12:16:00 +0100" value="0.13211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 12:27:24 +0100" startDate="2018-04-14 12:16:00 +0100" endDate="2018-04-14 12:25:22 +0100" value="0.30082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 13:28:11 +0100" startDate="2018-04-14 12:25:22 +0100" endDate="2018-04-14 12:35:20 +0100" value="0.28868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 13:28:11 +0100" startDate="2018-04-14 12:35:20 +0100" endDate="2018-04-14 12:45:11 +0100" value="0.40102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 13:28:11 +0100" startDate="2018-04-14 12:45:11 +0100" endDate="2018-04-14 12:55:10 +0100" value="0.34244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 13:28:11 +0100" startDate="2018-04-14 12:55:10 +0100" endDate="2018-04-14 13:05:09 +0100" value="0.59297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 13:28:11 +0100" startDate="2018-04-14 13:05:09 +0100" endDate="2018-04-14 13:14:49 +0100" value="0.64028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 13:28:11 +0100" startDate="2018-04-14 13:14:49 +0100" endDate="2018-04-14 13:24:47 +0100" value="0.29932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 14:27:41 +0100" startDate="2018-04-14 13:24:47 +0100" endDate="2018-04-14 13:34:21 +0100" value="0.33884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 14:27:41 +0100" startDate="2018-04-14 13:34:21 +0100" endDate="2018-04-14 13:41:36 +0100" value="0.0746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 14:27:41 +0100" startDate="2018-04-14 13:41:36 +0100" endDate="2018-04-14 13:50:09 +0100" value="0.07176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 14:27:41 +0100" startDate="2018-04-14 14:14:09 +0100" endDate="2018-04-14 14:22:19 +0100" value="0.0151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 14:22:19 +0100" endDate="2018-04-14 14:30:02 +0100" value="0.04047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 14:30:02 +0100" endDate="2018-04-14 14:37:04 +0100" value="0.09663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 14:40:34 +0100" endDate="2018-04-14 14:48:59 +0100" value="0.02521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 14:48:59 +0100" endDate="2018-04-14 14:58:30 +0100" value="0.04386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 14:58:30 +0100" endDate="2018-04-14 15:07:29 +0100" value="0.13526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 15:08:26 +0100" endDate="2018-04-14 15:18:24 +0100" value="0.06413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 15:29:53 +0100" startDate="2018-04-14 15:18:24 +0100" endDate="2018-04-14 15:28:20 +0100" value="0.14541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 16:27:26 +0100" startDate="2018-04-14 15:28:20 +0100" endDate="2018-04-14 15:38:08 +0100" value="0.1568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 18:28:11 +0100" startDate="2018-04-14 18:08:27 +0100" endDate="2018-04-14 18:18:03 +0100" value="0.05416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 18:28:11 +0100" startDate="2018-04-14 18:18:03 +0100" endDate="2018-04-14 18:23:46 +0100" value="0.05989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 19:28:40 +0100" startDate="2018-04-14 18:35:46 +0100" endDate="2018-04-14 18:45:29 +0100" value="0.07124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 19:28:40 +0100" startDate="2018-04-14 18:45:29 +0100" endDate="2018-04-14 18:55:28 +0100" value="0.424012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 19:28:40 +0100" startDate="2018-04-14 18:55:28 +0100" endDate="2018-04-14 19:04:41 +0100" value="0.120514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 21:13:45 +0100" startDate="2018-04-14 20:55:03 +0100" endDate="2018-04-14 21:04:55 +0100" value="0.11581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 21:48:27 +0100" startDate="2018-04-14 21:14:33 +0100" endDate="2018-04-14 21:24:32 +0100" value="0.27849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 21:48:27 +0100" startDate="2018-04-14 21:24:32 +0100" endDate="2018-04-14 21:34:30 +0100" value="0.74997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 21:48:27 +0100" startDate="2018-04-14 21:34:30 +0100" endDate="2018-04-14 21:44:18 +0100" value="0.10138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-14 23:36:28 +0100" startDate="2018-04-14 23:09:33 +0100" endDate="2018-04-14 23:16:55 +0100" value="0.02645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 00:31:40 +0100" startDate="2018-04-14 23:30:24 +0100" endDate="2018-04-14 23:36:49 +0100" value="0.0009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 10:48:55 +0100" startDate="2018-04-15 10:28:14 +0100" endDate="2018-04-15 10:34:44 +0100" value="0.00868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 11:41:10 +0100" startDate="2018-04-15 10:42:57 +0100" endDate="2018-04-15 10:50:34 +0100" value="0.13372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 11:41:10 +0100" startDate="2018-04-15 10:50:34 +0100" endDate="2018-04-15 11:00:24 +0100" value="0.17612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 11:41:10 +0100" startDate="2018-04-15 11:00:24 +0100" endDate="2018-04-15 11:05:42 +0100" value="0.04902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 11:41:10 +0100" startDate="2018-04-15 11:05:42 +0100" endDate="2018-04-15 11:12:11 +0100" value="0.02266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 11:41:10 +0100" startDate="2018-04-15 11:15:01 +0100" endDate="2018-04-15 11:21:57 +0100" value="0.01078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 11:41:10 +0100" startDate="2018-04-15 11:21:57 +0100" endDate="2018-04-15 11:31:46 +0100" value="0.0444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 12:38:47 +0100" startDate="2018-04-15 11:31:46 +0100" endDate="2018-04-15 11:32:42 +0100" value="0.01746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 12:38:47 +0100" startDate="2018-04-15 11:36:12 +0100" endDate="2018-04-15 11:42:34 +0100" value="0.01168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 12:38:47 +0100" startDate="2018-04-15 12:01:02 +0100" endDate="2018-04-15 12:11:01 +0100" value="0.06656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 12:38:47 +0100" startDate="2018-04-15 12:11:01 +0100" endDate="2018-04-15 12:11:47 +0100" value="0.001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 13:27:39 +0100" startDate="2018-04-15 12:44:44 +0100" endDate="2018-04-15 12:53:28 +0100" value="0.06519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 13:27:39 +0100" startDate="2018-04-15 12:53:28 +0100" endDate="2018-04-15 12:56:57 +0100" value="0.00805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 13:27:39 +0100" startDate="2018-04-15 13:15:18 +0100" endDate="2018-04-15 13:21:35 +0100" value="0.00285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 14:27:05 +0100" startDate="2018-04-15 13:53:01 +0100" endDate="2018-04-15 13:58:52 +0100" value="0.05524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 14:27:05 +0100" startDate="2018-04-15 13:58:52 +0100" endDate="2018-04-15 14:07:56 +0100" value="0.035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 14:27:05 +0100" startDate="2018-04-15 14:07:56 +0100" endDate="2018-04-15 14:16:16 +0100" value="0.16491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 16:26:47 +0100" startDate="2018-04-15 15:26:38 +0100" endDate="2018-04-15 15:36:33 +0100" value="0.18579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 16:26:47 +0100" startDate="2018-04-15 15:36:33 +0100" endDate="2018-04-15 15:40:40 +0100" value="0.03387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 16:26:47 +0100" startDate="2018-04-15 15:43:28 +0100" endDate="2018-04-15 15:53:27 +0100" value="0.05908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 16:26:47 +0100" startDate="2018-04-15 15:53:27 +0100" endDate="2018-04-15 16:02:24 +0100" value="0.20074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 16:26:47 +0100" startDate="2018-04-15 16:02:24 +0100" endDate="2018-04-15 16:12:23 +0100" value="0.19321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 16:26:47 +0100" startDate="2018-04-15 16:12:23 +0100" endDate="2018-04-15 16:17:51 +0100" value="0.11784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 17:41:00 +0100" startDate="2018-04-15 16:42:20 +0100" endDate="2018-04-15 16:52:18 +0100" value="0.07363"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 17:41:00 +0100" startDate="2018-04-15 16:52:18 +0100" endDate="2018-04-15 17:00:19 +0100" value="0.08854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 17:41:00 +0100" startDate="2018-04-15 17:01:44 +0100" endDate="2018-04-15 17:11:43 +0100" value="0.08704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 17:41:00 +0100" startDate="2018-04-15 17:11:43 +0100" endDate="2018-04-15 17:21:41 +0100" value="0.13942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 17:41:00 +0100" startDate="2018-04-15 17:21:41 +0100" endDate="2018-04-15 17:30:12 +0100" value="0.11208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-15 20:08:58 +0100" startDate="2018-04-15 19:00:51 +0100" endDate="2018-04-15 19:07:42 +0100" value="0.01869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 06:27:09 +0100" startDate="2018-04-16 05:56:09 +0100" endDate="2018-04-16 06:04:27 +0100" value="0.02832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 06:27:09 +0100" startDate="2018-04-16 06:04:27 +0100" endDate="2018-04-16 06:10:14 +0100" value="0.00416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 06:39:08 +0100" endDate="2018-04-16 06:45:51 +0100" value="0.01415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 06:46:17 +0100" endDate="2018-04-16 06:56:01 +0100" value="0.02482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 06:56:01 +0100" endDate="2018-04-16 07:04:46 +0100" value="0.39691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 07:04:46 +0100" endDate="2018-04-16 07:14:44 +0100" value="0.11278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 07:14:44 +0100" endDate="2018-04-16 07:24:43 +0100" value="0.73074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 07:24:43 +0100" endDate="2018-04-16 07:26:25 +0100" value="0.08857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 07:37:10 +0100" endDate="2018-04-16 07:46:20 +0100" value="0.13616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 09:39:21 +0100" endDate="2018-04-16 09:46:49 +0100" value="0.05642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 11:33:58 +0100" endDate="2018-04-16 11:43:57 +0100" value="0.24067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 11:43:57 +0100" endDate="2018-04-16 11:50:26 +0100" value="0.1353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 12:01:22 +0100" endDate="2018-04-16 12:10:02 +0100" value="0.12687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 12:10:02 +0100" endDate="2018-04-16 12:18:20 +0100" value="0.03613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 12:28:38 +0100" endDate="2018-04-16 12:35:21 +0100" value="0.01626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 12:48:20 +0100" endDate="2018-04-16 12:58:19 +0100" value="0.01755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 12:58:19 +0100" endDate="2018-04-16 13:07:31 +0100" value="0.01422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 13:07:31 +0100" endDate="2018-04-16 13:10:56 +0100" value="0.01114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 13:28:05 +0100" endDate="2018-04-16 13:38:04 +0100" value="0.13789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 13:38:04 +0100" endDate="2018-04-16 13:42:43 +0100" value="0.09447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 14:46:31 +0100" endDate="2018-04-16 14:53:07 +0100" value="0.009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 15:21:25 +0100" endDate="2018-04-16 15:31:24 +0100" value="0.16027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 15:31:24 +0100" endDate="2018-04-16 15:41:23 +0100" value="0.78254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 15:41:23 +0100" endDate="2018-04-16 15:51:09 +0100" value="0.81198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 15:51:09 +0100" endDate="2018-04-16 15:53:44 +0100" value="0.06641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:27:26 +0100" startDate="2018-04-16 16:09:11 +0100" endDate="2018-04-16 16:19:10 +0100" value="0.36909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 16:42:38 +0100" startDate="2018-04-16 16:19:10 +0100" endDate="2018-04-16 16:24:11 +0100" value="0.05835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 17:10:08 +0100" endDate="2018-04-16 17:18:21 +0100" value="0.03636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 17:18:41 +0100" endDate="2018-04-16 17:28:33 +0100" value="0.04398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 17:28:33 +0100" endDate="2018-04-16 17:35:26 +0100" value="0.26993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 18:14:19 +0100" endDate="2018-04-16 18:24:13 +0100" value="0.13258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 18:24:13 +0100" endDate="2018-04-16 18:34:12 +0100" value="0.59858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 18:34:12 +0100" endDate="2018-04-16 18:43:34 +0100" value="0.76628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 18:43:34 +0100" endDate="2018-04-16 18:53:33 +0100" value="0.47043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 18:53:33 +0100" endDate="2018-04-16 18:57:15 +0100" value="0.15762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 18:58:15 +0100" endDate="2018-04-16 19:06:52 +0100" value="0.04189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 19:07:15 +0100" endDate="2018-04-16 19:15:30 +0100" value="0.0211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 19:20:00 +0100" endDate="2018-04-16 19:29:58 +0100" value="0.27508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 19:29:58 +0100" endDate="2018-04-16 19:39:57 +0100" value="0.81652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 19:39:57 +0100" endDate="2018-04-16 19:49:56 +0100" value="0.82366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 19:49:56 +0100" endDate="2018-04-16 19:59:44 +0100" value="0.69315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 19:59:44 +0100" endDate="2018-04-16 20:09:43 +0100" value="0.50272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 20:09:43 +0100" endDate="2018-04-16 20:19:41 +0100" value="0.7006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 20:19:41 +0100" endDate="2018-04-16 20:22:28 +0100" value="0.18984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:07:34 +0100" startDate="2018-04-16 20:28:48 +0100" endDate="2018-04-16 20:35:37 +0100" value="0.01383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-16 21:22:37 +0100" startDate="2018-04-16 20:59:14 +0100" endDate="2018-04-16 21:05:44 +0100" value="0.02116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 06:17:39 +0100" startDate="2018-04-17 05:27:03 +0100" endDate="2018-04-17 05:36:25 +0100" value="0.00922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 06:17:39 +0100" startDate="2018-04-17 05:45:02 +0100" endDate="2018-04-17 05:54:57 +0100" value="0.03788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 06:17:39 +0100" startDate="2018-04-17 05:54:57 +0100" endDate="2018-04-17 06:04:42 +0100" value="0.02904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 06:17:39 +0100" startDate="2018-04-17 06:04:42 +0100" endDate="2018-04-17 06:05:35 +0100" value="0.00952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 07:17:27 +0100" startDate="2018-04-17 06:13:17 +0100" endDate="2018-04-17 06:22:48 +0100" value="0.03205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 07:17:27 +0100" startDate="2018-04-17 06:24:13 +0100" endDate="2018-04-17 06:33:24 +0100" value="0.0669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 07:17:27 +0100" startDate="2018-04-17 06:33:24 +0100" endDate="2018-04-17 06:43:23 +0100" value="0.71866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 08:29:15 +0100" startDate="2018-04-17 07:42:57 +0100" endDate="2018-04-17 07:52:19 +0100" value="0.03004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 08:29:15 +0100" startDate="2018-04-17 07:52:19 +0100" endDate="2018-04-17 08:00:00 +0100" value="0.03561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 08:29:15 +0100" startDate="2018-04-17 08:00:14 +0100" endDate="2018-04-17 08:08:54 +0100" value="0.09418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 08:29:15 +0100" startDate="2018-04-17 08:11:26 +0100" endDate="2018-04-17 08:21:25 +0100" value="0.02281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 09:17:50 +0100" startDate="2018-04-17 08:21:25 +0100" endDate="2018-04-17 08:30:22 +0100" value="0.17043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 10:21:04 +0100" startDate="2018-04-17 09:43:40 +0100" endDate="2018-04-17 09:50:18 +0100" value="0.00488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 11:22:10 +0100" startDate="2018-04-17 10:38:07 +0100" endDate="2018-04-17 10:47:06 +0100" value="0.04288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 11:22:10 +0100" startDate="2018-04-17 10:47:06 +0100" endDate="2018-04-17 10:49:11 +0100" value="0.00837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 11:22:10 +0100" startDate="2018-04-17 10:54:59 +0100" endDate="2018-04-17 11:03:11 +0100" value="0.05156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 11:22:10 +0100" startDate="2018-04-17 11:03:11 +0100" endDate="2018-04-17 11:13:09 +0100" value="0.69603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 12:34:56 +0100" startDate="2018-04-17 11:13:09 +0100" endDate="2018-04-17 11:22:37 +0100" value="0.37814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 12:34:56 +0100" startDate="2018-04-17 11:22:37 +0100" endDate="2018-04-17 11:32:36 +0100" value="0.44606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 12:34:56 +0100" startDate="2018-04-17 11:32:36 +0100" endDate="2018-04-17 11:42:34 +0100" value="0.61038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 12:34:56 +0100" startDate="2018-04-17 11:42:34 +0100" endDate="2018-04-17 11:52:10 +0100" value="0.38767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 12:34:56 +0100" startDate="2018-04-17 11:52:10 +0100" endDate="2018-04-17 12:01:13 +0100" value="0.15932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 12:34:56 +0100" startDate="2018-04-17 12:01:13 +0100" endDate="2018-04-17 12:03:08 +0100" value="0.00998"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 14:25:57 +0100" startDate="2018-04-17 13:27:28 +0100" endDate="2018-04-17 13:37:27 +0100" value="0.07698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 14:25:57 +0100" startDate="2018-04-17 13:37:27 +0100" endDate="2018-04-17 13:40:56 +0100" value="0.02836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 14:25:57 +0100" startDate="2018-04-17 14:06:20 +0100" endDate="2018-04-17 14:12:43 +0100" value="0.02427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 15:22:29 +0100" startDate="2018-04-17 14:18:41 +0100" endDate="2018-04-17 14:27:38 +0100" value="0.02987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 15:22:29 +0100" startDate="2018-04-17 14:27:38 +0100" endDate="2018-04-17 14:33:59 +0100" value="0.01355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 16:18:09 +0100" startDate="2018-04-17 15:28:44 +0100" endDate="2018-04-17 15:34:46 +0100" value="0.0098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 16:18:09 +0100" startDate="2018-04-17 15:39:47 +0100" endDate="2018-04-17 15:49:47 +0100" value="0.09808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 16:18:09 +0100" startDate="2018-04-17 15:49:47 +0100" endDate="2018-04-17 15:52:04 +0100" value="0.03015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 16:18:09 +0100" startDate="2018-04-17 15:56:16 +0100" endDate="2018-04-17 16:06:03 +0100" value="0.02021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 16:18:09 +0100" startDate="2018-04-17 16:06:03 +0100" endDate="2018-04-17 16:16:01 +0100" value="0.04465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 16:16:01 +0100" endDate="2018-04-17 16:26:00 +0100" value="0.28782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 16:26:00 +0100" endDate="2018-04-17 16:36:00 +0100" value="0.70948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 16:36:00 +0100" endDate="2018-04-17 16:39:09 +0100" value="0.15625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 16:48:19 +0100" endDate="2018-04-17 16:58:18 +0100" value="0.2016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 16:58:18 +0100" endDate="2018-04-17 17:08:16 +0100" value="0.66763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 17:08:16 +0100" endDate="2018-04-17 17:17:16 +0100" value="0.08846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 17:40:50 +0100" startDate="2018-04-17 17:17:16 +0100" endDate="2018-04-17 17:25:09 +0100" value="0.02703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca7d90&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 18:21:04 +0100" startDate="2018-04-17 17:43:26 +0100" endDate="2018-04-17 17:52:01 +0100" value="0.0029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 18:21:04 +0100" startDate="2018-04-17 18:04:58 +0100" endDate="2018-04-17 18:11:39 +0100" value="0.03519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 20:19:29 +0100" startDate="2018-04-17 19:26:33 +0100" endDate="2018-04-17 19:33:40 +0100" value="0.02077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-17 22:25:22 +0100" startDate="2018-04-17 21:16:28 +0100" endDate="2018-04-17 21:23:09 +0100" value="0.00833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 06:20:15 +0100" startDate="2018-04-18 05:24:06 +0100" endDate="2018-04-18 05:30:29 +0100" value="0.0007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 06:20:15 +0100" startDate="2018-04-18 05:38:35 +0100" endDate="2018-04-18 05:47:23 +0100" value="0.0793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 06:20:15 +0100" startDate="2018-04-18 05:47:23 +0100" endDate="2018-04-18 05:55:38 +0100" value="0.0094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 06:20:15 +0100" startDate="2018-04-18 06:01:02 +0100" endDate="2018-04-18 06:10:16 +0100" value="0.00577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 07:20:51 +0100" startDate="2018-04-18 06:26:37 +0100" endDate="2018-04-18 06:32:52 +0100" value="0.0063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 07:20:51 +0100" startDate="2018-04-18 06:34:07 +0100" endDate="2018-04-18 06:41:11 +0100" value="0.02457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 07:20:51 +0100" startDate="2018-04-18 06:41:11 +0100" endDate="2018-04-18 06:51:10 +0100" value="0.08053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 07:20:51 +0100" startDate="2018-04-18 06:51:10 +0100" endDate="2018-04-18 07:00:01 +0100" value="0.68361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 09:19:38 +0100" startDate="2018-04-18 08:20:28 +0100" endDate="2018-04-18 08:30:10 +0100" value="0.09555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 09:19:38 +0100" startDate="2018-04-18 08:30:10 +0100" endDate="2018-04-18 08:39:58 +0100" value="0.04807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 09:19:38 +0100" startDate="2018-04-18 08:41:50 +0100" endDate="2018-04-18 08:50:55 +0100" value="0.07726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 10:19:03 +0100" startDate="2018-04-18 09:20:42 +0100" endDate="2018-04-18 09:26:48 +0100" value="0.01186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 11:17:43 +0100" startDate="2018-04-18 10:20:56 +0100" endDate="2018-04-18 10:30:56 +0100" value="0.07346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 11:17:43 +0100" startDate="2018-04-18 10:30:56 +0100" endDate="2018-04-18 10:40:54 +0100" value="0.54018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 11:17:43 +0100" startDate="2018-04-18 10:40:54 +0100" endDate="2018-04-18 10:50:52 +0100" value="0.604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 11:17:43 +0100" startDate="2018-04-18 10:50:52 +0100" endDate="2018-04-18 10:52:49 +0100" value="0.15842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 12:25:38 +0100" startDate="2018-04-18 11:10:51 +0100" endDate="2018-04-18 11:20:38 +0100" value="0.05101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 12:25:38 +0100" startDate="2018-04-18 11:27:58 +0100" endDate="2018-04-18 11:37:57 +0100" value="0.39205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 12:25:38 +0100" startDate="2018-04-18 11:37:57 +0100" endDate="2018-04-18 11:47:17 +0100" value="0.16141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 12:25:38 +0100" startDate="2018-04-18 11:49:20 +0100" endDate="2018-04-18 11:59:09 +0100" value="0.25872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 12:25:38 +0100" startDate="2018-04-18 11:59:09 +0100" endDate="2018-04-18 12:05:03 +0100" value="0.04297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 12:25:38 +0100" startDate="2018-04-18 12:10:23 +0100" endDate="2018-04-18 12:16:48 +0100" value="0.00769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 13:17:36 +0100" startDate="2018-04-18 12:16:31 +0100" endDate="2018-04-18 12:26:30 +0100" value="0.02106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 13:17:36 +0100" startDate="2018-04-18 12:26:30 +0100" endDate="2018-04-18 12:36:29 +0100" value="0.73118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 13:17:36 +0100" startDate="2018-04-18 12:36:29 +0100" endDate="2018-04-18 12:46:27 +0100" value="0.65409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 13:17:36 +0100" startDate="2018-04-18 12:46:27 +0100" endDate="2018-04-18 12:56:24 +0100" value="0.58685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 13:17:36 +0100" startDate="2018-04-18 12:56:24 +0100" endDate="2018-04-18 13:04:37 +0100" value="0.19262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 14:21:12 +0100" startDate="2018-04-18 13:11:23 +0100" endDate="2018-04-18 13:21:22 +0100" value="0.02747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 14:21:12 +0100" startDate="2018-04-18 13:21:22 +0100" endDate="2018-04-18 13:31:05 +0100" value="0.04981"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 14:21:12 +0100" startDate="2018-04-18 13:52:19 +0100" endDate="2018-04-18 14:01:37 +0100" value="0.04348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 15:17:27 +0100" startDate="2018-04-18 14:24:30 +0100" endDate="2018-04-18 14:30:43 +0100" value="0.0065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 15:17:27 +0100" startDate="2018-04-18 14:42:09 +0100" endDate="2018-04-18 14:49:28 +0100" value="0.05333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 15:17:27 +0100" startDate="2018-04-18 14:56:43 +0100" endDate="2018-04-18 15:02:14 +0100" value="0.00459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 15:17:27 +0100" startDate="2018-04-18 15:04:35 +0100" endDate="2018-04-18 15:13:43 +0100" value="0.03379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 16:24:14 +0100" startDate="2018-04-18 15:13:43 +0100" endDate="2018-04-18 15:23:41 +0100" value="0.3546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 16:24:14 +0100" startDate="2018-04-18 15:23:41 +0100" endDate="2018-04-18 15:33:01 +0100" value="0.33397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 16:24:14 +0100" startDate="2018-04-18 15:33:01 +0100" endDate="2018-04-18 15:40:59 +0100" value="0.43846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 16:24:14 +0100" startDate="2018-04-18 15:44:57 +0100" endDate="2018-04-18 15:54:56 +0100" value="0.1279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 16:24:14 +0100" startDate="2018-04-18 15:54:56 +0100" endDate="2018-04-18 16:02:46 +0100" value="0.21568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 16:24:14 +0100" startDate="2018-04-18 16:05:03 +0100" endDate="2018-04-18 16:13:46 +0100" value="0.10255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 17:23:45 +0100" startDate="2018-04-18 16:30:47 +0100" endDate="2018-04-18 16:40:28 +0100" value="0.18379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 17:23:45 +0100" startDate="2018-04-18 16:40:28 +0100" endDate="2018-04-18 16:48:10 +0100" value="0.17833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 17:23:45 +0100" startDate="2018-04-18 16:48:10 +0100" endDate="2018-04-18 16:55:49 +0100" value="0.2382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 17:23:45 +0100" startDate="2018-04-18 16:55:49 +0100" endDate="2018-04-18 17:04:43 +0100" value="0.18904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 17:23:45 +0100" startDate="2018-04-18 17:04:43 +0100" endDate="2018-04-18 17:13:43 +0100" value="0.16047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 17:23:45 +0100" startDate="2018-04-18 17:13:43 +0100" endDate="2018-04-18 17:19:25 +0100" value="0.10976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 18:17:54 +0100" startDate="2018-04-18 17:19:25 +0100" endDate="2018-04-18 17:29:22 +0100" value="0.23789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 18:17:54 +0100" startDate="2018-04-18 17:29:22 +0100" endDate="2018-04-18 17:39:22 +0100" value="0.35936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 18:17:54 +0100" startDate="2018-04-18 17:39:22 +0100" endDate="2018-04-18 17:47:37 +0100" value="0.05917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 19:19:19 +0100" startDate="2018-04-18 18:57:34 +0100" endDate="2018-04-18 19:03:47 +0100" value="0.00462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 20:18:59 +0100" startDate="2018-04-18 19:47:21 +0100" endDate="2018-04-18 19:56:19 +0100" value="0.01258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-18 22:44:46 +0100" startDate="2018-04-18 22:20:58 +0100" endDate="2018-04-18 22:28:20 +0100" value="0.05902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 05:35:11 +0100" startDate="2018-04-19 04:44:34 +0100" endDate="2018-04-19 04:50:57 +0100" value="0.01258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 05:35:11 +0100" startDate="2018-04-19 05:01:11 +0100" endDate="2018-04-19 05:07:39 +0100" value="0.02158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 05:35:11 +0100" startDate="2018-04-19 05:21:36 +0100" endDate="2018-04-19 05:28:32 +0100" value="0.02572"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 06:21:16 +0100" startDate="2018-04-19 05:28:32 +0100" endDate="2018-04-19 05:38:30 +0100" value="0.02593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 06:21:16 +0100" startDate="2018-04-19 05:38:30 +0100" endDate="2018-04-19 05:44:09 +0100" value="0.17672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 06:21:16 +0100" startDate="2018-04-19 05:51:40 +0100" endDate="2018-04-19 05:58:36 +0100" value="0.02894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 06:21:16 +0100" startDate="2018-04-19 06:00:50 +0100" endDate="2018-04-19 06:10:15 +0100" value="0.01612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 06:21:16 +0100" startDate="2018-04-19 06:10:15 +0100" endDate="2018-04-19 06:13:28 +0100" value="0.02961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 07:17:32 +0100" startDate="2018-04-19 06:20:18 +0100" endDate="2018-04-19 06:30:16 +0100" value="0.26398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 07:17:32 +0100" startDate="2018-04-19 06:30:16 +0100" endDate="2018-04-19 06:38:14 +0100" value="0.02877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 07:17:32 +0100" startDate="2018-04-19 06:38:14 +0100" endDate="2018-04-19 06:46:22 +0100" value="0.05376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 07:17:32 +0100" startDate="2018-04-19 06:51:25 +0100" endDate="2018-04-19 07:00:28 +0100" value="0.0321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 07:17:32 +0100" startDate="2018-04-19 07:01:36 +0100" endDate="2018-04-19 07:08:32 +0100" value="0.02529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 08:18:10 +0100" startDate="2018-04-19 07:08:32 +0100" endDate="2018-04-19 07:15:00 +0100" value="0.03164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 08:18:10 +0100" startDate="2018-04-19 07:16:00 +0100" endDate="2018-04-19 07:24:48 +0100" value="0.10077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 08:18:10 +0100" startDate="2018-04-19 07:24:48 +0100" endDate="2018-04-19 07:30:41 +0100" value="0.00802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 08:18:10 +0100" startDate="2018-04-19 07:32:34 +0100" endDate="2018-04-19 07:41:57 +0100" value="0.20282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 08:18:10 +0100" startDate="2018-04-19 07:41:57 +0100" endDate="2018-04-19 07:46:52 +0100" value="0.01895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 09:19:52 +0100" startDate="2018-04-19 08:56:02 +0100" endDate="2018-04-19 09:02:18 +0100" value="0.00972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 10:19:28 +0100" startDate="2018-04-19 09:15:19 +0100" endDate="2018-04-19 09:22:02 +0100" value="0.01043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 10:19:28 +0100" startDate="2018-04-19 09:25:10 +0100" endDate="2018-04-19 09:34:59 +0100" value="0.0689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 10:19:28 +0100" startDate="2018-04-19 09:34:59 +0100" endDate="2018-04-19 09:43:01 +0100" value="0.07084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 11:21:45 +0100" startDate="2018-04-19 10:51:29 +0100" endDate="2018-04-19 11:01:28 +0100" value="0.07973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 11:21:45 +0100" startDate="2018-04-19 11:01:28 +0100" endDate="2018-04-19 11:03:40 +0100" value="0.02925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 12:18:41 +0100" startDate="2018-04-19 11:16:57 +0100" endDate="2018-04-19 11:26:05 +0100" value="0.12834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 12:18:41 +0100" startDate="2018-04-19 11:29:20 +0100" endDate="2018-04-19 11:39:19 +0100" value="0.02967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 12:18:41 +0100" startDate="2018-04-19 11:39:19 +0100" endDate="2018-04-19 11:47:59 +0100" value="0.17203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 12:18:41 +0100" startDate="2018-04-19 11:47:59 +0100" endDate="2018-04-19 11:52:23 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 13:19:13 +0100" startDate="2018-04-19 12:29:07 +0100" endDate="2018-04-19 12:38:43 +0100" value="0.0198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 13:19:13 +0100" startDate="2018-04-19 12:53:09 +0100" endDate="2018-04-19 13:00:18 +0100" value="0.02237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 14:20:55 +0100" startDate="2018-04-19 13:53:38 +0100" endDate="2018-04-19 14:03:36 +0100" value="0.13012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 14:20:55 +0100" startDate="2018-04-19 14:03:36 +0100" endDate="2018-04-19 14:13:34 +0100" value="0.15058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 15:26:24 +0100" startDate="2018-04-19 14:13:34 +0100" endDate="2018-04-19 14:17:05 +0100" value="0.10214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 16:17:46 +0100" startDate="2018-04-19 15:53:08 +0100" endDate="2018-04-19 16:03:07 +0100" value="0.1966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 16:17:46 +0100" startDate="2018-04-19 16:03:07 +0100" endDate="2018-04-19 16:05:57 +0100" value="0.00981"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 17:18:11 +0100" startDate="2018-04-19 16:05:57 +0100" endDate="2018-04-19 16:15:57 +0100" value="0.09347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 17:18:11 +0100" startDate="2018-04-19 16:15:57 +0100" endDate="2018-04-19 16:23:01 +0100" value="0.09775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 17:18:11 +0100" startDate="2018-04-19 16:23:01 +0100" endDate="2018-04-19 16:28:52 +0100" value="0.04232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 18:26:14 +0100" startDate="2018-04-19 17:51:12 +0100" endDate="2018-04-19 18:01:12 +0100" value="0.30369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 18:26:14 +0100" startDate="2018-04-19 18:01:12 +0100" endDate="2018-04-19 18:01:42 +0100" value="0.00098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 19:21:23 +0100" startDate="2018-04-19 19:08:36 +0100" endDate="2018-04-19 19:18:35 +0100" value="0.23242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 20:18:09 +0100" startDate="2018-04-19 19:18:35 +0100" endDate="2018-04-19 19:28:35 +0100" value="0.21182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 20:18:09 +0100" startDate="2018-04-19 19:28:35 +0100" endDate="2018-04-19 19:29:33 +0100" value="0.00126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 20:18:09 +0100" startDate="2018-04-19 19:48:37 +0100" endDate="2018-04-19 19:58:37 +0100" value="0.11492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 20:18:09 +0100" startDate="2018-04-19 19:58:37 +0100" endDate="2018-04-19 19:58:52 +0100" value="0.0048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-19 21:25:50 +0100" startDate="2018-04-19 21:02:33 +0100" endDate="2018-04-19 21:08:51 +0100" value="0.00539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 05:32:49 +0100" startDate="2018-04-20 04:43:06 +0100" endDate="2018-04-20 04:49:32 +0100" value="0.00499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 05:32:49 +0100" startDate="2018-04-20 04:57:51 +0100" endDate="2018-04-20 05:04:08 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 05:32:49 +0100" startDate="2018-04-20 05:04:42 +0100" endDate="2018-04-20 05:12:31 +0100" value="0.01553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 06:21:29 +0100" startDate="2018-04-20 05:43:27 +0100" endDate="2018-04-20 05:51:30 +0100" value="0.04855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 07:17:58 +0100" startDate="2018-04-20 06:25:59 +0100" endDate="2018-04-20 06:33:49 +0100" value="0.04129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 07:17:58 +0100" startDate="2018-04-20 06:33:49 +0100" endDate="2018-04-20 06:39:55 +0100" value="0.01271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 07:17:58 +0100" startDate="2018-04-20 06:39:55 +0100" endDate="2018-04-20 06:49:53 +0100" value="0.37032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 07:17:58 +0100" startDate="2018-04-20 06:49:53 +0100" endDate="2018-04-20 06:57:01 +0100" value="0.42729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 11:20:14 +0100" startDate="2018-04-20 10:36:23 +0100" endDate="2018-04-20 10:42:43 +0100" value="0.0025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 12:17:53 +0100" startDate="2018-04-20 11:31:54 +0100" endDate="2018-04-20 11:41:53 +0100" value="0.20185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 12:17:53 +0100" startDate="2018-04-20 11:41:53 +0100" endDate="2018-04-20 11:50:17 +0100" value="0.32735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 12:17:53 +0100" startDate="2018-04-20 11:50:17 +0100" endDate="2018-04-20 11:55:45 +0100" value="0.20137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 13:17:33 +0100" startDate="2018-04-20 11:55:45 +0100" endDate="2018-04-20 11:55:48 +0100" value="0.00141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 13:17:33 +0100" startDate="2018-04-20 12:21:22 +0100" endDate="2018-04-20 12:29:49 +0100" value="0.17624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 13:17:33 +0100" startDate="2018-04-20 12:29:49 +0100" endDate="2018-04-20 12:39:41 +0100" value="0.32996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 13:17:33 +0100" startDate="2018-04-20 12:39:41 +0100" endDate="2018-04-20 12:46:41 +0100" value="0.08159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 14:17:54 +0100" startDate="2018-04-20 13:10:14 +0100" endDate="2018-04-20 13:18:59 +0100" value="0.03253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 14:17:54 +0100" startDate="2018-04-20 13:18:59 +0100" endDate="2018-04-20 13:27:42 +0100" value="0.27834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 14:17:54 +0100" startDate="2018-04-20 13:27:42 +0100" endDate="2018-04-20 13:37:40 +0100" value="0.55477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 14:17:54 +0100" startDate="2018-04-20 13:37:40 +0100" endDate="2018-04-20 13:43:46 +0100" value="0.02822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 15:18:58 +0100" startDate="2018-04-20 14:23:34 +0100" endDate="2018-04-20 14:32:44 +0100" value="0.05004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 16:17:55 +0100" startDate="2018-04-20 15:50:46 +0100" endDate="2018-04-20 16:00:45 +0100" value="0.06329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 16:17:55 +0100" startDate="2018-04-20 16:00:45 +0100" endDate="2018-04-20 16:02:07 +0100" value="0.01808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 17:21:05 +0100" startDate="2018-04-20 16:29:34 +0100" endDate="2018-04-20 16:37:57 +0100" value="0.03229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 17:21:05 +0100" startDate="2018-04-20 16:37:57 +0100" endDate="2018-04-20 16:45:31 +0100" value="0.00995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 17:21:05 +0100" startDate="2018-04-20 16:45:31 +0100" endDate="2018-04-20 16:55:03 +0100" value="0.05715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 17:21:05 +0100" startDate="2018-04-20 16:55:03 +0100" endDate="2018-04-20 17:02:15 +0100" value="0.05712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 17:21:05 +0100" startDate="2018-04-20 17:04:36 +0100" endDate="2018-04-20 17:10:51 +0100" value="0.00906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 17:21:05 +0100" startDate="2018-04-20 17:10:51 +0100" endDate="2018-04-20 17:17:19 +0100" value="0.0377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 18:21:29 +0100" startDate="2018-04-20 17:49:59 +0100" endDate="2018-04-20 17:56:17 +0100" value="0.0063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 18:21:29 +0100" startDate="2018-04-20 18:04:22 +0100" endDate="2018-04-20 18:11:00 +0100" value="0.0117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 19:22:08 +0100" startDate="2018-04-20 19:01:47 +0100" endDate="2018-04-20 19:08:02 +0100" value="0.00856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-20 20:21:08 +0100" startDate="2018-04-20 19:31:15 +0100" endDate="2018-04-20 19:39:14 +0100" value="0.05365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 00:40:25 +0100" startDate="2018-04-20 23:44:45 +0100" endDate="2018-04-20 23:51:08 +0100" value="0.01295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 00:40:25 +0100" startDate="2018-04-20 23:58:27 +0100" endDate="2018-04-21 00:04:34 +0100" value="0.00592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 00:40:25 +0100" startDate="2018-04-21 00:05:24 +0100" endDate="2018-04-21 00:12:10 +0100" value="0.00784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 04:26:09 +0100" startDate="2018-04-21 03:57:43 +0100" endDate="2018-04-21 04:04:01 +0100" value="0.00156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 08:29:45 +0100" startDate="2018-04-21 07:10:09 +0100" endDate="2018-04-21 07:16:50 +0100" value="0.01958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 08:29:45 +0100" startDate="2018-04-21 07:16:50 +0100" endDate="2018-04-21 07:23:50 +0100" value="0.03649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 08:29:45 +0100" startDate="2018-04-21 07:34:49 +0100" endDate="2018-04-21 07:40:56 +0100" value="0.00871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 08:29:45 +0100" startDate="2018-04-21 07:56:50 +0100" endDate="2018-04-21 08:03:05 +0100" value="0.01753"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 08:29:45 +0100" startDate="2018-04-21 08:08:31 +0100" endDate="2018-04-21 08:18:24 +0100" value="0.07388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 08:29:45 +0100" startDate="2018-04-21 08:18:24 +0100" endDate="2018-04-21 08:21:28 +0100" value="0.14489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 09:23:54 +0100" startDate="2018-04-21 08:27:50 +0100" endDate="2018-04-21 08:34:28 +0100" value="0.03834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 09:23:54 +0100" startDate="2018-04-21 08:34:28 +0100" endDate="2018-04-21 08:44:26 +0100" value="0.06645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 09:23:54 +0100" startDate="2018-04-21 08:44:26 +0100" endDate="2018-04-21 08:53:59 +0100" value="0.20292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 09:27:27 +0100" endDate="2018-04-21 09:37:27 +0100" value="0.16253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 09:37:27 +0100" endDate="2018-04-21 09:47:16 +0100" value="0.49769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 09:47:16 +0100" endDate="2018-04-21 09:57:13 +0100" value="0.7353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 09:57:13 +0100" endDate="2018-04-21 10:06:53 +0100" value="0.30554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 10:06:53 +0100" endDate="2018-04-21 10:16:52 +0100" value="0.13166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 10:16:52 +0100" endDate="2018-04-21 10:25:19 +0100" value="0.06903"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 10:25:19 +0100" endDate="2018-04-21 10:34:06 +0100" value="0.0449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 10:34:06 +0100" endDate="2018-04-21 10:42:18 +0100" value="0.04393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 10:59:46 +0100" startDate="2018-04-21 10:42:18 +0100" endDate="2018-04-21 10:50:54 +0100" value="0.0869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 10:50:54 +0100" endDate="2018-04-21 11:00:15 +0100" value="0.04763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:01:46 +0100" endDate="2018-04-21 11:07:51 +0100" value="0.0107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:07:51 +0100" endDate="2018-04-21 11:15:48 +0100" value="0.02669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:15:48 +0100" endDate="2018-04-21 11:23:02 +0100" value="0.02022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:23:02 +0100" endDate="2018-04-21 11:32:04 +0100" value="0.07275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:32:04 +0100" endDate="2018-04-21 11:40:58 +0100" value="0.03788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:40:58 +0100" endDate="2018-04-21 11:49:20 +0100" value="0.02042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 12:04:39 +0100" startDate="2018-04-21 11:49:20 +0100" endDate="2018-04-21 11:54:01 +0100" value="0.00517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 12:34:27 +0100" startDate="2018-04-21 11:54:01 +0100" endDate="2018-04-21 12:03:01 +0100" value="0.03352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 12:34:27 +0100" startDate="2018-04-21 12:03:01 +0100" endDate="2018-04-21 12:10:27 +0100" value="0.02234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 12:34:27 +0100" startDate="2018-04-21 12:17:50 +0100" endDate="2018-04-21 12:26:36 +0100" value="0.00538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 13:19:19 +0100" startDate="2018-04-21 12:26:36 +0100" endDate="2018-04-21 12:34:27 +0100" value="0.01916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 13:19:19 +0100" startDate="2018-04-21 12:38:21 +0100" endDate="2018-04-21 12:47:40 +0100" value="0.15241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 14:51:42 +0100" startDate="2018-04-21 13:11:52 +0100" endDate="2018-04-21 13:21:18 +0100" value="0.04885"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 14:51:42 +0100" startDate="2018-04-21 13:21:18 +0100" endDate="2018-04-21 13:23:22 +0100" value="0.06133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 14:51:42 +0100" startDate="2018-04-21 14:33:43 +0100" endDate="2018-04-21 14:39:43 +0100" value="0.00396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 16:23:01 +0100" startDate="2018-04-21 15:12:05 +0100" endDate="2018-04-21 15:22:01 +0100" value="0.09493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 16:23:01 +0100" startDate="2018-04-21 15:22:01 +0100" endDate="2018-04-21 15:25:04 +0100" value="0.02193"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 17:23:24 +0100" startDate="2018-04-21 16:25:21 +0100" endDate="2018-04-21 16:32:50 +0100" value="0.05542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 17:23:24 +0100" startDate="2018-04-21 16:33:20 +0100" endDate="2018-04-21 16:42:08 +0100" value="0.07513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 17:23:24 +0100" startDate="2018-04-21 16:42:08 +0100" endDate="2018-04-21 16:43:29 +0100" value="0.01237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 18:18:04 +0100" startDate="2018-04-21 16:43:29 +0100" endDate="2018-04-21 16:43:32 +0100" value="0.00142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 18:18:04 +0100" startDate="2018-04-21 17:17:34 +0100" endDate="2018-04-21 17:24:35 +0100" value="0.04215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 20:24:19 +0100" startDate="2018-04-21 19:08:21 +0100" endDate="2018-04-21 19:15:07 +0100" value="0.01774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 20:24:19 +0100" startDate="2018-04-21 19:15:07 +0100" endDate="2018-04-21 19:20:15 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-21 20:24:19 +0100" startDate="2018-04-21 19:34:42 +0100" endDate="2018-04-21 19:42:03 +0100" value="0.0082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 08:18:08 +0100" startDate="2018-04-22 07:55:39 +0100" endDate="2018-04-22 08:01:44 +0100" value="0.00675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 09:17:47 +0100" startDate="2018-04-22 08:44:33 +0100" endDate="2018-04-22 08:50:43 +0100" value="0.00308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 10:34:53 +0100" endDate="2018-04-22 10:42:48 +0100" value="0.04559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 10:44:16 +0100" endDate="2018-04-22 10:51:17 +0100" value="0.01404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 10:51:17 +0100" endDate="2018-04-22 10:56:43 +0100" value="0.03161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 10:56:43 +0100" endDate="2018-04-22 11:02:43 +0100" value="0.01548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 11:05:36 +0100" endDate="2018-04-22 11:14:47 +0100" value="0.0551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 11:14:47 +0100" endDate="2018-04-22 11:23:44 +0100" value="0.06227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 11:25:32 +0100" endDate="2018-04-22 11:35:31 +0100" value="0.05235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 11:35:31 +0100" endDate="2018-04-22 11:42:35 +0100" value="0.07564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 12:18:10 +0100" startDate="2018-04-22 11:48:33 +0100" endDate="2018-04-22 11:56:27 +0100" value="0.00108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 13:26:15 +0100" startDate="2018-04-22 12:49:52 +0100" endDate="2018-04-22 12:58:25 +0100" value="0.04716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 13:26:15 +0100" startDate="2018-04-22 12:59:05 +0100" endDate="2018-04-22 13:09:01 +0100" value="0.05768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 13:26:15 +0100" startDate="2018-04-22 13:09:01 +0100" endDate="2018-04-22 13:09:52 +0100" value="0.02332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 13:26:15 +0100" startDate="2018-04-22 13:15:12 +0100" endDate="2018-04-22 13:21:42 +0100" value="0.00639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 15:01:07 +0100" startDate="2018-04-22 13:42:52 +0100" endDate="2018-04-22 13:49:34 +0100" value="0.00914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 15:01:07 +0100" startDate="2018-04-22 13:52:11 +0100" endDate="2018-04-22 14:00:16 +0100" value="0.05218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 15:22:29 +0100" startDate="2018-04-22 15:06:28 +0100" endDate="2018-04-22 15:16:09 +0100" value="0.26736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 16:20:53 +0100" startDate="2018-04-22 15:16:09 +0100" endDate="2018-04-22 15:24:15 +0100" value="0.27247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 16:20:53 +0100" startDate="2018-04-22 15:24:15 +0100" endDate="2018-04-22 15:30:13 +0100" value="0.09507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 16:20:53 +0100" startDate="2018-04-22 15:48:34 +0100" endDate="2018-04-22 15:57:52 +0100" value="0.11904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 16:20:53 +0100" startDate="2018-04-22 15:57:52 +0100" endDate="2018-04-22 16:04:54 +0100" value="0.03379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 18:17:51 +0100" startDate="2018-04-22 17:38:54 +0100" endDate="2018-04-22 17:45:55 +0100" value="0.0169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 18:17:51 +0100" startDate="2018-04-22 17:51:20 +0100" endDate="2018-04-22 17:57:46 +0100" value="0.01276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 19:17:34 +0100" startDate="2018-04-22 19:00:06 +0100" endDate="2018-04-22 19:06:11 +0100" value="0.005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-22 22:45:09 +0100" startDate="2018-04-22 22:03:15 +0100" endDate="2018-04-22 22:11:41 +0100" value="0.03038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 06:18:28 +0100" startDate="2018-04-23 06:05:33 +0100" endDate="2018-04-23 06:15:31 +0100" value="0.03038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 07:21:21 +0100" startDate="2018-04-23 06:26:27 +0100" endDate="2018-04-23 06:33:35 +0100" value="0.00789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 07:21:21 +0100" startDate="2018-04-23 06:39:40 +0100" endDate="2018-04-23 06:46:47 +0100" value="0.02171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 07:21:21 +0100" startDate="2018-04-23 06:52:05 +0100" endDate="2018-04-23 07:01:29 +0100" value="0.06923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 07:21:21 +0100" startDate="2018-04-23 07:01:29 +0100" endDate="2018-04-23 07:11:28 +0100" value="0.74781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 08:26:40 +0100" startDate="2018-04-23 07:11:28 +0100" endDate="2018-04-23 07:12:42 +0100" value="0.02156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 08:26:40 +0100" startDate="2018-04-23 07:30:18 +0100" endDate="2018-04-23 07:40:07 +0100" value="0.02878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 08:26:40 +0100" startDate="2018-04-23 07:40:07 +0100" endDate="2018-04-23 07:49:32 +0100" value="0.02387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 09:21:21 +0100" startDate="2018-04-23 08:30:52 +0100" endDate="2018-04-23 08:38:08 +0100" value="0.01668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 09:21:21 +0100" startDate="2018-04-23 08:39:10 +0100" endDate="2018-04-23 08:47:02 +0100" value="0.08756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 09:21:21 +0100" startDate="2018-04-23 08:58:19 +0100" endDate="2018-04-23 09:08:01 +0100" value="0.052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 10:20:18 +0100" startDate="2018-04-23 09:27:41 +0100" endDate="2018-04-23 09:34:19 +0100" value="0.01864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 10:20:18 +0100" startDate="2018-04-23 09:52:03 +0100" endDate="2018-04-23 09:59:02 +0100" value="0.08319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 11:21:21 +0100" startDate="2018-04-23 10:23:32 +0100" endDate="2018-04-23 10:32:20 +0100" value="0.06494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 11:21:21 +0100" startDate="2018-04-23 10:32:20 +0100" endDate="2018-04-23 10:42:19 +0100" value="0.41545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 11:21:21 +0100" startDate="2018-04-23 10:42:19 +0100" endDate="2018-04-23 10:52:17 +0100" value="0.37903"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 11:21:21 +0100" startDate="2018-04-23 10:52:17 +0100" endDate="2018-04-23 10:57:15 +0100" value="0.34365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 12:21:23 +0100" startDate="2018-04-23 11:19:29 +0100" endDate="2018-04-23 11:29:28 +0100" value="0.37639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 12:21:23 +0100" startDate="2018-04-23 11:29:28 +0100" endDate="2018-04-23 11:33:40 +0100" value="0.09844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 12:21:23 +0100" startDate="2018-04-23 11:43:30 +0100" endDate="2018-04-23 11:49:50 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 14:17:31 +0100" startDate="2018-04-23 13:56:12 +0100" endDate="2018-04-23 14:05:10 +0100" value="0.05558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 16:21:20 +0100" startDate="2018-04-23 15:23:55 +0100" endDate="2018-04-23 15:33:55 +0100" value="0.31267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 16:21:20 +0100" startDate="2018-04-23 15:33:55 +0100" endDate="2018-04-23 15:42:04 +0100" value="0.37388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 16:21:20 +0100" startDate="2018-04-23 15:42:04 +0100" endDate="2018-04-23 15:48:23 +0100" value="0.12908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 16:21:20 +0100" startDate="2018-04-23 15:49:51 +0100" endDate="2018-04-23 15:59:50 +0100" value="0.11746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 16:21:20 +0100" startDate="2018-04-23 15:59:50 +0100" endDate="2018-04-23 16:08:04 +0100" value="0.12858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 16:21:20 +0100" startDate="2018-04-23 16:08:04 +0100" endDate="2018-04-23 16:18:02 +0100" value="0.43947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 17:01:07 +0100" startDate="2018-04-23 16:18:02 +0100" endDate="2018-04-23 16:28:00 +0100" value="0.53954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 17:01:07 +0100" startDate="2018-04-23 16:28:00 +0100" endDate="2018-04-23 16:32:02 +0100" value="0.16127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 17:14:02 +0100" startDate="2018-04-23 16:53:49 +0100" endDate="2018-04-23 17:03:48 +0100" value="0.03347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 17:14:02 +0100" startDate="2018-04-23 17:03:48 +0100" endDate="2018-04-23 17:13:46 +0100" value="0.73219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 18:19:02 +0100" startDate="2018-04-23 17:13:46 +0100" endDate="2018-04-23 17:21:45 +0100" value="0.18377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 18:19:02 +0100" startDate="2018-04-23 17:25:40 +0100" endDate="2018-04-23 17:35:39 +0100" value="0.28697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 18:19:02 +0100" startDate="2018-04-23 17:35:39 +0100" endDate="2018-04-23 17:45:37 +0100" value="0.34051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 18:19:02 +0100" startDate="2018-04-23 17:45:37 +0100" endDate="2018-04-23 17:55:36 +0100" value="0.15331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 18:19:02 +0100" startDate="2018-04-23 17:55:36 +0100" endDate="2018-04-23 18:00:50 +0100" value="0.03033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 18:19:02 +0100" startDate="2018-04-23 18:08:15 +0100" endDate="2018-04-23 18:18:14 +0100" value="0.0715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 19:20:19 +0100" startDate="2018-04-23 18:18:14 +0100" endDate="2018-04-23 18:25:50 +0100" value="0.15796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 19:20:19 +0100" startDate="2018-04-23 18:25:50 +0100" endDate="2018-04-23 18:29:06 +0100" value="0.00549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 20:25:16 +0100" startDate="2018-04-23 19:30:30 +0100" endDate="2018-04-23 19:36:35 +0100" value="0.00384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 22:49:14 +0100" startDate="2018-04-23 22:19:13 +0100" endDate="2018-04-23 22:28:33 +0100" value="0.01726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 22:49:14 +0100" startDate="2018-04-23 22:32:17 +0100" endDate="2018-04-23 22:42:11 +0100" value="0.03802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 23:18:17 +0100" startDate="2018-04-23 22:42:11 +0100" endDate="2018-04-23 22:45:46 +0100" value="0.04909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-23 23:18:17 +0100" startDate="2018-04-23 22:51:55 +0100" endDate="2018-04-23 22:58:33 +0100" value="0.01609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 05:34:59 +0100" startDate="2018-04-24 05:04:46 +0100" endDate="2018-04-24 05:11:04 +0100" value="0.00047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 06:21:44 +0100" startDate="2018-04-24 05:34:18 +0100" endDate="2018-04-24 05:40:56 +0100" value="0.01808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 06:21:44 +0100" startDate="2018-04-24 05:40:56 +0100" endDate="2018-04-24 05:47:58 +0100" value="0.00718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 06:21:44 +0100" startDate="2018-04-24 05:47:58 +0100" endDate="2018-04-24 05:57:58 +0100" value="0.32836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 06:21:44 +0100" startDate="2018-04-24 05:57:58 +0100" endDate="2018-04-24 06:03:47 +0100" value="0.28961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 07:17:34 +0100" startDate="2018-04-24 06:17:45 +0100" endDate="2018-04-24 06:26:45 +0100" value="0.06703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 07:17:34 +0100" startDate="2018-04-24 06:26:45 +0100" endDate="2018-04-24 06:30:57 +0100" value="0.01243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 07:17:34 +0100" startDate="2018-04-24 06:57:49 +0100" endDate="2018-04-24 07:07:48 +0100" value="0.26238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 08:23:41 +0100" startDate="2018-04-24 07:07:48 +0100" endDate="2018-04-24 07:17:46 +0100" value="0.52738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 08:23:41 +0100" startDate="2018-04-24 07:17:46 +0100" endDate="2018-04-24 07:20:19 +0100" value="0.02635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 08:23:41 +0100" startDate="2018-04-24 07:59:41 +0100" endDate="2018-04-24 08:09:33 +0100" value="0.31187"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 08:23:41 +0100" startDate="2018-04-24 08:09:33 +0100" endDate="2018-04-24 08:15:36 +0100" value="0.32762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 10:19:07 +0100" startDate="2018-04-24 09:35:42 +0100" endDate="2018-04-24 09:42:15 +0100" value="0.02198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 10:19:07 +0100" startDate="2018-04-24 09:42:15 +0100" endDate="2018-04-24 09:52:14 +0100" value="0.03447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 10:19:07 +0100" startDate="2018-04-24 09:52:14 +0100" endDate="2018-04-24 10:02:12 +0100" value="0.18377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 10:19:07 +0100" startDate="2018-04-24 10:02:12 +0100" endDate="2018-04-24 10:05:52 +0100" value="0.0661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 11:22:14 +0100" startDate="2018-04-24 10:21:36 +0100" endDate="2018-04-24 10:31:36 +0100" value="0.04836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 11:22:14 +0100" startDate="2018-04-24 10:31:36 +0100" endDate="2018-04-24 10:41:35 +0100" value="0.61713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 11:22:14 +0100" startDate="2018-04-24 10:41:35 +0100" endDate="2018-04-24 10:49:03 +0100" value="0.17373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 11:22:14 +0100" startDate="2018-04-24 10:49:03 +0100" endDate="2018-04-24 10:55:12 +0100" value="0.00663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 11:22:14 +0100" startDate="2018-04-24 11:03:48 +0100" endDate="2018-04-24 11:13:47 +0100" value="0.26801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 12:18:58 +0100" startDate="2018-04-24 11:13:47 +0100" endDate="2018-04-24 11:23:46 +0100" value="0.59421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 12:18:58 +0100" startDate="2018-04-24 11:23:46 +0100" endDate="2018-04-24 11:33:16 +0100" value="0.09673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 12:18:58 +0100" startDate="2018-04-24 11:33:16 +0100" endDate="2018-04-24 11:37:40 +0100" value="0.02219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 14:19:51 +0100" startDate="2018-04-24 13:56:57 +0100" endDate="2018-04-24 14:05:04 +0100" value="0.02963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 15:20:50 +0100" startDate="2018-04-24 14:21:07 +0100" endDate="2018-04-24 14:31:06 +0100" value="0.25657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 15:20:50 +0100" startDate="2018-04-24 14:31:06 +0100" endDate="2018-04-24 14:32:28 +0100" value="0.02663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 15:20:50 +0100" startDate="2018-04-24 15:01:12 +0100" endDate="2018-04-24 15:09:44 +0100" value="0.01168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 16:24:28 +0100" startDate="2018-04-24 15:29:45 +0100" endDate="2018-04-24 15:36:11 +0100" value="0.01144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 16:24:28 +0100" startDate="2018-04-24 16:03:45 +0100" endDate="2018-04-24 16:13:44 +0100" value="0.27225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 16:24:28 +0100" startDate="2018-04-24 16:13:44 +0100" endDate="2018-04-24 16:23:44 +0100" value="0.56155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 17:20:00 +0100" startDate="2018-04-24 16:23:44 +0100" endDate="2018-04-24 16:29:05 +0100" value="0.13391"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 17:20:00 +0100" startDate="2018-04-24 16:52:41 +0100" endDate="2018-04-24 17:02:15 +0100" value="0.02946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 17:20:00 +0100" startDate="2018-04-24 17:02:15 +0100" endDate="2018-04-24 17:12:05 +0100" value="0.08252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 17:12:05 +0100" endDate="2018-04-24 17:21:56 +0100" value="0.1583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 17:21:56 +0100" endDate="2018-04-24 17:31:55 +0100" value="0.222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 17:31:55 +0100" endDate="2018-04-24 17:41:54 +0100" value="0.20741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 17:41:54 +0100" endDate="2018-04-24 17:51:45 +0100" value="0.39581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 17:51:45 +0100" endDate="2018-04-24 17:57:19 +0100" value="0.22175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 17:57:19 +0100" endDate="2018-04-24 18:07:18 +0100" value="0.13884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 18:23:03 +0100" startDate="2018-04-24 18:07:18 +0100" endDate="2018-04-24 18:13:29 +0100" value="0.03378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 19:34:01 +0100" startDate="2018-04-24 18:13:29 +0100" endDate="2018-04-24 18:23:12 +0100" value="0.09489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 19:34:01 +0100" startDate="2018-04-24 18:23:12 +0100" endDate="2018-04-24 18:32:54 +0100" value="0.47929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 19:34:01 +0100" startDate="2018-04-24 18:32:54 +0100" endDate="2018-04-24 18:41:47 +0100" value="0.46996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 19:34:01 +0100" startDate="2018-04-24 18:41:47 +0100" endDate="2018-04-24 18:48:27 +0100" value="0.06016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 19:34:01 +0100" startDate="2018-04-24 18:48:27 +0100" endDate="2018-04-24 18:56:37 +0100" value="0.04889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 19:34:01 +0100" startDate="2018-04-24 18:58:02 +0100" endDate="2018-04-24 19:04:18 +0100" value="0.00739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 20:17:56 +0100" startDate="2018-04-24 19:52:32 +0100" endDate="2018-04-24 20:02:05 +0100" value="0.04302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-24 21:19:14 +0100" startDate="2018-04-24 20:19:42 +0100" endDate="2018-04-24 20:28:59 +0100" value="0.1661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 05:26:50 +0100" startDate="2018-04-25 04:36:28 +0100" endDate="2018-04-25 04:42:51 +0100" value="0.01016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 05:26:50 +0100" startDate="2018-04-25 04:42:51 +0100" endDate="2018-04-25 04:47:26 +0100" value="0.00296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 05:26:50 +0100" startDate="2018-04-25 05:15:29 +0100" endDate="2018-04-25 05:23:04 +0100" value="0.04035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 06:19:48 +0100" startDate="2018-04-25 05:23:04 +0100" endDate="2018-04-25 05:27:19 +0100" value="0.00677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 07:17:53 +0100" startDate="2018-04-25 06:50:43 +0100" endDate="2018-04-25 07:00:43 +0100" value="0.26834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 07:17:53 +0100" startDate="2018-04-25 07:00:43 +0100" endDate="2018-04-25 07:06:59 +0100" value="0.50588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 11:17:30 +0100" startDate="2018-04-25 10:20:44 +0100" endDate="2018-04-25 10:27:55 +0100" value="0.02099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 11:17:30 +0100" startDate="2018-04-25 10:27:55 +0100" endDate="2018-04-25 10:37:53 +0100" value="0.36008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 11:17:30 +0100" startDate="2018-04-25 10:37:53 +0100" endDate="2018-04-25 10:47:51 +0100" value="0.4062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 11:17:30 +0100" startDate="2018-04-25 10:47:51 +0100" endDate="2018-04-25 10:49:36 +0100" value="0.07992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 12:21:54 +0100" startDate="2018-04-25 11:14:42 +0100" endDate="2018-04-25 11:24:41 +0100" value="0.08744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 12:21:54 +0100" startDate="2018-04-25 11:24:41 +0100" endDate="2018-04-25 11:34:39 +0100" value="0.67402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 12:21:54 +0100" startDate="2018-04-25 11:34:39 +0100" endDate="2018-04-25 11:44:11 +0100" value="0.10366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 13:23:44 +0100" startDate="2018-04-25 13:00:00 +0100" endDate="2018-04-25 13:07:01 +0100" value="0.02557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 13:23:44 +0100" startDate="2018-04-25 13:07:01 +0100" endDate="2018-04-25 13:14:01 +0100" value="0.02047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 14:19:47 +0100" startDate="2018-04-25 13:29:02 +0100" endDate="2018-04-25 13:39:01 +0100" value="0.06948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 14:19:47 +0100" startDate="2018-04-25 13:39:01 +0100" endDate="2018-04-25 13:43:33 +0100" value="0.02247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 14:19:47 +0100" startDate="2018-04-25 13:46:41 +0100" endDate="2018-04-25 13:52:48 +0100" value="0.01434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 15:18:26 +0100" startDate="2018-04-25 15:05:09 +0100" endDate="2018-04-25 15:14:53 +0100" value="0.03897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 16:20:03 +0100" startDate="2018-04-25 16:01:54 +0100" endDate="2018-04-25 16:11:54 +0100" value="0.32577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 17:20:23 +0100" startDate="2018-04-25 16:11:54 +0100" endDate="2018-04-25 16:16:01 +0100" value="0.3017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 17:20:23 +0100" startDate="2018-04-25 16:16:01 +0100" endDate="2018-04-25 16:22:19 +0100" value="0.00952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 17:20:23 +0100" startDate="2018-04-25 16:54:24 +0100" endDate="2018-04-25 17:01:00 +0100" value="0.02407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 17:20:23 +0100" startDate="2018-04-25 17:01:00 +0100" endDate="2018-04-25 17:09:26 +0100" value="0.04952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 17:20:23 +0100" startDate="2018-04-25 17:09:26 +0100" endDate="2018-04-25 17:15:58 +0100" value="0.03388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 18:26:34 +0100" startDate="2018-04-25 17:20:25 +0100" endDate="2018-04-25 17:30:20 +0100" value="0.20226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 18:26:34 +0100" startDate="2018-04-25 17:30:20 +0100" endDate="2018-04-25 17:40:19 +0100" value="0.76489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 18:26:34 +0100" startDate="2018-04-25 17:40:19 +0100" endDate="2018-04-25 17:45:38 +0100" value="0.37038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 18:26:34 +0100" startDate="2018-04-25 17:45:38 +0100" endDate="2018-04-25 17:52:55 +0100" value="0.0289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 18:26:34 +0100" startDate="2018-04-25 17:57:57 +0100" endDate="2018-04-25 18:05:21 +0100" value="0.05204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 19:27:32 +0100" startDate="2018-04-25 18:41:26 +0100" endDate="2018-04-25 18:49:23 +0100" value="0.03125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 19:27:32 +0100" startDate="2018-04-25 19:04:47 +0100" endDate="2018-04-25 19:14:39 +0100" value="0.13206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 19:27:32 +0100" startDate="2018-04-25 19:14:39 +0100" endDate="2018-04-25 19:18:23 +0100" value="0.03263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 20:18:26 +0100" startDate="2018-04-25 19:18:23 +0100" endDate="2018-04-25 19:28:19 +0100" value="0.01778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 20:18:26 +0100" startDate="2018-04-25 19:28:19 +0100" endDate="2018-04-25 19:38:18 +0100" value="0.21096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 20:18:26 +0100" startDate="2018-04-25 19:38:18 +0100" endDate="2018-04-25 19:46:32 +0100" value="0.06743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 20:18:26 +0100" startDate="2018-04-25 19:46:32 +0100" endDate="2018-04-25 19:55:32 +0100" value="0.07791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 21:20:22 +0100" startDate="2018-04-25 20:51:35 +0100" endDate="2018-04-25 21:00:29 +0100" value="0.00276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 21:20:22 +0100" startDate="2018-04-25 21:00:29 +0100" endDate="2018-04-25 21:01:54 +0100" value="0.00444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 21:20:22 +0100" startDate="2018-04-25 21:06:55 +0100" endDate="2018-04-25 21:16:55 +0100" value="0.14277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 23:05:18 +0100" startDate="2018-04-25 21:16:55 +0100" endDate="2018-04-25 21:25:07 +0100" value="0.25861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 23:05:18 +0100" startDate="2018-04-25 21:25:07 +0100" endDate="2018-04-25 21:35:06 +0100" value="0.21363"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 23:05:18 +0100" startDate="2018-04-25 21:35:06 +0100" endDate="2018-04-25 21:42:13 +0100" value="0.2007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 23:05:18 +0100" startDate="2018-04-25 21:58:30 +0100" endDate="2018-04-25 22:06:31 +0100" value="0.03699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 23:05:18 +0100" startDate="2018-04-25 22:18:41 +0100" endDate="2018-04-25 22:25:14 +0100" value="0.0183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-25 23:20:28 +0100" startDate="2018-04-25 23:03:20 +0100" endDate="2018-04-25 23:09:48 +0100" value="0.01575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 06:19:48 +0100" startDate="2018-04-26 05:42:20 +0100" endDate="2018-04-26 05:46:52 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 06:19:48 +0100" startDate="2018-04-26 06:09:46 +0100" endDate="2018-04-26 06:16:52 +0100" value="0.02397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 06:16:52 +0100" endDate="2018-04-26 06:21:56 +0100" value="0.01332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 06:21:56 +0100" endDate="2018-04-26 06:31:56 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 06:31:56 +0100" endDate="2018-04-26 06:32:08 +0100" value="0.00195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 06:42:01 +0100" endDate="2018-04-26 06:49:45 +0100" value="0.03008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 06:49:45 +0100" endDate="2018-04-26 06:59:43 +0100" value="0.18261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 06:59:43 +0100" endDate="2018-04-26 07:09:24 +0100" value="0.76437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 07:19:27 +0100" startDate="2018-04-26 07:09:24 +0100" endDate="2018-04-26 07:13:39 +0100" value="0.01682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 09:19:57 +0100" startDate="2018-04-26 08:56:41 +0100" endDate="2018-04-26 09:02:49 +0100" value="0.0027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 09:19:57 +0100" startDate="2018-04-26 09:02:49 +0100" endDate="2018-04-26 09:12:46 +0100" value="0.04852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 10:18:26 +0100" startDate="2018-04-26 09:12:46 +0100" endDate="2018-04-26 09:15:24 +0100" value="0.01325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 10:18:26 +0100" startDate="2018-04-26 09:20:53 +0100" endDate="2018-04-26 09:27:18 +0100" value="0.00165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 10:18:26 +0100" startDate="2018-04-26 09:38:14 +0100" endDate="2018-04-26 09:48:14 +0100" value="0.04205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 10:18:26 +0100" startDate="2018-04-26 09:48:14 +0100" endDate="2018-04-26 09:51:25 +0100" value="0.00647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 10:18:26 +0100" startDate="2018-04-26 09:53:52 +0100" endDate="2018-04-26 10:03:28 +0100" value="0.03762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 10:18:26 +0100" startDate="2018-04-26 10:03:28 +0100" endDate="2018-04-26 10:09:34 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 11:17:58 +0100" startDate="2018-04-26 10:14:00 +0100" endDate="2018-04-26 10:21:17 +0100" value="0.0012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 11:17:58 +0100" startDate="2018-04-26 10:24:42 +0100" endDate="2018-04-26 10:34:42 +0100" value="0.10198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 11:17:58 +0100" startDate="2018-04-26 10:34:42 +0100" endDate="2018-04-26 10:44:42 +0100" value="0.6098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 11:17:58 +0100" startDate="2018-04-26 10:44:42 +0100" endDate="2018-04-26 10:47:19 +0100" value="0.08234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 11:17:58 +0100" startDate="2018-04-26 10:58:27 +0100" endDate="2018-04-26 11:08:26 +0100" value="0.30462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 12:17:39 +0100" startDate="2018-04-26 11:08:26 +0100" endDate="2018-04-26 11:17:39 +0100" value="0.50174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 12:17:39 +0100" startDate="2018-04-26 11:28:19 +0100" endDate="2018-04-26 11:37:26 +0100" value="0.26138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 12:17:39 +0100" startDate="2018-04-26 11:37:26 +0100" endDate="2018-04-26 11:47:25 +0100" value="0.63856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 12:17:39 +0100" startDate="2018-04-26 11:47:25 +0100" endDate="2018-04-26 11:57:15 +0100" value="0.28035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 12:17:39 +0100" startDate="2018-04-26 11:57:15 +0100" endDate="2018-04-26 12:02:35 +0100" value="0.0301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 12:17:39 +0100" startDate="2018-04-26 12:02:35 +0100" endDate="2018-04-26 12:12:03 +0100" value="0.03081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 13:20:33 +0100" startDate="2018-04-26 12:12:03 +0100" endDate="2018-04-26 12:22:02 +0100" value="0.01804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 13:20:33 +0100" startDate="2018-04-26 12:22:02 +0100" endDate="2018-04-26 12:32:00 +0100" value="0.15124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 13:20:33 +0100" startDate="2018-04-26 12:32:00 +0100" endDate="2018-04-26 12:35:49 +0100" value="0.15461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 13:20:33 +0100" startDate="2018-04-26 12:40:21 +0100" endDate="2018-04-26 12:46:39 +0100" value="0.01777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 13:20:33 +0100" startDate="2018-04-26 13:08:25 +0100" endDate="2018-04-26 13:14:33 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 14:20:07 +0100" startDate="2018-04-26 13:14:33 +0100" endDate="2018-04-26 13:24:31 +0100" value="0.10564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 14:20:07 +0100" startDate="2018-04-26 13:24:31 +0100" endDate="2018-04-26 13:34:30 +0100" value="0.88242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 14:20:07 +0100" startDate="2018-04-26 13:34:30 +0100" endDate="2018-04-26 13:41:11 +0100" value="0.34386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 14:20:07 +0100" startDate="2018-04-26 13:46:41 +0100" endDate="2018-04-26 13:55:55 +0100" value="0.04384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 15:21:35 +0100" startDate="2018-04-26 14:41:00 +0100" endDate="2018-04-26 14:50:21 +0100" value="0.05632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 15:21:35 +0100" startDate="2018-04-26 14:50:21 +0100" endDate="2018-04-26 14:57:49 +0100" value="0.02679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 15:21:35 +0100" startDate="2018-04-26 15:05:51 +0100" endDate="2018-04-26 15:14:23 +0100" value="0.04388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 16:17:58 +0100" startDate="2018-04-26 15:23:38 +0100" endDate="2018-04-26 15:33:38 +0100" value="0.30676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 16:17:58 +0100" startDate="2018-04-26 15:33:38 +0100" endDate="2018-04-26 15:43:24 +0100" value="0.38714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 16:17:58 +0100" startDate="2018-04-26 15:43:24 +0100" endDate="2018-04-26 15:52:50 +0100" value="0.12764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 16:17:58 +0100" startDate="2018-04-26 15:52:50 +0100" endDate="2018-04-26 15:57:45 +0100" value="0.02127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 16:26:38 +0100" endDate="2018-04-26 16:34:00 +0100" value="0.02408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 16:34:00 +0100" endDate="2018-04-26 16:38:55 +0100" value="0.02859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 16:38:55 +0100" endDate="2018-04-26 16:45:34 +0100" value="0.00572"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 16:45:34 +0100" endDate="2018-04-26 16:51:40 +0100" value="0.0052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 16:53:27 +0100" endDate="2018-04-26 17:00:11 +0100" value="0.0114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 17:00:11 +0100" endDate="2018-04-26 17:06:07 +0100" value="0.0165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 17:18:33 +0100" startDate="2018-04-26 17:06:07 +0100" endDate="2018-04-26 17:14:59 +0100" value="0.08864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 18:20:19 +0100" startDate="2018-04-26 17:14:59 +0100" endDate="2018-04-26 17:24:58 +0100" value="0.1262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 18:20:19 +0100" startDate="2018-04-26 17:24:58 +0100" endDate="2018-04-26 17:34:57 +0100" value="0.72669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 18:20:19 +0100" startDate="2018-04-26 17:34:57 +0100" endDate="2018-04-26 17:44:57 +0100" value="0.57188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 18:20:19 +0100" startDate="2018-04-26 17:44:57 +0100" endDate="2018-04-26 17:50:08 +0100" value="0.2356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 18:20:19 +0100" startDate="2018-04-26 17:51:52 +0100" endDate="2018-04-26 17:58:03 +0100" value="0.00804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 19:23:02 +0100" startDate="2018-04-26 19:00:22 +0100" endDate="2018-04-26 19:06:29 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-26 22:46:32 +0100" startDate="2018-04-26 21:19:49 +0100" endDate="2018-04-26 21:25:55 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 05:31:55 +0100" startDate="2018-04-27 04:19:07 +0100" endDate="2018-04-27 04:25:18 +0100" value="0.00576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 06:23:13 +0100" startDate="2018-04-27 05:44:22 +0100" endDate="2018-04-27 05:54:14 +0100" value="0.03682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 06:23:13 +0100" startDate="2018-04-27 05:54:14 +0100" endDate="2018-04-27 06:00:29 +0100" value="0.00172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 06:17:16 +0100" endDate="2018-04-27 06:25:44 +0100" value="0.04285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 06:25:44 +0100" endDate="2018-04-27 06:33:27 +0100" value="0.05227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 06:33:27 +0100" endDate="2018-04-27 06:43:25 +0100" value="0.28675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 06:43:25 +0100" endDate="2018-04-27 06:53:25 +0100" value="0.62074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 06:53:25 +0100" endDate="2018-04-27 06:57:20 +0100" value="0.28005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 07:00:33 +0100" endDate="2018-04-27 07:10:17 +0100" value="0.05864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 07:20:21 +0100" startDate="2018-04-27 07:10:17 +0100" endDate="2018-04-27 07:16:40 +0100" value="0.03893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 09:22:49 +0100" startDate="2018-04-27 09:02:36 +0100" endDate="2018-04-27 09:12:36 +0100" value="0.19574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 09:22:49 +0100" startDate="2018-04-27 09:12:36 +0100" endDate="2018-04-27 09:20:20 +0100" value="0.12644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 10:21:32 +0100" startDate="2018-04-27 09:20:20 +0100" endDate="2018-04-27 09:24:28 +0100" value="0.04495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 10:21:32 +0100" startDate="2018-04-27 09:27:34 +0100" endDate="2018-04-27 09:37:31 +0100" value="0.1918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 10:21:32 +0100" startDate="2018-04-27 09:37:31 +0100" endDate="2018-04-27 09:39:58 +0100" value="0.00668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 11:18:53 +0100" startDate="2018-04-27 11:05:53 +0100" endDate="2018-04-27 11:15:33 +0100" value="0.33357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 12:19:46 +0100" startDate="2018-04-27 11:15:33 +0100" endDate="2018-04-27 11:22:41 +0100" value="0.21876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 12:19:46 +0100" startDate="2018-04-27 11:39:42 +0100" endDate="2018-04-27 11:47:09 +0100" value="0.02503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 12:19:46 +0100" startDate="2018-04-27 12:01:49 +0100" endDate="2018-04-27 12:08:57 +0100" value="0.01713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 12:19:46 +0100" startDate="2018-04-27 12:08:57 +0100" endDate="2018-04-27 12:18:56 +0100" value="0.69026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 13:19:48 +0100" startDate="2018-04-27 12:18:56 +0100" endDate="2018-04-27 12:21:14 +0100" value="0.13968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 15:20:15 +0100" startDate="2018-04-27 14:07:52 +0100" endDate="2018-04-27 14:17:44 +0100" value="0.00696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 16:22:27 +0100" startDate="2018-04-27 15:28:04 +0100" endDate="2018-04-27 15:35:53 +0100" value="0.0005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 16:22:27 +0100" startDate="2018-04-27 16:05:46 +0100" endDate="2018-04-27 16:13:53 +0100" value="0.06904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 17:25:02 +0100" startDate="2018-04-27 16:13:53 +0100" endDate="2018-04-27 16:13:56 +0100" value="0.00098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 17:25:02 +0100" startDate="2018-04-27 16:35:24 +0100" endDate="2018-04-27 16:41:52 +0100" value="0.02601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 18:19:57 +0100" startDate="2018-04-27 17:17:37 +0100" endDate="2018-04-27 17:25:02 +0100" value="0.01335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 19:22:18 +0100" startDate="2018-04-27 18:10:10 +0100" endDate="2018-04-27 18:16:18 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 19:22:18 +0100" startDate="2018-04-27 18:24:22 +0100" endDate="2018-04-27 18:34:14 +0100" value="0.11881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 19:22:18 +0100" startDate="2018-04-27 18:34:14 +0100" endDate="2018-04-27 18:37:22 +0100" value="0.08405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-27 20:18:40 +0100" startDate="2018-04-27 19:25:29 +0100" endDate="2018-04-27 19:35:24 +0100" value="0.15261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 00:39:40 +0100" startDate="2018-04-27 23:45:58 +0100" endDate="2018-04-27 23:55:30 +0100" value="0.10237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 00:39:40 +0100" startDate="2018-04-27 23:55:30 +0100" endDate="2018-04-28 00:00:02 +0100" value="0.10088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 00:39:40 +0100" startDate="2018-04-28 00:06:38 +0100" endDate="2018-04-28 00:16:38 +0100" value="0.40255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 00:39:40 +0100" startDate="2018-04-28 00:16:38 +0100" endDate="2018-04-28 00:26:38 +0100" value="0.2533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 00:39:40 +0100" startDate="2018-04-28 00:26:38 +0100" endDate="2018-04-28 00:36:37 +0100" value="0.21051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 01:42:04 +0100" startDate="2018-04-28 00:36:37 +0100" endDate="2018-04-28 00:46:33 +0100" value="0.18877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 01:42:04 +0100" startDate="2018-04-28 00:46:33 +0100" endDate="2018-04-28 00:51:59 +0100" value="0.18904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 01:42:04 +0100" startDate="2018-04-28 01:01:14 +0100" endDate="2018-04-28 01:11:13 +0100" value="0.1244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 01:42:04 +0100" startDate="2018-04-28 01:11:13 +0100" endDate="2018-04-28 01:21:10 +0100" value="0.38761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 01:42:04 +0100" startDate="2018-04-28 01:21:10 +0100" endDate="2018-04-28 01:30:57 +0100" value="0.31432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 01:42:04 +0100" startDate="2018-04-28 01:30:57 +0100" endDate="2018-04-28 01:40:55 +0100" value="0.3025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 02:39:15 +0100" startDate="2018-04-28 01:40:55 +0100" endDate="2018-04-28 01:45:12 +0100" value="0.15697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 02:39:15 +0100" startDate="2018-04-28 01:53:00 +0100" endDate="2018-04-28 02:01:53 +0100" value="0.11823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 02:39:15 +0100" startDate="2018-04-28 02:01:53 +0100" endDate="2018-04-28 02:11:53 +0100" value="0.21396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 02:39:15 +0100" startDate="2018-04-28 02:11:53 +0100" endDate="2018-04-28 02:21:51 +0100" value="0.3294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 02:39:15 +0100" startDate="2018-04-28 02:21:51 +0100" endDate="2018-04-28 02:30:14 +0100" value="0.21515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 03:47:19 +0100" startDate="2018-04-28 02:30:14 +0100" endDate="2018-04-28 02:40:14 +0100" value="0.10581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 03:47:19 +0100" startDate="2018-04-28 02:40:14 +0100" endDate="2018-04-28 02:50:12 +0100" value="0.19316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 03:47:19 +0100" startDate="2018-04-28 02:50:12 +0100" endDate="2018-04-28 02:59:03 +0100" value="0.00596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 03:47:19 +0100" startDate="2018-04-28 02:59:03 +0100" endDate="2018-04-28 03:09:02 +0100" value="0.38961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 03:47:19 +0100" startDate="2018-04-28 03:09:02 +0100" endDate="2018-04-28 03:16:37 +0100" value="0.08819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 07:20:49 +0100" startDate="2018-04-28 06:45:12 +0100" endDate="2018-04-28 06:54:57 +0100" value="0.05554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 07:20:49 +0100" startDate="2018-04-28 06:54:57 +0100" endDate="2018-04-28 07:02:43 +0100" value="0.07941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 07:20:49 +0100" startDate="2018-04-28 07:02:43 +0100" endDate="2018-04-28 07:11:58 +0100" value="0.0379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 08:23:52 +0100" startDate="2018-04-28 07:11:58 +0100" endDate="2018-04-28 07:16:59 +0100" value="0.12256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 08:23:52 +0100" startDate="2018-04-28 07:56:21 +0100" endDate="2018-04-28 08:06:21 +0100" value="0.08863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 08:23:52 +0100" startDate="2018-04-28 08:06:21 +0100" endDate="2018-04-28 08:08:16 +0100" value="0.04484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 10:04:09 +0100" startDate="2018-04-28 08:38:40 +0100" endDate="2018-04-28 08:47:02 +0100" value="0.0106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 10:04:09 +0100" startDate="2018-04-28 08:47:02 +0100" endDate="2018-04-28 08:49:06 +0100" value="0.01058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 10:04:09 +0100" startDate="2018-04-28 08:58:31 +0100" endDate="2018-04-28 09:06:31 +0100" value="0.02459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 10:04:09 +0100" startDate="2018-04-28 09:06:31 +0100" endDate="2018-04-28 09:14:01 +0100" value="0.0505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 10:48:59 +0100" startDate="2018-04-28 10:05:09 +0100" endDate="2018-04-28 10:12:21 +0100" value="0.02432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 10:48:59 +0100" startDate="2018-04-28 10:15:13 +0100" endDate="2018-04-28 10:23:51 +0100" value="0.02033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 11:18:11 +0100" startDate="2018-04-28 10:56:57 +0100" endDate="2018-04-28 11:03:23 +0100" value="0.02115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 11:18:11 +0100" startDate="2018-04-28 11:08:05 +0100" endDate="2018-04-28 11:17:32 +0100" value="0.09503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 12:22:44 +0100" startDate="2018-04-28 11:17:32 +0100" endDate="2018-04-28 11:27:05 +0100" value="0.04497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 12:22:44 +0100" startDate="2018-04-28 11:27:05 +0100" endDate="2018-04-28 11:31:50 +0100" value="0.06543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 12:22:44 +0100" startDate="2018-04-28 11:39:09 +0100" endDate="2018-04-28 11:48:25 +0100" value="0.14122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 12:22:44 +0100" startDate="2018-04-28 11:48:25 +0100" endDate="2018-04-28 11:56:56 +0100" value="0.0745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 12:22:44 +0100" startDate="2018-04-28 11:56:56 +0100" endDate="2018-04-28 12:03:33 +0100" value="0.08192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 14:21:17 +0100" startDate="2018-04-28 13:31:03 +0100" endDate="2018-04-28 13:40:29 +0100" value="0.12701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 14:21:17 +0100" startDate="2018-04-28 13:40:29 +0100" endDate="2018-04-28 13:50:28 +0100" value="0.39618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 14:21:17 +0100" startDate="2018-04-28 13:50:28 +0100" endDate="2018-04-28 14:00:19 +0100" value="0.15625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 14:21:17 +0100" startDate="2018-04-28 14:00:19 +0100" endDate="2018-04-28 14:10:17 +0100" value="0.29231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 14:21:17 +0100" startDate="2018-04-28 14:10:17 +0100" endDate="2018-04-28 14:19:43 +0100" value="0.17462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 15:20:08 +0100" startDate="2018-04-28 14:19:43 +0100" endDate="2018-04-28 14:29:34 +0100" value="0.26808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 15:20:08 +0100" startDate="2018-04-28 14:29:34 +0100" endDate="2018-04-28 14:39:29 +0100" value="0.22462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 15:20:08 +0100" startDate="2018-04-28 14:39:29 +0100" endDate="2018-04-28 14:42:38 +0100" value="0.1233"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 16:19:55 +0100" startDate="2018-04-28 15:15:24 +0100" endDate="2018-04-28 15:24:45 +0100" value="0.14101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 16:19:55 +0100" startDate="2018-04-28 15:24:45 +0100" endDate="2018-04-28 15:26:37 +0100" value="0.03449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 16:19:55 +0100" startDate="2018-04-28 16:06:42 +0100" endDate="2018-04-28 16:15:43 +0100" value="0.10416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 17:18:08 +0100" startDate="2018-04-28 17:02:20 +0100" endDate="2018-04-28 17:08:41 +0100" value="0.00136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 18:23:46 +0100" startDate="2018-04-28 17:08:41 +0100" endDate="2018-04-28 17:15:40 +0100" value="0.0048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 18:23:46 +0100" startDate="2018-04-28 17:51:07 +0100" endDate="2018-04-28 17:58:59 +0100" value="0.03837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 18:23:46 +0100" startDate="2018-04-28 17:58:59 +0100" endDate="2018-04-28 18:08:21 +0100" value="0.05208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 18:23:46 +0100" startDate="2018-04-28 18:08:21 +0100" endDate="2018-04-28 18:12:41 +0100" value="0.01255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 19:18:38 +0100" startDate="2018-04-28 18:12:41 +0100" endDate="2018-04-28 18:21:22 +0100" value="0.01193"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 19:18:38 +0100" startDate="2018-04-28 18:21:22 +0100" endDate="2018-04-28 18:24:02 +0100" value="0.01998"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 19:18:38 +0100" startDate="2018-04-28 18:45:21 +0100" endDate="2018-04-28 18:52:30 +0100" value="0.0048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 19:18:38 +0100" startDate="2018-04-28 18:52:30 +0100" endDate="2018-04-28 19:00:25 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 19:18:38 +0100" startDate="2018-04-28 19:00:25 +0100" endDate="2018-04-28 19:07:46 +0100" value="0.0062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 22:07:29 +0100" startDate="2018-04-28 20:13:22 +0100" endDate="2018-04-28 20:19:27 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 22:07:29 +0100" startDate="2018-04-28 20:26:42 +0100" endDate="2018-04-28 20:32:49 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-28 22:07:29 +0100" startDate="2018-04-28 21:21:10 +0100" endDate="2018-04-28 21:29:24 +0100" value="0.03175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 10:45:22 +0100" startDate="2018-04-29 09:47:28 +0100" endDate="2018-04-29 09:57:28 +0100" value="0.02035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 10:45:22 +0100" startDate="2018-04-29 09:57:28 +0100" endDate="2018-04-29 10:03:52 +0100" value="0.09992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 11:41:43 +0100" startDate="2018-04-29 11:30:09 +0100" endDate="2018-04-29 11:40:09 +0100" value="0.0065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 12:21:23 +0100" startDate="2018-04-29 11:40:09 +0100" endDate="2018-04-29 11:45:59 +0100" value="0.04001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 13:18:53 +0100" startDate="2018-04-29 12:19:40 +0100" endDate="2018-04-29 12:29:38 +0100" value="0.08864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 13:18:53 +0100" startDate="2018-04-29 12:29:38 +0100" endDate="2018-04-29 12:39:36 +0100" value="0.23881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 13:18:53 +0100" startDate="2018-04-29 12:39:36 +0100" endDate="2018-04-29 12:48:13 +0100" value="0.14594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 13:18:53 +0100" startDate="2018-04-29 12:48:13 +0100" endDate="2018-04-29 12:55:35 +0100" value="0.08203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 13:18:53 +0100" startDate="2018-04-29 12:58:14 +0100" endDate="2018-04-29 13:04:24 +0100" value="0.0154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 14:21:48 +0100" startDate="2018-04-29 13:35:05 +0100" endDate="2018-04-29 13:41:18 +0100" value="0.00041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 14:21:48 +0100" startDate="2018-04-29 13:51:43 +0100" endDate="2018-04-29 13:57:58 +0100" value="0.0014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 15:20:13 +0100" startDate="2018-04-29 14:15:51 +0100" endDate="2018-04-29 14:25:51 +0100" value="0.26396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 15:20:13 +0100" startDate="2018-04-29 14:25:51 +0100" endDate="2018-04-29 14:32:00 +0100" value="0.34239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 15:20:13 +0100" startDate="2018-04-29 14:54:56 +0100" endDate="2018-04-29 15:03:42 +0100" value="0.10936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 15:20:13 +0100" startDate="2018-04-29 15:03:42 +0100" endDate="2018-04-29 15:09:54 +0100" value="0.21414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 16:29:48 +0100" startDate="2018-04-29 15:09:54 +0100" endDate="2018-04-29 15:19:29 +0100" value="0.08223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 16:29:48 +0100" startDate="2018-04-29 15:27:13 +0100" endDate="2018-04-29 15:36:09 +0100" value="0.01896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 17:22:02 +0100" startDate="2018-04-29 16:45:47 +0100" endDate="2018-04-29 16:52:07 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 18:52:38 +0100" startDate="2018-04-29 18:42:26 +0100" endDate="2018-04-29 18:48:49 +0100" value="0.02912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 19:18:33 +0100" startDate="2018-04-29 18:48:49 +0100" endDate="2018-04-29 18:52:38 +0100" value="0.0009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 19:18:33 +0100" startDate="2018-04-29 18:55:20 +0100" endDate="2018-04-29 19:03:48 +0100" value="0.03465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 20:35:54 +0100" startDate="2018-04-29 19:18:18 +0100" endDate="2018-04-29 19:24:33 +0100" value="0.00921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 20:35:54 +0100" startDate="2018-04-29 19:26:42 +0100" endDate="2018-04-29 19:33:17 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 22:49:27 +0100" startDate="2018-04-29 21:40:29 +0100" endDate="2018-04-29 21:48:06 +0100" value="0.02641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-29 22:49:27 +0100" startDate="2018-04-29 22:17:52 +0100" endDate="2018-04-29 22:23:57 +0100" value="0.00798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 00:17:39 +0100" startDate="2018-04-30 00:05:40 +0100" endDate="2018-04-30 00:14:19 +0100" value="0.04895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 06:19:18 +0100" startDate="2018-04-30 05:53:14 +0100" endDate="2018-04-30 05:59:37 +0100" value="0.018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 09:22:12 +0100" startDate="2018-04-30 09:02:14 +0100" endDate="2018-04-30 09:10:35 +0100" value="0.02874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 10:19:55 +0100" startDate="2018-04-30 09:17:00 +0100" endDate="2018-04-30 09:26:58 +0100" value="0.01775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 10:19:55 +0100" startDate="2018-04-30 09:26:58 +0100" endDate="2018-04-30 09:33:02 +0100" value="0.1646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 10:19:55 +0100" startDate="2018-04-30 09:34:59 +0100" endDate="2018-04-30 09:44:00 +0100" value="0.14986"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 10:19:55 +0100" startDate="2018-04-30 09:44:00 +0100" endDate="2018-04-30 09:53:36 +0100" value="0.22081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 10:19:55 +0100" startDate="2018-04-30 09:53:36 +0100" endDate="2018-04-30 10:03:35 +0100" value="0.23518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 10:19:55 +0100" startDate="2018-04-30 10:03:35 +0100" endDate="2018-04-30 10:12:15 +0100" value="0.23113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 11:19:46 +0100" startDate="2018-04-30 10:12:15 +0100" endDate="2018-04-30 10:21:44 +0100" value="0.27589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 11:19:46 +0100" startDate="2018-04-30 10:21:44 +0100" endDate="2018-04-30 10:31:43 +0100" value="0.01977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 11:19:46 +0100" startDate="2018-04-30 10:31:43 +0100" endDate="2018-04-30 10:41:29 +0100" value="0.19146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 11:19:46 +0100" startDate="2018-04-30 10:41:29 +0100" endDate="2018-04-30 10:50:19 +0100" value="0.11697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 11:19:46 +0100" startDate="2018-04-30 11:01:23 +0100" endDate="2018-04-30 11:11:18 +0100" value="0.01478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 12:18:07 +0100" startDate="2018-04-30 11:11:18 +0100" endDate="2018-04-30 11:19:52 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 12:18:07 +0100" startDate="2018-04-30 11:19:52 +0100" endDate="2018-04-30 11:22:17 +0100" value="0.01777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 13:17:58 +0100" startDate="2018-04-30 13:03:12 +0100" endDate="2018-04-30 13:09:38 +0100" value="0.01404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 14:27:08 +0100" startDate="2018-04-30 13:09:38 +0100" endDate="2018-04-30 13:14:23 +0100" value="0.03735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 14:27:08 +0100" startDate="2018-04-30 13:26:46 +0100" endDate="2018-04-30 13:34:38 +0100" value="0.01242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 15:22:12 +0100" startDate="2018-04-30 14:24:30 +0100" endDate="2018-04-30 14:34:20 +0100" value="0.02349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 16:19:22 +0100" startDate="2018-04-30 15:35:11 +0100" endDate="2018-04-30 15:42:04 +0100" value="0.02041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 16:19:22 +0100" startDate="2018-04-30 15:42:04 +0100" endDate="2018-04-30 15:52:04 +0100" value="0.0821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 16:19:22 +0100" startDate="2018-04-30 15:52:04 +0100" endDate="2018-04-30 15:56:14 +0100" value="0.37557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 16:19:22 +0100" startDate="2018-04-30 16:04:55 +0100" endDate="2018-04-30 16:14:54 +0100" value="0.28639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 17:19:28 +0100" startDate="2018-04-30 16:14:54 +0100" endDate="2018-04-30 16:24:03 +0100" value="0.15292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 17:19:28 +0100" startDate="2018-04-30 16:24:03 +0100" endDate="2018-04-30 16:28:25 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 17:19:28 +0100" startDate="2018-04-30 16:42:32 +0100" endDate="2018-04-30 16:52:31 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 17:19:28 +0100" startDate="2018-04-30 16:52:31 +0100" endDate="2018-04-30 17:02:30 +0100" value="0.14421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 17:19:28 +0100" startDate="2018-04-30 17:02:30 +0100" endDate="2018-04-30 17:04:24 +0100" value="0.05819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 18:19:05 +0100" startDate="2018-04-30 17:10:52 +0100" endDate="2018-04-30 17:17:19 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 19:21:52 +0100" startDate="2018-04-30 18:35:11 +0100" endDate="2018-04-30 18:45:05 +0100" value="0.03607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 19:21:52 +0100" startDate="2018-04-30 18:45:05 +0100" endDate="2018-04-30 18:47:10 +0100" value="0.0239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 19:21:52 +0100" startDate="2018-04-30 18:50:08 +0100" endDate="2018-04-30 18:59:58 +0100" value="0.01647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-04-30 22:20:57 +0100" startDate="2018-04-30 21:32:42 +0100" endDate="2018-04-30 21:42:39 +0100" value="0.04278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 06:20:32 +0100" startDate="2018-05-01 05:33:47 +0100" endDate="2018-05-01 05:41:30 +0100" value="0.02458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 06:20:32 +0100" startDate="2018-05-01 05:43:01 +0100" endDate="2018-05-01 05:50:48 +0100" value="0.01658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 07:20:01 +0100" startDate="2018-05-01 06:15:23 +0100" endDate="2018-05-01 06:21:36 +0100" value="0.02154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 07:20:01 +0100" startDate="2018-05-01 06:54:35 +0100" endDate="2018-05-01 07:04:03 +0100" value="0.01782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 08:18:10 +0100" startDate="2018-05-01 07:48:27 +0100" endDate="2018-05-01 07:58:25 +0100" value="0.09862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 08:18:10 +0100" startDate="2018-05-01 07:58:25 +0100" endDate="2018-05-01 08:08:24 +0100" value="0.23135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 09:20:07 +0100" startDate="2018-05-01 08:08:24 +0100" endDate="2018-05-01 08:18:23 +0100" value="0.65137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 09:20:07 +0100" startDate="2018-05-01 08:18:23 +0100" endDate="2018-05-01 08:28:04 +0100" value="0.61968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 09:20:07 +0100" startDate="2018-05-01 08:28:04 +0100" endDate="2018-05-01 08:38:03 +0100" value="0.00086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 09:20:07 +0100" startDate="2018-05-01 08:38:03 +0100" endDate="2018-05-01 08:43:35 +0100" value="0.07445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 10:21:17 +0100" startDate="2018-05-01 09:15:45 +0100" endDate="2018-05-01 09:25:19 +0100" value="0.09669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 10:21:17 +0100" startDate="2018-05-01 09:25:19 +0100" endDate="2018-05-01 09:26:00 +0100" value="0.00974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 11:18:06 +0100" startDate="2018-05-01 10:45:07 +0100" endDate="2018-05-01 10:53:45 +0100" value="0.01287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 11:18:06 +0100" startDate="2018-05-01 10:53:45 +0100" endDate="2018-05-01 11:03:44 +0100" value="0.40368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 11:18:06 +0100" startDate="2018-05-01 11:03:44 +0100" endDate="2018-05-01 11:12:25 +0100" value="0.21158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 12:20:09 +0100" startDate="2018-05-01 11:18:52 +0100" endDate="2018-05-01 11:28:51 +0100" value="0.01925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 12:20:09 +0100" startDate="2018-05-01 11:28:51 +0100" endDate="2018-05-01 11:37:16 +0100" value="0.01558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 12:20:09 +0100" startDate="2018-05-01 11:38:27 +0100" endDate="2018-05-01 11:48:26 +0100" value="0.31565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 12:20:09 +0100" startDate="2018-05-01 11:48:26 +0100" endDate="2018-05-01 11:52:48 +0100" value="0.11582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 12:20:09 +0100" startDate="2018-05-01 12:07:29 +0100" endDate="2018-05-01 12:17:28 +0100" value="0.22393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 12:17:28 +0100" endDate="2018-05-01 12:25:38 +0100" value="0.23868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 12:42:40 +0100" endDate="2018-05-01 12:52:40 +0100" value="0.32358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 12:52:40 +0100" endDate="2018-05-01 13:02:38 +0100" value="0.84335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 13:02:38 +0100" endDate="2018-05-01 13:11:01 +0100" value="0.17563"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 13:34:38 +0100" endDate="2018-05-01 13:44:34 +0100" value="0.08601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 13:44:34 +0100" endDate="2018-05-01 13:54:34 +0100" value="0.69855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 13:54:34 +0100" endDate="2018-05-01 14:04:33 +0100" value="0.77452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 14:04:33 +0100" endDate="2018-05-01 14:14:31 +0100" value="0.7735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 14:14:31 +0100" endDate="2018-05-01 14:23:57 +0100" value="0.81741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 14:23:57 +0100" endDate="2018-05-01 14:33:55 +0100" value="0.85092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 14:33:55 +0100" endDate="2018-05-01 14:43:47 +0100" value="0.90035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 14:43:47 +0100" endDate="2018-05-01 14:53:46 +0100" value="0.53209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 14:53:46 +0100" endDate="2018-05-01 15:03:45 +0100" value="0.69849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 15:03:45 +0100" endDate="2018-05-01 15:13:44 +0100" value="0.97696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 15:13:44 +0100" endDate="2018-05-01 15:23:43 +0100" value="1.05103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 15:23:43 +0100" endDate="2018-05-01 15:33:43 +0100" value="1.03691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 15:33:43 +0100" endDate="2018-05-01 15:43:41 +0100" value="0.23751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 15:43:41 +0100" endDate="2018-05-01 15:53:40 +0100" value="0.99602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 15:53:40 +0100" endDate="2018-05-01 16:03:39 +0100" value="0.51726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 16:03:39 +0100" endDate="2018-05-01 16:13:38 +0100" value="1.0441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303ca5e00&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 16:13:38 +0100" endDate="2018-05-01 16:21:47 +0100" value="0.21832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 16:27:32 +0100" endDate="2018-05-01 16:35:40 +0100" value="0.03825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 16:48:52 +0100" endDate="2018-05-01 16:58:52 +0100" value="0.0361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 16:58:52 +0100" endDate="2018-05-01 17:04:18 +0100" value="0.02669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 17:08:44 +0100" endDate="2018-05-01 17:15:10 +0100" value="0.02072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 17:15:10 +0100" endDate="2018-05-01 17:21:06 +0100" value="0.05152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 17:21:06 +0100" endDate="2018-05-01 17:26:12 +0100" value="0.03912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 17:31:02 +0100" endDate="2018-05-01 17:40:41 +0100" value="0.08552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 17:40:41 +0100" endDate="2018-05-01 17:50:40 +0100" value="0.13656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 17:50:40 +0100" endDate="2018-05-01 18:00:23 +0100" value="0.0365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 18:00:23 +0100" endDate="2018-05-01 18:10:14 +0100" value="0.1831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:24:04 +0100" startDate="2018-05-01 18:10:14 +0100" endDate="2018-05-01 18:18:57 +0100" value="0.57599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:39:18 +0100" startDate="2018-05-01 18:18:57 +0100" endDate="2018-05-01 18:25:34 +0100" value="0.00371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 18:39:18 +0100" startDate="2018-05-01 18:29:17 +0100" endDate="2018-05-01 18:35:27 +0100" value="0.01201"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 20:10:19 +0100" startDate="2018-05-01 19:39:52 +0100" endDate="2018-05-01 19:49:03 +0100" value="0.04879"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 20:10:19 +0100" startDate="2018-05-01 19:49:03 +0100" endDate="2018-05-01 19:59:00 +0100" value="0.23017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 20:10:19 +0100" startDate="2018-05-01 19:59:00 +0100" endDate="2018-05-01 20:06:11 +0100" value="0.28917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-01 21:37:08 +0100" startDate="2018-05-01 20:42:09 +0100" endDate="2018-05-01 20:48:52 +0100" value="0.02199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 05:35:00 +0100" startDate="2018-05-02 05:24:51 +0100" endDate="2018-05-02 05:34:46 +0100" value="0.02635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 06:36:56 +0100" startDate="2018-05-02 05:34:46 +0100" endDate="2018-05-02 05:39:04 +0100" value="0.00674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 06:36:56 +0100" startDate="2018-05-02 05:50:41 +0100" endDate="2018-05-02 05:57:27 +0100" value="0.03989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 06:36:56 +0100" startDate="2018-05-02 05:57:27 +0100" endDate="2018-05-02 06:06:51 +0100" value="0.06486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 06:36:56 +0100" startDate="2018-05-02 06:06:51 +0100" endDate="2018-05-02 06:16:49 +0100" value="0.04712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 06:36:56 +0100" startDate="2018-05-02 06:16:49 +0100" endDate="2018-05-02 06:25:08 +0100" value="0.04315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 06:36:56 +0100" startDate="2018-05-02 06:25:08 +0100" endDate="2018-05-02 06:28:59 +0100" value="0.01505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 07:35:23 +0100" startDate="2018-05-02 06:59:24 +0100" endDate="2018-05-02 07:07:28 +0100" value="0.08763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 07:35:23 +0100" startDate="2018-05-02 07:17:33 +0100" endDate="2018-05-02 07:27:25 +0100" value="0.32905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 08:34:38 +0100" startDate="2018-05-02 07:27:25 +0100" endDate="2018-05-02 07:36:57 +0100" value="0.49724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 08:34:38 +0100" startDate="2018-05-02 07:36:57 +0100" endDate="2018-05-02 07:38:50 +0100" value="0.00088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 08:34:38 +0100" startDate="2018-05-02 07:44:28 +0100" endDate="2018-05-02 07:54:27 +0100" value="0.17776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 08:34:38 +0100" startDate="2018-05-02 07:54:27 +0100" endDate="2018-05-02 07:55:28 +0100" value="0.01471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 08:34:38 +0100" startDate="2018-05-02 08:15:03 +0100" endDate="2018-05-02 08:25:03 +0100" value="0.23737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 09:36:13 +0100" startDate="2018-05-02 08:25:03 +0100" endDate="2018-05-02 08:33:36 +0100" value="0.07469"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 09:36:13 +0100" startDate="2018-05-02 08:33:36 +0100" endDate="2018-05-02 08:43:35 +0100" value="0.28602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 09:36:13 +0100" startDate="2018-05-02 08:43:35 +0100" endDate="2018-05-02 08:52:44 +0100" value="0.19906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 10:34:49 +0100" startDate="2018-05-02 09:30:15 +0100" endDate="2018-05-02 09:37:22 +0100" value="0.06619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 10:34:49 +0100" startDate="2018-05-02 09:54:44 +0100" endDate="2018-05-02 10:01:55 +0100" value="0.00934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 10:34:49 +0100" startDate="2018-05-02 10:01:55 +0100" endDate="2018-05-02 10:11:51 +0100" value="0.12636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 10:34:49 +0100" startDate="2018-05-02 10:11:51 +0100" endDate="2018-05-02 10:13:22 +0100" value="0.01001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 10:34:49 +0100" startDate="2018-05-02 10:21:34 +0100" endDate="2018-05-02 10:30:35 +0100" value="0.0771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 11:41:53 +0100" startDate="2018-05-02 10:30:35 +0100" endDate="2018-05-02 10:40:29 +0100" value="0.51588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 11:41:53 +0100" startDate="2018-05-02 10:40:29 +0100" endDate="2018-05-02 10:49:46 +0100" value="0.2135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 11:41:53 +0100" startDate="2018-05-02 11:04:00 +0100" endDate="2018-05-02 11:13:58 +0100" value="0.27199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 11:41:53 +0100" startDate="2018-05-02 11:13:58 +0100" endDate="2018-05-02 11:23:47 +0100" value="0.46706"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 11:41:53 +0100" startDate="2018-05-02 11:23:47 +0100" endDate="2018-05-02 11:27:26 +0100" value="0.05102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 12:36:20 +0100" startDate="2018-05-02 12:02:31 +0100" endDate="2018-05-02 12:08:33 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 12:36:20 +0100" startDate="2018-05-02 12:22:13 +0100" endDate="2018-05-02 12:32:02 +0100" value="0.10247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 13:36:17 +0100" startDate="2018-05-02 12:32:02 +0100" endDate="2018-05-02 12:42:01 +0100" value="0.47306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 13:36:17 +0100" startDate="2018-05-02 12:42:01 +0100" endDate="2018-05-02 12:51:27 +0100" value="0.33596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 13:36:17 +0100" startDate="2018-05-02 12:51:27 +0100" endDate="2018-05-02 13:00:15 +0100" value="0.34654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 13:36:17 +0100" startDate="2018-05-02 13:00:15 +0100" endDate="2018-05-02 13:10:14 +0100" value="0.54858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 13:36:17 +0100" startDate="2018-05-02 13:10:14 +0100" endDate="2018-05-02 13:19:18 +0100" value="0.10553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 13:36:17 +0100" startDate="2018-05-02 13:19:18 +0100" endDate="2018-05-02 13:23:15 +0100" value="0.00796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 13:36:17 +0100" startDate="2018-05-02 13:24:15 +0100" endDate="2018-05-02 13:33:59 +0100" value="0.03618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 14:35:10 +0100" startDate="2018-05-02 13:33:59 +0100" endDate="2018-05-02 13:43:48 +0100" value="0.63543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 14:35:10 +0100" startDate="2018-05-02 13:43:48 +0100" endDate="2018-05-02 13:53:05 +0100" value="0.05936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 14:35:10 +0100" startDate="2018-05-02 13:53:05 +0100" endDate="2018-05-02 13:57:29 +0100" value="0.03425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 14:35:10 +0100" startDate="2018-05-02 14:04:18 +0100" endDate="2018-05-02 14:13:13 +0100" value="0.03073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 15:43:46 +0100" startDate="2018-05-02 14:28:45 +0100" endDate="2018-05-02 14:38:08 +0100" value="0.05301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 15:43:46 +0100" startDate="2018-05-02 14:45:43 +0100" endDate="2018-05-02 14:55:43 +0100" value="0.01697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 15:43:46 +0100" startDate="2018-05-02 14:55:43 +0100" endDate="2018-05-02 15:03:39 +0100" value="0.20642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 15:43:46 +0100" startDate="2018-05-02 15:03:39 +0100" endDate="2018-05-02 15:12:39 +0100" value="0.01662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 16:34:16 +0100" startDate="2018-05-02 15:44:34 +0100" endDate="2018-05-02 15:54:33 +0100" value="0.05153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 16:34:16 +0100" startDate="2018-05-02 15:54:33 +0100" endDate="2018-05-02 16:04:32 +0100" value="0.70232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 16:34:16 +0100" startDate="2018-05-02 16:04:32 +0100" endDate="2018-05-02 16:12:45 +0100" value="0.09238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:03:28 +0100" startDate="2018-05-02 16:29:56 +0100" endDate="2018-05-02 16:37:28 +0100" value="0.02485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:03:28 +0100" startDate="2018-05-02 16:43:17 +0100" endDate="2018-05-02 16:50:51 +0100" value="0.02249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:03:28 +0100" startDate="2018-05-02 17:16:59 +0100" endDate="2018-05-02 17:26:59 +0100" value="0.08519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:03:28 +0100" startDate="2018-05-02 17:26:59 +0100" endDate="2018-05-02 17:36:32 +0100" value="0.05768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:03:28 +0100" startDate="2018-05-02 17:47:38 +0100" endDate="2018-05-02 17:54:54 +0100" value="0.00418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:03:28 +0100" startDate="2018-05-02 18:28:46 +0100" endDate="2018-05-02 18:35:31 +0100" value="0.01211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:03:28 +0100" startDate="2018-05-02 18:35:31 +0100" endDate="2018-05-02 18:45:29 +0100" value="0.02298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:03:28 +0100" startDate="2018-05-02 18:45:29 +0100" endDate="2018-05-02 18:46:30 +0100" value="0.00252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:03:28 +0100" startDate="2018-05-02 19:47:07 +0100" endDate="2018-05-02 19:57:04 +0100" value="0.08529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:03:28 +0100" startDate="2018-05-02 19:57:04 +0100" endDate="2018-05-02 19:59:05 +0100" value="0.01231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:03:28 +0100" startDate="2018-05-02 20:21:01 +0100" endDate="2018-05-02 20:30:59 +0100" value="0.03407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:03:28 +0100" startDate="2018-05-02 20:30:59 +0100" endDate="2018-05-02 20:40:33 +0100" value="0.35358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-02 21:33:29 +0100" startDate="2018-05-02 21:16:26 +0100" endDate="2018-05-02 21:23:12 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 06:03:33 +0100" startDate="2018-05-03 04:50:46 +0100" endDate="2018-05-03 05:00:22 +0100" value="0.00222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 06:03:33 +0100" startDate="2018-05-03 05:10:26 +0100" endDate="2018-05-03 05:19:14 +0100" value="0.06577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 06:03:33 +0100" startDate="2018-05-03 05:19:14 +0100" endDate="2018-05-03 05:24:30 +0100" value="0.00627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 06:20:59 +0100" startDate="2018-05-03 05:57:17 +0100" endDate="2018-05-03 06:03:57 +0100" value="0.03146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 07:21:22 +0100" startDate="2018-05-03 06:15:28 +0100" endDate="2018-05-03 06:23:00 +0100" value="0.02339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 07:21:22 +0100" startDate="2018-05-03 06:23:53 +0100" endDate="2018-05-03 06:33:51 +0100" value="0.01759"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 07:21:22 +0100" startDate="2018-05-03 06:33:51 +0100" endDate="2018-05-03 06:43:18 +0100" value="0.26749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 07:21:22 +0100" startDate="2018-05-03 06:49:24 +0100" endDate="2018-05-03 06:59:24 +0100" value="0.40576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 07:21:22 +0100" startDate="2018-05-03 06:59:24 +0100" endDate="2018-05-03 07:00:40 +0100" value="0.10386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 07:21:22 +0100" startDate="2018-05-03 07:04:32 +0100" endDate="2018-05-03 07:11:59 +0100" value="0.08238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 08:21:41 +0100" startDate="2018-05-03 07:11:59 +0100" endDate="2018-05-03 07:21:57 +0100" value="0.07146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 08:21:41 +0100" startDate="2018-05-03 07:21:57 +0100" endDate="2018-05-03 07:27:06 +0100" value="0.33312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 08:21:41 +0100" startDate="2018-05-03 07:31:56 +0100" endDate="2018-05-03 07:41:55 +0100" value="0.21105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 08:21:41 +0100" startDate="2018-05-03 07:41:55 +0100" endDate="2018-05-03 07:51:27 +0100" value="0.22379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 08:21:41 +0100" startDate="2018-05-03 07:51:27 +0100" endDate="2018-05-03 08:00:25 +0100" value="0.14066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 10:28:49 +0100" startDate="2018-05-03 09:30:25 +0100" endDate="2018-05-03 09:39:49 +0100" value="0.1213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 10:28:49 +0100" startDate="2018-05-03 09:39:49 +0100" endDate="2018-05-03 09:43:38 +0100" value="0.00132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 11:23:49 +0100" startDate="2018-05-03 10:53:22 +0100" endDate="2018-05-03 11:02:30 +0100" value="0.07824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 11:23:49 +0100" startDate="2018-05-03 11:02:30 +0100" endDate="2018-05-03 11:12:29 +0100" value="0.56912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 11:23:49 +0100" startDate="2018-05-03 11:12:29 +0100" endDate="2018-05-03 11:22:15 +0100" value="0.18261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 11:22:15 +0100" endDate="2018-05-03 11:32:14 +0100" value="0.07428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 11:32:14 +0100" endDate="2018-05-03 11:33:41 +0100" value="0.04279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 11:37:34 +0100" endDate="2018-05-03 11:47:33 +0100" value="0.41242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 11:47:33 +0100" endDate="2018-05-03 11:56:21 +0100" value="0.32855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 11:56:21 +0100" endDate="2018-05-03 12:02:04 +0100" value="0.00213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 12:02:04 +0100" endDate="2018-05-03 12:12:02 +0100" value="0.07634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 12:24:47 +0100" startDate="2018-05-03 12:12:02 +0100" endDate="2018-05-03 12:21:53 +0100" value="0.03887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 13:21:57 +0100" startDate="2018-05-03 12:21:53 +0100" endDate="2018-05-03 12:29:17 +0100" value="0.05508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 13:21:57 +0100" startDate="2018-05-03 12:29:17 +0100" endDate="2018-05-03 12:34:39 +0100" value="0.0265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 13:21:57 +0100" startDate="2018-05-03 12:51:00 +0100" endDate="2018-05-03 13:00:59 +0100" value="0.14561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 13:21:57 +0100" startDate="2018-05-03 13:00:59 +0100" endDate="2018-05-03 13:06:45 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 14:23:16 +0100" startDate="2018-05-03 13:24:56 +0100" endDate="2018-05-03 13:34:53 +0100" value="0.0297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 14:23:16 +0100" startDate="2018-05-03 13:34:53 +0100" endDate="2018-05-03 13:40:22 +0100" value="0.06604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 14:23:16 +0100" startDate="2018-05-03 13:41:19 +0100" endDate="2018-05-03 13:51:18 +0100" value="0.05727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 14:23:16 +0100" startDate="2018-05-03 13:51:18 +0100" endDate="2018-05-03 14:01:16 +0100" value="0.25865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 14:23:16 +0100" startDate="2018-05-03 14:01:16 +0100" endDate="2018-05-03 14:03:05 +0100" value="0.0595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 15:22:13 +0100" startDate="2018-05-03 14:40:19 +0100" endDate="2018-05-03 14:46:34 +0100" value="0.0043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 15:22:13 +0100" startDate="2018-05-03 15:02:55 +0100" endDate="2018-05-03 15:08:55 +0100" value="0.00576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 16:22:54 +0100" startDate="2018-05-03 15:21:47 +0100" endDate="2018-05-03 15:31:41 +0100" value="0.31304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 16:22:54 +0100" startDate="2018-05-03 15:31:41 +0100" endDate="2018-05-03 15:39:50 +0100" value="0.24959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 16:22:54 +0100" startDate="2018-05-03 15:42:21 +0100" endDate="2018-05-03 15:51:37 +0100" value="0.04224"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 16:22:54 +0100" startDate="2018-05-03 15:51:37 +0100" endDate="2018-05-03 15:58:22 +0100" value="0.13722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 17:23:19 +0100" startDate="2018-05-03 16:32:07 +0100" endDate="2018-05-03 16:42:01 +0100" value="0.05491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 17:23:19 +0100" startDate="2018-05-03 16:42:01 +0100" endDate="2018-05-03 16:44:56 +0100" value="0.03114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 17:23:19 +0100" startDate="2018-05-03 16:49:04 +0100" endDate="2018-05-03 16:59:04 +0100" value="0.08234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 17:23:19 +0100" startDate="2018-05-03 16:59:04 +0100" endDate="2018-05-03 17:02:07 +0100" value="0.075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 18:21:44 +0100" startDate="2018-05-03 18:11:35 +0100" endDate="2018-05-03 18:21:04 +0100" value="0.06084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 19:26:44 +0100" startDate="2018-05-03 18:21:04 +0100" endDate="2018-05-03 18:23:39 +0100" value="0.02448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 19:26:44 +0100" startDate="2018-05-03 18:27:02 +0100" endDate="2018-05-03 18:37:01 +0100" value="0.05379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 19:26:44 +0100" startDate="2018-05-03 18:37:01 +0100" endDate="2018-05-03 18:47:00 +0100" value="0.0476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 19:26:44 +0100" startDate="2018-05-03 18:47:00 +0100" endDate="2018-05-03 18:56:59 +0100" value="0.10107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 19:26:44 +0100" startDate="2018-05-03 18:56:59 +0100" endDate="2018-05-03 19:06:58 +0100" value="0.43487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 19:26:44 +0100" startDate="2018-05-03 19:06:58 +0100" endDate="2018-05-03 19:16:57 +0100" value="0.3097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 20:23:11 +0100" startDate="2018-05-03 19:16:57 +0100" endDate="2018-05-03 19:24:28 +0100" value="0.03341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 20:23:11 +0100" startDate="2018-05-03 19:25:06 +0100" endDate="2018-05-03 19:34:10 +0100" value="0.05125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 20:23:11 +0100" startDate="2018-05-03 19:34:10 +0100" endDate="2018-05-03 19:37:44 +0100" value="0.01133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 20:23:11 +0100" startDate="2018-05-03 19:45:34 +0100" endDate="2018-05-03 19:51:34 +0100" value="0.00416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 20:23:11 +0100" startDate="2018-05-03 19:55:00 +0100" endDate="2018-05-03 20:03:40 +0100" value="0.02181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 21:54:31 +0100" startDate="2018-05-03 20:48:36 +0100" endDate="2018-05-03 20:58:33 +0100" value="0.05039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 21:54:31 +0100" startDate="2018-05-03 20:58:33 +0100" endDate="2018-05-03 21:02:14 +0100" value="0.01193"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-03 21:54:31 +0100" startDate="2018-05-03 21:35:10 +0100" endDate="2018-05-03 21:42:09 +0100" value="0.03386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 06:21:13 +0100" startDate="2018-05-04 05:55:32 +0100" endDate="2018-05-04 06:02:16 +0100" value="0.01677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 07:27:32 +0100" startDate="2018-05-04 06:15:27 +0100" endDate="2018-05-04 06:23:04 +0100" value="0.03619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 07:27:32 +0100" startDate="2018-05-04 06:40:54 +0100" endDate="2018-05-04 06:48:06 +0100" value="0.04556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 07:27:32 +0100" startDate="2018-05-04 06:50:48 +0100" endDate="2018-05-04 07:00:47 +0100" value="0.29423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 07:27:32 +0100" startDate="2018-05-04 07:00:47 +0100" endDate="2018-05-04 07:05:56 +0100" value="0.47853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 07:27:32 +0100" startDate="2018-05-04 07:06:36 +0100" endDate="2018-05-04 07:12:36 +0100" value="0.00583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 08:21:50 +0100" startDate="2018-05-04 07:36:18 +0100" endDate="2018-05-04 07:43:58 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 09:21:23 +0100" startDate="2018-05-04 08:25:17 +0100" endDate="2018-05-04 08:33:58 +0100" value="0.04973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 10:22:09 +0100" startDate="2018-05-04 09:57:37 +0100" endDate="2018-05-04 10:04:00 +0100" value="0.0068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 11:25:03 +0100" startDate="2018-05-04 10:26:51 +0100" endDate="2018-05-04 10:36:51 +0100" value="0.20141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 11:25:03 +0100" startDate="2018-05-04 10:36:51 +0100" endDate="2018-05-04 10:46:45 +0100" value="0.62708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 11:25:03 +0100" startDate="2018-05-04 10:46:45 +0100" endDate="2018-05-04 10:52:29 +0100" value="0.11612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 11:25:03 +0100" startDate="2018-05-04 10:56:35 +0100" endDate="2018-05-04 11:06:35 +0100" value="0.22131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 11:25:03 +0100" startDate="2018-05-04 11:06:35 +0100" endDate="2018-05-04 11:16:32 +0100" value="0.49468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 12:26:10 +0100" startDate="2018-05-04 11:16:32 +0100" endDate="2018-05-04 11:25:54 +0100" value="0.10918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 12:26:10 +0100" startDate="2018-05-04 11:29:51 +0100" endDate="2018-05-04 11:36:04 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 12:26:10 +0100" startDate="2018-05-04 11:48:03 +0100" endDate="2018-05-04 11:54:14 +0100" value="0.00933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 14:24:26 +0100" startDate="2018-05-04 14:01:34 +0100" endDate="2018-05-04 14:11:24 +0100" value="0.028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 15:21:34 +0100" startDate="2018-05-04 14:38:05 +0100" endDate="2018-05-04 14:47:03 +0100" value="0.07511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 15:21:34 +0100" startDate="2018-05-04 14:47:03 +0100" endDate="2018-05-04 14:57:01 +0100" value="0.13046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 15:21:34 +0100" startDate="2018-05-04 14:57:01 +0100" endDate="2018-05-04 15:04:53 +0100" value="0.73838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 15:21:34 +0100" startDate="2018-05-04 15:04:53 +0100" endDate="2018-05-04 15:14:52 +0100" value="0.54954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 16:22:31 +0100" startDate="2018-05-04 15:14:52 +0100" endDate="2018-05-04 15:24:51 +0100" value="0.34272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 16:22:31 +0100" startDate="2018-05-04 15:24:51 +0100" endDate="2018-05-04 15:34:50 +0100" value="1.03254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 16:22:31 +0100" startDate="2018-05-04 15:34:50 +0100" endDate="2018-05-04 15:44:27 +0100" value="0.32897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 16:22:31 +0100" startDate="2018-05-04 15:53:13 +0100" endDate="2018-05-04 16:03:11 +0100" value="0.60789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 16:22:31 +0100" startDate="2018-05-04 16:03:11 +0100" endDate="2018-05-04 16:13:10 +0100" value="0.83565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 17:21:46 +0100" startDate="2018-05-04 16:13:10 +0100" endDate="2018-05-04 16:16:24 +0100" value="0.04425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 17:21:46 +0100" startDate="2018-05-04 16:23:16 +0100" endDate="2018-05-04 16:32:55 +0100" value="0.31376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 17:21:46 +0100" startDate="2018-05-04 16:32:55 +0100" endDate="2018-05-04 16:42:11 +0100" value="0.03594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 17:21:46 +0100" startDate="2018-05-04 16:42:11 +0100" endDate="2018-05-04 16:48:15 +0100" value="0.20445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 17:21:46 +0100" startDate="2018-05-04 16:51:26 +0100" endDate="2018-05-04 17:00:39 +0100" value="0.18797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 22:59:23 +0100" startDate="2018-05-04 22:23:09 +0100" endDate="2018-05-04 22:33:09 +0100" value="0.1596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 22:59:23 +0100" startDate="2018-05-04 22:33:09 +0100" endDate="2018-05-04 22:39:40 +0100" value="0.38771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 23:55:53 +0100" startDate="2018-05-04 23:00:05 +0100" endDate="2018-05-04 23:10:04 +0100" value="0.00477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 23:55:53 +0100" startDate="2018-05-04 23:10:04 +0100" endDate="2018-05-04 23:16:25 +0100" value="0.00138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 23:55:53 +0100" startDate="2018-05-04 23:16:39 +0100" endDate="2018-05-04 23:25:55 +0100" value="0.00726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 23:55:53 +0100" startDate="2018-05-04 23:25:55 +0100" endDate="2018-05-04 23:27:13 +0100" value="0.00686"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-04 23:55:53 +0100" startDate="2018-05-04 23:39:49 +0100" endDate="2018-05-04 23:48:55 +0100" value="0.12253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 00:32:20 +0100" startDate="2018-05-04 23:48:55 +0100" endDate="2018-05-04 23:58:53 +0100" value="0.08652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 00:32:20 +0100" startDate="2018-05-04 23:58:53 +0100" endDate="2018-05-05 00:07:36 +0100" value="0.22892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 00:32:20 +0100" startDate="2018-05-05 00:07:36 +0100" endDate="2018-05-05 00:16:22 +0100" value="0.02955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 00:32:20 +0100" startDate="2018-05-05 00:17:16 +0100" endDate="2018-05-05 00:25:54 +0100" value="0.03653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 01:51:16 +0100" startDate="2018-05-05 00:25:54 +0100" endDate="2018-05-05 00:35:28 +0100" value="0.06245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 01:51:16 +0100" startDate="2018-05-05 00:35:28 +0100" endDate="2018-05-05 00:44:40 +0100" value="0.48202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 01:51:16 +0100" startDate="2018-05-05 00:44:40 +0100" endDate="2018-05-05 00:47:03 +0100" value="0.00742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 01:51:16 +0100" startDate="2018-05-05 01:23:18 +0100" endDate="2018-05-05 01:33:16 +0100" value="0.06752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 01:51:16 +0100" startDate="2018-05-05 01:33:16 +0100" endDate="2018-05-05 01:34:02 +0100" value="0.00848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 04:36:25 +0100" startDate="2018-05-05 04:04:07 +0100" endDate="2018-05-05 04:10:32 +0100" value="0.01266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 04:36:25 +0100" startDate="2018-05-05 04:10:32 +0100" endDate="2018-05-05 04:17:55 +0100" value="0.03442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 06:22:21 +0100" startDate="2018-05-05 06:02:10 +0100" endDate="2018-05-05 06:08:23 +0100" value="0.0143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 07:25:44 +0100" startDate="2018-05-05 06:13:49 +0100" endDate="2018-05-05 06:20:38 +0100" value="0.01508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 07:25:44 +0100" startDate="2018-05-05 06:23:54 +0100" endDate="2018-05-05 06:31:03 +0100" value="0.02434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 08:23:35 +0100" startDate="2018-05-05 07:47:14 +0100" endDate="2018-05-05 07:56:33 +0100" value="0.26171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 09:25:04 +0100" startDate="2018-05-05 08:42:42 +0100" endDate="2018-05-05 08:52:17 +0100" value="0.10339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 10:32:04 +0100" startDate="2018-05-05 09:19:32 +0100" endDate="2018-05-05 09:28:36 +0100" value="0.03331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 10:32:04 +0100" startDate="2018-05-05 09:48:08 +0100" endDate="2018-05-05 09:54:21 +0100" value="0.00556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 11:22:21 +0100" startDate="2018-05-05 10:26:10 +0100" endDate="2018-05-05 10:32:41 +0100" value="0.01592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 13:24:13 +0100" startDate="2018-05-05 12:51:32 +0100" endDate="2018-05-05 12:58:08 +0100" value="0.02482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 15:21:03 +0100" startDate="2018-05-05 14:23:05 +0100" endDate="2018-05-05 14:31:57 +0100" value="0.04644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 15:21:03 +0100" startDate="2018-05-05 14:40:27 +0100" endDate="2018-05-05 14:48:40 +0100" value="0.10789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfe9e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 16:23:24 +0100" startDate="2018-05-05 15:18:06 +0100" endDate="2018-05-05 15:24:19 +0100" value="0.01286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 16:23:24 +0100" startDate="2018-05-05 15:24:24 +0100" endDate="2018-05-05 15:31:18 +0100" value="0.03674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 16:17:38 +0100" endDate="2018-05-05 16:27:12 +0100" value="0.18285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 16:27:12 +0100" endDate="2018-05-05 16:29:06 +0100" value="0.00894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 16:32:37 +0100" endDate="2018-05-05 16:40:29 +0100" value="0.00507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 16:47:25 +0100" endDate="2018-05-05 16:57:24 +0100" value="0.1663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 16:57:24 +0100" endDate="2018-05-05 16:59:17 +0100" value="0.15199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 17:21:47 +0100" endDate="2018-05-05 17:30:25 +0100" value="0.03384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-05 17:45:29 +0100" startDate="2018-05-05 17:30:25 +0100" endDate="2018-05-05 17:39:31 +0100" value="0.03574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 06:50:44 +0100" startDate="2018-05-05 17:39:31 +0100" endDate="2018-05-05 17:43:10 +0100" value="0.01586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 06:50:44 +0100" startDate="2018-05-05 17:46:25 +0100" endDate="2018-05-05 17:56:21 +0100" value="0.0592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 06:50:44 +0100" startDate="2018-05-05 17:56:21 +0100" endDate="2018-05-05 18:06:21 +0100" value="0.20326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 06:50:44 +0100" startDate="2018-05-05 18:06:21 +0100" endDate="2018-05-05 18:13:10 +0100" value="0.00566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 06:50:44 +0100" startDate="2018-05-05 19:12:42 +0100" endDate="2018-05-05 19:19:02 +0100" value="0.00536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 06:50:44 +0100" startDate="2018-05-05 20:15:18 +0100" endDate="2018-05-05 20:23:58 +0100" value="0.17756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 06:50:44 +0100" startDate="2018-05-05 20:23:58 +0100" endDate="2018-05-05 20:33:22 +0100" value="0.03329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 06:50:44 +0100" startDate="2018-05-05 21:23:58 +0100" endDate="2018-05-05 21:32:49 +0100" value="0.04158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 06:50:44 +0100" startDate="2018-05-05 21:54:01 +0100" endDate="2018-05-05 22:01:36 +0100" value="0.04388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 06:50:44 +0100" startDate="2018-05-06 06:14:48 +0100" endDate="2018-05-06 06:21:11 +0100" value="0.01232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 08:08:51 +0100" startDate="2018-05-06 07:37:16 +0100" endDate="2018-05-06 07:43:46 +0100" value="0.00304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 10:00:47 +0100" startDate="2018-05-06 09:43:16 +0100" endDate="2018-05-06 09:49:44 +0100" value="0.00084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 11:07:33 +0100" startDate="2018-05-06 10:44:33 +0100" endDate="2018-05-06 10:52:05 +0100" value="0.01234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 12:02:32 +0100" startDate="2018-05-06 11:22:31 +0100" endDate="2018-05-06 11:31:47 +0100" value="0.14234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 12:02:32 +0100" startDate="2018-05-06 11:31:47 +0100" endDate="2018-05-06 11:36:20 +0100" value="0.02707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 13:05:46 +0100" startDate="2018-05-06 11:54:12 +0100" endDate="2018-05-06 12:02:10 +0100" value="0.02639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 13:05:46 +0100" startDate="2018-05-06 12:02:10 +0100" endDate="2018-05-06 12:12:09 +0100" value="0.07498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 13:05:46 +0100" startDate="2018-05-06 12:12:09 +0100" endDate="2018-05-06 12:18:06 +0100" value="0.09226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 13:05:46 +0100" startDate="2018-05-06 12:51:34 +0100" endDate="2018-05-06 13:01:32 +0100" value="0.03452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 14:01:52 +0100" startDate="2018-05-06 13:01:32 +0100" endDate="2018-05-06 13:10:17 +0100" value="0.08321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 14:01:52 +0100" startDate="2018-05-06 13:11:12 +0100" endDate="2018-05-06 13:19:26 +0100" value="0.06581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 14:01:52 +0100" startDate="2018-05-06 13:19:26 +0100" endDate="2018-05-06 13:24:22 +0100" value="0.01739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 14:01:52 +0100" startDate="2018-05-06 13:46:32 +0100" endDate="2018-05-06 13:53:41 +0100" value="0.03335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 15:09:19 +0100" startDate="2018-05-06 13:53:41 +0100" endDate="2018-05-06 14:02:59 +0100" value="0.23725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 15:09:19 +0100" startDate="2018-05-06 14:02:59 +0100" endDate="2018-05-06 14:05:09 +0100" value="0.06261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 16:06:33 +0100" startDate="2018-05-06 15:08:30 +0100" endDate="2018-05-06 15:18:28 +0100" value="0.13918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 17:06:33 +0100" startDate="2018-05-06 16:25:59 +0100" endDate="2018-05-06 16:35:14 +0100" value="0.04579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 22:48:12 +0100" startDate="2018-05-06 21:35:41 +0100" endDate="2018-05-06 21:45:40 +0100" value="0.04713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3" device="&lt;&lt;HKDevice: 0x303cfd450&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3, creation date:2018-04-14 00:09:23 +0000&gt;" unit="km" creationDate="2018-05-06 22:48:12 +0100" startDate="2018-05-06 21:45:40 +0100" endDate="2018-05-06 21:54:15 +0100" value="0.01496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 06:01:15 +0100" startDate="2018-05-07 05:28:55 +0100" endDate="2018-05-07 05:36:20 +0100" value="0.03229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 06:01:15 +0100" startDate="2018-05-07 05:36:20 +0100" endDate="2018-05-07 05:40:25 +0100" value="0.00946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 07:04:47 +0100" startDate="2018-05-07 05:51:10 +0100" endDate="2018-05-07 05:59:46 +0100" value="0.01395"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 07:04:47 +0100" startDate="2018-05-07 06:01:23 +0100" endDate="2018-05-07 06:11:22 +0100" value="0.12226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 07:04:47 +0100" startDate="2018-05-07 06:11:22 +0100" endDate="2018-05-07 06:21:21 +0100" value="0.71151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 07:04:47 +0100" startDate="2018-05-07 06:21:21 +0100" endDate="2018-05-07 06:22:58 +0100" value="0.03362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 09:04:49 +0100" startDate="2018-05-07 08:36:14 +0100" endDate="2018-05-07 08:42:55 +0100" value="0.0012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 09:04:49 +0100" startDate="2018-05-07 08:43:11 +0100" endDate="2018-05-07 08:49:19 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 11:00:47 +0100" startDate="2018-05-07 10:04:07 +0100" endDate="2018-05-07 10:13:00 +0100" value="0.08127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 11:00:47 +0100" startDate="2018-05-07 10:43:32 +0100" endDate="2018-05-07 10:53:23 +0100" value="0.2831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 12:07:49 +0100" startDate="2018-05-07 10:53:23 +0100" endDate="2018-05-07 11:02:49 +0100" value="0.28947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 12:07:49 +0100" startDate="2018-05-07 11:02:49 +0100" endDate="2018-05-07 11:07:21 +0100" value="0.1172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 12:07:49 +0100" startDate="2018-05-07 11:17:16 +0100" endDate="2018-05-07 11:26:57 +0100" value="0.25325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 12:07:49 +0100" startDate="2018-05-07 11:26:57 +0100" endDate="2018-05-07 11:36:23 +0100" value="0.38545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 16:02:54 +0100" startDate="2018-05-07 15:16:41 +0100" endDate="2018-05-07 15:26:17 +0100" value="0.08433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 16:02:54 +0100" startDate="2018-05-07 15:26:17 +0100" endDate="2018-05-07 15:35:44 +0100" value="0.64024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 16:02:54 +0100" startDate="2018-05-07 15:35:44 +0100" endDate="2018-05-07 15:44:35 +0100" value="0.05053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 16:02:54 +0100" startDate="2018-05-07 15:44:35 +0100" endDate="2018-05-07 15:50:05 +0100" value="0.03982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 17:01:02 +0100" startDate="2018-05-07 15:57:02 +0100" endDate="2018-05-07 16:06:38 +0100" value="0.07076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 17:01:02 +0100" startDate="2018-05-07 16:06:38 +0100" endDate="2018-05-07 16:13:42 +0100" value="0.03932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 17:01:02 +0100" startDate="2018-05-07 16:24:03 +0100" endDate="2018-05-07 16:28:31 +0100" value="0.00405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 17:01:02 +0100" startDate="2018-05-07 16:36:45 +0100" endDate="2018-05-07 16:45:43 +0100" value="0.11776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 17:11:45 +0100" endDate="2018-05-07 17:20:04 +0100" value="0.04164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 17:23:00 +0100" endDate="2018-05-07 17:30:57 +0100" value="0.02145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 17:40:02 +0100" endDate="2018-05-07 17:48:43 +0100" value="0.08808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 17:49:24 +0100" endDate="2018-05-07 17:57:49 +0100" value="0.02518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 17:57:49 +0100" endDate="2018-05-07 18:01:28 +0100" value="0.00553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 19:21:31 +0100" endDate="2018-05-07 19:27:41 +0100" value="0.0105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 19:32:07 +0100" endDate="2018-05-07 19:38:12 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 19:50:04 +0100" endDate="2018-05-07 19:59:40 +0100" value="0.03192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 19:59:40 +0100" endDate="2018-05-07 20:08:30 +0100" value="0.08987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 20:08:30 +0100" endDate="2018-05-07 20:16:27 +0100" value="0.07794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 20:16:27 +0100" endDate="2018-05-07 20:25:25 +0100" value="0.02117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 20:25:25 +0100" endDate="2018-05-07 20:34:58 +0100" value="0.04107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 20:34:58 +0100" endDate="2018-05-07 20:38:09 +0100" value="0.05029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 21:01:16 +0100" endDate="2018-05-07 21:11:15 +0100" value="0.38712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-07 21:40:29 +0100" startDate="2018-05-07 21:11:15 +0100" endDate="2018-05-07 21:21:14 +0100" value="0.11566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 06:51:15 +0100" startDate="2018-05-08 05:46:02 +0100" endDate="2018-05-08 05:52:48 +0100" value="0.01202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 06:51:15 +0100" startDate="2018-05-08 06:40:49 +0100" endDate="2018-05-08 06:49:39 +0100" value="0.03598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 07:52:23 +0100" startDate="2018-05-08 06:49:39 +0100" endDate="2018-05-08 06:59:38 +0100" value="0.16838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 07:52:23 +0100" startDate="2018-05-08 06:59:38 +0100" endDate="2018-05-08 07:09:24 +0100" value="0.72303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 07:52:23 +0100" startDate="2018-05-08 07:09:24 +0100" endDate="2018-05-08 07:14:15 +0100" value="0.43289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 07:52:23 +0100" startDate="2018-05-08 07:23:13 +0100" endDate="2018-05-08 07:29:59 +0100" value="0.00794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 09:51:10 +0100" startDate="2018-05-08 09:03:36 +0100" endDate="2018-05-08 09:13:36 +0100" value="0.29337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 10:50:36 +0100" startDate="2018-05-08 10:15:21 +0100" endDate="2018-05-08 10:25:21 +0100" value="0.32174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 10:50:36 +0100" startDate="2018-05-08 10:25:21 +0100" endDate="2018-05-08 10:32:10 +0100" value="0.03667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 10:50:36 +0100" startDate="2018-05-08 10:32:10 +0100" endDate="2018-05-08 10:40:04 +0100" value="0.04083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 10:50:36 +0100" startDate="2018-05-08 10:40:04 +0100" endDate="2018-05-08 10:50:02 +0100" value="0.4771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 11:54:55 +0100" startDate="2018-05-08 10:50:02 +0100" endDate="2018-05-08 10:50:37 +0100" value="0.02238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 11:54:55 +0100" startDate="2018-05-08 10:55:00 +0100" endDate="2018-05-08 11:03:28 +0100" value="0.17338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 11:54:55 +0100" startDate="2018-05-08 11:28:19 +0100" endDate="2018-05-08 11:38:17 +0100" value="0.31092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 11:54:55 +0100" startDate="2018-05-08 11:38:17 +0100" endDate="2018-05-08 11:44:30 +0100" value="0.15513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 12:50:29 +0100" startDate="2018-05-08 12:35:30 +0100" endDate="2018-05-08 12:41:43 +0100" value="0.011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 13:55:10 +0100" startDate="2018-05-08 13:24:23 +0100" endDate="2018-05-08 13:30:46 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 14:52:12 +0100" startDate="2018-05-08 13:50:13 +0100" endDate="2018-05-08 14:00:12 +0100" value="0.25099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 14:52:12 +0100" startDate="2018-05-08 14:00:12 +0100" endDate="2018-05-08 14:01:08 +0100" value="0.01234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 14:52:12 +0100" startDate="2018-05-08 14:38:44 +0100" endDate="2018-05-08 14:44:57 +0100" value="0.0052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 15:54:13 +0100" startDate="2018-05-08 15:00:49 +0100" endDate="2018-05-08 15:09:16 +0100" value="0.04183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 15:54:13 +0100" startDate="2018-05-08 15:09:16 +0100" endDate="2018-05-08 15:11:20 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 15:54:13 +0100" startDate="2018-05-08 15:16:24 +0100" endDate="2018-05-08 15:26:23 +0100" value="0.1248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 15:54:13 +0100" startDate="2018-05-08 15:26:23 +0100" endDate="2018-05-08 15:36:20 +0100" value="0.6782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 15:54:13 +0100" startDate="2018-05-08 15:36:20 +0100" endDate="2018-05-08 15:42:36 +0100" value="0.31246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 16:52:36 +0100" startDate="2018-05-08 15:48:39 +0100" endDate="2018-05-08 15:58:39 +0100" value="0.07996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 16:52:36 +0100" startDate="2018-05-08 15:58:39 +0100" endDate="2018-05-08 16:02:38 +0100" value="0.13846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 16:52:36 +0100" startDate="2018-05-08 16:18:46 +0100" endDate="2018-05-08 16:28:44 +0100" value="0.12665"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 16:52:36 +0100" startDate="2018-05-08 16:28:44 +0100" endDate="2018-05-08 16:38:34 +0100" value="0.26813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 16:52:36 +0100" startDate="2018-05-08 16:38:34 +0100" endDate="2018-05-08 16:48:30 +0100" value="0.19267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 17:55:29 +0100" startDate="2018-05-08 16:48:30 +0100" endDate="2018-05-08 16:53:10 +0100" value="0.10373"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 17:55:29 +0100" startDate="2018-05-08 17:23:03 +0100" endDate="2018-05-08 17:32:44 +0100" value="0.11369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 17:55:29 +0100" startDate="2018-05-08 17:32:44 +0100" endDate="2018-05-08 17:42:43 +0100" value="0.06647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 17:55:29 +0100" startDate="2018-05-08 17:42:43 +0100" endDate="2018-05-08 17:50:53 +0100" value="0.02697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 18:50:34 +0100" startDate="2018-05-08 17:50:53 +0100" endDate="2018-05-08 17:56:21 +0100" value="0.03126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 18:50:34 +0100" startDate="2018-05-08 17:58:30 +0100" endDate="2018-05-08 18:04:56 +0100" value="0.02187"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 18:50:34 +0100" startDate="2018-05-08 18:29:11 +0100" endDate="2018-05-08 18:35:29 +0100" value="0.00863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 18:50:34 +0100" startDate="2018-05-08 18:35:29 +0100" endDate="2018-05-08 18:41:07 +0100" value="0.03643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 19:56:46 +0100" startDate="2018-05-08 18:41:07 +0100" endDate="2018-05-08 18:51:06 +0100" value="0.02335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 19:56:46 +0100" startDate="2018-05-08 18:51:06 +0100" endDate="2018-05-08 18:59:34 +0100" value="0.11877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 20:55:47 +0100" startDate="2018-05-08 20:00:07 +0100" endDate="2018-05-08 20:08:19 +0100" value="0.06124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 20:55:47 +0100" startDate="2018-05-08 20:08:19 +0100" endDate="2018-05-08 20:14:50 +0100" value="0.04551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 21:51:44 +0100" startDate="2018-05-08 20:49:54 +0100" endDate="2018-05-08 20:59:54 +0100" value="0.30659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 21:51:44 +0100" startDate="2018-05-08 20:59:54 +0100" endDate="2018-05-08 21:06:19 +0100" value="0.23526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-08 21:51:44 +0100" startDate="2018-05-08 21:08:26 +0100" endDate="2018-05-08 21:14:44 +0100" value="0.00708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 06:50:38 +0100" startDate="2018-05-09 06:19:12 +0100" endDate="2018-05-09 06:27:12 +0100" value="0.0595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 06:50:38 +0100" startDate="2018-05-09 06:27:12 +0100" endDate="2018-05-09 06:31:12 +0100" value="0.02777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 07:51:17 +0100" startDate="2018-05-09 06:40:56 +0100" endDate="2018-05-09 06:47:45 +0100" value="0.02785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 07:51:17 +0100" startDate="2018-05-09 06:54:50 +0100" endDate="2018-05-09 07:04:50 +0100" value="0.33284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 07:51:17 +0100" startDate="2018-05-09 07:04:50 +0100" endDate="2018-05-09 07:11:04 +0100" value="0.54169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 07:51:17 +0100" startDate="2018-05-09 07:15:24 +0100" endDate="2018-05-09 07:21:51 +0100" value="0.04666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 07:51:17 +0100" startDate="2018-05-09 07:29:38 +0100" endDate="2018-05-09 07:38:08 +0100" value="0.08108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 08:51:36 +0100" startDate="2018-05-09 07:44:32 +0100" endDate="2018-05-09 07:53:32 +0100" value="0.06515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 08:51:36 +0100" startDate="2018-05-09 07:53:32 +0100" endDate="2018-05-09 07:56:40 +0100" value="0.06126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 08:51:36 +0100" startDate="2018-05-09 08:06:21 +0100" endDate="2018-05-09 08:16:20 +0100" value="0.06477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 08:51:36 +0100" startDate="2018-05-09 08:16:20 +0100" endDate="2018-05-09 08:19:07 +0100" value="0.05405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 08:51:36 +0100" startDate="2018-05-09 08:20:43 +0100" endDate="2018-05-09 08:30:42 +0100" value="0.06236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 09:43:31 +0100" startDate="2018-05-09 09:25:07 +0100" endDate="2018-05-09 09:31:50 +0100" value="0.04114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 10:51:33 +0100" startDate="2018-05-09 10:08:53 +0100" endDate="2018-05-09 10:16:01 +0100" value="0.03536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 11:55:19 +0100" startDate="2018-05-09 10:42:30 +0100" endDate="2018-05-09 10:49:16 +0100" value="0.02583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 11:55:19 +0100" startDate="2018-05-09 10:49:16 +0100" endDate="2018-05-09 10:59:16 +0100" value="0.39475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 11:55:19 +0100" startDate="2018-05-09 10:59:16 +0100" endDate="2018-05-09 11:00:37 +0100" value="0.03981"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 11:55:19 +0100" startDate="2018-05-09 11:03:38 +0100" endDate="2018-05-09 11:10:44 +0100" value="0.08075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 11:55:19 +0100" startDate="2018-05-09 11:33:45 +0100" endDate="2018-05-09 11:43:43 +0100" value="0.37792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 11:55:19 +0100" startDate="2018-05-09 11:43:43 +0100" endDate="2018-05-09 11:44:39 +0100" value="0.04545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 12:53:02 +0100" startDate="2018-05-09 12:29:11 +0100" endDate="2018-05-09 12:39:10 +0100" value="0.32259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 12:53:02 +0100" startDate="2018-05-09 12:39:10 +0100" endDate="2018-05-09 12:49:08 +0100" value="0.41834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 13:54:15 +0100" startDate="2018-05-09 12:49:08 +0100" endDate="2018-05-09 12:59:06 +0100" value="0.14787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 13:54:15 +0100" startDate="2018-05-09 12:59:06 +0100" endDate="2018-05-09 13:00:34 +0100" value="0.03718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 13:54:15 +0100" startDate="2018-05-09 13:11:58 +0100" endDate="2018-05-09 13:21:01 +0100" value="0.00536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 13:54:15 +0100" startDate="2018-05-09 13:27:25 +0100" endDate="2018-05-09 13:33:28 +0100" value="0.0044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 13:54:15 +0100" startDate="2018-05-09 13:35:05 +0100" endDate="2018-05-09 13:45:04 +0100" value="0.0738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 14:52:49 +0100" startDate="2018-05-09 13:45:04 +0100" endDate="2018-05-09 13:55:02 +0100" value="0.63145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 14:52:49 +0100" startDate="2018-05-09 13:55:02 +0100" endDate="2018-05-09 13:59:16 +0100" value="0.15221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 14:52:49 +0100" startDate="2018-05-09 14:19:51 +0100" endDate="2018-05-09 14:26:18 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 15:51:24 +0100" startDate="2018-05-09 15:14:22 +0100" endDate="2018-05-09 15:23:32 +0100" value="0.05899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 15:51:24 +0100" startDate="2018-05-09 15:23:32 +0100" endDate="2018-05-09 15:29:28 +0100" value="0.04661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 15:51:24 +0100" startDate="2018-05-09 15:39:03 +0100" endDate="2018-05-09 15:49:02 +0100" value="0.0444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 16:52:25 +0100" startDate="2018-05-09 15:49:02 +0100" endDate="2018-05-09 15:59:01 +0100" value="0.33572"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 16:52:25 +0100" startDate="2018-05-09 15:59:01 +0100" endDate="2018-05-09 16:09:01 +0100" value="0.75463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 16:52:25 +0100" startDate="2018-05-09 16:09:01 +0100" endDate="2018-05-09 16:16:46 +0100" value="0.29552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 16:52:25 +0100" startDate="2018-05-09 16:17:30 +0100" endDate="2018-05-09 16:23:58 +0100" value="0.01913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 17:52:00 +0100" startDate="2018-05-09 16:47:26 +0100" endDate="2018-05-09 16:54:38 +0100" value="0.03359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 17:52:00 +0100" startDate="2018-05-09 16:54:38 +0100" endDate="2018-05-09 16:58:12 +0100" value="0.01593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 18:51:58 +0100" startDate="2018-05-09 17:58:55 +0100" endDate="2018-05-09 18:07:20 +0100" value="0.00717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 18:51:58 +0100" startDate="2018-05-09 18:07:20 +0100" endDate="2018-05-09 18:14:44 +0100" value="0.08917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 18:51:58 +0100" startDate="2018-05-09 18:26:30 +0100" endDate="2018-05-09 18:32:35 +0100" value="0.00376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 18:51:58 +0100" startDate="2018-05-09 18:32:35 +0100" endDate="2018-05-09 18:42:33 +0100" value="0.06196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 20:10:25 +0100" startDate="2018-05-09 18:42:33 +0100" endDate="2018-05-09 18:52:33 +0100" value="0.58206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 20:10:25 +0100" startDate="2018-05-09 18:52:33 +0100" endDate="2018-05-09 19:00:56 +0100" value="0.167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 20:10:25 +0100" startDate="2018-05-09 19:00:56 +0100" endDate="2018-05-09 19:06:19 +0100" value="0.01566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 20:10:25 +0100" startDate="2018-05-09 19:11:46 +0100" endDate="2018-05-09 19:17:52 +0100" value="0.01518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 21:34:11 +0100" startDate="2018-05-09 21:06:20 +0100" endDate="2018-05-09 21:15:16 +0100" value="0.03755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 21:34:11 +0100" startDate="2018-05-09 21:15:16 +0100" endDate="2018-05-09 21:25:08 +0100" value="0.51168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 22:39:25 +0100" startDate="2018-05-09 21:25:08 +0100" endDate="2018-05-09 21:25:28 +0100" value="0.00194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 22:39:25 +0100" startDate="2018-05-09 21:32:29 +0100" endDate="2018-05-09 21:38:39 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-09 22:39:25 +0100" startDate="2018-05-09 22:23:16 +0100" endDate="2018-05-09 22:32:10 +0100" value="0.02909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-10 05:51:19 +0100" startDate="2018-05-10 05:10:26 +0100" endDate="2018-05-10 05:16:54 +0100" value="0.007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-10 05:51:19 +0100" startDate="2018-05-10 05:16:54 +0100" endDate="2018-05-10 05:22:40 +0100" value="0.01528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-10 08:52:33 +0100" startDate="2018-05-10 08:13:16 +0100" endDate="2018-05-10 08:19:52 +0100" value="0.02513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-10 09:52:36 +0100" startDate="2018-05-10 08:54:34 +0100" endDate="2018-05-10 09:00:44 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-10 13:50:52 +0100" startDate="2018-05-10 13:29:28 +0100" endDate="2018-05-10 13:38:06 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-10 13:50:52 +0100" startDate="2018-05-10 13:38:06 +0100" endDate="2018-05-10 13:41:28 +0100" value="0.0155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-10 20:52:25 +0100" startDate="2018-05-10 19:55:47 +0100" endDate="2018-05-10 20:05:21 +0100" value="0.04617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-10 20:52:25 +0100" startDate="2018-05-10 20:05:21 +0100" endDate="2018-05-10 20:11:13 +0100" value="0.01261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-10 20:52:25 +0100" startDate="2018-05-10 20:11:54 +0100" endDate="2018-05-10 20:17:59 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-10 22:38:28 +0100" startDate="2018-05-10 21:09:35 +0100" endDate="2018-05-10 21:17:27 +0100" value="0.03235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 05:53:06 +0100" startDate="2018-05-11 05:37:14 +0100" endDate="2018-05-11 05:47:01 +0100" value="0.05055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 06:50:56 +0100" startDate="2018-05-11 05:47:01 +0100" endDate="2018-05-11 05:48:53 +0100" value="0.01383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 06:50:56 +0100" startDate="2018-05-11 06:03:46 +0100" endDate="2018-05-11 06:10:36 +0100" value="0.03667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 06:50:56 +0100" startDate="2018-05-11 06:11:04 +0100" endDate="2018-05-11 06:17:44 +0100" value="0.00632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 06:50:56 +0100" startDate="2018-05-11 06:17:44 +0100" endDate="2018-05-11 06:27:29 +0100" value="0.30863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 06:50:56 +0100" startDate="2018-05-11 06:27:29 +0100" endDate="2018-05-11 06:37:10 +0100" value="0.7291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 06:50:56 +0100" startDate="2018-05-11 06:37:10 +0100" endDate="2018-05-11 06:46:37 +0100" value="0.53008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 06:46:37 +0100" endDate="2018-05-11 06:56:31 +0100" value="0.07641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 06:56:31 +0100" endDate="2018-05-11 06:56:57 +0100" value="0.01649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 07:12:22 +0100" endDate="2018-05-11 07:21:56 +0100" value="0.06972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 07:21:56 +0100" endDate="2018-05-11 07:31:55 +0100" value="0.60979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 07:31:55 +0100" endDate="2018-05-11 07:41:54 +0100" value="0.39942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 07:41:54 +0100" endDate="2018-05-11 07:50:55 +0100" value="0.08922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 09:42:43 +0100" endDate="2018-05-11 09:51:59 +0100" value="0.04966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 10:45:02 +0100" endDate="2018-05-11 10:55:01 +0100" value="0.18285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 10:55:01 +0100" endDate="2018-05-11 11:01:35 +0100" value="0.21216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 11:42:47 +0100" endDate="2018-05-11 11:52:45 +0100" value="0.035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 11:52:45 +0100" endDate="2018-05-11 12:02:35 +0100" value="0.40146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfc960&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 12:02:35 +0100" endDate="2018-05-11 12:09:38 +0100" value="0.07151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 12:18:06 +0100" endDate="2018-05-11 12:24:06 +0100" value="0.00696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 12:54:53 +0100" endDate="2018-05-11 13:01:13 +0100" value="0.01527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 14:29:04 +0100" endDate="2018-05-11 14:35:09 +0100" value="0.00752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 14:35:09 +0100" endDate="2018-05-11 14:45:09 +0100" value="0.13901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 14:45:09 +0100" endDate="2018-05-11 14:55:06 +0100" value="0.52007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 14:55:06 +0100" endDate="2018-05-11 15:02:47 +0100" value="0.2138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 16:15:07 +0100" endDate="2018-05-11 16:24:04 +0100" value="0.08348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 16:24:04 +0100" endDate="2018-05-11 16:29:50 +0100" value="0.02341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 17:11:53 +0100" endDate="2018-05-11 17:21:52 +0100" value="0.22773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 17:50:16 +0100" startDate="2018-05-11 17:21:52 +0100" endDate="2018-05-11 17:24:27 +0100" value="0.18765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-11 18:05:16 +0100" startDate="2018-05-11 17:43:15 +0100" endDate="2018-05-11 17:50:23 +0100" value="0.03715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 18:08:38 +0100" endDate="2018-05-11 18:18:37 +0100" value="0.02594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 18:18:37 +0100" endDate="2018-05-11 18:26:00 +0100" value="0.41746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 18:26:00 +0100" endDate="2018-05-11 18:31:33 +0100" value="0.013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 18:43:18 +0100" endDate="2018-05-11 18:52:46 +0100" value="0.02128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 19:11:26 +0100" endDate="2018-05-11 19:19:11 +0100" value="0.02497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 19:19:11 +0100" endDate="2018-05-11 19:23:32 +0100" value="0.01014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 20:39:03 +0100" endDate="2018-05-11 20:45:28 +0100" value="0.02388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 21:12:54 +0100" endDate="2018-05-11 21:19:04 +0100" value="0.01134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 22:10:08 +0100" endDate="2018-05-11 22:18:45 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 22:37:48 +0100" endDate="2018-05-11 22:46:48 +0100" value="0.04703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-11 23:47:54 +0100" endDate="2018-05-11 23:55:36 +0100" value="0.02752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 00:30:49 +0100" endDate="2018-05-12 00:36:56 +0100" value="0.01074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 00:38:03 +0100" endDate="2018-05-12 00:44:03 +0100" value="0.00387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 00:56:42 +0100" endDate="2018-05-12 01:03:20 +0100" value="0.01056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 01:12:07 +0100" endDate="2018-05-12 01:22:06 +0100" value="0.16965"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 01:22:06 +0100" endDate="2018-05-12 01:25:47 +0100" value="0.14181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 01:39:16 +0100" endDate="2018-05-12 01:45:52 +0100" value="0.00043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 02:03:32 +0100" startDate="2018-05-12 01:45:52 +0100" endDate="2018-05-12 01:52:53 +0100" value="0.01113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 09:18:59 +0100" startDate="2018-05-12 08:44:44 +0100" endDate="2018-05-12 08:54:44 +0100" value="0.06896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 09:18:59 +0100" startDate="2018-05-12 08:54:44 +0100" endDate="2018-05-12 09:04:43 +0100" value="0.01635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 10:18:56 +0100" startDate="2018-05-12 09:07:25 +0100" endDate="2018-05-12 09:15:45 +0100" value="0.0047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 10:18:56 +0100" startDate="2018-05-12 09:30:37 +0100" endDate="2018-05-12 09:39:05 +0100" value="0.022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 10:18:56 +0100" startDate="2018-05-12 09:39:05 +0100" endDate="2018-05-12 09:46:38 +0100" value="0.03898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 10:18:56 +0100" startDate="2018-05-12 09:46:38 +0100" endDate="2018-05-12 09:56:36 +0100" value="0.1257"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 10:18:56 +0100" startDate="2018-05-12 09:56:36 +0100" endDate="2018-05-12 10:00:40 +0100" value="0.33634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 11:19:11 +0100" startDate="2018-05-12 10:38:59 +0100" endDate="2018-05-12 10:47:42 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 11:19:11 +0100" startDate="2018-05-12 10:47:42 +0100" endDate="2018-05-12 10:57:41 +0100" value="0.30435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 11:19:11 +0100" startDate="2018-05-12 10:57:41 +0100" endDate="2018-05-12 10:59:22 +0100" value="0.05591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 11:19:11 +0100" startDate="2018-05-12 11:01:57 +0100" endDate="2018-05-12 11:11:56 +0100" value="0.18011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 11:11:56 +0100" endDate="2018-05-12 11:21:55 +0100" value="0.35677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 11:21:55 +0100" endDate="2018-05-12 11:31:45 +0100" value="0.4292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 11:31:45 +0100" endDate="2018-05-12 11:41:36 +0100" value="0.10026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 11:41:36 +0100" endDate="2018-05-12 11:51:33 +0100" value="0.41472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 11:51:33 +0100" endDate="2018-05-12 12:01:31 +0100" value="0.35529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 12:01:31 +0100" endDate="2018-05-12 12:11:29 +0100" value="0.35455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 12:27:19 +0100" startDate="2018-05-12 12:11:29 +0100" endDate="2018-05-12 12:21:17 +0100" value="0.3578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 13:13:34 +0100" startDate="2018-05-12 12:21:17 +0100" endDate="2018-05-12 12:30:52 +0100" value="0.45458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 13:13:34 +0100" startDate="2018-05-12 12:30:52 +0100" endDate="2018-05-12 12:32:14 +0100" value="0.02012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 13:13:34 +0100" startDate="2018-05-12 12:40:24 +0100" endDate="2018-05-12 12:50:05 +0100" value="0.23977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 13:13:34 +0100" startDate="2018-05-12 12:50:05 +0100" endDate="2018-05-12 13:00:03 +0100" value="0.43246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 13:13:34 +0100" startDate="2018-05-12 13:00:03 +0100" endDate="2018-05-12 13:09:47 +0100" value="0.47001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 13:21:20 +0100" startDate="2018-05-12 13:09:47 +0100" endDate="2018-05-12 13:18:13 +0100" value="0.33458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 13:33:01 +0100" startDate="2018-05-12 13:18:13 +0100" endDate="2018-05-12 13:28:13 +0100" value="0.21317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 14:17:49 +0100" startDate="2018-05-12 13:28:13 +0100" endDate="2018-05-12 13:38:13 +0100" value="0.36451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 14:17:49 +0100" startDate="2018-05-12 13:38:13 +0100" endDate="2018-05-12 13:48:12 +0100" value="0.43848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 14:17:49 +0100" startDate="2018-05-12 13:48:12 +0100" endDate="2018-05-12 13:52:24 +0100" value="0.2107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 15:37:25 +0100" startDate="2018-05-12 14:15:14 +0100" endDate="2018-05-12 14:24:29 +0100" value="0.23092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 15:37:25 +0100" startDate="2018-05-12 14:24:29 +0100" endDate="2018-05-12 14:34:17 +0100" value="0.3485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 15:37:25 +0100" startDate="2018-05-12 14:34:17 +0100" endDate="2018-05-12 14:35:46 +0100" value="0.09239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 15:37:25 +0100" startDate="2018-05-12 14:39:39 +0100" endDate="2018-05-12 14:48:22 +0100" value="0.16284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-12 15:37:25 +0100" startDate="2018-05-12 15:18:45 +0100" endDate="2018-05-12 15:24:50 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 01:53:15 +0100" startDate="2018-05-13 01:41:37 +0100" endDate="2018-05-13 01:51:31 +0100" value="0.04829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 02:47:35 +0100" startDate="2018-05-13 01:51:31 +0100" endDate="2018-05-13 01:54:40 +0100" value="0.00899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 08:13:48 +0100" startDate="2018-05-13 07:36:39 +0100" endDate="2018-05-13 07:44:08 +0100" value="0.0008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 08:13:48 +0100" startDate="2018-05-13 07:44:08 +0100" endDate="2018-05-13 07:53:29 +0100" value="0.01387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 08:13:48 +0100" startDate="2018-05-13 07:53:29 +0100" endDate="2018-05-13 08:03:27 +0100" value="0.0443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 08:13:48 +0100" startDate="2018-05-13 08:03:27 +0100" endDate="2018-05-13 08:11:29 +0100" value="0.06521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 09:16:12 +0100" startDate="2018-05-13 08:11:29 +0100" endDate="2018-05-13 08:18:59 +0100" value="0.02076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 10:15:07 +0100" startDate="2018-05-13 09:46:07 +0100" endDate="2018-05-13 09:56:07 +0100" value="0.05839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 10:15:07 +0100" startDate="2018-05-13 09:56:07 +0100" endDate="2018-05-13 10:05:14 +0100" value="0.00714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 11:41:29 +0100" startDate="2018-05-13 10:05:14 +0100" endDate="2018-05-13 10:15:14 +0100" value="0.19668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 11:41:29 +0100" startDate="2018-05-13 10:15:14 +0100" endDate="2018-05-13 10:23:48 +0100" value="0.49431"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 11:41:29 +0100" startDate="2018-05-13 11:17:04 +0100" endDate="2018-05-13 11:23:40 +0100" value="0.02529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 12:14:12 +0100" startDate="2018-05-13 11:32:56 +0100" endDate="2018-05-13 11:42:55 +0100" value="0.09368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 12:14:12 +0100" startDate="2018-05-13 11:42:55 +0100" endDate="2018-05-13 11:47:59 +0100" value="0.40941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 12:14:12 +0100" startDate="2018-05-13 11:47:59 +0100" endDate="2018-05-13 11:57:57 +0100" value="0.33197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 12:14:12 +0100" startDate="2018-05-13 11:57:57 +0100" endDate="2018-05-13 12:06:58 +0100" value="0.14366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 12:06:58 +0100" endDate="2018-05-13 12:13:51 +0100" value="0.02518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 12:13:51 +0100" endDate="2018-05-13 12:23:49 +0100" value="0.06258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 12:23:49 +0100" endDate="2018-05-13 12:29:36 +0100" value="0.19036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 12:29:36 +0100" endDate="2018-05-13 12:37:05 +0100" value="0.12986"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 12:38:21 +0100" endDate="2018-05-13 12:46:41 +0100" value="0.04013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 12:54:33 +0100" endDate="2018-05-13 13:04:07 +0100" value="0.05049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 13:15:08 +0100" startDate="2018-05-13 13:04:07 +0100" endDate="2018-05-13 13:12:37 +0100" value="0.07371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 14:18:06 +0100" startDate="2018-05-13 13:31:46 +0100" endDate="2018-05-13 13:39:28 +0100" value="0.0965"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 14:18:06 +0100" startDate="2018-05-13 13:39:28 +0100" endDate="2018-05-13 13:48:33 +0100" value="0.09717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 14:18:06 +0100" startDate="2018-05-13 13:48:33 +0100" endDate="2018-05-13 13:58:31 +0100" value="0.04961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 14:18:06 +0100" startDate="2018-05-13 13:58:31 +0100" endDate="2018-05-13 14:00:08 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 15:17:01 +0100" startDate="2018-05-13 14:14:06 +0100" endDate="2018-05-13 14:22:31 +0100" value="0.09828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 15:17:01 +0100" startDate="2018-05-13 14:22:31 +0100" endDate="2018-05-13 14:30:37 +0100" value="0.02146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 16:15:33 +0100" startDate="2018-05-13 15:30:45 +0100" endDate="2018-05-13 15:37:44 +0100" value="0.007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 16:15:33 +0100" startDate="2018-05-13 15:41:32 +0100" endDate="2018-05-13 15:47:42 +0100" value="0.01379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 16:15:33 +0100" startDate="2018-05-13 15:47:42 +0100" endDate="2018-05-13 15:54:45 +0100" value="0.0414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 16:15:33 +0100" startDate="2018-05-13 15:54:45 +0100" endDate="2018-05-13 16:01:37 +0100" value="0.03663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 16:15:33 +0100" startDate="2018-05-13 16:01:37 +0100" endDate="2018-05-13 16:07:18 +0100" value="0.0595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 16:46:26 +0100" startDate="2018-05-13 16:07:18 +0100" endDate="2018-05-13 16:17:16 +0100" value="0.03438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 16:46:26 +0100" startDate="2018-05-13 16:17:16 +0100" endDate="2018-05-13 16:25:55 +0100" value="0.16273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 16:46:26 +0100" startDate="2018-05-13 16:25:55 +0100" endDate="2018-05-13 16:35:18 +0100" value="0.10103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 16:46:26 +0100" startDate="2018-05-13 16:35:18 +0100" endDate="2018-05-13 16:43:44 +0100" value="0.06016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 16:59:02 +0100" startDate="2018-05-13 16:43:44 +0100" endDate="2018-05-13 16:48:37 +0100" value="0.1163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 16:59:02 +0100" startDate="2018-05-13 16:48:37 +0100" endDate="2018-05-13 16:54:20 +0100" value="0.01584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 17:15:24 +0100" startDate="2018-05-13 17:04:39 +0100" endDate="2018-05-13 17:14:30 +0100" value="0.08528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 18:14:03 +0100" startDate="2018-05-13 17:14:30 +0100" endDate="2018-05-13 17:24:27 +0100" value="0.02768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 18:14:03 +0100" startDate="2018-05-13 17:24:27 +0100" endDate="2018-05-13 17:32:46 +0100" value="0.40065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-13 18:14:03 +0100" startDate="2018-05-13 17:32:46 +0100" endDate="2018-05-13 17:36:12 +0100" value="0.03311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 06:15:14 +0100" startDate="2018-05-14 06:00:30 +0100" endDate="2018-05-14 06:07:11 +0100" value="0.01174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 07:19:05 +0100" startDate="2018-05-14 06:13:10 +0100" endDate="2018-05-14 06:23:09 +0100" value="0.18172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 07:19:05 +0100" startDate="2018-05-14 06:23:09 +0100" endDate="2018-05-14 06:30:18 +0100" value="0.62926"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 10:14:05 +0100" startDate="2018-05-14 09:38:33 +0100" endDate="2018-05-14 09:44:38 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 10:14:05 +0100" startDate="2018-05-14 09:50:27 +0100" endDate="2018-05-14 09:57:20 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 11:19:05 +0100" startDate="2018-05-14 10:47:35 +0100" endDate="2018-05-14 10:57:22 +0100" value="0.01181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 11:19:05 +0100" startDate="2018-05-14 10:57:22 +0100" endDate="2018-05-14 11:06:40 +0100" value="0.69597"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 11:19:05 +0100" startDate="2018-05-14 11:06:40 +0100" endDate="2018-05-14 11:12:53 +0100" value="0.06198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 12:14:30 +0100" startDate="2018-05-14 11:20:48 +0100" endDate="2018-05-14 11:30:47 +0100" value="0.21079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 12:14:30 +0100" startDate="2018-05-14 11:30:47 +0100" endDate="2018-05-14 11:39:16 +0100" value="0.60956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 15:14:19 +0100" startDate="2018-05-14 14:29:14 +0100" endDate="2018-05-14 14:37:26 +0100" value="0.18289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 15:14:19 +0100" startDate="2018-05-14 14:37:26 +0100" endDate="2018-05-14 14:41:11 +0100" value="0.006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 15:14:19 +0100" startDate="2018-05-14 14:41:33 +0100" endDate="2018-05-14 14:51:32 +0100" value="0.28737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 15:14:19 +0100" startDate="2018-05-14 14:51:32 +0100" endDate="2018-05-14 14:58:57 +0100" value="0.3504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 17:16:28 +0100" startDate="2018-05-14 16:27:02 +0100" endDate="2018-05-14 16:37:01 +0100" value="0.3079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 17:16:28 +0100" startDate="2018-05-14 16:37:01 +0100" endDate="2018-05-14 16:42:04 +0100" value="0.30862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 17:16:28 +0100" startDate="2018-05-14 16:42:16 +0100" endDate="2018-05-14 16:51:09 +0100" value="0.01418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 17:16:28 +0100" startDate="2018-05-14 16:51:09 +0100" endDate="2018-05-14 17:01:07 +0100" value="0.46117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 17:16:28 +0100" startDate="2018-05-14 17:01:07 +0100" endDate="2018-05-14 17:08:48 +0100" value="0.17452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 18:18:39 +0100" startDate="2018-05-14 17:08:48 +0100" endDate="2018-05-14 17:15:17 +0100" value="0.02151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 18:18:39 +0100" startDate="2018-05-14 17:15:17 +0100" endDate="2018-05-14 17:24:37 +0100" value="0.03206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 18:18:39 +0100" startDate="2018-05-14 17:24:37 +0100" endDate="2018-05-14 17:33:02 +0100" value="0.1922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 18:18:39 +0100" startDate="2018-05-14 17:57:54 +0100" endDate="2018-05-14 18:06:39 +0100" value="0.02146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 18:18:39 +0100" startDate="2018-05-14 18:06:39 +0100" endDate="2018-05-14 18:11:09 +0100" value="0.16874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 19:13:29 +0100" startDate="2018-05-14 18:46:44 +0100" endDate="2018-05-14 18:52:52 +0100" value="0.00688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 19:43:29 +0100" endDate="2018-05-14 19:49:32 +0100" value="0.00387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 19:58:14 +0100" endDate="2018-05-14 20:07:57 +0100" value="0.18436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 20:07:57 +0100" endDate="2018-05-14 20:08:38 +0100" value="0.00578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 20:22:22 +0100" endDate="2018-05-14 20:31:31 +0100" value="0.12277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 20:31:31 +0100" endDate="2018-05-14 20:37:32 +0100" value="0.05918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 20:45:00 +0100" endDate="2018-05-14 20:55:00 +0100" value="0.27964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 21:17:17 +0100" startDate="2018-05-14 20:55:00 +0100" endDate="2018-05-14 20:56:36 +0100" value="0.02449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 22:58:17 +0100" startDate="2018-05-14 21:55:48 +0100" endDate="2018-05-14 22:05:48 +0100" value="0.31298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 22:58:17 +0100" startDate="2018-05-14 22:05:48 +0100" endDate="2018-05-14 22:10:08 +0100" value="0.3958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 22:58:17 +0100" startDate="2018-05-14 22:17:39 +0100" endDate="2018-05-14 22:27:38 +0100" value="0.20778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 22:58:17 +0100" startDate="2018-05-14 22:27:38 +0100" endDate="2018-05-14 22:37:37 +0100" value="0.54834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-14 22:58:17 +0100" startDate="2018-05-14 22:37:37 +0100" endDate="2018-05-14 22:45:46 +0100" value="0.25329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 00:40:30 +0100" startDate="2018-05-15 00:18:13 +0100" endDate="2018-05-15 00:26:41 +0100" value="0.02206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 00:40:30 +0100" startDate="2018-05-15 00:27:57 +0100" endDate="2018-05-15 00:34:33 +0100" value="0.0062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 02:17:55 +0100" startDate="2018-05-15 00:34:33 +0100" endDate="2018-05-15 00:40:55 +0100" value="0.01966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 06:18:12 +0100" startDate="2018-05-15 05:20:02 +0100" endDate="2018-05-15 05:26:13 +0100" value="0.00781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 06:18:12 +0100" startDate="2018-05-15 05:57:10 +0100" endDate="2018-05-15 06:03:21 +0100" value="0.01057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 06:16:17 +0100" endDate="2018-05-15 06:26:15 +0100" value="0.04249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 06:26:15 +0100" endDate="2018-05-15 06:32:40 +0100" value="0.09575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 06:34:56 +0100" endDate="2018-05-15 06:41:27 +0100" value="0.01028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 06:52:38 +0100" endDate="2018-05-15 07:02:37 +0100" value="0.10033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 07:02:37 +0100" endDate="2018-05-15 07:12:34 +0100" value="0.07342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 07:12:34 +0100" endDate="2018-05-15 07:22:07 +0100" value="0.52811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 07:25:31 +0100" endDate="2018-05-15 07:34:48 +0100" value="0.00481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 07:50:43 +0100" endDate="2018-05-15 08:00:30 +0100" value="0.08201"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 09:21:35 +0100" startDate="2018-05-15 08:30:19 +0100" endDate="2018-05-15 08:37:25 +0100" value="0.06514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 10:31:38 +0100" startDate="2018-05-15 10:02:33 +0100" endDate="2018-05-15 10:10:31 +0100" value="0.04949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 10:31:38 +0100" startDate="2018-05-15 10:10:31 +0100" endDate="2018-05-15 10:20:29 +0100" value="0.25808"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 10:31:38 +0100" startDate="2018-05-15 10:20:29 +0100" endDate="2018-05-15 10:30:25 +0100" value="0.28234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 10:30:25 +0100" endDate="2018-05-15 10:40:23 +0100" value="0.25054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 10:40:23 +0100" endDate="2018-05-15 10:44:42 +0100" value="0.17288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 10:45:20 +0100" endDate="2018-05-15 10:54:02 +0100" value="0.11352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 10:57:13 +0100" endDate="2018-05-15 11:03:23 +0100" value="0.01047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 11:03:23 +0100" endDate="2018-05-15 11:12:30 +0100" value="0.01469"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 11:58:21 +0100" endDate="2018-05-15 12:06:51 +0100" value="0.01627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 12:38:54 +0100" endDate="2018-05-15 12:45:02 +0100" value="0.00614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 12:47:13 +0100" endDate="2018-05-15 12:53:13 +0100" value="0.00517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 13:23:34 +0100" endDate="2018-05-15 13:29:39 +0100" value="0.01051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 14:40:17 +0100" endDate="2018-05-15 14:48:54 +0100" value="0.0075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 14:48:54 +0100" endDate="2018-05-15 14:58:54 +0100" value="0.02121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 14:58:54 +0100" endDate="2018-05-15 15:08:53 +0100" value="0.48795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 15:08:53 +0100" endDate="2018-05-15 15:16:58 +0100" value="0.0205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 15:16:58 +0100" endDate="2018-05-15 15:26:55 +0100" value="0.3539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 15:26:55 +0100" endDate="2018-05-15 15:36:40 +0100" value="0.23752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 15:47:39 +0100" endDate="2018-05-15 15:55:31 +0100" value="0.05899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 15:55:31 +0100" endDate="2018-05-15 16:05:26 +0100" value="0.49218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 16:05:26 +0100" endDate="2018-05-15 16:13:35 +0100" value="0.58563"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 16:13:35 +0100" endDate="2018-05-15 16:17:46 +0100" value="0.00786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 16:19:13 +0100" endDate="2018-05-15 16:29:11 +0100" value="0.35519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 16:29:11 +0100" endDate="2018-05-15 16:38:03 +0100" value="0.27933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 16:40:03 +0100" endDate="2018-05-15 16:49:44 +0100" value="0.04518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 16:49:44 +0100" endDate="2018-05-15 16:59:43 +0100" value="0.85014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:14:56 +0100" startDate="2018-05-15 16:59:43 +0100" endDate="2018-05-15 17:09:41 +0100" value="0.8541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 17:24:56 +0100" startDate="2018-05-15 17:09:41 +0100" endDate="2018-05-15 17:19:38 +0100" value="0.61284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 22:08:58 +0100" startDate="2018-05-15 17:19:38 +0100" endDate="2018-05-15 17:23:09 +0100" value="0.02071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 22:08:58 +0100" startDate="2018-05-15 17:36:06 +0100" endDate="2018-05-15 17:45:25 +0100" value="0.11542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 22:08:58 +0100" startDate="2018-05-15 17:45:25 +0100" endDate="2018-05-15 17:53:05 +0100" value="0.19954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 22:08:58 +0100" startDate="2018-05-15 17:53:05 +0100" endDate="2018-05-15 18:02:07 +0100" value="0.09143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 22:08:58 +0100" startDate="2018-05-15 18:04:20 +0100" endDate="2018-05-15 18:11:08 +0100" value="0.0255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 22:08:58 +0100" startDate="2018-05-15 18:26:06 +0100" endDate="2018-05-15 18:32:52 +0100" value="0.03369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 22:08:58 +0100" startDate="2018-05-15 18:32:52 +0100" endDate="2018-05-15 18:37:54 +0100" value="0.03144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 22:08:58 +0100" startDate="2018-05-15 19:09:11 +0100" endDate="2018-05-15 19:15:57 +0100" value="0.0236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 22:08:58 +0100" startDate="2018-05-15 19:36:08 +0100" endDate="2018-05-15 19:42:31 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 22:08:58 +0100" startDate="2018-05-15 21:48:08 +0100" endDate="2018-05-15 21:54:38 +0100" value="0.01091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 22:08:58 +0100" startDate="2018-05-15 21:55:10 +0100" endDate="2018-05-15 22:04:06 +0100" value="0.11261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-15 22:24:05 +0100" startDate="2018-05-15 22:04:06 +0100" endDate="2018-05-15 22:08:58 +0100" value="0.05438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 06:20:59 +0100" startDate="2018-05-16 05:37:19 +0100" endDate="2018-05-16 05:47:16 +0100" value="0.08701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 06:20:59 +0100" startDate="2018-05-16 05:47:16 +0100" endDate="2018-05-16 05:50:55 +0100" value="0.01153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff9d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 06:20:59 +0100" startDate="2018-05-16 06:02:04 +0100" endDate="2018-05-16 06:09:05 +0100" value="0.03327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 06:20:59 +0100" startDate="2018-05-16 06:09:05 +0100" endDate="2018-05-16 06:16:23 +0100" value="0.0044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 07:22:45 +0100" startDate="2018-05-16 06:16:23 +0100" endDate="2018-05-16 06:26:22 +0100" value="0.52941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 07:22:45 +0100" startDate="2018-05-16 06:26:22 +0100" endDate="2018-05-16 06:29:44 +0100" value="0.27968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 07:22:45 +0100" startDate="2018-05-16 06:58:46 +0100" endDate="2018-05-16 07:05:11 +0100" value="0.00084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 08:18:59 +0100" startDate="2018-05-16 07:17:18 +0100" endDate="2018-05-16 07:27:15 +0100" value="0.08126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 08:18:59 +0100" startDate="2018-05-16 07:27:15 +0100" endDate="2018-05-16 07:31:38 +0100" value="0.08079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 10:29:12 +0100" startDate="2018-05-16 09:41:53 +0100" endDate="2018-05-16 09:50:29 +0100" value="0.03071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 10:29:12 +0100" startDate="2018-05-16 09:57:39 +0100" endDate="2018-05-16 10:03:39 +0100" value="0.00624"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 11:19:48 +0100" startDate="2018-05-16 10:49:42 +0100" endDate="2018-05-16 10:58:27 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 11:19:48 +0100" startDate="2018-05-16 10:58:27 +0100" endDate="2018-05-16 11:06:28 +0100" value="0.07312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 12:21:55 +0100" startDate="2018-05-16 11:20:31 +0100" endDate="2018-05-16 11:30:30 +0100" value="0.39149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 12:21:55 +0100" startDate="2018-05-16 11:30:30 +0100" endDate="2018-05-16 11:40:16 +0100" value="0.32703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 12:21:55 +0100" startDate="2018-05-16 11:40:16 +0100" endDate="2018-05-16 11:43:16 +0100" value="0.07269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 12:21:55 +0100" startDate="2018-05-16 12:09:20 +0100" endDate="2018-05-16 12:19:19 +0100" value="0.32095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 13:22:17 +0100" startDate="2018-05-16 12:19:19 +0100" endDate="2018-05-16 12:29:17 +0100" value="0.57021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 13:22:17 +0100" startDate="2018-05-16 12:29:17 +0100" endDate="2018-05-16 12:38:41 +0100" value="0.03625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 13:22:17 +0100" startDate="2018-05-16 12:38:41 +0100" endDate="2018-05-16 12:39:44 +0100" value="0.02727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 14:20:50 +0100" startDate="2018-05-16 13:57:29 +0100" endDate="2018-05-16 14:07:25 +0100" value="0.05453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 14:20:50 +0100" startDate="2018-05-16 14:07:25 +0100" endDate="2018-05-16 14:10:25 +0100" value="0.02209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 15:23:14 +0100" startDate="2018-05-16 14:57:57 +0100" endDate="2018-05-16 15:06:25 +0100" value="0.04643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 16:22:01 +0100" startDate="2018-05-16 15:24:46 +0100" endDate="2018-05-16 15:34:46 +0100" value="0.01357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 16:22:01 +0100" startDate="2018-05-16 15:34:46 +0100" endDate="2018-05-16 15:44:45 +0100" value="0.61249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 16:22:01 +0100" startDate="2018-05-16 15:44:45 +0100" endDate="2018-05-16 15:51:31 +0100" value="0.04115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 17:19:11 +0100" startDate="2018-05-16 16:33:17 +0100" endDate="2018-05-16 16:42:58 +0100" value="0.02205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 17:19:11 +0100" startDate="2018-05-16 16:55:53 +0100" endDate="2018-05-16 17:04:34 +0100" value="0.0092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 17:19:11 +0100" startDate="2018-05-16 17:04:34 +0100" endDate="2018-05-16 17:14:22 +0100" value="0.05369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 18:19:05 +0100" startDate="2018-05-16 17:14:22 +0100" endDate="2018-05-16 17:19:30 +0100" value="0.02111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 18:19:05 +0100" startDate="2018-05-16 17:26:24 +0100" endDate="2018-05-16 17:32:50 +0100" value="0.01793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 18:19:05 +0100" startDate="2018-05-16 17:34:44 +0100" endDate="2018-05-16 17:41:25 +0100" value="0.007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 18:19:05 +0100" startDate="2018-05-16 17:42:25 +0100" endDate="2018-05-16 17:52:24 +0100" value="0.044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 18:19:05 +0100" startDate="2018-05-16 17:52:24 +0100" endDate="2018-05-16 18:01:21 +0100" value="0.09355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 18:19:05 +0100" startDate="2018-05-16 18:08:06 +0100" endDate="2018-05-16 18:16:42 +0100" value="0.31861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 19:20:45 +0100" startDate="2018-05-16 19:00:56 +0100" endDate="2018-05-16 19:10:53 +0100" value="0.09993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 20:20:00 +0100" startDate="2018-05-16 19:10:53 +0100" endDate="2018-05-16 19:16:27 +0100" value="0.0975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 20:20:00 +0100" startDate="2018-05-16 19:28:38 +0100" endDate="2018-05-16 19:37:28 +0100" value="0.05835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 20:20:00 +0100" startDate="2018-05-16 19:45:25 +0100" endDate="2018-05-16 19:51:45 +0100" value="0.02807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 20:20:00 +0100" startDate="2018-05-16 20:02:24 +0100" endDate="2018-05-16 20:11:52 +0100" value="0.08323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 21:42:12 +0100" startDate="2018-05-16 20:11:52 +0100" endDate="2018-05-16 20:21:50 +0100" value="0.27715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 21:42:12 +0100" startDate="2018-05-16 20:21:50 +0100" endDate="2018-05-16 20:23:49 +0100" value="0.19671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 21:42:12 +0100" startDate="2018-05-16 20:36:09 +0100" endDate="2018-05-16 20:45:29 +0100" value="0.08968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 21:42:12 +0100" startDate="2018-05-16 20:45:29 +0100" endDate="2018-05-16 20:54:13 +0100" value="0.12037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 23:06:28 +0100" startDate="2018-05-16 21:36:16 +0100" endDate="2018-05-16 21:46:15 +0100" value="0.22442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 23:06:28 +0100" startDate="2018-05-16 21:46:15 +0100" endDate="2018-05-16 21:55:27 +0100" value="0.24447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-16 23:22:01 +0100" startDate="2018-05-16 23:01:00 +0100" endDate="2018-05-16 23:07:54 +0100" value="0.01071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 05:23:46 +0100" startDate="2018-05-17 04:53:44 +0100" endDate="2018-05-17 05:00:20 +0100" value="0.00917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 05:23:46 +0100" startDate="2018-05-17 05:00:20 +0100" endDate="2018-05-17 05:06:47 +0100" value="0.0218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 06:19:15 +0100" startDate="2018-05-17 06:06:13 +0100" endDate="2018-05-17 06:15:29 +0100" value="0.05147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 07:20:37 +0100" startDate="2018-05-17 06:39:26 +0100" endDate="2018-05-17 06:47:05 +0100" value="0.0272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 07:20:37 +0100" startDate="2018-05-17 06:47:05 +0100" endDate="2018-05-17 06:57:03 +0100" value="0.02093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 07:20:37 +0100" startDate="2018-05-17 06:57:03 +0100" endDate="2018-05-17 07:06:51 +0100" value="0.72353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 08:21:18 +0100" startDate="2018-05-17 07:11:10 +0100" endDate="2018-05-17 07:20:44 +0100" value="0.08788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 08:21:18 +0100" startDate="2018-05-17 07:20:44 +0100" endDate="2018-05-17 07:29:42 +0100" value="0.03053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 08:21:18 +0100" startDate="2018-05-17 07:45:03 +0100" endDate="2018-05-17 07:51:11 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 09:20:35 +0100" startDate="2018-05-17 08:20:27 +0100" endDate="2018-05-17 08:26:32 +0100" value="0.00768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 09:20:35 +0100" startDate="2018-05-17 08:52:30 +0100" endDate="2018-05-17 09:00:15 +0100" value="0.02424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 10:19:01 +0100" startDate="2018-05-17 09:20:27 +0100" endDate="2018-05-17 09:27:31 +0100" value="0.0409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 10:19:01 +0100" startDate="2018-05-17 09:32:29 +0100" endDate="2018-05-17 09:42:29 +0100" value="0.31092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 10:19:01 +0100" startDate="2018-05-17 09:42:29 +0100" endDate="2018-05-17 09:51:35 +0100" value="0.34471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 10:19:01 +0100" startDate="2018-05-17 09:51:35 +0100" endDate="2018-05-17 09:55:06 +0100" value="0.00635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 11:22:44 +0100" startDate="2018-05-17 10:39:44 +0100" endDate="2018-05-17 10:49:44 +0100" value="0.10196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 11:22:44 +0100" startDate="2018-05-17 10:49:44 +0100" endDate="2018-05-17 10:56:50 +0100" value="0.65194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 11:22:44 +0100" startDate="2018-05-17 10:56:50 +0100" endDate="2018-05-17 11:03:10 +0100" value="0.10376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 11:22:44 +0100" startDate="2018-05-17 11:03:10 +0100" endDate="2018-05-17 11:09:46 +0100" value="0.04654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 12:25:47 +0100" startDate="2018-05-17 11:27:43 +0100" endDate="2018-05-17 11:37:42 +0100" value="0.21026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 12:25:47 +0100" startDate="2018-05-17 11:37:42 +0100" endDate="2018-05-17 11:39:52 +0100" value="0.15317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 12:25:47 +0100" startDate="2018-05-17 11:42:26 +0100" endDate="2018-05-17 11:49:27 +0100" value="0.04026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 13:22:40 +0100" startDate="2018-05-17 12:23:46 +0100" endDate="2018-05-17 12:33:22 +0100" value="0.17094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 13:22:40 +0100" startDate="2018-05-17 12:33:22 +0100" endDate="2018-05-17 12:42:10 +0100" value="0.5223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 13:22:40 +0100" startDate="2018-05-17 12:50:24 +0100" endDate="2018-05-17 12:58:47 +0100" value="0.01242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 14:21:36 +0100" startDate="2018-05-17 13:34:23 +0100" endDate="2018-05-17 13:41:24 +0100" value="0.0568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 14:21:36 +0100" startDate="2018-05-17 13:41:24 +0100" endDate="2018-05-17 13:49:55 +0100" value="0.08271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 14:21:36 +0100" startDate="2018-05-17 13:52:37 +0100" endDate="2018-05-17 14:00:23 +0100" value="0.01469"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 15:20:47 +0100" startDate="2018-05-17 15:05:00 +0100" endDate="2018-05-17 15:12:31 +0100" value="0.02654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 16:21:25 +0100" startDate="2018-05-17 15:12:31 +0100" endDate="2018-05-17 15:18:04 +0100" value="0.05118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 16:21:25 +0100" startDate="2018-05-17 15:26:57 +0100" endDate="2018-05-17 15:36:56 +0100" value="0.27515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 16:21:25 +0100" startDate="2018-05-17 15:36:56 +0100" endDate="2018-05-17 15:46:55 +0100" value="0.44084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 16:21:25 +0100" startDate="2018-05-17 15:46:55 +0100" endDate="2018-05-17 15:50:52 +0100" value="0.42177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 18:02:29 +0100" startDate="2018-05-17 16:42:57 +0100" endDate="2018-05-17 16:52:38 +0100" value="0.0592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 18:02:29 +0100" startDate="2018-05-17 16:52:38 +0100" endDate="2018-05-17 17:01:12 +0100" value="0.01228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 18:02:29 +0100" startDate="2018-05-17 17:04:59 +0100" endDate="2018-05-17 17:11:42 +0100" value="0.03278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 18:02:29 +0100" startDate="2018-05-17 17:38:36 +0100" endDate="2018-05-17 17:45:04 +0100" value="0.00803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 20:21:09 +0100" startDate="2018-05-17 19:25:45 +0100" endDate="2018-05-17 19:35:07 +0100" value="0.15618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 20:21:09 +0100" startDate="2018-05-17 19:35:07 +0100" endDate="2018-05-17 19:42:15 +0100" value="0.03398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 20:21:09 +0100" startDate="2018-05-17 19:42:15 +0100" endDate="2018-05-17 19:48:57 +0100" value="0.10146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 20:21:09 +0100" startDate="2018-05-17 19:49:51 +0100" endDate="2018-05-17 19:56:04 +0100" value="0.00759"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 20:21:09 +0100" startDate="2018-05-17 20:01:05 +0100" endDate="2018-05-17 20:10:34 +0100" value="0.14246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 20:21:09 +0100" startDate="2018-05-17 20:10:34 +0100" endDate="2018-05-17 20:17:36 +0100" value="0.1555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 21:40:09 +0100" startDate="2018-05-17 21:06:38 +0100" endDate="2018-05-17 21:16:25 +0100" value="0.08673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 21:40:09 +0100" startDate="2018-05-17 21:16:25 +0100" endDate="2018-05-17 21:25:46 +0100" value="0.0254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 22:33:09 +0100" startDate="2018-05-17 21:31:07 +0100" endDate="2018-05-17 21:40:22 +0100" value="0.03621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 22:33:09 +0100" startDate="2018-05-17 21:40:32 +0100" endDate="2018-05-17 21:47:05 +0100" value="0.00812"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-17 22:33:09 +0100" startDate="2018-05-17 21:54:34 +0100" endDate="2018-05-17 22:00:45 +0100" value="0.0143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 06:22:36 +0100" startDate="2018-05-18 05:17:00 +0100" endDate="2018-05-18 05:23:38 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 06:22:36 +0100" startDate="2018-05-18 05:48:39 +0100" endDate="2018-05-18 05:55:07 +0100" value="0.01965"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 06:22:36 +0100" startDate="2018-05-18 05:55:07 +0100" endDate="2018-05-18 06:00:59 +0100" value="0.02915"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 06:22:36 +0100" startDate="2018-05-18 06:12:27 +0100" endDate="2018-05-18 06:22:26 +0100" value="0.04522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 07:25:59 +0100" startDate="2018-05-18 06:22:26 +0100" endDate="2018-05-18 06:32:24 +0100" value="0.53305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 07:25:59 +0100" startDate="2018-05-18 06:32:24 +0100" endDate="2018-05-18 06:35:25 +0100" value="0.24973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 08:52:31 +0100" startDate="2018-05-18 07:34:04 +0100" endDate="2018-05-18 07:41:15 +0100" value="0.05343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 08:52:31 +0100" startDate="2018-05-18 08:24:06 +0100" endDate="2018-05-18 08:31:58 +0100" value="0.01899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 08:52:31 +0100" startDate="2018-05-18 08:31:58 +0100" endDate="2018-05-18 08:41:57 +0100" value="0.55475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 08:52:31 +0100" startDate="2018-05-18 08:41:57 +0100" endDate="2018-05-18 08:51:56 +0100" value="0.49107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 09:19:09 +0100" startDate="2018-05-18 08:51:56 +0100" endDate="2018-05-18 08:58:14 +0100" value="0.28769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 09:10:55 +0100" endDate="2018-05-18 09:17:35 +0100" value="0.01004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 09:17:35 +0100" endDate="2018-05-18 09:24:17 +0100" value="0.01458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 09:24:17 +0100" endDate="2018-05-18 09:34:05 +0100" value="0.05866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 09:34:05 +0100" endDate="2018-05-18 09:44:04 +0100" value="0.12814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 09:44:04 +0100" endDate="2018-05-18 09:54:03 +0100" value="0.27455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 09:54:03 +0100" endDate="2018-05-18 10:04:02 +0100" value="0.16549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 10:19:00 +0100" startDate="2018-05-18 10:04:02 +0100" endDate="2018-05-18 10:06:40 +0100" value="0.05088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 11:19:03 +0100" startDate="2018-05-18 10:06:40 +0100" endDate="2018-05-18 10:16:38 +0100" value="0.04488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 11:19:03 +0100" startDate="2018-05-18 10:16:38 +0100" endDate="2018-05-18 10:23:36 +0100" value="0.05778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 11:19:03 +0100" startDate="2018-05-18 10:23:36 +0100" endDate="2018-05-18 10:33:34 +0100" value="0.10834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 11:19:03 +0100" startDate="2018-05-18 10:33:34 +0100" endDate="2018-05-18 10:43:32 +0100" value="0.2664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 11:19:03 +0100" startDate="2018-05-18 10:43:32 +0100" endDate="2018-05-18 10:53:25 +0100" value="0.25227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 11:19:03 +0100" startDate="2018-05-18 10:53:25 +0100" endDate="2018-05-18 11:03:13 +0100" value="0.14669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 12:24:20 +0100" startDate="2018-05-18 11:14:20 +0100" endDate="2018-05-18 11:22:45 +0100" value="0.01024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 12:24:20 +0100" startDate="2018-05-18 11:22:45 +0100" endDate="2018-05-18 11:32:05 +0100" value="0.02055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 12:24:20 +0100" startDate="2018-05-18 11:50:59 +0100" endDate="2018-05-18 11:57:04 +0100" value="0.01045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 13:26:14 +0100" startDate="2018-05-18 12:26:46 +0100" endDate="2018-05-18 12:36:02 +0100" value="0.0461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 13:26:14 +0100" startDate="2018-05-18 12:36:02 +0100" endDate="2018-05-18 12:45:41 +0100" value="0.06679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 13:26:14 +0100" startDate="2018-05-18 12:45:41 +0100" endDate="2018-05-18 12:55:36 +0100" value="0.03641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 13:26:14 +0100" startDate="2018-05-18 12:55:36 +0100" endDate="2018-05-18 12:58:03 +0100" value="0.04966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 13:26:14 +0100" startDate="2018-05-18 12:59:49 +0100" endDate="2018-05-18 13:07:38 +0100" value="0.03855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 14:21:02 +0100" startDate="2018-05-18 13:28:25 +0100" endDate="2018-05-18 13:36:47 +0100" value="0.07327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 14:21:02 +0100" startDate="2018-05-18 13:54:40 +0100" endDate="2018-05-18 14:04:39 +0100" value="0.11214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 14:21:02 +0100" startDate="2018-05-18 14:04:39 +0100" endDate="2018-05-18 14:13:23 +0100" value="0.31733"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 15:19:04 +0100" startDate="2018-05-18 14:13:23 +0100" endDate="2018-05-18 14:19:06 +0100" value="0.10407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 15:19:04 +0100" startDate="2018-05-18 14:19:06 +0100" endDate="2018-05-18 14:29:00 +0100" value="0.03589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 15:19:04 +0100" startDate="2018-05-18 14:35:09 +0100" endDate="2018-05-18 14:45:08 +0100" value="0.30541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 15:19:04 +0100" startDate="2018-05-18 14:45:08 +0100" endDate="2018-05-18 14:53:37 +0100" value="0.37755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 15:19:04 +0100" startDate="2018-05-18 14:53:37 +0100" endDate="2018-05-18 15:01:51 +0100" value="0.06338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 15:19:04 +0100" startDate="2018-05-18 15:01:51 +0100" endDate="2018-05-18 15:11:14 +0100" value="0.03381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 18:45:50 +0100" startDate="2018-05-18 15:11:14 +0100" endDate="2018-05-18 15:21:12 +0100" value="0.16425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 18:45:50 +0100" startDate="2018-05-18 15:21:12 +0100" endDate="2018-05-18 15:28:26 +0100" value="0.57354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 18:45:50 +0100" startDate="2018-05-18 15:46:34 +0100" endDate="2018-05-18 15:53:17 +0100" value="0.00172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 18:45:50 +0100" startDate="2018-05-18 15:53:30 +0100" endDate="2018-05-18 16:02:08 +0100" value="0.02111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 18:45:50 +0100" startDate="2018-05-18 16:31:36 +0100" endDate="2018-05-18 16:41:10 +0100" value="0.03484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 18:45:50 +0100" startDate="2018-05-18 18:33:14 +0100" endDate="2018-05-18 18:41:09 +0100" value="0.01813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 19:00:51 +0100" startDate="2018-05-18 18:41:09 +0100" endDate="2018-05-18 18:45:55 +0100" value="0.01487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-18 20:56:55 +0100" startDate="2018-05-18 20:13:14 +0100" endDate="2018-05-18 20:20:55 +0100" value="0.04857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 07:09:02 +0100" startDate="2018-05-18 20:51:20 +0100" endDate="2018-05-18 21:01:14 +0100" value="0.07183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 07:09:02 +0100" startDate="2018-05-18 22:06:27 +0100" endDate="2018-05-18 22:14:55 +0100" value="0.05762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 07:24:00 +0100" startDate="2018-05-19 07:02:39 +0100" endDate="2018-05-19 07:09:06 +0100" value="0.02354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 08:19:55 +0100" startDate="2018-05-19 07:55:51 +0100" endDate="2018-05-19 08:02:09 +0100" value="0.01501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 09:11:01 +0100" endDate="2018-05-19 09:20:43 +0100" value="0.13422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 09:20:43 +0100" endDate="2018-05-19 09:30:43 +0100" value="0.37976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 09:30:43 +0100" endDate="2018-05-19 09:40:30 +0100" value="0.17739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 09:40:30 +0100" endDate="2018-05-19 09:50:28 +0100" value="0.27597"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 09:50:28 +0100" endDate="2018-05-19 09:56:17 +0100" value="0.16283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 10:02:01 +0100" endDate="2018-05-19 10:11:30 +0100" value="0.18208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 10:11:30 +0100" endDate="2018-05-19 10:20:27 +0100" value="0.15093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 10:20:29 +0100" endDate="2018-05-19 10:29:31 +0100" value="0.10032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 10:29:31 +0100" endDate="2018-05-19 10:33:58 +0100" value="0.08484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 11:07:51 +0100" endDate="2018-05-19 11:16:16 +0100" value="0.14746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:34:54 +0100" startDate="2018-05-19 11:16:16 +0100" endDate="2018-05-19 11:23:35 +0100" value="0.01995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:50:21 +0100" startDate="2018-05-19 11:23:35 +0100" endDate="2018-05-19 11:32:47 +0100" value="0.03387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 11:50:21 +0100" startDate="2018-05-19 11:37:12 +0100" endDate="2018-05-19 11:43:30 +0100" value="0.01023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 11:56:39 +0100" endDate="2018-05-19 12:04:01 +0100" value="0.02086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 12:05:25 +0100" endDate="2018-05-19 12:14:18 +0100" value="0.10452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 13:01:29 +0100" endDate="2018-05-19 13:10:25 +0100" value="0.11397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 13:10:25 +0100" endDate="2018-05-19 13:20:12 +0100" value="0.14793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 13:20:12 +0100" endDate="2018-05-19 13:29:51 +0100" value="0.15581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 14:23:33 +0100" endDate="2018-05-19 14:33:27 +0100" value="0.07769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 14:33:27 +0100" endDate="2018-05-19 14:40:20 +0100" value="0.23361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 14:40:20 +0100" endDate="2018-05-19 14:49:43 +0100" value="0.07851"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 14:49:43 +0100" endDate="2018-05-19 14:56:28 +0100" value="0.0133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 14:57:13 +0100" endDate="2018-05-19 15:04:32 +0100" value="0.08211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:04:32 +0100" endDate="2018-05-19 15:12:32 +0100" value="0.2483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:12:32 +0100" endDate="2018-05-19 15:22:26 +0100" value="0.15631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:22:26 +0100" endDate="2018-05-19 15:31:20 +0100" value="0.0392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:31:20 +0100" endDate="2018-05-19 15:39:43 +0100" value="0.0404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:39:43 +0100" endDate="2018-05-19 15:49:12 +0100" value="0.06189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:49:12 +0100" endDate="2018-05-19 15:58:57 +0100" value="0.05344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 15:58:57 +0100" endDate="2018-05-19 16:07:30 +0100" value="0.07913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 16:14:40 +0100" endDate="2018-05-19 16:24:39 +0100" value="0.0482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 16:24:39 +0100" endDate="2018-05-19 16:34:38 +0100" value="0.27136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 16:34:38 +0100" endDate="2018-05-19 16:44:30 +0100" value="0.28106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 16:44:30 +0100" endDate="2018-05-19 16:46:25 +0100" value="0.00982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 17:38:52 +0100" endDate="2018-05-19 17:48:39 +0100" value="0.02191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 17:48:39 +0100" endDate="2018-05-19 17:55:57 +0100" value="0.04466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 17:55:57 +0100" endDate="2018-05-19 18:03:18 +0100" value="0.03901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 18:03:18 +0100" endDate="2018-05-19 18:13:17 +0100" value="0.13057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 18:24:53 +0100" startDate="2018-05-19 18:13:17 +0100" endDate="2018-05-19 18:22:44 +0100" value="0.97699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 19:47:45 +0100" startDate="2018-05-19 19:14:36 +0100" endDate="2018-05-19 19:24:08 +0100" value="0.13948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 19:47:45 +0100" startDate="2018-05-19 19:24:08 +0100" endDate="2018-05-19 19:33:21 +0100" value="0.1075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 21:15:23 +0100" startDate="2018-05-19 19:38:57 +0100" endDate="2018-05-19 19:47:53 +0100" value="0.0167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 21:15:23 +0100" startDate="2018-05-19 19:47:53 +0100" endDate="2018-05-19 19:55:39 +0100" value="0.1379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 23:00:00 +0100" startDate="2018-05-19 22:02:21 +0100" endDate="2018-05-19 22:10:04 +0100" value="0.02895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-19 23:00:00 +0100" startDate="2018-05-19 22:10:04 +0100" endDate="2018-05-19 22:14:18 +0100" value="0.0088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 08:37:32 +0100" startDate="2018-05-20 07:29:12 +0100" endDate="2018-05-20 07:35:17 +0100" value="0.00968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 08:37:32 +0100" startDate="2018-05-20 07:41:15 +0100" endDate="2018-05-20 07:48:39 +0100" value="0.02106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 10:35:17 +0100" startDate="2018-05-20 10:17:16 +0100" endDate="2018-05-20 10:25:41 +0100" value="0.02477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 11:36:35 +0100" startDate="2018-05-20 10:32:15 +0100" endDate="2018-05-20 10:38:51 +0100" value="0.02841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 11:36:35 +0100" startDate="2018-05-20 11:13:11 +0100" endDate="2018-05-20 11:23:09 +0100" value="0.0151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 11:36:35 +0100" startDate="2018-05-20 11:23:09 +0100" endDate="2018-05-20 11:31:12 +0100" value="0.49697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 12:38:02 +0100" startDate="2018-05-20 11:31:12 +0100" endDate="2018-05-20 11:41:11 +0100" value="0.14677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 12:38:02 +0100" startDate="2018-05-20 11:41:11 +0100" endDate="2018-05-20 11:51:08 +0100" value="0.79451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 12:38:02 +0100" startDate="2018-05-20 11:51:08 +0100" endDate="2018-05-20 11:55:30 +0100" value="0.09901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca7e30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 13:35:23 +0100" startDate="2018-05-20 12:58:26 +0100" endDate="2018-05-20 13:08:25 +0100" value="0.30883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 13:35:23 +0100" startDate="2018-05-20 13:08:25 +0100" endDate="2018-05-20 13:18:22 +0100" value="0.57195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 13:35:23 +0100" startDate="2018-05-20 13:18:22 +0100" endDate="2018-05-20 13:27:06 +0100" value="0.57974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 14:38:29 +0100" startDate="2018-05-20 13:27:06 +0100" endDate="2018-05-20 13:32:53 +0100" value="0.00219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 14:38:29 +0100" startDate="2018-05-20 13:33:35 +0100" endDate="2018-05-20 13:43:33 +0100" value="0.03595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 21:19:21 +0100" startDate="2018-05-20 20:29:20 +0100" endDate="2018-05-20 20:35:22 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 21:19:21 +0100" startDate="2018-05-20 20:54:20 +0100" endDate="2018-05-20 21:01:05 +0100" value="0.03179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 21:19:21 +0100" startDate="2018-05-20 21:03:05 +0100" endDate="2018-05-20 21:12:28 +0100" value="0.02125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-20 21:38:11 +0100" startDate="2018-05-20 21:12:28 +0100" endDate="2018-05-20 21:16:27 +0100" value="0.02418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 07:37:21 +0100" startDate="2018-05-21 07:18:56 +0100" endDate="2018-05-21 07:25:21 +0100" value="0.0093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 08:41:47 +0100" startDate="2018-05-21 07:25:21 +0100" endDate="2018-05-21 07:35:17 +0100" value="0.03457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 08:41:47 +0100" startDate="2018-05-21 07:35:17 +0100" endDate="2018-05-21 07:40:50 +0100" value="0.03122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 08:41:47 +0100" startDate="2018-05-21 07:41:27 +0100" endDate="2018-05-21 07:48:05 +0100" value="0.01367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 09:42:33 +0100" startDate="2018-05-21 08:38:16 +0100" endDate="2018-05-21 08:47:35 +0100" value="0.07229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 09:42:33 +0100" startDate="2018-05-21 09:04:24 +0100" endDate="2018-05-21 09:14:22 +0100" value="0.22989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 09:42:33 +0100" startDate="2018-05-21 09:14:22 +0100" endDate="2018-05-21 09:16:17 +0100" value="0.10773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 10:42:02 +0100" startDate="2018-05-21 09:36:37 +0100" endDate="2018-05-21 09:45:59 +0100" value="0.04058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 10:42:02 +0100" startDate="2018-05-21 09:54:55 +0100" endDate="2018-05-21 10:02:11 +0100" value="0.06923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 10:42:02 +0100" startDate="2018-05-21 10:02:11 +0100" endDate="2018-05-21 10:12:00 +0100" value="0.08544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 10:42:02 +0100" startDate="2018-05-21 10:12:00 +0100" endDate="2018-05-21 10:20:25 +0100" value="0.2409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 10:42:02 +0100" startDate="2018-05-21 10:20:25 +0100" endDate="2018-05-21 10:30:23 +0100" value="0.15556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 10:42:02 +0100" startDate="2018-05-21 10:30:23 +0100" endDate="2018-05-21 10:38:04 +0100" value="0.19468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 11:36:58 +0100" startDate="2018-05-21 10:38:04 +0100" endDate="2018-05-21 10:38:06 +0100" value="0.0015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 11:36:58 +0100" startDate="2018-05-21 10:46:53 +0100" endDate="2018-05-21 10:54:14 +0100" value="0.02574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 11:36:58 +0100" startDate="2018-05-21 10:54:14 +0100" endDate="2018-05-21 11:03:02 +0100" value="0.0097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 11:36:58 +0100" startDate="2018-05-21 11:03:02 +0100" endDate="2018-05-21 11:09:56 +0100" value="0.03878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 11:36:58 +0100" startDate="2018-05-21 11:09:56 +0100" endDate="2018-05-21 11:15:26 +0100" value="0.03511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 11:36:58 +0100" startDate="2018-05-21 11:21:58 +0100" endDate="2018-05-21 11:31:48 +0100" value="0.07737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 12:35:39 +0100" startDate="2018-05-21 11:31:48 +0100" endDate="2018-05-21 11:33:22 +0100" value="0.01713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 14:35:01 +0100" startDate="2018-05-21 14:13:37 +0100" endDate="2018-05-21 14:20:02 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 15:35:30 +0100" startDate="2018-05-21 15:19:09 +0100" endDate="2018-05-21 15:25:55 +0100" value="0.03939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 16:37:36 +0100" startDate="2018-05-21 15:30:26 +0100" endDate="2018-05-21 15:37:47 +0100" value="0.01579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 17:36:21 +0100" startDate="2018-05-21 17:16:35 +0100" endDate="2018-05-21 17:26:26 +0100" value="0.02906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 18:36:00 +0100" startDate="2018-05-21 17:26:26 +0100" endDate="2018-05-21 17:36:23 +0100" value="0.06938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 18:36:00 +0100" startDate="2018-05-21 17:36:23 +0100" endDate="2018-05-21 17:37:54 +0100" value="0.03023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 18:36:00 +0100" startDate="2018-05-21 18:02:09 +0100" endDate="2018-05-21 18:09:43 +0100" value="0.05437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 18:36:00 +0100" startDate="2018-05-21 18:21:22 +0100" endDate="2018-05-21 18:29:14 +0100" value="0.02727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 19:37:35 +0100" startDate="2018-05-21 18:29:14 +0100" endDate="2018-05-21 18:39:13 +0100" value="0.04067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 19:37:35 +0100" startDate="2018-05-21 18:39:13 +0100" endDate="2018-05-21 18:49:11 +0100" value="0.33401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 19:37:35 +0100" startDate="2018-05-21 18:49:11 +0100" endDate="2018-05-21 18:51:51 +0100" value="0.11776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 19:37:35 +0100" startDate="2018-05-21 19:21:47 +0100" endDate="2018-05-21 19:31:04 +0100" value="0.19032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 20:39:10 +0100" startDate="2018-05-21 19:49:39 +0100" endDate="2018-05-21 19:55:54 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-21 23:07:14 +0100" startDate="2018-05-21 21:01:35 +0100" endDate="2018-05-21 21:08:23 +0100" value="0.02911"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 07:36:54 +0100" startDate="2018-05-22 06:27:30 +0100" endDate="2018-05-22 06:33:54 +0100" value="0.01195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 07:36:54 +0100" startDate="2018-05-22 06:34:51 +0100" endDate="2018-05-22 06:44:48 +0100" value="0.0453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 07:36:54 +0100" startDate="2018-05-22 06:44:48 +0100" endDate="2018-05-22 06:53:32 +0100" value="0.63322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 08:35:47 +0100" startDate="2018-05-22 07:54:13 +0100" endDate="2018-05-22 08:04:13 +0100" value="0.3157"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 08:35:47 +0100" startDate="2018-05-22 08:04:13 +0100" endDate="2018-05-22 08:13:42 +0100" value="0.26135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 08:35:47 +0100" startDate="2018-05-22 08:13:42 +0100" endDate="2018-05-22 08:15:18 +0100" value="0.03347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 09:35:33 +0100" startDate="2018-05-22 08:38:22 +0100" endDate="2018-05-22 08:44:29 +0100" value="0.00467"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 09:35:33 +0100" startDate="2018-05-22 09:05:40 +0100" endDate="2018-05-22 09:13:27 +0100" value="0.03005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 10:35:53 +0100" startDate="2018-05-22 09:32:55 +0100" endDate="2018-05-22 09:39:13 +0100" value="0.01242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 10:35:53 +0100" startDate="2018-05-22 09:53:59 +0100" endDate="2018-05-22 10:03:57 +0100" value="0.00574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 10:35:53 +0100" startDate="2018-05-22 10:22:10 +0100" endDate="2018-05-22 10:31:42 +0100" value="0.13483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 11:44:23 +0100" startDate="2018-05-22 10:31:42 +0100" endDate="2018-05-22 10:35:28 +0100" value="0.1758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 11:44:23 +0100" startDate="2018-05-22 10:38:14 +0100" endDate="2018-05-22 10:45:45 +0100" value="0.08603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 12:35:10 +0100" startDate="2018-05-22 11:37:25 +0100" endDate="2018-05-22 11:47:24 +0100" value="0.34525"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 12:35:10 +0100" startDate="2018-05-22 11:47:24 +0100" endDate="2018-05-22 11:48:20 +0100" value="0.05008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 14:36:05 +0100" startDate="2018-05-22 14:25:35 +0100" endDate="2018-05-22 14:32:01 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 15:35:34 +0100" startDate="2018-05-22 14:48:59 +0100" endDate="2018-05-22 14:55:57 +0100" value="0.0112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 15:35:34 +0100" startDate="2018-05-22 15:22:46 +0100" endDate="2018-05-22 15:30:10 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 16:35:13 +0100" startDate="2018-05-22 15:44:36 +0100" endDate="2018-05-22 15:54:18 +0100" value="0.09716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 16:35:13 +0100" startDate="2018-05-22 15:54:18 +0100" endDate="2018-05-22 16:04:17 +0100" value="0.50985"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 16:35:13 +0100" startDate="2018-05-22 16:04:17 +0100" endDate="2018-05-22 16:14:16 +0100" value="0.13434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 16:35:13 +0100" startDate="2018-05-22 16:14:16 +0100" endDate="2018-05-22 16:16:10 +0100" value="0.04782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 16:35:13 +0100" startDate="2018-05-22 16:24:09 +0100" endDate="2018-05-22 16:34:08 +0100" value="0.0004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 17:40:14 +0100" startDate="2018-05-22 16:34:08 +0100" endDate="2018-05-22 16:44:08 +0100" value="0.09735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 17:40:14 +0100" startDate="2018-05-22 16:44:08 +0100" endDate="2018-05-22 16:51:41 +0100" value="0.01765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 19:32:13 +0100" startDate="2018-05-22 17:58:45 +0100" endDate="2018-05-22 18:04:57 +0100" value="0.0012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 20:39:00 +0100" startDate="2018-05-22 19:39:46 +0100" endDate="2018-05-22 19:46:04 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 21:45:49 +0100" startDate="2018-05-22 21:00:46 +0100" endDate="2018-05-22 21:10:45 +0100" value="0.02451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 21:45:49 +0100" startDate="2018-05-22 21:10:45 +0100" endDate="2018-05-22 21:14:18 +0100" value="0.01333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 21:45:49 +0100" startDate="2018-05-22 21:31:01 +0100" endDate="2018-05-22 21:40:47 +0100" value="0.02315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-22 22:35:45 +0100" startDate="2018-05-22 21:40:47 +0100" endDate="2018-05-22 21:50:08 +0100" value="0.03019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 00:22:09 +0100" startDate="2018-05-22 22:30:41 +0100" endDate="2018-05-22 22:38:53 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 06:40:00 +0100" startDate="2018-05-23 06:14:47 +0100" endDate="2018-05-23 06:24:34 +0100" value="0.09359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 06:40:00 +0100" startDate="2018-05-23 06:24:34 +0100" endDate="2018-05-23 06:27:05 +0100" value="0.03099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 07:34:59 +0100" startDate="2018-05-23 06:37:31 +0100" endDate="2018-05-23 06:44:34 +0100" value="0.0253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 07:34:59 +0100" startDate="2018-05-23 06:46:33 +0100" endDate="2018-05-23 06:56:32 +0100" value="0.12392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 07:34:59 +0100" startDate="2018-05-23 06:56:32 +0100" endDate="2018-05-23 07:04:18 +0100" value="0.60024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 09:36:11 +0100" startDate="2018-05-23 08:30:51 +0100" endDate="2018-05-23 08:37:14 +0100" value="0.00602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 09:36:11 +0100" startDate="2018-05-23 08:47:16 +0100" endDate="2018-05-23 08:53:46 +0100" value="0.02385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 09:36:11 +0100" startDate="2018-05-23 08:53:46 +0100" endDate="2018-05-23 09:02:44 +0100" value="0.09052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 09:36:11 +0100" startDate="2018-05-23 09:20:20 +0100" endDate="2018-05-23 09:28:02 +0100" value="0.05259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 10:35:48 +0100" startDate="2018-05-23 09:28:02 +0100" endDate="2018-05-23 09:38:00 +0100" value="0.03135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 10:35:48 +0100" startDate="2018-05-23 09:48:58 +0100" endDate="2018-05-23 09:57:10 +0100" value="0.05495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 10:35:48 +0100" startDate="2018-05-23 09:57:10 +0100" endDate="2018-05-23 10:02:03 +0100" value="0.00852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 10:35:48 +0100" startDate="2018-05-23 10:13:41 +0100" endDate="2018-05-23 10:23:30 +0100" value="0.07448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 10:35:48 +0100" startDate="2018-05-23 10:23:30 +0100" endDate="2018-05-23 10:28:05 +0100" value="0.09836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 11:34:58 +0100" startDate="2018-05-23 10:28:05 +0100" endDate="2018-05-23 10:36:39 +0100" value="0.09699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 11:34:58 +0100" startDate="2018-05-23 10:36:39 +0100" endDate="2018-05-23 10:45:01 +0100" value="0.10688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 11:34:58 +0100" startDate="2018-05-23 10:45:01 +0100" endDate="2018-05-23 10:54:49 +0100" value="0.1777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 11:34:58 +0100" startDate="2018-05-23 10:54:49 +0100" endDate="2018-05-23 11:04:47 +0100" value="0.69744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 11:34:58 +0100" startDate="2018-05-23 11:04:47 +0100" endDate="2018-05-23 11:08:06 +0100" value="0.04773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 11:34:58 +0100" startDate="2018-05-23 11:21:21 +0100" endDate="2018-05-23 11:31:20 +0100" value="0.19392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 12:39:42 +0100" startDate="2018-05-23 11:31:20 +0100" endDate="2018-05-23 11:32:36 +0100" value="0.07275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 12:39:42 +0100" startDate="2018-05-23 11:42:39 +0100" endDate="2018-05-23 11:52:38 +0100" value="0.21029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 12:39:42 +0100" startDate="2018-05-23 11:52:38 +0100" endDate="2018-05-23 11:59:48 +0100" value="0.15956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 12:39:42 +0100" startDate="2018-05-23 12:06:49 +0100" endDate="2018-05-23 12:16:48 +0100" value="0.43524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 12:39:42 +0100" startDate="2018-05-23 12:16:48 +0100" endDate="2018-05-23 12:23:50 +0100" value="0.19435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 13:39:23 +0100" startDate="2018-05-23 13:23:21 +0100" endDate="2018-05-23 13:33:21 +0100" value="0.02647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 14:39:45 +0100" startDate="2018-05-23 13:33:21 +0100" endDate="2018-05-23 13:35:28 +0100" value="0.02409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 14:39:45 +0100" startDate="2018-05-23 13:39:04 +0100" endDate="2018-05-23 13:46:48 +0100" value="0.0831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 14:39:45 +0100" startDate="2018-05-23 13:46:48 +0100" endDate="2018-05-23 13:53:51 +0100" value="0.08854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 15:35:48 +0100" startDate="2018-05-23 14:33:49 +0100" endDate="2018-05-23 14:43:28 +0100" value="0.03569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 15:35:48 +0100" startDate="2018-05-23 14:47:26 +0100" endDate="2018-05-23 14:56:44 +0100" value="0.04735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 15:35:48 +0100" startDate="2018-05-23 14:56:44 +0100" endDate="2018-05-23 15:01:57 +0100" value="0.00664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 15:35:48 +0100" startDate="2018-05-23 15:11:05 +0100" endDate="2018-05-23 15:17:20 +0100" value="0.00768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 15:35:48 +0100" startDate="2018-05-23 15:20:32 +0100" endDate="2018-05-23 15:29:22 +0100" value="0.02378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 16:35:37 +0100" startDate="2018-05-23 15:29:22 +0100" endDate="2018-05-23 15:39:22 +0100" value="0.17718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 16:35:37 +0100" startDate="2018-05-23 15:39:22 +0100" endDate="2018-05-23 15:48:14 +0100" value="0.50399"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 16:35:37 +0100" startDate="2018-05-23 15:48:14 +0100" endDate="2018-05-23 15:57:39 +0100" value="0.04018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 17:35:34 +0100" startDate="2018-05-23 17:00:04 +0100" endDate="2018-05-23 17:06:27 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 18:35:21 +0100" startDate="2018-05-23 17:42:59 +0100" endDate="2018-05-23 17:49:32 +0100" value="0.01056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 18:35:21 +0100" startDate="2018-05-23 18:09:12 +0100" endDate="2018-05-23 18:18:16 +0100" value="0.00688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 18:35:21 +0100" startDate="2018-05-23 18:18:16 +0100" endDate="2018-05-23 18:21:15 +0100" value="0.05156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 19:44:29 +0100" startDate="2018-05-23 18:42:09 +0100" endDate="2018-05-23 18:50:16 +0100" value="0.03719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 23:23:10 +0100" startDate="2018-05-23 22:56:34 +0100" endDate="2018-05-23 23:03:12 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 23:50:30 +0100" startDate="2018-05-23 23:15:01 +0100" endDate="2018-05-23 23:24:22 +0100" value="0.03737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-23 23:50:30 +0100" startDate="2018-05-23 23:29:23 +0100" endDate="2018-05-23 23:35:41 +0100" value="0.00282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 06:35:10 +0100" startDate="2018-05-24 05:33:26 +0100" endDate="2018-05-24 05:40:12 +0100" value="0.03616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 07:36:59 +0100" startDate="2018-05-24 06:43:34 +0100" endDate="2018-05-24 06:53:33 +0100" value="0.1313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 07:36:59 +0100" startDate="2018-05-24 06:53:33 +0100" endDate="2018-05-24 07:03:32 +0100" value="0.71398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 07:36:59 +0100" startDate="2018-05-24 07:03:32 +0100" endDate="2018-05-24 07:05:24 +0100" value="0.10797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 09:43:54 +0100" startDate="2018-05-24 08:54:31 +0100" endDate="2018-05-24 09:03:55 +0100" value="0.05622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 09:43:54 +0100" startDate="2018-05-24 09:12:06 +0100" endDate="2018-05-24 09:19:17 +0100" value="0.00126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 09:43:54 +0100" startDate="2018-05-24 09:19:17 +0100" endDate="2018-05-24 09:29:16 +0100" value="0.04568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 09:43:54 +0100" startDate="2018-05-24 09:29:16 +0100" endDate="2018-05-24 09:36:39 +0100" value="0.02537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 10:37:13 +0100" startDate="2018-05-24 09:36:39 +0100" endDate="2018-05-24 09:46:33 +0100" value="0.04958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 10:37:13 +0100" startDate="2018-05-24 09:53:52 +0100" endDate="2018-05-24 10:01:52 +0100" value="0.02926"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 10:37:13 +0100" startDate="2018-05-24 10:17:23 +0100" endDate="2018-05-24 10:23:38 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 11:35:23 +0100" startDate="2018-05-24 10:32:58 +0100" endDate="2018-05-24 10:42:58 +0100" value="0.06121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 11:35:23 +0100" startDate="2018-05-24 10:42:58 +0100" endDate="2018-05-24 10:52:51 +0100" value="0.01717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 11:35:23 +0100" startDate="2018-05-24 10:52:51 +0100" endDate="2018-05-24 11:02:30 +0100" value="0.66964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 11:35:23 +0100" startDate="2018-05-24 11:02:30 +0100" endDate="2018-05-24 11:04:14 +0100" value="0.00784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 12:35:31 +0100" startDate="2018-05-24 12:08:00 +0100" endDate="2018-05-24 12:17:36 +0100" value="0.23414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 12:35:31 +0100" startDate="2018-05-24 12:17:36 +0100" endDate="2018-05-24 12:27:06 +0100" value="0.49208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 12:27:06 +0100" endDate="2018-05-24 12:31:17 +0100" value="0.00583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 12:31:41 +0100" endDate="2018-05-24 12:41:40 +0100" value="0.45761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 12:41:40 +0100" endDate="2018-05-24 12:43:01 +0100" value="0.07304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 12:49:39 +0100" endDate="2018-05-24 12:56:30 +0100" value="0.03781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 12:56:30 +0100" endDate="2018-05-24 13:06:30 +0100" value="0.40867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 13:06:30 +0100" endDate="2018-05-24 13:16:29 +0100" value="0.39832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 13:16:29 +0100" endDate="2018-05-24 13:23:11 +0100" value="0.19726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 14:01:08 +0100" endDate="2018-05-24 14:09:30 +0100" value="0.03836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 14:13:43 +0100" endDate="2018-05-24 14:20:44 +0100" value="0.00784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 14:20:44 +0100" endDate="2018-05-24 14:29:33 +0100" value="0.12605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 14:29:33 +0100" endDate="2018-05-24 14:37:13 +0100" value="0.288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 14:37:13 +0100" endDate="2018-05-24 14:46:47 +0100" value="0.35029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 16:32:32 +0100" endDate="2018-05-24 16:42:31 +0100" value="0.32299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 16:42:31 +0100" endDate="2018-05-24 16:49:36 +0100" value="0.32657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 17:23:29 +0100" endDate="2018-05-24 17:33:29 +0100" value="0.20771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 17:33:29 +0100" endDate="2018-05-24 17:35:06 +0100" value="0.01003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 18:05:30 +0100" startDate="2018-05-24 17:37:46 +0100" endDate="2018-05-24 17:47:43 +0100" value="0.23058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 20:20:25 +0100" startDate="2018-05-24 19:40:30 +0100" endDate="2018-05-24 19:46:58 +0100" value="0.01007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 20:20:25 +0100" startDate="2018-05-24 20:03:20 +0100" endDate="2018-05-24 20:10:09 +0100" value="0.0014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 20:20:25 +0100" startDate="2018-05-24 20:10:09 +0100" endDate="2018-05-24 20:18:40 +0100" value="0.18168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 22:00:35 +0100" startDate="2018-05-24 20:18:40 +0100" endDate="2018-05-24 20:20:27 +0100" value="0.00092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 22:00:35 +0100" startDate="2018-05-24 20:26:48 +0100" endDate="2018-05-24 20:36:12 +0100" value="0.2562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 22:00:35 +0100" startDate="2018-05-24 20:36:12 +0100" endDate="2018-05-24 20:46:12 +0100" value="0.14781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 22:00:35 +0100" startDate="2018-05-24 20:46:12 +0100" endDate="2018-05-24 20:56:11 +0100" value="0.20448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 22:00:35 +0100" startDate="2018-05-24 20:56:11 +0100" endDate="2018-05-24 20:58:28 +0100" value="0.05672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 22:00:35 +0100" startDate="2018-05-24 21:03:23 +0100" endDate="2018-05-24 21:10:06 +0100" value="0.02023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 22:57:23 +0100" startDate="2018-05-24 21:59:05 +0100" endDate="2018-05-24 22:05:27 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 22:57:23 +0100" startDate="2018-05-24 22:22:27 +0100" endDate="2018-05-24 22:29:33 +0100" value="0.0012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 22:57:23 +0100" startDate="2018-05-24 22:29:37 +0100" endDate="2018-05-24 22:37:38 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-24 23:48:49 +0100" startDate="2018-05-24 22:56:28 +0100" endDate="2018-05-24 23:04:37 +0100" value="0.02468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 04:16:14 +0100" startDate="2018-05-25 03:30:58 +0100" endDate="2018-05-25 03:40:51 +0100" value="0.02046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 08:20:38 +0100" startDate="2018-05-25 07:30:14 +0100" endDate="2018-05-25 07:36:19 +0100" value="0.005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 08:20:38 +0100" startDate="2018-05-25 07:37:30 +0100" endDate="2018-05-25 07:47:28 +0100" value="0.16567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 08:20:38 +0100" startDate="2018-05-25 07:47:28 +0100" endDate="2018-05-25 07:53:35 +0100" value="0.61403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 10:23:01 +0100" endDate="2018-05-25 10:33:00 +0100" value="0.17324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 10:33:00 +0100" endDate="2018-05-25 10:40:53 +0100" value="0.5567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 10:40:53 +0100" endDate="2018-05-25 10:46:18 +0100" value="0.19704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 10:56:07 +0100" endDate="2018-05-25 11:06:05 +0100" value="0.37137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 11:06:05 +0100" endDate="2018-05-25 11:13:40 +0100" value="0.45925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 11:47:34 +0100" endDate="2018-05-25 11:54:55 +0100" value="0.02415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 12:01:17 +0100" endDate="2018-05-25 12:07:23 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 13:44:05 +0100" startDate="2018-05-25 13:34:04 +0100" endDate="2018-05-25 13:41:53 +0100" value="0.15776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 14:16:01 +0100" startDate="2018-05-25 13:51:23 +0100" endDate="2018-05-25 14:00:26 +0100" value="0.24205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 14:16:01 +0100" startDate="2018-05-25 14:00:26 +0100" endDate="2018-05-25 14:10:26 +0100" value="0.21974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 15:17:56 +0100" startDate="2018-05-25 14:10:26 +0100" endDate="2018-05-25 14:20:25 +0100" value="0.76448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 15:17:56 +0100" startDate="2018-05-25 14:20:25 +0100" endDate="2018-05-25 14:29:09 +0100" value="0.70938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 15:55:53 +0100" startDate="2018-05-25 14:29:09 +0100" endDate="2018-05-25 14:29:42 +0100" value="0.04868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 15:55:53 +0100" startDate="2018-05-25 15:31:08 +0100" endDate="2018-05-25 15:41:07 +0100" value="0.1997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 15:55:53 +0100" startDate="2018-05-25 15:41:07 +0100" endDate="2018-05-25 15:51:05 +0100" value="0.64366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 17:05:26 +0100" startDate="2018-05-25 15:51:05 +0100" endDate="2018-05-25 15:58:51 +0100" value="0.35731"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 17:05:26 +0100" startDate="2018-05-25 16:08:03 +0100" endDate="2018-05-25 16:14:26 +0100" value="0.01242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 17:05:26 +0100" startDate="2018-05-25 16:14:26 +0100" endDate="2018-05-25 16:19:17 +0100" value="0.00744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 17:05:26 +0100" startDate="2018-05-25 16:21:22 +0100" endDate="2018-05-25 16:30:53 +0100" value="0.06595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 17:05:26 +0100" startDate="2018-05-25 16:30:53 +0100" endDate="2018-05-25 16:40:46 +0100" value="0.06839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 17:05:26 +0100" startDate="2018-05-25 16:40:46 +0100" endDate="2018-05-25 16:44:35 +0100" value="0.25601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-25 17:55:56 +0100" startDate="2018-05-25 17:37:07 +0100" endDate="2018-05-25 17:47:02 +0100" value="0.03752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 17:47:02 +0100" endDate="2018-05-25 17:56:43 +0100" value="0.06134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 17:56:43 +0100" endDate="2018-05-25 18:06:42 +0100" value="0.05234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 18:06:42 +0100" endDate="2018-05-25 18:08:01 +0100" value="0.03372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 18:25:05 +0100" endDate="2018-05-25 18:34:11 +0100" value="0.01784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 18:51:12 +0100" endDate="2018-05-25 19:01:11 +0100" value="0.08905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 19:01:11 +0100" endDate="2018-05-25 19:07:27 +0100" value="0.06022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 19:36:47 +0100" endDate="2018-05-25 19:43:40 +0100" value="0.03732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cffa70&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 19:43:40 +0100" endDate="2018-05-25 19:48:15 +0100" value="0.01927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 22:43:45 +0100" endDate="2018-05-25 22:51:46 +0100" value="0.01451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 23:01:10 +0100" endDate="2018-05-25 23:11:08 +0100" value="0.098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 23:11:08 +0100" endDate="2018-05-25 23:14:01 +0100" value="0.05319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 23:51:51 +0100" endDate="2018-05-25 23:59:02 +0100" value="0.06496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 00:23:38 +0100" startDate="2018-05-25 23:59:02 +0100" endDate="2018-05-26 00:05:10 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 04:22:42 +0100" startDate="2018-05-26 03:06:16 +0100" endDate="2018-05-26 03:15:50 +0100" value="0.02511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 06:37:25 +0100" startDate="2018-05-26 06:18:02 +0100" endDate="2018-05-26 06:24:30 +0100" value="0.01173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 08:33:41 +0100" startDate="2018-05-26 08:11:21 +0100" endDate="2018-05-26 08:18:10 +0100" value="0.04455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 08:33:41 +0100" startDate="2018-05-26 08:19:41 +0100" endDate="2018-05-26 08:29:34 +0100" value="0.02603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 09:33:42 +0100" startDate="2018-05-26 08:52:21 +0100" endDate="2018-05-26 09:02:19 +0100" value="0.00697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 09:33:42 +0100" startDate="2018-05-26 09:11:09 +0100" endDate="2018-05-26 09:18:35 +0100" value="0.03702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 10:33:51 +0100" startDate="2018-05-26 09:28:05 +0100" endDate="2018-05-26 09:35:06 +0100" value="0.00205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 10:33:51 +0100" startDate="2018-05-26 09:35:06 +0100" endDate="2018-05-26 09:42:36 +0100" value="0.06928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 10:33:51 +0100" startDate="2018-05-26 10:01:07 +0100" endDate="2018-05-26 10:11:05 +0100" value="0.09433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 10:33:51 +0100" startDate="2018-05-26 10:11:05 +0100" endDate="2018-05-26 10:18:55 +0100" value="0.08033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 11:35:45 +0100" startDate="2018-05-26 10:53:48 +0100" endDate="2018-05-26 11:03:29 +0100" value="0.10231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 11:35:45 +0100" startDate="2018-05-26 11:03:29 +0100" endDate="2018-05-26 11:13:02 +0100" value="0.30939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 11:35:45 +0100" startDate="2018-05-26 11:14:47 +0100" endDate="2018-05-26 11:21:12 +0100" value="0.01592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 11:35:45 +0100" startDate="2018-05-26 11:21:12 +0100" endDate="2018-05-26 11:28:51 +0100" value="0.02615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 13:14:15 +0100" startDate="2018-05-26 11:51:25 +0100" endDate="2018-05-26 11:59:29 +0100" value="0.13366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 13:14:15 +0100" startDate="2018-05-26 12:08:40 +0100" endDate="2018-05-26 12:17:22 +0100" value="0.01424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 13:14:15 +0100" startDate="2018-05-26 12:20:45 +0100" endDate="2018-05-26 12:29:28 +0100" value="0.03492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 13:14:15 +0100" startDate="2018-05-26 12:45:57 +0100" endDate="2018-05-26 12:55:20 +0100" value="0.11869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 13:14:15 +0100" startDate="2018-05-26 12:55:20 +0100" endDate="2018-05-26 13:02:09 +0100" value="0.07256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 13:07:38 +0100" endDate="2018-05-26 13:13:46 +0100" value="0.01228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 14:49:27 +0100" endDate="2018-05-26 14:57:05 +0100" value="0.09634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 15:00:19 +0100" endDate="2018-05-26 15:09:24 +0100" value="0.12711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 15:09:24 +0100" endDate="2018-05-26 15:19:05 +0100" value="0.15059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 15:19:48 +0100" endDate="2018-05-26 15:29:46 +0100" value="0.077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 15:54:36 +0100" endDate="2018-05-26 16:04:36 +0100" value="0.17245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 16:04:36 +0100" endDate="2018-05-26 16:12:39 +0100" value="0.37675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-26 18:48:03 +0100" startDate="2018-05-26 18:32:29 +0100" endDate="2018-05-26 18:42:28 +0100" value="0.24526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 18:42:28 +0100" endDate="2018-05-26 18:47:58 +0100" value="0.24726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 19:04:46 +0100" endDate="2018-05-26 19:14:42 +0100" value="0.04056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 19:14:42 +0100" endDate="2018-05-26 19:21:13 +0100" value="0.01142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 19:29:50 +0100" endDate="2018-05-26 19:36:54 +0100" value="0.03677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 19:37:48 +0100" endDate="2018-05-26 19:47:47 +0100" value="0.36011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 19:47:47 +0100" endDate="2018-05-26 19:55:06 +0100" value="0.13957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 20:02:06 +0100" endDate="2018-05-26 20:10:49 +0100" value="0.0148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 20:14:05 +0100" endDate="2018-05-26 20:21:57 +0100" value="0.02755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 20:36:18 +0100" endDate="2018-05-26 20:46:16 +0100" value="0.01819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 20:46:16 +0100" endDate="2018-05-26 20:51:54 +0100" value="0.03314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 20:59:33 +0100" endDate="2018-05-26 21:08:26 +0100" value="0.08681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 21:08:26 +0100" endDate="2018-05-26 21:16:25 +0100" value="0.03812"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 21:19:32 +0100" endDate="2018-05-26 21:25:47 +0100" value="0.0171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 21:25:47 +0100" endDate="2018-05-26 21:33:56 +0100" value="0.05027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 21:33:56 +0100" endDate="2018-05-26 21:41:33 +0100" value="0.05409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 21:41:33 +0100" endDate="2018-05-26 21:48:56 +0100" value="0.05747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 21:50:14 +0100" endDate="2018-05-26 21:57:04 +0100" value="0.02298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 22:19:44 +0100" endDate="2018-05-26 22:26:09 +0100" value="0.01601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 22:40:16 +0100" endDate="2018-05-26 22:46:56 +0100" value="0.02883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 23:00:36 +0100" endDate="2018-05-26 23:10:27 +0100" value="0.05229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 23:10:27 +0100" endDate="2018-05-26 23:18:15 +0100" value="0.0176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-26 23:18:15 +0100" endDate="2018-05-26 23:25:48 +0100" value="0.11359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-27 00:11:03 +0100" endDate="2018-05-27 00:18:02 +0100" value="0.01696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-27 00:18:02 +0100" endDate="2018-05-27 00:27:42 +0100" value="0.12219"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:17:19 +0100" startDate="2018-05-27 00:27:42 +0100" endDate="2018-05-27 00:36:18 +0100" value="0.38091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 01:32:22 +0100" startDate="2018-05-27 01:11:13 +0100" endDate="2018-05-27 01:17:17 +0100" value="0.02103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 09:07:19 +0100" startDate="2018-05-27 01:54:26 +0100" endDate="2018-05-27 02:02:54 +0100" value="0.01583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 09:07:19 +0100" startDate="2018-05-27 02:02:54 +0100" endDate="2018-05-27 02:11:08 +0100" value="0.05001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 09:07:19 +0100" startDate="2018-05-27 06:14:46 +0100" endDate="2018-05-27 06:21:32 +0100" value="0.02765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 09:07:19 +0100" startDate="2018-05-27 06:22:58 +0100" endDate="2018-05-27 06:29:38 +0100" value="0.02364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 09:07:19 +0100" startDate="2018-05-27 08:17:55 +0100" endDate="2018-05-27 08:27:55 +0100" value="0.06561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 09:22:22 +0100" startDate="2018-05-27 09:07:42 +0100" endDate="2018-05-27 09:14:33 +0100" value="0.02359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 10:23:21 +0100" startDate="2018-05-27 09:44:01 +0100" endDate="2018-05-27 09:50:44 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 11:24:31 +0100" startDate="2018-05-27 10:24:03 +0100" endDate="2018-05-27 10:33:21 +0100" value="0.07065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 11:24:31 +0100" startDate="2018-05-27 10:33:21 +0100" endDate="2018-05-27 10:41:27 +0100" value="0.06083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 12:20:47 +0100" startDate="2018-05-27 11:31:24 +0100" endDate="2018-05-27 11:38:32 +0100" value="0.0076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 12:20:47 +0100" startDate="2018-05-27 11:46:09 +0100" endDate="2018-05-27 11:52:42 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 12:20:47 +0100" startDate="2018-05-27 11:52:50 +0100" endDate="2018-05-27 11:58:58 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 13:17:36 +0100" startDate="2018-05-27 12:15:20 +0100" endDate="2018-05-27 12:25:04 +0100" value="0.00872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 13:17:36 +0100" startDate="2018-05-27 12:34:34 +0100" endDate="2018-05-27 12:42:36 +0100" value="0.03594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 13:17:36 +0100" startDate="2018-05-27 12:54:18 +0100" endDate="2018-05-27 13:00:41 +0100" value="0.01501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 13:10:36 +0100" endDate="2018-05-27 13:16:43 +0100" value="0.00088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 13:52:29 +0100" endDate="2018-05-27 14:00:39 +0100" value="0.17559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 14:00:39 +0100" endDate="2018-05-27 14:10:38 +0100" value="0.10982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 14:10:38 +0100" endDate="2018-05-27 14:16:26 +0100" value="0.22665"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 14:54:28 +0100" endDate="2018-05-27 15:04:26 +0100" value="0.10582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 15:04:26 +0100" endDate="2018-05-27 15:07:42 +0100" value="0.03113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 15:11:51 +0100" endDate="2018-05-27 15:18:01 +0100" value="0.0076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 15:18:01 +0100" endDate="2018-05-27 15:27:37 +0100" value="0.17318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 15:27:37 +0100" endDate="2018-05-27 15:30:12 +0100" value="0.01357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 16:40:33 +0100" endDate="2018-05-27 16:46:41 +0100" value="0.00667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 18:08:57 +0100" endDate="2018-05-27 18:15:45 +0100" value="0.03534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 18:19:01 +0100" endDate="2018-05-27 18:25:21 +0100" value="0.0114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:00:36 +0100" startDate="2018-05-27 21:47:41 +0100" endDate="2018-05-27 21:54:21 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-27 22:44:12 +0100" startDate="2018-05-27 22:10:19 +0100" endDate="2018-05-27 22:16:26 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 06:11:14 +0100" startDate="2018-05-28 05:31:01 +0100" endDate="2018-05-28 05:37:01 +0100" value="0.006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 06:11:14 +0100" startDate="2018-05-28 05:37:43 +0100" endDate="2018-05-28 05:44:21 +0100" value="0.02361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 06:11:14 +0100" startDate="2018-05-28 05:44:21 +0100" endDate="2018-05-28 05:53:30 +0100" value="0.02027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 06:11:14 +0100" startDate="2018-05-28 05:56:47 +0100" endDate="2018-05-28 06:04:33 +0100" value="0.08136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 07:10:56 +0100" startDate="2018-05-28 06:04:33 +0100" endDate="2018-05-28 06:12:48 +0100" value="0.17013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 07:10:56 +0100" startDate="2018-05-28 06:14:13 +0100" endDate="2018-05-28 06:24:12 +0100" value="0.01958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 07:10:56 +0100" startDate="2018-05-28 06:24:12 +0100" endDate="2018-05-28 06:27:03 +0100" value="0.06889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 08:14:28 +0100" startDate="2018-05-28 07:19:41 +0100" endDate="2018-05-28 07:29:41 +0100" value="0.21367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 08:14:28 +0100" startDate="2018-05-28 07:29:41 +0100" endDate="2018-05-28 07:38:55 +0100" value="0.61358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 08:14:28 +0100" startDate="2018-05-28 07:38:55 +0100" endDate="2018-05-28 07:40:07 +0100" value="0.01347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 09:16:39 +0100" startDate="2018-05-28 09:02:27 +0100" endDate="2018-05-28 09:08:38 +0100" value="0.00541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 11:12:39 +0100" startDate="2018-05-28 10:26:46 +0100" endDate="2018-05-28 10:36:45 +0100" value="0.27237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 11:12:39 +0100" startDate="2018-05-28 10:36:45 +0100" endDate="2018-05-28 10:46:45 +0100" value="0.49983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 11:12:39 +0100" startDate="2018-05-28 10:46:45 +0100" endDate="2018-05-28 10:52:08 +0100" value="0.28424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 12:13:30 +0100" startDate="2018-05-28 11:27:08 +0100" endDate="2018-05-28 11:35:10 +0100" value="0.4332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 13:16:02 +0100" startDate="2018-05-28 12:23:17 +0100" endDate="2018-05-28 12:33:15 +0100" value="0.01708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 13:16:02 +0100" startDate="2018-05-28 12:33:15 +0100" endDate="2018-05-28 12:36:49 +0100" value="0.0124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 16:11:13 +0100" startDate="2018-05-28 15:34:26 +0100" endDate="2018-05-28 15:41:42 +0100" value="0.00748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 16:11:13 +0100" startDate="2018-05-28 15:44:37 +0100" endDate="2018-05-28 15:53:53 +0100" value="0.18073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 17:11:36 +0100" startDate="2018-05-28 15:58:39 +0100" endDate="2018-05-28 16:08:38 +0100" value="0.11794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 17:11:36 +0100" startDate="2018-05-28 16:08:38 +0100" endDate="2018-05-28 16:18:36 +0100" value="0.53573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 17:11:36 +0100" startDate="2018-05-28 16:18:36 +0100" endDate="2018-05-28 16:28:36 +0100" value="0.04011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 17:11:36 +0100" startDate="2018-05-28 16:28:36 +0100" endDate="2018-05-28 16:29:09 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 18:14:28 +0100" startDate="2018-05-28 17:24:43 +0100" endDate="2018-05-28 17:31:44 +0100" value="0.03636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 18:14:28 +0100" startDate="2018-05-28 17:32:06 +0100" endDate="2018-05-28 17:42:01 +0100" value="0.10825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 18:14:28 +0100" startDate="2018-05-28 17:42:01 +0100" endDate="2018-05-28 17:48:17 +0100" value="0.04884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 18:14:28 +0100" startDate="2018-05-28 17:55:49 +0100" endDate="2018-05-28 18:05:05 +0100" value="0.22968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 18:05:05 +0100" endDate="2018-05-28 18:14:03 +0100" value="0.35878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 18:14:47 +0100" endDate="2018-05-28 18:24:21 +0100" value="0.00069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 18:24:21 +0100" endDate="2018-05-28 18:31:45 +0100" value="0.22119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 18:33:33 +0100" endDate="2018-05-28 18:43:32 +0100" value="0.2214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 18:43:32 +0100" endDate="2018-05-28 18:51:21 +0100" value="0.1626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 18:51:21 +0100" endDate="2018-05-28 19:00:30 +0100" value="0.01333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 19:10:55 +0100" startDate="2018-05-28 19:00:30 +0100" endDate="2018-05-28 19:05:45 +0100" value="0.00302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 20:13:29 +0100" startDate="2018-05-28 19:05:45 +0100" endDate="2018-05-28 19:14:35 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 20:13:29 +0100" startDate="2018-05-28 19:14:35 +0100" endDate="2018-05-28 19:21:36 +0100" value="0.02464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 21:44:28 +0100" startDate="2018-05-28 20:12:32 +0100" endDate="2018-05-28 20:17:57 +0100" value="0.01332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 21:44:28 +0100" startDate="2018-05-28 20:27:35 +0100" endDate="2018-05-28 20:35:17 +0100" value="0.01197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 21:44:28 +0100" startDate="2018-05-28 20:35:55 +0100" endDate="2018-05-28 20:42:44 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 21:44:28 +0100" startDate="2018-05-28 21:12:05 +0100" endDate="2018-05-28 21:16:31 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 21:44:28 +0100" startDate="2018-05-28 21:27:40 +0100" endDate="2018-05-28 21:33:50 +0100" value="0.0044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 22:11:45 +0100" startDate="2018-05-28 21:43:23 +0100" endDate="2018-05-28 21:51:17 +0100" value="0.03294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 22:11:45 +0100" startDate="2018-05-28 21:51:17 +0100" endDate="2018-05-28 22:01:08 +0100" value="0.07822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-28 22:11:45 +0100" startDate="2018-05-28 22:01:08 +0100" endDate="2018-05-28 22:05:14 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 05:16:08 +0100" startDate="2018-05-29 04:25:26 +0100" endDate="2018-05-29 04:31:36 +0100" value="0.0049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 06:13:17 +0100" startDate="2018-05-29 05:41:54 +0100" endDate="2018-05-29 05:48:14 +0100" value="0.01396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 06:13:17 +0100" startDate="2018-05-29 05:49:29 +0100" endDate="2018-05-29 05:58:23 +0100" value="0.03856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 06:13:17 +0100" startDate="2018-05-29 05:58:23 +0100" endDate="2018-05-29 06:04:28 +0100" value="0.01102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 07:10:38 +0100" startDate="2018-05-29 06:35:42 +0100" endDate="2018-05-29 06:44:48 +0100" value="0.04326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 07:10:38 +0100" startDate="2018-05-29 06:44:48 +0100" endDate="2018-05-29 06:54:47 +0100" value="0.59122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 07:10:38 +0100" startDate="2018-05-29 06:54:47 +0100" endDate="2018-05-29 07:04:44 +0100" value="0.70296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 08:12:23 +0100" startDate="2018-05-29 07:04:44 +0100" endDate="2018-05-29 07:14:42 +0100" value="0.83024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 08:12:23 +0100" startDate="2018-05-29 07:14:42 +0100" endDate="2018-05-29 07:20:26 +0100" value="0.35615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 08:12:23 +0100" startDate="2018-05-29 07:43:27 +0100" endDate="2018-05-29 07:49:43 +0100" value="0.00697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 08:12:23 +0100" startDate="2018-05-29 07:58:28 +0100" endDate="2018-05-29 08:05:16 +0100" value="0.00984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 09:13:00 +0100" startDate="2018-05-29 08:34:32 +0100" endDate="2018-05-29 08:41:00 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 11:19:56 +0100" startDate="2018-05-29 10:18:42 +0100" endDate="2018-05-29 10:28:40 +0100" value="0.00664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 11:19:56 +0100" startDate="2018-05-29 10:28:40 +0100" endDate="2018-05-29 10:31:26 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 12:12:44 +0100" startDate="2018-05-29 11:24:41 +0100" endDate="2018-05-29 11:34:35 +0100" value="0.29595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 12:12:44 +0100" startDate="2018-05-29 11:34:35 +0100" endDate="2018-05-29 11:40:20 +0100" value="0.25352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 12:12:44 +0100" startDate="2018-05-29 11:43:03 +0100" endDate="2018-05-29 11:50:04 +0100" value="0.01879"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 12:12:44 +0100" startDate="2018-05-29 11:50:04 +0100" endDate="2018-05-29 11:59:13 +0100" value="0.08558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 13:18:01 +0100" startDate="2018-05-29 12:15:05 +0100" endDate="2018-05-29 12:22:45 +0100" value="0.01254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 13:18:01 +0100" startDate="2018-05-29 12:22:45 +0100" endDate="2018-05-29 12:31:48 +0100" value="0.04749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 13:18:01 +0100" startDate="2018-05-29 12:31:48 +0100" endDate="2018-05-29 12:35:11 +0100" value="0.02268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 13:18:01 +0100" startDate="2018-05-29 12:41:45 +0100" endDate="2018-05-29 12:51:44 +0100" value="0.18256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 13:18:01 +0100" startDate="2018-05-29 12:51:44 +0100" endDate="2018-05-29 13:01:43 +0100" value="0.26725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 13:18:01 +0100" startDate="2018-05-29 13:01:43 +0100" endDate="2018-05-29 13:09:53 +0100" value="0.45145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 14:13:19 +0100" startDate="2018-05-29 13:09:53 +0100" endDate="2018-05-29 13:19:25 +0100" value="0.54938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 14:13:19 +0100" startDate="2018-05-29 13:19:25 +0100" endDate="2018-05-29 13:23:26 +0100" value="0.04523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 14:13:19 +0100" startDate="2018-05-29 13:32:08 +0100" endDate="2018-05-29 13:42:07 +0100" value="0.21154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 14:13:19 +0100" startDate="2018-05-29 13:42:07 +0100" endDate="2018-05-29 13:52:06 +0100" value="0.4015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 14:13:19 +0100" startDate="2018-05-29 13:52:06 +0100" endDate="2018-05-29 14:00:38 +0100" value="0.04772"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 14:13:19 +0100" startDate="2018-05-29 14:00:38 +0100" endDate="2018-05-29 14:08:38 +0100" value="0.03681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 15:12:41 +0100" startDate="2018-05-29 14:08:38 +0100" endDate="2018-05-29 14:17:20 +0100" value="0.03545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 15:12:41 +0100" startDate="2018-05-29 14:17:20 +0100" endDate="2018-05-29 14:20:30 +0100" value="0.03035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 15:12:41 +0100" startDate="2018-05-29 14:55:33 +0100" endDate="2018-05-29 15:05:31 +0100" value="0.02527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 16:11:03 +0100" startDate="2018-05-29 15:05:31 +0100" endDate="2018-05-29 15:14:02 +0100" value="0.08497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 16:11:03 +0100" startDate="2018-05-29 15:24:25 +0100" endDate="2018-05-29 15:34:23 +0100" value="0.13201"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 16:11:03 +0100" startDate="2018-05-29 15:34:23 +0100" endDate="2018-05-29 15:44:21 +0100" value="0.63344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 16:11:03 +0100" startDate="2018-05-29 15:44:21 +0100" endDate="2018-05-29 15:54:20 +0100" value="0.21229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 16:11:03 +0100" startDate="2018-05-29 15:54:20 +0100" endDate="2018-05-29 16:04:20 +0100" value="0.00664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 17:12:16 +0100" startDate="2018-05-29 16:04:20 +0100" endDate="2018-05-29 16:09:22 +0100" value="0.0229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 17:12:16 +0100" startDate="2018-05-29 16:16:34 +0100" endDate="2018-05-29 16:26:34 +0100" value="0.06558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 17:12:16 +0100" startDate="2018-05-29 16:26:34 +0100" endDate="2018-05-29 16:28:44 +0100" value="0.14699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 17:12:16 +0100" startDate="2018-05-29 16:35:00 +0100" endDate="2018-05-29 16:44:06 +0100" value="0.02626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 17:12:16 +0100" startDate="2018-05-29 16:44:06 +0100" endDate="2018-05-29 16:51:47 +0100" value="0.0354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 17:08:05 +0100" endDate="2018-05-29 17:16:08 +0100" value="0.05649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 17:16:08 +0100" endDate="2018-05-29 17:25:30 +0100" value="0.02348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 17:25:30 +0100" endDate="2018-05-29 17:33:01 +0100" value="0.01528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 17:52:10 +0100" endDate="2018-05-29 18:02:09 +0100" value="0.05678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 18:02:09 +0100" endDate="2018-05-29 18:12:07 +0100" value="0.6959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 18:12:07 +0100" endDate="2018-05-29 18:18:56 +0100" value="0.4225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 18:18:56 +0100" endDate="2018-05-29 18:26:31 +0100" value="0.07249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 18:26:31 +0100" endDate="2018-05-29 18:36:19 +0100" value="0.04729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 21:52:41 +0100" endDate="2018-05-29 22:02:28 +0100" value="0.07272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 22:02:28 +0100" endDate="2018-05-29 22:12:26 +0100" value="0.6779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 22:12:26 +0100" endDate="2018-05-29 22:21:50 +0100" value="0.49596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 22:59:52 +0100" endDate="2018-05-29 23:09:08 +0100" value="0.03033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-29 23:40:55 +0100" startDate="2018-05-29 23:09:08 +0100" endDate="2018-05-29 23:17:15 +0100" value="0.02776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 06:51:47 +0100" startDate="2018-05-30 06:01:24 +0100" endDate="2018-05-30 06:08:28 +0100" value="0.03216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 06:51:47 +0100" startDate="2018-05-30 06:08:28 +0100" endDate="2018-05-30 06:17:58 +0100" value="0.02234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 06:51:47 +0100" startDate="2018-05-30 06:29:24 +0100" endDate="2018-05-30 06:37:31 +0100" value="0.03267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 06:51:47 +0100" startDate="2018-05-30 06:37:31 +0100" endDate="2018-05-30 06:47:30 +0100" value="0.09245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 07:52:03 +0100" startDate="2018-05-30 06:47:30 +0100" endDate="2018-05-30 06:57:28 +0100" value="0.7118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 07:52:03 +0100" startDate="2018-05-30 06:57:28 +0100" endDate="2018-05-30 07:06:47 +0100" value="0.05501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 07:52:03 +0100" startDate="2018-05-30 07:06:47 +0100" endDate="2018-05-30 07:09:32 +0100" value="0.03857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 07:52:03 +0100" startDate="2018-05-30 07:10:49 +0100" endDate="2018-05-30 07:20:00 +0100" value="0.04651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 07:52:03 +0100" startDate="2018-05-30 07:20:00 +0100" endDate="2018-05-30 07:22:07 +0100" value="0.00289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 08:50:55 +0100" startDate="2018-05-30 07:47:50 +0100" endDate="2018-05-30 07:54:08 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 08:50:55 +0100" startDate="2018-05-30 08:39:22 +0100" endDate="2018-05-30 08:45:35 +0100" value="0.00308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 09:55:05 +0100" startDate="2018-05-30 09:42:03 +0100" endDate="2018-05-30 09:48:29 +0100" value="0.0207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cfe4e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 10:51:42 +0100" startDate="2018-05-30 10:27:59 +0100" endDate="2018-05-30 10:37:30 +0100" value="0.03984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 10:51:42 +0100" startDate="2018-05-30 10:37:30 +0100" endDate="2018-05-30 10:47:28 +0100" value="0.68138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 11:50:47 +0100" startDate="2018-05-30 10:47:28 +0100" endDate="2018-05-30 10:57:27 +0100" value="0.17231"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 11:50:47 +0100" startDate="2018-05-30 10:57:27 +0100" endDate="2018-05-30 10:58:38 +0100" value="0.03351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 11:50:47 +0100" startDate="2018-05-30 11:05:33 +0100" endDate="2018-05-30 11:15:32 +0100" value="0.25603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 11:50:47 +0100" startDate="2018-05-30 11:15:32 +0100" endDate="2018-05-30 11:25:01 +0100" value="0.6902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 11:50:47 +0100" startDate="2018-05-30 11:25:01 +0100" endDate="2018-05-30 11:33:06 +0100" value="0.06605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 11:50:47 +0100" startDate="2018-05-30 11:39:26 +0100" endDate="2018-05-30 11:48:19 +0100" value="0.12022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 12:53:59 +0100" startDate="2018-05-30 11:48:19 +0100" endDate="2018-05-30 11:56:07 +0100" value="0.19401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 12:53:59 +0100" startDate="2018-05-30 12:08:49 +0100" endDate="2018-05-30 12:18:02 +0100" value="0.11505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 12:53:59 +0100" startDate="2018-05-30 12:21:24 +0100" endDate="2018-05-30 12:31:15 +0100" value="0.07918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 12:53:59 +0100" startDate="2018-05-30 12:31:15 +0100" endDate="2018-05-30 12:40:54 +0100" value="0.17325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 12:53:59 +0100" startDate="2018-05-30 12:40:54 +0100" endDate="2018-05-30 12:50:41 +0100" value="0.30841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 13:52:13 +0100" startDate="2018-05-30 12:50:41 +0100" endDate="2018-05-30 13:00:28 +0100" value="0.27703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 13:52:13 +0100" startDate="2018-05-30 13:00:28 +0100" endDate="2018-05-30 13:10:20 +0100" value="0.31308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 13:52:13 +0100" startDate="2018-05-30 13:10:20 +0100" endDate="2018-05-30 13:20:20 +0100" value="0.22558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 13:52:13 +0100" startDate="2018-05-30 13:20:20 +0100" endDate="2018-05-30 13:30:16 +0100" value="0.14898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 13:52:13 +0100" startDate="2018-05-30 13:30:16 +0100" endDate="2018-05-30 13:40:07 +0100" value="0.25002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 13:52:13 +0100" startDate="2018-05-30 13:40:07 +0100" endDate="2018-05-30 13:46:18 +0100" value="0.06945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 14:54:12 +0100" startDate="2018-05-30 13:52:45 +0100" endDate="2018-05-30 14:02:44 +0100" value="0.01022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 14:54:12 +0100" startDate="2018-05-30 14:02:44 +0100" endDate="2018-05-30 14:11:33 +0100" value="0.06169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 14:54:12 +0100" startDate="2018-05-30 14:11:33 +0100" endDate="2018-05-30 14:18:34 +0100" value="0.13867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 14:54:12 +0100" startDate="2018-05-30 14:19:16 +0100" endDate="2018-05-30 14:28:09 +0100" value="0.02415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 14:54:12 +0100" startDate="2018-05-30 14:29:08 +0100" endDate="2018-05-30 14:39:07 +0100" value="0.04573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 14:54:12 +0100" startDate="2018-05-30 14:39:07 +0100" endDate="2018-05-30 14:42:12 +0100" value="0.04206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 15:51:30 +0100" startDate="2018-05-30 14:57:22 +0100" endDate="2018-05-30 15:03:27 +0100" value="0.00081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 15:51:30 +0100" startDate="2018-05-30 15:25:43 +0100" endDate="2018-05-30 15:33:02 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 15:51:30 +0100" startDate="2018-05-30 15:33:02 +0100" endDate="2018-05-30 15:42:33 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 16:52:34 +0100" startDate="2018-05-30 15:48:23 +0100" endDate="2018-05-30 15:58:22 +0100" value="0.00041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 16:52:34 +0100" startDate="2018-05-30 15:58:22 +0100" endDate="2018-05-30 16:00:31 +0100" value="0.00433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 16:52:34 +0100" startDate="2018-05-30 16:26:57 +0100" endDate="2018-05-30 16:33:45 +0100" value="0.00533"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 16:52:34 +0100" startDate="2018-05-30 16:40:03 +0100" endDate="2018-05-30 16:50:01 +0100" value="0.00664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 17:51:07 +0100" startDate="2018-05-30 16:50:01 +0100" endDate="2018-05-30 16:52:31 +0100" value="0.0082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 18:54:34 +0100" startDate="2018-05-30 17:54:22 +0100" endDate="2018-05-30 18:04:01 +0100" value="0.07383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 18:54:34 +0100" startDate="2018-05-30 18:04:01 +0100" endDate="2018-05-30 18:13:59 +0100" value="0.87405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 18:54:34 +0100" startDate="2018-05-30 18:13:59 +0100" endDate="2018-05-30 18:16:08 +0100" value="0.16725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 19:26:57 +0100" endDate="2018-05-30 19:36:55 +0100" value="0.10424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 19:36:55 +0100" endDate="2018-05-30 19:46:54 +0100" value="0.15728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 19:46:54 +0100" endDate="2018-05-30 19:50:17 +0100" value="0.02961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 19:59:58 +0100" endDate="2018-05-30 20:09:57 +0100" value="0.13403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 20:09:57 +0100" endDate="2018-05-30 20:18:07 +0100" value="0.17995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 20:47:21 +0100" endDate="2018-05-30 20:56:44 +0100" value="0.06871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 20:56:44 +0100" endDate="2018-05-30 20:58:54 +0100" value="0.07737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 21:55:38 +0100" endDate="2018-05-30 22:02:57 +0100" value="0.04489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 22:02:57 +0100" endDate="2018-05-30 22:12:57 +0100" value="0.46788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 22:12:57 +0100" endDate="2018-05-30 22:22:56 +0100" value="0.66173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:41:03 +0100" startDate="2018-05-30 22:22:56 +0100" endDate="2018-05-30 22:24:51 +0100" value="0.09346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:56:15 +0100" startDate="2018-05-30 22:35:29 +0100" endDate="2018-05-30 22:42:19 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-30 22:56:15 +0100" startDate="2018-05-30 22:42:19 +0100" endDate="2018-05-30 22:45:57 +0100" value="0.002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 06:55:22 +0100" startDate="2018-05-31 06:11:36 +0100" endDate="2018-05-31 06:21:34 +0100" value="0.01967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 06:55:22 +0100" startDate="2018-05-31 06:21:34 +0100" endDate="2018-05-31 06:30:08 +0100" value="0.02894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 06:55:22 +0100" startDate="2018-05-31 06:30:08 +0100" endDate="2018-05-31 06:40:06 +0100" value="0.71962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 06:55:22 +0100" startDate="2018-05-31 06:40:06 +0100" endDate="2018-05-31 06:50:06 +0100" value="0.69635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 07:51:50 +0100" startDate="2018-05-31 06:50:06 +0100" endDate="2018-05-31 06:55:43 +0100" value="0.01878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 07:51:50 +0100" startDate="2018-05-31 07:32:25 +0100" endDate="2018-05-31 07:38:45 +0100" value="0.00804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 07:51:50 +0100" startDate="2018-05-31 07:38:45 +0100" endDate="2018-05-31 07:44:41 +0100" value="0.007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 08:54:39 +0100" startDate="2018-05-31 08:33:31 +0100" endDate="2018-05-31 08:41:51 +0100" value="0.03211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 10:51:55 +0100" startDate="2018-05-31 10:31:46 +0100" endDate="2018-05-31 10:38:04 +0100" value="0.00596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 11:53:24 +0100" startDate="2018-05-31 10:46:02 +0100" endDate="2018-05-31 10:53:21 +0100" value="0.05534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 11:53:24 +0100" startDate="2018-05-31 11:02:03 +0100" endDate="2018-05-31 11:11:41 +0100" value="0.06564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 11:53:24 +0100" startDate="2018-05-31 11:11:41 +0100" endDate="2018-05-31 11:17:53 +0100" value="0.02224"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 11:53:24 +0100" startDate="2018-05-31 11:41:43 +0100" endDate="2018-05-31 11:47:58 +0100" value="0.0044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 12:52:26 +0100" startDate="2018-05-31 11:56:59 +0100" endDate="2018-05-31 12:04:51 +0100" value="0.08072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 13:51:03 +0100" startDate="2018-05-31 13:21:12 +0100" endDate="2018-05-31 13:28:06 +0100" value="0.04"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 15:32:12 +0100" startDate="2018-05-31 13:57:20 +0100" endDate="2018-05-31 14:07:20 +0100" value="0.04424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 15:32:12 +0100" startDate="2018-05-31 14:07:20 +0100" endDate="2018-05-31 14:08:26 +0100" value="0.04711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 15:32:12 +0100" startDate="2018-05-31 14:29:58 +0100" endDate="2018-05-31 14:37:22 +0100" value="0.0144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-05-31 15:32:12 +0100" startDate="2018-05-31 14:57:28 +0100" endDate="2018-05-31 15:04:19 +0100" value="0.00528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 04:03:07 +0100" startDate="2018-06-01 03:18:31 +0100" endDate="2018-06-01 03:24:44 +0100" value="0.00246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 07:00:00 +0100" startDate="2018-06-01 06:19:17 +0100" endDate="2018-06-01 06:26:52 +0100" value="0.01509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 07:00:00 +0100" startDate="2018-06-01 06:35:03 +0100" endDate="2018-06-01 06:43:34 +0100" value="0.01792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 13:55:21 +0100" startDate="2018-06-01 13:36:15 +0100" endDate="2018-06-01 13:43:01 +0100" value="0.04232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 13:55:21 +0100" startDate="2018-06-01 13:44:38 +0100" endDate="2018-06-01 13:50:48 +0100" value="0.01085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 14:54:52 +0100" startDate="2018-06-01 13:50:48 +0100" endDate="2018-06-01 14:00:43 +0100" value="0.05875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 14:54:52 +0100" startDate="2018-06-01 14:00:43 +0100" endDate="2018-06-01 14:09:37 +0100" value="0.25848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 14:54:52 +0100" startDate="2018-06-01 14:21:04 +0100" endDate="2018-06-01 14:30:52 +0100" value="0.13488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 14:54:52 +0100" startDate="2018-06-01 14:30:52 +0100" endDate="2018-06-01 14:40:31 +0100" value="0.15616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 14:48:49 +0100" endDate="2018-06-01 14:54:59 +0100" value="0.01002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 14:55:09 +0100" endDate="2018-06-01 15:04:02 +0100" value="0.05652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 15:04:02 +0100" endDate="2018-06-01 15:06:22 +0100" value="0.01317"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 15:08:19 +0100" endDate="2018-06-01 15:17:56 +0100" value="0.09932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 15:17:56 +0100" endDate="2018-06-01 15:27:23 +0100" value="0.0654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 15:27:23 +0100" endDate="2018-06-01 15:35:27 +0100" value="0.0225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 15:51:26 +0100" startDate="2018-06-01 15:35:27 +0100" endDate="2018-06-01 15:41:12 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 17:51:06 +0100" startDate="2018-06-01 17:12:36 +0100" endDate="2018-06-01 17:22:30 +0100" value="0.19789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 17:51:06 +0100" startDate="2018-06-01 17:22:30 +0100" endDate="2018-06-01 17:26:25 +0100" value="0.06413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 18:52:08 +0100" startDate="2018-06-01 17:45:13 +0100" endDate="2018-06-01 17:52:34 +0100" value="0.02781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 18:52:08 +0100" startDate="2018-06-01 18:07:45 +0100" endDate="2018-06-01 18:15:13 +0100" value="0.0016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 18:52:08 +0100" startDate="2018-06-01 18:20:45 +0100" endDate="2018-06-01 18:27:19 +0100" value="0.02929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 18:52:08 +0100" startDate="2018-06-01 18:27:19 +0100" endDate="2018-06-01 18:34:43 +0100" value="0.04461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 19:51:06 +0100" startDate="2018-06-01 18:57:52 +0100" endDate="2018-06-01 19:06:09 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 19:51:06 +0100" startDate="2018-06-01 19:06:09 +0100" endDate="2018-06-01 19:08:06 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 19:51:06 +0100" startDate="2018-06-01 19:39:40 +0100" endDate="2018-06-01 19:49:23 +0100" value="0.11462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 20:51:49 +0100" startDate="2018-06-01 19:49:23 +0100" endDate="2018-06-01 19:51:20 +0100" value="0.02674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 20:51:49 +0100" startDate="2018-06-01 19:54:47 +0100" endDate="2018-06-01 20:04:38 +0100" value="0.05649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 20:51:49 +0100" startDate="2018-06-01 20:04:38 +0100" endDate="2018-06-01 20:13:16 +0100" value="0.47254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 20:51:49 +0100" startDate="2018-06-01 20:13:16 +0100" endDate="2018-06-01 20:23:14 +0100" value="0.47491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 20:51:49 +0100" startDate="2018-06-01 20:23:14 +0100" endDate="2018-06-01 20:24:28 +0100" value="0.0464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 22:30:11 +0100" startDate="2018-06-01 22:15:32 +0100" endDate="2018-06-01 22:21:47 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 23:39:33 +0100" startDate="2018-06-01 23:04:41 +0100" endDate="2018-06-01 23:12:08 +0100" value="0.00882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 23:39:33 +0100" startDate="2018-06-01 23:12:37 +0100" endDate="2018-06-01 23:18:45 +0100" value="0.00941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-01 23:39:33 +0100" startDate="2018-06-01 23:18:45 +0100" endDate="2018-06-01 23:23:52 +0100" value="0.00384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 00:28:37 +0100" startDate="2018-06-01 23:30:52 +0100" endDate="2018-06-01 23:38:37 +0100" value="0.01514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 00:28:37 +0100" startDate="2018-06-01 23:49:21 +0100" endDate="2018-06-01 23:55:33 +0100" value="0.0063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 06:51:12 +0100" startDate="2018-06-02 06:29:14 +0100" endDate="2018-06-02 06:35:55 +0100" value="0.02545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 06:51:12 +0100" startDate="2018-06-02 06:37:21 +0100" endDate="2018-06-02 06:43:26 +0100" value="0.00916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 08:55:42 +0100" startDate="2018-06-02 08:30:21 +0100" endDate="2018-06-02 08:39:40 +0100" value="0.05398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 09:52:20 +0100" startDate="2018-06-02 08:53:58 +0100" endDate="2018-06-02 09:02:04 +0100" value="0.0008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 09:52:20 +0100" startDate="2018-06-02 09:26:02 +0100" endDate="2018-06-02 09:31:16 +0100" value="0.00043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 10:52:56 +0100" startDate="2018-06-02 09:49:08 +0100" endDate="2018-06-02 09:58:41 +0100" value="0.10768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 10:52:56 +0100" startDate="2018-06-02 09:58:41 +0100" endDate="2018-06-02 10:08:29 +0100" value="0.10433"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 10:52:56 +0100" startDate="2018-06-02 10:08:29 +0100" endDate="2018-06-02 10:18:26 +0100" value="0.26389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 10:52:56 +0100" startDate="2018-06-02 10:18:26 +0100" endDate="2018-06-02 10:27:39 +0100" value="0.25344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 10:52:56 +0100" startDate="2018-06-02 10:27:39 +0100" endDate="2018-06-02 10:37:15 +0100" value="0.20838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 10:52:56 +0100" startDate="2018-06-02 10:37:15 +0100" endDate="2018-06-02 10:47:14 +0100" value="0.32575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 11:51:11 +0100" startDate="2018-06-02 10:47:14 +0100" endDate="2018-06-02 10:56:38 +0100" value="0.28576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 11:51:11 +0100" startDate="2018-06-02 10:56:38 +0100" endDate="2018-06-02 11:01:41 +0100" value="0.20947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 11:51:11 +0100" startDate="2018-06-02 11:03:42 +0100" endDate="2018-06-02 11:13:39 +0100" value="0.09284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 11:51:11 +0100" startDate="2018-06-02 11:13:39 +0100" endDate="2018-06-02 11:23:38 +0100" value="0.11752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 11:51:11 +0100" startDate="2018-06-02 11:23:38 +0100" endDate="2018-06-02 11:31:30 +0100" value="0.28172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 12:52:17 +0100" startDate="2018-06-02 11:59:37 +0100" endDate="2018-06-02 12:07:03 +0100" value="0.01811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 12:52:17 +0100" startDate="2018-06-02 12:07:03 +0100" endDate="2018-06-02 12:13:44 +0100" value="0.02958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 13:55:20 +0100" startDate="2018-06-02 13:36:11 +0100" endDate="2018-06-02 13:44:31 +0100" value="0.04532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 14:56:02 +0100" startDate="2018-06-02 13:49:47 +0100" endDate="2018-06-02 13:57:26 +0100" value="0.02316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 14:56:02 +0100" startDate="2018-06-02 14:42:08 +0100" endDate="2018-06-02 14:48:38 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 16:09:04 +0100" startDate="2018-06-02 14:59:26 +0100" endDate="2018-06-02 15:05:56 +0100" value="0.00932"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 16:09:04 +0100" startDate="2018-06-02 15:46:12 +0100" endDate="2018-06-02 15:56:11 +0100" value="0.0265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 16:09:04 +0100" startDate="2018-06-02 15:56:11 +0100" endDate="2018-06-02 15:58:36 +0100" value="0.01518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 16:51:23 +0100" startDate="2018-06-02 15:58:36 +0100" endDate="2018-06-02 16:08:33 +0100" value="0.01242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 16:51:23 +0100" startDate="2018-06-02 16:08:33 +0100" endDate="2018-06-02 16:12:25 +0100" value="0.02044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 17:51:14 +0100" startDate="2018-06-02 16:44:30 +0100" endDate="2018-06-02 16:50:53 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 19:19:27 +0100" startDate="2018-06-02 18:37:12 +0100" endDate="2018-06-02 18:44:06 +0100" value="0.02705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 19:19:27 +0100" startDate="2018-06-02 19:06:23 +0100" endDate="2018-06-02 19:13:47 +0100" value="0.04159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 19:51:52 +0100" startDate="2018-06-02 19:21:34 +0100" endDate="2018-06-02 19:30:57 +0100" value="0.07703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 19:51:52 +0100" startDate="2018-06-02 19:30:57 +0100" endDate="2018-06-02 19:40:10 +0100" value="0.28672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 20:54:29 +0100" startDate="2018-06-02 19:51:30 +0100" endDate="2018-06-02 20:01:29 +0100" value="0.26421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 20:54:29 +0100" startDate="2018-06-02 20:01:29 +0100" endDate="2018-06-02 20:11:27 +0100" value="0.22473"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 20:54:29 +0100" startDate="2018-06-02 20:11:27 +0100" endDate="2018-06-02 20:21:24 +0100" value="0.18012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 20:54:29 +0100" startDate="2018-06-02 20:21:24 +0100" endDate="2018-06-02 20:31:22 +0100" value="0.4212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 20:54:29 +0100" startDate="2018-06-02 20:31:22 +0100" endDate="2018-06-02 20:41:02 +0100" value="0.19514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 20:54:29 +0100" startDate="2018-06-02 20:41:02 +0100" endDate="2018-06-02 20:50:22 +0100" value="0.24173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 22:37:52 +0100" startDate="2018-06-02 20:50:22 +0100" endDate="2018-06-02 20:59:22 +0100" value="0.10393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 22:37:52 +0100" startDate="2018-06-02 20:59:22 +0100" endDate="2018-06-02 21:04:12 +0100" value="0.01148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 22:37:52 +0100" startDate="2018-06-02 21:04:12 +0100" endDate="2018-06-02 21:13:45 +0100" value="0.18962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 22:37:52 +0100" startDate="2018-06-02 21:29:16 +0100" endDate="2018-06-02 21:36:40 +0100" value="0.04365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 22:37:52 +0100" startDate="2018-06-02 21:41:22 +0100" endDate="2018-06-02 21:50:22 +0100" value="0.03426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-02 22:37:52 +0100" startDate="2018-06-02 21:51:40 +0100" endDate="2018-06-02 21:59:17 +0100" value="0.0191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 05:20:42 +0100" startDate="2018-06-03 04:10:08 +0100" endDate="2018-06-03 04:16:43 +0100" value="0.01412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 05:20:42 +0100" startDate="2018-06-03 04:19:51 +0100" endDate="2018-06-03 04:29:38 +0100" value="0.05871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 05:20:42 +0100" startDate="2018-06-03 04:46:56 +0100" endDate="2018-06-03 04:53:06 +0100" value="0.01876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 05:20:42 +0100" startDate="2018-06-03 04:57:38 +0100" endDate="2018-06-03 05:05:00 +0100" value="0.01294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 06:56:02 +0100" startDate="2018-06-03 06:30:34 +0100" endDate="2018-06-03 06:40:03 +0100" value="0.03456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 06:56:02 +0100" startDate="2018-06-03 06:40:03 +0100" endDate="2018-06-03 06:49:44 +0100" value="0.14863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 07:51:54 +0100" startDate="2018-06-03 06:49:44 +0100" endDate="2018-06-03 06:58:02 +0100" value="0.10163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 07:51:54 +0100" startDate="2018-06-03 07:19:11 +0100" endDate="2018-06-03 07:29:10 +0100" value="0.13943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 07:51:54 +0100" startDate="2018-06-03 07:29:10 +0100" endDate="2018-06-03 07:31:07 +0100" value="0.07935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 08:51:52 +0100" startDate="2018-06-03 07:46:03 +0100" endDate="2018-06-03 07:56:01 +0100" value="0.16515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 08:51:52 +0100" startDate="2018-06-03 07:56:01 +0100" endDate="2018-06-03 08:04:28 +0100" value="0.01825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 09:55:10 +0100" startDate="2018-06-03 09:16:12 +0100" endDate="2018-06-03 09:22:25 +0100" value="0.00729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 10:53:04 +0100" startDate="2018-06-03 09:54:24 +0100" endDate="2018-06-03 10:04:24 +0100" value="0.01784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 10:53:04 +0100" startDate="2018-06-03 10:04:24 +0100" endDate="2018-06-03 10:07:58 +0100" value="0.02337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 11:53:13 +0100" startDate="2018-06-03 11:07:01 +0100" endDate="2018-06-03 11:17:00 +0100" value="0.083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 11:53:13 +0100" startDate="2018-06-03 11:17:00 +0100" endDate="2018-06-03 11:23:50 +0100" value="0.48604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 11:53:13 +0100" startDate="2018-06-03 11:25:16 +0100" endDate="2018-06-03 11:35:15 +0100" value="0.35312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 11:53:13 +0100" startDate="2018-06-03 11:35:15 +0100" endDate="2018-06-03 11:44:37 +0100" value="0.64301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 12:58:32 +0100" startDate="2018-06-03 12:36:28 +0100" endDate="2018-06-03 12:46:26 +0100" value="0.30596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 12:58:32 +0100" startDate="2018-06-03 12:46:26 +0100" endDate="2018-06-03 12:56:16 +0100" value="0.76034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 13:51:15 +0100" startDate="2018-06-03 12:56:16 +0100" endDate="2018-06-03 13:02:38 +0100" value="0.2941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 16:54:40 +0100" startDate="2018-06-03 15:41:20 +0100" endDate="2018-06-03 15:51:18 +0100" value="0.15883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 16:54:40 +0100" startDate="2018-06-03 15:51:18 +0100" endDate="2018-06-03 15:59:55 +0100" value="0.10014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 18:44:57 +0100" startDate="2018-06-03 17:31:14 +0100" endDate="2018-06-03 17:37:57 +0100" value="0.05119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 18:44:57 +0100" startDate="2018-06-03 18:12:03 +0100" endDate="2018-06-03 18:18:31 +0100" value="0.0271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 19:24:32 +0100" startDate="2018-06-03 19:01:52 +0100" endDate="2018-06-03 19:10:28 +0100" value="0.02156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 20:52:12 +0100" startDate="2018-06-03 20:34:28 +0100" endDate="2018-06-03 20:40:48 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-03 22:26:02 +0100" startDate="2018-06-03 20:49:53 +0100" endDate="2018-06-03 20:56:18 +0100" value="0.02083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 06:53:40 +0100" startDate="2018-06-04 05:46:59 +0100" endDate="2018-06-04 05:54:36 +0100" value="0.01733"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 06:53:40 +0100" startDate="2018-06-04 06:15:17 +0100" endDate="2018-06-04 06:23:21 +0100" value="0.05796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 06:53:40 +0100" startDate="2018-06-04 06:23:29 +0100" endDate="2018-06-04 06:33:28 +0100" value="0.23481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 06:53:40 +0100" startDate="2018-06-04 06:33:28 +0100" endDate="2018-06-04 06:39:49 +0100" value="0.54179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 08:02:26 +0100" startDate="2018-06-04 06:48:34 +0100" endDate="2018-06-04 06:58:28 +0100" value="0.10857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 08:02:26 +0100" startDate="2018-06-04 07:11:13 +0100" endDate="2018-06-04 07:20:00 +0100" value="0.09872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 08:02:26 +0100" startDate="2018-06-04 07:20:00 +0100" endDate="2018-06-04 07:26:42 +0100" value="0.03298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 08:02:26 +0100" startDate="2018-06-04 07:26:42 +0100" endDate="2018-06-04 07:35:23 +0100" value="0.04706"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 08:02:26 +0100" startDate="2018-06-04 07:35:23 +0100" endDate="2018-06-04 07:45:08 +0100" value="0.05627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 08:02:26 +0100" startDate="2018-06-04 07:45:08 +0100" endDate="2018-06-04 07:54:58 +0100" value="0.18326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 08:55:42 +0100" startDate="2018-06-04 07:54:58 +0100" endDate="2018-06-04 08:02:27 +0100" value="0.05855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 08:55:42 +0100" startDate="2018-06-04 08:05:53 +0100" endDate="2018-06-04 08:15:52 +0100" value="0.20115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 08:55:42 +0100" startDate="2018-06-04 08:15:52 +0100" endDate="2018-06-04 08:23:28 +0100" value="0.26394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 08:55:42 +0100" startDate="2018-06-04 08:34:18 +0100" endDate="2018-06-04 08:44:17 +0100" value="0.12589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 08:55:42 +0100" startDate="2018-06-04 08:44:17 +0100" endDate="2018-06-04 08:54:15 +0100" value="0.24322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 08:54:15 +0100" endDate="2018-06-04 09:01:04 +0100" value="0.23908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 09:02:24 +0100" endDate="2018-06-04 09:10:21 +0100" value="0.09505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 09:10:21 +0100" endDate="2018-06-04 09:20:00 +0100" value="0.02095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 09:20:00 +0100" endDate="2018-06-04 09:21:24 +0100" value="0.01438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 09:24:18 +0100" endDate="2018-06-04 09:34:14 +0100" value="0.15035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 09:34:14 +0100" endDate="2018-06-04 09:39:45 +0100" value="0.00326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 09:56:45 +0100" startDate="2018-06-04 09:44:11 +0100" endDate="2018-06-04 09:52:29 +0100" value="0.11017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 10:51:58 +0100" startDate="2018-06-04 09:52:29 +0100" endDate="2018-06-04 10:01:21 +0100" value="0.14968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 10:51:58 +0100" startDate="2018-06-04 10:01:21 +0100" endDate="2018-06-04 10:08:15 +0100" value="0.23505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 10:51:58 +0100" startDate="2018-06-04 10:21:07 +0100" endDate="2018-06-04 10:31:06 +0100" value="0.27867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cff700&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 10:51:58 +0100" startDate="2018-06-04 10:31:06 +0100" endDate="2018-06-04 10:41:05 +0100" value="0.13216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 10:51:58 +0100" startDate="2018-06-04 10:41:05 +0100" endDate="2018-06-04 10:49:47 +0100" value="0.44959"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 11:51:34 +0100" startDate="2018-06-04 10:49:47 +0100" endDate="2018-06-04 10:59:45 +0100" value="0.36017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 11:51:34 +0100" startDate="2018-06-04 10:59:45 +0100" endDate="2018-06-04 11:01:14 +0100" value="0.06209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 11:51:34 +0100" startDate="2018-06-04 11:28:59 +0100" endDate="2018-06-04 11:37:26 +0100" value="0.0616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 11:51:34 +0100" startDate="2018-06-04 11:37:37 +0100" endDate="2018-06-04 11:47:36 +0100" value="0.26793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 12:56:40 +0100" startDate="2018-06-04 11:47:36 +0100" endDate="2018-06-04 11:54:06 +0100" value="0.23378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 12:56:40 +0100" startDate="2018-06-04 11:55:13 +0100" endDate="2018-06-04 12:02:47 +0100" value="0.05338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 12:56:40 +0100" startDate="2018-06-04 12:02:47 +0100" endDate="2018-06-04 12:08:58 +0100" value="0.03214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 12:56:40 +0100" startDate="2018-06-04 12:08:58 +0100" endDate="2018-06-04 12:17:49 +0100" value="0.07962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 12:56:40 +0100" startDate="2018-06-04 12:17:49 +0100" endDate="2018-06-04 12:26:40 +0100" value="0.03443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 14:30:45 +0100" startDate="2018-06-04 13:45:13 +0100" endDate="2018-06-04 13:54:11 +0100" value="0.08639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 14:30:45 +0100" startDate="2018-06-04 14:03:59 +0100" endDate="2018-06-04 14:10:32 +0100" value="0.02671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 14:30:45 +0100" startDate="2018-06-04 14:20:18 +0100" endDate="2018-06-04 14:27:32 +0100" value="0.02913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 14:53:27 +0100" startDate="2018-06-04 14:27:32 +0100" endDate="2018-06-04 14:34:59 +0100" value="0.04841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 14:53:27 +0100" startDate="2018-06-04 14:37:32 +0100" endDate="2018-06-04 14:46:25 +0100" value="0.04187"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 15:51:29 +0100" startDate="2018-06-04 15:22:34 +0100" endDate="2018-06-04 15:31:04 +0100" value="0.04841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 15:51:29 +0100" startDate="2018-06-04 15:31:04 +0100" endDate="2018-06-04 15:37:02 +0100" value="0.13438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 16:51:12 +0100" startDate="2018-06-04 15:50:10 +0100" endDate="2018-06-04 16:00:08 +0100" value="0.16458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 16:51:12 +0100" startDate="2018-06-04 16:00:08 +0100" endDate="2018-06-04 16:09:58 +0100" value="0.6612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 16:51:12 +0100" startDate="2018-06-04 16:27:36 +0100" endDate="2018-06-04 16:37:34 +0100" value="0.19593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 16:51:12 +0100" startDate="2018-06-04 16:37:34 +0100" endDate="2018-06-04 16:47:33 +0100" value="0.16723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 17:51:33 +0100" startDate="2018-06-04 16:47:33 +0100" endDate="2018-06-04 16:48:34 +0100" value="0.03274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 18:54:02 +0100" startDate="2018-06-04 17:42:24 +0100" endDate="2018-06-04 17:51:52 +0100" value="0.04964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 18:54:02 +0100" startDate="2018-06-04 17:51:52 +0100" endDate="2018-06-04 18:01:52 +0100" value="0.06338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 18:54:02 +0100" startDate="2018-06-04 18:01:52 +0100" endDate="2018-06-04 18:10:12 +0100" value="0.04375"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 19:52:29 +0100" startDate="2018-06-04 18:50:54 +0100" endDate="2018-06-04 18:56:54 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 19:52:29 +0100" startDate="2018-06-04 19:14:11 +0100" endDate="2018-06-04 19:24:09 +0100" value="0.04352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 19:52:29 +0100" startDate="2018-06-04 19:24:09 +0100" endDate="2018-06-04 19:32:34 +0100" value="0.0773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 19:52:29 +0100" startDate="2018-06-04 19:32:34 +0100" endDate="2018-06-04 19:42:33 +0100" value="0.05871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 20:51:28 +0100" startDate="2018-06-04 19:42:33 +0100" endDate="2018-06-04 19:52:32 +0100" value="0.06141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 20:51:28 +0100" startDate="2018-06-04 19:52:32 +0100" endDate="2018-06-04 19:54:21 +0100" value="0.07505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 20:51:28 +0100" startDate="2018-06-04 20:33:49 +0100" endDate="2018-06-04 20:43:49 +0100" value="0.168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 22:27:46 +0100" startDate="2018-06-04 20:43:49 +0100" endDate="2018-06-04 20:50:39 +0100" value="0.04011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 22:27:46 +0100" startDate="2018-06-04 21:10:06 +0100" endDate="2018-06-04 21:16:26 +0100" value="0.00781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-04 22:27:46 +0100" startDate="2018-06-04 21:24:45 +0100" endDate="2018-06-04 21:31:01 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 05:51:15 +0100" startDate="2018-06-05 04:55:52 +0100" endDate="2018-06-05 05:03:47 +0100" value="0.0212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 05:51:15 +0100" startDate="2018-06-05 05:14:36 +0100" endDate="2018-06-05 05:24:02 +0100" value="0.03997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 05:51:15 +0100" startDate="2018-06-05 05:24:02 +0100" endDate="2018-06-05 05:34:00 +0100" value="0.01271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 06:51:52 +0100" startDate="2018-06-05 05:58:50 +0100" endDate="2018-06-05 06:05:41 +0100" value="0.0263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 06:51:52 +0100" startDate="2018-06-05 06:05:41 +0100" endDate="2018-06-05 06:15:40 +0100" value="0.10013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 06:51:52 +0100" startDate="2018-06-05 06:15:40 +0100" endDate="2018-06-05 06:25:12 +0100" value="0.73852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 06:51:52 +0100" startDate="2018-06-05 06:32:38 +0100" endDate="2018-06-05 06:39:36 +0100" value="0.01928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 10:51:05 +0100" startDate="2018-06-05 10:18:38 +0100" endDate="2018-06-05 10:26:15 +0100" value="0.02122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 10:51:05 +0100" startDate="2018-06-05 10:26:15 +0100" endDate="2018-06-05 10:34:04 +0100" value="0.03295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 10:51:05 +0100" startDate="2018-06-05 10:35:06 +0100" endDate="2018-06-05 10:42:23 +0100" value="0.04605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 11:51:39 +0100" startDate="2018-06-05 10:42:23 +0100" endDate="2018-06-05 10:52:19 +0100" value="0.1642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 11:51:39 +0100" startDate="2018-06-05 10:52:19 +0100" endDate="2018-06-05 11:02:18 +0100" value="0.78354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 11:51:39 +0100" startDate="2018-06-05 11:02:18 +0100" endDate="2018-06-05 11:11:00 +0100" value="0.43361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 12:53:57 +0100" startDate="2018-06-05 11:56:48 +0100" endDate="2018-06-05 12:06:30 +0100" value="0.24522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 12:53:57 +0100" startDate="2018-06-05 12:06:30 +0100" endDate="2018-06-05 12:14:43 +0100" value="0.0488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 12:53:57 +0100" startDate="2018-06-05 12:32:17 +0100" endDate="2018-06-05 12:42:14 +0100" value="0.41294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 12:53:57 +0100" startDate="2018-06-05 12:42:14 +0100" endDate="2018-06-05 12:50:58 +0100" value="0.25999"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 13:55:11 +0100" startDate="2018-06-05 12:50:58 +0100" endDate="2018-06-05 12:59:09 +0100" value="0.04982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 13:55:11 +0100" startDate="2018-06-05 13:08:58 +0100" endDate="2018-06-05 13:15:21 +0100" value="0.00701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 14:53:49 +0100" startDate="2018-06-05 13:59:28 +0100" endDate="2018-06-05 14:09:17 +0100" value="0.23282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 15:51:21 +0100" startDate="2018-06-05 15:13:34 +0100" endDate="2018-06-05 15:20:47 +0100" value="0.0166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 15:51:21 +0100" startDate="2018-06-05 15:23:28 +0100" endDate="2018-06-05 15:29:46 +0100" value="0.01462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 16:59:38 +0100" startDate="2018-06-05 16:04:52 +0100" endDate="2018-06-05 16:14:33 +0100" value="0.29645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 16:59:38 +0100" startDate="2018-06-05 16:30:12 +0100" endDate="2018-06-05 16:40:10 +0100" value="0.56623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 16:59:38 +0100" startDate="2018-06-05 16:40:10 +0100" endDate="2018-06-05 16:49:58 +0100" value="0.09238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 17:51:22 +0100" startDate="2018-06-05 16:49:58 +0100" endDate="2018-06-05 16:53:29 +0100" value="0.01382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 17:51:22 +0100" startDate="2018-06-05 17:03:18 +0100" endDate="2018-06-05 17:13:14 +0100" value="0.03213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 17:51:22 +0100" startDate="2018-06-05 17:19:28 +0100" endDate="2018-06-05 17:26:42 +0100" value="0.0016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 17:51:22 +0100" startDate="2018-06-05 17:35:34 +0100" endDate="2018-06-05 17:44:09 +0100" value="0.02854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 18:54:50 +0100" startDate="2018-06-05 17:44:09 +0100" endDate="2018-06-05 17:54:08 +0100" value="0.08639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 18:54:50 +0100" startDate="2018-06-05 17:54:08 +0100" endDate="2018-06-05 18:04:07 +0100" value="0.72032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 18:54:50 +0100" startDate="2018-06-05 18:04:07 +0100" endDate="2018-06-05 18:14:04 +0100" value="0.64635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 18:54:50 +0100" startDate="2018-06-05 18:14:04 +0100" endDate="2018-06-05 18:18:49 +0100" value="0.15468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 18:54:50 +0100" startDate="2018-06-05 18:39:47 +0100" endDate="2018-06-05 18:48:02 +0100" value="0.02266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 19:55:05 +0100" startDate="2018-06-05 19:13:31 +0100" endDate="2018-06-05 19:19:41 +0100" value="0.01318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 22:38:24 +0100" startDate="2018-06-05 20:59:40 +0100" endDate="2018-06-05 21:05:45 +0100" value="0.01136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 22:38:24 +0100" startDate="2018-06-05 21:11:23 +0100" endDate="2018-06-05 21:17:26 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 22:38:24 +0100" startDate="2018-06-05 22:03:33 +0100" endDate="2018-06-05 22:13:32 +0100" value="0.27348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 22:38:24 +0100" startDate="2018-06-05 22:13:32 +0100" endDate="2018-06-05 22:23:30 +0100" value="0.78781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 22:38:24 +0100" startDate="2018-06-05 22:23:30 +0100" endDate="2018-06-05 22:32:38 +0100" value="0.51226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 23:15:21 +0100" startDate="2018-06-05 22:32:38 +0100" endDate="2018-06-05 22:35:03 +0100" value="0.00917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-05 23:15:21 +0100" startDate="2018-06-05 22:37:43 +0100" endDate="2018-06-05 22:43:54 +0100" value="0.0008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 06:53:28 +0100" startDate="2018-06-06 06:28:18 +0100" endDate="2018-06-06 06:35:09 +0100" value="0.03098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 07:55:50 +0100" startDate="2018-06-06 06:52:09 +0100" endDate="2018-06-06 07:02:09 +0100" value="0.03656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 07:55:50 +0100" startDate="2018-06-06 07:02:09 +0100" endDate="2018-06-06 07:11:30 +0100" value="0.00953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 07:55:50 +0100" startDate="2018-06-06 07:11:30 +0100" endDate="2018-06-06 07:15:22 +0100" value="0.03405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 07:55:50 +0100" startDate="2018-06-06 07:30:31 +0100" endDate="2018-06-06 07:38:44 +0100" value="0.03944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 07:55:50 +0100" startDate="2018-06-06 07:40:32 +0100" endDate="2018-06-06 07:50:30 +0100" value="0.04193"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 08:54:11 +0100" startDate="2018-06-06 07:50:30 +0100" endDate="2018-06-06 08:00:12 +0100" value="0.50162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 08:54:11 +0100" startDate="2018-06-06 08:00:12 +0100" endDate="2018-06-06 08:07:38 +0100" value="0.21658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 08:54:11 +0100" startDate="2018-06-06 08:19:19 +0100" endDate="2018-06-06 08:29:16 +0100" value="0.0175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 08:54:11 +0100" startDate="2018-06-06 08:42:41 +0100" endDate="2018-06-06 08:50:20 +0100" value="0.00801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 09:51:48 +0100" startDate="2018-06-06 08:50:20 +0100" endDate="2018-06-06 08:57:45 +0100" value="0.12793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 09:51:48 +0100" startDate="2018-06-06 08:57:45 +0100" endDate="2018-06-06 09:07:37 +0100" value="0.34764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 09:51:48 +0100" startDate="2018-06-06 09:16:54 +0100" endDate="2018-06-06 09:26:52 +0100" value="0.60631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 09:51:48 +0100" startDate="2018-06-06 09:26:52 +0100" endDate="2018-06-06 09:36:42 +0100" value="0.39007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 09:51:48 +0100" startDate="2018-06-06 09:36:42 +0100" endDate="2018-06-06 09:46:41 +0100" value="0.39454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 09:46:41 +0100" endDate="2018-06-06 09:56:40 +0100" value="0.42255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 09:56:40 +0100" endDate="2018-06-06 10:06:23 +0100" value="0.37768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 10:06:23 +0100" endDate="2018-06-06 10:16:14 +0100" value="0.34082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 10:16:14 +0100" endDate="2018-06-06 10:26:08 +0100" value="0.33589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 10:26:08 +0100" endDate="2018-06-06 10:36:06 +0100" value="0.34534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 10:36:06 +0100" endDate="2018-06-06 10:38:31 +0100" value="0.05141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 10:54:14 +0100" startDate="2018-06-06 10:40:14 +0100" endDate="2018-06-06 10:47:15 +0100" value="0.01107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 11:52:22 +0100" startDate="2018-06-06 10:56:20 +0100" endDate="2018-06-06 11:04:04 +0100" value="0.12398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 11:52:22 +0100" startDate="2018-06-06 11:04:04 +0100" endDate="2018-06-06 11:07:08 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 11:52:22 +0100" startDate="2018-06-06 11:32:46 +0100" endDate="2018-06-06 11:42:45 +0100" value="0.1141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 12:52:54 +0100" startDate="2018-06-06 11:42:45 +0100" endDate="2018-06-06 11:49:43 +0100" value="0.03202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 12:52:54 +0100" startDate="2018-06-06 12:25:22 +0100" endDate="2018-06-06 12:31:32 +0100" value="0.0098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 13:57:56 +0100" startDate="2018-06-06 13:40:09 +0100" endDate="2018-06-06 13:46:19 +0100" value="0.01456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 14:42:33 +0100" endDate="2018-06-06 14:50:13 +0100" value="0.05799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 14:54:04 +0100" endDate="2018-06-06 15:02:09 +0100" value="0.03056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 15:03:56 +0100" endDate="2018-06-06 15:10:04 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 15:10:52 +0100" endDate="2018-06-06 15:17:05 +0100" value="0.00517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 15:20:02 +0100" endDate="2018-06-06 15:30:00 +0100" value="0.2782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 15:30:00 +0100" endDate="2018-06-06 15:31:49 +0100" value="0.09471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 15:51:28 +0100" startDate="2018-06-06 15:38:37 +0100" endDate="2018-06-06 15:47:55 +0100" value="0.01026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 16:55:30 +0100" startDate="2018-06-06 15:47:55 +0100" endDate="2018-06-06 15:53:32 +0100" value="0.00215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 17:53:33 +0100" startDate="2018-06-06 16:59:34 +0100" endDate="2018-06-06 17:09:30 +0100" value="0.23005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 17:53:33 +0100" startDate="2018-06-06 17:09:30 +0100" endDate="2018-06-06 17:17:45 +0100" value="0.27031"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 17:53:33 +0100" startDate="2018-06-06 17:26:33 +0100" endDate="2018-06-06 17:36:31 +0100" value="0.2643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 17:53:33 +0100" startDate="2018-06-06 17:36:31 +0100" endDate="2018-06-06 17:45:19 +0100" value="0.26638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 18:51:33 +0100" startDate="2018-06-06 17:45:19 +0100" endDate="2018-06-06 17:55:19 +0100" value="0.00635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 18:51:33 +0100" startDate="2018-06-06 17:55:19 +0100" endDate="2018-06-06 18:05:14 +0100" value="0.26423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 18:51:33 +0100" startDate="2018-06-06 18:05:14 +0100" endDate="2018-06-06 18:05:40 +0100" value="0.0099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 22:31:46 +0100" startDate="2018-06-06 22:02:23 +0100" endDate="2018-06-06 22:12:09 +0100" value="0.06931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-06 22:31:46 +0100" startDate="2018-06-06 22:12:09 +0100" endDate="2018-06-06 22:16:37 +0100" value="0.03105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 04:59:50 +0100" startDate="2018-06-07 04:14:06 +0100" endDate="2018-06-07 04:22:19 +0100" value="0.02334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 06:56:11 +0100" startDate="2018-06-07 06:34:16 +0100" endDate="2018-06-07 06:40:41 +0100" value="0.02646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 07:54:45 +0100" startDate="2018-06-07 07:25:04 +0100" endDate="2018-06-07 07:32:06 +0100" value="0.03379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 09:54:17 +0100" startDate="2018-06-07 09:10:56 +0100" endDate="2018-06-07 09:18:00 +0100" value="0.03902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 10:59:42 +0100" startDate="2018-06-07 10:35:00 +0100" endDate="2018-06-07 10:42:26 +0100" value="0.02495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 12:52:32 +0100" startDate="2018-06-07 12:28:05 +0100" endDate="2018-06-07 12:35:39 +0100" value="0.03089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 13:52:29 +0100" startDate="2018-06-07 13:26:16 +0100" endDate="2018-06-07 13:33:23 +0100" value="0.00852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 14:53:28 +0100" startDate="2018-06-07 13:48:01 +0100" endDate="2018-06-07 13:57:46 +0100" value="0.02906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 14:53:28 +0100" startDate="2018-06-07 14:04:41 +0100" endDate="2018-06-07 14:14:40 +0100" value="0.02972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 14:53:28 +0100" startDate="2018-06-07 14:14:40 +0100" endDate="2018-06-07 14:15:33 +0100" value="0.01432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 15:54:23 +0100" startDate="2018-06-07 15:40:29 +0100" endDate="2018-06-07 15:47:07 +0100" value="0.01934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 17:52:35 +0100" startDate="2018-06-07 17:01:57 +0100" endDate="2018-06-07 17:11:18 +0100" value="0.03682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 17:52:35 +0100" startDate="2018-06-07 17:11:18 +0100" endDate="2018-06-07 17:17:59 +0100" value="0.13745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 17:52:35 +0100" startDate="2018-06-07 17:23:59 +0100" endDate="2018-06-07 17:33:58 +0100" value="0.12872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 17:52:35 +0100" startDate="2018-06-07 17:33:58 +0100" endDate="2018-06-07 17:38:19 +0100" value="0.1348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 18:54:43 +0100" startDate="2018-06-07 18:36:13 +0100" endDate="2018-06-07 18:42:36 +0100" value="0.00205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 19:55:17 +0100" startDate="2018-06-07 19:39:49 +0100" endDate="2018-06-07 19:49:21 +0100" value="0.28192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 20:51:52 +0100" startDate="2018-06-07 20:11:59 +0100" endDate="2018-06-07 20:21:59 +0100" value="0.08644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 20:51:52 +0100" startDate="2018-06-07 20:21:59 +0100" endDate="2018-06-07 20:31:57 +0100" value="0.08405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 20:51:52 +0100" startDate="2018-06-07 20:31:57 +0100" endDate="2018-06-07 20:32:07 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 22:14:39 +0100" startDate="2018-06-07 20:46:07 +0100" endDate="2018-06-07 20:52:12 +0100" value="0.00352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 22:14:39 +0100" startDate="2018-06-07 21:28:32 +0100" endDate="2018-06-07 21:37:15 +0100" value="0.11507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 22:14:39 +0100" startDate="2018-06-07 22:01:48 +0100" endDate="2018-06-07 22:11:47 +0100" value="0.23323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 23:16:26 +0100" startDate="2018-06-07 22:11:47 +0100" endDate="2018-06-07 22:13:25 +0100" value="0.0023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 23:16:26 +0100" startDate="2018-06-07 22:31:15 +0100" endDate="2018-06-07 22:37:55 +0100" value="0.00779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 23:16:26 +0100" startDate="2018-06-07 22:50:25 +0100" endDate="2018-06-07 22:58:30 +0100" value="0.01613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-07 23:16:26 +0100" startDate="2018-06-07 22:58:30 +0100" endDate="2018-06-07 23:03:03 +0100" value="0.01267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 06:16:14 +0100" startDate="2018-06-08 05:59:21 +0100" endDate="2018-06-08 06:08:55 +0100" value="0.0213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 07:51:43 +0100" startDate="2018-06-08 07:20:17 +0100" endDate="2018-06-08 07:27:58 +0100" value="0.07325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 08:52:06 +0100" startDate="2018-06-08 07:54:39 +0100" endDate="2018-06-08 08:01:12 +0100" value="0.02063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 09:51:08 +0100" startDate="2018-06-08 09:28:23 +0100" endDate="2018-06-08 09:38:23 +0100" value="0.18354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 09:51:08 +0100" startDate="2018-06-08 09:38:23 +0100" endDate="2018-06-08 09:44:37 +0100" value="0.255222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 10:51:33 +0100" startDate="2018-06-08 10:09:02 +0100" endDate="2018-06-08 10:19:01 +0100" value="0.17422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 10:51:33 +0100" startDate="2018-06-08 10:19:01 +0100" endDate="2018-06-08 10:26:56 +0100" value="0.26097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 10:51:33 +0100" startDate="2018-06-08 10:26:56 +0100" endDate="2018-06-08 10:36:14 +0100" value="0.20439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 11:53:13 +0100" startDate="2018-06-08 10:45:48 +0100" endDate="2018-06-08 10:54:33 +0100" value="0.044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 11:53:13 +0100" startDate="2018-06-08 10:54:33 +0100" endDate="2018-06-08 11:02:46 +0100" value="0.06183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 11:53:13 +0100" startDate="2018-06-08 11:02:46 +0100" endDate="2018-06-08 11:10:36 +0100" value="0.06088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 11:53:13 +0100" startDate="2018-06-08 11:21:44 +0100" endDate="2018-06-08 11:27:59 +0100" value="0.005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 12:52:28 +0100" startDate="2018-06-08 12:09:29 +0100" endDate="2018-06-08 12:18:25 +0100" value="0.06765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 12:52:28 +0100" startDate="2018-06-08 12:18:25 +0100" endDate="2018-06-08 12:28:14 +0100" value="0.10982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 12:52:28 +0100" startDate="2018-06-08 12:28:14 +0100" endDate="2018-06-08 12:37:41 +0100" value="0.0633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-08 12:52:28 +0100" startDate="2018-06-08 12:37:41 +0100" endDate="2018-06-08 12:45:08 +0100" value="0.01576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 12:45:08 +0100" endDate="2018-06-08 12:53:44 +0100" value="0.06498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 13:01:51 +0100" endDate="2018-06-08 13:11:51 +0100" value="0.07549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 13:11:51 +0100" endDate="2018-06-08 13:21:49 +0100" value="0.07805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 13:21:49 +0100" endDate="2018-06-08 13:31:47 +0100" value="0.03733"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 13:31:47 +0100" endDate="2018-06-08 13:41:09 +0100" value="0.19077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 13:41:09 +0100" endDate="2018-06-08 13:50:59 +0100" value="0.0679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 13:50:59 +0100" endDate="2018-06-08 14:00:08 +0100" value="0.08589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 14:27:15 +0100" endDate="2018-06-08 14:35:14 +0100" value="0.01464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 14:35:14 +0100" endDate="2018-06-08 14:45:12 +0100" value="0.24084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 14:45:12 +0100" endDate="2018-06-08 14:55:11 +0100" value="0.43486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 14:55:11 +0100" endDate="2018-06-08 15:02:01 +0100" value="0.18889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 15:02:01 +0100" endDate="2018-06-08 15:12:00 +0100" value="0.14459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 15:12:00 +0100" endDate="2018-06-08 15:21:50 +0100" value="0.3672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 15:21:50 +0100" endDate="2018-06-08 15:31:30 +0100" value="0.47524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 15:31:30 +0100" endDate="2018-06-08 15:41:28 +0100" value="0.32228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 15:41:28 +0100" endDate="2018-06-08 15:51:26 +0100" value="0.53262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 15:51:26 +0100" endDate="2018-06-08 16:01:24 +0100" value="0.43973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 16:01:24 +0100" endDate="2018-06-08 16:11:23 +0100" value="0.49221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 16:11:23 +0100" endDate="2018-06-08 16:21:21 +0100" value="0.50289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 16:21:21 +0100" endDate="2018-06-08 16:30:24 +0100" value="0.38592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 16:30:24 +0100" endDate="2018-06-08 16:40:22 +0100" value="0.38654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 16:40:22 +0100" endDate="2018-06-08 16:50:20 +0100" value="0.40136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 16:50:20 +0100" endDate="2018-06-08 17:00:18 +0100" value="0.23158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 17:00:18 +0100" endDate="2018-06-08 17:10:17 +0100" value="0.09972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 17:10:17 +0100" endDate="2018-06-08 17:16:05 +0100" value="0.02934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 17:23:53 +0100" endDate="2018-06-08 17:30:03 +0100" value="0.01452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 17:30:03 +0100" endDate="2018-06-08 17:40:01 +0100" value="0.06408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 17:40:01 +0100" endDate="2018-06-08 17:49:29 +0100" value="0.12515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 17:49:29 +0100" endDate="2018-06-08 17:58:09 +0100" value="0.05409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 17:58:17 +0100" endDate="2018-06-08 18:05:48 +0100" value="0.03114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 18:06:06 +0100" endDate="2018-06-08 18:13:50 +0100" value="0.01017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 18:13:50 +0100" endDate="2018-06-08 18:18:48 +0100" value="0.00615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 18:52:49 +0100" endDate="2018-06-08 19:02:48 +0100" value="0.31441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 19:02:48 +0100" endDate="2018-06-08 19:08:47 +0100" value="0.13123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303cd8ff0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 19:12:45 +0100" endDate="2018-06-08 19:18:45 +0100" value="0.00376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 20:03:56 +0100" endDate="2018-06-08 20:12:38 +0100" value="0.03147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 21:00:24 +0100" endDate="2018-06-08 21:08:46 +0100" value="0.02582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 21:17:22 +0100" endDate="2018-06-08 21:23:22 +0100" value="0.00414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 21:27:28 +0100" endDate="2018-06-08 21:37:26 +0100" value="0.464912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 21:37:26 +0100" endDate="2018-06-08 21:47:24 +0100" value="1.30875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 21:47:24 +0100" endDate="2018-06-08 21:53:46 +0100" value="0.39022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 21:53:46 +0100" endDate="2018-06-08 22:02:02 +0100" value="0.03017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-08 23:28:32 +0100" endDate="2018-06-08 23:35:43 +0100" value="0.01227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 00:35:22 +0100" endDate="2018-06-09 00:45:21 +0100" value="0.05842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 00:45:21 +0100" endDate="2018-06-09 00:52:25 +0100" value="0.21266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 00:52:25 +0100" endDate="2018-06-09 00:57:02 +0100" value="0.02816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 00:57:25 +0100" endDate="2018-06-09 01:03:38 +0100" value="0.01454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 01:03:38 +0100" endDate="2018-06-09 01:09:29 +0100" value="0.0093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 01:26:11 +0100" endDate="2018-06-09 01:36:05 +0100" value="0.13565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 01:36:05 +0100" endDate="2018-06-09 01:45:36 +0100" value="0.07355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 01:45:36 +0100" endDate="2018-06-09 01:54:24 +0100" value="0.05962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 01:54:24 +0100" endDate="2018-06-09 02:03:53 +0100" value="0.08536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 02:03:53 +0100" endDate="2018-06-09 02:13:53 +0100" value="0.36006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 02:13:53 +0100" endDate="2018-06-09 02:23:52 +0100" value="0.54318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 02:23:52 +0100" endDate="2018-06-09 02:33:51 +0100" value="0.75194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 02:33:51 +0100" endDate="2018-06-09 02:43:49 +0100" value="0.72124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:02:07 +0100" startDate="2018-06-09 02:43:49 +0100" endDate="2018-06-09 02:50:03 +0100" value="0.26323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 03:21:45 +0100" startDate="2018-06-09 02:50:03 +0100" endDate="2018-06-09 03:00:01 +0100" value="0.48957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 08:13:28 +0100" startDate="2018-06-09 07:56:17 +0100" endDate="2018-06-09 08:05:54 +0100" value="0.01184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 09:18:38 +0100" startDate="2018-06-09 08:05:54 +0100" endDate="2018-06-09 08:11:53 +0100" value="0.04899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 09:18:38 +0100" startDate="2018-06-09 08:23:23 +0100" endDate="2018-06-09 08:30:16 +0100" value="0.00625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 09:18:38 +0100" startDate="2018-06-09 08:39:42 +0100" endDate="2018-06-09 08:47:34 +0100" value="0.06192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 09:18:38 +0100" startDate="2018-06-09 08:47:34 +0100" endDate="2018-06-09 08:56:07 +0100" value="0.07912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 10:13:18 +0100" startDate="2018-06-09 09:46:45 +0100" endDate="2018-06-09 09:56:06 +0100" value="0.11625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 10:13:18 +0100" startDate="2018-06-09 09:56:06 +0100" endDate="2018-06-09 10:06:05 +0100" value="0.05868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 11:17:57 +0100" startDate="2018-06-09 10:06:05 +0100" endDate="2018-06-09 10:12:03 +0100" value="0.08295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 11:17:57 +0100" startDate="2018-06-09 10:13:23 +0100" endDate="2018-06-09 10:22:21 +0100" value="0.0343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 15:12:25 +0100" startDate="2018-06-09 14:22:39 +0100" endDate="2018-06-09 14:32:39 +0100" value="0.09617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 15:12:25 +0100" startDate="2018-06-09 14:32:39 +0100" endDate="2018-06-09 14:38:00 +0100" value="0.02769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 15:12:25 +0100" startDate="2018-06-09 14:44:23 +0100" endDate="2018-06-09 14:50:38 +0100" value="0.0014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 16:36:50 +0100" startDate="2018-06-09 15:02:52 +0100" endDate="2018-06-09 15:12:36 +0100" value="0.0845"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 16:36:50 +0100" startDate="2018-06-09 15:16:04 +0100" endDate="2018-06-09 15:25:30 +0100" value="0.14719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 16:36:50 +0100" startDate="2018-06-09 15:25:30 +0100" endDate="2018-06-09 15:35:29 +0100" value="0.19212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 16:36:50 +0100" startDate="2018-06-09 15:35:29 +0100" endDate="2018-06-09 15:44:10 +0100" value="0.11344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 16:36:50 +0100" startDate="2018-06-09 16:20:52 +0100" endDate="2018-06-09 16:30:51 +0100" value="0.20309"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 17:19:20 +0100" startDate="2018-06-09 16:30:51 +0100" endDate="2018-06-09 16:40:15 +0100" value="0.01112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 18:37:31 +0100" startDate="2018-06-09 17:50:08 +0100" endDate="2018-06-09 18:00:08 +0100" value="0.18441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 18:37:31 +0100" startDate="2018-06-09 18:14:08 +0100" endDate="2018-06-09 18:23:06 +0100" value="0.20389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 18:37:31 +0100" startDate="2018-06-09 18:23:06 +0100" endDate="2018-06-09 18:27:03 +0100" value="0.06264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 19:18:19 +0100" startDate="2018-06-09 18:46:21 +0100" endDate="2018-06-09 18:53:29 +0100" value="0.02269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 19:13:38 +0100" endDate="2018-06-09 19:22:51 +0100" value="0.0784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 19:22:51 +0100" endDate="2018-06-09 19:30:46 +0100" value="0.1726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 19:30:46 +0100" endDate="2018-06-09 19:34:52 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 19:46:13 +0100" endDate="2018-06-09 19:52:38 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 19:56:04 +0100" endDate="2018-06-09 20:03:05 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 21:14:32 +0100" endDate="2018-06-09 21:24:21 +0100" value="0.10351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 21:24:21 +0100" endDate="2018-06-09 21:34:18 +0100" value="0.04242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 21:49:47 +0100" endDate="2018-06-09 21:59:10 +0100" value="0.29194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 21:59:10 +0100" endDate="2018-06-09 22:08:41 +0100" value="0.11829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 22:10:21 +0100" endDate="2018-06-09 22:16:29 +0100" value="0.00141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 22:40:05 +0100" endDate="2018-06-09 22:48:20 +0100" value="0.04538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 22:48:20 +0100" endDate="2018-06-09 22:50:52 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-09 23:47:37 +0100" startDate="2018-06-09 23:32:37 +0100" endDate="2018-06-09 23:41:58 +0100" value="0.08886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 00:02:41 +0100" startDate="2018-06-09 23:41:58 +0100" endDate="2018-06-09 23:45:04 +0100" value="0.02087"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 09:02:22 +0100" startDate="2018-06-10 08:08:04 +0100" endDate="2018-06-10 08:16:24 +0100" value="0.08146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 09:02:22 +0100" startDate="2018-06-10 08:16:24 +0100" endDate="2018-06-10 08:19:09 +0100" value="0.0043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 09:02:22 +0100" startDate="2018-06-10 08:21:54 +0100" endDate="2018-06-10 08:30:34 +0100" value="0.02345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 09:02:22 +0100" startDate="2018-06-10 08:30:34 +0100" endDate="2018-06-10 08:37:13 +0100" value="0.10665"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 10:57:34 +0100" startDate="2018-06-10 10:37:08 +0100" endDate="2018-06-10 10:46:34 +0100" value="0.0115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 12:24:20 +0100" startDate="2018-06-10 10:46:34 +0100" endDate="2018-06-10 10:56:31 +0100" value="0.02708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 12:24:20 +0100" startDate="2018-06-10 10:56:31 +0100" endDate="2018-06-10 11:06:23 +0100" value="0.1006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 12:24:20 +0100" startDate="2018-06-10 11:10:50 +0100" endDate="2018-06-10 11:18:55 +0100" value="0.04894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 12:59:39 +0100" startDate="2018-06-10 12:26:36 +0100" endDate="2018-06-10 12:32:39 +0100" value="0.0071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 14:00:01 +0100" startDate="2018-06-10 13:34:11 +0100" endDate="2018-06-10 13:39:00 +0100" value="0.0111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 14:00:01 +0100" startDate="2018-06-10 13:44:09 +0100" endDate="2018-06-10 13:50:34 +0100" value="0.00631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 18:58:31 +0100" startDate="2018-06-10 18:03:56 +0100" endDate="2018-06-10 18:12:19 +0100" value="0.05284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 19:58:00 +0100" startDate="2018-06-10 18:50:53 +0100" endDate="2018-06-10 18:57:01 +0100" value="0.01021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 19:58:00 +0100" startDate="2018-06-10 19:33:17 +0100" endDate="2018-06-10 19:39:42 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 19:58:00 +0100" startDate="2018-06-10 19:39:42 +0100" endDate="2018-06-10 19:48:01 +0100" value="0.01159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-10 22:37:03 +0100" startDate="2018-06-10 21:34:37 +0100" endDate="2018-06-10 21:41:02 +0100" value="0.03099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 06:00:15 +0100" startDate="2018-06-11 05:32:28 +0100" endDate="2018-06-11 05:41:16 +0100" value="0.03244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 06:00:15 +0100" startDate="2018-06-11 05:41:33 +0100" endDate="2018-06-11 05:48:31 +0100" value="0.03343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 06:58:31 +0100" startDate="2018-06-11 06:00:53 +0100" endDate="2018-06-11 06:08:25 +0100" value="0.03605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 06:58:31 +0100" startDate="2018-06-11 06:08:25 +0100" endDate="2018-06-11 06:18:12 +0100" value="0.01842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 06:58:31 +0100" startDate="2018-06-11 06:18:12 +0100" endDate="2018-06-11 06:28:09 +0100" value="0.67494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 06:58:31 +0100" startDate="2018-06-11 06:28:09 +0100" endDate="2018-06-11 06:33:25 +0100" value="0.15324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 06:58:31 +0100" startDate="2018-06-11 06:43:53 +0100" endDate="2018-06-11 06:53:52 +0100" value="0.13937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 07:58:21 +0100" startDate="2018-06-11 06:53:52 +0100" endDate="2018-06-11 06:56:02 +0100" value="0.05645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 07:58:21 +0100" startDate="2018-06-11 07:05:32 +0100" endDate="2018-06-11 07:12:39 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 07:58:21 +0100" startDate="2018-06-11 07:23:04 +0100" endDate="2018-06-11 07:30:28 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 07:58:21 +0100" startDate="2018-06-11 07:39:03 +0100" endDate="2018-06-11 07:45:37 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 07:58:21 +0100" startDate="2018-06-11 07:45:37 +0100" endDate="2018-06-11 07:49:50 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 09:57:42 +0100" startDate="2018-06-11 08:55:01 +0100" endDate="2018-06-11 09:02:02 +0100" value="0.01652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 09:57:42 +0100" startDate="2018-06-11 09:15:23 +0100" endDate="2018-06-11 09:21:36 +0100" value="0.00608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 09:57:42 +0100" startDate="2018-06-11 09:31:10 +0100" endDate="2018-06-11 09:37:23 +0100" value="0.0048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 10:58:20 +0100" startDate="2018-06-11 10:16:23 +0100" endDate="2018-06-11 10:25:01 +0100" value="0.04799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 10:58:20 +0100" startDate="2018-06-11 10:25:01 +0100" endDate="2018-06-11 10:35:00 +0100" value="0.49949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 10:58:20 +0100" startDate="2018-06-11 10:35:00 +0100" endDate="2018-06-11 10:43:57 +0100" value="0.29227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 12:06:05 +0100" startDate="2018-06-11 11:13:26 +0100" endDate="2018-06-11 11:23:25 +0100" value="0.31865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 12:06:05 +0100" startDate="2018-06-11 11:23:25 +0100" endDate="2018-06-11 11:32:44 +0100" value="0.51762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 12:06:05 +0100" startDate="2018-06-11 11:32:44 +0100" endDate="2018-06-11 11:40:57 +0100" value="0.10018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 12:06:05 +0100" startDate="2018-06-11 11:45:47 +0100" endDate="2018-06-11 11:52:53 +0100" value="0.06699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 13:01:48 +0100" startDate="2018-06-11 12:07:54 +0100" endDate="2018-06-11 12:15:28 +0100" value="0.06866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 13:01:48 +0100" startDate="2018-06-11 12:15:28 +0100" endDate="2018-06-11 12:24:31 +0100" value="0.04093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 13:57:55 +0100" startDate="2018-06-11 13:09:15 +0100" endDate="2018-06-11 13:18:29 +0100" value="0.08586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 13:57:55 +0100" startDate="2018-06-11 13:18:29 +0100" endDate="2018-06-11 13:24:23 +0100" value="0.05422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 13:57:55 +0100" startDate="2018-06-11 13:25:56 +0100" endDate="2018-06-11 13:35:32 +0100" value="0.10628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 13:57:55 +0100" startDate="2018-06-11 13:35:32 +0100" endDate="2018-06-11 13:43:21 +0100" value="0.1238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 13:57:55 +0100" startDate="2018-06-11 13:43:21 +0100" endDate="2018-06-11 13:52:18 +0100" value="0.16649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 14:59:55 +0100" startDate="2018-06-11 13:52:18 +0100" endDate="2018-06-11 14:01:24 +0100" value="0.17994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 14:59:55 +0100" startDate="2018-06-11 14:01:24 +0100" endDate="2018-06-11 14:11:07 +0100" value="0.07485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 14:59:55 +0100" startDate="2018-06-11 14:11:07 +0100" endDate="2018-06-11 14:16:12 +0100" value="0.03049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 14:59:55 +0100" startDate="2018-06-11 14:32:48 +0100" endDate="2018-06-11 14:42:14 +0100" value="0.0603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 14:59:55 +0100" startDate="2018-06-11 14:44:35 +0100" endDate="2018-06-11 14:54:34 +0100" value="0.05279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 16:01:28 +0100" startDate="2018-06-11 14:54:34 +0100" endDate="2018-06-11 14:59:39 +0100" value="0.00276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 16:01:28 +0100" startDate="2018-06-11 15:09:56 +0100" endDate="2018-06-11 15:17:58 +0100" value="0.06573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 16:01:28 +0100" startDate="2018-06-11 15:20:14 +0100" endDate="2018-06-11 15:30:08 +0100" value="0.05431"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 16:01:28 +0100" startDate="2018-06-11 15:30:08 +0100" endDate="2018-06-11 15:39:20 +0100" value="0.54419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 16:01:28 +0100" startDate="2018-06-11 15:39:20 +0100" endDate="2018-06-11 15:49:17 +0100" value="0.24824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 16:01:28 +0100" startDate="2018-06-11 15:49:17 +0100" endDate="2018-06-11 15:59:16 +0100" value="0.72057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 17:04:38 +0100" startDate="2018-06-11 15:59:16 +0100" endDate="2018-06-11 16:02:44 +0100" value="0.09392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 17:04:38 +0100" startDate="2018-06-11 16:53:50 +0100" endDate="2018-06-11 17:03:47 +0100" value="0.03335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 18:30:40 +0100" startDate="2018-06-11 17:03:47 +0100" endDate="2018-06-11 17:04:50 +0100" value="0.01979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 18:30:40 +0100" startDate="2018-06-11 17:29:24 +0100" endDate="2018-06-11 17:35:57 +0100" value="0.02037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 19:00:44 +0100" startDate="2018-06-11 18:38:46 +0100" endDate="2018-06-11 18:48:27 +0100" value="0.00615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-11 20:57:40 +0100" startDate="2018-06-11 20:38:15 +0100" endDate="2018-06-11 20:44:38 +0100" value="0.02281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 07:00:01 +0100" startDate="2018-06-12 05:56:23 +0100" endDate="2018-06-12 06:06:21 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 07:00:01 +0100" startDate="2018-06-12 06:06:21 +0100" endDate="2018-06-12 06:16:19 +0100" value="0.923"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 07:00:01 +0100" startDate="2018-06-12 06:16:19 +0100" endDate="2018-06-12 06:19:51 +0100" value="0.28942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 07:00:01 +0100" startDate="2018-06-12 06:25:43 +0100" endDate="2018-06-12 06:35:43 +0100" value="0.06578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 07:00:01 +0100" startDate="2018-06-12 06:35:43 +0100" endDate="2018-06-12 06:45:41 +0100" value="0.03802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 07:00:01 +0100" startDate="2018-06-12 06:45:41 +0100" endDate="2018-06-12 06:55:38 +0100" value="0.01464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 07:57:46 +0100" startDate="2018-06-12 06:55:38 +0100" endDate="2018-06-12 07:05:33 +0100" value="0.14492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 07:57:46 +0100" startDate="2018-06-12 07:05:33 +0100" endDate="2018-06-12 07:15:31 +0100" value="0.02107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 07:57:46 +0100" startDate="2018-06-12 07:15:31 +0100" endDate="2018-06-12 07:16:24 +0100" value="0.00459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 07:57:46 +0100" startDate="2018-06-12 07:24:55 +0100" endDate="2018-06-12 07:34:52 +0100" value="0.11642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 07:57:46 +0100" startDate="2018-06-12 07:34:52 +0100" endDate="2018-06-12 07:44:05 +0100" value="0.20576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 07:57:46 +0100" startDate="2018-06-12 07:44:05 +0100" endDate="2018-06-12 07:53:56 +0100" value="0.16956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 08:58:05 +0100" startDate="2018-06-12 07:53:56 +0100" endDate="2018-06-12 08:03:55 +0100" value="0.34804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 08:58:05 +0100" startDate="2018-06-12 08:03:55 +0100" endDate="2018-06-12 08:13:49 +0100" value="0.13717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 08:58:05 +0100" startDate="2018-06-12 08:13:49 +0100" endDate="2018-06-12 08:22:44 +0100" value="0.04566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 08:58:05 +0100" startDate="2018-06-12 08:22:44 +0100" endDate="2018-06-12 08:30:00 +0100" value="0.15583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 09:59:07 +0100" startDate="2018-06-12 08:54:46 +0100" endDate="2018-06-12 09:01:14 +0100" value="0.00861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 10:59:34 +0100" startDate="2018-06-12 10:05:53 +0100" endDate="2018-06-12 10:14:27 +0100" value="0.00713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 10:59:34 +0100" startDate="2018-06-12 10:14:27 +0100" endDate="2018-06-12 10:24:03 +0100" value="0.17954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 10:59:34 +0100" startDate="2018-06-12 10:24:03 +0100" endDate="2018-06-12 10:33:55 +0100" value="0.1289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 10:59:34 +0100" startDate="2018-06-12 10:33:55 +0100" endDate="2018-06-12 10:43:06 +0100" value="0.20187"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 10:59:34 +0100" startDate="2018-06-12 10:43:06 +0100" endDate="2018-06-12 10:52:57 +0100" value="0.14476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 11:58:32 +0100" startDate="2018-06-12 10:52:57 +0100" endDate="2018-06-12 11:02:51 +0100" value="0.24477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 11:58:32 +0100" startDate="2018-06-12 11:02:51 +0100" endDate="2018-06-12 11:12:40 +0100" value="0.33902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 11:58:32 +0100" startDate="2018-06-12 11:12:40 +0100" endDate="2018-06-12 11:22:06 +0100" value="0.35964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 11:58:32 +0100" startDate="2018-06-12 11:22:06 +0100" endDate="2018-06-12 11:31:49 +0100" value="0.59478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 11:58:32 +0100" startDate="2018-06-12 11:31:49 +0100" endDate="2018-06-12 11:41:48 +0100" value="0.43513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 11:58:32 +0100" startDate="2018-06-12 11:41:48 +0100" endDate="2018-06-12 11:49:15 +0100" value="0.52739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 11:49:15 +0100" endDate="2018-06-12 11:58:38 +0100" value="0.11308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 11:58:38 +0100" endDate="2018-06-12 12:00:53 +0100" value="0.00756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 12:06:24 +0100" endDate="2018-06-12 12:12:31 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 12:22:24 +0100" endDate="2018-06-12 12:29:02 +0100" value="0.03437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 12:29:02 +0100" endDate="2018-06-12 12:34:08 +0100" value="0.01661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 12:36:41 +0100" endDate="2018-06-12 12:45:27 +0100" value="0.02172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 12:57:45 +0100" startDate="2018-06-12 12:45:27 +0100" endDate="2018-06-12 12:53:12 +0100" value="0.04677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 13:58:21 +0100" startDate="2018-06-12 12:53:12 +0100" endDate="2018-06-12 13:03:12 +0100" value="0.14089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 13:58:21 +0100" startDate="2018-06-12 13:03:12 +0100" endDate="2018-06-12 13:10:22 +0100" value="0.18683"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 13:58:21 +0100" startDate="2018-06-12 13:11:52 +0100" endDate="2018-06-12 13:21:51 +0100" value="0.20782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 13:58:21 +0100" startDate="2018-06-12 13:21:51 +0100" endDate="2018-06-12 13:26:08 +0100" value="0.330207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 16:01:17 +0100" startDate="2018-06-12 14:52:54 +0100" endDate="2018-06-12 15:02:52 +0100" value="0.24949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 16:01:17 +0100" startDate="2018-06-12 15:02:52 +0100" endDate="2018-06-12 15:10:44 +0100" value="0.28223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 16:01:17 +0100" startDate="2018-06-12 15:10:44 +0100" endDate="2018-06-12 15:14:57 +0100" value="0.00895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 16:01:17 +0100" startDate="2018-06-12 15:14:57 +0100" endDate="2018-06-12 15:24:55 +0100" value="0.37556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 16:01:17 +0100" startDate="2018-06-12 15:24:55 +0100" endDate="2018-06-12 15:28:24 +0100" value="0.22889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 16:01:17 +0100" startDate="2018-06-12 15:44:05 +0100" endDate="2018-06-12 15:54:04 +0100" value="0.39766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 16:59:19 +0100" startDate="2018-06-12 15:54:04 +0100" endDate="2018-06-12 16:02:53 +0100" value="0.19222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 16:59:19 +0100" startDate="2018-06-12 16:02:53 +0100" endDate="2018-06-12 16:12:53 +0100" value="0.49447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 16:59:19 +0100" startDate="2018-06-12 16:12:53 +0100" endDate="2018-06-12 16:14:30 +0100" value="0.07694"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 17:58:58 +0100" startDate="2018-06-12 17:04:42 +0100" endDate="2018-06-12 17:12:54 +0100" value="0.08145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 17:58:58 +0100" startDate="2018-06-12 17:12:54 +0100" endDate="2018-06-12 17:20:58 +0100" value="0.0133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 17:58:58 +0100" startDate="2018-06-12 17:20:58 +0100" endDate="2018-06-12 17:30:41 +0100" value="0.06746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 17:58:58 +0100" startDate="2018-06-12 17:39:32 +0100" endDate="2018-06-12 17:49:31 +0100" value="0.07222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 19:00:02 +0100" startDate="2018-06-12 17:49:31 +0100" endDate="2018-06-12 17:59:30 +0100" value="0.08677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 19:00:02 +0100" startDate="2018-06-12 17:59:30 +0100" endDate="2018-06-12 18:04:22 +0100" value="0.05419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 19:00:02 +0100" startDate="2018-06-12 18:32:08 +0100" endDate="2018-06-12 18:38:15 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 19:57:44 +0100" startDate="2018-06-12 19:17:36 +0100" endDate="2018-06-12 19:26:04 +0100" value="0.07514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 19:57:44 +0100" startDate="2018-06-12 19:26:04 +0100" endDate="2018-06-12 19:31:06 +0100" value="0.05603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 20:59:47 +0100" startDate="2018-06-12 19:52:29 +0100" endDate="2018-06-12 20:02:28 +0100" value="0.18508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 20:59:47 +0100" startDate="2018-06-12 20:02:28 +0100" endDate="2018-06-12 20:11:18 +0100" value="0.36565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 20:59:47 +0100" startDate="2018-06-12 20:23:38 +0100" endDate="2018-06-12 20:33:38 +0100" value="0.38827"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 20:59:47 +0100" startDate="2018-06-12 20:33:38 +0100" endDate="2018-06-12 20:38:31 +0100" value="0.10148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 20:59:47 +0100" startDate="2018-06-12 20:40:00 +0100" endDate="2018-06-12 20:49:58 +0100" value="0.01182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 22:04:48 +0100" startDate="2018-06-12 20:58:43 +0100" endDate="2018-06-12 21:05:14 +0100" value="0.00546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.3.1" device="&lt;&lt;HKDevice: 0x303ca79d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.3.1, creation date:2018-05-07 00:03:29 +0000&gt;" unit="km" creationDate="2018-06-12 22:04:48 +0100" startDate="2018-06-12 21:08:01 +0100" endDate="2018-06-12 21:15:55 +0100" value="0.02623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 07:54:37 +0100" startDate="2018-06-13 06:53:13 +0100" endDate="2018-06-13 07:03:11 +0100" value="0.11377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 07:54:37 +0100" startDate="2018-06-13 07:03:11 +0100" endDate="2018-06-13 07:13:10 +0100" value="0.75882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 07:54:37 +0100" startDate="2018-06-13 07:13:10 +0100" endDate="2018-06-13 07:20:21 +0100" value="0.12345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 07:54:37 +0100" startDate="2018-06-13 07:23:57 +0100" endDate="2018-06-13 07:30:32 +0100" value="0.03341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 07:54:37 +0100" startDate="2018-06-13 07:36:11 +0100" endDate="2018-06-13 07:46:06 +0100" value="0.10478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 08:50:11 +0100" startDate="2018-06-13 07:46:06 +0100" endDate="2018-06-13 07:54:38 +0100" value="0.10258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 08:50:11 +0100" startDate="2018-06-13 07:57:47 +0100" endDate="2018-06-13 08:07:40 +0100" value="0.02583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 08:50:11 +0100" startDate="2018-06-13 08:07:40 +0100" endDate="2018-06-13 08:14:29 +0100" value="0.02706"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 08:50:11 +0100" startDate="2018-06-13 08:14:29 +0100" endDate="2018-06-13 08:24:23 +0100" value="0.02363"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 08:50:11 +0100" startDate="2018-06-13 08:24:23 +0100" endDate="2018-06-13 08:32:11 +0100" value="0.05653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 08:50:11 +0100" startDate="2018-06-13 08:32:11 +0100" endDate="2018-06-13 08:41:38 +0100" value="0.02237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 09:51:29 +0100" startDate="2018-06-13 08:41:38 +0100" endDate="2018-06-13 08:51:37 +0100" value="0.00638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 09:51:29 +0100" startDate="2018-06-13 08:58:41 +0100" endDate="2018-06-13 09:08:40 +0100" value="0.14352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 09:51:29 +0100" startDate="2018-06-13 09:08:40 +0100" endDate="2018-06-13 09:11:41 +0100" value="0.15935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca73e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 09:51:29 +0100" startDate="2018-06-13 09:23:17 +0100" endDate="2018-06-13 09:32:54 +0100" value="0.32222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 09:51:29 +0100" startDate="2018-06-13 09:37:17 +0100" endDate="2018-06-13 09:45:42 +0100" value="0.01886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 10:50:16 +0100" startDate="2018-06-13 09:52:35 +0100" endDate="2018-06-13 10:02:34 +0100" value="0.03651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 10:50:16 +0100" startDate="2018-06-13 10:02:34 +0100" endDate="2018-06-13 10:08:24 +0100" value="0.16664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 10:50:16 +0100" startDate="2018-06-13 10:20:27 +0100" endDate="2018-06-13 10:26:38 +0100" value="0.00075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 10:50:16 +0100" startDate="2018-06-13 10:26:38 +0100" endDate="2018-06-13 10:36:36 +0100" value="0.0996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 10:50:16 +0100" startDate="2018-06-13 10:36:36 +0100" endDate="2018-06-13 10:46:35 +0100" value="0.61129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 11:51:16 +0100" startDate="2018-06-13 10:46:35 +0100" endDate="2018-06-13 10:50:19 +0100" value="0.07243"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 11:51:16 +0100" startDate="2018-06-13 10:58:59 +0100" endDate="2018-06-13 11:08:58 +0100" value="0.19238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 11:51:16 +0100" startDate="2018-06-13 11:08:58 +0100" endDate="2018-06-13 11:18:57 +0100" value="0.47882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 11:51:16 +0100" startDate="2018-06-13 11:18:57 +0100" endDate="2018-06-13 11:28:42 +0100" value="0.26614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 11:51:16 +0100" startDate="2018-06-13 11:28:42 +0100" endDate="2018-06-13 11:38:33 +0100" value="0.10496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 11:51:16 +0100" startDate="2018-06-13 11:38:33 +0100" endDate="2018-06-13 11:48:33 +0100" value="0.05097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 12:51:26 +0100" startDate="2018-06-13 11:48:33 +0100" endDate="2018-06-13 11:56:13 +0100" value="0.03255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 12:51:26 +0100" startDate="2018-06-13 12:13:53 +0100" endDate="2018-06-13 12:21:42 +0100" value="0.04408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 12:51:26 +0100" startDate="2018-06-13 12:21:42 +0100" endDate="2018-06-13 12:27:42 +0100" value="0.04143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 12:51:26 +0100" startDate="2018-06-13 12:29:04 +0100" endDate="2018-06-13 12:38:35 +0100" value="0.01619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 12:51:26 +0100" startDate="2018-06-13 12:38:35 +0100" endDate="2018-06-13 12:48:35 +0100" value="0.07707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 12:48:35 +0100" endDate="2018-06-13 12:52:37 +0100" value="0.05344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 12:53:43 +0100" endDate="2018-06-13 13:02:33 +0100" value="0.11569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 13:02:33 +0100" endDate="2018-06-13 13:12:33 +0100" value="0.38528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 13:12:33 +0100" endDate="2018-06-13 13:22:32 +0100" value="0.76001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 13:22:32 +0100" endDate="2018-06-13 13:31:09 +0100" value="0.23705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 13:31:09 +0100" endDate="2018-06-13 13:40:52 +0100" value="0.09196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 13:55:17 +0100" startDate="2018-06-13 13:40:52 +0100" endDate="2018-06-13 13:44:59 +0100" value="0.05236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 14:53:17 +0100" startDate="2018-06-13 13:52:19 +0100" endDate="2018-06-13 14:02:18 +0100" value="0.35025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 14:53:17 +0100" startDate="2018-06-13 14:02:18 +0100" endDate="2018-06-13 14:06:49 +0100" value="0.26607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 14:53:17 +0100" startDate="2018-06-13 14:11:14 +0100" endDate="2018-06-13 14:18:20 +0100" value="0.02007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 14:53:17 +0100" startDate="2018-06-13 14:18:43 +0100" endDate="2018-06-13 14:25:44 +0100" value="0.01672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 14:53:17 +0100" startDate="2018-06-13 14:35:39 +0100" endDate="2018-06-13 14:43:44 +0100" value="0.02177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 15:54:07 +0100" startDate="2018-06-13 15:21:04 +0100" endDate="2018-06-13 15:28:58 +0100" value="0.02995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 15:54:07 +0100" startDate="2018-06-13 15:28:58 +0100" endDate="2018-06-13 15:31:19 +0100" value="0.00411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 16:50:33 +0100" startDate="2018-06-13 16:25:37 +0100" endDate="2018-06-13 16:32:30 +0100" value="0.02044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 16:50:33 +0100" startDate="2018-06-13 16:33:51 +0100" endDate="2018-06-13 16:41:46 +0100" value="0.0905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 18:02:31 +0100" startDate="2018-06-13 16:41:46 +0100" endDate="2018-06-13 16:50:52 +0100" value="0.05299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 18:02:31 +0100" startDate="2018-06-13 16:50:52 +0100" endDate="2018-06-13 16:59:24 +0100" value="0.06968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 18:02:31 +0100" startDate="2018-06-13 16:59:24 +0100" endDate="2018-06-13 17:04:17 +0100" value="0.01918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 18:02:31 +0100" startDate="2018-06-13 17:41:42 +0100" endDate="2018-06-13 17:48:10 +0100" value="0.01274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 18:52:12 +0100" startDate="2018-06-13 18:02:27 +0100" endDate="2018-06-13 18:08:27 +0100" value="0.0069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 18:52:12 +0100" startDate="2018-06-13 18:08:27 +0100" endDate="2018-06-13 18:18:27 +0100" value="0.42647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 18:52:12 +0100" startDate="2018-06-13 18:18:27 +0100" endDate="2018-06-13 18:27:51 +0100" value="0.24135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 18:52:12 +0100" startDate="2018-06-13 18:27:51 +0100" endDate="2018-06-13 18:36:31 +0100" value="0.54125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 18:52:12 +0100" startDate="2018-06-13 18:38:48 +0100" endDate="2018-06-13 18:48:48 +0100" value="0.04144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 19:50:52 +0100" startDate="2018-06-13 18:48:48 +0100" endDate="2018-06-13 18:58:46 +0100" value="0.07508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 19:50:52 +0100" startDate="2018-06-13 18:58:46 +0100" endDate="2018-06-13 19:08:44 +0100" value="0.02526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 19:50:52 +0100" startDate="2018-06-13 19:08:44 +0100" endDate="2018-06-13 19:08:47 +0100" value="0.00074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 20:58:17 +0100" startDate="2018-06-13 20:34:48 +0100" endDate="2018-06-13 20:43:08 +0100" value="0.00044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 22:33:16 +0100" startDate="2018-06-13 21:19:41 +0100" endDate="2018-06-13 21:28:34 +0100" value="0.01704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 22:33:16 +0100" startDate="2018-06-13 21:28:34 +0100" endDate="2018-06-13 21:36:23 +0100" value="0.56285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 22:33:16 +0100" startDate="2018-06-13 21:36:23 +0100" endDate="2018-06-13 21:39:24 +0100" value="0.01173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-13 22:33:16 +0100" startDate="2018-06-13 22:22:59 +0100" endDate="2018-06-13 22:29:27 +0100" value="0.0192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 05:27:36 +0100" startDate="2018-06-14 05:07:16 +0100" endDate="2018-06-14 05:17:16 +0100" value="0.01348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 05:27:36 +0100" startDate="2018-06-14 05:17:16 +0100" endDate="2018-06-14 05:17:59 +0100" value="0.01668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 05:59:05 +0100" startDate="2018-06-14 05:30:21 +0100" endDate="2018-06-14 05:39:40 +0100" value="0.02816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 05:59:05 +0100" startDate="2018-06-14 05:39:40 +0100" endDate="2018-06-14 05:42:41 +0100" value="0.01382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 05:59:05 +0100" startDate="2018-06-14 05:47:22 +0100" endDate="2018-06-14 05:53:55 +0100" value="0.03706"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 06:51:09 +0100" startDate="2018-06-14 05:53:55 +0100" endDate="2018-06-14 05:53:58 +0100" value="0.0005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 06:51:09 +0100" startDate="2018-06-14 06:20:19 +0100" endDate="2018-06-14 06:27:35 +0100" value="0.02302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 06:51:09 +0100" startDate="2018-06-14 06:30:10 +0100" endDate="2018-06-14 06:40:09 +0100" value="0.12765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 06:51:09 +0100" startDate="2018-06-14 06:40:09 +0100" endDate="2018-06-14 06:48:16 +0100" value="0.63781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 07:54:39 +0100" startDate="2018-06-14 06:48:16 +0100" endDate="2018-06-14 06:56:58 +0100" value="0.18308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 07:54:39 +0100" startDate="2018-06-14 07:16:37 +0100" endDate="2018-06-14 07:23:56 +0100" value="0.03356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 07:54:39 +0100" startDate="2018-06-14 07:23:56 +0100" endDate="2018-06-14 07:33:53 +0100" value="0.22623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 07:54:39 +0100" startDate="2018-06-14 07:33:53 +0100" endDate="2018-06-14 07:40:44 +0100" value="0.55916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 07:54:39 +0100" startDate="2018-06-14 07:40:44 +0100" endDate="2018-06-14 07:50:17 +0100" value="0.12681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 08:55:35 +0100" startDate="2018-06-14 07:50:17 +0100" endDate="2018-06-14 07:59:11 +0100" value="0.09924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 08:55:35 +0100" startDate="2018-06-14 08:36:06 +0100" endDate="2018-06-14 08:46:04 +0100" value="0.06608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 09:52:44 +0100" startDate="2018-06-14 08:46:04 +0100" endDate="2018-06-14 08:53:13 +0100" value="0.02999"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 09:52:44 +0100" startDate="2018-06-14 09:06:01 +0100" endDate="2018-06-14 09:12:09 +0100" value="0.00954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 09:52:44 +0100" startDate="2018-06-14 09:25:59 +0100" endDate="2018-06-14 09:35:07 +0100" value="0.04524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 09:52:44 +0100" startDate="2018-06-14 09:35:07 +0100" endDate="2018-06-14 09:40:56 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 10:52:39 +0100" startDate="2018-06-14 09:59:32 +0100" endDate="2018-06-14 10:09:31 +0100" value="0.16344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 10:52:39 +0100" startDate="2018-06-14 10:09:31 +0100" endDate="2018-06-14 10:13:00 +0100" value="0.02055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 10:52:39 +0100" startDate="2018-06-14 10:20:36 +0100" endDate="2018-06-14 10:28:03 +0100" value="0.03606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 10:52:39 +0100" startDate="2018-06-14 10:37:57 +0100" endDate="2018-06-14 10:44:02 +0100" value="0.00622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 11:51:50 +0100" startDate="2018-06-14 10:44:02 +0100" endDate="2018-06-14 10:54:00 +0100" value="0.21598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 11:51:50 +0100" startDate="2018-06-14 10:54:00 +0100" endDate="2018-06-14 10:57:23 +0100" value="0.09096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 11:51:50 +0100" startDate="2018-06-14 10:58:13 +0100" endDate="2018-06-14 11:08:12 +0100" value="0.15262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 11:51:50 +0100" startDate="2018-06-14 11:08:12 +0100" endDate="2018-06-14 11:18:10 +0100" value="0.63457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 11:51:50 +0100" startDate="2018-06-14 11:18:10 +0100" endDate="2018-06-14 11:28:06 +0100" value="0.08608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 11:51:50 +0100" startDate="2018-06-14 11:28:06 +0100" endDate="2018-06-14 11:37:21 +0100" value="0.09852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 11:45:02 +0100" endDate="2018-06-14 11:51:35 +0100" value="0.02277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 11:51:35 +0100" endDate="2018-06-14 11:58:12 +0100" value="0.02971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 11:58:12 +0100" endDate="2018-06-14 12:07:59 +0100" value="0.44118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 12:07:59 +0100" endDate="2018-06-14 12:17:45 +0100" value="0.71361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 12:17:45 +0100" endDate="2018-06-14 12:21:14 +0100" value="0.11905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 12:30:00 +0100" endDate="2018-06-14 12:39:59 +0100" value="0.11052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 12:39:59 +0100" endDate="2018-06-14 12:49:57 +0100" value="0.42678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 12:49:57 +0100" endDate="2018-06-14 12:59:55 +0100" value="0.56544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 13:26:30 +0100" startDate="2018-06-14 12:59:55 +0100" endDate="2018-06-14 13:00:46 +0100" value="0.00895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 13:51:03 +0100" startDate="2018-06-14 13:20:44 +0100" endDate="2018-06-14 13:30:43 +0100" value="0.24587"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 13:51:03 +0100" startDate="2018-06-14 13:30:43 +0100" endDate="2018-06-14 13:39:38 +0100" value="0.59565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 13:51:03 +0100" startDate="2018-06-14 13:39:38 +0100" endDate="2018-06-14 13:49:36 +0100" value="0.59549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 14:14:28 +0100" startDate="2018-06-14 13:49:36 +0100" endDate="2018-06-14 13:59:00 +0100" value="0.10162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 14:14:28 +0100" startDate="2018-06-14 13:59:00 +0100" endDate="2018-06-14 14:08:59 +0100" value="0.13941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 14:19:20 +0100" startDate="2018-06-14 14:08:59 +0100" endDate="2018-06-14 14:18:57 +0100" value="0.75075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 14:54:55 +0100" startDate="2018-06-14 14:18:57 +0100" endDate="2018-06-14 14:23:58 +0100" value="0.12732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 14:54:55 +0100" startDate="2018-06-14 14:31:27 +0100" endDate="2018-06-14 14:41:01 +0100" value="0.14215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 14:54:55 +0100" startDate="2018-06-14 14:41:01 +0100" endDate="2018-06-14 14:49:04 +0100" value="0.0147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 15:53:41 +0100" startDate="2018-06-14 14:49:04 +0100" endDate="2018-06-14 14:58:57 +0100" value="0.0563"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 15:53:41 +0100" startDate="2018-06-14 14:58:57 +0100" endDate="2018-06-14 15:08:55 +0100" value="0.53772"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 15:53:41 +0100" startDate="2018-06-14 15:08:55 +0100" endDate="2018-06-14 15:17:19 +0100" value="0.4503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 15:53:41 +0100" startDate="2018-06-14 15:19:44 +0100" endDate="2018-06-14 15:26:12 +0100" value="0.01942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 15:53:41 +0100" startDate="2018-06-14 15:28:46 +0100" endDate="2018-06-14 15:38:12 +0100" value="0.00449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 15:53:41 +0100" startDate="2018-06-14 15:38:12 +0100" endDate="2018-06-14 15:48:10 +0100" value="0.04894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 16:52:56 +0100" startDate="2018-06-14 15:48:10 +0100" endDate="2018-06-14 15:57:54 +0100" value="0.51894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 16:52:56 +0100" startDate="2018-06-14 15:57:54 +0100" endDate="2018-06-14 16:00:07 +0100" value="0.04662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 16:52:56 +0100" startDate="2018-06-14 16:22:42 +0100" endDate="2018-06-14 16:29:38 +0100" value="0.02306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 16:52:56 +0100" startDate="2018-06-14 16:34:59 +0100" endDate="2018-06-14 16:42:36 +0100" value="0.02172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 17:52:22 +0100" startDate="2018-06-14 16:42:36 +0100" endDate="2018-06-14 16:50:01 +0100" value="0.0177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 17:52:22 +0100" startDate="2018-06-14 16:50:01 +0100" endDate="2018-06-14 16:58:54 +0100" value="0.08014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 17:52:22 +0100" startDate="2018-06-14 17:04:50 +0100" endDate="2018-06-14 17:10:50 +0100" value="0.01833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 18:50:17 +0100" startDate="2018-06-14 18:06:48 +0100" endDate="2018-06-14 18:14:26 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 18:50:17 +0100" startDate="2018-06-14 18:23:24 +0100" endDate="2018-06-14 18:30:00 +0100" value="0.03098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 18:49:48 +0100" endDate="2018-06-14 18:59:47 +0100" value="0.02497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 18:59:47 +0100" endDate="2018-06-14 19:08:25 +0100" value="0.02575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 19:08:25 +0100" endDate="2018-06-14 19:13:18 +0100" value="0.15766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 19:18:49 +0100" endDate="2018-06-14 19:25:14 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 20:35:01 +0100" endDate="2018-06-14 20:41:39 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 20:42:19 +0100" endDate="2018-06-14 20:48:42 +0100" value="0.02206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 21:05:24 +0100" endDate="2018-06-14 21:13:14 +0100" value="0.09513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 21:13:14 +0100" endDate="2018-06-14 21:18:25 +0100" value="0.01431"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 21:31:00 +0100" startDate="2018-06-14 21:18:25 +0100" endDate="2018-06-14 21:27:55 +0100" value="0.01535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 21:46:30 +0100" startDate="2018-06-14 21:27:55 +0100" endDate="2018-06-14 21:34:37 +0100" value="0.00732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 22:12:34 +0100" startDate="2018-06-14 21:47:16 +0100" endDate="2018-06-14 21:57:01 +0100" value="0.20844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 22:12:34 +0100" startDate="2018-06-14 21:57:01 +0100" endDate="2018-06-14 22:02:06 +0100" value="0.03563"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-14 23:12:06 +0100" startDate="2018-06-14 22:02:06 +0100" endDate="2018-06-14 22:10:54 +0100" value="0.00213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 05:51:21 +0100" startDate="2018-06-15 05:24:36 +0100" endDate="2018-06-15 05:31:09 +0100" value="0.00688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 05:51:21 +0100" startDate="2018-06-15 05:40:22 +0100" endDate="2018-06-15 05:46:52 +0100" value="0.02541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 06:51:14 +0100" startDate="2018-06-15 05:46:52 +0100" endDate="2018-06-15 05:52:55 +0100" value="0.03115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 06:51:14 +0100" startDate="2018-06-15 06:10:00 +0100" endDate="2018-06-15 06:18:43 +0100" value="0.03895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 06:51:14 +0100" startDate="2018-06-15 06:18:43 +0100" endDate="2018-06-15 06:28:40 +0100" value="0.59531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 06:51:14 +0100" startDate="2018-06-15 06:28:40 +0100" endDate="2018-06-15 06:30:55 +0100" value="0.14909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 07:50:00 +0100" startDate="2018-06-15 06:43:19 +0100" endDate="2018-06-15 06:49:22 +0100" value="0.01188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 07:50:00 +0100" startDate="2018-06-15 06:54:54 +0100" endDate="2018-06-15 07:02:06 +0100" value="0.04183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 07:50:00 +0100" startDate="2018-06-15 07:13:50 +0100" endDate="2018-06-15 07:22:22 +0100" value="0.04925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 07:50:00 +0100" startDate="2018-06-15 07:22:22 +0100" endDate="2018-06-15 07:29:47 +0100" value="0.02651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 07:50:00 +0100" startDate="2018-06-15 07:30:37 +0100" endDate="2018-06-15 07:40:36 +0100" value="0.16223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 07:40:36 +0100" endDate="2018-06-15 07:50:34 +0100" value="0.50713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 07:50:34 +0100" endDate="2018-06-15 08:00:32 +0100" value="0.28692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 08:00:32 +0100" endDate="2018-06-15 08:10:31 +0100" value="0.29207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 08:10:31 +0100" endDate="2018-06-15 08:20:31 +0100" value="0.22418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 08:20:31 +0100" endDate="2018-06-15 08:30:29 +0100" value="0.2468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 08:30:29 +0100" endDate="2018-06-15 08:40:29 +0100" value="0.24426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 08:53:27 +0100" startDate="2018-06-15 08:40:29 +0100" endDate="2018-06-15 08:50:28 +0100" value="0.15133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 09:50:52 +0100" startDate="2018-06-15 08:50:28 +0100" endDate="2018-06-15 08:58:35 +0100" value="0.22202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 09:50:52 +0100" startDate="2018-06-15 09:05:53 +0100" endDate="2018-06-15 09:15:27 +0100" value="0.02192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 09:50:52 +0100" startDate="2018-06-15 09:15:27 +0100" endDate="2018-06-15 09:23:26 +0100" value="0.20623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 09:50:52 +0100" startDate="2018-06-15 09:26:18 +0100" endDate="2018-06-15 09:33:19 +0100" value="0.07502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 09:50:52 +0100" startDate="2018-06-15 09:33:19 +0100" endDate="2018-06-15 09:43:08 +0100" value="0.16836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 09:43:08 +0100" endDate="2018-06-15 09:49:14 +0100" value="0.03516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 09:50:04 +0100" endDate="2018-06-15 09:58:24 +0100" value="0.06829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 09:58:24 +0100" endDate="2018-06-15 10:08:17 +0100" value="0.13345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 10:08:17 +0100" endDate="2018-06-15 10:17:47 +0100" value="0.20286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 10:17:47 +0100" endDate="2018-06-15 10:27:12 +0100" value="0.27311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 10:27:12 +0100" endDate="2018-06-15 10:37:10 +0100" value="0.5125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 10:55:36 +0100" startDate="2018-06-15 10:37:10 +0100" endDate="2018-06-15 10:46:25 +0100" value="0.43311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 11:52:19 +0100" startDate="2018-06-15 10:58:39 +0100" endDate="2018-06-15 11:08:38 +0100" value="0.24615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 11:52:19 +0100" startDate="2018-06-15 11:08:38 +0100" endDate="2018-06-15 11:18:02 +0100" value="0.6521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 11:52:19 +0100" startDate="2018-06-15 11:18:02 +0100" endDate="2018-06-15 11:27:46 +0100" value="0.21169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 11:52:19 +0100" startDate="2018-06-15 11:36:18 +0100" endDate="2018-06-15 11:46:12 +0100" value="0.01738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 12:50:53 +0100" startDate="2018-06-15 11:51:59 +0100" endDate="2018-06-15 12:01:43 +0100" value="0.25962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 12:50:53 +0100" startDate="2018-06-15 12:01:43 +0100" endDate="2018-06-15 12:09:01 +0100" value="0.23477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 12:50:53 +0100" startDate="2018-06-15 12:09:01 +0100" endDate="2018-06-15 12:17:49 +0100" value="0.27082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 12:50:53 +0100" startDate="2018-06-15 12:25:18 +0100" endDate="2018-06-15 12:31:48 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 12:50:53 +0100" startDate="2018-06-15 12:31:54 +0100" endDate="2018-06-15 12:41:16 +0100" value="0.20696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 12:41:16 +0100" endDate="2018-06-15 12:51:06 +0100" value="0.04758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 12:51:06 +0100" endDate="2018-06-15 13:01:04 +0100" value="0.14426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 13:01:04 +0100" endDate="2018-06-15 13:10:47 +0100" value="0.29029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 13:10:47 +0100" endDate="2018-06-15 13:20:38 +0100" value="0.11162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 13:20:38 +0100" endDate="2018-06-15 13:30:14 +0100" value="0.16115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 13:30:14 +0100" endDate="2018-06-15 13:40:13 +0100" value="0.36768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 13:51:39 +0100" startDate="2018-06-15 13:40:13 +0100" endDate="2018-06-15 13:50:08 +0100" value="0.27018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 14:51:30 +0100" startDate="2018-06-15 13:50:08 +0100" endDate="2018-06-15 14:00:06 +0100" value="0.08103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 14:51:30 +0100" startDate="2018-06-15 14:00:06 +0100" endDate="2018-06-15 14:10:05 +0100" value="0.11674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 14:51:30 +0100" startDate="2018-06-15 14:10:05 +0100" endDate="2018-06-15 14:18:44 +0100" value="0.15458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 14:51:30 +0100" startDate="2018-06-15 14:18:44 +0100" endDate="2018-06-15 14:22:35 +0100" value="0.0342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 16:14:28 +0100" startDate="2018-06-15 15:54:57 +0100" endDate="2018-06-15 16:01:18 +0100" value="0.00759"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 17:38:11 +0100" startDate="2018-06-15 16:30:45 +0100" endDate="2018-06-15 16:40:44 +0100" value="0.15897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 17:38:11 +0100" startDate="2018-06-15 16:40:44 +0100" endDate="2018-06-15 16:48:52 +0100" value="0.48288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 17:38:11 +0100" startDate="2018-06-15 16:48:52 +0100" endDate="2018-06-15 16:52:51 +0100" value="0.01722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 18:33:33 +0100" startDate="2018-06-15 17:53:09 +0100" endDate="2018-06-15 17:59:45 +0100" value="0.02012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 20:35:26 +0100" startDate="2018-06-15 19:47:55 +0100" endDate="2018-06-15 19:57:55 +0100" value="0.01359"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 20:35:26 +0100" startDate="2018-06-15 19:57:55 +0100" endDate="2018-06-15 19:58:18 +0100" value="0.01384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 21:33:54 +0100" startDate="2018-06-15 20:44:13 +0100" endDate="2018-06-15 20:52:37 +0100" value="0.03472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-15 23:11:39 +0100" startDate="2018-06-15 22:23:12 +0100" endDate="2018-06-15 22:32:39 +0100" value="0.03172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 07:36:12 +0100" startDate="2018-06-16 06:54:26 +0100" endDate="2018-06-16 07:04:26 +0100" value="0.04262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 07:36:12 +0100" startDate="2018-06-16 07:04:26 +0100" endDate="2018-06-16 07:04:41 +0100" value="0.0005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 08:36:36 +0100" startDate="2018-06-16 07:48:36 +0100" endDate="2018-06-16 07:57:37 +0100" value="0.04886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 08:36:36 +0100" startDate="2018-06-16 07:57:37 +0100" endDate="2018-06-16 08:02:45 +0100" value="0.01211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 08:36:36 +0100" startDate="2018-06-16 08:04:34 +0100" endDate="2018-06-16 08:13:11 +0100" value="0.04984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 08:36:36 +0100" startDate="2018-06-16 08:13:11 +0100" endDate="2018-06-16 08:20:26 +0100" value="0.2694"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 09:35:59 +0100" startDate="2018-06-16 08:48:21 +0100" endDate="2018-06-16 08:58:21 +0100" value="0.02898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 09:35:59 +0100" startDate="2018-06-16 08:58:21 +0100" endDate="2018-06-16 09:05:03 +0100" value="0.07222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 09:35:59 +0100" startDate="2018-06-16 09:05:03 +0100" endDate="2018-06-16 09:12:46 +0100" value="0.03326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 09:35:59 +0100" startDate="2018-06-16 09:20:01 +0100" endDate="2018-06-16 09:26:27 +0100" value="0.0177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 10:33:04 +0100" startDate="2018-06-16 09:26:27 +0100" endDate="2018-06-16 09:31:45 +0100" value="0.0004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 10:33:04 +0100" startDate="2018-06-16 09:37:06 +0100" endDate="2018-06-16 09:46:40 +0100" value="0.0482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 10:33:04 +0100" startDate="2018-06-16 09:46:40 +0100" endDate="2018-06-16 09:53:17 +0100" value="0.06642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 10:33:04 +0100" startDate="2018-06-16 09:55:02 +0100" endDate="2018-06-16 10:03:45 +0100" value="0.02389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd8aa0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 10:33:04 +0100" startDate="2018-06-16 10:03:45 +0100" endDate="2018-06-16 10:13:15 +0100" value="0.0863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 10:33:04 +0100" startDate="2018-06-16 10:13:15 +0100" endDate="2018-06-16 10:23:14 +0100" value="0.10589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 11:35:24 +0100" startDate="2018-06-16 10:23:14 +0100" endDate="2018-06-16 10:30:08 +0100" value="0.14991"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 11:35:24 +0100" startDate="2018-06-16 10:51:06 +0100" endDate="2018-06-16 10:58:25 +0100" value="0.01296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 11:35:24 +0100" startDate="2018-06-16 11:05:40 +0100" endDate="2018-06-16 11:15:28 +0100" value="0.11347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 11:35:24 +0100" startDate="2018-06-16 11:15:28 +0100" endDate="2018-06-16 11:25:09 +0100" value="0.09072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 11:35:24 +0100" startDate="2018-06-16 11:25:09 +0100" endDate="2018-06-16 11:33:23 +0100" value="0.26557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 12:36:39 +0100" startDate="2018-06-16 11:33:23 +0100" endDate="2018-06-16 11:43:21 +0100" value="0.02546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 12:36:39 +0100" startDate="2018-06-16 11:43:21 +0100" endDate="2018-06-16 11:47:51 +0100" value="0.03627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 12:36:39 +0100" startDate="2018-06-16 11:49:24 +0100" endDate="2018-06-16 11:56:38 +0100" value="0.0238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 12:36:39 +0100" startDate="2018-06-16 11:56:38 +0100" endDate="2018-06-16 12:04:59 +0100" value="0.07563"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 12:36:39 +0100" startDate="2018-06-16 12:04:59 +0100" endDate="2018-06-16 12:07:36 +0100" value="0.0188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 12:36:39 +0100" startDate="2018-06-16 12:11:36 +0100" endDate="2018-06-16 12:20:59 +0100" value="0.04294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 13:36:26 +0100" startDate="2018-06-16 12:53:24 +0100" endDate="2018-06-16 13:03:05 +0100" value="0.16635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 13:36:26 +0100" startDate="2018-06-16 13:03:05 +0100" endDate="2018-06-16 13:13:00 +0100" value="0.07436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 13:36:26 +0100" startDate="2018-06-16 13:13:00 +0100" endDate="2018-06-16 13:22:30 +0100" value="0.03327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 13:36:26 +0100" startDate="2018-06-16 13:22:30 +0100" endDate="2018-06-16 13:29:48 +0100" value="0.05273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 14:33:29 +0100" startDate="2018-06-16 14:00:59 +0100" endDate="2018-06-16 14:09:12 +0100" value="0.04126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 14:33:29 +0100" startDate="2018-06-16 14:09:12 +0100" endDate="2018-06-16 14:16:59 +0100" value="0.0895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 15:34:15 +0100" startDate="2018-06-16 14:39:44 +0100" endDate="2018-06-16 14:45:49 +0100" value="0.01314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 17:01:58 +0100" startDate="2018-06-16 15:33:40 +0100" endDate="2018-06-16 15:40:08 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 17:01:58 +0100" startDate="2018-06-16 16:02:18 +0100" endDate="2018-06-16 16:08:56 +0100" value="0.00164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 17:01:58 +0100" startDate="2018-06-16 16:14:41 +0100" endDate="2018-06-16 16:21:15 +0100" value="0.02199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 17:01:58 +0100" startDate="2018-06-16 16:24:04 +0100" endDate="2018-06-16 16:31:10 +0100" value="0.008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 17:01:58 +0100" startDate="2018-06-16 16:31:10 +0100" endDate="2018-06-16 16:40:46 +0100" value="0.08435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 17:01:58 +0100" startDate="2018-06-16 16:40:46 +0100" endDate="2018-06-16 16:43:52 +0100" value="0.00456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 17:34:10 +0100" startDate="2018-06-16 17:14:48 +0100" endDate="2018-06-16 17:21:05 +0100" value="0.0124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 18:37:00 +0100" startDate="2018-06-16 18:09:51 +0100" endDate="2018-06-16 18:15:59 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 19:33:11 +0100" startDate="2018-06-16 18:36:58 +0100" endDate="2018-06-16 18:43:19 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 20:33:05 +0100" startDate="2018-06-16 19:53:26 +0100" endDate="2018-06-16 19:59:46 +0100" value="0.00574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-16 20:33:05 +0100" startDate="2018-06-16 20:08:42 +0100" endDate="2018-06-16 20:14:47 +0100" value="0.00423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 07:20:14 +0100" startDate="2018-06-16 21:32:42 +0100" endDate="2018-06-16 21:42:10 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 07:20:14 +0100" startDate="2018-06-16 21:47:33 +0100" endDate="2018-06-16 21:56:59 +0100" value="0.07516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 07:20:14 +0100" startDate="2018-06-16 22:01:16 +0100" endDate="2018-06-16 22:07:52 +0100" value="0.00086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 07:20:14 +0100" startDate="2018-06-17 06:59:39 +0100" endDate="2018-06-17 07:05:54 +0100" value="0.01102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 08:36:48 +0100" startDate="2018-06-17 08:17:26 +0100" endDate="2018-06-17 08:24:02 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 09:34:51 +0100" startDate="2018-06-17 09:09:07 +0100" endDate="2018-06-17 09:19:06 +0100" value="0.16142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 09:34:51 +0100" startDate="2018-06-17 09:19:06 +0100" endDate="2018-06-17 09:25:02 +0100" value="0.08579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 10:33:36 +0100" startDate="2018-06-17 09:38:47 +0100" endDate="2018-06-17 09:45:10 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 10:33:36 +0100" startDate="2018-06-17 09:47:05 +0100" endDate="2018-06-17 09:56:51 +0100" value="0.11115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 10:33:36 +0100" startDate="2018-06-17 10:21:58 +0100" endDate="2018-06-17 10:28:41 +0100" value="0.00478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 11:47:12 +0100" startDate="2018-06-17 11:07:25 +0100" endDate="2018-06-17 11:13:33 +0100" value="0.0125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 12:30:55 +0100" startDate="2018-06-17 11:41:23 +0100" endDate="2018-06-17 11:47:36 +0100" value="0.00913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 12:30:55 +0100" startDate="2018-06-17 12:19:08 +0100" endDate="2018-06-17 12:26:57 +0100" value="0.06382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 13:35:21 +0100" startDate="2018-06-17 12:35:11 +0100" endDate="2018-06-17 12:42:13 +0100" value="0.15361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 14:30:21 +0100" startDate="2018-06-17 13:50:16 +0100" endDate="2018-06-17 13:58:28 +0100" value="0.03677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 14:30:21 +0100" startDate="2018-06-17 14:09:36 +0100" endDate="2018-06-17 14:17:28 +0100" value="0.05946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 14:30:21 +0100" startDate="2018-06-17 14:17:28 +0100" endDate="2018-06-17 14:27:27 +0100" value="0.12826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 15:31:45 +0100" startDate="2018-06-17 15:08:41 +0100" endDate="2018-06-17 15:18:39 +0100" value="0.14605"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 15:31:45 +0100" startDate="2018-06-17 15:18:39 +0100" endDate="2018-06-17 15:25:30 +0100" value="0.00126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 16:32:38 +0100" startDate="2018-06-17 15:31:21 +0100" endDate="2018-06-17 15:40:33 +0100" value="0.24394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 16:32:38 +0100" startDate="2018-06-17 15:40:33 +0100" endDate="2018-06-17 15:47:38 +0100" value="0.21732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 17:30:14 +0100" startDate="2018-06-17 16:36:21 +0100" endDate="2018-06-17 16:42:41 +0100" value="0.00743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 17:30:14 +0100" startDate="2018-06-17 16:42:41 +0100" endDate="2018-06-17 16:52:20 +0100" value="0.12171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 17:30:14 +0100" startDate="2018-06-17 16:52:20 +0100" endDate="2018-06-17 16:56:38 +0100" value="0.07809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 17:30:14 +0100" startDate="2018-06-17 16:58:14 +0100" endDate="2018-06-17 17:04:47 +0100" value="0.02014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 18:31:17 +0100" startDate="2018-06-17 17:37:33 +0100" endDate="2018-06-17 17:46:34 +0100" value="0.10602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 18:31:17 +0100" startDate="2018-06-17 17:46:34 +0100" endDate="2018-06-17 17:56:32 +0100" value="0.23089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 18:31:17 +0100" startDate="2018-06-17 17:56:32 +0100" endDate="2018-06-17 18:01:04 +0100" value="0.22574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 18:31:17 +0100" startDate="2018-06-17 18:09:07 +0100" endDate="2018-06-17 18:15:24 +0100" value="0.01541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 20:32:04 +0100" startDate="2018-06-17 19:51:14 +0100" endDate="2018-06-17 20:00:30 +0100" value="0.01617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 21:51:19 +0100" startDate="2018-06-17 21:37:57 +0100" endDate="2018-06-17 21:47:10 +0100" value="0.07891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-17 22:38:49 +0100" startDate="2018-06-17 21:47:10 +0100" endDate="2018-06-17 21:49:28 +0100" value="0.00639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 05:34:16 +0100" startDate="2018-06-18 05:18:26 +0100" endDate="2018-06-18 05:28:26 +0100" value="0.04842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 06:31:22 +0100" startDate="2018-06-18 05:28:26 +0100" endDate="2018-06-18 05:34:17 +0100" value="0.03688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 06:31:22 +0100" startDate="2018-06-18 06:01:54 +0100" endDate="2018-06-18 06:11:28 +0100" value="0.03727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 06:31:22 +0100" startDate="2018-06-18 06:11:29 +0100" endDate="2018-06-18 06:21:28 +0100" value="0.15106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 07:30:25 +0100" startDate="2018-06-18 06:21:28 +0100" endDate="2018-06-18 06:31:26 +0100" value="0.69603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 09:30:14 +0100" startDate="2018-06-18 08:44:12 +0100" endDate="2018-06-18 08:52:32 +0100" value="0.05053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 10:39:03 +0100" startDate="2018-06-18 09:22:27 +0100" endDate="2018-06-18 09:32:26 +0100" value="0.11316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 10:39:03 +0100" startDate="2018-06-18 09:32:26 +0100" endDate="2018-06-18 09:35:37 +0100" value="0.08921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 10:39:03 +0100" startDate="2018-06-18 09:52:40 +0100" endDate="2018-06-18 10:00:12 +0100" value="0.10598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 11:30:25 +0100" startDate="2018-06-18 10:38:52 +0100" endDate="2018-06-18 10:48:34 +0100" value="0.10835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 11:30:25 +0100" startDate="2018-06-18 10:48:34 +0100" endDate="2018-06-18 10:51:42 +0100" value="0.18184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 11:30:25 +0100" startDate="2018-06-18 11:03:58 +0100" endDate="2018-06-18 11:13:57 +0100" value="0.38856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 11:30:25 +0100" startDate="2018-06-18 11:13:57 +0100" endDate="2018-06-18 11:23:56 +0100" value="0.08765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 12:30:15 +0100" startDate="2018-06-18 11:23:56 +0100" endDate="2018-06-18 11:33:55 +0100" value="0.38573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 12:30:15 +0100" startDate="2018-06-18 11:33:55 +0100" endDate="2018-06-18 11:40:42 +0100" value="0.19736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 12:30:15 +0100" startDate="2018-06-18 11:45:38 +0100" endDate="2018-06-18 11:53:39 +0100" value="0.14921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 12:30:15 +0100" startDate="2018-06-18 12:00:37 +0100" endDate="2018-06-18 12:10:36 +0100" value="0.29396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 12:30:15 +0100" startDate="2018-06-18 12:10:36 +0100" endDate="2018-06-18 12:20:34 +0100" value="0.5613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 13:33:09 +0100" startDate="2018-06-18 12:20:34 +0100" endDate="2018-06-18 12:30:29 +0100" value="0.00454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 13:33:09 +0100" startDate="2018-06-18 12:30:29 +0100" endDate="2018-06-18 12:40:28 +0100" value="0.0552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 13:33:09 +0100" startDate="2018-06-18 12:40:28 +0100" endDate="2018-06-18 12:50:27 +0100" value="0.17983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 13:33:09 +0100" startDate="2018-06-18 12:50:27 +0100" endDate="2018-06-18 13:00:14 +0100" value="0.18233"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 13:33:09 +0100" startDate="2018-06-18 13:05:58 +0100" endDate="2018-06-18 13:14:18 +0100" value="0.0557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 13:33:09 +0100" startDate="2018-06-18 13:14:18 +0100" endDate="2018-06-18 13:17:16 +0100" value="0.00826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 14:33:04 +0100" startDate="2018-06-18 13:27:17 +0100" endDate="2018-06-18 13:37:16 +0100" value="0.24823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 14:33:04 +0100" startDate="2018-06-18 13:37:16 +0100" endDate="2018-06-18 13:44:33 +0100" value="0.15287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 15:32:00 +0100" startDate="2018-06-18 14:42:34 +0100" endDate="2018-06-18 14:48:57 +0100" value="0.00946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 16:30:55 +0100" startDate="2018-06-18 15:23:24 +0100" endDate="2018-06-18 15:33:20 +0100" value="0.0524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 16:30:55 +0100" startDate="2018-06-18 15:33:20 +0100" endDate="2018-06-18 15:42:12 +0100" value="0.43889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 16:30:55 +0100" startDate="2018-06-18 15:42:12 +0100" endDate="2018-06-18 15:52:10 +0100" value="0.3291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 16:30:55 +0100" startDate="2018-06-18 15:52:10 +0100" endDate="2018-06-18 15:57:03 +0100" value="0.25394"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 16:30:55 +0100" startDate="2018-06-18 15:57:03 +0100" endDate="2018-06-18 16:03:19 +0100" value="0.02199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 21:44:07 +0100" startDate="2018-06-18 19:26:19 +0100" endDate="2018-06-18 19:36:17 +0100" value="0.00555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-18 21:44:07 +0100" startDate="2018-06-18 21:13:48 +0100" endDate="2018-06-18 21:23:48 +0100" value="0.05215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 05:32:53 +0100" startDate="2018-06-19 05:16:44 +0100" endDate="2018-06-19 05:23:43 +0100" value="0.03303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 06:31:21 +0100" startDate="2018-06-19 05:23:43 +0100" endDate="2018-06-19 05:33:41 +0100" value="0.03107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 06:31:21 +0100" startDate="2018-06-19 05:33:41 +0100" endDate="2018-06-19 05:34:14 +0100" value="0.00715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 06:31:21 +0100" startDate="2018-06-19 05:59:52 +0100" endDate="2018-06-19 06:06:32 +0100" value="0.01968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 06:31:21 +0100" startDate="2018-06-19 06:06:32 +0100" endDate="2018-06-19 06:13:55 +0100" value="0.03674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 06:31:21 +0100" startDate="2018-06-19 06:15:01 +0100" endDate="2018-06-19 06:23:31 +0100" value="0.02244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 07:32:14 +0100" startDate="2018-06-19 06:23:31 +0100" endDate="2018-06-19 06:33:28 +0100" value="0.64064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 07:32:14 +0100" startDate="2018-06-19 06:33:28 +0100" endDate="2018-06-19 06:35:03 +0100" value="0.06825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 09:44:32 +0100" startDate="2018-06-19 08:40:14 +0100" endDate="2018-06-19 08:50:13 +0100" value="0.03035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 09:44:32 +0100" startDate="2018-06-19 08:58:13 +0100" endDate="2018-06-19 09:08:04 +0100" value="0.05919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 09:44:32 +0100" startDate="2018-06-19 09:11:13 +0100" endDate="2018-06-19 09:21:13 +0100" value="0.18813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 09:44:32 +0100" startDate="2018-06-19 09:21:13 +0100" endDate="2018-06-19 09:26:44 +0100" value="0.35322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 10:09:49 +0100" startDate="2018-06-19 09:45:10 +0100" endDate="2018-06-19 09:54:33 +0100" value="0.03176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 10:09:49 +0100" startDate="2018-06-19 09:54:33 +0100" endDate="2018-06-19 10:00:34 +0100" value="0.06573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:00:34 +0100" endDate="2018-06-19 10:10:16 +0100" value="0.04674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:10:16 +0100" endDate="2018-06-19 10:13:04 +0100" value="0.04099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:16:46 +0100" endDate="2018-06-19 10:25:01 +0100" value="0.01715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:26:54 +0100" endDate="2018-06-19 10:36:53 +0100" value="0.19647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:36:53 +0100" endDate="2018-06-19 10:46:51 +0100" value="0.45493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:46:51 +0100" endDate="2018-06-19 10:56:42 +0100" value="0.34956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 11:15:33 +0100" startDate="2018-06-19 10:56:42 +0100" endDate="2018-06-19 11:00:10 +0100" value="0.06865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 12:09:01 +0100" startDate="2018-06-19 11:27:12 +0100" endDate="2018-06-19 11:37:12 +0100" value="0.06822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 12:09:01 +0100" startDate="2018-06-19 11:37:12 +0100" endDate="2018-06-19 11:43:37 +0100" value="0.02555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 12:09:01 +0100" startDate="2018-06-19 11:43:37 +0100" endDate="2018-06-19 11:53:31 +0100" value="0.0361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 12:09:01 +0100" startDate="2018-06-19 11:53:31 +0100" endDate="2018-06-19 12:02:48 +0100" value="0.02936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:02:48 +0100" endDate="2018-06-19 12:12:46 +0100" value="0.02355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:12:46 +0100" endDate="2018-06-19 12:22:11 +0100" value="0.05884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:22:11 +0100" endDate="2018-06-19 12:30:09 +0100" value="0.03416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:30:09 +0100" endDate="2018-06-19 12:39:17 +0100" value="0.07905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:39:17 +0100" endDate="2018-06-19 12:49:15 +0100" value="0.61354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:49:15 +0100" endDate="2018-06-19 12:57:59 +0100" value="0.25236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 13:10:48 +0100" startDate="2018-06-19 12:57:59 +0100" endDate="2018-06-19 13:07:58 +0100" value="0.14867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 14:09:36 +0100" startDate="2018-06-19 13:07:58 +0100" endDate="2018-06-19 13:17:56 +0100" value="0.73233"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 14:09:36 +0100" startDate="2018-06-19 13:17:56 +0100" endDate="2018-06-19 13:18:34 +0100" value="0.01854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 14:09:36 +0100" startDate="2018-06-19 13:24:01 +0100" endDate="2018-06-19 13:33:59 +0100" value="0.39173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 14:09:36 +0100" startDate="2018-06-19 13:33:59 +0100" endDate="2018-06-19 13:38:29 +0100" value="0.41474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 14:09:36 +0100" startDate="2018-06-19 13:46:48 +0100" endDate="2018-06-19 13:55:40 +0100" value="0.0531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 16:09:27 +0100" startDate="2018-06-19 15:29:19 +0100" endDate="2018-06-19 15:39:18 +0100" value="0.04768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 16:09:27 +0100" startDate="2018-06-19 15:39:18 +0100" endDate="2018-06-19 15:48:53 +0100" value="0.68023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 16:09:27 +0100" startDate="2018-06-19 15:48:53 +0100" endDate="2018-06-19 15:58:40 +0100" value="0.07184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 16:09:27 +0100" startDate="2018-06-19 15:58:40 +0100" endDate="2018-06-19 16:06:43 +0100" value="0.18194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 16:06:43 +0100" endDate="2018-06-19 16:16:04 +0100" value="0.0259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 16:16:04 +0100" endDate="2018-06-19 16:25:46 +0100" value="0.21672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 16:33:44 +0100" endDate="2018-06-19 16:43:44 +0100" value="0.15223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 16:43:44 +0100" endDate="2018-06-19 16:53:44 +0100" value="0.58545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 16:53:44 +0100" endDate="2018-06-19 17:03:43 +0100" value="0.26126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 17:03:43 +0100" endDate="2018-06-19 17:11:37 +0100" value="0.45079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 17:41:47 +0100" endDate="2018-06-19 17:48:00 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-19 19:33:25 +0100" startDate="2018-06-19 18:58:45 +0100" endDate="2018-06-19 19:05:23 +0100" value="0.03006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 07:05:29 +0100" startDate="2018-06-20 06:45:12 +0100" endDate="2018-06-20 06:52:03 +0100" value="0.02905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 07:05:29 +0100" startDate="2018-06-20 06:52:03 +0100" endDate="2018-06-20 07:01:57 +0100" value="0.02212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 08:09:56 +0100" startDate="2018-06-20 07:01:57 +0100" endDate="2018-06-20 07:11:55 +0100" value="0.04895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 08:09:56 +0100" startDate="2018-06-20 07:11:55 +0100" endDate="2018-06-20 07:21:54 +0100" value="0.28615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 08:09:56 +0100" startDate="2018-06-20 07:21:54 +0100" endDate="2018-06-20 07:31:46 +0100" value="0.44614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 08:09:56 +0100" startDate="2018-06-20 07:37:19 +0100" endDate="2018-06-20 07:47:18 +0100" value="0.0882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 08:09:56 +0100" startDate="2018-06-20 07:47:18 +0100" endDate="2018-06-20 07:48:22 +0100" value="0.02836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 09:06:30 +0100" startDate="2018-06-20 08:09:22 +0100" endDate="2018-06-20 08:19:21 +0100" value="0.19826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 09:06:30 +0100" startDate="2018-06-20 08:19:21 +0100" endDate="2018-06-20 08:29:04 +0100" value="0.48351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 09:06:30 +0100" startDate="2018-06-20 08:29:04 +0100" endDate="2018-06-20 08:39:01 +0100" value="0.18072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 09:06:30 +0100" startDate="2018-06-20 08:39:01 +0100" endDate="2018-06-20 08:39:24 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 10:01:28 +0100" startDate="2018-06-20 09:34:28 +0100" endDate="2018-06-20 09:43:45 +0100" value="0.07735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 10:01:28 +0100" startDate="2018-06-20 09:43:45 +0100" endDate="2018-06-20 09:46:55 +0100" value="0.02687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 10:01:28 +0100" startDate="2018-06-20 09:49:47 +0100" endDate="2018-06-20 09:59:43 +0100" value="0.14251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 11:02:56 +0100" startDate="2018-06-20 09:59:43 +0100" endDate="2018-06-20 10:09:19 +0100" value="0.01911"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 11:02:56 +0100" startDate="2018-06-20 10:14:52 +0100" endDate="2018-06-20 10:22:31 +0100" value="0.05302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 11:02:56 +0100" startDate="2018-06-20 10:22:31 +0100" endDate="2018-06-20 10:32:30 +0100" value="0.05289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 11:02:56 +0100" startDate="2018-06-20 10:32:30 +0100" endDate="2018-06-20 10:41:15 +0100" value="0.34352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 11:02:56 +0100" startDate="2018-06-20 10:41:15 +0100" endDate="2018-06-20 10:46:56 +0100" value="0.12009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 11:02:56 +0100" startDate="2018-06-20 10:50:36 +0100" endDate="2018-06-20 11:00:34 +0100" value="0.35396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 12:04:50 +0100" startDate="2018-06-20 11:00:34 +0100" endDate="2018-06-20 11:09:18 +0100" value="0.18488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 12:04:50 +0100" startDate="2018-06-20 11:09:18 +0100" endDate="2018-06-20 11:11:51 +0100" value="0.01886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 13:04:10 +0100" startDate="2018-06-20 12:28:05 +0100" endDate="2018-06-20 12:37:29 +0100" value="0.02836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 14:01:03 +0100" startDate="2018-06-20 13:51:02 +0100" endDate="2018-06-20 13:58:18 +0100" value="0.01486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 13:58:18 +0100" endDate="2018-06-20 14:08:17 +0100" value="0.46489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 14:08:17 +0100" endDate="2018-06-20 14:18:04 +0100" value="0.55134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 14:18:04 +0100" endDate="2018-06-20 14:18:44 +0100" value="0.0129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 14:22:44 +0100" endDate="2018-06-20 14:32:43 +0100" value="0.07223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 14:32:43 +0100" endDate="2018-06-20 14:42:23 +0100" value="0.00541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 14:42:23 +0100" endDate="2018-06-20 14:45:56 +0100" value="0.02009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 15:02:00 +0100" startDate="2018-06-20 14:50:42 +0100" endDate="2018-06-20 15:00:40 +0100" value="0.08029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 16:09:18 +0100" startDate="2018-06-20 15:00:40 +0100" endDate="2018-06-20 15:07:30 +0100" value="0.07822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 16:09:18 +0100" startDate="2018-06-20 15:25:12 +0100" endDate="2018-06-20 15:35:10 +0100" value="0.06268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 16:09:18 +0100" startDate="2018-06-20 15:35:10 +0100" endDate="2018-06-20 15:37:55 +0100" value="0.04284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 17:02:12 +0100" startDate="2018-06-20 16:46:02 +0100" endDate="2018-06-20 16:56:02 +0100" value="0.05815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 18:04:49 +0100" startDate="2018-06-20 16:56:02 +0100" endDate="2018-06-20 17:03:14 +0100" value="0.37881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 18:04:49 +0100" startDate="2018-06-20 17:03:14 +0100" endDate="2018-06-20 17:13:14 +0100" value="0.45887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 18:04:49 +0100" startDate="2018-06-20 17:13:14 +0100" endDate="2018-06-20 17:21:55 +0100" value="0.13226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 19:03:45 +0100" startDate="2018-06-20 18:29:34 +0100" endDate="2018-06-20 18:36:20 +0100" value="0.03322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 22:49:15 +0100" startDate="2018-06-20 22:31:10 +0100" endDate="2018-06-20 22:37:28 +0100" value="0.0052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-20 23:04:18 +0100" startDate="2018-06-20 22:50:18 +0100" endDate="2018-06-20 22:59:03 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 00:02:17 +0100" startDate="2018-06-20 22:59:03 +0100" endDate="2018-06-20 23:02:58 +0100" value="0.04681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 05:12:09 +0100" startDate="2018-06-21 04:16:20 +0100" endDate="2018-06-21 04:26:09 +0100" value="0.01468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 06:55:19 +0100" startDate="2018-06-21 05:57:41 +0100" endDate="2018-06-21 06:06:09 +0100" value="0.01422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 06:55:19 +0100" startDate="2018-06-21 06:06:09 +0100" endDate="2018-06-21 06:12:47 +0100" value="0.02477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 06:55:19 +0100" startDate="2018-06-21 06:17:10 +0100" endDate="2018-06-21 06:23:15 +0100" value="0.00752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 06:55:19 +0100" startDate="2018-06-21 06:30:33 +0100" endDate="2018-06-21 06:37:24 +0100" value="0.03768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 06:55:19 +0100" startDate="2018-06-21 06:39:02 +0100" endDate="2018-06-21 06:48:46 +0100" value="0.05531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 07:57:15 +0100" startDate="2018-06-21 06:48:46 +0100" endDate="2018-06-21 06:58:25 +0100" value="0.72342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 07:57:15 +0100" startDate="2018-06-21 06:58:25 +0100" endDate="2018-06-21 06:59:31 +0100" value="0.02039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 08:54:08 +0100" startDate="2018-06-21 07:51:33 +0100" endDate="2018-06-21 07:57:36 +0100" value="0.00536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 09:52:44 +0100" startDate="2018-06-21 09:36:43 +0100" endDate="2018-06-21 09:43:09 +0100" value="0.02328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 10:54:53 +0100" startDate="2018-06-21 10:28:10 +0100" endDate="2018-06-21 10:38:08 +0100" value="0.59082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 10:54:53 +0100" startDate="2018-06-21 10:38:08 +0100" endDate="2018-06-21 10:48:05 +0100" value="0.87553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca4690&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 11:52:32 +0100" startDate="2018-06-21 10:48:05 +0100" endDate="2018-06-21 10:51:39 +0100" value="0.10176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 13:54:51 +0100" startDate="2018-06-21 12:55:38 +0100" endDate="2018-06-21 13:05:38 +0100" value="0.30174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 13:54:51 +0100" startDate="2018-06-21 13:05:38 +0100" endDate="2018-06-21 13:15:36 +0100" value="0.70487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 13:54:51 +0100" startDate="2018-06-21 13:15:36 +0100" endDate="2018-06-21 13:22:00 +0100" value="0.64623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 13:54:51 +0100" startDate="2018-06-21 13:22:00 +0100" endDate="2018-06-21 13:30:50 +0100" value="0.03199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 13:54:51 +0100" startDate="2018-06-21 13:30:50 +0100" endDate="2018-06-21 13:40:47 +0100" value="0.09197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 13:54:51 +0100" startDate="2018-06-21 13:40:47 +0100" endDate="2018-06-21 13:50:46 +0100" value="0.32984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 14:56:18 +0100" startDate="2018-06-21 13:50:46 +0100" endDate="2018-06-21 13:57:26 +0100" value="0.58855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 14:56:18 +0100" startDate="2018-06-21 14:29:44 +0100" endDate="2018-06-21 14:39:41 +0100" value="0.00458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 14:56:18 +0100" startDate="2018-06-21 14:39:41 +0100" endDate="2018-06-21 14:49:39 +0100" value="0.72593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 15:55:27 +0100" startDate="2018-06-21 14:49:39 +0100" endDate="2018-06-21 14:58:42 +0100" value="0.15413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 15:55:27 +0100" startDate="2018-06-21 15:17:35 +0100" endDate="2018-06-21 15:27:35 +0100" value="0.12322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 15:55:27 +0100" startDate="2018-06-21 15:27:35 +0100" endDate="2018-06-21 15:28:03 +0100" value="0.0012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 15:55:27 +0100" startDate="2018-06-21 15:32:01 +0100" endDate="2018-06-21 15:41:04 +0100" value="0.06609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 16:52:43 +0100" startDate="2018-06-21 16:05:30 +0100" endDate="2018-06-21 16:15:26 +0100" value="0.11481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 16:52:43 +0100" startDate="2018-06-21 16:15:26 +0100" endDate="2018-06-21 16:23:17 +0100" value="0.13335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 16:52:43 +0100" startDate="2018-06-21 16:23:17 +0100" endDate="2018-06-21 16:33:16 +0100" value="0.27878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 16:52:43 +0100" startDate="2018-06-21 16:33:16 +0100" endDate="2018-06-21 16:40:28 +0100" value="0.21464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 16:52:43 +0100" startDate="2018-06-21 16:40:28 +0100" endDate="2018-06-21 16:43:44 +0100" value="0.0044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 16:43:44 +0100" endDate="2018-06-21 16:53:29 +0100" value="0.0362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 16:53:29 +0100" endDate="2018-06-21 17:03:27 +0100" value="0.09876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 17:03:27 +0100" endDate="2018-06-21 17:12:51 +0100" value="0.02189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 17:12:51 +0100" endDate="2018-06-21 17:22:32 +0100" value="0.00563"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 17:22:32 +0100" endDate="2018-06-21 17:30:51 +0100" value="0.01875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 17:30:51 +0100" endDate="2018-06-21 17:40:50 +0100" value="0.07938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 18:00:05 +0100" startDate="2018-06-21 17:40:50 +0100" endDate="2018-06-21 17:42:40 +0100" value="0.00608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 18:56:52 +0100" startDate="2018-06-21 18:13:49 +0100" endDate="2018-06-21 18:22:24 +0100" value="0.01618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 18:56:52 +0100" startDate="2018-06-21 18:22:24 +0100" endDate="2018-06-21 18:27:15 +0100" value="0.06065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 19:57:58 +0100" startDate="2018-06-21 18:55:38 +0100" endDate="2018-06-21 19:05:38 +0100" value="0.07529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 19:57:58 +0100" startDate="2018-06-21 19:05:38 +0100" endDate="2018-06-21 19:15:32 +0100" value="0.10414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 19:57:58 +0100" startDate="2018-06-21 19:15:32 +0100" endDate="2018-06-21 19:24:57 +0100" value="0.22403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 19:57:58 +0100" startDate="2018-06-21 19:24:57 +0100" endDate="2018-06-21 19:34:55 +0100" value="0.07899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 19:57:58 +0100" startDate="2018-06-21 19:34:55 +0100" endDate="2018-06-21 19:44:05 +0100" value="0.1799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 19:57:58 +0100" startDate="2018-06-21 19:44:05 +0100" endDate="2018-06-21 19:50:11 +0100" value="0.17348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 19:50:11 +0100" endDate="2018-06-21 19:57:58 +0100" value="0.00086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 19:57:58 +0100" endDate="2018-06-21 20:07:56 +0100" value="0.03777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 20:07:56 +0100" endDate="2018-06-21 20:11:23 +0100" value="0.06824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 20:13:20 +0100" endDate="2018-06-21 20:20:44 +0100" value="0.0176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 20:22:51 +0100" endDate="2018-06-21 20:32:37 +0100" value="0.18878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 20:32:37 +0100" endDate="2018-06-21 20:34:49 +0100" value="0.03544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 20:52:51 +0100" startDate="2018-06-21 20:38:01 +0100" endDate="2018-06-21 20:47:53 +0100" value="0.23426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 20:47:53 +0100" endDate="2018-06-21 20:50:00 +0100" value="0.00688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 21:23:11 +0100" endDate="2018-06-21 21:31:13 +0100" value="0.02577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 22:06:38 +0100" endDate="2018-06-21 22:16:38 +0100" value="0.329306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 22:16:38 +0100" endDate="2018-06-21 22:26:35 +0100" value="1.07308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 22:26:35 +0100" endDate="2018-06-21 22:36:34 +0100" value="1.05844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 22:36:34 +0100" endDate="2018-06-21 22:46:32 +0100" value="0.37769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-21 23:14:46 +0100" startDate="2018-06-21 22:46:32 +0100" endDate="2018-06-21 22:49:02 +0100" value="0.00916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 06:57:13 +0100" startDate="2018-06-22 06:06:44 +0100" endDate="2018-06-22 06:14:46 +0100" value="0.03711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 06:57:13 +0100" startDate="2018-06-22 06:14:46 +0100" endDate="2018-06-22 06:19:40 +0100" value="0.01855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 06:57:13 +0100" startDate="2018-06-22 06:44:44 +0100" endDate="2018-06-22 06:52:00 +0100" value="0.0337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 07:53:02 +0100" startDate="2018-06-22 06:52:00 +0100" endDate="2018-06-22 07:01:13 +0100" value="0.04284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 07:53:02 +0100" startDate="2018-06-22 07:01:13 +0100" endDate="2018-06-22 07:11:12 +0100" value="0.78553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 07:53:02 +0100" startDate="2018-06-22 07:11:12 +0100" endDate="2018-06-22 07:21:11 +0100" value="0.46201"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 07:53:02 +0100" startDate="2018-06-22 07:21:11 +0100" endDate="2018-06-22 07:30:21 +0100" value="0.1462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 07:53:02 +0100" startDate="2018-06-22 07:30:21 +0100" endDate="2018-06-22 07:33:47 +0100" value="0.00341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 07:44:13 +0100" endDate="2018-06-22 07:54:12 +0100" value="0.17153"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 07:54:12 +0100" endDate="2018-06-22 08:03:11 +0100" value="0.33545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 08:03:11 +0100" endDate="2018-06-22 08:11:58 +0100" value="0.26371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 08:11:58 +0100" endDate="2018-06-22 08:21:48 +0100" value="0.3172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 08:21:48 +0100" endDate="2018-06-22 08:29:38 +0100" value="0.27083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 08:29:38 +0100" endDate="2018-06-22 08:38:49 +0100" value="0.03516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 08:54:56 +0100" startDate="2018-06-22 08:38:49 +0100" endDate="2018-06-22 08:48:48 +0100" value="0.38789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 08:48:48 +0100" endDate="2018-06-22 08:57:13 +0100" value="0.15945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 08:57:27 +0100" endDate="2018-06-22 09:07:16 +0100" value="0.08295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 09:07:16 +0100" endDate="2018-06-22 09:17:14 +0100" value="0.22831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 09:17:14 +0100" endDate="2018-06-22 09:27:12 +0100" value="0.38192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 09:27:12 +0100" endDate="2018-06-22 09:35:18 +0100" value="0.13946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 09:36:04 +0100" endDate="2018-06-22 09:43:00 +0100" value="0.01997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 09:54:10 +0100" startDate="2018-06-22 09:43:00 +0100" endDate="2018-06-22 09:52:27 +0100" value="0.04332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 10:56:44 +0100" startDate="2018-06-22 09:52:27 +0100" endDate="2018-06-22 10:01:48 +0100" value="0.15941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 10:56:44 +0100" startDate="2018-06-22 10:01:48 +0100" endDate="2018-06-22 10:05:32 +0100" value="0.03499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 10:56:44 +0100" startDate="2018-06-22 10:11:59 +0100" endDate="2018-06-22 10:18:04 +0100" value="0.00164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 10:56:44 +0100" startDate="2018-06-22 10:31:40 +0100" endDate="2018-06-22 10:41:40 +0100" value="0.15723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 10:56:44 +0100" startDate="2018-06-22 10:41:40 +0100" endDate="2018-06-22 10:51:38 +0100" value="0.39407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 11:53:43 +0100" startDate="2018-06-22 10:51:38 +0100" endDate="2018-06-22 10:56:47 +0100" value="0.35343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 11:53:43 +0100" startDate="2018-06-22 10:56:47 +0100" endDate="2018-06-22 11:03:21 +0100" value="0.02273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 11:53:43 +0100" startDate="2018-06-22 11:15:33 +0100" endDate="2018-06-22 11:25:31 +0100" value="0.27364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 11:53:43 +0100" startDate="2018-06-22 11:25:31 +0100" endDate="2018-06-22 11:35:22 +0100" value="0.71703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 11:53:43 +0100" startDate="2018-06-22 11:35:22 +0100" endDate="2018-06-22 11:45:21 +0100" value="0.1519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 12:53:18 +0100" startDate="2018-06-22 11:45:21 +0100" endDate="2018-06-22 11:54:58 +0100" value="0.20698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 12:53:18 +0100" startDate="2018-06-22 11:54:58 +0100" endDate="2018-06-22 12:04:21 +0100" value="0.17773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 12:53:18 +0100" startDate="2018-06-22 12:04:21 +0100" endDate="2018-06-22 12:14:18 +0100" value="0.12036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 12:53:18 +0100" startDate="2018-06-22 12:14:18 +0100" endDate="2018-06-22 12:24:11 +0100" value="0.16974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 12:53:18 +0100" startDate="2018-06-22 12:24:11 +0100" endDate="2018-06-22 12:34:04 +0100" value="0.16912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 12:53:18 +0100" startDate="2018-06-22 12:34:04 +0100" endDate="2018-06-22 12:40:16 +0100" value="0.06125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 12:40:16 +0100" endDate="2018-06-22 12:50:03 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 12:50:03 +0100" endDate="2018-06-22 12:59:11 +0100" value="0.13734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 12:59:11 +0100" endDate="2018-06-22 13:00:22 +0100" value="0.00693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 13:07:40 +0100" endDate="2018-06-22 13:16:41 +0100" value="0.07941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 13:16:41 +0100" endDate="2018-06-22 13:26:07 +0100" value="0.14626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 13:26:07 +0100" endDate="2018-06-22 13:34:41 +0100" value="0.16453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 13:55:26 +0100" startDate="2018-06-22 13:37:09 +0100" endDate="2018-06-22 13:47:09 +0100" value="0.04585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 13:47:09 +0100" endDate="2018-06-22 13:55:36 +0100" value="0.23033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 13:55:36 +0100" endDate="2018-06-22 14:05:19 +0100" value="0.08494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 14:05:19 +0100" endDate="2018-06-22 14:15:16 +0100" value="0.17861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 14:15:16 +0100" endDate="2018-06-22 14:15:59 +0100" value="0.00759"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 14:24:28 +0100" endDate="2018-06-22 14:33:44 +0100" value="0.05001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 14:33:44 +0100" endDate="2018-06-22 14:43:40 +0100" value="0.17033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 14:58:03 +0100" startDate="2018-06-22 14:43:40 +0100" endDate="2018-06-22 14:51:53 +0100" value="0.05209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 14:51:53 +0100" endDate="2018-06-22 15:01:51 +0100" value="0.20027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 15:01:51 +0100" endDate="2018-06-22 15:11:50 +0100" value="0.24356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 15:11:50 +0100" endDate="2018-06-22 15:20:18 +0100" value="0.10449"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 15:21:28 +0100" endDate="2018-06-22 15:31:27 +0100" value="0.17478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 15:31:27 +0100" endDate="2018-06-22 15:41:27 +0100" value="0.25271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 15:41:27 +0100" endDate="2018-06-22 15:46:32 +0100" value="0.23217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 15:58:49 +0100" startDate="2018-06-22 15:48:46 +0100" endDate="2018-06-22 15:58:45 +0100" value="0.26797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 16:57:12 +0100" startDate="2018-06-22 15:58:45 +0100" endDate="2018-06-22 16:06:14 +0100" value="0.31381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 16:57:12 +0100" startDate="2018-06-22 16:06:14 +0100" endDate="2018-06-22 16:15:59 +0100" value="0.48415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 16:57:12 +0100" startDate="2018-06-22 16:15:59 +0100" endDate="2018-06-22 16:24:16 +0100" value="0.1943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 18:54:33 +0100" startDate="2018-06-22 18:07:34 +0100" endDate="2018-06-22 18:13:39 +0100" value="0.00404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 18:54:33 +0100" startDate="2018-06-22 18:13:39 +0100" endDate="2018-06-22 18:23:29 +0100" value="0.19294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 21:37:38 +0100" startDate="2018-06-22 18:56:38 +0100" endDate="2018-06-22 19:06:33 +0100" value="0.03766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 21:37:38 +0100" startDate="2018-06-22 19:09:17 +0100" endDate="2018-06-22 19:17:50 +0100" value="0.07186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 21:37:38 +0100" startDate="2018-06-22 19:17:50 +0100" endDate="2018-06-22 19:27:46 +0100" value="0.09195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 21:37:38 +0100" startDate="2018-06-22 19:27:46 +0100" endDate="2018-06-22 19:30:44 +0100" value="0.08412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 21:37:38 +0100" startDate="2018-06-22 21:17:07 +0100" endDate="2018-06-22 21:27:06 +0100" value="0.19251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 21:37:38 +0100" startDate="2018-06-22 21:27:06 +0100" endDate="2018-06-22 21:36:32 +0100" value="0.06486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 22:47:25 +0100" startDate="2018-06-22 22:00:49 +0100" endDate="2018-06-22 22:10:38 +0100" value="0.13571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-22 22:47:25 +0100" startDate="2018-06-22 22:12:33 +0100" endDate="2018-06-22 22:20:53 +0100" value="0.02473"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 06:57:32 +0100" startDate="2018-06-23 06:25:43 +0100" endDate="2018-06-23 06:32:14 +0100" value="0.02209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 06:57:32 +0100" startDate="2018-06-23 06:32:14 +0100" endDate="2018-06-23 06:37:10 +0100" value="0.0095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 07:52:39 +0100" startDate="2018-06-23 07:28:37 +0100" endDate="2018-06-23 07:38:31 +0100" value="0.10228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 07:52:39 +0100" startDate="2018-06-23 07:38:31 +0100" endDate="2018-06-23 07:48:29 +0100" value="0.70513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 08:53:18 +0100" startDate="2018-06-23 07:48:29 +0100" endDate="2018-06-23 07:58:28 +0100" value="0.65761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 08:53:18 +0100" startDate="2018-06-23 07:58:28 +0100" endDate="2018-06-23 08:08:08 +0100" value="0.02039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 08:53:18 +0100" startDate="2018-06-23 08:08:08 +0100" endDate="2018-06-23 08:08:54 +0100" value="0.01341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 12:55:15 +0100" startDate="2018-06-23 11:56:35 +0100" endDate="2018-06-23 12:05:31 +0100" value="0.01837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 12:55:15 +0100" startDate="2018-06-23 12:05:31 +0100" endDate="2018-06-23 12:12:13 +0100" value="0.03179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 13:53:37 +0100" startDate="2018-06-23 13:14:32 +0100" endDate="2018-06-23 13:20:37 +0100" value="0.00432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 13:53:37 +0100" startDate="2018-06-23 13:22:56 +0100" endDate="2018-06-23 13:30:51 +0100" value="0.01552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 13:53:37 +0100" startDate="2018-06-23 13:36:42 +0100" endDate="2018-06-23 13:46:40 +0100" value="0.03713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 14:55:41 +0100" startDate="2018-06-23 13:46:40 +0100" endDate="2018-06-23 13:56:21 +0100" value="0.16306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 14:55:41 +0100" startDate="2018-06-23 13:56:25 +0100" endDate="2018-06-23 14:06:13 +0100" value="0.13282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 14:55:41 +0100" startDate="2018-06-23 14:06:13 +0100" endDate="2018-06-23 14:16:04 +0100" value="0.07861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 14:55:41 +0100" startDate="2018-06-23 14:16:04 +0100" endDate="2018-06-23 14:24:47 +0100" value="0.33694"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 14:55:41 +0100" startDate="2018-06-23 14:24:47 +0100" endDate="2018-06-23 14:34:23 +0100" value="0.16177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 14:55:41 +0100" startDate="2018-06-23 14:34:23 +0100" endDate="2018-06-23 14:39:01 +0100" value="0.08446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 15:54:00 +0100" startDate="2018-06-23 14:50:23 +0100" endDate="2018-06-23 15:00:23 +0100" value="0.12539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 17:15:08 +0100" startDate="2018-06-23 16:48:18 +0100" endDate="2018-06-23 16:55:37 +0100" value="0.02616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 17:15:08 +0100" startDate="2018-06-23 16:57:37 +0100" endDate="2018-06-23 17:04:28 +0100" value="0.02606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 17:54:51 +0100" startDate="2018-06-23 17:04:28 +0100" endDate="2018-06-23 17:14:26 +0100" value="0.21281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 17:54:51 +0100" startDate="2018-06-23 17:14:26 +0100" endDate="2018-06-23 17:22:22 +0100" value="0.2887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 17:54:51 +0100" startDate="2018-06-23 17:32:12 +0100" endDate="2018-06-23 17:42:11 +0100" value="0.4004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 17:54:51 +0100" startDate="2018-06-23 17:42:11 +0100" endDate="2018-06-23 17:43:53 +0100" value="0.09527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 18:53:30 +0100" startDate="2018-06-23 18:24:33 +0100" endDate="2018-06-23 18:34:32 +0100" value="0.22611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 18:53:30 +0100" startDate="2018-06-23 18:34:32 +0100" endDate="2018-06-23 18:43:58 +0100" value="0.70827"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 19:55:36 +0100" startDate="2018-06-23 18:43:58 +0100" endDate="2018-06-23 18:52:12 +0100" value="0.0492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 19:55:36 +0100" startDate="2018-06-23 18:52:12 +0100" endDate="2018-06-23 18:58:41 +0100" value="0.02494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 19:55:36 +0100" startDate="2018-06-23 19:42:19 +0100" endDate="2018-06-23 19:52:18 +0100" value="0.27843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 21:39:38 +0100" startDate="2018-06-23 19:52:18 +0100" endDate="2018-06-23 20:00:17 +0100" value="0.18924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 21:39:38 +0100" startDate="2018-06-23 21:15:03 +0100" endDate="2018-06-23 21:21:16 +0100" value="0.00042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 23:09:08 +0100" startDate="2018-06-23 22:26:18 +0100" endDate="2018-06-23 22:36:01 +0100" value="0.04192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-23 23:09:08 +0100" startDate="2018-06-23 22:37:24 +0100" endDate="2018-06-23 22:43:55 +0100" value="0.00047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 08:56:03 +0100" startDate="2018-06-24 08:26:16 +0100" endDate="2018-06-24 08:32:44 +0100" value="0.01786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 15:59:21 +0100" startDate="2018-06-24 14:49:46 +0100" endDate="2018-06-24 14:55:56 +0100" value="0.019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 16:56:23 +0100" startDate="2018-06-24 16:32:08 +0100" endDate="2018-06-24 16:40:59 +0100" value="0.02888"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 17:54:48 +0100" startDate="2018-06-24 16:50:50 +0100" endDate="2018-06-24 17:00:47 +0100" value="0.22973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 17:54:48 +0100" startDate="2018-06-24 17:00:47 +0100" endDate="2018-06-24 17:06:19 +0100" value="0.41079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 17:54:48 +0100" startDate="2018-06-24 17:07:52 +0100" endDate="2018-06-24 17:17:52 +0100" value="0.39543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 17:54:48 +0100" startDate="2018-06-24 17:17:52 +0100" endDate="2018-06-24 17:25:52 +0100" value="0.23279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 21:40:11 +0100" startDate="2018-06-24 20:52:27 +0100" endDate="2018-06-24 20:58:50 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 21:40:11 +0100" startDate="2018-06-24 20:58:50 +0100" endDate="2018-06-24 21:08:47 +0100" value="0.05559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 21:40:11 +0100" startDate="2018-06-24 21:08:47 +0100" endDate="2018-06-24 21:18:39 +0100" value="0.07256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 21:40:11 +0100" startDate="2018-06-24 21:18:39 +0100" endDate="2018-06-24 21:28:36 +0100" value="0.14733"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 21:40:11 +0100" startDate="2018-06-24 21:28:36 +0100" endDate="2018-06-24 21:37:40 +0100" value="0.01592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-24 22:39:17 +0100" startDate="2018-06-24 21:37:40 +0100" endDate="2018-06-24 21:42:48 +0100" value="0.00955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 05:52:35 +0100" startDate="2018-06-25 05:02:27 +0100" endDate="2018-06-25 05:11:13 +0100" value="0.03709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 06:52:59 +0100" startDate="2018-06-25 05:58:04 +0100" endDate="2018-06-25 06:04:47 +0100" value="0.03626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 06:52:59 +0100" startDate="2018-06-25 06:23:35 +0100" endDate="2018-06-25 06:30:28 +0100" value="0.02961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 06:52:59 +0100" startDate="2018-06-25 06:32:56 +0100" endDate="2018-06-25 06:42:55 +0100" value="0.15955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 06:52:59 +0100" startDate="2018-06-25 06:42:55 +0100" endDate="2018-06-25 06:51:14 +0100" value="0.69242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 08:57:39 +0100" startDate="2018-06-25 08:23:26 +0100" endDate="2018-06-25 08:31:02 +0100" value="0.08915"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 09:54:37 +0100" startDate="2018-06-25 08:57:14 +0100" endDate="2018-06-25 09:06:47 +0100" value="0.06333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 10:56:00 +0100" startDate="2018-06-25 10:26:25 +0100" endDate="2018-06-25 10:36:25 +0100" value="0.09048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 10:56:00 +0100" startDate="2018-06-25 10:36:25 +0100" endDate="2018-06-25 10:46:23 +0100" value="0.74508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 12:00:07 +0100" startDate="2018-06-25 10:46:23 +0100" endDate="2018-06-25 10:52:23 +0100" value="0.07186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 12:00:07 +0100" startDate="2018-06-25 11:03:25 +0100" endDate="2018-06-25 11:13:23 +0100" value="0.25297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 12:00:07 +0100" startDate="2018-06-25 11:13:23 +0100" endDate="2018-06-25 11:23:21 +0100" value="0.58524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 12:00:07 +0100" startDate="2018-06-25 11:23:21 +0100" endDate="2018-06-25 11:31:07 +0100" value="0.00867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 12:00:07 +0100" startDate="2018-06-25 11:31:07 +0100" endDate="2018-06-25 11:35:09 +0100" value="0.05541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 12:54:18 +0100" startDate="2018-06-25 11:59:43 +0100" endDate="2018-06-25 12:09:34 +0100" value="0.10286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 12:54:18 +0100" startDate="2018-06-25 12:10:11 +0100" endDate="2018-06-25 12:20:03 +0100" value="0.07189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 12:54:18 +0100" startDate="2018-06-25 12:20:03 +0100" endDate="2018-06-25 12:24:11 +0100" value="0.02687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 12:54:18 +0100" startDate="2018-06-25 12:43:20 +0100" endDate="2018-06-25 12:52:31 +0100" value="0.07541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 13:52:48 +0100" startDate="2018-06-25 12:52:31 +0100" endDate="2018-06-25 13:01:40 +0100" value="0.1216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 13:52:48 +0100" startDate="2018-06-25 13:01:40 +0100" endDate="2018-06-25 13:04:51 +0100" value="0.03058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 15:09:06 +0100" startDate="2018-06-25 13:55:51 +0100" endDate="2018-06-25 14:05:04 +0100" value="0.02178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 15:09:06 +0100" startDate="2018-06-25 14:05:04 +0100" endDate="2018-06-25 14:08:45 +0100" value="0.01796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 16:33:23 +0100" startDate="2018-06-25 16:02:26 +0100" endDate="2018-06-25 16:12:25 +0100" value="0.35236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 16:33:23 +0100" startDate="2018-06-25 16:12:25 +0100" endDate="2018-06-25 16:22:24 +0100" value="0.3331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 16:33:23 +0100" startDate="2018-06-25 16:22:24 +0100" endDate="2018-06-25 16:24:16 +0100" value="0.13163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 17:40:39 +0100" startDate="2018-06-25 17:10:14 +0100" endDate="2018-06-25 17:20:03 +0100" value="0.05019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 17:40:39 +0100" startDate="2018-06-25 17:20:03 +0100" endDate="2018-06-25 17:24:32 +0100" value="0.04377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 18:33:32 +0100" startDate="2018-06-25 17:39:25 +0100" endDate="2018-06-25 17:48:42 +0100" value="0.0512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 18:33:32 +0100" startDate="2018-06-25 17:48:42 +0100" endDate="2018-06-25 17:58:41 +0100" value="0.13033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 18:33:32 +0100" startDate="2018-06-25 17:58:41 +0100" endDate="2018-06-25 18:08:40 +0100" value="0.30968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 18:33:32 +0100" startDate="2018-06-25 18:08:40 +0100" endDate="2018-06-25 18:18:19 +0100" value="0.10295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 18:33:32 +0100" startDate="2018-06-25 18:18:19 +0100" endDate="2018-06-25 18:28:09 +0100" value="0.12131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 18:28:09 +0100" endDate="2018-06-25 18:38:08 +0100" value="0.11558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca7cf0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 18:38:08 +0100" endDate="2018-06-25 18:43:54 +0100" value="0.05464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 18:43:54 +0100" endDate="2018-06-25 18:53:32 +0100" value="0.0703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 18:53:32 +0100" endDate="2018-06-25 19:03:27 +0100" value="0.13795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 19:03:27 +0100" endDate="2018-06-25 19:13:23 +0100" value="0.08757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 19:13:23 +0100" endDate="2018-06-25 19:22:26 +0100" value="0.09119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 19:38:40 +0100" startDate="2018-06-25 19:22:26 +0100" endDate="2018-06-25 19:32:24 +0100" value="0.0811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 20:33:40 +0100" startDate="2018-06-25 19:32:24 +0100" endDate="2018-06-25 19:41:26 +0100" value="0.07467"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 20:33:40 +0100" startDate="2018-06-25 19:41:26 +0100" endDate="2018-06-25 19:44:34 +0100" value="0.01302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 20:33:40 +0100" startDate="2018-06-25 20:13:19 +0100" endDate="2018-06-25 20:22:49 +0100" value="0.03848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 20:33:40 +0100" startDate="2018-06-25 20:22:49 +0100" endDate="2018-06-25 20:27:54 +0100" value="0.03825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 21:36:55 +0100" startDate="2018-06-25 20:27:54 +0100" endDate="2018-06-25 20:34:19 +0100" value="0.00528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 21:36:55 +0100" startDate="2018-06-25 20:34:19 +0100" endDate="2018-06-25 20:42:04 +0100" value="0.04847"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 23:19:11 +0100" startDate="2018-06-25 21:31:07 +0100" endDate="2018-06-25 21:41:06 +0100" value="0.23162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 23:19:11 +0100" startDate="2018-06-25 21:41:06 +0100" endDate="2018-06-25 21:46:30 +0100" value="0.23626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-25 23:19:11 +0100" startDate="2018-06-25 22:21:58 +0100" endDate="2018-06-25 22:28:47 +0100" value="0.02028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 06:32:35 +0100" startDate="2018-06-26 05:44:44 +0100" endDate="2018-06-26 05:54:19 +0100" value="0.05928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 06:32:35 +0100" startDate="2018-06-26 05:54:19 +0100" endDate="2018-06-26 06:03:30 +0100" value="0.00822"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 06:32:35 +0100" startDate="2018-06-26 06:12:37 +0100" endDate="2018-06-26 06:21:32 +0100" value="0.05972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 07:33:51 +0100" startDate="2018-06-26 06:21:32 +0100" endDate="2018-06-26 06:30:33 +0100" value="0.04751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 07:33:51 +0100" startDate="2018-06-26 06:30:33 +0100" endDate="2018-06-26 06:40:31 +0100" value="0.67566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 07:33:51 +0100" startDate="2018-06-26 06:40:31 +0100" endDate="2018-06-26 06:47:46 +0100" value="0.0819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 07:33:51 +0100" startDate="2018-06-26 07:01:58 +0100" endDate="2018-06-26 07:08:44 +0100" value="0.02478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 08:36:14 +0100" startDate="2018-06-26 07:46:58 +0100" endDate="2018-06-26 07:54:09 +0100" value="0.02729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 09:32:51 +0100" startDate="2018-06-26 08:45:59 +0100" endDate="2018-06-26 08:55:15 +0100" value="0.0292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 09:32:51 +0100" startDate="2018-06-26 08:55:15 +0100" endDate="2018-06-26 08:57:09 +0100" value="0.03336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 09:32:51 +0100" startDate="2018-06-26 09:22:39 +0100" endDate="2018-06-26 09:27:35 +0100" value="0.02527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 10:40:22 +0100" startDate="2018-06-26 09:27:35 +0100" endDate="2018-06-26 09:37:34 +0100" value="0.05944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 10:40:22 +0100" startDate="2018-06-26 09:37:34 +0100" endDate="2018-06-26 09:39:49 +0100" value="0.02071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 10:40:22 +0100" startDate="2018-06-26 09:49:06 +0100" endDate="2018-06-26 09:56:20 +0100" value="0.0384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 10:40:22 +0100" startDate="2018-06-26 09:58:26 +0100" endDate="2018-06-26 10:06:12 +0100" value="0.05196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 10:40:22 +0100" startDate="2018-06-26 10:17:35 +0100" endDate="2018-06-26 10:24:26 +0100" value="0.00462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 10:40:22 +0100" startDate="2018-06-26 10:24:26 +0100" endDate="2018-06-26 10:30:24 +0100" value="0.03209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 11:38:55 +0100" startDate="2018-06-26 10:35:59 +0100" endDate="2018-06-26 10:45:52 +0100" value="0.0057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 11:38:55 +0100" startDate="2018-06-26 10:45:52 +0100" endDate="2018-06-26 10:50:24 +0100" value="0.04643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 12:34:42 +0100" startDate="2018-06-26 11:32:50 +0100" endDate="2018-06-26 11:42:49 +0100" value="0.12792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 12:34:42 +0100" startDate="2018-06-26 11:42:49 +0100" endDate="2018-06-26 11:49:06 +0100" value="0.52049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 12:34:42 +0100" startDate="2018-06-26 11:49:06 +0100" endDate="2018-06-26 11:59:05 +0100" value="0.53897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 12:34:42 +0100" startDate="2018-06-26 11:59:05 +0100" endDate="2018-06-26 12:09:01 +0100" value="0.66022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 12:34:42 +0100" startDate="2018-06-26 12:09:01 +0100" endDate="2018-06-26 12:18:08 +0100" value="0.13829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 12:34:42 +0100" startDate="2018-06-26 12:18:08 +0100" endDate="2018-06-26 12:25:56 +0100" value="0.11499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 13:33:04 +0100" startDate="2018-06-26 13:12:39 +0100" endDate="2018-06-26 13:22:13 +0100" value="0.32815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 13:33:04 +0100" startDate="2018-06-26 13:22:13 +0100" endDate="2018-06-26 13:32:11 +0100" value="0.31094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 14:32:05 +0100" startDate="2018-06-26 13:32:11 +0100" endDate="2018-06-26 13:39:59 +0100" value="0.11834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 14:32:05 +0100" startDate="2018-06-26 13:39:59 +0100" endDate="2018-06-26 13:46:11 +0100" value="0.03155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 14:32:05 +0100" startDate="2018-06-26 13:46:11 +0100" endDate="2018-06-26 13:52:39 +0100" value="0.01587"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 14:32:05 +0100" startDate="2018-06-26 13:52:39 +0100" endDate="2018-06-26 14:02:09 +0100" value="0.23633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 14:32:05 +0100" startDate="2018-06-26 14:02:09 +0100" endDate="2018-06-26 14:03:54 +0100" value="0.0127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 15:32:54 +0100" startDate="2018-06-26 15:14:47 +0100" endDate="2018-06-26 15:24:45 +0100" value="0.14336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 16:32:05 +0100" startDate="2018-06-26 15:24:45 +0100" endDate="2018-06-26 15:28:34 +0100" value="0.13616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 16:32:05 +0100" startDate="2018-06-26 15:34:37 +0100" endDate="2018-06-26 15:41:33 +0100" value="0.02674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 16:32:05 +0100" startDate="2018-06-26 15:42:48 +0100" endDate="2018-06-26 15:49:14 +0100" value="0.01753"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 16:32:05 +0100" startDate="2018-06-26 15:49:14 +0100" endDate="2018-06-26 15:53:31 +0100" value="0.0037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 17:34:44 +0100" startDate="2018-06-26 17:13:51 +0100" endDate="2018-06-26 17:22:50 +0100" value="0.04307"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 18:39:02 +0100" startDate="2018-06-26 17:49:40 +0100" endDate="2018-06-26 17:59:39 +0100" value="0.07613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 18:39:02 +0100" startDate="2018-06-26 17:59:39 +0100" endDate="2018-06-26 18:09:22 +0100" value="0.52617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 18:39:02 +0100" startDate="2018-06-26 18:09:22 +0100" endDate="2018-06-26 18:17:33 +0100" value="0.21814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 18:39:02 +0100" startDate="2018-06-26 18:17:33 +0100" endDate="2018-06-26 18:22:36 +0100" value="0.00495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 19:35:50 +0100" startDate="2018-06-26 18:41:22 +0100" endDate="2018-06-26 18:49:42 +0100" value="0.02508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 19:35:50 +0100" startDate="2018-06-26 18:49:42 +0100" endDate="2018-06-26 18:53:01 +0100" value="0.01741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 20:33:26 +0100" startDate="2018-06-26 19:32:05 +0100" endDate="2018-06-26 19:38:33 +0100" value="0.01186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 20:33:26 +0100" startDate="2018-06-26 19:53:36 +0100" endDate="2018-06-26 20:01:56 +0100" value="0.02892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 21:33:02 +0100" startDate="2018-06-26 20:51:59 +0100" endDate="2018-06-26 20:59:03 +0100" value="0.0348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 21:33:02 +0100" startDate="2018-06-26 21:01:39 +0100" endDate="2018-06-26 21:09:31 +0100" value="0.05257"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 21:33:02 +0100" startDate="2018-06-26 21:09:31 +0100" endDate="2018-06-26 21:18:09 +0100" value="0.05034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 21:33:02 +0100" startDate="2018-06-26 21:20:04 +0100" endDate="2018-06-26 21:27:00 +0100" value="0.04245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 22:51:31 +0100" startDate="2018-06-26 21:27:00 +0100" endDate="2018-06-26 21:33:02 +0100" value="0.00308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 22:51:31 +0100" startDate="2018-06-26 21:41:00 +0100" endDate="2018-06-26 21:49:45 +0100" value="0.0555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 22:51:31 +0100" startDate="2018-06-26 21:49:45 +0100" endDate="2018-06-26 21:56:26 +0100" value="0.04954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-26 22:51:31 +0100" startDate="2018-06-26 22:11:24 +0100" endDate="2018-06-26 22:17:39 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 04:56:22 +0100" startDate="2018-06-27 03:54:13 +0100" endDate="2018-06-27 04:00:21 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 06:34:21 +0100" startDate="2018-06-27 06:18:29 +0100" endDate="2018-06-27 06:25:15 +0100" value="0.03026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 07:33:21 +0100" startDate="2018-06-27 06:42:36 +0100" endDate="2018-06-27 06:49:27 +0100" value="0.02866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 07:33:21 +0100" startDate="2018-06-27 06:50:39 +0100" endDate="2018-06-27 07:00:12 +0100" value="0.06507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 07:33:21 +0100" startDate="2018-06-27 07:00:12 +0100" endDate="2018-06-27 07:10:11 +0100" value="0.50966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 07:33:21 +0100" startDate="2018-06-27 07:10:11 +0100" endDate="2018-06-27 07:19:14 +0100" value="0.64126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 07:33:21 +0100" startDate="2018-06-27 07:19:14 +0100" endDate="2018-06-27 07:24:48 +0100" value="0.23591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 09:32:16 +0100" startDate="2018-06-27 08:31:31 +0100" endDate="2018-06-27 08:39:36 +0100" value="0.06584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 11:38:42 +0100" startDate="2018-06-27 10:58:04 +0100" endDate="2018-06-27 11:08:03 +0100" value="0.05817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 11:38:42 +0100" startDate="2018-06-27 11:08:03 +0100" endDate="2018-06-27 11:18:00 +0100" value="0.30258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 12:35:26 +0100" startDate="2018-06-27 12:16:49 +0100" endDate="2018-06-27 12:22:59 +0100" value="0.00621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 12:35:26 +0100" startDate="2018-06-27 12:24:29 +0100" endDate="2018-06-27 12:33:47 +0100" value="0.17948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 13:33:10 +0100" startDate="2018-06-27 12:33:47 +0100" endDate="2018-06-27 12:39:13 +0100" value="0.01095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 13:33:10 +0100" startDate="2018-06-27 12:57:36 +0100" endDate="2018-06-27 13:07:34 +0100" value="0.30702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 13:33:10 +0100" startDate="2018-06-27 13:07:34 +0100" endDate="2018-06-27 13:14:20 +0100" value="0.33342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 14:32:06 +0100" startDate="2018-06-27 13:27:57 +0100" endDate="2018-06-27 13:35:38 +0100" value="0.0156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 14:32:06 +0100" startDate="2018-06-27 13:35:38 +0100" endDate="2018-06-27 13:42:24 +0100" value="0.02782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 14:32:06 +0100" startDate="2018-06-27 13:42:24 +0100" endDate="2018-06-27 13:47:13 +0100" value="0.016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 14:32:06 +0100" startDate="2018-06-27 14:15:59 +0100" endDate="2018-06-27 14:25:45 +0100" value="0.07558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 15:58:28 +0100" startDate="2018-06-27 14:25:45 +0100" endDate="2018-06-27 14:35:45 +0100" value="0.23024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 15:58:28 +0100" startDate="2018-06-27 14:35:45 +0100" endDate="2018-06-27 14:41:05 +0100" value="0.10781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 15:58:28 +0100" startDate="2018-06-27 14:41:43 +0100" endDate="2018-06-27 14:50:03 +0100" value="0.01032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 15:58:28 +0100" startDate="2018-06-27 14:50:03 +0100" endDate="2018-06-27 15:00:02 +0100" value="0.10028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 15:58:28 +0100" startDate="2018-06-27 15:00:02 +0100" endDate="2018-06-27 15:02:16 +0100" value="0.01513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 15:58:28 +0100" startDate="2018-06-27 15:07:53 +0100" endDate="2018-06-27 15:17:13 +0100" value="0.03113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 15:58:28 +0100" startDate="2018-06-27 15:43:11 +0100" endDate="2018-06-27 15:53:10 +0100" value="0.30732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 16:33:51 +0100" startDate="2018-06-27 15:53:10 +0100" endDate="2018-06-27 15:58:27 +0100" value="0.39171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 17:32:11 +0100" startDate="2018-06-27 16:39:08 +0100" endDate="2018-06-27 16:48:49 +0100" value="0.07562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 17:32:11 +0100" startDate="2018-06-27 16:48:49 +0100" endDate="2018-06-27 16:57:53 +0100" value="0.03775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 17:32:11 +0100" startDate="2018-06-27 16:57:53 +0100" endDate="2018-06-27 17:07:15 +0100" value="0.00982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 17:32:11 +0100" startDate="2018-06-27 17:07:15 +0100" endDate="2018-06-27 17:15:22 +0100" value="0.07026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 17:32:11 +0100" startDate="2018-06-27 17:15:38 +0100" endDate="2018-06-27 17:23:57 +0100" value="0.04072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 18:32:52 +0100" startDate="2018-06-27 17:23:57 +0100" endDate="2018-06-27 17:33:57 +0100" value="0.09891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 18:32:52 +0100" startDate="2018-06-27 17:33:57 +0100" endDate="2018-06-27 17:34:25 +0100" value="0.00872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 18:32:52 +0100" startDate="2018-06-27 17:39:27 +0100" endDate="2018-06-27 17:47:55 +0100" value="0.03971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 20:03:03 +0100" startDate="2018-06-27 19:36:38 +0100" endDate="2018-06-27 19:42:38 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 20:33:51 +0100" startDate="2018-06-27 20:02:30 +0100" endDate="2018-06-27 20:09:16 +0100" value="0.00576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 20:33:51 +0100" startDate="2018-06-27 20:19:18 +0100" endDate="2018-06-27 20:26:06 +0100" value="0.00227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 22:20:23 +0100" startDate="2018-06-27 20:26:06 +0100" endDate="2018-06-27 20:32:57 +0100" value="0.02561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 22:20:23 +0100" startDate="2018-06-27 20:36:47 +0100" endDate="2018-06-27 20:44:46 +0100" value="0.03704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 22:20:23 +0100" startDate="2018-06-27 20:44:46 +0100" endDate="2018-06-27 20:52:51 +0100" value="0.05798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 22:20:23 +0100" startDate="2018-06-27 20:58:33 +0100" endDate="2018-06-27 21:05:51 +0100" value="0.02304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 22:20:23 +0100" startDate="2018-06-27 21:09:35 +0100" endDate="2018-06-27 21:17:30 +0100" value="0.06164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 22:20:23 +0100" startDate="2018-06-27 21:58:54 +0100" endDate="2018-06-27 22:08:25 +0100" value="0.10671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 22:20:23 +0100" startDate="2018-06-27 22:08:25 +0100" endDate="2018-06-27 22:12:35 +0100" value="0.01889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-27 23:08:50 +0100" startDate="2018-06-27 22:19:49 +0100" endDate="2018-06-27 22:24:01 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 06:33:18 +0100" startDate="2018-06-28 05:47:28 +0100" endDate="2018-06-28 05:56:30 +0100" value="0.00946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 06:33:18 +0100" startDate="2018-06-28 06:03:16 +0100" endDate="2018-06-28 06:10:56 +0100" value="0.03159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 06:33:18 +0100" startDate="2018-06-28 06:10:56 +0100" endDate="2018-06-28 06:14:50 +0100" value="0.01168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 06:27:21 +0100" endDate="2018-06-28 06:34:02 +0100" value="0.0154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 06:34:02 +0100" endDate="2018-06-28 06:43:20 +0100" value="0.04554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 06:43:20 +0100" endDate="2018-06-28 06:51:54 +0100" value="0.13254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 06:51:54 +0100" endDate="2018-06-28 07:01:52 +0100" value="0.6235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 07:01:52 +0100" endDate="2018-06-28 07:11:37 +0100" value="0.27468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 07:11:37 +0100" endDate="2018-06-28 07:14:35 +0100" value="0.05038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 07:34:59 +0100" startDate="2018-06-28 07:19:24 +0100" endDate="2018-06-28 07:25:52 +0100" value="0.00168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 08:34:37 +0100" startDate="2018-06-28 07:25:52 +0100" endDate="2018-06-28 07:35:47 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 08:34:37 +0100" startDate="2018-06-28 07:59:56 +0100" endDate="2018-06-28 08:09:20 +0100" value="0.02407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 08:34:37 +0100" startDate="2018-06-28 08:09:20 +0100" endDate="2018-06-28 08:12:57 +0100" value="0.02393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 09:32:17 +0100" startDate="2018-06-28 09:05:10 +0100" endDate="2018-06-28 09:11:12 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 11:40:48 +0100" startDate="2018-06-28 10:47:16 +0100" endDate="2018-06-28 10:53:49 +0100" value="0.02066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 11:40:48 +0100" startDate="2018-06-28 10:53:49 +0100" endDate="2018-06-28 11:03:49 +0100" value="0.28758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 11:40:48 +0100" startDate="2018-06-28 11:03:49 +0100" endDate="2018-06-28 11:13:16 +0100" value="0.42764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 12:32:51 +0100" startDate="2018-06-28 11:52:44 +0100" endDate="2018-06-28 12:02:44 +0100" value="0.09871"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 12:32:51 +0100" startDate="2018-06-28 12:02:44 +0100" endDate="2018-06-28 12:12:24 +0100" value="0.7213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 12:32:51 +0100" startDate="2018-06-28 12:12:24 +0100" endDate="2018-06-28 12:20:29 +0100" value="0.03931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 12:32:51 +0100" startDate="2018-06-28 12:20:29 +0100" endDate="2018-06-28 12:30:28 +0100" value="0.31661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 13:32:28 +0100" startDate="2018-06-28 12:30:28 +0100" endDate="2018-06-28 12:40:07 +0100" value="0.51801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 13:32:28 +0100" startDate="2018-06-28 12:40:07 +0100" endDate="2018-06-28 12:49:18 +0100" value="0.05573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 13:32:28 +0100" startDate="2018-06-28 13:03:50 +0100" endDate="2018-06-28 13:10:36 +0100" value="0.04888"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 14:33:31 +0100" startDate="2018-06-28 13:23:49 +0100" endDate="2018-06-28 13:32:44 +0100" value="0.08288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 15:32:08 +0100" startDate="2018-06-28 14:30:44 +0100" endDate="2018-06-28 14:39:06 +0100" value="0.01765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 15:32:08 +0100" startDate="2018-06-28 14:39:06 +0100" endDate="2018-06-28 14:48:10 +0100" value="0.10953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 16:33:41 +0100" startDate="2018-06-28 15:24:05 +0100" endDate="2018-06-28 15:34:04 +0100" value="0.41361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 16:33:41 +0100" startDate="2018-06-28 15:34:04 +0100" endDate="2018-06-28 15:35:43 +0100" value="0.12369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 16:33:41 +0100" startDate="2018-06-28 15:46:52 +0100" endDate="2018-06-28 15:52:57 +0100" value="0.00988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 16:33:41 +0100" startDate="2018-06-28 15:55:50 +0100" endDate="2018-06-28 16:05:18 +0100" value="0.25594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 16:33:41 +0100" startDate="2018-06-28 16:05:18 +0100" endDate="2018-06-28 16:15:18 +0100" value="0.85927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 16:33:41 +0100" startDate="2018-06-28 16:15:18 +0100" endDate="2018-06-28 16:22:35 +0100" value="0.0642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 17:32:05 +0100" startDate="2018-06-28 17:01:42 +0100" endDate="2018-06-28 17:08:36 +0100" value="0.02944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 17:32:05 +0100" startDate="2018-06-28 17:17:43 +0100" endDate="2018-06-28 17:24:06 +0100" value="0.01174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 18:31:58 +0100" startDate="2018-06-28 18:12:37 +0100" endDate="2018-06-28 18:19:26 +0100" value="0.02601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 18:31:58 +0100" startDate="2018-06-28 18:19:26 +0100" endDate="2018-06-28 18:27:49 +0100" value="0.15763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 19:32:26 +0100" startDate="2018-06-28 18:47:37 +0100" endDate="2018-06-28 18:54:20 +0100" value="0.03127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 19:24:32 +0100" endDate="2018-06-28 19:32:39 +0100" value="0.06807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 19:32:39 +0100" endDate="2018-06-28 19:42:36 +0100" value="0.1505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 19:42:36 +0100" endDate="2018-06-28 19:45:57 +0100" value="0.04986"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 20:13:16 +0100" endDate="2018-06-28 20:19:24 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 20:52:32 +0100" endDate="2018-06-28 20:58:45 +0100" value="0.00692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 21:26:18 +0100" endDate="2018-06-28 21:36:18 +0100" value="0.22221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 21:36:18 +0100" endDate="2018-06-28 21:45:20 +0100" value="0.03735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 21:57:27 +0100" startDate="2018-06-28 21:45:20 +0100" endDate="2018-06-28 21:54:27 +0100" value="0.04958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 22:12:30 +0100" startDate="2018-06-28 21:54:27 +0100" endDate="2018-06-28 21:57:30 +0100" value="0.01266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 23:04:41 +0100" startDate="2018-06-28 22:15:00 +0100" endDate="2018-06-28 22:24:59 +0100" value="0.31177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-28 23:04:41 +0100" startDate="2018-06-28 22:24:59 +0100" endDate="2018-06-28 22:34:36 +0100" value="0.20383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 06:33:08 +0100" startDate="2018-06-29 06:16:00 +0100" endDate="2018-06-29 06:22:33 +0100" value="0.02095"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 07:35:57 +0100" startDate="2018-06-29 06:29:41 +0100" endDate="2018-06-29 06:36:31 +0100" value="0.0275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 07:35:57 +0100" startDate="2018-06-29 06:42:21 +0100" endDate="2018-06-29 06:52:14 +0100" value="0.2101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 07:35:57 +0100" startDate="2018-06-29 06:52:14 +0100" endDate="2018-06-29 07:02:12 +0100" value="0.62997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 07:35:57 +0100" startDate="2018-06-29 07:02:12 +0100" endDate="2018-06-29 07:10:11 +0100" value="0.11913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 10:32:10 +0100" startDate="2018-06-29 10:16:12 +0100" endDate="2018-06-29 10:24:09 +0100" value="0.07427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 11:32:50 +0100" startDate="2018-06-29 10:24:09 +0100" endDate="2018-06-29 10:31:04 +0100" value="0.02409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 11:32:50 +0100" startDate="2018-06-29 10:31:04 +0100" endDate="2018-06-29 10:41:02 +0100" value="0.26245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 11:32:50 +0100" startDate="2018-06-29 10:41:02 +0100" endDate="2018-06-29 10:50:59 +0100" value="0.36158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 12:35:28 +0100" startDate="2018-06-29 11:29:30 +0100" endDate="2018-06-29 11:38:58 +0100" value="0.17715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 12:35:28 +0100" startDate="2018-06-29 11:38:58 +0100" endDate="2018-06-29 11:48:47 +0100" value="0.36141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 12:35:28 +0100" startDate="2018-06-29 11:48:47 +0100" endDate="2018-06-29 11:55:08 +0100" value="0.03313"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 12:35:28 +0100" startDate="2018-06-29 11:57:25 +0100" endDate="2018-06-29 12:05:22 +0100" value="0.05411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 12:35:28 +0100" startDate="2018-06-29 12:10:03 +0100" endDate="2018-06-29 12:20:01 +0100" value="0.22776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 12:35:28 +0100" startDate="2018-06-29 12:20:01 +0100" endDate="2018-06-29 12:29:31 +0100" value="0.49426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 13:35:10 +0100" startDate="2018-06-29 12:39:43 +0100" endDate="2018-06-29 12:49:42 +0100" value="0.06198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 13:35:10 +0100" startDate="2018-06-29 12:49:42 +0100" endDate="2018-06-29 12:52:00 +0100" value="0.05"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 13:35:10 +0100" startDate="2018-06-29 13:16:25 +0100" endDate="2018-06-29 13:26:09 +0100" value="0.06182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 14:37:06 +0100" startDate="2018-06-29 13:26:09 +0100" endDate="2018-06-29 13:29:52 +0100" value="0.03965"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 14:37:06 +0100" startDate="2018-06-29 13:43:27 +0100" endDate="2018-06-29 13:52:17 +0100" value="0.03995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 15:41:08 +0100" startDate="2018-06-29 15:18:10 +0100" endDate="2018-06-29 15:27:52 +0100" value="0.0638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 15:41:08 +0100" startDate="2018-06-29 15:27:52 +0100" endDate="2018-06-29 15:37:50 +0100" value="0.52826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 15:37:50 +0100" endDate="2018-06-29 15:47:48 +0100" value="0.70882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 15:47:48 +0100" endDate="2018-06-29 15:57:26 +0100" value="0.21718"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 15:57:26 +0100" endDate="2018-06-29 16:07:16 +0100" value="0.12361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 16:07:16 +0100" endDate="2018-06-29 16:17:14 +0100" value="0.18365"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 16:17:14 +0100" endDate="2018-06-29 16:27:12 +0100" value="0.07343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 16:27:12 +0100" endDate="2018-06-29 16:36:03 +0100" value="0.25548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 16:36:03 +0100" endDate="2018-06-29 16:42:07 +0100" value="0.15803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 16:42:07 +0100" endDate="2018-06-29 16:52:06 +0100" value="0.17857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 17:03:26 +0100" startDate="2018-06-29 16:52:06 +0100" endDate="2018-06-29 16:53:47 +0100" value="0.10806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 17:33:31 +0100" startDate="2018-06-29 16:53:47 +0100" endDate="2018-06-29 17:03:42 +0100" value="0.0133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 17:33:31 +0100" startDate="2018-06-29 17:03:42 +0100" endDate="2018-06-29 17:13:35 +0100" value="0.05341"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 18:34:42 +0100" startDate="2018-06-29 17:27:16 +0100" endDate="2018-06-29 17:34:57 +0100" value="0.0404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 19:33:31 +0100" startDate="2018-06-29 18:38:01 +0100" endDate="2018-06-29 18:45:30 +0100" value="0.01734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 22:19:41 +0100" startDate="2018-06-29 21:25:04 +0100" endDate="2018-06-29 21:31:27 +0100" value="0.01523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cd80f0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 22:19:41 +0100" startDate="2018-06-29 21:31:27 +0100" endDate="2018-06-29 21:37:41 +0100" value="0.01508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-29 22:19:41 +0100" startDate="2018-06-29 21:44:26 +0100" endDate="2018-06-29 21:51:43 +0100" value="0.04649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-29 22:56:20 +0100" endDate="2018-06-29 23:04:33 +0100" value="0.061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-29 23:07:23 +0100" endDate="2018-06-29 23:15:34 +0100" value="0.0098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-29 23:36:26 +0100" endDate="2018-06-29 23:46:26 +0100" value="0.06414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-29 23:46:26 +0100" endDate="2018-06-29 23:55:31 +0100" value="0.30582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-29 23:55:31 +0100" endDate="2018-06-29 23:58:31 +0100" value="0.04021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 00:09:46 +0100" endDate="2018-06-30 00:17:35 +0100" value="0.04752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 00:17:35 +0100" endDate="2018-06-30 00:27:14 +0100" value="0.10496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 00:27:14 +0100" endDate="2018-06-30 00:36:49 +0100" value="0.05774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 00:36:49 +0100" endDate="2018-06-30 00:46:40 +0100" value="0.06663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 00:46:40 +0100" endDate="2018-06-30 00:56:29 +0100" value="0.1997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 00:56:29 +0100" endDate="2018-06-30 01:04:40 +0100" value="0.03477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 01:04:40 +0100" endDate="2018-06-30 01:14:04 +0100" value="0.15497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 01:14:04 +0100" endDate="2018-06-30 01:23:40 +0100" value="0.13407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 01:23:40 +0100" endDate="2018-06-30 01:31:33 +0100" value="0.10761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 01:31:33 +0100" endDate="2018-06-30 01:41:30 +0100" value="0.10164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 01:41:30 +0100" endDate="2018-06-30 01:51:08 +0100" value="0.09627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 02:03:11 +0100" startDate="2018-06-30 01:51:08 +0100" endDate="2018-06-30 02:01:07 +0100" value="0.03245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 03:06:59 +0100" startDate="2018-06-30 02:01:07 +0100" endDate="2018-06-30 02:11:05 +0100" value="0.18242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 03:06:59 +0100" startDate="2018-06-30 02:11:05 +0100" endDate="2018-06-30 02:20:37 +0100" value="0.09875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 03:06:59 +0100" startDate="2018-06-30 02:20:37 +0100" endDate="2018-06-30 02:30:37 +0100" value="0.07005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 03:06:59 +0100" startDate="2018-06-30 02:30:37 +0100" endDate="2018-06-30 02:39:36 +0100" value="0.03852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 03:06:59 +0100" startDate="2018-06-30 02:39:36 +0100" endDate="2018-06-30 02:48:56 +0100" value="0.0519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 03:06:59 +0100" startDate="2018-06-30 02:48:56 +0100" endDate="2018-06-30 02:58:53 +0100" value="0.26007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 04:11:42 +0100" startDate="2018-06-30 02:58:53 +0100" endDate="2018-06-30 03:08:26 +0100" value="0.14939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 04:11:42 +0100" startDate="2018-06-30 03:08:26 +0100" endDate="2018-06-30 03:18:21 +0100" value="0.27742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 04:11:42 +0100" startDate="2018-06-30 03:18:21 +0100" endDate="2018-06-30 03:27:05 +0100" value="0.10225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 04:11:42 +0100" startDate="2018-06-30 03:27:05 +0100" endDate="2018-06-30 03:29:40 +0100" value="0.00612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 04:11:42 +0100" startDate="2018-06-30 03:42:37 +0100" endDate="2018-06-30 03:52:33 +0100" value="0.08329"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 04:11:42 +0100" startDate="2018-06-30 03:52:33 +0100" endDate="2018-06-30 04:02:33 +0100" value="0.17796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 05:07:29 +0100" startDate="2018-06-30 04:02:33 +0100" endDate="2018-06-30 04:09:51 +0100" value="0.45233"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 07:48:37 +0100" startDate="2018-06-30 06:53:18 +0100" endDate="2018-06-30 07:01:52 +0100" value="0.01239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 10:48:16 +0100" startDate="2018-06-30 09:50:37 +0100" endDate="2018-06-30 09:56:57 +0100" value="0.02202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 10:48:16 +0100" startDate="2018-06-30 10:02:13 +0100" endDate="2018-06-30 10:08:57 +0100" value="0.02032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 10:48:16 +0100" startDate="2018-06-30 10:27:12 +0100" endDate="2018-06-30 10:34:44 +0100" value="0.05695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 12:46:34 +0100" startDate="2018-06-30 11:55:41 +0100" endDate="2018-06-30 12:05:31 +0100" value="0.14864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 13:47:57 +0100" startDate="2018-06-30 12:55:11 +0100" endDate="2018-06-30 13:03:55 +0100" value="0.09692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 13:47:57 +0100" startDate="2018-06-30 13:33:05 +0100" endDate="2018-06-30 13:39:07 +0100" value="0.00524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 14:51:45 +0100" startDate="2018-06-30 13:50:55 +0100" endDate="2018-06-30 14:00:41 +0100" value="0.06038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 14:51:45 +0100" startDate="2018-06-30 14:00:41 +0100" endDate="2018-06-30 14:02:36 +0100" value="0.00851"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 15:50:22 +0100" startDate="2018-06-30 14:56:39 +0100" endDate="2018-06-30 15:02:55 +0100" value="0.0043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-06-30 18:51:09 +0100" startDate="2018-06-30 17:52:45 +0100" endDate="2018-06-30 17:59:06 +0100" value="0.00462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 09:05:32 +0100" startDate="2018-06-30 21:49:15 +0100" endDate="2018-06-30 21:55:51 +0100" value="0.00896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 09:05:32 +0100" startDate="2018-06-30 21:55:51 +0100" endDate="2018-06-30 22:02:18 +0100" value="0.03471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 09:05:32 +0100" startDate="2018-07-01 08:39:28 +0100" endDate="2018-07-01 08:45:35 +0100" value="0.01088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 09:05:32 +0100" startDate="2018-07-01 08:52:14 +0100" endDate="2018-07-01 09:02:09 +0100" value="0.08305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 09:20:45 +0100" startDate="2018-07-01 09:02:09 +0100" endDate="2018-07-01 09:07:02 +0100" value="0.06576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 10:21:45 +0100" startDate="2018-07-01 09:48:20 +0100" endDate="2018-07-01 09:57:23 +0100" value="0.21278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 10:21:45 +0100" startDate="2018-07-01 09:59:03 +0100" endDate="2018-07-01 10:09:02 +0100" value="0.08368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 11:15:34 +0100" startDate="2018-07-01 10:18:22 +0100" endDate="2018-07-01 10:28:22 +0100" value="0.00838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 11:15:34 +0100" startDate="2018-07-01 10:28:22 +0100" endDate="2018-07-01 10:28:24 +0100" value="0.00414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 11:15:34 +0100" startDate="2018-07-01 10:34:46 +0100" endDate="2018-07-01 10:43:19 +0100" value="0.0128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 12:15:37 +0100" startDate="2018-07-01 12:00:05 +0100" endDate="2018-07-01 12:06:18 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 13:16:58 +0100" startDate="2018-07-01 12:23:32 +0100" endDate="2018-07-01 12:32:08 +0100" value="0.19673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 14:15:30 +0100" startDate="2018-07-01 13:16:11 +0100" endDate="2018-07-01 13:25:28 +0100" value="0.11496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 14:15:30 +0100" startDate="2018-07-01 13:25:28 +0100" endDate="2018-07-01 13:35:26 +0100" value="0.23089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 14:15:30 +0100" startDate="2018-07-01 13:35:26 +0100" endDate="2018-07-01 13:45:23 +0100" value="0.62657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 14:15:30 +0100" startDate="2018-07-01 13:45:23 +0100" endDate="2018-07-01 13:55:22 +0100" value="0.55849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 14:15:30 +0100" startDate="2018-07-01 13:55:22 +0100" endDate="2018-07-01 14:02:16 +0100" value="0.19867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 16:20:56 +0100" startDate="2018-07-01 15:25:17 +0100" endDate="2018-07-01 15:35:16 +0100" value="0.08625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 16:20:56 +0100" startDate="2018-07-01 15:35:16 +0100" endDate="2018-07-01 15:45:15 +0100" value="0.45942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 16:20:56 +0100" startDate="2018-07-01 15:45:15 +0100" endDate="2018-07-01 15:52:47 +0100" value="0.11972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 16:20:56 +0100" startDate="2018-07-01 15:52:47 +0100" endDate="2018-07-01 16:02:25 +0100" value="0.0477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 18:21:48 +0100" startDate="2018-07-01 17:38:56 +0100" endDate="2018-07-01 17:48:55 +0100" value="0.04242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 18:21:48 +0100" startDate="2018-07-01 17:48:55 +0100" endDate="2018-07-01 17:52:08 +0100" value="0.08481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 19:15:34 +0100" startDate="2018-07-01 18:33:54 +0100" endDate="2018-07-01 18:43:48 +0100" value="0.14752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 19:15:34 +0100" startDate="2018-07-01 18:50:30 +0100" endDate="2018-07-01 18:57:16 +0100" value="0.02702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 19:15:34 +0100" startDate="2018-07-01 19:00:13 +0100" endDate="2018-07-01 19:10:02 +0100" value="0.04493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 20:21:57 +0100" startDate="2018-07-01 19:10:02 +0100" endDate="2018-07-01 19:20:02 +0100" value="0.67637"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 20:21:57 +0100" startDate="2018-07-01 19:20:02 +0100" endDate="2018-07-01 19:26:00 +0100" value="0.4019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 20:21:57 +0100" startDate="2018-07-01 19:26:00 +0100" endDate="2018-07-01 19:35:59 +0100" value="0.28804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 20:21:57 +0100" startDate="2018-07-01 19:35:59 +0100" endDate="2018-07-01 19:45:58 +0100" value="0.27185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 20:21:57 +0100" startDate="2018-07-01 19:45:58 +0100" endDate="2018-07-01 19:55:28 +0100" value="0.50734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 22:08:21 +0100" startDate="2018-07-01 21:52:47 +0100" endDate="2018-07-01 22:02:46 +0100" value="0.23522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 23:00:03 +0100" startDate="2018-07-01 22:02:46 +0100" endDate="2018-07-01 22:12:44 +0100" value="0.51796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 23:00:03 +0100" startDate="2018-07-01 22:12:44 +0100" endDate="2018-07-01 22:22:19 +0100" value="0.62632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-01 23:43:47 +0100" startDate="2018-07-01 22:55:12 +0100" endDate="2018-07-01 23:01:20 +0100" value="0.00942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 06:17:29 +0100" startDate="2018-07-02 05:36:35 +0100" endDate="2018-07-02 05:43:01 +0100" value="0.00912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 06:17:29 +0100" startDate="2018-07-02 05:54:52 +0100" endDate="2018-07-02 06:04:29 +0100" value="0.03012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 06:17:29 +0100" startDate="2018-07-02 06:04:29 +0100" endDate="2018-07-02 06:14:20 +0100" value="0.08555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 07:17:00 +0100" startDate="2018-07-02 06:14:20 +0100" endDate="2018-07-02 06:24:18 +0100" value="0.6526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 07:17:00 +0100" startDate="2018-07-02 06:24:18 +0100" endDate="2018-07-02 06:34:18 +0100" value="0.11162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 07:17:00 +0100" startDate="2018-07-02 06:34:18 +0100" endDate="2018-07-02 06:44:16 +0100" value="0.07846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 07:17:00 +0100" startDate="2018-07-02 06:44:16 +0100" endDate="2018-07-02 06:53:50 +0100" value="0.05314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 07:17:00 +0100" startDate="2018-07-02 06:53:50 +0100" endDate="2018-07-02 07:03:49 +0100" value="0.57585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 07:17:00 +0100" startDate="2018-07-02 07:03:49 +0100" endDate="2018-07-02 07:13:47 +0100" value="0.01877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 08:24:19 +0100" startDate="2018-07-02 07:13:47 +0100" endDate="2018-07-02 07:19:59 +0100" value="0.01744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 08:24:19 +0100" startDate="2018-07-02 07:24:03 +0100" endDate="2018-07-02 07:31:52 +0100" value="0.02224"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 08:24:19 +0100" startDate="2018-07-02 07:45:41 +0100" endDate="2018-07-02 07:54:29 +0100" value="0.03673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 08:50:24 +0100" startDate="2018-07-02 08:22:47 +0100" endDate="2018-07-02 08:31:05 +0100" value="0.02202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 08:50:24 +0100" startDate="2018-07-02 08:31:05 +0100" endDate="2018-07-02 08:34:33 +0100" value="0.04371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 09:50:24 +0100" startDate="2018-07-02 09:32:46 +0100" endDate="2018-07-02 09:42:04 +0100" value="0.06173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 10:55:36 +0100" startDate="2018-07-02 09:42:04 +0100" endDate="2018-07-02 09:47:39 +0100" value="0.01322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 10:55:36 +0100" startDate="2018-07-02 10:16:59 +0100" endDate="2018-07-02 10:23:28 +0100" value="0.0174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 12:50:30 +0100" startDate="2018-07-02 12:21:33 +0100" endDate="2018-07-02 12:31:17 +0100" value="0.04985"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 12:50:30 +0100" startDate="2018-07-02 12:31:17 +0100" endDate="2018-07-02 12:35:26 +0100" value="0.03942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 13:51:51 +0100" startDate="2018-07-02 13:33:34 +0100" endDate="2018-07-02 13:40:35 +0100" value="0.04581"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 13:51:51 +0100" startDate="2018-07-02 13:40:35 +0100" endDate="2018-07-02 13:50:12 +0100" value="0.03613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 14:59:27 +0100" startDate="2018-07-02 13:50:12 +0100" endDate="2018-07-02 13:51:33 +0100" value="0.03358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 15:50:20 +0100" startDate="2018-07-02 15:22:24 +0100" endDate="2018-07-02 15:31:55 +0100" value="0.03143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 15:50:20 +0100" startDate="2018-07-02 15:31:55 +0100" endDate="2018-07-02 15:40:35 +0100" value="0.02402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 16:54:56 +0100" startDate="2018-07-02 15:40:35 +0100" endDate="2018-07-02 15:50:27 +0100" value="0.34229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 16:54:56 +0100" startDate="2018-07-02 15:50:27 +0100" endDate="2018-07-02 15:58:55 +0100" value="0.06982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 17:51:32 +0100" startDate="2018-07-02 17:40:08 +0100" endDate="2018-07-02 17:49:45 +0100" value="0.05278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 17:49:45 +0100" endDate="2018-07-02 17:53:51 +0100" value="0.12859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 17:56:06 +0100" endDate="2018-07-02 18:02:09 +0100" value="0.00432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 18:25:11 +0100" endDate="2018-07-02 18:34:54 +0100" value="0.07173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 18:34:54 +0100" endDate="2018-07-02 18:44:52 +0100" value="0.54661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 18:44:52 +0100" endDate="2018-07-02 18:54:50 +0100" value="0.68194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 19:02:19 +0100" endDate="2018-07-02 19:12:17 +0100" value="0.47554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 19:25:51 +0100" startDate="2018-07-02 19:12:17 +0100" endDate="2018-07-02 19:18:23 +0100" value="0.26123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 19:55:21 +0100" startDate="2018-07-02 19:18:23 +0100" endDate="2018-07-02 19:28:13 +0100" value="0.03926"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 20:50:29 +0100" startDate="2018-07-02 19:58:05 +0100" endDate="2018-07-02 20:05:14 +0100" value="0.04293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 22:39:05 +0100" startDate="2018-07-02 20:48:58 +0100" endDate="2018-07-02 20:56:34 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 22:39:05 +0100" startDate="2018-07-02 20:56:34 +0100" endDate="2018-07-02 21:01:31 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 22:39:05 +0100" startDate="2018-07-02 21:02:07 +0100" endDate="2018-07-02 21:08:48 +0100" value="0.0008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 22:39:05 +0100" startDate="2018-07-02 22:00:30 +0100" endDate="2018-07-02 22:10:03 +0100" value="0.0044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 22:39:05 +0100" startDate="2018-07-02 22:10:03 +0100" endDate="2018-07-02 22:18:47 +0100" value="0.02357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 22:39:05 +0100" startDate="2018-07-02 22:18:47 +0100" endDate="2018-07-02 22:24:42 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-02 23:15:01 +0100" startDate="2018-07-02 22:31:32 +0100" endDate="2018-07-02 22:37:48 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 07:57:55 +0100" startDate="2018-07-03 06:50:27 +0100" endDate="2018-07-03 06:59:16 +0100" value="0.05207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 07:57:55 +0100" startDate="2018-07-03 07:00:44 +0100" endDate="2018-07-03 07:10:44 +0100" value="0.02048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 07:57:55 +0100" startDate="2018-07-03 07:10:44 +0100" endDate="2018-07-03 07:20:41 +0100" value="0.63253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 07:57:55 +0100" startDate="2018-07-03 07:20:41 +0100" endDate="2018-07-03 07:24:15 +0100" value="0.2347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 09:51:49 +0100" startDate="2018-07-03 09:39:14 +0100" endDate="2018-07-03 09:45:39 +0100" value="0.00574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 11:50:50 +0100" startDate="2018-07-03 10:51:02 +0100" endDate="2018-07-03 11:00:31 +0100" value="0.05162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 11:50:50 +0100" startDate="2018-07-03 11:00:31 +0100" endDate="2018-07-03 11:10:29 +0100" value="0.10867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 11:50:50 +0100" startDate="2018-07-03 11:10:29 +0100" endDate="2018-07-03 11:18:13 +0100" value="0.5793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 11:50:50 +0100" startDate="2018-07-03 11:18:13 +0100" endDate="2018-07-03 11:28:11 +0100" value="0.43051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 11:50:50 +0100" startDate="2018-07-03 11:28:11 +0100" endDate="2018-07-03 11:29:35 +0100" value="0.08803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 12:57:03 +0100" startDate="2018-07-03 11:44:35 +0100" endDate="2018-07-03 11:54:34 +0100" value="0.42073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 12:57:03 +0100" startDate="2018-07-03 11:54:34 +0100" endDate="2018-07-03 12:03:32 +0100" value="0.42594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 12:57:03 +0100" startDate="2018-07-03 12:03:32 +0100" endDate="2018-07-03 12:13:30 +0100" value="0.36495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 12:57:03 +0100" startDate="2018-07-03 12:13:30 +0100" endDate="2018-07-03 12:16:13 +0100" value="0.00396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 12:57:03 +0100" startDate="2018-07-03 12:19:34 +0100" endDate="2018-07-03 12:26:14 +0100" value="0.01874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 13:52:51 +0100" startDate="2018-07-03 13:04:04 +0100" endDate="2018-07-03 13:14:03 +0100" value="0.14913"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 13:52:51 +0100" startDate="2018-07-03 13:14:03 +0100" endDate="2018-07-03 13:23:56 +0100" value="0.74876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 13:52:51 +0100" startDate="2018-07-03 13:23:56 +0100" endDate="2018-07-03 13:26:46 +0100" value="0.03147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 14:50:27 +0100" startDate="2018-07-03 13:48:23 +0100" endDate="2018-07-03 13:58:22 +0100" value="0.09185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 14:50:27 +0100" startDate="2018-07-03 13:58:22 +0100" endDate="2018-07-03 14:04:51 +0100" value="0.23325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 14:50:27 +0100" startDate="2018-07-03 14:31:36 +0100" endDate="2018-07-03 14:41:31 +0100" value="0.04059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 15:59:43 +0100" startDate="2018-07-03 14:41:31 +0100" endDate="2018-07-03 14:51:06 +0100" value="0.29167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 15:59:43 +0100" startDate="2018-07-03 14:51:06 +0100" endDate="2018-07-03 14:52:43 +0100" value="0.02168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 15:59:43 +0100" startDate="2018-07-03 15:01:46 +0100" endDate="2018-07-03 15:11:45 +0100" value="0.16006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 15:59:43 +0100" startDate="2018-07-03 15:11:45 +0100" endDate="2018-07-03 15:16:18 +0100" value="0.40487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 16:56:03 +0100" startDate="2018-07-03 16:04:54 +0100" endDate="2018-07-03 16:14:52 +0100" value="0.29749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 16:56:03 +0100" startDate="2018-07-03 16:14:52 +0100" endDate="2018-07-03 16:19:52 +0100" value="0.20207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 16:56:03 +0100" startDate="2018-07-03 16:19:52 +0100" endDate="2018-07-03 16:25:47 +0100" value="0.0092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 16:56:03 +0100" startDate="2018-07-03 16:25:47 +0100" endDate="2018-07-03 16:35:47 +0100" value="0.39569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 16:56:03 +0100" startDate="2018-07-03 16:35:47 +0100" endDate="2018-07-03 16:44:57 +0100" value="0.59896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 16:56:03 +0100" startDate="2018-07-03 16:44:57 +0100" endDate="2018-07-03 16:54:15 +0100" value="0.05386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 17:51:30 +0100" startDate="2018-07-03 16:54:15 +0100" endDate="2018-07-03 16:59:52 +0100" value="0.04173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 17:51:30 +0100" startDate="2018-07-03 17:35:32 +0100" endDate="2018-07-03 17:41:54 +0100" value="0.0158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 19:57:58 +0100" startDate="2018-07-03 17:59:28 +0100" endDate="2018-07-03 18:08:36 +0100" value="0.02208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 19:57:58 +0100" startDate="2018-07-03 18:16:13 +0100" endDate="2018-07-03 18:22:45 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 19:57:58 +0100" startDate="2018-07-03 18:25:48 +0100" endDate="2018-07-03 18:32:31 +0100" value="0.02579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 19:57:58 +0100" startDate="2018-07-03 18:48:40 +0100" endDate="2018-07-03 18:55:05 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 19:57:58 +0100" startDate="2018-07-03 18:59:41 +0100" endDate="2018-07-03 19:05:58 +0100" value="0.00962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 19:57:58 +0100" startDate="2018-07-03 19:36:24 +0100" endDate="2018-07-03 19:42:34 +0100" value="0.01986"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 21:55:34 +0100" startDate="2018-07-03 20:02:21 +0100" endDate="2018-07-03 20:08:49 +0100" value="0.01315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-03 22:10:42 +0100" startDate="2018-07-03 21:47:15 +0100" endDate="2018-07-03 21:55:27 +0100" value="0.01382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 06:05:35 +0100" startDate="2018-07-04 05:51:42 +0100" endDate="2018-07-04 06:00:25 +0100" value="0.07867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 07:08:27 +0100" startDate="2018-07-04 06:00:25 +0100" endDate="2018-07-04 06:05:16 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 07:08:27 +0100" startDate="2018-07-04 06:23:05 +0100" endDate="2018-07-04 06:29:55 +0100" value="0.02571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 07:08:27 +0100" startDate="2018-07-04 06:29:55 +0100" endDate="2018-07-04 06:39:37 +0100" value="0.19396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 07:08:27 +0100" startDate="2018-07-04 06:39:37 +0100" endDate="2018-07-04 06:49:30 +0100" value="0.64009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 07:08:27 +0100" startDate="2018-07-04 06:49:30 +0100" endDate="2018-07-04 06:56:14 +0100" value="0.43977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 08:10:52 +0100" startDate="2018-07-04 07:18:02 +0100" endDate="2018-07-04 07:25:39 +0100" value="0.0133"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 08:10:52 +0100" startDate="2018-07-04 07:32:52 +0100" endDate="2018-07-04 07:42:26 +0100" value="0.05814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 08:10:52 +0100" startDate="2018-07-04 07:42:26 +0100" endDate="2018-07-04 07:43:53 +0100" value="0.03432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 09:06:05 +0100" startDate="2018-07-04 08:39:50 +0100" endDate="2018-07-04 08:47:40 +0100" value="0.09582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 09:06:05 +0100" startDate="2018-07-04 08:53:18 +0100" endDate="2018-07-04 09:00:19 +0100" value="0.02508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 10:10:13 +0100" startDate="2018-07-04 09:16:37 +0100" endDate="2018-07-04 09:23:38 +0100" value="0.03388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 11:11:47 +0100" startDate="2018-07-04 10:16:22 +0100" endDate="2018-07-04 10:26:15 +0100" value="0.04367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 11:11:47 +0100" startDate="2018-07-04 10:26:15 +0100" endDate="2018-07-04 10:36:15 +0100" value="0.54073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 11:11:47 +0100" startDate="2018-07-04 10:36:15 +0100" endDate="2018-07-04 10:46:14 +0100" value="0.49141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 11:11:47 +0100" startDate="2018-07-04 10:46:14 +0100" endDate="2018-07-04 10:52:53 +0100" value="0.39748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 12:13:16 +0100" startDate="2018-07-04 11:17:42 +0100" endDate="2018-07-04 11:27:40 +0100" value="0.31602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 12:13:16 +0100" startDate="2018-07-04 11:27:40 +0100" endDate="2018-07-04 11:30:55 +0100" value="0.06573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 13:10:52 +0100" startDate="2018-07-04 12:03:39 +0100" endDate="2018-07-04 12:10:09 +0100" value="0.01339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 15:07:04 +0100" startDate="2018-07-04 14:11:17 +0100" endDate="2018-07-04 14:19:06 +0100" value="0.05251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 15:07:04 +0100" startDate="2018-07-04 14:19:06 +0100" endDate="2018-07-04 14:27:13 +0100" value="0.03525"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 15:07:04 +0100" startDate="2018-07-04 14:27:13 +0100" endDate="2018-07-04 14:29:52 +0100" value="0.03652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 15:07:04 +0100" startDate="2018-07-04 14:33:56 +0100" endDate="2018-07-04 14:40:47 +0100" value="0.02409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 15:07:04 +0100" startDate="2018-07-04 14:43:29 +0100" endDate="2018-07-04 14:49:37 +0100" value="0.00092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 16:07:46 +0100" startDate="2018-07-04 15:22:23 +0100" endDate="2018-07-04 15:31:34 +0100" value="0.03267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 16:07:46 +0100" startDate="2018-07-04 15:31:34 +0100" endDate="2018-07-04 15:41:09 +0100" value="0.66009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 16:07:46 +0100" startDate="2018-07-04 15:41:09 +0100" endDate="2018-07-04 15:45:25 +0100" value="0.03556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 21:56:39 +0100" startDate="2018-07-04 20:19:24 +0100" endDate="2018-07-04 20:25:47 +0100" value="0.01902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 21:56:39 +0100" startDate="2018-07-04 20:33:25 +0100" endDate="2018-07-04 20:41:09 +0100" value="0.03861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-04 21:56:39 +0100" startDate="2018-07-04 21:19:18 +0100" endDate="2018-07-04 21:26:29 +0100" value="0.03265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 07:07:22 +0100" startDate="2018-07-05 06:26:00 +0100" endDate="2018-07-05 06:35:09 +0100" value="0.05642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 07:07:22 +0100" startDate="2018-07-05 06:35:09 +0100" endDate="2018-07-05 06:38:35 +0100" value="0.01014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 07:07:22 +0100" startDate="2018-07-05 06:54:15 +0100" endDate="2018-07-05 07:00:58 +0100" value="0.03092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 08:09:05 +0100" startDate="2018-07-05 07:00:58 +0100" endDate="2018-07-05 07:10:56 +0100" value="0.0402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 08:09:05 +0100" startDate="2018-07-05 07:10:56 +0100" endDate="2018-07-05 07:20:41 +0100" value="0.71338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 08:09:05 +0100" startDate="2018-07-05 07:20:41 +0100" endDate="2018-07-05 07:29:53 +0100" value="0.39707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 08:09:05 +0100" startDate="2018-07-05 07:29:53 +0100" endDate="2018-07-05 07:34:08 +0100" value="0.07941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 11:07:41 +0100" startDate="2018-07-05 10:22:38 +0100" endDate="2018-07-05 10:32:17 +0100" value="0.32997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca74d0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 11:07:41 +0100" startDate="2018-07-05 10:32:17 +0100" endDate="2018-07-05 10:40:48 +0100" value="0.23995"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 11:07:41 +0100" startDate="2018-07-05 10:40:48 +0100" endDate="2018-07-05 10:47:07 +0100" value="0.18613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 12:08:11 +0100" startDate="2018-07-05 11:24:17 +0100" endDate="2018-07-05 11:34:16 +0100" value="0.20921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 12:08:11 +0100" startDate="2018-07-05 11:34:16 +0100" endDate="2018-07-05 11:44:15 +0100" value="0.35021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 12:08:11 +0100" startDate="2018-07-05 11:44:15 +0100" endDate="2018-07-05 11:52:55 +0100" value="0.13112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 12:08:11 +0100" startDate="2018-07-05 11:52:55 +0100" endDate="2018-07-05 12:02:06 +0100" value="0.03022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 13:07:22 +0100" startDate="2018-07-05 12:02:06 +0100" endDate="2018-07-05 12:11:09 +0100" value="0.02253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 13:07:22 +0100" startDate="2018-07-05 12:11:09 +0100" endDate="2018-07-05 12:13:16 +0100" value="0.02645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 15:13:02 +0100" startDate="2018-07-05 14:18:42 +0100" endDate="2018-07-05 14:27:45 +0100" value="0.04289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 15:13:02 +0100" startDate="2018-07-05 14:55:06 +0100" endDate="2018-07-05 15:01:50 +0100" value="0.01218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 16:07:25 +0100" startDate="2018-07-05 15:29:11 +0100" endDate="2018-07-05 15:39:10 +0100" value="0.30814"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 16:07:25 +0100" startDate="2018-07-05 15:39:10 +0100" endDate="2018-07-05 15:46:04 +0100" value="0.33245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 16:07:25 +0100" startDate="2018-07-05 15:50:21 +0100" endDate="2018-07-05 16:00:20 +0100" value="0.21237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 17:12:11 +0100" startDate="2018-07-05 16:00:20 +0100" endDate="2018-07-05 16:02:06 +0100" value="0.08769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 17:12:11 +0100" startDate="2018-07-05 16:43:33 +0100" endDate="2018-07-05 16:50:01 +0100" value="0.00042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 18:08:13 +0100" startDate="2018-07-05 17:13:07 +0100" endDate="2018-07-05 17:22:07 +0100" value="0.07092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 18:08:13 +0100" startDate="2018-07-05 17:22:07 +0100" endDate="2018-07-05 17:30:02 +0100" value="0.08804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 18:08:13 +0100" startDate="2018-07-05 17:31:47 +0100" endDate="2018-07-05 17:40:47 +0100" value="0.02076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 18:08:13 +0100" startDate="2018-07-05 17:40:47 +0100" endDate="2018-07-05 17:50:34 +0100" value="0.0085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 18:08:13 +0100" startDate="2018-07-05 17:50:34 +0100" endDate="2018-07-05 17:52:05 +0100" value="0.00918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 19:06:47 +0100" startDate="2018-07-05 18:02:18 +0100" endDate="2018-07-05 18:09:24 +0100" value="0.04843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 19:06:47 +0100" startDate="2018-07-05 18:09:24 +0100" endDate="2018-07-05 18:14:41 +0100" value="0.04374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 19:06:47 +0100" startDate="2018-07-05 18:15:25 +0100" endDate="2018-07-05 18:25:24 +0100" value="0.177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 19:06:47 +0100" startDate="2018-07-05 18:41:09 +0100" endDate="2018-07-05 18:51:08 +0100" value="0.11895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 19:06:47 +0100" startDate="2018-07-05 18:51:08 +0100" endDate="2018-07-05 18:57:34 +0100" value="0.11698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 20:07:57 +0100" startDate="2018-07-05 19:33:26 +0100" endDate="2018-07-05 19:39:44 +0100" value="0.00973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 21:15:40 +0100" startDate="2018-07-05 20:43:48 +0100" endDate="2018-07-05 20:50:59 +0100" value="0.02146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 21:15:40 +0100" startDate="2018-07-05 20:52:53 +0100" endDate="2018-07-05 21:02:14 +0100" value="0.16384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 22:54:55 +0100" startDate="2018-07-05 21:15:53 +0100" endDate="2018-07-05 21:25:52 +0100" value="0.10126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 22:54:55 +0100" startDate="2018-07-05 21:25:52 +0100" endDate="2018-07-05 21:35:13 +0100" value="0.42597"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 22:54:55 +0100" startDate="2018-07-05 21:35:13 +0100" endDate="2018-07-05 21:43:58 +0100" value="0.16682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 22:54:55 +0100" startDate="2018-07-05 22:22:35 +0100" endDate="2018-07-05 22:32:34 +0100" value="0.22974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-05 22:54:55 +0100" startDate="2018-07-05 22:32:34 +0100" endDate="2018-07-05 22:37:30 +0100" value="0.03144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 06:08:29 +0100" startDate="2018-07-06 05:48:27 +0100" endDate="2018-07-06 05:54:53 +0100" value="0.013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 07:06:54 +0100" startDate="2018-07-06 06:17:56 +0100" endDate="2018-07-06 06:24:26 +0100" value="0.02604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 07:06:54 +0100" startDate="2018-07-06 06:47:11 +0100" endDate="2018-07-06 06:54:04 +0100" value="0.0307"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 08:07:06 +0100" startDate="2018-07-06 06:54:04 +0100" endDate="2018-07-06 07:04:01 +0100" value="0.01506"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 08:07:06 +0100" startDate="2018-07-06 07:04:01 +0100" endDate="2018-07-06 07:13:59 +0100" value="0.68752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 08:07:06 +0100" startDate="2018-07-06 07:13:59 +0100" endDate="2018-07-06 07:23:42 +0100" value="0.39865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 08:07:06 +0100" startDate="2018-07-06 07:23:42 +0100" endDate="2018-07-06 07:26:17 +0100" value="0.01272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 08:07:06 +0100" startDate="2018-07-06 07:47:02 +0100" endDate="2018-07-06 07:53:17 +0100" value="0.00387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 09:07:07 +0100" startDate="2018-07-06 08:25:56 +0100" endDate="2018-07-06 08:35:48 +0100" value="0.08507"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 09:07:07 +0100" startDate="2018-07-06 08:35:48 +0100" endDate="2018-07-06 08:38:43 +0100" value="0.05107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 11:07:12 +0100" startDate="2018-07-06 10:24:12 +0100" endDate="2018-07-06 10:34:10 +0100" value="0.05483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 11:07:12 +0100" startDate="2018-07-06 10:34:10 +0100" endDate="2018-07-06 10:43:34 +0100" value="0.73669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 11:07:12 +0100" startDate="2018-07-06 10:43:34 +0100" endDate="2018-07-06 10:50:03 +0100" value="0.0984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 11:07:12 +0100" startDate="2018-07-06 10:54:26 +0100" endDate="2018-07-06 11:04:24 +0100" value="0.27007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 12:07:17 +0100" startDate="2018-07-06 11:04:24 +0100" endDate="2018-07-06 11:09:57 +0100" value="0.54969"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 13:11:42 +0100" startDate="2018-07-06 12:34:58 +0100" endDate="2018-07-06 12:41:26 +0100" value="0.00498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 13:11:42 +0100" startDate="2018-07-06 12:42:20 +0100" endDate="2018-07-06 12:51:59 +0100" value="0.23215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 13:11:42 +0100" startDate="2018-07-06 12:51:59 +0100" endDate="2018-07-06 13:01:12 +0100" value="0.22976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 14:08:16 +0100" startDate="2018-07-06 13:14:08 +0100" endDate="2018-07-06 13:20:31 +0100" value="0.00486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 14:08:16 +0100" startDate="2018-07-06 13:50:13 +0100" endDate="2018-07-06 13:56:56 +0100" value="0.03"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 14:08:16 +0100" startDate="2018-07-06 13:56:56 +0100" endDate="2018-07-06 14:04:05 +0100" value="0.04703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 15:18:59 +0100" startDate="2018-07-06 14:04:05 +0100" endDate="2018-07-06 14:14:05 +0100" value="0.30753"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 15:18:59 +0100" startDate="2018-07-06 14:14:05 +0100" endDate="2018-07-06 14:22:33 +0100" value="0.43684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 15:18:59 +0100" startDate="2018-07-06 14:22:33 +0100" endDate="2018-07-06 14:31:41 +0100" value="0.04965"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 15:18:59 +0100" startDate="2018-07-06 14:31:41 +0100" endDate="2018-07-06 14:39:16 +0100" value="0.29426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 19:09:22 +0100" startDate="2018-07-06 18:07:09 +0100" endDate="2018-07-06 18:14:17 +0100" value="0.03468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 20:10:17 +0100" startDate="2018-07-06 19:56:11 +0100" endDate="2018-07-06 20:02:42 +0100" value="0.00164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-06 21:08:27 +0100" startDate="2018-07-06 20:49:01 +0100" endDate="2018-07-06 20:58:45 +0100" value="0.12475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-06 20:58:45 +0100" endDate="2018-07-06 21:00:09 +0100" value="0.01266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-06 21:41:35 +0100" endDate="2018-07-06 21:51:34 +0100" value="0.17284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-06 21:51:34 +0100" endDate="2018-07-06 21:52:07 +0100" value="0.00914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:03:53 +0100" endDate="2018-07-07 09:11:53 +0100" value="0.13787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:11:53 +0100" endDate="2018-07-07 09:21:51 +0100" value="0.005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:21:51 +0100" endDate="2018-07-07 09:30:38 +0100" value="0.16267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:30:38 +0100" endDate="2018-07-07 09:37:27 +0100" value="0.02316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:37:27 +0100" endDate="2018-07-07 09:46:57 +0100" value="0.09113"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:46:57 +0100" endDate="2018-07-07 09:55:31 +0100" value="0.00728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 09:55:31 +0100" endDate="2018-07-07 10:01:24 +0100" value="0.02266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 12:42:02 +0100" endDate="2018-07-07 12:52:01 +0100" value="0.13587"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:04:05 +0100" startDate="2018-07-07 12:52:01 +0100" endDate="2018-07-07 13:01:51 +0100" value="0.14062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:19:01 +0100" startDate="2018-07-07 13:01:51 +0100" endDate="2018-07-07 13:04:31 +0100" value="0.03183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 13:34:08 +0100" startDate="2018-07-07 13:15:16 +0100" endDate="2018-07-07 13:25:14 +0100" value="0.23444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 13:25:14 +0100" endDate="2018-07-07 13:33:06 +0100" value="0.36611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 13:47:37 +0100" endDate="2018-07-07 13:56:54 +0100" value="0.09334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 13:56:54 +0100" endDate="2018-07-07 14:05:38 +0100" value="0.03836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 14:05:38 +0100" endDate="2018-07-07 14:10:02 +0100" value="0.01179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 14:19:22 +0100" endDate="2018-07-07 14:29:02 +0100" value="0.02558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 14:29:02 +0100" endDate="2018-07-07 14:39:01 +0100" value="0.53451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 14:39:01 +0100" endDate="2018-07-07 14:49:00 +0100" value="0.42728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 15:26:05 +0100" endDate="2018-07-07 15:36:02 +0100" value="0.26036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 15:36:02 +0100" endDate="2018-07-07 15:46:00 +0100" value="0.60542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 15:46:00 +0100" endDate="2018-07-07 15:55:59 +0100" value="0.31161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 15:55:59 +0100" endDate="2018-07-07 16:05:58 +0100" value="0.57299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 16:05:58 +0100" endDate="2018-07-07 16:15:45 +0100" value="0.38789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 16:15:45 +0100" endDate="2018-07-07 16:21:42 +0100" value="0.01632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 16:30:34 +0100" endDate="2018-07-07 16:40:02 +0100" value="0.01166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 16:40:02 +0100" endDate="2018-07-07 16:41:05 +0100" value="0.0083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 17:06:05 +0100" endDate="2018-07-07 17:15:01 +0100" value="0.04702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 17:21:14 +0100" endDate="2018-07-07 17:28:44 +0100" value="0.03311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 18:31:20 +0100" endDate="2018-07-07 18:38:20 +0100" value="0.02077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 18:38:20 +0100" endDate="2018-07-07 18:43:21 +0100" value="0.00844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 18:49:47 +0100" endDate="2018-07-07 18:58:20 +0100" value="0.03811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 19:40:29 +0100" endDate="2018-07-07 19:50:28 +0100" value="0.00772"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-07 20:12:02 +0100" startDate="2018-07-07 19:50:28 +0100" endDate="2018-07-07 19:56:03 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 09:31:54 +0100" startDate="2018-07-07 20:46:49 +0100" endDate="2018-07-07 20:52:54 +0100" value="0.00922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 09:31:54 +0100" startDate="2018-07-07 21:03:47 +0100" endDate="2018-07-07 21:10:10 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 09:31:54 +0100" startDate="2018-07-08 07:47:37 +0100" endDate="2018-07-08 07:54:20 +0100" value="0.0134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 09:31:54 +0100" startDate="2018-07-08 09:00:14 +0100" endDate="2018-07-08 09:06:45 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 10:45:59 +0100" startDate="2018-07-08 09:33:50 +0100" endDate="2018-07-08 09:42:33 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 10:45:59 +0100" startDate="2018-07-08 10:23:28 +0100" endDate="2018-07-08 10:33:19 +0100" value="0.01593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 10:45:59 +0100" startDate="2018-07-08 10:33:19 +0100" endDate="2018-07-08 10:42:25 +0100" value="0.10963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 14:01:00 +0100" startDate="2018-07-08 13:35:35 +0100" endDate="2018-07-08 13:45:13 +0100" value="0.1589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 14:01:00 +0100" startDate="2018-07-08 13:45:13 +0100" endDate="2018-07-08 13:48:22 +0100" value="0.00217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 15:57:05 +0100" startDate="2018-07-08 15:30:23 +0100" endDate="2018-07-08 15:36:43 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 16:56:58 +0100" startDate="2018-07-08 15:49:57 +0100" endDate="2018-07-08 15:56:50 +0100" value="0.03935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 16:56:58 +0100" startDate="2018-07-08 16:17:58 +0100" endDate="2018-07-08 16:27:11 +0100" value="0.00928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 16:56:58 +0100" startDate="2018-07-08 16:32:28 +0100" endDate="2018-07-08 16:42:27 +0100" value="0.01407"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 16:56:58 +0100" startDate="2018-07-08 16:42:27 +0100" endDate="2018-07-08 16:45:13 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 16:52:51 +0100" endDate="2018-07-08 17:02:07 +0100" value="0.02738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 17:02:07 +0100" endDate="2018-07-08 17:09:06 +0100" value="0.00335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 17:09:06 +0100" endDate="2018-07-08 17:18:28 +0100" value="0.01091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 17:18:28 +0100" endDate="2018-07-08 17:25:31 +0100" value="0.05252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 17:27:14 +0100" endDate="2018-07-08 17:35:59 +0100" value="0.01376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 17:35:59 +0100" endDate="2018-07-08 17:45:45 +0100" value="0.07199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 18:00:42 +0100" startDate="2018-07-08 17:45:45 +0100" endDate="2018-07-08 17:55:44 +0100" value="0.64496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 19:01:25 +0100" startDate="2018-07-08 17:55:44 +0100" endDate="2018-07-08 18:05:43 +0100" value="0.6476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 19:01:25 +0100" startDate="2018-07-08 18:05:43 +0100" endDate="2018-07-08 18:13:40 +0100" value="0.48604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 22:33:40 +0100" startDate="2018-07-08 21:19:39 +0100" endDate="2018-07-08 21:28:43 +0100" value="0.0063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 22:33:40 +0100" startDate="2018-07-08 21:28:43 +0100" endDate="2018-07-08 21:38:43 +0100" value="0.56035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 22:33:40 +0100" startDate="2018-07-08 21:38:43 +0100" endDate="2018-07-08 21:48:41 +0100" value="0.76724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 22:33:40 +0100" startDate="2018-07-08 21:48:41 +0100" endDate="2018-07-08 21:58:21 +0100" value="0.48143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-08 22:33:40 +0100" startDate="2018-07-08 21:58:21 +0100" endDate="2018-07-08 22:00:34 +0100" value="0.01013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 06:46:52 +0100" startDate="2018-07-09 05:47:35 +0100" endDate="2018-07-09 05:57:12 +0100" value="0.0578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 06:46:52 +0100" startDate="2018-07-09 06:02:48 +0100" endDate="2018-07-09 06:09:18 +0100" value="0.0152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 06:46:52 +0100" startDate="2018-07-09 06:18:58 +0100" endDate="2018-07-09 06:26:07 +0100" value="0.04949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 06:46:52 +0100" startDate="2018-07-09 06:29:15 +0100" endDate="2018-07-09 06:38:53 +0100" value="0.21466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 07:53:30 +0100" startDate="2018-07-09 06:38:53 +0100" endDate="2018-07-09 06:45:20 +0100" value="0.54451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 09:48:41 +0100" startDate="2018-07-09 09:05:33 +0100" endDate="2018-07-09 09:15:32 +0100" value="0.23187"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 09:48:41 +0100" startDate="2018-07-09 09:15:32 +0100" endDate="2018-07-09 09:22:05 +0100" value="0.37767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 09:48:41 +0100" startDate="2018-07-09 09:22:05 +0100" endDate="2018-07-09 09:30:41 +0100" value="0.22815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 10:46:44 +0100" startDate="2018-07-09 10:06:00 +0100" endDate="2018-07-09 10:15:41 +0100" value="0.03815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 10:46:44 +0100" startDate="2018-07-09 10:22:31 +0100" endDate="2018-07-09 10:31:17 +0100" value="0.09276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 10:46:44 +0100" startDate="2018-07-09 10:31:17 +0100" endDate="2018-07-09 10:36:37 +0100" value="0.02249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 10:51:08 +0100" endDate="2018-07-09 10:59:56 +0100" value="0.03543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 10:59:56 +0100" endDate="2018-07-09 11:05:41 +0100" value="0.04909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 11:10:52 +0100" endDate="2018-07-09 11:16:55 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 11:21:06 +0100" endDate="2018-07-09 11:31:05 +0100" value="0.13493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 11:31:05 +0100" endDate="2018-07-09 11:41:04 +0100" value="0.67189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 11:41:04 +0100" endDate="2018-07-09 11:44:45 +0100" value="0.06041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 11:48:10 +0100" endDate="2018-07-09 11:57:46 +0100" value="0.1204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 11:57:46 +0100" endDate="2018-07-09 12:07:45 +0100" value="0.38653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 12:30:09 +0100" startDate="2018-07-09 12:07:45 +0100" endDate="2018-07-09 12:13:18 +0100" value="0.01609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 13:46:25 +0100" startDate="2018-07-09 12:54:08 +0100" endDate="2018-07-09 13:04:07 +0100" value="0.21266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 13:46:25 +0100" startDate="2018-07-09 13:04:07 +0100" endDate="2018-07-09 13:14:05 +0100" value="0.6939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 13:46:25 +0100" startDate="2018-07-09 13:14:05 +0100" endDate="2018-07-09 13:22:17 +0100" value="0.07062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 13:46:25 +0100" startDate="2018-07-09 13:22:17 +0100" endDate="2018-07-09 13:28:46 +0100" value="0.04115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 13:46:25 +0100" startDate="2018-07-09 13:29:22 +0100" endDate="2018-07-09 13:36:13 +0100" value="0.03491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 14:46:33 +0100" startDate="2018-07-09 13:36:13 +0100" endDate="2018-07-09 13:46:13 +0100" value="0.09492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 14:46:33 +0100" startDate="2018-07-09 13:56:05 +0100" endDate="2018-07-09 14:04:49 +0100" value="0.06217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 14:46:33 +0100" startDate="2018-07-09 14:04:49 +0100" endDate="2018-07-09 14:08:07 +0100" value="0.03511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 14:46:33 +0100" startDate="2018-07-09 14:33:35 +0100" endDate="2018-07-09 14:39:57 +0100" value="0.01054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 15:49:07 +0100" startDate="2018-07-09 14:39:57 +0100" endDate="2018-07-09 14:49:50 +0100" value="0.02435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 15:49:07 +0100" startDate="2018-07-09 14:49:50 +0100" endDate="2018-07-09 14:52:40 +0100" value="0.01699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 15:49:07 +0100" startDate="2018-07-09 15:28:19 +0100" endDate="2018-07-09 15:38:18 +0100" value="0.22672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 15:49:07 +0100" startDate="2018-07-09 15:38:18 +0100" endDate="2018-07-09 15:47:40 +0100" value="0.5019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 16:46:55 +0100" startDate="2018-07-09 15:47:40 +0100" endDate="2018-07-09 15:49:34 +0100" value="0.03422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 16:46:55 +0100" startDate="2018-07-09 15:54:47 +0100" endDate="2018-07-09 16:04:46 +0100" value="0.05405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 16:46:55 +0100" startDate="2018-07-09 16:04:46 +0100" endDate="2018-07-09 16:06:43 +0100" value="0.05089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 16:46:55 +0100" startDate="2018-07-09 16:15:56 +0100" endDate="2018-07-09 16:24:06 +0100" value="0.06201"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 17:49:20 +0100" startDate="2018-07-09 16:45:20 +0100" endDate="2018-07-09 16:54:22 +0100" value="0.00908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 17:49:20 +0100" startDate="2018-07-09 16:54:22 +0100" endDate="2018-07-09 17:04:18 +0100" value="0.01189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 19:04:20 +0100" endDate="2018-07-09 19:14:20 +0100" value="0.02003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 19:14:20 +0100" endDate="2018-07-09 19:24:18 +0100" value="0.04426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 19:24:18 +0100" endDate="2018-07-09 19:34:17 +0100" value="0.45481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 19:34:17 +0100" endDate="2018-07-09 19:44:15 +0100" value="1.32456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 19:44:15 +0100" endDate="2018-07-09 19:54:13 +0100" value="1.11811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 19:54:13 +0100" endDate="2018-07-09 20:04:11 +0100" value="0.98221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 20:04:11 +0100" endDate="2018-07-09 20:14:10 +0100" value="0.92918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 20:45:55 +0100" endDate="2018-07-09 20:55:54 +0100" value="0.02555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 20:55:54 +0100" endDate="2018-07-09 21:03:08 +0100" value="0.02007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-09 21:16:35 +0100" startDate="2018-07-09 21:03:08 +0100" endDate="2018-07-09 21:11:17 +0100" value="0.00546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 06:47:41 +0100" startDate="2018-07-10 06:24:52 +0100" endDate="2018-07-10 06:34:52 +0100" value="0.02806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 06:47:41 +0100" startDate="2018-07-10 06:34:52 +0100" endDate="2018-07-10 06:38:28 +0100" value="0.00857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 07:47:16 +0100" startDate="2018-07-10 06:56:33 +0100" endDate="2018-07-10 07:06:32 +0100" value="0.06594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 07:47:16 +0100" startDate="2018-07-10 07:06:32 +0100" endDate="2018-07-10 07:16:31 +0100" value="0.0517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 07:47:16 +0100" startDate="2018-07-10 07:16:31 +0100" endDate="2018-07-10 07:26:29 +0100" value="0.65066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 07:47:16 +0100" startDate="2018-07-10 07:26:29 +0100" endDate="2018-07-10 07:29:33 +0100" value="0.23616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 07:47:16 +0100" startDate="2018-07-10 07:32:12 +0100" endDate="2018-07-10 07:38:38 +0100" value="0.01732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 08:51:43 +0100" startDate="2018-07-10 07:38:38 +0100" endDate="2018-07-10 07:46:03 +0100" value="0.00608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 08:51:43 +0100" startDate="2018-07-10 08:04:42 +0100" endDate="2018-07-10 08:14:41 +0100" value="0.03381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 08:51:43 +0100" startDate="2018-07-10 08:14:41 +0100" endDate="2018-07-10 08:15:09 +0100" value="0.02101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 08:51:43 +0100" startDate="2018-07-10 08:30:14 +0100" endDate="2018-07-10 08:39:27 +0100" value="0.02882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 08:51:43 +0100" startDate="2018-07-10 08:39:27 +0100" endDate="2018-07-10 08:46:47 +0100" value="0.04916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 09:48:24 +0100" startDate="2018-07-10 09:11:26 +0100" endDate="2018-07-10 09:20:11 +0100" value="0.05716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 09:48:24 +0100" startDate="2018-07-10 09:20:11 +0100" endDate="2018-07-10 09:29:31 +0100" value="0.08546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 09:48:24 +0100" startDate="2018-07-10 09:32:10 +0100" endDate="2018-07-10 09:41:36 +0100" value="0.06241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 10:46:53 +0100" startDate="2018-07-10 09:41:36 +0100" endDate="2018-07-10 09:43:43 +0100" value="0.02701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 10:46:53 +0100" startDate="2018-07-10 09:47:44 +0100" endDate="2018-07-10 09:57:25 +0100" value="0.04504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 10:46:53 +0100" startDate="2018-07-10 10:02:28 +0100" endDate="2018-07-10 10:10:15 +0100" value="0.03868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 10:46:53 +0100" startDate="2018-07-10 10:10:15 +0100" endDate="2018-07-10 10:15:12 +0100" value="0.01762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 10:46:53 +0100" startDate="2018-07-10 10:23:54 +0100" endDate="2018-07-10 10:33:53 +0100" value="0.24914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 10:46:53 +0100" startDate="2018-07-10 10:33:53 +0100" endDate="2018-07-10 10:43:23 +0100" value="0.53476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 12:22:53 +0100" startDate="2018-07-10 11:02:55 +0100" endDate="2018-07-10 11:12:54 +0100" value="0.24722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 12:22:53 +0100" startDate="2018-07-10 11:12:54 +0100" endDate="2018-07-10 11:20:50 +0100" value="0.52286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 12:22:53 +0100" startDate="2018-07-10 11:20:50 +0100" endDate="2018-07-10 11:25:58 +0100" value="0.05579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 12:22:53 +0100" startDate="2018-07-10 11:27:47 +0100" endDate="2018-07-10 11:35:56 +0100" value="0.05378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 12:22:53 +0100" startDate="2018-07-10 11:38:14 +0100" endDate="2018-07-10 11:48:13 +0100" value="0.05673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303cffa20&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 13:54:22 +0100" startDate="2018-07-10 12:44:52 +0100" endDate="2018-07-10 12:53:19 +0100" value="0.06655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 13:54:22 +0100" startDate="2018-07-10 12:53:19 +0100" endDate="2018-07-10 13:03:14 +0100" value="0.22845"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 13:54:22 +0100" startDate="2018-07-10 13:03:14 +0100" endDate="2018-07-10 13:08:32 +0100" value="0.01466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 13:54:22 +0100" startDate="2018-07-10 13:08:57 +0100" endDate="2018-07-10 13:18:56 +0100" value="0.31029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 13:54:22 +0100" startDate="2018-07-10 13:18:56 +0100" endDate="2018-07-10 13:22:38 +0100" value="0.29438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 15:46:25 +0100" startDate="2018-07-10 14:45:15 +0100" endDate="2018-07-10 14:54:05 +0100" value="0.12211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 15:46:25 +0100" startDate="2018-07-10 14:54:05 +0100" endDate="2018-07-10 15:03:12 +0100" value="0.45156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 15:46:25 +0100" startDate="2018-07-10 15:07:54 +0100" endDate="2018-07-10 15:14:02 +0100" value="0.0145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 15:46:25 +0100" startDate="2018-07-10 15:14:02 +0100" endDate="2018-07-10 15:23:24 +0100" value="0.27603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 15:46:25 +0100" startDate="2018-07-10 15:23:24 +0100" endDate="2018-07-10 15:31:18 +0100" value="0.5497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 15:46:25 +0100" startDate="2018-07-10 15:31:18 +0100" endDate="2018-07-10 15:41:18 +0100" value="0.1155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 16:49:47 +0100" startDate="2018-07-10 15:41:18 +0100" endDate="2018-07-10 15:47:12 +0100" value="0.02889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 16:49:47 +0100" startDate="2018-07-10 15:47:52 +0100" endDate="2018-07-10 15:54:25 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 16:49:47 +0100" startDate="2018-07-10 16:34:34 +0100" endDate="2018-07-10 16:41:38 +0100" value="0.03509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 19:18:11 +0100" startDate="2018-07-10 18:29:24 +0100" endDate="2018-07-10 18:36:23 +0100" value="0.0263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 19:18:11 +0100" startDate="2018-07-10 18:36:23 +0100" endDate="2018-07-10 18:44:50 +0100" value="0.10196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 19:18:11 +0100" startDate="2018-07-10 18:44:50 +0100" endDate="2018-07-10 18:54:47 +0100" value="0.41616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 19:18:11 +0100" startDate="2018-07-10 18:54:47 +0100" endDate="2018-07-10 18:56:55 +0100" value="0.16028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 19:18:11 +0100" startDate="2018-07-10 19:00:21 +0100" endDate="2018-07-10 19:10:18 +0100" value="0.21976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 19:48:16 +0100" startDate="2018-07-10 19:10:18 +0100" endDate="2018-07-10 19:14:26 +0100" value="0.22401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 19:48:16 +0100" startDate="2018-07-10 19:38:06 +0100" endDate="2018-07-10 19:44:52 +0100" value="0.0215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 23:22:23 +0100" startDate="2018-07-10 22:12:00 +0100" endDate="2018-07-10 22:21:08 +0100" value="0.04878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 23:22:23 +0100" startDate="2018-07-10 22:21:45 +0100" endDate="2018-07-10 22:29:59 +0100" value="0.01792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-10 23:22:23 +0100" startDate="2018-07-10 22:29:59 +0100" endDate="2018-07-10 22:39:39 +0100" value="0.05919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 06:10:20 +0100" startDate="2018-07-11 05:46:10 +0100" endDate="2018-07-11 05:52:41 +0100" value="0.02675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 06:10:20 +0100" startDate="2018-07-11 05:52:41 +0100" endDate="2018-07-11 06:00:38 +0100" value="0.03643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 07:12:49 +0100" startDate="2018-07-11 06:07:11 +0100" endDate="2018-07-11 06:16:53 +0100" value="0.06186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 07:12:49 +0100" startDate="2018-07-11 06:16:53 +0100" endDate="2018-07-11 06:26:44 +0100" value="0.04207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 07:12:49 +0100" startDate="2018-07-11 06:26:44 +0100" endDate="2018-07-11 06:36:42 +0100" value="0.68355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 07:12:49 +0100" startDate="2018-07-11 06:36:42 +0100" endDate="2018-07-11 06:44:21 +0100" value="0.31863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 09:16:05 +0100" startDate="2018-07-11 08:21:59 +0100" endDate="2018-07-11 08:31:41 +0100" value="0.03691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 09:16:05 +0100" startDate="2018-07-11 08:31:41 +0100" endDate="2018-07-11 08:39:01 +0100" value="0.0622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 09:16:05 +0100" startDate="2018-07-11 08:45:29 +0100" endDate="2018-07-11 08:55:28 +0100" value="0.03983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 09:16:05 +0100" startDate="2018-07-11 08:55:28 +0100" endDate="2018-07-11 08:56:46 +0100" value="0.03549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 10:10:59 +0100" startDate="2018-07-11 09:15:31 +0100" endDate="2018-07-11 09:23:33 +0100" value="0.05196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 10:10:59 +0100" startDate="2018-07-11 09:23:33 +0100" endDate="2018-07-11 09:27:09 +0100" value="0.06521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 10:10:59 +0100" startDate="2018-07-11 09:28:52 +0100" endDate="2018-07-11 09:35:51 +0100" value="0.01006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 10:10:59 +0100" startDate="2018-07-11 09:44:49 +0100" endDate="2018-07-11 09:51:53 +0100" value="0.03634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 11:13:18 +0100" startDate="2018-07-11 10:30:06 +0100" endDate="2018-07-11 10:39:43 +0100" value="0.07286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 11:13:18 +0100" startDate="2018-07-11 10:39:43 +0100" endDate="2018-07-11 10:48:58 +0100" value="0.39649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 11:13:18 +0100" startDate="2018-07-11 10:58:47 +0100" endDate="2018-07-11 11:06:04 +0100" value="0.07044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 12:02:42 +0100" startDate="2018-07-11 11:39:33 +0100" endDate="2018-07-11 11:48:08 +0100" value="0.21221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 13:37:02 +0100" startDate="2018-07-11 11:55:49 +0100" endDate="2018-07-11 12:03:56 +0100" value="0.00186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 15:01:55 +0100" startDate="2018-07-11 14:12:23 +0100" endDate="2018-07-11 14:18:36 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 15:01:55 +0100" startDate="2018-07-11 14:46:03 +0100" endDate="2018-07-11 14:56:02 +0100" value="0.04204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 16:02:09 +0100" startDate="2018-07-11 14:56:02 +0100" endDate="2018-07-11 14:56:38 +0100" value="0.01181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 16:02:09 +0100" startDate="2018-07-11 15:16:14 +0100" endDate="2018-07-11 15:25:06 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 17:03:44 +0100" startDate="2018-07-11 16:09:40 +0100" endDate="2018-07-11 16:16:00 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 17:03:44 +0100" startDate="2018-07-11 16:20:49 +0100" endDate="2018-07-11 16:29:49 +0100" value="0.04336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 17:03:44 +0100" startDate="2018-07-11 16:29:49 +0100" endDate="2018-07-11 16:34:34 +0100" value="0.08339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 17:04:11 +0100" endDate="2018-07-11 17:10:26 +0100" value="0.01138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 17:10:26 +0100" endDate="2018-07-11 17:15:00 +0100" value="0.02144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 17:46:26 +0100" endDate="2018-07-11 17:56:23 +0100" value="0.10171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 17:56:23 +0100" endDate="2018-07-11 18:06:21 +0100" value="0.88872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 18:06:21 +0100" endDate="2018-07-11 18:16:19 +0100" value="0.94236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 18:16:19 +0100" endDate="2018-07-11 18:22:43 +0100" value="0.39752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 19:40:34 +0100" endDate="2018-07-11 19:48:59 +0100" value="0.01704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 20:43:19 +0100" endDate="2018-07-11 20:49:42 +0100" value="0.00802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 21:32:32 +0100" endDate="2018-07-11 21:42:31 +0100" value="0.2177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 21:42:31 +0100" endDate="2018-07-11 21:52:30 +0100" value="0.66786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 21:52:30 +0100" endDate="2018-07-11 22:02:29 +0100" value="0.8083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 22:02:29 +0100" endDate="2018-07-11 22:12:27 +0100" value="0.74351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 22:12:27 +0100" endDate="2018-07-11 22:22:05 +0100" value="0.01535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-11 22:40:01 +0100" startDate="2018-07-11 22:22:05 +0100" endDate="2018-07-11 22:24:04 +0100" value="0.01528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 06:50:02 +0100" startDate="2018-07-12 06:11:01 +0100" endDate="2018-07-12 06:17:40 +0100" value="0.02493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 06:50:02 +0100" startDate="2018-07-12 06:17:40 +0100" endDate="2018-07-12 06:22:30 +0100" value="0.01427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 06:50:02 +0100" startDate="2018-07-12 06:39:02 +0100" endDate="2018-07-12 06:48:54 +0100" value="0.04862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 07:51:05 +0100" startDate="2018-07-12 06:48:54 +0100" endDate="2018-07-12 06:58:53 +0100" value="0.24332"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 07:51:05 +0100" startDate="2018-07-12 06:58:53 +0100" endDate="2018-07-12 07:04:03 +0100" value="0.44537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 07:51:05 +0100" startDate="2018-07-12 07:16:20 +0100" endDate="2018-07-12 07:25:05 +0100" value="0.04021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 08:54:28 +0100" startDate="2018-07-12 08:12:44 +0100" endDate="2018-07-12 08:21:17 +0100" value="0.03222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 08:54:28 +0100" startDate="2018-07-12 08:21:17 +0100" endDate="2018-07-12 08:25:49 +0100" value="0.03405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 08:54:28 +0100" startDate="2018-07-12 08:37:24 +0100" endDate="2018-07-12 08:44:56 +0100" value="0.04266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 09:55:09 +0100" startDate="2018-07-12 08:44:56 +0100" endDate="2018-07-12 08:54:28 +0100" value="0.0501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 09:55:09 +0100" startDate="2018-07-12 08:54:28 +0100" endDate="2018-07-12 09:00:06 +0100" value="0.03092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 09:55:09 +0100" startDate="2018-07-12 09:01:04 +0100" endDate="2018-07-12 09:07:53 +0100" value="0.00968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 09:55:09 +0100" startDate="2018-07-12 09:07:53 +0100" endDate="2018-07-12 09:17:51 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 10:51:25 +0100" startDate="2018-07-12 10:17:48 +0100" endDate="2018-07-12 10:27:24 +0100" value="0.06064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 10:51:25 +0100" startDate="2018-07-12 10:27:24 +0100" endDate="2018-07-12 10:37:22 +0100" value="0.08029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 10:51:25 +0100" startDate="2018-07-12 10:37:22 +0100" endDate="2018-07-12 10:46:47 +0100" value="0.70963"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 11:50:24 +0100" startDate="2018-07-12 10:46:47 +0100" endDate="2018-07-12 10:55:11 +0100" value="0.45556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 11:50:24 +0100" startDate="2018-07-12 11:09:32 +0100" endDate="2018-07-12 11:19:31 +0100" value="0.19714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 11:50:24 +0100" startDate="2018-07-12 11:19:31 +0100" endDate="2018-07-12 11:29:29 +0100" value="0.19151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 11:50:24 +0100" startDate="2018-07-12 11:29:29 +0100" endDate="2018-07-12 11:30:36 +0100" value="0.00619"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 12:50:32 +0100" startDate="2018-07-12 12:38:47 +0100" endDate="2018-07-12 12:45:58 +0100" value="0.00697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 14:17:34 +0100" startDate="2018-07-12 13:24:12 +0100" endDate="2018-07-12 13:31:00 +0100" value="0.02935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 14:17:34 +0100" startDate="2018-07-12 13:34:40 +0100" endDate="2018-07-12 13:40:56 +0100" value="0.02224"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 14:50:08 +0100" startDate="2018-07-12 14:11:05 +0100" endDate="2018-07-12 14:21:04 +0100" value="0.08989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 14:50:08 +0100" startDate="2018-07-12 14:21:04 +0100" endDate="2018-07-12 14:26:19 +0100" value="0.05381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 15:50:02 +0100" startDate="2018-07-12 15:12:25 +0100" endDate="2018-07-12 15:21:11 +0100" value="0.04445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 15:50:02 +0100" startDate="2018-07-12 15:21:11 +0100" endDate="2018-07-12 15:31:10 +0100" value="0.43368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 15:50:02 +0100" startDate="2018-07-12 15:31:10 +0100" endDate="2018-07-12 15:41:08 +0100" value="0.64415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 16:50:12 +0100" startDate="2018-07-12 15:41:08 +0100" endDate="2018-07-12 15:47:49 +0100" value="0.07458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 16:50:12 +0100" startDate="2018-07-12 16:17:32 +0100" endDate="2018-07-12 16:24:35 +0100" value="0.03748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 16:50:12 +0100" startDate="2018-07-12 16:38:53 +0100" endDate="2018-07-12 16:48:51 +0100" value="0.11319"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 17:50:09 +0100" startDate="2018-07-12 16:48:51 +0100" endDate="2018-07-12 16:58:50 +0100" value="0.198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 17:50:09 +0100" startDate="2018-07-12 16:58:50 +0100" endDate="2018-07-12 17:08:16 +0100" value="0.13469"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 17:50:09 +0100" startDate="2018-07-12 17:08:16 +0100" endDate="2018-07-12 17:18:15 +0100" value="0.39912"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 17:50:09 +0100" startDate="2018-07-12 17:18:15 +0100" endDate="2018-07-12 17:23:25 +0100" value="0.14348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 17:50:09 +0100" startDate="2018-07-12 17:30:11 +0100" endDate="2018-07-12 17:38:30 +0100" value="0.09815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 18:51:24 +0100" startDate="2018-07-12 18:14:46 +0100" endDate="2018-07-12 18:23:59 +0100" value="0.0518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 18:51:24 +0100" startDate="2018-07-12 18:23:59 +0100" endDate="2018-07-12 18:33:56 +0100" value="0.08372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 18:51:24 +0100" startDate="2018-07-12 18:33:56 +0100" endDate="2018-07-12 18:35:38 +0100" value="0.09713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:11:59 +0100" startDate="2018-07-12 19:05:25 +0100" endDate="2018-07-12 19:13:22 +0100" value="0.02497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:11:59 +0100" startDate="2018-07-12 19:15:54 +0100" endDate="2018-07-12 19:22:57 +0100" value="0.03594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:11:59 +0100" startDate="2018-07-12 19:23:13 +0100" endDate="2018-07-12 19:33:12 +0100" value="0.04423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:11:59 +0100" startDate="2018-07-12 19:33:12 +0100" endDate="2018-07-12 19:38:09 +0100" value="0.15845"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:11:59 +0100" startDate="2018-07-12 20:16:15 +0100" endDate="2018-07-12 20:24:45 +0100" value="0.00902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:11:59 +0100" startDate="2018-07-12 20:24:45 +0100" endDate="2018-07-12 20:34:44 +0100" value="0.30732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:11:59 +0100" startDate="2018-07-12 20:34:44 +0100" endDate="2018-07-12 20:44:27 +0100" value="0.11082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:11:59 +0100" startDate="2018-07-12 20:44:27 +0100" endDate="2018-07-12 20:54:26 +0100" value="0.22247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:11:59 +0100" startDate="2018-07-12 20:54:26 +0100" endDate="2018-07-12 21:00:23 +0100" value="0.08905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:11:59 +0100" startDate="2018-07-12 21:16:44 +0100" endDate="2018-07-12 21:25:45 +0100" value="0.12874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:11:59 +0100" startDate="2018-07-12 21:25:45 +0100" endDate="2018-07-12 21:34:06 +0100" value="0.03308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:11:59 +0100" startDate="2018-07-12 22:01:54 +0100" endDate="2018-07-12 22:11:53 +0100" value="0.01107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-12 22:27:00 +0100" startDate="2018-07-12 22:11:53 +0100" endDate="2018-07-12 22:12:26 +0100" value="0.00188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 05:54:54 +0100" startDate="2018-07-13 05:11:38 +0100" endDate="2018-07-13 05:18:13 +0100" value="0.00646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 05:54:54 +0100" startDate="2018-07-13 05:18:13 +0100" endDate="2018-07-13 05:23:44 +0100" value="0.04075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 06:25:15 +0100" startDate="2018-07-13 06:02:29 +0100" endDate="2018-07-13 06:09:41 +0100" value="0.03029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 06:25:15 +0100" startDate="2018-07-13 06:10:21 +0100" endDate="2018-07-13 06:16:49 +0100" value="0.00902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 07:27:32 +0100" startDate="2018-07-13 06:34:29 +0100" endDate="2018-07-13 06:40:40 +0100" value="0.0068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 07:27:32 +0100" startDate="2018-07-13 06:40:40 +0100" endDate="2018-07-13 06:46:59 +0100" value="0.02965"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 07:27:32 +0100" startDate="2018-07-13 06:46:59 +0100" endDate="2018-07-13 06:56:45 +0100" value="0.2487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 07:27:32 +0100" startDate="2018-07-13 06:56:45 +0100" endDate="2018-07-13 07:05:40 +0100" value="0.50228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 08:24:51 +0100" startDate="2018-07-13 07:22:29 +0100" endDate="2018-07-13 07:28:52 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 08:24:51 +0100" startDate="2018-07-13 07:39:10 +0100" endDate="2018-07-13 07:45:15 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 08:24:51 +0100" startDate="2018-07-13 08:01:06 +0100" endDate="2018-07-13 08:10:04 +0100" value="0.04636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 08:24:51 +0100" startDate="2018-07-13 08:10:04 +0100" endDate="2018-07-13 08:12:55 +0100" value="0.02914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 11:26:06 +0100" startDate="2018-07-13 10:15:39 +0100" endDate="2018-07-13 10:25:38 +0100" value="0.17535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 11:26:06 +0100" startDate="2018-07-13 10:25:38 +0100" endDate="2018-07-13 10:35:37 +0100" value="0.62976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 11:26:06 +0100" startDate="2018-07-13 10:35:37 +0100" endDate="2018-07-13 10:36:20 +0100" value="0.02238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 11:26:06 +0100" startDate="2018-07-13 10:44:20 +0100" endDate="2018-07-13 10:54:19 +0100" value="0.20848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 11:26:06 +0100" startDate="2018-07-13 11:00:19 +0100" endDate="2018-07-13 11:10:09 +0100" value="0.34334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 11:26:06 +0100" startDate="2018-07-13 11:10:09 +0100" endDate="2018-07-13 11:18:31 +0100" value="0.30291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 12:23:34 +0100" startDate="2018-07-13 11:18:31 +0100" endDate="2018-07-13 11:28:30 +0100" value="0.31701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 12:23:34 +0100" startDate="2018-07-13 11:28:30 +0100" endDate="2018-07-13 11:34:33 +0100" value="0.01364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 13:22:56 +0100" startDate="2018-07-13 12:17:19 +0100" endDate="2018-07-13 12:23:57 +0100" value="0.02334"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 13:22:56 +0100" startDate="2018-07-13 12:23:57 +0100" endDate="2018-07-13 12:30:49 +0100" value="0.04184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 13:22:56 +0100" startDate="2018-07-13 12:48:29 +0100" endDate="2018-07-13 12:57:19 +0100" value="0.01863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 13:22:56 +0100" startDate="2018-07-13 12:57:19 +0100" endDate="2018-07-13 13:03:19 +0100" value="0.05815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 14:24:28 +0100" startDate="2018-07-13 13:20:39 +0100" endDate="2018-07-13 13:30:38 +0100" value="0.0972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 14:15:00 +0100" endDate="2018-07-13 14:23:58 +0100" value="0.03688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 14:23:58 +0100" endDate="2018-07-13 14:33:35 +0100" value="0.11274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 14:33:35 +0100" endDate="2018-07-13 14:43:34 +0100" value="0.5478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 14:43:34 +0100" endDate="2018-07-13 14:53:22 +0100" value="0.23627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 14:53:22 +0100" endDate="2018-07-13 15:01:53 +0100" value="0.17261"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 15:08:55 +0100" endDate="2018-07-13 15:18:53 +0100" value="0.07327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 15:30:51 +0100" startDate="2018-07-13 15:18:53 +0100" endDate="2018-07-13 15:28:51 +0100" value="0.21839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 16:25:10 +0100" startDate="2018-07-13 15:28:51 +0100" endDate="2018-07-13 15:38:28 +0100" value="0.20107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 16:25:10 +0100" startDate="2018-07-13 15:38:28 +0100" endDate="2018-07-13 15:42:29 +0100" value="0.13482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 16:25:10 +0100" startDate="2018-07-13 15:42:49 +0100" endDate="2018-07-13 15:52:48 +0100" value="0.16032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 16:25:10 +0100" startDate="2018-07-13 15:52:48 +0100" endDate="2018-07-13 16:02:39 +0100" value="0.06275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 16:25:10 +0100" startDate="2018-07-13 16:02:39 +0100" endDate="2018-07-13 16:05:22 +0100" value="0.11287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 19:24:04 +0100" startDate="2018-07-13 18:45:24 +0100" endDate="2018-07-13 18:54:35 +0100" value="0.15634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 21:32:23 +0100" startDate="2018-07-13 19:25:02 +0100" endDate="2018-07-13 19:34:33 +0100" value="0.02185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 21:32:23 +0100" startDate="2018-07-13 19:34:33 +0100" endDate="2018-07-13 19:41:27 +0100" value="0.35791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 21:32:23 +0100" startDate="2018-07-13 21:17:45 +0100" endDate="2018-07-13 21:27:44 +0100" value="0.26166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-13 21:47:29 +0100" startDate="2018-07-13 21:27:44 +0100" endDate="2018-07-13 21:32:29 +0100" value="0.06536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 08:45:57 +0100" startDate="2018-07-13 21:38:18 +0100" endDate="2018-07-13 21:44:23 +0100" value="0.00736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 08:45:57 +0100" startDate="2018-07-13 21:57:01 +0100" endDate="2018-07-13 22:06:33 +0100" value="0.08326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 08:45:57 +0100" startDate="2018-07-13 22:06:33 +0100" endDate="2018-07-13 22:08:53 +0100" value="0.03919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 08:45:57 +0100" startDate="2018-07-14 08:34:34 +0100" endDate="2018-07-14 08:44:16 +0100" value="0.0543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 09:00:58 +0100" startDate="2018-07-14 08:44:16 +0100" endDate="2018-07-14 08:45:27 +0100" value="0.02708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 10:56:02 +0100" startDate="2018-07-14 09:53:30 +0100" endDate="2018-07-14 10:03:20 +0100" value="0.09876"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 10:56:02 +0100" startDate="2018-07-14 10:03:20 +0100" endDate="2018-07-14 10:12:27 +0100" value="0.09712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 10:56:02 +0100" startDate="2018-07-14 10:12:27 +0100" endDate="2018-07-14 10:20:54 +0100" value="0.25262"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 10:56:02 +0100" startDate="2018-07-14 10:20:54 +0100" endDate="2018-07-14 10:27:30 +0100" value="0.09629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 10:56:02 +0100" startDate="2018-07-14 10:32:30 +0100" endDate="2018-07-14 10:42:06 +0100" value="0.24602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 10:56:02 +0100" startDate="2018-07-14 10:42:06 +0100" endDate="2018-07-14 10:48:42 +0100" value="0.07477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 12:05:59 +0100" startDate="2018-07-14 10:48:42 +0100" endDate="2018-07-14 10:58:36 +0100" value="0.04583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 12:05:59 +0100" startDate="2018-07-14 10:58:36 +0100" endDate="2018-07-14 11:07:39 +0100" value="0.21025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 12:05:59 +0100" startDate="2018-07-14 11:07:39 +0100" endDate="2018-07-14 11:15:08 +0100" value="0.15184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 12:05:59 +0100" startDate="2018-07-14 11:42:08 +0100" endDate="2018-07-14 11:49:42 +0100" value="0.03454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 13:58:54 +0100" startDate="2018-07-14 11:56:02 +0100" endDate="2018-07-14 12:02:55 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 13:58:54 +0100" startDate="2018-07-14 12:06:36 +0100" endDate="2018-07-14 12:16:34 +0100" value="0.16445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 13:58:54 +0100" startDate="2018-07-14 12:16:34 +0100" endDate="2018-07-14 12:24:11 +0100" value="0.12177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 13:58:54 +0100" startDate="2018-07-14 12:29:17 +0100" endDate="2018-07-14 12:36:30 +0100" value="0.07844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 13:58:54 +0100" startDate="2018-07-14 12:36:30 +0100" endDate="2018-07-14 12:44:13 +0100" value="0.07087"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 13:58:54 +0100" startDate="2018-07-14 12:55:48 +0100" endDate="2018-07-14 13:01:58 +0100" value="0.00387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 14:56:52 +0100" startDate="2018-07-14 14:15:15 +0100" endDate="2018-07-14 14:24:55 +0100" value="0.21044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 14:56:52 +0100" startDate="2018-07-14 14:24:55 +0100" endDate="2018-07-14 14:31:24 +0100" value="0.13014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 14:56:52 +0100" startDate="2018-07-14 14:41:24 +0100" endDate="2018-07-14 14:51:08 +0100" value="0.13445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 16:01:40 +0100" startDate="2018-07-14 14:51:08 +0100" endDate="2018-07-14 14:55:12 +0100" value="0.03192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 16:57:07 +0100" startDate="2018-07-14 16:45:37 +0100" endDate="2018-07-14 16:55:31 +0100" value="0.03541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 18:07:27 +0100" startDate="2018-07-14 16:55:31 +0100" endDate="2018-07-14 17:05:30 +0100" value="0.40532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 18:07:27 +0100" startDate="2018-07-14 17:05:30 +0100" endDate="2018-07-14 17:15:29 +0100" value="0.67884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 18:07:27 +0100" startDate="2018-07-14 17:15:29 +0100" endDate="2018-07-14 17:25:29 +0100" value="0.36784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 18:07:27 +0100" startDate="2018-07-14 17:25:29 +0100" endDate="2018-07-14 17:33:29 +0100" value="0.19148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 21:03:28 +0100" startDate="2018-07-14 19:59:04 +0100" endDate="2018-07-14 20:08:00 +0100" value="0.00756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 21:03:28 +0100" startDate="2018-07-14 20:19:16 +0100" endDate="2018-07-14 20:25:32 +0100" value="0.00588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 22:28:29 +0100" startDate="2018-07-14 22:02:09 +0100" endDate="2018-07-14 22:12:08 +0100" value="0.28714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 22:28:29 +0100" startDate="2018-07-14 22:12:08 +0100" endDate="2018-07-14 22:22:01 +0100" value="0.65362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 23:43:50 +0100" startDate="2018-07-14 22:22:01 +0100" endDate="2018-07-14 22:31:59 +0100" value="0.70454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 23:43:50 +0100" startDate="2018-07-14 22:31:59 +0100" endDate="2018-07-14 22:41:57 +0100" value="0.86349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 23:43:50 +0100" startDate="2018-07-14 22:41:57 +0100" endDate="2018-07-14 22:44:17 +0100" value="0.10705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-14 23:43:50 +0100" startDate="2018-07-14 22:53:36 +0100" endDate="2018-07-14 22:59:59 +0100" value="0.00762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 06:28:21 +0100" startDate="2018-07-15 05:30:46 +0100" endDate="2018-07-15 05:40:34 +0100" value="0.05752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 06:28:21 +0100" startDate="2018-07-15 05:40:34 +0100" endDate="2018-07-15 05:44:13 +0100" value="0.0167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 06:28:21 +0100" startDate="2018-07-15 05:54:13 +0100" endDate="2018-07-15 06:02:50 +0100" value="0.05019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 06:28:21 +0100" startDate="2018-07-15 06:02:50 +0100" endDate="2018-07-15 06:12:17 +0100" value="0.18942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5db0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 08:03:14 +0100" startDate="2018-07-15 07:19:37 +0100" endDate="2018-07-15 07:25:55 +0100" value="0.01215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 08:03:14 +0100" startDate="2018-07-15 07:25:55 +0100" endDate="2018-07-15 07:35:54 +0100" value="0.20798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 08:03:14 +0100" startDate="2018-07-15 07:35:54 +0100" endDate="2018-07-15 07:45:49 +0100" value="0.54102"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 08:03:14 +0100" startDate="2018-07-15 07:45:49 +0100" endDate="2018-07-15 07:55:48 +0100" value="0.29304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 08:57:46 +0100" startDate="2018-07-15 07:55:48 +0100" endDate="2018-07-15 08:04:52 +0100" value="0.3296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 08:57:46 +0100" startDate="2018-07-15 08:04:52 +0100" endDate="2018-07-15 08:14:35 +0100" value="0.29585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 08:57:46 +0100" startDate="2018-07-15 08:14:35 +0100" endDate="2018-07-15 08:24:08 +0100" value="0.21671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 08:57:46 +0100" startDate="2018-07-15 08:24:08 +0100" endDate="2018-07-15 08:33:40 +0100" value="0.33486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 08:57:46 +0100" startDate="2018-07-15 08:33:40 +0100" endDate="2018-07-15 08:43:21 +0100" value="0.20603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 08:57:46 +0100" startDate="2018-07-15 08:43:21 +0100" endDate="2018-07-15 08:53:20 +0100" value="0.26865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 08:53:20 +0100" endDate="2018-07-15 09:03:14 +0100" value="0.46284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 09:03:14 +0100" endDate="2018-07-15 09:13:14 +0100" value="0.30976"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 09:13:14 +0100" endDate="2018-07-15 09:23:12 +0100" value="0.63199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 09:23:12 +0100" endDate="2018-07-15 09:32:57 +0100" value="0.38076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 09:32:57 +0100" endDate="2018-07-15 09:35:55 +0100" value="0.12471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 09:38:01 +0100" endDate="2018-07-15 09:44:06 +0100" value="0.00705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 10:10:48 +0100" startDate="2018-07-15 09:51:46 +0100" endDate="2018-07-15 09:57:46 +0100" value="0.0081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 10:59:13 +0100" startDate="2018-07-15 10:31:13 +0100" endDate="2018-07-15 10:38:50 +0100" value="0.05542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 10:59:13 +0100" startDate="2018-07-15 10:38:50 +0100" endDate="2018-07-15 10:44:41 +0100" value="0.06451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 11:57:29 +0100" startDate="2018-07-15 10:56:16 +0100" endDate="2018-07-15 11:06:15 +0100" value="0.32794"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 11:57:29 +0100" startDate="2018-07-15 11:06:15 +0100" endDate="2018-07-15 11:12:11 +0100" value="0.04593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 11:57:29 +0100" startDate="2018-07-15 11:32:05 +0100" endDate="2018-07-15 11:39:27 +0100" value="0.01391"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 14:56:29 +0100" startDate="2018-07-15 13:52:53 +0100" endDate="2018-07-15 14:00:57 +0100" value="0.01768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 14:56:29 +0100" startDate="2018-07-15 14:06:28 +0100" endDate="2018-07-15 14:13:21 +0100" value="0.01755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 15:59:03 +0100" startDate="2018-07-15 15:39:45 +0100" endDate="2018-07-15 15:49:44 +0100" value="0.34036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 16:56:00 +0100" startDate="2018-07-15 15:49:44 +0100" endDate="2018-07-15 15:59:01 +0100" value="0.09815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 16:56:00 +0100" startDate="2018-07-15 16:09:40 +0100" endDate="2018-07-15 16:16:23 +0100" value="0.03093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 16:56:00 +0100" startDate="2018-07-15 16:34:30 +0100" endDate="2018-07-15 16:40:48 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 16:56:00 +0100" startDate="2018-07-15 16:40:48 +0100" endDate="2018-07-15 16:50:48 +0100" value="0.03141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 17:57:54 +0100" startDate="2018-07-15 16:50:48 +0100" endDate="2018-07-15 16:55:15 +0100" value="0.08131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 17:57:54 +0100" startDate="2018-07-15 16:56:24 +0100" endDate="2018-07-15 17:02:27 +0100" value="0.00638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 17:57:54 +0100" startDate="2018-07-15 17:05:08 +0100" endDate="2018-07-15 17:13:53 +0100" value="0.04214"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 18:58:59 +0100" startDate="2018-07-15 17:53:47 +0100" endDate="2018-07-15 18:03:47 +0100" value="0.38922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 18:58:59 +0100" startDate="2018-07-15 18:03:47 +0100" endDate="2018-07-15 18:11:27 +0100" value="0.0381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 18:58:59 +0100" startDate="2018-07-15 18:36:02 +0100" endDate="2018-07-15 18:42:27 +0100" value="0.01103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 18:58:59 +0100" startDate="2018-07-15 18:42:27 +0100" endDate="2018-07-15 18:52:26 +0100" value="0.28532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 18:52:26 +0100" endDate="2018-07-15 18:53:55 +0100" value="0.08159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 19:16:40 +0100" endDate="2018-07-15 19:23:18 +0100" value="0.01308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 19:23:18 +0100" endDate="2018-07-15 19:33:14 +0100" value="0.13054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 19:33:14 +0100" endDate="2018-07-15 19:34:56 +0100" value="0.04352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:01:40 +0100" endDate="2018-07-15 20:10:20 +0100" value="0.18167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:10:20 +0100" endDate="2018-07-15 20:19:12 +0100" value="0.08331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:19:12 +0100" endDate="2018-07-15 20:26:17 +0100" value="0.03096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:29:27 +0100" endDate="2018-07-15 20:39:01 +0100" value="0.00833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:39:01 +0100" endDate="2018-07-15 20:48:03 +0100" value="0.03803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:48:03 +0100" endDate="2018-07-15 20:57:23 +0100" value="0.02652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 20:57:23 +0100" endDate="2018-07-15 21:06:27 +0100" value="0.09767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 21:06:27 +0100" endDate="2018-07-15 21:10:21 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 21:38:09 +0100" endDate="2018-07-15 21:46:14 +0100" value="0.03709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 22:05:54 +0100" endDate="2018-07-15 22:15:53 +0100" value="0.1487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-15 22:40:31 +0100" startDate="2018-07-15 22:15:53 +0100" endDate="2018-07-15 22:18:53 +0100" value="0.01874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 06:53:59 +0100" startDate="2018-07-16 06:21:15 +0100" endDate="2018-07-16 06:28:29 +0100" value="0.02576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 06:53:59 +0100" startDate="2018-07-16 06:28:29 +0100" endDate="2018-07-16 06:38:28 +0100" value="0.01"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 06:53:59 +0100" startDate="2018-07-16 06:38:28 +0100" endDate="2018-07-16 06:42:48 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 07:56:59 +0100" startDate="2018-07-16 06:48:42 +0100" endDate="2018-07-16 06:55:30 +0100" value="0.02603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 07:56:59 +0100" startDate="2018-07-16 06:56:43 +0100" endDate="2018-07-16 07:06:18 +0100" value="0.23049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 07:56:59 +0100" startDate="2018-07-16 07:06:18 +0100" endDate="2018-07-16 07:13:21 +0100" value="0.5429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 07:56:59 +0100" startDate="2018-07-16 07:17:03 +0100" endDate="2018-07-16 07:26:14 +0100" value="0.06062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 07:56:59 +0100" startDate="2018-07-16 07:26:14 +0100" endDate="2018-07-16 07:29:55 +0100" value="0.09518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 08:50:35 +0100" startDate="2018-07-16 08:08:20 +0100" endDate="2018-07-16 08:18:20 +0100" value="0.06954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 08:50:35 +0100" startDate="2018-07-16 08:18:20 +0100" endDate="2018-07-16 08:19:00 +0100" value="0.03038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 08:50:35 +0100" startDate="2018-07-16 08:28:30 +0100" endDate="2018-07-16 08:35:08 +0100" value="0.04908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 09:52:10 +0100" startDate="2018-07-16 08:41:14 +0100" endDate="2018-07-16 08:50:45 +0100" value="0.07311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 09:52:10 +0100" startDate="2018-07-16 08:50:45 +0100" endDate="2018-07-16 08:58:48 +0100" value="0.29591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 10:56:59 +0100" startDate="2018-07-16 10:15:36 +0100" endDate="2018-07-16 10:21:36 +0100" value="0.00414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 11:54:29 +0100" startDate="2018-07-16 10:54:17 +0100" endDate="2018-07-16 11:04:05 +0100" value="0.19251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 11:54:29 +0100" startDate="2018-07-16 11:04:05 +0100" endDate="2018-07-16 11:14:04 +0100" value="0.23788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 11:54:29 +0100" startDate="2018-07-16 11:14:04 +0100" endDate="2018-07-16 11:18:10 +0100" value="0.26445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 11:54:29 +0100" startDate="2018-07-16 11:25:02 +0100" endDate="2018-07-16 11:32:54 +0100" value="0.17205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 12:50:40 +0100" startDate="2018-07-16 11:48:38 +0100" endDate="2018-07-16 11:57:15 +0100" value="0.18849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 12:50:40 +0100" startDate="2018-07-16 11:57:15 +0100" endDate="2018-07-16 12:05:02 +0100" value="0.36693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 12:50:40 +0100" startDate="2018-07-16 12:05:02 +0100" endDate="2018-07-16 12:15:01 +0100" value="0.08354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 12:50:40 +0100" startDate="2018-07-16 12:15:01 +0100" endDate="2018-07-16 12:17:42 +0100" value="0.06589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 12:50:40 +0100" startDate="2018-07-16 12:37:35 +0100" endDate="2018-07-16 12:46:48 +0100" value="0.08983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 13:58:30 +0100" startDate="2018-07-16 12:46:48 +0100" endDate="2018-07-16 12:53:46 +0100" value="0.14499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 13:58:30 +0100" startDate="2018-07-16 12:53:46 +0100" endDate="2018-07-16 13:03:46 +0100" value="0.16072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 13:58:30 +0100" startDate="2018-07-16 13:03:46 +0100" endDate="2018-07-16 13:12:26 +0100" value="0.442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 13:58:30 +0100" startDate="2018-07-16 13:12:26 +0100" endDate="2018-07-16 13:22:10 +0100" value="0.66682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 13:58:30 +0100" startDate="2018-07-16 13:22:10 +0100" endDate="2018-07-16 13:28:18 +0100" value="0.05646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 13:58:30 +0100" startDate="2018-07-16 13:34:10 +0100" endDate="2018-07-16 13:44:06 +0100" value="0.05006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 14:54:42 +0100" startDate="2018-07-16 14:15:06 +0100" endDate="2018-07-16 14:24:24 +0100" value="0.04862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 14:54:42 +0100" startDate="2018-07-16 14:38:48 +0100" endDate="2018-07-16 14:47:41 +0100" value="0.04918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 15:54:10 +0100" startDate="2018-07-16 14:47:41 +0100" endDate="2018-07-16 14:54:43 +0100" value="0.00252"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 15:54:10 +0100" startDate="2018-07-16 15:07:33 +0100" endDate="2018-07-16 15:17:31 +0100" value="0.06052"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 15:54:10 +0100" startDate="2018-07-16 15:26:19 +0100" endDate="2018-07-16 15:36:17 +0100" value="0.27183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 15:54:10 +0100" startDate="2018-07-16 15:36:17 +0100" endDate="2018-07-16 15:45:59 +0100" value="0.49502"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 15:45:59 +0100" endDate="2018-07-16 15:55:58 +0100" value="0.19582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 15:55:58 +0100" endDate="2018-07-16 16:05:14 +0100" value="0.20905"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 16:05:14 +0100" endDate="2018-07-16 16:15:14 +0100" value="0.20412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 16:15:14 +0100" endDate="2018-07-16 16:22:42 +0100" value="0.27149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 16:25:38 +0100" endDate="2018-07-16 16:35:18 +0100" value="0.14181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 16:35:18 +0100" endDate="2018-07-16 16:37:23 +0100" value="0.02101"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 16:52:35 +0100" startDate="2018-07-16 16:41:17 +0100" endDate="2018-07-16 16:47:42 +0100" value="0.01358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 17:57:00 +0100" startDate="2018-07-16 17:22:15 +0100" endDate="2018-07-16 17:28:46 +0100" value="0.02286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 17:57:00 +0100" startDate="2018-07-16 17:29:31 +0100" endDate="2018-07-16 17:39:10 +0100" value="0.01169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 17:57:00 +0100" startDate="2018-07-16 17:41:59 +0100" endDate="2018-07-16 17:51:58 +0100" value="0.22003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 18:52:33 +0100" startDate="2018-07-16 17:51:58 +0100" endDate="2018-07-16 17:57:01 +0100" value="0.03737"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 19:51:05 +0100" startDate="2018-07-16 19:35:34 +0100" endDate="2018-07-16 19:45:32 +0100" value="0.17476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 20:51:27 +0100" startDate="2018-07-16 19:45:32 +0100" endDate="2018-07-16 19:47:19 +0100" value="0.04169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 20:51:27 +0100" startDate="2018-07-16 20:14:06 +0100" endDate="2018-07-16 20:20:39 +0100" value="0.00138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 20:51:27 +0100" startDate="2018-07-16 20:36:25 +0100" endDate="2018-07-16 20:45:30 +0100" value="0.01498"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 22:22:03 +0100" startDate="2018-07-16 20:51:47 +0100" endDate="2018-07-16 21:00:02 +0100" value="0.02156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-16 22:22:03 +0100" startDate="2018-07-16 21:00:02 +0100" endDate="2018-07-16 21:08:25 +0100" value="0.06434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 04:52:48 +0100" startDate="2018-07-17 04:16:30 +0100" endDate="2018-07-17 04:24:42 +0100" value="0.02343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 06:54:58 +0100" startDate="2018-07-17 06:21:46 +0100" endDate="2018-07-17 06:31:05 +0100" value="0.0554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 06:54:58 +0100" startDate="2018-07-17 06:32:10 +0100" endDate="2018-07-17 06:40:07 +0100" value="0.03623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 07:53:13 +0100" startDate="2018-07-17 06:50:18 +0100" endDate="2018-07-17 06:58:32 +0100" value="0.04188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 07:53:13 +0100" startDate="2018-07-17 07:01:04 +0100" endDate="2018-07-17 07:11:03 +0100" value="0.19403"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 07:53:13 +0100" startDate="2018-07-17 07:11:03 +0100" endDate="2018-07-17 07:20:02 +0100" value="0.49029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 07:53:13 +0100" startDate="2018-07-17 07:20:02 +0100" endDate="2018-07-17 07:26:19 +0100" value="0.03544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 09:01:13 +0100" startDate="2018-07-17 07:49:11 +0100" endDate="2018-07-17 07:59:10 +0100" value="0.00988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 09:01:13 +0100" startDate="2018-07-17 07:59:10 +0100" endDate="2018-07-17 08:07:59 +0100" value="0.01588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 09:52:50 +0100" startDate="2018-07-17 09:01:03 +0100" endDate="2018-07-17 09:11:02 +0100" value="0.01711"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 09:52:50 +0100" startDate="2018-07-17 09:32:41 +0100" endDate="2018-07-17 09:42:25 +0100" value="0.05086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 09:52:50 +0100" startDate="2018-07-17 09:42:25 +0100" endDate="2018-07-17 09:46:34 +0100" value="0.03857"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 10:53:07 +0100" startDate="2018-07-17 09:46:34 +0100" endDate="2018-07-17 09:53:03 +0100" value="0.02412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 10:53:07 +0100" startDate="2018-07-17 09:53:03 +0100" endDate="2018-07-17 10:03:01 +0100" value="0.08466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 10:53:07 +0100" startDate="2018-07-17 10:03:01 +0100" endDate="2018-07-17 10:05:21 +0100" value="0.07355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 10:53:07 +0100" startDate="2018-07-17 10:08:37 +0100" endDate="2018-07-17 10:18:08 +0100" value="0.05835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 10:53:07 +0100" startDate="2018-07-17 10:24:48 +0100" endDate="2018-07-17 10:34:27 +0100" value="0.02849"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 10:53:07 +0100" startDate="2018-07-17 10:34:27 +0100" endDate="2018-07-17 10:44:26 +0100" value="0.15887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 12:00:06 +0100" startDate="2018-07-17 10:44:26 +0100" endDate="2018-07-17 10:54:13 +0100" value="0.12378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 12:00:06 +0100" startDate="2018-07-17 10:54:13 +0100" endDate="2018-07-17 11:03:50 +0100" value="0.08114"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 12:00:06 +0100" startDate="2018-07-17 11:42:53 +0100" endDate="2018-07-17 11:50:50 +0100" value="0.11111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 12:54:32 +0100" startDate="2018-07-17 11:54:55 +0100" endDate="2018-07-17 12:04:27 +0100" value="0.11713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 12:54:32 +0100" startDate="2018-07-17 12:41:25 +0100" endDate="2018-07-17 12:51:24 +0100" value="0.20854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 13:53:20 +0100" startDate="2018-07-17 12:51:24 +0100" endDate="2018-07-17 12:59:42 +0100" value="0.0627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 13:53:20 +0100" startDate="2018-07-17 13:14:43 +0100" endDate="2018-07-17 13:24:30 +0100" value="0.24618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 13:53:20 +0100" startDate="2018-07-17 13:24:30 +0100" endDate="2018-07-17 13:26:24 +0100" value="0.01484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 14:57:14 +0100" startDate="2018-07-17 14:05:02 +0100" endDate="2018-07-17 14:14:53 +0100" value="0.25544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 14:57:14 +0100" startDate="2018-07-17 14:14:53 +0100" endDate="2018-07-17 14:24:12 +0100" value="0.09797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 15:56:05 +0100" startDate="2018-07-17 15:11:00 +0100" endDate="2018-07-17 15:20:24 +0100" value="0.00947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 15:56:05 +0100" startDate="2018-07-17 15:20:42 +0100" endDate="2018-07-17 15:29:55 +0100" value="0.03297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 15:56:05 +0100" startDate="2018-07-17 15:29:55 +0100" endDate="2018-07-17 15:38:18 +0100" value="0.01947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 16:53:05 +0100" startDate="2018-07-17 16:05:24 +0100" endDate="2018-07-17 16:15:23 +0100" value="0.06028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 16:53:05 +0100" startDate="2018-07-17 16:15:23 +0100" endDate="2018-07-17 16:17:47 +0100" value="0.04248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 16:53:05 +0100" startDate="2018-07-17 16:22:32 +0100" endDate="2018-07-17 16:31:44 +0100" value="0.05071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 16:53:05 +0100" startDate="2018-07-17 16:31:44 +0100" endDate="2018-07-17 16:41:44 +0100" value="0.58763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 16:53:05 +0100" startDate="2018-07-17 16:41:44 +0100" endDate="2018-07-17 16:48:00 +0100" value="0.12462"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 17:53:01 +0100" startDate="2018-07-17 16:54:09 +0100" endDate="2018-07-17 17:02:49 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 17:53:01 +0100" startDate="2018-07-17 17:02:49 +0100" endDate="2018-07-17 17:06:14 +0100" value="0.0021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 17:53:01 +0100" startDate="2018-07-17 17:09:28 +0100" endDate="2018-07-17 17:19:12 +0100" value="0.02684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 17:53:01 +0100" startDate="2018-07-17 17:19:12 +0100" endDate="2018-07-17 17:26:19 +0100" value="0.04381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 17:53:01 +0100" startDate="2018-07-17 17:26:39 +0100" endDate="2018-07-17 17:32:41 +0100" value="0.004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 19:53:26 +0100" startDate="2018-07-17 19:27:21 +0100" endDate="2018-07-17 19:35:16 +0100" value="0.01457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 19:53:26 +0100" startDate="2018-07-17 19:35:16 +0100" endDate="2018-07-17 19:45:14 +0100" value="0.04455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 20:58:48 +0100" startDate="2018-07-17 19:45:14 +0100" endDate="2018-07-17 19:55:12 +0100" value="0.23586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 20:58:48 +0100" startDate="2018-07-17 19:55:12 +0100" endDate="2018-07-17 20:04:05 +0100" value="0.48119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 23:16:22 +0100" startDate="2018-07-17 21:23:53 +0100" endDate="2018-07-17 21:30:10 +0100" value="0.00294"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 23:16:22 +0100" startDate="2018-07-17 22:33:49 +0100" endDate="2018-07-17 22:43:48 +0100" value="0.34195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-17 23:16:22 +0100" startDate="2018-07-17 22:43:48 +0100" endDate="2018-07-17 22:48:31 +0100" value="0.32943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 06:32:52 +0100" startDate="2018-07-18 05:33:41 +0100" endDate="2018-07-18 05:42:53 +0100" value="0.03984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 06:32:52 +0100" startDate="2018-07-18 05:42:53 +0100" endDate="2018-07-18 05:47:14 +0100" value="0.03853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 06:32:52 +0100" startDate="2018-07-18 05:57:11 +0100" endDate="2018-07-18 06:06:16 +0100" value="0.0441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 06:32:52 +0100" startDate="2018-07-18 06:06:16 +0100" endDate="2018-07-18 06:16:15 +0100" value="0.13556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 06:32:52 +0100" startDate="2018-07-18 06:16:15 +0100" endDate="2018-07-18 06:25:12 +0100" value="0.0997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 07:30:39 +0100" startDate="2018-07-18 06:25:12 +0100" endDate="2018-07-18 06:35:11 +0100" value="0.19429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 07:30:39 +0100" startDate="2018-07-18 06:35:11 +0100" endDate="2018-07-18 06:45:10 +0100" value="0.43589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 07:30:39 +0100" startDate="2018-07-18 06:45:10 +0100" endDate="2018-07-18 06:53:45 +0100" value="0.31982"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 07:30:39 +0100" startDate="2018-07-18 07:09:01 +0100" endDate="2018-07-18 07:15:39 +0100" value="0.01413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 10:32:05 +0100" startDate="2018-07-18 09:33:08 +0100" endDate="2018-07-18 09:42:29 +0100" value="0.07033"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 10:32:05 +0100" startDate="2018-07-18 09:42:29 +0100" endDate="2018-07-18 09:50:19 +0100" value="0.06384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 11:28:53 +0100" startDate="2018-07-18 10:26:22 +0100" endDate="2018-07-18 10:34:40 +0100" value="0.09732"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 11:28:53 +0100" startDate="2018-07-18 10:34:40 +0100" endDate="2018-07-18 10:43:56 +0100" value="0.36712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 11:28:53 +0100" startDate="2018-07-18 10:44:09 +0100" endDate="2018-07-18 10:51:51 +0100" value="0.11053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 11:28:53 +0100" startDate="2018-07-18 11:07:30 +0100" endDate="2018-07-18 11:17:23 +0100" value="0.15406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 11:28:53 +0100" startDate="2018-07-18 11:17:23 +0100" endDate="2018-07-18 11:25:31 +0100" value="0.32539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 13:30:05 +0100" startDate="2018-07-18 13:12:22 +0100" endDate="2018-07-18 13:19:46 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 15:28:50 +0100" startDate="2018-07-18 15:06:38 +0100" endDate="2018-07-18 15:14:32 +0100" value="0.03435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 16:50:44 +0100" startDate="2018-07-18 15:23:55 +0100" endDate="2018-07-18 15:32:58 +0100" value="0.1775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 16:50:44 +0100" startDate="2018-07-18 15:32:58 +0100" endDate="2018-07-18 15:40:08 +0100" value="0.27278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 16:50:44 +0100" startDate="2018-07-18 15:40:08 +0100" endDate="2018-07-18 15:47:45 +0100" value="0.04785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 18:29:18 +0100" startDate="2018-07-18 17:58:14 +0100" endDate="2018-07-18 18:08:13 +0100" value="0.06013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 18:29:18 +0100" startDate="2018-07-18 18:08:13 +0100" endDate="2018-07-18 18:13:04 +0100" value="0.32568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 19:35:40 +0100" startDate="2018-07-18 18:52:30 +0100" endDate="2018-07-18 18:58:55 +0100" value="0.01499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 19:35:40 +0100" startDate="2018-07-18 18:59:38 +0100" endDate="2018-07-18 19:06:47 +0100" value="0.01484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 19:35:40 +0100" startDate="2018-07-18 19:18:41 +0100" endDate="2018-07-18 19:26:32 +0100" value="0.04197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 20:29:12 +0100" startDate="2018-07-18 19:38:45 +0100" endDate="2018-07-18 19:45:15 +0100" value="0.00795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 20:29:12 +0100" startDate="2018-07-18 19:54:02 +0100" endDate="2018-07-18 20:00:48 +0100" value="0.02047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 20:29:12 +0100" startDate="2018-07-18 20:05:43 +0100" endDate="2018-07-18 20:11:43 +0100" value="0.0055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 20:29:12 +0100" startDate="2018-07-18 20:17:29 +0100" endDate="2018-07-18 20:27:10 +0100" value="0.05863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 21:31:09 +0100" startDate="2018-07-18 20:27:10 +0100" endDate="2018-07-18 20:34:50 +0100" value="0.03887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 21:31:09 +0100" startDate="2018-07-18 20:34:50 +0100" endDate="2018-07-18 20:44:49 +0100" value="0.38043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 21:31:09 +0100" startDate="2018-07-18 20:44:49 +0100" endDate="2018-07-18 20:45:55 +0100" value="0.01428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-18 21:31:09 +0100" startDate="2018-07-18 20:50:12 +0100" endDate="2018-07-18 20:56:55 +0100" value="0.00172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 05:29:14 +0100" startDate="2018-07-19 05:12:35 +0100" endDate="2018-07-19 05:22:07 +0100" value="0.04111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 06:33:18 +0100" startDate="2018-07-19 06:02:22 +0100" endDate="2018-07-19 06:12:22 +0100" value="0.04155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 07:29:15 +0100" startDate="2018-07-19 06:54:46 +0100" endDate="2018-07-19 07:01:42 +0100" value="0.03324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 07:29:15 +0100" startDate="2018-07-19 07:04:21 +0100" endDate="2018-07-19 07:14:20 +0100" value="0.15755"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 07:29:15 +0100" startDate="2018-07-19 07:14:20 +0100" endDate="2018-07-19 07:21:09 +0100" value="0.58918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 08:35:53 +0100" startDate="2018-07-19 07:39:45 +0100" endDate="2018-07-19 07:48:42 +0100" value="0.25821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 08:35:53 +0100" startDate="2018-07-19 07:48:42 +0100" endDate="2018-07-19 07:58:40 +0100" value="0.10356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 08:35:53 +0100" startDate="2018-07-19 07:58:40 +0100" endDate="2018-07-19 08:01:00 +0100" value="0.21438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 08:35:53 +0100" startDate="2018-07-19 08:12:06 +0100" endDate="2018-07-19 08:18:21 +0100" value="0.01481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 08:35:53 +0100" startDate="2018-07-19 08:21:46 +0100" endDate="2018-07-19 08:28:57 +0100" value="0.00282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 09:35:16 +0100" startDate="2018-07-19 08:28:57 +0100" endDate="2018-07-19 08:36:19 +0100" value="0.00816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 09:35:16 +0100" startDate="2018-07-19 08:42:37 +0100" endDate="2018-07-19 08:52:04 +0100" value="0.19992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 09:35:16 +0100" startDate="2018-07-19 08:52:04 +0100" endDate="2018-07-19 09:01:21 +0100" value="0.47392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 09:35:16 +0100" startDate="2018-07-19 09:01:21 +0100" endDate="2018-07-19 09:07:47 +0100" value="0.02208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 09:35:16 +0100" startDate="2018-07-19 09:10:26 +0100" endDate="2018-07-19 09:18:03 +0100" value="0.04514"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca69e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 09:35:16 +0100" startDate="2018-07-19 09:18:03 +0100" endDate="2018-07-19 09:27:48 +0100" value="0.06917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 09:27:48 +0100" endDate="2018-07-19 09:37:46 +0100" value="0.0308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 09:37:46 +0100" endDate="2018-07-19 09:45:16 +0100" value="0.03272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 09:45:16 +0100" endDate="2018-07-19 09:50:22 +0100" value="0.01342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 09:55:03 +0100" endDate="2018-07-19 10:03:37 +0100" value="0.06077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 10:03:37 +0100" endDate="2018-07-19 10:13:26 +0100" value="0.47763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 10:13:26 +0100" endDate="2018-07-19 10:22:43 +0100" value="0.26765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 10:34:59 +0100" startDate="2018-07-19 10:22:43 +0100" endDate="2018-07-19 10:23:54 +0100" value="0.01738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 11:29:00 +0100" startDate="2018-07-19 10:43:19 +0100" endDate="2018-07-19 10:53:18 +0100" value="0.07859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 11:29:00 +0100" startDate="2018-07-19 10:53:18 +0100" endDate="2018-07-19 11:02:30 +0100" value="0.38443"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 11:29:00 +0100" startDate="2018-07-19 11:08:16 +0100" endDate="2018-07-19 11:16:31 +0100" value="0.00345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 12:30:39 +0100" startDate="2018-07-19 11:28:57 +0100" endDate="2018-07-19 11:38:55 +0100" value="0.1861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 12:30:39 +0100" startDate="2018-07-19 11:38:55 +0100" endDate="2018-07-19 11:45:31 +0100" value="0.09013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 12:30:39 +0100" startDate="2018-07-19 11:46:38 +0100" endDate="2018-07-19 11:56:36 +0100" value="0.36756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 12:30:39 +0100" startDate="2018-07-19 11:56:36 +0100" endDate="2018-07-19 11:58:30 +0100" value="0.1476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 13:28:56 +0100" startDate="2018-07-19 12:52:16 +0100" endDate="2018-07-19 12:58:49 +0100" value="0.00939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 15:37:35 +0100" startDate="2018-07-19 14:45:06 +0100" endDate="2018-07-19 14:55:05 +0100" value="0.29767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 15:37:35 +0100" startDate="2018-07-19 14:55:05 +0100" endDate="2018-07-19 15:02:09 +0100" value="0.27734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 15:37:35 +0100" startDate="2018-07-19 15:05:53 +0100" endDate="2018-07-19 15:15:39 +0100" value="0.03049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 15:37:35 +0100" startDate="2018-07-19 15:15:58 +0100" endDate="2018-07-19 15:25:56 +0100" value="0.36856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 15:37:35 +0100" startDate="2018-07-19 15:25:56 +0100" endDate="2018-07-19 15:29:42 +0100" value="0.30536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 16:30:17 +0100" startDate="2018-07-19 15:53:43 +0100" endDate="2018-07-19 16:02:49 +0100" value="0.05585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 16:30:17 +0100" startDate="2018-07-19 16:02:49 +0100" endDate="2018-07-19 16:12:47 +0100" value="0.14097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 16:30:17 +0100" startDate="2018-07-19 16:12:47 +0100" endDate="2018-07-19 16:21:04 +0100" value="0.54528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 16:21:04 +0100" endDate="2018-07-19 16:30:18 +0100" value="0.01846"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 16:32:08 +0100" endDate="2018-07-19 16:39:29 +0100" value="0.04416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 16:39:29 +0100" endDate="2018-07-19 16:49:22 +0100" value="0.04275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 16:49:22 +0100" endDate="2018-07-19 16:59:22 +0100" value="0.38931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 16:59:22 +0100" endDate="2018-07-19 17:09:20 +0100" value="0.19948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 17:09:20 +0100" endDate="2018-07-19 17:19:18 +0100" value="0.85974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 17:32:33 +0100" startDate="2018-07-19 17:19:18 +0100" endDate="2018-07-19 17:29:17 +0100" value="0.9516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 18:29:32 +0100" startDate="2018-07-19 17:29:17 +0100" endDate="2018-07-19 17:39:16 +0100" value="0.50396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 18:29:32 +0100" startDate="2018-07-19 17:39:16 +0100" endDate="2018-07-19 17:48:46 +0100" value="0.4005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 18:29:32 +0100" startDate="2018-07-19 17:48:46 +0100" endDate="2018-07-19 17:53:41 +0100" value="0.12078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 18:29:32 +0100" startDate="2018-07-19 17:58:40 +0100" endDate="2018-07-19 18:05:54 +0100" value="0.02117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 18:29:32 +0100" startDate="2018-07-19 18:05:54 +0100" endDate="2018-07-19 18:09:35 +0100" value="0.01024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 18:29:32 +0100" startDate="2018-07-19 18:12:35 +0100" endDate="2018-07-19 18:22:34 +0100" value="0.25945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 19:29:20 +0100" startDate="2018-07-19 18:22:34 +0100" endDate="2018-07-19 18:28:27 +0100" value="0.28259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 19:29:20 +0100" startDate="2018-07-19 18:50:29 +0100" endDate="2018-07-19 18:58:51 +0100" value="0.00225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 20:38:01 +0100" startDate="2018-07-19 19:34:16 +0100" endDate="2018-07-19 19:40:23 +0100" value="0.01128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 20:38:01 +0100" startDate="2018-07-19 19:48:00 +0100" endDate="2018-07-19 19:57:15 +0100" value="0.08256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 20:38:01 +0100" startDate="2018-07-19 19:57:15 +0100" endDate="2018-07-19 20:02:30 +0100" value="0.04629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 23:18:40 +0100" startDate="2018-07-19 21:49:33 +0100" endDate="2018-07-19 21:59:31 +0100" value="0.37831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 23:18:40 +0100" startDate="2018-07-19 21:59:31 +0100" endDate="2018-07-19 22:09:29 +0100" value="1.01602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 23:18:40 +0100" startDate="2018-07-19 22:09:29 +0100" endDate="2018-07-19 22:19:29 +0100" value="0.76415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4" device="&lt;&lt;HKDevice: 0x303ca5d10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4, creation date:2018-06-12 23:19:53 +0000&gt;" unit="km" creationDate="2018-07-19 23:18:40 +0100" startDate="2018-07-19 22:19:29 +0100" endDate="2018-07-19 22:26:18 +0100" value="0.42518"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 07:21:39 +0100" startDate="2018-07-20 06:30:07 +0100" endDate="2018-07-20 06:36:48 +0100" value="0.03515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 07:21:39 +0100" startDate="2018-07-20 06:40:46 +0100" endDate="2018-07-20 06:46:51 +0100" value="0.01395"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 07:21:39 +0100" startDate="2018-07-20 06:56:35 +0100" endDate="2018-07-20 07:03:59 +0100" value="0.04934"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 07:21:39 +0100" startDate="2018-07-20 07:05:05 +0100" endDate="2018-07-20 07:15:04 +0100" value="0.27143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 08:25:47 +0100" startDate="2018-07-20 07:15:04 +0100" endDate="2018-07-20 07:24:51 +0100" value="0.54288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 08:25:47 +0100" startDate="2018-07-20 07:40:36 +0100" endDate="2018-07-20 07:50:35 +0100" value="0.07077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 08:25:47 +0100" startDate="2018-07-20 07:50:35 +0100" endDate="2018-07-20 07:53:33 +0100" value="0.01958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 08:25:47 +0100" startDate="2018-07-20 07:57:33 +0100" endDate="2018-07-20 08:07:32 +0100" value="0.31692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 08:25:47 +0100" startDate="2018-07-20 08:07:32 +0100" endDate="2018-07-20 08:11:49 +0100" value="0.27585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 09:57:40 +0100" startDate="2018-07-20 08:19:51 +0100" endDate="2018-07-20 08:28:13 +0100" value="0.02404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 09:57:40 +0100" startDate="2018-07-20 09:15:29 +0100" endDate="2018-07-20 09:25:28 +0100" value="0.24009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 09:57:40 +0100" startDate="2018-07-20 09:25:28 +0100" endDate="2018-07-20 09:32:31 +0100" value="0.47805"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 09:57:40 +0100" startDate="2018-07-20 09:32:31 +0100" endDate="2018-07-20 09:42:28 +0100" value="0.5742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 09:57:40 +0100" startDate="2018-07-20 09:42:28 +0100" endDate="2018-07-20 09:42:56 +0100" value="0.01823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 10:28:43 +0100" startDate="2018-07-20 09:48:55 +0100" endDate="2018-07-20 09:58:55 +0100" value="0.04111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 11:24:20 +0100" startDate="2018-07-20 10:46:16 +0100" endDate="2018-07-20 10:56:15 +0100" value="0.17445"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 11:24:20 +0100" startDate="2018-07-20 10:56:15 +0100" endDate="2018-07-20 11:02:39 +0100" value="0.46036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 12:22:44 +0100" startDate="2018-07-20 11:48:43 +0100" endDate="2018-07-20 11:58:34 +0100" value="0.13105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 12:22:44 +0100" startDate="2018-07-20 12:04:06 +0100" endDate="2018-07-20 12:14:05 +0100" value="0.3524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 13:23:02 +0100" startDate="2018-07-20 12:14:05 +0100" endDate="2018-07-20 12:23:03 +0100" value="0.24042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 13:23:02 +0100" startDate="2018-07-20 12:23:03 +0100" endDate="2018-07-20 12:26:26 +0100" value="0.02134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 13:23:02 +0100" startDate="2018-07-20 12:46:09 +0100" endDate="2018-07-20 12:54:16 +0100" value="0.03047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 14:21:22 +0100" startDate="2018-07-20 13:13:07 +0100" endDate="2018-07-20 13:20:15 +0100" value="0.01123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 14:21:22 +0100" startDate="2018-07-20 13:52:37 +0100" endDate="2018-07-20 13:58:39 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 15:21:52 +0100" startDate="2018-07-20 15:10:47 +0100" endDate="2018-07-20 15:19:07 +0100" value="0.07678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 16:35:55 +0100" startDate="2018-07-20 15:19:07 +0100" endDate="2018-07-20 15:21:52 +0100" value="0.00129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 16:35:55 +0100" startDate="2018-07-20 15:24:03 +0100" endDate="2018-07-20 15:31:22 +0100" value="0.04882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 16:35:55 +0100" startDate="2018-07-20 15:36:25 +0100" endDate="2018-07-20 15:46:24 +0100" value="0.43176"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 16:35:55 +0100" startDate="2018-07-20 15:46:24 +0100" endDate="2018-07-20 15:56:23 +0100" value="0.71379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 16:35:55 +0100" startDate="2018-07-20 15:56:23 +0100" endDate="2018-07-20 16:04:59 +0100" value="0.13687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 16:35:55 +0100" startDate="2018-07-20 16:04:59 +0100" endDate="2018-07-20 16:08:38 +0100" value="0.02118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 17:53:09 +0100" startDate="2018-07-20 17:22:13 +0100" endDate="2018-07-20 17:32:13 +0100" value="0.08249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 17:53:09 +0100" startDate="2018-07-20 17:32:13 +0100" endDate="2018-07-20 17:41:56 +0100" value="0.05865"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 17:53:09 +0100" startDate="2018-07-20 17:41:56 +0100" endDate="2018-07-20 17:51:55 +0100" value="0.20067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 18:22:58 +0100" startDate="2018-07-20 17:51:55 +0100" endDate="2018-07-20 17:53:17 +0100" value="0.07649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 21:25:34 +0100" startDate="2018-07-20 20:30:32 +0100" endDate="2018-07-20 20:40:11 +0100" value="0.12542"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 21:25:34 +0100" startDate="2018-07-20 20:40:11 +0100" endDate="2018-07-20 20:43:01 +0100" value="0.00756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 22:52:36 +0100" startDate="2018-07-20 22:15:36 +0100" endDate="2018-07-20 22:21:36 +0100" value="0.00639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-20 22:52:36 +0100" startDate="2018-07-20 22:26:25 +0100" endDate="2018-07-20 22:34:07 +0100" value="0.0291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 09:29:10 +0100" startDate="2018-07-21 08:44:57 +0100" endDate="2018-07-21 08:51:56 +0100" value="0.01867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 09:29:10 +0100" startDate="2018-07-21 09:04:38 +0100" endDate="2018-07-21 09:11:24 +0100" value="0.02111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 10:25:16 +0100" startDate="2018-07-21 09:37:01 +0100" endDate="2018-07-21 09:47:00 +0100" value="0.12935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 10:25:16 +0100" startDate="2018-07-21 09:47:00 +0100" endDate="2018-07-21 09:49:19 +0100" value="0.07343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 10:25:16 +0100" startDate="2018-07-21 10:10:59 +0100" endDate="2018-07-21 10:20:57 +0100" value="0.08596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 11:23:09 +0100" startDate="2018-07-21 10:20:57 +0100" endDate="2018-07-21 10:30:57 +0100" value="0.46741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 11:23:09 +0100" startDate="2018-07-21 10:30:57 +0100" endDate="2018-07-21 10:40:55 +0100" value="0.28874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 11:23:09 +0100" startDate="2018-07-21 10:40:55 +0100" endDate="2018-07-21 10:50:54 +0100" value="0.14601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 11:23:09 +0100" startDate="2018-07-21 10:50:54 +0100" endDate="2018-07-21 10:59:53 +0100" value="0.11516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 11:23:09 +0100" startDate="2018-07-21 10:59:53 +0100" endDate="2018-07-21 11:08:08 +0100" value="0.15305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 11:23:09 +0100" startDate="2018-07-21 11:08:08 +0100" endDate="2018-07-21 11:18:08 +0100" value="0.11537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 12:22:12 +0100" startDate="2018-07-21 11:18:08 +0100" endDate="2018-07-21 11:28:08 +0100" value="0.38731"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 12:22:12 +0100" startDate="2018-07-21 11:28:08 +0100" endDate="2018-07-21 11:34:59 +0100" value="0.21764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 12:22:12 +0100" startDate="2018-07-21 11:34:59 +0100" endDate="2018-07-21 11:44:46 +0100" value="0.15609"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 12:22:12 +0100" startDate="2018-07-21 11:44:46 +0100" endDate="2018-07-21 11:54:46 +0100" value="0.17326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 12:22:12 +0100" startDate="2018-07-21 11:54:46 +0100" endDate="2018-07-21 12:04:43 +0100" value="0.5128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 12:22:12 +0100" startDate="2018-07-21 12:04:43 +0100" endDate="2018-07-21 12:06:25 +0100" value="0.04357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 13:22:28 +0100" startDate="2018-07-21 12:38:00 +0100" endDate="2018-07-21 12:47:58 +0100" value="0.33635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 13:22:28 +0100" startDate="2018-07-21 12:47:58 +0100" endDate="2018-07-21 12:57:58 +0100" value="0.40635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 13:22:28 +0100" startDate="2018-07-21 12:57:58 +0100" endDate="2018-07-21 13:07:00 +0100" value="0.20258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 13:22:28 +0100" startDate="2018-07-21 13:07:00 +0100" endDate="2018-07-21 13:16:37 +0100" value="0.49471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 14:22:40 +0100" startDate="2018-07-21 13:16:37 +0100" endDate="2018-07-21 13:20:59 +0100" value="0.1096"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 14:22:40 +0100" startDate="2018-07-21 13:23:37 +0100" endDate="2018-07-21 13:33:36 +0100" value="0.14662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 14:22:40 +0100" startDate="2018-07-21 13:33:36 +0100" endDate="2018-07-21 13:42:58 +0100" value="0.62682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 15:23:48 +0100" startDate="2018-07-21 14:35:39 +0100" endDate="2018-07-21 14:43:28 +0100" value="0.07482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 15:23:48 +0100" startDate="2018-07-21 14:43:28 +0100" endDate="2018-07-21 14:53:15 +0100" value="0.13396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 15:23:48 +0100" startDate="2018-07-21 14:53:15 +0100" endDate="2018-07-21 14:54:24 +0100" value="0.01098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 17:24:16 +0100" startDate="2018-07-21 16:57:08 +0100" endDate="2018-07-21 17:03:13 +0100" value="0.01184"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 23:09:56 +0100" startDate="2018-07-21 22:08:25 +0100" endDate="2018-07-21 22:17:41 +0100" value="0.02385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-21 23:09:56 +0100" startDate="2018-07-21 22:36:46 +0100" endDate="2018-07-21 22:46:35 +0100" value="0.02236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 08:23:52 +0100" startDate="2018-07-22 07:33:38 +0100" endDate="2018-07-22 07:39:40 +0100" value="0.00495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 08:23:52 +0100" startDate="2018-07-22 08:01:03 +0100" endDate="2018-07-22 08:07:54 +0100" value="0.02943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 12:22:38 +0100" startDate="2018-07-22 11:57:06 +0100" endDate="2018-07-22 12:03:36 +0100" value="0.01387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 12:22:38 +0100" startDate="2018-07-22 12:12:02 +0100" endDate="2018-07-22 12:21:31 +0100" value="0.06884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 13:22:02 +0100" startDate="2018-07-22 12:21:31 +0100" endDate="2018-07-22 12:29:56 +0100" value="0.10049"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 15:27:36 +0100" startDate="2018-07-22 15:08:11 +0100" endDate="2018-07-22 15:18:11 +0100" value="0.16553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 16:43:30 +0100" startDate="2018-07-22 15:18:11 +0100" endDate="2018-07-22 15:19:19 +0100" value="0.04688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 16:43:30 +0100" startDate="2018-07-22 15:24:28 +0100" endDate="2018-07-22 15:34:27 +0100" value="0.20344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 16:43:30 +0100" startDate="2018-07-22 15:34:27 +0100" endDate="2018-07-22 15:39:27 +0100" value="0.04386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 16:43:30 +0100" startDate="2018-07-22 16:00:17 +0100" endDate="2018-07-22 16:07:26 +0100" value="0.006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 16:43:30 +0100" startDate="2018-07-22 16:07:26 +0100" endDate="2018-07-22 16:13:12 +0100" value="0.0071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 16:43:30 +0100" startDate="2018-07-22 16:28:29 +0100" endDate="2018-07-22 16:36:01 +0100" value="0.0528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 17:21:44 +0100" startDate="2018-07-22 16:36:01 +0100" endDate="2018-07-22 16:45:56 +0100" value="0.0589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 17:21:44 +0100" startDate="2018-07-22 16:59:48 +0100" endDate="2018-07-22 17:09:39 +0100" value="0.10894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 17:21:44 +0100" startDate="2018-07-22 17:09:39 +0100" endDate="2018-07-22 17:09:54 +0100" value="0.00979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 18:49:40 +0100" startDate="2018-07-22 17:49:01 +0100" endDate="2018-07-22 17:57:31 +0100" value="0.00444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 18:49:40 +0100" startDate="2018-07-22 17:57:31 +0100" endDate="2018-07-22 18:07:31 +0100" value="0.14764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 18:49:40 +0100" startDate="2018-07-22 18:07:31 +0100" endDate="2018-07-22 18:17:17 +0100" value="0.51129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 18:49:40 +0100" startDate="2018-07-22 18:17:17 +0100" endDate="2018-07-22 18:27:15 +0100" value="0.45831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 18:49:40 +0100" startDate="2018-07-22 18:27:15 +0100" endDate="2018-07-22 18:29:53 +0100" value="0.1436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 20:21:19 +0100" startDate="2018-07-22 19:26:59 +0100" endDate="2018-07-22 19:33:09 +0100" value="0.00774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 21:40:19 +0100" startDate="2018-07-22 21:24:22 +0100" endDate="2018-07-22 21:33:15 +0100" value="0.03206"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-22 23:39:54 +0100" startDate="2018-07-22 21:33:15 +0100" endDate="2018-07-22 21:40:20 +0100" value="0.03845"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 07:21:27 +0100" startDate="2018-07-23 06:18:24 +0100" endDate="2018-07-23 06:27:52 +0100" value="0.03414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 07:21:27 +0100" startDate="2018-07-23 06:27:52 +0100" endDate="2018-07-23 06:36:31 +0100" value="0.02132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 07:21:27 +0100" startDate="2018-07-23 06:36:31 +0100" endDate="2018-07-23 06:39:31 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 07:21:27 +0100" startDate="2018-07-23 06:45:34 +0100" endDate="2018-07-23 06:52:50 +0100" value="0.03906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 07:21:27 +0100" startDate="2018-07-23 06:56:09 +0100" endDate="2018-07-23 07:06:08 +0100" value="0.14949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 07:21:27 +0100" startDate="2018-07-23 07:06:08 +0100" endDate="2018-07-23 07:14:44 +0100" value="0.64663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 08:23:40 +0100" startDate="2018-07-23 07:14:44 +0100" endDate="2018-07-23 07:20:48 +0100" value="0.26204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 08:23:40 +0100" startDate="2018-07-23 07:40:07 +0100" endDate="2018-07-23 07:46:43 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 08:23:40 +0100" startDate="2018-07-23 07:49:30 +0100" endDate="2018-07-23 07:59:26 +0100" value="0.05354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 08:23:40 +0100" startDate="2018-07-23 07:59:26 +0100" endDate="2018-07-23 08:00:53 +0100" value="0.00088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 08:26:09 +0100" endDate="2018-07-23 08:32:42 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 09:51:06 +0100" endDate="2018-07-23 10:00:12 +0100" value="0.05495"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 10:28:40 +0100" endDate="2018-07-23 10:38:39 +0100" value="0.35437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 10:38:39 +0100" endDate="2018-07-23 10:48:39 +0100" value="0.4875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 10:48:39 +0100" endDate="2018-07-23 10:54:25 +0100" value="0.39408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 11:08:51 +0100" endDate="2018-07-23 11:18:50 +0100" value="0.31479"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 12:13:22 +0100" startDate="2018-07-23 11:18:50 +0100" endDate="2018-07-23 11:28:49 +0100" value="0.18651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 14:34:25 +0100" startDate="2018-07-23 13:30:57 +0100" endDate="2018-07-23 13:37:15 +0100" value="0.00944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 14:34:25 +0100" startDate="2018-07-23 13:46:57 +0100" endDate="2018-07-23 13:56:40 +0100" value="0.07069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 14:34:25 +0100" startDate="2018-07-23 13:56:40 +0100" endDate="2018-07-23 14:05:28 +0100" value="0.01466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 14:34:25 +0100" startDate="2018-07-23 14:10:23 +0100" endDate="2018-07-23 14:17:11 +0100" value="0.02164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 14:34:25 +0100" startDate="2018-07-23 14:17:11 +0100" endDate="2018-07-23 14:22:33 +0100" value="0.0197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 15:23:38 +0100" startDate="2018-07-23 14:33:45 +0100" endDate="2018-07-23 14:43:43 +0100" value="0.08182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 15:23:38 +0100" startDate="2018-07-23 14:43:43 +0100" endDate="2018-07-23 14:44:32 +0100" value="0.03506"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 15:23:38 +0100" startDate="2018-07-23 14:47:56 +0100" endDate="2018-07-23 14:56:18 +0100" value="0.0799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 15:23:38 +0100" startDate="2018-07-23 14:58:11 +0100" endDate="2018-07-23 15:06:23 +0100" value="0.02421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 15:23:38 +0100" startDate="2018-07-23 15:06:23 +0100" endDate="2018-07-23 15:15:48 +0100" value="0.25537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 16:27:03 +0100" startDate="2018-07-23 15:15:48 +0100" endDate="2018-07-23 15:23:41 +0100" value="0.00903"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 16:27:03 +0100" startDate="2018-07-23 15:52:27 +0100" endDate="2018-07-23 16:02:26 +0100" value="0.03861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 16:27:03 +0100" startDate="2018-07-23 16:02:26 +0100" endDate="2018-07-23 16:12:24 +0100" value="0.19027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 16:27:03 +0100" startDate="2018-07-23 16:12:24 +0100" endDate="2018-07-23 16:22:04 +0100" value="0.17225"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 16:22:04 +0100" endDate="2018-07-23 16:31:50 +0100" value="0.10872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 16:31:50 +0100" endDate="2018-07-23 16:41:25 +0100" value="0.0926"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 16:41:25 +0100" endDate="2018-07-23 16:50:01 +0100" value="0.22436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 16:50:01 +0100" endDate="2018-07-23 16:59:39 +0100" value="0.16151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 16:59:39 +0100" endDate="2018-07-23 17:08:33 +0100" value="0.14248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 17:08:33 +0100" endDate="2018-07-23 17:18:28 +0100" value="0.08567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 17:28:30 +0100" startDate="2018-07-23 17:18:28 +0100" endDate="2018-07-23 17:22:19 +0100" value="0.01894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 18:27:48 +0100" startDate="2018-07-23 17:22:19 +0100" endDate="2018-07-23 17:31:24 +0100" value="0.10064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 18:27:48 +0100" startDate="2018-07-23 17:31:24 +0100" endDate="2018-07-23 17:38:39 +0100" value="0.06583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 18:27:48 +0100" startDate="2018-07-23 17:44:01 +0100" endDate="2018-07-23 17:53:53 +0100" value="0.01402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 18:27:48 +0100" startDate="2018-07-23 17:53:53 +0100" endDate="2018-07-23 17:59:22 +0100" value="0.26762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 18:27:48 +0100" startDate="2018-07-23 18:00:00 +0100" endDate="2018-07-23 18:06:23 +0100" value="0.00566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 18:27:48 +0100" startDate="2018-07-23 18:12:29 +0100" endDate="2018-07-23 18:22:26 +0100" value="0.0595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 19:26:33 +0100" startDate="2018-07-23 18:22:26 +0100" endDate="2018-07-23 18:26:50 +0100" value="0.11175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 19:26:33 +0100" startDate="2018-07-23 19:16:01 +0100" endDate="2018-07-23 19:22:01 +0100" value="0.00664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 20:23:55 +0100" startDate="2018-07-23 19:49:54 +0100" endDate="2018-07-23 19:59:47 +0100" value="0.34345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 20:23:55 +0100" startDate="2018-07-23 19:59:47 +0100" endDate="2018-07-23 20:09:17 +0100" value="0.36996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 20:23:55 +0100" startDate="2018-07-23 20:09:17 +0100" endDate="2018-07-23 20:19:16 +0100" value="0.97343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 21:02:41 +0100" startDate="2018-07-23 20:19:16 +0100" endDate="2018-07-23 20:29:15 +0100" value="0.86859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 21:02:41 +0100" startDate="2018-07-23 20:29:15 +0100" endDate="2018-07-23 20:39:14 +0100" value="1.20749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 21:02:41 +0100" startDate="2018-07-23 20:39:14 +0100" endDate="2018-07-23 20:49:13 +0100" value="0.57266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 21:02:41 +0100" startDate="2018-07-23 20:49:13 +0100" endDate="2018-07-23 20:59:12 +0100" value="0.42957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 21:12:41 +0100" startDate="2018-07-23 20:59:12 +0100" endDate="2018-07-23 21:09:11 +0100" value="1.2385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 21:24:54 +0100" startDate="2018-07-23 21:09:11 +0100" endDate="2018-07-23 21:19:10 +0100" value="0.88528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 23:09:33 +0100" startDate="2018-07-23 21:19:10 +0100" endDate="2018-07-23 21:25:02 +0100" value="0.32188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 23:09:33 +0100" startDate="2018-07-23 21:40:45 +0100" endDate="2018-07-23 21:48:21 +0100" value="0.037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-23 23:09:33 +0100" startDate="2018-07-23 22:54:28 +0100" endDate="2018-07-23 23:01:32 +0100" value="0.03745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 05:32:13 +0100" startDate="2018-07-24 05:10:06 +0100" endDate="2018-07-24 05:16:26 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 05:32:13 +0100" startDate="2018-07-24 05:16:48 +0100" endDate="2018-07-24 05:26:26 +0100" value="0.07971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 06:29:29 +0100" startDate="2018-07-24 05:26:26 +0100" endDate="2018-07-24 05:36:03 +0100" value="0.04019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 06:29:29 +0100" startDate="2018-07-24 05:36:03 +0100" endDate="2018-07-24 05:38:51 +0100" value="0.03707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5770&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 06:29:29 +0100" startDate="2018-07-24 05:47:29 +0100" endDate="2018-07-24 05:56:06 +0100" value="0.00861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 06:29:29 +0100" startDate="2018-07-24 06:02:26 +0100" endDate="2018-07-24 06:08:59 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 06:29:29 +0100" startDate="2018-07-24 06:08:59 +0100" endDate="2018-07-24 06:13:10 +0100" value="0.01299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 07:23:32 +0100" startDate="2018-07-24 06:30:19 +0100" endDate="2018-07-24 06:40:13 +0100" value="0.75792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 07:23:32 +0100" startDate="2018-07-24 06:40:13 +0100" endDate="2018-07-24 06:48:52 +0100" value="0.12494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 07:23:32 +0100" startDate="2018-07-24 07:04:13 +0100" endDate="2018-07-24 07:14:13 +0100" value="0.09669"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 08:24:12 +0100" startDate="2018-07-24 07:14:13 +0100" endDate="2018-07-24 07:20:27 +0100" value="0.16815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 08:24:12 +0100" startDate="2018-07-24 07:20:27 +0100" endDate="2018-07-24 07:26:28 +0100" value="0.0111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 08:24:12 +0100" startDate="2018-07-24 07:45:03 +0100" endDate="2018-07-24 07:55:03 +0100" value="0.03003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 08:24:12 +0100" startDate="2018-07-24 07:55:03 +0100" endDate="2018-07-24 08:05:01 +0100" value="0.18499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 08:24:12 +0100" startDate="2018-07-24 08:05:01 +0100" endDate="2018-07-24 08:13:53 +0100" value="0.05634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 09:37:59 +0100" endDate="2018-07-24 09:47:57 +0100" value="0.05505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 09:47:57 +0100" endDate="2018-07-24 09:57:56 +0100" value="0.21567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 09:57:56 +0100" endDate="2018-07-24 09:58:47 +0100" value="0.01968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 10:17:11 +0100" endDate="2018-07-24 10:23:52 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 10:49:03 +0100" endDate="2018-07-24 10:56:27 +0100" value="0.05647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 10:56:27 +0100" endDate="2018-07-24 11:06:27 +0100" value="0.65772"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 11:06:27 +0100" endDate="2018-07-24 11:11:01 +0100" value="0.23938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 11:47:49 +0100" endDate="2018-07-24 11:57:47 +0100" value="0.27616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 11:57:47 +0100" endDate="2018-07-24 12:05:57 +0100" value="0.35946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 12:40:31 +0100" endDate="2018-07-24 12:47:17 +0100" value="0.03455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 12:57:22 +0100" endDate="2018-07-24 13:06:19 +0100" value="0.07287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 13:06:19 +0100" endDate="2018-07-24 13:10:22 +0100" value="0.008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 13:23:04 +0100" endDate="2018-07-24 13:29:57 +0100" value="0.044"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 13:47:33 +0100" endDate="2018-07-24 13:57:15 +0100" value="0.04723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 13:57:15 +0100" endDate="2018-07-24 14:07:13 +0100" value="0.12859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 14:07:13 +0100" endDate="2018-07-24 14:08:02 +0100" value="0.03764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 14:39:05 +0100" endDate="2018-07-24 14:49:01 +0100" value="0.10996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 14:49:01 +0100" endDate="2018-07-24 14:58:36 +0100" value="0.00539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 14:58:36 +0100" endDate="2018-07-24 15:08:36 +0100" value="0.12586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 15:08:36 +0100" endDate="2018-07-24 15:14:16 +0100" value="0.07827"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 15:19:36 +0100" endDate="2018-07-24 15:25:51 +0100" value="0.01848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 15:38:24 +0100" endDate="2018-07-24 15:44:26 +0100" value="0.01474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:16:46 +0100" startDate="2018-07-24 15:57:19 +0100" endDate="2018-07-24 16:07:18 +0100" value="0.22032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 16:31:38 +0100" startDate="2018-07-24 16:07:18 +0100" endDate="2018-07-24 16:16:40 +0100" value="0.15131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 17:31:54 +0100" startDate="2018-07-24 16:47:38 +0100" endDate="2018-07-24 16:56:57 +0100" value="0.27358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 17:31:54 +0100" startDate="2018-07-24 17:01:52 +0100" endDate="2018-07-24 17:11:28 +0100" value="0.04903"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 17:31:54 +0100" startDate="2018-07-24 17:11:28 +0100" endDate="2018-07-24 17:21:26 +0100" value="0.33081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 17:31:54 +0100" startDate="2018-07-24 17:21:26 +0100" endDate="2018-07-24 17:31:25 +0100" value="0.26768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 17:31:25 +0100" endDate="2018-07-24 17:31:53 +0100" value="0.01246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 17:55:25 +0100" endDate="2018-07-24 18:05:00 +0100" value="0.20254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 19:14:38 +0100" endDate="2018-07-24 19:22:47 +0100" value="0.15657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 19:25:35 +0100" endDate="2018-07-24 19:35:34 +0100" value="0.10648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 19:35:34 +0100" endDate="2018-07-24 19:45:26 +0100" value="0.18327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 19:45:26 +0100" endDate="2018-07-24 19:51:34 +0100" value="0.12734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 19:53:44 +0100" endDate="2018-07-24 20:01:44 +0100" value="0.1149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 20:52:10 +0100" endDate="2018-07-24 21:02:09 +0100" value="0.1181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 21:02:09 +0100" endDate="2018-07-24 21:05:27 +0100" value="0.05882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 21:18:24 +0100" endDate="2018-07-24 21:24:49 +0100" value="0.0098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 21:50:04 +0100" startDate="2018-07-24 21:40:03 +0100" endDate="2018-07-24 21:47:40 +0100" value="0.01256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 22:05:05 +0100" startDate="2018-07-24 21:47:40 +0100" endDate="2018-07-24 21:57:38 +0100" value="0.00672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-24 22:20:10 +0100" startDate="2018-07-24 21:57:38 +0100" endDate="2018-07-24 21:59:33 +0100" value="0.00086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 06:00:38 +0100" startDate="2018-07-25 05:49:44 +0100" endDate="2018-07-25 05:57:41 +0100" value="0.02563"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 07:00:38 +0100" startDate="2018-07-25 05:57:41 +0100" endDate="2018-07-25 06:05:48 +0100" value="0.0575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 07:00:38 +0100" startDate="2018-07-25 06:21:52 +0100" endDate="2018-07-25 06:28:52 +0100" value="0.04053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 07:00:38 +0100" startDate="2018-07-25 06:32:38 +0100" endDate="2018-07-25 06:42:37 +0100" value="0.31065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 07:00:38 +0100" startDate="2018-07-25 06:42:37 +0100" endDate="2018-07-25 06:52:32 +0100" value="0.73509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 08:08:59 +0100" startDate="2018-07-25 06:52:32 +0100" endDate="2018-07-25 06:54:37 +0100" value="0.01011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 08:08:59 +0100" startDate="2018-07-25 07:40:29 +0100" endDate="2018-07-25 07:50:18 +0100" value="0.09423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 08:08:59 +0100" startDate="2018-07-25 07:50:18 +0100" endDate="2018-07-25 07:58:57 +0100" value="0.12011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 08:08:59 +0100" startDate="2018-07-25 07:58:57 +0100" endDate="2018-07-25 08:07:43 +0100" value="0.07481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 09:01:28 +0100" startDate="2018-07-25 08:07:43 +0100" endDate="2018-07-25 08:14:56 +0100" value="0.08158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 10:01:56 +0100" startDate="2018-07-25 09:13:56 +0100" endDate="2018-07-25 09:21:50 +0100" value="0.0085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 11:02:36 +0100" startDate="2018-07-25 10:10:05 +0100" endDate="2018-07-25 10:17:42 +0100" value="0.02831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 11:02:36 +0100" startDate="2018-07-25 10:17:42 +0100" endDate="2018-07-25 10:24:23 +0100" value="0.06599"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 11:02:36 +0100" startDate="2018-07-25 10:27:20 +0100" endDate="2018-07-25 10:37:19 +0100" value="0.08328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 11:02:36 +0100" startDate="2018-07-25 10:37:19 +0100" endDate="2018-07-25 10:47:16 +0100" value="0.72323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 11:02:36 +0100" startDate="2018-07-25 10:47:16 +0100" endDate="2018-07-25 10:56:45 +0100" value="0.5534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 12:01:05 +0100" startDate="2018-07-25 11:04:56 +0100" endDate="2018-07-25 11:12:35 +0100" value="0.00164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 12:01:05 +0100" startDate="2018-07-25 11:25:26 +0100" endDate="2018-07-25 11:35:22 +0100" value="0.10759"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 12:01:05 +0100" startDate="2018-07-25 11:35:22 +0100" endDate="2018-07-25 11:43:07 +0100" value="0.44293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 12:01:05 +0100" startDate="2018-07-25 11:43:07 +0100" endDate="2018-07-25 11:47:51 +0100" value="0.02532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 12:01:05 +0100" startDate="2018-07-25 11:48:46 +0100" endDate="2018-07-25 11:55:37 +0100" value="0.02848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 13:01:13 +0100" startDate="2018-07-25 11:55:37 +0100" endDate="2018-07-25 12:01:25 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 13:01:13 +0100" startDate="2018-07-25 12:27:20 +0100" endDate="2018-07-25 12:34:14 +0100" value="0.03647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 13:01:13 +0100" startDate="2018-07-25 12:36:01 +0100" endDate="2018-07-25 12:42:01 +0100" value="0.0086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 13:01:13 +0100" startDate="2018-07-25 12:42:01 +0100" endDate="2018-07-25 12:51:43 +0100" value="0.10697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 14:07:28 +0100" startDate="2018-07-25 12:51:43 +0100" endDate="2018-07-25 12:53:09 +0100" value="0.04837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 15:02:37 +0100" startDate="2018-07-25 14:06:24 +0100" endDate="2018-07-25 14:16:23 +0100" value="0.07115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 15:02:37 +0100" startDate="2018-07-25 14:16:23 +0100" endDate="2018-07-25 14:16:56 +0100" value="0.02499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 15:02:37 +0100" startDate="2018-07-25 14:31:39 +0100" endDate="2018-07-25 14:41:38 +0100" value="0.04772"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 15:02:37 +0100" startDate="2018-07-25 14:41:38 +0100" endDate="2018-07-25 14:45:52 +0100" value="0.07706"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 14:53:43 +0100" endDate="2018-07-25 15:00:26 +0100" value="0.01163"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 15:00:26 +0100" endDate="2018-07-25 15:10:01 +0100" value="0.05832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 15:26:39 +0100" endDate="2018-07-25 15:36:05 +0100" value="0.07135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 15:36:05 +0100" endDate="2018-07-25 15:44:16 +0100" value="0.2204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 15:44:16 +0100" endDate="2018-07-25 15:52:41 +0100" value="0.29226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 15:55:15 +0100" endDate="2018-07-25 16:01:20 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 16:35:59 +0100" startDate="2018-07-25 16:13:10 +0100" endDate="2018-07-25 16:20:08 +0100" value="0.03676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 18:00:29 +0100" startDate="2018-07-25 17:04:10 +0100" endDate="2018-07-25 17:14:07 +0100" value="0.0922"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 18:00:29 +0100" startDate="2018-07-25 17:14:07 +0100" endDate="2018-07-25 17:15:59 +0100" value="0.00866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 18:00:29 +0100" startDate="2018-07-25 17:32:39 +0100" endDate="2018-07-25 17:42:37 +0100" value="0.03037"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 18:00:29 +0100" startDate="2018-07-25 17:42:37 +0100" endDate="2018-07-25 17:52:37 +0100" value="0.32789"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 19:00:10 +0100" startDate="2018-07-25 17:52:37 +0100" endDate="2018-07-25 17:57:44 +0100" value="0.27389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 19:00:10 +0100" startDate="2018-07-25 18:13:58 +0100" endDate="2018-07-25 18:22:58 +0100" value="0.04617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 19:00:10 +0100" startDate="2018-07-25 18:34:16 +0100" endDate="2018-07-25 18:40:34 +0100" value="0.0112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 19:00:10 +0100" startDate="2018-07-25 18:41:56 +0100" endDate="2018-07-25 18:48:14 +0100" value="0.00875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 19:00:10 +0100" startDate="2018-07-25 18:48:14 +0100" endDate="2018-07-25 18:55:23 +0100" value="0.01496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 19:48:24 +0100" startDate="2018-07-25 18:55:23 +0100" endDate="2018-07-25 19:02:37 +0100" value="0.00041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 19:48:24 +0100" startDate="2018-07-25 19:34:29 +0100" endDate="2018-07-25 19:40:54 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 20:50:26 +0100" startDate="2018-07-25 20:35:36 +0100" endDate="2018-07-25 20:41:46 +0100" value="0.01729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 21:49:25 +0100" startDate="2018-07-25 20:41:46 +0100" endDate="2018-07-25 20:47:13 +0100" value="0.01353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 21:49:25 +0100" startDate="2018-07-25 20:57:15 +0100" endDate="2018-07-25 21:03:43 +0100" value="0.02396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-25 21:49:25 +0100" startDate="2018-07-25 21:03:43 +0100" endDate="2018-07-25 21:09:16 +0100" value="0.01124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 06:48:21 +0100" startDate="2018-07-26 06:03:07 +0100" endDate="2018-07-26 06:11:50 +0100" value="0.04419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 06:48:21 +0100" startDate="2018-07-26 06:30:59 +0100" endDate="2018-07-26 06:40:58 +0100" value="0.11728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 07:49:05 +0100" startDate="2018-07-26 06:40:58 +0100" endDate="2018-07-26 06:50:26 +0100" value="0.80379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 07:49:05 +0100" startDate="2018-07-26 06:50:26 +0100" endDate="2018-07-26 06:58:19 +0100" value="0.12112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 08:49:16 +0100" startDate="2018-07-26 08:30:21 +0100" endDate="2018-07-26 08:40:19 +0100" value="0.09012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 09:55:25 +0100" startDate="2018-07-26 08:40:19 +0100" endDate="2018-07-26 08:45:03 +0100" value="0.09421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 09:55:25 +0100" startDate="2018-07-26 08:52:53 +0100" endDate="2018-07-26 09:02:36 +0100" value="0.12996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 09:55:25 +0100" startDate="2018-07-26 09:21:40 +0100" endDate="2018-07-26 09:29:14 +0100" value="0.08783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 10:52:48 +0100" startDate="2018-07-26 09:54:25 +0100" endDate="2018-07-26 10:02:10 +0100" value="0.04735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 10:52:48 +0100" startDate="2018-07-26 10:02:10 +0100" endDate="2018-07-26 10:09:47 +0100" value="0.05521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 10:52:48 +0100" startDate="2018-07-26 10:22:27 +0100" endDate="2018-07-26 10:32:26 +0100" value="0.33008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 10:52:48 +0100" startDate="2018-07-26 10:32:26 +0100" endDate="2018-07-26 10:39:53 +0100" value="0.37109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 10:52:48 +0100" startDate="2018-07-26 10:39:53 +0100" endDate="2018-07-26 10:49:53 +0100" value="0.35935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 11:52:02 +0100" startDate="2018-07-26 10:49:53 +0100" endDate="2018-07-26 10:52:48 +0100" value="0.11213"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 11:52:02 +0100" startDate="2018-07-26 11:05:00 +0100" endDate="2018-07-26 11:14:58 +0100" value="0.21374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 11:52:02 +0100" startDate="2018-07-26 11:14:58 +0100" endDate="2018-07-26 11:18:20 +0100" value="0.25202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 11:52:02 +0100" startDate="2018-07-26 11:35:19 +0100" endDate="2018-07-26 11:45:00 +0100" value="0.09951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 12:51:48 +0100" startDate="2018-07-26 11:45:00 +0100" endDate="2018-07-26 11:54:59 +0100" value="0.17247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 12:51:48 +0100" startDate="2018-07-26 11:54:59 +0100" endDate="2018-07-26 12:03:32 +0100" value="0.50713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 12:51:48 +0100" startDate="2018-07-26 12:03:32 +0100" endDate="2018-07-26 12:12:56 +0100" value="0.03773"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 12:51:48 +0100" startDate="2018-07-26 12:24:29 +0100" endDate="2018-07-26 12:30:39 +0100" value="0.00288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 13:50:16 +0100" startDate="2018-07-26 13:13:12 +0100" endDate="2018-07-26 13:19:28 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 14:48:25 +0100" startDate="2018-07-26 14:06:14 +0100" endDate="2018-07-26 14:15:49 +0100" value="0.01682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 14:48:25 +0100" startDate="2018-07-26 14:31:35 +0100" endDate="2018-07-26 14:41:34 +0100" value="0.06815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 15:51:48 +0100" startDate="2018-07-26 14:41:34 +0100" endDate="2018-07-26 14:42:20 +0100" value="0.00764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 16:51:42 +0100" startDate="2018-07-26 16:18:41 +0100" endDate="2018-07-26 16:28:37 +0100" value="0.0715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 16:51:42 +0100" startDate="2018-07-26 16:28:37 +0100" endDate="2018-07-26 16:38:24 +0100" value="0.65799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 16:51:42 +0100" startDate="2018-07-26 16:38:24 +0100" endDate="2018-07-26 16:47:41 +0100" value="0.5293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 17:49:26 +0100" startDate="2018-07-26 16:53:16 +0100" endDate="2018-07-26 16:59:39 +0100" value="0.0121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 17:49:26 +0100" startDate="2018-07-26 17:34:09 +0100" endDate="2018-07-26 17:40:37 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 18:49:47 +0100" startDate="2018-07-26 17:58:02 +0100" endDate="2018-07-26 18:04:07 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 18:49:47 +0100" startDate="2018-07-26 18:11:55 +0100" endDate="2018-07-26 18:21:15 +0100" value="0.03236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 18:49:47 +0100" startDate="2018-07-26 18:21:15 +0100" endDate="2018-07-26 18:24:36 +0100" value="0.06501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 20:51:21 +0100" startDate="2018-07-26 19:54:52 +0100" endDate="2018-07-26 20:01:25 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 21:59:44 +0100" startDate="2018-07-26 21:06:14 +0100" endDate="2018-07-26 21:12:27 +0100" value="0.00836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 21:59:44 +0100" startDate="2018-07-26 21:46:16 +0100" endDate="2018-07-26 21:52:39 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 23:53:42 +0100" startDate="2018-07-26 21:52:39 +0100" endDate="2018-07-26 22:00:13 +0100" value="0.01859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-26 23:53:42 +0100" startDate="2018-07-26 22:00:13 +0100" endDate="2018-07-26 22:04:55 +0100" value="0.02121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 06:02:20 +0100" startDate="2018-07-27 05:40:00 +0100" endDate="2018-07-27 05:46:30 +0100" value="0.00698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 06:49:08 +0100" startDate="2018-07-27 05:56:26 +0100" endDate="2018-07-27 06:04:00 +0100" value="0.04179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 06:49:08 +0100" startDate="2018-07-27 06:04:00 +0100" endDate="2018-07-27 06:13:02 +0100" value="0.08823"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 06:49:08 +0100" startDate="2018-07-27 06:22:54 +0100" endDate="2018-07-27 06:30:38 +0100" value="0.04453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 06:49:08 +0100" startDate="2018-07-27 06:31:36 +0100" endDate="2018-07-27 06:41:33 +0100" value="0.28"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 06:41:33 +0100" endDate="2018-07-27 06:51:30 +0100" value="0.64335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 06:51:30 +0100" endDate="2018-07-27 06:57:57 +0100" value="0.15868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 06:57:57 +0100" endDate="2018-07-27 07:07:44 +0100" value="0.14639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 07:07:44 +0100" endDate="2018-07-27 07:15:22 +0100" value="0.0696"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 07:15:22 +0100" endDate="2018-07-27 07:21:22 +0100" value="0.02875"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 07:27:21 +0100" endDate="2018-07-27 07:35:15 +0100" value="0.0068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 07:49:52 +0100" startDate="2018-07-27 07:35:15 +0100" endDate="2018-07-27 07:38:08 +0100" value="0.01929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 08:48:23 +0100" startDate="2018-07-27 08:25:16 +0100" endDate="2018-07-27 08:34:22 +0100" value="0.05896"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 08:48:23 +0100" startDate="2018-07-27 08:34:22 +0100" endDate="2018-07-27 08:37:35 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 09:48:25 +0100" startDate="2018-07-27 09:03:57 +0100" endDate="2018-07-27 09:11:06 +0100" value="0.00714"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 10:49:43 +0100" startDate="2018-07-27 10:22:37 +0100" endDate="2018-07-27 10:32:35 +0100" value="0.03647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 10:49:43 +0100" startDate="2018-07-27 10:32:35 +0100" endDate="2018-07-27 10:42:34 +0100" value="0.60411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 11:48:27 +0100" startDate="2018-07-27 10:42:34 +0100" endDate="2018-07-27 10:49:45 +0100" value="0.12107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 11:48:27 +0100" startDate="2018-07-27 10:53:41 +0100" endDate="2018-07-27 11:02:21 +0100" value="0.05945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 11:48:27 +0100" startDate="2018-07-27 11:02:21 +0100" endDate="2018-07-27 11:12:20 +0100" value="0.65658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 11:48:27 +0100" startDate="2018-07-27 11:12:20 +0100" endDate="2018-07-27 11:19:54 +0100" value="0.35129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 12:48:25 +0100" startDate="2018-07-27 12:03:59 +0100" endDate="2018-07-27 12:10:42 +0100" value="0.03548"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 12:48:25 +0100" startDate="2018-07-27 12:22:40 +0100" endDate="2018-07-27 12:32:16 +0100" value="0.14807"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 14:48:57 +0100" startDate="2018-07-27 14:05:38 +0100" endDate="2018-07-27 14:15:37 +0100" value="0.13137"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 14:48:57 +0100" startDate="2018-07-27 14:15:37 +0100" endDate="2018-07-27 14:25:36 +0100" value="0.3707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 14:48:57 +0100" startDate="2018-07-27 14:25:36 +0100" endDate="2018-07-27 14:33:08 +0100" value="0.27405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 16:35:46 +0100" startDate="2018-07-27 15:10:59 +0100" endDate="2018-07-27 15:20:57 +0100" value="0.25015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 16:35:46 +0100" startDate="2018-07-27 15:20:57 +0100" endDate="2018-07-27 15:28:42 +0100" value="0.40626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 16:35:46 +0100" startDate="2018-07-27 15:28:42 +0100" endDate="2018-07-27 15:36:27 +0100" value="0.12608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 16:35:46 +0100" startDate="2018-07-27 16:19:44 +0100" endDate="2018-07-27 16:29:26 +0100" value="0.13631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 16:52:45 +0100" startDate="2018-07-27 16:29:26 +0100" endDate="2018-07-27 16:38:21 +0100" value="0.12371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 16:52:45 +0100" startDate="2018-07-27 16:41:44 +0100" endDate="2018-07-27 16:51:42 +0100" value="0.1547"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 17:49:05 +0100" startDate="2018-07-27 16:51:42 +0100" endDate="2018-07-27 17:01:40 +0100" value="0.21821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 17:49:05 +0100" startDate="2018-07-27 17:01:40 +0100" endDate="2018-07-27 17:04:25 +0100" value="0.02244"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 17:49:05 +0100" startDate="2018-07-27 17:25:20 +0100" endDate="2018-07-27 17:31:31 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 18:48:32 +0100" startDate="2018-07-27 18:00:20 +0100" endDate="2018-07-27 18:10:19 +0100" value="0.16015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 18:48:32 +0100" startDate="2018-07-27 18:10:19 +0100" endDate="2018-07-27 18:20:18 +0100" value="0.90447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 18:48:32 +0100" startDate="2018-07-27 18:20:18 +0100" endDate="2018-07-27 18:29:26 +0100" value="0.78009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 18:48:32 +0100" startDate="2018-07-27 18:29:26 +0100" endDate="2018-07-27 18:37:20 +0100" value="0.03998"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 18:48:32 +0100" startDate="2018-07-27 18:37:20 +0100" endDate="2018-07-27 18:46:40 +0100" value="0.00924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 19:51:49 +0100" startDate="2018-07-27 18:46:40 +0100" endDate="2018-07-27 18:56:35 +0100" value="0.10536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 19:51:49 +0100" startDate="2018-07-27 18:56:35 +0100" endDate="2018-07-27 19:05:49 +0100" value="0.08068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 19:51:49 +0100" startDate="2018-07-27 19:05:49 +0100" endDate="2018-07-27 19:09:47 +0100" value="0.00509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 19:51:49 +0100" startDate="2018-07-27 19:18:35 +0100" endDate="2018-07-27 19:28:31 +0100" value="0.00572"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 19:51:49 +0100" startDate="2018-07-27 19:28:31 +0100" endDate="2018-07-27 19:38:31 +0100" value="0.11591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 19:51:49 +0100" startDate="2018-07-27 19:38:31 +0100" endDate="2018-07-27 19:47:57 +0100" value="0.14981"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 20:23:24 +0100" startDate="2018-07-27 19:47:57 +0100" endDate="2018-07-27 19:57:57 +0100" value="0.04212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 20:23:24 +0100" startDate="2018-07-27 19:57:57 +0100" endDate="2018-07-27 20:07:57 +0100" value="0.05268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 20:23:24 +0100" startDate="2018-07-27 20:07:57 +0100" endDate="2018-07-27 20:17:31 +0100" value="0.05165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 20:36:09 +0100" startDate="2018-07-27 20:17:31 +0100" endDate="2018-07-27 20:26:48 +0100" value="0.18775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 20:48:35 +0100" startDate="2018-07-27 20:26:48 +0100" endDate="2018-07-27 20:36:10 +0100" value="0.19569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 20:48:35 +0100" startDate="2018-07-27 20:36:10 +0100" endDate="2018-07-27 20:44:05 +0100" value="0.06016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 21:50:02 +0100" startDate="2018-07-27 20:53:09 +0100" endDate="2018-07-27 21:02:34 +0100" value="0.13855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 21:50:02 +0100" startDate="2018-07-27 21:02:34 +0100" endDate="2018-07-27 21:12:31 +0100" value="0.12831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 21:50:02 +0100" startDate="2018-07-27 21:12:31 +0100" endDate="2018-07-27 21:22:21 +0100" value="0.1945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 21:50:02 +0100" startDate="2018-07-27 21:22:21 +0100" endDate="2018-07-27 21:32:20 +0100" value="0.58551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 21:50:02 +0100" startDate="2018-07-27 21:32:20 +0100" endDate="2018-07-27 21:42:18 +0100" value="0.11354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 22:18:03 +0100" startDate="2018-07-27 21:42:18 +0100" endDate="2018-07-27 21:52:08 +0100" value="0.02791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca50e0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 22:18:03 +0100" startDate="2018-07-27 21:52:08 +0100" endDate="2018-07-27 22:01:19 +0100" value="0.26866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 22:18:03 +0100" startDate="2018-07-27 22:01:19 +0100" endDate="2018-07-27 22:11:17 +0100" value="0.22738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 22:26:28 +0100" startDate="2018-07-27 22:11:17 +0100" endDate="2018-07-27 22:21:09 +0100" value="0.20783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 23:37:11 +0100" startDate="2018-07-27 22:21:09 +0100" endDate="2018-07-27 22:31:07 +0100" value="0.22941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 23:37:11 +0100" startDate="2018-07-27 22:31:07 +0100" endDate="2018-07-27 22:40:26 +0100" value="0.20509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 23:37:11 +0100" startDate="2018-07-27 22:40:26 +0100" endDate="2018-07-27 22:50:18 +0100" value="0.08531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 23:37:11 +0100" startDate="2018-07-27 22:50:18 +0100" endDate="2018-07-27 22:59:30 +0100" value="0.25276"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 23:37:11 +0100" startDate="2018-07-27 22:59:30 +0100" endDate="2018-07-27 23:04:15 +0100" value="0.02632"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 23:37:11 +0100" startDate="2018-07-27 23:06:35 +0100" endDate="2018-07-27 23:12:51 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 23:37:11 +0100" startDate="2018-07-27 23:13:43 +0100" endDate="2018-07-27 23:23:42 +0100" value="0.27804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-27 23:37:11 +0100" startDate="2018-07-27 23:23:42 +0100" endDate="2018-07-27 23:33:40 +0100" value="0.96452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 00:14:05 +0100" startDate="2018-07-27 23:33:40 +0100" endDate="2018-07-27 23:39:15 +0100" value="0.02782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 00:14:05 +0100" startDate="2018-07-27 23:42:06 +0100" endDate="2018-07-27 23:48:24 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 07:50:43 +0100" startDate="2018-07-28 06:56:38 +0100" endDate="2018-07-28 07:06:14 +0100" value="0.11902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 07:50:43 +0100" startDate="2018-07-28 07:06:14 +0100" endDate="2018-07-28 07:09:44 +0100" value="0.06867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 10:50:54 +0100" startDate="2018-07-28 09:51:46 +0100" endDate="2018-07-28 09:58:50 +0100" value="0.06318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 13:29:28 +0100" startDate="2018-07-28 11:44:22 +0100" endDate="2018-07-28 11:51:21 +0100" value="0.05104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 13:29:28 +0100" startDate="2018-07-28 12:02:26 +0100" endDate="2018-07-28 12:12:24 +0100" value="0.07614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 13:29:28 +0100" startDate="2018-07-28 12:12:24 +0100" endDate="2018-07-28 12:21:05 +0100" value="0.03708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 14:55:28 +0100" startDate="2018-07-28 13:39:18 +0100" endDate="2018-07-28 13:48:31 +0100" value="0.0992"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 14:55:28 +0100" startDate="2018-07-28 13:48:31 +0100" endDate="2018-07-28 13:58:30 +0100" value="0.31298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 14:55:28 +0100" startDate="2018-07-28 13:58:30 +0100" endDate="2018-07-28 14:08:30 +0100" value="1.09945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 14:55:28 +0100" startDate="2018-07-28 14:08:30 +0100" endDate="2018-07-28 14:11:32 +0100" value="0.24378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 15:50:55 +0100" startDate="2018-07-28 14:50:17 +0100" endDate="2018-07-28 14:56:33 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 15:50:55 +0100" startDate="2018-07-28 15:13:21 +0100" endDate="2018-07-28 15:23:17 +0100" value="0.14878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 15:50:55 +0100" startDate="2018-07-28 15:23:17 +0100" endDate="2018-07-28 15:33:15 +0100" value="0.66304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 15:50:55 +0100" startDate="2018-07-28 15:33:15 +0100" endDate="2018-07-28 15:42:52 +0100" value="0.32588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 18:49:04 +0100" startDate="2018-07-28 18:08:59 +0100" endDate="2018-07-28 18:15:12 +0100" value="0.01165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 19:56:05 +0100" startDate="2018-07-28 19:34:02 +0100" endDate="2018-07-28 19:42:29 +0100" value="0.10521"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 21:09:06 +0100" startDate="2018-07-28 20:41:45 +0100" endDate="2018-07-28 20:48:49 +0100" value="0.05269"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 22:35:15 +0100" startDate="2018-07-28 21:01:56 +0100" endDate="2018-07-28 21:09:14 +0100" value="0.05835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 22:35:15 +0100" startDate="2018-07-28 21:44:57 +0100" endDate="2018-07-28 21:51:55 +0100" value="0.05053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-28 22:35:15 +0100" startDate="2018-07-28 22:07:09 +0100" endDate="2018-07-28 22:14:10 +0100" value="0.048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 05:02:27 +0100" startDate="2018-07-29 03:56:19 +0100" endDate="2018-07-29 04:04:44 +0100" value="0.01469"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 07:35:27 +0100" startDate="2018-07-29 07:08:20 +0100" endDate="2018-07-29 07:17:44 +0100" value="0.06056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 07:35:27 +0100" startDate="2018-07-29 07:17:44 +0100" endDate="2018-07-29 07:23:12 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 08:52:22 +0100" startDate="2018-07-29 07:43:05 +0100" endDate="2018-07-29 07:51:40 +0100" value="0.14933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 08:52:22 +0100" startDate="2018-07-29 07:53:21 +0100" endDate="2018-07-29 08:03:12 +0100" value="0.08894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 09:39:14 +0100" startDate="2018-07-29 08:46:32 +0100" endDate="2018-07-29 08:56:32 +0100" value="0.11994"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 09:39:14 +0100" startDate="2018-07-29 08:56:32 +0100" endDate="2018-07-29 09:04:12 +0100" value="0.01764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 09:39:14 +0100" startDate="2018-07-29 09:20:38 +0100" endDate="2018-07-29 09:30:25 +0100" value="0.08393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 10:34:09 +0100" startDate="2018-07-29 09:30:25 +0100" endDate="2018-07-29 09:31:46 +0100" value="0.06743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 11:37:38 +0100" startDate="2018-07-29 10:28:31 +0100" endDate="2018-07-29 10:38:30 +0100" value="0.21766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 11:37:38 +0100" startDate="2018-07-29 10:38:30 +0100" endDate="2018-07-29 10:48:28 +0100" value="0.20378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 11:37:38 +0100" startDate="2018-07-29 10:48:28 +0100" endDate="2018-07-29 10:58:25 +0100" value="0.44698"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 11:37:38 +0100" startDate="2018-07-29 10:58:25 +0100" endDate="2018-07-29 11:08:23 +0100" value="0.23833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 11:37:38 +0100" startDate="2018-07-29 11:08:23 +0100" endDate="2018-07-29 11:18:21 +0100" value="0.1564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 11:37:38 +0100" startDate="2018-07-29 11:18:21 +0100" endDate="2018-07-29 11:25:48 +0100" value="0.03565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 13:08:50 +0100" startDate="2018-07-29 11:39:45 +0100" endDate="2018-07-29 11:45:58 +0100" value="0.00553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 13:08:50 +0100" startDate="2018-07-29 11:45:58 +0100" endDate="2018-07-29 11:53:48 +0100" value="0.03911"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 13:08:50 +0100" startDate="2018-07-29 12:20:06 +0100" endDate="2018-07-29 12:29:41 +0100" value="0.15902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 13:08:50 +0100" startDate="2018-07-29 12:29:41 +0100" endDate="2018-07-29 12:33:21 +0100" value="0.01245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 15:33:46 +0100" startDate="2018-07-29 14:50:58 +0100" endDate="2018-07-29 14:57:59 +0100" value="0.0152"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 16:56:39 +0100" startDate="2018-07-29 16:09:07 +0100" endDate="2018-07-29 16:16:27 +0100" value="0.00568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 16:56:39 +0100" startDate="2018-07-29 16:16:27 +0100" endDate="2018-07-29 16:22:43 +0100" value="0.01425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 17:33:20 +0100" startDate="2018-07-29 17:22:57 +0100" endDate="2018-07-29 17:29:14 +0100" value="0.00826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 18:34:14 +0100" startDate="2018-07-29 17:34:33 +0100" endDate="2018-07-29 17:44:14 +0100" value="0.00651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 19:34:40 +0100" startDate="2018-07-29 19:04:20 +0100" endDate="2018-07-29 19:10:58 +0100" value="0.00664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-29 22:13:56 +0100" startDate="2018-07-29 20:40:20 +0100" endDate="2018-07-29 20:46:50 +0100" value="0.01671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 05:45:04 +0100" startDate="2018-07-30 05:28:01 +0100" endDate="2018-07-30 05:36:21 +0100" value="0.03123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 06:42:51 +0100" startDate="2018-07-30 05:41:16 +0100" endDate="2018-07-30 05:51:15 +0100" value="0.0577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 06:42:51 +0100" startDate="2018-07-30 05:51:15 +0100" endDate="2018-07-30 06:01:13 +0100" value="0.72099"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 10:43:36 +0100" startDate="2018-07-30 09:42:23 +0100" endDate="2018-07-30 09:52:12 +0100" value="0.04318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 10:43:36 +0100" startDate="2018-07-30 09:53:16 +0100" endDate="2018-07-30 10:00:30 +0100" value="0.02817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 10:43:36 +0100" startDate="2018-07-30 10:23:57 +0100" endDate="2018-07-30 10:33:11 +0100" value="0.1122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 10:43:36 +0100" startDate="2018-07-30 10:33:11 +0100" endDate="2018-07-30 10:43:11 +0100" value="0.51062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 11:43:40 +0100" startDate="2018-07-30 10:43:11 +0100" endDate="2018-07-30 10:53:10 +0100" value="0.47843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 11:43:40 +0100" startDate="2018-07-30 10:53:10 +0100" endDate="2018-07-30 11:00:17 +0100" value="0.06798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 11:43:40 +0100" startDate="2018-07-30 11:31:16 +0100" endDate="2018-07-30 11:41:09 +0100" value="0.19824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 12:44:21 +0100" startDate="2018-07-30 11:41:09 +0100" endDate="2018-07-30 11:48:03 +0100" value="0.41928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 12:44:21 +0100" startDate="2018-07-30 11:48:03 +0100" endDate="2018-07-30 11:54:05 +0100" value="0.02369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 13:44:20 +0100" startDate="2018-07-30 12:57:47 +0100" endDate="2018-07-30 13:05:06 +0100" value="0.04171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 15:42:54 +0100" startDate="2018-07-30 14:46:48 +0100" endDate="2018-07-30 14:56:47 +0100" value="0.05412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 15:42:54 +0100" startDate="2018-07-30 14:56:47 +0100" endDate="2018-07-30 15:06:47 +0100" value="0.49712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 15:42:54 +0100" startDate="2018-07-30 15:06:47 +0100" endDate="2018-07-30 15:16:42 +0100" value="0.18948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 15:42:54 +0100" startDate="2018-07-30 15:16:42 +0100" endDate="2018-07-30 15:20:38 +0100" value="0.07919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 16:43:41 +0100" startDate="2018-07-30 15:40:08 +0100" endDate="2018-07-30 15:45:13 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 16:43:41 +0100" startDate="2018-07-30 15:57:40 +0100" endDate="2018-07-30 16:03:58 +0100" value="0.01369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 16:43:41 +0100" startDate="2018-07-30 16:04:39 +0100" endDate="2018-07-30 16:12:05 +0100" value="0.05325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 16:43:41 +0100" startDate="2018-07-30 16:13:09 +0100" endDate="2018-07-30 16:21:57 +0100" value="0.03355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 16:43:41 +0100" startDate="2018-07-30 16:21:57 +0100" endDate="2018-07-30 16:31:51 +0100" value="0.29265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 16:43:41 +0100" startDate="2018-07-30 16:31:51 +0100" endDate="2018-07-30 16:41:49 +0100" value="0.4594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 17:43:42 +0100" startDate="2018-07-30 16:51:48 +0100" endDate="2018-07-30 16:59:34 +0100" value="0.09127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 17:43:42 +0100" startDate="2018-07-30 16:59:34 +0100" endDate="2018-07-30 17:06:01 +0100" value="0.00941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 18:47:37 +0100" startDate="2018-07-30 17:56:16 +0100" endDate="2018-07-30 18:03:32 +0100" value="0.01826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 18:47:37 +0100" startDate="2018-07-30 18:32:03 +0100" endDate="2018-07-30 18:40:15 +0100" value="0.06156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 19:43:26 +0100" startDate="2018-07-30 18:48:29 +0100" endDate="2018-07-30 18:56:43 +0100" value="0.0012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 20:44:12 +0100" startDate="2018-07-30 20:03:34 +0100" endDate="2018-07-30 20:11:05 +0100" value="0.05831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 21:57:28 +0100" startDate="2018-07-30 20:51:18 +0100" endDate="2018-07-30 21:01:12 +0100" value="0.06956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 21:57:28 +0100" startDate="2018-07-30 21:12:52 +0100" endDate="2018-07-30 21:21:24 +0100" value="0.00086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 21:57:28 +0100" startDate="2018-07-30 21:44:53 +0100" endDate="2018-07-30 21:53:18 +0100" value="0.01362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 23:30:27 +0100" startDate="2018-07-30 21:53:18 +0100" endDate="2018-07-30 22:01:18 +0100" value="0.29699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 23:30:27 +0100" startDate="2018-07-30 22:01:18 +0100" endDate="2018-07-30 22:11:16 +0100" value="0.57085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 23:30:27 +0100" startDate="2018-07-30 22:11:16 +0100" endDate="2018-07-30 22:17:19 +0100" value="0.01784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-30 23:30:27 +0100" startDate="2018-07-30 22:47:35 +0100" endDate="2018-07-30 22:56:08 +0100" value="0.03125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 05:46:24 +0100" startDate="2018-07-31 05:27:15 +0100" endDate="2018-07-31 05:34:06 +0100" value="0.01589"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 06:43:29 +0100" startDate="2018-07-31 05:45:58 +0100" endDate="2018-07-31 05:52:31 +0100" value="0.01917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 06:43:29 +0100" startDate="2018-07-31 05:52:31 +0100" endDate="2018-07-31 05:59:50 +0100" value="0.03156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 06:43:29 +0100" startDate="2018-07-31 05:59:50 +0100" endDate="2018-07-31 06:09:49 +0100" value="0.26742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 06:43:29 +0100" startDate="2018-07-31 06:09:49 +0100" endDate="2018-07-31 06:19:05 +0100" value="0.76614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 09:06:42 +0100" startDate="2018-07-31 08:49:51 +0100" endDate="2018-07-31 08:57:28 +0100" value="0.12251"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 09:56:28 +0100" startDate="2018-07-31 09:13:08 +0100" endDate="2018-07-31 09:21:03 +0100" value="0.12117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 10:59:46 +0100" startDate="2018-07-31 09:49:39 +0100" endDate="2018-07-31 09:56:24 +0100" value="0.04608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 10:59:46 +0100" startDate="2018-07-31 10:11:20 +0100" endDate="2018-07-31 10:21:01 +0100" value="0.0587"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 10:59:46 +0100" startDate="2018-07-31 10:28:17 +0100" endDate="2018-07-31 10:38:15 +0100" value="0.1234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 10:59:46 +0100" startDate="2018-07-31 10:38:15 +0100" endDate="2018-07-31 10:48:15 +0100" value="0.74249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 10:59:46 +0100" startDate="2018-07-31 10:48:15 +0100" endDate="2018-07-31 10:52:39 +0100" value="0.38665"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 11:59:01 +0100" startDate="2018-07-31 11:17:49 +0100" endDate="2018-07-31 11:26:39 +0100" value="0.37692"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 11:59:01 +0100" startDate="2018-07-31 11:26:39 +0100" endDate="2018-07-31 11:36:38 +0100" value="0.11151"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 11:59:01 +0100" startDate="2018-07-31 11:36:38 +0100" endDate="2018-07-31 11:43:07 +0100" value="0.0298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 13:57:02 +0100" startDate="2018-07-31 12:57:28 +0100" endDate="2018-07-31 13:05:04 +0100" value="0.04267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 13:57:02 +0100" startDate="2018-07-31 13:05:04 +0100" endDate="2018-07-31 13:15:02 +0100" value="0.17339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 13:57:02 +0100" startDate="2018-07-31 13:15:02 +0100" endDate="2018-07-31 13:15:33 +0100" value="0.00054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 15:02:45 +0100" startDate="2018-07-31 13:48:49 +0100" endDate="2018-07-31 13:58:22 +0100" value="0.19141"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 15:56:51 +0100" startDate="2018-07-31 15:21:04 +0100" endDate="2018-07-31 15:31:00 +0100" value="0.17758"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 15:56:51 +0100" startDate="2018-07-31 15:31:00 +0100" endDate="2018-07-31 15:40:41 +0100" value="0.5691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 15:56:51 +0100" startDate="2018-07-31 15:40:41 +0100" endDate="2018-07-31 15:46:03 +0100" value="0.14015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 16:56:52 +0100" startDate="2018-07-31 16:03:07 +0100" endDate="2018-07-31 16:13:05 +0100" value="0.06008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 16:56:52 +0100" startDate="2018-07-31 16:13:05 +0100" endDate="2018-07-31 16:15:20 +0100" value="0.01921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 16:56:52 +0100" startDate="2018-07-31 16:40:20 +0100" endDate="2018-07-31 16:49:21 +0100" value="0.06038"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 17:56:41 +0100" startDate="2018-07-31 16:49:21 +0100" endDate="2018-07-31 16:53:27 +0100" value="0.00308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 17:56:41 +0100" startDate="2018-07-31 17:00:41 +0100" endDate="2018-07-31 17:10:40 +0100" value="0.00838"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 17:56:41 +0100" startDate="2018-07-31 17:10:40 +0100" endDate="2018-07-31 17:15:04 +0100" value="0.01803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 17:56:41 +0100" startDate="2018-07-31 17:15:04 +0100" endDate="2018-07-31 17:23:27 +0100" value="0.07639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 18:57:16 +0100" startDate="2018-07-31 17:48:56 +0100" endDate="2018-07-31 17:57:39 +0100" value="0.05026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 18:57:16 +0100" startDate="2018-07-31 17:57:39 +0100" endDate="2018-07-31 18:07:31 +0100" value="0.10119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 18:57:16 +0100" startDate="2018-07-31 18:07:31 +0100" endDate="2018-07-31 18:16:06 +0100" value="0.03787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 20:57:20 +0100" startDate="2018-07-31 19:54:10 +0100" endDate="2018-07-31 20:03:42 +0100" value="0.03227"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 20:57:20 +0100" startDate="2018-07-31 20:03:42 +0100" endDate="2018-07-31 20:06:07 +0100" value="0.03668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 21:57:20 +0100" startDate="2018-07-31 21:15:40 +0100" endDate="2018-07-31 21:23:49 +0100" value="0.06027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-07-31 21:57:20 +0100" startDate="2018-07-31 21:23:49 +0100" endDate="2018-07-31 21:27:56 +0100" value="0.00756"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 06:57:25 +0100" startDate="2018-08-01 06:02:21 +0100" endDate="2018-08-01 06:09:20 +0100" value="0.03304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 06:57:25 +0100" startDate="2018-08-01 06:09:20 +0100" endDate="2018-08-01 06:14:26 +0100" value="0.00539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 06:57:25 +0100" startDate="2018-08-01 06:19:29 +0100" endDate="2018-08-01 06:26:14 +0100" value="0.03339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 06:57:25 +0100" startDate="2018-08-01 06:28:11 +0100" endDate="2018-08-01 06:38:10 +0100" value="0.24527"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 06:57:25 +0100" startDate="2018-08-01 06:38:10 +0100" endDate="2018-08-01 06:44:22 +0100" value="0.52004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 07:59:50 +0100" startDate="2018-08-01 06:58:47 +0100" endDate="2018-08-01 07:08:39 +0100" value="0.07392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 07:59:50 +0100" startDate="2018-08-01 07:08:39 +0100" endDate="2018-08-01 07:10:53 +0100" value="0.03005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 08:56:52 +0100" startDate="2018-08-01 08:01:03 +0100" endDate="2018-08-01 08:08:15 +0100" value="0.03717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 08:56:52 +0100" startDate="2018-08-01 08:12:10 +0100" endDate="2018-08-01 08:19:38 +0100" value="0.01428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 08:56:52 +0100" startDate="2018-08-01 08:27:16 +0100" endDate="2018-08-01 08:33:23 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 10:02:19 +0100" startDate="2018-08-01 08:59:26 +0100" endDate="2018-08-01 09:07:27 +0100" value="0.04751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 10:58:33 +0100" startDate="2018-08-01 10:36:35 +0100" endDate="2018-08-01 10:44:45 +0100" value="0.03023"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 11:56:25 +0100" startDate="2018-08-01 10:53:51 +0100" endDate="2018-08-01 11:03:50 +0100" value="0.22556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 11:56:25 +0100" startDate="2018-08-01 11:03:50 +0100" endDate="2018-08-01 11:13:38 +0100" value="0.68717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 11:56:25 +0100" startDate="2018-08-01 11:45:11 +0100" endDate="2018-08-01 11:55:10 +0100" value="0.33535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 13:28:19 +0100" startDate="2018-08-01 11:55:10 +0100" endDate="2018-08-01 12:04:57 +0100" value="0.44583"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 13:28:19 +0100" startDate="2018-08-01 12:05:09 +0100" endDate="2018-08-01 12:13:06 +0100" value="0.06919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 13:28:19 +0100" startDate="2018-08-01 12:14:50 +0100" endDate="2018-08-01 12:21:31 +0100" value="0.02825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 13:28:19 +0100" startDate="2018-08-01 13:07:23 +0100" endDate="2018-08-01 13:16:21 +0100" value="0.05059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 13:28:19 +0100" startDate="2018-08-01 13:16:21 +0100" endDate="2018-08-01 13:25:58 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 15:00:57 +0100" startDate="2018-08-01 14:03:23 +0100" endDate="2018-08-01 14:10:47 +0100" value="0.00826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 15:00:57 +0100" startDate="2018-08-01 14:10:47 +0100" endDate="2018-08-01 14:20:47 +0100" value="0.46447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 15:00:57 +0100" startDate="2018-08-01 14:20:47 +0100" endDate="2018-08-01 14:25:11 +0100" value="0.18777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 15:00:57 +0100" startDate="2018-08-01 14:30:58 +0100" endDate="2018-08-01 14:37:24 +0100" value="0.00749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 15:00:57 +0100" startDate="2018-08-01 14:49:06 +0100" endDate="2018-08-01 14:57:29 +0100" value="0.13787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 16:03:26 +0100" startDate="2018-08-01 15:02:14 +0100" endDate="2018-08-01 15:12:12 +0100" value="0.24626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 16:03:26 +0100" startDate="2018-08-01 15:12:12 +0100" endDate="2018-08-01 15:15:12 +0100" value="0.03248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 16:03:26 +0100" startDate="2018-08-01 15:20:56 +0100" endDate="2018-08-01 15:27:06 +0100" value="0.01059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 16:57:22 +0100" startDate="2018-08-01 16:15:10 +0100" endDate="2018-08-01 16:25:08 +0100" value="0.18856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 16:57:22 +0100" startDate="2018-08-01 16:25:08 +0100" endDate="2018-08-01 16:28:36 +0100" value="0.22955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 16:57:22 +0100" startDate="2018-08-01 16:35:30 +0100" endDate="2018-08-01 16:44:23 +0100" value="0.12726"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 17:58:58 +0100" startDate="2018-08-01 17:17:17 +0100" endDate="2018-08-01 17:24:12 +0100" value="0.01831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 17:50:05 +0100" endDate="2018-08-01 17:59:28 +0100" value="0.08003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 18:09:00 +0100" endDate="2018-08-01 18:18:42 +0100" value="0.04286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 18:18:42 +0100" endDate="2018-08-01 18:28:15 +0100" value="0.08263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 18:28:15 +0100" endDate="2018-08-01 18:38:14 +0100" value="0.08952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 18:38:14 +0100" endDate="2018-08-01 18:48:14 +0100" value="0.15938"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 18:48:14 +0100" endDate="2018-08-01 18:58:12 +0100" value="0.2109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 18:58:12 +0100" endDate="2018-08-01 19:08:10 +0100" value="0.31376"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 19:08:10 +0100" endDate="2018-08-01 19:15:32 +0100" value="0.13439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 19:16:39 +0100" endDate="2018-08-01 19:26:32 +0100" value="0.06613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 19:32:16 +0100" endDate="2018-08-01 19:40:59 +0100" value="0.02987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 19:40:59 +0100" endDate="2018-08-01 19:50:00 +0100" value="0.06245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 19:51:45 +0100" endDate="2018-08-01 20:00:35 +0100" value="0.05165"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 20:00:35 +0100" endDate="2018-08-01 20:09:42 +0100" value="0.02903"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 20:09:42 +0100" endDate="2018-08-01 20:16:38 +0100" value="0.07287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 20:25:25 +0100" endDate="2018-08-01 20:33:37 +0100" value="0.03705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 20:49:09 +0100" endDate="2018-08-01 20:59:08 +0100" value="0.07179"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-01 21:28:07 +0100" startDate="2018-08-01 20:59:08 +0100" endDate="2018-08-01 21:04:23 +0100" value="0.37224"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 06:41:10 +0100" startDate="2018-08-02 06:26:04 +0100" endDate="2018-08-02 06:34:52 +0100" value="0.04335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 07:39:21 +0100" startDate="2018-08-02 06:34:52 +0100" endDate="2018-08-02 06:44:10 +0100" value="0.03159"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 07:39:21 +0100" startDate="2018-08-02 06:56:22 +0100" endDate="2018-08-02 07:04:49 +0100" value="0.03531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 07:39:21 +0100" startDate="2018-08-02 07:05:25 +0100" endDate="2018-08-02 07:15:23 +0100" value="0.09083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 07:39:21 +0100" startDate="2018-08-02 07:15:23 +0100" endDate="2018-08-02 07:25:23 +0100" value="0.77667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 07:39:21 +0100" startDate="2018-08-02 07:25:23 +0100" endDate="2018-08-02 07:27:15 +0100" value="0.06274"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 08:39:18 +0100" startDate="2018-08-02 07:33:30 +0100" endDate="2018-08-02 07:43:11 +0100" value="0.04667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 08:39:18 +0100" startDate="2018-08-02 07:53:26 +0100" endDate="2018-08-02 08:03:15 +0100" value="0.10577"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 08:39:18 +0100" startDate="2018-08-02 08:03:46 +0100" endDate="2018-08-02 08:12:39 +0100" value="0.04851"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 08:39:18 +0100" startDate="2018-08-02 08:18:37 +0100" endDate="2018-08-02 08:25:49 +0100" value="0.06867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 08:39:18 +0100" startDate="2018-08-02 08:27:55 +0100" endDate="2018-08-02 08:34:20 +0100" value="0.01191"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 10:47:41 +0100" startDate="2018-08-02 09:32:31 +0100" endDate="2018-08-02 09:39:53 +0100" value="0.00551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 10:47:41 +0100" startDate="2018-08-02 09:55:45 +0100" endDate="2018-08-02 10:03:34 +0100" value="0.06743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 10:47:41 +0100" startDate="2018-08-02 10:19:05 +0100" endDate="2018-08-02 10:29:04 +0100" value="0.13519"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 10:47:41 +0100" startDate="2018-08-02 10:29:04 +0100" endDate="2018-08-02 10:29:52 +0100" value="0.02372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 11:42:23 +0100" startDate="2018-08-02 10:58:41 +0100" endDate="2018-08-02 11:08:40 +0100" value="0.31277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 11:42:23 +0100" startDate="2018-08-02 11:08:40 +0100" endDate="2018-08-02 11:15:44 +0100" value="0.39035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 12:39:23 +0100" startDate="2018-08-02 11:51:07 +0100" endDate="2018-08-02 12:00:15 +0100" value="0.02195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 12:39:23 +0100" startDate="2018-08-02 12:00:15 +0100" endDate="2018-08-02 12:10:14 +0100" value="0.5427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 12:39:23 +0100" startDate="2018-08-02 12:10:14 +0100" endDate="2018-08-02 12:15:28 +0100" value="0.28962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfef80&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 13:45:56 +0100" startDate="2018-08-02 12:31:12 +0100" endDate="2018-08-02 12:41:11 +0100" value="0.32647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 13:45:56 +0100" startDate="2018-08-02 12:41:11 +0100" endDate="2018-08-02 12:51:10 +0100" value="0.53725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 13:45:56 +0100" startDate="2018-08-02 12:51:10 +0100" endDate="2018-08-02 12:58:14 +0100" value="0.3371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 14:44:37 +0100" startDate="2018-08-02 14:29:21 +0100" endDate="2018-08-02 14:38:45 +0100" value="0.06305"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 15:39:36 +0100" startDate="2018-08-02 14:38:45 +0100" endDate="2018-08-02 14:44:38 +0100" value="0.00245"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 15:39:36 +0100" startDate="2018-08-02 15:21:38 +0100" endDate="2018-08-02 15:31:31 +0100" value="0.05557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 16:40:35 +0100" startDate="2018-08-02 15:31:31 +0100" endDate="2018-08-02 15:41:31 +0100" value="0.38508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 16:40:35 +0100" startDate="2018-08-02 15:41:31 +0100" endDate="2018-08-02 15:51:28 +0100" value="0.19284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 16:40:35 +0100" startDate="2018-08-02 15:51:28 +0100" endDate="2018-08-02 15:53:25 +0100" value="0.12089"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 17:38:57 +0100" startDate="2018-08-02 17:04:55 +0100" endDate="2018-08-02 17:12:26 +0100" value="0.04232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 18:38:37 +0100" startDate="2018-08-02 17:41:56 +0100" endDate="2018-08-02 17:51:47 +0100" value="0.1645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 18:38:37 +0100" startDate="2018-08-02 17:51:47 +0100" endDate="2018-08-02 18:01:46 +0100" value="0.26788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 18:38:37 +0100" startDate="2018-08-02 18:01:46 +0100" endDate="2018-08-02 18:11:45 +0100" value="0.93596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 18:38:37 +0100" startDate="2018-08-02 18:11:45 +0100" endDate="2018-08-02 18:18:31 +0100" value="0.56353"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 19:42:07 +0100" startDate="2018-08-02 18:59:58 +0100" endDate="2018-08-02 19:09:26 +0100" value="0.04409"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 19:42:07 +0100" startDate="2018-08-02 19:09:26 +0100" endDate="2018-08-02 19:19:25 +0100" value="0.28929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 19:42:07 +0100" startDate="2018-08-02 19:19:25 +0100" endDate="2018-08-02 19:26:09 +0100" value="0.08253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 19:42:07 +0100" startDate="2018-08-02 19:26:09 +0100" endDate="2018-08-02 19:35:42 +0100" value="0.02354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-02 23:28:17 +0100" startDate="2018-08-02 22:03:30 +0100" endDate="2018-08-02 22:12:07 +0100" value="0.06484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 06:44:47 +0100" startDate="2018-08-03 06:26:22 +0100" endDate="2018-08-03 06:36:19 +0100" value="0.04513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 07:39:31 +0100" startDate="2018-08-03 06:36:19 +0100" endDate="2018-08-03 06:40:44 +0100" value="0.03364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 07:39:31 +0100" startDate="2018-08-03 06:57:29 +0100" endDate="2018-08-03 07:07:28 +0100" value="0.11171"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 07:39:31 +0100" startDate="2018-08-03 07:07:28 +0100" endDate="2018-08-03 07:11:09 +0100" value="0.08034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 07:39:31 +0100" startDate="2018-08-03 07:19:31 +0100" endDate="2018-08-03 07:29:29 +0100" value="0.27709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 07:39:31 +0100" startDate="2018-08-03 07:29:29 +0100" endDate="2018-08-03 07:29:49 +0100" value="0.00618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 09:38:33 +0100" startDate="2018-08-03 08:29:20 +0100" endDate="2018-08-03 08:38:02 +0100" value="0.13085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 09:38:33 +0100" startDate="2018-08-03 08:39:05 +0100" endDate="2018-08-03 08:45:33 +0100" value="0.02034"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 09:38:33 +0100" startDate="2018-08-03 09:21:13 +0100" endDate="2018-08-03 09:31:12 +0100" value="0.34078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 10:39:13 +0100" startDate="2018-08-03 09:31:12 +0100" endDate="2018-08-03 09:40:58 +0100" value="0.90318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 10:39:13 +0100" startDate="2018-08-03 09:40:58 +0100" endDate="2018-08-03 09:49:57 +0100" value="0.34741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 10:39:13 +0100" startDate="2018-08-03 09:49:57 +0100" endDate="2018-08-03 09:59:56 +0100" value="0.66346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 10:39:13 +0100" startDate="2018-08-03 09:59:56 +0100" endDate="2018-08-03 10:09:35 +0100" value="0.25461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 11:42:49 +0100" startDate="2018-08-03 10:48:23 +0100" endDate="2018-08-03 10:55:14 +0100" value="0.02853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 11:42:49 +0100" startDate="2018-08-03 11:19:17 +0100" endDate="2018-08-03 11:29:16 +0100" value="0.28505"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 11:42:49 +0100" startDate="2018-08-03 11:29:16 +0100" endDate="2018-08-03 11:39:15 +0100" value="0.89209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 12:38:38 +0100" startDate="2018-08-03 11:39:15 +0100" endDate="2018-08-03 11:49:14 +0100" value="0.74416"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 12:38:38 +0100" startDate="2018-08-03 11:49:14 +0100" endDate="2018-08-03 11:52:22 +0100" value="0.15909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 14:42:40 +0100" startDate="2018-08-03 13:50:57 +0100" endDate="2018-08-03 13:57:12 +0100" value="0.01477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 14:42:40 +0100" startDate="2018-08-03 14:08:44 +0100" endDate="2018-08-03 14:17:48 +0100" value="0.03906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 14:42:40 +0100" startDate="2018-08-03 14:17:48 +0100" endDate="2018-08-03 14:21:49 +0100" value="0.1288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 14:42:40 +0100" startDate="2018-08-03 14:25:43 +0100" endDate="2018-08-03 14:35:32 +0100" value="0.18684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 15:40:32 +0100" startDate="2018-08-03 14:35:32 +0100" endDate="2018-08-03 14:45:30 +0100" value="0.24686"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 15:40:32 +0100" startDate="2018-08-03 14:45:30 +0100" endDate="2018-08-03 14:55:28 +0100" value="0.25275"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 15:40:32 +0100" startDate="2018-08-03 14:55:28 +0100" endDate="2018-08-03 15:05:26 +0100" value="0.35604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 15:40:32 +0100" startDate="2018-08-03 15:05:26 +0100" endDate="2018-08-03 15:15:12 +0100" value="0.44128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 15:40:32 +0100" startDate="2018-08-03 15:15:12 +0100" endDate="2018-08-03 15:25:11 +0100" value="0.42125"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 15:40:32 +0100" startDate="2018-08-03 15:25:11 +0100" endDate="2018-08-03 15:33:08 +0100" value="0.23158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 16:40:48 +0100" startDate="2018-08-03 15:33:08 +0100" endDate="2018-08-03 15:35:41 +0100" value="0.0148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 16:40:48 +0100" startDate="2018-08-03 15:37:48 +0100" endDate="2018-08-03 15:46:53 +0100" value="0.20429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 16:40:48 +0100" startDate="2018-08-03 15:46:53 +0100" endDate="2018-08-03 15:55:44 +0100" value="0.0901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 16:40:48 +0100" startDate="2018-08-03 15:55:44 +0100" endDate="2018-08-03 16:01:02 +0100" value="0.02446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 17:38:26 +0100" startDate="2018-08-03 16:41:31 +0100" endDate="2018-08-03 16:49:43 +0100" value="0.03579"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 17:38:26 +0100" startDate="2018-08-03 16:49:43 +0100" endDate="2018-08-03 16:59:43 +0100" value="0.0299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 17:38:26 +0100" startDate="2018-08-03 16:59:43 +0100" endDate="2018-08-03 17:05:28 +0100" value="0.11811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 17:38:26 +0100" startDate="2018-08-03 17:18:21 +0100" endDate="2018-08-03 17:27:57 +0100" value="0.03068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 17:38:26 +0100" startDate="2018-08-03 17:27:57 +0100" endDate="2018-08-03 17:30:50 +0100" value="0.07303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 17:42:56 +0100" endDate="2018-08-03 17:52:53 +0100" value="0.32933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 17:52:53 +0100" endDate="2018-08-03 18:02:53 +0100" value="0.58048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 18:02:53 +0100" endDate="2018-08-03 18:12:51 +0100" value="0.52328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 18:12:51 +0100" endDate="2018-08-03 18:20:40 +0100" value="0.12302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 18:20:40 +0100" endDate="2018-08-03 18:30:38 +0100" value="0.05907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 18:30:38 +0100" endDate="2018-08-03 18:33:03 +0100" value="0.1612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 18:55:58 +0100" endDate="2018-08-03 19:05:56 +0100" value="0.17481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 19:05:56 +0100" endDate="2018-08-03 19:15:56 +0100" value="0.45678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 19:15:56 +0100" endDate="2018-08-03 19:25:55 +0100" value="0.40723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 19:25:55 +0100" endDate="2018-08-03 19:35:54 +0100" value="0.44284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 19:35:54 +0100" endDate="2018-08-03 19:45:54 +0100" value="0.44168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 19:45:54 +0100" endDate="2018-08-03 19:54:47 +0100" value="0.38643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 19:55:48 +0100" endDate="2018-08-03 20:03:53 +0100" value="0.03485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 20:04:24 +0100" endDate="2018-08-03 20:14:12 +0100" value="0.03576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 20:14:12 +0100" endDate="2018-08-03 20:24:12 +0100" value="0.31693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 20:24:12 +0100" endDate="2018-08-03 20:33:59 +0100" value="0.08616"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 20:34:56 +0100" endDate="2018-08-03 20:41:16 +0100" value="0.00891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 20:51:51 +0100" endDate="2018-08-03 20:57:56 +0100" value="0.00412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 21:07:49 +0100" endDate="2018-08-03 21:14:35 +0100" value="0.01194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 21:41:24 +0100" endDate="2018-08-03 21:49:52 +0100" value="0.10066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-03 22:44:46 +0100" startDate="2018-08-03 21:54:18 +0100" endDate="2018-08-03 22:04:06 +0100" value="0.10584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 09:58:16 +0100" startDate="2018-08-04 08:54:53 +0100" endDate="2018-08-04 09:04:43 +0100" value="0.0491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 09:58:16 +0100" startDate="2018-08-04 09:04:43 +0100" endDate="2018-08-04 09:12:44 +0100" value="0.01425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 09:58:16 +0100" startDate="2018-08-04 09:47:02 +0100" endDate="2018-08-04 09:54:10 +0100" value="0.03405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 10:58:45 +0100" startDate="2018-08-04 09:54:10 +0100" endDate="2018-08-04 09:59:51 +0100" value="0.01347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 10:58:45 +0100" startDate="2018-08-04 09:59:51 +0100" endDate="2018-08-04 10:06:32 +0100" value="0.03894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 12:51:03 +0100" startDate="2018-08-04 12:04:37 +0100" endDate="2018-08-04 12:11:20 +0100" value="0.01606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 12:51:03 +0100" startDate="2018-08-04 12:11:37 +0100" endDate="2018-08-04 12:18:36 +0100" value="0.03397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 12:51:03 +0100" startDate="2018-08-04 12:18:36 +0100" endDate="2018-08-04 12:26:56 +0100" value="0.01223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 13:58:11 +0100" startDate="2018-08-04 13:03:28 +0100" endDate="2018-08-04 13:10:41 +0100" value="0.04002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 13:58:11 +0100" startDate="2018-08-04 13:21:00 +0100" endDate="2018-08-04 13:28:37 +0100" value="0.02374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 15:56:13 +0100" startDate="2018-08-04 14:46:59 +0100" endDate="2018-08-04 14:54:08 +0100" value="0.02608"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 15:56:13 +0100" startDate="2018-08-04 14:59:12 +0100" endDate="2018-08-04 15:09:11 +0100" value="0.23488"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 15:56:13 +0100" startDate="2018-08-04 15:09:11 +0100" endDate="2018-08-04 15:10:04 +0100" value="0.03083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 15:56:13 +0100" startDate="2018-08-04 15:45:53 +0100" endDate="2018-08-04 15:55:52 +0100" value="0.22127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 16:57:10 +0100" startDate="2018-08-04 15:55:52 +0100" endDate="2018-08-04 15:58:29 +0100" value="0.04606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 20:01:38 +0100" startDate="2018-08-04 19:07:54 +0100" endDate="2018-08-04 19:17:12 +0100" value="0.06098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 19:55:21 +0100" endDate="2018-08-04 20:05:20 +0100" value="0.18357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 20:05:20 +0100" endDate="2018-08-04 20:15:19 +0100" value="0.59784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 20:15:19 +0100" endDate="2018-08-04 20:25:19 +0100" value="0.48751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 20:25:19 +0100" endDate="2018-08-04 20:35:16 +0100" value="0.22105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 20:35:16 +0100" endDate="2018-08-04 20:45:11 +0100" value="0.49855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 20:45:11 +0100" endDate="2018-08-04 20:47:41 +0100" value="0.09979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 21:37:15 +0100" startDate="2018-08-04 21:16:13 +0100" endDate="2018-08-04 21:23:37 +0100" value="0.01988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 22:30:18 +0100" startDate="2018-08-04 22:00:06 +0100" endDate="2018-08-04 22:08:51 +0100" value="0.15764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-04 22:30:18 +0100" startDate="2018-08-04 22:08:51 +0100" endDate="2018-08-04 22:16:25 +0100" value="0.066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 07:56:19 +0100" startDate="2018-08-05 07:26:35 +0100" endDate="2018-08-05 07:32:45 +0100" value="0.01494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 07:56:19 +0100" startDate="2018-08-05 07:41:25 +0100" endDate="2018-08-05 07:49:27 +0100" value="0.06738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 09:01:24 +0100" startDate="2018-08-05 08:39:14 +0100" endDate="2018-08-05 08:45:31 +0100" value="0.01079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 09:59:11 +0100" startDate="2018-08-05 08:54:45 +0100" endDate="2018-08-05 09:04:31 +0100" value="0.1787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 09:59:11 +0100" startDate="2018-08-05 09:04:31 +0100" endDate="2018-08-05 09:09:40 +0100" value="0.32524"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 09:59:11 +0100" startDate="2018-08-05 09:12:18 +0100" endDate="2018-08-05 09:18:31 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 12:56:37 +0100" startDate="2018-08-05 12:42:59 +0100" endDate="2018-08-05 12:52:42 +0100" value="0.03819"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 13:56:11 +0100" startDate="2018-08-05 12:52:42 +0100" endDate="2018-08-05 12:54:49 +0100" value="0.007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 13:56:11 +0100" startDate="2018-08-05 13:33:16 +0100" endDate="2018-08-05 13:39:26 +0100" value="0.00806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 16:43:10 +0100" startDate="2018-08-05 15:59:25 +0100" endDate="2018-08-05 16:05:30 +0100" value="0.00811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 19:00:09 +0100" startDate="2018-08-05 17:58:17 +0100" endDate="2018-08-05 18:04:29 +0100" value="0.009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 19:00:09 +0100" startDate="2018-08-05 18:15:41 +0100" endDate="2018-08-05 18:21:54 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-05 22:30:08 +0100" startDate="2018-08-05 21:52:03 +0100" endDate="2018-08-05 21:59:04 +0100" value="0.02791"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 08:56:54 +0100" startDate="2018-08-06 08:40:32 +0100" endDate="2018-08-06 08:46:58 +0100" value="0.01458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 12:25:37 +0100" startDate="2018-08-06 11:36:49 +0100" endDate="2018-08-06 11:45:33 +0100" value="0.0199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 13:03:23 +0100" startDate="2018-08-06 12:27:47 +0100" endDate="2018-08-06 12:37:41 +0100" value="0.02883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 13:03:23 +0100" startDate="2018-08-06 12:37:41 +0100" endDate="2018-08-06 12:42:49 +0100" value="0.09817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 13:03:23 +0100" startDate="2018-08-06 12:45:22 +0100" endDate="2018-08-06 12:53:34 +0100" value="0.06109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 14:01:57 +0100" startDate="2018-08-06 12:53:34 +0100" endDate="2018-08-06 13:03:32 +0100" value="0.21987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 14:01:57 +0100" startDate="2018-08-06 13:03:32 +0100" endDate="2018-08-06 13:13:29 +0100" value="0.18522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 14:01:57 +0100" startDate="2018-08-06 13:13:29 +0100" endDate="2018-08-06 13:18:02 +0100" value="0.18077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 14:01:57 +0100" startDate="2018-08-06 13:20:02 +0100" endDate="2018-08-06 13:29:53 +0100" value="0.16459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 14:01:57 +0100" startDate="2018-08-06 13:29:53 +0100" endDate="2018-08-06 13:39:50 +0100" value="0.23535"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 14:01:57 +0100" startDate="2018-08-06 13:46:26 +0100" endDate="2018-08-06 13:56:25 +0100" value="0.17998"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 14:55:53 +0100" startDate="2018-08-06 13:56:25 +0100" endDate="2018-08-06 14:06:23 +0100" value="0.2924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 14:55:53 +0100" startDate="2018-08-06 14:06:23 +0100" endDate="2018-08-06 14:12:04 +0100" value="0.00867"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 14:55:53 +0100" startDate="2018-08-06 14:12:04 +0100" endDate="2018-08-06 14:21:38 +0100" value="0.09028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 14:55:53 +0100" startDate="2018-08-06 14:21:38 +0100" endDate="2018-08-06 14:23:22 +0100" value="0.00844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 22:06:51 +0100" startDate="2018-08-06 20:20:54 +0100" endDate="2018-08-06 20:29:31 +0100" value="0.01489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 22:06:51 +0100" startDate="2018-08-06 20:29:31 +0100" endDate="2018-08-06 20:39:29 +0100" value="0.01681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-06 22:06:51 +0100" startDate="2018-08-06 21:43:02 +0100" endDate="2018-08-06 21:51:03 +0100" value="0.01659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 09:58:26 +0100" startDate="2018-08-07 09:27:43 +0100" endDate="2018-08-07 09:37:41 +0100" value="0.01415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 09:58:26 +0100" startDate="2018-08-07 09:37:41 +0100" endDate="2018-08-07 09:39:58 +0100" value="0.04174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 11:55:08 +0100" startDate="2018-08-07 11:38:18 +0100" endDate="2018-08-07 11:44:41 +0100" value="0.01531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 13:58:05 +0100" startDate="2018-08-07 13:01:48 +0100" endDate="2018-08-07 13:08:06 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 14:54:57 +0100" startDate="2018-08-07 14:24:16 +0100" endDate="2018-08-07 14:30:36 +0100" value="0.00264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 14:54:57 +0100" startDate="2018-08-07 14:37:02 +0100" endDate="2018-08-07 14:45:35 +0100" value="0.05337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 16:00:08 +0100" startDate="2018-08-07 14:55:05 +0100" endDate="2018-08-07 15:05:02 +0100" value="0.34962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 16:00:08 +0100" startDate="2018-08-07 15:05:02 +0100" endDate="2018-08-07 15:14:41 +0100" value="0.42709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 16:00:08 +0100" startDate="2018-08-07 15:14:41 +0100" endDate="2018-08-07 15:24:40 +0100" value="0.25384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 16:00:08 +0100" startDate="2018-08-07 15:24:40 +0100" endDate="2018-08-07 15:25:41 +0100" value="0.03909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 16:00:08 +0100" startDate="2018-08-07 15:30:44 +0100" endDate="2018-08-07 15:40:37 +0100" value="0.10326"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 16:00:08 +0100" startDate="2018-08-07 15:40:37 +0100" endDate="2018-08-07 15:41:41 +0100" value="0.02412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 17:03:13 +0100" startDate="2018-08-07 16:00:09 +0100" endDate="2018-08-07 16:09:07 +0100" value="0.01546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 17:03:13 +0100" startDate="2018-08-07 16:09:07 +0100" endDate="2018-08-07 16:17:12 +0100" value="0.03118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 17:03:13 +0100" startDate="2018-08-07 16:42:07 +0100" endDate="2018-08-07 16:48:10 +0100" value="0.00862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-07 21:54:52 +0100" startDate="2018-08-07 21:07:14 +0100" endDate="2018-08-07 21:14:18 +0100" value="0.0271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 07:59:10 +0100" startDate="2018-08-08 07:09:49 +0100" endDate="2018-08-08 07:18:34 +0100" value="0.02436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 07:59:10 +0100" startDate="2018-08-08 07:18:34 +0100" endDate="2018-08-08 07:23:26 +0100" value="0.02082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 08:57:09 +0100" startDate="2018-08-08 08:07:56 +0100" endDate="2018-08-08 08:14:06 +0100" value="0.00284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 11:30:58 +0100" startDate="2018-08-08 09:53:34 +0100" endDate="2018-08-08 10:03:34 +0100" value="0.18642"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 11:30:58 +0100" startDate="2018-08-08 10:03:34 +0100" endDate="2018-08-08 10:13:23 +0100" value="0.56105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 11:30:58 +0100" startDate="2018-08-08 10:13:23 +0100" endDate="2018-08-08 10:14:14 +0100" value="0.01668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 11:30:58 +0100" startDate="2018-08-08 10:21:48 +0100" endDate="2018-08-08 10:27:56 +0100" value="0.00889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 11:30:58 +0100" startDate="2018-08-08 10:33:19 +0100" endDate="2018-08-08 10:43:18 +0100" value="0.12386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 11:30:58 +0100" startDate="2018-08-08 10:43:18 +0100" endDate="2018-08-08 10:53:17 +0100" value="0.26456"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 11:30:58 +0100" startDate="2018-08-08 10:53:17 +0100" endDate="2018-08-08 11:03:03 +0100" value="0.30668"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 11:30:58 +0100" startDate="2018-08-08 11:03:03 +0100" endDate="2018-08-08 11:13:01 +0100" value="0.33824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 11:30:58 +0100" startDate="2018-08-08 11:13:01 +0100" endDate="2018-08-08 11:22:59 +0100" value="0.23703"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 12:02:01 +0100" startDate="2018-08-08 11:22:59 +0100" endDate="2018-08-08 11:32:13 +0100" value="0.20883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 12:02:01 +0100" startDate="2018-08-08 11:32:13 +0100" endDate="2018-08-08 11:41:30 +0100" value="0.22837"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 12:02:01 +0100" startDate="2018-08-08 11:41:30 +0100" endDate="2018-08-08 11:51:27 +0100" value="0.29749"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 12:02:01 +0100" startDate="2018-08-08 11:51:27 +0100" endDate="2018-08-08 12:01:24 +0100" value="0.43461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 12:55:04 +0100" startDate="2018-08-08 12:01:24 +0100" endDate="2018-08-08 12:11:23 +0100" value="0.4384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 12:55:04 +0100" startDate="2018-08-08 12:11:23 +0100" endDate="2018-08-08 12:21:22 +0100" value="0.56412"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 12:55:04 +0100" startDate="2018-08-08 12:21:22 +0100" endDate="2018-08-08 12:31:21 +0100" value="0.31573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 12:55:04 +0100" startDate="2018-08-08 12:31:21 +0100" endDate="2018-08-08 12:41:20 +0100" value="0.32559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 12:55:04 +0100" startDate="2018-08-08 12:41:20 +0100" endDate="2018-08-08 12:50:33 +0100" value="0.1172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 13:55:47 +0100" startDate="2018-08-08 13:03:55 +0100" endDate="2018-08-08 13:13:55 +0100" value="0.15496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 13:55:47 +0100" startDate="2018-08-08 13:13:55 +0100" endDate="2018-08-08 13:23:48 +0100" value="0.4928"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 13:55:47 +0100" startDate="2018-08-08 13:23:48 +0100" endDate="2018-08-08 13:33:35 +0100" value="0.36803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 13:55:47 +0100" startDate="2018-08-08 13:33:35 +0100" endDate="2018-08-08 13:43:35 +0100" value="0.27866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 13:55:47 +0100" startDate="2018-08-08 13:43:35 +0100" endDate="2018-08-08 13:53:34 +0100" value="0.35859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 14:55:06 +0100" startDate="2018-08-08 13:53:34 +0100" endDate="2018-08-08 14:03:32 +0100" value="0.42131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 14:55:06 +0100" startDate="2018-08-08 14:03:32 +0100" endDate="2018-08-08 14:13:31 +0100" value="0.59993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 14:55:06 +0100" startDate="2018-08-08 14:13:31 +0100" endDate="2018-08-08 14:23:29 +0100" value="0.66271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 14:55:06 +0100" startDate="2018-08-08 14:23:29 +0100" endDate="2018-08-08 14:33:25 +0100" value="0.54314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 14:55:06 +0100" startDate="2018-08-08 14:33:25 +0100" endDate="2018-08-08 14:40:14 +0100" value="0.18316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 15:58:09 +0100" startDate="2018-08-08 14:52:13 +0100" endDate="2018-08-08 15:01:06 +0100" value="0.0103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 15:58:09 +0100" startDate="2018-08-08 15:05:33 +0100" endDate="2018-08-08 15:11:56 +0100" value="0.01769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 16:56:16 +0100" startDate="2018-08-08 16:30:15 +0100" endDate="2018-08-08 16:36:45 +0100" value="0.0012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 16:59:48 +0100" endDate="2018-08-08 17:07:35 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 17:20:26 +0100" endDate="2018-08-08 17:30:14 +0100" value="0.084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 17:30:14 +0100" endDate="2018-08-08 17:31:20 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 18:00:06 +0100" endDate="2018-08-08 18:07:14 +0100" value="0.00484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 18:07:14 +0100" endDate="2018-08-08 18:14:42 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 18:17:15 +0100" endDate="2018-08-08 18:27:13 +0100" value="0.18836"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 18:27:13 +0100" endDate="2018-08-08 18:33:56 +0100" value="0.07234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 18:36:31 +0100" endDate="2018-08-08 18:42:57 +0100" value="0.002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-08 19:37:21 +0100" startDate="2018-08-08 19:07:04 +0100" endDate="2018-08-08 19:13:37 +0100" value="0.02442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 08:58:16 +0100" startDate="2018-08-09 08:23:25 +0100" endDate="2018-08-09 08:33:13 +0100" value="0.01042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 08:58:16 +0100" startDate="2018-08-09 08:33:13 +0100" endDate="2018-08-09 08:37:19 +0100" value="0.02355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 10:53:11 +0100" startDate="2018-08-09 10:38:02 +0100" endDate="2018-08-09 10:44:15 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 11:53:28 +0100" startDate="2018-08-09 11:42:40 +0100" endDate="2018-08-09 11:52:39 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 12:52:54 +0100" startDate="2018-08-09 12:24:35 +0100" endDate="2018-08-09 12:31:15 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 16:32:53 +0100" startDate="2018-08-09 13:36:37 +0100" endDate="2018-08-09 13:45:43 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 16:32:53 +0100" startDate="2018-08-09 14:21:20 +0100" endDate="2018-08-09 14:30:05 +0100" value="0.0028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 16:32:53 +0100" startDate="2018-08-09 15:01:45 +0100" endDate="2018-08-09 15:11:25 +0100" value="0.0124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303c3bd40&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 16:32:53 +0100" startDate="2018-08-09 16:09:46 +0100" endDate="2018-08-09 16:16:24 +0100" value="0.015"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 21:07:16 +0100" startDate="2018-08-09 17:00:28 +0100" endDate="2018-08-09 17:07:16 +0100" value="0.01684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 21:07:16 +0100" startDate="2018-08-09 17:56:24 +0100" endDate="2018-08-09 18:02:52 +0100" value="0.00804"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 22:19:09 +0100" startDate="2018-08-09 21:33:30 +0100" endDate="2018-08-09 21:40:34 +0100" value="0.02045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 22:19:09 +0100" startDate="2018-08-09 21:48:40 +0100" endDate="2018-08-09 21:58:39 +0100" value="0.0173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-09 22:19:09 +0100" startDate="2018-08-09 21:58:39 +0100" endDate="2018-08-09 22:07:11 +0100" value="0.03322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 08:19:46 +0100" startDate="2018-08-10 07:08:22 +0100" endDate="2018-08-10 07:14:29 +0100" value="0.01307"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 08:19:46 +0100" startDate="2018-08-10 07:14:29 +0100" endDate="2018-08-10 07:23:40 +0100" value="0.00818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 08:19:46 +0100" startDate="2018-08-10 07:23:40 +0100" endDate="2018-08-10 07:30:08 +0100" value="0.07864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 08:19:46 +0100" startDate="2018-08-10 07:54:50 +0100" endDate="2018-08-10 08:02:31 +0100" value="0.02544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 08:19:46 +0100" startDate="2018-08-10 08:03:03 +0100" endDate="2018-08-10 08:13:03 +0100" value="0.06321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 09:18:23 +0100" startDate="2018-08-10 08:13:03 +0100" endDate="2018-08-10 08:23:03 +0100" value="0.01386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 09:18:23 +0100" startDate="2018-08-10 08:23:03 +0100" endDate="2018-08-10 08:31:56 +0100" value="0.1975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 09:18:23 +0100" startDate="2018-08-10 08:31:56 +0100" endDate="2018-08-10 08:41:55 +0100" value="0.17893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 09:18:23 +0100" startDate="2018-08-10 08:41:55 +0100" endDate="2018-08-10 08:51:55 +0100" value="0.21924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 09:18:23 +0100" startDate="2018-08-10 08:51:55 +0100" endDate="2018-08-10 09:01:44 +0100" value="0.3019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 09:18:23 +0100" startDate="2018-08-10 09:01:44 +0100" endDate="2018-08-10 09:11:42 +0100" value="0.31482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 09:11:42 +0100" endDate="2018-08-10 09:18:23 +0100" value="0.17991"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 09:23:52 +0100" endDate="2018-08-10 09:32:45 +0100" value="0.19423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 09:32:45 +0100" endDate="2018-08-10 09:41:58 +0100" value="0.14983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 09:41:58 +0100" endDate="2018-08-10 09:45:38 +0100" value="0.16851"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 09:46:13 +0100" endDate="2018-08-10 09:56:12 +0100" value="0.0236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 09:56:12 +0100" endDate="2018-08-10 10:06:11 +0100" value="0.31377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 10:17:18 +0100" startDate="2018-08-10 10:06:11 +0100" endDate="2018-08-10 10:09:28 +0100" value="0.05415"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 14:18:58 +0100" startDate="2018-08-10 13:47:11 +0100" endDate="2018-08-10 13:53:24 +0100" value="0.00661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 17:18:34 +0100" startDate="2018-08-10 16:30:19 +0100" endDate="2018-08-10 16:37:51 +0100" value="0.00232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 22:25:36 +0100" startDate="2018-08-10 21:42:21 +0100" endDate="2018-08-10 21:50:03 +0100" value="0.00784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-10 23:18:32 +0100" startDate="2018-08-10 22:17:25 +0100" endDate="2018-08-10 22:25:55 +0100" value="0.01929"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 02:22:11 +0100" startDate="2018-08-11 01:59:26 +0100" endDate="2018-08-11 02:06:04 +0100" value="0.00989"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 10:23:25 +0100" startDate="2018-08-11 09:14:06 +0100" endDate="2018-08-11 09:20:44 +0100" value="0.0078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 13:00:16 +0100" startDate="2018-08-11 12:22:37 +0100" endDate="2018-08-11 12:28:47 +0100" value="0.01144"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 13:00:16 +0100" startDate="2018-08-11 12:28:47 +0100" endDate="2018-08-11 12:33:53 +0100" value="0.0241"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 13:20:10 +0100" startDate="2018-08-11 12:54:30 +0100" endDate="2018-08-11 13:04:25 +0100" value="0.11877"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 13:20:10 +0100" startDate="2018-08-11 13:04:25 +0100" endDate="2018-08-11 13:14:24 +0100" value="0.42103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 14:26:53 +0100" startDate="2018-08-11 13:14:24 +0100" endDate="2018-08-11 13:23:57 +0100" value="0.46217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 14:26:53 +0100" startDate="2018-08-11 13:23:57 +0100" endDate="2018-08-11 13:30:17 +0100" value="0.15869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 15:18:31 +0100" startDate="2018-08-11 14:18:21 +0100" endDate="2018-08-11 14:27:09 +0100" value="0.03397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 15:18:31 +0100" startDate="2018-08-11 14:27:09 +0100" endDate="2018-08-11 14:37:07 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 15:18:31 +0100" startDate="2018-08-11 14:37:07 +0100" endDate="2018-08-11 14:44:56 +0100" value="0.01886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 15:18:31 +0100" startDate="2018-08-11 14:49:35 +0100" endDate="2018-08-11 14:55:57 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 15:18:31 +0100" startDate="2018-08-11 14:55:57 +0100" endDate="2018-08-11 15:00:34 +0100" value="0.01654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 15:18:31 +0100" startDate="2018-08-11 15:00:34 +0100" endDate="2018-08-11 15:07:50 +0100" value="0.0076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 15:15:35 +0100" endDate="2018-08-11 15:22:36 +0100" value="0.02127"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 15:37:44 +0100" endDate="2018-08-11 15:47:37 +0100" value="0.05931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 15:47:37 +0100" endDate="2018-08-11 15:57:34 +0100" value="0.69105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 15:57:34 +0100" endDate="2018-08-11 16:07:32 +0100" value="0.56405"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 16:07:32 +0100" endDate="2018-08-11 16:17:30 +0100" value="0.4253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 16:17:30 +0100" endDate="2018-08-11 16:27:30 +0100" value="0.41543"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 16:27:30 +0100" endDate="2018-08-11 16:37:29 +0100" value="0.28349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 16:50:05 +0100" startDate="2018-08-11 16:37:29 +0100" endDate="2018-08-11 16:47:06 +0100" value="0.37414"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 17:21:36 +0100" startDate="2018-08-11 16:47:06 +0100" endDate="2018-08-11 16:57:04 +0100" value="0.29029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 17:21:36 +0100" startDate="2018-08-11 16:57:04 +0100" endDate="2018-08-11 17:07:02 +0100" value="0.38936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 17:21:36 +0100" startDate="2018-08-11 17:07:02 +0100" endDate="2018-08-11 17:16:50 +0100" value="0.30739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 18:29:17 +0100" startDate="2018-08-11 17:16:50 +0100" endDate="2018-08-11 17:26:47 +0100" value="0.27902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 18:29:17 +0100" startDate="2018-08-11 17:26:47 +0100" endDate="2018-08-11 17:36:45 +0100" value="0.55784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 18:29:17 +0100" startDate="2018-08-11 17:36:45 +0100" endDate="2018-08-11 17:46:08 +0100" value="0.51426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 19:19:33 +0100" startDate="2018-08-11 18:25:11 +0100" endDate="2018-08-11 18:32:50 +0100" value="0.0057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 20:18:07 +0100" startDate="2018-08-11 19:49:35 +0100" endDate="2018-08-11 19:59:34 +0100" value="0.01322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 20:18:07 +0100" startDate="2018-08-11 19:59:34 +0100" endDate="2018-08-11 20:06:55 +0100" value="0.018"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 20:18:07 +0100" startDate="2018-08-11 20:06:55 +0100" endDate="2018-08-11 20:12:55 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 21:55:21 +0100" startDate="2018-08-11 20:12:55 +0100" endDate="2018-08-11 20:21:26 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 21:55:21 +0100" startDate="2018-08-11 21:06:37 +0100" endDate="2018-08-11 21:14:39 +0100" value="0.02725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 21:55:21 +0100" startDate="2018-08-11 21:27:38 +0100" endDate="2018-08-11 21:36:58 +0100" value="0.02154"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 22:57:46 +0100" startDate="2018-08-11 21:56:15 +0100" endDate="2018-08-11 22:04:11 +0100" value="0.01604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 22:57:46 +0100" startDate="2018-08-11 22:07:59 +0100" endDate="2018-08-11 22:14:07 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 22:57:46 +0100" startDate="2018-08-11 22:19:48 +0100" endDate="2018-08-11 22:25:53 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-11 22:57:46 +0100" startDate="2018-08-11 22:31:09 +0100" endDate="2018-08-11 22:37:19 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 02:41:59 +0100" startDate="2018-08-12 02:10:35 +0100" endDate="2018-08-12 02:19:13 +0100" value="0.05264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 10:17:53 +0100" startDate="2018-08-12 09:39:37 +0100" endDate="2018-08-12 09:48:36 +0100" value="0.01002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 10:17:53 +0100" startDate="2018-08-12 09:48:36 +0100" endDate="2018-08-12 09:54:02 +0100" value="0.07209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 10:17:53 +0100" startDate="2018-08-12 09:56:36 +0100" endDate="2018-08-12 10:05:37 +0100" value="0.21146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 10:17:53 +0100" startDate="2018-08-12 10:05:37 +0100" endDate="2018-08-12 10:15:36 +0100" value="0.27802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 11:23:13 +0100" startDate="2018-08-12 10:15:36 +0100" endDate="2018-08-12 10:25:11 +0100" value="0.33368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 11:23:13 +0100" startDate="2018-08-12 10:25:11 +0100" endDate="2018-08-12 10:35:10 +0100" value="0.02419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 11:23:13 +0100" startDate="2018-08-12 10:35:10 +0100" endDate="2018-08-12 10:37:38 +0100" value="0.04281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 13:01:18 +0100" startDate="2018-08-12 12:07:09 +0100" endDate="2018-08-12 12:14:44 +0100" value="0.0508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 13:01:18 +0100" startDate="2018-08-12 12:23:04 +0100" endDate="2018-08-12 12:29:17 +0100" value="0.0061"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 15:22:41 +0100" endDate="2018-08-12 15:32:40 +0100" value="0.23516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 15:32:40 +0100" endDate="2018-08-12 15:42:38 +0100" value="0.65395"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 15:42:38 +0100" endDate="2018-08-12 15:52:36 +0100" value="0.68257"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 15:52:36 +0100" endDate="2018-08-12 16:02:34 +0100" value="0.53852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 16:02:34 +0100" endDate="2018-08-12 16:12:32 +0100" value="0.43174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 16:12:32 +0100" endDate="2018-08-12 16:22:32 +0100" value="0.80585"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 16:22:32 +0100" endDate="2018-08-12 16:32:31 +0100" value="0.73199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 16:47:46 +0100" startDate="2018-08-12 16:32:31 +0100" endDate="2018-08-12 16:39:18 +0100" value="0.32747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 22:04:57 +0100" startDate="2018-08-12 21:40:47 +0100" endDate="2018-08-12 21:50:25 +0100" value="0.02211"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 22:04:57 +0100" startDate="2018-08-12 21:50:25 +0100" endDate="2018-08-12 21:54:26 +0100" value="0.00369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 23:02:24 +0100" startDate="2018-08-12 21:54:26 +0100" endDate="2018-08-12 22:04:25 +0100" value="0.0016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 23:02:24 +0100" startDate="2018-08-12 22:04:25 +0100" endDate="2018-08-12 22:14:24 +0100" value="0.02956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 23:02:24 +0100" startDate="2018-08-12 22:14:24 +0100" endDate="2018-08-12 22:24:23 +0100" value="0.01902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 23:02:24 +0100" startDate="2018-08-12 22:24:23 +0100" endDate="2018-08-12 22:33:11 +0100" value="0.00955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 23:02:24 +0100" startDate="2018-08-12 22:40:28 +0100" endDate="2018-08-12 22:45:46 +0100" value="0.00776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 23:58:15 +0100" startDate="2018-08-12 23:16:18 +0100" endDate="2018-08-12 23:23:22 +0100" value="0.00463"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 23:58:15 +0100" startDate="2018-08-12 23:23:22 +0100" endDate="2018-08-12 23:33:21 +0100" value="0.02882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 23:58:15 +0100" startDate="2018-08-12 23:33:21 +0100" endDate="2018-08-12 23:41:43 +0100" value="0.00559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-12 23:58:15 +0100" startDate="2018-08-12 23:41:43 +0100" endDate="2018-08-12 23:51:00 +0100" value="0.00092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 08:17:20 +0100" startDate="2018-08-13 07:41:37 +0100" endDate="2018-08-13 07:47:50 +0100" value="0.01539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 08:17:20 +0100" startDate="2018-08-13 07:47:50 +0100" endDate="2018-08-13 07:53:38 +0100" value="0.00613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 09:17:19 +0100" startDate="2018-08-13 08:59:48 +0100" endDate="2018-08-13 09:09:43 +0100" value="0.05071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 10:17:58 +0100" startDate="2018-08-13 09:09:43 +0100" endDate="2018-08-13 09:16:49 +0100" value="0.21429"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 14:17:52 +0100" startDate="2018-08-13 13:40:23 +0100" endDate="2018-08-13 13:50:14 +0100" value="0.02754"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 14:17:52 +0100" startDate="2018-08-13 13:51:17 +0100" endDate="2018-08-13 13:58:38 +0100" value="0.03996"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 14:17:52 +0100" startDate="2018-08-13 13:58:38 +0100" endDate="2018-08-13 14:08:32 +0100" value="0.01508"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 15:18:08 +0100" startDate="2018-08-13 14:08:32 +0100" endDate="2018-08-13 14:13:25 +0100" value="0.0076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 15:18:08 +0100" startDate="2018-08-13 14:31:54 +0100" endDate="2018-08-13 14:37:59 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 15:18:08 +0100" startDate="2018-08-13 14:38:16 +0100" endDate="2018-08-13 14:47:31 +0100" value="0.04908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 15:18:08 +0100" startDate="2018-08-13 14:47:31 +0100" endDate="2018-08-13 14:52:07 +0100" value="0.05192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 15:18:08 +0100" startDate="2018-08-13 14:53:27 +0100" endDate="2018-08-13 14:59:42 +0100" value="0.00084"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 15:18:08 +0100" startDate="2018-08-13 14:59:42 +0100" endDate="2018-08-13 15:07:04 +0100" value="0.09686"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 16:20:11 +0100" startDate="2018-08-13 15:17:50 +0100" endDate="2018-08-13 15:27:41 +0100" value="0.19315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 16:20:11 +0100" startDate="2018-08-13 15:27:41 +0100" endDate="2018-08-13 15:31:35 +0100" value="0.15774"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 16:20:11 +0100" startDate="2018-08-13 15:57:38 +0100" endDate="2018-08-13 16:07:32 +0100" value="0.07728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 16:20:11 +0100" startDate="2018-08-13 16:07:32 +0100" endDate="2018-08-13 16:08:45 +0100" value="0.0063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 17:18:44 +0100" startDate="2018-08-13 16:27:25 +0100" endDate="2018-08-13 16:33:40 +0100" value="0.00684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 17:18:44 +0100" startDate="2018-08-13 16:33:40 +0100" endDate="2018-08-13 16:41:08 +0100" value="0.03633"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 17:18:44 +0100" startDate="2018-08-13 16:58:41 +0100" endDate="2018-08-13 17:07:35 +0100" value="0.01424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 17:18:44 +0100" startDate="2018-08-13 17:07:35 +0100" endDate="2018-08-13 17:09:24 +0100" value="0.01264"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 18:19:42 +0100" startDate="2018-08-13 17:17:37 +0100" endDate="2018-08-13 17:23:52 +0100" value="0.0072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 18:19:42 +0100" startDate="2018-08-13 17:23:56 +0100" endDate="2018-08-13 17:30:14 +0100" value="0.01259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 18:19:42 +0100" startDate="2018-08-13 17:39:23 +0100" endDate="2018-08-13 17:49:05 +0100" value="0.01212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 18:19:42 +0100" startDate="2018-08-13 17:49:05 +0100" endDate="2018-08-13 17:58:50 +0100" value="0.03147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 18:19:42 +0100" startDate="2018-08-13 17:58:50 +0100" endDate="2018-08-13 18:08:35 +0100" value="0.33057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 18:19:42 +0100" startDate="2018-08-13 18:08:35 +0100" endDate="2018-08-13 18:18:33 +0100" value="0.949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 19:25:40 +0100" startDate="2018-08-13 18:18:33 +0100" endDate="2018-08-13 18:28:19 +0100" value="0.46738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 19:25:40 +0100" startDate="2018-08-13 18:28:19 +0100" endDate="2018-08-13 18:33:27 +0100" value="0.07112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 19:25:40 +0100" startDate="2018-08-13 18:34:47 +0100" endDate="2018-08-13 18:43:40 +0100" value="0.06057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 23:03:24 +0100" startDate="2018-08-13 21:59:14 +0100" endDate="2018-08-13 22:09:13 +0100" value="0.10236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 23:03:24 +0100" startDate="2018-08-13 22:09:13 +0100" endDate="2018-08-13 22:19:11 +0100" value="0.68746"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 23:03:24 +0100" startDate="2018-08-13 22:19:11 +0100" endDate="2018-08-13 22:28:32 +0100" value="0.33626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-13 23:03:24 +0100" startDate="2018-08-13 22:30:10 +0100" endDate="2018-08-13 22:39:50 +0100" value="0.02209"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 00:08:39 +0100" startDate="2018-08-13 23:57:13 +0100" endDate="2018-08-14 00:03:18 +0100" value="0.01497"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 01:01:25 +0100" startDate="2018-08-14 00:03:18 +0100" endDate="2018-08-14 00:10:16 +0100" value="0.03748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 01:01:25 +0100" startDate="2018-08-14 00:10:16 +0100" endDate="2018-08-14 00:20:14 +0100" value="0.04921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 01:01:25 +0100" startDate="2018-08-14 00:20:14 +0100" endDate="2018-08-14 00:26:09 +0100" value="0.04741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 05:17:25 +0100" startDate="2018-08-14 04:54:42 +0100" endDate="2018-08-14 05:00:58 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 07:21:33 +0100" startDate="2018-08-14 06:31:29 +0100" endDate="2018-08-14 06:38:17 +0100" value="0.02111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 07:21:33 +0100" startDate="2018-08-14 06:52:05 +0100" endDate="2018-08-14 07:02:05 +0100" value="0.09157"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 07:21:33 +0100" startDate="2018-08-14 07:02:05 +0100" endDate="2018-08-14 07:02:53 +0100" value="0.02584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 07:21:33 +0100" startDate="2018-08-14 07:10:41 +0100" endDate="2018-08-14 07:17:32 +0100" value="0.03554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 08:17:33 +0100" startDate="2018-08-14 07:17:32 +0100" endDate="2018-08-14 07:26:47 +0100" value="0.01097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 08:17:33 +0100" startDate="2018-08-14 07:26:47 +0100" endDate="2018-08-14 07:29:51 +0100" value="0.02434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 08:17:33 +0100" startDate="2018-08-14 07:49:10 +0100" endDate="2018-08-14 07:59:07 +0100" value="0.06515"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 08:17:33 +0100" startDate="2018-08-14 07:59:07 +0100" endDate="2018-08-14 08:09:07 +0100" value="0.10212"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 09:20:51 +0100" startDate="2018-08-14 08:09:07 +0100" endDate="2018-08-14 08:16:50 +0100" value="0.29066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 09:20:51 +0100" startDate="2018-08-14 08:27:32 +0100" endDate="2018-08-14 08:37:31 +0100" value="0.14593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 09:20:51 +0100" startDate="2018-08-14 08:37:31 +0100" endDate="2018-08-14 08:43:23 +0100" value="0.25554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 09:20:51 +0100" startDate="2018-08-14 08:59:42 +0100" endDate="2018-08-14 09:09:08 +0100" value="0.21128"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 09:20:51 +0100" startDate="2018-08-14 09:09:08 +0100" endDate="2018-08-14 09:18:28 +0100" value="0.16014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 10:22:41 +0100" startDate="2018-08-14 09:18:28 +0100" endDate="2018-08-14 09:28:26 +0100" value="0.17665"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 10:22:41 +0100" startDate="2018-08-14 09:28:26 +0100" endDate="2018-08-14 09:32:51 +0100" value="0.14135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 10:22:41 +0100" startDate="2018-08-14 09:37:36 +0100" endDate="2018-08-14 09:47:30 +0100" value="0.18504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 10:22:41 +0100" startDate="2018-08-14 09:47:30 +0100" endDate="2018-08-14 09:57:27 +0100" value="0.1785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 10:22:41 +0100" startDate="2018-08-14 09:57:27 +0100" endDate="2018-08-14 10:07:25 +0100" value="0.36744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 10:22:41 +0100" startDate="2018-08-14 10:07:25 +0100" endDate="2018-08-14 10:17:07 +0100" value="0.12775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 11:20:45 +0100" startDate="2018-08-14 10:17:07 +0100" endDate="2018-08-14 10:27:04 +0100" value="0.29307"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 11:20:45 +0100" startDate="2018-08-14 10:27:04 +0100" endDate="2018-08-14 10:36:26 +0100" value="0.21947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 11:20:45 +0100" startDate="2018-08-14 10:36:26 +0100" endDate="2018-08-14 10:46:25 +0100" value="0.17002"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 11:20:45 +0100" startDate="2018-08-14 10:46:25 +0100" endDate="2018-08-14 10:56:25 +0100" value="0.18889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 11:20:45 +0100" startDate="2018-08-14 10:56:25 +0100" endDate="2018-08-14 11:06:25 +0100" value="0.4571"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 11:20:45 +0100" startDate="2018-08-14 11:06:25 +0100" endDate="2018-08-14 11:08:09 +0100" value="0.08068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 12:20:08 +0100" startDate="2018-08-14 11:08:09 +0100" endDate="2018-08-14 11:18:09 +0100" value="0.04908"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 12:20:08 +0100" startDate="2018-08-14 11:18:09 +0100" endDate="2018-08-14 11:21:02 +0100" value="0.15537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 12:20:08 +0100" startDate="2018-08-14 11:37:01 +0100" endDate="2018-08-14 11:47:00 +0100" value="0.16693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 12:20:08 +0100" startDate="2018-08-14 11:47:00 +0100" endDate="2018-08-14 11:52:44 +0100" value="0.19481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 12:20:08 +0100" startDate="2018-08-14 11:54:24 +0100" endDate="2018-08-14 12:03:34 +0100" value="0.19651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 12:20:08 +0100" startDate="2018-08-14 12:03:34 +0100" endDate="2018-08-14 12:13:33 +0100" value="0.33142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 13:58:16 +0100" startDate="2018-08-14 12:13:33 +0100" endDate="2018-08-14 12:23:32 +0100" value="0.22715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 13:58:16 +0100" startDate="2018-08-14 12:23:32 +0100" endDate="2018-08-14 12:33:30 +0100" value="0.24695"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 13:58:16 +0100" startDate="2018-08-14 12:49:24 +0100" endDate="2018-08-14 12:55:25 +0100" value="0.01423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 13:58:16 +0100" startDate="2018-08-14 13:28:55 +0100" endDate="2018-08-14 13:35:03 +0100" value="0.01465"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 13:58:16 +0100" startDate="2018-08-14 13:35:04 +0100" endDate="2018-08-14 13:41:12 +0100" value="0.00447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 15:21:45 +0100" startDate="2018-08-14 15:00:26 +0100" endDate="2018-08-14 15:07:51 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 16:19:41 +0100" startDate="2018-08-14 15:26:09 +0100" endDate="2018-08-14 15:33:13 +0100" value="0.00168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 16:19:41 +0100" startDate="2018-08-14 15:58:47 +0100" endDate="2018-08-14 16:08:45 +0100" value="0.13904"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 16:19:41 +0100" startDate="2018-08-14 16:08:45 +0100" endDate="2018-08-14 16:18:44 +0100" value="0.10919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 17:19:54 +0100" startDate="2018-08-14 16:18:44 +0100" endDate="2018-08-14 16:28:43 +0100" value="0.14925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 17:19:54 +0100" startDate="2018-08-14 16:28:43 +0100" endDate="2018-08-14 16:29:59 +0100" value="0.01702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 18:18:39 +0100" startDate="2018-08-14 17:25:09 +0100" endDate="2018-08-14 17:35:08 +0100" value="0.03862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 18:18:39 +0100" startDate="2018-08-14 17:35:08 +0100" endDate="2018-08-14 17:44:53 +0100" value="0.24067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 18:18:39 +0100" startDate="2018-08-14 17:53:23 +0100" endDate="2018-08-14 18:00:24 +0100" value="0.00574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 18:18:39 +0100" startDate="2018-08-14 18:03:30 +0100" endDate="2018-08-14 18:10:43 +0100" value="0.02664"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 19:18:35 +0100" startDate="2018-08-14 18:38:13 +0100" endDate="2018-08-14 18:44:41 +0100" value="0.00296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 19:18:35 +0100" startDate="2018-08-14 18:51:10 +0100" endDate="2018-08-14 18:58:46 +0100" value="0.01818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 19:18:35 +0100" startDate="2018-08-14 18:59:39 +0100" endDate="2018-08-14 19:09:19 +0100" value="0.01242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 20:19:05 +0100" startDate="2018-08-14 19:09:19 +0100" endDate="2018-08-14 19:18:34 +0100" value="0.05106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 22:01:49 +0100" startDate="2018-08-14 20:15:51 +0100" endDate="2018-08-14 20:23:52 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 23:06:54 +0100" startDate="2018-08-14 21:52:27 +0100" endDate="2018-08-14 22:02:11 +0100" value="0.01767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 23:06:54 +0100" startDate="2018-08-14 22:02:11 +0100" endDate="2018-08-14 22:12:11 +0100" value="0.07155"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-14 23:06:54 +0100" startDate="2018-08-14 22:12:11 +0100" endDate="2018-08-14 22:12:49 +0100" value="0.01435"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 05:20:35 +0100" startDate="2018-08-15 04:32:03 +0100" endDate="2018-08-15 04:38:26 +0100" value="0.01237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 08:20:55 +0100" startDate="2018-08-15 07:28:37 +0100" endDate="2018-08-15 07:36:25 +0100" value="0.07003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 10:19:30 +0100" startDate="2018-08-15 09:17:35 +0100" endDate="2018-08-15 09:24:13 +0100" value="0.01833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 10:19:30 +0100" startDate="2018-08-15 09:24:13 +0100" endDate="2018-08-15 09:34:12 +0100" value="0.07672"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 11:19:34 +0100" startDate="2018-08-15 10:26:48 +0100" endDate="2018-08-15 10:36:48 +0100" value="0.10809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 11:19:34 +0100" startDate="2018-08-15 10:36:48 +0100" endDate="2018-08-15 10:46:46 +0100" value="0.85705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 11:19:34 +0100" startDate="2018-08-15 10:46:46 +0100" endDate="2018-08-15 10:54:45 +0100" value="0.34263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 11:19:34 +0100" startDate="2018-08-15 10:54:45 +0100" endDate="2018-08-15 11:04:43 +0100" value="0.15221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 11:19:34 +0100" startDate="2018-08-15 11:04:43 +0100" endDate="2018-08-15 11:13:20 +0100" value="0.54337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 12:22:50 +0100" startDate="2018-08-15 11:13:20 +0100" endDate="2018-08-15 11:22:59 +0100" value="0.48434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 12:22:50 +0100" startDate="2018-08-15 11:22:59 +0100" endDate="2018-08-15 11:32:58 +0100" value="0.75953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfe490&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 12:22:50 +0100" startDate="2018-08-15 11:32:58 +0100" endDate="2018-08-15 11:42:57 +0100" value="0.80821"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 12:22:50 +0100" startDate="2018-08-15 11:42:57 +0100" endDate="2018-08-15 11:52:55 +0100" value="0.65752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 12:22:50 +0100" startDate="2018-08-15 11:52:55 +0100" endDate="2018-08-15 11:58:32 +0100" value="0.26085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 12:22:50 +0100" startDate="2018-08-15 11:59:58 +0100" endDate="2018-08-15 12:09:45 +0100" value="0.08767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 13:17:21 +0100" startDate="2018-08-15 12:19:37 +0100" endDate="2018-08-15 12:26:20 +0100" value="0.02345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 13:17:21 +0100" startDate="2018-08-15 12:35:57 +0100" endDate="2018-08-15 12:43:52 +0100" value="0.03872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 14:17:19 +0100" startDate="2018-08-15 13:08:09 +0100" endDate="2018-08-15 13:17:18 +0100" value="0.07161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 14:17:19 +0100" startDate="2018-08-15 13:17:53 +0100" endDate="2018-08-15 13:26:03 +0100" value="0.02004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 14:17:19 +0100" startDate="2018-08-15 13:26:03 +0100" endDate="2018-08-15 13:32:58 +0100" value="0.03131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 14:17:19 +0100" startDate="2018-08-15 13:41:05 +0100" endDate="2018-08-15 13:48:47 +0100" value="0.0434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 14:17:19 +0100" startDate="2018-08-15 13:56:12 +0100" endDate="2018-08-15 14:06:11 +0100" value="0.27824"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 14:17:19 +0100" startDate="2018-08-15 14:06:11 +0100" endDate="2018-08-15 14:14:03 +0100" value="0.1058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 14:14:03 +0100" endDate="2018-08-15 14:23:51 +0100" value="0.00625"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 14:28:33 +0100" endDate="2018-08-15 14:34:59 +0100" value="0.02234"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 14:49:31 +0100" endDate="2018-08-15 14:57:36 +0100" value="0.02884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 14:58:27 +0100" endDate="2018-08-15 15:08:26 +0100" value="0.07175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 15:08:26 +0100" endDate="2018-08-15 15:18:18 +0100" value="0.51679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 15:18:18 +0100" endDate="2018-08-15 15:25:17 +0100" value="0.01055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 15:25:17 +0100" endDate="2018-08-15 15:34:13 +0100" value="0.15826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 15:49:37 +0100" startDate="2018-08-15 15:39:33 +0100" endDate="2018-08-15 15:49:32 +0100" value="0.05901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 16:19:40 +0100" startDate="2018-08-15 15:49:32 +0100" endDate="2018-08-15 15:58:53 +0100" value="0.01851"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 16:19:40 +0100" startDate="2018-08-15 15:58:53 +0100" endDate="2018-08-15 16:03:11 +0100" value="0.02217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 17:17:20 +0100" startDate="2018-08-15 16:37:49 +0100" endDate="2018-08-15 16:47:43 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 17:17:20 +0100" startDate="2018-08-15 17:02:43 +0100" endDate="2018-08-15 17:09:06 +0100" value="0.00784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 18:18:17 +0100" startDate="2018-08-15 17:09:06 +0100" endDate="2018-08-15 17:15:42 +0100" value="0.0076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 18:18:17 +0100" startDate="2018-08-15 17:52:23 +0100" endDate="2018-08-15 18:02:22 +0100" value="0.01062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 18:18:17 +0100" startDate="2018-08-15 18:06:36 +0100" endDate="2018-08-15 18:16:11 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 19:18:35 +0100" startDate="2018-08-15 18:16:11 +0100" endDate="2018-08-15 18:24:08 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 19:18:35 +0100" startDate="2018-08-15 18:39:49 +0100" endDate="2018-08-15 18:45:57 +0100" value="0.00604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 22:18:54 +0100" startDate="2018-08-15 21:16:59 +0100" endDate="2018-08-15 21:23:27 +0100" value="0.01093"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 22:18:54 +0100" startDate="2018-08-15 21:23:27 +0100" endDate="2018-08-15 21:28:41 +0100" value="0.00166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 22:18:54 +0100" startDate="2018-08-15 21:29:23 +0100" endDate="2018-08-15 21:37:48 +0100" value="0.01833"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 22:18:54 +0100" startDate="2018-08-15 21:37:48 +0100" endDate="2018-08-15 21:40:48 +0100" value="0.01763"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-15 22:18:54 +0100" startDate="2018-08-15 21:51:53 +0100" endDate="2018-08-15 21:58:40 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 05:20:57 +0100" startDate="2018-08-16 04:41:18 +0100" endDate="2018-08-16 04:49:53 +0100" value="0.01396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 05:20:57 +0100" startDate="2018-08-16 04:49:53 +0100" endDate="2018-08-16 04:57:31 +0100" value="0.10858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 05:20:57 +0100" startDate="2018-08-16 04:57:31 +0100" endDate="2018-08-16 05:07:15 +0100" value="0.01083"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 05:20:57 +0100" startDate="2018-08-16 05:07:15 +0100" endDate="2018-08-16 05:16:52 +0100" value="0.29967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 06:10:55 +0100" startDate="2018-08-16 05:16:52 +0100" endDate="2018-08-16 05:23:09 +0100" value="0.0054"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 06:10:55 +0100" startDate="2018-08-16 05:34:47 +0100" endDate="2018-08-16 05:42:44 +0100" value="0.01417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 08:11:22 +0100" startDate="2018-08-16 07:22:59 +0100" endDate="2018-08-16 07:31:50 +0100" value="0.00979"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 08:11:22 +0100" startDate="2018-08-16 07:31:50 +0100" endDate="2018-08-16 07:41:05 +0100" value="0.25039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 08:11:22 +0100" startDate="2018-08-16 07:41:05 +0100" endDate="2018-08-16 07:43:02 +0100" value="0.01802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 08:11:22 +0100" startDate="2018-08-16 08:00:45 +0100" endDate="2018-08-16 08:10:24 +0100" value="0.07321"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 09:11:06 +0100" startDate="2018-08-16 08:10:24 +0100" endDate="2018-08-16 08:11:50 +0100" value="0.00667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 09:11:06 +0100" startDate="2018-08-16 08:29:48 +0100" endDate="2018-08-16 08:38:16 +0100" value="0.02944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 10:14:36 +0100" startDate="2018-08-16 09:01:49 +0100" endDate="2018-08-16 09:11:06 +0100" value="0.03145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 12:11:39 +0100" startDate="2018-08-16 11:10:26 +0100" endDate="2018-08-16 11:19:42 +0100" value="0.03744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 12:11:39 +0100" startDate="2018-08-16 11:19:42 +0100" endDate="2018-08-16 11:29:30 +0100" value="0.0872"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 12:11:39 +0100" startDate="2018-08-16 11:29:30 +0100" endDate="2018-08-16 11:35:59 +0100" value="0.02047"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 12:11:39 +0100" startDate="2018-08-16 11:35:59 +0100" endDate="2018-08-16 11:44:40 +0100" value="0.01906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 12:11:39 +0100" startDate="2018-08-16 11:44:40 +0100" endDate="2018-08-16 11:51:54 +0100" value="0.04676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 13:14:20 +0100" startDate="2018-08-16 12:03:40 +0100" endDate="2018-08-16 12:10:08 +0100" value="0.01899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 13:14:20 +0100" startDate="2018-08-16 12:27:31 +0100" endDate="2018-08-16 12:37:29 +0100" value="0.01282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 13:14:20 +0100" startDate="2018-08-16 12:37:29 +0100" endDate="2018-08-16 12:44:00 +0100" value="0.07001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 15:12:14 +0100" startDate="2018-08-16 14:10:54 +0100" endDate="2018-08-16 14:17:25 +0100" value="0.01517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 15:12:14 +0100" startDate="2018-08-16 14:26:23 +0100" endDate="2018-08-16 14:32:38 +0100" value="0.0112"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 15:12:14 +0100" startDate="2018-08-16 14:32:38 +0100" endDate="2018-08-16 14:36:55 +0100" value="0.00648"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 15:12:14 +0100" startDate="2018-08-16 14:59:35 +0100" endDate="2018-08-16 15:05:48 +0100" value="0.00451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 16:15:22 +0100" startDate="2018-08-16 15:05:48 +0100" endDate="2018-08-16 15:13:18 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 16:15:22 +0100" startDate="2018-08-16 15:25:28 +0100" endDate="2018-08-16 15:34:26 +0100" value="0.03942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 17:10:40 +0100" startDate="2018-08-16 16:14:18 +0100" endDate="2018-08-16 16:23:49 +0100" value="0.06342"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 17:10:40 +0100" startDate="2018-08-16 16:23:49 +0100" endDate="2018-08-16 16:25:44 +0100" value="0.04124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 17:10:40 +0100" startDate="2018-08-16 16:41:55 +0100" endDate="2018-08-16 16:51:54 +0100" value="0.05927"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 17:10:40 +0100" startDate="2018-08-16 16:51:54 +0100" endDate="2018-08-16 17:01:16 +0100" value="0.05598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 17:14:16 +0100" endDate="2018-08-16 17:24:04 +0100" value="0.07893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 17:24:04 +0100" endDate="2018-08-16 17:32:25 +0100" value="0.11005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 17:32:25 +0100" endDate="2018-08-16 17:39:06 +0100" value="0.01189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 17:39:06 +0100" endDate="2018-08-16 17:45:39 +0100" value="0.02288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 17:47:18 +0100" endDate="2018-08-16 17:53:43 +0100" value="0.00164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 17:53:43 +0100" endDate="2018-08-16 18:03:42 +0100" value="0.0651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 18:16:59 +0100" startDate="2018-08-16 18:03:42 +0100" endDate="2018-08-16 18:04:35 +0100" value="0.00902"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 19:16:49 +0100" startDate="2018-08-16 18:14:34 +0100" endDate="2018-08-16 18:23:31 +0100" value="0.01658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 19:16:49 +0100" startDate="2018-08-16 18:23:31 +0100" endDate="2018-08-16 18:28:06 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 19:16:49 +0100" startDate="2018-08-16 18:28:06 +0100" endDate="2018-08-16 18:34:30 +0100" value="0.02076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 19:16:49 +0100" startDate="2018-08-16 18:45:53 +0100" endDate="2018-08-16 18:55:52 +0100" value="0.37338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 19:16:49 +0100" startDate="2018-08-16 18:55:52 +0100" endDate="2018-08-16 19:00:49 +0100" value="0.4111"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 21:18:17 +0100" startDate="2018-08-16 21:02:34 +0100" endDate="2018-08-16 21:12:33 +0100" value="0.20921"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-16 22:44:43 +0100" startDate="2018-08-16 21:12:33 +0100" endDate="2018-08-16 21:22:31 +0100" value="0.39235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 01:30:27 +0100" startDate="2018-08-17 01:02:27 +0100" endDate="2018-08-17 01:08:56 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 01:30:27 +0100" startDate="2018-08-17 01:08:56 +0100" endDate="2018-08-17 01:14:12 +0100" value="0.02377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 08:12:41 +0100" startDate="2018-08-17 07:30:12 +0100" endDate="2018-08-17 07:36:38 +0100" value="0.01063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 08:12:41 +0100" startDate="2018-08-17 07:36:38 +0100" endDate="2018-08-17 07:45:48 +0100" value="0.04752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 10:15:03 +0100" startDate="2018-08-17 09:20:19 +0100" endDate="2018-08-17 09:29:00 +0100" value="0.03768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 10:15:03 +0100" startDate="2018-08-17 09:29:00 +0100" endDate="2018-08-17 09:38:58 +0100" value="0.1116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 10:15:03 +0100" startDate="2018-08-17 09:38:58 +0100" endDate="2018-08-17 09:48:57 +0100" value="0.24071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 10:15:03 +0100" startDate="2018-08-17 09:48:57 +0100" endDate="2018-08-17 09:55:42 +0100" value="0.21296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 10:15:03 +0100" startDate="2018-08-17 09:56:46 +0100" endDate="2018-08-17 10:06:46 +0100" value="0.11158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 11:16:10 +0100" startDate="2018-08-17 10:06:46 +0100" endDate="2018-08-17 10:16:43 +0100" value="0.92173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 11:16:10 +0100" startDate="2018-08-17 10:16:43 +0100" endDate="2018-08-17 10:26:40 +0100" value="0.7115"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 11:16:10 +0100" startDate="2018-08-17 10:26:40 +0100" endDate="2018-08-17 10:35:57 +0100" value="0.35439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 11:16:10 +0100" startDate="2018-08-17 10:35:57 +0100" endDate="2018-08-17 10:45:49 +0100" value="0.01636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 11:16:10 +0100" startDate="2018-08-17 10:45:49 +0100" endDate="2018-08-17 10:50:22 +0100" value="0.08719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 13:12:14 +0100" startDate="2018-08-17 12:12:22 +0100" endDate="2018-08-17 12:22:22 +0100" value="0.08395"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 13:12:14 +0100" startDate="2018-08-17 12:22:22 +0100" endDate="2018-08-17 12:26:31 +0100" value="0.05646"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 14:10:47 +0100" startDate="2018-08-17 13:04:49 +0100" endDate="2018-08-17 13:13:39 +0100" value="0.00809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 15:14:50 +0100" startDate="2018-08-17 14:16:52 +0100" endDate="2018-08-17 14:26:51 +0100" value="0.21539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 15:14:50 +0100" startDate="2018-08-17 14:26:51 +0100" endDate="2018-08-17 14:36:49 +0100" value="0.88368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 15:14:50 +0100" startDate="2018-08-17 14:36:49 +0100" endDate="2018-08-17 14:40:08 +0100" value="0.15955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 15:14:50 +0100" startDate="2018-08-17 14:50:07 +0100" endDate="2018-08-17 14:57:41 +0100" value="0.0109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 16:14:19 +0100" startDate="2018-08-17 15:21:30 +0100" endDate="2018-08-17 15:31:29 +0100" value="0.29709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 16:14:19 +0100" startDate="2018-08-17 15:31:29 +0100" endDate="2018-08-17 15:41:27 +0100" value="0.81107"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 16:14:19 +0100" startDate="2018-08-17 15:41:27 +0100" endDate="2018-08-17 15:49:33 +0100" value="0.64739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 16:14:19 +0100" startDate="2018-08-17 15:49:33 +0100" endDate="2018-08-17 15:58:39 +0100" value="0.06131"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 16:14:19 +0100" startDate="2018-08-17 15:58:39 +0100" endDate="2018-08-17 16:06:14 +0100" value="0.15736"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 17:11:20 +0100" startDate="2018-08-17 16:06:14 +0100" endDate="2018-08-17 16:10:33 +0100" value="0.01051"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 17:11:20 +0100" startDate="2018-08-17 16:19:29 +0100" endDate="2018-08-17 16:29:02 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 17:11:20 +0100" startDate="2018-08-17 16:29:02 +0100" endDate="2018-08-17 16:33:56 +0100" value="0.08204"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 17:11:20 +0100" startDate="2018-08-17 16:54:40 +0100" endDate="2018-08-17 17:01:06 +0100" value="0.01644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 17:11:20 +0100" startDate="2018-08-17 17:01:06 +0100" endDate="2018-08-17 17:11:05 +0100" value="0.25348"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 18:22:51 +0100" startDate="2018-08-17 17:11:05 +0100" endDate="2018-08-17 17:21:05 +0100" value="0.50454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 18:22:51 +0100" startDate="2018-08-17 17:21:05 +0100" endDate="2018-08-17 17:31:03 +0100" value="0.31303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 18:22:51 +0100" startDate="2018-08-17 17:31:03 +0100" endDate="2018-08-17 17:41:01 +0100" value="0.47674"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 18:22:51 +0100" startDate="2018-08-17 17:41:01 +0100" endDate="2018-08-17 17:51:00 +0100" value="0.58041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 18:22:51 +0100" startDate="2018-08-17 17:51:00 +0100" endDate="2018-08-17 18:00:37 +0100" value="0.55411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 19:20:30 +0100" startDate="2018-08-17 18:40:01 +0100" endDate="2018-08-17 18:49:02 +0100" value="0.07216"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 19:20:30 +0100" startDate="2018-08-17 18:49:02 +0100" endDate="2018-08-17 18:51:41 +0100" value="0.00048"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 20:12:47 +0100" startDate="2018-08-17 19:15:32 +0100" endDate="2018-08-17 19:25:30 +0100" value="0.06715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 20:12:47 +0100" startDate="2018-08-17 19:25:30 +0100" endDate="2018-08-17 19:30:27 +0100" value="0.02065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 21:58:47 +0100" startDate="2018-08-17 20:14:53 +0100" endDate="2018-08-17 20:24:51 +0100" value="0.0134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 21:58:47 +0100" startDate="2018-08-17 20:24:51 +0100" endDate="2018-08-17 20:28:29 +0100" value="0.0008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 21:58:47 +0100" startDate="2018-08-17 20:28:58 +0100" endDate="2018-08-17 20:35:29 +0100" value="0.00172"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-17 21:58:47 +0100" startDate="2018-08-17 21:13:57 +0100" endDate="2018-08-17 21:22:00 +0100" value="0.02719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 04:50:42 +0100" startDate="2018-08-18 04:34:26 +0100" endDate="2018-08-18 04:40:41 +0100" value="0.01058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 05:30:49 +0100" startDate="2018-08-18 04:46:47 +0100" endDate="2018-08-18 04:55:56 +0100" value="0.06525"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 05:30:49 +0100" startDate="2018-08-18 05:10:43 +0100" endDate="2018-08-18 05:19:06 +0100" value="0.06586"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 06:53:34 +0100" startDate="2018-08-18 05:28:18 +0100" endDate="2018-08-18 05:35:01 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 08:11:27 +0100" startDate="2018-08-18 07:24:03 +0100" endDate="2018-08-18 07:31:55 +0100" value="0.05058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 10:22:36 +0100" startDate="2018-08-18 08:10:10 +0100" endDate="2018-08-18 08:19:39 +0100" value="0.21337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 10:22:36 +0100" startDate="2018-08-18 08:19:39 +0100" endDate="2018-08-18 08:28:55 +0100" value="0.06459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 10:22:36 +0100" startDate="2018-08-18 10:00:32 +0100" endDate="2018-08-18 10:10:02 +0100" value="0.00954"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 10:22:36 +0100" startDate="2018-08-18 10:11:31 +0100" endDate="2018-08-18 10:21:29 +0100" value="0.0882"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 10:37:37 +0100" startDate="2018-08-18 10:21:29 +0100" endDate="2018-08-18 10:23:11 +0100" value="0.04307"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 12:49:24 +0100" startDate="2018-08-18 11:28:22 +0100" endDate="2018-08-18 11:34:58 +0100" value="0.02253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 12:49:24 +0100" startDate="2018-08-18 12:20:31 +0100" endDate="2018-08-18 12:27:35 +0100" value="0.01471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 13:42:48 +0100" startDate="2018-08-18 13:10:10 +0100" endDate="2018-08-18 13:18:43 +0100" value="0.03162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 16:49:40 +0100" startDate="2018-08-18 16:24:46 +0100" endDate="2018-08-18 16:32:18 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 17:10:40 +0100" startDate="2018-08-18 16:46:30 +0100" endDate="2018-08-18 16:55:10 +0100" value="0.00738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 18:11:49 +0100" startDate="2018-08-18 17:04:43 +0100" endDate="2018-08-18 17:10:49 +0100" value="0.07975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 18:11:49 +0100" startDate="2018-08-18 17:18:36 +0100" endDate="2018-08-18 17:25:01 +0100" value="0.01943"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 19:12:59 +0100" startDate="2018-08-18 18:03:26 +0100" endDate="2018-08-18 18:13:24 +0100" value="0.04961"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 19:12:59 +0100" startDate="2018-08-18 18:13:24 +0100" endDate="2018-08-18 18:23:24 +0100" value="0.06649"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 19:12:59 +0100" startDate="2018-08-18 18:23:24 +0100" endDate="2018-08-18 18:32:59 +0100" value="0.14658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 20:15:45 +0100" startDate="2018-08-18 19:03:31 +0100" endDate="2018-08-18 19:12:58 +0100" value="0.02887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 20:15:45 +0100" startDate="2018-08-18 19:12:58 +0100" endDate="2018-08-18 19:17:44 +0100" value="0.03997"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 20:15:45 +0100" startDate="2018-08-18 19:40:44 +0100" endDate="2018-08-18 19:47:12 +0100" value="0.01818"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 20:15:45 +0100" startDate="2018-08-18 20:00:52 +0100" endDate="2018-08-18 20:07:17 +0100" value="0.01419"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-18 21:55:27 +0100" startDate="2018-08-18 21:15:16 +0100" endDate="2018-08-18 21:21:50 +0100" value="0.01383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 05:34:06 +0100" startDate="2018-08-19 05:23:34 +0100" endDate="2018-08-19 05:33:33 +0100" value="0.02232"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 06:10:42 +0100" startDate="2018-08-19 05:33:33 +0100" endDate="2018-08-19 05:34:12 +0100" value="0.01025"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 08:13:42 +0100" startDate="2018-08-19 07:22:35 +0100" endDate="2018-08-19 07:30:30 +0100" value="0.04046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 09:11:50 +0100" startDate="2018-08-19 08:52:36 +0100" endDate="2018-08-19 08:58:38 +0100" value="0.00378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 09:11:50 +0100" startDate="2018-08-19 08:58:38 +0100" endDate="2018-08-19 09:03:53 +0100" value="0.01136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 10:47:55 +0100" startDate="2018-08-19 09:03:53 +0100" endDate="2018-08-19 09:10:21 +0100" value="0.00562"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 10:47:55 +0100" startDate="2018-08-19 09:53:00 +0100" endDate="2018-08-19 10:02:12 +0100" value="0.02336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 11:18:52 +0100" startDate="2018-08-19 10:55:08 +0100" endDate="2018-08-19 11:02:43 +0100" value="0.01436"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 13:01:24 +0100" startDate="2018-08-19 11:29:21 +0100" endDate="2018-08-19 11:35:36 +0100" value="0.01438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 13:01:24 +0100" startDate="2018-08-19 11:43:35 +0100" endDate="2018-08-19 11:49:40 +0100" value="0.00864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 14:31:40 +0100" startDate="2018-08-19 13:59:07 +0100" endDate="2018-08-19 14:06:03 +0100" value="0.02105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 15:32:38 +0100" startDate="2018-08-19 15:04:47 +0100" endDate="2018-08-19 15:11:25 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 17:00:32 +0100" startDate="2018-08-19 15:30:23 +0100" endDate="2018-08-19 15:36:33 +0100" value="0.00537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 17:00:32 +0100" startDate="2018-08-19 15:47:05 +0100" endDate="2018-08-19 15:53:43 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 17:34:34 +0100" startDate="2018-08-19 17:10:12 +0100" endDate="2018-08-19 17:16:55 +0100" value="0.00702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 18:30:51 +0100" startDate="2018-08-19 17:31:21 +0100" endDate="2018-08-19 17:41:20 +0100" value="0.26757"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 18:30:51 +0100" startDate="2018-08-19 17:41:20 +0100" endDate="2018-08-19 17:42:04 +0100" value="0.02186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 19:33:09 +0100" startDate="2018-08-19 18:27:12 +0100" endDate="2018-08-19 18:37:11 +0100" value="0.06999"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 19:33:09 +0100" startDate="2018-08-19 18:37:11 +0100" endDate="2018-08-19 18:39:38 +0100" value="0.08168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 20:38:42 +0100" startDate="2018-08-19 19:51:23 +0100" endDate="2018-08-19 19:58:47 +0100" value="0.00246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 20:38:42 +0100" startDate="2018-08-19 20:14:52 +0100" endDate="2018-08-19 20:24:51 +0100" value="0.25186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 20:38:42 +0100" startDate="2018-08-19 20:24:51 +0100" endDate="2018-08-19 20:34:51 +0100" value="0.31797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 22:14:47 +0100" startDate="2018-08-19 20:34:51 +0100" endDate="2018-08-19 20:44:50 +0100" value="0.08303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 22:14:47 +0100" startDate="2018-08-19 21:03:51 +0100" endDate="2018-08-19 21:13:50 +0100" value="0.31347"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 22:14:47 +0100" startDate="2018-08-19 21:13:50 +0100" endDate="2018-08-19 21:17:06 +0100" value="0.02387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-19 22:14:47 +0100" startDate="2018-08-19 21:31:13 +0100" endDate="2018-08-19 21:41:11 +0100" value="0.01788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 06:30:48 +0100" startDate="2018-08-20 05:44:31 +0100" endDate="2018-08-20 05:54:11 +0100" value="0.06862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 06:30:48 +0100" startDate="2018-08-20 05:54:11 +0100" endDate="2018-08-20 06:03:39 +0100" value="0.66271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 06:30:48 +0100" startDate="2018-08-20 06:08:18 +0100" endDate="2018-08-20 06:14:25 +0100" value="0.00881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 07:30:56 +0100" startDate="2018-08-20 06:24:34 +0100" endDate="2018-08-20 06:34:00 +0100" value="0.05707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 08:34:23 +0100" startDate="2018-08-20 07:26:01 +0100" endDate="2018-08-20 07:35:38 +0100" value="0.03949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 09:35:32 +0100" startDate="2018-08-20 08:44:25 +0100" endDate="2018-08-20 08:54:09 +0100" value="0.06"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 09:35:32 +0100" startDate="2018-08-20 08:54:09 +0100" endDate="2018-08-20 09:00:26 +0100" value="0.08683"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 10:30:42 +0100" startDate="2018-08-20 09:54:49 +0100" endDate="2018-08-20 10:04:40 +0100" value="0.06946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 10:30:42 +0100" startDate="2018-08-20 10:17:48 +0100" endDate="2018-08-20 10:27:46 +0100" value="0.06423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 11:37:24 +0100" startDate="2018-08-20 10:27:46 +0100" endDate="2018-08-20 10:37:46 +0100" value="0.28215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 11:37:24 +0100" startDate="2018-08-20 10:37:46 +0100" endDate="2018-08-20 10:47:46 +0100" value="0.45173"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 11:37:24 +0100" startDate="2018-08-20 10:56:23 +0100" endDate="2018-08-20 11:06:22 +0100" value="0.29074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 11:37:24 +0100" startDate="2018-08-20 11:06:22 +0100" endDate="2018-08-20 11:16:20 +0100" value="0.6181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 11:37:24 +0100" startDate="2018-08-20 11:16:20 +0100" endDate="2018-08-20 11:24:20 +0100" value="0.09544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 12:38:33 +0100" startDate="2018-08-20 11:50:13 +0100" endDate="2018-08-20 12:00:04 +0100" value="0.09949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 12:38:33 +0100" startDate="2018-08-20 12:00:04 +0100" endDate="2018-08-20 12:04:38 +0100" value="0.03382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 12:38:33 +0100" startDate="2018-08-20 12:21:27 +0100" endDate="2018-08-20 12:29:45 +0100" value="0.09384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 12:29:45 +0100" endDate="2018-08-20 12:38:31 +0100" value="0.1074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 12:51:17 +0100" endDate="2018-08-20 12:58:46 +0100" value="0.00671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 13:49:34 +0100" endDate="2018-08-20 13:59:08 +0100" value="0.09678"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 14:02:56 +0100" endDate="2018-08-20 14:11:31 +0100" value="0.01811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 14:11:31 +0100" endDate="2018-08-20 14:21:08 +0100" value="0.12058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 14:42:15 +0100" endDate="2018-08-20 14:48:41 +0100" value="0.00554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 14:48:41 +0100" endDate="2018-08-20 14:58:38 +0100" value="0.02268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 14:58:38 +0100" endDate="2018-08-20 15:04:55 +0100" value="0.06292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 15:06:43 +0100" endDate="2018-08-20 15:14:17 +0100" value="0.02784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfec10&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 15:14:17 +0100" endDate="2018-08-20 15:23:52 +0100" value="0.05955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 15:23:52 +0100" endDate="2018-08-20 15:33:35 +0100" value="0.06651"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 15:33:35 +0100" endDate="2018-08-20 15:43:13 +0100" value="0.08253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 15:43:13 +0100" endDate="2018-08-20 15:52:20 +0100" value="0.15735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 16:00:55 +0100" endDate="2018-08-20 16:10:53 +0100" value="0.11588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 16:10:53 +0100" endDate="2018-08-20 16:18:25 +0100" value="0.05076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 16:18:25 +0100" endDate="2018-08-20 16:28:23 +0100" value="0.0966"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 16:28:23 +0100" endDate="2018-08-20 16:34:48 +0100" value="0.16217"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 16:34:48 +0100" endDate="2018-08-20 16:44:20 +0100" value="0.14873"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 16:44:20 +0100" endDate="2018-08-20 16:54:18 +0100" value="0.08324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 16:54:18 +0100" endDate="2018-08-20 17:04:16 +0100" value="0.47546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 17:04:16 +0100" endDate="2018-08-20 17:11:28 +0100" value="0.22988"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 17:27:38 +0100" endDate="2018-08-20 17:33:48 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 20:07:36 +0100" startDate="2018-08-20 19:40:43 +0100" endDate="2018-08-20 19:47:28 +0100" value="0.04765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-20 21:45:38 +0100" startDate="2018-08-20 20:57:46 +0100" endDate="2018-08-20 21:04:21 +0100" value="0.02192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 05:20:33 +0100" startDate="2018-08-21 05:00:18 +0100" endDate="2018-08-21 05:06:39 +0100" value="0.012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 05:20:33 +0100" startDate="2018-08-21 05:06:39 +0100" endDate="2018-08-21 05:13:08 +0100" value="0.01358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 06:18:55 +0100" startDate="2018-08-21 05:54:36 +0100" endDate="2018-08-21 06:01:12 +0100" value="0.02109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 06:18:55 +0100" startDate="2018-08-21 06:01:12 +0100" endDate="2018-08-21 06:11:07 +0100" value="0.0296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 07:22:35 +0100" startDate="2018-08-21 06:11:07 +0100" endDate="2018-08-21 06:16:45 +0100" value="0.00592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 07:22:35 +0100" startDate="2018-08-21 06:36:13 +0100" endDate="2018-08-21 06:46:05 +0100" value="0.1032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 07:22:35 +0100" startDate="2018-08-21 06:48:15 +0100" endDate="2018-08-21 06:58:14 +0100" value="0.20691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 07:22:35 +0100" startDate="2018-08-21 06:58:14 +0100" endDate="2018-08-21 07:04:23 +0100" value="0.54202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 07:22:35 +0100" startDate="2018-08-21 07:04:23 +0100" endDate="2018-08-21 07:14:16 +0100" value="0.09946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 08:17:48 +0100" startDate="2018-08-21 07:36:54 +0100" endDate="2018-08-21 07:46:53 +0100" value="0.03411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 08:17:48 +0100" startDate="2018-08-21 07:46:53 +0100" endDate="2018-08-21 07:56:26 +0100" value="0.09322"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 08:17:48 +0100" startDate="2018-08-21 07:56:26 +0100" endDate="2018-08-21 08:00:58 +0100" value="0.07183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 10:28:40 +0100" startDate="2018-08-21 10:10:42 +0100" endDate="2018-08-21 10:17:00 +0100" value="0.0066"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 11:18:45 +0100" startDate="2018-08-21 10:22:51 +0100" endDate="2018-08-21 10:32:50 +0100" value="0.02138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 11:18:45 +0100" startDate="2018-08-21 10:32:50 +0100" endDate="2018-08-21 10:42:48 +0100" value="0.29754"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 11:18:45 +0100" startDate="2018-08-21 10:42:48 +0100" endDate="2018-08-21 10:50:36 +0100" value="0.46645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 11:18:45 +0100" startDate="2018-08-21 10:50:36 +0100" endDate="2018-08-21 10:54:15 +0100" value="0.02355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 12:22:41 +0100" startDate="2018-08-21 11:08:54 +0100" endDate="2018-08-21 11:18:53 +0100" value="0.2364"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 12:22:41 +0100" startDate="2018-08-21 11:18:53 +0100" endDate="2018-08-21 11:25:04 +0100" value="0.51069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 12:22:41 +0100" startDate="2018-08-21 11:25:04 +0100" endDate="2018-08-21 11:35:04 +0100" value="0.0621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 12:22:41 +0100" startDate="2018-08-21 11:35:04 +0100" endDate="2018-08-21 11:42:18 +0100" value="0.0949"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 12:22:41 +0100" startDate="2018-08-21 11:53:16 +0100" endDate="2018-08-21 11:59:18 +0100" value="0.00681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 13:24:19 +0100" startDate="2018-08-21 12:16:46 +0100" endDate="2018-08-21 12:26:45 +0100" value="0.18343"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 13:24:19 +0100" startDate="2018-08-21 12:26:45 +0100" endDate="2018-08-21 12:36:15 +0100" value="0.37798"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 13:24:19 +0100" startDate="2018-08-21 12:36:15 +0100" endDate="2018-08-21 12:44:54 +0100" value="0.06661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 14:47:35 +0100" startDate="2018-08-21 13:11:49 +0100" endDate="2018-08-21 13:21:43 +0100" value="0.02466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 14:47:35 +0100" startDate="2018-08-21 13:21:43 +0100" endDate="2018-08-21 13:26:12 +0100" value="0.01856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 14:47:35 +0100" startDate="2018-08-21 13:47:55 +0100" endDate="2018-08-21 13:57:00 +0100" value="0.17256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 14:47:35 +0100" startDate="2018-08-21 14:33:40 +0100" endDate="2018-08-21 14:43:14 +0100" value="0.20677"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 15:25:59 +0100" startDate="2018-08-21 14:43:14 +0100" endDate="2018-08-21 14:49:45 +0100" value="0.08779"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 15:25:59 +0100" startDate="2018-08-21 14:49:45 +0100" endDate="2018-08-21 14:58:11 +0100" value="0.04859"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 15:25:59 +0100" startDate="2018-08-21 14:58:11 +0100" endDate="2018-08-21 15:01:14 +0100" value="0.04828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 16:17:45 +0100" startDate="2018-08-21 15:19:15 +0100" endDate="2018-08-21 15:28:25 +0100" value="0.01378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 16:17:45 +0100" startDate="2018-08-21 15:29:27 +0100" endDate="2018-08-21 15:39:26 +0100" value="0.29561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 16:17:45 +0100" startDate="2018-08-21 15:39:26 +0100" endDate="2018-08-21 15:49:23 +0100" value="0.51863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 16:17:45 +0100" startDate="2018-08-21 15:49:23 +0100" endDate="2018-08-21 15:56:05 +0100" value="0.48395"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 16:17:45 +0100" startDate="2018-08-21 15:56:05 +0100" endDate="2018-08-21 16:03:07 +0100" value="0.0036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 17:17:48 +0100" startDate="2018-08-21 16:17:14 +0100" endDate="2018-08-21 16:27:13 +0100" value="0.04068"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 17:17:48 +0100" startDate="2018-08-21 16:27:13 +0100" endDate="2018-08-21 16:32:13 +0100" value="0.04"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 17:17:48 +0100" startDate="2018-08-21 16:50:38 +0100" endDate="2018-08-21 16:57:59 +0100" value="0.06149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 17:17:48 +0100" startDate="2018-08-21 16:57:59 +0100" endDate="2018-08-21 17:01:00 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 17:17:48 +0100" startDate="2018-08-21 17:03:11 +0100" endDate="2018-08-21 17:09:31 +0100" value="0.00598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 17:09:31 +0100" endDate="2018-08-21 17:19:29 +0100" value="0.01812"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 17:19:29 +0100" endDate="2018-08-21 17:26:16 +0100" value="0.10702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 17:32:57 +0100" endDate="2018-08-21 17:41:24 +0100" value="0.06012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 17:41:24 +0100" endDate="2018-08-21 17:51:21 +0100" value="0.04975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 17:51:21 +0100" endDate="2018-08-21 18:01:02 +0100" value="0.11331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 18:01:02 +0100" endDate="2018-08-21 18:08:03 +0100" value="0.0226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 18:20:32 +0100" startDate="2018-08-21 18:08:21 +0100" endDate="2018-08-21 18:17:06 +0100" value="0.02043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 19:18:11 +0100" startDate="2018-08-21 18:17:06 +0100" endDate="2018-08-21 18:20:22 +0100" value="0.02268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 19:18:11 +0100" startDate="2018-08-21 18:36:19 +0100" endDate="2018-08-21 18:43:47 +0100" value="0.02378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 19:18:11 +0100" startDate="2018-08-21 18:48:58 +0100" endDate="2018-08-21 18:58:00 +0100" value="0.06602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 19:18:11 +0100" startDate="2018-08-21 19:05:26 +0100" endDate="2018-08-21 19:15:25 +0100" value="0.03134"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 22:07:06 +0100" startDate="2018-08-21 21:22:35 +0100" endDate="2018-08-21 21:30:52 +0100" value="0.00688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 22:07:06 +0100" startDate="2018-08-21 21:30:52 +0100" endDate="2018-08-21 21:40:22 +0100" value="0.00697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 22:07:06 +0100" startDate="2018-08-21 21:40:22 +0100" endDate="2018-08-21 21:49:37 +0100" value="0.06957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 22:07:06 +0100" startDate="2018-08-21 21:54:37 +0100" endDate="2018-08-21 22:01:03 +0100" value="0.00126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-21 22:22:06 +0100" startDate="2018-08-21 22:01:03 +0100" endDate="2018-08-21 22:08:10 +0100" value="0.01156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 06:17:36 +0100" startDate="2018-08-22 05:27:11 +0100" endDate="2018-08-22 05:37:09 +0100" value="0.06279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 06:17:36 +0100" startDate="2018-08-22 05:48:36 +0100" endDate="2018-08-22 05:55:49 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 06:17:36 +0100" startDate="2018-08-22 05:59:46 +0100" endDate="2018-08-22 06:06:41 +0100" value="0.03446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 06:17:36 +0100" startDate="2018-08-22 06:06:41 +0100" endDate="2018-08-22 06:16:31 +0100" value="0.057"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 07:24:32 +0100" startDate="2018-08-22 06:16:31 +0100" endDate="2018-08-22 06:26:03 +0100" value="0.66673"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 08:18:30 +0100" startDate="2018-08-22 07:48:50 +0100" endDate="2018-08-22 07:55:23 +0100" value="0.00885"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 10:19:30 +0100" startDate="2018-08-22 09:26:40 +0100" endDate="2018-08-22 09:36:39 +0100" value="0.09643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 10:19:30 +0100" startDate="2018-08-22 09:36:39 +0100" endDate="2018-08-22 09:46:39 +0100" value="0.0968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 10:19:30 +0100" startDate="2018-08-22 09:46:39 +0100" endDate="2018-08-22 09:48:00 +0100" value="0.02226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 11:25:18 +0100" startDate="2018-08-22 10:34:12 +0100" endDate="2018-08-22 10:40:38 +0100" value="0.00621"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 11:25:18 +0100" startDate="2018-08-22 10:49:15 +0100" endDate="2018-08-22 10:58:36 +0100" value="0.03786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 11:25:18 +0100" startDate="2018-08-22 10:58:36 +0100" endDate="2018-08-22 11:06:51 +0100" value="0.3406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 12:18:52 +0100" startDate="2018-08-22 11:45:12 +0100" endDate="2018-08-22 11:55:10 +0100" value="0.25389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 12:18:52 +0100" startDate="2018-08-22 11:55:10 +0100" endDate="2018-08-22 12:02:37 +0100" value="0.20842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 13:17:36 +0100" startDate="2018-08-22 12:20:05 +0100" endDate="2018-08-22 12:29:40 +0100" value="0.03578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 13:17:36 +0100" startDate="2018-08-22 12:55:18 +0100" endDate="2018-08-22 13:05:07 +0100" value="0.26801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 13:17:36 +0100" startDate="2018-08-22 13:05:07 +0100" endDate="2018-08-22 13:15:06 +0100" value="0.38842"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 14:23:48 +0100" startDate="2018-08-22 13:15:06 +0100" endDate="2018-08-22 13:24:28 +0100" value="0.06001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 14:23:48 +0100" startDate="2018-08-22 13:33:07 +0100" endDate="2018-08-22 13:43:06 +0100" value="0.32984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 14:23:48 +0100" startDate="2018-08-22 13:43:06 +0100" endDate="2018-08-22 13:50:33 +0100" value="0.06946"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 14:23:48 +0100" startDate="2018-08-22 13:52:10 +0100" endDate="2018-08-22 13:58:15 +0100" value="0.00138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 15:29:47 +0100" startDate="2018-08-22 14:47:52 +0100" endDate="2018-08-22 14:56:29 +0100" value="0.07161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 15:29:47 +0100" startDate="2018-08-22 14:56:29 +0100" endDate="2018-08-22 15:04:23 +0100" value="0.12644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 15:29:47 +0100" startDate="2018-08-22 15:04:23 +0100" endDate="2018-08-22 15:14:21 +0100" value="0.47355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 15:29:47 +0100" startDate="2018-08-22 15:14:21 +0100" endDate="2018-08-22 15:20:24 +0100" value="0.34591"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 16:17:37 +0100" startDate="2018-08-22 15:20:24 +0100" endDate="2018-08-22 15:30:23 +0100" value="0.05907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 16:17:37 +0100" startDate="2018-08-22 15:30:23 +0100" endDate="2018-08-22 15:34:17 +0100" value="0.29942"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 16:17:37 +0100" startDate="2018-08-22 15:34:37 +0100" endDate="2018-08-22 15:44:36 +0100" value="0.22793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 16:17:37 +0100" startDate="2018-08-22 15:44:36 +0100" endDate="2018-08-22 15:47:18 +0100" value="0.1248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 16:17:37 +0100" startDate="2018-08-22 15:50:14 +0100" endDate="2018-08-22 15:59:25 +0100" value="0.06641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 16:17:37 +0100" startDate="2018-08-22 15:59:25 +0100" endDate="2018-08-22 16:03:18 +0100" value="0.04337"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 17:18:52 +0100" startDate="2018-08-22 16:59:34 +0100" endDate="2018-08-22 17:07:26 +0100" value="0.03124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 18:23:38 +0100" startDate="2018-08-22 17:13:14 +0100" endDate="2018-08-22 17:22:55 +0100" value="0.05325"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 18:23:38 +0100" startDate="2018-08-22 17:22:55 +0100" endDate="2018-08-22 17:32:55 +0100" value="0.51839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 18:23:38 +0100" startDate="2018-08-22 17:32:55 +0100" endDate="2018-08-22 17:39:05 +0100" value="0.25888"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 18:23:38 +0100" startDate="2018-08-22 17:39:05 +0100" endDate="2018-08-22 17:49:04 +0100" value="0.30676"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 18:23:38 +0100" startDate="2018-08-22 17:49:04 +0100" endDate="2018-08-22 17:57:19 +0100" value="0.53991"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 19:21:29 +0100" startDate="2018-08-22 19:04:02 +0100" endDate="2018-08-22 19:14:01 +0100" value="0.09658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 20:20:39 +0100" startDate="2018-08-22 19:14:01 +0100" endDate="2018-08-22 19:21:41 +0100" value="0.45809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 20:20:39 +0100" startDate="2018-08-22 19:21:41 +0100" endDate="2018-08-22 19:31:38 +0100" value="0.1658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 20:20:39 +0100" startDate="2018-08-22 19:31:38 +0100" endDate="2018-08-22 19:36:49 +0100" value="0.25062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 21:31:30 +0100" startDate="2018-08-22 20:18:25 +0100" endDate="2018-08-22 20:28:11 +0100" value="0.12561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 21:31:30 +0100" startDate="2018-08-22 20:28:11 +0100" endDate="2018-08-22 20:35:15 +0100" value="0.04924"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 21:31:30 +0100" startDate="2018-08-22 20:35:15 +0100" endDate="2018-08-22 20:41:09 +0100" value="0.0208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-22 22:35:05 +0100" startDate="2018-08-22 21:57:27 +0100" endDate="2018-08-22 22:04:24 +0100" value="0.02421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 06:18:46 +0100" startDate="2018-08-23 05:56:11 +0100" endDate="2018-08-23 06:05:23 +0100" value="0.05091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 07:18:36 +0100" startDate="2018-08-23 06:31:59 +0100" endDate="2018-08-23 06:39:13 +0100" value="0.03618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 07:18:36 +0100" startDate="2018-08-23 06:39:13 +0100" endDate="2018-08-23 06:46:59 +0100" value="0.04392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 07:18:36 +0100" startDate="2018-08-23 06:46:59 +0100" endDate="2018-08-23 06:56:42 +0100" value="0.2556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 07:18:36 +0100" startDate="2018-08-23 06:56:42 +0100" endDate="2018-08-23 07:03:11 +0100" value="0.49809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 08:19:03 +0100" startDate="2018-08-23 07:08:55 +0100" endDate="2018-08-23 07:18:10 +0100" value="0.03484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 08:19:03 +0100" startDate="2018-08-23 07:18:10 +0100" endDate="2018-08-23 07:25:50 +0100" value="0.04909"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 08:19:03 +0100" startDate="2018-08-23 07:37:29 +0100" endDate="2018-08-23 07:47:02 +0100" value="0.06629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 09:19:52 +0100" startDate="2018-08-23 08:46:33 +0100" endDate="2018-08-23 08:55:44 +0100" value="0.06593"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 10:20:10 +0100" endDate="2018-08-23 10:29:40 +0100" value="0.03767"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 10:29:40 +0100" endDate="2018-08-23 10:39:39 +0100" value="0.37854"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 10:39:39 +0100" endDate="2018-08-23 10:48:43 +0100" value="0.33897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 10:48:43 +0100" endDate="2018-08-23 10:51:46 +0100" value="0.06132"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 11:04:03 +0100" endDate="2018-08-23 11:14:02 +0100" value="0.32202"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 11:14:02 +0100" endDate="2018-08-23 11:24:02 +0100" value="0.43743"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 11:54:23 +0100" startDate="2018-08-23 11:24:02 +0100" endDate="2018-08-23 11:25:00 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 14:17:59 +0100" startDate="2018-08-23 13:23:02 +0100" endDate="2018-08-23 13:33:00 +0100" value="0.01558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 14:17:59 +0100" startDate="2018-08-23 13:45:04 +0100" endDate="2018-08-23 13:51:34 +0100" value="0.00948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 15:19:04 +0100" startDate="2018-08-23 14:11:16 +0100" endDate="2018-08-23 14:20:56 +0100" value="0.02263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 16:30:33 +0100" startDate="2018-08-23 15:21:32 +0100" endDate="2018-08-23 15:31:31 +0100" value="0.2304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 16:30:33 +0100" startDate="2018-08-23 15:31:31 +0100" endDate="2018-08-23 15:37:55 +0100" value="0.44239"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 17:18:58 +0100" startDate="2018-08-23 16:24:13 +0100" endDate="2018-08-23 16:34:12 +0100" value="0.35776"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 17:18:58 +0100" startDate="2018-08-23 16:34:12 +0100" endDate="2018-08-23 16:43:39 +0100" value="0.35623"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 17:18:58 +0100" startDate="2018-08-23 16:43:39 +0100" endDate="2018-08-23 16:51:57 +0100" value="0.18019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 17:18:58 +0100" startDate="2018-08-23 16:57:24 +0100" endDate="2018-08-23 17:03:44 +0100" value="0.01011"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 18:22:04 +0100" startDate="2018-08-23 17:10:30 +0100" endDate="2018-08-23 17:18:34 +0100" value="0.05109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 18:22:04 +0100" startDate="2018-08-23 17:20:22 +0100" endDate="2018-08-23 17:26:47 +0100" value="0.00248"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 18:22:04 +0100" startDate="2018-08-23 17:28:58 +0100" endDate="2018-08-23 17:36:50 +0100" value="0.05124"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 19:17:58 +0100" startDate="2018-08-23 18:22:46 +0100" endDate="2018-08-23 18:31:49 +0100" value="0.02919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 19:17:58 +0100" startDate="2018-08-23 18:40:11 +0100" endDate="2018-08-23 18:50:09 +0100" value="0.00656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 19:17:58 +0100" startDate="2018-08-23 18:50:09 +0100" endDate="2018-08-23 18:56:14 +0100" value="0.0032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 20:55:49 +0100" startDate="2018-08-23 19:35:16 +0100" endDate="2018-08-23 19:41:17 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-23 20:55:49 +0100" startDate="2018-08-23 20:29:15 +0100" endDate="2018-08-23 20:38:38 +0100" value="0.04314"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 06:23:42 +0100" startDate="2018-08-24 06:00:41 +0100" endDate="2018-08-24 06:10:20 +0100" value="0.03881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 06:23:42 +0100" startDate="2018-08-24 06:10:20 +0100" endDate="2018-08-24 06:14:48 +0100" value="0.01874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 07:20:34 +0100" startDate="2018-08-24 06:23:32 +0100" endDate="2018-08-24 06:29:34 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 07:20:34 +0100" startDate="2018-08-24 06:41:04 +0100" endDate="2018-08-24 06:48:08 +0100" value="0.03273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 07:20:34 +0100" startDate="2018-08-24 06:48:08 +0100" endDate="2018-08-24 06:58:06 +0100" value="0.16336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 07:20:34 +0100" startDate="2018-08-24 06:58:06 +0100" endDate="2018-08-24 07:07:44 +0100" value="0.63969"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 10:21:07 +0100" startDate="2018-08-24 09:28:10 +0100" endDate="2018-08-24 09:37:09 +0100" value="0.04235"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 10:21:07 +0100" startDate="2018-08-24 09:44:54 +0100" endDate="2018-08-24 09:54:53 +0100" value="0.27377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 10:21:07 +0100" startDate="2018-08-24 09:54:53 +0100" endDate="2018-08-24 10:00:02 +0100" value="0.22742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 11:20:34 +0100" startDate="2018-08-24 10:56:28 +0100" endDate="2018-08-24 11:04:10 +0100" value="0.06797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 11:20:34 +0100" startDate="2018-08-24 11:04:10 +0100" endDate="2018-08-24 11:14:09 +0100" value="0.65483"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 12:18:29 +0100" startDate="2018-08-24 11:14:09 +0100" endDate="2018-08-24 11:21:07 +0100" value="0.45493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 12:18:29 +0100" startDate="2018-08-24 11:24:45 +0100" endDate="2018-08-24 11:34:44 +0100" value="0.10185"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 12:18:29 +0100" startDate="2018-08-24 11:34:44 +0100" endDate="2018-08-24 11:44:42 +0100" value="0.08203"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 12:18:29 +0100" startDate="2018-08-24 11:44:42 +0100" endDate="2018-08-24 11:45:56 +0100" value="0.00288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 12:18:29 +0100" startDate="2018-08-24 11:53:13 +0100" endDate="2018-08-24 12:01:01 +0100" value="0.03919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 12:18:29 +0100" startDate="2018-08-24 12:03:20 +0100" endDate="2018-08-24 12:10:33 +0100" value="0.02355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 13:21:46 +0100" startDate="2018-08-24 12:10:33 +0100" endDate="2018-08-24 12:20:32 +0100" value="0.01971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 13:21:46 +0100" startDate="2018-08-24 12:20:32 +0100" endDate="2018-08-24 12:21:15 +0100" value="0.0014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 14:17:39 +0100" startDate="2018-08-24 13:17:43 +0100" endDate="2018-08-24 13:27:07 +0100" value="0.0603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 14:17:39 +0100" startDate="2018-08-24 13:27:07 +0100" endDate="2018-08-24 13:33:00 +0100" value="0.04097"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 14:17:39 +0100" startDate="2018-08-24 13:33:05 +0100" endDate="2018-08-24 13:40:09 +0100" value="0.00246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 14:17:39 +0100" startDate="2018-08-24 13:44:47 +0100" endDate="2018-08-24 13:52:26 +0100" value="0.00336"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 15:18:04 +0100" startDate="2018-08-24 14:14:04 +0100" endDate="2018-08-24 14:20:14 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 15:18:04 +0100" startDate="2018-08-24 14:26:39 +0100" endDate="2018-08-24 14:35:50 +0100" value="0.04691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 15:18:04 +0100" startDate="2018-08-24 14:43:07 +0100" endDate="2018-08-24 14:53:05 +0100" value="0.18977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 15:18:04 +0100" startDate="2018-08-24 14:53:05 +0100" endDate="2018-08-24 15:03:03 +0100" value="0.41425"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 15:18:04 +0100" startDate="2018-08-24 15:03:03 +0100" endDate="2018-08-24 15:08:03 +0100" value="0.02993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 16:17:33 +0100" startDate="2018-08-24 15:08:03 +0100" endDate="2018-08-24 15:17:15 +0100" value="0.0295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 16:17:33 +0100" startDate="2018-08-24 15:17:15 +0100" endDate="2018-08-24 15:25:20 +0100" value="0.04098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 16:17:33 +0100" startDate="2018-08-24 15:28:25 +0100" endDate="2018-08-24 15:35:01 +0100" value="0.01947"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 17:18:00 +0100" startDate="2018-08-24 16:27:58 +0100" endDate="2018-08-24 16:34:39 +0100" value="0.0166"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 17:18:00 +0100" startDate="2018-08-24 16:34:39 +0100" endDate="2018-08-24 16:39:37 +0100" value="0.04454"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 17:18:00 +0100" startDate="2018-08-24 16:42:17 +0100" endDate="2018-08-24 16:51:53 +0100" value="0.07653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 17:18:00 +0100" startDate="2018-08-24 16:51:53 +0100" endDate="2018-08-24 16:56:02 +0100" value="0.01534"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 17:18:00 +0100" startDate="2018-08-24 16:56:56 +0100" endDate="2018-08-24 17:03:19 +0100" value="0.0094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 17:18:00 +0100" startDate="2018-08-24 17:07:34 +0100" endDate="2018-08-24 17:17:00 +0100" value="0.0983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 18:19:35 +0100" startDate="2018-08-24 17:17:00 +0100" endDate="2018-08-24 17:19:46 +0100" value="0.07899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 18:19:35 +0100" startDate="2018-08-24 17:59:59 +0100" endDate="2018-08-24 18:07:20 +0100" value="0.0457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 18:19:35 +0100" startDate="2018-08-24 18:08:18 +0100" endDate="2018-08-24 18:15:09 +0100" value="0.03512"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 19:18:09 +0100" startDate="2018-08-24 18:21:04 +0100" endDate="2018-08-24 18:29:37 +0100" value="0.02351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 19:18:09 +0100" startDate="2018-08-24 18:29:37 +0100" endDate="2018-08-24 18:33:28 +0100" value="0.06918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 19:18:09 +0100" startDate="2018-08-24 18:51:59 +0100" endDate="2018-08-24 19:00:14 +0100" value="0.05063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 19:18:09 +0100" startDate="2018-08-24 19:00:14 +0100" endDate="2018-08-24 19:09:51 +0100" value="0.04906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 20:20:44 +0100" startDate="2018-08-24 19:09:51 +0100" endDate="2018-08-24 19:18:11 +0100" value="0.32843"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 20:20:44 +0100" startDate="2018-08-24 19:40:10 +0100" endDate="2018-08-24 19:46:15 +0100" value="0.00484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 21:20:42 +0100" startDate="2018-08-24 20:23:33 +0100" endDate="2018-08-24 20:33:32 +0100" value="0.26079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 21:20:42 +0100" startDate="2018-08-24 20:33:32 +0100" endDate="2018-08-24 20:40:07 +0100" value="0.06735"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 21:20:42 +0100" startDate="2018-08-24 20:41:41 +0100" endDate="2018-08-24 20:51:40 +0100" value="0.20441"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffbb0&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 21:20:42 +0100" startDate="2018-08-24 20:51:40 +0100" endDate="2018-08-24 20:59:39 +0100" value="0.17964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 21:20:42 +0100" startDate="2018-08-24 21:10:25 +0100" endDate="2018-08-24 21:20:14 +0100" value="0.28617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 22:45:42 +0100" startDate="2018-08-24 21:20:14 +0100" endDate="2018-08-24 21:29:27 +0100" value="0.07844"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-24 23:51:07 +0100" startDate="2018-08-24 22:53:39 +0100" endDate="2018-08-24 23:00:12 +0100" value="0.02361"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 08:17:37 +0100" startDate="2018-08-25 08:03:51 +0100" endDate="2018-08-25 08:12:04 +0100" value="0.03417"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 09:18:59 +0100" startDate="2018-08-25 08:12:04 +0100" endDate="2018-08-25 08:21:24 +0100" value="0.02266"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 10:22:29 +0100" startDate="2018-08-25 09:56:27 +0100" endDate="2018-08-25 10:06:12 +0100" value="0.10689"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 10:22:29 +0100" startDate="2018-08-25 10:06:12 +0100" endDate="2018-08-25 10:10:39 +0100" value="0.34788"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 11:18:21 +0100" startDate="2018-08-25 10:34:30 +0100" endDate="2018-08-25 10:44:05 +0100" value="0.15453"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 11:18:21 +0100" startDate="2018-08-25 10:44:05 +0100" endDate="2018-08-25 10:54:04 +0100" value="0.10899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 11:18:21 +0100" startDate="2018-08-25 10:54:04 +0100" endDate="2018-08-25 11:00:55 +0100" value="0.07087"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 11:18:21 +0100" startDate="2018-08-25 11:00:55 +0100" endDate="2018-08-25 11:08:46 +0100" value="0.23522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 12:20:20 +0100" startDate="2018-08-25 11:15:27 +0100" endDate="2018-08-25 11:25:26 +0100" value="0.13004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 12:20:20 +0100" startDate="2018-08-25 11:25:26 +0100" endDate="2018-08-25 11:32:32 +0100" value="0.34259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 12:20:20 +0100" startDate="2018-08-25 11:36:59 +0100" endDate="2018-08-25 11:46:59 +0100" value="0.0862"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 12:20:20 +0100" startDate="2018-08-25 11:46:59 +0100" endDate="2018-08-25 11:56:04 +0100" value="0.17643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 12:20:20 +0100" startDate="2018-08-25 11:56:04 +0100" endDate="2018-08-25 12:03:50 +0100" value="0.1024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 13:24:21 +0100" startDate="2018-08-25 12:23:49 +0100" endDate="2018-08-25 12:32:32 +0100" value="0.04215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 13:24:21 +0100" startDate="2018-08-25 12:32:32 +0100" endDate="2018-08-25 12:42:31 +0100" value="0.04278"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 13:24:21 +0100" startDate="2018-08-25 12:51:46 +0100" endDate="2018-08-25 13:01:45 +0100" value="0.21396"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 13:24:21 +0100" startDate="2018-08-25 13:01:45 +0100" endDate="2018-08-25 13:11:43 +0100" value="0.29339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 13:24:21 +0100" startDate="2018-08-25 13:11:43 +0100" endDate="2018-08-25 13:21:39 +0100" value="0.19919"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 14:18:31 +0100" startDate="2018-08-25 13:21:39 +0100" endDate="2018-08-25 13:31:37 +0100" value="0.31223"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 14:18:31 +0100" startDate="2018-08-25 13:31:37 +0100" endDate="2018-08-25 13:41:25 +0100" value="0.2249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 14:18:31 +0100" startDate="2018-08-25 13:41:25 +0100" endDate="2018-08-25 13:51:23 +0100" value="0.22148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 14:18:31 +0100" startDate="2018-08-25 13:51:23 +0100" endDate="2018-08-25 13:58:39 +0100" value="0.10053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 15:25:57 +0100" startDate="2018-08-25 14:12:10 +0100" endDate="2018-08-25 14:18:53 +0100" value="0.03554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 15:25:57 +0100" startDate="2018-08-25 14:29:38 +0100" endDate="2018-08-25 14:36:39 +0100" value="0.04716"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 15:25:57 +0100" startDate="2018-08-25 15:05:19 +0100" endDate="2018-08-25 15:14:22 +0100" value="0.19283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 15:25:57 +0100" startDate="2018-08-25 15:14:22 +0100" endDate="2018-08-25 15:24:18 +0100" value="0.14197"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 15:24:18 +0100" endDate="2018-08-25 15:32:06 +0100" value="0.13899"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 15:42:15 +0100" endDate="2018-08-25 15:48:38 +0100" value="0.01801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 16:10:26 +0100" endDate="2018-08-25 16:17:30 +0100" value="0.03273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 16:17:30 +0100" endDate="2018-08-25 16:25:14 +0100" value="0.04075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 16:28:09 +0100" endDate="2018-08-25 16:36:36 +0100" value="0.00615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 16:37:07 +0100" endDate="2018-08-25 16:45:22 +0100" value="0.0434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 16:45:22 +0100" endDate="2018-08-25 16:55:16 +0100" value="0.03074"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 17:06:32 +0100" startDate="2018-08-25 16:55:16 +0100" endDate="2018-08-25 17:04:58 +0100" value="0.05129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 17:27:05 +0100" startDate="2018-08-25 17:04:58 +0100" endDate="2018-08-25 17:10:39 +0100" value="0.02883"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 18:19:41 +0100" startDate="2018-08-25 17:42:48 +0100" endDate="2018-08-25 17:52:35 +0100" value="0.03478"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 18:19:41 +0100" startDate="2018-08-25 17:52:35 +0100" endDate="2018-08-25 17:59:46 +0100" value="0.04751"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 18:19:41 +0100" startDate="2018-08-25 17:59:46 +0100" endDate="2018-08-25 18:09:44 +0100" value="0.03884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 19:26:48 +0100" startDate="2018-08-25 18:09:44 +0100" endDate="2018-08-25 18:19:43 +0100" value="0.77984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 19:26:48 +0100" startDate="2018-08-25 18:19:43 +0100" endDate="2018-08-25 18:27:50 +0100" value="0.58299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 19:26:48 +0100" startDate="2018-08-25 18:47:47 +0100" endDate="2018-08-25 18:53:52 +0100" value="0.01001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 19:26:48 +0100" startDate="2018-08-25 18:58:41 +0100" endDate="2018-08-25 19:04:54 +0100" value="0.0092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 20:50:27 +0100" startDate="2018-08-25 19:17:34 +0100" endDate="2018-08-25 19:26:24 +0100" value="0.08335"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 20:50:27 +0100" startDate="2018-08-25 19:49:35 +0100" endDate="2018-08-25 19:57:50 +0100" value="0.0528"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 22:11:23 +0100" startDate="2018-08-25 20:44:33 +0100" endDate="2018-08-25 20:54:27 +0100" value="0.04486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 22:11:23 +0100" startDate="2018-08-25 21:58:39 +0100" endDate="2018-08-25 22:05:58 +0100" value="0.05787"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 23:42:04 +0100" startDate="2018-08-25 22:55:31 +0100" endDate="2018-08-25 23:01:31 +0100" value="0.00576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-25 23:42:04 +0100" startDate="2018-08-25 23:10:07 +0100" endDate="2018-08-25 23:18:55 +0100" value="0.0582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 00:40:52 +0100" startDate="2018-08-26 00:00:06 +0100" endDate="2018-08-26 00:09:52 +0100" value="0.21592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 01:45:14 +0100" startDate="2018-08-26 00:33:32 +0100" endDate="2018-08-26 00:43:32 +0100" value="0.11728"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 01:45:14 +0100" startDate="2018-08-26 00:43:32 +0100" endDate="2018-08-26 00:50:58 +0100" value="0.30053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 01:45:14 +0100" startDate="2018-08-26 00:50:58 +0100" endDate="2018-08-26 01:00:19 +0100" value="0.10529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 01:45:14 +0100" startDate="2018-08-26 01:07:43 +0100" endDate="2018-08-26 01:17:40 +0100" value="0.13864"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 01:45:14 +0100" startDate="2018-08-26 01:17:40 +0100" endDate="2018-08-26 01:23:48 +0100" value="0.25834"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 01:45:14 +0100" startDate="2018-08-26 01:26:03 +0100" endDate="2018-08-26 01:35:12 +0100" value="0.04327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 09:33:34 +0100" startDate="2018-08-26 08:47:41 +0100" endDate="2018-08-26 08:54:44 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 12:32:03 +0100" startDate="2018-08-26 11:28:20 +0100" endDate="2018-08-26 11:38:20 +0100" value="0.13312"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 12:32:03 +0100" startDate="2018-08-26 11:38:20 +0100" endDate="2018-08-26 11:40:58 +0100" value="0.12177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 14:00:43 +0100" startDate="2018-08-26 12:29:43 +0100" endDate="2018-08-26 12:39:09 +0100" value="0.06194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 14:00:43 +0100" startDate="2018-08-26 12:39:09 +0100" endDate="2018-08-26 12:40:17 +0100" value="0.00432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 14:00:43 +0100" startDate="2018-08-26 13:34:10 +0100" endDate="2018-08-26 13:43:31 +0100" value="0.07016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 15:32:34 +0100" startDate="2018-08-26 14:22:35 +0100" endDate="2018-08-26 14:30:30 +0100" value="0.03296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 15:32:34 +0100" startDate="2018-08-26 14:55:12 +0100" endDate="2018-08-26 15:04:20 +0100" value="0.13026"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 15:32:34 +0100" startDate="2018-08-26 15:04:20 +0100" endDate="2018-08-26 15:14:15 +0100" value="0.12017"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 15:32:34 +0100" startDate="2018-08-26 15:14:15 +0100" endDate="2018-08-26 15:22:49 +0100" value="0.13604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 17:05:06 +0100" startDate="2018-08-26 15:53:37 +0100" endDate="2018-08-26 16:01:39 +0100" value="0.06907"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 17:05:06 +0100" startDate="2018-08-26 16:01:39 +0100" endDate="2018-08-26 16:11:38 +0100" value="0.05722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 17:05:06 +0100" startDate="2018-08-26 16:11:38 +0100" endDate="2018-08-26 16:15:02 +0100" value="0.11931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 17:32:20 +0100" startDate="2018-08-26 17:14:33 +0100" endDate="2018-08-26 17:20:35 +0100" value="0.00933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 17:32:20 +0100" startDate="2018-08-26 17:20:35 +0100" endDate="2018-08-26 17:26:57 +0100" value="0.02538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 18:33:29 +0100" startDate="2018-08-26 17:56:04 +0100" endDate="2018-08-26 18:05:00 +0100" value="0.00801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 18:33:29 +0100" startDate="2018-08-26 18:05:00 +0100" endDate="2018-08-26 18:07:04 +0100" value="0.01255"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 18:33:29 +0100" startDate="2018-08-26 18:20:13 +0100" endDate="2018-08-26 18:26:15 +0100" value="0.00634"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 19:36:50 +0100" startDate="2018-08-26 18:33:14 +0100" endDate="2018-08-26 18:43:13 +0100" value="0.12517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 19:36:50 +0100" startDate="2018-08-26 18:43:13 +0100" endDate="2018-08-26 18:51:55 +0100" value="0.10722"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 19:36:50 +0100" startDate="2018-08-26 19:06:14 +0100" endDate="2018-08-26 19:12:19 +0100" value="0.00423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 20:32:04 +0100" startDate="2018-08-26 19:39:16 +0100" endDate="2018-08-26 19:49:14 +0100" value="0.2027"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 20:32:04 +0100" startDate="2018-08-26 19:49:14 +0100" endDate="2018-08-26 19:58:34 +0100" value="0.26891"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 20:32:04 +0100" startDate="2018-08-26 19:58:34 +0100" endDate="2018-08-26 20:02:02 +0100" value="0.04"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-26 22:19:36 +0100" startDate="2018-08-26 21:28:53 +0100" endDate="2018-08-26 21:35:13 +0100" value="0.01306"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 06:33:39 +0100" startDate="2018-08-27 05:31:23 +0100" endDate="2018-08-27 05:37:36 +0100" value="0.0056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 06:33:39 +0100" startDate="2018-08-27 05:43:50 +0100" endDate="2018-08-27 05:51:09 +0100" value="0.0411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 06:33:39 +0100" startDate="2018-08-27 06:14:46 +0100" endDate="2018-08-27 06:21:47 +0100" value="0.02895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 06:33:39 +0100" startDate="2018-08-27 06:21:47 +0100" endDate="2018-08-27 06:30:36 +0100" value="0.06747"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 07:35:02 +0100" startDate="2018-08-27 06:30:36 +0100" endDate="2018-08-27 06:40:34 +0100" value="0.63303"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 07:35:02 +0100" startDate="2018-08-27 06:40:34 +0100" endDate="2018-08-27 06:43:40 +0100" value="0.05382"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 10:34:54 +0100" startDate="2018-08-27 10:19:25 +0100" endDate="2018-08-27 10:29:25 +0100" value="0.14474"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 11:33:59 +0100" startDate="2018-08-27 10:29:25 +0100" endDate="2018-08-27 10:39:24 +0100" value="0.59939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 11:33:59 +0100" startDate="2018-08-27 10:39:24 +0100" endDate="2018-08-27 10:41:21 +0100" value="0.0477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 11:33:59 +0100" startDate="2018-08-27 10:56:26 +0100" endDate="2018-08-27 11:06:25 +0100" value="0.29391"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 11:33:59 +0100" startDate="2018-08-27 11:06:25 +0100" endDate="2018-08-27 11:12:27 +0100" value="0.32162"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 11:33:59 +0100" startDate="2018-08-27 11:12:31 +0100" endDate="2018-08-27 11:22:23 +0100" value="0.26009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 11:33:59 +0100" startDate="2018-08-27 11:22:23 +0100" endDate="2018-08-27 11:25:13 +0100" value="0.01464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 15:34:28 +0100" startDate="2018-08-27 14:49:58 +0100" endDate="2018-08-27 14:59:57 +0100" value="0.32531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 15:34:28 +0100" startDate="2018-08-27 14:59:57 +0100" endDate="2018-08-27 15:06:42 +0100" value="0.33422"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 15:34:28 +0100" startDate="2018-08-27 15:07:36 +0100" endDate="2018-08-27 15:17:35 +0100" value="0.0242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 15:34:28 +0100" startDate="2018-08-27 15:17:35 +0100" endDate="2018-08-27 15:22:07 +0100" value="0.25493"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 16:36:07 +0100" startDate="2018-08-27 15:54:47 +0100" endDate="2018-08-27 16:04:47 +0100" value="0.03957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 16:36:07 +0100" startDate="2018-08-27 16:04:47 +0100" endDate="2018-08-27 16:14:45 +0100" value="0.16487"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 16:36:07 +0100" startDate="2018-08-27 16:14:45 +0100" endDate="2018-08-27 16:21:02 +0100" value="0.28815"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 18:33:29 +0100" startDate="2018-08-27 18:17:27 +0100" endDate="2018-08-27 18:25:12 +0100" value="0.05381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 19:32:44 +0100" startDate="2018-08-27 18:25:12 +0100" endDate="2018-08-27 18:31:47 +0100" value="0.0504"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 19:32:44 +0100" startDate="2018-08-27 18:31:47 +0100" endDate="2018-08-27 18:38:08 +0100" value="0.00848"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 19:32:44 +0100" startDate="2018-08-27 19:08:44 +0100" endDate="2018-08-27 19:18:44 +0100" value="0.13705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 19:32:44 +0100" startDate="2018-08-27 19:18:44 +0100" endDate="2018-08-27 19:27:20 +0100" value="0.01345"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 20:35:30 +0100" startDate="2018-08-27 19:27:20 +0100" endDate="2018-08-27 19:29:47 +0100" value="0.00701"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 20:35:30 +0100" startDate="2018-08-27 19:41:35 +0100" endDate="2018-08-27 19:49:34 +0100" value="0.02803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 20:35:30 +0100" startDate="2018-08-27 19:55:50 +0100" endDate="2018-08-27 20:05:49 +0100" value="0.14118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 20:35:30 +0100" startDate="2018-08-27 20:05:49 +0100" endDate="2018-08-27 20:07:02 +0100" value="0.04221"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 22:49:55 +0100" startDate="2018-08-27 20:48:10 +0100" endDate="2018-08-27 20:58:10 +0100" value="0.2424"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-27 22:49:55 +0100" startDate="2018-08-27 20:58:10 +0100" endDate="2018-08-27 21:04:32 +0100" value="0.21286"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 06:34:14 +0100" startDate="2018-08-28 05:54:07 +0100" endDate="2018-08-28 06:00:45 +0100" value="0.00786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 07:32:12 +0100" startDate="2018-08-28 06:38:16 +0100" endDate="2018-08-28 06:45:09 +0100" value="0.03277"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 07:32:12 +0100" startDate="2018-08-28 06:49:46 +0100" endDate="2018-08-28 06:59:45 +0100" value="0.21829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 07:32:12 +0100" startDate="2018-08-28 06:59:45 +0100" endDate="2018-08-28 07:09:43 +0100" value="0.63489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 07:32:12 +0100" startDate="2018-08-28 07:09:43 +0100" endDate="2018-08-28 07:14:18 +0100" value="0.35898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 07:32:12 +0100" startDate="2018-08-28 07:16:28 +0100" endDate="2018-08-28 07:23:52 +0100" value="0.01149"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 10:32:46 +0100" startDate="2018-08-28 10:20:30 +0100" endDate="2018-08-28 10:30:14 +0100" value="0.04645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 11:33:46 +0100" startDate="2018-08-28 10:30:14 +0100" endDate="2018-08-28 10:40:12 +0100" value="0.42482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 11:33:46 +0100" startDate="2018-08-28 10:40:12 +0100" endDate="2018-08-28 10:49:59 +0100" value="0.44627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 11:33:46 +0100" startDate="2018-08-28 10:58:31 +0100" endDate="2018-08-28 11:08:30 +0100" value="0.30852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 11:33:46 +0100" startDate="2018-08-28 11:08:30 +0100" endDate="2018-08-28 11:15:58 +0100" value="0.46952"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 14:36:25 +0100" startDate="2018-08-28 13:48:02 +0100" endDate="2018-08-28 13:58:02 +0100" value="0.13226"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 14:36:25 +0100" startDate="2018-08-28 13:58:02 +0100" endDate="2018-08-28 14:08:00 +0100" value="0.18635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 14:36:25 +0100" startDate="2018-08-28 14:08:00 +0100" endDate="2018-08-28 14:15:51 +0100" value="0.21158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 16:32:09 +0100" startDate="2018-08-28 15:48:17 +0100" endDate="2018-08-28 15:56:45 +0100" value="0.02351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 16:32:09 +0100" startDate="2018-08-28 15:56:45 +0100" endDate="2018-08-28 16:06:43 +0100" value="0.26177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 16:32:09 +0100" startDate="2018-08-28 16:06:43 +0100" endDate="2018-08-28 16:15:18 +0100" value="0.4092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 16:32:09 +0100" startDate="2018-08-28 16:15:18 +0100" endDate="2018-08-28 16:25:18 +0100" value="0.50513"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 17:33:52 +0100" startDate="2018-08-28 16:25:18 +0100" endDate="2018-08-28 16:33:48 +0100" value="0.06148"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 17:33:52 +0100" startDate="2018-08-28 16:33:48 +0100" endDate="2018-08-28 16:43:38 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 17:33:52 +0100" startDate="2018-08-28 16:43:38 +0100" endDate="2018-08-28 16:52:33 +0100" value="0.02013"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 17:33:52 +0100" startDate="2018-08-28 17:07:07 +0100" endDate="2018-08-28 17:13:28 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 17:33:52 +0100" startDate="2018-08-28 17:17:49 +0100" endDate="2018-08-28 17:23:59 +0100" value="0.01404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 18:33:53 +0100" startDate="2018-08-28 17:37:12 +0100" endDate="2018-08-28 17:47:12 +0100" value="0.08298"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 18:33:53 +0100" startDate="2018-08-28 18:10:45 +0100" endDate="2018-08-28 18:20:28 +0100" value="0.02188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 19:33:28 +0100" startDate="2018-08-28 18:30:35 +0100" endDate="2018-08-28 18:40:30 +0100" value="0.0158"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 19:33:28 +0100" startDate="2018-08-28 18:40:30 +0100" endDate="2018-08-28 18:48:36 +0100" value="0.00506"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 19:33:28 +0100" startDate="2018-08-28 18:48:36 +0100" endDate="2018-08-28 18:55:58 +0100" value="0.08544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 20:36:41 +0100" startDate="2018-08-28 19:45:29 +0100" endDate="2018-08-28 19:54:01 +0100" value="0.06898"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 20:36:41 +0100" startDate="2018-08-28 19:54:01 +0100" endDate="2018-08-28 20:03:44 +0100" value="0.27167"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 20:36:41 +0100" startDate="2018-08-28 20:03:44 +0100" endDate="2018-08-28 20:07:21 +0100" value="0.11596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 20:36:41 +0100" startDate="2018-08-28 20:09:09 +0100" endDate="2018-08-28 20:18:56 +0100" value="0.00596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 22:47:23 +0100" startDate="2018-08-28 20:31:07 +0100" endDate="2018-08-28 20:38:59 +0100" value="0.0381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 22:47:23 +0100" startDate="2018-08-28 20:42:57 +0100" endDate="2018-08-28 20:52:53 +0100" value="0.21499"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 22:47:23 +0100" startDate="2018-08-28 20:52:53 +0100" endDate="2018-08-28 20:58:38 +0100" value="0.01561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-28 22:47:23 +0100" startDate="2018-08-28 21:39:58 +0100" endDate="2018-08-28 21:46:03 +0100" value="0.00552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 05:32:50 +0100" startDate="2018-08-29 05:16:16 +0100" endDate="2018-08-29 05:23:35 +0100" value="0.02679"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 06:32:06 +0100" startDate="2018-08-29 06:17:47 +0100" endDate="2018-08-29 06:27:08 +0100" value="0.18762"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 07:32:28 +0100" startDate="2018-08-29 06:27:08 +0100" endDate="2018-08-29 06:35:42 +0100" value="0.14447"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 07:32:28 +0100" startDate="2018-08-29 06:43:51 +0100" endDate="2018-08-29 06:51:59 +0100" value="0.10687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 07:32:28 +0100" startDate="2018-08-29 06:51:59 +0100" endDate="2018-08-29 06:59:51 +0100" value="0.2709"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 07:32:28 +0100" startDate="2018-08-29 07:20:15 +0100" endDate="2018-08-29 07:30:14 +0100" value="0.32311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 07:43:21 +0100" startDate="2018-08-29 07:30:14 +0100" endDate="2018-08-29 07:33:14 +0100" value="0.08601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 07:56:01 +0100" startDate="2018-08-29 07:39:50 +0100" endDate="2018-08-29 07:49:49 +0100" value="0.44063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 08:10:18 +0100" startDate="2018-08-29 07:49:49 +0100" endDate="2018-08-29 07:59:47 +0100" value="0.25861"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 08:10:18 +0100" startDate="2018-08-29 07:59:47 +0100" endDate="2018-08-29 08:00:41 +0100" value="0.01381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 08:47:17 +0100" startDate="2018-08-29 08:28:20 +0100" endDate="2018-08-29 08:38:18 +0100" value="0.01636"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 09:04:53 +0100" startDate="2018-08-29 08:48:50 +0100" endDate="2018-08-29 08:55:06 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 11:33:38 +0100" startDate="2018-08-29 10:35:58 +0100" endDate="2018-08-29 10:45:57 +0100" value="0.2268"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 11:33:38 +0100" startDate="2018-08-29 10:45:57 +0100" endDate="2018-08-29 10:53:46 +0100" value="0.27046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 11:33:38 +0100" startDate="2018-08-29 10:57:24 +0100" endDate="2018-08-29 11:03:44 +0100" value="0.00408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 12:32:15 +0100" startDate="2018-08-29 11:36:29 +0100" endDate="2018-08-29 11:44:26 +0100" value="0.05536"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 12:32:15 +0100" startDate="2018-08-29 11:44:26 +0100" endDate="2018-08-29 11:49:09 +0100" value="0.02796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 12:32:15 +0100" startDate="2018-08-29 12:05:32 +0100" endDate="2018-08-29 12:15:31 +0100" value="0.17434"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 12:32:15 +0100" startDate="2018-08-29 12:15:31 +0100" endDate="2018-08-29 12:23:44 +0100" value="0.44993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 13:33:26 +0100" startDate="2018-08-29 12:23:44 +0100" endDate="2018-08-29 12:32:40 +0100" value="0.08371"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 13:33:26 +0100" startDate="2018-08-29 12:36:50 +0100" endDate="2018-08-29 12:43:53 +0100" value="0.04236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 13:33:26 +0100" startDate="2018-08-29 13:02:01 +0100" endDate="2018-08-29 13:08:39 +0100" value="0.03056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 13:33:26 +0100" startDate="2018-08-29 13:08:39 +0100" endDate="2018-08-29 13:18:02 +0100" value="0.03772"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 14:32:16 +0100" startDate="2018-08-29 14:08:45 +0100" endDate="2018-08-29 14:18:21 +0100" value="0.04985"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 14:32:16 +0100" startDate="2018-08-29 14:21:28 +0100" endDate="2018-08-29 14:28:29 +0100" value="0.05004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 15:47:24 +0100" startDate="2018-08-29 14:28:29 +0100" endDate="2018-08-29 14:37:54 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 15:47:24 +0100" startDate="2018-08-29 14:37:54 +0100" endDate="2018-08-29 14:47:52 +0100" value="0.71081"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 15:47:24 +0100" startDate="2018-08-29 14:47:52 +0100" endDate="2018-08-29 14:57:18 +0100" value="0.58386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 15:47:24 +0100" startDate="2018-08-29 14:57:18 +0100" endDate="2018-08-29 15:06:33 +0100" value="0.17784"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 15:47:24 +0100" startDate="2018-08-29 15:06:33 +0100" endDate="2018-08-29 15:15:45 +0100" value="0.08205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 15:47:24 +0100" startDate="2018-08-29 15:15:45 +0100" endDate="2018-08-29 15:23:48 +0100" value="0.09491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 15:40:33 +0100" endDate="2018-08-29 15:50:32 +0100" value="0.13545"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 15:50:32 +0100" endDate="2018-08-29 16:00:31 +0100" value="0.33675"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:00:31 +0100" endDate="2018-08-29 16:09:41 +0100" value="0.23558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:09:41 +0100" endDate="2018-08-29 16:19:39 +0100" value="0.20786"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:19:39 +0100" endDate="2018-08-29 16:29:37 +0100" value="0.26126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:29:37 +0100" endDate="2018-08-29 16:38:17 +0100" value="0.17771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:38:17 +0100" endDate="2018-08-29 16:48:16 +0100" value="0.14594"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:48:16 +0100" endDate="2018-08-29 16:57:46 +0100" value="0.26164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 16:57:46 +0100" endDate="2018-08-29 17:06:51 +0100" value="0.24516"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 17:22:19 +0100" startDate="2018-08-29 17:06:51 +0100" endDate="2018-08-29 17:15:59 +0100" value="0.15671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 17:33:38 +0100" startDate="2018-08-29 17:15:59 +0100" endDate="2018-08-29 17:25:21 +0100" value="0.13075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 17:25:21 +0100" endDate="2018-08-29 17:35:20 +0100" value="0.05881"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 17:35:20 +0100" endDate="2018-08-29 17:44:53 +0100" value="0.05088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 17:44:53 +0100" endDate="2018-08-29 17:54:41 +0100" value="0.05014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 17:54:41 +0100" endDate="2018-08-29 18:04:41 +0100" value="0.17723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 18:04:41 +0100" endDate="2018-08-29 18:14:40 +0100" value="0.44549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 18:14:40 +0100" endDate="2018-08-29 18:22:38 +0100" value="0.58237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-29 18:53:37 +0100" startDate="2018-08-29 18:22:38 +0100" endDate="2018-08-29 18:27:45 +0100" value="0.02254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cff660&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 05:51:05 +0100" startDate="2018-08-29 19:34:52 +0100" endDate="2018-08-29 19:41:35 +0100" value="0.01339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 05:51:05 +0100" startDate="2018-08-29 20:21:01 +0100" endDate="2018-08-29 20:27:45 +0100" value="0.02188"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 05:51:05 +0100" startDate="2018-08-29 20:54:37 +0100" endDate="2018-08-29 21:00:47 +0100" value="0.00108"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 05:51:05 +0100" startDate="2018-08-29 21:07:08 +0100" endDate="2018-08-29 21:16:14 +0100" value="0.03567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 05:51:05 +0100" startDate="2018-08-30 05:36:59 +0100" endDate="2018-08-30 05:46:53 +0100" value="0.02915"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 07:01:31 +0100" startDate="2018-08-30 06:12:20 +0100" endDate="2018-08-30 06:19:37 +0100" value="0.03046"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 07:01:31 +0100" startDate="2018-08-30 06:19:37 +0100" endDate="2018-08-30 06:24:19 +0100" value="0.03039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 07:01:31 +0100" startDate="2018-08-30 06:24:19 +0100" endDate="2018-08-30 06:31:42 +0100" value="0.01977"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 07:01:31 +0100" startDate="2018-08-30 06:31:42 +0100" endDate="2018-08-30 06:41:39 +0100" value="0.28541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 07:01:31 +0100" startDate="2018-08-30 06:41:39 +0100" endDate="2018-08-30 06:48:54 +0100" value="0.55768"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 08:04:01 +0100" startDate="2018-08-30 07:04:19 +0100" endDate="2018-08-30 07:12:49 +0100" value="0.03388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 10:01:30 +0100" startDate="2018-08-30 08:54:43 +0100" endDate="2018-08-30 09:02:05 +0100" value="0.0496"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 11:04:40 +0100" startDate="2018-08-30 10:13:09 +0100" endDate="2018-08-30 10:23:09 +0100" value="0.1189"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 11:04:40 +0100" startDate="2018-08-30 10:23:09 +0100" endDate="2018-08-30 10:31:46 +0100" value="0.55582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 11:04:40 +0100" startDate="2018-08-30 10:31:46 +0100" endDate="2018-08-30 10:40:59 +0100" value="0.02007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 11:04:40 +0100" startDate="2018-08-30 10:44:16 +0100" endDate="2018-08-30 10:51:20 +0100" value="0.03194"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 11:04:40 +0100" startDate="2018-08-30 10:51:20 +0100" endDate="2018-08-30 11:00:50 +0100" value="0.13537"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 12:04:29 +0100" startDate="2018-08-30 11:00:50 +0100" endDate="2018-08-30 11:02:45 +0100" value="0.02053"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 12:04:29 +0100" startDate="2018-08-30 11:09:06 +0100" endDate="2018-08-30 11:19:05 +0100" value="0.15327"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 12:04:29 +0100" startDate="2018-08-30 11:19:05 +0100" endDate="2018-08-30 11:27:36 +0100" value="0.66687"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 12:04:29 +0100" startDate="2018-08-30 11:27:36 +0100" endDate="2018-08-30 11:34:49 +0100" value="0.04082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 16:02:06 +0100" startDate="2018-08-30 15:22:53 +0100" endDate="2018-08-30 15:32:42 +0100" value="0.03523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 16:02:06 +0100" startDate="2018-08-30 15:32:42 +0100" endDate="2018-08-30 15:41:35 +0100" value="0.51367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 16:02:06 +0100" startDate="2018-08-30 15:41:35 +0100" endDate="2018-08-30 15:45:49 +0100" value="0.07098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 16:02:06 +0100" startDate="2018-08-30 15:50:03 +0100" endDate="2018-08-30 15:57:04 +0100" value="0.0299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 17:01:04 +0100" startDate="2018-08-30 15:57:04 +0100" endDate="2018-08-30 16:02:47 +0100" value="0.01075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 17:01:04 +0100" startDate="2018-08-30 16:13:06 +0100" endDate="2018-08-30 16:21:19 +0100" value="0.06539"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 19:01:15 +0100" startDate="2018-08-30 18:23:47 +0100" endDate="2018-08-30 18:29:55 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 19:01:15 +0100" startDate="2018-08-30 18:44:14 +0100" endDate="2018-08-30 18:54:01 +0100" value="0.02957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 20:03:04 +0100" startDate="2018-08-30 18:59:58 +0100" endDate="2018-08-30 19:06:39 +0100" value="0.01916"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 20:03:04 +0100" startDate="2018-08-30 19:07:55 +0100" endDate="2018-08-30 19:14:06 +0100" value="0.0064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 20:03:04 +0100" startDate="2018-08-30 19:21:42 +0100" endDate="2018-08-30 19:29:31 +0100" value="0.02551"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 20:03:04 +0100" startDate="2018-08-30 19:29:32 +0100" endDate="2018-08-30 19:39:19 +0100" value="0.06914"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 20:03:04 +0100" startDate="2018-08-30 19:39:19 +0100" endDate="2018-08-30 19:40:07 +0100" value="0.01121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 20:03:04 +0100" startDate="2018-08-30 19:48:16 +0100" endDate="2018-08-30 19:56:38 +0100" value="0.01712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 21:06:36 +0100" startDate="2018-08-30 19:56:38 +0100" endDate="2018-08-30 19:59:21 +0100" value="0.00958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 21:06:36 +0100" startDate="2018-08-30 20:53:06 +0100" endDate="2018-08-30 20:59:57 +0100" value="0.03702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-30 22:34:23 +0100" startDate="2018-08-30 20:59:57 +0100" endDate="2018-08-30 21:06:38 +0100" value="0.00094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 06:01:28 +0100" startDate="2018-08-31 05:39:47 +0100" endDate="2018-08-31 05:48:14 +0100" value="0.03681"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 07:01:14 +0100" startDate="2018-08-31 06:22:28 +0100" endDate="2018-08-31 06:31:53 +0100" value="0.04936"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 07:01:14 +0100" startDate="2018-08-31 06:32:00 +0100" endDate="2018-08-31 06:41:59 +0100" value="0.10085"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 07:01:14 +0100" startDate="2018-08-31 06:41:59 +0100" endDate="2018-08-31 06:50:20 +0100" value="0.59103"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 08:05:16 +0100" startDate="2018-08-31 07:23:20 +0100" endDate="2018-08-31 07:31:33 +0100" value="0.0841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 09:02:19 +0100" startDate="2018-08-31 08:26:01 +0100" endDate="2018-08-31 08:36:00 +0100" value="0.11324"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 10:06:30 +0100" startDate="2018-08-31 09:49:48 +0100" endDate="2018-08-31 09:59:07 +0100" value="0.02596"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 11:05:41 +0100" startDate="2018-08-31 09:59:07 +0100" endDate="2018-08-31 10:06:30 +0100" value="0.02775"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 11:05:41 +0100" startDate="2018-08-31 10:09:02 +0100" endDate="2018-08-31 10:15:12 +0100" value="0.01106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 11:05:41 +0100" startDate="2018-08-31 10:39:17 +0100" endDate="2018-08-31 10:48:58 +0100" value="0.05457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 11:05:41 +0100" startDate="2018-08-31 10:48:58 +0100" endDate="2018-08-31 10:58:56 +0100" value="0.75116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 12:04:53 +0100" startDate="2018-08-31 10:58:56 +0100" endDate="2018-08-31 11:05:41 +0100" value="0.31073"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 12:04:53 +0100" startDate="2018-08-31 11:11:14 +0100" endDate="2018-08-31 11:21:13 +0100" value="0.04302"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 12:04:53 +0100" startDate="2018-08-31 11:21:13 +0100" endDate="2018-08-31 11:31:11 +0100" value="0.74906"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 12:04:53 +0100" startDate="2018-08-31 11:31:11 +0100" endDate="2018-08-31 11:37:17 +0100" value="0.31745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 14:01:46 +0100" startDate="2018-08-31 13:27:20 +0100" endDate="2018-08-31 13:34:24 +0100" value="0.01828"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 15:02:20 +0100" startDate="2018-08-31 14:13:18 +0100" endDate="2018-08-31 14:21:46 +0100" value="0.10797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 16:02:54 +0100" startDate="2018-08-31 14:53:34 +0100" endDate="2018-08-31 15:02:58 +0100" value="0.16063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 16:02:54 +0100" startDate="2018-08-31 15:02:58 +0100" endDate="2018-08-31 15:12:51 +0100" value="0.71058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 16:02:54 +0100" startDate="2018-08-31 15:12:51 +0100" endDate="2018-08-31 15:14:46 +0100" value="0.02984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 16:02:54 +0100" startDate="2018-08-31 15:22:34 +0100" endDate="2018-08-31 15:32:33 +0100" value="0.15091"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 16:02:54 +0100" startDate="2018-08-31 15:32:33 +0100" endDate="2018-08-31 15:34:13 +0100" value="0.0352"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 16:02:54 +0100" startDate="2018-08-31 15:48:05 +0100" endDate="2018-08-31 15:56:56 +0100" value="0.13187"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 17:01:04 +0100" startDate="2018-08-31 16:05:47 +0100" endDate="2018-08-31 16:13:43 +0100" value="0.11809"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 18:05:23 +0100" startDate="2018-08-31 16:55:09 +0100" endDate="2018-08-31 17:05:08 +0100" value="0.11021"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 18:05:23 +0100" startDate="2018-08-31 17:05:08 +0100" endDate="2018-08-31 17:14:29 +0100" value="0.03538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 18:05:23 +0100" startDate="2018-08-31 17:14:29 +0100" endDate="2018-08-31 17:23:26 +0100" value="0.11856"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 18:05:23 +0100" startDate="2018-08-31 17:23:26 +0100" endDate="2018-08-31 17:30:09 +0100" value="0.06566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 19:01:15 +0100" startDate="2018-08-31 18:24:33 +0100" endDate="2018-08-31 18:31:52 +0100" value="0.06372"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 19:01:15 +0100" startDate="2018-08-31 18:31:52 +0100" endDate="2018-08-31 18:36:13 +0100" value="0.03917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 19:01:15 +0100" startDate="2018-08-31 18:49:36 +0100" endDate="2018-08-31 18:57:16 +0100" value="0.04635"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 20:02:09 +0100" startDate="2018-08-31 18:57:16 +0100" endDate="2018-08-31 19:02:33 +0100" value="0.00895"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-08-31 22:27:46 +0100" startDate="2018-08-31 20:55:33 +0100" endDate="2018-08-31 21:04:08 +0100" value="0.041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 06:33:30 +0100" startDate="2018-09-01 05:46:42 +0100" endDate="2018-09-01 05:52:47 +0100" value="0.0008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 06:33:30 +0100" startDate="2018-09-01 05:56:58 +0100" endDate="2018-09-01 06:03:16 +0100" value="0.00903"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 08:21:16 +0100" startDate="2018-09-01 07:00:37 +0100" endDate="2018-09-01 07:07:23 +0100" value="0.04782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 10:06:19 +0100" startDate="2018-09-01 09:43:52 +0100" endDate="2018-09-01 09:50:17 +0100" value="0.01556"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 11:02:07 +0100" startDate="2018-09-01 10:27:00 +0100" endDate="2018-09-01 10:33:23 +0100" value="0.01367"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 11:02:07 +0100" startDate="2018-09-01 10:52:04 +0100" endDate="2018-09-01 10:58:16 +0100" value="0.01063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 14:57:39 +0100" endDate="2018-09-01 15:06:44 +0100" value="0.03667"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 15:06:44 +0100" endDate="2018-09-01 15:16:43 +0100" value="0.10439"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 15:16:43 +0100" endDate="2018-09-01 15:17:34 +0100" value="0.03561"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 15:38:29 +0100" endDate="2018-09-01 15:44:55 +0100" value="0.00196"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 15:55:44 +0100" endDate="2018-09-01 16:05:43 +0100" value="0.22574"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 16:05:43 +0100" endDate="2018-09-01 16:14:22 +0100" value="0.17944"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 16:23:38 +0100" endDate="2018-09-01 16:33:36 +0100" value="0.11801"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 16:55:02 +0100" startDate="2018-09-01 16:33:36 +0100" endDate="2018-09-01 16:39:12 +0100" value="0.07398"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 18:03:03 +0100" startDate="2018-09-01 17:46:04 +0100" endDate="2018-09-01 17:55:26 +0100" value="0.14829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 19:03:06 +0100" startDate="2018-09-01 18:23:13 +0100" endDate="2018-09-01 18:33:12 +0100" value="0.13077"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 19:03:06 +0100" startDate="2018-09-01 18:33:12 +0100" endDate="2018-09-01 18:43:10 +0100" value="0.04802"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 21:26:18 +0100" startDate="2018-09-01 20:12:15 +0100" endDate="2018-09-01 20:20:16 +0100" value="0.21785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 21:26:18 +0100" startDate="2018-09-01 20:20:16 +0100" endDate="2018-09-01 20:30:15 +0100" value="0.06832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 21:26:18 +0100" startDate="2018-09-01 20:30:15 +0100" endDate="2018-09-01 20:31:52 +0100" value="0.00392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 21:26:18 +0100" startDate="2018-09-01 20:51:06 +0100" endDate="2018-09-01 21:00:48 +0100" value="0.18615"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 21:26:18 +0100" startDate="2018-09-01 21:00:48 +0100" endDate="2018-09-01 21:06:33 +0100" value="0.03236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-01 23:39:03 +0100" startDate="2018-09-01 22:29:27 +0100" endDate="2018-09-01 22:36:03 +0100" value="0.02438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 09:03:58 +0100" startDate="2018-09-02 08:24:42 +0100" endDate="2018-09-02 08:34:40 +0100" value="0.03658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 09:03:58 +0100" startDate="2018-09-02 08:34:40 +0100" endDate="2018-09-02 08:35:44 +0100" value="0.0506"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 10:01:53 +0100" startDate="2018-09-02 08:58:04 +0100" endDate="2018-09-02 09:07:52 +0100" value="0.04697"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 10:01:53 +0100" startDate="2018-09-02 09:07:52 +0100" endDate="2018-09-02 09:08:17 +0100" value="0.01032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 11:02:51 +0100" startDate="2018-09-02 10:21:26 +0100" endDate="2018-09-02 10:31:25 +0100" value="0.0845"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 11:02:51 +0100" startDate="2018-09-02 10:31:25 +0100" endDate="2018-09-02 10:41:10 +0100" value="0.15972"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 11:02:51 +0100" startDate="2018-09-02 10:41:10 +0100" endDate="2018-09-02 10:51:07 +0100" value="0.17893"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 11:02:51 +0100" startDate="2018-09-02 10:51:07 +0100" endDate="2018-09-02 11:01:05 +0100" value="0.8283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 12:04:17 +0100" startDate="2018-09-02 11:01:05 +0100" endDate="2018-09-02 11:11:05 +0100" value="0.53612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 12:04:17 +0100" startDate="2018-09-02 11:11:05 +0100" endDate="2018-09-02 11:17:05 +0100" value="0.25105"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 12:04:17 +0100" startDate="2018-09-02 11:17:05 +0100" endDate="2018-09-02 11:27:05 +0100" value="0.40958"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 12:04:17 +0100" startDate="2018-09-02 11:27:05 +0100" endDate="2018-09-02 11:37:04 +0100" value="0.71993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 12:04:17 +0100" startDate="2018-09-02 11:37:04 +0100" endDate="2018-09-02 11:42:30 +0100" value="0.30931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 14:37:14 +0100" startDate="2018-09-02 12:08:43 +0100" endDate="2018-09-02 12:17:04 +0100" value="0.0753"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 14:37:14 +0100" startDate="2018-09-02 14:03:27 +0100" endDate="2018-09-02 14:10:36 +0100" value="0.01626"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 17:18:20 +0100" startDate="2018-09-02 16:44:58 +0100" endDate="2018-09-02 16:52:42 +0100" value="0.02374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 17:18:20 +0100" startDate="2018-09-02 16:58:01 +0100" endDate="2018-09-02 17:07:20 +0100" value="0.02238"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 21:21:30 +0100" startDate="2018-09-02 20:19:41 +0100" endDate="2018-09-02 20:25:46 +0100" value="0.01156"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-02 22:53:58 +0100" startDate="2018-09-02 21:30:44 +0100" endDate="2018-09-02 21:38:11 +0100" value="0.06265"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 06:04:59 +0100" startDate="2018-09-03 05:09:30 +0100" endDate="2018-09-03 05:17:15 +0100" value="0.01477"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 06:04:59 +0100" startDate="2018-09-03 05:28:08 +0100" endDate="2018-09-03 05:38:06 +0100" value="0.01874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 06:04:59 +0100" startDate="2018-09-03 05:38:06 +0100" endDate="2018-09-03 05:41:36 +0100" value="0.02147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 07:01:49 +0100" startDate="2018-09-03 05:59:04 +0100" endDate="2018-09-03 06:06:15 +0100" value="0.0444"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 07:01:49 +0100" startDate="2018-09-03 06:09:05 +0100" endDate="2018-09-03 06:18:51 +0100" value="0.01457"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 07:01:49 +0100" startDate="2018-09-03 06:18:51 +0100" endDate="2018-09-03 06:28:51 +0100" value="0.67964"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 07:01:49 +0100" startDate="2018-09-03 06:28:51 +0100" endDate="2018-09-03 06:38:11 +0100" value="0.10413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 07:01:49 +0100" startDate="2018-09-03 06:38:11 +0100" endDate="2018-09-03 06:47:59 +0100" value="0.145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 07:01:49 +0100" startDate="2018-09-03 06:47:59 +0100" endDate="2018-09-03 06:51:53 +0100" value="0.11715"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 08:03:45 +0100" startDate="2018-09-03 07:45:38 +0100" endDate="2018-09-03 07:55:13 +0100" value="0.02458"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 09:04:22 +0100" startDate="2018-09-03 07:55:13 +0100" endDate="2018-09-03 08:03:45 +0100" value="0.14455"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 09:04:22 +0100" startDate="2018-09-03 08:43:01 +0100" endDate="2018-09-03 08:49:16 +0100" value="0.01385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 10:02:55 +0100" startDate="2018-09-03 09:07:30 +0100" endDate="2018-09-03 09:14:08 +0100" value="0.01816"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 10:02:55 +0100" startDate="2018-09-03 09:38:33 +0100" endDate="2018-09-03 09:46:51 +0100" value="0.06028"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 10:02:55 +0100" startDate="2018-09-03 09:46:51 +0100" endDate="2018-09-03 09:53:37 +0100" value="0.12858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 11:02:24 +0100" startDate="2018-09-03 09:58:10 +0100" endDate="2018-09-03 10:07:12 +0100" value="0.0092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 11:02:24 +0100" startDate="2018-09-03 10:27:05 +0100" endDate="2018-09-03 10:33:10 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 11:02:24 +0100" startDate="2018-09-03 10:33:10 +0100" endDate="2018-09-03 10:39:40 +0100" value="0.01565"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 11:02:24 +0100" startDate="2018-09-03 10:39:40 +0100" endDate="2018-09-03 10:45:05 +0100" value="0.01301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 11:02:24 +0100" startDate="2018-09-03 10:52:14 +0100" endDate="2018-09-03 11:02:13 +0100" value="0.1181"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 12:03:26 +0100" startDate="2018-09-03 11:02:13 +0100" endDate="2018-09-03 11:12:06 +0100" value="0.70792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 12:03:26 +0100" startDate="2018-09-03 11:12:06 +0100" endDate="2018-09-03 11:16:28 +0100" value="0.05242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 12:03:26 +0100" startDate="2018-09-03 11:38:12 +0100" endDate="2018-09-03 11:48:11 +0100" value="0.24601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 12:03:26 +0100" startDate="2018-09-03 11:48:11 +0100" endDate="2018-09-03 11:57:51 +0100" value="0.68381"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 13:02:03 +0100" startDate="2018-09-03 11:57:51 +0100" endDate="2018-09-03 12:04:06 +0100" value="0.0841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 13:02:03 +0100" startDate="2018-09-03 12:31:52 +0100" endDate="2018-09-03 12:41:30 +0100" value="0.01308"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 13:02:03 +0100" startDate="2018-09-03 12:41:30 +0100" endDate="2018-09-03 12:50:48 +0100" value="0.02076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 12:57:46 +0100" endDate="2018-09-03 13:06:06 +0100" value="0.02835"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 13:06:06 +0100" endDate="2018-09-03 13:15:01 +0100" value="0.01426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 13:15:01 +0100" endDate="2018-09-03 13:24:27 +0100" value="0.0177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 13:24:27 +0100" endDate="2018-09-03 13:34:10 +0100" value="0.03254"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 13:34:10 +0100" endDate="2018-09-03 13:44:09 +0100" value="0.05258"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 13:44:09 +0100" endDate="2018-09-03 13:54:08 +0100" value="0.08654"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 14:05:59 +0100" startDate="2018-09-03 13:54:08 +0100" endDate="2018-09-03 13:58:54 +0100" value="0.14079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 15:01:58 +0100" startDate="2018-09-03 14:34:13 +0100" endDate="2018-09-03 14:43:52 +0100" value="0.08186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 15:01:58 +0100" startDate="2018-09-03 14:43:52 +0100" endDate="2018-09-03 14:48:22 +0100" value="0.06541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 16:03:20 +0100" startDate="2018-09-03 15:19:30 +0100" endDate="2018-09-03 15:26:06 +0100" value="0.01889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 16:03:20 +0100" startDate="2018-09-03 15:26:06 +0100" endDate="2018-09-03 15:36:05 +0100" value="0.05484"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 16:03:20 +0100" startDate="2018-09-03 15:36:05 +0100" endDate="2018-09-03 15:40:52 +0100" value="0.11291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 22:09:10 +0100" startDate="2018-09-03 15:54:31 +0100" endDate="2018-09-03 16:01:15 +0100" value="0.00384"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 22:09:10 +0100" startDate="2018-09-03 16:03:24 +0100" endDate="2018-09-03 16:09:44 +0100" value="0.02001"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 22:09:10 +0100" startDate="2018-09-03 16:10:56 +0100" endDate="2018-09-03 16:17:14 +0100" value="0.00874"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 22:09:10 +0100" startDate="2018-09-03 16:45:18 +0100" endDate="2018-09-03 16:53:51 +0100" value="0.02468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 22:09:10 +0100" startDate="2018-09-03 17:43:09 +0100" endDate="2018-09-03 17:52:23 +0100" value="0.1062"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 22:09:10 +0100" startDate="2018-09-03 18:09:20 +0100" endDate="2018-09-03 18:17:55 +0100" value="0.09339"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 22:09:10 +0100" startDate="2018-09-03 18:17:55 +0100" endDate="2018-09-03 18:27:33 +0100" value="0.53355"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 22:09:10 +0100" startDate="2018-09-03 18:27:33 +0100" endDate="2018-09-03 18:32:08 +0100" value="0.01385"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 22:09:10 +0100" startDate="2018-09-03 18:32:15 +0100" endDate="2018-09-03 18:38:33 +0100" value="0.01739"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-03 22:09:10 +0100" startDate="2018-09-03 21:43:06 +0100" endDate="2018-09-03 21:51:16 +0100" value="0.0691"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 07:20:50 +0100" startDate="2018-09-04 06:26:51 +0100" endDate="2018-09-04 06:36:51 +0100" value="0.03016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 07:20:50 +0100" startDate="2018-09-04 06:36:51 +0100" endDate="2018-09-04 06:42:02 +0100" value="0.12059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 07:20:50 +0100" startDate="2018-09-04 06:48:37 +0100" endDate="2018-09-04 06:56:31 +0100" value="0.04208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 07:20:50 +0100" startDate="2018-09-04 06:58:28 +0100" endDate="2018-09-04 07:08:27 +0100" value="0.23118"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 07:20:50 +0100" startDate="2018-09-04 07:08:27 +0100" endDate="2018-09-04 07:15:17 +0100" value="0.59331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 08:24:44 +0100" startDate="2018-09-04 07:15:17 +0100" endDate="2018-09-04 07:25:15 +0100" value="0.04427"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 08:24:44 +0100" startDate="2018-09-04 07:25:15 +0100" endDate="2018-09-04 07:27:22 +0100" value="0.01781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 11:24:37 +0100" startDate="2018-09-04 10:22:04 +0100" endDate="2018-09-04 10:30:14 +0100" value="0.07956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 11:24:37 +0100" startDate="2018-09-04 10:30:14 +0100" endDate="2018-09-04 10:40:12 +0100" value="0.44863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 11:24:37 +0100" startDate="2018-09-04 10:40:12 +0100" endDate="2018-09-04 10:42:53 +0100" value="0.14121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 11:24:37 +0100" startDate="2018-09-04 10:44:21 +0100" endDate="2018-09-04 10:53:21 +0100" value="0.08164"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 11:24:37 +0100" startDate="2018-09-04 10:59:00 +0100" endDate="2018-09-04 11:08:59 +0100" value="0.05272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 11:24:37 +0100" startDate="2018-09-04 11:08:59 +0100" endDate="2018-09-04 11:18:52 +0100" value="0.74471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 12:24:37 +0100" startDate="2018-09-04 11:18:52 +0100" endDate="2018-09-04 11:24:38 +0100" value="0.01146"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 12:24:37 +0100" startDate="2018-09-04 11:28:24 +0100" endDate="2018-09-04 11:38:00 +0100" value="0.03346"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 12:24:37 +0100" startDate="2018-09-04 11:38:00 +0100" endDate="2018-09-04 11:45:20 +0100" value="0.08538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 13:27:52 +0100" startDate="2018-09-04 12:29:58 +0100" endDate="2018-09-04 12:36:11 +0100" value="0.00492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 15:20:07 +0100" startDate="2018-09-04 15:00:26 +0100" endDate="2018-09-04 15:10:25 +0100" value="0.0975"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 16:27:07 +0100" startDate="2018-09-04 15:10:25 +0100" endDate="2018-09-04 15:20:19 +0100" value="0.58557"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 16:27:07 +0100" startDate="2018-09-04 15:20:19 +0100" endDate="2018-09-04 15:30:17 +0100" value="0.598704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 16:27:07 +0100" startDate="2018-09-04 15:30:17 +0100" endDate="2018-09-04 15:40:17 +0100" value="0.7009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 16:27:07 +0100" startDate="2018-09-04 15:40:17 +0100" endDate="2018-09-04 15:50:16 +0100" value="0.95263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 16:27:07 +0100" startDate="2018-09-04 15:50:16 +0100" endDate="2018-09-04 15:55:42 +0100" value="0.41829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 16:27:07 +0100" startDate="2018-09-04 15:57:28 +0100" endDate="2018-09-04 16:05:02 +0100" value="0.08738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 18:19:12 +0100" startDate="2018-09-04 17:36:44 +0100" endDate="2018-09-04 17:46:44 +0100" value="0.20564"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 18:19:12 +0100" startDate="2018-09-04 17:46:44 +0100" endDate="2018-09-04 17:56:42 +0100" value="0.77841"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 18:19:12 +0100" startDate="2018-09-04 17:56:42 +0100" endDate="2018-09-04 18:05:34 +0100" value="0.57531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 18:19:12 +0100" startDate="2018-09-04 18:05:34 +0100" endDate="2018-09-04 18:13:23 +0100" value="0.03388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 18:31:16 +0100" startDate="2018-09-04 18:13:23 +0100" endDate="2018-09-04 18:17:10 +0100" value="0.01486"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 18:31:16 +0100" startDate="2018-09-04 18:18:17 +0100" endDate="2018-09-04 18:25:23 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 19:20:55 +0100" startDate="2018-09-04 18:29:26 +0100" endDate="2018-09-04 18:37:58 +0100" value="0.02402"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 22:19:12 +0100" startDate="2018-09-04 21:34:42 +0100" endDate="2018-09-04 21:41:30 +0100" value="0.02296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-04 22:19:12 +0100" startDate="2018-09-04 21:41:30 +0100" endDate="2018-09-04 21:49:45 +0100" value="0.02503"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 06:19:29 +0100" startDate="2018-09-05 05:58:37 +0100" endDate="2018-09-05 06:05:35 +0100" value="0.02939"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 07:20:30 +0100" startDate="2018-09-05 06:18:02 +0100" endDate="2018-09-05 06:24:32 +0100" value="0.02725"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 07:20:30 +0100" startDate="2018-09-05 06:29:18 +0100" endDate="2018-09-05 06:38:06 +0100" value="0.02005"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 07:20:30 +0100" startDate="2018-09-05 06:38:06 +0100" endDate="2018-09-05 06:48:05 +0100" value="0.41043"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 07:20:30 +0100" startDate="2018-09-05 06:48:05 +0100" endDate="2018-09-05 06:57:39 +0100" value="0.60829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cffb60&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 07:20:30 +0100" startDate="2018-09-05 06:57:39 +0100" endDate="2018-09-05 07:06:31 +0100" value="0.02685"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 09:20:25 +0100" startDate="2018-09-05 08:35:57 +0100" endDate="2018-09-05 08:45:57 +0100" value="0.06451"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 09:20:25 +0100" startDate="2018-09-05 08:45:57 +0100" endDate="2018-09-05 08:55:55 +0100" value="0.13796"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 09:20:25 +0100" startDate="2018-09-05 08:55:55 +0100" endDate="2018-09-05 09:03:18 +0100" value="0.11088"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 10:23:49 +0100" startDate="2018-09-05 10:08:24 +0100" endDate="2018-09-05 10:17:10 +0100" value="0.07627"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 11:22:15 +0100" startDate="2018-09-05 10:17:10 +0100" endDate="2018-09-05 10:26:30 +0100" value="0.25036"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 11:22:15 +0100" startDate="2018-09-05 10:26:30 +0100" endDate="2018-09-05 10:36:26 +0100" value="0.28595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 11:22:15 +0100" startDate="2018-09-05 10:36:26 +0100" endDate="2018-09-05 10:40:50 +0100" value="0.03769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 11:22:15 +0100" startDate="2018-09-05 10:52:46 +0100" endDate="2018-09-05 11:02:27 +0100" value="0.19029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 11:22:15 +0100" startDate="2018-09-05 11:02:27 +0100" endDate="2018-09-05 11:10:43 +0100" value="0.03042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 11:22:15 +0100" startDate="2018-09-05 11:10:43 +0100" endDate="2018-09-05 11:15:13 +0100" value="0.0186"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 12:27:42 +0100" startDate="2018-09-05 11:23:29 +0100" endDate="2018-09-05 11:32:05 +0100" value="0.05222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 12:27:42 +0100" startDate="2018-09-05 11:32:05 +0100" endDate="2018-09-05 11:41:06 +0100" value="0.03426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 12:27:42 +0100" startDate="2018-09-05 11:41:06 +0100" endDate="2018-09-05 11:51:05 +0100" value="0.556727"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 12:27:42 +0100" startDate="2018-09-05 11:51:05 +0100" endDate="2018-09-05 12:00:46 +0100" value="0.81428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 12:27:42 +0100" startDate="2018-09-05 12:00:46 +0100" endDate="2018-09-05 12:07:30 +0100" value="0.06566"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 12:27:42 +0100" startDate="2018-09-05 12:08:15 +0100" endDate="2018-09-05 12:17:59 +0100" value="0.05082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 13:24:25 +0100" startDate="2018-09-05 12:17:59 +0100" endDate="2018-09-05 12:24:18 +0100" value="0.00935"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 13:24:25 +0100" startDate="2018-09-05 12:28:01 +0100" endDate="2018-09-05 12:36:56 +0100" value="0.01611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 13:24:25 +0100" startDate="2018-09-05 12:36:56 +0100" endDate="2018-09-05 12:46:51 +0100" value="0.09311"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 13:24:25 +0100" startDate="2018-09-05 12:46:51 +0100" endDate="2018-09-05 12:55:18 +0100" value="0.03401"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 13:24:25 +0100" startDate="2018-09-05 12:55:18 +0100" endDate="2018-09-05 13:01:50 +0100" value="0.17598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 13:24:25 +0100" startDate="2018-09-05 13:01:50 +0100" endDate="2018-09-05 13:07:00 +0100" value="0.01177"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 14:19:46 +0100" startDate="2018-09-05 13:19:05 +0100" endDate="2018-09-05 13:25:35 +0100" value="0.01383"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 14:19:46 +0100" startDate="2018-09-05 13:25:35 +0100" endDate="2018-09-05 13:35:33 +0100" value="0.28039"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 14:19:46 +0100" startDate="2018-09-05 13:35:33 +0100" endDate="2018-09-05 13:44:17 +0100" value="0.12707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 14:19:46 +0100" startDate="2018-09-05 13:44:17 +0100" endDate="2018-09-05 13:54:15 +0100" value="0.06386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 14:19:46 +0100" startDate="2018-09-05 13:54:15 +0100" endDate="2018-09-05 14:00:41 +0100" value="0.14098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 14:19:46 +0100" startDate="2018-09-05 14:08:22 +0100" endDate="2018-09-05 14:18:21 +0100" value="0.05901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 15:22:57 +0100" startDate="2018-09-05 14:18:21 +0100" endDate="2018-09-05 14:18:57 +0100" value="0.01666"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 16:20:03 +0100" startDate="2018-09-05 15:26:28 +0100" endDate="2018-09-05 15:32:41 +0100" value="0.01207"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 17:19:07 +0100" startDate="2018-09-05 16:17:08 +0100" endDate="2018-09-05 16:27:07 +0100" value="0.20388"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 17:19:07 +0100" startDate="2018-09-05 16:27:07 +0100" endDate="2018-09-05 16:33:38 +0100" value="0.38554"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 17:19:07 +0100" startDate="2018-09-05 16:39:41 +0100" endDate="2018-09-05 16:46:04 +0100" value="0.01109"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 17:19:07 +0100" startDate="2018-09-05 16:46:04 +0100" endDate="2018-09-05 16:51:48 +0100" value="0.01827"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 18:19:11 +0100" startDate="2018-09-05 17:40:16 +0100" endDate="2018-09-05 17:49:24 +0100" value="0.01852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 18:19:11 +0100" startDate="2018-09-05 17:49:24 +0100" endDate="2018-09-05 17:51:39 +0100" value="0.01811"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 18:19:11 +0100" startDate="2018-09-05 17:53:51 +0100" endDate="2018-09-05 18:00:22 +0100" value="0.00387"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 18:19:11 +0100" startDate="2018-09-05 18:00:22 +0100" endDate="2018-09-05 18:07:25 +0100" value="0.00123"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 19:19:52 +0100" startDate="2018-09-05 18:07:25 +0100" endDate="2018-09-05 18:17:25 +0100" value="0.00771"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 19:19:52 +0100" startDate="2018-09-05 18:35:31 +0100" endDate="2018-09-05 18:43:55 +0100" value="0.01644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 19:19:52 +0100" startDate="2018-09-05 18:46:13 +0100" endDate="2018-09-05 18:53:34 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 19:19:52 +0100" startDate="2018-09-05 18:53:34 +0100" endDate="2018-09-05 19:03:10 +0100" value="0.03055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 19:19:52 +0100" startDate="2018-09-05 19:03:10 +0100" endDate="2018-09-05 19:11:03 +0100" value="0.50323"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 21:23:06 +0100" startDate="2018-09-05 20:41:42 +0100" endDate="2018-09-05 20:48:54 +0100" value="0.0139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 21:23:06 +0100" startDate="2018-09-05 21:00:55 +0100" endDate="2018-09-05 21:10:54 +0100" value="0.25962"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 21:23:06 +0100" startDate="2018-09-05 21:10:54 +0100" endDate="2018-09-05 21:13:50 +0100" value="0.15175"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-05 22:20:32 +0100" startDate="2018-09-05 21:32:37 +0100" endDate="2018-09-05 21:40:07 +0100" value="0.03575"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 03:25:43 +0100" startDate="2018-09-06 02:44:55 +0100" endDate="2018-09-06 02:53:05 +0100" value="0.03611"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 04:21:13 +0100" startDate="2018-09-06 03:19:49 +0100" endDate="2018-09-06 03:26:09 +0100" value="0.00826"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 07:23:16 +0100" startDate="2018-09-06 06:15:22 +0100" endDate="2018-09-06 06:23:06 +0100" value="0.02592"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 07:23:16 +0100" startDate="2018-09-06 06:23:06 +0100" endDate="2018-09-06 06:28:07 +0100" value="0.00413"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 07:23:16 +0100" startDate="2018-09-06 06:35:11 +0100" endDate="2018-09-06 06:43:03 +0100" value="0.03573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 07:23:16 +0100" startDate="2018-09-06 06:44:55 +0100" endDate="2018-09-06 06:54:53 +0100" value="0.23671"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 07:23:16 +0100" startDate="2018-09-06 06:54:53 +0100" endDate="2018-09-06 07:02:42 +0100" value="0.54121"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 11:32:12 +0100" startDate="2018-09-06 10:55:32 +0100" endDate="2018-09-06 11:05:32 +0100" value="0.10098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 11:32:12 +0100" startDate="2018-09-06 11:05:32 +0100" endDate="2018-09-06 11:15:31 +0100" value="0.68741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 11:32:12 +0100" startDate="2018-09-06 11:15:31 +0100" endDate="2018-09-06 11:21:41 +0100" value="0.20662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 12:23:02 +0100" startDate="2018-09-06 11:37:23 +0100" endDate="2018-09-06 11:47:22 +0100" value="0.29573"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 12:23:02 +0100" startDate="2018-09-06 11:47:22 +0100" endDate="2018-09-06 11:57:20 +0100" value="0.53393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 12:23:02 +0100" startDate="2018-09-06 11:57:20 +0100" endDate="2018-09-06 11:59:48 +0100" value="0.1999"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 13:24:51 +0100" startDate="2018-09-06 12:48:39 +0100" endDate="2018-09-06 12:57:49 +0100" value="0.2446"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 14:19:58 +0100" startDate="2018-09-06 13:51:18 +0100" endDate="2018-09-06 13:57:18 +0100" value="0.00576"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 14:19:58 +0100" startDate="2018-09-06 13:57:18 +0100" endDate="2018-09-06 14:04:28 +0100" value="0.07183"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 14:19:58 +0100" startDate="2018-09-06 14:04:28 +0100" endDate="2018-09-06 14:13:54 +0100" value="0.0723"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 15:22:26 +0100" startDate="2018-09-06 14:13:54 +0100" endDate="2018-09-06 14:20:56 +0100" value="0.01607"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 15:22:26 +0100" startDate="2018-09-06 14:28:50 +0100" endDate="2018-09-06 14:35:13 +0100" value="0.01931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 15:22:26 +0100" startDate="2018-09-06 14:39:30 +0100" endDate="2018-09-06 14:46:03 +0100" value="0.05569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 15:22:26 +0100" startDate="2018-09-06 14:46:03 +0100" endDate="2018-09-06 14:56:03 +0100" value="0.13198"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 15:22:26 +0100" startDate="2018-09-06 14:56:03 +0100" endDate="2018-09-06 15:02:47 +0100" value="0.09076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 15:22:26 +0100" startDate="2018-09-06 15:06:55 +0100" endDate="2018-09-06 15:16:32 +0100" value="0.03937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 16:19:59 +0100" startDate="2018-09-06 15:16:32 +0100" endDate="2018-09-06 15:22:28 +0100" value="0.03889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 16:19:59 +0100" startDate="2018-09-06 15:49:04 +0100" endDate="2018-09-06 15:58:35 +0100" value="0.03839"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 16:19:59 +0100" startDate="2018-09-06 15:58:35 +0100" endDate="2018-09-06 16:08:35 +0100" value="0.48281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 16:19:59 +0100" startDate="2018-09-06 16:08:35 +0100" endDate="2018-09-06 16:18:31 +0100" value="0.44858"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 17:21:13 +0100" startDate="2018-09-06 16:39:34 +0100" endDate="2018-09-06 16:45:39 +0100" value="0.0045"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 18:22:13 +0100" startDate="2018-09-06 17:17:20 +0100" endDate="2018-09-06 17:23:30 +0100" value="0.00222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 18:22:13 +0100" startDate="2018-09-06 17:41:29 +0100" endDate="2018-09-06 17:47:40 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 21:23:12 +0100" startDate="2018-09-06 20:37:41 +0100" endDate="2018-09-06 20:43:56 +0100" value="0.01288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 21:23:12 +0100" startDate="2018-09-06 20:45:55 +0100" endDate="2018-09-06 20:52:54 +0100" value="0.01971"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 21:23:12 +0100" startDate="2018-09-06 20:54:57 +0100" endDate="2018-09-06 21:01:28 +0100" value="0.00205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 22:21:32 +0100" startDate="2018-09-06 21:26:04 +0100" endDate="2018-09-06 21:36:04 +0100" value="0.07338"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-06 22:21:32 +0100" startDate="2018-09-06 21:36:04 +0100" endDate="2018-09-06 21:37:17 +0100" value="0.01645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 06:19:33 +0100" startDate="2018-09-07 05:58:30 +0100" endDate="2018-09-07 06:05:11 +0100" value="0.02032"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 06:19:33 +0100" startDate="2018-09-07 06:08:51 +0100" endDate="2018-09-07 06:15:12 +0100" value="0.00344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 07:19:15 +0100" startDate="2018-09-07 06:31:39 +0100" endDate="2018-09-07 06:38:30 +0100" value="0.03139"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 07:19:15 +0100" startDate="2018-09-07 06:41:32 +0100" endDate="2018-09-07 06:51:18 +0100" value="0.25558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 07:19:15 +0100" startDate="2018-09-07 06:51:18 +0100" endDate="2018-09-07 06:59:24 +0100" value="0.56653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 08:21:34 +0100" startDate="2018-09-07 07:12:22 +0100" endDate="2018-09-07 07:20:04 +0100" value="0.02987"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 09:19:17 +0100" startDate="2018-09-07 08:40:48 +0100" endDate="2018-09-07 08:47:32 +0100" value="0.00328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 10:21:16 +0100" startDate="2018-09-07 10:08:49 +0100" endDate="2018-09-07 10:18:49 +0100" value="0.05461"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 11:20:25 +0100" startDate="2018-09-07 10:18:49 +0100" endDate="2018-09-07 10:28:48 +0100" value="0.44169"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 11:20:25 +0100" startDate="2018-09-07 10:28:48 +0100" endDate="2018-09-07 10:36:04 +0100" value="0.39007"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 11:20:25 +0100" startDate="2018-09-07 10:36:04 +0100" endDate="2018-09-07 10:46:02 +0100" value="0.06464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 11:20:25 +0100" startDate="2018-09-07 11:00:08 +0100" endDate="2018-09-07 11:10:07 +0100" value="0.3552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 11:20:25 +0100" startDate="2018-09-07 11:10:07 +0100" endDate="2018-09-07 11:19:43 +0100" value="0.45351"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 12:19:33 +0100" startDate="2018-09-07 11:19:43 +0100" endDate="2018-09-07 11:24:21 +0100" value="0.05777"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 14:19:23 +0100" startDate="2018-09-07 13:39:38 +0100" endDate="2018-09-07 13:49:27 +0100" value="0.05953"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 14:19:23 +0100" startDate="2018-09-07 13:49:27 +0100" endDate="2018-09-07 13:59:18 +0100" value="0.66271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 14:19:23 +0100" startDate="2018-09-07 13:59:18 +0100" endDate="2018-09-07 14:09:18 +0100" value="0.10745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 14:19:23 +0100" startDate="2018-09-07 14:09:18 +0100" endDate="2018-09-07 14:13:28 +0100" value="0.18663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 15:19:33 +0100" startDate="2018-09-07 14:58:20 +0100" endDate="2018-09-07 15:07:49 +0100" value="0.16344"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 15:19:33 +0100" startDate="2018-09-07 15:07:49 +0100" endDate="2018-09-07 15:16:34 +0100" value="0.18145"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 16:26:04 +0100" startDate="2018-09-07 15:21:47 +0100" endDate="2018-09-07 15:30:37 +0100" value="0.12459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 16:26:04 +0100" startDate="2018-09-07 15:30:37 +0100" endDate="2018-09-07 15:38:32 +0100" value="0.03748"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 16:26:04 +0100" startDate="2018-09-07 15:50:38 +0100" endDate="2018-09-07 15:59:13 +0100" value="0.10408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 16:26:04 +0100" startDate="2018-09-07 15:59:13 +0100" endDate="2018-09-07 16:08:55 +0100" value="0.03955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 16:26:04 +0100" startDate="2018-09-07 16:08:55 +0100" endDate="2018-09-07 16:12:51 +0100" value="0.09423"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 17:23:33 +0100" startDate="2018-09-07 16:33:51 +0100" endDate="2018-09-07 16:39:59 +0100" value="0.00806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 17:23:33 +0100" startDate="2018-09-07 16:39:59 +0100" endDate="2018-09-07 16:49:11 +0100" value="0.04532"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 17:23:33 +0100" startDate="2018-09-07 17:02:18 +0100" endDate="2018-09-07 17:08:29 +0100" value="0.00682"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 17:23:33 +0100" startDate="2018-09-07 17:08:29 +0100" endDate="2018-09-07 17:17:44 +0100" value="0.03644"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 18:20:25 +0100" startDate="2018-09-07 17:17:44 +0100" endDate="2018-09-07 17:25:01 +0100" value="0.17612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 19:20:26 +0100" startDate="2018-09-07 18:31:24 +0100" endDate="2018-09-07 18:41:09 +0100" value="0.21712"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 19:20:26 +0100" startDate="2018-09-07 18:41:09 +0100" endDate="2018-09-07 18:50:04 +0100" value="0.11438"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 19:20:26 +0100" startDate="2018-09-07 18:50:04 +0100" endDate="2018-09-07 18:57:04 +0100" value="0.02004"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 19:20:26 +0100" startDate="2018-09-07 18:57:20 +0100" endDate="2018-09-07 19:05:04 +0100" value="0.00174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 20:19:12 +0100" startDate="2018-09-07 19:12:20 +0100" endDate="2018-09-07 19:22:19 +0100" value="0.11653"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 20:19:12 +0100" startDate="2018-09-07 19:22:19 +0100" endDate="2018-09-07 19:24:16 +0100" value="0.05738"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 20:19:12 +0100" startDate="2018-09-07 20:08:41 +0100" endDate="2018-09-07 20:18:34 +0100" value="0.26466"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 21:20:16 +0100" startDate="2018-09-07 20:18:34 +0100" endDate="2018-09-07 20:20:59 +0100" value="0.01299"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-07 21:20:16 +0100" startDate="2018-09-07 20:37:55 +0100" endDate="2018-09-07 20:47:52 +0100" value="0.03956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 08:19:44 +0100" startDate="2018-09-08 07:17:10 +0100" endDate="2018-09-08 07:23:43 +0100" value="0.01686"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 08:19:44 +0100" startDate="2018-09-08 07:35:02 +0100" endDate="2018-09-08 07:44:46 +0100" value="0.12956"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 08:19:44 +0100" startDate="2018-09-08 07:44:46 +0100" endDate="2018-09-08 07:47:47 +0100" value="0.04389"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 09:19:23 +0100" startDate="2018-09-08 08:17:20 +0100" endDate="2018-09-08 08:25:15 +0100" value="0.02974"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 09:19:23 +0100" startDate="2018-09-08 08:25:15 +0100" endDate="2018-09-08 08:32:29 +0100" value="0.04803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 09:19:23 +0100" startDate="2018-09-08 08:56:37 +0100" endDate="2018-09-08 09:05:40 +0100" value="0.26292"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 09:19:23 +0100" startDate="2018-09-08 09:05:40 +0100" endDate="2018-09-08 09:15:24 +0100" value="0.31006"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 10:20:43 +0100" startDate="2018-09-08 09:15:24 +0100" endDate="2018-09-08 09:24:27 +0100" value="0.21602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 10:20:43 +0100" startDate="2018-09-08 09:24:27 +0100" endDate="2018-09-08 09:33:33 +0100" value="0.22442"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 10:20:43 +0100" startDate="2018-09-08 09:33:33 +0100" endDate="2018-09-08 09:43:32 +0100" value="0.25056"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 10:20:43 +0100" startDate="2018-09-08 09:43:32 +0100" endDate="2018-09-08 09:46:23 +0100" value="0.07792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 10:20:43 +0100" startDate="2018-09-08 09:57:41 +0100" endDate="2018-09-08 10:05:00 +0100" value="0.00082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 10:20:43 +0100" startDate="2018-09-08 10:05:00 +0100" endDate="2018-09-08 10:11:36 +0100" value="0.02452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 11:20:23 +0100" startDate="2018-09-08 10:31:56 +0100" endDate="2018-09-08 10:41:55 +0100" value="0.27645"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 11:20:23 +0100" startDate="2018-09-08 10:41:55 +0100" endDate="2018-09-08 10:43:27 +0100" value="0.13476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 11:20:23 +0100" startDate="2018-09-08 10:48:25 +0100" endDate="2018-09-08 10:57:54 +0100" value="0.23092"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 11:20:23 +0100" startDate="2018-09-08 10:57:54 +0100" endDate="2018-09-08 11:02:17 +0100" value="0.02993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 11:20:23 +0100" startDate="2018-09-08 11:09:50 +0100" endDate="2018-09-08 11:17:00 +0100" value="0.03707"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 12:19:33 +0100" startDate="2018-09-08 12:07:57 +0100" endDate="2018-09-08 12:17:03 +0100" value="0.12377"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 13:19:39 +0100" startDate="2018-09-08 12:17:03 +0100" endDate="2018-09-08 12:22:03 +0100" value="0.01406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 13:19:39 +0100" startDate="2018-09-08 12:26:58 +0100" endDate="2018-09-08 12:36:58 +0100" value="0.151374"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 13:19:39 +0100" startDate="2018-09-08 12:36:58 +0100" endDate="2018-09-08 12:46:56 +0100" value="0.955143"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 13:19:39 +0100" startDate="2018-09-08 12:46:56 +0100" endDate="2018-09-08 12:48:48 +0100" value="0.14829"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 16:12:58 +0100" startDate="2018-09-08 14:42:17 +0100" endDate="2018-09-08 14:52:16 +0100" value="0.11868"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 16:12:58 +0100" startDate="2018-09-08 14:52:16 +0100" endDate="2018-09-08 15:02:12 +0100" value="0.46531"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 16:12:58 +0100" startDate="2018-09-08 15:02:12 +0100" endDate="2018-09-08 15:12:10 +0100" value="0.47218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 16:12:58 +0100" startDate="2018-09-08 15:12:10 +0100" endDate="2018-09-08 15:20:08 +0100" value="0.34601"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 17:01:02 +0100" startDate="2018-09-08 16:18:40 +0100" endDate="2018-09-08 16:27:48 +0100" value="0.10142"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 19:19:30 +0100" startDate="2018-09-08 18:50:04 +0100" endDate="2018-09-08 18:59:41 +0100" value="0.01199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 20:25:34 +0100" endDate="2018-09-08 20:33:33 +0100" value="0.0116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 20:37:33 +0100" endDate="2018-09-08 20:45:35 +0100" value="0.016"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 20:45:35 +0100" endDate="2018-09-08 20:55:33 +0100" value="0.55522"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 20:55:33 +0100" endDate="2018-09-08 20:57:33 +0100" value="0.0119"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 21:01:26 +0100" endDate="2018-09-08 21:11:25 +0100" value="0.27887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 21:11:25 +0100" endDate="2018-09-08 21:14:00 +0100" value="0.14509"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 21:34:43 +0100" endDate="2018-09-08 21:43:24 +0100" value="0.08752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-08 22:09:33 +0100" startDate="2018-09-08 21:46:50 +0100" endDate="2018-09-08 21:54:02 +0100" value="0.02229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-08 22:43:26 +0100" endDate="2018-09-08 22:53:24 +0100" value="0.02069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-08 22:53:24 +0100" endDate="2018-09-08 22:57:17 +0100" value="0.13293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-08 23:03:47 +0100" endDate="2018-09-08 23:10:33 +0100" value="0.03229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-08 23:13:51 +0100" endDate="2018-09-08 23:23:38 +0100" value="0.15285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-08 23:23:38 +0100" endDate="2018-09-08 23:28:10 +0100" value="0.0222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-09 06:34:36 +0100" endDate="2018-09-09 06:43:38 +0100" value="0.03237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 07:05:42 +0100" startDate="2018-09-09 06:44:23 +0100" endDate="2018-09-09 06:52:21 +0100" value="0.03174"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 09:22:20 +0100" startDate="2018-09-09 08:18:48 +0100" endDate="2018-09-09 08:27:51 +0100" value="0.05708"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 09:22:20 +0100" startDate="2018-09-09 08:28:42 +0100" endDate="2018-09-09 08:35:23 +0100" value="0.02553"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 10:22:03 +0100" startDate="2018-09-09 09:32:17 +0100" endDate="2018-09-09 09:42:09 +0100" value="0.2742"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 10:22:03 +0100" startDate="2018-09-09 09:42:09 +0100" endDate="2018-09-09 09:42:35 +0100" value="0.008"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 11:24:57 +0100" startDate="2018-09-09 11:08:31 +0100" endDate="2018-09-09 11:18:28 +0100" value="0.03331"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 12:17:22 +0100" startDate="2018-09-09 11:18:28 +0100" endDate="2018-09-09 11:19:09 +0100" value="0.01064"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 12:17:22 +0100" startDate="2018-09-09 12:02:19 +0100" endDate="2018-09-09 12:12:19 +0100" value="0.09957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 13:17:44 +0100" startDate="2018-09-09 12:12:19 +0100" endDate="2018-09-09 12:12:26 +0100" value="0.00304"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 13:17:44 +0100" startDate="2018-09-09 12:36:51 +0100" endDate="2018-09-09 12:44:00 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 15:52:07 +0100" startDate="2018-09-09 14:27:33 +0100" endDate="2018-09-09 14:34:01 +0100" value="0.02237"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 15:52:07 +0100" startDate="2018-09-09 14:38:41 +0100" endDate="2018-09-09 14:46:35 +0100" value="0.07362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 15:52:07 +0100" startDate="2018-09-09 14:46:35 +0100" endDate="2018-09-09 14:55:41 +0100" value="0.10559"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 15:52:07 +0100" startDate="2018-09-09 15:35:22 +0100" endDate="2018-09-09 15:44:32 +0100" value="0.13661"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 16:49:17 +0100" startDate="2018-09-09 15:44:32 +0100" endDate="2018-09-09 15:52:55 +0100" value="0.06731"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 16:49:17 +0100" startDate="2018-09-09 15:52:55 +0100" endDate="2018-09-09 16:01:38 +0100" value="0.07475"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 17:54:27 +0100" startDate="2018-09-09 17:29:10 +0100" endDate="2018-09-09 17:39:06 +0100" value="0.10595"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 17:54:27 +0100" startDate="2018-09-09 17:39:06 +0100" endDate="2018-09-09 17:40:58 +0100" value="0.01878"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 19:18:14 +0100" startDate="2018-09-09 18:10:09 +0100" endDate="2018-09-09 18:19:43 +0100" value="0.02901"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 19:18:14 +0100" startDate="2018-09-09 18:19:43 +0100" endDate="2018-09-09 18:29:41 +0100" value="0.11236"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 19:18:14 +0100" startDate="2018-09-09 18:29:41 +0100" endDate="2018-09-09 18:36:08 +0100" value="0.04699"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 20:18:58 +0100" startDate="2018-09-09 19:47:46 +0100" endDate="2018-09-09 19:56:24 +0100" value="0.17271"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 20:18:58 +0100" startDate="2018-09-09 19:56:24 +0100" endDate="2018-09-09 20:06:07 +0100" value="0.05993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 22:36:16 +0100" startDate="2018-09-09 20:24:12 +0100" endDate="2018-09-09 20:33:33 +0100" value="0.17764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-09 22:36:16 +0100" startDate="2018-09-09 20:33:33 +0100" endDate="2018-09-09 20:42:23 +0100" value="0.36147"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 06:15:41 +0100" startDate="2018-09-10 05:25:32 +0100" endDate="2018-09-10 05:32:25 +0100" value="0.00639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 06:15:41 +0100" startDate="2018-09-10 05:55:31 +0100" endDate="2018-09-10 06:03:07 +0100" value="0.0354"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 06:10:48 +0100" endDate="2018-09-10 06:17:23 +0100" value="0.0042"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 06:23:29 +0100" endDate="2018-09-10 06:30:27 +0100" value="0.02918"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 06:33:02 +0100" endDate="2018-09-10 06:43:00 +0100" value="0.1705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 06:43:00 +0100" endDate="2018-09-10 06:52:38 +0100" value="0.56993"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 07:09:32 +0100" endDate="2018-09-10 07:15:34 +0100" value="0.00724"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 07:20:05 +0100" endDate="2018-09-10 07:28:36 +0100" value="0.03713"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 07:28:36 +0100" endDate="2018-09-10 07:30:48 +0100" value="0.0247"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 08:20:15 +0100" startDate="2018-09-10 07:49:20 +0100" endDate="2018-09-10 07:55:28 +0100" value="0.00368"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303cfd900&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 11:16:18 +0100" startDate="2018-09-10 11:02:32 +0100" endDate="2018-09-10 11:09:21 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 12:17:52 +0100" startDate="2018-09-10 11:40:33 +0100" endDate="2018-09-10 11:49:44 +0100" value="0.03369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 12:17:52 +0100" startDate="2018-09-10 11:49:44 +0100" endDate="2018-09-10 11:59:11 +0100" value="0.05764"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 12:17:52 +0100" startDate="2018-09-10 11:59:11 +0100" endDate="2018-09-10 12:00:55 +0100" value="0.01472"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 13:17:11 +0100" startDate="2018-09-10 12:57:35 +0100" endDate="2018-09-10 13:07:34 +0100" value="0.22526"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 14:21:27 +0100" startDate="2018-09-10 13:07:34 +0100" endDate="2018-09-10 13:16:43 +0100" value="0.07138"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 14:21:27 +0100" startDate="2018-09-10 13:16:47 +0100" endDate="2018-09-10 13:26:45 +0100" value="0.17806"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 15:17:32 +0100" startDate="2018-09-10 14:14:39 +0100" endDate="2018-09-10 14:24:02 +0100" value="0.1618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 15:17:32 +0100" startDate="2018-09-10 14:24:02 +0100" endDate="2018-09-10 14:30:54 +0100" value="0.04135"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 15:17:32 +0100" startDate="2018-09-10 14:38:50 +0100" endDate="2018-09-10 14:48:32 +0100" value="0.01797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 15:17:32 +0100" startDate="2018-09-10 14:48:32 +0100" endDate="2018-09-10 14:54:34 +0100" value="0.02825"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 16:22:29 +0100" startDate="2018-09-10 15:12:40 +0100" endDate="2018-09-10 15:19:22 +0100" value="0.02263"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 16:22:29 +0100" startDate="2018-09-10 15:21:20 +0100" endDate="2018-09-10 15:29:29 +0100" value="0.03803"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 16:22:29 +0100" startDate="2018-09-10 15:31:33 +0100" endDate="2018-09-10 15:41:32 +0100" value="0.26792"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 16:22:29 +0100" startDate="2018-09-10 15:41:32 +0100" endDate="2018-09-10 15:51:27 +0100" value="0.44079"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 16:22:29 +0100" startDate="2018-09-10 15:51:27 +0100" endDate="2018-09-10 15:58:29 +0100" value="0.26117"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 16:22:29 +0100" startDate="2018-09-10 16:01:03 +0100" endDate="2018-09-10 16:07:19 +0100" value="0.01656"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-10 20:17:55 +0100" startDate="2018-09-10 19:09:21 +0100" endDate="2018-09-10 19:18:39 +0100" value="0.08392"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 04:15:41 +0100" startDate="2018-09-11 03:56:38 +0100" endDate="2018-09-11 04:03:11 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 07:23:14 +0100" startDate="2018-09-11 06:25:59 +0100" endDate="2018-09-11 06:33:21 +0100" value="0.05925"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 07:23:14 +0100" startDate="2018-09-11 06:54:04 +0100" endDate="2018-09-11 07:00:52 +0100" value="0.03945"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 07:23:14 +0100" startDate="2018-09-11 07:00:52 +0100" endDate="2018-09-11 07:10:51 +0100" value="0.059"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 07:23:14 +0100" startDate="2018-09-11 07:10:51 +0100" endDate="2018-09-11 07:20:08 +0100" value="0.68279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 08:16:59 +0100" startDate="2018-09-11 07:20:08 +0100" endDate="2018-09-11 07:30:07 +0100" value="0.08471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 08:16:59 +0100" startDate="2018-09-11 07:30:07 +0100" endDate="2018-09-11 07:36:09 +0100" value="0.09847"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 08:16:59 +0100" startDate="2018-09-11 07:40:20 +0100" endDate="2018-09-11 07:46:41 +0100" value="0.0041"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 08:16:59 +0100" startDate="2018-09-11 07:57:09 +0100" endDate="2018-09-11 08:06:00 +0100" value="0.08459"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 09:18:29 +0100" startDate="2018-09-11 08:34:05 +0100" endDate="2018-09-11 08:40:51 +0100" value="0.04029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 10:18:00 +0100" startDate="2018-09-11 09:45:00 +0100" endDate="2018-09-11 09:52:17 +0100" value="0.0279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 10:18:00 +0100" startDate="2018-09-11 09:52:17 +0100" endDate="2018-09-11 10:00:35 +0100" value="0.07428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 10:18:00 +0100" startDate="2018-09-11 10:04:03 +0100" endDate="2018-09-11 10:14:02 +0100" value="0.08657"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 11:17:59 +0100" startDate="2018-09-11 10:14:02 +0100" endDate="2018-09-11 10:24:00 +0100" value="0.0663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 11:17:59 +0100" startDate="2018-09-11 10:24:00 +0100" endDate="2018-09-11 10:33:59 +0100" value="0.52729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 11:17:59 +0100" startDate="2018-09-11 10:33:59 +0100" endDate="2018-09-11 10:42:56 +0100" value="0.56397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 11:17:59 +0100" startDate="2018-09-11 10:42:56 +0100" endDate="2018-09-11 10:52:55 +0100" value="0.53549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 11:17:59 +0100" startDate="2018-09-11 10:52:55 +0100" endDate="2018-09-11 11:02:53 +0100" value="0.17892"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 11:17:59 +0100" startDate="2018-09-11 11:02:53 +0100" endDate="2018-09-11 11:03:26 +0100" value="0.00069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 13:23:49 +0100" startDate="2018-09-11 13:03:27 +0100" endDate="2018-09-11 13:13:26 +0100" value="0.08558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 13:23:49 +0100" startDate="2018-09-11 13:13:26 +0100" endDate="2018-09-11 13:22:07 +0100" value="0.52281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 14:22:02 +0100" startDate="2018-09-11 13:22:07 +0100" endDate="2018-09-11 13:32:07 +0100" value="0.24582"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 14:22:02 +0100" startDate="2018-09-11 13:32:07 +0100" endDate="2018-09-11 13:41:08 +0100" value="0.20126"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 14:22:02 +0100" startDate="2018-09-11 13:55:40 +0100" endDate="2018-09-11 14:05:13 +0100" value="0.05584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 14:22:02 +0100" startDate="2018-09-11 14:06:28 +0100" endDate="2018-09-11 14:15:21 +0100" value="0.09931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 15:18:04 +0100" startDate="2018-09-11 14:21:57 +0100" endDate="2018-09-11 14:30:17 +0100" value="0.06705"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 16:16:08 +0100" startDate="2018-09-11 15:51:25 +0100" endDate="2018-09-11 16:01:25 +0100" value="0.32778"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 16:16:08 +0100" startDate="2018-09-11 16:01:25 +0100" endDate="2018-09-11 16:07:52 +0100" value="0.33421"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 17:17:58 +0100" startDate="2018-09-11 16:07:52 +0100" endDate="2018-09-11 16:16:59 +0100" value="0.02933"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 17:17:58 +0100" startDate="2018-09-11 16:46:48 +0100" endDate="2018-09-11 16:53:16 +0100" value="0.0024"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 17:17:58 +0100" startDate="2018-09-11 16:53:16 +0100" endDate="2018-09-11 16:58:13 +0100" value="0.01889"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 17:17:58 +0100" startDate="2018-09-11 17:06:25 +0100" endDate="2018-09-11 17:16:10 +0100" value="0.07869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 17:38:00 +0100" startDate="2018-09-11 17:16:10 +0100" endDate="2018-09-11 17:18:00 +0100" value="0.00072"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 18:19:25 +0100" startDate="2018-09-11 17:32:34 +0100" endDate="2018-09-11 17:40:56 +0100" value="0.03832"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 18:19:25 +0100" startDate="2018-09-11 17:43:28 +0100" endDate="2018-09-11 17:53:27 +0100" value="0.09866"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 18:19:25 +0100" startDate="2018-09-11 17:53:27 +0100" endDate="2018-09-11 18:03:25 +0100" value="0.88094"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 18:19:25 +0100" startDate="2018-09-11 18:03:25 +0100" endDate="2018-09-11 18:10:24 +0100" value="0.41019"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 19:40:03 +0100" startDate="2018-09-11 18:10:24 +0100" endDate="2018-09-11 18:20:24 +0100" value="0.2613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 19:40:03 +0100" startDate="2018-09-11 18:20:24 +0100" endDate="2018-09-11 18:28:01 +0100" value="0.34397"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-11 19:40:03 +0100" startDate="2018-09-11 18:28:01 +0100" endDate="2018-09-11 18:34:21 +0100" value="0.04752"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 06:25:04 +0100" startDate="2018-09-12 05:48:31 +0100" endDate="2018-09-12 05:55:25 +0100" value="0.03282"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 07:26:45 +0100" startDate="2018-09-12 06:18:28 +0100" endDate="2018-09-12 06:25:39 +0100" value="0.0428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 07:26:45 +0100" startDate="2018-09-12 06:26:34 +0100" endDate="2018-09-12 06:36:30 +0100" value="0.0379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 07:26:45 +0100" startDate="2018-09-12 06:36:30 +0100" endDate="2018-09-12 06:46:10 +0100" value="0.74955"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 07:26:45 +0100" startDate="2018-09-12 06:46:10 +0100" endDate="2018-09-12 06:55:58 +0100" value="0.0637"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 07:26:45 +0100" startDate="2018-09-12 07:02:09 +0100" endDate="2018-09-12 07:12:09 +0100" value="0.2638"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 07:26:45 +0100" startDate="2018-09-12 07:12:09 +0100" endDate="2018-09-12 07:19:17 +0100" value="0.25813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 08:24:34 +0100" startDate="2018-09-12 07:19:17 +0100" endDate="2018-09-12 07:28:48 +0100" value="0.09291"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 08:24:34 +0100" startDate="2018-09-12 07:28:48 +0100" endDate="2018-09-12 07:29:26 +0100" value="0.00766"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 08:24:34 +0100" startDate="2018-09-12 07:37:03 +0100" endDate="2018-09-12 07:47:03 +0100" value="0.1362"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 08:24:34 +0100" startDate="2018-09-12 07:47:03 +0100" endDate="2018-09-12 07:53:55 +0100" value="0.14797"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 09:25:27 +0100" startDate="2018-09-12 08:40:29 +0100" endDate="2018-09-12 08:46:42 +0100" value="0.00968"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 09:25:27 +0100" startDate="2018-09-12 09:08:33 +0100" endDate="2018-09-12 09:17:05 +0100" value="0.00228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 10:24:29 +0100" startDate="2018-09-12 09:38:57 +0100" endDate="2018-09-12 09:48:35 +0100" value="0.04489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 10:24:29 +0100" startDate="2018-09-12 09:48:35 +0100" endDate="2018-09-12 09:57:38 +0100" value="0.11281"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 11:26:43 +0100" startDate="2018-09-12 10:31:24 +0100" endDate="2018-09-12 10:38:00 +0100" value="0.02492"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 11:26:43 +0100" startDate="2018-09-12 10:38:00 +0100" endDate="2018-09-12 10:47:48 +0100" value="0.03086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 11:26:43 +0100" startDate="2018-09-12 11:07:13 +0100" endDate="2018-09-12 11:17:13 +0100" value="0.04426"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 12:27:42 +0100" startDate="2018-09-12 11:17:13 +0100" endDate="2018-09-12 11:17:38 +0100" value="0.00086"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 12:27:42 +0100" startDate="2018-09-12 11:21:52 +0100" endDate="2018-09-12 11:31:00 +0100" value="0.0471"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 12:27:42 +0100" startDate="2018-09-12 11:31:00 +0100" endDate="2018-09-12 11:40:58 +0100" value="0.24058"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 12:27:42 +0100" startDate="2018-09-12 11:46:10 +0100" endDate="2018-09-12 11:56:09 +0100" value="0.17617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 12:27:42 +0100" startDate="2018-09-12 11:56:09 +0100" endDate="2018-09-12 12:02:08 +0100" value="0.3628"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 13:28:22 +0100" startDate="2018-09-12 12:37:55 +0100" endDate="2018-09-12 12:47:54 +0100" value="0.18218"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 13:28:22 +0100" startDate="2018-09-12 12:47:54 +0100" endDate="2018-09-12 12:56:15 +0100" value="0.21208"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 13:28:22 +0100" startDate="2018-09-12 13:01:16 +0100" endDate="2018-09-12 13:10:09 +0100" value="0.02643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 13:28:22 +0100" startDate="2018-09-12 13:13:14 +0100" endDate="2018-09-12 13:20:10 +0100" value="0.02541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 14:26:33 +0100" startDate="2018-09-12 13:20:10 +0100" endDate="2018-09-12 13:27:07 +0100" value="0.02795"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 14:26:33 +0100" startDate="2018-09-12 13:27:07 +0100" endDate="2018-09-12 13:32:50 +0100" value="0.0249"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 15:29:56 +0100" startDate="2018-09-12 14:39:16 +0100" endDate="2018-09-12 14:48:32 +0100" value="0.04647"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 15:29:56 +0100" startDate="2018-09-12 15:18:24 +0100" endDate="2018-09-12 15:28:24 +0100" value="0.26973"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 16:26:01 +0100" startDate="2018-09-12 15:28:24 +0100" endDate="2018-09-12 15:38:15 +0100" value="0.33603"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 16:26:01 +0100" startDate="2018-09-12 15:38:15 +0100" endDate="2018-09-12 15:47:39 +0100" value="0.03884"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 16:26:01 +0100" startDate="2018-09-12 15:47:39 +0100" endDate="2018-09-12 15:51:33 +0100" value="0.02136"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 16:26:01 +0100" startDate="2018-09-12 15:54:17 +0100" endDate="2018-09-12 16:00:40 +0100" value="0.01467"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 17:27:41 +0100" startDate="2018-09-12 17:02:13 +0100" endDate="2018-09-12 17:08:36 +0100" value="0.01606"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 18:26:52 +0100" startDate="2018-09-12 17:57:59 +0100" endDate="2018-09-12 18:07:55 +0100" value="0.07333"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 18:26:52 +0100" startDate="2018-09-12 18:07:55 +0100" endDate="2018-09-12 18:13:21 +0100" value="0.30106"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 18:26:52 +0100" startDate="2018-09-12 18:13:56 +0100" endDate="2018-09-12 18:22:42 +0100" value="0.03602"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 19:24:48 +0100" startDate="2018-09-12 18:22:42 +0100" endDate="2018-09-12 18:32:41 +0100" value="0.24693"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 19:24:48 +0100" startDate="2018-09-12 18:32:41 +0100" endDate="2018-09-12 18:42:40 +0100" value="0.83369"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 19:24:48 +0100" startDate="2018-09-12 18:42:40 +0100" endDate="2018-09-12 18:52:29 +0100" value="0.5967"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 19:24:48 +0100" startDate="2018-09-12 18:52:29 +0100" endDate="2018-09-12 18:56:01 +0100" value="0.05178"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 22:11:52 +0100" startDate="2018-09-12 20:56:55 +0100" endDate="2018-09-12 21:03:05 +0100" value="0.00544"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 22:11:52 +0100" startDate="2018-09-12 21:50:51 +0100" endDate="2018-09-12 22:00:50 +0100" value="0.0555"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-12 22:11:52 +0100" startDate="2018-09-12 22:00:50 +0100" endDate="2018-09-12 22:10:41 +0100" value="0.03297"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 05:27:21 +0100" startDate="2018-09-13 04:50:08 +0100" endDate="2018-09-13 04:56:46 +0100" value="0.03552"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 05:27:21 +0100" startDate="2018-09-13 04:56:46 +0100" endDate="2018-09-13 05:04:51 +0100" value="0.02734"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 05:27:21 +0100" startDate="2018-09-13 05:16:11 +0100" endDate="2018-09-13 05:23:09 +0100" value="0.02931"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 06:25:08 +0100" startDate="2018-09-13 05:23:09 +0100" endDate="2018-09-13 05:27:35 +0100" value="0.00588"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 06:25:08 +0100" startDate="2018-09-13 05:28:13 +0100" endDate="2018-09-13 05:38:01 +0100" value="0.21887"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 06:25:08 +0100" startDate="2018-09-13 05:38:01 +0100" endDate="2018-09-13 05:46:20 +0100" value="0.47951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 07:25:39 +0100" startDate="2018-09-13 06:55:42 +0100" endDate="2018-09-13 07:05:41 +0100" value="0.00885"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 07:25:39 +0100" startDate="2018-09-13 07:05:41 +0100" endDate="2018-09-13 07:06:22 +0100" value="0.02055"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 11:24:52 +0100" startDate="2018-09-13 10:15:22 +0100" endDate="2018-09-13 10:25:22 +0100" value="0.15517"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 11:24:52 +0100" startDate="2018-09-13 10:25:22 +0100" endDate="2018-09-13 10:33:18 +0100" value="0.42618"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 11:24:52 +0100" startDate="2018-09-13 10:33:18 +0100" endDate="2018-09-13 10:40:28 +0100" value="0.06315"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 11:24:52 +0100" startDate="2018-09-13 10:49:06 +0100" endDate="2018-09-13 10:59:05 +0100" value="0.26984"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 11:24:52 +0100" startDate="2018-09-13 10:59:05 +0100" endDate="2018-09-13 11:07:24 +0100" value="0.49029"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 11:24:52 +0100" startDate="2018-09-13 11:07:29 +0100" endDate="2018-09-13 11:17:18 +0100" value="0.02411"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 12:28:31 +0100" startDate="2018-09-13 11:17:18 +0100" endDate="2018-09-13 11:19:55 +0100" value="0.02418"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 14:31:53 +0100" startDate="2018-09-13 13:42:24 +0100" endDate="2018-09-13 13:50:57 +0100" value="0.04622"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 14:31:53 +0100" startDate="2018-09-13 13:50:57 +0100" endDate="2018-09-13 13:56:40 +0100" value="0.0655"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 15:34:09 +0100" startDate="2018-09-13 14:43:35 +0100" endDate="2018-09-13 14:49:50 +0100" value="0.01568"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 16:29:10 +0100" startDate="2018-09-13 15:45:33 +0100" endDate="2018-09-13 15:53:00 +0100" value="0.06578"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 16:29:10 +0100" startDate="2018-09-13 15:53:00 +0100" endDate="2018-09-13 16:02:57 +0100" value="0.07481"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 16:29:10 +0100" startDate="2018-09-13 16:08:12 +0100" endDate="2018-09-13 16:18:12 +0100" value="0.24283"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 16:29:10 +0100" startDate="2018-09-13 16:18:12 +0100" endDate="2018-09-13 16:28:11 +0100" value="0.27408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 17:29:28 +0100" startDate="2018-09-13 16:28:11 +0100" endDate="2018-09-13 16:37:16 +0100" value="0.44289"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 17:29:28 +0100" startDate="2018-09-13 16:37:16 +0100" endDate="2018-09-13 16:44:43 +0100" value="0.01549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 17:29:28 +0100" startDate="2018-09-13 16:44:43 +0100" endDate="2018-09-13 16:50:51 +0100" value="0.04267"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 18:29:39 +0100" endDate="2018-09-13 18:39:38 +0100" value="0.11998"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 18:39:38 +0100" endDate="2018-09-13 18:49:38 +0100" value="0.20897"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 18:49:38 +0100" endDate="2018-09-13 18:59:35 +0100" value="0.88863"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 18:59:35 +0100" endDate="2018-09-13 19:02:18 +0100" value="0.11464"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 19:07:17 +0100" endDate="2018-09-13 19:15:19 +0100" value="0.02567"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 21:13:59 +0100" endDate="2018-09-13 21:23:10 +0100" value="0.10799"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 21:23:10 +0100" endDate="2018-09-13 21:33:05 +0100" value="0.64468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 21:33:05 +0100" endDate="2018-09-13 21:39:36 +0100" value="0.16328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-13 22:20:26 +0100" startDate="2018-09-13 22:02:10 +0100" endDate="2018-09-13 22:10:15 +0100" value="0.03357"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 06:30:38 +0100" startDate="2018-09-14 06:07:31 +0100" endDate="2018-09-14 06:14:25 +0100" value="0.02855"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 06:30:38 +0100" startDate="2018-09-14 06:14:25 +0100" endDate="2018-09-14 06:19:11 +0100" value="0.00783"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 07:32:44 +0100" startDate="2018-09-14 06:29:21 +0100" endDate="2018-09-14 06:35:59 +0100" value="0.02613"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 07:32:44 +0100" startDate="2018-09-14 06:36:25 +0100" endDate="2018-09-14 06:46:24 +0100" value="0.21761"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 07:32:44 +0100" startDate="2018-09-14 06:46:24 +0100" endDate="2018-09-14 06:53:56 +0100" value="0.56288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 09:30:35 +0100" startDate="2018-09-14 08:28:02 +0100" endDate="2018-09-14 08:36:18 +0100" value="0.02393"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 09:30:35 +0100" startDate="2018-09-14 09:09:44 +0100" endDate="2018-09-14 09:16:48 +0100" value="0.02192"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 09:30:35 +0100" startDate="2018-09-14 09:16:48 +0100" endDate="2018-09-14 09:21:17 +0100" value="0.02437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 11:34:59 +0100" startDate="2018-09-14 10:24:09 +0100" endDate="2018-09-14 10:34:09 +0100" value="0.1071"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 11:34:59 +0100" startDate="2018-09-14 10:34:09 +0100" endDate="2018-09-14 10:44:07 +0100" value="0.82813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 11:34:59 +0100" startDate="2018-09-14 10:44:07 +0100" endDate="2018-09-14 10:51:03 +0100" value="0.30404"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 11:34:59 +0100" startDate="2018-09-14 11:17:35 +0100" endDate="2018-09-14 11:27:35 +0100" value="0.26316"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 12:39:59 +0100" startDate="2018-09-14 11:27:35 +0100" endDate="2018-09-14 11:32:24 +0100" value="0.4494"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 12:39:59 +0100" startDate="2018-09-14 11:51:53 +0100" endDate="2018-09-14 11:59:12 +0100" value="0.04639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 13:33:00 +0100" startDate="2018-09-14 12:33:24 +0100" endDate="2018-09-14 12:40:02 +0100" value="0.04431"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 13:33:00 +0100" startDate="2018-09-14 12:46:29 +0100" endDate="2018-09-14 12:52:28 +0100" value="0.0285"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 13:33:00 +0100" startDate="2018-09-14 12:52:28 +0100" endDate="2018-09-14 12:57:43 +0100" value="0.02386"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 14:30:32 +0100" startDate="2018-09-14 13:39:37 +0100" endDate="2018-09-14 13:49:16 +0100" value="0.09658"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 14:30:32 +0100" startDate="2018-09-14 13:49:16 +0100" endDate="2018-09-14 13:59:15 +0100" value="0.2296"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 14:30:32 +0100" startDate="2018-09-14 13:59:15 +0100" endDate="2018-09-14 14:05:22 +0100" value="0.41813"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 14:30:32 +0100" startDate="2018-09-14 14:05:22 +0100" endDate="2018-09-14 14:15:15 +0100" value="0.15501"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 15:31:22 +0100" startDate="2018-09-14 14:46:13 +0100" endDate="2018-09-14 14:56:02 +0100" value="0.05717"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 15:31:22 +0100" startDate="2018-09-14 14:56:02 +0100" endDate="2018-09-14 14:59:11 +0100" value="0.00744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 19:52:52 +0100" startDate="2018-09-14 18:48:21 +0100" endDate="2018-09-14 18:56:57 +0100" value="0.04886"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 19:52:52 +0100" startDate="2018-09-14 18:56:57 +0100" endDate="2018-09-14 18:58:26 +0100" value="0.01168"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-14 22:51:00 +0100" startDate="2018-09-14 20:54:39 +0100" endDate="2018-09-14 21:04:19 +0100" value="0.0215"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-15 09:17:20 +0100" startDate="2018-09-15 09:06:59 +0100" endDate="2018-09-15 09:13:19 +0100" value="0.00378"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-15 17:34:14 +0100" startDate="2018-09-15 16:25:51 +0100" endDate="2018-09-15 16:35:50 +0100" value="0.17917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-15 17:34:14 +0100" startDate="2018-09-15 16:35:50 +0100" endDate="2018-09-15 16:45:49 +0100" value="0.5272"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-15 17:34:14 +0100" startDate="2018-09-15 16:45:49 +0100" endDate="2018-09-15 16:55:20 +0100" value="0.45067"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-15 22:11:42 +0100" startDate="2018-09-15 21:14:07 +0100" endDate="2018-09-15 21:24:07 +0100" value="0.02617"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-16 10:35:11 +0100" startDate="2018-09-16 09:37:12 +0100" endDate="2018-09-16 09:44:01 +0100" value="0.01937"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-16 18:18:38 +0100" startDate="2018-09-16 17:02:41 +0100" endDate="2018-09-16 17:11:55 +0100" value="0.10948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-16 18:18:38 +0100" startDate="2018-09-16 17:11:55 +0100" endDate="2018-09-16 17:18:55 +0100" value="0.08293"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-16 22:18:20 +0100" startDate="2018-09-16 20:38:31 +0100" endDate="2018-09-16 20:44:33 +0100" value="0.00652"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-16 22:18:20 +0100" startDate="2018-09-16 20:47:05 +0100" endDate="2018-09-16 20:55:58 +0100" value="0.05852"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-16 22:18:20 +0100" startDate="2018-09-16 21:19:07 +0100" endDate="2018-09-16 21:29:06 +0100" value="0.37549"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-16 22:18:20 +0100" startDate="2018-09-16 21:29:06 +0100" endDate="2018-09-16 21:32:58 +0100" value="0.18639"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 06:30:58 +0100" startDate="2018-09-17 05:46:50 +0100" endDate="2018-09-17 05:53:01 +0100" value="0.01104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 06:30:58 +0100" startDate="2018-09-17 06:10:42 +0100" endDate="2018-09-17 06:20:11 +0100" value="0.02641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 06:30:58 +0100" startDate="2018-09-17 06:20:11 +0100" endDate="2018-09-17 06:24:35 +0100" value="0.01817"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 07:39:05 +0100" startDate="2018-09-17 06:56:57 +0100" endDate="2018-09-17 07:03:15 +0100" value="0.01569"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 07:39:05 +0100" startDate="2018-09-17 07:04:02 +0100" endDate="2018-09-17 07:14:01 +0100" value="0.15253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 07:39:05 +0100" startDate="2018-09-17 07:14:01 +0100" endDate="2018-09-17 07:22:03 +0100" value="0.62951"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 10:33:09 +0100" startDate="2018-09-17 10:17:31 +0100" endDate="2018-09-17 10:27:31 +0100" value="0.19448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 11:32:40 +0100" startDate="2018-09-17 10:27:31 +0100" endDate="2018-09-17 10:37:30 +0100" value="0.54273"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 11:32:40 +0100" startDate="2018-09-17 10:37:30 +0100" endDate="2018-09-17 10:42:25 +0100" value="0.11546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 12:33:24 +0100" startDate="2018-09-17 11:31:55 +0100" endDate="2018-09-17 11:41:54 +0100" value="0.18256"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 12:33:24 +0100" startDate="2018-09-17 11:41:54 +0100" endDate="2018-09-17 11:50:02 +0100" value="0.5785"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 12:33:24 +0100" startDate="2018-09-17 11:50:02 +0100" endDate="2018-09-17 11:59:58 +0100" value="0.09366"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 12:33:24 +0100" startDate="2018-09-17 12:10:04 +0100" endDate="2018-09-17 12:20:03 +0100" value="0.29199"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 12:33:24 +0100" startDate="2018-09-17 12:20:03 +0100" endDate="2018-09-17 12:26:10 +0100" value="0.253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 17:34:35 +0100" startDate="2018-09-17 16:30:02 +0100" endDate="2018-09-17 16:40:02 +0100" value="0.07318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 17:34:35 +0100" startDate="2018-09-17 16:40:02 +0100" endDate="2018-09-17 16:50:01 +0100" value="0.62853"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 17:34:35 +0100" startDate="2018-09-17 16:50:01 +0100" endDate="2018-09-17 16:56:56 +0100" value="0.53869"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 17:34:35 +0100" startDate="2018-09-17 16:56:56 +0100" endDate="2018-09-17 17:06:53 +0100" value="0.10941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 17:34:35 +0100" startDate="2018-09-17 17:06:53 +0100" endDate="2018-09-17 17:16:52 +0100" value="0.22257"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 17:34:35 +0100" startDate="2018-09-17 17:16:52 +0100" endDate="2018-09-17 17:26:03 +0100" value="0.23009"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 18:34:53 +0100" startDate="2018-09-17 17:26:03 +0100" endDate="2018-09-17 17:35:36 +0100" value="0.15116"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 18:34:53 +0100" startDate="2018-09-17 17:35:36 +0100" endDate="2018-09-17 17:43:13 +0100" value="0.07641"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 19:31:07 +0100" startDate="2018-09-17 18:31:59 +0100" endDate="2018-09-17 18:38:27 +0100" value="0.00729"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 21:30:25 +0100" startDate="2018-09-17 20:38:04 +0100" endDate="2018-09-17 20:44:27 +0100" value="0.0075"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca6670&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-17 21:30:25 +0100" startDate="2018-09-17 21:05:44 +0100" endDate="2018-09-17 21:12:25 +0100" value="0.02688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 06:34:26 +0100" startDate="2018-09-18 06:20:06 +0100" endDate="2018-09-18 06:29:03 +0100" value="0.03022"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 07:33:09 +0100" startDate="2018-09-18 06:29:03 +0100" endDate="2018-09-18 06:38:46 +0100" value="0.01452"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 07:33:09 +0100" startDate="2018-09-18 06:48:29 +0100" endDate="2018-09-18 06:54:15 +0100" value="0.0246"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 07:33:09 +0100" startDate="2018-09-18 06:54:15 +0100" endDate="2018-09-18 07:00:08 +0100" value="0.01406"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 07:33:09 +0100" startDate="2018-09-18 07:00:08 +0100" endDate="2018-09-18 07:06:15 +0100" value="0.04014"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 07:33:09 +0100" startDate="2018-09-18 07:06:15 +0100" endDate="2018-09-18 07:15:49 +0100" value="0.32831"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 07:33:09 +0100" startDate="2018-09-18 07:15:49 +0100" endDate="2018-09-18 07:24:49 +0100" value="0.5558"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 08:30:34 +0100" startDate="2018-09-18 07:46:02 +0100" endDate="2018-09-18 07:54:12 +0100" value="0.03358"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 08:30:34 +0100" startDate="2018-09-18 07:54:12 +0100" endDate="2018-09-18 07:59:30 +0100" value="0.02391"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 09:30:46 +0100" startDate="2018-09-18 08:30:20 +0100" endDate="2018-09-18 08:40:19 +0100" value="0.02741"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 09:30:46 +0100" startDate="2018-09-18 08:40:19 +0100" endDate="2018-09-18 08:50:08 +0100" value="0.0476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 09:30:46 +0100" startDate="2018-09-18 08:50:08 +0100" endDate="2018-09-18 08:56:19 +0100" value="0.00408"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 12:30:24 +0100" startDate="2018-09-18 11:23:44 +0100" endDate="2018-09-18 11:33:43 +0100" value="0.16541"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 12:30:24 +0100" startDate="2018-09-18 11:33:43 +0100" endDate="2018-09-18 11:43:42 +0100" value="0.79229"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 12:30:24 +0100" startDate="2018-09-18 11:43:42 +0100" endDate="2018-09-18 11:53:42 +0100" value="0.51428"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 12:30:24 +0100" startDate="2018-09-18 11:53:42 +0100" endDate="2018-09-18 12:03:33 +0100" value="0.64765"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 12:30:24 +0100" startDate="2018-09-18 12:03:33 +0100" endDate="2018-09-18 12:13:28 +0100" value="0.26957"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 13:33:56 +0100" startDate="2018-09-18 12:56:19 +0100" endDate="2018-09-18 13:04:16 +0100" value="0.05003"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 13:33:56 +0100" startDate="2018-09-18 13:04:16 +0100" endDate="2018-09-18 13:12:21 +0100" value="0.08659"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 14:31:56 +0100" startDate="2018-09-18 13:44:24 +0100" endDate="2018-09-18 13:51:25 +0100" value="0.03614"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 14:31:56 +0100" startDate="2018-09-18 13:54:38 +0100" endDate="2018-09-18 14:03:48 +0100" value="0.01662"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 14:31:56 +0100" startDate="2018-09-18 14:03:48 +0100" endDate="2018-09-18 14:05:48 +0100" value="0.01941"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 14:31:56 +0100" startDate="2018-09-18 14:11:47 +0100" endDate="2018-09-18 14:18:25 +0100" value="0.00432"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 16:32:06 +0100" startDate="2018-09-18 15:45:35 +0100" endDate="2018-09-18 15:55:34 +0100" value="0.14584"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 16:32:06 +0100" startDate="2018-09-18 15:55:34 +0100" endDate="2018-09-18 16:04:00 +0100" value="0.47538"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 16:32:06 +0100" startDate="2018-09-18 16:05:20 +0100" endDate="2018-09-18 16:11:50 +0100" value="0.02379"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 16:32:06 +0100" startDate="2018-09-18 16:15:45 +0100" endDate="2018-09-18 16:25:44 +0100" value="0.063"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 17:38:51 +0100" startDate="2018-09-18 16:25:44 +0100" endDate="2018-09-18 16:28:44 +0100" value="0.02643"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 17:38:51 +0100" startDate="2018-09-18 16:29:48 +0100" endDate="2018-09-18 16:39:47 +0100" value="0.08688"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 17:38:51 +0100" startDate="2018-09-18 16:39:47 +0100" endDate="2018-09-18 16:49:01 +0100" value="0.10182"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 17:38:51 +0100" startDate="2018-09-18 16:49:01 +0100" endDate="2018-09-18 16:57:14 +0100" value="0.07529"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 17:38:51 +0100" startDate="2018-09-18 17:00:38 +0100" endDate="2018-09-18 17:09:46 +0100" value="0.11129"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 17:38:51 +0100" startDate="2018-09-18 17:23:53 +0100" endDate="2018-09-18 17:31:55 +0100" value="0.13356"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 18:35:18 +0100" startDate="2018-09-18 17:31:55 +0100" endDate="2018-09-18 17:38:52 +0100" value="0.00222"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 19:30:26 +0100" startDate="2018-09-18 18:56:39 +0100" endDate="2018-09-18 19:05:19 +0100" value="0.15719"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 19:30:26 +0100" startDate="2018-09-18 19:12:28 +0100" endDate="2018-09-18 19:21:11 +0100" value="0.10104"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 20:31:46 +0100" startDate="2018-09-18 19:21:11 +0100" endDate="2018-09-18 19:30:45 +0100" value="0.03065"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 20:31:46 +0100" startDate="2018-09-18 20:21:24 +0100" endDate="2018-09-18 20:28:35 +0100" value="0.00983"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-18 22:31:15 +0100" startDate="2018-09-18 21:50:19 +0100" endDate="2018-09-18 21:57:33 +0100" value="0.03287"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 05:34:59 +0100" startDate="2018-09-19 04:59:06 +0100" endDate="2018-09-19 05:07:21 +0100" value="0.01704"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 06:33:20 +0100" startDate="2018-09-19 05:43:13 +0100" endDate="2018-09-19 05:51:01 +0100" value="0.03242"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 06:33:20 +0100" startDate="2018-09-19 05:51:01 +0100" endDate="2018-09-19 05:58:09 +0100" value="0.02295"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 06:33:20 +0100" startDate="2018-09-19 06:00:46 +0100" endDate="2018-09-19 06:08:20 +0100" value="0.03195"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 07:32:11 +0100" startDate="2018-09-19 06:36:58 +0100" endDate="2018-09-19 06:43:44 +0100" value="0.01598"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 07:32:11 +0100" startDate="2018-09-19 06:43:44 +0100" endDate="2018-09-19 06:53:32 +0100" value="0.33485"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 07:32:11 +0100" startDate="2018-09-19 06:53:32 +0100" endDate="2018-09-19 06:58:45 +0100" value="0.42482"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 08:31:55 +0100" startDate="2018-09-19 07:28:16 +0100" endDate="2018-09-19 07:38:07 +0100" value="0.06491"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 08:31:55 +0100" startDate="2018-09-19 07:38:07 +0100" endDate="2018-09-19 07:48:05 +0100" value="0.05684"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 08:31:55 +0100" startDate="2018-09-19 07:48:05 +0100" endDate="2018-09-19 07:50:55 +0100" value="0.07604"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 08:31:55 +0100" startDate="2018-09-19 08:19:57 +0100" endDate="2018-09-19 08:28:36 +0100" value="0.03349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 09:35:26 +0100" startDate="2018-09-19 08:36:58 +0100" endDate="2018-09-19 08:43:06 +0100" value="0.0069"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 11:31:08 +0100" startDate="2018-09-19 10:21:49 +0100" endDate="2018-09-19 10:30:58 +0100" value="0.06279"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 11:31:08 +0100" startDate="2018-09-19 10:30:58 +0100" endDate="2018-09-19 10:40:56 +0100" value="0.40894"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 11:31:08 +0100" startDate="2018-09-19 10:40:56 +0100" endDate="2018-09-19 10:44:01 +0100" value="0.0781"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 11:31:08 +0100" startDate="2018-09-19 11:04:02 +0100" endDate="2018-09-19 11:14:00 +0100" value="0.37253"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 11:31:08 +0100" startDate="2018-09-19 11:14:00 +0100" endDate="2018-09-19 11:21:24 +0100" value="0.17098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 12:33:45 +0100" startDate="2018-09-19 11:21:24 +0100" endDate="2018-09-19 11:28:10 +0100" value="0.00468"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 13:34:08 +0100" startDate="2018-09-19 12:26:11 +0100" endDate="2018-09-19 12:32:21 +0100" value="0.00663"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 16:31:59 +0100" startDate="2018-09-19 15:46:20 +0100" endDate="2018-09-19 15:56:20 +0100" value="0.14284"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 16:31:59 +0100" startDate="2018-09-19 15:56:20 +0100" endDate="2018-09-19 16:05:05 +0100" value="0.57793"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 17:38:37 +0100" startDate="2018-09-19 16:57:14 +0100" endDate="2018-09-19 17:04:12 +0100" value="0.08476"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 17:38:37 +0100" startDate="2018-09-19 17:04:12 +0100" endDate="2018-09-19 17:08:09 +0100" value="0.00612"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 20:33:56 +0100" startDate="2018-09-19 19:40:17 +0100" endDate="2018-09-19 19:46:40 +0100" value="0.01161"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 20:33:56 +0100" startDate="2018-09-19 19:47:59 +0100" endDate="2018-09-19 19:57:59 +0100" value="0.20288"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 20:33:56 +0100" startDate="2018-09-19 19:57:59 +0100" endDate="2018-09-19 20:07:46 +0100" value="0.13076"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 20:33:56 +0100" startDate="2018-09-19 20:07:46 +0100" endDate="2018-09-19 20:15:24 +0100" value="0.02301"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 20:33:56 +0100" startDate="2018-09-19 20:15:43 +0100" endDate="2018-09-19 20:24:26 +0100" value="0.01205"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 22:19:25 +0100" startDate="2018-09-19 20:32:31 +0100" endDate="2018-09-19 20:40:49 +0100" value="0.05948"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 22:19:25 +0100" startDate="2018-09-19 20:40:49 +0100" endDate="2018-09-19 20:47:56 +0100" value="0.11012"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 22:19:25 +0100" startDate="2018-09-19 21:19:43 +0100" endDate="2018-09-19 21:29:43 +0100" value="0.10629"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 22:19:25 +0100" startDate="2018-09-19 21:29:43 +0100" endDate="2018-09-19 21:31:22 +0100" value="0.03782"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-19 23:31:05 +0100" startDate="2018-09-19 22:49:06 +0100" endDate="2018-09-19 22:55:49 +0100" value="0.03098"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 06:38:13 +0100" startDate="2018-09-20 05:33:55 +0100" endDate="2018-09-20 05:43:39 +0100" value="0.04259"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 06:38:13 +0100" startDate="2018-09-20 05:43:39 +0100" endDate="2018-09-20 05:52:52 +0100" value="0.01745"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 08:06:17 +0100" startDate="2018-09-20 06:35:40 +0100" endDate="2018-09-20 06:45:38 +0100" value="0.25437"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 08:06:17 +0100" startDate="2018-09-20 06:45:38 +0100" endDate="2018-09-20 06:55:18 +0100" value="0.65631"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 08:06:17 +0100" startDate="2018-09-20 06:55:18 +0100" endDate="2018-09-20 06:57:23 +0100" value="0.01489"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 08:31:11 +0100" startDate="2018-09-20 08:08:03 +0100" endDate="2018-09-20 08:18:02 +0100" value="0.05078"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 08:31:11 +0100" startDate="2018-09-20 08:18:02 +0100" endDate="2018-09-20 08:18:28 +0100" value="0.01523"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 09:31:57 +0100" startDate="2018-09-20 08:35:06 +0100" endDate="2018-09-20 08:42:35 +0100" value="0.02702"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 11:36:23 +0100" startDate="2018-09-20 10:49:07 +0100" endDate="2018-09-20 10:59:06 +0100" value="0.30228"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 11:36:23 +0100" startDate="2018-09-20 10:59:06 +0100" endDate="2018-09-20 11:08:05 +0100" value="0.62082"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 11:36:23 +0100" startDate="2018-09-20 11:08:05 +0100" endDate="2018-09-20 11:16:47 +0100" value="0.10917"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 12:30:34 +0100" startDate="2018-09-20 11:36:21 +0100" endDate="2018-09-20 11:46:20 +0100" value="0.31448"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 12:30:34 +0100" startDate="2018-09-20 11:46:20 +0100" endDate="2018-09-20 11:50:52 +0100" value="0.15349"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 12:30:34 +0100" startDate="2018-09-20 11:51:41 +0100" endDate="2018-09-20 12:01:35 +0100" value="0.04744"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 12:30:34 +0100" startDate="2018-09-20 12:01:35 +0100" endDate="2018-09-20 12:02:31 +0100" value="0.0122"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 14:31:14 +0100" startDate="2018-09-20 13:43:07 +0100" endDate="2018-09-20 13:50:44 +0100" value="0.00769"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 14:31:14 +0100" startDate="2018-09-20 13:56:47 +0100" endDate="2018-09-20 14:05:58 +0100" value="0.0328"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 15:30:34 +0100" startDate="2018-09-20 14:36:17 +0100" endDate="2018-09-20 14:43:15 +0100" value="0.02546"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 15:30:34 +0100" startDate="2018-09-20 15:05:20 +0100" endDate="2018-09-20 15:14:16 +0100" value="0.06511"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 15:30:34 +0100" startDate="2018-09-20 15:14:16 +0100" endDate="2018-09-20 15:24:14 +0100" value="0.35318"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 16:34:10 +0100" startDate="2018-09-20 15:24:14 +0100" endDate="2018-09-20 15:29:19 +0100" value="0.22035"/>
 <Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Phone 3618" sourceVersion="11.4.1" device="&lt;&lt;HKDevice: 0x303ca5b30&gt;, name:iPhone, manufacturer:Apple, model:iPhone, hardware:iPhone8,4, software:11.4.1, creation date:2018-07-19 22:51:23 +0000&gt;" unit="km" creationDate="2018-09-20 16:34:10 +0100" startDate="2018-09-20 15:30:45 +0100" endDate="2018-09-20 15:40:39 +0100" value="0.04159"/>
</HealthData>